diff --git a/frontend/.metro-cache/cache/05/2b828da299063af771c7703e39db5cac00d894e83c8183dba36037d330608749d05051 b/frontend/.metro-cache/cache/05/2b828da299063af771c7703e39db5cac00d894e83c8183dba36037d330608749d05051 new file mode 100644 index 00000000..a3876c08 --- /dev/null +++ b/frontend/.metro-cache/cache/05/2b828da299063af771c7703e39db5cac00d894e83c8183dba36037d330608749d05051 @@ -0,0 +1 @@ +{"dependencies":[{"name":"expo-modules-core","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":56,"index":56}}],"key":"fU8WLIPqoAGygnPbZ/QJiQQfXEY=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return _default;\n }\n });\n var _expoModulesCore = require(_dependencyMap[0], \"expo-modules-core\");\n var _default = (0, _expoModulesCore.requireNativeModule)('ExpoLocalAuthentication');\n});","lineCount":15,"map":[[7,2,2,0,"Object"],[7,8,2,0],[7,9,2,0,"defineProperty"],[7,23,2,0],[7,24,2,0,"exports"],[7,31,2,0],[8,4,2,0,"enumerable"],[8,14,2,0],[9,4,2,0,"get"],[9,7,2,0],[9,18,2,0,"get"],[9,19,2,0],[10,6,2,0],[10,13,2,0,"_default"],[10,21,2,0],[11,4,2,0],[12,2,2,0],[13,2,1,0],[13,6,1,0,"_expoModulesCore"],[13,22,1,0],[13,25,1,0,"require"],[13,32,1,0],[13,33,1,0,"_dependencyMap"],[13,47,1,0],[14,2,2,0],[14,6,2,0,"_default"],[14,14,2,0],[14,17,2,15],[14,21,2,15,"requireNativeModule"],[14,37,2,34],[14,38,2,34,"requireNativeModule"],[14,57,2,34],[14,59,2,35],[14,84,2,60],[14,85,2,61],[15,0,2,62],[15,3]],"functionMap":{"names":[""],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]} \ No newline at end of file diff --git a/frontend/.metro-cache/cache/20/888dfbc8e209e36d9a88e79425bf96f966b471c79466830b18d2f976d88fb7b640304a b/frontend/.metro-cache/cache/20/888dfbc8e209e36d9a88e79425bf96f966b471c79466830b18d2f976d88fb7b640304a new file mode 100644 index 00000000..8b0dc601 --- /dev/null +++ b/frontend/.metro-cache/cache/20/888dfbc8e209e36d9a88e79425bf96f966b471c79466830b18d2f976d88fb7b640304a @@ -0,0 +1 @@ +{"dependencies":[{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":26,"index":26}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react-native","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":27},"end":{"line":2,"column":84,"index":111}}],"key":"KyzuX10g6ixS9UfynhmjlvCIG3g=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":3,"column":0,"index":112},"end":{"line":3,"column":46,"index":158}}],"key":"ow7vkrqkIckRjlSi/+MhMmRYtUE=","exportNames":["*"],"imports":1}},{"name":"react-native-safe-area-context","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":4,"column":0,"index":159},"end":{"line":4,"column":67,"index":226}}],"key":"XjdTKvCUWX6CbQzg5fSDHG/WgHk=","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/PrivacyScreen.tsx\",\n _s = $RefreshSig$();\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return PrivacyScreen;\n }\n });\n require(_dependencyMap[0], \"react\");\n var _reactNative = require(_dependencyMap[1], \"react-native\");\n var _expoVectorIcons = require(_dependencyMap[2], \"@expo/vector-icons\");\n var _reactNativeSafeAreaContext = require(_dependencyMap[3], \"react-native-safe-area-context\");\n var _reactJsxDevRuntime = require(_dependencyMap[4], \"react/jsx-dev-runtime\");\n function PrivacyScreen(_ref) {\n _s();\n var navigation = _ref.navigation;\n var insets = (0, _reactNativeSafeAreaContext.useSafeAreaInsets)();\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: [styles.container, {\n paddingTop: insets.top\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.header,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n onPress: () => navigation.goBack(),\n style: styles.backButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"arrow-back\",\n size: 24,\n color: \"#1F2937\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 13,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 12,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.headerTitle,\n children: \"Privacy Policy\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 15,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: {\n width: 40\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 16,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 11,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.ScrollView, {\n contentContainerStyle: styles.scrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.updateDate,\n children: \"Last Updated: November 8, 2025\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 20,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.sectionTitle,\n children: \"1. Information We Collect\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 22,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.paragraph,\n children: \"We collect information you provide directly to us:\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 23,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.bulletPoint,\n children: \"\\u2022 Account information (name, email, phone number)\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 26,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.bulletPoint,\n children: \"\\u2022 Profile information (profile picture, preferences)\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 27,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.bulletPoint,\n children: \"\\u2022 Wallet addresses (public blockchain addresses)\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 28,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.bulletPoint,\n children: \"\\u2022 Transaction data (on public blockchain)\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 29,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.bulletPoint,\n children: \"\\u2022 Device information (device type, OS version)\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 30,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.sectionTitle,\n children: \"2. How We Use Your Information\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 32,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.paragraph,\n children: \"We use collected information to:\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 33,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.bulletPoint,\n children: \"\\u2022 Provide and maintain the Service\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 34,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.bulletPoint,\n children: \"\\u2022 Process your transactions\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 35,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.bulletPoint,\n children: \"\\u2022 Send you notifications and updates\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 36,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.bulletPoint,\n children: \"\\u2022 Improve our services and user experience\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 37,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.bulletPoint,\n children: \"\\u2022 Detect and prevent fraud or security issues\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 38,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.bulletPoint,\n children: \"\\u2022 Comply with legal obligations\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 39,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.sectionTitle,\n children: \"3. Information Sharing\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 41,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.paragraph,\n children: \"We do not sell or rent your personal information. We may share information:\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 42,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.bulletPoint,\n children: \"\\u2022 With your consent\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 45,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.bulletPoint,\n children: \"\\u2022 To comply with legal obligations\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 46,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.bulletPoint,\n children: \"\\u2022 With service providers who assist us\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 47,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.bulletPoint,\n children: \"\\u2022 In case of merger, sale, or business transfer\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 48,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.sectionTitle,\n children: \"4. Blockchain Transparency\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 50,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.paragraph,\n children: \"Transactions on blockchain networks are publicly visible. Your wallet address and transaction history may be viewed by anyone on the blockchain network.\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 51,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.sectionTitle,\n children: \"5. Data Security\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 55,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.paragraph,\n children: \"We implement industry-standard security measures to protect your information:\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 56,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.bulletPoint,\n children: \"\\u2022 Encryption of sensitive data\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 59,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.bulletPoint,\n children: \"\\u2022 Secure authentication protocols\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 60,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.bulletPoint,\n children: \"\\u2022 Regular security audits\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 61,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.bulletPoint,\n children: \"\\u2022 Biometric authentication options\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 62,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.sectionTitle,\n children: \"6. Your Rights\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 64,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.paragraph,\n children: \"You have the right to:\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 65,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.bulletPoint,\n children: \"\\u2022 Access your personal information\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 66,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.bulletPoint,\n children: \"\\u2022 Correct inaccurate information\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 67,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.bulletPoint,\n children: \"\\u2022 Delete your account and data\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 68,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.bulletPoint,\n children: \"\\u2022 Export your data\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 69,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.bulletPoint,\n children: \"\\u2022 Opt-out of marketing communications\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 70,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.sectionTitle,\n children: \"7. Data Retention\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 72,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.paragraph,\n children: \"We retain your information for as long as your account is active or as needed to provide services. You may request deletion of your data at any time.\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 73,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.sectionTitle,\n children: \"8. Children's Privacy\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 77,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.paragraph,\n children: \"Our Service is not intended for users under 18 years of age. We do not knowingly collect information from children under 18.\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 78,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.sectionTitle,\n children: \"9. International Data Transfers\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 82,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.paragraph,\n children: \"Your information may be transferred to and processed in countries other than your own. We ensure appropriate safeguards are in place.\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 83,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.sectionTitle,\n children: \"10. Changes to Privacy Policy\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 87,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.paragraph,\n children: \"We may update this Privacy Policy periodically. We will notify you of any material changes via email or in-app notification.\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 88,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.sectionTitle,\n children: \"11. Contact Us\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 92,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.paragraph,\n children: \"For privacy-related questions or requests, contact us at:\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 93,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.bulletPoint,\n children: \"\\u2022 Email: privacy@pezkuwichain.io\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 96,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.bulletPoint,\n children: \"\\u2022 Support: support@pezkuwichain.io\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 97,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 19,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 10,\n columnNumber: 5\n }, this);\n }\n _s(PrivacyScreen, \"3VSCEmKsdYPLcILj9K4icfPtK54=\", false, function () {\n return [_reactNativeSafeAreaContext.useSafeAreaInsets];\n });\n _c = PrivacyScreen;\n var styles = _reactNative.StyleSheet.create({\n container: {\n flex: 1,\n backgroundColor: '#F8F9FA'\n },\n header: {\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'space-between',\n paddingHorizontal: 16,\n paddingVertical: 16,\n backgroundColor: '#FFF',\n borderBottomWidth: 1,\n borderBottomColor: '#E5E7EB'\n },\n backButton: {\n width: 40,\n height: 40,\n borderRadius: 20,\n backgroundColor: '#F3F4F6',\n alignItems: 'center',\n justifyContent: 'center'\n },\n headerTitle: {\n fontSize: 18,\n fontWeight: '700',\n color: '#1F2937'\n },\n scrollContent: {\n padding: 20,\n paddingBottom: 80\n },\n updateDate: {\n fontSize: 14,\n color: '#6B7280',\n marginBottom: 24,\n fontStyle: 'italic'\n },\n sectionTitle: {\n fontSize: 18,\n fontWeight: '700',\n color: '#1F2937',\n marginTop: 24,\n marginBottom: 12\n },\n paragraph: {\n fontSize: 15,\n color: '#374151',\n lineHeight: 24,\n marginBottom: 12\n },\n bulletPoint: {\n fontSize: 15,\n color: '#374151',\n lineHeight: 24,\n marginLeft: 16,\n marginBottom: 8\n }\n });\n var _c;\n $RefreshReg$(_c, \"PrivacyScreen\");\n});","lineCount":488,"map":[[9,2,6,15,"Object"],[9,8,6,15],[9,9,6,15,"defineProperty"],[9,23,6,15],[9,24,6,15,"exports"],[9,31,6,15],[10,4,6,15,"enumerable"],[10,14,6,15],[11,4,6,15,"get"],[11,7,6,15],[11,18,6,15,"get"],[11,19,6,15],[12,6,6,15],[12,13,6,15,"PrivacyScreen"],[12,26,6,15],[13,4,6,15],[14,2,6,15],[15,2,1,0,"require"],[15,9,1,0],[15,10,1,0,"_dependencyMap"],[15,24,1,0],[16,2,2,0],[16,6,2,0,"_reactNative"],[16,18,2,0],[16,21,2,0,"require"],[16,28,2,0],[16,29,2,0,"_dependencyMap"],[16,43,2,0],[17,2,3,0],[17,6,3,0,"_expoVectorIcons"],[17,22,3,0],[17,25,3,0,"require"],[17,32,3,0],[17,33,3,0,"_dependencyMap"],[17,47,3,0],[18,2,4,0],[18,6,4,0,"_reactNativeSafeAreaContext"],[18,33,4,0],[18,36,4,0,"require"],[18,43,4,0],[18,44,4,0,"_dependencyMap"],[18,58,4,0],[19,2,4,67],[19,6,4,67,"_reactJsxDevRuntime"],[19,25,4,67],[19,28,4,67,"require"],[19,35,4,67],[19,36,4,67,"_dependencyMap"],[19,50,4,67],[20,2,6,15],[20,11,6,24,"PrivacyScreen"],[20,24,6,37,"PrivacyScreen"],[20,25,6,37,"_ref"],[20,29,6,37],[20,31,6,59],[21,4,6,59,"_s"],[21,6,6,59],[22,4,6,59],[22,8,6,40,"navigation"],[22,18,6,50],[22,21,6,50,"_ref"],[22,25,6,50],[22,26,6,40,"navigation"],[22,36,6,50],[23,4,7,2],[23,8,7,8,"insets"],[23,14,7,14],[23,17,7,17],[23,21,7,17,"useSafeAreaInsets"],[23,48,7,34],[23,49,7,34,"useSafeAreaInsets"],[23,66,7,34],[23,68,7,35],[23,69,7,36],[24,4,9,2],[24,24,10,4],[24,28,10,4,"_reactJsxDevRuntime"],[24,47,10,4],[24,48,10,4,"jsxDEV"],[24,54,10,4],[24,56,10,5,"_reactNative"],[24,68,10,9],[24,69,10,9,"View"],[24,73,10,9],[25,6,10,10,"style"],[25,11,10,15],[25,13,10,17],[25,14,10,18,"styles"],[25,20,10,24],[25,21,10,25,"container"],[25,30,10,34],[25,32,10,36],[26,8,10,38,"paddingTop"],[26,18,10,48],[26,20,10,50,"insets"],[26,26,10,56],[26,27,10,57,"top"],[27,6,10,61],[27,7,10,62],[27,8,10,64],[28,6,10,64,"children"],[28,14,10,64],[28,30,11,6],[28,34,11,6,"_reactJsxDevRuntime"],[28,53,11,6],[28,54,11,6,"jsxDEV"],[28,60,11,6],[28,62,11,7,"_reactNative"],[28,74,11,11],[28,75,11,11,"View"],[28,79,11,11],[29,8,11,12,"style"],[29,13,11,17],[29,15,11,19,"styles"],[29,21,11,25],[29,22,11,26,"header"],[29,28,11,33],[30,8,11,33,"children"],[30,16,11,33],[30,32,12,8],[30,36,12,8,"_reactJsxDevRuntime"],[30,55,12,8],[30,56,12,8,"jsxDEV"],[30,62,12,8],[30,64,12,9,"_reactNative"],[30,76,12,25],[30,77,12,25,"TouchableOpacity"],[30,93,12,25],[31,10,12,26,"onPress"],[31,17,12,33],[31,19,12,35,"onPress"],[31,20,12,35],[31,25,12,41,"navigation"],[31,35,12,51],[31,36,12,52,"goBack"],[31,42,12,58],[31,43,12,59],[31,44,12,61],[32,10,12,62,"style"],[32,15,12,67],[32,17,12,69,"styles"],[32,23,12,75],[32,24,12,76,"backButton"],[32,34,12,87],[33,10,12,87,"children"],[33,18,12,87],[33,33,13,10],[33,37,13,10,"_reactJsxDevRuntime"],[33,56,13,10],[33,57,13,10,"jsxDEV"],[33,63,13,10],[33,65,13,11,"_expoVectorIcons"],[33,81,13,19],[33,82,13,19,"Ionicons"],[33,90,13,19],[34,12,13,20,"name"],[34,16,13,24],[34,18,13,25],[34,30,13,37],[35,12,13,38,"size"],[35,16,13,42],[35,18,13,44],[35,20,13,47],[36,12,13,48,"color"],[36,17,13,53],[36,19,13,54],[37,10,13,63],[38,12,13,63,"fileName"],[38,20,13,63],[38,22,13,63,"_jsxFileName"],[38,34,13,63],[39,12,13,63,"lineNumber"],[39,22,13,63],[40,12,13,63,"columnNumber"],[40,24,13,63],[41,10,13,63],[41,17,13,65],[42,8,13,66],[43,10,13,66,"fileName"],[43,18,13,66],[43,20,13,66,"_jsxFileName"],[43,32,13,66],[44,10,13,66,"lineNumber"],[44,20,13,66],[45,10,13,66,"columnNumber"],[45,22,13,66],[46,8,13,66],[46,15,14,26],[46,16,14,27],[46,31,15,8],[46,35,15,8,"_reactJsxDevRuntime"],[46,54,15,8],[46,55,15,8,"jsxDEV"],[46,61,15,8],[46,63,15,9,"_reactNative"],[46,75,15,13],[46,76,15,13,"Text"],[46,80,15,13],[47,10,15,14,"style"],[47,15,15,19],[47,17,15,21,"styles"],[47,23,15,27],[47,24,15,28,"headerTitle"],[47,35,15,40],[48,10,15,40,"children"],[48,18,15,40],[48,20,15,41],[49,8,15,55],[50,10,15,55,"fileName"],[50,18,15,55],[50,20,15,55,"_jsxFileName"],[50,32,15,55],[51,10,15,55,"lineNumber"],[51,20,15,55],[52,10,15,55,"columnNumber"],[52,22,15,55],[53,8,15,55],[53,15,15,61],[53,16,15,62],[53,31,16,8],[53,35,16,8,"_reactJsxDevRuntime"],[53,54,16,8],[53,55,16,8,"jsxDEV"],[53,61,16,8],[53,63,16,9,"_reactNative"],[53,75,16,13],[53,76,16,13,"View"],[53,80,16,13],[54,10,16,14,"style"],[54,15,16,19],[54,17,16,21],[55,12,16,23,"width"],[55,17,16,28],[55,19,16,30],[56,10,16,33],[57,8,16,35],[58,10,16,35,"fileName"],[58,18,16,35],[58,20,16,35,"_jsxFileName"],[58,32,16,35],[59,10,16,35,"lineNumber"],[59,20,16,35],[60,10,16,35,"columnNumber"],[60,22,16,35],[61,8,16,35],[61,15,16,37],[61,16,16,38],[62,6,16,38],[63,8,16,38,"fileName"],[63,16,16,38],[63,18,16,38,"_jsxFileName"],[63,30,16,38],[64,8,16,38,"lineNumber"],[64,18,16,38],[65,8,16,38,"columnNumber"],[65,20,16,38],[66,6,16,38],[66,13,17,12],[66,14,17,13],[66,29,19,6],[66,33,19,6,"_reactJsxDevRuntime"],[66,52,19,6],[66,53,19,6,"jsxDEV"],[66,59,19,6],[66,61,19,7,"_reactNative"],[66,73,19,17],[66,74,19,17,"ScrollView"],[66,84,19,17],[67,8,19,18,"contentContainerStyle"],[67,29,19,39],[67,31,19,41,"styles"],[67,37,19,47],[67,38,19,48,"scrollContent"],[67,51,19,62],[68,8,19,62,"children"],[68,16,19,62],[68,32,20,8],[68,36,20,8,"_reactJsxDevRuntime"],[68,55,20,8],[68,56,20,8,"jsxDEV"],[68,62,20,8],[68,64,20,9,"_reactNative"],[68,76,20,13],[68,77,20,13,"Text"],[68,81,20,13],[69,10,20,14,"style"],[69,15,20,19],[69,17,20,21,"styles"],[69,23,20,27],[69,24,20,28,"updateDate"],[69,34,20,39],[70,10,20,39,"children"],[70,18,20,39],[70,20,20,40],[71,8,20,70],[72,10,20,70,"fileName"],[72,18,20,70],[72,20,20,70,"_jsxFileName"],[72,32,20,70],[73,10,20,70,"lineNumber"],[73,20,20,70],[74,10,20,70,"columnNumber"],[74,22,20,70],[75,8,20,70],[75,15,20,76],[75,16,20,77],[75,31,22,8],[75,35,22,8,"_reactJsxDevRuntime"],[75,54,22,8],[75,55,22,8,"jsxDEV"],[75,61,22,8],[75,63,22,9,"_reactNative"],[75,75,22,13],[75,76,22,13,"Text"],[75,80,22,13],[76,10,22,14,"style"],[76,15,22,19],[76,17,22,21,"styles"],[76,23,22,27],[76,24,22,28,"sectionTitle"],[76,36,22,41],[77,10,22,41,"children"],[77,18,22,41],[77,20,22,42],[78,8,22,67],[79,10,22,67,"fileName"],[79,18,22,67],[79,20,22,67,"_jsxFileName"],[79,32,22,67],[80,10,22,67,"lineNumber"],[80,20,22,67],[81,10,22,67,"columnNumber"],[81,22,22,67],[82,8,22,67],[82,15,22,73],[82,16,22,74],[82,31,23,8],[82,35,23,8,"_reactJsxDevRuntime"],[82,54,23,8],[82,55,23,8,"jsxDEV"],[82,61,23,8],[82,63,23,9,"_reactNative"],[82,75,23,13],[82,76,23,13,"Text"],[82,80,23,13],[83,10,23,14,"style"],[83,15,23,19],[83,17,23,21,"styles"],[83,23,23,27],[83,24,23,28,"paragraph"],[83,33,23,38],[84,10,23,38,"children"],[84,18,23,38],[84,20,23,39],[85,8,25,8],[86,10,25,8,"fileName"],[86,18,25,8],[86,20,25,8,"_jsxFileName"],[86,32,25,8],[87,10,25,8,"lineNumber"],[87,20,25,8],[88,10,25,8,"columnNumber"],[88,22,25,8],[89,8,25,8],[89,15,25,14],[89,16,25,15],[89,31,26,8],[89,35,26,8,"_reactJsxDevRuntime"],[89,54,26,8],[89,55,26,8,"jsxDEV"],[89,61,26,8],[89,63,26,9,"_reactNative"],[89,75,26,13],[89,76,26,13,"Text"],[89,80,26,13],[90,10,26,14,"style"],[90,15,26,19],[90,17,26,21,"styles"],[90,23,26,27],[90,24,26,28,"bulletPoint"],[90,35,26,40],[91,10,26,40,"children"],[91,18,26,40],[91,20,26,41],[92,8,26,90],[93,10,26,90,"fileName"],[93,18,26,90],[93,20,26,90,"_jsxFileName"],[93,32,26,90],[94,10,26,90,"lineNumber"],[94,20,26,90],[95,10,26,90,"columnNumber"],[95,22,26,90],[96,8,26,90],[96,15,26,96],[96,16,26,97],[96,31,27,8],[96,35,27,8,"_reactJsxDevRuntime"],[96,54,27,8],[96,55,27,8,"jsxDEV"],[96,61,27,8],[96,63,27,9,"_reactNative"],[96,75,27,13],[96,76,27,13,"Text"],[96,80,27,13],[97,10,27,14,"style"],[97,15,27,19],[97,17,27,21,"styles"],[97,23,27,27],[97,24,27,28,"bulletPoint"],[97,35,27,40],[98,10,27,40,"children"],[98,18,27,40],[98,20,27,41],[99,8,27,93],[100,10,27,93,"fileName"],[100,18,27,93],[100,20,27,93,"_jsxFileName"],[100,32,27,93],[101,10,27,93,"lineNumber"],[101,20,27,93],[102,10,27,93,"columnNumber"],[102,22,27,93],[103,8,27,93],[103,15,27,99],[103,16,27,100],[103,31,28,8],[103,35,28,8,"_reactJsxDevRuntime"],[103,54,28,8],[103,55,28,8,"jsxDEV"],[103,61,28,8],[103,63,28,9,"_reactNative"],[103,75,28,13],[103,76,28,13,"Text"],[103,80,28,13],[104,10,28,14,"style"],[104,15,28,19],[104,17,28,21,"styles"],[104,23,28,27],[104,24,28,28,"bulletPoint"],[104,35,28,40],[105,10,28,40,"children"],[105,18,28,40],[105,20,28,41],[106,8,28,89],[107,10,28,89,"fileName"],[107,18,28,89],[107,20,28,89,"_jsxFileName"],[107,32,28,89],[108,10,28,89,"lineNumber"],[108,20,28,89],[109,10,28,89,"columnNumber"],[109,22,28,89],[110,8,28,89],[110,15,28,95],[110,16,28,96],[110,31,29,8],[110,35,29,8,"_reactJsxDevRuntime"],[110,54,29,8],[110,55,29,8,"jsxDEV"],[110,61,29,8],[110,63,29,9,"_reactNative"],[110,75,29,13],[110,76,29,13,"Text"],[110,80,29,13],[111,10,29,14,"style"],[111,15,29,19],[111,17,29,21,"styles"],[111,23,29,27],[111,24,29,28,"bulletPoint"],[111,35,29,40],[112,10,29,40,"children"],[112,18,29,40],[112,20,29,41],[113,8,29,82],[114,10,29,82,"fileName"],[114,18,29,82],[114,20,29,82,"_jsxFileName"],[114,32,29,82],[115,10,29,82,"lineNumber"],[115,20,29,82],[116,10,29,82,"columnNumber"],[116,22,29,82],[117,8,29,82],[117,15,29,88],[117,16,29,89],[117,31,30,8],[117,35,30,8,"_reactJsxDevRuntime"],[117,54,30,8],[117,55,30,8,"jsxDEV"],[117,61,30,8],[117,63,30,9,"_reactNative"],[117,75,30,13],[117,76,30,13,"Text"],[117,80,30,13],[118,10,30,14,"style"],[118,15,30,19],[118,17,30,21,"styles"],[118,23,30,27],[118,24,30,28,"bulletPoint"],[118,35,30,40],[119,10,30,40,"children"],[119,18,30,40],[119,20,30,41],[120,8,30,87],[121,10,30,87,"fileName"],[121,18,30,87],[121,20,30,87,"_jsxFileName"],[121,32,30,87],[122,10,30,87,"lineNumber"],[122,20,30,87],[123,10,30,87,"columnNumber"],[123,22,30,87],[124,8,30,87],[124,15,30,93],[124,16,30,94],[124,31,32,8],[124,35,32,8,"_reactJsxDevRuntime"],[124,54,32,8],[124,55,32,8,"jsxDEV"],[124,61,32,8],[124,63,32,9,"_reactNative"],[124,75,32,13],[124,76,32,13,"Text"],[124,80,32,13],[125,10,32,14,"style"],[125,15,32,19],[125,17,32,21,"styles"],[125,23,32,27],[125,24,32,28,"sectionTitle"],[125,36,32,41],[126,10,32,41,"children"],[126,18,32,41],[126,20,32,42],[127,8,32,72],[128,10,32,72,"fileName"],[128,18,32,72],[128,20,32,72,"_jsxFileName"],[128,32,32,72],[129,10,32,72,"lineNumber"],[129,20,32,72],[130,10,32,72,"columnNumber"],[130,22,32,72],[131,8,32,72],[131,15,32,78],[131,16,32,79],[131,31,33,8],[131,35,33,8,"_reactJsxDevRuntime"],[131,54,33,8],[131,55,33,8,"jsxDEV"],[131,61,33,8],[131,63,33,9,"_reactNative"],[131,75,33,13],[131,76,33,13,"Text"],[131,80,33,13],[132,10,33,14,"style"],[132,15,33,19],[132,17,33,21,"styles"],[132,23,33,27],[132,24,33,28,"paragraph"],[132,33,33,38],[133,10,33,38,"children"],[133,18,33,38],[133,20,33,39],[134,8,33,71],[135,10,33,71,"fileName"],[135,18,33,71],[135,20,33,71,"_jsxFileName"],[135,32,33,71],[136,10,33,71,"lineNumber"],[136,20,33,71],[137,10,33,71,"columnNumber"],[137,22,33,71],[138,8,33,71],[138,15,33,77],[138,16,33,78],[138,31,34,8],[138,35,34,8,"_reactJsxDevRuntime"],[138,54,34,8],[138,55,34,8,"jsxDEV"],[138,61,34,8],[138,63,34,9,"_reactNative"],[138,75,34,13],[138,76,34,13,"Text"],[138,80,34,13],[139,10,34,14,"style"],[139,15,34,19],[139,17,34,21,"styles"],[139,23,34,27],[139,24,34,28,"bulletPoint"],[139,35,34,40],[140,10,34,40,"children"],[140,18,34,40],[140,20,34,41],[141,8,34,75],[142,10,34,75,"fileName"],[142,18,34,75],[142,20,34,75,"_jsxFileName"],[142,32,34,75],[143,10,34,75,"lineNumber"],[143,20,34,75],[144,10,34,75,"columnNumber"],[144,22,34,75],[145,8,34,75],[145,15,34,81],[145,16,34,82],[145,31,35,8],[145,35,35,8,"_reactJsxDevRuntime"],[145,54,35,8],[145,55,35,8,"jsxDEV"],[145,61,35,8],[145,63,35,9,"_reactNative"],[145,75,35,13],[145,76,35,13,"Text"],[145,80,35,13],[146,10,35,14,"style"],[146,15,35,19],[146,17,35,21,"styles"],[146,23,35,27],[146,24,35,28,"bulletPoint"],[146,35,35,40],[147,10,35,40,"children"],[147,18,35,40],[147,20,35,41],[148,8,35,68],[149,10,35,68,"fileName"],[149,18,35,68],[149,20,35,68,"_jsxFileName"],[149,32,35,68],[150,10,35,68,"lineNumber"],[150,20,35,68],[151,10,35,68,"columnNumber"],[151,22,35,68],[152,8,35,68],[152,15,35,74],[152,16,35,75],[152,31,36,8],[152,35,36,8,"_reactJsxDevRuntime"],[152,54,36,8],[152,55,36,8,"jsxDEV"],[152,61,36,8],[152,63,36,9,"_reactNative"],[152,75,36,13],[152,76,36,13,"Text"],[152,80,36,13],[153,10,36,14,"style"],[153,15,36,19],[153,17,36,21,"styles"],[153,23,36,27],[153,24,36,28,"bulletPoint"],[153,35,36,40],[154,10,36,40,"children"],[154,18,36,40],[154,20,36,41],[155,8,36,77],[156,10,36,77,"fileName"],[156,18,36,77],[156,20,36,77,"_jsxFileName"],[156,32,36,77],[157,10,36,77,"lineNumber"],[157,20,36,77],[158,10,36,77,"columnNumber"],[158,22,36,77],[159,8,36,77],[159,15,36,83],[159,16,36,84],[159,31,37,8],[159,35,37,8,"_reactJsxDevRuntime"],[159,54,37,8],[159,55,37,8,"jsxDEV"],[159,61,37,8],[159,63,37,9,"_reactNative"],[159,75,37,13],[159,76,37,13,"Text"],[159,80,37,13],[160,10,37,14,"style"],[160,15,37,19],[160,17,37,21,"styles"],[160,23,37,27],[160,24,37,28,"bulletPoint"],[160,35,37,40],[161,10,37,40,"children"],[161,18,37,40],[161,20,37,41],[162,8,37,83],[163,10,37,83,"fileName"],[163,18,37,83],[163,20,37,83,"_jsxFileName"],[163,32,37,83],[164,10,37,83,"lineNumber"],[164,20,37,83],[165,10,37,83,"columnNumber"],[165,22,37,83],[166,8,37,83],[166,15,37,89],[166,16,37,90],[166,31,38,8],[166,35,38,8,"_reactJsxDevRuntime"],[166,54,38,8],[166,55,38,8,"jsxDEV"],[166,61,38,8],[166,63,38,9,"_reactNative"],[166,75,38,13],[166,76,38,13,"Text"],[166,80,38,13],[167,10,38,14,"style"],[167,15,38,19],[167,17,38,21,"styles"],[167,23,38,27],[167,24,38,28,"bulletPoint"],[167,35,38,40],[168,10,38,40,"children"],[168,18,38,40],[168,20,38,41],[169,8,38,86],[170,10,38,86,"fileName"],[170,18,38,86],[170,20,38,86,"_jsxFileName"],[170,32,38,86],[171,10,38,86,"lineNumber"],[171,20,38,86],[172,10,38,86,"columnNumber"],[172,22,38,86],[173,8,38,86],[173,15,38,92],[173,16,38,93],[173,31,39,8],[173,35,39,8,"_reactJsxDevRuntime"],[173,54,39,8],[173,55,39,8,"jsxDEV"],[173,61,39,8],[173,63,39,9,"_reactNative"],[173,75,39,13],[173,76,39,13,"Text"],[173,80,39,13],[174,10,39,14,"style"],[174,15,39,19],[174,17,39,21,"styles"],[174,23,39,27],[174,24,39,28,"bulletPoint"],[174,35,39,40],[175,10,39,40,"children"],[175,18,39,40],[175,20,39,41],[176,8,39,72],[177,10,39,72,"fileName"],[177,18,39,72],[177,20,39,72,"_jsxFileName"],[177,32,39,72],[178,10,39,72,"lineNumber"],[178,20,39,72],[179,10,39,72,"columnNumber"],[179,22,39,72],[180,8,39,72],[180,15,39,78],[180,16,39,79],[180,31,41,8],[180,35,41,8,"_reactJsxDevRuntime"],[180,54,41,8],[180,55,41,8,"jsxDEV"],[180,61,41,8],[180,63,41,9,"_reactNative"],[180,75,41,13],[180,76,41,13,"Text"],[180,80,41,13],[181,10,41,14,"style"],[181,15,41,19],[181,17,41,21,"styles"],[181,23,41,27],[181,24,41,28,"sectionTitle"],[181,36,41,41],[182,10,41,41,"children"],[182,18,41,41],[182,20,41,42],[183,8,41,64],[184,10,41,64,"fileName"],[184,18,41,64],[184,20,41,64,"_jsxFileName"],[184,32,41,64],[185,10,41,64,"lineNumber"],[185,20,41,64],[186,10,41,64,"columnNumber"],[186,22,41,64],[187,8,41,64],[187,15,41,70],[187,16,41,71],[187,31,42,8],[187,35,42,8,"_reactJsxDevRuntime"],[187,54,42,8],[187,55,42,8,"jsxDEV"],[187,61,42,8],[187,63,42,9,"_reactNative"],[187,75,42,13],[187,76,42,13,"Text"],[187,80,42,13],[188,10,42,14,"style"],[188,15,42,19],[188,17,42,21,"styles"],[188,23,42,27],[188,24,42,28,"paragraph"],[188,33,42,38],[189,10,42,38,"children"],[189,18,42,38],[189,20,42,39],[190,8,44,8],[191,10,44,8,"fileName"],[191,18,44,8],[191,20,44,8,"_jsxFileName"],[191,32,44,8],[192,10,44,8,"lineNumber"],[192,20,44,8],[193,10,44,8,"columnNumber"],[193,22,44,8],[194,8,44,8],[194,15,44,14],[194,16,44,15],[194,31,45,8],[194,35,45,8,"_reactJsxDevRuntime"],[194,54,45,8],[194,55,45,8,"jsxDEV"],[194,61,45,8],[194,63,45,9,"_reactNative"],[194,75,45,13],[194,76,45,13,"Text"],[194,80,45,13],[195,10,45,14,"style"],[195,15,45,19],[195,17,45,21,"styles"],[195,23,45,27],[195,24,45,28,"bulletPoint"],[195,35,45,40],[196,10,45,40,"children"],[196,18,45,40],[196,20,45,41],[197,8,45,60],[198,10,45,60,"fileName"],[198,18,45,60],[198,20,45,60,"_jsxFileName"],[198,32,45,60],[199,10,45,60,"lineNumber"],[199,20,45,60],[200,10,45,60,"columnNumber"],[200,22,45,60],[201,8,45,60],[201,15,45,66],[201,16,45,67],[201,31,46,8],[201,35,46,8,"_reactJsxDevRuntime"],[201,54,46,8],[201,55,46,8,"jsxDEV"],[201,61,46,8],[201,63,46,9,"_reactNative"],[201,75,46,13],[201,76,46,13,"Text"],[201,80,46,13],[202,10,46,14,"style"],[202,15,46,19],[202,17,46,21,"styles"],[202,23,46,27],[202,24,46,28,"bulletPoint"],[202,35,46,40],[203,10,46,40,"children"],[203,18,46,40],[203,20,46,41],[204,8,46,75],[205,10,46,75,"fileName"],[205,18,46,75],[205,20,46,75,"_jsxFileName"],[205,32,46,75],[206,10,46,75,"lineNumber"],[206,20,46,75],[207,10,46,75,"columnNumber"],[207,22,46,75],[208,8,46,75],[208,15,46,81],[208,16,46,82],[208,31,47,8],[208,35,47,8,"_reactJsxDevRuntime"],[208,54,47,8],[208,55,47,8,"jsxDEV"],[208,61,47,8],[208,63,47,9,"_reactNative"],[208,75,47,13],[208,76,47,13,"Text"],[208,80,47,13],[209,10,47,14,"style"],[209,15,47,19],[209,17,47,21,"styles"],[209,23,47,27],[209,24,47,28,"bulletPoint"],[209,35,47,40],[210,10,47,40,"children"],[210,18,47,40],[210,20,47,41],[211,8,47,79],[212,10,47,79,"fileName"],[212,18,47,79],[212,20,47,79,"_jsxFileName"],[212,32,47,79],[213,10,47,79,"lineNumber"],[213,20,47,79],[214,10,47,79,"columnNumber"],[214,22,47,79],[215,8,47,79],[215,15,47,85],[215,16,47,86],[215,31,48,8],[215,35,48,8,"_reactJsxDevRuntime"],[215,54,48,8],[215,55,48,8,"jsxDEV"],[215,61,48,8],[215,63,48,9,"_reactNative"],[215,75,48,13],[215,76,48,13,"Text"],[215,80,48,13],[216,10,48,14,"style"],[216,15,48,19],[216,17,48,21,"styles"],[216,23,48,27],[216,24,48,28,"bulletPoint"],[216,35,48,40],[217,10,48,40,"children"],[217,18,48,40],[217,20,48,41],[218,8,48,88],[219,10,48,88,"fileName"],[219,18,48,88],[219,20,48,88,"_jsxFileName"],[219,32,48,88],[220,10,48,88,"lineNumber"],[220,20,48,88],[221,10,48,88,"columnNumber"],[221,22,48,88],[222,8,48,88],[222,15,48,94],[222,16,48,95],[222,31,50,8],[222,35,50,8,"_reactJsxDevRuntime"],[222,54,50,8],[222,55,50,8,"jsxDEV"],[222,61,50,8],[222,63,50,9,"_reactNative"],[222,75,50,13],[222,76,50,13,"Text"],[222,80,50,13],[223,10,50,14,"style"],[223,15,50,19],[223,17,50,21,"styles"],[223,23,50,27],[223,24,50,28,"sectionTitle"],[223,36,50,41],[224,10,50,41,"children"],[224,18,50,41],[224,20,50,42],[225,8,50,68],[226,10,50,68,"fileName"],[226,18,50,68],[226,20,50,68,"_jsxFileName"],[226,32,50,68],[227,10,50,68,"lineNumber"],[227,20,50,68],[228,10,50,68,"columnNumber"],[228,22,50,68],[229,8,50,68],[229,15,50,74],[229,16,50,75],[229,31,51,8],[229,35,51,8,"_reactJsxDevRuntime"],[229,54,51,8],[229,55,51,8,"jsxDEV"],[229,61,51,8],[229,63,51,9,"_reactNative"],[229,75,51,13],[229,76,51,13,"Text"],[229,80,51,13],[230,10,51,14,"style"],[230,15,51,19],[230,17,51,21,"styles"],[230,23,51,27],[230,24,51,28,"paragraph"],[230,33,51,38],[231,10,51,38,"children"],[231,18,51,38],[231,20,51,39],[232,8,53,8],[233,10,53,8,"fileName"],[233,18,53,8],[233,20,53,8,"_jsxFileName"],[233,32,53,8],[234,10,53,8,"lineNumber"],[234,20,53,8],[235,10,53,8,"columnNumber"],[235,22,53,8],[236,8,53,8],[236,15,53,14],[236,16,53,15],[236,31,55,8],[236,35,55,8,"_reactJsxDevRuntime"],[236,54,55,8],[236,55,55,8,"jsxDEV"],[236,61,55,8],[236,63,55,9,"_reactNative"],[236,75,55,13],[236,76,55,13,"Text"],[236,80,55,13],[237,10,55,14,"style"],[237,15,55,19],[237,17,55,21,"styles"],[237,23,55,27],[237,24,55,28,"sectionTitle"],[237,36,55,41],[238,10,55,41,"children"],[238,18,55,41],[238,20,55,42],[239,8,55,58],[240,10,55,58,"fileName"],[240,18,55,58],[240,20,55,58,"_jsxFileName"],[240,32,55,58],[241,10,55,58,"lineNumber"],[241,20,55,58],[242,10,55,58,"columnNumber"],[242,22,55,58],[243,8,55,58],[243,15,55,64],[243,16,55,65],[243,31,56,8],[243,35,56,8,"_reactJsxDevRuntime"],[243,54,56,8],[243,55,56,8,"jsxDEV"],[243,61,56,8],[243,63,56,9,"_reactNative"],[243,75,56,13],[243,76,56,13,"Text"],[243,80,56,13],[244,10,56,14,"style"],[244,15,56,19],[244,17,56,21,"styles"],[244,23,56,27],[244,24,56,28,"paragraph"],[244,33,56,38],[245,10,56,38,"children"],[245,18,56,38],[245,20,56,39],[246,8,58,8],[247,10,58,8,"fileName"],[247,18,58,8],[247,20,58,8,"_jsxFileName"],[247,32,58,8],[248,10,58,8,"lineNumber"],[248,20,58,8],[249,10,58,8,"columnNumber"],[249,22,58,8],[250,8,58,8],[250,15,58,14],[250,16,58,15],[250,31,59,8],[250,35,59,8,"_reactJsxDevRuntime"],[250,54,59,8],[250,55,59,8,"jsxDEV"],[250,61,59,8],[250,63,59,9,"_reactNative"],[250,75,59,13],[250,76,59,13,"Text"],[250,80,59,13],[251,10,59,14,"style"],[251,15,59,19],[251,17,59,21,"styles"],[251,23,59,27],[251,24,59,28,"bulletPoint"],[251,35,59,40],[252,10,59,40,"children"],[252,18,59,40],[252,20,59,41],[253,8,59,71],[254,10,59,71,"fileName"],[254,18,59,71],[254,20,59,71,"_jsxFileName"],[254,32,59,71],[255,10,59,71,"lineNumber"],[255,20,59,71],[256,10,59,71,"columnNumber"],[256,22,59,71],[257,8,59,71],[257,15,59,77],[257,16,59,78],[257,31,60,8],[257,35,60,8,"_reactJsxDevRuntime"],[257,54,60,8],[257,55,60,8,"jsxDEV"],[257,61,60,8],[257,63,60,9,"_reactNative"],[257,75,60,13],[257,76,60,13,"Text"],[257,80,60,13],[258,10,60,14,"style"],[258,15,60,19],[258,17,60,21,"styles"],[258,23,60,27],[258,24,60,28,"bulletPoint"],[258,35,60,40],[259,10,60,40,"children"],[259,18,60,40],[259,20,60,41],[260,8,60,74],[261,10,60,74,"fileName"],[261,18,60,74],[261,20,60,74,"_jsxFileName"],[261,32,60,74],[262,10,60,74,"lineNumber"],[262,20,60,74],[263,10,60,74,"columnNumber"],[263,22,60,74],[264,8,60,74],[264,15,60,80],[264,16,60,81],[264,31,61,8],[264,35,61,8,"_reactJsxDevRuntime"],[264,54,61,8],[264,55,61,8,"jsxDEV"],[264,61,61,8],[264,63,61,9,"_reactNative"],[264,75,61,13],[264,76,61,13,"Text"],[264,80,61,13],[265,10,61,14,"style"],[265,15,61,19],[265,17,61,21,"styles"],[265,23,61,27],[265,24,61,28,"bulletPoint"],[265,35,61,40],[266,10,61,40,"children"],[266,18,61,40],[266,20,61,41],[267,8,61,66],[268,10,61,66,"fileName"],[268,18,61,66],[268,20,61,66,"_jsxFileName"],[268,32,61,66],[269,10,61,66,"lineNumber"],[269,20,61,66],[270,10,61,66,"columnNumber"],[270,22,61,66],[271,8,61,66],[271,15,61,72],[271,16,61,73],[271,31,62,8],[271,35,62,8,"_reactJsxDevRuntime"],[271,54,62,8],[271,55,62,8,"jsxDEV"],[271,61,62,8],[271,63,62,9,"_reactNative"],[271,75,62,13],[271,76,62,13,"Text"],[271,80,62,13],[272,10,62,14,"style"],[272,15,62,19],[272,17,62,21,"styles"],[272,23,62,27],[272,24,62,28,"bulletPoint"],[272,35,62,40],[273,10,62,40,"children"],[273,18,62,40],[273,20,62,41],[274,8,62,75],[275,10,62,75,"fileName"],[275,18,62,75],[275,20,62,75,"_jsxFileName"],[275,32,62,75],[276,10,62,75,"lineNumber"],[276,20,62,75],[277,10,62,75,"columnNumber"],[277,22,62,75],[278,8,62,75],[278,15,62,81],[278,16,62,82],[278,31,64,8],[278,35,64,8,"_reactJsxDevRuntime"],[278,54,64,8],[278,55,64,8,"jsxDEV"],[278,61,64,8],[278,63,64,9,"_reactNative"],[278,75,64,13],[278,76,64,13,"Text"],[278,80,64,13],[279,10,64,14,"style"],[279,15,64,19],[279,17,64,21,"styles"],[279,23,64,27],[279,24,64,28,"sectionTitle"],[279,36,64,41],[280,10,64,41,"children"],[280,18,64,41],[280,20,64,42],[281,8,64,56],[282,10,64,56,"fileName"],[282,18,64,56],[282,20,64,56,"_jsxFileName"],[282,32,64,56],[283,10,64,56,"lineNumber"],[283,20,64,56],[284,10,64,56,"columnNumber"],[284,22,64,56],[285,8,64,56],[285,15,64,62],[285,16,64,63],[285,31,65,8],[285,35,65,8,"_reactJsxDevRuntime"],[285,54,65,8],[285,55,65,8,"jsxDEV"],[285,61,65,8],[285,63,65,9,"_reactNative"],[285,75,65,13],[285,76,65,13,"Text"],[285,80,65,13],[286,10,65,14,"style"],[286,15,65,19],[286,17,65,21,"styles"],[286,23,65,27],[286,24,65,28,"paragraph"],[286,33,65,38],[287,10,65,38,"children"],[287,18,65,38],[287,20,65,39],[288,8,65,61],[289,10,65,61,"fileName"],[289,18,65,61],[289,20,65,61,"_jsxFileName"],[289,32,65,61],[290,10,65,61,"lineNumber"],[290,20,65,61],[291,10,65,61,"columnNumber"],[291,22,65,61],[292,8,65,61],[292,15,65,67],[292,16,65,68],[292,31,66,8],[292,35,66,8,"_reactJsxDevRuntime"],[292,54,66,8],[292,55,66,8,"jsxDEV"],[292,61,66,8],[292,63,66,9,"_reactNative"],[292,75,66,13],[292,76,66,13,"Text"],[292,80,66,13],[293,10,66,14,"style"],[293,15,66,19],[293,17,66,21,"styles"],[293,23,66,27],[293,24,66,28,"bulletPoint"],[293,35,66,40],[294,10,66,40,"children"],[294,18,66,40],[294,20,66,41],[295,8,66,75],[296,10,66,75,"fileName"],[296,18,66,75],[296,20,66,75,"_jsxFileName"],[296,32,66,75],[297,10,66,75,"lineNumber"],[297,20,66,75],[298,10,66,75,"columnNumber"],[298,22,66,75],[299,8,66,75],[299,15,66,81],[299,16,66,82],[299,31,67,8],[299,35,67,8,"_reactJsxDevRuntime"],[299,54,67,8],[299,55,67,8,"jsxDEV"],[299,61,67,8],[299,63,67,9,"_reactNative"],[299,75,67,13],[299,76,67,13,"Text"],[299,80,67,13],[300,10,67,14,"style"],[300,15,67,19],[300,17,67,21,"styles"],[300,23,67,27],[300,24,67,28,"bulletPoint"],[300,35,67,40],[301,10,67,40,"children"],[301,18,67,40],[301,20,67,41],[302,8,67,73],[303,10,67,73,"fileName"],[303,18,67,73],[303,20,67,73,"_jsxFileName"],[303,32,67,73],[304,10,67,73,"lineNumber"],[304,20,67,73],[305,10,67,73,"columnNumber"],[305,22,67,73],[306,8,67,73],[306,15,67,79],[306,16,67,80],[306,31,68,8],[306,35,68,8,"_reactJsxDevRuntime"],[306,54,68,8],[306,55,68,8,"jsxDEV"],[306,61,68,8],[306,63,68,9,"_reactNative"],[306,75,68,13],[306,76,68,13,"Text"],[306,80,68,13],[307,10,68,14,"style"],[307,15,68,19],[307,17,68,21,"styles"],[307,23,68,27],[307,24,68,28,"bulletPoint"],[307,35,68,40],[308,10,68,40,"children"],[308,18,68,40],[308,20,68,41],[309,8,68,71],[310,10,68,71,"fileName"],[310,18,68,71],[310,20,68,71,"_jsxFileName"],[310,32,68,71],[311,10,68,71,"lineNumber"],[311,20,68,71],[312,10,68,71,"columnNumber"],[312,22,68,71],[313,8,68,71],[313,15,68,77],[313,16,68,78],[313,31,69,8],[313,35,69,8,"_reactJsxDevRuntime"],[313,54,69,8],[313,55,69,8,"jsxDEV"],[313,61,69,8],[313,63,69,9,"_reactNative"],[313,75,69,13],[313,76,69,13,"Text"],[313,80,69,13],[314,10,69,14,"style"],[314,15,69,19],[314,17,69,21,"styles"],[314,23,69,27],[314,24,69,28,"bulletPoint"],[314,35,69,40],[315,10,69,40,"children"],[315,18,69,40],[315,20,69,41],[316,8,69,59],[317,10,69,59,"fileName"],[317,18,69,59],[317,20,69,59,"_jsxFileName"],[317,32,69,59],[318,10,69,59,"lineNumber"],[318,20,69,59],[319,10,69,59,"columnNumber"],[319,22,69,59],[320,8,69,59],[320,15,69,65],[320,16,69,66],[320,31,70,8],[320,35,70,8,"_reactJsxDevRuntime"],[320,54,70,8],[320,55,70,8,"jsxDEV"],[320,61,70,8],[320,63,70,9,"_reactNative"],[320,75,70,13],[320,76,70,13,"Text"],[320,80,70,13],[321,10,70,14,"style"],[321,15,70,19],[321,17,70,21,"styles"],[321,23,70,27],[321,24,70,28,"bulletPoint"],[321,35,70,40],[322,10,70,40,"children"],[322,18,70,40],[322,20,70,41],[323,8,70,78],[324,10,70,78,"fileName"],[324,18,70,78],[324,20,70,78,"_jsxFileName"],[324,32,70,78],[325,10,70,78,"lineNumber"],[325,20,70,78],[326,10,70,78,"columnNumber"],[326,22,70,78],[327,8,70,78],[327,15,70,84],[327,16,70,85],[327,31,72,8],[327,35,72,8,"_reactJsxDevRuntime"],[327,54,72,8],[327,55,72,8,"jsxDEV"],[327,61,72,8],[327,63,72,9,"_reactNative"],[327,75,72,13],[327,76,72,13,"Text"],[327,80,72,13],[328,10,72,14,"style"],[328,15,72,19],[328,17,72,21,"styles"],[328,23,72,27],[328,24,72,28,"sectionTitle"],[328,36,72,41],[329,10,72,41,"children"],[329,18,72,41],[329,20,72,42],[330,8,72,59],[331,10,72,59,"fileName"],[331,18,72,59],[331,20,72,59,"_jsxFileName"],[331,32,72,59],[332,10,72,59,"lineNumber"],[332,20,72,59],[333,10,72,59,"columnNumber"],[333,22,72,59],[334,8,72,59],[334,15,72,65],[334,16,72,66],[334,31,73,8],[334,35,73,8,"_reactJsxDevRuntime"],[334,54,73,8],[334,55,73,8,"jsxDEV"],[334,61,73,8],[334,63,73,9,"_reactNative"],[334,75,73,13],[334,76,73,13,"Text"],[334,80,73,13],[335,10,73,14,"style"],[335,15,73,19],[335,17,73,21,"styles"],[335,23,73,27],[335,24,73,28,"paragraph"],[335,33,73,38],[336,10,73,38,"children"],[336,18,73,38],[336,20,73,39],[337,8,75,8],[338,10,75,8,"fileName"],[338,18,75,8],[338,20,75,8,"_jsxFileName"],[338,32,75,8],[339,10,75,8,"lineNumber"],[339,20,75,8],[340,10,75,8,"columnNumber"],[340,22,75,8],[341,8,75,8],[341,15,75,14],[341,16,75,15],[341,31,77,8],[341,35,77,8,"_reactJsxDevRuntime"],[341,54,77,8],[341,55,77,8,"jsxDEV"],[341,61,77,8],[341,63,77,9,"_reactNative"],[341,75,77,13],[341,76,77,13,"Text"],[341,80,77,13],[342,10,77,14,"style"],[342,15,77,19],[342,17,77,21,"styles"],[342,23,77,27],[342,24,77,28,"sectionTitle"],[342,36,77,41],[343,10,77,41,"children"],[343,18,77,41],[343,20,77,42],[344,8,77,63],[345,10,77,63,"fileName"],[345,18,77,63],[345,20,77,63,"_jsxFileName"],[345,32,77,63],[346,10,77,63,"lineNumber"],[346,20,77,63],[347,10,77,63,"columnNumber"],[347,22,77,63],[348,8,77,63],[348,15,77,69],[348,16,77,70],[348,31,78,8],[348,35,78,8,"_reactJsxDevRuntime"],[348,54,78,8],[348,55,78,8,"jsxDEV"],[348,61,78,8],[348,63,78,9,"_reactNative"],[348,75,78,13],[348,76,78,13,"Text"],[348,80,78,13],[349,10,78,14,"style"],[349,15,78,19],[349,17,78,21,"styles"],[349,23,78,27],[349,24,78,28,"paragraph"],[349,33,78,38],[350,10,78,38,"children"],[350,18,78,38],[350,20,78,39],[351,8,80,8],[352,10,80,8,"fileName"],[352,18,80,8],[352,20,80,8,"_jsxFileName"],[352,32,80,8],[353,10,80,8,"lineNumber"],[353,20,80,8],[354,10,80,8,"columnNumber"],[354,22,80,8],[355,8,80,8],[355,15,80,14],[355,16,80,15],[355,31,82,8],[355,35,82,8,"_reactJsxDevRuntime"],[355,54,82,8],[355,55,82,8,"jsxDEV"],[355,61,82,8],[355,63,82,9,"_reactNative"],[355,75,82,13],[355,76,82,13,"Text"],[355,80,82,13],[356,10,82,14,"style"],[356,15,82,19],[356,17,82,21,"styles"],[356,23,82,27],[356,24,82,28,"sectionTitle"],[356,36,82,41],[357,10,82,41,"children"],[357,18,82,41],[357,20,82,42],[358,8,82,73],[359,10,82,73,"fileName"],[359,18,82,73],[359,20,82,73,"_jsxFileName"],[359,32,82,73],[360,10,82,73,"lineNumber"],[360,20,82,73],[361,10,82,73,"columnNumber"],[361,22,82,73],[362,8,82,73],[362,15,82,79],[362,16,82,80],[362,31,83,8],[362,35,83,8,"_reactJsxDevRuntime"],[362,54,83,8],[362,55,83,8,"jsxDEV"],[362,61,83,8],[362,63,83,9,"_reactNative"],[362,75,83,13],[362,76,83,13,"Text"],[362,80,83,13],[363,10,83,14,"style"],[363,15,83,19],[363,17,83,21,"styles"],[363,23,83,27],[363,24,83,28,"paragraph"],[363,33,83,38],[364,10,83,38,"children"],[364,18,83,38],[364,20,83,39],[365,8,85,8],[366,10,85,8,"fileName"],[366,18,85,8],[366,20,85,8,"_jsxFileName"],[366,32,85,8],[367,10,85,8,"lineNumber"],[367,20,85,8],[368,10,85,8,"columnNumber"],[368,22,85,8],[369,8,85,8],[369,15,85,14],[369,16,85,15],[369,31,87,8],[369,35,87,8,"_reactJsxDevRuntime"],[369,54,87,8],[369,55,87,8,"jsxDEV"],[369,61,87,8],[369,63,87,9,"_reactNative"],[369,75,87,13],[369,76,87,13,"Text"],[369,80,87,13],[370,10,87,14,"style"],[370,15,87,19],[370,17,87,21,"styles"],[370,23,87,27],[370,24,87,28,"sectionTitle"],[370,36,87,41],[371,10,87,41,"children"],[371,18,87,41],[371,20,87,42],[372,8,87,71],[373,10,87,71,"fileName"],[373,18,87,71],[373,20,87,71,"_jsxFileName"],[373,32,87,71],[374,10,87,71,"lineNumber"],[374,20,87,71],[375,10,87,71,"columnNumber"],[375,22,87,71],[376,8,87,71],[376,15,87,77],[376,16,87,78],[376,31,88,8],[376,35,88,8,"_reactJsxDevRuntime"],[376,54,88,8],[376,55,88,8,"jsxDEV"],[376,61,88,8],[376,63,88,9,"_reactNative"],[376,75,88,13],[376,76,88,13,"Text"],[376,80,88,13],[377,10,88,14,"style"],[377,15,88,19],[377,17,88,21,"styles"],[377,23,88,27],[377,24,88,28,"paragraph"],[377,33,88,38],[378,10,88,38,"children"],[378,18,88,38],[378,20,88,39],[379,8,90,8],[380,10,90,8,"fileName"],[380,18,90,8],[380,20,90,8,"_jsxFileName"],[380,32,90,8],[381,10,90,8,"lineNumber"],[381,20,90,8],[382,10,90,8,"columnNumber"],[382,22,90,8],[383,8,90,8],[383,15,90,14],[383,16,90,15],[383,31,92,8],[383,35,92,8,"_reactJsxDevRuntime"],[383,54,92,8],[383,55,92,8,"jsxDEV"],[383,61,92,8],[383,63,92,9,"_reactNative"],[383,75,92,13],[383,76,92,13,"Text"],[383,80,92,13],[384,10,92,14,"style"],[384,15,92,19],[384,17,92,21,"styles"],[384,23,92,27],[384,24,92,28,"sectionTitle"],[384,36,92,41],[385,10,92,41,"children"],[385,18,92,41],[385,20,92,42],[386,8,92,56],[387,10,92,56,"fileName"],[387,18,92,56],[387,20,92,56,"_jsxFileName"],[387,32,92,56],[388,10,92,56,"lineNumber"],[388,20,92,56],[389,10,92,56,"columnNumber"],[389,22,92,56],[390,8,92,56],[390,15,92,62],[390,16,92,63],[390,31,93,8],[390,35,93,8,"_reactJsxDevRuntime"],[390,54,93,8],[390,55,93,8,"jsxDEV"],[390,61,93,8],[390,63,93,9,"_reactNative"],[390,75,93,13],[390,76,93,13,"Text"],[390,80,93,13],[391,10,93,14,"style"],[391,15,93,19],[391,17,93,21,"styles"],[391,23,93,27],[391,24,93,28,"paragraph"],[391,33,93,38],[392,10,93,38,"children"],[392,18,93,38],[392,20,93,39],[393,8,95,8],[394,10,95,8,"fileName"],[394,18,95,8],[394,20,95,8,"_jsxFileName"],[394,32,95,8],[395,10,95,8,"lineNumber"],[395,20,95,8],[396,10,95,8,"columnNumber"],[396,22,95,8],[397,8,95,8],[397,15,95,14],[397,16,95,15],[397,31,96,8],[397,35,96,8,"_reactJsxDevRuntime"],[397,54,96,8],[397,55,96,8,"jsxDEV"],[397,61,96,8],[397,63,96,9,"_reactNative"],[397,75,96,13],[397,76,96,13,"Text"],[397,80,96,13],[398,10,96,14,"style"],[398,15,96,19],[398,17,96,21,"styles"],[398,23,96,27],[398,24,96,28,"bulletPoint"],[398,35,96,40],[399,10,96,40,"children"],[399,18,96,40],[399,20,96,41],[400,8,96,73],[401,10,96,73,"fileName"],[401,18,96,73],[401,20,96,73,"_jsxFileName"],[401,32,96,73],[402,10,96,73,"lineNumber"],[402,20,96,73],[403,10,96,73,"columnNumber"],[403,22,96,73],[404,8,96,73],[404,15,96,79],[404,16,96,80],[404,31,97,8],[404,35,97,8,"_reactJsxDevRuntime"],[404,54,97,8],[404,55,97,8,"jsxDEV"],[404,61,97,8],[404,63,97,9,"_reactNative"],[404,75,97,13],[404,76,97,13,"Text"],[404,80,97,13],[405,10,97,14,"style"],[405,15,97,19],[405,17,97,21,"styles"],[405,23,97,27],[405,24,97,28,"bulletPoint"],[405,35,97,40],[406,10,97,40,"children"],[406,18,97,40],[406,20,97,41],[407,8,97,75],[408,10,97,75,"fileName"],[408,18,97,75],[408,20,97,75,"_jsxFileName"],[408,32,97,75],[409,10,97,75,"lineNumber"],[409,20,97,75],[410,10,97,75,"columnNumber"],[410,22,97,75],[411,8,97,75],[411,15,97,81],[411,16,97,82],[412,6,97,82],[413,8,97,82,"fileName"],[413,16,97,82],[413,18,97,82,"_jsxFileName"],[413,30,97,82],[414,8,97,82,"lineNumber"],[414,18,97,82],[415,8,97,82,"columnNumber"],[415,20,97,82],[416,6,97,82],[416,13,98,18],[416,14,98,19],[417,4,98,19],[418,6,98,19,"fileName"],[418,14,98,19],[418,16,98,19,"_jsxFileName"],[418,28,98,19],[419,6,98,19,"lineNumber"],[419,16,98,19],[420,6,98,19,"columnNumber"],[420,18,98,19],[421,4,98,19],[421,11,99,10],[421,12,99,11],[422,2,101,0],[423,2,101,1,"_s"],[423,4,101,1],[423,5,6,24,"PrivacyScreen"],[423,18,6,37],[424,4,6,37],[424,12,7,17,"useSafeAreaInsets"],[424,39,7,34],[424,40,7,34,"useSafeAreaInsets"],[424,57,7,34],[425,2,7,34],[426,2,7,34,"_c"],[426,4,7,34],[426,7,6,24,"PrivacyScreen"],[426,20,6,37],[427,2,103,0],[427,6,103,6,"styles"],[427,12,103,12],[427,15,103,15,"StyleSheet"],[427,27,103,25],[427,28,103,25,"StyleSheet"],[427,38,103,25],[427,39,103,26,"create"],[427,45,103,32],[427,46,103,33],[428,4,104,2,"container"],[428,13,104,11],[428,15,104,13],[429,6,105,4,"flex"],[429,10,105,8],[429,12,105,10],[429,13,105,11],[430,6,106,4,"backgroundColor"],[430,21,106,19],[430,23,106,21],[431,4,107,2],[431,5,107,3],[432,4,108,2,"header"],[432,10,108,8],[432,12,108,10],[433,6,109,4,"flexDirection"],[433,19,109,17],[433,21,109,19],[433,26,109,24],[434,6,110,4,"alignItems"],[434,16,110,14],[434,18,110,16],[434,26,110,24],[435,6,111,4,"justifyContent"],[435,20,111,18],[435,22,111,20],[435,37,111,35],[436,6,112,4,"paddingHorizontal"],[436,23,112,21],[436,25,112,23],[436,27,112,25],[437,6,113,4,"paddingVertical"],[437,21,113,19],[437,23,113,21],[437,25,113,23],[438,6,114,4,"backgroundColor"],[438,21,114,19],[438,23,114,21],[438,29,114,27],[439,6,115,4,"borderBottomWidth"],[439,23,115,21],[439,25,115,23],[439,26,115,24],[440,6,116,4,"borderBottomColor"],[440,23,116,21],[440,25,116,23],[441,4,117,2],[441,5,117,3],[442,4,118,2,"backButton"],[442,14,118,12],[442,16,118,14],[443,6,119,4,"width"],[443,11,119,9],[443,13,119,11],[443,15,119,13],[444,6,120,4,"height"],[444,12,120,10],[444,14,120,12],[444,16,120,14],[445,6,121,4,"borderRadius"],[445,18,121,16],[445,20,121,18],[445,22,121,20],[446,6,122,4,"backgroundColor"],[446,21,122,19],[446,23,122,21],[446,32,122,30],[447,6,123,4,"alignItems"],[447,16,123,14],[447,18,123,16],[447,26,123,24],[448,6,124,4,"justifyContent"],[448,20,124,18],[448,22,124,20],[449,4,125,2],[449,5,125,3],[450,4,126,2,"headerTitle"],[450,15,126,13],[450,17,126,15],[451,6,127,4,"fontSize"],[451,14,127,12],[451,16,127,14],[451,18,127,16],[452,6,128,4,"fontWeight"],[452,16,128,14],[452,18,128,16],[452,23,128,21],[453,6,129,4,"color"],[453,11,129,9],[453,13,129,11],[454,4,130,2],[454,5,130,3],[455,4,131,2,"scrollContent"],[455,17,131,15],[455,19,131,17],[456,6,132,4,"padding"],[456,13,132,11],[456,15,132,13],[456,17,132,15],[457,6,133,4,"paddingBottom"],[457,19,133,17],[457,21,133,19],[458,4,134,2],[458,5,134,3],[459,4,135,2,"updateDate"],[459,14,135,12],[459,16,135,14],[460,6,136,4,"fontSize"],[460,14,136,12],[460,16,136,14],[460,18,136,16],[461,6,137,4,"color"],[461,11,137,9],[461,13,137,11],[461,22,137,20],[462,6,138,4,"marginBottom"],[462,18,138,16],[462,20,138,18],[462,22,138,20],[463,6,139,4,"fontStyle"],[463,15,139,13],[463,17,139,15],[464,4,140,2],[464,5,140,3],[465,4,141,2,"sectionTitle"],[465,16,141,14],[465,18,141,16],[466,6,142,4,"fontSize"],[466,14,142,12],[466,16,142,14],[466,18,142,16],[467,6,143,4,"fontWeight"],[467,16,143,14],[467,18,143,16],[467,23,143,21],[468,6,144,4,"color"],[468,11,144,9],[468,13,144,11],[468,22,144,20],[469,6,145,4,"marginTop"],[469,15,145,13],[469,17,145,15],[469,19,145,17],[470,6,146,4,"marginBottom"],[470,18,146,16],[470,20,146,18],[471,4,147,2],[471,5,147,3],[472,4,148,2,"paragraph"],[472,13,148,11],[472,15,148,13],[473,6,149,4,"fontSize"],[473,14,149,12],[473,16,149,14],[473,18,149,16],[474,6,150,4,"color"],[474,11,150,9],[474,13,150,11],[474,22,150,20],[475,6,151,4,"lineHeight"],[475,16,151,14],[475,18,151,16],[475,20,151,18],[476,6,152,4,"marginBottom"],[476,18,152,16],[476,20,152,18],[477,4,153,2],[477,5,153,3],[478,4,154,2,"bulletPoint"],[478,15,154,13],[478,17,154,15],[479,6,155,4,"fontSize"],[479,14,155,12],[479,16,155,14],[479,18,155,16],[480,6,156,4,"color"],[480,11,156,9],[480,13,156,11],[480,22,156,20],[481,6,157,4,"lineHeight"],[481,16,157,14],[481,18,157,16],[481,20,157,18],[482,6,158,4,"marginLeft"],[482,16,158,14],[482,18,158,16],[482,20,158,18],[483,6,159,4,"marginBottom"],[483,18,159,16],[483,20,159,18],[484,4,160,2],[485,2,161,0],[485,3,161,1],[485,4,161,2],[486,2,161,3],[486,6,161,3,"_c"],[486,8,161,3],[487,2,161,3,"$RefreshReg$"],[487,14,161,3],[487,15,161,3,"_c"],[487,17,161,3],[488,0,161,3],[488,3]],"functionMap":{"names":["","PrivacyScreen","TouchableOpacity.props.onPress"],"mappings":"AAA;eCK;mCCM,yBD;CDyF"},"hasCjsExports":false},"type":"js/module"}]} \ No newline at end of file diff --git a/frontend/.metro-cache/cache/21/f89a530b428582d4d6285cfad3466c913bd6a7f4abc0f709b7ecb97a49a3dc9aa70eeb b/frontend/.metro-cache/cache/21/f89a530b428582d4d6285cfad3466c913bd6a7f4abc0f709b7ecb97a49a3dc9aa70eeb new file mode 100644 index 00000000..bac13c0f --- /dev/null +++ b/frontend/.metro-cache/cache/21/f89a530b428582d4d6285cfad3466c913bd6a7f4abc0f709b7ecb97a49a3dc9aa70eeb @@ -0,0 +1 @@ +{"dependencies":[{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":26,"index":26}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/View","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"4kYBDC6LJJXoH7P9rWDi3vkLVB0=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Text","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"JKIzsQ5YQ0gDj0MIyY0Q7F1zJtU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/StyleSheet","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"MK7+k1V+KnvCVW7Kj2k/ydtjmVU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/ScrollView","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"7Gv1K9/TiQvbDXlMy9NOQIEBHDA=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/TouchableOpacity","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PnQOoa8QGKpV5+issz6ikk463eg=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":3,"column":0,"index":112},"end":{"line":3,"column":46,"index":158}}],"key":"ow7vkrqkIckRjlSi/+MhMmRYtUE=","exportNames":["*"],"imports":1}},{"name":"react-native-safe-area-context","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":4,"column":0,"index":159},"end":{"line":4,"column":67,"index":226}}],"key":"XjdTKvCUWX6CbQzg5fSDHG/WgHk=","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/TermsScreen.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 TermsScreen;\n }\n });\n require(_dependencyMap[0], \"react\");\n var _reactNativeWebDistExportsView = require(_dependencyMap[1], \"react-native-web/dist/exports/View\");\n var View = _interopDefault(_reactNativeWebDistExportsView);\n var _reactNativeWebDistExportsText = require(_dependencyMap[2], \"react-native-web/dist/exports/Text\");\n var Text = _interopDefault(_reactNativeWebDistExportsText);\n var _reactNativeWebDistExportsStyleSheet = require(_dependencyMap[3], \"react-native-web/dist/exports/StyleSheet\");\n var StyleSheet = _interopDefault(_reactNativeWebDistExportsStyleSheet);\n var _reactNativeWebDistExportsScrollView = require(_dependencyMap[4], \"react-native-web/dist/exports/ScrollView\");\n var ScrollView = _interopDefault(_reactNativeWebDistExportsScrollView);\n var _reactNativeWebDistExportsTouchableOpacity = require(_dependencyMap[5], \"react-native-web/dist/exports/TouchableOpacity\");\n var TouchableOpacity = _interopDefault(_reactNativeWebDistExportsTouchableOpacity);\n var _expoVectorIcons = require(_dependencyMap[6], \"@expo/vector-icons\");\n var _reactNativeSafeAreaContext = require(_dependencyMap[7], \"react-native-safe-area-context\");\n var _reactJsxDevRuntime = require(_dependencyMap[8], \"react/jsx-dev-runtime\");\n function TermsScreen({\n navigation\n }) {\n _s();\n const insets = (0, _reactNativeSafeAreaContext.useSafeAreaInsets)();\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: [styles.container, {\n paddingTop: insets.top\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.header,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n onPress: () => navigation.goBack(),\n style: styles.backButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"arrow-back\",\n size: 24,\n color: \"#1F2937\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 13,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 12,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.headerTitle,\n children: \"Terms of Service\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 15,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: {\n width: 40\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 16,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 11,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n contentContainerStyle: styles.scrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.updateDate,\n children: \"Last Updated: November 8, 2025\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 20,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.sectionTitle,\n children: \"1. Acceptance of Terms\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 22,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.paragraph,\n children: \"By accessing or using PezkuwiChain mobile application (\\\"Service\\\"), you agree to be bound by these Terms of Service. If you disagree with any part of these terms, you may not access the Service.\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 23,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.sectionTitle,\n children: \"2. User Accounts\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 27,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.paragraph,\n children: \"You are responsible for maintaining the confidentiality of your account credentials and for all activities that occur under your account. You must immediately notify us of any unauthorized use of your account.\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 28,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.sectionTitle,\n children: \"3. Digital Assets\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 32,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.paragraph,\n children: \"PezkuwiChain provides wallet services for digital assets (HEZ, PEZ tokens). You acknowledge that:\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 33,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 You are solely responsible for your wallet security\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 36,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 Loss of private keys may result in permanent loss of assets\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 37,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 Transactions on blockchain are irreversible\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 38,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 We do not custody your private keys or assets\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 39,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.sectionTitle,\n children: \"4. Prohibited Activities\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 41,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.paragraph,\n children: \"You agree not to:\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 42,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 Violate any applicable laws or regulations\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 43,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 Use the Service for fraudulent purposes\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 44,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 Attempt to gain unauthorized access to our systems\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 45,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 Interfere with or disrupt the Service\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 46,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.sectionTitle,\n children: \"5. Intellectual Property\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 48,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.paragraph,\n children: \"The Service and its original content, features, and functionality are owned by PezkuwiChain and are protected by international copyright, trademark, and other intellectual property laws.\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 49,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.sectionTitle,\n children: \"6. Limitation of Liability\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 53,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.paragraph,\n children: \"To the maximum extent permitted by law, PezkuwiChain shall not be liable for any indirect, incidental, special, consequential, or punitive damages, including loss of profits, data, or other intangible losses resulting from your use of the Service.\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 54,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.sectionTitle,\n children: \"7. Disclaimers\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 58,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.paragraph,\n children: \"The Service is provided \\\"as is\\\" and \\\"as available\\\" without warranties of any kind. We do not guarantee that the Service will be uninterrupted, secure, or error-free.\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 59,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.sectionTitle,\n children: \"8. Governing Law\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 63,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.paragraph,\n children: \"These Terms shall be governed by and construed in accordance with applicable international laws, without regard to conflict of law provisions.\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 64,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.sectionTitle,\n children: \"9. Changes to Terms\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 68,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.paragraph,\n children: \"We reserve the right to modify these terms at any time. We will notify users of any material changes. Continued use of the Service after changes constitutes acceptance of the new terms.\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 69,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.sectionTitle,\n children: \"10. Contact\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 73,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.paragraph,\n children: \"For questions about these Terms, contact us at support@pezkuwichain.io\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 74,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 19,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 10,\n columnNumber: 5\n }, this);\n }\n _s(TermsScreen, \"3VSCEmKsdYPLcILj9K4icfPtK54=\", false, function () {\n return [_reactNativeSafeAreaContext.useSafeAreaInsets];\n });\n _c = TermsScreen;\n const styles = StyleSheet.default.create({\n container: {\n flex: 1,\n backgroundColor: '#F8F9FA'\n },\n header: {\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'space-between',\n paddingHorizontal: 16,\n paddingVertical: 16,\n backgroundColor: '#FFF',\n borderBottomWidth: 1,\n borderBottomColor: '#E5E7EB'\n },\n backButton: {\n width: 40,\n height: 40,\n borderRadius: 20,\n backgroundColor: '#F3F4F6',\n alignItems: 'center',\n justifyContent: 'center'\n },\n headerTitle: {\n fontSize: 18,\n fontWeight: '700',\n color: '#1F2937'\n },\n scrollContent: {\n padding: 20,\n paddingBottom: 80\n },\n updateDate: {\n fontSize: 14,\n color: '#6B7280',\n marginBottom: 24,\n fontStyle: 'italic'\n },\n sectionTitle: {\n fontSize: 18,\n fontWeight: '700',\n color: '#1F2937',\n marginTop: 24,\n marginBottom: 12\n },\n paragraph: {\n fontSize: 15,\n color: '#374151',\n lineHeight: 24,\n marginBottom: 12\n },\n bulletPoint: {\n fontSize: 15,\n color: '#374151',\n lineHeight: 24,\n marginLeft: 16,\n marginBottom: 8\n }\n });\n var _c;\n $RefreshReg$(_c, \"TermsScreen\");\n});","lineCount":363,"map":[[14,2,6,15,"Object"],[14,8,6,15],[14,9,6,15,"defineProperty"],[14,23,6,15],[14,24,6,15,"exports"],[14,31,6,15],[15,4,6,15,"enumerable"],[15,14,6,15],[16,4,6,15,"get"],[16,7,6,15],[16,18,6,15,"get"],[16,19,6,15],[17,6,6,15],[17,13,6,15,"TermsScreen"],[17,24,6,15],[18,4,6,15],[19,2,6,15],[20,2,1,0,"require"],[20,9,1,0],[20,10,1,0,"_dependencyMap"],[20,24,1,0],[21,2,1,26],[21,6,1,26,"_reactNativeWebDistExportsView"],[21,36,1,26],[21,39,1,26,"require"],[21,46,1,26],[21,47,1,26,"_dependencyMap"],[21,61,1,26],[22,2,1,26],[22,6,1,26,"View"],[22,10,1,26],[22,13,1,26,"_interopDefault"],[22,28,1,26],[22,29,1,26,"_reactNativeWebDistExportsView"],[22,59,1,26],[23,2,1,26],[23,6,1,26,"_reactNativeWebDistExportsText"],[23,36,1,26],[23,39,1,26,"require"],[23,46,1,26],[23,47,1,26,"_dependencyMap"],[23,61,1,26],[24,2,1,26],[24,6,1,26,"Text"],[24,10,1,26],[24,13,1,26,"_interopDefault"],[24,28,1,26],[24,29,1,26,"_reactNativeWebDistExportsText"],[24,59,1,26],[25,2,1,26],[25,6,1,26,"_reactNativeWebDistExportsStyleSheet"],[25,42,1,26],[25,45,1,26,"require"],[25,52,1,26],[25,53,1,26,"_dependencyMap"],[25,67,1,26],[26,2,1,26],[26,6,1,26,"StyleSheet"],[26,16,1,26],[26,19,1,26,"_interopDefault"],[26,34,1,26],[26,35,1,26,"_reactNativeWebDistExportsStyleSheet"],[26,71,1,26],[27,2,1,26],[27,6,1,26,"_reactNativeWebDistExportsScrollView"],[27,42,1,26],[27,45,1,26,"require"],[27,52,1,26],[27,53,1,26,"_dependencyMap"],[27,67,1,26],[28,2,1,26],[28,6,1,26,"ScrollView"],[28,16,1,26],[28,19,1,26,"_interopDefault"],[28,34,1,26],[28,35,1,26,"_reactNativeWebDistExportsScrollView"],[28,71,1,26],[29,2,1,26],[29,6,1,26,"_reactNativeWebDistExportsTouchableOpacity"],[29,48,1,26],[29,51,1,26,"require"],[29,58,1,26],[29,59,1,26,"_dependencyMap"],[29,73,1,26],[30,2,1,26],[30,6,1,26,"TouchableOpacity"],[30,22,1,26],[30,25,1,26,"_interopDefault"],[30,40,1,26],[30,41,1,26,"_reactNativeWebDistExportsTouchableOpacity"],[30,83,1,26],[31,2,3,0],[31,6,3,0,"_expoVectorIcons"],[31,22,3,0],[31,25,3,0,"require"],[31,32,3,0],[31,33,3,0,"_dependencyMap"],[31,47,3,0],[32,2,4,0],[32,6,4,0,"_reactNativeSafeAreaContext"],[32,33,4,0],[32,36,4,0,"require"],[32,43,4,0],[32,44,4,0,"_dependencyMap"],[32,58,4,0],[33,2,4,67],[33,6,4,67,"_reactJsxDevRuntime"],[33,25,4,67],[33,28,4,67,"require"],[33,35,4,67],[33,36,4,67,"_dependencyMap"],[33,50,4,67],[34,2,6,15],[34,11,6,24,"TermsScreen"],[34,22,6,35,"TermsScreen"],[34,23,6,36],[35,4,6,38,"navigation"],[36,2,6,54],[36,3,6,55],[36,5,6,57],[37,4,6,57,"_s"],[37,6,6,57],[38,4,7,2],[38,10,7,8,"insets"],[38,16,7,14],[38,19,7,17],[38,23,7,17,"useSafeAreaInsets"],[38,50,7,34],[38,51,7,34,"useSafeAreaInsets"],[38,68,7,34],[38,70,7,35],[38,71,7,36],[39,4,9,2],[39,24,10,4],[39,28,10,4,"_reactJsxDevRuntime"],[39,47,10,4],[39,48,10,4,"jsxDEV"],[39,54,10,4],[39,56,10,5,"View"],[39,60,10,9],[39,61,10,9,"default"],[39,68,10,9],[40,6,10,10,"style"],[40,11,10,15],[40,13,10,17],[40,14,10,18,"styles"],[40,20,10,24],[40,21,10,25,"container"],[40,30,10,34],[40,32,10,36],[41,8,10,38,"paddingTop"],[41,18,10,48],[41,20,10,50,"insets"],[41,26,10,56],[41,27,10,57,"top"],[42,6,10,61],[42,7,10,62],[42,8,10,64],[43,6,10,64,"children"],[43,14,10,64],[43,30,11,6],[43,34,11,6,"_reactJsxDevRuntime"],[43,53,11,6],[43,54,11,6,"jsxDEV"],[43,60,11,6],[43,62,11,7,"View"],[43,66,11,11],[43,67,11,11,"default"],[43,74,11,11],[44,8,11,12,"style"],[44,13,11,17],[44,15,11,19,"styles"],[44,21,11,25],[44,22,11,26,"header"],[44,28,11,33],[45,8,11,33,"children"],[45,16,11,33],[45,32,12,8],[45,36,12,8,"_reactJsxDevRuntime"],[45,55,12,8],[45,56,12,8,"jsxDEV"],[45,62,12,8],[45,64,12,9,"TouchableOpacity"],[45,80,12,25],[45,81,12,25,"default"],[45,88,12,25],[46,10,12,26,"onPress"],[46,17,12,33],[46,19,12,35,"onPress"],[46,20,12,35],[46,25,12,41,"navigation"],[46,35,12,51],[46,36,12,52,"goBack"],[46,42,12,58],[46,43,12,59],[46,44,12,61],[47,10,12,62,"style"],[47,15,12,67],[47,17,12,69,"styles"],[47,23,12,75],[47,24,12,76,"backButton"],[47,34,12,87],[48,10,12,87,"children"],[48,18,12,87],[48,33,13,10],[48,37,13,10,"_reactJsxDevRuntime"],[48,56,13,10],[48,57,13,10,"jsxDEV"],[48,63,13,10],[48,65,13,11,"_expoVectorIcons"],[48,81,13,19],[48,82,13,19,"Ionicons"],[48,90,13,19],[49,12,13,20,"name"],[49,16,13,24],[49,18,13,25],[49,30,13,37],[50,12,13,38,"size"],[50,16,13,42],[50,18,13,44],[50,20,13,47],[51,12,13,48,"color"],[51,17,13,53],[51,19,13,54],[52,10,13,63],[53,12,13,63,"fileName"],[53,20,13,63],[53,22,13,63,"_jsxFileName"],[53,34,13,63],[54,12,13,63,"lineNumber"],[54,22,13,63],[55,12,13,63,"columnNumber"],[55,24,13,63],[56,10,13,63],[56,17,13,65],[57,8,13,66],[58,10,13,66,"fileName"],[58,18,13,66],[58,20,13,66,"_jsxFileName"],[58,32,13,66],[59,10,13,66,"lineNumber"],[59,20,13,66],[60,10,13,66,"columnNumber"],[60,22,13,66],[61,8,13,66],[61,15,14,26],[61,16,14,27],[61,31,15,8],[61,35,15,8,"_reactJsxDevRuntime"],[61,54,15,8],[61,55,15,8,"jsxDEV"],[61,61,15,8],[61,63,15,9,"Text"],[61,67,15,13],[61,68,15,13,"default"],[61,75,15,13],[62,10,15,14,"style"],[62,15,15,19],[62,17,15,21,"styles"],[62,23,15,27],[62,24,15,28,"headerTitle"],[62,35,15,40],[63,10,15,40,"children"],[63,18,15,40],[63,20,15,41],[64,8,15,57],[65,10,15,57,"fileName"],[65,18,15,57],[65,20,15,57,"_jsxFileName"],[65,32,15,57],[66,10,15,57,"lineNumber"],[66,20,15,57],[67,10,15,57,"columnNumber"],[67,22,15,57],[68,8,15,57],[68,15,15,63],[68,16,15,64],[68,31,16,8],[68,35,16,8,"_reactJsxDevRuntime"],[68,54,16,8],[68,55,16,8,"jsxDEV"],[68,61,16,8],[68,63,16,9,"View"],[68,67,16,13],[68,68,16,13,"default"],[68,75,16,13],[69,10,16,14,"style"],[69,15,16,19],[69,17,16,21],[70,12,16,23,"width"],[70,17,16,28],[70,19,16,30],[71,10,16,33],[72,8,16,35],[73,10,16,35,"fileName"],[73,18,16,35],[73,20,16,35,"_jsxFileName"],[73,32,16,35],[74,10,16,35,"lineNumber"],[74,20,16,35],[75,10,16,35,"columnNumber"],[75,22,16,35],[76,8,16,35],[76,15,16,37],[76,16,16,38],[77,6,16,38],[78,8,16,38,"fileName"],[78,16,16,38],[78,18,16,38,"_jsxFileName"],[78,30,16,38],[79,8,16,38,"lineNumber"],[79,18,16,38],[80,8,16,38,"columnNumber"],[80,20,16,38],[81,6,16,38],[81,13,17,12],[81,14,17,13],[81,29,19,6],[81,33,19,6,"_reactJsxDevRuntime"],[81,52,19,6],[81,53,19,6,"jsxDEV"],[81,59,19,6],[81,61,19,7,"ScrollView"],[81,71,19,17],[81,72,19,17,"default"],[81,79,19,17],[82,8,19,18,"contentContainerStyle"],[82,29,19,39],[82,31,19,41,"styles"],[82,37,19,47],[82,38,19,48,"scrollContent"],[82,51,19,62],[83,8,19,62,"children"],[83,16,19,62],[83,32,20,8],[83,36,20,8,"_reactJsxDevRuntime"],[83,55,20,8],[83,56,20,8,"jsxDEV"],[83,62,20,8],[83,64,20,9,"Text"],[83,68,20,13],[83,69,20,13,"default"],[83,76,20,13],[84,10,20,14,"style"],[84,15,20,19],[84,17,20,21,"styles"],[84,23,20,27],[84,24,20,28,"updateDate"],[84,34,20,39],[85,10,20,39,"children"],[85,18,20,39],[85,20,20,40],[86,8,20,70],[87,10,20,70,"fileName"],[87,18,20,70],[87,20,20,70,"_jsxFileName"],[87,32,20,70],[88,10,20,70,"lineNumber"],[88,20,20,70],[89,10,20,70,"columnNumber"],[89,22,20,70],[90,8,20,70],[90,15,20,76],[90,16,20,77],[90,31,22,8],[90,35,22,8,"_reactJsxDevRuntime"],[90,54,22,8],[90,55,22,8,"jsxDEV"],[90,61,22,8],[90,63,22,9,"Text"],[90,67,22,13],[90,68,22,13,"default"],[90,75,22,13],[91,10,22,14,"style"],[91,15,22,19],[91,17,22,21,"styles"],[91,23,22,27],[91,24,22,28,"sectionTitle"],[91,36,22,41],[92,10,22,41,"children"],[92,18,22,41],[92,20,22,42],[93,8,22,64],[94,10,22,64,"fileName"],[94,18,22,64],[94,20,22,64,"_jsxFileName"],[94,32,22,64],[95,10,22,64,"lineNumber"],[95,20,22,64],[96,10,22,64,"columnNumber"],[96,22,22,64],[97,8,22,64],[97,15,22,70],[97,16,22,71],[97,31,23,8],[97,35,23,8,"_reactJsxDevRuntime"],[97,54,23,8],[97,55,23,8,"jsxDEV"],[97,61,23,8],[97,63,23,9,"Text"],[97,67,23,13],[97,68,23,13,"default"],[97,75,23,13],[98,10,23,14,"style"],[98,15,23,19],[98,17,23,21,"styles"],[98,23,23,27],[98,24,23,28,"paragraph"],[98,33,23,38],[99,10,23,38,"children"],[99,18,23,38],[99,20,23,39],[100,8,25,8],[101,10,25,8,"fileName"],[101,18,25,8],[101,20,25,8,"_jsxFileName"],[101,32,25,8],[102,10,25,8,"lineNumber"],[102,20,25,8],[103,10,25,8,"columnNumber"],[103,22,25,8],[104,8,25,8],[104,15,25,14],[104,16,25,15],[104,31,27,8],[104,35,27,8,"_reactJsxDevRuntime"],[104,54,27,8],[104,55,27,8,"jsxDEV"],[104,61,27,8],[104,63,27,9,"Text"],[104,67,27,13],[104,68,27,13,"default"],[104,75,27,13],[105,10,27,14,"style"],[105,15,27,19],[105,17,27,21,"styles"],[105,23,27,27],[105,24,27,28,"sectionTitle"],[105,36,27,41],[106,10,27,41,"children"],[106,18,27,41],[106,20,27,42],[107,8,27,58],[108,10,27,58,"fileName"],[108,18,27,58],[108,20,27,58,"_jsxFileName"],[108,32,27,58],[109,10,27,58,"lineNumber"],[109,20,27,58],[110,10,27,58,"columnNumber"],[110,22,27,58],[111,8,27,58],[111,15,27,64],[111,16,27,65],[111,31,28,8],[111,35,28,8,"_reactJsxDevRuntime"],[111,54,28,8],[111,55,28,8,"jsxDEV"],[111,61,28,8],[111,63,28,9,"Text"],[111,67,28,13],[111,68,28,13,"default"],[111,75,28,13],[112,10,28,14,"style"],[112,15,28,19],[112,17,28,21,"styles"],[112,23,28,27],[112,24,28,28,"paragraph"],[112,33,28,38],[113,10,28,38,"children"],[113,18,28,38],[113,20,28,39],[114,8,30,8],[115,10,30,8,"fileName"],[115,18,30,8],[115,20,30,8,"_jsxFileName"],[115,32,30,8],[116,10,30,8,"lineNumber"],[116,20,30,8],[117,10,30,8,"columnNumber"],[117,22,30,8],[118,8,30,8],[118,15,30,14],[118,16,30,15],[118,31,32,8],[118,35,32,8,"_reactJsxDevRuntime"],[118,54,32,8],[118,55,32,8,"jsxDEV"],[118,61,32,8],[118,63,32,9,"Text"],[118,67,32,13],[118,68,32,13,"default"],[118,75,32,13],[119,10,32,14,"style"],[119,15,32,19],[119,17,32,21,"styles"],[119,23,32,27],[119,24,32,28,"sectionTitle"],[119,36,32,41],[120,10,32,41,"children"],[120,18,32,41],[120,20,32,42],[121,8,32,59],[122,10,32,59,"fileName"],[122,18,32,59],[122,20,32,59,"_jsxFileName"],[122,32,32,59],[123,10,32,59,"lineNumber"],[123,20,32,59],[124,10,32,59,"columnNumber"],[124,22,32,59],[125,8,32,59],[125,15,32,65],[125,16,32,66],[125,31,33,8],[125,35,33,8,"_reactJsxDevRuntime"],[125,54,33,8],[125,55,33,8,"jsxDEV"],[125,61,33,8],[125,63,33,9,"Text"],[125,67,33,13],[125,68,33,13,"default"],[125,75,33,13],[126,10,33,14,"style"],[126,15,33,19],[126,17,33,21,"styles"],[126,23,33,27],[126,24,33,28,"paragraph"],[126,33,33,38],[127,10,33,38,"children"],[127,18,33,38],[127,20,33,39],[128,8,35,8],[129,10,35,8,"fileName"],[129,18,35,8],[129,20,35,8,"_jsxFileName"],[129,32,35,8],[130,10,35,8,"lineNumber"],[130,20,35,8],[131,10,35,8,"columnNumber"],[131,22,35,8],[132,8,35,8],[132,15,35,14],[132,16,35,15],[132,31,36,8],[132,35,36,8,"_reactJsxDevRuntime"],[132,54,36,8],[132,55,36,8,"jsxDEV"],[132,61,36,8],[132,63,36,9,"Text"],[132,67,36,13],[132,68,36,13,"default"],[132,75,36,13],[133,10,36,14,"style"],[133,15,36,19],[133,17,36,21,"styles"],[133,23,36,27],[133,24,36,28,"bulletPoint"],[133,35,36,40],[134,10,36,40,"children"],[134,18,36,40],[134,20,36,41],[135,8,36,94],[136,10,36,94,"fileName"],[136,18,36,94],[136,20,36,94,"_jsxFileName"],[136,32,36,94],[137,10,36,94,"lineNumber"],[137,20,36,94],[138,10,36,94,"columnNumber"],[138,22,36,94],[139,8,36,94],[139,15,36,100],[139,16,36,101],[139,31,37,8],[139,35,37,8,"_reactJsxDevRuntime"],[139,54,37,8],[139,55,37,8,"jsxDEV"],[139,61,37,8],[139,63,37,9,"Text"],[139,67,37,13],[139,68,37,13,"default"],[139,75,37,13],[140,10,37,14,"style"],[140,15,37,19],[140,17,37,21,"styles"],[140,23,37,27],[140,24,37,28,"bulletPoint"],[140,35,37,40],[141,10,37,40,"children"],[141,18,37,40],[141,20,37,41],[142,8,37,102],[143,10,37,102,"fileName"],[143,18,37,102],[143,20,37,102,"_jsxFileName"],[143,32,37,102],[144,10,37,102,"lineNumber"],[144,20,37,102],[145,10,37,102,"columnNumber"],[145,22,37,102],[146,8,37,102],[146,15,37,108],[146,16,37,109],[146,31,38,8],[146,35,38,8,"_reactJsxDevRuntime"],[146,54,38,8],[146,55,38,8,"jsxDEV"],[146,61,38,8],[146,63,38,9,"Text"],[146,67,38,13],[146,68,38,13,"default"],[146,75,38,13],[147,10,38,14,"style"],[147,15,38,19],[147,17,38,21,"styles"],[147,23,38,27],[147,24,38,28,"bulletPoint"],[147,35,38,40],[148,10,38,40,"children"],[148,18,38,40],[148,20,38,41],[149,8,38,86],[150,10,38,86,"fileName"],[150,18,38,86],[150,20,38,86,"_jsxFileName"],[150,32,38,86],[151,10,38,86,"lineNumber"],[151,20,38,86],[152,10,38,86,"columnNumber"],[152,22,38,86],[153,8,38,86],[153,15,38,92],[153,16,38,93],[153,31,39,8],[153,35,39,8,"_reactJsxDevRuntime"],[153,54,39,8],[153,55,39,8,"jsxDEV"],[153,61,39,8],[153,63,39,9,"Text"],[153,67,39,13],[153,68,39,13,"default"],[153,75,39,13],[154,10,39,14,"style"],[154,15,39,19],[154,17,39,21,"styles"],[154,23,39,27],[154,24,39,28,"bulletPoint"],[154,35,39,40],[155,10,39,40,"children"],[155,18,39,40],[155,20,39,41],[156,8,39,88],[157,10,39,88,"fileName"],[157,18,39,88],[157,20,39,88,"_jsxFileName"],[157,32,39,88],[158,10,39,88,"lineNumber"],[158,20,39,88],[159,10,39,88,"columnNumber"],[159,22,39,88],[160,8,39,88],[160,15,39,94],[160,16,39,95],[160,31,41,8],[160,35,41,8,"_reactJsxDevRuntime"],[160,54,41,8],[160,55,41,8,"jsxDEV"],[160,61,41,8],[160,63,41,9,"Text"],[160,67,41,13],[160,68,41,13,"default"],[160,75,41,13],[161,10,41,14,"style"],[161,15,41,19],[161,17,41,21,"styles"],[161,23,41,27],[161,24,41,28,"sectionTitle"],[161,36,41,41],[162,10,41,41,"children"],[162,18,41,41],[162,20,41,42],[163,8,41,66],[164,10,41,66,"fileName"],[164,18,41,66],[164,20,41,66,"_jsxFileName"],[164,32,41,66],[165,10,41,66,"lineNumber"],[165,20,41,66],[166,10,41,66,"columnNumber"],[166,22,41,66],[167,8,41,66],[167,15,41,72],[167,16,41,73],[167,31,42,8],[167,35,42,8,"_reactJsxDevRuntime"],[167,54,42,8],[167,55,42,8,"jsxDEV"],[167,61,42,8],[167,63,42,9,"Text"],[167,67,42,13],[167,68,42,13,"default"],[167,75,42,13],[168,10,42,14,"style"],[168,15,42,19],[168,17,42,21,"styles"],[168,23,42,27],[168,24,42,28,"paragraph"],[168,33,42,38],[169,10,42,38,"children"],[169,18,42,38],[169,20,42,39],[170,8,42,56],[171,10,42,56,"fileName"],[171,18,42,56],[171,20,42,56,"_jsxFileName"],[171,32,42,56],[172,10,42,56,"lineNumber"],[172,20,42,56],[173,10,42,56,"columnNumber"],[173,22,42,56],[174,8,42,56],[174,15,42,62],[174,16,42,63],[174,31,43,8],[174,35,43,8,"_reactJsxDevRuntime"],[174,54,43,8],[174,55,43,8,"jsxDEV"],[174,61,43,8],[174,63,43,9,"Text"],[174,67,43,13],[174,68,43,13,"default"],[174,75,43,13],[175,10,43,14,"style"],[175,15,43,19],[175,17,43,21,"styles"],[175,23,43,27],[175,24,43,28,"bulletPoint"],[175,35,43,40],[176,10,43,40,"children"],[176,18,43,40],[176,20,43,41],[177,8,43,85],[178,10,43,85,"fileName"],[178,18,43,85],[178,20,43,85,"_jsxFileName"],[178,32,43,85],[179,10,43,85,"lineNumber"],[179,20,43,85],[180,10,43,85,"columnNumber"],[180,22,43,85],[181,8,43,85],[181,15,43,91],[181,16,43,92],[181,31,44,8],[181,35,44,8,"_reactJsxDevRuntime"],[181,54,44,8],[181,55,44,8,"jsxDEV"],[181,61,44,8],[181,63,44,9,"Text"],[181,67,44,13],[181,68,44,13,"default"],[181,75,44,13],[182,10,44,14,"style"],[182,15,44,19],[182,17,44,21,"styles"],[182,23,44,27],[182,24,44,28,"bulletPoint"],[182,35,44,40],[183,10,44,40,"children"],[183,18,44,40],[183,20,44,41],[184,8,44,82],[185,10,44,82,"fileName"],[185,18,44,82],[185,20,44,82,"_jsxFileName"],[185,32,44,82],[186,10,44,82,"lineNumber"],[186,20,44,82],[187,10,44,82,"columnNumber"],[187,22,44,82],[188,8,44,82],[188,15,44,88],[188,16,44,89],[188,31,45,8],[188,35,45,8,"_reactJsxDevRuntime"],[188,54,45,8],[188,55,45,8,"jsxDEV"],[188,61,45,8],[188,63,45,9,"Text"],[188,67,45,13],[188,68,45,13,"default"],[188,75,45,13],[189,10,45,14,"style"],[189,15,45,19],[189,17,45,21,"styles"],[189,23,45,27],[189,24,45,28,"bulletPoint"],[189,35,45,40],[190,10,45,40,"children"],[190,18,45,40],[190,20,45,41],[191,8,45,93],[192,10,45,93,"fileName"],[192,18,45,93],[192,20,45,93,"_jsxFileName"],[192,32,45,93],[193,10,45,93,"lineNumber"],[193,20,45,93],[194,10,45,93,"columnNumber"],[194,22,45,93],[195,8,45,93],[195,15,45,99],[195,16,45,100],[195,31,46,8],[195,35,46,8,"_reactJsxDevRuntime"],[195,54,46,8],[195,55,46,8,"jsxDEV"],[195,61,46,8],[195,63,46,9,"Text"],[195,67,46,13],[195,68,46,13,"default"],[195,75,46,13],[196,10,46,14,"style"],[196,15,46,19],[196,17,46,21,"styles"],[196,23,46,27],[196,24,46,28,"bulletPoint"],[196,35,46,40],[197,10,46,40,"children"],[197,18,46,40],[197,20,46,41],[198,8,46,80],[199,10,46,80,"fileName"],[199,18,46,80],[199,20,46,80,"_jsxFileName"],[199,32,46,80],[200,10,46,80,"lineNumber"],[200,20,46,80],[201,10,46,80,"columnNumber"],[201,22,46,80],[202,8,46,80],[202,15,46,86],[202,16,46,87],[202,31,48,8],[202,35,48,8,"_reactJsxDevRuntime"],[202,54,48,8],[202,55,48,8,"jsxDEV"],[202,61,48,8],[202,63,48,9,"Text"],[202,67,48,13],[202,68,48,13,"default"],[202,75,48,13],[203,10,48,14,"style"],[203,15,48,19],[203,17,48,21,"styles"],[203,23,48,27],[203,24,48,28,"sectionTitle"],[203,36,48,41],[204,10,48,41,"children"],[204,18,48,41],[204,20,48,42],[205,8,48,66],[206,10,48,66,"fileName"],[206,18,48,66],[206,20,48,66,"_jsxFileName"],[206,32,48,66],[207,10,48,66,"lineNumber"],[207,20,48,66],[208,10,48,66,"columnNumber"],[208,22,48,66],[209,8,48,66],[209,15,48,72],[209,16,48,73],[209,31,49,8],[209,35,49,8,"_reactJsxDevRuntime"],[209,54,49,8],[209,55,49,8,"jsxDEV"],[209,61,49,8],[209,63,49,9,"Text"],[209,67,49,13],[209,68,49,13,"default"],[209,75,49,13],[210,10,49,14,"style"],[210,15,49,19],[210,17,49,21,"styles"],[210,23,49,27],[210,24,49,28,"paragraph"],[210,33,49,38],[211,10,49,38,"children"],[211,18,49,38],[211,20,49,39],[212,8,51,8],[213,10,51,8,"fileName"],[213,18,51,8],[213,20,51,8,"_jsxFileName"],[213,32,51,8],[214,10,51,8,"lineNumber"],[214,20,51,8],[215,10,51,8,"columnNumber"],[215,22,51,8],[216,8,51,8],[216,15,51,14],[216,16,51,15],[216,31,53,8],[216,35,53,8,"_reactJsxDevRuntime"],[216,54,53,8],[216,55,53,8,"jsxDEV"],[216,61,53,8],[216,63,53,9,"Text"],[216,67,53,13],[216,68,53,13,"default"],[216,75,53,13],[217,10,53,14,"style"],[217,15,53,19],[217,17,53,21,"styles"],[217,23,53,27],[217,24,53,28,"sectionTitle"],[217,36,53,41],[218,10,53,41,"children"],[218,18,53,41],[218,20,53,42],[219,8,53,68],[220,10,53,68,"fileName"],[220,18,53,68],[220,20,53,68,"_jsxFileName"],[220,32,53,68],[221,10,53,68,"lineNumber"],[221,20,53,68],[222,10,53,68,"columnNumber"],[222,22,53,68],[223,8,53,68],[223,15,53,74],[223,16,53,75],[223,31,54,8],[223,35,54,8,"_reactJsxDevRuntime"],[223,54,54,8],[223,55,54,8,"jsxDEV"],[223,61,54,8],[223,63,54,9,"Text"],[223,67,54,13],[223,68,54,13,"default"],[223,75,54,13],[224,10,54,14,"style"],[224,15,54,19],[224,17,54,21,"styles"],[224,23,54,27],[224,24,54,28,"paragraph"],[224,33,54,38],[225,10,54,38,"children"],[225,18,54,38],[225,20,54,39],[226,8,56,8],[227,10,56,8,"fileName"],[227,18,56,8],[227,20,56,8,"_jsxFileName"],[227,32,56,8],[228,10,56,8,"lineNumber"],[228,20,56,8],[229,10,56,8,"columnNumber"],[229,22,56,8],[230,8,56,8],[230,15,56,14],[230,16,56,15],[230,31,58,8],[230,35,58,8,"_reactJsxDevRuntime"],[230,54,58,8],[230,55,58,8,"jsxDEV"],[230,61,58,8],[230,63,58,9,"Text"],[230,67,58,13],[230,68,58,13,"default"],[230,75,58,13],[231,10,58,14,"style"],[231,15,58,19],[231,17,58,21,"styles"],[231,23,58,27],[231,24,58,28,"sectionTitle"],[231,36,58,41],[232,10,58,41,"children"],[232,18,58,41],[232,20,58,42],[233,8,58,56],[234,10,58,56,"fileName"],[234,18,58,56],[234,20,58,56,"_jsxFileName"],[234,32,58,56],[235,10,58,56,"lineNumber"],[235,20,58,56],[236,10,58,56,"columnNumber"],[236,22,58,56],[237,8,58,56],[237,15,58,62],[237,16,58,63],[237,31,59,8],[237,35,59,8,"_reactJsxDevRuntime"],[237,54,59,8],[237,55,59,8,"jsxDEV"],[237,61,59,8],[237,63,59,9,"Text"],[237,67,59,13],[237,68,59,13,"default"],[237,75,59,13],[238,10,59,14,"style"],[238,15,59,19],[238,17,59,21,"styles"],[238,23,59,27],[238,24,59,28,"paragraph"],[238,33,59,38],[239,10,59,38,"children"],[239,18,59,38],[239,20,59,39],[240,8,61,8],[241,10,61,8,"fileName"],[241,18,61,8],[241,20,61,8,"_jsxFileName"],[241,32,61,8],[242,10,61,8,"lineNumber"],[242,20,61,8],[243,10,61,8,"columnNumber"],[243,22,61,8],[244,8,61,8],[244,15,61,14],[244,16,61,15],[244,31,63,8],[244,35,63,8,"_reactJsxDevRuntime"],[244,54,63,8],[244,55,63,8,"jsxDEV"],[244,61,63,8],[244,63,63,9,"Text"],[244,67,63,13],[244,68,63,13,"default"],[244,75,63,13],[245,10,63,14,"style"],[245,15,63,19],[245,17,63,21,"styles"],[245,23,63,27],[245,24,63,28,"sectionTitle"],[245,36,63,41],[246,10,63,41,"children"],[246,18,63,41],[246,20,63,42],[247,8,63,58],[248,10,63,58,"fileName"],[248,18,63,58],[248,20,63,58,"_jsxFileName"],[248,32,63,58],[249,10,63,58,"lineNumber"],[249,20,63,58],[250,10,63,58,"columnNumber"],[250,22,63,58],[251,8,63,58],[251,15,63,64],[251,16,63,65],[251,31,64,8],[251,35,64,8,"_reactJsxDevRuntime"],[251,54,64,8],[251,55,64,8,"jsxDEV"],[251,61,64,8],[251,63,64,9,"Text"],[251,67,64,13],[251,68,64,13,"default"],[251,75,64,13],[252,10,64,14,"style"],[252,15,64,19],[252,17,64,21,"styles"],[252,23,64,27],[252,24,64,28,"paragraph"],[252,33,64,38],[253,10,64,38,"children"],[253,18,64,38],[253,20,64,39],[254,8,66,8],[255,10,66,8,"fileName"],[255,18,66,8],[255,20,66,8,"_jsxFileName"],[255,32,66,8],[256,10,66,8,"lineNumber"],[256,20,66,8],[257,10,66,8,"columnNumber"],[257,22,66,8],[258,8,66,8],[258,15,66,14],[258,16,66,15],[258,31,68,8],[258,35,68,8,"_reactJsxDevRuntime"],[258,54,68,8],[258,55,68,8,"jsxDEV"],[258,61,68,8],[258,63,68,9,"Text"],[258,67,68,13],[258,68,68,13,"default"],[258,75,68,13],[259,10,68,14,"style"],[259,15,68,19],[259,17,68,21,"styles"],[259,23,68,27],[259,24,68,28,"sectionTitle"],[259,36,68,41],[260,10,68,41,"children"],[260,18,68,41],[260,20,68,42],[261,8,68,61],[262,10,68,61,"fileName"],[262,18,68,61],[262,20,68,61,"_jsxFileName"],[262,32,68,61],[263,10,68,61,"lineNumber"],[263,20,68,61],[264,10,68,61,"columnNumber"],[264,22,68,61],[265,8,68,61],[265,15,68,67],[265,16,68,68],[265,31,69,8],[265,35,69,8,"_reactJsxDevRuntime"],[265,54,69,8],[265,55,69,8,"jsxDEV"],[265,61,69,8],[265,63,69,9,"Text"],[265,67,69,13],[265,68,69,13,"default"],[265,75,69,13],[266,10,69,14,"style"],[266,15,69,19],[266,17,69,21,"styles"],[266,23,69,27],[266,24,69,28,"paragraph"],[266,33,69,38],[267,10,69,38,"children"],[267,18,69,38],[267,20,69,39],[268,8,71,8],[269,10,71,8,"fileName"],[269,18,71,8],[269,20,71,8,"_jsxFileName"],[269,32,71,8],[270,10,71,8,"lineNumber"],[270,20,71,8],[271,10,71,8,"columnNumber"],[271,22,71,8],[272,8,71,8],[272,15,71,14],[272,16,71,15],[272,31,73,8],[272,35,73,8,"_reactJsxDevRuntime"],[272,54,73,8],[272,55,73,8,"jsxDEV"],[272,61,73,8],[272,63,73,9,"Text"],[272,67,73,13],[272,68,73,13,"default"],[272,75,73,13],[273,10,73,14,"style"],[273,15,73,19],[273,17,73,21,"styles"],[273,23,73,27],[273,24,73,28,"sectionTitle"],[273,36,73,41],[274,10,73,41,"children"],[274,18,73,41],[274,20,73,42],[275,8,73,53],[276,10,73,53,"fileName"],[276,18,73,53],[276,20,73,53,"_jsxFileName"],[276,32,73,53],[277,10,73,53,"lineNumber"],[277,20,73,53],[278,10,73,53,"columnNumber"],[278,22,73,53],[279,8,73,53],[279,15,73,59],[279,16,73,60],[279,31,74,8],[279,35,74,8,"_reactJsxDevRuntime"],[279,54,74,8],[279,55,74,8,"jsxDEV"],[279,61,74,8],[279,63,74,9,"Text"],[279,67,74,13],[279,68,74,13,"default"],[279,75,74,13],[280,10,74,14,"style"],[280,15,74,19],[280,17,74,21,"styles"],[280,23,74,27],[280,24,74,28,"paragraph"],[280,33,74,38],[281,10,74,38,"children"],[281,18,74,38],[281,20,74,39],[282,8,76,8],[283,10,76,8,"fileName"],[283,18,76,8],[283,20,76,8,"_jsxFileName"],[283,32,76,8],[284,10,76,8,"lineNumber"],[284,20,76,8],[285,10,76,8,"columnNumber"],[285,22,76,8],[286,8,76,8],[286,15,76,14],[286,16,76,15],[287,6,76,15],[288,8,76,15,"fileName"],[288,16,76,15],[288,18,76,15,"_jsxFileName"],[288,30,76,15],[289,8,76,15,"lineNumber"],[289,18,76,15],[290,8,76,15,"columnNumber"],[290,20,76,15],[291,6,76,15],[291,13,77,18],[291,14,77,19],[292,4,77,19],[293,6,77,19,"fileName"],[293,14,77,19],[293,16,77,19,"_jsxFileName"],[293,28,77,19],[294,6,77,19,"lineNumber"],[294,16,77,19],[295,6,77,19,"columnNumber"],[295,18,77,19],[296,4,77,19],[296,11,78,10],[296,12,78,11],[297,2,80,0],[298,2,80,1,"_s"],[298,4,80,1],[298,5,6,24,"TermsScreen"],[298,16,6,35],[299,4,6,35],[299,12,7,17,"useSafeAreaInsets"],[299,39,7,34],[299,40,7,34,"useSafeAreaInsets"],[299,57,7,34],[300,2,7,34],[301,2,7,34,"_c"],[301,4,7,34],[301,7,6,24,"TermsScreen"],[301,18,6,35],[302,2,82,0],[302,8,82,6,"styles"],[302,14,82,12],[302,17,82,15,"StyleSheet"],[302,27,82,25],[302,28,82,25,"default"],[302,35,82,25],[302,36,82,26,"create"],[302,42,82,32],[302,43,82,33],[303,4,83,2,"container"],[303,13,83,11],[303,15,83,13],[304,6,84,4,"flex"],[304,10,84,8],[304,12,84,10],[304,13,84,11],[305,6,85,4,"backgroundColor"],[305,21,85,19],[305,23,85,21],[306,4,86,2],[306,5,86,3],[307,4,87,2,"header"],[307,10,87,8],[307,12,87,10],[308,6,88,4,"flexDirection"],[308,19,88,17],[308,21,88,19],[308,26,88,24],[309,6,89,4,"alignItems"],[309,16,89,14],[309,18,89,16],[309,26,89,24],[310,6,90,4,"justifyContent"],[310,20,90,18],[310,22,90,20],[310,37,90,35],[311,6,91,4,"paddingHorizontal"],[311,23,91,21],[311,25,91,23],[311,27,91,25],[312,6,92,4,"paddingVertical"],[312,21,92,19],[312,23,92,21],[312,25,92,23],[313,6,93,4,"backgroundColor"],[313,21,93,19],[313,23,93,21],[313,29,93,27],[314,6,94,4,"borderBottomWidth"],[314,23,94,21],[314,25,94,23],[314,26,94,24],[315,6,95,4,"borderBottomColor"],[315,23,95,21],[315,25,95,23],[316,4,96,2],[316,5,96,3],[317,4,97,2,"backButton"],[317,14,97,12],[317,16,97,14],[318,6,98,4,"width"],[318,11,98,9],[318,13,98,11],[318,15,98,13],[319,6,99,4,"height"],[319,12,99,10],[319,14,99,12],[319,16,99,14],[320,6,100,4,"borderRadius"],[320,18,100,16],[320,20,100,18],[320,22,100,20],[321,6,101,4,"backgroundColor"],[321,21,101,19],[321,23,101,21],[321,32,101,30],[322,6,102,4,"alignItems"],[322,16,102,14],[322,18,102,16],[322,26,102,24],[323,6,103,4,"justifyContent"],[323,20,103,18],[323,22,103,20],[324,4,104,2],[324,5,104,3],[325,4,105,2,"headerTitle"],[325,15,105,13],[325,17,105,15],[326,6,106,4,"fontSize"],[326,14,106,12],[326,16,106,14],[326,18,106,16],[327,6,107,4,"fontWeight"],[327,16,107,14],[327,18,107,16],[327,23,107,21],[328,6,108,4,"color"],[328,11,108,9],[328,13,108,11],[329,4,109,2],[329,5,109,3],[330,4,110,2,"scrollContent"],[330,17,110,15],[330,19,110,17],[331,6,111,4,"padding"],[331,13,111,11],[331,15,111,13],[331,17,111,15],[332,6,112,4,"paddingBottom"],[332,19,112,17],[332,21,112,19],[333,4,113,2],[333,5,113,3],[334,4,114,2,"updateDate"],[334,14,114,12],[334,16,114,14],[335,6,115,4,"fontSize"],[335,14,115,12],[335,16,115,14],[335,18,115,16],[336,6,116,4,"color"],[336,11,116,9],[336,13,116,11],[336,22,116,20],[337,6,117,4,"marginBottom"],[337,18,117,16],[337,20,117,18],[337,22,117,20],[338,6,118,4,"fontStyle"],[338,15,118,13],[338,17,118,15],[339,4,119,2],[339,5,119,3],[340,4,120,2,"sectionTitle"],[340,16,120,14],[340,18,120,16],[341,6,121,4,"fontSize"],[341,14,121,12],[341,16,121,14],[341,18,121,16],[342,6,122,4,"fontWeight"],[342,16,122,14],[342,18,122,16],[342,23,122,21],[343,6,123,4,"color"],[343,11,123,9],[343,13,123,11],[343,22,123,20],[344,6,124,4,"marginTop"],[344,15,124,13],[344,17,124,15],[344,19,124,17],[345,6,125,4,"marginBottom"],[345,18,125,16],[345,20,125,18],[346,4,126,2],[346,5,126,3],[347,4,127,2,"paragraph"],[347,13,127,11],[347,15,127,13],[348,6,128,4,"fontSize"],[348,14,128,12],[348,16,128,14],[348,18,128,16],[349,6,129,4,"color"],[349,11,129,9],[349,13,129,11],[349,22,129,20],[350,6,130,4,"lineHeight"],[350,16,130,14],[350,18,130,16],[350,20,130,18],[351,6,131,4,"marginBottom"],[351,18,131,16],[351,20,131,18],[352,4,132,2],[352,5,132,3],[353,4,133,2,"bulletPoint"],[353,15,133,13],[353,17,133,15],[354,6,134,4,"fontSize"],[354,14,134,12],[354,16,134,14],[354,18,134,16],[355,6,135,4,"color"],[355,11,135,9],[355,13,135,11],[355,22,135,20],[356,6,136,4,"lineHeight"],[356,16,136,14],[356,18,136,16],[356,20,136,18],[357,6,137,4,"marginLeft"],[357,16,137,14],[357,18,137,16],[357,20,137,18],[358,6,138,4,"marginBottom"],[358,18,138,16],[358,20,138,18],[359,4,139,2],[360,2,140,0],[360,3,140,1],[360,4,140,2],[361,2,140,3],[361,6,140,3,"_c"],[361,8,140,3],[362,2,140,3,"$RefreshReg$"],[362,14,140,3],[362,15,140,3,"_c"],[362,17,140,3],[363,0,140,3],[363,3]],"functionMap":{"names":["","TermsScreen","TouchableOpacity.props.onPress"],"mappings":"AAA;eCK;mCCM,yBD;CDoE"},"hasCjsExports":false},"type":"js/module"}]} \ No newline at end of file diff --git a/frontend/.metro-cache/cache/23/d4894afd63d659df3df9a97f3bad1e3909ca8ee733f000f47e8d99acd8177874f509a5 b/frontend/.metro-cache/cache/23/d4894afd63d659df3df9a97f3bad1e3909ca8ee733f000f47e8d99acd8177874f509a5 new file mode 100644 index 00000000..0462f0e2 --- /dev/null +++ b/frontend/.metro-cache/cache/23/d4894afd63d659df3df9a97f3bad1e3909ca8ee733f000f47e8d99acd8177874f509a5 @@ -0,0 +1 @@ +{"dependencies":[{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":41,"index":41}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/View","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"4kYBDC6LJJXoH7P9rWDi3vkLVB0=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Text","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"JKIzsQ5YQ0gDj0MIyY0Q7F1zJtU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/StyleSheet","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"MK7+k1V+KnvCVW7Kj2k/ydtjmVU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/ScrollView","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"7Gv1K9/TiQvbDXlMy9NOQIEBHDA=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/TouchableOpacity","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PnQOoa8QGKpV5+issz6ikk463eg=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Switch","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"azIZPyCppTdhkoWVIy+kAtKhyQg=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Alert","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PEUC6jrQVoAGZ2qYkvimljMOyJI=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":11,"column":0,"index":157},"end":{"line":11,"column":46,"index":203}}],"key":"ow7vkrqkIckRjlSi/+MhMmRYtUE=","exportNames":["*"],"imports":1}},{"name":"react-native-safe-area-context","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":12,"column":0,"index":204},"end":{"line":12,"column":67,"index":271}}],"key":"XjdTKvCUWX6CbQzg5fSDHG/WgHk=","exportNames":["*"],"imports":1}},{"name":"../contexts/AuthContext","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0,"index":272},"end":{"line":13,"column":50,"index":322}}],"key":"oNCgyH4yx4pAIVZXLqqRGB2kuCY=","exportNames":["*"],"imports":1}},{"name":"expo-local-authentication","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":14,"column":0,"index":323},"end":{"line":14,"column":65,"index":388}}],"key":"XtWhUDJAsjsPYmsPbazqQX44aUU=","exportNames":["*"],"imports":1}},{"name":"expo-secure-store","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":15,"column":0,"index":389},"end":{"line":15,"column":49,"index":438}}],"key":"BU2XtfznZ4PiVldqd/oueHCCaLo=","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/SettingsScreen.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 function _interopNamespace(e) {\n if (e && e.__esModule) return e;\n var n = {};\n if (e) Object.keys(e).forEach(function (k) {\n var d = Object.getOwnPropertyDescriptor(e, k);\n Object.defineProperty(n, k, d.get ? d : {\n enumerable: true,\n get: function () {\n return e[k];\n }\n });\n });\n n.default = e;\n return n;\n }\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return SettingsScreen;\n }\n });\n var _react = require(_dependencyMap[0], \"react\");\n var React = _interopDefault(_react);\n var _reactNativeWebDistExportsView = require(_dependencyMap[1], \"react-native-web/dist/exports/View\");\n var View = _interopDefault(_reactNativeWebDistExportsView);\n var _reactNativeWebDistExportsText = require(_dependencyMap[2], \"react-native-web/dist/exports/Text\");\n var Text = _interopDefault(_reactNativeWebDistExportsText);\n var _reactNativeWebDistExportsStyleSheet = require(_dependencyMap[3], \"react-native-web/dist/exports/StyleSheet\");\n var StyleSheet = _interopDefault(_reactNativeWebDistExportsStyleSheet);\n var _reactNativeWebDistExportsScrollView = require(_dependencyMap[4], \"react-native-web/dist/exports/ScrollView\");\n var ScrollView = _interopDefault(_reactNativeWebDistExportsScrollView);\n var _reactNativeWebDistExportsTouchableOpacity = require(_dependencyMap[5], \"react-native-web/dist/exports/TouchableOpacity\");\n var TouchableOpacity = _interopDefault(_reactNativeWebDistExportsTouchableOpacity);\n var _reactNativeWebDistExportsSwitch = require(_dependencyMap[6], \"react-native-web/dist/exports/Switch\");\n var Switch = _interopDefault(_reactNativeWebDistExportsSwitch);\n var _reactNativeWebDistExportsAlert = require(_dependencyMap[7], \"react-native-web/dist/exports/Alert\");\n var Alert = _interopDefault(_reactNativeWebDistExportsAlert);\n var _expoVectorIcons = require(_dependencyMap[8], \"@expo/vector-icons\");\n var _reactNativeSafeAreaContext = require(_dependencyMap[9], \"react-native-safe-area-context\");\n var _contextsAuthContext = require(_dependencyMap[10], \"../contexts/AuthContext\");\n var _expoLocalAuthentication = require(_dependencyMap[11], \"expo-local-authentication\");\n var LocalAuthentication = _interopNamespace(_expoLocalAuthentication);\n var _expoSecureStore = require(_dependencyMap[12], \"expo-secure-store\");\n var SecureStore = _interopNamespace(_expoSecureStore);\n var _reactJsxDevRuntime = require(_dependencyMap[13], \"react/jsx-dev-runtime\");\n function SettingsScreen({\n navigation\n }) {\n _s();\n const insets = (0, _reactNativeSafeAreaContext.useSafeAreaInsets)();\n const {\n user,\n signOut\n } = (0, _contextsAuthContext.useAuth)();\n const [biometricsEnabled, setBiometricsEnabled] = React.default.useState(false);\n const [notificationsEnabled, setNotificationsEnabled] = React.default.useState(true);\n const [biometricAvailable, setBiometricAvailable] = React.default.useState(false);\n (0, _react.useEffect)(() => {\n checkBiometricAvailability();\n loadBiometricSetting();\n }, []);\n const checkBiometricAvailability = async () => {\n const compatible = await LocalAuthentication.hasHardwareAsync();\n const enrolled = await LocalAuthentication.isEnrolledAsync();\n setBiometricAvailable(compatible && enrolled);\n };\n const loadBiometricSetting = async () => {\n const enabled = await SecureStore.getItemAsync('biometricEnabled');\n setBiometricsEnabled(enabled === 'true');\n };\n const toggleBiometrics = async value => {\n if (value) {\n const result = await LocalAuthentication.authenticateAsync({\n promptMessage: 'Authenticate to enable biometrics'\n });\n if (result.success) {\n await SecureStore.setItemAsync('biometricEnabled', 'true');\n setBiometricsEnabled(true);\n Alert.default.alert('Success', 'Biometric authentication enabled');\n } else {\n Alert.default.alert('Failed', 'Biometric authentication failed');\n }\n } else {\n await SecureStore.setItemAsync('biometricEnabled', 'false');\n setBiometricsEnabled(false);\n Alert.default.alert('Success', 'Biometric authentication disabled');\n }\n };\n const handleSignOut = async () => {\n await signOut();\n navigation.replace('Language');\n };\n const SettingSection = ({\n title,\n children\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.sectionTitle,\n children: title\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 67,\n columnNumber: 7\n }, this), children]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 66,\n columnNumber: 5\n }, this);\n const SettingItem = ({\n icon,\n title,\n subtitle,\n onPress,\n rightElement\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: styles.settingItem,\n onPress: onPress,\n disabled: !onPress,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.settingItemLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.iconContainer,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: icon,\n size: 20,\n color: \"#EE2A35\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 76,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 75,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.settingItemContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.settingItemTitle,\n children: title\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 79,\n columnNumber: 11\n }, this), subtitle && /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.settingItemSubtitle,\n children: subtitle\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 80,\n columnNumber: 24\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 78,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 74,\n columnNumber: 7\n }, this), rightElement || /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"chevron-forward\",\n size: 20,\n color: \"#9CA3AF\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 83,\n columnNumber: 24\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 73,\n columnNumber: 5\n }, this);\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: [styles.container, {\n paddingTop: insets.top\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.header,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n onPress: () => navigation.goBack(),\n style: styles.backButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"arrow-back\",\n size: 24,\n color: \"#1F2937\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 92,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 91,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.headerTitle,\n children: \"Settings\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 94,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: {\n width: 40\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 95,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 90,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n contentContainerStyle: styles.scrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(SettingSection, {\n title: \"Profile\",\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(SettingItem, {\n icon: \"person\",\n title: \"Edit Profile\",\n subtitle: user?.email || 'Update your information',\n onPress: () => navigation.navigate('EditProfile')\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 101,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(SettingItem, {\n icon: \"wallet\",\n title: \"Wallet Address\",\n subtitle: \"5GgTgG9sRm...ioki45\",\n onPress: () => {}\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 107,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 100,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(SettingSection, {\n title: \"Security\",\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(SettingItem, {\n icon: \"finger-print\",\n title: \"Biometric Authentication\",\n subtitle: biometricAvailable ? 'Use fingerprint or Face ID' : 'Not available on this device',\n rightElement: biometricAvailable ? /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Switch.default, {\n value: biometricsEnabled,\n onValueChange: toggleBiometrics,\n trackColor: {\n false: '#E5E7EB',\n true: '#EE2A3580'\n },\n thumbColor: biometricsEnabled ? '#EE2A35' : '#F3F4F6'\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 123,\n columnNumber: 17\n }, this) : undefined\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 117,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(SettingItem, {\n icon: \"key\",\n title: \"Change Password\",\n subtitle: \"Update your password\",\n onPress: () => navigation.navigate('ChangePassword')\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 132,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(SettingItem, {\n icon: \"shield-checkmark\",\n title: \"Two-Factor Authentication\",\n subtitle: \"Add extra security\",\n onPress: () => Alert.default.alert('Coming Soon', '2FA feature will be available in the next update')\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 138,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 116,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(SettingSection, {\n title: \"Preferences\",\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(SettingItem, {\n icon: \"notifications\",\n title: \"Push Notifications\",\n subtitle: \"Receive alerts and updates\",\n rightElement: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Switch.default, {\n value: notificationsEnabled,\n onValueChange: setNotificationsEnabled,\n trackColor: {\n false: '#E5E7EB',\n true: '#EE2A3580'\n },\n thumbColor: notificationsEnabled ? '#EE2A35' : '#F3F4F6'\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 153,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 148,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(SettingItem, {\n icon: \"language\",\n title: \"Language\",\n subtitle: \"English\",\n onPress: () => navigation.navigate('Language')\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 161,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(SettingItem, {\n icon: \"moon\",\n title: \"Dark Mode\",\n subtitle: \"Coming soon\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 167,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 147,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(SettingSection, {\n title: \"About\",\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(SettingItem, {\n icon: \"information-circle\",\n title: \"Version\",\n subtitle: \"1.0.0\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 176,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(SettingItem, {\n icon: \"document-text\",\n title: \"Terms of Service\",\n onPress: () => navigation.navigate('Terms')\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 177,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(SettingItem, {\n icon: \"shield\",\n title: \"Privacy Policy\",\n onPress: () => navigation.navigate('Privacy')\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 178,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(SettingItem, {\n icon: \"help-circle\",\n title: \"Help & Support\",\n onPress: () => navigation.navigate('Help')\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 179,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 175,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: styles.signOutButton,\n onPress: handleSignOut,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"log-out-outline\",\n size: 20,\n color: \"#EF4444\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 184,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.signOutText,\n children: \"Sign Out\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 185,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 183,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 98,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 88,\n columnNumber: 5\n }, this);\n }\n _s(SettingsScreen, \"/oaahojnn6khdfZHfQch8zkWA4w=\", false, function () {\n return [_reactNativeSafeAreaContext.useSafeAreaInsets, _contextsAuthContext.useAuth];\n });\n _c = SettingsScreen;\n const styles = StyleSheet.default.create({\n container: {\n flex: 1,\n backgroundColor: '#F8F9FA'\n },\n header: {\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'space-between',\n paddingHorizontal: 16,\n paddingVertical: 16,\n backgroundColor: '#FFF',\n borderBottomWidth: 1,\n borderBottomColor: '#E5E7EB'\n },\n backButton: {\n width: 40,\n height: 40,\n borderRadius: 20,\n backgroundColor: '#F3F4F6',\n alignItems: 'center',\n justifyContent: 'center'\n },\n headerTitle: {\n fontSize: 18,\n fontWeight: '700',\n color: '#1F2937'\n },\n scrollContent: {\n padding: 16,\n paddingBottom: 80\n },\n section: {\n marginBottom: 24\n },\n sectionTitle: {\n fontSize: 14,\n fontWeight: '600',\n color: '#6B7280',\n marginBottom: 12,\n paddingHorizontal: 4,\n textTransform: 'uppercase',\n letterSpacing: 0.5\n },\n settingItem: {\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'space-between',\n backgroundColor: '#FFF',\n padding: 16,\n borderRadius: 12,\n marginBottom: 8,\n shadowColor: '#000',\n shadowOffset: {\n width: 0,\n height: 1\n },\n shadowOpacity: 0.05,\n shadowRadius: 4,\n elevation: 2\n },\n settingItemLeft: {\n flexDirection: 'row',\n alignItems: 'center',\n flex: 1\n },\n iconContainer: {\n width: 40,\n height: 40,\n borderRadius: 20,\n backgroundColor: '#FEE2E2',\n alignItems: 'center',\n justifyContent: 'center',\n marginRight: 12\n },\n settingItemContent: {\n flex: 1\n },\n settingItemTitle: {\n fontSize: 16,\n fontWeight: '600',\n color: '#1F2937',\n marginBottom: 2\n },\n settingItemSubtitle: {\n fontSize: 14,\n color: '#6B7280'\n },\n signOutButton: {\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'center',\n backgroundColor: '#FEE2E2',\n padding: 16,\n borderRadius: 12,\n marginTop: 8\n },\n signOutText: {\n fontSize: 16,\n fontWeight: '600',\n color: '#EF4444',\n marginLeft: 8\n }\n });\n var _c;\n $RefreshReg$(_c, \"SettingsScreen\");\n});","lineCount":535,"map":[[29,2,17,15,"Object"],[29,8,17,15],[29,9,17,15,"defineProperty"],[29,23,17,15],[29,24,17,15,"exports"],[29,31,17,15],[30,4,17,15,"enumerable"],[30,14,17,15],[31,4,17,15,"get"],[31,7,17,15],[31,18,17,15,"get"],[31,19,17,15],[32,6,17,15],[32,13,17,15,"SettingsScreen"],[32,27,17,15],[33,4,17,15],[34,2,17,15],[35,2,1,0],[35,6,1,0,"_react"],[35,12,1,0],[35,15,1,0,"require"],[35,22,1,0],[35,23,1,0,"_dependencyMap"],[35,37,1,0],[36,2,1,0],[36,6,1,0,"React"],[36,11,1,0],[36,14,1,0,"_interopDefault"],[36,29,1,0],[36,30,1,0,"_react"],[36,36,1,0],[37,2,1,41],[37,6,1,41,"_reactNativeWebDistExportsView"],[37,36,1,41],[37,39,1,41,"require"],[37,46,1,41],[37,47,1,41,"_dependencyMap"],[37,61,1,41],[38,2,1,41],[38,6,1,41,"View"],[38,10,1,41],[38,13,1,41,"_interopDefault"],[38,28,1,41],[38,29,1,41,"_reactNativeWebDistExportsView"],[38,59,1,41],[39,2,1,41],[39,6,1,41,"_reactNativeWebDistExportsText"],[39,36,1,41],[39,39,1,41,"require"],[39,46,1,41],[39,47,1,41,"_dependencyMap"],[39,61,1,41],[40,2,1,41],[40,6,1,41,"Text"],[40,10,1,41],[40,13,1,41,"_interopDefault"],[40,28,1,41],[40,29,1,41,"_reactNativeWebDistExportsText"],[40,59,1,41],[41,2,1,41],[41,6,1,41,"_reactNativeWebDistExportsStyleSheet"],[41,42,1,41],[41,45,1,41,"require"],[41,52,1,41],[41,53,1,41,"_dependencyMap"],[41,67,1,41],[42,2,1,41],[42,6,1,41,"StyleSheet"],[42,16,1,41],[42,19,1,41,"_interopDefault"],[42,34,1,41],[42,35,1,41,"_reactNativeWebDistExportsStyleSheet"],[42,71,1,41],[43,2,1,41],[43,6,1,41,"_reactNativeWebDistExportsScrollView"],[43,42,1,41],[43,45,1,41,"require"],[43,52,1,41],[43,53,1,41,"_dependencyMap"],[43,67,1,41],[44,2,1,41],[44,6,1,41,"ScrollView"],[44,16,1,41],[44,19,1,41,"_interopDefault"],[44,34,1,41],[44,35,1,41,"_reactNativeWebDistExportsScrollView"],[44,71,1,41],[45,2,1,41],[45,6,1,41,"_reactNativeWebDistExportsTouchableOpacity"],[45,48,1,41],[45,51,1,41,"require"],[45,58,1,41],[45,59,1,41,"_dependencyMap"],[45,73,1,41],[46,2,1,41],[46,6,1,41,"TouchableOpacity"],[46,22,1,41],[46,25,1,41,"_interopDefault"],[46,40,1,41],[46,41,1,41,"_reactNativeWebDistExportsTouchableOpacity"],[46,83,1,41],[47,2,1,41],[47,6,1,41,"_reactNativeWebDistExportsSwitch"],[47,38,1,41],[47,41,1,41,"require"],[47,48,1,41],[47,49,1,41,"_dependencyMap"],[47,63,1,41],[48,2,1,41],[48,6,1,41,"Switch"],[48,12,1,41],[48,15,1,41,"_interopDefault"],[48,30,1,41],[48,31,1,41,"_reactNativeWebDistExportsSwitch"],[48,63,1,41],[49,2,1,41],[49,6,1,41,"_reactNativeWebDistExportsAlert"],[49,37,1,41],[49,40,1,41,"require"],[49,47,1,41],[49,48,1,41,"_dependencyMap"],[49,62,1,41],[50,2,1,41],[50,6,1,41,"Alert"],[50,11,1,41],[50,14,1,41,"_interopDefault"],[50,29,1,41],[50,30,1,41,"_reactNativeWebDistExportsAlert"],[50,61,1,41],[51,2,11,0],[51,6,11,0,"_expoVectorIcons"],[51,22,11,0],[51,25,11,0,"require"],[51,32,11,0],[51,33,11,0,"_dependencyMap"],[51,47,11,0],[52,2,12,0],[52,6,12,0,"_reactNativeSafeAreaContext"],[52,33,12,0],[52,36,12,0,"require"],[52,43,12,0],[52,44,12,0,"_dependencyMap"],[52,58,12,0],[53,2,13,0],[53,6,13,0,"_contextsAuthContext"],[53,26,13,0],[53,29,13,0,"require"],[53,36,13,0],[53,37,13,0,"_dependencyMap"],[53,51,13,0],[54,2,14,0],[54,6,14,0,"_expoLocalAuthentication"],[54,30,14,0],[54,33,14,0,"require"],[54,40,14,0],[54,41,14,0,"_dependencyMap"],[54,55,14,0],[55,2,14,0],[55,6,14,0,"LocalAuthentication"],[55,25,14,0],[55,28,14,0,"_interopNamespace"],[55,45,14,0],[55,46,14,0,"_expoLocalAuthentication"],[55,70,14,0],[56,2,15,0],[56,6,15,0,"_expoSecureStore"],[56,22,15,0],[56,25,15,0,"require"],[56,32,15,0],[56,33,15,0,"_dependencyMap"],[56,47,15,0],[57,2,15,0],[57,6,15,0,"SecureStore"],[57,17,15,0],[57,20,15,0,"_interopNamespace"],[57,37,15,0],[57,38,15,0,"_expoSecureStore"],[57,54,15,0],[58,2,15,49],[58,6,15,49,"_reactJsxDevRuntime"],[58,25,15,49],[58,28,15,49,"require"],[58,35,15,49],[58,36,15,49,"_dependencyMap"],[58,50,15,49],[59,2,17,15],[59,11,17,24,"SettingsScreen"],[59,25,17,38,"SettingsScreen"],[59,26,17,39],[60,4,17,41,"navigation"],[61,2,17,57],[61,3,17,58],[61,5,17,60],[62,4,17,60,"_s"],[62,6,17,60],[63,4,18,2],[63,10,18,8,"insets"],[63,16,18,14],[63,19,18,17],[63,23,18,17,"useSafeAreaInsets"],[63,50,18,34],[63,51,18,34,"useSafeAreaInsets"],[63,68,18,34],[63,70,18,35],[63,71,18,36],[64,4,19,2],[64,10,19,8],[65,6,19,10,"user"],[65,10,19,14],[66,6,19,16,"signOut"],[67,4,19,24],[67,5,19,25],[67,8,19,28],[67,12,19,28,"useAuth"],[67,32,19,35],[67,33,19,35,"useAuth"],[67,40,19,35],[67,42,19,36],[67,43,19,37],[68,4,20,2],[68,10,20,8],[68,11,20,9,"biometricsEnabled"],[68,28,20,26],[68,30,20,28,"setBiometricsEnabled"],[68,50,20,48],[68,51,20,49],[68,54,20,52,"React"],[68,59,20,57],[68,60,20,57,"default"],[68,67,20,57],[68,68,20,58,"useState"],[68,76,20,66],[68,77,20,67],[68,82,20,72],[68,83,20,73],[69,4,21,2],[69,10,21,8],[69,11,21,9,"notificationsEnabled"],[69,31,21,29],[69,33,21,31,"setNotificationsEnabled"],[69,56,21,54],[69,57,21,55],[69,60,21,58,"React"],[69,65,21,63],[69,66,21,63,"default"],[69,73,21,63],[69,74,21,64,"useState"],[69,82,21,72],[69,83,21,73],[69,87,21,77],[69,88,21,78],[70,4,22,2],[70,10,22,8],[70,11,22,9,"biometricAvailable"],[70,29,22,27],[70,31,22,29,"setBiometricAvailable"],[70,52,22,50],[70,53,22,51],[70,56,22,54,"React"],[70,61,22,59],[70,62,22,59,"default"],[70,69,22,59],[70,70,22,60,"useState"],[70,78,22,68],[70,79,22,69],[70,84,22,74],[70,85,22,75],[71,4,24,2],[71,8,24,2,"useEffect"],[71,14,24,11],[71,15,24,11,"useEffect"],[71,24,24,11],[71,26,24,12],[71,32,24,18],[72,6,25,4,"checkBiometricAvailability"],[72,32,25,30],[72,33,25,31],[72,34,25,32],[73,6,26,4,"loadBiometricSetting"],[73,26,26,24],[73,27,26,25],[73,28,26,26],[74,4,27,2],[74,5,27,3],[74,7,27,5],[74,9,27,7],[74,10,27,8],[75,4,29,2],[75,10,29,8,"checkBiometricAvailability"],[75,36,29,34],[75,39,29,37],[75,45,29,37,"checkBiometricAvailability"],[75,46,29,37],[75,51,29,49],[76,6,30,4],[76,12,30,10,"compatible"],[76,22,30,20],[76,25,30,23],[76,31,30,29,"LocalAuthentication"],[76,50,30,48],[76,51,30,49,"hasHardwareAsync"],[76,67,30,65],[76,68,30,66],[76,69,30,67],[77,6,31,4],[77,12,31,10,"enrolled"],[77,20,31,18],[77,23,31,21],[77,29,31,27,"LocalAuthentication"],[77,48,31,46],[77,49,31,47,"isEnrolledAsync"],[77,64,31,62],[77,65,31,63],[77,66,31,64],[78,6,32,4,"setBiometricAvailable"],[78,27,32,25],[78,28,32,26,"compatible"],[78,38,32,36],[78,42,32,40,"enrolled"],[78,50,32,48],[78,51,32,49],[79,4,33,2],[79,5,33,3],[80,4,35,2],[80,10,35,8,"loadBiometricSetting"],[80,30,35,28],[80,33,35,31],[80,39,35,31,"loadBiometricSetting"],[80,40,35,31],[80,45,35,43],[81,6,36,4],[81,12,36,10,"enabled"],[81,19,36,17],[81,22,36,20],[81,28,36,26,"SecureStore"],[81,39,36,37],[81,40,36,38,"getItemAsync"],[81,52,36,50],[81,53,36,51],[81,71,36,69],[81,72,36,70],[82,6,37,4,"setBiometricsEnabled"],[82,26,37,24],[82,27,37,25,"enabled"],[82,34,37,32],[82,39,37,37],[82,45,37,43],[82,46,37,44],[83,4,38,2],[83,5,38,3],[84,4,40,2],[84,10,40,8,"toggleBiometrics"],[84,26,40,24],[84,29,40,27],[84,35,40,34,"value"],[84,40,40,48],[84,44,40,53],[85,6,41,4],[85,10,41,8,"value"],[85,15,41,13],[85,17,41,15],[86,8,42,6],[86,14,42,12,"result"],[86,20,42,18],[86,23,42,21],[86,29,42,27,"LocalAuthentication"],[86,48,42,46],[86,49,42,47,"authenticateAsync"],[86,66,42,64],[86,67,42,65],[87,10,43,8,"promptMessage"],[87,23,43,21],[87,25,43,23],[88,8,44,6],[88,9,44,7],[88,10,44,8],[89,8,46,6],[89,12,46,10,"result"],[89,18,46,16],[89,19,46,17,"success"],[89,26,46,24],[89,28,46,26],[90,10,47,8],[90,16,47,14,"SecureStore"],[90,27,47,25],[90,28,47,26,"setItemAsync"],[90,40,47,38],[90,41,47,39],[90,59,47,57],[90,61,47,59],[90,67,47,65],[90,68,47,66],[91,10,48,8,"setBiometricsEnabled"],[91,30,48,28],[91,31,48,29],[91,35,48,33],[91,36,48,34],[92,10,49,8,"Alert"],[92,15,49,13],[92,16,49,13,"default"],[92,23,49,13],[92,24,49,14,"alert"],[92,29,49,19],[92,30,49,20],[92,39,49,29],[92,41,49,31],[92,75,49,65],[92,76,49,66],[93,8,50,6],[93,9,50,7],[93,15,50,13],[94,10,51,8,"Alert"],[94,15,51,13],[94,16,51,13,"default"],[94,23,51,13],[94,24,51,14,"alert"],[94,29,51,19],[94,30,51,20],[94,38,51,28],[94,40,51,30],[94,73,51,63],[94,74,51,64],[95,8,52,6],[96,6,53,4],[96,7,53,5],[96,13,53,11],[97,8,54,6],[97,14,54,12,"SecureStore"],[97,25,54,23],[97,26,54,24,"setItemAsync"],[97,38,54,36],[97,39,54,37],[97,57,54,55],[97,59,54,57],[97,66,54,64],[97,67,54,65],[98,8,55,6,"setBiometricsEnabled"],[98,28,55,26],[98,29,55,27],[98,34,55,32],[98,35,55,33],[99,8,56,6,"Alert"],[99,13,56,11],[99,14,56,11,"default"],[99,21,56,11],[99,22,56,12,"alert"],[99,27,56,17],[99,28,56,18],[99,37,56,27],[99,39,56,29],[99,74,56,64],[99,75,56,65],[100,6,57,4],[101,4,58,2],[101,5,58,3],[102,4,60,2],[102,10,60,8,"handleSignOut"],[102,23,60,21],[102,26,60,24],[102,32,60,24,"handleSignOut"],[102,33,60,24],[102,38,60,36],[103,6,61,4],[103,12,61,10,"signOut"],[103,19,61,17],[103,20,61,18],[103,21,61,19],[104,6,62,4,"navigation"],[104,16,62,14],[104,17,62,15,"replace"],[104,24,62,22],[104,25,62,23],[104,35,62,33],[104,36,62,34],[105,4,63,2],[105,5,63,3],[106,4,65,2],[106,10,65,8,"SettingSection"],[106,24,65,22],[106,27,65,25,"SettingSection"],[106,28,65,26],[107,6,65,28,"title"],[107,11,65,33],[108,6,65,35,"children"],[109,4,65,49],[109,5,65,50],[109,23,66,4],[109,27,66,4,"_reactJsxDevRuntime"],[109,46,66,4],[109,47,66,4,"jsxDEV"],[109,53,66,4],[109,55,66,5,"View"],[109,59,66,9],[109,60,66,9,"default"],[109,67,66,9],[110,6,66,10,"style"],[110,11,66,15],[110,13,66,17,"styles"],[110,19,66,23],[110,20,66,24,"section"],[110,27,66,32],[111,6,66,32,"children"],[111,14,66,32],[111,30,67,6],[111,34,67,6,"_reactJsxDevRuntime"],[111,53,67,6],[111,54,67,6,"jsxDEV"],[111,60,67,6],[111,62,67,7,"Text"],[111,66,67,11],[111,67,67,11,"default"],[111,74,67,11],[112,8,67,12,"style"],[112,13,67,17],[112,15,67,19,"styles"],[112,21,67,25],[112,22,67,26,"sectionTitle"],[112,34,67,39],[113,8,67,39,"children"],[113,16,67,39],[113,18,67,41,"title"],[114,6,67,46],[115,8,67,46,"fileName"],[115,16,67,46],[115,18,67,46,"_jsxFileName"],[115,30,67,46],[116,8,67,46,"lineNumber"],[116,18,67,46],[117,8,67,46,"columnNumber"],[117,20,67,46],[118,6,67,46],[118,13,67,53],[118,14,67,54],[118,16,68,7,"children"],[118,24,68,15],[119,4,68,15],[120,6,68,15,"fileName"],[120,14,68,15],[120,16,68,15,"_jsxFileName"],[120,28,68,15],[121,6,68,15,"lineNumber"],[121,16,68,15],[122,6,68,15,"columnNumber"],[122,18,68,15],[123,4,68,15],[123,11,69,10],[123,12,70,3],[124,4,72,2],[124,10,72,8,"SettingItem"],[124,21,72,19],[124,24,72,22,"SettingItem"],[124,25,72,23],[125,6,72,25,"icon"],[125,10,72,29],[126,6,72,31,"title"],[126,11,72,36],[127,6,72,38,"subtitle"],[127,14,72,46],[128,6,72,48,"onPress"],[128,13,72,55],[129,6,72,57,"rightElement"],[130,4,72,75],[130,5,72,76],[130,23,73,4],[130,27,73,4,"_reactJsxDevRuntime"],[130,46,73,4],[130,47,73,4,"jsxDEV"],[130,53,73,4],[130,55,73,5,"TouchableOpacity"],[130,71,73,21],[130,72,73,21,"default"],[130,79,73,21],[131,6,73,22,"style"],[131,11,73,27],[131,13,73,29,"styles"],[131,19,73,35],[131,20,73,36,"settingItem"],[131,31,73,48],[132,6,73,49,"onPress"],[132,13,73,56],[132,15,73,58,"onPress"],[132,22,73,66],[133,6,73,67,"disabled"],[133,14,73,75],[133,16,73,77],[133,17,73,78,"onPress"],[133,24,73,86],[134,6,73,86,"children"],[134,14,73,86],[134,30,74,6],[134,34,74,6,"_reactJsxDevRuntime"],[134,53,74,6],[134,54,74,6,"jsxDEV"],[134,60,74,6],[134,62,74,7,"View"],[134,66,74,11],[134,67,74,11,"default"],[134,74,74,11],[135,8,74,12,"style"],[135,13,74,17],[135,15,74,19,"styles"],[135,21,74,25],[135,22,74,26,"settingItemLeft"],[135,37,74,42],[136,8,74,42,"children"],[136,16,74,42],[136,32,75,8],[136,36,75,8,"_reactJsxDevRuntime"],[136,55,75,8],[136,56,75,8,"jsxDEV"],[136,62,75,8],[136,64,75,9,"View"],[136,68,75,13],[136,69,75,13,"default"],[136,76,75,13],[137,10,75,14,"style"],[137,15,75,19],[137,17,75,21,"styles"],[137,23,75,27],[137,24,75,28,"iconContainer"],[137,37,75,42],[138,10,75,42,"children"],[138,18,75,42],[138,33,76,10],[138,37,76,10,"_reactJsxDevRuntime"],[138,56,76,10],[138,57,76,10,"jsxDEV"],[138,63,76,10],[138,65,76,11,"_expoVectorIcons"],[138,81,76,19],[138,82,76,19,"Ionicons"],[138,90,76,19],[139,12,76,20,"name"],[139,16,76,24],[139,18,76,26,"icon"],[139,22,76,31],[140,12,76,32,"size"],[140,16,76,36],[140,18,76,38],[140,20,76,41],[141,12,76,42,"color"],[141,17,76,47],[141,19,76,48],[142,10,76,57],[143,12,76,57,"fileName"],[143,20,76,57],[143,22,76,57,"_jsxFileName"],[143,34,76,57],[144,12,76,57,"lineNumber"],[144,22,76,57],[145,12,76,57,"columnNumber"],[145,24,76,57],[146,10,76,57],[146,17,76,59],[147,8,76,60],[148,10,76,60,"fileName"],[148,18,76,60],[148,20,76,60,"_jsxFileName"],[148,32,76,60],[149,10,76,60,"lineNumber"],[149,20,76,60],[150,10,76,60,"columnNumber"],[150,22,76,60],[151,8,76,60],[151,15,77,14],[151,16,77,15],[151,31,78,8],[151,35,78,8,"_reactJsxDevRuntime"],[151,54,78,8],[151,55,78,8,"jsxDEV"],[151,61,78,8],[151,63,78,9,"View"],[151,67,78,13],[151,68,78,13,"default"],[151,75,78,13],[152,10,78,14,"style"],[152,15,78,19],[152,17,78,21,"styles"],[152,23,78,27],[152,24,78,28,"settingItemContent"],[152,42,78,47],[153,10,78,47,"children"],[153,18,78,47],[153,34,79,10],[153,38,79,10,"_reactJsxDevRuntime"],[153,57,79,10],[153,58,79,10,"jsxDEV"],[153,64,79,10],[153,66,79,11,"Text"],[153,70,79,15],[153,71,79,15,"default"],[153,78,79,15],[154,12,79,16,"style"],[154,17,79,21],[154,19,79,23,"styles"],[154,25,79,29],[154,26,79,30,"settingItemTitle"],[154,42,79,47],[155,12,79,47,"children"],[155,20,79,47],[155,22,79,49,"title"],[156,10,79,54],[157,12,79,54,"fileName"],[157,20,79,54],[157,22,79,54,"_jsxFileName"],[157,34,79,54],[158,12,79,54,"lineNumber"],[158,22,79,54],[159,12,79,54,"columnNumber"],[159,24,79,54],[160,10,79,54],[160,17,79,61],[160,18,79,62],[160,20,80,11,"subtitle"],[160,28,80,19],[160,45,80,23],[160,49,80,23,"_reactJsxDevRuntime"],[160,68,80,23],[160,69,80,23,"jsxDEV"],[160,75,80,23],[160,77,80,24,"Text"],[160,81,80,28],[160,82,80,28,"default"],[160,89,80,28],[161,12,80,29,"style"],[161,17,80,34],[161,19,80,36,"styles"],[161,25,80,42],[161,26,80,43,"settingItemSubtitle"],[161,45,80,63],[162,12,80,63,"children"],[162,20,80,63],[162,22,80,65,"subtitle"],[163,10,80,73],[164,12,80,73,"fileName"],[164,20,80,73],[164,22,80,73,"_jsxFileName"],[164,34,80,73],[165,12,80,73,"lineNumber"],[165,22,80,73],[166,12,80,73,"columnNumber"],[166,24,80,73],[167,10,80,73],[167,17,80,80],[167,18,80,81],[168,8,80,81],[169,10,80,81,"fileName"],[169,18,80,81],[169,20,80,81,"_jsxFileName"],[169,32,80,81],[170,10,80,81,"lineNumber"],[170,20,80,81],[171,10,80,81,"columnNumber"],[171,22,80,81],[172,8,80,81],[172,15,81,14],[172,16,81,15],[173,6,81,15],[174,8,81,15,"fileName"],[174,16,81,15],[174,18,81,15,"_jsxFileName"],[174,30,81,15],[175,8,81,15,"lineNumber"],[175,18,81,15],[176,8,81,15,"columnNumber"],[176,20,81,15],[177,6,81,15],[177,13,82,12],[177,14,82,13],[177,16,83,7,"rightElement"],[177,28,83,19],[177,45,83,23],[177,49,83,23,"_reactJsxDevRuntime"],[177,68,83,23],[177,69,83,23,"jsxDEV"],[177,75,83,23],[177,77,83,24,"_expoVectorIcons"],[177,93,83,32],[177,94,83,32,"Ionicons"],[177,102,83,32],[178,8,83,33,"name"],[178,12,83,37],[178,14,83,38],[178,31,83,55],[179,8,83,56,"size"],[179,12,83,60],[179,14,83,62],[179,16,83,65],[180,8,83,66,"color"],[180,13,83,71],[180,15,83,72],[181,6,83,81],[182,8,83,81,"fileName"],[182,16,83,81],[182,18,83,81,"_jsxFileName"],[182,30,83,81],[183,8,83,81,"lineNumber"],[183,18,83,81],[184,8,83,81,"columnNumber"],[184,20,83,81],[185,6,83,81],[185,13,83,83],[185,14,83,84],[186,4,83,84],[187,6,83,84,"fileName"],[187,14,83,84],[187,16,83,84,"_jsxFileName"],[187,28,83,84],[188,6,83,84,"lineNumber"],[188,16,83,84],[189,6,83,84,"columnNumber"],[189,18,83,84],[190,4,83,84],[190,11,84,22],[190,12,85,3],[191,4,87,2],[191,24,88,4],[191,28,88,4,"_reactJsxDevRuntime"],[191,47,88,4],[191,48,88,4,"jsxDEV"],[191,54,88,4],[191,56,88,5,"View"],[191,60,88,9],[191,61,88,9,"default"],[191,68,88,9],[192,6,88,10,"style"],[192,11,88,15],[192,13,88,17],[192,14,88,18,"styles"],[192,20,88,24],[192,21,88,25,"container"],[192,30,88,34],[192,32,88,36],[193,8,88,38,"paddingTop"],[193,18,88,48],[193,20,88,50,"insets"],[193,26,88,56],[193,27,88,57,"top"],[194,6,88,61],[194,7,88,62],[194,8,88,64],[195,6,88,64,"children"],[195,14,88,64],[195,30,90,6],[195,34,90,6,"_reactJsxDevRuntime"],[195,53,90,6],[195,54,90,6,"jsxDEV"],[195,60,90,6],[195,62,90,7,"View"],[195,66,90,11],[195,67,90,11,"default"],[195,74,90,11],[196,8,90,12,"style"],[196,13,90,17],[196,15,90,19,"styles"],[196,21,90,25],[196,22,90,26,"header"],[196,28,90,33],[197,8,90,33,"children"],[197,16,90,33],[197,32,91,8],[197,36,91,8,"_reactJsxDevRuntime"],[197,55,91,8],[197,56,91,8,"jsxDEV"],[197,62,91,8],[197,64,91,9,"TouchableOpacity"],[197,80,91,25],[197,81,91,25,"default"],[197,88,91,25],[198,10,91,26,"onPress"],[198,17,91,33],[198,19,91,35,"onPress"],[198,20,91,35],[198,25,91,41,"navigation"],[198,35,91,51],[198,36,91,52,"goBack"],[198,42,91,58],[198,43,91,59],[198,44,91,61],[199,10,91,62,"style"],[199,15,91,67],[199,17,91,69,"styles"],[199,23,91,75],[199,24,91,76,"backButton"],[199,34,91,87],[200,10,91,87,"children"],[200,18,91,87],[200,33,92,10],[200,37,92,10,"_reactJsxDevRuntime"],[200,56,92,10],[200,57,92,10,"jsxDEV"],[200,63,92,10],[200,65,92,11,"_expoVectorIcons"],[200,81,92,19],[200,82,92,19,"Ionicons"],[200,90,92,19],[201,12,92,20,"name"],[201,16,92,24],[201,18,92,25],[201,30,92,37],[202,12,92,38,"size"],[202,16,92,42],[202,18,92,44],[202,20,92,47],[203,12,92,48,"color"],[203,17,92,53],[203,19,92,54],[204,10,92,63],[205,12,92,63,"fileName"],[205,20,92,63],[205,22,92,63,"_jsxFileName"],[205,34,92,63],[206,12,92,63,"lineNumber"],[206,22,92,63],[207,12,92,63,"columnNumber"],[207,24,92,63],[208,10,92,63],[208,17,92,65],[209,8,92,66],[210,10,92,66,"fileName"],[210,18,92,66],[210,20,92,66,"_jsxFileName"],[210,32,92,66],[211,10,92,66,"lineNumber"],[211,20,92,66],[212,10,92,66,"columnNumber"],[212,22,92,66],[213,8,92,66],[213,15,93,26],[213,16,93,27],[213,31,94,8],[213,35,94,8,"_reactJsxDevRuntime"],[213,54,94,8],[213,55,94,8,"jsxDEV"],[213,61,94,8],[213,63,94,9,"Text"],[213,67,94,13],[213,68,94,13,"default"],[213,75,94,13],[214,10,94,14,"style"],[214,15,94,19],[214,17,94,21,"styles"],[214,23,94,27],[214,24,94,28,"headerTitle"],[214,35,94,40],[215,10,94,40,"children"],[215,18,94,40],[215,20,94,41],[216,8,94,49],[217,10,94,49,"fileName"],[217,18,94,49],[217,20,94,49,"_jsxFileName"],[217,32,94,49],[218,10,94,49,"lineNumber"],[218,20,94,49],[219,10,94,49,"columnNumber"],[219,22,94,49],[220,8,94,49],[220,15,94,55],[220,16,94,56],[220,31,95,8],[220,35,95,8,"_reactJsxDevRuntime"],[220,54,95,8],[220,55,95,8,"jsxDEV"],[220,61,95,8],[220,63,95,9,"View"],[220,67,95,13],[220,68,95,13,"default"],[220,75,95,13],[221,10,95,14,"style"],[221,15,95,19],[221,17,95,21],[222,12,95,23,"width"],[222,17,95,28],[222,19,95,30],[223,10,95,33],[224,8,95,35],[225,10,95,35,"fileName"],[225,18,95,35],[225,20,95,35,"_jsxFileName"],[225,32,95,35],[226,10,95,35,"lineNumber"],[226,20,95,35],[227,10,95,35,"columnNumber"],[227,22,95,35],[228,8,95,35],[228,15,95,37],[228,16,95,38],[229,6,95,38],[230,8,95,38,"fileName"],[230,16,95,38],[230,18,95,38,"_jsxFileName"],[230,30,95,38],[231,8,95,38,"lineNumber"],[231,18,95,38],[232,8,95,38,"columnNumber"],[232,20,95,38],[233,6,95,38],[233,13,96,12],[233,14,96,13],[233,29,98,6],[233,33,98,6,"_reactJsxDevRuntime"],[233,52,98,6],[233,53,98,6,"jsxDEV"],[233,59,98,6],[233,61,98,7,"ScrollView"],[233,71,98,17],[233,72,98,17,"default"],[233,79,98,17],[234,8,98,18,"contentContainerStyle"],[234,29,98,39],[234,31,98,41,"styles"],[234,37,98,47],[234,38,98,48,"scrollContent"],[234,51,98,62],[235,8,98,62,"children"],[235,16,98,62],[235,32,100,8],[235,36,100,8,"_reactJsxDevRuntime"],[235,55,100,8],[235,56,100,8,"jsxDEV"],[235,62,100,8],[235,64,100,9,"SettingSection"],[235,78,100,23],[236,10,100,24,"title"],[236,15,100,29],[236,17,100,30],[236,26,100,39],[237,10,100,39,"children"],[237,18,100,39],[237,34,101,10],[237,38,101,10,"_reactJsxDevRuntime"],[237,57,101,10],[237,58,101,10,"jsxDEV"],[237,64,101,10],[237,66,101,11,"SettingItem"],[237,77,101,22],[238,12,102,12,"icon"],[238,16,102,16],[238,18,102,17],[238,26,102,25],[239,12,103,12,"title"],[239,17,103,17],[239,19,103,18],[239,33,103,32],[240,12,104,12,"subtitle"],[240,20,104,20],[240,22,104,22,"user"],[240,26,104,26],[240,28,104,28,"email"],[240,33,104,33],[240,37,104,37],[240,62,104,63],[241,12,105,12,"onPress"],[241,19,105,19],[241,21,105,21,"onPress"],[241,22,105,21],[241,27,105,27,"navigation"],[241,37,105,37],[241,38,105,38,"navigate"],[241,46,105,46],[241,47,105,47],[241,60,105,60],[242,10,105,62],[243,12,105,62,"fileName"],[243,20,105,62],[243,22,105,62,"_jsxFileName"],[243,34,105,62],[244,12,105,62,"lineNumber"],[244,22,105,62],[245,12,105,62,"columnNumber"],[245,24,105,62],[246,10,105,62],[246,17,106,11],[246,18,106,12],[246,33,107,10],[246,37,107,10,"_reactJsxDevRuntime"],[246,56,107,10],[246,57,107,10,"jsxDEV"],[246,63,107,10],[246,65,107,11,"SettingItem"],[246,76,107,22],[247,12,108,12,"icon"],[247,16,108,16],[247,18,108,17],[247,26,108,25],[248,12,109,12,"title"],[248,17,109,17],[248,19,109,18],[248,35,109,34],[249,12,110,12,"subtitle"],[249,20,110,20],[249,22,110,21],[249,43,110,42],[250,12,111,12,"onPress"],[250,19,111,19],[250,21,111,21,"onPress"],[250,22,111,21],[250,27,111,27],[250,28,111,28],[251,10,111,30],[252,12,111,30,"fileName"],[252,20,111,30],[252,22,111,30,"_jsxFileName"],[252,34,111,30],[253,12,111,30,"lineNumber"],[253,22,111,30],[254,12,111,30,"columnNumber"],[254,24,111,30],[255,10,111,30],[255,17,112,11],[255,18,112,12],[256,8,112,12],[257,10,112,12,"fileName"],[257,18,112,12],[257,20,112,12,"_jsxFileName"],[257,32,112,12],[258,10,112,12,"lineNumber"],[258,20,112,12],[259,10,112,12,"columnNumber"],[259,22,112,12],[260,8,112,12],[260,15,113,24],[260,16,113,25],[260,31,116,8],[260,35,116,8,"_reactJsxDevRuntime"],[260,54,116,8],[260,55,116,8,"jsxDEV"],[260,61,116,8],[260,63,116,9,"SettingSection"],[260,77,116,23],[261,10,116,24,"title"],[261,15,116,29],[261,17,116,30],[261,27,116,40],[262,10,116,40,"children"],[262,18,116,40],[262,34,117,10],[262,38,117,10,"_reactJsxDevRuntime"],[262,57,117,10],[262,58,117,10,"jsxDEV"],[262,64,117,10],[262,66,117,11,"SettingItem"],[262,77,117,22],[263,12,118,12,"icon"],[263,16,118,16],[263,18,118,17],[263,32,118,31],[264,12,119,12,"title"],[264,17,119,17],[264,19,119,18],[264,45,119,44],[265,12,120,12,"subtitle"],[265,20,120,20],[265,22,120,22,"biometricAvailable"],[265,40,120,40],[265,43,120,43],[265,71,120,71],[265,74,120,74],[265,104,120,105],[266,12,121,12,"rightElement"],[266,24,121,24],[266,26,122,14,"biometricAvailable"],[266,44,122,32],[266,60,123,16],[266,64,123,16,"_reactJsxDevRuntime"],[266,83,123,16],[266,84,123,16,"jsxDEV"],[266,90,123,16],[266,92,123,17,"Switch"],[266,98,123,23],[266,99,123,23,"default"],[266,106,123,23],[267,14,124,18,"value"],[267,19,124,23],[267,21,124,25,"biometricsEnabled"],[267,38,124,43],[268,14,125,18,"onValueChange"],[268,27,125,31],[268,29,125,33,"toggleBiometrics"],[268,45,125,50],[269,14,126,18,"trackColor"],[269,24,126,28],[269,26,126,30],[270,16,126,32,"false"],[270,21,126,37],[270,23,126,39],[270,32,126,48],[271,16,126,50,"true"],[271,20,126,54],[271,22,126,56],[272,14,126,68],[272,15,126,70],[273,14,127,18,"thumbColor"],[273,24,127,28],[273,26,127,30,"biometricsEnabled"],[273,43,127,47],[273,46,127,50],[273,55,127,59],[273,58,127,62],[274,12,127,72],[275,14,127,72,"fileName"],[275,22,127,72],[275,24,127,72,"_jsxFileName"],[275,36,127,72],[276,14,127,72,"lineNumber"],[276,24,127,72],[277,14,127,72,"columnNumber"],[277,26,127,72],[278,12,127,72],[278,19,128,17],[278,20,128,18],[278,23,129,18,"undefined"],[279,10,130,13],[280,12,130,13,"fileName"],[280,20,130,13],[280,22,130,13,"_jsxFileName"],[280,34,130,13],[281,12,130,13,"lineNumber"],[281,22,130,13],[282,12,130,13,"columnNumber"],[282,24,130,13],[283,10,130,13],[283,17,131,11],[283,18,131,12],[283,33,132,10],[283,37,132,10,"_reactJsxDevRuntime"],[283,56,132,10],[283,57,132,10,"jsxDEV"],[283,63,132,10],[283,65,132,11,"SettingItem"],[283,76,132,22],[284,12,133,12,"icon"],[284,16,133,16],[284,18,133,17],[284,23,133,22],[285,12,134,12,"title"],[285,17,134,17],[285,19,134,18],[285,36,134,35],[286,12,135,12,"subtitle"],[286,20,135,20],[286,22,135,21],[286,44,135,43],[287,12,136,12,"onPress"],[287,19,136,19],[287,21,136,21,"onPress"],[287,22,136,21],[287,27,136,27,"navigation"],[287,37,136,37],[287,38,136,38,"navigate"],[287,46,136,46],[287,47,136,47],[287,63,136,63],[288,10,136,65],[289,12,136,65,"fileName"],[289,20,136,65],[289,22,136,65,"_jsxFileName"],[289,34,136,65],[290,12,136,65,"lineNumber"],[290,22,136,65],[291,12,136,65,"columnNumber"],[291,24,136,65],[292,10,136,65],[292,17,137,11],[292,18,137,12],[292,33,138,10],[292,37,138,10,"_reactJsxDevRuntime"],[292,56,138,10],[292,57,138,10,"jsxDEV"],[292,63,138,10],[292,65,138,11,"SettingItem"],[292,76,138,22],[293,12,139,12,"icon"],[293,16,139,16],[293,18,139,17],[293,36,139,35],[294,12,140,12,"title"],[294,17,140,17],[294,19,140,18],[294,46,140,45],[295,12,141,12,"subtitle"],[295,20,141,20],[295,22,141,21],[295,42,141,41],[296,12,142,12,"onPress"],[296,19,142,19],[296,21,142,21,"onPress"],[296,22,142,21],[296,27,142,27,"Alert"],[296,32,142,32],[296,33,142,32,"default"],[296,40,142,32],[296,41,142,33,"alert"],[296,46,142,38],[296,47,142,39],[296,60,142,52],[296,62,142,54],[296,112,142,104],[297,10,142,106],[298,12,142,106,"fileName"],[298,20,142,106],[298,22,142,106,"_jsxFileName"],[298,34,142,106],[299,12,142,106,"lineNumber"],[299,22,142,106],[300,12,142,106,"columnNumber"],[300,24,142,106],[301,10,142,106],[301,17,143,11],[301,18,143,12],[302,8,143,12],[303,10,143,12,"fileName"],[303,18,143,12],[303,20,143,12,"_jsxFileName"],[303,32,143,12],[304,10,143,12,"lineNumber"],[304,20,143,12],[305,10,143,12,"columnNumber"],[305,22,143,12],[306,8,143,12],[306,15,144,24],[306,16,144,25],[306,31,147,8],[306,35,147,8,"_reactJsxDevRuntime"],[306,54,147,8],[306,55,147,8,"jsxDEV"],[306,61,147,8],[306,63,147,9,"SettingSection"],[306,77,147,23],[307,10,147,24,"title"],[307,15,147,29],[307,17,147,30],[307,30,147,43],[308,10,147,43,"children"],[308,18,147,43],[308,34,148,10],[308,38,148,10,"_reactJsxDevRuntime"],[308,57,148,10],[308,58,148,10,"jsxDEV"],[308,64,148,10],[308,66,148,11,"SettingItem"],[308,77,148,22],[309,12,149,12,"icon"],[309,16,149,16],[309,18,149,17],[309,33,149,32],[310,12,150,12,"title"],[310,17,150,17],[310,19,150,18],[310,39,150,38],[311,12,151,12,"subtitle"],[311,20,151,20],[311,22,151,21],[311,50,151,49],[312,12,152,12,"rightElement"],[312,24,152,24],[312,39,153,14],[312,43,153,14,"_reactJsxDevRuntime"],[312,62,153,14],[312,63,153,14,"jsxDEV"],[312,69,153,14],[312,71,153,15,"Switch"],[312,77,153,21],[312,78,153,21,"default"],[312,85,153,21],[313,14,154,16,"value"],[313,19,154,21],[313,21,154,23,"notificationsEnabled"],[313,41,154,44],[314,14,155,16,"onValueChange"],[314,27,155,29],[314,29,155,31,"setNotificationsEnabled"],[314,52,155,55],[315,14,156,16,"trackColor"],[315,24,156,26],[315,26,156,28],[316,16,156,30,"false"],[316,21,156,35],[316,23,156,37],[316,32,156,46],[317,16,156,48,"true"],[317,20,156,52],[317,22,156,54],[318,14,156,66],[318,15,156,68],[319,14,157,16,"thumbColor"],[319,24,157,26],[319,26,157,28,"notificationsEnabled"],[319,46,157,48],[319,49,157,51],[319,58,157,60],[319,61,157,63],[320,12,157,73],[321,14,157,73,"fileName"],[321,22,157,73],[321,24,157,73,"_jsxFileName"],[321,36,157,73],[322,14,157,73,"lineNumber"],[322,24,157,73],[323,14,157,73,"columnNumber"],[323,26,157,73],[324,12,157,73],[324,19,158,15],[325,10,159,13],[326,12,159,13,"fileName"],[326,20,159,13],[326,22,159,13,"_jsxFileName"],[326,34,159,13],[327,12,159,13,"lineNumber"],[327,22,159,13],[328,12,159,13,"columnNumber"],[328,24,159,13],[329,10,159,13],[329,17,160,11],[329,18,160,12],[329,33,161,10],[329,37,161,10,"_reactJsxDevRuntime"],[329,56,161,10],[329,57,161,10,"jsxDEV"],[329,63,161,10],[329,65,161,11,"SettingItem"],[329,76,161,22],[330,12,162,12,"icon"],[330,16,162,16],[330,18,162,17],[330,28,162,27],[331,12,163,12,"title"],[331,17,163,17],[331,19,163,18],[331,29,163,28],[332,12,164,12,"subtitle"],[332,20,164,20],[332,22,164,21],[332,31,164,30],[333,12,165,12,"onPress"],[333,19,165,19],[333,21,165,21,"onPress"],[333,22,165,21],[333,27,165,27,"navigation"],[333,37,165,37],[333,38,165,38,"navigate"],[333,46,165,46],[333,47,165,47],[333,57,165,57],[334,10,165,59],[335,12,165,59,"fileName"],[335,20,165,59],[335,22,165,59,"_jsxFileName"],[335,34,165,59],[336,12,165,59,"lineNumber"],[336,22,165,59],[337,12,165,59,"columnNumber"],[337,24,165,59],[338,10,165,59],[338,17,166,11],[338,18,166,12],[338,33,167,10],[338,37,167,10,"_reactJsxDevRuntime"],[338,56,167,10],[338,57,167,10,"jsxDEV"],[338,63,167,10],[338,65,167,11,"SettingItem"],[338,76,167,22],[339,12,168,12,"icon"],[339,16,168,16],[339,18,168,17],[339,24,168,23],[340,12,169,12,"title"],[340,17,169,17],[340,19,169,18],[340,30,169,29],[341,12,170,12,"subtitle"],[341,20,170,20],[341,22,170,21],[342,10,170,34],[343,12,170,34,"fileName"],[343,20,170,34],[343,22,170,34,"_jsxFileName"],[343,34,170,34],[344,12,170,34,"lineNumber"],[344,22,170,34],[345,12,170,34,"columnNumber"],[345,24,170,34],[346,10,170,34],[346,17,171,11],[346,18,171,12],[347,8,171,12],[348,10,171,12,"fileName"],[348,18,171,12],[348,20,171,12,"_jsxFileName"],[348,32,171,12],[349,10,171,12,"lineNumber"],[349,20,171,12],[350,10,171,12,"columnNumber"],[350,22,171,12],[351,8,171,12],[351,15,172,24],[351,16,172,25],[351,31,175,8],[351,35,175,8,"_reactJsxDevRuntime"],[351,54,175,8],[351,55,175,8,"jsxDEV"],[351,61,175,8],[351,63,175,9,"SettingSection"],[351,77,175,23],[352,10,175,24,"title"],[352,15,175,29],[352,17,175,30],[352,24,175,37],[353,10,175,37,"children"],[353,18,175,37],[353,34,176,10],[353,38,176,10,"_reactJsxDevRuntime"],[353,57,176,10],[353,58,176,10,"jsxDEV"],[353,64,176,10],[353,66,176,11,"SettingItem"],[353,77,176,22],[354,12,176,23,"icon"],[354,16,176,27],[354,18,176,28],[354,38,176,48],[355,12,176,49,"title"],[355,17,176,54],[355,19,176,55],[355,28,176,64],[356,12,176,65,"subtitle"],[356,20,176,73],[356,22,176,74],[357,10,176,81],[358,12,176,81,"fileName"],[358,20,176,81],[358,22,176,81,"_jsxFileName"],[358,34,176,81],[359,12,176,81,"lineNumber"],[359,22,176,81],[360,12,176,81,"columnNumber"],[360,24,176,81],[361,10,176,81],[361,17,176,83],[361,18,176,84],[361,33,177,10],[361,37,177,10,"_reactJsxDevRuntime"],[361,56,177,10],[361,57,177,10,"jsxDEV"],[361,63,177,10],[361,65,177,11,"SettingItem"],[361,76,177,22],[362,12,177,23,"icon"],[362,16,177,27],[362,18,177,28],[362,33,177,43],[363,12,177,44,"title"],[363,17,177,49],[363,19,177,50],[363,37,177,68],[364,12,177,69,"onPress"],[364,19,177,76],[364,21,177,78,"onPress"],[364,22,177,78],[364,27,177,84,"navigation"],[364,37,177,94],[364,38,177,95,"navigate"],[364,46,177,103],[364,47,177,104],[364,54,177,111],[365,10,177,113],[366,12,177,113,"fileName"],[366,20,177,113],[366,22,177,113,"_jsxFileName"],[366,34,177,113],[367,12,177,113,"lineNumber"],[367,22,177,113],[368,12,177,113,"columnNumber"],[368,24,177,113],[369,10,177,113],[369,17,177,115],[369,18,177,116],[369,33,178,10],[369,37,178,10,"_reactJsxDevRuntime"],[369,56,178,10],[369,57,178,10,"jsxDEV"],[369,63,178,10],[369,65,178,11,"SettingItem"],[369,76,178,22],[370,12,178,23,"icon"],[370,16,178,27],[370,18,178,28],[370,26,178,36],[371,12,178,37,"title"],[371,17,178,42],[371,19,178,43],[371,35,178,59],[372,12,178,60,"onPress"],[372,19,178,67],[372,21,178,69,"onPress"],[372,22,178,69],[372,27,178,75,"navigation"],[372,37,178,85],[372,38,178,86,"navigate"],[372,46,178,94],[372,47,178,95],[372,56,178,104],[373,10,178,106],[374,12,178,106,"fileName"],[374,20,178,106],[374,22,178,106,"_jsxFileName"],[374,34,178,106],[375,12,178,106,"lineNumber"],[375,22,178,106],[376,12,178,106,"columnNumber"],[376,24,178,106],[377,10,178,106],[377,17,178,108],[377,18,178,109],[377,33,179,10],[377,37,179,10,"_reactJsxDevRuntime"],[377,56,179,10],[377,57,179,10,"jsxDEV"],[377,63,179,10],[377,65,179,11,"SettingItem"],[377,76,179,22],[378,12,179,23,"icon"],[378,16,179,27],[378,18,179,28],[378,31,179,41],[379,12,179,42,"title"],[379,17,179,47],[379,19,179,48],[379,35,179,64],[380,12,179,65,"onPress"],[380,19,179,72],[380,21,179,74,"onPress"],[380,22,179,74],[380,27,179,80,"navigation"],[380,37,179,90],[380,38,179,91,"navigate"],[380,46,179,99],[380,47,179,100],[380,53,179,106],[381,10,179,108],[382,12,179,108,"fileName"],[382,20,179,108],[382,22,179,108,"_jsxFileName"],[382,34,179,108],[383,12,179,108,"lineNumber"],[383,22,179,108],[384,12,179,108,"columnNumber"],[384,24,179,108],[385,10,179,108],[385,17,179,110],[385,18,179,111],[386,8,179,111],[387,10,179,111,"fileName"],[387,18,179,111],[387,20,179,111,"_jsxFileName"],[387,32,179,111],[388,10,179,111,"lineNumber"],[388,20,179,111],[389,10,179,111,"columnNumber"],[389,22,179,111],[390,8,179,111],[390,15,180,24],[390,16,180,25],[390,31,183,8],[390,35,183,8,"_reactJsxDevRuntime"],[390,54,183,8],[390,55,183,8,"jsxDEV"],[390,61,183,8],[390,63,183,9,"TouchableOpacity"],[390,79,183,25],[390,80,183,25,"default"],[390,87,183,25],[391,10,183,26,"style"],[391,15,183,31],[391,17,183,33,"styles"],[391,23,183,39],[391,24,183,40,"signOutButton"],[391,37,183,54],[392,10,183,55,"onPress"],[392,17,183,62],[392,19,183,64,"handleSignOut"],[392,32,183,78],[393,10,183,78,"children"],[393,18,183,78],[393,34,184,10],[393,38,184,10,"_reactJsxDevRuntime"],[393,57,184,10],[393,58,184,10,"jsxDEV"],[393,64,184,10],[393,66,184,11,"_expoVectorIcons"],[393,82,184,19],[393,83,184,19,"Ionicons"],[393,91,184,19],[394,12,184,20,"name"],[394,16,184,24],[394,18,184,25],[394,35,184,42],[395,12,184,43,"size"],[395,16,184,47],[395,18,184,49],[395,20,184,52],[396,12,184,53,"color"],[396,17,184,58],[396,19,184,59],[397,10,184,68],[398,12,184,68,"fileName"],[398,20,184,68],[398,22,184,68,"_jsxFileName"],[398,34,184,68],[399,12,184,68,"lineNumber"],[399,22,184,68],[400,12,184,68,"columnNumber"],[400,24,184,68],[401,10,184,68],[401,17,184,70],[401,18,184,71],[401,33,185,10],[401,37,185,10,"_reactJsxDevRuntime"],[401,56,185,10],[401,57,185,10,"jsxDEV"],[401,63,185,10],[401,65,185,11,"Text"],[401,69,185,15],[401,70,185,15,"default"],[401,77,185,15],[402,12,185,16,"style"],[402,17,185,21],[402,19,185,23,"styles"],[402,25,185,29],[402,26,185,30,"signOutText"],[402,37,185,42],[403,12,185,42,"children"],[403,20,185,42],[403,22,185,43],[404,10,185,51],[405,12,185,51,"fileName"],[405,20,185,51],[405,22,185,51,"_jsxFileName"],[405,34,185,51],[406,12,185,51,"lineNumber"],[406,22,185,51],[407,12,185,51,"columnNumber"],[407,24,185,51],[408,10,185,51],[408,17,185,57],[408,18,185,58],[409,8,185,58],[410,10,185,58,"fileName"],[410,18,185,58],[410,20,185,58,"_jsxFileName"],[410,32,185,58],[411,10,185,58,"lineNumber"],[411,20,185,58],[412,10,185,58,"columnNumber"],[412,22,185,58],[413,8,185,58],[413,15,186,26],[413,16,186,27],[414,6,186,27],[415,8,186,27,"fileName"],[415,16,186,27],[415,18,186,27,"_jsxFileName"],[415,30,186,27],[416,8,186,27,"lineNumber"],[416,18,186,27],[417,8,186,27,"columnNumber"],[417,20,186,27],[418,6,186,27],[418,13,187,18],[418,14,187,19],[419,4,187,19],[420,6,187,19,"fileName"],[420,14,187,19],[420,16,187,19,"_jsxFileName"],[420,28,187,19],[421,6,187,19,"lineNumber"],[421,16,187,19],[422,6,187,19,"columnNumber"],[422,18,187,19],[423,4,187,19],[423,11,188,10],[423,12,188,11],[424,2,190,0],[425,2,190,1,"_s"],[425,4,190,1],[425,5,17,24,"SettingsScreen"],[425,19,17,38],[426,4,17,38],[426,12,18,17,"useSafeAreaInsets"],[426,39,18,34],[426,40,18,34,"useSafeAreaInsets"],[426,57,18,34],[426,59,19,28,"useAuth"],[426,79,19,35],[426,80,19,35,"useAuth"],[426,87,19,35],[427,2,19,35],[428,2,19,35,"_c"],[428,4,19,35],[428,7,17,24,"SettingsScreen"],[428,21,17,38],[429,2,192,0],[429,8,192,6,"styles"],[429,14,192,12],[429,17,192,15,"StyleSheet"],[429,27,192,25],[429,28,192,25,"default"],[429,35,192,25],[429,36,192,26,"create"],[429,42,192,32],[429,43,192,33],[430,4,193,2,"container"],[430,13,193,11],[430,15,193,13],[431,6,194,4,"flex"],[431,10,194,8],[431,12,194,10],[431,13,194,11],[432,6,195,4,"backgroundColor"],[432,21,195,19],[432,23,195,21],[433,4,196,2],[433,5,196,3],[434,4,197,2,"header"],[434,10,197,8],[434,12,197,10],[435,6,198,4,"flexDirection"],[435,19,198,17],[435,21,198,19],[435,26,198,24],[436,6,199,4,"alignItems"],[436,16,199,14],[436,18,199,16],[436,26,199,24],[437,6,200,4,"justifyContent"],[437,20,200,18],[437,22,200,20],[437,37,200,35],[438,6,201,4,"paddingHorizontal"],[438,23,201,21],[438,25,201,23],[438,27,201,25],[439,6,202,4,"paddingVertical"],[439,21,202,19],[439,23,202,21],[439,25,202,23],[440,6,203,4,"backgroundColor"],[440,21,203,19],[440,23,203,21],[440,29,203,27],[441,6,204,4,"borderBottomWidth"],[441,23,204,21],[441,25,204,23],[441,26,204,24],[442,6,205,4,"borderBottomColor"],[442,23,205,21],[442,25,205,23],[443,4,206,2],[443,5,206,3],[444,4,207,2,"backButton"],[444,14,207,12],[444,16,207,14],[445,6,208,4,"width"],[445,11,208,9],[445,13,208,11],[445,15,208,13],[446,6,209,4,"height"],[446,12,209,10],[446,14,209,12],[446,16,209,14],[447,6,210,4,"borderRadius"],[447,18,210,16],[447,20,210,18],[447,22,210,20],[448,6,211,4,"backgroundColor"],[448,21,211,19],[448,23,211,21],[448,32,211,30],[449,6,212,4,"alignItems"],[449,16,212,14],[449,18,212,16],[449,26,212,24],[450,6,213,4,"justifyContent"],[450,20,213,18],[450,22,213,20],[451,4,214,2],[451,5,214,3],[452,4,215,2,"headerTitle"],[452,15,215,13],[452,17,215,15],[453,6,216,4,"fontSize"],[453,14,216,12],[453,16,216,14],[453,18,216,16],[454,6,217,4,"fontWeight"],[454,16,217,14],[454,18,217,16],[454,23,217,21],[455,6,218,4,"color"],[455,11,218,9],[455,13,218,11],[456,4,219,2],[456,5,219,3],[457,4,220,2,"scrollContent"],[457,17,220,15],[457,19,220,17],[458,6,221,4,"padding"],[458,13,221,11],[458,15,221,13],[458,17,221,15],[459,6,222,4,"paddingBottom"],[459,19,222,17],[459,21,222,19],[460,4,223,2],[460,5,223,3],[461,4,224,2,"section"],[461,11,224,9],[461,13,224,11],[462,6,225,4,"marginBottom"],[462,18,225,16],[462,20,225,18],[463,4,226,2],[463,5,226,3],[464,4,227,2,"sectionTitle"],[464,16,227,14],[464,18,227,16],[465,6,228,4,"fontSize"],[465,14,228,12],[465,16,228,14],[465,18,228,16],[466,6,229,4,"fontWeight"],[466,16,229,14],[466,18,229,16],[466,23,229,21],[467,6,230,4,"color"],[467,11,230,9],[467,13,230,11],[467,22,230,20],[468,6,231,4,"marginBottom"],[468,18,231,16],[468,20,231,18],[468,22,231,20],[469,6,232,4,"paddingHorizontal"],[469,23,232,21],[469,25,232,23],[469,26,232,24],[470,6,233,4,"textTransform"],[470,19,233,17],[470,21,233,19],[470,32,233,30],[471,6,234,4,"letterSpacing"],[471,19,234,17],[471,21,234,19],[472,4,235,2],[472,5,235,3],[473,4,236,2,"settingItem"],[473,15,236,13],[473,17,236,15],[474,6,237,4,"flexDirection"],[474,19,237,17],[474,21,237,19],[474,26,237,24],[475,6,238,4,"alignItems"],[475,16,238,14],[475,18,238,16],[475,26,238,24],[476,6,239,4,"justifyContent"],[476,20,239,18],[476,22,239,20],[476,37,239,35],[477,6,240,4,"backgroundColor"],[477,21,240,19],[477,23,240,21],[477,29,240,27],[478,6,241,4,"padding"],[478,13,241,11],[478,15,241,13],[478,17,241,15],[479,6,242,4,"borderRadius"],[479,18,242,16],[479,20,242,18],[479,22,242,20],[480,6,243,4,"marginBottom"],[480,18,243,16],[480,20,243,18],[480,21,243,19],[481,6,244,4,"shadowColor"],[481,17,244,15],[481,19,244,17],[481,25,244,23],[482,6,245,4,"shadowOffset"],[482,18,245,16],[482,20,245,18],[483,8,245,20,"width"],[483,13,245,25],[483,15,245,27],[483,16,245,28],[484,8,245,30,"height"],[484,14,245,36],[484,16,245,38],[485,6,245,40],[485,7,245,41],[486,6,246,4,"shadowOpacity"],[486,19,246,17],[486,21,246,19],[486,25,246,23],[487,6,247,4,"shadowRadius"],[487,18,247,16],[487,20,247,18],[487,21,247,19],[488,6,248,4,"elevation"],[488,15,248,13],[488,17,248,15],[489,4,249,2],[489,5,249,3],[490,4,250,2,"settingItemLeft"],[490,19,250,17],[490,21,250,19],[491,6,251,4,"flexDirection"],[491,19,251,17],[491,21,251,19],[491,26,251,24],[492,6,252,4,"alignItems"],[492,16,252,14],[492,18,252,16],[492,26,252,24],[493,6,253,4,"flex"],[493,10,253,8],[493,12,253,10],[494,4,254,2],[494,5,254,3],[495,4,255,2,"iconContainer"],[495,17,255,15],[495,19,255,17],[496,6,256,4,"width"],[496,11,256,9],[496,13,256,11],[496,15,256,13],[497,6,257,4,"height"],[497,12,257,10],[497,14,257,12],[497,16,257,14],[498,6,258,4,"borderRadius"],[498,18,258,16],[498,20,258,18],[498,22,258,20],[499,6,259,4,"backgroundColor"],[499,21,259,19],[499,23,259,21],[499,32,259,30],[500,6,260,4,"alignItems"],[500,16,260,14],[500,18,260,16],[500,26,260,24],[501,6,261,4,"justifyContent"],[501,20,261,18],[501,22,261,20],[501,30,261,28],[502,6,262,4,"marginRight"],[502,17,262,15],[502,19,262,17],[503,4,263,2],[503,5,263,3],[504,4,264,2,"settingItemContent"],[504,22,264,20],[504,24,264,22],[505,6,265,4,"flex"],[505,10,265,8],[505,12,265,10],[506,4,266,2],[506,5,266,3],[507,4,267,2,"settingItemTitle"],[507,20,267,18],[507,22,267,20],[508,6,268,4,"fontSize"],[508,14,268,12],[508,16,268,14],[508,18,268,16],[509,6,269,4,"fontWeight"],[509,16,269,14],[509,18,269,16],[509,23,269,21],[510,6,270,4,"color"],[510,11,270,9],[510,13,270,11],[510,22,270,20],[511,6,271,4,"marginBottom"],[511,18,271,16],[511,20,271,18],[512,4,272,2],[512,5,272,3],[513,4,273,2,"settingItemSubtitle"],[513,23,273,21],[513,25,273,23],[514,6,274,4,"fontSize"],[514,14,274,12],[514,16,274,14],[514,18,274,16],[515,6,275,4,"color"],[515,11,275,9],[515,13,275,11],[516,4,276,2],[516,5,276,3],[517,4,277,2,"signOutButton"],[517,17,277,15],[517,19,277,17],[518,6,278,4,"flexDirection"],[518,19,278,17],[518,21,278,19],[518,26,278,24],[519,6,279,4,"alignItems"],[519,16,279,14],[519,18,279,16],[519,26,279,24],[520,6,280,4,"justifyContent"],[520,20,280,18],[520,22,280,20],[520,30,280,28],[521,6,281,4,"backgroundColor"],[521,21,281,19],[521,23,281,21],[521,32,281,30],[522,6,282,4,"padding"],[522,13,282,11],[522,15,282,13],[522,17,282,15],[523,6,283,4,"borderRadius"],[523,18,283,16],[523,20,283,18],[523,22,283,20],[524,6,284,4,"marginTop"],[524,15,284,13],[524,17,284,15],[525,4,285,2],[525,5,285,3],[526,4,286,2,"signOutText"],[526,15,286,13],[526,17,286,15],[527,6,287,4,"fontSize"],[527,14,287,12],[527,16,287,14],[527,18,287,16],[528,6,288,4,"fontWeight"],[528,16,288,14],[528,18,288,16],[528,23,288,21],[529,6,289,4,"color"],[529,11,289,9],[529,13,289,11],[529,22,289,20],[530,6,290,4,"marginLeft"],[530,16,290,14],[530,18,290,16],[531,4,291,2],[532,2,292,0],[532,3,292,1],[532,4,292,2],[533,2,292,3],[533,6,292,3,"_c"],[533,8,292,3],[534,2,292,3,"$RefreshReg$"],[534,14,292,3],[534,15,292,3,"_c"],[534,17,292,3],[535,0,292,3],[535,3]],"functionMap":{"names":["","SettingsScreen","useEffect$argument_0","checkBiometricAvailability","loadBiometricSetting","toggleBiometrics","handleSignOut","SettingSection","SettingItem","TouchableOpacity.props.onPress","SettingItem.props.onPress"],"mappings":"AAA;eCgB;YCO;GDG;qCEE;GFI;+BGE;GHG;2BIE;GJkB;wBKE;GLG;yBME;GNK;sBOE;GPa;mCQM,yBR;qBSc,wCT;qBSM,QT;qBSyB,2CT;qBSM,oFT;qBSuB,qCT;8ESY,kCT;qESC,oCT;0ESC,iCT;CDW"},"hasCjsExports":false},"type":"js/module"}]} \ No newline at end of file diff --git a/frontend/.metro-cache/cache/31/8ad880c91257f4696943b7daf6c101323904e63fac93685e1f9aac967e185c83c28b21 b/frontend/.metro-cache/cache/31/8ad880c91257f4696943b7daf6c101323904e63fac93685e1f9aac967e185c83c28b21 new file mode 100644 index 00000000..22d0bcef --- /dev/null +++ b/frontend/.metro-cache/cache/31/8ad880c91257f4696943b7daf6c101323904e63fac93685e1f9aac967e185c83c28b21 @@ -0,0 +1 @@ +{"dependencies":[{"name":"@babel/runtime/helpers/asyncToGenerator","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"YisBBiy2Xm9DEVdFebZ2nbgAHBo=","exportNames":["*"],"imports":1}},{"name":"expo-modules-core","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":56,"index":56}}],"key":"fU8WLIPqoAGygnPbZ/QJiQQfXEY=","exportNames":["*"],"imports":1}},{"name":"invariant","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":57},"end":{"line":2,"column":34,"index":91}}],"key":"4HPAaDQ25ZwZ2dzTLatXuUucZUM=","exportNames":["*"],"imports":1}},{"name":"./ExpoLocalAuthentication","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":3,"column":0,"index":92},"end":{"line":3,"column":64,"index":156}}],"key":"wO9yrMIaEu6Su2W3h/wpxu7Gg+g=","exportNames":["*"],"imports":1}},{"name":"./LocalAuthentication.types","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":4,"column":0,"index":157},"end":{"line":4,"column":81,"index":238}}],"key":"lDec6gGZYHDsSqpXcagYVqewIdo=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n Object.defineProperty(exports, \"AuthenticationType\", {\n enumerable: true,\n get: function () {\n return _LocalAuthenticationTypes.AuthenticationType;\n }\n });\n Object.defineProperty(exports, \"SecurityLevel\", {\n enumerable: true,\n get: function () {\n return _LocalAuthenticationTypes.SecurityLevel;\n }\n });\n exports.hasHardwareAsync = hasHardwareAsync;\n exports.supportedAuthenticationTypesAsync = supportedAuthenticationTypesAsync;\n exports.isEnrolledAsync = isEnrolledAsync;\n exports.getEnrolledLevelAsync = getEnrolledLevelAsync;\n exports.authenticateAsync = authenticateAsync;\n exports.cancelAuthenticate = cancelAuthenticate;\n var _babelRuntimeHelpersAsyncToGenerator = require(_dependencyMap[0], \"@babel/runtime/helpers/asyncToGenerator\");\n var _asyncToGenerator = _interopDefault(_babelRuntimeHelpersAsyncToGenerator);\n var _expoModulesCore = require(_dependencyMap[1], \"expo-modules-core\");\n var _invariant = require(_dependencyMap[2], \"invariant\");\n var invariant = _interopDefault(_invariant);\n var _ExpoLocalAuthentication = require(_dependencyMap[3], \"./ExpoLocalAuthentication\");\n var ExpoLocalAuthentication = _interopDefault(_ExpoLocalAuthentication);\n var _LocalAuthenticationTypes = require(_dependencyMap[4], \"./LocalAuthentication.types\");\n // @needsAudit\n /**\n * Determine whether a face or fingerprint scanner is available on the device.\n * @return Returns a promise which fulfils with a `boolean` value indicating whether a face or\n * fingerprint scanner is available on this device.\n */\n function hasHardwareAsync() {\n return _hasHardwareAsync.apply(this, arguments);\n } // @needsAudit\n /**\n * Determine what kinds of authentications are available on the device.\n * @return Returns a promise which fulfils to an array containing [`AuthenticationType`s](#authenticationtype).\n *\n * Devices can support multiple authentication methods - i.e. `[1,2]` means the device supports both\n * fingerprint and facial recognition. If none are supported, this method returns an empty array.\n */\n function _hasHardwareAsync() {\n _hasHardwareAsync = (0, _asyncToGenerator.default)(function* () {\n if (!ExpoLocalAuthentication.default.hasHardwareAsync) {\n throw new _expoModulesCore.UnavailabilityError('expo-local-authentication', 'hasHardwareAsync');\n }\n return yield ExpoLocalAuthentication.default.hasHardwareAsync();\n });\n return _hasHardwareAsync.apply(this, arguments);\n }\n function supportedAuthenticationTypesAsync() {\n return _supportedAuthenticationTypesAsync.apply(this, arguments);\n } // @needsAudit\n /**\n * Determine whether the device has saved fingerprints or facial data to use for authentication.\n * @return Returns a promise which fulfils to `boolean` value indicating whether the device has\n * saved fingerprints or facial data for authentication.\n */\n function _supportedAuthenticationTypesAsync() {\n _supportedAuthenticationTypesAsync = (0, _asyncToGenerator.default)(function* () {\n if (!ExpoLocalAuthentication.default.supportedAuthenticationTypesAsync) {\n throw new _expoModulesCore.UnavailabilityError('expo-local-authentication', 'supportedAuthenticationTypesAsync');\n }\n return yield ExpoLocalAuthentication.default.supportedAuthenticationTypesAsync();\n });\n return _supportedAuthenticationTypesAsync.apply(this, arguments);\n }\n function isEnrolledAsync() {\n return _isEnrolledAsync.apply(this, arguments);\n } // @needsAudit\n /**\n * Determine what kind of authentication is enrolled on the device.\n * @return Returns a promise which fulfils with [`SecurityLevel`](#securitylevel).\n * > **Note:** On Android devices prior to M, `SECRET` can be returned if only the SIM lock has been\n * enrolled, which is not the method that [`authenticateAsync`](#localauthenticationauthenticateasyncoptions)\n * prompts.\n */\n function _isEnrolledAsync() {\n _isEnrolledAsync = (0, _asyncToGenerator.default)(function* () {\n if (!ExpoLocalAuthentication.default.isEnrolledAsync) {\n throw new _expoModulesCore.UnavailabilityError('expo-local-authentication', 'isEnrolledAsync');\n }\n return yield ExpoLocalAuthentication.default.isEnrolledAsync();\n });\n return _isEnrolledAsync.apply(this, arguments);\n }\n function getEnrolledLevelAsync() {\n return _getEnrolledLevelAsync.apply(this, arguments);\n } // @needsAudit\n /**\n * Attempts to authenticate via Fingerprint/TouchID (or FaceID if available on the device).\n * > **Note:** Apple requires apps which use FaceID to provide a description of why they use this API.\n * If you try to use FaceID on an iPhone with FaceID without providing `infoPlist.NSFaceIDUsageDescription`\n * in `app.json`, the module will authenticate using device passcode. For more information about\n * usage descriptions on iOS, see [permissions guide](/guides/permissions/#ios).\n * @param options\n * @return Returns a promise which fulfils with [`LocalAuthenticationResult`](#localauthenticationresult).\n */\n function _getEnrolledLevelAsync() {\n _getEnrolledLevelAsync = (0, _asyncToGenerator.default)(function* () {\n if (!ExpoLocalAuthentication.default.getEnrolledLevelAsync) {\n throw new _expoModulesCore.UnavailabilityError('expo-local-authentication', 'getEnrolledLevelAsync');\n }\n return yield ExpoLocalAuthentication.default.getEnrolledLevelAsync();\n });\n return _getEnrolledLevelAsync.apply(this, arguments);\n }\n function authenticateAsync() {\n return _authenticateAsync.apply(this, arguments);\n } // @needsAudit\n /**\n * Cancels authentication flow.\n * @platform android\n */\n function _authenticateAsync() {\n _authenticateAsync = (0, _asyncToGenerator.default)(function* () {\n var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n if (!ExpoLocalAuthentication.default.authenticateAsync) {\n throw new _expoModulesCore.UnavailabilityError('expo-local-authentication', 'authenticateAsync');\n }\n if (options.hasOwnProperty('promptMessage')) {\n (0, invariant.default)(typeof options.promptMessage === 'string' && options.promptMessage.length, 'LocalAuthentication.authenticateAsync : `options.promptMessage` must be a non-empty string.');\n }\n var promptMessage = options.promptMessage || 'Authenticate';\n var cancelLabel = options.cancelLabel || 'Cancel';\n var result = yield ExpoLocalAuthentication.default.authenticateAsync({\n ...options,\n promptMessage,\n cancelLabel\n });\n return result;\n });\n return _authenticateAsync.apply(this, arguments);\n }\n function cancelAuthenticate() {\n return _cancelAuthenticate.apply(this, arguments);\n }\n function _cancelAuthenticate() {\n _cancelAuthenticate = (0, _asyncToGenerator.default)(function* () {\n if (!ExpoLocalAuthentication.default.cancelAuthenticate) {\n throw new _expoModulesCore.UnavailabilityError('expo-local-authentication', 'cancelAuthenticate');\n }\n yield ExpoLocalAuthentication.default.cancelAuthenticate();\n });\n return _cancelAuthenticate.apply(this, arguments);\n }\n});","lineCount":159,"map":[[12,2,5,0,"Object"],[12,8,5,0],[12,9,5,0,"defineProperty"],[12,23,5,0],[12,24,5,0,"exports"],[12,31,5,0],[13,4,5,0,"enumerable"],[13,14,5,0],[14,4,5,0,"get"],[14,7,5,0],[14,18,5,0,"get"],[14,19,5,0],[15,6,5,0],[15,13,5,9,"AuthenticationType"],[15,38,5,27],[15,39,5,27,"AuthenticationType"],[15,57,5,27],[16,4,5,27],[17,2,5,27],[18,2,5,0,"Object"],[18,8,5,0],[18,9,5,0,"defineProperty"],[18,23,5,0],[18,24,5,0,"exports"],[18,31,5,0],[19,4,5,0,"enumerable"],[19,14,5,0],[20,4,5,0,"get"],[20,7,5,0],[20,18,5,0,"get"],[20,19,5,0],[21,6,5,0],[21,13,5,29,"SecurityLevel"],[21,38,5,42],[21,39,5,42,"SecurityLevel"],[21,52,5,42],[22,4,5,42],[23,2,5,42],[24,2,12,0,"exports"],[24,9,12,0],[24,10,12,0,"hasHardwareAsync"],[24,26,12,0],[24,29,12,0,"hasHardwareAsync"],[24,45,12,0],[25,2,26,0,"exports"],[25,9,26,0],[25,10,26,0,"supportedAuthenticationTypesAsync"],[25,43,26,0],[25,46,26,0,"supportedAuthenticationTypesAsync"],[25,79,26,0],[26,2,38,0,"exports"],[26,9,38,0],[26,10,38,0,"isEnrolledAsync"],[26,25,38,0],[26,28,38,0,"isEnrolledAsync"],[26,43,38,0],[27,2,52,0,"exports"],[27,9,52,0],[27,10,52,0,"getEnrolledLevelAsync"],[27,31,52,0],[27,34,52,0,"getEnrolledLevelAsync"],[27,55,52,0],[28,2,68,0,"exports"],[28,9,68,0],[28,10,68,0,"authenticateAsync"],[28,27,68,0],[28,30,68,0,"authenticateAsync"],[28,47,68,0],[29,2,89,0,"exports"],[29,9,89,0],[29,10,89,0,"cancelAuthenticate"],[29,28,89,0],[29,31,89,0,"cancelAuthenticate"],[29,49,89,0],[30,2,94,1],[30,6,94,1,"_babelRuntimeHelpersAsyncToGenerator"],[30,42,94,1],[30,45,94,1,"require"],[30,52,94,1],[30,53,94,1,"_dependencyMap"],[30,67,94,1],[31,2,94,1],[31,6,94,1,"_asyncToGenerator"],[31,23,94,1],[31,26,94,1,"_interopDefault"],[31,41,94,1],[31,42,94,1,"_babelRuntimeHelpersAsyncToGenerator"],[31,78,94,1],[32,2,1,0],[32,6,1,0,"_expoModulesCore"],[32,22,1,0],[32,25,1,0,"require"],[32,32,1,0],[32,33,1,0,"_dependencyMap"],[32,47,1,0],[33,2,2,0],[33,6,2,0,"_invariant"],[33,16,2,0],[33,19,2,0,"require"],[33,26,2,0],[33,27,2,0,"_dependencyMap"],[33,41,2,0],[34,2,2,0],[34,6,2,0,"invariant"],[34,15,2,0],[34,18,2,0,"_interopDefault"],[34,33,2,0],[34,34,2,0,"_invariant"],[34,44,2,0],[35,2,3,0],[35,6,3,0,"_ExpoLocalAuthentication"],[35,30,3,0],[35,33,3,0,"require"],[35,40,3,0],[35,41,3,0,"_dependencyMap"],[35,55,3,0],[36,2,3,0],[36,6,3,0,"ExpoLocalAuthentication"],[36,29,3,0],[36,32,3,0,"_interopDefault"],[36,47,3,0],[36,48,3,0,"_ExpoLocalAuthentication"],[36,72,3,0],[37,2,4,0],[37,6,4,0,"_LocalAuthenticationTypes"],[37,31,4,0],[37,34,4,0,"require"],[37,41,4,0],[37,42,4,0,"_dependencyMap"],[37,56,4,0],[38,2,6,0],[39,2,7,0],[40,0,8,0],[41,0,9,0],[42,0,10,0],[43,0,11,0],[44,2,7,0],[44,11,12,22,"hasHardwareAsync"],[44,27,12,38,"hasHardwareAsync"],[44,28,12,38],[45,4,12,38],[45,11,12,38,"_hasHardwareAsync"],[45,28,12,38],[45,29,12,38,"apply"],[45,34,12,38],[45,41,12,38,"arguments"],[45,50,12,38],[46,2,12,38],[46,4,18,0],[47,2,19,0],[48,0,20,0],[49,0,21,0],[50,0,22,0],[51,0,23,0],[52,0,24,0],[53,0,25,0],[54,2,19,0],[54,11,19,0,"_hasHardwareAsync"],[54,29,19,0],[55,4,19,0,"_hasHardwareAsync"],[55,21,19,0],[55,28,19,0,"_asyncToGenerator"],[55,45,19,0],[55,46,19,0,"default"],[55,53,19,0],[55,55,12,7],[55,68,12,41],[56,6,13,4],[56,10,13,8],[56,11,13,9,"ExpoLocalAuthentication"],[56,34,13,32],[56,35,13,32,"default"],[56,42,13,32],[56,43,13,33,"hasHardwareAsync"],[56,59,13,49],[56,61,13,51],[57,8,14,8],[57,14,14,14],[57,18,14,18,"UnavailabilityError"],[57,34,14,37],[57,35,14,37,"UnavailabilityError"],[57,54,14,37],[57,55,14,38],[57,82,14,65],[57,84,14,67],[57,102,14,85],[57,103,14,86],[58,6,15,4],[59,6,16,4],[59,19,16,17,"ExpoLocalAuthentication"],[59,42,16,40],[59,43,16,40,"default"],[59,50,16,40],[59,51,16,41,"hasHardwareAsync"],[59,67,16,57],[59,68,16,58],[59,69,16,59],[60,4,17,0],[60,5,17,1],[61,4,17,1],[61,11,17,1,"_hasHardwareAsync"],[61,28,17,1],[61,29,17,1,"apply"],[61,34,17,1],[61,41,17,1,"arguments"],[61,50,17,1],[62,2,17,1],[63,2,17,1],[63,11,26,22,"supportedAuthenticationTypesAsync"],[63,44,26,55,"supportedAuthenticationTypesAsync"],[63,45,26,55],[64,4,26,55],[64,11,26,55,"_supportedAuthenticationTypesAsync"],[64,45,26,55],[64,46,26,55,"apply"],[64,51,26,55],[64,58,26,55,"arguments"],[64,67,26,55],[65,2,26,55],[65,4,32,0],[66,2,33,0],[67,0,34,0],[68,0,35,0],[69,0,36,0],[70,0,37,0],[71,2,33,0],[71,11,33,0,"_supportedAuthenticationTypesAsync"],[71,46,33,0],[72,4,33,0,"_supportedAuthenticationTypesAsync"],[72,38,33,0],[72,45,33,0,"_asyncToGenerator"],[72,62,33,0],[72,63,33,0,"default"],[72,70,33,0],[72,72,26,7],[72,85,26,58],[73,6,27,4],[73,10,27,8],[73,11,27,9,"ExpoLocalAuthentication"],[73,34,27,32],[73,35,27,32,"default"],[73,42,27,32],[73,43,27,33,"supportedAuthenticationTypesAsync"],[73,76,27,66],[73,78,27,68],[74,8,28,8],[74,14,28,14],[74,18,28,18,"UnavailabilityError"],[74,34,28,37],[74,35,28,37,"UnavailabilityError"],[74,54,28,37],[74,55,28,38],[74,82,28,65],[74,84,28,67],[74,119,28,102],[74,120,28,103],[75,6,29,4],[76,6,30,4],[76,19,30,17,"ExpoLocalAuthentication"],[76,42,30,40],[76,43,30,40,"default"],[76,50,30,40],[76,51,30,41,"supportedAuthenticationTypesAsync"],[76,84,30,74],[76,85,30,75],[76,86,30,76],[77,4,31,0],[77,5,31,1],[78,4,31,1],[78,11,31,1,"_supportedAuthenticationTypesAsync"],[78,45,31,1],[78,46,31,1,"apply"],[78,51,31,1],[78,58,31,1,"arguments"],[78,67,31,1],[79,2,31,1],[80,2,31,1],[80,11,38,22,"isEnrolledAsync"],[80,26,38,37,"isEnrolledAsync"],[80,27,38,37],[81,4,38,37],[81,11,38,37,"_isEnrolledAsync"],[81,27,38,37],[81,28,38,37,"apply"],[81,33,38,37],[81,40,38,37,"arguments"],[81,49,38,37],[82,2,38,37],[82,4,44,0],[83,2,45,0],[84,0,46,0],[85,0,47,0],[86,0,48,0],[87,0,49,0],[88,0,50,0],[89,0,51,0],[90,2,45,0],[90,11,45,0,"_isEnrolledAsync"],[90,28,45,0],[91,4,45,0,"_isEnrolledAsync"],[91,20,45,0],[91,27,45,0,"_asyncToGenerator"],[91,44,45,0],[91,45,45,0,"default"],[91,52,45,0],[91,54,38,7],[91,67,38,40],[92,6,39,4],[92,10,39,8],[92,11,39,9,"ExpoLocalAuthentication"],[92,34,39,32],[92,35,39,32,"default"],[92,42,39,32],[92,43,39,33,"isEnrolledAsync"],[92,58,39,48],[92,60,39,50],[93,8,40,8],[93,14,40,14],[93,18,40,18,"UnavailabilityError"],[93,34,40,37],[93,35,40,37,"UnavailabilityError"],[93,54,40,37],[93,55,40,38],[93,82,40,65],[93,84,40,67],[93,101,40,84],[93,102,40,85],[94,6,41,4],[95,6,42,4],[95,19,42,17,"ExpoLocalAuthentication"],[95,42,42,40],[95,43,42,40,"default"],[95,50,42,40],[95,51,42,41,"isEnrolledAsync"],[95,66,42,56],[95,67,42,57],[95,68,42,58],[96,4,43,0],[96,5,43,1],[97,4,43,1],[97,11,43,1,"_isEnrolledAsync"],[97,27,43,1],[97,28,43,1,"apply"],[97,33,43,1],[97,40,43,1,"arguments"],[97,49,43,1],[98,2,43,1],[99,2,43,1],[99,11,52,22,"getEnrolledLevelAsync"],[99,32,52,43,"getEnrolledLevelAsync"],[99,33,52,43],[100,4,52,43],[100,11,52,43,"_getEnrolledLevelAsync"],[100,33,52,43],[100,34,52,43,"apply"],[100,39,52,43],[100,46,52,43,"arguments"],[100,55,52,43],[101,2,52,43],[101,4,58,0],[102,2,59,0],[103,0,60,0],[104,0,61,0],[105,0,62,0],[106,0,63,0],[107,0,64,0],[108,0,65,0],[109,0,66,0],[110,0,67,0],[111,2,59,0],[111,11,59,0,"_getEnrolledLevelAsync"],[111,34,59,0],[112,4,59,0,"_getEnrolledLevelAsync"],[112,26,59,0],[112,33,59,0,"_asyncToGenerator"],[112,50,59,0],[112,51,59,0,"default"],[112,58,59,0],[112,60,52,7],[112,73,52,46],[113,6,53,4],[113,10,53,8],[113,11,53,9,"ExpoLocalAuthentication"],[113,34,53,32],[113,35,53,32,"default"],[113,42,53,32],[113,43,53,33,"getEnrolledLevelAsync"],[113,64,53,54],[113,66,53,56],[114,8,54,8],[114,14,54,14],[114,18,54,18,"UnavailabilityError"],[114,34,54,37],[114,35,54,37,"UnavailabilityError"],[114,54,54,37],[114,55,54,38],[114,82,54,65],[114,84,54,67],[114,107,54,90],[114,108,54,91],[115,6,55,4],[116,6,56,4],[116,19,56,17,"ExpoLocalAuthentication"],[116,42,56,40],[116,43,56,40,"default"],[116,50,56,40],[116,51,56,41,"getEnrolledLevelAsync"],[116,72,56,62],[116,73,56,63],[116,74,56,64],[117,4,57,0],[117,5,57,1],[118,4,57,1],[118,11,57,1,"_getEnrolledLevelAsync"],[118,33,57,1],[118,34,57,1,"apply"],[118,39,57,1],[118,46,57,1,"arguments"],[118,55,57,1],[119,2,57,1],[120,2,57,1],[120,11,68,22,"authenticateAsync"],[120,28,68,39,"authenticateAsync"],[120,29,68,39],[121,4,68,39],[121,11,68,39,"_authenticateAsync"],[121,29,68,39],[121,30,68,39,"apply"],[121,35,68,39],[121,42,68,39,"arguments"],[121,51,68,39],[122,2,68,39],[122,4,84,0],[123,2,85,0],[124,0,86,0],[125,0,87,0],[126,0,88,0],[127,2,85,0],[127,11,85,0,"_authenticateAsync"],[127,30,85,0],[128,4,85,0,"_authenticateAsync"],[128,22,85,0],[128,29,85,0,"_asyncToGenerator"],[128,46,85,0],[128,47,85,0,"default"],[128,54,85,0],[128,56,68,7],[128,69,68,54],[129,6,68,54],[129,10,68,40,"options"],[129,17,68,47],[129,20,68,47,"arguments"],[129,29,68,47],[129,30,68,47,"length"],[129,36,68,47],[129,44,68,47,"arguments"],[129,53,68,47],[129,61,68,47,"undefined"],[129,70,68,47],[129,73,68,47,"arguments"],[129,82,68,47],[129,88,68,50],[129,89,68,51],[129,90,68,52],[130,6,69,4],[130,10,69,8],[130,11,69,9,"ExpoLocalAuthentication"],[130,34,69,32],[130,35,69,32,"default"],[130,42,69,32],[130,43,69,33,"authenticateAsync"],[130,60,69,50],[130,62,69,52],[131,8,70,8],[131,14,70,14],[131,18,70,18,"UnavailabilityError"],[131,34,70,37],[131,35,70,37,"UnavailabilityError"],[131,54,70,37],[131,55,70,38],[131,82,70,65],[131,84,70,67],[131,103,70,86],[131,104,70,87],[132,6,71,4],[133,6,72,4],[133,10,72,8,"options"],[133,17,72,15],[133,18,72,16,"hasOwnProperty"],[133,32,72,30],[133,33,72,31],[133,48,72,46],[133,49,72,47],[133,51,72,49],[134,8,73,8],[134,12,73,8,"invariant"],[134,21,73,17],[134,22,73,17,"default"],[134,29,73,17],[134,31,73,18],[134,38,73,25,"options"],[134,45,73,32],[134,46,73,33,"promptMessage"],[134,59,73,46],[134,64,73,51],[134,72,73,59],[134,76,73,63,"options"],[134,83,73,70],[134,84,73,71,"promptMessage"],[134,97,73,84],[134,98,73,85,"length"],[134,104,73,91],[134,106,73,93],[134,199,73,186],[134,200,73,187],[135,6,74,4],[136,6,75,4],[136,10,75,10,"promptMessage"],[136,23,75,23],[136,26,75,26,"options"],[136,33,75,33],[136,34,75,34,"promptMessage"],[136,47,75,47],[136,51,75,51],[136,65,75,65],[137,6,76,4],[137,10,76,10,"cancelLabel"],[137,21,76,21],[137,24,76,24,"options"],[137,31,76,31],[137,32,76,32,"cancelLabel"],[137,43,76,43],[137,47,76,47],[137,55,76,55],[138,6,77,4],[138,10,77,10,"result"],[138,16,77,16],[138,25,77,25,"ExpoLocalAuthentication"],[138,48,77,48],[138,49,77,48,"default"],[138,56,77,48],[138,57,77,49,"authenticateAsync"],[138,74,77,66],[138,75,77,67],[139,8,78,8],[139,11,78,11,"options"],[139,18,78,18],[140,8,79,8,"promptMessage"],[140,21,79,21],[141,8,80,8,"cancelLabel"],[142,6,81,4],[142,7,81,5],[142,8,81,6],[143,6,82,4],[143,13,82,11,"result"],[143,19,82,17],[144,4,83,0],[144,5,83,1],[145,4,83,1],[145,11,83,1,"_authenticateAsync"],[145,29,83,1],[145,30,83,1,"apply"],[145,35,83,1],[145,42,83,1,"arguments"],[145,51,83,1],[146,2,83,1],[147,2,83,1],[147,11,89,22,"cancelAuthenticate"],[147,29,89,40,"cancelAuthenticate"],[147,30,89,40],[148,4,89,40],[148,11,89,40,"_cancelAuthenticate"],[148,30,89,40],[148,31,89,40,"apply"],[148,36,89,40],[148,43,89,40,"arguments"],[148,52,89,40],[149,2,89,40],[150,2,89,40],[150,11,89,40,"_cancelAuthenticate"],[150,31,89,40],[151,4,89,40,"_cancelAuthenticate"],[151,23,89,40],[151,30,89,40,"_asyncToGenerator"],[151,47,89,40],[151,48,89,40,"default"],[151,55,89,40],[151,57,89,7],[151,70,89,43],[152,6,90,4],[152,10,90,8],[152,11,90,9,"ExpoLocalAuthentication"],[152,34,90,32],[152,35,90,32,"default"],[152,42,90,32],[152,43,90,33,"cancelAuthenticate"],[152,61,90,51],[152,63,90,53],[153,8,91,8],[153,14,91,14],[153,18,91,18,"UnavailabilityError"],[153,34,91,37],[153,35,91,37,"UnavailabilityError"],[153,54,91,37],[153,55,91,38],[153,82,91,65],[153,84,91,67],[153,104,91,87],[153,105,91,88],[154,6,92,4],[155,6,93,4],[155,12,93,10,"ExpoLocalAuthentication"],[155,35,93,33],[155,36,93,33,"default"],[155,43,93,33],[155,44,93,34,"cancelAuthenticate"],[155,62,93,52],[155,63,93,53],[155,64,93,54],[156,4,94,0],[156,5,94,1],[157,4,94,1],[157,11,94,1,"_cancelAuthenticate"],[157,30,94,1],[157,31,94,1,"apply"],[157,36,94,1],[157,43,94,1,"arguments"],[157,52,94,1],[158,2,94,1],[159,0,94,1],[159,3]],"functionMap":{"names":["","hasHardwareAsync","supportedAuthenticationTypesAsync","isEnrolledAsync","getEnrolledLevelAsync","authenticateAsync","cancelAuthenticate"],"mappings":"AAA;OCW;CDK;OES;CFK;OGO;CHK;OIS;CJK;OKW;CLe;OMM;CNK"},"hasCjsExports":false},"type":"js/module"}]} \ No newline at end of file diff --git a/frontend/.metro-cache/cache/33/4efbe1fadc98908f3753c425887a123909ca8ee733f000f47e8d99acd8177874f509a5 b/frontend/.metro-cache/cache/33/4efbe1fadc98908f3753c425887a123909ca8ee733f000f47e8d99acd8177874f509a5 new file mode 100644 index 00000000..2eecf0ab --- /dev/null +++ b/frontend/.metro-cache/cache/33/4efbe1fadc98908f3753c425887a123909ca8ee733f000f47e8d99acd8177874f509a5 @@ -0,0 +1 @@ +{"dependencies":[{"name":"@babel/runtime/helpers/asyncToGenerator","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"YisBBiy2Xm9DEVdFebZ2nbgAHBo=","exportNames":["*"],"imports":1}},{"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":41,"index":41}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react-native","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":42},"end":{"line":10,"column":22,"index":156}}],"key":"KyzuX10g6ixS9UfynhmjlvCIG3g=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":11,"column":0,"index":157},"end":{"line":11,"column":46,"index":203}}],"key":"ow7vkrqkIckRjlSi/+MhMmRYtUE=","exportNames":["*"],"imports":1}},{"name":"react-native-safe-area-context","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":12,"column":0,"index":204},"end":{"line":12,"column":67,"index":271}}],"key":"XjdTKvCUWX6CbQzg5fSDHG/WgHk=","exportNames":["*"],"imports":1}},{"name":"../contexts/AuthContext","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0,"index":272},"end":{"line":13,"column":50,"index":322}}],"key":"oNCgyH4yx4pAIVZXLqqRGB2kuCY=","exportNames":["*"],"imports":1}},{"name":"expo-local-authentication","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":14,"column":0,"index":323},"end":{"line":14,"column":65,"index":388}}],"key":"XtWhUDJAsjsPYmsPbazqQX44aUU=","exportNames":["*"],"imports":1}},{"name":"expo-secure-store","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":15,"column":0,"index":389},"end":{"line":15,"column":49,"index":438}}],"key":"BU2XtfznZ4PiVldqd/oueHCCaLo=","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/SettingsScreen.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 function _interopNamespace(e) {\n if (e && e.__esModule) return e;\n var n = {};\n if (e) Object.keys(e).forEach(function (k) {\n var d = Object.getOwnPropertyDescriptor(e, k);\n Object.defineProperty(n, k, d.get ? d : {\n enumerable: true,\n get: function () {\n return e[k];\n }\n });\n });\n n.default = e;\n return n;\n }\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return SettingsScreen;\n }\n });\n var _babelRuntimeHelpersAsyncToGenerator = require(_dependencyMap[0], \"@babel/runtime/helpers/asyncToGenerator\");\n var _asyncToGenerator = _interopDefault(_babelRuntimeHelpersAsyncToGenerator);\n var _babelRuntimeHelpersSlicedToArray = require(_dependencyMap[1], \"@babel/runtime/helpers/slicedToArray\");\n var _slicedToArray = _interopDefault(_babelRuntimeHelpersSlicedToArray);\n var _react = require(_dependencyMap[2], \"react\");\n var React = _interopDefault(_react);\n var _reactNative = require(_dependencyMap[3], \"react-native\");\n var _expoVectorIcons = require(_dependencyMap[4], \"@expo/vector-icons\");\n var _reactNativeSafeAreaContext = require(_dependencyMap[5], \"react-native-safe-area-context\");\n var _contextsAuthContext = require(_dependencyMap[6], \"../contexts/AuthContext\");\n var _expoLocalAuthentication = require(_dependencyMap[7], \"expo-local-authentication\");\n var LocalAuthentication = _interopNamespace(_expoLocalAuthentication);\n var _expoSecureStore = require(_dependencyMap[8], \"expo-secure-store\");\n var SecureStore = _interopNamespace(_expoSecureStore);\n var _reactJsxDevRuntime = require(_dependencyMap[9], \"react/jsx-dev-runtime\");\n function SettingsScreen(_ref) {\n _s();\n var navigation = _ref.navigation;\n var insets = (0, _reactNativeSafeAreaContext.useSafeAreaInsets)();\n var _useAuth = (0, _contextsAuthContext.useAuth)(),\n user = _useAuth.user,\n signOut = _useAuth.signOut;\n var _React$useState = React.default.useState(false),\n _React$useState2 = (0, _slicedToArray.default)(_React$useState, 2),\n biometricsEnabled = _React$useState2[0],\n setBiometricsEnabled = _React$useState2[1];\n var _React$useState3 = React.default.useState(true),\n _React$useState4 = (0, _slicedToArray.default)(_React$useState3, 2),\n notificationsEnabled = _React$useState4[0],\n setNotificationsEnabled = _React$useState4[1];\n var _React$useState5 = React.default.useState(false),\n _React$useState6 = (0, _slicedToArray.default)(_React$useState5, 2),\n biometricAvailable = _React$useState6[0],\n setBiometricAvailable = _React$useState6[1];\n (0, _react.useEffect)(() => {\n checkBiometricAvailability();\n loadBiometricSetting();\n }, []);\n var checkBiometricAvailability = /*#__PURE__*/function () {\n var _ref2 = (0, _asyncToGenerator.default)(function* () {\n var compatible = yield LocalAuthentication.hasHardwareAsync();\n var enrolled = yield LocalAuthentication.isEnrolledAsync();\n setBiometricAvailable(compatible && enrolled);\n });\n return function checkBiometricAvailability() {\n return _ref2.apply(this, arguments);\n };\n }();\n var loadBiometricSetting = /*#__PURE__*/function () {\n var _ref3 = (0, _asyncToGenerator.default)(function* () {\n var enabled = yield SecureStore.getItemAsync('biometricEnabled');\n setBiometricsEnabled(enabled === 'true');\n });\n return function loadBiometricSetting() {\n return _ref3.apply(this, arguments);\n };\n }();\n var toggleBiometrics = /*#__PURE__*/function () {\n var _ref4 = (0, _asyncToGenerator.default)(function* (value) {\n if (value) {\n var result = yield LocalAuthentication.authenticateAsync({\n promptMessage: 'Authenticate to enable biometrics'\n });\n if (result.success) {\n yield SecureStore.setItemAsync('biometricEnabled', 'true');\n setBiometricsEnabled(true);\n _reactNative.Alert.alert('Success', 'Biometric authentication enabled');\n } else {\n _reactNative.Alert.alert('Failed', 'Biometric authentication failed');\n }\n } else {\n yield SecureStore.setItemAsync('biometricEnabled', 'false');\n setBiometricsEnabled(false);\n _reactNative.Alert.alert('Success', 'Biometric authentication disabled');\n }\n });\n return function toggleBiometrics(_x) {\n return _ref4.apply(this, arguments);\n };\n }();\n var handleSignOut = /*#__PURE__*/function () {\n var _ref5 = (0, _asyncToGenerator.default)(function* () {\n yield signOut();\n navigation.replace('Language');\n });\n return function handleSignOut() {\n return _ref5.apply(this, arguments);\n };\n }();\n var SettingSection = _ref6 => {\n var title = _ref6.title,\n children = _ref6.children;\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.sectionTitle,\n children: title\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 67,\n columnNumber: 7\n }, this), children]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 66,\n columnNumber: 5\n }, this);\n };\n var SettingItem = _ref7 => {\n var icon = _ref7.icon,\n title = _ref7.title,\n subtitle = _ref7.subtitle,\n onPress = _ref7.onPress,\n rightElement = _ref7.rightElement;\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.settingItem,\n onPress: onPress,\n disabled: !onPress,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.settingItemLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.iconContainer,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: icon,\n size: 20,\n color: \"#EE2A35\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 76,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 75,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.settingItemContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.settingItemTitle,\n children: title\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 79,\n columnNumber: 11\n }, this), subtitle && /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.settingItemSubtitle,\n children: subtitle\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 80,\n columnNumber: 24\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 78,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 74,\n columnNumber: 7\n }, this), rightElement || /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"chevron-forward\",\n size: 20,\n color: \"#9CA3AF\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 83,\n columnNumber: 24\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 73,\n columnNumber: 5\n }, this);\n };\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: [styles.container, {\n paddingTop: insets.top\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.header,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n onPress: () => navigation.goBack(),\n style: styles.backButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"arrow-back\",\n size: 24,\n color: \"#1F2937\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 92,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 91,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.headerTitle,\n children: \"Settings\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 94,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: {\n width: 40\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 95,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 90,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.ScrollView, {\n contentContainerStyle: styles.scrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(SettingSection, {\n title: \"Profile\",\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(SettingItem, {\n icon: \"person\",\n title: \"Edit Profile\",\n subtitle: user?.email || 'Update your information',\n onPress: () => navigation.navigate('EditProfile')\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 101,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(SettingItem, {\n icon: \"wallet\",\n title: \"Wallet Address\",\n subtitle: \"5GgTgG9sRm...ioki45\",\n onPress: () => {}\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 107,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 100,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(SettingSection, {\n title: \"Security\",\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(SettingItem, {\n icon: \"finger-print\",\n title: \"Biometric Authentication\",\n subtitle: biometricAvailable ? 'Use fingerprint or Face ID' : 'Not available on this device',\n rightElement: biometricAvailable ? /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Switch, {\n value: biometricsEnabled,\n onValueChange: toggleBiometrics,\n trackColor: {\n false: '#E5E7EB',\n true: '#EE2A3580'\n },\n thumbColor: biometricsEnabled ? '#EE2A35' : '#F3F4F6'\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 123,\n columnNumber: 17\n }, this) : undefined\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 117,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(SettingItem, {\n icon: \"key\",\n title: \"Change Password\",\n subtitle: \"Update your password\",\n onPress: () => navigation.navigate('ChangePassword')\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 132,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(SettingItem, {\n icon: \"shield-checkmark\",\n title: \"Two-Factor Authentication\",\n subtitle: \"Add extra security\",\n onPress: () => _reactNative.Alert.alert('Coming Soon', '2FA feature will be available in the next update')\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 138,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 116,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(SettingSection, {\n title: \"Preferences\",\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(SettingItem, {\n icon: \"notifications\",\n title: \"Push Notifications\",\n subtitle: \"Receive alerts and updates\",\n rightElement: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Switch, {\n value: notificationsEnabled,\n onValueChange: setNotificationsEnabled,\n trackColor: {\n false: '#E5E7EB',\n true: '#EE2A3580'\n },\n thumbColor: notificationsEnabled ? '#EE2A35' : '#F3F4F6'\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 153,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 148,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(SettingItem, {\n icon: \"language\",\n title: \"Language\",\n subtitle: \"English\",\n onPress: () => navigation.navigate('Language')\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 161,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(SettingItem, {\n icon: \"moon\",\n title: \"Dark Mode\",\n subtitle: \"Coming soon\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 167,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 147,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(SettingSection, {\n title: \"About\",\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(SettingItem, {\n icon: \"information-circle\",\n title: \"Version\",\n subtitle: \"1.0.0\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 176,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(SettingItem, {\n icon: \"document-text\",\n title: \"Terms of Service\",\n onPress: () => navigation.navigate('Terms')\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 177,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(SettingItem, {\n icon: \"shield\",\n title: \"Privacy Policy\",\n onPress: () => navigation.navigate('Privacy')\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 178,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(SettingItem, {\n icon: \"help-circle\",\n title: \"Help & Support\",\n onPress: () => navigation.navigate('Help')\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 179,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 175,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.signOutButton,\n onPress: handleSignOut,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"log-out-outline\",\n size: 20,\n color: \"#EF4444\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 184,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.signOutText,\n children: \"Sign Out\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 185,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 183,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 98,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 88,\n columnNumber: 5\n }, this);\n }\n _s(SettingsScreen, \"/oaahojnn6khdfZHfQch8zkWA4w=\", false, function () {\n return [_reactNativeSafeAreaContext.useSafeAreaInsets, _contextsAuthContext.useAuth];\n });\n _c = SettingsScreen;\n var styles = _reactNative.StyleSheet.create({\n container: {\n flex: 1,\n backgroundColor: '#F8F9FA'\n },\n header: {\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'space-between',\n paddingHorizontal: 16,\n paddingVertical: 16,\n backgroundColor: '#FFF',\n borderBottomWidth: 1,\n borderBottomColor: '#E5E7EB'\n },\n backButton: {\n width: 40,\n height: 40,\n borderRadius: 20,\n backgroundColor: '#F3F4F6',\n alignItems: 'center',\n justifyContent: 'center'\n },\n headerTitle: {\n fontSize: 18,\n fontWeight: '700',\n color: '#1F2937'\n },\n scrollContent: {\n padding: 16,\n paddingBottom: 80\n },\n section: {\n marginBottom: 24\n },\n sectionTitle: {\n fontSize: 14,\n fontWeight: '600',\n color: '#6B7280',\n marginBottom: 12,\n paddingHorizontal: 4,\n textTransform: 'uppercase',\n letterSpacing: 0.5\n },\n settingItem: {\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'space-between',\n backgroundColor: '#FFF',\n padding: 16,\n borderRadius: 12,\n marginBottom: 8,\n shadowColor: '#000',\n shadowOffset: {\n width: 0,\n height: 1\n },\n shadowOpacity: 0.05,\n shadowRadius: 4,\n elevation: 2\n },\n settingItemLeft: {\n flexDirection: 'row',\n alignItems: 'center',\n flex: 1\n },\n iconContainer: {\n width: 40,\n height: 40,\n borderRadius: 20,\n backgroundColor: '#FEE2E2',\n alignItems: 'center',\n justifyContent: 'center',\n marginRight: 12\n },\n settingItemContent: {\n flex: 1\n },\n settingItemTitle: {\n fontSize: 16,\n fontWeight: '600',\n color: '#1F2937',\n marginBottom: 2\n },\n settingItemSubtitle: {\n fontSize: 14,\n color: '#6B7280'\n },\n signOutButton: {\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'center',\n backgroundColor: '#FEE2E2',\n padding: 16,\n borderRadius: 12,\n marginTop: 8\n },\n signOutText: {\n fontSize: 16,\n fontWeight: '600',\n color: '#EF4444',\n marginLeft: 8\n }\n });\n var _c;\n $RefreshReg$(_c, \"SettingsScreen\");\n});","lineCount":555,"map":[[29,2,17,15,"Object"],[29,8,17,15],[29,9,17,15,"defineProperty"],[29,23,17,15],[29,24,17,15,"exports"],[29,31,17,15],[30,4,17,15,"enumerable"],[30,14,17,15],[31,4,17,15,"get"],[31,7,17,15],[31,18,17,15,"get"],[31,19,17,15],[32,6,17,15],[32,13,17,15,"SettingsScreen"],[32,27,17,15],[33,4,17,15],[34,2,17,15],[35,2,190,1],[35,6,190,1,"_babelRuntimeHelpersAsyncToGenerator"],[35,42,190,1],[35,45,190,1,"require"],[35,52,190,1],[35,53,190,1,"_dependencyMap"],[35,67,190,1],[36,2,190,1],[36,6,190,1,"_asyncToGenerator"],[36,23,190,1],[36,26,190,1,"_interopDefault"],[36,41,190,1],[36,42,190,1,"_babelRuntimeHelpersAsyncToGenerator"],[36,78,190,1],[37,2,190,1],[37,6,190,1,"_babelRuntimeHelpersSlicedToArray"],[37,39,190,1],[37,42,190,1,"require"],[37,49,190,1],[37,50,190,1,"_dependencyMap"],[37,64,190,1],[38,2,190,1],[38,6,190,1,"_slicedToArray"],[38,20,190,1],[38,23,190,1,"_interopDefault"],[38,38,190,1],[38,39,190,1,"_babelRuntimeHelpersSlicedToArray"],[38,72,190,1],[39,2,1,0],[39,6,1,0,"_react"],[39,12,1,0],[39,15,1,0,"require"],[39,22,1,0],[39,23,1,0,"_dependencyMap"],[39,37,1,0],[40,2,1,0],[40,6,1,0,"React"],[40,11,1,0],[40,14,1,0,"_interopDefault"],[40,29,1,0],[40,30,1,0,"_react"],[40,36,1,0],[41,2,2,0],[41,6,2,0,"_reactNative"],[41,18,2,0],[41,21,2,0,"require"],[41,28,2,0],[41,29,2,0,"_dependencyMap"],[41,43,2,0],[42,2,11,0],[42,6,11,0,"_expoVectorIcons"],[42,22,11,0],[42,25,11,0,"require"],[42,32,11,0],[42,33,11,0,"_dependencyMap"],[42,47,11,0],[43,2,12,0],[43,6,12,0,"_reactNativeSafeAreaContext"],[43,33,12,0],[43,36,12,0,"require"],[43,43,12,0],[43,44,12,0,"_dependencyMap"],[43,58,12,0],[44,2,13,0],[44,6,13,0,"_contextsAuthContext"],[44,26,13,0],[44,29,13,0,"require"],[44,36,13,0],[44,37,13,0,"_dependencyMap"],[44,51,13,0],[45,2,14,0],[45,6,14,0,"_expoLocalAuthentication"],[45,30,14,0],[45,33,14,0,"require"],[45,40,14,0],[45,41,14,0,"_dependencyMap"],[45,55,14,0],[46,2,14,0],[46,6,14,0,"LocalAuthentication"],[46,25,14,0],[46,28,14,0,"_interopNamespace"],[46,45,14,0],[46,46,14,0,"_expoLocalAuthentication"],[46,70,14,0],[47,2,15,0],[47,6,15,0,"_expoSecureStore"],[47,22,15,0],[47,25,15,0,"require"],[47,32,15,0],[47,33,15,0,"_dependencyMap"],[47,47,15,0],[48,2,15,0],[48,6,15,0,"SecureStore"],[48,17,15,0],[48,20,15,0,"_interopNamespace"],[48,37,15,0],[48,38,15,0,"_expoSecureStore"],[48,54,15,0],[49,2,15,49],[49,6,15,49,"_reactJsxDevRuntime"],[49,25,15,49],[49,28,15,49,"require"],[49,35,15,49],[49,36,15,49,"_dependencyMap"],[49,50,15,49],[50,2,17,15],[50,11,17,24,"SettingsScreen"],[50,25,17,38,"SettingsScreen"],[50,26,17,38,"_ref"],[50,30,17,38],[50,32,17,60],[51,4,17,60,"_s"],[51,6,17,60],[52,4,17,60],[52,8,17,41,"navigation"],[52,18,17,51],[52,21,17,51,"_ref"],[52,25,17,51],[52,26,17,41,"navigation"],[52,36,17,51],[53,4,18,2],[53,8,18,8,"insets"],[53,14,18,14],[53,17,18,17],[53,21,18,17,"useSafeAreaInsets"],[53,48,18,34],[53,49,18,34,"useSafeAreaInsets"],[53,66,18,34],[53,68,18,35],[53,69,18,36],[54,4,19,2],[54,8,19,2,"_useAuth"],[54,16,19,2],[54,19,19,28],[54,23,19,28,"useAuth"],[54,43,19,35],[54,44,19,35,"useAuth"],[54,51,19,35],[54,53,19,36],[54,54,19,37],[55,6,19,10,"user"],[55,10,19,14],[55,13,19,14,"_useAuth"],[55,21,19,14],[55,22,19,10,"user"],[55,26,19,14],[56,6,19,16,"signOut"],[56,13,19,23],[56,16,19,23,"_useAuth"],[56,24,19,23],[56,25,19,16,"signOut"],[56,32,19,23],[57,4,20,2],[57,8,20,2,"_React$useState"],[57,23,20,2],[57,26,20,52,"React"],[57,31,20,57],[57,32,20,57,"default"],[57,39,20,57],[57,40,20,58,"useState"],[57,48,20,66],[57,49,20,67],[57,54,20,72],[57,55,20,73],[58,6,20,73,"_React$useState2"],[58,22,20,73],[58,29,20,73,"_slicedToArray"],[58,43,20,73],[58,44,20,73,"default"],[58,51,20,73],[58,53,20,73,"_React$useState"],[58,68,20,73],[59,6,20,9,"biometricsEnabled"],[59,23,20,26],[59,26,20,26,"_React$useState2"],[59,42,20,26],[60,6,20,28,"setBiometricsEnabled"],[60,26,20,48],[60,29,20,48,"_React$useState2"],[60,45,20,48],[61,4,21,2],[61,8,21,2,"_React$useState3"],[61,24,21,2],[61,27,21,58,"React"],[61,32,21,63],[61,33,21,63,"default"],[61,40,21,63],[61,41,21,64,"useState"],[61,49,21,72],[61,50,21,73],[61,54,21,77],[61,55,21,78],[62,6,21,78,"_React$useState4"],[62,22,21,78],[62,29,21,78,"_slicedToArray"],[62,43,21,78],[62,44,21,78,"default"],[62,51,21,78],[62,53,21,78,"_React$useState3"],[62,69,21,78],[63,6,21,9,"notificationsEnabled"],[63,26,21,29],[63,29,21,29,"_React$useState4"],[63,45,21,29],[64,6,21,31,"setNotificationsEnabled"],[64,29,21,54],[64,32,21,54,"_React$useState4"],[64,48,21,54],[65,4,22,2],[65,8,22,2,"_React$useState5"],[65,24,22,2],[65,27,22,54,"React"],[65,32,22,59],[65,33,22,59,"default"],[65,40,22,59],[65,41,22,60,"useState"],[65,49,22,68],[65,50,22,69],[65,55,22,74],[65,56,22,75],[66,6,22,75,"_React$useState6"],[66,22,22,75],[66,29,22,75,"_slicedToArray"],[66,43,22,75],[66,44,22,75,"default"],[66,51,22,75],[66,53,22,75,"_React$useState5"],[66,69,22,75],[67,6,22,9,"biometricAvailable"],[67,24,22,27],[67,27,22,27,"_React$useState6"],[67,43,22,27],[68,6,22,29,"setBiometricAvailable"],[68,27,22,50],[68,30,22,50,"_React$useState6"],[68,46,22,50],[69,4,24,2],[69,8,24,2,"useEffect"],[69,14,24,11],[69,15,24,11,"useEffect"],[69,24,24,11],[69,26,24,12],[69,32,24,18],[70,6,25,4,"checkBiometricAvailability"],[70,32,25,30],[70,33,25,31],[70,34,25,32],[71,6,26,4,"loadBiometricSetting"],[71,26,26,24],[71,27,26,25],[71,28,26,26],[72,4,27,2],[72,5,27,3],[72,7,27,5],[72,9,27,7],[72,10,27,8],[73,4,29,2],[73,8,29,8,"checkBiometricAvailability"],[73,34,29,34],[74,6,29,34],[74,10,29,34,"_ref2"],[74,15,29,34],[74,22,29,34,"_asyncToGenerator"],[74,39,29,34],[74,40,29,34,"default"],[74,47,29,34],[74,49,29,37],[74,62,29,49],[75,8,30,4],[75,12,30,10,"compatible"],[75,22,30,20],[75,31,30,29,"LocalAuthentication"],[75,50,30,48],[75,51,30,49,"hasHardwareAsync"],[75,67,30,65],[75,68,30,66],[75,69,30,67],[76,8,31,4],[76,12,31,10,"enrolled"],[76,20,31,18],[76,29,31,27,"LocalAuthentication"],[76,48,31,46],[76,49,31,47,"isEnrolledAsync"],[76,64,31,62],[76,65,31,63],[76,66,31,64],[77,8,32,4,"setBiometricAvailable"],[77,29,32,25],[77,30,32,26,"compatible"],[77,40,32,36],[77,44,32,40,"enrolled"],[77,52,32,48],[77,53,32,49],[78,6,33,2],[78,7,33,3],[79,6,33,3],[79,22,29,8,"checkBiometricAvailability"],[79,48,29,34,"checkBiometricAvailability"],[79,49,29,34],[80,8,29,34],[80,15,29,34,"_ref2"],[80,20,29,34],[80,21,29,34,"apply"],[80,26,29,34],[80,33,29,34,"arguments"],[80,42,29,34],[81,6,29,34],[82,4,29,34],[82,7,33,3],[83,4,35,2],[83,8,35,8,"loadBiometricSetting"],[83,28,35,28],[84,6,35,28],[84,10,35,28,"_ref3"],[84,15,35,28],[84,22,35,28,"_asyncToGenerator"],[84,39,35,28],[84,40,35,28,"default"],[84,47,35,28],[84,49,35,31],[84,62,35,43],[85,8,36,4],[85,12,36,10,"enabled"],[85,19,36,17],[85,28,36,26,"SecureStore"],[85,39,36,37],[85,40,36,38,"getItemAsync"],[85,52,36,50],[85,53,36,51],[85,71,36,69],[85,72,36,70],[86,8,37,4,"setBiometricsEnabled"],[86,28,37,24],[86,29,37,25,"enabled"],[86,36,37,32],[86,41,37,37],[86,47,37,43],[86,48,37,44],[87,6,38,2],[87,7,38,3],[88,6,38,3],[88,22,35,8,"loadBiometricSetting"],[88,42,35,28,"loadBiometricSetting"],[88,43,35,28],[89,8,35,28],[89,15,35,28,"_ref3"],[89,20,35,28],[89,21,35,28,"apply"],[89,26,35,28],[89,33,35,28,"arguments"],[89,42,35,28],[90,6,35,28],[91,4,35,28],[91,7,38,3],[92,4,40,2],[92,8,40,8,"toggleBiometrics"],[92,24,40,24],[93,6,40,24],[93,10,40,24,"_ref4"],[93,15,40,24],[93,22,40,24,"_asyncToGenerator"],[93,39,40,24],[93,40,40,24,"default"],[93,47,40,24],[93,49,40,27],[93,60,40,34,"value"],[93,65,40,48],[93,67,40,53],[94,8,41,4],[94,12,41,8,"value"],[94,17,41,13],[94,19,41,15],[95,10,42,6],[95,14,42,12,"result"],[95,20,42,18],[95,29,42,27,"LocalAuthentication"],[95,48,42,46],[95,49,42,47,"authenticateAsync"],[95,66,42,64],[95,67,42,65],[96,12,43,8,"promptMessage"],[96,25,43,21],[96,27,43,23],[97,10,44,6],[97,11,44,7],[97,12,44,8],[98,10,46,6],[98,14,46,10,"result"],[98,20,46,16],[98,21,46,17,"success"],[98,28,46,24],[98,30,46,26],[99,12,47,8],[99,18,47,14,"SecureStore"],[99,29,47,25],[99,30,47,26,"setItemAsync"],[99,42,47,38],[99,43,47,39],[99,61,47,57],[99,63,47,59],[99,69,47,65],[99,70,47,66],[100,12,48,8,"setBiometricsEnabled"],[100,32,48,28],[100,33,48,29],[100,37,48,33],[100,38,48,34],[101,12,49,8,"Alert"],[101,24,49,13],[101,25,49,13,"Alert"],[101,30,49,13],[101,31,49,14,"alert"],[101,36,49,19],[101,37,49,20],[101,46,49,29],[101,48,49,31],[101,82,49,65],[101,83,49,66],[102,10,50,6],[102,11,50,7],[102,17,50,13],[103,12,51,8,"Alert"],[103,24,51,13],[103,25,51,13,"Alert"],[103,30,51,13],[103,31,51,14,"alert"],[103,36,51,19],[103,37,51,20],[103,45,51,28],[103,47,51,30],[103,80,51,63],[103,81,51,64],[104,10,52,6],[105,8,53,4],[105,9,53,5],[105,15,53,11],[106,10,54,6],[106,16,54,12,"SecureStore"],[106,27,54,23],[106,28,54,24,"setItemAsync"],[106,40,54,36],[106,41,54,37],[106,59,54,55],[106,61,54,57],[106,68,54,64],[106,69,54,65],[107,10,55,6,"setBiometricsEnabled"],[107,30,55,26],[107,31,55,27],[107,36,55,32],[107,37,55,33],[108,10,56,6,"Alert"],[108,22,56,11],[108,23,56,11,"Alert"],[108,28,56,11],[108,29,56,12,"alert"],[108,34,56,17],[108,35,56,18],[108,44,56,27],[108,46,56,29],[108,81,56,64],[108,82,56,65],[109,8,57,4],[110,6,58,2],[110,7,58,3],[111,6,58,3],[111,22,40,8,"toggleBiometrics"],[111,38,40,24,"toggleBiometrics"],[111,39,40,24,"_x"],[111,41,40,24],[112,8,40,24],[112,15,40,24,"_ref4"],[112,20,40,24],[112,21,40,24,"apply"],[112,26,40,24],[112,33,40,24,"arguments"],[112,42,40,24],[113,6,40,24],[114,4,40,24],[114,7,58,3],[115,4,60,2],[115,8,60,8,"handleSignOut"],[115,21,60,21],[116,6,60,21],[116,10,60,21,"_ref5"],[116,15,60,21],[116,22,60,21,"_asyncToGenerator"],[116,39,60,21],[116,40,60,21,"default"],[116,47,60,21],[116,49,60,24],[116,62,60,36],[117,8,61,4],[117,14,61,10,"signOut"],[117,21,61,17],[117,22,61,18],[117,23,61,19],[118,8,62,4,"navigation"],[118,18,62,14],[118,19,62,15,"replace"],[118,26,62,22],[118,27,62,23],[118,37,62,33],[118,38,62,34],[119,6,63,2],[119,7,63,3],[120,6,63,3],[120,22,60,8,"handleSignOut"],[120,35,60,21,"handleSignOut"],[120,36,60,21],[121,8,60,21],[121,15,60,21,"_ref5"],[121,20,60,21],[121,21,60,21,"apply"],[121,26,60,21],[121,33,60,21,"arguments"],[121,42,60,21],[122,6,60,21],[123,4,60,21],[123,7,63,3],[124,4,65,2],[124,8,65,8,"SettingSection"],[124,22,65,22],[124,25,65,25,"_ref6"],[124,30,65,25],[125,6,65,25],[125,10,65,28,"title"],[125,15,65,33],[125,18,65,33,"_ref6"],[125,23,65,33],[125,24,65,28,"title"],[125,29,65,33],[126,8,65,35,"children"],[126,16,65,43],[126,19,65,43,"_ref6"],[126,24,65,43],[126,25,65,35,"children"],[126,33,65,43],[127,6,65,43],[127,26,66,4],[127,30,66,4,"_reactJsxDevRuntime"],[127,49,66,4],[127,50,66,4,"jsxDEV"],[127,56,66,4],[127,58,66,5,"_reactNative"],[127,70,66,9],[127,71,66,9,"View"],[127,75,66,9],[128,8,66,10,"style"],[128,13,66,15],[128,15,66,17,"styles"],[128,21,66,23],[128,22,66,24,"section"],[128,29,66,32],[129,8,66,32,"children"],[129,16,66,32],[129,32,67,6],[129,36,67,6,"_reactJsxDevRuntime"],[129,55,67,6],[129,56,67,6,"jsxDEV"],[129,62,67,6],[129,64,67,7,"_reactNative"],[129,76,67,11],[129,77,67,11,"Text"],[129,81,67,11],[130,10,67,12,"style"],[130,15,67,17],[130,17,67,19,"styles"],[130,23,67,25],[130,24,67,26,"sectionTitle"],[130,36,67,39],[131,10,67,39,"children"],[131,18,67,39],[131,20,67,41,"title"],[132,8,67,46],[133,10,67,46,"fileName"],[133,18,67,46],[133,20,67,46,"_jsxFileName"],[133,32,67,46],[134,10,67,46,"lineNumber"],[134,20,67,46],[135,10,67,46,"columnNumber"],[135,22,67,46],[136,8,67,46],[136,15,67,53],[136,16,67,54],[136,18,68,7,"children"],[136,26,68,15],[137,6,68,15],[138,8,68,15,"fileName"],[138,16,68,15],[138,18,68,15,"_jsxFileName"],[138,30,68,15],[139,8,68,15,"lineNumber"],[139,18,68,15],[140,8,68,15,"columnNumber"],[140,20,68,15],[141,6,68,15],[141,13,69,10],[141,14,69,11],[142,4,69,11],[142,5,70,3],[143,4,72,2],[143,8,72,8,"SettingItem"],[143,19,72,19],[143,22,72,22,"_ref7"],[143,27,72,22],[144,6,72,22],[144,10,72,25,"icon"],[144,14,72,29],[144,17,72,29,"_ref7"],[144,22,72,29],[144,23,72,25,"icon"],[144,27,72,29],[145,8,72,31,"title"],[145,13,72,36],[145,16,72,36,"_ref7"],[145,21,72,36],[145,22,72,31,"title"],[145,27,72,36],[146,8,72,38,"subtitle"],[146,16,72,46],[146,19,72,46,"_ref7"],[146,24,72,46],[146,25,72,38,"subtitle"],[146,33,72,46],[147,8,72,48,"onPress"],[147,15,72,55],[147,18,72,55,"_ref7"],[147,23,72,55],[147,24,72,48,"onPress"],[147,31,72,55],[148,8,72,57,"rightElement"],[148,20,72,69],[148,23,72,69,"_ref7"],[148,28,72,69],[148,29,72,57,"rightElement"],[148,41,72,69],[149,6,72,69],[149,26,73,4],[149,30,73,4,"_reactJsxDevRuntime"],[149,49,73,4],[149,50,73,4,"jsxDEV"],[149,56,73,4],[149,58,73,5,"_reactNative"],[149,70,73,21],[149,71,73,21,"TouchableOpacity"],[149,87,73,21],[150,8,73,22,"style"],[150,13,73,27],[150,15,73,29,"styles"],[150,21,73,35],[150,22,73,36,"settingItem"],[150,33,73,48],[151,8,73,49,"onPress"],[151,15,73,56],[151,17,73,58,"onPress"],[151,24,73,66],[152,8,73,67,"disabled"],[152,16,73,75],[152,18,73,77],[152,19,73,78,"onPress"],[152,26,73,86],[153,8,73,86,"children"],[153,16,73,86],[153,32,74,6],[153,36,74,6,"_reactJsxDevRuntime"],[153,55,74,6],[153,56,74,6,"jsxDEV"],[153,62,74,6],[153,64,74,7,"_reactNative"],[153,76,74,11],[153,77,74,11,"View"],[153,81,74,11],[154,10,74,12,"style"],[154,15,74,17],[154,17,74,19,"styles"],[154,23,74,25],[154,24,74,26,"settingItemLeft"],[154,39,74,42],[155,10,74,42,"children"],[155,18,74,42],[155,34,75,8],[155,38,75,8,"_reactJsxDevRuntime"],[155,57,75,8],[155,58,75,8,"jsxDEV"],[155,64,75,8],[155,66,75,9,"_reactNative"],[155,78,75,13],[155,79,75,13,"View"],[155,83,75,13],[156,12,75,14,"style"],[156,17,75,19],[156,19,75,21,"styles"],[156,25,75,27],[156,26,75,28,"iconContainer"],[156,39,75,42],[157,12,75,42,"children"],[157,20,75,42],[157,35,76,10],[157,39,76,10,"_reactJsxDevRuntime"],[157,58,76,10],[157,59,76,10,"jsxDEV"],[157,65,76,10],[157,67,76,11,"_expoVectorIcons"],[157,83,76,19],[157,84,76,19,"Ionicons"],[157,92,76,19],[158,14,76,20,"name"],[158,18,76,24],[158,20,76,26,"icon"],[158,24,76,31],[159,14,76,32,"size"],[159,18,76,36],[159,20,76,38],[159,22,76,41],[160,14,76,42,"color"],[160,19,76,47],[160,21,76,48],[161,12,76,57],[162,14,76,57,"fileName"],[162,22,76,57],[162,24,76,57,"_jsxFileName"],[162,36,76,57],[163,14,76,57,"lineNumber"],[163,24,76,57],[164,14,76,57,"columnNumber"],[164,26,76,57],[165,12,76,57],[165,19,76,59],[166,10,76,60],[167,12,76,60,"fileName"],[167,20,76,60],[167,22,76,60,"_jsxFileName"],[167,34,76,60],[168,12,76,60,"lineNumber"],[168,22,76,60],[169,12,76,60,"columnNumber"],[169,24,76,60],[170,10,76,60],[170,17,77,14],[170,18,77,15],[170,33,78,8],[170,37,78,8,"_reactJsxDevRuntime"],[170,56,78,8],[170,57,78,8,"jsxDEV"],[170,63,78,8],[170,65,78,9,"_reactNative"],[170,77,78,13],[170,78,78,13,"View"],[170,82,78,13],[171,12,78,14,"style"],[171,17,78,19],[171,19,78,21,"styles"],[171,25,78,27],[171,26,78,28,"settingItemContent"],[171,44,78,47],[172,12,78,47,"children"],[172,20,78,47],[172,36,79,10],[172,40,79,10,"_reactJsxDevRuntime"],[172,59,79,10],[172,60,79,10,"jsxDEV"],[172,66,79,10],[172,68,79,11,"_reactNative"],[172,80,79,15],[172,81,79,15,"Text"],[172,85,79,15],[173,14,79,16,"style"],[173,19,79,21],[173,21,79,23,"styles"],[173,27,79,29],[173,28,79,30,"settingItemTitle"],[173,44,79,47],[174,14,79,47,"children"],[174,22,79,47],[174,24,79,49,"title"],[175,12,79,54],[176,14,79,54,"fileName"],[176,22,79,54],[176,24,79,54,"_jsxFileName"],[176,36,79,54],[177,14,79,54,"lineNumber"],[177,24,79,54],[178,14,79,54,"columnNumber"],[178,26,79,54],[179,12,79,54],[179,19,79,61],[179,20,79,62],[179,22,80,11,"subtitle"],[179,30,80,19],[179,47,80,23],[179,51,80,23,"_reactJsxDevRuntime"],[179,70,80,23],[179,71,80,23,"jsxDEV"],[179,77,80,23],[179,79,80,24,"_reactNative"],[179,91,80,28],[179,92,80,28,"Text"],[179,96,80,28],[180,14,80,29,"style"],[180,19,80,34],[180,21,80,36,"styles"],[180,27,80,42],[180,28,80,43,"settingItemSubtitle"],[180,47,80,63],[181,14,80,63,"children"],[181,22,80,63],[181,24,80,65,"subtitle"],[182,12,80,73],[183,14,80,73,"fileName"],[183,22,80,73],[183,24,80,73,"_jsxFileName"],[183,36,80,73],[184,14,80,73,"lineNumber"],[184,24,80,73],[185,14,80,73,"columnNumber"],[185,26,80,73],[186,12,80,73],[186,19,80,80],[186,20,80,81],[187,10,80,81],[188,12,80,81,"fileName"],[188,20,80,81],[188,22,80,81,"_jsxFileName"],[188,34,80,81],[189,12,80,81,"lineNumber"],[189,22,80,81],[190,12,80,81,"columnNumber"],[190,24,80,81],[191,10,80,81],[191,17,81,14],[191,18,81,15],[192,8,81,15],[193,10,81,15,"fileName"],[193,18,81,15],[193,20,81,15,"_jsxFileName"],[193,32,81,15],[194,10,81,15,"lineNumber"],[194,20,81,15],[195,10,81,15,"columnNumber"],[195,22,81,15],[196,8,81,15],[196,15,82,12],[196,16,82,13],[196,18,83,7,"rightElement"],[196,30,83,19],[196,47,83,23],[196,51,83,23,"_reactJsxDevRuntime"],[196,70,83,23],[196,71,83,23,"jsxDEV"],[196,77,83,23],[196,79,83,24,"_expoVectorIcons"],[196,95,83,32],[196,96,83,32,"Ionicons"],[196,104,83,32],[197,10,83,33,"name"],[197,14,83,37],[197,16,83,38],[197,33,83,55],[198,10,83,56,"size"],[198,14,83,60],[198,16,83,62],[198,18,83,65],[199,10,83,66,"color"],[199,15,83,71],[199,17,83,72],[200,8,83,81],[201,10,83,81,"fileName"],[201,18,83,81],[201,20,83,81,"_jsxFileName"],[201,32,83,81],[202,10,83,81,"lineNumber"],[202,20,83,81],[203,10,83,81,"columnNumber"],[203,22,83,81],[204,8,83,81],[204,15,83,83],[204,16,83,84],[205,6,83,84],[206,8,83,84,"fileName"],[206,16,83,84],[206,18,83,84,"_jsxFileName"],[206,30,83,84],[207,8,83,84,"lineNumber"],[207,18,83,84],[208,8,83,84,"columnNumber"],[208,20,83,84],[209,6,83,84],[209,13,84,22],[209,14,84,23],[210,4,84,23],[210,5,85,3],[211,4,87,2],[211,24,88,4],[211,28,88,4,"_reactJsxDevRuntime"],[211,47,88,4],[211,48,88,4,"jsxDEV"],[211,54,88,4],[211,56,88,5,"_reactNative"],[211,68,88,9],[211,69,88,9,"View"],[211,73,88,9],[212,6,88,10,"style"],[212,11,88,15],[212,13,88,17],[212,14,88,18,"styles"],[212,20,88,24],[212,21,88,25,"container"],[212,30,88,34],[212,32,88,36],[213,8,88,38,"paddingTop"],[213,18,88,48],[213,20,88,50,"insets"],[213,26,88,56],[213,27,88,57,"top"],[214,6,88,61],[214,7,88,62],[214,8,88,64],[215,6,88,64,"children"],[215,14,88,64],[215,30,90,6],[215,34,90,6,"_reactJsxDevRuntime"],[215,53,90,6],[215,54,90,6,"jsxDEV"],[215,60,90,6],[215,62,90,7,"_reactNative"],[215,74,90,11],[215,75,90,11,"View"],[215,79,90,11],[216,8,90,12,"style"],[216,13,90,17],[216,15,90,19,"styles"],[216,21,90,25],[216,22,90,26,"header"],[216,28,90,33],[217,8,90,33,"children"],[217,16,90,33],[217,32,91,8],[217,36,91,8,"_reactJsxDevRuntime"],[217,55,91,8],[217,56,91,8,"jsxDEV"],[217,62,91,8],[217,64,91,9,"_reactNative"],[217,76,91,25],[217,77,91,25,"TouchableOpacity"],[217,93,91,25],[218,10,91,26,"onPress"],[218,17,91,33],[218,19,91,35,"onPress"],[218,20,91,35],[218,25,91,41,"navigation"],[218,35,91,51],[218,36,91,52,"goBack"],[218,42,91,58],[218,43,91,59],[218,44,91,61],[219,10,91,62,"style"],[219,15,91,67],[219,17,91,69,"styles"],[219,23,91,75],[219,24,91,76,"backButton"],[219,34,91,87],[220,10,91,87,"children"],[220,18,91,87],[220,33,92,10],[220,37,92,10,"_reactJsxDevRuntime"],[220,56,92,10],[220,57,92,10,"jsxDEV"],[220,63,92,10],[220,65,92,11,"_expoVectorIcons"],[220,81,92,19],[220,82,92,19,"Ionicons"],[220,90,92,19],[221,12,92,20,"name"],[221,16,92,24],[221,18,92,25],[221,30,92,37],[222,12,92,38,"size"],[222,16,92,42],[222,18,92,44],[222,20,92,47],[223,12,92,48,"color"],[223,17,92,53],[223,19,92,54],[224,10,92,63],[225,12,92,63,"fileName"],[225,20,92,63],[225,22,92,63,"_jsxFileName"],[225,34,92,63],[226,12,92,63,"lineNumber"],[226,22,92,63],[227,12,92,63,"columnNumber"],[227,24,92,63],[228,10,92,63],[228,17,92,65],[229,8,92,66],[230,10,92,66,"fileName"],[230,18,92,66],[230,20,92,66,"_jsxFileName"],[230,32,92,66],[231,10,92,66,"lineNumber"],[231,20,92,66],[232,10,92,66,"columnNumber"],[232,22,92,66],[233,8,92,66],[233,15,93,26],[233,16,93,27],[233,31,94,8],[233,35,94,8,"_reactJsxDevRuntime"],[233,54,94,8],[233,55,94,8,"jsxDEV"],[233,61,94,8],[233,63,94,9,"_reactNative"],[233,75,94,13],[233,76,94,13,"Text"],[233,80,94,13],[234,10,94,14,"style"],[234,15,94,19],[234,17,94,21,"styles"],[234,23,94,27],[234,24,94,28,"headerTitle"],[234,35,94,40],[235,10,94,40,"children"],[235,18,94,40],[235,20,94,41],[236,8,94,49],[237,10,94,49,"fileName"],[237,18,94,49],[237,20,94,49,"_jsxFileName"],[237,32,94,49],[238,10,94,49,"lineNumber"],[238,20,94,49],[239,10,94,49,"columnNumber"],[239,22,94,49],[240,8,94,49],[240,15,94,55],[240,16,94,56],[240,31,95,8],[240,35,95,8,"_reactJsxDevRuntime"],[240,54,95,8],[240,55,95,8,"jsxDEV"],[240,61,95,8],[240,63,95,9,"_reactNative"],[240,75,95,13],[240,76,95,13,"View"],[240,80,95,13],[241,10,95,14,"style"],[241,15,95,19],[241,17,95,21],[242,12,95,23,"width"],[242,17,95,28],[242,19,95,30],[243,10,95,33],[244,8,95,35],[245,10,95,35,"fileName"],[245,18,95,35],[245,20,95,35,"_jsxFileName"],[245,32,95,35],[246,10,95,35,"lineNumber"],[246,20,95,35],[247,10,95,35,"columnNumber"],[247,22,95,35],[248,8,95,35],[248,15,95,37],[248,16,95,38],[249,6,95,38],[250,8,95,38,"fileName"],[250,16,95,38],[250,18,95,38,"_jsxFileName"],[250,30,95,38],[251,8,95,38,"lineNumber"],[251,18,95,38],[252,8,95,38,"columnNumber"],[252,20,95,38],[253,6,95,38],[253,13,96,12],[253,14,96,13],[253,29,98,6],[253,33,98,6,"_reactJsxDevRuntime"],[253,52,98,6],[253,53,98,6,"jsxDEV"],[253,59,98,6],[253,61,98,7,"_reactNative"],[253,73,98,17],[253,74,98,17,"ScrollView"],[253,84,98,17],[254,8,98,18,"contentContainerStyle"],[254,29,98,39],[254,31,98,41,"styles"],[254,37,98,47],[254,38,98,48,"scrollContent"],[254,51,98,62],[255,8,98,62,"children"],[255,16,98,62],[255,32,100,8],[255,36,100,8,"_reactJsxDevRuntime"],[255,55,100,8],[255,56,100,8,"jsxDEV"],[255,62,100,8],[255,64,100,9,"SettingSection"],[255,78,100,23],[256,10,100,24,"title"],[256,15,100,29],[256,17,100,30],[256,26,100,39],[257,10,100,39,"children"],[257,18,100,39],[257,34,101,10],[257,38,101,10,"_reactJsxDevRuntime"],[257,57,101,10],[257,58,101,10,"jsxDEV"],[257,64,101,10],[257,66,101,11,"SettingItem"],[257,77,101,22],[258,12,102,12,"icon"],[258,16,102,16],[258,18,102,17],[258,26,102,25],[259,12,103,12,"title"],[259,17,103,17],[259,19,103,18],[259,33,103,32],[260,12,104,12,"subtitle"],[260,20,104,20],[260,22,104,22,"user"],[260,26,104,26],[260,28,104,28,"email"],[260,33,104,33],[260,37,104,37],[260,62,104,63],[261,12,105,12,"onPress"],[261,19,105,19],[261,21,105,21,"onPress"],[261,22,105,21],[261,27,105,27,"navigation"],[261,37,105,37],[261,38,105,38,"navigate"],[261,46,105,46],[261,47,105,47],[261,60,105,60],[262,10,105,62],[263,12,105,62,"fileName"],[263,20,105,62],[263,22,105,62,"_jsxFileName"],[263,34,105,62],[264,12,105,62,"lineNumber"],[264,22,105,62],[265,12,105,62,"columnNumber"],[265,24,105,62],[266,10,105,62],[266,17,106,11],[266,18,106,12],[266,33,107,10],[266,37,107,10,"_reactJsxDevRuntime"],[266,56,107,10],[266,57,107,10,"jsxDEV"],[266,63,107,10],[266,65,107,11,"SettingItem"],[266,76,107,22],[267,12,108,12,"icon"],[267,16,108,16],[267,18,108,17],[267,26,108,25],[268,12,109,12,"title"],[268,17,109,17],[268,19,109,18],[268,35,109,34],[269,12,110,12,"subtitle"],[269,20,110,20],[269,22,110,21],[269,43,110,42],[270,12,111,12,"onPress"],[270,19,111,19],[270,21,111,21,"onPress"],[270,22,111,21],[270,27,111,27],[270,28,111,28],[271,10,111,30],[272,12,111,30,"fileName"],[272,20,111,30],[272,22,111,30,"_jsxFileName"],[272,34,111,30],[273,12,111,30,"lineNumber"],[273,22,111,30],[274,12,111,30,"columnNumber"],[274,24,111,30],[275,10,111,30],[275,17,112,11],[275,18,112,12],[276,8,112,12],[277,10,112,12,"fileName"],[277,18,112,12],[277,20,112,12,"_jsxFileName"],[277,32,112,12],[278,10,112,12,"lineNumber"],[278,20,112,12],[279,10,112,12,"columnNumber"],[279,22,112,12],[280,8,112,12],[280,15,113,24],[280,16,113,25],[280,31,116,8],[280,35,116,8,"_reactJsxDevRuntime"],[280,54,116,8],[280,55,116,8,"jsxDEV"],[280,61,116,8],[280,63,116,9,"SettingSection"],[280,77,116,23],[281,10,116,24,"title"],[281,15,116,29],[281,17,116,30],[281,27,116,40],[282,10,116,40,"children"],[282,18,116,40],[282,34,117,10],[282,38,117,10,"_reactJsxDevRuntime"],[282,57,117,10],[282,58,117,10,"jsxDEV"],[282,64,117,10],[282,66,117,11,"SettingItem"],[282,77,117,22],[283,12,118,12,"icon"],[283,16,118,16],[283,18,118,17],[283,32,118,31],[284,12,119,12,"title"],[284,17,119,17],[284,19,119,18],[284,45,119,44],[285,12,120,12,"subtitle"],[285,20,120,20],[285,22,120,22,"biometricAvailable"],[285,40,120,40],[285,43,120,43],[285,71,120,71],[285,74,120,74],[285,104,120,105],[286,12,121,12,"rightElement"],[286,24,121,24],[286,26,122,14,"biometricAvailable"],[286,44,122,32],[286,60,123,16],[286,64,123,16,"_reactJsxDevRuntime"],[286,83,123,16],[286,84,123,16,"jsxDEV"],[286,90,123,16],[286,92,123,17,"_reactNative"],[286,104,123,23],[286,105,123,23,"Switch"],[286,111,123,23],[287,14,124,18,"value"],[287,19,124,23],[287,21,124,25,"biometricsEnabled"],[287,38,124,43],[288,14,125,18,"onValueChange"],[288,27,125,31],[288,29,125,33,"toggleBiometrics"],[288,45,125,50],[289,14,126,18,"trackColor"],[289,24,126,28],[289,26,126,30],[290,16,126,32,"false"],[290,21,126,37],[290,23,126,39],[290,32,126,48],[291,16,126,50,"true"],[291,20,126,54],[291,22,126,56],[292,14,126,68],[292,15,126,70],[293,14,127,18,"thumbColor"],[293,24,127,28],[293,26,127,30,"biometricsEnabled"],[293,43,127,47],[293,46,127,50],[293,55,127,59],[293,58,127,62],[294,12,127,72],[295,14,127,72,"fileName"],[295,22,127,72],[295,24,127,72,"_jsxFileName"],[295,36,127,72],[296,14,127,72,"lineNumber"],[296,24,127,72],[297,14,127,72,"columnNumber"],[297,26,127,72],[298,12,127,72],[298,19,128,17],[298,20,128,18],[298,23,129,18,"undefined"],[299,10,130,13],[300,12,130,13,"fileName"],[300,20,130,13],[300,22,130,13,"_jsxFileName"],[300,34,130,13],[301,12,130,13,"lineNumber"],[301,22,130,13],[302,12,130,13,"columnNumber"],[302,24,130,13],[303,10,130,13],[303,17,131,11],[303,18,131,12],[303,33,132,10],[303,37,132,10,"_reactJsxDevRuntime"],[303,56,132,10],[303,57,132,10,"jsxDEV"],[303,63,132,10],[303,65,132,11,"SettingItem"],[303,76,132,22],[304,12,133,12,"icon"],[304,16,133,16],[304,18,133,17],[304,23,133,22],[305,12,134,12,"title"],[305,17,134,17],[305,19,134,18],[305,36,134,35],[306,12,135,12,"subtitle"],[306,20,135,20],[306,22,135,21],[306,44,135,43],[307,12,136,12,"onPress"],[307,19,136,19],[307,21,136,21,"onPress"],[307,22,136,21],[307,27,136,27,"navigation"],[307,37,136,37],[307,38,136,38,"navigate"],[307,46,136,46],[307,47,136,47],[307,63,136,63],[308,10,136,65],[309,12,136,65,"fileName"],[309,20,136,65],[309,22,136,65,"_jsxFileName"],[309,34,136,65],[310,12,136,65,"lineNumber"],[310,22,136,65],[311,12,136,65,"columnNumber"],[311,24,136,65],[312,10,136,65],[312,17,137,11],[312,18,137,12],[312,33,138,10],[312,37,138,10,"_reactJsxDevRuntime"],[312,56,138,10],[312,57,138,10,"jsxDEV"],[312,63,138,10],[312,65,138,11,"SettingItem"],[312,76,138,22],[313,12,139,12,"icon"],[313,16,139,16],[313,18,139,17],[313,36,139,35],[314,12,140,12,"title"],[314,17,140,17],[314,19,140,18],[314,46,140,45],[315,12,141,12,"subtitle"],[315,20,141,20],[315,22,141,21],[315,42,141,41],[316,12,142,12,"onPress"],[316,19,142,19],[316,21,142,21,"onPress"],[316,22,142,21],[316,27,142,27,"Alert"],[316,39,142,32],[316,40,142,32,"Alert"],[316,45,142,32],[316,46,142,33,"alert"],[316,51,142,38],[316,52,142,39],[316,65,142,52],[316,67,142,54],[316,117,142,104],[317,10,142,106],[318,12,142,106,"fileName"],[318,20,142,106],[318,22,142,106,"_jsxFileName"],[318,34,142,106],[319,12,142,106,"lineNumber"],[319,22,142,106],[320,12,142,106,"columnNumber"],[320,24,142,106],[321,10,142,106],[321,17,143,11],[321,18,143,12],[322,8,143,12],[323,10,143,12,"fileName"],[323,18,143,12],[323,20,143,12,"_jsxFileName"],[323,32,143,12],[324,10,143,12,"lineNumber"],[324,20,143,12],[325,10,143,12,"columnNumber"],[325,22,143,12],[326,8,143,12],[326,15,144,24],[326,16,144,25],[326,31,147,8],[326,35,147,8,"_reactJsxDevRuntime"],[326,54,147,8],[326,55,147,8,"jsxDEV"],[326,61,147,8],[326,63,147,9,"SettingSection"],[326,77,147,23],[327,10,147,24,"title"],[327,15,147,29],[327,17,147,30],[327,30,147,43],[328,10,147,43,"children"],[328,18,147,43],[328,34,148,10],[328,38,148,10,"_reactJsxDevRuntime"],[328,57,148,10],[328,58,148,10,"jsxDEV"],[328,64,148,10],[328,66,148,11,"SettingItem"],[328,77,148,22],[329,12,149,12,"icon"],[329,16,149,16],[329,18,149,17],[329,33,149,32],[330,12,150,12,"title"],[330,17,150,17],[330,19,150,18],[330,39,150,38],[331,12,151,12,"subtitle"],[331,20,151,20],[331,22,151,21],[331,50,151,49],[332,12,152,12,"rightElement"],[332,24,152,24],[332,39,153,14],[332,43,153,14,"_reactJsxDevRuntime"],[332,62,153,14],[332,63,153,14,"jsxDEV"],[332,69,153,14],[332,71,153,15,"_reactNative"],[332,83,153,21],[332,84,153,21,"Switch"],[332,90,153,21],[333,14,154,16,"value"],[333,19,154,21],[333,21,154,23,"notificationsEnabled"],[333,41,154,44],[334,14,155,16,"onValueChange"],[334,27,155,29],[334,29,155,31,"setNotificationsEnabled"],[334,52,155,55],[335,14,156,16,"trackColor"],[335,24,156,26],[335,26,156,28],[336,16,156,30,"false"],[336,21,156,35],[336,23,156,37],[336,32,156,46],[337,16,156,48,"true"],[337,20,156,52],[337,22,156,54],[338,14,156,66],[338,15,156,68],[339,14,157,16,"thumbColor"],[339,24,157,26],[339,26,157,28,"notificationsEnabled"],[339,46,157,48],[339,49,157,51],[339,58,157,60],[339,61,157,63],[340,12,157,73],[341,14,157,73,"fileName"],[341,22,157,73],[341,24,157,73,"_jsxFileName"],[341,36,157,73],[342,14,157,73,"lineNumber"],[342,24,157,73],[343,14,157,73,"columnNumber"],[343,26,157,73],[344,12,157,73],[344,19,158,15],[345,10,159,13],[346,12,159,13,"fileName"],[346,20,159,13],[346,22,159,13,"_jsxFileName"],[346,34,159,13],[347,12,159,13,"lineNumber"],[347,22,159,13],[348,12,159,13,"columnNumber"],[348,24,159,13],[349,10,159,13],[349,17,160,11],[349,18,160,12],[349,33,161,10],[349,37,161,10,"_reactJsxDevRuntime"],[349,56,161,10],[349,57,161,10,"jsxDEV"],[349,63,161,10],[349,65,161,11,"SettingItem"],[349,76,161,22],[350,12,162,12,"icon"],[350,16,162,16],[350,18,162,17],[350,28,162,27],[351,12,163,12,"title"],[351,17,163,17],[351,19,163,18],[351,29,163,28],[352,12,164,12,"subtitle"],[352,20,164,20],[352,22,164,21],[352,31,164,30],[353,12,165,12,"onPress"],[353,19,165,19],[353,21,165,21,"onPress"],[353,22,165,21],[353,27,165,27,"navigation"],[353,37,165,37],[353,38,165,38,"navigate"],[353,46,165,46],[353,47,165,47],[353,57,165,57],[354,10,165,59],[355,12,165,59,"fileName"],[355,20,165,59],[355,22,165,59,"_jsxFileName"],[355,34,165,59],[356,12,165,59,"lineNumber"],[356,22,165,59],[357,12,165,59,"columnNumber"],[357,24,165,59],[358,10,165,59],[358,17,166,11],[358,18,166,12],[358,33,167,10],[358,37,167,10,"_reactJsxDevRuntime"],[358,56,167,10],[358,57,167,10,"jsxDEV"],[358,63,167,10],[358,65,167,11,"SettingItem"],[358,76,167,22],[359,12,168,12,"icon"],[359,16,168,16],[359,18,168,17],[359,24,168,23],[360,12,169,12,"title"],[360,17,169,17],[360,19,169,18],[360,30,169,29],[361,12,170,12,"subtitle"],[361,20,170,20],[361,22,170,21],[362,10,170,34],[363,12,170,34,"fileName"],[363,20,170,34],[363,22,170,34,"_jsxFileName"],[363,34,170,34],[364,12,170,34,"lineNumber"],[364,22,170,34],[365,12,170,34,"columnNumber"],[365,24,170,34],[366,10,170,34],[366,17,171,11],[366,18,171,12],[367,8,171,12],[368,10,171,12,"fileName"],[368,18,171,12],[368,20,171,12,"_jsxFileName"],[368,32,171,12],[369,10,171,12,"lineNumber"],[369,20,171,12],[370,10,171,12,"columnNumber"],[370,22,171,12],[371,8,171,12],[371,15,172,24],[371,16,172,25],[371,31,175,8],[371,35,175,8,"_reactJsxDevRuntime"],[371,54,175,8],[371,55,175,8,"jsxDEV"],[371,61,175,8],[371,63,175,9,"SettingSection"],[371,77,175,23],[372,10,175,24,"title"],[372,15,175,29],[372,17,175,30],[372,24,175,37],[373,10,175,37,"children"],[373,18,175,37],[373,34,176,10],[373,38,176,10,"_reactJsxDevRuntime"],[373,57,176,10],[373,58,176,10,"jsxDEV"],[373,64,176,10],[373,66,176,11,"SettingItem"],[373,77,176,22],[374,12,176,23,"icon"],[374,16,176,27],[374,18,176,28],[374,38,176,48],[375,12,176,49,"title"],[375,17,176,54],[375,19,176,55],[375,28,176,64],[376,12,176,65,"subtitle"],[376,20,176,73],[376,22,176,74],[377,10,176,81],[378,12,176,81,"fileName"],[378,20,176,81],[378,22,176,81,"_jsxFileName"],[378,34,176,81],[379,12,176,81,"lineNumber"],[379,22,176,81],[380,12,176,81,"columnNumber"],[380,24,176,81],[381,10,176,81],[381,17,176,83],[381,18,176,84],[381,33,177,10],[381,37,177,10,"_reactJsxDevRuntime"],[381,56,177,10],[381,57,177,10,"jsxDEV"],[381,63,177,10],[381,65,177,11,"SettingItem"],[381,76,177,22],[382,12,177,23,"icon"],[382,16,177,27],[382,18,177,28],[382,33,177,43],[383,12,177,44,"title"],[383,17,177,49],[383,19,177,50],[383,37,177,68],[384,12,177,69,"onPress"],[384,19,177,76],[384,21,177,78,"onPress"],[384,22,177,78],[384,27,177,84,"navigation"],[384,37,177,94],[384,38,177,95,"navigate"],[384,46,177,103],[384,47,177,104],[384,54,177,111],[385,10,177,113],[386,12,177,113,"fileName"],[386,20,177,113],[386,22,177,113,"_jsxFileName"],[386,34,177,113],[387,12,177,113,"lineNumber"],[387,22,177,113],[388,12,177,113,"columnNumber"],[388,24,177,113],[389,10,177,113],[389,17,177,115],[389,18,177,116],[389,33,178,10],[389,37,178,10,"_reactJsxDevRuntime"],[389,56,178,10],[389,57,178,10,"jsxDEV"],[389,63,178,10],[389,65,178,11,"SettingItem"],[389,76,178,22],[390,12,178,23,"icon"],[390,16,178,27],[390,18,178,28],[390,26,178,36],[391,12,178,37,"title"],[391,17,178,42],[391,19,178,43],[391,35,178,59],[392,12,178,60,"onPress"],[392,19,178,67],[392,21,178,69,"onPress"],[392,22,178,69],[392,27,178,75,"navigation"],[392,37,178,85],[392,38,178,86,"navigate"],[392,46,178,94],[392,47,178,95],[392,56,178,104],[393,10,178,106],[394,12,178,106,"fileName"],[394,20,178,106],[394,22,178,106,"_jsxFileName"],[394,34,178,106],[395,12,178,106,"lineNumber"],[395,22,178,106],[396,12,178,106,"columnNumber"],[396,24,178,106],[397,10,178,106],[397,17,178,108],[397,18,178,109],[397,33,179,10],[397,37,179,10,"_reactJsxDevRuntime"],[397,56,179,10],[397,57,179,10,"jsxDEV"],[397,63,179,10],[397,65,179,11,"SettingItem"],[397,76,179,22],[398,12,179,23,"icon"],[398,16,179,27],[398,18,179,28],[398,31,179,41],[399,12,179,42,"title"],[399,17,179,47],[399,19,179,48],[399,35,179,64],[400,12,179,65,"onPress"],[400,19,179,72],[400,21,179,74,"onPress"],[400,22,179,74],[400,27,179,80,"navigation"],[400,37,179,90],[400,38,179,91,"navigate"],[400,46,179,99],[400,47,179,100],[400,53,179,106],[401,10,179,108],[402,12,179,108,"fileName"],[402,20,179,108],[402,22,179,108,"_jsxFileName"],[402,34,179,108],[403,12,179,108,"lineNumber"],[403,22,179,108],[404,12,179,108,"columnNumber"],[404,24,179,108],[405,10,179,108],[405,17,179,110],[405,18,179,111],[406,8,179,111],[407,10,179,111,"fileName"],[407,18,179,111],[407,20,179,111,"_jsxFileName"],[407,32,179,111],[408,10,179,111,"lineNumber"],[408,20,179,111],[409,10,179,111,"columnNumber"],[409,22,179,111],[410,8,179,111],[410,15,180,24],[410,16,180,25],[410,31,183,8],[410,35,183,8,"_reactJsxDevRuntime"],[410,54,183,8],[410,55,183,8,"jsxDEV"],[410,61,183,8],[410,63,183,9,"_reactNative"],[410,75,183,25],[410,76,183,25,"TouchableOpacity"],[410,92,183,25],[411,10,183,26,"style"],[411,15,183,31],[411,17,183,33,"styles"],[411,23,183,39],[411,24,183,40,"signOutButton"],[411,37,183,54],[412,10,183,55,"onPress"],[412,17,183,62],[412,19,183,64,"handleSignOut"],[412,32,183,78],[413,10,183,78,"children"],[413,18,183,78],[413,34,184,10],[413,38,184,10,"_reactJsxDevRuntime"],[413,57,184,10],[413,58,184,10,"jsxDEV"],[413,64,184,10],[413,66,184,11,"_expoVectorIcons"],[413,82,184,19],[413,83,184,19,"Ionicons"],[413,91,184,19],[414,12,184,20,"name"],[414,16,184,24],[414,18,184,25],[414,35,184,42],[415,12,184,43,"size"],[415,16,184,47],[415,18,184,49],[415,20,184,52],[416,12,184,53,"color"],[416,17,184,58],[416,19,184,59],[417,10,184,68],[418,12,184,68,"fileName"],[418,20,184,68],[418,22,184,68,"_jsxFileName"],[418,34,184,68],[419,12,184,68,"lineNumber"],[419,22,184,68],[420,12,184,68,"columnNumber"],[420,24,184,68],[421,10,184,68],[421,17,184,70],[421,18,184,71],[421,33,185,10],[421,37,185,10,"_reactJsxDevRuntime"],[421,56,185,10],[421,57,185,10,"jsxDEV"],[421,63,185,10],[421,65,185,11,"_reactNative"],[421,77,185,15],[421,78,185,15,"Text"],[421,82,185,15],[422,12,185,16,"style"],[422,17,185,21],[422,19,185,23,"styles"],[422,25,185,29],[422,26,185,30,"signOutText"],[422,37,185,42],[423,12,185,42,"children"],[423,20,185,42],[423,22,185,43],[424,10,185,51],[425,12,185,51,"fileName"],[425,20,185,51],[425,22,185,51,"_jsxFileName"],[425,34,185,51],[426,12,185,51,"lineNumber"],[426,22,185,51],[427,12,185,51,"columnNumber"],[427,24,185,51],[428,10,185,51],[428,17,185,57],[428,18,185,58],[429,8,185,58],[430,10,185,58,"fileName"],[430,18,185,58],[430,20,185,58,"_jsxFileName"],[430,32,185,58],[431,10,185,58,"lineNumber"],[431,20,185,58],[432,10,185,58,"columnNumber"],[432,22,185,58],[433,8,185,58],[433,15,186,26],[433,16,186,27],[434,6,186,27],[435,8,186,27,"fileName"],[435,16,186,27],[435,18,186,27,"_jsxFileName"],[435,30,186,27],[436,8,186,27,"lineNumber"],[436,18,186,27],[437,8,186,27,"columnNumber"],[437,20,186,27],[438,6,186,27],[438,13,187,18],[438,14,187,19],[439,4,187,19],[440,6,187,19,"fileName"],[440,14,187,19],[440,16,187,19,"_jsxFileName"],[440,28,187,19],[441,6,187,19,"lineNumber"],[441,16,187,19],[442,6,187,19,"columnNumber"],[442,18,187,19],[443,4,187,19],[443,11,188,10],[443,12,188,11],[444,2,190,0],[445,2,190,1,"_s"],[445,4,190,1],[445,5,17,24,"SettingsScreen"],[445,19,17,38],[446,4,17,38],[446,12,18,17,"useSafeAreaInsets"],[446,39,18,34],[446,40,18,34,"useSafeAreaInsets"],[446,57,18,34],[446,59,19,28,"useAuth"],[446,79,19,35],[446,80,19,35,"useAuth"],[446,87,19,35],[447,2,19,35],[448,2,19,35,"_c"],[448,4,19,35],[448,7,17,24,"SettingsScreen"],[448,21,17,38],[449,2,192,0],[449,6,192,6,"styles"],[449,12,192,12],[449,15,192,15,"StyleSheet"],[449,27,192,25],[449,28,192,25,"StyleSheet"],[449,38,192,25],[449,39,192,26,"create"],[449,45,192,32],[449,46,192,33],[450,4,193,2,"container"],[450,13,193,11],[450,15,193,13],[451,6,194,4,"flex"],[451,10,194,8],[451,12,194,10],[451,13,194,11],[452,6,195,4,"backgroundColor"],[452,21,195,19],[452,23,195,21],[453,4,196,2],[453,5,196,3],[454,4,197,2,"header"],[454,10,197,8],[454,12,197,10],[455,6,198,4,"flexDirection"],[455,19,198,17],[455,21,198,19],[455,26,198,24],[456,6,199,4,"alignItems"],[456,16,199,14],[456,18,199,16],[456,26,199,24],[457,6,200,4,"justifyContent"],[457,20,200,18],[457,22,200,20],[457,37,200,35],[458,6,201,4,"paddingHorizontal"],[458,23,201,21],[458,25,201,23],[458,27,201,25],[459,6,202,4,"paddingVertical"],[459,21,202,19],[459,23,202,21],[459,25,202,23],[460,6,203,4,"backgroundColor"],[460,21,203,19],[460,23,203,21],[460,29,203,27],[461,6,204,4,"borderBottomWidth"],[461,23,204,21],[461,25,204,23],[461,26,204,24],[462,6,205,4,"borderBottomColor"],[462,23,205,21],[462,25,205,23],[463,4,206,2],[463,5,206,3],[464,4,207,2,"backButton"],[464,14,207,12],[464,16,207,14],[465,6,208,4,"width"],[465,11,208,9],[465,13,208,11],[465,15,208,13],[466,6,209,4,"height"],[466,12,209,10],[466,14,209,12],[466,16,209,14],[467,6,210,4,"borderRadius"],[467,18,210,16],[467,20,210,18],[467,22,210,20],[468,6,211,4,"backgroundColor"],[468,21,211,19],[468,23,211,21],[468,32,211,30],[469,6,212,4,"alignItems"],[469,16,212,14],[469,18,212,16],[469,26,212,24],[470,6,213,4,"justifyContent"],[470,20,213,18],[470,22,213,20],[471,4,214,2],[471,5,214,3],[472,4,215,2,"headerTitle"],[472,15,215,13],[472,17,215,15],[473,6,216,4,"fontSize"],[473,14,216,12],[473,16,216,14],[473,18,216,16],[474,6,217,4,"fontWeight"],[474,16,217,14],[474,18,217,16],[474,23,217,21],[475,6,218,4,"color"],[475,11,218,9],[475,13,218,11],[476,4,219,2],[476,5,219,3],[477,4,220,2,"scrollContent"],[477,17,220,15],[477,19,220,17],[478,6,221,4,"padding"],[478,13,221,11],[478,15,221,13],[478,17,221,15],[479,6,222,4,"paddingBottom"],[479,19,222,17],[479,21,222,19],[480,4,223,2],[480,5,223,3],[481,4,224,2,"section"],[481,11,224,9],[481,13,224,11],[482,6,225,4,"marginBottom"],[482,18,225,16],[482,20,225,18],[483,4,226,2],[483,5,226,3],[484,4,227,2,"sectionTitle"],[484,16,227,14],[484,18,227,16],[485,6,228,4,"fontSize"],[485,14,228,12],[485,16,228,14],[485,18,228,16],[486,6,229,4,"fontWeight"],[486,16,229,14],[486,18,229,16],[486,23,229,21],[487,6,230,4,"color"],[487,11,230,9],[487,13,230,11],[487,22,230,20],[488,6,231,4,"marginBottom"],[488,18,231,16],[488,20,231,18],[488,22,231,20],[489,6,232,4,"paddingHorizontal"],[489,23,232,21],[489,25,232,23],[489,26,232,24],[490,6,233,4,"textTransform"],[490,19,233,17],[490,21,233,19],[490,32,233,30],[491,6,234,4,"letterSpacing"],[491,19,234,17],[491,21,234,19],[492,4,235,2],[492,5,235,3],[493,4,236,2,"settingItem"],[493,15,236,13],[493,17,236,15],[494,6,237,4,"flexDirection"],[494,19,237,17],[494,21,237,19],[494,26,237,24],[495,6,238,4,"alignItems"],[495,16,238,14],[495,18,238,16],[495,26,238,24],[496,6,239,4,"justifyContent"],[496,20,239,18],[496,22,239,20],[496,37,239,35],[497,6,240,4,"backgroundColor"],[497,21,240,19],[497,23,240,21],[497,29,240,27],[498,6,241,4,"padding"],[498,13,241,11],[498,15,241,13],[498,17,241,15],[499,6,242,4,"borderRadius"],[499,18,242,16],[499,20,242,18],[499,22,242,20],[500,6,243,4,"marginBottom"],[500,18,243,16],[500,20,243,18],[500,21,243,19],[501,6,244,4,"shadowColor"],[501,17,244,15],[501,19,244,17],[501,25,244,23],[502,6,245,4,"shadowOffset"],[502,18,245,16],[502,20,245,18],[503,8,245,20,"width"],[503,13,245,25],[503,15,245,27],[503,16,245,28],[504,8,245,30,"height"],[504,14,245,36],[504,16,245,38],[505,6,245,40],[505,7,245,41],[506,6,246,4,"shadowOpacity"],[506,19,246,17],[506,21,246,19],[506,25,246,23],[507,6,247,4,"shadowRadius"],[507,18,247,16],[507,20,247,18],[507,21,247,19],[508,6,248,4,"elevation"],[508,15,248,13],[508,17,248,15],[509,4,249,2],[509,5,249,3],[510,4,250,2,"settingItemLeft"],[510,19,250,17],[510,21,250,19],[511,6,251,4,"flexDirection"],[511,19,251,17],[511,21,251,19],[511,26,251,24],[512,6,252,4,"alignItems"],[512,16,252,14],[512,18,252,16],[512,26,252,24],[513,6,253,4,"flex"],[513,10,253,8],[513,12,253,10],[514,4,254,2],[514,5,254,3],[515,4,255,2,"iconContainer"],[515,17,255,15],[515,19,255,17],[516,6,256,4,"width"],[516,11,256,9],[516,13,256,11],[516,15,256,13],[517,6,257,4,"height"],[517,12,257,10],[517,14,257,12],[517,16,257,14],[518,6,258,4,"borderRadius"],[518,18,258,16],[518,20,258,18],[518,22,258,20],[519,6,259,4,"backgroundColor"],[519,21,259,19],[519,23,259,21],[519,32,259,30],[520,6,260,4,"alignItems"],[520,16,260,14],[520,18,260,16],[520,26,260,24],[521,6,261,4,"justifyContent"],[521,20,261,18],[521,22,261,20],[521,30,261,28],[522,6,262,4,"marginRight"],[522,17,262,15],[522,19,262,17],[523,4,263,2],[523,5,263,3],[524,4,264,2,"settingItemContent"],[524,22,264,20],[524,24,264,22],[525,6,265,4,"flex"],[525,10,265,8],[525,12,265,10],[526,4,266,2],[526,5,266,3],[527,4,267,2,"settingItemTitle"],[527,20,267,18],[527,22,267,20],[528,6,268,4,"fontSize"],[528,14,268,12],[528,16,268,14],[528,18,268,16],[529,6,269,4,"fontWeight"],[529,16,269,14],[529,18,269,16],[529,23,269,21],[530,6,270,4,"color"],[530,11,270,9],[530,13,270,11],[530,22,270,20],[531,6,271,4,"marginBottom"],[531,18,271,16],[531,20,271,18],[532,4,272,2],[532,5,272,3],[533,4,273,2,"settingItemSubtitle"],[533,23,273,21],[533,25,273,23],[534,6,274,4,"fontSize"],[534,14,274,12],[534,16,274,14],[534,18,274,16],[535,6,275,4,"color"],[535,11,275,9],[535,13,275,11],[536,4,276,2],[536,5,276,3],[537,4,277,2,"signOutButton"],[537,17,277,15],[537,19,277,17],[538,6,278,4,"flexDirection"],[538,19,278,17],[538,21,278,19],[538,26,278,24],[539,6,279,4,"alignItems"],[539,16,279,14],[539,18,279,16],[539,26,279,24],[540,6,280,4,"justifyContent"],[540,20,280,18],[540,22,280,20],[540,30,280,28],[541,6,281,4,"backgroundColor"],[541,21,281,19],[541,23,281,21],[541,32,281,30],[542,6,282,4,"padding"],[542,13,282,11],[542,15,282,13],[542,17,282,15],[543,6,283,4,"borderRadius"],[543,18,283,16],[543,20,283,18],[543,22,283,20],[544,6,284,4,"marginTop"],[544,15,284,13],[544,17,284,15],[545,4,285,2],[545,5,285,3],[546,4,286,2,"signOutText"],[546,15,286,13],[546,17,286,15],[547,6,287,4,"fontSize"],[547,14,287,12],[547,16,287,14],[547,18,287,16],[548,6,288,4,"fontWeight"],[548,16,288,14],[548,18,288,16],[548,23,288,21],[549,6,289,4,"color"],[549,11,289,9],[549,13,289,11],[549,22,289,20],[550,6,290,4,"marginLeft"],[550,16,290,14],[550,18,290,16],[551,4,291,2],[552,2,292,0],[552,3,292,1],[552,4,292,2],[553,2,292,3],[553,6,292,3,"_c"],[553,8,292,3],[554,2,292,3,"$RefreshReg$"],[554,14,292,3],[554,15,292,3,"_c"],[554,17,292,3],[555,0,292,3],[555,3]],"functionMap":{"names":["","SettingsScreen","useEffect$argument_0","checkBiometricAvailability","loadBiometricSetting","toggleBiometrics","handleSignOut","SettingSection","SettingItem","TouchableOpacity.props.onPress","SettingItem.props.onPress"],"mappings":"AAA;eCgB;YCO;GDG;qCEE;GFI;+BGE;GHG;2BIE;GJkB;wBKE;GLG;yBME;GNK;sBOE;GPa;mCQM,yBR;qBSc,wCT;qBSM,QT;qBSyB,2CT;qBSM,oFT;qBSuB,qCT;8ESY,kCT;qESC,oCT;0ESC,iCT;CDW"},"hasCjsExports":false},"type":"js/module"}]} \ No newline at end of file diff --git a/frontend/.metro-cache/cache/34/439006bade06302612d15303935d7c0ffa4d5f23f255f9ff3dcfc1c1a1864c8f560b37 b/frontend/.metro-cache/cache/34/439006bade06302612d15303935d7c0ffa4d5f23f255f9ff3dcfc1c1a1864c8f560b37 new file mode 100644 index 00000000..c4c59859 --- /dev/null +++ b/frontend/.metro-cache/cache/34/439006bade06302612d15303935d7c0ffa4d5f23f255f9ff3dcfc1c1a1864c8f560b37 @@ -0,0 +1 @@ +{"dependencies":[{"name":"expo-modules-core","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":45,"index":45}}],"key":"fU8WLIPqoAGygnPbZ/QJiQQfXEY=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n Object.defineProperty(exports, \"AuthenticationType\", {\n enumerable: true,\n get: function () {\n return AuthenticationType;\n }\n });\n Object.defineProperty(exports, \"SecurityLevel\", {\n enumerable: true,\n get: function () {\n return SecurityLevel;\n }\n });\n var _expoModulesCore = require(_dependencyMap[0], \"expo-modules-core\");\n // @needsAudit\n var AuthenticationType;\n (function (AuthenticationType) {\n /**\n * Indicates fingerprint support.\n */\n AuthenticationType[AuthenticationType[\"FINGERPRINT\"] = 1] = \"FINGERPRINT\";\n /**\n * Indicates facial recognition support.\n */\n AuthenticationType[AuthenticationType[\"FACIAL_RECOGNITION\"] = 2] = \"FACIAL_RECOGNITION\";\n /**\n * Indicates iris recognition support.\n * @platform android\n */\n AuthenticationType[AuthenticationType[\"IRIS\"] = 3] = \"IRIS\";\n })(AuthenticationType || (AuthenticationType = {}));\n // @needsAudit\n var SecurityLevel;\n (function (SecurityLevel) {\n /**\n * Indicates no enrolled authentication.\n */\n SecurityLevel[SecurityLevel[\"NONE\"] = 0] = \"NONE\";\n /**\n * Indicates non-biometric authentication (e.g. PIN, Pattern).\n */\n SecurityLevel[SecurityLevel[\"SECRET\"] = 1] = \"SECRET\";\n /**\n * Indicates biometric authentication.\n * @deprecated please use `BIOMETRIC_STRONG` or `BIOMETRIC_WEAK` instead.\n * @hidden\n */\n SecurityLevel[SecurityLevel[\"BIOMETRIC\"] = _expoModulesCore.Platform.OS === 'android' ? SecurityLevel.BIOMETRIC_WEAK : SecurityLevel.BIOMETRIC_STRONG] = \"BIOMETRIC\";\n /**\n * Indicates weak biometric authentication. For example, a 2D image-based face unlock.\n * > There are currently no weak biometric authentication options on iOS.\n */\n SecurityLevel[SecurityLevel[\"BIOMETRIC_WEAK\"] = 2] = \"BIOMETRIC_WEAK\";\n /**\n * Indicates strong biometric authentication. For example, a fingerprint scan or 3D face unlock.\n */\n SecurityLevel[SecurityLevel[\"BIOMETRIC_STRONG\"] = 3] = \"BIOMETRIC_STRONG\";\n })(SecurityLevel || (SecurityLevel = {}));\n Object.defineProperty(SecurityLevel, 'BIOMETRIC', {\n get() {\n const additionalMessage = _expoModulesCore.Platform.OS === 'android' ? '. `SecurityLevel.BIOMETRIC` is currently an alias for `SecurityLevel.BIOMETRIC_WEAK` on Android, which might lead to unexpected behaviour.' : '';\n console.warn('`SecurityLevel.BIOMETRIC` has been deprecated. Use `SecurityLevel.BIOMETRIC_WEAK` or `SecurityLevel.BIOMETRIC_STRONG` instead' + additionalMessage);\n return _expoModulesCore.Platform.OS === 'android' ? SecurityLevel.BIOMETRIC_WEAK : SecurityLevel.BIOMETRIC_STRONG;\n }\n });\n});","lineCount":71,"map":[[7,2,3,0,"Object"],[7,8,3,0],[7,9,3,0,"defineProperty"],[7,23,3,0],[7,24,3,0,"exports"],[7,31,3,0],[8,4,3,0,"enumerable"],[8,14,3,0],[9,4,3,0,"get"],[9,7,3,0],[9,18,3,0,"get"],[9,19,3,0],[10,6,3,0],[10,13,3,0,"AuthenticationType"],[10,31,3,0],[11,4,3,0],[12,2,3,0],[13,2,20,0,"Object"],[13,8,20,0],[13,9,20,0,"defineProperty"],[13,23,20,0],[13,24,20,0,"exports"],[13,31,20,0],[14,4,20,0,"enumerable"],[14,14,20,0],[15,4,20,0,"get"],[15,7,20,0],[15,18,20,0,"get"],[15,19,20,0],[16,6,20,0],[16,13,20,0,"SecurityLevel"],[16,26,20,0],[17,4,20,0],[18,2,20,0],[19,2,1,0],[19,6,1,0,"_expoModulesCore"],[19,22,1,0],[19,25,1,0,"require"],[19,32,1,0],[19,33,1,0,"_dependencyMap"],[19,47,1,0],[20,2,2,0],[21,2,3,7],[21,6,3,11,"AuthenticationType"],[21,24,3,29],[22,2,4,0],[22,3,4,1],[22,13,4,11,"AuthenticationType"],[22,31,4,29],[22,33,4,31],[23,4,5,4],[24,0,6,0],[25,0,7,0],[26,4,8,4,"AuthenticationType"],[26,22,8,22],[26,23,8,23,"AuthenticationType"],[26,41,8,41],[26,42,8,42],[26,55,8,55],[26,56,8,56],[26,59,8,59],[26,60,8,60],[26,61,8,61],[26,64,8,64],[26,77,8,77],[27,4,9,4],[28,0,10,0],[29,0,11,0],[30,4,12,4,"AuthenticationType"],[30,22,12,22],[30,23,12,23,"AuthenticationType"],[30,41,12,41],[30,42,12,42],[30,62,12,62],[30,63,12,63],[30,66,12,66],[30,67,12,67],[30,68,12,68],[30,71,12,71],[30,91,12,91],[31,4,13,4],[32,0,14,0],[33,0,15,0],[34,0,16,0],[35,4,17,4,"AuthenticationType"],[35,22,17,22],[35,23,17,23,"AuthenticationType"],[35,41,17,41],[35,42,17,42],[35,48,17,48],[35,49,17,49],[35,52,17,52],[35,53,17,53],[35,54,17,54],[35,57,17,57],[35,63,17,63],[36,2,18,0],[36,3,18,1],[36,5,18,3,"AuthenticationType"],[36,23,18,21],[36,28,18,26,"AuthenticationType"],[36,46,18,44],[36,49,18,47],[36,50,18,48],[36,51,18,49],[36,52,18,50],[36,53,18,51],[37,2,19,0],[38,2,20,7],[38,6,20,11,"SecurityLevel"],[38,19,20,24],[39,2,21,0],[39,3,21,1],[39,13,21,11,"SecurityLevel"],[39,26,21,24],[39,28,21,26],[40,4,22,4],[41,0,23,0],[42,0,24,0],[43,4,25,4,"SecurityLevel"],[43,17,25,17],[43,18,25,18,"SecurityLevel"],[43,31,25,31],[43,32,25,32],[43,38,25,38],[43,39,25,39],[43,42,25,42],[43,43,25,43],[43,44,25,44],[43,47,25,47],[43,53,25,53],[44,4,26,4],[45,0,27,0],[46,0,28,0],[47,4,29,4,"SecurityLevel"],[47,17,29,17],[47,18,29,18,"SecurityLevel"],[47,31,29,31],[47,32,29,32],[47,40,29,40],[47,41,29,41],[47,44,29,44],[47,45,29,45],[47,46,29,46],[47,49,29,49],[47,57,29,57],[48,4,30,4],[49,0,31,0],[50,0,32,0],[51,0,33,0],[52,0,34,0],[53,4,35,4,"SecurityLevel"],[53,17,35,17],[53,18,35,18,"SecurityLevel"],[53,31,35,31],[53,32,35,32],[53,43,35,43],[53,44,35,44],[53,47,35,47,"Platform"],[53,63,35,55],[53,64,35,55,"Platform"],[53,72,35,55],[53,73,35,56,"OS"],[53,75,35,58],[53,80,35,63],[53,89,35,72],[53,92,36,10,"SecurityLevel"],[53,105,36,23],[53,106,36,24,"BIOMETRIC_WEAK"],[53,120,36,38],[53,123,37,10,"SecurityLevel"],[53,136,37,23],[53,137,37,24,"BIOMETRIC_STRONG"],[53,153,37,40],[53,154,37,41],[53,157,37,44],[53,168,37,55],[54,4,38,4],[55,0,39,0],[56,0,40,0],[57,0,41,0],[58,4,42,4,"SecurityLevel"],[58,17,42,17],[58,18,42,18,"SecurityLevel"],[58,31,42,31],[58,32,42,32],[58,48,42,48],[58,49,42,49],[58,52,42,52],[58,53,42,53],[58,54,42,54],[58,57,42,57],[58,73,42,73],[59,4,43,4],[60,0,44,0],[61,0,45,0],[62,4,46,4,"SecurityLevel"],[62,17,46,17],[62,18,46,18,"SecurityLevel"],[62,31,46,31],[62,32,46,32],[62,50,46,50],[62,51,46,51],[62,54,46,54],[62,55,46,55],[62,56,46,56],[62,59,46,59],[62,77,46,77],[63,2,47,0],[63,3,47,1],[63,5,47,3,"SecurityLevel"],[63,18,47,16],[63,23,47,21,"SecurityLevel"],[63,36,47,34],[63,39,47,37],[63,40,47,38],[63,41,47,39],[63,42,47,40],[63,43,47,41],[64,2,48,0,"Object"],[64,8,48,6],[64,9,48,7,"defineProperty"],[64,23,48,21],[64,24,48,22,"SecurityLevel"],[64,37,48,35],[64,39,48,37],[64,50,48,48],[64,52,48,50],[65,4,49,4,"get"],[65,7,49,7,"get"],[65,8,49,7],[65,10,49,10],[66,6,50,8],[66,12,50,14,"additionalMessage"],[66,29,50,31],[66,32,50,34,"Platform"],[66,48,50,42],[66,49,50,42,"Platform"],[66,57,50,42],[66,58,50,43,"OS"],[66,60,50,45],[66,65,50,50],[66,74,50,59],[66,77,51,14],[66,217,51,154],[66,220,52,14],[66,222,52,16],[67,6,53,8,"console"],[67,13,53,15],[67,14,53,16,"warn"],[67,18,53,20],[67,19,53,21],[67,146,53,148],[67,149,54,12,"additionalMessage"],[67,166,54,29],[67,167,54,30],[68,6,55,8],[68,13,55,15,"Platform"],[68,29,55,23],[68,30,55,23,"Platform"],[68,38,55,23],[68,39,55,24,"OS"],[68,41,55,26],[68,46,55,31],[68,55,55,40],[68,58,56,14,"SecurityLevel"],[68,71,56,27],[68,72,56,28,"BIOMETRIC_WEAK"],[68,86,56,42],[68,89,57,14,"SecurityLevel"],[68,102,57,27],[68,103,57,28,"BIOMETRIC_STRONG"],[68,119,57,44],[69,4,58,4],[70,2,59,0],[70,3,59,1],[70,4,59,2],[71,0,59,3],[71,3]],"functionMap":{"names":["","","Object.defineProperty$argument_2.get"],"mappings":"AAA;CCG;CDc;CCG;CD0B;IEE;KFS"},"hasCjsExports":false},"type":"js/module"}]} \ No newline at end of file diff --git a/frontend/.metro-cache/cache/3a/33fd1ce4c79ab5c826aca140b176ec04a91b38da18c7423081b2f08f9db3b3e008b450 b/frontend/.metro-cache/cache/3a/33fd1ce4c79ab5c826aca140b176ec04a91b38da18c7423081b2f08f9db3b3e008b450 new file mode 100644 index 00000000..2d8e82ad --- /dev/null +++ b/frontend/.metro-cache/cache/3a/33fd1ce4c79ab5c826aca140b176ec04a91b38da18c7423081b2f08f9db3b3e008b450 @@ -0,0 +1 @@ +{"dependencies":[{"name":"expo-modules-core","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":56,"index":56}}],"key":"fU8WLIPqoAGygnPbZ/QJiQQfXEY=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return _default;\n }\n });\n var _expoModulesCore = require(_dependencyMap[0], \"expo-modules-core\");\n var _default = (0, _expoModulesCore.requireNativeModule)('ExpoSecureStore');\n});","lineCount":15,"map":[[7,2,2,0,"Object"],[7,8,2,0],[7,9,2,0,"defineProperty"],[7,23,2,0],[7,24,2,0,"exports"],[7,31,2,0],[8,4,2,0,"enumerable"],[8,14,2,0],[9,4,2,0,"get"],[9,7,2,0],[9,18,2,0,"get"],[9,19,2,0],[10,6,2,0],[10,13,2,0,"_default"],[10,21,2,0],[11,4,2,0],[12,2,2,0],[13,2,1,0],[13,6,1,0,"_expoModulesCore"],[13,22,1,0],[13,25,1,0,"require"],[13,32,1,0],[13,33,1,0,"_dependencyMap"],[13,47,1,0],[14,2,2,0],[14,6,2,0,"_default"],[14,14,2,0],[14,17,2,15],[14,21,2,15,"requireNativeModule"],[14,37,2,34],[14,38,2,34,"requireNativeModule"],[14,57,2,34],[14,59,2,35],[14,76,2,52],[14,77,2,53],[15,0,2,54],[15,3]],"functionMap":{"names":[""],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]} \ No newline at end of file diff --git a/frontend/.metro-cache/cache/45/b9e2364a860a85299af5bc892360fcd2530a10312f0a7dae7426bfe9ad4462a1cf8c0f b/frontend/.metro-cache/cache/45/b9e2364a860a85299af5bc892360fcd2530a10312f0a7dae7426bfe9ad4462a1cf8c0f new file mode 100644 index 00000000..137e67c8 --- /dev/null +++ b/frontend/.metro-cache/cache/45/b9e2364a860a85299af5bc892360fcd2530a10312f0a7dae7426bfe9ad4462a1cf8c0f @@ -0,0 +1 @@ +{"dependencies":[{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":26,"index":26}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"expo-status-bar","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":27},"end":{"line":2,"column":44,"index":71}}],"key":"tlkgvZrxUMG8C7vDDJbsBGIlvhs=","exportNames":["*"],"imports":1}},{"name":"@react-navigation/native","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":3,"column":0,"index":72},"end":{"line":3,"column":63,"index":135}}],"key":"yKhyWCfwa1gXEwEbMKnWHykYbZ4=","exportNames":["*"],"imports":1}},{"name":"@react-navigation/native-stack","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":4,"column":0,"index":136},"end":{"line":4,"column":76,"index":212}}],"key":"kL7YyDHXbQgeoRvc2xX4WvC056I=","exportNames":["*"],"imports":1}},{"name":"./src/contexts/AuthContext","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":5,"column":0,"index":213},"end":{"line":5,"column":58,"index":271}}],"key":"hkG6rfMCkOXbkIn/bxyiB8dw7Go=","exportNames":["*"],"imports":1}},{"name":"./src/screens/LanguageScreen","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":6,"column":0,"index":272},"end":{"line":6,"column":58,"index":330}}],"key":"r0oCXn0bLVYhFhlK4ZXGJz88+AU=","exportNames":["*"],"imports":1}},{"name":"./src/screens/HumanVerificationScreen","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":7,"column":0,"index":331},"end":{"line":7,"column":76,"index":407}}],"key":"TaXkQzLPXUOJtR5HMi07lPG4waI=","exportNames":["*"],"imports":1}},{"name":"./src/screens/AuthScreen","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":8,"column":0,"index":408},"end":{"line":8,"column":50,"index":458}}],"key":"qkOGcG7Id2Te0rMLuAhkYAOJRc8=","exportNames":["*"],"imports":1}},{"name":"./src/screens/HomeScreen","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":9,"column":0,"index":459},"end":{"line":9,"column":50,"index":509}}],"key":"TuO2yEBLkh4YjSgr/iR6qWAGFHg=","exportNames":["*"],"imports":1}},{"name":"./src/screens/NotificationsScreen","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":10,"column":0,"index":510},"end":{"line":10,"column":68,"index":578}}],"key":"Nc78KrDmUrJ95VyqkBcpssHz0EE=","exportNames":["*"],"imports":1}},{"name":"./src/screens/SettingsScreen","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":11,"column":0,"index":579},"end":{"line":11,"column":58,"index":637}}],"key":"z6BWMnNOQBSgBqtFNDMAY0KHvZk=","exportNames":["*"],"imports":1}},{"name":"./src/screens/QRScannerScreen","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":12,"column":0,"index":638},"end":{"line":12,"column":60,"index":698}}],"key":"BuXeFOPzuhl59001tBju6OyXJJU=","exportNames":["*"],"imports":1}},{"name":"./src/screens/EditProfileScreen","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0,"index":699},"end":{"line":13,"column":64,"index":763}}],"key":"3H8+S3ge4E+58KBX9aqHGAPCcmg=","exportNames":["*"],"imports":1}},{"name":"./src/screens/ChangePasswordScreen","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":14,"column":0,"index":764},"end":{"line":14,"column":70,"index":834}}],"key":"29GgShr9NbeH3lOxR9yjt4juUbk=","exportNames":["*"],"imports":1}},{"name":"./src/screens/TermsScreen","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":15,"column":0,"index":835},"end":{"line":15,"column":52,"index":887}}],"key":"/EHLGE4J7cF/Qezr+8sQLniW7Sc=","exportNames":["*"],"imports":1}},{"name":"./src/screens/PrivacyScreen","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":16,"column":0,"index":888},"end":{"line":16,"column":56,"index":944}}],"key":"rG5BrOBmG2Vmmw+aA31q8frBE8M=","exportNames":["*"],"imports":1}},{"name":"./src/screens/HelpScreen","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":17,"column":0,"index":945},"end":{"line":17,"column":50,"index":995}}],"key":"xH9CRdje2nsRn38Cb25w4VUeNtc=","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/App.tsx\";\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 App;\n }\n });\n require(_dependencyMap[0], \"react\");\n var _expoStatusBar = require(_dependencyMap[1], \"expo-status-bar\");\n var _reactNavigationNative = require(_dependencyMap[2], \"@react-navigation/native\");\n var _reactNavigationNativeStack = require(_dependencyMap[3], \"@react-navigation/native-stack\");\n var _srcContextsAuthContext = require(_dependencyMap[4], \"./src/contexts/AuthContext\");\n var _srcScreensLanguageScreen = require(_dependencyMap[5], \"./src/screens/LanguageScreen\");\n var LanguageScreen = _interopDefault(_srcScreensLanguageScreen);\n var _srcScreensHumanVerificationScreen = require(_dependencyMap[6], \"./src/screens/HumanVerificationScreen\");\n var HumanVerificationScreen = _interopDefault(_srcScreensHumanVerificationScreen);\n var _srcScreensAuthScreen = require(_dependencyMap[7], \"./src/screens/AuthScreen\");\n var AuthScreen = _interopDefault(_srcScreensAuthScreen);\n var _srcScreensHomeScreen = require(_dependencyMap[8], \"./src/screens/HomeScreen\");\n var HomeScreen = _interopDefault(_srcScreensHomeScreen);\n var _srcScreensNotificationsScreen = require(_dependencyMap[9], \"./src/screens/NotificationsScreen\");\n var NotificationsScreen = _interopDefault(_srcScreensNotificationsScreen);\n var _srcScreensSettingsScreen = require(_dependencyMap[10], \"./src/screens/SettingsScreen\");\n var SettingsScreen = _interopDefault(_srcScreensSettingsScreen);\n var _srcScreensQRScannerScreen = require(_dependencyMap[11], \"./src/screens/QRScannerScreen\");\n var QRScannerScreen = _interopDefault(_srcScreensQRScannerScreen);\n var _srcScreensEditProfileScreen = require(_dependencyMap[12], \"./src/screens/EditProfileScreen\");\n var EditProfileScreen = _interopDefault(_srcScreensEditProfileScreen);\n var _srcScreensChangePasswordScreen = require(_dependencyMap[13], \"./src/screens/ChangePasswordScreen\");\n var ChangePasswordScreen = _interopDefault(_srcScreensChangePasswordScreen);\n var _srcScreensTermsScreen = require(_dependencyMap[14], \"./src/screens/TermsScreen\");\n var TermsScreen = _interopDefault(_srcScreensTermsScreen);\n var _srcScreensPrivacyScreen = require(_dependencyMap[15], \"./src/screens/PrivacyScreen\");\n var PrivacyScreen = _interopDefault(_srcScreensPrivacyScreen);\n var _srcScreensHelpScreen = require(_dependencyMap[16], \"./src/screens/HelpScreen\");\n var HelpScreen = _interopDefault(_srcScreensHelpScreen);\n var _reactJsxDevRuntime = require(_dependencyMap[17], \"react/jsx-dev-runtime\");\n const Stack = (0, _reactNavigationNativeStack.createNativeStackNavigator)();\n function App() {\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_srcContextsAuthContext.AuthProvider, {\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNavigationNative.NavigationContainer, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoStatusBar.StatusBar, {\n style: \"dark\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 25,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Stack.Navigator, {\n screenOptions: {\n headerShown: false\n },\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Stack.Screen, {\n name: \"Language\",\n component: LanguageScreen.default\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 27,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Stack.Screen, {\n name: \"HumanVerification\",\n component: HumanVerificationScreen.default\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 28,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Stack.Screen, {\n name: \"Auth\",\n component: AuthScreen.default\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 29,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Stack.Screen, {\n name: \"Home\",\n component: HomeScreen.default\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 30,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Stack.Screen, {\n name: \"Notifications\",\n component: NotificationsScreen.default\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 31,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Stack.Screen, {\n name: \"Settings\",\n component: SettingsScreen.default\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 32,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Stack.Screen, {\n name: \"QRScanner\",\n component: QRScannerScreen.default\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 33,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Stack.Screen, {\n name: \"EditProfile\",\n component: EditProfileScreen.default\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 34,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Stack.Screen, {\n name: \"ChangePassword\",\n component: ChangePasswordScreen.default\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 35,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Stack.Screen, {\n name: \"Terms\",\n component: TermsScreen.default\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 36,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Stack.Screen, {\n name: \"Privacy\",\n component: PrivacyScreen.default\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 37,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Stack.Screen, {\n name: \"Help\",\n component: HelpScreen.default\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 38,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 26,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 24,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 23,\n columnNumber: 5\n }, this);\n }\n _c = App;\n var _c;\n $RefreshReg$(_c, \"App\");\n});","lineCount":167,"map":[[13,2,21,15,"Object"],[13,8,21,15],[13,9,21,15,"defineProperty"],[13,23,21,15],[13,24,21,15,"exports"],[13,31,21,15],[14,4,21,15,"enumerable"],[14,14,21,15],[15,4,21,15,"get"],[15,7,21,15],[15,18,21,15,"get"],[15,19,21,15],[16,6,21,15],[16,13,21,15,"App"],[16,16,21,15],[17,4,21,15],[18,2,21,15],[19,2,1,0,"require"],[19,9,1,0],[19,10,1,0,"_dependencyMap"],[19,24,1,0],[20,2,2,0],[20,6,2,0,"_expoStatusBar"],[20,20,2,0],[20,23,2,0,"require"],[20,30,2,0],[20,31,2,0,"_dependencyMap"],[20,45,2,0],[21,2,3,0],[21,6,3,0,"_reactNavigationNative"],[21,28,3,0],[21,31,3,0,"require"],[21,38,3,0],[21,39,3,0,"_dependencyMap"],[21,53,3,0],[22,2,4,0],[22,6,4,0,"_reactNavigationNativeStack"],[22,33,4,0],[22,36,4,0,"require"],[22,43,4,0],[22,44,4,0,"_dependencyMap"],[22,58,4,0],[23,2,5,0],[23,6,5,0,"_srcContextsAuthContext"],[23,29,5,0],[23,32,5,0,"require"],[23,39,5,0],[23,40,5,0,"_dependencyMap"],[23,54,5,0],[24,2,6,0],[24,6,6,0,"_srcScreensLanguageScreen"],[24,31,6,0],[24,34,6,0,"require"],[24,41,6,0],[24,42,6,0,"_dependencyMap"],[24,56,6,0],[25,2,6,0],[25,6,6,0,"LanguageScreen"],[25,20,6,0],[25,23,6,0,"_interopDefault"],[25,38,6,0],[25,39,6,0,"_srcScreensLanguageScreen"],[25,64,6,0],[26,2,7,0],[26,6,7,0,"_srcScreensHumanVerificationScreen"],[26,40,7,0],[26,43,7,0,"require"],[26,50,7,0],[26,51,7,0,"_dependencyMap"],[26,65,7,0],[27,2,7,0],[27,6,7,0,"HumanVerificationScreen"],[27,29,7,0],[27,32,7,0,"_interopDefault"],[27,47,7,0],[27,48,7,0,"_srcScreensHumanVerificationScreen"],[27,82,7,0],[28,2,8,0],[28,6,8,0,"_srcScreensAuthScreen"],[28,27,8,0],[28,30,8,0,"require"],[28,37,8,0],[28,38,8,0,"_dependencyMap"],[28,52,8,0],[29,2,8,0],[29,6,8,0,"AuthScreen"],[29,16,8,0],[29,19,8,0,"_interopDefault"],[29,34,8,0],[29,35,8,0,"_srcScreensAuthScreen"],[29,56,8,0],[30,2,9,0],[30,6,9,0,"_srcScreensHomeScreen"],[30,27,9,0],[30,30,9,0,"require"],[30,37,9,0],[30,38,9,0,"_dependencyMap"],[30,52,9,0],[31,2,9,0],[31,6,9,0,"HomeScreen"],[31,16,9,0],[31,19,9,0,"_interopDefault"],[31,34,9,0],[31,35,9,0,"_srcScreensHomeScreen"],[31,56,9,0],[32,2,10,0],[32,6,10,0,"_srcScreensNotificationsScreen"],[32,36,10,0],[32,39,10,0,"require"],[32,46,10,0],[32,47,10,0,"_dependencyMap"],[32,61,10,0],[33,2,10,0],[33,6,10,0,"NotificationsScreen"],[33,25,10,0],[33,28,10,0,"_interopDefault"],[33,43,10,0],[33,44,10,0,"_srcScreensNotificationsScreen"],[33,74,10,0],[34,2,11,0],[34,6,11,0,"_srcScreensSettingsScreen"],[34,31,11,0],[34,34,11,0,"require"],[34,41,11,0],[34,42,11,0,"_dependencyMap"],[34,56,11,0],[35,2,11,0],[35,6,11,0,"SettingsScreen"],[35,20,11,0],[35,23,11,0,"_interopDefault"],[35,38,11,0],[35,39,11,0,"_srcScreensSettingsScreen"],[35,64,11,0],[36,2,12,0],[36,6,12,0,"_srcScreensQRScannerScreen"],[36,32,12,0],[36,35,12,0,"require"],[36,42,12,0],[36,43,12,0,"_dependencyMap"],[36,57,12,0],[37,2,12,0],[37,6,12,0,"QRScannerScreen"],[37,21,12,0],[37,24,12,0,"_interopDefault"],[37,39,12,0],[37,40,12,0,"_srcScreensQRScannerScreen"],[37,66,12,0],[38,2,13,0],[38,6,13,0,"_srcScreensEditProfileScreen"],[38,34,13,0],[38,37,13,0,"require"],[38,44,13,0],[38,45,13,0,"_dependencyMap"],[38,59,13,0],[39,2,13,0],[39,6,13,0,"EditProfileScreen"],[39,23,13,0],[39,26,13,0,"_interopDefault"],[39,41,13,0],[39,42,13,0,"_srcScreensEditProfileScreen"],[39,70,13,0],[40,2,14,0],[40,6,14,0,"_srcScreensChangePasswordScreen"],[40,37,14,0],[40,40,14,0,"require"],[40,47,14,0],[40,48,14,0,"_dependencyMap"],[40,62,14,0],[41,2,14,0],[41,6,14,0,"ChangePasswordScreen"],[41,26,14,0],[41,29,14,0,"_interopDefault"],[41,44,14,0],[41,45,14,0,"_srcScreensChangePasswordScreen"],[41,76,14,0],[42,2,15,0],[42,6,15,0,"_srcScreensTermsScreen"],[42,28,15,0],[42,31,15,0,"require"],[42,38,15,0],[42,39,15,0,"_dependencyMap"],[42,53,15,0],[43,2,15,0],[43,6,15,0,"TermsScreen"],[43,17,15,0],[43,20,15,0,"_interopDefault"],[43,35,15,0],[43,36,15,0,"_srcScreensTermsScreen"],[43,58,15,0],[44,2,16,0],[44,6,16,0,"_srcScreensPrivacyScreen"],[44,30,16,0],[44,33,16,0,"require"],[44,40,16,0],[44,41,16,0,"_dependencyMap"],[44,55,16,0],[45,2,16,0],[45,6,16,0,"PrivacyScreen"],[45,19,16,0],[45,22,16,0,"_interopDefault"],[45,37,16,0],[45,38,16,0,"_srcScreensPrivacyScreen"],[45,62,16,0],[46,2,17,0],[46,6,17,0,"_srcScreensHelpScreen"],[46,27,17,0],[46,30,17,0,"require"],[46,37,17,0],[46,38,17,0,"_dependencyMap"],[46,52,17,0],[47,2,17,0],[47,6,17,0,"HelpScreen"],[47,16,17,0],[47,19,17,0,"_interopDefault"],[47,34,17,0],[47,35,17,0,"_srcScreensHelpScreen"],[47,56,17,0],[48,2,17,50],[48,6,17,50,"_reactJsxDevRuntime"],[48,25,17,50],[48,28,17,50,"require"],[48,35,17,50],[48,36,17,50,"_dependencyMap"],[48,50,17,50],[49,2,19,0],[49,8,19,6,"Stack"],[49,13,19,11],[49,16,19,14],[49,20,19,14,"createNativeStackNavigator"],[49,47,19,40],[49,48,19,40,"createNativeStackNavigator"],[49,74,19,40],[49,76,19,41],[49,77,19,42],[50,2,21,15],[50,11,21,24,"App"],[50,14,21,27,"App"],[50,15,21,27],[50,17,21,30],[51,4,22,2],[51,24,23,4],[51,28,23,4,"_reactJsxDevRuntime"],[51,47,23,4],[51,48,23,4,"jsxDEV"],[51,54,23,4],[51,56,23,5,"_srcContextsAuthContext"],[51,79,23,17],[51,80,23,17,"AuthProvider"],[51,92,23,17],[52,6,23,17,"children"],[52,14,23,17],[52,29,24,6],[52,33,24,6,"_reactJsxDevRuntime"],[52,52,24,6],[52,53,24,6,"jsxDEV"],[52,59,24,6],[52,61,24,7,"_reactNavigationNative"],[52,83,24,26],[52,84,24,26,"NavigationContainer"],[52,103,24,26],[53,8,24,26,"children"],[53,16,24,26],[53,32,25,8],[53,36,25,8,"_reactJsxDevRuntime"],[53,55,25,8],[53,56,25,8,"jsxDEV"],[53,62,25,8],[53,64,25,9,"_expoStatusBar"],[53,78,25,18],[53,79,25,18,"StatusBar"],[53,88,25,18],[54,10,25,19,"style"],[54,15,25,24],[54,17,25,25],[55,8,25,31],[56,10,25,31,"fileName"],[56,18,25,31],[56,20,25,31,"_jsxFileName"],[56,32,25,31],[57,10,25,31,"lineNumber"],[57,20,25,31],[58,10,25,31,"columnNumber"],[58,22,25,31],[59,8,25,31],[59,15,25,33],[59,16,25,34],[59,31,26,8],[59,35,26,8,"_reactJsxDevRuntime"],[59,54,26,8],[59,55,26,8,"jsxDEV"],[59,61,26,8],[59,63,26,9,"Stack"],[59,68,26,14],[59,69,26,15,"Navigator"],[59,78,26,24],[60,10,26,25,"screenOptions"],[60,23,26,38],[60,25,26,40],[61,12,26,42,"headerShown"],[61,23,26,53],[61,25,26,55],[62,10,26,61],[62,11,26,63],[63,10,26,63,"children"],[63,18,26,63],[63,34,27,10],[63,38,27,10,"_reactJsxDevRuntime"],[63,57,27,10],[63,58,27,10,"jsxDEV"],[63,64,27,10],[63,66,27,11,"Stack"],[63,71,27,16],[63,72,27,17,"Screen"],[63,78,27,23],[64,12,27,24,"name"],[64,16,27,28],[64,18,27,29],[64,28,27,39],[65,12,27,40,"component"],[65,21,27,49],[65,23,27,51,"LanguageScreen"],[65,37,27,65],[65,38,27,65,"default"],[66,10,27,66],[67,12,27,66,"fileName"],[67,20,27,66],[67,22,27,66,"_jsxFileName"],[67,34,27,66],[68,12,27,66,"lineNumber"],[68,22,27,66],[69,12,27,66,"columnNumber"],[69,24,27,66],[70,10,27,66],[70,17,27,68],[70,18,27,69],[70,33,28,10],[70,37,28,10,"_reactJsxDevRuntime"],[70,56,28,10],[70,57,28,10,"jsxDEV"],[70,63,28,10],[70,65,28,11,"Stack"],[70,70,28,16],[70,71,28,17,"Screen"],[70,77,28,23],[71,12,28,24,"name"],[71,16,28,28],[71,18,28,29],[71,37,28,48],[72,12,28,49,"component"],[72,21,28,58],[72,23,28,60,"HumanVerificationScreen"],[72,46,28,83],[72,47,28,83,"default"],[73,10,28,84],[74,12,28,84,"fileName"],[74,20,28,84],[74,22,28,84,"_jsxFileName"],[74,34,28,84],[75,12,28,84,"lineNumber"],[75,22,28,84],[76,12,28,84,"columnNumber"],[76,24,28,84],[77,10,28,84],[77,17,28,86],[77,18,28,87],[77,33,29,10],[77,37,29,10,"_reactJsxDevRuntime"],[77,56,29,10],[77,57,29,10,"jsxDEV"],[77,63,29,10],[77,65,29,11,"Stack"],[77,70,29,16],[77,71,29,17,"Screen"],[77,77,29,23],[78,12,29,24,"name"],[78,16,29,28],[78,18,29,29],[78,24,29,35],[79,12,29,36,"component"],[79,21,29,45],[79,23,29,47,"AuthScreen"],[79,33,29,57],[79,34,29,57,"default"],[80,10,29,58],[81,12,29,58,"fileName"],[81,20,29,58],[81,22,29,58,"_jsxFileName"],[81,34,29,58],[82,12,29,58,"lineNumber"],[82,22,29,58],[83,12,29,58,"columnNumber"],[83,24,29,58],[84,10,29,58],[84,17,29,60],[84,18,29,61],[84,33,30,10],[84,37,30,10,"_reactJsxDevRuntime"],[84,56,30,10],[84,57,30,10,"jsxDEV"],[84,63,30,10],[84,65,30,11,"Stack"],[84,70,30,16],[84,71,30,17,"Screen"],[84,77,30,23],[85,12,30,24,"name"],[85,16,30,28],[85,18,30,29],[85,24,30,35],[86,12,30,36,"component"],[86,21,30,45],[86,23,30,47,"HomeScreen"],[86,33,30,57],[86,34,30,57,"default"],[87,10,30,58],[88,12,30,58,"fileName"],[88,20,30,58],[88,22,30,58,"_jsxFileName"],[88,34,30,58],[89,12,30,58,"lineNumber"],[89,22,30,58],[90,12,30,58,"columnNumber"],[90,24,30,58],[91,10,30,58],[91,17,30,60],[91,18,30,61],[91,33,31,10],[91,37,31,10,"_reactJsxDevRuntime"],[91,56,31,10],[91,57,31,10,"jsxDEV"],[91,63,31,10],[91,65,31,11,"Stack"],[91,70,31,16],[91,71,31,17,"Screen"],[91,77,31,23],[92,12,31,24,"name"],[92,16,31,28],[92,18,31,29],[92,33,31,44],[93,12,31,45,"component"],[93,21,31,54],[93,23,31,56,"NotificationsScreen"],[93,42,31,75],[93,43,31,75,"default"],[94,10,31,76],[95,12,31,76,"fileName"],[95,20,31,76],[95,22,31,76,"_jsxFileName"],[95,34,31,76],[96,12,31,76,"lineNumber"],[96,22,31,76],[97,12,31,76,"columnNumber"],[97,24,31,76],[98,10,31,76],[98,17,31,78],[98,18,31,79],[98,33,32,10],[98,37,32,10,"_reactJsxDevRuntime"],[98,56,32,10],[98,57,32,10,"jsxDEV"],[98,63,32,10],[98,65,32,11,"Stack"],[98,70,32,16],[98,71,32,17,"Screen"],[98,77,32,23],[99,12,32,24,"name"],[99,16,32,28],[99,18,32,29],[99,28,32,39],[100,12,32,40,"component"],[100,21,32,49],[100,23,32,51,"SettingsScreen"],[100,37,32,65],[100,38,32,65,"default"],[101,10,32,66],[102,12,32,66,"fileName"],[102,20,32,66],[102,22,32,66,"_jsxFileName"],[102,34,32,66],[103,12,32,66,"lineNumber"],[103,22,32,66],[104,12,32,66,"columnNumber"],[104,24,32,66],[105,10,32,66],[105,17,32,68],[105,18,32,69],[105,33,33,10],[105,37,33,10,"_reactJsxDevRuntime"],[105,56,33,10],[105,57,33,10,"jsxDEV"],[105,63,33,10],[105,65,33,11,"Stack"],[105,70,33,16],[105,71,33,17,"Screen"],[105,77,33,23],[106,12,33,24,"name"],[106,16,33,28],[106,18,33,29],[106,29,33,40],[107,12,33,41,"component"],[107,21,33,50],[107,23,33,52,"QRScannerScreen"],[107,38,33,67],[107,39,33,67,"default"],[108,10,33,68],[109,12,33,68,"fileName"],[109,20,33,68],[109,22,33,68,"_jsxFileName"],[109,34,33,68],[110,12,33,68,"lineNumber"],[110,22,33,68],[111,12,33,68,"columnNumber"],[111,24,33,68],[112,10,33,68],[112,17,33,70],[112,18,33,71],[112,33,34,10],[112,37,34,10,"_reactJsxDevRuntime"],[112,56,34,10],[112,57,34,10,"jsxDEV"],[112,63,34,10],[112,65,34,11,"Stack"],[112,70,34,16],[112,71,34,17,"Screen"],[112,77,34,23],[113,12,34,24,"name"],[113,16,34,28],[113,18,34,29],[113,31,34,42],[114,12,34,43,"component"],[114,21,34,52],[114,23,34,54,"EditProfileScreen"],[114,40,34,71],[114,41,34,71,"default"],[115,10,34,72],[116,12,34,72,"fileName"],[116,20,34,72],[116,22,34,72,"_jsxFileName"],[116,34,34,72],[117,12,34,72,"lineNumber"],[117,22,34,72],[118,12,34,72,"columnNumber"],[118,24,34,72],[119,10,34,72],[119,17,34,74],[119,18,34,75],[119,33,35,10],[119,37,35,10,"_reactJsxDevRuntime"],[119,56,35,10],[119,57,35,10,"jsxDEV"],[119,63,35,10],[119,65,35,11,"Stack"],[119,70,35,16],[119,71,35,17,"Screen"],[119,77,35,23],[120,12,35,24,"name"],[120,16,35,28],[120,18,35,29],[120,34,35,45],[121,12,35,46,"component"],[121,21,35,55],[121,23,35,57,"ChangePasswordScreen"],[121,43,35,77],[121,44,35,77,"default"],[122,10,35,78],[123,12,35,78,"fileName"],[123,20,35,78],[123,22,35,78,"_jsxFileName"],[123,34,35,78],[124,12,35,78,"lineNumber"],[124,22,35,78],[125,12,35,78,"columnNumber"],[125,24,35,78],[126,10,35,78],[126,17,35,80],[126,18,35,81],[126,33,36,10],[126,37,36,10,"_reactJsxDevRuntime"],[126,56,36,10],[126,57,36,10,"jsxDEV"],[126,63,36,10],[126,65,36,11,"Stack"],[126,70,36,16],[126,71,36,17,"Screen"],[126,77,36,23],[127,12,36,24,"name"],[127,16,36,28],[127,18,36,29],[127,25,36,36],[128,12,36,37,"component"],[128,21,36,46],[128,23,36,48,"TermsScreen"],[128,34,36,59],[128,35,36,59,"default"],[129,10,36,60],[130,12,36,60,"fileName"],[130,20,36,60],[130,22,36,60,"_jsxFileName"],[130,34,36,60],[131,12,36,60,"lineNumber"],[131,22,36,60],[132,12,36,60,"columnNumber"],[132,24,36,60],[133,10,36,60],[133,17,36,62],[133,18,36,63],[133,33,37,10],[133,37,37,10,"_reactJsxDevRuntime"],[133,56,37,10],[133,57,37,10,"jsxDEV"],[133,63,37,10],[133,65,37,11,"Stack"],[133,70,37,16],[133,71,37,17,"Screen"],[133,77,37,23],[134,12,37,24,"name"],[134,16,37,28],[134,18,37,29],[134,27,37,38],[135,12,37,39,"component"],[135,21,37,48],[135,23,37,50,"PrivacyScreen"],[135,36,37,63],[135,37,37,63,"default"],[136,10,37,64],[137,12,37,64,"fileName"],[137,20,37,64],[137,22,37,64,"_jsxFileName"],[137,34,37,64],[138,12,37,64,"lineNumber"],[138,22,37,64],[139,12,37,64,"columnNumber"],[139,24,37,64],[140,10,37,64],[140,17,37,66],[140,18,37,67],[140,33,38,10],[140,37,38,10,"_reactJsxDevRuntime"],[140,56,38,10],[140,57,38,10,"jsxDEV"],[140,63,38,10],[140,65,38,11,"Stack"],[140,70,38,16],[140,71,38,17,"Screen"],[140,77,38,23],[141,12,38,24,"name"],[141,16,38,28],[141,18,38,29],[141,24,38,35],[142,12,38,36,"component"],[142,21,38,45],[142,23,38,47,"HelpScreen"],[142,33,38,57],[142,34,38,57,"default"],[143,10,38,58],[144,12,38,58,"fileName"],[144,20,38,58],[144,22,38,58,"_jsxFileName"],[144,34,38,58],[145,12,38,58,"lineNumber"],[145,22,38,58],[146,12,38,58,"columnNumber"],[146,24,38,58],[147,10,38,58],[147,17,38,60],[147,18,38,61],[148,8,38,61],[149,10,38,61,"fileName"],[149,18,38,61],[149,20,38,61,"_jsxFileName"],[149,32,38,61],[150,10,38,61,"lineNumber"],[150,20,38,61],[151,10,38,61,"columnNumber"],[151,22,38,61],[152,8,38,61],[152,15,39,25],[152,16,39,26],[153,6,39,26],[154,8,39,26,"fileName"],[154,16,39,26],[154,18,39,26,"_jsxFileName"],[154,30,39,26],[155,8,39,26,"lineNumber"],[155,18,39,26],[156,8,39,26,"columnNumber"],[156,20,39,26],[157,6,39,26],[157,13,40,27],[158,4,40,28],[159,6,40,28,"fileName"],[159,14,40,28],[159,16,40,28,"_jsxFileName"],[159,28,40,28],[160,6,40,28,"lineNumber"],[160,16,40,28],[161,6,40,28,"columnNumber"],[161,18,40,28],[162,4,40,28],[162,11,41,18],[162,12,41,19],[163,2,43,0],[164,2,43,1,"_c"],[164,4,43,1],[164,7,21,24,"App"],[164,10,21,27],[165,2,21,27],[165,6,21,27,"_c"],[165,8,21,27],[166,2,21,27,"$RefreshReg$"],[166,14,21,27],[166,15,21,27,"_c"],[166,17,21,27],[167,0,21,27],[167,3]],"functionMap":{"names":["","App"],"mappings":"AAA;eCoB;CDsB"},"hasCjsExports":false},"type":"js/module"}]} \ No newline at end of file diff --git a/frontend/.metro-cache/cache/47/2c8d7c2e3a01551b4ada3d896333ec323904e63fac93685e1f9aac967e185c83c28b21 b/frontend/.metro-cache/cache/47/2c8d7c2e3a01551b4ada3d896333ec323904e63fac93685e1f9aac967e185c83c28b21 new file mode 100644 index 00000000..f641ea63 --- /dev/null +++ b/frontend/.metro-cache/cache/47/2c8d7c2e3a01551b4ada3d896333ec323904e63fac93685e1f9aac967e185c83c28b21 @@ -0,0 +1 @@ +{"dependencies":[{"name":"expo-modules-core","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":56,"index":56}}],"key":"fU8WLIPqoAGygnPbZ/QJiQQfXEY=","exportNames":["*"],"imports":1}},{"name":"invariant","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":57},"end":{"line":2,"column":34,"index":91}}],"key":"4HPAaDQ25ZwZ2dzTLatXuUucZUM=","exportNames":["*"],"imports":1}},{"name":"./ExpoLocalAuthentication","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":3,"column":0,"index":92},"end":{"line":3,"column":64,"index":156}}],"key":"wO9yrMIaEu6Su2W3h/wpxu7Gg+g=","exportNames":["*"],"imports":1}},{"name":"./LocalAuthentication.types","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":4,"column":0,"index":157},"end":{"line":4,"column":81,"index":238}}],"key":"lDec6gGZYHDsSqpXcagYVqewIdo=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n Object.defineProperty(exports, \"AuthenticationType\", {\n enumerable: true,\n get: function () {\n return _LocalAuthenticationTypes.AuthenticationType;\n }\n });\n Object.defineProperty(exports, \"SecurityLevel\", {\n enumerable: true,\n get: function () {\n return _LocalAuthenticationTypes.SecurityLevel;\n }\n });\n exports.hasHardwareAsync = hasHardwareAsync;\n exports.supportedAuthenticationTypesAsync = supportedAuthenticationTypesAsync;\n exports.isEnrolledAsync = isEnrolledAsync;\n exports.getEnrolledLevelAsync = getEnrolledLevelAsync;\n exports.authenticateAsync = authenticateAsync;\n exports.cancelAuthenticate = cancelAuthenticate;\n var _expoModulesCore = require(_dependencyMap[0], \"expo-modules-core\");\n var _invariant = require(_dependencyMap[1], \"invariant\");\n var invariant = _interopDefault(_invariant);\n var _ExpoLocalAuthentication = require(_dependencyMap[2], \"./ExpoLocalAuthentication\");\n var ExpoLocalAuthentication = _interopDefault(_ExpoLocalAuthentication);\n var _LocalAuthenticationTypes = require(_dependencyMap[3], \"./LocalAuthentication.types\");\n // @needsAudit\n /**\n * Determine whether a face or fingerprint scanner is available on the device.\n * @return Returns a promise which fulfils with a `boolean` value indicating whether a face or\n * fingerprint scanner is available on this device.\n */\n async function hasHardwareAsync() {\n if (!ExpoLocalAuthentication.default.hasHardwareAsync) {\n throw new _expoModulesCore.UnavailabilityError('expo-local-authentication', 'hasHardwareAsync');\n }\n return await ExpoLocalAuthentication.default.hasHardwareAsync();\n }\n // @needsAudit\n /**\n * Determine what kinds of authentications are available on the device.\n * @return Returns a promise which fulfils to an array containing [`AuthenticationType`s](#authenticationtype).\n *\n * Devices can support multiple authentication methods - i.e. `[1,2]` means the device supports both\n * fingerprint and facial recognition. If none are supported, this method returns an empty array.\n */\n async function supportedAuthenticationTypesAsync() {\n if (!ExpoLocalAuthentication.default.supportedAuthenticationTypesAsync) {\n throw new _expoModulesCore.UnavailabilityError('expo-local-authentication', 'supportedAuthenticationTypesAsync');\n }\n return await ExpoLocalAuthentication.default.supportedAuthenticationTypesAsync();\n }\n // @needsAudit\n /**\n * Determine whether the device has saved fingerprints or facial data to use for authentication.\n * @return Returns a promise which fulfils to `boolean` value indicating whether the device has\n * saved fingerprints or facial data for authentication.\n */\n async function isEnrolledAsync() {\n if (!ExpoLocalAuthentication.default.isEnrolledAsync) {\n throw new _expoModulesCore.UnavailabilityError('expo-local-authentication', 'isEnrolledAsync');\n }\n return await ExpoLocalAuthentication.default.isEnrolledAsync();\n }\n // @needsAudit\n /**\n * Determine what kind of authentication is enrolled on the device.\n * @return Returns a promise which fulfils with [`SecurityLevel`](#securitylevel).\n * > **Note:** On Android devices prior to M, `SECRET` can be returned if only the SIM lock has been\n * enrolled, which is not the method that [`authenticateAsync`](#localauthenticationauthenticateasyncoptions)\n * prompts.\n */\n async function getEnrolledLevelAsync() {\n if (!ExpoLocalAuthentication.default.getEnrolledLevelAsync) {\n throw new _expoModulesCore.UnavailabilityError('expo-local-authentication', 'getEnrolledLevelAsync');\n }\n return await ExpoLocalAuthentication.default.getEnrolledLevelAsync();\n }\n // @needsAudit\n /**\n * Attempts to authenticate via Fingerprint/TouchID (or FaceID if available on the device).\n * > **Note:** Apple requires apps which use FaceID to provide a description of why they use this API.\n * If you try to use FaceID on an iPhone with FaceID without providing `infoPlist.NSFaceIDUsageDescription`\n * in `app.json`, the module will authenticate using device passcode. For more information about\n * usage descriptions on iOS, see [permissions guide](/guides/permissions/#ios).\n * @param options\n * @return Returns a promise which fulfils with [`LocalAuthenticationResult`](#localauthenticationresult).\n */\n async function authenticateAsync(options = {}) {\n if (!ExpoLocalAuthentication.default.authenticateAsync) {\n throw new _expoModulesCore.UnavailabilityError('expo-local-authentication', 'authenticateAsync');\n }\n if (options.hasOwnProperty('promptMessage')) {\n (0, invariant.default)(typeof options.promptMessage === 'string' && options.promptMessage.length, 'LocalAuthentication.authenticateAsync : `options.promptMessage` must be a non-empty string.');\n }\n const promptMessage = options.promptMessage || 'Authenticate';\n const cancelLabel = options.cancelLabel || 'Cancel';\n const result = await ExpoLocalAuthentication.default.authenticateAsync({\n ...options,\n promptMessage,\n cancelLabel\n });\n return result;\n }\n // @needsAudit\n /**\n * Cancels authentication flow.\n * @platform android\n */\n async function cancelAuthenticate() {\n if (!ExpoLocalAuthentication.default.cancelAuthenticate) {\n throw new _expoModulesCore.UnavailabilityError('expo-local-authentication', 'cancelAuthenticate');\n }\n await ExpoLocalAuthentication.default.cancelAuthenticate();\n }\n});","lineCount":125,"map":[[12,2,5,0,"Object"],[12,8,5,0],[12,9,5,0,"defineProperty"],[12,23,5,0],[12,24,5,0,"exports"],[12,31,5,0],[13,4,5,0,"enumerable"],[13,14,5,0],[14,4,5,0,"get"],[14,7,5,0],[14,18,5,0,"get"],[14,19,5,0],[15,6,5,0],[15,13,5,9,"AuthenticationType"],[15,38,5,27],[15,39,5,27,"AuthenticationType"],[15,57,5,27],[16,4,5,27],[17,2,5,27],[18,2,5,0,"Object"],[18,8,5,0],[18,9,5,0,"defineProperty"],[18,23,5,0],[18,24,5,0,"exports"],[18,31,5,0],[19,4,5,0,"enumerable"],[19,14,5,0],[20,4,5,0,"get"],[20,7,5,0],[20,18,5,0,"get"],[20,19,5,0],[21,6,5,0],[21,13,5,29,"SecurityLevel"],[21,38,5,42],[21,39,5,42,"SecurityLevel"],[21,52,5,42],[22,4,5,42],[23,2,5,42],[24,2,12,0,"exports"],[24,9,12,0],[24,10,12,0,"hasHardwareAsync"],[24,26,12,0],[24,29,12,0,"hasHardwareAsync"],[24,45,12,0],[25,2,26,0,"exports"],[25,9,26,0],[25,10,26,0,"supportedAuthenticationTypesAsync"],[25,43,26,0],[25,46,26,0,"supportedAuthenticationTypesAsync"],[25,79,26,0],[26,2,38,0,"exports"],[26,9,38,0],[26,10,38,0,"isEnrolledAsync"],[26,25,38,0],[26,28,38,0,"isEnrolledAsync"],[26,43,38,0],[27,2,52,0,"exports"],[27,9,52,0],[27,10,52,0,"getEnrolledLevelAsync"],[27,31,52,0],[27,34,52,0,"getEnrolledLevelAsync"],[27,55,52,0],[28,2,68,0,"exports"],[28,9,68,0],[28,10,68,0,"authenticateAsync"],[28,27,68,0],[28,30,68,0,"authenticateAsync"],[28,47,68,0],[29,2,89,0,"exports"],[29,9,89,0],[29,10,89,0,"cancelAuthenticate"],[29,28,89,0],[29,31,89,0,"cancelAuthenticate"],[29,49,89,0],[30,2,1,0],[30,6,1,0,"_expoModulesCore"],[30,22,1,0],[30,25,1,0,"require"],[30,32,1,0],[30,33,1,0,"_dependencyMap"],[30,47,1,0],[31,2,2,0],[31,6,2,0,"_invariant"],[31,16,2,0],[31,19,2,0,"require"],[31,26,2,0],[31,27,2,0,"_dependencyMap"],[31,41,2,0],[32,2,2,0],[32,6,2,0,"invariant"],[32,15,2,0],[32,18,2,0,"_interopDefault"],[32,33,2,0],[32,34,2,0,"_invariant"],[32,44,2,0],[33,2,3,0],[33,6,3,0,"_ExpoLocalAuthentication"],[33,30,3,0],[33,33,3,0,"require"],[33,40,3,0],[33,41,3,0,"_dependencyMap"],[33,55,3,0],[34,2,3,0],[34,6,3,0,"ExpoLocalAuthentication"],[34,29,3,0],[34,32,3,0,"_interopDefault"],[34,47,3,0],[34,48,3,0,"_ExpoLocalAuthentication"],[34,72,3,0],[35,2,4,0],[35,6,4,0,"_LocalAuthenticationTypes"],[35,31,4,0],[35,34,4,0,"require"],[35,41,4,0],[35,42,4,0,"_dependencyMap"],[35,56,4,0],[36,2,6,0],[37,2,7,0],[38,0,8,0],[39,0,9,0],[40,0,10,0],[41,0,11,0],[42,2,12,7],[42,17,12,22,"hasHardwareAsync"],[42,33,12,38,"hasHardwareAsync"],[42,34,12,38],[42,36,12,41],[43,4,13,4],[43,8,13,8],[43,9,13,9,"ExpoLocalAuthentication"],[43,32,13,32],[43,33,13,32,"default"],[43,40,13,32],[43,41,13,33,"hasHardwareAsync"],[43,57,13,49],[43,59,13,51],[44,6,14,8],[44,12,14,14],[44,16,14,18,"UnavailabilityError"],[44,32,14,37],[44,33,14,37,"UnavailabilityError"],[44,52,14,37],[44,53,14,38],[44,80,14,65],[44,82,14,67],[44,100,14,85],[44,101,14,86],[45,4,15,4],[46,4,16,4],[46,11,16,11],[46,17,16,17,"ExpoLocalAuthentication"],[46,40,16,40],[46,41,16,40,"default"],[46,48,16,40],[46,49,16,41,"hasHardwareAsync"],[46,65,16,57],[46,66,16,58],[46,67,16,59],[47,2,17,0],[48,2,18,0],[49,2,19,0],[50,0,20,0],[51,0,21,0],[52,0,22,0],[53,0,23,0],[54,0,24,0],[55,0,25,0],[56,2,26,7],[56,17,26,22,"supportedAuthenticationTypesAsync"],[56,50,26,55,"supportedAuthenticationTypesAsync"],[56,51,26,55],[56,53,26,58],[57,4,27,4],[57,8,27,8],[57,9,27,9,"ExpoLocalAuthentication"],[57,32,27,32],[57,33,27,32,"default"],[57,40,27,32],[57,41,27,33,"supportedAuthenticationTypesAsync"],[57,74,27,66],[57,76,27,68],[58,6,28,8],[58,12,28,14],[58,16,28,18,"UnavailabilityError"],[58,32,28,37],[58,33,28,37,"UnavailabilityError"],[58,52,28,37],[58,53,28,38],[58,80,28,65],[58,82,28,67],[58,117,28,102],[58,118,28,103],[59,4,29,4],[60,4,30,4],[60,11,30,11],[60,17,30,17,"ExpoLocalAuthentication"],[60,40,30,40],[60,41,30,40,"default"],[60,48,30,40],[60,49,30,41,"supportedAuthenticationTypesAsync"],[60,82,30,74],[60,83,30,75],[60,84,30,76],[61,2,31,0],[62,2,32,0],[63,2,33,0],[64,0,34,0],[65,0,35,0],[66,0,36,0],[67,0,37,0],[68,2,38,7],[68,17,38,22,"isEnrolledAsync"],[68,32,38,37,"isEnrolledAsync"],[68,33,38,37],[68,35,38,40],[69,4,39,4],[69,8,39,8],[69,9,39,9,"ExpoLocalAuthentication"],[69,32,39,32],[69,33,39,32,"default"],[69,40,39,32],[69,41,39,33,"isEnrolledAsync"],[69,56,39,48],[69,58,39,50],[70,6,40,8],[70,12,40,14],[70,16,40,18,"UnavailabilityError"],[70,32,40,37],[70,33,40,37,"UnavailabilityError"],[70,52,40,37],[70,53,40,38],[70,80,40,65],[70,82,40,67],[70,99,40,84],[70,100,40,85],[71,4,41,4],[72,4,42,4],[72,11,42,11],[72,17,42,17,"ExpoLocalAuthentication"],[72,40,42,40],[72,41,42,40,"default"],[72,48,42,40],[72,49,42,41,"isEnrolledAsync"],[72,64,42,56],[72,65,42,57],[72,66,42,58],[73,2,43,0],[74,2,44,0],[75,2,45,0],[76,0,46,0],[77,0,47,0],[78,0,48,0],[79,0,49,0],[80,0,50,0],[81,0,51,0],[82,2,52,7],[82,17,52,22,"getEnrolledLevelAsync"],[82,38,52,43,"getEnrolledLevelAsync"],[82,39,52,43],[82,41,52,46],[83,4,53,4],[83,8,53,8],[83,9,53,9,"ExpoLocalAuthentication"],[83,32,53,32],[83,33,53,32,"default"],[83,40,53,32],[83,41,53,33,"getEnrolledLevelAsync"],[83,62,53,54],[83,64,53,56],[84,6,54,8],[84,12,54,14],[84,16,54,18,"UnavailabilityError"],[84,32,54,37],[84,33,54,37,"UnavailabilityError"],[84,52,54,37],[84,53,54,38],[84,80,54,65],[84,82,54,67],[84,105,54,90],[84,106,54,91],[85,4,55,4],[86,4,56,4],[86,11,56,11],[86,17,56,17,"ExpoLocalAuthentication"],[86,40,56,40],[86,41,56,40,"default"],[86,48,56,40],[86,49,56,41,"getEnrolledLevelAsync"],[86,70,56,62],[86,71,56,63],[86,72,56,64],[87,2,57,0],[88,2,58,0],[89,2,59,0],[90,0,60,0],[91,0,61,0],[92,0,62,0],[93,0,63,0],[94,0,64,0],[95,0,65,0],[96,0,66,0],[97,0,67,0],[98,2,68,7],[98,17,68,22,"authenticateAsync"],[98,34,68,39,"authenticateAsync"],[98,35,68,40,"options"],[98,42,68,47],[98,45,68,50],[98,46,68,51],[98,47,68,52],[98,49,68,54],[99,4,69,4],[99,8,69,8],[99,9,69,9,"ExpoLocalAuthentication"],[99,32,69,32],[99,33,69,32,"default"],[99,40,69,32],[99,41,69,33,"authenticateAsync"],[99,58,69,50],[99,60,69,52],[100,6,70,8],[100,12,70,14],[100,16,70,18,"UnavailabilityError"],[100,32,70,37],[100,33,70,37,"UnavailabilityError"],[100,52,70,37],[100,53,70,38],[100,80,70,65],[100,82,70,67],[100,101,70,86],[100,102,70,87],[101,4,71,4],[102,4,72,4],[102,8,72,8,"options"],[102,15,72,15],[102,16,72,16,"hasOwnProperty"],[102,30,72,30],[102,31,72,31],[102,46,72,46],[102,47,72,47],[102,49,72,49],[103,6,73,8],[103,10,73,8,"invariant"],[103,19,73,17],[103,20,73,17,"default"],[103,27,73,17],[103,29,73,18],[103,36,73,25,"options"],[103,43,73,32],[103,44,73,33,"promptMessage"],[103,57,73,46],[103,62,73,51],[103,70,73,59],[103,74,73,63,"options"],[103,81,73,70],[103,82,73,71,"promptMessage"],[103,95,73,84],[103,96,73,85,"length"],[103,102,73,91],[103,104,73,93],[103,197,73,186],[103,198,73,187],[104,4,74,4],[105,4,75,4],[105,10,75,10,"promptMessage"],[105,23,75,23],[105,26,75,26,"options"],[105,33,75,33],[105,34,75,34,"promptMessage"],[105,47,75,47],[105,51,75,51],[105,65,75,65],[106,4,76,4],[106,10,76,10,"cancelLabel"],[106,21,76,21],[106,24,76,24,"options"],[106,31,76,31],[106,32,76,32,"cancelLabel"],[106,43,76,43],[106,47,76,47],[106,55,76,55],[107,4,77,4],[107,10,77,10,"result"],[107,16,77,16],[107,19,77,19],[107,25,77,25,"ExpoLocalAuthentication"],[107,48,77,48],[107,49,77,48,"default"],[107,56,77,48],[107,57,77,49,"authenticateAsync"],[107,74,77,66],[107,75,77,67],[108,6,78,8],[108,9,78,11,"options"],[108,16,78,18],[109,6,79,8,"promptMessage"],[109,19,79,21],[110,6,80,8,"cancelLabel"],[111,4,81,4],[111,5,81,5],[111,6,81,6],[112,4,82,4],[112,11,82,11,"result"],[112,17,82,17],[113,2,83,0],[114,2,84,0],[115,2,85,0],[116,0,86,0],[117,0,87,0],[118,0,88,0],[119,2,89,7],[119,17,89,22,"cancelAuthenticate"],[119,35,89,40,"cancelAuthenticate"],[119,36,89,40],[119,38,89,43],[120,4,90,4],[120,8,90,8],[120,9,90,9,"ExpoLocalAuthentication"],[120,32,90,32],[120,33,90,32,"default"],[120,40,90,32],[120,41,90,33,"cancelAuthenticate"],[120,59,90,51],[120,61,90,53],[121,6,91,8],[121,12,91,14],[121,16,91,18,"UnavailabilityError"],[121,32,91,37],[121,33,91,37,"UnavailabilityError"],[121,52,91,37],[121,53,91,38],[121,80,91,65],[121,82,91,67],[121,102,91,87],[121,103,91,88],[122,4,92,4],[123,4,93,4],[123,10,93,10,"ExpoLocalAuthentication"],[123,33,93,33],[123,34,93,33,"default"],[123,41,93,33],[123,42,93,34,"cancelAuthenticate"],[123,60,93,52],[123,61,93,53],[123,62,93,54],[124,2,94,0],[125,0,94,1],[125,3]],"functionMap":{"names":["","hasHardwareAsync","supportedAuthenticationTypesAsync","isEnrolledAsync","getEnrolledLevelAsync","authenticateAsync","cancelAuthenticate"],"mappings":"AAA;OCW;CDK;OES;CFK;OGO;CHK;OIS;CJK;OKW;CLe;OMM;CNK"},"hasCjsExports":false},"type":"js/module"}]} \ No newline at end of file diff --git a/frontend/.metro-cache/cache/55/4e216edf65c2b1183250592a31d540018422ea0db48d101410b62f3fe7d546fd28e286 b/frontend/.metro-cache/cache/55/4e216edf65c2b1183250592a31d540018422ea0db48d101410b62f3fe7d546fd28e286 new file mode 100644 index 00000000..404d9fdc --- /dev/null +++ b/frontend/.metro-cache/cache/55/4e216edf65c2b1183250592a31d540018422ea0db48d101410b62f3fe7d546fd28e286 @@ -0,0 +1 @@ +{"dependencies":[{"name":"@babel/runtime/helpers/asyncToGenerator","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"YisBBiy2Xm9DEVdFebZ2nbgAHBo=","exportNames":["*"],"imports":1}},{"name":"./ExpoSecureStore","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":48,"index":48}}],"key":"ZudhOBNf0EF2ra5GBlE3UCprcN0=","exportNames":["*"],"imports":1}},{"name":"./byteCounter","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":49},"end":{"line":2,"column":70,"index":119}}],"key":"xUg5IjQU0cu+B0aJJMunpd3JZec=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n Object.defineProperty(exports, \"AFTER_FIRST_UNLOCK\", {\n enumerable: true,\n get: function () {\n return AFTER_FIRST_UNLOCK;\n }\n });\n Object.defineProperty(exports, \"AFTER_FIRST_UNLOCK_THIS_DEVICE_ONLY\", {\n enumerable: true,\n get: function () {\n return AFTER_FIRST_UNLOCK_THIS_DEVICE_ONLY;\n }\n });\n Object.defineProperty(exports, \"ALWAYS\", {\n enumerable: true,\n get: function () {\n return ALWAYS;\n }\n });\n Object.defineProperty(exports, \"WHEN_PASSCODE_SET_THIS_DEVICE_ONLY\", {\n enumerable: true,\n get: function () {\n return WHEN_PASSCODE_SET_THIS_DEVICE_ONLY;\n }\n });\n Object.defineProperty(exports, \"ALWAYS_THIS_DEVICE_ONLY\", {\n enumerable: true,\n get: function () {\n return ALWAYS_THIS_DEVICE_ONLY;\n }\n });\n Object.defineProperty(exports, \"WHEN_UNLOCKED\", {\n enumerable: true,\n get: function () {\n return WHEN_UNLOCKED;\n }\n });\n Object.defineProperty(exports, \"WHEN_UNLOCKED_THIS_DEVICE_ONLY\", {\n enumerable: true,\n get: function () {\n return WHEN_UNLOCKED_THIS_DEVICE_ONLY;\n }\n });\n exports.isAvailableAsync = isAvailableAsync;\n exports.deleteItemAsync = deleteItemAsync;\n exports.getItemAsync = getItemAsync;\n exports.setItemAsync = setItemAsync;\n exports.setItem = setItem;\n exports.getItem = getItem;\n exports.canUseBiometricAuthentication = canUseBiometricAuthentication;\n var _babelRuntimeHelpersAsyncToGenerator = require(_dependencyMap[0], \"@babel/runtime/helpers/asyncToGenerator\");\n var _asyncToGenerator = _interopDefault(_babelRuntimeHelpersAsyncToGenerator);\n var _ExpoSecureStore = require(_dependencyMap[1], \"./ExpoSecureStore\");\n var ExpoSecureStore = _interopDefault(_ExpoSecureStore);\n var _byteCounter = require(_dependencyMap[2], \"./byteCounter\");\n // @needsAudit\n /**\n * The data in the keychain item cannot be accessed after a restart until the device has been\n * unlocked once by the user. This may be useful if you need to access the item when the phone\n * is locked.\n */\n var AFTER_FIRST_UNLOCK = ExpoSecureStore.default.AFTER_FIRST_UNLOCK;\n // @needsAudit\n /**\n * Similar to `AFTER_FIRST_UNLOCK`, except the entry is not migrated to a new device when restoring\n * from a backup.\n */\n var AFTER_FIRST_UNLOCK_THIS_DEVICE_ONLY = ExpoSecureStore.default.AFTER_FIRST_UNLOCK_THIS_DEVICE_ONLY;\n // @needsAudit\n /**\n * The data in the keychain item can always be accessed regardless of whether the device is locked.\n * This is the least secure option.\n *\n * @deprecated Use an accessibility level that provides some user protection, such as `AFTER_FIRST_UNLOCK`.\n */\n var ALWAYS = ExpoSecureStore.default.ALWAYS;\n // @needsAudit\n /**\n * Similar to `WHEN_UNLOCKED_THIS_DEVICE_ONLY`, except the user must have set a passcode in order to\n * store an entry. If the user removes their passcode, the entry will be deleted.\n */\n var WHEN_PASSCODE_SET_THIS_DEVICE_ONLY = ExpoSecureStore.default.WHEN_PASSCODE_SET_THIS_DEVICE_ONLY;\n // @needsAudit\n /**\n * Similar to `ALWAYS`, except the entry is not migrated to a new device when restoring from a backup.\n *\n * @deprecated Use an accessibility level that provides some user protection, such as `AFTER_FIRST_UNLOCK_THIS_DEVICE_ONLY`.\n */\n var ALWAYS_THIS_DEVICE_ONLY = ExpoSecureStore.default.ALWAYS_THIS_DEVICE_ONLY;\n // @needsAudit\n /**\n * The data in the keychain item can be accessed only while the device is unlocked by the user.\n */\n var WHEN_UNLOCKED = ExpoSecureStore.default.WHEN_UNLOCKED;\n // @needsAudit\n /**\n * Similar to `WHEN_UNLOCKED`, except the entry is not migrated to a new device when restoring from\n * a backup.\n */\n var WHEN_UNLOCKED_THIS_DEVICE_ONLY = ExpoSecureStore.default.WHEN_UNLOCKED_THIS_DEVICE_ONLY;\n // @needsAudit\n /**\n * Returns whether the SecureStore API is enabled on the current device. This does not check the app\n * permissions.\n *\n * @return Promise which fulfils with a `boolean`, indicating whether the SecureStore API is available\n * on the current device. Currently, this resolves `true` on Android and iOS only.\n */\n function isAvailableAsync() {\n return _isAvailableAsync.apply(this, arguments);\n } // @needsAudit\n /**\n * Delete the value associated with the provided key.\n *\n * @param key The key that was used to store the associated value.\n * @param options An [`SecureStoreOptions`](#securestoreoptions) object.\n *\n * @return A promise that rejects if the value can't be deleted.\n */\n function _isAvailableAsync() {\n _isAvailableAsync = (0, _asyncToGenerator.default)(function* () {\n return !!ExpoSecureStore.default.getValueWithKeyAsync;\n });\n return _isAvailableAsync.apply(this, arguments);\n }\n function deleteItemAsync(_x) {\n return _deleteItemAsync.apply(this, arguments);\n } // @needsAudit\n /**\n * Reads the stored value associated with the provided key.\n *\n * @param key The key that was used to store the associated value.\n * @param options An [`SecureStoreOptions`](#securestoreoptions) object.\n *\n * @return A promise that resolves to the previously stored value. It resolves with `null` if there is no entry\n * for the given key or if the key has been invalidated. It rejects if an error occurs while retrieving the value.\n *\n * > Keys are invalidated by the system when biometrics change, such as adding a new fingerprint or changing the face profile used for face recognition.\n * > After a key has been invalidated, it becomes impossible to read its value.\n * > This only applies to values stored with `requireAuthentication` set to `true`.\n */\n function _deleteItemAsync() {\n _deleteItemAsync = (0, _asyncToGenerator.default)(function* (key) {\n var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n ensureValidKey(key);\n yield ExpoSecureStore.default.deleteValueWithKeyAsync(key, options);\n });\n return _deleteItemAsync.apply(this, arguments);\n }\n function getItemAsync(_x2) {\n return _getItemAsync.apply(this, arguments);\n } // @needsAudit\n /**\n * Stores a key–value pair.\n *\n * @param key The key to associate with the stored value. Keys may contain alphanumeric characters, `.`, `-`, and `_`.\n * @param value The value to store. Size limit is 2048 bytes.\n * @param options An [`SecureStoreOptions`](#securestoreoptions) object.\n *\n * @return A promise that rejects if value cannot be stored on the device.\n */\n function _getItemAsync() {\n _getItemAsync = (0, _asyncToGenerator.default)(function* (key) {\n var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n ensureValidKey(key);\n return yield ExpoSecureStore.default.getValueWithKeyAsync(key, options);\n });\n return _getItemAsync.apply(this, arguments);\n }\n function setItemAsync(_x3, _x4) {\n return _setItemAsync.apply(this, arguments);\n }\n /**\n * Stores a key–value pair synchronously.\n * > **Note:** This function blocks the JavaScript thread, so the application may not be interactive when the `requireAuthentication` option is set to `true` until the user authenticates.\n *\n * @param key The key to associate with the stored value. Keys may contain alphanumeric characters, `.`, `-`, and `_`.\n * @param value The value to store. Size limit is 2048 bytes.\n * @param options An [`SecureStoreOptions`](#securestoreoptions) object.\n *\n */\n function _setItemAsync() {\n _setItemAsync = (0, _asyncToGenerator.default)(function* (key, value) {\n var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};\n ensureValidKey(key);\n if (!isValidValue(value)) {\n throw new Error(`Invalid value provided to SecureStore. Values must be strings; consider JSON-encoding your values if they are serializable.`);\n }\n yield ExpoSecureStore.default.setValueWithKeyAsync(value, key, options);\n });\n return _setItemAsync.apply(this, arguments);\n }\n function setItem(key, value) {\n var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};\n ensureValidKey(key);\n if (!isValidValue(value)) {\n throw new Error(`Invalid value provided to SecureStore. Values must be strings; consider JSON-encoding your values if they are serializable.`);\n }\n return ExpoSecureStore.default.setValueWithKeySync(value, key, options);\n }\n /**\n * Synchronously reads the stored value associated with the provided key.\n * > **Note:** This function blocks the JavaScript thread, so the application may not be interactive when reading a value with `requireAuthentication`\n * > option set to `true` until the user authenticates.\n * @param key The key that was used to store the associated value.\n * @param options An [`SecureStoreOptions`](#securestoreoptions) object.\n *\n * @return Previously stored value. It resolves with `null` if there is no entry\n * for the given key or if the key has been invalidated.\n */\n function getItem(key) {\n var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n ensureValidKey(key);\n return ExpoSecureStore.default.getValueWithKeySync(key, options);\n }\n /**\n * Checks if the value can be saved with `requireAuthentication` option enabled.\n * @return `true` if the device supports biometric authentication and the enrolled method is sufficiently secure. Otherwise, returns `false`. Always returns false on tvOS.\n * @platform android\n * @platform ios\n */\n function canUseBiometricAuthentication() {\n return ExpoSecureStore.default.canUseBiometricAuthentication();\n }\n function ensureValidKey(key) {\n if (!isValidKey(key)) {\n throw new Error(`Invalid key provided to SecureStore. Keys must not be empty and contain only alphanumeric characters, \".\", \"-\", and \"_\".`);\n }\n }\n function isValidKey(key) {\n return typeof key === 'string' && /^[\\w.-]+$/.test(key);\n }\n function isValidValue(value) {\n if (typeof value !== 'string') {\n return false;\n }\n if ((0, _byteCounter.byteCountOverLimit)(value, _byteCounter.VALUE_BYTES_LIMIT)) {\n console.warn(`Value being stored in SecureStore is larger than ${_byteCounter.VALUE_BYTES_LIMIT} bytes and it may not be stored successfully. In a future SDK version, this call may throw an error.`);\n }\n return true;\n }\n});","lineCount":252,"map":[[12,2,9,0,"Object"],[12,8,9,0],[12,9,9,0,"defineProperty"],[12,23,9,0],[12,24,9,0,"exports"],[12,31,9,0],[13,4,9,0,"enumerable"],[13,14,9,0],[14,4,9,0,"get"],[14,7,9,0],[14,18,9,0,"get"],[14,19,9,0],[15,6,9,0],[15,13,9,0,"AFTER_FIRST_UNLOCK"],[15,31,9,0],[16,4,9,0],[17,2,9,0],[18,2,15,0,"Object"],[18,8,15,0],[18,9,15,0,"defineProperty"],[18,23,15,0],[18,24,15,0,"exports"],[18,31,15,0],[19,4,15,0,"enumerable"],[19,14,15,0],[20,4,15,0,"get"],[20,7,15,0],[20,18,15,0,"get"],[20,19,15,0],[21,6,15,0],[21,13,15,0,"AFTER_FIRST_UNLOCK_THIS_DEVICE_ONLY"],[21,48,15,0],[22,4,15,0],[23,2,15,0],[24,2,23,0,"Object"],[24,8,23,0],[24,9,23,0,"defineProperty"],[24,23,23,0],[24,24,23,0,"exports"],[24,31,23,0],[25,4,23,0,"enumerable"],[25,14,23,0],[26,4,23,0,"get"],[26,7,23,0],[26,18,23,0,"get"],[26,19,23,0],[27,6,23,0],[27,13,23,0,"ALWAYS"],[27,19,23,0],[28,4,23,0],[29,2,23,0],[30,2,29,0,"Object"],[30,8,29,0],[30,9,29,0,"defineProperty"],[30,23,29,0],[30,24,29,0,"exports"],[30,31,29,0],[31,4,29,0,"enumerable"],[31,14,29,0],[32,4,29,0,"get"],[32,7,29,0],[32,18,29,0,"get"],[32,19,29,0],[33,6,29,0],[33,13,29,0,"WHEN_PASSCODE_SET_THIS_DEVICE_ONLY"],[33,47,29,0],[34,4,29,0],[35,2,29,0],[36,2,36,0,"Object"],[36,8,36,0],[36,9,36,0,"defineProperty"],[36,23,36,0],[36,24,36,0,"exports"],[36,31,36,0],[37,4,36,0,"enumerable"],[37,14,36,0],[38,4,36,0,"get"],[38,7,36,0],[38,18,36,0,"get"],[38,19,36,0],[39,6,36,0],[39,13,36,0,"ALWAYS_THIS_DEVICE_ONLY"],[39,36,36,0],[40,4,36,0],[41,2,36,0],[42,2,41,0,"Object"],[42,8,41,0],[42,9,41,0,"defineProperty"],[42,23,41,0],[42,24,41,0,"exports"],[42,31,41,0],[43,4,41,0,"enumerable"],[43,14,41,0],[44,4,41,0,"get"],[44,7,41,0],[44,18,41,0,"get"],[44,19,41,0],[45,6,41,0],[45,13,41,0,"WHEN_UNLOCKED"],[45,26,41,0],[46,4,41,0],[47,2,41,0],[48,2,47,0,"Object"],[48,8,47,0],[48,9,47,0,"defineProperty"],[48,23,47,0],[48,24,47,0,"exports"],[48,31,47,0],[49,4,47,0,"enumerable"],[49,14,47,0],[50,4,47,0,"get"],[50,7,47,0],[50,18,47,0,"get"],[50,19,47,0],[51,6,47,0],[51,13,47,0,"WHEN_UNLOCKED_THIS_DEVICE_ONLY"],[51,43,47,0],[52,4,47,0],[53,2,47,0],[54,2,56,0,"exports"],[54,9,56,0],[54,10,56,0,"isAvailableAsync"],[54,26,56,0],[54,29,56,0,"isAvailableAsync"],[54,45,56,0],[55,2,68,0,"exports"],[55,9,68,0],[55,10,68,0,"deleteItemAsync"],[55,25,68,0],[55,28,68,0,"deleteItemAsync"],[55,43,68,0],[56,2,86,0,"exports"],[56,9,86,0],[56,10,86,0,"getItemAsync"],[56,22,86,0],[56,25,86,0,"getItemAsync"],[56,37,86,0],[57,2,100,0,"exports"],[57,9,100,0],[57,10,100,0,"setItemAsync"],[57,22,100,0],[57,25,100,0,"setItemAsync"],[57,37,100,0],[58,2,116,0,"exports"],[58,9,116,0],[58,10,116,0,"setItem"],[58,17,116,0],[58,20,116,0,"setItem"],[58,27,116,0],[59,2,133,0,"exports"],[59,9,133,0],[59,10,133,0,"getItem"],[59,17,133,0],[59,20,133,0,"getItem"],[59,27,133,0],[60,2,143,0,"exports"],[60,9,143,0],[60,10,143,0,"canUseBiometricAuthentication"],[60,39,143,0],[60,42,143,0,"canUseBiometricAuthentication"],[60,71,143,0],[61,2,145,1],[61,6,145,1,"_babelRuntimeHelpersAsyncToGenerator"],[61,42,145,1],[61,45,145,1,"require"],[61,52,145,1],[61,53,145,1,"_dependencyMap"],[61,67,145,1],[62,2,145,1],[62,6,145,1,"_asyncToGenerator"],[62,23,145,1],[62,26,145,1,"_interopDefault"],[62,41,145,1],[62,42,145,1,"_babelRuntimeHelpersAsyncToGenerator"],[62,78,145,1],[63,2,1,0],[63,6,1,0,"_ExpoSecureStore"],[63,22,1,0],[63,25,1,0,"require"],[63,32,1,0],[63,33,1,0,"_dependencyMap"],[63,47,1,0],[64,2,1,0],[64,6,1,0,"ExpoSecureStore"],[64,21,1,0],[64,24,1,0,"_interopDefault"],[64,39,1,0],[64,40,1,0,"_ExpoSecureStore"],[64,56,1,0],[65,2,2,0],[65,6,2,0,"_byteCounter"],[65,18,2,0],[65,21,2,0,"require"],[65,28,2,0],[65,29,2,0,"_dependencyMap"],[65,43,2,0],[66,2,3,0],[67,2,4,0],[68,0,5,0],[69,0,6,0],[70,0,7,0],[71,0,8,0],[72,2,9,7],[72,6,9,13,"AFTER_FIRST_UNLOCK"],[72,24,9,31],[72,27,9,34,"ExpoSecureStore"],[72,42,9,49],[72,43,9,49,"default"],[72,50,9,49],[72,51,9,50,"AFTER_FIRST_UNLOCK"],[72,69,9,68],[73,2,10,0],[74,2,11,0],[75,0,12,0],[76,0,13,0],[77,0,14,0],[78,2,15,7],[78,6,15,13,"AFTER_FIRST_UNLOCK_THIS_DEVICE_ONLY"],[78,41,15,48],[78,44,15,51,"ExpoSecureStore"],[78,59,15,66],[78,60,15,66,"default"],[78,67,15,66],[78,68,15,67,"AFTER_FIRST_UNLOCK_THIS_DEVICE_ONLY"],[78,103,15,102],[79,2,16,0],[80,2,17,0],[81,0,18,0],[82,0,19,0],[83,0,20,0],[84,0,21,0],[85,0,22,0],[86,2,23,7],[86,6,23,13,"ALWAYS"],[86,12,23,19],[86,15,23,22,"ExpoSecureStore"],[86,30,23,37],[86,31,23,37,"default"],[86,38,23,37],[86,39,23,38,"ALWAYS"],[86,45,23,44],[87,2,24,0],[88,2,25,0],[89,0,26,0],[90,0,27,0],[91,0,28,0],[92,2,29,7],[92,6,29,13,"WHEN_PASSCODE_SET_THIS_DEVICE_ONLY"],[92,40,29,47],[92,43,29,50,"ExpoSecureStore"],[92,58,29,65],[92,59,29,65,"default"],[92,66,29,65],[92,67,29,66,"WHEN_PASSCODE_SET_THIS_DEVICE_ONLY"],[92,101,29,100],[93,2,30,0],[94,2,31,0],[95,0,32,0],[96,0,33,0],[97,0,34,0],[98,0,35,0],[99,2,36,7],[99,6,36,13,"ALWAYS_THIS_DEVICE_ONLY"],[99,29,36,36],[99,32,36,39,"ExpoSecureStore"],[99,47,36,54],[99,48,36,54,"default"],[99,55,36,54],[99,56,36,55,"ALWAYS_THIS_DEVICE_ONLY"],[99,79,36,78],[100,2,37,0],[101,2,38,0],[102,0,39,0],[103,0,40,0],[104,2,41,7],[104,6,41,13,"WHEN_UNLOCKED"],[104,19,41,26],[104,22,41,29,"ExpoSecureStore"],[104,37,41,44],[104,38,41,44,"default"],[104,45,41,44],[104,46,41,45,"WHEN_UNLOCKED"],[104,59,41,58],[105,2,42,0],[106,2,43,0],[107,0,44,0],[108,0,45,0],[109,0,46,0],[110,2,47,7],[110,6,47,13,"WHEN_UNLOCKED_THIS_DEVICE_ONLY"],[110,36,47,43],[110,39,47,46,"ExpoSecureStore"],[110,54,47,61],[110,55,47,61,"default"],[110,62,47,61],[110,63,47,62,"WHEN_UNLOCKED_THIS_DEVICE_ONLY"],[110,93,47,92],[111,2,48,0],[112,2,49,0],[113,0,50,0],[114,0,51,0],[115,0,52,0],[116,0,53,0],[117,0,54,0],[118,0,55,0],[119,2,49,0],[119,11,56,22,"isAvailableAsync"],[119,27,56,38,"isAvailableAsync"],[119,28,56,38],[120,4,56,38],[120,11,56,38,"_isAvailableAsync"],[120,28,56,38],[120,29,56,38,"apply"],[120,34,56,38],[120,41,56,38,"arguments"],[120,50,56,38],[121,2,56,38],[121,4,59,0],[122,2,60,0],[123,0,61,0],[124,0,62,0],[125,0,63,0],[126,0,64,0],[127,0,65,0],[128,0,66,0],[129,0,67,0],[130,2,60,0],[130,11,60,0,"_isAvailableAsync"],[130,29,60,0],[131,4,60,0,"_isAvailableAsync"],[131,21,60,0],[131,28,60,0,"_asyncToGenerator"],[131,45,60,0],[131,46,60,0,"default"],[131,53,60,0],[131,55,56,7],[131,68,56,41],[132,6,57,4],[132,13,57,11],[132,14,57,12],[132,15,57,13,"ExpoSecureStore"],[132,30,57,28],[132,31,57,28,"default"],[132,38,57,28],[132,39,57,29,"getValueWithKeyAsync"],[132,59,57,49],[133,4,58,0],[133,5,58,1],[134,4,58,1],[134,11,58,1,"_isAvailableAsync"],[134,28,58,1],[134,29,58,1,"apply"],[134,34,58,1],[134,41,58,1,"arguments"],[134,50,58,1],[135,2,58,1],[136,2,58,1],[136,11,68,22,"deleteItemAsync"],[136,26,68,37,"deleteItemAsync"],[136,27,68,37,"_x"],[136,29,68,37],[137,4,68,37],[137,11,68,37,"_deleteItemAsync"],[137,27,68,37],[137,28,68,37,"apply"],[137,33,68,37],[137,40,68,37,"arguments"],[137,49,68,37],[138,2,68,37],[138,4,72,0],[139,2,73,0],[140,0,74,0],[141,0,75,0],[142,0,76,0],[143,0,77,0],[144,0,78,0],[145,0,79,0],[146,0,80,0],[147,0,81,0],[148,0,82,0],[149,0,83,0],[150,0,84,0],[151,0,85,0],[152,2,73,0],[152,11,73,0,"_deleteItemAsync"],[152,28,73,0],[153,4,73,0,"_deleteItemAsync"],[153,20,73,0],[153,27,73,0,"_asyncToGenerator"],[153,44,73,0],[153,45,73,0,"default"],[153,52,73,0],[153,54,68,7],[153,65,68,38,"key"],[153,68,68,41],[153,70,68,57],[154,6,68,57],[154,10,68,43,"options"],[154,17,68,50],[154,20,68,50,"arguments"],[154,29,68,50],[154,30,68,50,"length"],[154,36,68,50],[154,44,68,50,"arguments"],[154,53,68,50],[154,61,68,50,"undefined"],[154,70,68,50],[154,73,68,50,"arguments"],[154,82,68,50],[154,88,68,53],[154,89,68,54],[154,90,68,55],[155,6,69,4,"ensureValidKey"],[155,20,69,18],[155,21,69,19,"key"],[155,24,69,22],[155,25,69,23],[156,6,70,4],[156,12,70,10,"ExpoSecureStore"],[156,27,70,25],[156,28,70,25,"default"],[156,35,70,25],[156,36,70,26,"deleteValueWithKeyAsync"],[156,59,70,49],[156,60,70,50,"key"],[156,63,70,53],[156,65,70,55,"options"],[156,72,70,62],[156,73,70,63],[157,4,71,0],[157,5,71,1],[158,4,71,1],[158,11,71,1,"_deleteItemAsync"],[158,27,71,1],[158,28,71,1,"apply"],[158,33,71,1],[158,40,71,1,"arguments"],[158,49,71,1],[159,2,71,1],[160,2,71,1],[160,11,86,22,"getItemAsync"],[160,23,86,34,"getItemAsync"],[160,24,86,34,"_x2"],[160,27,86,34],[161,4,86,34],[161,11,86,34,"_getItemAsync"],[161,24,86,34],[161,25,86,34,"apply"],[161,30,86,34],[161,37,86,34,"arguments"],[161,46,86,34],[162,2,86,34],[162,4,90,0],[163,2,91,0],[164,0,92,0],[165,0,93,0],[166,0,94,0],[167,0,95,0],[168,0,96,0],[169,0,97,0],[170,0,98,0],[171,0,99,0],[172,2,91,0],[172,11,91,0,"_getItemAsync"],[172,25,91,0],[173,4,91,0,"_getItemAsync"],[173,17,91,0],[173,24,91,0,"_asyncToGenerator"],[173,41,91,0],[173,42,91,0,"default"],[173,49,91,0],[173,51,86,7],[173,62,86,35,"key"],[173,65,86,38],[173,67,86,54],[174,6,86,54],[174,10,86,40,"options"],[174,17,86,47],[174,20,86,47,"arguments"],[174,29,86,47],[174,30,86,47,"length"],[174,36,86,47],[174,44,86,47,"arguments"],[174,53,86,47],[174,61,86,47,"undefined"],[174,70,86,47],[174,73,86,47,"arguments"],[174,82,86,47],[174,88,86,50],[174,89,86,51],[174,90,86,52],[175,6,87,4,"ensureValidKey"],[175,20,87,18],[175,21,87,19,"key"],[175,24,87,22],[175,25,87,23],[176,6,88,4],[176,19,88,17,"ExpoSecureStore"],[176,34,88,32],[176,35,88,32,"default"],[176,42,88,32],[176,43,88,33,"getValueWithKeyAsync"],[176,63,88,53],[176,64,88,54,"key"],[176,67,88,57],[176,69,88,59,"options"],[176,76,88,66],[176,77,88,67],[177,4,89,0],[177,5,89,1],[178,4,89,1],[178,11,89,1,"_getItemAsync"],[178,24,89,1],[178,25,89,1,"apply"],[178,30,89,1],[178,37,89,1,"arguments"],[178,46,89,1],[179,2,89,1],[180,2,89,1],[180,11,100,22,"setItemAsync"],[180,23,100,34,"setItemAsync"],[180,24,100,34,"_x3"],[180,27,100,34],[180,29,100,34,"_x4"],[180,32,100,34],[181,4,100,34],[181,11,100,34,"_setItemAsync"],[181,24,100,34],[181,25,100,34,"apply"],[181,30,100,34],[181,37,100,34,"arguments"],[181,46,100,34],[182,2,100,34],[183,2,107,0],[184,0,108,0],[185,0,109,0],[186,0,110,0],[187,0,111,0],[188,0,112,0],[189,0,113,0],[190,0,114,0],[191,0,115,0],[192,2,107,0],[192,11,107,0,"_setItemAsync"],[192,25,107,0],[193,4,107,0,"_setItemAsync"],[193,17,107,0],[193,24,107,0,"_asyncToGenerator"],[193,41,107,0],[193,42,107,0,"default"],[193,49,107,0],[193,51,100,7],[193,62,100,35,"key"],[193,65,100,38],[193,67,100,40,"value"],[193,72,100,45],[193,74,100,61],[194,6,100,61],[194,10,100,47,"options"],[194,17,100,54],[194,20,100,54,"arguments"],[194,29,100,54],[194,30,100,54,"length"],[194,36,100,54],[194,44,100,54,"arguments"],[194,53,100,54],[194,61,100,54,"undefined"],[194,70,100,54],[194,73,100,54,"arguments"],[194,82,100,54],[194,88,100,57],[194,89,100,58],[194,90,100,59],[195,6,101,4,"ensureValidKey"],[195,20,101,18],[195,21,101,19,"key"],[195,24,101,22],[195,25,101,23],[196,6,102,4],[196,10,102,8],[196,11,102,9,"isValidValue"],[196,23,102,21],[196,24,102,22,"value"],[196,29,102,27],[196,30,102,28],[196,32,102,30],[197,8,103,8],[197,14,103,14],[197,18,103,18,"Error"],[197,23,103,23],[197,24,103,24],[197,149,103,149],[197,150,103,150],[198,6,104,4],[199,6,105,4],[199,12,105,10,"ExpoSecureStore"],[199,27,105,25],[199,28,105,25,"default"],[199,35,105,25],[199,36,105,26,"setValueWithKeyAsync"],[199,56,105,46],[199,57,105,47,"value"],[199,62,105,52],[199,64,105,54,"key"],[199,67,105,57],[199,69,105,59,"options"],[199,76,105,66],[199,77,105,67],[200,4,106,0],[200,5,106,1],[201,4,106,1],[201,11,106,1,"_setItemAsync"],[201,24,106,1],[201,25,106,1,"apply"],[201,30,106,1],[201,37,106,1,"arguments"],[201,46,106,1],[202,2,106,1],[203,2,116,7],[203,11,116,16,"setItem"],[203,18,116,23,"setItem"],[203,19,116,24,"key"],[203,22,116,27],[203,24,116,29,"value"],[203,29,116,34],[203,31,116,50],[204,4,116,50],[204,8,116,36,"options"],[204,15,116,43],[204,18,116,43,"arguments"],[204,27,116,43],[204,28,116,43,"length"],[204,34,116,43],[204,42,116,43,"arguments"],[204,51,116,43],[204,59,116,43,"undefined"],[204,68,116,43],[204,71,116,43,"arguments"],[204,80,116,43],[204,86,116,46],[204,87,116,47],[204,88,116,48],[205,4,117,4,"ensureValidKey"],[205,18,117,18],[205,19,117,19,"key"],[205,22,117,22],[205,23,117,23],[206,4,118,4],[206,8,118,8],[206,9,118,9,"isValidValue"],[206,21,118,21],[206,22,118,22,"value"],[206,27,118,27],[206,28,118,28],[206,30,118,30],[207,6,119,8],[207,12,119,14],[207,16,119,18,"Error"],[207,21,119,23],[207,22,119,24],[207,147,119,149],[207,148,119,150],[208,4,120,4],[209,4,121,4],[209,11,121,11,"ExpoSecureStore"],[209,26,121,26],[209,27,121,26,"default"],[209,34,121,26],[209,35,121,27,"setValueWithKeySync"],[209,54,121,46],[209,55,121,47,"value"],[209,60,121,52],[209,62,121,54,"key"],[209,65,121,57],[209,67,121,59,"options"],[209,74,121,66],[209,75,121,67],[210,2,122,0],[211,2,123,0],[212,0,124,0],[213,0,125,0],[214,0,126,0],[215,0,127,0],[216,0,128,0],[217,0,129,0],[218,0,130,0],[219,0,131,0],[220,0,132,0],[221,2,133,7],[221,11,133,16,"getItem"],[221,18,133,23,"getItem"],[221,19,133,24,"key"],[221,22,133,27],[221,24,133,43],[222,4,133,43],[222,8,133,29,"options"],[222,15,133,36],[222,18,133,36,"arguments"],[222,27,133,36],[222,28,133,36,"length"],[222,34,133,36],[222,42,133,36,"arguments"],[222,51,133,36],[222,59,133,36,"undefined"],[222,68,133,36],[222,71,133,36,"arguments"],[222,80,133,36],[222,86,133,39],[222,87,133,40],[222,88,133,41],[223,4,134,4,"ensureValidKey"],[223,18,134,18],[223,19,134,19,"key"],[223,22,134,22],[223,23,134,23],[224,4,135,4],[224,11,135,11,"ExpoSecureStore"],[224,26,135,26],[224,27,135,26,"default"],[224,34,135,26],[224,35,135,27,"getValueWithKeySync"],[224,54,135,46],[224,55,135,47,"key"],[224,58,135,50],[224,60,135,52,"options"],[224,67,135,59],[224,68,135,60],[225,2,136,0],[226,2,137,0],[227,0,138,0],[228,0,139,0],[229,0,140,0],[230,0,141,0],[231,0,142,0],[232,2,143,7],[232,11,143,16,"canUseBiometricAuthentication"],[232,40,143,45,"canUseBiometricAuthentication"],[232,41,143,45],[232,43,143,48],[233,4,144,4],[233,11,144,11,"ExpoSecureStore"],[233,26,144,26],[233,27,144,26,"default"],[233,34,144,26],[233,35,144,27,"canUseBiometricAuthentication"],[233,64,144,56],[233,65,144,57],[233,66,144,58],[234,2,145,0],[235,2,146,0],[235,11,146,9,"ensureValidKey"],[235,25,146,23,"ensureValidKey"],[235,26,146,24,"key"],[235,29,146,27],[235,31,146,29],[236,4,147,4],[236,8,147,8],[236,9,147,9,"isValidKey"],[236,19,147,19],[236,20,147,20,"key"],[236,23,147,23],[236,24,147,24],[236,26,147,26],[237,6,148,8],[237,12,148,14],[237,16,148,18,"Error"],[237,21,148,23],[237,22,148,24],[237,144,148,146],[237,145,148,147],[238,4,149,4],[239,2,150,0],[240,2,151,0],[240,11,151,9,"isValidKey"],[240,21,151,19,"isValidKey"],[240,22,151,20,"key"],[240,25,151,23],[240,27,151,25],[241,4,152,4],[241,11,152,11],[241,18,152,18,"key"],[241,21,152,21],[241,26,152,26],[241,34,152,34],[241,38,152,38],[241,49,152,49],[241,50,152,50,"test"],[241,54,152,54],[241,55,152,55,"key"],[241,58,152,58],[241,59,152,59],[242,2,153,0],[243,2,154,0],[243,11,154,9,"isValidValue"],[243,23,154,21,"isValidValue"],[243,24,154,22,"value"],[243,29,154,27],[243,31,154,29],[244,4,155,4],[244,8,155,8],[244,15,155,15,"value"],[244,20,155,20],[244,25,155,25],[244,33,155,33],[244,35,155,35],[245,6,156,8],[245,13,156,15],[245,18,156,20],[246,4,157,4],[247,4,158,4],[247,8,158,8],[247,12,158,8,"byteCountOverLimit"],[247,24,158,26],[247,25,158,26,"byteCountOverLimit"],[247,43,158,26],[247,45,158,27,"value"],[247,50,158,32],[247,52,158,34,"VALUE_BYTES_LIMIT"],[247,64,158,51],[247,65,158,51,"VALUE_BYTES_LIMIT"],[247,82,158,51],[247,83,158,52],[247,85,158,54],[248,6,159,8,"console"],[248,13,159,15],[248,14,159,16,"warn"],[248,18,159,20],[248,19,159,21],[248,71,159,73,"VALUE_BYTES_LIMIT"],[248,83,159,90],[248,84,159,90,"VALUE_BYTES_LIMIT"],[248,101,159,90],[248,203,159,192],[248,204,159,193],[249,4,160,4],[250,4,161,4],[250,11,161,11],[250,15,161,15],[251,2,162,0],[252,0,162,1],[252,3]],"functionMap":{"names":["","isAvailableAsync","deleteItemAsync","getItemAsync","setItemAsync","setItem","getItem","canUseBiometricAuthentication","ensureValidKey","isValidKey","isValidValue"],"mappings":"AAA;OCuD;CDE;OEU;CFG;OGe;CHG;OIW;CJM;OKU;CLM;OMW;CNG;OOO;CPE;AQC;CRI;ASC;CTE;AUC;CVQ"},"hasCjsExports":false},"type":"js/module"}]} \ No newline at end of file diff --git a/frontend/.metro-cache/cache/61/956b4879223701d51c9daffca8d41ba1777e47df3aca58b2c8993fc3b3ceb5f52f5c2a b/frontend/.metro-cache/cache/61/956b4879223701d51c9daffca8d41ba1777e47df3aca58b2c8993fc3b3ceb5f52f5c2a new file mode 100644 index 00000000..e925561d --- /dev/null +++ b/frontend/.metro-cache/cache/61/956b4879223701d51c9daffca8d41ba1777e47df3aca58b2c8993fc3b3ceb5f52f5c2a @@ -0,0 +1 @@ +{"dependencies":[],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return _default;\n }\n });\n var _default = {};\n});","lineCount":14,"map":[[7,2,1,0,"Object"],[7,8,1,0],[7,9,1,0,"defineProperty"],[7,23,1,0],[7,24,1,0,"exports"],[7,31,1,0],[8,4,1,0,"enumerable"],[8,14,1,0],[9,4,1,0,"get"],[9,7,1,0],[9,18,1,0,"get"],[9,19,1,0],[10,6,1,0],[10,13,1,0,"_default"],[10,21,1,0],[11,4,1,0],[12,2,1,0],[13,2,1,0],[13,6,1,0,"_default"],[13,14,1,0],[13,17,1,15],[13,18,1,16],[13,19,1,17],[14,0,1,18],[14,3]],"functionMap":{"names":[""],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]} \ No newline at end of file diff --git a/frontend/.metro-cache/cache/81/189b76961630eae5430100c8b066ae9f59d62940b1c5f50f05a2301f1e64af52df7628 b/frontend/.metro-cache/cache/81/189b76961630eae5430100c8b066ae9f59d62940b1c5f50f05a2301f1e64af52df7628 new file mode 100644 index 00000000..a7108b07 --- /dev/null +++ b/frontend/.metro-cache/cache/81/189b76961630eae5430100c8b066ae9f59d62940b1c5f50f05a2301f1e64af52df7628 @@ -0,0 +1 @@ +{"dependencies":[],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n Object.defineProperty(exports, \"VALUE_BYTES_LIMIT\", {\n enumerable: true,\n get: function () {\n return VALUE_BYTES_LIMIT;\n }\n });\n exports.byteCountOverLimit = byteCountOverLimit;\n var VALUE_BYTES_LIMIT = 2048;\n // note this probably could be JS-engine dependent\n // inspired by https://stackoverflow.com/a/39488643\n function byteCountOverLimit(value, limit) {\n var bytes = 0;\n for (var i = 0; i < value.length; i++) {\n var codePoint = value.charCodeAt(i);\n // Lone surrogates cannot be passed to encodeURI\n if (codePoint >= 0xd800 && codePoint < 0xe000) {\n if (codePoint < 0xdc00 && i + 1 < value.length) {\n var next = value.charCodeAt(i + 1);\n if (next >= 0xdc00 && next < 0xe000) {\n bytes += 4;\n if (bytes > limit) {\n return true;\n }\n i++;\n continue;\n }\n }\n }\n bytes += codePoint < 0x80 ? 1 : codePoint < 0x800 ? 2 : 3;\n if (bytes > limit) {\n return true;\n }\n }\n return bytes > limit;\n }\n});","lineCount":42,"map":[[7,2,1,0,"Object"],[7,8,1,0],[7,9,1,0,"defineProperty"],[7,23,1,0],[7,24,1,0,"exports"],[7,31,1,0],[8,4,1,0,"enumerable"],[8,14,1,0],[9,4,1,0,"get"],[9,7,1,0],[9,18,1,0,"get"],[9,19,1,0],[10,6,1,0],[10,13,1,0,"VALUE_BYTES_LIMIT"],[10,30,1,0],[11,4,1,0],[12,2,1,0],[13,2,4,0,"exports"],[13,9,4,0],[13,10,4,0,"byteCountOverLimit"],[13,28,4,0],[13,31,4,0,"byteCountOverLimit"],[13,49,4,0],[14,2,1,7],[14,6,1,13,"VALUE_BYTES_LIMIT"],[14,23,1,30],[14,26,1,33],[14,30,1,37],[15,2,2,0],[16,2,3,0],[17,2,4,7],[17,11,4,16,"byteCountOverLimit"],[17,29,4,34,"byteCountOverLimit"],[17,30,4,35,"value"],[17,35,4,40],[17,37,4,42,"limit"],[17,42,4,47],[17,44,4,49],[18,4,5,4],[18,8,5,8,"bytes"],[18,13,5,13],[18,16,5,16],[18,17,5,17],[19,4,6,4],[19,9,6,9],[19,13,6,13,"i"],[19,14,6,14],[19,17,6,17],[19,18,6,18],[19,20,6,20,"i"],[19,21,6,21],[19,24,6,24,"value"],[19,29,6,29],[19,30,6,30,"length"],[19,36,6,36],[19,38,6,38,"i"],[19,39,6,39],[19,41,6,41],[19,43,6,43],[20,6,7,8],[20,10,7,14,"codePoint"],[20,19,7,23],[20,22,7,26,"value"],[20,27,7,31],[20,28,7,32,"charCodeAt"],[20,38,7,42],[20,39,7,43,"i"],[20,40,7,44],[20,41,7,45],[21,6,8,8],[22,6,9,8],[22,10,9,12,"codePoint"],[22,19,9,21],[22,23,9,25],[22,29,9,31],[22,33,9,35,"codePoint"],[22,42,9,44],[22,45,9,47],[22,51,9,53],[22,53,9,55],[23,8,10,12],[23,12,10,16,"codePoint"],[23,21,10,25],[23,24,10,28],[23,30,10,34],[23,34,10,38,"i"],[23,35,10,39],[23,38,10,42],[23,39,10,43],[23,42,10,46,"value"],[23,47,10,51],[23,48,10,52,"length"],[23,54,10,58],[23,56,10,60],[24,10,11,16],[24,14,11,22,"next"],[24,18,11,26],[24,21,11,29,"value"],[24,26,11,34],[24,27,11,35,"charCodeAt"],[24,37,11,45],[24,38,11,46,"i"],[24,39,11,47],[24,42,11,50],[24,43,11,51],[24,44,11,52],[25,10,12,16],[25,14,12,20,"next"],[25,18,12,24],[25,22,12,28],[25,28,12,34],[25,32,12,38,"next"],[25,36,12,42],[25,39,12,45],[25,45,12,51],[25,47,12,53],[26,12,13,20,"bytes"],[26,17,13,25],[26,21,13,29],[26,22,13,30],[27,12,14,20],[27,16,14,24,"bytes"],[27,21,14,29],[27,24,14,32,"limit"],[27,29,14,37],[27,31,14,39],[28,14,15,24],[28,21,15,31],[28,25,15,35],[29,12,16,20],[30,12,17,20,"i"],[30,13,17,21],[30,15,17,23],[31,12,18,20],[32,10,19,16],[33,8,20,12],[34,6,21,8],[35,6,22,8,"bytes"],[35,11,22,13],[35,15,22,17,"codePoint"],[35,24,22,26],[35,27,22,29],[35,31,22,33],[35,34,22,36],[35,35,22,37],[35,38,22,40,"codePoint"],[35,47,22,49],[35,50,22,52],[35,55,22,57],[35,58,22,60],[35,59,22,61],[35,62,22,64],[35,63,22,65],[36,6,23,8],[36,10,23,12,"bytes"],[36,15,23,17],[36,18,23,20,"limit"],[36,23,23,25],[36,25,23,27],[37,8,24,12],[37,15,24,19],[37,19,24,23],[38,6,25,8],[39,4,26,4],[40,4,27,4],[40,11,27,11,"bytes"],[40,16,27,16],[40,19,27,19,"limit"],[40,24,27,24],[41,2,28,0],[42,0,28,1],[42,3]],"functionMap":{"names":["","byteCountOverLimit"],"mappings":"AAA;OCG;CDwB"},"hasCjsExports":false},"type":"js/module"}]} \ No newline at end of file diff --git a/frontend/.metro-cache/cache/86/5447dd0252c15ba88d2743f29406fe7cc1c52a9e02e35bd76cdc7d78e9b43956efead5 b/frontend/.metro-cache/cache/86/5447dd0252c15ba88d2743f29406fe7cc1c52a9e02e35bd76cdc7d78e9b43956efead5 new file mode 100644 index 00000000..7d34e1b4 --- /dev/null +++ b/frontend/.metro-cache/cache/86/5447dd0252c15ba88d2743f29406fe7cc1c52a9e02e35bd76cdc7d78e9b43956efead5 @@ -0,0 +1 @@ +{"dependencies":[{"name":"./LocalAuthentication.types","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":60,"index":60}}],"key":"lDec6gGZYHDsSqpXcagYVqewIdo=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return _default;\n }\n });\n var _LocalAuthenticationTypes = require(_dependencyMap[0], \"./LocalAuthentication.types\");\n var _default = {\n async hasHardwareAsync() {\n return false;\n },\n async isEnrolledAsync() {\n return false;\n },\n async getEnrolledLevelAsync() {\n return _LocalAuthenticationTypes.SecurityLevel.NONE;\n },\n async supportedAuthenticationTypesAsync() {\n return [];\n }\n };\n});","lineCount":28,"map":[[7,2,2,0,"Object"],[7,8,2,0],[7,9,2,0,"defineProperty"],[7,23,2,0],[7,24,2,0,"exports"],[7,31,2,0],[8,4,2,0,"enumerable"],[8,14,2,0],[9,4,2,0,"get"],[9,7,2,0],[9,18,2,0,"get"],[9,19,2,0],[10,6,2,0],[10,13,2,0,"_default"],[10,21,2,0],[11,4,2,0],[12,2,2,0],[13,2,1,0],[13,6,1,0,"_LocalAuthenticationTypes"],[13,31,1,0],[13,34,1,0,"require"],[13,41,1,0],[13,42,1,0,"_dependencyMap"],[13,56,1,0],[14,2,2,0],[14,6,2,0,"_default"],[14,14,2,0],[14,17,2,15],[15,4,3,4],[15,10,3,10,"hasHardwareAsync"],[15,26,3,26,"hasHardwareAsync"],[15,27,3,26],[15,29,3,29],[16,6,4,8],[16,13,4,15],[16,18,4,20],[17,4,5,4],[17,5,5,5],[18,4,6,4],[18,10,6,10,"isEnrolledAsync"],[18,25,6,25,"isEnrolledAsync"],[18,26,6,25],[18,28,6,28],[19,6,7,8],[19,13,7,15],[19,18,7,20],[20,4,8,4],[20,5,8,5],[21,4,9,4],[21,10,9,10,"getEnrolledLevelAsync"],[21,31,9,31,"getEnrolledLevelAsync"],[21,32,9,31],[21,34,9,34],[22,6,10,8],[22,13,10,15,"SecurityLevel"],[22,38,10,28],[22,39,10,28,"SecurityLevel"],[22,52,10,28],[22,53,10,29,"NONE"],[22,57,10,33],[23,4,11,4],[23,5,11,5],[24,4,12,4],[24,10,12,10,"supportedAuthenticationTypesAsync"],[24,43,12,43,"supportedAuthenticationTypesAsync"],[24,44,12,43],[24,46,12,46],[25,6,13,8],[25,13,13,15],[25,15,13,17],[26,4,14,4],[27,2,15,0],[27,3,15,1],[28,0,15,2],[28,3]],"functionMap":{"names":["","default.hasHardwareAsync","default.isEnrolledAsync","default.getEnrolledLevelAsync","default.supportedAuthenticationTypesAsync"],"mappings":"AAA;ICE;KDE;IEC;KFE;IGC;KHE;IIC;KJE"},"hasCjsExports":false},"type":"js/module"}]} \ No newline at end of file diff --git a/frontend/.metro-cache/cache/8a/d16bd5233d8756dad4bdb38c852e82b658c438f62063620c949e8b2a920157c55535f0 b/frontend/.metro-cache/cache/8a/d16bd5233d8756dad4bdb38c852e82b658c438f62063620c949e8b2a920157c55535f0 new file mode 100644 index 00000000..cd76ddcb --- /dev/null +++ b/frontend/.metro-cache/cache/8a/d16bd5233d8756dad4bdb38c852e82b658c438f62063620c949e8b2a920157c55535f0 @@ -0,0 +1 @@ +{"dependencies":[{"name":"@babel/runtime/helpers/asyncToGenerator","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"YisBBiy2Xm9DEVdFebZ2nbgAHBo=","exportNames":["*"],"imports":1}},{"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":51,"index":51}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react-native","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":52},"end":{"line":11,"column":22,"index":190}}],"key":"KyzuX10g6ixS9UfynhmjlvCIG3g=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":12,"column":0,"index":191},"end":{"line":12,"column":46,"index":237}}],"key":"ow7vkrqkIckRjlSi/+MhMmRYtUE=","exportNames":["*"],"imports":1}},{"name":"react-native-safe-area-context","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0,"index":238},"end":{"line":13,"column":67,"index":305}}],"key":"XjdTKvCUWX6CbQzg5fSDHG/WgHk=","exportNames":["*"],"imports":1}},{"name":"../contexts/AuthContext","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":14,"column":0,"index":306},"end":{"line":14,"column":50,"index":356}}],"key":"oNCgyH4yx4pAIVZXLqqRGB2kuCY=","exportNames":["*"],"imports":1}},{"name":"../config/api","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":15,"column":0,"index":357},"end":{"line":15,"column":46,"index":403}}],"key":"V94urzZZSfzzXHrNxWFShT8IuQo=","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/EditProfileScreen.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 EditProfileScreen;\n }\n });\n var _babelRuntimeHelpersAsyncToGenerator = require(_dependencyMap[0], \"@babel/runtime/helpers/asyncToGenerator\");\n var _asyncToGenerator = _interopDefault(_babelRuntimeHelpersAsyncToGenerator);\n var _babelRuntimeHelpersSlicedToArray = require(_dependencyMap[1], \"@babel/runtime/helpers/slicedToArray\");\n var _slicedToArray = _interopDefault(_babelRuntimeHelpersSlicedToArray);\n var _react = require(_dependencyMap[2], \"react\");\n var _reactNative = require(_dependencyMap[3], \"react-native\");\n var _expoVectorIcons = require(_dependencyMap[4], \"@expo/vector-icons\");\n var _reactNativeSafeAreaContext = require(_dependencyMap[5], \"react-native-safe-area-context\");\n var _contextsAuthContext = require(_dependencyMap[6], \"../contexts/AuthContext\");\n var _configApi = require(_dependencyMap[7], \"../config/api\");\n var _reactJsxDevRuntime = require(_dependencyMap[8], \"react/jsx-dev-runtime\");\n function EditProfileScreen(_ref) {\n _s();\n var navigation = _ref.navigation;\n var insets = (0, _reactNativeSafeAreaContext.useSafeAreaInsets)();\n var _useAuth = (0, _contextsAuthContext.useAuth)(),\n user = _useAuth.user;\n var _useState = (0, _react.useState)(false),\n _useState2 = (0, _slicedToArray.default)(_useState, 2),\n loading = _useState2[0],\n setLoading = _useState2[1];\n var _useState3 = (0, _react.useState)(''),\n _useState4 = (0, _slicedToArray.default)(_useState3, 2),\n email = _useState4[0],\n setEmail = _useState4[1];\n var _useState5 = (0, _react.useState)(''),\n _useState6 = (0, _slicedToArray.default)(_useState5, 2),\n firstName = _useState6[0],\n setFirstName = _useState6[1];\n var _useState7 = (0, _react.useState)(''),\n _useState8 = (0, _slicedToArray.default)(_useState7, 2),\n lastName = _useState8[0],\n setLastName = _useState8[1];\n var _useState9 = (0, _react.useState)(''),\n _useState0 = (0, _slicedToArray.default)(_useState9, 2),\n phone = _useState0[0],\n setPhone = _useState0[1];\n var _useState1 = (0, _react.useState)(''),\n _useState10 = (0, _slicedToArray.default)(_useState1, 2),\n walletAddress = _useState10[0],\n setWalletAddress = _useState10[1];\n (0, _react.useEffect)(() => {\n loadUserData();\n }, []);\n var loadUserData = /*#__PURE__*/function () {\n var _ref2 = (0, _asyncToGenerator.default)(function* () {\n try {\n var response = yield fetch(`${_configApi.API_ENDPOINTS.AUTH_USER(user?.user_id || '')}`);\n if (response.ok) {\n var data = yield response.json();\n setEmail(data.email || '');\n setFirstName(data.first_name || '');\n setLastName(data.last_name || '');\n setPhone(data.phone || '');\n setWalletAddress(data.wallet_address || '');\n }\n } catch (error) {\n console.error('Error loading user data:', error);\n }\n });\n return function loadUserData() {\n return _ref2.apply(this, arguments);\n };\n }();\n var handleSave = /*#__PURE__*/function () {\n var _ref3 = (0, _asyncToGenerator.default)(function* () {\n setLoading(true);\n try {\n var backendUrl = \"https://digital-kurdistan.preview.emergentagent.com\" || 'http://localhost:8001';\n var response = yield fetch(`${backendUrl}/api/auth/profile`, {\n method: 'PUT',\n headers: {\n 'Content-Type': 'application/json'\n },\n body: JSON.stringify({\n user_id: user?.user_id,\n email,\n first_name: firstName,\n last_name: lastName,\n phone,\n wallet_address: walletAddress\n })\n });\n if (response.ok) {\n _reactNative.Alert.alert('Success', 'Profile updated successfully!');\n navigation.goBack();\n } else {\n _reactNative.Alert.alert('Error', 'Failed to update profile');\n }\n } catch (error) {\n _reactNative.Alert.alert('Error', 'Network error occurred');\n } finally {\n setLoading(false);\n }\n });\n return function handleSave() {\n return _ref3.apply(this, arguments);\n };\n }();\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: [styles.container, {\n paddingTop: insets.top\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.header,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n onPress: () => navigation.goBack(),\n style: styles.backButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"arrow-back\",\n size: 24,\n color: \"#1F2937\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 83,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 82,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.headerTitle,\n children: \"Edit Profile\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 85,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: {\n width: 40\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 86,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 81,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.ScrollView, {\n contentContainerStyle: styles.scrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.label,\n children: \"First Name\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 91,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TextInput, {\n style: styles.input,\n value: firstName,\n onChangeText: setFirstName,\n placeholder: \"Enter first name\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 92,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 90,\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.label,\n children: \"Last Name\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 101,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TextInput, {\n style: styles.input,\n value: lastName,\n onChangeText: setLastName,\n placeholder: \"Enter last name\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 102,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 100,\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.label,\n children: \"Email\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 111,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TextInput, {\n style: styles.input,\n value: email,\n onChangeText: setEmail,\n placeholder: \"Enter email\",\n keyboardType: \"email-address\",\n autoCapitalize: \"none\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 112,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 110,\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.label,\n children: \"Phone Number\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 123,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TextInput, {\n style: styles.input,\n value: phone,\n onChangeText: setPhone,\n placeholder: \"Enter phone number\",\n keyboardType: \"phone-pad\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 124,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 122,\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.label,\n children: \"Wallet Address\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 134,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TextInput, {\n style: styles.input,\n value: walletAddress,\n onChangeText: setWalletAddress,\n placeholder: \"Enter wallet address\",\n autoCapitalize: \"none\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 135,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 133,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: [styles.saveButton, loading && styles.saveButtonDisabled],\n onPress: handleSave,\n disabled: loading,\n children: loading ? /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.ActivityIndicator, {\n color: \"#FFF\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 150,\n columnNumber: 13\n }, this) : /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.saveButtonText,\n children: \"Save Changes\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 152,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 144,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 89,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 80,\n columnNumber: 5\n }, this);\n }\n _s(EditProfileScreen, \"+MvJbr4xH1W+2i3VrT+vYCRwjrA=\", false, function () {\n return [_reactNativeSafeAreaContext.useSafeAreaInsets, _contextsAuthContext.useAuth];\n });\n _c = EditProfileScreen;\n var styles = _reactNative.StyleSheet.create({\n container: {\n flex: 1,\n backgroundColor: '#F8F9FA'\n },\n header: {\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'space-between',\n paddingHorizontal: 16,\n paddingVertical: 16,\n backgroundColor: '#FFF',\n borderBottomWidth: 1,\n borderBottomColor: '#E5E7EB'\n },\n backButton: {\n width: 40,\n height: 40,\n borderRadius: 20,\n backgroundColor: '#F3F4F6',\n alignItems: 'center',\n justifyContent: 'center'\n },\n headerTitle: {\n fontSize: 18,\n fontWeight: '700',\n color: '#1F2937'\n },\n scrollContent: {\n padding: 16,\n paddingBottom: 80\n },\n section: {\n marginBottom: 20\n },\n label: {\n fontSize: 14,\n fontWeight: '600',\n color: '#374151',\n marginBottom: 8\n },\n input: {\n backgroundColor: '#FFF',\n padding: 16,\n borderRadius: 12,\n fontSize: 16,\n borderWidth: 1,\n borderColor: '#E5E7EB'\n },\n saveButton: {\n backgroundColor: '#EE2A35',\n padding: 16,\n borderRadius: 12,\n alignItems: 'center',\n marginTop: 24\n },\n saveButtonDisabled: {\n opacity: 0.6\n },\n saveButtonText: {\n fontSize: 16,\n fontWeight: '600',\n color: '#FFF'\n }\n });\n var _c;\n $RefreshReg$(_c, \"EditProfileScreen\");\n});","lineCount":387,"map":[[14,2,17,15,"Object"],[14,8,17,15],[14,9,17,15,"defineProperty"],[14,23,17,15],[14,24,17,15,"exports"],[14,31,17,15],[15,4,17,15,"enumerable"],[15,14,17,15],[16,4,17,15,"get"],[16,7,17,15],[16,18,17,15,"get"],[16,19,17,15],[17,6,17,15],[17,13,17,15,"EditProfileScreen"],[17,30,17,15],[18,4,17,15],[19,2,17,15],[20,2,158,1],[20,6,158,1,"_babelRuntimeHelpersAsyncToGenerator"],[20,42,158,1],[20,45,158,1,"require"],[20,52,158,1],[20,53,158,1,"_dependencyMap"],[20,67,158,1],[21,2,158,1],[21,6,158,1,"_asyncToGenerator"],[21,23,158,1],[21,26,158,1,"_interopDefault"],[21,41,158,1],[21,42,158,1,"_babelRuntimeHelpersAsyncToGenerator"],[21,78,158,1],[22,2,158,1],[22,6,158,1,"_babelRuntimeHelpersSlicedToArray"],[22,39,158,1],[22,42,158,1,"require"],[22,49,158,1],[22,50,158,1,"_dependencyMap"],[22,64,158,1],[23,2,158,1],[23,6,158,1,"_slicedToArray"],[23,20,158,1],[23,23,158,1,"_interopDefault"],[23,38,158,1],[23,39,158,1,"_babelRuntimeHelpersSlicedToArray"],[23,72,158,1],[24,2,1,0],[24,6,1,0,"_react"],[24,12,1,0],[24,15,1,0,"require"],[24,22,1,0],[24,23,1,0,"_dependencyMap"],[24,37,1,0],[25,2,2,0],[25,6,2,0,"_reactNative"],[25,18,2,0],[25,21,2,0,"require"],[25,28,2,0],[25,29,2,0,"_dependencyMap"],[25,43,2,0],[26,2,12,0],[26,6,12,0,"_expoVectorIcons"],[26,22,12,0],[26,25,12,0,"require"],[26,32,12,0],[26,33,12,0,"_dependencyMap"],[26,47,12,0],[27,2,13,0],[27,6,13,0,"_reactNativeSafeAreaContext"],[27,33,13,0],[27,36,13,0,"require"],[27,43,13,0],[27,44,13,0,"_dependencyMap"],[27,58,13,0],[28,2,14,0],[28,6,14,0,"_contextsAuthContext"],[28,26,14,0],[28,29,14,0,"require"],[28,36,14,0],[28,37,14,0,"_dependencyMap"],[28,51,14,0],[29,2,15,0],[29,6,15,0,"_configApi"],[29,16,15,0],[29,19,15,0,"require"],[29,26,15,0],[29,27,15,0,"_dependencyMap"],[29,41,15,0],[30,2,15,46],[30,6,15,46,"_reactJsxDevRuntime"],[30,25,15,46],[30,28,15,46,"require"],[30,35,15,46],[30,36,15,46,"_dependencyMap"],[30,50,15,46],[31,2,17,15],[31,11,17,24,"EditProfileScreen"],[31,28,17,41,"EditProfileScreen"],[31,29,17,41,"_ref"],[31,33,17,41],[31,35,17,63],[32,4,17,63,"_s"],[32,6,17,63],[33,4,17,63],[33,8,17,44,"navigation"],[33,18,17,54],[33,21,17,54,"_ref"],[33,25,17,54],[33,26,17,44,"navigation"],[33,36,17,54],[34,4,18,2],[34,8,18,8,"insets"],[34,14,18,14],[34,17,18,17],[34,21,18,17,"useSafeAreaInsets"],[34,48,18,34],[34,49,18,34,"useSafeAreaInsets"],[34,66,18,34],[34,68,18,35],[34,69,18,36],[35,4,19,2],[35,8,19,2,"_useAuth"],[35,16,19,2],[35,19,19,19],[35,23,19,19,"useAuth"],[35,43,19,26],[35,44,19,26,"useAuth"],[35,51,19,26],[35,53,19,27],[35,54,19,28],[36,6,19,10,"user"],[36,10,19,14],[36,13,19,14,"_useAuth"],[36,21,19,14],[36,22,19,10,"user"],[36,26,19,14],[37,4,20,2],[37,8,20,2,"_useState"],[37,17,20,2],[37,20,20,32],[37,24,20,32,"useState"],[37,30,20,40],[37,31,20,40,"useState"],[37,39,20,40],[37,41,20,41],[37,46,20,46],[37,47,20,47],[38,6,20,47,"_useState2"],[38,16,20,47],[38,23,20,47,"_slicedToArray"],[38,37,20,47],[38,38,20,47,"default"],[38,45,20,47],[38,47,20,47,"_useState"],[38,56,20,47],[39,6,20,9,"loading"],[39,13,20,16],[39,16,20,16,"_useState2"],[39,26,20,16],[40,6,20,18,"setLoading"],[40,16,20,28],[40,19,20,28,"_useState2"],[40,29,20,28],[41,4,21,2],[41,8,21,2,"_useState3"],[41,18,21,2],[41,21,21,28],[41,25,21,28,"useState"],[41,31,21,36],[41,32,21,36,"useState"],[41,40,21,36],[41,42,21,37],[41,44,21,39],[41,45,21,40],[42,6,21,40,"_useState4"],[42,16,21,40],[42,23,21,40,"_slicedToArray"],[42,37,21,40],[42,38,21,40,"default"],[42,45,21,40],[42,47,21,40,"_useState3"],[42,57,21,40],[43,6,21,9,"email"],[43,11,21,14],[43,14,21,14,"_useState4"],[43,24,21,14],[44,6,21,16,"setEmail"],[44,14,21,24],[44,17,21,24,"_useState4"],[44,27,21,24],[45,4,22,2],[45,8,22,2,"_useState5"],[45,18,22,2],[45,21,22,36],[45,25,22,36,"useState"],[45,31,22,44],[45,32,22,44,"useState"],[45,40,22,44],[45,42,22,45],[45,44,22,47],[45,45,22,48],[46,6,22,48,"_useState6"],[46,16,22,48],[46,23,22,48,"_slicedToArray"],[46,37,22,48],[46,38,22,48,"default"],[46,45,22,48],[46,47,22,48,"_useState5"],[46,57,22,48],[47,6,22,9,"firstName"],[47,15,22,18],[47,18,22,18,"_useState6"],[47,28,22,18],[48,6,22,20,"setFirstName"],[48,18,22,32],[48,21,22,32,"_useState6"],[48,31,22,32],[49,4,23,2],[49,8,23,2,"_useState7"],[49,18,23,2],[49,21,23,34],[49,25,23,34,"useState"],[49,31,23,42],[49,32,23,42,"useState"],[49,40,23,42],[49,42,23,43],[49,44,23,45],[49,45,23,46],[50,6,23,46,"_useState8"],[50,16,23,46],[50,23,23,46,"_slicedToArray"],[50,37,23,46],[50,38,23,46,"default"],[50,45,23,46],[50,47,23,46,"_useState7"],[50,57,23,46],[51,6,23,9,"lastName"],[51,14,23,17],[51,17,23,17,"_useState8"],[51,27,23,17],[52,6,23,19,"setLastName"],[52,17,23,30],[52,20,23,30,"_useState8"],[52,30,23,30],[53,4,24,2],[53,8,24,2,"_useState9"],[53,18,24,2],[53,21,24,28],[53,25,24,28,"useState"],[53,31,24,36],[53,32,24,36,"useState"],[53,40,24,36],[53,42,24,37],[53,44,24,39],[53,45,24,40],[54,6,24,40,"_useState0"],[54,16,24,40],[54,23,24,40,"_slicedToArray"],[54,37,24,40],[54,38,24,40,"default"],[54,45,24,40],[54,47,24,40,"_useState9"],[54,57,24,40],[55,6,24,9,"phone"],[55,11,24,14],[55,14,24,14,"_useState0"],[55,24,24,14],[56,6,24,16,"setPhone"],[56,14,24,24],[56,17,24,24,"_useState0"],[56,27,24,24],[57,4,25,2],[57,8,25,2,"_useState1"],[57,18,25,2],[57,21,25,44],[57,25,25,44,"useState"],[57,31,25,52],[57,32,25,52,"useState"],[57,40,25,52],[57,42,25,53],[57,44,25,55],[57,45,25,56],[58,6,25,56,"_useState10"],[58,17,25,56],[58,24,25,56,"_slicedToArray"],[58,38,25,56],[58,39,25,56,"default"],[58,46,25,56],[58,48,25,56,"_useState1"],[58,58,25,56],[59,6,25,9,"walletAddress"],[59,19,25,22],[59,22,25,22,"_useState10"],[59,33,25,22],[60,6,25,24,"setWalletAddress"],[60,22,25,40],[60,25,25,40,"_useState10"],[60,36,25,40],[61,4,27,2],[61,8,27,2,"useEffect"],[61,14,27,11],[61,15,27,11,"useEffect"],[61,24,27,11],[61,26,27,12],[61,32,27,18],[62,6,28,4,"loadUserData"],[62,18,28,16],[62,19,28,17],[62,20,28,18],[63,4,29,2],[63,5,29,3],[63,7,29,5],[63,9,29,7],[63,10,29,8],[64,4,31,2],[64,8,31,8,"loadUserData"],[64,20,31,20],[65,6,31,20],[65,10,31,20,"_ref2"],[65,15,31,20],[65,22,31,20,"_asyncToGenerator"],[65,39,31,20],[65,40,31,20,"default"],[65,47,31,20],[65,49,31,23],[65,62,31,35],[66,8,32,4],[66,12,32,8],[67,10,33,6],[67,14,33,12,"response"],[67,22,33,20],[67,31,33,29,"fetch"],[67,36,33,34],[67,37,33,35],[67,40,33,38,"API_ENDPOINTS"],[67,50,33,51],[67,51,33,51,"API_ENDPOINTS"],[67,64,33,51],[67,65,33,52,"AUTH_USER"],[67,74,33,61],[67,75,33,62,"user"],[67,79,33,66],[67,81,33,68,"user_id"],[67,88,33,75],[67,92,33,79],[67,94,33,81],[67,95,33,82],[67,97,33,84],[67,98,33,85],[68,10,34,6],[68,14,34,10,"response"],[68,22,34,18],[68,23,34,19,"ok"],[68,25,34,21],[68,27,34,23],[69,12,35,8],[69,16,35,14,"data"],[69,20,35,18],[69,29,35,27,"response"],[69,37,35,35],[69,38,35,36,"json"],[69,42,35,40],[69,43,35,41],[69,44,35,42],[70,12,36,8,"setEmail"],[70,20,36,16],[70,21,36,17,"data"],[70,25,36,21],[70,26,36,22,"email"],[70,31,36,27],[70,35,36,31],[70,37,36,33],[70,38,36,34],[71,12,37,8,"setFirstName"],[71,24,37,20],[71,25,37,21,"data"],[71,29,37,25],[71,30,37,26,"first_name"],[71,40,37,36],[71,44,37,40],[71,46,37,42],[71,47,37,43],[72,12,38,8,"setLastName"],[72,23,38,19],[72,24,38,20,"data"],[72,28,38,24],[72,29,38,25,"last_name"],[72,38,38,34],[72,42,38,38],[72,44,38,40],[72,45,38,41],[73,12,39,8,"setPhone"],[73,20,39,16],[73,21,39,17,"data"],[73,25,39,21],[73,26,39,22,"phone"],[73,31,39,27],[73,35,39,31],[73,37,39,33],[73,38,39,34],[74,12,40,8,"setWalletAddress"],[74,28,40,24],[74,29,40,25,"data"],[74,33,40,29],[74,34,40,30,"wallet_address"],[74,48,40,44],[74,52,40,48],[74,54,40,50],[74,55,40,51],[75,10,41,6],[76,8,42,4],[76,9,42,5],[76,10,42,6],[76,17,42,13,"error"],[76,22,42,18],[76,24,42,20],[77,10,43,6,"console"],[77,17,43,13],[77,18,43,14,"error"],[77,23,43,19],[77,24,43,20],[77,50,43,46],[77,52,43,48,"error"],[77,57,43,53],[77,58,43,54],[78,8,44,4],[79,6,45,2],[79,7,45,3],[80,6,45,3],[80,22,31,8,"loadUserData"],[80,34,31,20,"loadUserData"],[80,35,31,20],[81,8,31,20],[81,15,31,20,"_ref2"],[81,20,31,20],[81,21,31,20,"apply"],[81,26,31,20],[81,33,31,20,"arguments"],[81,42,31,20],[82,6,31,20],[83,4,31,20],[83,7,45,3],[84,4,47,2],[84,8,47,8,"handleSave"],[84,18,47,18],[85,6,47,18],[85,10,47,18,"_ref3"],[85,15,47,18],[85,22,47,18,"_asyncToGenerator"],[85,39,47,18],[85,40,47,18,"default"],[85,47,47,18],[85,49,47,21],[85,62,47,33],[86,8,48,4,"setLoading"],[86,18,48,14],[86,19,48,15],[86,23,48,19],[86,24,48,20],[87,8,49,4],[87,12,49,8],[88,10,50,6],[88,14,50,12,"backendUrl"],[88,24,50,22],[88,27,50,25],[88,84,50,64],[88,107,50,87],[89,10,51,6],[89,14,51,12,"response"],[89,22,51,20],[89,31,51,29,"fetch"],[89,36,51,34],[89,37,51,35],[89,40,51,38,"backendUrl"],[89,50,51,48],[89,69,51,67],[89,71,51,69],[90,12,52,8,"method"],[90,18,52,14],[90,20,52,16],[90,25,52,21],[91,12,53,8,"headers"],[91,19,53,15],[91,21,53,17],[92,14,54,10],[92,28,54,24],[92,30,54,26],[93,12,55,8],[93,13,55,9],[94,12,56,8,"body"],[94,16,56,12],[94,18,56,14,"JSON"],[94,22,56,18],[94,23,56,19,"stringify"],[94,32,56,28],[94,33,56,29],[95,14,57,10,"user_id"],[95,21,57,17],[95,23,57,19,"user"],[95,27,57,23],[95,29,57,25,"user_id"],[95,36,57,32],[96,14,58,10,"email"],[96,19,58,15],[97,14,59,10,"first_name"],[97,24,59,20],[97,26,59,22,"firstName"],[97,35,59,31],[98,14,60,10,"last_name"],[98,23,60,19],[98,25,60,21,"lastName"],[98,33,60,29],[99,14,61,10,"phone"],[99,19,61,15],[100,14,62,10,"wallet_address"],[100,28,62,24],[100,30,62,26,"walletAddress"],[101,12,63,8],[101,13,63,9],[102,10,64,6],[102,11,64,7],[102,12,64,8],[103,10,66,6],[103,14,66,10,"response"],[103,22,66,18],[103,23,66,19,"ok"],[103,25,66,21],[103,27,66,23],[104,12,67,8,"Alert"],[104,24,67,13],[104,25,67,13,"Alert"],[104,30,67,13],[104,31,67,14,"alert"],[104,36,67,19],[104,37,67,20],[104,46,67,29],[104,48,67,31],[104,79,67,62],[104,80,67,63],[105,12,68,8,"navigation"],[105,22,68,18],[105,23,68,19,"goBack"],[105,29,68,25],[105,30,68,26],[105,31,68,27],[106,10,69,6],[106,11,69,7],[106,17,69,13],[107,12,70,8,"Alert"],[107,24,70,13],[107,25,70,13,"Alert"],[107,30,70,13],[107,31,70,14,"alert"],[107,36,70,19],[107,37,70,20],[107,44,70,27],[107,46,70,29],[107,72,70,55],[107,73,70,56],[108,10,71,6],[109,8,72,4],[109,9,72,5],[109,10,72,6],[109,17,72,13,"error"],[109,22,72,18],[109,24,72,20],[110,10,73,6,"Alert"],[110,22,73,11],[110,23,73,11,"Alert"],[110,28,73,11],[110,29,73,12,"alert"],[110,34,73,17],[110,35,73,18],[110,42,73,25],[110,44,73,27],[110,68,73,51],[110,69,73,52],[111,8,74,4],[111,9,74,5],[111,18,74,14],[112,10,75,6,"setLoading"],[112,20,75,16],[112,21,75,17],[112,26,75,22],[112,27,75,23],[113,8,76,4],[114,6,77,2],[114,7,77,3],[115,6,77,3],[115,22,47,8,"handleSave"],[115,32,47,18,"handleSave"],[115,33,47,18],[116,8,47,18],[116,15,47,18,"_ref3"],[116,20,47,18],[116,21,47,18,"apply"],[116,26,47,18],[116,33,47,18,"arguments"],[116,42,47,18],[117,6,47,18],[118,4,47,18],[118,7,77,3],[119,4,79,2],[119,24,80,4],[119,28,80,4,"_reactJsxDevRuntime"],[119,47,80,4],[119,48,80,4,"jsxDEV"],[119,54,80,4],[119,56,80,5,"_reactNative"],[119,68,80,9],[119,69,80,9,"View"],[119,73,80,9],[120,6,80,10,"style"],[120,11,80,15],[120,13,80,17],[120,14,80,18,"styles"],[120,20,80,24],[120,21,80,25,"container"],[120,30,80,34],[120,32,80,36],[121,8,80,38,"paddingTop"],[121,18,80,48],[121,20,80,50,"insets"],[121,26,80,56],[121,27,80,57,"top"],[122,6,80,61],[122,7,80,62],[122,8,80,64],[123,6,80,64,"children"],[123,14,80,64],[123,30,81,6],[123,34,81,6,"_reactJsxDevRuntime"],[123,53,81,6],[123,54,81,6,"jsxDEV"],[123,60,81,6],[123,62,81,7,"_reactNative"],[123,74,81,11],[123,75,81,11,"View"],[123,79,81,11],[124,8,81,12,"style"],[124,13,81,17],[124,15,81,19,"styles"],[124,21,81,25],[124,22,81,26,"header"],[124,28,81,33],[125,8,81,33,"children"],[125,16,81,33],[125,32,82,8],[125,36,82,8,"_reactJsxDevRuntime"],[125,55,82,8],[125,56,82,8,"jsxDEV"],[125,62,82,8],[125,64,82,9,"_reactNative"],[125,76,82,25],[125,77,82,25,"TouchableOpacity"],[125,93,82,25],[126,10,82,26,"onPress"],[126,17,82,33],[126,19,82,35,"onPress"],[126,20,82,35],[126,25,82,41,"navigation"],[126,35,82,51],[126,36,82,52,"goBack"],[126,42,82,58],[126,43,82,59],[126,44,82,61],[127,10,82,62,"style"],[127,15,82,67],[127,17,82,69,"styles"],[127,23,82,75],[127,24,82,76,"backButton"],[127,34,82,87],[128,10,82,87,"children"],[128,18,82,87],[128,33,83,10],[128,37,83,10,"_reactJsxDevRuntime"],[128,56,83,10],[128,57,83,10,"jsxDEV"],[128,63,83,10],[128,65,83,11,"_expoVectorIcons"],[128,81,83,19],[128,82,83,19,"Ionicons"],[128,90,83,19],[129,12,83,20,"name"],[129,16,83,24],[129,18,83,25],[129,30,83,37],[130,12,83,38,"size"],[130,16,83,42],[130,18,83,44],[130,20,83,47],[131,12,83,48,"color"],[131,17,83,53],[131,19,83,54],[132,10,83,63],[133,12,83,63,"fileName"],[133,20,83,63],[133,22,83,63,"_jsxFileName"],[133,34,83,63],[134,12,83,63,"lineNumber"],[134,22,83,63],[135,12,83,63,"columnNumber"],[135,24,83,63],[136,10,83,63],[136,17,83,65],[137,8,83,66],[138,10,83,66,"fileName"],[138,18,83,66],[138,20,83,66,"_jsxFileName"],[138,32,83,66],[139,10,83,66,"lineNumber"],[139,20,83,66],[140,10,83,66,"columnNumber"],[140,22,83,66],[141,8,83,66],[141,15,84,26],[141,16,84,27],[141,31,85,8],[141,35,85,8,"_reactJsxDevRuntime"],[141,54,85,8],[141,55,85,8,"jsxDEV"],[141,61,85,8],[141,63,85,9,"_reactNative"],[141,75,85,13],[141,76,85,13,"Text"],[141,80,85,13],[142,10,85,14,"style"],[142,15,85,19],[142,17,85,21,"styles"],[142,23,85,27],[142,24,85,28,"headerTitle"],[142,35,85,40],[143,10,85,40,"children"],[143,18,85,40],[143,20,85,41],[144,8,85,53],[145,10,85,53,"fileName"],[145,18,85,53],[145,20,85,53,"_jsxFileName"],[145,32,85,53],[146,10,85,53,"lineNumber"],[146,20,85,53],[147,10,85,53,"columnNumber"],[147,22,85,53],[148,8,85,53],[148,15,85,59],[148,16,85,60],[148,31,86,8],[148,35,86,8,"_reactJsxDevRuntime"],[148,54,86,8],[148,55,86,8,"jsxDEV"],[148,61,86,8],[148,63,86,9,"_reactNative"],[148,75,86,13],[148,76,86,13,"View"],[148,80,86,13],[149,10,86,14,"style"],[149,15,86,19],[149,17,86,21],[150,12,86,23,"width"],[150,17,86,28],[150,19,86,30],[151,10,86,33],[152,8,86,35],[153,10,86,35,"fileName"],[153,18,86,35],[153,20,86,35,"_jsxFileName"],[153,32,86,35],[154,10,86,35,"lineNumber"],[154,20,86,35],[155,10,86,35,"columnNumber"],[155,22,86,35],[156,8,86,35],[156,15,86,37],[156,16,86,38],[157,6,86,38],[158,8,86,38,"fileName"],[158,16,86,38],[158,18,86,38,"_jsxFileName"],[158,30,86,38],[159,8,86,38,"lineNumber"],[159,18,86,38],[160,8,86,38,"columnNumber"],[160,20,86,38],[161,6,86,38],[161,13,87,12],[161,14,87,13],[161,29,89,6],[161,33,89,6,"_reactJsxDevRuntime"],[161,52,89,6],[161,53,89,6,"jsxDEV"],[161,59,89,6],[161,61,89,7,"_reactNative"],[161,73,89,17],[161,74,89,17,"ScrollView"],[161,84,89,17],[162,8,89,18,"contentContainerStyle"],[162,29,89,39],[162,31,89,41,"styles"],[162,37,89,47],[162,38,89,48,"scrollContent"],[162,51,89,62],[163,8,89,62,"children"],[163,16,89,62],[163,32,90,8],[163,36,90,8,"_reactJsxDevRuntime"],[163,55,90,8],[163,56,90,8,"jsxDEV"],[163,62,90,8],[163,64,90,9,"_reactNative"],[163,76,90,13],[163,77,90,13,"View"],[163,81,90,13],[164,10,90,14,"style"],[164,15,90,19],[164,17,90,21,"styles"],[164,23,90,27],[164,24,90,28,"section"],[164,31,90,36],[165,10,90,36,"children"],[165,18,90,36],[165,34,91,10],[165,38,91,10,"_reactJsxDevRuntime"],[165,57,91,10],[165,58,91,10,"jsxDEV"],[165,64,91,10],[165,66,91,11,"_reactNative"],[165,78,91,15],[165,79,91,15,"Text"],[165,83,91,15],[166,12,91,16,"style"],[166,17,91,21],[166,19,91,23,"styles"],[166,25,91,29],[166,26,91,30,"label"],[166,31,91,36],[167,12,91,36,"children"],[167,20,91,36],[167,22,91,37],[168,10,91,47],[169,12,91,47,"fileName"],[169,20,91,47],[169,22,91,47,"_jsxFileName"],[169,34,91,47],[170,12,91,47,"lineNumber"],[170,22,91,47],[171,12,91,47,"columnNumber"],[171,24,91,47],[172,10,91,47],[172,17,91,53],[172,18,91,54],[172,33,92,10],[172,37,92,10,"_reactJsxDevRuntime"],[172,56,92,10],[172,57,92,10,"jsxDEV"],[172,63,92,10],[172,65,92,11,"_reactNative"],[172,77,92,20],[172,78,92,20,"TextInput"],[172,87,92,20],[173,12,93,12,"style"],[173,17,93,17],[173,19,93,19,"styles"],[173,25,93,25],[173,26,93,26,"input"],[173,31,93,32],[174,12,94,12,"value"],[174,17,94,17],[174,19,94,19,"firstName"],[174,28,94,29],[175,12,95,12,"onChangeText"],[175,24,95,24],[175,26,95,26,"setFirstName"],[175,38,95,39],[176,12,96,12,"placeholder"],[176,23,96,23],[176,25,96,24],[177,10,96,42],[178,12,96,42,"fileName"],[178,20,96,42],[178,22,96,42,"_jsxFileName"],[178,34,96,42],[179,12,96,42,"lineNumber"],[179,22,96,42],[180,12,96,42,"columnNumber"],[180,24,96,42],[181,10,96,42],[181,17,97,11],[181,18,97,12],[182,8,97,12],[183,10,97,12,"fileName"],[183,18,97,12],[183,20,97,12,"_jsxFileName"],[183,32,97,12],[184,10,97,12,"lineNumber"],[184,20,97,12],[185,10,97,12,"columnNumber"],[185,22,97,12],[186,8,97,12],[186,15,98,14],[186,16,98,15],[186,31,100,8],[186,35,100,8,"_reactJsxDevRuntime"],[186,54,100,8],[186,55,100,8,"jsxDEV"],[186,61,100,8],[186,63,100,9,"_reactNative"],[186,75,100,13],[186,76,100,13,"View"],[186,80,100,13],[187,10,100,14,"style"],[187,15,100,19],[187,17,100,21,"styles"],[187,23,100,27],[187,24,100,28,"section"],[187,31,100,36],[188,10,100,36,"children"],[188,18,100,36],[188,34,101,10],[188,38,101,10,"_reactJsxDevRuntime"],[188,57,101,10],[188,58,101,10,"jsxDEV"],[188,64,101,10],[188,66,101,11,"_reactNative"],[188,78,101,15],[188,79,101,15,"Text"],[188,83,101,15],[189,12,101,16,"style"],[189,17,101,21],[189,19,101,23,"styles"],[189,25,101,29],[189,26,101,30,"label"],[189,31,101,36],[190,12,101,36,"children"],[190,20,101,36],[190,22,101,37],[191,10,101,46],[192,12,101,46,"fileName"],[192,20,101,46],[192,22,101,46,"_jsxFileName"],[192,34,101,46],[193,12,101,46,"lineNumber"],[193,22,101,46],[194,12,101,46,"columnNumber"],[194,24,101,46],[195,10,101,46],[195,17,101,52],[195,18,101,53],[195,33,102,10],[195,37,102,10,"_reactJsxDevRuntime"],[195,56,102,10],[195,57,102,10,"jsxDEV"],[195,63,102,10],[195,65,102,11,"_reactNative"],[195,77,102,20],[195,78,102,20,"TextInput"],[195,87,102,20],[196,12,103,12,"style"],[196,17,103,17],[196,19,103,19,"styles"],[196,25,103,25],[196,26,103,26,"input"],[196,31,103,32],[197,12,104,12,"value"],[197,17,104,17],[197,19,104,19,"lastName"],[197,27,104,28],[198,12,105,12,"onChangeText"],[198,24,105,24],[198,26,105,26,"setLastName"],[198,37,105,38],[199,12,106,12,"placeholder"],[199,23,106,23],[199,25,106,24],[200,10,106,41],[201,12,106,41,"fileName"],[201,20,106,41],[201,22,106,41,"_jsxFileName"],[201,34,106,41],[202,12,106,41,"lineNumber"],[202,22,106,41],[203,12,106,41,"columnNumber"],[203,24,106,41],[204,10,106,41],[204,17,107,11],[204,18,107,12],[205,8,107,12],[206,10,107,12,"fileName"],[206,18,107,12],[206,20,107,12,"_jsxFileName"],[206,32,107,12],[207,10,107,12,"lineNumber"],[207,20,107,12],[208,10,107,12,"columnNumber"],[208,22,107,12],[209,8,107,12],[209,15,108,14],[209,16,108,15],[209,31,110,8],[209,35,110,8,"_reactJsxDevRuntime"],[209,54,110,8],[209,55,110,8,"jsxDEV"],[209,61,110,8],[209,63,110,9,"_reactNative"],[209,75,110,13],[209,76,110,13,"View"],[209,80,110,13],[210,10,110,14,"style"],[210,15,110,19],[210,17,110,21,"styles"],[210,23,110,27],[210,24,110,28,"section"],[210,31,110,36],[211,10,110,36,"children"],[211,18,110,36],[211,34,111,10],[211,38,111,10,"_reactJsxDevRuntime"],[211,57,111,10],[211,58,111,10,"jsxDEV"],[211,64,111,10],[211,66,111,11,"_reactNative"],[211,78,111,15],[211,79,111,15,"Text"],[211,83,111,15],[212,12,111,16,"style"],[212,17,111,21],[212,19,111,23,"styles"],[212,25,111,29],[212,26,111,30,"label"],[212,31,111,36],[213,12,111,36,"children"],[213,20,111,36],[213,22,111,37],[214,10,111,42],[215,12,111,42,"fileName"],[215,20,111,42],[215,22,111,42,"_jsxFileName"],[215,34,111,42],[216,12,111,42,"lineNumber"],[216,22,111,42],[217,12,111,42,"columnNumber"],[217,24,111,42],[218,10,111,42],[218,17,111,48],[218,18,111,49],[218,33,112,10],[218,37,112,10,"_reactJsxDevRuntime"],[218,56,112,10],[218,57,112,10,"jsxDEV"],[218,63,112,10],[218,65,112,11,"_reactNative"],[218,77,112,20],[218,78,112,20,"TextInput"],[218,87,112,20],[219,12,113,12,"style"],[219,17,113,17],[219,19,113,19,"styles"],[219,25,113,25],[219,26,113,26,"input"],[219,31,113,32],[220,12,114,12,"value"],[220,17,114,17],[220,19,114,19,"email"],[220,24,114,25],[221,12,115,12,"onChangeText"],[221,24,115,24],[221,26,115,26,"setEmail"],[221,34,115,35],[222,12,116,12,"placeholder"],[222,23,116,23],[222,25,116,24],[222,38,116,37],[223,12,117,12,"keyboardType"],[223,24,117,24],[223,26,117,25],[223,41,117,40],[224,12,118,12,"autoCapitalize"],[224,26,118,26],[224,28,118,27],[225,10,118,33],[226,12,118,33,"fileName"],[226,20,118,33],[226,22,118,33,"_jsxFileName"],[226,34,118,33],[227,12,118,33,"lineNumber"],[227,22,118,33],[228,12,118,33,"columnNumber"],[228,24,118,33],[229,10,118,33],[229,17,119,11],[229,18,119,12],[230,8,119,12],[231,10,119,12,"fileName"],[231,18,119,12],[231,20,119,12,"_jsxFileName"],[231,32,119,12],[232,10,119,12,"lineNumber"],[232,20,119,12],[233,10,119,12,"columnNumber"],[233,22,119,12],[234,8,119,12],[234,15,120,14],[234,16,120,15],[234,31,122,8],[234,35,122,8,"_reactJsxDevRuntime"],[234,54,122,8],[234,55,122,8,"jsxDEV"],[234,61,122,8],[234,63,122,9,"_reactNative"],[234,75,122,13],[234,76,122,13,"View"],[234,80,122,13],[235,10,122,14,"style"],[235,15,122,19],[235,17,122,21,"styles"],[235,23,122,27],[235,24,122,28,"section"],[235,31,122,36],[236,10,122,36,"children"],[236,18,122,36],[236,34,123,10],[236,38,123,10,"_reactJsxDevRuntime"],[236,57,123,10],[236,58,123,10,"jsxDEV"],[236,64,123,10],[236,66,123,11,"_reactNative"],[236,78,123,15],[236,79,123,15,"Text"],[236,83,123,15],[237,12,123,16,"style"],[237,17,123,21],[237,19,123,23,"styles"],[237,25,123,29],[237,26,123,30,"label"],[237,31,123,36],[238,12,123,36,"children"],[238,20,123,36],[238,22,123,37],[239,10,123,49],[240,12,123,49,"fileName"],[240,20,123,49],[240,22,123,49,"_jsxFileName"],[240,34,123,49],[241,12,123,49,"lineNumber"],[241,22,123,49],[242,12,123,49,"columnNumber"],[242,24,123,49],[243,10,123,49],[243,17,123,55],[243,18,123,56],[243,33,124,10],[243,37,124,10,"_reactJsxDevRuntime"],[243,56,124,10],[243,57,124,10,"jsxDEV"],[243,63,124,10],[243,65,124,11,"_reactNative"],[243,77,124,20],[243,78,124,20,"TextInput"],[243,87,124,20],[244,12,125,12,"style"],[244,17,125,17],[244,19,125,19,"styles"],[244,25,125,25],[244,26,125,26,"input"],[244,31,125,32],[245,12,126,12,"value"],[245,17,126,17],[245,19,126,19,"phone"],[245,24,126,25],[246,12,127,12,"onChangeText"],[246,24,127,24],[246,26,127,26,"setPhone"],[246,34,127,35],[247,12,128,12,"placeholder"],[247,23,128,23],[247,25,128,24],[247,45,128,44],[248,12,129,12,"keyboardType"],[248,24,129,24],[248,26,129,25],[249,10,129,36],[250,12,129,36,"fileName"],[250,20,129,36],[250,22,129,36,"_jsxFileName"],[250,34,129,36],[251,12,129,36,"lineNumber"],[251,22,129,36],[252,12,129,36,"columnNumber"],[252,24,129,36],[253,10,129,36],[253,17,130,11],[253,18,130,12],[254,8,130,12],[255,10,130,12,"fileName"],[255,18,130,12],[255,20,130,12,"_jsxFileName"],[255,32,130,12],[256,10,130,12,"lineNumber"],[256,20,130,12],[257,10,130,12,"columnNumber"],[257,22,130,12],[258,8,130,12],[258,15,131,14],[258,16,131,15],[258,31,133,8],[258,35,133,8,"_reactJsxDevRuntime"],[258,54,133,8],[258,55,133,8,"jsxDEV"],[258,61,133,8],[258,63,133,9,"_reactNative"],[258,75,133,13],[258,76,133,13,"View"],[258,80,133,13],[259,10,133,14,"style"],[259,15,133,19],[259,17,133,21,"styles"],[259,23,133,27],[259,24,133,28,"section"],[259,31,133,36],[260,10,133,36,"children"],[260,18,133,36],[260,34,134,10],[260,38,134,10,"_reactJsxDevRuntime"],[260,57,134,10],[260,58,134,10,"jsxDEV"],[260,64,134,10],[260,66,134,11,"_reactNative"],[260,78,134,15],[260,79,134,15,"Text"],[260,83,134,15],[261,12,134,16,"style"],[261,17,134,21],[261,19,134,23,"styles"],[261,25,134,29],[261,26,134,30,"label"],[261,31,134,36],[262,12,134,36,"children"],[262,20,134,36],[262,22,134,37],[263,10,134,51],[264,12,134,51,"fileName"],[264,20,134,51],[264,22,134,51,"_jsxFileName"],[264,34,134,51],[265,12,134,51,"lineNumber"],[265,22,134,51],[266,12,134,51,"columnNumber"],[266,24,134,51],[267,10,134,51],[267,17,134,57],[267,18,134,58],[267,33,135,10],[267,37,135,10,"_reactJsxDevRuntime"],[267,56,135,10],[267,57,135,10,"jsxDEV"],[267,63,135,10],[267,65,135,11,"_reactNative"],[267,77,135,20],[267,78,135,20,"TextInput"],[267,87,135,20],[268,12,136,12,"style"],[268,17,136,17],[268,19,136,19,"styles"],[268,25,136,25],[268,26,136,26,"input"],[268,31,136,32],[269,12,137,12,"value"],[269,17,137,17],[269,19,137,19,"walletAddress"],[269,32,137,33],[270,12,138,12,"onChangeText"],[270,24,138,24],[270,26,138,26,"setWalletAddress"],[270,42,138,43],[271,12,139,12,"placeholder"],[271,23,139,23],[271,25,139,24],[271,47,139,46],[272,12,140,12,"autoCapitalize"],[272,26,140,26],[272,28,140,27],[273,10,140,33],[274,12,140,33,"fileName"],[274,20,140,33],[274,22,140,33,"_jsxFileName"],[274,34,140,33],[275,12,140,33,"lineNumber"],[275,22,140,33],[276,12,140,33,"columnNumber"],[276,24,140,33],[277,10,140,33],[277,17,141,11],[277,18,141,12],[278,8,141,12],[279,10,141,12,"fileName"],[279,18,141,12],[279,20,141,12,"_jsxFileName"],[279,32,141,12],[280,10,141,12,"lineNumber"],[280,20,141,12],[281,10,141,12,"columnNumber"],[281,22,141,12],[282,8,141,12],[282,15,142,14],[282,16,142,15],[282,31,144,8],[282,35,144,8,"_reactJsxDevRuntime"],[282,54,144,8],[282,55,144,8,"jsxDEV"],[282,61,144,8],[282,63,144,9,"_reactNative"],[282,75,144,25],[282,76,144,25,"TouchableOpacity"],[282,92,144,25],[283,10,145,10,"style"],[283,15,145,15],[283,17,145,17],[283,18,145,18,"styles"],[283,24,145,24],[283,25,145,25,"saveButton"],[283,35,145,35],[283,37,145,37,"loading"],[283,44,145,44],[283,48,145,48,"styles"],[283,54,145,54],[283,55,145,55,"saveButtonDisabled"],[283,73,145,73],[283,74,145,75],[284,10,146,10,"onPress"],[284,17,146,17],[284,19,146,19,"handleSave"],[284,29,146,30],[285,10,147,10,"disabled"],[285,18,147,18],[285,20,147,20,"loading"],[285,27,147,28],[286,10,147,28,"children"],[286,18,147,28],[286,20,149,11,"loading"],[286,27,149,18],[286,43,150,12],[286,47,150,12,"_reactJsxDevRuntime"],[286,66,150,12],[286,67,150,12,"jsxDEV"],[286,73,150,12],[286,75,150,13,"_reactNative"],[286,87,150,30],[286,88,150,30,"ActivityIndicator"],[286,105,150,30],[287,12,150,31,"color"],[287,17,150,36],[287,19,150,37],[288,10,150,43],[289,12,150,43,"fileName"],[289,20,150,43],[289,22,150,43,"_jsxFileName"],[289,34,150,43],[290,12,150,43,"lineNumber"],[290,22,150,43],[291,12,150,43,"columnNumber"],[291,24,150,43],[292,10,150,43],[292,17,150,45],[292,18,150,46],[292,34,152,12],[292,38,152,12,"_reactJsxDevRuntime"],[292,57,152,12],[292,58,152,12,"jsxDEV"],[292,64,152,12],[292,66,152,13,"_reactNative"],[292,78,152,17],[292,79,152,17,"Text"],[292,83,152,17],[293,12,152,18,"style"],[293,17,152,23],[293,19,152,25,"styles"],[293,25,152,31],[293,26,152,32,"saveButtonText"],[293,40,152,47],[294,12,152,47,"children"],[294,20,152,47],[294,22,152,48],[295,10,152,60],[296,12,152,60,"fileName"],[296,20,152,60],[296,22,152,60,"_jsxFileName"],[296,34,152,60],[297,12,152,60,"lineNumber"],[297,22,152,60],[298,12,152,60,"columnNumber"],[298,24,152,60],[299,10,152,60],[299,17,152,66],[300,8,153,11],[301,10,153,11,"fileName"],[301,18,153,11],[301,20,153,11,"_jsxFileName"],[301,32,153,11],[302,10,153,11,"lineNumber"],[302,20,153,11],[303,10,153,11,"columnNumber"],[303,22,153,11],[304,8,153,11],[304,15,154,26],[304,16,154,27],[305,6,154,27],[306,8,154,27,"fileName"],[306,16,154,27],[306,18,154,27,"_jsxFileName"],[306,30,154,27],[307,8,154,27,"lineNumber"],[307,18,154,27],[308,8,154,27,"columnNumber"],[308,20,154,27],[309,6,154,27],[309,13,155,18],[309,14,155,19],[310,4,155,19],[311,6,155,19,"fileName"],[311,14,155,19],[311,16,155,19,"_jsxFileName"],[311,28,155,19],[312,6,155,19,"lineNumber"],[312,16,155,19],[313,6,155,19,"columnNumber"],[313,18,155,19],[314,4,155,19],[314,11,156,10],[314,12,156,11],[315,2,158,0],[316,2,158,1,"_s"],[316,4,158,1],[316,5,17,24,"EditProfileScreen"],[316,22,17,41],[317,4,17,41],[317,12,18,17,"useSafeAreaInsets"],[317,39,18,34],[317,40,18,34,"useSafeAreaInsets"],[317,57,18,34],[317,59,19,19,"useAuth"],[317,79,19,26],[317,80,19,26,"useAuth"],[317,87,19,26],[318,2,19,26],[319,2,19,26,"_c"],[319,4,19,26],[319,7,17,24,"EditProfileScreen"],[319,24,17,41],[320,2,160,0],[320,6,160,6,"styles"],[320,12,160,12],[320,15,160,15,"StyleSheet"],[320,27,160,25],[320,28,160,25,"StyleSheet"],[320,38,160,25],[320,39,160,26,"create"],[320,45,160,32],[320,46,160,33],[321,4,161,2,"container"],[321,13,161,11],[321,15,161,13],[322,6,162,4,"flex"],[322,10,162,8],[322,12,162,10],[322,13,162,11],[323,6,163,4,"backgroundColor"],[323,21,163,19],[323,23,163,21],[324,4,164,2],[324,5,164,3],[325,4,165,2,"header"],[325,10,165,8],[325,12,165,10],[326,6,166,4,"flexDirection"],[326,19,166,17],[326,21,166,19],[326,26,166,24],[327,6,167,4,"alignItems"],[327,16,167,14],[327,18,167,16],[327,26,167,24],[328,6,168,4,"justifyContent"],[328,20,168,18],[328,22,168,20],[328,37,168,35],[329,6,169,4,"paddingHorizontal"],[329,23,169,21],[329,25,169,23],[329,27,169,25],[330,6,170,4,"paddingVertical"],[330,21,170,19],[330,23,170,21],[330,25,170,23],[331,6,171,4,"backgroundColor"],[331,21,171,19],[331,23,171,21],[331,29,171,27],[332,6,172,4,"borderBottomWidth"],[332,23,172,21],[332,25,172,23],[332,26,172,24],[333,6,173,4,"borderBottomColor"],[333,23,173,21],[333,25,173,23],[334,4,174,2],[334,5,174,3],[335,4,175,2,"backButton"],[335,14,175,12],[335,16,175,14],[336,6,176,4,"width"],[336,11,176,9],[336,13,176,11],[336,15,176,13],[337,6,177,4,"height"],[337,12,177,10],[337,14,177,12],[337,16,177,14],[338,6,178,4,"borderRadius"],[338,18,178,16],[338,20,178,18],[338,22,178,20],[339,6,179,4,"backgroundColor"],[339,21,179,19],[339,23,179,21],[339,32,179,30],[340,6,180,4,"alignItems"],[340,16,180,14],[340,18,180,16],[340,26,180,24],[341,6,181,4,"justifyContent"],[341,20,181,18],[341,22,181,20],[342,4,182,2],[342,5,182,3],[343,4,183,2,"headerTitle"],[343,15,183,13],[343,17,183,15],[344,6,184,4,"fontSize"],[344,14,184,12],[344,16,184,14],[344,18,184,16],[345,6,185,4,"fontWeight"],[345,16,185,14],[345,18,185,16],[345,23,185,21],[346,6,186,4,"color"],[346,11,186,9],[346,13,186,11],[347,4,187,2],[347,5,187,3],[348,4,188,2,"scrollContent"],[348,17,188,15],[348,19,188,17],[349,6,189,4,"padding"],[349,13,189,11],[349,15,189,13],[349,17,189,15],[350,6,190,4,"paddingBottom"],[350,19,190,17],[350,21,190,19],[351,4,191,2],[351,5,191,3],[352,4,192,2,"section"],[352,11,192,9],[352,13,192,11],[353,6,193,4,"marginBottom"],[353,18,193,16],[353,20,193,18],[354,4,194,2],[354,5,194,3],[355,4,195,2,"label"],[355,9,195,7],[355,11,195,9],[356,6,196,4,"fontSize"],[356,14,196,12],[356,16,196,14],[356,18,196,16],[357,6,197,4,"fontWeight"],[357,16,197,14],[357,18,197,16],[357,23,197,21],[358,6,198,4,"color"],[358,11,198,9],[358,13,198,11],[358,22,198,20],[359,6,199,4,"marginBottom"],[359,18,199,16],[359,20,199,18],[360,4,200,2],[360,5,200,3],[361,4,201,2,"input"],[361,9,201,7],[361,11,201,9],[362,6,202,4,"backgroundColor"],[362,21,202,19],[362,23,202,21],[362,29,202,27],[363,6,203,4,"padding"],[363,13,203,11],[363,15,203,13],[363,17,203,15],[364,6,204,4,"borderRadius"],[364,18,204,16],[364,20,204,18],[364,22,204,20],[365,6,205,4,"fontSize"],[365,14,205,12],[365,16,205,14],[365,18,205,16],[366,6,206,4,"borderWidth"],[366,17,206,15],[366,19,206,17],[366,20,206,18],[367,6,207,4,"borderColor"],[367,17,207,15],[367,19,207,17],[368,4,208,2],[368,5,208,3],[369,4,209,2,"saveButton"],[369,14,209,12],[369,16,209,14],[370,6,210,4,"backgroundColor"],[370,21,210,19],[370,23,210,21],[370,32,210,30],[371,6,211,4,"padding"],[371,13,211,11],[371,15,211,13],[371,17,211,15],[372,6,212,4,"borderRadius"],[372,18,212,16],[372,20,212,18],[372,22,212,20],[373,6,213,4,"alignItems"],[373,16,213,14],[373,18,213,16],[373,26,213,24],[374,6,214,4,"marginTop"],[374,15,214,13],[374,17,214,15],[375,4,215,2],[375,5,215,3],[376,4,216,2,"saveButtonDisabled"],[376,22,216,20],[376,24,216,22],[377,6,217,4,"opacity"],[377,13,217,11],[377,15,217,13],[378,4,218,2],[378,5,218,3],[379,4,219,2,"saveButtonText"],[379,18,219,16],[379,20,219,18],[380,6,220,4,"fontSize"],[380,14,220,12],[380,16,220,14],[380,18,220,16],[381,6,221,4,"fontWeight"],[381,16,221,14],[381,18,221,16],[381,23,221,21],[382,6,222,4,"color"],[382,11,222,9],[382,13,222,11],[383,4,223,2],[384,2,224,0],[384,3,224,1],[384,4,224,2],[385,2,224,3],[385,6,224,3,"_c"],[385,8,224,3],[386,2,224,3,"$RefreshReg$"],[386,14,224,3],[386,15,224,3,"_c"],[386,17,224,3],[387,0,224,3],[387,3]],"functionMap":{"names":["","EditProfileScreen","useEffect$argument_0","loadUserData","handleSave","TouchableOpacity.props.onPress"],"mappings":"AAA;eCgB;YCU;GDE;uBEE;GFc;qBGE;GH8B;mCIK,yBJ;CD4E"},"hasCjsExports":false},"type":"js/module"}]} \ No newline at end of file diff --git a/frontend/.metro-cache/cache/95/78dbbe351741698901a23b48600c849f59d62940b1c5f50f05a2301f1e64af52df7628 b/frontend/.metro-cache/cache/95/78dbbe351741698901a23b48600c849f59d62940b1c5f50f05a2301f1e64af52df7628 new file mode 100644 index 00000000..6ef11a1c --- /dev/null +++ b/frontend/.metro-cache/cache/95/78dbbe351741698901a23b48600c849f59d62940b1c5f50f05a2301f1e64af52df7628 @@ -0,0 +1 @@ +{"dependencies":[],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n Object.defineProperty(exports, \"VALUE_BYTES_LIMIT\", {\n enumerable: true,\n get: function () {\n return VALUE_BYTES_LIMIT;\n }\n });\n exports.byteCountOverLimit = byteCountOverLimit;\n const VALUE_BYTES_LIMIT = 2048;\n // note this probably could be JS-engine dependent\n // inspired by https://stackoverflow.com/a/39488643\n function byteCountOverLimit(value, limit) {\n let bytes = 0;\n for (let i = 0; i < value.length; i++) {\n const codePoint = value.charCodeAt(i);\n // Lone surrogates cannot be passed to encodeURI\n if (codePoint >= 0xd800 && codePoint < 0xe000) {\n if (codePoint < 0xdc00 && i + 1 < value.length) {\n const next = value.charCodeAt(i + 1);\n if (next >= 0xdc00 && next < 0xe000) {\n bytes += 4;\n if (bytes > limit) {\n return true;\n }\n i++;\n continue;\n }\n }\n }\n bytes += codePoint < 0x80 ? 1 : codePoint < 0x800 ? 2 : 3;\n if (bytes > limit) {\n return true;\n }\n }\n return bytes > limit;\n }\n});","lineCount":42,"map":[[7,2,1,0,"Object"],[7,8,1,0],[7,9,1,0,"defineProperty"],[7,23,1,0],[7,24,1,0,"exports"],[7,31,1,0],[8,4,1,0,"enumerable"],[8,14,1,0],[9,4,1,0,"get"],[9,7,1,0],[9,18,1,0,"get"],[9,19,1,0],[10,6,1,0],[10,13,1,0,"VALUE_BYTES_LIMIT"],[10,30,1,0],[11,4,1,0],[12,2,1,0],[13,2,4,0,"exports"],[13,9,4,0],[13,10,4,0,"byteCountOverLimit"],[13,28,4,0],[13,31,4,0,"byteCountOverLimit"],[13,49,4,0],[14,2,1,7],[14,8,1,13,"VALUE_BYTES_LIMIT"],[14,25,1,30],[14,28,1,33],[14,32,1,37],[15,2,2,0],[16,2,3,0],[17,2,4,7],[17,11,4,16,"byteCountOverLimit"],[17,29,4,34,"byteCountOverLimit"],[17,30,4,35,"value"],[17,35,4,40],[17,37,4,42,"limit"],[17,42,4,47],[17,44,4,49],[18,4,5,4],[18,8,5,8,"bytes"],[18,13,5,13],[18,16,5,16],[18,17,5,17],[19,4,6,4],[19,9,6,9],[19,13,6,13,"i"],[19,14,6,14],[19,17,6,17],[19,18,6,18],[19,20,6,20,"i"],[19,21,6,21],[19,24,6,24,"value"],[19,29,6,29],[19,30,6,30,"length"],[19,36,6,36],[19,38,6,38,"i"],[19,39,6,39],[19,41,6,41],[19,43,6,43],[20,6,7,8],[20,12,7,14,"codePoint"],[20,21,7,23],[20,24,7,26,"value"],[20,29,7,31],[20,30,7,32,"charCodeAt"],[20,40,7,42],[20,41,7,43,"i"],[20,42,7,44],[20,43,7,45],[21,6,8,8],[22,6,9,8],[22,10,9,12,"codePoint"],[22,19,9,21],[22,23,9,25],[22,29,9,31],[22,33,9,35,"codePoint"],[22,42,9,44],[22,45,9,47],[22,51,9,53],[22,53,9,55],[23,8,10,12],[23,12,10,16,"codePoint"],[23,21,10,25],[23,24,10,28],[23,30,10,34],[23,34,10,38,"i"],[23,35,10,39],[23,38,10,42],[23,39,10,43],[23,42,10,46,"value"],[23,47,10,51],[23,48,10,52,"length"],[23,54,10,58],[23,56,10,60],[24,10,11,16],[24,16,11,22,"next"],[24,20,11,26],[24,23,11,29,"value"],[24,28,11,34],[24,29,11,35,"charCodeAt"],[24,39,11,45],[24,40,11,46,"i"],[24,41,11,47],[24,44,11,50],[24,45,11,51],[24,46,11,52],[25,10,12,16],[25,14,12,20,"next"],[25,18,12,24],[25,22,12,28],[25,28,12,34],[25,32,12,38,"next"],[25,36,12,42],[25,39,12,45],[25,45,12,51],[25,47,12,53],[26,12,13,20,"bytes"],[26,17,13,25],[26,21,13,29],[26,22,13,30],[27,12,14,20],[27,16,14,24,"bytes"],[27,21,14,29],[27,24,14,32,"limit"],[27,29,14,37],[27,31,14,39],[28,14,15,24],[28,21,15,31],[28,25,15,35],[29,12,16,20],[30,12,17,20,"i"],[30,13,17,21],[30,15,17,23],[31,12,18,20],[32,10,19,16],[33,8,20,12],[34,6,21,8],[35,6,22,8,"bytes"],[35,11,22,13],[35,15,22,17,"codePoint"],[35,24,22,26],[35,27,22,29],[35,31,22,33],[35,34,22,36],[35,35,22,37],[35,38,22,40,"codePoint"],[35,47,22,49],[35,50,22,52],[35,55,22,57],[35,58,22,60],[35,59,22,61],[35,62,22,64],[35,63,22,65],[36,6,23,8],[36,10,23,12,"bytes"],[36,15,23,17],[36,18,23,20,"limit"],[36,23,23,25],[36,25,23,27],[37,8,24,12],[37,15,24,19],[37,19,24,23],[38,6,25,8],[39,4,26,4],[40,4,27,4],[40,11,27,11,"bytes"],[40,16,27,16],[40,19,27,19,"limit"],[40,24,27,24],[41,2,28,0],[42,0,28,1],[42,3]],"functionMap":{"names":["","byteCountOverLimit"],"mappings":"AAA;OCG;CDwB"},"hasCjsExports":false},"type":"js/module"}]} \ No newline at end of file diff --git a/frontend/.metro-cache/cache/97/1f58c3f46996db47c1d91b558e2c35b658c438f62063620c949e8b2a920157c55535f0 b/frontend/.metro-cache/cache/97/1f58c3f46996db47c1d91b558e2c35b658c438f62063620c949e8b2a920157c55535f0 new file mode 100644 index 00000000..6a53d879 --- /dev/null +++ b/frontend/.metro-cache/cache/97/1f58c3f46996db47c1d91b558e2c35b658c438f62063620c949e8b2a920157c55535f0 @@ -0,0 +1 @@ +{"dependencies":[{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":51,"index":51}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/View","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"4kYBDC6LJJXoH7P9rWDi3vkLVB0=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Text","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"JKIzsQ5YQ0gDj0MIyY0Q7F1zJtU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/StyleSheet","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"MK7+k1V+KnvCVW7Kj2k/ydtjmVU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/TouchableOpacity","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PnQOoa8QGKpV5+issz6ikk463eg=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/TextInput","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"DmXc1F5dPYWntVgqRwh73w0VngA=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/ScrollView","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"7Gv1K9/TiQvbDXlMy9NOQIEBHDA=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Alert","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PEUC6jrQVoAGZ2qYkvimljMOyJI=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/ActivityIndicator","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"bSAkUkqZq0shBb5bU6kCYXi4ciA=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":12,"column":0,"index":191},"end":{"line":12,"column":46,"index":237}}],"key":"ow7vkrqkIckRjlSi/+MhMmRYtUE=","exportNames":["*"],"imports":1}},{"name":"react-native-safe-area-context","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0,"index":238},"end":{"line":13,"column":67,"index":305}}],"key":"XjdTKvCUWX6CbQzg5fSDHG/WgHk=","exportNames":["*"],"imports":1}},{"name":"../contexts/AuthContext","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":14,"column":0,"index":306},"end":{"line":14,"column":50,"index":356}}],"key":"oNCgyH4yx4pAIVZXLqqRGB2kuCY=","exportNames":["*"],"imports":1}},{"name":"../config/api","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":15,"column":0,"index":357},"end":{"line":15,"column":46,"index":403}}],"key":"V94urzZZSfzzXHrNxWFShT8IuQo=","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/EditProfileScreen.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 EditProfileScreen;\n }\n });\n var _react = require(_dependencyMap[0], \"react\");\n var _reactNativeWebDistExportsView = require(_dependencyMap[1], \"react-native-web/dist/exports/View\");\n var View = _interopDefault(_reactNativeWebDistExportsView);\n var _reactNativeWebDistExportsText = require(_dependencyMap[2], \"react-native-web/dist/exports/Text\");\n var Text = _interopDefault(_reactNativeWebDistExportsText);\n var _reactNativeWebDistExportsStyleSheet = require(_dependencyMap[3], \"react-native-web/dist/exports/StyleSheet\");\n var StyleSheet = _interopDefault(_reactNativeWebDistExportsStyleSheet);\n var _reactNativeWebDistExportsTouchableOpacity = require(_dependencyMap[4], \"react-native-web/dist/exports/TouchableOpacity\");\n var TouchableOpacity = _interopDefault(_reactNativeWebDistExportsTouchableOpacity);\n var _reactNativeWebDistExportsTextInput = require(_dependencyMap[5], \"react-native-web/dist/exports/TextInput\");\n var TextInput = _interopDefault(_reactNativeWebDistExportsTextInput);\n var _reactNativeWebDistExportsScrollView = require(_dependencyMap[6], \"react-native-web/dist/exports/ScrollView\");\n var ScrollView = _interopDefault(_reactNativeWebDistExportsScrollView);\n var _reactNativeWebDistExportsAlert = require(_dependencyMap[7], \"react-native-web/dist/exports/Alert\");\n var Alert = _interopDefault(_reactNativeWebDistExportsAlert);\n var _reactNativeWebDistExportsActivityIndicator = require(_dependencyMap[8], \"react-native-web/dist/exports/ActivityIndicator\");\n var ActivityIndicator = _interopDefault(_reactNativeWebDistExportsActivityIndicator);\n var _expoVectorIcons = require(_dependencyMap[9], \"@expo/vector-icons\");\n var _reactNativeSafeAreaContext = require(_dependencyMap[10], \"react-native-safe-area-context\");\n var _contextsAuthContext = require(_dependencyMap[11], \"../contexts/AuthContext\");\n var _configApi = require(_dependencyMap[12], \"../config/api\");\n var _reactJsxDevRuntime = require(_dependencyMap[13], \"react/jsx-dev-runtime\");\n function EditProfileScreen({\n navigation\n }) {\n _s();\n const insets = (0, _reactNativeSafeAreaContext.useSafeAreaInsets)();\n const {\n user\n } = (0, _contextsAuthContext.useAuth)();\n const [loading, setLoading] = (0, _react.useState)(false);\n const [email, setEmail] = (0, _react.useState)('');\n const [firstName, setFirstName] = (0, _react.useState)('');\n const [lastName, setLastName] = (0, _react.useState)('');\n const [phone, setPhone] = (0, _react.useState)('');\n const [walletAddress, setWalletAddress] = (0, _react.useState)('');\n (0, _react.useEffect)(() => {\n loadUserData();\n }, []);\n const loadUserData = async () => {\n try {\n const response = await fetch(`${_configApi.API_ENDPOINTS.AUTH_USER(user?.user_id || '')}`);\n if (response.ok) {\n const data = await response.json();\n setEmail(data.email || '');\n setFirstName(data.first_name || '');\n setLastName(data.last_name || '');\n setPhone(data.phone || '');\n setWalletAddress(data.wallet_address || '');\n }\n } catch (error) {\n console.error('Error loading user data:', error);\n }\n };\n const handleSave = async () => {\n setLoading(true);\n try {\n const backendUrl = \"https://digital-kurdistan.preview.emergentagent.com\" || 'http://localhost:8001';\n const response = await fetch(`${backendUrl}/api/auth/profile`, {\n method: 'PUT',\n headers: {\n 'Content-Type': 'application/json'\n },\n body: JSON.stringify({\n user_id: user?.user_id,\n email,\n first_name: firstName,\n last_name: lastName,\n phone,\n wallet_address: walletAddress\n })\n });\n if (response.ok) {\n Alert.default.alert('Success', 'Profile updated successfully!');\n navigation.goBack();\n } else {\n Alert.default.alert('Error', 'Failed to update profile');\n }\n } catch (error) {\n Alert.default.alert('Error', 'Network error occurred');\n } finally {\n setLoading(false);\n }\n };\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: [styles.container, {\n paddingTop: insets.top\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.header,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n onPress: () => navigation.goBack(),\n style: styles.backButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"arrow-back\",\n size: 24,\n color: \"#1F2937\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 83,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 82,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.headerTitle,\n children: \"Edit Profile\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 85,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: {\n width: 40\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 86,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 81,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n contentContainerStyle: styles.scrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.label,\n children: \"First Name\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 91,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TextInput.default, {\n style: styles.input,\n value: firstName,\n onChangeText: setFirstName,\n placeholder: \"Enter first name\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 92,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 90,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.label,\n children: \"Last Name\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 101,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TextInput.default, {\n style: styles.input,\n value: lastName,\n onChangeText: setLastName,\n placeholder: \"Enter last name\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 102,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 100,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.label,\n children: \"Email\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 111,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TextInput.default, {\n style: styles.input,\n value: email,\n onChangeText: setEmail,\n placeholder: \"Enter email\",\n keyboardType: \"email-address\",\n autoCapitalize: \"none\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 112,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 110,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.label,\n children: \"Phone Number\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 123,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TextInput.default, {\n style: styles.input,\n value: phone,\n onChangeText: setPhone,\n placeholder: \"Enter phone number\",\n keyboardType: \"phone-pad\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 124,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 122,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.label,\n children: \"Wallet Address\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 134,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TextInput.default, {\n style: styles.input,\n value: walletAddress,\n onChangeText: setWalletAddress,\n placeholder: \"Enter wallet address\",\n autoCapitalize: \"none\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 135,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 133,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: [styles.saveButton, loading && styles.saveButtonDisabled],\n onPress: handleSave,\n disabled: loading,\n children: loading ? /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ActivityIndicator.default, {\n color: \"#FFF\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 150,\n columnNumber: 13\n }, this) : /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.saveButtonText,\n children: \"Save Changes\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 152,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 144,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 89,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 80,\n columnNumber: 5\n }, this);\n }\n _s(EditProfileScreen, \"+MvJbr4xH1W+2i3VrT+vYCRwjrA=\", false, function () {\n return [_reactNativeSafeAreaContext.useSafeAreaInsets, _contextsAuthContext.useAuth];\n });\n _c = EditProfileScreen;\n const styles = StyleSheet.default.create({\n container: {\n flex: 1,\n backgroundColor: '#F8F9FA'\n },\n header: {\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'space-between',\n paddingHorizontal: 16,\n paddingVertical: 16,\n backgroundColor: '#FFF',\n borderBottomWidth: 1,\n borderBottomColor: '#E5E7EB'\n },\n backButton: {\n width: 40,\n height: 40,\n borderRadius: 20,\n backgroundColor: '#F3F4F6',\n alignItems: 'center',\n justifyContent: 'center'\n },\n headerTitle: {\n fontSize: 18,\n fontWeight: '700',\n color: '#1F2937'\n },\n scrollContent: {\n padding: 16,\n paddingBottom: 80\n },\n section: {\n marginBottom: 20\n },\n label: {\n fontSize: 14,\n fontWeight: '600',\n color: '#374151',\n marginBottom: 8\n },\n input: {\n backgroundColor: '#FFF',\n padding: 16,\n borderRadius: 12,\n fontSize: 16,\n borderWidth: 1,\n borderColor: '#E5E7EB'\n },\n saveButton: {\n backgroundColor: '#EE2A35',\n padding: 16,\n borderRadius: 12,\n alignItems: 'center',\n marginTop: 24\n },\n saveButtonDisabled: {\n opacity: 0.6\n },\n saveButtonText: {\n fontSize: 16,\n fontWeight: '600',\n color: '#FFF'\n }\n });\n var _c;\n $RefreshReg$(_c, \"EditProfileScreen\");\n});","lineCount":372,"map":[[14,2,17,15,"Object"],[14,8,17,15],[14,9,17,15,"defineProperty"],[14,23,17,15],[14,24,17,15,"exports"],[14,31,17,15],[15,4,17,15,"enumerable"],[15,14,17,15],[16,4,17,15,"get"],[16,7,17,15],[16,18,17,15,"get"],[16,19,17,15],[17,6,17,15],[17,13,17,15,"EditProfileScreen"],[17,30,17,15],[18,4,17,15],[19,2,17,15],[20,2,1,0],[20,6,1,0,"_react"],[20,12,1,0],[20,15,1,0,"require"],[20,22,1,0],[20,23,1,0,"_dependencyMap"],[20,37,1,0],[21,2,1,51],[21,6,1,51,"_reactNativeWebDistExportsView"],[21,36,1,51],[21,39,1,51,"require"],[21,46,1,51],[21,47,1,51,"_dependencyMap"],[21,61,1,51],[22,2,1,51],[22,6,1,51,"View"],[22,10,1,51],[22,13,1,51,"_interopDefault"],[22,28,1,51],[22,29,1,51,"_reactNativeWebDistExportsView"],[22,59,1,51],[23,2,1,51],[23,6,1,51,"_reactNativeWebDistExportsText"],[23,36,1,51],[23,39,1,51,"require"],[23,46,1,51],[23,47,1,51,"_dependencyMap"],[23,61,1,51],[24,2,1,51],[24,6,1,51,"Text"],[24,10,1,51],[24,13,1,51,"_interopDefault"],[24,28,1,51],[24,29,1,51,"_reactNativeWebDistExportsText"],[24,59,1,51],[25,2,1,51],[25,6,1,51,"_reactNativeWebDistExportsStyleSheet"],[25,42,1,51],[25,45,1,51,"require"],[25,52,1,51],[25,53,1,51,"_dependencyMap"],[25,67,1,51],[26,2,1,51],[26,6,1,51,"StyleSheet"],[26,16,1,51],[26,19,1,51,"_interopDefault"],[26,34,1,51],[26,35,1,51,"_reactNativeWebDistExportsStyleSheet"],[26,71,1,51],[27,2,1,51],[27,6,1,51,"_reactNativeWebDistExportsTouchableOpacity"],[27,48,1,51],[27,51,1,51,"require"],[27,58,1,51],[27,59,1,51,"_dependencyMap"],[27,73,1,51],[28,2,1,51],[28,6,1,51,"TouchableOpacity"],[28,22,1,51],[28,25,1,51,"_interopDefault"],[28,40,1,51],[28,41,1,51,"_reactNativeWebDistExportsTouchableOpacity"],[28,83,1,51],[29,2,1,51],[29,6,1,51,"_reactNativeWebDistExportsTextInput"],[29,41,1,51],[29,44,1,51,"require"],[29,51,1,51],[29,52,1,51,"_dependencyMap"],[29,66,1,51],[30,2,1,51],[30,6,1,51,"TextInput"],[30,15,1,51],[30,18,1,51,"_interopDefault"],[30,33,1,51],[30,34,1,51,"_reactNativeWebDistExportsTextInput"],[30,69,1,51],[31,2,1,51],[31,6,1,51,"_reactNativeWebDistExportsScrollView"],[31,42,1,51],[31,45,1,51,"require"],[31,52,1,51],[31,53,1,51,"_dependencyMap"],[31,67,1,51],[32,2,1,51],[32,6,1,51,"ScrollView"],[32,16,1,51],[32,19,1,51,"_interopDefault"],[32,34,1,51],[32,35,1,51,"_reactNativeWebDistExportsScrollView"],[32,71,1,51],[33,2,1,51],[33,6,1,51,"_reactNativeWebDistExportsAlert"],[33,37,1,51],[33,40,1,51,"require"],[33,47,1,51],[33,48,1,51,"_dependencyMap"],[33,62,1,51],[34,2,1,51],[34,6,1,51,"Alert"],[34,11,1,51],[34,14,1,51,"_interopDefault"],[34,29,1,51],[34,30,1,51,"_reactNativeWebDistExportsAlert"],[34,61,1,51],[35,2,1,51],[35,6,1,51,"_reactNativeWebDistExportsActivityIndicator"],[35,49,1,51],[35,52,1,51,"require"],[35,59,1,51],[35,60,1,51,"_dependencyMap"],[35,74,1,51],[36,2,1,51],[36,6,1,51,"ActivityIndicator"],[36,23,1,51],[36,26,1,51,"_interopDefault"],[36,41,1,51],[36,42,1,51,"_reactNativeWebDistExportsActivityIndicator"],[36,85,1,51],[37,2,12,0],[37,6,12,0,"_expoVectorIcons"],[37,22,12,0],[37,25,12,0,"require"],[37,32,12,0],[37,33,12,0,"_dependencyMap"],[37,47,12,0],[38,2,13,0],[38,6,13,0,"_reactNativeSafeAreaContext"],[38,33,13,0],[38,36,13,0,"require"],[38,43,13,0],[38,44,13,0,"_dependencyMap"],[38,58,13,0],[39,2,14,0],[39,6,14,0,"_contextsAuthContext"],[39,26,14,0],[39,29,14,0,"require"],[39,36,14,0],[39,37,14,0,"_dependencyMap"],[39,51,14,0],[40,2,15,0],[40,6,15,0,"_configApi"],[40,16,15,0],[40,19,15,0,"require"],[40,26,15,0],[40,27,15,0,"_dependencyMap"],[40,41,15,0],[41,2,15,46],[41,6,15,46,"_reactJsxDevRuntime"],[41,25,15,46],[41,28,15,46,"require"],[41,35,15,46],[41,36,15,46,"_dependencyMap"],[41,50,15,46],[42,2,17,15],[42,11,17,24,"EditProfileScreen"],[42,28,17,41,"EditProfileScreen"],[42,29,17,42],[43,4,17,44,"navigation"],[44,2,17,60],[44,3,17,61],[44,5,17,63],[45,4,17,63,"_s"],[45,6,17,63],[46,4,18,2],[46,10,18,8,"insets"],[46,16,18,14],[46,19,18,17],[46,23,18,17,"useSafeAreaInsets"],[46,50,18,34],[46,51,18,34,"useSafeAreaInsets"],[46,68,18,34],[46,70,18,35],[46,71,18,36],[47,4,19,2],[47,10,19,8],[48,6,19,10,"user"],[49,4,19,15],[49,5,19,16],[49,8,19,19],[49,12,19,19,"useAuth"],[49,32,19,26],[49,33,19,26,"useAuth"],[49,40,19,26],[49,42,19,27],[49,43,19,28],[50,4,20,2],[50,10,20,8],[50,11,20,9,"loading"],[50,18,20,16],[50,20,20,18,"setLoading"],[50,30,20,28],[50,31,20,29],[50,34,20,32],[50,38,20,32,"useState"],[50,44,20,40],[50,45,20,40,"useState"],[50,53,20,40],[50,55,20,41],[50,60,20,46],[50,61,20,47],[51,4,21,2],[51,10,21,8],[51,11,21,9,"email"],[51,16,21,14],[51,18,21,16,"setEmail"],[51,26,21,24],[51,27,21,25],[51,30,21,28],[51,34,21,28,"useState"],[51,40,21,36],[51,41,21,36,"useState"],[51,49,21,36],[51,51,21,37],[51,53,21,39],[51,54,21,40],[52,4,22,2],[52,10,22,8],[52,11,22,9,"firstName"],[52,20,22,18],[52,22,22,20,"setFirstName"],[52,34,22,32],[52,35,22,33],[52,38,22,36],[52,42,22,36,"useState"],[52,48,22,44],[52,49,22,44,"useState"],[52,57,22,44],[52,59,22,45],[52,61,22,47],[52,62,22,48],[53,4,23,2],[53,10,23,8],[53,11,23,9,"lastName"],[53,19,23,17],[53,21,23,19,"setLastName"],[53,32,23,30],[53,33,23,31],[53,36,23,34],[53,40,23,34,"useState"],[53,46,23,42],[53,47,23,42,"useState"],[53,55,23,42],[53,57,23,43],[53,59,23,45],[53,60,23,46],[54,4,24,2],[54,10,24,8],[54,11,24,9,"phone"],[54,16,24,14],[54,18,24,16,"setPhone"],[54,26,24,24],[54,27,24,25],[54,30,24,28],[54,34,24,28,"useState"],[54,40,24,36],[54,41,24,36,"useState"],[54,49,24,36],[54,51,24,37],[54,53,24,39],[54,54,24,40],[55,4,25,2],[55,10,25,8],[55,11,25,9,"walletAddress"],[55,24,25,22],[55,26,25,24,"setWalletAddress"],[55,42,25,40],[55,43,25,41],[55,46,25,44],[55,50,25,44,"useState"],[55,56,25,52],[55,57,25,52,"useState"],[55,65,25,52],[55,67,25,53],[55,69,25,55],[55,70,25,56],[56,4,27,2],[56,8,27,2,"useEffect"],[56,14,27,11],[56,15,27,11,"useEffect"],[56,24,27,11],[56,26,27,12],[56,32,27,18],[57,6,28,4,"loadUserData"],[57,18,28,16],[57,19,28,17],[57,20,28,18],[58,4,29,2],[58,5,29,3],[58,7,29,5],[58,9,29,7],[58,10,29,8],[59,4,31,2],[59,10,31,8,"loadUserData"],[59,22,31,20],[59,25,31,23],[59,31,31,23,"loadUserData"],[59,32,31,23],[59,37,31,35],[60,6,32,4],[60,10,32,8],[61,8,33,6],[61,14,33,12,"response"],[61,22,33,20],[61,25,33,23],[61,31,33,29,"fetch"],[61,36,33,34],[61,37,33,35],[61,40,33,38,"API_ENDPOINTS"],[61,50,33,51],[61,51,33,51,"API_ENDPOINTS"],[61,64,33,51],[61,65,33,52,"AUTH_USER"],[61,74,33,61],[61,75,33,62,"user"],[61,79,33,66],[61,81,33,68,"user_id"],[61,88,33,75],[61,92,33,79],[61,94,33,81],[61,95,33,82],[61,97,33,84],[61,98,33,85],[62,8,34,6],[62,12,34,10,"response"],[62,20,34,18],[62,21,34,19,"ok"],[62,23,34,21],[62,25,34,23],[63,10,35,8],[63,16,35,14,"data"],[63,20,35,18],[63,23,35,21],[63,29,35,27,"response"],[63,37,35,35],[63,38,35,36,"json"],[63,42,35,40],[63,43,35,41],[63,44,35,42],[64,10,36,8,"setEmail"],[64,18,36,16],[64,19,36,17,"data"],[64,23,36,21],[64,24,36,22,"email"],[64,29,36,27],[64,33,36,31],[64,35,36,33],[64,36,36,34],[65,10,37,8,"setFirstName"],[65,22,37,20],[65,23,37,21,"data"],[65,27,37,25],[65,28,37,26,"first_name"],[65,38,37,36],[65,42,37,40],[65,44,37,42],[65,45,37,43],[66,10,38,8,"setLastName"],[66,21,38,19],[66,22,38,20,"data"],[66,26,38,24],[66,27,38,25,"last_name"],[66,36,38,34],[66,40,38,38],[66,42,38,40],[66,43,38,41],[67,10,39,8,"setPhone"],[67,18,39,16],[67,19,39,17,"data"],[67,23,39,21],[67,24,39,22,"phone"],[67,29,39,27],[67,33,39,31],[67,35,39,33],[67,36,39,34],[68,10,40,8,"setWalletAddress"],[68,26,40,24],[68,27,40,25,"data"],[68,31,40,29],[68,32,40,30,"wallet_address"],[68,46,40,44],[68,50,40,48],[68,52,40,50],[68,53,40,51],[69,8,41,6],[70,6,42,4],[70,7,42,5],[70,8,42,6],[70,15,42,13,"error"],[70,20,42,18],[70,22,42,20],[71,8,43,6,"console"],[71,15,43,13],[71,16,43,14,"error"],[71,21,43,19],[71,22,43,20],[71,48,43,46],[71,50,43,48,"error"],[71,55,43,53],[71,56,43,54],[72,6,44,4],[73,4,45,2],[73,5,45,3],[74,4,47,2],[74,10,47,8,"handleSave"],[74,20,47,18],[74,23,47,21],[74,29,47,21,"handleSave"],[74,30,47,21],[74,35,47,33],[75,6,48,4,"setLoading"],[75,16,48,14],[75,17,48,15],[75,21,48,19],[75,22,48,20],[76,6,49,4],[76,10,49,8],[77,8,50,6],[77,14,50,12,"backendUrl"],[77,24,50,22],[77,27,50,25],[77,84,50,64],[77,107,50,87],[78,8,51,6],[78,14,51,12,"response"],[78,22,51,20],[78,25,51,23],[78,31,51,29,"fetch"],[78,36,51,34],[78,37,51,35],[78,40,51,38,"backendUrl"],[78,50,51,48],[78,69,51,67],[78,71,51,69],[79,10,52,8,"method"],[79,16,52,14],[79,18,52,16],[79,23,52,21],[80,10,53,8,"headers"],[80,17,53,15],[80,19,53,17],[81,12,54,10],[81,26,54,24],[81,28,54,26],[82,10,55,8],[82,11,55,9],[83,10,56,8,"body"],[83,14,56,12],[83,16,56,14,"JSON"],[83,20,56,18],[83,21,56,19,"stringify"],[83,30,56,28],[83,31,56,29],[84,12,57,10,"user_id"],[84,19,57,17],[84,21,57,19,"user"],[84,25,57,23],[84,27,57,25,"user_id"],[84,34,57,32],[85,12,58,10,"email"],[85,17,58,15],[86,12,59,10,"first_name"],[86,22,59,20],[86,24,59,22,"firstName"],[86,33,59,31],[87,12,60,10,"last_name"],[87,21,60,19],[87,23,60,21,"lastName"],[87,31,60,29],[88,12,61,10,"phone"],[88,17,61,15],[89,12,62,10,"wallet_address"],[89,26,62,24],[89,28,62,26,"walletAddress"],[90,10,63,8],[90,11,63,9],[91,8,64,6],[91,9,64,7],[91,10,64,8],[92,8,66,6],[92,12,66,10,"response"],[92,20,66,18],[92,21,66,19,"ok"],[92,23,66,21],[92,25,66,23],[93,10,67,8,"Alert"],[93,15,67,13],[93,16,67,13,"default"],[93,23,67,13],[93,24,67,14,"alert"],[93,29,67,19],[93,30,67,20],[93,39,67,29],[93,41,67,31],[93,72,67,62],[93,73,67,63],[94,10,68,8,"navigation"],[94,20,68,18],[94,21,68,19,"goBack"],[94,27,68,25],[94,28,68,26],[94,29,68,27],[95,8,69,6],[95,9,69,7],[95,15,69,13],[96,10,70,8,"Alert"],[96,15,70,13],[96,16,70,13,"default"],[96,23,70,13],[96,24,70,14,"alert"],[96,29,70,19],[96,30,70,20],[96,37,70,27],[96,39,70,29],[96,65,70,55],[96,66,70,56],[97,8,71,6],[98,6,72,4],[98,7,72,5],[98,8,72,6],[98,15,72,13,"error"],[98,20,72,18],[98,22,72,20],[99,8,73,6,"Alert"],[99,13,73,11],[99,14,73,11,"default"],[99,21,73,11],[99,22,73,12,"alert"],[99,27,73,17],[99,28,73,18],[99,35,73,25],[99,37,73,27],[99,61,73,51],[99,62,73,52],[100,6,74,4],[100,7,74,5],[100,16,74,14],[101,8,75,6,"setLoading"],[101,18,75,16],[101,19,75,17],[101,24,75,22],[101,25,75,23],[102,6,76,4],[103,4,77,2],[103,5,77,3],[104,4,79,2],[104,24,80,4],[104,28,80,4,"_reactJsxDevRuntime"],[104,47,80,4],[104,48,80,4,"jsxDEV"],[104,54,80,4],[104,56,80,5,"View"],[104,60,80,9],[104,61,80,9,"default"],[104,68,80,9],[105,6,80,10,"style"],[105,11,80,15],[105,13,80,17],[105,14,80,18,"styles"],[105,20,80,24],[105,21,80,25,"container"],[105,30,80,34],[105,32,80,36],[106,8,80,38,"paddingTop"],[106,18,80,48],[106,20,80,50,"insets"],[106,26,80,56],[106,27,80,57,"top"],[107,6,80,61],[107,7,80,62],[107,8,80,64],[108,6,80,64,"children"],[108,14,80,64],[108,30,81,6],[108,34,81,6,"_reactJsxDevRuntime"],[108,53,81,6],[108,54,81,6,"jsxDEV"],[108,60,81,6],[108,62,81,7,"View"],[108,66,81,11],[108,67,81,11,"default"],[108,74,81,11],[109,8,81,12,"style"],[109,13,81,17],[109,15,81,19,"styles"],[109,21,81,25],[109,22,81,26,"header"],[109,28,81,33],[110,8,81,33,"children"],[110,16,81,33],[110,32,82,8],[110,36,82,8,"_reactJsxDevRuntime"],[110,55,82,8],[110,56,82,8,"jsxDEV"],[110,62,82,8],[110,64,82,9,"TouchableOpacity"],[110,80,82,25],[110,81,82,25,"default"],[110,88,82,25],[111,10,82,26,"onPress"],[111,17,82,33],[111,19,82,35,"onPress"],[111,20,82,35],[111,25,82,41,"navigation"],[111,35,82,51],[111,36,82,52,"goBack"],[111,42,82,58],[111,43,82,59],[111,44,82,61],[112,10,82,62,"style"],[112,15,82,67],[112,17,82,69,"styles"],[112,23,82,75],[112,24,82,76,"backButton"],[112,34,82,87],[113,10,82,87,"children"],[113,18,82,87],[113,33,83,10],[113,37,83,10,"_reactJsxDevRuntime"],[113,56,83,10],[113,57,83,10,"jsxDEV"],[113,63,83,10],[113,65,83,11,"_expoVectorIcons"],[113,81,83,19],[113,82,83,19,"Ionicons"],[113,90,83,19],[114,12,83,20,"name"],[114,16,83,24],[114,18,83,25],[114,30,83,37],[115,12,83,38,"size"],[115,16,83,42],[115,18,83,44],[115,20,83,47],[116,12,83,48,"color"],[116,17,83,53],[116,19,83,54],[117,10,83,63],[118,12,83,63,"fileName"],[118,20,83,63],[118,22,83,63,"_jsxFileName"],[118,34,83,63],[119,12,83,63,"lineNumber"],[119,22,83,63],[120,12,83,63,"columnNumber"],[120,24,83,63],[121,10,83,63],[121,17,83,65],[122,8,83,66],[123,10,83,66,"fileName"],[123,18,83,66],[123,20,83,66,"_jsxFileName"],[123,32,83,66],[124,10,83,66,"lineNumber"],[124,20,83,66],[125,10,83,66,"columnNumber"],[125,22,83,66],[126,8,83,66],[126,15,84,26],[126,16,84,27],[126,31,85,8],[126,35,85,8,"_reactJsxDevRuntime"],[126,54,85,8],[126,55,85,8,"jsxDEV"],[126,61,85,8],[126,63,85,9,"Text"],[126,67,85,13],[126,68,85,13,"default"],[126,75,85,13],[127,10,85,14,"style"],[127,15,85,19],[127,17,85,21,"styles"],[127,23,85,27],[127,24,85,28,"headerTitle"],[127,35,85,40],[128,10,85,40,"children"],[128,18,85,40],[128,20,85,41],[129,8,85,53],[130,10,85,53,"fileName"],[130,18,85,53],[130,20,85,53,"_jsxFileName"],[130,32,85,53],[131,10,85,53,"lineNumber"],[131,20,85,53],[132,10,85,53,"columnNumber"],[132,22,85,53],[133,8,85,53],[133,15,85,59],[133,16,85,60],[133,31,86,8],[133,35,86,8,"_reactJsxDevRuntime"],[133,54,86,8],[133,55,86,8,"jsxDEV"],[133,61,86,8],[133,63,86,9,"View"],[133,67,86,13],[133,68,86,13,"default"],[133,75,86,13],[134,10,86,14,"style"],[134,15,86,19],[134,17,86,21],[135,12,86,23,"width"],[135,17,86,28],[135,19,86,30],[136,10,86,33],[137,8,86,35],[138,10,86,35,"fileName"],[138,18,86,35],[138,20,86,35,"_jsxFileName"],[138,32,86,35],[139,10,86,35,"lineNumber"],[139,20,86,35],[140,10,86,35,"columnNumber"],[140,22,86,35],[141,8,86,35],[141,15,86,37],[141,16,86,38],[142,6,86,38],[143,8,86,38,"fileName"],[143,16,86,38],[143,18,86,38,"_jsxFileName"],[143,30,86,38],[144,8,86,38,"lineNumber"],[144,18,86,38],[145,8,86,38,"columnNumber"],[145,20,86,38],[146,6,86,38],[146,13,87,12],[146,14,87,13],[146,29,89,6],[146,33,89,6,"_reactJsxDevRuntime"],[146,52,89,6],[146,53,89,6,"jsxDEV"],[146,59,89,6],[146,61,89,7,"ScrollView"],[146,71,89,17],[146,72,89,17,"default"],[146,79,89,17],[147,8,89,18,"contentContainerStyle"],[147,29,89,39],[147,31,89,41,"styles"],[147,37,89,47],[147,38,89,48,"scrollContent"],[147,51,89,62],[148,8,89,62,"children"],[148,16,89,62],[148,32,90,8],[148,36,90,8,"_reactJsxDevRuntime"],[148,55,90,8],[148,56,90,8,"jsxDEV"],[148,62,90,8],[148,64,90,9,"View"],[148,68,90,13],[148,69,90,13,"default"],[148,76,90,13],[149,10,90,14,"style"],[149,15,90,19],[149,17,90,21,"styles"],[149,23,90,27],[149,24,90,28,"section"],[149,31,90,36],[150,10,90,36,"children"],[150,18,90,36],[150,34,91,10],[150,38,91,10,"_reactJsxDevRuntime"],[150,57,91,10],[150,58,91,10,"jsxDEV"],[150,64,91,10],[150,66,91,11,"Text"],[150,70,91,15],[150,71,91,15,"default"],[150,78,91,15],[151,12,91,16,"style"],[151,17,91,21],[151,19,91,23,"styles"],[151,25,91,29],[151,26,91,30,"label"],[151,31,91,36],[152,12,91,36,"children"],[152,20,91,36],[152,22,91,37],[153,10,91,47],[154,12,91,47,"fileName"],[154,20,91,47],[154,22,91,47,"_jsxFileName"],[154,34,91,47],[155,12,91,47,"lineNumber"],[155,22,91,47],[156,12,91,47,"columnNumber"],[156,24,91,47],[157,10,91,47],[157,17,91,53],[157,18,91,54],[157,33,92,10],[157,37,92,10,"_reactJsxDevRuntime"],[157,56,92,10],[157,57,92,10,"jsxDEV"],[157,63,92,10],[157,65,92,11,"TextInput"],[157,74,92,20],[157,75,92,20,"default"],[157,82,92,20],[158,12,93,12,"style"],[158,17,93,17],[158,19,93,19,"styles"],[158,25,93,25],[158,26,93,26,"input"],[158,31,93,32],[159,12,94,12,"value"],[159,17,94,17],[159,19,94,19,"firstName"],[159,28,94,29],[160,12,95,12,"onChangeText"],[160,24,95,24],[160,26,95,26,"setFirstName"],[160,38,95,39],[161,12,96,12,"placeholder"],[161,23,96,23],[161,25,96,24],[162,10,96,42],[163,12,96,42,"fileName"],[163,20,96,42],[163,22,96,42,"_jsxFileName"],[163,34,96,42],[164,12,96,42,"lineNumber"],[164,22,96,42],[165,12,96,42,"columnNumber"],[165,24,96,42],[166,10,96,42],[166,17,97,11],[166,18,97,12],[167,8,97,12],[168,10,97,12,"fileName"],[168,18,97,12],[168,20,97,12,"_jsxFileName"],[168,32,97,12],[169,10,97,12,"lineNumber"],[169,20,97,12],[170,10,97,12,"columnNumber"],[170,22,97,12],[171,8,97,12],[171,15,98,14],[171,16,98,15],[171,31,100,8],[171,35,100,8,"_reactJsxDevRuntime"],[171,54,100,8],[171,55,100,8,"jsxDEV"],[171,61,100,8],[171,63,100,9,"View"],[171,67,100,13],[171,68,100,13,"default"],[171,75,100,13],[172,10,100,14,"style"],[172,15,100,19],[172,17,100,21,"styles"],[172,23,100,27],[172,24,100,28,"section"],[172,31,100,36],[173,10,100,36,"children"],[173,18,100,36],[173,34,101,10],[173,38,101,10,"_reactJsxDevRuntime"],[173,57,101,10],[173,58,101,10,"jsxDEV"],[173,64,101,10],[173,66,101,11,"Text"],[173,70,101,15],[173,71,101,15,"default"],[173,78,101,15],[174,12,101,16,"style"],[174,17,101,21],[174,19,101,23,"styles"],[174,25,101,29],[174,26,101,30,"label"],[174,31,101,36],[175,12,101,36,"children"],[175,20,101,36],[175,22,101,37],[176,10,101,46],[177,12,101,46,"fileName"],[177,20,101,46],[177,22,101,46,"_jsxFileName"],[177,34,101,46],[178,12,101,46,"lineNumber"],[178,22,101,46],[179,12,101,46,"columnNumber"],[179,24,101,46],[180,10,101,46],[180,17,101,52],[180,18,101,53],[180,33,102,10],[180,37,102,10,"_reactJsxDevRuntime"],[180,56,102,10],[180,57,102,10,"jsxDEV"],[180,63,102,10],[180,65,102,11,"TextInput"],[180,74,102,20],[180,75,102,20,"default"],[180,82,102,20],[181,12,103,12,"style"],[181,17,103,17],[181,19,103,19,"styles"],[181,25,103,25],[181,26,103,26,"input"],[181,31,103,32],[182,12,104,12,"value"],[182,17,104,17],[182,19,104,19,"lastName"],[182,27,104,28],[183,12,105,12,"onChangeText"],[183,24,105,24],[183,26,105,26,"setLastName"],[183,37,105,38],[184,12,106,12,"placeholder"],[184,23,106,23],[184,25,106,24],[185,10,106,41],[186,12,106,41,"fileName"],[186,20,106,41],[186,22,106,41,"_jsxFileName"],[186,34,106,41],[187,12,106,41,"lineNumber"],[187,22,106,41],[188,12,106,41,"columnNumber"],[188,24,106,41],[189,10,106,41],[189,17,107,11],[189,18,107,12],[190,8,107,12],[191,10,107,12,"fileName"],[191,18,107,12],[191,20,107,12,"_jsxFileName"],[191,32,107,12],[192,10,107,12,"lineNumber"],[192,20,107,12],[193,10,107,12,"columnNumber"],[193,22,107,12],[194,8,107,12],[194,15,108,14],[194,16,108,15],[194,31,110,8],[194,35,110,8,"_reactJsxDevRuntime"],[194,54,110,8],[194,55,110,8,"jsxDEV"],[194,61,110,8],[194,63,110,9,"View"],[194,67,110,13],[194,68,110,13,"default"],[194,75,110,13],[195,10,110,14,"style"],[195,15,110,19],[195,17,110,21,"styles"],[195,23,110,27],[195,24,110,28,"section"],[195,31,110,36],[196,10,110,36,"children"],[196,18,110,36],[196,34,111,10],[196,38,111,10,"_reactJsxDevRuntime"],[196,57,111,10],[196,58,111,10,"jsxDEV"],[196,64,111,10],[196,66,111,11,"Text"],[196,70,111,15],[196,71,111,15,"default"],[196,78,111,15],[197,12,111,16,"style"],[197,17,111,21],[197,19,111,23,"styles"],[197,25,111,29],[197,26,111,30,"label"],[197,31,111,36],[198,12,111,36,"children"],[198,20,111,36],[198,22,111,37],[199,10,111,42],[200,12,111,42,"fileName"],[200,20,111,42],[200,22,111,42,"_jsxFileName"],[200,34,111,42],[201,12,111,42,"lineNumber"],[201,22,111,42],[202,12,111,42,"columnNumber"],[202,24,111,42],[203,10,111,42],[203,17,111,48],[203,18,111,49],[203,33,112,10],[203,37,112,10,"_reactJsxDevRuntime"],[203,56,112,10],[203,57,112,10,"jsxDEV"],[203,63,112,10],[203,65,112,11,"TextInput"],[203,74,112,20],[203,75,112,20,"default"],[203,82,112,20],[204,12,113,12,"style"],[204,17,113,17],[204,19,113,19,"styles"],[204,25,113,25],[204,26,113,26,"input"],[204,31,113,32],[205,12,114,12,"value"],[205,17,114,17],[205,19,114,19,"email"],[205,24,114,25],[206,12,115,12,"onChangeText"],[206,24,115,24],[206,26,115,26,"setEmail"],[206,34,115,35],[207,12,116,12,"placeholder"],[207,23,116,23],[207,25,116,24],[207,38,116,37],[208,12,117,12,"keyboardType"],[208,24,117,24],[208,26,117,25],[208,41,117,40],[209,12,118,12,"autoCapitalize"],[209,26,118,26],[209,28,118,27],[210,10,118,33],[211,12,118,33,"fileName"],[211,20,118,33],[211,22,118,33,"_jsxFileName"],[211,34,118,33],[212,12,118,33,"lineNumber"],[212,22,118,33],[213,12,118,33,"columnNumber"],[213,24,118,33],[214,10,118,33],[214,17,119,11],[214,18,119,12],[215,8,119,12],[216,10,119,12,"fileName"],[216,18,119,12],[216,20,119,12,"_jsxFileName"],[216,32,119,12],[217,10,119,12,"lineNumber"],[217,20,119,12],[218,10,119,12,"columnNumber"],[218,22,119,12],[219,8,119,12],[219,15,120,14],[219,16,120,15],[219,31,122,8],[219,35,122,8,"_reactJsxDevRuntime"],[219,54,122,8],[219,55,122,8,"jsxDEV"],[219,61,122,8],[219,63,122,9,"View"],[219,67,122,13],[219,68,122,13,"default"],[219,75,122,13],[220,10,122,14,"style"],[220,15,122,19],[220,17,122,21,"styles"],[220,23,122,27],[220,24,122,28,"section"],[220,31,122,36],[221,10,122,36,"children"],[221,18,122,36],[221,34,123,10],[221,38,123,10,"_reactJsxDevRuntime"],[221,57,123,10],[221,58,123,10,"jsxDEV"],[221,64,123,10],[221,66,123,11,"Text"],[221,70,123,15],[221,71,123,15,"default"],[221,78,123,15],[222,12,123,16,"style"],[222,17,123,21],[222,19,123,23,"styles"],[222,25,123,29],[222,26,123,30,"label"],[222,31,123,36],[223,12,123,36,"children"],[223,20,123,36],[223,22,123,37],[224,10,123,49],[225,12,123,49,"fileName"],[225,20,123,49],[225,22,123,49,"_jsxFileName"],[225,34,123,49],[226,12,123,49,"lineNumber"],[226,22,123,49],[227,12,123,49,"columnNumber"],[227,24,123,49],[228,10,123,49],[228,17,123,55],[228,18,123,56],[228,33,124,10],[228,37,124,10,"_reactJsxDevRuntime"],[228,56,124,10],[228,57,124,10,"jsxDEV"],[228,63,124,10],[228,65,124,11,"TextInput"],[228,74,124,20],[228,75,124,20,"default"],[228,82,124,20],[229,12,125,12,"style"],[229,17,125,17],[229,19,125,19,"styles"],[229,25,125,25],[229,26,125,26,"input"],[229,31,125,32],[230,12,126,12,"value"],[230,17,126,17],[230,19,126,19,"phone"],[230,24,126,25],[231,12,127,12,"onChangeText"],[231,24,127,24],[231,26,127,26,"setPhone"],[231,34,127,35],[232,12,128,12,"placeholder"],[232,23,128,23],[232,25,128,24],[232,45,128,44],[233,12,129,12,"keyboardType"],[233,24,129,24],[233,26,129,25],[234,10,129,36],[235,12,129,36,"fileName"],[235,20,129,36],[235,22,129,36,"_jsxFileName"],[235,34,129,36],[236,12,129,36,"lineNumber"],[236,22,129,36],[237,12,129,36,"columnNumber"],[237,24,129,36],[238,10,129,36],[238,17,130,11],[238,18,130,12],[239,8,130,12],[240,10,130,12,"fileName"],[240,18,130,12],[240,20,130,12,"_jsxFileName"],[240,32,130,12],[241,10,130,12,"lineNumber"],[241,20,130,12],[242,10,130,12,"columnNumber"],[242,22,130,12],[243,8,130,12],[243,15,131,14],[243,16,131,15],[243,31,133,8],[243,35,133,8,"_reactJsxDevRuntime"],[243,54,133,8],[243,55,133,8,"jsxDEV"],[243,61,133,8],[243,63,133,9,"View"],[243,67,133,13],[243,68,133,13,"default"],[243,75,133,13],[244,10,133,14,"style"],[244,15,133,19],[244,17,133,21,"styles"],[244,23,133,27],[244,24,133,28,"section"],[244,31,133,36],[245,10,133,36,"children"],[245,18,133,36],[245,34,134,10],[245,38,134,10,"_reactJsxDevRuntime"],[245,57,134,10],[245,58,134,10,"jsxDEV"],[245,64,134,10],[245,66,134,11,"Text"],[245,70,134,15],[245,71,134,15,"default"],[245,78,134,15],[246,12,134,16,"style"],[246,17,134,21],[246,19,134,23,"styles"],[246,25,134,29],[246,26,134,30,"label"],[246,31,134,36],[247,12,134,36,"children"],[247,20,134,36],[247,22,134,37],[248,10,134,51],[249,12,134,51,"fileName"],[249,20,134,51],[249,22,134,51,"_jsxFileName"],[249,34,134,51],[250,12,134,51,"lineNumber"],[250,22,134,51],[251,12,134,51,"columnNumber"],[251,24,134,51],[252,10,134,51],[252,17,134,57],[252,18,134,58],[252,33,135,10],[252,37,135,10,"_reactJsxDevRuntime"],[252,56,135,10],[252,57,135,10,"jsxDEV"],[252,63,135,10],[252,65,135,11,"TextInput"],[252,74,135,20],[252,75,135,20,"default"],[252,82,135,20],[253,12,136,12,"style"],[253,17,136,17],[253,19,136,19,"styles"],[253,25,136,25],[253,26,136,26,"input"],[253,31,136,32],[254,12,137,12,"value"],[254,17,137,17],[254,19,137,19,"walletAddress"],[254,32,137,33],[255,12,138,12,"onChangeText"],[255,24,138,24],[255,26,138,26,"setWalletAddress"],[255,42,138,43],[256,12,139,12,"placeholder"],[256,23,139,23],[256,25,139,24],[256,47,139,46],[257,12,140,12,"autoCapitalize"],[257,26,140,26],[257,28,140,27],[258,10,140,33],[259,12,140,33,"fileName"],[259,20,140,33],[259,22,140,33,"_jsxFileName"],[259,34,140,33],[260,12,140,33,"lineNumber"],[260,22,140,33],[261,12,140,33,"columnNumber"],[261,24,140,33],[262,10,140,33],[262,17,141,11],[262,18,141,12],[263,8,141,12],[264,10,141,12,"fileName"],[264,18,141,12],[264,20,141,12,"_jsxFileName"],[264,32,141,12],[265,10,141,12,"lineNumber"],[265,20,141,12],[266,10,141,12,"columnNumber"],[266,22,141,12],[267,8,141,12],[267,15,142,14],[267,16,142,15],[267,31,144,8],[267,35,144,8,"_reactJsxDevRuntime"],[267,54,144,8],[267,55,144,8,"jsxDEV"],[267,61,144,8],[267,63,144,9,"TouchableOpacity"],[267,79,144,25],[267,80,144,25,"default"],[267,87,144,25],[268,10,145,10,"style"],[268,15,145,15],[268,17,145,17],[268,18,145,18,"styles"],[268,24,145,24],[268,25,145,25,"saveButton"],[268,35,145,35],[268,37,145,37,"loading"],[268,44,145,44],[268,48,145,48,"styles"],[268,54,145,54],[268,55,145,55,"saveButtonDisabled"],[268,73,145,73],[268,74,145,75],[269,10,146,10,"onPress"],[269,17,146,17],[269,19,146,19,"handleSave"],[269,29,146,30],[270,10,147,10,"disabled"],[270,18,147,18],[270,20,147,20,"loading"],[270,27,147,28],[271,10,147,28,"children"],[271,18,147,28],[271,20,149,11,"loading"],[271,27,149,18],[271,43,150,12],[271,47,150,12,"_reactJsxDevRuntime"],[271,66,150,12],[271,67,150,12,"jsxDEV"],[271,73,150,12],[271,75,150,13,"ActivityIndicator"],[271,92,150,30],[271,93,150,30,"default"],[271,100,150,30],[272,12,150,31,"color"],[272,17,150,36],[272,19,150,37],[273,10,150,43],[274,12,150,43,"fileName"],[274,20,150,43],[274,22,150,43,"_jsxFileName"],[274,34,150,43],[275,12,150,43,"lineNumber"],[275,22,150,43],[276,12,150,43,"columnNumber"],[276,24,150,43],[277,10,150,43],[277,17,150,45],[277,18,150,46],[277,34,152,12],[277,38,152,12,"_reactJsxDevRuntime"],[277,57,152,12],[277,58,152,12,"jsxDEV"],[277,64,152,12],[277,66,152,13,"Text"],[277,70,152,17],[277,71,152,17,"default"],[277,78,152,17],[278,12,152,18,"style"],[278,17,152,23],[278,19,152,25,"styles"],[278,25,152,31],[278,26,152,32,"saveButtonText"],[278,40,152,47],[279,12,152,47,"children"],[279,20,152,47],[279,22,152,48],[280,10,152,60],[281,12,152,60,"fileName"],[281,20,152,60],[281,22,152,60,"_jsxFileName"],[281,34,152,60],[282,12,152,60,"lineNumber"],[282,22,152,60],[283,12,152,60,"columnNumber"],[283,24,152,60],[284,10,152,60],[284,17,152,66],[285,8,153,11],[286,10,153,11,"fileName"],[286,18,153,11],[286,20,153,11,"_jsxFileName"],[286,32,153,11],[287,10,153,11,"lineNumber"],[287,20,153,11],[288,10,153,11,"columnNumber"],[288,22,153,11],[289,8,153,11],[289,15,154,26],[289,16,154,27],[290,6,154,27],[291,8,154,27,"fileName"],[291,16,154,27],[291,18,154,27,"_jsxFileName"],[291,30,154,27],[292,8,154,27,"lineNumber"],[292,18,154,27],[293,8,154,27,"columnNumber"],[293,20,154,27],[294,6,154,27],[294,13,155,18],[294,14,155,19],[295,4,155,19],[296,6,155,19,"fileName"],[296,14,155,19],[296,16,155,19,"_jsxFileName"],[296,28,155,19],[297,6,155,19,"lineNumber"],[297,16,155,19],[298,6,155,19,"columnNumber"],[298,18,155,19],[299,4,155,19],[299,11,156,10],[299,12,156,11],[300,2,158,0],[301,2,158,1,"_s"],[301,4,158,1],[301,5,17,24,"EditProfileScreen"],[301,22,17,41],[302,4,17,41],[302,12,18,17,"useSafeAreaInsets"],[302,39,18,34],[302,40,18,34,"useSafeAreaInsets"],[302,57,18,34],[302,59,19,19,"useAuth"],[302,79,19,26],[302,80,19,26,"useAuth"],[302,87,19,26],[303,2,19,26],[304,2,19,26,"_c"],[304,4,19,26],[304,7,17,24,"EditProfileScreen"],[304,24,17,41],[305,2,160,0],[305,8,160,6,"styles"],[305,14,160,12],[305,17,160,15,"StyleSheet"],[305,27,160,25],[305,28,160,25,"default"],[305,35,160,25],[305,36,160,26,"create"],[305,42,160,32],[305,43,160,33],[306,4,161,2,"container"],[306,13,161,11],[306,15,161,13],[307,6,162,4,"flex"],[307,10,162,8],[307,12,162,10],[307,13,162,11],[308,6,163,4,"backgroundColor"],[308,21,163,19],[308,23,163,21],[309,4,164,2],[309,5,164,3],[310,4,165,2,"header"],[310,10,165,8],[310,12,165,10],[311,6,166,4,"flexDirection"],[311,19,166,17],[311,21,166,19],[311,26,166,24],[312,6,167,4,"alignItems"],[312,16,167,14],[312,18,167,16],[312,26,167,24],[313,6,168,4,"justifyContent"],[313,20,168,18],[313,22,168,20],[313,37,168,35],[314,6,169,4,"paddingHorizontal"],[314,23,169,21],[314,25,169,23],[314,27,169,25],[315,6,170,4,"paddingVertical"],[315,21,170,19],[315,23,170,21],[315,25,170,23],[316,6,171,4,"backgroundColor"],[316,21,171,19],[316,23,171,21],[316,29,171,27],[317,6,172,4,"borderBottomWidth"],[317,23,172,21],[317,25,172,23],[317,26,172,24],[318,6,173,4,"borderBottomColor"],[318,23,173,21],[318,25,173,23],[319,4,174,2],[319,5,174,3],[320,4,175,2,"backButton"],[320,14,175,12],[320,16,175,14],[321,6,176,4,"width"],[321,11,176,9],[321,13,176,11],[321,15,176,13],[322,6,177,4,"height"],[322,12,177,10],[322,14,177,12],[322,16,177,14],[323,6,178,4,"borderRadius"],[323,18,178,16],[323,20,178,18],[323,22,178,20],[324,6,179,4,"backgroundColor"],[324,21,179,19],[324,23,179,21],[324,32,179,30],[325,6,180,4,"alignItems"],[325,16,180,14],[325,18,180,16],[325,26,180,24],[326,6,181,4,"justifyContent"],[326,20,181,18],[326,22,181,20],[327,4,182,2],[327,5,182,3],[328,4,183,2,"headerTitle"],[328,15,183,13],[328,17,183,15],[329,6,184,4,"fontSize"],[329,14,184,12],[329,16,184,14],[329,18,184,16],[330,6,185,4,"fontWeight"],[330,16,185,14],[330,18,185,16],[330,23,185,21],[331,6,186,4,"color"],[331,11,186,9],[331,13,186,11],[332,4,187,2],[332,5,187,3],[333,4,188,2,"scrollContent"],[333,17,188,15],[333,19,188,17],[334,6,189,4,"padding"],[334,13,189,11],[334,15,189,13],[334,17,189,15],[335,6,190,4,"paddingBottom"],[335,19,190,17],[335,21,190,19],[336,4,191,2],[336,5,191,3],[337,4,192,2,"section"],[337,11,192,9],[337,13,192,11],[338,6,193,4,"marginBottom"],[338,18,193,16],[338,20,193,18],[339,4,194,2],[339,5,194,3],[340,4,195,2,"label"],[340,9,195,7],[340,11,195,9],[341,6,196,4,"fontSize"],[341,14,196,12],[341,16,196,14],[341,18,196,16],[342,6,197,4,"fontWeight"],[342,16,197,14],[342,18,197,16],[342,23,197,21],[343,6,198,4,"color"],[343,11,198,9],[343,13,198,11],[343,22,198,20],[344,6,199,4,"marginBottom"],[344,18,199,16],[344,20,199,18],[345,4,200,2],[345,5,200,3],[346,4,201,2,"input"],[346,9,201,7],[346,11,201,9],[347,6,202,4,"backgroundColor"],[347,21,202,19],[347,23,202,21],[347,29,202,27],[348,6,203,4,"padding"],[348,13,203,11],[348,15,203,13],[348,17,203,15],[349,6,204,4,"borderRadius"],[349,18,204,16],[349,20,204,18],[349,22,204,20],[350,6,205,4,"fontSize"],[350,14,205,12],[350,16,205,14],[350,18,205,16],[351,6,206,4,"borderWidth"],[351,17,206,15],[351,19,206,17],[351,20,206,18],[352,6,207,4,"borderColor"],[352,17,207,15],[352,19,207,17],[353,4,208,2],[353,5,208,3],[354,4,209,2,"saveButton"],[354,14,209,12],[354,16,209,14],[355,6,210,4,"backgroundColor"],[355,21,210,19],[355,23,210,21],[355,32,210,30],[356,6,211,4,"padding"],[356,13,211,11],[356,15,211,13],[356,17,211,15],[357,6,212,4,"borderRadius"],[357,18,212,16],[357,20,212,18],[357,22,212,20],[358,6,213,4,"alignItems"],[358,16,213,14],[358,18,213,16],[358,26,213,24],[359,6,214,4,"marginTop"],[359,15,214,13],[359,17,214,15],[360,4,215,2],[360,5,215,3],[361,4,216,2,"saveButtonDisabled"],[361,22,216,20],[361,24,216,22],[362,6,217,4,"opacity"],[362,13,217,11],[362,15,217,13],[363,4,218,2],[363,5,218,3],[364,4,219,2,"saveButtonText"],[364,18,219,16],[364,20,219,18],[365,6,220,4,"fontSize"],[365,14,220,12],[365,16,220,14],[365,18,220,16],[366,6,221,4,"fontWeight"],[366,16,221,14],[366,18,221,16],[366,23,221,21],[367,6,222,4,"color"],[367,11,222,9],[367,13,222,11],[368,4,223,2],[369,2,224,0],[369,3,224,1],[369,4,224,2],[370,2,224,3],[370,6,224,3,"_c"],[370,8,224,3],[371,2,224,3,"$RefreshReg$"],[371,14,224,3],[371,15,224,3,"_c"],[371,17,224,3],[372,0,224,3],[372,3]],"functionMap":{"names":["","EditProfileScreen","useEffect$argument_0","loadUserData","handleSave","TouchableOpacity.props.onPress"],"mappings":"AAA;eCgB;YCU;GDE;uBEE;GFc;qBGE;GH8B;mCIK,yBJ;CD4E"},"hasCjsExports":false},"type":"js/module"}]} \ No newline at end of file diff --git a/frontend/.metro-cache/cache/9b/79d9dd2c161d5b5df4729f9d777b7ea384c5f64a87bc505fbbfd901b1163ad001a9c8e b/frontend/.metro-cache/cache/9b/79d9dd2c161d5b5df4729f9d777b7ea384c5f64a87bc505fbbfd901b1163ad001a9c8e new file mode 100644 index 00000000..fcaf47d6 --- /dev/null +++ b/frontend/.metro-cache/cache/9b/79d9dd2c161d5b5df4729f9d777b7ea384c5f64a87bc505fbbfd901b1163ad001a9c8e @@ -0,0 +1 @@ +{"dependencies":[{"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-web/dist/exports/View","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"4kYBDC6LJJXoH7P9rWDi3vkLVB0=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Text","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"JKIzsQ5YQ0gDj0MIyY0Q7F1zJtU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/StyleSheet","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"MK7+k1V+KnvCVW7Kj2k/ydtjmVU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/ScrollView","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"7Gv1K9/TiQvbDXlMy9NOQIEBHDA=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/TouchableOpacity","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PnQOoa8QGKpV5+issz6ikk463eg=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Linking","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"3Rjz9Of4YombbpmYBhNmyoa9U9Y=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":10,"column":0,"index":148},"end":{"line":10,"column":46,"index":194}}],"key":"ow7vkrqkIckRjlSi/+MhMmRYtUE=","exportNames":["*"],"imports":1}},{"name":"react-native-safe-area-context","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":11,"column":0,"index":195},"end":{"line":11,"column":67,"index":262}}],"key":"XjdTKvCUWX6CbQzg5fSDHG/WgHk=","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/HelpScreen.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 HelpScreen;\n }\n });\n var _react = require(_dependencyMap[0], \"react\");\n var _reactNativeWebDistExportsView = require(_dependencyMap[1], \"react-native-web/dist/exports/View\");\n var View = _interopDefault(_reactNativeWebDistExportsView);\n var _reactNativeWebDistExportsText = require(_dependencyMap[2], \"react-native-web/dist/exports/Text\");\n var Text = _interopDefault(_reactNativeWebDistExportsText);\n var _reactNativeWebDistExportsStyleSheet = require(_dependencyMap[3], \"react-native-web/dist/exports/StyleSheet\");\n var StyleSheet = _interopDefault(_reactNativeWebDistExportsStyleSheet);\n var _reactNativeWebDistExportsScrollView = require(_dependencyMap[4], \"react-native-web/dist/exports/ScrollView\");\n var ScrollView = _interopDefault(_reactNativeWebDistExportsScrollView);\n var _reactNativeWebDistExportsTouchableOpacity = require(_dependencyMap[5], \"react-native-web/dist/exports/TouchableOpacity\");\n var TouchableOpacity = _interopDefault(_reactNativeWebDistExportsTouchableOpacity);\n var _reactNativeWebDistExportsLinking = require(_dependencyMap[6], \"react-native-web/dist/exports/Linking\");\n var Linking = _interopDefault(_reactNativeWebDistExportsLinking);\n var _expoVectorIcons = require(_dependencyMap[7], \"@expo/vector-icons\");\n var _reactNativeSafeAreaContext = require(_dependencyMap[8], \"react-native-safe-area-context\");\n var _reactJsxDevRuntime = require(_dependencyMap[9], \"react/jsx-dev-runtime\");\n function HelpScreen({\n navigation\n }) {\n _s();\n const insets = (0, _reactNativeSafeAreaContext.useSafeAreaInsets)();\n const [expandedId, setExpandedId] = (0, _react.useState)(null);\n const faqs = [{\n id: '1',\n question: 'How do I create a wallet?',\n answer: 'When you sign up for PezkuwiChain, a wallet is automatically created for you. Your wallet address is displayed in the Settings > Profile section.'\n }, {\n id: '2',\n question: 'How do I send tokens?',\n answer: 'Go to the Wallet tab, tap on the token you want to send (HEZ or PEZ), then tap the \"Send\" button. Enter the recipient\\'s wallet address and the amount you want to send.'\n }, {\n id: '3',\n question: 'What is the difference between HEZ and PEZ?',\n answer: 'HEZ (Hemwelatî) is the citizenship token used for identity verification and governance. PEZ (Pezkuwî) is the utility token used for transactions and services within the ecosystem.'\n }, {\n id: '4',\n question: 'How do I participate in governance?',\n answer: 'Navigate to the Vote section from quick actions or wallet. You can view active proposals and vote using your HEZ tokens. Each HEZ token represents one vote.'\n }, {\n id: '5',\n question: 'Is my wallet secure?',\n answer: 'Yes! We use industry-standard encryption and security measures. You can also enable biometric authentication and 2FA for additional security. Remember to never share your password or recovery phrase.'\n }, {\n id: '6',\n question: 'How do I recover my account?',\n answer: 'If you forget your password, use the \"Forgot Password\" option on the login screen. For account recovery issues, contact our support team at support@pezkuwichain.io'\n }, {\n id: '7',\n question: 'What are transaction fees?',\n answer: 'Network fees (gas fees) are required for blockchain transactions. These fees go to validators who process and secure transactions on the network.'\n }, {\n id: '8',\n question: 'How long do transactions take?',\n answer: 'Most transactions are confirmed within seconds to a few minutes, depending on network congestion. You can view transaction status in your transaction history.'\n }];\n const toggleExpand = id => {\n setExpandedId(expandedId === id ? null : id);\n };\n const openSupport = () => {\n Linking.default.openURL('https://pezkuwichain.io/support');\n };\n const sendEmail = () => {\n Linking.default.openURL('mailto:support@pezkuwichain.io');\n };\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: [styles.container, {\n paddingTop: insets.top\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.header,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n onPress: () => navigation.goBack(),\n style: styles.backButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"arrow-back\",\n size: 24,\n color: \"#1F2937\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 76,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 75,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.headerTitle,\n children: \"Help & Support\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 78,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: {\n width: 40\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 79,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 74,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n contentContainerStyle: styles.scrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.supportSection,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.sectionTitle,\n children: \"Contact Support\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 85,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: styles.supportCard,\n onPress: openSupport,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.supportCardLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: [styles.iconContainer, {\n backgroundColor: '#DBEAFE'\n }],\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"globe\",\n size: 24,\n color: \"#3B82F6\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 90,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 89,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.supportCardTitle,\n children: \"Visit Support Center\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 93,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.supportCardSubtitle,\n children: \"pezkuwichain.io/support\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 94,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 92,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 88,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"chevron-forward\",\n size: 20,\n color: \"#9CA3AF\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 97,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 87,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: styles.supportCard,\n onPress: sendEmail,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.supportCardLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: [styles.iconContainer, {\n backgroundColor: '#FEE2E2'\n }],\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"mail\",\n size: 24,\n color: \"#EE2A35\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 103,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 102,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.supportCardTitle,\n children: \"Email Support\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 106,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.supportCardSubtitle,\n children: \"support@pezkuwichain.io\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 107,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 105,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 101,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"chevron-forward\",\n size: 20,\n color: \"#9CA3AF\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 110,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 100,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 84,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.faqSection,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.sectionTitle,\n children: \"Frequently Asked Questions\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 116,\n columnNumber: 11\n }, this), faqs.map(faq => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: styles.faqCard,\n onPress: () => toggleExpand(faq.id),\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.faqHeader,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.faqQuestion,\n children: faq.question\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 125,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: expandedId === faq.id ? 'chevron-up' : 'chevron-down',\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 126,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 124,\n columnNumber: 15\n }, this), expandedId === faq.id && /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.faqAnswer,\n children: faq.answer\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 133,\n columnNumber: 17\n }, this)]\n }, faq.id, true, {\n fileName: _jsxFileName,\n lineNumber: 119,\n columnNumber: 13\n }, this))]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 115,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.infoSection,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.infoText,\n children: \"App Version 1.0.0\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 141,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.infoText,\n children: \"\\xA9 2025 PezkuwiChain. All rights reserved.\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 142,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 140,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 82,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 73,\n columnNumber: 5\n }, this);\n }\n _s(HelpScreen, \"djRf5ENPJjQiYCi0FSPqKWPlSpM=\", false, function () {\n return [_reactNativeSafeAreaContext.useSafeAreaInsets];\n });\n _c = HelpScreen;\n const styles = StyleSheet.default.create({\n container: {\n flex: 1,\n backgroundColor: '#F8F9FA'\n },\n header: {\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'space-between',\n paddingHorizontal: 16,\n paddingVertical: 16,\n backgroundColor: '#FFF',\n borderBottomWidth: 1,\n borderBottomColor: '#E5E7EB'\n },\n backButton: {\n width: 40,\n height: 40,\n borderRadius: 20,\n backgroundColor: '#F3F4F6',\n alignItems: 'center',\n justifyContent: 'center'\n },\n headerTitle: {\n fontSize: 18,\n fontWeight: '700',\n color: '#1F2937'\n },\n scrollContent: {\n padding: 16,\n paddingBottom: 80\n },\n supportSection: {\n marginBottom: 24\n },\n sectionTitle: {\n fontSize: 16,\n fontWeight: '700',\n color: '#1F2937',\n marginBottom: 12\n },\n supportCard: {\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'space-between',\n backgroundColor: '#FFF',\n padding: 16,\n borderRadius: 12,\n marginBottom: 8,\n shadowColor: '#000',\n shadowOffset: {\n width: 0,\n height: 1\n },\n shadowOpacity: 0.05,\n shadowRadius: 4,\n elevation: 2\n },\n supportCardLeft: {\n flexDirection: 'row',\n alignItems: 'center',\n flex: 1\n },\n iconContainer: {\n width: 48,\n height: 48,\n borderRadius: 24,\n alignItems: 'center',\n justifyContent: 'center',\n marginRight: 12\n },\n supportCardTitle: {\n fontSize: 16,\n fontWeight: '600',\n color: '#1F2937',\n marginBottom: 2\n },\n supportCardSubtitle: {\n fontSize: 14,\n color: '#6B7280'\n },\n faqSection: {\n marginBottom: 24\n },\n faqCard: {\n backgroundColor: '#FFF',\n padding: 16,\n borderRadius: 12,\n marginBottom: 8,\n shadowColor: '#000',\n shadowOffset: {\n width: 0,\n height: 1\n },\n shadowOpacity: 0.05,\n shadowRadius: 4,\n elevation: 2\n },\n faqHeader: {\n flexDirection: 'row',\n justifyContent: 'space-between',\n alignItems: 'center'\n },\n faqQuestion: {\n fontSize: 16,\n fontWeight: '600',\n color: '#1F2937',\n flex: 1,\n marginRight: 12\n },\n faqAnswer: {\n fontSize: 15,\n color: '#6B7280',\n lineHeight: 22,\n marginTop: 12,\n paddingTop: 12,\n borderTopWidth: 1,\n borderTopColor: '#F3F4F6'\n },\n infoSection: {\n alignItems: 'center',\n paddingVertical: 24\n },\n infoText: {\n fontSize: 14,\n color: '#9CA3AF',\n marginBottom: 4\n }\n });\n var _c;\n $RefreshReg$(_c, \"HelpScreen\");\n});","lineCount":481,"map":[[14,2,13,15,"Object"],[14,8,13,15],[14,9,13,15,"defineProperty"],[14,23,13,15],[14,24,13,15,"exports"],[14,31,13,15],[15,4,13,15,"enumerable"],[15,14,13,15],[16,4,13,15,"get"],[16,7,13,15],[16,18,13,15,"get"],[16,19,13,15],[17,6,13,15],[17,13,13,15,"HelpScreen"],[17,23,13,15],[18,4,13,15],[19,2,13,15],[20,2,1,0],[20,6,1,0,"_react"],[20,12,1,0],[20,15,1,0,"require"],[20,22,1,0],[20,23,1,0,"_dependencyMap"],[20,37,1,0],[21,2,1,40],[21,6,1,40,"_reactNativeWebDistExportsView"],[21,36,1,40],[21,39,1,40,"require"],[21,46,1,40],[21,47,1,40,"_dependencyMap"],[21,61,1,40],[22,2,1,40],[22,6,1,40,"View"],[22,10,1,40],[22,13,1,40,"_interopDefault"],[22,28,1,40],[22,29,1,40,"_reactNativeWebDistExportsView"],[22,59,1,40],[23,2,1,40],[23,6,1,40,"_reactNativeWebDistExportsText"],[23,36,1,40],[23,39,1,40,"require"],[23,46,1,40],[23,47,1,40,"_dependencyMap"],[23,61,1,40],[24,2,1,40],[24,6,1,40,"Text"],[24,10,1,40],[24,13,1,40,"_interopDefault"],[24,28,1,40],[24,29,1,40,"_reactNativeWebDistExportsText"],[24,59,1,40],[25,2,1,40],[25,6,1,40,"_reactNativeWebDistExportsStyleSheet"],[25,42,1,40],[25,45,1,40,"require"],[25,52,1,40],[25,53,1,40,"_dependencyMap"],[25,67,1,40],[26,2,1,40],[26,6,1,40,"StyleSheet"],[26,16,1,40],[26,19,1,40,"_interopDefault"],[26,34,1,40],[26,35,1,40,"_reactNativeWebDistExportsStyleSheet"],[26,71,1,40],[27,2,1,40],[27,6,1,40,"_reactNativeWebDistExportsScrollView"],[27,42,1,40],[27,45,1,40,"require"],[27,52,1,40],[27,53,1,40,"_dependencyMap"],[27,67,1,40],[28,2,1,40],[28,6,1,40,"ScrollView"],[28,16,1,40],[28,19,1,40,"_interopDefault"],[28,34,1,40],[28,35,1,40,"_reactNativeWebDistExportsScrollView"],[28,71,1,40],[29,2,1,40],[29,6,1,40,"_reactNativeWebDistExportsTouchableOpacity"],[29,48,1,40],[29,51,1,40,"require"],[29,58,1,40],[29,59,1,40,"_dependencyMap"],[29,73,1,40],[30,2,1,40],[30,6,1,40,"TouchableOpacity"],[30,22,1,40],[30,25,1,40,"_interopDefault"],[30,40,1,40],[30,41,1,40,"_reactNativeWebDistExportsTouchableOpacity"],[30,83,1,40],[31,2,1,40],[31,6,1,40,"_reactNativeWebDistExportsLinking"],[31,39,1,40],[31,42,1,40,"require"],[31,49,1,40],[31,50,1,40,"_dependencyMap"],[31,64,1,40],[32,2,1,40],[32,6,1,40,"Linking"],[32,13,1,40],[32,16,1,40,"_interopDefault"],[32,31,1,40],[32,32,1,40,"_reactNativeWebDistExportsLinking"],[32,65,1,40],[33,2,10,0],[33,6,10,0,"_expoVectorIcons"],[33,22,10,0],[33,25,10,0,"require"],[33,32,10,0],[33,33,10,0,"_dependencyMap"],[33,47,10,0],[34,2,11,0],[34,6,11,0,"_reactNativeSafeAreaContext"],[34,33,11,0],[34,36,11,0,"require"],[34,43,11,0],[34,44,11,0,"_dependencyMap"],[34,58,11,0],[35,2,11,67],[35,6,11,67,"_reactJsxDevRuntime"],[35,25,11,67],[35,28,11,67,"require"],[35,35,11,67],[35,36,11,67,"_dependencyMap"],[35,50,11,67],[36,2,13,15],[36,11,13,24,"HelpScreen"],[36,21,13,34,"HelpScreen"],[36,22,13,35],[37,4,13,37,"navigation"],[38,2,13,53],[38,3,13,54],[38,5,13,56],[39,4,13,56,"_s"],[39,6,13,56],[40,4,14,2],[40,10,14,8,"insets"],[40,16,14,14],[40,19,14,17],[40,23,14,17,"useSafeAreaInsets"],[40,50,14,34],[40,51,14,34,"useSafeAreaInsets"],[40,68,14,34],[40,70,14,35],[40,71,14,36],[41,4,15,2],[41,10,15,8],[41,11,15,9,"expandedId"],[41,21,15,19],[41,23,15,21,"setExpandedId"],[41,36,15,34],[41,37,15,35],[41,40,15,38],[41,44,15,38,"useState"],[41,50,15,46],[41,51,15,46,"useState"],[41,59,15,46],[41,61,15,62],[41,65,15,66],[41,66,15,67],[42,4,17,2],[42,10,17,8,"faqs"],[42,14,17,12],[42,17,17,15],[42,18,18,4],[43,6,19,6,"id"],[43,8,19,8],[43,10,19,10],[43,13,19,13],[44,6,20,6,"question"],[44,14,20,14],[44,16,20,16],[44,43,20,43],[45,6,21,6,"answer"],[45,12,21,12],[45,14,21,14],[46,4,22,4],[46,5,22,5],[46,7,23,4],[47,6,24,6,"id"],[47,8,24,8],[47,10,24,10],[47,13,24,13],[48,6,25,6,"question"],[48,14,25,14],[48,16,25,16],[48,39,25,39],[49,6,26,6,"answer"],[49,12,26,12],[49,14,26,14],[50,4,27,4],[50,5,27,5],[50,7,28,4],[51,6,29,6,"id"],[51,8,29,8],[51,10,29,10],[51,13,29,13],[52,6,30,6,"question"],[52,14,30,14],[52,16,30,16],[52,61,30,61],[53,6,31,6,"answer"],[53,12,31,12],[53,14,31,14],[54,4,32,4],[54,5,32,5],[54,7,33,4],[55,6,34,6,"id"],[55,8,34,8],[55,10,34,10],[55,13,34,13],[56,6,35,6,"question"],[56,14,35,14],[56,16,35,16],[56,53,35,53],[57,6,36,6,"answer"],[57,12,36,12],[57,14,36,14],[58,4,37,4],[58,5,37,5],[58,7,38,4],[59,6,39,6,"id"],[59,8,39,8],[59,10,39,10],[59,13,39,13],[60,6,40,6,"question"],[60,14,40,14],[60,16,40,16],[60,38,40,38],[61,6,41,6,"answer"],[61,12,41,12],[61,14,41,14],[62,4,42,4],[62,5,42,5],[62,7,43,4],[63,6,44,6,"id"],[63,8,44,8],[63,10,44,10],[63,13,44,13],[64,6,45,6,"question"],[64,14,45,14],[64,16,45,16],[64,46,45,46],[65,6,46,6,"answer"],[65,12,46,12],[65,14,46,14],[66,4,47,4],[66,5,47,5],[66,7,48,4],[67,6,49,6,"id"],[67,8,49,8],[67,10,49,10],[67,13,49,13],[68,6,50,6,"question"],[68,14,50,14],[68,16,50,16],[68,44,50,44],[69,6,51,6,"answer"],[69,12,51,12],[69,14,51,14],[70,4,52,4],[70,5,52,5],[70,7,53,4],[71,6,54,6,"id"],[71,8,54,8],[71,10,54,10],[71,13,54,13],[72,6,55,6,"question"],[72,14,55,14],[72,16,55,16],[72,48,55,48],[73,6,56,6,"answer"],[73,12,56,12],[73,14,56,14],[74,4,57,4],[74,5,57,5],[74,6,58,3],[75,4,60,2],[75,10,60,8,"toggleExpand"],[75,22,60,20],[75,25,60,24,"id"],[75,27,60,34],[75,31,60,39],[76,6,61,4,"setExpandedId"],[76,19,61,17],[76,20,61,18,"expandedId"],[76,30,61,28],[76,35,61,33,"id"],[76,37,61,35],[76,40,61,38],[76,44,61,42],[76,47,61,45,"id"],[76,49,61,47],[76,50,61,48],[77,4,62,2],[77,5,62,3],[78,4,64,2],[78,10,64,8,"openSupport"],[78,21,64,19],[78,24,64,22,"openSupport"],[78,25,64,22],[78,30,64,28],[79,6,65,4,"Linking"],[79,13,65,11],[79,14,65,11,"default"],[79,21,65,11],[79,22,65,12,"openURL"],[79,29,65,19],[79,30,65,20],[79,63,65,53],[79,64,65,54],[80,4,66,2],[80,5,66,3],[81,4,68,2],[81,10,68,8,"sendEmail"],[81,19,68,17],[81,22,68,20,"sendEmail"],[81,23,68,20],[81,28,68,26],[82,6,69,4,"Linking"],[82,13,69,11],[82,14,69,11,"default"],[82,21,69,11],[82,22,69,12,"openURL"],[82,29,69,19],[82,30,69,20],[82,62,69,52],[82,63,69,53],[83,4,70,2],[83,5,70,3],[84,4,72,2],[84,24,73,4],[84,28,73,4,"_reactJsxDevRuntime"],[84,47,73,4],[84,48,73,4,"jsxDEV"],[84,54,73,4],[84,56,73,5,"View"],[84,60,73,9],[84,61,73,9,"default"],[84,68,73,9],[85,6,73,10,"style"],[85,11,73,15],[85,13,73,17],[85,14,73,18,"styles"],[85,20,73,24],[85,21,73,25,"container"],[85,30,73,34],[85,32,73,36],[86,8,73,38,"paddingTop"],[86,18,73,48],[86,20,73,50,"insets"],[86,26,73,56],[86,27,73,57,"top"],[87,6,73,61],[87,7,73,62],[87,8,73,64],[88,6,73,64,"children"],[88,14,73,64],[88,30,74,6],[88,34,74,6,"_reactJsxDevRuntime"],[88,53,74,6],[88,54,74,6,"jsxDEV"],[88,60,74,6],[88,62,74,7,"View"],[88,66,74,11],[88,67,74,11,"default"],[88,74,74,11],[89,8,74,12,"style"],[89,13,74,17],[89,15,74,19,"styles"],[89,21,74,25],[89,22,74,26,"header"],[89,28,74,33],[90,8,74,33,"children"],[90,16,74,33],[90,32,75,8],[90,36,75,8,"_reactJsxDevRuntime"],[90,55,75,8],[90,56,75,8,"jsxDEV"],[90,62,75,8],[90,64,75,9,"TouchableOpacity"],[90,80,75,25],[90,81,75,25,"default"],[90,88,75,25],[91,10,75,26,"onPress"],[91,17,75,33],[91,19,75,35,"onPress"],[91,20,75,35],[91,25,75,41,"navigation"],[91,35,75,51],[91,36,75,52,"goBack"],[91,42,75,58],[91,43,75,59],[91,44,75,61],[92,10,75,62,"style"],[92,15,75,67],[92,17,75,69,"styles"],[92,23,75,75],[92,24,75,76,"backButton"],[92,34,75,87],[93,10,75,87,"children"],[93,18,75,87],[93,33,76,10],[93,37,76,10,"_reactJsxDevRuntime"],[93,56,76,10],[93,57,76,10,"jsxDEV"],[93,63,76,10],[93,65,76,11,"_expoVectorIcons"],[93,81,76,19],[93,82,76,19,"Ionicons"],[93,90,76,19],[94,12,76,20,"name"],[94,16,76,24],[94,18,76,25],[94,30,76,37],[95,12,76,38,"size"],[95,16,76,42],[95,18,76,44],[95,20,76,47],[96,12,76,48,"color"],[96,17,76,53],[96,19,76,54],[97,10,76,63],[98,12,76,63,"fileName"],[98,20,76,63],[98,22,76,63,"_jsxFileName"],[98,34,76,63],[99,12,76,63,"lineNumber"],[99,22,76,63],[100,12,76,63,"columnNumber"],[100,24,76,63],[101,10,76,63],[101,17,76,65],[102,8,76,66],[103,10,76,66,"fileName"],[103,18,76,66],[103,20,76,66,"_jsxFileName"],[103,32,76,66],[104,10,76,66,"lineNumber"],[104,20,76,66],[105,10,76,66,"columnNumber"],[105,22,76,66],[106,8,76,66],[106,15,77,26],[106,16,77,27],[106,31,78,8],[106,35,78,8,"_reactJsxDevRuntime"],[106,54,78,8],[106,55,78,8,"jsxDEV"],[106,61,78,8],[106,63,78,9,"Text"],[106,67,78,13],[106,68,78,13,"default"],[106,75,78,13],[107,10,78,14,"style"],[107,15,78,19],[107,17,78,21,"styles"],[107,23,78,27],[107,24,78,28,"headerTitle"],[107,35,78,40],[108,10,78,40,"children"],[108,18,78,40],[108,20,78,41],[109,8,78,55],[110,10,78,55,"fileName"],[110,18,78,55],[110,20,78,55,"_jsxFileName"],[110,32,78,55],[111,10,78,55,"lineNumber"],[111,20,78,55],[112,10,78,55,"columnNumber"],[112,22,78,55],[113,8,78,55],[113,15,78,61],[113,16,78,62],[113,31,79,8],[113,35,79,8,"_reactJsxDevRuntime"],[113,54,79,8],[113,55,79,8,"jsxDEV"],[113,61,79,8],[113,63,79,9,"View"],[113,67,79,13],[113,68,79,13,"default"],[113,75,79,13],[114,10,79,14,"style"],[114,15,79,19],[114,17,79,21],[115,12,79,23,"width"],[115,17,79,28],[115,19,79,30],[116,10,79,33],[117,8,79,35],[118,10,79,35,"fileName"],[118,18,79,35],[118,20,79,35,"_jsxFileName"],[118,32,79,35],[119,10,79,35,"lineNumber"],[119,20,79,35],[120,10,79,35,"columnNumber"],[120,22,79,35],[121,8,79,35],[121,15,79,37],[121,16,79,38],[122,6,79,38],[123,8,79,38,"fileName"],[123,16,79,38],[123,18,79,38,"_jsxFileName"],[123,30,79,38],[124,8,79,38,"lineNumber"],[124,18,79,38],[125,8,79,38,"columnNumber"],[125,20,79,38],[126,6,79,38],[126,13,80,12],[126,14,80,13],[126,29,82,6],[126,33,82,6,"_reactJsxDevRuntime"],[126,52,82,6],[126,53,82,6,"jsxDEV"],[126,59,82,6],[126,61,82,7,"ScrollView"],[126,71,82,17],[126,72,82,17,"default"],[126,79,82,17],[127,8,82,18,"contentContainerStyle"],[127,29,82,39],[127,31,82,41,"styles"],[127,37,82,47],[127,38,82,48,"scrollContent"],[127,51,82,62],[128,8,82,62,"children"],[128,16,82,62],[128,32,84,8],[128,36,84,8,"_reactJsxDevRuntime"],[128,55,84,8],[128,56,84,8,"jsxDEV"],[128,62,84,8],[128,64,84,9,"View"],[128,68,84,13],[128,69,84,13,"default"],[128,76,84,13],[129,10,84,14,"style"],[129,15,84,19],[129,17,84,21,"styles"],[129,23,84,27],[129,24,84,28,"supportSection"],[129,38,84,43],[130,10,84,43,"children"],[130,18,84,43],[130,34,85,10],[130,38,85,10,"_reactJsxDevRuntime"],[130,57,85,10],[130,58,85,10,"jsxDEV"],[130,64,85,10],[130,66,85,11,"Text"],[130,70,85,15],[130,71,85,15,"default"],[130,78,85,15],[131,12,85,16,"style"],[131,17,85,21],[131,19,85,23,"styles"],[131,25,85,29],[131,26,85,30,"sectionTitle"],[131,38,85,43],[132,12,85,43,"children"],[132,20,85,43],[132,22,85,44],[133,10,85,59],[134,12,85,59,"fileName"],[134,20,85,59],[134,22,85,59,"_jsxFileName"],[134,34,85,59],[135,12,85,59,"lineNumber"],[135,22,85,59],[136,12,85,59,"columnNumber"],[136,24,85,59],[137,10,85,59],[137,17,85,65],[137,18,85,66],[137,33,87,10],[137,37,87,10,"_reactJsxDevRuntime"],[137,56,87,10],[137,57,87,10,"jsxDEV"],[137,63,87,10],[137,65,87,11,"TouchableOpacity"],[137,81,87,27],[137,82,87,27,"default"],[137,89,87,27],[138,12,87,28,"style"],[138,17,87,33],[138,19,87,35,"styles"],[138,25,87,41],[138,26,87,42,"supportCard"],[138,37,87,54],[139,12,87,55,"onPress"],[139,19,87,62],[139,21,87,64,"openSupport"],[139,32,87,76],[140,12,87,76,"children"],[140,20,87,76],[140,36,88,12],[140,40,88,12,"_reactJsxDevRuntime"],[140,59,88,12],[140,60,88,12,"jsxDEV"],[140,66,88,12],[140,68,88,13,"View"],[140,72,88,17],[140,73,88,17,"default"],[140,80,88,17],[141,14,88,18,"style"],[141,19,88,23],[141,21,88,25,"styles"],[141,27,88,31],[141,28,88,32,"supportCardLeft"],[141,43,88,48],[142,14,88,48,"children"],[142,22,88,48],[142,38,89,14],[142,42,89,14,"_reactJsxDevRuntime"],[142,61,89,14],[142,62,89,14,"jsxDEV"],[142,68,89,14],[142,70,89,15,"View"],[142,74,89,19],[142,75,89,19,"default"],[142,82,89,19],[143,16,89,20,"style"],[143,21,89,25],[143,23,89,27],[143,24,89,28,"styles"],[143,30,89,34],[143,31,89,35,"iconContainer"],[143,44,89,48],[143,46,89,50],[144,18,89,52,"backgroundColor"],[144,33,89,67],[144,35,89,69],[145,16,89,79],[145,17,89,80],[145,18,89,82],[146,16,89,82,"children"],[146,24,89,82],[146,39,90,16],[146,43,90,16,"_reactJsxDevRuntime"],[146,62,90,16],[146,63,90,16,"jsxDEV"],[146,69,90,16],[146,71,90,17,"_expoVectorIcons"],[146,87,90,25],[146,88,90,25,"Ionicons"],[146,96,90,25],[147,18,90,26,"name"],[147,22,90,30],[147,24,90,31],[147,31,90,38],[148,18,90,39,"size"],[148,22,90,43],[148,24,90,45],[148,26,90,48],[149,18,90,49,"color"],[149,23,90,54],[149,25,90,55],[150,16,90,64],[151,18,90,64,"fileName"],[151,26,90,64],[151,28,90,64,"_jsxFileName"],[151,40,90,64],[152,18,90,64,"lineNumber"],[152,28,90,64],[153,18,90,64,"columnNumber"],[153,30,90,64],[154,16,90,64],[154,23,90,66],[155,14,90,67],[156,16,90,67,"fileName"],[156,24,90,67],[156,26,90,67,"_jsxFileName"],[156,38,90,67],[157,16,90,67,"lineNumber"],[157,26,90,67],[158,16,90,67,"columnNumber"],[158,28,90,67],[159,14,90,67],[159,21,91,20],[159,22,91,21],[159,37,92,14],[159,41,92,14,"_reactJsxDevRuntime"],[159,60,92,14],[159,61,92,14,"jsxDEV"],[159,67,92,14],[159,69,92,15,"View"],[159,73,92,19],[159,74,92,19,"default"],[159,81,92,19],[160,16,92,19,"children"],[160,24,92,19],[160,40,93,16],[160,44,93,16,"_reactJsxDevRuntime"],[160,63,93,16],[160,64,93,16,"jsxDEV"],[160,70,93,16],[160,72,93,17,"Text"],[160,76,93,21],[160,77,93,21,"default"],[160,84,93,21],[161,18,93,22,"style"],[161,23,93,27],[161,25,93,29,"styles"],[161,31,93,35],[161,32,93,36,"supportCardTitle"],[161,48,93,53],[162,18,93,53,"children"],[162,26,93,53],[162,28,93,54],[163,16,93,74],[164,18,93,74,"fileName"],[164,26,93,74],[164,28,93,74,"_jsxFileName"],[164,40,93,74],[165,18,93,74,"lineNumber"],[165,28,93,74],[166,18,93,74,"columnNumber"],[166,30,93,74],[167,16,93,74],[167,23,93,80],[167,24,93,81],[167,39,94,16],[167,43,94,16,"_reactJsxDevRuntime"],[167,62,94,16],[167,63,94,16,"jsxDEV"],[167,69,94,16],[167,71,94,17,"Text"],[167,75,94,21],[167,76,94,21,"default"],[167,83,94,21],[168,18,94,22,"style"],[168,23,94,27],[168,25,94,29,"styles"],[168,31,94,35],[168,32,94,36,"supportCardSubtitle"],[168,51,94,56],[169,18,94,56,"children"],[169,26,94,56],[169,28,94,57],[170,16,94,80],[171,18,94,80,"fileName"],[171,26,94,80],[171,28,94,80,"_jsxFileName"],[171,40,94,80],[172,18,94,80,"lineNumber"],[172,28,94,80],[173,18,94,80,"columnNumber"],[173,30,94,80],[174,16,94,80],[174,23,94,86],[174,24,94,87],[175,14,94,87],[176,16,94,87,"fileName"],[176,24,94,87],[176,26,94,87,"_jsxFileName"],[176,38,94,87],[177,16,94,87,"lineNumber"],[177,26,94,87],[178,16,94,87,"columnNumber"],[178,28,94,87],[179,14,94,87],[179,21,95,20],[179,22,95,21],[180,12,95,21],[181,14,95,21,"fileName"],[181,22,95,21],[181,24,95,21,"_jsxFileName"],[181,36,95,21],[182,14,95,21,"lineNumber"],[182,24,95,21],[183,14,95,21,"columnNumber"],[183,26,95,21],[184,12,95,21],[184,19,96,18],[184,20,96,19],[184,35,97,12],[184,39,97,12,"_reactJsxDevRuntime"],[184,58,97,12],[184,59,97,12,"jsxDEV"],[184,65,97,12],[184,67,97,13,"_expoVectorIcons"],[184,83,97,21],[184,84,97,21,"Ionicons"],[184,92,97,21],[185,14,97,22,"name"],[185,18,97,26],[185,20,97,27],[185,37,97,44],[186,14,97,45,"size"],[186,18,97,49],[186,20,97,51],[186,22,97,54],[187,14,97,55,"color"],[187,19,97,60],[187,21,97,61],[188,12,97,70],[189,14,97,70,"fileName"],[189,22,97,70],[189,24,97,70,"_jsxFileName"],[189,36,97,70],[190,14,97,70,"lineNumber"],[190,24,97,70],[191,14,97,70,"columnNumber"],[191,26,97,70],[192,12,97,70],[192,19,97,72],[192,20,97,73],[193,10,97,73],[194,12,97,73,"fileName"],[194,20,97,73],[194,22,97,73,"_jsxFileName"],[194,34,97,73],[195,12,97,73,"lineNumber"],[195,22,97,73],[196,12,97,73,"columnNumber"],[196,24,97,73],[197,10,97,73],[197,17,98,28],[197,18,98,29],[197,33,100,10],[197,37,100,10,"_reactJsxDevRuntime"],[197,56,100,10],[197,57,100,10,"jsxDEV"],[197,63,100,10],[197,65,100,11,"TouchableOpacity"],[197,81,100,27],[197,82,100,27,"default"],[197,89,100,27],[198,12,100,28,"style"],[198,17,100,33],[198,19,100,35,"styles"],[198,25,100,41],[198,26,100,42,"supportCard"],[198,37,100,54],[199,12,100,55,"onPress"],[199,19,100,62],[199,21,100,64,"sendEmail"],[199,30,100,74],[200,12,100,74,"children"],[200,20,100,74],[200,36,101,12],[200,40,101,12,"_reactJsxDevRuntime"],[200,59,101,12],[200,60,101,12,"jsxDEV"],[200,66,101,12],[200,68,101,13,"View"],[200,72,101,17],[200,73,101,17,"default"],[200,80,101,17],[201,14,101,18,"style"],[201,19,101,23],[201,21,101,25,"styles"],[201,27,101,31],[201,28,101,32,"supportCardLeft"],[201,43,101,48],[202,14,101,48,"children"],[202,22,101,48],[202,38,102,14],[202,42,102,14,"_reactJsxDevRuntime"],[202,61,102,14],[202,62,102,14,"jsxDEV"],[202,68,102,14],[202,70,102,15,"View"],[202,74,102,19],[202,75,102,19,"default"],[202,82,102,19],[203,16,102,20,"style"],[203,21,102,25],[203,23,102,27],[203,24,102,28,"styles"],[203,30,102,34],[203,31,102,35,"iconContainer"],[203,44,102,48],[203,46,102,50],[204,18,102,52,"backgroundColor"],[204,33,102,67],[204,35,102,69],[205,16,102,79],[205,17,102,80],[205,18,102,82],[206,16,102,82,"children"],[206,24,102,82],[206,39,103,16],[206,43,103,16,"_reactJsxDevRuntime"],[206,62,103,16],[206,63,103,16,"jsxDEV"],[206,69,103,16],[206,71,103,17,"_expoVectorIcons"],[206,87,103,25],[206,88,103,25,"Ionicons"],[206,96,103,25],[207,18,103,26,"name"],[207,22,103,30],[207,24,103,31],[207,30,103,37],[208,18,103,38,"size"],[208,22,103,42],[208,24,103,44],[208,26,103,47],[209,18,103,48,"color"],[209,23,103,53],[209,25,103,54],[210,16,103,63],[211,18,103,63,"fileName"],[211,26,103,63],[211,28,103,63,"_jsxFileName"],[211,40,103,63],[212,18,103,63,"lineNumber"],[212,28,103,63],[213,18,103,63,"columnNumber"],[213,30,103,63],[214,16,103,63],[214,23,103,65],[215,14,103,66],[216,16,103,66,"fileName"],[216,24,103,66],[216,26,103,66,"_jsxFileName"],[216,38,103,66],[217,16,103,66,"lineNumber"],[217,26,103,66],[218,16,103,66,"columnNumber"],[218,28,103,66],[219,14,103,66],[219,21,104,20],[219,22,104,21],[219,37,105,14],[219,41,105,14,"_reactJsxDevRuntime"],[219,60,105,14],[219,61,105,14,"jsxDEV"],[219,67,105,14],[219,69,105,15,"View"],[219,73,105,19],[219,74,105,19,"default"],[219,81,105,19],[220,16,105,19,"children"],[220,24,105,19],[220,40,106,16],[220,44,106,16,"_reactJsxDevRuntime"],[220,63,106,16],[220,64,106,16,"jsxDEV"],[220,70,106,16],[220,72,106,17,"Text"],[220,76,106,21],[220,77,106,21,"default"],[220,84,106,21],[221,18,106,22,"style"],[221,23,106,27],[221,25,106,29,"styles"],[221,31,106,35],[221,32,106,36,"supportCardTitle"],[221,48,106,53],[222,18,106,53,"children"],[222,26,106,53],[222,28,106,54],[223,16,106,67],[224,18,106,67,"fileName"],[224,26,106,67],[224,28,106,67,"_jsxFileName"],[224,40,106,67],[225,18,106,67,"lineNumber"],[225,28,106,67],[226,18,106,67,"columnNumber"],[226,30,106,67],[227,16,106,67],[227,23,106,73],[227,24,106,74],[227,39,107,16],[227,43,107,16,"_reactJsxDevRuntime"],[227,62,107,16],[227,63,107,16,"jsxDEV"],[227,69,107,16],[227,71,107,17,"Text"],[227,75,107,21],[227,76,107,21,"default"],[227,83,107,21],[228,18,107,22,"style"],[228,23,107,27],[228,25,107,29,"styles"],[228,31,107,35],[228,32,107,36,"supportCardSubtitle"],[228,51,107,56],[229,18,107,56,"children"],[229,26,107,56],[229,28,107,57],[230,16,107,80],[231,18,107,80,"fileName"],[231,26,107,80],[231,28,107,80,"_jsxFileName"],[231,40,107,80],[232,18,107,80,"lineNumber"],[232,28,107,80],[233,18,107,80,"columnNumber"],[233,30,107,80],[234,16,107,80],[234,23,107,86],[234,24,107,87],[235,14,107,87],[236,16,107,87,"fileName"],[236,24,107,87],[236,26,107,87,"_jsxFileName"],[236,38,107,87],[237,16,107,87,"lineNumber"],[237,26,107,87],[238,16,107,87,"columnNumber"],[238,28,107,87],[239,14,107,87],[239,21,108,20],[239,22,108,21],[240,12,108,21],[241,14,108,21,"fileName"],[241,22,108,21],[241,24,108,21,"_jsxFileName"],[241,36,108,21],[242,14,108,21,"lineNumber"],[242,24,108,21],[243,14,108,21,"columnNumber"],[243,26,108,21],[244,12,108,21],[244,19,109,18],[244,20,109,19],[244,35,110,12],[244,39,110,12,"_reactJsxDevRuntime"],[244,58,110,12],[244,59,110,12,"jsxDEV"],[244,65,110,12],[244,67,110,13,"_expoVectorIcons"],[244,83,110,21],[244,84,110,21,"Ionicons"],[244,92,110,21],[245,14,110,22,"name"],[245,18,110,26],[245,20,110,27],[245,37,110,44],[246,14,110,45,"size"],[246,18,110,49],[246,20,110,51],[246,22,110,54],[247,14,110,55,"color"],[247,19,110,60],[247,21,110,61],[248,12,110,70],[249,14,110,70,"fileName"],[249,22,110,70],[249,24,110,70,"_jsxFileName"],[249,36,110,70],[250,14,110,70,"lineNumber"],[250,24,110,70],[251,14,110,70,"columnNumber"],[251,26,110,70],[252,12,110,70],[252,19,110,72],[252,20,110,73],[253,10,110,73],[254,12,110,73,"fileName"],[254,20,110,73],[254,22,110,73,"_jsxFileName"],[254,34,110,73],[255,12,110,73,"lineNumber"],[255,22,110,73],[256,12,110,73,"columnNumber"],[256,24,110,73],[257,10,110,73],[257,17,111,28],[257,18,111,29],[258,8,111,29],[259,10,111,29,"fileName"],[259,18,111,29],[259,20,111,29,"_jsxFileName"],[259,32,111,29],[260,10,111,29,"lineNumber"],[260,20,111,29],[261,10,111,29,"columnNumber"],[261,22,111,29],[262,8,111,29],[262,15,112,14],[262,16,112,15],[262,31,115,8],[262,35,115,8,"_reactJsxDevRuntime"],[262,54,115,8],[262,55,115,8,"jsxDEV"],[262,61,115,8],[262,63,115,9,"View"],[262,67,115,13],[262,68,115,13,"default"],[262,75,115,13],[263,10,115,14,"style"],[263,15,115,19],[263,17,115,21,"styles"],[263,23,115,27],[263,24,115,28,"faqSection"],[263,34,115,39],[264,10,115,39,"children"],[264,18,115,39],[264,34,116,10],[264,38,116,10,"_reactJsxDevRuntime"],[264,57,116,10],[264,58,116,10,"jsxDEV"],[264,64,116,10],[264,66,116,11,"Text"],[264,70,116,15],[264,71,116,15,"default"],[264,78,116,15],[265,12,116,16,"style"],[265,17,116,21],[265,19,116,23,"styles"],[265,25,116,29],[265,26,116,30,"sectionTitle"],[265,38,116,43],[266,12,116,43,"children"],[266,20,116,43],[266,22,116,44],[267,10,116,70],[268,12,116,70,"fileName"],[268,20,116,70],[268,22,116,70,"_jsxFileName"],[268,34,116,70],[269,12,116,70,"lineNumber"],[269,22,116,70],[270,12,116,70,"columnNumber"],[270,24,116,70],[271,10,116,70],[271,17,116,76],[271,18,116,77],[271,20,118,11,"faqs"],[271,24,118,15],[271,25,118,16,"map"],[271,28,118,19],[271,29,118,21,"faq"],[271,32,118,24],[271,49,119,12],[271,53,119,12,"_reactJsxDevRuntime"],[271,72,119,12],[271,73,119,12,"jsxDEV"],[271,79,119,12],[271,81,119,13,"TouchableOpacity"],[271,97,119,29],[271,98,119,29,"default"],[271,105,119,29],[272,12,121,14,"style"],[272,17,121,19],[272,19,121,21,"styles"],[272,25,121,27],[272,26,121,28,"faqCard"],[272,33,121,36],[273,12,122,14,"onPress"],[273,19,122,21],[273,21,122,23,"onPress"],[273,22,122,23],[273,27,122,29,"toggleExpand"],[273,39,122,41],[273,40,122,42,"faq"],[273,43,122,45],[273,44,122,46,"id"],[273,46,122,48],[273,47,122,50],[274,12,122,50,"children"],[274,20,122,50],[274,36,124,14],[274,40,124,14,"_reactJsxDevRuntime"],[274,59,124,14],[274,60,124,14,"jsxDEV"],[274,66,124,14],[274,68,124,15,"View"],[274,72,124,19],[274,73,124,19,"default"],[274,80,124,19],[275,14,124,20,"style"],[275,19,124,25],[275,21,124,27,"styles"],[275,27,124,33],[275,28,124,34,"faqHeader"],[275,37,124,44],[276,14,124,44,"children"],[276,22,124,44],[276,38,125,16],[276,42,125,16,"_reactJsxDevRuntime"],[276,61,125,16],[276,62,125,16,"jsxDEV"],[276,68,125,16],[276,70,125,17,"Text"],[276,74,125,21],[276,75,125,21,"default"],[276,82,125,21],[277,16,125,22,"style"],[277,21,125,27],[277,23,125,29,"styles"],[277,29,125,35],[277,30,125,36,"faqQuestion"],[277,41,125,48],[278,16,125,48,"children"],[278,24,125,48],[278,26,125,50,"faq"],[278,29,125,53],[278,30,125,54,"question"],[279,14,125,62],[280,16,125,62,"fileName"],[280,24,125,62],[280,26,125,62,"_jsxFileName"],[280,38,125,62],[281,16,125,62,"lineNumber"],[281,26,125,62],[282,16,125,62,"columnNumber"],[282,28,125,62],[283,14,125,62],[283,21,125,69],[283,22,125,70],[283,37,126,16],[283,41,126,16,"_reactJsxDevRuntime"],[283,60,126,16],[283,61,126,16,"jsxDEV"],[283,67,126,16],[283,69,126,17,"_expoVectorIcons"],[283,85,126,25],[283,86,126,25,"Ionicons"],[283,94,126,25],[284,16,127,18,"name"],[284,20,127,22],[284,22,127,24,"expandedId"],[284,32,127,34],[284,37,127,39,"faq"],[284,40,127,42],[284,41,127,43,"id"],[284,43,127,45],[284,46,127,48],[284,58,127,60],[284,61,127,63],[284,75,127,78],[285,16,128,18,"size"],[285,20,128,22],[285,22,128,24],[285,24,128,27],[286,16,129,18,"color"],[286,21,129,23],[286,23,129,24],[287,14,129,33],[288,16,129,33,"fileName"],[288,24,129,33],[288,26,129,33,"_jsxFileName"],[288,38,129,33],[289,16,129,33,"lineNumber"],[289,26,129,33],[290,16,129,33,"columnNumber"],[290,28,129,33],[291,14,129,33],[291,21,130,17],[291,22,130,18],[292,12,130,18],[293,14,130,18,"fileName"],[293,22,130,18],[293,24,130,18,"_jsxFileName"],[293,36,130,18],[294,14,130,18,"lineNumber"],[294,24,130,18],[295,14,130,18,"columnNumber"],[295,26,130,18],[296,12,130,18],[296,19,131,20],[296,20,131,21],[296,22,132,15,"expandedId"],[296,32,132,25],[296,37,132,30,"faq"],[296,40,132,33],[296,41,132,34,"id"],[296,43,132,36],[296,60,133,16],[296,64,133,16,"_reactJsxDevRuntime"],[296,83,133,16],[296,84,133,16,"jsxDEV"],[296,90,133,16],[296,92,133,17,"Text"],[296,96,133,21],[296,97,133,21,"default"],[296,104,133,21],[297,14,133,22,"style"],[297,19,133,27],[297,21,133,29,"styles"],[297,27,133,35],[297,28,133,36,"faqAnswer"],[297,37,133,46],[298,14,133,46,"children"],[298,22,133,46],[298,24,133,48,"faq"],[298,27,133,51],[298,28,133,52,"answer"],[299,12,133,58],[300,14,133,58,"fileName"],[300,22,133,58],[300,24,133,58,"_jsxFileName"],[300,36,133,58],[301,14,133,58,"lineNumber"],[301,24,133,58],[302,14,133,58,"columnNumber"],[302,26,133,58],[303,12,133,58],[303,19,133,65],[303,20,134,15],[304,10,134,15],[304,13,120,19,"faq"],[304,16,120,22],[304,17,120,23,"id"],[304,19,120,25],[305,12,120,25,"fileName"],[305,20,120,25],[305,22,120,25,"_jsxFileName"],[305,34,120,25],[306,12,120,25,"lineNumber"],[306,22,120,25],[307,12,120,25,"columnNumber"],[307,24,120,25],[308,10,120,25],[308,17,135,30],[308,18,136,11],[308,19,136,12],[309,8,136,12],[310,10,136,12,"fileName"],[310,18,136,12],[310,20,136,12,"_jsxFileName"],[310,32,136,12],[311,10,136,12,"lineNumber"],[311,20,136,12],[312,10,136,12,"columnNumber"],[312,22,136,12],[313,8,136,12],[313,15,137,14],[313,16,137,15],[313,31,140,8],[313,35,140,8,"_reactJsxDevRuntime"],[313,54,140,8],[313,55,140,8,"jsxDEV"],[313,61,140,8],[313,63,140,9,"View"],[313,67,140,13],[313,68,140,13,"default"],[313,75,140,13],[314,10,140,14,"style"],[314,15,140,19],[314,17,140,21,"styles"],[314,23,140,27],[314,24,140,28,"infoSection"],[314,35,140,40],[315,10,140,40,"children"],[315,18,140,40],[315,34,141,10],[315,38,141,10,"_reactJsxDevRuntime"],[315,57,141,10],[315,58,141,10,"jsxDEV"],[315,64,141,10],[315,66,141,11,"Text"],[315,70,141,15],[315,71,141,15,"default"],[315,78,141,15],[316,12,141,16,"style"],[316,17,141,21],[316,19,141,23,"styles"],[316,25,141,29],[316,26,141,30,"infoText"],[316,34,141,39],[317,12,141,39,"children"],[317,20,141,39],[317,22,141,40],[318,10,141,57],[319,12,141,57,"fileName"],[319,20,141,57],[319,22,141,57,"_jsxFileName"],[319,34,141,57],[320,12,141,57,"lineNumber"],[320,22,141,57],[321,12,141,57,"columnNumber"],[321,24,141,57],[322,10,141,57],[322,17,141,63],[322,18,141,64],[322,33,142,10],[322,37,142,10,"_reactJsxDevRuntime"],[322,56,142,10],[322,57,142,10,"jsxDEV"],[322,63,142,10],[322,65,142,11,"Text"],[322,69,142,15],[322,70,142,15,"default"],[322,77,142,15],[323,12,142,16,"style"],[323,17,142,21],[323,19,142,23,"styles"],[323,25,142,29],[323,26,142,30,"infoText"],[323,34,142,39],[324,12,142,39,"children"],[324,20,142,39],[324,22,142,40],[325,10,142,81],[326,12,142,81,"fileName"],[326,20,142,81],[326,22,142,81,"_jsxFileName"],[326,34,142,81],[327,12,142,81,"lineNumber"],[327,22,142,81],[328,12,142,81,"columnNumber"],[328,24,142,81],[329,10,142,81],[329,17,142,87],[329,18,142,88],[330,8,142,88],[331,10,142,88,"fileName"],[331,18,142,88],[331,20,142,88,"_jsxFileName"],[331,32,142,88],[332,10,142,88,"lineNumber"],[332,20,142,88],[333,10,142,88,"columnNumber"],[333,22,142,88],[334,8,142,88],[334,15,143,14],[334,16,143,15],[335,6,143,15],[336,8,143,15,"fileName"],[336,16,143,15],[336,18,143,15,"_jsxFileName"],[336,30,143,15],[337,8,143,15,"lineNumber"],[337,18,143,15],[338,8,143,15,"columnNumber"],[338,20,143,15],[339,6,143,15],[339,13,144,18],[339,14,144,19],[340,4,144,19],[341,6,144,19,"fileName"],[341,14,144,19],[341,16,144,19,"_jsxFileName"],[341,28,144,19],[342,6,144,19,"lineNumber"],[342,16,144,19],[343,6,144,19,"columnNumber"],[343,18,144,19],[344,4,144,19],[344,11,145,10],[344,12,145,11],[345,2,147,0],[346,2,147,1,"_s"],[346,4,147,1],[346,5,13,24,"HelpScreen"],[346,15,13,34],[347,4,13,34],[347,12,14,17,"useSafeAreaInsets"],[347,39,14,34],[347,40,14,34,"useSafeAreaInsets"],[347,57,14,34],[348,2,14,34],[349,2,14,34,"_c"],[349,4,14,34],[349,7,13,24,"HelpScreen"],[349,17,13,34],[350,2,149,0],[350,8,149,6,"styles"],[350,14,149,12],[350,17,149,15,"StyleSheet"],[350,27,149,25],[350,28,149,25,"default"],[350,35,149,25],[350,36,149,26,"create"],[350,42,149,32],[350,43,149,33],[351,4,150,2,"container"],[351,13,150,11],[351,15,150,13],[352,6,151,4,"flex"],[352,10,151,8],[352,12,151,10],[352,13,151,11],[353,6,152,4,"backgroundColor"],[353,21,152,19],[353,23,152,21],[354,4,153,2],[354,5,153,3],[355,4,154,2,"header"],[355,10,154,8],[355,12,154,10],[356,6,155,4,"flexDirection"],[356,19,155,17],[356,21,155,19],[356,26,155,24],[357,6,156,4,"alignItems"],[357,16,156,14],[357,18,156,16],[357,26,156,24],[358,6,157,4,"justifyContent"],[358,20,157,18],[358,22,157,20],[358,37,157,35],[359,6,158,4,"paddingHorizontal"],[359,23,158,21],[359,25,158,23],[359,27,158,25],[360,6,159,4,"paddingVertical"],[360,21,159,19],[360,23,159,21],[360,25,159,23],[361,6,160,4,"backgroundColor"],[361,21,160,19],[361,23,160,21],[361,29,160,27],[362,6,161,4,"borderBottomWidth"],[362,23,161,21],[362,25,161,23],[362,26,161,24],[363,6,162,4,"borderBottomColor"],[363,23,162,21],[363,25,162,23],[364,4,163,2],[364,5,163,3],[365,4,164,2,"backButton"],[365,14,164,12],[365,16,164,14],[366,6,165,4,"width"],[366,11,165,9],[366,13,165,11],[366,15,165,13],[367,6,166,4,"height"],[367,12,166,10],[367,14,166,12],[367,16,166,14],[368,6,167,4,"borderRadius"],[368,18,167,16],[368,20,167,18],[368,22,167,20],[369,6,168,4,"backgroundColor"],[369,21,168,19],[369,23,168,21],[369,32,168,30],[370,6,169,4,"alignItems"],[370,16,169,14],[370,18,169,16],[370,26,169,24],[371,6,170,4,"justifyContent"],[371,20,170,18],[371,22,170,20],[372,4,171,2],[372,5,171,3],[373,4,172,2,"headerTitle"],[373,15,172,13],[373,17,172,15],[374,6,173,4,"fontSize"],[374,14,173,12],[374,16,173,14],[374,18,173,16],[375,6,174,4,"fontWeight"],[375,16,174,14],[375,18,174,16],[375,23,174,21],[376,6,175,4,"color"],[376,11,175,9],[376,13,175,11],[377,4,176,2],[377,5,176,3],[378,4,177,2,"scrollContent"],[378,17,177,15],[378,19,177,17],[379,6,178,4,"padding"],[379,13,178,11],[379,15,178,13],[379,17,178,15],[380,6,179,4,"paddingBottom"],[380,19,179,17],[380,21,179,19],[381,4,180,2],[381,5,180,3],[382,4,181,2,"supportSection"],[382,18,181,16],[382,20,181,18],[383,6,182,4,"marginBottom"],[383,18,182,16],[383,20,182,18],[384,4,183,2],[384,5,183,3],[385,4,184,2,"sectionTitle"],[385,16,184,14],[385,18,184,16],[386,6,185,4,"fontSize"],[386,14,185,12],[386,16,185,14],[386,18,185,16],[387,6,186,4,"fontWeight"],[387,16,186,14],[387,18,186,16],[387,23,186,21],[388,6,187,4,"color"],[388,11,187,9],[388,13,187,11],[388,22,187,20],[389,6,188,4,"marginBottom"],[389,18,188,16],[389,20,188,18],[390,4,189,2],[390,5,189,3],[391,4,190,2,"supportCard"],[391,15,190,13],[391,17,190,15],[392,6,191,4,"flexDirection"],[392,19,191,17],[392,21,191,19],[392,26,191,24],[393,6,192,4,"alignItems"],[393,16,192,14],[393,18,192,16],[393,26,192,24],[394,6,193,4,"justifyContent"],[394,20,193,18],[394,22,193,20],[394,37,193,35],[395,6,194,4,"backgroundColor"],[395,21,194,19],[395,23,194,21],[395,29,194,27],[396,6,195,4,"padding"],[396,13,195,11],[396,15,195,13],[396,17,195,15],[397,6,196,4,"borderRadius"],[397,18,196,16],[397,20,196,18],[397,22,196,20],[398,6,197,4,"marginBottom"],[398,18,197,16],[398,20,197,18],[398,21,197,19],[399,6,198,4,"shadowColor"],[399,17,198,15],[399,19,198,17],[399,25,198,23],[400,6,199,4,"shadowOffset"],[400,18,199,16],[400,20,199,18],[401,8,199,20,"width"],[401,13,199,25],[401,15,199,27],[401,16,199,28],[402,8,199,30,"height"],[402,14,199,36],[402,16,199,38],[403,6,199,40],[403,7,199,41],[404,6,200,4,"shadowOpacity"],[404,19,200,17],[404,21,200,19],[404,25,200,23],[405,6,201,4,"shadowRadius"],[405,18,201,16],[405,20,201,18],[405,21,201,19],[406,6,202,4,"elevation"],[406,15,202,13],[406,17,202,15],[407,4,203,2],[407,5,203,3],[408,4,204,2,"supportCardLeft"],[408,19,204,17],[408,21,204,19],[409,6,205,4,"flexDirection"],[409,19,205,17],[409,21,205,19],[409,26,205,24],[410,6,206,4,"alignItems"],[410,16,206,14],[410,18,206,16],[410,26,206,24],[411,6,207,4,"flex"],[411,10,207,8],[411,12,207,10],[412,4,208,2],[412,5,208,3],[413,4,209,2,"iconContainer"],[413,17,209,15],[413,19,209,17],[414,6,210,4,"width"],[414,11,210,9],[414,13,210,11],[414,15,210,13],[415,6,211,4,"height"],[415,12,211,10],[415,14,211,12],[415,16,211,14],[416,6,212,4,"borderRadius"],[416,18,212,16],[416,20,212,18],[416,22,212,20],[417,6,213,4,"alignItems"],[417,16,213,14],[417,18,213,16],[417,26,213,24],[418,6,214,4,"justifyContent"],[418,20,214,18],[418,22,214,20],[418,30,214,28],[419,6,215,4,"marginRight"],[419,17,215,15],[419,19,215,17],[420,4,216,2],[420,5,216,3],[421,4,217,2,"supportCardTitle"],[421,20,217,18],[421,22,217,20],[422,6,218,4,"fontSize"],[422,14,218,12],[422,16,218,14],[422,18,218,16],[423,6,219,4,"fontWeight"],[423,16,219,14],[423,18,219,16],[423,23,219,21],[424,6,220,4,"color"],[424,11,220,9],[424,13,220,11],[424,22,220,20],[425,6,221,4,"marginBottom"],[425,18,221,16],[425,20,221,18],[426,4,222,2],[426,5,222,3],[427,4,223,2,"supportCardSubtitle"],[427,23,223,21],[427,25,223,23],[428,6,224,4,"fontSize"],[428,14,224,12],[428,16,224,14],[428,18,224,16],[429,6,225,4,"color"],[429,11,225,9],[429,13,225,11],[430,4,226,2],[430,5,226,3],[431,4,227,2,"faqSection"],[431,14,227,12],[431,16,227,14],[432,6,228,4,"marginBottom"],[432,18,228,16],[432,20,228,18],[433,4,229,2],[433,5,229,3],[434,4,230,2,"faqCard"],[434,11,230,9],[434,13,230,11],[435,6,231,4,"backgroundColor"],[435,21,231,19],[435,23,231,21],[435,29,231,27],[436,6,232,4,"padding"],[436,13,232,11],[436,15,232,13],[436,17,232,15],[437,6,233,4,"borderRadius"],[437,18,233,16],[437,20,233,18],[437,22,233,20],[438,6,234,4,"marginBottom"],[438,18,234,16],[438,20,234,18],[438,21,234,19],[439,6,235,4,"shadowColor"],[439,17,235,15],[439,19,235,17],[439,25,235,23],[440,6,236,4,"shadowOffset"],[440,18,236,16],[440,20,236,18],[441,8,236,20,"width"],[441,13,236,25],[441,15,236,27],[441,16,236,28],[442,8,236,30,"height"],[442,14,236,36],[442,16,236,38],[443,6,236,40],[443,7,236,41],[444,6,237,4,"shadowOpacity"],[444,19,237,17],[444,21,237,19],[444,25,237,23],[445,6,238,4,"shadowRadius"],[445,18,238,16],[445,20,238,18],[445,21,238,19],[446,6,239,4,"elevation"],[446,15,239,13],[446,17,239,15],[447,4,240,2],[447,5,240,3],[448,4,241,2,"faqHeader"],[448,13,241,11],[448,15,241,13],[449,6,242,4,"flexDirection"],[449,19,242,17],[449,21,242,19],[449,26,242,24],[450,6,243,4,"justifyContent"],[450,20,243,18],[450,22,243,20],[450,37,243,35],[451,6,244,4,"alignItems"],[451,16,244,14],[451,18,244,16],[452,4,245,2],[452,5,245,3],[453,4,246,2,"faqQuestion"],[453,15,246,13],[453,17,246,15],[454,6,247,4,"fontSize"],[454,14,247,12],[454,16,247,14],[454,18,247,16],[455,6,248,4,"fontWeight"],[455,16,248,14],[455,18,248,16],[455,23,248,21],[456,6,249,4,"color"],[456,11,249,9],[456,13,249,11],[456,22,249,20],[457,6,250,4,"flex"],[457,10,250,8],[457,12,250,10],[457,13,250,11],[458,6,251,4,"marginRight"],[458,17,251,15],[458,19,251,17],[459,4,252,2],[459,5,252,3],[460,4,253,2,"faqAnswer"],[460,13,253,11],[460,15,253,13],[461,6,254,4,"fontSize"],[461,14,254,12],[461,16,254,14],[461,18,254,16],[462,6,255,4,"color"],[462,11,255,9],[462,13,255,11],[462,22,255,20],[463,6,256,4,"lineHeight"],[463,16,256,14],[463,18,256,16],[463,20,256,18],[464,6,257,4,"marginTop"],[464,15,257,13],[464,17,257,15],[464,19,257,17],[465,6,258,4,"paddingTop"],[465,16,258,14],[465,18,258,16],[465,20,258,18],[466,6,259,4,"borderTopWidth"],[466,20,259,18],[466,22,259,20],[466,23,259,21],[467,6,260,4,"borderTopColor"],[467,20,260,18],[467,22,260,20],[468,4,261,2],[468,5,261,3],[469,4,262,2,"infoSection"],[469,15,262,13],[469,17,262,15],[470,6,263,4,"alignItems"],[470,16,263,14],[470,18,263,16],[470,26,263,24],[471,6,264,4,"paddingVertical"],[471,21,264,19],[471,23,264,21],[472,4,265,2],[472,5,265,3],[473,4,266,2,"infoText"],[473,12,266,10],[473,14,266,12],[474,6,267,4,"fontSize"],[474,14,267,12],[474,16,267,14],[474,18,267,16],[475,6,268,4,"color"],[475,11,268,9],[475,13,268,11],[475,22,268,20],[476,6,269,4,"marginBottom"],[476,18,269,16],[476,20,269,18],[477,4,270,2],[478,2,271,0],[478,3,271,1],[478,4,271,2],[479,2,271,3],[479,6,271,3,"_c"],[479,8,271,3],[480,2,271,3,"$RefreshReg$"],[480,14,271,3],[480,15,271,3,"_c"],[480,17,271,3],[481,0,271,3],[481,3]],"functionMap":{"names":["","HelpScreen","toggleExpand","openSupport","sendEmail","TouchableOpacity.props.onPress","faqs.map$argument_0"],"mappings":"AAA;eCY;uBC+C;GDE;sBEE;GFE;oBGE;GHE;mCIK,yBJ;oBK2C;uBDI,0BC;WLc;CDW"},"hasCjsExports":false},"type":"js/module"}]} \ No newline at end of file diff --git a/frontend/.metro-cache/cache/ab/0409da74c9ea87bad4cc8963cbf04c1dce84e8aa4c6ef3a5d0ac5bd461d9e4f4a66a55 b/frontend/.metro-cache/cache/ab/0409da74c9ea87bad4cc8963cbf04c1dce84e8aa4c6ef3a5d0ac5bd461d9e4f4a66a55 new file mode 100644 index 00000000..2d812c75 --- /dev/null +++ b/frontend/.metro-cache/cache/ab/0409da74c9ea87bad4cc8963cbf04c1dce84e8aa4c6ef3a5d0ac5bd461d9e4f4a66a55 @@ -0,0 +1 @@ +{"dependencies":[{"name":"@babel/runtime/helpers/asyncToGenerator","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"YisBBiy2Xm9DEVdFebZ2nbgAHBo=","exportNames":["*"],"imports":1}},{"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":179}}],"key":"KyzuX10g6ixS9UfynhmjlvCIG3g=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":12,"column":0,"index":180},"end":{"line":12,"column":46,"index":226}}],"key":"ow7vkrqkIckRjlSi/+MhMmRYtUE=","exportNames":["*"],"imports":1}},{"name":"react-native-safe-area-context","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0,"index":227},"end":{"line":13,"column":67,"index":294}}],"key":"XjdTKvCUWX6CbQzg5fSDHG/WgHk=","exportNames":["*"],"imports":1}},{"name":"../contexts/AuthContext","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":14,"column":0,"index":295},"end":{"line":14,"column":50,"index":345}}],"key":"oNCgyH4yx4pAIVZXLqqRGB2kuCY=","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/ChangePasswordScreen.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 ChangePasswordScreen;\n }\n });\n var _babelRuntimeHelpersAsyncToGenerator = require(_dependencyMap[0], \"@babel/runtime/helpers/asyncToGenerator\");\n var _asyncToGenerator = _interopDefault(_babelRuntimeHelpersAsyncToGenerator);\n var _babelRuntimeHelpersSlicedToArray = require(_dependencyMap[1], \"@babel/runtime/helpers/slicedToArray\");\n var _slicedToArray = _interopDefault(_babelRuntimeHelpersSlicedToArray);\n var _react = require(_dependencyMap[2], \"react\");\n var _reactNative = require(_dependencyMap[3], \"react-native\");\n var _expoVectorIcons = require(_dependencyMap[4], \"@expo/vector-icons\");\n var _reactNativeSafeAreaContext = require(_dependencyMap[5], \"react-native-safe-area-context\");\n var _contextsAuthContext = require(_dependencyMap[6], \"../contexts/AuthContext\");\n var _reactJsxDevRuntime = require(_dependencyMap[7], \"react/jsx-dev-runtime\");\n function ChangePasswordScreen(_ref) {\n _s();\n var navigation = _ref.navigation;\n var insets = (0, _reactNativeSafeAreaContext.useSafeAreaInsets)();\n var _useAuth = (0, _contextsAuthContext.useAuth)(),\n user = _useAuth.user;\n var _useState = (0, _react.useState)(false),\n _useState2 = (0, _slicedToArray.default)(_useState, 2),\n loading = _useState2[0],\n setLoading = _useState2[1];\n var _useState3 = (0, _react.useState)(''),\n _useState4 = (0, _slicedToArray.default)(_useState3, 2),\n currentPassword = _useState4[0],\n setCurrentPassword = _useState4[1];\n var _useState5 = (0, _react.useState)(''),\n _useState6 = (0, _slicedToArray.default)(_useState5, 2),\n newPassword = _useState6[0],\n setNewPassword = _useState6[1];\n var _useState7 = (0, _react.useState)(''),\n _useState8 = (0, _slicedToArray.default)(_useState7, 2),\n confirmPassword = _useState8[0],\n setConfirmPassword = _useState8[1];\n var _useState9 = (0, _react.useState)(false),\n _useState0 = (0, _slicedToArray.default)(_useState9, 2),\n showCurrent = _useState0[0],\n setShowCurrent = _useState0[1];\n var _useState1 = (0, _react.useState)(false),\n _useState10 = (0, _slicedToArray.default)(_useState1, 2),\n showNew = _useState10[0],\n setShowNew = _useState10[1];\n var _useState11 = (0, _react.useState)(false),\n _useState12 = (0, _slicedToArray.default)(_useState11, 2),\n showConfirm = _useState12[0],\n setShowConfirm = _useState12[1];\n var handleChangePassword = /*#__PURE__*/function () {\n var _ref2 = (0, _asyncToGenerator.default)(function* () {\n if (!currentPassword || !newPassword || !confirmPassword) {\n _reactNative.Alert.alert('Error', 'Please fill in all fields');\n return;\n }\n if (newPassword !== confirmPassword) {\n _reactNative.Alert.alert('Error', 'New passwords do not match');\n return;\n }\n if (newPassword.length < 8) {\n _reactNative.Alert.alert('Error', 'Password must be at least 8 characters');\n return;\n }\n setLoading(true);\n try {\n var backendUrl = \"https://digital-kurdistan.preview.emergentagent.com\" || 'http://localhost:8001';\n var response = yield fetch(`${backendUrl}/api/auth/change-password`, {\n method: 'POST',\n headers: {\n 'Content-Type': 'application/json'\n },\n body: JSON.stringify({\n user_id: user?.user_id,\n current_password: currentPassword,\n new_password: newPassword\n })\n });\n if (response.ok) {\n _reactNative.Alert.alert('Success', 'Password changed successfully!', [{\n text: 'OK',\n onPress: () => navigation.goBack()\n }]);\n } else {\n _reactNative.Alert.alert('Error', 'Failed to change password');\n }\n } catch (error) {\n _reactNative.Alert.alert('Error', 'Network error occurred');\n } finally {\n setLoading(false);\n }\n });\n return function handleChangePassword() {\n return _ref2.apply(this, arguments);\n };\n }();\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: [styles.container, {\n paddingTop: insets.top\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.header,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n onPress: () => navigation.goBack(),\n style: styles.backButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"arrow-back\",\n size: 24,\n color: \"#1F2937\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 76,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 75,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.headerTitle,\n children: \"Change Password\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 78,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: {\n width: 40\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 79,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 74,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.ScrollView, {\n contentContainerStyle: styles.scrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.infoBox,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"information-circle\",\n size: 20,\n color: \"#3B82F6\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 84,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.infoText,\n children: \"Password must be at least 8 characters long\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 85,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 83,\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.label,\n children: \"Current Password\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 91,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.passwordContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TextInput, {\n style: styles.passwordInput,\n value: currentPassword,\n onChangeText: setCurrentPassword,\n placeholder: \"Enter current password\",\n secureTextEntry: !showCurrent,\n autoCapitalize: \"none\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 93,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n onPress: () => setShowCurrent(!showCurrent),\n style: styles.eyeButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: showCurrent ? 'eye-off' : 'eye',\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 105,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 101,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 92,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 90,\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.label,\n children: \"New Password\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 115,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.passwordContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TextInput, {\n style: styles.passwordInput,\n value: newPassword,\n onChangeText: setNewPassword,\n placeholder: \"Enter new password\",\n secureTextEntry: !showNew,\n autoCapitalize: \"none\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 117,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n onPress: () => setShowNew(!showNew),\n style: styles.eyeButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: showNew ? 'eye-off' : 'eye',\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 129,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 125,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 116,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 114,\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.label,\n children: \"Confirm New Password\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 139,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.passwordContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TextInput, {\n style: styles.passwordInput,\n value: confirmPassword,\n onChangeText: setConfirmPassword,\n placeholder: \"Confirm new password\",\n secureTextEntry: !showConfirm,\n autoCapitalize: \"none\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 141,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n onPress: () => setShowConfirm(!showConfirm),\n style: styles.eyeButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: showConfirm ? 'eye-off' : 'eye',\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 153,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 149,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 140,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 138,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: [styles.saveButton, loading && styles.saveButtonDisabled],\n onPress: handleChangePassword,\n disabled: loading,\n children: loading ? /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.ActivityIndicator, {\n color: \"#FFF\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 168,\n columnNumber: 13\n }, this) : /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.saveButtonText,\n children: \"Change Password\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 170,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 162,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 82,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 73,\n columnNumber: 5\n }, this);\n }\n _s(ChangePasswordScreen, \"+yRQisd2Yq4sC+hyXIvFoizq1nA=\", false, function () {\n return [_reactNativeSafeAreaContext.useSafeAreaInsets, _contextsAuthContext.useAuth];\n });\n _c = ChangePasswordScreen;\n var styles = _reactNative.StyleSheet.create({\n container: {\n flex: 1,\n backgroundColor: '#F8F9FA'\n },\n header: {\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'space-between',\n paddingHorizontal: 16,\n paddingVertical: 16,\n backgroundColor: '#FFF',\n borderBottomWidth: 1,\n borderBottomColor: '#E5E7EB'\n },\n backButton: {\n width: 40,\n height: 40,\n borderRadius: 20,\n backgroundColor: '#F3F4F6',\n alignItems: 'center',\n justifyContent: 'center'\n },\n headerTitle: {\n fontSize: 18,\n fontWeight: '700',\n color: '#1F2937'\n },\n scrollContent: {\n padding: 16,\n paddingBottom: 80\n },\n infoBox: {\n flexDirection: 'row',\n alignItems: 'center',\n backgroundColor: '#DBEAFE',\n padding: 12,\n borderRadius: 8,\n marginBottom: 24\n },\n infoText: {\n fontSize: 14,\n color: '#1E40AF',\n marginLeft: 8,\n flex: 1\n },\n section: {\n marginBottom: 20\n },\n label: {\n fontSize: 14,\n fontWeight: '600',\n color: '#374151',\n marginBottom: 8\n },\n passwordContainer: {\n flexDirection: 'row',\n alignItems: 'center',\n backgroundColor: '#FFF',\n borderRadius: 12,\n borderWidth: 1,\n borderColor: '#E5E7EB'\n },\n passwordInput: {\n flex: 1,\n padding: 16,\n fontSize: 16\n },\n eyeButton: {\n padding: 12\n },\n saveButton: {\n backgroundColor: '#EE2A35',\n padding: 16,\n borderRadius: 12,\n alignItems: 'center',\n marginTop: 24\n },\n saveButtonDisabled: {\n opacity: 0.6\n },\n saveButtonText: {\n fontSize: 16,\n fontWeight: '600',\n color: '#FFF'\n }\n });\n var _c;\n $RefreshReg$(_c, \"ChangePasswordScreen\");\n});","lineCount":447,"map":[[14,2,16,15,"Object"],[14,8,16,15],[14,9,16,15,"defineProperty"],[14,23,16,15],[14,24,16,15,"exports"],[14,31,16,15],[15,4,16,15,"enumerable"],[15,14,16,15],[16,4,16,15,"get"],[16,7,16,15],[16,18,16,15,"get"],[16,19,16,15],[17,6,16,15],[17,13,16,15,"ChangePasswordScreen"],[17,33,16,15],[18,4,16,15],[19,2,16,15],[20,2,176,1],[20,6,176,1,"_babelRuntimeHelpersAsyncToGenerator"],[20,42,176,1],[20,45,176,1,"require"],[20,52,176,1],[20,53,176,1,"_dependencyMap"],[20,67,176,1],[21,2,176,1],[21,6,176,1,"_asyncToGenerator"],[21,23,176,1],[21,26,176,1,"_interopDefault"],[21,41,176,1],[21,42,176,1,"_babelRuntimeHelpersAsyncToGenerator"],[21,78,176,1],[22,2,176,1],[22,6,176,1,"_babelRuntimeHelpersSlicedToArray"],[22,39,176,1],[22,42,176,1,"require"],[22,49,176,1],[22,50,176,1,"_dependencyMap"],[22,64,176,1],[23,2,176,1],[23,6,176,1,"_slicedToArray"],[23,20,176,1],[23,23,176,1,"_interopDefault"],[23,38,176,1],[23,39,176,1,"_babelRuntimeHelpersSlicedToArray"],[23,72,176,1],[24,2,1,0],[24,6,1,0,"_react"],[24,12,1,0],[24,15,1,0,"require"],[24,22,1,0],[24,23,1,0,"_dependencyMap"],[24,37,1,0],[25,2,2,0],[25,6,2,0,"_reactNative"],[25,18,2,0],[25,21,2,0,"require"],[25,28,2,0],[25,29,2,0,"_dependencyMap"],[25,43,2,0],[26,2,12,0],[26,6,12,0,"_expoVectorIcons"],[26,22,12,0],[26,25,12,0,"require"],[26,32,12,0],[26,33,12,0,"_dependencyMap"],[26,47,12,0],[27,2,13,0],[27,6,13,0,"_reactNativeSafeAreaContext"],[27,33,13,0],[27,36,13,0,"require"],[27,43,13,0],[27,44,13,0,"_dependencyMap"],[27,58,13,0],[28,2,14,0],[28,6,14,0,"_contextsAuthContext"],[28,26,14,0],[28,29,14,0,"require"],[28,36,14,0],[28,37,14,0,"_dependencyMap"],[28,51,14,0],[29,2,14,50],[29,6,14,50,"_reactJsxDevRuntime"],[29,25,14,50],[29,28,14,50,"require"],[29,35,14,50],[29,36,14,50,"_dependencyMap"],[29,50,14,50],[30,2,16,15],[30,11,16,24,"ChangePasswordScreen"],[30,31,16,44,"ChangePasswordScreen"],[30,32,16,44,"_ref"],[30,36,16,44],[30,38,16,66],[31,4,16,66,"_s"],[31,6,16,66],[32,4,16,66],[32,8,16,47,"navigation"],[32,18,16,57],[32,21,16,57,"_ref"],[32,25,16,57],[32,26,16,47,"navigation"],[32,36,16,57],[33,4,17,2],[33,8,17,8,"insets"],[33,14,17,14],[33,17,17,17],[33,21,17,17,"useSafeAreaInsets"],[33,48,17,34],[33,49,17,34,"useSafeAreaInsets"],[33,66,17,34],[33,68,17,35],[33,69,17,36],[34,4,18,2],[34,8,18,2,"_useAuth"],[34,16,18,2],[34,19,18,19],[34,23,18,19,"useAuth"],[34,43,18,26],[34,44,18,26,"useAuth"],[34,51,18,26],[34,53,18,27],[34,54,18,28],[35,6,18,10,"user"],[35,10,18,14],[35,13,18,14,"_useAuth"],[35,21,18,14],[35,22,18,10,"user"],[35,26,18,14],[36,4,19,2],[36,8,19,2,"_useState"],[36,17,19,2],[36,20,19,32],[36,24,19,32,"useState"],[36,30,19,40],[36,31,19,40,"useState"],[36,39,19,40],[36,41,19,41],[36,46,19,46],[36,47,19,47],[37,6,19,47,"_useState2"],[37,16,19,47],[37,23,19,47,"_slicedToArray"],[37,37,19,47],[37,38,19,47,"default"],[37,45,19,47],[37,47,19,47,"_useState"],[37,56,19,47],[38,6,19,9,"loading"],[38,13,19,16],[38,16,19,16,"_useState2"],[38,26,19,16],[39,6,19,18,"setLoading"],[39,16,19,28],[39,19,19,28,"_useState2"],[39,29,19,28],[40,4,20,2],[40,8,20,2,"_useState3"],[40,18,20,2],[40,21,20,48],[40,25,20,48,"useState"],[40,31,20,56],[40,32,20,56,"useState"],[40,40,20,56],[40,42,20,57],[40,44,20,59],[40,45,20,60],[41,6,20,60,"_useState4"],[41,16,20,60],[41,23,20,60,"_slicedToArray"],[41,37,20,60],[41,38,20,60,"default"],[41,45,20,60],[41,47,20,60,"_useState3"],[41,57,20,60],[42,6,20,9,"currentPassword"],[42,21,20,24],[42,24,20,24,"_useState4"],[42,34,20,24],[43,6,20,26,"setCurrentPassword"],[43,24,20,44],[43,27,20,44,"_useState4"],[43,37,20,44],[44,4,21,2],[44,8,21,2,"_useState5"],[44,18,21,2],[44,21,21,40],[44,25,21,40,"useState"],[44,31,21,48],[44,32,21,48,"useState"],[44,40,21,48],[44,42,21,49],[44,44,21,51],[44,45,21,52],[45,6,21,52,"_useState6"],[45,16,21,52],[45,23,21,52,"_slicedToArray"],[45,37,21,52],[45,38,21,52,"default"],[45,45,21,52],[45,47,21,52,"_useState5"],[45,57,21,52],[46,6,21,9,"newPassword"],[46,17,21,20],[46,20,21,20,"_useState6"],[46,30,21,20],[47,6,21,22,"setNewPassword"],[47,20,21,36],[47,23,21,36,"_useState6"],[47,33,21,36],[48,4,22,2],[48,8,22,2,"_useState7"],[48,18,22,2],[48,21,22,48],[48,25,22,48,"useState"],[48,31,22,56],[48,32,22,56,"useState"],[48,40,22,56],[48,42,22,57],[48,44,22,59],[48,45,22,60],[49,6,22,60,"_useState8"],[49,16,22,60],[49,23,22,60,"_slicedToArray"],[49,37,22,60],[49,38,22,60,"default"],[49,45,22,60],[49,47,22,60,"_useState7"],[49,57,22,60],[50,6,22,9,"confirmPassword"],[50,21,22,24],[50,24,22,24,"_useState8"],[50,34,22,24],[51,6,22,26,"setConfirmPassword"],[51,24,22,44],[51,27,22,44,"_useState8"],[51,37,22,44],[52,4,23,2],[52,8,23,2,"_useState9"],[52,18,23,2],[52,21,23,40],[52,25,23,40,"useState"],[52,31,23,48],[52,32,23,48,"useState"],[52,40,23,48],[52,42,23,49],[52,47,23,54],[52,48,23,55],[53,6,23,55,"_useState0"],[53,16,23,55],[53,23,23,55,"_slicedToArray"],[53,37,23,55],[53,38,23,55,"default"],[53,45,23,55],[53,47,23,55,"_useState9"],[53,57,23,55],[54,6,23,9,"showCurrent"],[54,17,23,20],[54,20,23,20,"_useState0"],[54,30,23,20],[55,6,23,22,"setShowCurrent"],[55,20,23,36],[55,23,23,36,"_useState0"],[55,33,23,36],[56,4,24,2],[56,8,24,2,"_useState1"],[56,18,24,2],[56,21,24,32],[56,25,24,32,"useState"],[56,31,24,40],[56,32,24,40,"useState"],[56,40,24,40],[56,42,24,41],[56,47,24,46],[56,48,24,47],[57,6,24,47,"_useState10"],[57,17,24,47],[57,24,24,47,"_slicedToArray"],[57,38,24,47],[57,39,24,47,"default"],[57,46,24,47],[57,48,24,47,"_useState1"],[57,58,24,47],[58,6,24,9,"showNew"],[58,13,24,16],[58,16,24,16,"_useState10"],[58,27,24,16],[59,6,24,18,"setShowNew"],[59,16,24,28],[59,19,24,28,"_useState10"],[59,30,24,28],[60,4,25,2],[60,8,25,2,"_useState11"],[60,19,25,2],[60,22,25,40],[60,26,25,40,"useState"],[60,32,25,48],[60,33,25,48,"useState"],[60,41,25,48],[60,43,25,49],[60,48,25,54],[60,49,25,55],[61,6,25,55,"_useState12"],[61,17,25,55],[61,24,25,55,"_slicedToArray"],[61,38,25,55],[61,39,25,55,"default"],[61,46,25,55],[61,48,25,55,"_useState11"],[61,59,25,55],[62,6,25,9,"showConfirm"],[62,17,25,20],[62,20,25,20,"_useState12"],[62,31,25,20],[63,6,25,22,"setShowConfirm"],[63,20,25,36],[63,23,25,36,"_useState12"],[63,34,25,36],[64,4,27,2],[64,8,27,8,"handleChangePassword"],[64,28,27,28],[65,6,27,28],[65,10,27,28,"_ref2"],[65,15,27,28],[65,22,27,28,"_asyncToGenerator"],[65,39,27,28],[65,40,27,28,"default"],[65,47,27,28],[65,49,27,31],[65,62,27,43],[66,8,28,4],[66,12,28,8],[66,13,28,9,"currentPassword"],[66,28,28,24],[66,32,28,28],[66,33,28,29,"newPassword"],[66,44,28,40],[66,48,28,44],[66,49,28,45,"confirmPassword"],[66,64,28,60],[66,66,28,62],[67,10,29,6,"Alert"],[67,22,29,11],[67,23,29,11,"Alert"],[67,28,29,11],[67,29,29,12,"alert"],[67,34,29,17],[67,35,29,18],[67,42,29,25],[67,44,29,27],[67,71,29,54],[67,72,29,55],[68,10,30,6],[69,8,31,4],[70,8,33,4],[70,12,33,8,"newPassword"],[70,23,33,19],[70,28,33,24,"confirmPassword"],[70,43,33,39],[70,45,33,41],[71,10,34,6,"Alert"],[71,22,34,11],[71,23,34,11,"Alert"],[71,28,34,11],[71,29,34,12,"alert"],[71,34,34,17],[71,35,34,18],[71,42,34,25],[71,44,34,27],[71,72,34,55],[71,73,34,56],[72,10,35,6],[73,8,36,4],[74,8,38,4],[74,12,38,8,"newPassword"],[74,23,38,19],[74,24,38,20,"length"],[74,30,38,26],[74,33,38,29],[74,34,38,30],[74,36,38,32],[75,10,39,6,"Alert"],[75,22,39,11],[75,23,39,11,"Alert"],[75,28,39,11],[75,29,39,12,"alert"],[75,34,39,17],[75,35,39,18],[75,42,39,25],[75,44,39,27],[75,84,39,67],[75,85,39,68],[76,10,40,6],[77,8,41,4],[78,8,43,4,"setLoading"],[78,18,43,14],[78,19,43,15],[78,23,43,19],[78,24,43,20],[79,8,44,4],[79,12,44,8],[80,10,45,6],[80,14,45,12,"backendUrl"],[80,24,45,22],[80,27,45,25],[80,84,45,64],[80,107,45,87],[81,10,46,6],[81,14,46,12,"response"],[81,22,46,20],[81,31,46,29,"fetch"],[81,36,46,34],[81,37,46,35],[81,40,46,38,"backendUrl"],[81,50,46,48],[81,77,46,75],[81,79,46,77],[82,12,47,8,"method"],[82,18,47,14],[82,20,47,16],[82,26,47,22],[83,12,48,8,"headers"],[83,19,48,15],[83,21,48,17],[84,14,49,10],[84,28,49,24],[84,30,49,26],[85,12,50,8],[85,13,50,9],[86,12,51,8,"body"],[86,16,51,12],[86,18,51,14,"JSON"],[86,22,51,18],[86,23,51,19,"stringify"],[86,32,51,28],[86,33,51,29],[87,14,52,10,"user_id"],[87,21,52,17],[87,23,52,19,"user"],[87,27,52,23],[87,29,52,25,"user_id"],[87,36,52,32],[88,14,53,10,"current_password"],[88,30,53,26],[88,32,53,28,"currentPassword"],[88,47,53,43],[89,14,54,10,"new_password"],[89,26,54,22],[89,28,54,24,"newPassword"],[90,12,55,8],[90,13,55,9],[91,10,56,6],[91,11,56,7],[91,12,56,8],[92,10,58,6],[92,14,58,10,"response"],[92,22,58,18],[92,23,58,19,"ok"],[92,25,58,21],[92,27,58,23],[93,12,59,8,"Alert"],[93,24,59,13],[93,25,59,13,"Alert"],[93,30,59,13],[93,31,59,14,"alert"],[93,36,59,19],[93,37,59,20],[93,46,59,29],[93,48,59,31],[93,80,59,63],[93,82,59,65],[93,83,60,10],[94,14,60,12,"text"],[94,18,60,16],[94,20,60,18],[94,24,60,22],[95,14,60,24,"onPress"],[95,21,60,31],[95,23,60,33,"onPress"],[95,24,60,33],[95,29,60,39,"navigation"],[95,39,60,49],[95,40,60,50,"goBack"],[95,46,60,56],[95,47,60,57],[96,12,60,59],[96,13,60,60],[96,14,61,9],[96,15,61,10],[97,10,62,6],[97,11,62,7],[97,17,62,13],[98,12,63,8,"Alert"],[98,24,63,13],[98,25,63,13,"Alert"],[98,30,63,13],[98,31,63,14,"alert"],[98,36,63,19],[98,37,63,20],[98,44,63,27],[98,46,63,29],[98,73,63,56],[98,74,63,57],[99,10,64,6],[100,8,65,4],[100,9,65,5],[100,10,65,6],[100,17,65,13,"error"],[100,22,65,18],[100,24,65,20],[101,10,66,6,"Alert"],[101,22,66,11],[101,23,66,11,"Alert"],[101,28,66,11],[101,29,66,12,"alert"],[101,34,66,17],[101,35,66,18],[101,42,66,25],[101,44,66,27],[101,68,66,51],[101,69,66,52],[102,8,67,4],[102,9,67,5],[102,18,67,14],[103,10,68,6,"setLoading"],[103,20,68,16],[103,21,68,17],[103,26,68,22],[103,27,68,23],[104,8,69,4],[105,6,70,2],[105,7,70,3],[106,6,70,3],[106,22,27,8,"handleChangePassword"],[106,42,27,28,"handleChangePassword"],[106,43,27,28],[107,8,27,28],[107,15,27,28,"_ref2"],[107,20,27,28],[107,21,27,28,"apply"],[107,26,27,28],[107,33,27,28,"arguments"],[107,42,27,28],[108,6,27,28],[109,4,27,28],[109,7,70,3],[110,4,72,2],[110,24,73,4],[110,28,73,4,"_reactJsxDevRuntime"],[110,47,73,4],[110,48,73,4,"jsxDEV"],[110,54,73,4],[110,56,73,5,"_reactNative"],[110,68,73,9],[110,69,73,9,"View"],[110,73,73,9],[111,6,73,10,"style"],[111,11,73,15],[111,13,73,17],[111,14,73,18,"styles"],[111,20,73,24],[111,21,73,25,"container"],[111,30,73,34],[111,32,73,36],[112,8,73,38,"paddingTop"],[112,18,73,48],[112,20,73,50,"insets"],[112,26,73,56],[112,27,73,57,"top"],[113,6,73,61],[113,7,73,62],[113,8,73,64],[114,6,73,64,"children"],[114,14,73,64],[114,30,74,6],[114,34,74,6,"_reactJsxDevRuntime"],[114,53,74,6],[114,54,74,6,"jsxDEV"],[114,60,74,6],[114,62,74,7,"_reactNative"],[114,74,74,11],[114,75,74,11,"View"],[114,79,74,11],[115,8,74,12,"style"],[115,13,74,17],[115,15,74,19,"styles"],[115,21,74,25],[115,22,74,26,"header"],[115,28,74,33],[116,8,74,33,"children"],[116,16,74,33],[116,32,75,8],[116,36,75,8,"_reactJsxDevRuntime"],[116,55,75,8],[116,56,75,8,"jsxDEV"],[116,62,75,8],[116,64,75,9,"_reactNative"],[116,76,75,25],[116,77,75,25,"TouchableOpacity"],[116,93,75,25],[117,10,75,26,"onPress"],[117,17,75,33],[117,19,75,35,"onPress"],[117,20,75,35],[117,25,75,41,"navigation"],[117,35,75,51],[117,36,75,52,"goBack"],[117,42,75,58],[117,43,75,59],[117,44,75,61],[118,10,75,62,"style"],[118,15,75,67],[118,17,75,69,"styles"],[118,23,75,75],[118,24,75,76,"backButton"],[118,34,75,87],[119,10,75,87,"children"],[119,18,75,87],[119,33,76,10],[119,37,76,10,"_reactJsxDevRuntime"],[119,56,76,10],[119,57,76,10,"jsxDEV"],[119,63,76,10],[119,65,76,11,"_expoVectorIcons"],[119,81,76,19],[119,82,76,19,"Ionicons"],[119,90,76,19],[120,12,76,20,"name"],[120,16,76,24],[120,18,76,25],[120,30,76,37],[121,12,76,38,"size"],[121,16,76,42],[121,18,76,44],[121,20,76,47],[122,12,76,48,"color"],[122,17,76,53],[122,19,76,54],[123,10,76,63],[124,12,76,63,"fileName"],[124,20,76,63],[124,22,76,63,"_jsxFileName"],[124,34,76,63],[125,12,76,63,"lineNumber"],[125,22,76,63],[126,12,76,63,"columnNumber"],[126,24,76,63],[127,10,76,63],[127,17,76,65],[128,8,76,66],[129,10,76,66,"fileName"],[129,18,76,66],[129,20,76,66,"_jsxFileName"],[129,32,76,66],[130,10,76,66,"lineNumber"],[130,20,76,66],[131,10,76,66,"columnNumber"],[131,22,76,66],[132,8,76,66],[132,15,77,26],[132,16,77,27],[132,31,78,8],[132,35,78,8,"_reactJsxDevRuntime"],[132,54,78,8],[132,55,78,8,"jsxDEV"],[132,61,78,8],[132,63,78,9,"_reactNative"],[132,75,78,13],[132,76,78,13,"Text"],[132,80,78,13],[133,10,78,14,"style"],[133,15,78,19],[133,17,78,21,"styles"],[133,23,78,27],[133,24,78,28,"headerTitle"],[133,35,78,40],[134,10,78,40,"children"],[134,18,78,40],[134,20,78,41],[135,8,78,56],[136,10,78,56,"fileName"],[136,18,78,56],[136,20,78,56,"_jsxFileName"],[136,32,78,56],[137,10,78,56,"lineNumber"],[137,20,78,56],[138,10,78,56,"columnNumber"],[138,22,78,56],[139,8,78,56],[139,15,78,62],[139,16,78,63],[139,31,79,8],[139,35,79,8,"_reactJsxDevRuntime"],[139,54,79,8],[139,55,79,8,"jsxDEV"],[139,61,79,8],[139,63,79,9,"_reactNative"],[139,75,79,13],[139,76,79,13,"View"],[139,80,79,13],[140,10,79,14,"style"],[140,15,79,19],[140,17,79,21],[141,12,79,23,"width"],[141,17,79,28],[141,19,79,30],[142,10,79,33],[143,8,79,35],[144,10,79,35,"fileName"],[144,18,79,35],[144,20,79,35,"_jsxFileName"],[144,32,79,35],[145,10,79,35,"lineNumber"],[145,20,79,35],[146,10,79,35,"columnNumber"],[146,22,79,35],[147,8,79,35],[147,15,79,37],[147,16,79,38],[148,6,79,38],[149,8,79,38,"fileName"],[149,16,79,38],[149,18,79,38,"_jsxFileName"],[149,30,79,38],[150,8,79,38,"lineNumber"],[150,18,79,38],[151,8,79,38,"columnNumber"],[151,20,79,38],[152,6,79,38],[152,13,80,12],[152,14,80,13],[152,29,82,6],[152,33,82,6,"_reactJsxDevRuntime"],[152,52,82,6],[152,53,82,6,"jsxDEV"],[152,59,82,6],[152,61,82,7,"_reactNative"],[152,73,82,17],[152,74,82,17,"ScrollView"],[152,84,82,17],[153,8,82,18,"contentContainerStyle"],[153,29,82,39],[153,31,82,41,"styles"],[153,37,82,47],[153,38,82,48,"scrollContent"],[153,51,82,62],[154,8,82,62,"children"],[154,16,82,62],[154,32,83,8],[154,36,83,8,"_reactJsxDevRuntime"],[154,55,83,8],[154,56,83,8,"jsxDEV"],[154,62,83,8],[154,64,83,9,"_reactNative"],[154,76,83,13],[154,77,83,13,"View"],[154,81,83,13],[155,10,83,14,"style"],[155,15,83,19],[155,17,83,21,"styles"],[155,23,83,27],[155,24,83,28,"infoBox"],[155,31,83,36],[156,10,83,36,"children"],[156,18,83,36],[156,34,84,10],[156,38,84,10,"_reactJsxDevRuntime"],[156,57,84,10],[156,58,84,10,"jsxDEV"],[156,64,84,10],[156,66,84,11,"_expoVectorIcons"],[156,82,84,19],[156,83,84,19,"Ionicons"],[156,91,84,19],[157,12,84,20,"name"],[157,16,84,24],[157,18,84,25],[157,38,84,45],[158,12,84,46,"size"],[158,16,84,50],[158,18,84,52],[158,20,84,55],[159,12,84,56,"color"],[159,17,84,61],[159,19,84,62],[160,10,84,71],[161,12,84,71,"fileName"],[161,20,84,71],[161,22,84,71,"_jsxFileName"],[161,34,84,71],[162,12,84,71,"lineNumber"],[162,22,84,71],[163,12,84,71,"columnNumber"],[163,24,84,71],[164,10,84,71],[164,17,84,73],[164,18,84,74],[164,33,85,10],[164,37,85,10,"_reactJsxDevRuntime"],[164,56,85,10],[164,57,85,10,"jsxDEV"],[164,63,85,10],[164,65,85,11,"_reactNative"],[164,77,85,15],[164,78,85,15,"Text"],[164,82,85,15],[165,12,85,16,"style"],[165,17,85,21],[165,19,85,23,"styles"],[165,25,85,29],[165,26,85,30,"infoText"],[165,34,85,39],[166,12,85,39,"children"],[166,20,85,39],[166,22,85,40],[167,10,87,10],[168,12,87,10,"fileName"],[168,20,87,10],[168,22,87,10,"_jsxFileName"],[168,34,87,10],[169,12,87,10,"lineNumber"],[169,22,87,10],[170,12,87,10,"columnNumber"],[170,24,87,10],[171,10,87,10],[171,17,87,16],[171,18,87,17],[172,8,87,17],[173,10,87,17,"fileName"],[173,18,87,17],[173,20,87,17,"_jsxFileName"],[173,32,87,17],[174,10,87,17,"lineNumber"],[174,20,87,17],[175,10,87,17,"columnNumber"],[175,22,87,17],[176,8,87,17],[176,15,88,14],[176,16,88,15],[176,31,90,8],[176,35,90,8,"_reactJsxDevRuntime"],[176,54,90,8],[176,55,90,8,"jsxDEV"],[176,61,90,8],[176,63,90,9,"_reactNative"],[176,75,90,13],[176,76,90,13,"View"],[176,80,90,13],[177,10,90,14,"style"],[177,15,90,19],[177,17,90,21,"styles"],[177,23,90,27],[177,24,90,28,"section"],[177,31,90,36],[178,10,90,36,"children"],[178,18,90,36],[178,34,91,10],[178,38,91,10,"_reactJsxDevRuntime"],[178,57,91,10],[178,58,91,10,"jsxDEV"],[178,64,91,10],[178,66,91,11,"_reactNative"],[178,78,91,15],[178,79,91,15,"Text"],[178,83,91,15],[179,12,91,16,"style"],[179,17,91,21],[179,19,91,23,"styles"],[179,25,91,29],[179,26,91,30,"label"],[179,31,91,36],[180,12,91,36,"children"],[180,20,91,36],[180,22,91,37],[181,10,91,53],[182,12,91,53,"fileName"],[182,20,91,53],[182,22,91,53,"_jsxFileName"],[182,34,91,53],[183,12,91,53,"lineNumber"],[183,22,91,53],[184,12,91,53,"columnNumber"],[184,24,91,53],[185,10,91,53],[185,17,91,59],[185,18,91,60],[185,33,92,10],[185,37,92,10,"_reactJsxDevRuntime"],[185,56,92,10],[185,57,92,10,"jsxDEV"],[185,63,92,10],[185,65,92,11,"_reactNative"],[185,77,92,15],[185,78,92,15,"View"],[185,82,92,15],[186,12,92,16,"style"],[186,17,92,21],[186,19,92,23,"styles"],[186,25,92,29],[186,26,92,30,"passwordContainer"],[186,43,92,48],[187,12,92,48,"children"],[187,20,92,48],[187,36,93,12],[187,40,93,12,"_reactJsxDevRuntime"],[187,59,93,12],[187,60,93,12,"jsxDEV"],[187,66,93,12],[187,68,93,13,"_reactNative"],[187,80,93,22],[187,81,93,22,"TextInput"],[187,90,93,22],[188,14,94,14,"style"],[188,19,94,19],[188,21,94,21,"styles"],[188,27,94,27],[188,28,94,28,"passwordInput"],[188,41,94,42],[189,14,95,14,"value"],[189,19,95,19],[189,21,95,21,"currentPassword"],[189,36,95,37],[190,14,96,14,"onChangeText"],[190,26,96,26],[190,28,96,28,"setCurrentPassword"],[190,46,96,47],[191,14,97,14,"placeholder"],[191,25,97,25],[191,27,97,26],[191,51,97,50],[192,14,98,14,"secureTextEntry"],[192,29,98,29],[192,31,98,31],[192,32,98,32,"showCurrent"],[192,43,98,44],[193,14,99,14,"autoCapitalize"],[193,28,99,28],[193,30,99,29],[194,12,99,35],[195,14,99,35,"fileName"],[195,22,99,35],[195,24,99,35,"_jsxFileName"],[195,36,99,35],[196,14,99,35,"lineNumber"],[196,24,99,35],[197,14,99,35,"columnNumber"],[197,26,99,35],[198,12,99,35],[198,19,100,13],[198,20,100,14],[198,35,101,12],[198,39,101,12,"_reactJsxDevRuntime"],[198,58,101,12],[198,59,101,12,"jsxDEV"],[198,65,101,12],[198,67,101,13,"_reactNative"],[198,79,101,29],[198,80,101,29,"TouchableOpacity"],[198,96,101,29],[199,14,102,14,"onPress"],[199,21,102,21],[199,23,102,23,"onPress"],[199,24,102,23],[199,29,102,29,"setShowCurrent"],[199,43,102,43],[199,44,102,44],[199,45,102,45,"showCurrent"],[199,56,102,56],[199,57,102,58],[200,14,103,14,"style"],[200,19,103,19],[200,21,103,21,"styles"],[200,27,103,27],[200,28,103,28,"eyeButton"],[200,37,103,38],[201,14,103,38,"children"],[201,22,103,38],[201,37,105,14],[201,41,105,14,"_reactJsxDevRuntime"],[201,60,105,14],[201,61,105,14,"jsxDEV"],[201,67,105,14],[201,69,105,15,"_expoVectorIcons"],[201,85,105,23],[201,86,105,23,"Ionicons"],[201,94,105,23],[202,16,106,16,"name"],[202,20,106,20],[202,22,106,22,"showCurrent"],[202,33,106,33],[202,36,106,36],[202,45,106,45],[202,48,106,48],[202,53,106,54],[203,16,107,16,"size"],[203,20,107,20],[203,22,107,22],[203,24,107,25],[204,16,108,16,"color"],[204,21,108,21],[204,23,108,22],[205,14,108,31],[206,16,108,31,"fileName"],[206,24,108,31],[206,26,108,31,"_jsxFileName"],[206,38,108,31],[207,16,108,31,"lineNumber"],[207,26,108,31],[208,16,108,31,"columnNumber"],[208,28,108,31],[209,14,108,31],[209,21,109,15],[210,12,109,16],[211,14,109,16,"fileName"],[211,22,109,16],[211,24,109,16,"_jsxFileName"],[211,36,109,16],[212,14,109,16,"lineNumber"],[212,24,109,16],[213,14,109,16,"columnNumber"],[213,26,109,16],[214,12,109,16],[214,19,110,30],[214,20,110,31],[215,10,110,31],[216,12,110,31,"fileName"],[216,20,110,31],[216,22,110,31,"_jsxFileName"],[216,34,110,31],[217,12,110,31,"lineNumber"],[217,22,110,31],[218,12,110,31,"columnNumber"],[218,24,110,31],[219,10,110,31],[219,17,111,16],[219,18,111,17],[220,8,111,17],[221,10,111,17,"fileName"],[221,18,111,17],[221,20,111,17,"_jsxFileName"],[221,32,111,17],[222,10,111,17,"lineNumber"],[222,20,111,17],[223,10,111,17,"columnNumber"],[223,22,111,17],[224,8,111,17],[224,15,112,14],[224,16,112,15],[224,31,114,8],[224,35,114,8,"_reactJsxDevRuntime"],[224,54,114,8],[224,55,114,8,"jsxDEV"],[224,61,114,8],[224,63,114,9,"_reactNative"],[224,75,114,13],[224,76,114,13,"View"],[224,80,114,13],[225,10,114,14,"style"],[225,15,114,19],[225,17,114,21,"styles"],[225,23,114,27],[225,24,114,28,"section"],[225,31,114,36],[226,10,114,36,"children"],[226,18,114,36],[226,34,115,10],[226,38,115,10,"_reactJsxDevRuntime"],[226,57,115,10],[226,58,115,10,"jsxDEV"],[226,64,115,10],[226,66,115,11,"_reactNative"],[226,78,115,15],[226,79,115,15,"Text"],[226,83,115,15],[227,12,115,16,"style"],[227,17,115,21],[227,19,115,23,"styles"],[227,25,115,29],[227,26,115,30,"label"],[227,31,115,36],[228,12,115,36,"children"],[228,20,115,36],[228,22,115,37],[229,10,115,49],[230,12,115,49,"fileName"],[230,20,115,49],[230,22,115,49,"_jsxFileName"],[230,34,115,49],[231,12,115,49,"lineNumber"],[231,22,115,49],[232,12,115,49,"columnNumber"],[232,24,115,49],[233,10,115,49],[233,17,115,55],[233,18,115,56],[233,33,116,10],[233,37,116,10,"_reactJsxDevRuntime"],[233,56,116,10],[233,57,116,10,"jsxDEV"],[233,63,116,10],[233,65,116,11,"_reactNative"],[233,77,116,15],[233,78,116,15,"View"],[233,82,116,15],[234,12,116,16,"style"],[234,17,116,21],[234,19,116,23,"styles"],[234,25,116,29],[234,26,116,30,"passwordContainer"],[234,43,116,48],[235,12,116,48,"children"],[235,20,116,48],[235,36,117,12],[235,40,117,12,"_reactJsxDevRuntime"],[235,59,117,12],[235,60,117,12,"jsxDEV"],[235,66,117,12],[235,68,117,13,"_reactNative"],[235,80,117,22],[235,81,117,22,"TextInput"],[235,90,117,22],[236,14,118,14,"style"],[236,19,118,19],[236,21,118,21,"styles"],[236,27,118,27],[236,28,118,28,"passwordInput"],[236,41,118,42],[237,14,119,14,"value"],[237,19,119,19],[237,21,119,21,"newPassword"],[237,32,119,33],[238,14,120,14,"onChangeText"],[238,26,120,26],[238,28,120,28,"setNewPassword"],[238,42,120,43],[239,14,121,14,"placeholder"],[239,25,121,25],[239,27,121,26],[239,47,121,46],[240,14,122,14,"secureTextEntry"],[240,29,122,29],[240,31,122,31],[240,32,122,32,"showNew"],[240,39,122,40],[241,14,123,14,"autoCapitalize"],[241,28,123,28],[241,30,123,29],[242,12,123,35],[243,14,123,35,"fileName"],[243,22,123,35],[243,24,123,35,"_jsxFileName"],[243,36,123,35],[244,14,123,35,"lineNumber"],[244,24,123,35],[245,14,123,35,"columnNumber"],[245,26,123,35],[246,12,123,35],[246,19,124,13],[246,20,124,14],[246,35,125,12],[246,39,125,12,"_reactJsxDevRuntime"],[246,58,125,12],[246,59,125,12,"jsxDEV"],[246,65,125,12],[246,67,125,13,"_reactNative"],[246,79,125,29],[246,80,125,29,"TouchableOpacity"],[246,96,125,29],[247,14,126,14,"onPress"],[247,21,126,21],[247,23,126,23,"onPress"],[247,24,126,23],[247,29,126,29,"setShowNew"],[247,39,126,39],[247,40,126,40],[247,41,126,41,"showNew"],[247,48,126,48],[247,49,126,50],[248,14,127,14,"style"],[248,19,127,19],[248,21,127,21,"styles"],[248,27,127,27],[248,28,127,28,"eyeButton"],[248,37,127,38],[249,14,127,38,"children"],[249,22,127,38],[249,37,129,14],[249,41,129,14,"_reactJsxDevRuntime"],[249,60,129,14],[249,61,129,14,"jsxDEV"],[249,67,129,14],[249,69,129,15,"_expoVectorIcons"],[249,85,129,23],[249,86,129,23,"Ionicons"],[249,94,129,23],[250,16,130,16,"name"],[250,20,130,20],[250,22,130,22,"showNew"],[250,29,130,29],[250,32,130,32],[250,41,130,41],[250,44,130,44],[250,49,130,50],[251,16,131,16,"size"],[251,20,131,20],[251,22,131,22],[251,24,131,25],[252,16,132,16,"color"],[252,21,132,21],[252,23,132,22],[253,14,132,31],[254,16,132,31,"fileName"],[254,24,132,31],[254,26,132,31,"_jsxFileName"],[254,38,132,31],[255,16,132,31,"lineNumber"],[255,26,132,31],[256,16,132,31,"columnNumber"],[256,28,132,31],[257,14,132,31],[257,21,133,15],[258,12,133,16],[259,14,133,16,"fileName"],[259,22,133,16],[259,24,133,16,"_jsxFileName"],[259,36,133,16],[260,14,133,16,"lineNumber"],[260,24,133,16],[261,14,133,16,"columnNumber"],[261,26,133,16],[262,12,133,16],[262,19,134,30],[262,20,134,31],[263,10,134,31],[264,12,134,31,"fileName"],[264,20,134,31],[264,22,134,31,"_jsxFileName"],[264,34,134,31],[265,12,134,31,"lineNumber"],[265,22,134,31],[266,12,134,31,"columnNumber"],[266,24,134,31],[267,10,134,31],[267,17,135,16],[267,18,135,17],[268,8,135,17],[269,10,135,17,"fileName"],[269,18,135,17],[269,20,135,17,"_jsxFileName"],[269,32,135,17],[270,10,135,17,"lineNumber"],[270,20,135,17],[271,10,135,17,"columnNumber"],[271,22,135,17],[272,8,135,17],[272,15,136,14],[272,16,136,15],[272,31,138,8],[272,35,138,8,"_reactJsxDevRuntime"],[272,54,138,8],[272,55,138,8,"jsxDEV"],[272,61,138,8],[272,63,138,9,"_reactNative"],[272,75,138,13],[272,76,138,13,"View"],[272,80,138,13],[273,10,138,14,"style"],[273,15,138,19],[273,17,138,21,"styles"],[273,23,138,27],[273,24,138,28,"section"],[273,31,138,36],[274,10,138,36,"children"],[274,18,138,36],[274,34,139,10],[274,38,139,10,"_reactJsxDevRuntime"],[274,57,139,10],[274,58,139,10,"jsxDEV"],[274,64,139,10],[274,66,139,11,"_reactNative"],[274,78,139,15],[274,79,139,15,"Text"],[274,83,139,15],[275,12,139,16,"style"],[275,17,139,21],[275,19,139,23,"styles"],[275,25,139,29],[275,26,139,30,"label"],[275,31,139,36],[276,12,139,36,"children"],[276,20,139,36],[276,22,139,37],[277,10,139,57],[278,12,139,57,"fileName"],[278,20,139,57],[278,22,139,57,"_jsxFileName"],[278,34,139,57],[279,12,139,57,"lineNumber"],[279,22,139,57],[280,12,139,57,"columnNumber"],[280,24,139,57],[281,10,139,57],[281,17,139,63],[281,18,139,64],[281,33,140,10],[281,37,140,10,"_reactJsxDevRuntime"],[281,56,140,10],[281,57,140,10,"jsxDEV"],[281,63,140,10],[281,65,140,11,"_reactNative"],[281,77,140,15],[281,78,140,15,"View"],[281,82,140,15],[282,12,140,16,"style"],[282,17,140,21],[282,19,140,23,"styles"],[282,25,140,29],[282,26,140,30,"passwordContainer"],[282,43,140,48],[283,12,140,48,"children"],[283,20,140,48],[283,36,141,12],[283,40,141,12,"_reactJsxDevRuntime"],[283,59,141,12],[283,60,141,12,"jsxDEV"],[283,66,141,12],[283,68,141,13,"_reactNative"],[283,80,141,22],[283,81,141,22,"TextInput"],[283,90,141,22],[284,14,142,14,"style"],[284,19,142,19],[284,21,142,21,"styles"],[284,27,142,27],[284,28,142,28,"passwordInput"],[284,41,142,42],[285,14,143,14,"value"],[285,19,143,19],[285,21,143,21,"confirmPassword"],[285,36,143,37],[286,14,144,14,"onChangeText"],[286,26,144,26],[286,28,144,28,"setConfirmPassword"],[286,46,144,47],[287,14,145,14,"placeholder"],[287,25,145,25],[287,27,145,26],[287,49,145,48],[288,14,146,14,"secureTextEntry"],[288,29,146,29],[288,31,146,31],[288,32,146,32,"showConfirm"],[288,43,146,44],[289,14,147,14,"autoCapitalize"],[289,28,147,28],[289,30,147,29],[290,12,147,35],[291,14,147,35,"fileName"],[291,22,147,35],[291,24,147,35,"_jsxFileName"],[291,36,147,35],[292,14,147,35,"lineNumber"],[292,24,147,35],[293,14,147,35,"columnNumber"],[293,26,147,35],[294,12,147,35],[294,19,148,13],[294,20,148,14],[294,35,149,12],[294,39,149,12,"_reactJsxDevRuntime"],[294,58,149,12],[294,59,149,12,"jsxDEV"],[294,65,149,12],[294,67,149,13,"_reactNative"],[294,79,149,29],[294,80,149,29,"TouchableOpacity"],[294,96,149,29],[295,14,150,14,"onPress"],[295,21,150,21],[295,23,150,23,"onPress"],[295,24,150,23],[295,29,150,29,"setShowConfirm"],[295,43,150,43],[295,44,150,44],[295,45,150,45,"showConfirm"],[295,56,150,56],[295,57,150,58],[296,14,151,14,"style"],[296,19,151,19],[296,21,151,21,"styles"],[296,27,151,27],[296,28,151,28,"eyeButton"],[296,37,151,38],[297,14,151,38,"children"],[297,22,151,38],[297,37,153,14],[297,41,153,14,"_reactJsxDevRuntime"],[297,60,153,14],[297,61,153,14,"jsxDEV"],[297,67,153,14],[297,69,153,15,"_expoVectorIcons"],[297,85,153,23],[297,86,153,23,"Ionicons"],[297,94,153,23],[298,16,154,16,"name"],[298,20,154,20],[298,22,154,22,"showConfirm"],[298,33,154,33],[298,36,154,36],[298,45,154,45],[298,48,154,48],[298,53,154,54],[299,16,155,16,"size"],[299,20,155,20],[299,22,155,22],[299,24,155,25],[300,16,156,16,"color"],[300,21,156,21],[300,23,156,22],[301,14,156,31],[302,16,156,31,"fileName"],[302,24,156,31],[302,26,156,31,"_jsxFileName"],[302,38,156,31],[303,16,156,31,"lineNumber"],[303,26,156,31],[304,16,156,31,"columnNumber"],[304,28,156,31],[305,14,156,31],[305,21,157,15],[306,12,157,16],[307,14,157,16,"fileName"],[307,22,157,16],[307,24,157,16,"_jsxFileName"],[307,36,157,16],[308,14,157,16,"lineNumber"],[308,24,157,16],[309,14,157,16,"columnNumber"],[309,26,157,16],[310,12,157,16],[310,19,158,30],[310,20,158,31],[311,10,158,31],[312,12,158,31,"fileName"],[312,20,158,31],[312,22,158,31,"_jsxFileName"],[312,34,158,31],[313,12,158,31,"lineNumber"],[313,22,158,31],[314,12,158,31,"columnNumber"],[314,24,158,31],[315,10,158,31],[315,17,159,16],[315,18,159,17],[316,8,159,17],[317,10,159,17,"fileName"],[317,18,159,17],[317,20,159,17,"_jsxFileName"],[317,32,159,17],[318,10,159,17,"lineNumber"],[318,20,159,17],[319,10,159,17,"columnNumber"],[319,22,159,17],[320,8,159,17],[320,15,160,14],[320,16,160,15],[320,31,162,8],[320,35,162,8,"_reactJsxDevRuntime"],[320,54,162,8],[320,55,162,8,"jsxDEV"],[320,61,162,8],[320,63,162,9,"_reactNative"],[320,75,162,25],[320,76,162,25,"TouchableOpacity"],[320,92,162,25],[321,10,163,10,"style"],[321,15,163,15],[321,17,163,17],[321,18,163,18,"styles"],[321,24,163,24],[321,25,163,25,"saveButton"],[321,35,163,35],[321,37,163,37,"loading"],[321,44,163,44],[321,48,163,48,"styles"],[321,54,163,54],[321,55,163,55,"saveButtonDisabled"],[321,73,163,73],[321,74,163,75],[322,10,164,10,"onPress"],[322,17,164,17],[322,19,164,19,"handleChangePassword"],[322,39,164,40],[323,10,165,10,"disabled"],[323,18,165,18],[323,20,165,20,"loading"],[323,27,165,28],[324,10,165,28,"children"],[324,18,165,28],[324,20,167,11,"loading"],[324,27,167,18],[324,43,168,12],[324,47,168,12,"_reactJsxDevRuntime"],[324,66,168,12],[324,67,168,12,"jsxDEV"],[324,73,168,12],[324,75,168,13,"_reactNative"],[324,87,168,30],[324,88,168,30,"ActivityIndicator"],[324,105,168,30],[325,12,168,31,"color"],[325,17,168,36],[325,19,168,37],[326,10,168,43],[327,12,168,43,"fileName"],[327,20,168,43],[327,22,168,43,"_jsxFileName"],[327,34,168,43],[328,12,168,43,"lineNumber"],[328,22,168,43],[329,12,168,43,"columnNumber"],[329,24,168,43],[330,10,168,43],[330,17,168,45],[330,18,168,46],[330,34,170,12],[330,38,170,12,"_reactJsxDevRuntime"],[330,57,170,12],[330,58,170,12,"jsxDEV"],[330,64,170,12],[330,66,170,13,"_reactNative"],[330,78,170,17],[330,79,170,17,"Text"],[330,83,170,17],[331,12,170,18,"style"],[331,17,170,23],[331,19,170,25,"styles"],[331,25,170,31],[331,26,170,32,"saveButtonText"],[331,40,170,47],[332,12,170,47,"children"],[332,20,170,47],[332,22,170,48],[333,10,170,63],[334,12,170,63,"fileName"],[334,20,170,63],[334,22,170,63,"_jsxFileName"],[334,34,170,63],[335,12,170,63,"lineNumber"],[335,22,170,63],[336,12,170,63,"columnNumber"],[336,24,170,63],[337,10,170,63],[337,17,170,69],[338,8,171,11],[339,10,171,11,"fileName"],[339,18,171,11],[339,20,171,11,"_jsxFileName"],[339,32,171,11],[340,10,171,11,"lineNumber"],[340,20,171,11],[341,10,171,11,"columnNumber"],[341,22,171,11],[342,8,171,11],[342,15,172,26],[342,16,172,27],[343,6,172,27],[344,8,172,27,"fileName"],[344,16,172,27],[344,18,172,27,"_jsxFileName"],[344,30,172,27],[345,8,172,27,"lineNumber"],[345,18,172,27],[346,8,172,27,"columnNumber"],[346,20,172,27],[347,6,172,27],[347,13,173,18],[347,14,173,19],[348,4,173,19],[349,6,173,19,"fileName"],[349,14,173,19],[349,16,173,19,"_jsxFileName"],[349,28,173,19],[350,6,173,19,"lineNumber"],[350,16,173,19],[351,6,173,19,"columnNumber"],[351,18,173,19],[352,4,173,19],[352,11,174,10],[352,12,174,11],[353,2,176,0],[354,2,176,1,"_s"],[354,4,176,1],[354,5,16,24,"ChangePasswordScreen"],[354,25,16,44],[355,4,16,44],[355,12,17,17,"useSafeAreaInsets"],[355,39,17,34],[355,40,17,34,"useSafeAreaInsets"],[355,57,17,34],[355,59,18,19,"useAuth"],[355,79,18,26],[355,80,18,26,"useAuth"],[355,87,18,26],[356,2,18,26],[357,2,18,26,"_c"],[357,4,18,26],[357,7,16,24,"ChangePasswordScreen"],[357,27,16,44],[358,2,178,0],[358,6,178,6,"styles"],[358,12,178,12],[358,15,178,15,"StyleSheet"],[358,27,178,25],[358,28,178,25,"StyleSheet"],[358,38,178,25],[358,39,178,26,"create"],[358,45,178,32],[358,46,178,33],[359,4,179,2,"container"],[359,13,179,11],[359,15,179,13],[360,6,180,4,"flex"],[360,10,180,8],[360,12,180,10],[360,13,180,11],[361,6,181,4,"backgroundColor"],[361,21,181,19],[361,23,181,21],[362,4,182,2],[362,5,182,3],[363,4,183,2,"header"],[363,10,183,8],[363,12,183,10],[364,6,184,4,"flexDirection"],[364,19,184,17],[364,21,184,19],[364,26,184,24],[365,6,185,4,"alignItems"],[365,16,185,14],[365,18,185,16],[365,26,185,24],[366,6,186,4,"justifyContent"],[366,20,186,18],[366,22,186,20],[366,37,186,35],[367,6,187,4,"paddingHorizontal"],[367,23,187,21],[367,25,187,23],[367,27,187,25],[368,6,188,4,"paddingVertical"],[368,21,188,19],[368,23,188,21],[368,25,188,23],[369,6,189,4,"backgroundColor"],[369,21,189,19],[369,23,189,21],[369,29,189,27],[370,6,190,4,"borderBottomWidth"],[370,23,190,21],[370,25,190,23],[370,26,190,24],[371,6,191,4,"borderBottomColor"],[371,23,191,21],[371,25,191,23],[372,4,192,2],[372,5,192,3],[373,4,193,2,"backButton"],[373,14,193,12],[373,16,193,14],[374,6,194,4,"width"],[374,11,194,9],[374,13,194,11],[374,15,194,13],[375,6,195,4,"height"],[375,12,195,10],[375,14,195,12],[375,16,195,14],[376,6,196,4,"borderRadius"],[376,18,196,16],[376,20,196,18],[376,22,196,20],[377,6,197,4,"backgroundColor"],[377,21,197,19],[377,23,197,21],[377,32,197,30],[378,6,198,4,"alignItems"],[378,16,198,14],[378,18,198,16],[378,26,198,24],[379,6,199,4,"justifyContent"],[379,20,199,18],[379,22,199,20],[380,4,200,2],[380,5,200,3],[381,4,201,2,"headerTitle"],[381,15,201,13],[381,17,201,15],[382,6,202,4,"fontSize"],[382,14,202,12],[382,16,202,14],[382,18,202,16],[383,6,203,4,"fontWeight"],[383,16,203,14],[383,18,203,16],[383,23,203,21],[384,6,204,4,"color"],[384,11,204,9],[384,13,204,11],[385,4,205,2],[385,5,205,3],[386,4,206,2,"scrollContent"],[386,17,206,15],[386,19,206,17],[387,6,207,4,"padding"],[387,13,207,11],[387,15,207,13],[387,17,207,15],[388,6,208,4,"paddingBottom"],[388,19,208,17],[388,21,208,19],[389,4,209,2],[389,5,209,3],[390,4,210,2,"infoBox"],[390,11,210,9],[390,13,210,11],[391,6,211,4,"flexDirection"],[391,19,211,17],[391,21,211,19],[391,26,211,24],[392,6,212,4,"alignItems"],[392,16,212,14],[392,18,212,16],[392,26,212,24],[393,6,213,4,"backgroundColor"],[393,21,213,19],[393,23,213,21],[393,32,213,30],[394,6,214,4,"padding"],[394,13,214,11],[394,15,214,13],[394,17,214,15],[395,6,215,4,"borderRadius"],[395,18,215,16],[395,20,215,18],[395,21,215,19],[396,6,216,4,"marginBottom"],[396,18,216,16],[396,20,216,18],[397,4,217,2],[397,5,217,3],[398,4,218,2,"infoText"],[398,12,218,10],[398,14,218,12],[399,6,219,4,"fontSize"],[399,14,219,12],[399,16,219,14],[399,18,219,16],[400,6,220,4,"color"],[400,11,220,9],[400,13,220,11],[400,22,220,20],[401,6,221,4,"marginLeft"],[401,16,221,14],[401,18,221,16],[401,19,221,17],[402,6,222,4,"flex"],[402,10,222,8],[402,12,222,10],[403,4,223,2],[403,5,223,3],[404,4,224,2,"section"],[404,11,224,9],[404,13,224,11],[405,6,225,4,"marginBottom"],[405,18,225,16],[405,20,225,18],[406,4,226,2],[406,5,226,3],[407,4,227,2,"label"],[407,9,227,7],[407,11,227,9],[408,6,228,4,"fontSize"],[408,14,228,12],[408,16,228,14],[408,18,228,16],[409,6,229,4,"fontWeight"],[409,16,229,14],[409,18,229,16],[409,23,229,21],[410,6,230,4,"color"],[410,11,230,9],[410,13,230,11],[410,22,230,20],[411,6,231,4,"marginBottom"],[411,18,231,16],[411,20,231,18],[412,4,232,2],[412,5,232,3],[413,4,233,2,"passwordContainer"],[413,21,233,19],[413,23,233,21],[414,6,234,4,"flexDirection"],[414,19,234,17],[414,21,234,19],[414,26,234,24],[415,6,235,4,"alignItems"],[415,16,235,14],[415,18,235,16],[415,26,235,24],[416,6,236,4,"backgroundColor"],[416,21,236,19],[416,23,236,21],[416,29,236,27],[417,6,237,4,"borderRadius"],[417,18,237,16],[417,20,237,18],[417,22,237,20],[418,6,238,4,"borderWidth"],[418,17,238,15],[418,19,238,17],[418,20,238,18],[419,6,239,4,"borderColor"],[419,17,239,15],[419,19,239,17],[420,4,240,2],[420,5,240,3],[421,4,241,2,"passwordInput"],[421,17,241,15],[421,19,241,17],[422,6,242,4,"flex"],[422,10,242,8],[422,12,242,10],[422,13,242,11],[423,6,243,4,"padding"],[423,13,243,11],[423,15,243,13],[423,17,243,15],[424,6,244,4,"fontSize"],[424,14,244,12],[424,16,244,14],[425,4,245,2],[425,5,245,3],[426,4,246,2,"eyeButton"],[426,13,246,11],[426,15,246,13],[427,6,247,4,"padding"],[427,13,247,11],[427,15,247,13],[428,4,248,2],[428,5,248,3],[429,4,249,2,"saveButton"],[429,14,249,12],[429,16,249,14],[430,6,250,4,"backgroundColor"],[430,21,250,19],[430,23,250,21],[430,32,250,30],[431,6,251,4,"padding"],[431,13,251,11],[431,15,251,13],[431,17,251,15],[432,6,252,4,"borderRadius"],[432,18,252,16],[432,20,252,18],[432,22,252,20],[433,6,253,4,"alignItems"],[433,16,253,14],[433,18,253,16],[433,26,253,24],[434,6,254,4,"marginTop"],[434,15,254,13],[434,17,254,15],[435,4,255,2],[435,5,255,3],[436,4,256,2,"saveButtonDisabled"],[436,22,256,20],[436,24,256,22],[437,6,257,4,"opacity"],[437,13,257,11],[437,15,257,13],[438,4,258,2],[438,5,258,3],[439,4,259,2,"saveButtonText"],[439,18,259,16],[439,20,259,18],[440,6,260,4,"fontSize"],[440,14,260,12],[440,16,260,14],[440,18,260,16],[441,6,261,4,"fontWeight"],[441,16,261,14],[441,18,261,16],[441,23,261,21],[442,6,262,4,"color"],[442,11,262,9],[442,13,262,11],[443,4,263,2],[444,2,264,0],[444,3,264,1],[444,4,264,2],[445,2,264,3],[445,6,264,3,"_c"],[445,8,264,3],[446,2,264,3,"$RefreshReg$"],[446,14,264,3],[446,15,264,3,"_c"],[446,17,264,3],[447,0,264,3],[447,3]],"functionMap":{"names":["","ChangePasswordScreen","handleChangePassword","onPress","TouchableOpacity.props.onPress"],"mappings":"AAA;eCe;+BCW;iCCiC,yBD;GDU;mCGK,yBH;uBG2B,kCH;uBGwB,0BH;uBGwB,kCH;CD0B"},"hasCjsExports":false},"type":"js/module"}]} \ No newline at end of file diff --git a/frontend/.metro-cache/cache/ba/0a2f19a9e06dc0216d54b997ce904e018422ea0db48d101410b62f3fe7d546fd28e286 b/frontend/.metro-cache/cache/ba/0a2f19a9e06dc0216d54b997ce904e018422ea0db48d101410b62f3fe7d546fd28e286 new file mode 100644 index 00000000..f07ec554 --- /dev/null +++ b/frontend/.metro-cache/cache/ba/0a2f19a9e06dc0216d54b997ce904e018422ea0db48d101410b62f3fe7d546fd28e286 @@ -0,0 +1 @@ +{"dependencies":[{"name":"./ExpoSecureStore","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":48,"index":48}}],"key":"ZudhOBNf0EF2ra5GBlE3UCprcN0=","exportNames":["*"],"imports":1}},{"name":"./byteCounter","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":49},"end":{"line":2,"column":70,"index":119}}],"key":"xUg5IjQU0cu+B0aJJMunpd3JZec=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n Object.defineProperty(exports, \"AFTER_FIRST_UNLOCK\", {\n enumerable: true,\n get: function () {\n return AFTER_FIRST_UNLOCK;\n }\n });\n Object.defineProperty(exports, \"AFTER_FIRST_UNLOCK_THIS_DEVICE_ONLY\", {\n enumerable: true,\n get: function () {\n return AFTER_FIRST_UNLOCK_THIS_DEVICE_ONLY;\n }\n });\n Object.defineProperty(exports, \"ALWAYS\", {\n enumerable: true,\n get: function () {\n return ALWAYS;\n }\n });\n Object.defineProperty(exports, \"WHEN_PASSCODE_SET_THIS_DEVICE_ONLY\", {\n enumerable: true,\n get: function () {\n return WHEN_PASSCODE_SET_THIS_DEVICE_ONLY;\n }\n });\n Object.defineProperty(exports, \"ALWAYS_THIS_DEVICE_ONLY\", {\n enumerable: true,\n get: function () {\n return ALWAYS_THIS_DEVICE_ONLY;\n }\n });\n Object.defineProperty(exports, \"WHEN_UNLOCKED\", {\n enumerable: true,\n get: function () {\n return WHEN_UNLOCKED;\n }\n });\n Object.defineProperty(exports, \"WHEN_UNLOCKED_THIS_DEVICE_ONLY\", {\n enumerable: true,\n get: function () {\n return WHEN_UNLOCKED_THIS_DEVICE_ONLY;\n }\n });\n exports.isAvailableAsync = isAvailableAsync;\n exports.deleteItemAsync = deleteItemAsync;\n exports.getItemAsync = getItemAsync;\n exports.setItemAsync = setItemAsync;\n exports.setItem = setItem;\n exports.getItem = getItem;\n exports.canUseBiometricAuthentication = canUseBiometricAuthentication;\n var _ExpoSecureStore = require(_dependencyMap[0], \"./ExpoSecureStore\");\n var ExpoSecureStore = _interopDefault(_ExpoSecureStore);\n var _byteCounter = require(_dependencyMap[1], \"./byteCounter\");\n // @needsAudit\n /**\n * The data in the keychain item cannot be accessed after a restart until the device has been\n * unlocked once by the user. This may be useful if you need to access the item when the phone\n * is locked.\n */\n const AFTER_FIRST_UNLOCK = ExpoSecureStore.default.AFTER_FIRST_UNLOCK;\n // @needsAudit\n /**\n * Similar to `AFTER_FIRST_UNLOCK`, except the entry is not migrated to a new device when restoring\n * from a backup.\n */\n const AFTER_FIRST_UNLOCK_THIS_DEVICE_ONLY = ExpoSecureStore.default.AFTER_FIRST_UNLOCK_THIS_DEVICE_ONLY;\n // @needsAudit\n /**\n * The data in the keychain item can always be accessed regardless of whether the device is locked.\n * This is the least secure option.\n *\n * @deprecated Use an accessibility level that provides some user protection, such as `AFTER_FIRST_UNLOCK`.\n */\n const ALWAYS = ExpoSecureStore.default.ALWAYS;\n // @needsAudit\n /**\n * Similar to `WHEN_UNLOCKED_THIS_DEVICE_ONLY`, except the user must have set a passcode in order to\n * store an entry. If the user removes their passcode, the entry will be deleted.\n */\n const WHEN_PASSCODE_SET_THIS_DEVICE_ONLY = ExpoSecureStore.default.WHEN_PASSCODE_SET_THIS_DEVICE_ONLY;\n // @needsAudit\n /**\n * Similar to `ALWAYS`, except the entry is not migrated to a new device when restoring from a backup.\n *\n * @deprecated Use an accessibility level that provides some user protection, such as `AFTER_FIRST_UNLOCK_THIS_DEVICE_ONLY`.\n */\n const ALWAYS_THIS_DEVICE_ONLY = ExpoSecureStore.default.ALWAYS_THIS_DEVICE_ONLY;\n // @needsAudit\n /**\n * The data in the keychain item can be accessed only while the device is unlocked by the user.\n */\n const WHEN_UNLOCKED = ExpoSecureStore.default.WHEN_UNLOCKED;\n // @needsAudit\n /**\n * Similar to `WHEN_UNLOCKED`, except the entry is not migrated to a new device when restoring from\n * a backup.\n */\n const WHEN_UNLOCKED_THIS_DEVICE_ONLY = ExpoSecureStore.default.WHEN_UNLOCKED_THIS_DEVICE_ONLY;\n // @needsAudit\n /**\n * Returns whether the SecureStore API is enabled on the current device. This does not check the app\n * permissions.\n *\n * @return Promise which fulfils with a `boolean`, indicating whether the SecureStore API is available\n * on the current device. Currently, this resolves `true` on Android and iOS only.\n */\n async function isAvailableAsync() {\n return !!ExpoSecureStore.default.getValueWithKeyAsync;\n }\n // @needsAudit\n /**\n * Delete the value associated with the provided key.\n *\n * @param key The key that was used to store the associated value.\n * @param options An [`SecureStoreOptions`](#securestoreoptions) object.\n *\n * @return A promise that rejects if the value can't be deleted.\n */\n async function deleteItemAsync(key, options = {}) {\n ensureValidKey(key);\n await ExpoSecureStore.default.deleteValueWithKeyAsync(key, options);\n }\n // @needsAudit\n /**\n * Reads the stored value associated with the provided key.\n *\n * @param key The key that was used to store the associated value.\n * @param options An [`SecureStoreOptions`](#securestoreoptions) object.\n *\n * @return A promise that resolves to the previously stored value. It resolves with `null` if there is no entry\n * for the given key or if the key has been invalidated. It rejects if an error occurs while retrieving the value.\n *\n * > Keys are invalidated by the system when biometrics change, such as adding a new fingerprint or changing the face profile used for face recognition.\n * > After a key has been invalidated, it becomes impossible to read its value.\n * > This only applies to values stored with `requireAuthentication` set to `true`.\n */\n async function getItemAsync(key, options = {}) {\n ensureValidKey(key);\n return await ExpoSecureStore.default.getValueWithKeyAsync(key, options);\n }\n // @needsAudit\n /**\n * Stores a key–value pair.\n *\n * @param key The key to associate with the stored value. Keys may contain alphanumeric characters, `.`, `-`, and `_`.\n * @param value The value to store. Size limit is 2048 bytes.\n * @param options An [`SecureStoreOptions`](#securestoreoptions) object.\n *\n * @return A promise that rejects if value cannot be stored on the device.\n */\n async function setItemAsync(key, value, options = {}) {\n ensureValidKey(key);\n if (!isValidValue(value)) {\n throw new Error(`Invalid value provided to SecureStore. Values must be strings; consider JSON-encoding your values if they are serializable.`);\n }\n await ExpoSecureStore.default.setValueWithKeyAsync(value, key, options);\n }\n /**\n * Stores a key–value pair synchronously.\n * > **Note:** This function blocks the JavaScript thread, so the application may not be interactive when the `requireAuthentication` option is set to `true` until the user authenticates.\n *\n * @param key The key to associate with the stored value. Keys may contain alphanumeric characters, `.`, `-`, and `_`.\n * @param value The value to store. Size limit is 2048 bytes.\n * @param options An [`SecureStoreOptions`](#securestoreoptions) object.\n *\n */\n function setItem(key, value, options = {}) {\n ensureValidKey(key);\n if (!isValidValue(value)) {\n throw new Error(`Invalid value provided to SecureStore. Values must be strings; consider JSON-encoding your values if they are serializable.`);\n }\n return ExpoSecureStore.default.setValueWithKeySync(value, key, options);\n }\n /**\n * Synchronously reads the stored value associated with the provided key.\n * > **Note:** This function blocks the JavaScript thread, so the application may not be interactive when reading a value with `requireAuthentication`\n * > option set to `true` until the user authenticates.\n * @param key The key that was used to store the associated value.\n * @param options An [`SecureStoreOptions`](#securestoreoptions) object.\n *\n * @return Previously stored value. It resolves with `null` if there is no entry\n * for the given key or if the key has been invalidated.\n */\n function getItem(key, options = {}) {\n ensureValidKey(key);\n return ExpoSecureStore.default.getValueWithKeySync(key, options);\n }\n /**\n * Checks if the value can be saved with `requireAuthentication` option enabled.\n * @return `true` if the device supports biometric authentication and the enrolled method is sufficiently secure. Otherwise, returns `false`. Always returns false on tvOS.\n * @platform android\n * @platform ios\n */\n function canUseBiometricAuthentication() {\n return ExpoSecureStore.default.canUseBiometricAuthentication();\n }\n function ensureValidKey(key) {\n if (!isValidKey(key)) {\n throw new Error(`Invalid key provided to SecureStore. Keys must not be empty and contain only alphanumeric characters, \".\", \"-\", and \"_\".`);\n }\n }\n function isValidKey(key) {\n return typeof key === 'string' && /^[\\w.-]+$/.test(key);\n }\n function isValidValue(value) {\n if (typeof value !== 'string') {\n return false;\n }\n if ((0, _byteCounter.byteCountOverLimit)(value, _byteCounter.VALUE_BYTES_LIMIT)) {\n console.warn(`Value being stored in SecureStore is larger than ${_byteCounter.VALUE_BYTES_LIMIT} bytes and it may not be stored successfully. In a future SDK version, this call may throw an error.`);\n }\n return true;\n }\n});","lineCount":224,"map":[[12,2,9,0,"Object"],[12,8,9,0],[12,9,9,0,"defineProperty"],[12,23,9,0],[12,24,9,0,"exports"],[12,31,9,0],[13,4,9,0,"enumerable"],[13,14,9,0],[14,4,9,0,"get"],[14,7,9,0],[14,18,9,0,"get"],[14,19,9,0],[15,6,9,0],[15,13,9,0,"AFTER_FIRST_UNLOCK"],[15,31,9,0],[16,4,9,0],[17,2,9,0],[18,2,15,0,"Object"],[18,8,15,0],[18,9,15,0,"defineProperty"],[18,23,15,0],[18,24,15,0,"exports"],[18,31,15,0],[19,4,15,0,"enumerable"],[19,14,15,0],[20,4,15,0,"get"],[20,7,15,0],[20,18,15,0,"get"],[20,19,15,0],[21,6,15,0],[21,13,15,0,"AFTER_FIRST_UNLOCK_THIS_DEVICE_ONLY"],[21,48,15,0],[22,4,15,0],[23,2,15,0],[24,2,23,0,"Object"],[24,8,23,0],[24,9,23,0,"defineProperty"],[24,23,23,0],[24,24,23,0,"exports"],[24,31,23,0],[25,4,23,0,"enumerable"],[25,14,23,0],[26,4,23,0,"get"],[26,7,23,0],[26,18,23,0,"get"],[26,19,23,0],[27,6,23,0],[27,13,23,0,"ALWAYS"],[27,19,23,0],[28,4,23,0],[29,2,23,0],[30,2,29,0,"Object"],[30,8,29,0],[30,9,29,0,"defineProperty"],[30,23,29,0],[30,24,29,0,"exports"],[30,31,29,0],[31,4,29,0,"enumerable"],[31,14,29,0],[32,4,29,0,"get"],[32,7,29,0],[32,18,29,0,"get"],[32,19,29,0],[33,6,29,0],[33,13,29,0,"WHEN_PASSCODE_SET_THIS_DEVICE_ONLY"],[33,47,29,0],[34,4,29,0],[35,2,29,0],[36,2,36,0,"Object"],[36,8,36,0],[36,9,36,0,"defineProperty"],[36,23,36,0],[36,24,36,0,"exports"],[36,31,36,0],[37,4,36,0,"enumerable"],[37,14,36,0],[38,4,36,0,"get"],[38,7,36,0],[38,18,36,0,"get"],[38,19,36,0],[39,6,36,0],[39,13,36,0,"ALWAYS_THIS_DEVICE_ONLY"],[39,36,36,0],[40,4,36,0],[41,2,36,0],[42,2,41,0,"Object"],[42,8,41,0],[42,9,41,0,"defineProperty"],[42,23,41,0],[42,24,41,0,"exports"],[42,31,41,0],[43,4,41,0,"enumerable"],[43,14,41,0],[44,4,41,0,"get"],[44,7,41,0],[44,18,41,0,"get"],[44,19,41,0],[45,6,41,0],[45,13,41,0,"WHEN_UNLOCKED"],[45,26,41,0],[46,4,41,0],[47,2,41,0],[48,2,47,0,"Object"],[48,8,47,0],[48,9,47,0,"defineProperty"],[48,23,47,0],[48,24,47,0,"exports"],[48,31,47,0],[49,4,47,0,"enumerable"],[49,14,47,0],[50,4,47,0,"get"],[50,7,47,0],[50,18,47,0,"get"],[50,19,47,0],[51,6,47,0],[51,13,47,0,"WHEN_UNLOCKED_THIS_DEVICE_ONLY"],[51,43,47,0],[52,4,47,0],[53,2,47,0],[54,2,56,0,"exports"],[54,9,56,0],[54,10,56,0,"isAvailableAsync"],[54,26,56,0],[54,29,56,0,"isAvailableAsync"],[54,45,56,0],[55,2,68,0,"exports"],[55,9,68,0],[55,10,68,0,"deleteItemAsync"],[55,25,68,0],[55,28,68,0,"deleteItemAsync"],[55,43,68,0],[56,2,86,0,"exports"],[56,9,86,0],[56,10,86,0,"getItemAsync"],[56,22,86,0],[56,25,86,0,"getItemAsync"],[56,37,86,0],[57,2,100,0,"exports"],[57,9,100,0],[57,10,100,0,"setItemAsync"],[57,22,100,0],[57,25,100,0,"setItemAsync"],[57,37,100,0],[58,2,116,0,"exports"],[58,9,116,0],[58,10,116,0,"setItem"],[58,17,116,0],[58,20,116,0,"setItem"],[58,27,116,0],[59,2,133,0,"exports"],[59,9,133,0],[59,10,133,0,"getItem"],[59,17,133,0],[59,20,133,0,"getItem"],[59,27,133,0],[60,2,143,0,"exports"],[60,9,143,0],[60,10,143,0,"canUseBiometricAuthentication"],[60,39,143,0],[60,42,143,0,"canUseBiometricAuthentication"],[60,71,143,0],[61,2,1,0],[61,6,1,0,"_ExpoSecureStore"],[61,22,1,0],[61,25,1,0,"require"],[61,32,1,0],[61,33,1,0,"_dependencyMap"],[61,47,1,0],[62,2,1,0],[62,6,1,0,"ExpoSecureStore"],[62,21,1,0],[62,24,1,0,"_interopDefault"],[62,39,1,0],[62,40,1,0,"_ExpoSecureStore"],[62,56,1,0],[63,2,2,0],[63,6,2,0,"_byteCounter"],[63,18,2,0],[63,21,2,0,"require"],[63,28,2,0],[63,29,2,0,"_dependencyMap"],[63,43,2,0],[64,2,3,0],[65,2,4,0],[66,0,5,0],[67,0,6,0],[68,0,7,0],[69,0,8,0],[70,2,9,7],[70,8,9,13,"AFTER_FIRST_UNLOCK"],[70,26,9,31],[70,29,9,34,"ExpoSecureStore"],[70,44,9,49],[70,45,9,49,"default"],[70,52,9,49],[70,53,9,50,"AFTER_FIRST_UNLOCK"],[70,71,9,68],[71,2,10,0],[72,2,11,0],[73,0,12,0],[74,0,13,0],[75,0,14,0],[76,2,15,7],[76,8,15,13,"AFTER_FIRST_UNLOCK_THIS_DEVICE_ONLY"],[76,43,15,48],[76,46,15,51,"ExpoSecureStore"],[76,61,15,66],[76,62,15,66,"default"],[76,69,15,66],[76,70,15,67,"AFTER_FIRST_UNLOCK_THIS_DEVICE_ONLY"],[76,105,15,102],[77,2,16,0],[78,2,17,0],[79,0,18,0],[80,0,19,0],[81,0,20,0],[82,0,21,0],[83,0,22,0],[84,2,23,7],[84,8,23,13,"ALWAYS"],[84,14,23,19],[84,17,23,22,"ExpoSecureStore"],[84,32,23,37],[84,33,23,37,"default"],[84,40,23,37],[84,41,23,38,"ALWAYS"],[84,47,23,44],[85,2,24,0],[86,2,25,0],[87,0,26,0],[88,0,27,0],[89,0,28,0],[90,2,29,7],[90,8,29,13,"WHEN_PASSCODE_SET_THIS_DEVICE_ONLY"],[90,42,29,47],[90,45,29,50,"ExpoSecureStore"],[90,60,29,65],[90,61,29,65,"default"],[90,68,29,65],[90,69,29,66,"WHEN_PASSCODE_SET_THIS_DEVICE_ONLY"],[90,103,29,100],[91,2,30,0],[92,2,31,0],[93,0,32,0],[94,0,33,0],[95,0,34,0],[96,0,35,0],[97,2,36,7],[97,8,36,13,"ALWAYS_THIS_DEVICE_ONLY"],[97,31,36,36],[97,34,36,39,"ExpoSecureStore"],[97,49,36,54],[97,50,36,54,"default"],[97,57,36,54],[97,58,36,55,"ALWAYS_THIS_DEVICE_ONLY"],[97,81,36,78],[98,2,37,0],[99,2,38,0],[100,0,39,0],[101,0,40,0],[102,2,41,7],[102,8,41,13,"WHEN_UNLOCKED"],[102,21,41,26],[102,24,41,29,"ExpoSecureStore"],[102,39,41,44],[102,40,41,44,"default"],[102,47,41,44],[102,48,41,45,"WHEN_UNLOCKED"],[102,61,41,58],[103,2,42,0],[104,2,43,0],[105,0,44,0],[106,0,45,0],[107,0,46,0],[108,2,47,7],[108,8,47,13,"WHEN_UNLOCKED_THIS_DEVICE_ONLY"],[108,38,47,43],[108,41,47,46,"ExpoSecureStore"],[108,56,47,61],[108,57,47,61,"default"],[108,64,47,61],[108,65,47,62,"WHEN_UNLOCKED_THIS_DEVICE_ONLY"],[108,95,47,92],[109,2,48,0],[110,2,49,0],[111,0,50,0],[112,0,51,0],[113,0,52,0],[114,0,53,0],[115,0,54,0],[116,0,55,0],[117,2,56,7],[117,17,56,22,"isAvailableAsync"],[117,33,56,38,"isAvailableAsync"],[117,34,56,38],[117,36,56,41],[118,4,57,4],[118,11,57,11],[118,12,57,12],[118,13,57,13,"ExpoSecureStore"],[118,28,57,28],[118,29,57,28,"default"],[118,36,57,28],[118,37,57,29,"getValueWithKeyAsync"],[118,57,57,49],[119,2,58,0],[120,2,59,0],[121,2,60,0],[122,0,61,0],[123,0,62,0],[124,0,63,0],[125,0,64,0],[126,0,65,0],[127,0,66,0],[128,0,67,0],[129,2,68,7],[129,17,68,22,"deleteItemAsync"],[129,32,68,37,"deleteItemAsync"],[129,33,68,38,"key"],[129,36,68,41],[129,38,68,43,"options"],[129,45,68,50],[129,48,68,53],[129,49,68,54],[129,50,68,55],[129,52,68,57],[130,4,69,4,"ensureValidKey"],[130,18,69,18],[130,19,69,19,"key"],[130,22,69,22],[130,23,69,23],[131,4,70,4],[131,10,70,10,"ExpoSecureStore"],[131,25,70,25],[131,26,70,25,"default"],[131,33,70,25],[131,34,70,26,"deleteValueWithKeyAsync"],[131,57,70,49],[131,58,70,50,"key"],[131,61,70,53],[131,63,70,55,"options"],[131,70,70,62],[131,71,70,63],[132,2,71,0],[133,2,72,0],[134,2,73,0],[135,0,74,0],[136,0,75,0],[137,0,76,0],[138,0,77,0],[139,0,78,0],[140,0,79,0],[141,0,80,0],[142,0,81,0],[143,0,82,0],[144,0,83,0],[145,0,84,0],[146,0,85,0],[147,2,86,7],[147,17,86,22,"getItemAsync"],[147,29,86,34,"getItemAsync"],[147,30,86,35,"key"],[147,33,86,38],[147,35,86,40,"options"],[147,42,86,47],[147,45,86,50],[147,46,86,51],[147,47,86,52],[147,49,86,54],[148,4,87,4,"ensureValidKey"],[148,18,87,18],[148,19,87,19,"key"],[148,22,87,22],[148,23,87,23],[149,4,88,4],[149,11,88,11],[149,17,88,17,"ExpoSecureStore"],[149,32,88,32],[149,33,88,32,"default"],[149,40,88,32],[149,41,88,33,"getValueWithKeyAsync"],[149,61,88,53],[149,62,88,54,"key"],[149,65,88,57],[149,67,88,59,"options"],[149,74,88,66],[149,75,88,67],[150,2,89,0],[151,2,90,0],[152,2,91,0],[153,0,92,0],[154,0,93,0],[155,0,94,0],[156,0,95,0],[157,0,96,0],[158,0,97,0],[159,0,98,0],[160,0,99,0],[161,2,100,7],[161,17,100,22,"setItemAsync"],[161,29,100,34,"setItemAsync"],[161,30,100,35,"key"],[161,33,100,38],[161,35,100,40,"value"],[161,40,100,45],[161,42,100,47,"options"],[161,49,100,54],[161,52,100,57],[161,53,100,58],[161,54,100,59],[161,56,100,61],[162,4,101,4,"ensureValidKey"],[162,18,101,18],[162,19,101,19,"key"],[162,22,101,22],[162,23,101,23],[163,4,102,4],[163,8,102,8],[163,9,102,9,"isValidValue"],[163,21,102,21],[163,22,102,22,"value"],[163,27,102,27],[163,28,102,28],[163,30,102,30],[164,6,103,8],[164,12,103,14],[164,16,103,18,"Error"],[164,21,103,23],[164,22,103,24],[164,147,103,149],[164,148,103,150],[165,4,104,4],[166,4,105,4],[166,10,105,10,"ExpoSecureStore"],[166,25,105,25],[166,26,105,25,"default"],[166,33,105,25],[166,34,105,26,"setValueWithKeyAsync"],[166,54,105,46],[166,55,105,47,"value"],[166,60,105,52],[166,62,105,54,"key"],[166,65,105,57],[166,67,105,59,"options"],[166,74,105,66],[166,75,105,67],[167,2,106,0],[168,2,107,0],[169,0,108,0],[170,0,109,0],[171,0,110,0],[172,0,111,0],[173,0,112,0],[174,0,113,0],[175,0,114,0],[176,0,115,0],[177,2,116,7],[177,11,116,16,"setItem"],[177,18,116,23,"setItem"],[177,19,116,24,"key"],[177,22,116,27],[177,24,116,29,"value"],[177,29,116,34],[177,31,116,36,"options"],[177,38,116,43],[177,41,116,46],[177,42,116,47],[177,43,116,48],[177,45,116,50],[178,4,117,4,"ensureValidKey"],[178,18,117,18],[178,19,117,19,"key"],[178,22,117,22],[178,23,117,23],[179,4,118,4],[179,8,118,8],[179,9,118,9,"isValidValue"],[179,21,118,21],[179,22,118,22,"value"],[179,27,118,27],[179,28,118,28],[179,30,118,30],[180,6,119,8],[180,12,119,14],[180,16,119,18,"Error"],[180,21,119,23],[180,22,119,24],[180,147,119,149],[180,148,119,150],[181,4,120,4],[182,4,121,4],[182,11,121,11,"ExpoSecureStore"],[182,26,121,26],[182,27,121,26,"default"],[182,34,121,26],[182,35,121,27,"setValueWithKeySync"],[182,54,121,46],[182,55,121,47,"value"],[182,60,121,52],[182,62,121,54,"key"],[182,65,121,57],[182,67,121,59,"options"],[182,74,121,66],[182,75,121,67],[183,2,122,0],[184,2,123,0],[185,0,124,0],[186,0,125,0],[187,0,126,0],[188,0,127,0],[189,0,128,0],[190,0,129,0],[191,0,130,0],[192,0,131,0],[193,0,132,0],[194,2,133,7],[194,11,133,16,"getItem"],[194,18,133,23,"getItem"],[194,19,133,24,"key"],[194,22,133,27],[194,24,133,29,"options"],[194,31,133,36],[194,34,133,39],[194,35,133,40],[194,36,133,41],[194,38,133,43],[195,4,134,4,"ensureValidKey"],[195,18,134,18],[195,19,134,19,"key"],[195,22,134,22],[195,23,134,23],[196,4,135,4],[196,11,135,11,"ExpoSecureStore"],[196,26,135,26],[196,27,135,26,"default"],[196,34,135,26],[196,35,135,27,"getValueWithKeySync"],[196,54,135,46],[196,55,135,47,"key"],[196,58,135,50],[196,60,135,52,"options"],[196,67,135,59],[196,68,135,60],[197,2,136,0],[198,2,137,0],[199,0,138,0],[200,0,139,0],[201,0,140,0],[202,0,141,0],[203,0,142,0],[204,2,143,7],[204,11,143,16,"canUseBiometricAuthentication"],[204,40,143,45,"canUseBiometricAuthentication"],[204,41,143,45],[204,43,143,48],[205,4,144,4],[205,11,144,11,"ExpoSecureStore"],[205,26,144,26],[205,27,144,26,"default"],[205,34,144,26],[205,35,144,27,"canUseBiometricAuthentication"],[205,64,144,56],[205,65,144,57],[205,66,144,58],[206,2,145,0],[207,2,146,0],[207,11,146,9,"ensureValidKey"],[207,25,146,23,"ensureValidKey"],[207,26,146,24,"key"],[207,29,146,27],[207,31,146,29],[208,4,147,4],[208,8,147,8],[208,9,147,9,"isValidKey"],[208,19,147,19],[208,20,147,20,"key"],[208,23,147,23],[208,24,147,24],[208,26,147,26],[209,6,148,8],[209,12,148,14],[209,16,148,18,"Error"],[209,21,148,23],[209,22,148,24],[209,144,148,146],[209,145,148,147],[210,4,149,4],[211,2,150,0],[212,2,151,0],[212,11,151,9,"isValidKey"],[212,21,151,19,"isValidKey"],[212,22,151,20,"key"],[212,25,151,23],[212,27,151,25],[213,4,152,4],[213,11,152,11],[213,18,152,18,"key"],[213,21,152,21],[213,26,152,26],[213,34,152,34],[213,38,152,38],[213,49,152,49],[213,50,152,50,"test"],[213,54,152,54],[213,55,152,55,"key"],[213,58,152,58],[213,59,152,59],[214,2,153,0],[215,2,154,0],[215,11,154,9,"isValidValue"],[215,23,154,21,"isValidValue"],[215,24,154,22,"value"],[215,29,154,27],[215,31,154,29],[216,4,155,4],[216,8,155,8],[216,15,155,15,"value"],[216,20,155,20],[216,25,155,25],[216,33,155,33],[216,35,155,35],[217,6,156,8],[217,13,156,15],[217,18,156,20],[218,4,157,4],[219,4,158,4],[219,8,158,8],[219,12,158,8,"byteCountOverLimit"],[219,24,158,26],[219,25,158,26,"byteCountOverLimit"],[219,43,158,26],[219,45,158,27,"value"],[219,50,158,32],[219,52,158,34,"VALUE_BYTES_LIMIT"],[219,64,158,51],[219,65,158,51,"VALUE_BYTES_LIMIT"],[219,82,158,51],[219,83,158,52],[219,85,158,54],[220,6,159,8,"console"],[220,13,159,15],[220,14,159,16,"warn"],[220,18,159,20],[220,19,159,21],[220,71,159,73,"VALUE_BYTES_LIMIT"],[220,83,159,90],[220,84,159,90,"VALUE_BYTES_LIMIT"],[220,101,159,90],[220,203,159,192],[220,204,159,193],[221,4,160,4],[222,4,161,4],[222,11,161,11],[222,15,161,15],[223,2,162,0],[224,0,162,1],[224,3]],"functionMap":{"names":["","isAvailableAsync","deleteItemAsync","getItemAsync","setItemAsync","setItem","getItem","canUseBiometricAuthentication","ensureValidKey","isValidKey","isValidValue"],"mappings":"AAA;OCuD;CDE;OEU;CFG;OGe;CHG;OIW;CJM;OKU;CLM;OMW;CNG;OOO;CPE;AQC;CRI;ASC;CTE;AUC;CVQ"},"hasCjsExports":false},"type":"js/module"}]} \ No newline at end of file diff --git a/frontend/.metro-cache/cache/c1/8b39afc50db69a3443f9db973c158cf966b471c79466830b18d2f976d88fb7b640304a b/frontend/.metro-cache/cache/c1/8b39afc50db69a3443f9db973c158cf966b471c79466830b18d2f976d88fb7b640304a new file mode 100644 index 00000000..5fac7180 --- /dev/null +++ b/frontend/.metro-cache/cache/c1/8b39afc50db69a3443f9db973c158cf966b471c79466830b18d2f976d88fb7b640304a @@ -0,0 +1 @@ +{"dependencies":[{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":26,"index":26}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/View","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"4kYBDC6LJJXoH7P9rWDi3vkLVB0=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Text","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"JKIzsQ5YQ0gDj0MIyY0Q7F1zJtU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/StyleSheet","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"MK7+k1V+KnvCVW7Kj2k/ydtjmVU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/ScrollView","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"7Gv1K9/TiQvbDXlMy9NOQIEBHDA=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/TouchableOpacity","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PnQOoa8QGKpV5+issz6ikk463eg=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":3,"column":0,"index":112},"end":{"line":3,"column":46,"index":158}}],"key":"ow7vkrqkIckRjlSi/+MhMmRYtUE=","exportNames":["*"],"imports":1}},{"name":"react-native-safe-area-context","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":4,"column":0,"index":159},"end":{"line":4,"column":67,"index":226}}],"key":"XjdTKvCUWX6CbQzg5fSDHG/WgHk=","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/PrivacyScreen.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 PrivacyScreen;\n }\n });\n require(_dependencyMap[0], \"react\");\n var _reactNativeWebDistExportsView = require(_dependencyMap[1], \"react-native-web/dist/exports/View\");\n var View = _interopDefault(_reactNativeWebDistExportsView);\n var _reactNativeWebDistExportsText = require(_dependencyMap[2], \"react-native-web/dist/exports/Text\");\n var Text = _interopDefault(_reactNativeWebDistExportsText);\n var _reactNativeWebDistExportsStyleSheet = require(_dependencyMap[3], \"react-native-web/dist/exports/StyleSheet\");\n var StyleSheet = _interopDefault(_reactNativeWebDistExportsStyleSheet);\n var _reactNativeWebDistExportsScrollView = require(_dependencyMap[4], \"react-native-web/dist/exports/ScrollView\");\n var ScrollView = _interopDefault(_reactNativeWebDistExportsScrollView);\n var _reactNativeWebDistExportsTouchableOpacity = require(_dependencyMap[5], \"react-native-web/dist/exports/TouchableOpacity\");\n var TouchableOpacity = _interopDefault(_reactNativeWebDistExportsTouchableOpacity);\n var _expoVectorIcons = require(_dependencyMap[6], \"@expo/vector-icons\");\n var _reactNativeSafeAreaContext = require(_dependencyMap[7], \"react-native-safe-area-context\");\n var _reactJsxDevRuntime = require(_dependencyMap[8], \"react/jsx-dev-runtime\");\n function PrivacyScreen({\n navigation\n }) {\n _s();\n const insets = (0, _reactNativeSafeAreaContext.useSafeAreaInsets)();\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: [styles.container, {\n paddingTop: insets.top\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.header,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n onPress: () => navigation.goBack(),\n style: styles.backButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"arrow-back\",\n size: 24,\n color: \"#1F2937\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 13,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 12,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.headerTitle,\n children: \"Privacy Policy\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 15,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: {\n width: 40\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 16,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 11,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n contentContainerStyle: styles.scrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.updateDate,\n children: \"Last Updated: November 8, 2025\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 20,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.sectionTitle,\n children: \"1. Information We Collect\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 22,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.paragraph,\n children: \"We collect information you provide directly to us:\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 23,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 Account information (name, email, phone number)\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 26,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 Profile information (profile picture, preferences)\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 27,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 Wallet addresses (public blockchain addresses)\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 28,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 Transaction data (on public blockchain)\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 29,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 Device information (device type, OS version)\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 30,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.sectionTitle,\n children: \"2. How We Use Your Information\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 32,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.paragraph,\n children: \"We use collected information to:\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 33,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 Provide and maintain the Service\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 34,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 Process your transactions\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 35,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 Send you notifications and updates\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 36,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 Improve our services and user experience\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 37,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 Detect and prevent fraud or security issues\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 38,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 Comply with legal obligations\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 39,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.sectionTitle,\n children: \"3. Information Sharing\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 41,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.paragraph,\n children: \"We do not sell or rent your personal information. We may share information:\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 42,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 With your consent\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 45,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 To comply with legal obligations\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 46,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 With service providers who assist us\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 47,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 In case of merger, sale, or business transfer\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 48,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.sectionTitle,\n children: \"4. Blockchain Transparency\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 50,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.paragraph,\n children: \"Transactions on blockchain networks are publicly visible. Your wallet address and transaction history may be viewed by anyone on the blockchain network.\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 51,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.sectionTitle,\n children: \"5. Data Security\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 55,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.paragraph,\n children: \"We implement industry-standard security measures to protect your information:\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 56,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 Encryption of sensitive data\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 59,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 Secure authentication protocols\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 60,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 Regular security audits\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 61,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 Biometric authentication options\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 62,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.sectionTitle,\n children: \"6. Your Rights\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 64,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.paragraph,\n children: \"You have the right to:\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 65,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 Access your personal information\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 66,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 Correct inaccurate information\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 67,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 Delete your account and data\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 68,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 Export your data\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 69,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 Opt-out of marketing communications\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 70,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.sectionTitle,\n children: \"7. Data Retention\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 72,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.paragraph,\n children: \"We retain your information for as long as your account is active or as needed to provide services. You may request deletion of your data at any time.\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 73,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.sectionTitle,\n children: \"8. Children's Privacy\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 77,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.paragraph,\n children: \"Our Service is not intended for users under 18 years of age. We do not knowingly collect information from children under 18.\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 78,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.sectionTitle,\n children: \"9. International Data Transfers\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 82,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.paragraph,\n children: \"Your information may be transferred to and processed in countries other than your own. We ensure appropriate safeguards are in place.\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 83,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.sectionTitle,\n children: \"10. Changes to Privacy Policy\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 87,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.paragraph,\n children: \"We may update this Privacy Policy periodically. We will notify you of any material changes via email or in-app notification.\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 88,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.sectionTitle,\n children: \"11. Contact Us\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 92,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.paragraph,\n children: \"For privacy-related questions or requests, contact us at:\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 93,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 Email: privacy@pezkuwichain.io\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 96,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 Support: support@pezkuwichain.io\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 97,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 19,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 10,\n columnNumber: 5\n }, this);\n }\n _s(PrivacyScreen, \"3VSCEmKsdYPLcILj9K4icfPtK54=\", false, function () {\n return [_reactNativeSafeAreaContext.useSafeAreaInsets];\n });\n _c = PrivacyScreen;\n const styles = StyleSheet.default.create({\n container: {\n flex: 1,\n backgroundColor: '#F8F9FA'\n },\n header: {\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'space-between',\n paddingHorizontal: 16,\n paddingVertical: 16,\n backgroundColor: '#FFF',\n borderBottomWidth: 1,\n borderBottomColor: '#E5E7EB'\n },\n backButton: {\n width: 40,\n height: 40,\n borderRadius: 20,\n backgroundColor: '#F3F4F6',\n alignItems: 'center',\n justifyContent: 'center'\n },\n headerTitle: {\n fontSize: 18,\n fontWeight: '700',\n color: '#1F2937'\n },\n scrollContent: {\n padding: 20,\n paddingBottom: 80\n },\n updateDate: {\n fontSize: 14,\n color: '#6B7280',\n marginBottom: 24,\n fontStyle: 'italic'\n },\n sectionTitle: {\n fontSize: 18,\n fontWeight: '700',\n color: '#1F2937',\n marginTop: 24,\n marginBottom: 12\n },\n paragraph: {\n fontSize: 15,\n color: '#374151',\n lineHeight: 24,\n marginBottom: 12\n },\n bulletPoint: {\n fontSize: 15,\n color: '#374151',\n lineHeight: 24,\n marginLeft: 16,\n marginBottom: 8\n }\n });\n var _c;\n $RefreshReg$(_c, \"PrivacyScreen\");\n});","lineCount":503,"map":[[14,2,6,15,"Object"],[14,8,6,15],[14,9,6,15,"defineProperty"],[14,23,6,15],[14,24,6,15,"exports"],[14,31,6,15],[15,4,6,15,"enumerable"],[15,14,6,15],[16,4,6,15,"get"],[16,7,6,15],[16,18,6,15,"get"],[16,19,6,15],[17,6,6,15],[17,13,6,15,"PrivacyScreen"],[17,26,6,15],[18,4,6,15],[19,2,6,15],[20,2,1,0,"require"],[20,9,1,0],[20,10,1,0,"_dependencyMap"],[20,24,1,0],[21,2,1,26],[21,6,1,26,"_reactNativeWebDistExportsView"],[21,36,1,26],[21,39,1,26,"require"],[21,46,1,26],[21,47,1,26,"_dependencyMap"],[21,61,1,26],[22,2,1,26],[22,6,1,26,"View"],[22,10,1,26],[22,13,1,26,"_interopDefault"],[22,28,1,26],[22,29,1,26,"_reactNativeWebDistExportsView"],[22,59,1,26],[23,2,1,26],[23,6,1,26,"_reactNativeWebDistExportsText"],[23,36,1,26],[23,39,1,26,"require"],[23,46,1,26],[23,47,1,26,"_dependencyMap"],[23,61,1,26],[24,2,1,26],[24,6,1,26,"Text"],[24,10,1,26],[24,13,1,26,"_interopDefault"],[24,28,1,26],[24,29,1,26,"_reactNativeWebDistExportsText"],[24,59,1,26],[25,2,1,26],[25,6,1,26,"_reactNativeWebDistExportsStyleSheet"],[25,42,1,26],[25,45,1,26,"require"],[25,52,1,26],[25,53,1,26,"_dependencyMap"],[25,67,1,26],[26,2,1,26],[26,6,1,26,"StyleSheet"],[26,16,1,26],[26,19,1,26,"_interopDefault"],[26,34,1,26],[26,35,1,26,"_reactNativeWebDistExportsStyleSheet"],[26,71,1,26],[27,2,1,26],[27,6,1,26,"_reactNativeWebDistExportsScrollView"],[27,42,1,26],[27,45,1,26,"require"],[27,52,1,26],[27,53,1,26,"_dependencyMap"],[27,67,1,26],[28,2,1,26],[28,6,1,26,"ScrollView"],[28,16,1,26],[28,19,1,26,"_interopDefault"],[28,34,1,26],[28,35,1,26,"_reactNativeWebDistExportsScrollView"],[28,71,1,26],[29,2,1,26],[29,6,1,26,"_reactNativeWebDistExportsTouchableOpacity"],[29,48,1,26],[29,51,1,26,"require"],[29,58,1,26],[29,59,1,26,"_dependencyMap"],[29,73,1,26],[30,2,1,26],[30,6,1,26,"TouchableOpacity"],[30,22,1,26],[30,25,1,26,"_interopDefault"],[30,40,1,26],[30,41,1,26,"_reactNativeWebDistExportsTouchableOpacity"],[30,83,1,26],[31,2,3,0],[31,6,3,0,"_expoVectorIcons"],[31,22,3,0],[31,25,3,0,"require"],[31,32,3,0],[31,33,3,0,"_dependencyMap"],[31,47,3,0],[32,2,4,0],[32,6,4,0,"_reactNativeSafeAreaContext"],[32,33,4,0],[32,36,4,0,"require"],[32,43,4,0],[32,44,4,0,"_dependencyMap"],[32,58,4,0],[33,2,4,67],[33,6,4,67,"_reactJsxDevRuntime"],[33,25,4,67],[33,28,4,67,"require"],[33,35,4,67],[33,36,4,67,"_dependencyMap"],[33,50,4,67],[34,2,6,15],[34,11,6,24,"PrivacyScreen"],[34,24,6,37,"PrivacyScreen"],[34,25,6,38],[35,4,6,40,"navigation"],[36,2,6,56],[36,3,6,57],[36,5,6,59],[37,4,6,59,"_s"],[37,6,6,59],[38,4,7,2],[38,10,7,8,"insets"],[38,16,7,14],[38,19,7,17],[38,23,7,17,"useSafeAreaInsets"],[38,50,7,34],[38,51,7,34,"useSafeAreaInsets"],[38,68,7,34],[38,70,7,35],[38,71,7,36],[39,4,9,2],[39,24,10,4],[39,28,10,4,"_reactJsxDevRuntime"],[39,47,10,4],[39,48,10,4,"jsxDEV"],[39,54,10,4],[39,56,10,5,"View"],[39,60,10,9],[39,61,10,9,"default"],[39,68,10,9],[40,6,10,10,"style"],[40,11,10,15],[40,13,10,17],[40,14,10,18,"styles"],[40,20,10,24],[40,21,10,25,"container"],[40,30,10,34],[40,32,10,36],[41,8,10,38,"paddingTop"],[41,18,10,48],[41,20,10,50,"insets"],[41,26,10,56],[41,27,10,57,"top"],[42,6,10,61],[42,7,10,62],[42,8,10,64],[43,6,10,64,"children"],[43,14,10,64],[43,30,11,6],[43,34,11,6,"_reactJsxDevRuntime"],[43,53,11,6],[43,54,11,6,"jsxDEV"],[43,60,11,6],[43,62,11,7,"View"],[43,66,11,11],[43,67,11,11,"default"],[43,74,11,11],[44,8,11,12,"style"],[44,13,11,17],[44,15,11,19,"styles"],[44,21,11,25],[44,22,11,26,"header"],[44,28,11,33],[45,8,11,33,"children"],[45,16,11,33],[45,32,12,8],[45,36,12,8,"_reactJsxDevRuntime"],[45,55,12,8],[45,56,12,8,"jsxDEV"],[45,62,12,8],[45,64,12,9,"TouchableOpacity"],[45,80,12,25],[45,81,12,25,"default"],[45,88,12,25],[46,10,12,26,"onPress"],[46,17,12,33],[46,19,12,35,"onPress"],[46,20,12,35],[46,25,12,41,"navigation"],[46,35,12,51],[46,36,12,52,"goBack"],[46,42,12,58],[46,43,12,59],[46,44,12,61],[47,10,12,62,"style"],[47,15,12,67],[47,17,12,69,"styles"],[47,23,12,75],[47,24,12,76,"backButton"],[47,34,12,87],[48,10,12,87,"children"],[48,18,12,87],[48,33,13,10],[48,37,13,10,"_reactJsxDevRuntime"],[48,56,13,10],[48,57,13,10,"jsxDEV"],[48,63,13,10],[48,65,13,11,"_expoVectorIcons"],[48,81,13,19],[48,82,13,19,"Ionicons"],[48,90,13,19],[49,12,13,20,"name"],[49,16,13,24],[49,18,13,25],[49,30,13,37],[50,12,13,38,"size"],[50,16,13,42],[50,18,13,44],[50,20,13,47],[51,12,13,48,"color"],[51,17,13,53],[51,19,13,54],[52,10,13,63],[53,12,13,63,"fileName"],[53,20,13,63],[53,22,13,63,"_jsxFileName"],[53,34,13,63],[54,12,13,63,"lineNumber"],[54,22,13,63],[55,12,13,63,"columnNumber"],[55,24,13,63],[56,10,13,63],[56,17,13,65],[57,8,13,66],[58,10,13,66,"fileName"],[58,18,13,66],[58,20,13,66,"_jsxFileName"],[58,32,13,66],[59,10,13,66,"lineNumber"],[59,20,13,66],[60,10,13,66,"columnNumber"],[60,22,13,66],[61,8,13,66],[61,15,14,26],[61,16,14,27],[61,31,15,8],[61,35,15,8,"_reactJsxDevRuntime"],[61,54,15,8],[61,55,15,8,"jsxDEV"],[61,61,15,8],[61,63,15,9,"Text"],[61,67,15,13],[61,68,15,13,"default"],[61,75,15,13],[62,10,15,14,"style"],[62,15,15,19],[62,17,15,21,"styles"],[62,23,15,27],[62,24,15,28,"headerTitle"],[62,35,15,40],[63,10,15,40,"children"],[63,18,15,40],[63,20,15,41],[64,8,15,55],[65,10,15,55,"fileName"],[65,18,15,55],[65,20,15,55,"_jsxFileName"],[65,32,15,55],[66,10,15,55,"lineNumber"],[66,20,15,55],[67,10,15,55,"columnNumber"],[67,22,15,55],[68,8,15,55],[68,15,15,61],[68,16,15,62],[68,31,16,8],[68,35,16,8,"_reactJsxDevRuntime"],[68,54,16,8],[68,55,16,8,"jsxDEV"],[68,61,16,8],[68,63,16,9,"View"],[68,67,16,13],[68,68,16,13,"default"],[68,75,16,13],[69,10,16,14,"style"],[69,15,16,19],[69,17,16,21],[70,12,16,23,"width"],[70,17,16,28],[70,19,16,30],[71,10,16,33],[72,8,16,35],[73,10,16,35,"fileName"],[73,18,16,35],[73,20,16,35,"_jsxFileName"],[73,32,16,35],[74,10,16,35,"lineNumber"],[74,20,16,35],[75,10,16,35,"columnNumber"],[75,22,16,35],[76,8,16,35],[76,15,16,37],[76,16,16,38],[77,6,16,38],[78,8,16,38,"fileName"],[78,16,16,38],[78,18,16,38,"_jsxFileName"],[78,30,16,38],[79,8,16,38,"lineNumber"],[79,18,16,38],[80,8,16,38,"columnNumber"],[80,20,16,38],[81,6,16,38],[81,13,17,12],[81,14,17,13],[81,29,19,6],[81,33,19,6,"_reactJsxDevRuntime"],[81,52,19,6],[81,53,19,6,"jsxDEV"],[81,59,19,6],[81,61,19,7,"ScrollView"],[81,71,19,17],[81,72,19,17,"default"],[81,79,19,17],[82,8,19,18,"contentContainerStyle"],[82,29,19,39],[82,31,19,41,"styles"],[82,37,19,47],[82,38,19,48,"scrollContent"],[82,51,19,62],[83,8,19,62,"children"],[83,16,19,62],[83,32,20,8],[83,36,20,8,"_reactJsxDevRuntime"],[83,55,20,8],[83,56,20,8,"jsxDEV"],[83,62,20,8],[83,64,20,9,"Text"],[83,68,20,13],[83,69,20,13,"default"],[83,76,20,13],[84,10,20,14,"style"],[84,15,20,19],[84,17,20,21,"styles"],[84,23,20,27],[84,24,20,28,"updateDate"],[84,34,20,39],[85,10,20,39,"children"],[85,18,20,39],[85,20,20,40],[86,8,20,70],[87,10,20,70,"fileName"],[87,18,20,70],[87,20,20,70,"_jsxFileName"],[87,32,20,70],[88,10,20,70,"lineNumber"],[88,20,20,70],[89,10,20,70,"columnNumber"],[89,22,20,70],[90,8,20,70],[90,15,20,76],[90,16,20,77],[90,31,22,8],[90,35,22,8,"_reactJsxDevRuntime"],[90,54,22,8],[90,55,22,8,"jsxDEV"],[90,61,22,8],[90,63,22,9,"Text"],[90,67,22,13],[90,68,22,13,"default"],[90,75,22,13],[91,10,22,14,"style"],[91,15,22,19],[91,17,22,21,"styles"],[91,23,22,27],[91,24,22,28,"sectionTitle"],[91,36,22,41],[92,10,22,41,"children"],[92,18,22,41],[92,20,22,42],[93,8,22,67],[94,10,22,67,"fileName"],[94,18,22,67],[94,20,22,67,"_jsxFileName"],[94,32,22,67],[95,10,22,67,"lineNumber"],[95,20,22,67],[96,10,22,67,"columnNumber"],[96,22,22,67],[97,8,22,67],[97,15,22,73],[97,16,22,74],[97,31,23,8],[97,35,23,8,"_reactJsxDevRuntime"],[97,54,23,8],[97,55,23,8,"jsxDEV"],[97,61,23,8],[97,63,23,9,"Text"],[97,67,23,13],[97,68,23,13,"default"],[97,75,23,13],[98,10,23,14,"style"],[98,15,23,19],[98,17,23,21,"styles"],[98,23,23,27],[98,24,23,28,"paragraph"],[98,33,23,38],[99,10,23,38,"children"],[99,18,23,38],[99,20,23,39],[100,8,25,8],[101,10,25,8,"fileName"],[101,18,25,8],[101,20,25,8,"_jsxFileName"],[101,32,25,8],[102,10,25,8,"lineNumber"],[102,20,25,8],[103,10,25,8,"columnNumber"],[103,22,25,8],[104,8,25,8],[104,15,25,14],[104,16,25,15],[104,31,26,8],[104,35,26,8,"_reactJsxDevRuntime"],[104,54,26,8],[104,55,26,8,"jsxDEV"],[104,61,26,8],[104,63,26,9,"Text"],[104,67,26,13],[104,68,26,13,"default"],[104,75,26,13],[105,10,26,14,"style"],[105,15,26,19],[105,17,26,21,"styles"],[105,23,26,27],[105,24,26,28,"bulletPoint"],[105,35,26,40],[106,10,26,40,"children"],[106,18,26,40],[106,20,26,41],[107,8,26,90],[108,10,26,90,"fileName"],[108,18,26,90],[108,20,26,90,"_jsxFileName"],[108,32,26,90],[109,10,26,90,"lineNumber"],[109,20,26,90],[110,10,26,90,"columnNumber"],[110,22,26,90],[111,8,26,90],[111,15,26,96],[111,16,26,97],[111,31,27,8],[111,35,27,8,"_reactJsxDevRuntime"],[111,54,27,8],[111,55,27,8,"jsxDEV"],[111,61,27,8],[111,63,27,9,"Text"],[111,67,27,13],[111,68,27,13,"default"],[111,75,27,13],[112,10,27,14,"style"],[112,15,27,19],[112,17,27,21,"styles"],[112,23,27,27],[112,24,27,28,"bulletPoint"],[112,35,27,40],[113,10,27,40,"children"],[113,18,27,40],[113,20,27,41],[114,8,27,93],[115,10,27,93,"fileName"],[115,18,27,93],[115,20,27,93,"_jsxFileName"],[115,32,27,93],[116,10,27,93,"lineNumber"],[116,20,27,93],[117,10,27,93,"columnNumber"],[117,22,27,93],[118,8,27,93],[118,15,27,99],[118,16,27,100],[118,31,28,8],[118,35,28,8,"_reactJsxDevRuntime"],[118,54,28,8],[118,55,28,8,"jsxDEV"],[118,61,28,8],[118,63,28,9,"Text"],[118,67,28,13],[118,68,28,13,"default"],[118,75,28,13],[119,10,28,14,"style"],[119,15,28,19],[119,17,28,21,"styles"],[119,23,28,27],[119,24,28,28,"bulletPoint"],[119,35,28,40],[120,10,28,40,"children"],[120,18,28,40],[120,20,28,41],[121,8,28,89],[122,10,28,89,"fileName"],[122,18,28,89],[122,20,28,89,"_jsxFileName"],[122,32,28,89],[123,10,28,89,"lineNumber"],[123,20,28,89],[124,10,28,89,"columnNumber"],[124,22,28,89],[125,8,28,89],[125,15,28,95],[125,16,28,96],[125,31,29,8],[125,35,29,8,"_reactJsxDevRuntime"],[125,54,29,8],[125,55,29,8,"jsxDEV"],[125,61,29,8],[125,63,29,9,"Text"],[125,67,29,13],[125,68,29,13,"default"],[125,75,29,13],[126,10,29,14,"style"],[126,15,29,19],[126,17,29,21,"styles"],[126,23,29,27],[126,24,29,28,"bulletPoint"],[126,35,29,40],[127,10,29,40,"children"],[127,18,29,40],[127,20,29,41],[128,8,29,82],[129,10,29,82,"fileName"],[129,18,29,82],[129,20,29,82,"_jsxFileName"],[129,32,29,82],[130,10,29,82,"lineNumber"],[130,20,29,82],[131,10,29,82,"columnNumber"],[131,22,29,82],[132,8,29,82],[132,15,29,88],[132,16,29,89],[132,31,30,8],[132,35,30,8,"_reactJsxDevRuntime"],[132,54,30,8],[132,55,30,8,"jsxDEV"],[132,61,30,8],[132,63,30,9,"Text"],[132,67,30,13],[132,68,30,13,"default"],[132,75,30,13],[133,10,30,14,"style"],[133,15,30,19],[133,17,30,21,"styles"],[133,23,30,27],[133,24,30,28,"bulletPoint"],[133,35,30,40],[134,10,30,40,"children"],[134,18,30,40],[134,20,30,41],[135,8,30,87],[136,10,30,87,"fileName"],[136,18,30,87],[136,20,30,87,"_jsxFileName"],[136,32,30,87],[137,10,30,87,"lineNumber"],[137,20,30,87],[138,10,30,87,"columnNumber"],[138,22,30,87],[139,8,30,87],[139,15,30,93],[139,16,30,94],[139,31,32,8],[139,35,32,8,"_reactJsxDevRuntime"],[139,54,32,8],[139,55,32,8,"jsxDEV"],[139,61,32,8],[139,63,32,9,"Text"],[139,67,32,13],[139,68,32,13,"default"],[139,75,32,13],[140,10,32,14,"style"],[140,15,32,19],[140,17,32,21,"styles"],[140,23,32,27],[140,24,32,28,"sectionTitle"],[140,36,32,41],[141,10,32,41,"children"],[141,18,32,41],[141,20,32,42],[142,8,32,72],[143,10,32,72,"fileName"],[143,18,32,72],[143,20,32,72,"_jsxFileName"],[143,32,32,72],[144,10,32,72,"lineNumber"],[144,20,32,72],[145,10,32,72,"columnNumber"],[145,22,32,72],[146,8,32,72],[146,15,32,78],[146,16,32,79],[146,31,33,8],[146,35,33,8,"_reactJsxDevRuntime"],[146,54,33,8],[146,55,33,8,"jsxDEV"],[146,61,33,8],[146,63,33,9,"Text"],[146,67,33,13],[146,68,33,13,"default"],[146,75,33,13],[147,10,33,14,"style"],[147,15,33,19],[147,17,33,21,"styles"],[147,23,33,27],[147,24,33,28,"paragraph"],[147,33,33,38],[148,10,33,38,"children"],[148,18,33,38],[148,20,33,39],[149,8,33,71],[150,10,33,71,"fileName"],[150,18,33,71],[150,20,33,71,"_jsxFileName"],[150,32,33,71],[151,10,33,71,"lineNumber"],[151,20,33,71],[152,10,33,71,"columnNumber"],[152,22,33,71],[153,8,33,71],[153,15,33,77],[153,16,33,78],[153,31,34,8],[153,35,34,8,"_reactJsxDevRuntime"],[153,54,34,8],[153,55,34,8,"jsxDEV"],[153,61,34,8],[153,63,34,9,"Text"],[153,67,34,13],[153,68,34,13,"default"],[153,75,34,13],[154,10,34,14,"style"],[154,15,34,19],[154,17,34,21,"styles"],[154,23,34,27],[154,24,34,28,"bulletPoint"],[154,35,34,40],[155,10,34,40,"children"],[155,18,34,40],[155,20,34,41],[156,8,34,75],[157,10,34,75,"fileName"],[157,18,34,75],[157,20,34,75,"_jsxFileName"],[157,32,34,75],[158,10,34,75,"lineNumber"],[158,20,34,75],[159,10,34,75,"columnNumber"],[159,22,34,75],[160,8,34,75],[160,15,34,81],[160,16,34,82],[160,31,35,8],[160,35,35,8,"_reactJsxDevRuntime"],[160,54,35,8],[160,55,35,8,"jsxDEV"],[160,61,35,8],[160,63,35,9,"Text"],[160,67,35,13],[160,68,35,13,"default"],[160,75,35,13],[161,10,35,14,"style"],[161,15,35,19],[161,17,35,21,"styles"],[161,23,35,27],[161,24,35,28,"bulletPoint"],[161,35,35,40],[162,10,35,40,"children"],[162,18,35,40],[162,20,35,41],[163,8,35,68],[164,10,35,68,"fileName"],[164,18,35,68],[164,20,35,68,"_jsxFileName"],[164,32,35,68],[165,10,35,68,"lineNumber"],[165,20,35,68],[166,10,35,68,"columnNumber"],[166,22,35,68],[167,8,35,68],[167,15,35,74],[167,16,35,75],[167,31,36,8],[167,35,36,8,"_reactJsxDevRuntime"],[167,54,36,8],[167,55,36,8,"jsxDEV"],[167,61,36,8],[167,63,36,9,"Text"],[167,67,36,13],[167,68,36,13,"default"],[167,75,36,13],[168,10,36,14,"style"],[168,15,36,19],[168,17,36,21,"styles"],[168,23,36,27],[168,24,36,28,"bulletPoint"],[168,35,36,40],[169,10,36,40,"children"],[169,18,36,40],[169,20,36,41],[170,8,36,77],[171,10,36,77,"fileName"],[171,18,36,77],[171,20,36,77,"_jsxFileName"],[171,32,36,77],[172,10,36,77,"lineNumber"],[172,20,36,77],[173,10,36,77,"columnNumber"],[173,22,36,77],[174,8,36,77],[174,15,36,83],[174,16,36,84],[174,31,37,8],[174,35,37,8,"_reactJsxDevRuntime"],[174,54,37,8],[174,55,37,8,"jsxDEV"],[174,61,37,8],[174,63,37,9,"Text"],[174,67,37,13],[174,68,37,13,"default"],[174,75,37,13],[175,10,37,14,"style"],[175,15,37,19],[175,17,37,21,"styles"],[175,23,37,27],[175,24,37,28,"bulletPoint"],[175,35,37,40],[176,10,37,40,"children"],[176,18,37,40],[176,20,37,41],[177,8,37,83],[178,10,37,83,"fileName"],[178,18,37,83],[178,20,37,83,"_jsxFileName"],[178,32,37,83],[179,10,37,83,"lineNumber"],[179,20,37,83],[180,10,37,83,"columnNumber"],[180,22,37,83],[181,8,37,83],[181,15,37,89],[181,16,37,90],[181,31,38,8],[181,35,38,8,"_reactJsxDevRuntime"],[181,54,38,8],[181,55,38,8,"jsxDEV"],[181,61,38,8],[181,63,38,9,"Text"],[181,67,38,13],[181,68,38,13,"default"],[181,75,38,13],[182,10,38,14,"style"],[182,15,38,19],[182,17,38,21,"styles"],[182,23,38,27],[182,24,38,28,"bulletPoint"],[182,35,38,40],[183,10,38,40,"children"],[183,18,38,40],[183,20,38,41],[184,8,38,86],[185,10,38,86,"fileName"],[185,18,38,86],[185,20,38,86,"_jsxFileName"],[185,32,38,86],[186,10,38,86,"lineNumber"],[186,20,38,86],[187,10,38,86,"columnNumber"],[187,22,38,86],[188,8,38,86],[188,15,38,92],[188,16,38,93],[188,31,39,8],[188,35,39,8,"_reactJsxDevRuntime"],[188,54,39,8],[188,55,39,8,"jsxDEV"],[188,61,39,8],[188,63,39,9,"Text"],[188,67,39,13],[188,68,39,13,"default"],[188,75,39,13],[189,10,39,14,"style"],[189,15,39,19],[189,17,39,21,"styles"],[189,23,39,27],[189,24,39,28,"bulletPoint"],[189,35,39,40],[190,10,39,40,"children"],[190,18,39,40],[190,20,39,41],[191,8,39,72],[192,10,39,72,"fileName"],[192,18,39,72],[192,20,39,72,"_jsxFileName"],[192,32,39,72],[193,10,39,72,"lineNumber"],[193,20,39,72],[194,10,39,72,"columnNumber"],[194,22,39,72],[195,8,39,72],[195,15,39,78],[195,16,39,79],[195,31,41,8],[195,35,41,8,"_reactJsxDevRuntime"],[195,54,41,8],[195,55,41,8,"jsxDEV"],[195,61,41,8],[195,63,41,9,"Text"],[195,67,41,13],[195,68,41,13,"default"],[195,75,41,13],[196,10,41,14,"style"],[196,15,41,19],[196,17,41,21,"styles"],[196,23,41,27],[196,24,41,28,"sectionTitle"],[196,36,41,41],[197,10,41,41,"children"],[197,18,41,41],[197,20,41,42],[198,8,41,64],[199,10,41,64,"fileName"],[199,18,41,64],[199,20,41,64,"_jsxFileName"],[199,32,41,64],[200,10,41,64,"lineNumber"],[200,20,41,64],[201,10,41,64,"columnNumber"],[201,22,41,64],[202,8,41,64],[202,15,41,70],[202,16,41,71],[202,31,42,8],[202,35,42,8,"_reactJsxDevRuntime"],[202,54,42,8],[202,55,42,8,"jsxDEV"],[202,61,42,8],[202,63,42,9,"Text"],[202,67,42,13],[202,68,42,13,"default"],[202,75,42,13],[203,10,42,14,"style"],[203,15,42,19],[203,17,42,21,"styles"],[203,23,42,27],[203,24,42,28,"paragraph"],[203,33,42,38],[204,10,42,38,"children"],[204,18,42,38],[204,20,42,39],[205,8,44,8],[206,10,44,8,"fileName"],[206,18,44,8],[206,20,44,8,"_jsxFileName"],[206,32,44,8],[207,10,44,8,"lineNumber"],[207,20,44,8],[208,10,44,8,"columnNumber"],[208,22,44,8],[209,8,44,8],[209,15,44,14],[209,16,44,15],[209,31,45,8],[209,35,45,8,"_reactJsxDevRuntime"],[209,54,45,8],[209,55,45,8,"jsxDEV"],[209,61,45,8],[209,63,45,9,"Text"],[209,67,45,13],[209,68,45,13,"default"],[209,75,45,13],[210,10,45,14,"style"],[210,15,45,19],[210,17,45,21,"styles"],[210,23,45,27],[210,24,45,28,"bulletPoint"],[210,35,45,40],[211,10,45,40,"children"],[211,18,45,40],[211,20,45,41],[212,8,45,60],[213,10,45,60,"fileName"],[213,18,45,60],[213,20,45,60,"_jsxFileName"],[213,32,45,60],[214,10,45,60,"lineNumber"],[214,20,45,60],[215,10,45,60,"columnNumber"],[215,22,45,60],[216,8,45,60],[216,15,45,66],[216,16,45,67],[216,31,46,8],[216,35,46,8,"_reactJsxDevRuntime"],[216,54,46,8],[216,55,46,8,"jsxDEV"],[216,61,46,8],[216,63,46,9,"Text"],[216,67,46,13],[216,68,46,13,"default"],[216,75,46,13],[217,10,46,14,"style"],[217,15,46,19],[217,17,46,21,"styles"],[217,23,46,27],[217,24,46,28,"bulletPoint"],[217,35,46,40],[218,10,46,40,"children"],[218,18,46,40],[218,20,46,41],[219,8,46,75],[220,10,46,75,"fileName"],[220,18,46,75],[220,20,46,75,"_jsxFileName"],[220,32,46,75],[221,10,46,75,"lineNumber"],[221,20,46,75],[222,10,46,75,"columnNumber"],[222,22,46,75],[223,8,46,75],[223,15,46,81],[223,16,46,82],[223,31,47,8],[223,35,47,8,"_reactJsxDevRuntime"],[223,54,47,8],[223,55,47,8,"jsxDEV"],[223,61,47,8],[223,63,47,9,"Text"],[223,67,47,13],[223,68,47,13,"default"],[223,75,47,13],[224,10,47,14,"style"],[224,15,47,19],[224,17,47,21,"styles"],[224,23,47,27],[224,24,47,28,"bulletPoint"],[224,35,47,40],[225,10,47,40,"children"],[225,18,47,40],[225,20,47,41],[226,8,47,79],[227,10,47,79,"fileName"],[227,18,47,79],[227,20,47,79,"_jsxFileName"],[227,32,47,79],[228,10,47,79,"lineNumber"],[228,20,47,79],[229,10,47,79,"columnNumber"],[229,22,47,79],[230,8,47,79],[230,15,47,85],[230,16,47,86],[230,31,48,8],[230,35,48,8,"_reactJsxDevRuntime"],[230,54,48,8],[230,55,48,8,"jsxDEV"],[230,61,48,8],[230,63,48,9,"Text"],[230,67,48,13],[230,68,48,13,"default"],[230,75,48,13],[231,10,48,14,"style"],[231,15,48,19],[231,17,48,21,"styles"],[231,23,48,27],[231,24,48,28,"bulletPoint"],[231,35,48,40],[232,10,48,40,"children"],[232,18,48,40],[232,20,48,41],[233,8,48,88],[234,10,48,88,"fileName"],[234,18,48,88],[234,20,48,88,"_jsxFileName"],[234,32,48,88],[235,10,48,88,"lineNumber"],[235,20,48,88],[236,10,48,88,"columnNumber"],[236,22,48,88],[237,8,48,88],[237,15,48,94],[237,16,48,95],[237,31,50,8],[237,35,50,8,"_reactJsxDevRuntime"],[237,54,50,8],[237,55,50,8,"jsxDEV"],[237,61,50,8],[237,63,50,9,"Text"],[237,67,50,13],[237,68,50,13,"default"],[237,75,50,13],[238,10,50,14,"style"],[238,15,50,19],[238,17,50,21,"styles"],[238,23,50,27],[238,24,50,28,"sectionTitle"],[238,36,50,41],[239,10,50,41,"children"],[239,18,50,41],[239,20,50,42],[240,8,50,68],[241,10,50,68,"fileName"],[241,18,50,68],[241,20,50,68,"_jsxFileName"],[241,32,50,68],[242,10,50,68,"lineNumber"],[242,20,50,68],[243,10,50,68,"columnNumber"],[243,22,50,68],[244,8,50,68],[244,15,50,74],[244,16,50,75],[244,31,51,8],[244,35,51,8,"_reactJsxDevRuntime"],[244,54,51,8],[244,55,51,8,"jsxDEV"],[244,61,51,8],[244,63,51,9,"Text"],[244,67,51,13],[244,68,51,13,"default"],[244,75,51,13],[245,10,51,14,"style"],[245,15,51,19],[245,17,51,21,"styles"],[245,23,51,27],[245,24,51,28,"paragraph"],[245,33,51,38],[246,10,51,38,"children"],[246,18,51,38],[246,20,51,39],[247,8,53,8],[248,10,53,8,"fileName"],[248,18,53,8],[248,20,53,8,"_jsxFileName"],[248,32,53,8],[249,10,53,8,"lineNumber"],[249,20,53,8],[250,10,53,8,"columnNumber"],[250,22,53,8],[251,8,53,8],[251,15,53,14],[251,16,53,15],[251,31,55,8],[251,35,55,8,"_reactJsxDevRuntime"],[251,54,55,8],[251,55,55,8,"jsxDEV"],[251,61,55,8],[251,63,55,9,"Text"],[251,67,55,13],[251,68,55,13,"default"],[251,75,55,13],[252,10,55,14,"style"],[252,15,55,19],[252,17,55,21,"styles"],[252,23,55,27],[252,24,55,28,"sectionTitle"],[252,36,55,41],[253,10,55,41,"children"],[253,18,55,41],[253,20,55,42],[254,8,55,58],[255,10,55,58,"fileName"],[255,18,55,58],[255,20,55,58,"_jsxFileName"],[255,32,55,58],[256,10,55,58,"lineNumber"],[256,20,55,58],[257,10,55,58,"columnNumber"],[257,22,55,58],[258,8,55,58],[258,15,55,64],[258,16,55,65],[258,31,56,8],[258,35,56,8,"_reactJsxDevRuntime"],[258,54,56,8],[258,55,56,8,"jsxDEV"],[258,61,56,8],[258,63,56,9,"Text"],[258,67,56,13],[258,68,56,13,"default"],[258,75,56,13],[259,10,56,14,"style"],[259,15,56,19],[259,17,56,21,"styles"],[259,23,56,27],[259,24,56,28,"paragraph"],[259,33,56,38],[260,10,56,38,"children"],[260,18,56,38],[260,20,56,39],[261,8,58,8],[262,10,58,8,"fileName"],[262,18,58,8],[262,20,58,8,"_jsxFileName"],[262,32,58,8],[263,10,58,8,"lineNumber"],[263,20,58,8],[264,10,58,8,"columnNumber"],[264,22,58,8],[265,8,58,8],[265,15,58,14],[265,16,58,15],[265,31,59,8],[265,35,59,8,"_reactJsxDevRuntime"],[265,54,59,8],[265,55,59,8,"jsxDEV"],[265,61,59,8],[265,63,59,9,"Text"],[265,67,59,13],[265,68,59,13,"default"],[265,75,59,13],[266,10,59,14,"style"],[266,15,59,19],[266,17,59,21,"styles"],[266,23,59,27],[266,24,59,28,"bulletPoint"],[266,35,59,40],[267,10,59,40,"children"],[267,18,59,40],[267,20,59,41],[268,8,59,71],[269,10,59,71,"fileName"],[269,18,59,71],[269,20,59,71,"_jsxFileName"],[269,32,59,71],[270,10,59,71,"lineNumber"],[270,20,59,71],[271,10,59,71,"columnNumber"],[271,22,59,71],[272,8,59,71],[272,15,59,77],[272,16,59,78],[272,31,60,8],[272,35,60,8,"_reactJsxDevRuntime"],[272,54,60,8],[272,55,60,8,"jsxDEV"],[272,61,60,8],[272,63,60,9,"Text"],[272,67,60,13],[272,68,60,13,"default"],[272,75,60,13],[273,10,60,14,"style"],[273,15,60,19],[273,17,60,21,"styles"],[273,23,60,27],[273,24,60,28,"bulletPoint"],[273,35,60,40],[274,10,60,40,"children"],[274,18,60,40],[274,20,60,41],[275,8,60,74],[276,10,60,74,"fileName"],[276,18,60,74],[276,20,60,74,"_jsxFileName"],[276,32,60,74],[277,10,60,74,"lineNumber"],[277,20,60,74],[278,10,60,74,"columnNumber"],[278,22,60,74],[279,8,60,74],[279,15,60,80],[279,16,60,81],[279,31,61,8],[279,35,61,8,"_reactJsxDevRuntime"],[279,54,61,8],[279,55,61,8,"jsxDEV"],[279,61,61,8],[279,63,61,9,"Text"],[279,67,61,13],[279,68,61,13,"default"],[279,75,61,13],[280,10,61,14,"style"],[280,15,61,19],[280,17,61,21,"styles"],[280,23,61,27],[280,24,61,28,"bulletPoint"],[280,35,61,40],[281,10,61,40,"children"],[281,18,61,40],[281,20,61,41],[282,8,61,66],[283,10,61,66,"fileName"],[283,18,61,66],[283,20,61,66,"_jsxFileName"],[283,32,61,66],[284,10,61,66,"lineNumber"],[284,20,61,66],[285,10,61,66,"columnNumber"],[285,22,61,66],[286,8,61,66],[286,15,61,72],[286,16,61,73],[286,31,62,8],[286,35,62,8,"_reactJsxDevRuntime"],[286,54,62,8],[286,55,62,8,"jsxDEV"],[286,61,62,8],[286,63,62,9,"Text"],[286,67,62,13],[286,68,62,13,"default"],[286,75,62,13],[287,10,62,14,"style"],[287,15,62,19],[287,17,62,21,"styles"],[287,23,62,27],[287,24,62,28,"bulletPoint"],[287,35,62,40],[288,10,62,40,"children"],[288,18,62,40],[288,20,62,41],[289,8,62,75],[290,10,62,75,"fileName"],[290,18,62,75],[290,20,62,75,"_jsxFileName"],[290,32,62,75],[291,10,62,75,"lineNumber"],[291,20,62,75],[292,10,62,75,"columnNumber"],[292,22,62,75],[293,8,62,75],[293,15,62,81],[293,16,62,82],[293,31,64,8],[293,35,64,8,"_reactJsxDevRuntime"],[293,54,64,8],[293,55,64,8,"jsxDEV"],[293,61,64,8],[293,63,64,9,"Text"],[293,67,64,13],[293,68,64,13,"default"],[293,75,64,13],[294,10,64,14,"style"],[294,15,64,19],[294,17,64,21,"styles"],[294,23,64,27],[294,24,64,28,"sectionTitle"],[294,36,64,41],[295,10,64,41,"children"],[295,18,64,41],[295,20,64,42],[296,8,64,56],[297,10,64,56,"fileName"],[297,18,64,56],[297,20,64,56,"_jsxFileName"],[297,32,64,56],[298,10,64,56,"lineNumber"],[298,20,64,56],[299,10,64,56,"columnNumber"],[299,22,64,56],[300,8,64,56],[300,15,64,62],[300,16,64,63],[300,31,65,8],[300,35,65,8,"_reactJsxDevRuntime"],[300,54,65,8],[300,55,65,8,"jsxDEV"],[300,61,65,8],[300,63,65,9,"Text"],[300,67,65,13],[300,68,65,13,"default"],[300,75,65,13],[301,10,65,14,"style"],[301,15,65,19],[301,17,65,21,"styles"],[301,23,65,27],[301,24,65,28,"paragraph"],[301,33,65,38],[302,10,65,38,"children"],[302,18,65,38],[302,20,65,39],[303,8,65,61],[304,10,65,61,"fileName"],[304,18,65,61],[304,20,65,61,"_jsxFileName"],[304,32,65,61],[305,10,65,61,"lineNumber"],[305,20,65,61],[306,10,65,61,"columnNumber"],[306,22,65,61],[307,8,65,61],[307,15,65,67],[307,16,65,68],[307,31,66,8],[307,35,66,8,"_reactJsxDevRuntime"],[307,54,66,8],[307,55,66,8,"jsxDEV"],[307,61,66,8],[307,63,66,9,"Text"],[307,67,66,13],[307,68,66,13,"default"],[307,75,66,13],[308,10,66,14,"style"],[308,15,66,19],[308,17,66,21,"styles"],[308,23,66,27],[308,24,66,28,"bulletPoint"],[308,35,66,40],[309,10,66,40,"children"],[309,18,66,40],[309,20,66,41],[310,8,66,75],[311,10,66,75,"fileName"],[311,18,66,75],[311,20,66,75,"_jsxFileName"],[311,32,66,75],[312,10,66,75,"lineNumber"],[312,20,66,75],[313,10,66,75,"columnNumber"],[313,22,66,75],[314,8,66,75],[314,15,66,81],[314,16,66,82],[314,31,67,8],[314,35,67,8,"_reactJsxDevRuntime"],[314,54,67,8],[314,55,67,8,"jsxDEV"],[314,61,67,8],[314,63,67,9,"Text"],[314,67,67,13],[314,68,67,13,"default"],[314,75,67,13],[315,10,67,14,"style"],[315,15,67,19],[315,17,67,21,"styles"],[315,23,67,27],[315,24,67,28,"bulletPoint"],[315,35,67,40],[316,10,67,40,"children"],[316,18,67,40],[316,20,67,41],[317,8,67,73],[318,10,67,73,"fileName"],[318,18,67,73],[318,20,67,73,"_jsxFileName"],[318,32,67,73],[319,10,67,73,"lineNumber"],[319,20,67,73],[320,10,67,73,"columnNumber"],[320,22,67,73],[321,8,67,73],[321,15,67,79],[321,16,67,80],[321,31,68,8],[321,35,68,8,"_reactJsxDevRuntime"],[321,54,68,8],[321,55,68,8,"jsxDEV"],[321,61,68,8],[321,63,68,9,"Text"],[321,67,68,13],[321,68,68,13,"default"],[321,75,68,13],[322,10,68,14,"style"],[322,15,68,19],[322,17,68,21,"styles"],[322,23,68,27],[322,24,68,28,"bulletPoint"],[322,35,68,40],[323,10,68,40,"children"],[323,18,68,40],[323,20,68,41],[324,8,68,71],[325,10,68,71,"fileName"],[325,18,68,71],[325,20,68,71,"_jsxFileName"],[325,32,68,71],[326,10,68,71,"lineNumber"],[326,20,68,71],[327,10,68,71,"columnNumber"],[327,22,68,71],[328,8,68,71],[328,15,68,77],[328,16,68,78],[328,31,69,8],[328,35,69,8,"_reactJsxDevRuntime"],[328,54,69,8],[328,55,69,8,"jsxDEV"],[328,61,69,8],[328,63,69,9,"Text"],[328,67,69,13],[328,68,69,13,"default"],[328,75,69,13],[329,10,69,14,"style"],[329,15,69,19],[329,17,69,21,"styles"],[329,23,69,27],[329,24,69,28,"bulletPoint"],[329,35,69,40],[330,10,69,40,"children"],[330,18,69,40],[330,20,69,41],[331,8,69,59],[332,10,69,59,"fileName"],[332,18,69,59],[332,20,69,59,"_jsxFileName"],[332,32,69,59],[333,10,69,59,"lineNumber"],[333,20,69,59],[334,10,69,59,"columnNumber"],[334,22,69,59],[335,8,69,59],[335,15,69,65],[335,16,69,66],[335,31,70,8],[335,35,70,8,"_reactJsxDevRuntime"],[335,54,70,8],[335,55,70,8,"jsxDEV"],[335,61,70,8],[335,63,70,9,"Text"],[335,67,70,13],[335,68,70,13,"default"],[335,75,70,13],[336,10,70,14,"style"],[336,15,70,19],[336,17,70,21,"styles"],[336,23,70,27],[336,24,70,28,"bulletPoint"],[336,35,70,40],[337,10,70,40,"children"],[337,18,70,40],[337,20,70,41],[338,8,70,78],[339,10,70,78,"fileName"],[339,18,70,78],[339,20,70,78,"_jsxFileName"],[339,32,70,78],[340,10,70,78,"lineNumber"],[340,20,70,78],[341,10,70,78,"columnNumber"],[341,22,70,78],[342,8,70,78],[342,15,70,84],[342,16,70,85],[342,31,72,8],[342,35,72,8,"_reactJsxDevRuntime"],[342,54,72,8],[342,55,72,8,"jsxDEV"],[342,61,72,8],[342,63,72,9,"Text"],[342,67,72,13],[342,68,72,13,"default"],[342,75,72,13],[343,10,72,14,"style"],[343,15,72,19],[343,17,72,21,"styles"],[343,23,72,27],[343,24,72,28,"sectionTitle"],[343,36,72,41],[344,10,72,41,"children"],[344,18,72,41],[344,20,72,42],[345,8,72,59],[346,10,72,59,"fileName"],[346,18,72,59],[346,20,72,59,"_jsxFileName"],[346,32,72,59],[347,10,72,59,"lineNumber"],[347,20,72,59],[348,10,72,59,"columnNumber"],[348,22,72,59],[349,8,72,59],[349,15,72,65],[349,16,72,66],[349,31,73,8],[349,35,73,8,"_reactJsxDevRuntime"],[349,54,73,8],[349,55,73,8,"jsxDEV"],[349,61,73,8],[349,63,73,9,"Text"],[349,67,73,13],[349,68,73,13,"default"],[349,75,73,13],[350,10,73,14,"style"],[350,15,73,19],[350,17,73,21,"styles"],[350,23,73,27],[350,24,73,28,"paragraph"],[350,33,73,38],[351,10,73,38,"children"],[351,18,73,38],[351,20,73,39],[352,8,75,8],[353,10,75,8,"fileName"],[353,18,75,8],[353,20,75,8,"_jsxFileName"],[353,32,75,8],[354,10,75,8,"lineNumber"],[354,20,75,8],[355,10,75,8,"columnNumber"],[355,22,75,8],[356,8,75,8],[356,15,75,14],[356,16,75,15],[356,31,77,8],[356,35,77,8,"_reactJsxDevRuntime"],[356,54,77,8],[356,55,77,8,"jsxDEV"],[356,61,77,8],[356,63,77,9,"Text"],[356,67,77,13],[356,68,77,13,"default"],[356,75,77,13],[357,10,77,14,"style"],[357,15,77,19],[357,17,77,21,"styles"],[357,23,77,27],[357,24,77,28,"sectionTitle"],[357,36,77,41],[358,10,77,41,"children"],[358,18,77,41],[358,20,77,42],[359,8,77,63],[360,10,77,63,"fileName"],[360,18,77,63],[360,20,77,63,"_jsxFileName"],[360,32,77,63],[361,10,77,63,"lineNumber"],[361,20,77,63],[362,10,77,63,"columnNumber"],[362,22,77,63],[363,8,77,63],[363,15,77,69],[363,16,77,70],[363,31,78,8],[363,35,78,8,"_reactJsxDevRuntime"],[363,54,78,8],[363,55,78,8,"jsxDEV"],[363,61,78,8],[363,63,78,9,"Text"],[363,67,78,13],[363,68,78,13,"default"],[363,75,78,13],[364,10,78,14,"style"],[364,15,78,19],[364,17,78,21,"styles"],[364,23,78,27],[364,24,78,28,"paragraph"],[364,33,78,38],[365,10,78,38,"children"],[365,18,78,38],[365,20,78,39],[366,8,80,8],[367,10,80,8,"fileName"],[367,18,80,8],[367,20,80,8,"_jsxFileName"],[367,32,80,8],[368,10,80,8,"lineNumber"],[368,20,80,8],[369,10,80,8,"columnNumber"],[369,22,80,8],[370,8,80,8],[370,15,80,14],[370,16,80,15],[370,31,82,8],[370,35,82,8,"_reactJsxDevRuntime"],[370,54,82,8],[370,55,82,8,"jsxDEV"],[370,61,82,8],[370,63,82,9,"Text"],[370,67,82,13],[370,68,82,13,"default"],[370,75,82,13],[371,10,82,14,"style"],[371,15,82,19],[371,17,82,21,"styles"],[371,23,82,27],[371,24,82,28,"sectionTitle"],[371,36,82,41],[372,10,82,41,"children"],[372,18,82,41],[372,20,82,42],[373,8,82,73],[374,10,82,73,"fileName"],[374,18,82,73],[374,20,82,73,"_jsxFileName"],[374,32,82,73],[375,10,82,73,"lineNumber"],[375,20,82,73],[376,10,82,73,"columnNumber"],[376,22,82,73],[377,8,82,73],[377,15,82,79],[377,16,82,80],[377,31,83,8],[377,35,83,8,"_reactJsxDevRuntime"],[377,54,83,8],[377,55,83,8,"jsxDEV"],[377,61,83,8],[377,63,83,9,"Text"],[377,67,83,13],[377,68,83,13,"default"],[377,75,83,13],[378,10,83,14,"style"],[378,15,83,19],[378,17,83,21,"styles"],[378,23,83,27],[378,24,83,28,"paragraph"],[378,33,83,38],[379,10,83,38,"children"],[379,18,83,38],[379,20,83,39],[380,8,85,8],[381,10,85,8,"fileName"],[381,18,85,8],[381,20,85,8,"_jsxFileName"],[381,32,85,8],[382,10,85,8,"lineNumber"],[382,20,85,8],[383,10,85,8,"columnNumber"],[383,22,85,8],[384,8,85,8],[384,15,85,14],[384,16,85,15],[384,31,87,8],[384,35,87,8,"_reactJsxDevRuntime"],[384,54,87,8],[384,55,87,8,"jsxDEV"],[384,61,87,8],[384,63,87,9,"Text"],[384,67,87,13],[384,68,87,13,"default"],[384,75,87,13],[385,10,87,14,"style"],[385,15,87,19],[385,17,87,21,"styles"],[385,23,87,27],[385,24,87,28,"sectionTitle"],[385,36,87,41],[386,10,87,41,"children"],[386,18,87,41],[386,20,87,42],[387,8,87,71],[388,10,87,71,"fileName"],[388,18,87,71],[388,20,87,71,"_jsxFileName"],[388,32,87,71],[389,10,87,71,"lineNumber"],[389,20,87,71],[390,10,87,71,"columnNumber"],[390,22,87,71],[391,8,87,71],[391,15,87,77],[391,16,87,78],[391,31,88,8],[391,35,88,8,"_reactJsxDevRuntime"],[391,54,88,8],[391,55,88,8,"jsxDEV"],[391,61,88,8],[391,63,88,9,"Text"],[391,67,88,13],[391,68,88,13,"default"],[391,75,88,13],[392,10,88,14,"style"],[392,15,88,19],[392,17,88,21,"styles"],[392,23,88,27],[392,24,88,28,"paragraph"],[392,33,88,38],[393,10,88,38,"children"],[393,18,88,38],[393,20,88,39],[394,8,90,8],[395,10,90,8,"fileName"],[395,18,90,8],[395,20,90,8,"_jsxFileName"],[395,32,90,8],[396,10,90,8,"lineNumber"],[396,20,90,8],[397,10,90,8,"columnNumber"],[397,22,90,8],[398,8,90,8],[398,15,90,14],[398,16,90,15],[398,31,92,8],[398,35,92,8,"_reactJsxDevRuntime"],[398,54,92,8],[398,55,92,8,"jsxDEV"],[398,61,92,8],[398,63,92,9,"Text"],[398,67,92,13],[398,68,92,13,"default"],[398,75,92,13],[399,10,92,14,"style"],[399,15,92,19],[399,17,92,21,"styles"],[399,23,92,27],[399,24,92,28,"sectionTitle"],[399,36,92,41],[400,10,92,41,"children"],[400,18,92,41],[400,20,92,42],[401,8,92,56],[402,10,92,56,"fileName"],[402,18,92,56],[402,20,92,56,"_jsxFileName"],[402,32,92,56],[403,10,92,56,"lineNumber"],[403,20,92,56],[404,10,92,56,"columnNumber"],[404,22,92,56],[405,8,92,56],[405,15,92,62],[405,16,92,63],[405,31,93,8],[405,35,93,8,"_reactJsxDevRuntime"],[405,54,93,8],[405,55,93,8,"jsxDEV"],[405,61,93,8],[405,63,93,9,"Text"],[405,67,93,13],[405,68,93,13,"default"],[405,75,93,13],[406,10,93,14,"style"],[406,15,93,19],[406,17,93,21,"styles"],[406,23,93,27],[406,24,93,28,"paragraph"],[406,33,93,38],[407,10,93,38,"children"],[407,18,93,38],[407,20,93,39],[408,8,95,8],[409,10,95,8,"fileName"],[409,18,95,8],[409,20,95,8,"_jsxFileName"],[409,32,95,8],[410,10,95,8,"lineNumber"],[410,20,95,8],[411,10,95,8,"columnNumber"],[411,22,95,8],[412,8,95,8],[412,15,95,14],[412,16,95,15],[412,31,96,8],[412,35,96,8,"_reactJsxDevRuntime"],[412,54,96,8],[412,55,96,8,"jsxDEV"],[412,61,96,8],[412,63,96,9,"Text"],[412,67,96,13],[412,68,96,13,"default"],[412,75,96,13],[413,10,96,14,"style"],[413,15,96,19],[413,17,96,21,"styles"],[413,23,96,27],[413,24,96,28,"bulletPoint"],[413,35,96,40],[414,10,96,40,"children"],[414,18,96,40],[414,20,96,41],[415,8,96,73],[416,10,96,73,"fileName"],[416,18,96,73],[416,20,96,73,"_jsxFileName"],[416,32,96,73],[417,10,96,73,"lineNumber"],[417,20,96,73],[418,10,96,73,"columnNumber"],[418,22,96,73],[419,8,96,73],[419,15,96,79],[419,16,96,80],[419,31,97,8],[419,35,97,8,"_reactJsxDevRuntime"],[419,54,97,8],[419,55,97,8,"jsxDEV"],[419,61,97,8],[419,63,97,9,"Text"],[419,67,97,13],[419,68,97,13,"default"],[419,75,97,13],[420,10,97,14,"style"],[420,15,97,19],[420,17,97,21,"styles"],[420,23,97,27],[420,24,97,28,"bulletPoint"],[420,35,97,40],[421,10,97,40,"children"],[421,18,97,40],[421,20,97,41],[422,8,97,75],[423,10,97,75,"fileName"],[423,18,97,75],[423,20,97,75,"_jsxFileName"],[423,32,97,75],[424,10,97,75,"lineNumber"],[424,20,97,75],[425,10,97,75,"columnNumber"],[425,22,97,75],[426,8,97,75],[426,15,97,81],[426,16,97,82],[427,6,97,82],[428,8,97,82,"fileName"],[428,16,97,82],[428,18,97,82,"_jsxFileName"],[428,30,97,82],[429,8,97,82,"lineNumber"],[429,18,97,82],[430,8,97,82,"columnNumber"],[430,20,97,82],[431,6,97,82],[431,13,98,18],[431,14,98,19],[432,4,98,19],[433,6,98,19,"fileName"],[433,14,98,19],[433,16,98,19,"_jsxFileName"],[433,28,98,19],[434,6,98,19,"lineNumber"],[434,16,98,19],[435,6,98,19,"columnNumber"],[435,18,98,19],[436,4,98,19],[436,11,99,10],[436,12,99,11],[437,2,101,0],[438,2,101,1,"_s"],[438,4,101,1],[438,5,6,24,"PrivacyScreen"],[438,18,6,37],[439,4,6,37],[439,12,7,17,"useSafeAreaInsets"],[439,39,7,34],[439,40,7,34,"useSafeAreaInsets"],[439,57,7,34],[440,2,7,34],[441,2,7,34,"_c"],[441,4,7,34],[441,7,6,24,"PrivacyScreen"],[441,20,6,37],[442,2,103,0],[442,8,103,6,"styles"],[442,14,103,12],[442,17,103,15,"StyleSheet"],[442,27,103,25],[442,28,103,25,"default"],[442,35,103,25],[442,36,103,26,"create"],[442,42,103,32],[442,43,103,33],[443,4,104,2,"container"],[443,13,104,11],[443,15,104,13],[444,6,105,4,"flex"],[444,10,105,8],[444,12,105,10],[444,13,105,11],[445,6,106,4,"backgroundColor"],[445,21,106,19],[445,23,106,21],[446,4,107,2],[446,5,107,3],[447,4,108,2,"header"],[447,10,108,8],[447,12,108,10],[448,6,109,4,"flexDirection"],[448,19,109,17],[448,21,109,19],[448,26,109,24],[449,6,110,4,"alignItems"],[449,16,110,14],[449,18,110,16],[449,26,110,24],[450,6,111,4,"justifyContent"],[450,20,111,18],[450,22,111,20],[450,37,111,35],[451,6,112,4,"paddingHorizontal"],[451,23,112,21],[451,25,112,23],[451,27,112,25],[452,6,113,4,"paddingVertical"],[452,21,113,19],[452,23,113,21],[452,25,113,23],[453,6,114,4,"backgroundColor"],[453,21,114,19],[453,23,114,21],[453,29,114,27],[454,6,115,4,"borderBottomWidth"],[454,23,115,21],[454,25,115,23],[454,26,115,24],[455,6,116,4,"borderBottomColor"],[455,23,116,21],[455,25,116,23],[456,4,117,2],[456,5,117,3],[457,4,118,2,"backButton"],[457,14,118,12],[457,16,118,14],[458,6,119,4,"width"],[458,11,119,9],[458,13,119,11],[458,15,119,13],[459,6,120,4,"height"],[459,12,120,10],[459,14,120,12],[459,16,120,14],[460,6,121,4,"borderRadius"],[460,18,121,16],[460,20,121,18],[460,22,121,20],[461,6,122,4,"backgroundColor"],[461,21,122,19],[461,23,122,21],[461,32,122,30],[462,6,123,4,"alignItems"],[462,16,123,14],[462,18,123,16],[462,26,123,24],[463,6,124,4,"justifyContent"],[463,20,124,18],[463,22,124,20],[464,4,125,2],[464,5,125,3],[465,4,126,2,"headerTitle"],[465,15,126,13],[465,17,126,15],[466,6,127,4,"fontSize"],[466,14,127,12],[466,16,127,14],[466,18,127,16],[467,6,128,4,"fontWeight"],[467,16,128,14],[467,18,128,16],[467,23,128,21],[468,6,129,4,"color"],[468,11,129,9],[468,13,129,11],[469,4,130,2],[469,5,130,3],[470,4,131,2,"scrollContent"],[470,17,131,15],[470,19,131,17],[471,6,132,4,"padding"],[471,13,132,11],[471,15,132,13],[471,17,132,15],[472,6,133,4,"paddingBottom"],[472,19,133,17],[472,21,133,19],[473,4,134,2],[473,5,134,3],[474,4,135,2,"updateDate"],[474,14,135,12],[474,16,135,14],[475,6,136,4,"fontSize"],[475,14,136,12],[475,16,136,14],[475,18,136,16],[476,6,137,4,"color"],[476,11,137,9],[476,13,137,11],[476,22,137,20],[477,6,138,4,"marginBottom"],[477,18,138,16],[477,20,138,18],[477,22,138,20],[478,6,139,4,"fontStyle"],[478,15,139,13],[478,17,139,15],[479,4,140,2],[479,5,140,3],[480,4,141,2,"sectionTitle"],[480,16,141,14],[480,18,141,16],[481,6,142,4,"fontSize"],[481,14,142,12],[481,16,142,14],[481,18,142,16],[482,6,143,4,"fontWeight"],[482,16,143,14],[482,18,143,16],[482,23,143,21],[483,6,144,4,"color"],[483,11,144,9],[483,13,144,11],[483,22,144,20],[484,6,145,4,"marginTop"],[484,15,145,13],[484,17,145,15],[484,19,145,17],[485,6,146,4,"marginBottom"],[485,18,146,16],[485,20,146,18],[486,4,147,2],[486,5,147,3],[487,4,148,2,"paragraph"],[487,13,148,11],[487,15,148,13],[488,6,149,4,"fontSize"],[488,14,149,12],[488,16,149,14],[488,18,149,16],[489,6,150,4,"color"],[489,11,150,9],[489,13,150,11],[489,22,150,20],[490,6,151,4,"lineHeight"],[490,16,151,14],[490,18,151,16],[490,20,151,18],[491,6,152,4,"marginBottom"],[491,18,152,16],[491,20,152,18],[492,4,153,2],[492,5,153,3],[493,4,154,2,"bulletPoint"],[493,15,154,13],[493,17,154,15],[494,6,155,4,"fontSize"],[494,14,155,12],[494,16,155,14],[494,18,155,16],[495,6,156,4,"color"],[495,11,156,9],[495,13,156,11],[495,22,156,20],[496,6,157,4,"lineHeight"],[496,16,157,14],[496,18,157,16],[496,20,157,18],[497,6,158,4,"marginLeft"],[497,16,158,14],[497,18,158,16],[497,20,158,18],[498,6,159,4,"marginBottom"],[498,18,159,16],[498,20,159,18],[499,4,160,2],[500,2,161,0],[500,3,161,1],[500,4,161,2],[501,2,161,3],[501,6,161,3,"_c"],[501,8,161,3],[502,2,161,3,"$RefreshReg$"],[502,14,161,3],[502,15,161,3,"_c"],[502,17,161,3],[503,0,161,3],[503,3]],"functionMap":{"names":["","PrivacyScreen","TouchableOpacity.props.onPress"],"mappings":"AAA;eCK;mCCM,yBD;CDyF"},"hasCjsExports":false},"type":"js/module"}]} \ No newline at end of file diff --git a/frontend/.metro-cache/cache/c7/f73643cb206e1c07f35762839db447d2530a10312f0a7dae7426bfe9ad4462a1cf8c0f b/frontend/.metro-cache/cache/c7/f73643cb206e1c07f35762839db447d2530a10312f0a7dae7426bfe9ad4462a1cf8c0f new file mode 100644 index 00000000..2ff31021 --- /dev/null +++ b/frontend/.metro-cache/cache/c7/f73643cb206e1c07f35762839db447d2530a10312f0a7dae7426bfe9ad4462a1cf8c0f @@ -0,0 +1 @@ +{"dependencies":[{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":26,"index":26}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"expo-status-bar","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":27},"end":{"line":2,"column":44,"index":71}}],"key":"tlkgvZrxUMG8C7vDDJbsBGIlvhs=","exportNames":["*"],"imports":1}},{"name":"@react-navigation/native","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":3,"column":0,"index":72},"end":{"line":3,"column":63,"index":135}}],"key":"yKhyWCfwa1gXEwEbMKnWHykYbZ4=","exportNames":["*"],"imports":1}},{"name":"@react-navigation/native-stack","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":4,"column":0,"index":136},"end":{"line":4,"column":76,"index":212}}],"key":"kL7YyDHXbQgeoRvc2xX4WvC056I=","exportNames":["*"],"imports":1}},{"name":"./src/contexts/AuthContext","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":5,"column":0,"index":213},"end":{"line":5,"column":58,"index":271}}],"key":"hkG6rfMCkOXbkIn/bxyiB8dw7Go=","exportNames":["*"],"imports":1}},{"name":"./src/screens/LanguageScreen","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":6,"column":0,"index":272},"end":{"line":6,"column":58,"index":330}}],"key":"r0oCXn0bLVYhFhlK4ZXGJz88+AU=","exportNames":["*"],"imports":1}},{"name":"./src/screens/HumanVerificationScreen","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":7,"column":0,"index":331},"end":{"line":7,"column":76,"index":407}}],"key":"TaXkQzLPXUOJtR5HMi07lPG4waI=","exportNames":["*"],"imports":1}},{"name":"./src/screens/AuthScreen","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":8,"column":0,"index":408},"end":{"line":8,"column":50,"index":458}}],"key":"qkOGcG7Id2Te0rMLuAhkYAOJRc8=","exportNames":["*"],"imports":1}},{"name":"./src/screens/HomeScreen","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":9,"column":0,"index":459},"end":{"line":9,"column":50,"index":509}}],"key":"TuO2yEBLkh4YjSgr/iR6qWAGFHg=","exportNames":["*"],"imports":1}},{"name":"./src/screens/NotificationsScreen","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":10,"column":0,"index":510},"end":{"line":10,"column":68,"index":578}}],"key":"Nc78KrDmUrJ95VyqkBcpssHz0EE=","exportNames":["*"],"imports":1}},{"name":"./src/screens/SettingsScreen","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":11,"column":0,"index":579},"end":{"line":11,"column":58,"index":637}}],"key":"z6BWMnNOQBSgBqtFNDMAY0KHvZk=","exportNames":["*"],"imports":1}},{"name":"./src/screens/QRScannerScreen","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":12,"column":0,"index":638},"end":{"line":12,"column":60,"index":698}}],"key":"BuXeFOPzuhl59001tBju6OyXJJU=","exportNames":["*"],"imports":1}},{"name":"./src/screens/EditProfileScreen","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0,"index":699},"end":{"line":13,"column":64,"index":763}}],"key":"3H8+S3ge4E+58KBX9aqHGAPCcmg=","exportNames":["*"],"imports":1}},{"name":"./src/screens/ChangePasswordScreen","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":14,"column":0,"index":764},"end":{"line":14,"column":70,"index":834}}],"key":"29GgShr9NbeH3lOxR9yjt4juUbk=","exportNames":["*"],"imports":1}},{"name":"./src/screens/TermsScreen","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":15,"column":0,"index":835},"end":{"line":15,"column":52,"index":887}}],"key":"/EHLGE4J7cF/Qezr+8sQLniW7Sc=","exportNames":["*"],"imports":1}},{"name":"./src/screens/PrivacyScreen","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":16,"column":0,"index":888},"end":{"line":16,"column":56,"index":944}}],"key":"rG5BrOBmG2Vmmw+aA31q8frBE8M=","exportNames":["*"],"imports":1}},{"name":"./src/screens/HelpScreen","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":17,"column":0,"index":945},"end":{"line":17,"column":50,"index":995}}],"key":"xH9CRdje2nsRn38Cb25w4VUeNtc=","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/App.tsx\";\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 App;\n }\n });\n require(_dependencyMap[0], \"react\");\n var _expoStatusBar = require(_dependencyMap[1], \"expo-status-bar\");\n var _reactNavigationNative = require(_dependencyMap[2], \"@react-navigation/native\");\n var _reactNavigationNativeStack = require(_dependencyMap[3], \"@react-navigation/native-stack\");\n var _srcContextsAuthContext = require(_dependencyMap[4], \"./src/contexts/AuthContext\");\n var _srcScreensLanguageScreen = require(_dependencyMap[5], \"./src/screens/LanguageScreen\");\n var LanguageScreen = _interopDefault(_srcScreensLanguageScreen);\n var _srcScreensHumanVerificationScreen = require(_dependencyMap[6], \"./src/screens/HumanVerificationScreen\");\n var HumanVerificationScreen = _interopDefault(_srcScreensHumanVerificationScreen);\n var _srcScreensAuthScreen = require(_dependencyMap[7], \"./src/screens/AuthScreen\");\n var AuthScreen = _interopDefault(_srcScreensAuthScreen);\n var _srcScreensHomeScreen = require(_dependencyMap[8], \"./src/screens/HomeScreen\");\n var HomeScreen = _interopDefault(_srcScreensHomeScreen);\n var _srcScreensNotificationsScreen = require(_dependencyMap[9], \"./src/screens/NotificationsScreen\");\n var NotificationsScreen = _interopDefault(_srcScreensNotificationsScreen);\n var _srcScreensSettingsScreen = require(_dependencyMap[10], \"./src/screens/SettingsScreen\");\n var SettingsScreen = _interopDefault(_srcScreensSettingsScreen);\n var _srcScreensQRScannerScreen = require(_dependencyMap[11], \"./src/screens/QRScannerScreen\");\n var QRScannerScreen = _interopDefault(_srcScreensQRScannerScreen);\n var _srcScreensEditProfileScreen = require(_dependencyMap[12], \"./src/screens/EditProfileScreen\");\n var EditProfileScreen = _interopDefault(_srcScreensEditProfileScreen);\n var _srcScreensChangePasswordScreen = require(_dependencyMap[13], \"./src/screens/ChangePasswordScreen\");\n var ChangePasswordScreen = _interopDefault(_srcScreensChangePasswordScreen);\n var _srcScreensTermsScreen = require(_dependencyMap[14], \"./src/screens/TermsScreen\");\n var TermsScreen = _interopDefault(_srcScreensTermsScreen);\n var _srcScreensPrivacyScreen = require(_dependencyMap[15], \"./src/screens/PrivacyScreen\");\n var PrivacyScreen = _interopDefault(_srcScreensPrivacyScreen);\n var _srcScreensHelpScreen = require(_dependencyMap[16], \"./src/screens/HelpScreen\");\n var HelpScreen = _interopDefault(_srcScreensHelpScreen);\n var _reactJsxDevRuntime = require(_dependencyMap[17], \"react/jsx-dev-runtime\");\n var Stack = (0, _reactNavigationNativeStack.createNativeStackNavigator)();\n function App() {\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_srcContextsAuthContext.AuthProvider, {\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNavigationNative.NavigationContainer, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoStatusBar.StatusBar, {\n style: \"dark\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 25,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Stack.Navigator, {\n screenOptions: {\n headerShown: false\n },\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Stack.Screen, {\n name: \"Language\",\n component: LanguageScreen.default\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 27,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Stack.Screen, {\n name: \"HumanVerification\",\n component: HumanVerificationScreen.default\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 28,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Stack.Screen, {\n name: \"Auth\",\n component: AuthScreen.default\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 29,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Stack.Screen, {\n name: \"Home\",\n component: HomeScreen.default\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 30,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Stack.Screen, {\n name: \"Notifications\",\n component: NotificationsScreen.default\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 31,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Stack.Screen, {\n name: \"Settings\",\n component: SettingsScreen.default\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 32,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Stack.Screen, {\n name: \"QRScanner\",\n component: QRScannerScreen.default\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 33,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Stack.Screen, {\n name: \"EditProfile\",\n component: EditProfileScreen.default\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 34,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Stack.Screen, {\n name: \"ChangePassword\",\n component: ChangePasswordScreen.default\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 35,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Stack.Screen, {\n name: \"Terms\",\n component: TermsScreen.default\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 36,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Stack.Screen, {\n name: \"Privacy\",\n component: PrivacyScreen.default\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 37,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Stack.Screen, {\n name: \"Help\",\n component: HelpScreen.default\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 38,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 26,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 24,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 23,\n columnNumber: 5\n }, this);\n }\n _c = App;\n var _c;\n $RefreshReg$(_c, \"App\");\n});","lineCount":167,"map":[[13,2,21,15,"Object"],[13,8,21,15],[13,9,21,15,"defineProperty"],[13,23,21,15],[13,24,21,15,"exports"],[13,31,21,15],[14,4,21,15,"enumerable"],[14,14,21,15],[15,4,21,15,"get"],[15,7,21,15],[15,18,21,15,"get"],[15,19,21,15],[16,6,21,15],[16,13,21,15,"App"],[16,16,21,15],[17,4,21,15],[18,2,21,15],[19,2,1,0,"require"],[19,9,1,0],[19,10,1,0,"_dependencyMap"],[19,24,1,0],[20,2,2,0],[20,6,2,0,"_expoStatusBar"],[20,20,2,0],[20,23,2,0,"require"],[20,30,2,0],[20,31,2,0,"_dependencyMap"],[20,45,2,0],[21,2,3,0],[21,6,3,0,"_reactNavigationNative"],[21,28,3,0],[21,31,3,0,"require"],[21,38,3,0],[21,39,3,0,"_dependencyMap"],[21,53,3,0],[22,2,4,0],[22,6,4,0,"_reactNavigationNativeStack"],[22,33,4,0],[22,36,4,0,"require"],[22,43,4,0],[22,44,4,0,"_dependencyMap"],[22,58,4,0],[23,2,5,0],[23,6,5,0,"_srcContextsAuthContext"],[23,29,5,0],[23,32,5,0,"require"],[23,39,5,0],[23,40,5,0,"_dependencyMap"],[23,54,5,0],[24,2,6,0],[24,6,6,0,"_srcScreensLanguageScreen"],[24,31,6,0],[24,34,6,0,"require"],[24,41,6,0],[24,42,6,0,"_dependencyMap"],[24,56,6,0],[25,2,6,0],[25,6,6,0,"LanguageScreen"],[25,20,6,0],[25,23,6,0,"_interopDefault"],[25,38,6,0],[25,39,6,0,"_srcScreensLanguageScreen"],[25,64,6,0],[26,2,7,0],[26,6,7,0,"_srcScreensHumanVerificationScreen"],[26,40,7,0],[26,43,7,0,"require"],[26,50,7,0],[26,51,7,0,"_dependencyMap"],[26,65,7,0],[27,2,7,0],[27,6,7,0,"HumanVerificationScreen"],[27,29,7,0],[27,32,7,0,"_interopDefault"],[27,47,7,0],[27,48,7,0,"_srcScreensHumanVerificationScreen"],[27,82,7,0],[28,2,8,0],[28,6,8,0,"_srcScreensAuthScreen"],[28,27,8,0],[28,30,8,0,"require"],[28,37,8,0],[28,38,8,0,"_dependencyMap"],[28,52,8,0],[29,2,8,0],[29,6,8,0,"AuthScreen"],[29,16,8,0],[29,19,8,0,"_interopDefault"],[29,34,8,0],[29,35,8,0,"_srcScreensAuthScreen"],[29,56,8,0],[30,2,9,0],[30,6,9,0,"_srcScreensHomeScreen"],[30,27,9,0],[30,30,9,0,"require"],[30,37,9,0],[30,38,9,0,"_dependencyMap"],[30,52,9,0],[31,2,9,0],[31,6,9,0,"HomeScreen"],[31,16,9,0],[31,19,9,0,"_interopDefault"],[31,34,9,0],[31,35,9,0,"_srcScreensHomeScreen"],[31,56,9,0],[32,2,10,0],[32,6,10,0,"_srcScreensNotificationsScreen"],[32,36,10,0],[32,39,10,0,"require"],[32,46,10,0],[32,47,10,0,"_dependencyMap"],[32,61,10,0],[33,2,10,0],[33,6,10,0,"NotificationsScreen"],[33,25,10,0],[33,28,10,0,"_interopDefault"],[33,43,10,0],[33,44,10,0,"_srcScreensNotificationsScreen"],[33,74,10,0],[34,2,11,0],[34,6,11,0,"_srcScreensSettingsScreen"],[34,31,11,0],[34,34,11,0,"require"],[34,41,11,0],[34,42,11,0,"_dependencyMap"],[34,56,11,0],[35,2,11,0],[35,6,11,0,"SettingsScreen"],[35,20,11,0],[35,23,11,0,"_interopDefault"],[35,38,11,0],[35,39,11,0,"_srcScreensSettingsScreen"],[35,64,11,0],[36,2,12,0],[36,6,12,0,"_srcScreensQRScannerScreen"],[36,32,12,0],[36,35,12,0,"require"],[36,42,12,0],[36,43,12,0,"_dependencyMap"],[36,57,12,0],[37,2,12,0],[37,6,12,0,"QRScannerScreen"],[37,21,12,0],[37,24,12,0,"_interopDefault"],[37,39,12,0],[37,40,12,0,"_srcScreensQRScannerScreen"],[37,66,12,0],[38,2,13,0],[38,6,13,0,"_srcScreensEditProfileScreen"],[38,34,13,0],[38,37,13,0,"require"],[38,44,13,0],[38,45,13,0,"_dependencyMap"],[38,59,13,0],[39,2,13,0],[39,6,13,0,"EditProfileScreen"],[39,23,13,0],[39,26,13,0,"_interopDefault"],[39,41,13,0],[39,42,13,0,"_srcScreensEditProfileScreen"],[39,70,13,0],[40,2,14,0],[40,6,14,0,"_srcScreensChangePasswordScreen"],[40,37,14,0],[40,40,14,0,"require"],[40,47,14,0],[40,48,14,0,"_dependencyMap"],[40,62,14,0],[41,2,14,0],[41,6,14,0,"ChangePasswordScreen"],[41,26,14,0],[41,29,14,0,"_interopDefault"],[41,44,14,0],[41,45,14,0,"_srcScreensChangePasswordScreen"],[41,76,14,0],[42,2,15,0],[42,6,15,0,"_srcScreensTermsScreen"],[42,28,15,0],[42,31,15,0,"require"],[42,38,15,0],[42,39,15,0,"_dependencyMap"],[42,53,15,0],[43,2,15,0],[43,6,15,0,"TermsScreen"],[43,17,15,0],[43,20,15,0,"_interopDefault"],[43,35,15,0],[43,36,15,0,"_srcScreensTermsScreen"],[43,58,15,0],[44,2,16,0],[44,6,16,0,"_srcScreensPrivacyScreen"],[44,30,16,0],[44,33,16,0,"require"],[44,40,16,0],[44,41,16,0,"_dependencyMap"],[44,55,16,0],[45,2,16,0],[45,6,16,0,"PrivacyScreen"],[45,19,16,0],[45,22,16,0,"_interopDefault"],[45,37,16,0],[45,38,16,0,"_srcScreensPrivacyScreen"],[45,62,16,0],[46,2,17,0],[46,6,17,0,"_srcScreensHelpScreen"],[46,27,17,0],[46,30,17,0,"require"],[46,37,17,0],[46,38,17,0,"_dependencyMap"],[46,52,17,0],[47,2,17,0],[47,6,17,0,"HelpScreen"],[47,16,17,0],[47,19,17,0,"_interopDefault"],[47,34,17,0],[47,35,17,0,"_srcScreensHelpScreen"],[47,56,17,0],[48,2,17,50],[48,6,17,50,"_reactJsxDevRuntime"],[48,25,17,50],[48,28,17,50,"require"],[48,35,17,50],[48,36,17,50,"_dependencyMap"],[48,50,17,50],[49,2,19,0],[49,6,19,6,"Stack"],[49,11,19,11],[49,14,19,14],[49,18,19,14,"createNativeStackNavigator"],[49,45,19,40],[49,46,19,40,"createNativeStackNavigator"],[49,72,19,40],[49,74,19,41],[49,75,19,42],[50,2,21,15],[50,11,21,24,"App"],[50,14,21,27,"App"],[50,15,21,27],[50,17,21,30],[51,4,22,2],[51,24,23,4],[51,28,23,4,"_reactJsxDevRuntime"],[51,47,23,4],[51,48,23,4,"jsxDEV"],[51,54,23,4],[51,56,23,5,"_srcContextsAuthContext"],[51,79,23,17],[51,80,23,17,"AuthProvider"],[51,92,23,17],[52,6,23,17,"children"],[52,14,23,17],[52,29,24,6],[52,33,24,6,"_reactJsxDevRuntime"],[52,52,24,6],[52,53,24,6,"jsxDEV"],[52,59,24,6],[52,61,24,7,"_reactNavigationNative"],[52,83,24,26],[52,84,24,26,"NavigationContainer"],[52,103,24,26],[53,8,24,26,"children"],[53,16,24,26],[53,32,25,8],[53,36,25,8,"_reactJsxDevRuntime"],[53,55,25,8],[53,56,25,8,"jsxDEV"],[53,62,25,8],[53,64,25,9,"_expoStatusBar"],[53,78,25,18],[53,79,25,18,"StatusBar"],[53,88,25,18],[54,10,25,19,"style"],[54,15,25,24],[54,17,25,25],[55,8,25,31],[56,10,25,31,"fileName"],[56,18,25,31],[56,20,25,31,"_jsxFileName"],[56,32,25,31],[57,10,25,31,"lineNumber"],[57,20,25,31],[58,10,25,31,"columnNumber"],[58,22,25,31],[59,8,25,31],[59,15,25,33],[59,16,25,34],[59,31,26,8],[59,35,26,8,"_reactJsxDevRuntime"],[59,54,26,8],[59,55,26,8,"jsxDEV"],[59,61,26,8],[59,63,26,9,"Stack"],[59,68,26,14],[59,69,26,15,"Navigator"],[59,78,26,24],[60,10,26,25,"screenOptions"],[60,23,26,38],[60,25,26,40],[61,12,26,42,"headerShown"],[61,23,26,53],[61,25,26,55],[62,10,26,61],[62,11,26,63],[63,10,26,63,"children"],[63,18,26,63],[63,34,27,10],[63,38,27,10,"_reactJsxDevRuntime"],[63,57,27,10],[63,58,27,10,"jsxDEV"],[63,64,27,10],[63,66,27,11,"Stack"],[63,71,27,16],[63,72,27,17,"Screen"],[63,78,27,23],[64,12,27,24,"name"],[64,16,27,28],[64,18,27,29],[64,28,27,39],[65,12,27,40,"component"],[65,21,27,49],[65,23,27,51,"LanguageScreen"],[65,37,27,65],[65,38,27,65,"default"],[66,10,27,66],[67,12,27,66,"fileName"],[67,20,27,66],[67,22,27,66,"_jsxFileName"],[67,34,27,66],[68,12,27,66,"lineNumber"],[68,22,27,66],[69,12,27,66,"columnNumber"],[69,24,27,66],[70,10,27,66],[70,17,27,68],[70,18,27,69],[70,33,28,10],[70,37,28,10,"_reactJsxDevRuntime"],[70,56,28,10],[70,57,28,10,"jsxDEV"],[70,63,28,10],[70,65,28,11,"Stack"],[70,70,28,16],[70,71,28,17,"Screen"],[70,77,28,23],[71,12,28,24,"name"],[71,16,28,28],[71,18,28,29],[71,37,28,48],[72,12,28,49,"component"],[72,21,28,58],[72,23,28,60,"HumanVerificationScreen"],[72,46,28,83],[72,47,28,83,"default"],[73,10,28,84],[74,12,28,84,"fileName"],[74,20,28,84],[74,22,28,84,"_jsxFileName"],[74,34,28,84],[75,12,28,84,"lineNumber"],[75,22,28,84],[76,12,28,84,"columnNumber"],[76,24,28,84],[77,10,28,84],[77,17,28,86],[77,18,28,87],[77,33,29,10],[77,37,29,10,"_reactJsxDevRuntime"],[77,56,29,10],[77,57,29,10,"jsxDEV"],[77,63,29,10],[77,65,29,11,"Stack"],[77,70,29,16],[77,71,29,17,"Screen"],[77,77,29,23],[78,12,29,24,"name"],[78,16,29,28],[78,18,29,29],[78,24,29,35],[79,12,29,36,"component"],[79,21,29,45],[79,23,29,47,"AuthScreen"],[79,33,29,57],[79,34,29,57,"default"],[80,10,29,58],[81,12,29,58,"fileName"],[81,20,29,58],[81,22,29,58,"_jsxFileName"],[81,34,29,58],[82,12,29,58,"lineNumber"],[82,22,29,58],[83,12,29,58,"columnNumber"],[83,24,29,58],[84,10,29,58],[84,17,29,60],[84,18,29,61],[84,33,30,10],[84,37,30,10,"_reactJsxDevRuntime"],[84,56,30,10],[84,57,30,10,"jsxDEV"],[84,63,30,10],[84,65,30,11,"Stack"],[84,70,30,16],[84,71,30,17,"Screen"],[84,77,30,23],[85,12,30,24,"name"],[85,16,30,28],[85,18,30,29],[85,24,30,35],[86,12,30,36,"component"],[86,21,30,45],[86,23,30,47,"HomeScreen"],[86,33,30,57],[86,34,30,57,"default"],[87,10,30,58],[88,12,30,58,"fileName"],[88,20,30,58],[88,22,30,58,"_jsxFileName"],[88,34,30,58],[89,12,30,58,"lineNumber"],[89,22,30,58],[90,12,30,58,"columnNumber"],[90,24,30,58],[91,10,30,58],[91,17,30,60],[91,18,30,61],[91,33,31,10],[91,37,31,10,"_reactJsxDevRuntime"],[91,56,31,10],[91,57,31,10,"jsxDEV"],[91,63,31,10],[91,65,31,11,"Stack"],[91,70,31,16],[91,71,31,17,"Screen"],[91,77,31,23],[92,12,31,24,"name"],[92,16,31,28],[92,18,31,29],[92,33,31,44],[93,12,31,45,"component"],[93,21,31,54],[93,23,31,56,"NotificationsScreen"],[93,42,31,75],[93,43,31,75,"default"],[94,10,31,76],[95,12,31,76,"fileName"],[95,20,31,76],[95,22,31,76,"_jsxFileName"],[95,34,31,76],[96,12,31,76,"lineNumber"],[96,22,31,76],[97,12,31,76,"columnNumber"],[97,24,31,76],[98,10,31,76],[98,17,31,78],[98,18,31,79],[98,33,32,10],[98,37,32,10,"_reactJsxDevRuntime"],[98,56,32,10],[98,57,32,10,"jsxDEV"],[98,63,32,10],[98,65,32,11,"Stack"],[98,70,32,16],[98,71,32,17,"Screen"],[98,77,32,23],[99,12,32,24,"name"],[99,16,32,28],[99,18,32,29],[99,28,32,39],[100,12,32,40,"component"],[100,21,32,49],[100,23,32,51,"SettingsScreen"],[100,37,32,65],[100,38,32,65,"default"],[101,10,32,66],[102,12,32,66,"fileName"],[102,20,32,66],[102,22,32,66,"_jsxFileName"],[102,34,32,66],[103,12,32,66,"lineNumber"],[103,22,32,66],[104,12,32,66,"columnNumber"],[104,24,32,66],[105,10,32,66],[105,17,32,68],[105,18,32,69],[105,33,33,10],[105,37,33,10,"_reactJsxDevRuntime"],[105,56,33,10],[105,57,33,10,"jsxDEV"],[105,63,33,10],[105,65,33,11,"Stack"],[105,70,33,16],[105,71,33,17,"Screen"],[105,77,33,23],[106,12,33,24,"name"],[106,16,33,28],[106,18,33,29],[106,29,33,40],[107,12,33,41,"component"],[107,21,33,50],[107,23,33,52,"QRScannerScreen"],[107,38,33,67],[107,39,33,67,"default"],[108,10,33,68],[109,12,33,68,"fileName"],[109,20,33,68],[109,22,33,68,"_jsxFileName"],[109,34,33,68],[110,12,33,68,"lineNumber"],[110,22,33,68],[111,12,33,68,"columnNumber"],[111,24,33,68],[112,10,33,68],[112,17,33,70],[112,18,33,71],[112,33,34,10],[112,37,34,10,"_reactJsxDevRuntime"],[112,56,34,10],[112,57,34,10,"jsxDEV"],[112,63,34,10],[112,65,34,11,"Stack"],[112,70,34,16],[112,71,34,17,"Screen"],[112,77,34,23],[113,12,34,24,"name"],[113,16,34,28],[113,18,34,29],[113,31,34,42],[114,12,34,43,"component"],[114,21,34,52],[114,23,34,54,"EditProfileScreen"],[114,40,34,71],[114,41,34,71,"default"],[115,10,34,72],[116,12,34,72,"fileName"],[116,20,34,72],[116,22,34,72,"_jsxFileName"],[116,34,34,72],[117,12,34,72,"lineNumber"],[117,22,34,72],[118,12,34,72,"columnNumber"],[118,24,34,72],[119,10,34,72],[119,17,34,74],[119,18,34,75],[119,33,35,10],[119,37,35,10,"_reactJsxDevRuntime"],[119,56,35,10],[119,57,35,10,"jsxDEV"],[119,63,35,10],[119,65,35,11,"Stack"],[119,70,35,16],[119,71,35,17,"Screen"],[119,77,35,23],[120,12,35,24,"name"],[120,16,35,28],[120,18,35,29],[120,34,35,45],[121,12,35,46,"component"],[121,21,35,55],[121,23,35,57,"ChangePasswordScreen"],[121,43,35,77],[121,44,35,77,"default"],[122,10,35,78],[123,12,35,78,"fileName"],[123,20,35,78],[123,22,35,78,"_jsxFileName"],[123,34,35,78],[124,12,35,78,"lineNumber"],[124,22,35,78],[125,12,35,78,"columnNumber"],[125,24,35,78],[126,10,35,78],[126,17,35,80],[126,18,35,81],[126,33,36,10],[126,37,36,10,"_reactJsxDevRuntime"],[126,56,36,10],[126,57,36,10,"jsxDEV"],[126,63,36,10],[126,65,36,11,"Stack"],[126,70,36,16],[126,71,36,17,"Screen"],[126,77,36,23],[127,12,36,24,"name"],[127,16,36,28],[127,18,36,29],[127,25,36,36],[128,12,36,37,"component"],[128,21,36,46],[128,23,36,48,"TermsScreen"],[128,34,36,59],[128,35,36,59,"default"],[129,10,36,60],[130,12,36,60,"fileName"],[130,20,36,60],[130,22,36,60,"_jsxFileName"],[130,34,36,60],[131,12,36,60,"lineNumber"],[131,22,36,60],[132,12,36,60,"columnNumber"],[132,24,36,60],[133,10,36,60],[133,17,36,62],[133,18,36,63],[133,33,37,10],[133,37,37,10,"_reactJsxDevRuntime"],[133,56,37,10],[133,57,37,10,"jsxDEV"],[133,63,37,10],[133,65,37,11,"Stack"],[133,70,37,16],[133,71,37,17,"Screen"],[133,77,37,23],[134,12,37,24,"name"],[134,16,37,28],[134,18,37,29],[134,27,37,38],[135,12,37,39,"component"],[135,21,37,48],[135,23,37,50,"PrivacyScreen"],[135,36,37,63],[135,37,37,63,"default"],[136,10,37,64],[137,12,37,64,"fileName"],[137,20,37,64],[137,22,37,64,"_jsxFileName"],[137,34,37,64],[138,12,37,64,"lineNumber"],[138,22,37,64],[139,12,37,64,"columnNumber"],[139,24,37,64],[140,10,37,64],[140,17,37,66],[140,18,37,67],[140,33,38,10],[140,37,38,10,"_reactJsxDevRuntime"],[140,56,38,10],[140,57,38,10,"jsxDEV"],[140,63,38,10],[140,65,38,11,"Stack"],[140,70,38,16],[140,71,38,17,"Screen"],[140,77,38,23],[141,12,38,24,"name"],[141,16,38,28],[141,18,38,29],[141,24,38,35],[142,12,38,36,"component"],[142,21,38,45],[142,23,38,47,"HelpScreen"],[142,33,38,57],[142,34,38,57,"default"],[143,10,38,58],[144,12,38,58,"fileName"],[144,20,38,58],[144,22,38,58,"_jsxFileName"],[144,34,38,58],[145,12,38,58,"lineNumber"],[145,22,38,58],[146,12,38,58,"columnNumber"],[146,24,38,58],[147,10,38,58],[147,17,38,60],[147,18,38,61],[148,8,38,61],[149,10,38,61,"fileName"],[149,18,38,61],[149,20,38,61,"_jsxFileName"],[149,32,38,61],[150,10,38,61,"lineNumber"],[150,20,38,61],[151,10,38,61,"columnNumber"],[151,22,38,61],[152,8,38,61],[152,15,39,25],[152,16,39,26],[153,6,39,26],[154,8,39,26,"fileName"],[154,16,39,26],[154,18,39,26,"_jsxFileName"],[154,30,39,26],[155,8,39,26,"lineNumber"],[155,18,39,26],[156,8,39,26,"columnNumber"],[156,20,39,26],[157,6,39,26],[157,13,40,27],[158,4,40,28],[159,6,40,28,"fileName"],[159,14,40,28],[159,16,40,28,"_jsxFileName"],[159,28,40,28],[160,6,40,28,"lineNumber"],[160,16,40,28],[161,6,40,28,"columnNumber"],[161,18,40,28],[162,4,40,28],[162,11,41,18],[162,12,41,19],[163,2,43,0],[164,2,43,1,"_c"],[164,4,43,1],[164,7,21,24,"App"],[164,10,21,27],[165,2,21,27],[165,6,21,27,"_c"],[165,8,21,27],[166,2,21,27,"$RefreshReg$"],[166,14,21,27],[166,15,21,27,"_c"],[166,17,21,27],[167,0,21,27],[167,3]],"functionMap":{"names":["","App"],"mappings":"AAA;eCoB;CDsB"},"hasCjsExports":false},"type":"js/module"}]} \ No newline at end of file diff --git a/frontend/.metro-cache/cache/ce/b2b4472f5632ddd7c3f3708378a0be913bd6a7f4abc0f709b7ecb97a49a3dc9aa70eeb b/frontend/.metro-cache/cache/ce/b2b4472f5632ddd7c3f3708378a0be913bd6a7f4abc0f709b7ecb97a49a3dc9aa70eeb new file mode 100644 index 00000000..5b6856f1 --- /dev/null +++ b/frontend/.metro-cache/cache/ce/b2b4472f5632ddd7c3f3708378a0be913bd6a7f4abc0f709b7ecb97a49a3dc9aa70eeb @@ -0,0 +1 @@ +{"dependencies":[{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":26,"index":26}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react-native","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":27},"end":{"line":2,"column":84,"index":111}}],"key":"KyzuX10g6ixS9UfynhmjlvCIG3g=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":3,"column":0,"index":112},"end":{"line":3,"column":46,"index":158}}],"key":"ow7vkrqkIckRjlSi/+MhMmRYtUE=","exportNames":["*"],"imports":1}},{"name":"react-native-safe-area-context","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":4,"column":0,"index":159},"end":{"line":4,"column":67,"index":226}}],"key":"XjdTKvCUWX6CbQzg5fSDHG/WgHk=","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/TermsScreen.tsx\",\n _s = $RefreshSig$();\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return TermsScreen;\n }\n });\n require(_dependencyMap[0], \"react\");\n var _reactNative = require(_dependencyMap[1], \"react-native\");\n var _expoVectorIcons = require(_dependencyMap[2], \"@expo/vector-icons\");\n var _reactNativeSafeAreaContext = require(_dependencyMap[3], \"react-native-safe-area-context\");\n var _reactJsxDevRuntime = require(_dependencyMap[4], \"react/jsx-dev-runtime\");\n function TermsScreen(_ref) {\n _s();\n var navigation = _ref.navigation;\n var insets = (0, _reactNativeSafeAreaContext.useSafeAreaInsets)();\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: [styles.container, {\n paddingTop: insets.top\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.header,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n onPress: () => navigation.goBack(),\n style: styles.backButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"arrow-back\",\n size: 24,\n color: \"#1F2937\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 13,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 12,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.headerTitle,\n children: \"Terms of Service\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 15,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: {\n width: 40\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 16,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 11,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.ScrollView, {\n contentContainerStyle: styles.scrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.updateDate,\n children: \"Last Updated: November 8, 2025\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 20,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.sectionTitle,\n children: \"1. Acceptance of Terms\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 22,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.paragraph,\n children: \"By accessing or using PezkuwiChain mobile application (\\\"Service\\\"), you agree to be bound by these Terms of Service. If you disagree with any part of these terms, you may not access the Service.\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 23,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.sectionTitle,\n children: \"2. User Accounts\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 27,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.paragraph,\n children: \"You are responsible for maintaining the confidentiality of your account credentials and for all activities that occur under your account. You must immediately notify us of any unauthorized use of your account.\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 28,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.sectionTitle,\n children: \"3. Digital Assets\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 32,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.paragraph,\n children: \"PezkuwiChain provides wallet services for digital assets (HEZ, PEZ tokens). You acknowledge that:\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 33,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.bulletPoint,\n children: \"\\u2022 You are solely responsible for your wallet security\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 36,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.bulletPoint,\n children: \"\\u2022 Loss of private keys may result in permanent loss of assets\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 37,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.bulletPoint,\n children: \"\\u2022 Transactions on blockchain are irreversible\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 38,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.bulletPoint,\n children: \"\\u2022 We do not custody your private keys or assets\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 39,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.sectionTitle,\n children: \"4. Prohibited Activities\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 41,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.paragraph,\n children: \"You agree not to:\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 42,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.bulletPoint,\n children: \"\\u2022 Violate any applicable laws or regulations\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 43,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.bulletPoint,\n children: \"\\u2022 Use the Service for fraudulent purposes\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 44,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.bulletPoint,\n children: \"\\u2022 Attempt to gain unauthorized access to our systems\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 45,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.bulletPoint,\n children: \"\\u2022 Interfere with or disrupt the Service\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 46,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.sectionTitle,\n children: \"5. Intellectual Property\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 48,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.paragraph,\n children: \"The Service and its original content, features, and functionality are owned by PezkuwiChain and are protected by international copyright, trademark, and other intellectual property laws.\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 49,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.sectionTitle,\n children: \"6. Limitation of Liability\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 53,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.paragraph,\n children: \"To the maximum extent permitted by law, PezkuwiChain shall not be liable for any indirect, incidental, special, consequential, or punitive damages, including loss of profits, data, or other intangible losses resulting from your use of the Service.\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 54,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.sectionTitle,\n children: \"7. Disclaimers\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 58,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.paragraph,\n children: \"The Service is provided \\\"as is\\\" and \\\"as available\\\" without warranties of any kind. We do not guarantee that the Service will be uninterrupted, secure, or error-free.\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 59,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.sectionTitle,\n children: \"8. Governing Law\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 63,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.paragraph,\n children: \"These Terms shall be governed by and construed in accordance with applicable international laws, without regard to conflict of law provisions.\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 64,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.sectionTitle,\n children: \"9. Changes to Terms\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 68,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.paragraph,\n children: \"We reserve the right to modify these terms at any time. We will notify users of any material changes. Continued use of the Service after changes constitutes acceptance of the new terms.\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 69,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.sectionTitle,\n children: \"10. Contact\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 73,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.paragraph,\n children: \"For questions about these Terms, contact us at support@pezkuwichain.io\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 74,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 19,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 10,\n columnNumber: 5\n }, this);\n }\n _s(TermsScreen, \"3VSCEmKsdYPLcILj9K4icfPtK54=\", false, function () {\n return [_reactNativeSafeAreaContext.useSafeAreaInsets];\n });\n _c = TermsScreen;\n var styles = _reactNative.StyleSheet.create({\n container: {\n flex: 1,\n backgroundColor: '#F8F9FA'\n },\n header: {\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'space-between',\n paddingHorizontal: 16,\n paddingVertical: 16,\n backgroundColor: '#FFF',\n borderBottomWidth: 1,\n borderBottomColor: '#E5E7EB'\n },\n backButton: {\n width: 40,\n height: 40,\n borderRadius: 20,\n backgroundColor: '#F3F4F6',\n alignItems: 'center',\n justifyContent: 'center'\n },\n headerTitle: {\n fontSize: 18,\n fontWeight: '700',\n color: '#1F2937'\n },\n scrollContent: {\n padding: 20,\n paddingBottom: 80\n },\n updateDate: {\n fontSize: 14,\n color: '#6B7280',\n marginBottom: 24,\n fontStyle: 'italic'\n },\n sectionTitle: {\n fontSize: 18,\n fontWeight: '700',\n color: '#1F2937',\n marginTop: 24,\n marginBottom: 12\n },\n paragraph: {\n fontSize: 15,\n color: '#374151',\n lineHeight: 24,\n marginBottom: 12\n },\n bulletPoint: {\n fontSize: 15,\n color: '#374151',\n lineHeight: 24,\n marginLeft: 16,\n marginBottom: 8\n }\n });\n var _c;\n $RefreshReg$(_c, \"TermsScreen\");\n});","lineCount":348,"map":[[9,2,6,15,"Object"],[9,8,6,15],[9,9,6,15,"defineProperty"],[9,23,6,15],[9,24,6,15,"exports"],[9,31,6,15],[10,4,6,15,"enumerable"],[10,14,6,15],[11,4,6,15,"get"],[11,7,6,15],[11,18,6,15,"get"],[11,19,6,15],[12,6,6,15],[12,13,6,15,"TermsScreen"],[12,24,6,15],[13,4,6,15],[14,2,6,15],[15,2,1,0,"require"],[15,9,1,0],[15,10,1,0,"_dependencyMap"],[15,24,1,0],[16,2,2,0],[16,6,2,0,"_reactNative"],[16,18,2,0],[16,21,2,0,"require"],[16,28,2,0],[16,29,2,0,"_dependencyMap"],[16,43,2,0],[17,2,3,0],[17,6,3,0,"_expoVectorIcons"],[17,22,3,0],[17,25,3,0,"require"],[17,32,3,0],[17,33,3,0,"_dependencyMap"],[17,47,3,0],[18,2,4,0],[18,6,4,0,"_reactNativeSafeAreaContext"],[18,33,4,0],[18,36,4,0,"require"],[18,43,4,0],[18,44,4,0,"_dependencyMap"],[18,58,4,0],[19,2,4,67],[19,6,4,67,"_reactJsxDevRuntime"],[19,25,4,67],[19,28,4,67,"require"],[19,35,4,67],[19,36,4,67,"_dependencyMap"],[19,50,4,67],[20,2,6,15],[20,11,6,24,"TermsScreen"],[20,22,6,35,"TermsScreen"],[20,23,6,35,"_ref"],[20,27,6,35],[20,29,6,57],[21,4,6,57,"_s"],[21,6,6,57],[22,4,6,57],[22,8,6,38,"navigation"],[22,18,6,48],[22,21,6,48,"_ref"],[22,25,6,48],[22,26,6,38,"navigation"],[22,36,6,48],[23,4,7,2],[23,8,7,8,"insets"],[23,14,7,14],[23,17,7,17],[23,21,7,17,"useSafeAreaInsets"],[23,48,7,34],[23,49,7,34,"useSafeAreaInsets"],[23,66,7,34],[23,68,7,35],[23,69,7,36],[24,4,9,2],[24,24,10,4],[24,28,10,4,"_reactJsxDevRuntime"],[24,47,10,4],[24,48,10,4,"jsxDEV"],[24,54,10,4],[24,56,10,5,"_reactNative"],[24,68,10,9],[24,69,10,9,"View"],[24,73,10,9],[25,6,10,10,"style"],[25,11,10,15],[25,13,10,17],[25,14,10,18,"styles"],[25,20,10,24],[25,21,10,25,"container"],[25,30,10,34],[25,32,10,36],[26,8,10,38,"paddingTop"],[26,18,10,48],[26,20,10,50,"insets"],[26,26,10,56],[26,27,10,57,"top"],[27,6,10,61],[27,7,10,62],[27,8,10,64],[28,6,10,64,"children"],[28,14,10,64],[28,30,11,6],[28,34,11,6,"_reactJsxDevRuntime"],[28,53,11,6],[28,54,11,6,"jsxDEV"],[28,60,11,6],[28,62,11,7,"_reactNative"],[28,74,11,11],[28,75,11,11,"View"],[28,79,11,11],[29,8,11,12,"style"],[29,13,11,17],[29,15,11,19,"styles"],[29,21,11,25],[29,22,11,26,"header"],[29,28,11,33],[30,8,11,33,"children"],[30,16,11,33],[30,32,12,8],[30,36,12,8,"_reactJsxDevRuntime"],[30,55,12,8],[30,56,12,8,"jsxDEV"],[30,62,12,8],[30,64,12,9,"_reactNative"],[30,76,12,25],[30,77,12,25,"TouchableOpacity"],[30,93,12,25],[31,10,12,26,"onPress"],[31,17,12,33],[31,19,12,35,"onPress"],[31,20,12,35],[31,25,12,41,"navigation"],[31,35,12,51],[31,36,12,52,"goBack"],[31,42,12,58],[31,43,12,59],[31,44,12,61],[32,10,12,62,"style"],[32,15,12,67],[32,17,12,69,"styles"],[32,23,12,75],[32,24,12,76,"backButton"],[32,34,12,87],[33,10,12,87,"children"],[33,18,12,87],[33,33,13,10],[33,37,13,10,"_reactJsxDevRuntime"],[33,56,13,10],[33,57,13,10,"jsxDEV"],[33,63,13,10],[33,65,13,11,"_expoVectorIcons"],[33,81,13,19],[33,82,13,19,"Ionicons"],[33,90,13,19],[34,12,13,20,"name"],[34,16,13,24],[34,18,13,25],[34,30,13,37],[35,12,13,38,"size"],[35,16,13,42],[35,18,13,44],[35,20,13,47],[36,12,13,48,"color"],[36,17,13,53],[36,19,13,54],[37,10,13,63],[38,12,13,63,"fileName"],[38,20,13,63],[38,22,13,63,"_jsxFileName"],[38,34,13,63],[39,12,13,63,"lineNumber"],[39,22,13,63],[40,12,13,63,"columnNumber"],[40,24,13,63],[41,10,13,63],[41,17,13,65],[42,8,13,66],[43,10,13,66,"fileName"],[43,18,13,66],[43,20,13,66,"_jsxFileName"],[43,32,13,66],[44,10,13,66,"lineNumber"],[44,20,13,66],[45,10,13,66,"columnNumber"],[45,22,13,66],[46,8,13,66],[46,15,14,26],[46,16,14,27],[46,31,15,8],[46,35,15,8,"_reactJsxDevRuntime"],[46,54,15,8],[46,55,15,8,"jsxDEV"],[46,61,15,8],[46,63,15,9,"_reactNative"],[46,75,15,13],[46,76,15,13,"Text"],[46,80,15,13],[47,10,15,14,"style"],[47,15,15,19],[47,17,15,21,"styles"],[47,23,15,27],[47,24,15,28,"headerTitle"],[47,35,15,40],[48,10,15,40,"children"],[48,18,15,40],[48,20,15,41],[49,8,15,57],[50,10,15,57,"fileName"],[50,18,15,57],[50,20,15,57,"_jsxFileName"],[50,32,15,57],[51,10,15,57,"lineNumber"],[51,20,15,57],[52,10,15,57,"columnNumber"],[52,22,15,57],[53,8,15,57],[53,15,15,63],[53,16,15,64],[53,31,16,8],[53,35,16,8,"_reactJsxDevRuntime"],[53,54,16,8],[53,55,16,8,"jsxDEV"],[53,61,16,8],[53,63,16,9,"_reactNative"],[53,75,16,13],[53,76,16,13,"View"],[53,80,16,13],[54,10,16,14,"style"],[54,15,16,19],[54,17,16,21],[55,12,16,23,"width"],[55,17,16,28],[55,19,16,30],[56,10,16,33],[57,8,16,35],[58,10,16,35,"fileName"],[58,18,16,35],[58,20,16,35,"_jsxFileName"],[58,32,16,35],[59,10,16,35,"lineNumber"],[59,20,16,35],[60,10,16,35,"columnNumber"],[60,22,16,35],[61,8,16,35],[61,15,16,37],[61,16,16,38],[62,6,16,38],[63,8,16,38,"fileName"],[63,16,16,38],[63,18,16,38,"_jsxFileName"],[63,30,16,38],[64,8,16,38,"lineNumber"],[64,18,16,38],[65,8,16,38,"columnNumber"],[65,20,16,38],[66,6,16,38],[66,13,17,12],[66,14,17,13],[66,29,19,6],[66,33,19,6,"_reactJsxDevRuntime"],[66,52,19,6],[66,53,19,6,"jsxDEV"],[66,59,19,6],[66,61,19,7,"_reactNative"],[66,73,19,17],[66,74,19,17,"ScrollView"],[66,84,19,17],[67,8,19,18,"contentContainerStyle"],[67,29,19,39],[67,31,19,41,"styles"],[67,37,19,47],[67,38,19,48,"scrollContent"],[67,51,19,62],[68,8,19,62,"children"],[68,16,19,62],[68,32,20,8],[68,36,20,8,"_reactJsxDevRuntime"],[68,55,20,8],[68,56,20,8,"jsxDEV"],[68,62,20,8],[68,64,20,9,"_reactNative"],[68,76,20,13],[68,77,20,13,"Text"],[68,81,20,13],[69,10,20,14,"style"],[69,15,20,19],[69,17,20,21,"styles"],[69,23,20,27],[69,24,20,28,"updateDate"],[69,34,20,39],[70,10,20,39,"children"],[70,18,20,39],[70,20,20,40],[71,8,20,70],[72,10,20,70,"fileName"],[72,18,20,70],[72,20,20,70,"_jsxFileName"],[72,32,20,70],[73,10,20,70,"lineNumber"],[73,20,20,70],[74,10,20,70,"columnNumber"],[74,22,20,70],[75,8,20,70],[75,15,20,76],[75,16,20,77],[75,31,22,8],[75,35,22,8,"_reactJsxDevRuntime"],[75,54,22,8],[75,55,22,8,"jsxDEV"],[75,61,22,8],[75,63,22,9,"_reactNative"],[75,75,22,13],[75,76,22,13,"Text"],[75,80,22,13],[76,10,22,14,"style"],[76,15,22,19],[76,17,22,21,"styles"],[76,23,22,27],[76,24,22,28,"sectionTitle"],[76,36,22,41],[77,10,22,41,"children"],[77,18,22,41],[77,20,22,42],[78,8,22,64],[79,10,22,64,"fileName"],[79,18,22,64],[79,20,22,64,"_jsxFileName"],[79,32,22,64],[80,10,22,64,"lineNumber"],[80,20,22,64],[81,10,22,64,"columnNumber"],[81,22,22,64],[82,8,22,64],[82,15,22,70],[82,16,22,71],[82,31,23,8],[82,35,23,8,"_reactJsxDevRuntime"],[82,54,23,8],[82,55,23,8,"jsxDEV"],[82,61,23,8],[82,63,23,9,"_reactNative"],[82,75,23,13],[82,76,23,13,"Text"],[82,80,23,13],[83,10,23,14,"style"],[83,15,23,19],[83,17,23,21,"styles"],[83,23,23,27],[83,24,23,28,"paragraph"],[83,33,23,38],[84,10,23,38,"children"],[84,18,23,38],[84,20,23,39],[85,8,25,8],[86,10,25,8,"fileName"],[86,18,25,8],[86,20,25,8,"_jsxFileName"],[86,32,25,8],[87,10,25,8,"lineNumber"],[87,20,25,8],[88,10,25,8,"columnNumber"],[88,22,25,8],[89,8,25,8],[89,15,25,14],[89,16,25,15],[89,31,27,8],[89,35,27,8,"_reactJsxDevRuntime"],[89,54,27,8],[89,55,27,8,"jsxDEV"],[89,61,27,8],[89,63,27,9,"_reactNative"],[89,75,27,13],[89,76,27,13,"Text"],[89,80,27,13],[90,10,27,14,"style"],[90,15,27,19],[90,17,27,21,"styles"],[90,23,27,27],[90,24,27,28,"sectionTitle"],[90,36,27,41],[91,10,27,41,"children"],[91,18,27,41],[91,20,27,42],[92,8,27,58],[93,10,27,58,"fileName"],[93,18,27,58],[93,20,27,58,"_jsxFileName"],[93,32,27,58],[94,10,27,58,"lineNumber"],[94,20,27,58],[95,10,27,58,"columnNumber"],[95,22,27,58],[96,8,27,58],[96,15,27,64],[96,16,27,65],[96,31,28,8],[96,35,28,8,"_reactJsxDevRuntime"],[96,54,28,8],[96,55,28,8,"jsxDEV"],[96,61,28,8],[96,63,28,9,"_reactNative"],[96,75,28,13],[96,76,28,13,"Text"],[96,80,28,13],[97,10,28,14,"style"],[97,15,28,19],[97,17,28,21,"styles"],[97,23,28,27],[97,24,28,28,"paragraph"],[97,33,28,38],[98,10,28,38,"children"],[98,18,28,38],[98,20,28,39],[99,8,30,8],[100,10,30,8,"fileName"],[100,18,30,8],[100,20,30,8,"_jsxFileName"],[100,32,30,8],[101,10,30,8,"lineNumber"],[101,20,30,8],[102,10,30,8,"columnNumber"],[102,22,30,8],[103,8,30,8],[103,15,30,14],[103,16,30,15],[103,31,32,8],[103,35,32,8,"_reactJsxDevRuntime"],[103,54,32,8],[103,55,32,8,"jsxDEV"],[103,61,32,8],[103,63,32,9,"_reactNative"],[103,75,32,13],[103,76,32,13,"Text"],[103,80,32,13],[104,10,32,14,"style"],[104,15,32,19],[104,17,32,21,"styles"],[104,23,32,27],[104,24,32,28,"sectionTitle"],[104,36,32,41],[105,10,32,41,"children"],[105,18,32,41],[105,20,32,42],[106,8,32,59],[107,10,32,59,"fileName"],[107,18,32,59],[107,20,32,59,"_jsxFileName"],[107,32,32,59],[108,10,32,59,"lineNumber"],[108,20,32,59],[109,10,32,59,"columnNumber"],[109,22,32,59],[110,8,32,59],[110,15,32,65],[110,16,32,66],[110,31,33,8],[110,35,33,8,"_reactJsxDevRuntime"],[110,54,33,8],[110,55,33,8,"jsxDEV"],[110,61,33,8],[110,63,33,9,"_reactNative"],[110,75,33,13],[110,76,33,13,"Text"],[110,80,33,13],[111,10,33,14,"style"],[111,15,33,19],[111,17,33,21,"styles"],[111,23,33,27],[111,24,33,28,"paragraph"],[111,33,33,38],[112,10,33,38,"children"],[112,18,33,38],[112,20,33,39],[113,8,35,8],[114,10,35,8,"fileName"],[114,18,35,8],[114,20,35,8,"_jsxFileName"],[114,32,35,8],[115,10,35,8,"lineNumber"],[115,20,35,8],[116,10,35,8,"columnNumber"],[116,22,35,8],[117,8,35,8],[117,15,35,14],[117,16,35,15],[117,31,36,8],[117,35,36,8,"_reactJsxDevRuntime"],[117,54,36,8],[117,55,36,8,"jsxDEV"],[117,61,36,8],[117,63,36,9,"_reactNative"],[117,75,36,13],[117,76,36,13,"Text"],[117,80,36,13],[118,10,36,14,"style"],[118,15,36,19],[118,17,36,21,"styles"],[118,23,36,27],[118,24,36,28,"bulletPoint"],[118,35,36,40],[119,10,36,40,"children"],[119,18,36,40],[119,20,36,41],[120,8,36,94],[121,10,36,94,"fileName"],[121,18,36,94],[121,20,36,94,"_jsxFileName"],[121,32,36,94],[122,10,36,94,"lineNumber"],[122,20,36,94],[123,10,36,94,"columnNumber"],[123,22,36,94],[124,8,36,94],[124,15,36,100],[124,16,36,101],[124,31,37,8],[124,35,37,8,"_reactJsxDevRuntime"],[124,54,37,8],[124,55,37,8,"jsxDEV"],[124,61,37,8],[124,63,37,9,"_reactNative"],[124,75,37,13],[124,76,37,13,"Text"],[124,80,37,13],[125,10,37,14,"style"],[125,15,37,19],[125,17,37,21,"styles"],[125,23,37,27],[125,24,37,28,"bulletPoint"],[125,35,37,40],[126,10,37,40,"children"],[126,18,37,40],[126,20,37,41],[127,8,37,102],[128,10,37,102,"fileName"],[128,18,37,102],[128,20,37,102,"_jsxFileName"],[128,32,37,102],[129,10,37,102,"lineNumber"],[129,20,37,102],[130,10,37,102,"columnNumber"],[130,22,37,102],[131,8,37,102],[131,15,37,108],[131,16,37,109],[131,31,38,8],[131,35,38,8,"_reactJsxDevRuntime"],[131,54,38,8],[131,55,38,8,"jsxDEV"],[131,61,38,8],[131,63,38,9,"_reactNative"],[131,75,38,13],[131,76,38,13,"Text"],[131,80,38,13],[132,10,38,14,"style"],[132,15,38,19],[132,17,38,21,"styles"],[132,23,38,27],[132,24,38,28,"bulletPoint"],[132,35,38,40],[133,10,38,40,"children"],[133,18,38,40],[133,20,38,41],[134,8,38,86],[135,10,38,86,"fileName"],[135,18,38,86],[135,20,38,86,"_jsxFileName"],[135,32,38,86],[136,10,38,86,"lineNumber"],[136,20,38,86],[137,10,38,86,"columnNumber"],[137,22,38,86],[138,8,38,86],[138,15,38,92],[138,16,38,93],[138,31,39,8],[138,35,39,8,"_reactJsxDevRuntime"],[138,54,39,8],[138,55,39,8,"jsxDEV"],[138,61,39,8],[138,63,39,9,"_reactNative"],[138,75,39,13],[138,76,39,13,"Text"],[138,80,39,13],[139,10,39,14,"style"],[139,15,39,19],[139,17,39,21,"styles"],[139,23,39,27],[139,24,39,28,"bulletPoint"],[139,35,39,40],[140,10,39,40,"children"],[140,18,39,40],[140,20,39,41],[141,8,39,88],[142,10,39,88,"fileName"],[142,18,39,88],[142,20,39,88,"_jsxFileName"],[142,32,39,88],[143,10,39,88,"lineNumber"],[143,20,39,88],[144,10,39,88,"columnNumber"],[144,22,39,88],[145,8,39,88],[145,15,39,94],[145,16,39,95],[145,31,41,8],[145,35,41,8,"_reactJsxDevRuntime"],[145,54,41,8],[145,55,41,8,"jsxDEV"],[145,61,41,8],[145,63,41,9,"_reactNative"],[145,75,41,13],[145,76,41,13,"Text"],[145,80,41,13],[146,10,41,14,"style"],[146,15,41,19],[146,17,41,21,"styles"],[146,23,41,27],[146,24,41,28,"sectionTitle"],[146,36,41,41],[147,10,41,41,"children"],[147,18,41,41],[147,20,41,42],[148,8,41,66],[149,10,41,66,"fileName"],[149,18,41,66],[149,20,41,66,"_jsxFileName"],[149,32,41,66],[150,10,41,66,"lineNumber"],[150,20,41,66],[151,10,41,66,"columnNumber"],[151,22,41,66],[152,8,41,66],[152,15,41,72],[152,16,41,73],[152,31,42,8],[152,35,42,8,"_reactJsxDevRuntime"],[152,54,42,8],[152,55,42,8,"jsxDEV"],[152,61,42,8],[152,63,42,9,"_reactNative"],[152,75,42,13],[152,76,42,13,"Text"],[152,80,42,13],[153,10,42,14,"style"],[153,15,42,19],[153,17,42,21,"styles"],[153,23,42,27],[153,24,42,28,"paragraph"],[153,33,42,38],[154,10,42,38,"children"],[154,18,42,38],[154,20,42,39],[155,8,42,56],[156,10,42,56,"fileName"],[156,18,42,56],[156,20,42,56,"_jsxFileName"],[156,32,42,56],[157,10,42,56,"lineNumber"],[157,20,42,56],[158,10,42,56,"columnNumber"],[158,22,42,56],[159,8,42,56],[159,15,42,62],[159,16,42,63],[159,31,43,8],[159,35,43,8,"_reactJsxDevRuntime"],[159,54,43,8],[159,55,43,8,"jsxDEV"],[159,61,43,8],[159,63,43,9,"_reactNative"],[159,75,43,13],[159,76,43,13,"Text"],[159,80,43,13],[160,10,43,14,"style"],[160,15,43,19],[160,17,43,21,"styles"],[160,23,43,27],[160,24,43,28,"bulletPoint"],[160,35,43,40],[161,10,43,40,"children"],[161,18,43,40],[161,20,43,41],[162,8,43,85],[163,10,43,85,"fileName"],[163,18,43,85],[163,20,43,85,"_jsxFileName"],[163,32,43,85],[164,10,43,85,"lineNumber"],[164,20,43,85],[165,10,43,85,"columnNumber"],[165,22,43,85],[166,8,43,85],[166,15,43,91],[166,16,43,92],[166,31,44,8],[166,35,44,8,"_reactJsxDevRuntime"],[166,54,44,8],[166,55,44,8,"jsxDEV"],[166,61,44,8],[166,63,44,9,"_reactNative"],[166,75,44,13],[166,76,44,13,"Text"],[166,80,44,13],[167,10,44,14,"style"],[167,15,44,19],[167,17,44,21,"styles"],[167,23,44,27],[167,24,44,28,"bulletPoint"],[167,35,44,40],[168,10,44,40,"children"],[168,18,44,40],[168,20,44,41],[169,8,44,82],[170,10,44,82,"fileName"],[170,18,44,82],[170,20,44,82,"_jsxFileName"],[170,32,44,82],[171,10,44,82,"lineNumber"],[171,20,44,82],[172,10,44,82,"columnNumber"],[172,22,44,82],[173,8,44,82],[173,15,44,88],[173,16,44,89],[173,31,45,8],[173,35,45,8,"_reactJsxDevRuntime"],[173,54,45,8],[173,55,45,8,"jsxDEV"],[173,61,45,8],[173,63,45,9,"_reactNative"],[173,75,45,13],[173,76,45,13,"Text"],[173,80,45,13],[174,10,45,14,"style"],[174,15,45,19],[174,17,45,21,"styles"],[174,23,45,27],[174,24,45,28,"bulletPoint"],[174,35,45,40],[175,10,45,40,"children"],[175,18,45,40],[175,20,45,41],[176,8,45,93],[177,10,45,93,"fileName"],[177,18,45,93],[177,20,45,93,"_jsxFileName"],[177,32,45,93],[178,10,45,93,"lineNumber"],[178,20,45,93],[179,10,45,93,"columnNumber"],[179,22,45,93],[180,8,45,93],[180,15,45,99],[180,16,45,100],[180,31,46,8],[180,35,46,8,"_reactJsxDevRuntime"],[180,54,46,8],[180,55,46,8,"jsxDEV"],[180,61,46,8],[180,63,46,9,"_reactNative"],[180,75,46,13],[180,76,46,13,"Text"],[180,80,46,13],[181,10,46,14,"style"],[181,15,46,19],[181,17,46,21,"styles"],[181,23,46,27],[181,24,46,28,"bulletPoint"],[181,35,46,40],[182,10,46,40,"children"],[182,18,46,40],[182,20,46,41],[183,8,46,80],[184,10,46,80,"fileName"],[184,18,46,80],[184,20,46,80,"_jsxFileName"],[184,32,46,80],[185,10,46,80,"lineNumber"],[185,20,46,80],[186,10,46,80,"columnNumber"],[186,22,46,80],[187,8,46,80],[187,15,46,86],[187,16,46,87],[187,31,48,8],[187,35,48,8,"_reactJsxDevRuntime"],[187,54,48,8],[187,55,48,8,"jsxDEV"],[187,61,48,8],[187,63,48,9,"_reactNative"],[187,75,48,13],[187,76,48,13,"Text"],[187,80,48,13],[188,10,48,14,"style"],[188,15,48,19],[188,17,48,21,"styles"],[188,23,48,27],[188,24,48,28,"sectionTitle"],[188,36,48,41],[189,10,48,41,"children"],[189,18,48,41],[189,20,48,42],[190,8,48,66],[191,10,48,66,"fileName"],[191,18,48,66],[191,20,48,66,"_jsxFileName"],[191,32,48,66],[192,10,48,66,"lineNumber"],[192,20,48,66],[193,10,48,66,"columnNumber"],[193,22,48,66],[194,8,48,66],[194,15,48,72],[194,16,48,73],[194,31,49,8],[194,35,49,8,"_reactJsxDevRuntime"],[194,54,49,8],[194,55,49,8,"jsxDEV"],[194,61,49,8],[194,63,49,9,"_reactNative"],[194,75,49,13],[194,76,49,13,"Text"],[194,80,49,13],[195,10,49,14,"style"],[195,15,49,19],[195,17,49,21,"styles"],[195,23,49,27],[195,24,49,28,"paragraph"],[195,33,49,38],[196,10,49,38,"children"],[196,18,49,38],[196,20,49,39],[197,8,51,8],[198,10,51,8,"fileName"],[198,18,51,8],[198,20,51,8,"_jsxFileName"],[198,32,51,8],[199,10,51,8,"lineNumber"],[199,20,51,8],[200,10,51,8,"columnNumber"],[200,22,51,8],[201,8,51,8],[201,15,51,14],[201,16,51,15],[201,31,53,8],[201,35,53,8,"_reactJsxDevRuntime"],[201,54,53,8],[201,55,53,8,"jsxDEV"],[201,61,53,8],[201,63,53,9,"_reactNative"],[201,75,53,13],[201,76,53,13,"Text"],[201,80,53,13],[202,10,53,14,"style"],[202,15,53,19],[202,17,53,21,"styles"],[202,23,53,27],[202,24,53,28,"sectionTitle"],[202,36,53,41],[203,10,53,41,"children"],[203,18,53,41],[203,20,53,42],[204,8,53,68],[205,10,53,68,"fileName"],[205,18,53,68],[205,20,53,68,"_jsxFileName"],[205,32,53,68],[206,10,53,68,"lineNumber"],[206,20,53,68],[207,10,53,68,"columnNumber"],[207,22,53,68],[208,8,53,68],[208,15,53,74],[208,16,53,75],[208,31,54,8],[208,35,54,8,"_reactJsxDevRuntime"],[208,54,54,8],[208,55,54,8,"jsxDEV"],[208,61,54,8],[208,63,54,9,"_reactNative"],[208,75,54,13],[208,76,54,13,"Text"],[208,80,54,13],[209,10,54,14,"style"],[209,15,54,19],[209,17,54,21,"styles"],[209,23,54,27],[209,24,54,28,"paragraph"],[209,33,54,38],[210,10,54,38,"children"],[210,18,54,38],[210,20,54,39],[211,8,56,8],[212,10,56,8,"fileName"],[212,18,56,8],[212,20,56,8,"_jsxFileName"],[212,32,56,8],[213,10,56,8,"lineNumber"],[213,20,56,8],[214,10,56,8,"columnNumber"],[214,22,56,8],[215,8,56,8],[215,15,56,14],[215,16,56,15],[215,31,58,8],[215,35,58,8,"_reactJsxDevRuntime"],[215,54,58,8],[215,55,58,8,"jsxDEV"],[215,61,58,8],[215,63,58,9,"_reactNative"],[215,75,58,13],[215,76,58,13,"Text"],[215,80,58,13],[216,10,58,14,"style"],[216,15,58,19],[216,17,58,21,"styles"],[216,23,58,27],[216,24,58,28,"sectionTitle"],[216,36,58,41],[217,10,58,41,"children"],[217,18,58,41],[217,20,58,42],[218,8,58,56],[219,10,58,56,"fileName"],[219,18,58,56],[219,20,58,56,"_jsxFileName"],[219,32,58,56],[220,10,58,56,"lineNumber"],[220,20,58,56],[221,10,58,56,"columnNumber"],[221,22,58,56],[222,8,58,56],[222,15,58,62],[222,16,58,63],[222,31,59,8],[222,35,59,8,"_reactJsxDevRuntime"],[222,54,59,8],[222,55,59,8,"jsxDEV"],[222,61,59,8],[222,63,59,9,"_reactNative"],[222,75,59,13],[222,76,59,13,"Text"],[222,80,59,13],[223,10,59,14,"style"],[223,15,59,19],[223,17,59,21,"styles"],[223,23,59,27],[223,24,59,28,"paragraph"],[223,33,59,38],[224,10,59,38,"children"],[224,18,59,38],[224,20,59,39],[225,8,61,8],[226,10,61,8,"fileName"],[226,18,61,8],[226,20,61,8,"_jsxFileName"],[226,32,61,8],[227,10,61,8,"lineNumber"],[227,20,61,8],[228,10,61,8,"columnNumber"],[228,22,61,8],[229,8,61,8],[229,15,61,14],[229,16,61,15],[229,31,63,8],[229,35,63,8,"_reactJsxDevRuntime"],[229,54,63,8],[229,55,63,8,"jsxDEV"],[229,61,63,8],[229,63,63,9,"_reactNative"],[229,75,63,13],[229,76,63,13,"Text"],[229,80,63,13],[230,10,63,14,"style"],[230,15,63,19],[230,17,63,21,"styles"],[230,23,63,27],[230,24,63,28,"sectionTitle"],[230,36,63,41],[231,10,63,41,"children"],[231,18,63,41],[231,20,63,42],[232,8,63,58],[233,10,63,58,"fileName"],[233,18,63,58],[233,20,63,58,"_jsxFileName"],[233,32,63,58],[234,10,63,58,"lineNumber"],[234,20,63,58],[235,10,63,58,"columnNumber"],[235,22,63,58],[236,8,63,58],[236,15,63,64],[236,16,63,65],[236,31,64,8],[236,35,64,8,"_reactJsxDevRuntime"],[236,54,64,8],[236,55,64,8,"jsxDEV"],[236,61,64,8],[236,63,64,9,"_reactNative"],[236,75,64,13],[236,76,64,13,"Text"],[236,80,64,13],[237,10,64,14,"style"],[237,15,64,19],[237,17,64,21,"styles"],[237,23,64,27],[237,24,64,28,"paragraph"],[237,33,64,38],[238,10,64,38,"children"],[238,18,64,38],[238,20,64,39],[239,8,66,8],[240,10,66,8,"fileName"],[240,18,66,8],[240,20,66,8,"_jsxFileName"],[240,32,66,8],[241,10,66,8,"lineNumber"],[241,20,66,8],[242,10,66,8,"columnNumber"],[242,22,66,8],[243,8,66,8],[243,15,66,14],[243,16,66,15],[243,31,68,8],[243,35,68,8,"_reactJsxDevRuntime"],[243,54,68,8],[243,55,68,8,"jsxDEV"],[243,61,68,8],[243,63,68,9,"_reactNative"],[243,75,68,13],[243,76,68,13,"Text"],[243,80,68,13],[244,10,68,14,"style"],[244,15,68,19],[244,17,68,21,"styles"],[244,23,68,27],[244,24,68,28,"sectionTitle"],[244,36,68,41],[245,10,68,41,"children"],[245,18,68,41],[245,20,68,42],[246,8,68,61],[247,10,68,61,"fileName"],[247,18,68,61],[247,20,68,61,"_jsxFileName"],[247,32,68,61],[248,10,68,61,"lineNumber"],[248,20,68,61],[249,10,68,61,"columnNumber"],[249,22,68,61],[250,8,68,61],[250,15,68,67],[250,16,68,68],[250,31,69,8],[250,35,69,8,"_reactJsxDevRuntime"],[250,54,69,8],[250,55,69,8,"jsxDEV"],[250,61,69,8],[250,63,69,9,"_reactNative"],[250,75,69,13],[250,76,69,13,"Text"],[250,80,69,13],[251,10,69,14,"style"],[251,15,69,19],[251,17,69,21,"styles"],[251,23,69,27],[251,24,69,28,"paragraph"],[251,33,69,38],[252,10,69,38,"children"],[252,18,69,38],[252,20,69,39],[253,8,71,8],[254,10,71,8,"fileName"],[254,18,71,8],[254,20,71,8,"_jsxFileName"],[254,32,71,8],[255,10,71,8,"lineNumber"],[255,20,71,8],[256,10,71,8,"columnNumber"],[256,22,71,8],[257,8,71,8],[257,15,71,14],[257,16,71,15],[257,31,73,8],[257,35,73,8,"_reactJsxDevRuntime"],[257,54,73,8],[257,55,73,8,"jsxDEV"],[257,61,73,8],[257,63,73,9,"_reactNative"],[257,75,73,13],[257,76,73,13,"Text"],[257,80,73,13],[258,10,73,14,"style"],[258,15,73,19],[258,17,73,21,"styles"],[258,23,73,27],[258,24,73,28,"sectionTitle"],[258,36,73,41],[259,10,73,41,"children"],[259,18,73,41],[259,20,73,42],[260,8,73,53],[261,10,73,53,"fileName"],[261,18,73,53],[261,20,73,53,"_jsxFileName"],[261,32,73,53],[262,10,73,53,"lineNumber"],[262,20,73,53],[263,10,73,53,"columnNumber"],[263,22,73,53],[264,8,73,53],[264,15,73,59],[264,16,73,60],[264,31,74,8],[264,35,74,8,"_reactJsxDevRuntime"],[264,54,74,8],[264,55,74,8,"jsxDEV"],[264,61,74,8],[264,63,74,9,"_reactNative"],[264,75,74,13],[264,76,74,13,"Text"],[264,80,74,13],[265,10,74,14,"style"],[265,15,74,19],[265,17,74,21,"styles"],[265,23,74,27],[265,24,74,28,"paragraph"],[265,33,74,38],[266,10,74,38,"children"],[266,18,74,38],[266,20,74,39],[267,8,76,8],[268,10,76,8,"fileName"],[268,18,76,8],[268,20,76,8,"_jsxFileName"],[268,32,76,8],[269,10,76,8,"lineNumber"],[269,20,76,8],[270,10,76,8,"columnNumber"],[270,22,76,8],[271,8,76,8],[271,15,76,14],[271,16,76,15],[272,6,76,15],[273,8,76,15,"fileName"],[273,16,76,15],[273,18,76,15,"_jsxFileName"],[273,30,76,15],[274,8,76,15,"lineNumber"],[274,18,76,15],[275,8,76,15,"columnNumber"],[275,20,76,15],[276,6,76,15],[276,13,77,18],[276,14,77,19],[277,4,77,19],[278,6,77,19,"fileName"],[278,14,77,19],[278,16,77,19,"_jsxFileName"],[278,28,77,19],[279,6,77,19,"lineNumber"],[279,16,77,19],[280,6,77,19,"columnNumber"],[280,18,77,19],[281,4,77,19],[281,11,78,10],[281,12,78,11],[282,2,80,0],[283,2,80,1,"_s"],[283,4,80,1],[283,5,6,24,"TermsScreen"],[283,16,6,35],[284,4,6,35],[284,12,7,17,"useSafeAreaInsets"],[284,39,7,34],[284,40,7,34,"useSafeAreaInsets"],[284,57,7,34],[285,2,7,34],[286,2,7,34,"_c"],[286,4,7,34],[286,7,6,24,"TermsScreen"],[286,18,6,35],[287,2,82,0],[287,6,82,6,"styles"],[287,12,82,12],[287,15,82,15,"StyleSheet"],[287,27,82,25],[287,28,82,25,"StyleSheet"],[287,38,82,25],[287,39,82,26,"create"],[287,45,82,32],[287,46,82,33],[288,4,83,2,"container"],[288,13,83,11],[288,15,83,13],[289,6,84,4,"flex"],[289,10,84,8],[289,12,84,10],[289,13,84,11],[290,6,85,4,"backgroundColor"],[290,21,85,19],[290,23,85,21],[291,4,86,2],[291,5,86,3],[292,4,87,2,"header"],[292,10,87,8],[292,12,87,10],[293,6,88,4,"flexDirection"],[293,19,88,17],[293,21,88,19],[293,26,88,24],[294,6,89,4,"alignItems"],[294,16,89,14],[294,18,89,16],[294,26,89,24],[295,6,90,4,"justifyContent"],[295,20,90,18],[295,22,90,20],[295,37,90,35],[296,6,91,4,"paddingHorizontal"],[296,23,91,21],[296,25,91,23],[296,27,91,25],[297,6,92,4,"paddingVertical"],[297,21,92,19],[297,23,92,21],[297,25,92,23],[298,6,93,4,"backgroundColor"],[298,21,93,19],[298,23,93,21],[298,29,93,27],[299,6,94,4,"borderBottomWidth"],[299,23,94,21],[299,25,94,23],[299,26,94,24],[300,6,95,4,"borderBottomColor"],[300,23,95,21],[300,25,95,23],[301,4,96,2],[301,5,96,3],[302,4,97,2,"backButton"],[302,14,97,12],[302,16,97,14],[303,6,98,4,"width"],[303,11,98,9],[303,13,98,11],[303,15,98,13],[304,6,99,4,"height"],[304,12,99,10],[304,14,99,12],[304,16,99,14],[305,6,100,4,"borderRadius"],[305,18,100,16],[305,20,100,18],[305,22,100,20],[306,6,101,4,"backgroundColor"],[306,21,101,19],[306,23,101,21],[306,32,101,30],[307,6,102,4,"alignItems"],[307,16,102,14],[307,18,102,16],[307,26,102,24],[308,6,103,4,"justifyContent"],[308,20,103,18],[308,22,103,20],[309,4,104,2],[309,5,104,3],[310,4,105,2,"headerTitle"],[310,15,105,13],[310,17,105,15],[311,6,106,4,"fontSize"],[311,14,106,12],[311,16,106,14],[311,18,106,16],[312,6,107,4,"fontWeight"],[312,16,107,14],[312,18,107,16],[312,23,107,21],[313,6,108,4,"color"],[313,11,108,9],[313,13,108,11],[314,4,109,2],[314,5,109,3],[315,4,110,2,"scrollContent"],[315,17,110,15],[315,19,110,17],[316,6,111,4,"padding"],[316,13,111,11],[316,15,111,13],[316,17,111,15],[317,6,112,4,"paddingBottom"],[317,19,112,17],[317,21,112,19],[318,4,113,2],[318,5,113,3],[319,4,114,2,"updateDate"],[319,14,114,12],[319,16,114,14],[320,6,115,4,"fontSize"],[320,14,115,12],[320,16,115,14],[320,18,115,16],[321,6,116,4,"color"],[321,11,116,9],[321,13,116,11],[321,22,116,20],[322,6,117,4,"marginBottom"],[322,18,117,16],[322,20,117,18],[322,22,117,20],[323,6,118,4,"fontStyle"],[323,15,118,13],[323,17,118,15],[324,4,119,2],[324,5,119,3],[325,4,120,2,"sectionTitle"],[325,16,120,14],[325,18,120,16],[326,6,121,4,"fontSize"],[326,14,121,12],[326,16,121,14],[326,18,121,16],[327,6,122,4,"fontWeight"],[327,16,122,14],[327,18,122,16],[327,23,122,21],[328,6,123,4,"color"],[328,11,123,9],[328,13,123,11],[328,22,123,20],[329,6,124,4,"marginTop"],[329,15,124,13],[329,17,124,15],[329,19,124,17],[330,6,125,4,"marginBottom"],[330,18,125,16],[330,20,125,18],[331,4,126,2],[331,5,126,3],[332,4,127,2,"paragraph"],[332,13,127,11],[332,15,127,13],[333,6,128,4,"fontSize"],[333,14,128,12],[333,16,128,14],[333,18,128,16],[334,6,129,4,"color"],[334,11,129,9],[334,13,129,11],[334,22,129,20],[335,6,130,4,"lineHeight"],[335,16,130,14],[335,18,130,16],[335,20,130,18],[336,6,131,4,"marginBottom"],[336,18,131,16],[336,20,131,18],[337,4,132,2],[337,5,132,3],[338,4,133,2,"bulletPoint"],[338,15,133,13],[338,17,133,15],[339,6,134,4,"fontSize"],[339,14,134,12],[339,16,134,14],[339,18,134,16],[340,6,135,4,"color"],[340,11,135,9],[340,13,135,11],[340,22,135,20],[341,6,136,4,"lineHeight"],[341,16,136,14],[341,18,136,16],[341,20,136,18],[342,6,137,4,"marginLeft"],[342,16,137,14],[342,18,137,16],[342,20,137,18],[343,6,138,4,"marginBottom"],[343,18,138,16],[343,20,138,18],[344,4,139,2],[345,2,140,0],[345,3,140,1],[345,4,140,2],[346,2,140,3],[346,6,140,3,"_c"],[346,8,140,3],[347,2,140,3,"$RefreshReg$"],[347,14,140,3],[347,15,140,3,"_c"],[347,17,140,3],[348,0,140,3],[348,3]],"functionMap":{"names":["","TermsScreen","TouchableOpacity.props.onPress"],"mappings":"AAA;eCK;mCCM,yBD;CDoE"},"hasCjsExports":false},"type":"js/module"}]} \ No newline at end of file diff --git a/frontend/.metro-cache/cache/dd/fdf5beef4959f86271dcde2738d8f60ffa4d5f23f255f9ff3dcfc1c1a1864c8f560b37 b/frontend/.metro-cache/cache/dd/fdf5beef4959f86271dcde2738d8f60ffa4d5f23f255f9ff3dcfc1c1a1864c8f560b37 new file mode 100644 index 00000000..f439c9e5 --- /dev/null +++ b/frontend/.metro-cache/cache/dd/fdf5beef4959f86271dcde2738d8f60ffa4d5f23f255f9ff3dcfc1c1a1864c8f560b37 @@ -0,0 +1 @@ +{"dependencies":[{"name":"expo-modules-core","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":45,"index":45}}],"key":"fU8WLIPqoAGygnPbZ/QJiQQfXEY=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n Object.defineProperty(exports, \"AuthenticationType\", {\n enumerable: true,\n get: function () {\n return AuthenticationType;\n }\n });\n Object.defineProperty(exports, \"SecurityLevel\", {\n enumerable: true,\n get: function () {\n return SecurityLevel;\n }\n });\n var _expoModulesCore = require(_dependencyMap[0], \"expo-modules-core\");\n // @needsAudit\n var AuthenticationType;\n (function (AuthenticationType) {\n /**\n * Indicates fingerprint support.\n */\n AuthenticationType[AuthenticationType[\"FINGERPRINT\"] = 1] = \"FINGERPRINT\";\n /**\n * Indicates facial recognition support.\n */\n AuthenticationType[AuthenticationType[\"FACIAL_RECOGNITION\"] = 2] = \"FACIAL_RECOGNITION\";\n /**\n * Indicates iris recognition support.\n * @platform android\n */\n AuthenticationType[AuthenticationType[\"IRIS\"] = 3] = \"IRIS\";\n })(AuthenticationType || (AuthenticationType = {}));\n // @needsAudit\n var SecurityLevel;\n (function (SecurityLevel) {\n /**\n * Indicates no enrolled authentication.\n */\n SecurityLevel[SecurityLevel[\"NONE\"] = 0] = \"NONE\";\n /**\n * Indicates non-biometric authentication (e.g. PIN, Pattern).\n */\n SecurityLevel[SecurityLevel[\"SECRET\"] = 1] = \"SECRET\";\n /**\n * Indicates biometric authentication.\n * @deprecated please use `BIOMETRIC_STRONG` or `BIOMETRIC_WEAK` instead.\n * @hidden\n */\n SecurityLevel[SecurityLevel[\"BIOMETRIC\"] = _expoModulesCore.Platform.OS === 'android' ? SecurityLevel.BIOMETRIC_WEAK : SecurityLevel.BIOMETRIC_STRONG] = \"BIOMETRIC\";\n /**\n * Indicates weak biometric authentication. For example, a 2D image-based face unlock.\n * > There are currently no weak biometric authentication options on iOS.\n */\n SecurityLevel[SecurityLevel[\"BIOMETRIC_WEAK\"] = 2] = \"BIOMETRIC_WEAK\";\n /**\n * Indicates strong biometric authentication. For example, a fingerprint scan or 3D face unlock.\n */\n SecurityLevel[SecurityLevel[\"BIOMETRIC_STRONG\"] = 3] = \"BIOMETRIC_STRONG\";\n })(SecurityLevel || (SecurityLevel = {}));\n Object.defineProperty(SecurityLevel, 'BIOMETRIC', {\n get() {\n var additionalMessage = _expoModulesCore.Platform.OS === 'android' ? '. `SecurityLevel.BIOMETRIC` is currently an alias for `SecurityLevel.BIOMETRIC_WEAK` on Android, which might lead to unexpected behaviour.' : '';\n console.warn('`SecurityLevel.BIOMETRIC` has been deprecated. Use `SecurityLevel.BIOMETRIC_WEAK` or `SecurityLevel.BIOMETRIC_STRONG` instead' + additionalMessage);\n return _expoModulesCore.Platform.OS === 'android' ? SecurityLevel.BIOMETRIC_WEAK : SecurityLevel.BIOMETRIC_STRONG;\n }\n });\n});","lineCount":71,"map":[[7,2,3,0,"Object"],[7,8,3,0],[7,9,3,0,"defineProperty"],[7,23,3,0],[7,24,3,0,"exports"],[7,31,3,0],[8,4,3,0,"enumerable"],[8,14,3,0],[9,4,3,0,"get"],[9,7,3,0],[9,18,3,0,"get"],[9,19,3,0],[10,6,3,0],[10,13,3,0,"AuthenticationType"],[10,31,3,0],[11,4,3,0],[12,2,3,0],[13,2,20,0,"Object"],[13,8,20,0],[13,9,20,0,"defineProperty"],[13,23,20,0],[13,24,20,0,"exports"],[13,31,20,0],[14,4,20,0,"enumerable"],[14,14,20,0],[15,4,20,0,"get"],[15,7,20,0],[15,18,20,0,"get"],[15,19,20,0],[16,6,20,0],[16,13,20,0,"SecurityLevel"],[16,26,20,0],[17,4,20,0],[18,2,20,0],[19,2,1,0],[19,6,1,0,"_expoModulesCore"],[19,22,1,0],[19,25,1,0,"require"],[19,32,1,0],[19,33,1,0,"_dependencyMap"],[19,47,1,0],[20,2,2,0],[21,2,3,7],[21,6,3,11,"AuthenticationType"],[21,24,3,29],[22,2,4,0],[22,3,4,1],[22,13,4,11,"AuthenticationType"],[22,31,4,29],[22,33,4,31],[23,4,5,4],[24,0,6,0],[25,0,7,0],[26,4,8,4,"AuthenticationType"],[26,22,8,22],[26,23,8,23,"AuthenticationType"],[26,41,8,41],[26,42,8,42],[26,55,8,55],[26,56,8,56],[26,59,8,59],[26,60,8,60],[26,61,8,61],[26,64,8,64],[26,77,8,77],[27,4,9,4],[28,0,10,0],[29,0,11,0],[30,4,12,4,"AuthenticationType"],[30,22,12,22],[30,23,12,23,"AuthenticationType"],[30,41,12,41],[30,42,12,42],[30,62,12,62],[30,63,12,63],[30,66,12,66],[30,67,12,67],[30,68,12,68],[30,71,12,71],[30,91,12,91],[31,4,13,4],[32,0,14,0],[33,0,15,0],[34,0,16,0],[35,4,17,4,"AuthenticationType"],[35,22,17,22],[35,23,17,23,"AuthenticationType"],[35,41,17,41],[35,42,17,42],[35,48,17,48],[35,49,17,49],[35,52,17,52],[35,53,17,53],[35,54,17,54],[35,57,17,57],[35,63,17,63],[36,2,18,0],[36,3,18,1],[36,5,18,3,"AuthenticationType"],[36,23,18,21],[36,28,18,26,"AuthenticationType"],[36,46,18,44],[36,49,18,47],[36,50,18,48],[36,51,18,49],[36,52,18,50],[36,53,18,51],[37,2,19,0],[38,2,20,7],[38,6,20,11,"SecurityLevel"],[38,19,20,24],[39,2,21,0],[39,3,21,1],[39,13,21,11,"SecurityLevel"],[39,26,21,24],[39,28,21,26],[40,4,22,4],[41,0,23,0],[42,0,24,0],[43,4,25,4,"SecurityLevel"],[43,17,25,17],[43,18,25,18,"SecurityLevel"],[43,31,25,31],[43,32,25,32],[43,38,25,38],[43,39,25,39],[43,42,25,42],[43,43,25,43],[43,44,25,44],[43,47,25,47],[43,53,25,53],[44,4,26,4],[45,0,27,0],[46,0,28,0],[47,4,29,4,"SecurityLevel"],[47,17,29,17],[47,18,29,18,"SecurityLevel"],[47,31,29,31],[47,32,29,32],[47,40,29,40],[47,41,29,41],[47,44,29,44],[47,45,29,45],[47,46,29,46],[47,49,29,49],[47,57,29,57],[48,4,30,4],[49,0,31,0],[50,0,32,0],[51,0,33,0],[52,0,34,0],[53,4,35,4,"SecurityLevel"],[53,17,35,17],[53,18,35,18,"SecurityLevel"],[53,31,35,31],[53,32,35,32],[53,43,35,43],[53,44,35,44],[53,47,35,47,"Platform"],[53,63,35,55],[53,64,35,55,"Platform"],[53,72,35,55],[53,73,35,56,"OS"],[53,75,35,58],[53,80,35,63],[53,89,35,72],[53,92,36,10,"SecurityLevel"],[53,105,36,23],[53,106,36,24,"BIOMETRIC_WEAK"],[53,120,36,38],[53,123,37,10,"SecurityLevel"],[53,136,37,23],[53,137,37,24,"BIOMETRIC_STRONG"],[53,153,37,40],[53,154,37,41],[53,157,37,44],[53,168,37,55],[54,4,38,4],[55,0,39,0],[56,0,40,0],[57,0,41,0],[58,4,42,4,"SecurityLevel"],[58,17,42,17],[58,18,42,18,"SecurityLevel"],[58,31,42,31],[58,32,42,32],[58,48,42,48],[58,49,42,49],[58,52,42,52],[58,53,42,53],[58,54,42,54],[58,57,42,57],[58,73,42,73],[59,4,43,4],[60,0,44,0],[61,0,45,0],[62,4,46,4,"SecurityLevel"],[62,17,46,17],[62,18,46,18,"SecurityLevel"],[62,31,46,31],[62,32,46,32],[62,50,46,50],[62,51,46,51],[62,54,46,54],[62,55,46,55],[62,56,46,56],[62,59,46,59],[62,77,46,77],[63,2,47,0],[63,3,47,1],[63,5,47,3,"SecurityLevel"],[63,18,47,16],[63,23,47,21,"SecurityLevel"],[63,36,47,34],[63,39,47,37],[63,40,47,38],[63,41,47,39],[63,42,47,40],[63,43,47,41],[64,2,48,0,"Object"],[64,8,48,6],[64,9,48,7,"defineProperty"],[64,23,48,21],[64,24,48,22,"SecurityLevel"],[64,37,48,35],[64,39,48,37],[64,50,48,48],[64,52,48,50],[65,4,49,4,"get"],[65,7,49,7,"get"],[65,8,49,7],[65,10,49,10],[66,6,50,8],[66,10,50,14,"additionalMessage"],[66,27,50,31],[66,30,50,34,"Platform"],[66,46,50,42],[66,47,50,42,"Platform"],[66,55,50,42],[66,56,50,43,"OS"],[66,58,50,45],[66,63,50,50],[66,72,50,59],[66,75,51,14],[66,215,51,154],[66,218,52,14],[66,220,52,16],[67,6,53,8,"console"],[67,13,53,15],[67,14,53,16,"warn"],[67,18,53,20],[67,19,53,21],[67,146,53,148],[67,149,54,12,"additionalMessage"],[67,166,54,29],[67,167,54,30],[68,6,55,8],[68,13,55,15,"Platform"],[68,29,55,23],[68,30,55,23,"Platform"],[68,38,55,23],[68,39,55,24,"OS"],[68,41,55,26],[68,46,55,31],[68,55,55,40],[68,58,56,14,"SecurityLevel"],[68,71,56,27],[68,72,56,28,"BIOMETRIC_WEAK"],[68,86,56,42],[68,89,57,14,"SecurityLevel"],[68,102,57,27],[68,103,57,28,"BIOMETRIC_STRONG"],[68,119,57,44],[69,4,58,4],[70,2,59,0],[70,3,59,1],[70,4,59,2],[71,0,59,3],[71,3]],"functionMap":{"names":["","","Object.defineProperty$argument_2.get"],"mappings":"AAA;CCG;CDc;CCG;CD0B;IEE;KFS"},"hasCjsExports":false},"type":"js/module"}]} \ No newline at end of file diff --git a/frontend/.metro-cache/cache/ed/0a42d64ff3e47355454d074c412a21a384c5f64a87bc505fbbfd901b1163ad001a9c8e b/frontend/.metro-cache/cache/ed/0a42d64ff3e47355454d074c412a21a384c5f64a87bc505fbbfd901b1163ad001a9c8e new file mode 100644 index 00000000..d67a910e --- /dev/null +++ b/frontend/.metro-cache/cache/ed/0a42d64ff3e47355454d074c412a21a384c5f64a87bc505fbbfd901b1163ad001a9c8e @@ -0,0 +1 @@ +{"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":9,"column":22,"index":147}}],"key":"KyzuX10g6ixS9UfynhmjlvCIG3g=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":10,"column":0,"index":148},"end":{"line":10,"column":46,"index":194}}],"key":"ow7vkrqkIckRjlSi/+MhMmRYtUE=","exportNames":["*"],"imports":1}},{"name":"react-native-safe-area-context","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":11,"column":0,"index":195},"end":{"line":11,"column":67,"index":262}}],"key":"XjdTKvCUWX6CbQzg5fSDHG/WgHk=","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/HelpScreen.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 HelpScreen;\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 _reactNativeSafeAreaContext = require(_dependencyMap[4], \"react-native-safe-area-context\");\n var _reactJsxDevRuntime = require(_dependencyMap[5], \"react/jsx-dev-runtime\");\n function HelpScreen(_ref) {\n _s();\n var navigation = _ref.navigation;\n var insets = (0, _reactNativeSafeAreaContext.useSafeAreaInsets)();\n var _useState = (0, _react.useState)(null),\n _useState2 = (0, _slicedToArray.default)(_useState, 2),\n expandedId = _useState2[0],\n setExpandedId = _useState2[1];\n var faqs = [{\n id: '1',\n question: 'How do I create a wallet?',\n answer: 'When you sign up for PezkuwiChain, a wallet is automatically created for you. Your wallet address is displayed in the Settings > Profile section.'\n }, {\n id: '2',\n question: 'How do I send tokens?',\n answer: 'Go to the Wallet tab, tap on the token you want to send (HEZ or PEZ), then tap the \"Send\" button. Enter the recipient\\'s wallet address and the amount you want to send.'\n }, {\n id: '3',\n question: 'What is the difference between HEZ and PEZ?',\n answer: 'HEZ (Hemwelatî) is the citizenship token used for identity verification and governance. PEZ (Pezkuwî) is the utility token used for transactions and services within the ecosystem.'\n }, {\n id: '4',\n question: 'How do I participate in governance?',\n answer: 'Navigate to the Vote section from quick actions or wallet. You can view active proposals and vote using your HEZ tokens. Each HEZ token represents one vote.'\n }, {\n id: '5',\n question: 'Is my wallet secure?',\n answer: 'Yes! We use industry-standard encryption and security measures. You can also enable biometric authentication and 2FA for additional security. Remember to never share your password or recovery phrase.'\n }, {\n id: '6',\n question: 'How do I recover my account?',\n answer: 'If you forget your password, use the \"Forgot Password\" option on the login screen. For account recovery issues, contact our support team at support@pezkuwichain.io'\n }, {\n id: '7',\n question: 'What are transaction fees?',\n answer: 'Network fees (gas fees) are required for blockchain transactions. These fees go to validators who process and secure transactions on the network.'\n }, {\n id: '8',\n question: 'How long do transactions take?',\n answer: 'Most transactions are confirmed within seconds to a few minutes, depending on network congestion. You can view transaction status in your transaction history.'\n }];\n var toggleExpand = id => {\n setExpandedId(expandedId === id ? null : id);\n };\n var openSupport = () => {\n _reactNative.Linking.openURL('https://pezkuwichain.io/support');\n };\n var sendEmail = () => {\n _reactNative.Linking.openURL('mailto:support@pezkuwichain.io');\n };\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: [styles.container, {\n paddingTop: insets.top\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.header,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n onPress: () => navigation.goBack(),\n style: styles.backButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"arrow-back\",\n size: 24,\n color: \"#1F2937\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 76,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 75,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.headerTitle,\n children: \"Help & Support\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 78,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: {\n width: 40\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 79,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 74,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.ScrollView, {\n contentContainerStyle: styles.scrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.supportSection,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.sectionTitle,\n children: \"Contact Support\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 85,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.supportCard,\n onPress: openSupport,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.supportCardLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: [styles.iconContainer, {\n backgroundColor: '#DBEAFE'\n }],\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"globe\",\n size: 24,\n color: \"#3B82F6\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 90,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 89,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.supportCardTitle,\n children: \"Visit Support Center\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 93,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.supportCardSubtitle,\n children: \"pezkuwichain.io/support\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 94,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 92,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 88,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"chevron-forward\",\n size: 20,\n color: \"#9CA3AF\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 97,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 87,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.supportCard,\n onPress: sendEmail,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.supportCardLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: [styles.iconContainer, {\n backgroundColor: '#FEE2E2'\n }],\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"mail\",\n size: 24,\n color: \"#EE2A35\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 103,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 102,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.supportCardTitle,\n children: \"Email Support\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 106,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.supportCardSubtitle,\n children: \"support@pezkuwichain.io\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 107,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 105,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 101,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"chevron-forward\",\n size: 20,\n color: \"#9CA3AF\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 110,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 100,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 84,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.faqSection,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.sectionTitle,\n children: \"Frequently Asked Questions\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 116,\n columnNumber: 11\n }, this), faqs.map(faq => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.faqCard,\n onPress: () => toggleExpand(faq.id),\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.faqHeader,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.faqQuestion,\n children: faq.question\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 125,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: expandedId === faq.id ? 'chevron-up' : 'chevron-down',\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 126,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 124,\n columnNumber: 15\n }, this), expandedId === faq.id && /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.faqAnswer,\n children: faq.answer\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 133,\n columnNumber: 17\n }, this)]\n }, faq.id, true, {\n fileName: _jsxFileName,\n lineNumber: 119,\n columnNumber: 13\n }, this))]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 115,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.infoSection,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.infoText,\n children: \"App Version 1.0.0\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 141,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.infoText,\n children: \"\\xA9 2025 PezkuwiChain. All rights reserved.\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 142,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 140,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 82,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 73,\n columnNumber: 5\n }, this);\n }\n _s(HelpScreen, \"djRf5ENPJjQiYCi0FSPqKWPlSpM=\", false, function () {\n return [_reactNativeSafeAreaContext.useSafeAreaInsets];\n });\n _c = HelpScreen;\n var styles = _reactNative.StyleSheet.create({\n container: {\n flex: 1,\n backgroundColor: '#F8F9FA'\n },\n header: {\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'space-between',\n paddingHorizontal: 16,\n paddingVertical: 16,\n backgroundColor: '#FFF',\n borderBottomWidth: 1,\n borderBottomColor: '#E5E7EB'\n },\n backButton: {\n width: 40,\n height: 40,\n borderRadius: 20,\n backgroundColor: '#F3F4F6',\n alignItems: 'center',\n justifyContent: 'center'\n },\n headerTitle: {\n fontSize: 18,\n fontWeight: '700',\n color: '#1F2937'\n },\n scrollContent: {\n padding: 16,\n paddingBottom: 80\n },\n supportSection: {\n marginBottom: 24\n },\n sectionTitle: {\n fontSize: 16,\n fontWeight: '700',\n color: '#1F2937',\n marginBottom: 12\n },\n supportCard: {\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'space-between',\n backgroundColor: '#FFF',\n padding: 16,\n borderRadius: 12,\n marginBottom: 8,\n shadowColor: '#000',\n shadowOffset: {\n width: 0,\n height: 1\n },\n shadowOpacity: 0.05,\n shadowRadius: 4,\n elevation: 2\n },\n supportCardLeft: {\n flexDirection: 'row',\n alignItems: 'center',\n flex: 1\n },\n iconContainer: {\n width: 48,\n height: 48,\n borderRadius: 24,\n alignItems: 'center',\n justifyContent: 'center',\n marginRight: 12\n },\n supportCardTitle: {\n fontSize: 16,\n fontWeight: '600',\n color: '#1F2937',\n marginBottom: 2\n },\n supportCardSubtitle: {\n fontSize: 14,\n color: '#6B7280'\n },\n faqSection: {\n marginBottom: 24\n },\n faqCard: {\n backgroundColor: '#FFF',\n padding: 16,\n borderRadius: 12,\n marginBottom: 8,\n shadowColor: '#000',\n shadowOffset: {\n width: 0,\n height: 1\n },\n shadowOpacity: 0.05,\n shadowRadius: 4,\n elevation: 2\n },\n faqHeader: {\n flexDirection: 'row',\n justifyContent: 'space-between',\n alignItems: 'center'\n },\n faqQuestion: {\n fontSize: 16,\n fontWeight: '600',\n color: '#1F2937',\n flex: 1,\n marginRight: 12\n },\n faqAnswer: {\n fontSize: 15,\n color: '#6B7280',\n lineHeight: 22,\n marginTop: 12,\n paddingTop: 12,\n borderTopWidth: 1,\n borderTopColor: '#F3F4F6'\n },\n infoSection: {\n alignItems: 'center',\n paddingVertical: 24\n },\n infoText: {\n fontSize: 14,\n color: '#9CA3AF',\n marginBottom: 4\n }\n });\n var _c;\n $RefreshReg$(_c, \"HelpScreen\");\n});","lineCount":474,"map":[[14,2,13,15,"Object"],[14,8,13,15],[14,9,13,15,"defineProperty"],[14,23,13,15],[14,24,13,15,"exports"],[14,31,13,15],[15,4,13,15,"enumerable"],[15,14,13,15],[16,4,13,15,"get"],[16,7,13,15],[16,18,13,15,"get"],[16,19,13,15],[17,6,13,15],[17,13,13,15,"HelpScreen"],[17,23,13,15],[18,4,13,15],[19,2,13,15],[20,2,147,1],[20,6,147,1,"_babelRuntimeHelpersSlicedToArray"],[20,39,147,1],[20,42,147,1,"require"],[20,49,147,1],[20,50,147,1,"_dependencyMap"],[20,64,147,1],[21,2,147,1],[21,6,147,1,"_slicedToArray"],[21,20,147,1],[21,23,147,1,"_interopDefault"],[21,38,147,1],[21,39,147,1,"_babelRuntimeHelpersSlicedToArray"],[21,72,147,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,10,0],[24,6,10,0,"_expoVectorIcons"],[24,22,10,0],[24,25,10,0,"require"],[24,32,10,0],[24,33,10,0,"_dependencyMap"],[24,47,10,0],[25,2,11,0],[25,6,11,0,"_reactNativeSafeAreaContext"],[25,33,11,0],[25,36,11,0,"require"],[25,43,11,0],[25,44,11,0,"_dependencyMap"],[25,58,11,0],[26,2,11,67],[26,6,11,67,"_reactJsxDevRuntime"],[26,25,11,67],[26,28,11,67,"require"],[26,35,11,67],[26,36,11,67,"_dependencyMap"],[26,50,11,67],[27,2,13,15],[27,11,13,24,"HelpScreen"],[27,21,13,34,"HelpScreen"],[27,22,13,34,"_ref"],[27,26,13,34],[27,28,13,56],[28,4,13,56,"_s"],[28,6,13,56],[29,4,13,56],[29,8,13,37,"navigation"],[29,18,13,47],[29,21,13,47,"_ref"],[29,25,13,47],[29,26,13,37,"navigation"],[29,36,13,47],[30,4,14,2],[30,8,14,8,"insets"],[30,14,14,14],[30,17,14,17],[30,21,14,17,"useSafeAreaInsets"],[30,48,14,34],[30,49,14,34,"useSafeAreaInsets"],[30,66,14,34],[30,68,14,35],[30,69,14,36],[31,4,15,2],[31,8,15,2,"_useState"],[31,17,15,2],[31,20,15,38],[31,24,15,38,"useState"],[31,30,15,46],[31,31,15,46,"useState"],[31,39,15,46],[31,41,15,62],[31,45,15,66],[31,46,15,67],[32,6,15,67,"_useState2"],[32,16,15,67],[32,23,15,67,"_slicedToArray"],[32,37,15,67],[32,38,15,67,"default"],[32,45,15,67],[32,47,15,67,"_useState"],[32,56,15,67],[33,6,15,9,"expandedId"],[33,16,15,19],[33,19,15,19,"_useState2"],[33,29,15,19],[34,6,15,21,"setExpandedId"],[34,19,15,34],[34,22,15,34,"_useState2"],[34,32,15,34],[35,4,17,2],[35,8,17,8,"faqs"],[35,12,17,12],[35,15,17,15],[35,16,18,4],[36,6,19,6,"id"],[36,8,19,8],[36,10,19,10],[36,13,19,13],[37,6,20,6,"question"],[37,14,20,14],[37,16,20,16],[37,43,20,43],[38,6,21,6,"answer"],[38,12,21,12],[38,14,21,14],[39,4,22,4],[39,5,22,5],[39,7,23,4],[40,6,24,6,"id"],[40,8,24,8],[40,10,24,10],[40,13,24,13],[41,6,25,6,"question"],[41,14,25,14],[41,16,25,16],[41,39,25,39],[42,6,26,6,"answer"],[42,12,26,12],[42,14,26,14],[43,4,27,4],[43,5,27,5],[43,7,28,4],[44,6,29,6,"id"],[44,8,29,8],[44,10,29,10],[44,13,29,13],[45,6,30,6,"question"],[45,14,30,14],[45,16,30,16],[45,61,30,61],[46,6,31,6,"answer"],[46,12,31,12],[46,14,31,14],[47,4,32,4],[47,5,32,5],[47,7,33,4],[48,6,34,6,"id"],[48,8,34,8],[48,10,34,10],[48,13,34,13],[49,6,35,6,"question"],[49,14,35,14],[49,16,35,16],[49,53,35,53],[50,6,36,6,"answer"],[50,12,36,12],[50,14,36,14],[51,4,37,4],[51,5,37,5],[51,7,38,4],[52,6,39,6,"id"],[52,8,39,8],[52,10,39,10],[52,13,39,13],[53,6,40,6,"question"],[53,14,40,14],[53,16,40,16],[53,38,40,38],[54,6,41,6,"answer"],[54,12,41,12],[54,14,41,14],[55,4,42,4],[55,5,42,5],[55,7,43,4],[56,6,44,6,"id"],[56,8,44,8],[56,10,44,10],[56,13,44,13],[57,6,45,6,"question"],[57,14,45,14],[57,16,45,16],[57,46,45,46],[58,6,46,6,"answer"],[58,12,46,12],[58,14,46,14],[59,4,47,4],[59,5,47,5],[59,7,48,4],[60,6,49,6,"id"],[60,8,49,8],[60,10,49,10],[60,13,49,13],[61,6,50,6,"question"],[61,14,50,14],[61,16,50,16],[61,44,50,44],[62,6,51,6,"answer"],[62,12,51,12],[62,14,51,14],[63,4,52,4],[63,5,52,5],[63,7,53,4],[64,6,54,6,"id"],[64,8,54,8],[64,10,54,10],[64,13,54,13],[65,6,55,6,"question"],[65,14,55,14],[65,16,55,16],[65,48,55,48],[66,6,56,6,"answer"],[66,12,56,12],[66,14,56,14],[67,4,57,4],[67,5,57,5],[67,6,58,3],[68,4,60,2],[68,8,60,8,"toggleExpand"],[68,20,60,20],[68,23,60,24,"id"],[68,25,60,34],[68,29,60,39],[69,6,61,4,"setExpandedId"],[69,19,61,17],[69,20,61,18,"expandedId"],[69,30,61,28],[69,35,61,33,"id"],[69,37,61,35],[69,40,61,38],[69,44,61,42],[69,47,61,45,"id"],[69,49,61,47],[69,50,61,48],[70,4,62,2],[70,5,62,3],[71,4,64,2],[71,8,64,8,"openSupport"],[71,19,64,19],[71,22,64,22,"openSupport"],[71,23,64,22],[71,28,64,28],[72,6,65,4,"Linking"],[72,18,65,11],[72,19,65,11,"Linking"],[72,26,65,11],[72,27,65,12,"openURL"],[72,34,65,19],[72,35,65,20],[72,68,65,53],[72,69,65,54],[73,4,66,2],[73,5,66,3],[74,4,68,2],[74,8,68,8,"sendEmail"],[74,17,68,17],[74,20,68,20,"sendEmail"],[74,21,68,20],[74,26,68,26],[75,6,69,4,"Linking"],[75,18,69,11],[75,19,69,11,"Linking"],[75,26,69,11],[75,27,69,12,"openURL"],[75,34,69,19],[75,35,69,20],[75,67,69,52],[75,68,69,53],[76,4,70,2],[76,5,70,3],[77,4,72,2],[77,24,73,4],[77,28,73,4,"_reactJsxDevRuntime"],[77,47,73,4],[77,48,73,4,"jsxDEV"],[77,54,73,4],[77,56,73,5,"_reactNative"],[77,68,73,9],[77,69,73,9,"View"],[77,73,73,9],[78,6,73,10,"style"],[78,11,73,15],[78,13,73,17],[78,14,73,18,"styles"],[78,20,73,24],[78,21,73,25,"container"],[78,30,73,34],[78,32,73,36],[79,8,73,38,"paddingTop"],[79,18,73,48],[79,20,73,50,"insets"],[79,26,73,56],[79,27,73,57,"top"],[80,6,73,61],[80,7,73,62],[80,8,73,64],[81,6,73,64,"children"],[81,14,73,64],[81,30,74,6],[81,34,74,6,"_reactJsxDevRuntime"],[81,53,74,6],[81,54,74,6,"jsxDEV"],[81,60,74,6],[81,62,74,7,"_reactNative"],[81,74,74,11],[81,75,74,11,"View"],[81,79,74,11],[82,8,74,12,"style"],[82,13,74,17],[82,15,74,19,"styles"],[82,21,74,25],[82,22,74,26,"header"],[82,28,74,33],[83,8,74,33,"children"],[83,16,74,33],[83,32,75,8],[83,36,75,8,"_reactJsxDevRuntime"],[83,55,75,8],[83,56,75,8,"jsxDEV"],[83,62,75,8],[83,64,75,9,"_reactNative"],[83,76,75,25],[83,77,75,25,"TouchableOpacity"],[83,93,75,25],[84,10,75,26,"onPress"],[84,17,75,33],[84,19,75,35,"onPress"],[84,20,75,35],[84,25,75,41,"navigation"],[84,35,75,51],[84,36,75,52,"goBack"],[84,42,75,58],[84,43,75,59],[84,44,75,61],[85,10,75,62,"style"],[85,15,75,67],[85,17,75,69,"styles"],[85,23,75,75],[85,24,75,76,"backButton"],[85,34,75,87],[86,10,75,87,"children"],[86,18,75,87],[86,33,76,10],[86,37,76,10,"_reactJsxDevRuntime"],[86,56,76,10],[86,57,76,10,"jsxDEV"],[86,63,76,10],[86,65,76,11,"_expoVectorIcons"],[86,81,76,19],[86,82,76,19,"Ionicons"],[86,90,76,19],[87,12,76,20,"name"],[87,16,76,24],[87,18,76,25],[87,30,76,37],[88,12,76,38,"size"],[88,16,76,42],[88,18,76,44],[88,20,76,47],[89,12,76,48,"color"],[89,17,76,53],[89,19,76,54],[90,10,76,63],[91,12,76,63,"fileName"],[91,20,76,63],[91,22,76,63,"_jsxFileName"],[91,34,76,63],[92,12,76,63,"lineNumber"],[92,22,76,63],[93,12,76,63,"columnNumber"],[93,24,76,63],[94,10,76,63],[94,17,76,65],[95,8,76,66],[96,10,76,66,"fileName"],[96,18,76,66],[96,20,76,66,"_jsxFileName"],[96,32,76,66],[97,10,76,66,"lineNumber"],[97,20,76,66],[98,10,76,66,"columnNumber"],[98,22,76,66],[99,8,76,66],[99,15,77,26],[99,16,77,27],[99,31,78,8],[99,35,78,8,"_reactJsxDevRuntime"],[99,54,78,8],[99,55,78,8,"jsxDEV"],[99,61,78,8],[99,63,78,9,"_reactNative"],[99,75,78,13],[99,76,78,13,"Text"],[99,80,78,13],[100,10,78,14,"style"],[100,15,78,19],[100,17,78,21,"styles"],[100,23,78,27],[100,24,78,28,"headerTitle"],[100,35,78,40],[101,10,78,40,"children"],[101,18,78,40],[101,20,78,41],[102,8,78,55],[103,10,78,55,"fileName"],[103,18,78,55],[103,20,78,55,"_jsxFileName"],[103,32,78,55],[104,10,78,55,"lineNumber"],[104,20,78,55],[105,10,78,55,"columnNumber"],[105,22,78,55],[106,8,78,55],[106,15,78,61],[106,16,78,62],[106,31,79,8],[106,35,79,8,"_reactJsxDevRuntime"],[106,54,79,8],[106,55,79,8,"jsxDEV"],[106,61,79,8],[106,63,79,9,"_reactNative"],[106,75,79,13],[106,76,79,13,"View"],[106,80,79,13],[107,10,79,14,"style"],[107,15,79,19],[107,17,79,21],[108,12,79,23,"width"],[108,17,79,28],[108,19,79,30],[109,10,79,33],[110,8,79,35],[111,10,79,35,"fileName"],[111,18,79,35],[111,20,79,35,"_jsxFileName"],[111,32,79,35],[112,10,79,35,"lineNumber"],[112,20,79,35],[113,10,79,35,"columnNumber"],[113,22,79,35],[114,8,79,35],[114,15,79,37],[114,16,79,38],[115,6,79,38],[116,8,79,38,"fileName"],[116,16,79,38],[116,18,79,38,"_jsxFileName"],[116,30,79,38],[117,8,79,38,"lineNumber"],[117,18,79,38],[118,8,79,38,"columnNumber"],[118,20,79,38],[119,6,79,38],[119,13,80,12],[119,14,80,13],[119,29,82,6],[119,33,82,6,"_reactJsxDevRuntime"],[119,52,82,6],[119,53,82,6,"jsxDEV"],[119,59,82,6],[119,61,82,7,"_reactNative"],[119,73,82,17],[119,74,82,17,"ScrollView"],[119,84,82,17],[120,8,82,18,"contentContainerStyle"],[120,29,82,39],[120,31,82,41,"styles"],[120,37,82,47],[120,38,82,48,"scrollContent"],[120,51,82,62],[121,8,82,62,"children"],[121,16,82,62],[121,32,84,8],[121,36,84,8,"_reactJsxDevRuntime"],[121,55,84,8],[121,56,84,8,"jsxDEV"],[121,62,84,8],[121,64,84,9,"_reactNative"],[121,76,84,13],[121,77,84,13,"View"],[121,81,84,13],[122,10,84,14,"style"],[122,15,84,19],[122,17,84,21,"styles"],[122,23,84,27],[122,24,84,28,"supportSection"],[122,38,84,43],[123,10,84,43,"children"],[123,18,84,43],[123,34,85,10],[123,38,85,10,"_reactJsxDevRuntime"],[123,57,85,10],[123,58,85,10,"jsxDEV"],[123,64,85,10],[123,66,85,11,"_reactNative"],[123,78,85,15],[123,79,85,15,"Text"],[123,83,85,15],[124,12,85,16,"style"],[124,17,85,21],[124,19,85,23,"styles"],[124,25,85,29],[124,26,85,30,"sectionTitle"],[124,38,85,43],[125,12,85,43,"children"],[125,20,85,43],[125,22,85,44],[126,10,85,59],[127,12,85,59,"fileName"],[127,20,85,59],[127,22,85,59,"_jsxFileName"],[127,34,85,59],[128,12,85,59,"lineNumber"],[128,22,85,59],[129,12,85,59,"columnNumber"],[129,24,85,59],[130,10,85,59],[130,17,85,65],[130,18,85,66],[130,33,87,10],[130,37,87,10,"_reactJsxDevRuntime"],[130,56,87,10],[130,57,87,10,"jsxDEV"],[130,63,87,10],[130,65,87,11,"_reactNative"],[130,77,87,27],[130,78,87,27,"TouchableOpacity"],[130,94,87,27],[131,12,87,28,"style"],[131,17,87,33],[131,19,87,35,"styles"],[131,25,87,41],[131,26,87,42,"supportCard"],[131,37,87,54],[132,12,87,55,"onPress"],[132,19,87,62],[132,21,87,64,"openSupport"],[132,32,87,76],[133,12,87,76,"children"],[133,20,87,76],[133,36,88,12],[133,40,88,12,"_reactJsxDevRuntime"],[133,59,88,12],[133,60,88,12,"jsxDEV"],[133,66,88,12],[133,68,88,13,"_reactNative"],[133,80,88,17],[133,81,88,17,"View"],[133,85,88,17],[134,14,88,18,"style"],[134,19,88,23],[134,21,88,25,"styles"],[134,27,88,31],[134,28,88,32,"supportCardLeft"],[134,43,88,48],[135,14,88,48,"children"],[135,22,88,48],[135,38,89,14],[135,42,89,14,"_reactJsxDevRuntime"],[135,61,89,14],[135,62,89,14,"jsxDEV"],[135,68,89,14],[135,70,89,15,"_reactNative"],[135,82,89,19],[135,83,89,19,"View"],[135,87,89,19],[136,16,89,20,"style"],[136,21,89,25],[136,23,89,27],[136,24,89,28,"styles"],[136,30,89,34],[136,31,89,35,"iconContainer"],[136,44,89,48],[136,46,89,50],[137,18,89,52,"backgroundColor"],[137,33,89,67],[137,35,89,69],[138,16,89,79],[138,17,89,80],[138,18,89,82],[139,16,89,82,"children"],[139,24,89,82],[139,39,90,16],[139,43,90,16,"_reactJsxDevRuntime"],[139,62,90,16],[139,63,90,16,"jsxDEV"],[139,69,90,16],[139,71,90,17,"_expoVectorIcons"],[139,87,90,25],[139,88,90,25,"Ionicons"],[139,96,90,25],[140,18,90,26,"name"],[140,22,90,30],[140,24,90,31],[140,31,90,38],[141,18,90,39,"size"],[141,22,90,43],[141,24,90,45],[141,26,90,48],[142,18,90,49,"color"],[142,23,90,54],[142,25,90,55],[143,16,90,64],[144,18,90,64,"fileName"],[144,26,90,64],[144,28,90,64,"_jsxFileName"],[144,40,90,64],[145,18,90,64,"lineNumber"],[145,28,90,64],[146,18,90,64,"columnNumber"],[146,30,90,64],[147,16,90,64],[147,23,90,66],[148,14,90,67],[149,16,90,67,"fileName"],[149,24,90,67],[149,26,90,67,"_jsxFileName"],[149,38,90,67],[150,16,90,67,"lineNumber"],[150,26,90,67],[151,16,90,67,"columnNumber"],[151,28,90,67],[152,14,90,67],[152,21,91,20],[152,22,91,21],[152,37,92,14],[152,41,92,14,"_reactJsxDevRuntime"],[152,60,92,14],[152,61,92,14,"jsxDEV"],[152,67,92,14],[152,69,92,15,"_reactNative"],[152,81,92,19],[152,82,92,19,"View"],[152,86,92,19],[153,16,92,19,"children"],[153,24,92,19],[153,40,93,16],[153,44,93,16,"_reactJsxDevRuntime"],[153,63,93,16],[153,64,93,16,"jsxDEV"],[153,70,93,16],[153,72,93,17,"_reactNative"],[153,84,93,21],[153,85,93,21,"Text"],[153,89,93,21],[154,18,93,22,"style"],[154,23,93,27],[154,25,93,29,"styles"],[154,31,93,35],[154,32,93,36,"supportCardTitle"],[154,48,93,53],[155,18,93,53,"children"],[155,26,93,53],[155,28,93,54],[156,16,93,74],[157,18,93,74,"fileName"],[157,26,93,74],[157,28,93,74,"_jsxFileName"],[157,40,93,74],[158,18,93,74,"lineNumber"],[158,28,93,74],[159,18,93,74,"columnNumber"],[159,30,93,74],[160,16,93,74],[160,23,93,80],[160,24,93,81],[160,39,94,16],[160,43,94,16,"_reactJsxDevRuntime"],[160,62,94,16],[160,63,94,16,"jsxDEV"],[160,69,94,16],[160,71,94,17,"_reactNative"],[160,83,94,21],[160,84,94,21,"Text"],[160,88,94,21],[161,18,94,22,"style"],[161,23,94,27],[161,25,94,29,"styles"],[161,31,94,35],[161,32,94,36,"supportCardSubtitle"],[161,51,94,56],[162,18,94,56,"children"],[162,26,94,56],[162,28,94,57],[163,16,94,80],[164,18,94,80,"fileName"],[164,26,94,80],[164,28,94,80,"_jsxFileName"],[164,40,94,80],[165,18,94,80,"lineNumber"],[165,28,94,80],[166,18,94,80,"columnNumber"],[166,30,94,80],[167,16,94,80],[167,23,94,86],[167,24,94,87],[168,14,94,87],[169,16,94,87,"fileName"],[169,24,94,87],[169,26,94,87,"_jsxFileName"],[169,38,94,87],[170,16,94,87,"lineNumber"],[170,26,94,87],[171,16,94,87,"columnNumber"],[171,28,94,87],[172,14,94,87],[172,21,95,20],[172,22,95,21],[173,12,95,21],[174,14,95,21,"fileName"],[174,22,95,21],[174,24,95,21,"_jsxFileName"],[174,36,95,21],[175,14,95,21,"lineNumber"],[175,24,95,21],[176,14,95,21,"columnNumber"],[176,26,95,21],[177,12,95,21],[177,19,96,18],[177,20,96,19],[177,35,97,12],[177,39,97,12,"_reactJsxDevRuntime"],[177,58,97,12],[177,59,97,12,"jsxDEV"],[177,65,97,12],[177,67,97,13,"_expoVectorIcons"],[177,83,97,21],[177,84,97,21,"Ionicons"],[177,92,97,21],[178,14,97,22,"name"],[178,18,97,26],[178,20,97,27],[178,37,97,44],[179,14,97,45,"size"],[179,18,97,49],[179,20,97,51],[179,22,97,54],[180,14,97,55,"color"],[180,19,97,60],[180,21,97,61],[181,12,97,70],[182,14,97,70,"fileName"],[182,22,97,70],[182,24,97,70,"_jsxFileName"],[182,36,97,70],[183,14,97,70,"lineNumber"],[183,24,97,70],[184,14,97,70,"columnNumber"],[184,26,97,70],[185,12,97,70],[185,19,97,72],[185,20,97,73],[186,10,97,73],[187,12,97,73,"fileName"],[187,20,97,73],[187,22,97,73,"_jsxFileName"],[187,34,97,73],[188,12,97,73,"lineNumber"],[188,22,97,73],[189,12,97,73,"columnNumber"],[189,24,97,73],[190,10,97,73],[190,17,98,28],[190,18,98,29],[190,33,100,10],[190,37,100,10,"_reactJsxDevRuntime"],[190,56,100,10],[190,57,100,10,"jsxDEV"],[190,63,100,10],[190,65,100,11,"_reactNative"],[190,77,100,27],[190,78,100,27,"TouchableOpacity"],[190,94,100,27],[191,12,100,28,"style"],[191,17,100,33],[191,19,100,35,"styles"],[191,25,100,41],[191,26,100,42,"supportCard"],[191,37,100,54],[192,12,100,55,"onPress"],[192,19,100,62],[192,21,100,64,"sendEmail"],[192,30,100,74],[193,12,100,74,"children"],[193,20,100,74],[193,36,101,12],[193,40,101,12,"_reactJsxDevRuntime"],[193,59,101,12],[193,60,101,12,"jsxDEV"],[193,66,101,12],[193,68,101,13,"_reactNative"],[193,80,101,17],[193,81,101,17,"View"],[193,85,101,17],[194,14,101,18,"style"],[194,19,101,23],[194,21,101,25,"styles"],[194,27,101,31],[194,28,101,32,"supportCardLeft"],[194,43,101,48],[195,14,101,48,"children"],[195,22,101,48],[195,38,102,14],[195,42,102,14,"_reactJsxDevRuntime"],[195,61,102,14],[195,62,102,14,"jsxDEV"],[195,68,102,14],[195,70,102,15,"_reactNative"],[195,82,102,19],[195,83,102,19,"View"],[195,87,102,19],[196,16,102,20,"style"],[196,21,102,25],[196,23,102,27],[196,24,102,28,"styles"],[196,30,102,34],[196,31,102,35,"iconContainer"],[196,44,102,48],[196,46,102,50],[197,18,102,52,"backgroundColor"],[197,33,102,67],[197,35,102,69],[198,16,102,79],[198,17,102,80],[198,18,102,82],[199,16,102,82,"children"],[199,24,102,82],[199,39,103,16],[199,43,103,16,"_reactJsxDevRuntime"],[199,62,103,16],[199,63,103,16,"jsxDEV"],[199,69,103,16],[199,71,103,17,"_expoVectorIcons"],[199,87,103,25],[199,88,103,25,"Ionicons"],[199,96,103,25],[200,18,103,26,"name"],[200,22,103,30],[200,24,103,31],[200,30,103,37],[201,18,103,38,"size"],[201,22,103,42],[201,24,103,44],[201,26,103,47],[202,18,103,48,"color"],[202,23,103,53],[202,25,103,54],[203,16,103,63],[204,18,103,63,"fileName"],[204,26,103,63],[204,28,103,63,"_jsxFileName"],[204,40,103,63],[205,18,103,63,"lineNumber"],[205,28,103,63],[206,18,103,63,"columnNumber"],[206,30,103,63],[207,16,103,63],[207,23,103,65],[208,14,103,66],[209,16,103,66,"fileName"],[209,24,103,66],[209,26,103,66,"_jsxFileName"],[209,38,103,66],[210,16,103,66,"lineNumber"],[210,26,103,66],[211,16,103,66,"columnNumber"],[211,28,103,66],[212,14,103,66],[212,21,104,20],[212,22,104,21],[212,37,105,14],[212,41,105,14,"_reactJsxDevRuntime"],[212,60,105,14],[212,61,105,14,"jsxDEV"],[212,67,105,14],[212,69,105,15,"_reactNative"],[212,81,105,19],[212,82,105,19,"View"],[212,86,105,19],[213,16,105,19,"children"],[213,24,105,19],[213,40,106,16],[213,44,106,16,"_reactJsxDevRuntime"],[213,63,106,16],[213,64,106,16,"jsxDEV"],[213,70,106,16],[213,72,106,17,"_reactNative"],[213,84,106,21],[213,85,106,21,"Text"],[213,89,106,21],[214,18,106,22,"style"],[214,23,106,27],[214,25,106,29,"styles"],[214,31,106,35],[214,32,106,36,"supportCardTitle"],[214,48,106,53],[215,18,106,53,"children"],[215,26,106,53],[215,28,106,54],[216,16,106,67],[217,18,106,67,"fileName"],[217,26,106,67],[217,28,106,67,"_jsxFileName"],[217,40,106,67],[218,18,106,67,"lineNumber"],[218,28,106,67],[219,18,106,67,"columnNumber"],[219,30,106,67],[220,16,106,67],[220,23,106,73],[220,24,106,74],[220,39,107,16],[220,43,107,16,"_reactJsxDevRuntime"],[220,62,107,16],[220,63,107,16,"jsxDEV"],[220,69,107,16],[220,71,107,17,"_reactNative"],[220,83,107,21],[220,84,107,21,"Text"],[220,88,107,21],[221,18,107,22,"style"],[221,23,107,27],[221,25,107,29,"styles"],[221,31,107,35],[221,32,107,36,"supportCardSubtitle"],[221,51,107,56],[222,18,107,56,"children"],[222,26,107,56],[222,28,107,57],[223,16,107,80],[224,18,107,80,"fileName"],[224,26,107,80],[224,28,107,80,"_jsxFileName"],[224,40,107,80],[225,18,107,80,"lineNumber"],[225,28,107,80],[226,18,107,80,"columnNumber"],[226,30,107,80],[227,16,107,80],[227,23,107,86],[227,24,107,87],[228,14,107,87],[229,16,107,87,"fileName"],[229,24,107,87],[229,26,107,87,"_jsxFileName"],[229,38,107,87],[230,16,107,87,"lineNumber"],[230,26,107,87],[231,16,107,87,"columnNumber"],[231,28,107,87],[232,14,107,87],[232,21,108,20],[232,22,108,21],[233,12,108,21],[234,14,108,21,"fileName"],[234,22,108,21],[234,24,108,21,"_jsxFileName"],[234,36,108,21],[235,14,108,21,"lineNumber"],[235,24,108,21],[236,14,108,21,"columnNumber"],[236,26,108,21],[237,12,108,21],[237,19,109,18],[237,20,109,19],[237,35,110,12],[237,39,110,12,"_reactJsxDevRuntime"],[237,58,110,12],[237,59,110,12,"jsxDEV"],[237,65,110,12],[237,67,110,13,"_expoVectorIcons"],[237,83,110,21],[237,84,110,21,"Ionicons"],[237,92,110,21],[238,14,110,22,"name"],[238,18,110,26],[238,20,110,27],[238,37,110,44],[239,14,110,45,"size"],[239,18,110,49],[239,20,110,51],[239,22,110,54],[240,14,110,55,"color"],[240,19,110,60],[240,21,110,61],[241,12,110,70],[242,14,110,70,"fileName"],[242,22,110,70],[242,24,110,70,"_jsxFileName"],[242,36,110,70],[243,14,110,70,"lineNumber"],[243,24,110,70],[244,14,110,70,"columnNumber"],[244,26,110,70],[245,12,110,70],[245,19,110,72],[245,20,110,73],[246,10,110,73],[247,12,110,73,"fileName"],[247,20,110,73],[247,22,110,73,"_jsxFileName"],[247,34,110,73],[248,12,110,73,"lineNumber"],[248,22,110,73],[249,12,110,73,"columnNumber"],[249,24,110,73],[250,10,110,73],[250,17,111,28],[250,18,111,29],[251,8,111,29],[252,10,111,29,"fileName"],[252,18,111,29],[252,20,111,29,"_jsxFileName"],[252,32,111,29],[253,10,111,29,"lineNumber"],[253,20,111,29],[254,10,111,29,"columnNumber"],[254,22,111,29],[255,8,111,29],[255,15,112,14],[255,16,112,15],[255,31,115,8],[255,35,115,8,"_reactJsxDevRuntime"],[255,54,115,8],[255,55,115,8,"jsxDEV"],[255,61,115,8],[255,63,115,9,"_reactNative"],[255,75,115,13],[255,76,115,13,"View"],[255,80,115,13],[256,10,115,14,"style"],[256,15,115,19],[256,17,115,21,"styles"],[256,23,115,27],[256,24,115,28,"faqSection"],[256,34,115,39],[257,10,115,39,"children"],[257,18,115,39],[257,34,116,10],[257,38,116,10,"_reactJsxDevRuntime"],[257,57,116,10],[257,58,116,10,"jsxDEV"],[257,64,116,10],[257,66,116,11,"_reactNative"],[257,78,116,15],[257,79,116,15,"Text"],[257,83,116,15],[258,12,116,16,"style"],[258,17,116,21],[258,19,116,23,"styles"],[258,25,116,29],[258,26,116,30,"sectionTitle"],[258,38,116,43],[259,12,116,43,"children"],[259,20,116,43],[259,22,116,44],[260,10,116,70],[261,12,116,70,"fileName"],[261,20,116,70],[261,22,116,70,"_jsxFileName"],[261,34,116,70],[262,12,116,70,"lineNumber"],[262,22,116,70],[263,12,116,70,"columnNumber"],[263,24,116,70],[264,10,116,70],[264,17,116,76],[264,18,116,77],[264,20,118,11,"faqs"],[264,24,118,15],[264,25,118,16,"map"],[264,28,118,19],[264,29,118,21,"faq"],[264,32,118,24],[264,49,119,12],[264,53,119,12,"_reactJsxDevRuntime"],[264,72,119,12],[264,73,119,12,"jsxDEV"],[264,79,119,12],[264,81,119,13,"_reactNative"],[264,93,119,29],[264,94,119,29,"TouchableOpacity"],[264,110,119,29],[265,12,121,14,"style"],[265,17,121,19],[265,19,121,21,"styles"],[265,25,121,27],[265,26,121,28,"faqCard"],[265,33,121,36],[266,12,122,14,"onPress"],[266,19,122,21],[266,21,122,23,"onPress"],[266,22,122,23],[266,27,122,29,"toggleExpand"],[266,39,122,41],[266,40,122,42,"faq"],[266,43,122,45],[266,44,122,46,"id"],[266,46,122,48],[266,47,122,50],[267,12,122,50,"children"],[267,20,122,50],[267,36,124,14],[267,40,124,14,"_reactJsxDevRuntime"],[267,59,124,14],[267,60,124,14,"jsxDEV"],[267,66,124,14],[267,68,124,15,"_reactNative"],[267,80,124,19],[267,81,124,19,"View"],[267,85,124,19],[268,14,124,20,"style"],[268,19,124,25],[268,21,124,27,"styles"],[268,27,124,33],[268,28,124,34,"faqHeader"],[268,37,124,44],[269,14,124,44,"children"],[269,22,124,44],[269,38,125,16],[269,42,125,16,"_reactJsxDevRuntime"],[269,61,125,16],[269,62,125,16,"jsxDEV"],[269,68,125,16],[269,70,125,17,"_reactNative"],[269,82,125,21],[269,83,125,21,"Text"],[269,87,125,21],[270,16,125,22,"style"],[270,21,125,27],[270,23,125,29,"styles"],[270,29,125,35],[270,30,125,36,"faqQuestion"],[270,41,125,48],[271,16,125,48,"children"],[271,24,125,48],[271,26,125,50,"faq"],[271,29,125,53],[271,30,125,54,"question"],[272,14,125,62],[273,16,125,62,"fileName"],[273,24,125,62],[273,26,125,62,"_jsxFileName"],[273,38,125,62],[274,16,125,62,"lineNumber"],[274,26,125,62],[275,16,125,62,"columnNumber"],[275,28,125,62],[276,14,125,62],[276,21,125,69],[276,22,125,70],[276,37,126,16],[276,41,126,16,"_reactJsxDevRuntime"],[276,60,126,16],[276,61,126,16,"jsxDEV"],[276,67,126,16],[276,69,126,17,"_expoVectorIcons"],[276,85,126,25],[276,86,126,25,"Ionicons"],[276,94,126,25],[277,16,127,18,"name"],[277,20,127,22],[277,22,127,24,"expandedId"],[277,32,127,34],[277,37,127,39,"faq"],[277,40,127,42],[277,41,127,43,"id"],[277,43,127,45],[277,46,127,48],[277,58,127,60],[277,61,127,63],[277,75,127,78],[278,16,128,18,"size"],[278,20,128,22],[278,22,128,24],[278,24,128,27],[279,16,129,18,"color"],[279,21,129,23],[279,23,129,24],[280,14,129,33],[281,16,129,33,"fileName"],[281,24,129,33],[281,26,129,33,"_jsxFileName"],[281,38,129,33],[282,16,129,33,"lineNumber"],[282,26,129,33],[283,16,129,33,"columnNumber"],[283,28,129,33],[284,14,129,33],[284,21,130,17],[284,22,130,18],[285,12,130,18],[286,14,130,18,"fileName"],[286,22,130,18],[286,24,130,18,"_jsxFileName"],[286,36,130,18],[287,14,130,18,"lineNumber"],[287,24,130,18],[288,14,130,18,"columnNumber"],[288,26,130,18],[289,12,130,18],[289,19,131,20],[289,20,131,21],[289,22,132,15,"expandedId"],[289,32,132,25],[289,37,132,30,"faq"],[289,40,132,33],[289,41,132,34,"id"],[289,43,132,36],[289,60,133,16],[289,64,133,16,"_reactJsxDevRuntime"],[289,83,133,16],[289,84,133,16,"jsxDEV"],[289,90,133,16],[289,92,133,17,"_reactNative"],[289,104,133,21],[289,105,133,21,"Text"],[289,109,133,21],[290,14,133,22,"style"],[290,19,133,27],[290,21,133,29,"styles"],[290,27,133,35],[290,28,133,36,"faqAnswer"],[290,37,133,46],[291,14,133,46,"children"],[291,22,133,46],[291,24,133,48,"faq"],[291,27,133,51],[291,28,133,52,"answer"],[292,12,133,58],[293,14,133,58,"fileName"],[293,22,133,58],[293,24,133,58,"_jsxFileName"],[293,36,133,58],[294,14,133,58,"lineNumber"],[294,24,133,58],[295,14,133,58,"columnNumber"],[295,26,133,58],[296,12,133,58],[296,19,133,65],[296,20,134,15],[297,10,134,15],[297,13,120,19,"faq"],[297,16,120,22],[297,17,120,23,"id"],[297,19,120,25],[298,12,120,25,"fileName"],[298,20,120,25],[298,22,120,25,"_jsxFileName"],[298,34,120,25],[299,12,120,25,"lineNumber"],[299,22,120,25],[300,12,120,25,"columnNumber"],[300,24,120,25],[301,10,120,25],[301,17,135,30],[301,18,136,11],[301,19,136,12],[302,8,136,12],[303,10,136,12,"fileName"],[303,18,136,12],[303,20,136,12,"_jsxFileName"],[303,32,136,12],[304,10,136,12,"lineNumber"],[304,20,136,12],[305,10,136,12,"columnNumber"],[305,22,136,12],[306,8,136,12],[306,15,137,14],[306,16,137,15],[306,31,140,8],[306,35,140,8,"_reactJsxDevRuntime"],[306,54,140,8],[306,55,140,8,"jsxDEV"],[306,61,140,8],[306,63,140,9,"_reactNative"],[306,75,140,13],[306,76,140,13,"View"],[306,80,140,13],[307,10,140,14,"style"],[307,15,140,19],[307,17,140,21,"styles"],[307,23,140,27],[307,24,140,28,"infoSection"],[307,35,140,40],[308,10,140,40,"children"],[308,18,140,40],[308,34,141,10],[308,38,141,10,"_reactJsxDevRuntime"],[308,57,141,10],[308,58,141,10,"jsxDEV"],[308,64,141,10],[308,66,141,11,"_reactNative"],[308,78,141,15],[308,79,141,15,"Text"],[308,83,141,15],[309,12,141,16,"style"],[309,17,141,21],[309,19,141,23,"styles"],[309,25,141,29],[309,26,141,30,"infoText"],[309,34,141,39],[310,12,141,39,"children"],[310,20,141,39],[310,22,141,40],[311,10,141,57],[312,12,141,57,"fileName"],[312,20,141,57],[312,22,141,57,"_jsxFileName"],[312,34,141,57],[313,12,141,57,"lineNumber"],[313,22,141,57],[314,12,141,57,"columnNumber"],[314,24,141,57],[315,10,141,57],[315,17,141,63],[315,18,141,64],[315,33,142,10],[315,37,142,10,"_reactJsxDevRuntime"],[315,56,142,10],[315,57,142,10,"jsxDEV"],[315,63,142,10],[315,65,142,11,"_reactNative"],[315,77,142,15],[315,78,142,15,"Text"],[315,82,142,15],[316,12,142,16,"style"],[316,17,142,21],[316,19,142,23,"styles"],[316,25,142,29],[316,26,142,30,"infoText"],[316,34,142,39],[317,12,142,39,"children"],[317,20,142,39],[317,22,142,40],[318,10,142,81],[319,12,142,81,"fileName"],[319,20,142,81],[319,22,142,81,"_jsxFileName"],[319,34,142,81],[320,12,142,81,"lineNumber"],[320,22,142,81],[321,12,142,81,"columnNumber"],[321,24,142,81],[322,10,142,81],[322,17,142,87],[322,18,142,88],[323,8,142,88],[324,10,142,88,"fileName"],[324,18,142,88],[324,20,142,88,"_jsxFileName"],[324,32,142,88],[325,10,142,88,"lineNumber"],[325,20,142,88],[326,10,142,88,"columnNumber"],[326,22,142,88],[327,8,142,88],[327,15,143,14],[327,16,143,15],[328,6,143,15],[329,8,143,15,"fileName"],[329,16,143,15],[329,18,143,15,"_jsxFileName"],[329,30,143,15],[330,8,143,15,"lineNumber"],[330,18,143,15],[331,8,143,15,"columnNumber"],[331,20,143,15],[332,6,143,15],[332,13,144,18],[332,14,144,19],[333,4,144,19],[334,6,144,19,"fileName"],[334,14,144,19],[334,16,144,19,"_jsxFileName"],[334,28,144,19],[335,6,144,19,"lineNumber"],[335,16,144,19],[336,6,144,19,"columnNumber"],[336,18,144,19],[337,4,144,19],[337,11,145,10],[337,12,145,11],[338,2,147,0],[339,2,147,1,"_s"],[339,4,147,1],[339,5,13,24,"HelpScreen"],[339,15,13,34],[340,4,13,34],[340,12,14,17,"useSafeAreaInsets"],[340,39,14,34],[340,40,14,34,"useSafeAreaInsets"],[340,57,14,34],[341,2,14,34],[342,2,14,34,"_c"],[342,4,14,34],[342,7,13,24,"HelpScreen"],[342,17,13,34],[343,2,149,0],[343,6,149,6,"styles"],[343,12,149,12],[343,15,149,15,"StyleSheet"],[343,27,149,25],[343,28,149,25,"StyleSheet"],[343,38,149,25],[343,39,149,26,"create"],[343,45,149,32],[343,46,149,33],[344,4,150,2,"container"],[344,13,150,11],[344,15,150,13],[345,6,151,4,"flex"],[345,10,151,8],[345,12,151,10],[345,13,151,11],[346,6,152,4,"backgroundColor"],[346,21,152,19],[346,23,152,21],[347,4,153,2],[347,5,153,3],[348,4,154,2,"header"],[348,10,154,8],[348,12,154,10],[349,6,155,4,"flexDirection"],[349,19,155,17],[349,21,155,19],[349,26,155,24],[350,6,156,4,"alignItems"],[350,16,156,14],[350,18,156,16],[350,26,156,24],[351,6,157,4,"justifyContent"],[351,20,157,18],[351,22,157,20],[351,37,157,35],[352,6,158,4,"paddingHorizontal"],[352,23,158,21],[352,25,158,23],[352,27,158,25],[353,6,159,4,"paddingVertical"],[353,21,159,19],[353,23,159,21],[353,25,159,23],[354,6,160,4,"backgroundColor"],[354,21,160,19],[354,23,160,21],[354,29,160,27],[355,6,161,4,"borderBottomWidth"],[355,23,161,21],[355,25,161,23],[355,26,161,24],[356,6,162,4,"borderBottomColor"],[356,23,162,21],[356,25,162,23],[357,4,163,2],[357,5,163,3],[358,4,164,2,"backButton"],[358,14,164,12],[358,16,164,14],[359,6,165,4,"width"],[359,11,165,9],[359,13,165,11],[359,15,165,13],[360,6,166,4,"height"],[360,12,166,10],[360,14,166,12],[360,16,166,14],[361,6,167,4,"borderRadius"],[361,18,167,16],[361,20,167,18],[361,22,167,20],[362,6,168,4,"backgroundColor"],[362,21,168,19],[362,23,168,21],[362,32,168,30],[363,6,169,4,"alignItems"],[363,16,169,14],[363,18,169,16],[363,26,169,24],[364,6,170,4,"justifyContent"],[364,20,170,18],[364,22,170,20],[365,4,171,2],[365,5,171,3],[366,4,172,2,"headerTitle"],[366,15,172,13],[366,17,172,15],[367,6,173,4,"fontSize"],[367,14,173,12],[367,16,173,14],[367,18,173,16],[368,6,174,4,"fontWeight"],[368,16,174,14],[368,18,174,16],[368,23,174,21],[369,6,175,4,"color"],[369,11,175,9],[369,13,175,11],[370,4,176,2],[370,5,176,3],[371,4,177,2,"scrollContent"],[371,17,177,15],[371,19,177,17],[372,6,178,4,"padding"],[372,13,178,11],[372,15,178,13],[372,17,178,15],[373,6,179,4,"paddingBottom"],[373,19,179,17],[373,21,179,19],[374,4,180,2],[374,5,180,3],[375,4,181,2,"supportSection"],[375,18,181,16],[375,20,181,18],[376,6,182,4,"marginBottom"],[376,18,182,16],[376,20,182,18],[377,4,183,2],[377,5,183,3],[378,4,184,2,"sectionTitle"],[378,16,184,14],[378,18,184,16],[379,6,185,4,"fontSize"],[379,14,185,12],[379,16,185,14],[379,18,185,16],[380,6,186,4,"fontWeight"],[380,16,186,14],[380,18,186,16],[380,23,186,21],[381,6,187,4,"color"],[381,11,187,9],[381,13,187,11],[381,22,187,20],[382,6,188,4,"marginBottom"],[382,18,188,16],[382,20,188,18],[383,4,189,2],[383,5,189,3],[384,4,190,2,"supportCard"],[384,15,190,13],[384,17,190,15],[385,6,191,4,"flexDirection"],[385,19,191,17],[385,21,191,19],[385,26,191,24],[386,6,192,4,"alignItems"],[386,16,192,14],[386,18,192,16],[386,26,192,24],[387,6,193,4,"justifyContent"],[387,20,193,18],[387,22,193,20],[387,37,193,35],[388,6,194,4,"backgroundColor"],[388,21,194,19],[388,23,194,21],[388,29,194,27],[389,6,195,4,"padding"],[389,13,195,11],[389,15,195,13],[389,17,195,15],[390,6,196,4,"borderRadius"],[390,18,196,16],[390,20,196,18],[390,22,196,20],[391,6,197,4,"marginBottom"],[391,18,197,16],[391,20,197,18],[391,21,197,19],[392,6,198,4,"shadowColor"],[392,17,198,15],[392,19,198,17],[392,25,198,23],[393,6,199,4,"shadowOffset"],[393,18,199,16],[393,20,199,18],[394,8,199,20,"width"],[394,13,199,25],[394,15,199,27],[394,16,199,28],[395,8,199,30,"height"],[395,14,199,36],[395,16,199,38],[396,6,199,40],[396,7,199,41],[397,6,200,4,"shadowOpacity"],[397,19,200,17],[397,21,200,19],[397,25,200,23],[398,6,201,4,"shadowRadius"],[398,18,201,16],[398,20,201,18],[398,21,201,19],[399,6,202,4,"elevation"],[399,15,202,13],[399,17,202,15],[400,4,203,2],[400,5,203,3],[401,4,204,2,"supportCardLeft"],[401,19,204,17],[401,21,204,19],[402,6,205,4,"flexDirection"],[402,19,205,17],[402,21,205,19],[402,26,205,24],[403,6,206,4,"alignItems"],[403,16,206,14],[403,18,206,16],[403,26,206,24],[404,6,207,4,"flex"],[404,10,207,8],[404,12,207,10],[405,4,208,2],[405,5,208,3],[406,4,209,2,"iconContainer"],[406,17,209,15],[406,19,209,17],[407,6,210,4,"width"],[407,11,210,9],[407,13,210,11],[407,15,210,13],[408,6,211,4,"height"],[408,12,211,10],[408,14,211,12],[408,16,211,14],[409,6,212,4,"borderRadius"],[409,18,212,16],[409,20,212,18],[409,22,212,20],[410,6,213,4,"alignItems"],[410,16,213,14],[410,18,213,16],[410,26,213,24],[411,6,214,4,"justifyContent"],[411,20,214,18],[411,22,214,20],[411,30,214,28],[412,6,215,4,"marginRight"],[412,17,215,15],[412,19,215,17],[413,4,216,2],[413,5,216,3],[414,4,217,2,"supportCardTitle"],[414,20,217,18],[414,22,217,20],[415,6,218,4,"fontSize"],[415,14,218,12],[415,16,218,14],[415,18,218,16],[416,6,219,4,"fontWeight"],[416,16,219,14],[416,18,219,16],[416,23,219,21],[417,6,220,4,"color"],[417,11,220,9],[417,13,220,11],[417,22,220,20],[418,6,221,4,"marginBottom"],[418,18,221,16],[418,20,221,18],[419,4,222,2],[419,5,222,3],[420,4,223,2,"supportCardSubtitle"],[420,23,223,21],[420,25,223,23],[421,6,224,4,"fontSize"],[421,14,224,12],[421,16,224,14],[421,18,224,16],[422,6,225,4,"color"],[422,11,225,9],[422,13,225,11],[423,4,226,2],[423,5,226,3],[424,4,227,2,"faqSection"],[424,14,227,12],[424,16,227,14],[425,6,228,4,"marginBottom"],[425,18,228,16],[425,20,228,18],[426,4,229,2],[426,5,229,3],[427,4,230,2,"faqCard"],[427,11,230,9],[427,13,230,11],[428,6,231,4,"backgroundColor"],[428,21,231,19],[428,23,231,21],[428,29,231,27],[429,6,232,4,"padding"],[429,13,232,11],[429,15,232,13],[429,17,232,15],[430,6,233,4,"borderRadius"],[430,18,233,16],[430,20,233,18],[430,22,233,20],[431,6,234,4,"marginBottom"],[431,18,234,16],[431,20,234,18],[431,21,234,19],[432,6,235,4,"shadowColor"],[432,17,235,15],[432,19,235,17],[432,25,235,23],[433,6,236,4,"shadowOffset"],[433,18,236,16],[433,20,236,18],[434,8,236,20,"width"],[434,13,236,25],[434,15,236,27],[434,16,236,28],[435,8,236,30,"height"],[435,14,236,36],[435,16,236,38],[436,6,236,40],[436,7,236,41],[437,6,237,4,"shadowOpacity"],[437,19,237,17],[437,21,237,19],[437,25,237,23],[438,6,238,4,"shadowRadius"],[438,18,238,16],[438,20,238,18],[438,21,238,19],[439,6,239,4,"elevation"],[439,15,239,13],[439,17,239,15],[440,4,240,2],[440,5,240,3],[441,4,241,2,"faqHeader"],[441,13,241,11],[441,15,241,13],[442,6,242,4,"flexDirection"],[442,19,242,17],[442,21,242,19],[442,26,242,24],[443,6,243,4,"justifyContent"],[443,20,243,18],[443,22,243,20],[443,37,243,35],[444,6,244,4,"alignItems"],[444,16,244,14],[444,18,244,16],[445,4,245,2],[445,5,245,3],[446,4,246,2,"faqQuestion"],[446,15,246,13],[446,17,246,15],[447,6,247,4,"fontSize"],[447,14,247,12],[447,16,247,14],[447,18,247,16],[448,6,248,4,"fontWeight"],[448,16,248,14],[448,18,248,16],[448,23,248,21],[449,6,249,4,"color"],[449,11,249,9],[449,13,249,11],[449,22,249,20],[450,6,250,4,"flex"],[450,10,250,8],[450,12,250,10],[450,13,250,11],[451,6,251,4,"marginRight"],[451,17,251,15],[451,19,251,17],[452,4,252,2],[452,5,252,3],[453,4,253,2,"faqAnswer"],[453,13,253,11],[453,15,253,13],[454,6,254,4,"fontSize"],[454,14,254,12],[454,16,254,14],[454,18,254,16],[455,6,255,4,"color"],[455,11,255,9],[455,13,255,11],[455,22,255,20],[456,6,256,4,"lineHeight"],[456,16,256,14],[456,18,256,16],[456,20,256,18],[457,6,257,4,"marginTop"],[457,15,257,13],[457,17,257,15],[457,19,257,17],[458,6,258,4,"paddingTop"],[458,16,258,14],[458,18,258,16],[458,20,258,18],[459,6,259,4,"borderTopWidth"],[459,20,259,18],[459,22,259,20],[459,23,259,21],[460,6,260,4,"borderTopColor"],[460,20,260,18],[460,22,260,20],[461,4,261,2],[461,5,261,3],[462,4,262,2,"infoSection"],[462,15,262,13],[462,17,262,15],[463,6,263,4,"alignItems"],[463,16,263,14],[463,18,263,16],[463,26,263,24],[464,6,264,4,"paddingVertical"],[464,21,264,19],[464,23,264,21],[465,4,265,2],[465,5,265,3],[466,4,266,2,"infoText"],[466,12,266,10],[466,14,266,12],[467,6,267,4,"fontSize"],[467,14,267,12],[467,16,267,14],[467,18,267,16],[468,6,268,4,"color"],[468,11,268,9],[468,13,268,11],[468,22,268,20],[469,6,269,4,"marginBottom"],[469,18,269,16],[469,20,269,18],[470,4,270,2],[471,2,271,0],[471,3,271,1],[471,4,271,2],[472,2,271,3],[472,6,271,3,"_c"],[472,8,271,3],[473,2,271,3,"$RefreshReg$"],[473,14,271,3],[473,15,271,3,"_c"],[473,17,271,3],[474,0,271,3],[474,3]],"functionMap":{"names":["","HelpScreen","toggleExpand","openSupport","sendEmail","TouchableOpacity.props.onPress","faqs.map$argument_0"],"mappings":"AAA;eCY;uBC+C;GDE;sBEE;GFE;oBGE;GHE;mCIK,yBJ;oBK2C;uBDI,0BC;WLc;CDW"},"hasCjsExports":false},"type":"js/module"}]} \ No newline at end of file diff --git a/frontend/.metro-cache/cache/f6/a5feaddb444b78e8d30b514b7494d01dce84e8aa4c6ef3a5d0ac5bd461d9e4f4a66a55 b/frontend/.metro-cache/cache/f6/a5feaddb444b78e8d30b514b7494d01dce84e8aa4c6ef3a5d0ac5bd461d9e4f4a66a55 new file mode 100644 index 00000000..3a554746 --- /dev/null +++ b/frontend/.metro-cache/cache/f6/a5feaddb444b78e8d30b514b7494d01dce84e8aa4c6ef3a5d0ac5bd461d9e4f4a66a55 @@ -0,0 +1 @@ +{"dependencies":[{"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-web/dist/exports/View","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"4kYBDC6LJJXoH7P9rWDi3vkLVB0=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Text","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"JKIzsQ5YQ0gDj0MIyY0Q7F1zJtU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/StyleSheet","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"MK7+k1V+KnvCVW7Kj2k/ydtjmVU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/TouchableOpacity","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PnQOoa8QGKpV5+issz6ikk463eg=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/TextInput","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"DmXc1F5dPYWntVgqRwh73w0VngA=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/ScrollView","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"7Gv1K9/TiQvbDXlMy9NOQIEBHDA=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Alert","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PEUC6jrQVoAGZ2qYkvimljMOyJI=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/ActivityIndicator","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"bSAkUkqZq0shBb5bU6kCYXi4ciA=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":12,"column":0,"index":180},"end":{"line":12,"column":46,"index":226}}],"key":"ow7vkrqkIckRjlSi/+MhMmRYtUE=","exportNames":["*"],"imports":1}},{"name":"react-native-safe-area-context","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0,"index":227},"end":{"line":13,"column":67,"index":294}}],"key":"XjdTKvCUWX6CbQzg5fSDHG/WgHk=","exportNames":["*"],"imports":1}},{"name":"../contexts/AuthContext","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":14,"column":0,"index":295},"end":{"line":14,"column":50,"index":345}}],"key":"oNCgyH4yx4pAIVZXLqqRGB2kuCY=","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/ChangePasswordScreen.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 ChangePasswordScreen;\n }\n });\n var _react = require(_dependencyMap[0], \"react\");\n var _reactNativeWebDistExportsView = require(_dependencyMap[1], \"react-native-web/dist/exports/View\");\n var View = _interopDefault(_reactNativeWebDistExportsView);\n var _reactNativeWebDistExportsText = require(_dependencyMap[2], \"react-native-web/dist/exports/Text\");\n var Text = _interopDefault(_reactNativeWebDistExportsText);\n var _reactNativeWebDistExportsStyleSheet = require(_dependencyMap[3], \"react-native-web/dist/exports/StyleSheet\");\n var StyleSheet = _interopDefault(_reactNativeWebDistExportsStyleSheet);\n var _reactNativeWebDistExportsTouchableOpacity = require(_dependencyMap[4], \"react-native-web/dist/exports/TouchableOpacity\");\n var TouchableOpacity = _interopDefault(_reactNativeWebDistExportsTouchableOpacity);\n var _reactNativeWebDistExportsTextInput = require(_dependencyMap[5], \"react-native-web/dist/exports/TextInput\");\n var TextInput = _interopDefault(_reactNativeWebDistExportsTextInput);\n var _reactNativeWebDistExportsScrollView = require(_dependencyMap[6], \"react-native-web/dist/exports/ScrollView\");\n var ScrollView = _interopDefault(_reactNativeWebDistExportsScrollView);\n var _reactNativeWebDistExportsAlert = require(_dependencyMap[7], \"react-native-web/dist/exports/Alert\");\n var Alert = _interopDefault(_reactNativeWebDistExportsAlert);\n var _reactNativeWebDistExportsActivityIndicator = require(_dependencyMap[8], \"react-native-web/dist/exports/ActivityIndicator\");\n var ActivityIndicator = _interopDefault(_reactNativeWebDistExportsActivityIndicator);\n var _expoVectorIcons = require(_dependencyMap[9], \"@expo/vector-icons\");\n var _reactNativeSafeAreaContext = require(_dependencyMap[10], \"react-native-safe-area-context\");\n var _contextsAuthContext = require(_dependencyMap[11], \"../contexts/AuthContext\");\n var _reactJsxDevRuntime = require(_dependencyMap[12], \"react/jsx-dev-runtime\");\n function ChangePasswordScreen({\n navigation\n }) {\n _s();\n const insets = (0, _reactNativeSafeAreaContext.useSafeAreaInsets)();\n const {\n user\n } = (0, _contextsAuthContext.useAuth)();\n const [loading, setLoading] = (0, _react.useState)(false);\n const [currentPassword, setCurrentPassword] = (0, _react.useState)('');\n const [newPassword, setNewPassword] = (0, _react.useState)('');\n const [confirmPassword, setConfirmPassword] = (0, _react.useState)('');\n const [showCurrent, setShowCurrent] = (0, _react.useState)(false);\n const [showNew, setShowNew] = (0, _react.useState)(false);\n const [showConfirm, setShowConfirm] = (0, _react.useState)(false);\n const handleChangePassword = async () => {\n if (!currentPassword || !newPassword || !confirmPassword) {\n Alert.default.alert('Error', 'Please fill in all fields');\n return;\n }\n if (newPassword !== confirmPassword) {\n Alert.default.alert('Error', 'New passwords do not match');\n return;\n }\n if (newPassword.length < 8) {\n Alert.default.alert('Error', 'Password must be at least 8 characters');\n return;\n }\n setLoading(true);\n try {\n const backendUrl = \"https://digital-kurdistan.preview.emergentagent.com\" || 'http://localhost:8001';\n const response = await fetch(`${backendUrl}/api/auth/change-password`, {\n method: 'POST',\n headers: {\n 'Content-Type': 'application/json'\n },\n body: JSON.stringify({\n user_id: user?.user_id,\n current_password: currentPassword,\n new_password: newPassword\n })\n });\n if (response.ok) {\n Alert.default.alert('Success', 'Password changed successfully!', [{\n text: 'OK',\n onPress: () => navigation.goBack()\n }]);\n } else {\n Alert.default.alert('Error', 'Failed to change password');\n }\n } catch (error) {\n Alert.default.alert('Error', 'Network error occurred');\n } finally {\n setLoading(false);\n }\n };\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: [styles.container, {\n paddingTop: insets.top\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.header,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n onPress: () => navigation.goBack(),\n style: styles.backButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"arrow-back\",\n size: 24,\n color: \"#1F2937\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 76,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 75,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.headerTitle,\n children: \"Change Password\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 78,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: {\n width: 40\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 79,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 74,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n contentContainerStyle: styles.scrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.infoBox,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"information-circle\",\n size: 20,\n color: \"#3B82F6\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 84,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.infoText,\n children: \"Password must be at least 8 characters long\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 85,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 83,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.label,\n children: \"Current Password\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 91,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.passwordContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TextInput.default, {\n style: styles.passwordInput,\n value: currentPassword,\n onChangeText: setCurrentPassword,\n placeholder: \"Enter current password\",\n secureTextEntry: !showCurrent,\n autoCapitalize: \"none\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 93,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n onPress: () => setShowCurrent(!showCurrent),\n style: styles.eyeButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: showCurrent ? 'eye-off' : 'eye',\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 105,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 101,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 92,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 90,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.label,\n children: \"New Password\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 115,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.passwordContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TextInput.default, {\n style: styles.passwordInput,\n value: newPassword,\n onChangeText: setNewPassword,\n placeholder: \"Enter new password\",\n secureTextEntry: !showNew,\n autoCapitalize: \"none\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 117,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n onPress: () => setShowNew(!showNew),\n style: styles.eyeButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: showNew ? 'eye-off' : 'eye',\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 129,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 125,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 116,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 114,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.label,\n children: \"Confirm New Password\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 139,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.passwordContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TextInput.default, {\n style: styles.passwordInput,\n value: confirmPassword,\n onChangeText: setConfirmPassword,\n placeholder: \"Confirm new password\",\n secureTextEntry: !showConfirm,\n autoCapitalize: \"none\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 141,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n onPress: () => setShowConfirm(!showConfirm),\n style: styles.eyeButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: showConfirm ? 'eye-off' : 'eye',\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 153,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 149,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 140,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 138,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: [styles.saveButton, loading && styles.saveButtonDisabled],\n onPress: handleChangePassword,\n disabled: loading,\n children: loading ? /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ActivityIndicator.default, {\n color: \"#FFF\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 168,\n columnNumber: 13\n }, this) : /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.saveButtonText,\n children: \"Change Password\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 170,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 162,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 82,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 73,\n columnNumber: 5\n }, this);\n }\n _s(ChangePasswordScreen, \"+yRQisd2Yq4sC+hyXIvFoizq1nA=\", false, function () {\n return [_reactNativeSafeAreaContext.useSafeAreaInsets, _contextsAuthContext.useAuth];\n });\n _c = ChangePasswordScreen;\n const styles = StyleSheet.default.create({\n container: {\n flex: 1,\n backgroundColor: '#F8F9FA'\n },\n header: {\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'space-between',\n paddingHorizontal: 16,\n paddingVertical: 16,\n backgroundColor: '#FFF',\n borderBottomWidth: 1,\n borderBottomColor: '#E5E7EB'\n },\n backButton: {\n width: 40,\n height: 40,\n borderRadius: 20,\n backgroundColor: '#F3F4F6',\n alignItems: 'center',\n justifyContent: 'center'\n },\n headerTitle: {\n fontSize: 18,\n fontWeight: '700',\n color: '#1F2937'\n },\n scrollContent: {\n padding: 16,\n paddingBottom: 80\n },\n infoBox: {\n flexDirection: 'row',\n alignItems: 'center',\n backgroundColor: '#DBEAFE',\n padding: 12,\n borderRadius: 8,\n marginBottom: 24\n },\n infoText: {\n fontSize: 14,\n color: '#1E40AF',\n marginLeft: 8,\n flex: 1\n },\n section: {\n marginBottom: 20\n },\n label: {\n fontSize: 14,\n fontWeight: '600',\n color: '#374151',\n marginBottom: 8\n },\n passwordContainer: {\n flexDirection: 'row',\n alignItems: 'center',\n backgroundColor: '#FFF',\n borderRadius: 12,\n borderWidth: 1,\n borderColor: '#E5E7EB'\n },\n passwordInput: {\n flex: 1,\n padding: 16,\n fontSize: 16\n },\n eyeButton: {\n padding: 12\n },\n saveButton: {\n backgroundColor: '#EE2A35',\n padding: 16,\n borderRadius: 12,\n alignItems: 'center',\n marginTop: 24\n },\n saveButtonDisabled: {\n opacity: 0.6\n },\n saveButtonText: {\n fontSize: 16,\n fontWeight: '600',\n color: '#FFF'\n }\n });\n var _c;\n $RefreshReg$(_c, \"ChangePasswordScreen\");\n});","lineCount":434,"map":[[14,2,16,15,"Object"],[14,8,16,15],[14,9,16,15,"defineProperty"],[14,23,16,15],[14,24,16,15,"exports"],[14,31,16,15],[15,4,16,15,"enumerable"],[15,14,16,15],[16,4,16,15,"get"],[16,7,16,15],[16,18,16,15,"get"],[16,19,16,15],[17,6,16,15],[17,13,16,15,"ChangePasswordScreen"],[17,33,16,15],[18,4,16,15],[19,2,16,15],[20,2,1,0],[20,6,1,0,"_react"],[20,12,1,0],[20,15,1,0,"require"],[20,22,1,0],[20,23,1,0,"_dependencyMap"],[20,37,1,0],[21,2,1,40],[21,6,1,40,"_reactNativeWebDistExportsView"],[21,36,1,40],[21,39,1,40,"require"],[21,46,1,40],[21,47,1,40,"_dependencyMap"],[21,61,1,40],[22,2,1,40],[22,6,1,40,"View"],[22,10,1,40],[22,13,1,40,"_interopDefault"],[22,28,1,40],[22,29,1,40,"_reactNativeWebDistExportsView"],[22,59,1,40],[23,2,1,40],[23,6,1,40,"_reactNativeWebDistExportsText"],[23,36,1,40],[23,39,1,40,"require"],[23,46,1,40],[23,47,1,40,"_dependencyMap"],[23,61,1,40],[24,2,1,40],[24,6,1,40,"Text"],[24,10,1,40],[24,13,1,40,"_interopDefault"],[24,28,1,40],[24,29,1,40,"_reactNativeWebDistExportsText"],[24,59,1,40],[25,2,1,40],[25,6,1,40,"_reactNativeWebDistExportsStyleSheet"],[25,42,1,40],[25,45,1,40,"require"],[25,52,1,40],[25,53,1,40,"_dependencyMap"],[25,67,1,40],[26,2,1,40],[26,6,1,40,"StyleSheet"],[26,16,1,40],[26,19,1,40,"_interopDefault"],[26,34,1,40],[26,35,1,40,"_reactNativeWebDistExportsStyleSheet"],[26,71,1,40],[27,2,1,40],[27,6,1,40,"_reactNativeWebDistExportsTouchableOpacity"],[27,48,1,40],[27,51,1,40,"require"],[27,58,1,40],[27,59,1,40,"_dependencyMap"],[27,73,1,40],[28,2,1,40],[28,6,1,40,"TouchableOpacity"],[28,22,1,40],[28,25,1,40,"_interopDefault"],[28,40,1,40],[28,41,1,40,"_reactNativeWebDistExportsTouchableOpacity"],[28,83,1,40],[29,2,1,40],[29,6,1,40,"_reactNativeWebDistExportsTextInput"],[29,41,1,40],[29,44,1,40,"require"],[29,51,1,40],[29,52,1,40,"_dependencyMap"],[29,66,1,40],[30,2,1,40],[30,6,1,40,"TextInput"],[30,15,1,40],[30,18,1,40,"_interopDefault"],[30,33,1,40],[30,34,1,40,"_reactNativeWebDistExportsTextInput"],[30,69,1,40],[31,2,1,40],[31,6,1,40,"_reactNativeWebDistExportsScrollView"],[31,42,1,40],[31,45,1,40,"require"],[31,52,1,40],[31,53,1,40,"_dependencyMap"],[31,67,1,40],[32,2,1,40],[32,6,1,40,"ScrollView"],[32,16,1,40],[32,19,1,40,"_interopDefault"],[32,34,1,40],[32,35,1,40,"_reactNativeWebDistExportsScrollView"],[32,71,1,40],[33,2,1,40],[33,6,1,40,"_reactNativeWebDistExportsAlert"],[33,37,1,40],[33,40,1,40,"require"],[33,47,1,40],[33,48,1,40,"_dependencyMap"],[33,62,1,40],[34,2,1,40],[34,6,1,40,"Alert"],[34,11,1,40],[34,14,1,40,"_interopDefault"],[34,29,1,40],[34,30,1,40,"_reactNativeWebDistExportsAlert"],[34,61,1,40],[35,2,1,40],[35,6,1,40,"_reactNativeWebDistExportsActivityIndicator"],[35,49,1,40],[35,52,1,40,"require"],[35,59,1,40],[35,60,1,40,"_dependencyMap"],[35,74,1,40],[36,2,1,40],[36,6,1,40,"ActivityIndicator"],[36,23,1,40],[36,26,1,40,"_interopDefault"],[36,41,1,40],[36,42,1,40,"_reactNativeWebDistExportsActivityIndicator"],[36,85,1,40],[37,2,12,0],[37,6,12,0,"_expoVectorIcons"],[37,22,12,0],[37,25,12,0,"require"],[37,32,12,0],[37,33,12,0,"_dependencyMap"],[37,47,12,0],[38,2,13,0],[38,6,13,0,"_reactNativeSafeAreaContext"],[38,33,13,0],[38,36,13,0,"require"],[38,43,13,0],[38,44,13,0,"_dependencyMap"],[38,58,13,0],[39,2,14,0],[39,6,14,0,"_contextsAuthContext"],[39,26,14,0],[39,29,14,0,"require"],[39,36,14,0],[39,37,14,0,"_dependencyMap"],[39,51,14,0],[40,2,14,50],[40,6,14,50,"_reactJsxDevRuntime"],[40,25,14,50],[40,28,14,50,"require"],[40,35,14,50],[40,36,14,50,"_dependencyMap"],[40,50,14,50],[41,2,16,15],[41,11,16,24,"ChangePasswordScreen"],[41,31,16,44,"ChangePasswordScreen"],[41,32,16,45],[42,4,16,47,"navigation"],[43,2,16,63],[43,3,16,64],[43,5,16,66],[44,4,16,66,"_s"],[44,6,16,66],[45,4,17,2],[45,10,17,8,"insets"],[45,16,17,14],[45,19,17,17],[45,23,17,17,"useSafeAreaInsets"],[45,50,17,34],[45,51,17,34,"useSafeAreaInsets"],[45,68,17,34],[45,70,17,35],[45,71,17,36],[46,4,18,2],[46,10,18,8],[47,6,18,10,"user"],[48,4,18,15],[48,5,18,16],[48,8,18,19],[48,12,18,19,"useAuth"],[48,32,18,26],[48,33,18,26,"useAuth"],[48,40,18,26],[48,42,18,27],[48,43,18,28],[49,4,19,2],[49,10,19,8],[49,11,19,9,"loading"],[49,18,19,16],[49,20,19,18,"setLoading"],[49,30,19,28],[49,31,19,29],[49,34,19,32],[49,38,19,32,"useState"],[49,44,19,40],[49,45,19,40,"useState"],[49,53,19,40],[49,55,19,41],[49,60,19,46],[49,61,19,47],[50,4,20,2],[50,10,20,8],[50,11,20,9,"currentPassword"],[50,26,20,24],[50,28,20,26,"setCurrentPassword"],[50,46,20,44],[50,47,20,45],[50,50,20,48],[50,54,20,48,"useState"],[50,60,20,56],[50,61,20,56,"useState"],[50,69,20,56],[50,71,20,57],[50,73,20,59],[50,74,20,60],[51,4,21,2],[51,10,21,8],[51,11,21,9,"newPassword"],[51,22,21,20],[51,24,21,22,"setNewPassword"],[51,38,21,36],[51,39,21,37],[51,42,21,40],[51,46,21,40,"useState"],[51,52,21,48],[51,53,21,48,"useState"],[51,61,21,48],[51,63,21,49],[51,65,21,51],[51,66,21,52],[52,4,22,2],[52,10,22,8],[52,11,22,9,"confirmPassword"],[52,26,22,24],[52,28,22,26,"setConfirmPassword"],[52,46,22,44],[52,47,22,45],[52,50,22,48],[52,54,22,48,"useState"],[52,60,22,56],[52,61,22,56,"useState"],[52,69,22,56],[52,71,22,57],[52,73,22,59],[52,74,22,60],[53,4,23,2],[53,10,23,8],[53,11,23,9,"showCurrent"],[53,22,23,20],[53,24,23,22,"setShowCurrent"],[53,38,23,36],[53,39,23,37],[53,42,23,40],[53,46,23,40,"useState"],[53,52,23,48],[53,53,23,48,"useState"],[53,61,23,48],[53,63,23,49],[53,68,23,54],[53,69,23,55],[54,4,24,2],[54,10,24,8],[54,11,24,9,"showNew"],[54,18,24,16],[54,20,24,18,"setShowNew"],[54,30,24,28],[54,31,24,29],[54,34,24,32],[54,38,24,32,"useState"],[54,44,24,40],[54,45,24,40,"useState"],[54,53,24,40],[54,55,24,41],[54,60,24,46],[54,61,24,47],[55,4,25,2],[55,10,25,8],[55,11,25,9,"showConfirm"],[55,22,25,20],[55,24,25,22,"setShowConfirm"],[55,38,25,36],[55,39,25,37],[55,42,25,40],[55,46,25,40,"useState"],[55,52,25,48],[55,53,25,48,"useState"],[55,61,25,48],[55,63,25,49],[55,68,25,54],[55,69,25,55],[56,4,27,2],[56,10,27,8,"handleChangePassword"],[56,30,27,28],[56,33,27,31],[56,39,27,31,"handleChangePassword"],[56,40,27,31],[56,45,27,43],[57,6,28,4],[57,10,28,8],[57,11,28,9,"currentPassword"],[57,26,28,24],[57,30,28,28],[57,31,28,29,"newPassword"],[57,42,28,40],[57,46,28,44],[57,47,28,45,"confirmPassword"],[57,62,28,60],[57,64,28,62],[58,8,29,6,"Alert"],[58,13,29,11],[58,14,29,11,"default"],[58,21,29,11],[58,22,29,12,"alert"],[58,27,29,17],[58,28,29,18],[58,35,29,25],[58,37,29,27],[58,64,29,54],[58,65,29,55],[59,8,30,6],[60,6,31,4],[61,6,33,4],[61,10,33,8,"newPassword"],[61,21,33,19],[61,26,33,24,"confirmPassword"],[61,41,33,39],[61,43,33,41],[62,8,34,6,"Alert"],[62,13,34,11],[62,14,34,11,"default"],[62,21,34,11],[62,22,34,12,"alert"],[62,27,34,17],[62,28,34,18],[62,35,34,25],[62,37,34,27],[62,65,34,55],[62,66,34,56],[63,8,35,6],[64,6,36,4],[65,6,38,4],[65,10,38,8,"newPassword"],[65,21,38,19],[65,22,38,20,"length"],[65,28,38,26],[65,31,38,29],[65,32,38,30],[65,34,38,32],[66,8,39,6,"Alert"],[66,13,39,11],[66,14,39,11,"default"],[66,21,39,11],[66,22,39,12,"alert"],[66,27,39,17],[66,28,39,18],[66,35,39,25],[66,37,39,27],[66,77,39,67],[66,78,39,68],[67,8,40,6],[68,6,41,4],[69,6,43,4,"setLoading"],[69,16,43,14],[69,17,43,15],[69,21,43,19],[69,22,43,20],[70,6,44,4],[70,10,44,8],[71,8,45,6],[71,14,45,12,"backendUrl"],[71,24,45,22],[71,27,45,25],[71,84,45,64],[71,107,45,87],[72,8,46,6],[72,14,46,12,"response"],[72,22,46,20],[72,25,46,23],[72,31,46,29,"fetch"],[72,36,46,34],[72,37,46,35],[72,40,46,38,"backendUrl"],[72,50,46,48],[72,77,46,75],[72,79,46,77],[73,10,47,8,"method"],[73,16,47,14],[73,18,47,16],[73,24,47,22],[74,10,48,8,"headers"],[74,17,48,15],[74,19,48,17],[75,12,49,10],[75,26,49,24],[75,28,49,26],[76,10,50,8],[76,11,50,9],[77,10,51,8,"body"],[77,14,51,12],[77,16,51,14,"JSON"],[77,20,51,18],[77,21,51,19,"stringify"],[77,30,51,28],[77,31,51,29],[78,12,52,10,"user_id"],[78,19,52,17],[78,21,52,19,"user"],[78,25,52,23],[78,27,52,25,"user_id"],[78,34,52,32],[79,12,53,10,"current_password"],[79,28,53,26],[79,30,53,28,"currentPassword"],[79,45,53,43],[80,12,54,10,"new_password"],[80,24,54,22],[80,26,54,24,"newPassword"],[81,10,55,8],[81,11,55,9],[82,8,56,6],[82,9,56,7],[82,10,56,8],[83,8,58,6],[83,12,58,10,"response"],[83,20,58,18],[83,21,58,19,"ok"],[83,23,58,21],[83,25,58,23],[84,10,59,8,"Alert"],[84,15,59,13],[84,16,59,13,"default"],[84,23,59,13],[84,24,59,14,"alert"],[84,29,59,19],[84,30,59,20],[84,39,59,29],[84,41,59,31],[84,73,59,63],[84,75,59,65],[84,76,60,10],[85,12,60,12,"text"],[85,16,60,16],[85,18,60,18],[85,22,60,22],[86,12,60,24,"onPress"],[86,19,60,31],[86,21,60,33,"onPress"],[86,22,60,33],[86,27,60,39,"navigation"],[86,37,60,49],[86,38,60,50,"goBack"],[86,44,60,56],[86,45,60,57],[87,10,60,59],[87,11,60,60],[87,12,61,9],[87,13,61,10],[88,8,62,6],[88,9,62,7],[88,15,62,13],[89,10,63,8,"Alert"],[89,15,63,13],[89,16,63,13,"default"],[89,23,63,13],[89,24,63,14,"alert"],[89,29,63,19],[89,30,63,20],[89,37,63,27],[89,39,63,29],[89,66,63,56],[89,67,63,57],[90,8,64,6],[91,6,65,4],[91,7,65,5],[91,8,65,6],[91,15,65,13,"error"],[91,20,65,18],[91,22,65,20],[92,8,66,6,"Alert"],[92,13,66,11],[92,14,66,11,"default"],[92,21,66,11],[92,22,66,12,"alert"],[92,27,66,17],[92,28,66,18],[92,35,66,25],[92,37,66,27],[92,61,66,51],[92,62,66,52],[93,6,67,4],[93,7,67,5],[93,16,67,14],[94,8,68,6,"setLoading"],[94,18,68,16],[94,19,68,17],[94,24,68,22],[94,25,68,23],[95,6,69,4],[96,4,70,2],[96,5,70,3],[97,4,72,2],[97,24,73,4],[97,28,73,4,"_reactJsxDevRuntime"],[97,47,73,4],[97,48,73,4,"jsxDEV"],[97,54,73,4],[97,56,73,5,"View"],[97,60,73,9],[97,61,73,9,"default"],[97,68,73,9],[98,6,73,10,"style"],[98,11,73,15],[98,13,73,17],[98,14,73,18,"styles"],[98,20,73,24],[98,21,73,25,"container"],[98,30,73,34],[98,32,73,36],[99,8,73,38,"paddingTop"],[99,18,73,48],[99,20,73,50,"insets"],[99,26,73,56],[99,27,73,57,"top"],[100,6,73,61],[100,7,73,62],[100,8,73,64],[101,6,73,64,"children"],[101,14,73,64],[101,30,74,6],[101,34,74,6,"_reactJsxDevRuntime"],[101,53,74,6],[101,54,74,6,"jsxDEV"],[101,60,74,6],[101,62,74,7,"View"],[101,66,74,11],[101,67,74,11,"default"],[101,74,74,11],[102,8,74,12,"style"],[102,13,74,17],[102,15,74,19,"styles"],[102,21,74,25],[102,22,74,26,"header"],[102,28,74,33],[103,8,74,33,"children"],[103,16,74,33],[103,32,75,8],[103,36,75,8,"_reactJsxDevRuntime"],[103,55,75,8],[103,56,75,8,"jsxDEV"],[103,62,75,8],[103,64,75,9,"TouchableOpacity"],[103,80,75,25],[103,81,75,25,"default"],[103,88,75,25],[104,10,75,26,"onPress"],[104,17,75,33],[104,19,75,35,"onPress"],[104,20,75,35],[104,25,75,41,"navigation"],[104,35,75,51],[104,36,75,52,"goBack"],[104,42,75,58],[104,43,75,59],[104,44,75,61],[105,10,75,62,"style"],[105,15,75,67],[105,17,75,69,"styles"],[105,23,75,75],[105,24,75,76,"backButton"],[105,34,75,87],[106,10,75,87,"children"],[106,18,75,87],[106,33,76,10],[106,37,76,10,"_reactJsxDevRuntime"],[106,56,76,10],[106,57,76,10,"jsxDEV"],[106,63,76,10],[106,65,76,11,"_expoVectorIcons"],[106,81,76,19],[106,82,76,19,"Ionicons"],[106,90,76,19],[107,12,76,20,"name"],[107,16,76,24],[107,18,76,25],[107,30,76,37],[108,12,76,38,"size"],[108,16,76,42],[108,18,76,44],[108,20,76,47],[109,12,76,48,"color"],[109,17,76,53],[109,19,76,54],[110,10,76,63],[111,12,76,63,"fileName"],[111,20,76,63],[111,22,76,63,"_jsxFileName"],[111,34,76,63],[112,12,76,63,"lineNumber"],[112,22,76,63],[113,12,76,63,"columnNumber"],[113,24,76,63],[114,10,76,63],[114,17,76,65],[115,8,76,66],[116,10,76,66,"fileName"],[116,18,76,66],[116,20,76,66,"_jsxFileName"],[116,32,76,66],[117,10,76,66,"lineNumber"],[117,20,76,66],[118,10,76,66,"columnNumber"],[118,22,76,66],[119,8,76,66],[119,15,77,26],[119,16,77,27],[119,31,78,8],[119,35,78,8,"_reactJsxDevRuntime"],[119,54,78,8],[119,55,78,8,"jsxDEV"],[119,61,78,8],[119,63,78,9,"Text"],[119,67,78,13],[119,68,78,13,"default"],[119,75,78,13],[120,10,78,14,"style"],[120,15,78,19],[120,17,78,21,"styles"],[120,23,78,27],[120,24,78,28,"headerTitle"],[120,35,78,40],[121,10,78,40,"children"],[121,18,78,40],[121,20,78,41],[122,8,78,56],[123,10,78,56,"fileName"],[123,18,78,56],[123,20,78,56,"_jsxFileName"],[123,32,78,56],[124,10,78,56,"lineNumber"],[124,20,78,56],[125,10,78,56,"columnNumber"],[125,22,78,56],[126,8,78,56],[126,15,78,62],[126,16,78,63],[126,31,79,8],[126,35,79,8,"_reactJsxDevRuntime"],[126,54,79,8],[126,55,79,8,"jsxDEV"],[126,61,79,8],[126,63,79,9,"View"],[126,67,79,13],[126,68,79,13,"default"],[126,75,79,13],[127,10,79,14,"style"],[127,15,79,19],[127,17,79,21],[128,12,79,23,"width"],[128,17,79,28],[128,19,79,30],[129,10,79,33],[130,8,79,35],[131,10,79,35,"fileName"],[131,18,79,35],[131,20,79,35,"_jsxFileName"],[131,32,79,35],[132,10,79,35,"lineNumber"],[132,20,79,35],[133,10,79,35,"columnNumber"],[133,22,79,35],[134,8,79,35],[134,15,79,37],[134,16,79,38],[135,6,79,38],[136,8,79,38,"fileName"],[136,16,79,38],[136,18,79,38,"_jsxFileName"],[136,30,79,38],[137,8,79,38,"lineNumber"],[137,18,79,38],[138,8,79,38,"columnNumber"],[138,20,79,38],[139,6,79,38],[139,13,80,12],[139,14,80,13],[139,29,82,6],[139,33,82,6,"_reactJsxDevRuntime"],[139,52,82,6],[139,53,82,6,"jsxDEV"],[139,59,82,6],[139,61,82,7,"ScrollView"],[139,71,82,17],[139,72,82,17,"default"],[139,79,82,17],[140,8,82,18,"contentContainerStyle"],[140,29,82,39],[140,31,82,41,"styles"],[140,37,82,47],[140,38,82,48,"scrollContent"],[140,51,82,62],[141,8,82,62,"children"],[141,16,82,62],[141,32,83,8],[141,36,83,8,"_reactJsxDevRuntime"],[141,55,83,8],[141,56,83,8,"jsxDEV"],[141,62,83,8],[141,64,83,9,"View"],[141,68,83,13],[141,69,83,13,"default"],[141,76,83,13],[142,10,83,14,"style"],[142,15,83,19],[142,17,83,21,"styles"],[142,23,83,27],[142,24,83,28,"infoBox"],[142,31,83,36],[143,10,83,36,"children"],[143,18,83,36],[143,34,84,10],[143,38,84,10,"_reactJsxDevRuntime"],[143,57,84,10],[143,58,84,10,"jsxDEV"],[143,64,84,10],[143,66,84,11,"_expoVectorIcons"],[143,82,84,19],[143,83,84,19,"Ionicons"],[143,91,84,19],[144,12,84,20,"name"],[144,16,84,24],[144,18,84,25],[144,38,84,45],[145,12,84,46,"size"],[145,16,84,50],[145,18,84,52],[145,20,84,55],[146,12,84,56,"color"],[146,17,84,61],[146,19,84,62],[147,10,84,71],[148,12,84,71,"fileName"],[148,20,84,71],[148,22,84,71,"_jsxFileName"],[148,34,84,71],[149,12,84,71,"lineNumber"],[149,22,84,71],[150,12,84,71,"columnNumber"],[150,24,84,71],[151,10,84,71],[151,17,84,73],[151,18,84,74],[151,33,85,10],[151,37,85,10,"_reactJsxDevRuntime"],[151,56,85,10],[151,57,85,10,"jsxDEV"],[151,63,85,10],[151,65,85,11,"Text"],[151,69,85,15],[151,70,85,15,"default"],[151,77,85,15],[152,12,85,16,"style"],[152,17,85,21],[152,19,85,23,"styles"],[152,25,85,29],[152,26,85,30,"infoText"],[152,34,85,39],[153,12,85,39,"children"],[153,20,85,39],[153,22,85,40],[154,10,87,10],[155,12,87,10,"fileName"],[155,20,87,10],[155,22,87,10,"_jsxFileName"],[155,34,87,10],[156,12,87,10,"lineNumber"],[156,22,87,10],[157,12,87,10,"columnNumber"],[157,24,87,10],[158,10,87,10],[158,17,87,16],[158,18,87,17],[159,8,87,17],[160,10,87,17,"fileName"],[160,18,87,17],[160,20,87,17,"_jsxFileName"],[160,32,87,17],[161,10,87,17,"lineNumber"],[161,20,87,17],[162,10,87,17,"columnNumber"],[162,22,87,17],[163,8,87,17],[163,15,88,14],[163,16,88,15],[163,31,90,8],[163,35,90,8,"_reactJsxDevRuntime"],[163,54,90,8],[163,55,90,8,"jsxDEV"],[163,61,90,8],[163,63,90,9,"View"],[163,67,90,13],[163,68,90,13,"default"],[163,75,90,13],[164,10,90,14,"style"],[164,15,90,19],[164,17,90,21,"styles"],[164,23,90,27],[164,24,90,28,"section"],[164,31,90,36],[165,10,90,36,"children"],[165,18,90,36],[165,34,91,10],[165,38,91,10,"_reactJsxDevRuntime"],[165,57,91,10],[165,58,91,10,"jsxDEV"],[165,64,91,10],[165,66,91,11,"Text"],[165,70,91,15],[165,71,91,15,"default"],[165,78,91,15],[166,12,91,16,"style"],[166,17,91,21],[166,19,91,23,"styles"],[166,25,91,29],[166,26,91,30,"label"],[166,31,91,36],[167,12,91,36,"children"],[167,20,91,36],[167,22,91,37],[168,10,91,53],[169,12,91,53,"fileName"],[169,20,91,53],[169,22,91,53,"_jsxFileName"],[169,34,91,53],[170,12,91,53,"lineNumber"],[170,22,91,53],[171,12,91,53,"columnNumber"],[171,24,91,53],[172,10,91,53],[172,17,91,59],[172,18,91,60],[172,33,92,10],[172,37,92,10,"_reactJsxDevRuntime"],[172,56,92,10],[172,57,92,10,"jsxDEV"],[172,63,92,10],[172,65,92,11,"View"],[172,69,92,15],[172,70,92,15,"default"],[172,77,92,15],[173,12,92,16,"style"],[173,17,92,21],[173,19,92,23,"styles"],[173,25,92,29],[173,26,92,30,"passwordContainer"],[173,43,92,48],[174,12,92,48,"children"],[174,20,92,48],[174,36,93,12],[174,40,93,12,"_reactJsxDevRuntime"],[174,59,93,12],[174,60,93,12,"jsxDEV"],[174,66,93,12],[174,68,93,13,"TextInput"],[174,77,93,22],[174,78,93,22,"default"],[174,85,93,22],[175,14,94,14,"style"],[175,19,94,19],[175,21,94,21,"styles"],[175,27,94,27],[175,28,94,28,"passwordInput"],[175,41,94,42],[176,14,95,14,"value"],[176,19,95,19],[176,21,95,21,"currentPassword"],[176,36,95,37],[177,14,96,14,"onChangeText"],[177,26,96,26],[177,28,96,28,"setCurrentPassword"],[177,46,96,47],[178,14,97,14,"placeholder"],[178,25,97,25],[178,27,97,26],[178,51,97,50],[179,14,98,14,"secureTextEntry"],[179,29,98,29],[179,31,98,31],[179,32,98,32,"showCurrent"],[179,43,98,44],[180,14,99,14,"autoCapitalize"],[180,28,99,28],[180,30,99,29],[181,12,99,35],[182,14,99,35,"fileName"],[182,22,99,35],[182,24,99,35,"_jsxFileName"],[182,36,99,35],[183,14,99,35,"lineNumber"],[183,24,99,35],[184,14,99,35,"columnNumber"],[184,26,99,35],[185,12,99,35],[185,19,100,13],[185,20,100,14],[185,35,101,12],[185,39,101,12,"_reactJsxDevRuntime"],[185,58,101,12],[185,59,101,12,"jsxDEV"],[185,65,101,12],[185,67,101,13,"TouchableOpacity"],[185,83,101,29],[185,84,101,29,"default"],[185,91,101,29],[186,14,102,14,"onPress"],[186,21,102,21],[186,23,102,23,"onPress"],[186,24,102,23],[186,29,102,29,"setShowCurrent"],[186,43,102,43],[186,44,102,44],[186,45,102,45,"showCurrent"],[186,56,102,56],[186,57,102,58],[187,14,103,14,"style"],[187,19,103,19],[187,21,103,21,"styles"],[187,27,103,27],[187,28,103,28,"eyeButton"],[187,37,103,38],[188,14,103,38,"children"],[188,22,103,38],[188,37,105,14],[188,41,105,14,"_reactJsxDevRuntime"],[188,60,105,14],[188,61,105,14,"jsxDEV"],[188,67,105,14],[188,69,105,15,"_expoVectorIcons"],[188,85,105,23],[188,86,105,23,"Ionicons"],[188,94,105,23],[189,16,106,16,"name"],[189,20,106,20],[189,22,106,22,"showCurrent"],[189,33,106,33],[189,36,106,36],[189,45,106,45],[189,48,106,48],[189,53,106,54],[190,16,107,16,"size"],[190,20,107,20],[190,22,107,22],[190,24,107,25],[191,16,108,16,"color"],[191,21,108,21],[191,23,108,22],[192,14,108,31],[193,16,108,31,"fileName"],[193,24,108,31],[193,26,108,31,"_jsxFileName"],[193,38,108,31],[194,16,108,31,"lineNumber"],[194,26,108,31],[195,16,108,31,"columnNumber"],[195,28,108,31],[196,14,108,31],[196,21,109,15],[197,12,109,16],[198,14,109,16,"fileName"],[198,22,109,16],[198,24,109,16,"_jsxFileName"],[198,36,109,16],[199,14,109,16,"lineNumber"],[199,24,109,16],[200,14,109,16,"columnNumber"],[200,26,109,16],[201,12,109,16],[201,19,110,30],[201,20,110,31],[202,10,110,31],[203,12,110,31,"fileName"],[203,20,110,31],[203,22,110,31,"_jsxFileName"],[203,34,110,31],[204,12,110,31,"lineNumber"],[204,22,110,31],[205,12,110,31,"columnNumber"],[205,24,110,31],[206,10,110,31],[206,17,111,16],[206,18,111,17],[207,8,111,17],[208,10,111,17,"fileName"],[208,18,111,17],[208,20,111,17,"_jsxFileName"],[208,32,111,17],[209,10,111,17,"lineNumber"],[209,20,111,17],[210,10,111,17,"columnNumber"],[210,22,111,17],[211,8,111,17],[211,15,112,14],[211,16,112,15],[211,31,114,8],[211,35,114,8,"_reactJsxDevRuntime"],[211,54,114,8],[211,55,114,8,"jsxDEV"],[211,61,114,8],[211,63,114,9,"View"],[211,67,114,13],[211,68,114,13,"default"],[211,75,114,13],[212,10,114,14,"style"],[212,15,114,19],[212,17,114,21,"styles"],[212,23,114,27],[212,24,114,28,"section"],[212,31,114,36],[213,10,114,36,"children"],[213,18,114,36],[213,34,115,10],[213,38,115,10,"_reactJsxDevRuntime"],[213,57,115,10],[213,58,115,10,"jsxDEV"],[213,64,115,10],[213,66,115,11,"Text"],[213,70,115,15],[213,71,115,15,"default"],[213,78,115,15],[214,12,115,16,"style"],[214,17,115,21],[214,19,115,23,"styles"],[214,25,115,29],[214,26,115,30,"label"],[214,31,115,36],[215,12,115,36,"children"],[215,20,115,36],[215,22,115,37],[216,10,115,49],[217,12,115,49,"fileName"],[217,20,115,49],[217,22,115,49,"_jsxFileName"],[217,34,115,49],[218,12,115,49,"lineNumber"],[218,22,115,49],[219,12,115,49,"columnNumber"],[219,24,115,49],[220,10,115,49],[220,17,115,55],[220,18,115,56],[220,33,116,10],[220,37,116,10,"_reactJsxDevRuntime"],[220,56,116,10],[220,57,116,10,"jsxDEV"],[220,63,116,10],[220,65,116,11,"View"],[220,69,116,15],[220,70,116,15,"default"],[220,77,116,15],[221,12,116,16,"style"],[221,17,116,21],[221,19,116,23,"styles"],[221,25,116,29],[221,26,116,30,"passwordContainer"],[221,43,116,48],[222,12,116,48,"children"],[222,20,116,48],[222,36,117,12],[222,40,117,12,"_reactJsxDevRuntime"],[222,59,117,12],[222,60,117,12,"jsxDEV"],[222,66,117,12],[222,68,117,13,"TextInput"],[222,77,117,22],[222,78,117,22,"default"],[222,85,117,22],[223,14,118,14,"style"],[223,19,118,19],[223,21,118,21,"styles"],[223,27,118,27],[223,28,118,28,"passwordInput"],[223,41,118,42],[224,14,119,14,"value"],[224,19,119,19],[224,21,119,21,"newPassword"],[224,32,119,33],[225,14,120,14,"onChangeText"],[225,26,120,26],[225,28,120,28,"setNewPassword"],[225,42,120,43],[226,14,121,14,"placeholder"],[226,25,121,25],[226,27,121,26],[226,47,121,46],[227,14,122,14,"secureTextEntry"],[227,29,122,29],[227,31,122,31],[227,32,122,32,"showNew"],[227,39,122,40],[228,14,123,14,"autoCapitalize"],[228,28,123,28],[228,30,123,29],[229,12,123,35],[230,14,123,35,"fileName"],[230,22,123,35],[230,24,123,35,"_jsxFileName"],[230,36,123,35],[231,14,123,35,"lineNumber"],[231,24,123,35],[232,14,123,35,"columnNumber"],[232,26,123,35],[233,12,123,35],[233,19,124,13],[233,20,124,14],[233,35,125,12],[233,39,125,12,"_reactJsxDevRuntime"],[233,58,125,12],[233,59,125,12,"jsxDEV"],[233,65,125,12],[233,67,125,13,"TouchableOpacity"],[233,83,125,29],[233,84,125,29,"default"],[233,91,125,29],[234,14,126,14,"onPress"],[234,21,126,21],[234,23,126,23,"onPress"],[234,24,126,23],[234,29,126,29,"setShowNew"],[234,39,126,39],[234,40,126,40],[234,41,126,41,"showNew"],[234,48,126,48],[234,49,126,50],[235,14,127,14,"style"],[235,19,127,19],[235,21,127,21,"styles"],[235,27,127,27],[235,28,127,28,"eyeButton"],[235,37,127,38],[236,14,127,38,"children"],[236,22,127,38],[236,37,129,14],[236,41,129,14,"_reactJsxDevRuntime"],[236,60,129,14],[236,61,129,14,"jsxDEV"],[236,67,129,14],[236,69,129,15,"_expoVectorIcons"],[236,85,129,23],[236,86,129,23,"Ionicons"],[236,94,129,23],[237,16,130,16,"name"],[237,20,130,20],[237,22,130,22,"showNew"],[237,29,130,29],[237,32,130,32],[237,41,130,41],[237,44,130,44],[237,49,130,50],[238,16,131,16,"size"],[238,20,131,20],[238,22,131,22],[238,24,131,25],[239,16,132,16,"color"],[239,21,132,21],[239,23,132,22],[240,14,132,31],[241,16,132,31,"fileName"],[241,24,132,31],[241,26,132,31,"_jsxFileName"],[241,38,132,31],[242,16,132,31,"lineNumber"],[242,26,132,31],[243,16,132,31,"columnNumber"],[243,28,132,31],[244,14,132,31],[244,21,133,15],[245,12,133,16],[246,14,133,16,"fileName"],[246,22,133,16],[246,24,133,16,"_jsxFileName"],[246,36,133,16],[247,14,133,16,"lineNumber"],[247,24,133,16],[248,14,133,16,"columnNumber"],[248,26,133,16],[249,12,133,16],[249,19,134,30],[249,20,134,31],[250,10,134,31],[251,12,134,31,"fileName"],[251,20,134,31],[251,22,134,31,"_jsxFileName"],[251,34,134,31],[252,12,134,31,"lineNumber"],[252,22,134,31],[253,12,134,31,"columnNumber"],[253,24,134,31],[254,10,134,31],[254,17,135,16],[254,18,135,17],[255,8,135,17],[256,10,135,17,"fileName"],[256,18,135,17],[256,20,135,17,"_jsxFileName"],[256,32,135,17],[257,10,135,17,"lineNumber"],[257,20,135,17],[258,10,135,17,"columnNumber"],[258,22,135,17],[259,8,135,17],[259,15,136,14],[259,16,136,15],[259,31,138,8],[259,35,138,8,"_reactJsxDevRuntime"],[259,54,138,8],[259,55,138,8,"jsxDEV"],[259,61,138,8],[259,63,138,9,"View"],[259,67,138,13],[259,68,138,13,"default"],[259,75,138,13],[260,10,138,14,"style"],[260,15,138,19],[260,17,138,21,"styles"],[260,23,138,27],[260,24,138,28,"section"],[260,31,138,36],[261,10,138,36,"children"],[261,18,138,36],[261,34,139,10],[261,38,139,10,"_reactJsxDevRuntime"],[261,57,139,10],[261,58,139,10,"jsxDEV"],[261,64,139,10],[261,66,139,11,"Text"],[261,70,139,15],[261,71,139,15,"default"],[261,78,139,15],[262,12,139,16,"style"],[262,17,139,21],[262,19,139,23,"styles"],[262,25,139,29],[262,26,139,30,"label"],[262,31,139,36],[263,12,139,36,"children"],[263,20,139,36],[263,22,139,37],[264,10,139,57],[265,12,139,57,"fileName"],[265,20,139,57],[265,22,139,57,"_jsxFileName"],[265,34,139,57],[266,12,139,57,"lineNumber"],[266,22,139,57],[267,12,139,57,"columnNumber"],[267,24,139,57],[268,10,139,57],[268,17,139,63],[268,18,139,64],[268,33,140,10],[268,37,140,10,"_reactJsxDevRuntime"],[268,56,140,10],[268,57,140,10,"jsxDEV"],[268,63,140,10],[268,65,140,11,"View"],[268,69,140,15],[268,70,140,15,"default"],[268,77,140,15],[269,12,140,16,"style"],[269,17,140,21],[269,19,140,23,"styles"],[269,25,140,29],[269,26,140,30,"passwordContainer"],[269,43,140,48],[270,12,140,48,"children"],[270,20,140,48],[270,36,141,12],[270,40,141,12,"_reactJsxDevRuntime"],[270,59,141,12],[270,60,141,12,"jsxDEV"],[270,66,141,12],[270,68,141,13,"TextInput"],[270,77,141,22],[270,78,141,22,"default"],[270,85,141,22],[271,14,142,14,"style"],[271,19,142,19],[271,21,142,21,"styles"],[271,27,142,27],[271,28,142,28,"passwordInput"],[271,41,142,42],[272,14,143,14,"value"],[272,19,143,19],[272,21,143,21,"confirmPassword"],[272,36,143,37],[273,14,144,14,"onChangeText"],[273,26,144,26],[273,28,144,28,"setConfirmPassword"],[273,46,144,47],[274,14,145,14,"placeholder"],[274,25,145,25],[274,27,145,26],[274,49,145,48],[275,14,146,14,"secureTextEntry"],[275,29,146,29],[275,31,146,31],[275,32,146,32,"showConfirm"],[275,43,146,44],[276,14,147,14,"autoCapitalize"],[276,28,147,28],[276,30,147,29],[277,12,147,35],[278,14,147,35,"fileName"],[278,22,147,35],[278,24,147,35,"_jsxFileName"],[278,36,147,35],[279,14,147,35,"lineNumber"],[279,24,147,35],[280,14,147,35,"columnNumber"],[280,26,147,35],[281,12,147,35],[281,19,148,13],[281,20,148,14],[281,35,149,12],[281,39,149,12,"_reactJsxDevRuntime"],[281,58,149,12],[281,59,149,12,"jsxDEV"],[281,65,149,12],[281,67,149,13,"TouchableOpacity"],[281,83,149,29],[281,84,149,29,"default"],[281,91,149,29],[282,14,150,14,"onPress"],[282,21,150,21],[282,23,150,23,"onPress"],[282,24,150,23],[282,29,150,29,"setShowConfirm"],[282,43,150,43],[282,44,150,44],[282,45,150,45,"showConfirm"],[282,56,150,56],[282,57,150,58],[283,14,151,14,"style"],[283,19,151,19],[283,21,151,21,"styles"],[283,27,151,27],[283,28,151,28,"eyeButton"],[283,37,151,38],[284,14,151,38,"children"],[284,22,151,38],[284,37,153,14],[284,41,153,14,"_reactJsxDevRuntime"],[284,60,153,14],[284,61,153,14,"jsxDEV"],[284,67,153,14],[284,69,153,15,"_expoVectorIcons"],[284,85,153,23],[284,86,153,23,"Ionicons"],[284,94,153,23],[285,16,154,16,"name"],[285,20,154,20],[285,22,154,22,"showConfirm"],[285,33,154,33],[285,36,154,36],[285,45,154,45],[285,48,154,48],[285,53,154,54],[286,16,155,16,"size"],[286,20,155,20],[286,22,155,22],[286,24,155,25],[287,16,156,16,"color"],[287,21,156,21],[287,23,156,22],[288,14,156,31],[289,16,156,31,"fileName"],[289,24,156,31],[289,26,156,31,"_jsxFileName"],[289,38,156,31],[290,16,156,31,"lineNumber"],[290,26,156,31],[291,16,156,31,"columnNumber"],[291,28,156,31],[292,14,156,31],[292,21,157,15],[293,12,157,16],[294,14,157,16,"fileName"],[294,22,157,16],[294,24,157,16,"_jsxFileName"],[294,36,157,16],[295,14,157,16,"lineNumber"],[295,24,157,16],[296,14,157,16,"columnNumber"],[296,26,157,16],[297,12,157,16],[297,19,158,30],[297,20,158,31],[298,10,158,31],[299,12,158,31,"fileName"],[299,20,158,31],[299,22,158,31,"_jsxFileName"],[299,34,158,31],[300,12,158,31,"lineNumber"],[300,22,158,31],[301,12,158,31,"columnNumber"],[301,24,158,31],[302,10,158,31],[302,17,159,16],[302,18,159,17],[303,8,159,17],[304,10,159,17,"fileName"],[304,18,159,17],[304,20,159,17,"_jsxFileName"],[304,32,159,17],[305,10,159,17,"lineNumber"],[305,20,159,17],[306,10,159,17,"columnNumber"],[306,22,159,17],[307,8,159,17],[307,15,160,14],[307,16,160,15],[307,31,162,8],[307,35,162,8,"_reactJsxDevRuntime"],[307,54,162,8],[307,55,162,8,"jsxDEV"],[307,61,162,8],[307,63,162,9,"TouchableOpacity"],[307,79,162,25],[307,80,162,25,"default"],[307,87,162,25],[308,10,163,10,"style"],[308,15,163,15],[308,17,163,17],[308,18,163,18,"styles"],[308,24,163,24],[308,25,163,25,"saveButton"],[308,35,163,35],[308,37,163,37,"loading"],[308,44,163,44],[308,48,163,48,"styles"],[308,54,163,54],[308,55,163,55,"saveButtonDisabled"],[308,73,163,73],[308,74,163,75],[309,10,164,10,"onPress"],[309,17,164,17],[309,19,164,19,"handleChangePassword"],[309,39,164,40],[310,10,165,10,"disabled"],[310,18,165,18],[310,20,165,20,"loading"],[310,27,165,28],[311,10,165,28,"children"],[311,18,165,28],[311,20,167,11,"loading"],[311,27,167,18],[311,43,168,12],[311,47,168,12,"_reactJsxDevRuntime"],[311,66,168,12],[311,67,168,12,"jsxDEV"],[311,73,168,12],[311,75,168,13,"ActivityIndicator"],[311,92,168,30],[311,93,168,30,"default"],[311,100,168,30],[312,12,168,31,"color"],[312,17,168,36],[312,19,168,37],[313,10,168,43],[314,12,168,43,"fileName"],[314,20,168,43],[314,22,168,43,"_jsxFileName"],[314,34,168,43],[315,12,168,43,"lineNumber"],[315,22,168,43],[316,12,168,43,"columnNumber"],[316,24,168,43],[317,10,168,43],[317,17,168,45],[317,18,168,46],[317,34,170,12],[317,38,170,12,"_reactJsxDevRuntime"],[317,57,170,12],[317,58,170,12,"jsxDEV"],[317,64,170,12],[317,66,170,13,"Text"],[317,70,170,17],[317,71,170,17,"default"],[317,78,170,17],[318,12,170,18,"style"],[318,17,170,23],[318,19,170,25,"styles"],[318,25,170,31],[318,26,170,32,"saveButtonText"],[318,40,170,47],[319,12,170,47,"children"],[319,20,170,47],[319,22,170,48],[320,10,170,63],[321,12,170,63,"fileName"],[321,20,170,63],[321,22,170,63,"_jsxFileName"],[321,34,170,63],[322,12,170,63,"lineNumber"],[322,22,170,63],[323,12,170,63,"columnNumber"],[323,24,170,63],[324,10,170,63],[324,17,170,69],[325,8,171,11],[326,10,171,11,"fileName"],[326,18,171,11],[326,20,171,11,"_jsxFileName"],[326,32,171,11],[327,10,171,11,"lineNumber"],[327,20,171,11],[328,10,171,11,"columnNumber"],[328,22,171,11],[329,8,171,11],[329,15,172,26],[329,16,172,27],[330,6,172,27],[331,8,172,27,"fileName"],[331,16,172,27],[331,18,172,27,"_jsxFileName"],[331,30,172,27],[332,8,172,27,"lineNumber"],[332,18,172,27],[333,8,172,27,"columnNumber"],[333,20,172,27],[334,6,172,27],[334,13,173,18],[334,14,173,19],[335,4,173,19],[336,6,173,19,"fileName"],[336,14,173,19],[336,16,173,19,"_jsxFileName"],[336,28,173,19],[337,6,173,19,"lineNumber"],[337,16,173,19],[338,6,173,19,"columnNumber"],[338,18,173,19],[339,4,173,19],[339,11,174,10],[339,12,174,11],[340,2,176,0],[341,2,176,1,"_s"],[341,4,176,1],[341,5,16,24,"ChangePasswordScreen"],[341,25,16,44],[342,4,16,44],[342,12,17,17,"useSafeAreaInsets"],[342,39,17,34],[342,40,17,34,"useSafeAreaInsets"],[342,57,17,34],[342,59,18,19,"useAuth"],[342,79,18,26],[342,80,18,26,"useAuth"],[342,87,18,26],[343,2,18,26],[344,2,18,26,"_c"],[344,4,18,26],[344,7,16,24,"ChangePasswordScreen"],[344,27,16,44],[345,2,178,0],[345,8,178,6,"styles"],[345,14,178,12],[345,17,178,15,"StyleSheet"],[345,27,178,25],[345,28,178,25,"default"],[345,35,178,25],[345,36,178,26,"create"],[345,42,178,32],[345,43,178,33],[346,4,179,2,"container"],[346,13,179,11],[346,15,179,13],[347,6,180,4,"flex"],[347,10,180,8],[347,12,180,10],[347,13,180,11],[348,6,181,4,"backgroundColor"],[348,21,181,19],[348,23,181,21],[349,4,182,2],[349,5,182,3],[350,4,183,2,"header"],[350,10,183,8],[350,12,183,10],[351,6,184,4,"flexDirection"],[351,19,184,17],[351,21,184,19],[351,26,184,24],[352,6,185,4,"alignItems"],[352,16,185,14],[352,18,185,16],[352,26,185,24],[353,6,186,4,"justifyContent"],[353,20,186,18],[353,22,186,20],[353,37,186,35],[354,6,187,4,"paddingHorizontal"],[354,23,187,21],[354,25,187,23],[354,27,187,25],[355,6,188,4,"paddingVertical"],[355,21,188,19],[355,23,188,21],[355,25,188,23],[356,6,189,4,"backgroundColor"],[356,21,189,19],[356,23,189,21],[356,29,189,27],[357,6,190,4,"borderBottomWidth"],[357,23,190,21],[357,25,190,23],[357,26,190,24],[358,6,191,4,"borderBottomColor"],[358,23,191,21],[358,25,191,23],[359,4,192,2],[359,5,192,3],[360,4,193,2,"backButton"],[360,14,193,12],[360,16,193,14],[361,6,194,4,"width"],[361,11,194,9],[361,13,194,11],[361,15,194,13],[362,6,195,4,"height"],[362,12,195,10],[362,14,195,12],[362,16,195,14],[363,6,196,4,"borderRadius"],[363,18,196,16],[363,20,196,18],[363,22,196,20],[364,6,197,4,"backgroundColor"],[364,21,197,19],[364,23,197,21],[364,32,197,30],[365,6,198,4,"alignItems"],[365,16,198,14],[365,18,198,16],[365,26,198,24],[366,6,199,4,"justifyContent"],[366,20,199,18],[366,22,199,20],[367,4,200,2],[367,5,200,3],[368,4,201,2,"headerTitle"],[368,15,201,13],[368,17,201,15],[369,6,202,4,"fontSize"],[369,14,202,12],[369,16,202,14],[369,18,202,16],[370,6,203,4,"fontWeight"],[370,16,203,14],[370,18,203,16],[370,23,203,21],[371,6,204,4,"color"],[371,11,204,9],[371,13,204,11],[372,4,205,2],[372,5,205,3],[373,4,206,2,"scrollContent"],[373,17,206,15],[373,19,206,17],[374,6,207,4,"padding"],[374,13,207,11],[374,15,207,13],[374,17,207,15],[375,6,208,4,"paddingBottom"],[375,19,208,17],[375,21,208,19],[376,4,209,2],[376,5,209,3],[377,4,210,2,"infoBox"],[377,11,210,9],[377,13,210,11],[378,6,211,4,"flexDirection"],[378,19,211,17],[378,21,211,19],[378,26,211,24],[379,6,212,4,"alignItems"],[379,16,212,14],[379,18,212,16],[379,26,212,24],[380,6,213,4,"backgroundColor"],[380,21,213,19],[380,23,213,21],[380,32,213,30],[381,6,214,4,"padding"],[381,13,214,11],[381,15,214,13],[381,17,214,15],[382,6,215,4,"borderRadius"],[382,18,215,16],[382,20,215,18],[382,21,215,19],[383,6,216,4,"marginBottom"],[383,18,216,16],[383,20,216,18],[384,4,217,2],[384,5,217,3],[385,4,218,2,"infoText"],[385,12,218,10],[385,14,218,12],[386,6,219,4,"fontSize"],[386,14,219,12],[386,16,219,14],[386,18,219,16],[387,6,220,4,"color"],[387,11,220,9],[387,13,220,11],[387,22,220,20],[388,6,221,4,"marginLeft"],[388,16,221,14],[388,18,221,16],[388,19,221,17],[389,6,222,4,"flex"],[389,10,222,8],[389,12,222,10],[390,4,223,2],[390,5,223,3],[391,4,224,2,"section"],[391,11,224,9],[391,13,224,11],[392,6,225,4,"marginBottom"],[392,18,225,16],[392,20,225,18],[393,4,226,2],[393,5,226,3],[394,4,227,2,"label"],[394,9,227,7],[394,11,227,9],[395,6,228,4,"fontSize"],[395,14,228,12],[395,16,228,14],[395,18,228,16],[396,6,229,4,"fontWeight"],[396,16,229,14],[396,18,229,16],[396,23,229,21],[397,6,230,4,"color"],[397,11,230,9],[397,13,230,11],[397,22,230,20],[398,6,231,4,"marginBottom"],[398,18,231,16],[398,20,231,18],[399,4,232,2],[399,5,232,3],[400,4,233,2,"passwordContainer"],[400,21,233,19],[400,23,233,21],[401,6,234,4,"flexDirection"],[401,19,234,17],[401,21,234,19],[401,26,234,24],[402,6,235,4,"alignItems"],[402,16,235,14],[402,18,235,16],[402,26,235,24],[403,6,236,4,"backgroundColor"],[403,21,236,19],[403,23,236,21],[403,29,236,27],[404,6,237,4,"borderRadius"],[404,18,237,16],[404,20,237,18],[404,22,237,20],[405,6,238,4,"borderWidth"],[405,17,238,15],[405,19,238,17],[405,20,238,18],[406,6,239,4,"borderColor"],[406,17,239,15],[406,19,239,17],[407,4,240,2],[407,5,240,3],[408,4,241,2,"passwordInput"],[408,17,241,15],[408,19,241,17],[409,6,242,4,"flex"],[409,10,242,8],[409,12,242,10],[409,13,242,11],[410,6,243,4,"padding"],[410,13,243,11],[410,15,243,13],[410,17,243,15],[411,6,244,4,"fontSize"],[411,14,244,12],[411,16,244,14],[412,4,245,2],[412,5,245,3],[413,4,246,2,"eyeButton"],[413,13,246,11],[413,15,246,13],[414,6,247,4,"padding"],[414,13,247,11],[414,15,247,13],[415,4,248,2],[415,5,248,3],[416,4,249,2,"saveButton"],[416,14,249,12],[416,16,249,14],[417,6,250,4,"backgroundColor"],[417,21,250,19],[417,23,250,21],[417,32,250,30],[418,6,251,4,"padding"],[418,13,251,11],[418,15,251,13],[418,17,251,15],[419,6,252,4,"borderRadius"],[419,18,252,16],[419,20,252,18],[419,22,252,20],[420,6,253,4,"alignItems"],[420,16,253,14],[420,18,253,16],[420,26,253,24],[421,6,254,4,"marginTop"],[421,15,254,13],[421,17,254,15],[422,4,255,2],[422,5,255,3],[423,4,256,2,"saveButtonDisabled"],[423,22,256,20],[423,24,256,22],[424,6,257,4,"opacity"],[424,13,257,11],[424,15,257,13],[425,4,258,2],[425,5,258,3],[426,4,259,2,"saveButtonText"],[426,18,259,16],[426,20,259,18],[427,6,260,4,"fontSize"],[427,14,260,12],[427,16,260,14],[427,18,260,16],[428,6,261,4,"fontWeight"],[428,16,261,14],[428,18,261,16],[428,23,261,21],[429,6,262,4,"color"],[429,11,262,9],[429,13,262,11],[430,4,263,2],[431,2,264,0],[431,3,264,1],[431,4,264,2],[432,2,264,3],[432,6,264,3,"_c"],[432,8,264,3],[433,2,264,3,"$RefreshReg$"],[433,14,264,3],[433,15,264,3,"_c"],[433,17,264,3],[434,0,264,3],[434,3]],"functionMap":{"names":["","ChangePasswordScreen","handleChangePassword","onPress","TouchableOpacity.props.onPress"],"mappings":"AAA;eCe;+BCW;iCCiC,yBD;GDU;mCGK,yBH;uBG2B,kCH;uBGwB,0BH;uBGwB,kCH;CD0B"},"hasCjsExports":false},"type":"js/module"}]} \ No newline at end of file diff --git a/frontend/src/screens/EditProfileScreen.tsx b/frontend/src/screens/EditProfileScreen.tsx index 4db5445c..39d22231 100644 --- a/frontend/src/screens/EditProfileScreen.tsx +++ b/frontend/src/screens/EditProfileScreen.tsx @@ -22,7 +22,6 @@ export default function EditProfileScreen({ navigation }: any) { const [firstName, setFirstName] = useState(''); const [lastName, setLastName] = useState(''); const [phone, setPhone] = useState(''); - const [walletAddress, setWalletAddress] = useState(''); useEffect(() => { loadUserData();