eas firebase config

This commit is contained in:
2025-09-05 14:49:17 +02:00
parent fdd667f092
commit 8464f986c4
13 changed files with 220 additions and 268 deletions
+16 -3
View File
@@ -15,7 +15,6 @@
"dependencies": {
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@expo-google-fonts/inter": "^0.4.1",
"@expo/config-plugins": "~9.0.0",
"@expo/metro-runtime": "~4.0.1",
"@expo/react-native-action-sheet": "^4.0.1",
"@expo/vector-icons": "~14.0.4",
@@ -79,6 +78,7 @@
"react-native-reanimated-carousel": "^4.0.3",
"react-native-responsive-dimensions": "^3.1.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-sortables": "^1.8.0",
"react-native-store-review": "^0.3.0",
"react-native-super-grid": "^5.0.0",
@@ -88,8 +88,7 @@
"react-native-web-linear-gradient": "^1.1.2",
"react-native-webview": "13.12.5",
"reactn": "^2.2.7",
"rxjs": "^7.6.0",
"yarn": "^1.22.22"
"rxjs": "^7.6.0"
},
"devDependencies": {
"@babel/core": "^7.20.5",
@@ -113,4 +112,18 @@
"react-error-overlay": "6.0.9"
},
"private": true
,
"expo": {
"doctor": {
"reactNativeDirectoryCheck": {
"exclude": [
"@gorhom/portal",
"react-native-hyperlink",
"react-native-keyboard-aware-scroll-view",
"react-native-responsive-dimensions"
],
"listUnknownPackages": false
}
}
}
}