Compare commits
2 Commits
2b64d3fe65
...
fe00f9abad
| Author | SHA1 | Date | |
|---|---|---|---|
| fe00f9abad | |||
| ca7d865b49 |
@@ -13,7 +13,8 @@
|
|||||||
},
|
},
|
||||||
"ios": {
|
"ios": {
|
||||||
"supportsTablet": true,
|
"supportsTablet": true,
|
||||||
"bundleIdentifier": "com.nova40.app"
|
"bundleIdentifier": "com.nova40.app",
|
||||||
|
"googleServicesFile": "./GoogleService-Info.plist"
|
||||||
},
|
},
|
||||||
"android": {
|
"android": {
|
||||||
"adaptiveIcon": {
|
"adaptiveIcon": {
|
||||||
@@ -21,6 +22,7 @@
|
|||||||
"backgroundColor": "#0A0E1A"
|
"backgroundColor": "#0A0E1A"
|
||||||
},
|
},
|
||||||
"package": "com.nova40.app",
|
"package": "com.nova40.app",
|
||||||
|
"googleServicesFile": "./google-services.json",
|
||||||
"permissions": [
|
"permissions": [
|
||||||
"WRITE_EXTERNAL_STORAGE",
|
"WRITE_EXTERNAL_STORAGE",
|
||||||
"READ_EXTERNAL_STORAGE"
|
"READ_EXTERNAL_STORAGE"
|
||||||
@@ -29,11 +31,15 @@
|
|||||||
"web": {
|
"web": {
|
||||||
"favicon": "./assets/favicon.png"
|
"favicon": "./assets/favicon.png"
|
||||||
},
|
},
|
||||||
|
"plugins": [
|
||||||
|
"@react-native-firebase/app",
|
||||||
|
"@react-native-firebase/crashlytics"
|
||||||
|
],
|
||||||
"extra": {
|
"extra": {
|
||||||
"eas": {
|
"eas": {
|
||||||
"projectId": "f0ecc895-4610-481d-96db-73a121e78254"
|
"projectId": "f0ecc895-4610-481d-96db-73a121e78254"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"owner": "heyaciell",
|
"owner": "heyaciell"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Generated
+967
File diff suppressed because it is too large
Load Diff
@@ -9,7 +9,11 @@
|
|||||||
"web": "expo start --web"
|
"web": "expo start --web"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@expo/config-plugins": "^55.0.8",
|
||||||
"@react-native-async-storage/async-storage": "2.2.0",
|
"@react-native-async-storage/async-storage": "2.2.0",
|
||||||
|
"@react-native-firebase/analytics": "^24.0.0",
|
||||||
|
"@react-native-firebase/app": "^24.0.0",
|
||||||
|
"@react-native-firebase/crashlytics": "^24.0.0",
|
||||||
"@react-navigation/bottom-tabs": "^7.15.9",
|
"@react-navigation/bottom-tabs": "^7.15.9",
|
||||||
"@react-navigation/native": "^7.2.2",
|
"@react-navigation/native": "^7.2.2",
|
||||||
"@react-navigation/native-stack": "^7.14.11",
|
"@react-navigation/native-stack": "^7.14.11",
|
||||||
|
|||||||
Reference in New Issue
Block a user