Skip to content

Instantly share code, notes, and snippets.

@janhesters
Created September 17, 2018 15:31
Show Gist options
  • Save janhesters/eed6908112af071e9c90085ad77a602c to your computer and use it in GitHub Desktop.
Save janhesters/eed6908112af071e9c90085ad77a602c to your computer and use it in GitHub Desktop.
import Orientation from 'react-native-orientation';
// ...
Orientation.getOrientation((err, orientation) => {
console.log(`Current Device Orientation: ${orientation}`);
});
@lkkplau0988
Copy link

I would try it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment