0

Is it possible to connect to thermal receipt printer via Bluetooth in react native? If yes the how to connect receipt printer via Bluetooth in react native?

coder
  • 1
  • 1
  • 1
  • 5
    Possible duplicate of [How to send data to bluetooth printer vai android app?](http://stackoverflow.com/questions/14796422/how-to-send-data-to-bluetooth-printer-vai-android-app) – karan Jul 25 '16 at 05:11

1 Answers1

0

Yes, it's possible. For Bluetooth you need to use a third-party module, like react-native-ble or react-native-ble-manager.

Diego V
  • 6,189
  • 7
  • 40
  • 45