Open dharavp opened 1 year ago
@AllInOneYT Hello, I am facing unable to connect to bluetooth device issue when my device is already paired to printer. printing is working fine when my device is not paired with printer. checked with android 11 and 12. facing same issue
"react-native-thermal-printer": "^2.3.6",
code for printing
await ThermalPrinterModule.printBluetooth({ macAddress: macAddress, payload: `[L]<font size='small'>amount:</font>\n`, autoCut: true, });
issue i'm getting
can you please help me with this issue?
you need to call ThermalPrinterModule.getBluetoothDeviceList() before calling printBluetooth
ThermalPrinterModule.getBluetoothDeviceList()
@AllInOneYT Hello, I am facing unable to connect to bluetooth device issue when my device is already paired to printer. printing is working fine when my device is not paired with printer. checked with android 11 and 12. facing same issue
"react-native-thermal-printer": "^2.3.6",
code for printing
issue i'm getting
can you please help me with this issue?