Files
pezkuwi-mobile-app/frontend/.metro-cache/cache/77/8e891986879eff6aeca112aef89cefae6eaa8a31f459f185826395f3574cc24d3ac027
T
2025-10-24 02:40:54 +00:00

1 line
38 KiB
Plaintext

{"dependencies":[{"name":"react/jsx-dev-runtime","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"L9D70Z4hi4aGuui1ysja/oQ5ytI=","exportNames":["*"]}},{"name":"react","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":7,"column":32,"index":277},"end":{"line":7,"column":48,"index":293}}],"key":"XN65eZP/QkNMzaBAXbG/zPyidpY=","exportNames":["*"]}},{"name":"react-native","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":8,"column":23,"index":319},"end":{"line":8,"column":46,"index":342}}],"key":"lGv6jwyWtmgghjjYvCX5yhM2Jt0=","exportNames":["*"]}},{"name":"react-native-safe-area-context","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":9,"column":41,"index":385},"end":{"line":9,"column":82,"index":426}}],"key":"6pHRDUl9j7DHzZ/OfZoTArvVaDg=","exportNames":["*"]}},{"name":"./createEntryFile","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":10,"column":26,"index":454},"end":{"line":10,"column":54,"index":482}}],"key":"yiNEQSnvPrpVCQWcPxhaVOcwgA8=","exportNames":["*"]}},{"name":"../exports","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":11,"column":18,"index":502},"end":{"line":11,"column":39,"index":523}}],"key":"5v2eGhyF/+RURdurgsIUpnVCtIw=","exportNames":["*"]}},{"name":"../views/Pressable","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":12,"column":20,"index":545},"end":{"line":12,"column":49,"index":574}}],"key":"uUpVMlLdSnPsf+FDxyZh0aZxySU=","exportNames":["*"]}},{"name":"expo-router/assets/logotype.png","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":34,"column":64,"index":1815},"end":{"line":34,"column":106,"index":1857}}],"key":"ajgvj2uAKs1Oudd9lljB92UvIn8=","exportNames":["*"]}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n var _reactJsxDevRuntime = require(_dependencyMap[0], \"react/jsx-dev-runtime\");\n var _jsxFileName = \"/app/frontend/node_modules/expo-router/build/onboard/Tutorial.js\";\n var __importDefault = this && this.__importDefault || function (mod) {\n return mod && mod.__esModule ? mod : {\n \"default\": mod\n };\n };\n Object.defineProperty(exports, \"__esModule\", {\n value: true\n });\n exports.Tutorial = Tutorial;\n var react_1 = __importDefault(require(_dependencyMap[1], \"react\"));\n var react_native_1 = require(_dependencyMap[2], \"react-native\");\n var react_native_safe_area_context_1 = require(_dependencyMap[3], \"react-native-safe-area-context\");\n var createEntryFile_1 = require(_dependencyMap[4], \"./createEntryFile\");\n var exports_1 = require(_dependencyMap[5], \"../exports\");\n var Pressable_1 = require(_dependencyMap[6], \"../views/Pressable\");\n var canAutoTouchFile = \"../../app\" != null;\n function Tutorial() {\n react_1.default.useEffect(() => {\n if (react_native_1.Platform.OS === 'web') {\n // Reset the route on web so the initial route isn't a 404 after\n // the user has created the entry file.\n // This is useful for cases where you are testing the tutorial.\n // To test: touch the new file, then navigate to a missing route `/foobar`, then delete the app folder.\n // you should see the tutorial again and be able to create the entry file once more.\n if (typeof location !== 'undefined' && location.pathname !== '/') {\n location.replace('/');\n }\n if (typeof window !== 'undefined' && typeof window.document !== 'undefined') {\n window.document.title = 'Welcome to Expo';\n }\n }\n }, []);\n return /*#__PURE__*/_reactJsxDevRuntime.jsxDEV(react_native_safe_area_context_1.SafeAreaView, {\n style: styles.background,\n children: [/*#__PURE__*/_reactJsxDevRuntime.jsxDEV(react_native_1.StatusBar, {\n barStyle: \"light-content\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 31,\n columnNumber: 7\n }, this), /*#__PURE__*/_reactJsxDevRuntime.jsxDEV(react_native_1.View, {\n style: styles.container,\n children: [/*#__PURE__*/_reactJsxDevRuntime.jsxDEV(react_native_1.View, {\n style: styles.logotypeWrapper,\n children: /*#__PURE__*/_reactJsxDevRuntime.jsxDEV(react_native_1.Image, {\n style: styles.logotype,\n source: require(_dependencyMap[7], \"expo-router/assets/logotype.png\")\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 34,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 33,\n columnNumber: 9\n }, this), /*#__PURE__*/_reactJsxDevRuntime.jsxDEV(react_native_1.Text, {\n role: \"heading\",\n \"aria-level\": 1,\n style: styles.title,\n children: \"Welcome to Expo\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 36,\n columnNumber: 9\n }, this), /*#__PURE__*/_reactJsxDevRuntime.jsxDEV(react_native_1.Text, {\n role: \"heading\",\n \"aria-level\": 2,\n style: [styles.subtitle, styles.textSecondary],\n children: [\"Start by creating a file\", react_native_1.Platform.OS !== 'web' ? '\\n' : ' ', \"in the\", ' ', /*#__PURE__*/_reactJsxDevRuntime.jsxDEV(react_native_1.Text, {\n style: {\n fontWeight: '600'\n },\n children: getRootDir()\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 41,\n columnNumber: 11\n }, this), \" directory.\"]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 39,\n columnNumber: 9\n }, this), /*#__PURE__*/_reactJsxDevRuntime.jsxDEV(react_native_1.Text, {\n children: /*#__PURE__*/_reactJsxDevRuntime.jsxDEV(exports_1.Link, {\n href: \"https://docs.expo.dev/router/introduction/\",\n ...react_native_1.Platform.select({\n web: {\n target: '_blank'\n },\n native: {\n asChild: true\n }\n }),\n children: /*#__PURE__*/_reactJsxDevRuntime.jsxDEV(Pressable_1.Pressable, {\n children: _ref => {\n var hovered = _ref.hovered,\n pressed = _ref.pressed;\n return /*#__PURE__*/_reactJsxDevRuntime.jsxDEV(react_native_1.Text, {\n style: [styles.link, react_native_1.Platform.select({\n web: {\n transitionDuration: '200ms',\n marginBottom: 12\n }\n }), hovered && {\n opacity: 0.8,\n textDecorationLine: 'underline'\n }, pressed && {\n opacity: 0.8\n }],\n children: \"Learn more about Expo Router in the documentation.\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 46,\n columnNumber: 43\n }, this);\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 45,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 44,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 43,\n columnNumber: 9\n }, this), canAutoTouchFile && /*#__PURE__*/_reactJsxDevRuntime.jsxDEV(Button, {}, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 67,\n columnNumber: 30\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 32,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 30,\n columnNumber: 13\n }, this);\n }\n function getRootDir() {\n var dir = \"/app/frontend/app\";\n if (dir.match(/\\/src\\/app$/)) {\n return 'src/app';\n } else if (dir.match(/\\/app$/)) {\n return 'app';\n }\n return dir.split('/').pop() ?? dir;\n }\n function Button() {\n return /*#__PURE__*/_reactJsxDevRuntime.jsxDEV(Pressable_1.Pressable, {\n onPress: () => {\n (0, createEntryFile_1.createEntryFileAsync)();\n },\n style: styles.button,\n children: _ref2 => {\n var pressed = _ref2.pressed,\n hovered = _ref2.hovered;\n return /*#__PURE__*/_reactJsxDevRuntime.jsxDEV(react_native_1.View, {\n style: [styles.buttonContainer, hovered && {\n backgroundColor: '#fff'\n }, pressed && react_native_1.Platform.select({\n web: {\n transform: 'scale(0.98)',\n transitionDuration: '200ms'\n },\n default: {\n backgroundColor: '#fff'\n }\n })],\n children: /*#__PURE__*/_reactJsxDevRuntime.jsxDEV(react_native_1.Text, {\n style: [styles.code, hovered && {\n color: '#000'\n }, pressed && react_native_1.Platform.select({\n native: {\n color: '#000'\n }\n })],\n children: [/*#__PURE__*/_reactJsxDevRuntime.jsxDEV(react_native_1.Text, {\n style: styles.textSecondary,\n children: \"$\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 109,\n columnNumber: 13\n }, this), \" touch \", getRootDir(), \"/index.tsx\"]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 101,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 85,\n columnNumber: 35\n }, this);\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 82,\n columnNumber: 13\n }, this);\n }\n var styles = react_native_1.StyleSheet.create({\n background: {\n backgroundColor: '#000',\n flex: 1\n },\n container: {\n flex: 1,\n padding: 24,\n paddingBottom: 64,\n alignItems: 'center',\n justifyContent: 'center',\n marginHorizontal: 'auto',\n gap: 16,\n ...react_native_1.Platform.select({\n web: {\n maxWidth: 960\n },\n native: {\n width: '100%'\n }\n })\n },\n logotypeWrapper: {\n alignItems: 'center',\n justifyContent: 'center',\n backgroundColor: '#151718',\n borderRadius: 12,\n borderWidth: 1,\n borderStyle: 'solid',\n borderColor: '#313538',\n width: 78,\n height: 78,\n marginBottom: 8\n },\n logotype: {\n width: 48,\n height: 44\n },\n title: {\n ...react_native_1.Platform.select({\n web: {\n fontSize: 64,\n lineHeight: 64\n },\n default: {\n fontSize: 56,\n lineHeight: 56\n }\n }),\n color: '#fff',\n fontWeight: '800',\n textAlign: 'center'\n },\n buttonContainer: {\n ...react_native_1.Platform.select({\n web: {\n transitionDuration: '200ms'\n }\n }),\n backgroundColor: 'transparent',\n borderColor: '#fff',\n borderWidth: 2,\n paddingVertical: 12,\n paddingHorizontal: 24,\n borderRadius: 8\n },\n button: {\n ...react_native_1.Platform.select({\n web: {\n marginTop: 12\n },\n native: {\n position: 'absolute',\n bottom: 24,\n left: 32,\n right: 32,\n overflow: 'hidden'\n }\n })\n },\n code: {\n ...react_native_1.Platform.select({\n web: {\n transitionDuration: '200ms',\n fontFamily: 'Courier, monospace'\n },\n default: {\n fontFamily: react_native_1.Platform.select({\n ios: 'Courier New',\n android: 'monospace'\n })\n }\n }),\n color: '#fff',\n textAlign: 'center',\n userSelect: 'none',\n fontSize: 18,\n fontWeight: 'bold'\n },\n subtitle: {\n fontSize: 34,\n fontWeight: '200',\n textAlign: 'center'\n },\n link: {\n fontSize: 20,\n lineHeight: 26,\n textAlign: 'center',\n color: '#52a9ff',\n marginTop: 12,\n ...react_native_1.Platform.select({\n web: {\n marginBottom: 24\n }\n })\n },\n textSecondary: {\n color: '#9ba1a6'\n }\n });\n});","lineCount":336,"map":[[2,2,1,0],[2,14,1,12],[4,2,1,13],[4,6,1,13,"_reactJsxDevRuntime"],[4,25,1,13],[4,28,1,13,"require"],[4,35,1,13],[4,36,1,13,"_dependencyMap"],[4,50,1,13],[5,2,1,13],[5,6,1,13,"_jsxFileName"],[5,18,1,13],[6,2,2,0],[6,6,2,4,"__importDefault"],[6,21,2,19],[6,24,2,23],[6,28,2,27],[6,32,2,31],[6,36,2,35],[6,37,2,36,"__importDefault"],[6,52,2,51],[6,56,2,56],[6,66,2,66,"mod"],[6,69,2,69],[6,71,2,71],[7,4,3,4],[7,11,3,12,"mod"],[7,14,3,15],[7,18,3,19,"mod"],[7,21,3,22],[7,22,3,23,"__esModule"],[7,32,3,33],[7,35,3,37,"mod"],[7,38,3,40],[7,41,3,43],[8,6,3,45],[8,15,3,54],[8,17,3,56,"mod"],[9,4,3,60],[9,5,3,61],[10,2,4,0],[10,3,4,1],[11,2,5,0,"Object"],[11,8,5,6],[11,9,5,7,"defineProperty"],[11,23,5,21],[11,24,5,22,"exports"],[11,31,5,29],[11,33,5,31],[11,45,5,43],[11,47,5,45],[12,4,5,47,"value"],[12,9,5,52],[12,11,5,54],[13,2,5,59],[13,3,5,60],[13,4,5,61],[14,2,6,0,"exports"],[14,9,6,7],[14,10,6,8,"Tutorial"],[14,18,6,16],[14,21,6,19,"Tutorial"],[14,29,6,27],[15,2,7,0],[15,6,7,6,"react_1"],[15,13,7,13],[15,16,7,16,"__importDefault"],[15,31,7,31],[15,32,7,32,"require"],[15,39,7,39],[15,40,7,39,"_dependencyMap"],[15,54,7,39],[15,66,7,47],[15,67,7,48],[15,68,7,49],[16,2,8,0],[16,6,8,6,"react_native_1"],[16,20,8,20],[16,23,8,23,"require"],[16,30,8,30],[16,31,8,30,"_dependencyMap"],[16,45,8,30],[16,64,8,45],[16,65,8,46],[17,2,9,0],[17,6,9,6,"react_native_safe_area_context_1"],[17,38,9,38],[17,41,9,41,"require"],[17,48,9,48],[17,49,9,48,"_dependencyMap"],[17,63,9,48],[17,100,9,81],[17,101,9,82],[18,2,10,0],[18,6,10,6,"createEntryFile_1"],[18,23,10,23],[18,26,10,26,"require"],[18,33,10,33],[18,34,10,33,"_dependencyMap"],[18,48,10,33],[18,72,10,53],[18,73,10,54],[19,2,11,0],[19,6,11,6,"exports_1"],[19,15,11,15],[19,18,11,18,"require"],[19,25,11,25],[19,26,11,25,"_dependencyMap"],[19,40,11,25],[19,57,11,38],[19,58,11,39],[20,2,12,0],[20,6,12,6,"Pressable_1"],[20,17,12,17],[20,20,12,20,"require"],[20,27,12,27],[20,28,12,27,"_dependencyMap"],[20,42,12,27],[20,67,12,48],[20,68,12,49],[21,2,13,0],[21,6,13,6,"canAutoTouchFile"],[21,22,13,22],[21,25,13,25],[21,40,13,61],[21,44,13,65],[22,2,14,0],[22,11,14,9,"Tutorial"],[22,19,14,17,"Tutorial"],[22,20,14,17],[22,22,14,20],[23,4,15,4,"react_1"],[23,11,15,11],[23,12,15,12,"default"],[23,19,15,19],[23,20,15,20,"useEffect"],[23,29,15,29],[23,30,15,30],[23,36,15,36],[24,6,16,8],[24,10,16,12,"react_native_1"],[24,24,16,26],[24,25,16,27,"Platform"],[24,33,16,35],[24,34,16,36,"OS"],[24,36,16,38],[24,41,16,43],[24,46,16,48],[24,48,16,50],[25,8,17,12],[26,8,18,12],[27,8,19,12],[28,8,20,12],[29,8,21,12],[30,8,22,12],[30,12,22,16],[30,19,22,23,"location"],[30,27,22,31],[30,32,22,36],[30,43,22,47],[30,47,22,51,"location"],[30,55,22,59],[30,56,22,60,"pathname"],[30,64,22,68],[30,69,22,73],[30,72,22,76],[30,74,22,78],[31,10,23,16,"location"],[31,18,23,24],[31,19,23,25,"replace"],[31,26,23,32],[31,27,23,33],[31,30,23,36],[31,31,23,37],[32,8,24,12],[33,8,25,12],[33,12,25,16],[33,19,25,23,"window"],[33,25,25,29],[33,30,25,34],[33,41,25,45],[33,45,25,49],[33,52,25,56,"window"],[33,58,25,62],[33,59,25,63,"document"],[33,67,25,71],[33,72,25,76],[33,83,25,87],[33,85,25,89],[34,10,26,16,"window"],[34,16,26,22],[34,17,26,23,"document"],[34,25,26,31],[34,26,26,32,"title"],[34,31,26,37],[34,34,26,40],[34,51,26,57],[35,8,27,12],[36,6,28,8],[37,4,29,4],[37,5,29,5],[37,7,29,7],[37,9,29,9],[37,10,29,10],[38,4,30,4],[38,24,30,12,"_reactJsxDevRuntime"],[38,43,30,12],[38,44,30,12,"jsxDEV"],[38,50,30,12],[38,51,30,13,"react_native_safe_area_context_1"],[38,83,30,45],[38,84,30,46,"SafeAreaView"],[38,96,30,58],[39,6,30,59,"style"],[39,11,30,64],[39,13,30,66,"styles"],[39,19,30,72],[39,20,30,73,"background"],[39,30,30,84],[40,6,30,84,"children"],[40,14,30,84],[40,30,31,6,"_reactJsxDevRuntime"],[40,49,31,6],[40,50,31,6,"jsxDEV"],[40,56,31,6],[40,57,31,7,"react_native_1"],[40,71,31,21],[40,72,31,22,"StatusBar"],[40,81,31,31],[41,8,31,32,"barStyle"],[41,16,31,40],[41,18,31,41],[42,6,31,56],[43,8,31,56,"fileName"],[43,16,31,56],[43,18,31,56,"_jsxFileName"],[43,30,31,56],[44,8,31,56,"lineNumber"],[44,18,31,56],[45,8,31,56,"columnNumber"],[45,20,31,56],[46,6,31,56],[46,13,31,57],[46,14,31,58],[46,29,32,6,"_reactJsxDevRuntime"],[46,48,32,6],[46,49,32,6,"jsxDEV"],[46,55,32,6],[46,56,32,7,"react_native_1"],[46,70,32,21],[46,71,32,22,"View"],[46,75,32,26],[47,8,32,27,"style"],[47,13,32,32],[47,15,32,34,"styles"],[47,21,32,40],[47,22,32,41,"container"],[47,31,32,51],[48,8,32,51,"children"],[48,16,32,51],[48,32,33,8,"_reactJsxDevRuntime"],[48,51,33,8],[48,52,33,8,"jsxDEV"],[48,58,33,8],[48,59,33,9,"react_native_1"],[48,73,33,23],[48,74,33,24,"View"],[48,78,33,28],[49,10,33,29,"style"],[49,15,33,34],[49,17,33,36,"styles"],[49,23,33,42],[49,24,33,43,"logotypeWrapper"],[49,39,33,59],[50,10,33,59,"children"],[50,18,33,59],[50,33,34,10,"_reactJsxDevRuntime"],[50,52,34,10],[50,53,34,10,"jsxDEV"],[50,59,34,10],[50,60,34,11,"react_native_1"],[50,74,34,25],[50,75,34,26,"Image"],[50,80,34,31],[51,12,34,32,"style"],[51,17,34,37],[51,19,34,39,"styles"],[51,25,34,45],[51,26,34,46,"logotype"],[51,34,34,55],[52,12,34,56,"source"],[52,18,34,62],[52,20,34,64,"require"],[52,27,34,71],[52,28,34,71,"_dependencyMap"],[52,42,34,71],[52,80,34,105],[53,10,34,107],[54,12,34,107,"fileName"],[54,20,34,107],[54,22,34,107,"_jsxFileName"],[54,34,34,107],[55,12,34,107,"lineNumber"],[55,22,34,107],[56,12,34,107,"columnNumber"],[56,24,34,107],[57,10,34,107],[57,17,34,108],[58,8,34,109],[59,10,34,109,"fileName"],[59,18,34,109],[59,20,34,109,"_jsxFileName"],[59,32,34,109],[60,10,34,109,"lineNumber"],[60,20,34,109],[61,10,34,109,"columnNumber"],[61,22,34,109],[62,8,34,109],[62,15,35,29],[62,16,35,30],[62,31,36,8,"_reactJsxDevRuntime"],[62,50,36,8],[62,51,36,8,"jsxDEV"],[62,57,36,8],[62,58,36,9,"react_native_1"],[62,72,36,23],[62,73,36,24,"Text"],[62,77,36,28],[63,10,36,29,"role"],[63,14,36,33],[63,16,36,34],[63,25,36,43],[64,10,36,44],[64,24,36,56],[64,25,36,58],[65,10,36,59,"style"],[65,15,36,64],[65,17,36,66,"styles"],[65,23,36,72],[65,24,36,73,"title"],[65,29,36,79],[66,10,36,79,"children"],[66,18,36,79],[66,20,36,80],[67,8,38,8],[68,10,38,8,"fileName"],[68,18,38,8],[68,20,38,8,"_jsxFileName"],[68,32,38,8],[69,10,38,8,"lineNumber"],[69,20,38,8],[70,10,38,8,"columnNumber"],[70,22,38,8],[71,8,38,8],[71,15,38,29],[71,16,38,30],[71,31,39,8,"_reactJsxDevRuntime"],[71,50,39,8],[71,51,39,8,"jsxDEV"],[71,57,39,8],[71,58,39,9,"react_native_1"],[71,72,39,23],[71,73,39,24,"Text"],[71,77,39,28],[72,10,39,29,"role"],[72,14,39,33],[72,16,39,34],[72,25,39,43],[73,10,39,44],[73,24,39,56],[73,25,39,58],[74,10,39,59,"style"],[74,15,39,64],[74,17,39,66],[74,18,39,67,"styles"],[74,24,39,73],[74,25,39,74,"subtitle"],[74,33,39,82],[74,35,39,84,"styles"],[74,41,39,90],[74,42,39,91,"textSecondary"],[74,55,39,104],[74,56,39,106],[75,10,39,106,"children"],[75,18,39,106],[75,21,39,107],[75,47,40,34],[75,49,40,35,"react_native_1"],[75,63,40,49],[75,64,40,50,"Platform"],[75,72,40,58],[75,73,40,59,"OS"],[75,75,40,61],[75,80,40,66],[75,85,40,71],[75,88,40,74],[75,92,40,78],[75,95,40,81],[75,98,40,84],[75,100,40,85],[75,108,40,91],[75,110,40,92],[75,113,40,95],[75,128,41,10,"_reactJsxDevRuntime"],[75,147,41,10],[75,148,41,10,"jsxDEV"],[75,154,41,10],[75,155,41,11,"react_native_1"],[75,169,41,25],[75,170,41,26,"Text"],[75,174,41,30],[76,12,41,31,"style"],[76,17,41,36],[76,19,41,38],[77,14,41,40,"fontWeight"],[77,24,41,50],[77,26,41,52],[78,12,41,58],[78,13,41,60],[79,12,41,60,"children"],[79,20,41,60],[79,22,41,62,"getRootDir"],[79,32,41,72],[79,33,41,73],[80,10,41,74],[81,12,41,74,"fileName"],[81,20,41,74],[81,22,41,74,"_jsxFileName"],[81,34,41,74],[82,12,41,74,"lineNumber"],[82,22,41,74],[83,12,41,74,"columnNumber"],[83,24,41,74],[84,10,41,74],[84,17,41,96],[84,18,41,97],[84,33,42,8],[85,8,42,8],[86,10,42,8,"fileName"],[86,18,42,8],[86,20,42,8,"_jsxFileName"],[86,32,42,8],[87,10,42,8,"lineNumber"],[87,20,42,8],[88,10,42,8,"columnNumber"],[88,22,42,8],[89,8,42,8],[89,15,42,29],[89,16,42,30],[89,31,43,8,"_reactJsxDevRuntime"],[89,50,43,8],[89,51,43,8,"jsxDEV"],[89,57,43,8],[89,58,43,9,"react_native_1"],[89,72,43,23],[89,73,43,24,"Text"],[89,77,43,28],[90,10,43,28,"children"],[90,18,43,28],[90,33,44,10,"_reactJsxDevRuntime"],[90,52,44,10],[90,53,44,10,"jsxDEV"],[90,59,44,10],[90,60,44,11,"exports_1"],[90,69,44,20],[90,70,44,21,"Link"],[90,74,44,25],[91,12,44,26,"href"],[91,16,44,30],[91,18,44,31],[91,62,44,75],[92,12,44,75],[92,15,44,80,"react_native_1"],[92,29,44,94],[92,30,44,95,"Platform"],[92,38,44,103],[92,39,44,104,"select"],[92,45,44,110],[92,46,44,111],[93,14,44,113,"web"],[93,17,44,116],[93,19,44,118],[94,16,44,120,"target"],[94,22,44,126],[94,24,44,128],[95,14,44,137],[95,15,44,138],[96,14,44,140,"native"],[96,20,44,146],[96,22,44,148],[97,16,44,150,"asChild"],[97,23,44,157],[97,25,44,159],[98,14,44,164],[99,12,44,166],[99,13,44,167],[99,14,44,168],[100,12,44,168,"children"],[100,20,44,168],[100,35,45,12,"_reactJsxDevRuntime"],[100,54,45,12],[100,55,45,12,"jsxDEV"],[100,61,45,12],[100,62,45,13,"Pressable_1"],[100,73,45,24],[100,74,45,25,"Pressable"],[100,83,45,34],[101,14,45,34,"children"],[101,22,45,34],[101,24,46,15,"_ref"],[101,28,46,15],[102,16,46,15],[102,20,46,18,"hovered"],[102,27,46,25],[102,30,46,25,"_ref"],[102,34,46,25],[102,35,46,18,"hovered"],[102,42,46,25],[103,18,46,27,"pressed"],[103,25,46,34],[103,28,46,34,"_ref"],[103,32,46,34],[103,33,46,27,"pressed"],[103,40,46,34],[104,16,46,34],[104,36,46,42,"_reactJsxDevRuntime"],[104,55,46,42],[104,56,46,42,"jsxDEV"],[104,62,46,42],[104,63,46,43,"react_native_1"],[104,77,46,57],[104,78,46,58,"Text"],[104,82,46,62],[105,18,46,63,"style"],[105,23,46,68],[105,25,46,70],[105,26,47,16,"styles"],[105,32,47,22],[105,33,47,23,"link"],[105,37,47,27],[105,39,48,16,"react_native_1"],[105,53,48,30],[105,54,48,31,"Platform"],[105,62,48,39],[105,63,48,40,"select"],[105,69,48,46],[105,70,48,47],[106,20,49,20,"web"],[106,23,49,23],[106,25,49,25],[107,22,50,24,"transitionDuration"],[107,40,50,42],[107,42,50,44],[107,49,50,51],[108,22,51,24,"marginBottom"],[108,34,51,36],[108,36,51,38],[109,20,52,20],[110,18,53,16],[110,19,53,17],[110,20,53,18],[110,22,54,16,"hovered"],[110,29,54,23],[110,33,54,27],[111,20,55,20,"opacity"],[111,27,55,27],[111,29,55,29],[111,32,55,32],[112,20,56,20,"textDecorationLine"],[112,38,56,38],[112,40,56,40],[113,18,57,16],[113,19,57,17],[113,21,58,16,"pressed"],[113,28,58,23],[113,32,58,27],[114,20,59,20,"opacity"],[114,27,59,27],[114,29,59,29],[115,18,60,16],[115,19,60,17],[115,20,61,14],[116,18,61,14,"children"],[116,26,61,14],[116,28,61,15],[117,16,63,16],[118,18,63,16,"fileName"],[118,26,63,16],[118,28,63,16,"_jsxFileName"],[118,40,63,16],[119,18,63,16,"lineNumber"],[119,28,63,16],[120,18,63,16,"columnNumber"],[120,30,63,16],[121,16,63,16],[121,23,63,37],[121,24,63,38],[122,14,63,38],[123,12,63,39],[124,14,63,39,"fileName"],[124,22,63,39],[124,24,63,39,"_jsxFileName"],[124,36,63,39],[125,14,63,39,"lineNumber"],[125,24,63,39],[126,14,63,39,"columnNumber"],[126,26,63,39],[127,12,63,39],[127,19,64,35],[128,10,64,36],[129,12,64,36,"fileName"],[129,20,64,36],[129,22,64,36,"_jsxFileName"],[129,34,64,36],[130,12,64,36,"lineNumber"],[130,22,64,36],[131,12,64,36,"columnNumber"],[131,24,64,36],[132,10,64,36],[132,17,65,26],[133,8,65,27],[134,10,65,27,"fileName"],[134,18,65,27],[134,20,65,27,"_jsxFileName"],[134,32,65,27],[135,10,65,27,"lineNumber"],[135,20,65,27],[136,10,65,27,"columnNumber"],[136,22,65,27],[137,8,65,27],[137,15,66,29],[137,16,66,30],[137,18,67,9,"canAutoTouchFile"],[137,34,67,25],[137,51,67,29,"_reactJsxDevRuntime"],[137,70,67,29],[137,71,67,29,"jsxDEV"],[137,77,67,29],[137,78,67,30,"Button"],[137,84,67,36],[138,10,67,36,"fileName"],[138,18,67,36],[138,20,67,36,"_jsxFileName"],[138,32,67,36],[139,10,67,36,"lineNumber"],[139,20,67,36],[140,10,67,36,"columnNumber"],[140,22,67,36],[141,8,67,36],[141,15,67,38],[141,16,67,39],[142,6,67,39],[143,8,67,39,"fileName"],[143,16,67,39],[143,18,67,39,"_jsxFileName"],[143,30,67,39],[144,8,67,39,"lineNumber"],[144,18,67,39],[145,8,67,39,"columnNumber"],[145,20,67,39],[146,6,67,39],[146,13,68,27],[146,14,68,28],[147,4,68,28],[148,6,68,28,"fileName"],[148,14,68,28],[148,16,68,28,"_jsxFileName"],[148,28,68,28],[149,6,68,28,"lineNumber"],[149,16,68,28],[150,6,68,28,"columnNumber"],[150,18,68,28],[151,4,68,28],[151,11,69,51],[151,12,69,52],[152,2,70,0],[153,2,71,0],[153,11,71,9,"getRootDir"],[153,21,71,19,"getRootDir"],[153,22,71,19],[153,24,71,22],[154,4,72,4],[154,8,72,10,"dir"],[154,11,72,13],[154,33,72,52],[155,4,73,4],[155,8,73,8,"dir"],[155,11,73,11],[155,12,73,12,"match"],[155,17,73,17],[155,18,73,18],[155,31,73,31],[155,32,73,32],[155,34,73,34],[156,6,74,8],[156,13,74,15],[156,22,74,24],[157,4,75,4],[157,5,75,5],[157,11,76,9],[157,15,76,13,"dir"],[157,18,76,16],[157,19,76,17,"match"],[157,24,76,22],[157,25,76,23],[157,33,76,31],[157,34,76,32],[157,36,76,34],[158,6,77,8],[158,13,77,15],[158,18,77,20],[159,4,78,4],[160,4,79,4],[160,11,79,11,"dir"],[160,14,79,14],[160,15,79,15,"split"],[160,20,79,20],[160,21,79,21],[160,24,79,24],[160,25,79,25],[160,26,79,26,"pop"],[160,29,79,29],[160,30,79,30],[160,31,79,31],[160,35,79,35,"dir"],[160,38,79,38],[161,2,80,0],[162,2,81,0],[162,11,81,9,"Button"],[162,17,81,15,"Button"],[162,18,81,15],[162,20,81,18],[163,4,82,4],[163,24,82,12,"_reactJsxDevRuntime"],[163,43,82,12],[163,44,82,12,"jsxDEV"],[163,50,82,12],[163,51,82,13,"Pressable_1"],[163,62,82,24],[163,63,82,25,"Pressable"],[163,72,82,34],[164,6,82,35,"onPress"],[164,13,82,42],[164,15,82,44,"onPress"],[164,16,82,44],[164,21,82,50],[165,8,83,12],[165,9,83,13],[165,10,83,14],[165,12,83,16,"createEntryFile_1"],[165,29,83,33],[165,30,83,34,"createEntryFileAsync"],[165,50,83,54],[165,52,83,56],[165,53,83,57],[166,6,84,8],[166,7,84,10],[167,6,84,11,"style"],[167,11,84,16],[167,13,84,18,"styles"],[167,19,84,24],[167,20,84,25,"button"],[167,26,84,32],[168,6,84,32,"children"],[168,14,84,32],[168,16,85,7,"_ref2"],[168,21,85,7],[169,8,85,7],[169,12,85,10,"pressed"],[169,19,85,17],[169,22,85,17,"_ref2"],[169,27,85,17],[169,28,85,10,"pressed"],[169,35,85,17],[170,10,85,19,"hovered"],[170,17,85,26],[170,20,85,26,"_ref2"],[170,25,85,26],[170,26,85,19,"hovered"],[170,33,85,26],[171,8,85,26],[171,28,85,34,"_reactJsxDevRuntime"],[171,47,85,34],[171,48,85,34,"jsxDEV"],[171,54,85,34],[171,55,85,35,"react_native_1"],[171,69,85,49],[171,70,85,50,"View"],[171,74,85,54],[172,10,85,55,"style"],[172,15,85,60],[172,17,85,62],[172,18,86,16,"styles"],[172,24,86,22],[172,25,86,23,"buttonContainer"],[172,40,86,38],[172,42,87,16,"hovered"],[172,49,87,23],[172,53,87,27],[173,12,88,20,"backgroundColor"],[173,27,88,35],[173,29,88,37],[174,10,89,16],[174,11,89,17],[174,13,90,16,"pressed"],[174,20,90,23],[174,24,91,20,"react_native_1"],[174,38,91,34],[174,39,91,35,"Platform"],[174,47,91,43],[174,48,91,44,"select"],[174,54,91,50],[174,55,91,51],[175,12,92,24,"web"],[175,15,92,27],[175,17,92,29],[176,14,93,28,"transform"],[176,23,93,37],[176,25,93,39],[176,38,93,52],[177,14,94,28,"transitionDuration"],[177,32,94,46],[177,34,94,48],[178,12,95,24],[178,13,95,25],[179,12,96,24,"default"],[179,19,96,31],[179,21,96,33],[180,14,97,28,"backgroundColor"],[180,29,97,43],[180,31,97,45],[181,12,98,24],[182,10,99,20],[182,11,99,21],[182,12,99,22],[182,13,100,14],[183,10,100,14,"children"],[183,18,100,14],[183,33,101,10,"_reactJsxDevRuntime"],[183,52,101,10],[183,53,101,10,"jsxDEV"],[183,59,101,10],[183,60,101,11,"react_native_1"],[183,74,101,25],[183,75,101,26,"Text"],[183,79,101,30],[184,12,101,31,"style"],[184,17,101,36],[184,19,101,38],[184,20,102,16,"styles"],[184,26,102,22],[184,27,102,23,"code"],[184,31,102,27],[184,33,103,16,"hovered"],[184,40,103,23],[184,44,103,27],[185,14,103,29,"color"],[185,19,103,34],[185,21,103,36],[186,12,103,43],[186,13,103,44],[186,15,104,16,"pressed"],[186,22,104,23],[186,26,105,20,"react_native_1"],[186,40,105,34],[186,41,105,35,"Platform"],[186,49,105,43],[186,50,105,44,"select"],[186,56,105,50],[186,57,105,51],[187,14,106,24,"native"],[187,20,106,30],[187,22,106,32],[188,16,106,34,"color"],[188,21,106,39],[188,23,106,41],[189,14,106,48],[190,12,107,20],[190,13,107,21],[190,14,107,22],[190,15,108,14],[191,12,108,14,"children"],[191,20,108,14],[191,36,109,12,"_reactJsxDevRuntime"],[191,55,109,12],[191,56,109,12,"jsxDEV"],[191,62,109,12],[191,63,109,13,"react_native_1"],[191,77,109,27],[191,78,109,28,"Text"],[191,82,109,32],[192,14,109,33,"style"],[192,19,109,38],[192,21,109,40,"styles"],[192,27,109,46],[192,28,109,47,"textSecondary"],[192,41,109,61],[193,14,109,61,"children"],[193,22,109,61],[193,24,109,62],[194,12,109,63],[195,14,109,63,"fileName"],[195,22,109,63],[195,24,109,63,"_jsxFileName"],[195,36,109,63],[196,14,109,63,"lineNumber"],[196,24,109,63],[197,14,109,63,"columnNumber"],[197,26,109,63],[198,12,109,63],[198,19,109,84],[198,20,109,85],[198,31,109,92],[198,33,109,93,"getRootDir"],[198,43,109,103],[198,44,109,104],[198,45,109,105],[198,47,109,106],[198,59,111,10],[199,10,111,10],[200,12,111,10,"fileName"],[200,20,111,10],[200,22,111,10,"_jsxFileName"],[200,34,111,10],[201,12,111,10,"lineNumber"],[201,22,111,10],[202,12,111,10,"columnNumber"],[202,24,111,10],[203,10,111,10],[203,17,111,31],[204,8,111,32],[205,10,111,32,"fileName"],[205,18,111,32],[205,20,111,32,"_jsxFileName"],[205,32,111,32],[206,10,111,32,"lineNumber"],[206,20,111,32],[207,10,111,32,"columnNumber"],[207,22,111,32],[208,8,111,32],[208,15,112,29],[208,16,112,30],[209,6,112,30],[210,4,112,31],[211,6,112,31,"fileName"],[211,14,112,31],[211,16,112,31,"_jsxFileName"],[211,28,112,31],[212,6,112,31,"lineNumber"],[212,16,112,31],[213,6,112,31,"columnNumber"],[213,18,112,31],[214,4,112,31],[214,11,113,27],[214,12,113,28],[215,2,114,0],[216,2,115,0],[216,6,115,6,"styles"],[216,12,115,12],[216,15,115,15,"react_native_1"],[216,29,115,29],[216,30,115,30,"StyleSheet"],[216,40,115,40],[216,41,115,41,"create"],[216,47,115,47],[216,48,115,48],[217,4,116,4,"background"],[217,14,116,14],[217,16,116,16],[218,6,117,8,"backgroundColor"],[218,21,117,23],[218,23,117,25],[218,29,117,31],[219,6,118,8,"flex"],[219,10,118,12],[219,12,118,14],[220,4,119,4],[220,5,119,5],[221,4,120,4,"container"],[221,13,120,13],[221,15,120,15],[222,6,121,8,"flex"],[222,10,121,12],[222,12,121,14],[222,13,121,15],[223,6,122,8,"padding"],[223,13,122,15],[223,15,122,17],[223,17,122,19],[224,6,123,8,"paddingBottom"],[224,19,123,21],[224,21,123,23],[224,23,123,25],[225,6,124,8,"alignItems"],[225,16,124,18],[225,18,124,20],[225,26,124,28],[226,6,125,8,"justifyContent"],[226,20,125,22],[226,22,125,24],[226,30,125,32],[227,6,126,8,"marginHorizontal"],[227,22,126,24],[227,24,126,26],[227,30,126,32],[228,6,127,8,"gap"],[228,9,127,11],[228,11,127,13],[228,13,127,15],[229,6,128,8],[229,9,128,11,"react_native_1"],[229,23,128,25],[229,24,128,26,"Platform"],[229,32,128,34],[229,33,128,35,"select"],[229,39,128,41],[229,40,128,42],[230,8,129,12,"web"],[230,11,129,15],[230,13,129,17],[231,10,130,16,"maxWidth"],[231,18,130,24],[231,20,130,26],[232,8,131,12],[232,9,131,13],[233,8,132,12,"native"],[233,14,132,18],[233,16,132,20],[234,10,133,16,"width"],[234,15,133,21],[234,17,133,23],[235,8,134,12],[236,6,135,8],[236,7,135,9],[237,4,136,4],[237,5,136,5],[238,4,137,4,"logotypeWrapper"],[238,19,137,19],[238,21,137,21],[239,6,138,8,"alignItems"],[239,16,138,18],[239,18,138,20],[239,26,138,28],[240,6,139,8,"justifyContent"],[240,20,139,22],[240,22,139,24],[240,30,139,32],[241,6,140,8,"backgroundColor"],[241,21,140,23],[241,23,140,25],[241,32,140,34],[242,6,141,8,"borderRadius"],[242,18,141,20],[242,20,141,22],[242,22,141,24],[243,6,142,8,"borderWidth"],[243,17,142,19],[243,19,142,21],[243,20,142,22],[244,6,143,8,"borderStyle"],[244,17,143,19],[244,19,143,21],[244,26,143,28],[245,6,144,8,"borderColor"],[245,17,144,19],[245,19,144,21],[245,28,144,30],[246,6,145,8,"width"],[246,11,145,13],[246,13,145,15],[246,15,145,17],[247,6,146,8,"height"],[247,12,146,14],[247,14,146,16],[247,16,146,18],[248,6,147,8,"marginBottom"],[248,18,147,20],[248,20,147,22],[249,4,148,4],[249,5,148,5],[250,4,149,4,"logotype"],[250,12,149,12],[250,14,149,14],[251,6,150,8,"width"],[251,11,150,13],[251,13,150,15],[251,15,150,17],[252,6,151,8,"height"],[252,12,151,14],[252,14,151,16],[253,4,152,4],[253,5,152,5],[254,4,153,4,"title"],[254,9,153,9],[254,11,153,11],[255,6,154,8],[255,9,154,11,"react_native_1"],[255,23,154,25],[255,24,154,26,"Platform"],[255,32,154,34],[255,33,154,35,"select"],[255,39,154,41],[255,40,154,42],[256,8,155,12,"web"],[256,11,155,15],[256,13,155,17],[257,10,156,16,"fontSize"],[257,18,156,24],[257,20,156,26],[257,22,156,28],[258,10,157,16,"lineHeight"],[258,20,157,26],[258,22,157,28],[259,8,158,12],[259,9,158,13],[260,8,159,12,"default"],[260,15,159,19],[260,17,159,21],[261,10,160,16,"fontSize"],[261,18,160,24],[261,20,160,26],[261,22,160,28],[262,10,161,16,"lineHeight"],[262,20,161,26],[262,22,161,28],[263,8,162,12],[264,6,163,8],[264,7,163,9],[264,8,163,10],[265,6,164,8,"color"],[265,11,164,13],[265,13,164,15],[265,19,164,21],[266,6,165,8,"fontWeight"],[266,16,165,18],[266,18,165,20],[266,23,165,25],[267,6,166,8,"textAlign"],[267,15,166,17],[267,17,166,19],[268,4,167,4],[268,5,167,5],[269,4,168,4,"buttonContainer"],[269,19,168,19],[269,21,168,21],[270,6,169,8],[270,9,169,11,"react_native_1"],[270,23,169,25],[270,24,169,26,"Platform"],[270,32,169,34],[270,33,169,35,"select"],[270,39,169,41],[270,40,169,42],[271,8,170,12,"web"],[271,11,170,15],[271,13,170,17],[272,10,171,16,"transitionDuration"],[272,28,171,34],[272,30,171,36],[273,8,172,12],[274,6,173,8],[274,7,173,9],[274,8,173,10],[275,6,174,8,"backgroundColor"],[275,21,174,23],[275,23,174,25],[275,36,174,38],[276,6,175,8,"borderColor"],[276,17,175,19],[276,19,175,21],[276,25,175,27],[277,6,176,8,"borderWidth"],[277,17,176,19],[277,19,176,21],[277,20,176,22],[278,6,177,8,"paddingVertical"],[278,21,177,23],[278,23,177,25],[278,25,177,27],[279,6,178,8,"paddingHorizontal"],[279,23,178,25],[279,25,178,27],[279,27,178,29],[280,6,179,8,"borderRadius"],[280,18,179,20],[280,20,179,22],[281,4,180,4],[281,5,180,5],[282,4,181,4,"button"],[282,10,181,10],[282,12,181,12],[283,6,182,8],[283,9,182,11,"react_native_1"],[283,23,182,25],[283,24,182,26,"Platform"],[283,32,182,34],[283,33,182,35,"select"],[283,39,182,41],[283,40,182,42],[284,8,183,12,"web"],[284,11,183,15],[284,13,183,17],[285,10,184,16,"marginTop"],[285,19,184,25],[285,21,184,27],[286,8,185,12],[286,9,185,13],[287,8,186,12,"native"],[287,14,186,18],[287,16,186,20],[288,10,187,16,"position"],[288,18,187,24],[288,20,187,26],[288,30,187,36],[289,10,188,16,"bottom"],[289,16,188,22],[289,18,188,24],[289,20,188,26],[290,10,189,16,"left"],[290,14,189,20],[290,16,189,22],[290,18,189,24],[291,10,190,16,"right"],[291,15,190,21],[291,17,190,23],[291,19,190,25],[292,10,191,16,"overflow"],[292,18,191,24],[292,20,191,26],[293,8,192,12],[294,6,193,8],[294,7,193,9],[295,4,194,4],[295,5,194,5],[296,4,195,4,"code"],[296,8,195,8],[296,10,195,10],[297,6,196,8],[297,9,196,11,"react_native_1"],[297,23,196,25],[297,24,196,26,"Platform"],[297,32,196,34],[297,33,196,35,"select"],[297,39,196,41],[297,40,196,42],[298,8,197,12,"web"],[298,11,197,15],[298,13,197,17],[299,10,198,16,"transitionDuration"],[299,28,198,34],[299,30,198,36],[299,37,198,43],[300,10,199,16,"fontFamily"],[300,20,199,26],[300,22,199,28],[301,8,200,12],[301,9,200,13],[302,8,201,12,"default"],[302,15,201,19],[302,17,201,21],[303,10,202,16,"fontFamily"],[303,20,202,26],[303,22,202,28,"react_native_1"],[303,36,202,42],[303,37,202,43,"Platform"],[303,45,202,51],[303,46,202,52,"select"],[303,52,202,58],[303,53,202,59],[304,12,203,20,"ios"],[304,15,203,23],[304,17,203,25],[304,30,203,38],[305,12,204,20,"android"],[305,19,204,27],[305,21,204,29],[306,10,205,16],[306,11,205,17],[307,8,206,12],[308,6,207,8],[308,7,207,9],[308,8,207,10],[309,6,208,8,"color"],[309,11,208,13],[309,13,208,15],[309,19,208,21],[310,6,209,8,"textAlign"],[310,15,209,17],[310,17,209,19],[310,25,209,27],[311,6,210,8,"userSelect"],[311,16,210,18],[311,18,210,20],[311,24,210,26],[312,6,211,8,"fontSize"],[312,14,211,16],[312,16,211,18],[312,18,211,20],[313,6,212,8,"fontWeight"],[313,16,212,18],[313,18,212,20],[314,4,213,4],[314,5,213,5],[315,4,214,4,"subtitle"],[315,12,214,12],[315,14,214,14],[316,6,215,8,"fontSize"],[316,14,215,16],[316,16,215,18],[316,18,215,20],[317,6,216,8,"fontWeight"],[317,16,216,18],[317,18,216,20],[317,23,216,25],[318,6,217,8,"textAlign"],[318,15,217,17],[318,17,217,19],[319,4,218,4],[319,5,218,5],[320,4,219,4,"link"],[320,8,219,8],[320,10,219,10],[321,6,220,8,"fontSize"],[321,14,220,16],[321,16,220,18],[321,18,220,20],[322,6,221,8,"lineHeight"],[322,16,221,18],[322,18,221,20],[322,20,221,22],[323,6,222,8,"textAlign"],[323,15,222,17],[323,17,222,19],[323,25,222,27],[324,6,223,8,"color"],[324,11,223,13],[324,13,223,15],[324,22,223,24],[325,6,224,8,"marginTop"],[325,15,224,17],[325,17,224,19],[325,19,224,21],[326,6,225,8],[326,9,225,11,"react_native_1"],[326,23,225,25],[326,24,225,26,"Platform"],[326,32,225,34],[326,33,225,35,"select"],[326,39,225,41],[326,40,225,42],[327,8,226,12,"web"],[327,11,226,15],[327,13,226,17],[328,10,227,16,"marginBottom"],[328,22,227,28],[328,24,227,30],[329,8,228,12],[330,6,229,8],[330,7,229,9],[331,4,230,4],[331,5,230,5],[332,4,231,4,"textSecondary"],[332,17,231,17],[332,19,231,19],[333,6,232,8,"color"],[333,11,232,13],[333,13,232,15],[334,4,233,4],[335,2,234,0],[335,3,234,1],[335,4,234,2],[336,0,234,3],[336,3]],"functionMap":{"names":["<global>","<anonymous>","Tutorial","react_1._default.useEffect$argument_0","Pressable_1.Pressable.props.children","getRootDir","Button","Pressable_1.Pressable.props.onPress"],"mappings":"AAA;wDCC;CDE;AEU;8BCC;KDc;eEiB;uCFiB;CFO;AKC;CLS;AMC;4CCC;SDE;OFC;+BE2B;CNE"}},"type":"js/module"}]}