react-native-jsbarcodes
v0.2.3
Published
A <Barcode/> component for use with React-Native. This library wrapped JsBarcode.
Downloads
82
Maintainers
Readme
react-native-jsbarcode
A component for use with React-Native. This library wrapped JsBarcode.
Installation
npm install react-native-jsbarcode
Usage
import { Barcode } from 'react-native-jsbarcode';
// ...
<Barcode value={'1234567890128'} format="ean13" />
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library