当我使用react-native fcm时,我的应用程序崩溃而没有错误
这是我的依赖
dependencies {
implementation project(':react-native-maps')
implementation project(':react-native-fcm')
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation "com.facebook.react:react-native:+"
implementation(project(':react-native-maps')){
exclude group: 'com.google.android.gms', module: 'play-services-base'
}
和package.json
"react": "16.3.1",
"react-native": "0.55.4",
"react-native-fcm": "^16.2.3",
"react-native-maps": "^0.21.0",
请任何人帮助我