Open
Description
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}
with activeOffsetY={999999}
Reproduction steps
- Open the logs view in the repro
- Click "Change panning gesture"
- You should see a log indicating that the
Test
component re-mounted
Reproduction sample
https://snack.expo.dev/@playbackjoe/bottom-sheet---issue-reproduction-template
Relevant log output
No response