react-native-firebase_messaging 尚未在 project.ext.'react-native'.versions.android.compileSdk 中定义默认值

Ter*_*ius 3 firebase react-native firebase-cloud-messaging react-native-firebase

我正在使用@react-native-firebase/messaging. 当我尝试在 android 中运行该项目时,它返回错误

:react-native-firebase_messaging has not defined a default in project.ext.'react-native'.versions.android.compileSdk in its build.gradle file.
Run Code Online (Sandbox Code Playgroud)

Ter*_*ius 5

我找到了解决这个问题的方法。我正在使用 @react-native-firebase/messagingfirebase Auth 和实时数据库。这个问题是由于版本而产生的。所以,我已经删除了所有 firebase 库并重新安装了它,现在它正在工作