You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a TextInput inside a BottomSheetModal (wrapped in BottomSheetScrollView) receives focus on Android, the keyboard appears but completely
covers the focused input field — hiding both the cursor and the typed text. The bottom sheet does not scroll or shift upward to keep the focused
TextInput visible.
Environment details:
@gorhom/bottom-sheet: 5.2.8
react-native-reanimated: 4.1.1 (v4 — the closest option above is v3, but we are on v4)
Despite setting keyboardBehavior="interactive" and android_keyboardInputMode="adjustResize", the bottom sheet content does not adjust when the
keyboard opens. The keyboard simply overlaps the TextInput, making it impossible for the user to see what they are typing.
Version
v5
Reanimated Version
v3
Gesture Handler Version
v2
Platforms
Android
What happened?
When a
TextInputinside aBottomSheetModal(wrapped inBottomSheetScrollView) receives focus on Android, the keyboard appears but completelycovers the focused input field — hiding both the cursor and the typed text. The bottom sheet does not scroll or shift upward to keep the focused
TextInput visible.
Environment details:
@gorhom/bottom-sheet: 5.2.8react-native-reanimated: 4.1.1 (v4 — the closest option above is v3, but we are on v4)react-native-gesture-handler: 2.28.0react-native: 0.81.5 (New Architecture enabled)expo: ~54.0.30Configuration used:
Despite setting keyboardBehavior="interactive" and android_keyboardInputMode="adjustResize", the bottom sheet content does not adjust when the
keyboard opens. The keyboard simply overlaps the TextInput, making it impossible for the user to see what they are typing.
Screen_Recording_20260514-113959_Mobile.Bankruptcy.App.mp4
Simulator.Screen.Recording.-.iPhone.17.Pro.-.2026-05-14.at.12.26.19.mov
Reproduction steps
Reproduction sample
https://snack.expo.dev/@jay7128/bottom-sheet---issue-reproduction-template
Relevant log output