Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 504 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 504 Bytes

react-native-bluetooth-xprinter

print bluetooth

Installation

npm install react-native-bluetooth-xprinter```

## Usage

```js
import { multiply } from "react-native-bluetooth-xprinter";

// ...

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