Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .mx/known_dependencies.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"@react-native-firebase/app": "17.3.0",
"@react-native-firebase/messaging": "17.3.0",
"@react-native-firebase/crashlytics": "17.3.0",
"@react-native-firebase/app": "20.1.0",
"@react-native-firebase/messaging": "20.1.0",
"@react-native-firebase/crashlytics": "20.1.0",
"@notifee/react-native": "9.1.8",
"react-native-maps": "0.31.1"
}
16 changes: 16 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,22 @@ buildscript {
}
}


project.ext {
set('react-native', [
versions: [
// Override Firebase BOM version to avoid updating to react-native-firebase 20.2.0+,
// which adds many new node_modules increasing the size significantly.
// Affected dependencies include the entire react-native-firebase suite e.g.:
// @react-native-firebase/app, @react-native-firebase/analytics, @react-native-firebase/crashlytics, @react-native-firebase/messaging
// NOTE: If updating to react-native-firebase 20.2.0+ is done, this override should be removed.
firebase: [
bom: "33.1.1"
],
],
])
}

allprojects {
repositories {
all { repo ->
Expand Down
21 changes: 0 additions & 21 deletions intermediary-patches/@react-native-firebase+messaging+17.3.0.patch

This file was deleted.

4 changes: 0 additions & 4 deletions patches/apply-patches.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ const patchOperations = [
{
dependency: "react-native-geocoder",
patchFile: "react-native-geocoder+0.5.0.patch"
},
{
dependency: "@react-native-firebase/app",
patchFile: "@react-native-firebase+messaging+17.3.0.patch"
}
];

Expand Down