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 (发布于 )
用户参与
星数175
关注者数6
派生数118
提交数75
已启用问题?
问题数41
打开的问题数22
拉请求数21
打开的拉请求数5
关闭的拉请求数5
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?