expo
Version:
50 lines • 2.33 kB
JavaScript
export var Orientation;
(function (Orientation) {
Orientation["UNKNOWN"] = "UNKNOWN";
Orientation["PORTRAIT"] = "PORTRAIT";
Orientation["PORTRAIT_UP"] = "PORTRAIT_UP";
Orientation["PORTRAIT_DOWN"] = "PORTRAIT_DOWN";
Orientation["LANDSCAPE"] = "LANDSCAPE";
Orientation["LANDSCAPE_LEFT"] = "LANDSCAPE_LEFT";
Orientation["LANDSCAPE_RIGHT"] = "LANDSCAPE_RIGHT";
})(Orientation || (Orientation = {}));
export var OrientationLock;
(function (OrientationLock) {
OrientationLock["DEFAULT"] = "DEFAULT";
OrientationLock["ALL"] = "ALL";
OrientationLock["PORTRAIT"] = "PORTRAIT";
OrientationLock["PORTRAIT_UP"] = "PORTRAIT_UP";
OrientationLock["PORTRAIT_DOWN"] = "PORTRAIT_DOWN";
OrientationLock["LANDSCAPE"] = "LANDSCAPE";
OrientationLock["LANDSCAPE_LEFT"] = "LANDSCAPE_LEFT";
OrientationLock["LANDSCAPE_RIGHT"] = "LANDSCAPE_RIGHT";
OrientationLock["OTHER"] = "OTHER";
OrientationLock["UNKNOWN"] = "UNKNOWN";
OrientationLock["ALL_BUT_UPSIDE_DOWN"] = "ALL_BUT_UPSIDE_DOWN";
})(OrientationLock || (OrientationLock = {}));
export var SizeClassIOS;
(function (SizeClassIOS) {
SizeClassIOS["REGULAR"] = "REGULAR";
SizeClassIOS["COMPACT"] = "COMPACT";
SizeClassIOS["UNKNOWN"] = "UNKNOWN";
})(SizeClassIOS || (SizeClassIOS = {}));
export var WebOrientationLock;
(function (WebOrientationLock) {
WebOrientationLock["PORTRAIT_PRIMARY"] = "portrait-primary";
WebOrientationLock["PORTRAIT_SECONDARY"] = "portrait-secondary";
WebOrientationLock["PORTRAIT"] = "portrait";
WebOrientationLock["LANDSCAPE_PRIMARY"] = "landscape-primary";
WebOrientationLock["LANDSCAPE_SECONDARY"] = "landscape-secondary";
WebOrientationLock["LANDSCAPE"] = "landscape";
WebOrientationLock["ANY"] = "any";
WebOrientationLock["NATURAL"] = "natural";
WebOrientationLock["UNKNOWN"] = "unknown";
})(WebOrientationLock || (WebOrientationLock = {}));
export var WebOrientation;
(function (WebOrientation) {
WebOrientation["PORTRAIT_PRIMARY"] = "portrait-primary";
WebOrientation["PORTRAIT_SECONDARY"] = "portrait-secondary";
WebOrientation["LANDSCAPE_PRIMARY"] = "landscape-primary";
WebOrientation["LANDSCAPE_SECONDARY"] = "landscape-secondary";
})(WebOrientation || (WebOrientation = {}));
//# sourceMappingURL=ScreenOrientation.types.js.map