
Security News
CISA Kills Off RSS Feeds for KEVs and Cyber Alerts
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
@xiphoo/react-native-zebra-scanner
Advanced tools
$ npm install react-native-zebra-scanner --save
$ react-native link react-native-zebra-scanner
android/app/src/main/java/[...]/MainApplication.java
new ZebraScannerPackage()
to the list returned by the getPackages()
methodandroid/settings.gradle
:
include ':react-native-zebra-scanner'
project(':react-native-zebra-scanner').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-zebra-scanner/android')
android/app/build.gradle
:
implementation project(':react-native-zebra-scanner')
import ZebraScanner from 'react-native-zebra-scanner';
// Check if hardware scanner is available
await ZebraScanner.isAvailable(); // true or false
// Add listener
const scanListener = (scannedCode) => {
// scannedCode is string. '01245234562345' etc.
}
ZebraScanner.addScanListener(scanListener)
// Remove listener
ZebraScanner.removeScanListener(scanListener)
FAQs
Modified react-native-zebra-scanner
The npm package @xiphoo/react-native-zebra-scanner receives a total of 4 weekly downloads. As such, @xiphoo/react-native-zebra-scanner popularity was classified as not popular.
We found that @xiphoo/react-native-zebra-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
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.