Search code examples
react-nativeexpoqr-code

react native expo QRcode GENERATOR


I want to build my app QRCODE GENERATOR in React Native Expo.

I work with QR code - module react-native-qrcode version 0.2.7, and I have this error.


Solution

  • react-native-qrcode is no longer maintained.

    You can use react-native-qrcode-svg package

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

    yarn add react-native-qrcode-svg
    

    OR

    npm install --save react-native-qrcode-svg