nashvillefcc / wise-guys-qr

MIT License
0 stars 9 forks source link

QR Code Scanning #3

Open itzsaga opened 5 years ago

itzsaga commented 5 years ago

Implement QR Code scanning capabilities. This should happen after logging in to the application.

AMoldskred commented 5 years ago

I'll do this one. Is it fine if I use this library: https://www.npmjs.com/package/react-qr-scanner ?

itzsaga commented 5 years ago

@andreas0607 as long as this is taken into consideration since this is going to primarily be a web app used on mobile devices.

Not compatible with macOS/iOS Safari. Use legacyMode to support these platforms.

There's also reactive-qr as another option.

Either way, as long as the data can be read I'm good with whatever :-)

AMoldskred commented 5 years ago

I'll use reactive-qr if you prefer it:) Ill make sure the data is readable

AMoldskred commented 5 years ago

Hitting this issue when using reactive-qr. I'll use react-qr-scanner in legacymode instead