diff --git a/apps/expo/app.config.ts b/apps/expo/app.config.ts index 5b42309..dad6a83 100644 --- a/apps/expo/app.config.ts +++ b/apps/expo/app.config.ts @@ -25,6 +25,8 @@ const defineConfig = (): ExpoConfig => ({ requireFullScreen: true, infoPlist: { CFBundleName: "movie-web", + EXDefaultScreenOrientationMask: + "UIInterfaceOrientationMaskAllButUpsideDown", NSPhotoLibraryUsageDescription: "This app saves videos to the photo library.", NSAppTransportSecurity: {