jmessage-react-plugin icon indicating copy to clipboard operation
jmessage-react-plugin copied to clipboard

Results 43 jmessage-react-plugin issues
Sort by recently updated
recently updated
newest added

配置是按照官网的配置只是单独创建了一个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 `` ![1](https://user-images.githubusercontent.com/11947724/64488165-342fcd80-d277-11e9-95de-fd0d58b2c119.png) ![2](https://user-images.githubusercontent.com/11947724/64488167-34c86400-d277-11e9-9e2c-c7347a246a1b.png)

"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", **报错详情:** ![118191554344091_ pic](https://user-images.githubusercontent.com/48576460/55534886-179bd200-56e8-11e9-94cc-d332a43246e6.jpg) 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.