mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 11:11:01 +00:00
1 line
2.3 KiB
Plaintext
1 line
2.3 KiB
Plaintext
{"dependencies":[{"name":"react-native-web/dist/exports/useWindowDimensions","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"0ikdYt1LN5CrMAiC+3F4o1iOHac=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n exports.useOrientation = useOrientation;\n var _reactNativeWebDistExportsUseWindowDimensions = require(_dependencyMap[0], \"react-native-web/dist/exports/useWindowDimensions\");\n var useWindowDimensions = _interopDefault(_reactNativeWebDistExportsUseWindowDimensions);\n function useOrientation() {\n const window = (0, useWindowDimensions.default)();\n return {\n width: window.width,\n height: window.height,\n isPortrait: window.height >= window.width\n };\n }\n});","lineCount":23,"map":[[12,2,2,0,"exports"],[12,9,2,0],[12,10,2,0,"useOrientation"],[12,24,2,0],[12,27,2,0,"useOrientation"],[12,41,2,0],[13,2,9,1],[13,6,9,1,"_reactNativeWebDistExportsUseWindowDimensions"],[13,51,9,1],[13,54,9,1,"require"],[13,61,9,1],[13,62,9,1,"_dependencyMap"],[13,76,9,1],[14,2,9,1],[14,6,9,1,"useWindowDimensions"],[14,25,9,1],[14,28,9,1,"_interopDefault"],[14,43,9,1],[14,44,9,1,"_reactNativeWebDistExportsUseWindowDimensions"],[14,89,9,1],[15,2,2,7],[15,11,2,16,"useOrientation"],[15,25,2,30,"useOrientation"],[15,26,2,30],[15,28,2,33],[16,4,3,2],[16,10,3,8,"window"],[16,16,3,14],[16,19,3,17],[16,23,3,17,"useWindowDimensions"],[16,42,3,36],[16,43,3,36,"default"],[16,50,3,36],[16,52,3,37],[16,53,3,38],[17,4,4,2],[17,11,4,9],[18,6,5,4,"width"],[18,11,5,9],[18,13,5,11,"window"],[18,19,5,17],[18,20,5,18,"width"],[18,25,5,23],[19,6,6,4,"height"],[19,12,6,10],[19,14,6,12,"window"],[19,20,6,18],[19,21,6,19,"height"],[19,27,6,25],[20,6,7,4,"isPortrait"],[20,16,7,14],[20,18,7,16,"window"],[20,24,7,22],[20,25,7,23,"height"],[20,31,7,29],[20,35,7,33,"window"],[20,41,7,39],[20,42,7,40,"width"],[21,4,8,2],[21,5,8,3],[22,2,9,0],[23,0,9,1],[23,3]],"functionMap":{"names":["<global>","useOrientation"],"mappings":"AAA;OCC;CDO"},"hasCjsExports":false},"type":"js/module"}]} |