Reputation: 605
Someone know a good package that allows me to scan qrCode inside my app? I don't want to force the user to download a third app to read qrCode.
Upvotes: 3
Views: 2719
Reputation: 171
You can also use ac-qrcode-rn which is based on react-native-camera.
It supports both for ios and android and also scans both Qr code and bar code
Scanning interface can be customized in many ways which helps the scanning UI look great for user.
Upvotes: 0
Reputation: 527
I have previously used react-native-qrcode-scanner which I can highly recommend for scanning QR Codes ;)
Upvotes: 0