rn-device-orientation

get the device orientation from sensors not from screen

Installation

npm install rn-device-orientation
cd ios && pod install && cd ..

Usage

import { useDeviceOrientation } from 'rn-device-orientation';

// ...

const orientation = useDeviceOrientation();

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library