react-native-thermal-printer
react-native-thermal-printer copied to clipboard
Detect if bluetooth is busy
How do you detect if you can print already in bluetooth?
Successive call to ThermalPrinterModule.printBluetooth() results in garbage.
await ThermalPrinterModule.printBluetooth({payload: this.mPrintData});
Thanks!