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

When will be the stable release? #718

Open
Habeeb-007 opened this issue Nov 13, 2024 · 5 comments
Open

When will be the stable release? #718

Habeeb-007 opened this issue Nov 13, 2024 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@Habeeb-007
Copy link

Hi Dohooo,

Thanks for this project. Could you please release the stable pacakage with pagination :)

@Habeeb-007 Habeeb-007 added the enhancement New feature or request label Nov 13, 2024
@BrodaNoel
Copy link
Contributor

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.

@andreaferracani
Copy link

andreaferracani commented Nov 15, 2024

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")

@BrodaNoel
Copy link
Contributor

@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).

@Abdeldmh
Copy link

Indeed, their is a lot of problems with expo 52 and parallax. Is it possible to merge and release the fixes please ?

@Abdeldmh
Copy link

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,
);

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

No branches or pull requests

5 participants