This commit is contained in:
2019-08-05 21:23:17 -04:00
parent a9f4324f29
commit 1e464de7e8
42 changed files with 837 additions and 165 deletions

View File

@@ -8,6 +8,7 @@
"lint": "eslint ."
},
"dependencies": {
"@react-native-community/async-storage": "^1.6.1",
"immutable": "^4.0.0-rc.12",
"numeral": "^2.0.6",
"prop-types": "^15.7.2",
@@ -18,12 +19,14 @@
"react-native-gallery-swiper": "^1.22.1",
"react-native-gesture-handler": "^1.3.0",
"react-native-screens": "^1.0.0-alpha.23",
"react-native-secure-storage": "^0.1.2",
"react-native-vector-icons": "^6.6.0",
"react-navigation": "^3.11.0",
"react-redux": "^7.1.0",
"redux": "^4.0.2",
"redux-devtools-extension": "^2.13.8",
"redux-immutable": "^4.0.0",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0",
"remote-redux-devtools": "^0.5.16",
"reselect": "^4.0.0",