chore: prolly fix rotation funsies on ios

This commit is contained in:
Adrian Castro
2024-03-26 22:37:01 +01:00
parent ebfd35c4bb
commit 4cfe7b6bfd

View File

@@ -25,6 +25,8 @@ const defineConfig = (): ExpoConfig => ({
requireFullScreen: true, requireFullScreen: true,
infoPlist: { infoPlist: {
CFBundleName: "movie-web", CFBundleName: "movie-web",
EXDefaultScreenOrientationMask:
"UIInterfaceOrientationMaskAllButUpsideDown",
NSPhotoLibraryUsageDescription: NSPhotoLibraryUsageDescription:
"This app saves videos to the photo library.", "This app saves videos to the photo library.",
NSAppTransportSecurity: { NSAppTransportSecurity: {