Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -6,8 +6,8 @@ react-native 识别照片二维码 | @@ -6,8 +6,8 @@ react-native 识别照片二维码 | ||
| 6 | - [Usage](#usage) | 6 | - [Usage](#usage) |
| 7 | 7 | ||
| 8 | ## Install | 8 | ## Install |
| 9 | -### 1: 暂时没有发布到npm所以需要自己手动添加到dependencies | 9 | +### 1: yarn add 或者npm install,现在最新版本是1.0.0 |
| 10 | -`"react-native-lewin-qrcode": "git://github.com/LewinJun/react-native-lewin-qrcode.git#1.0"` | 10 | +`yarn add react-native-lewin-qrcode ` |
| 11 | ### 2: yarn install 或 npm install | 11 | ### 2: yarn install 或 npm install |
| 12 | ### 3: react-native link react-native-lewin-qrcode | 12 | ### 3: react-native link react-native-lewin-qrcode |
| 13 | 13 |
-
Please register or login to post a comment