-
-
Notifications
You must be signed in to change notification settings - Fork 766
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[v4] | Keyboard pushing bottom sheet content to screen top, with empty space in between #1805
Comments
try this props
|
Thanks for the suggestion @jasimchz , but i already tried out those props and it is not working for me.. Also when i add the |
Try adding the provider on app.tsx. Also try removing snapPoints when enableDynamicSizing is true. To control the height you can add topInset accordingly else the modal will go to the max screen height.Try putting android_keyboardInputMode to adjustResize. |
Same issue, any other ideas? |
@Mitrandir-main have you added the provider on app.tsx and put the modal outside your scrollview? |
I replaced the BottomSheetTextInput with TextInput from 'react-native-paper' due to some styling reasons.. but surprisingly the above issue also got fixed with it. Cheer! Resolving this issue for now. |
Bug
Launching keyboard for BottomSheetTextInput, pushes the content to the top of the screen with empty space in between. This happens even though i am using the
keyboardBehaviour
asinteractive
.Tried using
android_keyboardInputMode
also, but same issue.Please note that issues that do not follow the template may be closed.
Environment info
Steps To Reproduce
keyboardBehavior
asinteractive
Describe what you expected to happen:
Reproducible sample code
WIP
The text was updated successfully, but these errors were encountered: