react-native-change-orientation

React native package that helps change device orientation programatically

Usage no npm install needed!

<script type="module">
  import reactNativeChangeOrientation from 'https://cdn.skypack.dev/react-native-change-orientation';
</script>

README

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