ai/at
1
0
This commit is contained in:
2025-12-07 19:33:34 +09:00
parent a38fcab8db
commit 87586047f4
6 changed files with 93 additions and 1210 deletions

View File

@@ -1,5 +1,5 @@
diff --git a/app.config.js b/app.config.js
index 246d8abd3..56f42202b 100644
index 246d8abd3..24a1887f6 100644
--- a/app.config.js
+++ b/app.config.js
@@ -40,7 +40,7 @@ module.exports = function (_config) {
@@ -11,34 +11,3 @@ index 246d8abd3..56f42202b 100644
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: {