UNPKG

rfid-mobile

Version:

RFID Mobile Module for Expo, (Android only currently)

6 lines (5 loc) 244 B
// Reexport the native module. On web, it will be resolved to RfidModule.web.ts // and on native platforms to RfidModule.ts export { default } from "./RfidModule"; export { default as RfidView } from "./RfidView"; export * from "./Rfid.types";