react-native-orientation-control
v0.0.3
Published
React Native library for screen orientation control
Downloads
6
Readme
react-native-orientation-control
React Native library for screen orientation control
Installation
npm install react-native-orientation-control
Usage
import { multiply } from 'react-native-orientation-control';
// ...
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