Added web support

This commit is contained in:
2019-07-05 11:35:56 +02:00
parent 59cb7142e3
commit ffa64f3ef1
11 changed files with 133 additions and 70 deletions

View File

@@ -18,7 +18,7 @@ import {
} from 'react-native-debug-console';
network.attach();
log.attach();
log.attach(true);
context.hello = () => 'earth';
console.log('fooo');

View File

@@ -16,14 +16,15 @@
"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.1",
"react-native-web": "^0.11.4"
"react-native-web": "0.11.4"
},
"devDependencies": {
"@babel/runtime": "^7.5.0",
"babel-plugin-module-resolver": "^3.2.0",
"babel-preset-expo": "^5.1.1",
"expo-cli": "^2.21.2",
"expo-yarn-workspaces": "^1.2.0",
"babel-plugin-module-resolver": "^3.2.0"
"react-art": "^16.8.6"
},
"private": true
}