expo-screen-orientation
Version:
Expo universal module for managing device's screen orientation
18 lines (17 loc) • 517 B
JSON
{
"platforms": ["apple", "android"],
"apple": {
"appDelegateSubscribers": ["ScreenOrientationAppDelegate"],
"reactDelegateHandlers": ["ScreenOrientationReactDelegateHandler"],
"modules": ["ScreenOrientationModule"]
},
"android": {
"modules": ["expo.modules.screenorientation.ScreenOrientationModule"],
"publication": {
"groupId": "host.exp.exponent",
"artifactId": "expo.modules.screenorientation",
"version": "56.0.5",
"repository": "local-maven-repo"
}
}
}