Capítulo 784 de 988
<Heart />_available from v4. 0.
export const MyComposition = () => {
return (
<AbsoluteFill
style={{
backgroundColor: 'white',
justifyContent: 'center',
alignItems: 'center',
}}
>
<Heart height={100} fill="red" stroke="black" strokeWidth={2} />
</AbsoluteFill>
);
};
<Heart /> from the official docs.<Heart />.<Heart />.<Heart />.<Heart />.