0.7.0 • Published 11 days ago

react-native-printer-imin v0.7.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 days ago

react-native-printer-imin

Native Module For iMin Printer SDK Plugin

Installation

npm install react-native-printer-imin

Usage

import PrinterImin from 'react-native-printer-imin';

// ...
PrinterImin.initPrinter();

PrinterImin.getPrinterStatus().then((info) => {
  console.log(info);
});

PrinterImin.printText('hello world');

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

0.7.0

11 days ago

0.6.0

11 days ago

0.5.0

2 months ago

0.4.2

5 months ago

0.4.0

5 months ago

0.2.2

7 months ago

0.2.1

7 months ago

0.2.0

7 months ago