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.
react-native-qrcode
is no longer maintained.
You can use react-native-qrcode-svg
package
yarn add react-native-qrcode-svg
OR
npm install --save react-native-qrcode-svg