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

Comparing version 1.0.6 to 1.0.7

14

package.json
{
"name": "react-native-modern-qrscanner",
"version": "1.0.6",
"version": "1.0.7",
"description": "A modern-designed and powerful QR code scanner for React Native with advanced features.",

@@ -34,3 +34,8 @@ "main": "index.js",

"react-native-qr-scan",
"react-native-advanced-qr"
"react-native-advanced-qr",
"qr-code-generation",
"react-native-qr-generator",
"secure-qr-scanner",
"fast-qr-code-scanning",
"easy-qr-code-reader"
],

@@ -43,4 +48,3 @@ "author": "Jerry Lee",

"homepage": "https://github.com/npmhub90/react-native-modern-qrscanner#readme",
"dependencies": {
},
"dependencies": {},
"devDependencies": {

@@ -50,2 +54,2 @@ "react": "^18.2.0",

}
}
}
# React Native Modern QR Scanner
[![npm version](https://img.shields.io/npm/v/react-native-modern-qrscanner)](https://www.npmjs.com/package/react-native-modern-qrscanner)

@@ -10,13 +9,8 @@ [![npm downloads](https://img.shields.io/npm/dw/react-native-modern-qrscanner)](https://www.npmjs.com/package/react-native-modern-qrscanner)

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.
A powerful and customizable QR code scanner component for React Native applications.
## Quick Start
## Features
Get up and running with just a few lines of code:
- Advanced QR code scanning capabilities using React Native Camera.
- Customizable scanning viewfinder and overlay.
- Supports both iOS and Android platforms.
- Provides hooks for various QR code scanning events.
## Demo

@@ -28,3 +22,2 @@

## Installation

@@ -35,3 +28,3 @@ ```bash

or
Or

@@ -44,4 +37,2 @@ ```bash

Import `ModernQRScanner` and use it in your React Native application.
```javascript

@@ -53,6 +44,6 @@ import { ModernQRScanner } from 'react-native-modern-qrscanner';

onRead={(e) => console.log('QR code detected:', e)}
// other props
/>
```
## Props

@@ -68,12 +59,35 @@

## 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
You can customize the scanner viewfinder, overlay styles, and more using the available props.
Tailor the scanner to fit your app’s look and feel. Adjust viewfinder size, overlay elements, and more with extensive customization options.
## License
## API Documentation
This project is licensed under the MIT License.
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
Contributions are welcome. Please read the contributing guide for more details.
We welcome contributions! Please read our [contributing guide](#) to get started.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
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