thiendangit / react-native-thermal-receipt-printer-image-qr

React native thermal receipt printer
https://www.npmjs.com/package/react-native-thermal-receipt-printer-image-qr
111 stars 73 forks source link

Multiple NET printers connected #83

Open pajkho opened 1 year ago

pajkho commented 1 year ago

Hi!

What would be the best way to have multiple NET printers connected at the same time. It seems to be using singleton pattern currently in the android NetPrinterAdapter file. Would the best way be to change this to not use singleton maybe? Or any other ideas?