Home > OS >  Can I do carousel with components React Native?
Can I do carousel with components React Native?

Time:01-30

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?

CodePudding user response:

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.

  •  Tags:  
  • Related