Downgrade Expo to 29. (#72)

* Downgrade Expo to 29
This commit is contained in:
Marcos Rodriguez Vélez 2018-09-23 17:55:53 -04:00 committed by Igor Korsakov
parent 1571df6267
commit 83e59bfa18
3 changed files with 4112 additions and 7026 deletions

View File

@ -1,6 +1,6 @@
{
"expo": {
"sdkVersion": "30.0.0",
"sdkVersion": "29.0.0",
"version": "2.5.0",
"privacy": "public",
"platforms": [

11127
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,7 @@
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-standard": "^3.1.0",
"jest-expo": "^30.0.0",
"jest-expo": "29.0.0",
"prettier-eslint-cli": "^4.7.1",
"react-native-scripts": "1.8.1",
"react-test-renderer": "16.3.1",
@ -47,7 +47,7 @@
"crypto-js": "^3.1.9-1",
"eslint-config-prettier": "^2.10.0",
"eslint-plugin-prettier": "^2.6.2",
"expo": "^30.0.1",
"expo": "29.0.0",
"expo-analytics": "^1.0.7",
"frisbee": "^1.6.4",
"isaac": "0.0.5",
@ -59,7 +59,7 @@
"prop-types": "^15.6.2",
"react": "16.3.1",
"react-localization": "^1.0.10",
"react-native": "https://github.com/expo/react-native/archive/sdk-30.0.0.tar.gz",
"react-native": "https://github.com/expo/react-native/archive/sdk-29.0.0.tar.gz",
"react-native-camera": "^0.12.0",
"react-native-elements": "^0.19.0",
"react-native-flexi-radio-button": "^0.2.2",
@ -67,12 +67,13 @@
"react-native-material-dropdown": "^0.11.1",
"react-native-qrcode": "^0.2.7",
"react-native-snap-carousel": "^3.7.4",
"react-navigation": "^2.14.2",
"react-navigation": "2.9.3",
"react-test-render": "^1.1.1",
"readable-stream": "^1.1.14",
"request-promise-native": "^1.0.5",
"secure-random": "^1.1.1",
"stream-browserify": "^1.0.0",
"whatwg-fetch": "^2.0.4",
"wif": "^2.0.1"
},
"react-native": {