Updated dependencies in preperation for v2

This commit is contained in:
2019-07-05 09:37:15 +02:00
parent c30e9f27a5
commit 169f683deb
20 changed files with 11717 additions and 8642 deletions

View File

@@ -1,9 +1,34 @@
{
"expo": {
"sdkVersion": "27.0.0"
},
"packagerOpts": {
"config": "./rn-cli.config.js",
"projectRoots": ""
"name": "react-native-debug-console",
"slug": "demo",
"privacy": "public",
"sdkVersion": "33.0.0",
"platforms": [
"ios",
"android",
"web"
],
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true
},
"packagerOpts": {
"config": "./metro.js",
"projectRoots": ""
}
}
}
}