UNPKG

react-native-popup-navigation

Version:
47 lines (46 loc) 901 B
{ "name": "react-native-popup-navigation", "version": "0.2.0", "description": "popup navigation", "main": "src/commonjs/index.js", "module": "src/module/index.js", "repository": { "type": "git", "url": "git+https://github.com/mnshkv/react-native-popup-navigation.git" }, "author": "mnshkv", "license": "MIT", "scripts": { "build": "bob build" }, "keywords": [ "react-native", "popup", "navigation", "nav", "pop-up", "slide-up", "rn" ], "files": [ "lib/", "src/", "README.md" ], "peerDependencies": { "react": "*", "react-native": "*", "react-native-gesture-handler": "*" }, "devDependencies": { "@react-native-community/bob": "^0.7.0" }, "@react-native-community/bob": { "source": "lib", "output": "src", "targets": [ ["commonjs", {"flow": true}], "module" ] } }