Regions app working in RN

This commit is contained in:
Federico Kereki
2018-08-29 22:14:11 -03:00
parent 01b438322a
commit 43945d111c
14 changed files with 434 additions and 31 deletions
+4 -1
View File
@@ -31,8 +31,11 @@
"preset": "jest-expo"
},
"dependencies": {
"axios": "^0.18.0",
"expo": "^27.0.1",
"prop-types": "^15.6.2",
"react": "16.3.1",
"react-native": "~0.55.2"
"react-native": "~0.55.2",
"redux-thunk": "^2.3.0"
}
}