After some breaking changes by Firebase on 11 may 2021. I am facing this error react-native-push-notification:compileDebugJavaWithJavac FAILED.
Below I am sharing following points about dependencies and its versions.
react-native-push-notification": "^6.1.1"
@react-native-firebase/messaging": "7.9.0",
"@react-native-firebase/app": "8.4.5",
buildscript {
ext {
buildToolsVersion = "28.0.3"
minSdkVersion = 16
compileSdkVersion = 29
targetSdkVersion = 29
supportLibVersion = "28.0.0"
googlePlayServicesAuthVersion = "16.0.1"
}
