Native Module For iMin Printer SDK Plugin
npm install react-native-printer-iminimport PrinterImin from 'react-native-printer-imin';
// ...
PrinterImin.initPrinter();
PrinterImin.getPrinterStatus().then((info) => {
console.log(info);
});
PrinterImin.printText('hello world');See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library
更新内容 : 适配A15 Update details: Adapted for A15
更新内容: 更新版本号 Update details: Updated version number
fix: adapt .so file for android 16k page, update SDK to iminPrinterSDK-15_V1.3.2_2505261539.jar 更新内容:fix: all->适配.so文件安卓16k页面,更新SDK:iminPrinterSDK-15_V1.3.2_2505261539.jar