fix: add peer dep on react-navigation

This commit is contained in:
satyajit.happy
2019-09-09 21:52:09 +02:00
parent 784d1ce3b5
commit 4c012ad1ea
23 changed files with 7118 additions and 533 deletions

View File

@@ -3,14 +3,13 @@
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start",
"start": "expo start",
"native": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios"
},
"dependencies": {
"@react-native-community/masked-view": "^0.1.1",
"@react-navigation/core": "3.4.2",
"@react-navigation/native": "^3.4.1",
"expo": "^34.0.0",
"expo-asset": "^6.0.0",
"expo-barcode-scanner": "~6.0.0",
@@ -26,11 +25,13 @@
"react-native-unimodules": "~0.5.2",
"react-native-web": "^0.11.4",
"react-native-webview": "~5.12.0",
"react-navigation": "^4.0.1",
"react-navigation-drawer": "^2.0.0",
"react-navigation-tabs": "2.2.0"
},
"devDependencies": {
"babel-plugin-module-resolver": "^3.2.0"
"babel-plugin-module-resolver": "^3.2.0",
"expo-cli": "^3.0.10"
},
"resolutions": {
"react-native-safe-area-view": "0.14.6",