Open KingAmo opened 3 years ago
What platform is affected ? Android or iOS ?
What platform is affected ? Android or iOS ?
I only test it on iOS
What platform is affected ? Android or iOS ?
same issue
<PagerView
style={{flex: 1, backgroundColor: '#000'}}
overdrag={true}
orientation={'vertical'}
{...{onPageScroll, onPageSelected}}
>
{
new Array(10).fill(1).map((item, index) => {
return (
<View key={index} style={{flex: 1}}>
<VideoItem index={index} />
</View>
)
})
}
</PagerView>
Environment
"react-native-pager-view": "^5.1.2"
Description
the
position
value ofonPageScroll
never change when page scroll finishedReproducible Demo