@taingo97/react-native-printer-imin
v0.8.0
Published
Native Module For iMin Printer SDK Plugin
Downloads
4
Readme
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