Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 522 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 522 Bytes

@brainylab/react-native-brother-printers

printers

Installation

npm install @brainylab/react-native-brother-printers

Usage

import { multiply } from '@brainylab/react-native-brother-printers';

// ...

const result = 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