Socket
Socket
Sign inDemoInstall

react-native-vision-scanner

Package Overview
Dependencies
Maintainers
0
Versions
4
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


Version published
Maintainers
0
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

FAQs

Package last updated on 24 Jul 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc