mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 21:31:02 +00:00
1 line
164 KiB
Plaintext
1 line
164 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":179}}],"key":"KyzuX10g6ixS9UfynhmjlvCIG3g=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":12,"column":0,"index":180},"end":{"line":12,"column":46,"index":226}}],"key":"ow7vkrqkIckRjlSi/+MhMmRYtUE=","exportNames":["*"],"imports":1}},{"name":"@react-navigation/bottom-tabs","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0,"index":227},"end":{"line":13,"column":73,"index":300}}],"key":"+CsiEPZJMQUbFs9pwhg0Pji1O3k=","exportNames":["*"],"imports":1}},{"name":"expo-image-picker","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":14,"column":0,"index":301},"end":{"line":14,"column":49,"index":350}}],"key":"XQFgv2+WadF9xV+S67CI6D8lClA=","exportNames":["*"],"imports":1}},{"name":"../contexts/AuthContext","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":15,"column":0,"index":351},"end":{"line":15,"column":50,"index":401}}],"key":"oNCgyH4yx4pAIVZXLqqRGB2kuCY=","exportNames":["*"],"imports":1}},{"name":"react-native-safe-area-context","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":16,"column":0,"index":402},"end":{"line":16,"column":67,"index":469}}],"key":"XjdTKvCUWX6CbQzg5fSDHG/WgHk=","exportNames":["*"],"imports":1}},{"name":"react/jsx-dev-runtime","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"L9D70Z4hi4aGuui1ysja/oQ5ytI=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n var _jsxFileName = \"/app/frontend/src/screens/HomeScreen.tsx\",\n _s = $RefreshSig$(),\n _s2 = $RefreshSig$();\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n function _interopNamespace(e) {\n if (e && e.__esModule) return e;\n var n = {};\n if (e) Object.keys(e).forEach(function (k) {\n var d = Object.getOwnPropertyDescriptor(e, k);\n Object.defineProperty(n, k, d.get ? d : {\n enumerable: true,\n get: function () {\n return e[k];\n }\n });\n });\n n.default = e;\n return n;\n }\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return HomeScreen;\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 _reactNavigationBottomTabs = require(_dependencyMap[5], \"@react-navigation/bottom-tabs\");\n var _expoImagePicker = require(_dependencyMap[6], \"expo-image-picker\");\n var ImagePicker = _interopNamespace(_expoImagePicker);\n var _contextsAuthContext = require(_dependencyMap[7], \"../contexts/AuthContext\");\n var _reactNativeSafeAreaContext = require(_dependencyMap[8], \"react-native-safe-area-context\");\n var _reactJsxDevRuntime = require(_dependencyMap[9], \"react/jsx-dev-runtime\");\n var _Dimensions$get = _reactNative.Dimensions.get('window'),\n width = _Dimensions$get.width;\n function HomeTab() {\n _s();\n var _useAuth = (0, _contextsAuthContext.useAuth)(),\n user = _useAuth.user;\n var insets = (0, _reactNativeSafeAreaContext.useSafeAreaInsets)();\n var _useState = (0, _react.useState)(null),\n _useState2 = (0, _slicedToArray.default)(_useState, 2),\n profileImage = _useState2[0],\n setProfileImage = _useState2[1];\n var pickImage = /*#__PURE__*/function () {\n var _ref = (0, _asyncToGenerator.default)(function* () {\n var permissionResult = yield ImagePicker.requestMediaLibraryPermissionsAsync();\n if (permissionResult.granted === false) {\n _reactNative.Alert.alert('Permission Required', 'Permission to access camera roll is required!');\n return;\n }\n var result = yield ImagePicker.launchImageLibraryAsync({\n mediaTypes: ImagePicker.MediaTypeOptions.Images,\n allowsEditing: true,\n aspect: [1, 1],\n quality: 0.5,\n base64: true\n });\n if (!result.canceled && result.assets[0].base64) {\n var base64Image = `data:image/jpeg;base64,${result.assets[0].base64}`;\n setProfileImage(base64Image);\n // TODO: Save to backend\n }\n });\n return function pickImage() {\n return _ref.apply(this, arguments);\n };\n }();\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.ScrollView, {\n showsVerticalScrollIndicator: false,\n contentContainerStyle: styles.scrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: [styles.header, {\n paddingTop: insets.top + 16\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.headerLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.profileImage,\n onPress: pickImage,\n children: profileImage ? /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Image, {\n source: {\n uri: profileImage\n },\n style: styles.profileImageSrc\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 55,\n columnNumber: 17\n }, this) : /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"person\",\n size: 24,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 57,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 53,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.profileBadge,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"star\",\n size: 12,\n color: \"#FFD700\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 61,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.trustScore,\n children: \"750\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 62,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 60,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 52,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.headerRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.iconButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"qr-code-outline\",\n size: 24,\n color: \"#1F2937\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 67,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 66,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.iconButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"notifications-outline\",\n size: 24,\n color: \"#1F2937\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 70,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 69,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.iconButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"settings-outline\",\n size: 24,\n color: \"#1F2937\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 73,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 72,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 65,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 51,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.announcementWidget,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.ScrollView, {\n horizontal: true,\n showsHorizontalScrollIndicator: false,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.announcement,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.announcementTitle,\n children: \"\\uD83C\\uDF89 Welcome to PezkuwiChain!\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 82,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.announcementText,\n children: \"Start your citizenship journey today\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 83,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 81,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.announcement,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.announcementTitle,\n children: \"\\uD83D\\uDCE2 New Feature\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 86,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.announcementText,\n children: \"Vote on governance proposals\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 87,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 85,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 80,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 79,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.quickActionsContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.sectionTitle,\n children: \"Quick Actions\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 94,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.actionsGrid,\n children: QUICK_ACTIONS.map((action, index) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: [styles.actionCard, index % 4 === 0 && styles.actionCardFirst, index % 4 === 3 && styles.actionCardLast],\n activeOpacity: 0.7,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: [styles.actionIcon, {\n backgroundColor: action.color\n }],\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: action.icon,\n size: 24,\n color: \"#FFF\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 106,\n columnNumber: 19\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 105,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.actionLabel,\n children: action.label\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 108,\n columnNumber: 17\n }, this)]\n }, action.id, true, {\n fileName: _jsxFileName,\n lineNumber: 97,\n columnNumber: 15\n }, this))\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 95,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 93,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 49,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 48,\n columnNumber: 5\n }, this);\n }\n _s(HomeTab, \"pgoV7N27dhD5Wm0B3WJbUyeoNb4=\", false, function () {\n return [_contextsAuthContext.useAuth, _reactNativeSafeAreaContext.useSafeAreaInsets];\n });\n _c = HomeTab;\n function WalletTab() {\n _s2();\n var _useAuth2 = (0, _contextsAuthContext.useAuth)(),\n user = _useAuth2.user;\n var insets = (0, _reactNativeSafeAreaContext.useSafeAreaInsets)();\n var _useState3 = (0, _react.useState)('Loading...'),\n _useState4 = (0, _slicedToArray.default)(_useState3, 2),\n hezBalance = _useState4[0],\n setHezBalance = _useState4[1];\n var _useState5 = (0, _react.useState)('Loading...'),\n _useState6 = (0, _slicedToArray.default)(_useState5, 2),\n pezBalance = _useState6[0],\n setPezBalance = _useState6[1];\n var _useState7 = (0, _react.useState)(true),\n _useState8 = (0, _slicedToArray.default)(_useState7, 2),\n loading = _useState8[0],\n setLoading = _useState8[1];\n var TEST_WALLET = '5GgTgG9sRmPQAYU1RsTejZYnZRjwzKZKWD3awtuqjHioki45';\n (0, _react.useEffect)(() => {\n fetchBalance();\n }, []);\n var fetchBalance = /*#__PURE__*/function () {\n var _ref2 = (0, _asyncToGenerator.default)(function* () {\n try {\n var backendUrl = \"https://digital-kurdistan.preview.emergentagent.com\" || 'http://localhost:8001';\n var controller = new AbortController();\n var timeoutId = setTimeout(() => controller.abort(), 5000); // 5 sec timeout\n\n var response = yield fetch(`${backendUrl}/api/blockchain/balance`, {\n method: 'POST',\n headers: {\n 'Content-Type': 'application/json'\n },\n body: JSON.stringify({\n address: TEST_WALLET\n }),\n signal: controller.signal\n });\n clearTimeout(timeoutId);\n if (response.ok) {\n var data = yield response.json();\n setHezBalance(parseFloat(data.hez).toFixed(2));\n setPezBalance(parseFloat(data.pez).toFixed(2));\n } else {\n setHezBalance('0.00');\n setPezBalance('0.00');\n }\n } catch (error) {\n console.error('Balance fetch error:', error);\n setHezBalance('0.00');\n setPezBalance('0.00');\n } finally {\n setLoading(false);\n }\n });\n return function fetchBalance() {\n return _ref2.apply(this, arguments);\n };\n }();\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.ScrollView, {\n contentContainerStyle: styles.walletScrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: [styles.walletHeader, {\n paddingTop: insets.top + 16\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.walletTitle,\n children: \"My Wallet\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 172,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n onPress: fetchBalance,\n style: styles.refreshButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"refresh\",\n size: 20,\n color: \"#EE2A35\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 174,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 173,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 171,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.balanceRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.balanceCardNew,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Image, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_mobile-wallet-app-3/artifacts/izidxcrq_hez_logo_kurdistangunesi.png'\n },\n style: styles.tokenLogoNew\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 181,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenSymbolNew,\n children: \"HEZ\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 185,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.balanceAmountNew,\n children: hezBalance\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 186,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenNameNew,\n children: \"Hemwelat\\xEE Token\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 187,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 180,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.balanceCardNew,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Image, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_mobile-wallet-app-3/artifacts/jjj4s5p3_pez_logo.jpg'\n },\n style: styles.tokenLogoNew\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 191,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenSymbolNew,\n children: \"PEZ\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 195,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.balanceAmountNew,\n children: pezBalance\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 196,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenNameNew,\n children: \"Pezkuw\\xEE Token\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 197,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 190,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 179,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.actionsContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.actionsRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: [styles.actionBtn, {\n backgroundColor: '#34D399'\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"arrow-up\",\n size: 24,\n color: \"#FFF\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 206,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.actionBtnText,\n children: \"Send\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 207,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 205,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: [styles.actionBtn, {\n backgroundColor: '#3B82F6'\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"arrow-down\",\n size: 24,\n color: \"#FFF\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 210,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.actionBtnText,\n children: \"Receive\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 211,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 209,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: [styles.actionBtn, {\n backgroundColor: '#8B5CF6'\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"swap-horizontal\",\n size: 24,\n color: \"#FFF\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 214,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.actionBtnText,\n children: \"Swap\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 215,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 213,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: [styles.actionBtn, {\n backgroundColor: '#1F2937'\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"people\",\n size: 24,\n color: \"#FFF\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 218,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.actionBtnText,\n children: \"P2P\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 219,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 217,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 204,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.actionsRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: [styles.actionBtn, {\n backgroundColor: '#EF4444'\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"megaphone\",\n size: 24,\n color: \"#FFF\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 226,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.actionBtnText,\n children: \"Vote\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 227,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 225,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: [styles.actionBtn, {\n backgroundColor: '#F59E0B'\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"apps\",\n size: 24,\n color: \"#FFF\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 230,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.actionBtnText,\n children: \"DApps\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 231,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 229,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: [styles.actionBtn, {\n backgroundColor: '#10B981'\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"leaf\",\n size: 24,\n color: \"#FFF\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 234,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.actionBtnText,\n children: \"Staking\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 235,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 233,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: [styles.actionBtn, {\n backgroundColor: '#6366F1'\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"link\",\n size: 24,\n color: \"#FFF\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 238,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.actionBtnText,\n children: \"Connect\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 239,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 237,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 224,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 202,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.tokensContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokensTitle,\n children: \"Tokens\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 246,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.tokenItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.tokenItemLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.tokenIconContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Image, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_mobile-wallet-app-3/artifacts/sxd0qsv2_usdt_logo.jpg'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 252,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Image, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_mobile-wallet-app-3/artifacts/jjj4s5p3_pez_logo.jpg'\n },\n style: styles.networkBadge\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 256,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 251,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemName,\n children: \"USDT\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 262,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemNetwork,\n children: \"PEZ Network\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 263,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 261,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 250,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.tokenItemRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemBalance,\n children: \"0\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 267,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemUsd,\n children: \"$0\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 268,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 266,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 249,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 245,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 169,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 168,\n columnNumber: 5\n }, this);\n }\n _s2(WalletTab, \"au1LhcdFE/xm+p6ABjN+Tw094Lc=\", false, function () {\n return [_contextsAuthContext.useAuth, _reactNativeSafeAreaContext.useSafeAreaInsets];\n });\n _c2 = WalletTab;\n function CitizensTab() {\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.placeholderText,\n children: \"Citizens Screen\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 282,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 281,\n columnNumber: 5\n }, this);\n }\n _c3 = CitizensTab;\n function ReferralTab() {\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.placeholderText,\n children: \"Referral Screen\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 290,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 289,\n columnNumber: 5\n }, this);\n }\n _c4 = ReferralTab;\n function ProfileTab() {\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.placeholderText,\n children: \"Profile Screen\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 298,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 297,\n columnNumber: 5\n }, this);\n }\n _c5 = ProfileTab;\n var Tab = (0, _reactNavigationBottomTabs.createBottomTabNavigator)();\n function HomeScreen() {\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Navigator, {\n screenOptions: {\n headerShown: false,\n tabBarActiveTintColor: '#EE2A35',\n tabBarInactiveTintColor: '#6B7280',\n tabBarStyle: styles.tabBar\n },\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"HomeTab\",\n component: HomeTab,\n options: {\n tabBarLabel: 'Home',\n tabBarIcon: _ref3 => {\n var color = _ref3.color,\n size = _ref3.size;\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"home\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 321,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 315,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Wallet\",\n component: WalletTab,\n options: {\n tabBarLabel: 'Wallet',\n tabBarIcon: _ref4 => {\n var color = _ref4.color,\n size = _ref4.size;\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"wallet\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 331,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 325,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Citizens\",\n component: CitizensTab,\n options: {\n tabBarLabel: 'Citizens',\n tabBarIcon: _ref5 => {\n var color = _ref5.color,\n size = _ref5.size;\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"people\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 341,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 335,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Referral\",\n component: ReferralTab,\n options: {\n tabBarLabel: 'Referral',\n tabBarIcon: _ref6 => {\n var color = _ref6.color,\n size = _ref6.size;\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"gift\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 351,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 345,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Profile\",\n component: ProfileTab,\n options: {\n tabBarLabel: 'Profile',\n tabBarIcon: _ref7 => {\n var color = _ref7.color,\n size = _ref7.size;\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"person\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 361,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 355,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 307,\n columnNumber: 5\n }, this);\n }\n _c6 = HomeScreen;\n var QUICK_ACTIONS = [{\n id: '1',\n label: 'Send',\n icon: 'arrow-forward',\n color: '#EE2A35'\n }, {\n id: '2',\n label: 'Receive',\n icon: 'arrow-down',\n color: '#00A651'\n }, {\n id: '3',\n label: 'Swap',\n icon: 'swap-horizontal',\n color: '#FFD700'\n }, {\n id: '4',\n label: 'Vote',\n icon: 'checkmark-circle',\n color: '#3B82F6'\n }, {\n id: '5',\n label: 'Stake',\n icon: 'lock-closed',\n color: '#8B5CF6'\n }, {\n id: '6',\n label: 'Identity',\n icon: 'card',\n color: '#10B981'\n }, {\n id: '7',\n label: 'Passport',\n icon: 'document-text',\n color: '#F59E0B'\n }, {\n id: '8',\n label: 'Education',\n icon: 'school',\n color: '#EC4899'\n }, {\n id: '9',\n label: 'Business',\n icon: 'briefcase',\n color: '#6366F1'\n }, {\n id: '10',\n label: 'Treasury',\n icon: 'cash',\n color: '#14B8A6'\n }, {\n id: '11',\n label: 'Proposals',\n icon: 'bulb',\n color: '#F97316'\n }, {\n id: '12',\n label: 'More',\n icon: 'apps',\n color: '#9333EA'\n }];\n var styles = _reactNative.StyleSheet.create({\n container: {\n flex: 1,\n backgroundColor: '#F8F9FA'\n },\n scrollContent: {\n paddingBottom: 80\n },\n walletScrollContent: {\n paddingBottom: 80\n },\n header: {\n flexDirection: 'row',\n justifyContent: 'space-between',\n alignItems: 'center',\n padding: 16,\n backgroundColor: '#FFF',\n borderBottomWidth: 1,\n borderBottomColor: '#E5E7EB'\n },\n headerLeft: {\n position: 'relative'\n },\n profileImage: {\n width: 50,\n height: 50,\n borderRadius: 25,\n backgroundColor: '#F3F4F6',\n alignItems: 'center',\n justifyContent: 'center',\n overflow: 'hidden'\n },\n profileImageSrc: {\n width: 50,\n height: 50\n },\n profileBadge: {\n position: 'absolute',\n bottom: -5,\n right: -5,\n backgroundColor: '#1F2937',\n borderRadius: 12,\n paddingHorizontal: 6,\n paddingVertical: 2,\n flexDirection: 'row',\n alignItems: 'center',\n gap: 2\n },\n trustScore: {\n fontSize: 10,\n fontWeight: '600',\n color: '#FFF'\n },\n headerRight: {\n flexDirection: 'row',\n gap: 12\n },\n iconButton: {\n padding: 8\n },\n announcementWidget: {\n padding: 16\n },\n announcement: {\n backgroundColor: '#FFF',\n padding: 16,\n borderRadius: 12,\n marginRight: 12,\n width: width - 64,\n borderLeftWidth: 4,\n borderLeftColor: '#EE2A35'\n },\n announcementTitle: {\n fontSize: 16,\n fontWeight: '600',\n color: '#1F2937',\n marginBottom: 4\n },\n announcementText: {\n fontSize: 14,\n color: '#6B7280'\n },\n quickActionsContainer: {\n padding: 16\n },\n sectionTitle: {\n fontSize: 18,\n fontWeight: '700',\n color: '#1F2937',\n marginBottom: 16\n },\n actionsGrid: {\n flexDirection: 'row',\n flexWrap: 'wrap',\n justifyContent: 'space-between'\n },\n actionCard: {\n width: (width - 64) / 4,\n backgroundColor: '#FFF',\n padding: 12,\n borderRadius: 12,\n alignItems: 'center',\n marginBottom: 12,\n shadowColor: '#000',\n shadowOffset: {\n width: 0,\n height: 2\n },\n shadowOpacity: 0.05,\n shadowRadius: 4,\n elevation: 2\n },\n actionCardFirst: {\n marginRight: 'auto'\n },\n actionCardLast: {\n marginLeft: 'auto'\n },\n actionIcon: {\n width: 50,\n height: 50,\n borderRadius: 12,\n alignItems: 'center',\n justifyContent: 'center',\n marginBottom: 8\n },\n actionLabel: {\n fontSize: 11,\n color: '#374151',\n textAlign: 'center'\n },\n walletHeader: {\n padding: 20,\n backgroundColor: '#FFF',\n borderBottomWidth: 1,\n borderBottomColor: '#E5E7EB',\n flexDirection: 'row',\n justifyContent: 'space-between',\n alignItems: 'center'\n },\n walletTitle: {\n fontSize: 24,\n fontWeight: '700',\n color: '#1F2937'\n },\n refreshButton: {\n padding: 8,\n borderRadius: 8,\n backgroundColor: '#FEE2E2'\n },\n balanceCards: {\n padding: 16,\n gap: 12\n },\n balanceCard: {\n backgroundColor: '#FFF',\n padding: 20,\n borderRadius: 16,\n borderWidth: 1,\n borderColor: '#E5E7EB'\n },\n balanceCardHeader: {\n flexDirection: 'row',\n alignItems: 'center',\n gap: 8,\n marginBottom: 12\n },\n tokenLogo: {\n width: 32,\n height: 32,\n borderRadius: 16\n },\n tokenSymbol: {\n fontSize: 18,\n fontWeight: '700',\n color: '#1F2937'\n },\n balanceAmount: {\n fontSize: 32,\n fontWeight: '700',\n color: '#1F2937',\n marginBottom: 4\n },\n balanceUsd: {\n fontSize: 16,\n color: '#6B7280'\n },\n walletActions: {\n flexDirection: 'row',\n padding: 16,\n gap: 12\n },\n walletActionButton: {\n flex: 1,\n backgroundColor: '#EE2A35',\n padding: 16,\n borderRadius: 12,\n alignItems: 'center',\n gap: 4\n },\n walletActionText: {\n color: '#FFF',\n fontSize: 14,\n fontWeight: '600'\n },\n placeholderText: {\n flex: 1,\n textAlign: 'center',\n marginTop: 100,\n fontSize: 18,\n color: '#6B7280'\n },\n tabBar: {\n borderTopWidth: 1,\n borderTopColor: '#E5E7EB',\n paddingBottom: 20,\n paddingTop: 8,\n backgroundColor: '#FFF'\n },\n // New Wallet Styles\n balanceRow: {\n flexDirection: 'row',\n padding: 16,\n gap: 12\n },\n balanceCardNew: {\n flex: 1,\n backgroundColor: '#FFF',\n padding: 16,\n borderRadius: 16,\n alignItems: 'center',\n shadowColor: '#000',\n shadowOffset: {\n width: 0,\n height: 2\n },\n shadowOpacity: 0.1,\n shadowRadius: 8,\n elevation: 3\n },\n tokenLogoNew: {\n width: 48,\n height: 48,\n borderRadius: 24,\n marginBottom: 8\n },\n tokenSymbolNew: {\n fontSize: 16,\n fontWeight: '700',\n color: '#1F2937',\n marginBottom: 4\n },\n balanceAmountNew: {\n fontSize: 24,\n fontWeight: '700',\n color: '#EE2A35',\n marginBottom: 4\n },\n tokenNameNew: {\n fontSize: 12,\n color: '#6B7280'\n },\n actionsContainer: {\n margin: 16,\n backgroundColor: '#FFF',\n padding: 16,\n borderRadius: 16,\n shadowColor: '#000',\n shadowOffset: {\n width: 0,\n height: 2\n },\n shadowOpacity: 0.1,\n shadowRadius: 8,\n elevation: 3\n },\n actionsRow: {\n flexDirection: 'row',\n justifyContent: 'space-between',\n marginBottom: 12\n },\n actionBtn: {\n width: (width - 80) / 4,\n padding: 12,\n borderRadius: 12,\n alignItems: 'center',\n justifyContent: 'center'\n },\n actionBtnText: {\n color: '#FFF',\n fontSize: 11,\n fontWeight: '600',\n marginTop: 4\n },\n tokensContainer: {\n margin: 16,\n marginTop: 0\n },\n tokensTitle: {\n fontSize: 18,\n fontWeight: '700',\n color: '#1F2937',\n marginBottom: 12,\n paddingHorizontal: 4\n },\n tokenItem: {\n flexDirection: 'row',\n justifyContent: 'space-between',\n alignItems: 'center',\n backgroundColor: '#FFF',\n padding: 16,\n borderRadius: 12,\n marginBottom: 8,\n shadowColor: '#000',\n shadowOffset: {\n width: 0,\n height: 1\n },\n shadowOpacity: 0.05,\n shadowRadius: 4,\n elevation: 2\n },\n tokenItemLeft: {\n flexDirection: 'row',\n alignItems: 'center',\n gap: 12\n },\n tokenIconContainer: {\n position: 'relative',\n width: 40,\n height: 40\n },\n tokenIcon: {\n width: 40,\n height: 40,\n borderRadius: 20\n },\n networkBadge: {\n position: 'absolute',\n right: -4,\n bottom: -4,\n width: 16,\n height: 16,\n borderRadius: 8,\n borderWidth: 2,\n borderColor: '#FFF'\n },\n tokenItemName: {\n fontSize: 16,\n fontWeight: '600',\n color: '#1F2937'\n },\n tokenItemNetwork: {\n fontSize: 12,\n color: '#6B7280'\n },\n tokenItemRight: {\n alignItems: 'flex-end'\n },\n tokenItemBalance: {\n fontSize: 16,\n fontWeight: '600',\n color: '#1F2937'\n },\n tokenItemUsd: {\n fontSize: 12,\n color: '#6B7280'\n }\n });\n var _c, _c2, _c3, _c4, _c5, _c6;\n $RefreshReg$(_c, \"HomeTab\");\n $RefreshReg$(_c2, \"WalletTab\");\n $RefreshReg$(_c3, \"CitizensTab\");\n $RefreshReg$(_c4, \"ReferralTab\");\n $RefreshReg$(_c5, \"ProfileTab\");\n $RefreshReg$(_c6, \"HomeScreen\");\n});","lineCount":1452,"map":[[30,2,305,15,"Object"],[30,8,305,15],[30,9,305,15,"defineProperty"],[30,23,305,15],[30,24,305,15,"exports"],[30,31,305,15],[31,4,305,15,"enumerable"],[31,14,305,15],[32,4,305,15,"get"],[32,7,305,15],[32,18,305,15,"get"],[32,19,305,15],[33,6,305,15],[33,13,305,15,"HomeScreen"],[33,23,305,15],[34,4,305,15],[35,2,305,15],[36,2,367,1],[36,6,367,1,"_babelRuntimeHelpersAsyncToGenerator"],[36,42,367,1],[36,45,367,1,"require"],[36,52,367,1],[36,53,367,1,"_dependencyMap"],[36,67,367,1],[37,2,367,1],[37,6,367,1,"_asyncToGenerator"],[37,23,367,1],[37,26,367,1,"_interopDefault"],[37,41,367,1],[37,42,367,1,"_babelRuntimeHelpersAsyncToGenerator"],[37,78,367,1],[38,2,367,1],[38,6,367,1,"_babelRuntimeHelpersSlicedToArray"],[38,39,367,1],[38,42,367,1,"require"],[38,49,367,1],[38,50,367,1,"_dependencyMap"],[38,64,367,1],[39,2,367,1],[39,6,367,1,"_slicedToArray"],[39,20,367,1],[39,23,367,1,"_interopDefault"],[39,38,367,1],[39,39,367,1,"_babelRuntimeHelpersSlicedToArray"],[39,72,367,1],[40,2,1,0],[40,6,1,0,"_react"],[40,12,1,0],[40,15,1,0,"require"],[40,22,1,0],[40,23,1,0,"_dependencyMap"],[40,37,1,0],[41,2,2,0],[41,6,2,0,"_reactNative"],[41,18,2,0],[41,21,2,0,"require"],[41,28,2,0],[41,29,2,0,"_dependencyMap"],[41,43,2,0],[42,2,12,0],[42,6,12,0,"_expoVectorIcons"],[42,22,12,0],[42,25,12,0,"require"],[42,32,12,0],[42,33,12,0,"_dependencyMap"],[42,47,12,0],[43,2,13,0],[43,6,13,0,"_reactNavigationBottomTabs"],[43,32,13,0],[43,35,13,0,"require"],[43,42,13,0],[43,43,13,0,"_dependencyMap"],[43,57,13,0],[44,2,14,0],[44,6,14,0,"_expoImagePicker"],[44,22,14,0],[44,25,14,0,"require"],[44,32,14,0],[44,33,14,0,"_dependencyMap"],[44,47,14,0],[45,2,14,0],[45,6,14,0,"ImagePicker"],[45,17,14,0],[45,20,14,0,"_interopNamespace"],[45,37,14,0],[45,38,14,0,"_expoImagePicker"],[45,54,14,0],[46,2,15,0],[46,6,15,0,"_contextsAuthContext"],[46,26,15,0],[46,29,15,0,"require"],[46,36,15,0],[46,37,15,0,"_dependencyMap"],[46,51,15,0],[47,2,16,0],[47,6,16,0,"_reactNativeSafeAreaContext"],[47,33,16,0],[47,36,16,0,"require"],[47,43,16,0],[47,44,16,0,"_dependencyMap"],[47,58,16,0],[48,2,16,67],[48,6,16,67,"_reactJsxDevRuntime"],[48,25,16,67],[48,28,16,67,"require"],[48,35,16,67],[48,36,16,67,"_dependencyMap"],[48,50,16,67],[49,2,18,0],[49,6,18,0,"_Dimensions$get"],[49,21,18,0],[49,24,18,18,"Dimensions"],[49,36,18,28],[49,37,18,28,"Dimensions"],[49,47,18,28],[49,48,18,29,"get"],[49,51,18,32],[49,52,18,33],[49,60,18,41],[49,61,18,42],[50,4,18,8,"width"],[50,9,18,13],[50,12,18,13,"_Dimensions$get"],[50,27,18,13],[50,28,18,8,"width"],[50,33,18,13],[51,2,20,0],[51,11,20,9,"HomeTab"],[51,18,20,16,"HomeTab"],[51,19,20,16],[51,21,20,19],[52,4,20,19,"_s"],[52,6,20,19],[53,4,21,2],[53,8,21,2,"_useAuth"],[53,16,21,2],[53,19,21,19],[53,23,21,19,"useAuth"],[53,43,21,26],[53,44,21,26,"useAuth"],[53,51,21,26],[53,53,21,27],[53,54,21,28],[54,6,21,10,"user"],[54,10,21,14],[54,13,21,14,"_useAuth"],[54,21,21,14],[54,22,21,10,"user"],[54,26,21,14],[55,4,22,2],[55,8,22,8,"insets"],[55,14,22,14],[55,17,22,17],[55,21,22,17,"useSafeAreaInsets"],[55,48,22,34],[55,49,22,34,"useSafeAreaInsets"],[55,66,22,34],[55,68,22,35],[55,69,22,36],[56,4,23,2],[56,8,23,2,"_useState"],[56,17,23,2],[56,20,23,42],[56,24,23,42,"useState"],[56,30,23,50],[56,31,23,50,"useState"],[56,39,23,50],[56,41,23,66],[56,45,23,70],[56,46,23,71],[57,6,23,71,"_useState2"],[57,16,23,71],[57,23,23,71,"_slicedToArray"],[57,37,23,71],[57,38,23,71,"default"],[57,45,23,71],[57,47,23,71,"_useState"],[57,56,23,71],[58,6,23,9,"profileImage"],[58,18,23,21],[58,21,23,21,"_useState2"],[58,31,23,21],[59,6,23,23,"setProfileImage"],[59,21,23,38],[59,24,23,38,"_useState2"],[59,34,23,38],[60,4,25,2],[60,8,25,8,"pickImage"],[60,17,25,17],[61,6,25,17],[61,10,25,17,"_ref"],[61,14,25,17],[61,21,25,17,"_asyncToGenerator"],[61,38,25,17],[61,39,25,17,"default"],[61,46,25,17],[61,48,25,20],[61,61,25,32],[62,8,26,4],[62,12,26,10,"permissionResult"],[62,28,26,26],[62,37,26,35,"ImagePicker"],[62,48,26,46],[62,49,26,47,"requestMediaLibraryPermissionsAsync"],[62,84,26,82],[62,85,26,83],[62,86,26,84],[63,8,28,4],[63,12,28,8,"permissionResult"],[63,28,28,24],[63,29,28,25,"granted"],[63,36,28,32],[63,41,28,37],[63,46,28,42],[63,48,28,44],[64,10,29,6,"Alert"],[64,22,29,11],[64,23,29,11,"Alert"],[64,28,29,11],[64,29,29,12,"alert"],[64,34,29,17],[64,35,29,18],[64,56,29,39],[64,58,29,41],[64,105,29,88],[64,106,29,89],[65,10,30,6],[66,8,31,4],[67,8,33,4],[67,12,33,10,"result"],[67,18,33,16],[67,27,33,25,"ImagePicker"],[67,38,33,36],[67,39,33,37,"launchImageLibraryAsync"],[67,62,33,60],[67,63,33,61],[68,10,34,6,"mediaTypes"],[68,20,34,16],[68,22,34,18,"ImagePicker"],[68,33,34,29],[68,34,34,30,"MediaTypeOptions"],[68,50,34,46],[68,51,34,47,"Images"],[68,57,34,53],[69,10,35,6,"allowsEditing"],[69,23,35,19],[69,25,35,21],[69,29,35,25],[70,10,36,6,"aspect"],[70,16,36,12],[70,18,36,14],[70,19,36,15],[70,20,36,16],[70,22,36,18],[70,23,36,19],[70,24,36,20],[71,10,37,6,"quality"],[71,17,37,13],[71,19,37,15],[71,22,37,18],[72,10,38,6,"base64"],[72,16,38,12],[72,18,38,14],[73,8,39,4],[73,9,39,5],[73,10,39,6],[74,8,41,4],[74,12,41,8],[74,13,41,9,"result"],[74,19,41,15],[74,20,41,16,"canceled"],[74,28,41,24],[74,32,41,28,"result"],[74,38,41,34],[74,39,41,35,"assets"],[74,45,41,41],[74,46,41,42],[74,47,41,43],[74,48,41,44],[74,49,41,45,"base64"],[74,55,41,51],[74,57,41,53],[75,10,42,6],[75,14,42,12,"base64Image"],[75,25,42,23],[75,28,42,26],[75,54,42,52,"result"],[75,60,42,58],[75,61,42,59,"assets"],[75,67,42,65],[75,68,42,66],[75,69,42,67],[75,70,42,68],[75,71,42,69,"base64"],[75,77,42,75],[75,79,42,77],[76,10,43,6,"setProfileImage"],[76,25,43,21],[76,26,43,22,"base64Image"],[76,37,43,33],[76,38,43,34],[77,10,44,6],[78,8,45,4],[79,6,46,2],[79,7,46,3],[80,6,46,3],[80,22,25,8,"pickImage"],[80,31,25,17,"pickImage"],[80,32,25,17],[81,8,25,17],[81,15,25,17,"_ref"],[81,19,25,17],[81,20,25,17,"apply"],[81,25,25,17],[81,32,25,17,"arguments"],[81,41,25,17],[82,6,25,17],[83,4,25,17],[83,7,46,3],[84,4,47,2],[84,24,48,4],[84,28,48,4,"_reactJsxDevRuntime"],[84,47,48,4],[84,48,48,4,"jsxDEV"],[84,54,48,4],[84,56,48,5,"_reactNative"],[84,68,48,9],[84,69,48,9,"View"],[84,73,48,9],[85,6,48,10,"style"],[85,11,48,15],[85,13,48,17,"styles"],[85,19,48,23],[85,20,48,24,"container"],[85,29,48,34],[86,6,48,34,"children"],[86,14,48,34],[86,29,49,6],[86,33,49,6,"_reactJsxDevRuntime"],[86,52,49,6],[86,53,49,6,"jsxDEV"],[86,59,49,6],[86,61,49,7,"_reactNative"],[86,73,49,17],[86,74,49,17,"ScrollView"],[86,84,49,17],[87,8,49,18,"showsVerticalScrollIndicator"],[87,36,49,46],[87,38,49,48],[87,43,49,54],[88,8,49,55,"contentContainerStyle"],[88,29,49,76],[88,31,49,78,"styles"],[88,37,49,84],[88,38,49,85,"scrollContent"],[88,51,49,99],[89,8,49,99,"children"],[89,16,49,99],[89,32,51,8],[89,36,51,8,"_reactJsxDevRuntime"],[89,55,51,8],[89,56,51,8,"jsxDEV"],[89,62,51,8],[89,64,51,9,"_reactNative"],[89,76,51,13],[89,77,51,13,"View"],[89,81,51,13],[90,10,51,14,"style"],[90,15,51,19],[90,17,51,21],[90,18,51,22,"styles"],[90,24,51,28],[90,25,51,29,"header"],[90,31,51,35],[90,33,51,37],[91,12,51,39,"paddingTop"],[91,22,51,49],[91,24,51,51,"insets"],[91,30,51,57],[91,31,51,58,"top"],[91,34,51,61],[91,37,51,64],[92,10,51,67],[92,11,51,68],[92,12,51,70],[93,10,51,70,"children"],[93,18,51,70],[93,34,52,10],[93,38,52,10,"_reactJsxDevRuntime"],[93,57,52,10],[93,58,52,10,"jsxDEV"],[93,64,52,10],[93,66,52,11,"_reactNative"],[93,78,52,15],[93,79,52,15,"View"],[93,83,52,15],[94,12,52,16,"style"],[94,17,52,21],[94,19,52,23,"styles"],[94,25,52,29],[94,26,52,30,"headerLeft"],[94,36,52,41],[95,12,52,41,"children"],[95,20,52,41],[95,36,53,12],[95,40,53,12,"_reactJsxDevRuntime"],[95,59,53,12],[95,60,53,12,"jsxDEV"],[95,66,53,12],[95,68,53,13,"_reactNative"],[95,80,53,29],[95,81,53,29,"TouchableOpacity"],[95,97,53,29],[96,14,53,30,"style"],[96,19,53,35],[96,21,53,37,"styles"],[96,27,53,43],[96,28,53,44,"profileImage"],[96,40,53,57],[97,14,53,58,"onPress"],[97,21,53,65],[97,23,53,67,"pickImage"],[97,32,53,77],[98,14,53,77,"children"],[98,22,53,77],[98,24,54,15,"profileImage"],[98,36,54,27],[98,52,55,16],[98,56,55,16,"_reactJsxDevRuntime"],[98,75,55,16],[98,76,55,16,"jsxDEV"],[98,82,55,16],[98,84,55,17,"_reactNative"],[98,96,55,22],[98,97,55,22,"Image"],[98,102,55,22],[99,16,55,23,"source"],[99,22,55,29],[99,24,55,31],[100,18,55,33,"uri"],[100,21,55,36],[100,23,55,38,"profileImage"],[101,16,55,51],[101,17,55,53],[102,16,55,54,"style"],[102,21,55,59],[102,23,55,61,"styles"],[102,29,55,67],[102,30,55,68,"profileImageSrc"],[103,14,55,84],[104,16,55,84,"fileName"],[104,24,55,84],[104,26,55,84,"_jsxFileName"],[104,38,55,84],[105,16,55,84,"lineNumber"],[105,26,55,84],[106,16,55,84,"columnNumber"],[106,28,55,84],[107,14,55,84],[107,21,55,86],[107,22,55,87],[107,38,57,16],[107,42,57,16,"_reactJsxDevRuntime"],[107,61,57,16],[107,62,57,16,"jsxDEV"],[107,68,57,16],[107,70,57,17,"_expoVectorIcons"],[107,86,57,25],[107,87,57,25,"Ionicons"],[107,95,57,25],[108,16,57,26,"name"],[108,20,57,30],[108,22,57,31],[108,30,57,39],[109,16,57,40,"size"],[109,20,57,44],[109,22,57,46],[109,24,57,49],[110,16,57,50,"color"],[110,21,57,55],[110,23,57,56],[111,14,57,65],[112,16,57,65,"fileName"],[112,24,57,65],[112,26,57,65,"_jsxFileName"],[112,38,57,65],[113,16,57,65,"lineNumber"],[113,26,57,65],[114,16,57,65,"columnNumber"],[114,28,57,65],[115,14,57,65],[115,21,57,67],[116,12,58,15],[117,14,58,15,"fileName"],[117,22,58,15],[117,24,58,15,"_jsxFileName"],[117,36,58,15],[118,14,58,15,"lineNumber"],[118,24,58,15],[119,14,58,15,"columnNumber"],[119,26,58,15],[120,12,58,15],[120,19,59,30],[120,20,59,31],[120,35,60,12],[120,39,60,12,"_reactJsxDevRuntime"],[120,58,60,12],[120,59,60,12,"jsxDEV"],[120,65,60,12],[120,67,60,13,"_reactNative"],[120,79,60,17],[120,80,60,17,"View"],[120,84,60,17],[121,14,60,18,"style"],[121,19,60,23],[121,21,60,25,"styles"],[121,27,60,31],[121,28,60,32,"profileBadge"],[121,40,60,45],[122,14,60,45,"children"],[122,22,60,45],[122,38,61,14],[122,42,61,14,"_reactJsxDevRuntime"],[122,61,61,14],[122,62,61,14,"jsxDEV"],[122,68,61,14],[122,70,61,15,"_expoVectorIcons"],[122,86,61,23],[122,87,61,23,"Ionicons"],[122,95,61,23],[123,16,61,24,"name"],[123,20,61,28],[123,22,61,29],[123,28,61,35],[124,16,61,36,"size"],[124,20,61,40],[124,22,61,42],[124,24,61,45],[125,16,61,46,"color"],[125,21,61,51],[125,23,61,52],[126,14,61,61],[127,16,61,61,"fileName"],[127,24,61,61],[127,26,61,61,"_jsxFileName"],[127,38,61,61],[128,16,61,61,"lineNumber"],[128,26,61,61],[129,16,61,61,"columnNumber"],[129,28,61,61],[130,14,61,61],[130,21,61,63],[130,22,61,64],[130,37,62,14],[130,41,62,14,"_reactJsxDevRuntime"],[130,60,62,14],[130,61,62,14,"jsxDEV"],[130,67,62,14],[130,69,62,15,"_reactNative"],[130,81,62,19],[130,82,62,19,"Text"],[130,86,62,19],[131,16,62,20,"style"],[131,21,62,25],[131,23,62,27,"styles"],[131,29,62,33],[131,30,62,34,"trustScore"],[131,40,62,45],[132,16,62,45,"children"],[132,24,62,45],[132,26,62,46],[133,14,62,49],[134,16,62,49,"fileName"],[134,24,62,49],[134,26,62,49,"_jsxFileName"],[134,38,62,49],[135,16,62,49,"lineNumber"],[135,26,62,49],[136,16,62,49,"columnNumber"],[136,28,62,49],[137,14,62,49],[137,21,62,55],[137,22,62,56],[138,12,62,56],[139,14,62,56,"fileName"],[139,22,62,56],[139,24,62,56,"_jsxFileName"],[139,36,62,56],[140,14,62,56,"lineNumber"],[140,24,62,56],[141,14,62,56,"columnNumber"],[141,26,62,56],[142,12,62,56],[142,19,63,18],[142,20,63,19],[143,10,63,19],[144,12,63,19,"fileName"],[144,20,63,19],[144,22,63,19,"_jsxFileName"],[144,34,63,19],[145,12,63,19,"lineNumber"],[145,22,63,19],[146,12,63,19,"columnNumber"],[146,24,63,19],[147,10,63,19],[147,17,64,16],[147,18,64,17],[147,33,65,10],[147,37,65,10,"_reactJsxDevRuntime"],[147,56,65,10],[147,57,65,10,"jsxDEV"],[147,63,65,10],[147,65,65,11,"_reactNative"],[147,77,65,15],[147,78,65,15,"View"],[147,82,65,15],[148,12,65,16,"style"],[148,17,65,21],[148,19,65,23,"styles"],[148,25,65,29],[148,26,65,30,"headerRight"],[148,37,65,42],[149,12,65,42,"children"],[149,20,65,42],[149,36,66,12],[149,40,66,12,"_reactJsxDevRuntime"],[149,59,66,12],[149,60,66,12,"jsxDEV"],[149,66,66,12],[149,68,66,13,"_reactNative"],[149,80,66,29],[149,81,66,29,"TouchableOpacity"],[149,97,66,29],[150,14,66,30,"style"],[150,19,66,35],[150,21,66,37,"styles"],[150,27,66,43],[150,28,66,44,"iconButton"],[150,38,66,55],[151,14,66,55,"children"],[151,22,66,55],[151,37,67,14],[151,41,67,14,"_reactJsxDevRuntime"],[151,60,67,14],[151,61,67,14,"jsxDEV"],[151,67,67,14],[151,69,67,15,"_expoVectorIcons"],[151,85,67,23],[151,86,67,23,"Ionicons"],[151,94,67,23],[152,16,67,24,"name"],[152,20,67,28],[152,22,67,29],[152,39,67,46],[153,16,67,47,"size"],[153,20,67,51],[153,22,67,53],[153,24,67,56],[154,16,67,57,"color"],[154,21,67,62],[154,23,67,63],[155,14,67,72],[156,16,67,72,"fileName"],[156,24,67,72],[156,26,67,72,"_jsxFileName"],[156,38,67,72],[157,16,67,72,"lineNumber"],[157,26,67,72],[158,16,67,72,"columnNumber"],[158,28,67,72],[159,14,67,72],[159,21,67,74],[160,12,67,75],[161,14,67,75,"fileName"],[161,22,67,75],[161,24,67,75,"_jsxFileName"],[161,36,67,75],[162,14,67,75,"lineNumber"],[162,24,67,75],[163,14,67,75,"columnNumber"],[163,26,67,75],[164,12,67,75],[164,19,68,30],[164,20,68,31],[164,35,69,12],[164,39,69,12,"_reactJsxDevRuntime"],[164,58,69,12],[164,59,69,12,"jsxDEV"],[164,65,69,12],[164,67,69,13,"_reactNative"],[164,79,69,29],[164,80,69,29,"TouchableOpacity"],[164,96,69,29],[165,14,69,30,"style"],[165,19,69,35],[165,21,69,37,"styles"],[165,27,69,43],[165,28,69,44,"iconButton"],[165,38,69,55],[166,14,69,55,"children"],[166,22,69,55],[166,37,70,14],[166,41,70,14,"_reactJsxDevRuntime"],[166,60,70,14],[166,61,70,14,"jsxDEV"],[166,67,70,14],[166,69,70,15,"_expoVectorIcons"],[166,85,70,23],[166,86,70,23,"Ionicons"],[166,94,70,23],[167,16,70,24,"name"],[167,20,70,28],[167,22,70,29],[167,45,70,52],[168,16,70,53,"size"],[168,20,70,57],[168,22,70,59],[168,24,70,62],[169,16,70,63,"color"],[169,21,70,68],[169,23,70,69],[170,14,70,78],[171,16,70,78,"fileName"],[171,24,70,78],[171,26,70,78,"_jsxFileName"],[171,38,70,78],[172,16,70,78,"lineNumber"],[172,26,70,78],[173,16,70,78,"columnNumber"],[173,28,70,78],[174,14,70,78],[174,21,70,80],[175,12,70,81],[176,14,70,81,"fileName"],[176,22,70,81],[176,24,70,81,"_jsxFileName"],[176,36,70,81],[177,14,70,81,"lineNumber"],[177,24,70,81],[178,14,70,81,"columnNumber"],[178,26,70,81],[179,12,70,81],[179,19,71,30],[179,20,71,31],[179,35,72,12],[179,39,72,12,"_reactJsxDevRuntime"],[179,58,72,12],[179,59,72,12,"jsxDEV"],[179,65,72,12],[179,67,72,13,"_reactNative"],[179,79,72,29],[179,80,72,29,"TouchableOpacity"],[179,96,72,29],[180,14,72,30,"style"],[180,19,72,35],[180,21,72,37,"styles"],[180,27,72,43],[180,28,72,44,"iconButton"],[180,38,72,55],[181,14,72,55,"children"],[181,22,72,55],[181,37,73,14],[181,41,73,14,"_reactJsxDevRuntime"],[181,60,73,14],[181,61,73,14,"jsxDEV"],[181,67,73,14],[181,69,73,15,"_expoVectorIcons"],[181,85,73,23],[181,86,73,23,"Ionicons"],[181,94,73,23],[182,16,73,24,"name"],[182,20,73,28],[182,22,73,29],[182,40,73,47],[183,16,73,48,"size"],[183,20,73,52],[183,22,73,54],[183,24,73,57],[184,16,73,58,"color"],[184,21,73,63],[184,23,73,64],[185,14,73,73],[186,16,73,73,"fileName"],[186,24,73,73],[186,26,73,73,"_jsxFileName"],[186,38,73,73],[187,16,73,73,"lineNumber"],[187,26,73,73],[188,16,73,73,"columnNumber"],[188,28,73,73],[189,14,73,73],[189,21,73,75],[190,12,73,76],[191,14,73,76,"fileName"],[191,22,73,76],[191,24,73,76,"_jsxFileName"],[191,36,73,76],[192,14,73,76,"lineNumber"],[192,24,73,76],[193,14,73,76,"columnNumber"],[193,26,73,76],[194,12,73,76],[194,19,74,30],[194,20,74,31],[195,10,74,31],[196,12,74,31,"fileName"],[196,20,74,31],[196,22,74,31,"_jsxFileName"],[196,34,74,31],[197,12,74,31,"lineNumber"],[197,22,74,31],[198,12,74,31,"columnNumber"],[198,24,74,31],[199,10,74,31],[199,17,75,16],[199,18,75,17],[200,8,75,17],[201,10,75,17,"fileName"],[201,18,75,17],[201,20,75,17,"_jsxFileName"],[201,32,75,17],[202,10,75,17,"lineNumber"],[202,20,75,17],[203,10,75,17,"columnNumber"],[203,22,75,17],[204,8,75,17],[204,15,76,14],[204,16,76,15],[204,31,79,8],[204,35,79,8,"_reactJsxDevRuntime"],[204,54,79,8],[204,55,79,8,"jsxDEV"],[204,61,79,8],[204,63,79,9,"_reactNative"],[204,75,79,13],[204,76,79,13,"View"],[204,80,79,13],[205,10,79,14,"style"],[205,15,79,19],[205,17,79,21,"styles"],[205,23,79,27],[205,24,79,28,"announcementWidget"],[205,42,79,47],[206,10,79,47,"children"],[206,18,79,47],[206,33,80,10],[206,37,80,10,"_reactJsxDevRuntime"],[206,56,80,10],[206,57,80,10,"jsxDEV"],[206,63,80,10],[206,65,80,11,"_reactNative"],[206,77,80,21],[206,78,80,21,"ScrollView"],[206,88,80,21],[207,12,80,22,"horizontal"],[207,22,80,32],[208,12,80,33,"showsHorizontalScrollIndicator"],[208,42,80,63],[208,44,80,65],[208,49,80,71],[209,12,80,71,"children"],[209,20,80,71],[209,36,81,12],[209,40,81,12,"_reactJsxDevRuntime"],[209,59,81,12],[209,60,81,12,"jsxDEV"],[209,66,81,12],[209,68,81,13,"_reactNative"],[209,80,81,17],[209,81,81,17,"View"],[209,85,81,17],[210,14,81,18,"style"],[210,19,81,23],[210,21,81,25,"styles"],[210,27,81,31],[210,28,81,32,"announcement"],[210,40,81,45],[211,14,81,45,"children"],[211,22,81,45],[211,38,82,14],[211,42,82,14,"_reactJsxDevRuntime"],[211,61,82,14],[211,62,82,14,"jsxDEV"],[211,68,82,14],[211,70,82,15,"_reactNative"],[211,82,82,19],[211,83,82,19,"Text"],[211,87,82,19],[212,16,82,20,"style"],[212,21,82,25],[212,23,82,27,"styles"],[212,29,82,33],[212,30,82,34,"announcementTitle"],[212,47,82,52],[213,16,82,52,"children"],[213,24,82,52],[213,26,82,53],[214,14,82,80],[215,16,82,80,"fileName"],[215,24,82,80],[215,26,82,80,"_jsxFileName"],[215,38,82,80],[216,16,82,80,"lineNumber"],[216,26,82,80],[217,16,82,80,"columnNumber"],[217,28,82,80],[218,14,82,80],[218,21,82,86],[218,22,82,87],[218,37,83,14],[218,41,83,14,"_reactJsxDevRuntime"],[218,60,83,14],[218,61,83,14,"jsxDEV"],[218,67,83,14],[218,69,83,15,"_reactNative"],[218,81,83,19],[218,82,83,19,"Text"],[218,86,83,19],[219,16,83,20,"style"],[219,21,83,25],[219,23,83,27,"styles"],[219,29,83,33],[219,30,83,34,"announcementText"],[219,46,83,51],[220,16,83,51,"children"],[220,24,83,51],[220,26,83,52],[221,14,83,88],[222,16,83,88,"fileName"],[222,24,83,88],[222,26,83,88,"_jsxFileName"],[222,38,83,88],[223,16,83,88,"lineNumber"],[223,26,83,88],[224,16,83,88,"columnNumber"],[224,28,83,88],[225,14,83,88],[225,21,83,94],[225,22,83,95],[226,12,83,95],[227,14,83,95,"fileName"],[227,22,83,95],[227,24,83,95,"_jsxFileName"],[227,36,83,95],[228,14,83,95,"lineNumber"],[228,24,83,95],[229,14,83,95,"columnNumber"],[229,26,83,95],[230,12,83,95],[230,19,84,18],[230,20,84,19],[230,35,85,12],[230,39,85,12,"_reactJsxDevRuntime"],[230,58,85,12],[230,59,85,12,"jsxDEV"],[230,65,85,12],[230,67,85,13,"_reactNative"],[230,79,85,17],[230,80,85,17,"View"],[230,84,85,17],[231,14,85,18,"style"],[231,19,85,23],[231,21,85,25,"styles"],[231,27,85,31],[231,28,85,32,"announcement"],[231,40,85,45],[232,14,85,45,"children"],[232,22,85,45],[232,38,86,14],[232,42,86,14,"_reactJsxDevRuntime"],[232,61,86,14],[232,62,86,14,"jsxDEV"],[232,68,86,14],[232,70,86,15,"_reactNative"],[232,82,86,19],[232,83,86,19,"Text"],[232,87,86,19],[233,16,86,20,"style"],[233,21,86,25],[233,23,86,27,"styles"],[233,29,86,33],[233,30,86,34,"announcementTitle"],[233,47,86,52],[234,16,86,52,"children"],[234,24,86,52],[234,26,86,53],[235,14,86,67],[236,16,86,67,"fileName"],[236,24,86,67],[236,26,86,67,"_jsxFileName"],[236,38,86,67],[237,16,86,67,"lineNumber"],[237,26,86,67],[238,16,86,67,"columnNumber"],[238,28,86,67],[239,14,86,67],[239,21,86,73],[239,22,86,74],[239,37,87,14],[239,41,87,14,"_reactJsxDevRuntime"],[239,60,87,14],[239,61,87,14,"jsxDEV"],[239,67,87,14],[239,69,87,15,"_reactNative"],[239,81,87,19],[239,82,87,19,"Text"],[239,86,87,19],[240,16,87,20,"style"],[240,21,87,25],[240,23,87,27,"styles"],[240,29,87,33],[240,30,87,34,"announcementText"],[240,46,87,51],[241,16,87,51,"children"],[241,24,87,51],[241,26,87,52],[242,14,87,80],[243,16,87,80,"fileName"],[243,24,87,80],[243,26,87,80,"_jsxFileName"],[243,38,87,80],[244,16,87,80,"lineNumber"],[244,26,87,80],[245,16,87,80,"columnNumber"],[245,28,87,80],[246,14,87,80],[246,21,87,86],[246,22,87,87],[247,12,87,87],[248,14,87,87,"fileName"],[248,22,87,87],[248,24,87,87,"_jsxFileName"],[248,36,87,87],[249,14,87,87,"lineNumber"],[249,24,87,87],[250,14,87,87,"columnNumber"],[250,26,87,87],[251,12,87,87],[251,19,88,18],[251,20,88,19],[252,10,88,19],[253,12,88,19,"fileName"],[253,20,88,19],[253,22,88,19,"_jsxFileName"],[253,34,88,19],[254,12,88,19,"lineNumber"],[254,22,88,19],[255,12,88,19,"columnNumber"],[255,24,88,19],[256,10,88,19],[256,17,89,22],[257,8,89,23],[258,10,89,23,"fileName"],[258,18,89,23],[258,20,89,23,"_jsxFileName"],[258,32,89,23],[259,10,89,23,"lineNumber"],[259,20,89,23],[260,10,89,23,"columnNumber"],[260,22,89,23],[261,8,89,23],[261,15,90,14],[261,16,90,15],[261,31,93,8],[261,35,93,8,"_reactJsxDevRuntime"],[261,54,93,8],[261,55,93,8,"jsxDEV"],[261,61,93,8],[261,63,93,9,"_reactNative"],[261,75,93,13],[261,76,93,13,"View"],[261,80,93,13],[262,10,93,14,"style"],[262,15,93,19],[262,17,93,21,"styles"],[262,23,93,27],[262,24,93,28,"quickActionsContainer"],[262,45,93,50],[263,10,93,50,"children"],[263,18,93,50],[263,34,94,10],[263,38,94,10,"_reactJsxDevRuntime"],[263,57,94,10],[263,58,94,10,"jsxDEV"],[263,64,94,10],[263,66,94,11,"_reactNative"],[263,78,94,15],[263,79,94,15,"Text"],[263,83,94,15],[264,12,94,16,"style"],[264,17,94,21],[264,19,94,23,"styles"],[264,25,94,29],[264,26,94,30,"sectionTitle"],[264,38,94,43],[265,12,94,43,"children"],[265,20,94,43],[265,22,94,44],[266,10,94,57],[267,12,94,57,"fileName"],[267,20,94,57],[267,22,94,57,"_jsxFileName"],[267,34,94,57],[268,12,94,57,"lineNumber"],[268,22,94,57],[269,12,94,57,"columnNumber"],[269,24,94,57],[270,10,94,57],[270,17,94,63],[270,18,94,64],[270,33,95,10],[270,37,95,10,"_reactJsxDevRuntime"],[270,56,95,10],[270,57,95,10,"jsxDEV"],[270,63,95,10],[270,65,95,11,"_reactNative"],[270,77,95,15],[270,78,95,15,"View"],[270,82,95,15],[271,12,95,16,"style"],[271,17,95,21],[271,19,95,23,"styles"],[271,25,95,29],[271,26,95,30,"actionsGrid"],[271,37,95,42],[272,12,95,42,"children"],[272,20,95,42],[272,22,96,13,"QUICK_ACTIONS"],[272,35,96,26],[272,36,96,27,"map"],[272,39,96,30],[272,40,96,31],[272,41,96,32,"action"],[272,47,96,38],[272,49,96,40,"index"],[272,54,96,45],[272,72,97,14],[272,76,97,14,"_reactJsxDevRuntime"],[272,95,97,14],[272,96,97,14,"jsxDEV"],[272,102,97,14],[272,104,97,15,"_reactNative"],[272,116,97,31],[272,117,97,31,"TouchableOpacity"],[272,133,97,31],[273,14,99,16,"style"],[273,19,99,21],[273,21,99,23],[273,22,99,24,"styles"],[273,28,99,30],[273,29,99,31,"actionCard"],[273,39,99,41],[273,41,100,19,"index"],[273,46,100,24],[273,49,100,27],[273,50,100,28],[273,55,100,33],[273,56,100,34],[273,60,100,39,"styles"],[273,66,100,45],[273,67,100,46,"actionCardFirst"],[273,82,100,61],[273,84,101,19,"index"],[273,89,101,24],[273,92,101,27],[273,93,101,28],[273,98,101,33],[273,99,101,34],[273,103,101,39,"styles"],[273,109,101,45],[273,110,101,46,"actionCardLast"],[273,124,101,60],[273,125,102,18],[274,14,103,16,"activeOpacity"],[274,27,103,29],[274,29,103,31],[274,32,103,35],[275,14,103,35,"children"],[275,22,103,35],[275,38,105,16],[275,42,105,16,"_reactJsxDevRuntime"],[275,61,105,16],[275,62,105,16,"jsxDEV"],[275,68,105,16],[275,70,105,17,"_reactNative"],[275,82,105,21],[275,83,105,21,"View"],[275,87,105,21],[276,16,105,22,"style"],[276,21,105,27],[276,23,105,29],[276,24,105,30,"styles"],[276,30,105,36],[276,31,105,37,"actionIcon"],[276,41,105,47],[276,43,105,49],[277,18,105,51,"backgroundColor"],[277,33,105,66],[277,35,105,68,"action"],[277,41,105,74],[277,42,105,75,"color"],[278,16,105,81],[278,17,105,82],[278,18,105,84],[279,16,105,84,"children"],[279,24,105,84],[279,39,106,18],[279,43,106,18,"_reactJsxDevRuntime"],[279,62,106,18],[279,63,106,18,"jsxDEV"],[279,69,106,18],[279,71,106,19,"_expoVectorIcons"],[279,87,106,27],[279,88,106,27,"Ionicons"],[279,96,106,27],[280,18,106,28,"name"],[280,22,106,32],[280,24,106,34,"action"],[280,30,106,40],[280,31,106,41,"icon"],[280,35,106,46],[281,18,106,47,"size"],[281,22,106,51],[281,24,106,53],[281,26,106,56],[282,18,106,57,"color"],[282,23,106,62],[282,25,106,63],[283,16,106,69],[284,18,106,69,"fileName"],[284,26,106,69],[284,28,106,69,"_jsxFileName"],[284,40,106,69],[285,18,106,69,"lineNumber"],[285,28,106,69],[286,18,106,69,"columnNumber"],[286,30,106,69],[287,16,106,69],[287,23,106,71],[288,14,106,72],[289,16,106,72,"fileName"],[289,24,106,72],[289,26,106,72,"_jsxFileName"],[289,38,106,72],[290,16,106,72,"lineNumber"],[290,26,106,72],[291,16,106,72,"columnNumber"],[291,28,106,72],[292,14,106,72],[292,21,107,22],[292,22,107,23],[292,37,108,16],[292,41,108,16,"_reactJsxDevRuntime"],[292,60,108,16],[292,61,108,16,"jsxDEV"],[292,67,108,16],[292,69,108,17,"_reactNative"],[292,81,108,21],[292,82,108,21,"Text"],[292,86,108,21],[293,16,108,22,"style"],[293,21,108,27],[293,23,108,29,"styles"],[293,29,108,35],[293,30,108,36,"actionLabel"],[293,41,108,48],[294,16,108,48,"children"],[294,24,108,48],[294,26,108,50,"action"],[294,32,108,56],[294,33,108,57,"label"],[295,14,108,62],[296,16,108,62,"fileName"],[296,24,108,62],[296,26,108,62,"_jsxFileName"],[296,38,108,62],[297,16,108,62,"lineNumber"],[297,26,108,62],[298,16,108,62,"columnNumber"],[298,28,108,62],[299,14,108,62],[299,21,108,69],[299,22,108,70],[300,12,108,70],[300,15,98,21,"action"],[300,21,98,27],[300,22,98,28,"id"],[300,24,98,30],[301,14,98,30,"fileName"],[301,22,98,30],[301,24,98,30,"_jsxFileName"],[301,36,98,30],[302,14,98,30,"lineNumber"],[302,24,98,30],[303,14,98,30,"columnNumber"],[303,26,98,30],[304,12,98,30],[304,19,109,32],[304,20,110,13],[305,10,110,14],[306,12,110,14,"fileName"],[306,20,110,14],[306,22,110,14,"_jsxFileName"],[306,34,110,14],[307,12,110,14,"lineNumber"],[307,22,110,14],[308,12,110,14,"columnNumber"],[308,24,110,14],[309,10,110,14],[309,17,111,16],[309,18,111,17],[310,8,111,17],[311,10,111,17,"fileName"],[311,18,111,17],[311,20,111,17,"_jsxFileName"],[311,32,111,17],[312,10,111,17,"lineNumber"],[312,20,111,17],[313,10,111,17,"columnNumber"],[313,22,111,17],[314,8,111,17],[314,15,112,14],[314,16,112,15],[315,6,112,15],[316,8,112,15,"fileName"],[316,16,112,15],[316,18,112,15,"_jsxFileName"],[316,30,112,15],[317,8,112,15,"lineNumber"],[317,18,112,15],[318,8,112,15,"columnNumber"],[318,20,112,15],[319,6,112,15],[319,13,113,18],[320,4,113,19],[321,6,113,19,"fileName"],[321,14,113,19],[321,16,113,19,"_jsxFileName"],[321,28,113,19],[322,6,113,19,"lineNumber"],[322,16,113,19],[323,6,113,19,"columnNumber"],[323,18,113,19],[324,4,113,19],[324,11,114,10],[324,12,114,11],[325,2,116,0],[326,2,116,1,"_s"],[326,4,116,1],[326,5,20,9,"HomeTab"],[326,12,20,16],[327,4,20,16],[327,12,21,19,"useAuth"],[327,32,21,26],[327,33,21,26,"useAuth"],[327,40,21,26],[327,42,22,17,"useSafeAreaInsets"],[327,69,22,34],[327,70,22,34,"useSafeAreaInsets"],[327,87,22,34],[328,2,22,34],[329,2,22,34,"_c"],[329,4,22,34],[329,7,20,9,"HomeTab"],[329,14,20,16],[330,2,118,0],[330,11,118,9,"WalletTab"],[330,20,118,18,"WalletTab"],[330,21,118,18],[330,23,118,21],[331,4,118,21,"_s2"],[331,7,118,21],[332,4,119,2],[332,8,119,2,"_useAuth2"],[332,17,119,2],[332,20,119,19],[332,24,119,19,"useAuth"],[332,44,119,26],[332,45,119,26,"useAuth"],[332,52,119,26],[332,54,119,27],[332,55,119,28],[333,6,119,10,"user"],[333,10,119,14],[333,13,119,14,"_useAuth2"],[333,22,119,14],[333,23,119,10,"user"],[333,27,119,14],[334,4,120,2],[334,8,120,8,"insets"],[334,14,120,14],[334,17,120,17],[334,21,120,17,"useSafeAreaInsets"],[334,48,120,34],[334,49,120,34,"useSafeAreaInsets"],[334,66,120,34],[334,68,120,35],[334,69,120,36],[335,4,121,2],[335,8,121,2,"_useState3"],[335,18,121,2],[335,21,121,38],[335,25,121,38,"useState"],[335,31,121,46],[335,32,121,46,"useState"],[335,40,121,46],[335,42,121,47],[335,54,121,59],[335,55,121,60],[336,6,121,60,"_useState4"],[336,16,121,60],[336,23,121,60,"_slicedToArray"],[336,37,121,60],[336,38,121,60,"default"],[336,45,121,60],[336,47,121,60,"_useState3"],[336,57,121,60],[337,6,121,9,"hezBalance"],[337,16,121,19],[337,19,121,19,"_useState4"],[337,29,121,19],[338,6,121,21,"setHezBalance"],[338,19,121,34],[338,22,121,34,"_useState4"],[338,32,121,34],[339,4,122,2],[339,8,122,2,"_useState5"],[339,18,122,2],[339,21,122,38],[339,25,122,38,"useState"],[339,31,122,46],[339,32,122,46,"useState"],[339,40,122,46],[339,42,122,47],[339,54,122,59],[339,55,122,60],[340,6,122,60,"_useState6"],[340,16,122,60],[340,23,122,60,"_slicedToArray"],[340,37,122,60],[340,38,122,60,"default"],[340,45,122,60],[340,47,122,60,"_useState5"],[340,57,122,60],[341,6,122,9,"pezBalance"],[341,16,122,19],[341,19,122,19,"_useState6"],[341,29,122,19],[342,6,122,21,"setPezBalance"],[342,19,122,34],[342,22,122,34,"_useState6"],[342,32,122,34],[343,4,123,2],[343,8,123,2,"_useState7"],[343,18,123,2],[343,21,123,32],[343,25,123,32,"useState"],[343,31,123,40],[343,32,123,40,"useState"],[343,40,123,40],[343,42,123,41],[343,46,123,45],[343,47,123,46],[344,6,123,46,"_useState8"],[344,16,123,46],[344,23,123,46,"_slicedToArray"],[344,37,123,46],[344,38,123,46,"default"],[344,45,123,46],[344,47,123,46,"_useState7"],[344,57,123,46],[345,6,123,9,"loading"],[345,13,123,16],[345,16,123,16,"_useState8"],[345,26,123,16],[346,6,123,18,"setLoading"],[346,16,123,28],[346,19,123,28,"_useState8"],[346,29,123,28],[347,4,125,2],[347,8,125,8,"TEST_WALLET"],[347,19,125,19],[347,22,125,22],[347,72,125,72],[348,4,127,2],[348,8,127,2,"useEffect"],[348,14,127,11],[348,15,127,11,"useEffect"],[348,24,127,11],[348,26,127,12],[348,32,127,18],[349,6,128,4,"fetchBalance"],[349,18,128,16],[349,19,128,17],[349,20,128,18],[350,4,129,2],[350,5,129,3],[350,7,129,5],[350,9,129,7],[350,10,129,8],[351,4,131,2],[351,8,131,8,"fetchBalance"],[351,20,131,20],[352,6,131,20],[352,10,131,20,"_ref2"],[352,15,131,20],[352,22,131,20,"_asyncToGenerator"],[352,39,131,20],[352,40,131,20,"default"],[352,47,131,20],[352,49,131,23],[352,62,131,35],[353,8,132,4],[353,12,132,8],[354,10,133,6],[354,14,133,12,"backendUrl"],[354,24,133,22],[354,27,133,25],[354,84,133,64],[354,107,133,87],[355,10,134,6],[355,14,134,12,"controller"],[355,24,134,22],[355,27,134,25],[355,31,134,29,"AbortController"],[355,46,134,44],[355,47,134,45],[355,48,134,46],[356,10,135,6],[356,14,135,12,"timeoutId"],[356,23,135,21],[356,26,135,24,"setTimeout"],[356,36,135,34],[356,37,135,35],[356,43,135,41,"controller"],[356,53,135,51],[356,54,135,52,"abort"],[356,59,135,57],[356,60,135,58],[356,61,135,59],[356,63,135,61],[356,67,135,65],[356,68,135,66],[356,69,135,67],[356,70,135,68],[358,10,137,6],[358,14,137,12,"response"],[358,22,137,20],[358,31,137,29,"fetch"],[358,36,137,34],[358,37,137,35],[358,40,137,38,"backendUrl"],[358,50,137,48],[358,75,137,73],[358,77,137,75],[359,12,138,8,"method"],[359,18,138,14],[359,20,138,16],[359,26,138,22],[360,12,139,8,"headers"],[360,19,139,15],[360,21,139,17],[361,14,140,10],[361,28,140,24],[361,30,140,26],[362,12,141,8],[362,13,141,9],[363,12,142,8,"body"],[363,16,142,12],[363,18,142,14,"JSON"],[363,22,142,18],[363,23,142,19,"stringify"],[363,32,142,28],[363,33,142,29],[364,14,143,10,"address"],[364,21,143,17],[364,23,143,19,"TEST_WALLET"],[365,12,144,8],[365,13,144,9],[365,14,144,10],[366,12,145,8,"signal"],[366,18,145,14],[366,20,145,16,"controller"],[366,30,145,26],[366,31,145,27,"signal"],[367,10,146,6],[367,11,146,7],[367,12,146,8],[368,10,148,6,"clearTimeout"],[368,22,148,18],[368,23,148,19,"timeoutId"],[368,32,148,28],[368,33,148,29],[369,10,150,6],[369,14,150,10,"response"],[369,22,150,18],[369,23,150,19,"ok"],[369,25,150,21],[369,27,150,23],[370,12,151,8],[370,16,151,14,"data"],[370,20,151,18],[370,29,151,27,"response"],[370,37,151,35],[370,38,151,36,"json"],[370,42,151,40],[370,43,151,41],[370,44,151,42],[371,12,152,8,"setHezBalance"],[371,25,152,21],[371,26,152,22,"parseFloat"],[371,36,152,32],[371,37,152,33,"data"],[371,41,152,37],[371,42,152,38,"hez"],[371,45,152,41],[371,46,152,42],[371,47,152,43,"toFixed"],[371,54,152,50],[371,55,152,51],[371,56,152,52],[371,57,152,53],[371,58,152,54],[372,12,153,8,"setPezBalance"],[372,25,153,21],[372,26,153,22,"parseFloat"],[372,36,153,32],[372,37,153,33,"data"],[372,41,153,37],[372,42,153,38,"pez"],[372,45,153,41],[372,46,153,42],[372,47,153,43,"toFixed"],[372,54,153,50],[372,55,153,51],[372,56,153,52],[372,57,153,53],[372,58,153,54],[373,10,154,6],[373,11,154,7],[373,17,154,13],[374,12,155,8,"setHezBalance"],[374,25,155,21],[374,26,155,22],[374,32,155,28],[374,33,155,29],[375,12,156,8,"setPezBalance"],[375,25,156,21],[375,26,156,22],[375,32,156,28],[375,33,156,29],[376,10,157,6],[377,8,158,4],[377,9,158,5],[377,10,158,6],[377,17,158,13,"error"],[377,22,158,18],[377,24,158,20],[378,10,159,6,"console"],[378,17,159,13],[378,18,159,14,"error"],[378,23,159,19],[378,24,159,20],[378,46,159,42],[378,48,159,44,"error"],[378,53,159,49],[378,54,159,50],[379,10,160,6,"setHezBalance"],[379,23,160,19],[379,24,160,20],[379,30,160,26],[379,31,160,27],[380,10,161,6,"setPezBalance"],[380,23,161,19],[380,24,161,20],[380,30,161,26],[380,31,161,27],[381,8,162,4],[381,9,162,5],[381,18,162,14],[382,10,163,6,"setLoading"],[382,20,163,16],[382,21,163,17],[382,26,163,22],[382,27,163,23],[383,8,164,4],[384,6,165,2],[384,7,165,3],[385,6,165,3],[385,22,131,8,"fetchBalance"],[385,34,131,20,"fetchBalance"],[385,35,131,20],[386,8,131,20],[386,15,131,20,"_ref2"],[386,20,131,20],[386,21,131,20,"apply"],[386,26,131,20],[386,33,131,20,"arguments"],[386,42,131,20],[387,6,131,20],[388,4,131,20],[388,7,165,3],[389,4,167,2],[389,24,168,4],[389,28,168,4,"_reactJsxDevRuntime"],[389,47,168,4],[389,48,168,4,"jsxDEV"],[389,54,168,4],[389,56,168,5,"_reactNative"],[389,68,168,9],[389,69,168,9,"View"],[389,73,168,9],[390,6,168,10,"style"],[390,11,168,15],[390,13,168,17,"styles"],[390,19,168,23],[390,20,168,24,"container"],[390,29,168,34],[391,6,168,34,"children"],[391,14,168,34],[391,29,169,6],[391,33,169,6,"_reactJsxDevRuntime"],[391,52,169,6],[391,53,169,6,"jsxDEV"],[391,59,169,6],[391,61,169,7,"_reactNative"],[391,73,169,17],[391,74,169,17,"ScrollView"],[391,84,169,17],[392,8,169,18,"contentContainerStyle"],[392,29,169,39],[392,31,169,41,"styles"],[392,37,169,47],[392,38,169,48,"walletScrollContent"],[392,57,169,68],[393,8,169,68,"children"],[393,16,169,68],[393,32,171,8],[393,36,171,8,"_reactJsxDevRuntime"],[393,55,171,8],[393,56,171,8,"jsxDEV"],[393,62,171,8],[393,64,171,9,"_reactNative"],[393,76,171,13],[393,77,171,13,"View"],[393,81,171,13],[394,10,171,14,"style"],[394,15,171,19],[394,17,171,21],[394,18,171,22,"styles"],[394,24,171,28],[394,25,171,29,"walletHeader"],[394,37,171,41],[394,39,171,43],[395,12,171,45,"paddingTop"],[395,22,171,55],[395,24,171,57,"insets"],[395,30,171,63],[395,31,171,64,"top"],[395,34,171,67],[395,37,171,70],[396,10,171,73],[396,11,171,74],[396,12,171,76],[397,10,171,76,"children"],[397,18,171,76],[397,34,172,10],[397,38,172,10,"_reactJsxDevRuntime"],[397,57,172,10],[397,58,172,10,"jsxDEV"],[397,64,172,10],[397,66,172,11,"_reactNative"],[397,78,172,15],[397,79,172,15,"Text"],[397,83,172,15],[398,12,172,16,"style"],[398,17,172,21],[398,19,172,23,"styles"],[398,25,172,29],[398,26,172,30,"walletTitle"],[398,37,172,42],[399,12,172,42,"children"],[399,20,172,42],[399,22,172,43],[400,10,172,52],[401,12,172,52,"fileName"],[401,20,172,52],[401,22,172,52,"_jsxFileName"],[401,34,172,52],[402,12,172,52,"lineNumber"],[402,22,172,52],[403,12,172,52,"columnNumber"],[403,24,172,52],[404,10,172,52],[404,17,172,58],[404,18,172,59],[404,33,173,10],[404,37,173,10,"_reactJsxDevRuntime"],[404,56,173,10],[404,57,173,10,"jsxDEV"],[404,63,173,10],[404,65,173,11,"_reactNative"],[404,77,173,27],[404,78,173,27,"TouchableOpacity"],[404,94,173,27],[405,12,173,28,"onPress"],[405,19,173,35],[405,21,173,37,"fetchBalance"],[405,33,173,50],[406,12,173,51,"style"],[406,17,173,56],[406,19,173,58,"styles"],[406,25,173,64],[406,26,173,65,"refreshButton"],[406,39,173,79],[407,12,173,79,"children"],[407,20,173,79],[407,35,174,12],[407,39,174,12,"_reactJsxDevRuntime"],[407,58,174,12],[407,59,174,12,"jsxDEV"],[407,65,174,12],[407,67,174,13,"_expoVectorIcons"],[407,83,174,21],[407,84,174,21,"Ionicons"],[407,92,174,21],[408,14,174,22,"name"],[408,18,174,26],[408,20,174,27],[408,29,174,36],[409,14,174,37,"size"],[409,18,174,41],[409,20,174,43],[409,22,174,46],[410,14,174,47,"color"],[410,19,174,52],[410,21,174,53],[411,12,174,62],[412,14,174,62,"fileName"],[412,22,174,62],[412,24,174,62,"_jsxFileName"],[412,36,174,62],[413,14,174,62,"lineNumber"],[413,24,174,62],[414,14,174,62,"columnNumber"],[414,26,174,62],[415,12,174,62],[415,19,174,64],[416,10,174,65],[417,12,174,65,"fileName"],[417,20,174,65],[417,22,174,65,"_jsxFileName"],[417,34,174,65],[418,12,174,65,"lineNumber"],[418,22,174,65],[419,12,174,65,"columnNumber"],[419,24,174,65],[420,10,174,65],[420,17,175,28],[420,18,175,29],[421,8,175,29],[422,10,175,29,"fileName"],[422,18,175,29],[422,20,175,29,"_jsxFileName"],[422,32,175,29],[423,10,175,29,"lineNumber"],[423,20,175,29],[424,10,175,29,"columnNumber"],[424,22,175,29],[425,8,175,29],[425,15,176,14],[425,16,176,15],[425,31,179,8],[425,35,179,8,"_reactJsxDevRuntime"],[425,54,179,8],[425,55,179,8,"jsxDEV"],[425,61,179,8],[425,63,179,9,"_reactNative"],[425,75,179,13],[425,76,179,13,"View"],[425,80,179,13],[426,10,179,14,"style"],[426,15,179,19],[426,17,179,21,"styles"],[426,23,179,27],[426,24,179,28,"balanceRow"],[426,34,179,39],[427,10,179,39,"children"],[427,18,179,39],[427,34,180,10],[427,38,180,10,"_reactJsxDevRuntime"],[427,57,180,10],[427,58,180,10,"jsxDEV"],[427,64,180,10],[427,66,180,11,"_reactNative"],[427,78,180,15],[427,79,180,15,"View"],[427,83,180,15],[428,12,180,16,"style"],[428,17,180,21],[428,19,180,23,"styles"],[428,25,180,29],[428,26,180,30,"balanceCardNew"],[428,40,180,45],[429,12,180,45,"children"],[429,20,180,45],[429,36,181,12],[429,40,181,12,"_reactJsxDevRuntime"],[429,59,181,12],[429,60,181,12,"jsxDEV"],[429,66,181,12],[429,68,181,13,"_reactNative"],[429,80,181,18],[429,81,181,18,"Image"],[429,86,181,18],[430,14,182,14,"source"],[430,20,182,20],[430,22,182,22],[431,16,182,24,"uri"],[431,19,182,27],[431,21,182,29],[432,14,182,145],[432,15,182,147],[433,14,183,14,"style"],[433,19,183,19],[433,21,183,21,"styles"],[433,27,183,27],[433,28,183,28,"tokenLogoNew"],[434,12,183,41],[435,14,183,41,"fileName"],[435,22,183,41],[435,24,183,41,"_jsxFileName"],[435,36,183,41],[436,14,183,41,"lineNumber"],[436,24,183,41],[437,14,183,41,"columnNumber"],[437,26,183,41],[438,12,183,41],[438,19,184,13],[438,20,184,14],[438,35,185,12],[438,39,185,12,"_reactJsxDevRuntime"],[438,58,185,12],[438,59,185,12,"jsxDEV"],[438,65,185,12],[438,67,185,13,"_reactNative"],[438,79,185,17],[438,80,185,17,"Text"],[438,84,185,17],[439,14,185,18,"style"],[439,19,185,23],[439,21,185,25,"styles"],[439,27,185,31],[439,28,185,32,"tokenSymbolNew"],[439,42,185,47],[440,14,185,47,"children"],[440,22,185,47],[440,24,185,48],[441,12,185,51],[442,14,185,51,"fileName"],[442,22,185,51],[442,24,185,51,"_jsxFileName"],[442,36,185,51],[443,14,185,51,"lineNumber"],[443,24,185,51],[444,14,185,51,"columnNumber"],[444,26,185,51],[445,12,185,51],[445,19,185,57],[445,20,185,58],[445,35,186,12],[445,39,186,12,"_reactJsxDevRuntime"],[445,58,186,12],[445,59,186,12,"jsxDEV"],[445,65,186,12],[445,67,186,13,"_reactNative"],[445,79,186,17],[445,80,186,17,"Text"],[445,84,186,17],[446,14,186,18,"style"],[446,19,186,23],[446,21,186,25,"styles"],[446,27,186,31],[446,28,186,32,"balanceAmountNew"],[446,44,186,49],[447,14,186,49,"children"],[447,22,186,49],[447,24,186,51,"hezBalance"],[448,12,186,61],[449,14,186,61,"fileName"],[449,22,186,61],[449,24,186,61,"_jsxFileName"],[449,36,186,61],[450,14,186,61,"lineNumber"],[450,24,186,61],[451,14,186,61,"columnNumber"],[451,26,186,61],[452,12,186,61],[452,19,186,68],[452,20,186,69],[452,35,187,12],[452,39,187,12,"_reactJsxDevRuntime"],[452,58,187,12],[452,59,187,12,"jsxDEV"],[452,65,187,12],[452,67,187,13,"_reactNative"],[452,79,187,17],[452,80,187,17,"Text"],[452,84,187,17],[453,14,187,18,"style"],[453,19,187,23],[453,21,187,25,"styles"],[453,27,187,31],[453,28,187,32,"tokenNameNew"],[453,40,187,45],[454,14,187,45,"children"],[454,22,187,45],[454,24,187,46],[455,12,187,61],[456,14,187,61,"fileName"],[456,22,187,61],[456,24,187,61,"_jsxFileName"],[456,36,187,61],[457,14,187,61,"lineNumber"],[457,24,187,61],[458,14,187,61,"columnNumber"],[458,26,187,61],[459,12,187,61],[459,19,187,67],[459,20,187,68],[460,10,187,68],[461,12,187,68,"fileName"],[461,20,187,68],[461,22,187,68,"_jsxFileName"],[461,34,187,68],[462,12,187,68,"lineNumber"],[462,22,187,68],[463,12,187,68,"columnNumber"],[463,24,187,68],[464,10,187,68],[464,17,188,16],[464,18,188,17],[464,33,190,10],[464,37,190,10,"_reactJsxDevRuntime"],[464,56,190,10],[464,57,190,10,"jsxDEV"],[464,63,190,10],[464,65,190,11,"_reactNative"],[464,77,190,15],[464,78,190,15,"View"],[464,82,190,15],[465,12,190,16,"style"],[465,17,190,21],[465,19,190,23,"styles"],[465,25,190,29],[465,26,190,30,"balanceCardNew"],[465,40,190,45],[466,12,190,45,"children"],[466,20,190,45],[466,36,191,12],[466,40,191,12,"_reactJsxDevRuntime"],[466,59,191,12],[466,60,191,12,"jsxDEV"],[466,66,191,12],[466,68,191,13,"_reactNative"],[466,80,191,18],[466,81,191,18,"Image"],[466,86,191,18],[467,14,192,14,"source"],[467,20,192,20],[467,22,192,22],[468,16,192,24,"uri"],[468,19,192,27],[468,21,192,29],[469,14,192,129],[469,15,192,131],[470,14,193,14,"style"],[470,19,193,19],[470,21,193,21,"styles"],[470,27,193,27],[470,28,193,28,"tokenLogoNew"],[471,12,193,41],[472,14,193,41,"fileName"],[472,22,193,41],[472,24,193,41,"_jsxFileName"],[472,36,193,41],[473,14,193,41,"lineNumber"],[473,24,193,41],[474,14,193,41,"columnNumber"],[474,26,193,41],[475,12,193,41],[475,19,194,13],[475,20,194,14],[475,35,195,12],[475,39,195,12,"_reactJsxDevRuntime"],[475,58,195,12],[475,59,195,12,"jsxDEV"],[475,65,195,12],[475,67,195,13,"_reactNative"],[475,79,195,17],[475,80,195,17,"Text"],[475,84,195,17],[476,14,195,18,"style"],[476,19,195,23],[476,21,195,25,"styles"],[476,27,195,31],[476,28,195,32,"tokenSymbolNew"],[476,42,195,47],[477,14,195,47,"children"],[477,22,195,47],[477,24,195,48],[478,12,195,51],[479,14,195,51,"fileName"],[479,22,195,51],[479,24,195,51,"_jsxFileName"],[479,36,195,51],[480,14,195,51,"lineNumber"],[480,24,195,51],[481,14,195,51,"columnNumber"],[481,26,195,51],[482,12,195,51],[482,19,195,57],[482,20,195,58],[482,35,196,12],[482,39,196,12,"_reactJsxDevRuntime"],[482,58,196,12],[482,59,196,12,"jsxDEV"],[482,65,196,12],[482,67,196,13,"_reactNative"],[482,79,196,17],[482,80,196,17,"Text"],[482,84,196,17],[483,14,196,18,"style"],[483,19,196,23],[483,21,196,25,"styles"],[483,27,196,31],[483,28,196,32,"balanceAmountNew"],[483,44,196,49],[484,14,196,49,"children"],[484,22,196,49],[484,24,196,51,"pezBalance"],[485,12,196,61],[486,14,196,61,"fileName"],[486,22,196,61],[486,24,196,61,"_jsxFileName"],[486,36,196,61],[487,14,196,61,"lineNumber"],[487,24,196,61],[488,14,196,61,"columnNumber"],[488,26,196,61],[489,12,196,61],[489,19,196,68],[489,20,196,69],[489,35,197,12],[489,39,197,12,"_reactJsxDevRuntime"],[489,58,197,12],[489,59,197,12,"jsxDEV"],[489,65,197,12],[489,67,197,13,"_reactNative"],[489,79,197,17],[489,80,197,17,"Text"],[489,84,197,17],[490,14,197,18,"style"],[490,19,197,23],[490,21,197,25,"styles"],[490,27,197,31],[490,28,197,32,"tokenNameNew"],[490,40,197,45],[491,14,197,45,"children"],[491,22,197,45],[491,24,197,46],[492,12,197,59],[493,14,197,59,"fileName"],[493,22,197,59],[493,24,197,59,"_jsxFileName"],[493,36,197,59],[494,14,197,59,"lineNumber"],[494,24,197,59],[495,14,197,59,"columnNumber"],[495,26,197,59],[496,12,197,59],[496,19,197,65],[496,20,197,66],[497,10,197,66],[498,12,197,66,"fileName"],[498,20,197,66],[498,22,197,66,"_jsxFileName"],[498,34,197,66],[499,12,197,66,"lineNumber"],[499,22,197,66],[500,12,197,66,"columnNumber"],[500,24,197,66],[501,10,197,66],[501,17,198,16],[501,18,198,17],[502,8,198,17],[503,10,198,17,"fileName"],[503,18,198,17],[503,20,198,17,"_jsxFileName"],[503,32,198,17],[504,10,198,17,"lineNumber"],[504,20,198,17],[505,10,198,17,"columnNumber"],[505,22,198,17],[506,8,198,17],[506,15,199,14],[506,16,199,15],[506,31,202,8],[506,35,202,8,"_reactJsxDevRuntime"],[506,54,202,8],[506,55,202,8,"jsxDEV"],[506,61,202,8],[506,63,202,9,"_reactNative"],[506,75,202,13],[506,76,202,13,"View"],[506,80,202,13],[507,10,202,14,"style"],[507,15,202,19],[507,17,202,21,"styles"],[507,23,202,27],[507,24,202,28,"actionsContainer"],[507,40,202,45],[508,10,202,45,"children"],[508,18,202,45],[508,34,204,10],[508,38,204,10,"_reactJsxDevRuntime"],[508,57,204,10],[508,58,204,10,"jsxDEV"],[508,64,204,10],[508,66,204,11,"_reactNative"],[508,78,204,15],[508,79,204,15,"View"],[508,83,204,15],[509,12,204,16,"style"],[509,17,204,21],[509,19,204,23,"styles"],[509,25,204,29],[509,26,204,30,"actionsRow"],[509,36,204,41],[510,12,204,41,"children"],[510,20,204,41],[510,36,205,12],[510,40,205,12,"_reactJsxDevRuntime"],[510,59,205,12],[510,60,205,12,"jsxDEV"],[510,66,205,12],[510,68,205,13,"_reactNative"],[510,80,205,29],[510,81,205,29,"TouchableOpacity"],[510,97,205,29],[511,14,205,30,"style"],[511,19,205,35],[511,21,205,37],[511,22,205,38,"styles"],[511,28,205,44],[511,29,205,45,"actionBtn"],[511,38,205,54],[511,40,205,56],[512,16,205,57,"backgroundColor"],[512,31,205,72],[512,33,205,74],[513,14,205,83],[513,15,205,84],[513,16,205,86],[514,14,205,86,"children"],[514,22,205,86],[514,38,206,14],[514,42,206,14,"_reactJsxDevRuntime"],[514,61,206,14],[514,62,206,14,"jsxDEV"],[514,68,206,14],[514,70,206,15,"_expoVectorIcons"],[514,86,206,23],[514,87,206,23,"Ionicons"],[514,95,206,23],[515,16,206,24,"name"],[515,20,206,28],[515,22,206,29],[515,32,206,39],[516,16,206,40,"size"],[516,20,206,44],[516,22,206,46],[516,24,206,49],[517,16,206,50,"color"],[517,21,206,55],[517,23,206,56],[518,14,206,62],[519,16,206,62,"fileName"],[519,24,206,62],[519,26,206,62,"_jsxFileName"],[519,38,206,62],[520,16,206,62,"lineNumber"],[520,26,206,62],[521,16,206,62,"columnNumber"],[521,28,206,62],[522,14,206,62],[522,21,206,64],[522,22,206,65],[522,37,207,14],[522,41,207,14,"_reactJsxDevRuntime"],[522,60,207,14],[522,61,207,14,"jsxDEV"],[522,67,207,14],[522,69,207,15,"_reactNative"],[522,81,207,19],[522,82,207,19,"Text"],[522,86,207,19],[523,16,207,20,"style"],[523,21,207,25],[523,23,207,27,"styles"],[523,29,207,33],[523,30,207,34,"actionBtnText"],[523,43,207,48],[524,16,207,48,"children"],[524,24,207,48],[524,26,207,49],[525,14,207,53],[526,16,207,53,"fileName"],[526,24,207,53],[526,26,207,53,"_jsxFileName"],[526,38,207,53],[527,16,207,53,"lineNumber"],[527,26,207,53],[528,16,207,53,"columnNumber"],[528,28,207,53],[529,14,207,53],[529,21,207,59],[529,22,207,60],[530,12,207,60],[531,14,207,60,"fileName"],[531,22,207,60],[531,24,207,60,"_jsxFileName"],[531,36,207,60],[532,14,207,60,"lineNumber"],[532,24,207,60],[533,14,207,60,"columnNumber"],[533,26,207,60],[534,12,207,60],[534,19,208,30],[534,20,208,31],[534,35,209,12],[534,39,209,12,"_reactJsxDevRuntime"],[534,58,209,12],[534,59,209,12,"jsxDEV"],[534,65,209,12],[534,67,209,13,"_reactNative"],[534,79,209,29],[534,80,209,29,"TouchableOpacity"],[534,96,209,29],[535,14,209,30,"style"],[535,19,209,35],[535,21,209,37],[535,22,209,38,"styles"],[535,28,209,44],[535,29,209,45,"actionBtn"],[535,38,209,54],[535,40,209,56],[536,16,209,57,"backgroundColor"],[536,31,209,72],[536,33,209,74],[537,14,209,83],[537,15,209,84],[537,16,209,86],[538,14,209,86,"children"],[538,22,209,86],[538,38,210,14],[538,42,210,14,"_reactJsxDevRuntime"],[538,61,210,14],[538,62,210,14,"jsxDEV"],[538,68,210,14],[538,70,210,15,"_expoVectorIcons"],[538,86,210,23],[538,87,210,23,"Ionicons"],[538,95,210,23],[539,16,210,24,"name"],[539,20,210,28],[539,22,210,29],[539,34,210,41],[540,16,210,42,"size"],[540,20,210,46],[540,22,210,48],[540,24,210,51],[541,16,210,52,"color"],[541,21,210,57],[541,23,210,58],[542,14,210,64],[543,16,210,64,"fileName"],[543,24,210,64],[543,26,210,64,"_jsxFileName"],[543,38,210,64],[544,16,210,64,"lineNumber"],[544,26,210,64],[545,16,210,64,"columnNumber"],[545,28,210,64],[546,14,210,64],[546,21,210,66],[546,22,210,67],[546,37,211,14],[546,41,211,14,"_reactJsxDevRuntime"],[546,60,211,14],[546,61,211,14,"jsxDEV"],[546,67,211,14],[546,69,211,15,"_reactNative"],[546,81,211,19],[546,82,211,19,"Text"],[546,86,211,19],[547,16,211,20,"style"],[547,21,211,25],[547,23,211,27,"styles"],[547,29,211,33],[547,30,211,34,"actionBtnText"],[547,43,211,48],[548,16,211,48,"children"],[548,24,211,48],[548,26,211,49],[549,14,211,56],[550,16,211,56,"fileName"],[550,24,211,56],[550,26,211,56,"_jsxFileName"],[550,38,211,56],[551,16,211,56,"lineNumber"],[551,26,211,56],[552,16,211,56,"columnNumber"],[552,28,211,56],[553,14,211,56],[553,21,211,62],[553,22,211,63],[554,12,211,63],[555,14,211,63,"fileName"],[555,22,211,63],[555,24,211,63,"_jsxFileName"],[555,36,211,63],[556,14,211,63,"lineNumber"],[556,24,211,63],[557,14,211,63,"columnNumber"],[557,26,211,63],[558,12,211,63],[558,19,212,30],[558,20,212,31],[558,35,213,12],[558,39,213,12,"_reactJsxDevRuntime"],[558,58,213,12],[558,59,213,12,"jsxDEV"],[558,65,213,12],[558,67,213,13,"_reactNative"],[558,79,213,29],[558,80,213,29,"TouchableOpacity"],[558,96,213,29],[559,14,213,30,"style"],[559,19,213,35],[559,21,213,37],[559,22,213,38,"styles"],[559,28,213,44],[559,29,213,45,"actionBtn"],[559,38,213,54],[559,40,213,56],[560,16,213,57,"backgroundColor"],[560,31,213,72],[560,33,213,74],[561,14,213,83],[561,15,213,84],[561,16,213,86],[562,14,213,86,"children"],[562,22,213,86],[562,38,214,14],[562,42,214,14,"_reactJsxDevRuntime"],[562,61,214,14],[562,62,214,14,"jsxDEV"],[562,68,214,14],[562,70,214,15,"_expoVectorIcons"],[562,86,214,23],[562,87,214,23,"Ionicons"],[562,95,214,23],[563,16,214,24,"name"],[563,20,214,28],[563,22,214,29],[563,39,214,46],[564,16,214,47,"size"],[564,20,214,51],[564,22,214,53],[564,24,214,56],[565,16,214,57,"color"],[565,21,214,62],[565,23,214,63],[566,14,214,69],[567,16,214,69,"fileName"],[567,24,214,69],[567,26,214,69,"_jsxFileName"],[567,38,214,69],[568,16,214,69,"lineNumber"],[568,26,214,69],[569,16,214,69,"columnNumber"],[569,28,214,69],[570,14,214,69],[570,21,214,71],[570,22,214,72],[570,37,215,14],[570,41,215,14,"_reactJsxDevRuntime"],[570,60,215,14],[570,61,215,14,"jsxDEV"],[570,67,215,14],[570,69,215,15,"_reactNative"],[570,81,215,19],[570,82,215,19,"Text"],[570,86,215,19],[571,16,215,20,"style"],[571,21,215,25],[571,23,215,27,"styles"],[571,29,215,33],[571,30,215,34,"actionBtnText"],[571,43,215,48],[572,16,215,48,"children"],[572,24,215,48],[572,26,215,49],[573,14,215,53],[574,16,215,53,"fileName"],[574,24,215,53],[574,26,215,53,"_jsxFileName"],[574,38,215,53],[575,16,215,53,"lineNumber"],[575,26,215,53],[576,16,215,53,"columnNumber"],[576,28,215,53],[577,14,215,53],[577,21,215,59],[577,22,215,60],[578,12,215,60],[579,14,215,60,"fileName"],[579,22,215,60],[579,24,215,60,"_jsxFileName"],[579,36,215,60],[580,14,215,60,"lineNumber"],[580,24,215,60],[581,14,215,60,"columnNumber"],[581,26,215,60],[582,12,215,60],[582,19,216,30],[582,20,216,31],[582,35,217,12],[582,39,217,12,"_reactJsxDevRuntime"],[582,58,217,12],[582,59,217,12,"jsxDEV"],[582,65,217,12],[582,67,217,13,"_reactNative"],[582,79,217,29],[582,80,217,29,"TouchableOpacity"],[582,96,217,29],[583,14,217,30,"style"],[583,19,217,35],[583,21,217,37],[583,22,217,38,"styles"],[583,28,217,44],[583,29,217,45,"actionBtn"],[583,38,217,54],[583,40,217,56],[584,16,217,57,"backgroundColor"],[584,31,217,72],[584,33,217,74],[585,14,217,83],[585,15,217,84],[585,16,217,86],[586,14,217,86,"children"],[586,22,217,86],[586,38,218,14],[586,42,218,14,"_reactJsxDevRuntime"],[586,61,218,14],[586,62,218,14,"jsxDEV"],[586,68,218,14],[586,70,218,15,"_expoVectorIcons"],[586,86,218,23],[586,87,218,23,"Ionicons"],[586,95,218,23],[587,16,218,24,"name"],[587,20,218,28],[587,22,218,29],[587,30,218,37],[588,16,218,38,"size"],[588,20,218,42],[588,22,218,44],[588,24,218,47],[589,16,218,48,"color"],[589,21,218,53],[589,23,218,54],[590,14,218,60],[591,16,218,60,"fileName"],[591,24,218,60],[591,26,218,60,"_jsxFileName"],[591,38,218,60],[592,16,218,60,"lineNumber"],[592,26,218,60],[593,16,218,60,"columnNumber"],[593,28,218,60],[594,14,218,60],[594,21,218,62],[594,22,218,63],[594,37,219,14],[594,41,219,14,"_reactJsxDevRuntime"],[594,60,219,14],[594,61,219,14,"jsxDEV"],[594,67,219,14],[594,69,219,15,"_reactNative"],[594,81,219,19],[594,82,219,19,"Text"],[594,86,219,19],[595,16,219,20,"style"],[595,21,219,25],[595,23,219,27,"styles"],[595,29,219,33],[595,30,219,34,"actionBtnText"],[595,43,219,48],[596,16,219,48,"children"],[596,24,219,48],[596,26,219,49],[597,14,219,52],[598,16,219,52,"fileName"],[598,24,219,52],[598,26,219,52,"_jsxFileName"],[598,38,219,52],[599,16,219,52,"lineNumber"],[599,26,219,52],[600,16,219,52,"columnNumber"],[600,28,219,52],[601,14,219,52],[601,21,219,58],[601,22,219,59],[602,12,219,59],[603,14,219,59,"fileName"],[603,22,219,59],[603,24,219,59,"_jsxFileName"],[603,36,219,59],[604,14,219,59,"lineNumber"],[604,24,219,59],[605,14,219,59,"columnNumber"],[605,26,219,59],[606,12,219,59],[606,19,220,30],[606,20,220,31],[607,10,220,31],[608,12,220,31,"fileName"],[608,20,220,31],[608,22,220,31,"_jsxFileName"],[608,34,220,31],[609,12,220,31,"lineNumber"],[609,22,220,31],[610,12,220,31,"columnNumber"],[610,24,220,31],[611,10,220,31],[611,17,221,16],[611,18,221,17],[611,33,224,10],[611,37,224,10,"_reactJsxDevRuntime"],[611,56,224,10],[611,57,224,10,"jsxDEV"],[611,63,224,10],[611,65,224,11,"_reactNative"],[611,77,224,15],[611,78,224,15,"View"],[611,82,224,15],[612,12,224,16,"style"],[612,17,224,21],[612,19,224,23,"styles"],[612,25,224,29],[612,26,224,30,"actionsRow"],[612,36,224,41],[613,12,224,41,"children"],[613,20,224,41],[613,36,225,12],[613,40,225,12,"_reactJsxDevRuntime"],[613,59,225,12],[613,60,225,12,"jsxDEV"],[613,66,225,12],[613,68,225,13,"_reactNative"],[613,80,225,29],[613,81,225,29,"TouchableOpacity"],[613,97,225,29],[614,14,225,30,"style"],[614,19,225,35],[614,21,225,37],[614,22,225,38,"styles"],[614,28,225,44],[614,29,225,45,"actionBtn"],[614,38,225,54],[614,40,225,56],[615,16,225,57,"backgroundColor"],[615,31,225,72],[615,33,225,74],[616,14,225,83],[616,15,225,84],[616,16,225,86],[617,14,225,86,"children"],[617,22,225,86],[617,38,226,14],[617,42,226,14,"_reactJsxDevRuntime"],[617,61,226,14],[617,62,226,14,"jsxDEV"],[617,68,226,14],[617,70,226,15,"_expoVectorIcons"],[617,86,226,23],[617,87,226,23,"Ionicons"],[617,95,226,23],[618,16,226,24,"name"],[618,20,226,28],[618,22,226,29],[618,33,226,40],[619,16,226,41,"size"],[619,20,226,45],[619,22,226,47],[619,24,226,50],[620,16,226,51,"color"],[620,21,226,56],[620,23,226,57],[621,14,226,63],[622,16,226,63,"fileName"],[622,24,226,63],[622,26,226,63,"_jsxFileName"],[622,38,226,63],[623,16,226,63,"lineNumber"],[623,26,226,63],[624,16,226,63,"columnNumber"],[624,28,226,63],[625,14,226,63],[625,21,226,65],[625,22,226,66],[625,37,227,14],[625,41,227,14,"_reactJsxDevRuntime"],[625,60,227,14],[625,61,227,14,"jsxDEV"],[625,67,227,14],[625,69,227,15,"_reactNative"],[625,81,227,19],[625,82,227,19,"Text"],[625,86,227,19],[626,16,227,20,"style"],[626,21,227,25],[626,23,227,27,"styles"],[626,29,227,33],[626,30,227,34,"actionBtnText"],[626,43,227,48],[627,16,227,48,"children"],[627,24,227,48],[627,26,227,49],[628,14,227,53],[629,16,227,53,"fileName"],[629,24,227,53],[629,26,227,53,"_jsxFileName"],[629,38,227,53],[630,16,227,53,"lineNumber"],[630,26,227,53],[631,16,227,53,"columnNumber"],[631,28,227,53],[632,14,227,53],[632,21,227,59],[632,22,227,60],[633,12,227,60],[634,14,227,60,"fileName"],[634,22,227,60],[634,24,227,60,"_jsxFileName"],[634,36,227,60],[635,14,227,60,"lineNumber"],[635,24,227,60],[636,14,227,60,"columnNumber"],[636,26,227,60],[637,12,227,60],[637,19,228,30],[637,20,228,31],[637,35,229,12],[637,39,229,12,"_reactJsxDevRuntime"],[637,58,229,12],[637,59,229,12,"jsxDEV"],[637,65,229,12],[637,67,229,13,"_reactNative"],[637,79,229,29],[637,80,229,29,"TouchableOpacity"],[637,96,229,29],[638,14,229,30,"style"],[638,19,229,35],[638,21,229,37],[638,22,229,38,"styles"],[638,28,229,44],[638,29,229,45,"actionBtn"],[638,38,229,54],[638,40,229,56],[639,16,229,57,"backgroundColor"],[639,31,229,72],[639,33,229,74],[640,14,229,83],[640,15,229,84],[640,16,229,86],[641,14,229,86,"children"],[641,22,229,86],[641,38,230,14],[641,42,230,14,"_reactJsxDevRuntime"],[641,61,230,14],[641,62,230,14,"jsxDEV"],[641,68,230,14],[641,70,230,15,"_expoVectorIcons"],[641,86,230,23],[641,87,230,23,"Ionicons"],[641,95,230,23],[642,16,230,24,"name"],[642,20,230,28],[642,22,230,29],[642,28,230,35],[643,16,230,36,"size"],[643,20,230,40],[643,22,230,42],[643,24,230,45],[644,16,230,46,"color"],[644,21,230,51],[644,23,230,52],[645,14,230,58],[646,16,230,58,"fileName"],[646,24,230,58],[646,26,230,58,"_jsxFileName"],[646,38,230,58],[647,16,230,58,"lineNumber"],[647,26,230,58],[648,16,230,58,"columnNumber"],[648,28,230,58],[649,14,230,58],[649,21,230,60],[649,22,230,61],[649,37,231,14],[649,41,231,14,"_reactJsxDevRuntime"],[649,60,231,14],[649,61,231,14,"jsxDEV"],[649,67,231,14],[649,69,231,15,"_reactNative"],[649,81,231,19],[649,82,231,19,"Text"],[649,86,231,19],[650,16,231,20,"style"],[650,21,231,25],[650,23,231,27,"styles"],[650,29,231,33],[650,30,231,34,"actionBtnText"],[650,43,231,48],[651,16,231,48,"children"],[651,24,231,48],[651,26,231,49],[652,14,231,54],[653,16,231,54,"fileName"],[653,24,231,54],[653,26,231,54,"_jsxFileName"],[653,38,231,54],[654,16,231,54,"lineNumber"],[654,26,231,54],[655,16,231,54,"columnNumber"],[655,28,231,54],[656,14,231,54],[656,21,231,60],[656,22,231,61],[657,12,231,61],[658,14,231,61,"fileName"],[658,22,231,61],[658,24,231,61,"_jsxFileName"],[658,36,231,61],[659,14,231,61,"lineNumber"],[659,24,231,61],[660,14,231,61,"columnNumber"],[660,26,231,61],[661,12,231,61],[661,19,232,30],[661,20,232,31],[661,35,233,12],[661,39,233,12,"_reactJsxDevRuntime"],[661,58,233,12],[661,59,233,12,"jsxDEV"],[661,65,233,12],[661,67,233,13,"_reactNative"],[661,79,233,29],[661,80,233,29,"TouchableOpacity"],[661,96,233,29],[662,14,233,30,"style"],[662,19,233,35],[662,21,233,37],[662,22,233,38,"styles"],[662,28,233,44],[662,29,233,45,"actionBtn"],[662,38,233,54],[662,40,233,56],[663,16,233,57,"backgroundColor"],[663,31,233,72],[663,33,233,74],[664,14,233,83],[664,15,233,84],[664,16,233,86],[665,14,233,86,"children"],[665,22,233,86],[665,38,234,14],[665,42,234,14,"_reactJsxDevRuntime"],[665,61,234,14],[665,62,234,14,"jsxDEV"],[665,68,234,14],[665,70,234,15,"_expoVectorIcons"],[665,86,234,23],[665,87,234,23,"Ionicons"],[665,95,234,23],[666,16,234,24,"name"],[666,20,234,28],[666,22,234,29],[666,28,234,35],[667,16,234,36,"size"],[667,20,234,40],[667,22,234,42],[667,24,234,45],[668,16,234,46,"color"],[668,21,234,51],[668,23,234,52],[669,14,234,58],[670,16,234,58,"fileName"],[670,24,234,58],[670,26,234,58,"_jsxFileName"],[670,38,234,58],[671,16,234,58,"lineNumber"],[671,26,234,58],[672,16,234,58,"columnNumber"],[672,28,234,58],[673,14,234,58],[673,21,234,60],[673,22,234,61],[673,37,235,14],[673,41,235,14,"_reactJsxDevRuntime"],[673,60,235,14],[673,61,235,14,"jsxDEV"],[673,67,235,14],[673,69,235,15,"_reactNative"],[673,81,235,19],[673,82,235,19,"Text"],[673,86,235,19],[674,16,235,20,"style"],[674,21,235,25],[674,23,235,27,"styles"],[674,29,235,33],[674,30,235,34,"actionBtnText"],[674,43,235,48],[675,16,235,48,"children"],[675,24,235,48],[675,26,235,49],[676,14,235,56],[677,16,235,56,"fileName"],[677,24,235,56],[677,26,235,56,"_jsxFileName"],[677,38,235,56],[678,16,235,56,"lineNumber"],[678,26,235,56],[679,16,235,56,"columnNumber"],[679,28,235,56],[680,14,235,56],[680,21,235,62],[680,22,235,63],[681,12,235,63],[682,14,235,63,"fileName"],[682,22,235,63],[682,24,235,63,"_jsxFileName"],[682,36,235,63],[683,14,235,63,"lineNumber"],[683,24,235,63],[684,14,235,63,"columnNumber"],[684,26,235,63],[685,12,235,63],[685,19,236,30],[685,20,236,31],[685,35,237,12],[685,39,237,12,"_reactJsxDevRuntime"],[685,58,237,12],[685,59,237,12,"jsxDEV"],[685,65,237,12],[685,67,237,13,"_reactNative"],[685,79,237,29],[685,80,237,29,"TouchableOpacity"],[685,96,237,29],[686,14,237,30,"style"],[686,19,237,35],[686,21,237,37],[686,22,237,38,"styles"],[686,28,237,44],[686,29,237,45,"actionBtn"],[686,38,237,54],[686,40,237,56],[687,16,237,57,"backgroundColor"],[687,31,237,72],[687,33,237,74],[688,14,237,83],[688,15,237,84],[688,16,237,86],[689,14,237,86,"children"],[689,22,237,86],[689,38,238,14],[689,42,238,14,"_reactJsxDevRuntime"],[689,61,238,14],[689,62,238,14,"jsxDEV"],[689,68,238,14],[689,70,238,15,"_expoVectorIcons"],[689,86,238,23],[689,87,238,23,"Ionicons"],[689,95,238,23],[690,16,238,24,"name"],[690,20,238,28],[690,22,238,29],[690,28,238,35],[691,16,238,36,"size"],[691,20,238,40],[691,22,238,42],[691,24,238,45],[692,16,238,46,"color"],[692,21,238,51],[692,23,238,52],[693,14,238,58],[694,16,238,58,"fileName"],[694,24,238,58],[694,26,238,58,"_jsxFileName"],[694,38,238,58],[695,16,238,58,"lineNumber"],[695,26,238,58],[696,16,238,58,"columnNumber"],[696,28,238,58],[697,14,238,58],[697,21,238,60],[697,22,238,61],[697,37,239,14],[697,41,239,14,"_reactJsxDevRuntime"],[697,60,239,14],[697,61,239,14,"jsxDEV"],[697,67,239,14],[697,69,239,15,"_reactNative"],[697,81,239,19],[697,82,239,19,"Text"],[697,86,239,19],[698,16,239,20,"style"],[698,21,239,25],[698,23,239,27,"styles"],[698,29,239,33],[698,30,239,34,"actionBtnText"],[698,43,239,48],[699,16,239,48,"children"],[699,24,239,48],[699,26,239,49],[700,14,239,56],[701,16,239,56,"fileName"],[701,24,239,56],[701,26,239,56,"_jsxFileName"],[701,38,239,56],[702,16,239,56,"lineNumber"],[702,26,239,56],[703,16,239,56,"columnNumber"],[703,28,239,56],[704,14,239,56],[704,21,239,62],[704,22,239,63],[705,12,239,63],[706,14,239,63,"fileName"],[706,22,239,63],[706,24,239,63,"_jsxFileName"],[706,36,239,63],[707,14,239,63,"lineNumber"],[707,24,239,63],[708,14,239,63,"columnNumber"],[708,26,239,63],[709,12,239,63],[709,19,240,30],[709,20,240,31],[710,10,240,31],[711,12,240,31,"fileName"],[711,20,240,31],[711,22,240,31,"_jsxFileName"],[711,34,240,31],[712,12,240,31,"lineNumber"],[712,22,240,31],[713,12,240,31,"columnNumber"],[713,24,240,31],[714,10,240,31],[714,17,241,16],[714,18,241,17],[715,8,241,17],[716,10,241,17,"fileName"],[716,18,241,17],[716,20,241,17,"_jsxFileName"],[716,32,241,17],[717,10,241,17,"lineNumber"],[717,20,241,17],[718,10,241,17,"columnNumber"],[718,22,241,17],[719,8,241,17],[719,15,242,14],[719,16,242,15],[719,31,245,8],[719,35,245,8,"_reactJsxDevRuntime"],[719,54,245,8],[719,55,245,8,"jsxDEV"],[719,61,245,8],[719,63,245,9,"_reactNative"],[719,75,245,13],[719,76,245,13,"View"],[719,80,245,13],[720,10,245,14,"style"],[720,15,245,19],[720,17,245,21,"styles"],[720,23,245,27],[720,24,245,28,"tokensContainer"],[720,39,245,44],[721,10,245,44,"children"],[721,18,245,44],[721,34,246,10],[721,38,246,10,"_reactJsxDevRuntime"],[721,57,246,10],[721,58,246,10,"jsxDEV"],[721,64,246,10],[721,66,246,11,"_reactNative"],[721,78,246,15],[721,79,246,15,"Text"],[721,83,246,15],[722,12,246,16,"style"],[722,17,246,21],[722,19,246,23,"styles"],[722,25,246,29],[722,26,246,30,"tokensTitle"],[722,37,246,42],[723,12,246,42,"children"],[723,20,246,42],[723,22,246,43],[724,10,246,49],[725,12,246,49,"fileName"],[725,20,246,49],[725,22,246,49,"_jsxFileName"],[725,34,246,49],[726,12,246,49,"lineNumber"],[726,22,246,49],[727,12,246,49,"columnNumber"],[727,24,246,49],[728,10,246,49],[728,17,246,55],[728,18,246,56],[728,33,249,10],[728,37,249,10,"_reactJsxDevRuntime"],[728,56,249,10],[728,57,249,10,"jsxDEV"],[728,63,249,10],[728,65,249,11,"_reactNative"],[728,77,249,15],[728,78,249,15,"View"],[728,82,249,15],[729,12,249,16,"style"],[729,17,249,21],[729,19,249,23,"styles"],[729,25,249,29],[729,26,249,30,"tokenItem"],[729,35,249,40],[730,12,249,40,"children"],[730,20,249,40],[730,36,250,12],[730,40,250,12,"_reactJsxDevRuntime"],[730,59,250,12],[730,60,250,12,"jsxDEV"],[730,66,250,12],[730,68,250,13,"_reactNative"],[730,80,250,17],[730,81,250,17,"View"],[730,85,250,17],[731,14,250,18,"style"],[731,19,250,23],[731,21,250,25,"styles"],[731,27,250,31],[731,28,250,32,"tokenItemLeft"],[731,41,250,46],[732,14,250,46,"children"],[732,22,250,46],[732,38,251,14],[732,42,251,14,"_reactJsxDevRuntime"],[732,61,251,14],[732,62,251,14,"jsxDEV"],[732,68,251,14],[732,70,251,15,"_reactNative"],[732,82,251,19],[732,83,251,19,"View"],[732,87,251,19],[733,16,251,20,"style"],[733,21,251,25],[733,23,251,27,"styles"],[733,29,251,33],[733,30,251,34,"tokenIconContainer"],[733,48,251,53],[734,16,251,53,"children"],[734,24,251,53],[734,40,252,16],[734,44,252,16,"_reactJsxDevRuntime"],[734,63,252,16],[734,64,252,16,"jsxDEV"],[734,70,252,16],[734,72,252,17,"_reactNative"],[734,84,252,22],[734,85,252,22,"Image"],[734,90,252,22],[735,18,253,18,"source"],[735,24,253,24],[735,26,253,26],[736,20,253,28,"uri"],[736,23,253,31],[736,25,253,33],[737,18,253,134],[737,19,253,136],[738,18,254,18,"style"],[738,23,254,23],[738,25,254,25,"styles"],[738,31,254,31],[738,32,254,32,"tokenIcon"],[739,16,254,42],[740,18,254,42,"fileName"],[740,26,254,42],[740,28,254,42,"_jsxFileName"],[740,40,254,42],[741,18,254,42,"lineNumber"],[741,28,254,42],[742,18,254,42,"columnNumber"],[742,30,254,42],[743,16,254,42],[743,23,255,17],[743,24,255,18],[743,39,256,16],[743,43,256,16,"_reactJsxDevRuntime"],[743,62,256,16],[743,63,256,16,"jsxDEV"],[743,69,256,16],[743,71,256,17,"_reactNative"],[743,83,256,22],[743,84,256,22,"Image"],[743,89,256,22],[744,18,257,18,"source"],[744,24,257,24],[744,26,257,26],[745,20,257,28,"uri"],[745,23,257,31],[745,25,257,33],[746,18,257,133],[746,19,257,135],[747,18,258,18,"style"],[747,23,258,23],[747,25,258,25,"styles"],[747,31,258,31],[747,32,258,32,"networkBadge"],[748,16,258,45],[749,18,258,45,"fileName"],[749,26,258,45],[749,28,258,45,"_jsxFileName"],[749,40,258,45],[750,18,258,45,"lineNumber"],[750,28,258,45],[751,18,258,45,"columnNumber"],[751,30,258,45],[752,16,258,45],[752,23,259,17],[752,24,259,18],[753,14,259,18],[754,16,259,18,"fileName"],[754,24,259,18],[754,26,259,18,"_jsxFileName"],[754,38,259,18],[755,16,259,18,"lineNumber"],[755,26,259,18],[756,16,259,18,"columnNumber"],[756,28,259,18],[757,14,259,18],[757,21,260,20],[757,22,260,21],[757,37,261,14],[757,41,261,14,"_reactJsxDevRuntime"],[757,60,261,14],[757,61,261,14,"jsxDEV"],[757,67,261,14],[757,69,261,15,"_reactNative"],[757,81,261,19],[757,82,261,19,"View"],[757,86,261,19],[758,16,261,19,"children"],[758,24,261,19],[758,40,262,16],[758,44,262,16,"_reactJsxDevRuntime"],[758,63,262,16],[758,64,262,16,"jsxDEV"],[758,70,262,16],[758,72,262,17,"_reactNative"],[758,84,262,21],[758,85,262,21,"Text"],[758,89,262,21],[759,18,262,22,"style"],[759,23,262,27],[759,25,262,29,"styles"],[759,31,262,35],[759,32,262,36,"tokenItemName"],[759,45,262,50],[760,18,262,50,"children"],[760,26,262,50],[760,28,262,51],[761,16,262,55],[762,18,262,55,"fileName"],[762,26,262,55],[762,28,262,55,"_jsxFileName"],[762,40,262,55],[763,18,262,55,"lineNumber"],[763,28,262,55],[764,18,262,55,"columnNumber"],[764,30,262,55],[765,16,262,55],[765,23,262,61],[765,24,262,62],[765,39,263,16],[765,43,263,16,"_reactJsxDevRuntime"],[765,62,263,16],[765,63,263,16,"jsxDEV"],[765,69,263,16],[765,71,263,17,"_reactNative"],[765,83,263,21],[765,84,263,21,"Text"],[765,88,263,21],[766,18,263,22,"style"],[766,23,263,27],[766,25,263,29,"styles"],[766,31,263,35],[766,32,263,36,"tokenItemNetwork"],[766,48,263,53],[767,18,263,53,"children"],[767,26,263,53],[767,28,263,54],[768,16,263,65],[769,18,263,65,"fileName"],[769,26,263,65],[769,28,263,65,"_jsxFileName"],[769,40,263,65],[770,18,263,65,"lineNumber"],[770,28,263,65],[771,18,263,65,"columnNumber"],[771,30,263,65],[772,16,263,65],[772,23,263,71],[772,24,263,72],[773,14,263,72],[774,16,263,72,"fileName"],[774,24,263,72],[774,26,263,72,"_jsxFileName"],[774,38,263,72],[775,16,263,72,"lineNumber"],[775,26,263,72],[776,16,263,72,"columnNumber"],[776,28,263,72],[777,14,263,72],[777,21,264,20],[777,22,264,21],[778,12,264,21],[779,14,264,21,"fileName"],[779,22,264,21],[779,24,264,21,"_jsxFileName"],[779,36,264,21],[780,14,264,21,"lineNumber"],[780,24,264,21],[781,14,264,21,"columnNumber"],[781,26,264,21],[782,12,264,21],[782,19,265,18],[782,20,265,19],[782,35,266,12],[782,39,266,12,"_reactJsxDevRuntime"],[782,58,266,12],[782,59,266,12,"jsxDEV"],[782,65,266,12],[782,67,266,13,"_reactNative"],[782,79,266,17],[782,80,266,17,"View"],[782,84,266,17],[783,14,266,18,"style"],[783,19,266,23],[783,21,266,25,"styles"],[783,27,266,31],[783,28,266,32,"tokenItemRight"],[783,42,266,47],[784,14,266,47,"children"],[784,22,266,47],[784,38,267,14],[784,42,267,14,"_reactJsxDevRuntime"],[784,61,267,14],[784,62,267,14,"jsxDEV"],[784,68,267,14],[784,70,267,15,"_reactNative"],[784,82,267,19],[784,83,267,19,"Text"],[784,87,267,19],[785,16,267,20,"style"],[785,21,267,25],[785,23,267,27,"styles"],[785,29,267,33],[785,30,267,34,"tokenItemBalance"],[785,46,267,51],[786,16,267,51,"children"],[786,24,267,51],[786,26,267,52],[787,14,267,53],[788,16,267,53,"fileName"],[788,24,267,53],[788,26,267,53,"_jsxFileName"],[788,38,267,53],[789,16,267,53,"lineNumber"],[789,26,267,53],[790,16,267,53,"columnNumber"],[790,28,267,53],[791,14,267,53],[791,21,267,59],[791,22,267,60],[791,37,268,14],[791,41,268,14,"_reactJsxDevRuntime"],[791,60,268,14],[791,61,268,14,"jsxDEV"],[791,67,268,14],[791,69,268,15,"_reactNative"],[791,81,268,19],[791,82,268,19,"Text"],[791,86,268,19],[792,16,268,20,"style"],[792,21,268,25],[792,23,268,27,"styles"],[792,29,268,33],[792,30,268,34,"tokenItemUsd"],[792,42,268,47],[793,16,268,47,"children"],[793,24,268,47],[793,26,268,48],[794,14,268,50],[795,16,268,50,"fileName"],[795,24,268,50],[795,26,268,50,"_jsxFileName"],[795,38,268,50],[796,16,268,50,"lineNumber"],[796,26,268,50],[797,16,268,50,"columnNumber"],[797,28,268,50],[798,14,268,50],[798,21,268,56],[798,22,268,57],[799,12,268,57],[800,14,268,57,"fileName"],[800,22,268,57],[800,24,268,57,"_jsxFileName"],[800,36,268,57],[801,14,268,57,"lineNumber"],[801,24,268,57],[802,14,268,57,"columnNumber"],[802,26,268,57],[803,12,268,57],[803,19,269,18],[803,20,269,19],[804,10,269,19],[805,12,269,19,"fileName"],[805,20,269,19],[805,22,269,19,"_jsxFileName"],[805,34,269,19],[806,12,269,19,"lineNumber"],[806,22,269,19],[807,12,269,19,"columnNumber"],[807,24,269,19],[808,10,269,19],[808,17,270,16],[808,18,270,17],[809,8,270,17],[810,10,270,17,"fileName"],[810,18,270,17],[810,20,270,17,"_jsxFileName"],[810,32,270,17],[811,10,270,17,"lineNumber"],[811,20,270,17],[812,10,270,17,"columnNumber"],[812,22,270,17],[813,8,270,17],[813,15,273,14],[813,16,273,15],[814,6,273,15],[815,8,273,15,"fileName"],[815,16,273,15],[815,18,273,15,"_jsxFileName"],[815,30,273,15],[816,8,273,15,"lineNumber"],[816,18,273,15],[817,8,273,15,"columnNumber"],[817,20,273,15],[818,6,273,15],[818,13,274,18],[819,4,274,19],[820,6,274,19,"fileName"],[820,14,274,19],[820,16,274,19,"_jsxFileName"],[820,28,274,19],[821,6,274,19,"lineNumber"],[821,16,274,19],[822,6,274,19,"columnNumber"],[822,18,274,19],[823,4,274,19],[823,11,275,10],[823,12,275,11],[824,2,277,0],[825,2,277,1,"_s2"],[825,5,277,1],[825,6,118,9,"WalletTab"],[825,15,118,18],[826,4,118,18],[826,12,119,19,"useAuth"],[826,32,119,26],[826,33,119,26,"useAuth"],[826,40,119,26],[826,42,120,17,"useSafeAreaInsets"],[826,69,120,34],[826,70,120,34,"useSafeAreaInsets"],[826,87,120,34],[827,2,120,34],[828,2,120,34,"_c2"],[828,5,120,34],[828,8,118,9,"WalletTab"],[828,17,118,18],[829,2,279,0],[829,11,279,9,"CitizensTab"],[829,22,279,20,"CitizensTab"],[829,23,279,20],[829,25,279,23],[830,4,280,2],[830,24,281,4],[830,28,281,4,"_reactJsxDevRuntime"],[830,47,281,4],[830,48,281,4,"jsxDEV"],[830,54,281,4],[830,56,281,5,"_reactNative"],[830,68,281,9],[830,69,281,9,"View"],[830,73,281,9],[831,6,281,10,"style"],[831,11,281,15],[831,13,281,17,"styles"],[831,19,281,23],[831,20,281,24,"container"],[831,29,281,34],[832,6,281,34,"children"],[832,14,281,34],[832,29,282,6],[832,33,282,6,"_reactJsxDevRuntime"],[832,52,282,6],[832,53,282,6,"jsxDEV"],[832,59,282,6],[832,61,282,7,"_reactNative"],[832,73,282,11],[832,74,282,11,"Text"],[832,78,282,11],[833,8,282,12,"style"],[833,13,282,17],[833,15,282,19,"styles"],[833,21,282,25],[833,22,282,26,"placeholderText"],[833,37,282,42],[834,8,282,42,"children"],[834,16,282,42],[834,18,282,43],[835,6,282,58],[836,8,282,58,"fileName"],[836,16,282,58],[836,18,282,58,"_jsxFileName"],[836,30,282,58],[837,8,282,58,"lineNumber"],[837,18,282,58],[838,8,282,58,"columnNumber"],[838,20,282,58],[839,6,282,58],[839,13,282,64],[840,4,282,65],[841,6,282,65,"fileName"],[841,14,282,65],[841,16,282,65,"_jsxFileName"],[841,28,282,65],[842,6,282,65,"lineNumber"],[842,16,282,65],[843,6,282,65,"columnNumber"],[843,18,282,65],[844,4,282,65],[844,11,283,10],[844,12,283,11],[845,2,285,0],[846,2,285,1,"_c3"],[846,5,285,1],[846,8,279,9,"CitizensTab"],[846,19,279,20],[847,2,287,0],[847,11,287,9,"ReferralTab"],[847,22,287,20,"ReferralTab"],[847,23,287,20],[847,25,287,23],[848,4,288,2],[848,24,289,4],[848,28,289,4,"_reactJsxDevRuntime"],[848,47,289,4],[848,48,289,4,"jsxDEV"],[848,54,289,4],[848,56,289,5,"_reactNative"],[848,68,289,9],[848,69,289,9,"View"],[848,73,289,9],[849,6,289,10,"style"],[849,11,289,15],[849,13,289,17,"styles"],[849,19,289,23],[849,20,289,24,"container"],[849,29,289,34],[850,6,289,34,"children"],[850,14,289,34],[850,29,290,6],[850,33,290,6,"_reactJsxDevRuntime"],[850,52,290,6],[850,53,290,6,"jsxDEV"],[850,59,290,6],[850,61,290,7,"_reactNative"],[850,73,290,11],[850,74,290,11,"Text"],[850,78,290,11],[851,8,290,12,"style"],[851,13,290,17],[851,15,290,19,"styles"],[851,21,290,25],[851,22,290,26,"placeholderText"],[851,37,290,42],[852,8,290,42,"children"],[852,16,290,42],[852,18,290,43],[853,6,290,58],[854,8,290,58,"fileName"],[854,16,290,58],[854,18,290,58,"_jsxFileName"],[854,30,290,58],[855,8,290,58,"lineNumber"],[855,18,290,58],[856,8,290,58,"columnNumber"],[856,20,290,58],[857,6,290,58],[857,13,290,64],[858,4,290,65],[859,6,290,65,"fileName"],[859,14,290,65],[859,16,290,65,"_jsxFileName"],[859,28,290,65],[860,6,290,65,"lineNumber"],[860,16,290,65],[861,6,290,65,"columnNumber"],[861,18,290,65],[862,4,290,65],[862,11,291,10],[862,12,291,11],[863,2,293,0],[864,2,293,1,"_c4"],[864,5,293,1],[864,8,287,9,"ReferralTab"],[864,19,287,20],[865,2,295,0],[865,11,295,9,"ProfileTab"],[865,21,295,19,"ProfileTab"],[865,22,295,19],[865,24,295,22],[866,4,296,2],[866,24,297,4],[866,28,297,4,"_reactJsxDevRuntime"],[866,47,297,4],[866,48,297,4,"jsxDEV"],[866,54,297,4],[866,56,297,5,"_reactNative"],[866,68,297,9],[866,69,297,9,"View"],[866,73,297,9],[867,6,297,10,"style"],[867,11,297,15],[867,13,297,17,"styles"],[867,19,297,23],[867,20,297,24,"container"],[867,29,297,34],[868,6,297,34,"children"],[868,14,297,34],[868,29,298,6],[868,33,298,6,"_reactJsxDevRuntime"],[868,52,298,6],[868,53,298,6,"jsxDEV"],[868,59,298,6],[868,61,298,7,"_reactNative"],[868,73,298,11],[868,74,298,11,"Text"],[868,78,298,11],[869,8,298,12,"style"],[869,13,298,17],[869,15,298,19,"styles"],[869,21,298,25],[869,22,298,26,"placeholderText"],[869,37,298,42],[870,8,298,42,"children"],[870,16,298,42],[870,18,298,43],[871,6,298,57],[872,8,298,57,"fileName"],[872,16,298,57],[872,18,298,57,"_jsxFileName"],[872,30,298,57],[873,8,298,57,"lineNumber"],[873,18,298,57],[874,8,298,57,"columnNumber"],[874,20,298,57],[875,6,298,57],[875,13,298,63],[876,4,298,64],[877,6,298,64,"fileName"],[877,14,298,64],[877,16,298,64,"_jsxFileName"],[877,28,298,64],[878,6,298,64,"lineNumber"],[878,16,298,64],[879,6,298,64,"columnNumber"],[879,18,298,64],[880,4,298,64],[880,11,299,10],[880,12,299,11],[881,2,301,0],[882,2,301,1,"_c5"],[882,5,301,1],[882,8,295,9,"ProfileTab"],[882,18,295,19],[883,2,303,0],[883,6,303,6,"Tab"],[883,9,303,9],[883,12,303,12],[883,16,303,12,"createBottomTabNavigator"],[883,42,303,36],[883,43,303,36,"createBottomTabNavigator"],[883,67,303,36],[883,69,303,37],[883,70,303,38],[884,2,305,15],[884,11,305,24,"HomeScreen"],[884,21,305,34,"HomeScreen"],[884,22,305,34],[884,24,305,37],[885,4,306,2],[885,24,307,4],[885,28,307,4,"_reactJsxDevRuntime"],[885,47,307,4],[885,48,307,4,"jsxDEV"],[885,54,307,4],[885,56,307,5,"Tab"],[885,59,307,8],[885,60,307,9,"Navigator"],[885,69,307,18],[886,6,308,6,"screenOptions"],[886,19,308,19],[886,21,308,21],[887,8,309,8,"headerShown"],[887,19,309,19],[887,21,309,21],[887,26,309,26],[888,8,310,8,"tabBarActiveTintColor"],[888,29,310,29],[888,31,310,31],[888,40,310,40],[889,8,311,8,"tabBarInactiveTintColor"],[889,31,311,31],[889,33,311,33],[889,42,311,42],[890,8,312,8,"tabBarStyle"],[890,19,312,19],[890,21,312,21,"styles"],[890,27,312,27],[890,28,312,28,"tabBar"],[891,6,313,6],[891,7,313,8],[892,6,313,8,"children"],[892,14,313,8],[892,30,315,6],[892,34,315,6,"_reactJsxDevRuntime"],[892,53,315,6],[892,54,315,6,"jsxDEV"],[892,60,315,6],[892,62,315,7,"Tab"],[892,65,315,10],[892,66,315,11,"Screen"],[892,72,315,17],[893,8,316,8,"name"],[893,12,316,12],[893,14,316,13],[893,23,316,22],[894,8,317,8,"component"],[894,17,317,17],[894,19,317,19,"HomeTab"],[894,26,317,27],[895,8,318,8,"options"],[895,15,318,15],[895,17,318,17],[896,10,319,10,"tabBarLabel"],[896,21,319,21],[896,23,319,23],[896,29,319,29],[897,10,320,10,"tabBarIcon"],[897,20,320,20],[897,22,320,22,"_ref3"],[897,27,320,22],[898,12,320,22],[898,16,320,25,"color"],[898,21,320,30],[898,24,320,30,"_ref3"],[898,29,320,30],[898,30,320,25,"color"],[898,35,320,30],[899,14,320,32,"size"],[899,18,320,36],[899,21,320,36,"_ref3"],[899,26,320,36],[899,27,320,32,"size"],[899,31,320,36],[900,12,320,36],[900,32,321,12],[900,36,321,12,"_reactJsxDevRuntime"],[900,55,321,12],[900,56,321,12,"jsxDEV"],[900,62,321,12],[900,64,321,13,"_expoVectorIcons"],[900,80,321,21],[900,81,321,21,"Ionicons"],[900,89,321,21],[901,14,321,22,"name"],[901,18,321,26],[901,20,321,27],[901,26,321,33],[902,14,321,34,"size"],[902,18,321,38],[902,20,321,40,"size"],[902,24,321,45],[903,14,321,46,"color"],[903,19,321,51],[903,21,321,53,"color"],[904,12,321,59],[905,14,321,59,"fileName"],[905,22,321,59],[905,24,321,59,"_jsxFileName"],[905,36,321,59],[906,14,321,59,"lineNumber"],[906,24,321,59],[907,14,321,59,"columnNumber"],[907,26,321,59],[908,12,321,59],[908,19,321,61],[908,20,321,62],[909,10,321,62],[910,8,323,8],[911,6,323,10],[912,8,323,10,"fileName"],[912,16,323,10],[912,18,323,10,"_jsxFileName"],[912,30,323,10],[913,8,323,10,"lineNumber"],[913,18,323,10],[914,8,323,10,"columnNumber"],[914,20,323,10],[915,6,323,10],[915,13,324,7],[915,14,324,8],[915,29,325,6],[915,33,325,6,"_reactJsxDevRuntime"],[915,52,325,6],[915,53,325,6,"jsxDEV"],[915,59,325,6],[915,61,325,7,"Tab"],[915,64,325,10],[915,65,325,11,"Screen"],[915,71,325,17],[916,8,326,8,"name"],[916,12,326,12],[916,14,326,13],[916,22,326,21],[917,8,327,8,"component"],[917,17,327,17],[917,19,327,19,"WalletTab"],[917,28,327,29],[918,8,328,8,"options"],[918,15,328,15],[918,17,328,17],[919,10,329,10,"tabBarLabel"],[919,21,329,21],[919,23,329,23],[919,31,329,31],[920,10,330,10,"tabBarIcon"],[920,20,330,20],[920,22,330,22,"_ref4"],[920,27,330,22],[921,12,330,22],[921,16,330,25,"color"],[921,21,330,30],[921,24,330,30,"_ref4"],[921,29,330,30],[921,30,330,25,"color"],[921,35,330,30],[922,14,330,32,"size"],[922,18,330,36],[922,21,330,36,"_ref4"],[922,26,330,36],[922,27,330,32,"size"],[922,31,330,36],[923,12,330,36],[923,32,331,12],[923,36,331,12,"_reactJsxDevRuntime"],[923,55,331,12],[923,56,331,12,"jsxDEV"],[923,62,331,12],[923,64,331,13,"_expoVectorIcons"],[923,80,331,21],[923,81,331,21,"Ionicons"],[923,89,331,21],[924,14,331,22,"name"],[924,18,331,26],[924,20,331,27],[924,28,331,35],[925,14,331,36,"size"],[925,18,331,40],[925,20,331,42,"size"],[925,24,331,47],[926,14,331,48,"color"],[926,19,331,53],[926,21,331,55,"color"],[927,12,331,61],[928,14,331,61,"fileName"],[928,22,331,61],[928,24,331,61,"_jsxFileName"],[928,36,331,61],[929,14,331,61,"lineNumber"],[929,24,331,61],[930,14,331,61,"columnNumber"],[930,26,331,61],[931,12,331,61],[931,19,331,63],[931,20,331,64],[932,10,331,64],[933,8,333,8],[934,6,333,10],[935,8,333,10,"fileName"],[935,16,333,10],[935,18,333,10,"_jsxFileName"],[935,30,333,10],[936,8,333,10,"lineNumber"],[936,18,333,10],[937,8,333,10,"columnNumber"],[937,20,333,10],[938,6,333,10],[938,13,334,7],[938,14,334,8],[938,29,335,6],[938,33,335,6,"_reactJsxDevRuntime"],[938,52,335,6],[938,53,335,6,"jsxDEV"],[938,59,335,6],[938,61,335,7,"Tab"],[938,64,335,10],[938,65,335,11,"Screen"],[938,71,335,17],[939,8,336,8,"name"],[939,12,336,12],[939,14,336,13],[939,24,336,23],[940,8,337,8,"component"],[940,17,337,17],[940,19,337,19,"CitizensTab"],[940,30,337,31],[941,8,338,8,"options"],[941,15,338,15],[941,17,338,17],[942,10,339,10,"tabBarLabel"],[942,21,339,21],[942,23,339,23],[942,33,339,33],[943,10,340,10,"tabBarIcon"],[943,20,340,20],[943,22,340,22,"_ref5"],[943,27,340,22],[944,12,340,22],[944,16,340,25,"color"],[944,21,340,30],[944,24,340,30,"_ref5"],[944,29,340,30],[944,30,340,25,"color"],[944,35,340,30],[945,14,340,32,"size"],[945,18,340,36],[945,21,340,36,"_ref5"],[945,26,340,36],[945,27,340,32,"size"],[945,31,340,36],[946,12,340,36],[946,32,341,12],[946,36,341,12,"_reactJsxDevRuntime"],[946,55,341,12],[946,56,341,12,"jsxDEV"],[946,62,341,12],[946,64,341,13,"_expoVectorIcons"],[946,80,341,21],[946,81,341,21,"Ionicons"],[946,89,341,21],[947,14,341,22,"name"],[947,18,341,26],[947,20,341,27],[947,28,341,35],[948,14,341,36,"size"],[948,18,341,40],[948,20,341,42,"size"],[948,24,341,47],[949,14,341,48,"color"],[949,19,341,53],[949,21,341,55,"color"],[950,12,341,61],[951,14,341,61,"fileName"],[951,22,341,61],[951,24,341,61,"_jsxFileName"],[951,36,341,61],[952,14,341,61,"lineNumber"],[952,24,341,61],[953,14,341,61,"columnNumber"],[953,26,341,61],[954,12,341,61],[954,19,341,63],[954,20,341,64],[955,10,341,64],[956,8,343,8],[957,6,343,10],[958,8,343,10,"fileName"],[958,16,343,10],[958,18,343,10,"_jsxFileName"],[958,30,343,10],[959,8,343,10,"lineNumber"],[959,18,343,10],[960,8,343,10,"columnNumber"],[960,20,343,10],[961,6,343,10],[961,13,344,7],[961,14,344,8],[961,29,345,6],[961,33,345,6,"_reactJsxDevRuntime"],[961,52,345,6],[961,53,345,6,"jsxDEV"],[961,59,345,6],[961,61,345,7,"Tab"],[961,64,345,10],[961,65,345,11,"Screen"],[961,71,345,17],[962,8,346,8,"name"],[962,12,346,12],[962,14,346,13],[962,24,346,23],[963,8,347,8,"component"],[963,17,347,17],[963,19,347,19,"ReferralTab"],[963,30,347,31],[964,8,348,8,"options"],[964,15,348,15],[964,17,348,17],[965,10,349,10,"tabBarLabel"],[965,21,349,21],[965,23,349,23],[965,33,349,33],[966,10,350,10,"tabBarIcon"],[966,20,350,20],[966,22,350,22,"_ref6"],[966,27,350,22],[967,12,350,22],[967,16,350,25,"color"],[967,21,350,30],[967,24,350,30,"_ref6"],[967,29,350,30],[967,30,350,25,"color"],[967,35,350,30],[968,14,350,32,"size"],[968,18,350,36],[968,21,350,36,"_ref6"],[968,26,350,36],[968,27,350,32,"size"],[968,31,350,36],[969,12,350,36],[969,32,351,12],[969,36,351,12,"_reactJsxDevRuntime"],[969,55,351,12],[969,56,351,12,"jsxDEV"],[969,62,351,12],[969,64,351,13,"_expoVectorIcons"],[969,80,351,21],[969,81,351,21,"Ionicons"],[969,89,351,21],[970,14,351,22,"name"],[970,18,351,26],[970,20,351,27],[970,26,351,33],[971,14,351,34,"size"],[971,18,351,38],[971,20,351,40,"size"],[971,24,351,45],[972,14,351,46,"color"],[972,19,351,51],[972,21,351,53,"color"],[973,12,351,59],[974,14,351,59,"fileName"],[974,22,351,59],[974,24,351,59,"_jsxFileName"],[974,36,351,59],[975,14,351,59,"lineNumber"],[975,24,351,59],[976,14,351,59,"columnNumber"],[976,26,351,59],[977,12,351,59],[977,19,351,61],[977,20,351,62],[978,10,351,62],[979,8,353,8],[980,6,353,10],[981,8,353,10,"fileName"],[981,16,353,10],[981,18,353,10,"_jsxFileName"],[981,30,353,10],[982,8,353,10,"lineNumber"],[982,18,353,10],[983,8,353,10,"columnNumber"],[983,20,353,10],[984,6,353,10],[984,13,354,7],[984,14,354,8],[984,29,355,6],[984,33,355,6,"_reactJsxDevRuntime"],[984,52,355,6],[984,53,355,6,"jsxDEV"],[984,59,355,6],[984,61,355,7,"Tab"],[984,64,355,10],[984,65,355,11,"Screen"],[984,71,355,17],[985,8,356,8,"name"],[985,12,356,12],[985,14,356,13],[985,23,356,22],[986,8,357,8,"component"],[986,17,357,17],[986,19,357,19,"ProfileTab"],[986,29,357,30],[987,8,358,8,"options"],[987,15,358,15],[987,17,358,17],[988,10,359,10,"tabBarLabel"],[988,21,359,21],[988,23,359,23],[988,32,359,32],[989,10,360,10,"tabBarIcon"],[989,20,360,20],[989,22,360,22,"_ref7"],[989,27,360,22],[990,12,360,22],[990,16,360,25,"color"],[990,21,360,30],[990,24,360,30,"_ref7"],[990,29,360,30],[990,30,360,25,"color"],[990,35,360,30],[991,14,360,32,"size"],[991,18,360,36],[991,21,360,36,"_ref7"],[991,26,360,36],[991,27,360,32,"size"],[991,31,360,36],[992,12,360,36],[992,32,361,12],[992,36,361,12,"_reactJsxDevRuntime"],[992,55,361,12],[992,56,361,12,"jsxDEV"],[992,62,361,12],[992,64,361,13,"_expoVectorIcons"],[992,80,361,21],[992,81,361,21,"Ionicons"],[992,89,361,21],[993,14,361,22,"name"],[993,18,361,26],[993,20,361,27],[993,28,361,35],[994,14,361,36,"size"],[994,18,361,40],[994,20,361,42,"size"],[994,24,361,47],[995,14,361,48,"color"],[995,19,361,53],[995,21,361,55,"color"],[996,12,361,61],[997,14,361,61,"fileName"],[997,22,361,61],[997,24,361,61,"_jsxFileName"],[997,36,361,61],[998,14,361,61,"lineNumber"],[998,24,361,61],[999,14,361,61,"columnNumber"],[999,26,361,61],[1000,12,361,61],[1000,19,361,63],[1000,20,361,64],[1001,10,361,64],[1002,8,363,8],[1003,6,363,10],[1004,8,363,10,"fileName"],[1004,16,363,10],[1004,18,363,10,"_jsxFileName"],[1004,30,363,10],[1005,8,363,10,"lineNumber"],[1005,18,363,10],[1006,8,363,10,"columnNumber"],[1006,20,363,10],[1007,6,363,10],[1007,13,364,7],[1007,14,364,8],[1008,4,364,8],[1009,6,364,8,"fileName"],[1009,14,364,8],[1009,16,364,8,"_jsxFileName"],[1009,28,364,8],[1010,6,364,8,"lineNumber"],[1010,16,364,8],[1011,6,364,8,"columnNumber"],[1011,18,364,8],[1012,4,364,8],[1012,11,365,19],[1012,12,365,20],[1013,2,367,0],[1014,2,367,1,"_c6"],[1014,5,367,1],[1014,8,305,24,"HomeScreen"],[1014,18,305,34],[1015,2,369,0],[1015,6,369,6,"QUICK_ACTIONS"],[1015,19,369,19],[1015,22,369,22],[1015,23,370,2],[1016,4,370,4,"id"],[1016,6,370,6],[1016,8,370,8],[1016,11,370,11],[1017,4,370,13,"label"],[1017,9,370,18],[1017,11,370,20],[1017,17,370,26],[1018,4,370,28,"icon"],[1018,8,370,32],[1018,10,370,34],[1018,25,370,49],[1019,4,370,51,"color"],[1019,9,370,56],[1019,11,370,58],[1020,2,370,68],[1020,3,370,69],[1020,5,371,2],[1021,4,371,4,"id"],[1021,6,371,6],[1021,8,371,8],[1021,11,371,11],[1022,4,371,13,"label"],[1022,9,371,18],[1022,11,371,20],[1022,20,371,29],[1023,4,371,31,"icon"],[1023,8,371,35],[1023,10,371,37],[1023,22,371,49],[1024,4,371,51,"color"],[1024,9,371,56],[1024,11,371,58],[1025,2,371,68],[1025,3,371,69],[1025,5,372,2],[1026,4,372,4,"id"],[1026,6,372,6],[1026,8,372,8],[1026,11,372,11],[1027,4,372,13,"label"],[1027,9,372,18],[1027,11,372,20],[1027,17,372,26],[1028,4,372,28,"icon"],[1028,8,372,32],[1028,10,372,34],[1028,27,372,51],[1029,4,372,53,"color"],[1029,9,372,58],[1029,11,372,60],[1030,2,372,70],[1030,3,372,71],[1030,5,373,2],[1031,4,373,4,"id"],[1031,6,373,6],[1031,8,373,8],[1031,11,373,11],[1032,4,373,13,"label"],[1032,9,373,18],[1032,11,373,20],[1032,17,373,26],[1033,4,373,28,"icon"],[1033,8,373,32],[1033,10,373,34],[1033,28,373,52],[1034,4,373,54,"color"],[1034,9,373,59],[1034,11,373,61],[1035,2,373,71],[1035,3,373,72],[1035,5,374,2],[1036,4,374,4,"id"],[1036,6,374,6],[1036,8,374,8],[1036,11,374,11],[1037,4,374,13,"label"],[1037,9,374,18],[1037,11,374,20],[1037,18,374,27],[1038,4,374,29,"icon"],[1038,8,374,33],[1038,10,374,35],[1038,23,374,48],[1039,4,374,50,"color"],[1039,9,374,55],[1039,11,374,57],[1040,2,374,67],[1040,3,374,68],[1040,5,375,2],[1041,4,375,4,"id"],[1041,6,375,6],[1041,8,375,8],[1041,11,375,11],[1042,4,375,13,"label"],[1042,9,375,18],[1042,11,375,20],[1042,21,375,30],[1043,4,375,32,"icon"],[1043,8,375,36],[1043,10,375,38],[1043,16,375,44],[1044,4,375,46,"color"],[1044,9,375,51],[1044,11,375,53],[1045,2,375,63],[1045,3,375,64],[1045,5,376,2],[1046,4,376,4,"id"],[1046,6,376,6],[1046,8,376,8],[1046,11,376,11],[1047,4,376,13,"label"],[1047,9,376,18],[1047,11,376,20],[1047,21,376,30],[1048,4,376,32,"icon"],[1048,8,376,36],[1048,10,376,38],[1048,25,376,53],[1049,4,376,55,"color"],[1049,9,376,60],[1049,11,376,62],[1050,2,376,72],[1050,3,376,73],[1050,5,377,2],[1051,4,377,4,"id"],[1051,6,377,6],[1051,8,377,8],[1051,11,377,11],[1052,4,377,13,"label"],[1052,9,377,18],[1052,11,377,20],[1052,22,377,31],[1053,4,377,33,"icon"],[1053,8,377,37],[1053,10,377,39],[1053,18,377,47],[1054,4,377,49,"color"],[1054,9,377,54],[1054,11,377,56],[1055,2,377,66],[1055,3,377,67],[1055,5,378,2],[1056,4,378,4,"id"],[1056,6,378,6],[1056,8,378,8],[1056,11,378,11],[1057,4,378,13,"label"],[1057,9,378,18],[1057,11,378,20],[1057,21,378,30],[1058,4,378,32,"icon"],[1058,8,378,36],[1058,10,378,38],[1058,21,378,49],[1059,4,378,51,"color"],[1059,9,378,56],[1059,11,378,58],[1060,2,378,68],[1060,3,378,69],[1060,5,379,2],[1061,4,379,4,"id"],[1061,6,379,6],[1061,8,379,8],[1061,12,379,12],[1062,4,379,14,"label"],[1062,9,379,19],[1062,11,379,21],[1062,21,379,31],[1063,4,379,33,"icon"],[1063,8,379,37],[1063,10,379,39],[1063,16,379,45],[1064,4,379,47,"color"],[1064,9,379,52],[1064,11,379,54],[1065,2,379,64],[1065,3,379,65],[1065,5,380,2],[1066,4,380,4,"id"],[1066,6,380,6],[1066,8,380,8],[1066,12,380,12],[1067,4,380,14,"label"],[1067,9,380,19],[1067,11,380,21],[1067,22,380,32],[1068,4,380,34,"icon"],[1068,8,380,38],[1068,10,380,40],[1068,16,380,46],[1069,4,380,48,"color"],[1069,9,380,53],[1069,11,380,55],[1070,2,380,65],[1070,3,380,66],[1070,5,381,2],[1071,4,381,4,"id"],[1071,6,381,6],[1071,8,381,8],[1071,12,381,12],[1072,4,381,14,"label"],[1072,9,381,19],[1072,11,381,21],[1072,17,381,27],[1073,4,381,29,"icon"],[1073,8,381,33],[1073,10,381,35],[1073,16,381,41],[1074,4,381,43,"color"],[1074,9,381,48],[1074,11,381,50],[1075,2,381,60],[1075,3,381,61],[1075,4,382,1],[1076,2,384,0],[1076,6,384,6,"styles"],[1076,12,384,12],[1076,15,384,15,"StyleSheet"],[1076,27,384,25],[1076,28,384,25,"StyleSheet"],[1076,38,384,25],[1076,39,384,26,"create"],[1076,45,384,32],[1076,46,384,33],[1077,4,385,2,"container"],[1077,13,385,11],[1077,15,385,13],[1078,6,386,4,"flex"],[1078,10,386,8],[1078,12,386,10],[1078,13,386,11],[1079,6,387,4,"backgroundColor"],[1079,21,387,19],[1079,23,387,21],[1080,4,388,2],[1080,5,388,3],[1081,4,389,2,"scrollContent"],[1081,17,389,15],[1081,19,389,17],[1082,6,390,4,"paddingBottom"],[1082,19,390,17],[1082,21,390,19],[1083,4,391,2],[1083,5,391,3],[1084,4,392,2,"walletScrollContent"],[1084,23,392,21],[1084,25,392,23],[1085,6,393,4,"paddingBottom"],[1085,19,393,17],[1085,21,393,19],[1086,4,394,2],[1086,5,394,3],[1087,4,395,2,"header"],[1087,10,395,8],[1087,12,395,10],[1088,6,396,4,"flexDirection"],[1088,19,396,17],[1088,21,396,19],[1088,26,396,24],[1089,6,397,4,"justifyContent"],[1089,20,397,18],[1089,22,397,20],[1089,37,397,35],[1090,6,398,4,"alignItems"],[1090,16,398,14],[1090,18,398,16],[1090,26,398,24],[1091,6,399,4,"padding"],[1091,13,399,11],[1091,15,399,13],[1091,17,399,15],[1092,6,400,4,"backgroundColor"],[1092,21,400,19],[1092,23,400,21],[1092,29,400,27],[1093,6,401,4,"borderBottomWidth"],[1093,23,401,21],[1093,25,401,23],[1093,26,401,24],[1094,6,402,4,"borderBottomColor"],[1094,23,402,21],[1094,25,402,23],[1095,4,403,2],[1095,5,403,3],[1096,4,404,2,"headerLeft"],[1096,14,404,12],[1096,16,404,14],[1097,6,405,4,"position"],[1097,14,405,12],[1097,16,405,14],[1098,4,406,2],[1098,5,406,3],[1099,4,407,2,"profileImage"],[1099,16,407,14],[1099,18,407,16],[1100,6,408,4,"width"],[1100,11,408,9],[1100,13,408,11],[1100,15,408,13],[1101,6,409,4,"height"],[1101,12,409,10],[1101,14,409,12],[1101,16,409,14],[1102,6,410,4,"borderRadius"],[1102,18,410,16],[1102,20,410,18],[1102,22,410,20],[1103,6,411,4,"backgroundColor"],[1103,21,411,19],[1103,23,411,21],[1103,32,411,30],[1104,6,412,4,"alignItems"],[1104,16,412,14],[1104,18,412,16],[1104,26,412,24],[1105,6,413,4,"justifyContent"],[1105,20,413,18],[1105,22,413,20],[1105,30,413,28],[1106,6,414,4,"overflow"],[1106,14,414,12],[1106,16,414,14],[1107,4,415,2],[1107,5,415,3],[1108,4,416,2,"profileImageSrc"],[1108,19,416,17],[1108,21,416,19],[1109,6,417,4,"width"],[1109,11,417,9],[1109,13,417,11],[1109,15,417,13],[1110,6,418,4,"height"],[1110,12,418,10],[1110,14,418,12],[1111,4,419,2],[1111,5,419,3],[1112,4,420,2,"profileBadge"],[1112,16,420,14],[1112,18,420,16],[1113,6,421,4,"position"],[1113,14,421,12],[1113,16,421,14],[1113,26,421,24],[1114,6,422,4,"bottom"],[1114,12,422,10],[1114,14,422,12],[1114,15,422,13],[1114,16,422,14],[1115,6,423,4,"right"],[1115,11,423,9],[1115,13,423,11],[1115,14,423,12],[1115,15,423,13],[1116,6,424,4,"backgroundColor"],[1116,21,424,19],[1116,23,424,21],[1116,32,424,30],[1117,6,425,4,"borderRadius"],[1117,18,425,16],[1117,20,425,18],[1117,22,425,20],[1118,6,426,4,"paddingHorizontal"],[1118,23,426,21],[1118,25,426,23],[1118,26,426,24],[1119,6,427,4,"paddingVertical"],[1119,21,427,19],[1119,23,427,21],[1119,24,427,22],[1120,6,428,4,"flexDirection"],[1120,19,428,17],[1120,21,428,19],[1120,26,428,24],[1121,6,429,4,"alignItems"],[1121,16,429,14],[1121,18,429,16],[1121,26,429,24],[1122,6,430,4,"gap"],[1122,9,430,7],[1122,11,430,9],[1123,4,431,2],[1123,5,431,3],[1124,4,432,2,"trustScore"],[1124,14,432,12],[1124,16,432,14],[1125,6,433,4,"fontSize"],[1125,14,433,12],[1125,16,433,14],[1125,18,433,16],[1126,6,434,4,"fontWeight"],[1126,16,434,14],[1126,18,434,16],[1126,23,434,21],[1127,6,435,4,"color"],[1127,11,435,9],[1127,13,435,11],[1128,4,436,2],[1128,5,436,3],[1129,4,437,2,"headerRight"],[1129,15,437,13],[1129,17,437,15],[1130,6,438,4,"flexDirection"],[1130,19,438,17],[1130,21,438,19],[1130,26,438,24],[1131,6,439,4,"gap"],[1131,9,439,7],[1131,11,439,9],[1132,4,440,2],[1132,5,440,3],[1133,4,441,2,"iconButton"],[1133,14,441,12],[1133,16,441,14],[1134,6,442,4,"padding"],[1134,13,442,11],[1134,15,442,13],[1135,4,443,2],[1135,5,443,3],[1136,4,444,2,"announcementWidget"],[1136,22,444,20],[1136,24,444,22],[1137,6,445,4,"padding"],[1137,13,445,11],[1137,15,445,13],[1138,4,446,2],[1138,5,446,3],[1139,4,447,2,"announcement"],[1139,16,447,14],[1139,18,447,16],[1140,6,448,4,"backgroundColor"],[1140,21,448,19],[1140,23,448,21],[1140,29,448,27],[1141,6,449,4,"padding"],[1141,13,449,11],[1141,15,449,13],[1141,17,449,15],[1142,6,450,4,"borderRadius"],[1142,18,450,16],[1142,20,450,18],[1142,22,450,20],[1143,6,451,4,"marginRight"],[1143,17,451,15],[1143,19,451,17],[1143,21,451,19],[1144,6,452,4,"width"],[1144,11,452,9],[1144,13,452,11,"width"],[1144,18,452,16],[1144,21,452,19],[1144,23,452,21],[1145,6,453,4,"borderLeftWidth"],[1145,21,453,19],[1145,23,453,21],[1145,24,453,22],[1146,6,454,4,"borderLeftColor"],[1146,21,454,19],[1146,23,454,21],[1147,4,455,2],[1147,5,455,3],[1148,4,456,2,"announcementTitle"],[1148,21,456,19],[1148,23,456,21],[1149,6,457,4,"fontSize"],[1149,14,457,12],[1149,16,457,14],[1149,18,457,16],[1150,6,458,4,"fontWeight"],[1150,16,458,14],[1150,18,458,16],[1150,23,458,21],[1151,6,459,4,"color"],[1151,11,459,9],[1151,13,459,11],[1151,22,459,20],[1152,6,460,4,"marginBottom"],[1152,18,460,16],[1152,20,460,18],[1153,4,461,2],[1153,5,461,3],[1154,4,462,2,"announcementText"],[1154,20,462,18],[1154,22,462,20],[1155,6,463,4,"fontSize"],[1155,14,463,12],[1155,16,463,14],[1155,18,463,16],[1156,6,464,4,"color"],[1156,11,464,9],[1156,13,464,11],[1157,4,465,2],[1157,5,465,3],[1158,4,466,2,"quickActionsContainer"],[1158,25,466,23],[1158,27,466,25],[1159,6,467,4,"padding"],[1159,13,467,11],[1159,15,467,13],[1160,4,468,2],[1160,5,468,3],[1161,4,469,2,"sectionTitle"],[1161,16,469,14],[1161,18,469,16],[1162,6,470,4,"fontSize"],[1162,14,470,12],[1162,16,470,14],[1162,18,470,16],[1163,6,471,4,"fontWeight"],[1163,16,471,14],[1163,18,471,16],[1163,23,471,21],[1164,6,472,4,"color"],[1164,11,472,9],[1164,13,472,11],[1164,22,472,20],[1165,6,473,4,"marginBottom"],[1165,18,473,16],[1165,20,473,18],[1166,4,474,2],[1166,5,474,3],[1167,4,475,2,"actionsGrid"],[1167,15,475,13],[1167,17,475,15],[1168,6,476,4,"flexDirection"],[1168,19,476,17],[1168,21,476,19],[1168,26,476,24],[1169,6,477,4,"flexWrap"],[1169,14,477,12],[1169,16,477,14],[1169,22,477,20],[1170,6,478,4,"justifyContent"],[1170,20,478,18],[1170,22,478,20],[1171,4,479,2],[1171,5,479,3],[1172,4,480,2,"actionCard"],[1172,14,480,12],[1172,16,480,14],[1173,6,481,4,"width"],[1173,11,481,9],[1173,13,481,11],[1173,14,481,12,"width"],[1173,19,481,17],[1173,22,481,20],[1173,24,481,22],[1173,28,481,26],[1173,29,481,27],[1174,6,482,4,"backgroundColor"],[1174,21,482,19],[1174,23,482,21],[1174,29,482,27],[1175,6,483,4,"padding"],[1175,13,483,11],[1175,15,483,13],[1175,17,483,15],[1176,6,484,4,"borderRadius"],[1176,18,484,16],[1176,20,484,18],[1176,22,484,20],[1177,6,485,4,"alignItems"],[1177,16,485,14],[1177,18,485,16],[1177,26,485,24],[1178,6,486,4,"marginBottom"],[1178,18,486,16],[1178,20,486,18],[1178,22,486,20],[1179,6,487,4,"shadowColor"],[1179,17,487,15],[1179,19,487,17],[1179,25,487,23],[1180,6,488,4,"shadowOffset"],[1180,18,488,16],[1180,20,488,18],[1181,8,488,20,"width"],[1181,13,488,25],[1181,15,488,27],[1181,16,488,28],[1182,8,488,30,"height"],[1182,14,488,36],[1182,16,488,38],[1183,6,488,40],[1183,7,488,41],[1184,6,489,4,"shadowOpacity"],[1184,19,489,17],[1184,21,489,19],[1184,25,489,23],[1185,6,490,4,"shadowRadius"],[1185,18,490,16],[1185,20,490,18],[1185,21,490,19],[1186,6,491,4,"elevation"],[1186,15,491,13],[1186,17,491,15],[1187,4,492,2],[1187,5,492,3],[1188,4,493,2,"actionCardFirst"],[1188,19,493,17],[1188,21,493,19],[1189,6,494,4,"marginRight"],[1189,17,494,15],[1189,19,494,17],[1190,4,495,2],[1190,5,495,3],[1191,4,496,2,"actionCardLast"],[1191,18,496,16],[1191,20,496,18],[1192,6,497,4,"marginLeft"],[1192,16,497,14],[1192,18,497,16],[1193,4,498,2],[1193,5,498,3],[1194,4,499,2,"actionIcon"],[1194,14,499,12],[1194,16,499,14],[1195,6,500,4,"width"],[1195,11,500,9],[1195,13,500,11],[1195,15,500,13],[1196,6,501,4,"height"],[1196,12,501,10],[1196,14,501,12],[1196,16,501,14],[1197,6,502,4,"borderRadius"],[1197,18,502,16],[1197,20,502,18],[1197,22,502,20],[1198,6,503,4,"alignItems"],[1198,16,503,14],[1198,18,503,16],[1198,26,503,24],[1199,6,504,4,"justifyContent"],[1199,20,504,18],[1199,22,504,20],[1199,30,504,28],[1200,6,505,4,"marginBottom"],[1200,18,505,16],[1200,20,505,18],[1201,4,506,2],[1201,5,506,3],[1202,4,507,2,"actionLabel"],[1202,15,507,13],[1202,17,507,15],[1203,6,508,4,"fontSize"],[1203,14,508,12],[1203,16,508,14],[1203,18,508,16],[1204,6,509,4,"color"],[1204,11,509,9],[1204,13,509,11],[1204,22,509,20],[1205,6,510,4,"textAlign"],[1205,15,510,13],[1205,17,510,15],[1206,4,511,2],[1206,5,511,3],[1207,4,512,2,"walletHeader"],[1207,16,512,14],[1207,18,512,16],[1208,6,513,4,"padding"],[1208,13,513,11],[1208,15,513,13],[1208,17,513,15],[1209,6,514,4,"backgroundColor"],[1209,21,514,19],[1209,23,514,21],[1209,29,514,27],[1210,6,515,4,"borderBottomWidth"],[1210,23,515,21],[1210,25,515,23],[1210,26,515,24],[1211,6,516,4,"borderBottomColor"],[1211,23,516,21],[1211,25,516,23],[1211,34,516,32],[1212,6,517,4,"flexDirection"],[1212,19,517,17],[1212,21,517,19],[1212,26,517,24],[1213,6,518,4,"justifyContent"],[1213,20,518,18],[1213,22,518,20],[1213,37,518,35],[1214,6,519,4,"alignItems"],[1214,16,519,14],[1214,18,519,16],[1215,4,520,2],[1215,5,520,3],[1216,4,521,2,"walletTitle"],[1216,15,521,13],[1216,17,521,15],[1217,6,522,4,"fontSize"],[1217,14,522,12],[1217,16,522,14],[1217,18,522,16],[1218,6,523,4,"fontWeight"],[1218,16,523,14],[1218,18,523,16],[1218,23,523,21],[1219,6,524,4,"color"],[1219,11,524,9],[1219,13,524,11],[1220,4,525,2],[1220,5,525,3],[1221,4,526,2,"refreshButton"],[1221,17,526,15],[1221,19,526,17],[1222,6,527,4,"padding"],[1222,13,527,11],[1222,15,527,13],[1222,16,527,14],[1223,6,528,4,"borderRadius"],[1223,18,528,16],[1223,20,528,18],[1223,21,528,19],[1224,6,529,4,"backgroundColor"],[1224,21,529,19],[1224,23,529,21],[1225,4,530,2],[1225,5,530,3],[1226,4,531,2,"balanceCards"],[1226,16,531,14],[1226,18,531,16],[1227,6,532,4,"padding"],[1227,13,532,11],[1227,15,532,13],[1227,17,532,15],[1228,6,533,4,"gap"],[1228,9,533,7],[1228,11,533,9],[1229,4,534,2],[1229,5,534,3],[1230,4,535,2,"balanceCard"],[1230,15,535,13],[1230,17,535,15],[1231,6,536,4,"backgroundColor"],[1231,21,536,19],[1231,23,536,21],[1231,29,536,27],[1232,6,537,4,"padding"],[1232,13,537,11],[1232,15,537,13],[1232,17,537,15],[1233,6,538,4,"borderRadius"],[1233,18,538,16],[1233,20,538,18],[1233,22,538,20],[1234,6,539,4,"borderWidth"],[1234,17,539,15],[1234,19,539,17],[1234,20,539,18],[1235,6,540,4,"borderColor"],[1235,17,540,15],[1235,19,540,17],[1236,4,541,2],[1236,5,541,3],[1237,4,542,2,"balanceCardHeader"],[1237,21,542,19],[1237,23,542,21],[1238,6,543,4,"flexDirection"],[1238,19,543,17],[1238,21,543,19],[1238,26,543,24],[1239,6,544,4,"alignItems"],[1239,16,544,14],[1239,18,544,16],[1239,26,544,24],[1240,6,545,4,"gap"],[1240,9,545,7],[1240,11,545,9],[1240,12,545,10],[1241,6,546,4,"marginBottom"],[1241,18,546,16],[1241,20,546,18],[1242,4,547,2],[1242,5,547,3],[1243,4,548,2,"tokenLogo"],[1243,13,548,11],[1243,15,548,13],[1244,6,549,4,"width"],[1244,11,549,9],[1244,13,549,11],[1244,15,549,13],[1245,6,550,4,"height"],[1245,12,550,10],[1245,14,550,12],[1245,16,550,14],[1246,6,551,4,"borderRadius"],[1246,18,551,16],[1246,20,551,18],[1247,4,552,2],[1247,5,552,3],[1248,4,553,2,"tokenSymbol"],[1248,15,553,13],[1248,17,553,15],[1249,6,554,4,"fontSize"],[1249,14,554,12],[1249,16,554,14],[1249,18,554,16],[1250,6,555,4,"fontWeight"],[1250,16,555,14],[1250,18,555,16],[1250,23,555,21],[1251,6,556,4,"color"],[1251,11,556,9],[1251,13,556,11],[1252,4,557,2],[1252,5,557,3],[1253,4,558,2,"balanceAmount"],[1253,17,558,15],[1253,19,558,17],[1254,6,559,4,"fontSize"],[1254,14,559,12],[1254,16,559,14],[1254,18,559,16],[1255,6,560,4,"fontWeight"],[1255,16,560,14],[1255,18,560,16],[1255,23,560,21],[1256,6,561,4,"color"],[1256,11,561,9],[1256,13,561,11],[1256,22,561,20],[1257,6,562,4,"marginBottom"],[1257,18,562,16],[1257,20,562,18],[1258,4,563,2],[1258,5,563,3],[1259,4,564,2,"balanceUsd"],[1259,14,564,12],[1259,16,564,14],[1260,6,565,4,"fontSize"],[1260,14,565,12],[1260,16,565,14],[1260,18,565,16],[1261,6,566,4,"color"],[1261,11,566,9],[1261,13,566,11],[1262,4,567,2],[1262,5,567,3],[1263,4,568,2,"walletActions"],[1263,17,568,15],[1263,19,568,17],[1264,6,569,4,"flexDirection"],[1264,19,569,17],[1264,21,569,19],[1264,26,569,24],[1265,6,570,4,"padding"],[1265,13,570,11],[1265,15,570,13],[1265,17,570,15],[1266,6,571,4,"gap"],[1266,9,571,7],[1266,11,571,9],[1267,4,572,2],[1267,5,572,3],[1268,4,573,2,"walletActionButton"],[1268,22,573,20],[1268,24,573,22],[1269,6,574,4,"flex"],[1269,10,574,8],[1269,12,574,10],[1269,13,574,11],[1270,6,575,4,"backgroundColor"],[1270,21,575,19],[1270,23,575,21],[1270,32,575,30],[1271,6,576,4,"padding"],[1271,13,576,11],[1271,15,576,13],[1271,17,576,15],[1272,6,577,4,"borderRadius"],[1272,18,577,16],[1272,20,577,18],[1272,22,577,20],[1273,6,578,4,"alignItems"],[1273,16,578,14],[1273,18,578,16],[1273,26,578,24],[1274,6,579,4,"gap"],[1274,9,579,7],[1274,11,579,9],[1275,4,580,2],[1275,5,580,3],[1276,4,581,2,"walletActionText"],[1276,20,581,18],[1276,22,581,20],[1277,6,582,4,"color"],[1277,11,582,9],[1277,13,582,11],[1277,19,582,17],[1278,6,583,4,"fontSize"],[1278,14,583,12],[1278,16,583,14],[1278,18,583,16],[1279,6,584,4,"fontWeight"],[1279,16,584,14],[1279,18,584,16],[1280,4,585,2],[1280,5,585,3],[1281,4,586,2,"placeholderText"],[1281,19,586,17],[1281,21,586,19],[1282,6,587,4,"flex"],[1282,10,587,8],[1282,12,587,10],[1282,13,587,11],[1283,6,588,4,"textAlign"],[1283,15,588,13],[1283,17,588,15],[1283,25,588,23],[1284,6,589,4,"marginTop"],[1284,15,589,13],[1284,17,589,15],[1284,20,589,18],[1285,6,590,4,"fontSize"],[1285,14,590,12],[1285,16,590,14],[1285,18,590,16],[1286,6,591,4,"color"],[1286,11,591,9],[1286,13,591,11],[1287,4,592,2],[1287,5,592,3],[1288,4,593,2,"tabBar"],[1288,10,593,8],[1288,12,593,10],[1289,6,594,4,"borderTopWidth"],[1289,20,594,18],[1289,22,594,20],[1289,23,594,21],[1290,6,595,4,"borderTopColor"],[1290,20,595,18],[1290,22,595,20],[1290,31,595,29],[1291,6,596,4,"paddingBottom"],[1291,19,596,17],[1291,21,596,19],[1291,23,596,21],[1292,6,597,4,"paddingTop"],[1292,16,597,14],[1292,18,597,16],[1292,19,597,17],[1293,6,598,4,"backgroundColor"],[1293,21,598,19],[1293,23,598,21],[1294,4,599,2],[1294,5,599,3],[1295,4,600,2],[1296,4,601,2,"balanceRow"],[1296,14,601,12],[1296,16,601,14],[1297,6,602,4,"flexDirection"],[1297,19,602,17],[1297,21,602,19],[1297,26,602,24],[1298,6,603,4,"padding"],[1298,13,603,11],[1298,15,603,13],[1298,17,603,15],[1299,6,604,4,"gap"],[1299,9,604,7],[1299,11,604,9],[1300,4,605,2],[1300,5,605,3],[1301,4,606,2,"balanceCardNew"],[1301,18,606,16],[1301,20,606,18],[1302,6,607,4,"flex"],[1302,10,607,8],[1302,12,607,10],[1302,13,607,11],[1303,6,608,4,"backgroundColor"],[1303,21,608,19],[1303,23,608,21],[1303,29,608,27],[1304,6,609,4,"padding"],[1304,13,609,11],[1304,15,609,13],[1304,17,609,15],[1305,6,610,4,"borderRadius"],[1305,18,610,16],[1305,20,610,18],[1305,22,610,20],[1306,6,611,4,"alignItems"],[1306,16,611,14],[1306,18,611,16],[1306,26,611,24],[1307,6,612,4,"shadowColor"],[1307,17,612,15],[1307,19,612,17],[1307,25,612,23],[1308,6,613,4,"shadowOffset"],[1308,18,613,16],[1308,20,613,18],[1309,8,613,20,"width"],[1309,13,613,25],[1309,15,613,27],[1309,16,613,28],[1310,8,613,30,"height"],[1310,14,613,36],[1310,16,613,38],[1311,6,613,40],[1311,7,613,41],[1312,6,614,4,"shadowOpacity"],[1312,19,614,17],[1312,21,614,19],[1312,24,614,22],[1313,6,615,4,"shadowRadius"],[1313,18,615,16],[1313,20,615,18],[1313,21,615,19],[1314,6,616,4,"elevation"],[1314,15,616,13],[1314,17,616,15],[1315,4,617,2],[1315,5,617,3],[1316,4,618,2,"tokenLogoNew"],[1316,16,618,14],[1316,18,618,16],[1317,6,619,4,"width"],[1317,11,619,9],[1317,13,619,11],[1317,15,619,13],[1318,6,620,4,"height"],[1318,12,620,10],[1318,14,620,12],[1318,16,620,14],[1319,6,621,4,"borderRadius"],[1319,18,621,16],[1319,20,621,18],[1319,22,621,20],[1320,6,622,4,"marginBottom"],[1320,18,622,16],[1320,20,622,18],[1321,4,623,2],[1321,5,623,3],[1322,4,624,2,"tokenSymbolNew"],[1322,18,624,16],[1322,20,624,18],[1323,6,625,4,"fontSize"],[1323,14,625,12],[1323,16,625,14],[1323,18,625,16],[1324,6,626,4,"fontWeight"],[1324,16,626,14],[1324,18,626,16],[1324,23,626,21],[1325,6,627,4,"color"],[1325,11,627,9],[1325,13,627,11],[1325,22,627,20],[1326,6,628,4,"marginBottom"],[1326,18,628,16],[1326,20,628,18],[1327,4,629,2],[1327,5,629,3],[1328,4,630,2,"balanceAmountNew"],[1328,20,630,18],[1328,22,630,20],[1329,6,631,4,"fontSize"],[1329,14,631,12],[1329,16,631,14],[1329,18,631,16],[1330,6,632,4,"fontWeight"],[1330,16,632,14],[1330,18,632,16],[1330,23,632,21],[1331,6,633,4,"color"],[1331,11,633,9],[1331,13,633,11],[1331,22,633,20],[1332,6,634,4,"marginBottom"],[1332,18,634,16],[1332,20,634,18],[1333,4,635,2],[1333,5,635,3],[1334,4,636,2,"tokenNameNew"],[1334,16,636,14],[1334,18,636,16],[1335,6,637,4,"fontSize"],[1335,14,637,12],[1335,16,637,14],[1335,18,637,16],[1336,6,638,4,"color"],[1336,11,638,9],[1336,13,638,11],[1337,4,639,2],[1337,5,639,3],[1338,4,640,2,"actionsContainer"],[1338,20,640,18],[1338,22,640,20],[1339,6,641,4,"margin"],[1339,12,641,10],[1339,14,641,12],[1339,16,641,14],[1340,6,642,4,"backgroundColor"],[1340,21,642,19],[1340,23,642,21],[1340,29,642,27],[1341,6,643,4,"padding"],[1341,13,643,11],[1341,15,643,13],[1341,17,643,15],[1342,6,644,4,"borderRadius"],[1342,18,644,16],[1342,20,644,18],[1342,22,644,20],[1343,6,645,4,"shadowColor"],[1343,17,645,15],[1343,19,645,17],[1343,25,645,23],[1344,6,646,4,"shadowOffset"],[1344,18,646,16],[1344,20,646,18],[1345,8,646,20,"width"],[1345,13,646,25],[1345,15,646,27],[1345,16,646,28],[1346,8,646,30,"height"],[1346,14,646,36],[1346,16,646,38],[1347,6,646,40],[1347,7,646,41],[1348,6,647,4,"shadowOpacity"],[1348,19,647,17],[1348,21,647,19],[1348,24,647,22],[1349,6,648,4,"shadowRadius"],[1349,18,648,16],[1349,20,648,18],[1349,21,648,19],[1350,6,649,4,"elevation"],[1350,15,649,13],[1350,17,649,15],[1351,4,650,2],[1351,5,650,3],[1352,4,651,2,"actionsRow"],[1352,14,651,12],[1352,16,651,14],[1353,6,652,4,"flexDirection"],[1353,19,652,17],[1353,21,652,19],[1353,26,652,24],[1354,6,653,4,"justifyContent"],[1354,20,653,18],[1354,22,653,20],[1354,37,653,35],[1355,6,654,4,"marginBottom"],[1355,18,654,16],[1355,20,654,18],[1356,4,655,2],[1356,5,655,3],[1357,4,656,2,"actionBtn"],[1357,13,656,11],[1357,15,656,13],[1358,6,657,4,"width"],[1358,11,657,9],[1358,13,657,11],[1358,14,657,12,"width"],[1358,19,657,17],[1358,22,657,20],[1358,24,657,22],[1358,28,657,26],[1358,29,657,27],[1359,6,658,4,"padding"],[1359,13,658,11],[1359,15,658,13],[1359,17,658,15],[1360,6,659,4,"borderRadius"],[1360,18,659,16],[1360,20,659,18],[1360,22,659,20],[1361,6,660,4,"alignItems"],[1361,16,660,14],[1361,18,660,16],[1361,26,660,24],[1362,6,661,4,"justifyContent"],[1362,20,661,18],[1362,22,661,20],[1363,4,662,2],[1363,5,662,3],[1364,4,663,2,"actionBtnText"],[1364,17,663,15],[1364,19,663,17],[1365,6,664,4,"color"],[1365,11,664,9],[1365,13,664,11],[1365,19,664,17],[1366,6,665,4,"fontSize"],[1366,14,665,12],[1366,16,665,14],[1366,18,665,16],[1367,6,666,4,"fontWeight"],[1367,16,666,14],[1367,18,666,16],[1367,23,666,21],[1368,6,667,4,"marginTop"],[1368,15,667,13],[1368,17,667,15],[1369,4,668,2],[1369,5,668,3],[1370,4,669,2,"tokensContainer"],[1370,19,669,17],[1370,21,669,19],[1371,6,670,4,"margin"],[1371,12,670,10],[1371,14,670,12],[1371,16,670,14],[1372,6,671,4,"marginTop"],[1372,15,671,13],[1372,17,671,15],[1373,4,672,2],[1373,5,672,3],[1374,4,673,2,"tokensTitle"],[1374,15,673,13],[1374,17,673,15],[1375,6,674,4,"fontSize"],[1375,14,674,12],[1375,16,674,14],[1375,18,674,16],[1376,6,675,4,"fontWeight"],[1376,16,675,14],[1376,18,675,16],[1376,23,675,21],[1377,6,676,4,"color"],[1377,11,676,9],[1377,13,676,11],[1377,22,676,20],[1378,6,677,4,"marginBottom"],[1378,18,677,16],[1378,20,677,18],[1378,22,677,20],[1379,6,678,4,"paddingHorizontal"],[1379,23,678,21],[1379,25,678,23],[1380,4,679,2],[1380,5,679,3],[1381,4,680,2,"tokenItem"],[1381,13,680,11],[1381,15,680,13],[1382,6,681,4,"flexDirection"],[1382,19,681,17],[1382,21,681,19],[1382,26,681,24],[1383,6,682,4,"justifyContent"],[1383,20,682,18],[1383,22,682,20],[1383,37,682,35],[1384,6,683,4,"alignItems"],[1384,16,683,14],[1384,18,683,16],[1384,26,683,24],[1385,6,684,4,"backgroundColor"],[1385,21,684,19],[1385,23,684,21],[1385,29,684,27],[1386,6,685,4,"padding"],[1386,13,685,11],[1386,15,685,13],[1386,17,685,15],[1387,6,686,4,"borderRadius"],[1387,18,686,16],[1387,20,686,18],[1387,22,686,20],[1388,6,687,4,"marginBottom"],[1388,18,687,16],[1388,20,687,18],[1388,21,687,19],[1389,6,688,4,"shadowColor"],[1389,17,688,15],[1389,19,688,17],[1389,25,688,23],[1390,6,689,4,"shadowOffset"],[1390,18,689,16],[1390,20,689,18],[1391,8,689,20,"width"],[1391,13,689,25],[1391,15,689,27],[1391,16,689,28],[1392,8,689,30,"height"],[1392,14,689,36],[1392,16,689,38],[1393,6,689,40],[1393,7,689,41],[1394,6,690,4,"shadowOpacity"],[1394,19,690,17],[1394,21,690,19],[1394,25,690,23],[1395,6,691,4,"shadowRadius"],[1395,18,691,16],[1395,20,691,18],[1395,21,691,19],[1396,6,692,4,"elevation"],[1396,15,692,13],[1396,17,692,15],[1397,4,693,2],[1397,5,693,3],[1398,4,694,2,"tokenItemLeft"],[1398,17,694,15],[1398,19,694,17],[1399,6,695,4,"flexDirection"],[1399,19,695,17],[1399,21,695,19],[1399,26,695,24],[1400,6,696,4,"alignItems"],[1400,16,696,14],[1400,18,696,16],[1400,26,696,24],[1401,6,697,4,"gap"],[1401,9,697,7],[1401,11,697,9],[1402,4,698,2],[1402,5,698,3],[1403,4,699,2,"tokenIconContainer"],[1403,22,699,20],[1403,24,699,22],[1404,6,700,4,"position"],[1404,14,700,12],[1404,16,700,14],[1404,26,700,24],[1405,6,701,4,"width"],[1405,11,701,9],[1405,13,701,11],[1405,15,701,13],[1406,6,702,4,"height"],[1406,12,702,10],[1406,14,702,12],[1407,4,703,2],[1407,5,703,3],[1408,4,704,2,"tokenIcon"],[1408,13,704,11],[1408,15,704,13],[1409,6,705,4,"width"],[1409,11,705,9],[1409,13,705,11],[1409,15,705,13],[1410,6,706,4,"height"],[1410,12,706,10],[1410,14,706,12],[1410,16,706,14],[1411,6,707,4,"borderRadius"],[1411,18,707,16],[1411,20,707,18],[1412,4,708,2],[1412,5,708,3],[1413,4,709,2,"networkBadge"],[1413,16,709,14],[1413,18,709,16],[1414,6,710,4,"position"],[1414,14,710,12],[1414,16,710,14],[1414,26,710,24],[1415,6,711,4,"right"],[1415,11,711,9],[1415,13,711,11],[1415,14,711,12],[1415,15,711,13],[1416,6,712,4,"bottom"],[1416,12,712,10],[1416,14,712,12],[1416,15,712,13],[1416,16,712,14],[1417,6,713,4,"width"],[1417,11,713,9],[1417,13,713,11],[1417,15,713,13],[1418,6,714,4,"height"],[1418,12,714,10],[1418,14,714,12],[1418,16,714,14],[1419,6,715,4,"borderRadius"],[1419,18,715,16],[1419,20,715,18],[1419,21,715,19],[1420,6,716,4,"borderWidth"],[1420,17,716,15],[1420,19,716,17],[1420,20,716,18],[1421,6,717,4,"borderColor"],[1421,17,717,15],[1421,19,717,17],[1422,4,718,2],[1422,5,718,3],[1423,4,719,2,"tokenItemName"],[1423,17,719,15],[1423,19,719,17],[1424,6,720,4,"fontSize"],[1424,14,720,12],[1424,16,720,14],[1424,18,720,16],[1425,6,721,4,"fontWeight"],[1425,16,721,14],[1425,18,721,16],[1425,23,721,21],[1426,6,722,4,"color"],[1426,11,722,9],[1426,13,722,11],[1427,4,723,2],[1427,5,723,3],[1428,4,724,2,"tokenItemNetwork"],[1428,20,724,18],[1428,22,724,20],[1429,6,725,4,"fontSize"],[1429,14,725,12],[1429,16,725,14],[1429,18,725,16],[1430,6,726,4,"color"],[1430,11,726,9],[1430,13,726,11],[1431,4,727,2],[1431,5,727,3],[1432,4,728,2,"tokenItemRight"],[1432,18,728,16],[1432,20,728,18],[1433,6,729,4,"alignItems"],[1433,16,729,14],[1433,18,729,16],[1434,4,730,2],[1434,5,730,3],[1435,4,731,2,"tokenItemBalance"],[1435,20,731,18],[1435,22,731,20],[1436,6,732,4,"fontSize"],[1436,14,732,12],[1436,16,732,14],[1436,18,732,16],[1437,6,733,4,"fontWeight"],[1437,16,733,14],[1437,18,733,16],[1437,23,733,21],[1438,6,734,4,"color"],[1438,11,734,9],[1438,13,734,11],[1439,4,735,2],[1439,5,735,3],[1440,4,736,2,"tokenItemUsd"],[1440,16,736,14],[1440,18,736,16],[1441,6,737,4,"fontSize"],[1441,14,737,12],[1441,16,737,14],[1441,18,737,16],[1442,6,738,4,"color"],[1442,11,738,9],[1442,13,738,11],[1443,4,739,2],[1444,2,740,0],[1444,3,740,1],[1444,4,740,2],[1445,2,740,3],[1445,6,740,3,"_c"],[1445,8,740,3],[1445,10,740,3,"_c2"],[1445,13,740,3],[1445,15,740,3,"_c3"],[1445,18,740,3],[1445,20,740,3,"_c4"],[1445,23,740,3],[1445,25,740,3,"_c5"],[1445,28,740,3],[1445,30,740,3,"_c6"],[1445,33,740,3],[1446,2,740,3,"$RefreshReg$"],[1446,14,740,3],[1446,15,740,3,"_c"],[1446,17,740,3],[1447,2,740,3,"$RefreshReg$"],[1447,14,740,3],[1447,15,740,3,"_c2"],[1447,18,740,3],[1448,2,740,3,"$RefreshReg$"],[1448,14,740,3],[1448,15,740,3,"_c3"],[1448,18,740,3],[1449,2,740,3,"$RefreshReg$"],[1449,14,740,3],[1449,15,740,3,"_c4"],[1449,18,740,3],[1450,2,740,3,"$RefreshReg$"],[1450,14,740,3],[1450,15,740,3,"_c5"],[1450,18,740,3],[1451,2,740,3,"$RefreshReg$"],[1451,14,740,3],[1451,15,740,3,"_c6"],[1451,18,740,3],[1452,0,740,3],[1452,3]],"functionMap":{"names":["<global>","HomeTab","pickImage","QUICK_ACTIONS.map$argument_0","WalletTab","useEffect$argument_0","fetchBalance","setTimeout$argument_0","CitizensTab","ReferralTab","ProfileTab","HomeScreen","Tab.Screen.props.options.tabBarIcon"],"mappings":"AAA;ACmB;oBCK;GDqB;+BEkD;aFc;CDM;AIE;YCS;GDE;uBEE;mCCI,wBD;GF8B;CJgH;AQE;CRM;ASE;CTM;AUE;CVM;eWI;sBCe;WDE;sBCQ;WDE;sBCQ;WDE;sBCQ;WDE;sBCQ;WDE;CXK"},"hasCjsExports":false},"type":"js/module"}]} |