Skip to main content

React Native Interactive Walkthrough

React Native Interactive Walkthrough is an open source library for building interactive walkthroughs in React Native - without touching the native side.

Get started building by installing rn-interactive-walkthrough or by following the Usage guide to learn the main concepts.

Getting Started

Get started by installing the library.

npm install rn-interactive-walkthrough

Requirements

The library relies on a few peer dependencies. Make sure these are installed in your project:

PackageMinimum version
react17.0
react-native0.63
react-native-reanimated3.0
react-native-safe-area-context4.0
note

The library is only tested against the latest React Native version, but these are the lowest versions it is known to work with.