react-native-qrcode-svg
库生成二维码。
我的代码非常简单:
import * as React from 'react'
import { View } from 'react-native'
import QRCode from 'react-native-qrcode-svg'
const qrcode = (props) => {
return (
<View>
<QRCode value="https://www.google.com" />
</View>
)
}
export default qrcode
但是,当我执行代码时,出现以下错误:
Exception thrown while executing UI block: -[NSDictionaryM firstObject]: unrecognized selector sent to instance 0x600009dd4780
我无法理解这个问题,因为我一步步按照这个视频操作,但没有收到错误。
有什么想法吗?谢谢你
如果您使用的是:- expo 那么 ->expo install react-native-svg React-native-qrcode-svg React Native ->npm install react-native-svg react-native-qrcode-svg
然后如果使用 expo sudo npx expo run:android --variant release 再次构建应用程序 检查 ->/android/app/build/outputs/apk/release/app-release.apk 在你的 Android 手机中尝试 -> app-release.apk