Thermal printing for react native applications
npm install react-native-thermal-printerimport ThermalPrinter from "react-native-thermal-printer";
// ...
const result = await ThermalPrinter.multiply(3, 7);See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT