Skip to content

gzdsx/react-native-barcodeview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-gzdsx-barcodeview

Getting started

$ npm install react-native-gzdsx-barcodeview --save or $ yarn add react-native-gzdsx-barcodeview

Mostly automatic installation

$ npx pod-install

Usage

import BarcodeView from 'react-native-barcode-view';
const App = () => {
    return (
        <BarcodeView
            onRead={e => {
                console.log(e.nativeEvent);
            }}
        />
    )
}
// TODO: What to do with the module?
BarcodeView;

About

A simple barcode scanner library for React Native apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published