You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am able generate qrcode code successfully and getting scanned value also. Only issue is that QRcode component is not fitting in align center
What is going I do not Know.Can someone help on this.
"react-native": "~0.61.5",
"react-native-qrcode": "github:wanxsb/react-native-qrcode#1a08f9cedcb747fd230be717fe815c686e4427cb",
option 2 I have tried
"react-native-qrcode-svg": "^6.0.6",
"react-native-svg": "^12.1.0",
But with library qrcode generating but is not scanning. Need urgent help
Regards
Qamar
The text was updated successfully, but these errors were encountered:
Same issue for me too. It fixed itself after I changed react-native-qrcode2 ---> react-native-qrcode-svg with react-native-svg from the package.json and changed all to import QRCode from 'react-native-qrcode-svg'; instead of import QRCode from 'react-native-qrcode2';
Hello, I am able generate qrcode code successfully and getting scanned value also. Only issue is that QRcode component is not fitting in align center
What is going I do not Know.Can someone help on this. "react-native": "~0.61.5", "react-native-qrcode": "github:wanxsb/react-native-qrcode#1a08f9cedcb747fd230be717fe815c686e4427cb", option 2 I have tried "react-native-qrcode-svg": "^6.0.6", "react-native-svg": "^12.1.0", But with library qrcode generating but is not scanning. Need urgent help Regards QamarThe text was updated successfully, but these errors were encountered: