react-native-ble-nfc-reader

An native module for ble nfc reader

Usage no npm install needed!

<script type="module">
  import reactNativeBleNfcReader from 'https://cdn.skypack.dev/react-native-ble-nfc-reader';
</script>

README

react-native-ble-nfc-reader

Getting started

$ npm install react-native-ble-nfc-reader --save

Mostly automatic installation

$ react-native link react-native-ble-nfc-reader

Usage

import BleNfcReader from 'react-native-ble-nfc-reader';

// TODO: What to do with the module?
BleNfcReader;