mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 18:13:25 +00:00
chore: prolly fix rotation funsies on ios
This commit is contained in:
@@ -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: {
|
||||||
|
Reference in New Issue
Block a user