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
When using BottomSheetModal along with React Navigation native stack with new architecture enabled the content of the screen which has BottomSheetModal flickers if the previous screen has any kind of animation. I noticed that the issue is not visible for the regular BottomSheet component and does not occur if using stack navigator instead of native stack navigator.
Reproduction steps
Create fresh expo app
Add new screen to the navigation
Add BottomSheetModal to the new screen
Navigate to the new screen. You can leave ParallaxScrollView from the template since it has some animation in it.
Content on the new screen flickers on mount and if BottomSheetModal is presented/dismissed
Version
v5
Reanimated Version
v3
Gesture Handler Version
v2
Platforms
iOS
What happened?
When using BottomSheetModal along with React Navigation native stack with new architecture enabled the content of the screen which has BottomSheetModal flickers if the previous screen has any kind of animation. I noticed that the issue is not visible for the regular BottomSheet component and does not occur if using stack navigator instead of native stack navigator.
Reproduction steps
Reproduction sample
https://snack.expo.dev/@kantorm/ludicrous-red-scones?platform=ios
bottom_sheet_modal_issue.mp4
Relevant log output
No response
The text was updated successfully, but these errors were encountered: