Skip to main content
Logo Appt Light

Text spacing on React Native

Content should adapt to increased spacing between lines, words, letters, and paragraphs. This helps users with effectively reading text.

React Native has a couple of attributes to adjust text spacing:

<Text style={{
  letterSpacing: 3,
  lineHeight: 32,
  paddingVertical: 6
}}>Appt</Text>

Feedback?

Let us know!