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: #459.
Open to feedback 🙂 And thanks for the library!
Currently the project readme states:
However, the current implementation of
NestableScrollContaineris overwriting theonScrollprop.The
DraggableFlatListuses aonScrollOffsetChangeas a stand-in foronScroll, and I was hoping we could have a similar prop forNestableScrollContainer.I went ahead and created a pull request for the change: #459.
Open to feedback 🙂 And thanks for the library!