UNPKG

react-native-thermal-pos-printer

Version:

React Native thermal printer package for POS systems supporting Xprinter and other popular brands

7 lines (6 loc) 236 B
export * from './types'; export * from './constants/barcodes'; export * from './constants/commands'; export * from './classes'; // Default export export { ReactNativePosPrinter as default } from './classes/ReactNativePosPrinter';