This commit is contained in:
2019-07-05 10:07:30 +02:00
parent 8aec17f1e0
commit 59cb7142e3
11 changed files with 39 additions and 36 deletions

View File

@@ -11,7 +11,6 @@
"postinstall": "expo-yarn-workspaces postinstall"
},
"dependencies": {
"@react-native-community/async-storage": "^1.5.0",
"expo": "^33.0.0",
"react": "16.8.3",
"react-dom": "^16.8.6",
@@ -24,7 +23,7 @@
"babel-preset-expo": "^5.1.1",
"expo-cli": "^2.21.2",
"expo-yarn-workspaces": "^1.2.0",
"module-resolver": "^1.0.0"
"babel-plugin-module-resolver": "^3.2.0"
},
"private": true
}