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)