Skip to content

Commit 85c4cb0

Browse files
committed
chore: add comment with affected dependencies in the bom override
1 parent 55ce582 commit 85c4cb0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

android/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,11 @@ buildscript {
4040
project.ext {
4141
set('react-native', [
4242
versions: [
43-
// Override Firebase BOM version to avoid updating to RNFirebase 20.2.0+,
43+
// Override Firebase BOM version to avoid updating to react-native-firebase 20.2.0+,
4444
// which adds many new node_modules increasing the size significantly.
45+
// Affected dependencies include the entire react-native-firebase suite e.g.:
46+
// @react-native-firebase/app, @react-native-firebase/analytics, @react-native-firebase/crashlytics, @react-native-firebase/messaging
47+
// NOTE: If updating to react-native-firebase 20.2.0+ is done, this override should be removed.
4548
firebase: [
4649
bom: "33.1.1"
4750
],

0 commit comments

Comments
 (0)