README.md
This commit is contained in:
parent
b2b547afb9
commit
dd6f8ce0b2
|
@ -1,13 +1,13 @@
|
||||||
###this module only work for iOS
|
### this module only work for iOS
|
||||||
|
|
||||||
#react-native-qrcode
|
# react-native-qrcode
|
||||||
A React-native component to generate [QRcode](http://en.wikipedia.org/wiki/QR_code).
|
A React-native component to generate [QRcode](http://en.wikipedia.org/wiki/QR_code).
|
||||||
|
|
||||||
##Installation
|
## Installation
|
||||||
```sh
|
```sh
|
||||||
npm install react-native-qrcode
|
npm install react-native-qrcode
|
||||||
```
|
```
|
||||||
##Usage
|
## Usage
|
||||||
```jsx
|
```jsx
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "react-native-qrcode",
|
"name": "react-native-qrcode",
|
||||||
"version": "1.0.6",
|
"version": "1.0.8",
|
||||||
"description": "react-native qrocode generator",
|
"description": "react-native qrocode generator",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in New Issue