Search code examples
react-nativebluetoothbluetooth-lowenergyandroid-bluetoothbluetooth-printing

Print to bluetooth printer on react-native


Is it possible to print text to bluetooth printer using react native? There are libraries for bluetooth ble, but it's not clear how to do that.

Some ble library and this too

Thanks a lot for your response


Solution

  • I found the function by using react-native-bluetooth-serial, the example is working with some changes. But in the documentation, it's not clear how to do print. Just use the write function in the example, write parameter is string. Add the '\n' after write parameter and it will work.