45 lines
1.4 KiB
Diff
45 lines
1.4 KiB
Diff
diff --git a/app.config.js b/app.config.js
|
|
index 246d8abd3..56f42202b 100644
|
|
--- a/app.config.js
|
|
+++ b/app.config.js
|
|
@@ -40,7 +40,7 @@ module.exports = function (_config) {
|
|
runtimeVersion: {
|
|
policy: 'appVersion',
|
|
},
|
|
- icon: './assets/app-icons/ios_icon_default_next.png',
|
|
+ icon: './assets/icon.png',
|
|
userInterfaceStyle: 'automatic',
|
|
primaryColor: '#1083fe',
|
|
newArchEnabled: false,
|
|
@@ -213,9 +213,9 @@ module.exports = function (_config) {
|
|
: undefined,
|
|
codeSigningMetadata: UPDATES_ENABLED
|
|
? {
|
|
- keyid: 'main',
|
|
- alg: 'rsa-v1_5-sha256',
|
|
- }
|
|
+ keyid: 'main',
|
|
+ alg: 'rsa-v1_5-sha256',
|
|
+ }
|
|
: undefined,
|
|
checkAutomatically: 'NEVER',
|
|
},
|
|
@@ -225,7 +225,7 @@ module.exports = function (_config) {
|
|
'expo-web-browser',
|
|
[
|
|
'react-native-edge-to-edge',
|
|
- {android: {enforceNavigationBarContrast: false}},
|
|
+ { android: { enforceNavigationBarContrast: false } },
|
|
],
|
|
USE_SENTRY && [
|
|
'@sentry/react-native/expo',
|
|
@@ -386,7 +386,7 @@ module.exports = function (_config) {
|
|
},
|
|
},
|
|
],
|
|
- ['expo-screen-orientation', {initialOrientation: 'PORTRAIT_UP'}],
|
|
+ ['expo-screen-orientation', { initialOrientation: 'PORTRAIT_UP' }],
|
|
['expo-location'],
|
|
].filter(Boolean),
|
|
extra: {
|