KeyboardAvoidingView doesn't work properly with TextInput with multiline enabled #27788
Labels
API: Keyboard
Bug
Component: KeyboardAvoidingView
Component: TextInput
Related to the TextInput component.
Stale
There has been a lack of activity on this issue and it may be closed soon.
When you have a KeyboardAvoidingView with a TextInput with multiline=true, the "translating" effect just doesn't work (at least in ios)
React Native version:
0.59.8 (Expo sdk 34.0.1)
Steps To Reproduce
Describe what you expected to happen:
I expected that this just works well
KeyboardAvoidingView attributes:
<TextInput multiline={true} />
The text was updated successfully, but these errors were encountered: