You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to normally swipe through all of my items I am mapping over
Actual behaviour
Every time I swipe through an item, it send me back to the item I was just on, and when I swipe again, I am then brought to the correct item. This repeats for every new item I see in the UI
When swipe fastly the onIndexChange method is returning values which are far behind the current index value.
This is an open issue in that library as well- leecade#1344
How to reproduce it>
To help us, please fork this component, modify one example in examples folder to reproduce your issue and include link here.
Expected behaviour
I want to normally swipe through all of my items I am mapping over
Actual behaviour
Every time I swipe through an item, it send me back to the item I was just on, and when I swipe again, I am then brought to the correct item. This repeats for every new item I see in the UI
Which OS ?
Version
Which versions are you using:
Expected behaviour
I want to normally swipe through all of my items I am mapping over
Actual behaviour
Every time I swipe through an item, it send me back to the item I was just on, and when I swipe again, I am then brought to the correct item. This repeats for every new item I see in the UI
When swipe fastly the onIndexChange method is returning values which are far behind the current index value.
This is an open issue in that library as well- leecade#1344
How to reproduce it>
To help us, please fork this component, modify one example in examples folder to reproduce your issue and include link here.
Steps to reproduce
1
Which OS ?
MacOS
Version
Which versions are you using:
"react-native-swiper": "^1.6.0",
"react-native": "0.69.1",
Expected behaviour
I want to normally swipe through all of my items I am mapping over
Actual behaviour
Every time I swipe through an item, it send me back to the item I was just on, and when I swipe again, I am then brought to the correct item. This repeats for every new item I see in the UI
Steps to reproduce
<Swiper
horizontal={true}
showsButtons={false}
index={0}
onIndexChanged={index => setSongIndex(index)}
style={styles.swiper}
showsPagination={false}>
{feed.map(post => {.......
The text was updated successfully, but these errors were encountered: