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.54k stars 64 forks source link

How to hide vertical Scroll bar #61

Closed alexandreh92 closed 3 years ago

alexandreh92 commented 3 years ago

is there a way to hide vertical scroll bar? thanks

coffeemug commented 3 years ago

Pass this prop:

showsVerticalScrollIndicator={false}