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
32 lines (31 loc) • 988 B
JSON
{
"name": "react-native-step-tutorial",
"version": "1.0.9",
"description": "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 contextual guidance to improve user onboarding and feature discovery.",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/pritamramteke3211/react-native-step-tutorial"
},
"author": "Pritam Ramteke",
"license": "ISC",
"peerDependencies": {
"react": "18.3.1",
"react-native": "0.75.4"
},
"keywords": [
"react-native",
"onboarding",
"tutorial",
"step-by-step",
"walkthrough",
"highlight",
"tooltip",
"react-native-library",
"react-native-onboarding",
"feature-discovery"
]
}