Merge pull request #44 from expo/@evanbacon/use-remote-assets

Use remote assets only in the app.json
This commit is contained in:
Evan Bacon
2020-01-20 12:21:24 -08:00
committed by GitHub
21 changed files with 13 additions and 42 deletions

View File

@@ -12,9 +12,9 @@
],
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"icon": "https://github.com/expo/expo/blob/master/templates/expo-template-blank/assets/icon.png?raw=true",
"splash": {
"image": "./assets/splash.png",
"image": "https://github.com/expo/expo/blob/master/templates/expo-template-blank/assets/splash.png?raw=true",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

View File

@@ -1,12 +0,0 @@
{
"89ed26367cdb9b771858e026f2eb95bfdb90e5ae943e716575327ec325f39c44": true,
"3046660f71962450db77df27f0cc7b5ffa4a1c4bb5090a6f73f4315eb8e1926f": true,
"77dc261f99f7a9a4c89fb1e6dad47975ab2959bb1f445d4f025c849929098b57": true,
"75b671d2b5ab6173df8bc240bc2e85a78add0eb811c1150775e7331c8d5fc799": true,
"fef70219cdd0a96dff86a4785504b1e275f6d0ed503ebc7a3dc162ad92cc738f": true,
"1fe24eca8a1a008e80e3378718365ae570b152da36d09163cc23074a4d297108": true,
"4353fc754bc4b8e5037a5258b12c8af7ce3674ed58c3c20591a4b5209deac25e": true,
"a5a4b6107d23bcba2ea3daec199e580374edec404bb55e9d7ee8d24bd0d19fcf": true,
"2498e140e566eb2dc5b22dd1036952fe723035799ba47aec36d28478f783506c": true,
"174843e98078d8250ab354f26cde75e2a46d0b78afff083ccc67d67e7cb296d6": true
}

View File

@@ -11,9 +11,9 @@
],
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"icon": "https://github.com/expo/expo/blob/master/templates/expo-template-blank/assets/icon.png?raw=true",
"splash": {
"image": "./assets/splash.png",
"image": "https://github.com/expo/expo/blob/master/templates/expo-template-blank/assets/splash.png?raw=true",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

View File

@@ -1,4 +0,0 @@
{
"f9155ac790fd02fadcdeca367b02581c04a353aa6d5aa84409a59f6804c87acd": true,
"89ed26367cdb9b771858e026f2eb95bfdb90e5ae943e716575327ec325f39c44": true
}

View File

@@ -3,9 +3,9 @@
"name": "with-nextjs",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"icon": "https://github.com/expo/expo/blob/master/templates/expo-template-blank/assets/icon.png?raw=true",
"splash": {
"image": "./assets/splash.png",
"image": "https://github.com/expo/expo/blob/master/templates/expo-template-blank/assets/splash.png?raw=true",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

View File

@@ -1 +0,0 @@
{}

View File

@@ -8,12 +8,8 @@
"orientation": "portrait",
"primaryColor": "#cccccc",
"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://github.com/expo/expo/blob/master/templates/expo-template-blank/assets/splash.png?raw=true"
},
"platforms": [
"android",

View File

@@ -1,4 +0,0 @@
{
"f9155ac790fd02fadcdeca367b02581c04a353aa6d5aa84409a59f6804c87acd": true,
"89ed26367cdb9b771858e026f2eb95bfdb90e5ae943e716575327ec325f39c44": true
}

View File

@@ -11,9 +11,9 @@
],
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"icon": "https://github.com/expo/expo/blob/master/templates/expo-template-blank/assets/icon.png?raw=true",
"splash": {
"image": "./assets/splash.png",
"image": "https://github.com/expo/expo/blob/master/templates/expo-template-blank/assets/splash.png?raw=true",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

View File

@@ -8,13 +8,9 @@
"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"
},
"icon": "https://github.com/expo/expo/blob/master/templates/expo-template-blank/assets/icon.png?raw=true",
"loading": {
"icon": "https://s3.amazonaws.com/exp-brand-assets/ExponentEmptyManifest_192.png"
"icon": "https://github.com/expo/expo/blob/master/templates/expo-template-blank/assets/splash.png?raw=true"
},
"ios": {
"supportsTablet": true

View File

@@ -7,9 +7,9 @@
"version": "1.0.0",
"orientation": "portrait",
"primaryColor": "#cccccc",
"icon": "./assets/icons/app.png",
"icon": "https://github.com/expo/expo/blob/master/templates/expo-template-blank/assets/icon.png?raw=true",
"loading": {
"icon": "./assets/icons/loading.png"
"icon": "https://github.com/expo/expo/blob/master/templates/expo-template-blank/assets/splash.png?raw=true"
},
"ios": {
"supportsTablet": true

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB