This commit is contained in:
2020-10-19 10:55:31 +02:00
parent daedd1a876
commit a1879f45ad
9 changed files with 58 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "react-native-debug-console-demo",
"version": "2.0.0-alpha.11",
"version": "2.0.0-alpha.12",
"main": "./Entry.js",
"scripts": {
"start": "expo start",
@@ -15,7 +15,7 @@
"react": "16.8.3",
"react-dom": "^16.8.6",
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
"react-native-debug-console": "^2.0.0-alpha.11",
"react-native-debug-console": "^2.0.0-alpha.12",
"react-native-web": "0.11.4"
},
"devDependencies": {