react-native-snap-carousel: [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

Screen Shot 2022-10-18 at 17 22 13

It is important that you migrate out of this library as soon as possible, in order to stop promoting it.

Screen Shot 2022-10-18 at 17 23 33

See you in the other side.

About this issue

  • Original URL
  • State: open
  • Created 2 years ago
  • Reactions: 46
  • Comments: 18

Most upvoted comments

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

@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!

Why are you asking this here? Ask it in the other library

@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!

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.

And please stop creating other issues in this library so this one keeps on the top.