react-native-chat-demo icon indicating copy to clipboard operation
react-native-chat-demo copied to clipboard

网易云信IM示例

Results 5 react-native-chat-demo issues
Sort by recently updated
recently updated
newest added

java.lang.ClassNotFoundException: Didn't find class "android.support.v4.widget.Space" on path: DexPathList[[zip file "/data/app/com.rnchatexample-qxpHcRzorWPUZtbZT0_vEQ==/base.apk"],nativeLibraryDirectories=[/data/app/com.rnchatexample-qxpHcRzorWPUZtbZT0_vEQ==/lib/x86, /data/app/com.rnchatexample-qxpHcRzorWPUZtbZT0_vEQ==/base.apk!/lib/x86, /system/lib, /system/product/lib]] ![image](https://user-images.githubusercontent.com/16996824/105156737-31b9d500-5b47-11eb-83a0-ae7c73099e1e.png)

demo 里的 react-native-imui 跟 reactnativecomponent / react-native-imui 不太一样 ,应该用哪个为准 ,很困惑 谢谢

android没做完吧?发语音那个音量显示的资源都不一样。

stop = () => { NimSession.endAudioRecord(); console.log('audio length = ', this.state.audioLength); }; record = () => { NimSession.onTouchVoice(); NimSession.startAudioRecord(); }; when I send voice message to server, NimSession.sendAudioMessage(path, duration); in...

No virtual method load(Ljava/lang/String;)Lcom/bumptech/glide/DrawableTypeRequest; in class Lcom/bumptech/glide/RequestManager; or its super classes (declaration of 'com.bumptech.glide.RequestManager' appears in /data/app/com.unitenvironmentapp-2N170FHI2HAOX5LSmurGdA==/base.apk!classes16.dex) 如果把发送文本的方法NimSession.sendTextMessage(t, ids)注释掉,能正常运行 因此,我确定是此方法报错,但原因还请说明一下,以及如何改?谢谢。