-
-
Notifications
You must be signed in to change notification settings - Fork 802
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
[Bug]: Changing enableContentPanningGesture remounts content #2066
Comments
same issue |
Unfortunately, the EDIT: Actually, the It seems like this was meant to be the workaround, but it doesn't work: |
Same issue here. It's due to this new code:
I've been looking for a solution but without success so far. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
Version
v5
Reanimated Version
v3
Gesture Handler Version
v2
Platforms
iOS, Android, Web
What happened?
In v4 I was using
enableContentPanningGesture
to disable the swipe down gesture while users are in "full screen mode". In 2962a2d the render logic was updated to swap parent components depending on the value of that prop.Current workaround: Replace
enableContentPanningGesture={false}
withactiveOffsetY={999999}
Reproduction steps
Test
component re-mountedReproduction sample
https://snack.expo.dev/@playbackjoe/bottom-sheet---issue-reproduction-template
Relevant log output
No response
The text was updated successfully, but these errors were encountered: