[tests] upgraded tests app to latest RN, removed broken toasts module that was causing a crash on boot and switched to using prop-types module

This commit is contained in:
Salakar
2017-10-03 14:09:09 +01:00
parent 4f6c387e3e
commit c06fbf115a
13 changed files with 629 additions and 2823 deletions

View File

@@ -32,13 +32,13 @@
"js-beautify": "^1.6.11",
"lodash.groupby": "^4.6.0",
"lodash.some": "^4.6.0",
"react": "16.0.0-alpha.12",
"react-native": "^0.48.4",
"react-test-renderer": "16.0.0-alpha.12",
"react-native-simple-toast": "0.0.5",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-native": "^0.49.0-rc.6",
"react-native-vector-icons": "^4.0.0",
"react-navigation": "^1.0.0-beta.9",
"react-redux": "^5.0.3",
"react-test-renderer": "16.0.0-alpha.12",
"redux": "^3.6.0",
"redux-logger": "^2.8.2",
"redux-persist": "^4.4.2",