react-native-onboarding-flow
Version:
Beautiful, customizable onboarding flows for React Native with smooth animations
47 lines (46 loc) • 937 B
JSON
{
"name": "react-native-onboarding-flow",
"version": "1.4.2",
"description": "Beautiful, customizable onboarding flows for React Native with smooth animations",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc"
},
"keywords": [
"react-native",
"onboarding",
"modal",
"animations",
"typescript",
"expo",
"slides",
"intro",
"video",
"image",
"customizable",
"flow"
],
"author": "binb1",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/binb1/react-native-onboarding-flow.git"
},
"peerDependencies": {
"@expo/vector-icons": ">=13.0.0",
"expo-av": ">=14.0.0",
"react": ">=16.8.0",
"react-native": ">=0.60.0"
},
"devDependencies": {
"@types/node": "^24.2.1",
"expo-av": "^15.1.7",
"typescript": "^5.9.2"
},
"files": [
"lib",
"src",
"README.md"
]
}