How to implement walkthrough screens?

This page summarizes the projects mentioned and recommended in the original post on /r/reactnative

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • react-native-onboarding-swiper

    🛳 Delightful onboarding for your React-Native app

  • 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.

  • react-native-viewpager

    React Native wrapper for the Android ViewPager and iOS UIPageViewController.

  • 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.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • react-native-walkthrough-tooltip

    An inline wrapper for calling out React Native components via tooltip

  • I used this one https://github.com/jasongaare/react-native-walkthrough-tooltip

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts