Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 633 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 633 Bytes

@oniku/react-native-zebra-rfid

Getting started

$ npm install @oniku/react-native-zebra-rfid --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-rfid/android/libs" }
        }
    }

Usage

see example.