Skip to content

[Bug]: Regression on BottomSheetView since 5.1.6 #2384

@alex-fournier

Description

@alex-fournier

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

  1. Declare BottomSheet with enableDynamicSizing={false}
  2. Declare a Navigator inside a BottomSheetView
  3. 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

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions