-
-
Notifications
You must be signed in to change notification settings - Fork 783
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] Bottom sheet is not dismissed if dismiss
is called soon after present
#1941
Comments
same problem here |
this should be fixed with the next alpha releases of |
Simulator.Screen.Recording.-.iPhone.15.Pro.Max.-.2024-10-02.at.21.50.11.mp4 |
@gorhom when are you planning to release alpha? |
This problem seems to be exacerbated when you are in Reduce Motion mode. |
@borysenko-oleksandr based on the linked commit, this is included in 5.0.6. I believe this might introduced another bug, when the bottom sheet modal is closed with .close() the bottom sheet re-shows it self. |
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: