Search code examples
javascriptreactjsreact-nativeanimationcarousel

Can I do carousel with components React Native?


I want to achieve this feature. I have been trying to achieve this using react-native-snap-carousel.

I just want to know what is the approach to achieve this, is Carousel my best option?


Solution

  • You can try https://www.npmjs.com/package/react-native-wizard package. Or you can search the term "multi step form" or "wizard step form" and you will find similar packages.