Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix rendering of textInput using lineHeight in android API level <28 (f…
…acebook#42673) Summary: 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
- Loading branch information