Searched refs:screenOrientationArrayIOS (Results 1 – 10 of 10) sorted by relevance
12 const screenOrientationArrayIOS = []; constant14 screenOrientationArrayIOS,26 expect(ExpoScreenOrientation.lockPlatformAsync).toBeCalledWith(screenOrientationArrayIOS);31 ScreenOrientation.lockPlatformAsync({ screenOrientationArrayIOS: 3 as any })34 ScreenOrientation.lockPlatformAsync({ screenOrientationArrayIOS: ['foo' as any] })
13 screenOrientationArrayIOS: [],
47 …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,
116 screenOrientationArrayIOS?: Orientation[];
1 …screenOrientationArrayIOS, screenOrientationLockWeb } =\n options;\n let platformOrientationPa…
1 …ons to allow on the iOS platform.\n * @platform ios\n */\n screenOrientationArrayIOS?: Orient…
78 const { screenOrientationConstantAndroid, screenOrientationArrayIOS, screenOrientationLockWeb } = constant88 } 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,
127 screenOrientationArrayIOS?: Orientation[];
187 screenOrientationArrayIOS: [ property199 const { screenOrientationArrayIOS } = platformInfo;200 t.expect(screenOrientationArrayIOS).toContain(203 t.expect(screenOrientationArrayIOS).toContain(ScreenOrientation.Orientation.PORTRAIT_UP);
85 screenOrientationArrayIOS: [