react-native-print
react-native-print copied to clipboard
How i can turn Off print preview before printing. i want direct print without showing any preview screen or confirmation screen.
+1 same issue
+1 same issue
+1
You can trigger the print job using RNPrint.print like this
await RNPrint.print({
printerURL: printUrl,
filePath: filePath,
});