/** * React Native Thermal Printer Library * Simple, straightforward API for thermal printing */ export * from './bluetoothManager' import * as thermalPrinterNamespace from './thermalPrinter' export {thermalPrinterNamespace as ThermalPrinter}