react-native-bluetooth-serial-with-image-printing

'Bluetooth serial for react native'

Usage no npm install needed!

<script type="module">
  import reactNativeBluetoothSerialWithImagePrinting from 'https://cdn.skypack.dev/react-native-bluetooth-serial-with-image-printing';
</script>

README

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));