Native Module For iMin Printer SDK Plugin
npm install react-native-printer-iminNative Module For iMin Printer SDK Plugin
``sh`
npm install react-native-printer-imin
`js
import PrinterImin from 'react-native-printer-imin';
// Initialize printer
await PrinterImin.initPrinter();
// Check printer status
const status = await PrinterImin.getPrinterStatus();
console.log(status);
// Print text
await PrinterImin.printText('Hello World');
``
📚 Complete documentation is available in multiple languages:
| Document | Description |
|----------|-------------|
| 📖 文档中心 | 主要文档中心 |
| 🚀 快速开始 | 5分钟快速上手 |
| ⚙️ 安装指南 | 详细安装配置说明 |
| 📋 API参考 | 完整API文档 |
| 👨💻 开发者指南 | 深入开发指导 |
| 💡 使用示例 | 实际应用场景示例 |
| 🔄 迁移指南 | 版本升级指导 |
| ❓ 常见问题 | 常见问题解答 |
| Document | Description |
|----------|-------------|
| 📖 Documentation Center | Main documentation hub |
| 🚀 Quick Start | Get started in 5 minutes |
| ⚙️ Installation Guide | Detailed setup instructions |
| 📋 API Reference | Complete API documentation |
| 👨💻 Developer Guide | Advanced development guide |
| ❓ FAQ | Frequently asked questions |
- Example App: example/
- GitHub Issues: Report Issues
- ✅ Text Printing - Multiple fonts, styles, and alignments
- ✅ Image Printing - URL and local images with size control
- ✅ QR Code Printing - Customizable size, error correction, and alignment
- ✅ Barcode Printing - Multiple barcode formats supported
- ✅ Table Printing - Flexible column layouts
- ✅ Label Printing - SDK 2.0 exclusive feature
- ✅ Device Control - Paper cutting, cash drawer, status monitoring
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
---
Made with create-react-native-library