// First set up react-native-camera // Second yarn add react-native-qrcode-scanner-view // or npm install react-native-qrcode-scanner-view --save Basic import { View } from 'react-native'; import { QRScannerView } from 'react-native-qrcode-scanner-view'; export default class DefaultSc...
// 第一步配置好 react-native-camera// 第二步(安装本库)yarn add react-native-qrcode-scanner-view// 或npm install react-native-qrcode-scanner-view --save 基本 import { View } from 'react-native'; import { QRScannerView } from 'react-native-qrcode-sanner-view'; export default class Def...