54sword
54sword
NativeAppEventEmitter.addListener("observeReceiveSystemMsg",(data)=>{ console.log('系统通知'); console.log(data); }); 通过如上监听事件,可以接受添加好友的通知,但通过如下方式,发送一个自定义的系统通知,没有收到系统通知。 http://dev.yunxin.163.com/docs/product/IM即时通讯/SDK开发集成/Web开发集成/系统通知?#自定义系统通知
synthesizerEventEmitter.addListener('onSynthesizerBufferCompletedEvent', (result)=>{ console.log(result); // {"content": null, "filename": null} }); 求帮助!
启动后直接闪退,因此查看不到错误信息,自动和手动配置都已尝试。 Android 异常 机器:荣耀畅玩7A react-native: 0.56.0 iOS 正常