mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 13:31:00 +00:00
1 line
117 KiB
Plaintext
1 line
117 KiB
Plaintext
{"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":193}}],"key":"KyzuX10g6ixS9UfynhmjlvCIG3g=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":12,"column":0,"index":194},"end":{"line":12,"column":46,"index":240}}],"key":"ow7vkrqkIckRjlSi/+MhMmRYtUE=","exportNames":["*"],"imports":1}},{"name":"react-native-qrcode-svg","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0,"index":241},"end":{"line":13,"column":45,"index":286}}],"key":"hoyYC/72wI3ym3vQVHGM/Nfx4bI=","exportNames":["*"],"imports":1}},{"name":"../../constants/colors","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":14,"column":0,"index":287},"end":{"line":14,"column":44,"index":331}}],"key":"fGrGUPNMLmLukL54XEqv2tSlgH0=","exportNames":["*"],"imports":1}},{"name":"../../constants/theme","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":15,"column":0,"index":332},"end":{"line":15,"column":82,"index":414}}],"key":"hMrjwT7TM4K6cGGTPMoVo6qhFRc=","exportNames":["*"],"imports":1}},{"name":"../../services/kycService","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":16,"column":0,"index":415},"end":{"line":16,"column":55,"index":470}}],"key":"qZkBUP6Ce0z7714BEPxSWwWTPFM=","exportNames":["*"],"imports":1}},{"name":"../../types/kyc","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":17,"column":0,"index":471},"end":{"line":17,"column":66,"index":537}}],"key":"O47a6+CIzUmJwJcl7ScrrnRddu4=","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/Identity/CitizenCardScreen.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 CitizenCardScreen;\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 _reactNativeQrcodeSvg = require(_dependencyMap[5], \"react-native-qrcode-svg\");\n var QRCode = _interopDefault(_reactNativeQrcodeSvg);\n var _constantsColors = require(_dependencyMap[6], \"../../constants/colors\");\n var Colors = _interopDefault(_constantsColors);\n var _constantsTheme = require(_dependencyMap[7], \"../../constants/theme\");\n var _servicesKycService = require(_dependencyMap[8], \"../../services/kycService\");\n var _typesKyc = require(_dependencyMap[9], \"../../types/kyc\");\n var _reactJsxDevRuntime = require(_dependencyMap[10], \"react/jsx-dev-runtime\");\n function CitizenCardScreen(_ref) {\n _s();\n var navigation = _ref.navigation;\n var _useState = (0, _react.useState)(true),\n _useState2 = (0, _slicedToArray.default)(_useState, 2),\n loading = _useState2[0],\n setLoading = _useState2[1];\n var _useState3 = (0, _react.useState)(null),\n _useState4 = (0, _slicedToArray.default)(_useState3, 2),\n citizen = _useState4[0],\n setCitizen = _useState4[1];\n (0, _react.useEffect)(function () {\n loadCitizen();\n }, []);\n var loadCitizen = /*#__PURE__*/function () {\n var _ref2 = (0, _asyncToGenerator.default)(function* () {\n try {\n var data = yield _servicesKycService.kycService.getCitizen();\n setCitizen(data);\n } catch (error) {\n console.error('Failed to load citizen data:', error);\n } finally {\n setLoading(false);\n }\n });\n return function loadCitizen() {\n return _ref2.apply(this, arguments);\n };\n }();\n if (loading) {\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.SafeAreaView, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.ActivityIndicator, {\n size: \"large\",\n color: Colors.default.teal\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 41,\n columnNumber: 9\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 40,\n columnNumber: 7\n }, this);\n }\n if (!citizen) {\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.SafeAreaView, {\n style: styles.container,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.errorText,\n children: \"No citizen data found\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 49,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.button,\n onPress: function onPress() {\n return navigation.navigate('IdentityKYCForm');\n },\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.buttonText,\n children: \"Complete KYC\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 54,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 50,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 48,\n columnNumber: 7\n }, this);\n }\n var formatDate = function formatDate(timestamp) {\n var date = new Date(timestamp);\n return date.toLocaleDateString('en-GB');\n };\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.SafeAreaView, {\n style: styles.container,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.header,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n onPress: function onPress() {\n return navigation.goBack();\n },\n style: styles.backButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"arrow-back\",\n size: 24,\n color: Colors.default.textDark\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 69,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 68,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.headerTitle,\n children: \"Digital Hemwelat\\xEE\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 71,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.shareButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"share-outline\",\n size: 24,\n color: Colors.default.textDark\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 73,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 72,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 67,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.ScrollView, {\n style: styles.content,\n showsVerticalScrollIndicator: false,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.card,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.cardHeader,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.headerText1,\n children: \"KOMARA KURDISTAN\\xCA\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 82,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.headerText2,\n children: \"HEMWELAT\\xCE\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 83,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 81,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.cardBody,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.topSection,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.photoContainer,\n children: citizen.photo ? /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Image, {\n source: {\n uri: citizen.photo\n },\n style: styles.photo\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 93,\n columnNumber: 19\n }, this) : /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.photoPlaceholder,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"person\",\n size: 50,\n color: \"#999\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 96,\n columnNumber: 21\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 95,\n columnNumber: 19\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 91,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.infoList,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.infoRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.infoLabel,\n children: \"NAV/NAME\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 104,\n columnNumber: 19\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.infoValue,\n children: citizen.fullName\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 105,\n columnNumber: 19\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 103,\n columnNumber: 17\n }, this), citizen.fatherName && /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.infoRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.infoLabel,\n children: \"BAV/FATHER\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 110,\n columnNumber: 21\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.infoValue,\n children: citizen.fatherName\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 111,\n columnNumber: 21\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 109,\n columnNumber: 19\n }, this), citizen.grandfatherName && /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.infoRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.infoLabel,\n children: \"DAP\\xCER/GRANDFATHER\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 117,\n columnNumber: 21\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.infoValue,\n children: citizen.grandfatherName\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 118,\n columnNumber: 21\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 116,\n columnNumber: 19\n }, this), citizen.greatGrandfatherName && /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.infoRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.infoLabel,\n children: \"DAP\\xCERA BIRA/G.GRANDFATHER\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 124,\n columnNumber: 21\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.infoValue,\n children: citizen.greatGrandfatherName\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 125,\n columnNumber: 21\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 123,\n columnNumber: 19\n }, this), citizen.motherName && /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.infoRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.infoLabel,\n children: \"DAY/MOTHER\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 131,\n columnNumber: 21\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.infoValue,\n children: citizen.motherName\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 132,\n columnNumber: 21\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 130,\n columnNumber: 19\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.infoRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.infoLabel,\n children: \"ZEWIC\\xCEN/MARITAL\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 137,\n columnNumber: 19\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.infoValue,\n children: citizen.maritalStatus === 'married' ? 'Zewicî' : 'Nezewicî'\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 138,\n columnNumber: 19\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 136,\n columnNumber: 17\n }, this), citizen.maritalStatus === 'married' && citizen.spouseName && /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.infoRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.infoLabel,\n children: \"HEVJ\\xCEN/SPOUSE\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 145,\n columnNumber: 21\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.infoValue,\n children: citizen.spouseName\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 146,\n columnNumber: 21\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 144,\n columnNumber: 19\n }, this), citizen.children && citizen.children.length > 0 && /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.infoRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.infoLabel,\n children: \"ZAROK/CHILDREN\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 152,\n columnNumber: 21\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.infoValue,\n children: citizen.children.length\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 153,\n columnNumber: 21\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 151,\n columnNumber: 19\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 102,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 89,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.sunContainer,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"sunny\",\n size: 80,\n color: \"#D4A017\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 161,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 160,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.middleSection,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.regionRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.regionLabel,\n children: \"HEREM/REGION\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 167,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.regionValue,\n children: _typesKyc.REGION_LABELS[citizen.region].en\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 168,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 166,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.citizenIdRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.citizenIdLabel,\n children: \"JIMARA HEMWELAT\\xCE/CITIZEN ID\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 172,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.citizenIdValue,\n children: citizen.citizenId\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 173,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 171,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 165,\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.View, {\n style: styles.cardFooter,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.footerLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.footerRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.footerLabel,\n children: \"NASNAMA DIJ\\xCETAL/DIGITAL ID\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 182,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.footerValue,\n children: citizen.citizenId.replace(/-/g, '')\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 183,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 181,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.footerRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.footerLabel,\n children: \"JIMARA VEKIRAN/ACCOUNT#\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 187,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.footerValue,\n children: citizen.qrCode.substring(0, 12)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 188,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 186,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.footerRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.footerLabel,\n children: \"DAXWAZ/ISSUED\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 192,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.footerValue,\n children: formatDate(citizen.approvedAt)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 193,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 191,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 180,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.footerRight,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(QRCode.default, {\n value: citizen.qrCode,\n size: 70,\n backgroundColor: \"transparent\",\n color: \"#FFFFFF\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 198,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 197,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 179,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 79,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.statusBadge,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"checkmark-circle\",\n size: 24,\n color: Colors.default.mint\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 205,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.statusText,\n children: \"Verified Kurdistan Citizen\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 206,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 204,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.infoText,\n children: \"This official digital citizenship card grants you full access to Governance (Welati) and all citizen-only features on PezkuwiChain.\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 210,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.actions,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.actionButton,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"download-outline\",\n size: 24,\n color: Colors.default.teal\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 217,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.actionText,\n children: \"Download\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 218,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 216,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.actionButton,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"qr-code-outline\",\n size: 24,\n color: Colors.default.teal\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 222,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.actionText,\n children: \"Show QR\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 223,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 221,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.actionButton,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"share-social-outline\",\n size: 24,\n color: Colors.default.teal\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 227,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.actionText,\n children: \"Share\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 228,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 226,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 215,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 77,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 66,\n columnNumber: 5\n }, this);\n }\n _s(CitizenCardScreen, \"SiesaRcgzHS+xpfDFZUL8dCsnQk=\");\n _c = CitizenCardScreen;\n var styles = _reactNative.StyleSheet.create({\n container: {\n flex: 1,\n backgroundColor: Colors.default.background\n },\n header: {\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'space-between',\n paddingHorizontal: _constantsTheme.Spacing.xl,\n paddingVertical: _constantsTheme.Spacing.lg,\n borderBottomWidth: 1,\n borderBottomColor: '#F0F0F0'\n },\n backButton: {\n width: 40,\n height: 40,\n borderRadius: 20,\n backgroundColor: Colors.default.card,\n justifyContent: 'center',\n alignItems: 'center'\n },\n shareButton: {\n width: 40,\n height: 40,\n borderRadius: 20,\n backgroundColor: Colors.default.card,\n justifyContent: 'center',\n alignItems: 'center'\n },\n headerTitle: {\n fontSize: _constantsTheme.Typography.sizes.large,\n fontWeight: _constantsTheme.Typography.weights.semibold,\n color: Colors.default.textDark\n },\n content: {\n flex: 1,\n padding: _constantsTheme.Spacing.xl\n },\n card: Object.assign({\n backgroundColor: '#FFFFFF',\n borderRadius: _constantsTheme.BorderRadius.xlarge,\n overflow: 'hidden'\n }, _constantsTheme.Shadow.medium),\n cardHeader: {\n backgroundColor: '#8B1538',\n // Burgundy\n paddingVertical: _constantsTheme.Spacing.xl,\n alignItems: 'center'\n },\n headerText1: {\n fontSize: 20,\n fontWeight: '700',\n color: '#D4A017',\n // Gold\n letterSpacing: 1\n },\n headerText2: {\n fontSize: 24,\n fontWeight: '700',\n color: '#FFFFFF',\n letterSpacing: 2,\n marginTop: 4\n },\n cardBody: {\n backgroundColor: '#FFFFFF',\n padding: _constantsTheme.Spacing.lg\n },\n topSection: {\n flexDirection: 'row',\n marginBottom: _constantsTheme.Spacing.md\n },\n photoContainer: {\n width: 100,\n height: 100,\n borderRadius: 50,\n overflow: 'hidden',\n backgroundColor: '#D0D0D0',\n marginRight: _constantsTheme.Spacing.md\n },\n photo: {\n width: '100%',\n height: '100%'\n },\n photoPlaceholder: {\n width: '100%',\n height: '100%',\n justifyContent: 'center',\n alignItems: 'center',\n backgroundColor: '#D0D0D0'\n },\n infoList: {\n flex: 1\n },\n infoRow: {\n marginBottom: 6\n },\n infoLabel: {\n fontSize: 9,\n fontWeight: '600',\n color: '#333',\n letterSpacing: 0.3\n },\n infoValue: {\n fontSize: 11,\n fontWeight: '700',\n color: '#000'\n },\n sunContainer: {\n alignItems: 'center',\n marginVertical: _constantsTheme.Spacing.md\n },\n middleSection: {\n marginTop: _constantsTheme.Spacing.sm\n },\n regionRow: {\n marginBottom: _constantsTheme.Spacing.sm\n },\n regionLabel: {\n fontSize: 11,\n fontWeight: '600',\n color: '#333'\n },\n regionValue: {\n fontSize: 13,\n fontWeight: '700',\n color: '#000'\n },\n citizenIdRow: {\n marginTop: _constantsTheme.Spacing.sm\n },\n citizenIdLabel: {\n fontSize: 11,\n fontWeight: '600',\n color: '#333'\n },\n citizenIdValue: {\n fontSize: 15,\n fontWeight: '700',\n color: '#000',\n letterSpacing: 1\n },\n cardFooter: {\n backgroundColor: '#007A3D',\n // Green\n flexDirection: 'row',\n padding: _constantsTheme.Spacing.lg,\n justifyContent: 'space-between'\n },\n footerLeft: {\n flex: 1\n },\n footerRow: {\n marginBottom: 6\n },\n footerLabel: {\n fontSize: 9,\n fontWeight: '600',\n color: '#FFFFFF',\n opacity: 0.9\n },\n footerValue: {\n fontSize: 11,\n fontWeight: '700',\n color: '#D4A017' // Gold\n },\n footerRight: {\n justifyContent: 'center',\n alignItems: 'center'\n },\n statusBadge: {\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'center',\n backgroundColor: Colors.default.mint + '20',\n padding: _constantsTheme.Spacing.md,\n borderRadius: _constantsTheme.BorderRadius.large,\n marginTop: _constantsTheme.Spacing.xl,\n gap: _constantsTheme.Spacing.sm\n },\n statusText: {\n fontSize: _constantsTheme.Typography.sizes.medium,\n fontWeight: _constantsTheme.Typography.weights.semibold,\n color: Colors.default.mint\n },\n infoText: {\n fontSize: _constantsTheme.Typography.sizes.small,\n color: Colors.default.textGray,\n textAlign: 'center',\n marginTop: _constantsTheme.Spacing.lg,\n lineHeight: 20\n },\n actions: {\n flexDirection: 'row',\n justifyContent: 'space-around',\n marginTop: _constantsTheme.Spacing.xl,\n marginBottom: _constantsTheme.Spacing.xl\n },\n actionButton: {\n alignItems: 'center',\n gap: _constantsTheme.Spacing.sm\n },\n actionText: {\n fontSize: _constantsTheme.Typography.sizes.small,\n color: Colors.default.teal,\n fontWeight: _constantsTheme.Typography.weights.medium\n },\n errorText: {\n fontSize: _constantsTheme.Typography.sizes.medium,\n color: Colors.default.textGray,\n textAlign: 'center'\n },\n button: {\n backgroundColor: Colors.default.teal,\n paddingVertical: _constantsTheme.Spacing.lg,\n paddingHorizontal: _constantsTheme.Spacing.xxxl,\n borderRadius: _constantsTheme.BorderRadius.xxlarge,\n marginTop: _constantsTheme.Spacing.xl\n },\n buttonText: {\n fontSize: _constantsTheme.Typography.sizes.medium,\n fontWeight: _constantsTheme.Typography.weights.semibold,\n color: '#FFFFFF'\n }\n });\n var _c;\n $RefreshReg$(_c, \"CitizenCardScreen\");\n});","lineCount":919,"map":[[14,2,19,15,"Object"],[14,8,19,15],[14,9,19,15,"defineProperty"],[14,23,19,15],[14,24,19,15,"exports"],[14,31,19,15],[15,4,19,15,"enumerable"],[15,14,19,15],[16,4,19,15,"get"],[16,7,19,15],[16,18,19,15,"get"],[16,19,19,15],[17,6,19,15],[17,13,19,15,"CitizenCardScreen"],[17,30,19,15],[18,4,19,15],[19,2,19,15],[20,2,234,1],[20,6,234,1,"_babelRuntimeHelpersAsyncToGenerator"],[20,42,234,1],[20,45,234,1,"require"],[20,52,234,1],[20,53,234,1,"_dependencyMap"],[20,67,234,1],[21,2,234,1],[21,6,234,1,"_asyncToGenerator"],[21,23,234,1],[21,26,234,1,"_interopDefault"],[21,41,234,1],[21,42,234,1,"_babelRuntimeHelpersAsyncToGenerator"],[21,78,234,1],[22,2,234,1],[22,6,234,1,"_babelRuntimeHelpersSlicedToArray"],[22,39,234,1],[22,42,234,1,"require"],[22,49,234,1],[22,50,234,1,"_dependencyMap"],[22,64,234,1],[23,2,234,1],[23,6,234,1,"_slicedToArray"],[23,20,234,1],[23,23,234,1,"_interopDefault"],[23,38,234,1],[23,39,234,1,"_babelRuntimeHelpersSlicedToArray"],[23,72,234,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,"_reactNativeQrcodeSvg"],[27,27,13,0],[27,30,13,0,"require"],[27,37,13,0],[27,38,13,0,"_dependencyMap"],[27,52,13,0],[28,2,13,0],[28,6,13,0,"QRCode"],[28,12,13,0],[28,15,13,0,"_interopDefault"],[28,30,13,0],[28,31,13,0,"_reactNativeQrcodeSvg"],[28,52,13,0],[29,2,14,0],[29,6,14,0,"_constantsColors"],[29,22,14,0],[29,25,14,0,"require"],[29,32,14,0],[29,33,14,0,"_dependencyMap"],[29,47,14,0],[30,2,14,0],[30,6,14,0,"Colors"],[30,12,14,0],[30,15,14,0,"_interopDefault"],[30,30,14,0],[30,31,14,0,"_constantsColors"],[30,47,14,0],[31,2,15,0],[31,6,15,0,"_constantsTheme"],[31,21,15,0],[31,24,15,0,"require"],[31,31,15,0],[31,32,15,0,"_dependencyMap"],[31,46,15,0],[32,2,16,0],[32,6,16,0,"_servicesKycService"],[32,25,16,0],[32,28,16,0,"require"],[32,35,16,0],[32,36,16,0,"_dependencyMap"],[32,50,16,0],[33,2,17,0],[33,6,17,0,"_typesKyc"],[33,15,17,0],[33,18,17,0,"require"],[33,25,17,0],[33,26,17,0,"_dependencyMap"],[33,40,17,0],[34,2,17,66],[34,6,17,66,"_reactJsxDevRuntime"],[34,25,17,66],[34,28,17,66,"require"],[34,35,17,66],[34,36,17,66,"_dependencyMap"],[34,50,17,66],[35,2,19,15],[35,11,19,24,"CitizenCardScreen"],[35,28,19,41,"CitizenCardScreen"],[35,29,19,41,"_ref"],[35,33,19,41],[35,35,19,63],[36,4,19,63,"_s"],[36,6,19,63],[37,4,19,63],[37,8,19,44,"navigation"],[37,18,19,54],[37,21,19,54,"_ref"],[37,25,19,54],[37,26,19,44,"navigation"],[37,36,19,54],[38,4,20,2],[38,8,20,2,"_useState"],[38,17,20,2],[38,20,20,32],[38,24,20,32,"useState"],[38,30,20,40],[38,31,20,40,"useState"],[38,39,20,40],[38,41,20,41],[38,45,20,45],[38,46,20,46],[39,6,20,46,"_useState2"],[39,16,20,46],[39,23,20,46,"_slicedToArray"],[39,37,20,46],[39,38,20,46,"default"],[39,45,20,46],[39,47,20,46,"_useState"],[39,56,20,46],[40,6,20,9,"loading"],[40,13,20,16],[40,16,20,16,"_useState2"],[40,26,20,16],[41,6,20,18,"setLoading"],[41,16,20,28],[41,19,20,28,"_useState2"],[41,29,20,28],[42,4,21,2],[42,8,21,2,"_useState3"],[42,18,21,2],[42,21,21,32],[42,25,21,32,"useState"],[42,31,21,40],[42,32,21,40,"useState"],[42,40,21,40],[42,42,21,66],[42,46,21,70],[42,47,21,71],[43,6,21,71,"_useState4"],[43,16,21,71],[43,23,21,71,"_slicedToArray"],[43,37,21,71],[43,38,21,71,"default"],[43,45,21,71],[43,47,21,71,"_useState3"],[43,57,21,71],[44,6,21,9,"citizen"],[44,13,21,16],[44,16,21,16,"_useState4"],[44,26,21,16],[45,6,21,18,"setCitizen"],[45,16,21,28],[45,19,21,28,"_useState4"],[45,29,21,28],[46,4,23,2],[46,8,23,2,"useEffect"],[46,14,23,11],[46,15,23,11,"useEffect"],[46,24,23,11],[46,26,23,12],[46,38,23,18],[47,6,24,4,"loadCitizen"],[47,17,24,15],[47,18,24,16],[47,19,24,17],[48,4,25,2],[48,5,25,3],[48,7,25,5],[48,9,25,7],[48,10,25,8],[49,4,27,2],[49,8,27,8,"loadCitizen"],[49,19,27,19],[50,6,27,19],[50,10,27,19,"_ref2"],[50,15,27,19],[50,22,27,19,"_asyncToGenerator"],[50,39,27,19],[50,40,27,19,"default"],[50,47,27,19],[50,49,27,22],[50,62,27,34],[51,8,28,4],[51,12,28,8],[52,10,29,6],[52,14,29,12,"data"],[52,18,29,16],[52,27,29,25,"kycService"],[52,46,29,35],[52,47,29,35,"kycService"],[52,57,29,35],[52,58,29,36,"getCitizen"],[52,68,29,46],[52,69,29,47],[52,70,29,48],[53,10,30,6,"setCitizen"],[53,20,30,16],[53,21,30,17,"data"],[53,25,30,21],[53,26,30,22],[54,8,31,4],[54,9,31,5],[54,10,31,6],[54,17,31,13,"error"],[54,22,31,18],[54,24,31,20],[55,10,32,6,"console"],[55,17,32,13],[55,18,32,14,"error"],[55,23,32,19],[55,24,32,20],[55,54,32,50],[55,56,32,52,"error"],[55,61,32,57],[55,62,32,58],[56,8,33,4],[56,9,33,5],[56,18,33,14],[57,10,34,6,"setLoading"],[57,20,34,16],[57,21,34,17],[57,26,34,22],[57,27,34,23],[58,8,35,4],[59,6,36,2],[59,7,36,3],[60,6,36,3],[60,22,27,8,"loadCitizen"],[60,33,27,19,"loadCitizen"],[60,34,27,19],[61,8,27,19],[61,15,27,19,"_ref2"],[61,20,27,19],[61,21,27,19,"apply"],[61,26,27,19],[61,33,27,19,"arguments"],[61,42,27,19],[62,6,27,19],[63,4,27,19],[63,7,36,3],[64,4,38,2],[64,8,38,6,"loading"],[64,15,38,13],[64,17,38,15],[65,6,39,4],[65,26,40,6],[65,30,40,6,"_reactJsxDevRuntime"],[65,49,40,6],[65,50,40,6,"jsxDEV"],[65,56,40,6],[65,58,40,7,"_reactNative"],[65,70,40,19],[65,71,40,19,"SafeAreaView"],[65,83,40,19],[66,8,40,20,"style"],[66,13,40,25],[66,15,40,27,"styles"],[66,21,40,33],[66,22,40,34,"container"],[66,31,40,44],[67,8,40,44,"children"],[67,16,40,44],[67,31,41,8],[67,35,41,8,"_reactJsxDevRuntime"],[67,54,41,8],[67,55,41,8,"jsxDEV"],[67,61,41,8],[67,63,41,9,"_reactNative"],[67,75,41,26],[67,76,41,26,"ActivityIndicator"],[67,93,41,26],[68,10,41,27,"size"],[68,14,41,31],[68,16,41,32],[68,23,41,39],[69,10,41,40,"color"],[69,15,41,45],[69,17,41,47,"Colors"],[69,23,41,53],[69,24,41,53,"default"],[69,31,41,53],[69,32,41,54,"teal"],[70,8,41,59],[71,10,41,59,"fileName"],[71,18,41,59],[71,20,41,59,"_jsxFileName"],[71,32,41,59],[72,10,41,59,"lineNumber"],[72,20,41,59],[73,10,41,59,"columnNumber"],[73,22,41,59],[74,8,41,59],[74,15,41,61],[75,6,41,62],[76,8,41,62,"fileName"],[76,16,41,62],[76,18,41,62,"_jsxFileName"],[76,30,41,62],[77,8,41,62,"lineNumber"],[77,18,41,62],[78,8,41,62,"columnNumber"],[78,20,41,62],[79,6,41,62],[79,13,42,20],[79,14,42,21],[80,4,44,2],[81,4,46,2],[81,8,46,6],[81,9,46,7,"citizen"],[81,16,46,14],[81,18,46,16],[82,6,47,4],[82,26,48,6],[82,30,48,6,"_reactJsxDevRuntime"],[82,49,48,6],[82,50,48,6,"jsxDEV"],[82,56,48,6],[82,58,48,7,"_reactNative"],[82,70,48,19],[82,71,48,19,"SafeAreaView"],[82,83,48,19],[83,8,48,20,"style"],[83,13,48,25],[83,15,48,27,"styles"],[83,21,48,33],[83,22,48,34,"container"],[83,31,48,44],[84,8,48,44,"children"],[84,16,48,44],[84,32,49,8],[84,36,49,8,"_reactJsxDevRuntime"],[84,55,49,8],[84,56,49,8,"jsxDEV"],[84,62,49,8],[84,64,49,9,"_reactNative"],[84,76,49,13],[84,77,49,13,"Text"],[84,81,49,13],[85,10,49,14,"style"],[85,15,49,19],[85,17,49,21,"styles"],[85,23,49,27],[85,24,49,28,"errorText"],[85,33,49,38],[86,10,49,38,"children"],[86,18,49,38],[86,20,49,39],[87,8,49,60],[88,10,49,60,"fileName"],[88,18,49,60],[88,20,49,60,"_jsxFileName"],[88,32,49,60],[89,10,49,60,"lineNumber"],[89,20,49,60],[90,10,49,60,"columnNumber"],[90,22,49,60],[91,8,49,60],[91,15,49,66],[91,16,49,67],[91,31,50,8],[91,35,50,8,"_reactJsxDevRuntime"],[91,54,50,8],[91,55,50,8,"jsxDEV"],[91,61,50,8],[91,63,50,9,"_reactNative"],[91,75,50,25],[91,76,50,25,"TouchableOpacity"],[91,92,50,25],[92,10,51,10,"style"],[92,15,51,15],[92,17,51,17,"styles"],[92,23,51,23],[92,24,51,24,"button"],[92,30,51,31],[93,10,52,10,"onPress"],[93,17,52,17],[93,19,52,19],[93,28,52,10,"onPress"],[93,35,52,17,"onPress"],[93,36,52,17],[94,12,52,17],[94,19,52,25,"navigation"],[94,29,52,35],[94,30,52,36,"navigate"],[94,38,52,44],[94,39,52,45],[94,56,52,62],[94,57,52,63],[95,10,52,63],[95,11,52,64],[96,10,52,64,"children"],[96,18,52,64],[96,33,54,10],[96,37,54,10,"_reactJsxDevRuntime"],[96,56,54,10],[96,57,54,10,"jsxDEV"],[96,63,54,10],[96,65,54,11,"_reactNative"],[96,77,54,15],[96,78,54,15,"Text"],[96,82,54,15],[97,12,54,16,"style"],[97,17,54,21],[97,19,54,23,"styles"],[97,25,54,29],[97,26,54,30,"buttonText"],[97,36,54,41],[98,12,54,41,"children"],[98,20,54,41],[98,22,54,42],[99,10,54,54],[100,12,54,54,"fileName"],[100,20,54,54],[100,22,54,54,"_jsxFileName"],[100,34,54,54],[101,12,54,54,"lineNumber"],[101,22,54,54],[102,12,54,54,"columnNumber"],[102,24,54,54],[103,10,54,54],[103,17,54,60],[104,8,54,61],[105,10,54,61,"fileName"],[105,18,54,61],[105,20,54,61,"_jsxFileName"],[105,32,54,61],[106,10,54,61,"lineNumber"],[106,20,54,61],[107,10,54,61,"columnNumber"],[107,22,54,61],[108,8,54,61],[108,15,55,26],[108,16,55,27],[109,6,55,27],[110,8,55,27,"fileName"],[110,16,55,27],[110,18,55,27,"_jsxFileName"],[110,30,55,27],[111,8,55,27,"lineNumber"],[111,18,55,27],[112,8,55,27,"columnNumber"],[112,20,55,27],[113,6,55,27],[113,13,56,20],[113,14,56,21],[114,4,58,2],[115,4,60,2],[115,8,60,8,"formatDate"],[115,18,60,18],[115,21,60,21],[115,30,60,8,"formatDate"],[115,40,60,18,"formatDate"],[115,41,60,22,"timestamp"],[115,50,60,39],[115,52,60,44],[116,6,61,4],[116,10,61,10,"date"],[116,14,61,14],[116,17,61,17],[116,21,61,21,"Date"],[116,25,61,25],[116,26,61,26,"timestamp"],[116,35,61,35],[116,36,61,36],[117,6,62,4],[117,13,62,11,"date"],[117,17,62,15],[117,18,62,16,"toLocaleDateString"],[117,36,62,34],[117,37,62,35],[117,44,62,42],[117,45,62,43],[118,4,63,2],[118,5,63,3],[119,4,65,2],[119,24,66,4],[119,28,66,4,"_reactJsxDevRuntime"],[119,47,66,4],[119,48,66,4,"jsxDEV"],[119,54,66,4],[119,56,66,5,"_reactNative"],[119,68,66,17],[119,69,66,17,"SafeAreaView"],[119,81,66,17],[120,6,66,18,"style"],[120,11,66,23],[120,13,66,25,"styles"],[120,19,66,31],[120,20,66,32,"container"],[120,29,66,42],[121,6,66,42,"children"],[121,14,66,42],[121,30,67,6],[121,34,67,6,"_reactJsxDevRuntime"],[121,53,67,6],[121,54,67,6,"jsxDEV"],[121,60,67,6],[121,62,67,7,"_reactNative"],[121,74,67,11],[121,75,67,11,"View"],[121,79,67,11],[122,8,67,12,"style"],[122,13,67,17],[122,15,67,19,"styles"],[122,21,67,25],[122,22,67,26,"header"],[122,28,67,33],[123,8,67,33,"children"],[123,16,67,33],[123,32,68,8],[123,36,68,8,"_reactJsxDevRuntime"],[123,55,68,8],[123,56,68,8,"jsxDEV"],[123,62,68,8],[123,64,68,9,"_reactNative"],[123,76,68,25],[123,77,68,25,"TouchableOpacity"],[123,93,68,25],[124,10,68,26,"onPress"],[124,17,68,33],[124,19,68,35],[124,28,68,26,"onPress"],[124,35,68,33,"onPress"],[124,36,68,33],[125,12,68,33],[125,19,68,41,"navigation"],[125,29,68,51],[125,30,68,52,"goBack"],[125,36,68,58],[125,37,68,59],[125,38,68,60],[126,10,68,60],[126,11,68,61],[127,10,68,62,"style"],[127,15,68,67],[127,17,68,69,"styles"],[127,23,68,75],[127,24,68,76,"backButton"],[127,34,68,87],[128,10,68,87,"children"],[128,18,68,87],[128,33,69,10],[128,37,69,10,"_reactJsxDevRuntime"],[128,56,69,10],[128,57,69,10,"jsxDEV"],[128,63,69,10],[128,65,69,11,"_expoVectorIcons"],[128,81,69,19],[128,82,69,19,"Ionicons"],[128,90,69,19],[129,12,69,20,"name"],[129,16,69,24],[129,18,69,25],[129,30,69,37],[130,12,69,38,"size"],[130,16,69,42],[130,18,69,44],[130,20,69,47],[131,12,69,48,"color"],[131,17,69,53],[131,19,69,55,"Colors"],[131,25,69,61],[131,26,69,61,"default"],[131,33,69,61],[131,34,69,62,"textDark"],[132,10,69,71],[133,12,69,71,"fileName"],[133,20,69,71],[133,22,69,71,"_jsxFileName"],[133,34,69,71],[134,12,69,71,"lineNumber"],[134,22,69,71],[135,12,69,71,"columnNumber"],[135,24,69,71],[136,10,69,71],[136,17,69,73],[137,8,69,74],[138,10,69,74,"fileName"],[138,18,69,74],[138,20,69,74,"_jsxFileName"],[138,32,69,74],[139,10,69,74,"lineNumber"],[139,20,69,74],[140,10,69,74,"columnNumber"],[140,22,69,74],[141,8,69,74],[141,15,70,26],[141,16,70,27],[141,31,71,8],[141,35,71,8,"_reactJsxDevRuntime"],[141,54,71,8],[141,55,71,8,"jsxDEV"],[141,61,71,8],[141,63,71,9,"_reactNative"],[141,75,71,13],[141,76,71,13,"Text"],[141,80,71,13],[142,10,71,14,"style"],[142,15,71,19],[142,17,71,21,"styles"],[142,23,71,27],[142,24,71,28,"headerTitle"],[142,35,71,40],[143,10,71,40,"children"],[143,18,71,40],[143,20,71,41],[144,8,71,58],[145,10,71,58,"fileName"],[145,18,71,58],[145,20,71,58,"_jsxFileName"],[145,32,71,58],[146,10,71,58,"lineNumber"],[146,20,71,58],[147,10,71,58,"columnNumber"],[147,22,71,58],[148,8,71,58],[148,15,71,64],[148,16,71,65],[148,31,72,8],[148,35,72,8,"_reactJsxDevRuntime"],[148,54,72,8],[148,55,72,8,"jsxDEV"],[148,61,72,8],[148,63,72,9,"_reactNative"],[148,75,72,25],[148,76,72,25,"TouchableOpacity"],[148,92,72,25],[149,10,72,26,"style"],[149,15,72,31],[149,17,72,33,"styles"],[149,23,72,39],[149,24,72,40,"shareButton"],[149,35,72,52],[150,10,72,52,"children"],[150,18,72,52],[150,33,73,10],[150,37,73,10,"_reactJsxDevRuntime"],[150,56,73,10],[150,57,73,10,"jsxDEV"],[150,63,73,10],[150,65,73,11,"_expoVectorIcons"],[150,81,73,19],[150,82,73,19,"Ionicons"],[150,90,73,19],[151,12,73,20,"name"],[151,16,73,24],[151,18,73,25],[151,33,73,40],[152,12,73,41,"size"],[152,16,73,45],[152,18,73,47],[152,20,73,50],[153,12,73,51,"color"],[153,17,73,56],[153,19,73,58,"Colors"],[153,25,73,64],[153,26,73,64,"default"],[153,33,73,64],[153,34,73,65,"textDark"],[154,10,73,74],[155,12,73,74,"fileName"],[155,20,73,74],[155,22,73,74,"_jsxFileName"],[155,34,73,74],[156,12,73,74,"lineNumber"],[156,22,73,74],[157,12,73,74,"columnNumber"],[157,24,73,74],[158,10,73,74],[158,17,73,76],[159,8,73,77],[160,10,73,77,"fileName"],[160,18,73,77],[160,20,73,77,"_jsxFileName"],[160,32,73,77],[161,10,73,77,"lineNumber"],[161,20,73,77],[162,10,73,77,"columnNumber"],[162,22,73,77],[163,8,73,77],[163,15,74,26],[163,16,74,27],[164,6,74,27],[165,8,74,27,"fileName"],[165,16,74,27],[165,18,74,27,"_jsxFileName"],[165,30,74,27],[166,8,74,27,"lineNumber"],[166,18,74,27],[167,8,74,27,"columnNumber"],[167,20,74,27],[168,6,74,27],[168,13,75,12],[168,14,75,13],[168,29,77,6],[168,33,77,6,"_reactJsxDevRuntime"],[168,52,77,6],[168,53,77,6,"jsxDEV"],[168,59,77,6],[168,61,77,7,"_reactNative"],[168,73,77,17],[168,74,77,17,"ScrollView"],[168,84,77,17],[169,8,77,18,"style"],[169,13,77,23],[169,15,77,25,"styles"],[169,21,77,31],[169,22,77,32,"content"],[169,29,77,40],[170,8,77,41,"showsVerticalScrollIndicator"],[170,36,77,69],[170,38,77,71],[170,43,77,77],[171,8,77,77,"children"],[171,16,77,77],[171,32,79,8],[171,36,79,8,"_reactJsxDevRuntime"],[171,55,79,8],[171,56,79,8,"jsxDEV"],[171,62,79,8],[171,64,79,9,"_reactNative"],[171,76,79,13],[171,77,79,13,"View"],[171,81,79,13],[172,10,79,14,"style"],[172,15,79,19],[172,17,79,21,"styles"],[172,23,79,27],[172,24,79,28,"card"],[172,28,79,33],[173,10,79,33,"children"],[173,18,79,33],[173,34,81,10],[173,38,81,10,"_reactJsxDevRuntime"],[173,57,81,10],[173,58,81,10,"jsxDEV"],[173,64,81,10],[173,66,81,11,"_reactNative"],[173,78,81,15],[173,79,81,15,"View"],[173,83,81,15],[174,12,81,16,"style"],[174,17,81,21],[174,19,81,23,"styles"],[174,25,81,29],[174,26,81,30,"cardHeader"],[174,36,81,41],[175,12,81,41,"children"],[175,20,81,41],[175,36,82,12],[175,40,82,12,"_reactJsxDevRuntime"],[175,59,82,12],[175,60,82,12,"jsxDEV"],[175,66,82,12],[175,68,82,13,"_reactNative"],[175,80,82,17],[175,81,82,17,"Text"],[175,85,82,17],[176,14,82,18,"style"],[176,19,82,23],[176,21,82,25,"styles"],[176,27,82,31],[176,28,82,32,"headerText1"],[176,39,82,44],[177,14,82,44,"children"],[177,22,82,44],[177,24,82,45],[178,12,82,62],[179,14,82,62,"fileName"],[179,22,82,62],[179,24,82,62,"_jsxFileName"],[179,36,82,62],[180,14,82,62,"lineNumber"],[180,24,82,62],[181,14,82,62,"columnNumber"],[181,26,82,62],[182,12,82,62],[182,19,82,68],[182,20,82,69],[182,35,83,12],[182,39,83,12,"_reactJsxDevRuntime"],[182,58,83,12],[182,59,83,12,"jsxDEV"],[182,65,83,12],[182,67,83,13,"_reactNative"],[182,79,83,17],[182,80,83,17,"Text"],[182,84,83,17],[183,14,83,18,"style"],[183,19,83,23],[183,21,83,25,"styles"],[183,27,83,31],[183,28,83,32,"headerText2"],[183,39,83,44],[184,14,83,44,"children"],[184,22,83,44],[184,24,83,45],[185,12,83,54],[186,14,83,54,"fileName"],[186,22,83,54],[186,24,83,54,"_jsxFileName"],[186,36,83,54],[187,14,83,54,"lineNumber"],[187,24,83,54],[188,14,83,54,"columnNumber"],[188,26,83,54],[189,12,83,54],[189,19,83,60],[189,20,83,61],[190,10,83,61],[191,12,83,61,"fileName"],[191,20,83,61],[191,22,83,61,"_jsxFileName"],[191,34,83,61],[192,12,83,61,"lineNumber"],[192,22,83,61],[193,12,83,61,"columnNumber"],[193,24,83,61],[194,10,83,61],[194,17,84,16],[194,18,84,17],[194,33,87,10],[194,37,87,10,"_reactJsxDevRuntime"],[194,56,87,10],[194,57,87,10,"jsxDEV"],[194,63,87,10],[194,65,87,11,"_reactNative"],[194,77,87,15],[194,78,87,15,"View"],[194,82,87,15],[195,12,87,16,"style"],[195,17,87,21],[195,19,87,23,"styles"],[195,25,87,29],[195,26,87,30,"cardBody"],[195,34,87,39],[196,12,87,39,"children"],[196,20,87,39],[196,36,89,12],[196,40,89,12,"_reactJsxDevRuntime"],[196,59,89,12],[196,60,89,12,"jsxDEV"],[196,66,89,12],[196,68,89,13,"_reactNative"],[196,80,89,17],[196,81,89,17,"View"],[196,85,89,17],[197,14,89,18,"style"],[197,19,89,23],[197,21,89,25,"styles"],[197,27,89,31],[197,28,89,32,"topSection"],[197,38,89,43],[198,14,89,43,"children"],[198,22,89,43],[198,38,91,14],[198,42,91,14,"_reactJsxDevRuntime"],[198,61,91,14],[198,62,91,14,"jsxDEV"],[198,68,91,14],[198,70,91,15,"_reactNative"],[198,82,91,19],[198,83,91,19,"View"],[198,87,91,19],[199,16,91,20,"style"],[199,21,91,25],[199,23,91,27,"styles"],[199,29,91,33],[199,30,91,34,"photoContainer"],[199,44,91,49],[200,16,91,49,"children"],[200,24,91,49],[200,26,92,17,"citizen"],[200,33,92,24],[200,34,92,25,"photo"],[200,39,92,30],[200,55,93,18],[200,59,93,18,"_reactJsxDevRuntime"],[200,78,93,18],[200,79,93,18,"jsxDEV"],[200,85,93,18],[200,87,93,19,"_reactNative"],[200,99,93,24],[200,100,93,24,"Image"],[200,105,93,24],[201,18,93,25,"source"],[201,24,93,31],[201,26,93,33],[202,20,93,35,"uri"],[202,23,93,38],[202,25,93,40,"citizen"],[202,32,93,47],[202,33,93,48,"photo"],[203,18,93,54],[203,19,93,56],[204,18,93,57,"style"],[204,23,93,62],[204,25,93,64,"styles"],[204,31,93,70],[204,32,93,71,"photo"],[205,16,93,77],[206,18,93,77,"fileName"],[206,26,93,77],[206,28,93,77,"_jsxFileName"],[206,40,93,77],[207,18,93,77,"lineNumber"],[207,28,93,77],[208,18,93,77,"columnNumber"],[208,30,93,77],[209,16,93,77],[209,23,93,79],[209,24,93,80],[209,40,95,18],[209,44,95,18,"_reactJsxDevRuntime"],[209,63,95,18],[209,64,95,18,"jsxDEV"],[209,70,95,18],[209,72,95,19,"_reactNative"],[209,84,95,23],[209,85,95,23,"View"],[209,89,95,23],[210,18,95,24,"style"],[210,23,95,29],[210,25,95,31,"styles"],[210,31,95,37],[210,32,95,38,"photoPlaceholder"],[210,48,95,55],[211,18,95,55,"children"],[211,26,95,55],[211,41,96,20],[211,45,96,20,"_reactJsxDevRuntime"],[211,64,96,20],[211,65,96,20,"jsxDEV"],[211,71,96,20],[211,73,96,21,"_expoVectorIcons"],[211,89,96,29],[211,90,96,29,"Ionicons"],[211,98,96,29],[212,20,96,30,"name"],[212,24,96,34],[212,26,96,35],[212,34,96,43],[213,20,96,44,"size"],[213,24,96,48],[213,26,96,50],[213,28,96,53],[214,20,96,54,"color"],[214,25,96,59],[214,27,96,60],[215,18,96,66],[216,20,96,66,"fileName"],[216,28,96,66],[216,30,96,66,"_jsxFileName"],[216,42,96,66],[217,20,96,66,"lineNumber"],[217,30,96,66],[218,20,96,66,"columnNumber"],[218,32,96,66],[219,18,96,66],[219,25,96,68],[220,16,96,69],[221,18,96,69,"fileName"],[221,26,96,69],[221,28,96,69,"_jsxFileName"],[221,40,96,69],[222,18,96,69,"lineNumber"],[222,28,96,69],[223,18,96,69,"columnNumber"],[223,30,96,69],[224,16,96,69],[224,23,97,24],[225,14,98,17],[226,16,98,17,"fileName"],[226,24,98,17],[226,26,98,17,"_jsxFileName"],[226,38,98,17],[227,16,98,17,"lineNumber"],[227,26,98,17],[228,16,98,17,"columnNumber"],[228,28,98,17],[229,14,98,17],[229,21,99,20],[229,22,99,21],[229,37,102,14],[229,41,102,14,"_reactJsxDevRuntime"],[229,60,102,14],[229,61,102,14,"jsxDEV"],[229,67,102,14],[229,69,102,15,"_reactNative"],[229,81,102,19],[229,82,102,19,"View"],[229,86,102,19],[230,16,102,20,"style"],[230,21,102,25],[230,23,102,27,"styles"],[230,29,102,33],[230,30,102,34,"infoList"],[230,38,102,43],[231,16,102,43,"children"],[231,24,102,43],[231,40,103,16],[231,44,103,16,"_reactJsxDevRuntime"],[231,63,103,16],[231,64,103,16,"jsxDEV"],[231,70,103,16],[231,72,103,17,"_reactNative"],[231,84,103,21],[231,85,103,21,"View"],[231,89,103,21],[232,18,103,22,"style"],[232,23,103,27],[232,25,103,29,"styles"],[232,31,103,35],[232,32,103,36,"infoRow"],[232,39,103,44],[233,18,103,44,"children"],[233,26,103,44],[233,42,104,18],[233,46,104,18,"_reactJsxDevRuntime"],[233,65,104,18],[233,66,104,18,"jsxDEV"],[233,72,104,18],[233,74,104,19,"_reactNative"],[233,86,104,23],[233,87,104,23,"Text"],[233,91,104,23],[234,20,104,24,"style"],[234,25,104,29],[234,27,104,31,"styles"],[234,33,104,37],[234,34,104,38,"infoLabel"],[234,43,104,48],[235,20,104,48,"children"],[235,28,104,48],[235,30,104,49],[236,18,104,57],[237,20,104,57,"fileName"],[237,28,104,57],[237,30,104,57,"_jsxFileName"],[237,42,104,57],[238,20,104,57,"lineNumber"],[238,30,104,57],[239,20,104,57,"columnNumber"],[239,32,104,57],[240,18,104,57],[240,25,104,63],[240,26,104,64],[240,41,105,18],[240,45,105,18,"_reactJsxDevRuntime"],[240,64,105,18],[240,65,105,18,"jsxDEV"],[240,71,105,18],[240,73,105,19,"_reactNative"],[240,85,105,23],[240,86,105,23,"Text"],[240,90,105,23],[241,20,105,24,"style"],[241,25,105,29],[241,27,105,31,"styles"],[241,33,105,37],[241,34,105,38,"infoValue"],[241,43,105,48],[242,20,105,48,"children"],[242,28,105,48],[242,30,105,50,"citizen"],[242,37,105,57],[242,38,105,58,"fullName"],[243,18,105,66],[244,20,105,66,"fileName"],[244,28,105,66],[244,30,105,66,"_jsxFileName"],[244,42,105,66],[245,20,105,66,"lineNumber"],[245,30,105,66],[246,20,105,66,"columnNumber"],[246,32,105,66],[247,18,105,66],[247,25,105,73],[247,26,105,74],[248,16,105,74],[249,18,105,74,"fileName"],[249,26,105,74],[249,28,105,74,"_jsxFileName"],[249,40,105,74],[250,18,105,74,"lineNumber"],[250,28,105,74],[251,18,105,74,"columnNumber"],[251,30,105,74],[252,16,105,74],[252,23,106,22],[252,24,106,23],[252,26,108,17,"citizen"],[252,33,108,24],[252,34,108,25,"fatherName"],[252,44,108,35],[252,61,109,18],[252,65,109,18,"_reactJsxDevRuntime"],[252,84,109,18],[252,85,109,18,"jsxDEV"],[252,91,109,18],[252,93,109,19,"_reactNative"],[252,105,109,23],[252,106,109,23,"View"],[252,110,109,23],[253,18,109,24,"style"],[253,23,109,29],[253,25,109,31,"styles"],[253,31,109,37],[253,32,109,38,"infoRow"],[253,39,109,46],[254,18,109,46,"children"],[254,26,109,46],[254,42,110,20],[254,46,110,20,"_reactJsxDevRuntime"],[254,65,110,20],[254,66,110,20,"jsxDEV"],[254,72,110,20],[254,74,110,21,"_reactNative"],[254,86,110,25],[254,87,110,25,"Text"],[254,91,110,25],[255,20,110,26,"style"],[255,25,110,31],[255,27,110,33,"styles"],[255,33,110,39],[255,34,110,40,"infoLabel"],[255,43,110,50],[256,20,110,50,"children"],[256,28,110,50],[256,30,110,51],[257,18,110,61],[258,20,110,61,"fileName"],[258,28,110,61],[258,30,110,61,"_jsxFileName"],[258,42,110,61],[259,20,110,61,"lineNumber"],[259,30,110,61],[260,20,110,61,"columnNumber"],[260,32,110,61],[261,18,110,61],[261,25,110,67],[261,26,110,68],[261,41,111,20],[261,45,111,20,"_reactJsxDevRuntime"],[261,64,111,20],[261,65,111,20,"jsxDEV"],[261,71,111,20],[261,73,111,21,"_reactNative"],[261,85,111,25],[261,86,111,25,"Text"],[261,90,111,25],[262,20,111,26,"style"],[262,25,111,31],[262,27,111,33,"styles"],[262,33,111,39],[262,34,111,40,"infoValue"],[262,43,111,50],[263,20,111,50,"children"],[263,28,111,50],[263,30,111,52,"citizen"],[263,37,111,59],[263,38,111,60,"fatherName"],[264,18,111,70],[265,20,111,70,"fileName"],[265,28,111,70],[265,30,111,70,"_jsxFileName"],[265,42,111,70],[266,20,111,70,"lineNumber"],[266,30,111,70],[267,20,111,70,"columnNumber"],[267,32,111,70],[268,18,111,70],[268,25,111,77],[268,26,111,78],[269,16,111,78],[270,18,111,78,"fileName"],[270,26,111,78],[270,28,111,78,"_jsxFileName"],[270,40,111,78],[271,18,111,78,"lineNumber"],[271,28,111,78],[272,18,111,78,"columnNumber"],[272,30,111,78],[273,16,111,78],[273,23,112,24],[273,24,113,17],[273,26,115,17,"citizen"],[273,33,115,24],[273,34,115,25,"grandfatherName"],[273,49,115,40],[273,66,116,18],[273,70,116,18,"_reactJsxDevRuntime"],[273,89,116,18],[273,90,116,18,"jsxDEV"],[273,96,116,18],[273,98,116,19,"_reactNative"],[273,110,116,23],[273,111,116,23,"View"],[273,115,116,23],[274,18,116,24,"style"],[274,23,116,29],[274,25,116,31,"styles"],[274,31,116,37],[274,32,116,38,"infoRow"],[274,39,116,46],[275,18,116,46,"children"],[275,26,116,46],[275,42,117,20],[275,46,117,20,"_reactJsxDevRuntime"],[275,65,117,20],[275,66,117,20,"jsxDEV"],[275,72,117,20],[275,74,117,21,"_reactNative"],[275,86,117,25],[275,87,117,25,"Text"],[275,91,117,25],[276,20,117,26,"style"],[276,25,117,31],[276,27,117,33,"styles"],[276,33,117,39],[276,34,117,40,"infoLabel"],[276,43,117,50],[277,20,117,50,"children"],[277,28,117,50],[277,30,117,51],[278,18,117,68],[279,20,117,68,"fileName"],[279,28,117,68],[279,30,117,68,"_jsxFileName"],[279,42,117,68],[280,20,117,68,"lineNumber"],[280,30,117,68],[281,20,117,68,"columnNumber"],[281,32,117,68],[282,18,117,68],[282,25,117,74],[282,26,117,75],[282,41,118,20],[282,45,118,20,"_reactJsxDevRuntime"],[282,64,118,20],[282,65,118,20,"jsxDEV"],[282,71,118,20],[282,73,118,21,"_reactNative"],[282,85,118,25],[282,86,118,25,"Text"],[282,90,118,25],[283,20,118,26,"style"],[283,25,118,31],[283,27,118,33,"styles"],[283,33,118,39],[283,34,118,40,"infoValue"],[283,43,118,50],[284,20,118,50,"children"],[284,28,118,50],[284,30,118,52,"citizen"],[284,37,118,59],[284,38,118,60,"grandfatherName"],[285,18,118,75],[286,20,118,75,"fileName"],[286,28,118,75],[286,30,118,75,"_jsxFileName"],[286,42,118,75],[287,20,118,75,"lineNumber"],[287,30,118,75],[288,20,118,75,"columnNumber"],[288,32,118,75],[289,18,118,75],[289,25,118,82],[289,26,118,83],[290,16,118,83],[291,18,118,83,"fileName"],[291,26,118,83],[291,28,118,83,"_jsxFileName"],[291,40,118,83],[292,18,118,83,"lineNumber"],[292,28,118,83],[293,18,118,83,"columnNumber"],[293,30,118,83],[294,16,118,83],[294,23,119,24],[294,24,120,17],[294,26,122,17,"citizen"],[294,33,122,24],[294,34,122,25,"greatGrandfatherName"],[294,54,122,45],[294,71,123,18],[294,75,123,18,"_reactJsxDevRuntime"],[294,94,123,18],[294,95,123,18,"jsxDEV"],[294,101,123,18],[294,103,123,19,"_reactNative"],[294,115,123,23],[294,116,123,23,"View"],[294,120,123,23],[295,18,123,24,"style"],[295,23,123,29],[295,25,123,31,"styles"],[295,31,123,37],[295,32,123,38,"infoRow"],[295,39,123,46],[296,18,123,46,"children"],[296,26,123,46],[296,42,124,20],[296,46,124,20,"_reactJsxDevRuntime"],[296,65,124,20],[296,66,124,20,"jsxDEV"],[296,72,124,20],[296,74,124,21,"_reactNative"],[296,86,124,25],[296,87,124,25,"Text"],[296,91,124,25],[297,20,124,26,"style"],[297,25,124,31],[297,27,124,33,"styles"],[297,33,124,39],[297,34,124,40,"infoLabel"],[297,43,124,50],[298,20,124,50,"children"],[298,28,124,50],[298,30,124,51],[299,18,124,76],[300,20,124,76,"fileName"],[300,28,124,76],[300,30,124,76,"_jsxFileName"],[300,42,124,76],[301,20,124,76,"lineNumber"],[301,30,124,76],[302,20,124,76,"columnNumber"],[302,32,124,76],[303,18,124,76],[303,25,124,82],[303,26,124,83],[303,41,125,20],[303,45,125,20,"_reactJsxDevRuntime"],[303,64,125,20],[303,65,125,20,"jsxDEV"],[303,71,125,20],[303,73,125,21,"_reactNative"],[303,85,125,25],[303,86,125,25,"Text"],[303,90,125,25],[304,20,125,26,"style"],[304,25,125,31],[304,27,125,33,"styles"],[304,33,125,39],[304,34,125,40,"infoValue"],[304,43,125,50],[305,20,125,50,"children"],[305,28,125,50],[305,30,125,52,"citizen"],[305,37,125,59],[305,38,125,60,"greatGrandfatherName"],[306,18,125,80],[307,20,125,80,"fileName"],[307,28,125,80],[307,30,125,80,"_jsxFileName"],[307,42,125,80],[308,20,125,80,"lineNumber"],[308,30,125,80],[309,20,125,80,"columnNumber"],[309,32,125,80],[310,18,125,80],[310,25,125,87],[310,26,125,88],[311,16,125,88],[312,18,125,88,"fileName"],[312,26,125,88],[312,28,125,88,"_jsxFileName"],[312,40,125,88],[313,18,125,88,"lineNumber"],[313,28,125,88],[314,18,125,88,"columnNumber"],[314,30,125,88],[315,16,125,88],[315,23,126,24],[315,24,127,17],[315,26,129,17,"citizen"],[315,33,129,24],[315,34,129,25,"motherName"],[315,44,129,35],[315,61,130,18],[315,65,130,18,"_reactJsxDevRuntime"],[315,84,130,18],[315,85,130,18,"jsxDEV"],[315,91,130,18],[315,93,130,19,"_reactNative"],[315,105,130,23],[315,106,130,23,"View"],[315,110,130,23],[316,18,130,24,"style"],[316,23,130,29],[316,25,130,31,"styles"],[316,31,130,37],[316,32,130,38,"infoRow"],[316,39,130,46],[317,18,130,46,"children"],[317,26,130,46],[317,42,131,20],[317,46,131,20,"_reactJsxDevRuntime"],[317,65,131,20],[317,66,131,20,"jsxDEV"],[317,72,131,20],[317,74,131,21,"_reactNative"],[317,86,131,25],[317,87,131,25,"Text"],[317,91,131,25],[318,20,131,26,"style"],[318,25,131,31],[318,27,131,33,"styles"],[318,33,131,39],[318,34,131,40,"infoLabel"],[318,43,131,50],[319,20,131,50,"children"],[319,28,131,50],[319,30,131,51],[320,18,131,61],[321,20,131,61,"fileName"],[321,28,131,61],[321,30,131,61,"_jsxFileName"],[321,42,131,61],[322,20,131,61,"lineNumber"],[322,30,131,61],[323,20,131,61,"columnNumber"],[323,32,131,61],[324,18,131,61],[324,25,131,67],[324,26,131,68],[324,41,132,20],[324,45,132,20,"_reactJsxDevRuntime"],[324,64,132,20],[324,65,132,20,"jsxDEV"],[324,71,132,20],[324,73,132,21,"_reactNative"],[324,85,132,25],[324,86,132,25,"Text"],[324,90,132,25],[325,20,132,26,"style"],[325,25,132,31],[325,27,132,33,"styles"],[325,33,132,39],[325,34,132,40,"infoValue"],[325,43,132,50],[326,20,132,50,"children"],[326,28,132,50],[326,30,132,52,"citizen"],[326,37,132,59],[326,38,132,60,"motherName"],[327,18,132,70],[328,20,132,70,"fileName"],[328,28,132,70],[328,30,132,70,"_jsxFileName"],[328,42,132,70],[329,20,132,70,"lineNumber"],[329,30,132,70],[330,20,132,70,"columnNumber"],[330,32,132,70],[331,18,132,70],[331,25,132,77],[331,26,132,78],[332,16,132,78],[333,18,132,78,"fileName"],[333,26,132,78],[333,28,132,78,"_jsxFileName"],[333,40,132,78],[334,18,132,78,"lineNumber"],[334,28,132,78],[335,18,132,78,"columnNumber"],[335,30,132,78],[336,16,132,78],[336,23,133,24],[336,24,134,17],[336,39,136,16],[336,43,136,16,"_reactJsxDevRuntime"],[336,62,136,16],[336,63,136,16,"jsxDEV"],[336,69,136,16],[336,71,136,17,"_reactNative"],[336,83,136,21],[336,84,136,21,"View"],[336,88,136,21],[337,18,136,22,"style"],[337,23,136,27],[337,25,136,29,"styles"],[337,31,136,35],[337,32,136,36,"infoRow"],[337,39,136,44],[338,18,136,44,"children"],[338,26,136,44],[338,42,137,18],[338,46,137,18,"_reactJsxDevRuntime"],[338,65,137,18],[338,66,137,18,"jsxDEV"],[338,72,137,18],[338,74,137,19,"_reactNative"],[338,86,137,23],[338,87,137,23,"Text"],[338,91,137,23],[339,20,137,24,"style"],[339,25,137,29],[339,27,137,31,"styles"],[339,33,137,37],[339,34,137,38,"infoLabel"],[339,43,137,48],[340,20,137,48,"children"],[340,28,137,48],[340,30,137,49],[341,18,137,64],[342,20,137,64,"fileName"],[342,28,137,64],[342,30,137,64,"_jsxFileName"],[342,42,137,64],[343,20,137,64,"lineNumber"],[343,30,137,64],[344,20,137,64,"columnNumber"],[344,32,137,64],[345,18,137,64],[345,25,137,70],[345,26,137,71],[345,41,138,18],[345,45,138,18,"_reactJsxDevRuntime"],[345,64,138,18],[345,65,138,18,"jsxDEV"],[345,71,138,18],[345,73,138,19,"_reactNative"],[345,85,138,23],[345,86,138,23,"Text"],[345,90,138,23],[346,20,138,24,"style"],[346,25,138,29],[346,27,138,31,"styles"],[346,33,138,37],[346,34,138,38,"infoValue"],[346,43,138,48],[347,20,138,48,"children"],[347,28,138,48],[347,30,139,21,"citizen"],[347,37,139,28],[347,38,139,29,"maritalStatus"],[347,51,139,42],[347,56,139,47],[347,65,139,56],[347,68,139,59],[347,76,139,67],[347,79,139,70],[348,18,139,80],[349,20,139,80,"fileName"],[349,28,139,80],[349,30,139,80,"_jsxFileName"],[349,42,139,80],[350,20,139,80,"lineNumber"],[350,30,139,80],[351,20,139,80,"columnNumber"],[351,32,139,80],[352,18,139,80],[352,25,140,24],[352,26,140,25],[353,16,140,25],[354,18,140,25,"fileName"],[354,26,140,25],[354,28,140,25,"_jsxFileName"],[354,40,140,25],[355,18,140,25,"lineNumber"],[355,28,140,25],[356,18,140,25,"columnNumber"],[356,30,140,25],[357,16,140,25],[357,23,141,22],[357,24,141,23],[357,26,143,17,"citizen"],[357,33,143,24],[357,34,143,25,"maritalStatus"],[357,47,143,38],[357,52,143,43],[357,61,143,52],[357,65,143,56,"citizen"],[357,72,143,63],[357,73,143,64,"spouseName"],[357,83,143,74],[357,100,144,18],[357,104,144,18,"_reactJsxDevRuntime"],[357,123,144,18],[357,124,144,18,"jsxDEV"],[357,130,144,18],[357,132,144,19,"_reactNative"],[357,144,144,23],[357,145,144,23,"View"],[357,149,144,23],[358,18,144,24,"style"],[358,23,144,29],[358,25,144,31,"styles"],[358,31,144,37],[358,32,144,38,"infoRow"],[358,39,144,46],[359,18,144,46,"children"],[359,26,144,46],[359,42,145,20],[359,46,145,20,"_reactJsxDevRuntime"],[359,65,145,20],[359,66,145,20,"jsxDEV"],[359,72,145,20],[359,74,145,21,"_reactNative"],[359,86,145,25],[359,87,145,25,"Text"],[359,91,145,25],[360,20,145,26,"style"],[360,25,145,31],[360,27,145,33,"styles"],[360,33,145,39],[360,34,145,40,"infoLabel"],[360,43,145,50],[361,20,145,50,"children"],[361,28,145,50],[361,30,145,51],[362,18,145,64],[363,20,145,64,"fileName"],[363,28,145,64],[363,30,145,64,"_jsxFileName"],[363,42,145,64],[364,20,145,64,"lineNumber"],[364,30,145,64],[365,20,145,64,"columnNumber"],[365,32,145,64],[366,18,145,64],[366,25,145,70],[366,26,145,71],[366,41,146,20],[366,45,146,20,"_reactJsxDevRuntime"],[366,64,146,20],[366,65,146,20,"jsxDEV"],[366,71,146,20],[366,73,146,21,"_reactNative"],[366,85,146,25],[366,86,146,25,"Text"],[366,90,146,25],[367,20,146,26,"style"],[367,25,146,31],[367,27,146,33,"styles"],[367,33,146,39],[367,34,146,40,"infoValue"],[367,43,146,50],[368,20,146,50,"children"],[368,28,146,50],[368,30,146,52,"citizen"],[368,37,146,59],[368,38,146,60,"spouseName"],[369,18,146,70],[370,20,146,70,"fileName"],[370,28,146,70],[370,30,146,70,"_jsxFileName"],[370,42,146,70],[371,20,146,70,"lineNumber"],[371,30,146,70],[372,20,146,70,"columnNumber"],[372,32,146,70],[373,18,146,70],[373,25,146,77],[373,26,146,78],[374,16,146,78],[375,18,146,78,"fileName"],[375,26,146,78],[375,28,146,78,"_jsxFileName"],[375,40,146,78],[376,18,146,78,"lineNumber"],[376,28,146,78],[377,18,146,78,"columnNumber"],[377,30,146,78],[378,16,146,78],[378,23,147,24],[378,24,148,17],[378,26,150,17,"citizen"],[378,33,150,24],[378,34,150,25,"children"],[378,42,150,33],[378,46,150,37,"citizen"],[378,53,150,44],[378,54,150,45,"children"],[378,62,150,53],[378,63,150,54,"length"],[378,69,150,60],[378,72,150,63],[378,73,150,64],[378,90,151,18],[378,94,151,18,"_reactJsxDevRuntime"],[378,113,151,18],[378,114,151,18,"jsxDEV"],[378,120,151,18],[378,122,151,19,"_reactNative"],[378,134,151,23],[378,135,151,23,"View"],[378,139,151,23],[379,18,151,24,"style"],[379,23,151,29],[379,25,151,31,"styles"],[379,31,151,37],[379,32,151,38,"infoRow"],[379,39,151,46],[380,18,151,46,"children"],[380,26,151,46],[380,42,152,20],[380,46,152,20,"_reactJsxDevRuntime"],[380,65,152,20],[380,66,152,20,"jsxDEV"],[380,72,152,20],[380,74,152,21,"_reactNative"],[380,86,152,25],[380,87,152,25,"Text"],[380,91,152,25],[381,20,152,26,"style"],[381,25,152,31],[381,27,152,33,"styles"],[381,33,152,39],[381,34,152,40,"infoLabel"],[381,43,152,50],[382,20,152,50,"children"],[382,28,152,50],[382,30,152,51],[383,18,152,65],[384,20,152,65,"fileName"],[384,28,152,65],[384,30,152,65,"_jsxFileName"],[384,42,152,65],[385,20,152,65,"lineNumber"],[385,30,152,65],[386,20,152,65,"columnNumber"],[386,32,152,65],[387,18,152,65],[387,25,152,71],[387,26,152,72],[387,41,153,20],[387,45,153,20,"_reactJsxDevRuntime"],[387,64,153,20],[387,65,153,20,"jsxDEV"],[387,71,153,20],[387,73,153,21,"_reactNative"],[387,85,153,25],[387,86,153,25,"Text"],[387,90,153,25],[388,20,153,26,"style"],[388,25,153,31],[388,27,153,33,"styles"],[388,33,153,39],[388,34,153,40,"infoValue"],[388,43,153,50],[389,20,153,50,"children"],[389,28,153,50],[389,30,153,52,"citizen"],[389,37,153,59],[389,38,153,60,"children"],[389,46,153,68],[389,47,153,69,"length"],[390,18,153,75],[391,20,153,75,"fileName"],[391,28,153,75],[391,30,153,75,"_jsxFileName"],[391,42,153,75],[392,20,153,75,"lineNumber"],[392,30,153,75],[393,20,153,75,"columnNumber"],[393,32,153,75],[394,18,153,75],[394,25,153,82],[394,26,153,83],[395,16,153,83],[396,18,153,83,"fileName"],[396,26,153,83],[396,28,153,83,"_jsxFileName"],[396,40,153,83],[397,18,153,83,"lineNumber"],[397,28,153,83],[398,18,153,83,"columnNumber"],[398,30,153,83],[399,16,153,83],[399,23,154,24],[399,24,155,17],[400,14,155,17],[401,16,155,17,"fileName"],[401,24,155,17],[401,26,155,17,"_jsxFileName"],[401,38,155,17],[402,16,155,17,"lineNumber"],[402,26,155,17],[403,16,155,17,"columnNumber"],[403,28,155,17],[404,14,155,17],[404,21,156,20],[404,22,156,21],[405,12,156,21],[406,14,156,21,"fileName"],[406,22,156,21],[406,24,156,21,"_jsxFileName"],[406,36,156,21],[407,14,156,21,"lineNumber"],[407,24,156,21],[408,14,156,21,"columnNumber"],[408,26,156,21],[409,12,156,21],[409,19,157,18],[409,20,157,19],[409,35,160,12],[409,39,160,12,"_reactJsxDevRuntime"],[409,58,160,12],[409,59,160,12,"jsxDEV"],[409,65,160,12],[409,67,160,13,"_reactNative"],[409,79,160,17],[409,80,160,17,"View"],[409,84,160,17],[410,14,160,18,"style"],[410,19,160,23],[410,21,160,25,"styles"],[410,27,160,31],[410,28,160,32,"sunContainer"],[410,40,160,45],[411,14,160,45,"children"],[411,22,160,45],[411,37,161,14],[411,41,161,14,"_reactJsxDevRuntime"],[411,60,161,14],[411,61,161,14,"jsxDEV"],[411,67,161,14],[411,69,161,15,"_expoVectorIcons"],[411,85,161,23],[411,86,161,23,"Ionicons"],[411,94,161,23],[412,16,161,24,"name"],[412,20,161,28],[412,22,161,29],[412,29,161,36],[413,16,161,37,"size"],[413,20,161,41],[413,22,161,43],[413,24,161,46],[414,16,161,47,"color"],[414,21,161,52],[414,23,161,53],[415,14,161,62],[416,16,161,62,"fileName"],[416,24,161,62],[416,26,161,62,"_jsxFileName"],[416,38,161,62],[417,16,161,62,"lineNumber"],[417,26,161,62],[418,16,161,62,"columnNumber"],[418,28,161,62],[419,14,161,62],[419,21,161,64],[420,12,161,65],[421,14,161,65,"fileName"],[421,22,161,65],[421,24,161,65,"_jsxFileName"],[421,36,161,65],[422,14,161,65,"lineNumber"],[422,24,161,65],[423,14,161,65,"columnNumber"],[423,26,161,65],[424,12,161,65],[424,19,162,18],[424,20,162,19],[424,35,165,12],[424,39,165,12,"_reactJsxDevRuntime"],[424,58,165,12],[424,59,165,12,"jsxDEV"],[424,65,165,12],[424,67,165,13,"_reactNative"],[424,79,165,17],[424,80,165,17,"View"],[424,84,165,17],[425,14,165,18,"style"],[425,19,165,23],[425,21,165,25,"styles"],[425,27,165,31],[425,28,165,32,"middleSection"],[425,41,165,46],[426,14,165,46,"children"],[426,22,165,46],[426,38,166,14],[426,42,166,14,"_reactJsxDevRuntime"],[426,61,166,14],[426,62,166,14,"jsxDEV"],[426,68,166,14],[426,70,166,15,"_reactNative"],[426,82,166,19],[426,83,166,19,"View"],[426,87,166,19],[427,16,166,20,"style"],[427,21,166,25],[427,23,166,27,"styles"],[427,29,166,33],[427,30,166,34,"regionRow"],[427,39,166,44],[428,16,166,44,"children"],[428,24,166,44],[428,40,167,16],[428,44,167,16,"_reactJsxDevRuntime"],[428,63,167,16],[428,64,167,16,"jsxDEV"],[428,70,167,16],[428,72,167,17,"_reactNative"],[428,84,167,21],[428,85,167,21,"Text"],[428,89,167,21],[429,18,167,22,"style"],[429,23,167,27],[429,25,167,29,"styles"],[429,31,167,35],[429,32,167,36,"regionLabel"],[429,43,167,48],[430,18,167,48,"children"],[430,26,167,48],[430,28,167,49],[431,16,167,61],[432,18,167,61,"fileName"],[432,26,167,61],[432,28,167,61,"_jsxFileName"],[432,40,167,61],[433,18,167,61,"lineNumber"],[433,28,167,61],[434,18,167,61,"columnNumber"],[434,30,167,61],[435,16,167,61],[435,23,167,67],[435,24,167,68],[435,39,168,16],[435,43,168,16,"_reactJsxDevRuntime"],[435,62,168,16],[435,63,168,16,"jsxDEV"],[435,69,168,16],[435,71,168,17,"_reactNative"],[435,83,168,21],[435,84,168,21,"Text"],[435,88,168,21],[436,18,168,22,"style"],[436,23,168,27],[436,25,168,29,"styles"],[436,31,168,35],[436,32,168,36,"regionValue"],[436,43,168,48],[437,18,168,48,"children"],[437,26,168,48],[437,28,168,50,"REGION_LABELS"],[437,37,168,63],[437,38,168,63,"REGION_LABELS"],[437,51,168,63],[437,52,168,64,"citizen"],[437,59,168,71],[437,60,168,72,"region"],[437,66,168,78],[437,67,168,79],[437,68,168,80,"en"],[438,16,168,82],[439,18,168,82,"fileName"],[439,26,168,82],[439,28,168,82,"_jsxFileName"],[439,40,168,82],[440,18,168,82,"lineNumber"],[440,28,168,82],[441,18,168,82,"columnNumber"],[441,30,168,82],[442,16,168,82],[442,23,168,89],[442,24,168,90],[443,14,168,90],[444,16,168,90,"fileName"],[444,24,168,90],[444,26,168,90,"_jsxFileName"],[444,38,168,90],[445,16,168,90,"lineNumber"],[445,26,168,90],[446,16,168,90,"columnNumber"],[446,28,168,90],[447,14,168,90],[447,21,169,20],[447,22,169,21],[447,37,171,14],[447,41,171,14,"_reactJsxDevRuntime"],[447,60,171,14],[447,61,171,14,"jsxDEV"],[447,67,171,14],[447,69,171,15,"_reactNative"],[447,81,171,19],[447,82,171,19,"View"],[447,86,171,19],[448,16,171,20,"style"],[448,21,171,25],[448,23,171,27,"styles"],[448,29,171,33],[448,30,171,34,"citizenIdRow"],[448,42,171,47],[449,16,171,47,"children"],[449,24,171,47],[449,40,172,16],[449,44,172,16,"_reactJsxDevRuntime"],[449,63,172,16],[449,64,172,16,"jsxDEV"],[449,70,172,16],[449,72,172,17,"_reactNative"],[449,84,172,21],[449,85,172,21,"Text"],[449,89,172,21],[450,18,172,22,"style"],[450,23,172,27],[450,25,172,29,"styles"],[450,31,172,35],[450,32,172,36,"citizenIdLabel"],[450,46,172,51],[451,18,172,51,"children"],[451,26,172,51],[451,28,172,52],[452,16,172,79],[453,18,172,79,"fileName"],[453,26,172,79],[453,28,172,79,"_jsxFileName"],[453,40,172,79],[454,18,172,79,"lineNumber"],[454,28,172,79],[455,18,172,79,"columnNumber"],[455,30,172,79],[456,16,172,79],[456,23,172,85],[456,24,172,86],[456,39,173,16],[456,43,173,16,"_reactJsxDevRuntime"],[456,62,173,16],[456,63,173,16,"jsxDEV"],[456,69,173,16],[456,71,173,17,"_reactNative"],[456,83,173,21],[456,84,173,21,"Text"],[456,88,173,21],[457,18,173,22,"style"],[457,23,173,27],[457,25,173,29,"styles"],[457,31,173,35],[457,32,173,36,"citizenIdValue"],[457,46,173,51],[458,18,173,51,"children"],[458,26,173,51],[458,28,173,53,"citizen"],[458,35,173,60],[458,36,173,61,"citizenId"],[459,16,173,70],[460,18,173,70,"fileName"],[460,26,173,70],[460,28,173,70,"_jsxFileName"],[460,40,173,70],[461,18,173,70,"lineNumber"],[461,28,173,70],[462,18,173,70,"columnNumber"],[462,30,173,70],[463,16,173,70],[463,23,173,77],[463,24,173,78],[464,14,173,78],[465,16,173,78,"fileName"],[465,24,173,78],[465,26,173,78,"_jsxFileName"],[465,38,173,78],[466,16,173,78,"lineNumber"],[466,26,173,78],[467,16,173,78,"columnNumber"],[467,28,173,78],[468,14,173,78],[468,21,174,20],[468,22,174,21],[469,12,174,21],[470,14,174,21,"fileName"],[470,22,174,21],[470,24,174,21,"_jsxFileName"],[470,36,174,21],[471,14,174,21,"lineNumber"],[471,24,174,21],[472,14,174,21,"columnNumber"],[472,26,174,21],[473,12,174,21],[473,19,175,18],[473,20,175,19],[474,10,175,19],[475,12,175,19,"fileName"],[475,20,175,19],[475,22,175,19,"_jsxFileName"],[475,34,175,19],[476,12,175,19,"lineNumber"],[476,22,175,19],[477,12,175,19,"columnNumber"],[477,24,175,19],[478,10,175,19],[478,17,176,16],[478,18,176,17],[478,33,179,10],[478,37,179,10,"_reactJsxDevRuntime"],[478,56,179,10],[478,57,179,10,"jsxDEV"],[478,63,179,10],[478,65,179,11,"_reactNative"],[478,77,179,15],[478,78,179,15,"View"],[478,82,179,15],[479,12,179,16,"style"],[479,17,179,21],[479,19,179,23,"styles"],[479,25,179,29],[479,26,179,30,"cardFooter"],[479,36,179,41],[480,12,179,41,"children"],[480,20,179,41],[480,36,180,12],[480,40,180,12,"_reactJsxDevRuntime"],[480,59,180,12],[480,60,180,12,"jsxDEV"],[480,66,180,12],[480,68,180,13,"_reactNative"],[480,80,180,17],[480,81,180,17,"View"],[480,85,180,17],[481,14,180,18,"style"],[481,19,180,23],[481,21,180,25,"styles"],[481,27,180,31],[481,28,180,32,"footerLeft"],[481,38,180,43],[482,14,180,43,"children"],[482,22,180,43],[482,38,181,14],[482,42,181,14,"_reactJsxDevRuntime"],[482,61,181,14],[482,62,181,14,"jsxDEV"],[482,68,181,14],[482,70,181,15,"_reactNative"],[482,82,181,19],[482,83,181,19,"View"],[482,87,181,19],[483,16,181,20,"style"],[483,21,181,25],[483,23,181,27,"styles"],[483,29,181,33],[483,30,181,34,"footerRow"],[483,39,181,44],[484,16,181,44,"children"],[484,24,181,44],[484,40,182,16],[484,44,182,16,"_reactJsxDevRuntime"],[484,63,182,16],[484,64,182,16,"jsxDEV"],[484,70,182,16],[484,72,182,17,"_reactNative"],[484,84,182,21],[484,85,182,21,"Text"],[484,89,182,21],[485,18,182,22,"style"],[485,23,182,27],[485,25,182,29,"styles"],[485,31,182,35],[485,32,182,36,"footerLabel"],[485,43,182,48],[486,18,182,48,"children"],[486,26,182,48],[486,28,182,49],[487,16,182,75],[488,18,182,75,"fileName"],[488,26,182,75],[488,28,182,75,"_jsxFileName"],[488,40,182,75],[489,18,182,75,"lineNumber"],[489,28,182,75],[490,18,182,75,"columnNumber"],[490,30,182,75],[491,16,182,75],[491,23,182,81],[491,24,182,82],[491,39,183,16],[491,43,183,16,"_reactJsxDevRuntime"],[491,62,183,16],[491,63,183,16,"jsxDEV"],[491,69,183,16],[491,71,183,17,"_reactNative"],[491,83,183,21],[491,84,183,21,"Text"],[491,88,183,21],[492,18,183,22,"style"],[492,23,183,27],[492,25,183,29,"styles"],[492,31,183,35],[492,32,183,36,"footerValue"],[492,43,183,48],[493,18,183,48,"children"],[493,26,183,48],[493,28,183,50,"citizen"],[493,35,183,57],[493,36,183,58,"citizenId"],[493,45,183,67],[493,46,183,68,"replace"],[493,53,183,75],[493,54,183,76],[493,58,183,80],[493,60,183,82],[493,62,183,84],[494,16,183,85],[495,18,183,85,"fileName"],[495,26,183,85],[495,28,183,85,"_jsxFileName"],[495,40,183,85],[496,18,183,85,"lineNumber"],[496,28,183,85],[497,18,183,85,"columnNumber"],[497,30,183,85],[498,16,183,85],[498,23,183,92],[498,24,183,93],[499,14,183,93],[500,16,183,93,"fileName"],[500,24,183,93],[500,26,183,93,"_jsxFileName"],[500,38,183,93],[501,16,183,93,"lineNumber"],[501,26,183,93],[502,16,183,93,"columnNumber"],[502,28,183,93],[503,14,183,93],[503,21,184,20],[503,22,184,21],[503,37,186,14],[503,41,186,14,"_reactJsxDevRuntime"],[503,60,186,14],[503,61,186,14,"jsxDEV"],[503,67,186,14],[503,69,186,15,"_reactNative"],[503,81,186,19],[503,82,186,19,"View"],[503,86,186,19],[504,16,186,20,"style"],[504,21,186,25],[504,23,186,27,"styles"],[504,29,186,33],[504,30,186,34,"footerRow"],[504,39,186,44],[505,16,186,44,"children"],[505,24,186,44],[505,40,187,16],[505,44,187,16,"_reactJsxDevRuntime"],[505,63,187,16],[505,64,187,16,"jsxDEV"],[505,70,187,16],[505,72,187,17,"_reactNative"],[505,84,187,21],[505,85,187,21,"Text"],[505,89,187,21],[506,18,187,22,"style"],[506,23,187,27],[506,25,187,29,"styles"],[506,31,187,35],[506,32,187,36,"footerLabel"],[506,43,187,48],[507,18,187,48,"children"],[507,26,187,48],[507,28,187,49],[508,16,187,72],[509,18,187,72,"fileName"],[509,26,187,72],[509,28,187,72,"_jsxFileName"],[509,40,187,72],[510,18,187,72,"lineNumber"],[510,28,187,72],[511,18,187,72,"columnNumber"],[511,30,187,72],[512,16,187,72],[512,23,187,78],[512,24,187,79],[512,39,188,16],[512,43,188,16,"_reactJsxDevRuntime"],[512,62,188,16],[512,63,188,16,"jsxDEV"],[512,69,188,16],[512,71,188,17,"_reactNative"],[512,83,188,21],[512,84,188,21,"Text"],[512,88,188,21],[513,18,188,22,"style"],[513,23,188,27],[513,25,188,29,"styles"],[513,31,188,35],[513,32,188,36,"footerValue"],[513,43,188,48],[514,18,188,48,"children"],[514,26,188,48],[514,28,188,50,"citizen"],[514,35,188,57],[514,36,188,58,"qrCode"],[514,42,188,64],[514,43,188,65,"substring"],[514,52,188,74],[514,53,188,75],[514,54,188,76],[514,56,188,78],[514,58,188,80],[515,16,188,81],[516,18,188,81,"fileName"],[516,26,188,81],[516,28,188,81,"_jsxFileName"],[516,40,188,81],[517,18,188,81,"lineNumber"],[517,28,188,81],[518,18,188,81,"columnNumber"],[518,30,188,81],[519,16,188,81],[519,23,188,88],[519,24,188,89],[520,14,188,89],[521,16,188,89,"fileName"],[521,24,188,89],[521,26,188,89,"_jsxFileName"],[521,38,188,89],[522,16,188,89,"lineNumber"],[522,26,188,89],[523,16,188,89,"columnNumber"],[523,28,188,89],[524,14,188,89],[524,21,189,20],[524,22,189,21],[524,37,191,14],[524,41,191,14,"_reactJsxDevRuntime"],[524,60,191,14],[524,61,191,14,"jsxDEV"],[524,67,191,14],[524,69,191,15,"_reactNative"],[524,81,191,19],[524,82,191,19,"View"],[524,86,191,19],[525,16,191,20,"style"],[525,21,191,25],[525,23,191,27,"styles"],[525,29,191,33],[525,30,191,34,"footerRow"],[525,39,191,44],[526,16,191,44,"children"],[526,24,191,44],[526,40,192,16],[526,44,192,16,"_reactJsxDevRuntime"],[526,63,192,16],[526,64,192,16,"jsxDEV"],[526,70,192,16],[526,72,192,17,"_reactNative"],[526,84,192,21],[526,85,192,21,"Text"],[526,89,192,21],[527,18,192,22,"style"],[527,23,192,27],[527,25,192,29,"styles"],[527,31,192,35],[527,32,192,36,"footerLabel"],[527,43,192,48],[528,18,192,48,"children"],[528,26,192,48],[528,28,192,49],[529,16,192,62],[530,18,192,62,"fileName"],[530,26,192,62],[530,28,192,62,"_jsxFileName"],[530,40,192,62],[531,18,192,62,"lineNumber"],[531,28,192,62],[532,18,192,62,"columnNumber"],[532,30,192,62],[533,16,192,62],[533,23,192,68],[533,24,192,69],[533,39,193,16],[533,43,193,16,"_reactJsxDevRuntime"],[533,62,193,16],[533,63,193,16,"jsxDEV"],[533,69,193,16],[533,71,193,17,"_reactNative"],[533,83,193,21],[533,84,193,21,"Text"],[533,88,193,21],[534,18,193,22,"style"],[534,23,193,27],[534,25,193,29,"styles"],[534,31,193,35],[534,32,193,36,"footerValue"],[534,43,193,48],[535,18,193,48,"children"],[535,26,193,48],[535,28,193,50,"formatDate"],[535,38,193,60],[535,39,193,61,"citizen"],[535,46,193,68],[535,47,193,69,"approvedAt"],[535,57,193,79],[536,16,193,80],[537,18,193,80,"fileName"],[537,26,193,80],[537,28,193,80,"_jsxFileName"],[537,40,193,80],[538,18,193,80,"lineNumber"],[538,28,193,80],[539,18,193,80,"columnNumber"],[539,30,193,80],[540,16,193,80],[540,23,193,87],[540,24,193,88],[541,14,193,88],[542,16,193,88,"fileName"],[542,24,193,88],[542,26,193,88,"_jsxFileName"],[542,38,193,88],[543,16,193,88,"lineNumber"],[543,26,193,88],[544,16,193,88,"columnNumber"],[544,28,193,88],[545,14,193,88],[545,21,194,20],[545,22,194,21],[546,12,194,21],[547,14,194,21,"fileName"],[547,22,194,21],[547,24,194,21,"_jsxFileName"],[547,36,194,21],[548,14,194,21,"lineNumber"],[548,24,194,21],[549,14,194,21,"columnNumber"],[549,26,194,21],[550,12,194,21],[550,19,195,18],[550,20,195,19],[550,35,197,12],[550,39,197,12,"_reactJsxDevRuntime"],[550,58,197,12],[550,59,197,12,"jsxDEV"],[550,65,197,12],[550,67,197,13,"_reactNative"],[550,79,197,17],[550,80,197,17,"View"],[550,84,197,17],[551,14,197,18,"style"],[551,19,197,23],[551,21,197,25,"styles"],[551,27,197,31],[551,28,197,32,"footerRight"],[551,39,197,44],[552,14,197,44,"children"],[552,22,197,44],[552,37,198,14],[552,41,198,14,"_reactJsxDevRuntime"],[552,60,198,14],[552,61,198,14,"jsxDEV"],[552,67,198,14],[552,69,198,15,"QRCode"],[552,75,198,21],[552,76,198,21,"default"],[552,83,198,21],[553,16,198,22,"value"],[553,21,198,27],[553,23,198,29,"citizen"],[553,30,198,36],[553,31,198,37,"qrCode"],[553,37,198,44],[554,16,198,45,"size"],[554,20,198,49],[554,22,198,51],[554,24,198,54],[555,16,198,55,"backgroundColor"],[555,31,198,70],[555,33,198,71],[555,46,198,84],[556,16,198,85,"color"],[556,21,198,90],[556,23,198,91],[557,14,198,100],[558,16,198,100,"fileName"],[558,24,198,100],[558,26,198,100,"_jsxFileName"],[558,38,198,100],[559,16,198,100,"lineNumber"],[559,26,198,100],[560,16,198,100,"columnNumber"],[560,28,198,100],[561,14,198,100],[561,21,198,102],[562,12,198,103],[563,14,198,103,"fileName"],[563,22,198,103],[563,24,198,103,"_jsxFileName"],[563,36,198,103],[564,14,198,103,"lineNumber"],[564,24,198,103],[565,14,198,103,"columnNumber"],[565,26,198,103],[566,12,198,103],[566,19,199,18],[566,20,199,19],[567,10,199,19],[568,12,199,19,"fileName"],[568,20,199,19],[568,22,199,19,"_jsxFileName"],[568,34,199,19],[569,12,199,19,"lineNumber"],[569,22,199,19],[570,12,199,19,"columnNumber"],[570,24,199,19],[571,10,199,19],[571,17,200,16],[571,18,200,17],[572,8,200,17],[573,10,200,17,"fileName"],[573,18,200,17],[573,20,200,17,"_jsxFileName"],[573,32,200,17],[574,10,200,17,"lineNumber"],[574,20,200,17],[575,10,200,17,"columnNumber"],[575,22,200,17],[576,8,200,17],[576,15,201,14],[576,16,201,15],[576,31,204,8],[576,35,204,8,"_reactJsxDevRuntime"],[576,54,204,8],[576,55,204,8,"jsxDEV"],[576,61,204,8],[576,63,204,9,"_reactNative"],[576,75,204,13],[576,76,204,13,"View"],[576,80,204,13],[577,10,204,14,"style"],[577,15,204,19],[577,17,204,21,"styles"],[577,23,204,27],[577,24,204,28,"statusBadge"],[577,35,204,40],[578,10,204,40,"children"],[578,18,204,40],[578,34,205,10],[578,38,205,10,"_reactJsxDevRuntime"],[578,57,205,10],[578,58,205,10,"jsxDEV"],[578,64,205,10],[578,66,205,11,"_expoVectorIcons"],[578,82,205,19],[578,83,205,19,"Ionicons"],[578,91,205,19],[579,12,205,20,"name"],[579,16,205,24],[579,18,205,25],[579,36,205,43],[580,12,205,44,"size"],[580,16,205,48],[580,18,205,50],[580,20,205,53],[581,12,205,54,"color"],[581,17,205,59],[581,19,205,61,"Colors"],[581,25,205,67],[581,26,205,67,"default"],[581,33,205,67],[581,34,205,68,"mint"],[582,10,205,73],[583,12,205,73,"fileName"],[583,20,205,73],[583,22,205,73,"_jsxFileName"],[583,34,205,73],[584,12,205,73,"lineNumber"],[584,22,205,73],[585,12,205,73,"columnNumber"],[585,24,205,73],[586,10,205,73],[586,17,205,75],[586,18,205,76],[586,33,206,10],[586,37,206,10,"_reactJsxDevRuntime"],[586,56,206,10],[586,57,206,10,"jsxDEV"],[586,63,206,10],[586,65,206,11,"_reactNative"],[586,77,206,15],[586,78,206,15,"Text"],[586,82,206,15],[587,12,206,16,"style"],[587,17,206,21],[587,19,206,23,"styles"],[587,25,206,29],[587,26,206,30,"statusText"],[587,36,206,41],[588,12,206,41,"children"],[588,20,206,41],[588,22,206,42],[589,10,206,68],[590,12,206,68,"fileName"],[590,20,206,68],[590,22,206,68,"_jsxFileName"],[590,34,206,68],[591,12,206,68,"lineNumber"],[591,22,206,68],[592,12,206,68,"columnNumber"],[592,24,206,68],[593,10,206,68],[593,17,206,74],[593,18,206,75],[594,8,206,75],[595,10,206,75,"fileName"],[595,18,206,75],[595,20,206,75,"_jsxFileName"],[595,32,206,75],[596,10,206,75,"lineNumber"],[596,20,206,75],[597,10,206,75,"columnNumber"],[597,22,206,75],[598,8,206,75],[598,15,207,14],[598,16,207,15],[598,31,210,8],[598,35,210,8,"_reactJsxDevRuntime"],[598,54,210,8],[598,55,210,8,"jsxDEV"],[598,61,210,8],[598,63,210,9,"_reactNative"],[598,75,210,13],[598,76,210,13,"Text"],[598,80,210,13],[599,10,210,14,"style"],[599,15,210,19],[599,17,210,21,"styles"],[599,23,210,27],[599,24,210,28,"infoText"],[599,32,210,37],[600,10,210,37,"children"],[600,18,210,37],[600,20,210,38],[601,8,212,8],[602,10,212,8,"fileName"],[602,18,212,8],[602,20,212,8,"_jsxFileName"],[602,32,212,8],[603,10,212,8,"lineNumber"],[603,20,212,8],[604,10,212,8,"columnNumber"],[604,22,212,8],[605,8,212,8],[605,15,212,14],[605,16,212,15],[605,31,215,8],[605,35,215,8,"_reactJsxDevRuntime"],[605,54,215,8],[605,55,215,8,"jsxDEV"],[605,61,215,8],[605,63,215,9,"_reactNative"],[605,75,215,13],[605,76,215,13,"View"],[605,80,215,13],[606,10,215,14,"style"],[606,15,215,19],[606,17,215,21,"styles"],[606,23,215,27],[606,24,215,28,"actions"],[606,31,215,36],[607,10,215,36,"children"],[607,18,215,36],[607,34,216,10],[607,38,216,10,"_reactJsxDevRuntime"],[607,57,216,10],[607,58,216,10,"jsxDEV"],[607,64,216,10],[607,66,216,11,"_reactNative"],[607,78,216,27],[607,79,216,27,"TouchableOpacity"],[607,95,216,27],[608,12,216,28,"style"],[608,17,216,33],[608,19,216,35,"styles"],[608,25,216,41],[608,26,216,42,"actionButton"],[608,38,216,55],[609,12,216,55,"children"],[609,20,216,55],[609,36,217,12],[609,40,217,12,"_reactJsxDevRuntime"],[609,59,217,12],[609,60,217,12,"jsxDEV"],[609,66,217,12],[609,68,217,13,"_expoVectorIcons"],[609,84,217,21],[609,85,217,21,"Ionicons"],[609,93,217,21],[610,14,217,22,"name"],[610,18,217,26],[610,20,217,27],[610,38,217,45],[611,14,217,46,"size"],[611,18,217,50],[611,20,217,52],[611,22,217,55],[612,14,217,56,"color"],[612,19,217,61],[612,21,217,63,"Colors"],[612,27,217,69],[612,28,217,69,"default"],[612,35,217,69],[612,36,217,70,"teal"],[613,12,217,75],[614,14,217,75,"fileName"],[614,22,217,75],[614,24,217,75,"_jsxFileName"],[614,36,217,75],[615,14,217,75,"lineNumber"],[615,24,217,75],[616,14,217,75,"columnNumber"],[616,26,217,75],[617,12,217,75],[617,19,217,77],[617,20,217,78],[617,35,218,12],[617,39,218,12,"_reactJsxDevRuntime"],[617,58,218,12],[617,59,218,12,"jsxDEV"],[617,65,218,12],[617,67,218,13,"_reactNative"],[617,79,218,17],[617,80,218,17,"Text"],[617,84,218,17],[618,14,218,18,"style"],[618,19,218,23],[618,21,218,25,"styles"],[618,27,218,31],[618,28,218,32,"actionText"],[618,38,218,43],[619,14,218,43,"children"],[619,22,218,43],[619,24,218,44],[620,12,218,52],[621,14,218,52,"fileName"],[621,22,218,52],[621,24,218,52,"_jsxFileName"],[621,36,218,52],[622,14,218,52,"lineNumber"],[622,24,218,52],[623,14,218,52,"columnNumber"],[623,26,218,52],[624,12,218,52],[624,19,218,58],[624,20,218,59],[625,10,218,59],[626,12,218,59,"fileName"],[626,20,218,59],[626,22,218,59,"_jsxFileName"],[626,34,218,59],[627,12,218,59,"lineNumber"],[627,22,218,59],[628,12,218,59,"columnNumber"],[628,24,218,59],[629,10,218,59],[629,17,219,28],[629,18,219,29],[629,33,221,10],[629,37,221,10,"_reactJsxDevRuntime"],[629,56,221,10],[629,57,221,10,"jsxDEV"],[629,63,221,10],[629,65,221,11,"_reactNative"],[629,77,221,27],[629,78,221,27,"TouchableOpacity"],[629,94,221,27],[630,12,221,28,"style"],[630,17,221,33],[630,19,221,35,"styles"],[630,25,221,41],[630,26,221,42,"actionButton"],[630,38,221,55],[631,12,221,55,"children"],[631,20,221,55],[631,36,222,12],[631,40,222,12,"_reactJsxDevRuntime"],[631,59,222,12],[631,60,222,12,"jsxDEV"],[631,66,222,12],[631,68,222,13,"_expoVectorIcons"],[631,84,222,21],[631,85,222,21,"Ionicons"],[631,93,222,21],[632,14,222,22,"name"],[632,18,222,26],[632,20,222,27],[632,37,222,44],[633,14,222,45,"size"],[633,18,222,49],[633,20,222,51],[633,22,222,54],[634,14,222,55,"color"],[634,19,222,60],[634,21,222,62,"Colors"],[634,27,222,68],[634,28,222,68,"default"],[634,35,222,68],[634,36,222,69,"teal"],[635,12,222,74],[636,14,222,74,"fileName"],[636,22,222,74],[636,24,222,74,"_jsxFileName"],[636,36,222,74],[637,14,222,74,"lineNumber"],[637,24,222,74],[638,14,222,74,"columnNumber"],[638,26,222,74],[639,12,222,74],[639,19,222,76],[639,20,222,77],[639,35,223,12],[639,39,223,12,"_reactJsxDevRuntime"],[639,58,223,12],[639,59,223,12,"jsxDEV"],[639,65,223,12],[639,67,223,13,"_reactNative"],[639,79,223,17],[639,80,223,17,"Text"],[639,84,223,17],[640,14,223,18,"style"],[640,19,223,23],[640,21,223,25,"styles"],[640,27,223,31],[640,28,223,32,"actionText"],[640,38,223,43],[641,14,223,43,"children"],[641,22,223,43],[641,24,223,44],[642,12,223,51],[643,14,223,51,"fileName"],[643,22,223,51],[643,24,223,51,"_jsxFileName"],[643,36,223,51],[644,14,223,51,"lineNumber"],[644,24,223,51],[645,14,223,51,"columnNumber"],[645,26,223,51],[646,12,223,51],[646,19,223,57],[646,20,223,58],[647,10,223,58],[648,12,223,58,"fileName"],[648,20,223,58],[648,22,223,58,"_jsxFileName"],[648,34,223,58],[649,12,223,58,"lineNumber"],[649,22,223,58],[650,12,223,58,"columnNumber"],[650,24,223,58],[651,10,223,58],[651,17,224,28],[651,18,224,29],[651,33,226,10],[651,37,226,10,"_reactJsxDevRuntime"],[651,56,226,10],[651,57,226,10,"jsxDEV"],[651,63,226,10],[651,65,226,11,"_reactNative"],[651,77,226,27],[651,78,226,27,"TouchableOpacity"],[651,94,226,27],[652,12,226,28,"style"],[652,17,226,33],[652,19,226,35,"styles"],[652,25,226,41],[652,26,226,42,"actionButton"],[652,38,226,55],[653,12,226,55,"children"],[653,20,226,55],[653,36,227,12],[653,40,227,12,"_reactJsxDevRuntime"],[653,59,227,12],[653,60,227,12,"jsxDEV"],[653,66,227,12],[653,68,227,13,"_expoVectorIcons"],[653,84,227,21],[653,85,227,21,"Ionicons"],[653,93,227,21],[654,14,227,22,"name"],[654,18,227,26],[654,20,227,27],[654,42,227,49],[655,14,227,50,"size"],[655,18,227,54],[655,20,227,56],[655,22,227,59],[656,14,227,60,"color"],[656,19,227,65],[656,21,227,67,"Colors"],[656,27,227,73],[656,28,227,73,"default"],[656,35,227,73],[656,36,227,74,"teal"],[657,12,227,79],[658,14,227,79,"fileName"],[658,22,227,79],[658,24,227,79,"_jsxFileName"],[658,36,227,79],[659,14,227,79,"lineNumber"],[659,24,227,79],[660,14,227,79,"columnNumber"],[660,26,227,79],[661,12,227,79],[661,19,227,81],[661,20,227,82],[661,35,228,12],[661,39,228,12,"_reactJsxDevRuntime"],[661,58,228,12],[661,59,228,12,"jsxDEV"],[661,65,228,12],[661,67,228,13,"_reactNative"],[661,79,228,17],[661,80,228,17,"Text"],[661,84,228,17],[662,14,228,18,"style"],[662,19,228,23],[662,21,228,25,"styles"],[662,27,228,31],[662,28,228,32,"actionText"],[662,38,228,43],[663,14,228,43,"children"],[663,22,228,43],[663,24,228,44],[664,12,228,49],[665,14,228,49,"fileName"],[665,22,228,49],[665,24,228,49,"_jsxFileName"],[665,36,228,49],[666,14,228,49,"lineNumber"],[666,24,228,49],[667,14,228,49,"columnNumber"],[667,26,228,49],[668,12,228,49],[668,19,228,55],[668,20,228,56],[669,10,228,56],[670,12,228,56,"fileName"],[670,20,228,56],[670,22,228,56,"_jsxFileName"],[670,34,228,56],[671,12,228,56,"lineNumber"],[671,22,228,56],[672,12,228,56,"columnNumber"],[672,24,228,56],[673,10,228,56],[673,17,229,28],[673,18,229,29],[674,8,229,29],[675,10,229,29,"fileName"],[675,18,229,29],[675,20,229,29,"_jsxFileName"],[675,32,229,29],[676,10,229,29,"lineNumber"],[676,20,229,29],[677,10,229,29,"columnNumber"],[677,22,229,29],[678,8,229,29],[678,15,230,14],[678,16,230,15],[679,6,230,15],[680,8,230,15,"fileName"],[680,16,230,15],[680,18,230,15,"_jsxFileName"],[680,30,230,15],[681,8,230,15,"lineNumber"],[681,18,230,15],[682,8,230,15,"columnNumber"],[682,20,230,15],[683,6,230,15],[683,13,231,18],[683,14,231,19],[684,4,231,19],[685,6,231,19,"fileName"],[685,14,231,19],[685,16,231,19,"_jsxFileName"],[685,28,231,19],[686,6,231,19,"lineNumber"],[686,16,231,19],[687,6,231,19,"columnNumber"],[687,18,231,19],[688,4,231,19],[688,11,232,18],[688,12,232,19],[689,2,234,0],[690,2,234,1,"_s"],[690,4,234,1],[690,5,19,24,"CitizenCardScreen"],[690,22,19,41],[691,2,19,41,"_c"],[691,4,19,41],[691,7,19,24,"CitizenCardScreen"],[691,24,19,41],[692,2,236,0],[692,6,236,6,"styles"],[692,12,236,12],[692,15,236,15,"StyleSheet"],[692,27,236,25],[692,28,236,25,"StyleSheet"],[692,38,236,25],[692,39,236,26,"create"],[692,45,236,32],[692,46,236,33],[693,4,237,2,"container"],[693,13,237,11],[693,15,237,13],[694,6,238,4,"flex"],[694,10,238,8],[694,12,238,10],[694,13,238,11],[695,6,239,4,"backgroundColor"],[695,21,239,19],[695,23,239,21,"Colors"],[695,29,239,27],[695,30,239,27,"default"],[695,37,239,27],[695,38,239,28,"background"],[696,4,240,2],[696,5,240,3],[697,4,241,2,"header"],[697,10,241,8],[697,12,241,10],[698,6,242,4,"flexDirection"],[698,19,242,17],[698,21,242,19],[698,26,242,24],[699,6,243,4,"alignItems"],[699,16,243,14],[699,18,243,16],[699,26,243,24],[700,6,244,4,"justifyContent"],[700,20,244,18],[700,22,244,20],[700,37,244,35],[701,6,245,4,"paddingHorizontal"],[701,23,245,21],[701,25,245,23,"Spacing"],[701,40,245,30],[701,41,245,30,"Spacing"],[701,48,245,30],[701,49,245,31,"xl"],[701,51,245,33],[702,6,246,4,"paddingVertical"],[702,21,246,19],[702,23,246,21,"Spacing"],[702,38,246,28],[702,39,246,28,"Spacing"],[702,46,246,28],[702,47,246,29,"lg"],[702,49,246,31],[703,6,247,4,"borderBottomWidth"],[703,23,247,21],[703,25,247,23],[703,26,247,24],[704,6,248,4,"borderBottomColor"],[704,23,248,21],[704,25,248,23],[705,4,249,2],[705,5,249,3],[706,4,250,2,"backButton"],[706,14,250,12],[706,16,250,14],[707,6,251,4,"width"],[707,11,251,9],[707,13,251,11],[707,15,251,13],[708,6,252,4,"height"],[708,12,252,10],[708,14,252,12],[708,16,252,14],[709,6,253,4,"borderRadius"],[709,18,253,16],[709,20,253,18],[709,22,253,20],[710,6,254,4,"backgroundColor"],[710,21,254,19],[710,23,254,21,"Colors"],[710,29,254,27],[710,30,254,27,"default"],[710,37,254,27],[710,38,254,28,"card"],[710,42,254,32],[711,6,255,4,"justifyContent"],[711,20,255,18],[711,22,255,20],[711,30,255,28],[712,6,256,4,"alignItems"],[712,16,256,14],[712,18,256,16],[713,4,257,2],[713,5,257,3],[714,4,258,2,"shareButton"],[714,15,258,13],[714,17,258,15],[715,6,259,4,"width"],[715,11,259,9],[715,13,259,11],[715,15,259,13],[716,6,260,4,"height"],[716,12,260,10],[716,14,260,12],[716,16,260,14],[717,6,261,4,"borderRadius"],[717,18,261,16],[717,20,261,18],[717,22,261,20],[718,6,262,4,"backgroundColor"],[718,21,262,19],[718,23,262,21,"Colors"],[718,29,262,27],[718,30,262,27,"default"],[718,37,262,27],[718,38,262,28,"card"],[718,42,262,32],[719,6,263,4,"justifyContent"],[719,20,263,18],[719,22,263,20],[719,30,263,28],[720,6,264,4,"alignItems"],[720,16,264,14],[720,18,264,16],[721,4,265,2],[721,5,265,3],[722,4,266,2,"headerTitle"],[722,15,266,13],[722,17,266,15],[723,6,267,4,"fontSize"],[723,14,267,12],[723,16,267,14,"Typography"],[723,31,267,24],[723,32,267,24,"Typography"],[723,42,267,24],[723,43,267,25,"sizes"],[723,48,267,30],[723,49,267,31,"large"],[723,54,267,36],[724,6,268,4,"fontWeight"],[724,16,268,14],[724,18,268,16,"Typography"],[724,33,268,26],[724,34,268,26,"Typography"],[724,44,268,26],[724,45,268,27,"weights"],[724,52,268,34],[724,53,268,35,"semibold"],[724,61,268,43],[725,6,269,4,"color"],[725,11,269,9],[725,13,269,11,"Colors"],[725,19,269,17],[725,20,269,17,"default"],[725,27,269,17],[725,28,269,18,"textDark"],[726,4,270,2],[726,5,270,3],[727,4,271,2,"content"],[727,11,271,9],[727,13,271,11],[728,6,272,4,"flex"],[728,10,272,8],[728,12,272,10],[728,13,272,11],[729,6,273,4,"padding"],[729,13,273,11],[729,15,273,13,"Spacing"],[729,30,273,20],[729,31,273,20,"Spacing"],[729,38,273,20],[729,39,273,21,"xl"],[730,4,274,2],[730,5,274,3],[731,4,275,2,"card"],[731,8,275,6],[731,10,275,6,"Object"],[731,16,275,6],[731,17,275,6,"assign"],[731,23,275,6],[732,6,276,4,"backgroundColor"],[732,21,276,19],[732,23,276,21],[732,32,276,30],[733,6,277,4,"borderRadius"],[733,18,277,16],[733,20,277,18,"BorderRadius"],[733,35,277,30],[733,36,277,30,"BorderRadius"],[733,48,277,30],[733,49,277,31,"xlarge"],[733,55,277,37],[734,6,278,4,"overflow"],[734,14,278,12],[734,16,278,14],[735,4,278,22],[735,7,279,7,"Shadow"],[735,22,279,13],[735,23,279,13,"Shadow"],[735,29,279,13],[735,30,279,14,"medium"],[735,36,279,20],[735,37,280,3],[736,4,281,2,"cardHeader"],[736,14,281,12],[736,16,281,14],[737,6,282,4,"backgroundColor"],[737,21,282,19],[737,23,282,21],[737,32,282,30],[738,6,282,32],[739,6,283,4,"paddingVertical"],[739,21,283,19],[739,23,283,21,"Spacing"],[739,38,283,28],[739,39,283,28,"Spacing"],[739,46,283,28],[739,47,283,29,"xl"],[739,49,283,31],[740,6,284,4,"alignItems"],[740,16,284,14],[740,18,284,16],[741,4,285,2],[741,5,285,3],[742,4,286,2,"headerText1"],[742,15,286,13],[742,17,286,15],[743,6,287,4,"fontSize"],[743,14,287,12],[743,16,287,14],[743,18,287,16],[744,6,288,4,"fontWeight"],[744,16,288,14],[744,18,288,16],[744,23,288,21],[745,6,289,4,"color"],[745,11,289,9],[745,13,289,11],[745,22,289,20],[746,6,289,22],[747,6,290,4,"letterSpacing"],[747,19,290,17],[747,21,290,19],[748,4,291,2],[748,5,291,3],[749,4,292,2,"headerText2"],[749,15,292,13],[749,17,292,15],[750,6,293,4,"fontSize"],[750,14,293,12],[750,16,293,14],[750,18,293,16],[751,6,294,4,"fontWeight"],[751,16,294,14],[751,18,294,16],[751,23,294,21],[752,6,295,4,"color"],[752,11,295,9],[752,13,295,11],[752,22,295,20],[753,6,296,4,"letterSpacing"],[753,19,296,17],[753,21,296,19],[753,22,296,20],[754,6,297,4,"marginTop"],[754,15,297,13],[754,17,297,15],[755,4,298,2],[755,5,298,3],[756,4,299,2,"cardBody"],[756,12,299,10],[756,14,299,12],[757,6,300,4,"backgroundColor"],[757,21,300,19],[757,23,300,21],[757,32,300,30],[758,6,301,4,"padding"],[758,13,301,11],[758,15,301,13,"Spacing"],[758,30,301,20],[758,31,301,20,"Spacing"],[758,38,301,20],[758,39,301,21,"lg"],[759,4,302,2],[759,5,302,3],[760,4,303,2,"topSection"],[760,14,303,12],[760,16,303,14],[761,6,304,4,"flexDirection"],[761,19,304,17],[761,21,304,19],[761,26,304,24],[762,6,305,4,"marginBottom"],[762,18,305,16],[762,20,305,18,"Spacing"],[762,35,305,25],[762,36,305,25,"Spacing"],[762,43,305,25],[762,44,305,26,"md"],[763,4,306,2],[763,5,306,3],[764,4,307,2,"photoContainer"],[764,18,307,16],[764,20,307,18],[765,6,308,4,"width"],[765,11,308,9],[765,13,308,11],[765,16,308,14],[766,6,309,4,"height"],[766,12,309,10],[766,14,309,12],[766,17,309,15],[767,6,310,4,"borderRadius"],[767,18,310,16],[767,20,310,18],[767,22,310,20],[768,6,311,4,"overflow"],[768,14,311,12],[768,16,311,14],[768,24,311,22],[769,6,312,4,"backgroundColor"],[769,21,312,19],[769,23,312,21],[769,32,312,30],[770,6,313,4,"marginRight"],[770,17,313,15],[770,19,313,17,"Spacing"],[770,34,313,24],[770,35,313,24,"Spacing"],[770,42,313,24],[770,43,313,25,"md"],[771,4,314,2],[771,5,314,3],[772,4,315,2,"photo"],[772,9,315,7],[772,11,315,9],[773,6,316,4,"width"],[773,11,316,9],[773,13,316,11],[773,19,316,17],[774,6,317,4,"height"],[774,12,317,10],[774,14,317,12],[775,4,318,2],[775,5,318,3],[776,4,319,2,"photoPlaceholder"],[776,20,319,18],[776,22,319,20],[777,6,320,4,"width"],[777,11,320,9],[777,13,320,11],[777,19,320,17],[778,6,321,4,"height"],[778,12,321,10],[778,14,321,12],[778,20,321,18],[779,6,322,4,"justifyContent"],[779,20,322,18],[779,22,322,20],[779,30,322,28],[780,6,323,4,"alignItems"],[780,16,323,14],[780,18,323,16],[780,26,323,24],[781,6,324,4,"backgroundColor"],[781,21,324,19],[781,23,324,21],[782,4,325,2],[782,5,325,3],[783,4,326,2,"infoList"],[783,12,326,10],[783,14,326,12],[784,6,327,4,"flex"],[784,10,327,8],[784,12,327,10],[785,4,328,2],[785,5,328,3],[786,4,329,2,"infoRow"],[786,11,329,9],[786,13,329,11],[787,6,330,4,"marginBottom"],[787,18,330,16],[787,20,330,18],[788,4,331,2],[788,5,331,3],[789,4,332,2,"infoLabel"],[789,13,332,11],[789,15,332,13],[790,6,333,4,"fontSize"],[790,14,333,12],[790,16,333,14],[790,17,333,15],[791,6,334,4,"fontWeight"],[791,16,334,14],[791,18,334,16],[791,23,334,21],[792,6,335,4,"color"],[792,11,335,9],[792,13,335,11],[792,19,335,17],[793,6,336,4,"letterSpacing"],[793,19,336,17],[793,21,336,19],[794,4,337,2],[794,5,337,3],[795,4,338,2,"infoValue"],[795,13,338,11],[795,15,338,13],[796,6,339,4,"fontSize"],[796,14,339,12],[796,16,339,14],[796,18,339,16],[797,6,340,4,"fontWeight"],[797,16,340,14],[797,18,340,16],[797,23,340,21],[798,6,341,4,"color"],[798,11,341,9],[798,13,341,11],[799,4,342,2],[799,5,342,3],[800,4,343,2,"sunContainer"],[800,16,343,14],[800,18,343,16],[801,6,344,4,"alignItems"],[801,16,344,14],[801,18,344,16],[801,26,344,24],[802,6,345,4,"marginVertical"],[802,20,345,18],[802,22,345,20,"Spacing"],[802,37,345,27],[802,38,345,27,"Spacing"],[802,45,345,27],[802,46,345,28,"md"],[803,4,346,2],[803,5,346,3],[804,4,347,2,"middleSection"],[804,17,347,15],[804,19,347,17],[805,6,348,4,"marginTop"],[805,15,348,13],[805,17,348,15,"Spacing"],[805,32,348,22],[805,33,348,22,"Spacing"],[805,40,348,22],[805,41,348,23,"sm"],[806,4,349,2],[806,5,349,3],[807,4,350,2,"regionRow"],[807,13,350,11],[807,15,350,13],[808,6,351,4,"marginBottom"],[808,18,351,16],[808,20,351,18,"Spacing"],[808,35,351,25],[808,36,351,25,"Spacing"],[808,43,351,25],[808,44,351,26,"sm"],[809,4,352,2],[809,5,352,3],[810,4,353,2,"regionLabel"],[810,15,353,13],[810,17,353,15],[811,6,354,4,"fontSize"],[811,14,354,12],[811,16,354,14],[811,18,354,16],[812,6,355,4,"fontWeight"],[812,16,355,14],[812,18,355,16],[812,23,355,21],[813,6,356,4,"color"],[813,11,356,9],[813,13,356,11],[814,4,357,2],[814,5,357,3],[815,4,358,2,"regionValue"],[815,15,358,13],[815,17,358,15],[816,6,359,4,"fontSize"],[816,14,359,12],[816,16,359,14],[816,18,359,16],[817,6,360,4,"fontWeight"],[817,16,360,14],[817,18,360,16],[817,23,360,21],[818,6,361,4,"color"],[818,11,361,9],[818,13,361,11],[819,4,362,2],[819,5,362,3],[820,4,363,2,"citizenIdRow"],[820,16,363,14],[820,18,363,16],[821,6,364,4,"marginTop"],[821,15,364,13],[821,17,364,15,"Spacing"],[821,32,364,22],[821,33,364,22,"Spacing"],[821,40,364,22],[821,41,364,23,"sm"],[822,4,365,2],[822,5,365,3],[823,4,366,2,"citizenIdLabel"],[823,18,366,16],[823,20,366,18],[824,6,367,4,"fontSize"],[824,14,367,12],[824,16,367,14],[824,18,367,16],[825,6,368,4,"fontWeight"],[825,16,368,14],[825,18,368,16],[825,23,368,21],[826,6,369,4,"color"],[826,11,369,9],[826,13,369,11],[827,4,370,2],[827,5,370,3],[828,4,371,2,"citizenIdValue"],[828,18,371,16],[828,20,371,18],[829,6,372,4,"fontSize"],[829,14,372,12],[829,16,372,14],[829,18,372,16],[830,6,373,4,"fontWeight"],[830,16,373,14],[830,18,373,16],[830,23,373,21],[831,6,374,4,"color"],[831,11,374,9],[831,13,374,11],[831,19,374,17],[832,6,375,4,"letterSpacing"],[832,19,375,17],[832,21,375,19],[833,4,376,2],[833,5,376,3],[834,4,377,2,"cardFooter"],[834,14,377,12],[834,16,377,14],[835,6,378,4,"backgroundColor"],[835,21,378,19],[835,23,378,21],[835,32,378,30],[836,6,378,32],[837,6,379,4,"flexDirection"],[837,19,379,17],[837,21,379,19],[837,26,379,24],[838,6,380,4,"padding"],[838,13,380,11],[838,15,380,13,"Spacing"],[838,30,380,20],[838,31,380,20,"Spacing"],[838,38,380,20],[838,39,380,21,"lg"],[838,41,380,23],[839,6,381,4,"justifyContent"],[839,20,381,18],[839,22,381,20],[840,4,382,2],[840,5,382,3],[841,4,383,2,"footerLeft"],[841,14,383,12],[841,16,383,14],[842,6,384,4,"flex"],[842,10,384,8],[842,12,384,10],[843,4,385,2],[843,5,385,3],[844,4,386,2,"footerRow"],[844,13,386,11],[844,15,386,13],[845,6,387,4,"marginBottom"],[845,18,387,16],[845,20,387,18],[846,4,388,2],[846,5,388,3],[847,4,389,2,"footerLabel"],[847,15,389,13],[847,17,389,15],[848,6,390,4,"fontSize"],[848,14,390,12],[848,16,390,14],[848,17,390,15],[849,6,391,4,"fontWeight"],[849,16,391,14],[849,18,391,16],[849,23,391,21],[850,6,392,4,"color"],[850,11,392,9],[850,13,392,11],[850,22,392,20],[851,6,393,4,"opacity"],[851,13,393,11],[851,15,393,13],[852,4,394,2],[852,5,394,3],[853,4,395,2,"footerValue"],[853,15,395,13],[853,17,395,15],[854,6,396,4,"fontSize"],[854,14,396,12],[854,16,396,14],[854,18,396,16],[855,6,397,4,"fontWeight"],[855,16,397,14],[855,18,397,16],[855,23,397,21],[856,6,398,4,"color"],[856,11,398,9],[856,13,398,11],[856,22,398,20],[856,23,398,22],[857,4,399,2],[857,5,399,3],[858,4,400,2,"footerRight"],[858,15,400,13],[858,17,400,15],[859,6,401,4,"justifyContent"],[859,20,401,18],[859,22,401,20],[859,30,401,28],[860,6,402,4,"alignItems"],[860,16,402,14],[860,18,402,16],[861,4,403,2],[861,5,403,3],[862,4,404,2,"statusBadge"],[862,15,404,13],[862,17,404,15],[863,6,405,4,"flexDirection"],[863,19,405,17],[863,21,405,19],[863,26,405,24],[864,6,406,4,"alignItems"],[864,16,406,14],[864,18,406,16],[864,26,406,24],[865,6,407,4,"justifyContent"],[865,20,407,18],[865,22,407,20],[865,30,407,28],[866,6,408,4,"backgroundColor"],[866,21,408,19],[866,23,408,21,"Colors"],[866,29,408,27],[866,30,408,27,"default"],[866,37,408,27],[866,38,408,28,"mint"],[866,42,408,32],[866,45,408,35],[866,49,408,39],[867,6,409,4,"padding"],[867,13,409,11],[867,15,409,13,"Spacing"],[867,30,409,20],[867,31,409,20,"Spacing"],[867,38,409,20],[867,39,409,21,"md"],[867,41,409,23],[868,6,410,4,"borderRadius"],[868,18,410,16],[868,20,410,18,"BorderRadius"],[868,35,410,30],[868,36,410,30,"BorderRadius"],[868,48,410,30],[868,49,410,31,"large"],[868,54,410,36],[869,6,411,4,"marginTop"],[869,15,411,13],[869,17,411,15,"Spacing"],[869,32,411,22],[869,33,411,22,"Spacing"],[869,40,411,22],[869,41,411,23,"xl"],[869,43,411,25],[870,6,412,4,"gap"],[870,9,412,7],[870,11,412,9,"Spacing"],[870,26,412,16],[870,27,412,16,"Spacing"],[870,34,412,16],[870,35,412,17,"sm"],[871,4,413,2],[871,5,413,3],[872,4,414,2,"statusText"],[872,14,414,12],[872,16,414,14],[873,6,415,4,"fontSize"],[873,14,415,12],[873,16,415,14,"Typography"],[873,31,415,24],[873,32,415,24,"Typography"],[873,42,415,24],[873,43,415,25,"sizes"],[873,48,415,30],[873,49,415,31,"medium"],[873,55,415,37],[874,6,416,4,"fontWeight"],[874,16,416,14],[874,18,416,16,"Typography"],[874,33,416,26],[874,34,416,26,"Typography"],[874,44,416,26],[874,45,416,27,"weights"],[874,52,416,34],[874,53,416,35,"semibold"],[874,61,416,43],[875,6,417,4,"color"],[875,11,417,9],[875,13,417,11,"Colors"],[875,19,417,17],[875,20,417,17,"default"],[875,27,417,17],[875,28,417,18,"mint"],[876,4,418,2],[876,5,418,3],[877,4,419,2,"infoText"],[877,12,419,10],[877,14,419,12],[878,6,420,4,"fontSize"],[878,14,420,12],[878,16,420,14,"Typography"],[878,31,420,24],[878,32,420,24,"Typography"],[878,42,420,24],[878,43,420,25,"sizes"],[878,48,420,30],[878,49,420,31,"small"],[878,54,420,36],[879,6,421,4,"color"],[879,11,421,9],[879,13,421,11,"Colors"],[879,19,421,17],[879,20,421,17,"default"],[879,27,421,17],[879,28,421,18,"textGray"],[879,36,421,26],[880,6,422,4,"textAlign"],[880,15,422,13],[880,17,422,15],[880,25,422,23],[881,6,423,4,"marginTop"],[881,15,423,13],[881,17,423,15,"Spacing"],[881,32,423,22],[881,33,423,22,"Spacing"],[881,40,423,22],[881,41,423,23,"lg"],[881,43,423,25],[882,6,424,4,"lineHeight"],[882,16,424,14],[882,18,424,16],[883,4,425,2],[883,5,425,3],[884,4,426,2,"actions"],[884,11,426,9],[884,13,426,11],[885,6,427,4,"flexDirection"],[885,19,427,17],[885,21,427,19],[885,26,427,24],[886,6,428,4,"justifyContent"],[886,20,428,18],[886,22,428,20],[886,36,428,34],[887,6,429,4,"marginTop"],[887,15,429,13],[887,17,429,15,"Spacing"],[887,32,429,22],[887,33,429,22,"Spacing"],[887,40,429,22],[887,41,429,23,"xl"],[887,43,429,25],[888,6,430,4,"marginBottom"],[888,18,430,16],[888,20,430,18,"Spacing"],[888,35,430,25],[888,36,430,25,"Spacing"],[888,43,430,25],[888,44,430,26,"xl"],[889,4,431,2],[889,5,431,3],[890,4,432,2,"actionButton"],[890,16,432,14],[890,18,432,16],[891,6,433,4,"alignItems"],[891,16,433,14],[891,18,433,16],[891,26,433,24],[892,6,434,4,"gap"],[892,9,434,7],[892,11,434,9,"Spacing"],[892,26,434,16],[892,27,434,16,"Spacing"],[892,34,434,16],[892,35,434,17,"sm"],[893,4,435,2],[893,5,435,3],[894,4,436,2,"actionText"],[894,14,436,12],[894,16,436,14],[895,6,437,4,"fontSize"],[895,14,437,12],[895,16,437,14,"Typography"],[895,31,437,24],[895,32,437,24,"Typography"],[895,42,437,24],[895,43,437,25,"sizes"],[895,48,437,30],[895,49,437,31,"small"],[895,54,437,36],[896,6,438,4,"color"],[896,11,438,9],[896,13,438,11,"Colors"],[896,19,438,17],[896,20,438,17,"default"],[896,27,438,17],[896,28,438,18,"teal"],[896,32,438,22],[897,6,439,4,"fontWeight"],[897,16,439,14],[897,18,439,16,"Typography"],[897,33,439,26],[897,34,439,26,"Typography"],[897,44,439,26],[897,45,439,27,"weights"],[897,52,439,34],[897,53,439,35,"medium"],[898,4,440,2],[898,5,440,3],[899,4,441,2,"errorText"],[899,13,441,11],[899,15,441,13],[900,6,442,4,"fontSize"],[900,14,442,12],[900,16,442,14,"Typography"],[900,31,442,24],[900,32,442,24,"Typography"],[900,42,442,24],[900,43,442,25,"sizes"],[900,48,442,30],[900,49,442,31,"medium"],[900,55,442,37],[901,6,443,4,"color"],[901,11,443,9],[901,13,443,11,"Colors"],[901,19,443,17],[901,20,443,17,"default"],[901,27,443,17],[901,28,443,18,"textGray"],[901,36,443,26],[902,6,444,4,"textAlign"],[902,15,444,13],[902,17,444,15],[903,4,445,2],[903,5,445,3],[904,4,446,2,"button"],[904,10,446,8],[904,12,446,10],[905,6,447,4,"backgroundColor"],[905,21,447,19],[905,23,447,21,"Colors"],[905,29,447,27],[905,30,447,27,"default"],[905,37,447,27],[905,38,447,28,"teal"],[905,42,447,32],[906,6,448,4,"paddingVertical"],[906,21,448,19],[906,23,448,21,"Spacing"],[906,38,448,28],[906,39,448,28,"Spacing"],[906,46,448,28],[906,47,448,29,"lg"],[906,49,448,31],[907,6,449,4,"paddingHorizontal"],[907,23,449,21],[907,25,449,23,"Spacing"],[907,40,449,30],[907,41,449,30,"Spacing"],[907,48,449,30],[907,49,449,31,"xxxl"],[907,53,449,35],[908,6,450,4,"borderRadius"],[908,18,450,16],[908,20,450,18,"BorderRadius"],[908,35,450,30],[908,36,450,30,"BorderRadius"],[908,48,450,30],[908,49,450,31,"xxlarge"],[908,56,450,38],[909,6,451,4,"marginTop"],[909,15,451,13],[909,17,451,15,"Spacing"],[909,32,451,22],[909,33,451,22,"Spacing"],[909,40,451,22],[909,41,451,23,"xl"],[910,4,452,2],[910,5,452,3],[911,4,453,2,"buttonText"],[911,14,453,12],[911,16,453,14],[912,6,454,4,"fontSize"],[912,14,454,12],[912,16,454,14,"Typography"],[912,31,454,24],[912,32,454,24,"Typography"],[912,42,454,24],[912,43,454,25,"sizes"],[912,48,454,30],[912,49,454,31,"medium"],[912,55,454,37],[913,6,455,4,"fontWeight"],[913,16,455,14],[913,18,455,16,"Typography"],[913,33,455,26],[913,34,455,26,"Typography"],[913,44,455,26],[913,45,455,27,"weights"],[913,52,455,34],[913,53,455,35,"semibold"],[913,61,455,43],[914,6,456,4,"color"],[914,11,456,9],[914,13,456,11],[915,4,457,2],[916,2,458,0],[916,3,458,1],[916,4,458,2],[917,2,458,3],[917,6,458,3,"_c"],[917,8,458,3],[918,2,458,3,"$RefreshReg$"],[918,14,458,3],[918,15,458,3,"_c"],[918,17,458,3],[919,0,458,3],[919,3]],"functionMap":{"names":["<global>","CitizenCardScreen","useEffect$argument_0","loadCitizen","TouchableOpacity.props.onPress","formatDate"],"mappings":"AAA;eCkB;YCI;GDE;sBEE;GFS;mBGgB,4CH;qBIQ;GJG;mCGK,yBH;CDsK"},"hasCjsExports":false},"type":"js/module"}]} |