{
  "name": "expo-screen-orientation",
  "platforms": ["ios", "android"],
  "android": {
    "modules": ["expo.modules.screenorientation.ScreenOrientationModule"]
  },
  "ios": {
    "appDelegateSubscribers": ["ScreenOrientationAppDelegate"],
    "reactDelegateHandlers": ["ScreenOrientationReactDelegateHandler"],
    "modules": ["ScreenOrientationModule"]
  }
}
