react-native-print-library
v0.1.2
Published
test
Downloads
7
Readme
react-native-print-library
test
Installation
npm install react-native-print-library
Usage
import { multiply } from 'react-native-print-library';
// ...
const result = await multiply(3, 7);
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library