Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Completely broken on RN 0.74 #187

Open
LPitonakova opened this issue May 28, 2024 · 2 comments
Open

Completely broken on RN 0.74 #187

LPitonakova opened this issue May 28, 2024 · 2 comments

Comments

@LPitonakova
Copy link

React Native version: 0.74.1

Steps To Reproduce

  1. I just upgraded my project to RN 0.74.1
  2. 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?
  3. E.g. swiping "forwards" doesn't work at all (gesture doesn't seem to be recognized)?
  4. 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

@Mykyta-Chernenko
Copy link

React Native version: 0.74.1

Steps To Reproduce

  1. I just upgraded my project to RN 0.74.1
  2. 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?
  3. E.g. swiping "forwards" doesn't work at all (gesture doesn't seem to be recognized)?
  4. 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

@LPitonakova
Copy link
Author

No issues on my side

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants