Home
last modified time | relevance | path

Searched refs:screenOrientationArrayIOS (Results 1 – 10 of 10) sorted by relevance

/expo/packages/expo-screen-orientation/src/__tests__/
H A DScreenOrientation-test.ios.ts12 const screenOrientationArrayIOS = []; constant
14 screenOrientationArrayIOS,
26 expect(ExpoScreenOrientation.lockPlatformAsync).toBeCalledWith(screenOrientationArrayIOS);
31 ScreenOrientation.lockPlatformAsync({ screenOrientationArrayIOS: 3 as any })
34 ScreenOrientation.lockPlatformAsync({ screenOrientationArrayIOS: ['foo' as any] })
H A DScreenOrientation-test.android.ts13 screenOrientationArrayIOS: [],
/expo/packages/expo-screen-orientation/build/
H A DScreenOrientation.js47 …const { screenOrientationConstantAndroid, screenOrientationArrayIOS, screenOrientationLockWeb } = …
55 else if (Platform.OS === 'ios' && screenOrientationArrayIOS) {
56 if (!Array.isArray(screenOrientationArrayIOS)) {
57 …Async iOS platform: screenOrientationArrayIOS cannot be called with ${screenOrientationArrayIOS}`);
60 for (const orientation of screenOrientationArrayIOS) {
65 platformOrientationParam = screenOrientationArrayIOS;
130 screenOrientationArrayIOS: platformOrientationLock,
H A DScreenOrientation.types.d.ts116 screenOrientationArrayIOS?: Orientation[];
H A DScreenOrientation.js.map1screenOrientationArrayIOS, screenOrientationLockWeb } =\n options;\n let platformOrientationPa…
H A DScreenOrientation.types.js.map1 …ons to allow on the iOS platform.\n * @platform ios\n */\n screenOrientationArrayIOS?: Orient…
/expo/packages/expo-screen-orientation/src/
H A DScreenOrientation.ts78 const { screenOrientationConstantAndroid, screenOrientationArrayIOS, screenOrientationLockWeb } = constant
88 } else if (Platform.OS === 'ios' && screenOrientationArrayIOS) {
89 if (!Array.isArray(screenOrientationArrayIOS)) {
91 …rmAsync iOS platform: screenOrientationArrayIOS cannot be called with ${screenOrientationArrayIOS}`
96 for (const orientation of screenOrientationArrayIOS) {
103 platformOrientationParam = screenOrientationArrayIOS;
171 screenOrientationArrayIOS: platformOrientationLock,
H A DScreenOrientation.types.ts127 screenOrientationArrayIOS?: Orientation[];
/expo/apps/test-suite/tests/
H A DScreenOrientation.js187 screenOrientationArrayIOS: [ property
199 const { screenOrientationArrayIOS } = platformInfo;
200 t.expect(screenOrientationArrayIOS).toContain(
203 t.expect(screenOrientationArrayIOS).toContain(ScreenOrientation.Orientation.PORTRAIT_UP);
/expo/apps/native-component-list/src/screens/
H A DScreenOrientationScreen.tsx85 screenOrientationArrayIOS: [