
A react-native module that can listen on orientation changing of device, get current orientation, lock to preferred orientation.
The react-native-orientation-locker is a cross-platform module designed for React Native that allows developers to listen to changes in device orientation, retrieve the current orientation, and lock the screen orientation chosen by the user. The module offers support for popular orientation options such as PORTRAIT, LANDSCAPE-LEFT, PORTRAIT-UPSIDEDOWN, and LANDSCAPE-RIGHT.
The react-native-orientation-locker module offers a simple way to manage and control the screen orientation in React Native applications. With features like locking the orientation to specific options, listening to orientation changes, and retrieving the current orientation, developers can easily enhance the user experience by ensuring consistent and desired screen orientations. Additionally, the module provides compatibility across different platforms, making it a versatile solution for handling orientation-related functionalities in React Native projects.

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.