lineHeight style has no effect on multiline TextInput #25543
Labels
Bug
Component: TextInput
Related to the TextInput component.
Stale
There has been a lack of activity on this issue and it may be closed soon.
This appears to be the same issue reported in #14232.
When lineHeight is added to multiline TextInput's the height of the TextInput is initially effected however this disappears on first input at which point this appears to be ignored.
React Native version:
expo SDK 33.0 => RN 0.59.8
Steps To Reproduce
1.Render TextInput with
multiline=true
andstyle={ lineHeight: <Number> }
Describe what you expected to happen:
lineHeight
should be applied to TextInput contents effectively allowing space to be applied between lines of text.Snack, code example, or link to a repository:
https://snack.expo.io/@njdancer/b91e88
The text was updated successfully, but these errors were encountered: