Files
react-native/packages
David VaccaandFacebook GitHub Bot 142f13db63 Fix rendering of textInput using lineHeight in android API level <28 (#42673)
Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/42673

Fix rendering of textInput using lineHeight in android API level <28 by removing call to ReactEditText.setLineHeight.
ReactEditText.setLineHeight was introduced in API level 28 and we actually don't need to call this method

changelog: [Internal] internal

Differential Revision: D53105649

fbshipit-source-id: f2d81cfea10de84bd47efbfeac1e21837fd49a11
2024-01-25 19:20:17 -08:00
..