Add react and react-native deps in package.json

This commit is contained in:
Ahmed Magdy
2016-10-21 01:22:37 +02:00
parent d238e381ce
commit 5c3363068b

View File

@@ -17,6 +17,10 @@
"url": "https://github.com/ahmedlhanafy/react-native-paper/issues"
},
"homepage": "https://github.com/ahmedlhanafy/react-native-paper#readme",
"dependencies": {
"react": "15.3.2",
"react-native": "0.35.0"
},
"devDependencies": {
"flow-bin": "^0.33.0"
}