Skip to content

Commit 55ce582

Browse files
committed
chore: update react-native-firebase to 20.1.0
1 parent 493e173 commit 55ce582

File tree

4 files changed

+16
-28
lines changed

4 files changed

+16
-28
lines changed

.mx/known_dependencies.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"@react-native-firebase/app": "17.3.0",
3-
"@react-native-firebase/messaging": "17.3.0",
4-
"@react-native-firebase/crashlytics": "17.3.0",
2+
"@react-native-firebase/app": "20.1.0",
3+
"@react-native-firebase/messaging": "20.1.0",
4+
"@react-native-firebase/crashlytics": "20.1.0",
55
"@notifee/react-native": "9.1.8",
66
"react-native-maps": "0.31.1"
77
}

android/build.gradle

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,19 @@ buildscript {
3636
}
3737
}
3838

39+
40+
project.ext {
41+
set('react-native', [
42+
versions: [
43+
// Override Firebase BOM version to avoid updating to RNFirebase 20.2.0+,
44+
// which adds many new node_modules increasing the size significantly.
45+
firebase: [
46+
bom: "33.1.1"
47+
],
48+
],
49+
])
50+
}
51+
3952
allprojects {
4053
repositories {
4154
all { repo ->

intermediary-patches/@react-native-firebase+messaging+17.3.0.patch

Lines changed: 0 additions & 21 deletions
This file was deleted.

patches/apply-patches.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ const patchOperations = [
77
{
88
dependency: "react-native-geocoder",
99
patchFile: "react-native-geocoder+0.5.0.patch"
10-
},
11-
{
12-
dependency: "@react-native-firebase/app",
13-
patchFile: "@react-native-firebase+messaging+17.3.0.patch"
1410
}
1511
];
1612

0 commit comments

Comments
 (0)