-
-
Notifications
You must be signed in to change notification settings - Fork 333
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
Pagination not exported? #606
Comments
It seems like the issue with the missing To address this, you might want to check if there's been a more recent release or patch that fixes this issue. Sometimes, such problems are quickly identified and resolved by the package maintainers. If no such update exists, reaching out to the maintainers directly through a GitHub issue might be the best course of action to bring this to their attention and seek a resolution. In the meantime, as a workaround, you could consider manually adding the Remember to keep an eye on the repository for any updates or patches that address this issue, and update your package accordingly once a fix is available.
|
same issue |
Documentation references are for the v4.0.0 APIs, it seems See https://github.com/dohooo/react-native-reanimated-carousel/tree/v3.x.x/src for the appropriate source |
Same issue here: |
Sry, v3 will no longer be updated. Please use v4.x alpha if u want to use the pagination component. My work is quite busy and I don’t have much time to maintain multiple version branches, but I will try my best to release the official v4 stable version ASAP. Plz lmk if you tried v4 alpha and it works well. |
Thanks I updated to v4 and that solved the issue |
v4 4.0.0-alpha.12 - Pagination works fine on IOS and android , dots are also SYNC as well . But on android there some Glitch while swiping slider , Can you please look into this as well . |
me too |
where i can find v4 of lib @dohooo |
npm i [email protected] |
Guys, pagination was not added on V3. Check this: https://github.com/dohooo/react-native-reanimated-carousel/releases/tag/v4.0.0-alpha.11 It was added on 4.0.0-alpha.11 How to add it? Just install it as usually
I would suggest to install directly the alpha.12, which is the latest alpha, fixing some other issues |
Describe the bug
Trying to follow the sample here https://reanimated-carousel.dev/Examples/parallax on version 3.5.1 and there is no
Pagination
component exported fromreact-native-reanimated-carousel
.I followed into the package and indeed there is no export. Here's the export list from index.d.ts file.
To Reproduce
Steps to reproduce the behavior:
Pagination
component fromreact-native-reanimated-carousel
Expected behavior
Import component
Screenshots
If applicable, add screenshots to help explain your problem.
Versions (please complete the following information):
Smartphone (please complete the following information):
Additional context
Seems like something gone wrong in bundling? I can see that the component is exported in the source code here https://github.com/dohooo/react-native-reanimated-carousel/blob/main/src/index.tsx#L2 but it's just not there in the installed package.
The text was updated successfully, but these errors were encountered: