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
Bottom sheet component is expanding unexpectedly when the keyboard is presented and then closed quickly. It looks like the bottom sheet is filling the height of the keyboard as it expands to a height not equal to the snapPoint.
This happens only on Android and tested on Android 11/12.
In this video I am pressing on the text input and then quickly closing the keyboard using a button that invokes Keyboard.dismiss
Screenrecorder-2022-09-09-15-48-28-96.0.mp4
Environment info
Library
Version
@gorhom/bottom-sheet
4.4.3
react-native
0.69.5
react-native-reanimated
2.9.1
react-native-gesture-handler
2.5.0
Steps To Reproduce
add a bottomsheet that is initially hidden
open and close the keyboard quickly(it may take a couple of tries since it has to be quick)
observe the bottomsheet expanding
Describe what you expected to happen:
open and closing of the keyboard should not cause the bottomsheet to expand
Bug
Bottom sheet component is expanding unexpectedly when the keyboard is presented and then closed quickly. It looks like the bottom sheet is filling the height of the keyboard as it expands to a height not equal to the snapPoint.
This happens only on Android and tested on Android 11/12.
In this video I am pressing on the text input and then quickly closing the keyboard using a button that invokes Keyboard.dismiss
Screenrecorder-2022-09-09-15-48-28-96.0.mp4
Environment info
Steps To Reproduce
Describe what you expected to happen:
Reproducible sample code
or use this github repo using expo: https://github.com/itsramiel/bottomsheet-keybaord-bug/blob/main/App.tsx
The text was updated successfully, but these errors were encountered: