文章

react-native-qrcode-svg

react-native-qrcode-svg

react-native-qrcode-svg

react-native-qrcode-svg

基于 react-native-svg 和 javascript-qrcode 的 React Native 二维码生成器。

###

下载 npm i -S react-native-svg react-native-qrcode-svg

链接

react-native link react-native-svg

使用

1
2
3
4
5
6
7
8
9
10
import QRCode from 'react-native-qrcode-svg';

// Simple usage, defaults for all but the value
render() {
  return (
    <QRCode
      value="http://awesome.link.qr"
      />
  );
};

具体请看文档

https://www.npmjs.com/package/react-native-qrcode-svg

本文由作者按照 CC BY 4.0 进行授权