react-native-scroll-bottom-sheet
react-native-scroll-bottom-sheet copied to clipboard
Dynamic bottom sheet height
Current Behavior
Height of bottom sheet is determined by snapPoints prop.
Expected Behavior
Dynamic bottom sheet height based on it's content height.
Like adjustToContentHeight prop on Modalize.
Your Environment
| version | |
|---|---|
| Platform (Android, iOS or both) | both |
| react-native-scroll-bottom-sheet | 0.7.0 |
| react-native | 0.66.4 |
| react-native-gesture-handler | 2.1.1 |
| react-native-reanimated | 2.2.4 |
Thanks for the nice lib!