NestableScrollContainer missing "onScroll" prop
Currently the project readme states:
NestableScrollContainerextends theScrollViewfromreact-native-gesture-handler, andNestableDraggableFlatListextendsDraggableFlatList, 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!
@computerjazz any update on this? having the same issue...
+1