HeligPfleigh / react-native-thermal-receipt-printer

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

ANDROID - .APK NOT WORKING #181

Open cmssoftech opened 5 days ago

cmssoftech commented 5 days ago

On expo dev servers the Bluetooth printer works. On the .apk development buiuld does not. From the logs you can see this messages: BluetoothSocket com.tenisole.posmobile D -------Write Address: 00:11:22:33:44:55 UID: 10230---------- RNBLEPrinter com.tenisole.posmobile V do not need to reconnect

which idicates that the data are written to the mac address but the printer is not printing anything.

I'm, working with the latest version of react native and expo in an expo project and I have all of the permissions in my app.json

Any ideas???