infoxicator / react-native-star-prnt

React-Native bridge to communicate with Star Micronics Bluetooth/LAN Printers
MIT License
67 stars 65 forks source link

Fix bug print bitmap on android #66

Open TVMD opened 3 years ago

TVMD commented 3 years ago

We has bug that printer does not print anything when using appendBitmap on Android devices. This fix is mean for that bug. Basically, I change the way we generate bitmap from base64 string.

svang-app commented 3 years ago

Huge thanks to @TVMD for providing the fix. It was a huge help. Can folks in this project merge this bug fix? We tested and it worked like a charm.

TVMD commented 3 years ago

Please merge this PR