QR Code Reader
Preview

Code sample
Props
Name
Type
Description
onSuccess
function
called with detected QRCode on successful read
cameraSide
string
Use front or back to toggle used camera
Last updated

Name
Type
Description
onSuccess
function
called with detected QRCode on successful read
cameraSide
string
Use front or back to toggle used camera
Last updated
import { QRCode } from '@dormakaba/digital-reactnative-visual';
<QRCode
onSuccess={(code) => {}}
cameraSide='front'
/>