{"dependencies":[{"name":"@babel/runtime/helpers/slicedToArray","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"5y7e5+zC7teYEEC6niD9f5zII1M=","exportNames":["*"],"imports":1}},{"name":"../../Animated/Animated","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0},"end":{"line":13,"column":47}}],"key":"x27kYa85e82NRfmARgh3JzMveUI=","exportNames":["*"],"imports":1}},{"name":"../../Animated/Easing","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":14,"column":0},"end":{"line":14,"column":43}}],"key":"Au2ArK5DNlFDwyS+rOHoXxFFzYs=","exportNames":["*"],"imports":1}},{"name":"../../StyleSheet/StyleSheet","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":15,"column":0},"end":{"line":15,"column":53}}],"key":"yxGa5FOOJGEfBq/dpb2XMHwdFLI=","exportNames":["*"],"imports":1}},{"name":"../../Text/Text","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":16,"column":0},"end":{"line":16,"column":35}}],"key":"2Uowcf8dI9Q+9EqAhRxQzVpiZEk=","exportNames":["*"],"imports":1}},{"name":"./LogBoxButton","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":17,"column":0},"end":{"line":17,"column":42}}],"key":"M6ofQu070ZUTf+Oq+Zz+7FQEgjs=","exportNames":["*"],"imports":1}},{"name":"./LogBoxStyle","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":18,"column":0},"end":{"line":18,"column":45}}],"key":"ZNPCT6BEiOEisuHiD4UE+iOD6VQ=","exportNames":["*"],"imports":1}},{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":19,"column":0},"end":{"line":19,"column":31}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react/jsx-dev-runtime","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"L9D70Z4hi4aGuui1ysja/oQ5ytI=","exportNames":["*"],"imports":1}},{"name":"./LogBoxImages/alert-triangle.png","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":76,"column":14},"end":{"line":76,"column":58}}],"key":"IY3wCvfG8kIfmJ++7WU1ZZk9m2Q=","exportNames":["*"],"imports":1}},{"name":"./LogBoxImages/loader.png","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":80,"column":14},"end":{"line":80,"column":50}}],"key":"1xwDbnn6GlouktRSvDznQDg1Lqg=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n var _jsxFileName = \"/app/frontend/node_modules/react-native/Libraries/LogBox/UI/LogBoxInspectorSourceMapStatus.js\";\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 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 Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return _default;\n }\n });\n var _babelRuntimeHelpersSlicedToArray = require(_dependencyMap[0], \"@babel/runtime/helpers/slicedToArray\");\n var _slicedToArray = _interopDefault(_babelRuntimeHelpersSlicedToArray);\n var _AnimatedAnimated = require(_dependencyMap[1], \"../../Animated/Animated\");\n var Animated = _interopDefault(_AnimatedAnimated);\n var _AnimatedEasing = require(_dependencyMap[2], \"../../Animated/Easing\");\n var Easing = _interopDefault(_AnimatedEasing);\n var _StyleSheetStyleSheet = require(_dependencyMap[3], \"../../StyleSheet/StyleSheet\");\n var StyleSheet = _interopDefault(_StyleSheetStyleSheet);\n var _TextText = require(_dependencyMap[4], \"../../Text/Text\");\n var Text = _interopDefault(_TextText);\n var _LogBoxButton = require(_dependencyMap[5], \"./LogBoxButton\");\n var LogBoxButton = _interopDefault(_LogBoxButton);\n var _LogBoxStyle = require(_dependencyMap[6], \"./LogBoxStyle\");\n var LogBoxStyle = _interopNamespace(_LogBoxStyle);\n var _react = require(_dependencyMap[7], \"react\");\n var _reactJsxDevRuntime = require(_dependencyMap[8], \"react/jsx-dev-runtime\");\n function LogBoxInspectorSourceMapStatus(props) {\n var _useState = (0, _react.useState)({\n animation: null,\n rotate: null\n }),\n _useState2 = (0, _slicedToArray.default)(_useState, 2),\n state = _useState2[0],\n setState = _useState2[1];\n (0, _react.useEffect)(function () {\n if (props.status === 'PENDING') {\n if (state.animation == null) {\n var animated = new Animated.default.Value(0);\n var animation = Animated.default.loop(Animated.default.timing(animated, {\n duration: 2000,\n easing: Easing.default.linear,\n toValue: 1,\n useNativeDriver: true\n }));\n setState({\n animation: animation,\n rotate: animated.interpolate({\n inputRange: [0, 1],\n outputRange: ['0deg', '360deg']\n })\n });\n animation.start();\n }\n } else {\n if (state.animation != null) {\n state.animation.stop();\n setState({\n animation: null,\n rotate: null\n });\n }\n }\n return function () {\n if (state.animation != null) {\n state.animation.stop();\n }\n };\n }, [props.status, state.animation]);\n var image;\n var color;\n switch (props.status) {\n case 'FAILED':\n image = require(_dependencyMap[9], \"./LogBoxImages/alert-triangle.png\");\n color = LogBoxStyle.getErrorColor(1);\n break;\n case 'PENDING':\n image = require(_dependencyMap[10], \"./LogBoxImages/loader.png\");\n color = LogBoxStyle.getWarningColor(1);\n break;\n }\n if (props.status === 'COMPLETE' || image == null) {\n return null;\n }\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(LogBoxButton.default, {\n backgroundColor: {\n default: 'transparent',\n pressed: LogBoxStyle.getBackgroundColor(1)\n },\n hitSlop: {\n bottom: 8,\n left: 8,\n right: 8,\n top: 8\n },\n onPress: props.onPress,\n style: styles.root,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Animated.default.Image, {\n source: image,\n style: [styles.image, {\n tintColor: color\n }, state.rotate == null || props.status !== 'PENDING' ? null : {\n transform: [{\n rotate: state.rotate\n }]\n }]\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 98,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: [styles.text, {\n color: color\n }],\n children: \"Source Map\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 108,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 90,\n columnNumber: 5\n }, this);\n }\n var styles = StyleSheet.default.create({\n root: {\n alignItems: 'center',\n borderRadius: 12,\n flexDirection: 'row',\n height: 24,\n paddingHorizontal: 8\n },\n image: {\n height: 14,\n width: 16,\n marginEnd: 4,\n tintColor: LogBoxStyle.getTextColor(0.4)\n },\n text: {\n fontSize: 12,\n includeFontPadding: false,\n lineHeight: 16\n }\n });\n var _default = LogBoxInspectorSourceMapStatus;\n});","lineCount":170,"map":[[28,2,134,0,"Object"],[28,8,134,0],[28,9,134,0,"defineProperty"],[28,23,134,0],[28,24,134,0,"exports"],[28,31,134,0],[29,4,134,0,"enumerable"],[29,14,134,0],[30,4,134,0,"get"],[30,7,134,0],[30,18,134,0,"get"],[30,19,134,0],[31,6,134,0],[31,13,134,0,"_default"],[31,21,134,0],[32,4,134,0],[33,2,134,0],[34,2,134,46],[34,6,134,46,"_babelRuntimeHelpersSlicedToArray"],[34,39,134,46],[34,42,134,46,"require"],[34,49,134,46],[34,50,134,46,"_dependencyMap"],[34,64,134,46],[35,2,134,46],[35,6,134,46,"_slicedToArray"],[35,20,134,46],[35,23,134,46,"_interopDefault"],[35,38,134,46],[35,39,134,46,"_babelRuntimeHelpersSlicedToArray"],[35,72,134,46],[36,2,13,0],[36,6,13,0,"_AnimatedAnimated"],[36,23,13,0],[36,26,13,0,"require"],[36,33,13,0],[36,34,13,0,"_dependencyMap"],[36,48,13,0],[37,2,13,0],[37,6,13,0,"Animated"],[37,14,13,0],[37,17,13,0,"_interopDefault"],[37,32,13,0],[37,33,13,0,"_AnimatedAnimated"],[37,50,13,0],[38,2,14,0],[38,6,14,0,"_AnimatedEasing"],[38,21,14,0],[38,24,14,0,"require"],[38,31,14,0],[38,32,14,0,"_dependencyMap"],[38,46,14,0],[39,2,14,0],[39,6,14,0,"Easing"],[39,12,14,0],[39,15,14,0,"_interopDefault"],[39,30,14,0],[39,31,14,0,"_AnimatedEasing"],[39,46,14,0],[40,2,15,0],[40,6,15,0,"_StyleSheetStyleSheet"],[40,27,15,0],[40,30,15,0,"require"],[40,37,15,0],[40,38,15,0,"_dependencyMap"],[40,52,15,0],[41,2,15,0],[41,6,15,0,"StyleSheet"],[41,16,15,0],[41,19,15,0,"_interopDefault"],[41,34,15,0],[41,35,15,0,"_StyleSheetStyleSheet"],[41,56,15,0],[42,2,16,0],[42,6,16,0,"_TextText"],[42,15,16,0],[42,18,16,0,"require"],[42,25,16,0],[42,26,16,0,"_dependencyMap"],[42,40,16,0],[43,2,16,0],[43,6,16,0,"Text"],[43,10,16,0],[43,13,16,0,"_interopDefault"],[43,28,16,0],[43,29,16,0,"_TextText"],[43,38,16,0],[44,2,17,0],[44,6,17,0,"_LogBoxButton"],[44,19,17,0],[44,22,17,0,"require"],[44,29,17,0],[44,30,17,0,"_dependencyMap"],[44,44,17,0],[45,2,17,0],[45,6,17,0,"LogBoxButton"],[45,18,17,0],[45,21,17,0,"_interopDefault"],[45,36,17,0],[45,37,17,0,"_LogBoxButton"],[45,50,17,0],[46,2,18,0],[46,6,18,0,"_LogBoxStyle"],[46,18,18,0],[46,21,18,0,"require"],[46,28,18,0],[46,29,18,0,"_dependencyMap"],[46,43,18,0],[47,2,18,0],[47,6,18,0,"LogBoxStyle"],[47,17,18,0],[47,20,18,0,"_interopNamespace"],[47,37,18,0],[47,38,18,0,"_LogBoxStyle"],[47,50,18,0],[48,2,19,0],[48,6,19,0,"_react"],[48,12,19,0],[48,15,19,0,"require"],[48,22,19,0],[48,23,19,0,"_dependencyMap"],[48,37,19,0],[49,2,19,31],[49,6,19,31,"_reactJsxDevRuntime"],[49,25,19,31],[49,28,19,31,"require"],[49,35,19,31],[49,36,19,31,"_dependencyMap"],[49,50,19,31],[50,2,27,0],[50,11,27,9,"LogBoxInspectorSourceMapStatus"],[50,41,27,39,"LogBoxInspectorSourceMapStatus"],[50,42,27,40,"props"],[50,47,27,52],[50,49,27,66],[51,4,28,2],[51,8,28,2,"_useState"],[51,17,28,2],[51,20,28,28],[51,24,28,28,"useState"],[51,30,28,36],[51,31,28,36,"useState"],[51,39,28,36],[51,41,28,37],[52,8,29,4,"animation"],[52,17,29,13],[52,19,29,15],[52,23,29,19],[53,8,30,4,"rotate"],[53,14,30,10],[53,16,30,12],[54,6,31,2],[54,7,31,3],[54,8,31,4],[55,6,31,4,"_useState2"],[55,16,31,4],[55,23,31,4,"_slicedToArray"],[55,37,31,4],[55,38,31,4,"default"],[55,45,31,4],[55,47,31,4,"_useState"],[55,56,31,4],[56,6,28,9,"state"],[56,11,28,14],[56,14,28,14,"_useState2"],[56,24,28,14],[57,6,28,16,"setState"],[57,14,28,24],[57,17,28,24,"_useState2"],[57,27,28,24],[58,4,33,2],[58,8,33,2,"useEffect"],[58,14,33,11],[58,15,33,11,"useEffect"],[58,24,33,11],[58,26,33,12],[58,38,33,18],[59,6,34,4],[59,10,34,8,"props"],[59,15,34,13],[59,16,34,14,"status"],[59,22,34,20],[59,27,34,25],[59,36,34,34],[59,38,34,36],[60,8,35,6],[60,12,35,10,"state"],[60,17,35,15],[60,18,35,16,"animation"],[60,27,35,25],[60,31,35,29],[60,35,35,33],[60,37,35,35],[61,10,36,8],[61,14,36,14,"animated"],[61,22,36,22],[61,25,36,25],[61,29,36,29,"Animated"],[61,37,36,37],[61,38,36,37,"default"],[61,45,36,37],[61,46,36,38,"Value"],[61,51,36,43],[61,52,36,44],[61,53,36,45],[61,54,36,46],[62,10,37,8],[62,14,37,14,"animation"],[62,23,37,23],[62,26,37,26,"Animated"],[62,34,37,34],[62,35,37,34,"default"],[62,42,37,34],[62,43,37,35,"loop"],[62,47,37,39],[62,48,38,10,"Animated"],[62,56,38,18],[62,57,38,18,"default"],[62,64,38,18],[62,65,38,19,"timing"],[62,71,38,25],[62,72,38,26,"animated"],[62,80,38,34],[62,82,38,36],[63,12,39,12,"duration"],[63,20,39,20],[63,22,39,22],[63,26,39,26],[64,12,40,12,"easing"],[64,18,40,18],[64,20,40,20,"Easing"],[64,26,40,26],[64,27,40,26,"default"],[64,34,40,26],[64,35,40,27,"linear"],[64,41,40,33],[65,12,41,12,"toValue"],[65,19,41,19],[65,21,41,21],[65,22,41,22],[66,12,42,12,"useNativeDriver"],[66,27,42,27],[66,29,42,29],[67,10,43,10],[67,11,43,11],[67,12,44,8],[67,13,44,9],[68,10,46,8,"setState"],[68,18,46,16],[68,19,46,17],[69,12,47,10,"animation"],[69,21,47,19],[69,23,47,10,"animation"],[69,32,47,19],[70,12,48,10,"rotate"],[70,18,48,16],[70,20,48,18,"animated"],[70,28,48,26],[70,29,48,27,"interpolate"],[70,40,48,38],[70,41,48,39],[71,14,49,12,"inputRange"],[71,24,49,22],[71,26,49,24],[71,27,49,25],[71,28,49,26],[71,30,49,28],[71,31,49,29],[71,32,49,30],[72,14,50,12,"outputRange"],[72,25,50,23],[72,27,50,25],[72,28,50,26],[72,34,50,32],[72,36,50,34],[72,44,50,42],[73,12,51,10],[73,13,51,11],[74,10,52,8],[74,11,52,9],[74,12,52,10],[75,10,53,8,"animation"],[75,19,53,17],[75,20,53,18,"start"],[75,25,53,23],[75,26,53,24],[75,27,53,25],[76,8,54,6],[77,6,55,4],[77,7,55,5],[77,13,55,11],[78,8,56,6],[78,12,56,10,"state"],[78,17,56,15],[78,18,56,16,"animation"],[78,27,56,25],[78,31,56,29],[78,35,56,33],[78,37,56,35],[79,10,57,8,"state"],[79,15,57,13],[79,16,57,14,"animation"],[79,25,57,23],[79,26,57,24,"stop"],[79,30,57,28],[79,31,57,29],[79,32,57,30],[80,10,58,8,"setState"],[80,18,58,16],[80,19,58,17],[81,12,59,10,"animation"],[81,21,59,19],[81,23,59,21],[81,27,59,25],[82,12,60,10,"rotate"],[82,18,60,16],[82,20,60,18],[83,10,61,8],[83,11,61,9],[83,12,61,10],[84,8,62,6],[85,6,63,4],[86,6,65,4],[86,13,65,11],[86,25,65,17],[87,8,66,6],[87,12,66,10,"state"],[87,17,66,15],[87,18,66,16,"animation"],[87,27,66,25],[87,31,66,29],[87,35,66,33],[87,37,66,35],[88,10,67,8,"state"],[88,15,67,13],[88,16,67,14,"animation"],[88,25,67,23],[88,26,67,24,"stop"],[88,30,67,28],[88,31,67,29],[88,32,67,30],[89,8,68,6],[90,6,69,4],[90,7,69,5],[91,4,70,2],[91,5,70,3],[91,7,70,5],[91,8,70,6,"props"],[91,13,70,11],[91,14,70,12,"status"],[91,20,70,18],[91,22,70,20,"state"],[91,27,70,25],[91,28,70,26,"animation"],[91,37,70,35],[91,38,70,36],[91,39,70,37],[92,4,72,2],[92,8,72,6,"image"],[92,13,72,11],[93,4,73,2],[93,8,73,6,"color"],[93,13,73,11],[94,4,74,2],[94,12,74,10,"props"],[94,17,74,15],[94,18,74,16,"status"],[94,24,74,22],[95,6,75,4],[95,11,75,9],[95,19,75,17],[96,8,76,6,"image"],[96,13,76,11],[96,16,76,14,"require"],[96,23,76,21],[96,24,76,21,"_dependencyMap"],[96,38,76,21],[96,78,76,57],[96,79,76,58],[97,8,77,6,"color"],[97,13,77,11],[97,16,77,14,"LogBoxStyle"],[97,27,77,25],[97,28,77,26,"getErrorColor"],[97,41,77,39],[97,42,77,40],[97,43,77,41],[97,44,77,42],[98,8,78,6],[99,6,79,4],[99,11,79,9],[99,20,79,18],[100,8,80,6,"image"],[100,13,80,11],[100,16,80,14,"require"],[100,23,80,21],[100,24,80,21,"_dependencyMap"],[100,38,80,21],[100,71,80,49],[100,72,80,50],[101,8,81,6,"color"],[101,13,81,11],[101,16,81,14,"LogBoxStyle"],[101,27,81,25],[101,28,81,26,"getWarningColor"],[101,43,81,41],[101,44,81,42],[101,45,81,43],[101,46,81,44],[102,8,82,6],[103,4,83,2],[104,4,85,2],[104,8,85,6,"props"],[104,13,85,11],[104,14,85,12,"status"],[104,20,85,18],[104,25,85,23],[104,35,85,33],[104,39,85,37,"image"],[104,44,85,42],[104,48,85,46],[104,52,85,50],[104,54,85,52],[105,6,86,4],[105,13,86,11],[105,17,86,15],[106,4,87,2],[107,4,89,2],[107,24,90,4],[107,28,90,4,"_reactJsxDevRuntime"],[107,47,90,4],[107,48,90,4,"jsxDEV"],[107,54,90,4],[107,56,90,5,"LogBoxButton"],[107,68,90,17],[107,69,90,17,"default"],[107,76,90,17],[108,6,91,6,"backgroundColor"],[108,21,91,21],[108,23,91,23],[109,8,92,8,"default"],[109,15,92,15],[109,17,92,17],[109,30,92,30],[110,8,93,8,"pressed"],[110,15,93,15],[110,17,93,17,"LogBoxStyle"],[110,28,93,28],[110,29,93,29,"getBackgroundColor"],[110,47,93,47],[110,48,93,48],[110,49,93,49],[111,6,94,6],[111,7,94,8],[112,6,95,6,"hitSlop"],[112,13,95,13],[112,15,95,15],[113,8,95,16,"bottom"],[113,14,95,22],[113,16,95,24],[113,17,95,25],[114,8,95,27,"left"],[114,12,95,31],[114,14,95,33],[114,15,95,34],[115,8,95,36,"right"],[115,13,95,41],[115,15,95,43],[115,16,95,44],[116,8,95,46,"top"],[116,11,95,49],[116,13,95,51],[117,6,95,52],[117,7,95,54],[118,6,96,6,"onPress"],[118,13,96,13],[118,15,96,15,"props"],[118,20,96,20],[118,21,96,21,"onPress"],[118,28,96,29],[119,6,97,6,"style"],[119,11,97,11],[119,13,97,13,"styles"],[119,19,97,19],[119,20,97,20,"root"],[119,24,97,25],[120,6,97,25,"children"],[120,14,97,25],[120,30,98,6],[120,34,98,6,"_reactJsxDevRuntime"],[120,53,98,6],[120,54,98,6,"jsxDEV"],[120,60,98,6],[120,62,98,7,"Animated"],[120,70,98,15],[120,71,98,15,"default"],[120,78,98,15],[120,79,98,16,"Image"],[120,84,98,21],[121,8,99,8,"source"],[121,14,99,14],[121,16,99,16,"image"],[121,21,99,22],[122,8,100,8,"style"],[122,13,100,13],[122,15,100,15],[122,16,101,10,"styles"],[122,22,101,16],[122,23,101,17,"image"],[122,28,101,22],[122,30,102,10],[123,10,102,11,"tintColor"],[123,19,102,20],[123,21,102,22,"color"],[124,8,102,27],[124,9,102,28],[124,11,103,10,"state"],[124,16,103,15],[124,17,103,16,"rotate"],[124,23,103,22],[124,27,103,26],[124,31,103,30],[124,35,103,34,"props"],[124,40,103,39],[124,41,103,40,"status"],[124,47,103,46],[124,52,103,51],[124,61,103,60],[124,64,104,14],[124,68,104,18],[124,71,105,14],[125,10,105,15,"transform"],[125,19,105,24],[125,21,105,26],[125,22,105,27],[126,12,105,28,"rotate"],[126,18,105,34],[126,20,105,36,"state"],[126,25,105,41],[126,26,105,42,"rotate"],[127,10,105,48],[127,11,105,49],[128,8,105,50],[128,9,105,51],[129,6,106,10],[130,8,106,10,"fileName"],[130,16,106,10],[130,18,106,10,"_jsxFileName"],[130,30,106,10],[131,8,106,10,"lineNumber"],[131,18,106,10],[132,8,106,10,"columnNumber"],[132,20,106,10],[133,6,106,10],[133,13,107,7],[133,14,107,8],[133,29,108,6],[133,33,108,6,"_reactJsxDevRuntime"],[133,52,108,6],[133,53,108,6,"jsxDEV"],[133,59,108,6],[133,61,108,7,"Text"],[133,65,108,11],[133,66,108,11,"default"],[133,73,108,11],[134,8,108,12,"style"],[134,13,108,17],[134,15,108,19],[134,16,108,20,"styles"],[134,22,108,26],[134,23,108,27,"text"],[134,27,108,31],[134,29,108,33],[135,10,108,34,"color"],[135,15,108,39],[135,17,108,34,"color"],[136,8,108,39],[136,9,108,40],[136,10,108,42],[137,8,108,42,"children"],[137,16,108,42],[137,18,108,43],[138,6,108,53],[139,8,108,53,"fileName"],[139,16,108,53],[139,18,108,53,"_jsxFileName"],[139,30,108,53],[140,8,108,53,"lineNumber"],[140,18,108,53],[141,8,108,53,"columnNumber"],[141,20,108,53],[142,6,108,53],[142,13,108,59],[142,14,108,60],[143,4,108,60],[144,6,108,60,"fileName"],[144,14,108,60],[144,16,108,60,"_jsxFileName"],[144,28,108,60],[145,6,108,60,"lineNumber"],[145,16,108,60],[146,6,108,60,"columnNumber"],[146,18,108,60],[147,4,108,60],[147,11,109,18],[147,12,109,19],[148,2,111,0],[149,2,113,0],[149,6,113,6,"styles"],[149,12,113,12],[149,15,113,15,"StyleSheet"],[149,25,113,25],[149,26,113,25,"default"],[149,33,113,25],[149,34,113,26,"create"],[149,40,113,32],[149,41,113,33],[150,4,114,2,"root"],[150,8,114,6],[150,10,114,8],[151,6,115,4,"alignItems"],[151,16,115,14],[151,18,115,16],[151,26,115,24],[152,6,116,4,"borderRadius"],[152,18,116,16],[152,20,116,18],[152,22,116,20],[153,6,117,4,"flexDirection"],[153,19,117,17],[153,21,117,19],[153,26,117,24],[154,6,118,4,"height"],[154,12,118,10],[154,14,118,12],[154,16,118,14],[155,6,119,4,"paddingHorizontal"],[155,23,119,21],[155,25,119,23],[156,4,120,2],[156,5,120,3],[157,4,121,2,"image"],[157,9,121,7],[157,11,121,9],[158,6,122,4,"height"],[158,12,122,10],[158,14,122,12],[158,16,122,14],[159,6,123,4,"width"],[159,11,123,9],[159,13,123,11],[159,15,123,13],[160,6,124,4,"marginEnd"],[160,15,124,13],[160,17,124,15],[160,18,124,16],[161,6,125,4,"tintColor"],[161,15,125,13],[161,17,125,15,"LogBoxStyle"],[161,28,125,26],[161,29,125,27,"getTextColor"],[161,41,125,39],[161,42,125,40],[161,45,125,43],[162,4,126,2],[162,5,126,3],[163,4,127,2,"text"],[163,8,127,6],[163,10,127,8],[164,6,128,4,"fontSize"],[164,14,128,12],[164,16,128,14],[164,18,128,16],[165,6,129,4,"includeFontPadding"],[165,24,129,22],[165,26,129,24],[165,31,129,29],[166,6,130,4,"lineHeight"],[166,16,130,14],[166,18,130,16],[167,4,131,2],[168,2,132,0],[168,3,132,1],[168,4,132,2],[169,2,134,0],[169,6,134,0,"_default"],[169,14,134,0],[169,17,134,15,"LogBoxInspectorSourceMapStatus"],[169,47,134,45],[170,0,134,46],[170,3]],"functionMap":{"names":["","LogBoxInspectorSourceMapStatus","useEffect$argument_0",""],"mappings":"AAA;AC0B;YCM;WCgC;KDI;GDC;CDyC"},"hasCjsExports":false},"type":"js/module"}]}