0.1.6 • Published 3 years ago

@oniku/react-native-zebra-rfid v0.1.6

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

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

0.1.6

3 years ago

0.1.4

3 years ago

0.1.5

3 years ago

0.1.2-rc3

4 years ago

0.1.2-rc2

4 years ago

0.1.2-rc1

4 years ago