我正在构建一个移动应用程序以打印到打印机收据;我正在尝试集成 Goojprt Mtp-3蓝牙wifi打印机。我尝试过一些类似的库
react-native-printer
react-native-pos-printer
react-native-bluetooth-escpos-printer
仍然无法获得任何结果,请给我帮助
Intent intent = Tools.getSendToPrinterIntent(
DisplayActivity.this, mPdfAsPictures,
mPrintCurrentIndex);
// notify the activity on return (will need to ask the user for
// approvel)
startActivityForResult(intent, ACTIVITY_PRINT);
请分享任何可以提供帮助或示例的参考。
非常感谢