-
Notifications
You must be signed in to change notification settings - Fork 303
Open
Description
Describe the bug
On Android 14, when opening a react-native-modalize
bottom sheet that contains a TextInput
, the keyboard overlays the bottom sheet instead of pushing it upward. This results in the input field being hidden behind the keyboard, making it unusable for the user. The expected behavior is for the bottom sheet to shift upwards, allowing the user to see and interact with the input field.
Reproduce
- Open a modal using
react-native-modalize
with aTextInput
inside. - Focus on the input to trigger the keyboard.
- Observe the keyboard overlapping the bottom sheet content on Android 14.
- This issue is not present on earlier Android versions.
Dependencies
- react-native-modalize: 2.1.1
- react-native: 0.80.1
- react-native-gesture-handler: 2.24.0
- OS: macOS 15.5
- Device: Android 14 (tested on physical or emulator)
mariomurrent-softwaresolutions and alihamza1729
Metadata
Metadata
Assignees
Labels
No labels