Use Nyx devices Printer such as NB55 in React Native
npm install react-native-nyx-printer
import { multiply } from 'react-native-nyx-printer';
// ...
const result = await multiply(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library