updating code structure

This commit is contained in:
Ali Najafizadeh
2015-06-09 09:48:57 -04:00
parent c21e35a255
commit 5f803c9b0e
18 changed files with 1301 additions and 8 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"name": "WebViewBridgeExample",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node_modules/react-native/packager/packager.sh"
},
"dependencies": {
"react-native": "^0.5.0",
"react-native-webview-bridge": "0.1.0"
}
}