Open Habeeb-007 opened 1 week ago
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 ?
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( value, [-1, 0, 1, 2], [0, size, size, 0], Extrapolate.CLAMP, );
Hi Dohooo,
Thanks for this project. Could you please release the stable pacakage with pagination :)