react-native-vision-scanner
v0.6.0
Published
This is QR code scanner package React native
Maintainers
Readme
react-native-vision-camera
This is QR code scanner package
Installation
yarn add react-native-vision-scannerInstall supporting packages
yarn add react-native-vision-camera
yarn add react-native-soundUsage
import { QRScanner } from 'react-native-vision-scanner';
// ...
<QRScanner
showMarker
cameraProps={{
isActive: true,
enableZoomGesture: true,
}}
onScan={onScan}
/>;Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library
