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
The bottom-sheet is not dismissed when dismiss() is called soon after present(). This happens when these two are called in quick succession. The code in the example demonstrates the issue and here's also a short video of that code in action.
Screen.Recording.2024-09-17.at.11.02.46.mov
Environment info
Library
Version
@gorhom/bottom-sheet
4.6.4
react-native
0.74.5
react-native-reanimated
3.10.1
react-native-gesture-handler
2.16.2
Steps To Reproduce
Install app: npm install
Run the app: npx expo start
Press twice on the button in quick succession
Observe the bottom sheet remain open, when it should be dismissed
Describe what you expected to happen:
After double press, the sheet should be dismissed.
Bug
The bottom-sheet is not dismissed when
dismiss()
is called soon afterpresent()
. This happens when these two are called in quick succession. The code in the example demonstrates the issue and here's also a short video of that code in action.Screen.Recording.2024-09-17.at.11.02.46.mov
Environment info
Steps To Reproduce
npm install
npx expo start
Describe what you expected to happen:
Reproducible sample code
The text was updated successfully, but these errors were encountered: