upgrade with-victory-native to Expo SDK 29

This commit is contained in:
Caleb Nance
2018-07-29 19:23:21 -04:00
parent dd8b6ea29e
commit f6246dfc3a
3 changed files with 7237 additions and 8 deletions

View File

@@ -3,18 +3,18 @@
"name": "victory-native-example",
"description": "Using victory-native in Expo, see the source: https://github.com/expo/examples/blob/master/with-victory-native",
"slug": "victory-native-example",
"privacy": "public",
"sdkVersion": "22.0.0",
"sdkVersion": "29.0.0",
"version": "1.0.0",
"orientation": "portrait",
"primaryColor": "#cccccc",
"privacy": "public",
"icon": "https://s3.amazonaws.com/exp-brand-assets/ExponentEmptyManifest_192.png",
"notification": {
"icon": "https://s3.amazonaws.com/exp-us-standard/placeholder-push-icon-blue-circle.png",
"color": "#000000"
},
"loading": {
"icon": "https://s3.amazonaws.com/exp-brand-assets/ExponentEmptyManifest_192.png",
"icon": "https://s3.amazonaws.com/exp-brand-assets/ExponentEmptyManifest_192.png"
},
"ios": {
"supportsTablet": true

7226
with-victory-native/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -1,12 +1,15 @@
{
"name": "with-victory-native",
"version": "0.0.0",
"description": "Hello Expo!",
"author": "support@expo.io",
"private": true,
"main": "node_modules/expo/AppEntry.js",
"dependencies": {
"expo": "^22.0.0",
"lodash": "^4.17.4",
"react": "16.0.0-beta.5",
"react-native": "https://github.com/expo/react-native/archive/sdk-22.0.2.tar.gz",
"victory-native": "0.15.0"
"expo": "^29.0.0",
"lodash": "^4.17.10",
"react": "16.3.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-29.0.0.tar.gz",
"victory-native": "^30.1.0"
}
}