Home
last modified time | relevance | path

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

/expo/packages/@expo/config-plugins/build/android/
H A DOrientation.d.ts3 export declare const SCREEN_ORIENTATION_ATTRIBUTE = "android:screenOrientation"; constant
H A DOrientation.js24 const SCREEN_ORIENTATION_ATTRIBUTE = 'android:screenOrientation'; constant
/expo/packages/@expo/config-plugins/src/android/
H A DOrientation.ts6 export const SCREEN_ORIENTATION_ATTRIBUTE = 'android:screenOrientation'; constant