Description
On ios:

On Android:

note how the on android it seems like the line height is only applied on top of the text, while on ios it's applied to both top and bottom. This is also an issue when you have lineheights < fontSize. On ios it trims from the top, but on android it'll trim from top and bottom, so the text doesn't line up and get's truncated differently.
Reproduction
RNplay demo: https://rnplay.org/apps/OJFGEg
Additional Information
- React Native version: 0.36
- Platform: iOS & Android
- Operating System: MacOS
Description
On ios:

On Android:

note how the on android it seems like the line height is only applied on top of the text, while on ios it's applied to both top and bottom. This is also an issue when you have lineheights < fontSize. On ios it trims from the top, but on android it'll trim from top and bottom, so the text doesn't line up and get's truncated differently.
Reproduction
RNplay demo: https://rnplay.org/apps/OJFGEg
Additional Information