I'm using react native and my Android project isn't compiling anymore because of this error:
Manifest merger failed : 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:28:5-109:19 to override.
I've tried to add that tag but I'm getting always errors!! I've tried to remove all packages to find which had androidX support or how to fix this bug, but I've been stuck for days!
Thanks!