mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 14:31:02 +00:00
1 line
1.9 KiB
Plaintext
1 line
1.9 KiB
Plaintext
{"dependencies":[{"name":"react-native","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":51,"index":51}}],"key":"KyzuX10g6ixS9UfynhmjlvCIG3g=","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 exports.useOrientation = useOrientation;\n var _reactNative = require(_dependencyMap[0], \"react-native\");\n function useOrientation() {\n var window = (0, _reactNative.useWindowDimensions)();\n return {\n width: window.width,\n height: window.height,\n isPortrait: window.height >= window.width\n };\n }\n});","lineCount":17,"map":[[7,2,3,0,"exports"],[7,9,3,0],[7,10,3,0,"useOrientation"],[7,24,3,0],[7,27,3,0,"useOrientation"],[7,41,3,0],[8,2,1,0],[8,6,1,0,"_reactNative"],[8,18,1,0],[8,21,1,0,"require"],[8,28,1,0],[8,29,1,0,"_dependencyMap"],[8,43,1,0],[9,2,3,7],[9,11,3,16,"useOrientation"],[9,25,3,30,"useOrientation"],[9,26,3,30],[9,28,3,33],[10,4,4,2],[10,8,4,8,"window"],[10,14,4,14],[10,17,4,17],[10,21,4,17,"useWindowDimensions"],[10,33,4,36],[10,34,4,36,"useWindowDimensions"],[10,53,4,36],[10,55,4,37],[10,56,4,38],[11,4,6,2],[11,11,6,9],[12,6,7,4,"width"],[12,11,7,9],[12,13,7,11,"window"],[12,19,7,17],[12,20,7,18,"width"],[12,25,7,23],[13,6,8,4,"height"],[13,12,8,10],[13,14,8,12,"window"],[13,20,8,18],[13,21,8,19,"height"],[13,27,8,25],[14,6,9,4,"isPortrait"],[14,16,9,14],[14,18,9,16,"window"],[14,24,9,22],[14,25,9,23,"height"],[14,31,9,29],[14,35,9,33,"window"],[14,41,9,39],[14,42,9,40,"width"],[15,4,10,2],[15,5,10,3],[16,2,11,0],[17,0,11,1],[17,3]],"functionMap":{"names":["<global>","useOrientation"],"mappings":"AAA;OCE;CDQ"},"hasCjsExports":false},"type":"js/module"}]} |