miércoles, 26 de mayo de 2021

> Task :app:processDebugManifest FAILED

My Solution



I had installed

@react-native-firebase/messaging@11.5.0

and it was that problem occurred, so I installed a lower version

@react-native-firebase/messaging@10.2.0


Then i cleaned and rebuild 

cd android && ./gradlew clean

and then:

npx react-native run-android


that worked for me!

-------------------------------------------------------------------------


Another solution (posible):


Into mainAppliction.java

import io.invertase.firebase.messaging.RNFirebaseMessagingPackage; // you have add this

and add package into your getPackages(): 

packages.add(new RNFirebaseMessagingPackage());   // add this