UNPKG

react-native-step-tutorial

Version:

A lightweight and customizable React Native tutorial/onboarding overlay library that guides users through your app’s UI using step-by-step highlights, tooltips, and walkthroughs. Easily define tutorial steps, highlight specific components, and provide con

5 lines (3 loc) 132 B
import TutorialOverlay from "./TutorialOverlay"; import useTutorial from "./useTutorial"; export { TutorialOverlay, useTutorial };