react-native-gzdsx-barcodeview

1.1.0 • Public • Published

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;

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i react-native-gzdsx-barcodeview

      Weekly Downloads

      0

      Version

      1.1.0

      License

      MIT

      Unpacked Size

      81.4 kB

      Total Files

      24

      Last publish

      Collaborators

      • xy113