mirror of
https://github.com/stablyai/orca.git
synced 2026-09-21 16:02:20 +00:00
added horizontal screen support (#4316)
Co-authored-by: hsmnzaydn <serkan.ozaydin@applixus.com>
This commit is contained in:
co-authored by
hsmnzaydn
parent
09872bfe7b
commit
4fc28da450
+13
-1
@@ -31,7 +31,19 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"ITSAppUsesNonExemptEncryption": false
|
||||
"ITSAppUsesNonExemptEncryption": false,
|
||||
"UISupportedInterfaceOrientations": [
|
||||
"UIInterfaceOrientationPortrait",
|
||||
"UIInterfaceOrientationPortraitUpsideDown",
|
||||
"UIInterfaceOrientationLandscapeLeft",
|
||||
"UIInterfaceOrientationLandscapeRight"
|
||||
],
|
||||
"UISupportedInterfaceOrientations~ipad": [
|
||||
"UIInterfaceOrientationPortrait",
|
||||
"UIInterfaceOrientationPortraitUpsideDown",
|
||||
"UIInterfaceOrientationLandscapeLeft",
|
||||
"UIInterfaceOrientationLandscapeRight"
|
||||
]
|
||||
},
|
||||
"privacyManifests": {
|
||||
"NSPrivacyTracking": false,
|
||||
|
||||
@@ -145,7 +145,8 @@ export default function RootLayout() {
|
||||
headerTintColor: colors.textPrimary,
|
||||
headerTitleStyle: { fontSize: 16, fontWeight: '600' },
|
||||
contentStyle: { backgroundColor: colors.bgBase },
|
||||
headerShadowVisible: false
|
||||
headerShadowVisible: false,
|
||||
orientation: 'all'
|
||||
}}
|
||||
>
|
||||
<Stack.Screen
|
||||
|
||||
Reference in New Issue
Block a user