Diego Bittencourt
Diego Bittencourt

Reputation: 605

Package that allows me to scan QRCode?

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

Answers (3)

krsna
krsna

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

Rob Walker
Rob Walker

Reputation: 905

I can recommend react-native-camera for barcode and QR scanning

Upvotes: 2

Marco
Marco

Reputation: 527

I have previously used react-native-qrcode-scanner which I can highly recommend for scanning QR Codes ;)

Upvotes: 0

Related Questions