formatointi
Anonymous
jsx
01/15/2021 1:04 PM
200 B
32
Indexable
<Text
style={[
styles.title,
{ color: props.titleColor ?? colorsV2.gray190 },
]}
>
{props.title}
</Text>Editor is loading...
<Text
style={[
styles.title,
{ color: props.titleColor ?? colorsV2.gray190 },
]}
>
{props.title}
</Text>