ammarahm-ed / react-native-actions-sheet

A Cross Platform(Android, iOS & Web) ActionSheet with a flexible api, native performance and zero dependency code for react native. Create anything you want inside ActionSheet.
https://rnas.vercel.app
MIT License
1.42k stars 119 forks source link

handleChildScrollEnd has been removed. Please use `useScrollHandlers` hook to enable scrolling in ActionSheet #294

Closed yachtwave closed 5 months ago

yachtwave commented 1 year ago

Documentation still states to use "handleChildScrollEnd" however it throws a warning:

"handleChildScrollEnd has been removed. Please use useScrollHandlers hook to enable scrolling in ActionSheet"

Example code: actionSheetRef.current?.handleChildScrollEnd()