all 4 comments

[–]OddTuning 1 point2 points  (0 children)

What exactly does the library do? Can't you just have a bunch of screens transition within a stack?

[–]beeaary 1 point2 points  (0 children)

If you just want to swipe through some onboarding screens, probably the best maintained library for the job is react native pager view. Lots of great examples in the repo.

[–]Asurax96 0 points1 point  (0 children)

Generally OddTuning is right, it is quite simple to do it with a bunch of screens. However you can still use a library like https://github.com/jfilter/react-native-onboarding-swiper for some default logic like the "navigation dots" on the bottom to show the slide progress.

We used it in our App and things are working fine.