1.0.0-rc1 • Published 5 years ago

react-native-bluetooth-serial-with-image-printing v1.0.0-rc1

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

React Native Bluetooth Serial With Image Printing

This is a port of react-native-bluetooth-serial repo, supporting image printing, specificlly ios. (There are lots of solutions for Android out there)

BluetoothSerial.writeImage(base64_encoded_string_of_image) .then(() => { console.log('do something') }) .catch(err => console.log(err));