[DEPRECATED] DO NOT USE THIS LIBRARY ANYMORE - Read for full details
This was a lovely library, but it wasn't updated during more than 2 years (I just hope COVID didn't have anything to do there - Even the Github user who created this library seems that was deleted (Benoît Delmaire)).
We are all migrating to https://www.npmjs.com/package/react-native-reanimated-carousel
It is important that you migrate out of this library as soon as possible, in order to stop promoting it.
See you in the other side.
And please stop creating other issues in this library so this one keeps on the top.
Thank you
👍
Guys i already create a fork, because i think something happened with this developer... try using my solutions on
https://www.npmjs.com/package/react-native-new-snap-carousel
hope this help
Guys i already create a fork, because i think something happened with this developer... try using my solutions on
https://www.npmjs.com/package/react-native-new-snap-carousel
hope this help
Why not just https://www.npmjs.com/package/react-native-reanimated-carousel ? We are all migrating there.
That is a decision for every developer.. some of them just want to maintain legacy code without so much effort, others would like to implement a new library 🤷🏻♂️
Guys i already create a fork, because i think something happened with this developer... try using my solutions on
https://www.npmjs.com/package/react-native-new-snap-carousel
hope this help
Thanks, this helps us who in need to migrate to the newest Expo and RN versions but also need more time to migrate to react-native-reanimated-carousel.
That is a decision for every developer.. some of them just want to maintain legacy code without so much effort, others would like to implement a new library 🤷🏻♂️
I can't find the fork on github? npmjs is still pointing to this repo..
I can't find the fork on github? npmjs is still pointing to this repo..
NPM will still point towards this repo unless the owner of the NPM project publishes an update (or transfers it to someone else and then the new owner publishes an update).
You can npm install https://github.com/<username>/<repository> and it'll install from a github-sourced repository instead of the NPM repository.
I've lost a plenty of time with this.
Forked Repository - https://github.com/ciberbob-007/react-native-new-snap-carousel Credits - @ciberbob-007
Guys i already create a fork, because i think something happened with this developer... try using my solutions on
https://www.npmjs.com/package/react-native-new-snap-carousel
hope this help
there are no @type repository how install react-native-new-snap-carousel??
Old snap carousel has @type repository https://www.npmjs.com/package/@types/react-native-snap-carousel
I solved it by writing the following in package.json.
"react-native-snap-carousel": "https://github.com/ciberbob-007/react-native-new-snap-carousel",
@BrodaNoel I have tried to implement the new library you are suggesting, but I am unable to get it working with my current code due to some missing UI features. I am not finding the following props in the new library Parallax mode:
itemWidth
sliderWidth
itemHeight
sliderHeight
activeSlideAlignment
inactiveSlideScale
inactiveSlideOpacity
containerCustomStyle
contentContainerCustomStyle
Any help or guidance will be very appreciated. Thanks!
@BrodaNoel I have tried to implement the new library you are suggesting, but I am unable to get it working with my current code due to some missing UI features. I am not finding the following props in the new library Parallax mode:
itemWidth sliderWidth itemHeight sliderHeight activeSlideAlignment inactiveSlideScale inactiveSlideOpacity containerCustomStyle contentContainerCustomStyleAny help or guidance will be very appreciated. Thanks!
Why are you asking this here? Ask it in the other library
@BrodaNoel You're right I'm sorry, I should have posted that in the other library. I guess that I just thought that people who have migrated might have a better idea.
@BrodaNoel I have tried to implement the new library you are suggesting, but I am unable to get it working with my current code due to some missing UI features. I am not finding the following props in the new library Parallax mode:
itemWidth sliderWidth itemHeight sliderHeight activeSlideAlignment inactiveSlideScale inactiveSlideOpacity containerCustomStyle contentContainerCustomStyleAny help or guidance will be very appreciated. Thanks!
I will try to do support to this library as much as possible, please ask in the fork repo on https://github.com/ciberbob-007/react-native-new-snap-carousel
i don't understand how is this still getting 122K weekly downloads, oh! maybe because of people like me who figures out that it is deprecated after starting the implementation.