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
If you read the Miscellaneous section of RN Firebase Documentation. You may encounter Enabling MultiDex. However, the documentation is not clear when you modify the MainApplication.java. And it says:
Hi there! That's an advanced case, and it is specific to other (not react-native-firebase) libraries that are already extending MainApplication. It is certainly important to document it, but it's on those libraries to do so
At the same time, react-native 0.64 is bumping the minSdkVersion to 21 which means we will finally be able to forget about MultiDex forever when it releases in a week or two
For those two reasons, I don't think this is actionable here
Enable MultiDex in React Native Firebase
If you read the Miscellaneous section of RN Firebase Documentation. You may encounter Enabling MultiDex. However, the documentation is not clear when you modify the MainApplication.java. And it says:
When you add native libraries like Wix React Native Navigation (https://github.com/wix/react-native-navigation), the MainApplication.java is different:
And you can't just modify this line like this:
public class MainApplication extends MultiDexApplication implements NavigationApplication {
As it will cause an Error. To get around this. I instead use this:
Solved my problem. 🎉
React Native Firebase
andInvertase
on Twitter for updates on the library.The text was updated successfully, but these errors were encountered: