You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,29 @@ Running `yarn build` inside of an expo module workspace will start watch mode fo
114
114
| ^51.0.0 | ^2.0.0 |
115
115
| ^52.0.0 | ^3.0.0 |
116
116
117
+
### React Native Firebase
118
+
When using React Native MLKit alongside React Native Firebase, you may encounter dependency conflicts with the underlying Google libraries. This occurs because Firebase requires newer versions of shared dependencies than those used by Google's MLKit SDK.
0 commit comments