react-native: Android Text lineHeight is incorrect for the first line

Noticed this in a production app, easy repro case with the template app: all I did to the example app was add some lineHeight and change the text to make it obvious. You can copy and paste the source from here: https://gist.github.com/brentvatne/ed98472bc8605484862c7adfdee8d5ca

Example gif:

wrong

Full video: http://url.brentvatne.ca/1jQXm

cc @dmmiller

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Reactions: 3
  • Comments: 15 (7 by maintainers)

Most upvoted comments

@alexHlebnikov do you mind opening a new issue with the entire code, expected outcome, actual outcome, maybe also a few screenshots? Thanks!

I have diff internally that fixes this, I just need to get all details right and land it.