Print to bluetooth printer on react-native

bubleh picture bubleh · Dec 15, 2017 · Viewed 8.7k times · Source

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

Answer

bubleh picture bubleh · Dec 19, 2017

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.