upd: ios fix
This commit is contained in:
13
app.json
13
app.json
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user