Skip to content

Commit 7038b27

Browse files
committed
fix #40 #39 #33
1 parent 78589bb commit 7038b27

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,20 @@ React Native的网易云信插件
44
## Demo
55
[react-native-chat-demo](https://github.com/reactnativecomponent/react-native-chat-demo)
66

7-
#### 注意事项:
7+
### 注意事项:
88
##### 2.普通帐号不要使用5位数,因为5位数设定是系统帐号,尽量使用6位或者6位以上
99

10-
### 1.安装
1110

11+
## 1.安装
12+
- ### 0.60以下请使用2.1.0版本
1213
```bash
1314
npm install react-native-netease-im 或者 yarn add react-native-netease-im
1415
cd ios
1516
pod install
1617
```
17-
### 2.配置
1818

19-
#### 2.1 android配置
19+
## 2.配置
20+
### 2.1 android配置
2021

2122
`android/app/build.gradle`里,defaultConfig栏目下添加如下代码:
2223
```

0 commit comments

Comments
 (0)