@oniku/react-native-zebra-rfid

MIT

Usage no npm install needed!

<script type="module">
  import onikuReactNativeZebraRfid from 'https://cdn.skypack.dev/@oniku/react-native-zebra-rfid';
</script>

README

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