react-native-lightcontrol
v0.1.1
Published
light control
Readme
react-native-lightcontrol
light control
Installation
npx expo install react-native-lightcontrolUsage
import { multiply, occupied, vacant } from 'react-native-lightcontrol';
// ...
const result = await multiply(3, 7);
occupied("/dev/ttyS0",9600);
vacant("/dev/ttyS0",9600);
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
