Socket
Socket
Sign inDemoInstall

react-native-vision-camera-barcodes-scanner-v3

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-native-vision-camera-barcodes-scanner-v3

Frame processor plugin for scanning barcodes using Google ML Kit library for react-native-vision-camera with high performance.


Version published
Maintainers
1
Created

Readme

Source

react-native-vision-camera-barcodes-scanner-v3

Frame processor plugin to detect faces using Google ML Kit library for react-native-vision-camera with high performance and many options.

🚨 Required Modules

react-native-vision-camera => 3.9.0 react-native-worklets-core = 0.3.0

💻 Installation

npm install react-native-vision-camera-barcodes-scanner-v3
yarn add react-native-vision-camera-barcodes-scanner-v3

👷Features

Easy To Use.
Works Just Writing few lines of Code.
Works With React Native Vision Camera.
Works for Both Cameras.
Works Fast.
Works With Android 🤖 and IOS.📱
Writen With Objective-C and Kotlin.

💡 Usage

import { Camera } from 'react-native-vision-camera-barcodes-scanner-v3';

const [barcodes,setBarcodes] = useState(null)

console.log(barcodes)

<Camera
  options={{
        codeType: 'all',
    }}
  style={StyleSheet.absoluteFill}
  device={device}
  callback={(data) => setBarcodes(data)}
  {...props}
/>

⚙️ Options

NameTypeValuesDefault
codeTypeStringall, code-39, code-93, codabar, ean-13, ean-8, itf, upc-e, upc-a, qr, pdf-417, aztec, data-matrix, code-128all

Keywords

FAQs

Last updated on 18 Mar 2024

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc