无法在 Android 中设置 @react-native-firebase/messaging
Posted
技术标签:
【中文标题】无法在 Android 中设置 @react-native-firebase/messaging【英文标题】:Can't setup @react-native-firebase/messaging in Android 【发布时间】:2021-02-06 18:40:17 【问题描述】:我关注这个android setup doc of cloud messaging
我很困惑在 MainActivity 类中添加以下代码的位置
protected List<ReactPackage> getPackages()
return Arrays.asList(
new MainReactPackage(),
new ReactNativeFirebaseMessagingPackage(),
目前我的 MainActivity 课程是:-
请帮助我设置@react-native-firebase/messaging 的Android。
"@react-native-firebase/app": "^8.4.6",
"@react-native-firebase/messaging": "^7.9.1",
"react": "16.13.1",
"react-native": "0.63.3"
【问题讨论】:
【参考方案1】:MainApplication.java 内部
但由于此包可以自动链接,您可以避免执行此步骤,只需执行以下操作:
npx react-native run-android
【讨论】:
以上是关于无法在 Android 中设置 @react-native-firebase/messaging的主要内容,如果未能解决你的问题,请参考以下文章
无法在 android studio 中设置 firebase
无法在android上的反应导航标题中设置阴影样式(反应本机)
无法在 Android 中设置 @react-native-firebase/messaging