React Native hook for Device Orientation
npm install @rnhooks/device-orientation> React Native hook for device orientation
``bash`
yarn add @rnhooks/device-orientation
`js
import useDeviceOrientation from '@rnhooks/device-orientation';
function App() {
const deviceOrientation = useDeviceOrientation();
return (
);
}
`
| Name | Values | Description |
| ----------------- | ----------------------- | ---------------------------------------------- |
| deviceOrientation | portrait, landscape | possible values are portrait and landscape` |