UNPKG

use-react-native-navigation

Version:

A utility library for a easier use of react-native-navigation library.

57 lines (56 loc) 1.91 kB
{ "name": "use-react-native-navigation", "version": "0.0.6", "description": "A utility library for a easier use of react-native-navigation library.", "main": "lib/dist/index.js", "homepage": "https://github.com/jinshin1013/use-react-native-navigation", "repository": "github:jinshin1013/use-react-native-navigation", "bugs": { "email": "jinshin1013@gmail.com", "url": "https://github.com/jinshin1013/use-react-native-navigation" }, "scripts": { "start:playground": "react-native start", "pod-install": "cd Playground/ios && pod install", "xcode:playground": "open ./Playground/ios/Playground.xcworkspace", "install-android": "cd ./Playground/android && ./gradlew app:assembleDebug && ./gradlew installDebug", "lint:lib": "eslint ./lib", "build:lib": "rm -rf ./lib/dist && tsc --project tsconfig.lib.json" }, "keywords": [ "react-native", "react-native-navigation", "wix-navigation", "rnn" ], "author": "Jin Shin <jinshin1013@gmail.com>", "license": "MIT", "peerDependencies": { "mobx": ">=5.0.0", "react": ">=16.8.3", "react-native": ">=0.59.0", "react-native-navigation": ">=4.5.0" }, "devDependencies": { "@babel/core": "7.9.6", "@babel/plugin-proposal-decorators": "7.8.3", "@babel/runtime": "7.9.6", "@types/react": "16.9.34", "@types/react-native": "0.62.5", "@typescript-eslint/parser": "2.30.0", "@typescript-eslint/eslint-plugin": "2.30.0", "eslint": "6.8.0", "eslint-config-prettier": "6.11.0", "eslint-plugin-prettier": "3.1.3", "eslint-plugin-react": "7.19.0", "eslint-plugin-react-hooks": "3.0.0", "metro-react-native-babel-preset": "0.59.0", "mobx": "5.15.4", "mobx-react-lite": "2.0.6", "prettier": "2.0.5", "react": "16.13.1", "react-native": "0.62.2", "react-native-navigation": "6.5.0", "typescript": "3.8.3" } }