Files

8 lines
242 B
JavaScript

import React from 'react-native';
const NfcReactNative = React.NativeModules.NfcReactNative;
export const readTag = NfcReactNative.readTag;
export const writeTag = NfcReactNative.writeTag;
export const getCardId = NfcReactNative.getCardId;