0.10.2 • Published 4 months ago

react-native-printer-imin v0.10.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months 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.10.1版本

新增标签打印api

编辑 package.json 文件,将 "version": "0.8.0" 更新为 "version": "0.9.0"

0.10.0

4 months ago

0.9.0

8 months ago

0.10.2

4 months ago

0.8.0

1 year ago

0.7.0

1 year ago

0.6.0

1 year ago

0.5.0

1 year ago

0.4.2

2 years ago

0.4.0

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago