Skip to content

Commit cdbbd92

Browse files
committed
chore: add comment with affected dependencies in the bom override
1 parent 1917cc3 commit cdbbd92

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
@@ -39,8 +39,11 @@ buildscript {
3939
project.ext {
4040
set('react-native', [
4141
versions: [
42-
// Override Firebase BOM version to avoid updating to RNFirebase 20.2.0+,
42+
// Override Firebase BOM version to avoid updating to react-native-firebase 20.2.0+,
4343
// which adds many new node_modules increasing the size significantly.
44+
// Affected dependencies include the entire react-native-firebase suite e.g.:
45+
// @react-native-firebase/app, @react-native-firebase/analytics, @react-native-firebase/crashlytics, @react-native-firebase/messaging
46+
// NOTE: If updating to react-native-firebase 20.2.0+ is done, this override should be removed.
4447
firebase: [
4548
bom: "33.1.1"
4649
],

0 commit comments

Comments
 (0)