mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 10:01:02 +00:00
1 line
77 KiB
Plaintext
1 line
77 KiB
Plaintext
{"dependencies":[{"name":"@babel/runtime/helpers/slicedToArray","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"5y7e5+zC7teYEEC6niD9f5zII1M=","exportNames":["*"],"imports":1}},{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":40,"index":40}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react-native","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":41},"end":{"line":11,"column":22,"index":171}}],"key":"KyzuX10g6ixS9UfynhmjlvCIG3g=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":12,"column":0,"index":172},"end":{"line":12,"column":46,"index":218}}],"key":"ow7vkrqkIckRjlSi/+MhMmRYtUE=","exportNames":["*"],"imports":1}},{"name":"expo-linear-gradient","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0,"index":219},"end":{"line":13,"column":54,"index":273}}],"key":"U49Qf+lzUGUozi/zW+nL0UJUvcg=","exportNames":["*"],"imports":1}},{"name":"../../constants/colors","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":14,"column":0,"index":274},"end":{"line":14,"column":44,"index":318}}],"key":"fGrGUPNMLmLukL54XEqv2tSlgH0=","exportNames":["*"],"imports":1}},{"name":"../../constants/theme","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":15,"column":0,"index":319},"end":{"line":15,"column":82,"index":401}}],"key":"hMrjwT7TM4K6cGGTPMoVo6qhFRc=","exportNames":["*"],"imports":1}},{"name":"react/jsx-dev-runtime","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"L9D70Z4hi4aGuui1ysja/oQ5ytI=","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/src/screens/Profile/ProfileScreen.tsx\",\n _s = $RefreshSig$();\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 Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return ProfileScreen;\n }\n });\n var _babelRuntimeHelpersSlicedToArray = require(_dependencyMap[0], \"@babel/runtime/helpers/slicedToArray\");\n var _slicedToArray = _interopDefault(_babelRuntimeHelpersSlicedToArray);\n var _react = require(_dependencyMap[1], \"react\");\n var _reactNative = require(_dependencyMap[2], \"react-native\");\n var _expoVectorIcons = require(_dependencyMap[3], \"@expo/vector-icons\");\n var _expoLinearGradient = require(_dependencyMap[4], \"expo-linear-gradient\");\n var _constantsColors = require(_dependencyMap[5], \"../../constants/colors\");\n var Colors = _interopDefault(_constantsColors);\n var _constantsTheme = require(_dependencyMap[6], \"../../constants/theme\");\n var _reactJsxDevRuntime = require(_dependencyMap[7], \"react/jsx-dev-runtime\");\n function ProfileScreen(_ref) {\n _s();\n var navigation = _ref.navigation;\n var _useState = (0, _react.useState)(true),\n _useState2 = (0, _slicedToArray.default)(_useState, 2),\n notificationsEnabled = _useState2[0],\n setNotificationsEnabled = _useState2[1];\n var _useState3 = (0, _react.useState)(false),\n _useState4 = (0, _slicedToArray.default)(_useState3, 2),\n biometricEnabled = _useState4[0],\n setBiometricEnabled = _useState4[1];\n var accountMenuItems = [{\n id: 'edit-profile',\n icon: 'person-outline',\n title: 'Edit Profile',\n subtitle: 'Update your personal information',\n onPress: () => _reactNative.Alert.alert('Edit Profile', 'Coming soon'),\n showArrow: true\n }, {\n id: 'identity',\n icon: 'card-outline',\n title: 'Digital Identity',\n subtitle: 'View your Kurdistan Citizen Card',\n onPress: () => navigation.navigate('Identity'),\n showArrow: true\n }, {\n id: 'trust-score',\n icon: 'star-outline',\n title: 'Trust Score',\n subtitle: '750 points',\n onPress: () => navigation.navigate('TrustScore'),\n showArrow: true\n }];\n var securityMenuItems = [{\n id: 'change-password',\n icon: 'lock-closed-outline',\n title: 'Change Password',\n onPress: () => _reactNative.Alert.alert('Change Password', 'Coming soon'),\n showArrow: true\n }, {\n id: 'biometric',\n icon: 'finger-print-outline',\n title: 'Biometric Authentication',\n onPress: () => {},\n showSwitch: true,\n switchValue: biometricEnabled\n }, {\n id: 'backup',\n icon: 'cloud-upload-outline',\n title: 'Backup Wallet',\n subtitle: 'Secure your recovery phrase',\n onPress: () => _reactNative.Alert.alert('Backup Wallet', 'This feature will help you backup your wallet securely.'),\n showArrow: true\n }];\n var preferencesMenuItems = [{\n id: 'notifications',\n icon: 'notifications-outline',\n title: 'Push Notifications',\n onPress: () => {},\n showSwitch: true,\n switchValue: notificationsEnabled\n }, {\n id: 'language',\n icon: 'language-outline',\n title: 'Language',\n subtitle: 'English',\n onPress: () => navigation.navigate('LanguageSelection'),\n showArrow: true\n }, {\n id: 'currency',\n icon: 'cash-outline',\n title: 'Currency',\n subtitle: 'USD',\n onPress: () => _reactNative.Alert.alert('Currency', 'Currency selection coming soon'),\n showArrow: true\n }];\n var supportMenuItems = [{\n id: 'help',\n icon: 'help-circle-outline',\n title: 'Help Center',\n onPress: () => _reactNative.Alert.alert('Help Center', 'Visit help.pezkuwichain.io'),\n showArrow: true\n }, {\n id: 'about',\n icon: 'information-circle-outline',\n title: 'About PezkuwiChain',\n subtitle: 'Version 1.0.0',\n onPress: () => _reactNative.Alert.alert('About', 'PezkuwiChain v1.0.0\\nBuilding the future of Kurdish digital infrastructure'),\n showArrow: true\n }, {\n id: 'terms',\n icon: 'document-text-outline',\n title: 'Terms & Privacy',\n onPress: () => _reactNative.Alert.alert('Terms', 'View terms and privacy policy'),\n showArrow: true\n }];\n var handleLogout = () => {\n _reactNative.Alert.alert('Logout', 'Are you sure you want to logout?', [{\n text: 'Cancel',\n style: 'cancel'\n }, {\n text: 'Logout',\n style: 'destructive',\n onPress: () => navigation.navigate('LanguageSelection')\n }]);\n };\n var renderMenuItem = item => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.menuItem,\n onPress: item.onPress,\n activeOpacity: 0.7,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.menuIconContainer,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: item.icon,\n size: 24,\n color: Colors.default.teal\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 160,\n columnNumber: 9\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 159,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.menuContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.menuTitle,\n children: item.title\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 164,\n columnNumber: 9\n }, this), item.subtitle && /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.menuSubtitle,\n children: item.subtitle\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 165,\n columnNumber: 27\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 163,\n columnNumber: 7\n }, this), item.showArrow && /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"chevron-forward\",\n size: 20,\n color: Colors.default.textGray\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 169,\n columnNumber: 9\n }, this), item.showSwitch && /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Switch, {\n value: item.switchValue,\n onValueChange: value => {\n if (item.id === 'notifications') {\n setNotificationsEnabled(value);\n } else if (item.id === 'biometric') {\n setBiometricEnabled(value);\n }\n },\n trackColor: {\n false: '#D0D0D0',\n true: Colors.default.teal\n },\n thumbColor: \"#FFFFFF\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 173,\n columnNumber: 9\n }, this)]\n }, item.id, true, {\n fileName: _jsxFileName,\n lineNumber: 153,\n columnNumber: 5\n }, this);\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.SafeAreaView, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.ScrollView, {\n showsVerticalScrollIndicator: false,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoLinearGradient.LinearGradient, {\n colors: Colors.default.gradients.header,\n style: styles.header,\n start: {\n x: 0,\n y: 0\n },\n end: {\n x: 1,\n y: 1\n },\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.profileInfo,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.avatar,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"person\",\n size: 40,\n color: \"#FFFFFF\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 201,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 200,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.userInfo,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.userName,\n children: \"Satoshi Qazi Muhammed\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 205,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.userEmail,\n children: \"satoshi@pezkuwichain.io\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 206,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 204,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.editButton,\n onPress: () => _reactNative.Alert.alert('Edit Profile', 'Coming soon'),\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"create-outline\",\n size: 20,\n color: \"#FFFFFF\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 213,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 209,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 199,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.statsContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.statItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.statValue,\n children: \"750\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 220,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.statLabel,\n children: \"Trust Score\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 221,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 219,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.statDivider\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 224,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.statItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.statValue,\n children: \"24\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 227,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.statLabel,\n children: \"Referrals\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 228,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 226,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.statDivider\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 231,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.statItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.statValue,\n children: \"5\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 234,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.statLabel,\n children: \"Certificates\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 235,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 233,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 218,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 193,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.sectionTitle,\n children: \"Account\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 242,\n columnNumber: 11\n }, this), accountMenuItems.map(renderMenuItem)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 241,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.sectionTitle,\n children: \"Security\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 248,\n columnNumber: 11\n }, this), securityMenuItems.map(renderMenuItem)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 247,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.sectionTitle,\n children: \"Preferences\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 254,\n columnNumber: 11\n }, this), preferencesMenuItems.map(renderMenuItem)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 253,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.sectionTitle,\n children: \"Support\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 260,\n columnNumber: 11\n }, this), supportMenuItems.map(renderMenuItem)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 259,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.logoutButton,\n onPress: handleLogout,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"log-out-outline\",\n size: 24,\n color: Colors.default.coral\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 266,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.logoutText,\n children: \"Logout\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 267,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 265,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: {\n height: 40\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 270,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 191,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 190,\n columnNumber: 5\n }, this);\n }\n _s(ProfileScreen, \"eXiOsYS7NujDrfLfi53kpCGVTYg=\");\n _c = ProfileScreen;\n var styles = _reactNative.StyleSheet.create({\n container: {\n flex: 1,\n backgroundColor: Colors.default.background\n },\n header: {\n paddingHorizontal: _constantsTheme.Spacing.xl,\n paddingTop: _constantsTheme.Spacing.xxxl,\n paddingBottom: _constantsTheme.Spacing.xl,\n borderBottomLeftRadius: _constantsTheme.BorderRadius.xxlarge,\n borderBottomRightRadius: _constantsTheme.BorderRadius.xxlarge\n },\n profileInfo: {\n flexDirection: 'row',\n alignItems: 'center',\n marginBottom: _constantsTheme.Spacing.xl\n },\n avatar: {\n width: 70,\n height: 70,\n borderRadius: 35,\n backgroundColor: 'rgba(255, 255, 255, 0.3)',\n justifyContent: 'center',\n alignItems: 'center',\n borderWidth: 3,\n borderColor: '#FFFFFF'\n },\n userInfo: {\n flex: 1,\n marginLeft: _constantsTheme.Spacing.lg\n },\n userName: {\n fontSize: _constantsTheme.Typography.sizes.xlarge,\n fontWeight: _constantsTheme.Typography.weights.bold,\n color: '#FFFFFF',\n marginBottom: 4\n },\n userEmail: {\n fontSize: _constantsTheme.Typography.sizes.small,\n color: 'rgba(255, 255, 255, 0.9)'\n },\n editButton: {\n width: 40,\n height: 40,\n borderRadius: 20,\n backgroundColor: 'rgba(255, 255, 255, 0.3)',\n justifyContent: 'center',\n alignItems: 'center'\n },\n statsContainer: {\n flexDirection: 'row',\n backgroundColor: 'rgba(255, 255, 255, 0.2)',\n borderRadius: _constantsTheme.BorderRadius.large,\n padding: _constantsTheme.Spacing.lg\n },\n statItem: {\n flex: 1,\n alignItems: 'center'\n },\n statValue: {\n fontSize: 24,\n fontWeight: _constantsTheme.Typography.weights.bold,\n color: '#FFFFFF',\n marginBottom: 4\n },\n statLabel: {\n fontSize: _constantsTheme.Typography.sizes.small,\n color: 'rgba(255, 255, 255, 0.9)'\n },\n statDivider: {\n width: 1,\n backgroundColor: 'rgba(255, 255, 255, 0.3)',\n marginHorizontal: _constantsTheme.Spacing.md\n },\n section: {\n marginTop: _constantsTheme.Spacing.xl,\n paddingHorizontal: _constantsTheme.Spacing.xl\n },\n sectionTitle: {\n fontSize: _constantsTheme.Typography.sizes.medium,\n fontWeight: _constantsTheme.Typography.weights.semibold,\n color: Colors.default.textGray,\n marginBottom: _constantsTheme.Spacing.md,\n textTransform: 'uppercase',\n letterSpacing: 0.5\n },\n menuItem: {\n flexDirection: 'row',\n alignItems: 'center',\n backgroundColor: Colors.default.card,\n padding: _constantsTheme.Spacing.lg,\n borderRadius: _constantsTheme.BorderRadius.large,\n marginBottom: _constantsTheme.Spacing.sm,\n ..._constantsTheme.Shadow.small\n },\n menuIconContainer: {\n width: 40,\n height: 40,\n borderRadius: 20,\n backgroundColor: Colors.default.teal + '20',\n justifyContent: 'center',\n alignItems: 'center',\n marginRight: _constantsTheme.Spacing.md\n },\n menuContent: {\n flex: 1\n },\n menuTitle: {\n fontSize: _constantsTheme.Typography.sizes.medium,\n fontWeight: _constantsTheme.Typography.weights.medium,\n color: Colors.default.textDark,\n marginBottom: 2\n },\n menuSubtitle: {\n fontSize: _constantsTheme.Typography.sizes.small,\n color: Colors.default.textGray\n },\n logoutButton: {\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'center',\n backgroundColor: Colors.default.coral + '20',\n marginHorizontal: _constantsTheme.Spacing.xl,\n marginTop: _constantsTheme.Spacing.xxxl,\n padding: _constantsTheme.Spacing.lg,\n borderRadius: _constantsTheme.BorderRadius.large,\n gap: _constantsTheme.Spacing.sm\n },\n logoutText: {\n fontSize: _constantsTheme.Typography.sizes.medium,\n fontWeight: _constantsTheme.Typography.weights.semibold,\n color: Colors.default.coral\n }\n });\n var _c;\n $RefreshReg$(_c, \"ProfileScreen\");\n});","lineCount":606,"map":[[14,2,28,15,"Object"],[14,8,28,15],[14,9,28,15,"defineProperty"],[14,23,28,15],[14,24,28,15,"exports"],[14,31,28,15],[15,4,28,15,"enumerable"],[15,14,28,15],[16,4,28,15,"get"],[16,7,28,15],[16,18,28,15,"get"],[16,19,28,15],[17,6,28,15],[17,13,28,15,"ProfileScreen"],[17,26,28,15],[18,4,28,15],[19,2,28,15],[20,2,274,1],[20,6,274,1,"_babelRuntimeHelpersSlicedToArray"],[20,39,274,1],[20,42,274,1,"require"],[20,49,274,1],[20,50,274,1,"_dependencyMap"],[20,64,274,1],[21,2,274,1],[21,6,274,1,"_slicedToArray"],[21,20,274,1],[21,23,274,1,"_interopDefault"],[21,38,274,1],[21,39,274,1,"_babelRuntimeHelpersSlicedToArray"],[21,72,274,1],[22,2,1,0],[22,6,1,0,"_react"],[22,12,1,0],[22,15,1,0,"require"],[22,22,1,0],[22,23,1,0,"_dependencyMap"],[22,37,1,0],[23,2,2,0],[23,6,2,0,"_reactNative"],[23,18,2,0],[23,21,2,0,"require"],[23,28,2,0],[23,29,2,0,"_dependencyMap"],[23,43,2,0],[24,2,12,0],[24,6,12,0,"_expoVectorIcons"],[24,22,12,0],[24,25,12,0,"require"],[24,32,12,0],[24,33,12,0,"_dependencyMap"],[24,47,12,0],[25,2,13,0],[25,6,13,0,"_expoLinearGradient"],[25,25,13,0],[25,28,13,0,"require"],[25,35,13,0],[25,36,13,0,"_dependencyMap"],[25,50,13,0],[26,2,14,0],[26,6,14,0,"_constantsColors"],[26,22,14,0],[26,25,14,0,"require"],[26,32,14,0],[26,33,14,0,"_dependencyMap"],[26,47,14,0],[27,2,14,0],[27,6,14,0,"Colors"],[27,12,14,0],[27,15,14,0,"_interopDefault"],[27,30,14,0],[27,31,14,0,"_constantsColors"],[27,47,14,0],[28,2,15,0],[28,6,15,0,"_constantsTheme"],[28,21,15,0],[28,24,15,0,"require"],[28,31,15,0],[28,32,15,0,"_dependencyMap"],[28,46,15,0],[29,2,15,82],[29,6,15,82,"_reactJsxDevRuntime"],[29,25,15,82],[29,28,15,82,"require"],[29,35,15,82],[29,36,15,82,"_dependencyMap"],[29,50,15,82],[30,2,28,15],[30,11,28,24,"ProfileScreen"],[30,24,28,37,"ProfileScreen"],[30,25,28,37,"_ref"],[30,29,28,37],[30,31,28,59],[31,4,28,59,"_s"],[31,6,28,59],[32,4,28,59],[32,8,28,40,"navigation"],[32,18,28,50],[32,21,28,50,"_ref"],[32,25,28,50],[32,26,28,40,"navigation"],[32,36,28,50],[33,4,29,2],[33,8,29,2,"_useState"],[33,17,29,2],[33,20,29,58],[33,24,29,58,"useState"],[33,30,29,66],[33,31,29,66,"useState"],[33,39,29,66],[33,41,29,67],[33,45,29,71],[33,46,29,72],[34,6,29,72,"_useState2"],[34,16,29,72],[34,23,29,72,"_slicedToArray"],[34,37,29,72],[34,38,29,72,"default"],[34,45,29,72],[34,47,29,72,"_useState"],[34,56,29,72],[35,6,29,9,"notificationsEnabled"],[35,26,29,29],[35,29,29,29,"_useState2"],[35,39,29,29],[36,6,29,31,"setNotificationsEnabled"],[36,29,29,54],[36,32,29,54,"_useState2"],[36,42,29,54],[37,4,30,2],[37,8,30,2,"_useState3"],[37,18,30,2],[37,21,30,50],[37,25,30,50,"useState"],[37,31,30,58],[37,32,30,58,"useState"],[37,40,30,58],[37,42,30,59],[37,47,30,64],[37,48,30,65],[38,6,30,65,"_useState4"],[38,16,30,65],[38,23,30,65,"_slicedToArray"],[38,37,30,65],[38,38,30,65,"default"],[38,45,30,65],[38,47,30,65,"_useState3"],[38,57,30,65],[39,6,30,9,"biometricEnabled"],[39,22,30,25],[39,25,30,25,"_useState4"],[39,35,30,25],[40,6,30,27,"setBiometricEnabled"],[40,25,30,46],[40,28,30,46,"_useState4"],[40,38,30,46],[41,4,32,2],[41,8,32,8,"accountMenuItems"],[41,24,32,36],[41,27,32,39],[41,28,33,4],[42,6,34,6,"id"],[42,8,34,8],[42,10,34,10],[42,24,34,24],[43,6,35,6,"icon"],[43,10,35,10],[43,12,35,12],[43,28,35,28],[44,6,36,6,"title"],[44,11,36,11],[44,13,36,13],[44,27,36,27],[45,6,37,6,"subtitle"],[45,14,37,14],[45,16,37,16],[45,50,37,50],[46,6,38,6,"onPress"],[46,13,38,13],[46,15,38,15,"onPress"],[46,16,38,15],[46,21,38,21,"Alert"],[46,33,38,26],[46,34,38,26,"Alert"],[46,39,38,26],[46,40,38,27,"alert"],[46,45,38,32],[46,46,38,33],[46,60,38,47],[46,62,38,49],[46,75,38,62],[46,76,38,63],[47,6,39,6,"showArrow"],[47,15,39,15],[47,17,39,17],[48,4,40,4],[48,5,40,5],[48,7,41,4],[49,6,42,6,"id"],[49,8,42,8],[49,10,42,10],[49,20,42,20],[50,6,43,6,"icon"],[50,10,43,10],[50,12,43,12],[50,26,43,26],[51,6,44,6,"title"],[51,11,44,11],[51,13,44,13],[51,31,44,31],[52,6,45,6,"subtitle"],[52,14,45,14],[52,16,45,16],[52,50,45,50],[53,6,46,6,"onPress"],[53,13,46,13],[53,15,46,15,"onPress"],[53,16,46,15],[53,21,46,21,"navigation"],[53,31,46,31],[53,32,46,32,"navigate"],[53,40,46,40],[53,41,46,41],[53,51,46,51],[53,52,46,52],[54,6,47,6,"showArrow"],[54,15,47,15],[54,17,47,17],[55,4,48,4],[55,5,48,5],[55,7,49,4],[56,6,50,6,"id"],[56,8,50,8],[56,10,50,10],[56,23,50,23],[57,6,51,6,"icon"],[57,10,51,10],[57,12,51,12],[57,26,51,26],[58,6,52,6,"title"],[58,11,52,11],[58,13,52,13],[58,26,52,26],[59,6,53,6,"subtitle"],[59,14,53,14],[59,16,53,16],[59,28,53,28],[60,6,54,6,"onPress"],[60,13,54,13],[60,15,54,15,"onPress"],[60,16,54,15],[60,21,54,21,"navigation"],[60,31,54,31],[60,32,54,32,"navigate"],[60,40,54,40],[60,41,54,41],[60,53,54,53],[60,54,54,54],[61,6,55,6,"showArrow"],[61,15,55,15],[61,17,55,17],[62,4,56,4],[62,5,56,5],[62,6,57,3],[63,4,59,2],[63,8,59,8,"securityMenuItems"],[63,25,59,37],[63,28,59,40],[63,29,60,4],[64,6,61,6,"id"],[64,8,61,8],[64,10,61,10],[64,27,61,27],[65,6,62,6,"icon"],[65,10,62,10],[65,12,62,12],[65,33,62,33],[66,6,63,6,"title"],[66,11,63,11],[66,13,63,13],[66,30,63,30],[67,6,64,6,"onPress"],[67,13,64,13],[67,15,64,15,"onPress"],[67,16,64,15],[67,21,64,21,"Alert"],[67,33,64,26],[67,34,64,26,"Alert"],[67,39,64,26],[67,40,64,27,"alert"],[67,45,64,32],[67,46,64,33],[67,63,64,50],[67,65,64,52],[67,78,64,65],[67,79,64,66],[68,6,65,6,"showArrow"],[68,15,65,15],[68,17,65,17],[69,4,66,4],[69,5,66,5],[69,7,67,4],[70,6,68,6,"id"],[70,8,68,8],[70,10,68,10],[70,21,68,21],[71,6,69,6,"icon"],[71,10,69,10],[71,12,69,12],[71,34,69,34],[72,6,70,6,"title"],[72,11,70,11],[72,13,70,13],[72,39,70,39],[73,6,71,6,"onPress"],[73,13,71,13],[73,15,71,15,"onPress"],[73,16,71,15],[73,21,71,21],[73,22,71,22],[73,23,71,23],[74,6,72,6,"showSwitch"],[74,16,72,16],[74,18,72,18],[74,22,72,22],[75,6,73,6,"switchValue"],[75,17,73,17],[75,19,73,19,"biometricEnabled"],[76,4,74,4],[76,5,74,5],[76,7,75,4],[77,6,76,6,"id"],[77,8,76,8],[77,10,76,10],[77,18,76,18],[78,6,77,6,"icon"],[78,10,77,10],[78,12,77,12],[78,34,77,34],[79,6,78,6,"title"],[79,11,78,11],[79,13,78,13],[79,28,78,28],[80,6,79,6,"subtitle"],[80,14,79,14],[80,16,79,16],[80,45,79,45],[81,6,80,6,"onPress"],[81,13,80,13],[81,15,80,15,"onPress"],[81,16,80,15],[81,21,80,21,"Alert"],[81,33,80,26],[81,34,80,26,"Alert"],[81,39,80,26],[81,40,80,27,"alert"],[81,45,80,32],[81,46,80,33],[81,61,80,48],[81,63,80,50],[81,120,80,107],[81,121,80,108],[82,6,81,6,"showArrow"],[82,15,81,15],[82,17,81,17],[83,4,82,4],[83,5,82,5],[83,6,83,3],[84,4,85,2],[84,8,85,8,"preferencesMenuItems"],[84,28,85,40],[84,31,85,43],[84,32,86,4],[85,6,87,6,"id"],[85,8,87,8],[85,10,87,10],[85,25,87,25],[86,6,88,6,"icon"],[86,10,88,10],[86,12,88,12],[86,35,88,35],[87,6,89,6,"title"],[87,11,89,11],[87,13,89,13],[87,33,89,33],[88,6,90,6,"onPress"],[88,13,90,13],[88,15,90,15,"onPress"],[88,16,90,15],[88,21,90,21],[88,22,90,22],[88,23,90,23],[89,6,91,6,"showSwitch"],[89,16,91,16],[89,18,91,18],[89,22,91,22],[90,6,92,6,"switchValue"],[90,17,92,17],[90,19,92,19,"notificationsEnabled"],[91,4,93,4],[91,5,93,5],[91,7,94,4],[92,6,95,6,"id"],[92,8,95,8],[92,10,95,10],[92,20,95,20],[93,6,96,6,"icon"],[93,10,96,10],[93,12,96,12],[93,30,96,30],[94,6,97,6,"title"],[94,11,97,11],[94,13,97,13],[94,23,97,23],[95,6,98,6,"subtitle"],[95,14,98,14],[95,16,98,16],[95,25,98,25],[96,6,99,6,"onPress"],[96,13,99,13],[96,15,99,15,"onPress"],[96,16,99,15],[96,21,99,21,"navigation"],[96,31,99,31],[96,32,99,32,"navigate"],[96,40,99,40],[96,41,99,41],[96,60,99,60],[96,61,99,61],[97,6,100,6,"showArrow"],[97,15,100,15],[97,17,100,17],[98,4,101,4],[98,5,101,5],[98,7,102,4],[99,6,103,6,"id"],[99,8,103,8],[99,10,103,10],[99,20,103,20],[100,6,104,6,"icon"],[100,10,104,10],[100,12,104,12],[100,26,104,26],[101,6,105,6,"title"],[101,11,105,11],[101,13,105,13],[101,23,105,23],[102,6,106,6,"subtitle"],[102,14,106,14],[102,16,106,16],[102,21,106,21],[103,6,107,6,"onPress"],[103,13,107,13],[103,15,107,15,"onPress"],[103,16,107,15],[103,21,107,21,"Alert"],[103,33,107,26],[103,34,107,26,"Alert"],[103,39,107,26],[103,40,107,27,"alert"],[103,45,107,32],[103,46,107,33],[103,56,107,43],[103,58,107,45],[103,90,107,77],[103,91,107,78],[104,6,108,6,"showArrow"],[104,15,108,15],[104,17,108,17],[105,4,109,4],[105,5,109,5],[105,6,110,3],[106,4,112,2],[106,8,112,8,"supportMenuItems"],[106,24,112,36],[106,27,112,39],[106,28,113,4],[107,6,114,6,"id"],[107,8,114,8],[107,10,114,10],[107,16,114,16],[108,6,115,6,"icon"],[108,10,115,10],[108,12,115,12],[108,33,115,33],[109,6,116,6,"title"],[109,11,116,11],[109,13,116,13],[109,26,116,26],[110,6,117,6,"onPress"],[110,13,117,13],[110,15,117,15,"onPress"],[110,16,117,15],[110,21,117,21,"Alert"],[110,33,117,26],[110,34,117,26,"Alert"],[110,39,117,26],[110,40,117,27,"alert"],[110,45,117,32],[110,46,117,33],[110,59,117,46],[110,61,117,48],[110,89,117,76],[110,90,117,77],[111,6,118,6,"showArrow"],[111,15,118,15],[111,17,118,17],[112,4,119,4],[112,5,119,5],[112,7,120,4],[113,6,121,6,"id"],[113,8,121,8],[113,10,121,10],[113,17,121,17],[114,6,122,6,"icon"],[114,10,122,10],[114,12,122,12],[114,40,122,40],[115,6,123,6,"title"],[115,11,123,11],[115,13,123,13],[115,33,123,33],[116,6,124,6,"subtitle"],[116,14,124,14],[116,16,124,16],[116,31,124,31],[117,6,125,6,"onPress"],[117,13,125,13],[117,15,125,15,"onPress"],[117,16,125,15],[117,21,125,21,"Alert"],[117,33,125,26],[117,34,125,26,"Alert"],[117,39,125,26],[117,40,125,27,"alert"],[117,45,125,32],[117,46,125,33],[117,53,125,40],[117,55,125,42],[117,131,125,118],[117,132,125,119],[118,6,126,6,"showArrow"],[118,15,126,15],[118,17,126,17],[119,4,127,4],[119,5,127,5],[119,7,128,4],[120,6,129,6,"id"],[120,8,129,8],[120,10,129,10],[120,17,129,17],[121,6,130,6,"icon"],[121,10,130,10],[121,12,130,12],[121,35,130,35],[122,6,131,6,"title"],[122,11,131,11],[122,13,131,13],[122,30,131,30],[123,6,132,6,"onPress"],[123,13,132,13],[123,15,132,15,"onPress"],[123,16,132,15],[123,21,132,21,"Alert"],[123,33,132,26],[123,34,132,26,"Alert"],[123,39,132,26],[123,40,132,27,"alert"],[123,45,132,32],[123,46,132,33],[123,53,132,40],[123,55,132,42],[123,86,132,73],[123,87,132,74],[124,6,133,6,"showArrow"],[124,15,133,15],[124,17,133,17],[125,4,134,4],[125,5,134,5],[125,6,135,3],[126,4,137,2],[126,8,137,8,"handleLogout"],[126,20,137,20],[126,23,137,23,"handleLogout"],[126,24,137,23],[126,29,137,29],[127,6,138,4,"Alert"],[127,18,138,9],[127,19,138,9,"Alert"],[127,24,138,9],[127,25,138,10,"alert"],[127,30,138,15],[127,31,139,6],[127,39,139,14],[127,41,140,6],[127,75,140,40],[127,77,141,6],[127,78,142,8],[128,8,142,10,"text"],[128,12,142,14],[128,14,142,16],[128,22,142,24],[129,8,142,26,"style"],[129,13,142,31],[129,15,142,33],[130,6,142,42],[130,7,142,43],[130,9,143,8],[131,8,144,10,"text"],[131,12,144,14],[131,14,144,16],[131,22,144,24],[132,8,145,10,"style"],[132,13,145,15],[132,15,145,17],[132,28,145,30],[133,8,146,10,"onPress"],[133,15,146,17],[133,17,146,19,"onPress"],[133,18,146,19],[133,23,146,25,"navigation"],[133,33,146,35],[133,34,146,36,"navigate"],[133,42,146,44],[133,43,146,45],[133,62,146,64],[134,6,147,8],[134,7,147,9],[134,8,149,4],[134,9,149,5],[135,4,150,2],[135,5,150,3],[136,4,152,2],[136,8,152,8,"renderMenuItem"],[136,22,152,22],[136,25,152,26,"item"],[136,29,152,40],[136,46,153,4],[136,50,153,4,"_reactJsxDevRuntime"],[136,69,153,4],[136,70,153,4,"jsxDEV"],[136,76,153,4],[136,78,153,5,"_reactNative"],[136,90,153,21],[136,91,153,21,"TouchableOpacity"],[136,107,153,21],[137,6,155,6,"style"],[137,11,155,11],[137,13,155,13,"styles"],[137,19,155,19],[137,20,155,20,"menuItem"],[137,28,155,29],[138,6,156,6,"onPress"],[138,13,156,13],[138,15,156,15,"item"],[138,19,156,19],[138,20,156,20,"onPress"],[138,27,156,28],[139,6,157,6,"activeOpacity"],[139,19,157,19],[139,21,157,21],[139,24,157,25],[140,6,157,25,"children"],[140,14,157,25],[140,30,159,6],[140,34,159,6,"_reactJsxDevRuntime"],[140,53,159,6],[140,54,159,6,"jsxDEV"],[140,60,159,6],[140,62,159,7,"_reactNative"],[140,74,159,11],[140,75,159,11,"View"],[140,79,159,11],[141,8,159,12,"style"],[141,13,159,17],[141,15,159,19,"styles"],[141,21,159,25],[141,22,159,26,"menuIconContainer"],[141,39,159,44],[142,8,159,44,"children"],[142,16,159,44],[142,31,160,8],[142,35,160,8,"_reactJsxDevRuntime"],[142,54,160,8],[142,55,160,8,"jsxDEV"],[142,61,160,8],[142,63,160,9,"_expoVectorIcons"],[142,79,160,17],[142,80,160,17,"Ionicons"],[142,88,160,17],[143,10,160,18,"name"],[143,14,160,22],[143,16,160,24,"item"],[143,20,160,28],[143,21,160,29,"icon"],[143,25,160,34],[144,10,160,35,"size"],[144,14,160,39],[144,16,160,41],[144,18,160,44],[145,10,160,45,"color"],[145,15,160,50],[145,17,160,52,"Colors"],[145,23,160,58],[145,24,160,58,"default"],[145,31,160,58],[145,32,160,59,"teal"],[146,8,160,64],[147,10,160,64,"fileName"],[147,18,160,64],[147,20,160,64,"_jsxFileName"],[147,32,160,64],[148,10,160,64,"lineNumber"],[148,20,160,64],[149,10,160,64,"columnNumber"],[149,22,160,64],[150,8,160,64],[150,15,160,66],[151,6,160,67],[152,8,160,67,"fileName"],[152,16,160,67],[152,18,160,67,"_jsxFileName"],[152,30,160,67],[153,8,160,67,"lineNumber"],[153,18,160,67],[154,8,160,67,"columnNumber"],[154,20,160,67],[155,6,160,67],[155,13,161,12],[155,14,161,13],[155,29,163,6],[155,33,163,6,"_reactJsxDevRuntime"],[155,52,163,6],[155,53,163,6,"jsxDEV"],[155,59,163,6],[155,61,163,7,"_reactNative"],[155,73,163,11],[155,74,163,11,"View"],[155,78,163,11],[156,8,163,12,"style"],[156,13,163,17],[156,15,163,19,"styles"],[156,21,163,25],[156,22,163,26,"menuContent"],[156,33,163,38],[157,8,163,38,"children"],[157,16,163,38],[157,32,164,8],[157,36,164,8,"_reactJsxDevRuntime"],[157,55,164,8],[157,56,164,8,"jsxDEV"],[157,62,164,8],[157,64,164,9,"_reactNative"],[157,76,164,13],[157,77,164,13,"Text"],[157,81,164,13],[158,10,164,14,"style"],[158,15,164,19],[158,17,164,21,"styles"],[158,23,164,27],[158,24,164,28,"menuTitle"],[158,33,164,38],[159,10,164,38,"children"],[159,18,164,38],[159,20,164,40,"item"],[159,24,164,44],[159,25,164,45,"title"],[160,8,164,50],[161,10,164,50,"fileName"],[161,18,164,50],[161,20,164,50,"_jsxFileName"],[161,32,164,50],[162,10,164,50,"lineNumber"],[162,20,164,50],[163,10,164,50,"columnNumber"],[163,22,164,50],[164,8,164,50],[164,15,164,57],[164,16,164,58],[164,18,165,9,"item"],[164,22,165,13],[164,23,165,14,"subtitle"],[164,31,165,22],[164,48,165,26],[164,52,165,26,"_reactJsxDevRuntime"],[164,71,165,26],[164,72,165,26,"jsxDEV"],[164,78,165,26],[164,80,165,27,"_reactNative"],[164,92,165,31],[164,93,165,31,"Text"],[164,97,165,31],[165,10,165,32,"style"],[165,15,165,37],[165,17,165,39,"styles"],[165,23,165,45],[165,24,165,46,"menuSubtitle"],[165,36,165,59],[166,10,165,59,"children"],[166,18,165,59],[166,20,165,61,"item"],[166,24,165,65],[166,25,165,66,"subtitle"],[167,8,165,74],[168,10,165,74,"fileName"],[168,18,165,74],[168,20,165,74,"_jsxFileName"],[168,32,165,74],[169,10,165,74,"lineNumber"],[169,20,165,74],[170,10,165,74,"columnNumber"],[170,22,165,74],[171,8,165,74],[171,15,165,81],[171,16,165,82],[172,6,165,82],[173,8,165,82,"fileName"],[173,16,165,82],[173,18,165,82,"_jsxFileName"],[173,30,165,82],[174,8,165,82,"lineNumber"],[174,18,165,82],[175,8,165,82,"columnNumber"],[175,20,165,82],[176,6,165,82],[176,13,166,12],[176,14,166,13],[176,16,168,7,"item"],[176,20,168,11],[176,21,168,12,"showArrow"],[176,30,168,21],[176,47,169,8],[176,51,169,8,"_reactJsxDevRuntime"],[176,70,169,8],[176,71,169,8,"jsxDEV"],[176,77,169,8],[176,79,169,9,"_expoVectorIcons"],[176,95,169,17],[176,96,169,17,"Ionicons"],[176,104,169,17],[177,8,169,18,"name"],[177,12,169,22],[177,14,169,23],[177,31,169,40],[178,8,169,41,"size"],[178,12,169,45],[178,14,169,47],[178,16,169,50],[179,8,169,51,"color"],[179,13,169,56],[179,15,169,58,"Colors"],[179,21,169,64],[179,22,169,64,"default"],[179,29,169,64],[179,30,169,65,"textGray"],[180,6,169,74],[181,8,169,74,"fileName"],[181,16,169,74],[181,18,169,74,"_jsxFileName"],[181,30,169,74],[182,8,169,74,"lineNumber"],[182,18,169,74],[183,8,169,74,"columnNumber"],[183,20,169,74],[184,6,169,74],[184,13,169,76],[184,14,170,7],[184,16,172,7,"item"],[184,20,172,11],[184,21,172,12,"showSwitch"],[184,31,172,22],[184,48,173,8],[184,52,173,8,"_reactJsxDevRuntime"],[184,71,173,8],[184,72,173,8,"jsxDEV"],[184,78,173,8],[184,80,173,9,"_reactNative"],[184,92,173,15],[184,93,173,15,"Switch"],[184,99,173,15],[185,8,174,10,"value"],[185,13,174,15],[185,15,174,17,"item"],[185,19,174,21],[185,20,174,22,"switchValue"],[185,31,174,34],[186,8,175,10,"onValueChange"],[186,21,175,23],[186,23,175,26,"value"],[186,28,175,31],[186,32,175,36],[187,10,176,12],[187,14,176,16,"item"],[187,18,176,20],[187,19,176,21,"id"],[187,21,176,23],[187,26,176,28],[187,41,176,43],[187,43,176,45],[188,12,177,14,"setNotificationsEnabled"],[188,35,177,37],[188,36,177,38,"value"],[188,41,177,43],[188,42,177,44],[189,10,178,12],[189,11,178,13],[189,17,178,19],[189,21,178,23,"item"],[189,25,178,27],[189,26,178,28,"id"],[189,28,178,30],[189,33,178,35],[189,44,178,46],[189,46,178,48],[190,12,179,14,"setBiometricEnabled"],[190,31,179,33],[190,32,179,34,"value"],[190,37,179,39],[190,38,179,40],[191,10,180,12],[192,8,181,10],[192,9,181,12],[193,8,182,10,"trackColor"],[193,18,182,20],[193,20,182,22],[194,10,182,24,"false"],[194,15,182,29],[194,17,182,31],[194,26,182,40],[195,10,182,42,"true"],[195,14,182,46],[195,16,182,48,"Colors"],[195,22,182,54],[195,23,182,54,"default"],[195,30,182,54],[195,31,182,55,"teal"],[196,8,182,60],[196,9,182,62],[197,8,183,10,"thumbColor"],[197,18,183,20],[197,20,183,21],[198,6,183,30],[199,8,183,30,"fileName"],[199,16,183,30],[199,18,183,30,"_jsxFileName"],[199,30,183,30],[200,8,183,30,"lineNumber"],[200,18,183,30],[201,8,183,30,"columnNumber"],[201,20,183,30],[202,6,183,30],[202,13,184,9],[202,14,185,7],[203,4,185,7],[203,7,154,11,"item"],[203,11,154,15],[203,12,154,16,"id"],[203,14,154,18],[204,6,154,18,"fileName"],[204,14,154,18],[204,16,154,18,"_jsxFileName"],[204,28,154,18],[205,6,154,18,"lineNumber"],[205,16,154,18],[206,6,154,18,"columnNumber"],[206,18,154,18],[207,4,154,18],[207,11,186,22],[207,12,187,3],[208,4,189,2],[208,24,190,4],[208,28,190,4,"_reactJsxDevRuntime"],[208,47,190,4],[208,48,190,4,"jsxDEV"],[208,54,190,4],[208,56,190,5,"_reactNative"],[208,68,190,17],[208,69,190,17,"SafeAreaView"],[208,81,190,17],[209,6,190,18,"style"],[209,11,190,23],[209,13,190,25,"styles"],[209,19,190,31],[209,20,190,32,"container"],[209,29,190,42],[210,6,190,42,"children"],[210,14,190,42],[210,29,191,6],[210,33,191,6,"_reactJsxDevRuntime"],[210,52,191,6],[210,53,191,6,"jsxDEV"],[210,59,191,6],[210,61,191,7,"_reactNative"],[210,73,191,17],[210,74,191,17,"ScrollView"],[210,84,191,17],[211,8,191,18,"showsVerticalScrollIndicator"],[211,36,191,46],[211,38,191,48],[211,43,191,54],[212,8,191,54,"children"],[212,16,191,54],[212,32,193,8],[212,36,193,8,"_reactJsxDevRuntime"],[212,55,193,8],[212,56,193,8,"jsxDEV"],[212,62,193,8],[212,64,193,9,"_expoLinearGradient"],[212,83,193,23],[212,84,193,23,"LinearGradient"],[212,98,193,23],[213,10,194,10,"colors"],[213,16,194,16],[213,18,194,18,"Colors"],[213,24,194,24],[213,25,194,24,"default"],[213,32,194,24],[213,33,194,25,"gradients"],[213,42,194,34],[213,43,194,35,"header"],[213,49,194,42],[214,10,195,10,"style"],[214,15,195,15],[214,17,195,17,"styles"],[214,23,195,23],[214,24,195,24,"header"],[214,30,195,31],[215,10,196,10,"start"],[215,15,196,15],[215,17,196,17],[216,12,196,19,"x"],[216,13,196,20],[216,15,196,22],[216,16,196,23],[217,12,196,25,"y"],[217,13,196,26],[217,15,196,28],[218,10,196,30],[218,11,196,32],[219,10,197,10,"end"],[219,13,197,13],[219,15,197,15],[220,12,197,17,"x"],[220,13,197,18],[220,15,197,20],[220,16,197,21],[221,12,197,23,"y"],[221,13,197,24],[221,15,197,26],[222,10,197,28],[222,11,197,30],[223,10,197,30,"children"],[223,18,197,30],[223,34,199,10],[223,38,199,10,"_reactJsxDevRuntime"],[223,57,199,10],[223,58,199,10,"jsxDEV"],[223,64,199,10],[223,66,199,11,"_reactNative"],[223,78,199,15],[223,79,199,15,"View"],[223,83,199,15],[224,12,199,16,"style"],[224,17,199,21],[224,19,199,23,"styles"],[224,25,199,29],[224,26,199,30,"profileInfo"],[224,37,199,42],[225,12,199,42,"children"],[225,20,199,42],[225,36,200,12],[225,40,200,12,"_reactJsxDevRuntime"],[225,59,200,12],[225,60,200,12,"jsxDEV"],[225,66,200,12],[225,68,200,13,"_reactNative"],[225,80,200,17],[225,81,200,17,"View"],[225,85,200,17],[226,14,200,18,"style"],[226,19,200,23],[226,21,200,25,"styles"],[226,27,200,31],[226,28,200,32,"avatar"],[226,34,200,39],[227,14,200,39,"children"],[227,22,200,39],[227,37,201,14],[227,41,201,14,"_reactJsxDevRuntime"],[227,60,201,14],[227,61,201,14,"jsxDEV"],[227,67,201,14],[227,69,201,15,"_expoVectorIcons"],[227,85,201,23],[227,86,201,23,"Ionicons"],[227,94,201,23],[228,16,201,24,"name"],[228,20,201,28],[228,22,201,29],[228,30,201,37],[229,16,201,38,"size"],[229,20,201,42],[229,22,201,44],[229,24,201,47],[230,16,201,48,"color"],[230,21,201,53],[230,23,201,54],[231,14,201,63],[232,16,201,63,"fileName"],[232,24,201,63],[232,26,201,63,"_jsxFileName"],[232,38,201,63],[233,16,201,63,"lineNumber"],[233,26,201,63],[234,16,201,63,"columnNumber"],[234,28,201,63],[235,14,201,63],[235,21,201,65],[236,12,201,66],[237,14,201,66,"fileName"],[237,22,201,66],[237,24,201,66,"_jsxFileName"],[237,36,201,66],[238,14,201,66,"lineNumber"],[238,24,201,66],[239,14,201,66,"columnNumber"],[239,26,201,66],[240,12,201,66],[240,19,202,18],[240,20,202,19],[240,35,204,12],[240,39,204,12,"_reactJsxDevRuntime"],[240,58,204,12],[240,59,204,12,"jsxDEV"],[240,65,204,12],[240,67,204,13,"_reactNative"],[240,79,204,17],[240,80,204,17,"View"],[240,84,204,17],[241,14,204,18,"style"],[241,19,204,23],[241,21,204,25,"styles"],[241,27,204,31],[241,28,204,32,"userInfo"],[241,36,204,41],[242,14,204,41,"children"],[242,22,204,41],[242,38,205,14],[242,42,205,14,"_reactJsxDevRuntime"],[242,61,205,14],[242,62,205,14,"jsxDEV"],[242,68,205,14],[242,70,205,15,"_reactNative"],[242,82,205,19],[242,83,205,19,"Text"],[242,87,205,19],[243,16,205,20,"style"],[243,21,205,25],[243,23,205,27,"styles"],[243,29,205,33],[243,30,205,34,"userName"],[243,38,205,43],[244,16,205,43,"children"],[244,24,205,43],[244,26,205,44],[245,14,205,65],[246,16,205,65,"fileName"],[246,24,205,65],[246,26,205,65,"_jsxFileName"],[246,38,205,65],[247,16,205,65,"lineNumber"],[247,26,205,65],[248,16,205,65,"columnNumber"],[248,28,205,65],[249,14,205,65],[249,21,205,71],[249,22,205,72],[249,37,206,14],[249,41,206,14,"_reactJsxDevRuntime"],[249,60,206,14],[249,61,206,14,"jsxDEV"],[249,67,206,14],[249,69,206,15,"_reactNative"],[249,81,206,19],[249,82,206,19,"Text"],[249,86,206,19],[250,16,206,20,"style"],[250,21,206,25],[250,23,206,27,"styles"],[250,29,206,33],[250,30,206,34,"userEmail"],[250,39,206,44],[251,16,206,44,"children"],[251,24,206,44],[251,26,206,45],[252,14,206,68],[253,16,206,68,"fileName"],[253,24,206,68],[253,26,206,68,"_jsxFileName"],[253,38,206,68],[254,16,206,68,"lineNumber"],[254,26,206,68],[255,16,206,68,"columnNumber"],[255,28,206,68],[256,14,206,68],[256,21,206,74],[256,22,206,75],[257,12,206,75],[258,14,206,75,"fileName"],[258,22,206,75],[258,24,206,75,"_jsxFileName"],[258,36,206,75],[259,14,206,75,"lineNumber"],[259,24,206,75],[260,14,206,75,"columnNumber"],[260,26,206,75],[261,12,206,75],[261,19,207,18],[261,20,207,19],[261,35,209,12],[261,39,209,12,"_reactJsxDevRuntime"],[261,58,209,12],[261,59,209,12,"jsxDEV"],[261,65,209,12],[261,67,209,13,"_reactNative"],[261,79,209,29],[261,80,209,29,"TouchableOpacity"],[261,96,209,29],[262,14,210,14,"style"],[262,19,210,19],[262,21,210,21,"styles"],[262,27,210,27],[262,28,210,28,"editButton"],[262,38,210,39],[263,14,211,14,"onPress"],[263,21,211,21],[263,23,211,23,"onPress"],[263,24,211,23],[263,29,211,29,"Alert"],[263,41,211,34],[263,42,211,34,"Alert"],[263,47,211,34],[263,48,211,35,"alert"],[263,53,211,40],[263,54,211,41],[263,68,211,55],[263,70,211,57],[263,83,211,70],[263,84,211,72],[264,14,211,72,"children"],[264,22,211,72],[264,37,213,14],[264,41,213,14,"_reactJsxDevRuntime"],[264,60,213,14],[264,61,213,14,"jsxDEV"],[264,67,213,14],[264,69,213,15,"_expoVectorIcons"],[264,85,213,23],[264,86,213,23,"Ionicons"],[264,94,213,23],[265,16,213,24,"name"],[265,20,213,28],[265,22,213,29],[265,38,213,45],[266,16,213,46,"size"],[266,20,213,50],[266,22,213,52],[266,24,213,55],[267,16,213,56,"color"],[267,21,213,61],[267,23,213,62],[268,14,213,71],[269,16,213,71,"fileName"],[269,24,213,71],[269,26,213,71,"_jsxFileName"],[269,38,213,71],[270,16,213,71,"lineNumber"],[270,26,213,71],[271,16,213,71,"columnNumber"],[271,28,213,71],[272,14,213,71],[272,21,213,73],[273,12,213,74],[274,14,213,74,"fileName"],[274,22,213,74],[274,24,213,74,"_jsxFileName"],[274,36,213,74],[275,14,213,74,"lineNumber"],[275,24,213,74],[276,14,213,74,"columnNumber"],[276,26,213,74],[277,12,213,74],[277,19,214,30],[277,20,214,31],[278,10,214,31],[279,12,214,31,"fileName"],[279,20,214,31],[279,22,214,31,"_jsxFileName"],[279,34,214,31],[280,12,214,31,"lineNumber"],[280,22,214,31],[281,12,214,31,"columnNumber"],[281,24,214,31],[282,10,214,31],[282,17,215,16],[282,18,215,17],[282,33,218,10],[282,37,218,10,"_reactJsxDevRuntime"],[282,56,218,10],[282,57,218,10,"jsxDEV"],[282,63,218,10],[282,65,218,11,"_reactNative"],[282,77,218,15],[282,78,218,15,"View"],[282,82,218,15],[283,12,218,16,"style"],[283,17,218,21],[283,19,218,23,"styles"],[283,25,218,29],[283,26,218,30,"statsContainer"],[283,40,218,45],[284,12,218,45,"children"],[284,20,218,45],[284,36,219,12],[284,40,219,12,"_reactJsxDevRuntime"],[284,59,219,12],[284,60,219,12,"jsxDEV"],[284,66,219,12],[284,68,219,13,"_reactNative"],[284,80,219,17],[284,81,219,17,"View"],[284,85,219,17],[285,14,219,18,"style"],[285,19,219,23],[285,21,219,25,"styles"],[285,27,219,31],[285,28,219,32,"statItem"],[285,36,219,41],[286,14,219,41,"children"],[286,22,219,41],[286,38,220,14],[286,42,220,14,"_reactJsxDevRuntime"],[286,61,220,14],[286,62,220,14,"jsxDEV"],[286,68,220,14],[286,70,220,15,"_reactNative"],[286,82,220,19],[286,83,220,19,"Text"],[286,87,220,19],[287,16,220,20,"style"],[287,21,220,25],[287,23,220,27,"styles"],[287,29,220,33],[287,30,220,34,"statValue"],[287,39,220,44],[288,16,220,44,"children"],[288,24,220,44],[288,26,220,45],[289,14,220,48],[290,16,220,48,"fileName"],[290,24,220,48],[290,26,220,48,"_jsxFileName"],[290,38,220,48],[291,16,220,48,"lineNumber"],[291,26,220,48],[292,16,220,48,"columnNumber"],[292,28,220,48],[293,14,220,48],[293,21,220,54],[293,22,220,55],[293,37,221,14],[293,41,221,14,"_reactJsxDevRuntime"],[293,60,221,14],[293,61,221,14,"jsxDEV"],[293,67,221,14],[293,69,221,15,"_reactNative"],[293,81,221,19],[293,82,221,19,"Text"],[293,86,221,19],[294,16,221,20,"style"],[294,21,221,25],[294,23,221,27,"styles"],[294,29,221,33],[294,30,221,34,"statLabel"],[294,39,221,44],[295,16,221,44,"children"],[295,24,221,44],[295,26,221,45],[296,14,221,56],[297,16,221,56,"fileName"],[297,24,221,56],[297,26,221,56,"_jsxFileName"],[297,38,221,56],[298,16,221,56,"lineNumber"],[298,26,221,56],[299,16,221,56,"columnNumber"],[299,28,221,56],[300,14,221,56],[300,21,221,62],[300,22,221,63],[301,12,221,63],[302,14,221,63,"fileName"],[302,22,221,63],[302,24,221,63,"_jsxFileName"],[302,36,221,63],[303,14,221,63,"lineNumber"],[303,24,221,63],[304,14,221,63,"columnNumber"],[304,26,221,63],[305,12,221,63],[305,19,222,18],[305,20,222,19],[305,35,224,12],[305,39,224,12,"_reactJsxDevRuntime"],[305,58,224,12],[305,59,224,12,"jsxDEV"],[305,65,224,12],[305,67,224,13,"_reactNative"],[305,79,224,17],[305,80,224,17,"View"],[305,84,224,17],[306,14,224,18,"style"],[306,19,224,23],[306,21,224,25,"styles"],[306,27,224,31],[306,28,224,32,"statDivider"],[307,12,224,44],[308,14,224,44,"fileName"],[308,22,224,44],[308,24,224,44,"_jsxFileName"],[308,36,224,44],[309,14,224,44,"lineNumber"],[309,24,224,44],[310,14,224,44,"columnNumber"],[310,26,224,44],[311,12,224,44],[311,19,224,46],[311,20,224,47],[311,35,226,12],[311,39,226,12,"_reactJsxDevRuntime"],[311,58,226,12],[311,59,226,12,"jsxDEV"],[311,65,226,12],[311,67,226,13,"_reactNative"],[311,79,226,17],[311,80,226,17,"View"],[311,84,226,17],[312,14,226,18,"style"],[312,19,226,23],[312,21,226,25,"styles"],[312,27,226,31],[312,28,226,32,"statItem"],[312,36,226,41],[313,14,226,41,"children"],[313,22,226,41],[313,38,227,14],[313,42,227,14,"_reactJsxDevRuntime"],[313,61,227,14],[313,62,227,14,"jsxDEV"],[313,68,227,14],[313,70,227,15,"_reactNative"],[313,82,227,19],[313,83,227,19,"Text"],[313,87,227,19],[314,16,227,20,"style"],[314,21,227,25],[314,23,227,27,"styles"],[314,29,227,33],[314,30,227,34,"statValue"],[314,39,227,44],[315,16,227,44,"children"],[315,24,227,44],[315,26,227,45],[316,14,227,47],[317,16,227,47,"fileName"],[317,24,227,47],[317,26,227,47,"_jsxFileName"],[317,38,227,47],[318,16,227,47,"lineNumber"],[318,26,227,47],[319,16,227,47,"columnNumber"],[319,28,227,47],[320,14,227,47],[320,21,227,53],[320,22,227,54],[320,37,228,14],[320,41,228,14,"_reactJsxDevRuntime"],[320,60,228,14],[320,61,228,14,"jsxDEV"],[320,67,228,14],[320,69,228,15,"_reactNative"],[320,81,228,19],[320,82,228,19,"Text"],[320,86,228,19],[321,16,228,20,"style"],[321,21,228,25],[321,23,228,27,"styles"],[321,29,228,33],[321,30,228,34,"statLabel"],[321,39,228,44],[322,16,228,44,"children"],[322,24,228,44],[322,26,228,45],[323,14,228,54],[324,16,228,54,"fileName"],[324,24,228,54],[324,26,228,54,"_jsxFileName"],[324,38,228,54],[325,16,228,54,"lineNumber"],[325,26,228,54],[326,16,228,54,"columnNumber"],[326,28,228,54],[327,14,228,54],[327,21,228,60],[327,22,228,61],[328,12,228,61],[329,14,228,61,"fileName"],[329,22,228,61],[329,24,228,61,"_jsxFileName"],[329,36,228,61],[330,14,228,61,"lineNumber"],[330,24,228,61],[331,14,228,61,"columnNumber"],[331,26,228,61],[332,12,228,61],[332,19,229,18],[332,20,229,19],[332,35,231,12],[332,39,231,12,"_reactJsxDevRuntime"],[332,58,231,12],[332,59,231,12,"jsxDEV"],[332,65,231,12],[332,67,231,13,"_reactNative"],[332,79,231,17],[332,80,231,17,"View"],[332,84,231,17],[333,14,231,18,"style"],[333,19,231,23],[333,21,231,25,"styles"],[333,27,231,31],[333,28,231,32,"statDivider"],[334,12,231,44],[335,14,231,44,"fileName"],[335,22,231,44],[335,24,231,44,"_jsxFileName"],[335,36,231,44],[336,14,231,44,"lineNumber"],[336,24,231,44],[337,14,231,44,"columnNumber"],[337,26,231,44],[338,12,231,44],[338,19,231,46],[338,20,231,47],[338,35,233,12],[338,39,233,12,"_reactJsxDevRuntime"],[338,58,233,12],[338,59,233,12,"jsxDEV"],[338,65,233,12],[338,67,233,13,"_reactNative"],[338,79,233,17],[338,80,233,17,"View"],[338,84,233,17],[339,14,233,18,"style"],[339,19,233,23],[339,21,233,25,"styles"],[339,27,233,31],[339,28,233,32,"statItem"],[339,36,233,41],[340,14,233,41,"children"],[340,22,233,41],[340,38,234,14],[340,42,234,14,"_reactJsxDevRuntime"],[340,61,234,14],[340,62,234,14,"jsxDEV"],[340,68,234,14],[340,70,234,15,"_reactNative"],[340,82,234,19],[340,83,234,19,"Text"],[340,87,234,19],[341,16,234,20,"style"],[341,21,234,25],[341,23,234,27,"styles"],[341,29,234,33],[341,30,234,34,"statValue"],[341,39,234,44],[342,16,234,44,"children"],[342,24,234,44],[342,26,234,45],[343,14,234,46],[344,16,234,46,"fileName"],[344,24,234,46],[344,26,234,46,"_jsxFileName"],[344,38,234,46],[345,16,234,46,"lineNumber"],[345,26,234,46],[346,16,234,46,"columnNumber"],[346,28,234,46],[347,14,234,46],[347,21,234,52],[347,22,234,53],[347,37,235,14],[347,41,235,14,"_reactJsxDevRuntime"],[347,60,235,14],[347,61,235,14,"jsxDEV"],[347,67,235,14],[347,69,235,15,"_reactNative"],[347,81,235,19],[347,82,235,19,"Text"],[347,86,235,19],[348,16,235,20,"style"],[348,21,235,25],[348,23,235,27,"styles"],[348,29,235,33],[348,30,235,34,"statLabel"],[348,39,235,44],[349,16,235,44,"children"],[349,24,235,44],[349,26,235,45],[350,14,235,57],[351,16,235,57,"fileName"],[351,24,235,57],[351,26,235,57,"_jsxFileName"],[351,38,235,57],[352,16,235,57,"lineNumber"],[352,26,235,57],[353,16,235,57,"columnNumber"],[353,28,235,57],[354,14,235,57],[354,21,235,63],[354,22,235,64],[355,12,235,64],[356,14,235,64,"fileName"],[356,22,235,64],[356,24,235,64,"_jsxFileName"],[356,36,235,64],[357,14,235,64,"lineNumber"],[357,24,235,64],[358,14,235,64,"columnNumber"],[358,26,235,64],[359,12,235,64],[359,19,236,18],[359,20,236,19],[360,10,236,19],[361,12,236,19,"fileName"],[361,20,236,19],[361,22,236,19,"_jsxFileName"],[361,34,236,19],[362,12,236,19,"lineNumber"],[362,22,236,19],[363,12,236,19,"columnNumber"],[363,24,236,19],[364,10,236,19],[364,17,237,16],[364,18,237,17],[365,8,237,17],[366,10,237,17,"fileName"],[366,18,237,17],[366,20,237,17,"_jsxFileName"],[366,32,237,17],[367,10,237,17,"lineNumber"],[367,20,237,17],[368,10,237,17,"columnNumber"],[368,22,237,17],[369,8,237,17],[369,15,238,24],[369,16,238,25],[369,31,241,8],[369,35,241,8,"_reactJsxDevRuntime"],[369,54,241,8],[369,55,241,8,"jsxDEV"],[369,61,241,8],[369,63,241,9,"_reactNative"],[369,75,241,13],[369,76,241,13,"View"],[369,80,241,13],[370,10,241,14,"style"],[370,15,241,19],[370,17,241,21,"styles"],[370,23,241,27],[370,24,241,28,"section"],[370,31,241,36],[371,10,241,36,"children"],[371,18,241,36],[371,34,242,10],[371,38,242,10,"_reactJsxDevRuntime"],[371,57,242,10],[371,58,242,10,"jsxDEV"],[371,64,242,10],[371,66,242,11,"_reactNative"],[371,78,242,15],[371,79,242,15,"Text"],[371,83,242,15],[372,12,242,16,"style"],[372,17,242,21],[372,19,242,23,"styles"],[372,25,242,29],[372,26,242,30,"sectionTitle"],[372,38,242,43],[373,12,242,43,"children"],[373,20,242,43],[373,22,242,44],[374,10,242,51],[375,12,242,51,"fileName"],[375,20,242,51],[375,22,242,51,"_jsxFileName"],[375,34,242,51],[376,12,242,51,"lineNumber"],[376,22,242,51],[377,12,242,51,"columnNumber"],[377,24,242,51],[378,10,242,51],[378,17,242,57],[378,18,242,58],[378,20,243,11,"accountMenuItems"],[378,36,243,27],[378,37,243,28,"map"],[378,40,243,31],[378,41,243,32,"renderMenuItem"],[378,55,243,46],[378,56,243,47],[379,8,243,47],[380,10,243,47,"fileName"],[380,18,243,47],[380,20,243,47,"_jsxFileName"],[380,32,243,47],[381,10,243,47,"lineNumber"],[381,20,243,47],[382,10,243,47,"columnNumber"],[382,22,243,47],[383,8,243,47],[383,15,244,14],[383,16,244,15],[383,31,247,8],[383,35,247,8,"_reactJsxDevRuntime"],[383,54,247,8],[383,55,247,8,"jsxDEV"],[383,61,247,8],[383,63,247,9,"_reactNative"],[383,75,247,13],[383,76,247,13,"View"],[383,80,247,13],[384,10,247,14,"style"],[384,15,247,19],[384,17,247,21,"styles"],[384,23,247,27],[384,24,247,28,"section"],[384,31,247,36],[385,10,247,36,"children"],[385,18,247,36],[385,34,248,10],[385,38,248,10,"_reactJsxDevRuntime"],[385,57,248,10],[385,58,248,10,"jsxDEV"],[385,64,248,10],[385,66,248,11,"_reactNative"],[385,78,248,15],[385,79,248,15,"Text"],[385,83,248,15],[386,12,248,16,"style"],[386,17,248,21],[386,19,248,23,"styles"],[386,25,248,29],[386,26,248,30,"sectionTitle"],[386,38,248,43],[387,12,248,43,"children"],[387,20,248,43],[387,22,248,44],[388,10,248,52],[389,12,248,52,"fileName"],[389,20,248,52],[389,22,248,52,"_jsxFileName"],[389,34,248,52],[390,12,248,52,"lineNumber"],[390,22,248,52],[391,12,248,52,"columnNumber"],[391,24,248,52],[392,10,248,52],[392,17,248,58],[392,18,248,59],[392,20,249,11,"securityMenuItems"],[392,37,249,28],[392,38,249,29,"map"],[392,41,249,32],[392,42,249,33,"renderMenuItem"],[392,56,249,47],[392,57,249,48],[393,8,249,48],[394,10,249,48,"fileName"],[394,18,249,48],[394,20,249,48,"_jsxFileName"],[394,32,249,48],[395,10,249,48,"lineNumber"],[395,20,249,48],[396,10,249,48,"columnNumber"],[396,22,249,48],[397,8,249,48],[397,15,250,14],[397,16,250,15],[397,31,253,8],[397,35,253,8,"_reactJsxDevRuntime"],[397,54,253,8],[397,55,253,8,"jsxDEV"],[397,61,253,8],[397,63,253,9,"_reactNative"],[397,75,253,13],[397,76,253,13,"View"],[397,80,253,13],[398,10,253,14,"style"],[398,15,253,19],[398,17,253,21,"styles"],[398,23,253,27],[398,24,253,28,"section"],[398,31,253,36],[399,10,253,36,"children"],[399,18,253,36],[399,34,254,10],[399,38,254,10,"_reactJsxDevRuntime"],[399,57,254,10],[399,58,254,10,"jsxDEV"],[399,64,254,10],[399,66,254,11,"_reactNative"],[399,78,254,15],[399,79,254,15,"Text"],[399,83,254,15],[400,12,254,16,"style"],[400,17,254,21],[400,19,254,23,"styles"],[400,25,254,29],[400,26,254,30,"sectionTitle"],[400,38,254,43],[401,12,254,43,"children"],[401,20,254,43],[401,22,254,44],[402,10,254,55],[403,12,254,55,"fileName"],[403,20,254,55],[403,22,254,55,"_jsxFileName"],[403,34,254,55],[404,12,254,55,"lineNumber"],[404,22,254,55],[405,12,254,55,"columnNumber"],[405,24,254,55],[406,10,254,55],[406,17,254,61],[406,18,254,62],[406,20,255,11,"preferencesMenuItems"],[406,40,255,31],[406,41,255,32,"map"],[406,44,255,35],[406,45,255,36,"renderMenuItem"],[406,59,255,50],[406,60,255,51],[407,8,255,51],[408,10,255,51,"fileName"],[408,18,255,51],[408,20,255,51,"_jsxFileName"],[408,32,255,51],[409,10,255,51,"lineNumber"],[409,20,255,51],[410,10,255,51,"columnNumber"],[410,22,255,51],[411,8,255,51],[411,15,256,14],[411,16,256,15],[411,31,259,8],[411,35,259,8,"_reactJsxDevRuntime"],[411,54,259,8],[411,55,259,8,"jsxDEV"],[411,61,259,8],[411,63,259,9,"_reactNative"],[411,75,259,13],[411,76,259,13,"View"],[411,80,259,13],[412,10,259,14,"style"],[412,15,259,19],[412,17,259,21,"styles"],[412,23,259,27],[412,24,259,28,"section"],[412,31,259,36],[413,10,259,36,"children"],[413,18,259,36],[413,34,260,10],[413,38,260,10,"_reactJsxDevRuntime"],[413,57,260,10],[413,58,260,10,"jsxDEV"],[413,64,260,10],[413,66,260,11,"_reactNative"],[413,78,260,15],[413,79,260,15,"Text"],[413,83,260,15],[414,12,260,16,"style"],[414,17,260,21],[414,19,260,23,"styles"],[414,25,260,29],[414,26,260,30,"sectionTitle"],[414,38,260,43],[415,12,260,43,"children"],[415,20,260,43],[415,22,260,44],[416,10,260,51],[417,12,260,51,"fileName"],[417,20,260,51],[417,22,260,51,"_jsxFileName"],[417,34,260,51],[418,12,260,51,"lineNumber"],[418,22,260,51],[419,12,260,51,"columnNumber"],[419,24,260,51],[420,10,260,51],[420,17,260,57],[420,18,260,58],[420,20,261,11,"supportMenuItems"],[420,36,261,27],[420,37,261,28,"map"],[420,40,261,31],[420,41,261,32,"renderMenuItem"],[420,55,261,46],[420,56,261,47],[421,8,261,47],[422,10,261,47,"fileName"],[422,18,261,47],[422,20,261,47,"_jsxFileName"],[422,32,261,47],[423,10,261,47,"lineNumber"],[423,20,261,47],[424,10,261,47,"columnNumber"],[424,22,261,47],[425,8,261,47],[425,15,262,14],[425,16,262,15],[425,31,265,8],[425,35,265,8,"_reactJsxDevRuntime"],[425,54,265,8],[425,55,265,8,"jsxDEV"],[425,61,265,8],[425,63,265,9,"_reactNative"],[425,75,265,25],[425,76,265,25,"TouchableOpacity"],[425,92,265,25],[426,10,265,26,"style"],[426,15,265,31],[426,17,265,33,"styles"],[426,23,265,39],[426,24,265,40,"logoutButton"],[426,36,265,53],[427,10,265,54,"onPress"],[427,17,265,61],[427,19,265,63,"handleLogout"],[427,31,265,76],[428,10,265,76,"children"],[428,18,265,76],[428,34,266,10],[428,38,266,10,"_reactJsxDevRuntime"],[428,57,266,10],[428,58,266,10,"jsxDEV"],[428,64,266,10],[428,66,266,11,"_expoVectorIcons"],[428,82,266,19],[428,83,266,19,"Ionicons"],[428,91,266,19],[429,12,266,20,"name"],[429,16,266,24],[429,18,266,25],[429,35,266,42],[430,12,266,43,"size"],[430,16,266,47],[430,18,266,49],[430,20,266,52],[431,12,266,53,"color"],[431,17,266,58],[431,19,266,60,"Colors"],[431,25,266,66],[431,26,266,66,"default"],[431,33,266,66],[431,34,266,67,"coral"],[432,10,266,73],[433,12,266,73,"fileName"],[433,20,266,73],[433,22,266,73,"_jsxFileName"],[433,34,266,73],[434,12,266,73,"lineNumber"],[434,22,266,73],[435,12,266,73,"columnNumber"],[435,24,266,73],[436,10,266,73],[436,17,266,75],[436,18,266,76],[436,33,267,10],[436,37,267,10,"_reactJsxDevRuntime"],[436,56,267,10],[436,57,267,10,"jsxDEV"],[436,63,267,10],[436,65,267,11,"_reactNative"],[436,77,267,15],[436,78,267,15,"Text"],[436,82,267,15],[437,12,267,16,"style"],[437,17,267,21],[437,19,267,23,"styles"],[437,25,267,29],[437,26,267,30,"logoutText"],[437,36,267,41],[438,12,267,41,"children"],[438,20,267,41],[438,22,267,42],[439,10,267,48],[440,12,267,48,"fileName"],[440,20,267,48],[440,22,267,48,"_jsxFileName"],[440,34,267,48],[441,12,267,48,"lineNumber"],[441,22,267,48],[442,12,267,48,"columnNumber"],[442,24,267,48],[443,10,267,48],[443,17,267,54],[443,18,267,55],[444,8,267,55],[445,10,267,55,"fileName"],[445,18,267,55],[445,20,267,55,"_jsxFileName"],[445,32,267,55],[446,10,267,55,"lineNumber"],[446,20,267,55],[447,10,267,55,"columnNumber"],[447,22,267,55],[448,8,267,55],[448,15,268,26],[448,16,268,27],[448,31,270,8],[448,35,270,8,"_reactJsxDevRuntime"],[448,54,270,8],[448,55,270,8,"jsxDEV"],[448,61,270,8],[448,63,270,9,"_reactNative"],[448,75,270,13],[448,76,270,13,"View"],[448,80,270,13],[449,10,270,14,"style"],[449,15,270,19],[449,17,270,21],[450,12,270,23,"height"],[450,18,270,29],[450,20,270,31],[451,10,270,34],[452,8,270,36],[453,10,270,36,"fileName"],[453,18,270,36],[453,20,270,36,"_jsxFileName"],[453,32,270,36],[454,10,270,36,"lineNumber"],[454,20,270,36],[455,10,270,36,"columnNumber"],[455,22,270,36],[456,8,270,36],[456,15,270,38],[456,16,270,39],[457,6,270,39],[458,8,270,39,"fileName"],[458,16,270,39],[458,18,270,39,"_jsxFileName"],[458,30,270,39],[459,8,270,39,"lineNumber"],[459,18,270,39],[460,8,270,39,"columnNumber"],[460,20,270,39],[461,6,270,39],[461,13,271,18],[462,4,271,19],[463,6,271,19,"fileName"],[463,14,271,19],[463,16,271,19,"_jsxFileName"],[463,28,271,19],[464,6,271,19,"lineNumber"],[464,16,271,19],[465,6,271,19,"columnNumber"],[465,18,271,19],[466,4,271,19],[466,11,272,18],[466,12,272,19],[467,2,274,0],[468,2,274,1,"_s"],[468,4,274,1],[468,5,28,24,"ProfileScreen"],[468,18,28,37],[469,2,28,37,"_c"],[469,4,28,37],[469,7,28,24,"ProfileScreen"],[469,20,28,37],[470,2,276,0],[470,6,276,6,"styles"],[470,12,276,12],[470,15,276,15,"StyleSheet"],[470,27,276,25],[470,28,276,25,"StyleSheet"],[470,38,276,25],[470,39,276,26,"create"],[470,45,276,32],[470,46,276,33],[471,4,277,2,"container"],[471,13,277,11],[471,15,277,13],[472,6,278,4,"flex"],[472,10,278,8],[472,12,278,10],[472,13,278,11],[473,6,279,4,"backgroundColor"],[473,21,279,19],[473,23,279,21,"Colors"],[473,29,279,27],[473,30,279,27,"default"],[473,37,279,27],[473,38,279,28,"background"],[474,4,280,2],[474,5,280,3],[475,4,281,2,"header"],[475,10,281,8],[475,12,281,10],[476,6,282,4,"paddingHorizontal"],[476,23,282,21],[476,25,282,23,"Spacing"],[476,40,282,30],[476,41,282,30,"Spacing"],[476,48,282,30],[476,49,282,31,"xl"],[476,51,282,33],[477,6,283,4,"paddingTop"],[477,16,283,14],[477,18,283,16,"Spacing"],[477,33,283,23],[477,34,283,23,"Spacing"],[477,41,283,23],[477,42,283,24,"xxxl"],[477,46,283,28],[478,6,284,4,"paddingBottom"],[478,19,284,17],[478,21,284,19,"Spacing"],[478,36,284,26],[478,37,284,26,"Spacing"],[478,44,284,26],[478,45,284,27,"xl"],[478,47,284,29],[479,6,285,4,"borderBottomLeftRadius"],[479,28,285,26],[479,30,285,28,"BorderRadius"],[479,45,285,40],[479,46,285,40,"BorderRadius"],[479,58,285,40],[479,59,285,41,"xxlarge"],[479,66,285,48],[480,6,286,4,"borderBottomRightRadius"],[480,29,286,27],[480,31,286,29,"BorderRadius"],[480,46,286,41],[480,47,286,41,"BorderRadius"],[480,59,286,41],[480,60,286,42,"xxlarge"],[481,4,287,2],[481,5,287,3],[482,4,288,2,"profileInfo"],[482,15,288,13],[482,17,288,15],[483,6,289,4,"flexDirection"],[483,19,289,17],[483,21,289,19],[483,26,289,24],[484,6,290,4,"alignItems"],[484,16,290,14],[484,18,290,16],[484,26,290,24],[485,6,291,4,"marginBottom"],[485,18,291,16],[485,20,291,18,"Spacing"],[485,35,291,25],[485,36,291,25,"Spacing"],[485,43,291,25],[485,44,291,26,"xl"],[486,4,292,2],[486,5,292,3],[487,4,293,2,"avatar"],[487,10,293,8],[487,12,293,10],[488,6,294,4,"width"],[488,11,294,9],[488,13,294,11],[488,15,294,13],[489,6,295,4,"height"],[489,12,295,10],[489,14,295,12],[489,16,295,14],[490,6,296,4,"borderRadius"],[490,18,296,16],[490,20,296,18],[490,22,296,20],[491,6,297,4,"backgroundColor"],[491,21,297,19],[491,23,297,21],[491,49,297,47],[492,6,298,4,"justifyContent"],[492,20,298,18],[492,22,298,20],[492,30,298,28],[493,6,299,4,"alignItems"],[493,16,299,14],[493,18,299,16],[493,26,299,24],[494,6,300,4,"borderWidth"],[494,17,300,15],[494,19,300,17],[494,20,300,18],[495,6,301,4,"borderColor"],[495,17,301,15],[495,19,301,17],[496,4,302,2],[496,5,302,3],[497,4,303,2,"userInfo"],[497,12,303,10],[497,14,303,12],[498,6,304,4,"flex"],[498,10,304,8],[498,12,304,10],[498,13,304,11],[499,6,305,4,"marginLeft"],[499,16,305,14],[499,18,305,16,"Spacing"],[499,33,305,23],[499,34,305,23,"Spacing"],[499,41,305,23],[499,42,305,24,"lg"],[500,4,306,2],[500,5,306,3],[501,4,307,2,"userName"],[501,12,307,10],[501,14,307,12],[502,6,308,4,"fontSize"],[502,14,308,12],[502,16,308,14,"Typography"],[502,31,308,24],[502,32,308,24,"Typography"],[502,42,308,24],[502,43,308,25,"sizes"],[502,48,308,30],[502,49,308,31,"xlarge"],[502,55,308,37],[503,6,309,4,"fontWeight"],[503,16,309,14],[503,18,309,16,"Typography"],[503,33,309,26],[503,34,309,26,"Typography"],[503,44,309,26],[503,45,309,27,"weights"],[503,52,309,34],[503,53,309,35,"bold"],[503,57,309,39],[504,6,310,4,"color"],[504,11,310,9],[504,13,310,11],[504,22,310,20],[505,6,311,4,"marginBottom"],[505,18,311,16],[505,20,311,18],[506,4,312,2],[506,5,312,3],[507,4,313,2,"userEmail"],[507,13,313,11],[507,15,313,13],[508,6,314,4,"fontSize"],[508,14,314,12],[508,16,314,14,"Typography"],[508,31,314,24],[508,32,314,24,"Typography"],[508,42,314,24],[508,43,314,25,"sizes"],[508,48,314,30],[508,49,314,31,"small"],[508,54,314,36],[509,6,315,4,"color"],[509,11,315,9],[509,13,315,11],[510,4,316,2],[510,5,316,3],[511,4,317,2,"editButton"],[511,14,317,12],[511,16,317,14],[512,6,318,4,"width"],[512,11,318,9],[512,13,318,11],[512,15,318,13],[513,6,319,4,"height"],[513,12,319,10],[513,14,319,12],[513,16,319,14],[514,6,320,4,"borderRadius"],[514,18,320,16],[514,20,320,18],[514,22,320,20],[515,6,321,4,"backgroundColor"],[515,21,321,19],[515,23,321,21],[515,49,321,47],[516,6,322,4,"justifyContent"],[516,20,322,18],[516,22,322,20],[516,30,322,28],[517,6,323,4,"alignItems"],[517,16,323,14],[517,18,323,16],[518,4,324,2],[518,5,324,3],[519,4,325,2,"statsContainer"],[519,18,325,16],[519,20,325,18],[520,6,326,4,"flexDirection"],[520,19,326,17],[520,21,326,19],[520,26,326,24],[521,6,327,4,"backgroundColor"],[521,21,327,19],[521,23,327,21],[521,49,327,47],[522,6,328,4,"borderRadius"],[522,18,328,16],[522,20,328,18,"BorderRadius"],[522,35,328,30],[522,36,328,30,"BorderRadius"],[522,48,328,30],[522,49,328,31,"large"],[522,54,328,36],[523,6,329,4,"padding"],[523,13,329,11],[523,15,329,13,"Spacing"],[523,30,329,20],[523,31,329,20,"Spacing"],[523,38,329,20],[523,39,329,21,"lg"],[524,4,330,2],[524,5,330,3],[525,4,331,2,"statItem"],[525,12,331,10],[525,14,331,12],[526,6,332,4,"flex"],[526,10,332,8],[526,12,332,10],[526,13,332,11],[527,6,333,4,"alignItems"],[527,16,333,14],[527,18,333,16],[528,4,334,2],[528,5,334,3],[529,4,335,2,"statValue"],[529,13,335,11],[529,15,335,13],[530,6,336,4,"fontSize"],[530,14,336,12],[530,16,336,14],[530,18,336,16],[531,6,337,4,"fontWeight"],[531,16,337,14],[531,18,337,16,"Typography"],[531,33,337,26],[531,34,337,26,"Typography"],[531,44,337,26],[531,45,337,27,"weights"],[531,52,337,34],[531,53,337,35,"bold"],[531,57,337,39],[532,6,338,4,"color"],[532,11,338,9],[532,13,338,11],[532,22,338,20],[533,6,339,4,"marginBottom"],[533,18,339,16],[533,20,339,18],[534,4,340,2],[534,5,340,3],[535,4,341,2,"statLabel"],[535,13,341,11],[535,15,341,13],[536,6,342,4,"fontSize"],[536,14,342,12],[536,16,342,14,"Typography"],[536,31,342,24],[536,32,342,24,"Typography"],[536,42,342,24],[536,43,342,25,"sizes"],[536,48,342,30],[536,49,342,31,"small"],[536,54,342,36],[537,6,343,4,"color"],[537,11,343,9],[537,13,343,11],[538,4,344,2],[538,5,344,3],[539,4,345,2,"statDivider"],[539,15,345,13],[539,17,345,15],[540,6,346,4,"width"],[540,11,346,9],[540,13,346,11],[540,14,346,12],[541,6,347,4,"backgroundColor"],[541,21,347,19],[541,23,347,21],[541,49,347,47],[542,6,348,4,"marginHorizontal"],[542,22,348,20],[542,24,348,22,"Spacing"],[542,39,348,29],[542,40,348,29,"Spacing"],[542,47,348,29],[542,48,348,30,"md"],[543,4,349,2],[543,5,349,3],[544,4,350,2,"section"],[544,11,350,9],[544,13,350,11],[545,6,351,4,"marginTop"],[545,15,351,13],[545,17,351,15,"Spacing"],[545,32,351,22],[545,33,351,22,"Spacing"],[545,40,351,22],[545,41,351,23,"xl"],[545,43,351,25],[546,6,352,4,"paddingHorizontal"],[546,23,352,21],[546,25,352,23,"Spacing"],[546,40,352,30],[546,41,352,30,"Spacing"],[546,48,352,30],[546,49,352,31,"xl"],[547,4,353,2],[547,5,353,3],[548,4,354,2,"sectionTitle"],[548,16,354,14],[548,18,354,16],[549,6,355,4,"fontSize"],[549,14,355,12],[549,16,355,14,"Typography"],[549,31,355,24],[549,32,355,24,"Typography"],[549,42,355,24],[549,43,355,25,"sizes"],[549,48,355,30],[549,49,355,31,"medium"],[549,55,355,37],[550,6,356,4,"fontWeight"],[550,16,356,14],[550,18,356,16,"Typography"],[550,33,356,26],[550,34,356,26,"Typography"],[550,44,356,26],[550,45,356,27,"weights"],[550,52,356,34],[550,53,356,35,"semibold"],[550,61,356,43],[551,6,357,4,"color"],[551,11,357,9],[551,13,357,11,"Colors"],[551,19,357,17],[551,20,357,17,"default"],[551,27,357,17],[551,28,357,18,"textGray"],[551,36,357,26],[552,6,358,4,"marginBottom"],[552,18,358,16],[552,20,358,18,"Spacing"],[552,35,358,25],[552,36,358,25,"Spacing"],[552,43,358,25],[552,44,358,26,"md"],[552,46,358,28],[553,6,359,4,"textTransform"],[553,19,359,17],[553,21,359,19],[553,32,359,30],[554,6,360,4,"letterSpacing"],[554,19,360,17],[554,21,360,19],[555,4,361,2],[555,5,361,3],[556,4,362,2,"menuItem"],[556,12,362,10],[556,14,362,12],[557,6,363,4,"flexDirection"],[557,19,363,17],[557,21,363,19],[557,26,363,24],[558,6,364,4,"alignItems"],[558,16,364,14],[558,18,364,16],[558,26,364,24],[559,6,365,4,"backgroundColor"],[559,21,365,19],[559,23,365,21,"Colors"],[559,29,365,27],[559,30,365,27,"default"],[559,37,365,27],[559,38,365,28,"card"],[559,42,365,32],[560,6,366,4,"padding"],[560,13,366,11],[560,15,366,13,"Spacing"],[560,30,366,20],[560,31,366,20,"Spacing"],[560,38,366,20],[560,39,366,21,"lg"],[560,41,366,23],[561,6,367,4,"borderRadius"],[561,18,367,16],[561,20,367,18,"BorderRadius"],[561,35,367,30],[561,36,367,30,"BorderRadius"],[561,48,367,30],[561,49,367,31,"large"],[561,54,367,36],[562,6,368,4,"marginBottom"],[562,18,368,16],[562,20,368,18,"Spacing"],[562,35,368,25],[562,36,368,25,"Spacing"],[562,43,368,25],[562,44,368,26,"sm"],[562,46,368,28],[563,6,369,4],[563,9,369,7,"Shadow"],[563,24,369,13],[563,25,369,13,"Shadow"],[563,31,369,13],[563,32,369,14,"small"],[564,4,370,2],[564,5,370,3],[565,4,371,2,"menuIconContainer"],[565,21,371,19],[565,23,371,21],[566,6,372,4,"width"],[566,11,372,9],[566,13,372,11],[566,15,372,13],[567,6,373,4,"height"],[567,12,373,10],[567,14,373,12],[567,16,373,14],[568,6,374,4,"borderRadius"],[568,18,374,16],[568,20,374,18],[568,22,374,20],[569,6,375,4,"backgroundColor"],[569,21,375,19],[569,23,375,21,"Colors"],[569,29,375,27],[569,30,375,27,"default"],[569,37,375,27],[569,38,375,28,"teal"],[569,42,375,32],[569,45,375,35],[569,49,375,39],[570,6,376,4,"justifyContent"],[570,20,376,18],[570,22,376,20],[570,30,376,28],[571,6,377,4,"alignItems"],[571,16,377,14],[571,18,377,16],[571,26,377,24],[572,6,378,4,"marginRight"],[572,17,378,15],[572,19,378,17,"Spacing"],[572,34,378,24],[572,35,378,24,"Spacing"],[572,42,378,24],[572,43,378,25,"md"],[573,4,379,2],[573,5,379,3],[574,4,380,2,"menuContent"],[574,15,380,13],[574,17,380,15],[575,6,381,4,"flex"],[575,10,381,8],[575,12,381,10],[576,4,382,2],[576,5,382,3],[577,4,383,2,"menuTitle"],[577,13,383,11],[577,15,383,13],[578,6,384,4,"fontSize"],[578,14,384,12],[578,16,384,14,"Typography"],[578,31,384,24],[578,32,384,24,"Typography"],[578,42,384,24],[578,43,384,25,"sizes"],[578,48,384,30],[578,49,384,31,"medium"],[578,55,384,37],[579,6,385,4,"fontWeight"],[579,16,385,14],[579,18,385,16,"Typography"],[579,33,385,26],[579,34,385,26,"Typography"],[579,44,385,26],[579,45,385,27,"weights"],[579,52,385,34],[579,53,385,35,"medium"],[579,59,385,41],[580,6,386,4,"color"],[580,11,386,9],[580,13,386,11,"Colors"],[580,19,386,17],[580,20,386,17,"default"],[580,27,386,17],[580,28,386,18,"textDark"],[580,36,386,26],[581,6,387,4,"marginBottom"],[581,18,387,16],[581,20,387,18],[582,4,388,2],[582,5,388,3],[583,4,389,2,"menuSubtitle"],[583,16,389,14],[583,18,389,16],[584,6,390,4,"fontSize"],[584,14,390,12],[584,16,390,14,"Typography"],[584,31,390,24],[584,32,390,24,"Typography"],[584,42,390,24],[584,43,390,25,"sizes"],[584,48,390,30],[584,49,390,31,"small"],[584,54,390,36],[585,6,391,4,"color"],[585,11,391,9],[585,13,391,11,"Colors"],[585,19,391,17],[585,20,391,17,"default"],[585,27,391,17],[585,28,391,18,"textGray"],[586,4,392,2],[586,5,392,3],[587,4,393,2,"logoutButton"],[587,16,393,14],[587,18,393,16],[588,6,394,4,"flexDirection"],[588,19,394,17],[588,21,394,19],[588,26,394,24],[589,6,395,4,"alignItems"],[589,16,395,14],[589,18,395,16],[589,26,395,24],[590,6,396,4,"justifyContent"],[590,20,396,18],[590,22,396,20],[590,30,396,28],[591,6,397,4,"backgroundColor"],[591,21,397,19],[591,23,397,21,"Colors"],[591,29,397,27],[591,30,397,27,"default"],[591,37,397,27],[591,38,397,28,"coral"],[591,43,397,33],[591,46,397,36],[591,50,397,40],[592,6,398,4,"marginHorizontal"],[592,22,398,20],[592,24,398,22,"Spacing"],[592,39,398,29],[592,40,398,29,"Spacing"],[592,47,398,29],[592,48,398,30,"xl"],[592,50,398,32],[593,6,399,4,"marginTop"],[593,15,399,13],[593,17,399,15,"Spacing"],[593,32,399,22],[593,33,399,22,"Spacing"],[593,40,399,22],[593,41,399,23,"xxxl"],[593,45,399,27],[594,6,400,4,"padding"],[594,13,400,11],[594,15,400,13,"Spacing"],[594,30,400,20],[594,31,400,20,"Spacing"],[594,38,400,20],[594,39,400,21,"lg"],[594,41,400,23],[595,6,401,4,"borderRadius"],[595,18,401,16],[595,20,401,18,"BorderRadius"],[595,35,401,30],[595,36,401,30,"BorderRadius"],[595,48,401,30],[595,49,401,31,"large"],[595,54,401,36],[596,6,402,4,"gap"],[596,9,402,7],[596,11,402,9,"Spacing"],[596,26,402,16],[596,27,402,16,"Spacing"],[596,34,402,16],[596,35,402,17,"sm"],[597,4,403,2],[597,5,403,3],[598,4,404,2,"logoutText"],[598,14,404,12],[598,16,404,14],[599,6,405,4,"fontSize"],[599,14,405,12],[599,16,405,14,"Typography"],[599,31,405,24],[599,32,405,24,"Typography"],[599,42,405,24],[599,43,405,25,"sizes"],[599,48,405,30],[599,49,405,31,"medium"],[599,55,405,37],[600,6,406,4,"fontWeight"],[600,16,406,14],[600,18,406,16,"Typography"],[600,33,406,26],[600,34,406,26,"Typography"],[600,44,406,26],[600,45,406,27,"weights"],[600,52,406,34],[600,53,406,35,"semibold"],[600,61,406,43],[601,6,407,4,"color"],[601,11,407,9],[601,13,407,11,"Colors"],[601,19,407,17],[601,20,407,17,"default"],[601,27,407,17],[601,28,407,18,"coral"],[602,4,408,2],[603,2,409,0],[603,3,409,1],[603,4,409,2],[604,2,409,3],[604,6,409,3,"_c"],[604,8,409,3],[605,2,409,3,"$RefreshReg$"],[605,14,409,3],[605,15,409,3,"_c"],[605,17,409,3],[606,0,409,3],[606,3]],"functionMap":{"names":["<global>","ProfileScreen","onPress","handleLogout","renderMenuItem","Switch.props.onValueChange","TouchableOpacity.props.onPress"],"mappings":"AAA;eC2B;eCU,gDD;eCQ,qCD;eCQ,uCD;eCU,mDD;eCO,QD;eCS,6FD;eCU,QD;eCS,8CD;eCQ,+DD;eCU,8DD;eCQ,wGD;eCO,2DD;uBEK;mBDS,8CC;GFI;yBGE;yBCuB;WDM;GHM;uBKwB,gDL;CD+D"},"hasCjsExports":false},"type":"js/module"}]} |