Skip to content

vertvvv/react-native-change-orientation

Repository files navigation

react-native-change-orientation

React native package that helps change device orientation programatically

Installation

yarn add react-native-change-orientation

Usage

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

ChangeOrientation.setPortrait();
// or
ChangeOrientation.setLandscape();

Currently works only on iOS (react-native-navigation supports orientation change on Android)

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published