如何将react native firebase admob添加到react native["0.60.x"]。添加admob时应用程序崩溃。是否有其他选项可以添加admob以响应本机应用程序。react native admob也存在同样的崩溃问题。
在React Native项目的根目录中,创建一个firebase.json文件(如果它还不存在),并添加admob_android_app_id&admob_ios_app_id密钥和Google admob控制台中的id:
类似:
{
"react-native": {
"admob_android_app_id": "ca-app-pub-xxxxxxxx~xxxxxxxx",
"admob_ios_app_id": "ca-app-pub-xxxxxxxx~xxxxxxxx"
}
}