Skip to content
This repository has been archived by the owner on Apr 15, 2021. It is now read-only.

Commit

Permalink
公众号【 aMarno 】A QR code scanning component
Browse files Browse the repository at this point in the history
  • Loading branch information
Marno committed Apr 30, 2017
1 parent 578ab02 commit b3a49f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -69,6 +69,8 @@ export default class DefaultScreen extends Component {
```
## 6.Props

![](https://github.com/MarnoDev/AC-QRCode-RN/blob/master/screenshots/ac-qrcode-props.jpg)

|Prop|Type|Default|Optional|
|:--:|:--:|:--:|:--:|
|maskColor|string|#0000004D|true|
Expand Down Expand Up @@ -96,8 +98,6 @@ export default class DefaultScreen extends Component {
|renderBottomMenuView|func|-|false|
|onScanResultReceived|func|-|false|

![](https://github.com/MarnoDev/AC-QRCode-RN/blob/master/screenshots/ac-qrcode-props.jpg)

## 7.To Do

- [ ] Generate qr code
Expand Down
4 changes: 2 additions & 2 deletions README_CN.md
Expand Up @@ -74,6 +74,8 @@ export default class DefaultScreen extends Component {

## 6.属性列表

![](https://github.com/MarnoDev/AC-QRCode-RN/blob/master/screenshots/ac-qrcode-props.jpg)

|属性名|类型|默认值|可选|描述|
|:--:|:--:|:--:|:--:|:--:|
|maskColor|string|#0000004D|true|遮罩颜色|
Expand Down Expand Up @@ -101,8 +103,6 @@ export default class DefaultScreen extends Component {
|renderBottomMenuView|func|-|false|绘制底部操作条组件|
|onScanResultReceived|func|-|false|扫描结果回调|

![](https://github.com/MarnoDev/AC-QRCode-RN/blob/master/screenshots/ac-qrcode-props.jpg)


## 7.待办

Expand Down

0 comments on commit b3a49f6

Please sign in to comment.