Socket
Socket
Sign inDemoInstall

react-native-modern-qrscanner

Package Overview
Dependencies
0
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-native-modern-qrscanner

A modern-designed and powerful QR code scanner for React Native with advanced features.


Version published
Weekly downloads
21
decreased by-38.24%
Maintainers
1
Install size
0.989 MB
Created
Weekly downloads
 

Readme

Source

React Native Modern QR Scanner

npm version npm downloads Coverage Status code style: prettier

A powerful and customizable QR code scanner component for React Native applications. Designed to provide advanced QR code scanning capabilities with a modern and customizable interface.

Quick Start

Get up and running with just a few lines of code:

Demo

toast gif

npm install react-native-modern-qrscanner

Or

yarn add react-native-modern-qrscanner

Usage

import { ModernQRScanner } from 'react-native-modern-qrscanner';

// Example usage
<ModernQRScanner
  onRead={(e) => console.log('QR code detected:', e)}
/>

Props

  • onRead: Callback function invoked when a QR code is detected.
  • renderTopView: Custom render function for the top overlay view.
  • renderBottomView: Custom render function for the bottom overlay view.
  • rectHeight, rectWidth: Dimensions for the scanning area.
  • flashMode: Enable or disable the camera flash.
  • finderX, finderY: Position offsets for the scanning viewfinder.
  • ...and more.

Features

  • Advanced QR code scanning using React Native Camera.
  • Customizable scanning viewfinder and overlay for a seamless integration.
  • Full support for iOS and Android platforms.
  • Comprehensive hooks for QR code scanning events.

Customization

Tailor the scanner to fit your app’s look and feel. Adjust viewfinder size, overlay elements, and more with extensive customization options.

API Documentation

For a detailed list of props and customization options, check out the API Documentation.

FAQ

Find answers to common questions and troubleshooting tips in our FAQ section.

Community and Support

Join our community forum or chat channel to get help, share ideas, and collaborate. Community Forum | Chat Channel

Performance Benchmarks

See how React Native Modern QR Scanner stacks up against other QR scanning solutions. View Benchmarks

Contributing

We welcome contributions! Please read our contributing guide to get started.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Keywords

FAQs

Last updated on 17 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