@ponchodien/react-native-printer-imin
v0.1.4
Published
Native Module For iMin Printer SDK Plugin
Downloads
8
Maintainers
Readme
react-native-printer-imin
Native Module For iMin Printer SDK Plugin
Installation
npm install @ponchodien/react-native-printer-imin
or
yarn add @ponchodien/react-native-printer-imin
Usage
import PrinterImin from '@ponchodien/react-native-printer-imin';
// ...
PrinterImin.initPrinter();
PrinterImin.getPrinterStatus().then((info) => {
console.log(info);
});
PrinterImin.printText('Việt Nam vô địch');
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