UNPKG

@logicwind/react-native-fold-detection

Version:

The purpose of the package is to provide details regarding the Android folding capability.

16 lines 725 B
export let FoldingFeatureState = /*#__PURE__*/function (FoldingFeatureState) { FoldingFeatureState["FLAT"] = "FLAT"; FoldingFeatureState["HALF_OPENED"] = "HALF_OPENED"; return FoldingFeatureState; }({}); export let FoldingFeatureOrientation = /*#__PURE__*/function (FoldingFeatureOrientation) { FoldingFeatureOrientation["VERTICAL"] = "VERTICAL"; FoldingFeatureOrientation["HORIZONTAL"] = "HORIZONTAL"; return FoldingFeatureOrientation; }({}); export let FoldingFeatureOcclusionType = /*#__PURE__*/function (FoldingFeatureOcclusionType) { FoldingFeatureOcclusionType["NONE"] = "NONE"; FoldingFeatureOcclusionType["FULL"] = "FULL"; return FoldingFeatureOcclusionType; }({}); //# sourceMappingURL=index.js.map