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

On drag start #76

Open francescovenica opened 2 years ago

francescovenica commented 2 years ago

Hello,

is it possible somehow to know when the sheet start to move up? I don't see any reference in the documentation, I see the onSettled but not an onDragStart.

I'm using version: 0.7.0 with expo 42.0.1

Francesco