replace custom dev icon by putting (DEV) in the app title
This commit is contained in:
committed by
Samuel Newman
parent
a569e41d2a
commit
8d278a6a0c
+2
-4
@@ -33,16 +33,14 @@ module.exports = function (_config) {
|
|||||||
return {
|
return {
|
||||||
expo: {
|
expo: {
|
||||||
version: VERSION,
|
version: VERSION,
|
||||||
name: 'Bluesky',
|
name: IS_DEV ? 'Bluesky (DEV)' : 'Bluesky',
|
||||||
slug: 'bluesky',
|
slug: 'bluesky',
|
||||||
scheme: 'bluesky',
|
scheme: 'bluesky',
|
||||||
owner: 'blueskysocial',
|
owner: 'blueskysocial',
|
||||||
runtimeVersion: {
|
runtimeVersion: {
|
||||||
policy: 'appVersion',
|
policy: 'appVersion',
|
||||||
},
|
},
|
||||||
icon: IS_DEV
|
icon: './assets/app-icons/ios_icon_default_next.png',
|
||||||
? './assets/app-icons/ios_icon_default_next.png'
|
|
||||||
: './assets/app-icons/icon_dev.png',
|
|
||||||
userInterfaceStyle: 'automatic',
|
userInterfaceStyle: 'automatic',
|
||||||
primaryColor: '#1083fe',
|
primaryColor: '#1083fe',
|
||||||
newArchEnabled: false,
|
newArchEnabled: false,
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 466 KiB |
Reference in New Issue
Block a user