Appearance
Sensors
Hook that provides the current screen orientation
import { useScreenOrientation } from '@siberiacancode/reactuse';
const { supported, value, lock, unlock } = useScreenOrientation();
source
useScreenOrientationReturn