react-native-barcode-builder

Component for generating barcode in react native app

Github stars Tracking Chart

react-native-barcode-builder

React Native component to generate barcodes. Uses JsBarcode for encoding of data.

Getting started

Step 1

Link React ART; open the Xcode project, and drag ART.xcodeproj from node_modules/react-native/Libraries/ART/ into the Libraries group in Xcode.
Then select the root project and select "Build Phases" from the center view. There will be a section called "Link Binary With Libraries", expand it, press the + and select libART.a.

Step 2

Install react-native-barcode-builder:

npm install react-native-barcode-builder --save

Step 3

Start using the component

import Barcode from 'react-native-barcode-builder';

<Barcode value="Hello World" format="CODE128" />

You can find more info about the supported barcodes in the JsBarcode README.

Properties

Main metrics

Overview
Name With Ownerwonsikin/react-native-barcode-builder
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 5)
Platform
License:Other
所有者活动
Created At2016-12-12 14:56:39
Pushed At2021-09-10 05:43:27
Last Commit At2020-03-30 10:51:20
Release Count9
Last Release Namev1.0.5 (Posted on )
First Release Namev0.1.0 (Posted on )
用户参与
Stargazers Count175
Watchers Count6
Fork Count118
Commits Count75
Has Issues Enabled
Issues Count41
Issue Open Count22
Pull Requests Count21
Pull Requests Open Count5
Pull Requests Close Count5
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private