rgommezz / react-native-scroll-bottom-sheet

Cross platform scrollable bottom sheet with virtualisation support, native animations at 60 FPS and fully implemented in JS land :fire:
MIT License
1.55k stars 68 forks source link

Dynamic bottom sheet height #80

Open 7dp opened 2 years ago

7dp commented 2 years ago

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!