Print to bluetooth printer on react-native

9.4k Views Asked by At

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

1

There are 1 best solutions below

1
bubleh On BEST ANSWER

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.