0.1.0 • Published 4 years ago

react-native-change-orientation v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

react-native-change-orientation

React native package that helps change device orientation programatically

Installation

npm install react-native-change-orientation

Usage

import ChangeOrientation from "react-native-change-orientation";

// ...

const result = await ChangeOrientation.multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT