🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

react-native-vision-scanner

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-vision-scanner

This is QR code scanner package React native

0.6.0
latest
Source
npm
Version published
Weekly downloads
6
-33.33%
Maintainers
0
Weekly downloads
 
Created
Source

react-native-vision-camera

This is QR code scanner package

Installation

yarn add react-native-vision-scanner

Install supporting packages

yarn add react-native-vision-camera
yarn add react-native-sound

Usage

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

Keywords

react-native

FAQs

Package last updated on 18 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts