Skip to content
Advertisement

React native issue firebase messaging

I am trying to install the react native firebase messaging module to my project so I can remotely send notifications.

When I built my app yarn android/react-native build-android I got an error in which I have been trying to fix for the last 3 hours.

build.gradle:

JavaScript

settings.gradle:

JavaScript

MainApplication.java:

JavaScript

Error/Output:

JavaScript

Any help is greatly appreciated.

Advertisement

Answer

Add after => import com.facebook.react.ReactApplication;

JavaScript

Remove:

JavaScript
User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement