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 7ba9e45 commit f6f9346Copy full SHA for f6f9346
README.md
@@ -6,7 +6,7 @@ React Native的网易云信插件
6
7
#### 注意事项:
8
9
-##### 1.react-native版本需要0.47.0及以上NIMSDK对应版本4.4.0
+##### 1.react-native版本需要0.47.0及以上NIMSDK对应版本4.7.0
10
11
##### 2.普通帐号不要使用5位数,因为5位数设定是系统帐号,尽量使用6位或者6位以上
12
@@ -117,7 +117,7 @@ public class MainApplication extends Application implements ReactApplication {
117
#### iOS配置
118
install with CocoaPods
119
```
120
-pod 'NIMSDK', '4.4.0'
+pod 'NIMSDK', '4.9.0'
121
pod 'SSZipArchive', '~> 1.2'
122
pod 'Reachability', '~> 3.1.1'
123
pod 'CocoaLumberjack', '~> 2.0.0-rc2'
0 commit comments