react-native-draggable-flatlist icon indicating copy to clipboard operation
react-native-draggable-flatlist copied to clipboard

NestableScrollContainer missing "onScroll" prop

Open karlkristopher opened this issue 2 years ago • 7 comments

Currently the project readme states:

NestableScrollContainer extends the ScrollView from react-native-gesture-handler, and NestableDraggableFlatList extends DraggableFlatList, so all available props may be passed into both of them.

However, the current implementation of NestableScrollContainer is overwriting the onScroll prop.

The DraggableFlatList uses a onScrollOffsetChange as a stand-in for onScroll, and I was hoping we could have a similar prop for NestableScrollContainer.

I went ahead and created a pull request for the change: https://github.com/computerjazz/react-native-draggable-flatlist/pull/459.

Open to feedback 🙂 And thanks for the library!

karlkristopher avatar Mar 29 '23 14:03 karlkristopher

@computerjazz any update on this? having the same issue...

MaxiAschenbrenner avatar Mar 18 '24 18:03 MaxiAschenbrenner

+1

Grantismo avatar Mar 28 '24 19:03 Grantismo