UNPKG

react-navigation-magic-move

Version:

Bindings for using react-navigation with react-native-magic-move

41 lines (40 loc) 1.07 kB
{ "name": "react-navigation-magic-move", "version": "0.4.1", "description": "Bindings for using react-navigation with react-native-magic-move", "author": "IjzerenHein <hrutjes@gmail.com>", "keywords": [ "react-native-magic-move", "react-native", "magic move", "react-navigation", "react-native-router-flux", "fluid", "scene-transition" ], "repository": "https://github.com/IjzerenHein/react-navigation-magic-move", "bugs": "https://github.com/IjzerenHein/react-navigation-magic-move/issues", "license": "MIT", "main": "src/index.js", "react-native": "src/index.js", "files": [ "src" ], "scripts": { "lint": "./node_modules/.bin/eslint ./src" }, "dependencies": {}, "devDependencies": { "babel-eslint": "^10.0.1", "eslint": "^5.11.1", "eslint-plugin-react": "^7.11.1", "eslint-plugin-react-native": "^3.5.0", "prettier": "^1.15.3" }, "peerDependencies": { "react": "*", "prop-types": "*", "react-navigation": ">= 0.2.0", "react-native-magic-move": ">= 0.4.0" } }