安装
npm install react-native-qrcode --save
使用
import QRCode from 'react-native-qrcode';
<QRCode
value={this.state.text}
size={200}
bgColor='#000'
fgColor='#333'/>
value:生成二维码的字符串
size: 长宽
bgColor:背景色
fgColor:前景色
安装
npm install react-native-qrcode --save
使用
import QRCode from 'react-native-qrcode';
<QRCode
value={this.state.text}
size={200}
bgColor='#000'
fgColor='#333'/>
value:生成二维码的字符串
size: 长宽
bgColor:背景色
fgColor:前景色