
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
react-native-code-scanner
Advanced tools
react-native-code-scanner is a powerful and flexible library for scanning barcodes and QR codes in React Native applications.
React Native Code Scanner is a package designed to provide barcode scanning functionality within your React Native applications using the react-native-vision-camera library. With this package, you can easily integrate barcode scanning features into your mobile applications.
React Native Code Scanner was inspired by react-native-vision-camera and @mgcrea/vision-camera-barcode-scanner, you are Awesome!
To install React Native Code Scanner,
you must to first to install:
react-native-vision-camera
react-native-worklets-core
@mgcrea/vision-camera-barcode-scanner
react-native-reanimated
yarn add react-native-vision-camera
yarn add react-native-worklets-core
yarn add @mgcrea/vision-camera-barcode-scanner
yarn add react-native-reanimated
---- or via npm -----
npm i react-native-vision-camera
npm i react-native-worklets-core
npm i @mgcrea/vision-camera-barcode-scanner
npm i react-native-reanimated
Then you must follow worklets-core and reanimated respective installation instructions:
Then run
npx pod-install
To use the Camera you must first specify that your app requires camera permissions.
Open your project's Info.plist
and add the following lines inside the outermost <dict>
tag:
<key>NSCameraUsageDescription</key>
<string>$(PRODUCT_NAME) needs access to your Camera.</string>
<uses-permission android:name="android.permission.CAMERA" />
Importing the Scanner Component
import { CodeScanner } from 'react-native-code-scanner';
<CodeScanner
barcodeTypes=['aztec' , 'codabar' , 'code-128' , 'code-39' , 'code-93' , 'data-matrix' , 'ean-13' , 'ean-8' , 'gs1-databar' , 'itf' , 'msi-plessey' , 'pdf-417' , 'qr' , 'upc-a' , 'upc-e']
onScan={(barcode: string) => {
console.log(barcode);
}}
/>
onScan: (barcode: string) => void;
barcodeTypes?: BarcodeType[];
Contributions are welcome! If you find any issues or want to suggest improvements, feel free to open an issue or submit a pull request in the GitHub repository.
React Native Code Scanner is licensed under the MIT License.
FAQs
react-native-code-scanner is a powerful and flexible library for scanning barcodes and QR codes in React Native applications.
The npm package react-native-code-scanner receives a total of 5 weekly downloads. As such, react-native-code-scanner popularity was classified as not popular.
We found that react-native-code-scanner demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.