+2
-2
app.config.js
+2
-2
app.config.js
···
33
33
return {
34
34
expo: {
35
35
version: VERSION,
36
-
name: 'Bluesky',
36
+
name: IS_DEV ? 'Bluesky (DEV)' : 'Bluesky',
37
37
slug: 'bluesky',
38
38
scheme: 'bluesky',
39
39
owner: 'blueskysocial',
40
40
runtimeVersion: {
41
41
policy: 'appVersion',
42
42
},
43
-
icon: IS_DEV ? './assets/app-icons/ios_icon_default_light.png' : './assets/app-icons/icon_dev.png',
43
+
icon: './assets/app-icons/ios_icon_default_light.png',
44
44
userInterfaceStyle: 'automatic',
45
45
primaryColor: '#1083fe',
46
46
newArchEnabled: false,
assets/app-icons/icon_dev.png
assets/app-icons/icon_dev.png
This is a binary file and will not be displayed.