react-native-ble-nfc-reader
v1.1.6
Published
An native module for ble nfc reader
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;