react-native-barcode-builder

Component for generating barcode in react native app

Github星跟蹤圖

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

主要指標

概覽
名稱與所有者wonsikin/react-native-barcode-builder
主編程語言JavaScript
編程語言JavaScript (語言數: 5)
平台
許可證Other
所有者活动
創建於2016-12-12 14:56:39
推送於2021-09-10 05:43:27
最后一次提交2020-03-30 10:51:20
發布數9
最新版本名稱v1.0.5 (發布於 )
第一版名稱v0.1.0 (發布於 )
用户参与
星數174
關注者數6
派生數118
提交數75
已啟用問題?
問題數41
打開的問題數22
拉請求數21
打開的拉請求數5
關閉的拉請求數5
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?