HeligPfleigh / react-native-thermal-receipt-printer

A RN library for thermal printer
163 stars 103 forks source link

Network printer getDeviceList #36

Open ManveeYew opened 3 years ago

ManveeYew commented 3 years ago

Network printer getDeviceList always return undefined. Any idea?

HeligPfleigh commented 3 years ago

for getDeviceList in net printer, pls subscribe to those event in your code, it's just a experimental function for now

export enum RN_THERMAL_RECEIPT_PRINTER_EVENTS {
  EVENT_NET_PRINTER_SCANNED_SUCCESS = "scannerResolved",
  EVENT_NET_PRINTER_SCANNING = "scannerRunning",
  EVENT_NET_PRINTER_SCANNED_ERROR = "registerError",
}