-
-
Notifications
You must be signed in to change notification settings - Fork 865
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Version
v5
Reanimated Version
v3
Gesture Handler Version
v2
Platforms
iOS, Android
What happened?
Since v5.1.6, using a Navigator inside a BottomSheetView is not working anymore, component height is 0. (enableDynamicSizing
is set to false
)
Passing to version 5.1.5 and the navigator is visible again.
Reproduction steps
- Declare
BottomSheet
withenableDynamicSizing={false}
- Declare a Navigator inside a
BottomSheetView
- Nothing is shown is the bottom sheet, even when passing
flex: 1
to all components
Reproduction sample
https://snack.expo.dev/@alexfournier/bottom-sheet-x-react-navigation
Relevant log output
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working