Home
last modified time | relevance | path

Searched defs:screenOrientationConstantAndroid (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-screen-orientation/src/__tests__/
H A DScreenOrientation-test.android.ts8 const screenOrientationConstantAndroid = 1; constant
/expo/packages/expo-screen-orientation/src/
H A DScreenOrientation.ts78 const { screenOrientationConstantAndroid, screenOrientationArrayIOS, screenOrientationLockWeb } = constant
/expo/apps/test-suite/tests/
H A DScreenOrientation.js158 await ScreenOrientation.lockPlatformAsync({ screenOrientationConstantAndroid: 11 }); property