Home
last modified time | relevance | path

Searched refs:interfaceOrientations (Results 1 – 4 of 4) sorted by relevance

/expo/packages/@expo/config-plugins/src/ios/
H A DRequiresFullScreen.ts59 function resolveExistingIpadInterfaceOrientations(interfaceOrientations: any): string[] {
62 isStringArray(interfaceOrientations) &&
64 interfaceOrientations.length &&
66 !hasMinimumOrientations(interfaceOrientations)
68 const existingList = interfaceOrientations!.join(', ');
73 return interfaceOrientations;
/expo/packages/@expo/config-plugins/build/ios/
H A DRequiresFullScreen.js70 function resolveExistingIpadInterfaceOrientations(interfaceOrientations) { argument
73 isStringArray(interfaceOrientations) &&
75 interfaceOrientations.length &&
77 !hasMinimumOrientations(interfaceOrientations)) {
78 const existingList = interfaceOrientations.join(', ');
80 return interfaceOrientations;
H A DRequiresFullScreen.js.map1interfaceOrientations","length","existingList","join","addWarningIOS","infoPlist","requiresFullScr…
/expo/packages/expo-screen-orientation/ios/
H A DScreenOrientationRegistry.swift95 windowScene?.requestGeometryUpdate(.iOS(interfaceOrientations: orientationMask)) in screenOrientationDidChange()