@oniku/react-native-zebra-barcode

0.1.5 • Public • Published

@oniku/react-native-zebra-barcode

Getting started

$ npm install @oniku/react-native-zebra-barcode --save

Android

  1. Check minSdkVersion in android/build.gradle:

    buildscript {
        ...
        ext {
            ...
            minSdkVersion = 19
        }
    }
    
    
  2. Insert the following lines inside the dependencies block in android/build.gradle:

    allprojects {
        repositories {
            ...
            flatDir { dirs "$rootDir/../node_modules/@oniku/react-native-zebra-barcode/android/libs" }
        }
    }

Usage

see example.

Readme

Keywords

Package Sidebar

Install

npm i @oniku/react-native-zebra-barcode

Weekly Downloads

2

Version

0.1.5

License

MIT

Unpacked Size

461 kB

Total Files

23

Last publish

Collaborators

  • oniku