cssivision/react-native-qrcode
This project is forked fromreact-native-qrcode2
A react-native component to generate QRcode, not only support English.
Installation
npm install react-native-qrcode2 --save
Usage
'use strict'; import React Component from 'react'import QRCode from 'react-native-qrcode2'; import AppRegistry StyleSheet View TextInput from 'react-native'; state = text: 'http://facebook.github.io/react-native/' ; { return <View => <TextInput = = = /> <QRCode = = ='purple' ='white'/> </View> ; }; const styles = StyleSheet; AppRegistry; moduleexports = HelloWorld;
Available Props
prop | type | default value |
---|---|---|
value |
string |
http://facebook.github.io/react-native/ |
size |
number |
128 |
bgColor |
string (CSS color) |
"#000" |
fgColor |
string (CSS color) |
"#FFF" |
changelog
- 0.3.0
- Use react-native-webview instead react-native's WebView
Licenses
All source code is licensed under the MIT License.