Description
lineHeight styling doesn't impact TextInput when multiline is set to true
Reproduction Steps and Sample Code

<TextInputmultiline={true}style={{lineHeight: fontLineHeight,}}/>Additional Information
- React Native version: 0.44.0
- Platform: iOS (didn't test on Android)
Description
lineHeight styling doesn't impact TextInput when multiline is set to
trueReproduction Steps and Sample Code
Additional Information