Yeet Crashlytics

This commit is contained in:
Eric Bailey
2025-10-20 21:11:12 -05:00
parent 973b860943
commit 30c9763caa
13 changed files with 547 additions and 133 deletions
+4 -6
View File
@@ -44,6 +44,7 @@ module.exports = function (_config) {
newArchEnabled: false,
ios: {
supportsTablet: false,
googleServicesFile: './GoogleService-Info.plist',
bundleIdentifier: 'xyz.blueskyweb.app',
config: {
usesNonExemptEncryption: false,
@@ -194,12 +195,15 @@ module.exports = function (_config) {
'react-native-edge-to-edge',
{android: {enforceNavigationBarContrast: false}},
],
'@react-native-firebase/app',
'@react-native-firebase/crashlytics',
[
'expo-build-properties',
{
ios: {
deploymentTarget: '15.1',
buildReactNativeFromSource: true,
useFrameworks: 'static',
},
android: {
compileSdkVersion: 35,
@@ -217,12 +221,6 @@ module.exports = function (_config) {
},
],
'react-native-compressor',
[
'@bitdrift/react-native',
{
networkInstrumentation: true,
},
],
'./plugins/starterPackAppClipExtension/withStarterPackAppClip.js',
'./plugins/withGradleJVMHeapSizeIncrease.js',
'./plugins/withAndroidManifestLargeHeapPlugin.js',