Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all articles
Browse latest Browse all 16552

Get current scroll position of ScrollView in React Native

$
0
0

Is it possible to get the current scroll position, or the current page of a <ScrollView> component in React Native?

So something like:

<ScrollView  horizontal={true}  pagingEnabled={true}  onScrollAnimationEnd={() => {       // get this scrollview's current page or x/y scroll position  }}>  this.state.data.map(function(e, i) { <ImageCt key={i}></ImageCt>   })</ScrollView>

Viewing all articles
Browse latest Browse all 16552

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>