-
-
Notifications
You must be signed in to change notification settings - Fork 329
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
When will be the stable release? #718
Comments
Totally agree with this. Expo SDK 52 was just released few days ago, and some alpha versions of this library are broken in some situations. Super hard to improve and debug if every single person has a different version of alpha. Let's get the 4.0.0 release as soon as possible, and let's tackle errors from there. Let's not wait for having a prefect non-error library before 4.0.0, becase that's never gonna happens. It's better to have a 4.0.0 where everybody is reporting errors that can be fixed, rather than a library that nobody understand how to reproduce an error. |
with expo SDK 52 I have several problems. First of all the carousel crashes the app whenever I enable a mode (e.g. mode="parallax") |
@dohooo if you do not have time for this library, in these critical days (Expo SDK 52 released with New Arch enabled), please consider giving access to merge and release to some contributor. Otherwise, we'll have to fork (thing that NOBODY want to do). |
Indeed, their is a lot of problems with expo 52 and parallax. Is it possible to merge and release the fixes please ? |
Found a temporary solution that can maybe help, use customAnimation and parallax.ts in a local file. Replace the ZIndex interpolation by const zIndex = Math.round( |
Hi Dohooo,
Thanks for this project. Could you please release the stable pacakage with pagination :)
The text was updated successfully, but these errors were encountered: