Files
pezkuwi-mobile-app/frontend/.metro-cache/cache/7e/12302725495b16b8537ca4f9eaf8763694c9a5effc73cf6c79d1a2950370c34ac1a86a
T
2025-11-08 10:27:44 +00:00

1 line
18 KiB
Plaintext

{"dependencies":[{"name":"@react-navigation/native","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":3,"column":0,"index":15},"end":{"line":3,"column":85,"index":100}}],"key":"yKhyWCfwa1gXEwEbMKnWHykYbZ4=","exportNames":["*"],"imports":1}},{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":4,"column":0,"index":101},"end":{"line":4,"column":31,"index":132}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/StyleSheet","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"MK7+k1V+KnvCVW7Kj2k/ydtjmVU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/View","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"4kYBDC6LJJXoH7P9rWDi3vkLVB0=","exportNames":["*"],"imports":1}},{"name":"react-native-safe-area-context","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":6,"column":0,"index":182},"end":{"line":6,"column":67,"index":249}}],"key":"XjdTKvCUWX6CbQzg5fSDHG/WgHk=","exportNames":["*"],"imports":1}},{"name":"./Background.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":7,"column":0,"index":250},"end":{"line":7,"column":45,"index":295}}],"key":"rS5c0BsCtRGU5EOTkhE8gBPdgTE=","exportNames":["*"],"imports":1}},{"name":"./Header/getDefaultHeaderHeight.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":8,"column":0,"index":296},"end":{"line":8,"column":76,"index":372}}],"key":"3odPzSL37tOWjaOt2BJGt37Bg6o=","exportNames":["*"],"imports":1}},{"name":"./Header/HeaderHeightContext.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":9,"column":0,"index":373},"end":{"line":9,"column":70,"index":443}}],"key":"stZawU7KzLasMJlrjWF3s0um3fY=","exportNames":["*"],"imports":1}},{"name":"./Header/HeaderShownContext.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":10,"column":0,"index":444},"end":{"line":10,"column":68,"index":512}}],"key":"IveGqOWZUvFpozXTUMOpsU/p17I=","exportNames":["*"],"imports":1}},{"name":"./useFrameSize.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":11,"column":0,"index":513},"end":{"line":11,"column":49,"index":562}}],"key":"dRzp9Mme73SbFUGqz80tDHJoVo0=","exportNames":["*"],"imports":1}},{"name":"react/jsx-runtime","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":12,"column":0,"index":563},"end":{"line":12,"column":63,"index":626}}],"key":"rKAWVuQOSSDHxC6IWcmkeWszaWg=","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 _interopNamespace(e) {\n if (e && e.__esModule) return e;\n var n = {};\n if (e) Object.keys(e).forEach(function (k) {\n var d = Object.getOwnPropertyDescriptor(e, k);\n Object.defineProperty(n, k, d.get ? d : {\n enumerable: true,\n get: function () {\n return e[k];\n }\n });\n });\n n.default = e;\n return n;\n }\n function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n exports.Screen = Screen;\n var _reactNavigationNative = require(_dependencyMap[0], \"@react-navigation/native\");\n var _react = require(_dependencyMap[1], \"react\");\n var React = _interopNamespace(_react);\n var _reactNativeWebDistExportsStyleSheet = require(_dependencyMap[2], \"react-native-web/dist/exports/StyleSheet\");\n var StyleSheet = _interopDefault(_reactNativeWebDistExportsStyleSheet);\n var _reactNativeWebDistExportsView = require(_dependencyMap[3], \"react-native-web/dist/exports/View\");\n var View = _interopDefault(_reactNativeWebDistExportsView);\n var _reactNativeSafeAreaContext = require(_dependencyMap[4], \"react-native-safe-area-context\");\n var _BackgroundJs = require(_dependencyMap[5], \"./Background.js\");\n var _HeaderGetDefaultHeaderHeightJs = require(_dependencyMap[6], \"./Header/getDefaultHeaderHeight.js\");\n var _HeaderHeaderHeightContextJs = require(_dependencyMap[7], \"./Header/HeaderHeightContext.js\");\n var _HeaderHeaderShownContextJs = require(_dependencyMap[8], \"./Header/HeaderShownContext.js\");\n var _useFrameSizeJs = require(_dependencyMap[9], \"./useFrameSize.js\");\n var _reactJsxRuntime = require(_dependencyMap[10], \"react/jsx-runtime\");\n function Screen(props) {\n const insets = (0, _reactNativeSafeAreaContext.useSafeAreaInsets)();\n const isParentHeaderShown = React.useContext(_HeaderHeaderShownContextJs.HeaderShownContext);\n const parentHeaderHeight = React.useContext(_HeaderHeaderHeightContextJs.HeaderHeightContext);\n const {\n focused,\n modal = false,\n header,\n headerShown = true,\n headerTransparent,\n headerStatusBarHeight = isParentHeaderShown ? 0 : insets.top,\n navigation,\n route,\n children,\n style\n } = props;\n const defaultHeaderHeight = (0, _useFrameSizeJs.useFrameSize)(size => (0, _HeaderGetDefaultHeaderHeightJs.getDefaultHeaderHeight)(size, modal, headerStatusBarHeight));\n const [headerHeight, setHeaderHeight] = React.useState(defaultHeaderHeight);\n return /*#__PURE__*/(0, _reactJsxRuntime.jsxs)(_BackgroundJs.Background, {\n \"aria-hidden\": !focused,\n style: [styles.container, style]\n // On Fabric we need to disable collapsing for the background to ensure\n // that we won't render unnecessary views due to the view flattening.\n ,\n\n collapsable: false,\n children: [headerShown ? /*#__PURE__*/(0, _reactJsxRuntime.jsx)(_reactNavigationNative.NavigationContext.Provider, {\n value: navigation,\n children: /*#__PURE__*/(0, _reactJsxRuntime.jsx)(_reactNavigationNative.NavigationRouteContext.Provider, {\n value: route,\n children: /*#__PURE__*/(0, _reactJsxRuntime.jsx)(View.default, {\n pointerEvents: \"box-none\",\n onLayout: e => {\n const {\n height\n } = e.nativeEvent.layout;\n setHeaderHeight(height);\n },\n style: [styles.header, headerTransparent ? styles.absolute : null],\n children: header\n })\n })\n }) : null, /*#__PURE__*/(0, _reactJsxRuntime.jsx)(View.default, {\n style: styles.content,\n children: /*#__PURE__*/(0, _reactJsxRuntime.jsx)(_HeaderHeaderShownContextJs.HeaderShownContext.Provider, {\n value: isParentHeaderShown || headerShown !== false,\n children: /*#__PURE__*/(0, _reactJsxRuntime.jsx)(_HeaderHeaderHeightContextJs.HeaderHeightContext.Provider, {\n value: headerShown ? headerHeight : parentHeaderHeight ?? 0,\n children: children\n })\n })\n })]\n });\n }\n const styles = StyleSheet.default.create({\n container: {\n flex: 1\n },\n content: {\n flex: 1\n },\n header: {\n zIndex: 1\n },\n absolute: {\n position: 'absolute',\n top: 0,\n start: 0,\n end: 0\n }\n });\n});","lineCount":113,"map":[[2,2,1,0],[2,14,1,12],[4,2,1,13,"Object"],[4,8,1,13],[4,9,1,13,"defineProperty"],[4,23,1,13],[4,24,1,13,"exports"],[4,31,1,13],[5,4,1,13,"value"],[5,9,1,13],[6,2,1,13],[7,2,1,13],[7,11,1,13,"_interopNamespace"],[7,29,1,13,"e"],[7,30,1,13],[8,4,1,13],[8,8,1,13,"e"],[8,9,1,13],[8,13,1,13,"e"],[8,14,1,13],[8,15,1,13,"__esModule"],[8,25,1,13],[8,34,1,13,"e"],[8,35,1,13],[9,4,1,13],[9,8,1,13,"n"],[9,9,1,13],[10,4,1,13],[10,8,1,13,"e"],[10,9,1,13],[10,11,1,13,"Object"],[10,17,1,13],[10,18,1,13,"keys"],[10,22,1,13],[10,23,1,13,"e"],[10,24,1,13],[10,26,1,13,"forEach"],[10,33,1,13],[10,44,1,13,"k"],[10,45,1,13],[11,6,1,13],[11,10,1,13,"d"],[11,11,1,13],[11,14,1,13,"Object"],[11,20,1,13],[11,21,1,13,"getOwnPropertyDescriptor"],[11,45,1,13],[11,46,1,13,"e"],[11,47,1,13],[11,49,1,13,"k"],[11,50,1,13],[12,6,1,13,"Object"],[12,12,1,13],[12,13,1,13,"defineProperty"],[12,27,1,13],[12,28,1,13,"n"],[12,29,1,13],[12,31,1,13,"k"],[12,32,1,13],[12,34,1,13,"d"],[12,35,1,13],[12,36,1,13,"get"],[12,39,1,13],[12,42,1,13,"d"],[12,43,1,13],[13,8,1,13,"enumerable"],[13,18,1,13],[14,8,1,13,"get"],[14,11,1,13],[14,22,1,13,"get"],[14,23,1,13],[15,10,1,13],[15,17,1,13,"e"],[15,18,1,13],[15,19,1,13,"k"],[15,20,1,13],[16,8,1,13],[17,6,1,13],[18,4,1,13],[19,4,1,13,"n"],[19,5,1,13],[19,6,1,13,"default"],[19,13,1,13],[19,16,1,13,"e"],[19,17,1,13],[20,4,1,13],[20,11,1,13,"n"],[20,12,1,13],[21,2,1,13],[22,2,1,13],[22,11,1,13,"_interopDefault"],[22,27,1,13,"e"],[22,28,1,13],[23,4,1,13],[23,11,1,13,"e"],[23,12,1,13],[23,16,1,13,"e"],[23,17,1,13],[23,18,1,13,"__esModule"],[23,28,1,13],[23,31,1,13,"e"],[23,32,1,13],[24,6,1,13,"default"],[24,13,1,13],[24,15,1,13,"e"],[25,4,1,13],[26,2,1,13],[27,2,13,0,"exports"],[27,9,13,0],[27,10,13,0,"Screen"],[27,16,13,0],[27,19,13,0,"Screen"],[27,25,13,0],[28,2,3,0],[28,6,3,0,"_reactNavigationNative"],[28,28,3,0],[28,31,3,0,"require"],[28,38,3,0],[28,39,3,0,"_dependencyMap"],[28,53,3,0],[29,2,4,0],[29,6,4,0,"_react"],[29,12,4,0],[29,15,4,0,"require"],[29,22,4,0],[29,23,4,0,"_dependencyMap"],[29,37,4,0],[30,2,4,0],[30,6,4,0,"React"],[30,11,4,0],[30,14,4,0,"_interopNamespace"],[30,31,4,0],[30,32,4,0,"_react"],[30,38,4,0],[31,2,4,31],[31,6,4,31,"_reactNativeWebDistExportsStyleSheet"],[31,42,4,31],[31,45,4,31,"require"],[31,52,4,31],[31,53,4,31,"_dependencyMap"],[31,67,4,31],[32,2,4,31],[32,6,4,31,"StyleSheet"],[32,16,4,31],[32,19,4,31,"_interopDefault"],[32,34,4,31],[32,35,4,31,"_reactNativeWebDistExportsStyleSheet"],[32,71,4,31],[33,2,4,31],[33,6,4,31,"_reactNativeWebDistExportsView"],[33,36,4,31],[33,39,4,31,"require"],[33,46,4,31],[33,47,4,31,"_dependencyMap"],[33,61,4,31],[34,2,4,31],[34,6,4,31,"View"],[34,10,4,31],[34,13,4,31,"_interopDefault"],[34,28,4,31],[34,29,4,31,"_reactNativeWebDistExportsView"],[34,59,4,31],[35,2,6,0],[35,6,6,0,"_reactNativeSafeAreaContext"],[35,33,6,0],[35,36,6,0,"require"],[35,43,6,0],[35,44,6,0,"_dependencyMap"],[35,58,6,0],[36,2,7,0],[36,6,7,0,"_BackgroundJs"],[36,19,7,0],[36,22,7,0,"require"],[36,29,7,0],[36,30,7,0,"_dependencyMap"],[36,44,7,0],[37,2,8,0],[37,6,8,0,"_HeaderGetDefaultHeaderHeightJs"],[37,37,8,0],[37,40,8,0,"require"],[37,47,8,0],[37,48,8,0,"_dependencyMap"],[37,62,8,0],[38,2,9,0],[38,6,9,0,"_HeaderHeaderHeightContextJs"],[38,34,9,0],[38,37,9,0,"require"],[38,44,9,0],[38,45,9,0,"_dependencyMap"],[38,59,9,0],[39,2,10,0],[39,6,10,0,"_HeaderHeaderShownContextJs"],[39,33,10,0],[39,36,10,0,"require"],[39,43,10,0],[39,44,10,0,"_dependencyMap"],[39,58,10,0],[40,2,11,0],[40,6,11,0,"_useFrameSizeJs"],[40,21,11,0],[40,24,11,0,"require"],[40,31,11,0],[40,32,11,0,"_dependencyMap"],[40,46,11,0],[41,2,12,0],[41,6,12,0,"_reactJsxRuntime"],[41,22,12,0],[41,25,12,0,"require"],[41,32,12,0],[41,33,12,0,"_dependencyMap"],[41,47,12,0],[42,2,13,7],[42,11,13,16,"Screen"],[42,17,13,22,"Screen"],[42,18,13,23,"props"],[42,23,13,28],[42,25,13,30],[43,4,14,2],[43,10,14,8,"insets"],[43,16,14,14],[43,19,14,17],[43,23,14,17,"useSafeAreaInsets"],[43,50,14,34],[43,51,14,34,"useSafeAreaInsets"],[43,68,14,34],[43,70,14,35],[43,71,14,36],[44,4,15,2],[44,10,15,8,"isParentHeaderShown"],[44,29,15,27],[44,32,15,30,"React"],[44,37,15,35],[44,38,15,36,"useContext"],[44,48,15,46],[44,49,15,47,"HeaderShownContext"],[44,76,15,65],[44,77,15,65,"HeaderShownContext"],[44,95,15,65],[44,96,15,66],[45,4,16,2],[45,10,16,8,"parentHeaderHeight"],[45,28,16,26],[45,31,16,29,"React"],[45,36,16,34],[45,37,16,35,"useContext"],[45,47,16,45],[45,48,16,46,"HeaderHeightContext"],[45,76,16,65],[45,77,16,65,"HeaderHeightContext"],[45,96,16,65],[45,97,16,66],[46,4,17,2],[46,10,17,8],[47,6,18,4,"focused"],[47,13,18,11],[48,6,19,4,"modal"],[48,11,19,9],[48,14,19,12],[48,19,19,17],[49,6,20,4,"header"],[49,12,20,10],[50,6,21,4,"headerShown"],[50,17,21,15],[50,20,21,18],[50,24,21,22],[51,6,22,4,"headerTransparent"],[51,23,22,21],[52,6,23,4,"headerStatusBarHeight"],[52,27,23,25],[52,30,23,28,"isParentHeaderShown"],[52,49,23,47],[52,52,23,50],[52,53,23,51],[52,56,23,54,"insets"],[52,62,23,60],[52,63,23,61,"top"],[52,66,23,64],[53,6,24,4,"navigation"],[53,16,24,14],[54,6,25,4,"route"],[54,11,25,9],[55,6,26,4,"children"],[55,14,26,12],[56,6,27,4,"style"],[57,4,28,2],[57,5,28,3],[57,8,28,6,"props"],[57,13,28,11],[58,4,29,2],[58,10,29,8,"defaultHeaderHeight"],[58,29,29,27],[58,32,29,30],[58,36,29,30,"useFrameSize"],[58,51,29,42],[58,52,29,42,"useFrameSize"],[58,64,29,42],[58,66,29,43,"size"],[58,70,29,47],[58,74,29,51],[58,78,29,51,"getDefaultHeaderHeight"],[58,109,29,73],[58,110,29,73,"getDefaultHeaderHeight"],[58,132,29,73],[58,134,29,74,"size"],[58,138,29,78],[58,140,29,80,"modal"],[58,145,29,85],[58,147,29,87,"headerStatusBarHeight"],[58,168,29,108],[58,169,29,109],[58,170,29,110],[59,4,30,2],[59,10,30,8],[59,11,30,9,"headerHeight"],[59,23,30,21],[59,25,30,23,"setHeaderHeight"],[59,40,30,38],[59,41,30,39],[59,44,30,42,"React"],[59,49,30,47],[59,50,30,48,"useState"],[59,58,30,56],[59,59,30,57,"defaultHeaderHeight"],[59,78,30,76],[59,79,30,77],[60,4,31,2],[60,11,31,9],[60,24,31,22],[60,28,31,22,"_jsxs"],[60,44,31,27],[60,45,31,27,"jsxs"],[60,49,31,27],[60,51,31,28,"Background"],[60,64,31,38],[60,65,31,38,"Background"],[60,75,31,38],[60,77,31,40],[61,6,32,4],[61,19,32,17],[61,21,32,19],[61,22,32,20,"focused"],[61,29,32,27],[62,6,33,4,"style"],[62,11,33,9],[62,13,33,11],[62,14,33,12,"styles"],[62,20,33,18],[62,21,33,19,"container"],[62,30,33,28],[62,32,33,30,"style"],[62,37,33,35],[63,6,34,4],[64,6,35,4],[65,6,35,4],[67,6,37,4,"collapsable"],[67,17,37,15],[67,19,37,17],[67,24,37,22],[68,6,38,4,"children"],[68,14,38,12],[68,16,38,14],[68,17,38,15,"headerShown"],[68,28,38,26],[68,31,38,29],[68,44,38,42],[68,48,38,42,"_jsx"],[68,64,38,46],[68,65,38,46,"jsx"],[68,68,38,46],[68,70,38,47,"NavigationContext"],[68,92,38,64],[68,93,38,64,"NavigationContext"],[68,110,38,64],[68,111,38,65,"Provider"],[68,119,38,73],[68,121,38,75],[69,8,39,6,"value"],[69,13,39,11],[69,15,39,13,"navigation"],[69,25,39,23],[70,8,40,6,"children"],[70,16,40,14],[70,18,40,16],[70,31,40,29],[70,35,40,29,"_jsx"],[70,51,40,33],[70,52,40,33,"jsx"],[70,55,40,33],[70,57,40,34,"NavigationRouteContext"],[70,79,40,56],[70,80,40,56,"NavigationRouteContext"],[70,102,40,56],[70,103,40,57,"Provider"],[70,111,40,65],[70,113,40,67],[71,10,41,8,"value"],[71,15,41,13],[71,17,41,15,"route"],[71,22,41,20],[72,10,42,8,"children"],[72,18,42,16],[72,20,42,18],[72,33,42,31],[72,37,42,31,"_jsx"],[72,53,42,35],[72,54,42,35,"jsx"],[72,57,42,35],[72,59,42,36,"View"],[72,63,42,40],[72,64,42,40,"default"],[72,71,42,40],[72,73,42,42],[73,12,43,10,"pointerEvents"],[73,25,43,23],[73,27,43,25],[73,37,43,35],[74,12,44,10,"onLayout"],[74,20,44,18],[74,22,44,20,"e"],[74,23,44,21],[74,27,44,25],[75,14,45,12],[75,20,45,18],[76,16,46,14,"height"],[77,14,47,12],[77,15,47,13],[77,18,47,16,"e"],[77,19,47,17],[77,20,47,18,"nativeEvent"],[77,31,47,29],[77,32,47,30,"layout"],[77,38,47,36],[78,14,48,12,"setHeaderHeight"],[78,29,48,27],[78,30,48,28,"height"],[78,36,48,34],[78,37,48,35],[79,12,49,10],[79,13,49,11],[80,12,50,10,"style"],[80,17,50,15],[80,19,50,17],[80,20,50,18,"styles"],[80,26,50,24],[80,27,50,25,"header"],[80,33,50,31],[80,35,50,33,"headerTransparent"],[80,52,50,50],[80,55,50,53,"styles"],[80,61,50,59],[80,62,50,60,"absolute"],[80,70,50,68],[80,73,50,71],[80,77,50,75],[80,78,50,76],[81,12,51,10,"children"],[81,20,51,18],[81,22,51,20,"header"],[82,10,52,8],[82,11,52,9],[83,8,53,6],[83,9,53,7],[84,6,54,4],[84,7,54,5],[84,8,54,6],[84,11,54,9],[84,15,54,13],[84,17,54,15],[84,30,54,28],[84,34,54,28,"_jsx"],[84,50,54,32],[84,51,54,32,"jsx"],[84,54,54,32],[84,56,54,33,"View"],[84,60,54,37],[84,61,54,37,"default"],[84,68,54,37],[84,70,54,39],[85,8,55,6,"style"],[85,13,55,11],[85,15,55,13,"styles"],[85,21,55,19],[85,22,55,20,"content"],[85,29,55,27],[86,8,56,6,"children"],[86,16,56,14],[86,18,56,16],[86,31,56,29],[86,35,56,29,"_jsx"],[86,51,56,33],[86,52,56,33,"jsx"],[86,55,56,33],[86,57,56,34,"HeaderShownContext"],[86,84,56,52],[86,85,56,52,"HeaderShownContext"],[86,103,56,52],[86,104,56,53,"Provider"],[86,112,56,61],[86,114,56,63],[87,10,57,8,"value"],[87,15,57,13],[87,17,57,15,"isParentHeaderShown"],[87,36,57,34],[87,40,57,38,"headerShown"],[87,51,57,49],[87,56,57,54],[87,61,57,59],[88,10,58,8,"children"],[88,18,58,16],[88,20,58,18],[88,33,58,31],[88,37,58,31,"_jsx"],[88,53,58,35],[88,54,58,35,"jsx"],[88,57,58,35],[88,59,58,36,"HeaderHeightContext"],[88,87,58,55],[88,88,58,55,"HeaderHeightContext"],[88,107,58,55],[88,108,58,56,"Provider"],[88,116,58,64],[88,118,58,66],[89,12,59,10,"value"],[89,17,59,15],[89,19,59,17,"headerShown"],[89,30,59,28],[89,33,59,31,"headerHeight"],[89,45,59,43],[89,48,59,46,"parentHeaderHeight"],[89,66,59,64],[89,70,59,68],[89,71,59,69],[90,12,60,10,"children"],[90,20,60,18],[90,22,60,20,"children"],[91,10,61,8],[91,11,61,9],[92,8,62,6],[92,9,62,7],[93,6,63,4],[93,7,63,5],[93,8,63,6],[94,4,64,2],[94,5,64,3],[94,6,64,4],[95,2,65,0],[96,2,66,0],[96,8,66,6,"styles"],[96,14,66,12],[96,17,66,15,"StyleSheet"],[96,27,66,25],[96,28,66,25,"default"],[96,35,66,25],[96,36,66,26,"create"],[96,42,66,32],[96,43,66,33],[97,4,67,2,"container"],[97,13,67,11],[97,15,67,13],[98,6,68,4,"flex"],[98,10,68,8],[98,12,68,10],[99,4,69,2],[99,5,69,3],[100,4,70,2,"content"],[100,11,70,9],[100,13,70,11],[101,6,71,4,"flex"],[101,10,71,8],[101,12,71,10],[102,4,72,2],[102,5,72,3],[103,4,73,2,"header"],[103,10,73,8],[103,12,73,10],[104,6,74,4,"zIndex"],[104,12,74,10],[104,14,74,12],[105,4,75,2],[105,5,75,3],[106,4,76,2,"absolute"],[106,12,76,10],[106,14,76,12],[107,6,77,4,"position"],[107,14,77,12],[107,16,77,14],[107,26,77,24],[108,6,78,4,"top"],[108,9,78,7],[108,11,78,9],[108,12,78,10],[109,6,79,4,"start"],[109,11,79,9],[109,13,79,11],[109,14,79,12],[110,6,80,4,"end"],[110,9,80,7],[110,11,80,9],[111,4,81,2],[112,2,82,0],[112,3,82,1],[112,4,82,2],[113,0,82,3],[113,3]],"functionMap":{"names":["<global>","Screen","useFrameSize$argument_0","_jsx$argument_1.onLayout"],"mappings":"AAA;OCY;2CCgB,kED;oBEe;WFK;CDgB"},"hasCjsExports":false},"type":"js/module"}]}