mirror of
https://github.com/zhigang1992/examples.git
synced 2026-01-12 17:13:21 +08:00
upgrade with-victory-native to Expo SDK 29
This commit is contained in:
@@ -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
7226
with-victory-native/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user