# react-native-local-barcode-recognizer **Repository Path**: lazyfishman/react-native-local-barcode-recognizer ## Basic Information - **Project Name**: react-native-local-barcode-recognizer - **Description**: react-native-local-barcode-recognizer - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-10-08 - **Last Updated**: 2023-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ###react-native-local-barcode-recognizer ## *** Still under development. ##Install: ```bash #install: npm install react-native-local-barcode-recognizer #and link: react-native link react-native-local-barcode-recognizer ``` or you may install manually. ##Usage: Here is the demo (may check the examples folder of source code as well) ```typescript import ... import LocalBarcodeRecognizer from 'react-native-local-barcode-recognizer'; const imageBase64 = "data:image/jpeg;base64,/9j/4AA......."; type Props = {}; export default class App extends Component { render() { return ( React Native Local Barcode Recoginzer Demo Follow images to test: