@logicwind/react-native-fold-detection
Version:
The purpose of the package is to provide details regarding the Android folding capability.
22 lines (21 loc) • 1 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FoldingFeatureState = exports.FoldingFeatureOrientation = exports.FoldingFeatureOcclusionType = void 0;
let FoldingFeatureState = exports.FoldingFeatureState = /*#__PURE__*/function (FoldingFeatureState) {
FoldingFeatureState["FLAT"] = "FLAT";
FoldingFeatureState["HALF_OPENED"] = "HALF_OPENED";
return FoldingFeatureState;
}({});
let FoldingFeatureOrientation = exports.FoldingFeatureOrientation = /*#__PURE__*/function (FoldingFeatureOrientation) {
FoldingFeatureOrientation["VERTICAL"] = "VERTICAL";
FoldingFeatureOrientation["HORIZONTAL"] = "HORIZONTAL";
return FoldingFeatureOrientation;
}({});
let FoldingFeatureOcclusionType = exports.FoldingFeatureOcclusionType = /*#__PURE__*/function (FoldingFeatureOcclusionType) {
FoldingFeatureOcclusionType["NONE"] = "NONE";
FoldingFeatureOcclusionType["FULL"] = "FULL";
return FoldingFeatureOcclusionType;
}({});
//# sourceMappingURL=index.js.map