Home
last modified time | relevance | path

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

/expo/packages/@expo/config-plugins/build/android/
H A DOrientation.js6 exports.SCREEN_ORIENTATION_ATTRIBUTE = void 0;
24 const SCREEN_ORIENTATION_ATTRIBUTE = 'android:screenOrientation'; constant
25 exports.SCREEN_ORIENTATION_ATTRIBUTE = SCREEN_ORIENTATION_ATTRIBUTE;
38 …mainActivity.$[SCREEN_ORIENTATION_ATTRIBUTE] = orientation !== 'default' ? orientation : 'unspecif…
H A DOrientation.d.ts3 export declare const SCREEN_ORIENTATION_ATTRIBUTE = "android:screenOrientation"; constant
H A DOrientation.js.map1SCREEN_ORIENTATION_ATTRIBUTE","exports","withOrientation","createAndroidManifestPlugin","setAndroi…
/expo/packages/@expo/config-plugins/src/android/
H A DOrientation.ts6 export const SCREEN_ORIENTATION_ATTRIBUTE = 'android:screenOrientation'; constant
29 mainActivity.$[SCREEN_ORIENTATION_ATTRIBUTE] =