HeligPfleigh / react-native-thermal-receipt-printer

A RN library for thermal printer
157 stars 102 forks source link

Not able to connect to USB thermal printer #122

Closed affan338 closed 1 year ago

affan338 commented 1 year ago

USBPrinter.connectPrinter(printer.vendorID, printer.productId).then(() => setCurrentPrinter(printer));

I'm trying to connect to a USB printer but when I'm tapping on the printer it's showing an error as mentioned below:

Attempt to invoke virtual method 'double java.lang.Double.doubleValue()' on a null object reference.

MJahanzaibKhan commented 1 year ago

The same issue, I'm facing. Any solution?

affan338 commented 1 year ago

I was using the wrong syntax, I’m able to connect now