Text spacing - React Native

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

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