HeligPfleigh / react-native-thermal-receipt-printer

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

Cannot read property 'init' of undefined #37

Open orbis02 opened 3 years ago

orbis02 commented 3 years ago

I have issue on my project

issues print

I create a new project. the project run, but when I try to use the function getListDevice. I have issue in the function BLEPrinter.init()

BLEPrinter.init().then(()=> { respuesta=BLEPrinter.getDeviceList(); console.log(respuesta); this.setState({ printers: respuesta });

});

romellance commented 3 years ago

Any update on this?