Is it possible to get the current scroll position, or the current page of a component in React Native?
So something like:
<
Use
this.getscrollposition(event)} scrollEventThrottle={16}>
Show Position
getscrollposition(e) {console.log('scroll y ', e.nativeEvent.contentOffset.y);}