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
` ....1\android\app\src\debug\AndroidManifest.xml:22:18-91 Error:
Attribute application@appComponentFactory value=(android.support.v4.app.CoreComponentFactory) from [com.android.support:support-compat:28.0.0] AndroidManifest.xml:22:18-91
is also present at [androidx.core:core:1.0.0] AndroidManifest.xml:22:18-86 value=(androidx.core.app.CoreComponentFactory).
Suggestion: add 'tools:replace="android:appComponentFactory"' to <application> element at AndroidManifest.xml:7:5-117 to override.
See http://g.co/androidstudio/manifest-merger for more information about the manifest merger.
I found out that this was due to update Google Play Services and Firebase . This forces to use androidx dependencies causing most of dependent builds to fail.
I get the following error when I build the app:
I found out that this was due to update Google Play Services and Firebase . This forces to use androidx dependencies causing most of dependent builds to fail.
Thanks to comments in : facebook/react-native#25301
Whether anyone working on a fix for this issue?
The text was updated successfully, but these errors were encountered: