react-native-uart-connection
v0.5.0
Published
Biblioteca para conexão UART facilitada no react native
Downloads
12
Readme
react-native-uart-connection
Biblioteca para conexão UART facilitada no react native
Installation
npm install react-native-uart-connection
Usage
import { multiply } from 'react-native-uart-connection';
// ...
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