HeligPfleigh / react-native-thermal-receipt-printer

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

Not throwing error in ios if printer ip is invalid #88

Open subhashmgd opened 2 years ago

subhashmgd commented 2 years ago

NetPrinter.connectPrinter(host, port)

this always return(IOS only) "Connecting to printer [PRINTER_IP]" It should throw connection error. Any solution about this?

thiendangit commented 2 years ago

@subhashmgd i forked this project and fix this : https://github.com/thiendangit/react-native-thermal-receipt-printer-image-qr or you can see the solution in here: https://github.com/HeligPfleigh/react-native-thermal-receipt-printer/issues/30