I am actually building an app that is supposed to print a receipt using a thermal printer or similar receipt printer.
I'm using Google Cloud Print for now but it requires a Google account and I want people to be able to connect the printer directly to their phone and use it.
Is there any way to do that? Any library that could help? I had a look on npm but all I can find are packages to communicate with bluetooth devices, but not about printing in particular.
Thanks for your help!
check if it helps :
import RNXprinter from 'react-native-xprinter';
RNXprinter.pickPrinter();
await RNXprinter.printDemoPage();
FOR MORE DETAILS: https://www.npmjs.com/package/react-native-xprinter
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With