Files
react-navigation/packages/drawer/example/package.json
Brent Vatne 209bdb46a8 Update react-navigation/native dependency (#41)
* Update RNGH and remove rn-cli.config.js from example

* Update example
2019-01-09 11:43:16 -08:00

36 lines
1.1 KiB
JSON

{
"name": "drawerexample",
"version": "0.0.1",
"private": true,
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject",
"test": "node ./node_modules/jest/bin/jest.js --watchAll",
"postinstall": "rm -rf node_modules/react-navigation-drawer/{.git,node_modules,example}"
},
"dependencies": {
"react": "16.5.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz",
"react-native-paper": "^2.2.0",
"react-navigation-stack": "^1.0.0",
"react-navigation-drawer": "../",
"@react-navigation/core": "^3.0.0",
"@react-navigation/native": "^3.1.1",
"expo": "32.0.0",
"hoist-non-react-statics": "^2.5.0",
"prop-types": "^15.6.0"
},
"devDependencies": {
"babel-plugin-module-resolver": "^3.0.0",
"glob-to-regexp": "^0.3.0"
},
"resolutions": {
"**/prop-types": "15.6.0",
"**/react-lifecycles-compat": "3.0.4",
"**/hoist-non-react-statics": "2.5.0"
}
}