diff --git a/with-electron/app.json b/with-electron/app.json index e83f71b..55f128c 100755 --- a/with-electron/app.json +++ b/with-electron/app.json @@ -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" }, diff --git a/with-electron/assets/icon.png b/with-electron/assets/icon.png deleted file mode 100644 index 7f5e01c..0000000 Binary files a/with-electron/assets/icon.png and /dev/null differ diff --git a/with-electron/assets/splash.png b/with-electron/assets/splash.png deleted file mode 100644 index 4f9ade6..0000000 Binary files a/with-electron/assets/splash.png and /dev/null differ diff --git a/with-gatsby/.expo-shared/assets.json b/with-gatsby/.expo-shared/assets.json deleted file mode 100644 index d6c1b1a..0000000 --- a/with-gatsby/.expo-shared/assets.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "89ed26367cdb9b771858e026f2eb95bfdb90e5ae943e716575327ec325f39c44": true, - "3046660f71962450db77df27f0cc7b5ffa4a1c4bb5090a6f73f4315eb8e1926f": true, - "77dc261f99f7a9a4c89fb1e6dad47975ab2959bb1f445d4f025c849929098b57": true, - "75b671d2b5ab6173df8bc240bc2e85a78add0eb811c1150775e7331c8d5fc799": true, - "fef70219cdd0a96dff86a4785504b1e275f6d0ed503ebc7a3dc162ad92cc738f": true, - "1fe24eca8a1a008e80e3378718365ae570b152da36d09163cc23074a4d297108": true, - "4353fc754bc4b8e5037a5258b12c8af7ce3674ed58c3c20591a4b5209deac25e": true, - "a5a4b6107d23bcba2ea3daec199e580374edec404bb55e9d7ee8d24bd0d19fcf": true, - "2498e140e566eb2dc5b22dd1036952fe723035799ba47aec36d28478f783506c": true, - "174843e98078d8250ab354f26cde75e2a46d0b78afff083ccc67d67e7cb296d6": true -} diff --git a/with-gatsby/app.json b/with-gatsby/app.json index 86bf934..6cbf119 100644 --- a/with-gatsby/app.json +++ b/with-gatsby/app.json @@ -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" }, diff --git a/with-gatsby/assets/icon.png b/with-gatsby/assets/icon.png deleted file mode 100644 index 908bc78..0000000 Binary files a/with-gatsby/assets/icon.png and /dev/null differ diff --git a/with-gatsby/assets/splash.png b/with-gatsby/assets/splash.png deleted file mode 100644 index 4f9ade6..0000000 Binary files a/with-gatsby/assets/splash.png and /dev/null differ diff --git a/with-nextjs/.expo-shared/assets.json b/with-nextjs/.expo-shared/assets.json deleted file mode 100644 index 17ad228..0000000 --- a/with-nextjs/.expo-shared/assets.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "f9155ac790fd02fadcdeca367b02581c04a353aa6d5aa84409a59f6804c87acd": true, - "89ed26367cdb9b771858e026f2eb95bfdb90e5ae943e716575327ec325f39c44": true -} \ No newline at end of file diff --git a/with-nextjs/app.json b/with-nextjs/app.json index 4554744..16ec02a 100644 --- a/with-nextjs/app.json +++ b/with-nextjs/app.json @@ -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" } diff --git a/with-nextjs/assets/icon.png b/with-nextjs/assets/icon.png deleted file mode 100644 index 7f5e01c..0000000 Binary files a/with-nextjs/assets/icon.png and /dev/null differ diff --git a/with-nextjs/assets/splash.png b/with-nextjs/assets/splash.png deleted file mode 100644 index 4f9ade6..0000000 Binary files a/with-nextjs/assets/splash.png and /dev/null differ diff --git a/with-postpublish-hooks/.expo-shared/assets.json b/with-postpublish-hooks/.expo-shared/assets.json deleted file mode 100644 index 9e26dfe..0000000 --- a/with-postpublish-hooks/.expo-shared/assets.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/with-socket-io/app/app.json b/with-socket-io/app/app.json index ca85b87..ca5e4e4 100644 --- a/with-socket-io/app/app.json +++ b/with-socket-io/app/app.json @@ -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", diff --git a/with-storybook/.expo-shared/assets.json b/with-storybook/.expo-shared/assets.json deleted file mode 100644 index 17ad228..0000000 --- a/with-storybook/.expo-shared/assets.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "f9155ac790fd02fadcdeca367b02581c04a353aa6d5aa84409a59f6804c87acd": true, - "89ed26367cdb9b771858e026f2eb95bfdb90e5ae943e716575327ec325f39c44": true -} \ No newline at end of file diff --git a/with-storybook/app.json b/with-storybook/app.json index a3361fd..9387eb6 100644 --- a/with-storybook/app.json +++ b/with-storybook/app.json @@ -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" }, diff --git a/with-storybook/assets/icon.png b/with-storybook/assets/icon.png deleted file mode 100644 index 7f5e01c..0000000 Binary files a/with-storybook/assets/icon.png and /dev/null differ diff --git a/with-storybook/assets/splash.png b/with-storybook/assets/splash.png deleted file mode 100644 index 4f9ade6..0000000 Binary files a/with-storybook/assets/splash.png and /dev/null differ diff --git a/with-victory-native/app.json b/with-victory-native/app.json index 94c26ea..0797a3c 100644 --- a/with-victory-native/app.json +++ b/with-victory-native/app.json @@ -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 diff --git a/with-webbrowser-redirect/app/app.json b/with-webbrowser-redirect/app/app.json index 5c7d4c9..bf10409 100644 --- a/with-webbrowser-redirect/app/app.json +++ b/with-webbrowser-redirect/app/app.json @@ -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 diff --git a/with-webbrowser-redirect/app/assets/icons/app.png b/with-webbrowser-redirect/app/assets/icons/app.png deleted file mode 100644 index bf81537..0000000 Binary files a/with-webbrowser-redirect/app/assets/icons/app.png and /dev/null differ diff --git a/with-webbrowser-redirect/app/assets/icons/loading.png b/with-webbrowser-redirect/app/assets/icons/loading.png deleted file mode 100644 index bf81537..0000000 Binary files a/with-webbrowser-redirect/app/assets/icons/loading.png and /dev/null differ