0.1.5 • Published 3 years ago

@oniku/react-native-zebra-barcode v0.1.5

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

@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.