We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd7b2af commit 35b469fCopy full SHA for 35b469f
1 file changed
README.md
@@ -24,13 +24,13 @@ react-native link react-native-netease-im
24
```
25
26
#### 手动link~(如果不能够自动link)
27
-#####ios
+##### ios
28
+```
29
a.打开XCode's工程中, 右键点击Libraries文件夹 ➜ Add Files to <...>
30
b.去node_modules ➜ react-native-netease-im ➜ ios ➜ 选择 RNNeteaseIm.xcodeproj
31
c.在工程Build Phases ➜ Link Binary With Libraries中添加libRNNeteaseIm.a
-
32
-#####Android
33
+##### Android
34
35
// file: android/settings.gradle
36
...
0 commit comments