Expo native module for Epson TM ESC/POS printers.
The package is currently a development-build scaffold. Discovery, printer sessions, and printing are not implemented yet.
- v0.1 development specification
- Architecture decisions
- Legacy 4.x documentation for the unscoped package
Install the library dependencies:
pnpm installInstall and run the Expo SDK 56 example:
cd example
pnpm install
pnpm ios
# or
pnpm androidThe example uses Expo Router and a development client. Expo Go is not supported because this package contains native modules.
MIT