jmessage-react-plugin
jmessage-react-plugin copied to clipboard
配置是按照官网的配置只是单独创建了一个react-native.config.js文件 module.exports = { dependencies: { 'jmessage-react-plugin': { platforms: { android: { packageInstance: 'new JMessageReactPackage()' } } }, } }; 一直显示871504
用户消息未读数始终是0,messageSendingOptions里面的配置,全都开了true了,都无效。
"jcore-react-native": "^1.3.5", "jmessage-react-plugin": "^3.1.7", react-native-cli: 2.0.1 react-native: 0.60.5 ``  
"jcore-react-native": "1.5.0", "jmessage-react-plugin": "3.1.7", "jpush-react-native": "2.6.6", 进群聊出群聊都正常,唯独一个群收不到通知。 杀死进程,重新进入无法恢复。
类似微信那样,删除某一条消息的本地记录
录音插件是 'react-native-audio-recorder-player' 在录制时我指定文件类型为 m4a , 调用 JMessage.sendVoiceMessage 上传文件后扩展名消失了,导致文件类型不可知,无法播放成功 在目前的文档中也没有看到指定文件类型的参数
您好,我在项目中根据example源码进行了开发调试,其中遇到了几个问题: ## 环境配置如下: "react-native": "0.47.1", "aurora-imui-react-native": "^0.4.21", "jcore-react-native": "^1.1.8", "jmessage-react-plugin": "^2.1.0", "jpush-react-native": "^2.0.7" ## 1. 头像路径问题 (1)android studio emulator 环境 通过**react-native-image-picker**组件上传图片,返回路径及调用**updateMyAvatar**接口参数格式为 "/storage/emulated/0/Android/data/com.miningapp.debug/files/Pictures/image-3268b271-76dd-44bf-8f16-cc22d3338d31.jpg",上传成功后 调用**getMyInfo** 返回路径(avatarThumbPath)为 "/data/user/0/com.miningapp.debug/files/images/small-avatar/C9546535D771E93207E22613DBE56A50" 在**aurora-imui-react-native**插件的**MessageList**里可以正常显示头像,但是在` `无法显示 (2) Android 真机与emulator类似...
修正了requiresMainQueueSetup警告信息(iOS),移除引用过时的rnpm,更新说明文档。
重复安装后均报同样的错误 **环境配置如下:** "jcore-react-native": "^1.3.2", "jmessage-react-plugin": "^3.1.3", "jpush-react-native": "^2.5.3", "react": "16.8.3", "react-native": "0.59.1", **报错详情:**  Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'. > com.android.builder.dexing.DexArchiveMergerException: Error while merging dex archives: The number of...
i have a question about how can i get jimappkey by installing jmessage-react-plugin or something else.