Skip to content

Commit 7c3ab5b

Browse files
authored
Update README.md
1 parent ad7990f commit 7c3ab5b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ React Native的网易云信插件
55
[react-native-chat-demo](https://github.com/reactnativecomponent/react-native-chat-demo)
66

77
#### 注意事项:
8-
9-
##### 1.react-native版本需要0.47.0及以上NIMSDK对应版本4.7.0
10-
118
##### 2.普通帐号不要使用5位数,因为5位数设定是系统帐号,尽量使用6位或者6位以上
129

1310
## 如何安装
@@ -117,11 +114,8 @@ public class MainApplication extends Application implements ReactApplication {
117114
#### iOS配置
118115
install with CocoaPods
119116
```
120-
pod 'NIMSDK', '4.9.0'
121-
pod 'SSZipArchive', '~> 1.2'
122-
pod 'Reachability', '~> 3.1.1'
117+
pod 'NIMSDK', '5.6.0'
123118
pod 'CocoaLumberjack', '~> 2.0.0-rc2'
124-
pod 'FMDB', '~>2.5'
125119
```
126120
Run `pod install`
127121

0 commit comments

Comments
 (0)