react-native: lineHeight styling doesn't impact multiline TextInput
Description
lineHeight styling doesn’t impact TextInput when multiline is set to true
Reproduction Steps and Sample Code
<TextInput
multiline={true}
style={{
lineHeight: fontLineHeight,
}}
/>
Additional Information
- React Native version: 0.44.0
- Platform: iOS (didn’t test on Android)
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 16 (6 by maintainers)
I still plan to fix this. 😄
Are you sure this is fixed? Getting this using 0.57 and iOS:
Fixed in master.
@shergin Still seems not fixed for 0.53, correct me if I’m using it wrong
screenshot:
code:
Issue persists on RN 0.57.7