react-native-printer-imin
TypeScript icon, indicating that this package has built-in type declarations

0.8.0 • Public • Published

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

Dependencies (0)

    Dev Dependencies (21)

    Package Sidebar

    Install

    npm i react-native-printer-imin

    Weekly Downloads

    78

    Version

    0.8.0

    License

    MIT

    Unpacked Size

    1.09 MB

    Total Files

    31

    Last publish

    Collaborators

    • archiesong
    • imin-softwareteam