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