diff --git a/app.json b/app.json index 813fcdc..e56a6a1 100644 --- a/app.json +++ b/app.json @@ -33,7 +33,6 @@ }, "plugins": [ "@react-native-firebase/app", - "@react-native-firebase/analytics", "@react-native-firebase/crashlytics" ], "extra": { diff --git a/package-lock.json b/package-lock.json index 7903a12..51e611c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,6 +8,7 @@ "name": "nova40", "version": "1.0.0", "dependencies": { + "@expo/config-plugins": "^55.0.8", "@react-native-async-storage/async-storage": "2.2.0", "@react-native-firebase/analytics": "^24.0.0", "@react-native-firebase/app": "^24.0.0", @@ -1611,6 +1612,33 @@ "sucrase": "~3.35.1" } }, + "node_modules/@expo/config-plugins": { + "version": "55.0.8", + "resolved": "https://registry.npmjs.org/@expo/config-plugins/-/config-plugins-55.0.8.tgz", + "integrity": "sha512-8WfWTRntTCcowfOS+tHdB0z98gKetTwktg4G5TWkCkXVa8Jt1NUnvzaaU4UHk2vbR2U4N84RyZJFizSwfF6C9g==", + "license": "MIT", + "dependencies": { + "@expo/config-types": "^55.0.5", + "@expo/json-file": "~10.0.13", + "@expo/plist": "^0.5.2", + "@expo/sdk-runtime-versions": "^1.0.0", + "chalk": "^4.1.2", + "debug": "^4.3.5", + "getenv": "^2.0.0", + "glob": "^13.0.0", + "resolve-from": "^5.0.0", + "semver": "^7.5.4", + "slugify": "^1.6.6", + "xcode": "^3.0.1", + "xml2js": "0.6.0" + } + }, + "node_modules/@expo/config-types": { + "version": "55.0.5", + "resolved": "https://registry.npmjs.org/@expo/config-types/-/config-types-55.0.5.tgz", + "integrity": "sha512-sCmSUZG4mZ/ySXvfyyBdhjivz8Q539X1NondwDdYG7s3SBsk+wsgPJzYsqgAG/P9+l0xWjUD2F+kQ1cAJ6NNLg==", + "license": "MIT" + }, "node_modules/@expo/config/node_modules/@babel/code-frame": { "version": "7.10.4", "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz", @@ -2088,6 +2116,17 @@ "resolve-workspace-root": "^2.0.0" } }, + "node_modules/@expo/plist": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/@expo/plist/-/plist-0.5.2.tgz", + "integrity": "sha512-o4xdVdBpe4aTl3sPMZ2u3fJH4iG1I768EIRk1xRZP+GaFI93MaR3JvoFibYqxeTmLQ1p1kNEVqylfUjezxx45g==", + "license": "MIT", + "dependencies": { + "@xmldom/xmldom": "^0.8.8", + "base64-js": "^1.5.1", + "xmlbuilder": "^15.1.1" + } + }, "node_modules/@expo/require-utils": { "version": "55.0.4", "resolved": "https://registry.npmjs.org/@expo/require-utils/-/require-utils-55.0.4.tgz", diff --git a/package.json b/package.json index 1c0b11c..a7116af 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "web": "expo start --web" }, "dependencies": { + "@expo/config-plugins": "^55.0.8", "@react-native-async-storage/async-storage": "2.2.0", "@react-native-firebase/analytics": "^24.0.0", "@react-native-firebase/app": "^24.0.0",