get the device orientation from sensors not from screen
npm install rn-device-orientation
cd ios && pod install && cd ..
import { useDeviceOrientation } from 'rn-device-orientation';
// ...
const orientation = useDeviceOrientation();
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library