Files

8 lines
242 B
JavaScript
Raw Permalink Normal View History

2016-11-22 17:26:39 -03:00
import React from 'react-native';
const NfcReactNative = React.NativeModules.NfcReactNative;
export const readTag = NfcReactNative.readTag;
export const writeTag = NfcReactNative.writeTag;
2016-12-07 01:07:15 -03:00
export const getCardId = NfcReactNative.getCardId;