UNPKG

expo-screen-orientation

Version:

Expo universal module for managing device's screen orientation

13 lines (12 loc) 364 B
{ "name": "expo-screen-orientation", "platforms": ["ios", "android"], "android": { "modules": ["expo.modules.screenorientation.ScreenOrientationModule"] }, "ios": { "appDelegateSubscribers": ["ScreenOrientationAppDelegate"], "reactDelegateHandlers": ["ScreenOrientationReactDelegateHandler"], "modules": ["ScreenOrientationModule"] } }