Bluetooth Printing in React Native
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?
Yes it's possible to connect a React Native app to Printer via Bluetooth. The package called react-native-ble-plx allows you to do so. Read their documentation at Github.io
You can also try react-native-ble-manager
: Full source code can be found here.
Comments
Post a Comment