UNPKG

@pspatel/react-native-app-intro

Version:

A fully customizable React Native component aimed to beautify onboarding experience

42 lines (41 loc) 1.23 kB
{ "name": "@pspatel/react-native-app-intro", "version": "1.1.0", "description": "A fully customizable React Native component aimed to beautify onboarding experience", "main": "index.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/Parth-coditas/react-native-app-intro.git" }, "keywords": [ "react-native", "onboarding", "react-native-onboarding", "slider", "react-native-app-intro" ], "author": "Parth Patel", "license": "MIT", "bugs": { "url": "https://github.com/Parth-coditas/react-native-app-intro/issues" }, "homepage": "https://github.com/Parth-coditas/react-native-app-intro#readme", "devDependencies": { "@babel/core": "^7.12.9", "@babel/runtime": "^7.12.5", "@react-native-community/eslint-config": "^2.0.0", "@types/jest": "^26.0.23", "@types/react": "^17.0.5", "@types/react-native": "^0.64.5", "babel-jest": "^26.6.3", "babel-plugin-module-resolver": "^4.1.0", "eslint": "7.14.0", "jest": "^26.6.3", "metro-react-native-babel-preset": "^0.64.0", "react-test-renderer": "17.0.1", "typescript": "^4.2.4" } }