mirror of
https://github.com/little-snow-fox/react-native-wechat-lib.git
synced 2025-12-06 15:26:49 +08:00
💬 Update docs
This commit is contained in:
parent
f5d616b295
commit
06f5a6cca1
10
README.md
10
README.md
@ -59,12 +59,20 @@
|
|||||||
<br>
|
<br>
|
||||||
|
|
||||||
## 安装
|
## 安装
|
||||||
|
NPM 安装
|
||||||
```sh
|
```sh
|
||||||
npm install react-native-wechat-lib --save
|
npm install react-native-wechat-lib --save
|
||||||
# 3.0.0 开始弃用
|
# 3.0.0 开始弃用
|
||||||
react-native link react-native-wechat-lib
|
react-native link react-native-wechat-lib
|
||||||
```
|
```
|
||||||
|
源码安装
|
||||||
|
```sh
|
||||||
|
git clone https://github.com/little-snow-fox/react-native-wechat-lib
|
||||||
|
cd react-native-wechat-lib
|
||||||
|
npm link
|
||||||
|
cd ../my-project
|
||||||
|
npm link react-native-wechat-lib
|
||||||
|
```
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user