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
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
https://user-images.githubusercontent.com/80689446/189354910-7fcc2aec-7649-40be-b6a5-922fc910c83c.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