weapp h5 tt swan alipay qq rn
yarn add taro-svga
Based on react-native-qrcode-svg
android
react-native link react-native-qrcode-svg
OR auto link
Go to your ios folder and run:
pod install
import QrCode from "taro-qrcode";
const App = () => {
return <QrCode codeText="123" />;
};
Based on taro-qrcode
Prop | Description | Default | Platform |
---|---|---|---|
codeText | QR code content | all | |
color | QR code color | #000 |
all |
backgroundColor | QR code background color | #fff |
all |
size | QR code size | 200 |
all |
logoSize | Logo size | 60 |
all |
callback | Callback function for generating QR codes | all |