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 78589bb commit 7038b27Copy full SHA for 7038b27
README.md
@@ -4,19 +4,20 @@ React Native的网易云信插件
4
## Demo
5
[react-native-chat-demo](https://github.com/reactnativecomponent/react-native-chat-demo)
6
7
-#### 注意事项:
+### 注意事项:
8
##### 2.普通帐号不要使用5位数,因为5位数设定是系统帐号,尽量使用6位或者6位以上
9
10
-### 1.安装
11
+## 1.安装
12
+- ### 0.60以下请使用2.1.0版本
13
```bash
14
npm install react-native-netease-im 或者 yarn add react-native-netease-im
15
cd ios
16
pod install
17
```
-### 2.配置
18
19
-#### 2.1 android配置
+## 2.配置
20
+### 2.1 android配置
21
22
在`android/app/build.gradle`里,defaultConfig栏目下添加如下代码:
23
0 commit comments