Posts by erguerra • 31 points
1 post
-
3
votes2
answers1064
viewsA: Spacing in the JSX
I don’t know if I understand your question, but if what you’re trying to do is add a space inside a text you can do like this: <Text style={styles.sectionTitle}>{' '}Debug{' '}</Text> Or…