react-native-reanimated-bottom-sheet
react-native-reanimated-bottom-sheet copied to clipboard
`flex: 1` does not work on the sheet content element
trafficstars
Please have a look at the following snack:
https://snack.expo.io/@yolpsoftware/react-native-reanimated-bottom-sheet-flex-1
The bottom sheet does not appear. However, if you remove the flex: 1 style from the top-level sheet content element, it works.
Please either make flex: 1 work inside of the bottom sheet, or if that is not possible, warn the user that flex: 1 will not work.
@yolpsoftware, height: 100% instead of flex should resolve your problem