UNPKG

expo-screen-orientation

Version:

Expo universal module for managing device's screen orientation

4 lines (2 loc) 141 B
import { Props } from './withScreenOrientation'; export default (props: Props = {}): [string, Props] => ['expo-screen-orientation', props];