We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad7990f commit 7c3ab5bCopy full SHA for 7c3ab5b
README.md
@@ -5,9 +5,6 @@ React Native的网易云信插件
5
[react-native-chat-demo](https://github.com/reactnativecomponent/react-native-chat-demo)
6
7
#### 注意事项:
8
-
9
-##### 1.react-native版本需要0.47.0及以上NIMSDK对应版本4.7.0
10
11
##### 2.普通帐号不要使用5位数,因为5位数设定是系统帐号,尽量使用6位或者6位以上
12
13
## 如何安装
@@ -117,11 +114,8 @@ public class MainApplication extends Application implements ReactApplication {
117
114
#### iOS配置
118
115
install with CocoaPods
119
116
```
120
-pod 'NIMSDK', '4.9.0'
121
-pod 'SSZipArchive', '~> 1.2'
122
-pod 'Reachability', '~> 3.1.1'
+pod 'NIMSDK', '5.6.0'
123
pod 'CocoaLumberjack', '~> 2.0.0-rc2'
124
-pod 'FMDB', '~>2.5'
125
126
Run `pod install`
127
0 commit comments