-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Closed
Closed
Copy link
Labels
API: KeyboardBugComponent: KeyboardAvoidingViewComponent: TextInputRelated to the TextInput component.Related to the TextInput component.StaleThere has been a lack of activity on this issue and it may be closed soon.There has been a lack of activity on this issue and it may be closed soon.
Description
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
- Add a KeyboardAvoidingView, and as a child component, a TextInput with multiline={true}
Describe what you expected to happen:
I expected that this just works well
KeyboardAvoidingView attributes:
- style={{flex:1}}
- behavior={Platform.OS === "ios" ? "padding" : null}
- enabled
- keyboardVerticalOffset={45}
<TextInput multiline={true} />
hgezim
Metadata
Metadata
Assignees
Labels
API: KeyboardBugComponent: KeyboardAvoidingViewComponent: TextInputRelated to the TextInput component.Related to the TextInput component.StaleThere has been a lack of activity on this issue and it may be closed soon.There has been a lack of activity on this issue and it may be closed soon.