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
The swiper is completely broken, even with the basic code in the example. I noticed from your package.json that you are still using RN 0.63?
E.g. swiping "forwards" doesn't work at all (gesture doesn't seem to be recognized)?
Swiping "backwards" works but the page stops too far, showing it as if in mid-way transition to the previous page
Describe what you expected to happen:
Work correctly
Snack, code example, screenshot, or link to a repository:
I used your code example in the readme
hmm, I'm using 0.74 and swiping works for me. scrollToIndex does something weird and stops in between items, so I'm trying to figure out if there something I can do with it
That's nice but not useful. How complex are your views? How nested? Mine are pretty complex which may the issue - I know RN is great in example projects but often fails when components (especially if from different libraries) are nested within each other. To this date, I haven't been able to find a solution
React Native version: 0.74.1
Steps To Reproduce
Describe what you expected to happen:
Work correctly
Snack, code example, screenshot, or link to a repository:
I used your code example in the readme
The text was updated successfully, but these errors were encountered: