upd: ios fix

This commit is contained in:
2025-07-28 14:10:38 +08:00
parent 0886c56b39
commit 6cdc07af19
12 changed files with 1277 additions and 400 deletions

View File

@@ -14,7 +14,8 @@
"bundleIdentifier": "mobiledarmasaba.app",
"infoPlist": {
"ITSAppUsesNonExemptEncryption": false
}
},
"googleServicesFile": "./ios/mobiledarmasaba/GoogleService-Info.plist"
},
"android": {
"package": "mobiledarmasaba.app",
@@ -41,7 +42,15 @@
}
],
"expo-font",
"expo-web-browser"
"expo-web-browser",
[
"@react-native-firebase/app",
{
"ios": {
"googleServicesFile": "./ios/mobiledarmasaba/GoogleService-Info.plist"
}
}
]
],
"experiments": {
"typedRoutes": true