React Native Android Text Component extra padding
Try adding this to style
includeFontPadding:false
I stumbled onto this issue because I was experiencing the same. The text component has a prop called includeFontPadding
. You can set it to false to remove the extra padding.
Check the React Native Docs for reference: https://facebook.github.io/react-native/docs/text-style-props#includefontpadding