diff --git a/.emergent/summary.txt b/.emergent/summary.txt
index bc94e4c5..86465650 100644
--- a/.emergent/summary.txt
+++ b/.emergent/summary.txt
@@ -1,92 +1,72 @@
-The AI engineer was initially tasked with cloning and enhancing the repository. The conversation quickly shifted to understanding the existing project, a comprehensive digital citizenship platform. Early attempts focused on making the existing app run, which exposed dependency and Polkadot.js compatibility issues, leading to a temporary mock for blockchain services on the web platform. The user then introduced , a fully integrated blockchain web application, and requested a roadmap to integrate its functionality and real-time data into the mobile app, prioritizing user-friendliness.
+The AI engineer began by inheriting an Expo mobile app () and as a reference. Initial efforts to run the existing app exposed Polkadot.js compatibility issues, leading to a shift towards a backend proxy for blockchain data. User frustration over repeated errors and lack of progress necessitated a complete rebuild from scratch, focusing on design, authentication via Supabase, and real-time blockchain data.
-The AI engineer proposed a multi-phase roadmap, emphasizing mobile-first UX and leveraging DKSweb's blockchain infrastructure. However, the implementation faced challenges with Polkadot.js compatibility on React Native and a misunderstanding of the user's local setup (confusing AI's with user's). This led to several iterations, including an attempt at WalletConnect integration and then a backend proxy approach for blockchain data. The user expressed frustration over repeated errors and lack of progress, leading to a complete re-evaluation and a request to rebuild the mobile app from scratch with a specific focus on design, user authentication, and leveraging a *live* DKSweb backend. The latest work involves recreating the frontend with the specified design and integrating a backend with Supabase and real-time blockchain data via a localtunnel connection to the user's machine. The primary immediate issue is the Continue button on the Language Selection screen being non-functional.
+The rebuild progressed through several phases. Key challenges included fixing hardcoding issues for mobile, correctly configuring network security (), handling Supabase setup (service role key, table, email confirmation), and addressing UI/UX feedback (safe areas, widget sizing, wallet features, performance). The AI diligently integrated Cloudflare Turnstile for human verification (using test keys) and a test Polkadot wallet. The latest work focused on robust Settings functionality, including various sub-screens, and is currently addressing language localization and dark mode implementation, having just created the necessary i18n and ThemeContext files. The development process has been iterative, driven by continuous user feedback and troubleshooting, often involving for complex environment issues.
-The user initially provided a GitHub repository () for an Expo mobile app to be developed. This app, called **PezkuwiChain Mobile App**, aims to be a Kurdish Digital Citizenship Platform with core features: Dual-Token Wallet (HEZ, PEZ), Governance (Welati - Voting), Digital Identity (KYC-based Hemwelatî citizenship), Education Certificates (on Blockchain), Trust Score, Parliament NFT’s, Referral Program, Business Hub, and Token Exchange. It supports 6 languages (English, Kurdish Sorani/Kurmanji, Arabic, Turkish, Farsi). The technology stack is React Native + Expo, TypeScript, Polkadot.js API, and React Navigation.
+The goal is to build the **PezkuwiChain Mobile App**, a Kurdish Digital Citizenship Platform. Key features include a Dual-Token Wallet (HEZ, PEZ), Governance (Welati - Voting), Digital Identity (KYC), Education Certificates, Trust Score, NFTs, Referral Program, Business Hub, and Token Exchange. It must support 6 languages (English, Kurdish Sorani/Kurmanji, Arabic, Turkish, Farsi). The technology uses React Native + Expo, TypeScript, Polkadot.js API (via backend proxy), and React Navigation.
-Later, the user provided another repository, , a fully functional web application integrating with blockchain, intended as a reference for the mobile app's backend and data integration. The mobile app must leverage DKSweb's functionality and real data, focusing on user-friendliness (mobile-first UX) rather than complex administration. Key requirements include:
-- **Complete rebuild from scratch.**
-- **Multi-network connectivity:** Connect to mainnet/beta, if unavailable, connect to user's local node via tunnel, else show error.
-- **User-centric UI/UX:** Thumb-friendly, gesture-driven, progressive, accessible, responsive, predictable, and delightful.
-- **Localized experience:** Language selection with consistent language across the app (no hardcoded language).
-- **Kurdish design:** Welcome page with Kurdish colors (red, green, yellow, white) and sun logo.
-- **User Authentication:** Human verification, Sign In/Sign Up flow (name, surname, email, phone number, optional referral code). Email verification is mandatory; phone verification is optional for the first 1000 users.
-- **Home Screen:** User profile picture (uploadable), Tiki count, Trust Score, QR code, Notifications, Settings. Dynamic widget area for announcements/ads (blockchain-independent). Fixed bottom navigation (Home, Wallet, Citizens, Referral, Profile).
-- **Wallet Screen:** Display balances, transaction history (reference from DKSweb).
-- **Quick Actions:** 30 quick action buttons on the wallet screen.
-- **Image handling:** All images must be base-64. Logos provided for Kurdistan Sun (dark/light), HEZ, PEZ, USDT(hez).
-- **Backend:** Use the existing FastAPI backend, extending it for authentication and utilizing the same Supabase project as DKSweb for user data.
-
-The project is structured into phases, with Phase 1 focusing on initial setup and core wallet features.
+The app is a complete rebuild, leveraging 's backend infrastructure. It requires multi-network connectivity, user-centric UI/UX (thumb-friendly, gesture-driven), and a localized, Kurdish-themed design (red, green, yellow, white gradient, Kurdistan sun logo). Core flows include Human Verification, Sign In/Sign Up with email verification (and optional phone for first 1000 users) via Supabase, and a Home Screen displaying user profile, Tiki count, Trust Score, QR code, Notifications, Settings, and a dynamic widget area. The Wallet Screen needs to show balances, transaction history, and 30 quick action buttons. All images must be Base64. The backend is FastAPI, extended for Supabase authentication. Phase 1 focused on initial setup and core wallet features, and subsequent phases are enriching settings, user experience, and functionality.
-- **React Native & Expo:** Core mobile development framework.
+- **React Native & Expo:** Core mobile development.
- **Expo Router:** File-based navigation.
-- **FastAPI & MongoDB:** Backend framework and database.
-- **Supabase:** User authentication (email/password) and off-chain data storage, used by DKSweb.
-- **Polkadot.js:** Blockchain interaction library (originally intended for direct frontend use, later for backend proxy).
-- ** (Python):** Backend library for Polkadot blockchain interaction.
-- ** / :** Exposing local development servers to the internet for remote access.
-- **i18n:** Internationalization for multi-language support.
-- **Base64 Images:** Mandatory format for image storage and display.
+- **FastAPI & MongoDB:** Backend framework & database.
+- **Supabase:** User authentication, off-chain data.
+- **Polkadot.js & :** Blockchain interaction.
+- **:** Exposing local dev to internet.
+- **Cloudflare Turnstile:** Human verification.
+- **i18n-js & expo-localization:** Internationalization.
+- **, , :** Image/profile upload.
+- **, :** Biometrics.
-The application has a monorepo-like structure with (Expo React Native) and (FastAPI).
-
-**Directory Structure (Simplified):**
+The application utilizes a monorepo structure: (Expo React Native) and (FastAPI).
-- :
- - **Summary:** FastAPI backend. Initially had mock balance data, now modified to connect to the user's local Polkadot node via a URL. It exposes to fetch real HEZ/PEZ balances. Future updates will include Supabase-backed authentication endpoints.
- - **Changes:**
- - Installation of and .
- - Configuration to connect to (user's localtunnel for RPC).
- - endpoint now fetches real data from the blockchain.
- - Supabase credentials were added to and for authentication endpoints (though endpoints themselves are not fully implemented yet).
-- :
- - **Summary:** Frontend service for API calls to the FastAPI backend. Configured to use .
- - **Changes:** Adjusted to call the backend endpoints .
-- :
- - **Summary:** Root component of the Expo app. Manages global providers and navigators.
- - **Changes:** Underwent multiple rewrites. The latest version sets up the initial navigation structure for , , and . It applies a global Kurdistan-themed gradient.
-- :
- - **Summary:** The initial screen where users select their preferred language.
- - **Changes:** Completely rewritten for a professional, elegant Kurdish-themed design (red, green, yellow, white gradient, Kurdistan sun logo, refined typography). The navigation logic for the Get Started button was fixed to proceed to .
-- :
- - **Summary:** Manages the primary navigation stack using Expo Router.
- - **Changes:** Updated to include the new , , and in the navigation flow, removing deprecated WalletSetup screens.
-- :
- - **Summary:** Babel configuration for the React Native project.
- - **Changes:** Created to address and other transformation errors related to Polkadot.js and WalletConnect libraries, by adding and plugins.
+- : FastAPI backend, configured to connect to a local Polkadot node via localtunnel () for real HEZ/PEZ balances. Supabase integration added for authentication (signup/login) and profile updates (email, wallet, 2FA settings). Includes an endpoint for Cloudflare Turnstile verification.
+- : Stores , , , , , , . Critical for backend service configuration.
+- : Expo application configuration. Crucially updated to include network security configurations ( for Android, for iOS) to resolve Network request failed errors on mobile.
+- : Manages frontend dependencies. Numerous packages added for UI/UX, authentication, image handling, biometrics, and internationalization.
+- : Root component. Manages global providers (, ), and integrates the main navigation stack. Updated to include new screens for settings, notifications, QR scanning.
+- : **New file.** Centralizes API URL () to prevent hardcoding , resolving Network request failed issues.
+- : **New file.** Created to manage internationalization (i18n) for multi-language support across the app.
+- : **New file.** Manages user authentication state, login, logout, and signup using the FastAPI backend and Supabase. Initially hardcoded , later fixed to use the centralized API URL.
+- : **New file.** Created to manage theme (dark/light mode) state globally.
+- : Initial screen for language selection. Redesigned with Kurdish theme. Navigation to was initially faulty, then fixed.
+- : Integrates Cloudflare Turnstile for bot protection using a WebView. Faced multiple network issues due to and misconfiguration, which were debugged and fixed.
+- : Handles user Sign In/Sign Up. Uses for calls to the backend. Also had issues, which were resolved.
+- : Main dashboard. Features profile picture, Tiki/Trust Score, QR, Notifications, Settings, dynamic widget. Includes for displaying real HEZ/PEZ balances (from test wallet), 12 quick action buttons (down from 30 for performance), and token list with images. Extensively modified for safe area padding and responsive design. Updated for profile pic upload via camera/gallery, navigation to QR, Notifications, Settings.
+- : Central hub for settings. Now includes navigation to , , , , , , , , and Sign Out. Biometric authentication toggle added.
+- Various new screens (, , , , , , , , , ) have been created to support the detailed settings functionality, mostly with placeholder/basic implementations, awaiting full logic integration.
-- Implement the Human Verification screen logic.
-- Develop the Sign In/Sign Up screen with email/phone verification (first 1000 users exempt from phone verification) using Supabase.
-- Design and implement the main Home screen as per user's visual reference (profile pic, Tiki/Trust Score, QR, Notifications, Settings, dynamic widget area, bottom navigation).
-- Develop the Wallet screen with 30 Quick Action buttons.
-- Implement referral code functionality.
-- Integrate backend authentication with Supabase for user signup/login.
-- Ensure all text is dynamically rendered based on selected language (i18n).
+- Implement the logic for LanguageSettingsScreen to dynamically change the app's language, ensuring it doesn't redirect the user to the start.
+- Implement the Dark Mode toggle functionality using within SettingsScreen.
+- Fully implement Two-Factor Authentication (currently a placeholder).
+- Complete the logic for (email update), , and .
+- Develop comprehensive content and functionality for , , and (including FAQs and linking to support).
+- Implement the full 30 quick action buttons on the Wallet screen with lazy loading/virtualized lists to avoid performance issues.
+- Activate wallet notifications and QR reader.
-Immediately before this summary request, the AI engineer was in the process of a full rebuild of the frontend and integrating a new backend.
-The frontend has been completely rewritten to align with the user's detailed design requirements, specifically for the . This screen now features a professional, elegant Kurdish-themed design, including a red, green, yellow, and white gradient, the Kurdistan sun logo, refined typography, and language cards with specific emphasis on the selected language.
+Immediately before this summary request, the AI engineer was addressing the user's latest deficiencies reported for Phase 2.1. Specifically, the user highlighted that:
+1. The language selection in was non-functional and stuck to English, also resetting the user's navigation flow to the beginning of the app upon selection.
+2. The dark mode toggle was inactive.
-The has been updated to include the new navigation flow: -> -> -> .
+To address these issues, the AI engineer initiated the implementation of a proper internationalization (i18n) and theme management system. The very last action taken was the installation of necessary packages for i18n (, , , , , , ) and the creation of two new configuration/context files:
+- : This file is intended to hold the configuration for handling multiple languages within the application, including language definitions and translation functions.
+- : This file is designed to provide a React Context for managing the application's theme, specifically enabling dark/light mode functionality and making it accessible globally.
-The was also extensively updated to connect to the user's local Polkadot node via a URL () to fetch real blockchain data for balances. Supabase credentials have been added to the backend's for future authentication implementation.
-
-The most recent issue reported by the user is that the Continue button on the is still not navigating to the next screen (), despite previous attempts to fix it. This suggests a persistent issue with navigation or state management after the extensive rewrite. The AI engineer acknowledges this is likely an Expo cache problem and plans a restart.
+The engineer's immediate next step, as indicated by the last message, is to further develop to be truly functional, integrate the dark mode toggle into , and update to wrap the application with the new . The goal is to ensure language changes are silent and don't disrupt the user's flow, and dark mode can be toggled effectively.
-Restart Expo and then fix the Continue button on the Language Selection screen to navigate to .
+Implement the language selection logic in and the dark mode toggle in , then integrate into .
diff --git a/auth_test.py b/auth_test.py
index 079f9685..228eeb20 100644
--- a/auth_test.py
+++ b/auth_test.py
@@ -9,7 +9,7 @@ import json
import time
from datetime import datetime
-BACKEND_URL = "https://digital-kurdistan.preview.emergentagent.com/api"
+BACKEND_URL = "https://kurdish-id.preview.emergentagent.com/api"
def test_auth_flow():
"""Test complete authentication flow"""
diff --git a/backend_test.py b/backend_test.py
index eeea6087..d67d46f4 100644
--- a/backend_test.py
+++ b/backend_test.py
@@ -11,7 +11,7 @@ import time
from datetime import datetime
# Backend URL from frontend/.env
-BACKEND_URL = "https://digital-kurdistan.preview.emergentagent.com/api"
+BACKEND_URL = "https://kurdish-id.preview.emergentagent.com/api"
class BackendTester:
def __init__(self):
diff --git a/final_auth_test.py b/final_auth_test.py
index e15443c1..fc751e38 100644
--- a/final_auth_test.py
+++ b/final_auth_test.py
@@ -7,7 +7,7 @@ import requests
import json
from datetime import datetime
-BACKEND_URL = "https://digital-kurdistan.preview.emergentagent.com/api"
+BACKEND_URL = "https://kurdish-id.preview.emergentagent.com/api"
def test_backend_health():
"""Test if backend is responding"""
diff --git a/frontend/.metro-cache/cache/0c/da0f30441b0436840904c9838ec83bba11cef888df2a6b907c6d52da29712b3898c6f9 b/frontend/.metro-cache/cache/0c/da0f30441b0436840904c9838ec83bba11cef888df2a6b907c6d52da29712b3898c6f9
index 0686a890..c87e9238 100644
--- a/frontend/.metro-cache/cache/0c/da0f30441b0436840904c9838ec83bba11cef888df2a6b907c6d52da29712b3898c6f9
+++ b/frontend/.metro-cache/cache/0c/da0f30441b0436840904c9838ec83bba11cef888df2a6b907c6d52da29712b3898c6f9
@@ -1 +1 @@
-{"dependencies":[{"name":"expo-constants","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":3,"column":0,"index":63},"end":{"line":3,"column":39,"index":102}}],"key":"pPv5KzfRT0rL6NCr7G9k0o4d1W8=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n Object.defineProperty(exports, \"API_BASE_URL\", {\n enumerable: true,\n get: function () {\n return API_BASE_URL;\n }\n });\n Object.defineProperty(exports, \"API_ENDPOINTS\", {\n enumerable: true,\n get: function () {\n return API_ENDPOINTS;\n }\n });\n var _expoConstants = require(_dependencyMap[0], \"expo-constants\");\n var Constants = _interopDefault(_expoConstants);\n // API Configuration\n // Single source of truth for backend URL\n\n const getBackendUrl = () => {\n // Try expo-constants first, then process.env, then fallback\n const url = Constants.default.expoConfig?.extra?.backendUrl || \"https://digital-kurdistan.preview.emergentagent.com\";\n if (!url) {\n console.error('⚠️ Backend URL not found in expo-constants or env vars! Using fallback.');\n return 'http://localhost:8001';\n }\n console.log('✅ Backend URL loaded:', url);\n console.log('📱 Source: expo-constants =', Constants.default.expoConfig?.extra?.backendUrl);\n console.log('🔧 Source: process.env =', \"https://digital-kurdistan.preview.emergentagent.com\");\n return url;\n };\n const API_BASE_URL = getBackendUrl();\n const API_ENDPOINTS = {\n AUTH_SIGNUP: `${API_BASE_URL}/api/auth/signup`,\n AUTH_SIGNIN: `${API_BASE_URL}/api/auth/signin`,\n AUTH_USER: userId => `${API_BASE_URL}/api/auth/user/${userId}`,\n VERIFY_TURNSTILE: `${API_BASE_URL}/api/verify-turnstile`,\n BALANCE: `${API_BASE_URL}/api/blockchain/balance`\n };\n});","lineCount":49,"map":[[12,2,21,0,"Object"],[12,8,21,0],[12,9,21,0,"defineProperty"],[12,23,21,0],[12,24,21,0,"exports"],[12,31,21,0],[13,4,21,0,"enumerable"],[13,14,21,0],[14,4,21,0,"get"],[14,7,21,0],[14,18,21,0,"get"],[14,19,21,0],[15,6,21,0],[15,13,21,0,"API_BASE_URL"],[15,25,21,0],[16,4,21,0],[17,2,21,0],[18,2,23,0,"Object"],[18,8,23,0],[18,9,23,0,"defineProperty"],[18,23,23,0],[18,24,23,0,"exports"],[18,31,23,0],[19,4,23,0,"enumerable"],[19,14,23,0],[20,4,23,0,"get"],[20,7,23,0],[20,18,23,0,"get"],[20,19,23,0],[21,6,23,0],[21,13,23,0,"API_ENDPOINTS"],[21,26,23,0],[22,4,23,0],[23,2,23,0],[24,2,3,0],[24,6,3,0,"_expoConstants"],[24,20,3,0],[24,23,3,0,"require"],[24,30,3,0],[24,31,3,0,"_dependencyMap"],[24,45,3,0],[25,2,3,0],[25,6,3,0,"Constants"],[25,15,3,0],[25,18,3,0,"_interopDefault"],[25,33,3,0],[25,34,3,0,"_expoConstants"],[25,48,3,0],[26,2,1,0],[27,2,2,0],[29,2,5,0],[29,8,5,6,"getBackendUrl"],[29,21,5,19],[29,24,5,22,"getBackendUrl"],[29,25,5,22],[29,30,5,36],[30,4,6,2],[31,4,7,2],[31,10,7,8,"url"],[31,13,7,11],[31,16,7,14,"Constants"],[31,25,7,23],[31,26,7,23,"default"],[31,33,7,23],[31,34,7,24,"expoConfig"],[31,44,7,34],[31,46,7,36,"extra"],[31,51,7,41],[31,53,7,43,"backendUrl"],[31,63,7,53],[31,120,8,49],[32,4,10,2],[32,8,10,6],[32,9,10,7,"url"],[32,12,10,10],[32,14,10,12],[33,6,11,4,"console"],[33,13,11,11],[33,14,11,12,"error"],[33,19,11,17],[33,20,11,18],[33,93,11,91],[33,94,11,92],[34,6,12,4],[34,13,12,11],[34,36,12,34],[35,4,13,2],[36,4,15,2,"console"],[36,11,15,9],[36,12,15,10,"log"],[36,15,15,13],[36,16,15,14],[36,39,15,37],[36,41,15,39,"url"],[36,44,15,42],[36,45,15,43],[37,4,16,2,"console"],[37,11,16,9],[37,12,16,10,"log"],[37,15,16,13],[37,16,16,14],[37,45,16,43],[37,47,16,45,"Constants"],[37,56,16,54],[37,57,16,54,"default"],[37,64,16,54],[37,65,16,55,"expoConfig"],[37,75,16,65],[37,77,16,67,"extra"],[37,82,16,72],[37,84,16,74,"backendUrl"],[37,94,16,84],[37,95,16,85],[38,4,17,2,"console"],[38,11,17,9],[38,12,17,10,"log"],[38,15,17,13],[38,16,17,14],[38,42,17,40],[38,97,17,77],[38,98,17,78],[39,4,18,2],[39,11,18,9,"url"],[39,14,18,12],[40,2,19,0],[40,3,19,1],[41,2,21,7],[41,8,21,13,"API_BASE_URL"],[41,20,21,25],[41,23,21,28,"getBackendUrl"],[41,36,21,41],[41,37,21,42],[41,38,21,43],[42,2,23,7],[42,8,23,13,"API_ENDPOINTS"],[42,21,23,26],[42,24,23,29],[43,4,24,2,"AUTH_SIGNUP"],[43,15,24,13],[43,17,24,15],[43,20,24,18,"API_BASE_URL"],[43,32,24,30],[43,50,24,48],[44,4,25,2,"AUTH_SIGNIN"],[44,15,25,13],[44,17,25,15],[44,20,25,18,"API_BASE_URL"],[44,32,25,30],[44,50,25,48],[45,4,26,2,"AUTH_USER"],[45,13,26,11],[45,15,26,14,"userId"],[45,21,26,28],[45,25,26,33],[45,28,26,36,"API_BASE_URL"],[45,40,26,48],[45,58,26,66,"userId"],[45,64,26,72],[45,66,26,74],[46,4,27,2,"VERIFY_TURNSTILE"],[46,20,27,18],[46,22,27,20],[46,25,27,23,"API_BASE_URL"],[46,37,27,35],[46,60,27,58],[47,4,28,2,"BALANCE"],[47,11,28,9],[47,13,28,11],[47,16,28,14,"API_BASE_URL"],[47,28,28,26],[48,2,29,0],[48,3,29,1],[49,0,29,2],[49,3]],"functionMap":{"names":["","getBackendUrl","API_ENDPOINTS.AUTH_USER"],"mappings":"AAA;sBCI;CDc;aEO,6DF"},"hasCjsExports":false},"type":"js/module"}]}
\ No newline at end of file
+{"dependencies":[{"name":"expo-constants","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":3,"column":0,"index":63},"end":{"line":3,"column":39,"index":102}}],"key":"pPv5KzfRT0rL6NCr7G9k0o4d1W8=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n Object.defineProperty(exports, \"API_BASE_URL\", {\n enumerable: true,\n get: function () {\n return API_BASE_URL;\n }\n });\n Object.defineProperty(exports, \"API_ENDPOINTS\", {\n enumerable: true,\n get: function () {\n return API_ENDPOINTS;\n }\n });\n var _expoConstants = require(_dependencyMap[0], \"expo-constants\");\n var Constants = _interopDefault(_expoConstants);\n // API Configuration\n // Single source of truth for backend URL\n\n const getBackendUrl = () => {\n // Try expo-constants first, then process.env, then fallback\n const url = Constants.default.expoConfig?.extra?.backendUrl || \"https://kurdish-id.preview.emergentagent.com\";\n if (!url) {\n console.error('⚠️ Backend URL not found in expo-constants or env vars! Using fallback.');\n return 'http://localhost:8001';\n }\n console.log('✅ Backend URL loaded:', url);\n console.log('📱 Source: expo-constants =', Constants.default.expoConfig?.extra?.backendUrl);\n console.log('🔧 Source: process.env =', \"https://kurdish-id.preview.emergentagent.com\");\n return url;\n };\n const API_BASE_URL = getBackendUrl();\n const API_ENDPOINTS = {\n AUTH_SIGNUP: `${API_BASE_URL}/api/auth/signup`,\n AUTH_SIGNIN: `${API_BASE_URL}/api/auth/signin`,\n AUTH_USER: userId => `${API_BASE_URL}/api/auth/user/${userId}`,\n VERIFY_TURNSTILE: `${API_BASE_URL}/api/verify-turnstile`,\n BALANCE: `${API_BASE_URL}/api/blockchain/balance`\n };\n});","lineCount":49,"map":[[12,2,21,0,"Object"],[12,8,21,0],[12,9,21,0,"defineProperty"],[12,23,21,0],[12,24,21,0,"exports"],[12,31,21,0],[13,4,21,0,"enumerable"],[13,14,21,0],[14,4,21,0,"get"],[14,7,21,0],[14,18,21,0,"get"],[14,19,21,0],[15,6,21,0],[15,13,21,0,"API_BASE_URL"],[15,25,21,0],[16,4,21,0],[17,2,21,0],[18,2,23,0,"Object"],[18,8,23,0],[18,9,23,0,"defineProperty"],[18,23,23,0],[18,24,23,0,"exports"],[18,31,23,0],[19,4,23,0,"enumerable"],[19,14,23,0],[20,4,23,0,"get"],[20,7,23,0],[20,18,23,0,"get"],[20,19,23,0],[21,6,23,0],[21,13,23,0,"API_ENDPOINTS"],[21,26,23,0],[22,4,23,0],[23,2,23,0],[24,2,3,0],[24,6,3,0,"_expoConstants"],[24,20,3,0],[24,23,3,0,"require"],[24,30,3,0],[24,31,3,0,"_dependencyMap"],[24,45,3,0],[25,2,3,0],[25,6,3,0,"Constants"],[25,15,3,0],[25,18,3,0,"_interopDefault"],[25,33,3,0],[25,34,3,0,"_expoConstants"],[25,48,3,0],[26,2,1,0],[27,2,2,0],[29,2,5,0],[29,8,5,6,"getBackendUrl"],[29,21,5,19],[29,24,5,22,"getBackendUrl"],[29,25,5,22],[29,30,5,36],[30,4,6,2],[31,4,7,2],[31,10,7,8,"url"],[31,13,7,11],[31,16,7,14,"Constants"],[31,25,7,23],[31,26,7,23,"default"],[31,33,7,23],[31,34,7,24,"expoConfig"],[31,44,7,34],[31,46,7,36,"extra"],[31,51,7,41],[31,53,7,43,"backendUrl"],[31,63,7,53],[31,120,8,49],[32,4,10,2],[32,8,10,6],[32,9,10,7,"url"],[32,12,10,10],[32,14,10,12],[33,6,11,4,"console"],[33,13,11,11],[33,14,11,12,"error"],[33,19,11,17],[33,20,11,18],[33,93,11,91],[33,94,11,92],[34,6,12,4],[34,13,12,11],[34,36,12,34],[35,4,13,2],[36,4,15,2,"console"],[36,11,15,9],[36,12,15,10,"log"],[36,15,15,13],[36,16,15,14],[36,39,15,37],[36,41,15,39,"url"],[36,44,15,42],[36,45,15,43],[37,4,16,2,"console"],[37,11,16,9],[37,12,16,10,"log"],[37,15,16,13],[37,16,16,14],[37,45,16,43],[37,47,16,45,"Constants"],[37,56,16,54],[37,57,16,54,"default"],[37,64,16,54],[37,65,16,55,"expoConfig"],[37,75,16,65],[37,77,16,67,"extra"],[37,82,16,72],[37,84,16,74,"backendUrl"],[37,94,16,84],[37,95,16,85],[38,4,17,2,"console"],[38,11,17,9],[38,12,17,10,"log"],[38,15,17,13],[38,16,17,14],[38,42,17,40],[38,97,17,77],[38,98,17,78],[39,4,18,2],[39,11,18,9,"url"],[39,14,18,12],[40,2,19,0],[40,3,19,1],[41,2,21,7],[41,8,21,13,"API_BASE_URL"],[41,20,21,25],[41,23,21,28,"getBackendUrl"],[41,36,21,41],[41,37,21,42],[41,38,21,43],[42,2,23,7],[42,8,23,13,"API_ENDPOINTS"],[42,21,23,26],[42,24,23,29],[43,4,24,2,"AUTH_SIGNUP"],[43,15,24,13],[43,17,24,15],[43,20,24,18,"API_BASE_URL"],[43,32,24,30],[43,50,24,48],[44,4,25,2,"AUTH_SIGNIN"],[44,15,25,13],[44,17,25,15],[44,20,25,18,"API_BASE_URL"],[44,32,25,30],[44,50,25,48],[45,4,26,2,"AUTH_USER"],[45,13,26,11],[45,15,26,14,"userId"],[45,21,26,28],[45,25,26,33],[45,28,26,36,"API_BASE_URL"],[45,40,26,48],[45,58,26,66,"userId"],[45,64,26,72],[45,66,26,74],[46,4,27,2,"VERIFY_TURNSTILE"],[46,20,27,18],[46,22,27,20],[46,25,27,23,"API_BASE_URL"],[46,37,27,35],[46,60,27,58],[47,4,28,2,"BALANCE"],[47,11,28,9],[47,13,28,11],[47,16,28,14,"API_BASE_URL"],[47,28,28,26],[48,2,29,0],[48,3,29,1],[49,0,29,2],[49,3]],"functionMap":{"names":["","getBackendUrl","API_ENDPOINTS.AUTH_USER"],"mappings":"AAA;sBCI;CDc;aEO,6DF"},"hasCjsExports":false},"type":"js/module"}]}
\ No newline at end of file
diff --git a/frontend/.metro-cache/cache/4b/a99109ad0c874cdcfc7e5ff4de0565087677a37b5672f82cbcff107d470891d29849ad b/frontend/.metro-cache/cache/4b/a99109ad0c874cdcfc7e5ff4de0565087677a37b5672f82cbcff107d470891d29849ad
index b85a7ea4..2d55fb09 100644
--- a/frontend/.metro-cache/cache/4b/a99109ad0c874cdcfc7e5ff4de0565087677a37b5672f82cbcff107d470891d29849ad
+++ b/frontend/.metro-cache/cache/4b/a99109ad0c874cdcfc7e5ff4de0565087677a37b5672f82cbcff107d470891d29849ad
@@ -1 +1 @@
-{"dependencies":[{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":51,"index":51}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/View","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"4kYBDC6LJJXoH7P9rWDi3vkLVB0=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Text","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"JKIzsQ5YQ0gDj0MIyY0Q7F1zJtU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/StyleSheet","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"MK7+k1V+KnvCVW7Kj2k/ydtjmVU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/TouchableOpacity","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PnQOoa8QGKpV5+issz6ikk463eg=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/ScrollView","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"7Gv1K9/TiQvbDXlMy9NOQIEBHDA=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Image","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"h9Yjx6LR7umCdPP226caWyLdUPo=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Dimensions","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"ySrYx/xxJL+A+Ie+sLy/r/EEnF8=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Alert","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PEUC6jrQVoAGZ2qYkvimljMOyJI=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":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 _react = require(_dependencyMap[0], \"react\");\n var _reactNativeWebDistExportsView = require(_dependencyMap[1], \"react-native-web/dist/exports/View\");\n var View = _interopDefault(_reactNativeWebDistExportsView);\n var _reactNativeWebDistExportsText = require(_dependencyMap[2], \"react-native-web/dist/exports/Text\");\n var Text = _interopDefault(_reactNativeWebDistExportsText);\n var _reactNativeWebDistExportsStyleSheet = require(_dependencyMap[3], \"react-native-web/dist/exports/StyleSheet\");\n var StyleSheet = _interopDefault(_reactNativeWebDistExportsStyleSheet);\n var _reactNativeWebDistExportsTouchableOpacity = require(_dependencyMap[4], \"react-native-web/dist/exports/TouchableOpacity\");\n var TouchableOpacity = _interopDefault(_reactNativeWebDistExportsTouchableOpacity);\n var _reactNativeWebDistExportsScrollView = require(_dependencyMap[5], \"react-native-web/dist/exports/ScrollView\");\n var ScrollView = _interopDefault(_reactNativeWebDistExportsScrollView);\n var _reactNativeWebDistExportsImage = require(_dependencyMap[6], \"react-native-web/dist/exports/Image\");\n var Image = _interopDefault(_reactNativeWebDistExportsImage);\n var _reactNativeWebDistExportsDimensions = require(_dependencyMap[7], \"react-native-web/dist/exports/Dimensions\");\n var Dimensions = _interopDefault(_reactNativeWebDistExportsDimensions);\n var _reactNativeWebDistExportsAlert = require(_dependencyMap[8], \"react-native-web/dist/exports/Alert\");\n var Alert = _interopDefault(_reactNativeWebDistExportsAlert);\n var _expoVectorIcons = require(_dependencyMap[9], \"@expo/vector-icons\");\n var _reactNavigationBottomTabs = require(_dependencyMap[10], \"@react-navigation/bottom-tabs\");\n var _expoImagePicker = require(_dependencyMap[11], \"expo-image-picker\");\n var ImagePicker = _interopNamespace(_expoImagePicker);\n var _contextsAuthContext = require(_dependencyMap[12], \"../contexts/AuthContext\");\n var _reactNativeSafeAreaContext = require(_dependencyMap[13], \"react-native-safe-area-context\");\n var _reactJsxDevRuntime = require(_dependencyMap[14], \"react/jsx-dev-runtime\");\n const {\n width\n } = Dimensions.default.get('window');\n function HomeTab() {\n _s();\n const {\n user\n } = (0, _contextsAuthContext.useAuth)();\n const insets = (0, _reactNativeSafeAreaContext.useSafeAreaInsets)();\n const [profileImage, setProfileImage] = (0, _react.useState)(null);\n const pickImage = async () => {\n const permissionResult = await ImagePicker.requestMediaLibraryPermissionsAsync();\n if (permissionResult.granted === false) {\n Alert.default.alert('Permission Required', 'Permission to access camera roll is required!');\n return;\n }\n const result = await 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 const base64Image = `data:image/jpeg;base64,${result.assets[0].base64}`;\n setProfileImage(base64Image);\n // TODO: Save to backend\n }\n };\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n showsVerticalScrollIndicator: false,\n contentContainerStyle: styles.scrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: [styles.header, {\n paddingTop: insets.top + 16\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.headerLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: styles.profileImage,\n onPress: pickImage,\n children: profileImage ? /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\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)(View.default, {\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)(Text.default, {\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)(View.default, {\n style: styles.headerRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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)(TouchableOpacity.default, {\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)(TouchableOpacity.default, {\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)(View.default, {\n style: styles.announcementWidget,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n horizontal: true,\n showsHorizontalScrollIndicator: false,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.announcement,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\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)(Text.default, {\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)(View.default, {\n style: styles.announcement,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\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)(Text.default, {\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)(View.default, {\n style: styles.quickActionsContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\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)(View.default, {\n style: styles.actionsGrid,\n children: QUICK_ACTIONS.map((action, index) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: [styles.actionCard, index % 4 === 0 && styles.actionCardFirst, index % 4 === 3 && styles.actionCardLast],\n activeOpacity: 0.7,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\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)(Text.default, {\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 const {\n user\n } = (0, _contextsAuthContext.useAuth)();\n const insets = (0, _reactNativeSafeAreaContext.useSafeAreaInsets)();\n const [hezBalance, setHezBalance] = (0, _react.useState)('Loading...');\n const [pezBalance, setPezBalance] = (0, _react.useState)('Loading...');\n const [loading, setLoading] = (0, _react.useState)(true);\n const TEST_WALLET = '5GgTgG9sRmPQAYU1RsTejZYnZRjwzKZKWD3awtuqjHioki45';\n (0, _react.useEffect)(() => {\n fetchBalance();\n }, []);\n const fetchBalance = async () => {\n try {\n const backendUrl = \"https://digital-kurdistan.preview.emergentagent.com\" || 'http://localhost:8001';\n const controller = new AbortController();\n const timeoutId = setTimeout(() => controller.abort(), 5000); // 5 sec timeout\n\n const response = await 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 const data = await 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 /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n contentContainerStyle: styles.walletScrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: [styles.walletHeader, {\n paddingTop: insets.top + 16\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\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)(TouchableOpacity.default, {\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)(View.default, {\n style: styles.balanceRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.balanceCardNew,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\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)(Text.default, {\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)(Text.default, {\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)(Text.default, {\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)(View.default, {\n style: styles.balanceCardNew,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\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)(Text.default, {\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)(Text.default, {\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)(Text.default, {\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)(View.default, {\n style: styles.actionsContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.actionsRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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)(Text.default, {\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)(TouchableOpacity.default, {\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)(Text.default, {\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)(TouchableOpacity.default, {\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)(Text.default, {\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)(TouchableOpacity.default, {\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)(Text.default, {\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)(View.default, {\n style: styles.actionsRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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)(Text.default, {\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)(TouchableOpacity.default, {\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)(Text.default, {\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)(TouchableOpacity.default, {\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)(Text.default, {\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)(TouchableOpacity.default, {\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)(Text.default, {\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)(View.default, {\n style: styles.tokensContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokensHeader,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokensTitle,\n children: \"Tokens\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 247,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokensHeaderActions,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: styles.tokenHeaderButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"search\",\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 250,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 249,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: styles.tokenHeaderButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"add-circle\",\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 253,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 252,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: styles.tokenHeaderButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"settings\",\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 256,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 255,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 248,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 246,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenIconContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_digital-kurdistan/artifacts/kjrxv1gd_USDT%28hez%29logo.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 265,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\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: 269,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 264,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemName,\n children: \"USDT\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 275,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemNetwork,\n children: \"PEZ Network\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 276,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 274,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 263,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemBalance,\n children: \"0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 280,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 281,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 279,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 262,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_digital-kurdistan/artifacts/06k2kt5u_dot.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 288,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemName,\n children: \"DOT\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 293,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemNetwork,\n children: \"Polkadot\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 294,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 292,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 287,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemBalance,\n children: \"0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 298,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 299,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 297,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 286,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_digital-kurdistan/artifacts/7obzx4ca_bitcoin.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 306,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemName,\n children: \"BTC\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 311,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemNetwork,\n children: \"Bitcoin\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 312,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 310,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 305,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemBalance,\n children: \"0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 316,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 317,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 315,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 304,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_digital-kurdistan/artifacts/l927j96q_etherium.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 324,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemName,\n children: \"ETH\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 329,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemNetwork,\n children: \"Ethereum\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 330,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 328,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 323,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemBalance,\n children: \"0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 334,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 335,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 333,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 322,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_digital-kurdistan/artifacts/2k07ckau_BNB_logo.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 342,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemName,\n children: \"BNB\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 347,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemNetwork,\n children: \"Binance Smart Chain\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 348,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 346,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 341,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemBalance,\n children: \"0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 352,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 353,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 351,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 340,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_digital-kurdistan/artifacts/k5rl2t4g_ADAlogo.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 360,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemName,\n children: \"ADA\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 365,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemNetwork,\n children: \"Cardano\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 366,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 364,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 359,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemBalance,\n children: \"0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 370,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 371,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 369,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 358,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_digital-kurdistan/artifacts/ldg2spf2_SOLlogo.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 378,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemName,\n children: \"SOL\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 383,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemNetwork,\n children: \"Solana\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 384,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 382,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 377,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemBalance,\n children: \"0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 388,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 389,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 387,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 376,\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)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.placeholderText,\n children: \"Citizens Screen\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 401,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 400,\n columnNumber: 5\n }, this);\n }\n _c3 = CitizensTab;\n function ReferralTab() {\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.placeholderText,\n children: \"Referral Screen\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 409,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 408,\n columnNumber: 5\n }, this);\n }\n _c4 = ReferralTab;\n function ProfileTab() {\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.placeholderText,\n children: \"Profile Screen\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 417,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 416,\n columnNumber: 5\n }, this);\n }\n _c5 = ProfileTab;\n const 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: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"home\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 440,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 434,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Wallet\",\n component: WalletTab,\n options: {\n tabBarLabel: 'Wallet',\n tabBarIcon: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"wallet\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 450,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 444,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Citizens\",\n component: CitizensTab,\n options: {\n tabBarLabel: 'Citizens',\n tabBarIcon: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"people\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 460,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 454,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Referral\",\n component: ReferralTab,\n options: {\n tabBarLabel: 'Referral',\n tabBarIcon: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"gift\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 470,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 464,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Profile\",\n component: ProfileTab,\n options: {\n tabBarLabel: 'Profile',\n tabBarIcon: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"person\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 480,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 474,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 426,\n columnNumber: 5\n }, this);\n }\n _c6 = HomeScreen;\n const 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 const styles = StyleSheet.default.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 - 32,\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 tokensHeader: {\n flexDirection: 'row',\n justifyContent: 'space-between',\n alignItems: 'center',\n marginBottom: 12,\n paddingHorizontal: 4\n },\n tokensTitle: {\n fontSize: 18,\n fontWeight: '700',\n color: '#1F2937'\n },\n tokensHeaderActions: {\n flexDirection: 'row',\n gap: 12\n },\n tokenHeaderButton: {\n width: 32,\n height: 32,\n borderRadius: 8,\n backgroundColor: '#F3F4F6',\n alignItems: 'center',\n justifyContent: 'center'\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":1899,"map":[[30,2,424,15,"Object"],[30,8,424,15],[30,9,424,15,"defineProperty"],[30,23,424,15],[30,24,424,15,"exports"],[30,31,424,15],[31,4,424,15,"enumerable"],[31,14,424,15],[32,4,424,15,"get"],[32,7,424,15],[32,18,424,15,"get"],[32,19,424,15],[33,6,424,15],[33,13,424,15,"HomeScreen"],[33,23,424,15],[34,4,424,15],[35,2,424,15],[36,2,1,0],[36,6,1,0,"_react"],[36,12,1,0],[36,15,1,0,"require"],[36,22,1,0],[36,23,1,0,"_dependencyMap"],[36,37,1,0],[37,2,1,51],[37,6,1,51,"_reactNativeWebDistExportsView"],[37,36,1,51],[37,39,1,51,"require"],[37,46,1,51],[37,47,1,51,"_dependencyMap"],[37,61,1,51],[38,2,1,51],[38,6,1,51,"View"],[38,10,1,51],[38,13,1,51,"_interopDefault"],[38,28,1,51],[38,29,1,51,"_reactNativeWebDistExportsView"],[38,59,1,51],[39,2,1,51],[39,6,1,51,"_reactNativeWebDistExportsText"],[39,36,1,51],[39,39,1,51,"require"],[39,46,1,51],[39,47,1,51,"_dependencyMap"],[39,61,1,51],[40,2,1,51],[40,6,1,51,"Text"],[40,10,1,51],[40,13,1,51,"_interopDefault"],[40,28,1,51],[40,29,1,51,"_reactNativeWebDistExportsText"],[40,59,1,51],[41,2,1,51],[41,6,1,51,"_reactNativeWebDistExportsStyleSheet"],[41,42,1,51],[41,45,1,51,"require"],[41,52,1,51],[41,53,1,51,"_dependencyMap"],[41,67,1,51],[42,2,1,51],[42,6,1,51,"StyleSheet"],[42,16,1,51],[42,19,1,51,"_interopDefault"],[42,34,1,51],[42,35,1,51,"_reactNativeWebDistExportsStyleSheet"],[42,71,1,51],[43,2,1,51],[43,6,1,51,"_reactNativeWebDistExportsTouchableOpacity"],[43,48,1,51],[43,51,1,51,"require"],[43,58,1,51],[43,59,1,51,"_dependencyMap"],[43,73,1,51],[44,2,1,51],[44,6,1,51,"TouchableOpacity"],[44,22,1,51],[44,25,1,51,"_interopDefault"],[44,40,1,51],[44,41,1,51,"_reactNativeWebDistExportsTouchableOpacity"],[44,83,1,51],[45,2,1,51],[45,6,1,51,"_reactNativeWebDistExportsScrollView"],[45,42,1,51],[45,45,1,51,"require"],[45,52,1,51],[45,53,1,51,"_dependencyMap"],[45,67,1,51],[46,2,1,51],[46,6,1,51,"ScrollView"],[46,16,1,51],[46,19,1,51,"_interopDefault"],[46,34,1,51],[46,35,1,51,"_reactNativeWebDistExportsScrollView"],[46,71,1,51],[47,2,1,51],[47,6,1,51,"_reactNativeWebDistExportsImage"],[47,37,1,51],[47,40,1,51,"require"],[47,47,1,51],[47,48,1,51,"_dependencyMap"],[47,62,1,51],[48,2,1,51],[48,6,1,51,"Image"],[48,11,1,51],[48,14,1,51,"_interopDefault"],[48,29,1,51],[48,30,1,51,"_reactNativeWebDistExportsImage"],[48,61,1,51],[49,2,1,51],[49,6,1,51,"_reactNativeWebDistExportsDimensions"],[49,42,1,51],[49,45,1,51,"require"],[49,52,1,51],[49,53,1,51,"_dependencyMap"],[49,67,1,51],[50,2,1,51],[50,6,1,51,"Dimensions"],[50,16,1,51],[50,19,1,51,"_interopDefault"],[50,34,1,51],[50,35,1,51,"_reactNativeWebDistExportsDimensions"],[50,71,1,51],[51,2,1,51],[51,6,1,51,"_reactNativeWebDistExportsAlert"],[51,37,1,51],[51,40,1,51,"require"],[51,47,1,51],[51,48,1,51,"_dependencyMap"],[51,62,1,51],[52,2,1,51],[52,6,1,51,"Alert"],[52,11,1,51],[52,14,1,51,"_interopDefault"],[52,29,1,51],[52,30,1,51,"_reactNativeWebDistExportsAlert"],[52,61,1,51],[53,2,12,0],[53,6,12,0,"_expoVectorIcons"],[53,22,12,0],[53,25,12,0,"require"],[53,32,12,0],[53,33,12,0,"_dependencyMap"],[53,47,12,0],[54,2,13,0],[54,6,13,0,"_reactNavigationBottomTabs"],[54,32,13,0],[54,35,13,0,"require"],[54,42,13,0],[54,43,13,0,"_dependencyMap"],[54,57,13,0],[55,2,14,0],[55,6,14,0,"_expoImagePicker"],[55,22,14,0],[55,25,14,0,"require"],[55,32,14,0],[55,33,14,0,"_dependencyMap"],[55,47,14,0],[56,2,14,0],[56,6,14,0,"ImagePicker"],[56,17,14,0],[56,20,14,0,"_interopNamespace"],[56,37,14,0],[56,38,14,0,"_expoImagePicker"],[56,54,14,0],[57,2,15,0],[57,6,15,0,"_contextsAuthContext"],[57,26,15,0],[57,29,15,0,"require"],[57,36,15,0],[57,37,15,0,"_dependencyMap"],[57,51,15,0],[58,2,16,0],[58,6,16,0,"_reactNativeSafeAreaContext"],[58,33,16,0],[58,36,16,0,"require"],[58,43,16,0],[58,44,16,0,"_dependencyMap"],[58,58,16,0],[59,2,16,67],[59,6,16,67,"_reactJsxDevRuntime"],[59,25,16,67],[59,28,16,67,"require"],[59,35,16,67],[59,36,16,67,"_dependencyMap"],[59,50,16,67],[60,2,18,0],[60,8,18,6],[61,4,18,8,"width"],[62,2,18,14],[62,3,18,15],[62,6,18,18,"Dimensions"],[62,16,18,28],[62,17,18,28,"default"],[62,24,18,28],[62,25,18,29,"get"],[62,28,18,32],[62,29,18,33],[62,37,18,41],[62,38,18,42],[63,2,20,0],[63,11,20,9,"HomeTab"],[63,18,20,16,"HomeTab"],[63,19,20,16],[63,21,20,19],[64,4,20,19,"_s"],[64,6,20,19],[65,4,21,2],[65,10,21,8],[66,6,21,10,"user"],[67,4,21,15],[67,5,21,16],[67,8,21,19],[67,12,21,19,"useAuth"],[67,32,21,26],[67,33,21,26,"useAuth"],[67,40,21,26],[67,42,21,27],[67,43,21,28],[68,4,22,2],[68,10,22,8,"insets"],[68,16,22,14],[68,19,22,17],[68,23,22,17,"useSafeAreaInsets"],[68,50,22,34],[68,51,22,34,"useSafeAreaInsets"],[68,68,22,34],[68,70,22,35],[68,71,22,36],[69,4,23,2],[69,10,23,8],[69,11,23,9,"profileImage"],[69,23,23,21],[69,25,23,23,"setProfileImage"],[69,40,23,38],[69,41,23,39],[69,44,23,42],[69,48,23,42,"useState"],[69,54,23,50],[69,55,23,50,"useState"],[69,63,23,50],[69,65,23,66],[69,69,23,70],[69,70,23,71],[70,4,25,2],[70,10,25,8,"pickImage"],[70,19,25,17],[70,22,25,20],[70,28,25,20,"pickImage"],[70,29,25,20],[70,34,25,32],[71,6,26,4],[71,12,26,10,"permissionResult"],[71,28,26,26],[71,31,26,29],[71,37,26,35,"ImagePicker"],[71,48,26,46],[71,49,26,47,"requestMediaLibraryPermissionsAsync"],[71,84,26,82],[71,85,26,83],[71,86,26,84],[72,6,28,4],[72,10,28,8,"permissionResult"],[72,26,28,24],[72,27,28,25,"granted"],[72,34,28,32],[72,39,28,37],[72,44,28,42],[72,46,28,44],[73,8,29,6,"Alert"],[73,13,29,11],[73,14,29,11,"default"],[73,21,29,11],[73,22,29,12,"alert"],[73,27,29,17],[73,28,29,18],[73,49,29,39],[73,51,29,41],[73,98,29,88],[73,99,29,89],[74,8,30,6],[75,6,31,4],[76,6,33,4],[76,12,33,10,"result"],[76,18,33,16],[76,21,33,19],[76,27,33,25,"ImagePicker"],[76,38,33,36],[76,39,33,37,"launchImageLibraryAsync"],[76,62,33,60],[76,63,33,61],[77,8,34,6,"mediaTypes"],[77,18,34,16],[77,20,34,18,"ImagePicker"],[77,31,34,29],[77,32,34,30,"MediaTypeOptions"],[77,48,34,46],[77,49,34,47,"Images"],[77,55,34,53],[78,8,35,6,"allowsEditing"],[78,21,35,19],[78,23,35,21],[78,27,35,25],[79,8,36,6,"aspect"],[79,14,36,12],[79,16,36,14],[79,17,36,15],[79,18,36,16],[79,20,36,18],[79,21,36,19],[79,22,36,20],[80,8,37,6,"quality"],[80,15,37,13],[80,17,37,15],[80,20,37,18],[81,8,38,6,"base64"],[81,14,38,12],[81,16,38,14],[82,6,39,4],[82,7,39,5],[82,8,39,6],[83,6,41,4],[83,10,41,8],[83,11,41,9,"result"],[83,17,41,15],[83,18,41,16,"canceled"],[83,26,41,24],[83,30,41,28,"result"],[83,36,41,34],[83,37,41,35,"assets"],[83,43,41,41],[83,44,41,42],[83,45,41,43],[83,46,41,44],[83,47,41,45,"base64"],[83,53,41,51],[83,55,41,53],[84,8,42,6],[84,14,42,12,"base64Image"],[84,25,42,23],[84,28,42,26],[84,54,42,52,"result"],[84,60,42,58],[84,61,42,59,"assets"],[84,67,42,65],[84,68,42,66],[84,69,42,67],[84,70,42,68],[84,71,42,69,"base64"],[84,77,42,75],[84,79,42,77],[85,8,43,6,"setProfileImage"],[85,23,43,21],[85,24,43,22,"base64Image"],[85,35,43,33],[85,36,43,34],[86,8,44,6],[87,6,45,4],[88,4,46,2],[88,5,46,3],[89,4,47,2],[89,24,48,4],[89,28,48,4,"_reactJsxDevRuntime"],[89,47,48,4],[89,48,48,4,"jsxDEV"],[89,54,48,4],[89,56,48,5,"View"],[89,60,48,9],[89,61,48,9,"default"],[89,68,48,9],[90,6,48,10,"style"],[90,11,48,15],[90,13,48,17,"styles"],[90,19,48,23],[90,20,48,24,"container"],[90,29,48,34],[91,6,48,34,"children"],[91,14,48,34],[91,29,49,6],[91,33,49,6,"_reactJsxDevRuntime"],[91,52,49,6],[91,53,49,6,"jsxDEV"],[91,59,49,6],[91,61,49,7,"ScrollView"],[91,71,49,17],[91,72,49,17,"default"],[91,79,49,17],[92,8,49,18,"showsVerticalScrollIndicator"],[92,36,49,46],[92,38,49,48],[92,43,49,54],[93,8,49,55,"contentContainerStyle"],[93,29,49,76],[93,31,49,78,"styles"],[93,37,49,84],[93,38,49,85,"scrollContent"],[93,51,49,99],[94,8,49,99,"children"],[94,16,49,99],[94,32,51,8],[94,36,51,8,"_reactJsxDevRuntime"],[94,55,51,8],[94,56,51,8,"jsxDEV"],[94,62,51,8],[94,64,51,9,"View"],[94,68,51,13],[94,69,51,13,"default"],[94,76,51,13],[95,10,51,14,"style"],[95,15,51,19],[95,17,51,21],[95,18,51,22,"styles"],[95,24,51,28],[95,25,51,29,"header"],[95,31,51,35],[95,33,51,37],[96,12,51,39,"paddingTop"],[96,22,51,49],[96,24,51,51,"insets"],[96,30,51,57],[96,31,51,58,"top"],[96,34,51,61],[96,37,51,64],[97,10,51,67],[97,11,51,68],[97,12,51,70],[98,10,51,70,"children"],[98,18,51,70],[98,34,52,10],[98,38,52,10,"_reactJsxDevRuntime"],[98,57,52,10],[98,58,52,10,"jsxDEV"],[98,64,52,10],[98,66,52,11,"View"],[98,70,52,15],[98,71,52,15,"default"],[98,78,52,15],[99,12,52,16,"style"],[99,17,52,21],[99,19,52,23,"styles"],[99,25,52,29],[99,26,52,30,"headerLeft"],[99,36,52,41],[100,12,52,41,"children"],[100,20,52,41],[100,36,53,12],[100,40,53,12,"_reactJsxDevRuntime"],[100,59,53,12],[100,60,53,12,"jsxDEV"],[100,66,53,12],[100,68,53,13,"TouchableOpacity"],[100,84,53,29],[100,85,53,29,"default"],[100,92,53,29],[101,14,53,30,"style"],[101,19,53,35],[101,21,53,37,"styles"],[101,27,53,43],[101,28,53,44,"profileImage"],[101,40,53,57],[102,14,53,58,"onPress"],[102,21,53,65],[102,23,53,67,"pickImage"],[102,32,53,77],[103,14,53,77,"children"],[103,22,53,77],[103,24,54,15,"profileImage"],[103,36,54,27],[103,52,55,16],[103,56,55,16,"_reactJsxDevRuntime"],[103,75,55,16],[103,76,55,16,"jsxDEV"],[103,82,55,16],[103,84,55,17,"Image"],[103,89,55,22],[103,90,55,22,"default"],[103,97,55,22],[104,16,55,23,"source"],[104,22,55,29],[104,24,55,31],[105,18,55,33,"uri"],[105,21,55,36],[105,23,55,38,"profileImage"],[106,16,55,51],[106,17,55,53],[107,16,55,54,"style"],[107,21,55,59],[107,23,55,61,"styles"],[107,29,55,67],[107,30,55,68,"profileImageSrc"],[108,14,55,84],[109,16,55,84,"fileName"],[109,24,55,84],[109,26,55,84,"_jsxFileName"],[109,38,55,84],[110,16,55,84,"lineNumber"],[110,26,55,84],[111,16,55,84,"columnNumber"],[111,28,55,84],[112,14,55,84],[112,21,55,86],[112,22,55,87],[112,38,57,16],[112,42,57,16,"_reactJsxDevRuntime"],[112,61,57,16],[112,62,57,16,"jsxDEV"],[112,68,57,16],[112,70,57,17,"_expoVectorIcons"],[112,86,57,25],[112,87,57,25,"Ionicons"],[112,95,57,25],[113,16,57,26,"name"],[113,20,57,30],[113,22,57,31],[113,30,57,39],[114,16,57,40,"size"],[114,20,57,44],[114,22,57,46],[114,24,57,49],[115,16,57,50,"color"],[115,21,57,55],[115,23,57,56],[116,14,57,65],[117,16,57,65,"fileName"],[117,24,57,65],[117,26,57,65,"_jsxFileName"],[117,38,57,65],[118,16,57,65,"lineNumber"],[118,26,57,65],[119,16,57,65,"columnNumber"],[119,28,57,65],[120,14,57,65],[120,21,57,67],[121,12,58,15],[122,14,58,15,"fileName"],[122,22,58,15],[122,24,58,15,"_jsxFileName"],[122,36,58,15],[123,14,58,15,"lineNumber"],[123,24,58,15],[124,14,58,15,"columnNumber"],[124,26,58,15],[125,12,58,15],[125,19,59,30],[125,20,59,31],[125,35,60,12],[125,39,60,12,"_reactJsxDevRuntime"],[125,58,60,12],[125,59,60,12,"jsxDEV"],[125,65,60,12],[125,67,60,13,"View"],[125,71,60,17],[125,72,60,17,"default"],[125,79,60,17],[126,14,60,18,"style"],[126,19,60,23],[126,21,60,25,"styles"],[126,27,60,31],[126,28,60,32,"profileBadge"],[126,40,60,45],[127,14,60,45,"children"],[127,22,60,45],[127,38,61,14],[127,42,61,14,"_reactJsxDevRuntime"],[127,61,61,14],[127,62,61,14,"jsxDEV"],[127,68,61,14],[127,70,61,15,"_expoVectorIcons"],[127,86,61,23],[127,87,61,23,"Ionicons"],[127,95,61,23],[128,16,61,24,"name"],[128,20,61,28],[128,22,61,29],[128,28,61,35],[129,16,61,36,"size"],[129,20,61,40],[129,22,61,42],[129,24,61,45],[130,16,61,46,"color"],[130,21,61,51],[130,23,61,52],[131,14,61,61],[132,16,61,61,"fileName"],[132,24,61,61],[132,26,61,61,"_jsxFileName"],[132,38,61,61],[133,16,61,61,"lineNumber"],[133,26,61,61],[134,16,61,61,"columnNumber"],[134,28,61,61],[135,14,61,61],[135,21,61,63],[135,22,61,64],[135,37,62,14],[135,41,62,14,"_reactJsxDevRuntime"],[135,60,62,14],[135,61,62,14,"jsxDEV"],[135,67,62,14],[135,69,62,15,"Text"],[135,73,62,19],[135,74,62,19,"default"],[135,81,62,19],[136,16,62,20,"style"],[136,21,62,25],[136,23,62,27,"styles"],[136,29,62,33],[136,30,62,34,"trustScore"],[136,40,62,45],[137,16,62,45,"children"],[137,24,62,45],[137,26,62,46],[138,14,62,49],[139,16,62,49,"fileName"],[139,24,62,49],[139,26,62,49,"_jsxFileName"],[139,38,62,49],[140,16,62,49,"lineNumber"],[140,26,62,49],[141,16,62,49,"columnNumber"],[141,28,62,49],[142,14,62,49],[142,21,62,55],[142,22,62,56],[143,12,62,56],[144,14,62,56,"fileName"],[144,22,62,56],[144,24,62,56,"_jsxFileName"],[144,36,62,56],[145,14,62,56,"lineNumber"],[145,24,62,56],[146,14,62,56,"columnNumber"],[146,26,62,56],[147,12,62,56],[147,19,63,18],[147,20,63,19],[148,10,63,19],[149,12,63,19,"fileName"],[149,20,63,19],[149,22,63,19,"_jsxFileName"],[149,34,63,19],[150,12,63,19,"lineNumber"],[150,22,63,19],[151,12,63,19,"columnNumber"],[151,24,63,19],[152,10,63,19],[152,17,64,16],[152,18,64,17],[152,33,65,10],[152,37,65,10,"_reactJsxDevRuntime"],[152,56,65,10],[152,57,65,10,"jsxDEV"],[152,63,65,10],[152,65,65,11,"View"],[152,69,65,15],[152,70,65,15,"default"],[152,77,65,15],[153,12,65,16,"style"],[153,17,65,21],[153,19,65,23,"styles"],[153,25,65,29],[153,26,65,30,"headerRight"],[153,37,65,42],[154,12,65,42,"children"],[154,20,65,42],[154,36,66,12],[154,40,66,12,"_reactJsxDevRuntime"],[154,59,66,12],[154,60,66,12,"jsxDEV"],[154,66,66,12],[154,68,66,13,"TouchableOpacity"],[154,84,66,29],[154,85,66,29,"default"],[154,92,66,29],[155,14,66,30,"style"],[155,19,66,35],[155,21,66,37,"styles"],[155,27,66,43],[155,28,66,44,"iconButton"],[155,38,66,55],[156,14,66,55,"children"],[156,22,66,55],[156,37,67,14],[156,41,67,14,"_reactJsxDevRuntime"],[156,60,67,14],[156,61,67,14,"jsxDEV"],[156,67,67,14],[156,69,67,15,"_expoVectorIcons"],[156,85,67,23],[156,86,67,23,"Ionicons"],[156,94,67,23],[157,16,67,24,"name"],[157,20,67,28],[157,22,67,29],[157,39,67,46],[158,16,67,47,"size"],[158,20,67,51],[158,22,67,53],[158,24,67,56],[159,16,67,57,"color"],[159,21,67,62],[159,23,67,63],[160,14,67,72],[161,16,67,72,"fileName"],[161,24,67,72],[161,26,67,72,"_jsxFileName"],[161,38,67,72],[162,16,67,72,"lineNumber"],[162,26,67,72],[163,16,67,72,"columnNumber"],[163,28,67,72],[164,14,67,72],[164,21,67,74],[165,12,67,75],[166,14,67,75,"fileName"],[166,22,67,75],[166,24,67,75,"_jsxFileName"],[166,36,67,75],[167,14,67,75,"lineNumber"],[167,24,67,75],[168,14,67,75,"columnNumber"],[168,26,67,75],[169,12,67,75],[169,19,68,30],[169,20,68,31],[169,35,69,12],[169,39,69,12,"_reactJsxDevRuntime"],[169,58,69,12],[169,59,69,12,"jsxDEV"],[169,65,69,12],[169,67,69,13,"TouchableOpacity"],[169,83,69,29],[169,84,69,29,"default"],[169,91,69,29],[170,14,69,30,"style"],[170,19,69,35],[170,21,69,37,"styles"],[170,27,69,43],[170,28,69,44,"iconButton"],[170,38,69,55],[171,14,69,55,"children"],[171,22,69,55],[171,37,70,14],[171,41,70,14,"_reactJsxDevRuntime"],[171,60,70,14],[171,61,70,14,"jsxDEV"],[171,67,70,14],[171,69,70,15,"_expoVectorIcons"],[171,85,70,23],[171,86,70,23,"Ionicons"],[171,94,70,23],[172,16,70,24,"name"],[172,20,70,28],[172,22,70,29],[172,45,70,52],[173,16,70,53,"size"],[173,20,70,57],[173,22,70,59],[173,24,70,62],[174,16,70,63,"color"],[174,21,70,68],[174,23,70,69],[175,14,70,78],[176,16,70,78,"fileName"],[176,24,70,78],[176,26,70,78,"_jsxFileName"],[176,38,70,78],[177,16,70,78,"lineNumber"],[177,26,70,78],[178,16,70,78,"columnNumber"],[178,28,70,78],[179,14,70,78],[179,21,70,80],[180,12,70,81],[181,14,70,81,"fileName"],[181,22,70,81],[181,24,70,81,"_jsxFileName"],[181,36,70,81],[182,14,70,81,"lineNumber"],[182,24,70,81],[183,14,70,81,"columnNumber"],[183,26,70,81],[184,12,70,81],[184,19,71,30],[184,20,71,31],[184,35,72,12],[184,39,72,12,"_reactJsxDevRuntime"],[184,58,72,12],[184,59,72,12,"jsxDEV"],[184,65,72,12],[184,67,72,13,"TouchableOpacity"],[184,83,72,29],[184,84,72,29,"default"],[184,91,72,29],[185,14,72,30,"style"],[185,19,72,35],[185,21,72,37,"styles"],[185,27,72,43],[185,28,72,44,"iconButton"],[185,38,72,55],[186,14,72,55,"children"],[186,22,72,55],[186,37,73,14],[186,41,73,14,"_reactJsxDevRuntime"],[186,60,73,14],[186,61,73,14,"jsxDEV"],[186,67,73,14],[186,69,73,15,"_expoVectorIcons"],[186,85,73,23],[186,86,73,23,"Ionicons"],[186,94,73,23],[187,16,73,24,"name"],[187,20,73,28],[187,22,73,29],[187,40,73,47],[188,16,73,48,"size"],[188,20,73,52],[188,22,73,54],[188,24,73,57],[189,16,73,58,"color"],[189,21,73,63],[189,23,73,64],[190,14,73,73],[191,16,73,73,"fileName"],[191,24,73,73],[191,26,73,73,"_jsxFileName"],[191,38,73,73],[192,16,73,73,"lineNumber"],[192,26,73,73],[193,16,73,73,"columnNumber"],[193,28,73,73],[194,14,73,73],[194,21,73,75],[195,12,73,76],[196,14,73,76,"fileName"],[196,22,73,76],[196,24,73,76,"_jsxFileName"],[196,36,73,76],[197,14,73,76,"lineNumber"],[197,24,73,76],[198,14,73,76,"columnNumber"],[198,26,73,76],[199,12,73,76],[199,19,74,30],[199,20,74,31],[200,10,74,31],[201,12,74,31,"fileName"],[201,20,74,31],[201,22,74,31,"_jsxFileName"],[201,34,74,31],[202,12,74,31,"lineNumber"],[202,22,74,31],[203,12,74,31,"columnNumber"],[203,24,74,31],[204,10,74,31],[204,17,75,16],[204,18,75,17],[205,8,75,17],[206,10,75,17,"fileName"],[206,18,75,17],[206,20,75,17,"_jsxFileName"],[206,32,75,17],[207,10,75,17,"lineNumber"],[207,20,75,17],[208,10,75,17,"columnNumber"],[208,22,75,17],[209,8,75,17],[209,15,76,14],[209,16,76,15],[209,31,79,8],[209,35,79,8,"_reactJsxDevRuntime"],[209,54,79,8],[209,55,79,8,"jsxDEV"],[209,61,79,8],[209,63,79,9,"View"],[209,67,79,13],[209,68,79,13,"default"],[209,75,79,13],[210,10,79,14,"style"],[210,15,79,19],[210,17,79,21,"styles"],[210,23,79,27],[210,24,79,28,"announcementWidget"],[210,42,79,47],[211,10,79,47,"children"],[211,18,79,47],[211,33,80,10],[211,37,80,10,"_reactJsxDevRuntime"],[211,56,80,10],[211,57,80,10,"jsxDEV"],[211,63,80,10],[211,65,80,11,"ScrollView"],[211,75,80,21],[211,76,80,21,"default"],[211,83,80,21],[212,12,80,22,"horizontal"],[212,22,80,32],[213,12,80,33,"showsHorizontalScrollIndicator"],[213,42,80,63],[213,44,80,65],[213,49,80,71],[214,12,80,71,"children"],[214,20,80,71],[214,36,81,12],[214,40,81,12,"_reactJsxDevRuntime"],[214,59,81,12],[214,60,81,12,"jsxDEV"],[214,66,81,12],[214,68,81,13,"View"],[214,72,81,17],[214,73,81,17,"default"],[214,80,81,17],[215,14,81,18,"style"],[215,19,81,23],[215,21,81,25,"styles"],[215,27,81,31],[215,28,81,32,"announcement"],[215,40,81,45],[216,14,81,45,"children"],[216,22,81,45],[216,38,82,14],[216,42,82,14,"_reactJsxDevRuntime"],[216,61,82,14],[216,62,82,14,"jsxDEV"],[216,68,82,14],[216,70,82,15,"Text"],[216,74,82,19],[216,75,82,19,"default"],[216,82,82,19],[217,16,82,20,"style"],[217,21,82,25],[217,23,82,27,"styles"],[217,29,82,33],[217,30,82,34,"announcementTitle"],[217,47,82,52],[218,16,82,52,"children"],[218,24,82,52],[218,26,82,53],[219,14,82,80],[220,16,82,80,"fileName"],[220,24,82,80],[220,26,82,80,"_jsxFileName"],[220,38,82,80],[221,16,82,80,"lineNumber"],[221,26,82,80],[222,16,82,80,"columnNumber"],[222,28,82,80],[223,14,82,80],[223,21,82,86],[223,22,82,87],[223,37,83,14],[223,41,83,14,"_reactJsxDevRuntime"],[223,60,83,14],[223,61,83,14,"jsxDEV"],[223,67,83,14],[223,69,83,15,"Text"],[223,73,83,19],[223,74,83,19,"default"],[223,81,83,19],[224,16,83,20,"style"],[224,21,83,25],[224,23,83,27,"styles"],[224,29,83,33],[224,30,83,34,"announcementText"],[224,46,83,51],[225,16,83,51,"children"],[225,24,83,51],[225,26,83,52],[226,14,83,88],[227,16,83,88,"fileName"],[227,24,83,88],[227,26,83,88,"_jsxFileName"],[227,38,83,88],[228,16,83,88,"lineNumber"],[228,26,83,88],[229,16,83,88,"columnNumber"],[229,28,83,88],[230,14,83,88],[230,21,83,94],[230,22,83,95],[231,12,83,95],[232,14,83,95,"fileName"],[232,22,83,95],[232,24,83,95,"_jsxFileName"],[232,36,83,95],[233,14,83,95,"lineNumber"],[233,24,83,95],[234,14,83,95,"columnNumber"],[234,26,83,95],[235,12,83,95],[235,19,84,18],[235,20,84,19],[235,35,85,12],[235,39,85,12,"_reactJsxDevRuntime"],[235,58,85,12],[235,59,85,12,"jsxDEV"],[235,65,85,12],[235,67,85,13,"View"],[235,71,85,17],[235,72,85,17,"default"],[235,79,85,17],[236,14,85,18,"style"],[236,19,85,23],[236,21,85,25,"styles"],[236,27,85,31],[236,28,85,32,"announcement"],[236,40,85,45],[237,14,85,45,"children"],[237,22,85,45],[237,38,86,14],[237,42,86,14,"_reactJsxDevRuntime"],[237,61,86,14],[237,62,86,14,"jsxDEV"],[237,68,86,14],[237,70,86,15,"Text"],[237,74,86,19],[237,75,86,19,"default"],[237,82,86,19],[238,16,86,20,"style"],[238,21,86,25],[238,23,86,27,"styles"],[238,29,86,33],[238,30,86,34,"announcementTitle"],[238,47,86,52],[239,16,86,52,"children"],[239,24,86,52],[239,26,86,53],[240,14,86,67],[241,16,86,67,"fileName"],[241,24,86,67],[241,26,86,67,"_jsxFileName"],[241,38,86,67],[242,16,86,67,"lineNumber"],[242,26,86,67],[243,16,86,67,"columnNumber"],[243,28,86,67],[244,14,86,67],[244,21,86,73],[244,22,86,74],[244,37,87,14],[244,41,87,14,"_reactJsxDevRuntime"],[244,60,87,14],[244,61,87,14,"jsxDEV"],[244,67,87,14],[244,69,87,15,"Text"],[244,73,87,19],[244,74,87,19,"default"],[244,81,87,19],[245,16,87,20,"style"],[245,21,87,25],[245,23,87,27,"styles"],[245,29,87,33],[245,30,87,34,"announcementText"],[245,46,87,51],[246,16,87,51,"children"],[246,24,87,51],[246,26,87,52],[247,14,87,80],[248,16,87,80,"fileName"],[248,24,87,80],[248,26,87,80,"_jsxFileName"],[248,38,87,80],[249,16,87,80,"lineNumber"],[249,26,87,80],[250,16,87,80,"columnNumber"],[250,28,87,80],[251,14,87,80],[251,21,87,86],[251,22,87,87],[252,12,87,87],[253,14,87,87,"fileName"],[253,22,87,87],[253,24,87,87,"_jsxFileName"],[253,36,87,87],[254,14,87,87,"lineNumber"],[254,24,87,87],[255,14,87,87,"columnNumber"],[255,26,87,87],[256,12,87,87],[256,19,88,18],[256,20,88,19],[257,10,88,19],[258,12,88,19,"fileName"],[258,20,88,19],[258,22,88,19,"_jsxFileName"],[258,34,88,19],[259,12,88,19,"lineNumber"],[259,22,88,19],[260,12,88,19,"columnNumber"],[260,24,88,19],[261,10,88,19],[261,17,89,22],[262,8,89,23],[263,10,89,23,"fileName"],[263,18,89,23],[263,20,89,23,"_jsxFileName"],[263,32,89,23],[264,10,89,23,"lineNumber"],[264,20,89,23],[265,10,89,23,"columnNumber"],[265,22,89,23],[266,8,89,23],[266,15,90,14],[266,16,90,15],[266,31,93,8],[266,35,93,8,"_reactJsxDevRuntime"],[266,54,93,8],[266,55,93,8,"jsxDEV"],[266,61,93,8],[266,63,93,9,"View"],[266,67,93,13],[266,68,93,13,"default"],[266,75,93,13],[267,10,93,14,"style"],[267,15,93,19],[267,17,93,21,"styles"],[267,23,93,27],[267,24,93,28,"quickActionsContainer"],[267,45,93,50],[268,10,93,50,"children"],[268,18,93,50],[268,34,94,10],[268,38,94,10,"_reactJsxDevRuntime"],[268,57,94,10],[268,58,94,10,"jsxDEV"],[268,64,94,10],[268,66,94,11,"Text"],[268,70,94,15],[268,71,94,15,"default"],[268,78,94,15],[269,12,94,16,"style"],[269,17,94,21],[269,19,94,23,"styles"],[269,25,94,29],[269,26,94,30,"sectionTitle"],[269,38,94,43],[270,12,94,43,"children"],[270,20,94,43],[270,22,94,44],[271,10,94,57],[272,12,94,57,"fileName"],[272,20,94,57],[272,22,94,57,"_jsxFileName"],[272,34,94,57],[273,12,94,57,"lineNumber"],[273,22,94,57],[274,12,94,57,"columnNumber"],[274,24,94,57],[275,10,94,57],[275,17,94,63],[275,18,94,64],[275,33,95,10],[275,37,95,10,"_reactJsxDevRuntime"],[275,56,95,10],[275,57,95,10,"jsxDEV"],[275,63,95,10],[275,65,95,11,"View"],[275,69,95,15],[275,70,95,15,"default"],[275,77,95,15],[276,12,95,16,"style"],[276,17,95,21],[276,19,95,23,"styles"],[276,25,95,29],[276,26,95,30,"actionsGrid"],[276,37,95,42],[277,12,95,42,"children"],[277,20,95,42],[277,22,96,13,"QUICK_ACTIONS"],[277,35,96,26],[277,36,96,27,"map"],[277,39,96,30],[277,40,96,31],[277,41,96,32,"action"],[277,47,96,38],[277,49,96,40,"index"],[277,54,96,45],[277,72,97,14],[277,76,97,14,"_reactJsxDevRuntime"],[277,95,97,14],[277,96,97,14,"jsxDEV"],[277,102,97,14],[277,104,97,15,"TouchableOpacity"],[277,120,97,31],[277,121,97,31,"default"],[277,128,97,31],[278,14,99,16,"style"],[278,19,99,21],[278,21,99,23],[278,22,99,24,"styles"],[278,28,99,30],[278,29,99,31,"actionCard"],[278,39,99,41],[278,41,100,19,"index"],[278,46,100,24],[278,49,100,27],[278,50,100,28],[278,55,100,33],[278,56,100,34],[278,60,100,39,"styles"],[278,66,100,45],[278,67,100,46,"actionCardFirst"],[278,82,100,61],[278,84,101,19,"index"],[278,89,101,24],[278,92,101,27],[278,93,101,28],[278,98,101,33],[278,99,101,34],[278,103,101,39,"styles"],[278,109,101,45],[278,110,101,46,"actionCardLast"],[278,124,101,60],[278,125,102,18],[279,14,103,16,"activeOpacity"],[279,27,103,29],[279,29,103,31],[279,32,103,35],[280,14,103,35,"children"],[280,22,103,35],[280,38,105,16],[280,42,105,16,"_reactJsxDevRuntime"],[280,61,105,16],[280,62,105,16,"jsxDEV"],[280,68,105,16],[280,70,105,17,"View"],[280,74,105,21],[280,75,105,21,"default"],[280,82,105,21],[281,16,105,22,"style"],[281,21,105,27],[281,23,105,29],[281,24,105,30,"styles"],[281,30,105,36],[281,31,105,37,"actionIcon"],[281,41,105,47],[281,43,105,49],[282,18,105,51,"backgroundColor"],[282,33,105,66],[282,35,105,68,"action"],[282,41,105,74],[282,42,105,75,"color"],[283,16,105,81],[283,17,105,82],[283,18,105,84],[284,16,105,84,"children"],[284,24,105,84],[284,39,106,18],[284,43,106,18,"_reactJsxDevRuntime"],[284,62,106,18],[284,63,106,18,"jsxDEV"],[284,69,106,18],[284,71,106,19,"_expoVectorIcons"],[284,87,106,27],[284,88,106,27,"Ionicons"],[284,96,106,27],[285,18,106,28,"name"],[285,22,106,32],[285,24,106,34,"action"],[285,30,106,40],[285,31,106,41,"icon"],[285,35,106,46],[286,18,106,47,"size"],[286,22,106,51],[286,24,106,53],[286,26,106,56],[287,18,106,57,"color"],[287,23,106,62],[287,25,106,63],[288,16,106,69],[289,18,106,69,"fileName"],[289,26,106,69],[289,28,106,69,"_jsxFileName"],[289,40,106,69],[290,18,106,69,"lineNumber"],[290,28,106,69],[291,18,106,69,"columnNumber"],[291,30,106,69],[292,16,106,69],[292,23,106,71],[293,14,106,72],[294,16,106,72,"fileName"],[294,24,106,72],[294,26,106,72,"_jsxFileName"],[294,38,106,72],[295,16,106,72,"lineNumber"],[295,26,106,72],[296,16,106,72,"columnNumber"],[296,28,106,72],[297,14,106,72],[297,21,107,22],[297,22,107,23],[297,37,108,16],[297,41,108,16,"_reactJsxDevRuntime"],[297,60,108,16],[297,61,108,16,"jsxDEV"],[297,67,108,16],[297,69,108,17,"Text"],[297,73,108,21],[297,74,108,21,"default"],[297,81,108,21],[298,16,108,22,"style"],[298,21,108,27],[298,23,108,29,"styles"],[298,29,108,35],[298,30,108,36,"actionLabel"],[298,41,108,48],[299,16,108,48,"children"],[299,24,108,48],[299,26,108,50,"action"],[299,32,108,56],[299,33,108,57,"label"],[300,14,108,62],[301,16,108,62,"fileName"],[301,24,108,62],[301,26,108,62,"_jsxFileName"],[301,38,108,62],[302,16,108,62,"lineNumber"],[302,26,108,62],[303,16,108,62,"columnNumber"],[303,28,108,62],[304,14,108,62],[304,21,108,69],[304,22,108,70],[305,12,108,70],[305,15,98,21,"action"],[305,21,98,27],[305,22,98,28,"id"],[305,24,98,30],[306,14,98,30,"fileName"],[306,22,98,30],[306,24,98,30,"_jsxFileName"],[306,36,98,30],[307,14,98,30,"lineNumber"],[307,24,98,30],[308,14,98,30,"columnNumber"],[308,26,98,30],[309,12,98,30],[309,19,109,32],[309,20,110,13],[310,10,110,14],[311,12,110,14,"fileName"],[311,20,110,14],[311,22,110,14,"_jsxFileName"],[311,34,110,14],[312,12,110,14,"lineNumber"],[312,22,110,14],[313,12,110,14,"columnNumber"],[313,24,110,14],[314,10,110,14],[314,17,111,16],[314,18,111,17],[315,8,111,17],[316,10,111,17,"fileName"],[316,18,111,17],[316,20,111,17,"_jsxFileName"],[316,32,111,17],[317,10,111,17,"lineNumber"],[317,20,111,17],[318,10,111,17,"columnNumber"],[318,22,111,17],[319,8,111,17],[319,15,112,14],[319,16,112,15],[320,6,112,15],[321,8,112,15,"fileName"],[321,16,112,15],[321,18,112,15,"_jsxFileName"],[321,30,112,15],[322,8,112,15,"lineNumber"],[322,18,112,15],[323,8,112,15,"columnNumber"],[323,20,112,15],[324,6,112,15],[324,13,113,18],[325,4,113,19],[326,6,113,19,"fileName"],[326,14,113,19],[326,16,113,19,"_jsxFileName"],[326,28,113,19],[327,6,113,19,"lineNumber"],[327,16,113,19],[328,6,113,19,"columnNumber"],[328,18,113,19],[329,4,113,19],[329,11,114,10],[329,12,114,11],[330,2,116,0],[331,2,116,1,"_s"],[331,4,116,1],[331,5,20,9,"HomeTab"],[331,12,20,16],[332,4,20,16],[332,12,21,19,"useAuth"],[332,32,21,26],[332,33,21,26,"useAuth"],[332,40,21,26],[332,42,22,17,"useSafeAreaInsets"],[332,69,22,34],[332,70,22,34,"useSafeAreaInsets"],[332,87,22,34],[333,2,22,34],[334,2,22,34,"_c"],[334,4,22,34],[334,7,20,9,"HomeTab"],[334,14,20,16],[335,2,118,0],[335,11,118,9,"WalletTab"],[335,20,118,18,"WalletTab"],[335,21,118,18],[335,23,118,21],[336,4,118,21,"_s2"],[336,7,118,21],[337,4,119,2],[337,10,119,8],[338,6,119,10,"user"],[339,4,119,15],[339,5,119,16],[339,8,119,19],[339,12,119,19,"useAuth"],[339,32,119,26],[339,33,119,26,"useAuth"],[339,40,119,26],[339,42,119,27],[339,43,119,28],[340,4,120,2],[340,10,120,8,"insets"],[340,16,120,14],[340,19,120,17],[340,23,120,17,"useSafeAreaInsets"],[340,50,120,34],[340,51,120,34,"useSafeAreaInsets"],[340,68,120,34],[340,70,120,35],[340,71,120,36],[341,4,121,2],[341,10,121,8],[341,11,121,9,"hezBalance"],[341,21,121,19],[341,23,121,21,"setHezBalance"],[341,36,121,34],[341,37,121,35],[341,40,121,38],[341,44,121,38,"useState"],[341,50,121,46],[341,51,121,46,"useState"],[341,59,121,46],[341,61,121,47],[341,73,121,59],[341,74,121,60],[342,4,122,2],[342,10,122,8],[342,11,122,9,"pezBalance"],[342,21,122,19],[342,23,122,21,"setPezBalance"],[342,36,122,34],[342,37,122,35],[342,40,122,38],[342,44,122,38,"useState"],[342,50,122,46],[342,51,122,46,"useState"],[342,59,122,46],[342,61,122,47],[342,73,122,59],[342,74,122,60],[343,4,123,2],[343,10,123,8],[343,11,123,9,"loading"],[343,18,123,16],[343,20,123,18,"setLoading"],[343,30,123,28],[343,31,123,29],[343,34,123,32],[343,38,123,32,"useState"],[343,44,123,40],[343,45,123,40,"useState"],[343,53,123,40],[343,55,123,41],[343,59,123,45],[343,60,123,46],[344,4,125,2],[344,10,125,8,"TEST_WALLET"],[344,21,125,19],[344,24,125,22],[344,74,125,72],[345,4,127,2],[345,8,127,2,"useEffect"],[345,14,127,11],[345,15,127,11,"useEffect"],[345,24,127,11],[345,26,127,12],[345,32,127,18],[346,6,128,4,"fetchBalance"],[346,18,128,16],[346,19,128,17],[346,20,128,18],[347,4,129,2],[347,5,129,3],[347,7,129,5],[347,9,129,7],[347,10,129,8],[348,4,131,2],[348,10,131,8,"fetchBalance"],[348,22,131,20],[348,25,131,23],[348,31,131,23,"fetchBalance"],[348,32,131,23],[348,37,131,35],[349,6,132,4],[349,10,132,8],[350,8,133,6],[350,14,133,12,"backendUrl"],[350,24,133,22],[350,27,133,25],[350,84,133,64],[350,107,133,87],[351,8,134,6],[351,14,134,12,"controller"],[351,24,134,22],[351,27,134,25],[351,31,134,29,"AbortController"],[351,46,134,44],[351,47,134,45],[351,48,134,46],[352,8,135,6],[352,14,135,12,"timeoutId"],[352,23,135,21],[352,26,135,24,"setTimeout"],[352,36,135,34],[352,37,135,35],[352,43,135,41,"controller"],[352,53,135,51],[352,54,135,52,"abort"],[352,59,135,57],[352,60,135,58],[352,61,135,59],[352,63,135,61],[352,67,135,65],[352,68,135,66],[352,69,135,67],[352,70,135,68],[354,8,137,6],[354,14,137,12,"response"],[354,22,137,20],[354,25,137,23],[354,31,137,29,"fetch"],[354,36,137,34],[354,37,137,35],[354,40,137,38,"backendUrl"],[354,50,137,48],[354,75,137,73],[354,77,137,75],[355,10,138,8,"method"],[355,16,138,14],[355,18,138,16],[355,24,138,22],[356,10,139,8,"headers"],[356,17,139,15],[356,19,139,17],[357,12,140,10],[357,26,140,24],[357,28,140,26],[358,10,141,8],[358,11,141,9],[359,10,142,8,"body"],[359,14,142,12],[359,16,142,14,"JSON"],[359,20,142,18],[359,21,142,19,"stringify"],[359,30,142,28],[359,31,142,29],[360,12,143,10,"address"],[360,19,143,17],[360,21,143,19,"TEST_WALLET"],[361,10,144,8],[361,11,144,9],[361,12,144,10],[362,10,145,8,"signal"],[362,16,145,14],[362,18,145,16,"controller"],[362,28,145,26],[362,29,145,27,"signal"],[363,8,146,6],[363,9,146,7],[363,10,146,8],[364,8,148,6,"clearTimeout"],[364,20,148,18],[364,21,148,19,"timeoutId"],[364,30,148,28],[364,31,148,29],[365,8,150,6],[365,12,150,10,"response"],[365,20,150,18],[365,21,150,19,"ok"],[365,23,150,21],[365,25,150,23],[366,10,151,8],[366,16,151,14,"data"],[366,20,151,18],[366,23,151,21],[366,29,151,27,"response"],[366,37,151,35],[366,38,151,36,"json"],[366,42,151,40],[366,43,151,41],[366,44,151,42],[367,10,152,8,"setHezBalance"],[367,23,152,21],[367,24,152,22,"parseFloat"],[367,34,152,32],[367,35,152,33,"data"],[367,39,152,37],[367,40,152,38,"hez"],[367,43,152,41],[367,44,152,42],[367,45,152,43,"toFixed"],[367,52,152,50],[367,53,152,51],[367,54,152,52],[367,55,152,53],[367,56,152,54],[368,10,153,8,"setPezBalance"],[368,23,153,21],[368,24,153,22,"parseFloat"],[368,34,153,32],[368,35,153,33,"data"],[368,39,153,37],[368,40,153,38,"pez"],[368,43,153,41],[368,44,153,42],[368,45,153,43,"toFixed"],[368,52,153,50],[368,53,153,51],[368,54,153,52],[368,55,153,53],[368,56,153,54],[369,8,154,6],[369,9,154,7],[369,15,154,13],[370,10,155,8,"setHezBalance"],[370,23,155,21],[370,24,155,22],[370,30,155,28],[370,31,155,29],[371,10,156,8,"setPezBalance"],[371,23,156,21],[371,24,156,22],[371,30,156,28],[371,31,156,29],[372,8,157,6],[373,6,158,4],[373,7,158,5],[373,8,158,6],[373,15,158,13,"error"],[373,20,158,18],[373,22,158,20],[374,8,159,6,"console"],[374,15,159,13],[374,16,159,14,"error"],[374,21,159,19],[374,22,159,20],[374,44,159,42],[374,46,159,44,"error"],[374,51,159,49],[374,52,159,50],[375,8,160,6,"setHezBalance"],[375,21,160,19],[375,22,160,20],[375,28,160,26],[375,29,160,27],[376,8,161,6,"setPezBalance"],[376,21,161,19],[376,22,161,20],[376,28,161,26],[376,29,161,27],[377,6,162,4],[377,7,162,5],[377,16,162,14],[378,8,163,6,"setLoading"],[378,18,163,16],[378,19,163,17],[378,24,163,22],[378,25,163,23],[379,6,164,4],[380,4,165,2],[380,5,165,3],[381,4,167,2],[381,24,168,4],[381,28,168,4,"_reactJsxDevRuntime"],[381,47,168,4],[381,48,168,4,"jsxDEV"],[381,54,168,4],[381,56,168,5,"View"],[381,60,168,9],[381,61,168,9,"default"],[381,68,168,9],[382,6,168,10,"style"],[382,11,168,15],[382,13,168,17,"styles"],[382,19,168,23],[382,20,168,24,"container"],[382,29,168,34],[383,6,168,34,"children"],[383,14,168,34],[383,29,169,6],[383,33,169,6,"_reactJsxDevRuntime"],[383,52,169,6],[383,53,169,6,"jsxDEV"],[383,59,169,6],[383,61,169,7,"ScrollView"],[383,71,169,17],[383,72,169,17,"default"],[383,79,169,17],[384,8,169,18,"contentContainerStyle"],[384,29,169,39],[384,31,169,41,"styles"],[384,37,169,47],[384,38,169,48,"walletScrollContent"],[384,57,169,68],[385,8,169,68,"children"],[385,16,169,68],[385,32,171,8],[385,36,171,8,"_reactJsxDevRuntime"],[385,55,171,8],[385,56,171,8,"jsxDEV"],[385,62,171,8],[385,64,171,9,"View"],[385,68,171,13],[385,69,171,13,"default"],[385,76,171,13],[386,10,171,14,"style"],[386,15,171,19],[386,17,171,21],[386,18,171,22,"styles"],[386,24,171,28],[386,25,171,29,"walletHeader"],[386,37,171,41],[386,39,171,43],[387,12,171,45,"paddingTop"],[387,22,171,55],[387,24,171,57,"insets"],[387,30,171,63],[387,31,171,64,"top"],[387,34,171,67],[387,37,171,70],[388,10,171,73],[388,11,171,74],[388,12,171,76],[389,10,171,76,"children"],[389,18,171,76],[389,34,172,10],[389,38,172,10,"_reactJsxDevRuntime"],[389,57,172,10],[389,58,172,10,"jsxDEV"],[389,64,172,10],[389,66,172,11,"Text"],[389,70,172,15],[389,71,172,15,"default"],[389,78,172,15],[390,12,172,16,"style"],[390,17,172,21],[390,19,172,23,"styles"],[390,25,172,29],[390,26,172,30,"walletTitle"],[390,37,172,42],[391,12,172,42,"children"],[391,20,172,42],[391,22,172,43],[392,10,172,52],[393,12,172,52,"fileName"],[393,20,172,52],[393,22,172,52,"_jsxFileName"],[393,34,172,52],[394,12,172,52,"lineNumber"],[394,22,172,52],[395,12,172,52,"columnNumber"],[395,24,172,52],[396,10,172,52],[396,17,172,58],[396,18,172,59],[396,33,173,10],[396,37,173,10,"_reactJsxDevRuntime"],[396,56,173,10],[396,57,173,10,"jsxDEV"],[396,63,173,10],[396,65,173,11,"TouchableOpacity"],[396,81,173,27],[396,82,173,27,"default"],[396,89,173,27],[397,12,173,28,"onPress"],[397,19,173,35],[397,21,173,37,"fetchBalance"],[397,33,173,50],[398,12,173,51,"style"],[398,17,173,56],[398,19,173,58,"styles"],[398,25,173,64],[398,26,173,65,"refreshButton"],[398,39,173,79],[399,12,173,79,"children"],[399,20,173,79],[399,35,174,12],[399,39,174,12,"_reactJsxDevRuntime"],[399,58,174,12],[399,59,174,12,"jsxDEV"],[399,65,174,12],[399,67,174,13,"_expoVectorIcons"],[399,83,174,21],[399,84,174,21,"Ionicons"],[399,92,174,21],[400,14,174,22,"name"],[400,18,174,26],[400,20,174,27],[400,29,174,36],[401,14,174,37,"size"],[401,18,174,41],[401,20,174,43],[401,22,174,46],[402,14,174,47,"color"],[402,19,174,52],[402,21,174,53],[403,12,174,62],[404,14,174,62,"fileName"],[404,22,174,62],[404,24,174,62,"_jsxFileName"],[404,36,174,62],[405,14,174,62,"lineNumber"],[405,24,174,62],[406,14,174,62,"columnNumber"],[406,26,174,62],[407,12,174,62],[407,19,174,64],[408,10,174,65],[409,12,174,65,"fileName"],[409,20,174,65],[409,22,174,65,"_jsxFileName"],[409,34,174,65],[410,12,174,65,"lineNumber"],[410,22,174,65],[411,12,174,65,"columnNumber"],[411,24,174,65],[412,10,174,65],[412,17,175,28],[412,18,175,29],[413,8,175,29],[414,10,175,29,"fileName"],[414,18,175,29],[414,20,175,29,"_jsxFileName"],[414,32,175,29],[415,10,175,29,"lineNumber"],[415,20,175,29],[416,10,175,29,"columnNumber"],[416,22,175,29],[417,8,175,29],[417,15,176,14],[417,16,176,15],[417,31,179,8],[417,35,179,8,"_reactJsxDevRuntime"],[417,54,179,8],[417,55,179,8,"jsxDEV"],[417,61,179,8],[417,63,179,9,"View"],[417,67,179,13],[417,68,179,13,"default"],[417,75,179,13],[418,10,179,14,"style"],[418,15,179,19],[418,17,179,21,"styles"],[418,23,179,27],[418,24,179,28,"balanceRow"],[418,34,179,39],[419,10,179,39,"children"],[419,18,179,39],[419,34,180,10],[419,38,180,10,"_reactJsxDevRuntime"],[419,57,180,10],[419,58,180,10,"jsxDEV"],[419,64,180,10],[419,66,180,11,"View"],[419,70,180,15],[419,71,180,15,"default"],[419,78,180,15],[420,12,180,16,"style"],[420,17,180,21],[420,19,180,23,"styles"],[420,25,180,29],[420,26,180,30,"balanceCardNew"],[420,40,180,45],[421,12,180,45,"children"],[421,20,180,45],[421,36,181,12],[421,40,181,12,"_reactJsxDevRuntime"],[421,59,181,12],[421,60,181,12,"jsxDEV"],[421,66,181,12],[421,68,181,13,"Image"],[421,73,181,18],[421,74,181,18,"default"],[421,81,181,18],[422,14,182,14,"source"],[422,20,182,20],[422,22,182,22],[423,16,182,24,"uri"],[423,19,182,27],[423,21,182,29],[424,14,182,145],[424,15,182,147],[425,14,183,14,"style"],[425,19,183,19],[425,21,183,21,"styles"],[425,27,183,27],[425,28,183,28,"tokenLogoNew"],[426,12,183,41],[427,14,183,41,"fileName"],[427,22,183,41],[427,24,183,41,"_jsxFileName"],[427,36,183,41],[428,14,183,41,"lineNumber"],[428,24,183,41],[429,14,183,41,"columnNumber"],[429,26,183,41],[430,12,183,41],[430,19,184,13],[430,20,184,14],[430,35,185,12],[430,39,185,12,"_reactJsxDevRuntime"],[430,58,185,12],[430,59,185,12,"jsxDEV"],[430,65,185,12],[430,67,185,13,"Text"],[430,71,185,17],[430,72,185,17,"default"],[430,79,185,17],[431,14,185,18,"style"],[431,19,185,23],[431,21,185,25,"styles"],[431,27,185,31],[431,28,185,32,"tokenSymbolNew"],[431,42,185,47],[432,14,185,47,"children"],[432,22,185,47],[432,24,185,48],[433,12,185,51],[434,14,185,51,"fileName"],[434,22,185,51],[434,24,185,51,"_jsxFileName"],[434,36,185,51],[435,14,185,51,"lineNumber"],[435,24,185,51],[436,14,185,51,"columnNumber"],[436,26,185,51],[437,12,185,51],[437,19,185,57],[437,20,185,58],[437,35,186,12],[437,39,186,12,"_reactJsxDevRuntime"],[437,58,186,12],[437,59,186,12,"jsxDEV"],[437,65,186,12],[437,67,186,13,"Text"],[437,71,186,17],[437,72,186,17,"default"],[437,79,186,17],[438,14,186,18,"style"],[438,19,186,23],[438,21,186,25,"styles"],[438,27,186,31],[438,28,186,32,"balanceAmountNew"],[438,44,186,49],[439,14,186,49,"children"],[439,22,186,49],[439,24,186,51,"hezBalance"],[440,12,186,61],[441,14,186,61,"fileName"],[441,22,186,61],[441,24,186,61,"_jsxFileName"],[441,36,186,61],[442,14,186,61,"lineNumber"],[442,24,186,61],[443,14,186,61,"columnNumber"],[443,26,186,61],[444,12,186,61],[444,19,186,68],[444,20,186,69],[444,35,187,12],[444,39,187,12,"_reactJsxDevRuntime"],[444,58,187,12],[444,59,187,12,"jsxDEV"],[444,65,187,12],[444,67,187,13,"Text"],[444,71,187,17],[444,72,187,17,"default"],[444,79,187,17],[445,14,187,18,"style"],[445,19,187,23],[445,21,187,25,"styles"],[445,27,187,31],[445,28,187,32,"tokenNameNew"],[445,40,187,45],[446,14,187,45,"children"],[446,22,187,45],[446,24,187,46],[447,12,187,61],[448,14,187,61,"fileName"],[448,22,187,61],[448,24,187,61,"_jsxFileName"],[448,36,187,61],[449,14,187,61,"lineNumber"],[449,24,187,61],[450,14,187,61,"columnNumber"],[450,26,187,61],[451,12,187,61],[451,19,187,67],[451,20,187,68],[452,10,187,68],[453,12,187,68,"fileName"],[453,20,187,68],[453,22,187,68,"_jsxFileName"],[453,34,187,68],[454,12,187,68,"lineNumber"],[454,22,187,68],[455,12,187,68,"columnNumber"],[455,24,187,68],[456,10,187,68],[456,17,188,16],[456,18,188,17],[456,33,190,10],[456,37,190,10,"_reactJsxDevRuntime"],[456,56,190,10],[456,57,190,10,"jsxDEV"],[456,63,190,10],[456,65,190,11,"View"],[456,69,190,15],[456,70,190,15,"default"],[456,77,190,15],[457,12,190,16,"style"],[457,17,190,21],[457,19,190,23,"styles"],[457,25,190,29],[457,26,190,30,"balanceCardNew"],[457,40,190,45],[458,12,190,45,"children"],[458,20,190,45],[458,36,191,12],[458,40,191,12,"_reactJsxDevRuntime"],[458,59,191,12],[458,60,191,12,"jsxDEV"],[458,66,191,12],[458,68,191,13,"Image"],[458,73,191,18],[458,74,191,18,"default"],[458,81,191,18],[459,14,192,14,"source"],[459,20,192,20],[459,22,192,22],[460,16,192,24,"uri"],[460,19,192,27],[460,21,192,29],[461,14,192,129],[461,15,192,131],[462,14,193,14,"style"],[462,19,193,19],[462,21,193,21,"styles"],[462,27,193,27],[462,28,193,28,"tokenLogoNew"],[463,12,193,41],[464,14,193,41,"fileName"],[464,22,193,41],[464,24,193,41,"_jsxFileName"],[464,36,193,41],[465,14,193,41,"lineNumber"],[465,24,193,41],[466,14,193,41,"columnNumber"],[466,26,193,41],[467,12,193,41],[467,19,194,13],[467,20,194,14],[467,35,195,12],[467,39,195,12,"_reactJsxDevRuntime"],[467,58,195,12],[467,59,195,12,"jsxDEV"],[467,65,195,12],[467,67,195,13,"Text"],[467,71,195,17],[467,72,195,17,"default"],[467,79,195,17],[468,14,195,18,"style"],[468,19,195,23],[468,21,195,25,"styles"],[468,27,195,31],[468,28,195,32,"tokenSymbolNew"],[468,42,195,47],[469,14,195,47,"children"],[469,22,195,47],[469,24,195,48],[470,12,195,51],[471,14,195,51,"fileName"],[471,22,195,51],[471,24,195,51,"_jsxFileName"],[471,36,195,51],[472,14,195,51,"lineNumber"],[472,24,195,51],[473,14,195,51,"columnNumber"],[473,26,195,51],[474,12,195,51],[474,19,195,57],[474,20,195,58],[474,35,196,12],[474,39,196,12,"_reactJsxDevRuntime"],[474,58,196,12],[474,59,196,12,"jsxDEV"],[474,65,196,12],[474,67,196,13,"Text"],[474,71,196,17],[474,72,196,17,"default"],[474,79,196,17],[475,14,196,18,"style"],[475,19,196,23],[475,21,196,25,"styles"],[475,27,196,31],[475,28,196,32,"balanceAmountNew"],[475,44,196,49],[476,14,196,49,"children"],[476,22,196,49],[476,24,196,51,"pezBalance"],[477,12,196,61],[478,14,196,61,"fileName"],[478,22,196,61],[478,24,196,61,"_jsxFileName"],[478,36,196,61],[479,14,196,61,"lineNumber"],[479,24,196,61],[480,14,196,61,"columnNumber"],[480,26,196,61],[481,12,196,61],[481,19,196,68],[481,20,196,69],[481,35,197,12],[481,39,197,12,"_reactJsxDevRuntime"],[481,58,197,12],[481,59,197,12,"jsxDEV"],[481,65,197,12],[481,67,197,13,"Text"],[481,71,197,17],[481,72,197,17,"default"],[481,79,197,17],[482,14,197,18,"style"],[482,19,197,23],[482,21,197,25,"styles"],[482,27,197,31],[482,28,197,32,"tokenNameNew"],[482,40,197,45],[483,14,197,45,"children"],[483,22,197,45],[483,24,197,46],[484,12,197,59],[485,14,197,59,"fileName"],[485,22,197,59],[485,24,197,59,"_jsxFileName"],[485,36,197,59],[486,14,197,59,"lineNumber"],[486,24,197,59],[487,14,197,59,"columnNumber"],[487,26,197,59],[488,12,197,59],[488,19,197,65],[488,20,197,66],[489,10,197,66],[490,12,197,66,"fileName"],[490,20,197,66],[490,22,197,66,"_jsxFileName"],[490,34,197,66],[491,12,197,66,"lineNumber"],[491,22,197,66],[492,12,197,66,"columnNumber"],[492,24,197,66],[493,10,197,66],[493,17,198,16],[493,18,198,17],[494,8,198,17],[495,10,198,17,"fileName"],[495,18,198,17],[495,20,198,17,"_jsxFileName"],[495,32,198,17],[496,10,198,17,"lineNumber"],[496,20,198,17],[497,10,198,17,"columnNumber"],[497,22,198,17],[498,8,198,17],[498,15,199,14],[498,16,199,15],[498,31,202,8],[498,35,202,8,"_reactJsxDevRuntime"],[498,54,202,8],[498,55,202,8,"jsxDEV"],[498,61,202,8],[498,63,202,9,"View"],[498,67,202,13],[498,68,202,13,"default"],[498,75,202,13],[499,10,202,14,"style"],[499,15,202,19],[499,17,202,21,"styles"],[499,23,202,27],[499,24,202,28,"actionsContainer"],[499,40,202,45],[500,10,202,45,"children"],[500,18,202,45],[500,34,204,10],[500,38,204,10,"_reactJsxDevRuntime"],[500,57,204,10],[500,58,204,10,"jsxDEV"],[500,64,204,10],[500,66,204,11,"View"],[500,70,204,15],[500,71,204,15,"default"],[500,78,204,15],[501,12,204,16,"style"],[501,17,204,21],[501,19,204,23,"styles"],[501,25,204,29],[501,26,204,30,"actionsRow"],[501,36,204,41],[502,12,204,41,"children"],[502,20,204,41],[502,36,205,12],[502,40,205,12,"_reactJsxDevRuntime"],[502,59,205,12],[502,60,205,12,"jsxDEV"],[502,66,205,12],[502,68,205,13,"TouchableOpacity"],[502,84,205,29],[502,85,205,29,"default"],[502,92,205,29],[503,14,205,30,"style"],[503,19,205,35],[503,21,205,37],[503,22,205,38,"styles"],[503,28,205,44],[503,29,205,45,"actionBtn"],[503,38,205,54],[503,40,205,56],[504,16,205,57,"backgroundColor"],[504,31,205,72],[504,33,205,74],[505,14,205,83],[505,15,205,84],[505,16,205,86],[506,14,205,86,"children"],[506,22,205,86],[506,38,206,14],[506,42,206,14,"_reactJsxDevRuntime"],[506,61,206,14],[506,62,206,14,"jsxDEV"],[506,68,206,14],[506,70,206,15,"_expoVectorIcons"],[506,86,206,23],[506,87,206,23,"Ionicons"],[506,95,206,23],[507,16,206,24,"name"],[507,20,206,28],[507,22,206,29],[507,32,206,39],[508,16,206,40,"size"],[508,20,206,44],[508,22,206,46],[508,24,206,49],[509,16,206,50,"color"],[509,21,206,55],[509,23,206,56],[510,14,206,62],[511,16,206,62,"fileName"],[511,24,206,62],[511,26,206,62,"_jsxFileName"],[511,38,206,62],[512,16,206,62,"lineNumber"],[512,26,206,62],[513,16,206,62,"columnNumber"],[513,28,206,62],[514,14,206,62],[514,21,206,64],[514,22,206,65],[514,37,207,14],[514,41,207,14,"_reactJsxDevRuntime"],[514,60,207,14],[514,61,207,14,"jsxDEV"],[514,67,207,14],[514,69,207,15,"Text"],[514,73,207,19],[514,74,207,19,"default"],[514,81,207,19],[515,16,207,20,"style"],[515,21,207,25],[515,23,207,27,"styles"],[515,29,207,33],[515,30,207,34,"actionBtnText"],[515,43,207,48],[516,16,207,48,"children"],[516,24,207,48],[516,26,207,49],[517,14,207,53],[518,16,207,53,"fileName"],[518,24,207,53],[518,26,207,53,"_jsxFileName"],[518,38,207,53],[519,16,207,53,"lineNumber"],[519,26,207,53],[520,16,207,53,"columnNumber"],[520,28,207,53],[521,14,207,53],[521,21,207,59],[521,22,207,60],[522,12,207,60],[523,14,207,60,"fileName"],[523,22,207,60],[523,24,207,60,"_jsxFileName"],[523,36,207,60],[524,14,207,60,"lineNumber"],[524,24,207,60],[525,14,207,60,"columnNumber"],[525,26,207,60],[526,12,207,60],[526,19,208,30],[526,20,208,31],[526,35,209,12],[526,39,209,12,"_reactJsxDevRuntime"],[526,58,209,12],[526,59,209,12,"jsxDEV"],[526,65,209,12],[526,67,209,13,"TouchableOpacity"],[526,83,209,29],[526,84,209,29,"default"],[526,91,209,29],[527,14,209,30,"style"],[527,19,209,35],[527,21,209,37],[527,22,209,38,"styles"],[527,28,209,44],[527,29,209,45,"actionBtn"],[527,38,209,54],[527,40,209,56],[528,16,209,57,"backgroundColor"],[528,31,209,72],[528,33,209,74],[529,14,209,83],[529,15,209,84],[529,16,209,86],[530,14,209,86,"children"],[530,22,209,86],[530,38,210,14],[530,42,210,14,"_reactJsxDevRuntime"],[530,61,210,14],[530,62,210,14,"jsxDEV"],[530,68,210,14],[530,70,210,15,"_expoVectorIcons"],[530,86,210,23],[530,87,210,23,"Ionicons"],[530,95,210,23],[531,16,210,24,"name"],[531,20,210,28],[531,22,210,29],[531,34,210,41],[532,16,210,42,"size"],[532,20,210,46],[532,22,210,48],[532,24,210,51],[533,16,210,52,"color"],[533,21,210,57],[533,23,210,58],[534,14,210,64],[535,16,210,64,"fileName"],[535,24,210,64],[535,26,210,64,"_jsxFileName"],[535,38,210,64],[536,16,210,64,"lineNumber"],[536,26,210,64],[537,16,210,64,"columnNumber"],[537,28,210,64],[538,14,210,64],[538,21,210,66],[538,22,210,67],[538,37,211,14],[538,41,211,14,"_reactJsxDevRuntime"],[538,60,211,14],[538,61,211,14,"jsxDEV"],[538,67,211,14],[538,69,211,15,"Text"],[538,73,211,19],[538,74,211,19,"default"],[538,81,211,19],[539,16,211,20,"style"],[539,21,211,25],[539,23,211,27,"styles"],[539,29,211,33],[539,30,211,34,"actionBtnText"],[539,43,211,48],[540,16,211,48,"children"],[540,24,211,48],[540,26,211,49],[541,14,211,56],[542,16,211,56,"fileName"],[542,24,211,56],[542,26,211,56,"_jsxFileName"],[542,38,211,56],[543,16,211,56,"lineNumber"],[543,26,211,56],[544,16,211,56,"columnNumber"],[544,28,211,56],[545,14,211,56],[545,21,211,62],[545,22,211,63],[546,12,211,63],[547,14,211,63,"fileName"],[547,22,211,63],[547,24,211,63,"_jsxFileName"],[547,36,211,63],[548,14,211,63,"lineNumber"],[548,24,211,63],[549,14,211,63,"columnNumber"],[549,26,211,63],[550,12,211,63],[550,19,212,30],[550,20,212,31],[550,35,213,12],[550,39,213,12,"_reactJsxDevRuntime"],[550,58,213,12],[550,59,213,12,"jsxDEV"],[550,65,213,12],[550,67,213,13,"TouchableOpacity"],[550,83,213,29],[550,84,213,29,"default"],[550,91,213,29],[551,14,213,30,"style"],[551,19,213,35],[551,21,213,37],[551,22,213,38,"styles"],[551,28,213,44],[551,29,213,45,"actionBtn"],[551,38,213,54],[551,40,213,56],[552,16,213,57,"backgroundColor"],[552,31,213,72],[552,33,213,74],[553,14,213,83],[553,15,213,84],[553,16,213,86],[554,14,213,86,"children"],[554,22,213,86],[554,38,214,14],[554,42,214,14,"_reactJsxDevRuntime"],[554,61,214,14],[554,62,214,14,"jsxDEV"],[554,68,214,14],[554,70,214,15,"_expoVectorIcons"],[554,86,214,23],[554,87,214,23,"Ionicons"],[554,95,214,23],[555,16,214,24,"name"],[555,20,214,28],[555,22,214,29],[555,39,214,46],[556,16,214,47,"size"],[556,20,214,51],[556,22,214,53],[556,24,214,56],[557,16,214,57,"color"],[557,21,214,62],[557,23,214,63],[558,14,214,69],[559,16,214,69,"fileName"],[559,24,214,69],[559,26,214,69,"_jsxFileName"],[559,38,214,69],[560,16,214,69,"lineNumber"],[560,26,214,69],[561,16,214,69,"columnNumber"],[561,28,214,69],[562,14,214,69],[562,21,214,71],[562,22,214,72],[562,37,215,14],[562,41,215,14,"_reactJsxDevRuntime"],[562,60,215,14],[562,61,215,14,"jsxDEV"],[562,67,215,14],[562,69,215,15,"Text"],[562,73,215,19],[562,74,215,19,"default"],[562,81,215,19],[563,16,215,20,"style"],[563,21,215,25],[563,23,215,27,"styles"],[563,29,215,33],[563,30,215,34,"actionBtnText"],[563,43,215,48],[564,16,215,48,"children"],[564,24,215,48],[564,26,215,49],[565,14,215,53],[566,16,215,53,"fileName"],[566,24,215,53],[566,26,215,53,"_jsxFileName"],[566,38,215,53],[567,16,215,53,"lineNumber"],[567,26,215,53],[568,16,215,53,"columnNumber"],[568,28,215,53],[569,14,215,53],[569,21,215,59],[569,22,215,60],[570,12,215,60],[571,14,215,60,"fileName"],[571,22,215,60],[571,24,215,60,"_jsxFileName"],[571,36,215,60],[572,14,215,60,"lineNumber"],[572,24,215,60],[573,14,215,60,"columnNumber"],[573,26,215,60],[574,12,215,60],[574,19,216,30],[574,20,216,31],[574,35,217,12],[574,39,217,12,"_reactJsxDevRuntime"],[574,58,217,12],[574,59,217,12,"jsxDEV"],[574,65,217,12],[574,67,217,13,"TouchableOpacity"],[574,83,217,29],[574,84,217,29,"default"],[574,91,217,29],[575,14,217,30,"style"],[575,19,217,35],[575,21,217,37],[575,22,217,38,"styles"],[575,28,217,44],[575,29,217,45,"actionBtn"],[575,38,217,54],[575,40,217,56],[576,16,217,57,"backgroundColor"],[576,31,217,72],[576,33,217,74],[577,14,217,83],[577,15,217,84],[577,16,217,86],[578,14,217,86,"children"],[578,22,217,86],[578,38,218,14],[578,42,218,14,"_reactJsxDevRuntime"],[578,61,218,14],[578,62,218,14,"jsxDEV"],[578,68,218,14],[578,70,218,15,"_expoVectorIcons"],[578,86,218,23],[578,87,218,23,"Ionicons"],[578,95,218,23],[579,16,218,24,"name"],[579,20,218,28],[579,22,218,29],[579,30,218,37],[580,16,218,38,"size"],[580,20,218,42],[580,22,218,44],[580,24,218,47],[581,16,218,48,"color"],[581,21,218,53],[581,23,218,54],[582,14,218,60],[583,16,218,60,"fileName"],[583,24,218,60],[583,26,218,60,"_jsxFileName"],[583,38,218,60],[584,16,218,60,"lineNumber"],[584,26,218,60],[585,16,218,60,"columnNumber"],[585,28,218,60],[586,14,218,60],[586,21,218,62],[586,22,218,63],[586,37,219,14],[586,41,219,14,"_reactJsxDevRuntime"],[586,60,219,14],[586,61,219,14,"jsxDEV"],[586,67,219,14],[586,69,219,15,"Text"],[586,73,219,19],[586,74,219,19,"default"],[586,81,219,19],[587,16,219,20,"style"],[587,21,219,25],[587,23,219,27,"styles"],[587,29,219,33],[587,30,219,34,"actionBtnText"],[587,43,219,48],[588,16,219,48,"children"],[588,24,219,48],[588,26,219,49],[589,14,219,52],[590,16,219,52,"fileName"],[590,24,219,52],[590,26,219,52,"_jsxFileName"],[590,38,219,52],[591,16,219,52,"lineNumber"],[591,26,219,52],[592,16,219,52,"columnNumber"],[592,28,219,52],[593,14,219,52],[593,21,219,58],[593,22,219,59],[594,12,219,59],[595,14,219,59,"fileName"],[595,22,219,59],[595,24,219,59,"_jsxFileName"],[595,36,219,59],[596,14,219,59,"lineNumber"],[596,24,219,59],[597,14,219,59,"columnNumber"],[597,26,219,59],[598,12,219,59],[598,19,220,30],[598,20,220,31],[599,10,220,31],[600,12,220,31,"fileName"],[600,20,220,31],[600,22,220,31,"_jsxFileName"],[600,34,220,31],[601,12,220,31,"lineNumber"],[601,22,220,31],[602,12,220,31,"columnNumber"],[602,24,220,31],[603,10,220,31],[603,17,221,16],[603,18,221,17],[603,33,224,10],[603,37,224,10,"_reactJsxDevRuntime"],[603,56,224,10],[603,57,224,10,"jsxDEV"],[603,63,224,10],[603,65,224,11,"View"],[603,69,224,15],[603,70,224,15,"default"],[603,77,224,15],[604,12,224,16,"style"],[604,17,224,21],[604,19,224,23,"styles"],[604,25,224,29],[604,26,224,30,"actionsRow"],[604,36,224,41],[605,12,224,41,"children"],[605,20,224,41],[605,36,225,12],[605,40,225,12,"_reactJsxDevRuntime"],[605,59,225,12],[605,60,225,12,"jsxDEV"],[605,66,225,12],[605,68,225,13,"TouchableOpacity"],[605,84,225,29],[605,85,225,29,"default"],[605,92,225,29],[606,14,225,30,"style"],[606,19,225,35],[606,21,225,37],[606,22,225,38,"styles"],[606,28,225,44],[606,29,225,45,"actionBtn"],[606,38,225,54],[606,40,225,56],[607,16,225,57,"backgroundColor"],[607,31,225,72],[607,33,225,74],[608,14,225,83],[608,15,225,84],[608,16,225,86],[609,14,225,86,"children"],[609,22,225,86],[609,38,226,14],[609,42,226,14,"_reactJsxDevRuntime"],[609,61,226,14],[609,62,226,14,"jsxDEV"],[609,68,226,14],[609,70,226,15,"_expoVectorIcons"],[609,86,226,23],[609,87,226,23,"Ionicons"],[609,95,226,23],[610,16,226,24,"name"],[610,20,226,28],[610,22,226,29],[610,33,226,40],[611,16,226,41,"size"],[611,20,226,45],[611,22,226,47],[611,24,226,50],[612,16,226,51,"color"],[612,21,226,56],[612,23,226,57],[613,14,226,63],[614,16,226,63,"fileName"],[614,24,226,63],[614,26,226,63,"_jsxFileName"],[614,38,226,63],[615,16,226,63,"lineNumber"],[615,26,226,63],[616,16,226,63,"columnNumber"],[616,28,226,63],[617,14,226,63],[617,21,226,65],[617,22,226,66],[617,37,227,14],[617,41,227,14,"_reactJsxDevRuntime"],[617,60,227,14],[617,61,227,14,"jsxDEV"],[617,67,227,14],[617,69,227,15,"Text"],[617,73,227,19],[617,74,227,19,"default"],[617,81,227,19],[618,16,227,20,"style"],[618,21,227,25],[618,23,227,27,"styles"],[618,29,227,33],[618,30,227,34,"actionBtnText"],[618,43,227,48],[619,16,227,48,"children"],[619,24,227,48],[619,26,227,49],[620,14,227,53],[621,16,227,53,"fileName"],[621,24,227,53],[621,26,227,53,"_jsxFileName"],[621,38,227,53],[622,16,227,53,"lineNumber"],[622,26,227,53],[623,16,227,53,"columnNumber"],[623,28,227,53],[624,14,227,53],[624,21,227,59],[624,22,227,60],[625,12,227,60],[626,14,227,60,"fileName"],[626,22,227,60],[626,24,227,60,"_jsxFileName"],[626,36,227,60],[627,14,227,60,"lineNumber"],[627,24,227,60],[628,14,227,60,"columnNumber"],[628,26,227,60],[629,12,227,60],[629,19,228,30],[629,20,228,31],[629,35,229,12],[629,39,229,12,"_reactJsxDevRuntime"],[629,58,229,12],[629,59,229,12,"jsxDEV"],[629,65,229,12],[629,67,229,13,"TouchableOpacity"],[629,83,229,29],[629,84,229,29,"default"],[629,91,229,29],[630,14,229,30,"style"],[630,19,229,35],[630,21,229,37],[630,22,229,38,"styles"],[630,28,229,44],[630,29,229,45,"actionBtn"],[630,38,229,54],[630,40,229,56],[631,16,229,57,"backgroundColor"],[631,31,229,72],[631,33,229,74],[632,14,229,83],[632,15,229,84],[632,16,229,86],[633,14,229,86,"children"],[633,22,229,86],[633,38,230,14],[633,42,230,14,"_reactJsxDevRuntime"],[633,61,230,14],[633,62,230,14,"jsxDEV"],[633,68,230,14],[633,70,230,15,"_expoVectorIcons"],[633,86,230,23],[633,87,230,23,"Ionicons"],[633,95,230,23],[634,16,230,24,"name"],[634,20,230,28],[634,22,230,29],[634,28,230,35],[635,16,230,36,"size"],[635,20,230,40],[635,22,230,42],[635,24,230,45],[636,16,230,46,"color"],[636,21,230,51],[636,23,230,52],[637,14,230,58],[638,16,230,58,"fileName"],[638,24,230,58],[638,26,230,58,"_jsxFileName"],[638,38,230,58],[639,16,230,58,"lineNumber"],[639,26,230,58],[640,16,230,58,"columnNumber"],[640,28,230,58],[641,14,230,58],[641,21,230,60],[641,22,230,61],[641,37,231,14],[641,41,231,14,"_reactJsxDevRuntime"],[641,60,231,14],[641,61,231,14,"jsxDEV"],[641,67,231,14],[641,69,231,15,"Text"],[641,73,231,19],[641,74,231,19,"default"],[641,81,231,19],[642,16,231,20,"style"],[642,21,231,25],[642,23,231,27,"styles"],[642,29,231,33],[642,30,231,34,"actionBtnText"],[642,43,231,48],[643,16,231,48,"children"],[643,24,231,48],[643,26,231,49],[644,14,231,54],[645,16,231,54,"fileName"],[645,24,231,54],[645,26,231,54,"_jsxFileName"],[645,38,231,54],[646,16,231,54,"lineNumber"],[646,26,231,54],[647,16,231,54,"columnNumber"],[647,28,231,54],[648,14,231,54],[648,21,231,60],[648,22,231,61],[649,12,231,61],[650,14,231,61,"fileName"],[650,22,231,61],[650,24,231,61,"_jsxFileName"],[650,36,231,61],[651,14,231,61,"lineNumber"],[651,24,231,61],[652,14,231,61,"columnNumber"],[652,26,231,61],[653,12,231,61],[653,19,232,30],[653,20,232,31],[653,35,233,12],[653,39,233,12,"_reactJsxDevRuntime"],[653,58,233,12],[653,59,233,12,"jsxDEV"],[653,65,233,12],[653,67,233,13,"TouchableOpacity"],[653,83,233,29],[653,84,233,29,"default"],[653,91,233,29],[654,14,233,30,"style"],[654,19,233,35],[654,21,233,37],[654,22,233,38,"styles"],[654,28,233,44],[654,29,233,45,"actionBtn"],[654,38,233,54],[654,40,233,56],[655,16,233,57,"backgroundColor"],[655,31,233,72],[655,33,233,74],[656,14,233,83],[656,15,233,84],[656,16,233,86],[657,14,233,86,"children"],[657,22,233,86],[657,38,234,14],[657,42,234,14,"_reactJsxDevRuntime"],[657,61,234,14],[657,62,234,14,"jsxDEV"],[657,68,234,14],[657,70,234,15,"_expoVectorIcons"],[657,86,234,23],[657,87,234,23,"Ionicons"],[657,95,234,23],[658,16,234,24,"name"],[658,20,234,28],[658,22,234,29],[658,28,234,35],[659,16,234,36,"size"],[659,20,234,40],[659,22,234,42],[659,24,234,45],[660,16,234,46,"color"],[660,21,234,51],[660,23,234,52],[661,14,234,58],[662,16,234,58,"fileName"],[662,24,234,58],[662,26,234,58,"_jsxFileName"],[662,38,234,58],[663,16,234,58,"lineNumber"],[663,26,234,58],[664,16,234,58,"columnNumber"],[664,28,234,58],[665,14,234,58],[665,21,234,60],[665,22,234,61],[665,37,235,14],[665,41,235,14,"_reactJsxDevRuntime"],[665,60,235,14],[665,61,235,14,"jsxDEV"],[665,67,235,14],[665,69,235,15,"Text"],[665,73,235,19],[665,74,235,19,"default"],[665,81,235,19],[666,16,235,20,"style"],[666,21,235,25],[666,23,235,27,"styles"],[666,29,235,33],[666,30,235,34,"actionBtnText"],[666,43,235,48],[667,16,235,48,"children"],[667,24,235,48],[667,26,235,49],[668,14,235,56],[669,16,235,56,"fileName"],[669,24,235,56],[669,26,235,56,"_jsxFileName"],[669,38,235,56],[670,16,235,56,"lineNumber"],[670,26,235,56],[671,16,235,56,"columnNumber"],[671,28,235,56],[672,14,235,56],[672,21,235,62],[672,22,235,63],[673,12,235,63],[674,14,235,63,"fileName"],[674,22,235,63],[674,24,235,63,"_jsxFileName"],[674,36,235,63],[675,14,235,63,"lineNumber"],[675,24,235,63],[676,14,235,63,"columnNumber"],[676,26,235,63],[677,12,235,63],[677,19,236,30],[677,20,236,31],[677,35,237,12],[677,39,237,12,"_reactJsxDevRuntime"],[677,58,237,12],[677,59,237,12,"jsxDEV"],[677,65,237,12],[677,67,237,13,"TouchableOpacity"],[677,83,237,29],[677,84,237,29,"default"],[677,91,237,29],[678,14,237,30,"style"],[678,19,237,35],[678,21,237,37],[678,22,237,38,"styles"],[678,28,237,44],[678,29,237,45,"actionBtn"],[678,38,237,54],[678,40,237,56],[679,16,237,57,"backgroundColor"],[679,31,237,72],[679,33,237,74],[680,14,237,83],[680,15,237,84],[680,16,237,86],[681,14,237,86,"children"],[681,22,237,86],[681,38,238,14],[681,42,238,14,"_reactJsxDevRuntime"],[681,61,238,14],[681,62,238,14,"jsxDEV"],[681,68,238,14],[681,70,238,15,"_expoVectorIcons"],[681,86,238,23],[681,87,238,23,"Ionicons"],[681,95,238,23],[682,16,238,24,"name"],[682,20,238,28],[682,22,238,29],[682,28,238,35],[683,16,238,36,"size"],[683,20,238,40],[683,22,238,42],[683,24,238,45],[684,16,238,46,"color"],[684,21,238,51],[684,23,238,52],[685,14,238,58],[686,16,238,58,"fileName"],[686,24,238,58],[686,26,238,58,"_jsxFileName"],[686,38,238,58],[687,16,238,58,"lineNumber"],[687,26,238,58],[688,16,238,58,"columnNumber"],[688,28,238,58],[689,14,238,58],[689,21,238,60],[689,22,238,61],[689,37,239,14],[689,41,239,14,"_reactJsxDevRuntime"],[689,60,239,14],[689,61,239,14,"jsxDEV"],[689,67,239,14],[689,69,239,15,"Text"],[689,73,239,19],[689,74,239,19,"default"],[689,81,239,19],[690,16,239,20,"style"],[690,21,239,25],[690,23,239,27,"styles"],[690,29,239,33],[690,30,239,34,"actionBtnText"],[690,43,239,48],[691,16,239,48,"children"],[691,24,239,48],[691,26,239,49],[692,14,239,56],[693,16,239,56,"fileName"],[693,24,239,56],[693,26,239,56,"_jsxFileName"],[693,38,239,56],[694,16,239,56,"lineNumber"],[694,26,239,56],[695,16,239,56,"columnNumber"],[695,28,239,56],[696,14,239,56],[696,21,239,62],[696,22,239,63],[697,12,239,63],[698,14,239,63,"fileName"],[698,22,239,63],[698,24,239,63,"_jsxFileName"],[698,36,239,63],[699,14,239,63,"lineNumber"],[699,24,239,63],[700,14,239,63,"columnNumber"],[700,26,239,63],[701,12,239,63],[701,19,240,30],[701,20,240,31],[702,10,240,31],[703,12,240,31,"fileName"],[703,20,240,31],[703,22,240,31,"_jsxFileName"],[703,34,240,31],[704,12,240,31,"lineNumber"],[704,22,240,31],[705,12,240,31,"columnNumber"],[705,24,240,31],[706,10,240,31],[706,17,241,16],[706,18,241,17],[707,8,241,17],[708,10,241,17,"fileName"],[708,18,241,17],[708,20,241,17,"_jsxFileName"],[708,32,241,17],[709,10,241,17,"lineNumber"],[709,20,241,17],[710,10,241,17,"columnNumber"],[710,22,241,17],[711,8,241,17],[711,15,242,14],[711,16,242,15],[711,31,245,8],[711,35,245,8,"_reactJsxDevRuntime"],[711,54,245,8],[711,55,245,8,"jsxDEV"],[711,61,245,8],[711,63,245,9,"View"],[711,67,245,13],[711,68,245,13,"default"],[711,75,245,13],[712,10,245,14,"style"],[712,15,245,19],[712,17,245,21,"styles"],[712,23,245,27],[712,24,245,28,"tokensContainer"],[712,39,245,44],[713,10,245,44,"children"],[713,18,245,44],[713,34,246,10],[713,38,246,10,"_reactJsxDevRuntime"],[713,57,246,10],[713,58,246,10,"jsxDEV"],[713,64,246,10],[713,66,246,11,"View"],[713,70,246,15],[713,71,246,15,"default"],[713,78,246,15],[714,12,246,16,"style"],[714,17,246,21],[714,19,246,23,"styles"],[714,25,246,29],[714,26,246,30,"tokensHeader"],[714,38,246,43],[715,12,246,43,"children"],[715,20,246,43],[715,36,247,12],[715,40,247,12,"_reactJsxDevRuntime"],[715,59,247,12],[715,60,247,12,"jsxDEV"],[715,66,247,12],[715,68,247,13,"Text"],[715,72,247,17],[715,73,247,17,"default"],[715,80,247,17],[716,14,247,18,"style"],[716,19,247,23],[716,21,247,25,"styles"],[716,27,247,31],[716,28,247,32,"tokensTitle"],[716,39,247,44],[717,14,247,44,"children"],[717,22,247,44],[717,24,247,45],[718,12,247,51],[719,14,247,51,"fileName"],[719,22,247,51],[719,24,247,51,"_jsxFileName"],[719,36,247,51],[720,14,247,51,"lineNumber"],[720,24,247,51],[721,14,247,51,"columnNumber"],[721,26,247,51],[722,12,247,51],[722,19,247,57],[722,20,247,58],[722,35,248,12],[722,39,248,12,"_reactJsxDevRuntime"],[722,58,248,12],[722,59,248,12,"jsxDEV"],[722,65,248,12],[722,67,248,13,"View"],[722,71,248,17],[722,72,248,17,"default"],[722,79,248,17],[723,14,248,18,"style"],[723,19,248,23],[723,21,248,25,"styles"],[723,27,248,31],[723,28,248,32,"tokensHeaderActions"],[723,47,248,52],[724,14,248,52,"children"],[724,22,248,52],[724,38,249,14],[724,42,249,14,"_reactJsxDevRuntime"],[724,61,249,14],[724,62,249,14,"jsxDEV"],[724,68,249,14],[724,70,249,15,"TouchableOpacity"],[724,86,249,31],[724,87,249,31,"default"],[724,94,249,31],[725,16,249,32,"style"],[725,21,249,37],[725,23,249,39,"styles"],[725,29,249,45],[725,30,249,46,"tokenHeaderButton"],[725,47,249,64],[726,16,249,64,"children"],[726,24,249,64],[726,39,250,16],[726,43,250,16,"_reactJsxDevRuntime"],[726,62,250,16],[726,63,250,16,"jsxDEV"],[726,69,250,16],[726,71,250,17,"_expoVectorIcons"],[726,87,250,25],[726,88,250,25,"Ionicons"],[726,96,250,25],[727,18,250,26,"name"],[727,22,250,30],[727,24,250,31],[727,32,250,39],[728,18,250,40,"size"],[728,22,250,44],[728,24,250,46],[728,26,250,49],[729,18,250,50,"color"],[729,23,250,55],[729,25,250,56],[730,16,250,65],[731,18,250,65,"fileName"],[731,26,250,65],[731,28,250,65,"_jsxFileName"],[731,40,250,65],[732,18,250,65,"lineNumber"],[732,28,250,65],[733,18,250,65,"columnNumber"],[733,30,250,65],[734,16,250,65],[734,23,250,67],[735,14,250,68],[736,16,250,68,"fileName"],[736,24,250,68],[736,26,250,68,"_jsxFileName"],[736,38,250,68],[737,16,250,68,"lineNumber"],[737,26,250,68],[738,16,250,68,"columnNumber"],[738,28,250,68],[739,14,250,68],[739,21,251,32],[739,22,251,33],[739,37,252,14],[739,41,252,14,"_reactJsxDevRuntime"],[739,60,252,14],[739,61,252,14,"jsxDEV"],[739,67,252,14],[739,69,252,15,"TouchableOpacity"],[739,85,252,31],[739,86,252,31,"default"],[739,93,252,31],[740,16,252,32,"style"],[740,21,252,37],[740,23,252,39,"styles"],[740,29,252,45],[740,30,252,46,"tokenHeaderButton"],[740,47,252,64],[741,16,252,64,"children"],[741,24,252,64],[741,39,253,16],[741,43,253,16,"_reactJsxDevRuntime"],[741,62,253,16],[741,63,253,16,"jsxDEV"],[741,69,253,16],[741,71,253,17,"_expoVectorIcons"],[741,87,253,25],[741,88,253,25,"Ionicons"],[741,96,253,25],[742,18,253,26,"name"],[742,22,253,30],[742,24,253,31],[742,36,253,43],[743,18,253,44,"size"],[743,22,253,48],[743,24,253,50],[743,26,253,53],[744,18,253,54,"color"],[744,23,253,59],[744,25,253,60],[745,16,253,69],[746,18,253,69,"fileName"],[746,26,253,69],[746,28,253,69,"_jsxFileName"],[746,40,253,69],[747,18,253,69,"lineNumber"],[747,28,253,69],[748,18,253,69,"columnNumber"],[748,30,253,69],[749,16,253,69],[749,23,253,71],[750,14,253,72],[751,16,253,72,"fileName"],[751,24,253,72],[751,26,253,72,"_jsxFileName"],[751,38,253,72],[752,16,253,72,"lineNumber"],[752,26,253,72],[753,16,253,72,"columnNumber"],[753,28,253,72],[754,14,253,72],[754,21,254,32],[754,22,254,33],[754,37,255,14],[754,41,255,14,"_reactJsxDevRuntime"],[754,60,255,14],[754,61,255,14,"jsxDEV"],[754,67,255,14],[754,69,255,15,"TouchableOpacity"],[754,85,255,31],[754,86,255,31,"default"],[754,93,255,31],[755,16,255,32,"style"],[755,21,255,37],[755,23,255,39,"styles"],[755,29,255,45],[755,30,255,46,"tokenHeaderButton"],[755,47,255,64],[756,16,255,64,"children"],[756,24,255,64],[756,39,256,16],[756,43,256,16,"_reactJsxDevRuntime"],[756,62,256,16],[756,63,256,16,"jsxDEV"],[756,69,256,16],[756,71,256,17,"_expoVectorIcons"],[756,87,256,25],[756,88,256,25,"Ionicons"],[756,96,256,25],[757,18,256,26,"name"],[757,22,256,30],[757,24,256,31],[757,34,256,41],[758,18,256,42,"size"],[758,22,256,46],[758,24,256,48],[758,26,256,51],[759,18,256,52,"color"],[759,23,256,57],[759,25,256,58],[760,16,256,67],[761,18,256,67,"fileName"],[761,26,256,67],[761,28,256,67,"_jsxFileName"],[761,40,256,67],[762,18,256,67,"lineNumber"],[762,28,256,67],[763,18,256,67,"columnNumber"],[763,30,256,67],[764,16,256,67],[764,23,256,69],[765,14,256,70],[766,16,256,70,"fileName"],[766,24,256,70],[766,26,256,70,"_jsxFileName"],[766,38,256,70],[767,16,256,70,"lineNumber"],[767,26,256,70],[768,16,256,70,"columnNumber"],[768,28,256,70],[769,14,256,70],[769,21,257,32],[769,22,257,33],[770,12,257,33],[771,14,257,33,"fileName"],[771,22,257,33],[771,24,257,33,"_jsxFileName"],[771,36,257,33],[772,14,257,33,"lineNumber"],[772,24,257,33],[773,14,257,33,"columnNumber"],[773,26,257,33],[774,12,257,33],[774,19,258,18],[774,20,258,19],[775,10,258,19],[776,12,258,19,"fileName"],[776,20,258,19],[776,22,258,19,"_jsxFileName"],[776,34,258,19],[777,12,258,19,"lineNumber"],[777,22,258,19],[778,12,258,19,"columnNumber"],[778,24,258,19],[779,10,258,19],[779,17,259,16],[779,18,259,17],[779,33,262,10],[779,37,262,10,"_reactJsxDevRuntime"],[779,56,262,10],[779,57,262,10,"jsxDEV"],[779,63,262,10],[779,65,262,11,"View"],[779,69,262,15],[779,70,262,15,"default"],[779,77,262,15],[780,12,262,16,"style"],[780,17,262,21],[780,19,262,23,"styles"],[780,25,262,29],[780,26,262,30,"tokenItem"],[780,35,262,40],[781,12,262,40,"children"],[781,20,262,40],[781,36,263,12],[781,40,263,12,"_reactJsxDevRuntime"],[781,59,263,12],[781,60,263,12,"jsxDEV"],[781,66,263,12],[781,68,263,13,"View"],[781,72,263,17],[781,73,263,17,"default"],[781,80,263,17],[782,14,263,18,"style"],[782,19,263,23],[782,21,263,25,"styles"],[782,27,263,31],[782,28,263,32,"tokenItemLeft"],[782,41,263,46],[783,14,263,46,"children"],[783,22,263,46],[783,38,264,14],[783,42,264,14,"_reactJsxDevRuntime"],[783,61,264,14],[783,62,264,14,"jsxDEV"],[783,68,264,14],[783,70,264,15,"View"],[783,74,264,19],[783,75,264,19,"default"],[783,82,264,19],[784,16,264,20,"style"],[784,21,264,25],[784,23,264,27,"styles"],[784,29,264,33],[784,30,264,34,"tokenIconContainer"],[784,48,264,53],[785,16,264,53,"children"],[785,24,264,53],[785,40,265,16],[785,44,265,16,"_reactJsxDevRuntime"],[785,63,265,16],[785,64,265,16,"jsxDEV"],[785,70,265,16],[785,72,265,17,"Image"],[785,77,265,22],[785,78,265,22,"default"],[785,85,265,22],[786,18,266,18,"source"],[786,24,266,24],[786,26,266,26],[787,20,266,28,"uri"],[787,23,266,31],[787,25,266,33],[788,18,266,140],[788,19,266,142],[789,18,267,18,"style"],[789,23,267,23],[789,25,267,25,"styles"],[789,31,267,31],[789,32,267,32,"tokenIcon"],[790,16,267,42],[791,18,267,42,"fileName"],[791,26,267,42],[791,28,267,42,"_jsxFileName"],[791,40,267,42],[792,18,267,42,"lineNumber"],[792,28,267,42],[793,18,267,42,"columnNumber"],[793,30,267,42],[794,16,267,42],[794,23,268,17],[794,24,268,18],[794,39,269,16],[794,43,269,16,"_reactJsxDevRuntime"],[794,62,269,16],[794,63,269,16,"jsxDEV"],[794,69,269,16],[794,71,269,17,"Image"],[794,76,269,22],[794,77,269,22,"default"],[794,84,269,22],[795,18,270,18,"source"],[795,24,270,24],[795,26,270,26],[796,20,270,28,"uri"],[796,23,270,31],[796,25,270,33],[797,18,270,133],[797,19,270,135],[798,18,271,18,"style"],[798,23,271,23],[798,25,271,25,"styles"],[798,31,271,31],[798,32,271,32,"networkBadge"],[799,16,271,45],[800,18,271,45,"fileName"],[800,26,271,45],[800,28,271,45,"_jsxFileName"],[800,40,271,45],[801,18,271,45,"lineNumber"],[801,28,271,45],[802,18,271,45,"columnNumber"],[802,30,271,45],[803,16,271,45],[803,23,272,17],[803,24,272,18],[804,14,272,18],[805,16,272,18,"fileName"],[805,24,272,18],[805,26,272,18,"_jsxFileName"],[805,38,272,18],[806,16,272,18,"lineNumber"],[806,26,272,18],[807,16,272,18,"columnNumber"],[807,28,272,18],[808,14,272,18],[808,21,273,20],[808,22,273,21],[808,37,274,14],[808,41,274,14,"_reactJsxDevRuntime"],[808,60,274,14],[808,61,274,14,"jsxDEV"],[808,67,274,14],[808,69,274,15,"View"],[808,73,274,19],[808,74,274,19,"default"],[808,81,274,19],[809,16,274,19,"children"],[809,24,274,19],[809,40,275,16],[809,44,275,16,"_reactJsxDevRuntime"],[809,63,275,16],[809,64,275,16,"jsxDEV"],[809,70,275,16],[809,72,275,17,"Text"],[809,76,275,21],[809,77,275,21,"default"],[809,84,275,21],[810,18,275,22,"style"],[810,23,275,27],[810,25,275,29,"styles"],[810,31,275,35],[810,32,275,36,"tokenItemName"],[810,45,275,50],[811,18,275,50,"children"],[811,26,275,50],[811,28,275,51],[812,16,275,55],[813,18,275,55,"fileName"],[813,26,275,55],[813,28,275,55,"_jsxFileName"],[813,40,275,55],[814,18,275,55,"lineNumber"],[814,28,275,55],[815,18,275,55,"columnNumber"],[815,30,275,55],[816,16,275,55],[816,23,275,61],[816,24,275,62],[816,39,276,16],[816,43,276,16,"_reactJsxDevRuntime"],[816,62,276,16],[816,63,276,16,"jsxDEV"],[816,69,276,16],[816,71,276,17,"Text"],[816,75,276,21],[816,76,276,21,"default"],[816,83,276,21],[817,18,276,22,"style"],[817,23,276,27],[817,25,276,29,"styles"],[817,31,276,35],[817,32,276,36,"tokenItemNetwork"],[817,48,276,53],[818,18,276,53,"children"],[818,26,276,53],[818,28,276,54],[819,16,276,65],[820,18,276,65,"fileName"],[820,26,276,65],[820,28,276,65,"_jsxFileName"],[820,40,276,65],[821,18,276,65,"lineNumber"],[821,28,276,65],[822,18,276,65,"columnNumber"],[822,30,276,65],[823,16,276,65],[823,23,276,71],[823,24,276,72],[824,14,276,72],[825,16,276,72,"fileName"],[825,24,276,72],[825,26,276,72,"_jsxFileName"],[825,38,276,72],[826,16,276,72,"lineNumber"],[826,26,276,72],[827,16,276,72,"columnNumber"],[827,28,276,72],[828,14,276,72],[828,21,277,20],[828,22,277,21],[829,12,277,21],[830,14,277,21,"fileName"],[830,22,277,21],[830,24,277,21,"_jsxFileName"],[830,36,277,21],[831,14,277,21,"lineNumber"],[831,24,277,21],[832,14,277,21,"columnNumber"],[832,26,277,21],[833,12,277,21],[833,19,278,18],[833,20,278,19],[833,35,279,12],[833,39,279,12,"_reactJsxDevRuntime"],[833,58,279,12],[833,59,279,12,"jsxDEV"],[833,65,279,12],[833,67,279,13,"View"],[833,71,279,17],[833,72,279,17,"default"],[833,79,279,17],[834,14,279,18,"style"],[834,19,279,23],[834,21,279,25,"styles"],[834,27,279,31],[834,28,279,32,"tokenItemRight"],[834,42,279,47],[835,14,279,47,"children"],[835,22,279,47],[835,38,280,14],[835,42,280,14,"_reactJsxDevRuntime"],[835,61,280,14],[835,62,280,14,"jsxDEV"],[835,68,280,14],[835,70,280,15,"Text"],[835,74,280,19],[835,75,280,19,"default"],[835,82,280,19],[836,16,280,20,"style"],[836,21,280,25],[836,23,280,27,"styles"],[836,29,280,33],[836,30,280,34,"tokenItemBalance"],[836,46,280,51],[837,16,280,51,"children"],[837,24,280,51],[837,26,280,52],[838,14,280,56],[839,16,280,56,"fileName"],[839,24,280,56],[839,26,280,56,"_jsxFileName"],[839,38,280,56],[840,16,280,56,"lineNumber"],[840,26,280,56],[841,16,280,56,"columnNumber"],[841,28,280,56],[842,14,280,56],[842,21,280,62],[842,22,280,63],[842,37,281,14],[842,41,281,14,"_reactJsxDevRuntime"],[842,60,281,14],[842,61,281,14,"jsxDEV"],[842,67,281,14],[842,69,281,15,"Text"],[842,73,281,19],[842,74,281,19,"default"],[842,81,281,19],[843,16,281,20,"style"],[843,21,281,25],[843,23,281,27,"styles"],[843,29,281,33],[843,30,281,34,"tokenItemUsd"],[843,42,281,47],[844,16,281,47,"children"],[844,24,281,47],[844,26,281,48],[845,14,281,53],[846,16,281,53,"fileName"],[846,24,281,53],[846,26,281,53,"_jsxFileName"],[846,38,281,53],[847,16,281,53,"lineNumber"],[847,26,281,53],[848,16,281,53,"columnNumber"],[848,28,281,53],[849,14,281,53],[849,21,281,59],[849,22,281,60],[850,12,281,60],[851,14,281,60,"fileName"],[851,22,281,60],[851,24,281,60,"_jsxFileName"],[851,36,281,60],[852,14,281,60,"lineNumber"],[852,24,281,60],[853,14,281,60,"columnNumber"],[853,26,281,60],[854,12,281,60],[854,19,282,18],[854,20,282,19],[855,10,282,19],[856,12,282,19,"fileName"],[856,20,282,19],[856,22,282,19,"_jsxFileName"],[856,34,282,19],[857,12,282,19,"lineNumber"],[857,22,282,19],[858,12,282,19,"columnNumber"],[858,24,282,19],[859,10,282,19],[859,17,283,16],[859,18,283,17],[859,33,286,10],[859,37,286,10,"_reactJsxDevRuntime"],[859,56,286,10],[859,57,286,10,"jsxDEV"],[859,63,286,10],[859,65,286,11,"View"],[859,69,286,15],[859,70,286,15,"default"],[859,77,286,15],[860,12,286,16,"style"],[860,17,286,21],[860,19,286,23,"styles"],[860,25,286,29],[860,26,286,30,"tokenItem"],[860,35,286,40],[861,12,286,40,"children"],[861,20,286,40],[861,36,287,12],[861,40,287,12,"_reactJsxDevRuntime"],[861,59,287,12],[861,60,287,12,"jsxDEV"],[861,66,287,12],[861,68,287,13,"View"],[861,72,287,17],[861,73,287,17,"default"],[861,80,287,17],[862,14,287,18,"style"],[862,19,287,23],[862,21,287,25,"styles"],[862,27,287,31],[862,28,287,32,"tokenItemLeft"],[862,41,287,46],[863,14,287,46,"children"],[863,22,287,46],[863,38,288,14],[863,42,288,14,"_reactJsxDevRuntime"],[863,61,288,14],[863,62,288,14,"jsxDEV"],[863,68,288,14],[863,70,288,15,"Image"],[863,75,288,20],[863,76,288,20,"default"],[863,83,288,20],[864,16,289,16,"source"],[864,22,289,22],[864,24,289,24],[865,18,289,26,"uri"],[865,21,289,29],[865,23,289,31],[866,16,289,124],[866,17,289,126],[867,16,290,16,"style"],[867,21,290,21],[867,23,290,23,"styles"],[867,29,290,29],[867,30,290,30,"tokenIcon"],[868,14,290,40],[869,16,290,40,"fileName"],[869,24,290,40],[869,26,290,40,"_jsxFileName"],[869,38,290,40],[870,16,290,40,"lineNumber"],[870,26,290,40],[871,16,290,40,"columnNumber"],[871,28,290,40],[872,14,290,40],[872,21,291,15],[872,22,291,16],[872,37,292,14],[872,41,292,14,"_reactJsxDevRuntime"],[872,60,292,14],[872,61,292,14,"jsxDEV"],[872,67,292,14],[872,69,292,15,"View"],[872,73,292,19],[872,74,292,19,"default"],[872,81,292,19],[873,16,292,19,"children"],[873,24,292,19],[873,40,293,16],[873,44,293,16,"_reactJsxDevRuntime"],[873,63,293,16],[873,64,293,16,"jsxDEV"],[873,70,293,16],[873,72,293,17,"Text"],[873,76,293,21],[873,77,293,21,"default"],[873,84,293,21],[874,18,293,22,"style"],[874,23,293,27],[874,25,293,29,"styles"],[874,31,293,35],[874,32,293,36,"tokenItemName"],[874,45,293,50],[875,18,293,50,"children"],[875,26,293,50],[875,28,293,51],[876,16,293,54],[877,18,293,54,"fileName"],[877,26,293,54],[877,28,293,54,"_jsxFileName"],[877,40,293,54],[878,18,293,54,"lineNumber"],[878,28,293,54],[879,18,293,54,"columnNumber"],[879,30,293,54],[880,16,293,54],[880,23,293,60],[880,24,293,61],[880,39,294,16],[880,43,294,16,"_reactJsxDevRuntime"],[880,62,294,16],[880,63,294,16,"jsxDEV"],[880,69,294,16],[880,71,294,17,"Text"],[880,75,294,21],[880,76,294,21,"default"],[880,83,294,21],[881,18,294,22,"style"],[881,23,294,27],[881,25,294,29,"styles"],[881,31,294,35],[881,32,294,36,"tokenItemNetwork"],[881,48,294,53],[882,18,294,53,"children"],[882,26,294,53],[882,28,294,54],[883,16,294,62],[884,18,294,62,"fileName"],[884,26,294,62],[884,28,294,62,"_jsxFileName"],[884,40,294,62],[885,18,294,62,"lineNumber"],[885,28,294,62],[886,18,294,62,"columnNumber"],[886,30,294,62],[887,16,294,62],[887,23,294,68],[887,24,294,69],[888,14,294,69],[889,16,294,69,"fileName"],[889,24,294,69],[889,26,294,69,"_jsxFileName"],[889,38,294,69],[890,16,294,69,"lineNumber"],[890,26,294,69],[891,16,294,69,"columnNumber"],[891,28,294,69],[892,14,294,69],[892,21,295,20],[892,22,295,21],[893,12,295,21],[894,14,295,21,"fileName"],[894,22,295,21],[894,24,295,21,"_jsxFileName"],[894,36,295,21],[895,14,295,21,"lineNumber"],[895,24,295,21],[896,14,295,21,"columnNumber"],[896,26,295,21],[897,12,295,21],[897,19,296,18],[897,20,296,19],[897,35,297,12],[897,39,297,12,"_reactJsxDevRuntime"],[897,58,297,12],[897,59,297,12,"jsxDEV"],[897,65,297,12],[897,67,297,13,"View"],[897,71,297,17],[897,72,297,17,"default"],[897,79,297,17],[898,14,297,18,"style"],[898,19,297,23],[898,21,297,25,"styles"],[898,27,297,31],[898,28,297,32,"tokenItemRight"],[898,42,297,47],[899,14,297,47,"children"],[899,22,297,47],[899,38,298,14],[899,42,298,14,"_reactJsxDevRuntime"],[899,61,298,14],[899,62,298,14,"jsxDEV"],[899,68,298,14],[899,70,298,15,"Text"],[899,74,298,19],[899,75,298,19,"default"],[899,82,298,19],[900,16,298,20,"style"],[900,21,298,25],[900,23,298,27,"styles"],[900,29,298,33],[900,30,298,34,"tokenItemBalance"],[900,46,298,51],[901,16,298,51,"children"],[901,24,298,51],[901,26,298,52],[902,14,298,56],[903,16,298,56,"fileName"],[903,24,298,56],[903,26,298,56,"_jsxFileName"],[903,38,298,56],[904,16,298,56,"lineNumber"],[904,26,298,56],[905,16,298,56,"columnNumber"],[905,28,298,56],[906,14,298,56],[906,21,298,62],[906,22,298,63],[906,37,299,14],[906,41,299,14,"_reactJsxDevRuntime"],[906,60,299,14],[906,61,299,14,"jsxDEV"],[906,67,299,14],[906,69,299,15,"Text"],[906,73,299,19],[906,74,299,19,"default"],[906,81,299,19],[907,16,299,20,"style"],[907,21,299,25],[907,23,299,27,"styles"],[907,29,299,33],[907,30,299,34,"tokenItemUsd"],[907,42,299,47],[908,16,299,47,"children"],[908,24,299,47],[908,26,299,48],[909,14,299,53],[910,16,299,53,"fileName"],[910,24,299,53],[910,26,299,53,"_jsxFileName"],[910,38,299,53],[911,16,299,53,"lineNumber"],[911,26,299,53],[912,16,299,53,"columnNumber"],[912,28,299,53],[913,14,299,53],[913,21,299,59],[913,22,299,60],[914,12,299,60],[915,14,299,60,"fileName"],[915,22,299,60],[915,24,299,60,"_jsxFileName"],[915,36,299,60],[916,14,299,60,"lineNumber"],[916,24,299,60],[917,14,299,60,"columnNumber"],[917,26,299,60],[918,12,299,60],[918,19,300,18],[918,20,300,19],[919,10,300,19],[920,12,300,19,"fileName"],[920,20,300,19],[920,22,300,19,"_jsxFileName"],[920,34,300,19],[921,12,300,19,"lineNumber"],[921,22,300,19],[922,12,300,19,"columnNumber"],[922,24,300,19],[923,10,300,19],[923,17,301,16],[923,18,301,17],[923,33,304,10],[923,37,304,10,"_reactJsxDevRuntime"],[923,56,304,10],[923,57,304,10,"jsxDEV"],[923,63,304,10],[923,65,304,11,"View"],[923,69,304,15],[923,70,304,15,"default"],[923,77,304,15],[924,12,304,16,"style"],[924,17,304,21],[924,19,304,23,"styles"],[924,25,304,29],[924,26,304,30,"tokenItem"],[924,35,304,40],[925,12,304,40,"children"],[925,20,304,40],[925,36,305,12],[925,40,305,12,"_reactJsxDevRuntime"],[925,59,305,12],[925,60,305,12,"jsxDEV"],[925,66,305,12],[925,68,305,13,"View"],[925,72,305,17],[925,73,305,17,"default"],[925,80,305,17],[926,14,305,18,"style"],[926,19,305,23],[926,21,305,25,"styles"],[926,27,305,31],[926,28,305,32,"tokenItemLeft"],[926,41,305,46],[927,14,305,46,"children"],[927,22,305,46],[927,38,306,14],[927,42,306,14,"_reactJsxDevRuntime"],[927,61,306,14],[927,62,306,14,"jsxDEV"],[927,68,306,14],[927,70,306,15,"Image"],[927,75,306,20],[927,76,306,20,"default"],[927,83,306,20],[928,16,307,16,"source"],[928,22,307,22],[928,24,307,24],[929,18,307,26,"uri"],[929,21,307,29],[929,23,307,31],[930,16,307,128],[930,17,307,130],[931,16,308,16,"style"],[931,21,308,21],[931,23,308,23,"styles"],[931,29,308,29],[931,30,308,30,"tokenIcon"],[932,14,308,40],[933,16,308,40,"fileName"],[933,24,308,40],[933,26,308,40,"_jsxFileName"],[933,38,308,40],[934,16,308,40,"lineNumber"],[934,26,308,40],[935,16,308,40,"columnNumber"],[935,28,308,40],[936,14,308,40],[936,21,309,15],[936,22,309,16],[936,37,310,14],[936,41,310,14,"_reactJsxDevRuntime"],[936,60,310,14],[936,61,310,14,"jsxDEV"],[936,67,310,14],[936,69,310,15,"View"],[936,73,310,19],[936,74,310,19,"default"],[936,81,310,19],[937,16,310,19,"children"],[937,24,310,19],[937,40,311,16],[937,44,311,16,"_reactJsxDevRuntime"],[937,63,311,16],[937,64,311,16,"jsxDEV"],[937,70,311,16],[937,72,311,17,"Text"],[937,76,311,21],[937,77,311,21,"default"],[937,84,311,21],[938,18,311,22,"style"],[938,23,311,27],[938,25,311,29,"styles"],[938,31,311,35],[938,32,311,36,"tokenItemName"],[938,45,311,50],[939,18,311,50,"children"],[939,26,311,50],[939,28,311,51],[940,16,311,54],[941,18,311,54,"fileName"],[941,26,311,54],[941,28,311,54,"_jsxFileName"],[941,40,311,54],[942,18,311,54,"lineNumber"],[942,28,311,54],[943,18,311,54,"columnNumber"],[943,30,311,54],[944,16,311,54],[944,23,311,60],[944,24,311,61],[944,39,312,16],[944,43,312,16,"_reactJsxDevRuntime"],[944,62,312,16],[944,63,312,16,"jsxDEV"],[944,69,312,16],[944,71,312,17,"Text"],[944,75,312,21],[944,76,312,21,"default"],[944,83,312,21],[945,18,312,22,"style"],[945,23,312,27],[945,25,312,29,"styles"],[945,31,312,35],[945,32,312,36,"tokenItemNetwork"],[945,48,312,53],[946,18,312,53,"children"],[946,26,312,53],[946,28,312,54],[947,16,312,61],[948,18,312,61,"fileName"],[948,26,312,61],[948,28,312,61,"_jsxFileName"],[948,40,312,61],[949,18,312,61,"lineNumber"],[949,28,312,61],[950,18,312,61,"columnNumber"],[950,30,312,61],[951,16,312,61],[951,23,312,67],[951,24,312,68],[952,14,312,68],[953,16,312,68,"fileName"],[953,24,312,68],[953,26,312,68,"_jsxFileName"],[953,38,312,68],[954,16,312,68,"lineNumber"],[954,26,312,68],[955,16,312,68,"columnNumber"],[955,28,312,68],[956,14,312,68],[956,21,313,20],[956,22,313,21],[957,12,313,21],[958,14,313,21,"fileName"],[958,22,313,21],[958,24,313,21,"_jsxFileName"],[958,36,313,21],[959,14,313,21,"lineNumber"],[959,24,313,21],[960,14,313,21,"columnNumber"],[960,26,313,21],[961,12,313,21],[961,19,314,18],[961,20,314,19],[961,35,315,12],[961,39,315,12,"_reactJsxDevRuntime"],[961,58,315,12],[961,59,315,12,"jsxDEV"],[961,65,315,12],[961,67,315,13,"View"],[961,71,315,17],[961,72,315,17,"default"],[961,79,315,17],[962,14,315,18,"style"],[962,19,315,23],[962,21,315,25,"styles"],[962,27,315,31],[962,28,315,32,"tokenItemRight"],[962,42,315,47],[963,14,315,47,"children"],[963,22,315,47],[963,38,316,14],[963,42,316,14,"_reactJsxDevRuntime"],[963,61,316,14],[963,62,316,14,"jsxDEV"],[963,68,316,14],[963,70,316,15,"Text"],[963,74,316,19],[963,75,316,19,"default"],[963,82,316,19],[964,16,316,20,"style"],[964,21,316,25],[964,23,316,27,"styles"],[964,29,316,33],[964,30,316,34,"tokenItemBalance"],[964,46,316,51],[965,16,316,51,"children"],[965,24,316,51],[965,26,316,52],[966,14,316,56],[967,16,316,56,"fileName"],[967,24,316,56],[967,26,316,56,"_jsxFileName"],[967,38,316,56],[968,16,316,56,"lineNumber"],[968,26,316,56],[969,16,316,56,"columnNumber"],[969,28,316,56],[970,14,316,56],[970,21,316,62],[970,22,316,63],[970,37,317,14],[970,41,317,14,"_reactJsxDevRuntime"],[970,60,317,14],[970,61,317,14,"jsxDEV"],[970,67,317,14],[970,69,317,15,"Text"],[970,73,317,19],[970,74,317,19,"default"],[970,81,317,19],[971,16,317,20,"style"],[971,21,317,25],[971,23,317,27,"styles"],[971,29,317,33],[971,30,317,34,"tokenItemUsd"],[971,42,317,47],[972,16,317,47,"children"],[972,24,317,47],[972,26,317,48],[973,14,317,53],[974,16,317,53,"fileName"],[974,24,317,53],[974,26,317,53,"_jsxFileName"],[974,38,317,53],[975,16,317,53,"lineNumber"],[975,26,317,53],[976,16,317,53,"columnNumber"],[976,28,317,53],[977,14,317,53],[977,21,317,59],[977,22,317,60],[978,12,317,60],[979,14,317,60,"fileName"],[979,22,317,60],[979,24,317,60,"_jsxFileName"],[979,36,317,60],[980,14,317,60,"lineNumber"],[980,24,317,60],[981,14,317,60,"columnNumber"],[981,26,317,60],[982,12,317,60],[982,19,318,18],[982,20,318,19],[983,10,318,19],[984,12,318,19,"fileName"],[984,20,318,19],[984,22,318,19,"_jsxFileName"],[984,34,318,19],[985,12,318,19,"lineNumber"],[985,22,318,19],[986,12,318,19,"columnNumber"],[986,24,318,19],[987,10,318,19],[987,17,319,16],[987,18,319,17],[987,33,322,10],[987,37,322,10,"_reactJsxDevRuntime"],[987,56,322,10],[987,57,322,10,"jsxDEV"],[987,63,322,10],[987,65,322,11,"View"],[987,69,322,15],[987,70,322,15,"default"],[987,77,322,15],[988,12,322,16,"style"],[988,17,322,21],[988,19,322,23,"styles"],[988,25,322,29],[988,26,322,30,"tokenItem"],[988,35,322,40],[989,12,322,40,"children"],[989,20,322,40],[989,36,323,12],[989,40,323,12,"_reactJsxDevRuntime"],[989,59,323,12],[989,60,323,12,"jsxDEV"],[989,66,323,12],[989,68,323,13,"View"],[989,72,323,17],[989,73,323,17,"default"],[989,80,323,17],[990,14,323,18,"style"],[990,19,323,23],[990,21,323,25,"styles"],[990,27,323,31],[990,28,323,32,"tokenItemLeft"],[990,41,323,46],[991,14,323,46,"children"],[991,22,323,46],[991,38,324,14],[991,42,324,14,"_reactJsxDevRuntime"],[991,61,324,14],[991,62,324,14,"jsxDEV"],[991,68,324,14],[991,70,324,15,"Image"],[991,75,324,20],[991,76,324,20,"default"],[991,83,324,20],[992,16,325,16,"source"],[992,22,325,22],[992,24,325,24],[993,18,325,26,"uri"],[993,21,325,29],[993,23,325,31],[994,16,325,129],[994,17,325,131],[995,16,326,16,"style"],[995,21,326,21],[995,23,326,23,"styles"],[995,29,326,29],[995,30,326,30,"tokenIcon"],[996,14,326,40],[997,16,326,40,"fileName"],[997,24,326,40],[997,26,326,40,"_jsxFileName"],[997,38,326,40],[998,16,326,40,"lineNumber"],[998,26,326,40],[999,16,326,40,"columnNumber"],[999,28,326,40],[1000,14,326,40],[1000,21,327,15],[1000,22,327,16],[1000,37,328,14],[1000,41,328,14,"_reactJsxDevRuntime"],[1000,60,328,14],[1000,61,328,14,"jsxDEV"],[1000,67,328,14],[1000,69,328,15,"View"],[1000,73,328,19],[1000,74,328,19,"default"],[1000,81,328,19],[1001,16,328,19,"children"],[1001,24,328,19],[1001,40,329,16],[1001,44,329,16,"_reactJsxDevRuntime"],[1001,63,329,16],[1001,64,329,16,"jsxDEV"],[1001,70,329,16],[1001,72,329,17,"Text"],[1001,76,329,21],[1001,77,329,21,"default"],[1001,84,329,21],[1002,18,329,22,"style"],[1002,23,329,27],[1002,25,329,29,"styles"],[1002,31,329,35],[1002,32,329,36,"tokenItemName"],[1002,45,329,50],[1003,18,329,50,"children"],[1003,26,329,50],[1003,28,329,51],[1004,16,329,54],[1005,18,329,54,"fileName"],[1005,26,329,54],[1005,28,329,54,"_jsxFileName"],[1005,40,329,54],[1006,18,329,54,"lineNumber"],[1006,28,329,54],[1007,18,329,54,"columnNumber"],[1007,30,329,54],[1008,16,329,54],[1008,23,329,60],[1008,24,329,61],[1008,39,330,16],[1008,43,330,16,"_reactJsxDevRuntime"],[1008,62,330,16],[1008,63,330,16,"jsxDEV"],[1008,69,330,16],[1008,71,330,17,"Text"],[1008,75,330,21],[1008,76,330,21,"default"],[1008,83,330,21],[1009,18,330,22,"style"],[1009,23,330,27],[1009,25,330,29,"styles"],[1009,31,330,35],[1009,32,330,36,"tokenItemNetwork"],[1009,48,330,53],[1010,18,330,53,"children"],[1010,26,330,53],[1010,28,330,54],[1011,16,330,62],[1012,18,330,62,"fileName"],[1012,26,330,62],[1012,28,330,62,"_jsxFileName"],[1012,40,330,62],[1013,18,330,62,"lineNumber"],[1013,28,330,62],[1014,18,330,62,"columnNumber"],[1014,30,330,62],[1015,16,330,62],[1015,23,330,68],[1015,24,330,69],[1016,14,330,69],[1017,16,330,69,"fileName"],[1017,24,330,69],[1017,26,330,69,"_jsxFileName"],[1017,38,330,69],[1018,16,330,69,"lineNumber"],[1018,26,330,69],[1019,16,330,69,"columnNumber"],[1019,28,330,69],[1020,14,330,69],[1020,21,331,20],[1020,22,331,21],[1021,12,331,21],[1022,14,331,21,"fileName"],[1022,22,331,21],[1022,24,331,21,"_jsxFileName"],[1022,36,331,21],[1023,14,331,21,"lineNumber"],[1023,24,331,21],[1024,14,331,21,"columnNumber"],[1024,26,331,21],[1025,12,331,21],[1025,19,332,18],[1025,20,332,19],[1025,35,333,12],[1025,39,333,12,"_reactJsxDevRuntime"],[1025,58,333,12],[1025,59,333,12,"jsxDEV"],[1025,65,333,12],[1025,67,333,13,"View"],[1025,71,333,17],[1025,72,333,17,"default"],[1025,79,333,17],[1026,14,333,18,"style"],[1026,19,333,23],[1026,21,333,25,"styles"],[1026,27,333,31],[1026,28,333,32,"tokenItemRight"],[1026,42,333,47],[1027,14,333,47,"children"],[1027,22,333,47],[1027,38,334,14],[1027,42,334,14,"_reactJsxDevRuntime"],[1027,61,334,14],[1027,62,334,14,"jsxDEV"],[1027,68,334,14],[1027,70,334,15,"Text"],[1027,74,334,19],[1027,75,334,19,"default"],[1027,82,334,19],[1028,16,334,20,"style"],[1028,21,334,25],[1028,23,334,27,"styles"],[1028,29,334,33],[1028,30,334,34,"tokenItemBalance"],[1028,46,334,51],[1029,16,334,51,"children"],[1029,24,334,51],[1029,26,334,52],[1030,14,334,56],[1031,16,334,56,"fileName"],[1031,24,334,56],[1031,26,334,56,"_jsxFileName"],[1031,38,334,56],[1032,16,334,56,"lineNumber"],[1032,26,334,56],[1033,16,334,56,"columnNumber"],[1033,28,334,56],[1034,14,334,56],[1034,21,334,62],[1034,22,334,63],[1034,37,335,14],[1034,41,335,14,"_reactJsxDevRuntime"],[1034,60,335,14],[1034,61,335,14,"jsxDEV"],[1034,67,335,14],[1034,69,335,15,"Text"],[1034,73,335,19],[1034,74,335,19,"default"],[1034,81,335,19],[1035,16,335,20,"style"],[1035,21,335,25],[1035,23,335,27,"styles"],[1035,29,335,33],[1035,30,335,34,"tokenItemUsd"],[1035,42,335,47],[1036,16,335,47,"children"],[1036,24,335,47],[1036,26,335,48],[1037,14,335,53],[1038,16,335,53,"fileName"],[1038,24,335,53],[1038,26,335,53,"_jsxFileName"],[1038,38,335,53],[1039,16,335,53,"lineNumber"],[1039,26,335,53],[1040,16,335,53,"columnNumber"],[1040,28,335,53],[1041,14,335,53],[1041,21,335,59],[1041,22,335,60],[1042,12,335,60],[1043,14,335,60,"fileName"],[1043,22,335,60],[1043,24,335,60,"_jsxFileName"],[1043,36,335,60],[1044,14,335,60,"lineNumber"],[1044,24,335,60],[1045,14,335,60,"columnNumber"],[1045,26,335,60],[1046,12,335,60],[1046,19,336,18],[1046,20,336,19],[1047,10,336,19],[1048,12,336,19,"fileName"],[1048,20,336,19],[1048,22,336,19,"_jsxFileName"],[1048,34,336,19],[1049,12,336,19,"lineNumber"],[1049,22,336,19],[1050,12,336,19,"columnNumber"],[1050,24,336,19],[1051,10,336,19],[1051,17,337,16],[1051,18,337,17],[1051,33,340,10],[1051,37,340,10,"_reactJsxDevRuntime"],[1051,56,340,10],[1051,57,340,10,"jsxDEV"],[1051,63,340,10],[1051,65,340,11,"View"],[1051,69,340,15],[1051,70,340,15,"default"],[1051,77,340,15],[1052,12,340,16,"style"],[1052,17,340,21],[1052,19,340,23,"styles"],[1052,25,340,29],[1052,26,340,30,"tokenItem"],[1052,35,340,40],[1053,12,340,40,"children"],[1053,20,340,40],[1053,36,341,12],[1053,40,341,12,"_reactJsxDevRuntime"],[1053,59,341,12],[1053,60,341,12,"jsxDEV"],[1053,66,341,12],[1053,68,341,13,"View"],[1053,72,341,17],[1053,73,341,17,"default"],[1053,80,341,17],[1054,14,341,18,"style"],[1054,19,341,23],[1054,21,341,25,"styles"],[1054,27,341,31],[1054,28,341,32,"tokenItemLeft"],[1054,41,341,46],[1055,14,341,46,"children"],[1055,22,341,46],[1055,38,342,14],[1055,42,342,14,"_reactJsxDevRuntime"],[1055,61,342,14],[1055,62,342,14,"jsxDEV"],[1055,68,342,14],[1055,70,342,15,"Image"],[1055,75,342,20],[1055,76,342,20,"default"],[1055,83,342,20],[1056,16,343,16,"source"],[1056,22,343,22],[1056,24,343,24],[1057,18,343,26,"uri"],[1057,21,343,29],[1057,23,343,31],[1058,16,343,129],[1058,17,343,131],[1059,16,344,16,"style"],[1059,21,344,21],[1059,23,344,23,"styles"],[1059,29,344,29],[1059,30,344,30,"tokenIcon"],[1060,14,344,40],[1061,16,344,40,"fileName"],[1061,24,344,40],[1061,26,344,40,"_jsxFileName"],[1061,38,344,40],[1062,16,344,40,"lineNumber"],[1062,26,344,40],[1063,16,344,40,"columnNumber"],[1063,28,344,40],[1064,14,344,40],[1064,21,345,15],[1064,22,345,16],[1064,37,346,14],[1064,41,346,14,"_reactJsxDevRuntime"],[1064,60,346,14],[1064,61,346,14,"jsxDEV"],[1064,67,346,14],[1064,69,346,15,"View"],[1064,73,346,19],[1064,74,346,19,"default"],[1064,81,346,19],[1065,16,346,19,"children"],[1065,24,346,19],[1065,40,347,16],[1065,44,347,16,"_reactJsxDevRuntime"],[1065,63,347,16],[1065,64,347,16,"jsxDEV"],[1065,70,347,16],[1065,72,347,17,"Text"],[1065,76,347,21],[1065,77,347,21,"default"],[1065,84,347,21],[1066,18,347,22,"style"],[1066,23,347,27],[1066,25,347,29,"styles"],[1066,31,347,35],[1066,32,347,36,"tokenItemName"],[1066,45,347,50],[1067,18,347,50,"children"],[1067,26,347,50],[1067,28,347,51],[1068,16,347,54],[1069,18,347,54,"fileName"],[1069,26,347,54],[1069,28,347,54,"_jsxFileName"],[1069,40,347,54],[1070,18,347,54,"lineNumber"],[1070,28,347,54],[1071,18,347,54,"columnNumber"],[1071,30,347,54],[1072,16,347,54],[1072,23,347,60],[1072,24,347,61],[1072,39,348,16],[1072,43,348,16,"_reactJsxDevRuntime"],[1072,62,348,16],[1072,63,348,16,"jsxDEV"],[1072,69,348,16],[1072,71,348,17,"Text"],[1072,75,348,21],[1072,76,348,21,"default"],[1072,83,348,21],[1073,18,348,22,"style"],[1073,23,348,27],[1073,25,348,29,"styles"],[1073,31,348,35],[1073,32,348,36,"tokenItemNetwork"],[1073,48,348,53],[1074,18,348,53,"children"],[1074,26,348,53],[1074,28,348,54],[1075,16,348,73],[1076,18,348,73,"fileName"],[1076,26,348,73],[1076,28,348,73,"_jsxFileName"],[1076,40,348,73],[1077,18,348,73,"lineNumber"],[1077,28,348,73],[1078,18,348,73,"columnNumber"],[1078,30,348,73],[1079,16,348,73],[1079,23,348,79],[1079,24,348,80],[1080,14,348,80],[1081,16,348,80,"fileName"],[1081,24,348,80],[1081,26,348,80,"_jsxFileName"],[1081,38,348,80],[1082,16,348,80,"lineNumber"],[1082,26,348,80],[1083,16,348,80,"columnNumber"],[1083,28,348,80],[1084,14,348,80],[1084,21,349,20],[1084,22,349,21],[1085,12,349,21],[1086,14,349,21,"fileName"],[1086,22,349,21],[1086,24,349,21,"_jsxFileName"],[1086,36,349,21],[1087,14,349,21,"lineNumber"],[1087,24,349,21],[1088,14,349,21,"columnNumber"],[1088,26,349,21],[1089,12,349,21],[1089,19,350,18],[1089,20,350,19],[1089,35,351,12],[1089,39,351,12,"_reactJsxDevRuntime"],[1089,58,351,12],[1089,59,351,12,"jsxDEV"],[1089,65,351,12],[1089,67,351,13,"View"],[1089,71,351,17],[1089,72,351,17,"default"],[1089,79,351,17],[1090,14,351,18,"style"],[1090,19,351,23],[1090,21,351,25,"styles"],[1090,27,351,31],[1090,28,351,32,"tokenItemRight"],[1090,42,351,47],[1091,14,351,47,"children"],[1091,22,351,47],[1091,38,352,14],[1091,42,352,14,"_reactJsxDevRuntime"],[1091,61,352,14],[1091,62,352,14,"jsxDEV"],[1091,68,352,14],[1091,70,352,15,"Text"],[1091,74,352,19],[1091,75,352,19,"default"],[1091,82,352,19],[1092,16,352,20,"style"],[1092,21,352,25],[1092,23,352,27,"styles"],[1092,29,352,33],[1092,30,352,34,"tokenItemBalance"],[1092,46,352,51],[1093,16,352,51,"children"],[1093,24,352,51],[1093,26,352,52],[1094,14,352,56],[1095,16,352,56,"fileName"],[1095,24,352,56],[1095,26,352,56,"_jsxFileName"],[1095,38,352,56],[1096,16,352,56,"lineNumber"],[1096,26,352,56],[1097,16,352,56,"columnNumber"],[1097,28,352,56],[1098,14,352,56],[1098,21,352,62],[1098,22,352,63],[1098,37,353,14],[1098,41,353,14,"_reactJsxDevRuntime"],[1098,60,353,14],[1098,61,353,14,"jsxDEV"],[1098,67,353,14],[1098,69,353,15,"Text"],[1098,73,353,19],[1098,74,353,19,"default"],[1098,81,353,19],[1099,16,353,20,"style"],[1099,21,353,25],[1099,23,353,27,"styles"],[1099,29,353,33],[1099,30,353,34,"tokenItemUsd"],[1099,42,353,47],[1100,16,353,47,"children"],[1100,24,353,47],[1100,26,353,48],[1101,14,353,53],[1102,16,353,53,"fileName"],[1102,24,353,53],[1102,26,353,53,"_jsxFileName"],[1102,38,353,53],[1103,16,353,53,"lineNumber"],[1103,26,353,53],[1104,16,353,53,"columnNumber"],[1104,28,353,53],[1105,14,353,53],[1105,21,353,59],[1105,22,353,60],[1106,12,353,60],[1107,14,353,60,"fileName"],[1107,22,353,60],[1107,24,353,60,"_jsxFileName"],[1107,36,353,60],[1108,14,353,60,"lineNumber"],[1108,24,353,60],[1109,14,353,60,"columnNumber"],[1109,26,353,60],[1110,12,353,60],[1110,19,354,18],[1110,20,354,19],[1111,10,354,19],[1112,12,354,19,"fileName"],[1112,20,354,19],[1112,22,354,19,"_jsxFileName"],[1112,34,354,19],[1113,12,354,19,"lineNumber"],[1113,22,354,19],[1114,12,354,19,"columnNumber"],[1114,24,354,19],[1115,10,354,19],[1115,17,355,16],[1115,18,355,17],[1115,33,358,10],[1115,37,358,10,"_reactJsxDevRuntime"],[1115,56,358,10],[1115,57,358,10,"jsxDEV"],[1115,63,358,10],[1115,65,358,11,"View"],[1115,69,358,15],[1115,70,358,15,"default"],[1115,77,358,15],[1116,12,358,16,"style"],[1116,17,358,21],[1116,19,358,23,"styles"],[1116,25,358,29],[1116,26,358,30,"tokenItem"],[1116,35,358,40],[1117,12,358,40,"children"],[1117,20,358,40],[1117,36,359,12],[1117,40,359,12,"_reactJsxDevRuntime"],[1117,59,359,12],[1117,60,359,12,"jsxDEV"],[1117,66,359,12],[1117,68,359,13,"View"],[1117,72,359,17],[1117,73,359,17,"default"],[1117,80,359,17],[1118,14,359,18,"style"],[1118,19,359,23],[1118,21,359,25,"styles"],[1118,27,359,31],[1118,28,359,32,"tokenItemLeft"],[1118,41,359,46],[1119,14,359,46,"children"],[1119,22,359,46],[1119,38,360,14],[1119,42,360,14,"_reactJsxDevRuntime"],[1119,61,360,14],[1119,62,360,14,"jsxDEV"],[1119,68,360,14],[1119,70,360,15,"Image"],[1119,75,360,20],[1119,76,360,20,"default"],[1119,83,360,20],[1120,16,361,16,"source"],[1120,22,361,22],[1120,24,361,24],[1121,18,361,26,"uri"],[1121,21,361,29],[1121,23,361,31],[1122,16,361,128],[1122,17,361,130],[1123,16,362,16,"style"],[1123,21,362,21],[1123,23,362,23,"styles"],[1123,29,362,29],[1123,30,362,30,"tokenIcon"],[1124,14,362,40],[1125,16,362,40,"fileName"],[1125,24,362,40],[1125,26,362,40,"_jsxFileName"],[1125,38,362,40],[1126,16,362,40,"lineNumber"],[1126,26,362,40],[1127,16,362,40,"columnNumber"],[1127,28,362,40],[1128,14,362,40],[1128,21,363,15],[1128,22,363,16],[1128,37,364,14],[1128,41,364,14,"_reactJsxDevRuntime"],[1128,60,364,14],[1128,61,364,14,"jsxDEV"],[1128,67,364,14],[1128,69,364,15,"View"],[1128,73,364,19],[1128,74,364,19,"default"],[1128,81,364,19],[1129,16,364,19,"children"],[1129,24,364,19],[1129,40,365,16],[1129,44,365,16,"_reactJsxDevRuntime"],[1129,63,365,16],[1129,64,365,16,"jsxDEV"],[1129,70,365,16],[1129,72,365,17,"Text"],[1129,76,365,21],[1129,77,365,21,"default"],[1129,84,365,21],[1130,18,365,22,"style"],[1130,23,365,27],[1130,25,365,29,"styles"],[1130,31,365,35],[1130,32,365,36,"tokenItemName"],[1130,45,365,50],[1131,18,365,50,"children"],[1131,26,365,50],[1131,28,365,51],[1132,16,365,54],[1133,18,365,54,"fileName"],[1133,26,365,54],[1133,28,365,54,"_jsxFileName"],[1133,40,365,54],[1134,18,365,54,"lineNumber"],[1134,28,365,54],[1135,18,365,54,"columnNumber"],[1135,30,365,54],[1136,16,365,54],[1136,23,365,60],[1136,24,365,61],[1136,39,366,16],[1136,43,366,16,"_reactJsxDevRuntime"],[1136,62,366,16],[1136,63,366,16,"jsxDEV"],[1136,69,366,16],[1136,71,366,17,"Text"],[1136,75,366,21],[1136,76,366,21,"default"],[1136,83,366,21],[1137,18,366,22,"style"],[1137,23,366,27],[1137,25,366,29,"styles"],[1137,31,366,35],[1137,32,366,36,"tokenItemNetwork"],[1137,48,366,53],[1138,18,366,53,"children"],[1138,26,366,53],[1138,28,366,54],[1139,16,366,61],[1140,18,366,61,"fileName"],[1140,26,366,61],[1140,28,366,61,"_jsxFileName"],[1140,40,366,61],[1141,18,366,61,"lineNumber"],[1141,28,366,61],[1142,18,366,61,"columnNumber"],[1142,30,366,61],[1143,16,366,61],[1143,23,366,67],[1143,24,366,68],[1144,14,366,68],[1145,16,366,68,"fileName"],[1145,24,366,68],[1145,26,366,68,"_jsxFileName"],[1145,38,366,68],[1146,16,366,68,"lineNumber"],[1146,26,366,68],[1147,16,366,68,"columnNumber"],[1147,28,366,68],[1148,14,366,68],[1148,21,367,20],[1148,22,367,21],[1149,12,367,21],[1150,14,367,21,"fileName"],[1150,22,367,21],[1150,24,367,21,"_jsxFileName"],[1150,36,367,21],[1151,14,367,21,"lineNumber"],[1151,24,367,21],[1152,14,367,21,"columnNumber"],[1152,26,367,21],[1153,12,367,21],[1153,19,368,18],[1153,20,368,19],[1153,35,369,12],[1153,39,369,12,"_reactJsxDevRuntime"],[1153,58,369,12],[1153,59,369,12,"jsxDEV"],[1153,65,369,12],[1153,67,369,13,"View"],[1153,71,369,17],[1153,72,369,17,"default"],[1153,79,369,17],[1154,14,369,18,"style"],[1154,19,369,23],[1154,21,369,25,"styles"],[1154,27,369,31],[1154,28,369,32,"tokenItemRight"],[1154,42,369,47],[1155,14,369,47,"children"],[1155,22,369,47],[1155,38,370,14],[1155,42,370,14,"_reactJsxDevRuntime"],[1155,61,370,14],[1155,62,370,14,"jsxDEV"],[1155,68,370,14],[1155,70,370,15,"Text"],[1155,74,370,19],[1155,75,370,19,"default"],[1155,82,370,19],[1156,16,370,20,"style"],[1156,21,370,25],[1156,23,370,27,"styles"],[1156,29,370,33],[1156,30,370,34,"tokenItemBalance"],[1156,46,370,51],[1157,16,370,51,"children"],[1157,24,370,51],[1157,26,370,52],[1158,14,370,56],[1159,16,370,56,"fileName"],[1159,24,370,56],[1159,26,370,56,"_jsxFileName"],[1159,38,370,56],[1160,16,370,56,"lineNumber"],[1160,26,370,56],[1161,16,370,56,"columnNumber"],[1161,28,370,56],[1162,14,370,56],[1162,21,370,62],[1162,22,370,63],[1162,37,371,14],[1162,41,371,14,"_reactJsxDevRuntime"],[1162,60,371,14],[1162,61,371,14,"jsxDEV"],[1162,67,371,14],[1162,69,371,15,"Text"],[1162,73,371,19],[1162,74,371,19,"default"],[1162,81,371,19],[1163,16,371,20,"style"],[1163,21,371,25],[1163,23,371,27,"styles"],[1163,29,371,33],[1163,30,371,34,"tokenItemUsd"],[1163,42,371,47],[1164,16,371,47,"children"],[1164,24,371,47],[1164,26,371,48],[1165,14,371,53],[1166,16,371,53,"fileName"],[1166,24,371,53],[1166,26,371,53,"_jsxFileName"],[1166,38,371,53],[1167,16,371,53,"lineNumber"],[1167,26,371,53],[1168,16,371,53,"columnNumber"],[1168,28,371,53],[1169,14,371,53],[1169,21,371,59],[1169,22,371,60],[1170,12,371,60],[1171,14,371,60,"fileName"],[1171,22,371,60],[1171,24,371,60,"_jsxFileName"],[1171,36,371,60],[1172,14,371,60,"lineNumber"],[1172,24,371,60],[1173,14,371,60,"columnNumber"],[1173,26,371,60],[1174,12,371,60],[1174,19,372,18],[1174,20,372,19],[1175,10,372,19],[1176,12,372,19,"fileName"],[1176,20,372,19],[1176,22,372,19,"_jsxFileName"],[1176,34,372,19],[1177,12,372,19,"lineNumber"],[1177,22,372,19],[1178,12,372,19,"columnNumber"],[1178,24,372,19],[1179,10,372,19],[1179,17,373,16],[1179,18,373,17],[1179,33,376,10],[1179,37,376,10,"_reactJsxDevRuntime"],[1179,56,376,10],[1179,57,376,10,"jsxDEV"],[1179,63,376,10],[1179,65,376,11,"View"],[1179,69,376,15],[1179,70,376,15,"default"],[1179,77,376,15],[1180,12,376,16,"style"],[1180,17,376,21],[1180,19,376,23,"styles"],[1180,25,376,29],[1180,26,376,30,"tokenItem"],[1180,35,376,40],[1181,12,376,40,"children"],[1181,20,376,40],[1181,36,377,12],[1181,40,377,12,"_reactJsxDevRuntime"],[1181,59,377,12],[1181,60,377,12,"jsxDEV"],[1181,66,377,12],[1181,68,377,13,"View"],[1181,72,377,17],[1181,73,377,17,"default"],[1181,80,377,17],[1182,14,377,18,"style"],[1182,19,377,23],[1182,21,377,25,"styles"],[1182,27,377,31],[1182,28,377,32,"tokenItemLeft"],[1182,41,377,46],[1183,14,377,46,"children"],[1183,22,377,46],[1183,38,378,14],[1183,42,378,14,"_reactJsxDevRuntime"],[1183,61,378,14],[1183,62,378,14,"jsxDEV"],[1183,68,378,14],[1183,70,378,15,"Image"],[1183,75,378,20],[1183,76,378,20,"default"],[1183,83,378,20],[1184,16,379,16,"source"],[1184,22,379,22],[1184,24,379,24],[1185,18,379,26,"uri"],[1185,21,379,29],[1185,23,379,31],[1186,16,379,128],[1186,17,379,130],[1187,16,380,16,"style"],[1187,21,380,21],[1187,23,380,23,"styles"],[1187,29,380,29],[1187,30,380,30,"tokenIcon"],[1188,14,380,40],[1189,16,380,40,"fileName"],[1189,24,380,40],[1189,26,380,40,"_jsxFileName"],[1189,38,380,40],[1190,16,380,40,"lineNumber"],[1190,26,380,40],[1191,16,380,40,"columnNumber"],[1191,28,380,40],[1192,14,380,40],[1192,21,381,15],[1192,22,381,16],[1192,37,382,14],[1192,41,382,14,"_reactJsxDevRuntime"],[1192,60,382,14],[1192,61,382,14,"jsxDEV"],[1192,67,382,14],[1192,69,382,15,"View"],[1192,73,382,19],[1192,74,382,19,"default"],[1192,81,382,19],[1193,16,382,19,"children"],[1193,24,382,19],[1193,40,383,16],[1193,44,383,16,"_reactJsxDevRuntime"],[1193,63,383,16],[1193,64,383,16,"jsxDEV"],[1193,70,383,16],[1193,72,383,17,"Text"],[1193,76,383,21],[1193,77,383,21,"default"],[1193,84,383,21],[1194,18,383,22,"style"],[1194,23,383,27],[1194,25,383,29,"styles"],[1194,31,383,35],[1194,32,383,36,"tokenItemName"],[1194,45,383,50],[1195,18,383,50,"children"],[1195,26,383,50],[1195,28,383,51],[1196,16,383,54],[1197,18,383,54,"fileName"],[1197,26,383,54],[1197,28,383,54,"_jsxFileName"],[1197,40,383,54],[1198,18,383,54,"lineNumber"],[1198,28,383,54],[1199,18,383,54,"columnNumber"],[1199,30,383,54],[1200,16,383,54],[1200,23,383,60],[1200,24,383,61],[1200,39,384,16],[1200,43,384,16,"_reactJsxDevRuntime"],[1200,62,384,16],[1200,63,384,16,"jsxDEV"],[1200,69,384,16],[1200,71,384,17,"Text"],[1200,75,384,21],[1200,76,384,21,"default"],[1200,83,384,21],[1201,18,384,22,"style"],[1201,23,384,27],[1201,25,384,29,"styles"],[1201,31,384,35],[1201,32,384,36,"tokenItemNetwork"],[1201,48,384,53],[1202,18,384,53,"children"],[1202,26,384,53],[1202,28,384,54],[1203,16,384,60],[1204,18,384,60,"fileName"],[1204,26,384,60],[1204,28,384,60,"_jsxFileName"],[1204,40,384,60],[1205,18,384,60,"lineNumber"],[1205,28,384,60],[1206,18,384,60,"columnNumber"],[1206,30,384,60],[1207,16,384,60],[1207,23,384,66],[1207,24,384,67],[1208,14,384,67],[1209,16,384,67,"fileName"],[1209,24,384,67],[1209,26,384,67,"_jsxFileName"],[1209,38,384,67],[1210,16,384,67,"lineNumber"],[1210,26,384,67],[1211,16,384,67,"columnNumber"],[1211,28,384,67],[1212,14,384,67],[1212,21,385,20],[1212,22,385,21],[1213,12,385,21],[1214,14,385,21,"fileName"],[1214,22,385,21],[1214,24,385,21,"_jsxFileName"],[1214,36,385,21],[1215,14,385,21,"lineNumber"],[1215,24,385,21],[1216,14,385,21,"columnNumber"],[1216,26,385,21],[1217,12,385,21],[1217,19,386,18],[1217,20,386,19],[1217,35,387,12],[1217,39,387,12,"_reactJsxDevRuntime"],[1217,58,387,12],[1217,59,387,12,"jsxDEV"],[1217,65,387,12],[1217,67,387,13,"View"],[1217,71,387,17],[1217,72,387,17,"default"],[1217,79,387,17],[1218,14,387,18,"style"],[1218,19,387,23],[1218,21,387,25,"styles"],[1218,27,387,31],[1218,28,387,32,"tokenItemRight"],[1218,42,387,47],[1219,14,387,47,"children"],[1219,22,387,47],[1219,38,388,14],[1219,42,388,14,"_reactJsxDevRuntime"],[1219,61,388,14],[1219,62,388,14,"jsxDEV"],[1219,68,388,14],[1219,70,388,15,"Text"],[1219,74,388,19],[1219,75,388,19,"default"],[1219,82,388,19],[1220,16,388,20,"style"],[1220,21,388,25],[1220,23,388,27,"styles"],[1220,29,388,33],[1220,30,388,34,"tokenItemBalance"],[1220,46,388,51],[1221,16,388,51,"children"],[1221,24,388,51],[1221,26,388,52],[1222,14,388,56],[1223,16,388,56,"fileName"],[1223,24,388,56],[1223,26,388,56,"_jsxFileName"],[1223,38,388,56],[1224,16,388,56,"lineNumber"],[1224,26,388,56],[1225,16,388,56,"columnNumber"],[1225,28,388,56],[1226,14,388,56],[1226,21,388,62],[1226,22,388,63],[1226,37,389,14],[1226,41,389,14,"_reactJsxDevRuntime"],[1226,60,389,14],[1226,61,389,14,"jsxDEV"],[1226,67,389,14],[1226,69,389,15,"Text"],[1226,73,389,19],[1226,74,389,19,"default"],[1226,81,389,19],[1227,16,389,20,"style"],[1227,21,389,25],[1227,23,389,27,"styles"],[1227,29,389,33],[1227,30,389,34,"tokenItemUsd"],[1227,42,389,47],[1228,16,389,47,"children"],[1228,24,389,47],[1228,26,389,48],[1229,14,389,53],[1230,16,389,53,"fileName"],[1230,24,389,53],[1230,26,389,53,"_jsxFileName"],[1230,38,389,53],[1231,16,389,53,"lineNumber"],[1231,26,389,53],[1232,16,389,53,"columnNumber"],[1232,28,389,53],[1233,14,389,53],[1233,21,389,59],[1233,22,389,60],[1234,12,389,60],[1235,14,389,60,"fileName"],[1235,22,389,60],[1235,24,389,60,"_jsxFileName"],[1235,36,389,60],[1236,14,389,60,"lineNumber"],[1236,24,389,60],[1237,14,389,60,"columnNumber"],[1237,26,389,60],[1238,12,389,60],[1238,19,390,18],[1238,20,390,19],[1239,10,390,19],[1240,12,390,19,"fileName"],[1240,20,390,19],[1240,22,390,19,"_jsxFileName"],[1240,34,390,19],[1241,12,390,19,"lineNumber"],[1241,22,390,19],[1242,12,390,19,"columnNumber"],[1242,24,390,19],[1243,10,390,19],[1243,17,391,16],[1243,18,391,17],[1244,8,391,17],[1245,10,391,17,"fileName"],[1245,18,391,17],[1245,20,391,17,"_jsxFileName"],[1245,32,391,17],[1246,10,391,17,"lineNumber"],[1246,20,391,17],[1247,10,391,17,"columnNumber"],[1247,22,391,17],[1248,8,391,17],[1248,15,392,14],[1248,16,392,15],[1249,6,392,15],[1250,8,392,15,"fileName"],[1250,16,392,15],[1250,18,392,15,"_jsxFileName"],[1250,30,392,15],[1251,8,392,15,"lineNumber"],[1251,18,392,15],[1252,8,392,15,"columnNumber"],[1252,20,392,15],[1253,6,392,15],[1253,13,393,18],[1254,4,393,19],[1255,6,393,19,"fileName"],[1255,14,393,19],[1255,16,393,19,"_jsxFileName"],[1255,28,393,19],[1256,6,393,19,"lineNumber"],[1256,16,393,19],[1257,6,393,19,"columnNumber"],[1257,18,393,19],[1258,4,393,19],[1258,11,394,10],[1258,12,394,11],[1259,2,396,0],[1260,2,396,1,"_s2"],[1260,5,396,1],[1260,6,118,9,"WalletTab"],[1260,15,118,18],[1261,4,118,18],[1261,12,119,19,"useAuth"],[1261,32,119,26],[1261,33,119,26,"useAuth"],[1261,40,119,26],[1261,42,120,17,"useSafeAreaInsets"],[1261,69,120,34],[1261,70,120,34,"useSafeAreaInsets"],[1261,87,120,34],[1262,2,120,34],[1263,2,120,34,"_c2"],[1263,5,120,34],[1263,8,118,9,"WalletTab"],[1263,17,118,18],[1264,2,398,0],[1264,11,398,9,"CitizensTab"],[1264,22,398,20,"CitizensTab"],[1264,23,398,20],[1264,25,398,23],[1265,4,399,2],[1265,24,400,4],[1265,28,400,4,"_reactJsxDevRuntime"],[1265,47,400,4],[1265,48,400,4,"jsxDEV"],[1265,54,400,4],[1265,56,400,5,"View"],[1265,60,400,9],[1265,61,400,9,"default"],[1265,68,400,9],[1266,6,400,10,"style"],[1266,11,400,15],[1266,13,400,17,"styles"],[1266,19,400,23],[1266,20,400,24,"container"],[1266,29,400,34],[1267,6,400,34,"children"],[1267,14,400,34],[1267,29,401,6],[1267,33,401,6,"_reactJsxDevRuntime"],[1267,52,401,6],[1267,53,401,6,"jsxDEV"],[1267,59,401,6],[1267,61,401,7,"Text"],[1267,65,401,11],[1267,66,401,11,"default"],[1267,73,401,11],[1268,8,401,12,"style"],[1268,13,401,17],[1268,15,401,19,"styles"],[1268,21,401,25],[1268,22,401,26,"placeholderText"],[1268,37,401,42],[1269,8,401,42,"children"],[1269,16,401,42],[1269,18,401,43],[1270,6,401,58],[1271,8,401,58,"fileName"],[1271,16,401,58],[1271,18,401,58,"_jsxFileName"],[1271,30,401,58],[1272,8,401,58,"lineNumber"],[1272,18,401,58],[1273,8,401,58,"columnNumber"],[1273,20,401,58],[1274,6,401,58],[1274,13,401,64],[1275,4,401,65],[1276,6,401,65,"fileName"],[1276,14,401,65],[1276,16,401,65,"_jsxFileName"],[1276,28,401,65],[1277,6,401,65,"lineNumber"],[1277,16,401,65],[1278,6,401,65,"columnNumber"],[1278,18,401,65],[1279,4,401,65],[1279,11,402,10],[1279,12,402,11],[1280,2,404,0],[1281,2,404,1,"_c3"],[1281,5,404,1],[1281,8,398,9,"CitizensTab"],[1281,19,398,20],[1282,2,406,0],[1282,11,406,9,"ReferralTab"],[1282,22,406,20,"ReferralTab"],[1282,23,406,20],[1282,25,406,23],[1283,4,407,2],[1283,24,408,4],[1283,28,408,4,"_reactJsxDevRuntime"],[1283,47,408,4],[1283,48,408,4,"jsxDEV"],[1283,54,408,4],[1283,56,408,5,"View"],[1283,60,408,9],[1283,61,408,9,"default"],[1283,68,408,9],[1284,6,408,10,"style"],[1284,11,408,15],[1284,13,408,17,"styles"],[1284,19,408,23],[1284,20,408,24,"container"],[1284,29,408,34],[1285,6,408,34,"children"],[1285,14,408,34],[1285,29,409,6],[1285,33,409,6,"_reactJsxDevRuntime"],[1285,52,409,6],[1285,53,409,6,"jsxDEV"],[1285,59,409,6],[1285,61,409,7,"Text"],[1285,65,409,11],[1285,66,409,11,"default"],[1285,73,409,11],[1286,8,409,12,"style"],[1286,13,409,17],[1286,15,409,19,"styles"],[1286,21,409,25],[1286,22,409,26,"placeholderText"],[1286,37,409,42],[1287,8,409,42,"children"],[1287,16,409,42],[1287,18,409,43],[1288,6,409,58],[1289,8,409,58,"fileName"],[1289,16,409,58],[1289,18,409,58,"_jsxFileName"],[1289,30,409,58],[1290,8,409,58,"lineNumber"],[1290,18,409,58],[1291,8,409,58,"columnNumber"],[1291,20,409,58],[1292,6,409,58],[1292,13,409,64],[1293,4,409,65],[1294,6,409,65,"fileName"],[1294,14,409,65],[1294,16,409,65,"_jsxFileName"],[1294,28,409,65],[1295,6,409,65,"lineNumber"],[1295,16,409,65],[1296,6,409,65,"columnNumber"],[1296,18,409,65],[1297,4,409,65],[1297,11,410,10],[1297,12,410,11],[1298,2,412,0],[1299,2,412,1,"_c4"],[1299,5,412,1],[1299,8,406,9,"ReferralTab"],[1299,19,406,20],[1300,2,414,0],[1300,11,414,9,"ProfileTab"],[1300,21,414,19,"ProfileTab"],[1300,22,414,19],[1300,24,414,22],[1301,4,415,2],[1301,24,416,4],[1301,28,416,4,"_reactJsxDevRuntime"],[1301,47,416,4],[1301,48,416,4,"jsxDEV"],[1301,54,416,4],[1301,56,416,5,"View"],[1301,60,416,9],[1301,61,416,9,"default"],[1301,68,416,9],[1302,6,416,10,"style"],[1302,11,416,15],[1302,13,416,17,"styles"],[1302,19,416,23],[1302,20,416,24,"container"],[1302,29,416,34],[1303,6,416,34,"children"],[1303,14,416,34],[1303,29,417,6],[1303,33,417,6,"_reactJsxDevRuntime"],[1303,52,417,6],[1303,53,417,6,"jsxDEV"],[1303,59,417,6],[1303,61,417,7,"Text"],[1303,65,417,11],[1303,66,417,11,"default"],[1303,73,417,11],[1304,8,417,12,"style"],[1304,13,417,17],[1304,15,417,19,"styles"],[1304,21,417,25],[1304,22,417,26,"placeholderText"],[1304,37,417,42],[1305,8,417,42,"children"],[1305,16,417,42],[1305,18,417,43],[1306,6,417,57],[1307,8,417,57,"fileName"],[1307,16,417,57],[1307,18,417,57,"_jsxFileName"],[1307,30,417,57],[1308,8,417,57,"lineNumber"],[1308,18,417,57],[1309,8,417,57,"columnNumber"],[1309,20,417,57],[1310,6,417,57],[1310,13,417,63],[1311,4,417,64],[1312,6,417,64,"fileName"],[1312,14,417,64],[1312,16,417,64,"_jsxFileName"],[1312,28,417,64],[1313,6,417,64,"lineNumber"],[1313,16,417,64],[1314,6,417,64,"columnNumber"],[1314,18,417,64],[1315,4,417,64],[1315,11,418,10],[1315,12,418,11],[1316,2,420,0],[1317,2,420,1,"_c5"],[1317,5,420,1],[1317,8,414,9,"ProfileTab"],[1317,18,414,19],[1318,2,422,0],[1318,8,422,6,"Tab"],[1318,11,422,9],[1318,14,422,12],[1318,18,422,12,"createBottomTabNavigator"],[1318,44,422,36],[1318,45,422,36,"createBottomTabNavigator"],[1318,69,422,36],[1318,71,422,37],[1318,72,422,38],[1319,2,424,15],[1319,11,424,24,"HomeScreen"],[1319,21,424,34,"HomeScreen"],[1319,22,424,34],[1319,24,424,37],[1320,4,425,2],[1320,24,426,4],[1320,28,426,4,"_reactJsxDevRuntime"],[1320,47,426,4],[1320,48,426,4,"jsxDEV"],[1320,54,426,4],[1320,56,426,5,"Tab"],[1320,59,426,8],[1320,60,426,9,"Navigator"],[1320,69,426,18],[1321,6,427,6,"screenOptions"],[1321,19,427,19],[1321,21,427,21],[1322,8,428,8,"headerShown"],[1322,19,428,19],[1322,21,428,21],[1322,26,428,26],[1323,8,429,8,"tabBarActiveTintColor"],[1323,29,429,29],[1323,31,429,31],[1323,40,429,40],[1324,8,430,8,"tabBarInactiveTintColor"],[1324,31,430,31],[1324,33,430,33],[1324,42,430,42],[1325,8,431,8,"tabBarStyle"],[1325,19,431,19],[1325,21,431,21,"styles"],[1325,27,431,27],[1325,28,431,28,"tabBar"],[1326,6,432,6],[1326,7,432,8],[1327,6,432,8,"children"],[1327,14,432,8],[1327,30,434,6],[1327,34,434,6,"_reactJsxDevRuntime"],[1327,53,434,6],[1327,54,434,6,"jsxDEV"],[1327,60,434,6],[1327,62,434,7,"Tab"],[1327,65,434,10],[1327,66,434,11,"Screen"],[1327,72,434,17],[1328,8,435,8,"name"],[1328,12,435,12],[1328,14,435,13],[1328,23,435,22],[1329,8,436,8,"component"],[1329,17,436,17],[1329,19,436,19,"HomeTab"],[1329,26,436,27],[1330,8,437,8,"options"],[1330,15,437,15],[1330,17,437,17],[1331,10,438,10,"tabBarLabel"],[1331,21,438,21],[1331,23,438,23],[1331,29,438,29],[1332,10,439,10,"tabBarIcon"],[1332,20,439,20],[1332,22,439,22,"tabBarIcon"],[1332,23,439,23],[1333,12,439,25,"color"],[1333,17,439,30],[1334,12,439,32,"size"],[1335,10,439,37],[1335,11,439,38],[1335,29,440,12],[1335,33,440,12,"_reactJsxDevRuntime"],[1335,52,440,12],[1335,53,440,12,"jsxDEV"],[1335,59,440,12],[1335,61,440,13,"_expoVectorIcons"],[1335,77,440,21],[1335,78,440,21,"Ionicons"],[1335,86,440,21],[1336,12,440,22,"name"],[1336,16,440,26],[1336,18,440,27],[1336,24,440,33],[1337,12,440,34,"size"],[1337,16,440,38],[1337,18,440,40,"size"],[1337,22,440,45],[1338,12,440,46,"color"],[1338,17,440,51],[1338,19,440,53,"color"],[1339,10,440,59],[1340,12,440,59,"fileName"],[1340,20,440,59],[1340,22,440,59,"_jsxFileName"],[1340,34,440,59],[1341,12,440,59,"lineNumber"],[1341,22,440,59],[1342,12,440,59,"columnNumber"],[1342,24,440,59],[1343,10,440,59],[1343,17,440,61],[1344,8,442,8],[1345,6,442,10],[1346,8,442,10,"fileName"],[1346,16,442,10],[1346,18,442,10,"_jsxFileName"],[1346,30,442,10],[1347,8,442,10,"lineNumber"],[1347,18,442,10],[1348,8,442,10,"columnNumber"],[1348,20,442,10],[1349,6,442,10],[1349,13,443,7],[1349,14,443,8],[1349,29,444,6],[1349,33,444,6,"_reactJsxDevRuntime"],[1349,52,444,6],[1349,53,444,6,"jsxDEV"],[1349,59,444,6],[1349,61,444,7,"Tab"],[1349,64,444,10],[1349,65,444,11,"Screen"],[1349,71,444,17],[1350,8,445,8,"name"],[1350,12,445,12],[1350,14,445,13],[1350,22,445,21],[1351,8,446,8,"component"],[1351,17,446,17],[1351,19,446,19,"WalletTab"],[1351,28,446,29],[1352,8,447,8,"options"],[1352,15,447,15],[1352,17,447,17],[1353,10,448,10,"tabBarLabel"],[1353,21,448,21],[1353,23,448,23],[1353,31,448,31],[1354,10,449,10,"tabBarIcon"],[1354,20,449,20],[1354,22,449,22,"tabBarIcon"],[1354,23,449,23],[1355,12,449,25,"color"],[1355,17,449,30],[1356,12,449,32,"size"],[1357,10,449,37],[1357,11,449,38],[1357,29,450,12],[1357,33,450,12,"_reactJsxDevRuntime"],[1357,52,450,12],[1357,53,450,12,"jsxDEV"],[1357,59,450,12],[1357,61,450,13,"_expoVectorIcons"],[1357,77,450,21],[1357,78,450,21,"Ionicons"],[1357,86,450,21],[1358,12,450,22,"name"],[1358,16,450,26],[1358,18,450,27],[1358,26,450,35],[1359,12,450,36,"size"],[1359,16,450,40],[1359,18,450,42,"size"],[1359,22,450,47],[1360,12,450,48,"color"],[1360,17,450,53],[1360,19,450,55,"color"],[1361,10,450,61],[1362,12,450,61,"fileName"],[1362,20,450,61],[1362,22,450,61,"_jsxFileName"],[1362,34,450,61],[1363,12,450,61,"lineNumber"],[1363,22,450,61],[1364,12,450,61,"columnNumber"],[1364,24,450,61],[1365,10,450,61],[1365,17,450,63],[1366,8,452,8],[1367,6,452,10],[1368,8,452,10,"fileName"],[1368,16,452,10],[1368,18,452,10,"_jsxFileName"],[1368,30,452,10],[1369,8,452,10,"lineNumber"],[1369,18,452,10],[1370,8,452,10,"columnNumber"],[1370,20,452,10],[1371,6,452,10],[1371,13,453,7],[1371,14,453,8],[1371,29,454,6],[1371,33,454,6,"_reactJsxDevRuntime"],[1371,52,454,6],[1371,53,454,6,"jsxDEV"],[1371,59,454,6],[1371,61,454,7,"Tab"],[1371,64,454,10],[1371,65,454,11,"Screen"],[1371,71,454,17],[1372,8,455,8,"name"],[1372,12,455,12],[1372,14,455,13],[1372,24,455,23],[1373,8,456,8,"component"],[1373,17,456,17],[1373,19,456,19,"CitizensTab"],[1373,30,456,31],[1374,8,457,8,"options"],[1374,15,457,15],[1374,17,457,17],[1375,10,458,10,"tabBarLabel"],[1375,21,458,21],[1375,23,458,23],[1375,33,458,33],[1376,10,459,10,"tabBarIcon"],[1376,20,459,20],[1376,22,459,22,"tabBarIcon"],[1376,23,459,23],[1377,12,459,25,"color"],[1377,17,459,30],[1378,12,459,32,"size"],[1379,10,459,37],[1379,11,459,38],[1379,29,460,12],[1379,33,460,12,"_reactJsxDevRuntime"],[1379,52,460,12],[1379,53,460,12,"jsxDEV"],[1379,59,460,12],[1379,61,460,13,"_expoVectorIcons"],[1379,77,460,21],[1379,78,460,21,"Ionicons"],[1379,86,460,21],[1380,12,460,22,"name"],[1380,16,460,26],[1380,18,460,27],[1380,26,460,35],[1381,12,460,36,"size"],[1381,16,460,40],[1381,18,460,42,"size"],[1381,22,460,47],[1382,12,460,48,"color"],[1382,17,460,53],[1382,19,460,55,"color"],[1383,10,460,61],[1384,12,460,61,"fileName"],[1384,20,460,61],[1384,22,460,61,"_jsxFileName"],[1384,34,460,61],[1385,12,460,61,"lineNumber"],[1385,22,460,61],[1386,12,460,61,"columnNumber"],[1386,24,460,61],[1387,10,460,61],[1387,17,460,63],[1388,8,462,8],[1389,6,462,10],[1390,8,462,10,"fileName"],[1390,16,462,10],[1390,18,462,10,"_jsxFileName"],[1390,30,462,10],[1391,8,462,10,"lineNumber"],[1391,18,462,10],[1392,8,462,10,"columnNumber"],[1392,20,462,10],[1393,6,462,10],[1393,13,463,7],[1393,14,463,8],[1393,29,464,6],[1393,33,464,6,"_reactJsxDevRuntime"],[1393,52,464,6],[1393,53,464,6,"jsxDEV"],[1393,59,464,6],[1393,61,464,7,"Tab"],[1393,64,464,10],[1393,65,464,11,"Screen"],[1393,71,464,17],[1394,8,465,8,"name"],[1394,12,465,12],[1394,14,465,13],[1394,24,465,23],[1395,8,466,8,"component"],[1395,17,466,17],[1395,19,466,19,"ReferralTab"],[1395,30,466,31],[1396,8,467,8,"options"],[1396,15,467,15],[1396,17,467,17],[1397,10,468,10,"tabBarLabel"],[1397,21,468,21],[1397,23,468,23],[1397,33,468,33],[1398,10,469,10,"tabBarIcon"],[1398,20,469,20],[1398,22,469,22,"tabBarIcon"],[1398,23,469,23],[1399,12,469,25,"color"],[1399,17,469,30],[1400,12,469,32,"size"],[1401,10,469,37],[1401,11,469,38],[1401,29,470,12],[1401,33,470,12,"_reactJsxDevRuntime"],[1401,52,470,12],[1401,53,470,12,"jsxDEV"],[1401,59,470,12],[1401,61,470,13,"_expoVectorIcons"],[1401,77,470,21],[1401,78,470,21,"Ionicons"],[1401,86,470,21],[1402,12,470,22,"name"],[1402,16,470,26],[1402,18,470,27],[1402,24,470,33],[1403,12,470,34,"size"],[1403,16,470,38],[1403,18,470,40,"size"],[1403,22,470,45],[1404,12,470,46,"color"],[1404,17,470,51],[1404,19,470,53,"color"],[1405,10,470,59],[1406,12,470,59,"fileName"],[1406,20,470,59],[1406,22,470,59,"_jsxFileName"],[1406,34,470,59],[1407,12,470,59,"lineNumber"],[1407,22,470,59],[1408,12,470,59,"columnNumber"],[1408,24,470,59],[1409,10,470,59],[1409,17,470,61],[1410,8,472,8],[1411,6,472,10],[1412,8,472,10,"fileName"],[1412,16,472,10],[1412,18,472,10,"_jsxFileName"],[1412,30,472,10],[1413,8,472,10,"lineNumber"],[1413,18,472,10],[1414,8,472,10,"columnNumber"],[1414,20,472,10],[1415,6,472,10],[1415,13,473,7],[1415,14,473,8],[1415,29,474,6],[1415,33,474,6,"_reactJsxDevRuntime"],[1415,52,474,6],[1415,53,474,6,"jsxDEV"],[1415,59,474,6],[1415,61,474,7,"Tab"],[1415,64,474,10],[1415,65,474,11,"Screen"],[1415,71,474,17],[1416,8,475,8,"name"],[1416,12,475,12],[1416,14,475,13],[1416,23,475,22],[1417,8,476,8,"component"],[1417,17,476,17],[1417,19,476,19,"ProfileTab"],[1417,29,476,30],[1418,8,477,8,"options"],[1418,15,477,15],[1418,17,477,17],[1419,10,478,10,"tabBarLabel"],[1419,21,478,21],[1419,23,478,23],[1419,32,478,32],[1420,10,479,10,"tabBarIcon"],[1420,20,479,20],[1420,22,479,22,"tabBarIcon"],[1420,23,479,23],[1421,12,479,25,"color"],[1421,17,479,30],[1422,12,479,32,"size"],[1423,10,479,37],[1423,11,479,38],[1423,29,480,12],[1423,33,480,12,"_reactJsxDevRuntime"],[1423,52,480,12],[1423,53,480,12,"jsxDEV"],[1423,59,480,12],[1423,61,480,13,"_expoVectorIcons"],[1423,77,480,21],[1423,78,480,21,"Ionicons"],[1423,86,480,21],[1424,12,480,22,"name"],[1424,16,480,26],[1424,18,480,27],[1424,26,480,35],[1425,12,480,36,"size"],[1425,16,480,40],[1425,18,480,42,"size"],[1425,22,480,47],[1426,12,480,48,"color"],[1426,17,480,53],[1426,19,480,55,"color"],[1427,10,480,61],[1428,12,480,61,"fileName"],[1428,20,480,61],[1428,22,480,61,"_jsxFileName"],[1428,34,480,61],[1429,12,480,61,"lineNumber"],[1429,22,480,61],[1430,12,480,61,"columnNumber"],[1430,24,480,61],[1431,10,480,61],[1431,17,480,63],[1432,8,482,8],[1433,6,482,10],[1434,8,482,10,"fileName"],[1434,16,482,10],[1434,18,482,10,"_jsxFileName"],[1434,30,482,10],[1435,8,482,10,"lineNumber"],[1435,18,482,10],[1436,8,482,10,"columnNumber"],[1436,20,482,10],[1437,6,482,10],[1437,13,483,7],[1437,14,483,8],[1438,4,483,8],[1439,6,483,8,"fileName"],[1439,14,483,8],[1439,16,483,8,"_jsxFileName"],[1439,28,483,8],[1440,6,483,8,"lineNumber"],[1440,16,483,8],[1441,6,483,8,"columnNumber"],[1441,18,483,8],[1442,4,483,8],[1442,11,484,19],[1442,12,484,20],[1443,2,486,0],[1444,2,486,1,"_c6"],[1444,5,486,1],[1444,8,424,24,"HomeScreen"],[1444,18,424,34],[1445,2,488,0],[1445,8,488,6,"QUICK_ACTIONS"],[1445,21,488,19],[1445,24,488,22],[1445,25,489,2],[1446,4,489,4,"id"],[1446,6,489,6],[1446,8,489,8],[1446,11,489,11],[1447,4,489,13,"label"],[1447,9,489,18],[1447,11,489,20],[1447,17,489,26],[1448,4,489,28,"icon"],[1448,8,489,32],[1448,10,489,34],[1448,25,489,49],[1449,4,489,51,"color"],[1449,9,489,56],[1449,11,489,58],[1450,2,489,68],[1450,3,489,69],[1450,5,490,2],[1451,4,490,4,"id"],[1451,6,490,6],[1451,8,490,8],[1451,11,490,11],[1452,4,490,13,"label"],[1452,9,490,18],[1452,11,490,20],[1452,20,490,29],[1453,4,490,31,"icon"],[1453,8,490,35],[1453,10,490,37],[1453,22,490,49],[1454,4,490,51,"color"],[1454,9,490,56],[1454,11,490,58],[1455,2,490,68],[1455,3,490,69],[1455,5,491,2],[1456,4,491,4,"id"],[1456,6,491,6],[1456,8,491,8],[1456,11,491,11],[1457,4,491,13,"label"],[1457,9,491,18],[1457,11,491,20],[1457,17,491,26],[1458,4,491,28,"icon"],[1458,8,491,32],[1458,10,491,34],[1458,27,491,51],[1459,4,491,53,"color"],[1459,9,491,58],[1459,11,491,60],[1460,2,491,70],[1460,3,491,71],[1460,5,492,2],[1461,4,492,4,"id"],[1461,6,492,6],[1461,8,492,8],[1461,11,492,11],[1462,4,492,13,"label"],[1462,9,492,18],[1462,11,492,20],[1462,17,492,26],[1463,4,492,28,"icon"],[1463,8,492,32],[1463,10,492,34],[1463,28,492,52],[1464,4,492,54,"color"],[1464,9,492,59],[1464,11,492,61],[1465,2,492,71],[1465,3,492,72],[1465,5,493,2],[1466,4,493,4,"id"],[1466,6,493,6],[1466,8,493,8],[1466,11,493,11],[1467,4,493,13,"label"],[1467,9,493,18],[1467,11,493,20],[1467,18,493,27],[1468,4,493,29,"icon"],[1468,8,493,33],[1468,10,493,35],[1468,23,493,48],[1469,4,493,50,"color"],[1469,9,493,55],[1469,11,493,57],[1470,2,493,67],[1470,3,493,68],[1470,5,494,2],[1471,4,494,4,"id"],[1471,6,494,6],[1471,8,494,8],[1471,11,494,11],[1472,4,494,13,"label"],[1472,9,494,18],[1472,11,494,20],[1472,21,494,30],[1473,4,494,32,"icon"],[1473,8,494,36],[1473,10,494,38],[1473,16,494,44],[1474,4,494,46,"color"],[1474,9,494,51],[1474,11,494,53],[1475,2,494,63],[1475,3,494,64],[1475,5,495,2],[1476,4,495,4,"id"],[1476,6,495,6],[1476,8,495,8],[1476,11,495,11],[1477,4,495,13,"label"],[1477,9,495,18],[1477,11,495,20],[1477,21,495,30],[1478,4,495,32,"icon"],[1478,8,495,36],[1478,10,495,38],[1478,25,495,53],[1479,4,495,55,"color"],[1479,9,495,60],[1479,11,495,62],[1480,2,495,72],[1480,3,495,73],[1480,5,496,2],[1481,4,496,4,"id"],[1481,6,496,6],[1481,8,496,8],[1481,11,496,11],[1482,4,496,13,"label"],[1482,9,496,18],[1482,11,496,20],[1482,22,496,31],[1483,4,496,33,"icon"],[1483,8,496,37],[1483,10,496,39],[1483,18,496,47],[1484,4,496,49,"color"],[1484,9,496,54],[1484,11,496,56],[1485,2,496,66],[1485,3,496,67],[1485,5,497,2],[1486,4,497,4,"id"],[1486,6,497,6],[1486,8,497,8],[1486,11,497,11],[1487,4,497,13,"label"],[1487,9,497,18],[1487,11,497,20],[1487,21,497,30],[1488,4,497,32,"icon"],[1488,8,497,36],[1488,10,497,38],[1488,21,497,49],[1489,4,497,51,"color"],[1489,9,497,56],[1489,11,497,58],[1490,2,497,68],[1490,3,497,69],[1490,5,498,2],[1491,4,498,4,"id"],[1491,6,498,6],[1491,8,498,8],[1491,12,498,12],[1492,4,498,14,"label"],[1492,9,498,19],[1492,11,498,21],[1492,21,498,31],[1493,4,498,33,"icon"],[1493,8,498,37],[1493,10,498,39],[1493,16,498,45],[1494,4,498,47,"color"],[1494,9,498,52],[1494,11,498,54],[1495,2,498,64],[1495,3,498,65],[1495,5,499,2],[1496,4,499,4,"id"],[1496,6,499,6],[1496,8,499,8],[1496,12,499,12],[1497,4,499,14,"label"],[1497,9,499,19],[1497,11,499,21],[1497,22,499,32],[1498,4,499,34,"icon"],[1498,8,499,38],[1498,10,499,40],[1498,16,499,46],[1499,4,499,48,"color"],[1499,9,499,53],[1499,11,499,55],[1500,2,499,65],[1500,3,499,66],[1500,5,500,2],[1501,4,500,4,"id"],[1501,6,500,6],[1501,8,500,8],[1501,12,500,12],[1502,4,500,14,"label"],[1502,9,500,19],[1502,11,500,21],[1502,17,500,27],[1503,4,500,29,"icon"],[1503,8,500,33],[1503,10,500,35],[1503,16,500,41],[1504,4,500,43,"color"],[1504,9,500,48],[1504,11,500,50],[1505,2,500,60],[1505,3,500,61],[1505,4,501,1],[1506,2,503,0],[1506,8,503,6,"styles"],[1506,14,503,12],[1506,17,503,15,"StyleSheet"],[1506,27,503,25],[1506,28,503,25,"default"],[1506,35,503,25],[1506,36,503,26,"create"],[1506,42,503,32],[1506,43,503,33],[1507,4,504,2,"container"],[1507,13,504,11],[1507,15,504,13],[1508,6,505,4,"flex"],[1508,10,505,8],[1508,12,505,10],[1508,13,505,11],[1509,6,506,4,"backgroundColor"],[1509,21,506,19],[1509,23,506,21],[1510,4,507,2],[1510,5,507,3],[1511,4,508,2,"scrollContent"],[1511,17,508,15],[1511,19,508,17],[1512,6,509,4,"paddingBottom"],[1512,19,509,17],[1512,21,509,19],[1513,4,510,2],[1513,5,510,3],[1514,4,511,2,"walletScrollContent"],[1514,23,511,21],[1514,25,511,23],[1515,6,512,4,"paddingBottom"],[1515,19,512,17],[1515,21,512,19],[1516,4,513,2],[1516,5,513,3],[1517,4,514,2,"header"],[1517,10,514,8],[1517,12,514,10],[1518,6,515,4,"flexDirection"],[1518,19,515,17],[1518,21,515,19],[1518,26,515,24],[1519,6,516,4,"justifyContent"],[1519,20,516,18],[1519,22,516,20],[1519,37,516,35],[1520,6,517,4,"alignItems"],[1520,16,517,14],[1520,18,517,16],[1520,26,517,24],[1521,6,518,4,"padding"],[1521,13,518,11],[1521,15,518,13],[1521,17,518,15],[1522,6,519,4,"backgroundColor"],[1522,21,519,19],[1522,23,519,21],[1522,29,519,27],[1523,6,520,4,"borderBottomWidth"],[1523,23,520,21],[1523,25,520,23],[1523,26,520,24],[1524,6,521,4,"borderBottomColor"],[1524,23,521,21],[1524,25,521,23],[1525,4,522,2],[1525,5,522,3],[1526,4,523,2,"headerLeft"],[1526,14,523,12],[1526,16,523,14],[1527,6,524,4,"position"],[1527,14,524,12],[1527,16,524,14],[1528,4,525,2],[1528,5,525,3],[1529,4,526,2,"profileImage"],[1529,16,526,14],[1529,18,526,16],[1530,6,527,4,"width"],[1530,11,527,9],[1530,13,527,11],[1530,15,527,13],[1531,6,528,4,"height"],[1531,12,528,10],[1531,14,528,12],[1531,16,528,14],[1532,6,529,4,"borderRadius"],[1532,18,529,16],[1532,20,529,18],[1532,22,529,20],[1533,6,530,4,"backgroundColor"],[1533,21,530,19],[1533,23,530,21],[1533,32,530,30],[1534,6,531,4,"alignItems"],[1534,16,531,14],[1534,18,531,16],[1534,26,531,24],[1535,6,532,4,"justifyContent"],[1535,20,532,18],[1535,22,532,20],[1535,30,532,28],[1536,6,533,4,"overflow"],[1536,14,533,12],[1536,16,533,14],[1537,4,534,2],[1537,5,534,3],[1538,4,535,2,"profileImageSrc"],[1538,19,535,17],[1538,21,535,19],[1539,6,536,4,"width"],[1539,11,536,9],[1539,13,536,11],[1539,15,536,13],[1540,6,537,4,"height"],[1540,12,537,10],[1540,14,537,12],[1541,4,538,2],[1541,5,538,3],[1542,4,539,2,"profileBadge"],[1542,16,539,14],[1542,18,539,16],[1543,6,540,4,"position"],[1543,14,540,12],[1543,16,540,14],[1543,26,540,24],[1544,6,541,4,"bottom"],[1544,12,541,10],[1544,14,541,12],[1544,15,541,13],[1544,16,541,14],[1545,6,542,4,"right"],[1545,11,542,9],[1545,13,542,11],[1545,14,542,12],[1545,15,542,13],[1546,6,543,4,"backgroundColor"],[1546,21,543,19],[1546,23,543,21],[1546,32,543,30],[1547,6,544,4,"borderRadius"],[1547,18,544,16],[1547,20,544,18],[1547,22,544,20],[1548,6,545,4,"paddingHorizontal"],[1548,23,545,21],[1548,25,545,23],[1548,26,545,24],[1549,6,546,4,"paddingVertical"],[1549,21,546,19],[1549,23,546,21],[1549,24,546,22],[1550,6,547,4,"flexDirection"],[1550,19,547,17],[1550,21,547,19],[1550,26,547,24],[1551,6,548,4,"alignItems"],[1551,16,548,14],[1551,18,548,16],[1551,26,548,24],[1552,6,549,4,"gap"],[1552,9,549,7],[1552,11,549,9],[1553,4,550,2],[1553,5,550,3],[1554,4,551,2,"trustScore"],[1554,14,551,12],[1554,16,551,14],[1555,6,552,4,"fontSize"],[1555,14,552,12],[1555,16,552,14],[1555,18,552,16],[1556,6,553,4,"fontWeight"],[1556,16,553,14],[1556,18,553,16],[1556,23,553,21],[1557,6,554,4,"color"],[1557,11,554,9],[1557,13,554,11],[1558,4,555,2],[1558,5,555,3],[1559,4,556,2,"headerRight"],[1559,15,556,13],[1559,17,556,15],[1560,6,557,4,"flexDirection"],[1560,19,557,17],[1560,21,557,19],[1560,26,557,24],[1561,6,558,4,"gap"],[1561,9,558,7],[1561,11,558,9],[1562,4,559,2],[1562,5,559,3],[1563,4,560,2,"iconButton"],[1563,14,560,12],[1563,16,560,14],[1564,6,561,4,"padding"],[1564,13,561,11],[1564,15,561,13],[1565,4,562,2],[1565,5,562,3],[1566,4,563,2,"announcementWidget"],[1566,22,563,20],[1566,24,563,22],[1567,6,564,4,"padding"],[1567,13,564,11],[1567,15,564,13],[1568,4,565,2],[1568,5,565,3],[1569,4,566,2,"announcement"],[1569,16,566,14],[1569,18,566,16],[1570,6,567,4,"backgroundColor"],[1570,21,567,19],[1570,23,567,21],[1570,29,567,27],[1571,6,568,4,"padding"],[1571,13,568,11],[1571,15,568,13],[1571,17,568,15],[1572,6,569,4,"borderRadius"],[1572,18,569,16],[1572,20,569,18],[1572,22,569,20],[1573,6,570,4,"marginRight"],[1573,17,570,15],[1573,19,570,17],[1573,21,570,19],[1574,6,571,4,"width"],[1574,11,571,9],[1574,13,571,11,"width"],[1574,18,571,16],[1574,21,571,19],[1574,23,571,21],[1575,6,572,4,"borderLeftWidth"],[1575,21,572,19],[1575,23,572,21],[1575,24,572,22],[1576,6,573,4,"borderLeftColor"],[1576,21,573,19],[1576,23,573,21],[1577,4,574,2],[1577,5,574,3],[1578,4,575,2,"announcementTitle"],[1578,21,575,19],[1578,23,575,21],[1579,6,576,4,"fontSize"],[1579,14,576,12],[1579,16,576,14],[1579,18,576,16],[1580,6,577,4,"fontWeight"],[1580,16,577,14],[1580,18,577,16],[1580,23,577,21],[1581,6,578,4,"color"],[1581,11,578,9],[1581,13,578,11],[1581,22,578,20],[1582,6,579,4,"marginBottom"],[1582,18,579,16],[1582,20,579,18],[1583,4,580,2],[1583,5,580,3],[1584,4,581,2,"announcementText"],[1584,20,581,18],[1584,22,581,20],[1585,6,582,4,"fontSize"],[1585,14,582,12],[1585,16,582,14],[1585,18,582,16],[1586,6,583,4,"color"],[1586,11,583,9],[1586,13,583,11],[1587,4,584,2],[1587,5,584,3],[1588,4,585,2,"quickActionsContainer"],[1588,25,585,23],[1588,27,585,25],[1589,6,586,4,"padding"],[1589,13,586,11],[1589,15,586,13],[1590,4,587,2],[1590,5,587,3],[1591,4,588,2,"sectionTitle"],[1591,16,588,14],[1591,18,588,16],[1592,6,589,4,"fontSize"],[1592,14,589,12],[1592,16,589,14],[1592,18,589,16],[1593,6,590,4,"fontWeight"],[1593,16,590,14],[1593,18,590,16],[1593,23,590,21],[1594,6,591,4,"color"],[1594,11,591,9],[1594,13,591,11],[1594,22,591,20],[1595,6,592,4,"marginBottom"],[1595,18,592,16],[1595,20,592,18],[1596,4,593,2],[1596,5,593,3],[1597,4,594,2,"actionsGrid"],[1597,15,594,13],[1597,17,594,15],[1598,6,595,4,"flexDirection"],[1598,19,595,17],[1598,21,595,19],[1598,26,595,24],[1599,6,596,4,"flexWrap"],[1599,14,596,12],[1599,16,596,14],[1599,22,596,20],[1600,6,597,4,"justifyContent"],[1600,20,597,18],[1600,22,597,20],[1601,4,598,2],[1601,5,598,3],[1602,4,599,2,"actionCard"],[1602,14,599,12],[1602,16,599,14],[1603,6,600,4,"width"],[1603,11,600,9],[1603,13,600,11],[1603,14,600,12,"width"],[1603,19,600,17],[1603,22,600,20],[1603,24,600,22],[1603,28,600,26],[1603,29,600,27],[1604,6,601,4,"backgroundColor"],[1604,21,601,19],[1604,23,601,21],[1604,29,601,27],[1605,6,602,4,"padding"],[1605,13,602,11],[1605,15,602,13],[1605,17,602,15],[1606,6,603,4,"borderRadius"],[1606,18,603,16],[1606,20,603,18],[1606,22,603,20],[1607,6,604,4,"alignItems"],[1607,16,604,14],[1607,18,604,16],[1607,26,604,24],[1608,6,605,4,"marginBottom"],[1608,18,605,16],[1608,20,605,18],[1608,22,605,20],[1609,6,606,4,"shadowColor"],[1609,17,606,15],[1609,19,606,17],[1609,25,606,23],[1610,6,607,4,"shadowOffset"],[1610,18,607,16],[1610,20,607,18],[1611,8,607,20,"width"],[1611,13,607,25],[1611,15,607,27],[1611,16,607,28],[1612,8,607,30,"height"],[1612,14,607,36],[1612,16,607,38],[1613,6,607,40],[1613,7,607,41],[1614,6,608,4,"shadowOpacity"],[1614,19,608,17],[1614,21,608,19],[1614,25,608,23],[1615,6,609,4,"shadowRadius"],[1615,18,609,16],[1615,20,609,18],[1615,21,609,19],[1616,6,610,4,"elevation"],[1616,15,610,13],[1616,17,610,15],[1617,4,611,2],[1617,5,611,3],[1618,4,612,2,"actionCardFirst"],[1618,19,612,17],[1618,21,612,19],[1619,6,613,4,"marginRight"],[1619,17,613,15],[1619,19,613,17],[1620,4,614,2],[1620,5,614,3],[1621,4,615,2,"actionCardLast"],[1621,18,615,16],[1621,20,615,18],[1622,6,616,4,"marginLeft"],[1622,16,616,14],[1622,18,616,16],[1623,4,617,2],[1623,5,617,3],[1624,4,618,2,"actionIcon"],[1624,14,618,12],[1624,16,618,14],[1625,6,619,4,"width"],[1625,11,619,9],[1625,13,619,11],[1625,15,619,13],[1626,6,620,4,"height"],[1626,12,620,10],[1626,14,620,12],[1626,16,620,14],[1627,6,621,4,"borderRadius"],[1627,18,621,16],[1627,20,621,18],[1627,22,621,20],[1628,6,622,4,"alignItems"],[1628,16,622,14],[1628,18,622,16],[1628,26,622,24],[1629,6,623,4,"justifyContent"],[1629,20,623,18],[1629,22,623,20],[1629,30,623,28],[1630,6,624,4,"marginBottom"],[1630,18,624,16],[1630,20,624,18],[1631,4,625,2],[1631,5,625,3],[1632,4,626,2,"actionLabel"],[1632,15,626,13],[1632,17,626,15],[1633,6,627,4,"fontSize"],[1633,14,627,12],[1633,16,627,14],[1633,18,627,16],[1634,6,628,4,"color"],[1634,11,628,9],[1634,13,628,11],[1634,22,628,20],[1635,6,629,4,"textAlign"],[1635,15,629,13],[1635,17,629,15],[1636,4,630,2],[1636,5,630,3],[1637,4,631,2,"walletHeader"],[1637,16,631,14],[1637,18,631,16],[1638,6,632,4,"padding"],[1638,13,632,11],[1638,15,632,13],[1638,17,632,15],[1639,6,633,4,"backgroundColor"],[1639,21,633,19],[1639,23,633,21],[1639,29,633,27],[1640,6,634,4,"borderBottomWidth"],[1640,23,634,21],[1640,25,634,23],[1640,26,634,24],[1641,6,635,4,"borderBottomColor"],[1641,23,635,21],[1641,25,635,23],[1641,34,635,32],[1642,6,636,4,"flexDirection"],[1642,19,636,17],[1642,21,636,19],[1642,26,636,24],[1643,6,637,4,"justifyContent"],[1643,20,637,18],[1643,22,637,20],[1643,37,637,35],[1644,6,638,4,"alignItems"],[1644,16,638,14],[1644,18,638,16],[1645,4,639,2],[1645,5,639,3],[1646,4,640,2,"walletTitle"],[1646,15,640,13],[1646,17,640,15],[1647,6,641,4,"fontSize"],[1647,14,641,12],[1647,16,641,14],[1647,18,641,16],[1648,6,642,4,"fontWeight"],[1648,16,642,14],[1648,18,642,16],[1648,23,642,21],[1649,6,643,4,"color"],[1649,11,643,9],[1649,13,643,11],[1650,4,644,2],[1650,5,644,3],[1651,4,645,2,"refreshButton"],[1651,17,645,15],[1651,19,645,17],[1652,6,646,4,"padding"],[1652,13,646,11],[1652,15,646,13],[1652,16,646,14],[1653,6,647,4,"borderRadius"],[1653,18,647,16],[1653,20,647,18],[1653,21,647,19],[1654,6,648,4,"backgroundColor"],[1654,21,648,19],[1654,23,648,21],[1655,4,649,2],[1655,5,649,3],[1656,4,650,2,"balanceCards"],[1656,16,650,14],[1656,18,650,16],[1657,6,651,4,"padding"],[1657,13,651,11],[1657,15,651,13],[1657,17,651,15],[1658,6,652,4,"gap"],[1658,9,652,7],[1658,11,652,9],[1659,4,653,2],[1659,5,653,3],[1660,4,654,2,"balanceCard"],[1660,15,654,13],[1660,17,654,15],[1661,6,655,4,"backgroundColor"],[1661,21,655,19],[1661,23,655,21],[1661,29,655,27],[1662,6,656,4,"padding"],[1662,13,656,11],[1662,15,656,13],[1662,17,656,15],[1663,6,657,4,"borderRadius"],[1663,18,657,16],[1663,20,657,18],[1663,22,657,20],[1664,6,658,4,"borderWidth"],[1664,17,658,15],[1664,19,658,17],[1664,20,658,18],[1665,6,659,4,"borderColor"],[1665,17,659,15],[1665,19,659,17],[1666,4,660,2],[1666,5,660,3],[1667,4,661,2,"balanceCardHeader"],[1667,21,661,19],[1667,23,661,21],[1668,6,662,4,"flexDirection"],[1668,19,662,17],[1668,21,662,19],[1668,26,662,24],[1669,6,663,4,"alignItems"],[1669,16,663,14],[1669,18,663,16],[1669,26,663,24],[1670,6,664,4,"gap"],[1670,9,664,7],[1670,11,664,9],[1670,12,664,10],[1671,6,665,4,"marginBottom"],[1671,18,665,16],[1671,20,665,18],[1672,4,666,2],[1672,5,666,3],[1673,4,667,2,"tokenLogo"],[1673,13,667,11],[1673,15,667,13],[1674,6,668,4,"width"],[1674,11,668,9],[1674,13,668,11],[1674,15,668,13],[1675,6,669,4,"height"],[1675,12,669,10],[1675,14,669,12],[1675,16,669,14],[1676,6,670,4,"borderRadius"],[1676,18,670,16],[1676,20,670,18],[1677,4,671,2],[1677,5,671,3],[1678,4,672,2,"tokenSymbol"],[1678,15,672,13],[1678,17,672,15],[1679,6,673,4,"fontSize"],[1679,14,673,12],[1679,16,673,14],[1679,18,673,16],[1680,6,674,4,"fontWeight"],[1680,16,674,14],[1680,18,674,16],[1680,23,674,21],[1681,6,675,4,"color"],[1681,11,675,9],[1681,13,675,11],[1682,4,676,2],[1682,5,676,3],[1683,4,677,2,"balanceAmount"],[1683,17,677,15],[1683,19,677,17],[1684,6,678,4,"fontSize"],[1684,14,678,12],[1684,16,678,14],[1684,18,678,16],[1685,6,679,4,"fontWeight"],[1685,16,679,14],[1685,18,679,16],[1685,23,679,21],[1686,6,680,4,"color"],[1686,11,680,9],[1686,13,680,11],[1686,22,680,20],[1687,6,681,4,"marginBottom"],[1687,18,681,16],[1687,20,681,18],[1688,4,682,2],[1688,5,682,3],[1689,4,683,2,"balanceUsd"],[1689,14,683,12],[1689,16,683,14],[1690,6,684,4,"fontSize"],[1690,14,684,12],[1690,16,684,14],[1690,18,684,16],[1691,6,685,4,"color"],[1691,11,685,9],[1691,13,685,11],[1692,4,686,2],[1692,5,686,3],[1693,4,687,2,"walletActions"],[1693,17,687,15],[1693,19,687,17],[1694,6,688,4,"flexDirection"],[1694,19,688,17],[1694,21,688,19],[1694,26,688,24],[1695,6,689,4,"padding"],[1695,13,689,11],[1695,15,689,13],[1695,17,689,15],[1696,6,690,4,"gap"],[1696,9,690,7],[1696,11,690,9],[1697,4,691,2],[1697,5,691,3],[1698,4,692,2,"walletActionButton"],[1698,22,692,20],[1698,24,692,22],[1699,6,693,4,"flex"],[1699,10,693,8],[1699,12,693,10],[1699,13,693,11],[1700,6,694,4,"backgroundColor"],[1700,21,694,19],[1700,23,694,21],[1700,32,694,30],[1701,6,695,4,"padding"],[1701,13,695,11],[1701,15,695,13],[1701,17,695,15],[1702,6,696,4,"borderRadius"],[1702,18,696,16],[1702,20,696,18],[1702,22,696,20],[1703,6,697,4,"alignItems"],[1703,16,697,14],[1703,18,697,16],[1703,26,697,24],[1704,6,698,4,"gap"],[1704,9,698,7],[1704,11,698,9],[1705,4,699,2],[1705,5,699,3],[1706,4,700,2,"walletActionText"],[1706,20,700,18],[1706,22,700,20],[1707,6,701,4,"color"],[1707,11,701,9],[1707,13,701,11],[1707,19,701,17],[1708,6,702,4,"fontSize"],[1708,14,702,12],[1708,16,702,14],[1708,18,702,16],[1709,6,703,4,"fontWeight"],[1709,16,703,14],[1709,18,703,16],[1710,4,704,2],[1710,5,704,3],[1711,4,705,2,"placeholderText"],[1711,19,705,17],[1711,21,705,19],[1712,6,706,4,"flex"],[1712,10,706,8],[1712,12,706,10],[1712,13,706,11],[1713,6,707,4,"textAlign"],[1713,15,707,13],[1713,17,707,15],[1713,25,707,23],[1714,6,708,4,"marginTop"],[1714,15,708,13],[1714,17,708,15],[1714,20,708,18],[1715,6,709,4,"fontSize"],[1715,14,709,12],[1715,16,709,14],[1715,18,709,16],[1716,6,710,4,"color"],[1716,11,710,9],[1716,13,710,11],[1717,4,711,2],[1717,5,711,3],[1718,4,712,2,"tabBar"],[1718,10,712,8],[1718,12,712,10],[1719,6,713,4,"borderTopWidth"],[1719,20,713,18],[1719,22,713,20],[1719,23,713,21],[1720,6,714,4,"borderTopColor"],[1720,20,714,18],[1720,22,714,20],[1720,31,714,29],[1721,6,715,4,"paddingBottom"],[1721,19,715,17],[1721,21,715,19],[1721,23,715,21],[1722,6,716,4,"paddingTop"],[1722,16,716,14],[1722,18,716,16],[1722,19,716,17],[1723,6,717,4,"backgroundColor"],[1723,21,717,19],[1723,23,717,21],[1724,4,718,2],[1724,5,718,3],[1725,4,719,2],[1726,4,720,2,"balanceRow"],[1726,14,720,12],[1726,16,720,14],[1727,6,721,4,"flexDirection"],[1727,19,721,17],[1727,21,721,19],[1727,26,721,24],[1728,6,722,4,"padding"],[1728,13,722,11],[1728,15,722,13],[1728,17,722,15],[1729,6,723,4,"gap"],[1729,9,723,7],[1729,11,723,9],[1730,4,724,2],[1730,5,724,3],[1731,4,725,2,"balanceCardNew"],[1731,18,725,16],[1731,20,725,18],[1732,6,726,4,"flex"],[1732,10,726,8],[1732,12,726,10],[1732,13,726,11],[1733,6,727,4,"backgroundColor"],[1733,21,727,19],[1733,23,727,21],[1733,29,727,27],[1734,6,728,4,"padding"],[1734,13,728,11],[1734,15,728,13],[1734,17,728,15],[1735,6,729,4,"borderRadius"],[1735,18,729,16],[1735,20,729,18],[1735,22,729,20],[1736,6,730,4,"alignItems"],[1736,16,730,14],[1736,18,730,16],[1736,26,730,24],[1737,6,731,4,"shadowColor"],[1737,17,731,15],[1737,19,731,17],[1737,25,731,23],[1738,6,732,4,"shadowOffset"],[1738,18,732,16],[1738,20,732,18],[1739,8,732,20,"width"],[1739,13,732,25],[1739,15,732,27],[1739,16,732,28],[1740,8,732,30,"height"],[1740,14,732,36],[1740,16,732,38],[1741,6,732,40],[1741,7,732,41],[1742,6,733,4,"shadowOpacity"],[1742,19,733,17],[1742,21,733,19],[1742,24,733,22],[1743,6,734,4,"shadowRadius"],[1743,18,734,16],[1743,20,734,18],[1743,21,734,19],[1744,6,735,4,"elevation"],[1744,15,735,13],[1744,17,735,15],[1745,4,736,2],[1745,5,736,3],[1746,4,737,2,"tokenLogoNew"],[1746,16,737,14],[1746,18,737,16],[1747,6,738,4,"width"],[1747,11,738,9],[1747,13,738,11],[1747,15,738,13],[1748,6,739,4,"height"],[1748,12,739,10],[1748,14,739,12],[1748,16,739,14],[1749,6,740,4,"borderRadius"],[1749,18,740,16],[1749,20,740,18],[1749,22,740,20],[1750,6,741,4,"marginBottom"],[1750,18,741,16],[1750,20,741,18],[1751,4,742,2],[1751,5,742,3],[1752,4,743,2,"tokenSymbolNew"],[1752,18,743,16],[1752,20,743,18],[1753,6,744,4,"fontSize"],[1753,14,744,12],[1753,16,744,14],[1753,18,744,16],[1754,6,745,4,"fontWeight"],[1754,16,745,14],[1754,18,745,16],[1754,23,745,21],[1755,6,746,4,"color"],[1755,11,746,9],[1755,13,746,11],[1755,22,746,20],[1756,6,747,4,"marginBottom"],[1756,18,747,16],[1756,20,747,18],[1757,4,748,2],[1757,5,748,3],[1758,4,749,2,"balanceAmountNew"],[1758,20,749,18],[1758,22,749,20],[1759,6,750,4,"fontSize"],[1759,14,750,12],[1759,16,750,14],[1759,18,750,16],[1760,6,751,4,"fontWeight"],[1760,16,751,14],[1760,18,751,16],[1760,23,751,21],[1761,6,752,4,"color"],[1761,11,752,9],[1761,13,752,11],[1761,22,752,20],[1762,6,753,4,"marginBottom"],[1762,18,753,16],[1762,20,753,18],[1763,4,754,2],[1763,5,754,3],[1764,4,755,2,"tokenNameNew"],[1764,16,755,14],[1764,18,755,16],[1765,6,756,4,"fontSize"],[1765,14,756,12],[1765,16,756,14],[1765,18,756,16],[1766,6,757,4,"color"],[1766,11,757,9],[1766,13,757,11],[1767,4,758,2],[1767,5,758,3],[1768,4,759,2,"actionsContainer"],[1768,20,759,18],[1768,22,759,20],[1769,6,760,4,"margin"],[1769,12,760,10],[1769,14,760,12],[1769,16,760,14],[1770,6,761,4,"backgroundColor"],[1770,21,761,19],[1770,23,761,21],[1770,29,761,27],[1771,6,762,4,"padding"],[1771,13,762,11],[1771,15,762,13],[1771,17,762,15],[1772,6,763,4,"borderRadius"],[1772,18,763,16],[1772,20,763,18],[1772,22,763,20],[1773,6,764,4,"shadowColor"],[1773,17,764,15],[1773,19,764,17],[1773,25,764,23],[1774,6,765,4,"shadowOffset"],[1774,18,765,16],[1774,20,765,18],[1775,8,765,20,"width"],[1775,13,765,25],[1775,15,765,27],[1775,16,765,28],[1776,8,765,30,"height"],[1776,14,765,36],[1776,16,765,38],[1777,6,765,40],[1777,7,765,41],[1778,6,766,4,"shadowOpacity"],[1778,19,766,17],[1778,21,766,19],[1778,24,766,22],[1779,6,767,4,"shadowRadius"],[1779,18,767,16],[1779,20,767,18],[1779,21,767,19],[1780,6,768,4,"elevation"],[1780,15,768,13],[1780,17,768,15],[1781,4,769,2],[1781,5,769,3],[1782,4,770,2,"actionsRow"],[1782,14,770,12],[1782,16,770,14],[1783,6,771,4,"flexDirection"],[1783,19,771,17],[1783,21,771,19],[1783,26,771,24],[1784,6,772,4,"justifyContent"],[1784,20,772,18],[1784,22,772,20],[1784,37,772,35],[1785,6,773,4,"marginBottom"],[1785,18,773,16],[1785,20,773,18],[1786,4,774,2],[1786,5,774,3],[1787,4,775,2,"actionBtn"],[1787,13,775,11],[1787,15,775,13],[1788,6,776,4,"width"],[1788,11,776,9],[1788,13,776,11],[1788,14,776,12,"width"],[1788,19,776,17],[1788,22,776,20],[1788,24,776,22],[1788,28,776,26],[1788,29,776,27],[1789,6,777,4,"padding"],[1789,13,777,11],[1789,15,777,13],[1789,17,777,15],[1790,6,778,4,"borderRadius"],[1790,18,778,16],[1790,20,778,18],[1790,22,778,20],[1791,6,779,4,"alignItems"],[1791,16,779,14],[1791,18,779,16],[1791,26,779,24],[1792,6,780,4,"justifyContent"],[1792,20,780,18],[1792,22,780,20],[1793,4,781,2],[1793,5,781,3],[1794,4,782,2,"actionBtnText"],[1794,17,782,15],[1794,19,782,17],[1795,6,783,4,"color"],[1795,11,783,9],[1795,13,783,11],[1795,19,783,17],[1796,6,784,4,"fontSize"],[1796,14,784,12],[1796,16,784,14],[1796,18,784,16],[1797,6,785,4,"fontWeight"],[1797,16,785,14],[1797,18,785,16],[1797,23,785,21],[1798,6,786,4,"marginTop"],[1798,15,786,13],[1798,17,786,15],[1799,4,787,2],[1799,5,787,3],[1800,4,788,2,"tokensContainer"],[1800,19,788,17],[1800,21,788,19],[1801,6,789,4,"margin"],[1801,12,789,10],[1801,14,789,12],[1801,16,789,14],[1802,6,790,4,"marginTop"],[1802,15,790,13],[1802,17,790,15],[1803,4,791,2],[1803,5,791,3],[1804,4,792,2,"tokensHeader"],[1804,16,792,14],[1804,18,792,16],[1805,6,793,4,"flexDirection"],[1805,19,793,17],[1805,21,793,19],[1805,26,793,24],[1806,6,794,4,"justifyContent"],[1806,20,794,18],[1806,22,794,20],[1806,37,794,35],[1807,6,795,4,"alignItems"],[1807,16,795,14],[1807,18,795,16],[1807,26,795,24],[1808,6,796,4,"marginBottom"],[1808,18,796,16],[1808,20,796,18],[1808,22,796,20],[1809,6,797,4,"paddingHorizontal"],[1809,23,797,21],[1809,25,797,23],[1810,4,798,2],[1810,5,798,3],[1811,4,799,2,"tokensTitle"],[1811,15,799,13],[1811,17,799,15],[1812,6,800,4,"fontSize"],[1812,14,800,12],[1812,16,800,14],[1812,18,800,16],[1813,6,801,4,"fontWeight"],[1813,16,801,14],[1813,18,801,16],[1813,23,801,21],[1814,6,802,4,"color"],[1814,11,802,9],[1814,13,802,11],[1815,4,803,2],[1815,5,803,3],[1816,4,804,2,"tokensHeaderActions"],[1816,23,804,21],[1816,25,804,23],[1817,6,805,4,"flexDirection"],[1817,19,805,17],[1817,21,805,19],[1817,26,805,24],[1818,6,806,4,"gap"],[1818,9,806,7],[1818,11,806,9],[1819,4,807,2],[1819,5,807,3],[1820,4,808,2,"tokenHeaderButton"],[1820,21,808,19],[1820,23,808,21],[1821,6,809,4,"width"],[1821,11,809,9],[1821,13,809,11],[1821,15,809,13],[1822,6,810,4,"height"],[1822,12,810,10],[1822,14,810,12],[1822,16,810,14],[1823,6,811,4,"borderRadius"],[1823,18,811,16],[1823,20,811,18],[1823,21,811,19],[1824,6,812,4,"backgroundColor"],[1824,21,812,19],[1824,23,812,21],[1824,32,812,30],[1825,6,813,4,"alignItems"],[1825,16,813,14],[1825,18,813,16],[1825,26,813,24],[1826,6,814,4,"justifyContent"],[1826,20,814,18],[1826,22,814,20],[1827,4,815,2],[1827,5,815,3],[1828,4,816,2,"tokenItem"],[1828,13,816,11],[1828,15,816,13],[1829,6,817,4,"flexDirection"],[1829,19,817,17],[1829,21,817,19],[1829,26,817,24],[1830,6,818,4,"justifyContent"],[1830,20,818,18],[1830,22,818,20],[1830,37,818,35],[1831,6,819,4,"alignItems"],[1831,16,819,14],[1831,18,819,16],[1831,26,819,24],[1832,6,820,4,"backgroundColor"],[1832,21,820,19],[1832,23,820,21],[1832,29,820,27],[1833,6,821,4,"padding"],[1833,13,821,11],[1833,15,821,13],[1833,17,821,15],[1834,6,822,4,"borderRadius"],[1834,18,822,16],[1834,20,822,18],[1834,22,822,20],[1835,6,823,4,"marginBottom"],[1835,18,823,16],[1835,20,823,18],[1835,21,823,19],[1836,6,824,4,"shadowColor"],[1836,17,824,15],[1836,19,824,17],[1836,25,824,23],[1837,6,825,4,"shadowOffset"],[1837,18,825,16],[1837,20,825,18],[1838,8,825,20,"width"],[1838,13,825,25],[1838,15,825,27],[1838,16,825,28],[1839,8,825,30,"height"],[1839,14,825,36],[1839,16,825,38],[1840,6,825,40],[1840,7,825,41],[1841,6,826,4,"shadowOpacity"],[1841,19,826,17],[1841,21,826,19],[1841,25,826,23],[1842,6,827,4,"shadowRadius"],[1842,18,827,16],[1842,20,827,18],[1842,21,827,19],[1843,6,828,4,"elevation"],[1843,15,828,13],[1843,17,828,15],[1844,4,829,2],[1844,5,829,3],[1845,4,830,2,"tokenItemLeft"],[1845,17,830,15],[1845,19,830,17],[1846,6,831,4,"flexDirection"],[1846,19,831,17],[1846,21,831,19],[1846,26,831,24],[1847,6,832,4,"alignItems"],[1847,16,832,14],[1847,18,832,16],[1847,26,832,24],[1848,6,833,4,"gap"],[1848,9,833,7],[1848,11,833,9],[1849,4,834,2],[1849,5,834,3],[1850,4,835,2,"tokenIconContainer"],[1850,22,835,20],[1850,24,835,22],[1851,6,836,4,"position"],[1851,14,836,12],[1851,16,836,14],[1851,26,836,24],[1852,6,837,4,"width"],[1852,11,837,9],[1852,13,837,11],[1852,15,837,13],[1853,6,838,4,"height"],[1853,12,838,10],[1853,14,838,12],[1854,4,839,2],[1854,5,839,3],[1855,4,840,2,"tokenIcon"],[1855,13,840,11],[1855,15,840,13],[1856,6,841,4,"width"],[1856,11,841,9],[1856,13,841,11],[1856,15,841,13],[1857,6,842,4,"height"],[1857,12,842,10],[1857,14,842,12],[1857,16,842,14],[1858,6,843,4,"borderRadius"],[1858,18,843,16],[1858,20,843,18],[1859,4,844,2],[1859,5,844,3],[1860,4,845,2,"networkBadge"],[1860,16,845,14],[1860,18,845,16],[1861,6,846,4,"position"],[1861,14,846,12],[1861,16,846,14],[1861,26,846,24],[1862,6,847,4,"right"],[1862,11,847,9],[1862,13,847,11],[1862,14,847,12],[1862,15,847,13],[1863,6,848,4,"bottom"],[1863,12,848,10],[1863,14,848,12],[1863,15,848,13],[1863,16,848,14],[1864,6,849,4,"width"],[1864,11,849,9],[1864,13,849,11],[1864,15,849,13],[1865,6,850,4,"height"],[1865,12,850,10],[1865,14,850,12],[1865,16,850,14],[1866,6,851,4,"borderRadius"],[1866,18,851,16],[1866,20,851,18],[1866,21,851,19],[1867,6,852,4,"borderWidth"],[1867,17,852,15],[1867,19,852,17],[1867,20,852,18],[1868,6,853,4,"borderColor"],[1868,17,853,15],[1868,19,853,17],[1869,4,854,2],[1869,5,854,3],[1870,4,855,2,"tokenItemName"],[1870,17,855,15],[1870,19,855,17],[1871,6,856,4,"fontSize"],[1871,14,856,12],[1871,16,856,14],[1871,18,856,16],[1872,6,857,4,"fontWeight"],[1872,16,857,14],[1872,18,857,16],[1872,23,857,21],[1873,6,858,4,"color"],[1873,11,858,9],[1873,13,858,11],[1874,4,859,2],[1874,5,859,3],[1875,4,860,2,"tokenItemNetwork"],[1875,20,860,18],[1875,22,860,20],[1876,6,861,4,"fontSize"],[1876,14,861,12],[1876,16,861,14],[1876,18,861,16],[1877,6,862,4,"color"],[1877,11,862,9],[1877,13,862,11],[1878,4,863,2],[1878,5,863,3],[1879,4,864,2,"tokenItemRight"],[1879,18,864,16],[1879,20,864,18],[1880,6,865,4,"alignItems"],[1880,16,865,14],[1880,18,865,16],[1881,4,866,2],[1881,5,866,3],[1882,4,867,2,"tokenItemBalance"],[1882,20,867,18],[1882,22,867,20],[1883,6,868,4,"fontSize"],[1883,14,868,12],[1883,16,868,14],[1883,18,868,16],[1884,6,869,4,"fontWeight"],[1884,16,869,14],[1884,18,869,16],[1884,23,869,21],[1885,6,870,4,"color"],[1885,11,870,9],[1885,13,870,11],[1886,4,871,2],[1886,5,871,3],[1887,4,872,2,"tokenItemUsd"],[1887,16,872,14],[1887,18,872,16],[1888,6,873,4,"fontSize"],[1888,14,873,12],[1888,16,873,14],[1888,18,873,16],[1889,6,874,4,"color"],[1889,11,874,9],[1889,13,874,11],[1890,4,875,2],[1891,2,876,0],[1891,3,876,1],[1891,4,876,2],[1892,2,876,3],[1892,6,876,3,"_c"],[1892,8,876,3],[1892,10,876,3,"_c2"],[1892,13,876,3],[1892,15,876,3,"_c3"],[1892,18,876,3],[1892,20,876,3,"_c4"],[1892,23,876,3],[1892,25,876,3,"_c5"],[1892,28,876,3],[1892,30,876,3,"_c6"],[1892,33,876,3],[1893,2,876,3,"$RefreshReg$"],[1893,14,876,3],[1893,15,876,3,"_c"],[1893,17,876,3],[1894,2,876,3,"$RefreshReg$"],[1894,14,876,3],[1894,15,876,3,"_c2"],[1894,18,876,3],[1895,2,876,3,"$RefreshReg$"],[1895,14,876,3],[1895,15,876,3,"_c3"],[1895,18,876,3],[1896,2,876,3,"$RefreshReg$"],[1896,14,876,3],[1896,15,876,3,"_c4"],[1896,18,876,3],[1897,2,876,3,"$RefreshReg$"],[1897,14,876,3],[1897,15,876,3,"_c5"],[1897,18,876,3],[1898,2,876,3,"$RefreshReg$"],[1898,14,876,3],[1898,15,876,3,"_c6"],[1898,18,876,3],[1899,0,876,3],[1899,3]],"functionMap":{"names":["","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;CJuO;AQE;CRM;ASE;CTM;AUE;CVM;eWI;sBCe;WDE;sBCQ;WDE;sBCQ;WDE;sBCQ;WDE;sBCQ;WDE;CXK"},"hasCjsExports":false},"type":"js/module"}]}
\ No newline at end of file
+{"dependencies":[{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":51,"index":51}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/View","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"4kYBDC6LJJXoH7P9rWDi3vkLVB0=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Text","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"JKIzsQ5YQ0gDj0MIyY0Q7F1zJtU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/StyleSheet","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"MK7+k1V+KnvCVW7Kj2k/ydtjmVU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/TouchableOpacity","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PnQOoa8QGKpV5+issz6ikk463eg=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/ScrollView","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"7Gv1K9/TiQvbDXlMy9NOQIEBHDA=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Image","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"h9Yjx6LR7umCdPP226caWyLdUPo=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Dimensions","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"ySrYx/xxJL+A+Ie+sLy/r/EEnF8=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Alert","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PEUC6jrQVoAGZ2qYkvimljMOyJI=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":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 _react = require(_dependencyMap[0], \"react\");\n var _reactNativeWebDistExportsView = require(_dependencyMap[1], \"react-native-web/dist/exports/View\");\n var View = _interopDefault(_reactNativeWebDistExportsView);\n var _reactNativeWebDistExportsText = require(_dependencyMap[2], \"react-native-web/dist/exports/Text\");\n var Text = _interopDefault(_reactNativeWebDistExportsText);\n var _reactNativeWebDistExportsStyleSheet = require(_dependencyMap[3], \"react-native-web/dist/exports/StyleSheet\");\n var StyleSheet = _interopDefault(_reactNativeWebDistExportsStyleSheet);\n var _reactNativeWebDistExportsTouchableOpacity = require(_dependencyMap[4], \"react-native-web/dist/exports/TouchableOpacity\");\n var TouchableOpacity = _interopDefault(_reactNativeWebDistExportsTouchableOpacity);\n var _reactNativeWebDistExportsScrollView = require(_dependencyMap[5], \"react-native-web/dist/exports/ScrollView\");\n var ScrollView = _interopDefault(_reactNativeWebDistExportsScrollView);\n var _reactNativeWebDistExportsImage = require(_dependencyMap[6], \"react-native-web/dist/exports/Image\");\n var Image = _interopDefault(_reactNativeWebDistExportsImage);\n var _reactNativeWebDistExportsDimensions = require(_dependencyMap[7], \"react-native-web/dist/exports/Dimensions\");\n var Dimensions = _interopDefault(_reactNativeWebDistExportsDimensions);\n var _reactNativeWebDistExportsAlert = require(_dependencyMap[8], \"react-native-web/dist/exports/Alert\");\n var Alert = _interopDefault(_reactNativeWebDistExportsAlert);\n var _expoVectorIcons = require(_dependencyMap[9], \"@expo/vector-icons\");\n var _reactNavigationBottomTabs = require(_dependencyMap[10], \"@react-navigation/bottom-tabs\");\n var _expoImagePicker = require(_dependencyMap[11], \"expo-image-picker\");\n var ImagePicker = _interopNamespace(_expoImagePicker);\n var _contextsAuthContext = require(_dependencyMap[12], \"../contexts/AuthContext\");\n var _reactNativeSafeAreaContext = require(_dependencyMap[13], \"react-native-safe-area-context\");\n var _reactJsxDevRuntime = require(_dependencyMap[14], \"react/jsx-dev-runtime\");\n const {\n width\n } = Dimensions.default.get('window');\n function HomeTab() {\n _s();\n const {\n user\n } = (0, _contextsAuthContext.useAuth)();\n const insets = (0, _reactNativeSafeAreaContext.useSafeAreaInsets)();\n const [profileImage, setProfileImage] = (0, _react.useState)(null);\n const pickImage = async () => {\n const permissionResult = await ImagePicker.requestMediaLibraryPermissionsAsync();\n if (permissionResult.granted === false) {\n Alert.default.alert('Permission Required', 'Permission to access camera roll is required!');\n return;\n }\n const result = await 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 const base64Image = `data:image/jpeg;base64,${result.assets[0].base64}`;\n setProfileImage(base64Image);\n // TODO: Save to backend\n }\n };\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n showsVerticalScrollIndicator: false,\n contentContainerStyle: styles.scrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: [styles.header, {\n paddingTop: insets.top + 16\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.headerLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: styles.profileImage,\n onPress: pickImage,\n children: profileImage ? /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\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)(View.default, {\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)(Text.default, {\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)(View.default, {\n style: styles.headerRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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)(TouchableOpacity.default, {\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)(TouchableOpacity.default, {\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)(View.default, {\n style: styles.announcementWidget,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n horizontal: true,\n showsHorizontalScrollIndicator: false,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.announcement,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\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)(Text.default, {\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)(View.default, {\n style: styles.announcement,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\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)(Text.default, {\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)(View.default, {\n style: styles.quickActionsContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\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)(View.default, {\n style: styles.actionsGrid,\n children: QUICK_ACTIONS.map((action, index) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: [styles.actionCard, index % 4 === 0 && styles.actionCardFirst, index % 4 === 3 && styles.actionCardLast],\n activeOpacity: 0.7,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\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)(Text.default, {\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 const {\n user\n } = (0, _contextsAuthContext.useAuth)();\n const insets = (0, _reactNativeSafeAreaContext.useSafeAreaInsets)();\n const [hezBalance, setHezBalance] = (0, _react.useState)('Loading...');\n const [pezBalance, setPezBalance] = (0, _react.useState)('Loading...');\n const [loading, setLoading] = (0, _react.useState)(true);\n const TEST_WALLET = '5GgTgG9sRmPQAYU1RsTejZYnZRjwzKZKWD3awtuqjHioki45';\n (0, _react.useEffect)(() => {\n fetchBalance();\n }, []);\n const fetchBalance = async () => {\n try {\n const backendUrl = \"https://kurdish-id.preview.emergentagent.com\" || 'http://localhost:8001';\n const controller = new AbortController();\n const timeoutId = setTimeout(() => controller.abort(), 5000); // 5 sec timeout\n\n const response = await 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 const data = await 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 /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n contentContainerStyle: styles.walletScrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: [styles.walletHeader, {\n paddingTop: insets.top + 16\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\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)(TouchableOpacity.default, {\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)(View.default, {\n style: styles.balanceRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.balanceCardNew,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\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)(Text.default, {\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)(Text.default, {\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)(Text.default, {\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)(View.default, {\n style: styles.balanceCardNew,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\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)(Text.default, {\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)(Text.default, {\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)(Text.default, {\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)(View.default, {\n style: styles.actionsContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.actionsRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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)(Text.default, {\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)(TouchableOpacity.default, {\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)(Text.default, {\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)(TouchableOpacity.default, {\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)(Text.default, {\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)(TouchableOpacity.default, {\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)(Text.default, {\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)(View.default, {\n style: styles.actionsRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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)(Text.default, {\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)(TouchableOpacity.default, {\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)(Text.default, {\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)(TouchableOpacity.default, {\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)(Text.default, {\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)(TouchableOpacity.default, {\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)(Text.default, {\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)(View.default, {\n style: styles.tokensContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokensHeader,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokensTitle,\n children: \"Tokens\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 247,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokensHeaderActions,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: styles.tokenHeaderButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"search\",\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 250,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 249,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: styles.tokenHeaderButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"add-circle\",\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 253,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 252,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: styles.tokenHeaderButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"settings\",\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 256,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 255,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 248,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 246,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenIconContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_digital-kurdistan/artifacts/kjrxv1gd_USDT%28hez%29logo.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 265,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\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: 269,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 264,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemName,\n children: \"USDT\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 275,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemNetwork,\n children: \"PEZ Network\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 276,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 274,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 263,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemBalance,\n children: \"0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 280,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 281,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 279,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 262,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_digital-kurdistan/artifacts/06k2kt5u_dot.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 288,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemName,\n children: \"DOT\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 293,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemNetwork,\n children: \"Polkadot\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 294,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 292,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 287,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemBalance,\n children: \"0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 298,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 299,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 297,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 286,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_digital-kurdistan/artifacts/7obzx4ca_bitcoin.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 306,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemName,\n children: \"BTC\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 311,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemNetwork,\n children: \"Bitcoin\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 312,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 310,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 305,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemBalance,\n children: \"0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 316,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 317,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 315,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 304,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_digital-kurdistan/artifacts/l927j96q_etherium.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 324,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemName,\n children: \"ETH\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 329,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemNetwork,\n children: \"Ethereum\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 330,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 328,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 323,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemBalance,\n children: \"0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 334,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 335,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 333,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 322,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_digital-kurdistan/artifacts/2k07ckau_BNB_logo.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 342,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemName,\n children: \"BNB\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 347,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemNetwork,\n children: \"Binance Smart Chain\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 348,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 346,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 341,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemBalance,\n children: \"0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 352,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 353,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 351,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 340,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_digital-kurdistan/artifacts/k5rl2t4g_ADAlogo.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 360,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemName,\n children: \"ADA\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 365,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemNetwork,\n children: \"Cardano\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 366,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 364,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 359,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemBalance,\n children: \"0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 370,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 371,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 369,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 358,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_digital-kurdistan/artifacts/ldg2spf2_SOLlogo.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 378,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemName,\n children: \"SOL\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 383,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemNetwork,\n children: \"Solana\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 384,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 382,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 377,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemBalance,\n children: \"0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 388,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 389,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 387,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 376,\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)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.placeholderText,\n children: \"Citizens Screen\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 401,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 400,\n columnNumber: 5\n }, this);\n }\n _c3 = CitizensTab;\n function ReferralTab() {\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.placeholderText,\n children: \"Referral Screen\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 409,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 408,\n columnNumber: 5\n }, this);\n }\n _c4 = ReferralTab;\n function ProfileTab() {\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.placeholderText,\n children: \"Profile Screen\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 417,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 416,\n columnNumber: 5\n }, this);\n }\n _c5 = ProfileTab;\n const 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: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"home\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 440,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 434,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Wallet\",\n component: WalletTab,\n options: {\n tabBarLabel: 'Wallet',\n tabBarIcon: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"wallet\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 450,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 444,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Citizens\",\n component: CitizensTab,\n options: {\n tabBarLabel: 'Citizens',\n tabBarIcon: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"people\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 460,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 454,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Referral\",\n component: ReferralTab,\n options: {\n tabBarLabel: 'Referral',\n tabBarIcon: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"gift\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 470,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 464,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Profile\",\n component: ProfileTab,\n options: {\n tabBarLabel: 'Profile',\n tabBarIcon: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"person\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 480,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 474,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 426,\n columnNumber: 5\n }, this);\n }\n _c6 = HomeScreen;\n const 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 const styles = StyleSheet.default.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 - 32,\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 tokensHeader: {\n flexDirection: 'row',\n justifyContent: 'space-between',\n alignItems: 'center',\n marginBottom: 12,\n paddingHorizontal: 4\n },\n tokensTitle: {\n fontSize: 18,\n fontWeight: '700',\n color: '#1F2937'\n },\n tokensHeaderActions: {\n flexDirection: 'row',\n gap: 12\n },\n tokenHeaderButton: {\n width: 32,\n height: 32,\n borderRadius: 8,\n backgroundColor: '#F3F4F6',\n alignItems: 'center',\n justifyContent: 'center'\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":1899,"map":[[30,2,424,15,"Object"],[30,8,424,15],[30,9,424,15,"defineProperty"],[30,23,424,15],[30,24,424,15,"exports"],[30,31,424,15],[31,4,424,15,"enumerable"],[31,14,424,15],[32,4,424,15,"get"],[32,7,424,15],[32,18,424,15,"get"],[32,19,424,15],[33,6,424,15],[33,13,424,15,"HomeScreen"],[33,23,424,15],[34,4,424,15],[35,2,424,15],[36,2,1,0],[36,6,1,0,"_react"],[36,12,1,0],[36,15,1,0,"require"],[36,22,1,0],[36,23,1,0,"_dependencyMap"],[36,37,1,0],[37,2,1,51],[37,6,1,51,"_reactNativeWebDistExportsView"],[37,36,1,51],[37,39,1,51,"require"],[37,46,1,51],[37,47,1,51,"_dependencyMap"],[37,61,1,51],[38,2,1,51],[38,6,1,51,"View"],[38,10,1,51],[38,13,1,51,"_interopDefault"],[38,28,1,51],[38,29,1,51,"_reactNativeWebDistExportsView"],[38,59,1,51],[39,2,1,51],[39,6,1,51,"_reactNativeWebDistExportsText"],[39,36,1,51],[39,39,1,51,"require"],[39,46,1,51],[39,47,1,51,"_dependencyMap"],[39,61,1,51],[40,2,1,51],[40,6,1,51,"Text"],[40,10,1,51],[40,13,1,51,"_interopDefault"],[40,28,1,51],[40,29,1,51,"_reactNativeWebDistExportsText"],[40,59,1,51],[41,2,1,51],[41,6,1,51,"_reactNativeWebDistExportsStyleSheet"],[41,42,1,51],[41,45,1,51,"require"],[41,52,1,51],[41,53,1,51,"_dependencyMap"],[41,67,1,51],[42,2,1,51],[42,6,1,51,"StyleSheet"],[42,16,1,51],[42,19,1,51,"_interopDefault"],[42,34,1,51],[42,35,1,51,"_reactNativeWebDistExportsStyleSheet"],[42,71,1,51],[43,2,1,51],[43,6,1,51,"_reactNativeWebDistExportsTouchableOpacity"],[43,48,1,51],[43,51,1,51,"require"],[43,58,1,51],[43,59,1,51,"_dependencyMap"],[43,73,1,51],[44,2,1,51],[44,6,1,51,"TouchableOpacity"],[44,22,1,51],[44,25,1,51,"_interopDefault"],[44,40,1,51],[44,41,1,51,"_reactNativeWebDistExportsTouchableOpacity"],[44,83,1,51],[45,2,1,51],[45,6,1,51,"_reactNativeWebDistExportsScrollView"],[45,42,1,51],[45,45,1,51,"require"],[45,52,1,51],[45,53,1,51,"_dependencyMap"],[45,67,1,51],[46,2,1,51],[46,6,1,51,"ScrollView"],[46,16,1,51],[46,19,1,51,"_interopDefault"],[46,34,1,51],[46,35,1,51,"_reactNativeWebDistExportsScrollView"],[46,71,1,51],[47,2,1,51],[47,6,1,51,"_reactNativeWebDistExportsImage"],[47,37,1,51],[47,40,1,51,"require"],[47,47,1,51],[47,48,1,51,"_dependencyMap"],[47,62,1,51],[48,2,1,51],[48,6,1,51,"Image"],[48,11,1,51],[48,14,1,51,"_interopDefault"],[48,29,1,51],[48,30,1,51,"_reactNativeWebDistExportsImage"],[48,61,1,51],[49,2,1,51],[49,6,1,51,"_reactNativeWebDistExportsDimensions"],[49,42,1,51],[49,45,1,51,"require"],[49,52,1,51],[49,53,1,51,"_dependencyMap"],[49,67,1,51],[50,2,1,51],[50,6,1,51,"Dimensions"],[50,16,1,51],[50,19,1,51,"_interopDefault"],[50,34,1,51],[50,35,1,51,"_reactNativeWebDistExportsDimensions"],[50,71,1,51],[51,2,1,51],[51,6,1,51,"_reactNativeWebDistExportsAlert"],[51,37,1,51],[51,40,1,51,"require"],[51,47,1,51],[51,48,1,51,"_dependencyMap"],[51,62,1,51],[52,2,1,51],[52,6,1,51,"Alert"],[52,11,1,51],[52,14,1,51,"_interopDefault"],[52,29,1,51],[52,30,1,51,"_reactNativeWebDistExportsAlert"],[52,61,1,51],[53,2,12,0],[53,6,12,0,"_expoVectorIcons"],[53,22,12,0],[53,25,12,0,"require"],[53,32,12,0],[53,33,12,0,"_dependencyMap"],[53,47,12,0],[54,2,13,0],[54,6,13,0,"_reactNavigationBottomTabs"],[54,32,13,0],[54,35,13,0,"require"],[54,42,13,0],[54,43,13,0,"_dependencyMap"],[54,57,13,0],[55,2,14,0],[55,6,14,0,"_expoImagePicker"],[55,22,14,0],[55,25,14,0,"require"],[55,32,14,0],[55,33,14,0,"_dependencyMap"],[55,47,14,0],[56,2,14,0],[56,6,14,0,"ImagePicker"],[56,17,14,0],[56,20,14,0,"_interopNamespace"],[56,37,14,0],[56,38,14,0,"_expoImagePicker"],[56,54,14,0],[57,2,15,0],[57,6,15,0,"_contextsAuthContext"],[57,26,15,0],[57,29,15,0,"require"],[57,36,15,0],[57,37,15,0,"_dependencyMap"],[57,51,15,0],[58,2,16,0],[58,6,16,0,"_reactNativeSafeAreaContext"],[58,33,16,0],[58,36,16,0,"require"],[58,43,16,0],[58,44,16,0,"_dependencyMap"],[58,58,16,0],[59,2,16,67],[59,6,16,67,"_reactJsxDevRuntime"],[59,25,16,67],[59,28,16,67,"require"],[59,35,16,67],[59,36,16,67,"_dependencyMap"],[59,50,16,67],[60,2,18,0],[60,8,18,6],[61,4,18,8,"width"],[62,2,18,14],[62,3,18,15],[62,6,18,18,"Dimensions"],[62,16,18,28],[62,17,18,28,"default"],[62,24,18,28],[62,25,18,29,"get"],[62,28,18,32],[62,29,18,33],[62,37,18,41],[62,38,18,42],[63,2,20,0],[63,11,20,9,"HomeTab"],[63,18,20,16,"HomeTab"],[63,19,20,16],[63,21,20,19],[64,4,20,19,"_s"],[64,6,20,19],[65,4,21,2],[65,10,21,8],[66,6,21,10,"user"],[67,4,21,15],[67,5,21,16],[67,8,21,19],[67,12,21,19,"useAuth"],[67,32,21,26],[67,33,21,26,"useAuth"],[67,40,21,26],[67,42,21,27],[67,43,21,28],[68,4,22,2],[68,10,22,8,"insets"],[68,16,22,14],[68,19,22,17],[68,23,22,17,"useSafeAreaInsets"],[68,50,22,34],[68,51,22,34,"useSafeAreaInsets"],[68,68,22,34],[68,70,22,35],[68,71,22,36],[69,4,23,2],[69,10,23,8],[69,11,23,9,"profileImage"],[69,23,23,21],[69,25,23,23,"setProfileImage"],[69,40,23,38],[69,41,23,39],[69,44,23,42],[69,48,23,42,"useState"],[69,54,23,50],[69,55,23,50,"useState"],[69,63,23,50],[69,65,23,66],[69,69,23,70],[69,70,23,71],[70,4,25,2],[70,10,25,8,"pickImage"],[70,19,25,17],[70,22,25,20],[70,28,25,20,"pickImage"],[70,29,25,20],[70,34,25,32],[71,6,26,4],[71,12,26,10,"permissionResult"],[71,28,26,26],[71,31,26,29],[71,37,26,35,"ImagePicker"],[71,48,26,46],[71,49,26,47,"requestMediaLibraryPermissionsAsync"],[71,84,26,82],[71,85,26,83],[71,86,26,84],[72,6,28,4],[72,10,28,8,"permissionResult"],[72,26,28,24],[72,27,28,25,"granted"],[72,34,28,32],[72,39,28,37],[72,44,28,42],[72,46,28,44],[73,8,29,6,"Alert"],[73,13,29,11],[73,14,29,11,"default"],[73,21,29,11],[73,22,29,12,"alert"],[73,27,29,17],[73,28,29,18],[73,49,29,39],[73,51,29,41],[73,98,29,88],[73,99,29,89],[74,8,30,6],[75,6,31,4],[76,6,33,4],[76,12,33,10,"result"],[76,18,33,16],[76,21,33,19],[76,27,33,25,"ImagePicker"],[76,38,33,36],[76,39,33,37,"launchImageLibraryAsync"],[76,62,33,60],[76,63,33,61],[77,8,34,6,"mediaTypes"],[77,18,34,16],[77,20,34,18,"ImagePicker"],[77,31,34,29],[77,32,34,30,"MediaTypeOptions"],[77,48,34,46],[77,49,34,47,"Images"],[77,55,34,53],[78,8,35,6,"allowsEditing"],[78,21,35,19],[78,23,35,21],[78,27,35,25],[79,8,36,6,"aspect"],[79,14,36,12],[79,16,36,14],[79,17,36,15],[79,18,36,16],[79,20,36,18],[79,21,36,19],[79,22,36,20],[80,8,37,6,"quality"],[80,15,37,13],[80,17,37,15],[80,20,37,18],[81,8,38,6,"base64"],[81,14,38,12],[81,16,38,14],[82,6,39,4],[82,7,39,5],[82,8,39,6],[83,6,41,4],[83,10,41,8],[83,11,41,9,"result"],[83,17,41,15],[83,18,41,16,"canceled"],[83,26,41,24],[83,30,41,28,"result"],[83,36,41,34],[83,37,41,35,"assets"],[83,43,41,41],[83,44,41,42],[83,45,41,43],[83,46,41,44],[83,47,41,45,"base64"],[83,53,41,51],[83,55,41,53],[84,8,42,6],[84,14,42,12,"base64Image"],[84,25,42,23],[84,28,42,26],[84,54,42,52,"result"],[84,60,42,58],[84,61,42,59,"assets"],[84,67,42,65],[84,68,42,66],[84,69,42,67],[84,70,42,68],[84,71,42,69,"base64"],[84,77,42,75],[84,79,42,77],[85,8,43,6,"setProfileImage"],[85,23,43,21],[85,24,43,22,"base64Image"],[85,35,43,33],[85,36,43,34],[86,8,44,6],[87,6,45,4],[88,4,46,2],[88,5,46,3],[89,4,47,2],[89,24,48,4],[89,28,48,4,"_reactJsxDevRuntime"],[89,47,48,4],[89,48,48,4,"jsxDEV"],[89,54,48,4],[89,56,48,5,"View"],[89,60,48,9],[89,61,48,9,"default"],[89,68,48,9],[90,6,48,10,"style"],[90,11,48,15],[90,13,48,17,"styles"],[90,19,48,23],[90,20,48,24,"container"],[90,29,48,34],[91,6,48,34,"children"],[91,14,48,34],[91,29,49,6],[91,33,49,6,"_reactJsxDevRuntime"],[91,52,49,6],[91,53,49,6,"jsxDEV"],[91,59,49,6],[91,61,49,7,"ScrollView"],[91,71,49,17],[91,72,49,17,"default"],[91,79,49,17],[92,8,49,18,"showsVerticalScrollIndicator"],[92,36,49,46],[92,38,49,48],[92,43,49,54],[93,8,49,55,"contentContainerStyle"],[93,29,49,76],[93,31,49,78,"styles"],[93,37,49,84],[93,38,49,85,"scrollContent"],[93,51,49,99],[94,8,49,99,"children"],[94,16,49,99],[94,32,51,8],[94,36,51,8,"_reactJsxDevRuntime"],[94,55,51,8],[94,56,51,8,"jsxDEV"],[94,62,51,8],[94,64,51,9,"View"],[94,68,51,13],[94,69,51,13,"default"],[94,76,51,13],[95,10,51,14,"style"],[95,15,51,19],[95,17,51,21],[95,18,51,22,"styles"],[95,24,51,28],[95,25,51,29,"header"],[95,31,51,35],[95,33,51,37],[96,12,51,39,"paddingTop"],[96,22,51,49],[96,24,51,51,"insets"],[96,30,51,57],[96,31,51,58,"top"],[96,34,51,61],[96,37,51,64],[97,10,51,67],[97,11,51,68],[97,12,51,70],[98,10,51,70,"children"],[98,18,51,70],[98,34,52,10],[98,38,52,10,"_reactJsxDevRuntime"],[98,57,52,10],[98,58,52,10,"jsxDEV"],[98,64,52,10],[98,66,52,11,"View"],[98,70,52,15],[98,71,52,15,"default"],[98,78,52,15],[99,12,52,16,"style"],[99,17,52,21],[99,19,52,23,"styles"],[99,25,52,29],[99,26,52,30,"headerLeft"],[99,36,52,41],[100,12,52,41,"children"],[100,20,52,41],[100,36,53,12],[100,40,53,12,"_reactJsxDevRuntime"],[100,59,53,12],[100,60,53,12,"jsxDEV"],[100,66,53,12],[100,68,53,13,"TouchableOpacity"],[100,84,53,29],[100,85,53,29,"default"],[100,92,53,29],[101,14,53,30,"style"],[101,19,53,35],[101,21,53,37,"styles"],[101,27,53,43],[101,28,53,44,"profileImage"],[101,40,53,57],[102,14,53,58,"onPress"],[102,21,53,65],[102,23,53,67,"pickImage"],[102,32,53,77],[103,14,53,77,"children"],[103,22,53,77],[103,24,54,15,"profileImage"],[103,36,54,27],[103,52,55,16],[103,56,55,16,"_reactJsxDevRuntime"],[103,75,55,16],[103,76,55,16,"jsxDEV"],[103,82,55,16],[103,84,55,17,"Image"],[103,89,55,22],[103,90,55,22,"default"],[103,97,55,22],[104,16,55,23,"source"],[104,22,55,29],[104,24,55,31],[105,18,55,33,"uri"],[105,21,55,36],[105,23,55,38,"profileImage"],[106,16,55,51],[106,17,55,53],[107,16,55,54,"style"],[107,21,55,59],[107,23,55,61,"styles"],[107,29,55,67],[107,30,55,68,"profileImageSrc"],[108,14,55,84],[109,16,55,84,"fileName"],[109,24,55,84],[109,26,55,84,"_jsxFileName"],[109,38,55,84],[110,16,55,84,"lineNumber"],[110,26,55,84],[111,16,55,84,"columnNumber"],[111,28,55,84],[112,14,55,84],[112,21,55,86],[112,22,55,87],[112,38,57,16],[112,42,57,16,"_reactJsxDevRuntime"],[112,61,57,16],[112,62,57,16,"jsxDEV"],[112,68,57,16],[112,70,57,17,"_expoVectorIcons"],[112,86,57,25],[112,87,57,25,"Ionicons"],[112,95,57,25],[113,16,57,26,"name"],[113,20,57,30],[113,22,57,31],[113,30,57,39],[114,16,57,40,"size"],[114,20,57,44],[114,22,57,46],[114,24,57,49],[115,16,57,50,"color"],[115,21,57,55],[115,23,57,56],[116,14,57,65],[117,16,57,65,"fileName"],[117,24,57,65],[117,26,57,65,"_jsxFileName"],[117,38,57,65],[118,16,57,65,"lineNumber"],[118,26,57,65],[119,16,57,65,"columnNumber"],[119,28,57,65],[120,14,57,65],[120,21,57,67],[121,12,58,15],[122,14,58,15,"fileName"],[122,22,58,15],[122,24,58,15,"_jsxFileName"],[122,36,58,15],[123,14,58,15,"lineNumber"],[123,24,58,15],[124,14,58,15,"columnNumber"],[124,26,58,15],[125,12,58,15],[125,19,59,30],[125,20,59,31],[125,35,60,12],[125,39,60,12,"_reactJsxDevRuntime"],[125,58,60,12],[125,59,60,12,"jsxDEV"],[125,65,60,12],[125,67,60,13,"View"],[125,71,60,17],[125,72,60,17,"default"],[125,79,60,17],[126,14,60,18,"style"],[126,19,60,23],[126,21,60,25,"styles"],[126,27,60,31],[126,28,60,32,"profileBadge"],[126,40,60,45],[127,14,60,45,"children"],[127,22,60,45],[127,38,61,14],[127,42,61,14,"_reactJsxDevRuntime"],[127,61,61,14],[127,62,61,14,"jsxDEV"],[127,68,61,14],[127,70,61,15,"_expoVectorIcons"],[127,86,61,23],[127,87,61,23,"Ionicons"],[127,95,61,23],[128,16,61,24,"name"],[128,20,61,28],[128,22,61,29],[128,28,61,35],[129,16,61,36,"size"],[129,20,61,40],[129,22,61,42],[129,24,61,45],[130,16,61,46,"color"],[130,21,61,51],[130,23,61,52],[131,14,61,61],[132,16,61,61,"fileName"],[132,24,61,61],[132,26,61,61,"_jsxFileName"],[132,38,61,61],[133,16,61,61,"lineNumber"],[133,26,61,61],[134,16,61,61,"columnNumber"],[134,28,61,61],[135,14,61,61],[135,21,61,63],[135,22,61,64],[135,37,62,14],[135,41,62,14,"_reactJsxDevRuntime"],[135,60,62,14],[135,61,62,14,"jsxDEV"],[135,67,62,14],[135,69,62,15,"Text"],[135,73,62,19],[135,74,62,19,"default"],[135,81,62,19],[136,16,62,20,"style"],[136,21,62,25],[136,23,62,27,"styles"],[136,29,62,33],[136,30,62,34,"trustScore"],[136,40,62,45],[137,16,62,45,"children"],[137,24,62,45],[137,26,62,46],[138,14,62,49],[139,16,62,49,"fileName"],[139,24,62,49],[139,26,62,49,"_jsxFileName"],[139,38,62,49],[140,16,62,49,"lineNumber"],[140,26,62,49],[141,16,62,49,"columnNumber"],[141,28,62,49],[142,14,62,49],[142,21,62,55],[142,22,62,56],[143,12,62,56],[144,14,62,56,"fileName"],[144,22,62,56],[144,24,62,56,"_jsxFileName"],[144,36,62,56],[145,14,62,56,"lineNumber"],[145,24,62,56],[146,14,62,56,"columnNumber"],[146,26,62,56],[147,12,62,56],[147,19,63,18],[147,20,63,19],[148,10,63,19],[149,12,63,19,"fileName"],[149,20,63,19],[149,22,63,19,"_jsxFileName"],[149,34,63,19],[150,12,63,19,"lineNumber"],[150,22,63,19],[151,12,63,19,"columnNumber"],[151,24,63,19],[152,10,63,19],[152,17,64,16],[152,18,64,17],[152,33,65,10],[152,37,65,10,"_reactJsxDevRuntime"],[152,56,65,10],[152,57,65,10,"jsxDEV"],[152,63,65,10],[152,65,65,11,"View"],[152,69,65,15],[152,70,65,15,"default"],[152,77,65,15],[153,12,65,16,"style"],[153,17,65,21],[153,19,65,23,"styles"],[153,25,65,29],[153,26,65,30,"headerRight"],[153,37,65,42],[154,12,65,42,"children"],[154,20,65,42],[154,36,66,12],[154,40,66,12,"_reactJsxDevRuntime"],[154,59,66,12],[154,60,66,12,"jsxDEV"],[154,66,66,12],[154,68,66,13,"TouchableOpacity"],[154,84,66,29],[154,85,66,29,"default"],[154,92,66,29],[155,14,66,30,"style"],[155,19,66,35],[155,21,66,37,"styles"],[155,27,66,43],[155,28,66,44,"iconButton"],[155,38,66,55],[156,14,66,55,"children"],[156,22,66,55],[156,37,67,14],[156,41,67,14,"_reactJsxDevRuntime"],[156,60,67,14],[156,61,67,14,"jsxDEV"],[156,67,67,14],[156,69,67,15,"_expoVectorIcons"],[156,85,67,23],[156,86,67,23,"Ionicons"],[156,94,67,23],[157,16,67,24,"name"],[157,20,67,28],[157,22,67,29],[157,39,67,46],[158,16,67,47,"size"],[158,20,67,51],[158,22,67,53],[158,24,67,56],[159,16,67,57,"color"],[159,21,67,62],[159,23,67,63],[160,14,67,72],[161,16,67,72,"fileName"],[161,24,67,72],[161,26,67,72,"_jsxFileName"],[161,38,67,72],[162,16,67,72,"lineNumber"],[162,26,67,72],[163,16,67,72,"columnNumber"],[163,28,67,72],[164,14,67,72],[164,21,67,74],[165,12,67,75],[166,14,67,75,"fileName"],[166,22,67,75],[166,24,67,75,"_jsxFileName"],[166,36,67,75],[167,14,67,75,"lineNumber"],[167,24,67,75],[168,14,67,75,"columnNumber"],[168,26,67,75],[169,12,67,75],[169,19,68,30],[169,20,68,31],[169,35,69,12],[169,39,69,12,"_reactJsxDevRuntime"],[169,58,69,12],[169,59,69,12,"jsxDEV"],[169,65,69,12],[169,67,69,13,"TouchableOpacity"],[169,83,69,29],[169,84,69,29,"default"],[169,91,69,29],[170,14,69,30,"style"],[170,19,69,35],[170,21,69,37,"styles"],[170,27,69,43],[170,28,69,44,"iconButton"],[170,38,69,55],[171,14,69,55,"children"],[171,22,69,55],[171,37,70,14],[171,41,70,14,"_reactJsxDevRuntime"],[171,60,70,14],[171,61,70,14,"jsxDEV"],[171,67,70,14],[171,69,70,15,"_expoVectorIcons"],[171,85,70,23],[171,86,70,23,"Ionicons"],[171,94,70,23],[172,16,70,24,"name"],[172,20,70,28],[172,22,70,29],[172,45,70,52],[173,16,70,53,"size"],[173,20,70,57],[173,22,70,59],[173,24,70,62],[174,16,70,63,"color"],[174,21,70,68],[174,23,70,69],[175,14,70,78],[176,16,70,78,"fileName"],[176,24,70,78],[176,26,70,78,"_jsxFileName"],[176,38,70,78],[177,16,70,78,"lineNumber"],[177,26,70,78],[178,16,70,78,"columnNumber"],[178,28,70,78],[179,14,70,78],[179,21,70,80],[180,12,70,81],[181,14,70,81,"fileName"],[181,22,70,81],[181,24,70,81,"_jsxFileName"],[181,36,70,81],[182,14,70,81,"lineNumber"],[182,24,70,81],[183,14,70,81,"columnNumber"],[183,26,70,81],[184,12,70,81],[184,19,71,30],[184,20,71,31],[184,35,72,12],[184,39,72,12,"_reactJsxDevRuntime"],[184,58,72,12],[184,59,72,12,"jsxDEV"],[184,65,72,12],[184,67,72,13,"TouchableOpacity"],[184,83,72,29],[184,84,72,29,"default"],[184,91,72,29],[185,14,72,30,"style"],[185,19,72,35],[185,21,72,37,"styles"],[185,27,72,43],[185,28,72,44,"iconButton"],[185,38,72,55],[186,14,72,55,"children"],[186,22,72,55],[186,37,73,14],[186,41,73,14,"_reactJsxDevRuntime"],[186,60,73,14],[186,61,73,14,"jsxDEV"],[186,67,73,14],[186,69,73,15,"_expoVectorIcons"],[186,85,73,23],[186,86,73,23,"Ionicons"],[186,94,73,23],[187,16,73,24,"name"],[187,20,73,28],[187,22,73,29],[187,40,73,47],[188,16,73,48,"size"],[188,20,73,52],[188,22,73,54],[188,24,73,57],[189,16,73,58,"color"],[189,21,73,63],[189,23,73,64],[190,14,73,73],[191,16,73,73,"fileName"],[191,24,73,73],[191,26,73,73,"_jsxFileName"],[191,38,73,73],[192,16,73,73,"lineNumber"],[192,26,73,73],[193,16,73,73,"columnNumber"],[193,28,73,73],[194,14,73,73],[194,21,73,75],[195,12,73,76],[196,14,73,76,"fileName"],[196,22,73,76],[196,24,73,76,"_jsxFileName"],[196,36,73,76],[197,14,73,76,"lineNumber"],[197,24,73,76],[198,14,73,76,"columnNumber"],[198,26,73,76],[199,12,73,76],[199,19,74,30],[199,20,74,31],[200,10,74,31],[201,12,74,31,"fileName"],[201,20,74,31],[201,22,74,31,"_jsxFileName"],[201,34,74,31],[202,12,74,31,"lineNumber"],[202,22,74,31],[203,12,74,31,"columnNumber"],[203,24,74,31],[204,10,74,31],[204,17,75,16],[204,18,75,17],[205,8,75,17],[206,10,75,17,"fileName"],[206,18,75,17],[206,20,75,17,"_jsxFileName"],[206,32,75,17],[207,10,75,17,"lineNumber"],[207,20,75,17],[208,10,75,17,"columnNumber"],[208,22,75,17],[209,8,75,17],[209,15,76,14],[209,16,76,15],[209,31,79,8],[209,35,79,8,"_reactJsxDevRuntime"],[209,54,79,8],[209,55,79,8,"jsxDEV"],[209,61,79,8],[209,63,79,9,"View"],[209,67,79,13],[209,68,79,13,"default"],[209,75,79,13],[210,10,79,14,"style"],[210,15,79,19],[210,17,79,21,"styles"],[210,23,79,27],[210,24,79,28,"announcementWidget"],[210,42,79,47],[211,10,79,47,"children"],[211,18,79,47],[211,33,80,10],[211,37,80,10,"_reactJsxDevRuntime"],[211,56,80,10],[211,57,80,10,"jsxDEV"],[211,63,80,10],[211,65,80,11,"ScrollView"],[211,75,80,21],[211,76,80,21,"default"],[211,83,80,21],[212,12,80,22,"horizontal"],[212,22,80,32],[213,12,80,33,"showsHorizontalScrollIndicator"],[213,42,80,63],[213,44,80,65],[213,49,80,71],[214,12,80,71,"children"],[214,20,80,71],[214,36,81,12],[214,40,81,12,"_reactJsxDevRuntime"],[214,59,81,12],[214,60,81,12,"jsxDEV"],[214,66,81,12],[214,68,81,13,"View"],[214,72,81,17],[214,73,81,17,"default"],[214,80,81,17],[215,14,81,18,"style"],[215,19,81,23],[215,21,81,25,"styles"],[215,27,81,31],[215,28,81,32,"announcement"],[215,40,81,45],[216,14,81,45,"children"],[216,22,81,45],[216,38,82,14],[216,42,82,14,"_reactJsxDevRuntime"],[216,61,82,14],[216,62,82,14,"jsxDEV"],[216,68,82,14],[216,70,82,15,"Text"],[216,74,82,19],[216,75,82,19,"default"],[216,82,82,19],[217,16,82,20,"style"],[217,21,82,25],[217,23,82,27,"styles"],[217,29,82,33],[217,30,82,34,"announcementTitle"],[217,47,82,52],[218,16,82,52,"children"],[218,24,82,52],[218,26,82,53],[219,14,82,80],[220,16,82,80,"fileName"],[220,24,82,80],[220,26,82,80,"_jsxFileName"],[220,38,82,80],[221,16,82,80,"lineNumber"],[221,26,82,80],[222,16,82,80,"columnNumber"],[222,28,82,80],[223,14,82,80],[223,21,82,86],[223,22,82,87],[223,37,83,14],[223,41,83,14,"_reactJsxDevRuntime"],[223,60,83,14],[223,61,83,14,"jsxDEV"],[223,67,83,14],[223,69,83,15,"Text"],[223,73,83,19],[223,74,83,19,"default"],[223,81,83,19],[224,16,83,20,"style"],[224,21,83,25],[224,23,83,27,"styles"],[224,29,83,33],[224,30,83,34,"announcementText"],[224,46,83,51],[225,16,83,51,"children"],[225,24,83,51],[225,26,83,52],[226,14,83,88],[227,16,83,88,"fileName"],[227,24,83,88],[227,26,83,88,"_jsxFileName"],[227,38,83,88],[228,16,83,88,"lineNumber"],[228,26,83,88],[229,16,83,88,"columnNumber"],[229,28,83,88],[230,14,83,88],[230,21,83,94],[230,22,83,95],[231,12,83,95],[232,14,83,95,"fileName"],[232,22,83,95],[232,24,83,95,"_jsxFileName"],[232,36,83,95],[233,14,83,95,"lineNumber"],[233,24,83,95],[234,14,83,95,"columnNumber"],[234,26,83,95],[235,12,83,95],[235,19,84,18],[235,20,84,19],[235,35,85,12],[235,39,85,12,"_reactJsxDevRuntime"],[235,58,85,12],[235,59,85,12,"jsxDEV"],[235,65,85,12],[235,67,85,13,"View"],[235,71,85,17],[235,72,85,17,"default"],[235,79,85,17],[236,14,85,18,"style"],[236,19,85,23],[236,21,85,25,"styles"],[236,27,85,31],[236,28,85,32,"announcement"],[236,40,85,45],[237,14,85,45,"children"],[237,22,85,45],[237,38,86,14],[237,42,86,14,"_reactJsxDevRuntime"],[237,61,86,14],[237,62,86,14,"jsxDEV"],[237,68,86,14],[237,70,86,15,"Text"],[237,74,86,19],[237,75,86,19,"default"],[237,82,86,19],[238,16,86,20,"style"],[238,21,86,25],[238,23,86,27,"styles"],[238,29,86,33],[238,30,86,34,"announcementTitle"],[238,47,86,52],[239,16,86,52,"children"],[239,24,86,52],[239,26,86,53],[240,14,86,67],[241,16,86,67,"fileName"],[241,24,86,67],[241,26,86,67,"_jsxFileName"],[241,38,86,67],[242,16,86,67,"lineNumber"],[242,26,86,67],[243,16,86,67,"columnNumber"],[243,28,86,67],[244,14,86,67],[244,21,86,73],[244,22,86,74],[244,37,87,14],[244,41,87,14,"_reactJsxDevRuntime"],[244,60,87,14],[244,61,87,14,"jsxDEV"],[244,67,87,14],[244,69,87,15,"Text"],[244,73,87,19],[244,74,87,19,"default"],[244,81,87,19],[245,16,87,20,"style"],[245,21,87,25],[245,23,87,27,"styles"],[245,29,87,33],[245,30,87,34,"announcementText"],[245,46,87,51],[246,16,87,51,"children"],[246,24,87,51],[246,26,87,52],[247,14,87,80],[248,16,87,80,"fileName"],[248,24,87,80],[248,26,87,80,"_jsxFileName"],[248,38,87,80],[249,16,87,80,"lineNumber"],[249,26,87,80],[250,16,87,80,"columnNumber"],[250,28,87,80],[251,14,87,80],[251,21,87,86],[251,22,87,87],[252,12,87,87],[253,14,87,87,"fileName"],[253,22,87,87],[253,24,87,87,"_jsxFileName"],[253,36,87,87],[254,14,87,87,"lineNumber"],[254,24,87,87],[255,14,87,87,"columnNumber"],[255,26,87,87],[256,12,87,87],[256,19,88,18],[256,20,88,19],[257,10,88,19],[258,12,88,19,"fileName"],[258,20,88,19],[258,22,88,19,"_jsxFileName"],[258,34,88,19],[259,12,88,19,"lineNumber"],[259,22,88,19],[260,12,88,19,"columnNumber"],[260,24,88,19],[261,10,88,19],[261,17,89,22],[262,8,89,23],[263,10,89,23,"fileName"],[263,18,89,23],[263,20,89,23,"_jsxFileName"],[263,32,89,23],[264,10,89,23,"lineNumber"],[264,20,89,23],[265,10,89,23,"columnNumber"],[265,22,89,23],[266,8,89,23],[266,15,90,14],[266,16,90,15],[266,31,93,8],[266,35,93,8,"_reactJsxDevRuntime"],[266,54,93,8],[266,55,93,8,"jsxDEV"],[266,61,93,8],[266,63,93,9,"View"],[266,67,93,13],[266,68,93,13,"default"],[266,75,93,13],[267,10,93,14,"style"],[267,15,93,19],[267,17,93,21,"styles"],[267,23,93,27],[267,24,93,28,"quickActionsContainer"],[267,45,93,50],[268,10,93,50,"children"],[268,18,93,50],[268,34,94,10],[268,38,94,10,"_reactJsxDevRuntime"],[268,57,94,10],[268,58,94,10,"jsxDEV"],[268,64,94,10],[268,66,94,11,"Text"],[268,70,94,15],[268,71,94,15,"default"],[268,78,94,15],[269,12,94,16,"style"],[269,17,94,21],[269,19,94,23,"styles"],[269,25,94,29],[269,26,94,30,"sectionTitle"],[269,38,94,43],[270,12,94,43,"children"],[270,20,94,43],[270,22,94,44],[271,10,94,57],[272,12,94,57,"fileName"],[272,20,94,57],[272,22,94,57,"_jsxFileName"],[272,34,94,57],[273,12,94,57,"lineNumber"],[273,22,94,57],[274,12,94,57,"columnNumber"],[274,24,94,57],[275,10,94,57],[275,17,94,63],[275,18,94,64],[275,33,95,10],[275,37,95,10,"_reactJsxDevRuntime"],[275,56,95,10],[275,57,95,10,"jsxDEV"],[275,63,95,10],[275,65,95,11,"View"],[275,69,95,15],[275,70,95,15,"default"],[275,77,95,15],[276,12,95,16,"style"],[276,17,95,21],[276,19,95,23,"styles"],[276,25,95,29],[276,26,95,30,"actionsGrid"],[276,37,95,42],[277,12,95,42,"children"],[277,20,95,42],[277,22,96,13,"QUICK_ACTIONS"],[277,35,96,26],[277,36,96,27,"map"],[277,39,96,30],[277,40,96,31],[277,41,96,32,"action"],[277,47,96,38],[277,49,96,40,"index"],[277,54,96,45],[277,72,97,14],[277,76,97,14,"_reactJsxDevRuntime"],[277,95,97,14],[277,96,97,14,"jsxDEV"],[277,102,97,14],[277,104,97,15,"TouchableOpacity"],[277,120,97,31],[277,121,97,31,"default"],[277,128,97,31],[278,14,99,16,"style"],[278,19,99,21],[278,21,99,23],[278,22,99,24,"styles"],[278,28,99,30],[278,29,99,31,"actionCard"],[278,39,99,41],[278,41,100,19,"index"],[278,46,100,24],[278,49,100,27],[278,50,100,28],[278,55,100,33],[278,56,100,34],[278,60,100,39,"styles"],[278,66,100,45],[278,67,100,46,"actionCardFirst"],[278,82,100,61],[278,84,101,19,"index"],[278,89,101,24],[278,92,101,27],[278,93,101,28],[278,98,101,33],[278,99,101,34],[278,103,101,39,"styles"],[278,109,101,45],[278,110,101,46,"actionCardLast"],[278,124,101,60],[278,125,102,18],[279,14,103,16,"activeOpacity"],[279,27,103,29],[279,29,103,31],[279,32,103,35],[280,14,103,35,"children"],[280,22,103,35],[280,38,105,16],[280,42,105,16,"_reactJsxDevRuntime"],[280,61,105,16],[280,62,105,16,"jsxDEV"],[280,68,105,16],[280,70,105,17,"View"],[280,74,105,21],[280,75,105,21,"default"],[280,82,105,21],[281,16,105,22,"style"],[281,21,105,27],[281,23,105,29],[281,24,105,30,"styles"],[281,30,105,36],[281,31,105,37,"actionIcon"],[281,41,105,47],[281,43,105,49],[282,18,105,51,"backgroundColor"],[282,33,105,66],[282,35,105,68,"action"],[282,41,105,74],[282,42,105,75,"color"],[283,16,105,81],[283,17,105,82],[283,18,105,84],[284,16,105,84,"children"],[284,24,105,84],[284,39,106,18],[284,43,106,18,"_reactJsxDevRuntime"],[284,62,106,18],[284,63,106,18,"jsxDEV"],[284,69,106,18],[284,71,106,19,"_expoVectorIcons"],[284,87,106,27],[284,88,106,27,"Ionicons"],[284,96,106,27],[285,18,106,28,"name"],[285,22,106,32],[285,24,106,34,"action"],[285,30,106,40],[285,31,106,41,"icon"],[285,35,106,46],[286,18,106,47,"size"],[286,22,106,51],[286,24,106,53],[286,26,106,56],[287,18,106,57,"color"],[287,23,106,62],[287,25,106,63],[288,16,106,69],[289,18,106,69,"fileName"],[289,26,106,69],[289,28,106,69,"_jsxFileName"],[289,40,106,69],[290,18,106,69,"lineNumber"],[290,28,106,69],[291,18,106,69,"columnNumber"],[291,30,106,69],[292,16,106,69],[292,23,106,71],[293,14,106,72],[294,16,106,72,"fileName"],[294,24,106,72],[294,26,106,72,"_jsxFileName"],[294,38,106,72],[295,16,106,72,"lineNumber"],[295,26,106,72],[296,16,106,72,"columnNumber"],[296,28,106,72],[297,14,106,72],[297,21,107,22],[297,22,107,23],[297,37,108,16],[297,41,108,16,"_reactJsxDevRuntime"],[297,60,108,16],[297,61,108,16,"jsxDEV"],[297,67,108,16],[297,69,108,17,"Text"],[297,73,108,21],[297,74,108,21,"default"],[297,81,108,21],[298,16,108,22,"style"],[298,21,108,27],[298,23,108,29,"styles"],[298,29,108,35],[298,30,108,36,"actionLabel"],[298,41,108,48],[299,16,108,48,"children"],[299,24,108,48],[299,26,108,50,"action"],[299,32,108,56],[299,33,108,57,"label"],[300,14,108,62],[301,16,108,62,"fileName"],[301,24,108,62],[301,26,108,62,"_jsxFileName"],[301,38,108,62],[302,16,108,62,"lineNumber"],[302,26,108,62],[303,16,108,62,"columnNumber"],[303,28,108,62],[304,14,108,62],[304,21,108,69],[304,22,108,70],[305,12,108,70],[305,15,98,21,"action"],[305,21,98,27],[305,22,98,28,"id"],[305,24,98,30],[306,14,98,30,"fileName"],[306,22,98,30],[306,24,98,30,"_jsxFileName"],[306,36,98,30],[307,14,98,30,"lineNumber"],[307,24,98,30],[308,14,98,30,"columnNumber"],[308,26,98,30],[309,12,98,30],[309,19,109,32],[309,20,110,13],[310,10,110,14],[311,12,110,14,"fileName"],[311,20,110,14],[311,22,110,14,"_jsxFileName"],[311,34,110,14],[312,12,110,14,"lineNumber"],[312,22,110,14],[313,12,110,14,"columnNumber"],[313,24,110,14],[314,10,110,14],[314,17,111,16],[314,18,111,17],[315,8,111,17],[316,10,111,17,"fileName"],[316,18,111,17],[316,20,111,17,"_jsxFileName"],[316,32,111,17],[317,10,111,17,"lineNumber"],[317,20,111,17],[318,10,111,17,"columnNumber"],[318,22,111,17],[319,8,111,17],[319,15,112,14],[319,16,112,15],[320,6,112,15],[321,8,112,15,"fileName"],[321,16,112,15],[321,18,112,15,"_jsxFileName"],[321,30,112,15],[322,8,112,15,"lineNumber"],[322,18,112,15],[323,8,112,15,"columnNumber"],[323,20,112,15],[324,6,112,15],[324,13,113,18],[325,4,113,19],[326,6,113,19,"fileName"],[326,14,113,19],[326,16,113,19,"_jsxFileName"],[326,28,113,19],[327,6,113,19,"lineNumber"],[327,16,113,19],[328,6,113,19,"columnNumber"],[328,18,113,19],[329,4,113,19],[329,11,114,10],[329,12,114,11],[330,2,116,0],[331,2,116,1,"_s"],[331,4,116,1],[331,5,20,9,"HomeTab"],[331,12,20,16],[332,4,20,16],[332,12,21,19,"useAuth"],[332,32,21,26],[332,33,21,26,"useAuth"],[332,40,21,26],[332,42,22,17,"useSafeAreaInsets"],[332,69,22,34],[332,70,22,34,"useSafeAreaInsets"],[332,87,22,34],[333,2,22,34],[334,2,22,34,"_c"],[334,4,22,34],[334,7,20,9,"HomeTab"],[334,14,20,16],[335,2,118,0],[335,11,118,9,"WalletTab"],[335,20,118,18,"WalletTab"],[335,21,118,18],[335,23,118,21],[336,4,118,21,"_s2"],[336,7,118,21],[337,4,119,2],[337,10,119,8],[338,6,119,10,"user"],[339,4,119,15],[339,5,119,16],[339,8,119,19],[339,12,119,19,"useAuth"],[339,32,119,26],[339,33,119,26,"useAuth"],[339,40,119,26],[339,42,119,27],[339,43,119,28],[340,4,120,2],[340,10,120,8,"insets"],[340,16,120,14],[340,19,120,17],[340,23,120,17,"useSafeAreaInsets"],[340,50,120,34],[340,51,120,34,"useSafeAreaInsets"],[340,68,120,34],[340,70,120,35],[340,71,120,36],[341,4,121,2],[341,10,121,8],[341,11,121,9,"hezBalance"],[341,21,121,19],[341,23,121,21,"setHezBalance"],[341,36,121,34],[341,37,121,35],[341,40,121,38],[341,44,121,38,"useState"],[341,50,121,46],[341,51,121,46,"useState"],[341,59,121,46],[341,61,121,47],[341,73,121,59],[341,74,121,60],[342,4,122,2],[342,10,122,8],[342,11,122,9,"pezBalance"],[342,21,122,19],[342,23,122,21,"setPezBalance"],[342,36,122,34],[342,37,122,35],[342,40,122,38],[342,44,122,38,"useState"],[342,50,122,46],[342,51,122,46,"useState"],[342,59,122,46],[342,61,122,47],[342,73,122,59],[342,74,122,60],[343,4,123,2],[343,10,123,8],[343,11,123,9,"loading"],[343,18,123,16],[343,20,123,18,"setLoading"],[343,30,123,28],[343,31,123,29],[343,34,123,32],[343,38,123,32,"useState"],[343,44,123,40],[343,45,123,40,"useState"],[343,53,123,40],[343,55,123,41],[343,59,123,45],[343,60,123,46],[344,4,125,2],[344,10,125,8,"TEST_WALLET"],[344,21,125,19],[344,24,125,22],[344,74,125,72],[345,4,127,2],[345,8,127,2,"useEffect"],[345,14,127,11],[345,15,127,11,"useEffect"],[345,24,127,11],[345,26,127,12],[345,32,127,18],[346,6,128,4,"fetchBalance"],[346,18,128,16],[346,19,128,17],[346,20,128,18],[347,4,129,2],[347,5,129,3],[347,7,129,5],[347,9,129,7],[347,10,129,8],[348,4,131,2],[348,10,131,8,"fetchBalance"],[348,22,131,20],[348,25,131,23],[348,31,131,23,"fetchBalance"],[348,32,131,23],[348,37,131,35],[349,6,132,4],[349,10,132,8],[350,8,133,6],[350,14,133,12,"backendUrl"],[350,24,133,22],[350,27,133,25],[350,84,133,64],[350,107,133,87],[351,8,134,6],[351,14,134,12,"controller"],[351,24,134,22],[351,27,134,25],[351,31,134,29,"AbortController"],[351,46,134,44],[351,47,134,45],[351,48,134,46],[352,8,135,6],[352,14,135,12,"timeoutId"],[352,23,135,21],[352,26,135,24,"setTimeout"],[352,36,135,34],[352,37,135,35],[352,43,135,41,"controller"],[352,53,135,51],[352,54,135,52,"abort"],[352,59,135,57],[352,60,135,58],[352,61,135,59],[352,63,135,61],[352,67,135,65],[352,68,135,66],[352,69,135,67],[352,70,135,68],[354,8,137,6],[354,14,137,12,"response"],[354,22,137,20],[354,25,137,23],[354,31,137,29,"fetch"],[354,36,137,34],[354,37,137,35],[354,40,137,38,"backendUrl"],[354,50,137,48],[354,75,137,73],[354,77,137,75],[355,10,138,8,"method"],[355,16,138,14],[355,18,138,16],[355,24,138,22],[356,10,139,8,"headers"],[356,17,139,15],[356,19,139,17],[357,12,140,10],[357,26,140,24],[357,28,140,26],[358,10,141,8],[358,11,141,9],[359,10,142,8,"body"],[359,14,142,12],[359,16,142,14,"JSON"],[359,20,142,18],[359,21,142,19,"stringify"],[359,30,142,28],[359,31,142,29],[360,12,143,10,"address"],[360,19,143,17],[360,21,143,19,"TEST_WALLET"],[361,10,144,8],[361,11,144,9],[361,12,144,10],[362,10,145,8,"signal"],[362,16,145,14],[362,18,145,16,"controller"],[362,28,145,26],[362,29,145,27,"signal"],[363,8,146,6],[363,9,146,7],[363,10,146,8],[364,8,148,6,"clearTimeout"],[364,20,148,18],[364,21,148,19,"timeoutId"],[364,30,148,28],[364,31,148,29],[365,8,150,6],[365,12,150,10,"response"],[365,20,150,18],[365,21,150,19,"ok"],[365,23,150,21],[365,25,150,23],[366,10,151,8],[366,16,151,14,"data"],[366,20,151,18],[366,23,151,21],[366,29,151,27,"response"],[366,37,151,35],[366,38,151,36,"json"],[366,42,151,40],[366,43,151,41],[366,44,151,42],[367,10,152,8,"setHezBalance"],[367,23,152,21],[367,24,152,22,"parseFloat"],[367,34,152,32],[367,35,152,33,"data"],[367,39,152,37],[367,40,152,38,"hez"],[367,43,152,41],[367,44,152,42],[367,45,152,43,"toFixed"],[367,52,152,50],[367,53,152,51],[367,54,152,52],[367,55,152,53],[367,56,152,54],[368,10,153,8,"setPezBalance"],[368,23,153,21],[368,24,153,22,"parseFloat"],[368,34,153,32],[368,35,153,33,"data"],[368,39,153,37],[368,40,153,38,"pez"],[368,43,153,41],[368,44,153,42],[368,45,153,43,"toFixed"],[368,52,153,50],[368,53,153,51],[368,54,153,52],[368,55,153,53],[368,56,153,54],[369,8,154,6],[369,9,154,7],[369,15,154,13],[370,10,155,8,"setHezBalance"],[370,23,155,21],[370,24,155,22],[370,30,155,28],[370,31,155,29],[371,10,156,8,"setPezBalance"],[371,23,156,21],[371,24,156,22],[371,30,156,28],[371,31,156,29],[372,8,157,6],[373,6,158,4],[373,7,158,5],[373,8,158,6],[373,15,158,13,"error"],[373,20,158,18],[373,22,158,20],[374,8,159,6,"console"],[374,15,159,13],[374,16,159,14,"error"],[374,21,159,19],[374,22,159,20],[374,44,159,42],[374,46,159,44,"error"],[374,51,159,49],[374,52,159,50],[375,8,160,6,"setHezBalance"],[375,21,160,19],[375,22,160,20],[375,28,160,26],[375,29,160,27],[376,8,161,6,"setPezBalance"],[376,21,161,19],[376,22,161,20],[376,28,161,26],[376,29,161,27],[377,6,162,4],[377,7,162,5],[377,16,162,14],[378,8,163,6,"setLoading"],[378,18,163,16],[378,19,163,17],[378,24,163,22],[378,25,163,23],[379,6,164,4],[380,4,165,2],[380,5,165,3],[381,4,167,2],[381,24,168,4],[381,28,168,4,"_reactJsxDevRuntime"],[381,47,168,4],[381,48,168,4,"jsxDEV"],[381,54,168,4],[381,56,168,5,"View"],[381,60,168,9],[381,61,168,9,"default"],[381,68,168,9],[382,6,168,10,"style"],[382,11,168,15],[382,13,168,17,"styles"],[382,19,168,23],[382,20,168,24,"container"],[382,29,168,34],[383,6,168,34,"children"],[383,14,168,34],[383,29,169,6],[383,33,169,6,"_reactJsxDevRuntime"],[383,52,169,6],[383,53,169,6,"jsxDEV"],[383,59,169,6],[383,61,169,7,"ScrollView"],[383,71,169,17],[383,72,169,17,"default"],[383,79,169,17],[384,8,169,18,"contentContainerStyle"],[384,29,169,39],[384,31,169,41,"styles"],[384,37,169,47],[384,38,169,48,"walletScrollContent"],[384,57,169,68],[385,8,169,68,"children"],[385,16,169,68],[385,32,171,8],[385,36,171,8,"_reactJsxDevRuntime"],[385,55,171,8],[385,56,171,8,"jsxDEV"],[385,62,171,8],[385,64,171,9,"View"],[385,68,171,13],[385,69,171,13,"default"],[385,76,171,13],[386,10,171,14,"style"],[386,15,171,19],[386,17,171,21],[386,18,171,22,"styles"],[386,24,171,28],[386,25,171,29,"walletHeader"],[386,37,171,41],[386,39,171,43],[387,12,171,45,"paddingTop"],[387,22,171,55],[387,24,171,57,"insets"],[387,30,171,63],[387,31,171,64,"top"],[387,34,171,67],[387,37,171,70],[388,10,171,73],[388,11,171,74],[388,12,171,76],[389,10,171,76,"children"],[389,18,171,76],[389,34,172,10],[389,38,172,10,"_reactJsxDevRuntime"],[389,57,172,10],[389,58,172,10,"jsxDEV"],[389,64,172,10],[389,66,172,11,"Text"],[389,70,172,15],[389,71,172,15,"default"],[389,78,172,15],[390,12,172,16,"style"],[390,17,172,21],[390,19,172,23,"styles"],[390,25,172,29],[390,26,172,30,"walletTitle"],[390,37,172,42],[391,12,172,42,"children"],[391,20,172,42],[391,22,172,43],[392,10,172,52],[393,12,172,52,"fileName"],[393,20,172,52],[393,22,172,52,"_jsxFileName"],[393,34,172,52],[394,12,172,52,"lineNumber"],[394,22,172,52],[395,12,172,52,"columnNumber"],[395,24,172,52],[396,10,172,52],[396,17,172,58],[396,18,172,59],[396,33,173,10],[396,37,173,10,"_reactJsxDevRuntime"],[396,56,173,10],[396,57,173,10,"jsxDEV"],[396,63,173,10],[396,65,173,11,"TouchableOpacity"],[396,81,173,27],[396,82,173,27,"default"],[396,89,173,27],[397,12,173,28,"onPress"],[397,19,173,35],[397,21,173,37,"fetchBalance"],[397,33,173,50],[398,12,173,51,"style"],[398,17,173,56],[398,19,173,58,"styles"],[398,25,173,64],[398,26,173,65,"refreshButton"],[398,39,173,79],[399,12,173,79,"children"],[399,20,173,79],[399,35,174,12],[399,39,174,12,"_reactJsxDevRuntime"],[399,58,174,12],[399,59,174,12,"jsxDEV"],[399,65,174,12],[399,67,174,13,"_expoVectorIcons"],[399,83,174,21],[399,84,174,21,"Ionicons"],[399,92,174,21],[400,14,174,22,"name"],[400,18,174,26],[400,20,174,27],[400,29,174,36],[401,14,174,37,"size"],[401,18,174,41],[401,20,174,43],[401,22,174,46],[402,14,174,47,"color"],[402,19,174,52],[402,21,174,53],[403,12,174,62],[404,14,174,62,"fileName"],[404,22,174,62],[404,24,174,62,"_jsxFileName"],[404,36,174,62],[405,14,174,62,"lineNumber"],[405,24,174,62],[406,14,174,62,"columnNumber"],[406,26,174,62],[407,12,174,62],[407,19,174,64],[408,10,174,65],[409,12,174,65,"fileName"],[409,20,174,65],[409,22,174,65,"_jsxFileName"],[409,34,174,65],[410,12,174,65,"lineNumber"],[410,22,174,65],[411,12,174,65,"columnNumber"],[411,24,174,65],[412,10,174,65],[412,17,175,28],[412,18,175,29],[413,8,175,29],[414,10,175,29,"fileName"],[414,18,175,29],[414,20,175,29,"_jsxFileName"],[414,32,175,29],[415,10,175,29,"lineNumber"],[415,20,175,29],[416,10,175,29,"columnNumber"],[416,22,175,29],[417,8,175,29],[417,15,176,14],[417,16,176,15],[417,31,179,8],[417,35,179,8,"_reactJsxDevRuntime"],[417,54,179,8],[417,55,179,8,"jsxDEV"],[417,61,179,8],[417,63,179,9,"View"],[417,67,179,13],[417,68,179,13,"default"],[417,75,179,13],[418,10,179,14,"style"],[418,15,179,19],[418,17,179,21,"styles"],[418,23,179,27],[418,24,179,28,"balanceRow"],[418,34,179,39],[419,10,179,39,"children"],[419,18,179,39],[419,34,180,10],[419,38,180,10,"_reactJsxDevRuntime"],[419,57,180,10],[419,58,180,10,"jsxDEV"],[419,64,180,10],[419,66,180,11,"View"],[419,70,180,15],[419,71,180,15,"default"],[419,78,180,15],[420,12,180,16,"style"],[420,17,180,21],[420,19,180,23,"styles"],[420,25,180,29],[420,26,180,30,"balanceCardNew"],[420,40,180,45],[421,12,180,45,"children"],[421,20,180,45],[421,36,181,12],[421,40,181,12,"_reactJsxDevRuntime"],[421,59,181,12],[421,60,181,12,"jsxDEV"],[421,66,181,12],[421,68,181,13,"Image"],[421,73,181,18],[421,74,181,18,"default"],[421,81,181,18],[422,14,182,14,"source"],[422,20,182,20],[422,22,182,22],[423,16,182,24,"uri"],[423,19,182,27],[423,21,182,29],[424,14,182,145],[424,15,182,147],[425,14,183,14,"style"],[425,19,183,19],[425,21,183,21,"styles"],[425,27,183,27],[425,28,183,28,"tokenLogoNew"],[426,12,183,41],[427,14,183,41,"fileName"],[427,22,183,41],[427,24,183,41,"_jsxFileName"],[427,36,183,41],[428,14,183,41,"lineNumber"],[428,24,183,41],[429,14,183,41,"columnNumber"],[429,26,183,41],[430,12,183,41],[430,19,184,13],[430,20,184,14],[430,35,185,12],[430,39,185,12,"_reactJsxDevRuntime"],[430,58,185,12],[430,59,185,12,"jsxDEV"],[430,65,185,12],[430,67,185,13,"Text"],[430,71,185,17],[430,72,185,17,"default"],[430,79,185,17],[431,14,185,18,"style"],[431,19,185,23],[431,21,185,25,"styles"],[431,27,185,31],[431,28,185,32,"tokenSymbolNew"],[431,42,185,47],[432,14,185,47,"children"],[432,22,185,47],[432,24,185,48],[433,12,185,51],[434,14,185,51,"fileName"],[434,22,185,51],[434,24,185,51,"_jsxFileName"],[434,36,185,51],[435,14,185,51,"lineNumber"],[435,24,185,51],[436,14,185,51,"columnNumber"],[436,26,185,51],[437,12,185,51],[437,19,185,57],[437,20,185,58],[437,35,186,12],[437,39,186,12,"_reactJsxDevRuntime"],[437,58,186,12],[437,59,186,12,"jsxDEV"],[437,65,186,12],[437,67,186,13,"Text"],[437,71,186,17],[437,72,186,17,"default"],[437,79,186,17],[438,14,186,18,"style"],[438,19,186,23],[438,21,186,25,"styles"],[438,27,186,31],[438,28,186,32,"balanceAmountNew"],[438,44,186,49],[439,14,186,49,"children"],[439,22,186,49],[439,24,186,51,"hezBalance"],[440,12,186,61],[441,14,186,61,"fileName"],[441,22,186,61],[441,24,186,61,"_jsxFileName"],[441,36,186,61],[442,14,186,61,"lineNumber"],[442,24,186,61],[443,14,186,61,"columnNumber"],[443,26,186,61],[444,12,186,61],[444,19,186,68],[444,20,186,69],[444,35,187,12],[444,39,187,12,"_reactJsxDevRuntime"],[444,58,187,12],[444,59,187,12,"jsxDEV"],[444,65,187,12],[444,67,187,13,"Text"],[444,71,187,17],[444,72,187,17,"default"],[444,79,187,17],[445,14,187,18,"style"],[445,19,187,23],[445,21,187,25,"styles"],[445,27,187,31],[445,28,187,32,"tokenNameNew"],[445,40,187,45],[446,14,187,45,"children"],[446,22,187,45],[446,24,187,46],[447,12,187,61],[448,14,187,61,"fileName"],[448,22,187,61],[448,24,187,61,"_jsxFileName"],[448,36,187,61],[449,14,187,61,"lineNumber"],[449,24,187,61],[450,14,187,61,"columnNumber"],[450,26,187,61],[451,12,187,61],[451,19,187,67],[451,20,187,68],[452,10,187,68],[453,12,187,68,"fileName"],[453,20,187,68],[453,22,187,68,"_jsxFileName"],[453,34,187,68],[454,12,187,68,"lineNumber"],[454,22,187,68],[455,12,187,68,"columnNumber"],[455,24,187,68],[456,10,187,68],[456,17,188,16],[456,18,188,17],[456,33,190,10],[456,37,190,10,"_reactJsxDevRuntime"],[456,56,190,10],[456,57,190,10,"jsxDEV"],[456,63,190,10],[456,65,190,11,"View"],[456,69,190,15],[456,70,190,15,"default"],[456,77,190,15],[457,12,190,16,"style"],[457,17,190,21],[457,19,190,23,"styles"],[457,25,190,29],[457,26,190,30,"balanceCardNew"],[457,40,190,45],[458,12,190,45,"children"],[458,20,190,45],[458,36,191,12],[458,40,191,12,"_reactJsxDevRuntime"],[458,59,191,12],[458,60,191,12,"jsxDEV"],[458,66,191,12],[458,68,191,13,"Image"],[458,73,191,18],[458,74,191,18,"default"],[458,81,191,18],[459,14,192,14,"source"],[459,20,192,20],[459,22,192,22],[460,16,192,24,"uri"],[460,19,192,27],[460,21,192,29],[461,14,192,129],[461,15,192,131],[462,14,193,14,"style"],[462,19,193,19],[462,21,193,21,"styles"],[462,27,193,27],[462,28,193,28,"tokenLogoNew"],[463,12,193,41],[464,14,193,41,"fileName"],[464,22,193,41],[464,24,193,41,"_jsxFileName"],[464,36,193,41],[465,14,193,41,"lineNumber"],[465,24,193,41],[466,14,193,41,"columnNumber"],[466,26,193,41],[467,12,193,41],[467,19,194,13],[467,20,194,14],[467,35,195,12],[467,39,195,12,"_reactJsxDevRuntime"],[467,58,195,12],[467,59,195,12,"jsxDEV"],[467,65,195,12],[467,67,195,13,"Text"],[467,71,195,17],[467,72,195,17,"default"],[467,79,195,17],[468,14,195,18,"style"],[468,19,195,23],[468,21,195,25,"styles"],[468,27,195,31],[468,28,195,32,"tokenSymbolNew"],[468,42,195,47],[469,14,195,47,"children"],[469,22,195,47],[469,24,195,48],[470,12,195,51],[471,14,195,51,"fileName"],[471,22,195,51],[471,24,195,51,"_jsxFileName"],[471,36,195,51],[472,14,195,51,"lineNumber"],[472,24,195,51],[473,14,195,51,"columnNumber"],[473,26,195,51],[474,12,195,51],[474,19,195,57],[474,20,195,58],[474,35,196,12],[474,39,196,12,"_reactJsxDevRuntime"],[474,58,196,12],[474,59,196,12,"jsxDEV"],[474,65,196,12],[474,67,196,13,"Text"],[474,71,196,17],[474,72,196,17,"default"],[474,79,196,17],[475,14,196,18,"style"],[475,19,196,23],[475,21,196,25,"styles"],[475,27,196,31],[475,28,196,32,"balanceAmountNew"],[475,44,196,49],[476,14,196,49,"children"],[476,22,196,49],[476,24,196,51,"pezBalance"],[477,12,196,61],[478,14,196,61,"fileName"],[478,22,196,61],[478,24,196,61,"_jsxFileName"],[478,36,196,61],[479,14,196,61,"lineNumber"],[479,24,196,61],[480,14,196,61,"columnNumber"],[480,26,196,61],[481,12,196,61],[481,19,196,68],[481,20,196,69],[481,35,197,12],[481,39,197,12,"_reactJsxDevRuntime"],[481,58,197,12],[481,59,197,12,"jsxDEV"],[481,65,197,12],[481,67,197,13,"Text"],[481,71,197,17],[481,72,197,17,"default"],[481,79,197,17],[482,14,197,18,"style"],[482,19,197,23],[482,21,197,25,"styles"],[482,27,197,31],[482,28,197,32,"tokenNameNew"],[482,40,197,45],[483,14,197,45,"children"],[483,22,197,45],[483,24,197,46],[484,12,197,59],[485,14,197,59,"fileName"],[485,22,197,59],[485,24,197,59,"_jsxFileName"],[485,36,197,59],[486,14,197,59,"lineNumber"],[486,24,197,59],[487,14,197,59,"columnNumber"],[487,26,197,59],[488,12,197,59],[488,19,197,65],[488,20,197,66],[489,10,197,66],[490,12,197,66,"fileName"],[490,20,197,66],[490,22,197,66,"_jsxFileName"],[490,34,197,66],[491,12,197,66,"lineNumber"],[491,22,197,66],[492,12,197,66,"columnNumber"],[492,24,197,66],[493,10,197,66],[493,17,198,16],[493,18,198,17],[494,8,198,17],[495,10,198,17,"fileName"],[495,18,198,17],[495,20,198,17,"_jsxFileName"],[495,32,198,17],[496,10,198,17,"lineNumber"],[496,20,198,17],[497,10,198,17,"columnNumber"],[497,22,198,17],[498,8,198,17],[498,15,199,14],[498,16,199,15],[498,31,202,8],[498,35,202,8,"_reactJsxDevRuntime"],[498,54,202,8],[498,55,202,8,"jsxDEV"],[498,61,202,8],[498,63,202,9,"View"],[498,67,202,13],[498,68,202,13,"default"],[498,75,202,13],[499,10,202,14,"style"],[499,15,202,19],[499,17,202,21,"styles"],[499,23,202,27],[499,24,202,28,"actionsContainer"],[499,40,202,45],[500,10,202,45,"children"],[500,18,202,45],[500,34,204,10],[500,38,204,10,"_reactJsxDevRuntime"],[500,57,204,10],[500,58,204,10,"jsxDEV"],[500,64,204,10],[500,66,204,11,"View"],[500,70,204,15],[500,71,204,15,"default"],[500,78,204,15],[501,12,204,16,"style"],[501,17,204,21],[501,19,204,23,"styles"],[501,25,204,29],[501,26,204,30,"actionsRow"],[501,36,204,41],[502,12,204,41,"children"],[502,20,204,41],[502,36,205,12],[502,40,205,12,"_reactJsxDevRuntime"],[502,59,205,12],[502,60,205,12,"jsxDEV"],[502,66,205,12],[502,68,205,13,"TouchableOpacity"],[502,84,205,29],[502,85,205,29,"default"],[502,92,205,29],[503,14,205,30,"style"],[503,19,205,35],[503,21,205,37],[503,22,205,38,"styles"],[503,28,205,44],[503,29,205,45,"actionBtn"],[503,38,205,54],[503,40,205,56],[504,16,205,57,"backgroundColor"],[504,31,205,72],[504,33,205,74],[505,14,205,83],[505,15,205,84],[505,16,205,86],[506,14,205,86,"children"],[506,22,205,86],[506,38,206,14],[506,42,206,14,"_reactJsxDevRuntime"],[506,61,206,14],[506,62,206,14,"jsxDEV"],[506,68,206,14],[506,70,206,15,"_expoVectorIcons"],[506,86,206,23],[506,87,206,23,"Ionicons"],[506,95,206,23],[507,16,206,24,"name"],[507,20,206,28],[507,22,206,29],[507,32,206,39],[508,16,206,40,"size"],[508,20,206,44],[508,22,206,46],[508,24,206,49],[509,16,206,50,"color"],[509,21,206,55],[509,23,206,56],[510,14,206,62],[511,16,206,62,"fileName"],[511,24,206,62],[511,26,206,62,"_jsxFileName"],[511,38,206,62],[512,16,206,62,"lineNumber"],[512,26,206,62],[513,16,206,62,"columnNumber"],[513,28,206,62],[514,14,206,62],[514,21,206,64],[514,22,206,65],[514,37,207,14],[514,41,207,14,"_reactJsxDevRuntime"],[514,60,207,14],[514,61,207,14,"jsxDEV"],[514,67,207,14],[514,69,207,15,"Text"],[514,73,207,19],[514,74,207,19,"default"],[514,81,207,19],[515,16,207,20,"style"],[515,21,207,25],[515,23,207,27,"styles"],[515,29,207,33],[515,30,207,34,"actionBtnText"],[515,43,207,48],[516,16,207,48,"children"],[516,24,207,48],[516,26,207,49],[517,14,207,53],[518,16,207,53,"fileName"],[518,24,207,53],[518,26,207,53,"_jsxFileName"],[518,38,207,53],[519,16,207,53,"lineNumber"],[519,26,207,53],[520,16,207,53,"columnNumber"],[520,28,207,53],[521,14,207,53],[521,21,207,59],[521,22,207,60],[522,12,207,60],[523,14,207,60,"fileName"],[523,22,207,60],[523,24,207,60,"_jsxFileName"],[523,36,207,60],[524,14,207,60,"lineNumber"],[524,24,207,60],[525,14,207,60,"columnNumber"],[525,26,207,60],[526,12,207,60],[526,19,208,30],[526,20,208,31],[526,35,209,12],[526,39,209,12,"_reactJsxDevRuntime"],[526,58,209,12],[526,59,209,12,"jsxDEV"],[526,65,209,12],[526,67,209,13,"TouchableOpacity"],[526,83,209,29],[526,84,209,29,"default"],[526,91,209,29],[527,14,209,30,"style"],[527,19,209,35],[527,21,209,37],[527,22,209,38,"styles"],[527,28,209,44],[527,29,209,45,"actionBtn"],[527,38,209,54],[527,40,209,56],[528,16,209,57,"backgroundColor"],[528,31,209,72],[528,33,209,74],[529,14,209,83],[529,15,209,84],[529,16,209,86],[530,14,209,86,"children"],[530,22,209,86],[530,38,210,14],[530,42,210,14,"_reactJsxDevRuntime"],[530,61,210,14],[530,62,210,14,"jsxDEV"],[530,68,210,14],[530,70,210,15,"_expoVectorIcons"],[530,86,210,23],[530,87,210,23,"Ionicons"],[530,95,210,23],[531,16,210,24,"name"],[531,20,210,28],[531,22,210,29],[531,34,210,41],[532,16,210,42,"size"],[532,20,210,46],[532,22,210,48],[532,24,210,51],[533,16,210,52,"color"],[533,21,210,57],[533,23,210,58],[534,14,210,64],[535,16,210,64,"fileName"],[535,24,210,64],[535,26,210,64,"_jsxFileName"],[535,38,210,64],[536,16,210,64,"lineNumber"],[536,26,210,64],[537,16,210,64,"columnNumber"],[537,28,210,64],[538,14,210,64],[538,21,210,66],[538,22,210,67],[538,37,211,14],[538,41,211,14,"_reactJsxDevRuntime"],[538,60,211,14],[538,61,211,14,"jsxDEV"],[538,67,211,14],[538,69,211,15,"Text"],[538,73,211,19],[538,74,211,19,"default"],[538,81,211,19],[539,16,211,20,"style"],[539,21,211,25],[539,23,211,27,"styles"],[539,29,211,33],[539,30,211,34,"actionBtnText"],[539,43,211,48],[540,16,211,48,"children"],[540,24,211,48],[540,26,211,49],[541,14,211,56],[542,16,211,56,"fileName"],[542,24,211,56],[542,26,211,56,"_jsxFileName"],[542,38,211,56],[543,16,211,56,"lineNumber"],[543,26,211,56],[544,16,211,56,"columnNumber"],[544,28,211,56],[545,14,211,56],[545,21,211,62],[545,22,211,63],[546,12,211,63],[547,14,211,63,"fileName"],[547,22,211,63],[547,24,211,63,"_jsxFileName"],[547,36,211,63],[548,14,211,63,"lineNumber"],[548,24,211,63],[549,14,211,63,"columnNumber"],[549,26,211,63],[550,12,211,63],[550,19,212,30],[550,20,212,31],[550,35,213,12],[550,39,213,12,"_reactJsxDevRuntime"],[550,58,213,12],[550,59,213,12,"jsxDEV"],[550,65,213,12],[550,67,213,13,"TouchableOpacity"],[550,83,213,29],[550,84,213,29,"default"],[550,91,213,29],[551,14,213,30,"style"],[551,19,213,35],[551,21,213,37],[551,22,213,38,"styles"],[551,28,213,44],[551,29,213,45,"actionBtn"],[551,38,213,54],[551,40,213,56],[552,16,213,57,"backgroundColor"],[552,31,213,72],[552,33,213,74],[553,14,213,83],[553,15,213,84],[553,16,213,86],[554,14,213,86,"children"],[554,22,213,86],[554,38,214,14],[554,42,214,14,"_reactJsxDevRuntime"],[554,61,214,14],[554,62,214,14,"jsxDEV"],[554,68,214,14],[554,70,214,15,"_expoVectorIcons"],[554,86,214,23],[554,87,214,23,"Ionicons"],[554,95,214,23],[555,16,214,24,"name"],[555,20,214,28],[555,22,214,29],[555,39,214,46],[556,16,214,47,"size"],[556,20,214,51],[556,22,214,53],[556,24,214,56],[557,16,214,57,"color"],[557,21,214,62],[557,23,214,63],[558,14,214,69],[559,16,214,69,"fileName"],[559,24,214,69],[559,26,214,69,"_jsxFileName"],[559,38,214,69],[560,16,214,69,"lineNumber"],[560,26,214,69],[561,16,214,69,"columnNumber"],[561,28,214,69],[562,14,214,69],[562,21,214,71],[562,22,214,72],[562,37,215,14],[562,41,215,14,"_reactJsxDevRuntime"],[562,60,215,14],[562,61,215,14,"jsxDEV"],[562,67,215,14],[562,69,215,15,"Text"],[562,73,215,19],[562,74,215,19,"default"],[562,81,215,19],[563,16,215,20,"style"],[563,21,215,25],[563,23,215,27,"styles"],[563,29,215,33],[563,30,215,34,"actionBtnText"],[563,43,215,48],[564,16,215,48,"children"],[564,24,215,48],[564,26,215,49],[565,14,215,53],[566,16,215,53,"fileName"],[566,24,215,53],[566,26,215,53,"_jsxFileName"],[566,38,215,53],[567,16,215,53,"lineNumber"],[567,26,215,53],[568,16,215,53,"columnNumber"],[568,28,215,53],[569,14,215,53],[569,21,215,59],[569,22,215,60],[570,12,215,60],[571,14,215,60,"fileName"],[571,22,215,60],[571,24,215,60,"_jsxFileName"],[571,36,215,60],[572,14,215,60,"lineNumber"],[572,24,215,60],[573,14,215,60,"columnNumber"],[573,26,215,60],[574,12,215,60],[574,19,216,30],[574,20,216,31],[574,35,217,12],[574,39,217,12,"_reactJsxDevRuntime"],[574,58,217,12],[574,59,217,12,"jsxDEV"],[574,65,217,12],[574,67,217,13,"TouchableOpacity"],[574,83,217,29],[574,84,217,29,"default"],[574,91,217,29],[575,14,217,30,"style"],[575,19,217,35],[575,21,217,37],[575,22,217,38,"styles"],[575,28,217,44],[575,29,217,45,"actionBtn"],[575,38,217,54],[575,40,217,56],[576,16,217,57,"backgroundColor"],[576,31,217,72],[576,33,217,74],[577,14,217,83],[577,15,217,84],[577,16,217,86],[578,14,217,86,"children"],[578,22,217,86],[578,38,218,14],[578,42,218,14,"_reactJsxDevRuntime"],[578,61,218,14],[578,62,218,14,"jsxDEV"],[578,68,218,14],[578,70,218,15,"_expoVectorIcons"],[578,86,218,23],[578,87,218,23,"Ionicons"],[578,95,218,23],[579,16,218,24,"name"],[579,20,218,28],[579,22,218,29],[579,30,218,37],[580,16,218,38,"size"],[580,20,218,42],[580,22,218,44],[580,24,218,47],[581,16,218,48,"color"],[581,21,218,53],[581,23,218,54],[582,14,218,60],[583,16,218,60,"fileName"],[583,24,218,60],[583,26,218,60,"_jsxFileName"],[583,38,218,60],[584,16,218,60,"lineNumber"],[584,26,218,60],[585,16,218,60,"columnNumber"],[585,28,218,60],[586,14,218,60],[586,21,218,62],[586,22,218,63],[586,37,219,14],[586,41,219,14,"_reactJsxDevRuntime"],[586,60,219,14],[586,61,219,14,"jsxDEV"],[586,67,219,14],[586,69,219,15,"Text"],[586,73,219,19],[586,74,219,19,"default"],[586,81,219,19],[587,16,219,20,"style"],[587,21,219,25],[587,23,219,27,"styles"],[587,29,219,33],[587,30,219,34,"actionBtnText"],[587,43,219,48],[588,16,219,48,"children"],[588,24,219,48],[588,26,219,49],[589,14,219,52],[590,16,219,52,"fileName"],[590,24,219,52],[590,26,219,52,"_jsxFileName"],[590,38,219,52],[591,16,219,52,"lineNumber"],[591,26,219,52],[592,16,219,52,"columnNumber"],[592,28,219,52],[593,14,219,52],[593,21,219,58],[593,22,219,59],[594,12,219,59],[595,14,219,59,"fileName"],[595,22,219,59],[595,24,219,59,"_jsxFileName"],[595,36,219,59],[596,14,219,59,"lineNumber"],[596,24,219,59],[597,14,219,59,"columnNumber"],[597,26,219,59],[598,12,219,59],[598,19,220,30],[598,20,220,31],[599,10,220,31],[600,12,220,31,"fileName"],[600,20,220,31],[600,22,220,31,"_jsxFileName"],[600,34,220,31],[601,12,220,31,"lineNumber"],[601,22,220,31],[602,12,220,31,"columnNumber"],[602,24,220,31],[603,10,220,31],[603,17,221,16],[603,18,221,17],[603,33,224,10],[603,37,224,10,"_reactJsxDevRuntime"],[603,56,224,10],[603,57,224,10,"jsxDEV"],[603,63,224,10],[603,65,224,11,"View"],[603,69,224,15],[603,70,224,15,"default"],[603,77,224,15],[604,12,224,16,"style"],[604,17,224,21],[604,19,224,23,"styles"],[604,25,224,29],[604,26,224,30,"actionsRow"],[604,36,224,41],[605,12,224,41,"children"],[605,20,224,41],[605,36,225,12],[605,40,225,12,"_reactJsxDevRuntime"],[605,59,225,12],[605,60,225,12,"jsxDEV"],[605,66,225,12],[605,68,225,13,"TouchableOpacity"],[605,84,225,29],[605,85,225,29,"default"],[605,92,225,29],[606,14,225,30,"style"],[606,19,225,35],[606,21,225,37],[606,22,225,38,"styles"],[606,28,225,44],[606,29,225,45,"actionBtn"],[606,38,225,54],[606,40,225,56],[607,16,225,57,"backgroundColor"],[607,31,225,72],[607,33,225,74],[608,14,225,83],[608,15,225,84],[608,16,225,86],[609,14,225,86,"children"],[609,22,225,86],[609,38,226,14],[609,42,226,14,"_reactJsxDevRuntime"],[609,61,226,14],[609,62,226,14,"jsxDEV"],[609,68,226,14],[609,70,226,15,"_expoVectorIcons"],[609,86,226,23],[609,87,226,23,"Ionicons"],[609,95,226,23],[610,16,226,24,"name"],[610,20,226,28],[610,22,226,29],[610,33,226,40],[611,16,226,41,"size"],[611,20,226,45],[611,22,226,47],[611,24,226,50],[612,16,226,51,"color"],[612,21,226,56],[612,23,226,57],[613,14,226,63],[614,16,226,63,"fileName"],[614,24,226,63],[614,26,226,63,"_jsxFileName"],[614,38,226,63],[615,16,226,63,"lineNumber"],[615,26,226,63],[616,16,226,63,"columnNumber"],[616,28,226,63],[617,14,226,63],[617,21,226,65],[617,22,226,66],[617,37,227,14],[617,41,227,14,"_reactJsxDevRuntime"],[617,60,227,14],[617,61,227,14,"jsxDEV"],[617,67,227,14],[617,69,227,15,"Text"],[617,73,227,19],[617,74,227,19,"default"],[617,81,227,19],[618,16,227,20,"style"],[618,21,227,25],[618,23,227,27,"styles"],[618,29,227,33],[618,30,227,34,"actionBtnText"],[618,43,227,48],[619,16,227,48,"children"],[619,24,227,48],[619,26,227,49],[620,14,227,53],[621,16,227,53,"fileName"],[621,24,227,53],[621,26,227,53,"_jsxFileName"],[621,38,227,53],[622,16,227,53,"lineNumber"],[622,26,227,53],[623,16,227,53,"columnNumber"],[623,28,227,53],[624,14,227,53],[624,21,227,59],[624,22,227,60],[625,12,227,60],[626,14,227,60,"fileName"],[626,22,227,60],[626,24,227,60,"_jsxFileName"],[626,36,227,60],[627,14,227,60,"lineNumber"],[627,24,227,60],[628,14,227,60,"columnNumber"],[628,26,227,60],[629,12,227,60],[629,19,228,30],[629,20,228,31],[629,35,229,12],[629,39,229,12,"_reactJsxDevRuntime"],[629,58,229,12],[629,59,229,12,"jsxDEV"],[629,65,229,12],[629,67,229,13,"TouchableOpacity"],[629,83,229,29],[629,84,229,29,"default"],[629,91,229,29],[630,14,229,30,"style"],[630,19,229,35],[630,21,229,37],[630,22,229,38,"styles"],[630,28,229,44],[630,29,229,45,"actionBtn"],[630,38,229,54],[630,40,229,56],[631,16,229,57,"backgroundColor"],[631,31,229,72],[631,33,229,74],[632,14,229,83],[632,15,229,84],[632,16,229,86],[633,14,229,86,"children"],[633,22,229,86],[633,38,230,14],[633,42,230,14,"_reactJsxDevRuntime"],[633,61,230,14],[633,62,230,14,"jsxDEV"],[633,68,230,14],[633,70,230,15,"_expoVectorIcons"],[633,86,230,23],[633,87,230,23,"Ionicons"],[633,95,230,23],[634,16,230,24,"name"],[634,20,230,28],[634,22,230,29],[634,28,230,35],[635,16,230,36,"size"],[635,20,230,40],[635,22,230,42],[635,24,230,45],[636,16,230,46,"color"],[636,21,230,51],[636,23,230,52],[637,14,230,58],[638,16,230,58,"fileName"],[638,24,230,58],[638,26,230,58,"_jsxFileName"],[638,38,230,58],[639,16,230,58,"lineNumber"],[639,26,230,58],[640,16,230,58,"columnNumber"],[640,28,230,58],[641,14,230,58],[641,21,230,60],[641,22,230,61],[641,37,231,14],[641,41,231,14,"_reactJsxDevRuntime"],[641,60,231,14],[641,61,231,14,"jsxDEV"],[641,67,231,14],[641,69,231,15,"Text"],[641,73,231,19],[641,74,231,19,"default"],[641,81,231,19],[642,16,231,20,"style"],[642,21,231,25],[642,23,231,27,"styles"],[642,29,231,33],[642,30,231,34,"actionBtnText"],[642,43,231,48],[643,16,231,48,"children"],[643,24,231,48],[643,26,231,49],[644,14,231,54],[645,16,231,54,"fileName"],[645,24,231,54],[645,26,231,54,"_jsxFileName"],[645,38,231,54],[646,16,231,54,"lineNumber"],[646,26,231,54],[647,16,231,54,"columnNumber"],[647,28,231,54],[648,14,231,54],[648,21,231,60],[648,22,231,61],[649,12,231,61],[650,14,231,61,"fileName"],[650,22,231,61],[650,24,231,61,"_jsxFileName"],[650,36,231,61],[651,14,231,61,"lineNumber"],[651,24,231,61],[652,14,231,61,"columnNumber"],[652,26,231,61],[653,12,231,61],[653,19,232,30],[653,20,232,31],[653,35,233,12],[653,39,233,12,"_reactJsxDevRuntime"],[653,58,233,12],[653,59,233,12,"jsxDEV"],[653,65,233,12],[653,67,233,13,"TouchableOpacity"],[653,83,233,29],[653,84,233,29,"default"],[653,91,233,29],[654,14,233,30,"style"],[654,19,233,35],[654,21,233,37],[654,22,233,38,"styles"],[654,28,233,44],[654,29,233,45,"actionBtn"],[654,38,233,54],[654,40,233,56],[655,16,233,57,"backgroundColor"],[655,31,233,72],[655,33,233,74],[656,14,233,83],[656,15,233,84],[656,16,233,86],[657,14,233,86,"children"],[657,22,233,86],[657,38,234,14],[657,42,234,14,"_reactJsxDevRuntime"],[657,61,234,14],[657,62,234,14,"jsxDEV"],[657,68,234,14],[657,70,234,15,"_expoVectorIcons"],[657,86,234,23],[657,87,234,23,"Ionicons"],[657,95,234,23],[658,16,234,24,"name"],[658,20,234,28],[658,22,234,29],[658,28,234,35],[659,16,234,36,"size"],[659,20,234,40],[659,22,234,42],[659,24,234,45],[660,16,234,46,"color"],[660,21,234,51],[660,23,234,52],[661,14,234,58],[662,16,234,58,"fileName"],[662,24,234,58],[662,26,234,58,"_jsxFileName"],[662,38,234,58],[663,16,234,58,"lineNumber"],[663,26,234,58],[664,16,234,58,"columnNumber"],[664,28,234,58],[665,14,234,58],[665,21,234,60],[665,22,234,61],[665,37,235,14],[665,41,235,14,"_reactJsxDevRuntime"],[665,60,235,14],[665,61,235,14,"jsxDEV"],[665,67,235,14],[665,69,235,15,"Text"],[665,73,235,19],[665,74,235,19,"default"],[665,81,235,19],[666,16,235,20,"style"],[666,21,235,25],[666,23,235,27,"styles"],[666,29,235,33],[666,30,235,34,"actionBtnText"],[666,43,235,48],[667,16,235,48,"children"],[667,24,235,48],[667,26,235,49],[668,14,235,56],[669,16,235,56,"fileName"],[669,24,235,56],[669,26,235,56,"_jsxFileName"],[669,38,235,56],[670,16,235,56,"lineNumber"],[670,26,235,56],[671,16,235,56,"columnNumber"],[671,28,235,56],[672,14,235,56],[672,21,235,62],[672,22,235,63],[673,12,235,63],[674,14,235,63,"fileName"],[674,22,235,63],[674,24,235,63,"_jsxFileName"],[674,36,235,63],[675,14,235,63,"lineNumber"],[675,24,235,63],[676,14,235,63,"columnNumber"],[676,26,235,63],[677,12,235,63],[677,19,236,30],[677,20,236,31],[677,35,237,12],[677,39,237,12,"_reactJsxDevRuntime"],[677,58,237,12],[677,59,237,12,"jsxDEV"],[677,65,237,12],[677,67,237,13,"TouchableOpacity"],[677,83,237,29],[677,84,237,29,"default"],[677,91,237,29],[678,14,237,30,"style"],[678,19,237,35],[678,21,237,37],[678,22,237,38,"styles"],[678,28,237,44],[678,29,237,45,"actionBtn"],[678,38,237,54],[678,40,237,56],[679,16,237,57,"backgroundColor"],[679,31,237,72],[679,33,237,74],[680,14,237,83],[680,15,237,84],[680,16,237,86],[681,14,237,86,"children"],[681,22,237,86],[681,38,238,14],[681,42,238,14,"_reactJsxDevRuntime"],[681,61,238,14],[681,62,238,14,"jsxDEV"],[681,68,238,14],[681,70,238,15,"_expoVectorIcons"],[681,86,238,23],[681,87,238,23,"Ionicons"],[681,95,238,23],[682,16,238,24,"name"],[682,20,238,28],[682,22,238,29],[682,28,238,35],[683,16,238,36,"size"],[683,20,238,40],[683,22,238,42],[683,24,238,45],[684,16,238,46,"color"],[684,21,238,51],[684,23,238,52],[685,14,238,58],[686,16,238,58,"fileName"],[686,24,238,58],[686,26,238,58,"_jsxFileName"],[686,38,238,58],[687,16,238,58,"lineNumber"],[687,26,238,58],[688,16,238,58,"columnNumber"],[688,28,238,58],[689,14,238,58],[689,21,238,60],[689,22,238,61],[689,37,239,14],[689,41,239,14,"_reactJsxDevRuntime"],[689,60,239,14],[689,61,239,14,"jsxDEV"],[689,67,239,14],[689,69,239,15,"Text"],[689,73,239,19],[689,74,239,19,"default"],[689,81,239,19],[690,16,239,20,"style"],[690,21,239,25],[690,23,239,27,"styles"],[690,29,239,33],[690,30,239,34,"actionBtnText"],[690,43,239,48],[691,16,239,48,"children"],[691,24,239,48],[691,26,239,49],[692,14,239,56],[693,16,239,56,"fileName"],[693,24,239,56],[693,26,239,56,"_jsxFileName"],[693,38,239,56],[694,16,239,56,"lineNumber"],[694,26,239,56],[695,16,239,56,"columnNumber"],[695,28,239,56],[696,14,239,56],[696,21,239,62],[696,22,239,63],[697,12,239,63],[698,14,239,63,"fileName"],[698,22,239,63],[698,24,239,63,"_jsxFileName"],[698,36,239,63],[699,14,239,63,"lineNumber"],[699,24,239,63],[700,14,239,63,"columnNumber"],[700,26,239,63],[701,12,239,63],[701,19,240,30],[701,20,240,31],[702,10,240,31],[703,12,240,31,"fileName"],[703,20,240,31],[703,22,240,31,"_jsxFileName"],[703,34,240,31],[704,12,240,31,"lineNumber"],[704,22,240,31],[705,12,240,31,"columnNumber"],[705,24,240,31],[706,10,240,31],[706,17,241,16],[706,18,241,17],[707,8,241,17],[708,10,241,17,"fileName"],[708,18,241,17],[708,20,241,17,"_jsxFileName"],[708,32,241,17],[709,10,241,17,"lineNumber"],[709,20,241,17],[710,10,241,17,"columnNumber"],[710,22,241,17],[711,8,241,17],[711,15,242,14],[711,16,242,15],[711,31,245,8],[711,35,245,8,"_reactJsxDevRuntime"],[711,54,245,8],[711,55,245,8,"jsxDEV"],[711,61,245,8],[711,63,245,9,"View"],[711,67,245,13],[711,68,245,13,"default"],[711,75,245,13],[712,10,245,14,"style"],[712,15,245,19],[712,17,245,21,"styles"],[712,23,245,27],[712,24,245,28,"tokensContainer"],[712,39,245,44],[713,10,245,44,"children"],[713,18,245,44],[713,34,246,10],[713,38,246,10,"_reactJsxDevRuntime"],[713,57,246,10],[713,58,246,10,"jsxDEV"],[713,64,246,10],[713,66,246,11,"View"],[713,70,246,15],[713,71,246,15,"default"],[713,78,246,15],[714,12,246,16,"style"],[714,17,246,21],[714,19,246,23,"styles"],[714,25,246,29],[714,26,246,30,"tokensHeader"],[714,38,246,43],[715,12,246,43,"children"],[715,20,246,43],[715,36,247,12],[715,40,247,12,"_reactJsxDevRuntime"],[715,59,247,12],[715,60,247,12,"jsxDEV"],[715,66,247,12],[715,68,247,13,"Text"],[715,72,247,17],[715,73,247,17,"default"],[715,80,247,17],[716,14,247,18,"style"],[716,19,247,23],[716,21,247,25,"styles"],[716,27,247,31],[716,28,247,32,"tokensTitle"],[716,39,247,44],[717,14,247,44,"children"],[717,22,247,44],[717,24,247,45],[718,12,247,51],[719,14,247,51,"fileName"],[719,22,247,51],[719,24,247,51,"_jsxFileName"],[719,36,247,51],[720,14,247,51,"lineNumber"],[720,24,247,51],[721,14,247,51,"columnNumber"],[721,26,247,51],[722,12,247,51],[722,19,247,57],[722,20,247,58],[722,35,248,12],[722,39,248,12,"_reactJsxDevRuntime"],[722,58,248,12],[722,59,248,12,"jsxDEV"],[722,65,248,12],[722,67,248,13,"View"],[722,71,248,17],[722,72,248,17,"default"],[722,79,248,17],[723,14,248,18,"style"],[723,19,248,23],[723,21,248,25,"styles"],[723,27,248,31],[723,28,248,32,"tokensHeaderActions"],[723,47,248,52],[724,14,248,52,"children"],[724,22,248,52],[724,38,249,14],[724,42,249,14,"_reactJsxDevRuntime"],[724,61,249,14],[724,62,249,14,"jsxDEV"],[724,68,249,14],[724,70,249,15,"TouchableOpacity"],[724,86,249,31],[724,87,249,31,"default"],[724,94,249,31],[725,16,249,32,"style"],[725,21,249,37],[725,23,249,39,"styles"],[725,29,249,45],[725,30,249,46,"tokenHeaderButton"],[725,47,249,64],[726,16,249,64,"children"],[726,24,249,64],[726,39,250,16],[726,43,250,16,"_reactJsxDevRuntime"],[726,62,250,16],[726,63,250,16,"jsxDEV"],[726,69,250,16],[726,71,250,17,"_expoVectorIcons"],[726,87,250,25],[726,88,250,25,"Ionicons"],[726,96,250,25],[727,18,250,26,"name"],[727,22,250,30],[727,24,250,31],[727,32,250,39],[728,18,250,40,"size"],[728,22,250,44],[728,24,250,46],[728,26,250,49],[729,18,250,50,"color"],[729,23,250,55],[729,25,250,56],[730,16,250,65],[731,18,250,65,"fileName"],[731,26,250,65],[731,28,250,65,"_jsxFileName"],[731,40,250,65],[732,18,250,65,"lineNumber"],[732,28,250,65],[733,18,250,65,"columnNumber"],[733,30,250,65],[734,16,250,65],[734,23,250,67],[735,14,250,68],[736,16,250,68,"fileName"],[736,24,250,68],[736,26,250,68,"_jsxFileName"],[736,38,250,68],[737,16,250,68,"lineNumber"],[737,26,250,68],[738,16,250,68,"columnNumber"],[738,28,250,68],[739,14,250,68],[739,21,251,32],[739,22,251,33],[739,37,252,14],[739,41,252,14,"_reactJsxDevRuntime"],[739,60,252,14],[739,61,252,14,"jsxDEV"],[739,67,252,14],[739,69,252,15,"TouchableOpacity"],[739,85,252,31],[739,86,252,31,"default"],[739,93,252,31],[740,16,252,32,"style"],[740,21,252,37],[740,23,252,39,"styles"],[740,29,252,45],[740,30,252,46,"tokenHeaderButton"],[740,47,252,64],[741,16,252,64,"children"],[741,24,252,64],[741,39,253,16],[741,43,253,16,"_reactJsxDevRuntime"],[741,62,253,16],[741,63,253,16,"jsxDEV"],[741,69,253,16],[741,71,253,17,"_expoVectorIcons"],[741,87,253,25],[741,88,253,25,"Ionicons"],[741,96,253,25],[742,18,253,26,"name"],[742,22,253,30],[742,24,253,31],[742,36,253,43],[743,18,253,44,"size"],[743,22,253,48],[743,24,253,50],[743,26,253,53],[744,18,253,54,"color"],[744,23,253,59],[744,25,253,60],[745,16,253,69],[746,18,253,69,"fileName"],[746,26,253,69],[746,28,253,69,"_jsxFileName"],[746,40,253,69],[747,18,253,69,"lineNumber"],[747,28,253,69],[748,18,253,69,"columnNumber"],[748,30,253,69],[749,16,253,69],[749,23,253,71],[750,14,253,72],[751,16,253,72,"fileName"],[751,24,253,72],[751,26,253,72,"_jsxFileName"],[751,38,253,72],[752,16,253,72,"lineNumber"],[752,26,253,72],[753,16,253,72,"columnNumber"],[753,28,253,72],[754,14,253,72],[754,21,254,32],[754,22,254,33],[754,37,255,14],[754,41,255,14,"_reactJsxDevRuntime"],[754,60,255,14],[754,61,255,14,"jsxDEV"],[754,67,255,14],[754,69,255,15,"TouchableOpacity"],[754,85,255,31],[754,86,255,31,"default"],[754,93,255,31],[755,16,255,32,"style"],[755,21,255,37],[755,23,255,39,"styles"],[755,29,255,45],[755,30,255,46,"tokenHeaderButton"],[755,47,255,64],[756,16,255,64,"children"],[756,24,255,64],[756,39,256,16],[756,43,256,16,"_reactJsxDevRuntime"],[756,62,256,16],[756,63,256,16,"jsxDEV"],[756,69,256,16],[756,71,256,17,"_expoVectorIcons"],[756,87,256,25],[756,88,256,25,"Ionicons"],[756,96,256,25],[757,18,256,26,"name"],[757,22,256,30],[757,24,256,31],[757,34,256,41],[758,18,256,42,"size"],[758,22,256,46],[758,24,256,48],[758,26,256,51],[759,18,256,52,"color"],[759,23,256,57],[759,25,256,58],[760,16,256,67],[761,18,256,67,"fileName"],[761,26,256,67],[761,28,256,67,"_jsxFileName"],[761,40,256,67],[762,18,256,67,"lineNumber"],[762,28,256,67],[763,18,256,67,"columnNumber"],[763,30,256,67],[764,16,256,67],[764,23,256,69],[765,14,256,70],[766,16,256,70,"fileName"],[766,24,256,70],[766,26,256,70,"_jsxFileName"],[766,38,256,70],[767,16,256,70,"lineNumber"],[767,26,256,70],[768,16,256,70,"columnNumber"],[768,28,256,70],[769,14,256,70],[769,21,257,32],[769,22,257,33],[770,12,257,33],[771,14,257,33,"fileName"],[771,22,257,33],[771,24,257,33,"_jsxFileName"],[771,36,257,33],[772,14,257,33,"lineNumber"],[772,24,257,33],[773,14,257,33,"columnNumber"],[773,26,257,33],[774,12,257,33],[774,19,258,18],[774,20,258,19],[775,10,258,19],[776,12,258,19,"fileName"],[776,20,258,19],[776,22,258,19,"_jsxFileName"],[776,34,258,19],[777,12,258,19,"lineNumber"],[777,22,258,19],[778,12,258,19,"columnNumber"],[778,24,258,19],[779,10,258,19],[779,17,259,16],[779,18,259,17],[779,33,262,10],[779,37,262,10,"_reactJsxDevRuntime"],[779,56,262,10],[779,57,262,10,"jsxDEV"],[779,63,262,10],[779,65,262,11,"View"],[779,69,262,15],[779,70,262,15,"default"],[779,77,262,15],[780,12,262,16,"style"],[780,17,262,21],[780,19,262,23,"styles"],[780,25,262,29],[780,26,262,30,"tokenItem"],[780,35,262,40],[781,12,262,40,"children"],[781,20,262,40],[781,36,263,12],[781,40,263,12,"_reactJsxDevRuntime"],[781,59,263,12],[781,60,263,12,"jsxDEV"],[781,66,263,12],[781,68,263,13,"View"],[781,72,263,17],[781,73,263,17,"default"],[781,80,263,17],[782,14,263,18,"style"],[782,19,263,23],[782,21,263,25,"styles"],[782,27,263,31],[782,28,263,32,"tokenItemLeft"],[782,41,263,46],[783,14,263,46,"children"],[783,22,263,46],[783,38,264,14],[783,42,264,14,"_reactJsxDevRuntime"],[783,61,264,14],[783,62,264,14,"jsxDEV"],[783,68,264,14],[783,70,264,15,"View"],[783,74,264,19],[783,75,264,19,"default"],[783,82,264,19],[784,16,264,20,"style"],[784,21,264,25],[784,23,264,27,"styles"],[784,29,264,33],[784,30,264,34,"tokenIconContainer"],[784,48,264,53],[785,16,264,53,"children"],[785,24,264,53],[785,40,265,16],[785,44,265,16,"_reactJsxDevRuntime"],[785,63,265,16],[785,64,265,16,"jsxDEV"],[785,70,265,16],[785,72,265,17,"Image"],[785,77,265,22],[785,78,265,22,"default"],[785,85,265,22],[786,18,266,18,"source"],[786,24,266,24],[786,26,266,26],[787,20,266,28,"uri"],[787,23,266,31],[787,25,266,33],[788,18,266,140],[788,19,266,142],[789,18,267,18,"style"],[789,23,267,23],[789,25,267,25,"styles"],[789,31,267,31],[789,32,267,32,"tokenIcon"],[790,16,267,42],[791,18,267,42,"fileName"],[791,26,267,42],[791,28,267,42,"_jsxFileName"],[791,40,267,42],[792,18,267,42,"lineNumber"],[792,28,267,42],[793,18,267,42,"columnNumber"],[793,30,267,42],[794,16,267,42],[794,23,268,17],[794,24,268,18],[794,39,269,16],[794,43,269,16,"_reactJsxDevRuntime"],[794,62,269,16],[794,63,269,16,"jsxDEV"],[794,69,269,16],[794,71,269,17,"Image"],[794,76,269,22],[794,77,269,22,"default"],[794,84,269,22],[795,18,270,18,"source"],[795,24,270,24],[795,26,270,26],[796,20,270,28,"uri"],[796,23,270,31],[796,25,270,33],[797,18,270,133],[797,19,270,135],[798,18,271,18,"style"],[798,23,271,23],[798,25,271,25,"styles"],[798,31,271,31],[798,32,271,32,"networkBadge"],[799,16,271,45],[800,18,271,45,"fileName"],[800,26,271,45],[800,28,271,45,"_jsxFileName"],[800,40,271,45],[801,18,271,45,"lineNumber"],[801,28,271,45],[802,18,271,45,"columnNumber"],[802,30,271,45],[803,16,271,45],[803,23,272,17],[803,24,272,18],[804,14,272,18],[805,16,272,18,"fileName"],[805,24,272,18],[805,26,272,18,"_jsxFileName"],[805,38,272,18],[806,16,272,18,"lineNumber"],[806,26,272,18],[807,16,272,18,"columnNumber"],[807,28,272,18],[808,14,272,18],[808,21,273,20],[808,22,273,21],[808,37,274,14],[808,41,274,14,"_reactJsxDevRuntime"],[808,60,274,14],[808,61,274,14,"jsxDEV"],[808,67,274,14],[808,69,274,15,"View"],[808,73,274,19],[808,74,274,19,"default"],[808,81,274,19],[809,16,274,19,"children"],[809,24,274,19],[809,40,275,16],[809,44,275,16,"_reactJsxDevRuntime"],[809,63,275,16],[809,64,275,16,"jsxDEV"],[809,70,275,16],[809,72,275,17,"Text"],[809,76,275,21],[809,77,275,21,"default"],[809,84,275,21],[810,18,275,22,"style"],[810,23,275,27],[810,25,275,29,"styles"],[810,31,275,35],[810,32,275,36,"tokenItemName"],[810,45,275,50],[811,18,275,50,"children"],[811,26,275,50],[811,28,275,51],[812,16,275,55],[813,18,275,55,"fileName"],[813,26,275,55],[813,28,275,55,"_jsxFileName"],[813,40,275,55],[814,18,275,55,"lineNumber"],[814,28,275,55],[815,18,275,55,"columnNumber"],[815,30,275,55],[816,16,275,55],[816,23,275,61],[816,24,275,62],[816,39,276,16],[816,43,276,16,"_reactJsxDevRuntime"],[816,62,276,16],[816,63,276,16,"jsxDEV"],[816,69,276,16],[816,71,276,17,"Text"],[816,75,276,21],[816,76,276,21,"default"],[816,83,276,21],[817,18,276,22,"style"],[817,23,276,27],[817,25,276,29,"styles"],[817,31,276,35],[817,32,276,36,"tokenItemNetwork"],[817,48,276,53],[818,18,276,53,"children"],[818,26,276,53],[818,28,276,54],[819,16,276,65],[820,18,276,65,"fileName"],[820,26,276,65],[820,28,276,65,"_jsxFileName"],[820,40,276,65],[821,18,276,65,"lineNumber"],[821,28,276,65],[822,18,276,65,"columnNumber"],[822,30,276,65],[823,16,276,65],[823,23,276,71],[823,24,276,72],[824,14,276,72],[825,16,276,72,"fileName"],[825,24,276,72],[825,26,276,72,"_jsxFileName"],[825,38,276,72],[826,16,276,72,"lineNumber"],[826,26,276,72],[827,16,276,72,"columnNumber"],[827,28,276,72],[828,14,276,72],[828,21,277,20],[828,22,277,21],[829,12,277,21],[830,14,277,21,"fileName"],[830,22,277,21],[830,24,277,21,"_jsxFileName"],[830,36,277,21],[831,14,277,21,"lineNumber"],[831,24,277,21],[832,14,277,21,"columnNumber"],[832,26,277,21],[833,12,277,21],[833,19,278,18],[833,20,278,19],[833,35,279,12],[833,39,279,12,"_reactJsxDevRuntime"],[833,58,279,12],[833,59,279,12,"jsxDEV"],[833,65,279,12],[833,67,279,13,"View"],[833,71,279,17],[833,72,279,17,"default"],[833,79,279,17],[834,14,279,18,"style"],[834,19,279,23],[834,21,279,25,"styles"],[834,27,279,31],[834,28,279,32,"tokenItemRight"],[834,42,279,47],[835,14,279,47,"children"],[835,22,279,47],[835,38,280,14],[835,42,280,14,"_reactJsxDevRuntime"],[835,61,280,14],[835,62,280,14,"jsxDEV"],[835,68,280,14],[835,70,280,15,"Text"],[835,74,280,19],[835,75,280,19,"default"],[835,82,280,19],[836,16,280,20,"style"],[836,21,280,25],[836,23,280,27,"styles"],[836,29,280,33],[836,30,280,34,"tokenItemBalance"],[836,46,280,51],[837,16,280,51,"children"],[837,24,280,51],[837,26,280,52],[838,14,280,56],[839,16,280,56,"fileName"],[839,24,280,56],[839,26,280,56,"_jsxFileName"],[839,38,280,56],[840,16,280,56,"lineNumber"],[840,26,280,56],[841,16,280,56,"columnNumber"],[841,28,280,56],[842,14,280,56],[842,21,280,62],[842,22,280,63],[842,37,281,14],[842,41,281,14,"_reactJsxDevRuntime"],[842,60,281,14],[842,61,281,14,"jsxDEV"],[842,67,281,14],[842,69,281,15,"Text"],[842,73,281,19],[842,74,281,19,"default"],[842,81,281,19],[843,16,281,20,"style"],[843,21,281,25],[843,23,281,27,"styles"],[843,29,281,33],[843,30,281,34,"tokenItemUsd"],[843,42,281,47],[844,16,281,47,"children"],[844,24,281,47],[844,26,281,48],[845,14,281,53],[846,16,281,53,"fileName"],[846,24,281,53],[846,26,281,53,"_jsxFileName"],[846,38,281,53],[847,16,281,53,"lineNumber"],[847,26,281,53],[848,16,281,53,"columnNumber"],[848,28,281,53],[849,14,281,53],[849,21,281,59],[849,22,281,60],[850,12,281,60],[851,14,281,60,"fileName"],[851,22,281,60],[851,24,281,60,"_jsxFileName"],[851,36,281,60],[852,14,281,60,"lineNumber"],[852,24,281,60],[853,14,281,60,"columnNumber"],[853,26,281,60],[854,12,281,60],[854,19,282,18],[854,20,282,19],[855,10,282,19],[856,12,282,19,"fileName"],[856,20,282,19],[856,22,282,19,"_jsxFileName"],[856,34,282,19],[857,12,282,19,"lineNumber"],[857,22,282,19],[858,12,282,19,"columnNumber"],[858,24,282,19],[859,10,282,19],[859,17,283,16],[859,18,283,17],[859,33,286,10],[859,37,286,10,"_reactJsxDevRuntime"],[859,56,286,10],[859,57,286,10,"jsxDEV"],[859,63,286,10],[859,65,286,11,"View"],[859,69,286,15],[859,70,286,15,"default"],[859,77,286,15],[860,12,286,16,"style"],[860,17,286,21],[860,19,286,23,"styles"],[860,25,286,29],[860,26,286,30,"tokenItem"],[860,35,286,40],[861,12,286,40,"children"],[861,20,286,40],[861,36,287,12],[861,40,287,12,"_reactJsxDevRuntime"],[861,59,287,12],[861,60,287,12,"jsxDEV"],[861,66,287,12],[861,68,287,13,"View"],[861,72,287,17],[861,73,287,17,"default"],[861,80,287,17],[862,14,287,18,"style"],[862,19,287,23],[862,21,287,25,"styles"],[862,27,287,31],[862,28,287,32,"tokenItemLeft"],[862,41,287,46],[863,14,287,46,"children"],[863,22,287,46],[863,38,288,14],[863,42,288,14,"_reactJsxDevRuntime"],[863,61,288,14],[863,62,288,14,"jsxDEV"],[863,68,288,14],[863,70,288,15,"Image"],[863,75,288,20],[863,76,288,20,"default"],[863,83,288,20],[864,16,289,16,"source"],[864,22,289,22],[864,24,289,24],[865,18,289,26,"uri"],[865,21,289,29],[865,23,289,31],[866,16,289,124],[866,17,289,126],[867,16,290,16,"style"],[867,21,290,21],[867,23,290,23,"styles"],[867,29,290,29],[867,30,290,30,"tokenIcon"],[868,14,290,40],[869,16,290,40,"fileName"],[869,24,290,40],[869,26,290,40,"_jsxFileName"],[869,38,290,40],[870,16,290,40,"lineNumber"],[870,26,290,40],[871,16,290,40,"columnNumber"],[871,28,290,40],[872,14,290,40],[872,21,291,15],[872,22,291,16],[872,37,292,14],[872,41,292,14,"_reactJsxDevRuntime"],[872,60,292,14],[872,61,292,14,"jsxDEV"],[872,67,292,14],[872,69,292,15,"View"],[872,73,292,19],[872,74,292,19,"default"],[872,81,292,19],[873,16,292,19,"children"],[873,24,292,19],[873,40,293,16],[873,44,293,16,"_reactJsxDevRuntime"],[873,63,293,16],[873,64,293,16,"jsxDEV"],[873,70,293,16],[873,72,293,17,"Text"],[873,76,293,21],[873,77,293,21,"default"],[873,84,293,21],[874,18,293,22,"style"],[874,23,293,27],[874,25,293,29,"styles"],[874,31,293,35],[874,32,293,36,"tokenItemName"],[874,45,293,50],[875,18,293,50,"children"],[875,26,293,50],[875,28,293,51],[876,16,293,54],[877,18,293,54,"fileName"],[877,26,293,54],[877,28,293,54,"_jsxFileName"],[877,40,293,54],[878,18,293,54,"lineNumber"],[878,28,293,54],[879,18,293,54,"columnNumber"],[879,30,293,54],[880,16,293,54],[880,23,293,60],[880,24,293,61],[880,39,294,16],[880,43,294,16,"_reactJsxDevRuntime"],[880,62,294,16],[880,63,294,16,"jsxDEV"],[880,69,294,16],[880,71,294,17,"Text"],[880,75,294,21],[880,76,294,21,"default"],[880,83,294,21],[881,18,294,22,"style"],[881,23,294,27],[881,25,294,29,"styles"],[881,31,294,35],[881,32,294,36,"tokenItemNetwork"],[881,48,294,53],[882,18,294,53,"children"],[882,26,294,53],[882,28,294,54],[883,16,294,62],[884,18,294,62,"fileName"],[884,26,294,62],[884,28,294,62,"_jsxFileName"],[884,40,294,62],[885,18,294,62,"lineNumber"],[885,28,294,62],[886,18,294,62,"columnNumber"],[886,30,294,62],[887,16,294,62],[887,23,294,68],[887,24,294,69],[888,14,294,69],[889,16,294,69,"fileName"],[889,24,294,69],[889,26,294,69,"_jsxFileName"],[889,38,294,69],[890,16,294,69,"lineNumber"],[890,26,294,69],[891,16,294,69,"columnNumber"],[891,28,294,69],[892,14,294,69],[892,21,295,20],[892,22,295,21],[893,12,295,21],[894,14,295,21,"fileName"],[894,22,295,21],[894,24,295,21,"_jsxFileName"],[894,36,295,21],[895,14,295,21,"lineNumber"],[895,24,295,21],[896,14,295,21,"columnNumber"],[896,26,295,21],[897,12,295,21],[897,19,296,18],[897,20,296,19],[897,35,297,12],[897,39,297,12,"_reactJsxDevRuntime"],[897,58,297,12],[897,59,297,12,"jsxDEV"],[897,65,297,12],[897,67,297,13,"View"],[897,71,297,17],[897,72,297,17,"default"],[897,79,297,17],[898,14,297,18,"style"],[898,19,297,23],[898,21,297,25,"styles"],[898,27,297,31],[898,28,297,32,"tokenItemRight"],[898,42,297,47],[899,14,297,47,"children"],[899,22,297,47],[899,38,298,14],[899,42,298,14,"_reactJsxDevRuntime"],[899,61,298,14],[899,62,298,14,"jsxDEV"],[899,68,298,14],[899,70,298,15,"Text"],[899,74,298,19],[899,75,298,19,"default"],[899,82,298,19],[900,16,298,20,"style"],[900,21,298,25],[900,23,298,27,"styles"],[900,29,298,33],[900,30,298,34,"tokenItemBalance"],[900,46,298,51],[901,16,298,51,"children"],[901,24,298,51],[901,26,298,52],[902,14,298,56],[903,16,298,56,"fileName"],[903,24,298,56],[903,26,298,56,"_jsxFileName"],[903,38,298,56],[904,16,298,56,"lineNumber"],[904,26,298,56],[905,16,298,56,"columnNumber"],[905,28,298,56],[906,14,298,56],[906,21,298,62],[906,22,298,63],[906,37,299,14],[906,41,299,14,"_reactJsxDevRuntime"],[906,60,299,14],[906,61,299,14,"jsxDEV"],[906,67,299,14],[906,69,299,15,"Text"],[906,73,299,19],[906,74,299,19,"default"],[906,81,299,19],[907,16,299,20,"style"],[907,21,299,25],[907,23,299,27,"styles"],[907,29,299,33],[907,30,299,34,"tokenItemUsd"],[907,42,299,47],[908,16,299,47,"children"],[908,24,299,47],[908,26,299,48],[909,14,299,53],[910,16,299,53,"fileName"],[910,24,299,53],[910,26,299,53,"_jsxFileName"],[910,38,299,53],[911,16,299,53,"lineNumber"],[911,26,299,53],[912,16,299,53,"columnNumber"],[912,28,299,53],[913,14,299,53],[913,21,299,59],[913,22,299,60],[914,12,299,60],[915,14,299,60,"fileName"],[915,22,299,60],[915,24,299,60,"_jsxFileName"],[915,36,299,60],[916,14,299,60,"lineNumber"],[916,24,299,60],[917,14,299,60,"columnNumber"],[917,26,299,60],[918,12,299,60],[918,19,300,18],[918,20,300,19],[919,10,300,19],[920,12,300,19,"fileName"],[920,20,300,19],[920,22,300,19,"_jsxFileName"],[920,34,300,19],[921,12,300,19,"lineNumber"],[921,22,300,19],[922,12,300,19,"columnNumber"],[922,24,300,19],[923,10,300,19],[923,17,301,16],[923,18,301,17],[923,33,304,10],[923,37,304,10,"_reactJsxDevRuntime"],[923,56,304,10],[923,57,304,10,"jsxDEV"],[923,63,304,10],[923,65,304,11,"View"],[923,69,304,15],[923,70,304,15,"default"],[923,77,304,15],[924,12,304,16,"style"],[924,17,304,21],[924,19,304,23,"styles"],[924,25,304,29],[924,26,304,30,"tokenItem"],[924,35,304,40],[925,12,304,40,"children"],[925,20,304,40],[925,36,305,12],[925,40,305,12,"_reactJsxDevRuntime"],[925,59,305,12],[925,60,305,12,"jsxDEV"],[925,66,305,12],[925,68,305,13,"View"],[925,72,305,17],[925,73,305,17,"default"],[925,80,305,17],[926,14,305,18,"style"],[926,19,305,23],[926,21,305,25,"styles"],[926,27,305,31],[926,28,305,32,"tokenItemLeft"],[926,41,305,46],[927,14,305,46,"children"],[927,22,305,46],[927,38,306,14],[927,42,306,14,"_reactJsxDevRuntime"],[927,61,306,14],[927,62,306,14,"jsxDEV"],[927,68,306,14],[927,70,306,15,"Image"],[927,75,306,20],[927,76,306,20,"default"],[927,83,306,20],[928,16,307,16,"source"],[928,22,307,22],[928,24,307,24],[929,18,307,26,"uri"],[929,21,307,29],[929,23,307,31],[930,16,307,128],[930,17,307,130],[931,16,308,16,"style"],[931,21,308,21],[931,23,308,23,"styles"],[931,29,308,29],[931,30,308,30,"tokenIcon"],[932,14,308,40],[933,16,308,40,"fileName"],[933,24,308,40],[933,26,308,40,"_jsxFileName"],[933,38,308,40],[934,16,308,40,"lineNumber"],[934,26,308,40],[935,16,308,40,"columnNumber"],[935,28,308,40],[936,14,308,40],[936,21,309,15],[936,22,309,16],[936,37,310,14],[936,41,310,14,"_reactJsxDevRuntime"],[936,60,310,14],[936,61,310,14,"jsxDEV"],[936,67,310,14],[936,69,310,15,"View"],[936,73,310,19],[936,74,310,19,"default"],[936,81,310,19],[937,16,310,19,"children"],[937,24,310,19],[937,40,311,16],[937,44,311,16,"_reactJsxDevRuntime"],[937,63,311,16],[937,64,311,16,"jsxDEV"],[937,70,311,16],[937,72,311,17,"Text"],[937,76,311,21],[937,77,311,21,"default"],[937,84,311,21],[938,18,311,22,"style"],[938,23,311,27],[938,25,311,29,"styles"],[938,31,311,35],[938,32,311,36,"tokenItemName"],[938,45,311,50],[939,18,311,50,"children"],[939,26,311,50],[939,28,311,51],[940,16,311,54],[941,18,311,54,"fileName"],[941,26,311,54],[941,28,311,54,"_jsxFileName"],[941,40,311,54],[942,18,311,54,"lineNumber"],[942,28,311,54],[943,18,311,54,"columnNumber"],[943,30,311,54],[944,16,311,54],[944,23,311,60],[944,24,311,61],[944,39,312,16],[944,43,312,16,"_reactJsxDevRuntime"],[944,62,312,16],[944,63,312,16,"jsxDEV"],[944,69,312,16],[944,71,312,17,"Text"],[944,75,312,21],[944,76,312,21,"default"],[944,83,312,21],[945,18,312,22,"style"],[945,23,312,27],[945,25,312,29,"styles"],[945,31,312,35],[945,32,312,36,"tokenItemNetwork"],[945,48,312,53],[946,18,312,53,"children"],[946,26,312,53],[946,28,312,54],[947,16,312,61],[948,18,312,61,"fileName"],[948,26,312,61],[948,28,312,61,"_jsxFileName"],[948,40,312,61],[949,18,312,61,"lineNumber"],[949,28,312,61],[950,18,312,61,"columnNumber"],[950,30,312,61],[951,16,312,61],[951,23,312,67],[951,24,312,68],[952,14,312,68],[953,16,312,68,"fileName"],[953,24,312,68],[953,26,312,68,"_jsxFileName"],[953,38,312,68],[954,16,312,68,"lineNumber"],[954,26,312,68],[955,16,312,68,"columnNumber"],[955,28,312,68],[956,14,312,68],[956,21,313,20],[956,22,313,21],[957,12,313,21],[958,14,313,21,"fileName"],[958,22,313,21],[958,24,313,21,"_jsxFileName"],[958,36,313,21],[959,14,313,21,"lineNumber"],[959,24,313,21],[960,14,313,21,"columnNumber"],[960,26,313,21],[961,12,313,21],[961,19,314,18],[961,20,314,19],[961,35,315,12],[961,39,315,12,"_reactJsxDevRuntime"],[961,58,315,12],[961,59,315,12,"jsxDEV"],[961,65,315,12],[961,67,315,13,"View"],[961,71,315,17],[961,72,315,17,"default"],[961,79,315,17],[962,14,315,18,"style"],[962,19,315,23],[962,21,315,25,"styles"],[962,27,315,31],[962,28,315,32,"tokenItemRight"],[962,42,315,47],[963,14,315,47,"children"],[963,22,315,47],[963,38,316,14],[963,42,316,14,"_reactJsxDevRuntime"],[963,61,316,14],[963,62,316,14,"jsxDEV"],[963,68,316,14],[963,70,316,15,"Text"],[963,74,316,19],[963,75,316,19,"default"],[963,82,316,19],[964,16,316,20,"style"],[964,21,316,25],[964,23,316,27,"styles"],[964,29,316,33],[964,30,316,34,"tokenItemBalance"],[964,46,316,51],[965,16,316,51,"children"],[965,24,316,51],[965,26,316,52],[966,14,316,56],[967,16,316,56,"fileName"],[967,24,316,56],[967,26,316,56,"_jsxFileName"],[967,38,316,56],[968,16,316,56,"lineNumber"],[968,26,316,56],[969,16,316,56,"columnNumber"],[969,28,316,56],[970,14,316,56],[970,21,316,62],[970,22,316,63],[970,37,317,14],[970,41,317,14,"_reactJsxDevRuntime"],[970,60,317,14],[970,61,317,14,"jsxDEV"],[970,67,317,14],[970,69,317,15,"Text"],[970,73,317,19],[970,74,317,19,"default"],[970,81,317,19],[971,16,317,20,"style"],[971,21,317,25],[971,23,317,27,"styles"],[971,29,317,33],[971,30,317,34,"tokenItemUsd"],[971,42,317,47],[972,16,317,47,"children"],[972,24,317,47],[972,26,317,48],[973,14,317,53],[974,16,317,53,"fileName"],[974,24,317,53],[974,26,317,53,"_jsxFileName"],[974,38,317,53],[975,16,317,53,"lineNumber"],[975,26,317,53],[976,16,317,53,"columnNumber"],[976,28,317,53],[977,14,317,53],[977,21,317,59],[977,22,317,60],[978,12,317,60],[979,14,317,60,"fileName"],[979,22,317,60],[979,24,317,60,"_jsxFileName"],[979,36,317,60],[980,14,317,60,"lineNumber"],[980,24,317,60],[981,14,317,60,"columnNumber"],[981,26,317,60],[982,12,317,60],[982,19,318,18],[982,20,318,19],[983,10,318,19],[984,12,318,19,"fileName"],[984,20,318,19],[984,22,318,19,"_jsxFileName"],[984,34,318,19],[985,12,318,19,"lineNumber"],[985,22,318,19],[986,12,318,19,"columnNumber"],[986,24,318,19],[987,10,318,19],[987,17,319,16],[987,18,319,17],[987,33,322,10],[987,37,322,10,"_reactJsxDevRuntime"],[987,56,322,10],[987,57,322,10,"jsxDEV"],[987,63,322,10],[987,65,322,11,"View"],[987,69,322,15],[987,70,322,15,"default"],[987,77,322,15],[988,12,322,16,"style"],[988,17,322,21],[988,19,322,23,"styles"],[988,25,322,29],[988,26,322,30,"tokenItem"],[988,35,322,40],[989,12,322,40,"children"],[989,20,322,40],[989,36,323,12],[989,40,323,12,"_reactJsxDevRuntime"],[989,59,323,12],[989,60,323,12,"jsxDEV"],[989,66,323,12],[989,68,323,13,"View"],[989,72,323,17],[989,73,323,17,"default"],[989,80,323,17],[990,14,323,18,"style"],[990,19,323,23],[990,21,323,25,"styles"],[990,27,323,31],[990,28,323,32,"tokenItemLeft"],[990,41,323,46],[991,14,323,46,"children"],[991,22,323,46],[991,38,324,14],[991,42,324,14,"_reactJsxDevRuntime"],[991,61,324,14],[991,62,324,14,"jsxDEV"],[991,68,324,14],[991,70,324,15,"Image"],[991,75,324,20],[991,76,324,20,"default"],[991,83,324,20],[992,16,325,16,"source"],[992,22,325,22],[992,24,325,24],[993,18,325,26,"uri"],[993,21,325,29],[993,23,325,31],[994,16,325,129],[994,17,325,131],[995,16,326,16,"style"],[995,21,326,21],[995,23,326,23,"styles"],[995,29,326,29],[995,30,326,30,"tokenIcon"],[996,14,326,40],[997,16,326,40,"fileName"],[997,24,326,40],[997,26,326,40,"_jsxFileName"],[997,38,326,40],[998,16,326,40,"lineNumber"],[998,26,326,40],[999,16,326,40,"columnNumber"],[999,28,326,40],[1000,14,326,40],[1000,21,327,15],[1000,22,327,16],[1000,37,328,14],[1000,41,328,14,"_reactJsxDevRuntime"],[1000,60,328,14],[1000,61,328,14,"jsxDEV"],[1000,67,328,14],[1000,69,328,15,"View"],[1000,73,328,19],[1000,74,328,19,"default"],[1000,81,328,19],[1001,16,328,19,"children"],[1001,24,328,19],[1001,40,329,16],[1001,44,329,16,"_reactJsxDevRuntime"],[1001,63,329,16],[1001,64,329,16,"jsxDEV"],[1001,70,329,16],[1001,72,329,17,"Text"],[1001,76,329,21],[1001,77,329,21,"default"],[1001,84,329,21],[1002,18,329,22,"style"],[1002,23,329,27],[1002,25,329,29,"styles"],[1002,31,329,35],[1002,32,329,36,"tokenItemName"],[1002,45,329,50],[1003,18,329,50,"children"],[1003,26,329,50],[1003,28,329,51],[1004,16,329,54],[1005,18,329,54,"fileName"],[1005,26,329,54],[1005,28,329,54,"_jsxFileName"],[1005,40,329,54],[1006,18,329,54,"lineNumber"],[1006,28,329,54],[1007,18,329,54,"columnNumber"],[1007,30,329,54],[1008,16,329,54],[1008,23,329,60],[1008,24,329,61],[1008,39,330,16],[1008,43,330,16,"_reactJsxDevRuntime"],[1008,62,330,16],[1008,63,330,16,"jsxDEV"],[1008,69,330,16],[1008,71,330,17,"Text"],[1008,75,330,21],[1008,76,330,21,"default"],[1008,83,330,21],[1009,18,330,22,"style"],[1009,23,330,27],[1009,25,330,29,"styles"],[1009,31,330,35],[1009,32,330,36,"tokenItemNetwork"],[1009,48,330,53],[1010,18,330,53,"children"],[1010,26,330,53],[1010,28,330,54],[1011,16,330,62],[1012,18,330,62,"fileName"],[1012,26,330,62],[1012,28,330,62,"_jsxFileName"],[1012,40,330,62],[1013,18,330,62,"lineNumber"],[1013,28,330,62],[1014,18,330,62,"columnNumber"],[1014,30,330,62],[1015,16,330,62],[1015,23,330,68],[1015,24,330,69],[1016,14,330,69],[1017,16,330,69,"fileName"],[1017,24,330,69],[1017,26,330,69,"_jsxFileName"],[1017,38,330,69],[1018,16,330,69,"lineNumber"],[1018,26,330,69],[1019,16,330,69,"columnNumber"],[1019,28,330,69],[1020,14,330,69],[1020,21,331,20],[1020,22,331,21],[1021,12,331,21],[1022,14,331,21,"fileName"],[1022,22,331,21],[1022,24,331,21,"_jsxFileName"],[1022,36,331,21],[1023,14,331,21,"lineNumber"],[1023,24,331,21],[1024,14,331,21,"columnNumber"],[1024,26,331,21],[1025,12,331,21],[1025,19,332,18],[1025,20,332,19],[1025,35,333,12],[1025,39,333,12,"_reactJsxDevRuntime"],[1025,58,333,12],[1025,59,333,12,"jsxDEV"],[1025,65,333,12],[1025,67,333,13,"View"],[1025,71,333,17],[1025,72,333,17,"default"],[1025,79,333,17],[1026,14,333,18,"style"],[1026,19,333,23],[1026,21,333,25,"styles"],[1026,27,333,31],[1026,28,333,32,"tokenItemRight"],[1026,42,333,47],[1027,14,333,47,"children"],[1027,22,333,47],[1027,38,334,14],[1027,42,334,14,"_reactJsxDevRuntime"],[1027,61,334,14],[1027,62,334,14,"jsxDEV"],[1027,68,334,14],[1027,70,334,15,"Text"],[1027,74,334,19],[1027,75,334,19,"default"],[1027,82,334,19],[1028,16,334,20,"style"],[1028,21,334,25],[1028,23,334,27,"styles"],[1028,29,334,33],[1028,30,334,34,"tokenItemBalance"],[1028,46,334,51],[1029,16,334,51,"children"],[1029,24,334,51],[1029,26,334,52],[1030,14,334,56],[1031,16,334,56,"fileName"],[1031,24,334,56],[1031,26,334,56,"_jsxFileName"],[1031,38,334,56],[1032,16,334,56,"lineNumber"],[1032,26,334,56],[1033,16,334,56,"columnNumber"],[1033,28,334,56],[1034,14,334,56],[1034,21,334,62],[1034,22,334,63],[1034,37,335,14],[1034,41,335,14,"_reactJsxDevRuntime"],[1034,60,335,14],[1034,61,335,14,"jsxDEV"],[1034,67,335,14],[1034,69,335,15,"Text"],[1034,73,335,19],[1034,74,335,19,"default"],[1034,81,335,19],[1035,16,335,20,"style"],[1035,21,335,25],[1035,23,335,27,"styles"],[1035,29,335,33],[1035,30,335,34,"tokenItemUsd"],[1035,42,335,47],[1036,16,335,47,"children"],[1036,24,335,47],[1036,26,335,48],[1037,14,335,53],[1038,16,335,53,"fileName"],[1038,24,335,53],[1038,26,335,53,"_jsxFileName"],[1038,38,335,53],[1039,16,335,53,"lineNumber"],[1039,26,335,53],[1040,16,335,53,"columnNumber"],[1040,28,335,53],[1041,14,335,53],[1041,21,335,59],[1041,22,335,60],[1042,12,335,60],[1043,14,335,60,"fileName"],[1043,22,335,60],[1043,24,335,60,"_jsxFileName"],[1043,36,335,60],[1044,14,335,60,"lineNumber"],[1044,24,335,60],[1045,14,335,60,"columnNumber"],[1045,26,335,60],[1046,12,335,60],[1046,19,336,18],[1046,20,336,19],[1047,10,336,19],[1048,12,336,19,"fileName"],[1048,20,336,19],[1048,22,336,19,"_jsxFileName"],[1048,34,336,19],[1049,12,336,19,"lineNumber"],[1049,22,336,19],[1050,12,336,19,"columnNumber"],[1050,24,336,19],[1051,10,336,19],[1051,17,337,16],[1051,18,337,17],[1051,33,340,10],[1051,37,340,10,"_reactJsxDevRuntime"],[1051,56,340,10],[1051,57,340,10,"jsxDEV"],[1051,63,340,10],[1051,65,340,11,"View"],[1051,69,340,15],[1051,70,340,15,"default"],[1051,77,340,15],[1052,12,340,16,"style"],[1052,17,340,21],[1052,19,340,23,"styles"],[1052,25,340,29],[1052,26,340,30,"tokenItem"],[1052,35,340,40],[1053,12,340,40,"children"],[1053,20,340,40],[1053,36,341,12],[1053,40,341,12,"_reactJsxDevRuntime"],[1053,59,341,12],[1053,60,341,12,"jsxDEV"],[1053,66,341,12],[1053,68,341,13,"View"],[1053,72,341,17],[1053,73,341,17,"default"],[1053,80,341,17],[1054,14,341,18,"style"],[1054,19,341,23],[1054,21,341,25,"styles"],[1054,27,341,31],[1054,28,341,32,"tokenItemLeft"],[1054,41,341,46],[1055,14,341,46,"children"],[1055,22,341,46],[1055,38,342,14],[1055,42,342,14,"_reactJsxDevRuntime"],[1055,61,342,14],[1055,62,342,14,"jsxDEV"],[1055,68,342,14],[1055,70,342,15,"Image"],[1055,75,342,20],[1055,76,342,20,"default"],[1055,83,342,20],[1056,16,343,16,"source"],[1056,22,343,22],[1056,24,343,24],[1057,18,343,26,"uri"],[1057,21,343,29],[1057,23,343,31],[1058,16,343,129],[1058,17,343,131],[1059,16,344,16,"style"],[1059,21,344,21],[1059,23,344,23,"styles"],[1059,29,344,29],[1059,30,344,30,"tokenIcon"],[1060,14,344,40],[1061,16,344,40,"fileName"],[1061,24,344,40],[1061,26,344,40,"_jsxFileName"],[1061,38,344,40],[1062,16,344,40,"lineNumber"],[1062,26,344,40],[1063,16,344,40,"columnNumber"],[1063,28,344,40],[1064,14,344,40],[1064,21,345,15],[1064,22,345,16],[1064,37,346,14],[1064,41,346,14,"_reactJsxDevRuntime"],[1064,60,346,14],[1064,61,346,14,"jsxDEV"],[1064,67,346,14],[1064,69,346,15,"View"],[1064,73,346,19],[1064,74,346,19,"default"],[1064,81,346,19],[1065,16,346,19,"children"],[1065,24,346,19],[1065,40,347,16],[1065,44,347,16,"_reactJsxDevRuntime"],[1065,63,347,16],[1065,64,347,16,"jsxDEV"],[1065,70,347,16],[1065,72,347,17,"Text"],[1065,76,347,21],[1065,77,347,21,"default"],[1065,84,347,21],[1066,18,347,22,"style"],[1066,23,347,27],[1066,25,347,29,"styles"],[1066,31,347,35],[1066,32,347,36,"tokenItemName"],[1066,45,347,50],[1067,18,347,50,"children"],[1067,26,347,50],[1067,28,347,51],[1068,16,347,54],[1069,18,347,54,"fileName"],[1069,26,347,54],[1069,28,347,54,"_jsxFileName"],[1069,40,347,54],[1070,18,347,54,"lineNumber"],[1070,28,347,54],[1071,18,347,54,"columnNumber"],[1071,30,347,54],[1072,16,347,54],[1072,23,347,60],[1072,24,347,61],[1072,39,348,16],[1072,43,348,16,"_reactJsxDevRuntime"],[1072,62,348,16],[1072,63,348,16,"jsxDEV"],[1072,69,348,16],[1072,71,348,17,"Text"],[1072,75,348,21],[1072,76,348,21,"default"],[1072,83,348,21],[1073,18,348,22,"style"],[1073,23,348,27],[1073,25,348,29,"styles"],[1073,31,348,35],[1073,32,348,36,"tokenItemNetwork"],[1073,48,348,53],[1074,18,348,53,"children"],[1074,26,348,53],[1074,28,348,54],[1075,16,348,73],[1076,18,348,73,"fileName"],[1076,26,348,73],[1076,28,348,73,"_jsxFileName"],[1076,40,348,73],[1077,18,348,73,"lineNumber"],[1077,28,348,73],[1078,18,348,73,"columnNumber"],[1078,30,348,73],[1079,16,348,73],[1079,23,348,79],[1079,24,348,80],[1080,14,348,80],[1081,16,348,80,"fileName"],[1081,24,348,80],[1081,26,348,80,"_jsxFileName"],[1081,38,348,80],[1082,16,348,80,"lineNumber"],[1082,26,348,80],[1083,16,348,80,"columnNumber"],[1083,28,348,80],[1084,14,348,80],[1084,21,349,20],[1084,22,349,21],[1085,12,349,21],[1086,14,349,21,"fileName"],[1086,22,349,21],[1086,24,349,21,"_jsxFileName"],[1086,36,349,21],[1087,14,349,21,"lineNumber"],[1087,24,349,21],[1088,14,349,21,"columnNumber"],[1088,26,349,21],[1089,12,349,21],[1089,19,350,18],[1089,20,350,19],[1089,35,351,12],[1089,39,351,12,"_reactJsxDevRuntime"],[1089,58,351,12],[1089,59,351,12,"jsxDEV"],[1089,65,351,12],[1089,67,351,13,"View"],[1089,71,351,17],[1089,72,351,17,"default"],[1089,79,351,17],[1090,14,351,18,"style"],[1090,19,351,23],[1090,21,351,25,"styles"],[1090,27,351,31],[1090,28,351,32,"tokenItemRight"],[1090,42,351,47],[1091,14,351,47,"children"],[1091,22,351,47],[1091,38,352,14],[1091,42,352,14,"_reactJsxDevRuntime"],[1091,61,352,14],[1091,62,352,14,"jsxDEV"],[1091,68,352,14],[1091,70,352,15,"Text"],[1091,74,352,19],[1091,75,352,19,"default"],[1091,82,352,19],[1092,16,352,20,"style"],[1092,21,352,25],[1092,23,352,27,"styles"],[1092,29,352,33],[1092,30,352,34,"tokenItemBalance"],[1092,46,352,51],[1093,16,352,51,"children"],[1093,24,352,51],[1093,26,352,52],[1094,14,352,56],[1095,16,352,56,"fileName"],[1095,24,352,56],[1095,26,352,56,"_jsxFileName"],[1095,38,352,56],[1096,16,352,56,"lineNumber"],[1096,26,352,56],[1097,16,352,56,"columnNumber"],[1097,28,352,56],[1098,14,352,56],[1098,21,352,62],[1098,22,352,63],[1098,37,353,14],[1098,41,353,14,"_reactJsxDevRuntime"],[1098,60,353,14],[1098,61,353,14,"jsxDEV"],[1098,67,353,14],[1098,69,353,15,"Text"],[1098,73,353,19],[1098,74,353,19,"default"],[1098,81,353,19],[1099,16,353,20,"style"],[1099,21,353,25],[1099,23,353,27,"styles"],[1099,29,353,33],[1099,30,353,34,"tokenItemUsd"],[1099,42,353,47],[1100,16,353,47,"children"],[1100,24,353,47],[1100,26,353,48],[1101,14,353,53],[1102,16,353,53,"fileName"],[1102,24,353,53],[1102,26,353,53,"_jsxFileName"],[1102,38,353,53],[1103,16,353,53,"lineNumber"],[1103,26,353,53],[1104,16,353,53,"columnNumber"],[1104,28,353,53],[1105,14,353,53],[1105,21,353,59],[1105,22,353,60],[1106,12,353,60],[1107,14,353,60,"fileName"],[1107,22,353,60],[1107,24,353,60,"_jsxFileName"],[1107,36,353,60],[1108,14,353,60,"lineNumber"],[1108,24,353,60],[1109,14,353,60,"columnNumber"],[1109,26,353,60],[1110,12,353,60],[1110,19,354,18],[1110,20,354,19],[1111,10,354,19],[1112,12,354,19,"fileName"],[1112,20,354,19],[1112,22,354,19,"_jsxFileName"],[1112,34,354,19],[1113,12,354,19,"lineNumber"],[1113,22,354,19],[1114,12,354,19,"columnNumber"],[1114,24,354,19],[1115,10,354,19],[1115,17,355,16],[1115,18,355,17],[1115,33,358,10],[1115,37,358,10,"_reactJsxDevRuntime"],[1115,56,358,10],[1115,57,358,10,"jsxDEV"],[1115,63,358,10],[1115,65,358,11,"View"],[1115,69,358,15],[1115,70,358,15,"default"],[1115,77,358,15],[1116,12,358,16,"style"],[1116,17,358,21],[1116,19,358,23,"styles"],[1116,25,358,29],[1116,26,358,30,"tokenItem"],[1116,35,358,40],[1117,12,358,40,"children"],[1117,20,358,40],[1117,36,359,12],[1117,40,359,12,"_reactJsxDevRuntime"],[1117,59,359,12],[1117,60,359,12,"jsxDEV"],[1117,66,359,12],[1117,68,359,13,"View"],[1117,72,359,17],[1117,73,359,17,"default"],[1117,80,359,17],[1118,14,359,18,"style"],[1118,19,359,23],[1118,21,359,25,"styles"],[1118,27,359,31],[1118,28,359,32,"tokenItemLeft"],[1118,41,359,46],[1119,14,359,46,"children"],[1119,22,359,46],[1119,38,360,14],[1119,42,360,14,"_reactJsxDevRuntime"],[1119,61,360,14],[1119,62,360,14,"jsxDEV"],[1119,68,360,14],[1119,70,360,15,"Image"],[1119,75,360,20],[1119,76,360,20,"default"],[1119,83,360,20],[1120,16,361,16,"source"],[1120,22,361,22],[1120,24,361,24],[1121,18,361,26,"uri"],[1121,21,361,29],[1121,23,361,31],[1122,16,361,128],[1122,17,361,130],[1123,16,362,16,"style"],[1123,21,362,21],[1123,23,362,23,"styles"],[1123,29,362,29],[1123,30,362,30,"tokenIcon"],[1124,14,362,40],[1125,16,362,40,"fileName"],[1125,24,362,40],[1125,26,362,40,"_jsxFileName"],[1125,38,362,40],[1126,16,362,40,"lineNumber"],[1126,26,362,40],[1127,16,362,40,"columnNumber"],[1127,28,362,40],[1128,14,362,40],[1128,21,363,15],[1128,22,363,16],[1128,37,364,14],[1128,41,364,14,"_reactJsxDevRuntime"],[1128,60,364,14],[1128,61,364,14,"jsxDEV"],[1128,67,364,14],[1128,69,364,15,"View"],[1128,73,364,19],[1128,74,364,19,"default"],[1128,81,364,19],[1129,16,364,19,"children"],[1129,24,364,19],[1129,40,365,16],[1129,44,365,16,"_reactJsxDevRuntime"],[1129,63,365,16],[1129,64,365,16,"jsxDEV"],[1129,70,365,16],[1129,72,365,17,"Text"],[1129,76,365,21],[1129,77,365,21,"default"],[1129,84,365,21],[1130,18,365,22,"style"],[1130,23,365,27],[1130,25,365,29,"styles"],[1130,31,365,35],[1130,32,365,36,"tokenItemName"],[1130,45,365,50],[1131,18,365,50,"children"],[1131,26,365,50],[1131,28,365,51],[1132,16,365,54],[1133,18,365,54,"fileName"],[1133,26,365,54],[1133,28,365,54,"_jsxFileName"],[1133,40,365,54],[1134,18,365,54,"lineNumber"],[1134,28,365,54],[1135,18,365,54,"columnNumber"],[1135,30,365,54],[1136,16,365,54],[1136,23,365,60],[1136,24,365,61],[1136,39,366,16],[1136,43,366,16,"_reactJsxDevRuntime"],[1136,62,366,16],[1136,63,366,16,"jsxDEV"],[1136,69,366,16],[1136,71,366,17,"Text"],[1136,75,366,21],[1136,76,366,21,"default"],[1136,83,366,21],[1137,18,366,22,"style"],[1137,23,366,27],[1137,25,366,29,"styles"],[1137,31,366,35],[1137,32,366,36,"tokenItemNetwork"],[1137,48,366,53],[1138,18,366,53,"children"],[1138,26,366,53],[1138,28,366,54],[1139,16,366,61],[1140,18,366,61,"fileName"],[1140,26,366,61],[1140,28,366,61,"_jsxFileName"],[1140,40,366,61],[1141,18,366,61,"lineNumber"],[1141,28,366,61],[1142,18,366,61,"columnNumber"],[1142,30,366,61],[1143,16,366,61],[1143,23,366,67],[1143,24,366,68],[1144,14,366,68],[1145,16,366,68,"fileName"],[1145,24,366,68],[1145,26,366,68,"_jsxFileName"],[1145,38,366,68],[1146,16,366,68,"lineNumber"],[1146,26,366,68],[1147,16,366,68,"columnNumber"],[1147,28,366,68],[1148,14,366,68],[1148,21,367,20],[1148,22,367,21],[1149,12,367,21],[1150,14,367,21,"fileName"],[1150,22,367,21],[1150,24,367,21,"_jsxFileName"],[1150,36,367,21],[1151,14,367,21,"lineNumber"],[1151,24,367,21],[1152,14,367,21,"columnNumber"],[1152,26,367,21],[1153,12,367,21],[1153,19,368,18],[1153,20,368,19],[1153,35,369,12],[1153,39,369,12,"_reactJsxDevRuntime"],[1153,58,369,12],[1153,59,369,12,"jsxDEV"],[1153,65,369,12],[1153,67,369,13,"View"],[1153,71,369,17],[1153,72,369,17,"default"],[1153,79,369,17],[1154,14,369,18,"style"],[1154,19,369,23],[1154,21,369,25,"styles"],[1154,27,369,31],[1154,28,369,32,"tokenItemRight"],[1154,42,369,47],[1155,14,369,47,"children"],[1155,22,369,47],[1155,38,370,14],[1155,42,370,14,"_reactJsxDevRuntime"],[1155,61,370,14],[1155,62,370,14,"jsxDEV"],[1155,68,370,14],[1155,70,370,15,"Text"],[1155,74,370,19],[1155,75,370,19,"default"],[1155,82,370,19],[1156,16,370,20,"style"],[1156,21,370,25],[1156,23,370,27,"styles"],[1156,29,370,33],[1156,30,370,34,"tokenItemBalance"],[1156,46,370,51],[1157,16,370,51,"children"],[1157,24,370,51],[1157,26,370,52],[1158,14,370,56],[1159,16,370,56,"fileName"],[1159,24,370,56],[1159,26,370,56,"_jsxFileName"],[1159,38,370,56],[1160,16,370,56,"lineNumber"],[1160,26,370,56],[1161,16,370,56,"columnNumber"],[1161,28,370,56],[1162,14,370,56],[1162,21,370,62],[1162,22,370,63],[1162,37,371,14],[1162,41,371,14,"_reactJsxDevRuntime"],[1162,60,371,14],[1162,61,371,14,"jsxDEV"],[1162,67,371,14],[1162,69,371,15,"Text"],[1162,73,371,19],[1162,74,371,19,"default"],[1162,81,371,19],[1163,16,371,20,"style"],[1163,21,371,25],[1163,23,371,27,"styles"],[1163,29,371,33],[1163,30,371,34,"tokenItemUsd"],[1163,42,371,47],[1164,16,371,47,"children"],[1164,24,371,47],[1164,26,371,48],[1165,14,371,53],[1166,16,371,53,"fileName"],[1166,24,371,53],[1166,26,371,53,"_jsxFileName"],[1166,38,371,53],[1167,16,371,53,"lineNumber"],[1167,26,371,53],[1168,16,371,53,"columnNumber"],[1168,28,371,53],[1169,14,371,53],[1169,21,371,59],[1169,22,371,60],[1170,12,371,60],[1171,14,371,60,"fileName"],[1171,22,371,60],[1171,24,371,60,"_jsxFileName"],[1171,36,371,60],[1172,14,371,60,"lineNumber"],[1172,24,371,60],[1173,14,371,60,"columnNumber"],[1173,26,371,60],[1174,12,371,60],[1174,19,372,18],[1174,20,372,19],[1175,10,372,19],[1176,12,372,19,"fileName"],[1176,20,372,19],[1176,22,372,19,"_jsxFileName"],[1176,34,372,19],[1177,12,372,19,"lineNumber"],[1177,22,372,19],[1178,12,372,19,"columnNumber"],[1178,24,372,19],[1179,10,372,19],[1179,17,373,16],[1179,18,373,17],[1179,33,376,10],[1179,37,376,10,"_reactJsxDevRuntime"],[1179,56,376,10],[1179,57,376,10,"jsxDEV"],[1179,63,376,10],[1179,65,376,11,"View"],[1179,69,376,15],[1179,70,376,15,"default"],[1179,77,376,15],[1180,12,376,16,"style"],[1180,17,376,21],[1180,19,376,23,"styles"],[1180,25,376,29],[1180,26,376,30,"tokenItem"],[1180,35,376,40],[1181,12,376,40,"children"],[1181,20,376,40],[1181,36,377,12],[1181,40,377,12,"_reactJsxDevRuntime"],[1181,59,377,12],[1181,60,377,12,"jsxDEV"],[1181,66,377,12],[1181,68,377,13,"View"],[1181,72,377,17],[1181,73,377,17,"default"],[1181,80,377,17],[1182,14,377,18,"style"],[1182,19,377,23],[1182,21,377,25,"styles"],[1182,27,377,31],[1182,28,377,32,"tokenItemLeft"],[1182,41,377,46],[1183,14,377,46,"children"],[1183,22,377,46],[1183,38,378,14],[1183,42,378,14,"_reactJsxDevRuntime"],[1183,61,378,14],[1183,62,378,14,"jsxDEV"],[1183,68,378,14],[1183,70,378,15,"Image"],[1183,75,378,20],[1183,76,378,20,"default"],[1183,83,378,20],[1184,16,379,16,"source"],[1184,22,379,22],[1184,24,379,24],[1185,18,379,26,"uri"],[1185,21,379,29],[1185,23,379,31],[1186,16,379,128],[1186,17,379,130],[1187,16,380,16,"style"],[1187,21,380,21],[1187,23,380,23,"styles"],[1187,29,380,29],[1187,30,380,30,"tokenIcon"],[1188,14,380,40],[1189,16,380,40,"fileName"],[1189,24,380,40],[1189,26,380,40,"_jsxFileName"],[1189,38,380,40],[1190,16,380,40,"lineNumber"],[1190,26,380,40],[1191,16,380,40,"columnNumber"],[1191,28,380,40],[1192,14,380,40],[1192,21,381,15],[1192,22,381,16],[1192,37,382,14],[1192,41,382,14,"_reactJsxDevRuntime"],[1192,60,382,14],[1192,61,382,14,"jsxDEV"],[1192,67,382,14],[1192,69,382,15,"View"],[1192,73,382,19],[1192,74,382,19,"default"],[1192,81,382,19],[1193,16,382,19,"children"],[1193,24,382,19],[1193,40,383,16],[1193,44,383,16,"_reactJsxDevRuntime"],[1193,63,383,16],[1193,64,383,16,"jsxDEV"],[1193,70,383,16],[1193,72,383,17,"Text"],[1193,76,383,21],[1193,77,383,21,"default"],[1193,84,383,21],[1194,18,383,22,"style"],[1194,23,383,27],[1194,25,383,29,"styles"],[1194,31,383,35],[1194,32,383,36,"tokenItemName"],[1194,45,383,50],[1195,18,383,50,"children"],[1195,26,383,50],[1195,28,383,51],[1196,16,383,54],[1197,18,383,54,"fileName"],[1197,26,383,54],[1197,28,383,54,"_jsxFileName"],[1197,40,383,54],[1198,18,383,54,"lineNumber"],[1198,28,383,54],[1199,18,383,54,"columnNumber"],[1199,30,383,54],[1200,16,383,54],[1200,23,383,60],[1200,24,383,61],[1200,39,384,16],[1200,43,384,16,"_reactJsxDevRuntime"],[1200,62,384,16],[1200,63,384,16,"jsxDEV"],[1200,69,384,16],[1200,71,384,17,"Text"],[1200,75,384,21],[1200,76,384,21,"default"],[1200,83,384,21],[1201,18,384,22,"style"],[1201,23,384,27],[1201,25,384,29,"styles"],[1201,31,384,35],[1201,32,384,36,"tokenItemNetwork"],[1201,48,384,53],[1202,18,384,53,"children"],[1202,26,384,53],[1202,28,384,54],[1203,16,384,60],[1204,18,384,60,"fileName"],[1204,26,384,60],[1204,28,384,60,"_jsxFileName"],[1204,40,384,60],[1205,18,384,60,"lineNumber"],[1205,28,384,60],[1206,18,384,60,"columnNumber"],[1206,30,384,60],[1207,16,384,60],[1207,23,384,66],[1207,24,384,67],[1208,14,384,67],[1209,16,384,67,"fileName"],[1209,24,384,67],[1209,26,384,67,"_jsxFileName"],[1209,38,384,67],[1210,16,384,67,"lineNumber"],[1210,26,384,67],[1211,16,384,67,"columnNumber"],[1211,28,384,67],[1212,14,384,67],[1212,21,385,20],[1212,22,385,21],[1213,12,385,21],[1214,14,385,21,"fileName"],[1214,22,385,21],[1214,24,385,21,"_jsxFileName"],[1214,36,385,21],[1215,14,385,21,"lineNumber"],[1215,24,385,21],[1216,14,385,21,"columnNumber"],[1216,26,385,21],[1217,12,385,21],[1217,19,386,18],[1217,20,386,19],[1217,35,387,12],[1217,39,387,12,"_reactJsxDevRuntime"],[1217,58,387,12],[1217,59,387,12,"jsxDEV"],[1217,65,387,12],[1217,67,387,13,"View"],[1217,71,387,17],[1217,72,387,17,"default"],[1217,79,387,17],[1218,14,387,18,"style"],[1218,19,387,23],[1218,21,387,25,"styles"],[1218,27,387,31],[1218,28,387,32,"tokenItemRight"],[1218,42,387,47],[1219,14,387,47,"children"],[1219,22,387,47],[1219,38,388,14],[1219,42,388,14,"_reactJsxDevRuntime"],[1219,61,388,14],[1219,62,388,14,"jsxDEV"],[1219,68,388,14],[1219,70,388,15,"Text"],[1219,74,388,19],[1219,75,388,19,"default"],[1219,82,388,19],[1220,16,388,20,"style"],[1220,21,388,25],[1220,23,388,27,"styles"],[1220,29,388,33],[1220,30,388,34,"tokenItemBalance"],[1220,46,388,51],[1221,16,388,51,"children"],[1221,24,388,51],[1221,26,388,52],[1222,14,388,56],[1223,16,388,56,"fileName"],[1223,24,388,56],[1223,26,388,56,"_jsxFileName"],[1223,38,388,56],[1224,16,388,56,"lineNumber"],[1224,26,388,56],[1225,16,388,56,"columnNumber"],[1225,28,388,56],[1226,14,388,56],[1226,21,388,62],[1226,22,388,63],[1226,37,389,14],[1226,41,389,14,"_reactJsxDevRuntime"],[1226,60,389,14],[1226,61,389,14,"jsxDEV"],[1226,67,389,14],[1226,69,389,15,"Text"],[1226,73,389,19],[1226,74,389,19,"default"],[1226,81,389,19],[1227,16,389,20,"style"],[1227,21,389,25],[1227,23,389,27,"styles"],[1227,29,389,33],[1227,30,389,34,"tokenItemUsd"],[1227,42,389,47],[1228,16,389,47,"children"],[1228,24,389,47],[1228,26,389,48],[1229,14,389,53],[1230,16,389,53,"fileName"],[1230,24,389,53],[1230,26,389,53,"_jsxFileName"],[1230,38,389,53],[1231,16,389,53,"lineNumber"],[1231,26,389,53],[1232,16,389,53,"columnNumber"],[1232,28,389,53],[1233,14,389,53],[1233,21,389,59],[1233,22,389,60],[1234,12,389,60],[1235,14,389,60,"fileName"],[1235,22,389,60],[1235,24,389,60,"_jsxFileName"],[1235,36,389,60],[1236,14,389,60,"lineNumber"],[1236,24,389,60],[1237,14,389,60,"columnNumber"],[1237,26,389,60],[1238,12,389,60],[1238,19,390,18],[1238,20,390,19],[1239,10,390,19],[1240,12,390,19,"fileName"],[1240,20,390,19],[1240,22,390,19,"_jsxFileName"],[1240,34,390,19],[1241,12,390,19,"lineNumber"],[1241,22,390,19],[1242,12,390,19,"columnNumber"],[1242,24,390,19],[1243,10,390,19],[1243,17,391,16],[1243,18,391,17],[1244,8,391,17],[1245,10,391,17,"fileName"],[1245,18,391,17],[1245,20,391,17,"_jsxFileName"],[1245,32,391,17],[1246,10,391,17,"lineNumber"],[1246,20,391,17],[1247,10,391,17,"columnNumber"],[1247,22,391,17],[1248,8,391,17],[1248,15,392,14],[1248,16,392,15],[1249,6,392,15],[1250,8,392,15,"fileName"],[1250,16,392,15],[1250,18,392,15,"_jsxFileName"],[1250,30,392,15],[1251,8,392,15,"lineNumber"],[1251,18,392,15],[1252,8,392,15,"columnNumber"],[1252,20,392,15],[1253,6,392,15],[1253,13,393,18],[1254,4,393,19],[1255,6,393,19,"fileName"],[1255,14,393,19],[1255,16,393,19,"_jsxFileName"],[1255,28,393,19],[1256,6,393,19,"lineNumber"],[1256,16,393,19],[1257,6,393,19,"columnNumber"],[1257,18,393,19],[1258,4,393,19],[1258,11,394,10],[1258,12,394,11],[1259,2,396,0],[1260,2,396,1,"_s2"],[1260,5,396,1],[1260,6,118,9,"WalletTab"],[1260,15,118,18],[1261,4,118,18],[1261,12,119,19,"useAuth"],[1261,32,119,26],[1261,33,119,26,"useAuth"],[1261,40,119,26],[1261,42,120,17,"useSafeAreaInsets"],[1261,69,120,34],[1261,70,120,34,"useSafeAreaInsets"],[1261,87,120,34],[1262,2,120,34],[1263,2,120,34,"_c2"],[1263,5,120,34],[1263,8,118,9,"WalletTab"],[1263,17,118,18],[1264,2,398,0],[1264,11,398,9,"CitizensTab"],[1264,22,398,20,"CitizensTab"],[1264,23,398,20],[1264,25,398,23],[1265,4,399,2],[1265,24,400,4],[1265,28,400,4,"_reactJsxDevRuntime"],[1265,47,400,4],[1265,48,400,4,"jsxDEV"],[1265,54,400,4],[1265,56,400,5,"View"],[1265,60,400,9],[1265,61,400,9,"default"],[1265,68,400,9],[1266,6,400,10,"style"],[1266,11,400,15],[1266,13,400,17,"styles"],[1266,19,400,23],[1266,20,400,24,"container"],[1266,29,400,34],[1267,6,400,34,"children"],[1267,14,400,34],[1267,29,401,6],[1267,33,401,6,"_reactJsxDevRuntime"],[1267,52,401,6],[1267,53,401,6,"jsxDEV"],[1267,59,401,6],[1267,61,401,7,"Text"],[1267,65,401,11],[1267,66,401,11,"default"],[1267,73,401,11],[1268,8,401,12,"style"],[1268,13,401,17],[1268,15,401,19,"styles"],[1268,21,401,25],[1268,22,401,26,"placeholderText"],[1268,37,401,42],[1269,8,401,42,"children"],[1269,16,401,42],[1269,18,401,43],[1270,6,401,58],[1271,8,401,58,"fileName"],[1271,16,401,58],[1271,18,401,58,"_jsxFileName"],[1271,30,401,58],[1272,8,401,58,"lineNumber"],[1272,18,401,58],[1273,8,401,58,"columnNumber"],[1273,20,401,58],[1274,6,401,58],[1274,13,401,64],[1275,4,401,65],[1276,6,401,65,"fileName"],[1276,14,401,65],[1276,16,401,65,"_jsxFileName"],[1276,28,401,65],[1277,6,401,65,"lineNumber"],[1277,16,401,65],[1278,6,401,65,"columnNumber"],[1278,18,401,65],[1279,4,401,65],[1279,11,402,10],[1279,12,402,11],[1280,2,404,0],[1281,2,404,1,"_c3"],[1281,5,404,1],[1281,8,398,9,"CitizensTab"],[1281,19,398,20],[1282,2,406,0],[1282,11,406,9,"ReferralTab"],[1282,22,406,20,"ReferralTab"],[1282,23,406,20],[1282,25,406,23],[1283,4,407,2],[1283,24,408,4],[1283,28,408,4,"_reactJsxDevRuntime"],[1283,47,408,4],[1283,48,408,4,"jsxDEV"],[1283,54,408,4],[1283,56,408,5,"View"],[1283,60,408,9],[1283,61,408,9,"default"],[1283,68,408,9],[1284,6,408,10,"style"],[1284,11,408,15],[1284,13,408,17,"styles"],[1284,19,408,23],[1284,20,408,24,"container"],[1284,29,408,34],[1285,6,408,34,"children"],[1285,14,408,34],[1285,29,409,6],[1285,33,409,6,"_reactJsxDevRuntime"],[1285,52,409,6],[1285,53,409,6,"jsxDEV"],[1285,59,409,6],[1285,61,409,7,"Text"],[1285,65,409,11],[1285,66,409,11,"default"],[1285,73,409,11],[1286,8,409,12,"style"],[1286,13,409,17],[1286,15,409,19,"styles"],[1286,21,409,25],[1286,22,409,26,"placeholderText"],[1286,37,409,42],[1287,8,409,42,"children"],[1287,16,409,42],[1287,18,409,43],[1288,6,409,58],[1289,8,409,58,"fileName"],[1289,16,409,58],[1289,18,409,58,"_jsxFileName"],[1289,30,409,58],[1290,8,409,58,"lineNumber"],[1290,18,409,58],[1291,8,409,58,"columnNumber"],[1291,20,409,58],[1292,6,409,58],[1292,13,409,64],[1293,4,409,65],[1294,6,409,65,"fileName"],[1294,14,409,65],[1294,16,409,65,"_jsxFileName"],[1294,28,409,65],[1295,6,409,65,"lineNumber"],[1295,16,409,65],[1296,6,409,65,"columnNumber"],[1296,18,409,65],[1297,4,409,65],[1297,11,410,10],[1297,12,410,11],[1298,2,412,0],[1299,2,412,1,"_c4"],[1299,5,412,1],[1299,8,406,9,"ReferralTab"],[1299,19,406,20],[1300,2,414,0],[1300,11,414,9,"ProfileTab"],[1300,21,414,19,"ProfileTab"],[1300,22,414,19],[1300,24,414,22],[1301,4,415,2],[1301,24,416,4],[1301,28,416,4,"_reactJsxDevRuntime"],[1301,47,416,4],[1301,48,416,4,"jsxDEV"],[1301,54,416,4],[1301,56,416,5,"View"],[1301,60,416,9],[1301,61,416,9,"default"],[1301,68,416,9],[1302,6,416,10,"style"],[1302,11,416,15],[1302,13,416,17,"styles"],[1302,19,416,23],[1302,20,416,24,"container"],[1302,29,416,34],[1303,6,416,34,"children"],[1303,14,416,34],[1303,29,417,6],[1303,33,417,6,"_reactJsxDevRuntime"],[1303,52,417,6],[1303,53,417,6,"jsxDEV"],[1303,59,417,6],[1303,61,417,7,"Text"],[1303,65,417,11],[1303,66,417,11,"default"],[1303,73,417,11],[1304,8,417,12,"style"],[1304,13,417,17],[1304,15,417,19,"styles"],[1304,21,417,25],[1304,22,417,26,"placeholderText"],[1304,37,417,42],[1305,8,417,42,"children"],[1305,16,417,42],[1305,18,417,43],[1306,6,417,57],[1307,8,417,57,"fileName"],[1307,16,417,57],[1307,18,417,57,"_jsxFileName"],[1307,30,417,57],[1308,8,417,57,"lineNumber"],[1308,18,417,57],[1309,8,417,57,"columnNumber"],[1309,20,417,57],[1310,6,417,57],[1310,13,417,63],[1311,4,417,64],[1312,6,417,64,"fileName"],[1312,14,417,64],[1312,16,417,64,"_jsxFileName"],[1312,28,417,64],[1313,6,417,64,"lineNumber"],[1313,16,417,64],[1314,6,417,64,"columnNumber"],[1314,18,417,64],[1315,4,417,64],[1315,11,418,10],[1315,12,418,11],[1316,2,420,0],[1317,2,420,1,"_c5"],[1317,5,420,1],[1317,8,414,9,"ProfileTab"],[1317,18,414,19],[1318,2,422,0],[1318,8,422,6,"Tab"],[1318,11,422,9],[1318,14,422,12],[1318,18,422,12,"createBottomTabNavigator"],[1318,44,422,36],[1318,45,422,36,"createBottomTabNavigator"],[1318,69,422,36],[1318,71,422,37],[1318,72,422,38],[1319,2,424,15],[1319,11,424,24,"HomeScreen"],[1319,21,424,34,"HomeScreen"],[1319,22,424,34],[1319,24,424,37],[1320,4,425,2],[1320,24,426,4],[1320,28,426,4,"_reactJsxDevRuntime"],[1320,47,426,4],[1320,48,426,4,"jsxDEV"],[1320,54,426,4],[1320,56,426,5,"Tab"],[1320,59,426,8],[1320,60,426,9,"Navigator"],[1320,69,426,18],[1321,6,427,6,"screenOptions"],[1321,19,427,19],[1321,21,427,21],[1322,8,428,8,"headerShown"],[1322,19,428,19],[1322,21,428,21],[1322,26,428,26],[1323,8,429,8,"tabBarActiveTintColor"],[1323,29,429,29],[1323,31,429,31],[1323,40,429,40],[1324,8,430,8,"tabBarInactiveTintColor"],[1324,31,430,31],[1324,33,430,33],[1324,42,430,42],[1325,8,431,8,"tabBarStyle"],[1325,19,431,19],[1325,21,431,21,"styles"],[1325,27,431,27],[1325,28,431,28,"tabBar"],[1326,6,432,6],[1326,7,432,8],[1327,6,432,8,"children"],[1327,14,432,8],[1327,30,434,6],[1327,34,434,6,"_reactJsxDevRuntime"],[1327,53,434,6],[1327,54,434,6,"jsxDEV"],[1327,60,434,6],[1327,62,434,7,"Tab"],[1327,65,434,10],[1327,66,434,11,"Screen"],[1327,72,434,17],[1328,8,435,8,"name"],[1328,12,435,12],[1328,14,435,13],[1328,23,435,22],[1329,8,436,8,"component"],[1329,17,436,17],[1329,19,436,19,"HomeTab"],[1329,26,436,27],[1330,8,437,8,"options"],[1330,15,437,15],[1330,17,437,17],[1331,10,438,10,"tabBarLabel"],[1331,21,438,21],[1331,23,438,23],[1331,29,438,29],[1332,10,439,10,"tabBarIcon"],[1332,20,439,20],[1332,22,439,22,"tabBarIcon"],[1332,23,439,23],[1333,12,439,25,"color"],[1333,17,439,30],[1334,12,439,32,"size"],[1335,10,439,37],[1335,11,439,38],[1335,29,440,12],[1335,33,440,12,"_reactJsxDevRuntime"],[1335,52,440,12],[1335,53,440,12,"jsxDEV"],[1335,59,440,12],[1335,61,440,13,"_expoVectorIcons"],[1335,77,440,21],[1335,78,440,21,"Ionicons"],[1335,86,440,21],[1336,12,440,22,"name"],[1336,16,440,26],[1336,18,440,27],[1336,24,440,33],[1337,12,440,34,"size"],[1337,16,440,38],[1337,18,440,40,"size"],[1337,22,440,45],[1338,12,440,46,"color"],[1338,17,440,51],[1338,19,440,53,"color"],[1339,10,440,59],[1340,12,440,59,"fileName"],[1340,20,440,59],[1340,22,440,59,"_jsxFileName"],[1340,34,440,59],[1341,12,440,59,"lineNumber"],[1341,22,440,59],[1342,12,440,59,"columnNumber"],[1342,24,440,59],[1343,10,440,59],[1343,17,440,61],[1344,8,442,8],[1345,6,442,10],[1346,8,442,10,"fileName"],[1346,16,442,10],[1346,18,442,10,"_jsxFileName"],[1346,30,442,10],[1347,8,442,10,"lineNumber"],[1347,18,442,10],[1348,8,442,10,"columnNumber"],[1348,20,442,10],[1349,6,442,10],[1349,13,443,7],[1349,14,443,8],[1349,29,444,6],[1349,33,444,6,"_reactJsxDevRuntime"],[1349,52,444,6],[1349,53,444,6,"jsxDEV"],[1349,59,444,6],[1349,61,444,7,"Tab"],[1349,64,444,10],[1349,65,444,11,"Screen"],[1349,71,444,17],[1350,8,445,8,"name"],[1350,12,445,12],[1350,14,445,13],[1350,22,445,21],[1351,8,446,8,"component"],[1351,17,446,17],[1351,19,446,19,"WalletTab"],[1351,28,446,29],[1352,8,447,8,"options"],[1352,15,447,15],[1352,17,447,17],[1353,10,448,10,"tabBarLabel"],[1353,21,448,21],[1353,23,448,23],[1353,31,448,31],[1354,10,449,10,"tabBarIcon"],[1354,20,449,20],[1354,22,449,22,"tabBarIcon"],[1354,23,449,23],[1355,12,449,25,"color"],[1355,17,449,30],[1356,12,449,32,"size"],[1357,10,449,37],[1357,11,449,38],[1357,29,450,12],[1357,33,450,12,"_reactJsxDevRuntime"],[1357,52,450,12],[1357,53,450,12,"jsxDEV"],[1357,59,450,12],[1357,61,450,13,"_expoVectorIcons"],[1357,77,450,21],[1357,78,450,21,"Ionicons"],[1357,86,450,21],[1358,12,450,22,"name"],[1358,16,450,26],[1358,18,450,27],[1358,26,450,35],[1359,12,450,36,"size"],[1359,16,450,40],[1359,18,450,42,"size"],[1359,22,450,47],[1360,12,450,48,"color"],[1360,17,450,53],[1360,19,450,55,"color"],[1361,10,450,61],[1362,12,450,61,"fileName"],[1362,20,450,61],[1362,22,450,61,"_jsxFileName"],[1362,34,450,61],[1363,12,450,61,"lineNumber"],[1363,22,450,61],[1364,12,450,61,"columnNumber"],[1364,24,450,61],[1365,10,450,61],[1365,17,450,63],[1366,8,452,8],[1367,6,452,10],[1368,8,452,10,"fileName"],[1368,16,452,10],[1368,18,452,10,"_jsxFileName"],[1368,30,452,10],[1369,8,452,10,"lineNumber"],[1369,18,452,10],[1370,8,452,10,"columnNumber"],[1370,20,452,10],[1371,6,452,10],[1371,13,453,7],[1371,14,453,8],[1371,29,454,6],[1371,33,454,6,"_reactJsxDevRuntime"],[1371,52,454,6],[1371,53,454,6,"jsxDEV"],[1371,59,454,6],[1371,61,454,7,"Tab"],[1371,64,454,10],[1371,65,454,11,"Screen"],[1371,71,454,17],[1372,8,455,8,"name"],[1372,12,455,12],[1372,14,455,13],[1372,24,455,23],[1373,8,456,8,"component"],[1373,17,456,17],[1373,19,456,19,"CitizensTab"],[1373,30,456,31],[1374,8,457,8,"options"],[1374,15,457,15],[1374,17,457,17],[1375,10,458,10,"tabBarLabel"],[1375,21,458,21],[1375,23,458,23],[1375,33,458,33],[1376,10,459,10,"tabBarIcon"],[1376,20,459,20],[1376,22,459,22,"tabBarIcon"],[1376,23,459,23],[1377,12,459,25,"color"],[1377,17,459,30],[1378,12,459,32,"size"],[1379,10,459,37],[1379,11,459,38],[1379,29,460,12],[1379,33,460,12,"_reactJsxDevRuntime"],[1379,52,460,12],[1379,53,460,12,"jsxDEV"],[1379,59,460,12],[1379,61,460,13,"_expoVectorIcons"],[1379,77,460,21],[1379,78,460,21,"Ionicons"],[1379,86,460,21],[1380,12,460,22,"name"],[1380,16,460,26],[1380,18,460,27],[1380,26,460,35],[1381,12,460,36,"size"],[1381,16,460,40],[1381,18,460,42,"size"],[1381,22,460,47],[1382,12,460,48,"color"],[1382,17,460,53],[1382,19,460,55,"color"],[1383,10,460,61],[1384,12,460,61,"fileName"],[1384,20,460,61],[1384,22,460,61,"_jsxFileName"],[1384,34,460,61],[1385,12,460,61,"lineNumber"],[1385,22,460,61],[1386,12,460,61,"columnNumber"],[1386,24,460,61],[1387,10,460,61],[1387,17,460,63],[1388,8,462,8],[1389,6,462,10],[1390,8,462,10,"fileName"],[1390,16,462,10],[1390,18,462,10,"_jsxFileName"],[1390,30,462,10],[1391,8,462,10,"lineNumber"],[1391,18,462,10],[1392,8,462,10,"columnNumber"],[1392,20,462,10],[1393,6,462,10],[1393,13,463,7],[1393,14,463,8],[1393,29,464,6],[1393,33,464,6,"_reactJsxDevRuntime"],[1393,52,464,6],[1393,53,464,6,"jsxDEV"],[1393,59,464,6],[1393,61,464,7,"Tab"],[1393,64,464,10],[1393,65,464,11,"Screen"],[1393,71,464,17],[1394,8,465,8,"name"],[1394,12,465,12],[1394,14,465,13],[1394,24,465,23],[1395,8,466,8,"component"],[1395,17,466,17],[1395,19,466,19,"ReferralTab"],[1395,30,466,31],[1396,8,467,8,"options"],[1396,15,467,15],[1396,17,467,17],[1397,10,468,10,"tabBarLabel"],[1397,21,468,21],[1397,23,468,23],[1397,33,468,33],[1398,10,469,10,"tabBarIcon"],[1398,20,469,20],[1398,22,469,22,"tabBarIcon"],[1398,23,469,23],[1399,12,469,25,"color"],[1399,17,469,30],[1400,12,469,32,"size"],[1401,10,469,37],[1401,11,469,38],[1401,29,470,12],[1401,33,470,12,"_reactJsxDevRuntime"],[1401,52,470,12],[1401,53,470,12,"jsxDEV"],[1401,59,470,12],[1401,61,470,13,"_expoVectorIcons"],[1401,77,470,21],[1401,78,470,21,"Ionicons"],[1401,86,470,21],[1402,12,470,22,"name"],[1402,16,470,26],[1402,18,470,27],[1402,24,470,33],[1403,12,470,34,"size"],[1403,16,470,38],[1403,18,470,40,"size"],[1403,22,470,45],[1404,12,470,46,"color"],[1404,17,470,51],[1404,19,470,53,"color"],[1405,10,470,59],[1406,12,470,59,"fileName"],[1406,20,470,59],[1406,22,470,59,"_jsxFileName"],[1406,34,470,59],[1407,12,470,59,"lineNumber"],[1407,22,470,59],[1408,12,470,59,"columnNumber"],[1408,24,470,59],[1409,10,470,59],[1409,17,470,61],[1410,8,472,8],[1411,6,472,10],[1412,8,472,10,"fileName"],[1412,16,472,10],[1412,18,472,10,"_jsxFileName"],[1412,30,472,10],[1413,8,472,10,"lineNumber"],[1413,18,472,10],[1414,8,472,10,"columnNumber"],[1414,20,472,10],[1415,6,472,10],[1415,13,473,7],[1415,14,473,8],[1415,29,474,6],[1415,33,474,6,"_reactJsxDevRuntime"],[1415,52,474,6],[1415,53,474,6,"jsxDEV"],[1415,59,474,6],[1415,61,474,7,"Tab"],[1415,64,474,10],[1415,65,474,11,"Screen"],[1415,71,474,17],[1416,8,475,8,"name"],[1416,12,475,12],[1416,14,475,13],[1416,23,475,22],[1417,8,476,8,"component"],[1417,17,476,17],[1417,19,476,19,"ProfileTab"],[1417,29,476,30],[1418,8,477,8,"options"],[1418,15,477,15],[1418,17,477,17],[1419,10,478,10,"tabBarLabel"],[1419,21,478,21],[1419,23,478,23],[1419,32,478,32],[1420,10,479,10,"tabBarIcon"],[1420,20,479,20],[1420,22,479,22,"tabBarIcon"],[1420,23,479,23],[1421,12,479,25,"color"],[1421,17,479,30],[1422,12,479,32,"size"],[1423,10,479,37],[1423,11,479,38],[1423,29,480,12],[1423,33,480,12,"_reactJsxDevRuntime"],[1423,52,480,12],[1423,53,480,12,"jsxDEV"],[1423,59,480,12],[1423,61,480,13,"_expoVectorIcons"],[1423,77,480,21],[1423,78,480,21,"Ionicons"],[1423,86,480,21],[1424,12,480,22,"name"],[1424,16,480,26],[1424,18,480,27],[1424,26,480,35],[1425,12,480,36,"size"],[1425,16,480,40],[1425,18,480,42,"size"],[1425,22,480,47],[1426,12,480,48,"color"],[1426,17,480,53],[1426,19,480,55,"color"],[1427,10,480,61],[1428,12,480,61,"fileName"],[1428,20,480,61],[1428,22,480,61,"_jsxFileName"],[1428,34,480,61],[1429,12,480,61,"lineNumber"],[1429,22,480,61],[1430,12,480,61,"columnNumber"],[1430,24,480,61],[1431,10,480,61],[1431,17,480,63],[1432,8,482,8],[1433,6,482,10],[1434,8,482,10,"fileName"],[1434,16,482,10],[1434,18,482,10,"_jsxFileName"],[1434,30,482,10],[1435,8,482,10,"lineNumber"],[1435,18,482,10],[1436,8,482,10,"columnNumber"],[1436,20,482,10],[1437,6,482,10],[1437,13,483,7],[1437,14,483,8],[1438,4,483,8],[1439,6,483,8,"fileName"],[1439,14,483,8],[1439,16,483,8,"_jsxFileName"],[1439,28,483,8],[1440,6,483,8,"lineNumber"],[1440,16,483,8],[1441,6,483,8,"columnNumber"],[1441,18,483,8],[1442,4,483,8],[1442,11,484,19],[1442,12,484,20],[1443,2,486,0],[1444,2,486,1,"_c6"],[1444,5,486,1],[1444,8,424,24,"HomeScreen"],[1444,18,424,34],[1445,2,488,0],[1445,8,488,6,"QUICK_ACTIONS"],[1445,21,488,19],[1445,24,488,22],[1445,25,489,2],[1446,4,489,4,"id"],[1446,6,489,6],[1446,8,489,8],[1446,11,489,11],[1447,4,489,13,"label"],[1447,9,489,18],[1447,11,489,20],[1447,17,489,26],[1448,4,489,28,"icon"],[1448,8,489,32],[1448,10,489,34],[1448,25,489,49],[1449,4,489,51,"color"],[1449,9,489,56],[1449,11,489,58],[1450,2,489,68],[1450,3,489,69],[1450,5,490,2],[1451,4,490,4,"id"],[1451,6,490,6],[1451,8,490,8],[1451,11,490,11],[1452,4,490,13,"label"],[1452,9,490,18],[1452,11,490,20],[1452,20,490,29],[1453,4,490,31,"icon"],[1453,8,490,35],[1453,10,490,37],[1453,22,490,49],[1454,4,490,51,"color"],[1454,9,490,56],[1454,11,490,58],[1455,2,490,68],[1455,3,490,69],[1455,5,491,2],[1456,4,491,4,"id"],[1456,6,491,6],[1456,8,491,8],[1456,11,491,11],[1457,4,491,13,"label"],[1457,9,491,18],[1457,11,491,20],[1457,17,491,26],[1458,4,491,28,"icon"],[1458,8,491,32],[1458,10,491,34],[1458,27,491,51],[1459,4,491,53,"color"],[1459,9,491,58],[1459,11,491,60],[1460,2,491,70],[1460,3,491,71],[1460,5,492,2],[1461,4,492,4,"id"],[1461,6,492,6],[1461,8,492,8],[1461,11,492,11],[1462,4,492,13,"label"],[1462,9,492,18],[1462,11,492,20],[1462,17,492,26],[1463,4,492,28,"icon"],[1463,8,492,32],[1463,10,492,34],[1463,28,492,52],[1464,4,492,54,"color"],[1464,9,492,59],[1464,11,492,61],[1465,2,492,71],[1465,3,492,72],[1465,5,493,2],[1466,4,493,4,"id"],[1466,6,493,6],[1466,8,493,8],[1466,11,493,11],[1467,4,493,13,"label"],[1467,9,493,18],[1467,11,493,20],[1467,18,493,27],[1468,4,493,29,"icon"],[1468,8,493,33],[1468,10,493,35],[1468,23,493,48],[1469,4,493,50,"color"],[1469,9,493,55],[1469,11,493,57],[1470,2,493,67],[1470,3,493,68],[1470,5,494,2],[1471,4,494,4,"id"],[1471,6,494,6],[1471,8,494,8],[1471,11,494,11],[1472,4,494,13,"label"],[1472,9,494,18],[1472,11,494,20],[1472,21,494,30],[1473,4,494,32,"icon"],[1473,8,494,36],[1473,10,494,38],[1473,16,494,44],[1474,4,494,46,"color"],[1474,9,494,51],[1474,11,494,53],[1475,2,494,63],[1475,3,494,64],[1475,5,495,2],[1476,4,495,4,"id"],[1476,6,495,6],[1476,8,495,8],[1476,11,495,11],[1477,4,495,13,"label"],[1477,9,495,18],[1477,11,495,20],[1477,21,495,30],[1478,4,495,32,"icon"],[1478,8,495,36],[1478,10,495,38],[1478,25,495,53],[1479,4,495,55,"color"],[1479,9,495,60],[1479,11,495,62],[1480,2,495,72],[1480,3,495,73],[1480,5,496,2],[1481,4,496,4,"id"],[1481,6,496,6],[1481,8,496,8],[1481,11,496,11],[1482,4,496,13,"label"],[1482,9,496,18],[1482,11,496,20],[1482,22,496,31],[1483,4,496,33,"icon"],[1483,8,496,37],[1483,10,496,39],[1483,18,496,47],[1484,4,496,49,"color"],[1484,9,496,54],[1484,11,496,56],[1485,2,496,66],[1485,3,496,67],[1485,5,497,2],[1486,4,497,4,"id"],[1486,6,497,6],[1486,8,497,8],[1486,11,497,11],[1487,4,497,13,"label"],[1487,9,497,18],[1487,11,497,20],[1487,21,497,30],[1488,4,497,32,"icon"],[1488,8,497,36],[1488,10,497,38],[1488,21,497,49],[1489,4,497,51,"color"],[1489,9,497,56],[1489,11,497,58],[1490,2,497,68],[1490,3,497,69],[1490,5,498,2],[1491,4,498,4,"id"],[1491,6,498,6],[1491,8,498,8],[1491,12,498,12],[1492,4,498,14,"label"],[1492,9,498,19],[1492,11,498,21],[1492,21,498,31],[1493,4,498,33,"icon"],[1493,8,498,37],[1493,10,498,39],[1493,16,498,45],[1494,4,498,47,"color"],[1494,9,498,52],[1494,11,498,54],[1495,2,498,64],[1495,3,498,65],[1495,5,499,2],[1496,4,499,4,"id"],[1496,6,499,6],[1496,8,499,8],[1496,12,499,12],[1497,4,499,14,"label"],[1497,9,499,19],[1497,11,499,21],[1497,22,499,32],[1498,4,499,34,"icon"],[1498,8,499,38],[1498,10,499,40],[1498,16,499,46],[1499,4,499,48,"color"],[1499,9,499,53],[1499,11,499,55],[1500,2,499,65],[1500,3,499,66],[1500,5,500,2],[1501,4,500,4,"id"],[1501,6,500,6],[1501,8,500,8],[1501,12,500,12],[1502,4,500,14,"label"],[1502,9,500,19],[1502,11,500,21],[1502,17,500,27],[1503,4,500,29,"icon"],[1503,8,500,33],[1503,10,500,35],[1503,16,500,41],[1504,4,500,43,"color"],[1504,9,500,48],[1504,11,500,50],[1505,2,500,60],[1505,3,500,61],[1505,4,501,1],[1506,2,503,0],[1506,8,503,6,"styles"],[1506,14,503,12],[1506,17,503,15,"StyleSheet"],[1506,27,503,25],[1506,28,503,25,"default"],[1506,35,503,25],[1506,36,503,26,"create"],[1506,42,503,32],[1506,43,503,33],[1507,4,504,2,"container"],[1507,13,504,11],[1507,15,504,13],[1508,6,505,4,"flex"],[1508,10,505,8],[1508,12,505,10],[1508,13,505,11],[1509,6,506,4,"backgroundColor"],[1509,21,506,19],[1509,23,506,21],[1510,4,507,2],[1510,5,507,3],[1511,4,508,2,"scrollContent"],[1511,17,508,15],[1511,19,508,17],[1512,6,509,4,"paddingBottom"],[1512,19,509,17],[1512,21,509,19],[1513,4,510,2],[1513,5,510,3],[1514,4,511,2,"walletScrollContent"],[1514,23,511,21],[1514,25,511,23],[1515,6,512,4,"paddingBottom"],[1515,19,512,17],[1515,21,512,19],[1516,4,513,2],[1516,5,513,3],[1517,4,514,2,"header"],[1517,10,514,8],[1517,12,514,10],[1518,6,515,4,"flexDirection"],[1518,19,515,17],[1518,21,515,19],[1518,26,515,24],[1519,6,516,4,"justifyContent"],[1519,20,516,18],[1519,22,516,20],[1519,37,516,35],[1520,6,517,4,"alignItems"],[1520,16,517,14],[1520,18,517,16],[1520,26,517,24],[1521,6,518,4,"padding"],[1521,13,518,11],[1521,15,518,13],[1521,17,518,15],[1522,6,519,4,"backgroundColor"],[1522,21,519,19],[1522,23,519,21],[1522,29,519,27],[1523,6,520,4,"borderBottomWidth"],[1523,23,520,21],[1523,25,520,23],[1523,26,520,24],[1524,6,521,4,"borderBottomColor"],[1524,23,521,21],[1524,25,521,23],[1525,4,522,2],[1525,5,522,3],[1526,4,523,2,"headerLeft"],[1526,14,523,12],[1526,16,523,14],[1527,6,524,4,"position"],[1527,14,524,12],[1527,16,524,14],[1528,4,525,2],[1528,5,525,3],[1529,4,526,2,"profileImage"],[1529,16,526,14],[1529,18,526,16],[1530,6,527,4,"width"],[1530,11,527,9],[1530,13,527,11],[1530,15,527,13],[1531,6,528,4,"height"],[1531,12,528,10],[1531,14,528,12],[1531,16,528,14],[1532,6,529,4,"borderRadius"],[1532,18,529,16],[1532,20,529,18],[1532,22,529,20],[1533,6,530,4,"backgroundColor"],[1533,21,530,19],[1533,23,530,21],[1533,32,530,30],[1534,6,531,4,"alignItems"],[1534,16,531,14],[1534,18,531,16],[1534,26,531,24],[1535,6,532,4,"justifyContent"],[1535,20,532,18],[1535,22,532,20],[1535,30,532,28],[1536,6,533,4,"overflow"],[1536,14,533,12],[1536,16,533,14],[1537,4,534,2],[1537,5,534,3],[1538,4,535,2,"profileImageSrc"],[1538,19,535,17],[1538,21,535,19],[1539,6,536,4,"width"],[1539,11,536,9],[1539,13,536,11],[1539,15,536,13],[1540,6,537,4,"height"],[1540,12,537,10],[1540,14,537,12],[1541,4,538,2],[1541,5,538,3],[1542,4,539,2,"profileBadge"],[1542,16,539,14],[1542,18,539,16],[1543,6,540,4,"position"],[1543,14,540,12],[1543,16,540,14],[1543,26,540,24],[1544,6,541,4,"bottom"],[1544,12,541,10],[1544,14,541,12],[1544,15,541,13],[1544,16,541,14],[1545,6,542,4,"right"],[1545,11,542,9],[1545,13,542,11],[1545,14,542,12],[1545,15,542,13],[1546,6,543,4,"backgroundColor"],[1546,21,543,19],[1546,23,543,21],[1546,32,543,30],[1547,6,544,4,"borderRadius"],[1547,18,544,16],[1547,20,544,18],[1547,22,544,20],[1548,6,545,4,"paddingHorizontal"],[1548,23,545,21],[1548,25,545,23],[1548,26,545,24],[1549,6,546,4,"paddingVertical"],[1549,21,546,19],[1549,23,546,21],[1549,24,546,22],[1550,6,547,4,"flexDirection"],[1550,19,547,17],[1550,21,547,19],[1550,26,547,24],[1551,6,548,4,"alignItems"],[1551,16,548,14],[1551,18,548,16],[1551,26,548,24],[1552,6,549,4,"gap"],[1552,9,549,7],[1552,11,549,9],[1553,4,550,2],[1553,5,550,3],[1554,4,551,2,"trustScore"],[1554,14,551,12],[1554,16,551,14],[1555,6,552,4,"fontSize"],[1555,14,552,12],[1555,16,552,14],[1555,18,552,16],[1556,6,553,4,"fontWeight"],[1556,16,553,14],[1556,18,553,16],[1556,23,553,21],[1557,6,554,4,"color"],[1557,11,554,9],[1557,13,554,11],[1558,4,555,2],[1558,5,555,3],[1559,4,556,2,"headerRight"],[1559,15,556,13],[1559,17,556,15],[1560,6,557,4,"flexDirection"],[1560,19,557,17],[1560,21,557,19],[1560,26,557,24],[1561,6,558,4,"gap"],[1561,9,558,7],[1561,11,558,9],[1562,4,559,2],[1562,5,559,3],[1563,4,560,2,"iconButton"],[1563,14,560,12],[1563,16,560,14],[1564,6,561,4,"padding"],[1564,13,561,11],[1564,15,561,13],[1565,4,562,2],[1565,5,562,3],[1566,4,563,2,"announcementWidget"],[1566,22,563,20],[1566,24,563,22],[1567,6,564,4,"padding"],[1567,13,564,11],[1567,15,564,13],[1568,4,565,2],[1568,5,565,3],[1569,4,566,2,"announcement"],[1569,16,566,14],[1569,18,566,16],[1570,6,567,4,"backgroundColor"],[1570,21,567,19],[1570,23,567,21],[1570,29,567,27],[1571,6,568,4,"padding"],[1571,13,568,11],[1571,15,568,13],[1571,17,568,15],[1572,6,569,4,"borderRadius"],[1572,18,569,16],[1572,20,569,18],[1572,22,569,20],[1573,6,570,4,"marginRight"],[1573,17,570,15],[1573,19,570,17],[1573,21,570,19],[1574,6,571,4,"width"],[1574,11,571,9],[1574,13,571,11,"width"],[1574,18,571,16],[1574,21,571,19],[1574,23,571,21],[1575,6,572,4,"borderLeftWidth"],[1575,21,572,19],[1575,23,572,21],[1575,24,572,22],[1576,6,573,4,"borderLeftColor"],[1576,21,573,19],[1576,23,573,21],[1577,4,574,2],[1577,5,574,3],[1578,4,575,2,"announcementTitle"],[1578,21,575,19],[1578,23,575,21],[1579,6,576,4,"fontSize"],[1579,14,576,12],[1579,16,576,14],[1579,18,576,16],[1580,6,577,4,"fontWeight"],[1580,16,577,14],[1580,18,577,16],[1580,23,577,21],[1581,6,578,4,"color"],[1581,11,578,9],[1581,13,578,11],[1581,22,578,20],[1582,6,579,4,"marginBottom"],[1582,18,579,16],[1582,20,579,18],[1583,4,580,2],[1583,5,580,3],[1584,4,581,2,"announcementText"],[1584,20,581,18],[1584,22,581,20],[1585,6,582,4,"fontSize"],[1585,14,582,12],[1585,16,582,14],[1585,18,582,16],[1586,6,583,4,"color"],[1586,11,583,9],[1586,13,583,11],[1587,4,584,2],[1587,5,584,3],[1588,4,585,2,"quickActionsContainer"],[1588,25,585,23],[1588,27,585,25],[1589,6,586,4,"padding"],[1589,13,586,11],[1589,15,586,13],[1590,4,587,2],[1590,5,587,3],[1591,4,588,2,"sectionTitle"],[1591,16,588,14],[1591,18,588,16],[1592,6,589,4,"fontSize"],[1592,14,589,12],[1592,16,589,14],[1592,18,589,16],[1593,6,590,4,"fontWeight"],[1593,16,590,14],[1593,18,590,16],[1593,23,590,21],[1594,6,591,4,"color"],[1594,11,591,9],[1594,13,591,11],[1594,22,591,20],[1595,6,592,4,"marginBottom"],[1595,18,592,16],[1595,20,592,18],[1596,4,593,2],[1596,5,593,3],[1597,4,594,2,"actionsGrid"],[1597,15,594,13],[1597,17,594,15],[1598,6,595,4,"flexDirection"],[1598,19,595,17],[1598,21,595,19],[1598,26,595,24],[1599,6,596,4,"flexWrap"],[1599,14,596,12],[1599,16,596,14],[1599,22,596,20],[1600,6,597,4,"justifyContent"],[1600,20,597,18],[1600,22,597,20],[1601,4,598,2],[1601,5,598,3],[1602,4,599,2,"actionCard"],[1602,14,599,12],[1602,16,599,14],[1603,6,600,4,"width"],[1603,11,600,9],[1603,13,600,11],[1603,14,600,12,"width"],[1603,19,600,17],[1603,22,600,20],[1603,24,600,22],[1603,28,600,26],[1603,29,600,27],[1604,6,601,4,"backgroundColor"],[1604,21,601,19],[1604,23,601,21],[1604,29,601,27],[1605,6,602,4,"padding"],[1605,13,602,11],[1605,15,602,13],[1605,17,602,15],[1606,6,603,4,"borderRadius"],[1606,18,603,16],[1606,20,603,18],[1606,22,603,20],[1607,6,604,4,"alignItems"],[1607,16,604,14],[1607,18,604,16],[1607,26,604,24],[1608,6,605,4,"marginBottom"],[1608,18,605,16],[1608,20,605,18],[1608,22,605,20],[1609,6,606,4,"shadowColor"],[1609,17,606,15],[1609,19,606,17],[1609,25,606,23],[1610,6,607,4,"shadowOffset"],[1610,18,607,16],[1610,20,607,18],[1611,8,607,20,"width"],[1611,13,607,25],[1611,15,607,27],[1611,16,607,28],[1612,8,607,30,"height"],[1612,14,607,36],[1612,16,607,38],[1613,6,607,40],[1613,7,607,41],[1614,6,608,4,"shadowOpacity"],[1614,19,608,17],[1614,21,608,19],[1614,25,608,23],[1615,6,609,4,"shadowRadius"],[1615,18,609,16],[1615,20,609,18],[1615,21,609,19],[1616,6,610,4,"elevation"],[1616,15,610,13],[1616,17,610,15],[1617,4,611,2],[1617,5,611,3],[1618,4,612,2,"actionCardFirst"],[1618,19,612,17],[1618,21,612,19],[1619,6,613,4,"marginRight"],[1619,17,613,15],[1619,19,613,17],[1620,4,614,2],[1620,5,614,3],[1621,4,615,2,"actionCardLast"],[1621,18,615,16],[1621,20,615,18],[1622,6,616,4,"marginLeft"],[1622,16,616,14],[1622,18,616,16],[1623,4,617,2],[1623,5,617,3],[1624,4,618,2,"actionIcon"],[1624,14,618,12],[1624,16,618,14],[1625,6,619,4,"width"],[1625,11,619,9],[1625,13,619,11],[1625,15,619,13],[1626,6,620,4,"height"],[1626,12,620,10],[1626,14,620,12],[1626,16,620,14],[1627,6,621,4,"borderRadius"],[1627,18,621,16],[1627,20,621,18],[1627,22,621,20],[1628,6,622,4,"alignItems"],[1628,16,622,14],[1628,18,622,16],[1628,26,622,24],[1629,6,623,4,"justifyContent"],[1629,20,623,18],[1629,22,623,20],[1629,30,623,28],[1630,6,624,4,"marginBottom"],[1630,18,624,16],[1630,20,624,18],[1631,4,625,2],[1631,5,625,3],[1632,4,626,2,"actionLabel"],[1632,15,626,13],[1632,17,626,15],[1633,6,627,4,"fontSize"],[1633,14,627,12],[1633,16,627,14],[1633,18,627,16],[1634,6,628,4,"color"],[1634,11,628,9],[1634,13,628,11],[1634,22,628,20],[1635,6,629,4,"textAlign"],[1635,15,629,13],[1635,17,629,15],[1636,4,630,2],[1636,5,630,3],[1637,4,631,2,"walletHeader"],[1637,16,631,14],[1637,18,631,16],[1638,6,632,4,"padding"],[1638,13,632,11],[1638,15,632,13],[1638,17,632,15],[1639,6,633,4,"backgroundColor"],[1639,21,633,19],[1639,23,633,21],[1639,29,633,27],[1640,6,634,4,"borderBottomWidth"],[1640,23,634,21],[1640,25,634,23],[1640,26,634,24],[1641,6,635,4,"borderBottomColor"],[1641,23,635,21],[1641,25,635,23],[1641,34,635,32],[1642,6,636,4,"flexDirection"],[1642,19,636,17],[1642,21,636,19],[1642,26,636,24],[1643,6,637,4,"justifyContent"],[1643,20,637,18],[1643,22,637,20],[1643,37,637,35],[1644,6,638,4,"alignItems"],[1644,16,638,14],[1644,18,638,16],[1645,4,639,2],[1645,5,639,3],[1646,4,640,2,"walletTitle"],[1646,15,640,13],[1646,17,640,15],[1647,6,641,4,"fontSize"],[1647,14,641,12],[1647,16,641,14],[1647,18,641,16],[1648,6,642,4,"fontWeight"],[1648,16,642,14],[1648,18,642,16],[1648,23,642,21],[1649,6,643,4,"color"],[1649,11,643,9],[1649,13,643,11],[1650,4,644,2],[1650,5,644,3],[1651,4,645,2,"refreshButton"],[1651,17,645,15],[1651,19,645,17],[1652,6,646,4,"padding"],[1652,13,646,11],[1652,15,646,13],[1652,16,646,14],[1653,6,647,4,"borderRadius"],[1653,18,647,16],[1653,20,647,18],[1653,21,647,19],[1654,6,648,4,"backgroundColor"],[1654,21,648,19],[1654,23,648,21],[1655,4,649,2],[1655,5,649,3],[1656,4,650,2,"balanceCards"],[1656,16,650,14],[1656,18,650,16],[1657,6,651,4,"padding"],[1657,13,651,11],[1657,15,651,13],[1657,17,651,15],[1658,6,652,4,"gap"],[1658,9,652,7],[1658,11,652,9],[1659,4,653,2],[1659,5,653,3],[1660,4,654,2,"balanceCard"],[1660,15,654,13],[1660,17,654,15],[1661,6,655,4,"backgroundColor"],[1661,21,655,19],[1661,23,655,21],[1661,29,655,27],[1662,6,656,4,"padding"],[1662,13,656,11],[1662,15,656,13],[1662,17,656,15],[1663,6,657,4,"borderRadius"],[1663,18,657,16],[1663,20,657,18],[1663,22,657,20],[1664,6,658,4,"borderWidth"],[1664,17,658,15],[1664,19,658,17],[1664,20,658,18],[1665,6,659,4,"borderColor"],[1665,17,659,15],[1665,19,659,17],[1666,4,660,2],[1666,5,660,3],[1667,4,661,2,"balanceCardHeader"],[1667,21,661,19],[1667,23,661,21],[1668,6,662,4,"flexDirection"],[1668,19,662,17],[1668,21,662,19],[1668,26,662,24],[1669,6,663,4,"alignItems"],[1669,16,663,14],[1669,18,663,16],[1669,26,663,24],[1670,6,664,4,"gap"],[1670,9,664,7],[1670,11,664,9],[1670,12,664,10],[1671,6,665,4,"marginBottom"],[1671,18,665,16],[1671,20,665,18],[1672,4,666,2],[1672,5,666,3],[1673,4,667,2,"tokenLogo"],[1673,13,667,11],[1673,15,667,13],[1674,6,668,4,"width"],[1674,11,668,9],[1674,13,668,11],[1674,15,668,13],[1675,6,669,4,"height"],[1675,12,669,10],[1675,14,669,12],[1675,16,669,14],[1676,6,670,4,"borderRadius"],[1676,18,670,16],[1676,20,670,18],[1677,4,671,2],[1677,5,671,3],[1678,4,672,2,"tokenSymbol"],[1678,15,672,13],[1678,17,672,15],[1679,6,673,4,"fontSize"],[1679,14,673,12],[1679,16,673,14],[1679,18,673,16],[1680,6,674,4,"fontWeight"],[1680,16,674,14],[1680,18,674,16],[1680,23,674,21],[1681,6,675,4,"color"],[1681,11,675,9],[1681,13,675,11],[1682,4,676,2],[1682,5,676,3],[1683,4,677,2,"balanceAmount"],[1683,17,677,15],[1683,19,677,17],[1684,6,678,4,"fontSize"],[1684,14,678,12],[1684,16,678,14],[1684,18,678,16],[1685,6,679,4,"fontWeight"],[1685,16,679,14],[1685,18,679,16],[1685,23,679,21],[1686,6,680,4,"color"],[1686,11,680,9],[1686,13,680,11],[1686,22,680,20],[1687,6,681,4,"marginBottom"],[1687,18,681,16],[1687,20,681,18],[1688,4,682,2],[1688,5,682,3],[1689,4,683,2,"balanceUsd"],[1689,14,683,12],[1689,16,683,14],[1690,6,684,4,"fontSize"],[1690,14,684,12],[1690,16,684,14],[1690,18,684,16],[1691,6,685,4,"color"],[1691,11,685,9],[1691,13,685,11],[1692,4,686,2],[1692,5,686,3],[1693,4,687,2,"walletActions"],[1693,17,687,15],[1693,19,687,17],[1694,6,688,4,"flexDirection"],[1694,19,688,17],[1694,21,688,19],[1694,26,688,24],[1695,6,689,4,"padding"],[1695,13,689,11],[1695,15,689,13],[1695,17,689,15],[1696,6,690,4,"gap"],[1696,9,690,7],[1696,11,690,9],[1697,4,691,2],[1697,5,691,3],[1698,4,692,2,"walletActionButton"],[1698,22,692,20],[1698,24,692,22],[1699,6,693,4,"flex"],[1699,10,693,8],[1699,12,693,10],[1699,13,693,11],[1700,6,694,4,"backgroundColor"],[1700,21,694,19],[1700,23,694,21],[1700,32,694,30],[1701,6,695,4,"padding"],[1701,13,695,11],[1701,15,695,13],[1701,17,695,15],[1702,6,696,4,"borderRadius"],[1702,18,696,16],[1702,20,696,18],[1702,22,696,20],[1703,6,697,4,"alignItems"],[1703,16,697,14],[1703,18,697,16],[1703,26,697,24],[1704,6,698,4,"gap"],[1704,9,698,7],[1704,11,698,9],[1705,4,699,2],[1705,5,699,3],[1706,4,700,2,"walletActionText"],[1706,20,700,18],[1706,22,700,20],[1707,6,701,4,"color"],[1707,11,701,9],[1707,13,701,11],[1707,19,701,17],[1708,6,702,4,"fontSize"],[1708,14,702,12],[1708,16,702,14],[1708,18,702,16],[1709,6,703,4,"fontWeight"],[1709,16,703,14],[1709,18,703,16],[1710,4,704,2],[1710,5,704,3],[1711,4,705,2,"placeholderText"],[1711,19,705,17],[1711,21,705,19],[1712,6,706,4,"flex"],[1712,10,706,8],[1712,12,706,10],[1712,13,706,11],[1713,6,707,4,"textAlign"],[1713,15,707,13],[1713,17,707,15],[1713,25,707,23],[1714,6,708,4,"marginTop"],[1714,15,708,13],[1714,17,708,15],[1714,20,708,18],[1715,6,709,4,"fontSize"],[1715,14,709,12],[1715,16,709,14],[1715,18,709,16],[1716,6,710,4,"color"],[1716,11,710,9],[1716,13,710,11],[1717,4,711,2],[1717,5,711,3],[1718,4,712,2,"tabBar"],[1718,10,712,8],[1718,12,712,10],[1719,6,713,4,"borderTopWidth"],[1719,20,713,18],[1719,22,713,20],[1719,23,713,21],[1720,6,714,4,"borderTopColor"],[1720,20,714,18],[1720,22,714,20],[1720,31,714,29],[1721,6,715,4,"paddingBottom"],[1721,19,715,17],[1721,21,715,19],[1721,23,715,21],[1722,6,716,4,"paddingTop"],[1722,16,716,14],[1722,18,716,16],[1722,19,716,17],[1723,6,717,4,"backgroundColor"],[1723,21,717,19],[1723,23,717,21],[1724,4,718,2],[1724,5,718,3],[1725,4,719,2],[1726,4,720,2,"balanceRow"],[1726,14,720,12],[1726,16,720,14],[1727,6,721,4,"flexDirection"],[1727,19,721,17],[1727,21,721,19],[1727,26,721,24],[1728,6,722,4,"padding"],[1728,13,722,11],[1728,15,722,13],[1728,17,722,15],[1729,6,723,4,"gap"],[1729,9,723,7],[1729,11,723,9],[1730,4,724,2],[1730,5,724,3],[1731,4,725,2,"balanceCardNew"],[1731,18,725,16],[1731,20,725,18],[1732,6,726,4,"flex"],[1732,10,726,8],[1732,12,726,10],[1732,13,726,11],[1733,6,727,4,"backgroundColor"],[1733,21,727,19],[1733,23,727,21],[1733,29,727,27],[1734,6,728,4,"padding"],[1734,13,728,11],[1734,15,728,13],[1734,17,728,15],[1735,6,729,4,"borderRadius"],[1735,18,729,16],[1735,20,729,18],[1735,22,729,20],[1736,6,730,4,"alignItems"],[1736,16,730,14],[1736,18,730,16],[1736,26,730,24],[1737,6,731,4,"shadowColor"],[1737,17,731,15],[1737,19,731,17],[1737,25,731,23],[1738,6,732,4,"shadowOffset"],[1738,18,732,16],[1738,20,732,18],[1739,8,732,20,"width"],[1739,13,732,25],[1739,15,732,27],[1739,16,732,28],[1740,8,732,30,"height"],[1740,14,732,36],[1740,16,732,38],[1741,6,732,40],[1741,7,732,41],[1742,6,733,4,"shadowOpacity"],[1742,19,733,17],[1742,21,733,19],[1742,24,733,22],[1743,6,734,4,"shadowRadius"],[1743,18,734,16],[1743,20,734,18],[1743,21,734,19],[1744,6,735,4,"elevation"],[1744,15,735,13],[1744,17,735,15],[1745,4,736,2],[1745,5,736,3],[1746,4,737,2,"tokenLogoNew"],[1746,16,737,14],[1746,18,737,16],[1747,6,738,4,"width"],[1747,11,738,9],[1747,13,738,11],[1747,15,738,13],[1748,6,739,4,"height"],[1748,12,739,10],[1748,14,739,12],[1748,16,739,14],[1749,6,740,4,"borderRadius"],[1749,18,740,16],[1749,20,740,18],[1749,22,740,20],[1750,6,741,4,"marginBottom"],[1750,18,741,16],[1750,20,741,18],[1751,4,742,2],[1751,5,742,3],[1752,4,743,2,"tokenSymbolNew"],[1752,18,743,16],[1752,20,743,18],[1753,6,744,4,"fontSize"],[1753,14,744,12],[1753,16,744,14],[1753,18,744,16],[1754,6,745,4,"fontWeight"],[1754,16,745,14],[1754,18,745,16],[1754,23,745,21],[1755,6,746,4,"color"],[1755,11,746,9],[1755,13,746,11],[1755,22,746,20],[1756,6,747,4,"marginBottom"],[1756,18,747,16],[1756,20,747,18],[1757,4,748,2],[1757,5,748,3],[1758,4,749,2,"balanceAmountNew"],[1758,20,749,18],[1758,22,749,20],[1759,6,750,4,"fontSize"],[1759,14,750,12],[1759,16,750,14],[1759,18,750,16],[1760,6,751,4,"fontWeight"],[1760,16,751,14],[1760,18,751,16],[1760,23,751,21],[1761,6,752,4,"color"],[1761,11,752,9],[1761,13,752,11],[1761,22,752,20],[1762,6,753,4,"marginBottom"],[1762,18,753,16],[1762,20,753,18],[1763,4,754,2],[1763,5,754,3],[1764,4,755,2,"tokenNameNew"],[1764,16,755,14],[1764,18,755,16],[1765,6,756,4,"fontSize"],[1765,14,756,12],[1765,16,756,14],[1765,18,756,16],[1766,6,757,4,"color"],[1766,11,757,9],[1766,13,757,11],[1767,4,758,2],[1767,5,758,3],[1768,4,759,2,"actionsContainer"],[1768,20,759,18],[1768,22,759,20],[1769,6,760,4,"margin"],[1769,12,760,10],[1769,14,760,12],[1769,16,760,14],[1770,6,761,4,"backgroundColor"],[1770,21,761,19],[1770,23,761,21],[1770,29,761,27],[1771,6,762,4,"padding"],[1771,13,762,11],[1771,15,762,13],[1771,17,762,15],[1772,6,763,4,"borderRadius"],[1772,18,763,16],[1772,20,763,18],[1772,22,763,20],[1773,6,764,4,"shadowColor"],[1773,17,764,15],[1773,19,764,17],[1773,25,764,23],[1774,6,765,4,"shadowOffset"],[1774,18,765,16],[1774,20,765,18],[1775,8,765,20,"width"],[1775,13,765,25],[1775,15,765,27],[1775,16,765,28],[1776,8,765,30,"height"],[1776,14,765,36],[1776,16,765,38],[1777,6,765,40],[1777,7,765,41],[1778,6,766,4,"shadowOpacity"],[1778,19,766,17],[1778,21,766,19],[1778,24,766,22],[1779,6,767,4,"shadowRadius"],[1779,18,767,16],[1779,20,767,18],[1779,21,767,19],[1780,6,768,4,"elevation"],[1780,15,768,13],[1780,17,768,15],[1781,4,769,2],[1781,5,769,3],[1782,4,770,2,"actionsRow"],[1782,14,770,12],[1782,16,770,14],[1783,6,771,4,"flexDirection"],[1783,19,771,17],[1783,21,771,19],[1783,26,771,24],[1784,6,772,4,"justifyContent"],[1784,20,772,18],[1784,22,772,20],[1784,37,772,35],[1785,6,773,4,"marginBottom"],[1785,18,773,16],[1785,20,773,18],[1786,4,774,2],[1786,5,774,3],[1787,4,775,2,"actionBtn"],[1787,13,775,11],[1787,15,775,13],[1788,6,776,4,"width"],[1788,11,776,9],[1788,13,776,11],[1788,14,776,12,"width"],[1788,19,776,17],[1788,22,776,20],[1788,24,776,22],[1788,28,776,26],[1788,29,776,27],[1789,6,777,4,"padding"],[1789,13,777,11],[1789,15,777,13],[1789,17,777,15],[1790,6,778,4,"borderRadius"],[1790,18,778,16],[1790,20,778,18],[1790,22,778,20],[1791,6,779,4,"alignItems"],[1791,16,779,14],[1791,18,779,16],[1791,26,779,24],[1792,6,780,4,"justifyContent"],[1792,20,780,18],[1792,22,780,20],[1793,4,781,2],[1793,5,781,3],[1794,4,782,2,"actionBtnText"],[1794,17,782,15],[1794,19,782,17],[1795,6,783,4,"color"],[1795,11,783,9],[1795,13,783,11],[1795,19,783,17],[1796,6,784,4,"fontSize"],[1796,14,784,12],[1796,16,784,14],[1796,18,784,16],[1797,6,785,4,"fontWeight"],[1797,16,785,14],[1797,18,785,16],[1797,23,785,21],[1798,6,786,4,"marginTop"],[1798,15,786,13],[1798,17,786,15],[1799,4,787,2],[1799,5,787,3],[1800,4,788,2,"tokensContainer"],[1800,19,788,17],[1800,21,788,19],[1801,6,789,4,"margin"],[1801,12,789,10],[1801,14,789,12],[1801,16,789,14],[1802,6,790,4,"marginTop"],[1802,15,790,13],[1802,17,790,15],[1803,4,791,2],[1803,5,791,3],[1804,4,792,2,"tokensHeader"],[1804,16,792,14],[1804,18,792,16],[1805,6,793,4,"flexDirection"],[1805,19,793,17],[1805,21,793,19],[1805,26,793,24],[1806,6,794,4,"justifyContent"],[1806,20,794,18],[1806,22,794,20],[1806,37,794,35],[1807,6,795,4,"alignItems"],[1807,16,795,14],[1807,18,795,16],[1807,26,795,24],[1808,6,796,4,"marginBottom"],[1808,18,796,16],[1808,20,796,18],[1808,22,796,20],[1809,6,797,4,"paddingHorizontal"],[1809,23,797,21],[1809,25,797,23],[1810,4,798,2],[1810,5,798,3],[1811,4,799,2,"tokensTitle"],[1811,15,799,13],[1811,17,799,15],[1812,6,800,4,"fontSize"],[1812,14,800,12],[1812,16,800,14],[1812,18,800,16],[1813,6,801,4,"fontWeight"],[1813,16,801,14],[1813,18,801,16],[1813,23,801,21],[1814,6,802,4,"color"],[1814,11,802,9],[1814,13,802,11],[1815,4,803,2],[1815,5,803,3],[1816,4,804,2,"tokensHeaderActions"],[1816,23,804,21],[1816,25,804,23],[1817,6,805,4,"flexDirection"],[1817,19,805,17],[1817,21,805,19],[1817,26,805,24],[1818,6,806,4,"gap"],[1818,9,806,7],[1818,11,806,9],[1819,4,807,2],[1819,5,807,3],[1820,4,808,2,"tokenHeaderButton"],[1820,21,808,19],[1820,23,808,21],[1821,6,809,4,"width"],[1821,11,809,9],[1821,13,809,11],[1821,15,809,13],[1822,6,810,4,"height"],[1822,12,810,10],[1822,14,810,12],[1822,16,810,14],[1823,6,811,4,"borderRadius"],[1823,18,811,16],[1823,20,811,18],[1823,21,811,19],[1824,6,812,4,"backgroundColor"],[1824,21,812,19],[1824,23,812,21],[1824,32,812,30],[1825,6,813,4,"alignItems"],[1825,16,813,14],[1825,18,813,16],[1825,26,813,24],[1826,6,814,4,"justifyContent"],[1826,20,814,18],[1826,22,814,20],[1827,4,815,2],[1827,5,815,3],[1828,4,816,2,"tokenItem"],[1828,13,816,11],[1828,15,816,13],[1829,6,817,4,"flexDirection"],[1829,19,817,17],[1829,21,817,19],[1829,26,817,24],[1830,6,818,4,"justifyContent"],[1830,20,818,18],[1830,22,818,20],[1830,37,818,35],[1831,6,819,4,"alignItems"],[1831,16,819,14],[1831,18,819,16],[1831,26,819,24],[1832,6,820,4,"backgroundColor"],[1832,21,820,19],[1832,23,820,21],[1832,29,820,27],[1833,6,821,4,"padding"],[1833,13,821,11],[1833,15,821,13],[1833,17,821,15],[1834,6,822,4,"borderRadius"],[1834,18,822,16],[1834,20,822,18],[1834,22,822,20],[1835,6,823,4,"marginBottom"],[1835,18,823,16],[1835,20,823,18],[1835,21,823,19],[1836,6,824,4,"shadowColor"],[1836,17,824,15],[1836,19,824,17],[1836,25,824,23],[1837,6,825,4,"shadowOffset"],[1837,18,825,16],[1837,20,825,18],[1838,8,825,20,"width"],[1838,13,825,25],[1838,15,825,27],[1838,16,825,28],[1839,8,825,30,"height"],[1839,14,825,36],[1839,16,825,38],[1840,6,825,40],[1840,7,825,41],[1841,6,826,4,"shadowOpacity"],[1841,19,826,17],[1841,21,826,19],[1841,25,826,23],[1842,6,827,4,"shadowRadius"],[1842,18,827,16],[1842,20,827,18],[1842,21,827,19],[1843,6,828,4,"elevation"],[1843,15,828,13],[1843,17,828,15],[1844,4,829,2],[1844,5,829,3],[1845,4,830,2,"tokenItemLeft"],[1845,17,830,15],[1845,19,830,17],[1846,6,831,4,"flexDirection"],[1846,19,831,17],[1846,21,831,19],[1846,26,831,24],[1847,6,832,4,"alignItems"],[1847,16,832,14],[1847,18,832,16],[1847,26,832,24],[1848,6,833,4,"gap"],[1848,9,833,7],[1848,11,833,9],[1849,4,834,2],[1849,5,834,3],[1850,4,835,2,"tokenIconContainer"],[1850,22,835,20],[1850,24,835,22],[1851,6,836,4,"position"],[1851,14,836,12],[1851,16,836,14],[1851,26,836,24],[1852,6,837,4,"width"],[1852,11,837,9],[1852,13,837,11],[1852,15,837,13],[1853,6,838,4,"height"],[1853,12,838,10],[1853,14,838,12],[1854,4,839,2],[1854,5,839,3],[1855,4,840,2,"tokenIcon"],[1855,13,840,11],[1855,15,840,13],[1856,6,841,4,"width"],[1856,11,841,9],[1856,13,841,11],[1856,15,841,13],[1857,6,842,4,"height"],[1857,12,842,10],[1857,14,842,12],[1857,16,842,14],[1858,6,843,4,"borderRadius"],[1858,18,843,16],[1858,20,843,18],[1859,4,844,2],[1859,5,844,3],[1860,4,845,2,"networkBadge"],[1860,16,845,14],[1860,18,845,16],[1861,6,846,4,"position"],[1861,14,846,12],[1861,16,846,14],[1861,26,846,24],[1862,6,847,4,"right"],[1862,11,847,9],[1862,13,847,11],[1862,14,847,12],[1862,15,847,13],[1863,6,848,4,"bottom"],[1863,12,848,10],[1863,14,848,12],[1863,15,848,13],[1863,16,848,14],[1864,6,849,4,"width"],[1864,11,849,9],[1864,13,849,11],[1864,15,849,13],[1865,6,850,4,"height"],[1865,12,850,10],[1865,14,850,12],[1865,16,850,14],[1866,6,851,4,"borderRadius"],[1866,18,851,16],[1866,20,851,18],[1866,21,851,19],[1867,6,852,4,"borderWidth"],[1867,17,852,15],[1867,19,852,17],[1867,20,852,18],[1868,6,853,4,"borderColor"],[1868,17,853,15],[1868,19,853,17],[1869,4,854,2],[1869,5,854,3],[1870,4,855,2,"tokenItemName"],[1870,17,855,15],[1870,19,855,17],[1871,6,856,4,"fontSize"],[1871,14,856,12],[1871,16,856,14],[1871,18,856,16],[1872,6,857,4,"fontWeight"],[1872,16,857,14],[1872,18,857,16],[1872,23,857,21],[1873,6,858,4,"color"],[1873,11,858,9],[1873,13,858,11],[1874,4,859,2],[1874,5,859,3],[1875,4,860,2,"tokenItemNetwork"],[1875,20,860,18],[1875,22,860,20],[1876,6,861,4,"fontSize"],[1876,14,861,12],[1876,16,861,14],[1876,18,861,16],[1877,6,862,4,"color"],[1877,11,862,9],[1877,13,862,11],[1878,4,863,2],[1878,5,863,3],[1879,4,864,2,"tokenItemRight"],[1879,18,864,16],[1879,20,864,18],[1880,6,865,4,"alignItems"],[1880,16,865,14],[1880,18,865,16],[1881,4,866,2],[1881,5,866,3],[1882,4,867,2,"tokenItemBalance"],[1882,20,867,18],[1882,22,867,20],[1883,6,868,4,"fontSize"],[1883,14,868,12],[1883,16,868,14],[1883,18,868,16],[1884,6,869,4,"fontWeight"],[1884,16,869,14],[1884,18,869,16],[1884,23,869,21],[1885,6,870,4,"color"],[1885,11,870,9],[1885,13,870,11],[1886,4,871,2],[1886,5,871,3],[1887,4,872,2,"tokenItemUsd"],[1887,16,872,14],[1887,18,872,16],[1888,6,873,4,"fontSize"],[1888,14,873,12],[1888,16,873,14],[1888,18,873,16],[1889,6,874,4,"color"],[1889,11,874,9],[1889,13,874,11],[1890,4,875,2],[1891,2,876,0],[1891,3,876,1],[1891,4,876,2],[1892,2,876,3],[1892,6,876,3,"_c"],[1892,8,876,3],[1892,10,876,3,"_c2"],[1892,13,876,3],[1892,15,876,3,"_c3"],[1892,18,876,3],[1892,20,876,3,"_c4"],[1892,23,876,3],[1892,25,876,3,"_c5"],[1892,28,876,3],[1892,30,876,3,"_c6"],[1892,33,876,3],[1893,2,876,3,"$RefreshReg$"],[1893,14,876,3],[1893,15,876,3,"_c"],[1893,17,876,3],[1894,2,876,3,"$RefreshReg$"],[1894,14,876,3],[1894,15,876,3,"_c2"],[1894,18,876,3],[1895,2,876,3,"$RefreshReg$"],[1895,14,876,3],[1895,15,876,3,"_c3"],[1895,18,876,3],[1896,2,876,3,"$RefreshReg$"],[1896,14,876,3],[1896,15,876,3,"_c4"],[1896,18,876,3],[1897,2,876,3,"$RefreshReg$"],[1897,14,876,3],[1897,15,876,3,"_c5"],[1897,18,876,3],[1898,2,876,3,"$RefreshReg$"],[1898,14,876,3],[1898,15,876,3,"_c6"],[1898,18,876,3],[1899,0,876,3],[1899,3]],"functionMap":{"names":["","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;CJuO;AQE;CRM;ASE;CTM;AUE;CVM;eWI;sBCe;WDE;sBCQ;WDE;sBCQ;WDE;sBCQ;WDE;sBCQ;WDE;CXK"},"hasCjsExports":false},"type":"js/module"}]}
\ No newline at end of file
diff --git a/frontend/.metro-cache/cache/4b/a99109ad0c874cdcfc7e5ff4de05653deec01ecc1c11832cad0fb6a4de337354901e47 b/frontend/.metro-cache/cache/4b/a99109ad0c874cdcfc7e5ff4de05653deec01ecc1c11832cad0fb6a4de337354901e47
index 2e105e83..8887210e 100644
--- a/frontend/.metro-cache/cache/4b/a99109ad0c874cdcfc7e5ff4de05653deec01ecc1c11832cad0fb6a4de337354901e47
+++ b/frontend/.metro-cache/cache/4b/a99109ad0c874cdcfc7e5ff4de05653deec01ecc1c11832cad0fb6a4de337354901e47
@@ -1 +1 @@
-{"dependencies":[{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":51,"index":51}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/View","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"4kYBDC6LJJXoH7P9rWDi3vkLVB0=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Text","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"JKIzsQ5YQ0gDj0MIyY0Q7F1zJtU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/StyleSheet","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"MK7+k1V+KnvCVW7Kj2k/ydtjmVU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/TouchableOpacity","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PnQOoa8QGKpV5+issz6ikk463eg=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/ScrollView","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"7Gv1K9/TiQvbDXlMy9NOQIEBHDA=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Image","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"h9Yjx6LR7umCdPP226caWyLdUPo=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Dimensions","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"ySrYx/xxJL+A+Ie+sLy/r/EEnF8=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Alert","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PEUC6jrQVoAGZ2qYkvimljMOyJI=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":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 _react = require(_dependencyMap[0], \"react\");\n var _reactNativeWebDistExportsView = require(_dependencyMap[1], \"react-native-web/dist/exports/View\");\n var View = _interopDefault(_reactNativeWebDistExportsView);\n var _reactNativeWebDistExportsText = require(_dependencyMap[2], \"react-native-web/dist/exports/Text\");\n var Text = _interopDefault(_reactNativeWebDistExportsText);\n var _reactNativeWebDistExportsStyleSheet = require(_dependencyMap[3], \"react-native-web/dist/exports/StyleSheet\");\n var StyleSheet = _interopDefault(_reactNativeWebDistExportsStyleSheet);\n var _reactNativeWebDistExportsTouchableOpacity = require(_dependencyMap[4], \"react-native-web/dist/exports/TouchableOpacity\");\n var TouchableOpacity = _interopDefault(_reactNativeWebDistExportsTouchableOpacity);\n var _reactNativeWebDistExportsScrollView = require(_dependencyMap[5], \"react-native-web/dist/exports/ScrollView\");\n var ScrollView = _interopDefault(_reactNativeWebDistExportsScrollView);\n var _reactNativeWebDistExportsImage = require(_dependencyMap[6], \"react-native-web/dist/exports/Image\");\n var Image = _interopDefault(_reactNativeWebDistExportsImage);\n var _reactNativeWebDistExportsDimensions = require(_dependencyMap[7], \"react-native-web/dist/exports/Dimensions\");\n var Dimensions = _interopDefault(_reactNativeWebDistExportsDimensions);\n var _reactNativeWebDistExportsAlert = require(_dependencyMap[8], \"react-native-web/dist/exports/Alert\");\n var Alert = _interopDefault(_reactNativeWebDistExportsAlert);\n var _expoVectorIcons = require(_dependencyMap[9], \"@expo/vector-icons\");\n var _reactNavigationBottomTabs = require(_dependencyMap[10], \"@react-navigation/bottom-tabs\");\n var _expoImagePicker = require(_dependencyMap[11], \"expo-image-picker\");\n var ImagePicker = _interopNamespace(_expoImagePicker);\n var _contextsAuthContext = require(_dependencyMap[12], \"../contexts/AuthContext\");\n var _reactNativeSafeAreaContext = require(_dependencyMap[13], \"react-native-safe-area-context\");\n var _reactJsxDevRuntime = require(_dependencyMap[14], \"react/jsx-dev-runtime\");\n const {\n width\n } = Dimensions.default.get('window');\n function HomeTab() {\n _s();\n const {\n user\n } = (0, _contextsAuthContext.useAuth)();\n const insets = (0, _reactNativeSafeAreaContext.useSafeAreaInsets)();\n const [profileImage, setProfileImage] = (0, _react.useState)(null);\n const pickImage = async () => {\n const permissionResult = await ImagePicker.requestMediaLibraryPermissionsAsync();\n if (permissionResult.granted === false) {\n Alert.default.alert('Permission Required', 'Permission to access camera roll is required!');\n return;\n }\n const result = await 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 const base64Image = `data:image/jpeg;base64,${result.assets[0].base64}`;\n setProfileImage(base64Image);\n // TODO: Save to backend\n }\n };\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n showsVerticalScrollIndicator: false,\n contentContainerStyle: styles.scrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: [styles.header, {\n paddingTop: insets.top + 16\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.headerLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: styles.profileImage,\n onPress: pickImage,\n children: profileImage ? /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\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)(View.default, {\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)(Text.default, {\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)(View.default, {\n style: styles.headerRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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)(TouchableOpacity.default, {\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)(TouchableOpacity.default, {\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)(View.default, {\n style: styles.announcementWidget,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n horizontal: true,\n showsHorizontalScrollIndicator: false,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.announcement,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\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)(Text.default, {\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)(View.default, {\n style: styles.announcement,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\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)(Text.default, {\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)(View.default, {\n style: styles.quickActionsContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\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)(View.default, {\n style: styles.actionsGrid,\n children: QUICK_ACTIONS.map((action, index) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: [styles.actionCard, index % 4 === 0 && styles.actionCardFirst, index % 4 === 3 && styles.actionCardLast],\n activeOpacity: 0.7,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\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)(Text.default, {\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 const {\n user\n } = (0, _contextsAuthContext.useAuth)();\n const insets = (0, _reactNativeSafeAreaContext.useSafeAreaInsets)();\n const [hezBalance, setHezBalance] = (0, _react.useState)('Loading...');\n const [pezBalance, setPezBalance] = (0, _react.useState)('Loading...');\n const [loading, setLoading] = (0, _react.useState)(true);\n const TEST_WALLET = '5GgTgG9sRmPQAYU1RsTejZYnZRjwzKZKWD3awtuqjHioki45';\n (0, _react.useEffect)(() => {\n fetchBalance();\n }, []);\n const fetchBalance = async () => {\n try {\n const backendUrl = \"https://digital-kurdistan.preview.emergentagent.com\" || 'http://localhost:8001';\n const controller = new AbortController();\n const timeoutId = setTimeout(() => controller.abort(), 5000); // 5 sec timeout\n\n const response = await 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 const data = await 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 /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n contentContainerStyle: styles.walletScrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: [styles.walletHeader, {\n paddingTop: insets.top + 16\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\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)(TouchableOpacity.default, {\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)(View.default, {\n style: styles.balanceRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.balanceCardNew,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\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)(Text.default, {\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)(Text.default, {\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)(Text.default, {\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)(View.default, {\n style: styles.balanceCardNew,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\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)(Text.default, {\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)(Text.default, {\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)(Text.default, {\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)(View.default, {\n style: styles.actionsContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.actionsRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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)(Text.default, {\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)(TouchableOpacity.default, {\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)(Text.default, {\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)(TouchableOpacity.default, {\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)(Text.default, {\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)(TouchableOpacity.default, {\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)(Text.default, {\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)(View.default, {\n style: styles.actionsRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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)(Text.default, {\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)(TouchableOpacity.default, {\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)(Text.default, {\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)(TouchableOpacity.default, {\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)(Text.default, {\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)(TouchableOpacity.default, {\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)(Text.default, {\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)(View.default, {\n style: styles.tokensContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokensHeader,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokensTitle,\n children: \"Tokens\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 247,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokensHeaderActions,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: styles.tokenHeaderButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"search\",\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 250,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 249,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: styles.tokenHeaderButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"add-circle\",\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 253,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 252,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: styles.tokenHeaderButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"settings\",\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 256,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 255,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 248,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 246,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenIconContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\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: 265,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\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: 269,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 264,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemName,\n children: \"USDT\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 275,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemNetwork,\n children: \"PEZ Network\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 276,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 274,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 263,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemBalance,\n children: \"0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 280,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 281,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 279,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 262,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\n source: {\n uri: 'https://cryptologos.cc/logos/polkadot-new-dot-logo.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 288,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemName,\n children: \"DOT\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 293,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemNetwork,\n children: \"Polkadot\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 294,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 292,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 287,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemBalance,\n children: \"0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 298,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 299,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 297,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 286,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\n source: {\n uri: 'https://cryptologos.cc/logos/bitcoin-btc-logo.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 306,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemName,\n children: \"BTC\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 311,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemNetwork,\n children: \"Bitcoin\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 312,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 310,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 305,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemBalance,\n children: \"0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 316,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 317,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 315,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 304,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\n source: {\n uri: 'https://cryptologos.cc/logos/ethereum-eth-logo.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 324,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemName,\n children: \"ETH\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 329,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemNetwork,\n children: \"Ethereum\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 330,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 328,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 323,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemBalance,\n children: \"0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 334,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 335,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 333,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 322,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\n source: {\n uri: 'https://cryptologos.cc/logos/bnb-bnb-logo.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 342,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemName,\n children: \"BNB\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 347,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemNetwork,\n children: \"Binance Smart Chain\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 348,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 346,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 341,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemBalance,\n children: \"0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 352,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 353,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 351,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 340,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\n source: {\n uri: 'https://cryptologos.cc/logos/cardano-ada-logo.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 360,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemName,\n children: \"ADA\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 365,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemNetwork,\n children: \"Cardano\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 366,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 364,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 359,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemBalance,\n children: \"0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 370,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 371,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 369,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 358,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\n source: {\n uri: 'https://cryptologos.cc/logos/solana-sol-logo.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 378,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemName,\n children: \"SOL\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 383,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemNetwork,\n children: \"Solana\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 384,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 382,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 377,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemBalance,\n children: \"0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 388,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 389,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 387,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 376,\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)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.placeholderText,\n children: \"Citizens Screen\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 401,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 400,\n columnNumber: 5\n }, this);\n }\n _c3 = CitizensTab;\n function ReferralTab() {\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.placeholderText,\n children: \"Referral Screen\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 409,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 408,\n columnNumber: 5\n }, this);\n }\n _c4 = ReferralTab;\n function ProfileTab() {\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.placeholderText,\n children: \"Profile Screen\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 417,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 416,\n columnNumber: 5\n }, this);\n }\n _c5 = ProfileTab;\n const 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: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"home\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 440,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 434,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Wallet\",\n component: WalletTab,\n options: {\n tabBarLabel: 'Wallet',\n tabBarIcon: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"wallet\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 450,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 444,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Citizens\",\n component: CitizensTab,\n options: {\n tabBarLabel: 'Citizens',\n tabBarIcon: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"people\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 460,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 454,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Referral\",\n component: ReferralTab,\n options: {\n tabBarLabel: 'Referral',\n tabBarIcon: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"gift\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 470,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 464,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Profile\",\n component: ProfileTab,\n options: {\n tabBarLabel: 'Profile',\n tabBarIcon: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"person\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 480,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 474,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 426,\n columnNumber: 5\n }, this);\n }\n _c6 = HomeScreen;\n const 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 const styles = StyleSheet.default.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 - 32,\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 tokensHeader: {\n flexDirection: 'row',\n justifyContent: 'space-between',\n alignItems: 'center',\n marginBottom: 12,\n paddingHorizontal: 4\n },\n tokensTitle: {\n fontSize: 18,\n fontWeight: '700',\n color: '#1F2937'\n },\n tokensHeaderActions: {\n flexDirection: 'row',\n gap: 12\n },\n tokenHeaderButton: {\n width: 32,\n height: 32,\n borderRadius: 8,\n backgroundColor: '#F3F4F6',\n alignItems: 'center',\n justifyContent: 'center'\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":1899,"map":[[30,2,424,15,"Object"],[30,8,424,15],[30,9,424,15,"defineProperty"],[30,23,424,15],[30,24,424,15,"exports"],[30,31,424,15],[31,4,424,15,"enumerable"],[31,14,424,15],[32,4,424,15,"get"],[32,7,424,15],[32,18,424,15,"get"],[32,19,424,15],[33,6,424,15],[33,13,424,15,"HomeScreen"],[33,23,424,15],[34,4,424,15],[35,2,424,15],[36,2,1,0],[36,6,1,0,"_react"],[36,12,1,0],[36,15,1,0,"require"],[36,22,1,0],[36,23,1,0,"_dependencyMap"],[36,37,1,0],[37,2,1,51],[37,6,1,51,"_reactNativeWebDistExportsView"],[37,36,1,51],[37,39,1,51,"require"],[37,46,1,51],[37,47,1,51,"_dependencyMap"],[37,61,1,51],[38,2,1,51],[38,6,1,51,"View"],[38,10,1,51],[38,13,1,51,"_interopDefault"],[38,28,1,51],[38,29,1,51,"_reactNativeWebDistExportsView"],[38,59,1,51],[39,2,1,51],[39,6,1,51,"_reactNativeWebDistExportsText"],[39,36,1,51],[39,39,1,51,"require"],[39,46,1,51],[39,47,1,51,"_dependencyMap"],[39,61,1,51],[40,2,1,51],[40,6,1,51,"Text"],[40,10,1,51],[40,13,1,51,"_interopDefault"],[40,28,1,51],[40,29,1,51,"_reactNativeWebDistExportsText"],[40,59,1,51],[41,2,1,51],[41,6,1,51,"_reactNativeWebDistExportsStyleSheet"],[41,42,1,51],[41,45,1,51,"require"],[41,52,1,51],[41,53,1,51,"_dependencyMap"],[41,67,1,51],[42,2,1,51],[42,6,1,51,"StyleSheet"],[42,16,1,51],[42,19,1,51,"_interopDefault"],[42,34,1,51],[42,35,1,51,"_reactNativeWebDistExportsStyleSheet"],[42,71,1,51],[43,2,1,51],[43,6,1,51,"_reactNativeWebDistExportsTouchableOpacity"],[43,48,1,51],[43,51,1,51,"require"],[43,58,1,51],[43,59,1,51,"_dependencyMap"],[43,73,1,51],[44,2,1,51],[44,6,1,51,"TouchableOpacity"],[44,22,1,51],[44,25,1,51,"_interopDefault"],[44,40,1,51],[44,41,1,51,"_reactNativeWebDistExportsTouchableOpacity"],[44,83,1,51],[45,2,1,51],[45,6,1,51,"_reactNativeWebDistExportsScrollView"],[45,42,1,51],[45,45,1,51,"require"],[45,52,1,51],[45,53,1,51,"_dependencyMap"],[45,67,1,51],[46,2,1,51],[46,6,1,51,"ScrollView"],[46,16,1,51],[46,19,1,51,"_interopDefault"],[46,34,1,51],[46,35,1,51,"_reactNativeWebDistExportsScrollView"],[46,71,1,51],[47,2,1,51],[47,6,1,51,"_reactNativeWebDistExportsImage"],[47,37,1,51],[47,40,1,51,"require"],[47,47,1,51],[47,48,1,51,"_dependencyMap"],[47,62,1,51],[48,2,1,51],[48,6,1,51,"Image"],[48,11,1,51],[48,14,1,51,"_interopDefault"],[48,29,1,51],[48,30,1,51,"_reactNativeWebDistExportsImage"],[48,61,1,51],[49,2,1,51],[49,6,1,51,"_reactNativeWebDistExportsDimensions"],[49,42,1,51],[49,45,1,51,"require"],[49,52,1,51],[49,53,1,51,"_dependencyMap"],[49,67,1,51],[50,2,1,51],[50,6,1,51,"Dimensions"],[50,16,1,51],[50,19,1,51,"_interopDefault"],[50,34,1,51],[50,35,1,51,"_reactNativeWebDistExportsDimensions"],[50,71,1,51],[51,2,1,51],[51,6,1,51,"_reactNativeWebDistExportsAlert"],[51,37,1,51],[51,40,1,51,"require"],[51,47,1,51],[51,48,1,51,"_dependencyMap"],[51,62,1,51],[52,2,1,51],[52,6,1,51,"Alert"],[52,11,1,51],[52,14,1,51,"_interopDefault"],[52,29,1,51],[52,30,1,51,"_reactNativeWebDistExportsAlert"],[52,61,1,51],[53,2,12,0],[53,6,12,0,"_expoVectorIcons"],[53,22,12,0],[53,25,12,0,"require"],[53,32,12,0],[53,33,12,0,"_dependencyMap"],[53,47,12,0],[54,2,13,0],[54,6,13,0,"_reactNavigationBottomTabs"],[54,32,13,0],[54,35,13,0,"require"],[54,42,13,0],[54,43,13,0,"_dependencyMap"],[54,57,13,0],[55,2,14,0],[55,6,14,0,"_expoImagePicker"],[55,22,14,0],[55,25,14,0,"require"],[55,32,14,0],[55,33,14,0,"_dependencyMap"],[55,47,14,0],[56,2,14,0],[56,6,14,0,"ImagePicker"],[56,17,14,0],[56,20,14,0,"_interopNamespace"],[56,37,14,0],[56,38,14,0,"_expoImagePicker"],[56,54,14,0],[57,2,15,0],[57,6,15,0,"_contextsAuthContext"],[57,26,15,0],[57,29,15,0,"require"],[57,36,15,0],[57,37,15,0,"_dependencyMap"],[57,51,15,0],[58,2,16,0],[58,6,16,0,"_reactNativeSafeAreaContext"],[58,33,16,0],[58,36,16,0,"require"],[58,43,16,0],[58,44,16,0,"_dependencyMap"],[58,58,16,0],[59,2,16,67],[59,6,16,67,"_reactJsxDevRuntime"],[59,25,16,67],[59,28,16,67,"require"],[59,35,16,67],[59,36,16,67,"_dependencyMap"],[59,50,16,67],[60,2,18,0],[60,8,18,6],[61,4,18,8,"width"],[62,2,18,14],[62,3,18,15],[62,6,18,18,"Dimensions"],[62,16,18,28],[62,17,18,28,"default"],[62,24,18,28],[62,25,18,29,"get"],[62,28,18,32],[62,29,18,33],[62,37,18,41],[62,38,18,42],[63,2,20,0],[63,11,20,9,"HomeTab"],[63,18,20,16,"HomeTab"],[63,19,20,16],[63,21,20,19],[64,4,20,19,"_s"],[64,6,20,19],[65,4,21,2],[65,10,21,8],[66,6,21,10,"user"],[67,4,21,15],[67,5,21,16],[67,8,21,19],[67,12,21,19,"useAuth"],[67,32,21,26],[67,33,21,26,"useAuth"],[67,40,21,26],[67,42,21,27],[67,43,21,28],[68,4,22,2],[68,10,22,8,"insets"],[68,16,22,14],[68,19,22,17],[68,23,22,17,"useSafeAreaInsets"],[68,50,22,34],[68,51,22,34,"useSafeAreaInsets"],[68,68,22,34],[68,70,22,35],[68,71,22,36],[69,4,23,2],[69,10,23,8],[69,11,23,9,"profileImage"],[69,23,23,21],[69,25,23,23,"setProfileImage"],[69,40,23,38],[69,41,23,39],[69,44,23,42],[69,48,23,42,"useState"],[69,54,23,50],[69,55,23,50,"useState"],[69,63,23,50],[69,65,23,66],[69,69,23,70],[69,70,23,71],[70,4,25,2],[70,10,25,8,"pickImage"],[70,19,25,17],[70,22,25,20],[70,28,25,20,"pickImage"],[70,29,25,20],[70,34,25,32],[71,6,26,4],[71,12,26,10,"permissionResult"],[71,28,26,26],[71,31,26,29],[71,37,26,35,"ImagePicker"],[71,48,26,46],[71,49,26,47,"requestMediaLibraryPermissionsAsync"],[71,84,26,82],[71,85,26,83],[71,86,26,84],[72,6,28,4],[72,10,28,8,"permissionResult"],[72,26,28,24],[72,27,28,25,"granted"],[72,34,28,32],[72,39,28,37],[72,44,28,42],[72,46,28,44],[73,8,29,6,"Alert"],[73,13,29,11],[73,14,29,11,"default"],[73,21,29,11],[73,22,29,12,"alert"],[73,27,29,17],[73,28,29,18],[73,49,29,39],[73,51,29,41],[73,98,29,88],[73,99,29,89],[74,8,30,6],[75,6,31,4],[76,6,33,4],[76,12,33,10,"result"],[76,18,33,16],[76,21,33,19],[76,27,33,25,"ImagePicker"],[76,38,33,36],[76,39,33,37,"launchImageLibraryAsync"],[76,62,33,60],[76,63,33,61],[77,8,34,6,"mediaTypes"],[77,18,34,16],[77,20,34,18,"ImagePicker"],[77,31,34,29],[77,32,34,30,"MediaTypeOptions"],[77,48,34,46],[77,49,34,47,"Images"],[77,55,34,53],[78,8,35,6,"allowsEditing"],[78,21,35,19],[78,23,35,21],[78,27,35,25],[79,8,36,6,"aspect"],[79,14,36,12],[79,16,36,14],[79,17,36,15],[79,18,36,16],[79,20,36,18],[79,21,36,19],[79,22,36,20],[80,8,37,6,"quality"],[80,15,37,13],[80,17,37,15],[80,20,37,18],[81,8,38,6,"base64"],[81,14,38,12],[81,16,38,14],[82,6,39,4],[82,7,39,5],[82,8,39,6],[83,6,41,4],[83,10,41,8],[83,11,41,9,"result"],[83,17,41,15],[83,18,41,16,"canceled"],[83,26,41,24],[83,30,41,28,"result"],[83,36,41,34],[83,37,41,35,"assets"],[83,43,41,41],[83,44,41,42],[83,45,41,43],[83,46,41,44],[83,47,41,45,"base64"],[83,53,41,51],[83,55,41,53],[84,8,42,6],[84,14,42,12,"base64Image"],[84,25,42,23],[84,28,42,26],[84,54,42,52,"result"],[84,60,42,58],[84,61,42,59,"assets"],[84,67,42,65],[84,68,42,66],[84,69,42,67],[84,70,42,68],[84,71,42,69,"base64"],[84,77,42,75],[84,79,42,77],[85,8,43,6,"setProfileImage"],[85,23,43,21],[85,24,43,22,"base64Image"],[85,35,43,33],[85,36,43,34],[86,8,44,6],[87,6,45,4],[88,4,46,2],[88,5,46,3],[89,4,47,2],[89,24,48,4],[89,28,48,4,"_reactJsxDevRuntime"],[89,47,48,4],[89,48,48,4,"jsxDEV"],[89,54,48,4],[89,56,48,5,"View"],[89,60,48,9],[89,61,48,9,"default"],[89,68,48,9],[90,6,48,10,"style"],[90,11,48,15],[90,13,48,17,"styles"],[90,19,48,23],[90,20,48,24,"container"],[90,29,48,34],[91,6,48,34,"children"],[91,14,48,34],[91,29,49,6],[91,33,49,6,"_reactJsxDevRuntime"],[91,52,49,6],[91,53,49,6,"jsxDEV"],[91,59,49,6],[91,61,49,7,"ScrollView"],[91,71,49,17],[91,72,49,17,"default"],[91,79,49,17],[92,8,49,18,"showsVerticalScrollIndicator"],[92,36,49,46],[92,38,49,48],[92,43,49,54],[93,8,49,55,"contentContainerStyle"],[93,29,49,76],[93,31,49,78,"styles"],[93,37,49,84],[93,38,49,85,"scrollContent"],[93,51,49,99],[94,8,49,99,"children"],[94,16,49,99],[94,32,51,8],[94,36,51,8,"_reactJsxDevRuntime"],[94,55,51,8],[94,56,51,8,"jsxDEV"],[94,62,51,8],[94,64,51,9,"View"],[94,68,51,13],[94,69,51,13,"default"],[94,76,51,13],[95,10,51,14,"style"],[95,15,51,19],[95,17,51,21],[95,18,51,22,"styles"],[95,24,51,28],[95,25,51,29,"header"],[95,31,51,35],[95,33,51,37],[96,12,51,39,"paddingTop"],[96,22,51,49],[96,24,51,51,"insets"],[96,30,51,57],[96,31,51,58,"top"],[96,34,51,61],[96,37,51,64],[97,10,51,67],[97,11,51,68],[97,12,51,70],[98,10,51,70,"children"],[98,18,51,70],[98,34,52,10],[98,38,52,10,"_reactJsxDevRuntime"],[98,57,52,10],[98,58,52,10,"jsxDEV"],[98,64,52,10],[98,66,52,11,"View"],[98,70,52,15],[98,71,52,15,"default"],[98,78,52,15],[99,12,52,16,"style"],[99,17,52,21],[99,19,52,23,"styles"],[99,25,52,29],[99,26,52,30,"headerLeft"],[99,36,52,41],[100,12,52,41,"children"],[100,20,52,41],[100,36,53,12],[100,40,53,12,"_reactJsxDevRuntime"],[100,59,53,12],[100,60,53,12,"jsxDEV"],[100,66,53,12],[100,68,53,13,"TouchableOpacity"],[100,84,53,29],[100,85,53,29,"default"],[100,92,53,29],[101,14,53,30,"style"],[101,19,53,35],[101,21,53,37,"styles"],[101,27,53,43],[101,28,53,44,"profileImage"],[101,40,53,57],[102,14,53,58,"onPress"],[102,21,53,65],[102,23,53,67,"pickImage"],[102,32,53,77],[103,14,53,77,"children"],[103,22,53,77],[103,24,54,15,"profileImage"],[103,36,54,27],[103,52,55,16],[103,56,55,16,"_reactJsxDevRuntime"],[103,75,55,16],[103,76,55,16,"jsxDEV"],[103,82,55,16],[103,84,55,17,"Image"],[103,89,55,22],[103,90,55,22,"default"],[103,97,55,22],[104,16,55,23,"source"],[104,22,55,29],[104,24,55,31],[105,18,55,33,"uri"],[105,21,55,36],[105,23,55,38,"profileImage"],[106,16,55,51],[106,17,55,53],[107,16,55,54,"style"],[107,21,55,59],[107,23,55,61,"styles"],[107,29,55,67],[107,30,55,68,"profileImageSrc"],[108,14,55,84],[109,16,55,84,"fileName"],[109,24,55,84],[109,26,55,84,"_jsxFileName"],[109,38,55,84],[110,16,55,84,"lineNumber"],[110,26,55,84],[111,16,55,84,"columnNumber"],[111,28,55,84],[112,14,55,84],[112,21,55,86],[112,22,55,87],[112,38,57,16],[112,42,57,16,"_reactJsxDevRuntime"],[112,61,57,16],[112,62,57,16,"jsxDEV"],[112,68,57,16],[112,70,57,17,"_expoVectorIcons"],[112,86,57,25],[112,87,57,25,"Ionicons"],[112,95,57,25],[113,16,57,26,"name"],[113,20,57,30],[113,22,57,31],[113,30,57,39],[114,16,57,40,"size"],[114,20,57,44],[114,22,57,46],[114,24,57,49],[115,16,57,50,"color"],[115,21,57,55],[115,23,57,56],[116,14,57,65],[117,16,57,65,"fileName"],[117,24,57,65],[117,26,57,65,"_jsxFileName"],[117,38,57,65],[118,16,57,65,"lineNumber"],[118,26,57,65],[119,16,57,65,"columnNumber"],[119,28,57,65],[120,14,57,65],[120,21,57,67],[121,12,58,15],[122,14,58,15,"fileName"],[122,22,58,15],[122,24,58,15,"_jsxFileName"],[122,36,58,15],[123,14,58,15,"lineNumber"],[123,24,58,15],[124,14,58,15,"columnNumber"],[124,26,58,15],[125,12,58,15],[125,19,59,30],[125,20,59,31],[125,35,60,12],[125,39,60,12,"_reactJsxDevRuntime"],[125,58,60,12],[125,59,60,12,"jsxDEV"],[125,65,60,12],[125,67,60,13,"View"],[125,71,60,17],[125,72,60,17,"default"],[125,79,60,17],[126,14,60,18,"style"],[126,19,60,23],[126,21,60,25,"styles"],[126,27,60,31],[126,28,60,32,"profileBadge"],[126,40,60,45],[127,14,60,45,"children"],[127,22,60,45],[127,38,61,14],[127,42,61,14,"_reactJsxDevRuntime"],[127,61,61,14],[127,62,61,14,"jsxDEV"],[127,68,61,14],[127,70,61,15,"_expoVectorIcons"],[127,86,61,23],[127,87,61,23,"Ionicons"],[127,95,61,23],[128,16,61,24,"name"],[128,20,61,28],[128,22,61,29],[128,28,61,35],[129,16,61,36,"size"],[129,20,61,40],[129,22,61,42],[129,24,61,45],[130,16,61,46,"color"],[130,21,61,51],[130,23,61,52],[131,14,61,61],[132,16,61,61,"fileName"],[132,24,61,61],[132,26,61,61,"_jsxFileName"],[132,38,61,61],[133,16,61,61,"lineNumber"],[133,26,61,61],[134,16,61,61,"columnNumber"],[134,28,61,61],[135,14,61,61],[135,21,61,63],[135,22,61,64],[135,37,62,14],[135,41,62,14,"_reactJsxDevRuntime"],[135,60,62,14],[135,61,62,14,"jsxDEV"],[135,67,62,14],[135,69,62,15,"Text"],[135,73,62,19],[135,74,62,19,"default"],[135,81,62,19],[136,16,62,20,"style"],[136,21,62,25],[136,23,62,27,"styles"],[136,29,62,33],[136,30,62,34,"trustScore"],[136,40,62,45],[137,16,62,45,"children"],[137,24,62,45],[137,26,62,46],[138,14,62,49],[139,16,62,49,"fileName"],[139,24,62,49],[139,26,62,49,"_jsxFileName"],[139,38,62,49],[140,16,62,49,"lineNumber"],[140,26,62,49],[141,16,62,49,"columnNumber"],[141,28,62,49],[142,14,62,49],[142,21,62,55],[142,22,62,56],[143,12,62,56],[144,14,62,56,"fileName"],[144,22,62,56],[144,24,62,56,"_jsxFileName"],[144,36,62,56],[145,14,62,56,"lineNumber"],[145,24,62,56],[146,14,62,56,"columnNumber"],[146,26,62,56],[147,12,62,56],[147,19,63,18],[147,20,63,19],[148,10,63,19],[149,12,63,19,"fileName"],[149,20,63,19],[149,22,63,19,"_jsxFileName"],[149,34,63,19],[150,12,63,19,"lineNumber"],[150,22,63,19],[151,12,63,19,"columnNumber"],[151,24,63,19],[152,10,63,19],[152,17,64,16],[152,18,64,17],[152,33,65,10],[152,37,65,10,"_reactJsxDevRuntime"],[152,56,65,10],[152,57,65,10,"jsxDEV"],[152,63,65,10],[152,65,65,11,"View"],[152,69,65,15],[152,70,65,15,"default"],[152,77,65,15],[153,12,65,16,"style"],[153,17,65,21],[153,19,65,23,"styles"],[153,25,65,29],[153,26,65,30,"headerRight"],[153,37,65,42],[154,12,65,42,"children"],[154,20,65,42],[154,36,66,12],[154,40,66,12,"_reactJsxDevRuntime"],[154,59,66,12],[154,60,66,12,"jsxDEV"],[154,66,66,12],[154,68,66,13,"TouchableOpacity"],[154,84,66,29],[154,85,66,29,"default"],[154,92,66,29],[155,14,66,30,"style"],[155,19,66,35],[155,21,66,37,"styles"],[155,27,66,43],[155,28,66,44,"iconButton"],[155,38,66,55],[156,14,66,55,"children"],[156,22,66,55],[156,37,67,14],[156,41,67,14,"_reactJsxDevRuntime"],[156,60,67,14],[156,61,67,14,"jsxDEV"],[156,67,67,14],[156,69,67,15,"_expoVectorIcons"],[156,85,67,23],[156,86,67,23,"Ionicons"],[156,94,67,23],[157,16,67,24,"name"],[157,20,67,28],[157,22,67,29],[157,39,67,46],[158,16,67,47,"size"],[158,20,67,51],[158,22,67,53],[158,24,67,56],[159,16,67,57,"color"],[159,21,67,62],[159,23,67,63],[160,14,67,72],[161,16,67,72,"fileName"],[161,24,67,72],[161,26,67,72,"_jsxFileName"],[161,38,67,72],[162,16,67,72,"lineNumber"],[162,26,67,72],[163,16,67,72,"columnNumber"],[163,28,67,72],[164,14,67,72],[164,21,67,74],[165,12,67,75],[166,14,67,75,"fileName"],[166,22,67,75],[166,24,67,75,"_jsxFileName"],[166,36,67,75],[167,14,67,75,"lineNumber"],[167,24,67,75],[168,14,67,75,"columnNumber"],[168,26,67,75],[169,12,67,75],[169,19,68,30],[169,20,68,31],[169,35,69,12],[169,39,69,12,"_reactJsxDevRuntime"],[169,58,69,12],[169,59,69,12,"jsxDEV"],[169,65,69,12],[169,67,69,13,"TouchableOpacity"],[169,83,69,29],[169,84,69,29,"default"],[169,91,69,29],[170,14,69,30,"style"],[170,19,69,35],[170,21,69,37,"styles"],[170,27,69,43],[170,28,69,44,"iconButton"],[170,38,69,55],[171,14,69,55,"children"],[171,22,69,55],[171,37,70,14],[171,41,70,14,"_reactJsxDevRuntime"],[171,60,70,14],[171,61,70,14,"jsxDEV"],[171,67,70,14],[171,69,70,15,"_expoVectorIcons"],[171,85,70,23],[171,86,70,23,"Ionicons"],[171,94,70,23],[172,16,70,24,"name"],[172,20,70,28],[172,22,70,29],[172,45,70,52],[173,16,70,53,"size"],[173,20,70,57],[173,22,70,59],[173,24,70,62],[174,16,70,63,"color"],[174,21,70,68],[174,23,70,69],[175,14,70,78],[176,16,70,78,"fileName"],[176,24,70,78],[176,26,70,78,"_jsxFileName"],[176,38,70,78],[177,16,70,78,"lineNumber"],[177,26,70,78],[178,16,70,78,"columnNumber"],[178,28,70,78],[179,14,70,78],[179,21,70,80],[180,12,70,81],[181,14,70,81,"fileName"],[181,22,70,81],[181,24,70,81,"_jsxFileName"],[181,36,70,81],[182,14,70,81,"lineNumber"],[182,24,70,81],[183,14,70,81,"columnNumber"],[183,26,70,81],[184,12,70,81],[184,19,71,30],[184,20,71,31],[184,35,72,12],[184,39,72,12,"_reactJsxDevRuntime"],[184,58,72,12],[184,59,72,12,"jsxDEV"],[184,65,72,12],[184,67,72,13,"TouchableOpacity"],[184,83,72,29],[184,84,72,29,"default"],[184,91,72,29],[185,14,72,30,"style"],[185,19,72,35],[185,21,72,37,"styles"],[185,27,72,43],[185,28,72,44,"iconButton"],[185,38,72,55],[186,14,72,55,"children"],[186,22,72,55],[186,37,73,14],[186,41,73,14,"_reactJsxDevRuntime"],[186,60,73,14],[186,61,73,14,"jsxDEV"],[186,67,73,14],[186,69,73,15,"_expoVectorIcons"],[186,85,73,23],[186,86,73,23,"Ionicons"],[186,94,73,23],[187,16,73,24,"name"],[187,20,73,28],[187,22,73,29],[187,40,73,47],[188,16,73,48,"size"],[188,20,73,52],[188,22,73,54],[188,24,73,57],[189,16,73,58,"color"],[189,21,73,63],[189,23,73,64],[190,14,73,73],[191,16,73,73,"fileName"],[191,24,73,73],[191,26,73,73,"_jsxFileName"],[191,38,73,73],[192,16,73,73,"lineNumber"],[192,26,73,73],[193,16,73,73,"columnNumber"],[193,28,73,73],[194,14,73,73],[194,21,73,75],[195,12,73,76],[196,14,73,76,"fileName"],[196,22,73,76],[196,24,73,76,"_jsxFileName"],[196,36,73,76],[197,14,73,76,"lineNumber"],[197,24,73,76],[198,14,73,76,"columnNumber"],[198,26,73,76],[199,12,73,76],[199,19,74,30],[199,20,74,31],[200,10,74,31],[201,12,74,31,"fileName"],[201,20,74,31],[201,22,74,31,"_jsxFileName"],[201,34,74,31],[202,12,74,31,"lineNumber"],[202,22,74,31],[203,12,74,31,"columnNumber"],[203,24,74,31],[204,10,74,31],[204,17,75,16],[204,18,75,17],[205,8,75,17],[206,10,75,17,"fileName"],[206,18,75,17],[206,20,75,17,"_jsxFileName"],[206,32,75,17],[207,10,75,17,"lineNumber"],[207,20,75,17],[208,10,75,17,"columnNumber"],[208,22,75,17],[209,8,75,17],[209,15,76,14],[209,16,76,15],[209,31,79,8],[209,35,79,8,"_reactJsxDevRuntime"],[209,54,79,8],[209,55,79,8,"jsxDEV"],[209,61,79,8],[209,63,79,9,"View"],[209,67,79,13],[209,68,79,13,"default"],[209,75,79,13],[210,10,79,14,"style"],[210,15,79,19],[210,17,79,21,"styles"],[210,23,79,27],[210,24,79,28,"announcementWidget"],[210,42,79,47],[211,10,79,47,"children"],[211,18,79,47],[211,33,80,10],[211,37,80,10,"_reactJsxDevRuntime"],[211,56,80,10],[211,57,80,10,"jsxDEV"],[211,63,80,10],[211,65,80,11,"ScrollView"],[211,75,80,21],[211,76,80,21,"default"],[211,83,80,21],[212,12,80,22,"horizontal"],[212,22,80,32],[213,12,80,33,"showsHorizontalScrollIndicator"],[213,42,80,63],[213,44,80,65],[213,49,80,71],[214,12,80,71,"children"],[214,20,80,71],[214,36,81,12],[214,40,81,12,"_reactJsxDevRuntime"],[214,59,81,12],[214,60,81,12,"jsxDEV"],[214,66,81,12],[214,68,81,13,"View"],[214,72,81,17],[214,73,81,17,"default"],[214,80,81,17],[215,14,81,18,"style"],[215,19,81,23],[215,21,81,25,"styles"],[215,27,81,31],[215,28,81,32,"announcement"],[215,40,81,45],[216,14,81,45,"children"],[216,22,81,45],[216,38,82,14],[216,42,82,14,"_reactJsxDevRuntime"],[216,61,82,14],[216,62,82,14,"jsxDEV"],[216,68,82,14],[216,70,82,15,"Text"],[216,74,82,19],[216,75,82,19,"default"],[216,82,82,19],[217,16,82,20,"style"],[217,21,82,25],[217,23,82,27,"styles"],[217,29,82,33],[217,30,82,34,"announcementTitle"],[217,47,82,52],[218,16,82,52,"children"],[218,24,82,52],[218,26,82,53],[219,14,82,80],[220,16,82,80,"fileName"],[220,24,82,80],[220,26,82,80,"_jsxFileName"],[220,38,82,80],[221,16,82,80,"lineNumber"],[221,26,82,80],[222,16,82,80,"columnNumber"],[222,28,82,80],[223,14,82,80],[223,21,82,86],[223,22,82,87],[223,37,83,14],[223,41,83,14,"_reactJsxDevRuntime"],[223,60,83,14],[223,61,83,14,"jsxDEV"],[223,67,83,14],[223,69,83,15,"Text"],[223,73,83,19],[223,74,83,19,"default"],[223,81,83,19],[224,16,83,20,"style"],[224,21,83,25],[224,23,83,27,"styles"],[224,29,83,33],[224,30,83,34,"announcementText"],[224,46,83,51],[225,16,83,51,"children"],[225,24,83,51],[225,26,83,52],[226,14,83,88],[227,16,83,88,"fileName"],[227,24,83,88],[227,26,83,88,"_jsxFileName"],[227,38,83,88],[228,16,83,88,"lineNumber"],[228,26,83,88],[229,16,83,88,"columnNumber"],[229,28,83,88],[230,14,83,88],[230,21,83,94],[230,22,83,95],[231,12,83,95],[232,14,83,95,"fileName"],[232,22,83,95],[232,24,83,95,"_jsxFileName"],[232,36,83,95],[233,14,83,95,"lineNumber"],[233,24,83,95],[234,14,83,95,"columnNumber"],[234,26,83,95],[235,12,83,95],[235,19,84,18],[235,20,84,19],[235,35,85,12],[235,39,85,12,"_reactJsxDevRuntime"],[235,58,85,12],[235,59,85,12,"jsxDEV"],[235,65,85,12],[235,67,85,13,"View"],[235,71,85,17],[235,72,85,17,"default"],[235,79,85,17],[236,14,85,18,"style"],[236,19,85,23],[236,21,85,25,"styles"],[236,27,85,31],[236,28,85,32,"announcement"],[236,40,85,45],[237,14,85,45,"children"],[237,22,85,45],[237,38,86,14],[237,42,86,14,"_reactJsxDevRuntime"],[237,61,86,14],[237,62,86,14,"jsxDEV"],[237,68,86,14],[237,70,86,15,"Text"],[237,74,86,19],[237,75,86,19,"default"],[237,82,86,19],[238,16,86,20,"style"],[238,21,86,25],[238,23,86,27,"styles"],[238,29,86,33],[238,30,86,34,"announcementTitle"],[238,47,86,52],[239,16,86,52,"children"],[239,24,86,52],[239,26,86,53],[240,14,86,67],[241,16,86,67,"fileName"],[241,24,86,67],[241,26,86,67,"_jsxFileName"],[241,38,86,67],[242,16,86,67,"lineNumber"],[242,26,86,67],[243,16,86,67,"columnNumber"],[243,28,86,67],[244,14,86,67],[244,21,86,73],[244,22,86,74],[244,37,87,14],[244,41,87,14,"_reactJsxDevRuntime"],[244,60,87,14],[244,61,87,14,"jsxDEV"],[244,67,87,14],[244,69,87,15,"Text"],[244,73,87,19],[244,74,87,19,"default"],[244,81,87,19],[245,16,87,20,"style"],[245,21,87,25],[245,23,87,27,"styles"],[245,29,87,33],[245,30,87,34,"announcementText"],[245,46,87,51],[246,16,87,51,"children"],[246,24,87,51],[246,26,87,52],[247,14,87,80],[248,16,87,80,"fileName"],[248,24,87,80],[248,26,87,80,"_jsxFileName"],[248,38,87,80],[249,16,87,80,"lineNumber"],[249,26,87,80],[250,16,87,80,"columnNumber"],[250,28,87,80],[251,14,87,80],[251,21,87,86],[251,22,87,87],[252,12,87,87],[253,14,87,87,"fileName"],[253,22,87,87],[253,24,87,87,"_jsxFileName"],[253,36,87,87],[254,14,87,87,"lineNumber"],[254,24,87,87],[255,14,87,87,"columnNumber"],[255,26,87,87],[256,12,87,87],[256,19,88,18],[256,20,88,19],[257,10,88,19],[258,12,88,19,"fileName"],[258,20,88,19],[258,22,88,19,"_jsxFileName"],[258,34,88,19],[259,12,88,19,"lineNumber"],[259,22,88,19],[260,12,88,19,"columnNumber"],[260,24,88,19],[261,10,88,19],[261,17,89,22],[262,8,89,23],[263,10,89,23,"fileName"],[263,18,89,23],[263,20,89,23,"_jsxFileName"],[263,32,89,23],[264,10,89,23,"lineNumber"],[264,20,89,23],[265,10,89,23,"columnNumber"],[265,22,89,23],[266,8,89,23],[266,15,90,14],[266,16,90,15],[266,31,93,8],[266,35,93,8,"_reactJsxDevRuntime"],[266,54,93,8],[266,55,93,8,"jsxDEV"],[266,61,93,8],[266,63,93,9,"View"],[266,67,93,13],[266,68,93,13,"default"],[266,75,93,13],[267,10,93,14,"style"],[267,15,93,19],[267,17,93,21,"styles"],[267,23,93,27],[267,24,93,28,"quickActionsContainer"],[267,45,93,50],[268,10,93,50,"children"],[268,18,93,50],[268,34,94,10],[268,38,94,10,"_reactJsxDevRuntime"],[268,57,94,10],[268,58,94,10,"jsxDEV"],[268,64,94,10],[268,66,94,11,"Text"],[268,70,94,15],[268,71,94,15,"default"],[268,78,94,15],[269,12,94,16,"style"],[269,17,94,21],[269,19,94,23,"styles"],[269,25,94,29],[269,26,94,30,"sectionTitle"],[269,38,94,43],[270,12,94,43,"children"],[270,20,94,43],[270,22,94,44],[271,10,94,57],[272,12,94,57,"fileName"],[272,20,94,57],[272,22,94,57,"_jsxFileName"],[272,34,94,57],[273,12,94,57,"lineNumber"],[273,22,94,57],[274,12,94,57,"columnNumber"],[274,24,94,57],[275,10,94,57],[275,17,94,63],[275,18,94,64],[275,33,95,10],[275,37,95,10,"_reactJsxDevRuntime"],[275,56,95,10],[275,57,95,10,"jsxDEV"],[275,63,95,10],[275,65,95,11,"View"],[275,69,95,15],[275,70,95,15,"default"],[275,77,95,15],[276,12,95,16,"style"],[276,17,95,21],[276,19,95,23,"styles"],[276,25,95,29],[276,26,95,30,"actionsGrid"],[276,37,95,42],[277,12,95,42,"children"],[277,20,95,42],[277,22,96,13,"QUICK_ACTIONS"],[277,35,96,26],[277,36,96,27,"map"],[277,39,96,30],[277,40,96,31],[277,41,96,32,"action"],[277,47,96,38],[277,49,96,40,"index"],[277,54,96,45],[277,72,97,14],[277,76,97,14,"_reactJsxDevRuntime"],[277,95,97,14],[277,96,97,14,"jsxDEV"],[277,102,97,14],[277,104,97,15,"TouchableOpacity"],[277,120,97,31],[277,121,97,31,"default"],[277,128,97,31],[278,14,99,16,"style"],[278,19,99,21],[278,21,99,23],[278,22,99,24,"styles"],[278,28,99,30],[278,29,99,31,"actionCard"],[278,39,99,41],[278,41,100,19,"index"],[278,46,100,24],[278,49,100,27],[278,50,100,28],[278,55,100,33],[278,56,100,34],[278,60,100,39,"styles"],[278,66,100,45],[278,67,100,46,"actionCardFirst"],[278,82,100,61],[278,84,101,19,"index"],[278,89,101,24],[278,92,101,27],[278,93,101,28],[278,98,101,33],[278,99,101,34],[278,103,101,39,"styles"],[278,109,101,45],[278,110,101,46,"actionCardLast"],[278,124,101,60],[278,125,102,18],[279,14,103,16,"activeOpacity"],[279,27,103,29],[279,29,103,31],[279,32,103,35],[280,14,103,35,"children"],[280,22,103,35],[280,38,105,16],[280,42,105,16,"_reactJsxDevRuntime"],[280,61,105,16],[280,62,105,16,"jsxDEV"],[280,68,105,16],[280,70,105,17,"View"],[280,74,105,21],[280,75,105,21,"default"],[280,82,105,21],[281,16,105,22,"style"],[281,21,105,27],[281,23,105,29],[281,24,105,30,"styles"],[281,30,105,36],[281,31,105,37,"actionIcon"],[281,41,105,47],[281,43,105,49],[282,18,105,51,"backgroundColor"],[282,33,105,66],[282,35,105,68,"action"],[282,41,105,74],[282,42,105,75,"color"],[283,16,105,81],[283,17,105,82],[283,18,105,84],[284,16,105,84,"children"],[284,24,105,84],[284,39,106,18],[284,43,106,18,"_reactJsxDevRuntime"],[284,62,106,18],[284,63,106,18,"jsxDEV"],[284,69,106,18],[284,71,106,19,"_expoVectorIcons"],[284,87,106,27],[284,88,106,27,"Ionicons"],[284,96,106,27],[285,18,106,28,"name"],[285,22,106,32],[285,24,106,34,"action"],[285,30,106,40],[285,31,106,41,"icon"],[285,35,106,46],[286,18,106,47,"size"],[286,22,106,51],[286,24,106,53],[286,26,106,56],[287,18,106,57,"color"],[287,23,106,62],[287,25,106,63],[288,16,106,69],[289,18,106,69,"fileName"],[289,26,106,69],[289,28,106,69,"_jsxFileName"],[289,40,106,69],[290,18,106,69,"lineNumber"],[290,28,106,69],[291,18,106,69,"columnNumber"],[291,30,106,69],[292,16,106,69],[292,23,106,71],[293,14,106,72],[294,16,106,72,"fileName"],[294,24,106,72],[294,26,106,72,"_jsxFileName"],[294,38,106,72],[295,16,106,72,"lineNumber"],[295,26,106,72],[296,16,106,72,"columnNumber"],[296,28,106,72],[297,14,106,72],[297,21,107,22],[297,22,107,23],[297,37,108,16],[297,41,108,16,"_reactJsxDevRuntime"],[297,60,108,16],[297,61,108,16,"jsxDEV"],[297,67,108,16],[297,69,108,17,"Text"],[297,73,108,21],[297,74,108,21,"default"],[297,81,108,21],[298,16,108,22,"style"],[298,21,108,27],[298,23,108,29,"styles"],[298,29,108,35],[298,30,108,36,"actionLabel"],[298,41,108,48],[299,16,108,48,"children"],[299,24,108,48],[299,26,108,50,"action"],[299,32,108,56],[299,33,108,57,"label"],[300,14,108,62],[301,16,108,62,"fileName"],[301,24,108,62],[301,26,108,62,"_jsxFileName"],[301,38,108,62],[302,16,108,62,"lineNumber"],[302,26,108,62],[303,16,108,62,"columnNumber"],[303,28,108,62],[304,14,108,62],[304,21,108,69],[304,22,108,70],[305,12,108,70],[305,15,98,21,"action"],[305,21,98,27],[305,22,98,28,"id"],[305,24,98,30],[306,14,98,30,"fileName"],[306,22,98,30],[306,24,98,30,"_jsxFileName"],[306,36,98,30],[307,14,98,30,"lineNumber"],[307,24,98,30],[308,14,98,30,"columnNumber"],[308,26,98,30],[309,12,98,30],[309,19,109,32],[309,20,110,13],[310,10,110,14],[311,12,110,14,"fileName"],[311,20,110,14],[311,22,110,14,"_jsxFileName"],[311,34,110,14],[312,12,110,14,"lineNumber"],[312,22,110,14],[313,12,110,14,"columnNumber"],[313,24,110,14],[314,10,110,14],[314,17,111,16],[314,18,111,17],[315,8,111,17],[316,10,111,17,"fileName"],[316,18,111,17],[316,20,111,17,"_jsxFileName"],[316,32,111,17],[317,10,111,17,"lineNumber"],[317,20,111,17],[318,10,111,17,"columnNumber"],[318,22,111,17],[319,8,111,17],[319,15,112,14],[319,16,112,15],[320,6,112,15],[321,8,112,15,"fileName"],[321,16,112,15],[321,18,112,15,"_jsxFileName"],[321,30,112,15],[322,8,112,15,"lineNumber"],[322,18,112,15],[323,8,112,15,"columnNumber"],[323,20,112,15],[324,6,112,15],[324,13,113,18],[325,4,113,19],[326,6,113,19,"fileName"],[326,14,113,19],[326,16,113,19,"_jsxFileName"],[326,28,113,19],[327,6,113,19,"lineNumber"],[327,16,113,19],[328,6,113,19,"columnNumber"],[328,18,113,19],[329,4,113,19],[329,11,114,10],[329,12,114,11],[330,2,116,0],[331,2,116,1,"_s"],[331,4,116,1],[331,5,20,9,"HomeTab"],[331,12,20,16],[332,4,20,16],[332,12,21,19,"useAuth"],[332,32,21,26],[332,33,21,26,"useAuth"],[332,40,21,26],[332,42,22,17,"useSafeAreaInsets"],[332,69,22,34],[332,70,22,34,"useSafeAreaInsets"],[332,87,22,34],[333,2,22,34],[334,2,22,34,"_c"],[334,4,22,34],[334,7,20,9,"HomeTab"],[334,14,20,16],[335,2,118,0],[335,11,118,9,"WalletTab"],[335,20,118,18,"WalletTab"],[335,21,118,18],[335,23,118,21],[336,4,118,21,"_s2"],[336,7,118,21],[337,4,119,2],[337,10,119,8],[338,6,119,10,"user"],[339,4,119,15],[339,5,119,16],[339,8,119,19],[339,12,119,19,"useAuth"],[339,32,119,26],[339,33,119,26,"useAuth"],[339,40,119,26],[339,42,119,27],[339,43,119,28],[340,4,120,2],[340,10,120,8,"insets"],[340,16,120,14],[340,19,120,17],[340,23,120,17,"useSafeAreaInsets"],[340,50,120,34],[340,51,120,34,"useSafeAreaInsets"],[340,68,120,34],[340,70,120,35],[340,71,120,36],[341,4,121,2],[341,10,121,8],[341,11,121,9,"hezBalance"],[341,21,121,19],[341,23,121,21,"setHezBalance"],[341,36,121,34],[341,37,121,35],[341,40,121,38],[341,44,121,38,"useState"],[341,50,121,46],[341,51,121,46,"useState"],[341,59,121,46],[341,61,121,47],[341,73,121,59],[341,74,121,60],[342,4,122,2],[342,10,122,8],[342,11,122,9,"pezBalance"],[342,21,122,19],[342,23,122,21,"setPezBalance"],[342,36,122,34],[342,37,122,35],[342,40,122,38],[342,44,122,38,"useState"],[342,50,122,46],[342,51,122,46,"useState"],[342,59,122,46],[342,61,122,47],[342,73,122,59],[342,74,122,60],[343,4,123,2],[343,10,123,8],[343,11,123,9,"loading"],[343,18,123,16],[343,20,123,18,"setLoading"],[343,30,123,28],[343,31,123,29],[343,34,123,32],[343,38,123,32,"useState"],[343,44,123,40],[343,45,123,40,"useState"],[343,53,123,40],[343,55,123,41],[343,59,123,45],[343,60,123,46],[344,4,125,2],[344,10,125,8,"TEST_WALLET"],[344,21,125,19],[344,24,125,22],[344,74,125,72],[345,4,127,2],[345,8,127,2,"useEffect"],[345,14,127,11],[345,15,127,11,"useEffect"],[345,24,127,11],[345,26,127,12],[345,32,127,18],[346,6,128,4,"fetchBalance"],[346,18,128,16],[346,19,128,17],[346,20,128,18],[347,4,129,2],[347,5,129,3],[347,7,129,5],[347,9,129,7],[347,10,129,8],[348,4,131,2],[348,10,131,8,"fetchBalance"],[348,22,131,20],[348,25,131,23],[348,31,131,23,"fetchBalance"],[348,32,131,23],[348,37,131,35],[349,6,132,4],[349,10,132,8],[350,8,133,6],[350,14,133,12,"backendUrl"],[350,24,133,22],[350,27,133,25],[350,84,133,64],[350,107,133,87],[351,8,134,6],[351,14,134,12,"controller"],[351,24,134,22],[351,27,134,25],[351,31,134,29,"AbortController"],[351,46,134,44],[351,47,134,45],[351,48,134,46],[352,8,135,6],[352,14,135,12,"timeoutId"],[352,23,135,21],[352,26,135,24,"setTimeout"],[352,36,135,34],[352,37,135,35],[352,43,135,41,"controller"],[352,53,135,51],[352,54,135,52,"abort"],[352,59,135,57],[352,60,135,58],[352,61,135,59],[352,63,135,61],[352,67,135,65],[352,68,135,66],[352,69,135,67],[352,70,135,68],[354,8,137,6],[354,14,137,12,"response"],[354,22,137,20],[354,25,137,23],[354,31,137,29,"fetch"],[354,36,137,34],[354,37,137,35],[354,40,137,38,"backendUrl"],[354,50,137,48],[354,75,137,73],[354,77,137,75],[355,10,138,8,"method"],[355,16,138,14],[355,18,138,16],[355,24,138,22],[356,10,139,8,"headers"],[356,17,139,15],[356,19,139,17],[357,12,140,10],[357,26,140,24],[357,28,140,26],[358,10,141,8],[358,11,141,9],[359,10,142,8,"body"],[359,14,142,12],[359,16,142,14,"JSON"],[359,20,142,18],[359,21,142,19,"stringify"],[359,30,142,28],[359,31,142,29],[360,12,143,10,"address"],[360,19,143,17],[360,21,143,19,"TEST_WALLET"],[361,10,144,8],[361,11,144,9],[361,12,144,10],[362,10,145,8,"signal"],[362,16,145,14],[362,18,145,16,"controller"],[362,28,145,26],[362,29,145,27,"signal"],[363,8,146,6],[363,9,146,7],[363,10,146,8],[364,8,148,6,"clearTimeout"],[364,20,148,18],[364,21,148,19,"timeoutId"],[364,30,148,28],[364,31,148,29],[365,8,150,6],[365,12,150,10,"response"],[365,20,150,18],[365,21,150,19,"ok"],[365,23,150,21],[365,25,150,23],[366,10,151,8],[366,16,151,14,"data"],[366,20,151,18],[366,23,151,21],[366,29,151,27,"response"],[366,37,151,35],[366,38,151,36,"json"],[366,42,151,40],[366,43,151,41],[366,44,151,42],[367,10,152,8,"setHezBalance"],[367,23,152,21],[367,24,152,22,"parseFloat"],[367,34,152,32],[367,35,152,33,"data"],[367,39,152,37],[367,40,152,38,"hez"],[367,43,152,41],[367,44,152,42],[367,45,152,43,"toFixed"],[367,52,152,50],[367,53,152,51],[367,54,152,52],[367,55,152,53],[367,56,152,54],[368,10,153,8,"setPezBalance"],[368,23,153,21],[368,24,153,22,"parseFloat"],[368,34,153,32],[368,35,153,33,"data"],[368,39,153,37],[368,40,153,38,"pez"],[368,43,153,41],[368,44,153,42],[368,45,153,43,"toFixed"],[368,52,153,50],[368,53,153,51],[368,54,153,52],[368,55,153,53],[368,56,153,54],[369,8,154,6],[369,9,154,7],[369,15,154,13],[370,10,155,8,"setHezBalance"],[370,23,155,21],[370,24,155,22],[370,30,155,28],[370,31,155,29],[371,10,156,8,"setPezBalance"],[371,23,156,21],[371,24,156,22],[371,30,156,28],[371,31,156,29],[372,8,157,6],[373,6,158,4],[373,7,158,5],[373,8,158,6],[373,15,158,13,"error"],[373,20,158,18],[373,22,158,20],[374,8,159,6,"console"],[374,15,159,13],[374,16,159,14,"error"],[374,21,159,19],[374,22,159,20],[374,44,159,42],[374,46,159,44,"error"],[374,51,159,49],[374,52,159,50],[375,8,160,6,"setHezBalance"],[375,21,160,19],[375,22,160,20],[375,28,160,26],[375,29,160,27],[376,8,161,6,"setPezBalance"],[376,21,161,19],[376,22,161,20],[376,28,161,26],[376,29,161,27],[377,6,162,4],[377,7,162,5],[377,16,162,14],[378,8,163,6,"setLoading"],[378,18,163,16],[378,19,163,17],[378,24,163,22],[378,25,163,23],[379,6,164,4],[380,4,165,2],[380,5,165,3],[381,4,167,2],[381,24,168,4],[381,28,168,4,"_reactJsxDevRuntime"],[381,47,168,4],[381,48,168,4,"jsxDEV"],[381,54,168,4],[381,56,168,5,"View"],[381,60,168,9],[381,61,168,9,"default"],[381,68,168,9],[382,6,168,10,"style"],[382,11,168,15],[382,13,168,17,"styles"],[382,19,168,23],[382,20,168,24,"container"],[382,29,168,34],[383,6,168,34,"children"],[383,14,168,34],[383,29,169,6],[383,33,169,6,"_reactJsxDevRuntime"],[383,52,169,6],[383,53,169,6,"jsxDEV"],[383,59,169,6],[383,61,169,7,"ScrollView"],[383,71,169,17],[383,72,169,17,"default"],[383,79,169,17],[384,8,169,18,"contentContainerStyle"],[384,29,169,39],[384,31,169,41,"styles"],[384,37,169,47],[384,38,169,48,"walletScrollContent"],[384,57,169,68],[385,8,169,68,"children"],[385,16,169,68],[385,32,171,8],[385,36,171,8,"_reactJsxDevRuntime"],[385,55,171,8],[385,56,171,8,"jsxDEV"],[385,62,171,8],[385,64,171,9,"View"],[385,68,171,13],[385,69,171,13,"default"],[385,76,171,13],[386,10,171,14,"style"],[386,15,171,19],[386,17,171,21],[386,18,171,22,"styles"],[386,24,171,28],[386,25,171,29,"walletHeader"],[386,37,171,41],[386,39,171,43],[387,12,171,45,"paddingTop"],[387,22,171,55],[387,24,171,57,"insets"],[387,30,171,63],[387,31,171,64,"top"],[387,34,171,67],[387,37,171,70],[388,10,171,73],[388,11,171,74],[388,12,171,76],[389,10,171,76,"children"],[389,18,171,76],[389,34,172,10],[389,38,172,10,"_reactJsxDevRuntime"],[389,57,172,10],[389,58,172,10,"jsxDEV"],[389,64,172,10],[389,66,172,11,"Text"],[389,70,172,15],[389,71,172,15,"default"],[389,78,172,15],[390,12,172,16,"style"],[390,17,172,21],[390,19,172,23,"styles"],[390,25,172,29],[390,26,172,30,"walletTitle"],[390,37,172,42],[391,12,172,42,"children"],[391,20,172,42],[391,22,172,43],[392,10,172,52],[393,12,172,52,"fileName"],[393,20,172,52],[393,22,172,52,"_jsxFileName"],[393,34,172,52],[394,12,172,52,"lineNumber"],[394,22,172,52],[395,12,172,52,"columnNumber"],[395,24,172,52],[396,10,172,52],[396,17,172,58],[396,18,172,59],[396,33,173,10],[396,37,173,10,"_reactJsxDevRuntime"],[396,56,173,10],[396,57,173,10,"jsxDEV"],[396,63,173,10],[396,65,173,11,"TouchableOpacity"],[396,81,173,27],[396,82,173,27,"default"],[396,89,173,27],[397,12,173,28,"onPress"],[397,19,173,35],[397,21,173,37,"fetchBalance"],[397,33,173,50],[398,12,173,51,"style"],[398,17,173,56],[398,19,173,58,"styles"],[398,25,173,64],[398,26,173,65,"refreshButton"],[398,39,173,79],[399,12,173,79,"children"],[399,20,173,79],[399,35,174,12],[399,39,174,12,"_reactJsxDevRuntime"],[399,58,174,12],[399,59,174,12,"jsxDEV"],[399,65,174,12],[399,67,174,13,"_expoVectorIcons"],[399,83,174,21],[399,84,174,21,"Ionicons"],[399,92,174,21],[400,14,174,22,"name"],[400,18,174,26],[400,20,174,27],[400,29,174,36],[401,14,174,37,"size"],[401,18,174,41],[401,20,174,43],[401,22,174,46],[402,14,174,47,"color"],[402,19,174,52],[402,21,174,53],[403,12,174,62],[404,14,174,62,"fileName"],[404,22,174,62],[404,24,174,62,"_jsxFileName"],[404,36,174,62],[405,14,174,62,"lineNumber"],[405,24,174,62],[406,14,174,62,"columnNumber"],[406,26,174,62],[407,12,174,62],[407,19,174,64],[408,10,174,65],[409,12,174,65,"fileName"],[409,20,174,65],[409,22,174,65,"_jsxFileName"],[409,34,174,65],[410,12,174,65,"lineNumber"],[410,22,174,65],[411,12,174,65,"columnNumber"],[411,24,174,65],[412,10,174,65],[412,17,175,28],[412,18,175,29],[413,8,175,29],[414,10,175,29,"fileName"],[414,18,175,29],[414,20,175,29,"_jsxFileName"],[414,32,175,29],[415,10,175,29,"lineNumber"],[415,20,175,29],[416,10,175,29,"columnNumber"],[416,22,175,29],[417,8,175,29],[417,15,176,14],[417,16,176,15],[417,31,179,8],[417,35,179,8,"_reactJsxDevRuntime"],[417,54,179,8],[417,55,179,8,"jsxDEV"],[417,61,179,8],[417,63,179,9,"View"],[417,67,179,13],[417,68,179,13,"default"],[417,75,179,13],[418,10,179,14,"style"],[418,15,179,19],[418,17,179,21,"styles"],[418,23,179,27],[418,24,179,28,"balanceRow"],[418,34,179,39],[419,10,179,39,"children"],[419,18,179,39],[419,34,180,10],[419,38,180,10,"_reactJsxDevRuntime"],[419,57,180,10],[419,58,180,10,"jsxDEV"],[419,64,180,10],[419,66,180,11,"View"],[419,70,180,15],[419,71,180,15,"default"],[419,78,180,15],[420,12,180,16,"style"],[420,17,180,21],[420,19,180,23,"styles"],[420,25,180,29],[420,26,180,30,"balanceCardNew"],[420,40,180,45],[421,12,180,45,"children"],[421,20,180,45],[421,36,181,12],[421,40,181,12,"_reactJsxDevRuntime"],[421,59,181,12],[421,60,181,12,"jsxDEV"],[421,66,181,12],[421,68,181,13,"Image"],[421,73,181,18],[421,74,181,18,"default"],[421,81,181,18],[422,14,182,14,"source"],[422,20,182,20],[422,22,182,22],[423,16,182,24,"uri"],[423,19,182,27],[423,21,182,29],[424,14,182,145],[424,15,182,147],[425,14,183,14,"style"],[425,19,183,19],[425,21,183,21,"styles"],[425,27,183,27],[425,28,183,28,"tokenLogoNew"],[426,12,183,41],[427,14,183,41,"fileName"],[427,22,183,41],[427,24,183,41,"_jsxFileName"],[427,36,183,41],[428,14,183,41,"lineNumber"],[428,24,183,41],[429,14,183,41,"columnNumber"],[429,26,183,41],[430,12,183,41],[430,19,184,13],[430,20,184,14],[430,35,185,12],[430,39,185,12,"_reactJsxDevRuntime"],[430,58,185,12],[430,59,185,12,"jsxDEV"],[430,65,185,12],[430,67,185,13,"Text"],[430,71,185,17],[430,72,185,17,"default"],[430,79,185,17],[431,14,185,18,"style"],[431,19,185,23],[431,21,185,25,"styles"],[431,27,185,31],[431,28,185,32,"tokenSymbolNew"],[431,42,185,47],[432,14,185,47,"children"],[432,22,185,47],[432,24,185,48],[433,12,185,51],[434,14,185,51,"fileName"],[434,22,185,51],[434,24,185,51,"_jsxFileName"],[434,36,185,51],[435,14,185,51,"lineNumber"],[435,24,185,51],[436,14,185,51,"columnNumber"],[436,26,185,51],[437,12,185,51],[437,19,185,57],[437,20,185,58],[437,35,186,12],[437,39,186,12,"_reactJsxDevRuntime"],[437,58,186,12],[437,59,186,12,"jsxDEV"],[437,65,186,12],[437,67,186,13,"Text"],[437,71,186,17],[437,72,186,17,"default"],[437,79,186,17],[438,14,186,18,"style"],[438,19,186,23],[438,21,186,25,"styles"],[438,27,186,31],[438,28,186,32,"balanceAmountNew"],[438,44,186,49],[439,14,186,49,"children"],[439,22,186,49],[439,24,186,51,"hezBalance"],[440,12,186,61],[441,14,186,61,"fileName"],[441,22,186,61],[441,24,186,61,"_jsxFileName"],[441,36,186,61],[442,14,186,61,"lineNumber"],[442,24,186,61],[443,14,186,61,"columnNumber"],[443,26,186,61],[444,12,186,61],[444,19,186,68],[444,20,186,69],[444,35,187,12],[444,39,187,12,"_reactJsxDevRuntime"],[444,58,187,12],[444,59,187,12,"jsxDEV"],[444,65,187,12],[444,67,187,13,"Text"],[444,71,187,17],[444,72,187,17,"default"],[444,79,187,17],[445,14,187,18,"style"],[445,19,187,23],[445,21,187,25,"styles"],[445,27,187,31],[445,28,187,32,"tokenNameNew"],[445,40,187,45],[446,14,187,45,"children"],[446,22,187,45],[446,24,187,46],[447,12,187,61],[448,14,187,61,"fileName"],[448,22,187,61],[448,24,187,61,"_jsxFileName"],[448,36,187,61],[449,14,187,61,"lineNumber"],[449,24,187,61],[450,14,187,61,"columnNumber"],[450,26,187,61],[451,12,187,61],[451,19,187,67],[451,20,187,68],[452,10,187,68],[453,12,187,68,"fileName"],[453,20,187,68],[453,22,187,68,"_jsxFileName"],[453,34,187,68],[454,12,187,68,"lineNumber"],[454,22,187,68],[455,12,187,68,"columnNumber"],[455,24,187,68],[456,10,187,68],[456,17,188,16],[456,18,188,17],[456,33,190,10],[456,37,190,10,"_reactJsxDevRuntime"],[456,56,190,10],[456,57,190,10,"jsxDEV"],[456,63,190,10],[456,65,190,11,"View"],[456,69,190,15],[456,70,190,15,"default"],[456,77,190,15],[457,12,190,16,"style"],[457,17,190,21],[457,19,190,23,"styles"],[457,25,190,29],[457,26,190,30,"balanceCardNew"],[457,40,190,45],[458,12,190,45,"children"],[458,20,190,45],[458,36,191,12],[458,40,191,12,"_reactJsxDevRuntime"],[458,59,191,12],[458,60,191,12,"jsxDEV"],[458,66,191,12],[458,68,191,13,"Image"],[458,73,191,18],[458,74,191,18,"default"],[458,81,191,18],[459,14,192,14,"source"],[459,20,192,20],[459,22,192,22],[460,16,192,24,"uri"],[460,19,192,27],[460,21,192,29],[461,14,192,129],[461,15,192,131],[462,14,193,14,"style"],[462,19,193,19],[462,21,193,21,"styles"],[462,27,193,27],[462,28,193,28,"tokenLogoNew"],[463,12,193,41],[464,14,193,41,"fileName"],[464,22,193,41],[464,24,193,41,"_jsxFileName"],[464,36,193,41],[465,14,193,41,"lineNumber"],[465,24,193,41],[466,14,193,41,"columnNumber"],[466,26,193,41],[467,12,193,41],[467,19,194,13],[467,20,194,14],[467,35,195,12],[467,39,195,12,"_reactJsxDevRuntime"],[467,58,195,12],[467,59,195,12,"jsxDEV"],[467,65,195,12],[467,67,195,13,"Text"],[467,71,195,17],[467,72,195,17,"default"],[467,79,195,17],[468,14,195,18,"style"],[468,19,195,23],[468,21,195,25,"styles"],[468,27,195,31],[468,28,195,32,"tokenSymbolNew"],[468,42,195,47],[469,14,195,47,"children"],[469,22,195,47],[469,24,195,48],[470,12,195,51],[471,14,195,51,"fileName"],[471,22,195,51],[471,24,195,51,"_jsxFileName"],[471,36,195,51],[472,14,195,51,"lineNumber"],[472,24,195,51],[473,14,195,51,"columnNumber"],[473,26,195,51],[474,12,195,51],[474,19,195,57],[474,20,195,58],[474,35,196,12],[474,39,196,12,"_reactJsxDevRuntime"],[474,58,196,12],[474,59,196,12,"jsxDEV"],[474,65,196,12],[474,67,196,13,"Text"],[474,71,196,17],[474,72,196,17,"default"],[474,79,196,17],[475,14,196,18,"style"],[475,19,196,23],[475,21,196,25,"styles"],[475,27,196,31],[475,28,196,32,"balanceAmountNew"],[475,44,196,49],[476,14,196,49,"children"],[476,22,196,49],[476,24,196,51,"pezBalance"],[477,12,196,61],[478,14,196,61,"fileName"],[478,22,196,61],[478,24,196,61,"_jsxFileName"],[478,36,196,61],[479,14,196,61,"lineNumber"],[479,24,196,61],[480,14,196,61,"columnNumber"],[480,26,196,61],[481,12,196,61],[481,19,196,68],[481,20,196,69],[481,35,197,12],[481,39,197,12,"_reactJsxDevRuntime"],[481,58,197,12],[481,59,197,12,"jsxDEV"],[481,65,197,12],[481,67,197,13,"Text"],[481,71,197,17],[481,72,197,17,"default"],[481,79,197,17],[482,14,197,18,"style"],[482,19,197,23],[482,21,197,25,"styles"],[482,27,197,31],[482,28,197,32,"tokenNameNew"],[482,40,197,45],[483,14,197,45,"children"],[483,22,197,45],[483,24,197,46],[484,12,197,59],[485,14,197,59,"fileName"],[485,22,197,59],[485,24,197,59,"_jsxFileName"],[485,36,197,59],[486,14,197,59,"lineNumber"],[486,24,197,59],[487,14,197,59,"columnNumber"],[487,26,197,59],[488,12,197,59],[488,19,197,65],[488,20,197,66],[489,10,197,66],[490,12,197,66,"fileName"],[490,20,197,66],[490,22,197,66,"_jsxFileName"],[490,34,197,66],[491,12,197,66,"lineNumber"],[491,22,197,66],[492,12,197,66,"columnNumber"],[492,24,197,66],[493,10,197,66],[493,17,198,16],[493,18,198,17],[494,8,198,17],[495,10,198,17,"fileName"],[495,18,198,17],[495,20,198,17,"_jsxFileName"],[495,32,198,17],[496,10,198,17,"lineNumber"],[496,20,198,17],[497,10,198,17,"columnNumber"],[497,22,198,17],[498,8,198,17],[498,15,199,14],[498,16,199,15],[498,31,202,8],[498,35,202,8,"_reactJsxDevRuntime"],[498,54,202,8],[498,55,202,8,"jsxDEV"],[498,61,202,8],[498,63,202,9,"View"],[498,67,202,13],[498,68,202,13,"default"],[498,75,202,13],[499,10,202,14,"style"],[499,15,202,19],[499,17,202,21,"styles"],[499,23,202,27],[499,24,202,28,"actionsContainer"],[499,40,202,45],[500,10,202,45,"children"],[500,18,202,45],[500,34,204,10],[500,38,204,10,"_reactJsxDevRuntime"],[500,57,204,10],[500,58,204,10,"jsxDEV"],[500,64,204,10],[500,66,204,11,"View"],[500,70,204,15],[500,71,204,15,"default"],[500,78,204,15],[501,12,204,16,"style"],[501,17,204,21],[501,19,204,23,"styles"],[501,25,204,29],[501,26,204,30,"actionsRow"],[501,36,204,41],[502,12,204,41,"children"],[502,20,204,41],[502,36,205,12],[502,40,205,12,"_reactJsxDevRuntime"],[502,59,205,12],[502,60,205,12,"jsxDEV"],[502,66,205,12],[502,68,205,13,"TouchableOpacity"],[502,84,205,29],[502,85,205,29,"default"],[502,92,205,29],[503,14,205,30,"style"],[503,19,205,35],[503,21,205,37],[503,22,205,38,"styles"],[503,28,205,44],[503,29,205,45,"actionBtn"],[503,38,205,54],[503,40,205,56],[504,16,205,57,"backgroundColor"],[504,31,205,72],[504,33,205,74],[505,14,205,83],[505,15,205,84],[505,16,205,86],[506,14,205,86,"children"],[506,22,205,86],[506,38,206,14],[506,42,206,14,"_reactJsxDevRuntime"],[506,61,206,14],[506,62,206,14,"jsxDEV"],[506,68,206,14],[506,70,206,15,"_expoVectorIcons"],[506,86,206,23],[506,87,206,23,"Ionicons"],[506,95,206,23],[507,16,206,24,"name"],[507,20,206,28],[507,22,206,29],[507,32,206,39],[508,16,206,40,"size"],[508,20,206,44],[508,22,206,46],[508,24,206,49],[509,16,206,50,"color"],[509,21,206,55],[509,23,206,56],[510,14,206,62],[511,16,206,62,"fileName"],[511,24,206,62],[511,26,206,62,"_jsxFileName"],[511,38,206,62],[512,16,206,62,"lineNumber"],[512,26,206,62],[513,16,206,62,"columnNumber"],[513,28,206,62],[514,14,206,62],[514,21,206,64],[514,22,206,65],[514,37,207,14],[514,41,207,14,"_reactJsxDevRuntime"],[514,60,207,14],[514,61,207,14,"jsxDEV"],[514,67,207,14],[514,69,207,15,"Text"],[514,73,207,19],[514,74,207,19,"default"],[514,81,207,19],[515,16,207,20,"style"],[515,21,207,25],[515,23,207,27,"styles"],[515,29,207,33],[515,30,207,34,"actionBtnText"],[515,43,207,48],[516,16,207,48,"children"],[516,24,207,48],[516,26,207,49],[517,14,207,53],[518,16,207,53,"fileName"],[518,24,207,53],[518,26,207,53,"_jsxFileName"],[518,38,207,53],[519,16,207,53,"lineNumber"],[519,26,207,53],[520,16,207,53,"columnNumber"],[520,28,207,53],[521,14,207,53],[521,21,207,59],[521,22,207,60],[522,12,207,60],[523,14,207,60,"fileName"],[523,22,207,60],[523,24,207,60,"_jsxFileName"],[523,36,207,60],[524,14,207,60,"lineNumber"],[524,24,207,60],[525,14,207,60,"columnNumber"],[525,26,207,60],[526,12,207,60],[526,19,208,30],[526,20,208,31],[526,35,209,12],[526,39,209,12,"_reactJsxDevRuntime"],[526,58,209,12],[526,59,209,12,"jsxDEV"],[526,65,209,12],[526,67,209,13,"TouchableOpacity"],[526,83,209,29],[526,84,209,29,"default"],[526,91,209,29],[527,14,209,30,"style"],[527,19,209,35],[527,21,209,37],[527,22,209,38,"styles"],[527,28,209,44],[527,29,209,45,"actionBtn"],[527,38,209,54],[527,40,209,56],[528,16,209,57,"backgroundColor"],[528,31,209,72],[528,33,209,74],[529,14,209,83],[529,15,209,84],[529,16,209,86],[530,14,209,86,"children"],[530,22,209,86],[530,38,210,14],[530,42,210,14,"_reactJsxDevRuntime"],[530,61,210,14],[530,62,210,14,"jsxDEV"],[530,68,210,14],[530,70,210,15,"_expoVectorIcons"],[530,86,210,23],[530,87,210,23,"Ionicons"],[530,95,210,23],[531,16,210,24,"name"],[531,20,210,28],[531,22,210,29],[531,34,210,41],[532,16,210,42,"size"],[532,20,210,46],[532,22,210,48],[532,24,210,51],[533,16,210,52,"color"],[533,21,210,57],[533,23,210,58],[534,14,210,64],[535,16,210,64,"fileName"],[535,24,210,64],[535,26,210,64,"_jsxFileName"],[535,38,210,64],[536,16,210,64,"lineNumber"],[536,26,210,64],[537,16,210,64,"columnNumber"],[537,28,210,64],[538,14,210,64],[538,21,210,66],[538,22,210,67],[538,37,211,14],[538,41,211,14,"_reactJsxDevRuntime"],[538,60,211,14],[538,61,211,14,"jsxDEV"],[538,67,211,14],[538,69,211,15,"Text"],[538,73,211,19],[538,74,211,19,"default"],[538,81,211,19],[539,16,211,20,"style"],[539,21,211,25],[539,23,211,27,"styles"],[539,29,211,33],[539,30,211,34,"actionBtnText"],[539,43,211,48],[540,16,211,48,"children"],[540,24,211,48],[540,26,211,49],[541,14,211,56],[542,16,211,56,"fileName"],[542,24,211,56],[542,26,211,56,"_jsxFileName"],[542,38,211,56],[543,16,211,56,"lineNumber"],[543,26,211,56],[544,16,211,56,"columnNumber"],[544,28,211,56],[545,14,211,56],[545,21,211,62],[545,22,211,63],[546,12,211,63],[547,14,211,63,"fileName"],[547,22,211,63],[547,24,211,63,"_jsxFileName"],[547,36,211,63],[548,14,211,63,"lineNumber"],[548,24,211,63],[549,14,211,63,"columnNumber"],[549,26,211,63],[550,12,211,63],[550,19,212,30],[550,20,212,31],[550,35,213,12],[550,39,213,12,"_reactJsxDevRuntime"],[550,58,213,12],[550,59,213,12,"jsxDEV"],[550,65,213,12],[550,67,213,13,"TouchableOpacity"],[550,83,213,29],[550,84,213,29,"default"],[550,91,213,29],[551,14,213,30,"style"],[551,19,213,35],[551,21,213,37],[551,22,213,38,"styles"],[551,28,213,44],[551,29,213,45,"actionBtn"],[551,38,213,54],[551,40,213,56],[552,16,213,57,"backgroundColor"],[552,31,213,72],[552,33,213,74],[553,14,213,83],[553,15,213,84],[553,16,213,86],[554,14,213,86,"children"],[554,22,213,86],[554,38,214,14],[554,42,214,14,"_reactJsxDevRuntime"],[554,61,214,14],[554,62,214,14,"jsxDEV"],[554,68,214,14],[554,70,214,15,"_expoVectorIcons"],[554,86,214,23],[554,87,214,23,"Ionicons"],[554,95,214,23],[555,16,214,24,"name"],[555,20,214,28],[555,22,214,29],[555,39,214,46],[556,16,214,47,"size"],[556,20,214,51],[556,22,214,53],[556,24,214,56],[557,16,214,57,"color"],[557,21,214,62],[557,23,214,63],[558,14,214,69],[559,16,214,69,"fileName"],[559,24,214,69],[559,26,214,69,"_jsxFileName"],[559,38,214,69],[560,16,214,69,"lineNumber"],[560,26,214,69],[561,16,214,69,"columnNumber"],[561,28,214,69],[562,14,214,69],[562,21,214,71],[562,22,214,72],[562,37,215,14],[562,41,215,14,"_reactJsxDevRuntime"],[562,60,215,14],[562,61,215,14,"jsxDEV"],[562,67,215,14],[562,69,215,15,"Text"],[562,73,215,19],[562,74,215,19,"default"],[562,81,215,19],[563,16,215,20,"style"],[563,21,215,25],[563,23,215,27,"styles"],[563,29,215,33],[563,30,215,34,"actionBtnText"],[563,43,215,48],[564,16,215,48,"children"],[564,24,215,48],[564,26,215,49],[565,14,215,53],[566,16,215,53,"fileName"],[566,24,215,53],[566,26,215,53,"_jsxFileName"],[566,38,215,53],[567,16,215,53,"lineNumber"],[567,26,215,53],[568,16,215,53,"columnNumber"],[568,28,215,53],[569,14,215,53],[569,21,215,59],[569,22,215,60],[570,12,215,60],[571,14,215,60,"fileName"],[571,22,215,60],[571,24,215,60,"_jsxFileName"],[571,36,215,60],[572,14,215,60,"lineNumber"],[572,24,215,60],[573,14,215,60,"columnNumber"],[573,26,215,60],[574,12,215,60],[574,19,216,30],[574,20,216,31],[574,35,217,12],[574,39,217,12,"_reactJsxDevRuntime"],[574,58,217,12],[574,59,217,12,"jsxDEV"],[574,65,217,12],[574,67,217,13,"TouchableOpacity"],[574,83,217,29],[574,84,217,29,"default"],[574,91,217,29],[575,14,217,30,"style"],[575,19,217,35],[575,21,217,37],[575,22,217,38,"styles"],[575,28,217,44],[575,29,217,45,"actionBtn"],[575,38,217,54],[575,40,217,56],[576,16,217,57,"backgroundColor"],[576,31,217,72],[576,33,217,74],[577,14,217,83],[577,15,217,84],[577,16,217,86],[578,14,217,86,"children"],[578,22,217,86],[578,38,218,14],[578,42,218,14,"_reactJsxDevRuntime"],[578,61,218,14],[578,62,218,14,"jsxDEV"],[578,68,218,14],[578,70,218,15,"_expoVectorIcons"],[578,86,218,23],[578,87,218,23,"Ionicons"],[578,95,218,23],[579,16,218,24,"name"],[579,20,218,28],[579,22,218,29],[579,30,218,37],[580,16,218,38,"size"],[580,20,218,42],[580,22,218,44],[580,24,218,47],[581,16,218,48,"color"],[581,21,218,53],[581,23,218,54],[582,14,218,60],[583,16,218,60,"fileName"],[583,24,218,60],[583,26,218,60,"_jsxFileName"],[583,38,218,60],[584,16,218,60,"lineNumber"],[584,26,218,60],[585,16,218,60,"columnNumber"],[585,28,218,60],[586,14,218,60],[586,21,218,62],[586,22,218,63],[586,37,219,14],[586,41,219,14,"_reactJsxDevRuntime"],[586,60,219,14],[586,61,219,14,"jsxDEV"],[586,67,219,14],[586,69,219,15,"Text"],[586,73,219,19],[586,74,219,19,"default"],[586,81,219,19],[587,16,219,20,"style"],[587,21,219,25],[587,23,219,27,"styles"],[587,29,219,33],[587,30,219,34,"actionBtnText"],[587,43,219,48],[588,16,219,48,"children"],[588,24,219,48],[588,26,219,49],[589,14,219,52],[590,16,219,52,"fileName"],[590,24,219,52],[590,26,219,52,"_jsxFileName"],[590,38,219,52],[591,16,219,52,"lineNumber"],[591,26,219,52],[592,16,219,52,"columnNumber"],[592,28,219,52],[593,14,219,52],[593,21,219,58],[593,22,219,59],[594,12,219,59],[595,14,219,59,"fileName"],[595,22,219,59],[595,24,219,59,"_jsxFileName"],[595,36,219,59],[596,14,219,59,"lineNumber"],[596,24,219,59],[597,14,219,59,"columnNumber"],[597,26,219,59],[598,12,219,59],[598,19,220,30],[598,20,220,31],[599,10,220,31],[600,12,220,31,"fileName"],[600,20,220,31],[600,22,220,31,"_jsxFileName"],[600,34,220,31],[601,12,220,31,"lineNumber"],[601,22,220,31],[602,12,220,31,"columnNumber"],[602,24,220,31],[603,10,220,31],[603,17,221,16],[603,18,221,17],[603,33,224,10],[603,37,224,10,"_reactJsxDevRuntime"],[603,56,224,10],[603,57,224,10,"jsxDEV"],[603,63,224,10],[603,65,224,11,"View"],[603,69,224,15],[603,70,224,15,"default"],[603,77,224,15],[604,12,224,16,"style"],[604,17,224,21],[604,19,224,23,"styles"],[604,25,224,29],[604,26,224,30,"actionsRow"],[604,36,224,41],[605,12,224,41,"children"],[605,20,224,41],[605,36,225,12],[605,40,225,12,"_reactJsxDevRuntime"],[605,59,225,12],[605,60,225,12,"jsxDEV"],[605,66,225,12],[605,68,225,13,"TouchableOpacity"],[605,84,225,29],[605,85,225,29,"default"],[605,92,225,29],[606,14,225,30,"style"],[606,19,225,35],[606,21,225,37],[606,22,225,38,"styles"],[606,28,225,44],[606,29,225,45,"actionBtn"],[606,38,225,54],[606,40,225,56],[607,16,225,57,"backgroundColor"],[607,31,225,72],[607,33,225,74],[608,14,225,83],[608,15,225,84],[608,16,225,86],[609,14,225,86,"children"],[609,22,225,86],[609,38,226,14],[609,42,226,14,"_reactJsxDevRuntime"],[609,61,226,14],[609,62,226,14,"jsxDEV"],[609,68,226,14],[609,70,226,15,"_expoVectorIcons"],[609,86,226,23],[609,87,226,23,"Ionicons"],[609,95,226,23],[610,16,226,24,"name"],[610,20,226,28],[610,22,226,29],[610,33,226,40],[611,16,226,41,"size"],[611,20,226,45],[611,22,226,47],[611,24,226,50],[612,16,226,51,"color"],[612,21,226,56],[612,23,226,57],[613,14,226,63],[614,16,226,63,"fileName"],[614,24,226,63],[614,26,226,63,"_jsxFileName"],[614,38,226,63],[615,16,226,63,"lineNumber"],[615,26,226,63],[616,16,226,63,"columnNumber"],[616,28,226,63],[617,14,226,63],[617,21,226,65],[617,22,226,66],[617,37,227,14],[617,41,227,14,"_reactJsxDevRuntime"],[617,60,227,14],[617,61,227,14,"jsxDEV"],[617,67,227,14],[617,69,227,15,"Text"],[617,73,227,19],[617,74,227,19,"default"],[617,81,227,19],[618,16,227,20,"style"],[618,21,227,25],[618,23,227,27,"styles"],[618,29,227,33],[618,30,227,34,"actionBtnText"],[618,43,227,48],[619,16,227,48,"children"],[619,24,227,48],[619,26,227,49],[620,14,227,53],[621,16,227,53,"fileName"],[621,24,227,53],[621,26,227,53,"_jsxFileName"],[621,38,227,53],[622,16,227,53,"lineNumber"],[622,26,227,53],[623,16,227,53,"columnNumber"],[623,28,227,53],[624,14,227,53],[624,21,227,59],[624,22,227,60],[625,12,227,60],[626,14,227,60,"fileName"],[626,22,227,60],[626,24,227,60,"_jsxFileName"],[626,36,227,60],[627,14,227,60,"lineNumber"],[627,24,227,60],[628,14,227,60,"columnNumber"],[628,26,227,60],[629,12,227,60],[629,19,228,30],[629,20,228,31],[629,35,229,12],[629,39,229,12,"_reactJsxDevRuntime"],[629,58,229,12],[629,59,229,12,"jsxDEV"],[629,65,229,12],[629,67,229,13,"TouchableOpacity"],[629,83,229,29],[629,84,229,29,"default"],[629,91,229,29],[630,14,229,30,"style"],[630,19,229,35],[630,21,229,37],[630,22,229,38,"styles"],[630,28,229,44],[630,29,229,45,"actionBtn"],[630,38,229,54],[630,40,229,56],[631,16,229,57,"backgroundColor"],[631,31,229,72],[631,33,229,74],[632,14,229,83],[632,15,229,84],[632,16,229,86],[633,14,229,86,"children"],[633,22,229,86],[633,38,230,14],[633,42,230,14,"_reactJsxDevRuntime"],[633,61,230,14],[633,62,230,14,"jsxDEV"],[633,68,230,14],[633,70,230,15,"_expoVectorIcons"],[633,86,230,23],[633,87,230,23,"Ionicons"],[633,95,230,23],[634,16,230,24,"name"],[634,20,230,28],[634,22,230,29],[634,28,230,35],[635,16,230,36,"size"],[635,20,230,40],[635,22,230,42],[635,24,230,45],[636,16,230,46,"color"],[636,21,230,51],[636,23,230,52],[637,14,230,58],[638,16,230,58,"fileName"],[638,24,230,58],[638,26,230,58,"_jsxFileName"],[638,38,230,58],[639,16,230,58,"lineNumber"],[639,26,230,58],[640,16,230,58,"columnNumber"],[640,28,230,58],[641,14,230,58],[641,21,230,60],[641,22,230,61],[641,37,231,14],[641,41,231,14,"_reactJsxDevRuntime"],[641,60,231,14],[641,61,231,14,"jsxDEV"],[641,67,231,14],[641,69,231,15,"Text"],[641,73,231,19],[641,74,231,19,"default"],[641,81,231,19],[642,16,231,20,"style"],[642,21,231,25],[642,23,231,27,"styles"],[642,29,231,33],[642,30,231,34,"actionBtnText"],[642,43,231,48],[643,16,231,48,"children"],[643,24,231,48],[643,26,231,49],[644,14,231,54],[645,16,231,54,"fileName"],[645,24,231,54],[645,26,231,54,"_jsxFileName"],[645,38,231,54],[646,16,231,54,"lineNumber"],[646,26,231,54],[647,16,231,54,"columnNumber"],[647,28,231,54],[648,14,231,54],[648,21,231,60],[648,22,231,61],[649,12,231,61],[650,14,231,61,"fileName"],[650,22,231,61],[650,24,231,61,"_jsxFileName"],[650,36,231,61],[651,14,231,61,"lineNumber"],[651,24,231,61],[652,14,231,61,"columnNumber"],[652,26,231,61],[653,12,231,61],[653,19,232,30],[653,20,232,31],[653,35,233,12],[653,39,233,12,"_reactJsxDevRuntime"],[653,58,233,12],[653,59,233,12,"jsxDEV"],[653,65,233,12],[653,67,233,13,"TouchableOpacity"],[653,83,233,29],[653,84,233,29,"default"],[653,91,233,29],[654,14,233,30,"style"],[654,19,233,35],[654,21,233,37],[654,22,233,38,"styles"],[654,28,233,44],[654,29,233,45,"actionBtn"],[654,38,233,54],[654,40,233,56],[655,16,233,57,"backgroundColor"],[655,31,233,72],[655,33,233,74],[656,14,233,83],[656,15,233,84],[656,16,233,86],[657,14,233,86,"children"],[657,22,233,86],[657,38,234,14],[657,42,234,14,"_reactJsxDevRuntime"],[657,61,234,14],[657,62,234,14,"jsxDEV"],[657,68,234,14],[657,70,234,15,"_expoVectorIcons"],[657,86,234,23],[657,87,234,23,"Ionicons"],[657,95,234,23],[658,16,234,24,"name"],[658,20,234,28],[658,22,234,29],[658,28,234,35],[659,16,234,36,"size"],[659,20,234,40],[659,22,234,42],[659,24,234,45],[660,16,234,46,"color"],[660,21,234,51],[660,23,234,52],[661,14,234,58],[662,16,234,58,"fileName"],[662,24,234,58],[662,26,234,58,"_jsxFileName"],[662,38,234,58],[663,16,234,58,"lineNumber"],[663,26,234,58],[664,16,234,58,"columnNumber"],[664,28,234,58],[665,14,234,58],[665,21,234,60],[665,22,234,61],[665,37,235,14],[665,41,235,14,"_reactJsxDevRuntime"],[665,60,235,14],[665,61,235,14,"jsxDEV"],[665,67,235,14],[665,69,235,15,"Text"],[665,73,235,19],[665,74,235,19,"default"],[665,81,235,19],[666,16,235,20,"style"],[666,21,235,25],[666,23,235,27,"styles"],[666,29,235,33],[666,30,235,34,"actionBtnText"],[666,43,235,48],[667,16,235,48,"children"],[667,24,235,48],[667,26,235,49],[668,14,235,56],[669,16,235,56,"fileName"],[669,24,235,56],[669,26,235,56,"_jsxFileName"],[669,38,235,56],[670,16,235,56,"lineNumber"],[670,26,235,56],[671,16,235,56,"columnNumber"],[671,28,235,56],[672,14,235,56],[672,21,235,62],[672,22,235,63],[673,12,235,63],[674,14,235,63,"fileName"],[674,22,235,63],[674,24,235,63,"_jsxFileName"],[674,36,235,63],[675,14,235,63,"lineNumber"],[675,24,235,63],[676,14,235,63,"columnNumber"],[676,26,235,63],[677,12,235,63],[677,19,236,30],[677,20,236,31],[677,35,237,12],[677,39,237,12,"_reactJsxDevRuntime"],[677,58,237,12],[677,59,237,12,"jsxDEV"],[677,65,237,12],[677,67,237,13,"TouchableOpacity"],[677,83,237,29],[677,84,237,29,"default"],[677,91,237,29],[678,14,237,30,"style"],[678,19,237,35],[678,21,237,37],[678,22,237,38,"styles"],[678,28,237,44],[678,29,237,45,"actionBtn"],[678,38,237,54],[678,40,237,56],[679,16,237,57,"backgroundColor"],[679,31,237,72],[679,33,237,74],[680,14,237,83],[680,15,237,84],[680,16,237,86],[681,14,237,86,"children"],[681,22,237,86],[681,38,238,14],[681,42,238,14,"_reactJsxDevRuntime"],[681,61,238,14],[681,62,238,14,"jsxDEV"],[681,68,238,14],[681,70,238,15,"_expoVectorIcons"],[681,86,238,23],[681,87,238,23,"Ionicons"],[681,95,238,23],[682,16,238,24,"name"],[682,20,238,28],[682,22,238,29],[682,28,238,35],[683,16,238,36,"size"],[683,20,238,40],[683,22,238,42],[683,24,238,45],[684,16,238,46,"color"],[684,21,238,51],[684,23,238,52],[685,14,238,58],[686,16,238,58,"fileName"],[686,24,238,58],[686,26,238,58,"_jsxFileName"],[686,38,238,58],[687,16,238,58,"lineNumber"],[687,26,238,58],[688,16,238,58,"columnNumber"],[688,28,238,58],[689,14,238,58],[689,21,238,60],[689,22,238,61],[689,37,239,14],[689,41,239,14,"_reactJsxDevRuntime"],[689,60,239,14],[689,61,239,14,"jsxDEV"],[689,67,239,14],[689,69,239,15,"Text"],[689,73,239,19],[689,74,239,19,"default"],[689,81,239,19],[690,16,239,20,"style"],[690,21,239,25],[690,23,239,27,"styles"],[690,29,239,33],[690,30,239,34,"actionBtnText"],[690,43,239,48],[691,16,239,48,"children"],[691,24,239,48],[691,26,239,49],[692,14,239,56],[693,16,239,56,"fileName"],[693,24,239,56],[693,26,239,56,"_jsxFileName"],[693,38,239,56],[694,16,239,56,"lineNumber"],[694,26,239,56],[695,16,239,56,"columnNumber"],[695,28,239,56],[696,14,239,56],[696,21,239,62],[696,22,239,63],[697,12,239,63],[698,14,239,63,"fileName"],[698,22,239,63],[698,24,239,63,"_jsxFileName"],[698,36,239,63],[699,14,239,63,"lineNumber"],[699,24,239,63],[700,14,239,63,"columnNumber"],[700,26,239,63],[701,12,239,63],[701,19,240,30],[701,20,240,31],[702,10,240,31],[703,12,240,31,"fileName"],[703,20,240,31],[703,22,240,31,"_jsxFileName"],[703,34,240,31],[704,12,240,31,"lineNumber"],[704,22,240,31],[705,12,240,31,"columnNumber"],[705,24,240,31],[706,10,240,31],[706,17,241,16],[706,18,241,17],[707,8,241,17],[708,10,241,17,"fileName"],[708,18,241,17],[708,20,241,17,"_jsxFileName"],[708,32,241,17],[709,10,241,17,"lineNumber"],[709,20,241,17],[710,10,241,17,"columnNumber"],[710,22,241,17],[711,8,241,17],[711,15,242,14],[711,16,242,15],[711,31,245,8],[711,35,245,8,"_reactJsxDevRuntime"],[711,54,245,8],[711,55,245,8,"jsxDEV"],[711,61,245,8],[711,63,245,9,"View"],[711,67,245,13],[711,68,245,13,"default"],[711,75,245,13],[712,10,245,14,"style"],[712,15,245,19],[712,17,245,21,"styles"],[712,23,245,27],[712,24,245,28,"tokensContainer"],[712,39,245,44],[713,10,245,44,"children"],[713,18,245,44],[713,34,246,10],[713,38,246,10,"_reactJsxDevRuntime"],[713,57,246,10],[713,58,246,10,"jsxDEV"],[713,64,246,10],[713,66,246,11,"View"],[713,70,246,15],[713,71,246,15,"default"],[713,78,246,15],[714,12,246,16,"style"],[714,17,246,21],[714,19,246,23,"styles"],[714,25,246,29],[714,26,246,30,"tokensHeader"],[714,38,246,43],[715,12,246,43,"children"],[715,20,246,43],[715,36,247,12],[715,40,247,12,"_reactJsxDevRuntime"],[715,59,247,12],[715,60,247,12,"jsxDEV"],[715,66,247,12],[715,68,247,13,"Text"],[715,72,247,17],[715,73,247,17,"default"],[715,80,247,17],[716,14,247,18,"style"],[716,19,247,23],[716,21,247,25,"styles"],[716,27,247,31],[716,28,247,32,"tokensTitle"],[716,39,247,44],[717,14,247,44,"children"],[717,22,247,44],[717,24,247,45],[718,12,247,51],[719,14,247,51,"fileName"],[719,22,247,51],[719,24,247,51,"_jsxFileName"],[719,36,247,51],[720,14,247,51,"lineNumber"],[720,24,247,51],[721,14,247,51,"columnNumber"],[721,26,247,51],[722,12,247,51],[722,19,247,57],[722,20,247,58],[722,35,248,12],[722,39,248,12,"_reactJsxDevRuntime"],[722,58,248,12],[722,59,248,12,"jsxDEV"],[722,65,248,12],[722,67,248,13,"View"],[722,71,248,17],[722,72,248,17,"default"],[722,79,248,17],[723,14,248,18,"style"],[723,19,248,23],[723,21,248,25,"styles"],[723,27,248,31],[723,28,248,32,"tokensHeaderActions"],[723,47,248,52],[724,14,248,52,"children"],[724,22,248,52],[724,38,249,14],[724,42,249,14,"_reactJsxDevRuntime"],[724,61,249,14],[724,62,249,14,"jsxDEV"],[724,68,249,14],[724,70,249,15,"TouchableOpacity"],[724,86,249,31],[724,87,249,31,"default"],[724,94,249,31],[725,16,249,32,"style"],[725,21,249,37],[725,23,249,39,"styles"],[725,29,249,45],[725,30,249,46,"tokenHeaderButton"],[725,47,249,64],[726,16,249,64,"children"],[726,24,249,64],[726,39,250,16],[726,43,250,16,"_reactJsxDevRuntime"],[726,62,250,16],[726,63,250,16,"jsxDEV"],[726,69,250,16],[726,71,250,17,"_expoVectorIcons"],[726,87,250,25],[726,88,250,25,"Ionicons"],[726,96,250,25],[727,18,250,26,"name"],[727,22,250,30],[727,24,250,31],[727,32,250,39],[728,18,250,40,"size"],[728,22,250,44],[728,24,250,46],[728,26,250,49],[729,18,250,50,"color"],[729,23,250,55],[729,25,250,56],[730,16,250,65],[731,18,250,65,"fileName"],[731,26,250,65],[731,28,250,65,"_jsxFileName"],[731,40,250,65],[732,18,250,65,"lineNumber"],[732,28,250,65],[733,18,250,65,"columnNumber"],[733,30,250,65],[734,16,250,65],[734,23,250,67],[735,14,250,68],[736,16,250,68,"fileName"],[736,24,250,68],[736,26,250,68,"_jsxFileName"],[736,38,250,68],[737,16,250,68,"lineNumber"],[737,26,250,68],[738,16,250,68,"columnNumber"],[738,28,250,68],[739,14,250,68],[739,21,251,32],[739,22,251,33],[739,37,252,14],[739,41,252,14,"_reactJsxDevRuntime"],[739,60,252,14],[739,61,252,14,"jsxDEV"],[739,67,252,14],[739,69,252,15,"TouchableOpacity"],[739,85,252,31],[739,86,252,31,"default"],[739,93,252,31],[740,16,252,32,"style"],[740,21,252,37],[740,23,252,39,"styles"],[740,29,252,45],[740,30,252,46,"tokenHeaderButton"],[740,47,252,64],[741,16,252,64,"children"],[741,24,252,64],[741,39,253,16],[741,43,253,16,"_reactJsxDevRuntime"],[741,62,253,16],[741,63,253,16,"jsxDEV"],[741,69,253,16],[741,71,253,17,"_expoVectorIcons"],[741,87,253,25],[741,88,253,25,"Ionicons"],[741,96,253,25],[742,18,253,26,"name"],[742,22,253,30],[742,24,253,31],[742,36,253,43],[743,18,253,44,"size"],[743,22,253,48],[743,24,253,50],[743,26,253,53],[744,18,253,54,"color"],[744,23,253,59],[744,25,253,60],[745,16,253,69],[746,18,253,69,"fileName"],[746,26,253,69],[746,28,253,69,"_jsxFileName"],[746,40,253,69],[747,18,253,69,"lineNumber"],[747,28,253,69],[748,18,253,69,"columnNumber"],[748,30,253,69],[749,16,253,69],[749,23,253,71],[750,14,253,72],[751,16,253,72,"fileName"],[751,24,253,72],[751,26,253,72,"_jsxFileName"],[751,38,253,72],[752,16,253,72,"lineNumber"],[752,26,253,72],[753,16,253,72,"columnNumber"],[753,28,253,72],[754,14,253,72],[754,21,254,32],[754,22,254,33],[754,37,255,14],[754,41,255,14,"_reactJsxDevRuntime"],[754,60,255,14],[754,61,255,14,"jsxDEV"],[754,67,255,14],[754,69,255,15,"TouchableOpacity"],[754,85,255,31],[754,86,255,31,"default"],[754,93,255,31],[755,16,255,32,"style"],[755,21,255,37],[755,23,255,39,"styles"],[755,29,255,45],[755,30,255,46,"tokenHeaderButton"],[755,47,255,64],[756,16,255,64,"children"],[756,24,255,64],[756,39,256,16],[756,43,256,16,"_reactJsxDevRuntime"],[756,62,256,16],[756,63,256,16,"jsxDEV"],[756,69,256,16],[756,71,256,17,"_expoVectorIcons"],[756,87,256,25],[756,88,256,25,"Ionicons"],[756,96,256,25],[757,18,256,26,"name"],[757,22,256,30],[757,24,256,31],[757,34,256,41],[758,18,256,42,"size"],[758,22,256,46],[758,24,256,48],[758,26,256,51],[759,18,256,52,"color"],[759,23,256,57],[759,25,256,58],[760,16,256,67],[761,18,256,67,"fileName"],[761,26,256,67],[761,28,256,67,"_jsxFileName"],[761,40,256,67],[762,18,256,67,"lineNumber"],[762,28,256,67],[763,18,256,67,"columnNumber"],[763,30,256,67],[764,16,256,67],[764,23,256,69],[765,14,256,70],[766,16,256,70,"fileName"],[766,24,256,70],[766,26,256,70,"_jsxFileName"],[766,38,256,70],[767,16,256,70,"lineNumber"],[767,26,256,70],[768,16,256,70,"columnNumber"],[768,28,256,70],[769,14,256,70],[769,21,257,32],[769,22,257,33],[770,12,257,33],[771,14,257,33,"fileName"],[771,22,257,33],[771,24,257,33,"_jsxFileName"],[771,36,257,33],[772,14,257,33,"lineNumber"],[772,24,257,33],[773,14,257,33,"columnNumber"],[773,26,257,33],[774,12,257,33],[774,19,258,18],[774,20,258,19],[775,10,258,19],[776,12,258,19,"fileName"],[776,20,258,19],[776,22,258,19,"_jsxFileName"],[776,34,258,19],[777,12,258,19,"lineNumber"],[777,22,258,19],[778,12,258,19,"columnNumber"],[778,24,258,19],[779,10,258,19],[779,17,259,16],[779,18,259,17],[779,33,262,10],[779,37,262,10,"_reactJsxDevRuntime"],[779,56,262,10],[779,57,262,10,"jsxDEV"],[779,63,262,10],[779,65,262,11,"View"],[779,69,262,15],[779,70,262,15,"default"],[779,77,262,15],[780,12,262,16,"style"],[780,17,262,21],[780,19,262,23,"styles"],[780,25,262,29],[780,26,262,30,"tokenItem"],[780,35,262,40],[781,12,262,40,"children"],[781,20,262,40],[781,36,263,12],[781,40,263,12,"_reactJsxDevRuntime"],[781,59,263,12],[781,60,263,12,"jsxDEV"],[781,66,263,12],[781,68,263,13,"View"],[781,72,263,17],[781,73,263,17,"default"],[781,80,263,17],[782,14,263,18,"style"],[782,19,263,23],[782,21,263,25,"styles"],[782,27,263,31],[782,28,263,32,"tokenItemLeft"],[782,41,263,46],[783,14,263,46,"children"],[783,22,263,46],[783,38,264,14],[783,42,264,14,"_reactJsxDevRuntime"],[783,61,264,14],[783,62,264,14,"jsxDEV"],[783,68,264,14],[783,70,264,15,"View"],[783,74,264,19],[783,75,264,19,"default"],[783,82,264,19],[784,16,264,20,"style"],[784,21,264,25],[784,23,264,27,"styles"],[784,29,264,33],[784,30,264,34,"tokenIconContainer"],[784,48,264,53],[785,16,264,53,"children"],[785,24,264,53],[785,40,265,16],[785,44,265,16,"_reactJsxDevRuntime"],[785,63,265,16],[785,64,265,16,"jsxDEV"],[785,70,265,16],[785,72,265,17,"Image"],[785,77,265,22],[785,78,265,22,"default"],[785,85,265,22],[786,18,266,18,"source"],[786,24,266,24],[786,26,266,26],[787,20,266,28,"uri"],[787,23,266,31],[787,25,266,33],[788,18,266,134],[788,19,266,136],[789,18,267,18,"style"],[789,23,267,23],[789,25,267,25,"styles"],[789,31,267,31],[789,32,267,32,"tokenIcon"],[790,16,267,42],[791,18,267,42,"fileName"],[791,26,267,42],[791,28,267,42,"_jsxFileName"],[791,40,267,42],[792,18,267,42,"lineNumber"],[792,28,267,42],[793,18,267,42,"columnNumber"],[793,30,267,42],[794,16,267,42],[794,23,268,17],[794,24,268,18],[794,39,269,16],[794,43,269,16,"_reactJsxDevRuntime"],[794,62,269,16],[794,63,269,16,"jsxDEV"],[794,69,269,16],[794,71,269,17,"Image"],[794,76,269,22],[794,77,269,22,"default"],[794,84,269,22],[795,18,270,18,"source"],[795,24,270,24],[795,26,270,26],[796,20,270,28,"uri"],[796,23,270,31],[796,25,270,33],[797,18,270,133],[797,19,270,135],[798,18,271,18,"style"],[798,23,271,23],[798,25,271,25,"styles"],[798,31,271,31],[798,32,271,32,"networkBadge"],[799,16,271,45],[800,18,271,45,"fileName"],[800,26,271,45],[800,28,271,45,"_jsxFileName"],[800,40,271,45],[801,18,271,45,"lineNumber"],[801,28,271,45],[802,18,271,45,"columnNumber"],[802,30,271,45],[803,16,271,45],[803,23,272,17],[803,24,272,18],[804,14,272,18],[805,16,272,18,"fileName"],[805,24,272,18],[805,26,272,18,"_jsxFileName"],[805,38,272,18],[806,16,272,18,"lineNumber"],[806,26,272,18],[807,16,272,18,"columnNumber"],[807,28,272,18],[808,14,272,18],[808,21,273,20],[808,22,273,21],[808,37,274,14],[808,41,274,14,"_reactJsxDevRuntime"],[808,60,274,14],[808,61,274,14,"jsxDEV"],[808,67,274,14],[808,69,274,15,"View"],[808,73,274,19],[808,74,274,19,"default"],[808,81,274,19],[809,16,274,19,"children"],[809,24,274,19],[809,40,275,16],[809,44,275,16,"_reactJsxDevRuntime"],[809,63,275,16],[809,64,275,16,"jsxDEV"],[809,70,275,16],[809,72,275,17,"Text"],[809,76,275,21],[809,77,275,21,"default"],[809,84,275,21],[810,18,275,22,"style"],[810,23,275,27],[810,25,275,29,"styles"],[810,31,275,35],[810,32,275,36,"tokenItemName"],[810,45,275,50],[811,18,275,50,"children"],[811,26,275,50],[811,28,275,51],[812,16,275,55],[813,18,275,55,"fileName"],[813,26,275,55],[813,28,275,55,"_jsxFileName"],[813,40,275,55],[814,18,275,55,"lineNumber"],[814,28,275,55],[815,18,275,55,"columnNumber"],[815,30,275,55],[816,16,275,55],[816,23,275,61],[816,24,275,62],[816,39,276,16],[816,43,276,16,"_reactJsxDevRuntime"],[816,62,276,16],[816,63,276,16,"jsxDEV"],[816,69,276,16],[816,71,276,17,"Text"],[816,75,276,21],[816,76,276,21,"default"],[816,83,276,21],[817,18,276,22,"style"],[817,23,276,27],[817,25,276,29,"styles"],[817,31,276,35],[817,32,276,36,"tokenItemNetwork"],[817,48,276,53],[818,18,276,53,"children"],[818,26,276,53],[818,28,276,54],[819,16,276,65],[820,18,276,65,"fileName"],[820,26,276,65],[820,28,276,65,"_jsxFileName"],[820,40,276,65],[821,18,276,65,"lineNumber"],[821,28,276,65],[822,18,276,65,"columnNumber"],[822,30,276,65],[823,16,276,65],[823,23,276,71],[823,24,276,72],[824,14,276,72],[825,16,276,72,"fileName"],[825,24,276,72],[825,26,276,72,"_jsxFileName"],[825,38,276,72],[826,16,276,72,"lineNumber"],[826,26,276,72],[827,16,276,72,"columnNumber"],[827,28,276,72],[828,14,276,72],[828,21,277,20],[828,22,277,21],[829,12,277,21],[830,14,277,21,"fileName"],[830,22,277,21],[830,24,277,21,"_jsxFileName"],[830,36,277,21],[831,14,277,21,"lineNumber"],[831,24,277,21],[832,14,277,21,"columnNumber"],[832,26,277,21],[833,12,277,21],[833,19,278,18],[833,20,278,19],[833,35,279,12],[833,39,279,12,"_reactJsxDevRuntime"],[833,58,279,12],[833,59,279,12,"jsxDEV"],[833,65,279,12],[833,67,279,13,"View"],[833,71,279,17],[833,72,279,17,"default"],[833,79,279,17],[834,14,279,18,"style"],[834,19,279,23],[834,21,279,25,"styles"],[834,27,279,31],[834,28,279,32,"tokenItemRight"],[834,42,279,47],[835,14,279,47,"children"],[835,22,279,47],[835,38,280,14],[835,42,280,14,"_reactJsxDevRuntime"],[835,61,280,14],[835,62,280,14,"jsxDEV"],[835,68,280,14],[835,70,280,15,"Text"],[835,74,280,19],[835,75,280,19,"default"],[835,82,280,19],[836,16,280,20,"style"],[836,21,280,25],[836,23,280,27,"styles"],[836,29,280,33],[836,30,280,34,"tokenItemBalance"],[836,46,280,51],[837,16,280,51,"children"],[837,24,280,51],[837,26,280,52],[838,14,280,56],[839,16,280,56,"fileName"],[839,24,280,56],[839,26,280,56,"_jsxFileName"],[839,38,280,56],[840,16,280,56,"lineNumber"],[840,26,280,56],[841,16,280,56,"columnNumber"],[841,28,280,56],[842,14,280,56],[842,21,280,62],[842,22,280,63],[842,37,281,14],[842,41,281,14,"_reactJsxDevRuntime"],[842,60,281,14],[842,61,281,14,"jsxDEV"],[842,67,281,14],[842,69,281,15,"Text"],[842,73,281,19],[842,74,281,19,"default"],[842,81,281,19],[843,16,281,20,"style"],[843,21,281,25],[843,23,281,27,"styles"],[843,29,281,33],[843,30,281,34,"tokenItemUsd"],[843,42,281,47],[844,16,281,47,"children"],[844,24,281,47],[844,26,281,48],[845,14,281,53],[846,16,281,53,"fileName"],[846,24,281,53],[846,26,281,53,"_jsxFileName"],[846,38,281,53],[847,16,281,53,"lineNumber"],[847,26,281,53],[848,16,281,53,"columnNumber"],[848,28,281,53],[849,14,281,53],[849,21,281,59],[849,22,281,60],[850,12,281,60],[851,14,281,60,"fileName"],[851,22,281,60],[851,24,281,60,"_jsxFileName"],[851,36,281,60],[852,14,281,60,"lineNumber"],[852,24,281,60],[853,14,281,60,"columnNumber"],[853,26,281,60],[854,12,281,60],[854,19,282,18],[854,20,282,19],[855,10,282,19],[856,12,282,19,"fileName"],[856,20,282,19],[856,22,282,19,"_jsxFileName"],[856,34,282,19],[857,12,282,19,"lineNumber"],[857,22,282,19],[858,12,282,19,"columnNumber"],[858,24,282,19],[859,10,282,19],[859,17,283,16],[859,18,283,17],[859,33,286,10],[859,37,286,10,"_reactJsxDevRuntime"],[859,56,286,10],[859,57,286,10,"jsxDEV"],[859,63,286,10],[859,65,286,11,"View"],[859,69,286,15],[859,70,286,15,"default"],[859,77,286,15],[860,12,286,16,"style"],[860,17,286,21],[860,19,286,23,"styles"],[860,25,286,29],[860,26,286,30,"tokenItem"],[860,35,286,40],[861,12,286,40,"children"],[861,20,286,40],[861,36,287,12],[861,40,287,12,"_reactJsxDevRuntime"],[861,59,287,12],[861,60,287,12,"jsxDEV"],[861,66,287,12],[861,68,287,13,"View"],[861,72,287,17],[861,73,287,17,"default"],[861,80,287,17],[862,14,287,18,"style"],[862,19,287,23],[862,21,287,25,"styles"],[862,27,287,31],[862,28,287,32,"tokenItemLeft"],[862,41,287,46],[863,14,287,46,"children"],[863,22,287,46],[863,38,288,14],[863,42,288,14,"_reactJsxDevRuntime"],[863,61,288,14],[863,62,288,14,"jsxDEV"],[863,68,288,14],[863,70,288,15,"Image"],[863,75,288,20],[863,76,288,20,"default"],[863,83,288,20],[864,16,289,16,"source"],[864,22,289,22],[864,24,289,24],[865,18,289,26,"uri"],[865,21,289,29],[865,23,289,31],[866,16,289,88],[866,17,289,90],[867,16,290,16,"style"],[867,21,290,21],[867,23,290,23,"styles"],[867,29,290,29],[867,30,290,30,"tokenIcon"],[868,14,290,40],[869,16,290,40,"fileName"],[869,24,290,40],[869,26,290,40,"_jsxFileName"],[869,38,290,40],[870,16,290,40,"lineNumber"],[870,26,290,40],[871,16,290,40,"columnNumber"],[871,28,290,40],[872,14,290,40],[872,21,291,15],[872,22,291,16],[872,37,292,14],[872,41,292,14,"_reactJsxDevRuntime"],[872,60,292,14],[872,61,292,14,"jsxDEV"],[872,67,292,14],[872,69,292,15,"View"],[872,73,292,19],[872,74,292,19,"default"],[872,81,292,19],[873,16,292,19,"children"],[873,24,292,19],[873,40,293,16],[873,44,293,16,"_reactJsxDevRuntime"],[873,63,293,16],[873,64,293,16,"jsxDEV"],[873,70,293,16],[873,72,293,17,"Text"],[873,76,293,21],[873,77,293,21,"default"],[873,84,293,21],[874,18,293,22,"style"],[874,23,293,27],[874,25,293,29,"styles"],[874,31,293,35],[874,32,293,36,"tokenItemName"],[874,45,293,50],[875,18,293,50,"children"],[875,26,293,50],[875,28,293,51],[876,16,293,54],[877,18,293,54,"fileName"],[877,26,293,54],[877,28,293,54,"_jsxFileName"],[877,40,293,54],[878,18,293,54,"lineNumber"],[878,28,293,54],[879,18,293,54,"columnNumber"],[879,30,293,54],[880,16,293,54],[880,23,293,60],[880,24,293,61],[880,39,294,16],[880,43,294,16,"_reactJsxDevRuntime"],[880,62,294,16],[880,63,294,16,"jsxDEV"],[880,69,294,16],[880,71,294,17,"Text"],[880,75,294,21],[880,76,294,21,"default"],[880,83,294,21],[881,18,294,22,"style"],[881,23,294,27],[881,25,294,29,"styles"],[881,31,294,35],[881,32,294,36,"tokenItemNetwork"],[881,48,294,53],[882,18,294,53,"children"],[882,26,294,53],[882,28,294,54],[883,16,294,62],[884,18,294,62,"fileName"],[884,26,294,62],[884,28,294,62,"_jsxFileName"],[884,40,294,62],[885,18,294,62,"lineNumber"],[885,28,294,62],[886,18,294,62,"columnNumber"],[886,30,294,62],[887,16,294,62],[887,23,294,68],[887,24,294,69],[888,14,294,69],[889,16,294,69,"fileName"],[889,24,294,69],[889,26,294,69,"_jsxFileName"],[889,38,294,69],[890,16,294,69,"lineNumber"],[890,26,294,69],[891,16,294,69,"columnNumber"],[891,28,294,69],[892,14,294,69],[892,21,295,20],[892,22,295,21],[893,12,295,21],[894,14,295,21,"fileName"],[894,22,295,21],[894,24,295,21,"_jsxFileName"],[894,36,295,21],[895,14,295,21,"lineNumber"],[895,24,295,21],[896,14,295,21,"columnNumber"],[896,26,295,21],[897,12,295,21],[897,19,296,18],[897,20,296,19],[897,35,297,12],[897,39,297,12,"_reactJsxDevRuntime"],[897,58,297,12],[897,59,297,12,"jsxDEV"],[897,65,297,12],[897,67,297,13,"View"],[897,71,297,17],[897,72,297,17,"default"],[897,79,297,17],[898,14,297,18,"style"],[898,19,297,23],[898,21,297,25,"styles"],[898,27,297,31],[898,28,297,32,"tokenItemRight"],[898,42,297,47],[899,14,297,47,"children"],[899,22,297,47],[899,38,298,14],[899,42,298,14,"_reactJsxDevRuntime"],[899,61,298,14],[899,62,298,14,"jsxDEV"],[899,68,298,14],[899,70,298,15,"Text"],[899,74,298,19],[899,75,298,19,"default"],[899,82,298,19],[900,16,298,20,"style"],[900,21,298,25],[900,23,298,27,"styles"],[900,29,298,33],[900,30,298,34,"tokenItemBalance"],[900,46,298,51],[901,16,298,51,"children"],[901,24,298,51],[901,26,298,52],[902,14,298,56],[903,16,298,56,"fileName"],[903,24,298,56],[903,26,298,56,"_jsxFileName"],[903,38,298,56],[904,16,298,56,"lineNumber"],[904,26,298,56],[905,16,298,56,"columnNumber"],[905,28,298,56],[906,14,298,56],[906,21,298,62],[906,22,298,63],[906,37,299,14],[906,41,299,14,"_reactJsxDevRuntime"],[906,60,299,14],[906,61,299,14,"jsxDEV"],[906,67,299,14],[906,69,299,15,"Text"],[906,73,299,19],[906,74,299,19,"default"],[906,81,299,19],[907,16,299,20,"style"],[907,21,299,25],[907,23,299,27,"styles"],[907,29,299,33],[907,30,299,34,"tokenItemUsd"],[907,42,299,47],[908,16,299,47,"children"],[908,24,299,47],[908,26,299,48],[909,14,299,53],[910,16,299,53,"fileName"],[910,24,299,53],[910,26,299,53,"_jsxFileName"],[910,38,299,53],[911,16,299,53,"lineNumber"],[911,26,299,53],[912,16,299,53,"columnNumber"],[912,28,299,53],[913,14,299,53],[913,21,299,59],[913,22,299,60],[914,12,299,60],[915,14,299,60,"fileName"],[915,22,299,60],[915,24,299,60,"_jsxFileName"],[915,36,299,60],[916,14,299,60,"lineNumber"],[916,24,299,60],[917,14,299,60,"columnNumber"],[917,26,299,60],[918,12,299,60],[918,19,300,18],[918,20,300,19],[919,10,300,19],[920,12,300,19,"fileName"],[920,20,300,19],[920,22,300,19,"_jsxFileName"],[920,34,300,19],[921,12,300,19,"lineNumber"],[921,22,300,19],[922,12,300,19,"columnNumber"],[922,24,300,19],[923,10,300,19],[923,17,301,16],[923,18,301,17],[923,33,304,10],[923,37,304,10,"_reactJsxDevRuntime"],[923,56,304,10],[923,57,304,10,"jsxDEV"],[923,63,304,10],[923,65,304,11,"View"],[923,69,304,15],[923,70,304,15,"default"],[923,77,304,15],[924,12,304,16,"style"],[924,17,304,21],[924,19,304,23,"styles"],[924,25,304,29],[924,26,304,30,"tokenItem"],[924,35,304,40],[925,12,304,40,"children"],[925,20,304,40],[925,36,305,12],[925,40,305,12,"_reactJsxDevRuntime"],[925,59,305,12],[925,60,305,12,"jsxDEV"],[925,66,305,12],[925,68,305,13,"View"],[925,72,305,17],[925,73,305,17,"default"],[925,80,305,17],[926,14,305,18,"style"],[926,19,305,23],[926,21,305,25,"styles"],[926,27,305,31],[926,28,305,32,"tokenItemLeft"],[926,41,305,46],[927,14,305,46,"children"],[927,22,305,46],[927,38,306,14],[927,42,306,14,"_reactJsxDevRuntime"],[927,61,306,14],[927,62,306,14,"jsxDEV"],[927,68,306,14],[927,70,306,15,"Image"],[927,75,306,20],[927,76,306,20,"default"],[927,83,306,20],[928,16,307,16,"source"],[928,22,307,22],[928,24,307,24],[929,18,307,26,"uri"],[929,21,307,29],[929,23,307,31],[930,16,307,83],[930,17,307,85],[931,16,308,16,"style"],[931,21,308,21],[931,23,308,23,"styles"],[931,29,308,29],[931,30,308,30,"tokenIcon"],[932,14,308,40],[933,16,308,40,"fileName"],[933,24,308,40],[933,26,308,40,"_jsxFileName"],[933,38,308,40],[934,16,308,40,"lineNumber"],[934,26,308,40],[935,16,308,40,"columnNumber"],[935,28,308,40],[936,14,308,40],[936,21,309,15],[936,22,309,16],[936,37,310,14],[936,41,310,14,"_reactJsxDevRuntime"],[936,60,310,14],[936,61,310,14,"jsxDEV"],[936,67,310,14],[936,69,310,15,"View"],[936,73,310,19],[936,74,310,19,"default"],[936,81,310,19],[937,16,310,19,"children"],[937,24,310,19],[937,40,311,16],[937,44,311,16,"_reactJsxDevRuntime"],[937,63,311,16],[937,64,311,16,"jsxDEV"],[937,70,311,16],[937,72,311,17,"Text"],[937,76,311,21],[937,77,311,21,"default"],[937,84,311,21],[938,18,311,22,"style"],[938,23,311,27],[938,25,311,29,"styles"],[938,31,311,35],[938,32,311,36,"tokenItemName"],[938,45,311,50],[939,18,311,50,"children"],[939,26,311,50],[939,28,311,51],[940,16,311,54],[941,18,311,54,"fileName"],[941,26,311,54],[941,28,311,54,"_jsxFileName"],[941,40,311,54],[942,18,311,54,"lineNumber"],[942,28,311,54],[943,18,311,54,"columnNumber"],[943,30,311,54],[944,16,311,54],[944,23,311,60],[944,24,311,61],[944,39,312,16],[944,43,312,16,"_reactJsxDevRuntime"],[944,62,312,16],[944,63,312,16,"jsxDEV"],[944,69,312,16],[944,71,312,17,"Text"],[944,75,312,21],[944,76,312,21,"default"],[944,83,312,21],[945,18,312,22,"style"],[945,23,312,27],[945,25,312,29,"styles"],[945,31,312,35],[945,32,312,36,"tokenItemNetwork"],[945,48,312,53],[946,18,312,53,"children"],[946,26,312,53],[946,28,312,54],[947,16,312,61],[948,18,312,61,"fileName"],[948,26,312,61],[948,28,312,61,"_jsxFileName"],[948,40,312,61],[949,18,312,61,"lineNumber"],[949,28,312,61],[950,18,312,61,"columnNumber"],[950,30,312,61],[951,16,312,61],[951,23,312,67],[951,24,312,68],[952,14,312,68],[953,16,312,68,"fileName"],[953,24,312,68],[953,26,312,68,"_jsxFileName"],[953,38,312,68],[954,16,312,68,"lineNumber"],[954,26,312,68],[955,16,312,68,"columnNumber"],[955,28,312,68],[956,14,312,68],[956,21,313,20],[956,22,313,21],[957,12,313,21],[958,14,313,21,"fileName"],[958,22,313,21],[958,24,313,21,"_jsxFileName"],[958,36,313,21],[959,14,313,21,"lineNumber"],[959,24,313,21],[960,14,313,21,"columnNumber"],[960,26,313,21],[961,12,313,21],[961,19,314,18],[961,20,314,19],[961,35,315,12],[961,39,315,12,"_reactJsxDevRuntime"],[961,58,315,12],[961,59,315,12,"jsxDEV"],[961,65,315,12],[961,67,315,13,"View"],[961,71,315,17],[961,72,315,17,"default"],[961,79,315,17],[962,14,315,18,"style"],[962,19,315,23],[962,21,315,25,"styles"],[962,27,315,31],[962,28,315,32,"tokenItemRight"],[962,42,315,47],[963,14,315,47,"children"],[963,22,315,47],[963,38,316,14],[963,42,316,14,"_reactJsxDevRuntime"],[963,61,316,14],[963,62,316,14,"jsxDEV"],[963,68,316,14],[963,70,316,15,"Text"],[963,74,316,19],[963,75,316,19,"default"],[963,82,316,19],[964,16,316,20,"style"],[964,21,316,25],[964,23,316,27,"styles"],[964,29,316,33],[964,30,316,34,"tokenItemBalance"],[964,46,316,51],[965,16,316,51,"children"],[965,24,316,51],[965,26,316,52],[966,14,316,56],[967,16,316,56,"fileName"],[967,24,316,56],[967,26,316,56,"_jsxFileName"],[967,38,316,56],[968,16,316,56,"lineNumber"],[968,26,316,56],[969,16,316,56,"columnNumber"],[969,28,316,56],[970,14,316,56],[970,21,316,62],[970,22,316,63],[970,37,317,14],[970,41,317,14,"_reactJsxDevRuntime"],[970,60,317,14],[970,61,317,14,"jsxDEV"],[970,67,317,14],[970,69,317,15,"Text"],[970,73,317,19],[970,74,317,19,"default"],[970,81,317,19],[971,16,317,20,"style"],[971,21,317,25],[971,23,317,27,"styles"],[971,29,317,33],[971,30,317,34,"tokenItemUsd"],[971,42,317,47],[972,16,317,47,"children"],[972,24,317,47],[972,26,317,48],[973,14,317,53],[974,16,317,53,"fileName"],[974,24,317,53],[974,26,317,53,"_jsxFileName"],[974,38,317,53],[975,16,317,53,"lineNumber"],[975,26,317,53],[976,16,317,53,"columnNumber"],[976,28,317,53],[977,14,317,53],[977,21,317,59],[977,22,317,60],[978,12,317,60],[979,14,317,60,"fileName"],[979,22,317,60],[979,24,317,60,"_jsxFileName"],[979,36,317,60],[980,14,317,60,"lineNumber"],[980,24,317,60],[981,14,317,60,"columnNumber"],[981,26,317,60],[982,12,317,60],[982,19,318,18],[982,20,318,19],[983,10,318,19],[984,12,318,19,"fileName"],[984,20,318,19],[984,22,318,19,"_jsxFileName"],[984,34,318,19],[985,12,318,19,"lineNumber"],[985,22,318,19],[986,12,318,19,"columnNumber"],[986,24,318,19],[987,10,318,19],[987,17,319,16],[987,18,319,17],[987,33,322,10],[987,37,322,10,"_reactJsxDevRuntime"],[987,56,322,10],[987,57,322,10,"jsxDEV"],[987,63,322,10],[987,65,322,11,"View"],[987,69,322,15],[987,70,322,15,"default"],[987,77,322,15],[988,12,322,16,"style"],[988,17,322,21],[988,19,322,23,"styles"],[988,25,322,29],[988,26,322,30,"tokenItem"],[988,35,322,40],[989,12,322,40,"children"],[989,20,322,40],[989,36,323,12],[989,40,323,12,"_reactJsxDevRuntime"],[989,59,323,12],[989,60,323,12,"jsxDEV"],[989,66,323,12],[989,68,323,13,"View"],[989,72,323,17],[989,73,323,17,"default"],[989,80,323,17],[990,14,323,18,"style"],[990,19,323,23],[990,21,323,25,"styles"],[990,27,323,31],[990,28,323,32,"tokenItemLeft"],[990,41,323,46],[991,14,323,46,"children"],[991,22,323,46],[991,38,324,14],[991,42,324,14,"_reactJsxDevRuntime"],[991,61,324,14],[991,62,324,14,"jsxDEV"],[991,68,324,14],[991,70,324,15,"Image"],[991,75,324,20],[991,76,324,20,"default"],[991,83,324,20],[992,16,325,16,"source"],[992,22,325,22],[992,24,325,24],[993,18,325,26,"uri"],[993,21,325,29],[993,23,325,31],[994,16,325,84],[994,17,325,86],[995,16,326,16,"style"],[995,21,326,21],[995,23,326,23,"styles"],[995,29,326,29],[995,30,326,30,"tokenIcon"],[996,14,326,40],[997,16,326,40,"fileName"],[997,24,326,40],[997,26,326,40,"_jsxFileName"],[997,38,326,40],[998,16,326,40,"lineNumber"],[998,26,326,40],[999,16,326,40,"columnNumber"],[999,28,326,40],[1000,14,326,40],[1000,21,327,15],[1000,22,327,16],[1000,37,328,14],[1000,41,328,14,"_reactJsxDevRuntime"],[1000,60,328,14],[1000,61,328,14,"jsxDEV"],[1000,67,328,14],[1000,69,328,15,"View"],[1000,73,328,19],[1000,74,328,19,"default"],[1000,81,328,19],[1001,16,328,19,"children"],[1001,24,328,19],[1001,40,329,16],[1001,44,329,16,"_reactJsxDevRuntime"],[1001,63,329,16],[1001,64,329,16,"jsxDEV"],[1001,70,329,16],[1001,72,329,17,"Text"],[1001,76,329,21],[1001,77,329,21,"default"],[1001,84,329,21],[1002,18,329,22,"style"],[1002,23,329,27],[1002,25,329,29,"styles"],[1002,31,329,35],[1002,32,329,36,"tokenItemName"],[1002,45,329,50],[1003,18,329,50,"children"],[1003,26,329,50],[1003,28,329,51],[1004,16,329,54],[1005,18,329,54,"fileName"],[1005,26,329,54],[1005,28,329,54,"_jsxFileName"],[1005,40,329,54],[1006,18,329,54,"lineNumber"],[1006,28,329,54],[1007,18,329,54,"columnNumber"],[1007,30,329,54],[1008,16,329,54],[1008,23,329,60],[1008,24,329,61],[1008,39,330,16],[1008,43,330,16,"_reactJsxDevRuntime"],[1008,62,330,16],[1008,63,330,16,"jsxDEV"],[1008,69,330,16],[1008,71,330,17,"Text"],[1008,75,330,21],[1008,76,330,21,"default"],[1008,83,330,21],[1009,18,330,22,"style"],[1009,23,330,27],[1009,25,330,29,"styles"],[1009,31,330,35],[1009,32,330,36,"tokenItemNetwork"],[1009,48,330,53],[1010,18,330,53,"children"],[1010,26,330,53],[1010,28,330,54],[1011,16,330,62],[1012,18,330,62,"fileName"],[1012,26,330,62],[1012,28,330,62,"_jsxFileName"],[1012,40,330,62],[1013,18,330,62,"lineNumber"],[1013,28,330,62],[1014,18,330,62,"columnNumber"],[1014,30,330,62],[1015,16,330,62],[1015,23,330,68],[1015,24,330,69],[1016,14,330,69],[1017,16,330,69,"fileName"],[1017,24,330,69],[1017,26,330,69,"_jsxFileName"],[1017,38,330,69],[1018,16,330,69,"lineNumber"],[1018,26,330,69],[1019,16,330,69,"columnNumber"],[1019,28,330,69],[1020,14,330,69],[1020,21,331,20],[1020,22,331,21],[1021,12,331,21],[1022,14,331,21,"fileName"],[1022,22,331,21],[1022,24,331,21,"_jsxFileName"],[1022,36,331,21],[1023,14,331,21,"lineNumber"],[1023,24,331,21],[1024,14,331,21,"columnNumber"],[1024,26,331,21],[1025,12,331,21],[1025,19,332,18],[1025,20,332,19],[1025,35,333,12],[1025,39,333,12,"_reactJsxDevRuntime"],[1025,58,333,12],[1025,59,333,12,"jsxDEV"],[1025,65,333,12],[1025,67,333,13,"View"],[1025,71,333,17],[1025,72,333,17,"default"],[1025,79,333,17],[1026,14,333,18,"style"],[1026,19,333,23],[1026,21,333,25,"styles"],[1026,27,333,31],[1026,28,333,32,"tokenItemRight"],[1026,42,333,47],[1027,14,333,47,"children"],[1027,22,333,47],[1027,38,334,14],[1027,42,334,14,"_reactJsxDevRuntime"],[1027,61,334,14],[1027,62,334,14,"jsxDEV"],[1027,68,334,14],[1027,70,334,15,"Text"],[1027,74,334,19],[1027,75,334,19,"default"],[1027,82,334,19],[1028,16,334,20,"style"],[1028,21,334,25],[1028,23,334,27,"styles"],[1028,29,334,33],[1028,30,334,34,"tokenItemBalance"],[1028,46,334,51],[1029,16,334,51,"children"],[1029,24,334,51],[1029,26,334,52],[1030,14,334,56],[1031,16,334,56,"fileName"],[1031,24,334,56],[1031,26,334,56,"_jsxFileName"],[1031,38,334,56],[1032,16,334,56,"lineNumber"],[1032,26,334,56],[1033,16,334,56,"columnNumber"],[1033,28,334,56],[1034,14,334,56],[1034,21,334,62],[1034,22,334,63],[1034,37,335,14],[1034,41,335,14,"_reactJsxDevRuntime"],[1034,60,335,14],[1034,61,335,14,"jsxDEV"],[1034,67,335,14],[1034,69,335,15,"Text"],[1034,73,335,19],[1034,74,335,19,"default"],[1034,81,335,19],[1035,16,335,20,"style"],[1035,21,335,25],[1035,23,335,27,"styles"],[1035,29,335,33],[1035,30,335,34,"tokenItemUsd"],[1035,42,335,47],[1036,16,335,47,"children"],[1036,24,335,47],[1036,26,335,48],[1037,14,335,53],[1038,16,335,53,"fileName"],[1038,24,335,53],[1038,26,335,53,"_jsxFileName"],[1038,38,335,53],[1039,16,335,53,"lineNumber"],[1039,26,335,53],[1040,16,335,53,"columnNumber"],[1040,28,335,53],[1041,14,335,53],[1041,21,335,59],[1041,22,335,60],[1042,12,335,60],[1043,14,335,60,"fileName"],[1043,22,335,60],[1043,24,335,60,"_jsxFileName"],[1043,36,335,60],[1044,14,335,60,"lineNumber"],[1044,24,335,60],[1045,14,335,60,"columnNumber"],[1045,26,335,60],[1046,12,335,60],[1046,19,336,18],[1046,20,336,19],[1047,10,336,19],[1048,12,336,19,"fileName"],[1048,20,336,19],[1048,22,336,19,"_jsxFileName"],[1048,34,336,19],[1049,12,336,19,"lineNumber"],[1049,22,336,19],[1050,12,336,19,"columnNumber"],[1050,24,336,19],[1051,10,336,19],[1051,17,337,16],[1051,18,337,17],[1051,33,340,10],[1051,37,340,10,"_reactJsxDevRuntime"],[1051,56,340,10],[1051,57,340,10,"jsxDEV"],[1051,63,340,10],[1051,65,340,11,"View"],[1051,69,340,15],[1051,70,340,15,"default"],[1051,77,340,15],[1052,12,340,16,"style"],[1052,17,340,21],[1052,19,340,23,"styles"],[1052,25,340,29],[1052,26,340,30,"tokenItem"],[1052,35,340,40],[1053,12,340,40,"children"],[1053,20,340,40],[1053,36,341,12],[1053,40,341,12,"_reactJsxDevRuntime"],[1053,59,341,12],[1053,60,341,12,"jsxDEV"],[1053,66,341,12],[1053,68,341,13,"View"],[1053,72,341,17],[1053,73,341,17,"default"],[1053,80,341,17],[1054,14,341,18,"style"],[1054,19,341,23],[1054,21,341,25,"styles"],[1054,27,341,31],[1054,28,341,32,"tokenItemLeft"],[1054,41,341,46],[1055,14,341,46,"children"],[1055,22,341,46],[1055,38,342,14],[1055,42,342,14,"_reactJsxDevRuntime"],[1055,61,342,14],[1055,62,342,14,"jsxDEV"],[1055,68,342,14],[1055,70,342,15,"Image"],[1055,75,342,20],[1055,76,342,20,"default"],[1055,83,342,20],[1056,16,343,16,"source"],[1056,22,343,22],[1056,24,343,24],[1057,18,343,26,"uri"],[1057,21,343,29],[1057,23,343,31],[1058,16,343,79],[1058,17,343,81],[1059,16,344,16,"style"],[1059,21,344,21],[1059,23,344,23,"styles"],[1059,29,344,29],[1059,30,344,30,"tokenIcon"],[1060,14,344,40],[1061,16,344,40,"fileName"],[1061,24,344,40],[1061,26,344,40,"_jsxFileName"],[1061,38,344,40],[1062,16,344,40,"lineNumber"],[1062,26,344,40],[1063,16,344,40,"columnNumber"],[1063,28,344,40],[1064,14,344,40],[1064,21,345,15],[1064,22,345,16],[1064,37,346,14],[1064,41,346,14,"_reactJsxDevRuntime"],[1064,60,346,14],[1064,61,346,14,"jsxDEV"],[1064,67,346,14],[1064,69,346,15,"View"],[1064,73,346,19],[1064,74,346,19,"default"],[1064,81,346,19],[1065,16,346,19,"children"],[1065,24,346,19],[1065,40,347,16],[1065,44,347,16,"_reactJsxDevRuntime"],[1065,63,347,16],[1065,64,347,16,"jsxDEV"],[1065,70,347,16],[1065,72,347,17,"Text"],[1065,76,347,21],[1065,77,347,21,"default"],[1065,84,347,21],[1066,18,347,22,"style"],[1066,23,347,27],[1066,25,347,29,"styles"],[1066,31,347,35],[1066,32,347,36,"tokenItemName"],[1066,45,347,50],[1067,18,347,50,"children"],[1067,26,347,50],[1067,28,347,51],[1068,16,347,54],[1069,18,347,54,"fileName"],[1069,26,347,54],[1069,28,347,54,"_jsxFileName"],[1069,40,347,54],[1070,18,347,54,"lineNumber"],[1070,28,347,54],[1071,18,347,54,"columnNumber"],[1071,30,347,54],[1072,16,347,54],[1072,23,347,60],[1072,24,347,61],[1072,39,348,16],[1072,43,348,16,"_reactJsxDevRuntime"],[1072,62,348,16],[1072,63,348,16,"jsxDEV"],[1072,69,348,16],[1072,71,348,17,"Text"],[1072,75,348,21],[1072,76,348,21,"default"],[1072,83,348,21],[1073,18,348,22,"style"],[1073,23,348,27],[1073,25,348,29,"styles"],[1073,31,348,35],[1073,32,348,36,"tokenItemNetwork"],[1073,48,348,53],[1074,18,348,53,"children"],[1074,26,348,53],[1074,28,348,54],[1075,16,348,73],[1076,18,348,73,"fileName"],[1076,26,348,73],[1076,28,348,73,"_jsxFileName"],[1076,40,348,73],[1077,18,348,73,"lineNumber"],[1077,28,348,73],[1078,18,348,73,"columnNumber"],[1078,30,348,73],[1079,16,348,73],[1079,23,348,79],[1079,24,348,80],[1080,14,348,80],[1081,16,348,80,"fileName"],[1081,24,348,80],[1081,26,348,80,"_jsxFileName"],[1081,38,348,80],[1082,16,348,80,"lineNumber"],[1082,26,348,80],[1083,16,348,80,"columnNumber"],[1083,28,348,80],[1084,14,348,80],[1084,21,349,20],[1084,22,349,21],[1085,12,349,21],[1086,14,349,21,"fileName"],[1086,22,349,21],[1086,24,349,21,"_jsxFileName"],[1086,36,349,21],[1087,14,349,21,"lineNumber"],[1087,24,349,21],[1088,14,349,21,"columnNumber"],[1088,26,349,21],[1089,12,349,21],[1089,19,350,18],[1089,20,350,19],[1089,35,351,12],[1089,39,351,12,"_reactJsxDevRuntime"],[1089,58,351,12],[1089,59,351,12,"jsxDEV"],[1089,65,351,12],[1089,67,351,13,"View"],[1089,71,351,17],[1089,72,351,17,"default"],[1089,79,351,17],[1090,14,351,18,"style"],[1090,19,351,23],[1090,21,351,25,"styles"],[1090,27,351,31],[1090,28,351,32,"tokenItemRight"],[1090,42,351,47],[1091,14,351,47,"children"],[1091,22,351,47],[1091,38,352,14],[1091,42,352,14,"_reactJsxDevRuntime"],[1091,61,352,14],[1091,62,352,14,"jsxDEV"],[1091,68,352,14],[1091,70,352,15,"Text"],[1091,74,352,19],[1091,75,352,19,"default"],[1091,82,352,19],[1092,16,352,20,"style"],[1092,21,352,25],[1092,23,352,27,"styles"],[1092,29,352,33],[1092,30,352,34,"tokenItemBalance"],[1092,46,352,51],[1093,16,352,51,"children"],[1093,24,352,51],[1093,26,352,52],[1094,14,352,56],[1095,16,352,56,"fileName"],[1095,24,352,56],[1095,26,352,56,"_jsxFileName"],[1095,38,352,56],[1096,16,352,56,"lineNumber"],[1096,26,352,56],[1097,16,352,56,"columnNumber"],[1097,28,352,56],[1098,14,352,56],[1098,21,352,62],[1098,22,352,63],[1098,37,353,14],[1098,41,353,14,"_reactJsxDevRuntime"],[1098,60,353,14],[1098,61,353,14,"jsxDEV"],[1098,67,353,14],[1098,69,353,15,"Text"],[1098,73,353,19],[1098,74,353,19,"default"],[1098,81,353,19],[1099,16,353,20,"style"],[1099,21,353,25],[1099,23,353,27,"styles"],[1099,29,353,33],[1099,30,353,34,"tokenItemUsd"],[1099,42,353,47],[1100,16,353,47,"children"],[1100,24,353,47],[1100,26,353,48],[1101,14,353,53],[1102,16,353,53,"fileName"],[1102,24,353,53],[1102,26,353,53,"_jsxFileName"],[1102,38,353,53],[1103,16,353,53,"lineNumber"],[1103,26,353,53],[1104,16,353,53,"columnNumber"],[1104,28,353,53],[1105,14,353,53],[1105,21,353,59],[1105,22,353,60],[1106,12,353,60],[1107,14,353,60,"fileName"],[1107,22,353,60],[1107,24,353,60,"_jsxFileName"],[1107,36,353,60],[1108,14,353,60,"lineNumber"],[1108,24,353,60],[1109,14,353,60,"columnNumber"],[1109,26,353,60],[1110,12,353,60],[1110,19,354,18],[1110,20,354,19],[1111,10,354,19],[1112,12,354,19,"fileName"],[1112,20,354,19],[1112,22,354,19,"_jsxFileName"],[1112,34,354,19],[1113,12,354,19,"lineNumber"],[1113,22,354,19],[1114,12,354,19,"columnNumber"],[1114,24,354,19],[1115,10,354,19],[1115,17,355,16],[1115,18,355,17],[1115,33,358,10],[1115,37,358,10,"_reactJsxDevRuntime"],[1115,56,358,10],[1115,57,358,10,"jsxDEV"],[1115,63,358,10],[1115,65,358,11,"View"],[1115,69,358,15],[1115,70,358,15,"default"],[1115,77,358,15],[1116,12,358,16,"style"],[1116,17,358,21],[1116,19,358,23,"styles"],[1116,25,358,29],[1116,26,358,30,"tokenItem"],[1116,35,358,40],[1117,12,358,40,"children"],[1117,20,358,40],[1117,36,359,12],[1117,40,359,12,"_reactJsxDevRuntime"],[1117,59,359,12],[1117,60,359,12,"jsxDEV"],[1117,66,359,12],[1117,68,359,13,"View"],[1117,72,359,17],[1117,73,359,17,"default"],[1117,80,359,17],[1118,14,359,18,"style"],[1118,19,359,23],[1118,21,359,25,"styles"],[1118,27,359,31],[1118,28,359,32,"tokenItemLeft"],[1118,41,359,46],[1119,14,359,46,"children"],[1119,22,359,46],[1119,38,360,14],[1119,42,360,14,"_reactJsxDevRuntime"],[1119,61,360,14],[1119,62,360,14,"jsxDEV"],[1119,68,360,14],[1119,70,360,15,"Image"],[1119,75,360,20],[1119,76,360,20,"default"],[1119,83,360,20],[1120,16,361,16,"source"],[1120,22,361,22],[1120,24,361,24],[1121,18,361,26,"uri"],[1121,21,361,29],[1121,23,361,31],[1122,16,361,83],[1122,17,361,85],[1123,16,362,16,"style"],[1123,21,362,21],[1123,23,362,23,"styles"],[1123,29,362,29],[1123,30,362,30,"tokenIcon"],[1124,14,362,40],[1125,16,362,40,"fileName"],[1125,24,362,40],[1125,26,362,40,"_jsxFileName"],[1125,38,362,40],[1126,16,362,40,"lineNumber"],[1126,26,362,40],[1127,16,362,40,"columnNumber"],[1127,28,362,40],[1128,14,362,40],[1128,21,363,15],[1128,22,363,16],[1128,37,364,14],[1128,41,364,14,"_reactJsxDevRuntime"],[1128,60,364,14],[1128,61,364,14,"jsxDEV"],[1128,67,364,14],[1128,69,364,15,"View"],[1128,73,364,19],[1128,74,364,19,"default"],[1128,81,364,19],[1129,16,364,19,"children"],[1129,24,364,19],[1129,40,365,16],[1129,44,365,16,"_reactJsxDevRuntime"],[1129,63,365,16],[1129,64,365,16,"jsxDEV"],[1129,70,365,16],[1129,72,365,17,"Text"],[1129,76,365,21],[1129,77,365,21,"default"],[1129,84,365,21],[1130,18,365,22,"style"],[1130,23,365,27],[1130,25,365,29,"styles"],[1130,31,365,35],[1130,32,365,36,"tokenItemName"],[1130,45,365,50],[1131,18,365,50,"children"],[1131,26,365,50],[1131,28,365,51],[1132,16,365,54],[1133,18,365,54,"fileName"],[1133,26,365,54],[1133,28,365,54,"_jsxFileName"],[1133,40,365,54],[1134,18,365,54,"lineNumber"],[1134,28,365,54],[1135,18,365,54,"columnNumber"],[1135,30,365,54],[1136,16,365,54],[1136,23,365,60],[1136,24,365,61],[1136,39,366,16],[1136,43,366,16,"_reactJsxDevRuntime"],[1136,62,366,16],[1136,63,366,16,"jsxDEV"],[1136,69,366,16],[1136,71,366,17,"Text"],[1136,75,366,21],[1136,76,366,21,"default"],[1136,83,366,21],[1137,18,366,22,"style"],[1137,23,366,27],[1137,25,366,29,"styles"],[1137,31,366,35],[1137,32,366,36,"tokenItemNetwork"],[1137,48,366,53],[1138,18,366,53,"children"],[1138,26,366,53],[1138,28,366,54],[1139,16,366,61],[1140,18,366,61,"fileName"],[1140,26,366,61],[1140,28,366,61,"_jsxFileName"],[1140,40,366,61],[1141,18,366,61,"lineNumber"],[1141,28,366,61],[1142,18,366,61,"columnNumber"],[1142,30,366,61],[1143,16,366,61],[1143,23,366,67],[1143,24,366,68],[1144,14,366,68],[1145,16,366,68,"fileName"],[1145,24,366,68],[1145,26,366,68,"_jsxFileName"],[1145,38,366,68],[1146,16,366,68,"lineNumber"],[1146,26,366,68],[1147,16,366,68,"columnNumber"],[1147,28,366,68],[1148,14,366,68],[1148,21,367,20],[1148,22,367,21],[1149,12,367,21],[1150,14,367,21,"fileName"],[1150,22,367,21],[1150,24,367,21,"_jsxFileName"],[1150,36,367,21],[1151,14,367,21,"lineNumber"],[1151,24,367,21],[1152,14,367,21,"columnNumber"],[1152,26,367,21],[1153,12,367,21],[1153,19,368,18],[1153,20,368,19],[1153,35,369,12],[1153,39,369,12,"_reactJsxDevRuntime"],[1153,58,369,12],[1153,59,369,12,"jsxDEV"],[1153,65,369,12],[1153,67,369,13,"View"],[1153,71,369,17],[1153,72,369,17,"default"],[1153,79,369,17],[1154,14,369,18,"style"],[1154,19,369,23],[1154,21,369,25,"styles"],[1154,27,369,31],[1154,28,369,32,"tokenItemRight"],[1154,42,369,47],[1155,14,369,47,"children"],[1155,22,369,47],[1155,38,370,14],[1155,42,370,14,"_reactJsxDevRuntime"],[1155,61,370,14],[1155,62,370,14,"jsxDEV"],[1155,68,370,14],[1155,70,370,15,"Text"],[1155,74,370,19],[1155,75,370,19,"default"],[1155,82,370,19],[1156,16,370,20,"style"],[1156,21,370,25],[1156,23,370,27,"styles"],[1156,29,370,33],[1156,30,370,34,"tokenItemBalance"],[1156,46,370,51],[1157,16,370,51,"children"],[1157,24,370,51],[1157,26,370,52],[1158,14,370,56],[1159,16,370,56,"fileName"],[1159,24,370,56],[1159,26,370,56,"_jsxFileName"],[1159,38,370,56],[1160,16,370,56,"lineNumber"],[1160,26,370,56],[1161,16,370,56,"columnNumber"],[1161,28,370,56],[1162,14,370,56],[1162,21,370,62],[1162,22,370,63],[1162,37,371,14],[1162,41,371,14,"_reactJsxDevRuntime"],[1162,60,371,14],[1162,61,371,14,"jsxDEV"],[1162,67,371,14],[1162,69,371,15,"Text"],[1162,73,371,19],[1162,74,371,19,"default"],[1162,81,371,19],[1163,16,371,20,"style"],[1163,21,371,25],[1163,23,371,27,"styles"],[1163,29,371,33],[1163,30,371,34,"tokenItemUsd"],[1163,42,371,47],[1164,16,371,47,"children"],[1164,24,371,47],[1164,26,371,48],[1165,14,371,53],[1166,16,371,53,"fileName"],[1166,24,371,53],[1166,26,371,53,"_jsxFileName"],[1166,38,371,53],[1167,16,371,53,"lineNumber"],[1167,26,371,53],[1168,16,371,53,"columnNumber"],[1168,28,371,53],[1169,14,371,53],[1169,21,371,59],[1169,22,371,60],[1170,12,371,60],[1171,14,371,60,"fileName"],[1171,22,371,60],[1171,24,371,60,"_jsxFileName"],[1171,36,371,60],[1172,14,371,60,"lineNumber"],[1172,24,371,60],[1173,14,371,60,"columnNumber"],[1173,26,371,60],[1174,12,371,60],[1174,19,372,18],[1174,20,372,19],[1175,10,372,19],[1176,12,372,19,"fileName"],[1176,20,372,19],[1176,22,372,19,"_jsxFileName"],[1176,34,372,19],[1177,12,372,19,"lineNumber"],[1177,22,372,19],[1178,12,372,19,"columnNumber"],[1178,24,372,19],[1179,10,372,19],[1179,17,373,16],[1179,18,373,17],[1179,33,376,10],[1179,37,376,10,"_reactJsxDevRuntime"],[1179,56,376,10],[1179,57,376,10,"jsxDEV"],[1179,63,376,10],[1179,65,376,11,"View"],[1179,69,376,15],[1179,70,376,15,"default"],[1179,77,376,15],[1180,12,376,16,"style"],[1180,17,376,21],[1180,19,376,23,"styles"],[1180,25,376,29],[1180,26,376,30,"tokenItem"],[1180,35,376,40],[1181,12,376,40,"children"],[1181,20,376,40],[1181,36,377,12],[1181,40,377,12,"_reactJsxDevRuntime"],[1181,59,377,12],[1181,60,377,12,"jsxDEV"],[1181,66,377,12],[1181,68,377,13,"View"],[1181,72,377,17],[1181,73,377,17,"default"],[1181,80,377,17],[1182,14,377,18,"style"],[1182,19,377,23],[1182,21,377,25,"styles"],[1182,27,377,31],[1182,28,377,32,"tokenItemLeft"],[1182,41,377,46],[1183,14,377,46,"children"],[1183,22,377,46],[1183,38,378,14],[1183,42,378,14,"_reactJsxDevRuntime"],[1183,61,378,14],[1183,62,378,14,"jsxDEV"],[1183,68,378,14],[1183,70,378,15,"Image"],[1183,75,378,20],[1183,76,378,20,"default"],[1183,83,378,20],[1184,16,379,16,"source"],[1184,22,379,22],[1184,24,379,24],[1185,18,379,26,"uri"],[1185,21,379,29],[1185,23,379,31],[1186,16,379,82],[1186,17,379,84],[1187,16,380,16,"style"],[1187,21,380,21],[1187,23,380,23,"styles"],[1187,29,380,29],[1187,30,380,30,"tokenIcon"],[1188,14,380,40],[1189,16,380,40,"fileName"],[1189,24,380,40],[1189,26,380,40,"_jsxFileName"],[1189,38,380,40],[1190,16,380,40,"lineNumber"],[1190,26,380,40],[1191,16,380,40,"columnNumber"],[1191,28,380,40],[1192,14,380,40],[1192,21,381,15],[1192,22,381,16],[1192,37,382,14],[1192,41,382,14,"_reactJsxDevRuntime"],[1192,60,382,14],[1192,61,382,14,"jsxDEV"],[1192,67,382,14],[1192,69,382,15,"View"],[1192,73,382,19],[1192,74,382,19,"default"],[1192,81,382,19],[1193,16,382,19,"children"],[1193,24,382,19],[1193,40,383,16],[1193,44,383,16,"_reactJsxDevRuntime"],[1193,63,383,16],[1193,64,383,16,"jsxDEV"],[1193,70,383,16],[1193,72,383,17,"Text"],[1193,76,383,21],[1193,77,383,21,"default"],[1193,84,383,21],[1194,18,383,22,"style"],[1194,23,383,27],[1194,25,383,29,"styles"],[1194,31,383,35],[1194,32,383,36,"tokenItemName"],[1194,45,383,50],[1195,18,383,50,"children"],[1195,26,383,50],[1195,28,383,51],[1196,16,383,54],[1197,18,383,54,"fileName"],[1197,26,383,54],[1197,28,383,54,"_jsxFileName"],[1197,40,383,54],[1198,18,383,54,"lineNumber"],[1198,28,383,54],[1199,18,383,54,"columnNumber"],[1199,30,383,54],[1200,16,383,54],[1200,23,383,60],[1200,24,383,61],[1200,39,384,16],[1200,43,384,16,"_reactJsxDevRuntime"],[1200,62,384,16],[1200,63,384,16,"jsxDEV"],[1200,69,384,16],[1200,71,384,17,"Text"],[1200,75,384,21],[1200,76,384,21,"default"],[1200,83,384,21],[1201,18,384,22,"style"],[1201,23,384,27],[1201,25,384,29,"styles"],[1201,31,384,35],[1201,32,384,36,"tokenItemNetwork"],[1201,48,384,53],[1202,18,384,53,"children"],[1202,26,384,53],[1202,28,384,54],[1203,16,384,60],[1204,18,384,60,"fileName"],[1204,26,384,60],[1204,28,384,60,"_jsxFileName"],[1204,40,384,60],[1205,18,384,60,"lineNumber"],[1205,28,384,60],[1206,18,384,60,"columnNumber"],[1206,30,384,60],[1207,16,384,60],[1207,23,384,66],[1207,24,384,67],[1208,14,384,67],[1209,16,384,67,"fileName"],[1209,24,384,67],[1209,26,384,67,"_jsxFileName"],[1209,38,384,67],[1210,16,384,67,"lineNumber"],[1210,26,384,67],[1211,16,384,67,"columnNumber"],[1211,28,384,67],[1212,14,384,67],[1212,21,385,20],[1212,22,385,21],[1213,12,385,21],[1214,14,385,21,"fileName"],[1214,22,385,21],[1214,24,385,21,"_jsxFileName"],[1214,36,385,21],[1215,14,385,21,"lineNumber"],[1215,24,385,21],[1216,14,385,21,"columnNumber"],[1216,26,385,21],[1217,12,385,21],[1217,19,386,18],[1217,20,386,19],[1217,35,387,12],[1217,39,387,12,"_reactJsxDevRuntime"],[1217,58,387,12],[1217,59,387,12,"jsxDEV"],[1217,65,387,12],[1217,67,387,13,"View"],[1217,71,387,17],[1217,72,387,17,"default"],[1217,79,387,17],[1218,14,387,18,"style"],[1218,19,387,23],[1218,21,387,25,"styles"],[1218,27,387,31],[1218,28,387,32,"tokenItemRight"],[1218,42,387,47],[1219,14,387,47,"children"],[1219,22,387,47],[1219,38,388,14],[1219,42,388,14,"_reactJsxDevRuntime"],[1219,61,388,14],[1219,62,388,14,"jsxDEV"],[1219,68,388,14],[1219,70,388,15,"Text"],[1219,74,388,19],[1219,75,388,19,"default"],[1219,82,388,19],[1220,16,388,20,"style"],[1220,21,388,25],[1220,23,388,27,"styles"],[1220,29,388,33],[1220,30,388,34,"tokenItemBalance"],[1220,46,388,51],[1221,16,388,51,"children"],[1221,24,388,51],[1221,26,388,52],[1222,14,388,56],[1223,16,388,56,"fileName"],[1223,24,388,56],[1223,26,388,56,"_jsxFileName"],[1223,38,388,56],[1224,16,388,56,"lineNumber"],[1224,26,388,56],[1225,16,388,56,"columnNumber"],[1225,28,388,56],[1226,14,388,56],[1226,21,388,62],[1226,22,388,63],[1226,37,389,14],[1226,41,389,14,"_reactJsxDevRuntime"],[1226,60,389,14],[1226,61,389,14,"jsxDEV"],[1226,67,389,14],[1226,69,389,15,"Text"],[1226,73,389,19],[1226,74,389,19,"default"],[1226,81,389,19],[1227,16,389,20,"style"],[1227,21,389,25],[1227,23,389,27,"styles"],[1227,29,389,33],[1227,30,389,34,"tokenItemUsd"],[1227,42,389,47],[1228,16,389,47,"children"],[1228,24,389,47],[1228,26,389,48],[1229,14,389,53],[1230,16,389,53,"fileName"],[1230,24,389,53],[1230,26,389,53,"_jsxFileName"],[1230,38,389,53],[1231,16,389,53,"lineNumber"],[1231,26,389,53],[1232,16,389,53,"columnNumber"],[1232,28,389,53],[1233,14,389,53],[1233,21,389,59],[1233,22,389,60],[1234,12,389,60],[1235,14,389,60,"fileName"],[1235,22,389,60],[1235,24,389,60,"_jsxFileName"],[1235,36,389,60],[1236,14,389,60,"lineNumber"],[1236,24,389,60],[1237,14,389,60,"columnNumber"],[1237,26,389,60],[1238,12,389,60],[1238,19,390,18],[1238,20,390,19],[1239,10,390,19],[1240,12,390,19,"fileName"],[1240,20,390,19],[1240,22,390,19,"_jsxFileName"],[1240,34,390,19],[1241,12,390,19,"lineNumber"],[1241,22,390,19],[1242,12,390,19,"columnNumber"],[1242,24,390,19],[1243,10,390,19],[1243,17,391,16],[1243,18,391,17],[1244,8,391,17],[1245,10,391,17,"fileName"],[1245,18,391,17],[1245,20,391,17,"_jsxFileName"],[1245,32,391,17],[1246,10,391,17,"lineNumber"],[1246,20,391,17],[1247,10,391,17,"columnNumber"],[1247,22,391,17],[1248,8,391,17],[1248,15,392,14],[1248,16,392,15],[1249,6,392,15],[1250,8,392,15,"fileName"],[1250,16,392,15],[1250,18,392,15,"_jsxFileName"],[1250,30,392,15],[1251,8,392,15,"lineNumber"],[1251,18,392,15],[1252,8,392,15,"columnNumber"],[1252,20,392,15],[1253,6,392,15],[1253,13,393,18],[1254,4,393,19],[1255,6,393,19,"fileName"],[1255,14,393,19],[1255,16,393,19,"_jsxFileName"],[1255,28,393,19],[1256,6,393,19,"lineNumber"],[1256,16,393,19],[1257,6,393,19,"columnNumber"],[1257,18,393,19],[1258,4,393,19],[1258,11,394,10],[1258,12,394,11],[1259,2,396,0],[1260,2,396,1,"_s2"],[1260,5,396,1],[1260,6,118,9,"WalletTab"],[1260,15,118,18],[1261,4,118,18],[1261,12,119,19,"useAuth"],[1261,32,119,26],[1261,33,119,26,"useAuth"],[1261,40,119,26],[1261,42,120,17,"useSafeAreaInsets"],[1261,69,120,34],[1261,70,120,34,"useSafeAreaInsets"],[1261,87,120,34],[1262,2,120,34],[1263,2,120,34,"_c2"],[1263,5,120,34],[1263,8,118,9,"WalletTab"],[1263,17,118,18],[1264,2,398,0],[1264,11,398,9,"CitizensTab"],[1264,22,398,20,"CitizensTab"],[1264,23,398,20],[1264,25,398,23],[1265,4,399,2],[1265,24,400,4],[1265,28,400,4,"_reactJsxDevRuntime"],[1265,47,400,4],[1265,48,400,4,"jsxDEV"],[1265,54,400,4],[1265,56,400,5,"View"],[1265,60,400,9],[1265,61,400,9,"default"],[1265,68,400,9],[1266,6,400,10,"style"],[1266,11,400,15],[1266,13,400,17,"styles"],[1266,19,400,23],[1266,20,400,24,"container"],[1266,29,400,34],[1267,6,400,34,"children"],[1267,14,400,34],[1267,29,401,6],[1267,33,401,6,"_reactJsxDevRuntime"],[1267,52,401,6],[1267,53,401,6,"jsxDEV"],[1267,59,401,6],[1267,61,401,7,"Text"],[1267,65,401,11],[1267,66,401,11,"default"],[1267,73,401,11],[1268,8,401,12,"style"],[1268,13,401,17],[1268,15,401,19,"styles"],[1268,21,401,25],[1268,22,401,26,"placeholderText"],[1268,37,401,42],[1269,8,401,42,"children"],[1269,16,401,42],[1269,18,401,43],[1270,6,401,58],[1271,8,401,58,"fileName"],[1271,16,401,58],[1271,18,401,58,"_jsxFileName"],[1271,30,401,58],[1272,8,401,58,"lineNumber"],[1272,18,401,58],[1273,8,401,58,"columnNumber"],[1273,20,401,58],[1274,6,401,58],[1274,13,401,64],[1275,4,401,65],[1276,6,401,65,"fileName"],[1276,14,401,65],[1276,16,401,65,"_jsxFileName"],[1276,28,401,65],[1277,6,401,65,"lineNumber"],[1277,16,401,65],[1278,6,401,65,"columnNumber"],[1278,18,401,65],[1279,4,401,65],[1279,11,402,10],[1279,12,402,11],[1280,2,404,0],[1281,2,404,1,"_c3"],[1281,5,404,1],[1281,8,398,9,"CitizensTab"],[1281,19,398,20],[1282,2,406,0],[1282,11,406,9,"ReferralTab"],[1282,22,406,20,"ReferralTab"],[1282,23,406,20],[1282,25,406,23],[1283,4,407,2],[1283,24,408,4],[1283,28,408,4,"_reactJsxDevRuntime"],[1283,47,408,4],[1283,48,408,4,"jsxDEV"],[1283,54,408,4],[1283,56,408,5,"View"],[1283,60,408,9],[1283,61,408,9,"default"],[1283,68,408,9],[1284,6,408,10,"style"],[1284,11,408,15],[1284,13,408,17,"styles"],[1284,19,408,23],[1284,20,408,24,"container"],[1284,29,408,34],[1285,6,408,34,"children"],[1285,14,408,34],[1285,29,409,6],[1285,33,409,6,"_reactJsxDevRuntime"],[1285,52,409,6],[1285,53,409,6,"jsxDEV"],[1285,59,409,6],[1285,61,409,7,"Text"],[1285,65,409,11],[1285,66,409,11,"default"],[1285,73,409,11],[1286,8,409,12,"style"],[1286,13,409,17],[1286,15,409,19,"styles"],[1286,21,409,25],[1286,22,409,26,"placeholderText"],[1286,37,409,42],[1287,8,409,42,"children"],[1287,16,409,42],[1287,18,409,43],[1288,6,409,58],[1289,8,409,58,"fileName"],[1289,16,409,58],[1289,18,409,58,"_jsxFileName"],[1289,30,409,58],[1290,8,409,58,"lineNumber"],[1290,18,409,58],[1291,8,409,58,"columnNumber"],[1291,20,409,58],[1292,6,409,58],[1292,13,409,64],[1293,4,409,65],[1294,6,409,65,"fileName"],[1294,14,409,65],[1294,16,409,65,"_jsxFileName"],[1294,28,409,65],[1295,6,409,65,"lineNumber"],[1295,16,409,65],[1296,6,409,65,"columnNumber"],[1296,18,409,65],[1297,4,409,65],[1297,11,410,10],[1297,12,410,11],[1298,2,412,0],[1299,2,412,1,"_c4"],[1299,5,412,1],[1299,8,406,9,"ReferralTab"],[1299,19,406,20],[1300,2,414,0],[1300,11,414,9,"ProfileTab"],[1300,21,414,19,"ProfileTab"],[1300,22,414,19],[1300,24,414,22],[1301,4,415,2],[1301,24,416,4],[1301,28,416,4,"_reactJsxDevRuntime"],[1301,47,416,4],[1301,48,416,4,"jsxDEV"],[1301,54,416,4],[1301,56,416,5,"View"],[1301,60,416,9],[1301,61,416,9,"default"],[1301,68,416,9],[1302,6,416,10,"style"],[1302,11,416,15],[1302,13,416,17,"styles"],[1302,19,416,23],[1302,20,416,24,"container"],[1302,29,416,34],[1303,6,416,34,"children"],[1303,14,416,34],[1303,29,417,6],[1303,33,417,6,"_reactJsxDevRuntime"],[1303,52,417,6],[1303,53,417,6,"jsxDEV"],[1303,59,417,6],[1303,61,417,7,"Text"],[1303,65,417,11],[1303,66,417,11,"default"],[1303,73,417,11],[1304,8,417,12,"style"],[1304,13,417,17],[1304,15,417,19,"styles"],[1304,21,417,25],[1304,22,417,26,"placeholderText"],[1304,37,417,42],[1305,8,417,42,"children"],[1305,16,417,42],[1305,18,417,43],[1306,6,417,57],[1307,8,417,57,"fileName"],[1307,16,417,57],[1307,18,417,57,"_jsxFileName"],[1307,30,417,57],[1308,8,417,57,"lineNumber"],[1308,18,417,57],[1309,8,417,57,"columnNumber"],[1309,20,417,57],[1310,6,417,57],[1310,13,417,63],[1311,4,417,64],[1312,6,417,64,"fileName"],[1312,14,417,64],[1312,16,417,64,"_jsxFileName"],[1312,28,417,64],[1313,6,417,64,"lineNumber"],[1313,16,417,64],[1314,6,417,64,"columnNumber"],[1314,18,417,64],[1315,4,417,64],[1315,11,418,10],[1315,12,418,11],[1316,2,420,0],[1317,2,420,1,"_c5"],[1317,5,420,1],[1317,8,414,9,"ProfileTab"],[1317,18,414,19],[1318,2,422,0],[1318,8,422,6,"Tab"],[1318,11,422,9],[1318,14,422,12],[1318,18,422,12,"createBottomTabNavigator"],[1318,44,422,36],[1318,45,422,36,"createBottomTabNavigator"],[1318,69,422,36],[1318,71,422,37],[1318,72,422,38],[1319,2,424,15],[1319,11,424,24,"HomeScreen"],[1319,21,424,34,"HomeScreen"],[1319,22,424,34],[1319,24,424,37],[1320,4,425,2],[1320,24,426,4],[1320,28,426,4,"_reactJsxDevRuntime"],[1320,47,426,4],[1320,48,426,4,"jsxDEV"],[1320,54,426,4],[1320,56,426,5,"Tab"],[1320,59,426,8],[1320,60,426,9,"Navigator"],[1320,69,426,18],[1321,6,427,6,"screenOptions"],[1321,19,427,19],[1321,21,427,21],[1322,8,428,8,"headerShown"],[1322,19,428,19],[1322,21,428,21],[1322,26,428,26],[1323,8,429,8,"tabBarActiveTintColor"],[1323,29,429,29],[1323,31,429,31],[1323,40,429,40],[1324,8,430,8,"tabBarInactiveTintColor"],[1324,31,430,31],[1324,33,430,33],[1324,42,430,42],[1325,8,431,8,"tabBarStyle"],[1325,19,431,19],[1325,21,431,21,"styles"],[1325,27,431,27],[1325,28,431,28,"tabBar"],[1326,6,432,6],[1326,7,432,8],[1327,6,432,8,"children"],[1327,14,432,8],[1327,30,434,6],[1327,34,434,6,"_reactJsxDevRuntime"],[1327,53,434,6],[1327,54,434,6,"jsxDEV"],[1327,60,434,6],[1327,62,434,7,"Tab"],[1327,65,434,10],[1327,66,434,11,"Screen"],[1327,72,434,17],[1328,8,435,8,"name"],[1328,12,435,12],[1328,14,435,13],[1328,23,435,22],[1329,8,436,8,"component"],[1329,17,436,17],[1329,19,436,19,"HomeTab"],[1329,26,436,27],[1330,8,437,8,"options"],[1330,15,437,15],[1330,17,437,17],[1331,10,438,10,"tabBarLabel"],[1331,21,438,21],[1331,23,438,23],[1331,29,438,29],[1332,10,439,10,"tabBarIcon"],[1332,20,439,20],[1332,22,439,22,"tabBarIcon"],[1332,23,439,23],[1333,12,439,25,"color"],[1333,17,439,30],[1334,12,439,32,"size"],[1335,10,439,37],[1335,11,439,38],[1335,29,440,12],[1335,33,440,12,"_reactJsxDevRuntime"],[1335,52,440,12],[1335,53,440,12,"jsxDEV"],[1335,59,440,12],[1335,61,440,13,"_expoVectorIcons"],[1335,77,440,21],[1335,78,440,21,"Ionicons"],[1335,86,440,21],[1336,12,440,22,"name"],[1336,16,440,26],[1336,18,440,27],[1336,24,440,33],[1337,12,440,34,"size"],[1337,16,440,38],[1337,18,440,40,"size"],[1337,22,440,45],[1338,12,440,46,"color"],[1338,17,440,51],[1338,19,440,53,"color"],[1339,10,440,59],[1340,12,440,59,"fileName"],[1340,20,440,59],[1340,22,440,59,"_jsxFileName"],[1340,34,440,59],[1341,12,440,59,"lineNumber"],[1341,22,440,59],[1342,12,440,59,"columnNumber"],[1342,24,440,59],[1343,10,440,59],[1343,17,440,61],[1344,8,442,8],[1345,6,442,10],[1346,8,442,10,"fileName"],[1346,16,442,10],[1346,18,442,10,"_jsxFileName"],[1346,30,442,10],[1347,8,442,10,"lineNumber"],[1347,18,442,10],[1348,8,442,10,"columnNumber"],[1348,20,442,10],[1349,6,442,10],[1349,13,443,7],[1349,14,443,8],[1349,29,444,6],[1349,33,444,6,"_reactJsxDevRuntime"],[1349,52,444,6],[1349,53,444,6,"jsxDEV"],[1349,59,444,6],[1349,61,444,7,"Tab"],[1349,64,444,10],[1349,65,444,11,"Screen"],[1349,71,444,17],[1350,8,445,8,"name"],[1350,12,445,12],[1350,14,445,13],[1350,22,445,21],[1351,8,446,8,"component"],[1351,17,446,17],[1351,19,446,19,"WalletTab"],[1351,28,446,29],[1352,8,447,8,"options"],[1352,15,447,15],[1352,17,447,17],[1353,10,448,10,"tabBarLabel"],[1353,21,448,21],[1353,23,448,23],[1353,31,448,31],[1354,10,449,10,"tabBarIcon"],[1354,20,449,20],[1354,22,449,22,"tabBarIcon"],[1354,23,449,23],[1355,12,449,25,"color"],[1355,17,449,30],[1356,12,449,32,"size"],[1357,10,449,37],[1357,11,449,38],[1357,29,450,12],[1357,33,450,12,"_reactJsxDevRuntime"],[1357,52,450,12],[1357,53,450,12,"jsxDEV"],[1357,59,450,12],[1357,61,450,13,"_expoVectorIcons"],[1357,77,450,21],[1357,78,450,21,"Ionicons"],[1357,86,450,21],[1358,12,450,22,"name"],[1358,16,450,26],[1358,18,450,27],[1358,26,450,35],[1359,12,450,36,"size"],[1359,16,450,40],[1359,18,450,42,"size"],[1359,22,450,47],[1360,12,450,48,"color"],[1360,17,450,53],[1360,19,450,55,"color"],[1361,10,450,61],[1362,12,450,61,"fileName"],[1362,20,450,61],[1362,22,450,61,"_jsxFileName"],[1362,34,450,61],[1363,12,450,61,"lineNumber"],[1363,22,450,61],[1364,12,450,61,"columnNumber"],[1364,24,450,61],[1365,10,450,61],[1365,17,450,63],[1366,8,452,8],[1367,6,452,10],[1368,8,452,10,"fileName"],[1368,16,452,10],[1368,18,452,10,"_jsxFileName"],[1368,30,452,10],[1369,8,452,10,"lineNumber"],[1369,18,452,10],[1370,8,452,10,"columnNumber"],[1370,20,452,10],[1371,6,452,10],[1371,13,453,7],[1371,14,453,8],[1371,29,454,6],[1371,33,454,6,"_reactJsxDevRuntime"],[1371,52,454,6],[1371,53,454,6,"jsxDEV"],[1371,59,454,6],[1371,61,454,7,"Tab"],[1371,64,454,10],[1371,65,454,11,"Screen"],[1371,71,454,17],[1372,8,455,8,"name"],[1372,12,455,12],[1372,14,455,13],[1372,24,455,23],[1373,8,456,8,"component"],[1373,17,456,17],[1373,19,456,19,"CitizensTab"],[1373,30,456,31],[1374,8,457,8,"options"],[1374,15,457,15],[1374,17,457,17],[1375,10,458,10,"tabBarLabel"],[1375,21,458,21],[1375,23,458,23],[1375,33,458,33],[1376,10,459,10,"tabBarIcon"],[1376,20,459,20],[1376,22,459,22,"tabBarIcon"],[1376,23,459,23],[1377,12,459,25,"color"],[1377,17,459,30],[1378,12,459,32,"size"],[1379,10,459,37],[1379,11,459,38],[1379,29,460,12],[1379,33,460,12,"_reactJsxDevRuntime"],[1379,52,460,12],[1379,53,460,12,"jsxDEV"],[1379,59,460,12],[1379,61,460,13,"_expoVectorIcons"],[1379,77,460,21],[1379,78,460,21,"Ionicons"],[1379,86,460,21],[1380,12,460,22,"name"],[1380,16,460,26],[1380,18,460,27],[1380,26,460,35],[1381,12,460,36,"size"],[1381,16,460,40],[1381,18,460,42,"size"],[1381,22,460,47],[1382,12,460,48,"color"],[1382,17,460,53],[1382,19,460,55,"color"],[1383,10,460,61],[1384,12,460,61,"fileName"],[1384,20,460,61],[1384,22,460,61,"_jsxFileName"],[1384,34,460,61],[1385,12,460,61,"lineNumber"],[1385,22,460,61],[1386,12,460,61,"columnNumber"],[1386,24,460,61],[1387,10,460,61],[1387,17,460,63],[1388,8,462,8],[1389,6,462,10],[1390,8,462,10,"fileName"],[1390,16,462,10],[1390,18,462,10,"_jsxFileName"],[1390,30,462,10],[1391,8,462,10,"lineNumber"],[1391,18,462,10],[1392,8,462,10,"columnNumber"],[1392,20,462,10],[1393,6,462,10],[1393,13,463,7],[1393,14,463,8],[1393,29,464,6],[1393,33,464,6,"_reactJsxDevRuntime"],[1393,52,464,6],[1393,53,464,6,"jsxDEV"],[1393,59,464,6],[1393,61,464,7,"Tab"],[1393,64,464,10],[1393,65,464,11,"Screen"],[1393,71,464,17],[1394,8,465,8,"name"],[1394,12,465,12],[1394,14,465,13],[1394,24,465,23],[1395,8,466,8,"component"],[1395,17,466,17],[1395,19,466,19,"ReferralTab"],[1395,30,466,31],[1396,8,467,8,"options"],[1396,15,467,15],[1396,17,467,17],[1397,10,468,10,"tabBarLabel"],[1397,21,468,21],[1397,23,468,23],[1397,33,468,33],[1398,10,469,10,"tabBarIcon"],[1398,20,469,20],[1398,22,469,22,"tabBarIcon"],[1398,23,469,23],[1399,12,469,25,"color"],[1399,17,469,30],[1400,12,469,32,"size"],[1401,10,469,37],[1401,11,469,38],[1401,29,470,12],[1401,33,470,12,"_reactJsxDevRuntime"],[1401,52,470,12],[1401,53,470,12,"jsxDEV"],[1401,59,470,12],[1401,61,470,13,"_expoVectorIcons"],[1401,77,470,21],[1401,78,470,21,"Ionicons"],[1401,86,470,21],[1402,12,470,22,"name"],[1402,16,470,26],[1402,18,470,27],[1402,24,470,33],[1403,12,470,34,"size"],[1403,16,470,38],[1403,18,470,40,"size"],[1403,22,470,45],[1404,12,470,46,"color"],[1404,17,470,51],[1404,19,470,53,"color"],[1405,10,470,59],[1406,12,470,59,"fileName"],[1406,20,470,59],[1406,22,470,59,"_jsxFileName"],[1406,34,470,59],[1407,12,470,59,"lineNumber"],[1407,22,470,59],[1408,12,470,59,"columnNumber"],[1408,24,470,59],[1409,10,470,59],[1409,17,470,61],[1410,8,472,8],[1411,6,472,10],[1412,8,472,10,"fileName"],[1412,16,472,10],[1412,18,472,10,"_jsxFileName"],[1412,30,472,10],[1413,8,472,10,"lineNumber"],[1413,18,472,10],[1414,8,472,10,"columnNumber"],[1414,20,472,10],[1415,6,472,10],[1415,13,473,7],[1415,14,473,8],[1415,29,474,6],[1415,33,474,6,"_reactJsxDevRuntime"],[1415,52,474,6],[1415,53,474,6,"jsxDEV"],[1415,59,474,6],[1415,61,474,7,"Tab"],[1415,64,474,10],[1415,65,474,11,"Screen"],[1415,71,474,17],[1416,8,475,8,"name"],[1416,12,475,12],[1416,14,475,13],[1416,23,475,22],[1417,8,476,8,"component"],[1417,17,476,17],[1417,19,476,19,"ProfileTab"],[1417,29,476,30],[1418,8,477,8,"options"],[1418,15,477,15],[1418,17,477,17],[1419,10,478,10,"tabBarLabel"],[1419,21,478,21],[1419,23,478,23],[1419,32,478,32],[1420,10,479,10,"tabBarIcon"],[1420,20,479,20],[1420,22,479,22,"tabBarIcon"],[1420,23,479,23],[1421,12,479,25,"color"],[1421,17,479,30],[1422,12,479,32,"size"],[1423,10,479,37],[1423,11,479,38],[1423,29,480,12],[1423,33,480,12,"_reactJsxDevRuntime"],[1423,52,480,12],[1423,53,480,12,"jsxDEV"],[1423,59,480,12],[1423,61,480,13,"_expoVectorIcons"],[1423,77,480,21],[1423,78,480,21,"Ionicons"],[1423,86,480,21],[1424,12,480,22,"name"],[1424,16,480,26],[1424,18,480,27],[1424,26,480,35],[1425,12,480,36,"size"],[1425,16,480,40],[1425,18,480,42,"size"],[1425,22,480,47],[1426,12,480,48,"color"],[1426,17,480,53],[1426,19,480,55,"color"],[1427,10,480,61],[1428,12,480,61,"fileName"],[1428,20,480,61],[1428,22,480,61,"_jsxFileName"],[1428,34,480,61],[1429,12,480,61,"lineNumber"],[1429,22,480,61],[1430,12,480,61,"columnNumber"],[1430,24,480,61],[1431,10,480,61],[1431,17,480,63],[1432,8,482,8],[1433,6,482,10],[1434,8,482,10,"fileName"],[1434,16,482,10],[1434,18,482,10,"_jsxFileName"],[1434,30,482,10],[1435,8,482,10,"lineNumber"],[1435,18,482,10],[1436,8,482,10,"columnNumber"],[1436,20,482,10],[1437,6,482,10],[1437,13,483,7],[1437,14,483,8],[1438,4,483,8],[1439,6,483,8,"fileName"],[1439,14,483,8],[1439,16,483,8,"_jsxFileName"],[1439,28,483,8],[1440,6,483,8,"lineNumber"],[1440,16,483,8],[1441,6,483,8,"columnNumber"],[1441,18,483,8],[1442,4,483,8],[1442,11,484,19],[1442,12,484,20],[1443,2,486,0],[1444,2,486,1,"_c6"],[1444,5,486,1],[1444,8,424,24,"HomeScreen"],[1444,18,424,34],[1445,2,488,0],[1445,8,488,6,"QUICK_ACTIONS"],[1445,21,488,19],[1445,24,488,22],[1445,25,489,2],[1446,4,489,4,"id"],[1446,6,489,6],[1446,8,489,8],[1446,11,489,11],[1447,4,489,13,"label"],[1447,9,489,18],[1447,11,489,20],[1447,17,489,26],[1448,4,489,28,"icon"],[1448,8,489,32],[1448,10,489,34],[1448,25,489,49],[1449,4,489,51,"color"],[1449,9,489,56],[1449,11,489,58],[1450,2,489,68],[1450,3,489,69],[1450,5,490,2],[1451,4,490,4,"id"],[1451,6,490,6],[1451,8,490,8],[1451,11,490,11],[1452,4,490,13,"label"],[1452,9,490,18],[1452,11,490,20],[1452,20,490,29],[1453,4,490,31,"icon"],[1453,8,490,35],[1453,10,490,37],[1453,22,490,49],[1454,4,490,51,"color"],[1454,9,490,56],[1454,11,490,58],[1455,2,490,68],[1455,3,490,69],[1455,5,491,2],[1456,4,491,4,"id"],[1456,6,491,6],[1456,8,491,8],[1456,11,491,11],[1457,4,491,13,"label"],[1457,9,491,18],[1457,11,491,20],[1457,17,491,26],[1458,4,491,28,"icon"],[1458,8,491,32],[1458,10,491,34],[1458,27,491,51],[1459,4,491,53,"color"],[1459,9,491,58],[1459,11,491,60],[1460,2,491,70],[1460,3,491,71],[1460,5,492,2],[1461,4,492,4,"id"],[1461,6,492,6],[1461,8,492,8],[1461,11,492,11],[1462,4,492,13,"label"],[1462,9,492,18],[1462,11,492,20],[1462,17,492,26],[1463,4,492,28,"icon"],[1463,8,492,32],[1463,10,492,34],[1463,28,492,52],[1464,4,492,54,"color"],[1464,9,492,59],[1464,11,492,61],[1465,2,492,71],[1465,3,492,72],[1465,5,493,2],[1466,4,493,4,"id"],[1466,6,493,6],[1466,8,493,8],[1466,11,493,11],[1467,4,493,13,"label"],[1467,9,493,18],[1467,11,493,20],[1467,18,493,27],[1468,4,493,29,"icon"],[1468,8,493,33],[1468,10,493,35],[1468,23,493,48],[1469,4,493,50,"color"],[1469,9,493,55],[1469,11,493,57],[1470,2,493,67],[1470,3,493,68],[1470,5,494,2],[1471,4,494,4,"id"],[1471,6,494,6],[1471,8,494,8],[1471,11,494,11],[1472,4,494,13,"label"],[1472,9,494,18],[1472,11,494,20],[1472,21,494,30],[1473,4,494,32,"icon"],[1473,8,494,36],[1473,10,494,38],[1473,16,494,44],[1474,4,494,46,"color"],[1474,9,494,51],[1474,11,494,53],[1475,2,494,63],[1475,3,494,64],[1475,5,495,2],[1476,4,495,4,"id"],[1476,6,495,6],[1476,8,495,8],[1476,11,495,11],[1477,4,495,13,"label"],[1477,9,495,18],[1477,11,495,20],[1477,21,495,30],[1478,4,495,32,"icon"],[1478,8,495,36],[1478,10,495,38],[1478,25,495,53],[1479,4,495,55,"color"],[1479,9,495,60],[1479,11,495,62],[1480,2,495,72],[1480,3,495,73],[1480,5,496,2],[1481,4,496,4,"id"],[1481,6,496,6],[1481,8,496,8],[1481,11,496,11],[1482,4,496,13,"label"],[1482,9,496,18],[1482,11,496,20],[1482,22,496,31],[1483,4,496,33,"icon"],[1483,8,496,37],[1483,10,496,39],[1483,18,496,47],[1484,4,496,49,"color"],[1484,9,496,54],[1484,11,496,56],[1485,2,496,66],[1485,3,496,67],[1485,5,497,2],[1486,4,497,4,"id"],[1486,6,497,6],[1486,8,497,8],[1486,11,497,11],[1487,4,497,13,"label"],[1487,9,497,18],[1487,11,497,20],[1487,21,497,30],[1488,4,497,32,"icon"],[1488,8,497,36],[1488,10,497,38],[1488,21,497,49],[1489,4,497,51,"color"],[1489,9,497,56],[1489,11,497,58],[1490,2,497,68],[1490,3,497,69],[1490,5,498,2],[1491,4,498,4,"id"],[1491,6,498,6],[1491,8,498,8],[1491,12,498,12],[1492,4,498,14,"label"],[1492,9,498,19],[1492,11,498,21],[1492,21,498,31],[1493,4,498,33,"icon"],[1493,8,498,37],[1493,10,498,39],[1493,16,498,45],[1494,4,498,47,"color"],[1494,9,498,52],[1494,11,498,54],[1495,2,498,64],[1495,3,498,65],[1495,5,499,2],[1496,4,499,4,"id"],[1496,6,499,6],[1496,8,499,8],[1496,12,499,12],[1497,4,499,14,"label"],[1497,9,499,19],[1497,11,499,21],[1497,22,499,32],[1498,4,499,34,"icon"],[1498,8,499,38],[1498,10,499,40],[1498,16,499,46],[1499,4,499,48,"color"],[1499,9,499,53],[1499,11,499,55],[1500,2,499,65],[1500,3,499,66],[1500,5,500,2],[1501,4,500,4,"id"],[1501,6,500,6],[1501,8,500,8],[1501,12,500,12],[1502,4,500,14,"label"],[1502,9,500,19],[1502,11,500,21],[1502,17,500,27],[1503,4,500,29,"icon"],[1503,8,500,33],[1503,10,500,35],[1503,16,500,41],[1504,4,500,43,"color"],[1504,9,500,48],[1504,11,500,50],[1505,2,500,60],[1505,3,500,61],[1505,4,501,1],[1506,2,503,0],[1506,8,503,6,"styles"],[1506,14,503,12],[1506,17,503,15,"StyleSheet"],[1506,27,503,25],[1506,28,503,25,"default"],[1506,35,503,25],[1506,36,503,26,"create"],[1506,42,503,32],[1506,43,503,33],[1507,4,504,2,"container"],[1507,13,504,11],[1507,15,504,13],[1508,6,505,4,"flex"],[1508,10,505,8],[1508,12,505,10],[1508,13,505,11],[1509,6,506,4,"backgroundColor"],[1509,21,506,19],[1509,23,506,21],[1510,4,507,2],[1510,5,507,3],[1511,4,508,2,"scrollContent"],[1511,17,508,15],[1511,19,508,17],[1512,6,509,4,"paddingBottom"],[1512,19,509,17],[1512,21,509,19],[1513,4,510,2],[1513,5,510,3],[1514,4,511,2,"walletScrollContent"],[1514,23,511,21],[1514,25,511,23],[1515,6,512,4,"paddingBottom"],[1515,19,512,17],[1515,21,512,19],[1516,4,513,2],[1516,5,513,3],[1517,4,514,2,"header"],[1517,10,514,8],[1517,12,514,10],[1518,6,515,4,"flexDirection"],[1518,19,515,17],[1518,21,515,19],[1518,26,515,24],[1519,6,516,4,"justifyContent"],[1519,20,516,18],[1519,22,516,20],[1519,37,516,35],[1520,6,517,4,"alignItems"],[1520,16,517,14],[1520,18,517,16],[1520,26,517,24],[1521,6,518,4,"padding"],[1521,13,518,11],[1521,15,518,13],[1521,17,518,15],[1522,6,519,4,"backgroundColor"],[1522,21,519,19],[1522,23,519,21],[1522,29,519,27],[1523,6,520,4,"borderBottomWidth"],[1523,23,520,21],[1523,25,520,23],[1523,26,520,24],[1524,6,521,4,"borderBottomColor"],[1524,23,521,21],[1524,25,521,23],[1525,4,522,2],[1525,5,522,3],[1526,4,523,2,"headerLeft"],[1526,14,523,12],[1526,16,523,14],[1527,6,524,4,"position"],[1527,14,524,12],[1527,16,524,14],[1528,4,525,2],[1528,5,525,3],[1529,4,526,2,"profileImage"],[1529,16,526,14],[1529,18,526,16],[1530,6,527,4,"width"],[1530,11,527,9],[1530,13,527,11],[1530,15,527,13],[1531,6,528,4,"height"],[1531,12,528,10],[1531,14,528,12],[1531,16,528,14],[1532,6,529,4,"borderRadius"],[1532,18,529,16],[1532,20,529,18],[1532,22,529,20],[1533,6,530,4,"backgroundColor"],[1533,21,530,19],[1533,23,530,21],[1533,32,530,30],[1534,6,531,4,"alignItems"],[1534,16,531,14],[1534,18,531,16],[1534,26,531,24],[1535,6,532,4,"justifyContent"],[1535,20,532,18],[1535,22,532,20],[1535,30,532,28],[1536,6,533,4,"overflow"],[1536,14,533,12],[1536,16,533,14],[1537,4,534,2],[1537,5,534,3],[1538,4,535,2,"profileImageSrc"],[1538,19,535,17],[1538,21,535,19],[1539,6,536,4,"width"],[1539,11,536,9],[1539,13,536,11],[1539,15,536,13],[1540,6,537,4,"height"],[1540,12,537,10],[1540,14,537,12],[1541,4,538,2],[1541,5,538,3],[1542,4,539,2,"profileBadge"],[1542,16,539,14],[1542,18,539,16],[1543,6,540,4,"position"],[1543,14,540,12],[1543,16,540,14],[1543,26,540,24],[1544,6,541,4,"bottom"],[1544,12,541,10],[1544,14,541,12],[1544,15,541,13],[1544,16,541,14],[1545,6,542,4,"right"],[1545,11,542,9],[1545,13,542,11],[1545,14,542,12],[1545,15,542,13],[1546,6,543,4,"backgroundColor"],[1546,21,543,19],[1546,23,543,21],[1546,32,543,30],[1547,6,544,4,"borderRadius"],[1547,18,544,16],[1547,20,544,18],[1547,22,544,20],[1548,6,545,4,"paddingHorizontal"],[1548,23,545,21],[1548,25,545,23],[1548,26,545,24],[1549,6,546,4,"paddingVertical"],[1549,21,546,19],[1549,23,546,21],[1549,24,546,22],[1550,6,547,4,"flexDirection"],[1550,19,547,17],[1550,21,547,19],[1550,26,547,24],[1551,6,548,4,"alignItems"],[1551,16,548,14],[1551,18,548,16],[1551,26,548,24],[1552,6,549,4,"gap"],[1552,9,549,7],[1552,11,549,9],[1553,4,550,2],[1553,5,550,3],[1554,4,551,2,"trustScore"],[1554,14,551,12],[1554,16,551,14],[1555,6,552,4,"fontSize"],[1555,14,552,12],[1555,16,552,14],[1555,18,552,16],[1556,6,553,4,"fontWeight"],[1556,16,553,14],[1556,18,553,16],[1556,23,553,21],[1557,6,554,4,"color"],[1557,11,554,9],[1557,13,554,11],[1558,4,555,2],[1558,5,555,3],[1559,4,556,2,"headerRight"],[1559,15,556,13],[1559,17,556,15],[1560,6,557,4,"flexDirection"],[1560,19,557,17],[1560,21,557,19],[1560,26,557,24],[1561,6,558,4,"gap"],[1561,9,558,7],[1561,11,558,9],[1562,4,559,2],[1562,5,559,3],[1563,4,560,2,"iconButton"],[1563,14,560,12],[1563,16,560,14],[1564,6,561,4,"padding"],[1564,13,561,11],[1564,15,561,13],[1565,4,562,2],[1565,5,562,3],[1566,4,563,2,"announcementWidget"],[1566,22,563,20],[1566,24,563,22],[1567,6,564,4,"padding"],[1567,13,564,11],[1567,15,564,13],[1568,4,565,2],[1568,5,565,3],[1569,4,566,2,"announcement"],[1569,16,566,14],[1569,18,566,16],[1570,6,567,4,"backgroundColor"],[1570,21,567,19],[1570,23,567,21],[1570,29,567,27],[1571,6,568,4,"padding"],[1571,13,568,11],[1571,15,568,13],[1571,17,568,15],[1572,6,569,4,"borderRadius"],[1572,18,569,16],[1572,20,569,18],[1572,22,569,20],[1573,6,570,4,"marginRight"],[1573,17,570,15],[1573,19,570,17],[1573,21,570,19],[1574,6,571,4,"width"],[1574,11,571,9],[1574,13,571,11,"width"],[1574,18,571,16],[1574,21,571,19],[1574,23,571,21],[1575,6,572,4,"borderLeftWidth"],[1575,21,572,19],[1575,23,572,21],[1575,24,572,22],[1576,6,573,4,"borderLeftColor"],[1576,21,573,19],[1576,23,573,21],[1577,4,574,2],[1577,5,574,3],[1578,4,575,2,"announcementTitle"],[1578,21,575,19],[1578,23,575,21],[1579,6,576,4,"fontSize"],[1579,14,576,12],[1579,16,576,14],[1579,18,576,16],[1580,6,577,4,"fontWeight"],[1580,16,577,14],[1580,18,577,16],[1580,23,577,21],[1581,6,578,4,"color"],[1581,11,578,9],[1581,13,578,11],[1581,22,578,20],[1582,6,579,4,"marginBottom"],[1582,18,579,16],[1582,20,579,18],[1583,4,580,2],[1583,5,580,3],[1584,4,581,2,"announcementText"],[1584,20,581,18],[1584,22,581,20],[1585,6,582,4,"fontSize"],[1585,14,582,12],[1585,16,582,14],[1585,18,582,16],[1586,6,583,4,"color"],[1586,11,583,9],[1586,13,583,11],[1587,4,584,2],[1587,5,584,3],[1588,4,585,2,"quickActionsContainer"],[1588,25,585,23],[1588,27,585,25],[1589,6,586,4,"padding"],[1589,13,586,11],[1589,15,586,13],[1590,4,587,2],[1590,5,587,3],[1591,4,588,2,"sectionTitle"],[1591,16,588,14],[1591,18,588,16],[1592,6,589,4,"fontSize"],[1592,14,589,12],[1592,16,589,14],[1592,18,589,16],[1593,6,590,4,"fontWeight"],[1593,16,590,14],[1593,18,590,16],[1593,23,590,21],[1594,6,591,4,"color"],[1594,11,591,9],[1594,13,591,11],[1594,22,591,20],[1595,6,592,4,"marginBottom"],[1595,18,592,16],[1595,20,592,18],[1596,4,593,2],[1596,5,593,3],[1597,4,594,2,"actionsGrid"],[1597,15,594,13],[1597,17,594,15],[1598,6,595,4,"flexDirection"],[1598,19,595,17],[1598,21,595,19],[1598,26,595,24],[1599,6,596,4,"flexWrap"],[1599,14,596,12],[1599,16,596,14],[1599,22,596,20],[1600,6,597,4,"justifyContent"],[1600,20,597,18],[1600,22,597,20],[1601,4,598,2],[1601,5,598,3],[1602,4,599,2,"actionCard"],[1602,14,599,12],[1602,16,599,14],[1603,6,600,4,"width"],[1603,11,600,9],[1603,13,600,11],[1603,14,600,12,"width"],[1603,19,600,17],[1603,22,600,20],[1603,24,600,22],[1603,28,600,26],[1603,29,600,27],[1604,6,601,4,"backgroundColor"],[1604,21,601,19],[1604,23,601,21],[1604,29,601,27],[1605,6,602,4,"padding"],[1605,13,602,11],[1605,15,602,13],[1605,17,602,15],[1606,6,603,4,"borderRadius"],[1606,18,603,16],[1606,20,603,18],[1606,22,603,20],[1607,6,604,4,"alignItems"],[1607,16,604,14],[1607,18,604,16],[1607,26,604,24],[1608,6,605,4,"marginBottom"],[1608,18,605,16],[1608,20,605,18],[1608,22,605,20],[1609,6,606,4,"shadowColor"],[1609,17,606,15],[1609,19,606,17],[1609,25,606,23],[1610,6,607,4,"shadowOffset"],[1610,18,607,16],[1610,20,607,18],[1611,8,607,20,"width"],[1611,13,607,25],[1611,15,607,27],[1611,16,607,28],[1612,8,607,30,"height"],[1612,14,607,36],[1612,16,607,38],[1613,6,607,40],[1613,7,607,41],[1614,6,608,4,"shadowOpacity"],[1614,19,608,17],[1614,21,608,19],[1614,25,608,23],[1615,6,609,4,"shadowRadius"],[1615,18,609,16],[1615,20,609,18],[1615,21,609,19],[1616,6,610,4,"elevation"],[1616,15,610,13],[1616,17,610,15],[1617,4,611,2],[1617,5,611,3],[1618,4,612,2,"actionCardFirst"],[1618,19,612,17],[1618,21,612,19],[1619,6,613,4,"marginRight"],[1619,17,613,15],[1619,19,613,17],[1620,4,614,2],[1620,5,614,3],[1621,4,615,2,"actionCardLast"],[1621,18,615,16],[1621,20,615,18],[1622,6,616,4,"marginLeft"],[1622,16,616,14],[1622,18,616,16],[1623,4,617,2],[1623,5,617,3],[1624,4,618,2,"actionIcon"],[1624,14,618,12],[1624,16,618,14],[1625,6,619,4,"width"],[1625,11,619,9],[1625,13,619,11],[1625,15,619,13],[1626,6,620,4,"height"],[1626,12,620,10],[1626,14,620,12],[1626,16,620,14],[1627,6,621,4,"borderRadius"],[1627,18,621,16],[1627,20,621,18],[1627,22,621,20],[1628,6,622,4,"alignItems"],[1628,16,622,14],[1628,18,622,16],[1628,26,622,24],[1629,6,623,4,"justifyContent"],[1629,20,623,18],[1629,22,623,20],[1629,30,623,28],[1630,6,624,4,"marginBottom"],[1630,18,624,16],[1630,20,624,18],[1631,4,625,2],[1631,5,625,3],[1632,4,626,2,"actionLabel"],[1632,15,626,13],[1632,17,626,15],[1633,6,627,4,"fontSize"],[1633,14,627,12],[1633,16,627,14],[1633,18,627,16],[1634,6,628,4,"color"],[1634,11,628,9],[1634,13,628,11],[1634,22,628,20],[1635,6,629,4,"textAlign"],[1635,15,629,13],[1635,17,629,15],[1636,4,630,2],[1636,5,630,3],[1637,4,631,2,"walletHeader"],[1637,16,631,14],[1637,18,631,16],[1638,6,632,4,"padding"],[1638,13,632,11],[1638,15,632,13],[1638,17,632,15],[1639,6,633,4,"backgroundColor"],[1639,21,633,19],[1639,23,633,21],[1639,29,633,27],[1640,6,634,4,"borderBottomWidth"],[1640,23,634,21],[1640,25,634,23],[1640,26,634,24],[1641,6,635,4,"borderBottomColor"],[1641,23,635,21],[1641,25,635,23],[1641,34,635,32],[1642,6,636,4,"flexDirection"],[1642,19,636,17],[1642,21,636,19],[1642,26,636,24],[1643,6,637,4,"justifyContent"],[1643,20,637,18],[1643,22,637,20],[1643,37,637,35],[1644,6,638,4,"alignItems"],[1644,16,638,14],[1644,18,638,16],[1645,4,639,2],[1645,5,639,3],[1646,4,640,2,"walletTitle"],[1646,15,640,13],[1646,17,640,15],[1647,6,641,4,"fontSize"],[1647,14,641,12],[1647,16,641,14],[1647,18,641,16],[1648,6,642,4,"fontWeight"],[1648,16,642,14],[1648,18,642,16],[1648,23,642,21],[1649,6,643,4,"color"],[1649,11,643,9],[1649,13,643,11],[1650,4,644,2],[1650,5,644,3],[1651,4,645,2,"refreshButton"],[1651,17,645,15],[1651,19,645,17],[1652,6,646,4,"padding"],[1652,13,646,11],[1652,15,646,13],[1652,16,646,14],[1653,6,647,4,"borderRadius"],[1653,18,647,16],[1653,20,647,18],[1653,21,647,19],[1654,6,648,4,"backgroundColor"],[1654,21,648,19],[1654,23,648,21],[1655,4,649,2],[1655,5,649,3],[1656,4,650,2,"balanceCards"],[1656,16,650,14],[1656,18,650,16],[1657,6,651,4,"padding"],[1657,13,651,11],[1657,15,651,13],[1657,17,651,15],[1658,6,652,4,"gap"],[1658,9,652,7],[1658,11,652,9],[1659,4,653,2],[1659,5,653,3],[1660,4,654,2,"balanceCard"],[1660,15,654,13],[1660,17,654,15],[1661,6,655,4,"backgroundColor"],[1661,21,655,19],[1661,23,655,21],[1661,29,655,27],[1662,6,656,4,"padding"],[1662,13,656,11],[1662,15,656,13],[1662,17,656,15],[1663,6,657,4,"borderRadius"],[1663,18,657,16],[1663,20,657,18],[1663,22,657,20],[1664,6,658,4,"borderWidth"],[1664,17,658,15],[1664,19,658,17],[1664,20,658,18],[1665,6,659,4,"borderColor"],[1665,17,659,15],[1665,19,659,17],[1666,4,660,2],[1666,5,660,3],[1667,4,661,2,"balanceCardHeader"],[1667,21,661,19],[1667,23,661,21],[1668,6,662,4,"flexDirection"],[1668,19,662,17],[1668,21,662,19],[1668,26,662,24],[1669,6,663,4,"alignItems"],[1669,16,663,14],[1669,18,663,16],[1669,26,663,24],[1670,6,664,4,"gap"],[1670,9,664,7],[1670,11,664,9],[1670,12,664,10],[1671,6,665,4,"marginBottom"],[1671,18,665,16],[1671,20,665,18],[1672,4,666,2],[1672,5,666,3],[1673,4,667,2,"tokenLogo"],[1673,13,667,11],[1673,15,667,13],[1674,6,668,4,"width"],[1674,11,668,9],[1674,13,668,11],[1674,15,668,13],[1675,6,669,4,"height"],[1675,12,669,10],[1675,14,669,12],[1675,16,669,14],[1676,6,670,4,"borderRadius"],[1676,18,670,16],[1676,20,670,18],[1677,4,671,2],[1677,5,671,3],[1678,4,672,2,"tokenSymbol"],[1678,15,672,13],[1678,17,672,15],[1679,6,673,4,"fontSize"],[1679,14,673,12],[1679,16,673,14],[1679,18,673,16],[1680,6,674,4,"fontWeight"],[1680,16,674,14],[1680,18,674,16],[1680,23,674,21],[1681,6,675,4,"color"],[1681,11,675,9],[1681,13,675,11],[1682,4,676,2],[1682,5,676,3],[1683,4,677,2,"balanceAmount"],[1683,17,677,15],[1683,19,677,17],[1684,6,678,4,"fontSize"],[1684,14,678,12],[1684,16,678,14],[1684,18,678,16],[1685,6,679,4,"fontWeight"],[1685,16,679,14],[1685,18,679,16],[1685,23,679,21],[1686,6,680,4,"color"],[1686,11,680,9],[1686,13,680,11],[1686,22,680,20],[1687,6,681,4,"marginBottom"],[1687,18,681,16],[1687,20,681,18],[1688,4,682,2],[1688,5,682,3],[1689,4,683,2,"balanceUsd"],[1689,14,683,12],[1689,16,683,14],[1690,6,684,4,"fontSize"],[1690,14,684,12],[1690,16,684,14],[1690,18,684,16],[1691,6,685,4,"color"],[1691,11,685,9],[1691,13,685,11],[1692,4,686,2],[1692,5,686,3],[1693,4,687,2,"walletActions"],[1693,17,687,15],[1693,19,687,17],[1694,6,688,4,"flexDirection"],[1694,19,688,17],[1694,21,688,19],[1694,26,688,24],[1695,6,689,4,"padding"],[1695,13,689,11],[1695,15,689,13],[1695,17,689,15],[1696,6,690,4,"gap"],[1696,9,690,7],[1696,11,690,9],[1697,4,691,2],[1697,5,691,3],[1698,4,692,2,"walletActionButton"],[1698,22,692,20],[1698,24,692,22],[1699,6,693,4,"flex"],[1699,10,693,8],[1699,12,693,10],[1699,13,693,11],[1700,6,694,4,"backgroundColor"],[1700,21,694,19],[1700,23,694,21],[1700,32,694,30],[1701,6,695,4,"padding"],[1701,13,695,11],[1701,15,695,13],[1701,17,695,15],[1702,6,696,4,"borderRadius"],[1702,18,696,16],[1702,20,696,18],[1702,22,696,20],[1703,6,697,4,"alignItems"],[1703,16,697,14],[1703,18,697,16],[1703,26,697,24],[1704,6,698,4,"gap"],[1704,9,698,7],[1704,11,698,9],[1705,4,699,2],[1705,5,699,3],[1706,4,700,2,"walletActionText"],[1706,20,700,18],[1706,22,700,20],[1707,6,701,4,"color"],[1707,11,701,9],[1707,13,701,11],[1707,19,701,17],[1708,6,702,4,"fontSize"],[1708,14,702,12],[1708,16,702,14],[1708,18,702,16],[1709,6,703,4,"fontWeight"],[1709,16,703,14],[1709,18,703,16],[1710,4,704,2],[1710,5,704,3],[1711,4,705,2,"placeholderText"],[1711,19,705,17],[1711,21,705,19],[1712,6,706,4,"flex"],[1712,10,706,8],[1712,12,706,10],[1712,13,706,11],[1713,6,707,4,"textAlign"],[1713,15,707,13],[1713,17,707,15],[1713,25,707,23],[1714,6,708,4,"marginTop"],[1714,15,708,13],[1714,17,708,15],[1714,20,708,18],[1715,6,709,4,"fontSize"],[1715,14,709,12],[1715,16,709,14],[1715,18,709,16],[1716,6,710,4,"color"],[1716,11,710,9],[1716,13,710,11],[1717,4,711,2],[1717,5,711,3],[1718,4,712,2,"tabBar"],[1718,10,712,8],[1718,12,712,10],[1719,6,713,4,"borderTopWidth"],[1719,20,713,18],[1719,22,713,20],[1719,23,713,21],[1720,6,714,4,"borderTopColor"],[1720,20,714,18],[1720,22,714,20],[1720,31,714,29],[1721,6,715,4,"paddingBottom"],[1721,19,715,17],[1721,21,715,19],[1721,23,715,21],[1722,6,716,4,"paddingTop"],[1722,16,716,14],[1722,18,716,16],[1722,19,716,17],[1723,6,717,4,"backgroundColor"],[1723,21,717,19],[1723,23,717,21],[1724,4,718,2],[1724,5,718,3],[1725,4,719,2],[1726,4,720,2,"balanceRow"],[1726,14,720,12],[1726,16,720,14],[1727,6,721,4,"flexDirection"],[1727,19,721,17],[1727,21,721,19],[1727,26,721,24],[1728,6,722,4,"padding"],[1728,13,722,11],[1728,15,722,13],[1728,17,722,15],[1729,6,723,4,"gap"],[1729,9,723,7],[1729,11,723,9],[1730,4,724,2],[1730,5,724,3],[1731,4,725,2,"balanceCardNew"],[1731,18,725,16],[1731,20,725,18],[1732,6,726,4,"flex"],[1732,10,726,8],[1732,12,726,10],[1732,13,726,11],[1733,6,727,4,"backgroundColor"],[1733,21,727,19],[1733,23,727,21],[1733,29,727,27],[1734,6,728,4,"padding"],[1734,13,728,11],[1734,15,728,13],[1734,17,728,15],[1735,6,729,4,"borderRadius"],[1735,18,729,16],[1735,20,729,18],[1735,22,729,20],[1736,6,730,4,"alignItems"],[1736,16,730,14],[1736,18,730,16],[1736,26,730,24],[1737,6,731,4,"shadowColor"],[1737,17,731,15],[1737,19,731,17],[1737,25,731,23],[1738,6,732,4,"shadowOffset"],[1738,18,732,16],[1738,20,732,18],[1739,8,732,20,"width"],[1739,13,732,25],[1739,15,732,27],[1739,16,732,28],[1740,8,732,30,"height"],[1740,14,732,36],[1740,16,732,38],[1741,6,732,40],[1741,7,732,41],[1742,6,733,4,"shadowOpacity"],[1742,19,733,17],[1742,21,733,19],[1742,24,733,22],[1743,6,734,4,"shadowRadius"],[1743,18,734,16],[1743,20,734,18],[1743,21,734,19],[1744,6,735,4,"elevation"],[1744,15,735,13],[1744,17,735,15],[1745,4,736,2],[1745,5,736,3],[1746,4,737,2,"tokenLogoNew"],[1746,16,737,14],[1746,18,737,16],[1747,6,738,4,"width"],[1747,11,738,9],[1747,13,738,11],[1747,15,738,13],[1748,6,739,4,"height"],[1748,12,739,10],[1748,14,739,12],[1748,16,739,14],[1749,6,740,4,"borderRadius"],[1749,18,740,16],[1749,20,740,18],[1749,22,740,20],[1750,6,741,4,"marginBottom"],[1750,18,741,16],[1750,20,741,18],[1751,4,742,2],[1751,5,742,3],[1752,4,743,2,"tokenSymbolNew"],[1752,18,743,16],[1752,20,743,18],[1753,6,744,4,"fontSize"],[1753,14,744,12],[1753,16,744,14],[1753,18,744,16],[1754,6,745,4,"fontWeight"],[1754,16,745,14],[1754,18,745,16],[1754,23,745,21],[1755,6,746,4,"color"],[1755,11,746,9],[1755,13,746,11],[1755,22,746,20],[1756,6,747,4,"marginBottom"],[1756,18,747,16],[1756,20,747,18],[1757,4,748,2],[1757,5,748,3],[1758,4,749,2,"balanceAmountNew"],[1758,20,749,18],[1758,22,749,20],[1759,6,750,4,"fontSize"],[1759,14,750,12],[1759,16,750,14],[1759,18,750,16],[1760,6,751,4,"fontWeight"],[1760,16,751,14],[1760,18,751,16],[1760,23,751,21],[1761,6,752,4,"color"],[1761,11,752,9],[1761,13,752,11],[1761,22,752,20],[1762,6,753,4,"marginBottom"],[1762,18,753,16],[1762,20,753,18],[1763,4,754,2],[1763,5,754,3],[1764,4,755,2,"tokenNameNew"],[1764,16,755,14],[1764,18,755,16],[1765,6,756,4,"fontSize"],[1765,14,756,12],[1765,16,756,14],[1765,18,756,16],[1766,6,757,4,"color"],[1766,11,757,9],[1766,13,757,11],[1767,4,758,2],[1767,5,758,3],[1768,4,759,2,"actionsContainer"],[1768,20,759,18],[1768,22,759,20],[1769,6,760,4,"margin"],[1769,12,760,10],[1769,14,760,12],[1769,16,760,14],[1770,6,761,4,"backgroundColor"],[1770,21,761,19],[1770,23,761,21],[1770,29,761,27],[1771,6,762,4,"padding"],[1771,13,762,11],[1771,15,762,13],[1771,17,762,15],[1772,6,763,4,"borderRadius"],[1772,18,763,16],[1772,20,763,18],[1772,22,763,20],[1773,6,764,4,"shadowColor"],[1773,17,764,15],[1773,19,764,17],[1773,25,764,23],[1774,6,765,4,"shadowOffset"],[1774,18,765,16],[1774,20,765,18],[1775,8,765,20,"width"],[1775,13,765,25],[1775,15,765,27],[1775,16,765,28],[1776,8,765,30,"height"],[1776,14,765,36],[1776,16,765,38],[1777,6,765,40],[1777,7,765,41],[1778,6,766,4,"shadowOpacity"],[1778,19,766,17],[1778,21,766,19],[1778,24,766,22],[1779,6,767,4,"shadowRadius"],[1779,18,767,16],[1779,20,767,18],[1779,21,767,19],[1780,6,768,4,"elevation"],[1780,15,768,13],[1780,17,768,15],[1781,4,769,2],[1781,5,769,3],[1782,4,770,2,"actionsRow"],[1782,14,770,12],[1782,16,770,14],[1783,6,771,4,"flexDirection"],[1783,19,771,17],[1783,21,771,19],[1783,26,771,24],[1784,6,772,4,"justifyContent"],[1784,20,772,18],[1784,22,772,20],[1784,37,772,35],[1785,6,773,4,"marginBottom"],[1785,18,773,16],[1785,20,773,18],[1786,4,774,2],[1786,5,774,3],[1787,4,775,2,"actionBtn"],[1787,13,775,11],[1787,15,775,13],[1788,6,776,4,"width"],[1788,11,776,9],[1788,13,776,11],[1788,14,776,12,"width"],[1788,19,776,17],[1788,22,776,20],[1788,24,776,22],[1788,28,776,26],[1788,29,776,27],[1789,6,777,4,"padding"],[1789,13,777,11],[1789,15,777,13],[1789,17,777,15],[1790,6,778,4,"borderRadius"],[1790,18,778,16],[1790,20,778,18],[1790,22,778,20],[1791,6,779,4,"alignItems"],[1791,16,779,14],[1791,18,779,16],[1791,26,779,24],[1792,6,780,4,"justifyContent"],[1792,20,780,18],[1792,22,780,20],[1793,4,781,2],[1793,5,781,3],[1794,4,782,2,"actionBtnText"],[1794,17,782,15],[1794,19,782,17],[1795,6,783,4,"color"],[1795,11,783,9],[1795,13,783,11],[1795,19,783,17],[1796,6,784,4,"fontSize"],[1796,14,784,12],[1796,16,784,14],[1796,18,784,16],[1797,6,785,4,"fontWeight"],[1797,16,785,14],[1797,18,785,16],[1797,23,785,21],[1798,6,786,4,"marginTop"],[1798,15,786,13],[1798,17,786,15],[1799,4,787,2],[1799,5,787,3],[1800,4,788,2,"tokensContainer"],[1800,19,788,17],[1800,21,788,19],[1801,6,789,4,"margin"],[1801,12,789,10],[1801,14,789,12],[1801,16,789,14],[1802,6,790,4,"marginTop"],[1802,15,790,13],[1802,17,790,15],[1803,4,791,2],[1803,5,791,3],[1804,4,792,2,"tokensHeader"],[1804,16,792,14],[1804,18,792,16],[1805,6,793,4,"flexDirection"],[1805,19,793,17],[1805,21,793,19],[1805,26,793,24],[1806,6,794,4,"justifyContent"],[1806,20,794,18],[1806,22,794,20],[1806,37,794,35],[1807,6,795,4,"alignItems"],[1807,16,795,14],[1807,18,795,16],[1807,26,795,24],[1808,6,796,4,"marginBottom"],[1808,18,796,16],[1808,20,796,18],[1808,22,796,20],[1809,6,797,4,"paddingHorizontal"],[1809,23,797,21],[1809,25,797,23],[1810,4,798,2],[1810,5,798,3],[1811,4,799,2,"tokensTitle"],[1811,15,799,13],[1811,17,799,15],[1812,6,800,4,"fontSize"],[1812,14,800,12],[1812,16,800,14],[1812,18,800,16],[1813,6,801,4,"fontWeight"],[1813,16,801,14],[1813,18,801,16],[1813,23,801,21],[1814,6,802,4,"color"],[1814,11,802,9],[1814,13,802,11],[1815,4,803,2],[1815,5,803,3],[1816,4,804,2,"tokensHeaderActions"],[1816,23,804,21],[1816,25,804,23],[1817,6,805,4,"flexDirection"],[1817,19,805,17],[1817,21,805,19],[1817,26,805,24],[1818,6,806,4,"gap"],[1818,9,806,7],[1818,11,806,9],[1819,4,807,2],[1819,5,807,3],[1820,4,808,2,"tokenHeaderButton"],[1820,21,808,19],[1820,23,808,21],[1821,6,809,4,"width"],[1821,11,809,9],[1821,13,809,11],[1821,15,809,13],[1822,6,810,4,"height"],[1822,12,810,10],[1822,14,810,12],[1822,16,810,14],[1823,6,811,4,"borderRadius"],[1823,18,811,16],[1823,20,811,18],[1823,21,811,19],[1824,6,812,4,"backgroundColor"],[1824,21,812,19],[1824,23,812,21],[1824,32,812,30],[1825,6,813,4,"alignItems"],[1825,16,813,14],[1825,18,813,16],[1825,26,813,24],[1826,6,814,4,"justifyContent"],[1826,20,814,18],[1826,22,814,20],[1827,4,815,2],[1827,5,815,3],[1828,4,816,2,"tokenItem"],[1828,13,816,11],[1828,15,816,13],[1829,6,817,4,"flexDirection"],[1829,19,817,17],[1829,21,817,19],[1829,26,817,24],[1830,6,818,4,"justifyContent"],[1830,20,818,18],[1830,22,818,20],[1830,37,818,35],[1831,6,819,4,"alignItems"],[1831,16,819,14],[1831,18,819,16],[1831,26,819,24],[1832,6,820,4,"backgroundColor"],[1832,21,820,19],[1832,23,820,21],[1832,29,820,27],[1833,6,821,4,"padding"],[1833,13,821,11],[1833,15,821,13],[1833,17,821,15],[1834,6,822,4,"borderRadius"],[1834,18,822,16],[1834,20,822,18],[1834,22,822,20],[1835,6,823,4,"marginBottom"],[1835,18,823,16],[1835,20,823,18],[1835,21,823,19],[1836,6,824,4,"shadowColor"],[1836,17,824,15],[1836,19,824,17],[1836,25,824,23],[1837,6,825,4,"shadowOffset"],[1837,18,825,16],[1837,20,825,18],[1838,8,825,20,"width"],[1838,13,825,25],[1838,15,825,27],[1838,16,825,28],[1839,8,825,30,"height"],[1839,14,825,36],[1839,16,825,38],[1840,6,825,40],[1840,7,825,41],[1841,6,826,4,"shadowOpacity"],[1841,19,826,17],[1841,21,826,19],[1841,25,826,23],[1842,6,827,4,"shadowRadius"],[1842,18,827,16],[1842,20,827,18],[1842,21,827,19],[1843,6,828,4,"elevation"],[1843,15,828,13],[1843,17,828,15],[1844,4,829,2],[1844,5,829,3],[1845,4,830,2,"tokenItemLeft"],[1845,17,830,15],[1845,19,830,17],[1846,6,831,4,"flexDirection"],[1846,19,831,17],[1846,21,831,19],[1846,26,831,24],[1847,6,832,4,"alignItems"],[1847,16,832,14],[1847,18,832,16],[1847,26,832,24],[1848,6,833,4,"gap"],[1848,9,833,7],[1848,11,833,9],[1849,4,834,2],[1849,5,834,3],[1850,4,835,2,"tokenIconContainer"],[1850,22,835,20],[1850,24,835,22],[1851,6,836,4,"position"],[1851,14,836,12],[1851,16,836,14],[1851,26,836,24],[1852,6,837,4,"width"],[1852,11,837,9],[1852,13,837,11],[1852,15,837,13],[1853,6,838,4,"height"],[1853,12,838,10],[1853,14,838,12],[1854,4,839,2],[1854,5,839,3],[1855,4,840,2,"tokenIcon"],[1855,13,840,11],[1855,15,840,13],[1856,6,841,4,"width"],[1856,11,841,9],[1856,13,841,11],[1856,15,841,13],[1857,6,842,4,"height"],[1857,12,842,10],[1857,14,842,12],[1857,16,842,14],[1858,6,843,4,"borderRadius"],[1858,18,843,16],[1858,20,843,18],[1859,4,844,2],[1859,5,844,3],[1860,4,845,2,"networkBadge"],[1860,16,845,14],[1860,18,845,16],[1861,6,846,4,"position"],[1861,14,846,12],[1861,16,846,14],[1861,26,846,24],[1862,6,847,4,"right"],[1862,11,847,9],[1862,13,847,11],[1862,14,847,12],[1862,15,847,13],[1863,6,848,4,"bottom"],[1863,12,848,10],[1863,14,848,12],[1863,15,848,13],[1863,16,848,14],[1864,6,849,4,"width"],[1864,11,849,9],[1864,13,849,11],[1864,15,849,13],[1865,6,850,4,"height"],[1865,12,850,10],[1865,14,850,12],[1865,16,850,14],[1866,6,851,4,"borderRadius"],[1866,18,851,16],[1866,20,851,18],[1866,21,851,19],[1867,6,852,4,"borderWidth"],[1867,17,852,15],[1867,19,852,17],[1867,20,852,18],[1868,6,853,4,"borderColor"],[1868,17,853,15],[1868,19,853,17],[1869,4,854,2],[1869,5,854,3],[1870,4,855,2,"tokenItemName"],[1870,17,855,15],[1870,19,855,17],[1871,6,856,4,"fontSize"],[1871,14,856,12],[1871,16,856,14],[1871,18,856,16],[1872,6,857,4,"fontWeight"],[1872,16,857,14],[1872,18,857,16],[1872,23,857,21],[1873,6,858,4,"color"],[1873,11,858,9],[1873,13,858,11],[1874,4,859,2],[1874,5,859,3],[1875,4,860,2,"tokenItemNetwork"],[1875,20,860,18],[1875,22,860,20],[1876,6,861,4,"fontSize"],[1876,14,861,12],[1876,16,861,14],[1876,18,861,16],[1877,6,862,4,"color"],[1877,11,862,9],[1877,13,862,11],[1878,4,863,2],[1878,5,863,3],[1879,4,864,2,"tokenItemRight"],[1879,18,864,16],[1879,20,864,18],[1880,6,865,4,"alignItems"],[1880,16,865,14],[1880,18,865,16],[1881,4,866,2],[1881,5,866,3],[1882,4,867,2,"tokenItemBalance"],[1882,20,867,18],[1882,22,867,20],[1883,6,868,4,"fontSize"],[1883,14,868,12],[1883,16,868,14],[1883,18,868,16],[1884,6,869,4,"fontWeight"],[1884,16,869,14],[1884,18,869,16],[1884,23,869,21],[1885,6,870,4,"color"],[1885,11,870,9],[1885,13,870,11],[1886,4,871,2],[1886,5,871,3],[1887,4,872,2,"tokenItemUsd"],[1887,16,872,14],[1887,18,872,16],[1888,6,873,4,"fontSize"],[1888,14,873,12],[1888,16,873,14],[1888,18,873,16],[1889,6,874,4,"color"],[1889,11,874,9],[1889,13,874,11],[1890,4,875,2],[1891,2,876,0],[1891,3,876,1],[1891,4,876,2],[1892,2,876,3],[1892,6,876,3,"_c"],[1892,8,876,3],[1892,10,876,3,"_c2"],[1892,13,876,3],[1892,15,876,3,"_c3"],[1892,18,876,3],[1892,20,876,3,"_c4"],[1892,23,876,3],[1892,25,876,3,"_c5"],[1892,28,876,3],[1892,30,876,3,"_c6"],[1892,33,876,3],[1893,2,876,3,"$RefreshReg$"],[1893,14,876,3],[1893,15,876,3,"_c"],[1893,17,876,3],[1894,2,876,3,"$RefreshReg$"],[1894,14,876,3],[1894,15,876,3,"_c2"],[1894,18,876,3],[1895,2,876,3,"$RefreshReg$"],[1895,14,876,3],[1895,15,876,3,"_c3"],[1895,18,876,3],[1896,2,876,3,"$RefreshReg$"],[1896,14,876,3],[1896,15,876,3,"_c4"],[1896,18,876,3],[1897,2,876,3,"$RefreshReg$"],[1897,14,876,3],[1897,15,876,3,"_c5"],[1897,18,876,3],[1898,2,876,3,"$RefreshReg$"],[1898,14,876,3],[1898,15,876,3,"_c6"],[1898,18,876,3],[1899,0,876,3],[1899,3]],"functionMap":{"names":["","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;CJuO;AQE;CRM;ASE;CTM;AUE;CVM;eWI;sBCe;WDE;sBCQ;WDE;sBCQ;WDE;sBCQ;WDE;sBCQ;WDE;CXK"},"hasCjsExports":false},"type":"js/module"}]}
\ No newline at end of file
+{"dependencies":[{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":51,"index":51}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/View","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"4kYBDC6LJJXoH7P9rWDi3vkLVB0=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Text","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"JKIzsQ5YQ0gDj0MIyY0Q7F1zJtU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/StyleSheet","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"MK7+k1V+KnvCVW7Kj2k/ydtjmVU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/TouchableOpacity","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PnQOoa8QGKpV5+issz6ikk463eg=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/ScrollView","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"7Gv1K9/TiQvbDXlMy9NOQIEBHDA=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Image","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"h9Yjx6LR7umCdPP226caWyLdUPo=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Dimensions","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"ySrYx/xxJL+A+Ie+sLy/r/EEnF8=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Alert","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PEUC6jrQVoAGZ2qYkvimljMOyJI=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":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 _react = require(_dependencyMap[0], \"react\");\n var _reactNativeWebDistExportsView = require(_dependencyMap[1], \"react-native-web/dist/exports/View\");\n var View = _interopDefault(_reactNativeWebDistExportsView);\n var _reactNativeWebDistExportsText = require(_dependencyMap[2], \"react-native-web/dist/exports/Text\");\n var Text = _interopDefault(_reactNativeWebDistExportsText);\n var _reactNativeWebDistExportsStyleSheet = require(_dependencyMap[3], \"react-native-web/dist/exports/StyleSheet\");\n var StyleSheet = _interopDefault(_reactNativeWebDistExportsStyleSheet);\n var _reactNativeWebDistExportsTouchableOpacity = require(_dependencyMap[4], \"react-native-web/dist/exports/TouchableOpacity\");\n var TouchableOpacity = _interopDefault(_reactNativeWebDistExportsTouchableOpacity);\n var _reactNativeWebDistExportsScrollView = require(_dependencyMap[5], \"react-native-web/dist/exports/ScrollView\");\n var ScrollView = _interopDefault(_reactNativeWebDistExportsScrollView);\n var _reactNativeWebDistExportsImage = require(_dependencyMap[6], \"react-native-web/dist/exports/Image\");\n var Image = _interopDefault(_reactNativeWebDistExportsImage);\n var _reactNativeWebDistExportsDimensions = require(_dependencyMap[7], \"react-native-web/dist/exports/Dimensions\");\n var Dimensions = _interopDefault(_reactNativeWebDistExportsDimensions);\n var _reactNativeWebDistExportsAlert = require(_dependencyMap[8], \"react-native-web/dist/exports/Alert\");\n var Alert = _interopDefault(_reactNativeWebDistExportsAlert);\n var _expoVectorIcons = require(_dependencyMap[9], \"@expo/vector-icons\");\n var _reactNavigationBottomTabs = require(_dependencyMap[10], \"@react-navigation/bottom-tabs\");\n var _expoImagePicker = require(_dependencyMap[11], \"expo-image-picker\");\n var ImagePicker = _interopNamespace(_expoImagePicker);\n var _contextsAuthContext = require(_dependencyMap[12], \"../contexts/AuthContext\");\n var _reactNativeSafeAreaContext = require(_dependencyMap[13], \"react-native-safe-area-context\");\n var _reactJsxDevRuntime = require(_dependencyMap[14], \"react/jsx-dev-runtime\");\n const {\n width\n } = Dimensions.default.get('window');\n function HomeTab() {\n _s();\n const {\n user\n } = (0, _contextsAuthContext.useAuth)();\n const insets = (0, _reactNativeSafeAreaContext.useSafeAreaInsets)();\n const [profileImage, setProfileImage] = (0, _react.useState)(null);\n const pickImage = async () => {\n const permissionResult = await ImagePicker.requestMediaLibraryPermissionsAsync();\n if (permissionResult.granted === false) {\n Alert.default.alert('Permission Required', 'Permission to access camera roll is required!');\n return;\n }\n const result = await 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 const base64Image = `data:image/jpeg;base64,${result.assets[0].base64}`;\n setProfileImage(base64Image);\n // TODO: Save to backend\n }\n };\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n showsVerticalScrollIndicator: false,\n contentContainerStyle: styles.scrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: [styles.header, {\n paddingTop: insets.top + 16\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.headerLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: styles.profileImage,\n onPress: pickImage,\n children: profileImage ? /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\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)(View.default, {\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)(Text.default, {\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)(View.default, {\n style: styles.headerRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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)(TouchableOpacity.default, {\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)(TouchableOpacity.default, {\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)(View.default, {\n style: styles.announcementWidget,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n horizontal: true,\n showsHorizontalScrollIndicator: false,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.announcement,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\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)(Text.default, {\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)(View.default, {\n style: styles.announcement,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\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)(Text.default, {\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)(View.default, {\n style: styles.quickActionsContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\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)(View.default, {\n style: styles.actionsGrid,\n children: QUICK_ACTIONS.map((action, index) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: [styles.actionCard, index % 4 === 0 && styles.actionCardFirst, index % 4 === 3 && styles.actionCardLast],\n activeOpacity: 0.7,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\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)(Text.default, {\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 const {\n user\n } = (0, _contextsAuthContext.useAuth)();\n const insets = (0, _reactNativeSafeAreaContext.useSafeAreaInsets)();\n const [hezBalance, setHezBalance] = (0, _react.useState)('Loading...');\n const [pezBalance, setPezBalance] = (0, _react.useState)('Loading...');\n const [loading, setLoading] = (0, _react.useState)(true);\n const TEST_WALLET = '5GgTgG9sRmPQAYU1RsTejZYnZRjwzKZKWD3awtuqjHioki45';\n (0, _react.useEffect)(() => {\n fetchBalance();\n }, []);\n const fetchBalance = async () => {\n try {\n const backendUrl = \"https://kurdish-id.preview.emergentagent.com\" || 'http://localhost:8001';\n const controller = new AbortController();\n const timeoutId = setTimeout(() => controller.abort(), 5000); // 5 sec timeout\n\n const response = await 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 const data = await 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 /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n contentContainerStyle: styles.walletScrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: [styles.walletHeader, {\n paddingTop: insets.top + 16\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\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)(TouchableOpacity.default, {\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)(View.default, {\n style: styles.balanceRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.balanceCardNew,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\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)(Text.default, {\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)(Text.default, {\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)(Text.default, {\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)(View.default, {\n style: styles.balanceCardNew,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\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)(Text.default, {\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)(Text.default, {\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)(Text.default, {\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)(View.default, {\n style: styles.actionsContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.actionsRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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)(Text.default, {\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)(TouchableOpacity.default, {\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)(Text.default, {\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)(TouchableOpacity.default, {\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)(Text.default, {\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)(TouchableOpacity.default, {\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)(Text.default, {\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)(View.default, {\n style: styles.actionsRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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)(Text.default, {\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)(TouchableOpacity.default, {\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)(Text.default, {\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)(TouchableOpacity.default, {\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)(Text.default, {\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)(TouchableOpacity.default, {\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)(Text.default, {\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)(View.default, {\n style: styles.tokensContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokensHeader,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokensTitle,\n children: \"Tokens\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 247,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokensHeaderActions,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: styles.tokenHeaderButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"search\",\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 250,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 249,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: styles.tokenHeaderButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"add-circle\",\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 253,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 252,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: styles.tokenHeaderButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"settings\",\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 256,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 255,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 248,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 246,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenIconContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\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: 265,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\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: 269,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 264,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemName,\n children: \"USDT\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 275,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemNetwork,\n children: \"PEZ Network\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 276,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 274,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 263,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemBalance,\n children: \"0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 280,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 281,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 279,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 262,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\n source: {\n uri: 'https://cryptologos.cc/logos/polkadot-new-dot-logo.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 288,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemName,\n children: \"DOT\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 293,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemNetwork,\n children: \"Polkadot\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 294,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 292,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 287,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemBalance,\n children: \"0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 298,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 299,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 297,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 286,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\n source: {\n uri: 'https://cryptologos.cc/logos/bitcoin-btc-logo.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 306,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemName,\n children: \"BTC\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 311,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemNetwork,\n children: \"Bitcoin\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 312,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 310,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 305,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemBalance,\n children: \"0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 316,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 317,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 315,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 304,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\n source: {\n uri: 'https://cryptologos.cc/logos/ethereum-eth-logo.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 324,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemName,\n children: \"ETH\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 329,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemNetwork,\n children: \"Ethereum\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 330,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 328,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 323,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemBalance,\n children: \"0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 334,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 335,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 333,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 322,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\n source: {\n uri: 'https://cryptologos.cc/logos/bnb-bnb-logo.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 342,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemName,\n children: \"BNB\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 347,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemNetwork,\n children: \"Binance Smart Chain\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 348,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 346,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 341,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemBalance,\n children: \"0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 352,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 353,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 351,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 340,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\n source: {\n uri: 'https://cryptologos.cc/logos/cardano-ada-logo.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 360,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemName,\n children: \"ADA\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 365,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemNetwork,\n children: \"Cardano\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 366,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 364,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 359,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemBalance,\n children: \"0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 370,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 371,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 369,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 358,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\n source: {\n uri: 'https://cryptologos.cc/logos/solana-sol-logo.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 378,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemName,\n children: \"SOL\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 383,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemNetwork,\n children: \"Solana\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 384,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 382,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 377,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemBalance,\n children: \"0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 388,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 389,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 387,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 376,\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)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.placeholderText,\n children: \"Citizens Screen\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 401,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 400,\n columnNumber: 5\n }, this);\n }\n _c3 = CitizensTab;\n function ReferralTab() {\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.placeholderText,\n children: \"Referral Screen\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 409,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 408,\n columnNumber: 5\n }, this);\n }\n _c4 = ReferralTab;\n function ProfileTab() {\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.placeholderText,\n children: \"Profile Screen\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 417,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 416,\n columnNumber: 5\n }, this);\n }\n _c5 = ProfileTab;\n const 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: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"home\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 440,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 434,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Wallet\",\n component: WalletTab,\n options: {\n tabBarLabel: 'Wallet',\n tabBarIcon: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"wallet\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 450,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 444,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Citizens\",\n component: CitizensTab,\n options: {\n tabBarLabel: 'Citizens',\n tabBarIcon: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"people\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 460,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 454,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Referral\",\n component: ReferralTab,\n options: {\n tabBarLabel: 'Referral',\n tabBarIcon: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"gift\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 470,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 464,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Profile\",\n component: ProfileTab,\n options: {\n tabBarLabel: 'Profile',\n tabBarIcon: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"person\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 480,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 474,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 426,\n columnNumber: 5\n }, this);\n }\n _c6 = HomeScreen;\n const 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 const styles = StyleSheet.default.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 - 32,\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 tokensHeader: {\n flexDirection: 'row',\n justifyContent: 'space-between',\n alignItems: 'center',\n marginBottom: 12,\n paddingHorizontal: 4\n },\n tokensTitle: {\n fontSize: 18,\n fontWeight: '700',\n color: '#1F2937'\n },\n tokensHeaderActions: {\n flexDirection: 'row',\n gap: 12\n },\n tokenHeaderButton: {\n width: 32,\n height: 32,\n borderRadius: 8,\n backgroundColor: '#F3F4F6',\n alignItems: 'center',\n justifyContent: 'center'\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":1899,"map":[[30,2,424,15,"Object"],[30,8,424,15],[30,9,424,15,"defineProperty"],[30,23,424,15],[30,24,424,15,"exports"],[30,31,424,15],[31,4,424,15,"enumerable"],[31,14,424,15],[32,4,424,15,"get"],[32,7,424,15],[32,18,424,15,"get"],[32,19,424,15],[33,6,424,15],[33,13,424,15,"HomeScreen"],[33,23,424,15],[34,4,424,15],[35,2,424,15],[36,2,1,0],[36,6,1,0,"_react"],[36,12,1,0],[36,15,1,0,"require"],[36,22,1,0],[36,23,1,0,"_dependencyMap"],[36,37,1,0],[37,2,1,51],[37,6,1,51,"_reactNativeWebDistExportsView"],[37,36,1,51],[37,39,1,51,"require"],[37,46,1,51],[37,47,1,51,"_dependencyMap"],[37,61,1,51],[38,2,1,51],[38,6,1,51,"View"],[38,10,1,51],[38,13,1,51,"_interopDefault"],[38,28,1,51],[38,29,1,51,"_reactNativeWebDistExportsView"],[38,59,1,51],[39,2,1,51],[39,6,1,51,"_reactNativeWebDistExportsText"],[39,36,1,51],[39,39,1,51,"require"],[39,46,1,51],[39,47,1,51,"_dependencyMap"],[39,61,1,51],[40,2,1,51],[40,6,1,51,"Text"],[40,10,1,51],[40,13,1,51,"_interopDefault"],[40,28,1,51],[40,29,1,51,"_reactNativeWebDistExportsText"],[40,59,1,51],[41,2,1,51],[41,6,1,51,"_reactNativeWebDistExportsStyleSheet"],[41,42,1,51],[41,45,1,51,"require"],[41,52,1,51],[41,53,1,51,"_dependencyMap"],[41,67,1,51],[42,2,1,51],[42,6,1,51,"StyleSheet"],[42,16,1,51],[42,19,1,51,"_interopDefault"],[42,34,1,51],[42,35,1,51,"_reactNativeWebDistExportsStyleSheet"],[42,71,1,51],[43,2,1,51],[43,6,1,51,"_reactNativeWebDistExportsTouchableOpacity"],[43,48,1,51],[43,51,1,51,"require"],[43,58,1,51],[43,59,1,51,"_dependencyMap"],[43,73,1,51],[44,2,1,51],[44,6,1,51,"TouchableOpacity"],[44,22,1,51],[44,25,1,51,"_interopDefault"],[44,40,1,51],[44,41,1,51,"_reactNativeWebDistExportsTouchableOpacity"],[44,83,1,51],[45,2,1,51],[45,6,1,51,"_reactNativeWebDistExportsScrollView"],[45,42,1,51],[45,45,1,51,"require"],[45,52,1,51],[45,53,1,51,"_dependencyMap"],[45,67,1,51],[46,2,1,51],[46,6,1,51,"ScrollView"],[46,16,1,51],[46,19,1,51,"_interopDefault"],[46,34,1,51],[46,35,1,51,"_reactNativeWebDistExportsScrollView"],[46,71,1,51],[47,2,1,51],[47,6,1,51,"_reactNativeWebDistExportsImage"],[47,37,1,51],[47,40,1,51,"require"],[47,47,1,51],[47,48,1,51,"_dependencyMap"],[47,62,1,51],[48,2,1,51],[48,6,1,51,"Image"],[48,11,1,51],[48,14,1,51,"_interopDefault"],[48,29,1,51],[48,30,1,51,"_reactNativeWebDistExportsImage"],[48,61,1,51],[49,2,1,51],[49,6,1,51,"_reactNativeWebDistExportsDimensions"],[49,42,1,51],[49,45,1,51,"require"],[49,52,1,51],[49,53,1,51,"_dependencyMap"],[49,67,1,51],[50,2,1,51],[50,6,1,51,"Dimensions"],[50,16,1,51],[50,19,1,51,"_interopDefault"],[50,34,1,51],[50,35,1,51,"_reactNativeWebDistExportsDimensions"],[50,71,1,51],[51,2,1,51],[51,6,1,51,"_reactNativeWebDistExportsAlert"],[51,37,1,51],[51,40,1,51,"require"],[51,47,1,51],[51,48,1,51,"_dependencyMap"],[51,62,1,51],[52,2,1,51],[52,6,1,51,"Alert"],[52,11,1,51],[52,14,1,51,"_interopDefault"],[52,29,1,51],[52,30,1,51,"_reactNativeWebDistExportsAlert"],[52,61,1,51],[53,2,12,0],[53,6,12,0,"_expoVectorIcons"],[53,22,12,0],[53,25,12,0,"require"],[53,32,12,0],[53,33,12,0,"_dependencyMap"],[53,47,12,0],[54,2,13,0],[54,6,13,0,"_reactNavigationBottomTabs"],[54,32,13,0],[54,35,13,0,"require"],[54,42,13,0],[54,43,13,0,"_dependencyMap"],[54,57,13,0],[55,2,14,0],[55,6,14,0,"_expoImagePicker"],[55,22,14,0],[55,25,14,0,"require"],[55,32,14,0],[55,33,14,0,"_dependencyMap"],[55,47,14,0],[56,2,14,0],[56,6,14,0,"ImagePicker"],[56,17,14,0],[56,20,14,0,"_interopNamespace"],[56,37,14,0],[56,38,14,0,"_expoImagePicker"],[56,54,14,0],[57,2,15,0],[57,6,15,0,"_contextsAuthContext"],[57,26,15,0],[57,29,15,0,"require"],[57,36,15,0],[57,37,15,0,"_dependencyMap"],[57,51,15,0],[58,2,16,0],[58,6,16,0,"_reactNativeSafeAreaContext"],[58,33,16,0],[58,36,16,0,"require"],[58,43,16,0],[58,44,16,0,"_dependencyMap"],[58,58,16,0],[59,2,16,67],[59,6,16,67,"_reactJsxDevRuntime"],[59,25,16,67],[59,28,16,67,"require"],[59,35,16,67],[59,36,16,67,"_dependencyMap"],[59,50,16,67],[60,2,18,0],[60,8,18,6],[61,4,18,8,"width"],[62,2,18,14],[62,3,18,15],[62,6,18,18,"Dimensions"],[62,16,18,28],[62,17,18,28,"default"],[62,24,18,28],[62,25,18,29,"get"],[62,28,18,32],[62,29,18,33],[62,37,18,41],[62,38,18,42],[63,2,20,0],[63,11,20,9,"HomeTab"],[63,18,20,16,"HomeTab"],[63,19,20,16],[63,21,20,19],[64,4,20,19,"_s"],[64,6,20,19],[65,4,21,2],[65,10,21,8],[66,6,21,10,"user"],[67,4,21,15],[67,5,21,16],[67,8,21,19],[67,12,21,19,"useAuth"],[67,32,21,26],[67,33,21,26,"useAuth"],[67,40,21,26],[67,42,21,27],[67,43,21,28],[68,4,22,2],[68,10,22,8,"insets"],[68,16,22,14],[68,19,22,17],[68,23,22,17,"useSafeAreaInsets"],[68,50,22,34],[68,51,22,34,"useSafeAreaInsets"],[68,68,22,34],[68,70,22,35],[68,71,22,36],[69,4,23,2],[69,10,23,8],[69,11,23,9,"profileImage"],[69,23,23,21],[69,25,23,23,"setProfileImage"],[69,40,23,38],[69,41,23,39],[69,44,23,42],[69,48,23,42,"useState"],[69,54,23,50],[69,55,23,50,"useState"],[69,63,23,50],[69,65,23,66],[69,69,23,70],[69,70,23,71],[70,4,25,2],[70,10,25,8,"pickImage"],[70,19,25,17],[70,22,25,20],[70,28,25,20,"pickImage"],[70,29,25,20],[70,34,25,32],[71,6,26,4],[71,12,26,10,"permissionResult"],[71,28,26,26],[71,31,26,29],[71,37,26,35,"ImagePicker"],[71,48,26,46],[71,49,26,47,"requestMediaLibraryPermissionsAsync"],[71,84,26,82],[71,85,26,83],[71,86,26,84],[72,6,28,4],[72,10,28,8,"permissionResult"],[72,26,28,24],[72,27,28,25,"granted"],[72,34,28,32],[72,39,28,37],[72,44,28,42],[72,46,28,44],[73,8,29,6,"Alert"],[73,13,29,11],[73,14,29,11,"default"],[73,21,29,11],[73,22,29,12,"alert"],[73,27,29,17],[73,28,29,18],[73,49,29,39],[73,51,29,41],[73,98,29,88],[73,99,29,89],[74,8,30,6],[75,6,31,4],[76,6,33,4],[76,12,33,10,"result"],[76,18,33,16],[76,21,33,19],[76,27,33,25,"ImagePicker"],[76,38,33,36],[76,39,33,37,"launchImageLibraryAsync"],[76,62,33,60],[76,63,33,61],[77,8,34,6,"mediaTypes"],[77,18,34,16],[77,20,34,18,"ImagePicker"],[77,31,34,29],[77,32,34,30,"MediaTypeOptions"],[77,48,34,46],[77,49,34,47,"Images"],[77,55,34,53],[78,8,35,6,"allowsEditing"],[78,21,35,19],[78,23,35,21],[78,27,35,25],[79,8,36,6,"aspect"],[79,14,36,12],[79,16,36,14],[79,17,36,15],[79,18,36,16],[79,20,36,18],[79,21,36,19],[79,22,36,20],[80,8,37,6,"quality"],[80,15,37,13],[80,17,37,15],[80,20,37,18],[81,8,38,6,"base64"],[81,14,38,12],[81,16,38,14],[82,6,39,4],[82,7,39,5],[82,8,39,6],[83,6,41,4],[83,10,41,8],[83,11,41,9,"result"],[83,17,41,15],[83,18,41,16,"canceled"],[83,26,41,24],[83,30,41,28,"result"],[83,36,41,34],[83,37,41,35,"assets"],[83,43,41,41],[83,44,41,42],[83,45,41,43],[83,46,41,44],[83,47,41,45,"base64"],[83,53,41,51],[83,55,41,53],[84,8,42,6],[84,14,42,12,"base64Image"],[84,25,42,23],[84,28,42,26],[84,54,42,52,"result"],[84,60,42,58],[84,61,42,59,"assets"],[84,67,42,65],[84,68,42,66],[84,69,42,67],[84,70,42,68],[84,71,42,69,"base64"],[84,77,42,75],[84,79,42,77],[85,8,43,6,"setProfileImage"],[85,23,43,21],[85,24,43,22,"base64Image"],[85,35,43,33],[85,36,43,34],[86,8,44,6],[87,6,45,4],[88,4,46,2],[88,5,46,3],[89,4,47,2],[89,24,48,4],[89,28,48,4,"_reactJsxDevRuntime"],[89,47,48,4],[89,48,48,4,"jsxDEV"],[89,54,48,4],[89,56,48,5,"View"],[89,60,48,9],[89,61,48,9,"default"],[89,68,48,9],[90,6,48,10,"style"],[90,11,48,15],[90,13,48,17,"styles"],[90,19,48,23],[90,20,48,24,"container"],[90,29,48,34],[91,6,48,34,"children"],[91,14,48,34],[91,29,49,6],[91,33,49,6,"_reactJsxDevRuntime"],[91,52,49,6],[91,53,49,6,"jsxDEV"],[91,59,49,6],[91,61,49,7,"ScrollView"],[91,71,49,17],[91,72,49,17,"default"],[91,79,49,17],[92,8,49,18,"showsVerticalScrollIndicator"],[92,36,49,46],[92,38,49,48],[92,43,49,54],[93,8,49,55,"contentContainerStyle"],[93,29,49,76],[93,31,49,78,"styles"],[93,37,49,84],[93,38,49,85,"scrollContent"],[93,51,49,99],[94,8,49,99,"children"],[94,16,49,99],[94,32,51,8],[94,36,51,8,"_reactJsxDevRuntime"],[94,55,51,8],[94,56,51,8,"jsxDEV"],[94,62,51,8],[94,64,51,9,"View"],[94,68,51,13],[94,69,51,13,"default"],[94,76,51,13],[95,10,51,14,"style"],[95,15,51,19],[95,17,51,21],[95,18,51,22,"styles"],[95,24,51,28],[95,25,51,29,"header"],[95,31,51,35],[95,33,51,37],[96,12,51,39,"paddingTop"],[96,22,51,49],[96,24,51,51,"insets"],[96,30,51,57],[96,31,51,58,"top"],[96,34,51,61],[96,37,51,64],[97,10,51,67],[97,11,51,68],[97,12,51,70],[98,10,51,70,"children"],[98,18,51,70],[98,34,52,10],[98,38,52,10,"_reactJsxDevRuntime"],[98,57,52,10],[98,58,52,10,"jsxDEV"],[98,64,52,10],[98,66,52,11,"View"],[98,70,52,15],[98,71,52,15,"default"],[98,78,52,15],[99,12,52,16,"style"],[99,17,52,21],[99,19,52,23,"styles"],[99,25,52,29],[99,26,52,30,"headerLeft"],[99,36,52,41],[100,12,52,41,"children"],[100,20,52,41],[100,36,53,12],[100,40,53,12,"_reactJsxDevRuntime"],[100,59,53,12],[100,60,53,12,"jsxDEV"],[100,66,53,12],[100,68,53,13,"TouchableOpacity"],[100,84,53,29],[100,85,53,29,"default"],[100,92,53,29],[101,14,53,30,"style"],[101,19,53,35],[101,21,53,37,"styles"],[101,27,53,43],[101,28,53,44,"profileImage"],[101,40,53,57],[102,14,53,58,"onPress"],[102,21,53,65],[102,23,53,67,"pickImage"],[102,32,53,77],[103,14,53,77,"children"],[103,22,53,77],[103,24,54,15,"profileImage"],[103,36,54,27],[103,52,55,16],[103,56,55,16,"_reactJsxDevRuntime"],[103,75,55,16],[103,76,55,16,"jsxDEV"],[103,82,55,16],[103,84,55,17,"Image"],[103,89,55,22],[103,90,55,22,"default"],[103,97,55,22],[104,16,55,23,"source"],[104,22,55,29],[104,24,55,31],[105,18,55,33,"uri"],[105,21,55,36],[105,23,55,38,"profileImage"],[106,16,55,51],[106,17,55,53],[107,16,55,54,"style"],[107,21,55,59],[107,23,55,61,"styles"],[107,29,55,67],[107,30,55,68,"profileImageSrc"],[108,14,55,84],[109,16,55,84,"fileName"],[109,24,55,84],[109,26,55,84,"_jsxFileName"],[109,38,55,84],[110,16,55,84,"lineNumber"],[110,26,55,84],[111,16,55,84,"columnNumber"],[111,28,55,84],[112,14,55,84],[112,21,55,86],[112,22,55,87],[112,38,57,16],[112,42,57,16,"_reactJsxDevRuntime"],[112,61,57,16],[112,62,57,16,"jsxDEV"],[112,68,57,16],[112,70,57,17,"_expoVectorIcons"],[112,86,57,25],[112,87,57,25,"Ionicons"],[112,95,57,25],[113,16,57,26,"name"],[113,20,57,30],[113,22,57,31],[113,30,57,39],[114,16,57,40,"size"],[114,20,57,44],[114,22,57,46],[114,24,57,49],[115,16,57,50,"color"],[115,21,57,55],[115,23,57,56],[116,14,57,65],[117,16,57,65,"fileName"],[117,24,57,65],[117,26,57,65,"_jsxFileName"],[117,38,57,65],[118,16,57,65,"lineNumber"],[118,26,57,65],[119,16,57,65,"columnNumber"],[119,28,57,65],[120,14,57,65],[120,21,57,67],[121,12,58,15],[122,14,58,15,"fileName"],[122,22,58,15],[122,24,58,15,"_jsxFileName"],[122,36,58,15],[123,14,58,15,"lineNumber"],[123,24,58,15],[124,14,58,15,"columnNumber"],[124,26,58,15],[125,12,58,15],[125,19,59,30],[125,20,59,31],[125,35,60,12],[125,39,60,12,"_reactJsxDevRuntime"],[125,58,60,12],[125,59,60,12,"jsxDEV"],[125,65,60,12],[125,67,60,13,"View"],[125,71,60,17],[125,72,60,17,"default"],[125,79,60,17],[126,14,60,18,"style"],[126,19,60,23],[126,21,60,25,"styles"],[126,27,60,31],[126,28,60,32,"profileBadge"],[126,40,60,45],[127,14,60,45,"children"],[127,22,60,45],[127,38,61,14],[127,42,61,14,"_reactJsxDevRuntime"],[127,61,61,14],[127,62,61,14,"jsxDEV"],[127,68,61,14],[127,70,61,15,"_expoVectorIcons"],[127,86,61,23],[127,87,61,23,"Ionicons"],[127,95,61,23],[128,16,61,24,"name"],[128,20,61,28],[128,22,61,29],[128,28,61,35],[129,16,61,36,"size"],[129,20,61,40],[129,22,61,42],[129,24,61,45],[130,16,61,46,"color"],[130,21,61,51],[130,23,61,52],[131,14,61,61],[132,16,61,61,"fileName"],[132,24,61,61],[132,26,61,61,"_jsxFileName"],[132,38,61,61],[133,16,61,61,"lineNumber"],[133,26,61,61],[134,16,61,61,"columnNumber"],[134,28,61,61],[135,14,61,61],[135,21,61,63],[135,22,61,64],[135,37,62,14],[135,41,62,14,"_reactJsxDevRuntime"],[135,60,62,14],[135,61,62,14,"jsxDEV"],[135,67,62,14],[135,69,62,15,"Text"],[135,73,62,19],[135,74,62,19,"default"],[135,81,62,19],[136,16,62,20,"style"],[136,21,62,25],[136,23,62,27,"styles"],[136,29,62,33],[136,30,62,34,"trustScore"],[136,40,62,45],[137,16,62,45,"children"],[137,24,62,45],[137,26,62,46],[138,14,62,49],[139,16,62,49,"fileName"],[139,24,62,49],[139,26,62,49,"_jsxFileName"],[139,38,62,49],[140,16,62,49,"lineNumber"],[140,26,62,49],[141,16,62,49,"columnNumber"],[141,28,62,49],[142,14,62,49],[142,21,62,55],[142,22,62,56],[143,12,62,56],[144,14,62,56,"fileName"],[144,22,62,56],[144,24,62,56,"_jsxFileName"],[144,36,62,56],[145,14,62,56,"lineNumber"],[145,24,62,56],[146,14,62,56,"columnNumber"],[146,26,62,56],[147,12,62,56],[147,19,63,18],[147,20,63,19],[148,10,63,19],[149,12,63,19,"fileName"],[149,20,63,19],[149,22,63,19,"_jsxFileName"],[149,34,63,19],[150,12,63,19,"lineNumber"],[150,22,63,19],[151,12,63,19,"columnNumber"],[151,24,63,19],[152,10,63,19],[152,17,64,16],[152,18,64,17],[152,33,65,10],[152,37,65,10,"_reactJsxDevRuntime"],[152,56,65,10],[152,57,65,10,"jsxDEV"],[152,63,65,10],[152,65,65,11,"View"],[152,69,65,15],[152,70,65,15,"default"],[152,77,65,15],[153,12,65,16,"style"],[153,17,65,21],[153,19,65,23,"styles"],[153,25,65,29],[153,26,65,30,"headerRight"],[153,37,65,42],[154,12,65,42,"children"],[154,20,65,42],[154,36,66,12],[154,40,66,12,"_reactJsxDevRuntime"],[154,59,66,12],[154,60,66,12,"jsxDEV"],[154,66,66,12],[154,68,66,13,"TouchableOpacity"],[154,84,66,29],[154,85,66,29,"default"],[154,92,66,29],[155,14,66,30,"style"],[155,19,66,35],[155,21,66,37,"styles"],[155,27,66,43],[155,28,66,44,"iconButton"],[155,38,66,55],[156,14,66,55,"children"],[156,22,66,55],[156,37,67,14],[156,41,67,14,"_reactJsxDevRuntime"],[156,60,67,14],[156,61,67,14,"jsxDEV"],[156,67,67,14],[156,69,67,15,"_expoVectorIcons"],[156,85,67,23],[156,86,67,23,"Ionicons"],[156,94,67,23],[157,16,67,24,"name"],[157,20,67,28],[157,22,67,29],[157,39,67,46],[158,16,67,47,"size"],[158,20,67,51],[158,22,67,53],[158,24,67,56],[159,16,67,57,"color"],[159,21,67,62],[159,23,67,63],[160,14,67,72],[161,16,67,72,"fileName"],[161,24,67,72],[161,26,67,72,"_jsxFileName"],[161,38,67,72],[162,16,67,72,"lineNumber"],[162,26,67,72],[163,16,67,72,"columnNumber"],[163,28,67,72],[164,14,67,72],[164,21,67,74],[165,12,67,75],[166,14,67,75,"fileName"],[166,22,67,75],[166,24,67,75,"_jsxFileName"],[166,36,67,75],[167,14,67,75,"lineNumber"],[167,24,67,75],[168,14,67,75,"columnNumber"],[168,26,67,75],[169,12,67,75],[169,19,68,30],[169,20,68,31],[169,35,69,12],[169,39,69,12,"_reactJsxDevRuntime"],[169,58,69,12],[169,59,69,12,"jsxDEV"],[169,65,69,12],[169,67,69,13,"TouchableOpacity"],[169,83,69,29],[169,84,69,29,"default"],[169,91,69,29],[170,14,69,30,"style"],[170,19,69,35],[170,21,69,37,"styles"],[170,27,69,43],[170,28,69,44,"iconButton"],[170,38,69,55],[171,14,69,55,"children"],[171,22,69,55],[171,37,70,14],[171,41,70,14,"_reactJsxDevRuntime"],[171,60,70,14],[171,61,70,14,"jsxDEV"],[171,67,70,14],[171,69,70,15,"_expoVectorIcons"],[171,85,70,23],[171,86,70,23,"Ionicons"],[171,94,70,23],[172,16,70,24,"name"],[172,20,70,28],[172,22,70,29],[172,45,70,52],[173,16,70,53,"size"],[173,20,70,57],[173,22,70,59],[173,24,70,62],[174,16,70,63,"color"],[174,21,70,68],[174,23,70,69],[175,14,70,78],[176,16,70,78,"fileName"],[176,24,70,78],[176,26,70,78,"_jsxFileName"],[176,38,70,78],[177,16,70,78,"lineNumber"],[177,26,70,78],[178,16,70,78,"columnNumber"],[178,28,70,78],[179,14,70,78],[179,21,70,80],[180,12,70,81],[181,14,70,81,"fileName"],[181,22,70,81],[181,24,70,81,"_jsxFileName"],[181,36,70,81],[182,14,70,81,"lineNumber"],[182,24,70,81],[183,14,70,81,"columnNumber"],[183,26,70,81],[184,12,70,81],[184,19,71,30],[184,20,71,31],[184,35,72,12],[184,39,72,12,"_reactJsxDevRuntime"],[184,58,72,12],[184,59,72,12,"jsxDEV"],[184,65,72,12],[184,67,72,13,"TouchableOpacity"],[184,83,72,29],[184,84,72,29,"default"],[184,91,72,29],[185,14,72,30,"style"],[185,19,72,35],[185,21,72,37,"styles"],[185,27,72,43],[185,28,72,44,"iconButton"],[185,38,72,55],[186,14,72,55,"children"],[186,22,72,55],[186,37,73,14],[186,41,73,14,"_reactJsxDevRuntime"],[186,60,73,14],[186,61,73,14,"jsxDEV"],[186,67,73,14],[186,69,73,15,"_expoVectorIcons"],[186,85,73,23],[186,86,73,23,"Ionicons"],[186,94,73,23],[187,16,73,24,"name"],[187,20,73,28],[187,22,73,29],[187,40,73,47],[188,16,73,48,"size"],[188,20,73,52],[188,22,73,54],[188,24,73,57],[189,16,73,58,"color"],[189,21,73,63],[189,23,73,64],[190,14,73,73],[191,16,73,73,"fileName"],[191,24,73,73],[191,26,73,73,"_jsxFileName"],[191,38,73,73],[192,16,73,73,"lineNumber"],[192,26,73,73],[193,16,73,73,"columnNumber"],[193,28,73,73],[194,14,73,73],[194,21,73,75],[195,12,73,76],[196,14,73,76,"fileName"],[196,22,73,76],[196,24,73,76,"_jsxFileName"],[196,36,73,76],[197,14,73,76,"lineNumber"],[197,24,73,76],[198,14,73,76,"columnNumber"],[198,26,73,76],[199,12,73,76],[199,19,74,30],[199,20,74,31],[200,10,74,31],[201,12,74,31,"fileName"],[201,20,74,31],[201,22,74,31,"_jsxFileName"],[201,34,74,31],[202,12,74,31,"lineNumber"],[202,22,74,31],[203,12,74,31,"columnNumber"],[203,24,74,31],[204,10,74,31],[204,17,75,16],[204,18,75,17],[205,8,75,17],[206,10,75,17,"fileName"],[206,18,75,17],[206,20,75,17,"_jsxFileName"],[206,32,75,17],[207,10,75,17,"lineNumber"],[207,20,75,17],[208,10,75,17,"columnNumber"],[208,22,75,17],[209,8,75,17],[209,15,76,14],[209,16,76,15],[209,31,79,8],[209,35,79,8,"_reactJsxDevRuntime"],[209,54,79,8],[209,55,79,8,"jsxDEV"],[209,61,79,8],[209,63,79,9,"View"],[209,67,79,13],[209,68,79,13,"default"],[209,75,79,13],[210,10,79,14,"style"],[210,15,79,19],[210,17,79,21,"styles"],[210,23,79,27],[210,24,79,28,"announcementWidget"],[210,42,79,47],[211,10,79,47,"children"],[211,18,79,47],[211,33,80,10],[211,37,80,10,"_reactJsxDevRuntime"],[211,56,80,10],[211,57,80,10,"jsxDEV"],[211,63,80,10],[211,65,80,11,"ScrollView"],[211,75,80,21],[211,76,80,21,"default"],[211,83,80,21],[212,12,80,22,"horizontal"],[212,22,80,32],[213,12,80,33,"showsHorizontalScrollIndicator"],[213,42,80,63],[213,44,80,65],[213,49,80,71],[214,12,80,71,"children"],[214,20,80,71],[214,36,81,12],[214,40,81,12,"_reactJsxDevRuntime"],[214,59,81,12],[214,60,81,12,"jsxDEV"],[214,66,81,12],[214,68,81,13,"View"],[214,72,81,17],[214,73,81,17,"default"],[214,80,81,17],[215,14,81,18,"style"],[215,19,81,23],[215,21,81,25,"styles"],[215,27,81,31],[215,28,81,32,"announcement"],[215,40,81,45],[216,14,81,45,"children"],[216,22,81,45],[216,38,82,14],[216,42,82,14,"_reactJsxDevRuntime"],[216,61,82,14],[216,62,82,14,"jsxDEV"],[216,68,82,14],[216,70,82,15,"Text"],[216,74,82,19],[216,75,82,19,"default"],[216,82,82,19],[217,16,82,20,"style"],[217,21,82,25],[217,23,82,27,"styles"],[217,29,82,33],[217,30,82,34,"announcementTitle"],[217,47,82,52],[218,16,82,52,"children"],[218,24,82,52],[218,26,82,53],[219,14,82,80],[220,16,82,80,"fileName"],[220,24,82,80],[220,26,82,80,"_jsxFileName"],[220,38,82,80],[221,16,82,80,"lineNumber"],[221,26,82,80],[222,16,82,80,"columnNumber"],[222,28,82,80],[223,14,82,80],[223,21,82,86],[223,22,82,87],[223,37,83,14],[223,41,83,14,"_reactJsxDevRuntime"],[223,60,83,14],[223,61,83,14,"jsxDEV"],[223,67,83,14],[223,69,83,15,"Text"],[223,73,83,19],[223,74,83,19,"default"],[223,81,83,19],[224,16,83,20,"style"],[224,21,83,25],[224,23,83,27,"styles"],[224,29,83,33],[224,30,83,34,"announcementText"],[224,46,83,51],[225,16,83,51,"children"],[225,24,83,51],[225,26,83,52],[226,14,83,88],[227,16,83,88,"fileName"],[227,24,83,88],[227,26,83,88,"_jsxFileName"],[227,38,83,88],[228,16,83,88,"lineNumber"],[228,26,83,88],[229,16,83,88,"columnNumber"],[229,28,83,88],[230,14,83,88],[230,21,83,94],[230,22,83,95],[231,12,83,95],[232,14,83,95,"fileName"],[232,22,83,95],[232,24,83,95,"_jsxFileName"],[232,36,83,95],[233,14,83,95,"lineNumber"],[233,24,83,95],[234,14,83,95,"columnNumber"],[234,26,83,95],[235,12,83,95],[235,19,84,18],[235,20,84,19],[235,35,85,12],[235,39,85,12,"_reactJsxDevRuntime"],[235,58,85,12],[235,59,85,12,"jsxDEV"],[235,65,85,12],[235,67,85,13,"View"],[235,71,85,17],[235,72,85,17,"default"],[235,79,85,17],[236,14,85,18,"style"],[236,19,85,23],[236,21,85,25,"styles"],[236,27,85,31],[236,28,85,32,"announcement"],[236,40,85,45],[237,14,85,45,"children"],[237,22,85,45],[237,38,86,14],[237,42,86,14,"_reactJsxDevRuntime"],[237,61,86,14],[237,62,86,14,"jsxDEV"],[237,68,86,14],[237,70,86,15,"Text"],[237,74,86,19],[237,75,86,19,"default"],[237,82,86,19],[238,16,86,20,"style"],[238,21,86,25],[238,23,86,27,"styles"],[238,29,86,33],[238,30,86,34,"announcementTitle"],[238,47,86,52],[239,16,86,52,"children"],[239,24,86,52],[239,26,86,53],[240,14,86,67],[241,16,86,67,"fileName"],[241,24,86,67],[241,26,86,67,"_jsxFileName"],[241,38,86,67],[242,16,86,67,"lineNumber"],[242,26,86,67],[243,16,86,67,"columnNumber"],[243,28,86,67],[244,14,86,67],[244,21,86,73],[244,22,86,74],[244,37,87,14],[244,41,87,14,"_reactJsxDevRuntime"],[244,60,87,14],[244,61,87,14,"jsxDEV"],[244,67,87,14],[244,69,87,15,"Text"],[244,73,87,19],[244,74,87,19,"default"],[244,81,87,19],[245,16,87,20,"style"],[245,21,87,25],[245,23,87,27,"styles"],[245,29,87,33],[245,30,87,34,"announcementText"],[245,46,87,51],[246,16,87,51,"children"],[246,24,87,51],[246,26,87,52],[247,14,87,80],[248,16,87,80,"fileName"],[248,24,87,80],[248,26,87,80,"_jsxFileName"],[248,38,87,80],[249,16,87,80,"lineNumber"],[249,26,87,80],[250,16,87,80,"columnNumber"],[250,28,87,80],[251,14,87,80],[251,21,87,86],[251,22,87,87],[252,12,87,87],[253,14,87,87,"fileName"],[253,22,87,87],[253,24,87,87,"_jsxFileName"],[253,36,87,87],[254,14,87,87,"lineNumber"],[254,24,87,87],[255,14,87,87,"columnNumber"],[255,26,87,87],[256,12,87,87],[256,19,88,18],[256,20,88,19],[257,10,88,19],[258,12,88,19,"fileName"],[258,20,88,19],[258,22,88,19,"_jsxFileName"],[258,34,88,19],[259,12,88,19,"lineNumber"],[259,22,88,19],[260,12,88,19,"columnNumber"],[260,24,88,19],[261,10,88,19],[261,17,89,22],[262,8,89,23],[263,10,89,23,"fileName"],[263,18,89,23],[263,20,89,23,"_jsxFileName"],[263,32,89,23],[264,10,89,23,"lineNumber"],[264,20,89,23],[265,10,89,23,"columnNumber"],[265,22,89,23],[266,8,89,23],[266,15,90,14],[266,16,90,15],[266,31,93,8],[266,35,93,8,"_reactJsxDevRuntime"],[266,54,93,8],[266,55,93,8,"jsxDEV"],[266,61,93,8],[266,63,93,9,"View"],[266,67,93,13],[266,68,93,13,"default"],[266,75,93,13],[267,10,93,14,"style"],[267,15,93,19],[267,17,93,21,"styles"],[267,23,93,27],[267,24,93,28,"quickActionsContainer"],[267,45,93,50],[268,10,93,50,"children"],[268,18,93,50],[268,34,94,10],[268,38,94,10,"_reactJsxDevRuntime"],[268,57,94,10],[268,58,94,10,"jsxDEV"],[268,64,94,10],[268,66,94,11,"Text"],[268,70,94,15],[268,71,94,15,"default"],[268,78,94,15],[269,12,94,16,"style"],[269,17,94,21],[269,19,94,23,"styles"],[269,25,94,29],[269,26,94,30,"sectionTitle"],[269,38,94,43],[270,12,94,43,"children"],[270,20,94,43],[270,22,94,44],[271,10,94,57],[272,12,94,57,"fileName"],[272,20,94,57],[272,22,94,57,"_jsxFileName"],[272,34,94,57],[273,12,94,57,"lineNumber"],[273,22,94,57],[274,12,94,57,"columnNumber"],[274,24,94,57],[275,10,94,57],[275,17,94,63],[275,18,94,64],[275,33,95,10],[275,37,95,10,"_reactJsxDevRuntime"],[275,56,95,10],[275,57,95,10,"jsxDEV"],[275,63,95,10],[275,65,95,11,"View"],[275,69,95,15],[275,70,95,15,"default"],[275,77,95,15],[276,12,95,16,"style"],[276,17,95,21],[276,19,95,23,"styles"],[276,25,95,29],[276,26,95,30,"actionsGrid"],[276,37,95,42],[277,12,95,42,"children"],[277,20,95,42],[277,22,96,13,"QUICK_ACTIONS"],[277,35,96,26],[277,36,96,27,"map"],[277,39,96,30],[277,40,96,31],[277,41,96,32,"action"],[277,47,96,38],[277,49,96,40,"index"],[277,54,96,45],[277,72,97,14],[277,76,97,14,"_reactJsxDevRuntime"],[277,95,97,14],[277,96,97,14,"jsxDEV"],[277,102,97,14],[277,104,97,15,"TouchableOpacity"],[277,120,97,31],[277,121,97,31,"default"],[277,128,97,31],[278,14,99,16,"style"],[278,19,99,21],[278,21,99,23],[278,22,99,24,"styles"],[278,28,99,30],[278,29,99,31,"actionCard"],[278,39,99,41],[278,41,100,19,"index"],[278,46,100,24],[278,49,100,27],[278,50,100,28],[278,55,100,33],[278,56,100,34],[278,60,100,39,"styles"],[278,66,100,45],[278,67,100,46,"actionCardFirst"],[278,82,100,61],[278,84,101,19,"index"],[278,89,101,24],[278,92,101,27],[278,93,101,28],[278,98,101,33],[278,99,101,34],[278,103,101,39,"styles"],[278,109,101,45],[278,110,101,46,"actionCardLast"],[278,124,101,60],[278,125,102,18],[279,14,103,16,"activeOpacity"],[279,27,103,29],[279,29,103,31],[279,32,103,35],[280,14,103,35,"children"],[280,22,103,35],[280,38,105,16],[280,42,105,16,"_reactJsxDevRuntime"],[280,61,105,16],[280,62,105,16,"jsxDEV"],[280,68,105,16],[280,70,105,17,"View"],[280,74,105,21],[280,75,105,21,"default"],[280,82,105,21],[281,16,105,22,"style"],[281,21,105,27],[281,23,105,29],[281,24,105,30,"styles"],[281,30,105,36],[281,31,105,37,"actionIcon"],[281,41,105,47],[281,43,105,49],[282,18,105,51,"backgroundColor"],[282,33,105,66],[282,35,105,68,"action"],[282,41,105,74],[282,42,105,75,"color"],[283,16,105,81],[283,17,105,82],[283,18,105,84],[284,16,105,84,"children"],[284,24,105,84],[284,39,106,18],[284,43,106,18,"_reactJsxDevRuntime"],[284,62,106,18],[284,63,106,18,"jsxDEV"],[284,69,106,18],[284,71,106,19,"_expoVectorIcons"],[284,87,106,27],[284,88,106,27,"Ionicons"],[284,96,106,27],[285,18,106,28,"name"],[285,22,106,32],[285,24,106,34,"action"],[285,30,106,40],[285,31,106,41,"icon"],[285,35,106,46],[286,18,106,47,"size"],[286,22,106,51],[286,24,106,53],[286,26,106,56],[287,18,106,57,"color"],[287,23,106,62],[287,25,106,63],[288,16,106,69],[289,18,106,69,"fileName"],[289,26,106,69],[289,28,106,69,"_jsxFileName"],[289,40,106,69],[290,18,106,69,"lineNumber"],[290,28,106,69],[291,18,106,69,"columnNumber"],[291,30,106,69],[292,16,106,69],[292,23,106,71],[293,14,106,72],[294,16,106,72,"fileName"],[294,24,106,72],[294,26,106,72,"_jsxFileName"],[294,38,106,72],[295,16,106,72,"lineNumber"],[295,26,106,72],[296,16,106,72,"columnNumber"],[296,28,106,72],[297,14,106,72],[297,21,107,22],[297,22,107,23],[297,37,108,16],[297,41,108,16,"_reactJsxDevRuntime"],[297,60,108,16],[297,61,108,16,"jsxDEV"],[297,67,108,16],[297,69,108,17,"Text"],[297,73,108,21],[297,74,108,21,"default"],[297,81,108,21],[298,16,108,22,"style"],[298,21,108,27],[298,23,108,29,"styles"],[298,29,108,35],[298,30,108,36,"actionLabel"],[298,41,108,48],[299,16,108,48,"children"],[299,24,108,48],[299,26,108,50,"action"],[299,32,108,56],[299,33,108,57,"label"],[300,14,108,62],[301,16,108,62,"fileName"],[301,24,108,62],[301,26,108,62,"_jsxFileName"],[301,38,108,62],[302,16,108,62,"lineNumber"],[302,26,108,62],[303,16,108,62,"columnNumber"],[303,28,108,62],[304,14,108,62],[304,21,108,69],[304,22,108,70],[305,12,108,70],[305,15,98,21,"action"],[305,21,98,27],[305,22,98,28,"id"],[305,24,98,30],[306,14,98,30,"fileName"],[306,22,98,30],[306,24,98,30,"_jsxFileName"],[306,36,98,30],[307,14,98,30,"lineNumber"],[307,24,98,30],[308,14,98,30,"columnNumber"],[308,26,98,30],[309,12,98,30],[309,19,109,32],[309,20,110,13],[310,10,110,14],[311,12,110,14,"fileName"],[311,20,110,14],[311,22,110,14,"_jsxFileName"],[311,34,110,14],[312,12,110,14,"lineNumber"],[312,22,110,14],[313,12,110,14,"columnNumber"],[313,24,110,14],[314,10,110,14],[314,17,111,16],[314,18,111,17],[315,8,111,17],[316,10,111,17,"fileName"],[316,18,111,17],[316,20,111,17,"_jsxFileName"],[316,32,111,17],[317,10,111,17,"lineNumber"],[317,20,111,17],[318,10,111,17,"columnNumber"],[318,22,111,17],[319,8,111,17],[319,15,112,14],[319,16,112,15],[320,6,112,15],[321,8,112,15,"fileName"],[321,16,112,15],[321,18,112,15,"_jsxFileName"],[321,30,112,15],[322,8,112,15,"lineNumber"],[322,18,112,15],[323,8,112,15,"columnNumber"],[323,20,112,15],[324,6,112,15],[324,13,113,18],[325,4,113,19],[326,6,113,19,"fileName"],[326,14,113,19],[326,16,113,19,"_jsxFileName"],[326,28,113,19],[327,6,113,19,"lineNumber"],[327,16,113,19],[328,6,113,19,"columnNumber"],[328,18,113,19],[329,4,113,19],[329,11,114,10],[329,12,114,11],[330,2,116,0],[331,2,116,1,"_s"],[331,4,116,1],[331,5,20,9,"HomeTab"],[331,12,20,16],[332,4,20,16],[332,12,21,19,"useAuth"],[332,32,21,26],[332,33,21,26,"useAuth"],[332,40,21,26],[332,42,22,17,"useSafeAreaInsets"],[332,69,22,34],[332,70,22,34,"useSafeAreaInsets"],[332,87,22,34],[333,2,22,34],[334,2,22,34,"_c"],[334,4,22,34],[334,7,20,9,"HomeTab"],[334,14,20,16],[335,2,118,0],[335,11,118,9,"WalletTab"],[335,20,118,18,"WalletTab"],[335,21,118,18],[335,23,118,21],[336,4,118,21,"_s2"],[336,7,118,21],[337,4,119,2],[337,10,119,8],[338,6,119,10,"user"],[339,4,119,15],[339,5,119,16],[339,8,119,19],[339,12,119,19,"useAuth"],[339,32,119,26],[339,33,119,26,"useAuth"],[339,40,119,26],[339,42,119,27],[339,43,119,28],[340,4,120,2],[340,10,120,8,"insets"],[340,16,120,14],[340,19,120,17],[340,23,120,17,"useSafeAreaInsets"],[340,50,120,34],[340,51,120,34,"useSafeAreaInsets"],[340,68,120,34],[340,70,120,35],[340,71,120,36],[341,4,121,2],[341,10,121,8],[341,11,121,9,"hezBalance"],[341,21,121,19],[341,23,121,21,"setHezBalance"],[341,36,121,34],[341,37,121,35],[341,40,121,38],[341,44,121,38,"useState"],[341,50,121,46],[341,51,121,46,"useState"],[341,59,121,46],[341,61,121,47],[341,73,121,59],[341,74,121,60],[342,4,122,2],[342,10,122,8],[342,11,122,9,"pezBalance"],[342,21,122,19],[342,23,122,21,"setPezBalance"],[342,36,122,34],[342,37,122,35],[342,40,122,38],[342,44,122,38,"useState"],[342,50,122,46],[342,51,122,46,"useState"],[342,59,122,46],[342,61,122,47],[342,73,122,59],[342,74,122,60],[343,4,123,2],[343,10,123,8],[343,11,123,9,"loading"],[343,18,123,16],[343,20,123,18,"setLoading"],[343,30,123,28],[343,31,123,29],[343,34,123,32],[343,38,123,32,"useState"],[343,44,123,40],[343,45,123,40,"useState"],[343,53,123,40],[343,55,123,41],[343,59,123,45],[343,60,123,46],[344,4,125,2],[344,10,125,8,"TEST_WALLET"],[344,21,125,19],[344,24,125,22],[344,74,125,72],[345,4,127,2],[345,8,127,2,"useEffect"],[345,14,127,11],[345,15,127,11,"useEffect"],[345,24,127,11],[345,26,127,12],[345,32,127,18],[346,6,128,4,"fetchBalance"],[346,18,128,16],[346,19,128,17],[346,20,128,18],[347,4,129,2],[347,5,129,3],[347,7,129,5],[347,9,129,7],[347,10,129,8],[348,4,131,2],[348,10,131,8,"fetchBalance"],[348,22,131,20],[348,25,131,23],[348,31,131,23,"fetchBalance"],[348,32,131,23],[348,37,131,35],[349,6,132,4],[349,10,132,8],[350,8,133,6],[350,14,133,12,"backendUrl"],[350,24,133,22],[350,27,133,25],[350,84,133,64],[350,107,133,87],[351,8,134,6],[351,14,134,12,"controller"],[351,24,134,22],[351,27,134,25],[351,31,134,29,"AbortController"],[351,46,134,44],[351,47,134,45],[351,48,134,46],[352,8,135,6],[352,14,135,12,"timeoutId"],[352,23,135,21],[352,26,135,24,"setTimeout"],[352,36,135,34],[352,37,135,35],[352,43,135,41,"controller"],[352,53,135,51],[352,54,135,52,"abort"],[352,59,135,57],[352,60,135,58],[352,61,135,59],[352,63,135,61],[352,67,135,65],[352,68,135,66],[352,69,135,67],[352,70,135,68],[354,8,137,6],[354,14,137,12,"response"],[354,22,137,20],[354,25,137,23],[354,31,137,29,"fetch"],[354,36,137,34],[354,37,137,35],[354,40,137,38,"backendUrl"],[354,50,137,48],[354,75,137,73],[354,77,137,75],[355,10,138,8,"method"],[355,16,138,14],[355,18,138,16],[355,24,138,22],[356,10,139,8,"headers"],[356,17,139,15],[356,19,139,17],[357,12,140,10],[357,26,140,24],[357,28,140,26],[358,10,141,8],[358,11,141,9],[359,10,142,8,"body"],[359,14,142,12],[359,16,142,14,"JSON"],[359,20,142,18],[359,21,142,19,"stringify"],[359,30,142,28],[359,31,142,29],[360,12,143,10,"address"],[360,19,143,17],[360,21,143,19,"TEST_WALLET"],[361,10,144,8],[361,11,144,9],[361,12,144,10],[362,10,145,8,"signal"],[362,16,145,14],[362,18,145,16,"controller"],[362,28,145,26],[362,29,145,27,"signal"],[363,8,146,6],[363,9,146,7],[363,10,146,8],[364,8,148,6,"clearTimeout"],[364,20,148,18],[364,21,148,19,"timeoutId"],[364,30,148,28],[364,31,148,29],[365,8,150,6],[365,12,150,10,"response"],[365,20,150,18],[365,21,150,19,"ok"],[365,23,150,21],[365,25,150,23],[366,10,151,8],[366,16,151,14,"data"],[366,20,151,18],[366,23,151,21],[366,29,151,27,"response"],[366,37,151,35],[366,38,151,36,"json"],[366,42,151,40],[366,43,151,41],[366,44,151,42],[367,10,152,8,"setHezBalance"],[367,23,152,21],[367,24,152,22,"parseFloat"],[367,34,152,32],[367,35,152,33,"data"],[367,39,152,37],[367,40,152,38,"hez"],[367,43,152,41],[367,44,152,42],[367,45,152,43,"toFixed"],[367,52,152,50],[367,53,152,51],[367,54,152,52],[367,55,152,53],[367,56,152,54],[368,10,153,8,"setPezBalance"],[368,23,153,21],[368,24,153,22,"parseFloat"],[368,34,153,32],[368,35,153,33,"data"],[368,39,153,37],[368,40,153,38,"pez"],[368,43,153,41],[368,44,153,42],[368,45,153,43,"toFixed"],[368,52,153,50],[368,53,153,51],[368,54,153,52],[368,55,153,53],[368,56,153,54],[369,8,154,6],[369,9,154,7],[369,15,154,13],[370,10,155,8,"setHezBalance"],[370,23,155,21],[370,24,155,22],[370,30,155,28],[370,31,155,29],[371,10,156,8,"setPezBalance"],[371,23,156,21],[371,24,156,22],[371,30,156,28],[371,31,156,29],[372,8,157,6],[373,6,158,4],[373,7,158,5],[373,8,158,6],[373,15,158,13,"error"],[373,20,158,18],[373,22,158,20],[374,8,159,6,"console"],[374,15,159,13],[374,16,159,14,"error"],[374,21,159,19],[374,22,159,20],[374,44,159,42],[374,46,159,44,"error"],[374,51,159,49],[374,52,159,50],[375,8,160,6,"setHezBalance"],[375,21,160,19],[375,22,160,20],[375,28,160,26],[375,29,160,27],[376,8,161,6,"setPezBalance"],[376,21,161,19],[376,22,161,20],[376,28,161,26],[376,29,161,27],[377,6,162,4],[377,7,162,5],[377,16,162,14],[378,8,163,6,"setLoading"],[378,18,163,16],[378,19,163,17],[378,24,163,22],[378,25,163,23],[379,6,164,4],[380,4,165,2],[380,5,165,3],[381,4,167,2],[381,24,168,4],[381,28,168,4,"_reactJsxDevRuntime"],[381,47,168,4],[381,48,168,4,"jsxDEV"],[381,54,168,4],[381,56,168,5,"View"],[381,60,168,9],[381,61,168,9,"default"],[381,68,168,9],[382,6,168,10,"style"],[382,11,168,15],[382,13,168,17,"styles"],[382,19,168,23],[382,20,168,24,"container"],[382,29,168,34],[383,6,168,34,"children"],[383,14,168,34],[383,29,169,6],[383,33,169,6,"_reactJsxDevRuntime"],[383,52,169,6],[383,53,169,6,"jsxDEV"],[383,59,169,6],[383,61,169,7,"ScrollView"],[383,71,169,17],[383,72,169,17,"default"],[383,79,169,17],[384,8,169,18,"contentContainerStyle"],[384,29,169,39],[384,31,169,41,"styles"],[384,37,169,47],[384,38,169,48,"walletScrollContent"],[384,57,169,68],[385,8,169,68,"children"],[385,16,169,68],[385,32,171,8],[385,36,171,8,"_reactJsxDevRuntime"],[385,55,171,8],[385,56,171,8,"jsxDEV"],[385,62,171,8],[385,64,171,9,"View"],[385,68,171,13],[385,69,171,13,"default"],[385,76,171,13],[386,10,171,14,"style"],[386,15,171,19],[386,17,171,21],[386,18,171,22,"styles"],[386,24,171,28],[386,25,171,29,"walletHeader"],[386,37,171,41],[386,39,171,43],[387,12,171,45,"paddingTop"],[387,22,171,55],[387,24,171,57,"insets"],[387,30,171,63],[387,31,171,64,"top"],[387,34,171,67],[387,37,171,70],[388,10,171,73],[388,11,171,74],[388,12,171,76],[389,10,171,76,"children"],[389,18,171,76],[389,34,172,10],[389,38,172,10,"_reactJsxDevRuntime"],[389,57,172,10],[389,58,172,10,"jsxDEV"],[389,64,172,10],[389,66,172,11,"Text"],[389,70,172,15],[389,71,172,15,"default"],[389,78,172,15],[390,12,172,16,"style"],[390,17,172,21],[390,19,172,23,"styles"],[390,25,172,29],[390,26,172,30,"walletTitle"],[390,37,172,42],[391,12,172,42,"children"],[391,20,172,42],[391,22,172,43],[392,10,172,52],[393,12,172,52,"fileName"],[393,20,172,52],[393,22,172,52,"_jsxFileName"],[393,34,172,52],[394,12,172,52,"lineNumber"],[394,22,172,52],[395,12,172,52,"columnNumber"],[395,24,172,52],[396,10,172,52],[396,17,172,58],[396,18,172,59],[396,33,173,10],[396,37,173,10,"_reactJsxDevRuntime"],[396,56,173,10],[396,57,173,10,"jsxDEV"],[396,63,173,10],[396,65,173,11,"TouchableOpacity"],[396,81,173,27],[396,82,173,27,"default"],[396,89,173,27],[397,12,173,28,"onPress"],[397,19,173,35],[397,21,173,37,"fetchBalance"],[397,33,173,50],[398,12,173,51,"style"],[398,17,173,56],[398,19,173,58,"styles"],[398,25,173,64],[398,26,173,65,"refreshButton"],[398,39,173,79],[399,12,173,79,"children"],[399,20,173,79],[399,35,174,12],[399,39,174,12,"_reactJsxDevRuntime"],[399,58,174,12],[399,59,174,12,"jsxDEV"],[399,65,174,12],[399,67,174,13,"_expoVectorIcons"],[399,83,174,21],[399,84,174,21,"Ionicons"],[399,92,174,21],[400,14,174,22,"name"],[400,18,174,26],[400,20,174,27],[400,29,174,36],[401,14,174,37,"size"],[401,18,174,41],[401,20,174,43],[401,22,174,46],[402,14,174,47,"color"],[402,19,174,52],[402,21,174,53],[403,12,174,62],[404,14,174,62,"fileName"],[404,22,174,62],[404,24,174,62,"_jsxFileName"],[404,36,174,62],[405,14,174,62,"lineNumber"],[405,24,174,62],[406,14,174,62,"columnNumber"],[406,26,174,62],[407,12,174,62],[407,19,174,64],[408,10,174,65],[409,12,174,65,"fileName"],[409,20,174,65],[409,22,174,65,"_jsxFileName"],[409,34,174,65],[410,12,174,65,"lineNumber"],[410,22,174,65],[411,12,174,65,"columnNumber"],[411,24,174,65],[412,10,174,65],[412,17,175,28],[412,18,175,29],[413,8,175,29],[414,10,175,29,"fileName"],[414,18,175,29],[414,20,175,29,"_jsxFileName"],[414,32,175,29],[415,10,175,29,"lineNumber"],[415,20,175,29],[416,10,175,29,"columnNumber"],[416,22,175,29],[417,8,175,29],[417,15,176,14],[417,16,176,15],[417,31,179,8],[417,35,179,8,"_reactJsxDevRuntime"],[417,54,179,8],[417,55,179,8,"jsxDEV"],[417,61,179,8],[417,63,179,9,"View"],[417,67,179,13],[417,68,179,13,"default"],[417,75,179,13],[418,10,179,14,"style"],[418,15,179,19],[418,17,179,21,"styles"],[418,23,179,27],[418,24,179,28,"balanceRow"],[418,34,179,39],[419,10,179,39,"children"],[419,18,179,39],[419,34,180,10],[419,38,180,10,"_reactJsxDevRuntime"],[419,57,180,10],[419,58,180,10,"jsxDEV"],[419,64,180,10],[419,66,180,11,"View"],[419,70,180,15],[419,71,180,15,"default"],[419,78,180,15],[420,12,180,16,"style"],[420,17,180,21],[420,19,180,23,"styles"],[420,25,180,29],[420,26,180,30,"balanceCardNew"],[420,40,180,45],[421,12,180,45,"children"],[421,20,180,45],[421,36,181,12],[421,40,181,12,"_reactJsxDevRuntime"],[421,59,181,12],[421,60,181,12,"jsxDEV"],[421,66,181,12],[421,68,181,13,"Image"],[421,73,181,18],[421,74,181,18,"default"],[421,81,181,18],[422,14,182,14,"source"],[422,20,182,20],[422,22,182,22],[423,16,182,24,"uri"],[423,19,182,27],[423,21,182,29],[424,14,182,145],[424,15,182,147],[425,14,183,14,"style"],[425,19,183,19],[425,21,183,21,"styles"],[425,27,183,27],[425,28,183,28,"tokenLogoNew"],[426,12,183,41],[427,14,183,41,"fileName"],[427,22,183,41],[427,24,183,41,"_jsxFileName"],[427,36,183,41],[428,14,183,41,"lineNumber"],[428,24,183,41],[429,14,183,41,"columnNumber"],[429,26,183,41],[430,12,183,41],[430,19,184,13],[430,20,184,14],[430,35,185,12],[430,39,185,12,"_reactJsxDevRuntime"],[430,58,185,12],[430,59,185,12,"jsxDEV"],[430,65,185,12],[430,67,185,13,"Text"],[430,71,185,17],[430,72,185,17,"default"],[430,79,185,17],[431,14,185,18,"style"],[431,19,185,23],[431,21,185,25,"styles"],[431,27,185,31],[431,28,185,32,"tokenSymbolNew"],[431,42,185,47],[432,14,185,47,"children"],[432,22,185,47],[432,24,185,48],[433,12,185,51],[434,14,185,51,"fileName"],[434,22,185,51],[434,24,185,51,"_jsxFileName"],[434,36,185,51],[435,14,185,51,"lineNumber"],[435,24,185,51],[436,14,185,51,"columnNumber"],[436,26,185,51],[437,12,185,51],[437,19,185,57],[437,20,185,58],[437,35,186,12],[437,39,186,12,"_reactJsxDevRuntime"],[437,58,186,12],[437,59,186,12,"jsxDEV"],[437,65,186,12],[437,67,186,13,"Text"],[437,71,186,17],[437,72,186,17,"default"],[437,79,186,17],[438,14,186,18,"style"],[438,19,186,23],[438,21,186,25,"styles"],[438,27,186,31],[438,28,186,32,"balanceAmountNew"],[438,44,186,49],[439,14,186,49,"children"],[439,22,186,49],[439,24,186,51,"hezBalance"],[440,12,186,61],[441,14,186,61,"fileName"],[441,22,186,61],[441,24,186,61,"_jsxFileName"],[441,36,186,61],[442,14,186,61,"lineNumber"],[442,24,186,61],[443,14,186,61,"columnNumber"],[443,26,186,61],[444,12,186,61],[444,19,186,68],[444,20,186,69],[444,35,187,12],[444,39,187,12,"_reactJsxDevRuntime"],[444,58,187,12],[444,59,187,12,"jsxDEV"],[444,65,187,12],[444,67,187,13,"Text"],[444,71,187,17],[444,72,187,17,"default"],[444,79,187,17],[445,14,187,18,"style"],[445,19,187,23],[445,21,187,25,"styles"],[445,27,187,31],[445,28,187,32,"tokenNameNew"],[445,40,187,45],[446,14,187,45,"children"],[446,22,187,45],[446,24,187,46],[447,12,187,61],[448,14,187,61,"fileName"],[448,22,187,61],[448,24,187,61,"_jsxFileName"],[448,36,187,61],[449,14,187,61,"lineNumber"],[449,24,187,61],[450,14,187,61,"columnNumber"],[450,26,187,61],[451,12,187,61],[451,19,187,67],[451,20,187,68],[452,10,187,68],[453,12,187,68,"fileName"],[453,20,187,68],[453,22,187,68,"_jsxFileName"],[453,34,187,68],[454,12,187,68,"lineNumber"],[454,22,187,68],[455,12,187,68,"columnNumber"],[455,24,187,68],[456,10,187,68],[456,17,188,16],[456,18,188,17],[456,33,190,10],[456,37,190,10,"_reactJsxDevRuntime"],[456,56,190,10],[456,57,190,10,"jsxDEV"],[456,63,190,10],[456,65,190,11,"View"],[456,69,190,15],[456,70,190,15,"default"],[456,77,190,15],[457,12,190,16,"style"],[457,17,190,21],[457,19,190,23,"styles"],[457,25,190,29],[457,26,190,30,"balanceCardNew"],[457,40,190,45],[458,12,190,45,"children"],[458,20,190,45],[458,36,191,12],[458,40,191,12,"_reactJsxDevRuntime"],[458,59,191,12],[458,60,191,12,"jsxDEV"],[458,66,191,12],[458,68,191,13,"Image"],[458,73,191,18],[458,74,191,18,"default"],[458,81,191,18],[459,14,192,14,"source"],[459,20,192,20],[459,22,192,22],[460,16,192,24,"uri"],[460,19,192,27],[460,21,192,29],[461,14,192,129],[461,15,192,131],[462,14,193,14,"style"],[462,19,193,19],[462,21,193,21,"styles"],[462,27,193,27],[462,28,193,28,"tokenLogoNew"],[463,12,193,41],[464,14,193,41,"fileName"],[464,22,193,41],[464,24,193,41,"_jsxFileName"],[464,36,193,41],[465,14,193,41,"lineNumber"],[465,24,193,41],[466,14,193,41,"columnNumber"],[466,26,193,41],[467,12,193,41],[467,19,194,13],[467,20,194,14],[467,35,195,12],[467,39,195,12,"_reactJsxDevRuntime"],[467,58,195,12],[467,59,195,12,"jsxDEV"],[467,65,195,12],[467,67,195,13,"Text"],[467,71,195,17],[467,72,195,17,"default"],[467,79,195,17],[468,14,195,18,"style"],[468,19,195,23],[468,21,195,25,"styles"],[468,27,195,31],[468,28,195,32,"tokenSymbolNew"],[468,42,195,47],[469,14,195,47,"children"],[469,22,195,47],[469,24,195,48],[470,12,195,51],[471,14,195,51,"fileName"],[471,22,195,51],[471,24,195,51,"_jsxFileName"],[471,36,195,51],[472,14,195,51,"lineNumber"],[472,24,195,51],[473,14,195,51,"columnNumber"],[473,26,195,51],[474,12,195,51],[474,19,195,57],[474,20,195,58],[474,35,196,12],[474,39,196,12,"_reactJsxDevRuntime"],[474,58,196,12],[474,59,196,12,"jsxDEV"],[474,65,196,12],[474,67,196,13,"Text"],[474,71,196,17],[474,72,196,17,"default"],[474,79,196,17],[475,14,196,18,"style"],[475,19,196,23],[475,21,196,25,"styles"],[475,27,196,31],[475,28,196,32,"balanceAmountNew"],[475,44,196,49],[476,14,196,49,"children"],[476,22,196,49],[476,24,196,51,"pezBalance"],[477,12,196,61],[478,14,196,61,"fileName"],[478,22,196,61],[478,24,196,61,"_jsxFileName"],[478,36,196,61],[479,14,196,61,"lineNumber"],[479,24,196,61],[480,14,196,61,"columnNumber"],[480,26,196,61],[481,12,196,61],[481,19,196,68],[481,20,196,69],[481,35,197,12],[481,39,197,12,"_reactJsxDevRuntime"],[481,58,197,12],[481,59,197,12,"jsxDEV"],[481,65,197,12],[481,67,197,13,"Text"],[481,71,197,17],[481,72,197,17,"default"],[481,79,197,17],[482,14,197,18,"style"],[482,19,197,23],[482,21,197,25,"styles"],[482,27,197,31],[482,28,197,32,"tokenNameNew"],[482,40,197,45],[483,14,197,45,"children"],[483,22,197,45],[483,24,197,46],[484,12,197,59],[485,14,197,59,"fileName"],[485,22,197,59],[485,24,197,59,"_jsxFileName"],[485,36,197,59],[486,14,197,59,"lineNumber"],[486,24,197,59],[487,14,197,59,"columnNumber"],[487,26,197,59],[488,12,197,59],[488,19,197,65],[488,20,197,66],[489,10,197,66],[490,12,197,66,"fileName"],[490,20,197,66],[490,22,197,66,"_jsxFileName"],[490,34,197,66],[491,12,197,66,"lineNumber"],[491,22,197,66],[492,12,197,66,"columnNumber"],[492,24,197,66],[493,10,197,66],[493,17,198,16],[493,18,198,17],[494,8,198,17],[495,10,198,17,"fileName"],[495,18,198,17],[495,20,198,17,"_jsxFileName"],[495,32,198,17],[496,10,198,17,"lineNumber"],[496,20,198,17],[497,10,198,17,"columnNumber"],[497,22,198,17],[498,8,198,17],[498,15,199,14],[498,16,199,15],[498,31,202,8],[498,35,202,8,"_reactJsxDevRuntime"],[498,54,202,8],[498,55,202,8,"jsxDEV"],[498,61,202,8],[498,63,202,9,"View"],[498,67,202,13],[498,68,202,13,"default"],[498,75,202,13],[499,10,202,14,"style"],[499,15,202,19],[499,17,202,21,"styles"],[499,23,202,27],[499,24,202,28,"actionsContainer"],[499,40,202,45],[500,10,202,45,"children"],[500,18,202,45],[500,34,204,10],[500,38,204,10,"_reactJsxDevRuntime"],[500,57,204,10],[500,58,204,10,"jsxDEV"],[500,64,204,10],[500,66,204,11,"View"],[500,70,204,15],[500,71,204,15,"default"],[500,78,204,15],[501,12,204,16,"style"],[501,17,204,21],[501,19,204,23,"styles"],[501,25,204,29],[501,26,204,30,"actionsRow"],[501,36,204,41],[502,12,204,41,"children"],[502,20,204,41],[502,36,205,12],[502,40,205,12,"_reactJsxDevRuntime"],[502,59,205,12],[502,60,205,12,"jsxDEV"],[502,66,205,12],[502,68,205,13,"TouchableOpacity"],[502,84,205,29],[502,85,205,29,"default"],[502,92,205,29],[503,14,205,30,"style"],[503,19,205,35],[503,21,205,37],[503,22,205,38,"styles"],[503,28,205,44],[503,29,205,45,"actionBtn"],[503,38,205,54],[503,40,205,56],[504,16,205,57,"backgroundColor"],[504,31,205,72],[504,33,205,74],[505,14,205,83],[505,15,205,84],[505,16,205,86],[506,14,205,86,"children"],[506,22,205,86],[506,38,206,14],[506,42,206,14,"_reactJsxDevRuntime"],[506,61,206,14],[506,62,206,14,"jsxDEV"],[506,68,206,14],[506,70,206,15,"_expoVectorIcons"],[506,86,206,23],[506,87,206,23,"Ionicons"],[506,95,206,23],[507,16,206,24,"name"],[507,20,206,28],[507,22,206,29],[507,32,206,39],[508,16,206,40,"size"],[508,20,206,44],[508,22,206,46],[508,24,206,49],[509,16,206,50,"color"],[509,21,206,55],[509,23,206,56],[510,14,206,62],[511,16,206,62,"fileName"],[511,24,206,62],[511,26,206,62,"_jsxFileName"],[511,38,206,62],[512,16,206,62,"lineNumber"],[512,26,206,62],[513,16,206,62,"columnNumber"],[513,28,206,62],[514,14,206,62],[514,21,206,64],[514,22,206,65],[514,37,207,14],[514,41,207,14,"_reactJsxDevRuntime"],[514,60,207,14],[514,61,207,14,"jsxDEV"],[514,67,207,14],[514,69,207,15,"Text"],[514,73,207,19],[514,74,207,19,"default"],[514,81,207,19],[515,16,207,20,"style"],[515,21,207,25],[515,23,207,27,"styles"],[515,29,207,33],[515,30,207,34,"actionBtnText"],[515,43,207,48],[516,16,207,48,"children"],[516,24,207,48],[516,26,207,49],[517,14,207,53],[518,16,207,53,"fileName"],[518,24,207,53],[518,26,207,53,"_jsxFileName"],[518,38,207,53],[519,16,207,53,"lineNumber"],[519,26,207,53],[520,16,207,53,"columnNumber"],[520,28,207,53],[521,14,207,53],[521,21,207,59],[521,22,207,60],[522,12,207,60],[523,14,207,60,"fileName"],[523,22,207,60],[523,24,207,60,"_jsxFileName"],[523,36,207,60],[524,14,207,60,"lineNumber"],[524,24,207,60],[525,14,207,60,"columnNumber"],[525,26,207,60],[526,12,207,60],[526,19,208,30],[526,20,208,31],[526,35,209,12],[526,39,209,12,"_reactJsxDevRuntime"],[526,58,209,12],[526,59,209,12,"jsxDEV"],[526,65,209,12],[526,67,209,13,"TouchableOpacity"],[526,83,209,29],[526,84,209,29,"default"],[526,91,209,29],[527,14,209,30,"style"],[527,19,209,35],[527,21,209,37],[527,22,209,38,"styles"],[527,28,209,44],[527,29,209,45,"actionBtn"],[527,38,209,54],[527,40,209,56],[528,16,209,57,"backgroundColor"],[528,31,209,72],[528,33,209,74],[529,14,209,83],[529,15,209,84],[529,16,209,86],[530,14,209,86,"children"],[530,22,209,86],[530,38,210,14],[530,42,210,14,"_reactJsxDevRuntime"],[530,61,210,14],[530,62,210,14,"jsxDEV"],[530,68,210,14],[530,70,210,15,"_expoVectorIcons"],[530,86,210,23],[530,87,210,23,"Ionicons"],[530,95,210,23],[531,16,210,24,"name"],[531,20,210,28],[531,22,210,29],[531,34,210,41],[532,16,210,42,"size"],[532,20,210,46],[532,22,210,48],[532,24,210,51],[533,16,210,52,"color"],[533,21,210,57],[533,23,210,58],[534,14,210,64],[535,16,210,64,"fileName"],[535,24,210,64],[535,26,210,64,"_jsxFileName"],[535,38,210,64],[536,16,210,64,"lineNumber"],[536,26,210,64],[537,16,210,64,"columnNumber"],[537,28,210,64],[538,14,210,64],[538,21,210,66],[538,22,210,67],[538,37,211,14],[538,41,211,14,"_reactJsxDevRuntime"],[538,60,211,14],[538,61,211,14,"jsxDEV"],[538,67,211,14],[538,69,211,15,"Text"],[538,73,211,19],[538,74,211,19,"default"],[538,81,211,19],[539,16,211,20,"style"],[539,21,211,25],[539,23,211,27,"styles"],[539,29,211,33],[539,30,211,34,"actionBtnText"],[539,43,211,48],[540,16,211,48,"children"],[540,24,211,48],[540,26,211,49],[541,14,211,56],[542,16,211,56,"fileName"],[542,24,211,56],[542,26,211,56,"_jsxFileName"],[542,38,211,56],[543,16,211,56,"lineNumber"],[543,26,211,56],[544,16,211,56,"columnNumber"],[544,28,211,56],[545,14,211,56],[545,21,211,62],[545,22,211,63],[546,12,211,63],[547,14,211,63,"fileName"],[547,22,211,63],[547,24,211,63,"_jsxFileName"],[547,36,211,63],[548,14,211,63,"lineNumber"],[548,24,211,63],[549,14,211,63,"columnNumber"],[549,26,211,63],[550,12,211,63],[550,19,212,30],[550,20,212,31],[550,35,213,12],[550,39,213,12,"_reactJsxDevRuntime"],[550,58,213,12],[550,59,213,12,"jsxDEV"],[550,65,213,12],[550,67,213,13,"TouchableOpacity"],[550,83,213,29],[550,84,213,29,"default"],[550,91,213,29],[551,14,213,30,"style"],[551,19,213,35],[551,21,213,37],[551,22,213,38,"styles"],[551,28,213,44],[551,29,213,45,"actionBtn"],[551,38,213,54],[551,40,213,56],[552,16,213,57,"backgroundColor"],[552,31,213,72],[552,33,213,74],[553,14,213,83],[553,15,213,84],[553,16,213,86],[554,14,213,86,"children"],[554,22,213,86],[554,38,214,14],[554,42,214,14,"_reactJsxDevRuntime"],[554,61,214,14],[554,62,214,14,"jsxDEV"],[554,68,214,14],[554,70,214,15,"_expoVectorIcons"],[554,86,214,23],[554,87,214,23,"Ionicons"],[554,95,214,23],[555,16,214,24,"name"],[555,20,214,28],[555,22,214,29],[555,39,214,46],[556,16,214,47,"size"],[556,20,214,51],[556,22,214,53],[556,24,214,56],[557,16,214,57,"color"],[557,21,214,62],[557,23,214,63],[558,14,214,69],[559,16,214,69,"fileName"],[559,24,214,69],[559,26,214,69,"_jsxFileName"],[559,38,214,69],[560,16,214,69,"lineNumber"],[560,26,214,69],[561,16,214,69,"columnNumber"],[561,28,214,69],[562,14,214,69],[562,21,214,71],[562,22,214,72],[562,37,215,14],[562,41,215,14,"_reactJsxDevRuntime"],[562,60,215,14],[562,61,215,14,"jsxDEV"],[562,67,215,14],[562,69,215,15,"Text"],[562,73,215,19],[562,74,215,19,"default"],[562,81,215,19],[563,16,215,20,"style"],[563,21,215,25],[563,23,215,27,"styles"],[563,29,215,33],[563,30,215,34,"actionBtnText"],[563,43,215,48],[564,16,215,48,"children"],[564,24,215,48],[564,26,215,49],[565,14,215,53],[566,16,215,53,"fileName"],[566,24,215,53],[566,26,215,53,"_jsxFileName"],[566,38,215,53],[567,16,215,53,"lineNumber"],[567,26,215,53],[568,16,215,53,"columnNumber"],[568,28,215,53],[569,14,215,53],[569,21,215,59],[569,22,215,60],[570,12,215,60],[571,14,215,60,"fileName"],[571,22,215,60],[571,24,215,60,"_jsxFileName"],[571,36,215,60],[572,14,215,60,"lineNumber"],[572,24,215,60],[573,14,215,60,"columnNumber"],[573,26,215,60],[574,12,215,60],[574,19,216,30],[574,20,216,31],[574,35,217,12],[574,39,217,12,"_reactJsxDevRuntime"],[574,58,217,12],[574,59,217,12,"jsxDEV"],[574,65,217,12],[574,67,217,13,"TouchableOpacity"],[574,83,217,29],[574,84,217,29,"default"],[574,91,217,29],[575,14,217,30,"style"],[575,19,217,35],[575,21,217,37],[575,22,217,38,"styles"],[575,28,217,44],[575,29,217,45,"actionBtn"],[575,38,217,54],[575,40,217,56],[576,16,217,57,"backgroundColor"],[576,31,217,72],[576,33,217,74],[577,14,217,83],[577,15,217,84],[577,16,217,86],[578,14,217,86,"children"],[578,22,217,86],[578,38,218,14],[578,42,218,14,"_reactJsxDevRuntime"],[578,61,218,14],[578,62,218,14,"jsxDEV"],[578,68,218,14],[578,70,218,15,"_expoVectorIcons"],[578,86,218,23],[578,87,218,23,"Ionicons"],[578,95,218,23],[579,16,218,24,"name"],[579,20,218,28],[579,22,218,29],[579,30,218,37],[580,16,218,38,"size"],[580,20,218,42],[580,22,218,44],[580,24,218,47],[581,16,218,48,"color"],[581,21,218,53],[581,23,218,54],[582,14,218,60],[583,16,218,60,"fileName"],[583,24,218,60],[583,26,218,60,"_jsxFileName"],[583,38,218,60],[584,16,218,60,"lineNumber"],[584,26,218,60],[585,16,218,60,"columnNumber"],[585,28,218,60],[586,14,218,60],[586,21,218,62],[586,22,218,63],[586,37,219,14],[586,41,219,14,"_reactJsxDevRuntime"],[586,60,219,14],[586,61,219,14,"jsxDEV"],[586,67,219,14],[586,69,219,15,"Text"],[586,73,219,19],[586,74,219,19,"default"],[586,81,219,19],[587,16,219,20,"style"],[587,21,219,25],[587,23,219,27,"styles"],[587,29,219,33],[587,30,219,34,"actionBtnText"],[587,43,219,48],[588,16,219,48,"children"],[588,24,219,48],[588,26,219,49],[589,14,219,52],[590,16,219,52,"fileName"],[590,24,219,52],[590,26,219,52,"_jsxFileName"],[590,38,219,52],[591,16,219,52,"lineNumber"],[591,26,219,52],[592,16,219,52,"columnNumber"],[592,28,219,52],[593,14,219,52],[593,21,219,58],[593,22,219,59],[594,12,219,59],[595,14,219,59,"fileName"],[595,22,219,59],[595,24,219,59,"_jsxFileName"],[595,36,219,59],[596,14,219,59,"lineNumber"],[596,24,219,59],[597,14,219,59,"columnNumber"],[597,26,219,59],[598,12,219,59],[598,19,220,30],[598,20,220,31],[599,10,220,31],[600,12,220,31,"fileName"],[600,20,220,31],[600,22,220,31,"_jsxFileName"],[600,34,220,31],[601,12,220,31,"lineNumber"],[601,22,220,31],[602,12,220,31,"columnNumber"],[602,24,220,31],[603,10,220,31],[603,17,221,16],[603,18,221,17],[603,33,224,10],[603,37,224,10,"_reactJsxDevRuntime"],[603,56,224,10],[603,57,224,10,"jsxDEV"],[603,63,224,10],[603,65,224,11,"View"],[603,69,224,15],[603,70,224,15,"default"],[603,77,224,15],[604,12,224,16,"style"],[604,17,224,21],[604,19,224,23,"styles"],[604,25,224,29],[604,26,224,30,"actionsRow"],[604,36,224,41],[605,12,224,41,"children"],[605,20,224,41],[605,36,225,12],[605,40,225,12,"_reactJsxDevRuntime"],[605,59,225,12],[605,60,225,12,"jsxDEV"],[605,66,225,12],[605,68,225,13,"TouchableOpacity"],[605,84,225,29],[605,85,225,29,"default"],[605,92,225,29],[606,14,225,30,"style"],[606,19,225,35],[606,21,225,37],[606,22,225,38,"styles"],[606,28,225,44],[606,29,225,45,"actionBtn"],[606,38,225,54],[606,40,225,56],[607,16,225,57,"backgroundColor"],[607,31,225,72],[607,33,225,74],[608,14,225,83],[608,15,225,84],[608,16,225,86],[609,14,225,86,"children"],[609,22,225,86],[609,38,226,14],[609,42,226,14,"_reactJsxDevRuntime"],[609,61,226,14],[609,62,226,14,"jsxDEV"],[609,68,226,14],[609,70,226,15,"_expoVectorIcons"],[609,86,226,23],[609,87,226,23,"Ionicons"],[609,95,226,23],[610,16,226,24,"name"],[610,20,226,28],[610,22,226,29],[610,33,226,40],[611,16,226,41,"size"],[611,20,226,45],[611,22,226,47],[611,24,226,50],[612,16,226,51,"color"],[612,21,226,56],[612,23,226,57],[613,14,226,63],[614,16,226,63,"fileName"],[614,24,226,63],[614,26,226,63,"_jsxFileName"],[614,38,226,63],[615,16,226,63,"lineNumber"],[615,26,226,63],[616,16,226,63,"columnNumber"],[616,28,226,63],[617,14,226,63],[617,21,226,65],[617,22,226,66],[617,37,227,14],[617,41,227,14,"_reactJsxDevRuntime"],[617,60,227,14],[617,61,227,14,"jsxDEV"],[617,67,227,14],[617,69,227,15,"Text"],[617,73,227,19],[617,74,227,19,"default"],[617,81,227,19],[618,16,227,20,"style"],[618,21,227,25],[618,23,227,27,"styles"],[618,29,227,33],[618,30,227,34,"actionBtnText"],[618,43,227,48],[619,16,227,48,"children"],[619,24,227,48],[619,26,227,49],[620,14,227,53],[621,16,227,53,"fileName"],[621,24,227,53],[621,26,227,53,"_jsxFileName"],[621,38,227,53],[622,16,227,53,"lineNumber"],[622,26,227,53],[623,16,227,53,"columnNumber"],[623,28,227,53],[624,14,227,53],[624,21,227,59],[624,22,227,60],[625,12,227,60],[626,14,227,60,"fileName"],[626,22,227,60],[626,24,227,60,"_jsxFileName"],[626,36,227,60],[627,14,227,60,"lineNumber"],[627,24,227,60],[628,14,227,60,"columnNumber"],[628,26,227,60],[629,12,227,60],[629,19,228,30],[629,20,228,31],[629,35,229,12],[629,39,229,12,"_reactJsxDevRuntime"],[629,58,229,12],[629,59,229,12,"jsxDEV"],[629,65,229,12],[629,67,229,13,"TouchableOpacity"],[629,83,229,29],[629,84,229,29,"default"],[629,91,229,29],[630,14,229,30,"style"],[630,19,229,35],[630,21,229,37],[630,22,229,38,"styles"],[630,28,229,44],[630,29,229,45,"actionBtn"],[630,38,229,54],[630,40,229,56],[631,16,229,57,"backgroundColor"],[631,31,229,72],[631,33,229,74],[632,14,229,83],[632,15,229,84],[632,16,229,86],[633,14,229,86,"children"],[633,22,229,86],[633,38,230,14],[633,42,230,14,"_reactJsxDevRuntime"],[633,61,230,14],[633,62,230,14,"jsxDEV"],[633,68,230,14],[633,70,230,15,"_expoVectorIcons"],[633,86,230,23],[633,87,230,23,"Ionicons"],[633,95,230,23],[634,16,230,24,"name"],[634,20,230,28],[634,22,230,29],[634,28,230,35],[635,16,230,36,"size"],[635,20,230,40],[635,22,230,42],[635,24,230,45],[636,16,230,46,"color"],[636,21,230,51],[636,23,230,52],[637,14,230,58],[638,16,230,58,"fileName"],[638,24,230,58],[638,26,230,58,"_jsxFileName"],[638,38,230,58],[639,16,230,58,"lineNumber"],[639,26,230,58],[640,16,230,58,"columnNumber"],[640,28,230,58],[641,14,230,58],[641,21,230,60],[641,22,230,61],[641,37,231,14],[641,41,231,14,"_reactJsxDevRuntime"],[641,60,231,14],[641,61,231,14,"jsxDEV"],[641,67,231,14],[641,69,231,15,"Text"],[641,73,231,19],[641,74,231,19,"default"],[641,81,231,19],[642,16,231,20,"style"],[642,21,231,25],[642,23,231,27,"styles"],[642,29,231,33],[642,30,231,34,"actionBtnText"],[642,43,231,48],[643,16,231,48,"children"],[643,24,231,48],[643,26,231,49],[644,14,231,54],[645,16,231,54,"fileName"],[645,24,231,54],[645,26,231,54,"_jsxFileName"],[645,38,231,54],[646,16,231,54,"lineNumber"],[646,26,231,54],[647,16,231,54,"columnNumber"],[647,28,231,54],[648,14,231,54],[648,21,231,60],[648,22,231,61],[649,12,231,61],[650,14,231,61,"fileName"],[650,22,231,61],[650,24,231,61,"_jsxFileName"],[650,36,231,61],[651,14,231,61,"lineNumber"],[651,24,231,61],[652,14,231,61,"columnNumber"],[652,26,231,61],[653,12,231,61],[653,19,232,30],[653,20,232,31],[653,35,233,12],[653,39,233,12,"_reactJsxDevRuntime"],[653,58,233,12],[653,59,233,12,"jsxDEV"],[653,65,233,12],[653,67,233,13,"TouchableOpacity"],[653,83,233,29],[653,84,233,29,"default"],[653,91,233,29],[654,14,233,30,"style"],[654,19,233,35],[654,21,233,37],[654,22,233,38,"styles"],[654,28,233,44],[654,29,233,45,"actionBtn"],[654,38,233,54],[654,40,233,56],[655,16,233,57,"backgroundColor"],[655,31,233,72],[655,33,233,74],[656,14,233,83],[656,15,233,84],[656,16,233,86],[657,14,233,86,"children"],[657,22,233,86],[657,38,234,14],[657,42,234,14,"_reactJsxDevRuntime"],[657,61,234,14],[657,62,234,14,"jsxDEV"],[657,68,234,14],[657,70,234,15,"_expoVectorIcons"],[657,86,234,23],[657,87,234,23,"Ionicons"],[657,95,234,23],[658,16,234,24,"name"],[658,20,234,28],[658,22,234,29],[658,28,234,35],[659,16,234,36,"size"],[659,20,234,40],[659,22,234,42],[659,24,234,45],[660,16,234,46,"color"],[660,21,234,51],[660,23,234,52],[661,14,234,58],[662,16,234,58,"fileName"],[662,24,234,58],[662,26,234,58,"_jsxFileName"],[662,38,234,58],[663,16,234,58,"lineNumber"],[663,26,234,58],[664,16,234,58,"columnNumber"],[664,28,234,58],[665,14,234,58],[665,21,234,60],[665,22,234,61],[665,37,235,14],[665,41,235,14,"_reactJsxDevRuntime"],[665,60,235,14],[665,61,235,14,"jsxDEV"],[665,67,235,14],[665,69,235,15,"Text"],[665,73,235,19],[665,74,235,19,"default"],[665,81,235,19],[666,16,235,20,"style"],[666,21,235,25],[666,23,235,27,"styles"],[666,29,235,33],[666,30,235,34,"actionBtnText"],[666,43,235,48],[667,16,235,48,"children"],[667,24,235,48],[667,26,235,49],[668,14,235,56],[669,16,235,56,"fileName"],[669,24,235,56],[669,26,235,56,"_jsxFileName"],[669,38,235,56],[670,16,235,56,"lineNumber"],[670,26,235,56],[671,16,235,56,"columnNumber"],[671,28,235,56],[672,14,235,56],[672,21,235,62],[672,22,235,63],[673,12,235,63],[674,14,235,63,"fileName"],[674,22,235,63],[674,24,235,63,"_jsxFileName"],[674,36,235,63],[675,14,235,63,"lineNumber"],[675,24,235,63],[676,14,235,63,"columnNumber"],[676,26,235,63],[677,12,235,63],[677,19,236,30],[677,20,236,31],[677,35,237,12],[677,39,237,12,"_reactJsxDevRuntime"],[677,58,237,12],[677,59,237,12,"jsxDEV"],[677,65,237,12],[677,67,237,13,"TouchableOpacity"],[677,83,237,29],[677,84,237,29,"default"],[677,91,237,29],[678,14,237,30,"style"],[678,19,237,35],[678,21,237,37],[678,22,237,38,"styles"],[678,28,237,44],[678,29,237,45,"actionBtn"],[678,38,237,54],[678,40,237,56],[679,16,237,57,"backgroundColor"],[679,31,237,72],[679,33,237,74],[680,14,237,83],[680,15,237,84],[680,16,237,86],[681,14,237,86,"children"],[681,22,237,86],[681,38,238,14],[681,42,238,14,"_reactJsxDevRuntime"],[681,61,238,14],[681,62,238,14,"jsxDEV"],[681,68,238,14],[681,70,238,15,"_expoVectorIcons"],[681,86,238,23],[681,87,238,23,"Ionicons"],[681,95,238,23],[682,16,238,24,"name"],[682,20,238,28],[682,22,238,29],[682,28,238,35],[683,16,238,36,"size"],[683,20,238,40],[683,22,238,42],[683,24,238,45],[684,16,238,46,"color"],[684,21,238,51],[684,23,238,52],[685,14,238,58],[686,16,238,58,"fileName"],[686,24,238,58],[686,26,238,58,"_jsxFileName"],[686,38,238,58],[687,16,238,58,"lineNumber"],[687,26,238,58],[688,16,238,58,"columnNumber"],[688,28,238,58],[689,14,238,58],[689,21,238,60],[689,22,238,61],[689,37,239,14],[689,41,239,14,"_reactJsxDevRuntime"],[689,60,239,14],[689,61,239,14,"jsxDEV"],[689,67,239,14],[689,69,239,15,"Text"],[689,73,239,19],[689,74,239,19,"default"],[689,81,239,19],[690,16,239,20,"style"],[690,21,239,25],[690,23,239,27,"styles"],[690,29,239,33],[690,30,239,34,"actionBtnText"],[690,43,239,48],[691,16,239,48,"children"],[691,24,239,48],[691,26,239,49],[692,14,239,56],[693,16,239,56,"fileName"],[693,24,239,56],[693,26,239,56,"_jsxFileName"],[693,38,239,56],[694,16,239,56,"lineNumber"],[694,26,239,56],[695,16,239,56,"columnNumber"],[695,28,239,56],[696,14,239,56],[696,21,239,62],[696,22,239,63],[697,12,239,63],[698,14,239,63,"fileName"],[698,22,239,63],[698,24,239,63,"_jsxFileName"],[698,36,239,63],[699,14,239,63,"lineNumber"],[699,24,239,63],[700,14,239,63,"columnNumber"],[700,26,239,63],[701,12,239,63],[701,19,240,30],[701,20,240,31],[702,10,240,31],[703,12,240,31,"fileName"],[703,20,240,31],[703,22,240,31,"_jsxFileName"],[703,34,240,31],[704,12,240,31,"lineNumber"],[704,22,240,31],[705,12,240,31,"columnNumber"],[705,24,240,31],[706,10,240,31],[706,17,241,16],[706,18,241,17],[707,8,241,17],[708,10,241,17,"fileName"],[708,18,241,17],[708,20,241,17,"_jsxFileName"],[708,32,241,17],[709,10,241,17,"lineNumber"],[709,20,241,17],[710,10,241,17,"columnNumber"],[710,22,241,17],[711,8,241,17],[711,15,242,14],[711,16,242,15],[711,31,245,8],[711,35,245,8,"_reactJsxDevRuntime"],[711,54,245,8],[711,55,245,8,"jsxDEV"],[711,61,245,8],[711,63,245,9,"View"],[711,67,245,13],[711,68,245,13,"default"],[711,75,245,13],[712,10,245,14,"style"],[712,15,245,19],[712,17,245,21,"styles"],[712,23,245,27],[712,24,245,28,"tokensContainer"],[712,39,245,44],[713,10,245,44,"children"],[713,18,245,44],[713,34,246,10],[713,38,246,10,"_reactJsxDevRuntime"],[713,57,246,10],[713,58,246,10,"jsxDEV"],[713,64,246,10],[713,66,246,11,"View"],[713,70,246,15],[713,71,246,15,"default"],[713,78,246,15],[714,12,246,16,"style"],[714,17,246,21],[714,19,246,23,"styles"],[714,25,246,29],[714,26,246,30,"tokensHeader"],[714,38,246,43],[715,12,246,43,"children"],[715,20,246,43],[715,36,247,12],[715,40,247,12,"_reactJsxDevRuntime"],[715,59,247,12],[715,60,247,12,"jsxDEV"],[715,66,247,12],[715,68,247,13,"Text"],[715,72,247,17],[715,73,247,17,"default"],[715,80,247,17],[716,14,247,18,"style"],[716,19,247,23],[716,21,247,25,"styles"],[716,27,247,31],[716,28,247,32,"tokensTitle"],[716,39,247,44],[717,14,247,44,"children"],[717,22,247,44],[717,24,247,45],[718,12,247,51],[719,14,247,51,"fileName"],[719,22,247,51],[719,24,247,51,"_jsxFileName"],[719,36,247,51],[720,14,247,51,"lineNumber"],[720,24,247,51],[721,14,247,51,"columnNumber"],[721,26,247,51],[722,12,247,51],[722,19,247,57],[722,20,247,58],[722,35,248,12],[722,39,248,12,"_reactJsxDevRuntime"],[722,58,248,12],[722,59,248,12,"jsxDEV"],[722,65,248,12],[722,67,248,13,"View"],[722,71,248,17],[722,72,248,17,"default"],[722,79,248,17],[723,14,248,18,"style"],[723,19,248,23],[723,21,248,25,"styles"],[723,27,248,31],[723,28,248,32,"tokensHeaderActions"],[723,47,248,52],[724,14,248,52,"children"],[724,22,248,52],[724,38,249,14],[724,42,249,14,"_reactJsxDevRuntime"],[724,61,249,14],[724,62,249,14,"jsxDEV"],[724,68,249,14],[724,70,249,15,"TouchableOpacity"],[724,86,249,31],[724,87,249,31,"default"],[724,94,249,31],[725,16,249,32,"style"],[725,21,249,37],[725,23,249,39,"styles"],[725,29,249,45],[725,30,249,46,"tokenHeaderButton"],[725,47,249,64],[726,16,249,64,"children"],[726,24,249,64],[726,39,250,16],[726,43,250,16,"_reactJsxDevRuntime"],[726,62,250,16],[726,63,250,16,"jsxDEV"],[726,69,250,16],[726,71,250,17,"_expoVectorIcons"],[726,87,250,25],[726,88,250,25,"Ionicons"],[726,96,250,25],[727,18,250,26,"name"],[727,22,250,30],[727,24,250,31],[727,32,250,39],[728,18,250,40,"size"],[728,22,250,44],[728,24,250,46],[728,26,250,49],[729,18,250,50,"color"],[729,23,250,55],[729,25,250,56],[730,16,250,65],[731,18,250,65,"fileName"],[731,26,250,65],[731,28,250,65,"_jsxFileName"],[731,40,250,65],[732,18,250,65,"lineNumber"],[732,28,250,65],[733,18,250,65,"columnNumber"],[733,30,250,65],[734,16,250,65],[734,23,250,67],[735,14,250,68],[736,16,250,68,"fileName"],[736,24,250,68],[736,26,250,68,"_jsxFileName"],[736,38,250,68],[737,16,250,68,"lineNumber"],[737,26,250,68],[738,16,250,68,"columnNumber"],[738,28,250,68],[739,14,250,68],[739,21,251,32],[739,22,251,33],[739,37,252,14],[739,41,252,14,"_reactJsxDevRuntime"],[739,60,252,14],[739,61,252,14,"jsxDEV"],[739,67,252,14],[739,69,252,15,"TouchableOpacity"],[739,85,252,31],[739,86,252,31,"default"],[739,93,252,31],[740,16,252,32,"style"],[740,21,252,37],[740,23,252,39,"styles"],[740,29,252,45],[740,30,252,46,"tokenHeaderButton"],[740,47,252,64],[741,16,252,64,"children"],[741,24,252,64],[741,39,253,16],[741,43,253,16,"_reactJsxDevRuntime"],[741,62,253,16],[741,63,253,16,"jsxDEV"],[741,69,253,16],[741,71,253,17,"_expoVectorIcons"],[741,87,253,25],[741,88,253,25,"Ionicons"],[741,96,253,25],[742,18,253,26,"name"],[742,22,253,30],[742,24,253,31],[742,36,253,43],[743,18,253,44,"size"],[743,22,253,48],[743,24,253,50],[743,26,253,53],[744,18,253,54,"color"],[744,23,253,59],[744,25,253,60],[745,16,253,69],[746,18,253,69,"fileName"],[746,26,253,69],[746,28,253,69,"_jsxFileName"],[746,40,253,69],[747,18,253,69,"lineNumber"],[747,28,253,69],[748,18,253,69,"columnNumber"],[748,30,253,69],[749,16,253,69],[749,23,253,71],[750,14,253,72],[751,16,253,72,"fileName"],[751,24,253,72],[751,26,253,72,"_jsxFileName"],[751,38,253,72],[752,16,253,72,"lineNumber"],[752,26,253,72],[753,16,253,72,"columnNumber"],[753,28,253,72],[754,14,253,72],[754,21,254,32],[754,22,254,33],[754,37,255,14],[754,41,255,14,"_reactJsxDevRuntime"],[754,60,255,14],[754,61,255,14,"jsxDEV"],[754,67,255,14],[754,69,255,15,"TouchableOpacity"],[754,85,255,31],[754,86,255,31,"default"],[754,93,255,31],[755,16,255,32,"style"],[755,21,255,37],[755,23,255,39,"styles"],[755,29,255,45],[755,30,255,46,"tokenHeaderButton"],[755,47,255,64],[756,16,255,64,"children"],[756,24,255,64],[756,39,256,16],[756,43,256,16,"_reactJsxDevRuntime"],[756,62,256,16],[756,63,256,16,"jsxDEV"],[756,69,256,16],[756,71,256,17,"_expoVectorIcons"],[756,87,256,25],[756,88,256,25,"Ionicons"],[756,96,256,25],[757,18,256,26,"name"],[757,22,256,30],[757,24,256,31],[757,34,256,41],[758,18,256,42,"size"],[758,22,256,46],[758,24,256,48],[758,26,256,51],[759,18,256,52,"color"],[759,23,256,57],[759,25,256,58],[760,16,256,67],[761,18,256,67,"fileName"],[761,26,256,67],[761,28,256,67,"_jsxFileName"],[761,40,256,67],[762,18,256,67,"lineNumber"],[762,28,256,67],[763,18,256,67,"columnNumber"],[763,30,256,67],[764,16,256,67],[764,23,256,69],[765,14,256,70],[766,16,256,70,"fileName"],[766,24,256,70],[766,26,256,70,"_jsxFileName"],[766,38,256,70],[767,16,256,70,"lineNumber"],[767,26,256,70],[768,16,256,70,"columnNumber"],[768,28,256,70],[769,14,256,70],[769,21,257,32],[769,22,257,33],[770,12,257,33],[771,14,257,33,"fileName"],[771,22,257,33],[771,24,257,33,"_jsxFileName"],[771,36,257,33],[772,14,257,33,"lineNumber"],[772,24,257,33],[773,14,257,33,"columnNumber"],[773,26,257,33],[774,12,257,33],[774,19,258,18],[774,20,258,19],[775,10,258,19],[776,12,258,19,"fileName"],[776,20,258,19],[776,22,258,19,"_jsxFileName"],[776,34,258,19],[777,12,258,19,"lineNumber"],[777,22,258,19],[778,12,258,19,"columnNumber"],[778,24,258,19],[779,10,258,19],[779,17,259,16],[779,18,259,17],[779,33,262,10],[779,37,262,10,"_reactJsxDevRuntime"],[779,56,262,10],[779,57,262,10,"jsxDEV"],[779,63,262,10],[779,65,262,11,"View"],[779,69,262,15],[779,70,262,15,"default"],[779,77,262,15],[780,12,262,16,"style"],[780,17,262,21],[780,19,262,23,"styles"],[780,25,262,29],[780,26,262,30,"tokenItem"],[780,35,262,40],[781,12,262,40,"children"],[781,20,262,40],[781,36,263,12],[781,40,263,12,"_reactJsxDevRuntime"],[781,59,263,12],[781,60,263,12,"jsxDEV"],[781,66,263,12],[781,68,263,13,"View"],[781,72,263,17],[781,73,263,17,"default"],[781,80,263,17],[782,14,263,18,"style"],[782,19,263,23],[782,21,263,25,"styles"],[782,27,263,31],[782,28,263,32,"tokenItemLeft"],[782,41,263,46],[783,14,263,46,"children"],[783,22,263,46],[783,38,264,14],[783,42,264,14,"_reactJsxDevRuntime"],[783,61,264,14],[783,62,264,14,"jsxDEV"],[783,68,264,14],[783,70,264,15,"View"],[783,74,264,19],[783,75,264,19,"default"],[783,82,264,19],[784,16,264,20,"style"],[784,21,264,25],[784,23,264,27,"styles"],[784,29,264,33],[784,30,264,34,"tokenIconContainer"],[784,48,264,53],[785,16,264,53,"children"],[785,24,264,53],[785,40,265,16],[785,44,265,16,"_reactJsxDevRuntime"],[785,63,265,16],[785,64,265,16,"jsxDEV"],[785,70,265,16],[785,72,265,17,"Image"],[785,77,265,22],[785,78,265,22,"default"],[785,85,265,22],[786,18,266,18,"source"],[786,24,266,24],[786,26,266,26],[787,20,266,28,"uri"],[787,23,266,31],[787,25,266,33],[788,18,266,134],[788,19,266,136],[789,18,267,18,"style"],[789,23,267,23],[789,25,267,25,"styles"],[789,31,267,31],[789,32,267,32,"tokenIcon"],[790,16,267,42],[791,18,267,42,"fileName"],[791,26,267,42],[791,28,267,42,"_jsxFileName"],[791,40,267,42],[792,18,267,42,"lineNumber"],[792,28,267,42],[793,18,267,42,"columnNumber"],[793,30,267,42],[794,16,267,42],[794,23,268,17],[794,24,268,18],[794,39,269,16],[794,43,269,16,"_reactJsxDevRuntime"],[794,62,269,16],[794,63,269,16,"jsxDEV"],[794,69,269,16],[794,71,269,17,"Image"],[794,76,269,22],[794,77,269,22,"default"],[794,84,269,22],[795,18,270,18,"source"],[795,24,270,24],[795,26,270,26],[796,20,270,28,"uri"],[796,23,270,31],[796,25,270,33],[797,18,270,133],[797,19,270,135],[798,18,271,18,"style"],[798,23,271,23],[798,25,271,25,"styles"],[798,31,271,31],[798,32,271,32,"networkBadge"],[799,16,271,45],[800,18,271,45,"fileName"],[800,26,271,45],[800,28,271,45,"_jsxFileName"],[800,40,271,45],[801,18,271,45,"lineNumber"],[801,28,271,45],[802,18,271,45,"columnNumber"],[802,30,271,45],[803,16,271,45],[803,23,272,17],[803,24,272,18],[804,14,272,18],[805,16,272,18,"fileName"],[805,24,272,18],[805,26,272,18,"_jsxFileName"],[805,38,272,18],[806,16,272,18,"lineNumber"],[806,26,272,18],[807,16,272,18,"columnNumber"],[807,28,272,18],[808,14,272,18],[808,21,273,20],[808,22,273,21],[808,37,274,14],[808,41,274,14,"_reactJsxDevRuntime"],[808,60,274,14],[808,61,274,14,"jsxDEV"],[808,67,274,14],[808,69,274,15,"View"],[808,73,274,19],[808,74,274,19,"default"],[808,81,274,19],[809,16,274,19,"children"],[809,24,274,19],[809,40,275,16],[809,44,275,16,"_reactJsxDevRuntime"],[809,63,275,16],[809,64,275,16,"jsxDEV"],[809,70,275,16],[809,72,275,17,"Text"],[809,76,275,21],[809,77,275,21,"default"],[809,84,275,21],[810,18,275,22,"style"],[810,23,275,27],[810,25,275,29,"styles"],[810,31,275,35],[810,32,275,36,"tokenItemName"],[810,45,275,50],[811,18,275,50,"children"],[811,26,275,50],[811,28,275,51],[812,16,275,55],[813,18,275,55,"fileName"],[813,26,275,55],[813,28,275,55,"_jsxFileName"],[813,40,275,55],[814,18,275,55,"lineNumber"],[814,28,275,55],[815,18,275,55,"columnNumber"],[815,30,275,55],[816,16,275,55],[816,23,275,61],[816,24,275,62],[816,39,276,16],[816,43,276,16,"_reactJsxDevRuntime"],[816,62,276,16],[816,63,276,16,"jsxDEV"],[816,69,276,16],[816,71,276,17,"Text"],[816,75,276,21],[816,76,276,21,"default"],[816,83,276,21],[817,18,276,22,"style"],[817,23,276,27],[817,25,276,29,"styles"],[817,31,276,35],[817,32,276,36,"tokenItemNetwork"],[817,48,276,53],[818,18,276,53,"children"],[818,26,276,53],[818,28,276,54],[819,16,276,65],[820,18,276,65,"fileName"],[820,26,276,65],[820,28,276,65,"_jsxFileName"],[820,40,276,65],[821,18,276,65,"lineNumber"],[821,28,276,65],[822,18,276,65,"columnNumber"],[822,30,276,65],[823,16,276,65],[823,23,276,71],[823,24,276,72],[824,14,276,72],[825,16,276,72,"fileName"],[825,24,276,72],[825,26,276,72,"_jsxFileName"],[825,38,276,72],[826,16,276,72,"lineNumber"],[826,26,276,72],[827,16,276,72,"columnNumber"],[827,28,276,72],[828,14,276,72],[828,21,277,20],[828,22,277,21],[829,12,277,21],[830,14,277,21,"fileName"],[830,22,277,21],[830,24,277,21,"_jsxFileName"],[830,36,277,21],[831,14,277,21,"lineNumber"],[831,24,277,21],[832,14,277,21,"columnNumber"],[832,26,277,21],[833,12,277,21],[833,19,278,18],[833,20,278,19],[833,35,279,12],[833,39,279,12,"_reactJsxDevRuntime"],[833,58,279,12],[833,59,279,12,"jsxDEV"],[833,65,279,12],[833,67,279,13,"View"],[833,71,279,17],[833,72,279,17,"default"],[833,79,279,17],[834,14,279,18,"style"],[834,19,279,23],[834,21,279,25,"styles"],[834,27,279,31],[834,28,279,32,"tokenItemRight"],[834,42,279,47],[835,14,279,47,"children"],[835,22,279,47],[835,38,280,14],[835,42,280,14,"_reactJsxDevRuntime"],[835,61,280,14],[835,62,280,14,"jsxDEV"],[835,68,280,14],[835,70,280,15,"Text"],[835,74,280,19],[835,75,280,19,"default"],[835,82,280,19],[836,16,280,20,"style"],[836,21,280,25],[836,23,280,27,"styles"],[836,29,280,33],[836,30,280,34,"tokenItemBalance"],[836,46,280,51],[837,16,280,51,"children"],[837,24,280,51],[837,26,280,52],[838,14,280,56],[839,16,280,56,"fileName"],[839,24,280,56],[839,26,280,56,"_jsxFileName"],[839,38,280,56],[840,16,280,56,"lineNumber"],[840,26,280,56],[841,16,280,56,"columnNumber"],[841,28,280,56],[842,14,280,56],[842,21,280,62],[842,22,280,63],[842,37,281,14],[842,41,281,14,"_reactJsxDevRuntime"],[842,60,281,14],[842,61,281,14,"jsxDEV"],[842,67,281,14],[842,69,281,15,"Text"],[842,73,281,19],[842,74,281,19,"default"],[842,81,281,19],[843,16,281,20,"style"],[843,21,281,25],[843,23,281,27,"styles"],[843,29,281,33],[843,30,281,34,"tokenItemUsd"],[843,42,281,47],[844,16,281,47,"children"],[844,24,281,47],[844,26,281,48],[845,14,281,53],[846,16,281,53,"fileName"],[846,24,281,53],[846,26,281,53,"_jsxFileName"],[846,38,281,53],[847,16,281,53,"lineNumber"],[847,26,281,53],[848,16,281,53,"columnNumber"],[848,28,281,53],[849,14,281,53],[849,21,281,59],[849,22,281,60],[850,12,281,60],[851,14,281,60,"fileName"],[851,22,281,60],[851,24,281,60,"_jsxFileName"],[851,36,281,60],[852,14,281,60,"lineNumber"],[852,24,281,60],[853,14,281,60,"columnNumber"],[853,26,281,60],[854,12,281,60],[854,19,282,18],[854,20,282,19],[855,10,282,19],[856,12,282,19,"fileName"],[856,20,282,19],[856,22,282,19,"_jsxFileName"],[856,34,282,19],[857,12,282,19,"lineNumber"],[857,22,282,19],[858,12,282,19,"columnNumber"],[858,24,282,19],[859,10,282,19],[859,17,283,16],[859,18,283,17],[859,33,286,10],[859,37,286,10,"_reactJsxDevRuntime"],[859,56,286,10],[859,57,286,10,"jsxDEV"],[859,63,286,10],[859,65,286,11,"View"],[859,69,286,15],[859,70,286,15,"default"],[859,77,286,15],[860,12,286,16,"style"],[860,17,286,21],[860,19,286,23,"styles"],[860,25,286,29],[860,26,286,30,"tokenItem"],[860,35,286,40],[861,12,286,40,"children"],[861,20,286,40],[861,36,287,12],[861,40,287,12,"_reactJsxDevRuntime"],[861,59,287,12],[861,60,287,12,"jsxDEV"],[861,66,287,12],[861,68,287,13,"View"],[861,72,287,17],[861,73,287,17,"default"],[861,80,287,17],[862,14,287,18,"style"],[862,19,287,23],[862,21,287,25,"styles"],[862,27,287,31],[862,28,287,32,"tokenItemLeft"],[862,41,287,46],[863,14,287,46,"children"],[863,22,287,46],[863,38,288,14],[863,42,288,14,"_reactJsxDevRuntime"],[863,61,288,14],[863,62,288,14,"jsxDEV"],[863,68,288,14],[863,70,288,15,"Image"],[863,75,288,20],[863,76,288,20,"default"],[863,83,288,20],[864,16,289,16,"source"],[864,22,289,22],[864,24,289,24],[865,18,289,26,"uri"],[865,21,289,29],[865,23,289,31],[866,16,289,88],[866,17,289,90],[867,16,290,16,"style"],[867,21,290,21],[867,23,290,23,"styles"],[867,29,290,29],[867,30,290,30,"tokenIcon"],[868,14,290,40],[869,16,290,40,"fileName"],[869,24,290,40],[869,26,290,40,"_jsxFileName"],[869,38,290,40],[870,16,290,40,"lineNumber"],[870,26,290,40],[871,16,290,40,"columnNumber"],[871,28,290,40],[872,14,290,40],[872,21,291,15],[872,22,291,16],[872,37,292,14],[872,41,292,14,"_reactJsxDevRuntime"],[872,60,292,14],[872,61,292,14,"jsxDEV"],[872,67,292,14],[872,69,292,15,"View"],[872,73,292,19],[872,74,292,19,"default"],[872,81,292,19],[873,16,292,19,"children"],[873,24,292,19],[873,40,293,16],[873,44,293,16,"_reactJsxDevRuntime"],[873,63,293,16],[873,64,293,16,"jsxDEV"],[873,70,293,16],[873,72,293,17,"Text"],[873,76,293,21],[873,77,293,21,"default"],[873,84,293,21],[874,18,293,22,"style"],[874,23,293,27],[874,25,293,29,"styles"],[874,31,293,35],[874,32,293,36,"tokenItemName"],[874,45,293,50],[875,18,293,50,"children"],[875,26,293,50],[875,28,293,51],[876,16,293,54],[877,18,293,54,"fileName"],[877,26,293,54],[877,28,293,54,"_jsxFileName"],[877,40,293,54],[878,18,293,54,"lineNumber"],[878,28,293,54],[879,18,293,54,"columnNumber"],[879,30,293,54],[880,16,293,54],[880,23,293,60],[880,24,293,61],[880,39,294,16],[880,43,294,16,"_reactJsxDevRuntime"],[880,62,294,16],[880,63,294,16,"jsxDEV"],[880,69,294,16],[880,71,294,17,"Text"],[880,75,294,21],[880,76,294,21,"default"],[880,83,294,21],[881,18,294,22,"style"],[881,23,294,27],[881,25,294,29,"styles"],[881,31,294,35],[881,32,294,36,"tokenItemNetwork"],[881,48,294,53],[882,18,294,53,"children"],[882,26,294,53],[882,28,294,54],[883,16,294,62],[884,18,294,62,"fileName"],[884,26,294,62],[884,28,294,62,"_jsxFileName"],[884,40,294,62],[885,18,294,62,"lineNumber"],[885,28,294,62],[886,18,294,62,"columnNumber"],[886,30,294,62],[887,16,294,62],[887,23,294,68],[887,24,294,69],[888,14,294,69],[889,16,294,69,"fileName"],[889,24,294,69],[889,26,294,69,"_jsxFileName"],[889,38,294,69],[890,16,294,69,"lineNumber"],[890,26,294,69],[891,16,294,69,"columnNumber"],[891,28,294,69],[892,14,294,69],[892,21,295,20],[892,22,295,21],[893,12,295,21],[894,14,295,21,"fileName"],[894,22,295,21],[894,24,295,21,"_jsxFileName"],[894,36,295,21],[895,14,295,21,"lineNumber"],[895,24,295,21],[896,14,295,21,"columnNumber"],[896,26,295,21],[897,12,295,21],[897,19,296,18],[897,20,296,19],[897,35,297,12],[897,39,297,12,"_reactJsxDevRuntime"],[897,58,297,12],[897,59,297,12,"jsxDEV"],[897,65,297,12],[897,67,297,13,"View"],[897,71,297,17],[897,72,297,17,"default"],[897,79,297,17],[898,14,297,18,"style"],[898,19,297,23],[898,21,297,25,"styles"],[898,27,297,31],[898,28,297,32,"tokenItemRight"],[898,42,297,47],[899,14,297,47,"children"],[899,22,297,47],[899,38,298,14],[899,42,298,14,"_reactJsxDevRuntime"],[899,61,298,14],[899,62,298,14,"jsxDEV"],[899,68,298,14],[899,70,298,15,"Text"],[899,74,298,19],[899,75,298,19,"default"],[899,82,298,19],[900,16,298,20,"style"],[900,21,298,25],[900,23,298,27,"styles"],[900,29,298,33],[900,30,298,34,"tokenItemBalance"],[900,46,298,51],[901,16,298,51,"children"],[901,24,298,51],[901,26,298,52],[902,14,298,56],[903,16,298,56,"fileName"],[903,24,298,56],[903,26,298,56,"_jsxFileName"],[903,38,298,56],[904,16,298,56,"lineNumber"],[904,26,298,56],[905,16,298,56,"columnNumber"],[905,28,298,56],[906,14,298,56],[906,21,298,62],[906,22,298,63],[906,37,299,14],[906,41,299,14,"_reactJsxDevRuntime"],[906,60,299,14],[906,61,299,14,"jsxDEV"],[906,67,299,14],[906,69,299,15,"Text"],[906,73,299,19],[906,74,299,19,"default"],[906,81,299,19],[907,16,299,20,"style"],[907,21,299,25],[907,23,299,27,"styles"],[907,29,299,33],[907,30,299,34,"tokenItemUsd"],[907,42,299,47],[908,16,299,47,"children"],[908,24,299,47],[908,26,299,48],[909,14,299,53],[910,16,299,53,"fileName"],[910,24,299,53],[910,26,299,53,"_jsxFileName"],[910,38,299,53],[911,16,299,53,"lineNumber"],[911,26,299,53],[912,16,299,53,"columnNumber"],[912,28,299,53],[913,14,299,53],[913,21,299,59],[913,22,299,60],[914,12,299,60],[915,14,299,60,"fileName"],[915,22,299,60],[915,24,299,60,"_jsxFileName"],[915,36,299,60],[916,14,299,60,"lineNumber"],[916,24,299,60],[917,14,299,60,"columnNumber"],[917,26,299,60],[918,12,299,60],[918,19,300,18],[918,20,300,19],[919,10,300,19],[920,12,300,19,"fileName"],[920,20,300,19],[920,22,300,19,"_jsxFileName"],[920,34,300,19],[921,12,300,19,"lineNumber"],[921,22,300,19],[922,12,300,19,"columnNumber"],[922,24,300,19],[923,10,300,19],[923,17,301,16],[923,18,301,17],[923,33,304,10],[923,37,304,10,"_reactJsxDevRuntime"],[923,56,304,10],[923,57,304,10,"jsxDEV"],[923,63,304,10],[923,65,304,11,"View"],[923,69,304,15],[923,70,304,15,"default"],[923,77,304,15],[924,12,304,16,"style"],[924,17,304,21],[924,19,304,23,"styles"],[924,25,304,29],[924,26,304,30,"tokenItem"],[924,35,304,40],[925,12,304,40,"children"],[925,20,304,40],[925,36,305,12],[925,40,305,12,"_reactJsxDevRuntime"],[925,59,305,12],[925,60,305,12,"jsxDEV"],[925,66,305,12],[925,68,305,13,"View"],[925,72,305,17],[925,73,305,17,"default"],[925,80,305,17],[926,14,305,18,"style"],[926,19,305,23],[926,21,305,25,"styles"],[926,27,305,31],[926,28,305,32,"tokenItemLeft"],[926,41,305,46],[927,14,305,46,"children"],[927,22,305,46],[927,38,306,14],[927,42,306,14,"_reactJsxDevRuntime"],[927,61,306,14],[927,62,306,14,"jsxDEV"],[927,68,306,14],[927,70,306,15,"Image"],[927,75,306,20],[927,76,306,20,"default"],[927,83,306,20],[928,16,307,16,"source"],[928,22,307,22],[928,24,307,24],[929,18,307,26,"uri"],[929,21,307,29],[929,23,307,31],[930,16,307,83],[930,17,307,85],[931,16,308,16,"style"],[931,21,308,21],[931,23,308,23,"styles"],[931,29,308,29],[931,30,308,30,"tokenIcon"],[932,14,308,40],[933,16,308,40,"fileName"],[933,24,308,40],[933,26,308,40,"_jsxFileName"],[933,38,308,40],[934,16,308,40,"lineNumber"],[934,26,308,40],[935,16,308,40,"columnNumber"],[935,28,308,40],[936,14,308,40],[936,21,309,15],[936,22,309,16],[936,37,310,14],[936,41,310,14,"_reactJsxDevRuntime"],[936,60,310,14],[936,61,310,14,"jsxDEV"],[936,67,310,14],[936,69,310,15,"View"],[936,73,310,19],[936,74,310,19,"default"],[936,81,310,19],[937,16,310,19,"children"],[937,24,310,19],[937,40,311,16],[937,44,311,16,"_reactJsxDevRuntime"],[937,63,311,16],[937,64,311,16,"jsxDEV"],[937,70,311,16],[937,72,311,17,"Text"],[937,76,311,21],[937,77,311,21,"default"],[937,84,311,21],[938,18,311,22,"style"],[938,23,311,27],[938,25,311,29,"styles"],[938,31,311,35],[938,32,311,36,"tokenItemName"],[938,45,311,50],[939,18,311,50,"children"],[939,26,311,50],[939,28,311,51],[940,16,311,54],[941,18,311,54,"fileName"],[941,26,311,54],[941,28,311,54,"_jsxFileName"],[941,40,311,54],[942,18,311,54,"lineNumber"],[942,28,311,54],[943,18,311,54,"columnNumber"],[943,30,311,54],[944,16,311,54],[944,23,311,60],[944,24,311,61],[944,39,312,16],[944,43,312,16,"_reactJsxDevRuntime"],[944,62,312,16],[944,63,312,16,"jsxDEV"],[944,69,312,16],[944,71,312,17,"Text"],[944,75,312,21],[944,76,312,21,"default"],[944,83,312,21],[945,18,312,22,"style"],[945,23,312,27],[945,25,312,29,"styles"],[945,31,312,35],[945,32,312,36,"tokenItemNetwork"],[945,48,312,53],[946,18,312,53,"children"],[946,26,312,53],[946,28,312,54],[947,16,312,61],[948,18,312,61,"fileName"],[948,26,312,61],[948,28,312,61,"_jsxFileName"],[948,40,312,61],[949,18,312,61,"lineNumber"],[949,28,312,61],[950,18,312,61,"columnNumber"],[950,30,312,61],[951,16,312,61],[951,23,312,67],[951,24,312,68],[952,14,312,68],[953,16,312,68,"fileName"],[953,24,312,68],[953,26,312,68,"_jsxFileName"],[953,38,312,68],[954,16,312,68,"lineNumber"],[954,26,312,68],[955,16,312,68,"columnNumber"],[955,28,312,68],[956,14,312,68],[956,21,313,20],[956,22,313,21],[957,12,313,21],[958,14,313,21,"fileName"],[958,22,313,21],[958,24,313,21,"_jsxFileName"],[958,36,313,21],[959,14,313,21,"lineNumber"],[959,24,313,21],[960,14,313,21,"columnNumber"],[960,26,313,21],[961,12,313,21],[961,19,314,18],[961,20,314,19],[961,35,315,12],[961,39,315,12,"_reactJsxDevRuntime"],[961,58,315,12],[961,59,315,12,"jsxDEV"],[961,65,315,12],[961,67,315,13,"View"],[961,71,315,17],[961,72,315,17,"default"],[961,79,315,17],[962,14,315,18,"style"],[962,19,315,23],[962,21,315,25,"styles"],[962,27,315,31],[962,28,315,32,"tokenItemRight"],[962,42,315,47],[963,14,315,47,"children"],[963,22,315,47],[963,38,316,14],[963,42,316,14,"_reactJsxDevRuntime"],[963,61,316,14],[963,62,316,14,"jsxDEV"],[963,68,316,14],[963,70,316,15,"Text"],[963,74,316,19],[963,75,316,19,"default"],[963,82,316,19],[964,16,316,20,"style"],[964,21,316,25],[964,23,316,27,"styles"],[964,29,316,33],[964,30,316,34,"tokenItemBalance"],[964,46,316,51],[965,16,316,51,"children"],[965,24,316,51],[965,26,316,52],[966,14,316,56],[967,16,316,56,"fileName"],[967,24,316,56],[967,26,316,56,"_jsxFileName"],[967,38,316,56],[968,16,316,56,"lineNumber"],[968,26,316,56],[969,16,316,56,"columnNumber"],[969,28,316,56],[970,14,316,56],[970,21,316,62],[970,22,316,63],[970,37,317,14],[970,41,317,14,"_reactJsxDevRuntime"],[970,60,317,14],[970,61,317,14,"jsxDEV"],[970,67,317,14],[970,69,317,15,"Text"],[970,73,317,19],[970,74,317,19,"default"],[970,81,317,19],[971,16,317,20,"style"],[971,21,317,25],[971,23,317,27,"styles"],[971,29,317,33],[971,30,317,34,"tokenItemUsd"],[971,42,317,47],[972,16,317,47,"children"],[972,24,317,47],[972,26,317,48],[973,14,317,53],[974,16,317,53,"fileName"],[974,24,317,53],[974,26,317,53,"_jsxFileName"],[974,38,317,53],[975,16,317,53,"lineNumber"],[975,26,317,53],[976,16,317,53,"columnNumber"],[976,28,317,53],[977,14,317,53],[977,21,317,59],[977,22,317,60],[978,12,317,60],[979,14,317,60,"fileName"],[979,22,317,60],[979,24,317,60,"_jsxFileName"],[979,36,317,60],[980,14,317,60,"lineNumber"],[980,24,317,60],[981,14,317,60,"columnNumber"],[981,26,317,60],[982,12,317,60],[982,19,318,18],[982,20,318,19],[983,10,318,19],[984,12,318,19,"fileName"],[984,20,318,19],[984,22,318,19,"_jsxFileName"],[984,34,318,19],[985,12,318,19,"lineNumber"],[985,22,318,19],[986,12,318,19,"columnNumber"],[986,24,318,19],[987,10,318,19],[987,17,319,16],[987,18,319,17],[987,33,322,10],[987,37,322,10,"_reactJsxDevRuntime"],[987,56,322,10],[987,57,322,10,"jsxDEV"],[987,63,322,10],[987,65,322,11,"View"],[987,69,322,15],[987,70,322,15,"default"],[987,77,322,15],[988,12,322,16,"style"],[988,17,322,21],[988,19,322,23,"styles"],[988,25,322,29],[988,26,322,30,"tokenItem"],[988,35,322,40],[989,12,322,40,"children"],[989,20,322,40],[989,36,323,12],[989,40,323,12,"_reactJsxDevRuntime"],[989,59,323,12],[989,60,323,12,"jsxDEV"],[989,66,323,12],[989,68,323,13,"View"],[989,72,323,17],[989,73,323,17,"default"],[989,80,323,17],[990,14,323,18,"style"],[990,19,323,23],[990,21,323,25,"styles"],[990,27,323,31],[990,28,323,32,"tokenItemLeft"],[990,41,323,46],[991,14,323,46,"children"],[991,22,323,46],[991,38,324,14],[991,42,324,14,"_reactJsxDevRuntime"],[991,61,324,14],[991,62,324,14,"jsxDEV"],[991,68,324,14],[991,70,324,15,"Image"],[991,75,324,20],[991,76,324,20,"default"],[991,83,324,20],[992,16,325,16,"source"],[992,22,325,22],[992,24,325,24],[993,18,325,26,"uri"],[993,21,325,29],[993,23,325,31],[994,16,325,84],[994,17,325,86],[995,16,326,16,"style"],[995,21,326,21],[995,23,326,23,"styles"],[995,29,326,29],[995,30,326,30,"tokenIcon"],[996,14,326,40],[997,16,326,40,"fileName"],[997,24,326,40],[997,26,326,40,"_jsxFileName"],[997,38,326,40],[998,16,326,40,"lineNumber"],[998,26,326,40],[999,16,326,40,"columnNumber"],[999,28,326,40],[1000,14,326,40],[1000,21,327,15],[1000,22,327,16],[1000,37,328,14],[1000,41,328,14,"_reactJsxDevRuntime"],[1000,60,328,14],[1000,61,328,14,"jsxDEV"],[1000,67,328,14],[1000,69,328,15,"View"],[1000,73,328,19],[1000,74,328,19,"default"],[1000,81,328,19],[1001,16,328,19,"children"],[1001,24,328,19],[1001,40,329,16],[1001,44,329,16,"_reactJsxDevRuntime"],[1001,63,329,16],[1001,64,329,16,"jsxDEV"],[1001,70,329,16],[1001,72,329,17,"Text"],[1001,76,329,21],[1001,77,329,21,"default"],[1001,84,329,21],[1002,18,329,22,"style"],[1002,23,329,27],[1002,25,329,29,"styles"],[1002,31,329,35],[1002,32,329,36,"tokenItemName"],[1002,45,329,50],[1003,18,329,50,"children"],[1003,26,329,50],[1003,28,329,51],[1004,16,329,54],[1005,18,329,54,"fileName"],[1005,26,329,54],[1005,28,329,54,"_jsxFileName"],[1005,40,329,54],[1006,18,329,54,"lineNumber"],[1006,28,329,54],[1007,18,329,54,"columnNumber"],[1007,30,329,54],[1008,16,329,54],[1008,23,329,60],[1008,24,329,61],[1008,39,330,16],[1008,43,330,16,"_reactJsxDevRuntime"],[1008,62,330,16],[1008,63,330,16,"jsxDEV"],[1008,69,330,16],[1008,71,330,17,"Text"],[1008,75,330,21],[1008,76,330,21,"default"],[1008,83,330,21],[1009,18,330,22,"style"],[1009,23,330,27],[1009,25,330,29,"styles"],[1009,31,330,35],[1009,32,330,36,"tokenItemNetwork"],[1009,48,330,53],[1010,18,330,53,"children"],[1010,26,330,53],[1010,28,330,54],[1011,16,330,62],[1012,18,330,62,"fileName"],[1012,26,330,62],[1012,28,330,62,"_jsxFileName"],[1012,40,330,62],[1013,18,330,62,"lineNumber"],[1013,28,330,62],[1014,18,330,62,"columnNumber"],[1014,30,330,62],[1015,16,330,62],[1015,23,330,68],[1015,24,330,69],[1016,14,330,69],[1017,16,330,69,"fileName"],[1017,24,330,69],[1017,26,330,69,"_jsxFileName"],[1017,38,330,69],[1018,16,330,69,"lineNumber"],[1018,26,330,69],[1019,16,330,69,"columnNumber"],[1019,28,330,69],[1020,14,330,69],[1020,21,331,20],[1020,22,331,21],[1021,12,331,21],[1022,14,331,21,"fileName"],[1022,22,331,21],[1022,24,331,21,"_jsxFileName"],[1022,36,331,21],[1023,14,331,21,"lineNumber"],[1023,24,331,21],[1024,14,331,21,"columnNumber"],[1024,26,331,21],[1025,12,331,21],[1025,19,332,18],[1025,20,332,19],[1025,35,333,12],[1025,39,333,12,"_reactJsxDevRuntime"],[1025,58,333,12],[1025,59,333,12,"jsxDEV"],[1025,65,333,12],[1025,67,333,13,"View"],[1025,71,333,17],[1025,72,333,17,"default"],[1025,79,333,17],[1026,14,333,18,"style"],[1026,19,333,23],[1026,21,333,25,"styles"],[1026,27,333,31],[1026,28,333,32,"tokenItemRight"],[1026,42,333,47],[1027,14,333,47,"children"],[1027,22,333,47],[1027,38,334,14],[1027,42,334,14,"_reactJsxDevRuntime"],[1027,61,334,14],[1027,62,334,14,"jsxDEV"],[1027,68,334,14],[1027,70,334,15,"Text"],[1027,74,334,19],[1027,75,334,19,"default"],[1027,82,334,19],[1028,16,334,20,"style"],[1028,21,334,25],[1028,23,334,27,"styles"],[1028,29,334,33],[1028,30,334,34,"tokenItemBalance"],[1028,46,334,51],[1029,16,334,51,"children"],[1029,24,334,51],[1029,26,334,52],[1030,14,334,56],[1031,16,334,56,"fileName"],[1031,24,334,56],[1031,26,334,56,"_jsxFileName"],[1031,38,334,56],[1032,16,334,56,"lineNumber"],[1032,26,334,56],[1033,16,334,56,"columnNumber"],[1033,28,334,56],[1034,14,334,56],[1034,21,334,62],[1034,22,334,63],[1034,37,335,14],[1034,41,335,14,"_reactJsxDevRuntime"],[1034,60,335,14],[1034,61,335,14,"jsxDEV"],[1034,67,335,14],[1034,69,335,15,"Text"],[1034,73,335,19],[1034,74,335,19,"default"],[1034,81,335,19],[1035,16,335,20,"style"],[1035,21,335,25],[1035,23,335,27,"styles"],[1035,29,335,33],[1035,30,335,34,"tokenItemUsd"],[1035,42,335,47],[1036,16,335,47,"children"],[1036,24,335,47],[1036,26,335,48],[1037,14,335,53],[1038,16,335,53,"fileName"],[1038,24,335,53],[1038,26,335,53,"_jsxFileName"],[1038,38,335,53],[1039,16,335,53,"lineNumber"],[1039,26,335,53],[1040,16,335,53,"columnNumber"],[1040,28,335,53],[1041,14,335,53],[1041,21,335,59],[1041,22,335,60],[1042,12,335,60],[1043,14,335,60,"fileName"],[1043,22,335,60],[1043,24,335,60,"_jsxFileName"],[1043,36,335,60],[1044,14,335,60,"lineNumber"],[1044,24,335,60],[1045,14,335,60,"columnNumber"],[1045,26,335,60],[1046,12,335,60],[1046,19,336,18],[1046,20,336,19],[1047,10,336,19],[1048,12,336,19,"fileName"],[1048,20,336,19],[1048,22,336,19,"_jsxFileName"],[1048,34,336,19],[1049,12,336,19,"lineNumber"],[1049,22,336,19],[1050,12,336,19,"columnNumber"],[1050,24,336,19],[1051,10,336,19],[1051,17,337,16],[1051,18,337,17],[1051,33,340,10],[1051,37,340,10,"_reactJsxDevRuntime"],[1051,56,340,10],[1051,57,340,10,"jsxDEV"],[1051,63,340,10],[1051,65,340,11,"View"],[1051,69,340,15],[1051,70,340,15,"default"],[1051,77,340,15],[1052,12,340,16,"style"],[1052,17,340,21],[1052,19,340,23,"styles"],[1052,25,340,29],[1052,26,340,30,"tokenItem"],[1052,35,340,40],[1053,12,340,40,"children"],[1053,20,340,40],[1053,36,341,12],[1053,40,341,12,"_reactJsxDevRuntime"],[1053,59,341,12],[1053,60,341,12,"jsxDEV"],[1053,66,341,12],[1053,68,341,13,"View"],[1053,72,341,17],[1053,73,341,17,"default"],[1053,80,341,17],[1054,14,341,18,"style"],[1054,19,341,23],[1054,21,341,25,"styles"],[1054,27,341,31],[1054,28,341,32,"tokenItemLeft"],[1054,41,341,46],[1055,14,341,46,"children"],[1055,22,341,46],[1055,38,342,14],[1055,42,342,14,"_reactJsxDevRuntime"],[1055,61,342,14],[1055,62,342,14,"jsxDEV"],[1055,68,342,14],[1055,70,342,15,"Image"],[1055,75,342,20],[1055,76,342,20,"default"],[1055,83,342,20],[1056,16,343,16,"source"],[1056,22,343,22],[1056,24,343,24],[1057,18,343,26,"uri"],[1057,21,343,29],[1057,23,343,31],[1058,16,343,79],[1058,17,343,81],[1059,16,344,16,"style"],[1059,21,344,21],[1059,23,344,23,"styles"],[1059,29,344,29],[1059,30,344,30,"tokenIcon"],[1060,14,344,40],[1061,16,344,40,"fileName"],[1061,24,344,40],[1061,26,344,40,"_jsxFileName"],[1061,38,344,40],[1062,16,344,40,"lineNumber"],[1062,26,344,40],[1063,16,344,40,"columnNumber"],[1063,28,344,40],[1064,14,344,40],[1064,21,345,15],[1064,22,345,16],[1064,37,346,14],[1064,41,346,14,"_reactJsxDevRuntime"],[1064,60,346,14],[1064,61,346,14,"jsxDEV"],[1064,67,346,14],[1064,69,346,15,"View"],[1064,73,346,19],[1064,74,346,19,"default"],[1064,81,346,19],[1065,16,346,19,"children"],[1065,24,346,19],[1065,40,347,16],[1065,44,347,16,"_reactJsxDevRuntime"],[1065,63,347,16],[1065,64,347,16,"jsxDEV"],[1065,70,347,16],[1065,72,347,17,"Text"],[1065,76,347,21],[1065,77,347,21,"default"],[1065,84,347,21],[1066,18,347,22,"style"],[1066,23,347,27],[1066,25,347,29,"styles"],[1066,31,347,35],[1066,32,347,36,"tokenItemName"],[1066,45,347,50],[1067,18,347,50,"children"],[1067,26,347,50],[1067,28,347,51],[1068,16,347,54],[1069,18,347,54,"fileName"],[1069,26,347,54],[1069,28,347,54,"_jsxFileName"],[1069,40,347,54],[1070,18,347,54,"lineNumber"],[1070,28,347,54],[1071,18,347,54,"columnNumber"],[1071,30,347,54],[1072,16,347,54],[1072,23,347,60],[1072,24,347,61],[1072,39,348,16],[1072,43,348,16,"_reactJsxDevRuntime"],[1072,62,348,16],[1072,63,348,16,"jsxDEV"],[1072,69,348,16],[1072,71,348,17,"Text"],[1072,75,348,21],[1072,76,348,21,"default"],[1072,83,348,21],[1073,18,348,22,"style"],[1073,23,348,27],[1073,25,348,29,"styles"],[1073,31,348,35],[1073,32,348,36,"tokenItemNetwork"],[1073,48,348,53],[1074,18,348,53,"children"],[1074,26,348,53],[1074,28,348,54],[1075,16,348,73],[1076,18,348,73,"fileName"],[1076,26,348,73],[1076,28,348,73,"_jsxFileName"],[1076,40,348,73],[1077,18,348,73,"lineNumber"],[1077,28,348,73],[1078,18,348,73,"columnNumber"],[1078,30,348,73],[1079,16,348,73],[1079,23,348,79],[1079,24,348,80],[1080,14,348,80],[1081,16,348,80,"fileName"],[1081,24,348,80],[1081,26,348,80,"_jsxFileName"],[1081,38,348,80],[1082,16,348,80,"lineNumber"],[1082,26,348,80],[1083,16,348,80,"columnNumber"],[1083,28,348,80],[1084,14,348,80],[1084,21,349,20],[1084,22,349,21],[1085,12,349,21],[1086,14,349,21,"fileName"],[1086,22,349,21],[1086,24,349,21,"_jsxFileName"],[1086,36,349,21],[1087,14,349,21,"lineNumber"],[1087,24,349,21],[1088,14,349,21,"columnNumber"],[1088,26,349,21],[1089,12,349,21],[1089,19,350,18],[1089,20,350,19],[1089,35,351,12],[1089,39,351,12,"_reactJsxDevRuntime"],[1089,58,351,12],[1089,59,351,12,"jsxDEV"],[1089,65,351,12],[1089,67,351,13,"View"],[1089,71,351,17],[1089,72,351,17,"default"],[1089,79,351,17],[1090,14,351,18,"style"],[1090,19,351,23],[1090,21,351,25,"styles"],[1090,27,351,31],[1090,28,351,32,"tokenItemRight"],[1090,42,351,47],[1091,14,351,47,"children"],[1091,22,351,47],[1091,38,352,14],[1091,42,352,14,"_reactJsxDevRuntime"],[1091,61,352,14],[1091,62,352,14,"jsxDEV"],[1091,68,352,14],[1091,70,352,15,"Text"],[1091,74,352,19],[1091,75,352,19,"default"],[1091,82,352,19],[1092,16,352,20,"style"],[1092,21,352,25],[1092,23,352,27,"styles"],[1092,29,352,33],[1092,30,352,34,"tokenItemBalance"],[1092,46,352,51],[1093,16,352,51,"children"],[1093,24,352,51],[1093,26,352,52],[1094,14,352,56],[1095,16,352,56,"fileName"],[1095,24,352,56],[1095,26,352,56,"_jsxFileName"],[1095,38,352,56],[1096,16,352,56,"lineNumber"],[1096,26,352,56],[1097,16,352,56,"columnNumber"],[1097,28,352,56],[1098,14,352,56],[1098,21,352,62],[1098,22,352,63],[1098,37,353,14],[1098,41,353,14,"_reactJsxDevRuntime"],[1098,60,353,14],[1098,61,353,14,"jsxDEV"],[1098,67,353,14],[1098,69,353,15,"Text"],[1098,73,353,19],[1098,74,353,19,"default"],[1098,81,353,19],[1099,16,353,20,"style"],[1099,21,353,25],[1099,23,353,27,"styles"],[1099,29,353,33],[1099,30,353,34,"tokenItemUsd"],[1099,42,353,47],[1100,16,353,47,"children"],[1100,24,353,47],[1100,26,353,48],[1101,14,353,53],[1102,16,353,53,"fileName"],[1102,24,353,53],[1102,26,353,53,"_jsxFileName"],[1102,38,353,53],[1103,16,353,53,"lineNumber"],[1103,26,353,53],[1104,16,353,53,"columnNumber"],[1104,28,353,53],[1105,14,353,53],[1105,21,353,59],[1105,22,353,60],[1106,12,353,60],[1107,14,353,60,"fileName"],[1107,22,353,60],[1107,24,353,60,"_jsxFileName"],[1107,36,353,60],[1108,14,353,60,"lineNumber"],[1108,24,353,60],[1109,14,353,60,"columnNumber"],[1109,26,353,60],[1110,12,353,60],[1110,19,354,18],[1110,20,354,19],[1111,10,354,19],[1112,12,354,19,"fileName"],[1112,20,354,19],[1112,22,354,19,"_jsxFileName"],[1112,34,354,19],[1113,12,354,19,"lineNumber"],[1113,22,354,19],[1114,12,354,19,"columnNumber"],[1114,24,354,19],[1115,10,354,19],[1115,17,355,16],[1115,18,355,17],[1115,33,358,10],[1115,37,358,10,"_reactJsxDevRuntime"],[1115,56,358,10],[1115,57,358,10,"jsxDEV"],[1115,63,358,10],[1115,65,358,11,"View"],[1115,69,358,15],[1115,70,358,15,"default"],[1115,77,358,15],[1116,12,358,16,"style"],[1116,17,358,21],[1116,19,358,23,"styles"],[1116,25,358,29],[1116,26,358,30,"tokenItem"],[1116,35,358,40],[1117,12,358,40,"children"],[1117,20,358,40],[1117,36,359,12],[1117,40,359,12,"_reactJsxDevRuntime"],[1117,59,359,12],[1117,60,359,12,"jsxDEV"],[1117,66,359,12],[1117,68,359,13,"View"],[1117,72,359,17],[1117,73,359,17,"default"],[1117,80,359,17],[1118,14,359,18,"style"],[1118,19,359,23],[1118,21,359,25,"styles"],[1118,27,359,31],[1118,28,359,32,"tokenItemLeft"],[1118,41,359,46],[1119,14,359,46,"children"],[1119,22,359,46],[1119,38,360,14],[1119,42,360,14,"_reactJsxDevRuntime"],[1119,61,360,14],[1119,62,360,14,"jsxDEV"],[1119,68,360,14],[1119,70,360,15,"Image"],[1119,75,360,20],[1119,76,360,20,"default"],[1119,83,360,20],[1120,16,361,16,"source"],[1120,22,361,22],[1120,24,361,24],[1121,18,361,26,"uri"],[1121,21,361,29],[1121,23,361,31],[1122,16,361,83],[1122,17,361,85],[1123,16,362,16,"style"],[1123,21,362,21],[1123,23,362,23,"styles"],[1123,29,362,29],[1123,30,362,30,"tokenIcon"],[1124,14,362,40],[1125,16,362,40,"fileName"],[1125,24,362,40],[1125,26,362,40,"_jsxFileName"],[1125,38,362,40],[1126,16,362,40,"lineNumber"],[1126,26,362,40],[1127,16,362,40,"columnNumber"],[1127,28,362,40],[1128,14,362,40],[1128,21,363,15],[1128,22,363,16],[1128,37,364,14],[1128,41,364,14,"_reactJsxDevRuntime"],[1128,60,364,14],[1128,61,364,14,"jsxDEV"],[1128,67,364,14],[1128,69,364,15,"View"],[1128,73,364,19],[1128,74,364,19,"default"],[1128,81,364,19],[1129,16,364,19,"children"],[1129,24,364,19],[1129,40,365,16],[1129,44,365,16,"_reactJsxDevRuntime"],[1129,63,365,16],[1129,64,365,16,"jsxDEV"],[1129,70,365,16],[1129,72,365,17,"Text"],[1129,76,365,21],[1129,77,365,21,"default"],[1129,84,365,21],[1130,18,365,22,"style"],[1130,23,365,27],[1130,25,365,29,"styles"],[1130,31,365,35],[1130,32,365,36,"tokenItemName"],[1130,45,365,50],[1131,18,365,50,"children"],[1131,26,365,50],[1131,28,365,51],[1132,16,365,54],[1133,18,365,54,"fileName"],[1133,26,365,54],[1133,28,365,54,"_jsxFileName"],[1133,40,365,54],[1134,18,365,54,"lineNumber"],[1134,28,365,54],[1135,18,365,54,"columnNumber"],[1135,30,365,54],[1136,16,365,54],[1136,23,365,60],[1136,24,365,61],[1136,39,366,16],[1136,43,366,16,"_reactJsxDevRuntime"],[1136,62,366,16],[1136,63,366,16,"jsxDEV"],[1136,69,366,16],[1136,71,366,17,"Text"],[1136,75,366,21],[1136,76,366,21,"default"],[1136,83,366,21],[1137,18,366,22,"style"],[1137,23,366,27],[1137,25,366,29,"styles"],[1137,31,366,35],[1137,32,366,36,"tokenItemNetwork"],[1137,48,366,53],[1138,18,366,53,"children"],[1138,26,366,53],[1138,28,366,54],[1139,16,366,61],[1140,18,366,61,"fileName"],[1140,26,366,61],[1140,28,366,61,"_jsxFileName"],[1140,40,366,61],[1141,18,366,61,"lineNumber"],[1141,28,366,61],[1142,18,366,61,"columnNumber"],[1142,30,366,61],[1143,16,366,61],[1143,23,366,67],[1143,24,366,68],[1144,14,366,68],[1145,16,366,68,"fileName"],[1145,24,366,68],[1145,26,366,68,"_jsxFileName"],[1145,38,366,68],[1146,16,366,68,"lineNumber"],[1146,26,366,68],[1147,16,366,68,"columnNumber"],[1147,28,366,68],[1148,14,366,68],[1148,21,367,20],[1148,22,367,21],[1149,12,367,21],[1150,14,367,21,"fileName"],[1150,22,367,21],[1150,24,367,21,"_jsxFileName"],[1150,36,367,21],[1151,14,367,21,"lineNumber"],[1151,24,367,21],[1152,14,367,21,"columnNumber"],[1152,26,367,21],[1153,12,367,21],[1153,19,368,18],[1153,20,368,19],[1153,35,369,12],[1153,39,369,12,"_reactJsxDevRuntime"],[1153,58,369,12],[1153,59,369,12,"jsxDEV"],[1153,65,369,12],[1153,67,369,13,"View"],[1153,71,369,17],[1153,72,369,17,"default"],[1153,79,369,17],[1154,14,369,18,"style"],[1154,19,369,23],[1154,21,369,25,"styles"],[1154,27,369,31],[1154,28,369,32,"tokenItemRight"],[1154,42,369,47],[1155,14,369,47,"children"],[1155,22,369,47],[1155,38,370,14],[1155,42,370,14,"_reactJsxDevRuntime"],[1155,61,370,14],[1155,62,370,14,"jsxDEV"],[1155,68,370,14],[1155,70,370,15,"Text"],[1155,74,370,19],[1155,75,370,19,"default"],[1155,82,370,19],[1156,16,370,20,"style"],[1156,21,370,25],[1156,23,370,27,"styles"],[1156,29,370,33],[1156,30,370,34,"tokenItemBalance"],[1156,46,370,51],[1157,16,370,51,"children"],[1157,24,370,51],[1157,26,370,52],[1158,14,370,56],[1159,16,370,56,"fileName"],[1159,24,370,56],[1159,26,370,56,"_jsxFileName"],[1159,38,370,56],[1160,16,370,56,"lineNumber"],[1160,26,370,56],[1161,16,370,56,"columnNumber"],[1161,28,370,56],[1162,14,370,56],[1162,21,370,62],[1162,22,370,63],[1162,37,371,14],[1162,41,371,14,"_reactJsxDevRuntime"],[1162,60,371,14],[1162,61,371,14,"jsxDEV"],[1162,67,371,14],[1162,69,371,15,"Text"],[1162,73,371,19],[1162,74,371,19,"default"],[1162,81,371,19],[1163,16,371,20,"style"],[1163,21,371,25],[1163,23,371,27,"styles"],[1163,29,371,33],[1163,30,371,34,"tokenItemUsd"],[1163,42,371,47],[1164,16,371,47,"children"],[1164,24,371,47],[1164,26,371,48],[1165,14,371,53],[1166,16,371,53,"fileName"],[1166,24,371,53],[1166,26,371,53,"_jsxFileName"],[1166,38,371,53],[1167,16,371,53,"lineNumber"],[1167,26,371,53],[1168,16,371,53,"columnNumber"],[1168,28,371,53],[1169,14,371,53],[1169,21,371,59],[1169,22,371,60],[1170,12,371,60],[1171,14,371,60,"fileName"],[1171,22,371,60],[1171,24,371,60,"_jsxFileName"],[1171,36,371,60],[1172,14,371,60,"lineNumber"],[1172,24,371,60],[1173,14,371,60,"columnNumber"],[1173,26,371,60],[1174,12,371,60],[1174,19,372,18],[1174,20,372,19],[1175,10,372,19],[1176,12,372,19,"fileName"],[1176,20,372,19],[1176,22,372,19,"_jsxFileName"],[1176,34,372,19],[1177,12,372,19,"lineNumber"],[1177,22,372,19],[1178,12,372,19,"columnNumber"],[1178,24,372,19],[1179,10,372,19],[1179,17,373,16],[1179,18,373,17],[1179,33,376,10],[1179,37,376,10,"_reactJsxDevRuntime"],[1179,56,376,10],[1179,57,376,10,"jsxDEV"],[1179,63,376,10],[1179,65,376,11,"View"],[1179,69,376,15],[1179,70,376,15,"default"],[1179,77,376,15],[1180,12,376,16,"style"],[1180,17,376,21],[1180,19,376,23,"styles"],[1180,25,376,29],[1180,26,376,30,"tokenItem"],[1180,35,376,40],[1181,12,376,40,"children"],[1181,20,376,40],[1181,36,377,12],[1181,40,377,12,"_reactJsxDevRuntime"],[1181,59,377,12],[1181,60,377,12,"jsxDEV"],[1181,66,377,12],[1181,68,377,13,"View"],[1181,72,377,17],[1181,73,377,17,"default"],[1181,80,377,17],[1182,14,377,18,"style"],[1182,19,377,23],[1182,21,377,25,"styles"],[1182,27,377,31],[1182,28,377,32,"tokenItemLeft"],[1182,41,377,46],[1183,14,377,46,"children"],[1183,22,377,46],[1183,38,378,14],[1183,42,378,14,"_reactJsxDevRuntime"],[1183,61,378,14],[1183,62,378,14,"jsxDEV"],[1183,68,378,14],[1183,70,378,15,"Image"],[1183,75,378,20],[1183,76,378,20,"default"],[1183,83,378,20],[1184,16,379,16,"source"],[1184,22,379,22],[1184,24,379,24],[1185,18,379,26,"uri"],[1185,21,379,29],[1185,23,379,31],[1186,16,379,82],[1186,17,379,84],[1187,16,380,16,"style"],[1187,21,380,21],[1187,23,380,23,"styles"],[1187,29,380,29],[1187,30,380,30,"tokenIcon"],[1188,14,380,40],[1189,16,380,40,"fileName"],[1189,24,380,40],[1189,26,380,40,"_jsxFileName"],[1189,38,380,40],[1190,16,380,40,"lineNumber"],[1190,26,380,40],[1191,16,380,40,"columnNumber"],[1191,28,380,40],[1192,14,380,40],[1192,21,381,15],[1192,22,381,16],[1192,37,382,14],[1192,41,382,14,"_reactJsxDevRuntime"],[1192,60,382,14],[1192,61,382,14,"jsxDEV"],[1192,67,382,14],[1192,69,382,15,"View"],[1192,73,382,19],[1192,74,382,19,"default"],[1192,81,382,19],[1193,16,382,19,"children"],[1193,24,382,19],[1193,40,383,16],[1193,44,383,16,"_reactJsxDevRuntime"],[1193,63,383,16],[1193,64,383,16,"jsxDEV"],[1193,70,383,16],[1193,72,383,17,"Text"],[1193,76,383,21],[1193,77,383,21,"default"],[1193,84,383,21],[1194,18,383,22,"style"],[1194,23,383,27],[1194,25,383,29,"styles"],[1194,31,383,35],[1194,32,383,36,"tokenItemName"],[1194,45,383,50],[1195,18,383,50,"children"],[1195,26,383,50],[1195,28,383,51],[1196,16,383,54],[1197,18,383,54,"fileName"],[1197,26,383,54],[1197,28,383,54,"_jsxFileName"],[1197,40,383,54],[1198,18,383,54,"lineNumber"],[1198,28,383,54],[1199,18,383,54,"columnNumber"],[1199,30,383,54],[1200,16,383,54],[1200,23,383,60],[1200,24,383,61],[1200,39,384,16],[1200,43,384,16,"_reactJsxDevRuntime"],[1200,62,384,16],[1200,63,384,16,"jsxDEV"],[1200,69,384,16],[1200,71,384,17,"Text"],[1200,75,384,21],[1200,76,384,21,"default"],[1200,83,384,21],[1201,18,384,22,"style"],[1201,23,384,27],[1201,25,384,29,"styles"],[1201,31,384,35],[1201,32,384,36,"tokenItemNetwork"],[1201,48,384,53],[1202,18,384,53,"children"],[1202,26,384,53],[1202,28,384,54],[1203,16,384,60],[1204,18,384,60,"fileName"],[1204,26,384,60],[1204,28,384,60,"_jsxFileName"],[1204,40,384,60],[1205,18,384,60,"lineNumber"],[1205,28,384,60],[1206,18,384,60,"columnNumber"],[1206,30,384,60],[1207,16,384,60],[1207,23,384,66],[1207,24,384,67],[1208,14,384,67],[1209,16,384,67,"fileName"],[1209,24,384,67],[1209,26,384,67,"_jsxFileName"],[1209,38,384,67],[1210,16,384,67,"lineNumber"],[1210,26,384,67],[1211,16,384,67,"columnNumber"],[1211,28,384,67],[1212,14,384,67],[1212,21,385,20],[1212,22,385,21],[1213,12,385,21],[1214,14,385,21,"fileName"],[1214,22,385,21],[1214,24,385,21,"_jsxFileName"],[1214,36,385,21],[1215,14,385,21,"lineNumber"],[1215,24,385,21],[1216,14,385,21,"columnNumber"],[1216,26,385,21],[1217,12,385,21],[1217,19,386,18],[1217,20,386,19],[1217,35,387,12],[1217,39,387,12,"_reactJsxDevRuntime"],[1217,58,387,12],[1217,59,387,12,"jsxDEV"],[1217,65,387,12],[1217,67,387,13,"View"],[1217,71,387,17],[1217,72,387,17,"default"],[1217,79,387,17],[1218,14,387,18,"style"],[1218,19,387,23],[1218,21,387,25,"styles"],[1218,27,387,31],[1218,28,387,32,"tokenItemRight"],[1218,42,387,47],[1219,14,387,47,"children"],[1219,22,387,47],[1219,38,388,14],[1219,42,388,14,"_reactJsxDevRuntime"],[1219,61,388,14],[1219,62,388,14,"jsxDEV"],[1219,68,388,14],[1219,70,388,15,"Text"],[1219,74,388,19],[1219,75,388,19,"default"],[1219,82,388,19],[1220,16,388,20,"style"],[1220,21,388,25],[1220,23,388,27,"styles"],[1220,29,388,33],[1220,30,388,34,"tokenItemBalance"],[1220,46,388,51],[1221,16,388,51,"children"],[1221,24,388,51],[1221,26,388,52],[1222,14,388,56],[1223,16,388,56,"fileName"],[1223,24,388,56],[1223,26,388,56,"_jsxFileName"],[1223,38,388,56],[1224,16,388,56,"lineNumber"],[1224,26,388,56],[1225,16,388,56,"columnNumber"],[1225,28,388,56],[1226,14,388,56],[1226,21,388,62],[1226,22,388,63],[1226,37,389,14],[1226,41,389,14,"_reactJsxDevRuntime"],[1226,60,389,14],[1226,61,389,14,"jsxDEV"],[1226,67,389,14],[1226,69,389,15,"Text"],[1226,73,389,19],[1226,74,389,19,"default"],[1226,81,389,19],[1227,16,389,20,"style"],[1227,21,389,25],[1227,23,389,27,"styles"],[1227,29,389,33],[1227,30,389,34,"tokenItemUsd"],[1227,42,389,47],[1228,16,389,47,"children"],[1228,24,389,47],[1228,26,389,48],[1229,14,389,53],[1230,16,389,53,"fileName"],[1230,24,389,53],[1230,26,389,53,"_jsxFileName"],[1230,38,389,53],[1231,16,389,53,"lineNumber"],[1231,26,389,53],[1232,16,389,53,"columnNumber"],[1232,28,389,53],[1233,14,389,53],[1233,21,389,59],[1233,22,389,60],[1234,12,389,60],[1235,14,389,60,"fileName"],[1235,22,389,60],[1235,24,389,60,"_jsxFileName"],[1235,36,389,60],[1236,14,389,60,"lineNumber"],[1236,24,389,60],[1237,14,389,60,"columnNumber"],[1237,26,389,60],[1238,12,389,60],[1238,19,390,18],[1238,20,390,19],[1239,10,390,19],[1240,12,390,19,"fileName"],[1240,20,390,19],[1240,22,390,19,"_jsxFileName"],[1240,34,390,19],[1241,12,390,19,"lineNumber"],[1241,22,390,19],[1242,12,390,19,"columnNumber"],[1242,24,390,19],[1243,10,390,19],[1243,17,391,16],[1243,18,391,17],[1244,8,391,17],[1245,10,391,17,"fileName"],[1245,18,391,17],[1245,20,391,17,"_jsxFileName"],[1245,32,391,17],[1246,10,391,17,"lineNumber"],[1246,20,391,17],[1247,10,391,17,"columnNumber"],[1247,22,391,17],[1248,8,391,17],[1248,15,392,14],[1248,16,392,15],[1249,6,392,15],[1250,8,392,15,"fileName"],[1250,16,392,15],[1250,18,392,15,"_jsxFileName"],[1250,30,392,15],[1251,8,392,15,"lineNumber"],[1251,18,392,15],[1252,8,392,15,"columnNumber"],[1252,20,392,15],[1253,6,392,15],[1253,13,393,18],[1254,4,393,19],[1255,6,393,19,"fileName"],[1255,14,393,19],[1255,16,393,19,"_jsxFileName"],[1255,28,393,19],[1256,6,393,19,"lineNumber"],[1256,16,393,19],[1257,6,393,19,"columnNumber"],[1257,18,393,19],[1258,4,393,19],[1258,11,394,10],[1258,12,394,11],[1259,2,396,0],[1260,2,396,1,"_s2"],[1260,5,396,1],[1260,6,118,9,"WalletTab"],[1260,15,118,18],[1261,4,118,18],[1261,12,119,19,"useAuth"],[1261,32,119,26],[1261,33,119,26,"useAuth"],[1261,40,119,26],[1261,42,120,17,"useSafeAreaInsets"],[1261,69,120,34],[1261,70,120,34,"useSafeAreaInsets"],[1261,87,120,34],[1262,2,120,34],[1263,2,120,34,"_c2"],[1263,5,120,34],[1263,8,118,9,"WalletTab"],[1263,17,118,18],[1264,2,398,0],[1264,11,398,9,"CitizensTab"],[1264,22,398,20,"CitizensTab"],[1264,23,398,20],[1264,25,398,23],[1265,4,399,2],[1265,24,400,4],[1265,28,400,4,"_reactJsxDevRuntime"],[1265,47,400,4],[1265,48,400,4,"jsxDEV"],[1265,54,400,4],[1265,56,400,5,"View"],[1265,60,400,9],[1265,61,400,9,"default"],[1265,68,400,9],[1266,6,400,10,"style"],[1266,11,400,15],[1266,13,400,17,"styles"],[1266,19,400,23],[1266,20,400,24,"container"],[1266,29,400,34],[1267,6,400,34,"children"],[1267,14,400,34],[1267,29,401,6],[1267,33,401,6,"_reactJsxDevRuntime"],[1267,52,401,6],[1267,53,401,6,"jsxDEV"],[1267,59,401,6],[1267,61,401,7,"Text"],[1267,65,401,11],[1267,66,401,11,"default"],[1267,73,401,11],[1268,8,401,12,"style"],[1268,13,401,17],[1268,15,401,19,"styles"],[1268,21,401,25],[1268,22,401,26,"placeholderText"],[1268,37,401,42],[1269,8,401,42,"children"],[1269,16,401,42],[1269,18,401,43],[1270,6,401,58],[1271,8,401,58,"fileName"],[1271,16,401,58],[1271,18,401,58,"_jsxFileName"],[1271,30,401,58],[1272,8,401,58,"lineNumber"],[1272,18,401,58],[1273,8,401,58,"columnNumber"],[1273,20,401,58],[1274,6,401,58],[1274,13,401,64],[1275,4,401,65],[1276,6,401,65,"fileName"],[1276,14,401,65],[1276,16,401,65,"_jsxFileName"],[1276,28,401,65],[1277,6,401,65,"lineNumber"],[1277,16,401,65],[1278,6,401,65,"columnNumber"],[1278,18,401,65],[1279,4,401,65],[1279,11,402,10],[1279,12,402,11],[1280,2,404,0],[1281,2,404,1,"_c3"],[1281,5,404,1],[1281,8,398,9,"CitizensTab"],[1281,19,398,20],[1282,2,406,0],[1282,11,406,9,"ReferralTab"],[1282,22,406,20,"ReferralTab"],[1282,23,406,20],[1282,25,406,23],[1283,4,407,2],[1283,24,408,4],[1283,28,408,4,"_reactJsxDevRuntime"],[1283,47,408,4],[1283,48,408,4,"jsxDEV"],[1283,54,408,4],[1283,56,408,5,"View"],[1283,60,408,9],[1283,61,408,9,"default"],[1283,68,408,9],[1284,6,408,10,"style"],[1284,11,408,15],[1284,13,408,17,"styles"],[1284,19,408,23],[1284,20,408,24,"container"],[1284,29,408,34],[1285,6,408,34,"children"],[1285,14,408,34],[1285,29,409,6],[1285,33,409,6,"_reactJsxDevRuntime"],[1285,52,409,6],[1285,53,409,6,"jsxDEV"],[1285,59,409,6],[1285,61,409,7,"Text"],[1285,65,409,11],[1285,66,409,11,"default"],[1285,73,409,11],[1286,8,409,12,"style"],[1286,13,409,17],[1286,15,409,19,"styles"],[1286,21,409,25],[1286,22,409,26,"placeholderText"],[1286,37,409,42],[1287,8,409,42,"children"],[1287,16,409,42],[1287,18,409,43],[1288,6,409,58],[1289,8,409,58,"fileName"],[1289,16,409,58],[1289,18,409,58,"_jsxFileName"],[1289,30,409,58],[1290,8,409,58,"lineNumber"],[1290,18,409,58],[1291,8,409,58,"columnNumber"],[1291,20,409,58],[1292,6,409,58],[1292,13,409,64],[1293,4,409,65],[1294,6,409,65,"fileName"],[1294,14,409,65],[1294,16,409,65,"_jsxFileName"],[1294,28,409,65],[1295,6,409,65,"lineNumber"],[1295,16,409,65],[1296,6,409,65,"columnNumber"],[1296,18,409,65],[1297,4,409,65],[1297,11,410,10],[1297,12,410,11],[1298,2,412,0],[1299,2,412,1,"_c4"],[1299,5,412,1],[1299,8,406,9,"ReferralTab"],[1299,19,406,20],[1300,2,414,0],[1300,11,414,9,"ProfileTab"],[1300,21,414,19,"ProfileTab"],[1300,22,414,19],[1300,24,414,22],[1301,4,415,2],[1301,24,416,4],[1301,28,416,4,"_reactJsxDevRuntime"],[1301,47,416,4],[1301,48,416,4,"jsxDEV"],[1301,54,416,4],[1301,56,416,5,"View"],[1301,60,416,9],[1301,61,416,9,"default"],[1301,68,416,9],[1302,6,416,10,"style"],[1302,11,416,15],[1302,13,416,17,"styles"],[1302,19,416,23],[1302,20,416,24,"container"],[1302,29,416,34],[1303,6,416,34,"children"],[1303,14,416,34],[1303,29,417,6],[1303,33,417,6,"_reactJsxDevRuntime"],[1303,52,417,6],[1303,53,417,6,"jsxDEV"],[1303,59,417,6],[1303,61,417,7,"Text"],[1303,65,417,11],[1303,66,417,11,"default"],[1303,73,417,11],[1304,8,417,12,"style"],[1304,13,417,17],[1304,15,417,19,"styles"],[1304,21,417,25],[1304,22,417,26,"placeholderText"],[1304,37,417,42],[1305,8,417,42,"children"],[1305,16,417,42],[1305,18,417,43],[1306,6,417,57],[1307,8,417,57,"fileName"],[1307,16,417,57],[1307,18,417,57,"_jsxFileName"],[1307,30,417,57],[1308,8,417,57,"lineNumber"],[1308,18,417,57],[1309,8,417,57,"columnNumber"],[1309,20,417,57],[1310,6,417,57],[1310,13,417,63],[1311,4,417,64],[1312,6,417,64,"fileName"],[1312,14,417,64],[1312,16,417,64,"_jsxFileName"],[1312,28,417,64],[1313,6,417,64,"lineNumber"],[1313,16,417,64],[1314,6,417,64,"columnNumber"],[1314,18,417,64],[1315,4,417,64],[1315,11,418,10],[1315,12,418,11],[1316,2,420,0],[1317,2,420,1,"_c5"],[1317,5,420,1],[1317,8,414,9,"ProfileTab"],[1317,18,414,19],[1318,2,422,0],[1318,8,422,6,"Tab"],[1318,11,422,9],[1318,14,422,12],[1318,18,422,12,"createBottomTabNavigator"],[1318,44,422,36],[1318,45,422,36,"createBottomTabNavigator"],[1318,69,422,36],[1318,71,422,37],[1318,72,422,38],[1319,2,424,15],[1319,11,424,24,"HomeScreen"],[1319,21,424,34,"HomeScreen"],[1319,22,424,34],[1319,24,424,37],[1320,4,425,2],[1320,24,426,4],[1320,28,426,4,"_reactJsxDevRuntime"],[1320,47,426,4],[1320,48,426,4,"jsxDEV"],[1320,54,426,4],[1320,56,426,5,"Tab"],[1320,59,426,8],[1320,60,426,9,"Navigator"],[1320,69,426,18],[1321,6,427,6,"screenOptions"],[1321,19,427,19],[1321,21,427,21],[1322,8,428,8,"headerShown"],[1322,19,428,19],[1322,21,428,21],[1322,26,428,26],[1323,8,429,8,"tabBarActiveTintColor"],[1323,29,429,29],[1323,31,429,31],[1323,40,429,40],[1324,8,430,8,"tabBarInactiveTintColor"],[1324,31,430,31],[1324,33,430,33],[1324,42,430,42],[1325,8,431,8,"tabBarStyle"],[1325,19,431,19],[1325,21,431,21,"styles"],[1325,27,431,27],[1325,28,431,28,"tabBar"],[1326,6,432,6],[1326,7,432,8],[1327,6,432,8,"children"],[1327,14,432,8],[1327,30,434,6],[1327,34,434,6,"_reactJsxDevRuntime"],[1327,53,434,6],[1327,54,434,6,"jsxDEV"],[1327,60,434,6],[1327,62,434,7,"Tab"],[1327,65,434,10],[1327,66,434,11,"Screen"],[1327,72,434,17],[1328,8,435,8,"name"],[1328,12,435,12],[1328,14,435,13],[1328,23,435,22],[1329,8,436,8,"component"],[1329,17,436,17],[1329,19,436,19,"HomeTab"],[1329,26,436,27],[1330,8,437,8,"options"],[1330,15,437,15],[1330,17,437,17],[1331,10,438,10,"tabBarLabel"],[1331,21,438,21],[1331,23,438,23],[1331,29,438,29],[1332,10,439,10,"tabBarIcon"],[1332,20,439,20],[1332,22,439,22,"tabBarIcon"],[1332,23,439,23],[1333,12,439,25,"color"],[1333,17,439,30],[1334,12,439,32,"size"],[1335,10,439,37],[1335,11,439,38],[1335,29,440,12],[1335,33,440,12,"_reactJsxDevRuntime"],[1335,52,440,12],[1335,53,440,12,"jsxDEV"],[1335,59,440,12],[1335,61,440,13,"_expoVectorIcons"],[1335,77,440,21],[1335,78,440,21,"Ionicons"],[1335,86,440,21],[1336,12,440,22,"name"],[1336,16,440,26],[1336,18,440,27],[1336,24,440,33],[1337,12,440,34,"size"],[1337,16,440,38],[1337,18,440,40,"size"],[1337,22,440,45],[1338,12,440,46,"color"],[1338,17,440,51],[1338,19,440,53,"color"],[1339,10,440,59],[1340,12,440,59,"fileName"],[1340,20,440,59],[1340,22,440,59,"_jsxFileName"],[1340,34,440,59],[1341,12,440,59,"lineNumber"],[1341,22,440,59],[1342,12,440,59,"columnNumber"],[1342,24,440,59],[1343,10,440,59],[1343,17,440,61],[1344,8,442,8],[1345,6,442,10],[1346,8,442,10,"fileName"],[1346,16,442,10],[1346,18,442,10,"_jsxFileName"],[1346,30,442,10],[1347,8,442,10,"lineNumber"],[1347,18,442,10],[1348,8,442,10,"columnNumber"],[1348,20,442,10],[1349,6,442,10],[1349,13,443,7],[1349,14,443,8],[1349,29,444,6],[1349,33,444,6,"_reactJsxDevRuntime"],[1349,52,444,6],[1349,53,444,6,"jsxDEV"],[1349,59,444,6],[1349,61,444,7,"Tab"],[1349,64,444,10],[1349,65,444,11,"Screen"],[1349,71,444,17],[1350,8,445,8,"name"],[1350,12,445,12],[1350,14,445,13],[1350,22,445,21],[1351,8,446,8,"component"],[1351,17,446,17],[1351,19,446,19,"WalletTab"],[1351,28,446,29],[1352,8,447,8,"options"],[1352,15,447,15],[1352,17,447,17],[1353,10,448,10,"tabBarLabel"],[1353,21,448,21],[1353,23,448,23],[1353,31,448,31],[1354,10,449,10,"tabBarIcon"],[1354,20,449,20],[1354,22,449,22,"tabBarIcon"],[1354,23,449,23],[1355,12,449,25,"color"],[1355,17,449,30],[1356,12,449,32,"size"],[1357,10,449,37],[1357,11,449,38],[1357,29,450,12],[1357,33,450,12,"_reactJsxDevRuntime"],[1357,52,450,12],[1357,53,450,12,"jsxDEV"],[1357,59,450,12],[1357,61,450,13,"_expoVectorIcons"],[1357,77,450,21],[1357,78,450,21,"Ionicons"],[1357,86,450,21],[1358,12,450,22,"name"],[1358,16,450,26],[1358,18,450,27],[1358,26,450,35],[1359,12,450,36,"size"],[1359,16,450,40],[1359,18,450,42,"size"],[1359,22,450,47],[1360,12,450,48,"color"],[1360,17,450,53],[1360,19,450,55,"color"],[1361,10,450,61],[1362,12,450,61,"fileName"],[1362,20,450,61],[1362,22,450,61,"_jsxFileName"],[1362,34,450,61],[1363,12,450,61,"lineNumber"],[1363,22,450,61],[1364,12,450,61,"columnNumber"],[1364,24,450,61],[1365,10,450,61],[1365,17,450,63],[1366,8,452,8],[1367,6,452,10],[1368,8,452,10,"fileName"],[1368,16,452,10],[1368,18,452,10,"_jsxFileName"],[1368,30,452,10],[1369,8,452,10,"lineNumber"],[1369,18,452,10],[1370,8,452,10,"columnNumber"],[1370,20,452,10],[1371,6,452,10],[1371,13,453,7],[1371,14,453,8],[1371,29,454,6],[1371,33,454,6,"_reactJsxDevRuntime"],[1371,52,454,6],[1371,53,454,6,"jsxDEV"],[1371,59,454,6],[1371,61,454,7,"Tab"],[1371,64,454,10],[1371,65,454,11,"Screen"],[1371,71,454,17],[1372,8,455,8,"name"],[1372,12,455,12],[1372,14,455,13],[1372,24,455,23],[1373,8,456,8,"component"],[1373,17,456,17],[1373,19,456,19,"CitizensTab"],[1373,30,456,31],[1374,8,457,8,"options"],[1374,15,457,15],[1374,17,457,17],[1375,10,458,10,"tabBarLabel"],[1375,21,458,21],[1375,23,458,23],[1375,33,458,33],[1376,10,459,10,"tabBarIcon"],[1376,20,459,20],[1376,22,459,22,"tabBarIcon"],[1376,23,459,23],[1377,12,459,25,"color"],[1377,17,459,30],[1378,12,459,32,"size"],[1379,10,459,37],[1379,11,459,38],[1379,29,460,12],[1379,33,460,12,"_reactJsxDevRuntime"],[1379,52,460,12],[1379,53,460,12,"jsxDEV"],[1379,59,460,12],[1379,61,460,13,"_expoVectorIcons"],[1379,77,460,21],[1379,78,460,21,"Ionicons"],[1379,86,460,21],[1380,12,460,22,"name"],[1380,16,460,26],[1380,18,460,27],[1380,26,460,35],[1381,12,460,36,"size"],[1381,16,460,40],[1381,18,460,42,"size"],[1381,22,460,47],[1382,12,460,48,"color"],[1382,17,460,53],[1382,19,460,55,"color"],[1383,10,460,61],[1384,12,460,61,"fileName"],[1384,20,460,61],[1384,22,460,61,"_jsxFileName"],[1384,34,460,61],[1385,12,460,61,"lineNumber"],[1385,22,460,61],[1386,12,460,61,"columnNumber"],[1386,24,460,61],[1387,10,460,61],[1387,17,460,63],[1388,8,462,8],[1389,6,462,10],[1390,8,462,10,"fileName"],[1390,16,462,10],[1390,18,462,10,"_jsxFileName"],[1390,30,462,10],[1391,8,462,10,"lineNumber"],[1391,18,462,10],[1392,8,462,10,"columnNumber"],[1392,20,462,10],[1393,6,462,10],[1393,13,463,7],[1393,14,463,8],[1393,29,464,6],[1393,33,464,6,"_reactJsxDevRuntime"],[1393,52,464,6],[1393,53,464,6,"jsxDEV"],[1393,59,464,6],[1393,61,464,7,"Tab"],[1393,64,464,10],[1393,65,464,11,"Screen"],[1393,71,464,17],[1394,8,465,8,"name"],[1394,12,465,12],[1394,14,465,13],[1394,24,465,23],[1395,8,466,8,"component"],[1395,17,466,17],[1395,19,466,19,"ReferralTab"],[1395,30,466,31],[1396,8,467,8,"options"],[1396,15,467,15],[1396,17,467,17],[1397,10,468,10,"tabBarLabel"],[1397,21,468,21],[1397,23,468,23],[1397,33,468,33],[1398,10,469,10,"tabBarIcon"],[1398,20,469,20],[1398,22,469,22,"tabBarIcon"],[1398,23,469,23],[1399,12,469,25,"color"],[1399,17,469,30],[1400,12,469,32,"size"],[1401,10,469,37],[1401,11,469,38],[1401,29,470,12],[1401,33,470,12,"_reactJsxDevRuntime"],[1401,52,470,12],[1401,53,470,12,"jsxDEV"],[1401,59,470,12],[1401,61,470,13,"_expoVectorIcons"],[1401,77,470,21],[1401,78,470,21,"Ionicons"],[1401,86,470,21],[1402,12,470,22,"name"],[1402,16,470,26],[1402,18,470,27],[1402,24,470,33],[1403,12,470,34,"size"],[1403,16,470,38],[1403,18,470,40,"size"],[1403,22,470,45],[1404,12,470,46,"color"],[1404,17,470,51],[1404,19,470,53,"color"],[1405,10,470,59],[1406,12,470,59,"fileName"],[1406,20,470,59],[1406,22,470,59,"_jsxFileName"],[1406,34,470,59],[1407,12,470,59,"lineNumber"],[1407,22,470,59],[1408,12,470,59,"columnNumber"],[1408,24,470,59],[1409,10,470,59],[1409,17,470,61],[1410,8,472,8],[1411,6,472,10],[1412,8,472,10,"fileName"],[1412,16,472,10],[1412,18,472,10,"_jsxFileName"],[1412,30,472,10],[1413,8,472,10,"lineNumber"],[1413,18,472,10],[1414,8,472,10,"columnNumber"],[1414,20,472,10],[1415,6,472,10],[1415,13,473,7],[1415,14,473,8],[1415,29,474,6],[1415,33,474,6,"_reactJsxDevRuntime"],[1415,52,474,6],[1415,53,474,6,"jsxDEV"],[1415,59,474,6],[1415,61,474,7,"Tab"],[1415,64,474,10],[1415,65,474,11,"Screen"],[1415,71,474,17],[1416,8,475,8,"name"],[1416,12,475,12],[1416,14,475,13],[1416,23,475,22],[1417,8,476,8,"component"],[1417,17,476,17],[1417,19,476,19,"ProfileTab"],[1417,29,476,30],[1418,8,477,8,"options"],[1418,15,477,15],[1418,17,477,17],[1419,10,478,10,"tabBarLabel"],[1419,21,478,21],[1419,23,478,23],[1419,32,478,32],[1420,10,479,10,"tabBarIcon"],[1420,20,479,20],[1420,22,479,22,"tabBarIcon"],[1420,23,479,23],[1421,12,479,25,"color"],[1421,17,479,30],[1422,12,479,32,"size"],[1423,10,479,37],[1423,11,479,38],[1423,29,480,12],[1423,33,480,12,"_reactJsxDevRuntime"],[1423,52,480,12],[1423,53,480,12,"jsxDEV"],[1423,59,480,12],[1423,61,480,13,"_expoVectorIcons"],[1423,77,480,21],[1423,78,480,21,"Ionicons"],[1423,86,480,21],[1424,12,480,22,"name"],[1424,16,480,26],[1424,18,480,27],[1424,26,480,35],[1425,12,480,36,"size"],[1425,16,480,40],[1425,18,480,42,"size"],[1425,22,480,47],[1426,12,480,48,"color"],[1426,17,480,53],[1426,19,480,55,"color"],[1427,10,480,61],[1428,12,480,61,"fileName"],[1428,20,480,61],[1428,22,480,61,"_jsxFileName"],[1428,34,480,61],[1429,12,480,61,"lineNumber"],[1429,22,480,61],[1430,12,480,61,"columnNumber"],[1430,24,480,61],[1431,10,480,61],[1431,17,480,63],[1432,8,482,8],[1433,6,482,10],[1434,8,482,10,"fileName"],[1434,16,482,10],[1434,18,482,10,"_jsxFileName"],[1434,30,482,10],[1435,8,482,10,"lineNumber"],[1435,18,482,10],[1436,8,482,10,"columnNumber"],[1436,20,482,10],[1437,6,482,10],[1437,13,483,7],[1437,14,483,8],[1438,4,483,8],[1439,6,483,8,"fileName"],[1439,14,483,8],[1439,16,483,8,"_jsxFileName"],[1439,28,483,8],[1440,6,483,8,"lineNumber"],[1440,16,483,8],[1441,6,483,8,"columnNumber"],[1441,18,483,8],[1442,4,483,8],[1442,11,484,19],[1442,12,484,20],[1443,2,486,0],[1444,2,486,1,"_c6"],[1444,5,486,1],[1444,8,424,24,"HomeScreen"],[1444,18,424,34],[1445,2,488,0],[1445,8,488,6,"QUICK_ACTIONS"],[1445,21,488,19],[1445,24,488,22],[1445,25,489,2],[1446,4,489,4,"id"],[1446,6,489,6],[1446,8,489,8],[1446,11,489,11],[1447,4,489,13,"label"],[1447,9,489,18],[1447,11,489,20],[1447,17,489,26],[1448,4,489,28,"icon"],[1448,8,489,32],[1448,10,489,34],[1448,25,489,49],[1449,4,489,51,"color"],[1449,9,489,56],[1449,11,489,58],[1450,2,489,68],[1450,3,489,69],[1450,5,490,2],[1451,4,490,4,"id"],[1451,6,490,6],[1451,8,490,8],[1451,11,490,11],[1452,4,490,13,"label"],[1452,9,490,18],[1452,11,490,20],[1452,20,490,29],[1453,4,490,31,"icon"],[1453,8,490,35],[1453,10,490,37],[1453,22,490,49],[1454,4,490,51,"color"],[1454,9,490,56],[1454,11,490,58],[1455,2,490,68],[1455,3,490,69],[1455,5,491,2],[1456,4,491,4,"id"],[1456,6,491,6],[1456,8,491,8],[1456,11,491,11],[1457,4,491,13,"label"],[1457,9,491,18],[1457,11,491,20],[1457,17,491,26],[1458,4,491,28,"icon"],[1458,8,491,32],[1458,10,491,34],[1458,27,491,51],[1459,4,491,53,"color"],[1459,9,491,58],[1459,11,491,60],[1460,2,491,70],[1460,3,491,71],[1460,5,492,2],[1461,4,492,4,"id"],[1461,6,492,6],[1461,8,492,8],[1461,11,492,11],[1462,4,492,13,"label"],[1462,9,492,18],[1462,11,492,20],[1462,17,492,26],[1463,4,492,28,"icon"],[1463,8,492,32],[1463,10,492,34],[1463,28,492,52],[1464,4,492,54,"color"],[1464,9,492,59],[1464,11,492,61],[1465,2,492,71],[1465,3,492,72],[1465,5,493,2],[1466,4,493,4,"id"],[1466,6,493,6],[1466,8,493,8],[1466,11,493,11],[1467,4,493,13,"label"],[1467,9,493,18],[1467,11,493,20],[1467,18,493,27],[1468,4,493,29,"icon"],[1468,8,493,33],[1468,10,493,35],[1468,23,493,48],[1469,4,493,50,"color"],[1469,9,493,55],[1469,11,493,57],[1470,2,493,67],[1470,3,493,68],[1470,5,494,2],[1471,4,494,4,"id"],[1471,6,494,6],[1471,8,494,8],[1471,11,494,11],[1472,4,494,13,"label"],[1472,9,494,18],[1472,11,494,20],[1472,21,494,30],[1473,4,494,32,"icon"],[1473,8,494,36],[1473,10,494,38],[1473,16,494,44],[1474,4,494,46,"color"],[1474,9,494,51],[1474,11,494,53],[1475,2,494,63],[1475,3,494,64],[1475,5,495,2],[1476,4,495,4,"id"],[1476,6,495,6],[1476,8,495,8],[1476,11,495,11],[1477,4,495,13,"label"],[1477,9,495,18],[1477,11,495,20],[1477,21,495,30],[1478,4,495,32,"icon"],[1478,8,495,36],[1478,10,495,38],[1478,25,495,53],[1479,4,495,55,"color"],[1479,9,495,60],[1479,11,495,62],[1480,2,495,72],[1480,3,495,73],[1480,5,496,2],[1481,4,496,4,"id"],[1481,6,496,6],[1481,8,496,8],[1481,11,496,11],[1482,4,496,13,"label"],[1482,9,496,18],[1482,11,496,20],[1482,22,496,31],[1483,4,496,33,"icon"],[1483,8,496,37],[1483,10,496,39],[1483,18,496,47],[1484,4,496,49,"color"],[1484,9,496,54],[1484,11,496,56],[1485,2,496,66],[1485,3,496,67],[1485,5,497,2],[1486,4,497,4,"id"],[1486,6,497,6],[1486,8,497,8],[1486,11,497,11],[1487,4,497,13,"label"],[1487,9,497,18],[1487,11,497,20],[1487,21,497,30],[1488,4,497,32,"icon"],[1488,8,497,36],[1488,10,497,38],[1488,21,497,49],[1489,4,497,51,"color"],[1489,9,497,56],[1489,11,497,58],[1490,2,497,68],[1490,3,497,69],[1490,5,498,2],[1491,4,498,4,"id"],[1491,6,498,6],[1491,8,498,8],[1491,12,498,12],[1492,4,498,14,"label"],[1492,9,498,19],[1492,11,498,21],[1492,21,498,31],[1493,4,498,33,"icon"],[1493,8,498,37],[1493,10,498,39],[1493,16,498,45],[1494,4,498,47,"color"],[1494,9,498,52],[1494,11,498,54],[1495,2,498,64],[1495,3,498,65],[1495,5,499,2],[1496,4,499,4,"id"],[1496,6,499,6],[1496,8,499,8],[1496,12,499,12],[1497,4,499,14,"label"],[1497,9,499,19],[1497,11,499,21],[1497,22,499,32],[1498,4,499,34,"icon"],[1498,8,499,38],[1498,10,499,40],[1498,16,499,46],[1499,4,499,48,"color"],[1499,9,499,53],[1499,11,499,55],[1500,2,499,65],[1500,3,499,66],[1500,5,500,2],[1501,4,500,4,"id"],[1501,6,500,6],[1501,8,500,8],[1501,12,500,12],[1502,4,500,14,"label"],[1502,9,500,19],[1502,11,500,21],[1502,17,500,27],[1503,4,500,29,"icon"],[1503,8,500,33],[1503,10,500,35],[1503,16,500,41],[1504,4,500,43,"color"],[1504,9,500,48],[1504,11,500,50],[1505,2,500,60],[1505,3,500,61],[1505,4,501,1],[1506,2,503,0],[1506,8,503,6,"styles"],[1506,14,503,12],[1506,17,503,15,"StyleSheet"],[1506,27,503,25],[1506,28,503,25,"default"],[1506,35,503,25],[1506,36,503,26,"create"],[1506,42,503,32],[1506,43,503,33],[1507,4,504,2,"container"],[1507,13,504,11],[1507,15,504,13],[1508,6,505,4,"flex"],[1508,10,505,8],[1508,12,505,10],[1508,13,505,11],[1509,6,506,4,"backgroundColor"],[1509,21,506,19],[1509,23,506,21],[1510,4,507,2],[1510,5,507,3],[1511,4,508,2,"scrollContent"],[1511,17,508,15],[1511,19,508,17],[1512,6,509,4,"paddingBottom"],[1512,19,509,17],[1512,21,509,19],[1513,4,510,2],[1513,5,510,3],[1514,4,511,2,"walletScrollContent"],[1514,23,511,21],[1514,25,511,23],[1515,6,512,4,"paddingBottom"],[1515,19,512,17],[1515,21,512,19],[1516,4,513,2],[1516,5,513,3],[1517,4,514,2,"header"],[1517,10,514,8],[1517,12,514,10],[1518,6,515,4,"flexDirection"],[1518,19,515,17],[1518,21,515,19],[1518,26,515,24],[1519,6,516,4,"justifyContent"],[1519,20,516,18],[1519,22,516,20],[1519,37,516,35],[1520,6,517,4,"alignItems"],[1520,16,517,14],[1520,18,517,16],[1520,26,517,24],[1521,6,518,4,"padding"],[1521,13,518,11],[1521,15,518,13],[1521,17,518,15],[1522,6,519,4,"backgroundColor"],[1522,21,519,19],[1522,23,519,21],[1522,29,519,27],[1523,6,520,4,"borderBottomWidth"],[1523,23,520,21],[1523,25,520,23],[1523,26,520,24],[1524,6,521,4,"borderBottomColor"],[1524,23,521,21],[1524,25,521,23],[1525,4,522,2],[1525,5,522,3],[1526,4,523,2,"headerLeft"],[1526,14,523,12],[1526,16,523,14],[1527,6,524,4,"position"],[1527,14,524,12],[1527,16,524,14],[1528,4,525,2],[1528,5,525,3],[1529,4,526,2,"profileImage"],[1529,16,526,14],[1529,18,526,16],[1530,6,527,4,"width"],[1530,11,527,9],[1530,13,527,11],[1530,15,527,13],[1531,6,528,4,"height"],[1531,12,528,10],[1531,14,528,12],[1531,16,528,14],[1532,6,529,4,"borderRadius"],[1532,18,529,16],[1532,20,529,18],[1532,22,529,20],[1533,6,530,4,"backgroundColor"],[1533,21,530,19],[1533,23,530,21],[1533,32,530,30],[1534,6,531,4,"alignItems"],[1534,16,531,14],[1534,18,531,16],[1534,26,531,24],[1535,6,532,4,"justifyContent"],[1535,20,532,18],[1535,22,532,20],[1535,30,532,28],[1536,6,533,4,"overflow"],[1536,14,533,12],[1536,16,533,14],[1537,4,534,2],[1537,5,534,3],[1538,4,535,2,"profileImageSrc"],[1538,19,535,17],[1538,21,535,19],[1539,6,536,4,"width"],[1539,11,536,9],[1539,13,536,11],[1539,15,536,13],[1540,6,537,4,"height"],[1540,12,537,10],[1540,14,537,12],[1541,4,538,2],[1541,5,538,3],[1542,4,539,2,"profileBadge"],[1542,16,539,14],[1542,18,539,16],[1543,6,540,4,"position"],[1543,14,540,12],[1543,16,540,14],[1543,26,540,24],[1544,6,541,4,"bottom"],[1544,12,541,10],[1544,14,541,12],[1544,15,541,13],[1544,16,541,14],[1545,6,542,4,"right"],[1545,11,542,9],[1545,13,542,11],[1545,14,542,12],[1545,15,542,13],[1546,6,543,4,"backgroundColor"],[1546,21,543,19],[1546,23,543,21],[1546,32,543,30],[1547,6,544,4,"borderRadius"],[1547,18,544,16],[1547,20,544,18],[1547,22,544,20],[1548,6,545,4,"paddingHorizontal"],[1548,23,545,21],[1548,25,545,23],[1548,26,545,24],[1549,6,546,4,"paddingVertical"],[1549,21,546,19],[1549,23,546,21],[1549,24,546,22],[1550,6,547,4,"flexDirection"],[1550,19,547,17],[1550,21,547,19],[1550,26,547,24],[1551,6,548,4,"alignItems"],[1551,16,548,14],[1551,18,548,16],[1551,26,548,24],[1552,6,549,4,"gap"],[1552,9,549,7],[1552,11,549,9],[1553,4,550,2],[1553,5,550,3],[1554,4,551,2,"trustScore"],[1554,14,551,12],[1554,16,551,14],[1555,6,552,4,"fontSize"],[1555,14,552,12],[1555,16,552,14],[1555,18,552,16],[1556,6,553,4,"fontWeight"],[1556,16,553,14],[1556,18,553,16],[1556,23,553,21],[1557,6,554,4,"color"],[1557,11,554,9],[1557,13,554,11],[1558,4,555,2],[1558,5,555,3],[1559,4,556,2,"headerRight"],[1559,15,556,13],[1559,17,556,15],[1560,6,557,4,"flexDirection"],[1560,19,557,17],[1560,21,557,19],[1560,26,557,24],[1561,6,558,4,"gap"],[1561,9,558,7],[1561,11,558,9],[1562,4,559,2],[1562,5,559,3],[1563,4,560,2,"iconButton"],[1563,14,560,12],[1563,16,560,14],[1564,6,561,4,"padding"],[1564,13,561,11],[1564,15,561,13],[1565,4,562,2],[1565,5,562,3],[1566,4,563,2,"announcementWidget"],[1566,22,563,20],[1566,24,563,22],[1567,6,564,4,"padding"],[1567,13,564,11],[1567,15,564,13],[1568,4,565,2],[1568,5,565,3],[1569,4,566,2,"announcement"],[1569,16,566,14],[1569,18,566,16],[1570,6,567,4,"backgroundColor"],[1570,21,567,19],[1570,23,567,21],[1570,29,567,27],[1571,6,568,4,"padding"],[1571,13,568,11],[1571,15,568,13],[1571,17,568,15],[1572,6,569,4,"borderRadius"],[1572,18,569,16],[1572,20,569,18],[1572,22,569,20],[1573,6,570,4,"marginRight"],[1573,17,570,15],[1573,19,570,17],[1573,21,570,19],[1574,6,571,4,"width"],[1574,11,571,9],[1574,13,571,11,"width"],[1574,18,571,16],[1574,21,571,19],[1574,23,571,21],[1575,6,572,4,"borderLeftWidth"],[1575,21,572,19],[1575,23,572,21],[1575,24,572,22],[1576,6,573,4,"borderLeftColor"],[1576,21,573,19],[1576,23,573,21],[1577,4,574,2],[1577,5,574,3],[1578,4,575,2,"announcementTitle"],[1578,21,575,19],[1578,23,575,21],[1579,6,576,4,"fontSize"],[1579,14,576,12],[1579,16,576,14],[1579,18,576,16],[1580,6,577,4,"fontWeight"],[1580,16,577,14],[1580,18,577,16],[1580,23,577,21],[1581,6,578,4,"color"],[1581,11,578,9],[1581,13,578,11],[1581,22,578,20],[1582,6,579,4,"marginBottom"],[1582,18,579,16],[1582,20,579,18],[1583,4,580,2],[1583,5,580,3],[1584,4,581,2,"announcementText"],[1584,20,581,18],[1584,22,581,20],[1585,6,582,4,"fontSize"],[1585,14,582,12],[1585,16,582,14],[1585,18,582,16],[1586,6,583,4,"color"],[1586,11,583,9],[1586,13,583,11],[1587,4,584,2],[1587,5,584,3],[1588,4,585,2,"quickActionsContainer"],[1588,25,585,23],[1588,27,585,25],[1589,6,586,4,"padding"],[1589,13,586,11],[1589,15,586,13],[1590,4,587,2],[1590,5,587,3],[1591,4,588,2,"sectionTitle"],[1591,16,588,14],[1591,18,588,16],[1592,6,589,4,"fontSize"],[1592,14,589,12],[1592,16,589,14],[1592,18,589,16],[1593,6,590,4,"fontWeight"],[1593,16,590,14],[1593,18,590,16],[1593,23,590,21],[1594,6,591,4,"color"],[1594,11,591,9],[1594,13,591,11],[1594,22,591,20],[1595,6,592,4,"marginBottom"],[1595,18,592,16],[1595,20,592,18],[1596,4,593,2],[1596,5,593,3],[1597,4,594,2,"actionsGrid"],[1597,15,594,13],[1597,17,594,15],[1598,6,595,4,"flexDirection"],[1598,19,595,17],[1598,21,595,19],[1598,26,595,24],[1599,6,596,4,"flexWrap"],[1599,14,596,12],[1599,16,596,14],[1599,22,596,20],[1600,6,597,4,"justifyContent"],[1600,20,597,18],[1600,22,597,20],[1601,4,598,2],[1601,5,598,3],[1602,4,599,2,"actionCard"],[1602,14,599,12],[1602,16,599,14],[1603,6,600,4,"width"],[1603,11,600,9],[1603,13,600,11],[1603,14,600,12,"width"],[1603,19,600,17],[1603,22,600,20],[1603,24,600,22],[1603,28,600,26],[1603,29,600,27],[1604,6,601,4,"backgroundColor"],[1604,21,601,19],[1604,23,601,21],[1604,29,601,27],[1605,6,602,4,"padding"],[1605,13,602,11],[1605,15,602,13],[1605,17,602,15],[1606,6,603,4,"borderRadius"],[1606,18,603,16],[1606,20,603,18],[1606,22,603,20],[1607,6,604,4,"alignItems"],[1607,16,604,14],[1607,18,604,16],[1607,26,604,24],[1608,6,605,4,"marginBottom"],[1608,18,605,16],[1608,20,605,18],[1608,22,605,20],[1609,6,606,4,"shadowColor"],[1609,17,606,15],[1609,19,606,17],[1609,25,606,23],[1610,6,607,4,"shadowOffset"],[1610,18,607,16],[1610,20,607,18],[1611,8,607,20,"width"],[1611,13,607,25],[1611,15,607,27],[1611,16,607,28],[1612,8,607,30,"height"],[1612,14,607,36],[1612,16,607,38],[1613,6,607,40],[1613,7,607,41],[1614,6,608,4,"shadowOpacity"],[1614,19,608,17],[1614,21,608,19],[1614,25,608,23],[1615,6,609,4,"shadowRadius"],[1615,18,609,16],[1615,20,609,18],[1615,21,609,19],[1616,6,610,4,"elevation"],[1616,15,610,13],[1616,17,610,15],[1617,4,611,2],[1617,5,611,3],[1618,4,612,2,"actionCardFirst"],[1618,19,612,17],[1618,21,612,19],[1619,6,613,4,"marginRight"],[1619,17,613,15],[1619,19,613,17],[1620,4,614,2],[1620,5,614,3],[1621,4,615,2,"actionCardLast"],[1621,18,615,16],[1621,20,615,18],[1622,6,616,4,"marginLeft"],[1622,16,616,14],[1622,18,616,16],[1623,4,617,2],[1623,5,617,3],[1624,4,618,2,"actionIcon"],[1624,14,618,12],[1624,16,618,14],[1625,6,619,4,"width"],[1625,11,619,9],[1625,13,619,11],[1625,15,619,13],[1626,6,620,4,"height"],[1626,12,620,10],[1626,14,620,12],[1626,16,620,14],[1627,6,621,4,"borderRadius"],[1627,18,621,16],[1627,20,621,18],[1627,22,621,20],[1628,6,622,4,"alignItems"],[1628,16,622,14],[1628,18,622,16],[1628,26,622,24],[1629,6,623,4,"justifyContent"],[1629,20,623,18],[1629,22,623,20],[1629,30,623,28],[1630,6,624,4,"marginBottom"],[1630,18,624,16],[1630,20,624,18],[1631,4,625,2],[1631,5,625,3],[1632,4,626,2,"actionLabel"],[1632,15,626,13],[1632,17,626,15],[1633,6,627,4,"fontSize"],[1633,14,627,12],[1633,16,627,14],[1633,18,627,16],[1634,6,628,4,"color"],[1634,11,628,9],[1634,13,628,11],[1634,22,628,20],[1635,6,629,4,"textAlign"],[1635,15,629,13],[1635,17,629,15],[1636,4,630,2],[1636,5,630,3],[1637,4,631,2,"walletHeader"],[1637,16,631,14],[1637,18,631,16],[1638,6,632,4,"padding"],[1638,13,632,11],[1638,15,632,13],[1638,17,632,15],[1639,6,633,4,"backgroundColor"],[1639,21,633,19],[1639,23,633,21],[1639,29,633,27],[1640,6,634,4,"borderBottomWidth"],[1640,23,634,21],[1640,25,634,23],[1640,26,634,24],[1641,6,635,4,"borderBottomColor"],[1641,23,635,21],[1641,25,635,23],[1641,34,635,32],[1642,6,636,4,"flexDirection"],[1642,19,636,17],[1642,21,636,19],[1642,26,636,24],[1643,6,637,4,"justifyContent"],[1643,20,637,18],[1643,22,637,20],[1643,37,637,35],[1644,6,638,4,"alignItems"],[1644,16,638,14],[1644,18,638,16],[1645,4,639,2],[1645,5,639,3],[1646,4,640,2,"walletTitle"],[1646,15,640,13],[1646,17,640,15],[1647,6,641,4,"fontSize"],[1647,14,641,12],[1647,16,641,14],[1647,18,641,16],[1648,6,642,4,"fontWeight"],[1648,16,642,14],[1648,18,642,16],[1648,23,642,21],[1649,6,643,4,"color"],[1649,11,643,9],[1649,13,643,11],[1650,4,644,2],[1650,5,644,3],[1651,4,645,2,"refreshButton"],[1651,17,645,15],[1651,19,645,17],[1652,6,646,4,"padding"],[1652,13,646,11],[1652,15,646,13],[1652,16,646,14],[1653,6,647,4,"borderRadius"],[1653,18,647,16],[1653,20,647,18],[1653,21,647,19],[1654,6,648,4,"backgroundColor"],[1654,21,648,19],[1654,23,648,21],[1655,4,649,2],[1655,5,649,3],[1656,4,650,2,"balanceCards"],[1656,16,650,14],[1656,18,650,16],[1657,6,651,4,"padding"],[1657,13,651,11],[1657,15,651,13],[1657,17,651,15],[1658,6,652,4,"gap"],[1658,9,652,7],[1658,11,652,9],[1659,4,653,2],[1659,5,653,3],[1660,4,654,2,"balanceCard"],[1660,15,654,13],[1660,17,654,15],[1661,6,655,4,"backgroundColor"],[1661,21,655,19],[1661,23,655,21],[1661,29,655,27],[1662,6,656,4,"padding"],[1662,13,656,11],[1662,15,656,13],[1662,17,656,15],[1663,6,657,4,"borderRadius"],[1663,18,657,16],[1663,20,657,18],[1663,22,657,20],[1664,6,658,4,"borderWidth"],[1664,17,658,15],[1664,19,658,17],[1664,20,658,18],[1665,6,659,4,"borderColor"],[1665,17,659,15],[1665,19,659,17],[1666,4,660,2],[1666,5,660,3],[1667,4,661,2,"balanceCardHeader"],[1667,21,661,19],[1667,23,661,21],[1668,6,662,4,"flexDirection"],[1668,19,662,17],[1668,21,662,19],[1668,26,662,24],[1669,6,663,4,"alignItems"],[1669,16,663,14],[1669,18,663,16],[1669,26,663,24],[1670,6,664,4,"gap"],[1670,9,664,7],[1670,11,664,9],[1670,12,664,10],[1671,6,665,4,"marginBottom"],[1671,18,665,16],[1671,20,665,18],[1672,4,666,2],[1672,5,666,3],[1673,4,667,2,"tokenLogo"],[1673,13,667,11],[1673,15,667,13],[1674,6,668,4,"width"],[1674,11,668,9],[1674,13,668,11],[1674,15,668,13],[1675,6,669,4,"height"],[1675,12,669,10],[1675,14,669,12],[1675,16,669,14],[1676,6,670,4,"borderRadius"],[1676,18,670,16],[1676,20,670,18],[1677,4,671,2],[1677,5,671,3],[1678,4,672,2,"tokenSymbol"],[1678,15,672,13],[1678,17,672,15],[1679,6,673,4,"fontSize"],[1679,14,673,12],[1679,16,673,14],[1679,18,673,16],[1680,6,674,4,"fontWeight"],[1680,16,674,14],[1680,18,674,16],[1680,23,674,21],[1681,6,675,4,"color"],[1681,11,675,9],[1681,13,675,11],[1682,4,676,2],[1682,5,676,3],[1683,4,677,2,"balanceAmount"],[1683,17,677,15],[1683,19,677,17],[1684,6,678,4,"fontSize"],[1684,14,678,12],[1684,16,678,14],[1684,18,678,16],[1685,6,679,4,"fontWeight"],[1685,16,679,14],[1685,18,679,16],[1685,23,679,21],[1686,6,680,4,"color"],[1686,11,680,9],[1686,13,680,11],[1686,22,680,20],[1687,6,681,4,"marginBottom"],[1687,18,681,16],[1687,20,681,18],[1688,4,682,2],[1688,5,682,3],[1689,4,683,2,"balanceUsd"],[1689,14,683,12],[1689,16,683,14],[1690,6,684,4,"fontSize"],[1690,14,684,12],[1690,16,684,14],[1690,18,684,16],[1691,6,685,4,"color"],[1691,11,685,9],[1691,13,685,11],[1692,4,686,2],[1692,5,686,3],[1693,4,687,2,"walletActions"],[1693,17,687,15],[1693,19,687,17],[1694,6,688,4,"flexDirection"],[1694,19,688,17],[1694,21,688,19],[1694,26,688,24],[1695,6,689,4,"padding"],[1695,13,689,11],[1695,15,689,13],[1695,17,689,15],[1696,6,690,4,"gap"],[1696,9,690,7],[1696,11,690,9],[1697,4,691,2],[1697,5,691,3],[1698,4,692,2,"walletActionButton"],[1698,22,692,20],[1698,24,692,22],[1699,6,693,4,"flex"],[1699,10,693,8],[1699,12,693,10],[1699,13,693,11],[1700,6,694,4,"backgroundColor"],[1700,21,694,19],[1700,23,694,21],[1700,32,694,30],[1701,6,695,4,"padding"],[1701,13,695,11],[1701,15,695,13],[1701,17,695,15],[1702,6,696,4,"borderRadius"],[1702,18,696,16],[1702,20,696,18],[1702,22,696,20],[1703,6,697,4,"alignItems"],[1703,16,697,14],[1703,18,697,16],[1703,26,697,24],[1704,6,698,4,"gap"],[1704,9,698,7],[1704,11,698,9],[1705,4,699,2],[1705,5,699,3],[1706,4,700,2,"walletActionText"],[1706,20,700,18],[1706,22,700,20],[1707,6,701,4,"color"],[1707,11,701,9],[1707,13,701,11],[1707,19,701,17],[1708,6,702,4,"fontSize"],[1708,14,702,12],[1708,16,702,14],[1708,18,702,16],[1709,6,703,4,"fontWeight"],[1709,16,703,14],[1709,18,703,16],[1710,4,704,2],[1710,5,704,3],[1711,4,705,2,"placeholderText"],[1711,19,705,17],[1711,21,705,19],[1712,6,706,4,"flex"],[1712,10,706,8],[1712,12,706,10],[1712,13,706,11],[1713,6,707,4,"textAlign"],[1713,15,707,13],[1713,17,707,15],[1713,25,707,23],[1714,6,708,4,"marginTop"],[1714,15,708,13],[1714,17,708,15],[1714,20,708,18],[1715,6,709,4,"fontSize"],[1715,14,709,12],[1715,16,709,14],[1715,18,709,16],[1716,6,710,4,"color"],[1716,11,710,9],[1716,13,710,11],[1717,4,711,2],[1717,5,711,3],[1718,4,712,2,"tabBar"],[1718,10,712,8],[1718,12,712,10],[1719,6,713,4,"borderTopWidth"],[1719,20,713,18],[1719,22,713,20],[1719,23,713,21],[1720,6,714,4,"borderTopColor"],[1720,20,714,18],[1720,22,714,20],[1720,31,714,29],[1721,6,715,4,"paddingBottom"],[1721,19,715,17],[1721,21,715,19],[1721,23,715,21],[1722,6,716,4,"paddingTop"],[1722,16,716,14],[1722,18,716,16],[1722,19,716,17],[1723,6,717,4,"backgroundColor"],[1723,21,717,19],[1723,23,717,21],[1724,4,718,2],[1724,5,718,3],[1725,4,719,2],[1726,4,720,2,"balanceRow"],[1726,14,720,12],[1726,16,720,14],[1727,6,721,4,"flexDirection"],[1727,19,721,17],[1727,21,721,19],[1727,26,721,24],[1728,6,722,4,"padding"],[1728,13,722,11],[1728,15,722,13],[1728,17,722,15],[1729,6,723,4,"gap"],[1729,9,723,7],[1729,11,723,9],[1730,4,724,2],[1730,5,724,3],[1731,4,725,2,"balanceCardNew"],[1731,18,725,16],[1731,20,725,18],[1732,6,726,4,"flex"],[1732,10,726,8],[1732,12,726,10],[1732,13,726,11],[1733,6,727,4,"backgroundColor"],[1733,21,727,19],[1733,23,727,21],[1733,29,727,27],[1734,6,728,4,"padding"],[1734,13,728,11],[1734,15,728,13],[1734,17,728,15],[1735,6,729,4,"borderRadius"],[1735,18,729,16],[1735,20,729,18],[1735,22,729,20],[1736,6,730,4,"alignItems"],[1736,16,730,14],[1736,18,730,16],[1736,26,730,24],[1737,6,731,4,"shadowColor"],[1737,17,731,15],[1737,19,731,17],[1737,25,731,23],[1738,6,732,4,"shadowOffset"],[1738,18,732,16],[1738,20,732,18],[1739,8,732,20,"width"],[1739,13,732,25],[1739,15,732,27],[1739,16,732,28],[1740,8,732,30,"height"],[1740,14,732,36],[1740,16,732,38],[1741,6,732,40],[1741,7,732,41],[1742,6,733,4,"shadowOpacity"],[1742,19,733,17],[1742,21,733,19],[1742,24,733,22],[1743,6,734,4,"shadowRadius"],[1743,18,734,16],[1743,20,734,18],[1743,21,734,19],[1744,6,735,4,"elevation"],[1744,15,735,13],[1744,17,735,15],[1745,4,736,2],[1745,5,736,3],[1746,4,737,2,"tokenLogoNew"],[1746,16,737,14],[1746,18,737,16],[1747,6,738,4,"width"],[1747,11,738,9],[1747,13,738,11],[1747,15,738,13],[1748,6,739,4,"height"],[1748,12,739,10],[1748,14,739,12],[1748,16,739,14],[1749,6,740,4,"borderRadius"],[1749,18,740,16],[1749,20,740,18],[1749,22,740,20],[1750,6,741,4,"marginBottom"],[1750,18,741,16],[1750,20,741,18],[1751,4,742,2],[1751,5,742,3],[1752,4,743,2,"tokenSymbolNew"],[1752,18,743,16],[1752,20,743,18],[1753,6,744,4,"fontSize"],[1753,14,744,12],[1753,16,744,14],[1753,18,744,16],[1754,6,745,4,"fontWeight"],[1754,16,745,14],[1754,18,745,16],[1754,23,745,21],[1755,6,746,4,"color"],[1755,11,746,9],[1755,13,746,11],[1755,22,746,20],[1756,6,747,4,"marginBottom"],[1756,18,747,16],[1756,20,747,18],[1757,4,748,2],[1757,5,748,3],[1758,4,749,2,"balanceAmountNew"],[1758,20,749,18],[1758,22,749,20],[1759,6,750,4,"fontSize"],[1759,14,750,12],[1759,16,750,14],[1759,18,750,16],[1760,6,751,4,"fontWeight"],[1760,16,751,14],[1760,18,751,16],[1760,23,751,21],[1761,6,752,4,"color"],[1761,11,752,9],[1761,13,752,11],[1761,22,752,20],[1762,6,753,4,"marginBottom"],[1762,18,753,16],[1762,20,753,18],[1763,4,754,2],[1763,5,754,3],[1764,4,755,2,"tokenNameNew"],[1764,16,755,14],[1764,18,755,16],[1765,6,756,4,"fontSize"],[1765,14,756,12],[1765,16,756,14],[1765,18,756,16],[1766,6,757,4,"color"],[1766,11,757,9],[1766,13,757,11],[1767,4,758,2],[1767,5,758,3],[1768,4,759,2,"actionsContainer"],[1768,20,759,18],[1768,22,759,20],[1769,6,760,4,"margin"],[1769,12,760,10],[1769,14,760,12],[1769,16,760,14],[1770,6,761,4,"backgroundColor"],[1770,21,761,19],[1770,23,761,21],[1770,29,761,27],[1771,6,762,4,"padding"],[1771,13,762,11],[1771,15,762,13],[1771,17,762,15],[1772,6,763,4,"borderRadius"],[1772,18,763,16],[1772,20,763,18],[1772,22,763,20],[1773,6,764,4,"shadowColor"],[1773,17,764,15],[1773,19,764,17],[1773,25,764,23],[1774,6,765,4,"shadowOffset"],[1774,18,765,16],[1774,20,765,18],[1775,8,765,20,"width"],[1775,13,765,25],[1775,15,765,27],[1775,16,765,28],[1776,8,765,30,"height"],[1776,14,765,36],[1776,16,765,38],[1777,6,765,40],[1777,7,765,41],[1778,6,766,4,"shadowOpacity"],[1778,19,766,17],[1778,21,766,19],[1778,24,766,22],[1779,6,767,4,"shadowRadius"],[1779,18,767,16],[1779,20,767,18],[1779,21,767,19],[1780,6,768,4,"elevation"],[1780,15,768,13],[1780,17,768,15],[1781,4,769,2],[1781,5,769,3],[1782,4,770,2,"actionsRow"],[1782,14,770,12],[1782,16,770,14],[1783,6,771,4,"flexDirection"],[1783,19,771,17],[1783,21,771,19],[1783,26,771,24],[1784,6,772,4,"justifyContent"],[1784,20,772,18],[1784,22,772,20],[1784,37,772,35],[1785,6,773,4,"marginBottom"],[1785,18,773,16],[1785,20,773,18],[1786,4,774,2],[1786,5,774,3],[1787,4,775,2,"actionBtn"],[1787,13,775,11],[1787,15,775,13],[1788,6,776,4,"width"],[1788,11,776,9],[1788,13,776,11],[1788,14,776,12,"width"],[1788,19,776,17],[1788,22,776,20],[1788,24,776,22],[1788,28,776,26],[1788,29,776,27],[1789,6,777,4,"padding"],[1789,13,777,11],[1789,15,777,13],[1789,17,777,15],[1790,6,778,4,"borderRadius"],[1790,18,778,16],[1790,20,778,18],[1790,22,778,20],[1791,6,779,4,"alignItems"],[1791,16,779,14],[1791,18,779,16],[1791,26,779,24],[1792,6,780,4,"justifyContent"],[1792,20,780,18],[1792,22,780,20],[1793,4,781,2],[1793,5,781,3],[1794,4,782,2,"actionBtnText"],[1794,17,782,15],[1794,19,782,17],[1795,6,783,4,"color"],[1795,11,783,9],[1795,13,783,11],[1795,19,783,17],[1796,6,784,4,"fontSize"],[1796,14,784,12],[1796,16,784,14],[1796,18,784,16],[1797,6,785,4,"fontWeight"],[1797,16,785,14],[1797,18,785,16],[1797,23,785,21],[1798,6,786,4,"marginTop"],[1798,15,786,13],[1798,17,786,15],[1799,4,787,2],[1799,5,787,3],[1800,4,788,2,"tokensContainer"],[1800,19,788,17],[1800,21,788,19],[1801,6,789,4,"margin"],[1801,12,789,10],[1801,14,789,12],[1801,16,789,14],[1802,6,790,4,"marginTop"],[1802,15,790,13],[1802,17,790,15],[1803,4,791,2],[1803,5,791,3],[1804,4,792,2,"tokensHeader"],[1804,16,792,14],[1804,18,792,16],[1805,6,793,4,"flexDirection"],[1805,19,793,17],[1805,21,793,19],[1805,26,793,24],[1806,6,794,4,"justifyContent"],[1806,20,794,18],[1806,22,794,20],[1806,37,794,35],[1807,6,795,4,"alignItems"],[1807,16,795,14],[1807,18,795,16],[1807,26,795,24],[1808,6,796,4,"marginBottom"],[1808,18,796,16],[1808,20,796,18],[1808,22,796,20],[1809,6,797,4,"paddingHorizontal"],[1809,23,797,21],[1809,25,797,23],[1810,4,798,2],[1810,5,798,3],[1811,4,799,2,"tokensTitle"],[1811,15,799,13],[1811,17,799,15],[1812,6,800,4,"fontSize"],[1812,14,800,12],[1812,16,800,14],[1812,18,800,16],[1813,6,801,4,"fontWeight"],[1813,16,801,14],[1813,18,801,16],[1813,23,801,21],[1814,6,802,4,"color"],[1814,11,802,9],[1814,13,802,11],[1815,4,803,2],[1815,5,803,3],[1816,4,804,2,"tokensHeaderActions"],[1816,23,804,21],[1816,25,804,23],[1817,6,805,4,"flexDirection"],[1817,19,805,17],[1817,21,805,19],[1817,26,805,24],[1818,6,806,4,"gap"],[1818,9,806,7],[1818,11,806,9],[1819,4,807,2],[1819,5,807,3],[1820,4,808,2,"tokenHeaderButton"],[1820,21,808,19],[1820,23,808,21],[1821,6,809,4,"width"],[1821,11,809,9],[1821,13,809,11],[1821,15,809,13],[1822,6,810,4,"height"],[1822,12,810,10],[1822,14,810,12],[1822,16,810,14],[1823,6,811,4,"borderRadius"],[1823,18,811,16],[1823,20,811,18],[1823,21,811,19],[1824,6,812,4,"backgroundColor"],[1824,21,812,19],[1824,23,812,21],[1824,32,812,30],[1825,6,813,4,"alignItems"],[1825,16,813,14],[1825,18,813,16],[1825,26,813,24],[1826,6,814,4,"justifyContent"],[1826,20,814,18],[1826,22,814,20],[1827,4,815,2],[1827,5,815,3],[1828,4,816,2,"tokenItem"],[1828,13,816,11],[1828,15,816,13],[1829,6,817,4,"flexDirection"],[1829,19,817,17],[1829,21,817,19],[1829,26,817,24],[1830,6,818,4,"justifyContent"],[1830,20,818,18],[1830,22,818,20],[1830,37,818,35],[1831,6,819,4,"alignItems"],[1831,16,819,14],[1831,18,819,16],[1831,26,819,24],[1832,6,820,4,"backgroundColor"],[1832,21,820,19],[1832,23,820,21],[1832,29,820,27],[1833,6,821,4,"padding"],[1833,13,821,11],[1833,15,821,13],[1833,17,821,15],[1834,6,822,4,"borderRadius"],[1834,18,822,16],[1834,20,822,18],[1834,22,822,20],[1835,6,823,4,"marginBottom"],[1835,18,823,16],[1835,20,823,18],[1835,21,823,19],[1836,6,824,4,"shadowColor"],[1836,17,824,15],[1836,19,824,17],[1836,25,824,23],[1837,6,825,4,"shadowOffset"],[1837,18,825,16],[1837,20,825,18],[1838,8,825,20,"width"],[1838,13,825,25],[1838,15,825,27],[1838,16,825,28],[1839,8,825,30,"height"],[1839,14,825,36],[1839,16,825,38],[1840,6,825,40],[1840,7,825,41],[1841,6,826,4,"shadowOpacity"],[1841,19,826,17],[1841,21,826,19],[1841,25,826,23],[1842,6,827,4,"shadowRadius"],[1842,18,827,16],[1842,20,827,18],[1842,21,827,19],[1843,6,828,4,"elevation"],[1843,15,828,13],[1843,17,828,15],[1844,4,829,2],[1844,5,829,3],[1845,4,830,2,"tokenItemLeft"],[1845,17,830,15],[1845,19,830,17],[1846,6,831,4,"flexDirection"],[1846,19,831,17],[1846,21,831,19],[1846,26,831,24],[1847,6,832,4,"alignItems"],[1847,16,832,14],[1847,18,832,16],[1847,26,832,24],[1848,6,833,4,"gap"],[1848,9,833,7],[1848,11,833,9],[1849,4,834,2],[1849,5,834,3],[1850,4,835,2,"tokenIconContainer"],[1850,22,835,20],[1850,24,835,22],[1851,6,836,4,"position"],[1851,14,836,12],[1851,16,836,14],[1851,26,836,24],[1852,6,837,4,"width"],[1852,11,837,9],[1852,13,837,11],[1852,15,837,13],[1853,6,838,4,"height"],[1853,12,838,10],[1853,14,838,12],[1854,4,839,2],[1854,5,839,3],[1855,4,840,2,"tokenIcon"],[1855,13,840,11],[1855,15,840,13],[1856,6,841,4,"width"],[1856,11,841,9],[1856,13,841,11],[1856,15,841,13],[1857,6,842,4,"height"],[1857,12,842,10],[1857,14,842,12],[1857,16,842,14],[1858,6,843,4,"borderRadius"],[1858,18,843,16],[1858,20,843,18],[1859,4,844,2],[1859,5,844,3],[1860,4,845,2,"networkBadge"],[1860,16,845,14],[1860,18,845,16],[1861,6,846,4,"position"],[1861,14,846,12],[1861,16,846,14],[1861,26,846,24],[1862,6,847,4,"right"],[1862,11,847,9],[1862,13,847,11],[1862,14,847,12],[1862,15,847,13],[1863,6,848,4,"bottom"],[1863,12,848,10],[1863,14,848,12],[1863,15,848,13],[1863,16,848,14],[1864,6,849,4,"width"],[1864,11,849,9],[1864,13,849,11],[1864,15,849,13],[1865,6,850,4,"height"],[1865,12,850,10],[1865,14,850,12],[1865,16,850,14],[1866,6,851,4,"borderRadius"],[1866,18,851,16],[1866,20,851,18],[1866,21,851,19],[1867,6,852,4,"borderWidth"],[1867,17,852,15],[1867,19,852,17],[1867,20,852,18],[1868,6,853,4,"borderColor"],[1868,17,853,15],[1868,19,853,17],[1869,4,854,2],[1869,5,854,3],[1870,4,855,2,"tokenItemName"],[1870,17,855,15],[1870,19,855,17],[1871,6,856,4,"fontSize"],[1871,14,856,12],[1871,16,856,14],[1871,18,856,16],[1872,6,857,4,"fontWeight"],[1872,16,857,14],[1872,18,857,16],[1872,23,857,21],[1873,6,858,4,"color"],[1873,11,858,9],[1873,13,858,11],[1874,4,859,2],[1874,5,859,3],[1875,4,860,2,"tokenItemNetwork"],[1875,20,860,18],[1875,22,860,20],[1876,6,861,4,"fontSize"],[1876,14,861,12],[1876,16,861,14],[1876,18,861,16],[1877,6,862,4,"color"],[1877,11,862,9],[1877,13,862,11],[1878,4,863,2],[1878,5,863,3],[1879,4,864,2,"tokenItemRight"],[1879,18,864,16],[1879,20,864,18],[1880,6,865,4,"alignItems"],[1880,16,865,14],[1880,18,865,16],[1881,4,866,2],[1881,5,866,3],[1882,4,867,2,"tokenItemBalance"],[1882,20,867,18],[1882,22,867,20],[1883,6,868,4,"fontSize"],[1883,14,868,12],[1883,16,868,14],[1883,18,868,16],[1884,6,869,4,"fontWeight"],[1884,16,869,14],[1884,18,869,16],[1884,23,869,21],[1885,6,870,4,"color"],[1885,11,870,9],[1885,13,870,11],[1886,4,871,2],[1886,5,871,3],[1887,4,872,2,"tokenItemUsd"],[1887,16,872,14],[1887,18,872,16],[1888,6,873,4,"fontSize"],[1888,14,873,12],[1888,16,873,14],[1888,18,873,16],[1889,6,874,4,"color"],[1889,11,874,9],[1889,13,874,11],[1890,4,875,2],[1891,2,876,0],[1891,3,876,1],[1891,4,876,2],[1892,2,876,3],[1892,6,876,3,"_c"],[1892,8,876,3],[1892,10,876,3,"_c2"],[1892,13,876,3],[1892,15,876,3,"_c3"],[1892,18,876,3],[1892,20,876,3,"_c4"],[1892,23,876,3],[1892,25,876,3,"_c5"],[1892,28,876,3],[1892,30,876,3,"_c6"],[1892,33,876,3],[1893,2,876,3,"$RefreshReg$"],[1893,14,876,3],[1893,15,876,3,"_c"],[1893,17,876,3],[1894,2,876,3,"$RefreshReg$"],[1894,14,876,3],[1894,15,876,3,"_c2"],[1894,18,876,3],[1895,2,876,3,"$RefreshReg$"],[1895,14,876,3],[1895,15,876,3,"_c3"],[1895,18,876,3],[1896,2,876,3,"$RefreshReg$"],[1896,14,876,3],[1896,15,876,3,"_c4"],[1896,18,876,3],[1897,2,876,3,"$RefreshReg$"],[1897,14,876,3],[1897,15,876,3,"_c5"],[1897,18,876,3],[1898,2,876,3,"$RefreshReg$"],[1898,14,876,3],[1898,15,876,3,"_c6"],[1898,18,876,3],[1899,0,876,3],[1899,3]],"functionMap":{"names":["","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;CJuO;AQE;CRM;ASE;CTM;AUE;CVM;eWI;sBCe;WDE;sBCQ;WDE;sBCQ;WDE;sBCQ;WDE;sBCQ;WDE;CXK"},"hasCjsExports":false},"type":"js/module"}]}
\ No newline at end of file
diff --git a/frontend/.metro-cache/cache/4b/a99109ad0c874cdcfc7e5ff4de056555d16487e2b4feda686c6ceb6104eec3982814d3 b/frontend/.metro-cache/cache/4b/a99109ad0c874cdcfc7e5ff4de056555d16487e2b4feda686c6ceb6104eec3982814d3
index 1aacdc74..494b756c 100644
--- a/frontend/.metro-cache/cache/4b/a99109ad0c874cdcfc7e5ff4de056555d16487e2b4feda686c6ceb6104eec3982814d3
+++ b/frontend/.metro-cache/cache/4b/a99109ad0c874cdcfc7e5ff4de056555d16487e2b4feda686c6ceb6104eec3982814d3
@@ -1 +1 @@
-{"dependencies":[{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":51,"index":51}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/View","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"4kYBDC6LJJXoH7P9rWDi3vkLVB0=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Text","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"JKIzsQ5YQ0gDj0MIyY0Q7F1zJtU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/StyleSheet","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"MK7+k1V+KnvCVW7Kj2k/ydtjmVU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/TouchableOpacity","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PnQOoa8QGKpV5+issz6ikk463eg=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/ScrollView","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"7Gv1K9/TiQvbDXlMy9NOQIEBHDA=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Image","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"h9Yjx6LR7umCdPP226caWyLdUPo=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Dimensions","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"ySrYx/xxJL+A+Ie+sLy/r/EEnF8=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Alert","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PEUC6jrQVoAGZ2qYkvimljMOyJI=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0,"index":196},"end":{"line":13,"column":46,"index":242}}],"key":"ow7vkrqkIckRjlSi/+MhMmRYtUE=","exportNames":["*"],"imports":1}},{"name":"@react-navigation/bottom-tabs","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":14,"column":0,"index":243},"end":{"line":14,"column":73,"index":316}}],"key":"+CsiEPZJMQUbFs9pwhg0Pji1O3k=","exportNames":["*"],"imports":1}},{"name":"expo-image-picker","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":15,"column":0,"index":317},"end":{"line":15,"column":49,"index":366}}],"key":"XQFgv2+WadF9xV+S67CI6D8lClA=","exportNames":["*"],"imports":1}},{"name":"../contexts/AuthContext","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":16,"column":0,"index":367},"end":{"line":16,"column":50,"index":417}}],"key":"oNCgyH4yx4pAIVZXLqqRGB2kuCY=","exportNames":["*"],"imports":1}},{"name":"react/jsx-dev-runtime","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"L9D70Z4hi4aGuui1ysja/oQ5ytI=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n var _jsxFileName = \"/app/frontend/src/screens/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 _react = require(_dependencyMap[0], \"react\");\n var _reactNativeWebDistExportsView = require(_dependencyMap[1], \"react-native-web/dist/exports/View\");\n var View = _interopDefault(_reactNativeWebDistExportsView);\n var _reactNativeWebDistExportsText = require(_dependencyMap[2], \"react-native-web/dist/exports/Text\");\n var Text = _interopDefault(_reactNativeWebDistExportsText);\n var _reactNativeWebDistExportsStyleSheet = require(_dependencyMap[3], \"react-native-web/dist/exports/StyleSheet\");\n var StyleSheet = _interopDefault(_reactNativeWebDistExportsStyleSheet);\n var _reactNativeWebDistExportsTouchableOpacity = require(_dependencyMap[4], \"react-native-web/dist/exports/TouchableOpacity\");\n var TouchableOpacity = _interopDefault(_reactNativeWebDistExportsTouchableOpacity);\n var _reactNativeWebDistExportsScrollView = require(_dependencyMap[5], \"react-native-web/dist/exports/ScrollView\");\n var ScrollView = _interopDefault(_reactNativeWebDistExportsScrollView);\n var _reactNativeWebDistExportsImage = require(_dependencyMap[6], \"react-native-web/dist/exports/Image\");\n var Image = _interopDefault(_reactNativeWebDistExportsImage);\n var _reactNativeWebDistExportsDimensions = require(_dependencyMap[7], \"react-native-web/dist/exports/Dimensions\");\n var Dimensions = _interopDefault(_reactNativeWebDistExportsDimensions);\n var _reactNativeWebDistExportsAlert = require(_dependencyMap[8], \"react-native-web/dist/exports/Alert\");\n var Alert = _interopDefault(_reactNativeWebDistExportsAlert);\n var _expoVectorIcons = require(_dependencyMap[9], \"@expo/vector-icons\");\n var _reactNavigationBottomTabs = require(_dependencyMap[10], \"@react-navigation/bottom-tabs\");\n var _expoImagePicker = require(_dependencyMap[11], \"expo-image-picker\");\n var ImagePicker = _interopNamespace(_expoImagePicker);\n var _contextsAuthContext = require(_dependencyMap[12], \"../contexts/AuthContext\");\n var _reactJsxDevRuntime = require(_dependencyMap[13], \"react/jsx-dev-runtime\");\n const {\n width\n } = Dimensions.default.get('window');\n function HomeTab() {\n _s();\n const {\n user\n } = (0, _contextsAuthContext.useAuth)();\n const [profileImage, setProfileImage] = (0, _react.useState)(null);\n const pickImage = async () => {\n const permissionResult = await ImagePicker.requestMediaLibraryPermissionsAsync();\n if (permissionResult.granted === false) {\n Alert.default.alert('Permission Required', 'Permission to access camera roll is required!');\n return;\n }\n const result = await 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 const base64Image = `data:image/jpeg;base64,${result.assets[0].base64}`;\n setProfileImage(base64Image);\n // TODO: Save to backend\n }\n };\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n showsVerticalScrollIndicator: false,\n contentContainerStyle: styles.scrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.header,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.headerLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: styles.profileImage,\n onPress: pickImage,\n children: profileImage ? /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\n source: {\n uri: profileImage\n },\n style: styles.profileImageSrc\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 54,\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: 56,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 52,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\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: 60,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.trustScore,\n children: \"750\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 61,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 59,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 51,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.headerRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 66,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 65,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 69,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 68,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 72,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 71,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 64,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 50,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.announcementWidget,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n horizontal: true,\n showsHorizontalScrollIndicator: false,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.announcement,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.announcementTitle,\n children: \"\\uD83C\\uDF89 Welcome to PezkuwiChain!\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 81,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.announcementText,\n children: \"Start your citizenship journey today\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 82,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 80,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.announcement,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.announcementTitle,\n children: \"\\uD83D\\uDCE2 New Feature\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 85,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.announcementText,\n children: \"Vote on governance proposals\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 86,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 84,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 79,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 78,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.quickActionsContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.sectionTitle,\n children: \"Quick Actions\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 93,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.actionsGrid,\n children: QUICK_ACTIONS.map((action, index) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: [styles.actionCard, index % 4 === 0 && styles.actionCardFirst, index % 4 === 3 && styles.actionCardLast],\n activeOpacity: 0.7,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\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: 105,\n columnNumber: 19\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 104,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionLabel,\n children: action.label\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 107,\n columnNumber: 17\n }, this)]\n }, action.id, true, {\n fileName: _jsxFileName,\n lineNumber: 96,\n columnNumber: 15\n }, this))\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 94,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 92,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 48,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 47,\n columnNumber: 5\n }, this);\n }\n _s(HomeTab, \"xEp7SEfX94u+oibpmCw6eCxkmPE=\", false, function () {\n return [_contextsAuthContext.useAuth];\n });\n _c = HomeTab;\n function WalletTab() {\n _s2();\n const {\n user\n } = (0, _contextsAuthContext.useAuth)();\n const [hezBalance, setHezBalance] = (0, _react.useState)('Loading...');\n const [pezBalance, setPezBalance] = (0, _react.useState)('Loading...');\n const [loading, setLoading] = (0, _react.useState)(true);\n const TEST_WALLET = '5GgTgG9sRmPQAYU1RsTejZYnZRjwzKZKWD3awtuqjHioki45';\n (0, _react.useEffect)(() => {\n fetchBalance();\n }, []);\n const fetchBalance = async () => {\n try {\n const backendUrl = \"https://digital-kurdistan.preview.emergentagent.com\" || 'http://localhost:8001';\n const controller = new AbortController();\n const timeoutId = setTimeout(() => controller.abort(), 5000); // 5 sec timeout\n\n const response = await 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 const data = await 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 /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n contentContainerStyle: styles.walletScrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.walletHeader,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.walletTitle,\n children: \"My Wallet\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 170,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 172,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 171,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 169,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.balanceRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.balanceCardNew,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\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: 179,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenSymbolNew,\n children: \"HEZ\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 183,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.balanceAmountNew,\n children: hezBalance\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 184,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenNameNew,\n children: \"Hemwelat\\xEE Token\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 185,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 178,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.balanceCardNew,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\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: 189,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenSymbolNew,\n children: \"PEZ\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 193,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.balanceAmountNew,\n children: pezBalance\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 194,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenNameNew,\n children: \"Pezkuw\\xEE Token\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 195,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 188,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 177,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.actionsContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.actionsRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 204,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionBtnText,\n children: \"Send\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 205,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 203,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 208,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionBtnText,\n children: \"Receive\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 209,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 207,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 212,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionBtnText,\n children: \"Swap\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 213,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 211,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 216,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionBtnText,\n children: \"P2P\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 217,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 215,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 202,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.actionsRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 224,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionBtnText,\n children: \"Vote\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 225,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 223,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 228,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionBtnText,\n children: \"DApps\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 229,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 227,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 232,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionBtnText,\n children: \"Staking\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 233,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 231,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 236,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionBtnText,\n children: \"Connect\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 237,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 235,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 222,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 200,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokensContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokensTitle,\n children: \"Tokens\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 244,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenIconContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\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: 250,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\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: 254,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 249,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemName,\n children: \"USDT\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 260,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemNetwork,\n children: \"PEZ Network\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 261,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 259,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 248,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemBalance,\n children: \"0\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 265,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemUsd,\n children: \"$0\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 266,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 264,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 247,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 243,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 167,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 166,\n columnNumber: 5\n }, this);\n }\n _s2(WalletTab, \"osbCN528CgM7tSTrgQcFeX6sHT4=\", false, function () {\n return [_contextsAuthContext.useAuth];\n });\n _c2 = WalletTab;\n function CitizensTab() {\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.placeholderText,\n children: \"Citizens Screen\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 280,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 279,\n columnNumber: 5\n }, this);\n }\n _c3 = CitizensTab;\n function ReferralTab() {\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.placeholderText,\n children: \"Referral Screen\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 288,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 287,\n columnNumber: 5\n }, this);\n }\n _c4 = ReferralTab;\n function ProfileTab() {\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.placeholderText,\n children: \"Profile Screen\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 296,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 295,\n columnNumber: 5\n }, this);\n }\n _c5 = ProfileTab;\n const 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: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"home\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 319,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 313,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Wallet\",\n component: WalletTab,\n options: {\n tabBarLabel: 'Wallet',\n tabBarIcon: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"wallet\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 329,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 323,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Citizens\",\n component: CitizensTab,\n options: {\n tabBarLabel: 'Citizens',\n tabBarIcon: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"people\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 339,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 333,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Referral\",\n component: ReferralTab,\n options: {\n tabBarLabel: 'Referral',\n tabBarIcon: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"gift\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 349,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 343,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Profile\",\n component: ProfileTab,\n options: {\n tabBarLabel: 'Profile',\n tabBarIcon: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"person\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 359,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 353,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 305,\n columnNumber: 5\n }, this);\n }\n _c6 = HomeScreen;\n const 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 const styles = StyleSheet.default.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":1432,"map":[[30,2,303,15,"Object"],[30,8,303,15],[30,9,303,15,"defineProperty"],[30,23,303,15],[30,24,303,15,"exports"],[30,31,303,15],[31,4,303,15,"enumerable"],[31,14,303,15],[32,4,303,15,"get"],[32,7,303,15],[32,18,303,15,"get"],[32,19,303,15],[33,6,303,15],[33,13,303,15,"HomeScreen"],[33,23,303,15],[34,4,303,15],[35,2,303,15],[36,2,1,0],[36,6,1,0,"_react"],[36,12,1,0],[36,15,1,0,"require"],[36,22,1,0],[36,23,1,0,"_dependencyMap"],[36,37,1,0],[37,2,1,51],[37,6,1,51,"_reactNativeWebDistExportsView"],[37,36,1,51],[37,39,1,51,"require"],[37,46,1,51],[37,47,1,51,"_dependencyMap"],[37,61,1,51],[38,2,1,51],[38,6,1,51,"View"],[38,10,1,51],[38,13,1,51,"_interopDefault"],[38,28,1,51],[38,29,1,51,"_reactNativeWebDistExportsView"],[38,59,1,51],[39,2,1,51],[39,6,1,51,"_reactNativeWebDistExportsText"],[39,36,1,51],[39,39,1,51,"require"],[39,46,1,51],[39,47,1,51,"_dependencyMap"],[39,61,1,51],[40,2,1,51],[40,6,1,51,"Text"],[40,10,1,51],[40,13,1,51,"_interopDefault"],[40,28,1,51],[40,29,1,51,"_reactNativeWebDistExportsText"],[40,59,1,51],[41,2,1,51],[41,6,1,51,"_reactNativeWebDistExportsStyleSheet"],[41,42,1,51],[41,45,1,51,"require"],[41,52,1,51],[41,53,1,51,"_dependencyMap"],[41,67,1,51],[42,2,1,51],[42,6,1,51,"StyleSheet"],[42,16,1,51],[42,19,1,51,"_interopDefault"],[42,34,1,51],[42,35,1,51,"_reactNativeWebDistExportsStyleSheet"],[42,71,1,51],[43,2,1,51],[43,6,1,51,"_reactNativeWebDistExportsTouchableOpacity"],[43,48,1,51],[43,51,1,51,"require"],[43,58,1,51],[43,59,1,51,"_dependencyMap"],[43,73,1,51],[44,2,1,51],[44,6,1,51,"TouchableOpacity"],[44,22,1,51],[44,25,1,51,"_interopDefault"],[44,40,1,51],[44,41,1,51,"_reactNativeWebDistExportsTouchableOpacity"],[44,83,1,51],[45,2,1,51],[45,6,1,51,"_reactNativeWebDistExportsScrollView"],[45,42,1,51],[45,45,1,51,"require"],[45,52,1,51],[45,53,1,51,"_dependencyMap"],[45,67,1,51],[46,2,1,51],[46,6,1,51,"ScrollView"],[46,16,1,51],[46,19,1,51,"_interopDefault"],[46,34,1,51],[46,35,1,51,"_reactNativeWebDistExportsScrollView"],[46,71,1,51],[47,2,1,51],[47,6,1,51,"_reactNativeWebDistExportsImage"],[47,37,1,51],[47,40,1,51,"require"],[47,47,1,51],[47,48,1,51,"_dependencyMap"],[47,62,1,51],[48,2,1,51],[48,6,1,51,"Image"],[48,11,1,51],[48,14,1,51,"_interopDefault"],[48,29,1,51],[48,30,1,51,"_reactNativeWebDistExportsImage"],[48,61,1,51],[49,2,1,51],[49,6,1,51,"_reactNativeWebDistExportsDimensions"],[49,42,1,51],[49,45,1,51,"require"],[49,52,1,51],[49,53,1,51,"_dependencyMap"],[49,67,1,51],[50,2,1,51],[50,6,1,51,"Dimensions"],[50,16,1,51],[50,19,1,51,"_interopDefault"],[50,34,1,51],[50,35,1,51,"_reactNativeWebDistExportsDimensions"],[50,71,1,51],[51,2,1,51],[51,6,1,51,"_reactNativeWebDistExportsAlert"],[51,37,1,51],[51,40,1,51,"require"],[51,47,1,51],[51,48,1,51,"_dependencyMap"],[51,62,1,51],[52,2,1,51],[52,6,1,51,"Alert"],[52,11,1,51],[52,14,1,51,"_interopDefault"],[52,29,1,51],[52,30,1,51,"_reactNativeWebDistExportsAlert"],[52,61,1,51],[53,2,13,0],[53,6,13,0,"_expoVectorIcons"],[53,22,13,0],[53,25,13,0,"require"],[53,32,13,0],[53,33,13,0,"_dependencyMap"],[53,47,13,0],[54,2,14,0],[54,6,14,0,"_reactNavigationBottomTabs"],[54,32,14,0],[54,35,14,0,"require"],[54,42,14,0],[54,43,14,0,"_dependencyMap"],[54,57,14,0],[55,2,15,0],[55,6,15,0,"_expoImagePicker"],[55,22,15,0],[55,25,15,0,"require"],[55,32,15,0],[55,33,15,0,"_dependencyMap"],[55,47,15,0],[56,2,15,0],[56,6,15,0,"ImagePicker"],[56,17,15,0],[56,20,15,0,"_interopNamespace"],[56,37,15,0],[56,38,15,0,"_expoImagePicker"],[56,54,15,0],[57,2,16,0],[57,6,16,0,"_contextsAuthContext"],[57,26,16,0],[57,29,16,0,"require"],[57,36,16,0],[57,37,16,0,"_dependencyMap"],[57,51,16,0],[58,2,16,50],[58,6,16,50,"_reactJsxDevRuntime"],[58,25,16,50],[58,28,16,50,"require"],[58,35,16,50],[58,36,16,50,"_dependencyMap"],[58,50,16,50],[59,2,18,0],[59,8,18,6],[60,4,18,8,"width"],[61,2,18,14],[61,3,18,15],[61,6,18,18,"Dimensions"],[61,16,18,28],[61,17,18,28,"default"],[61,24,18,28],[61,25,18,29,"get"],[61,28,18,32],[61,29,18,33],[61,37,18,41],[61,38,18,42],[62,2,20,0],[62,11,20,9,"HomeTab"],[62,18,20,16,"HomeTab"],[62,19,20,16],[62,21,20,19],[63,4,20,19,"_s"],[63,6,20,19],[64,4,21,2],[64,10,21,8],[65,6,21,10,"user"],[66,4,21,15],[66,5,21,16],[66,8,21,19],[66,12,21,19,"useAuth"],[66,32,21,26],[66,33,21,26,"useAuth"],[66,40,21,26],[66,42,21,27],[66,43,21,28],[67,4,22,2],[67,10,22,8],[67,11,22,9,"profileImage"],[67,23,22,21],[67,25,22,23,"setProfileImage"],[67,40,22,38],[67,41,22,39],[67,44,22,42],[67,48,22,42,"useState"],[67,54,22,50],[67,55,22,50,"useState"],[67,63,22,50],[67,65,22,66],[67,69,22,70],[67,70,22,71],[68,4,24,2],[68,10,24,8,"pickImage"],[68,19,24,17],[68,22,24,20],[68,28,24,20,"pickImage"],[68,29,24,20],[68,34,24,32],[69,6,25,4],[69,12,25,10,"permissionResult"],[69,28,25,26],[69,31,25,29],[69,37,25,35,"ImagePicker"],[69,48,25,46],[69,49,25,47,"requestMediaLibraryPermissionsAsync"],[69,84,25,82],[69,85,25,83],[69,86,25,84],[70,6,27,4],[70,10,27,8,"permissionResult"],[70,26,27,24],[70,27,27,25,"granted"],[70,34,27,32],[70,39,27,37],[70,44,27,42],[70,46,27,44],[71,8,28,6,"Alert"],[71,13,28,11],[71,14,28,11,"default"],[71,21,28,11],[71,22,28,12,"alert"],[71,27,28,17],[71,28,28,18],[71,49,28,39],[71,51,28,41],[71,98,28,88],[71,99,28,89],[72,8,29,6],[73,6,30,4],[74,6,32,4],[74,12,32,10,"result"],[74,18,32,16],[74,21,32,19],[74,27,32,25,"ImagePicker"],[74,38,32,36],[74,39,32,37,"launchImageLibraryAsync"],[74,62,32,60],[74,63,32,61],[75,8,33,6,"mediaTypes"],[75,18,33,16],[75,20,33,18,"ImagePicker"],[75,31,33,29],[75,32,33,30,"MediaTypeOptions"],[75,48,33,46],[75,49,33,47,"Images"],[75,55,33,53],[76,8,34,6,"allowsEditing"],[76,21,34,19],[76,23,34,21],[76,27,34,25],[77,8,35,6,"aspect"],[77,14,35,12],[77,16,35,14],[77,17,35,15],[77,18,35,16],[77,20,35,18],[77,21,35,19],[77,22,35,20],[78,8,36,6,"quality"],[78,15,36,13],[78,17,36,15],[78,20,36,18],[79,8,37,6,"base64"],[79,14,37,12],[79,16,37,14],[80,6,38,4],[80,7,38,5],[80,8,38,6],[81,6,40,4],[81,10,40,8],[81,11,40,9,"result"],[81,17,40,15],[81,18,40,16,"canceled"],[81,26,40,24],[81,30,40,28,"result"],[81,36,40,34],[81,37,40,35,"assets"],[81,43,40,41],[81,44,40,42],[81,45,40,43],[81,46,40,44],[81,47,40,45,"base64"],[81,53,40,51],[81,55,40,53],[82,8,41,6],[82,14,41,12,"base64Image"],[82,25,41,23],[82,28,41,26],[82,54,41,52,"result"],[82,60,41,58],[82,61,41,59,"assets"],[82,67,41,65],[82,68,41,66],[82,69,41,67],[82,70,41,68],[82,71,41,69,"base64"],[82,77,41,75],[82,79,41,77],[83,8,42,6,"setProfileImage"],[83,23,42,21],[83,24,42,22,"base64Image"],[83,35,42,33],[83,36,42,34],[84,8,43,6],[85,6,44,4],[86,4,45,2],[86,5,45,3],[87,4,46,2],[87,24,47,4],[87,28,47,4,"_reactJsxDevRuntime"],[87,47,47,4],[87,48,47,4,"jsxDEV"],[87,54,47,4],[87,56,47,5,"View"],[87,60,47,9],[87,61,47,9,"default"],[87,68,47,9],[88,6,47,10,"style"],[88,11,47,15],[88,13,47,17,"styles"],[88,19,47,23],[88,20,47,24,"container"],[88,29,47,34],[89,6,47,34,"children"],[89,14,47,34],[89,29,48,6],[89,33,48,6,"_reactJsxDevRuntime"],[89,52,48,6],[89,53,48,6,"jsxDEV"],[89,59,48,6],[89,61,48,7,"ScrollView"],[89,71,48,17],[89,72,48,17,"default"],[89,79,48,17],[90,8,48,18,"showsVerticalScrollIndicator"],[90,36,48,46],[90,38,48,48],[90,43,48,54],[91,8,48,55,"contentContainerStyle"],[91,29,48,76],[91,31,48,78,"styles"],[91,37,48,84],[91,38,48,85,"scrollContent"],[91,51,48,99],[92,8,48,99,"children"],[92,16,48,99],[92,32,50,8],[92,36,50,8,"_reactJsxDevRuntime"],[92,55,50,8],[92,56,50,8,"jsxDEV"],[92,62,50,8],[92,64,50,9,"View"],[92,68,50,13],[92,69,50,13,"default"],[92,76,50,13],[93,10,50,14,"style"],[93,15,50,19],[93,17,50,21,"styles"],[93,23,50,27],[93,24,50,28,"header"],[93,30,50,35],[94,10,50,35,"children"],[94,18,50,35],[94,34,51,10],[94,38,51,10,"_reactJsxDevRuntime"],[94,57,51,10],[94,58,51,10,"jsxDEV"],[94,64,51,10],[94,66,51,11,"View"],[94,70,51,15],[94,71,51,15,"default"],[94,78,51,15],[95,12,51,16,"style"],[95,17,51,21],[95,19,51,23,"styles"],[95,25,51,29],[95,26,51,30,"headerLeft"],[95,36,51,41],[96,12,51,41,"children"],[96,20,51,41],[96,36,52,12],[96,40,52,12,"_reactJsxDevRuntime"],[96,59,52,12],[96,60,52,12,"jsxDEV"],[96,66,52,12],[96,68,52,13,"TouchableOpacity"],[96,84,52,29],[96,85,52,29,"default"],[96,92,52,29],[97,14,52,30,"style"],[97,19,52,35],[97,21,52,37,"styles"],[97,27,52,43],[97,28,52,44,"profileImage"],[97,40,52,57],[98,14,52,58,"onPress"],[98,21,52,65],[98,23,52,67,"pickImage"],[98,32,52,77],[99,14,52,77,"children"],[99,22,52,77],[99,24,53,15,"profileImage"],[99,36,53,27],[99,52,54,16],[99,56,54,16,"_reactJsxDevRuntime"],[99,75,54,16],[99,76,54,16,"jsxDEV"],[99,82,54,16],[99,84,54,17,"Image"],[99,89,54,22],[99,90,54,22,"default"],[99,97,54,22],[100,16,54,23,"source"],[100,22,54,29],[100,24,54,31],[101,18,54,33,"uri"],[101,21,54,36],[101,23,54,38,"profileImage"],[102,16,54,51],[102,17,54,53],[103,16,54,54,"style"],[103,21,54,59],[103,23,54,61,"styles"],[103,29,54,67],[103,30,54,68,"profileImageSrc"],[104,14,54,84],[105,16,54,84,"fileName"],[105,24,54,84],[105,26,54,84,"_jsxFileName"],[105,38,54,84],[106,16,54,84,"lineNumber"],[106,26,54,84],[107,16,54,84,"columnNumber"],[107,28,54,84],[108,14,54,84],[108,21,54,86],[108,22,54,87],[108,38,56,16],[108,42,56,16,"_reactJsxDevRuntime"],[108,61,56,16],[108,62,56,16,"jsxDEV"],[108,68,56,16],[108,70,56,17,"_expoVectorIcons"],[108,86,56,25],[108,87,56,25,"Ionicons"],[108,95,56,25],[109,16,56,26,"name"],[109,20,56,30],[109,22,56,31],[109,30,56,39],[110,16,56,40,"size"],[110,20,56,44],[110,22,56,46],[110,24,56,49],[111,16,56,50,"color"],[111,21,56,55],[111,23,56,56],[112,14,56,65],[113,16,56,65,"fileName"],[113,24,56,65],[113,26,56,65,"_jsxFileName"],[113,38,56,65],[114,16,56,65,"lineNumber"],[114,26,56,65],[115,16,56,65,"columnNumber"],[115,28,56,65],[116,14,56,65],[116,21,56,67],[117,12,57,15],[118,14,57,15,"fileName"],[118,22,57,15],[118,24,57,15,"_jsxFileName"],[118,36,57,15],[119,14,57,15,"lineNumber"],[119,24,57,15],[120,14,57,15,"columnNumber"],[120,26,57,15],[121,12,57,15],[121,19,58,30],[121,20,58,31],[121,35,59,12],[121,39,59,12,"_reactJsxDevRuntime"],[121,58,59,12],[121,59,59,12,"jsxDEV"],[121,65,59,12],[121,67,59,13,"View"],[121,71,59,17],[121,72,59,17,"default"],[121,79,59,17],[122,14,59,18,"style"],[122,19,59,23],[122,21,59,25,"styles"],[122,27,59,31],[122,28,59,32,"profileBadge"],[122,40,59,45],[123,14,59,45,"children"],[123,22,59,45],[123,38,60,14],[123,42,60,14,"_reactJsxDevRuntime"],[123,61,60,14],[123,62,60,14,"jsxDEV"],[123,68,60,14],[123,70,60,15,"_expoVectorIcons"],[123,86,60,23],[123,87,60,23,"Ionicons"],[123,95,60,23],[124,16,60,24,"name"],[124,20,60,28],[124,22,60,29],[124,28,60,35],[125,16,60,36,"size"],[125,20,60,40],[125,22,60,42],[125,24,60,45],[126,16,60,46,"color"],[126,21,60,51],[126,23,60,52],[127,14,60,61],[128,16,60,61,"fileName"],[128,24,60,61],[128,26,60,61,"_jsxFileName"],[128,38,60,61],[129,16,60,61,"lineNumber"],[129,26,60,61],[130,16,60,61,"columnNumber"],[130,28,60,61],[131,14,60,61],[131,21,60,63],[131,22,60,64],[131,37,61,14],[131,41,61,14,"_reactJsxDevRuntime"],[131,60,61,14],[131,61,61,14,"jsxDEV"],[131,67,61,14],[131,69,61,15,"Text"],[131,73,61,19],[131,74,61,19,"default"],[131,81,61,19],[132,16,61,20,"style"],[132,21,61,25],[132,23,61,27,"styles"],[132,29,61,33],[132,30,61,34,"trustScore"],[132,40,61,45],[133,16,61,45,"children"],[133,24,61,45],[133,26,61,46],[134,14,61,49],[135,16,61,49,"fileName"],[135,24,61,49],[135,26,61,49,"_jsxFileName"],[135,38,61,49],[136,16,61,49,"lineNumber"],[136,26,61,49],[137,16,61,49,"columnNumber"],[137,28,61,49],[138,14,61,49],[138,21,61,55],[138,22,61,56],[139,12,61,56],[140,14,61,56,"fileName"],[140,22,61,56],[140,24,61,56,"_jsxFileName"],[140,36,61,56],[141,14,61,56,"lineNumber"],[141,24,61,56],[142,14,61,56,"columnNumber"],[142,26,61,56],[143,12,61,56],[143,19,62,18],[143,20,62,19],[144,10,62,19],[145,12,62,19,"fileName"],[145,20,62,19],[145,22,62,19,"_jsxFileName"],[145,34,62,19],[146,12,62,19,"lineNumber"],[146,22,62,19],[147,12,62,19,"columnNumber"],[147,24,62,19],[148,10,62,19],[148,17,63,16],[148,18,63,17],[148,33,64,10],[148,37,64,10,"_reactJsxDevRuntime"],[148,56,64,10],[148,57,64,10,"jsxDEV"],[148,63,64,10],[148,65,64,11,"View"],[148,69,64,15],[148,70,64,15,"default"],[148,77,64,15],[149,12,64,16,"style"],[149,17,64,21],[149,19,64,23,"styles"],[149,25,64,29],[149,26,64,30,"headerRight"],[149,37,64,42],[150,12,64,42,"children"],[150,20,64,42],[150,36,65,12],[150,40,65,12,"_reactJsxDevRuntime"],[150,59,65,12],[150,60,65,12,"jsxDEV"],[150,66,65,12],[150,68,65,13,"TouchableOpacity"],[150,84,65,29],[150,85,65,29,"default"],[150,92,65,29],[151,14,65,30,"style"],[151,19,65,35],[151,21,65,37,"styles"],[151,27,65,43],[151,28,65,44,"iconButton"],[151,38,65,55],[152,14,65,55,"children"],[152,22,65,55],[152,37,66,14],[152,41,66,14,"_reactJsxDevRuntime"],[152,60,66,14],[152,61,66,14,"jsxDEV"],[152,67,66,14],[152,69,66,15,"_expoVectorIcons"],[152,85,66,23],[152,86,66,23,"Ionicons"],[152,94,66,23],[153,16,66,24,"name"],[153,20,66,28],[153,22,66,29],[153,39,66,46],[154,16,66,47,"size"],[154,20,66,51],[154,22,66,53],[154,24,66,56],[155,16,66,57,"color"],[155,21,66,62],[155,23,66,63],[156,14,66,72],[157,16,66,72,"fileName"],[157,24,66,72],[157,26,66,72,"_jsxFileName"],[157,38,66,72],[158,16,66,72,"lineNumber"],[158,26,66,72],[159,16,66,72,"columnNumber"],[159,28,66,72],[160,14,66,72],[160,21,66,74],[161,12,66,75],[162,14,66,75,"fileName"],[162,22,66,75],[162,24,66,75,"_jsxFileName"],[162,36,66,75],[163,14,66,75,"lineNumber"],[163,24,66,75],[164,14,66,75,"columnNumber"],[164,26,66,75],[165,12,66,75],[165,19,67,30],[165,20,67,31],[165,35,68,12],[165,39,68,12,"_reactJsxDevRuntime"],[165,58,68,12],[165,59,68,12,"jsxDEV"],[165,65,68,12],[165,67,68,13,"TouchableOpacity"],[165,83,68,29],[165,84,68,29,"default"],[165,91,68,29],[166,14,68,30,"style"],[166,19,68,35],[166,21,68,37,"styles"],[166,27,68,43],[166,28,68,44,"iconButton"],[166,38,68,55],[167,14,68,55,"children"],[167,22,68,55],[167,37,69,14],[167,41,69,14,"_reactJsxDevRuntime"],[167,60,69,14],[167,61,69,14,"jsxDEV"],[167,67,69,14],[167,69,69,15,"_expoVectorIcons"],[167,85,69,23],[167,86,69,23,"Ionicons"],[167,94,69,23],[168,16,69,24,"name"],[168,20,69,28],[168,22,69,29],[168,45,69,52],[169,16,69,53,"size"],[169,20,69,57],[169,22,69,59],[169,24,69,62],[170,16,69,63,"color"],[170,21,69,68],[170,23,69,69],[171,14,69,78],[172,16,69,78,"fileName"],[172,24,69,78],[172,26,69,78,"_jsxFileName"],[172,38,69,78],[173,16,69,78,"lineNumber"],[173,26,69,78],[174,16,69,78,"columnNumber"],[174,28,69,78],[175,14,69,78],[175,21,69,80],[176,12,69,81],[177,14,69,81,"fileName"],[177,22,69,81],[177,24,69,81,"_jsxFileName"],[177,36,69,81],[178,14,69,81,"lineNumber"],[178,24,69,81],[179,14,69,81,"columnNumber"],[179,26,69,81],[180,12,69,81],[180,19,70,30],[180,20,70,31],[180,35,71,12],[180,39,71,12,"_reactJsxDevRuntime"],[180,58,71,12],[180,59,71,12,"jsxDEV"],[180,65,71,12],[180,67,71,13,"TouchableOpacity"],[180,83,71,29],[180,84,71,29,"default"],[180,91,71,29],[181,14,71,30,"style"],[181,19,71,35],[181,21,71,37,"styles"],[181,27,71,43],[181,28,71,44,"iconButton"],[181,38,71,55],[182,14,71,55,"children"],[182,22,71,55],[182,37,72,14],[182,41,72,14,"_reactJsxDevRuntime"],[182,60,72,14],[182,61,72,14,"jsxDEV"],[182,67,72,14],[182,69,72,15,"_expoVectorIcons"],[182,85,72,23],[182,86,72,23,"Ionicons"],[182,94,72,23],[183,16,72,24,"name"],[183,20,72,28],[183,22,72,29],[183,40,72,47],[184,16,72,48,"size"],[184,20,72,52],[184,22,72,54],[184,24,72,57],[185,16,72,58,"color"],[185,21,72,63],[185,23,72,64],[186,14,72,73],[187,16,72,73,"fileName"],[187,24,72,73],[187,26,72,73,"_jsxFileName"],[187,38,72,73],[188,16,72,73,"lineNumber"],[188,26,72,73],[189,16,72,73,"columnNumber"],[189,28,72,73],[190,14,72,73],[190,21,72,75],[191,12,72,76],[192,14,72,76,"fileName"],[192,22,72,76],[192,24,72,76,"_jsxFileName"],[192,36,72,76],[193,14,72,76,"lineNumber"],[193,24,72,76],[194,14,72,76,"columnNumber"],[194,26,72,76],[195,12,72,76],[195,19,73,30],[195,20,73,31],[196,10,73,31],[197,12,73,31,"fileName"],[197,20,73,31],[197,22,73,31,"_jsxFileName"],[197,34,73,31],[198,12,73,31,"lineNumber"],[198,22,73,31],[199,12,73,31,"columnNumber"],[199,24,73,31],[200,10,73,31],[200,17,74,16],[200,18,74,17],[201,8,74,17],[202,10,74,17,"fileName"],[202,18,74,17],[202,20,74,17,"_jsxFileName"],[202,32,74,17],[203,10,74,17,"lineNumber"],[203,20,74,17],[204,10,74,17,"columnNumber"],[204,22,74,17],[205,8,74,17],[205,15,75,14],[205,16,75,15],[205,31,78,8],[205,35,78,8,"_reactJsxDevRuntime"],[205,54,78,8],[205,55,78,8,"jsxDEV"],[205,61,78,8],[205,63,78,9,"View"],[205,67,78,13],[205,68,78,13,"default"],[205,75,78,13],[206,10,78,14,"style"],[206,15,78,19],[206,17,78,21,"styles"],[206,23,78,27],[206,24,78,28,"announcementWidget"],[206,42,78,47],[207,10,78,47,"children"],[207,18,78,47],[207,33,79,10],[207,37,79,10,"_reactJsxDevRuntime"],[207,56,79,10],[207,57,79,10,"jsxDEV"],[207,63,79,10],[207,65,79,11,"ScrollView"],[207,75,79,21],[207,76,79,21,"default"],[207,83,79,21],[208,12,79,22,"horizontal"],[208,22,79,32],[209,12,79,33,"showsHorizontalScrollIndicator"],[209,42,79,63],[209,44,79,65],[209,49,79,71],[210,12,79,71,"children"],[210,20,79,71],[210,36,80,12],[210,40,80,12,"_reactJsxDevRuntime"],[210,59,80,12],[210,60,80,12,"jsxDEV"],[210,66,80,12],[210,68,80,13,"View"],[210,72,80,17],[210,73,80,17,"default"],[210,80,80,17],[211,14,80,18,"style"],[211,19,80,23],[211,21,80,25,"styles"],[211,27,80,31],[211,28,80,32,"announcement"],[211,40,80,45],[212,14,80,45,"children"],[212,22,80,45],[212,38,81,14],[212,42,81,14,"_reactJsxDevRuntime"],[212,61,81,14],[212,62,81,14,"jsxDEV"],[212,68,81,14],[212,70,81,15,"Text"],[212,74,81,19],[212,75,81,19,"default"],[212,82,81,19],[213,16,81,20,"style"],[213,21,81,25],[213,23,81,27,"styles"],[213,29,81,33],[213,30,81,34,"announcementTitle"],[213,47,81,52],[214,16,81,52,"children"],[214,24,81,52],[214,26,81,53],[215,14,81,80],[216,16,81,80,"fileName"],[216,24,81,80],[216,26,81,80,"_jsxFileName"],[216,38,81,80],[217,16,81,80,"lineNumber"],[217,26,81,80],[218,16,81,80,"columnNumber"],[218,28,81,80],[219,14,81,80],[219,21,81,86],[219,22,81,87],[219,37,82,14],[219,41,82,14,"_reactJsxDevRuntime"],[219,60,82,14],[219,61,82,14,"jsxDEV"],[219,67,82,14],[219,69,82,15,"Text"],[219,73,82,19],[219,74,82,19,"default"],[219,81,82,19],[220,16,82,20,"style"],[220,21,82,25],[220,23,82,27,"styles"],[220,29,82,33],[220,30,82,34,"announcementText"],[220,46,82,51],[221,16,82,51,"children"],[221,24,82,51],[221,26,82,52],[222,14,82,88],[223,16,82,88,"fileName"],[223,24,82,88],[223,26,82,88,"_jsxFileName"],[223,38,82,88],[224,16,82,88,"lineNumber"],[224,26,82,88],[225,16,82,88,"columnNumber"],[225,28,82,88],[226,14,82,88],[226,21,82,94],[226,22,82,95],[227,12,82,95],[228,14,82,95,"fileName"],[228,22,82,95],[228,24,82,95,"_jsxFileName"],[228,36,82,95],[229,14,82,95,"lineNumber"],[229,24,82,95],[230,14,82,95,"columnNumber"],[230,26,82,95],[231,12,82,95],[231,19,83,18],[231,20,83,19],[231,35,84,12],[231,39,84,12,"_reactJsxDevRuntime"],[231,58,84,12],[231,59,84,12,"jsxDEV"],[231,65,84,12],[231,67,84,13,"View"],[231,71,84,17],[231,72,84,17,"default"],[231,79,84,17],[232,14,84,18,"style"],[232,19,84,23],[232,21,84,25,"styles"],[232,27,84,31],[232,28,84,32,"announcement"],[232,40,84,45],[233,14,84,45,"children"],[233,22,84,45],[233,38,85,14],[233,42,85,14,"_reactJsxDevRuntime"],[233,61,85,14],[233,62,85,14,"jsxDEV"],[233,68,85,14],[233,70,85,15,"Text"],[233,74,85,19],[233,75,85,19,"default"],[233,82,85,19],[234,16,85,20,"style"],[234,21,85,25],[234,23,85,27,"styles"],[234,29,85,33],[234,30,85,34,"announcementTitle"],[234,47,85,52],[235,16,85,52,"children"],[235,24,85,52],[235,26,85,53],[236,14,85,67],[237,16,85,67,"fileName"],[237,24,85,67],[237,26,85,67,"_jsxFileName"],[237,38,85,67],[238,16,85,67,"lineNumber"],[238,26,85,67],[239,16,85,67,"columnNumber"],[239,28,85,67],[240,14,85,67],[240,21,85,73],[240,22,85,74],[240,37,86,14],[240,41,86,14,"_reactJsxDevRuntime"],[240,60,86,14],[240,61,86,14,"jsxDEV"],[240,67,86,14],[240,69,86,15,"Text"],[240,73,86,19],[240,74,86,19,"default"],[240,81,86,19],[241,16,86,20,"style"],[241,21,86,25],[241,23,86,27,"styles"],[241,29,86,33],[241,30,86,34,"announcementText"],[241,46,86,51],[242,16,86,51,"children"],[242,24,86,51],[242,26,86,52],[243,14,86,80],[244,16,86,80,"fileName"],[244,24,86,80],[244,26,86,80,"_jsxFileName"],[244,38,86,80],[245,16,86,80,"lineNumber"],[245,26,86,80],[246,16,86,80,"columnNumber"],[246,28,86,80],[247,14,86,80],[247,21,86,86],[247,22,86,87],[248,12,86,87],[249,14,86,87,"fileName"],[249,22,86,87],[249,24,86,87,"_jsxFileName"],[249,36,86,87],[250,14,86,87,"lineNumber"],[250,24,86,87],[251,14,86,87,"columnNumber"],[251,26,86,87],[252,12,86,87],[252,19,87,18],[252,20,87,19],[253,10,87,19],[254,12,87,19,"fileName"],[254,20,87,19],[254,22,87,19,"_jsxFileName"],[254,34,87,19],[255,12,87,19,"lineNumber"],[255,22,87,19],[256,12,87,19,"columnNumber"],[256,24,87,19],[257,10,87,19],[257,17,88,22],[258,8,88,23],[259,10,88,23,"fileName"],[259,18,88,23],[259,20,88,23,"_jsxFileName"],[259,32,88,23],[260,10,88,23,"lineNumber"],[260,20,88,23],[261,10,88,23,"columnNumber"],[261,22,88,23],[262,8,88,23],[262,15,89,14],[262,16,89,15],[262,31,92,8],[262,35,92,8,"_reactJsxDevRuntime"],[262,54,92,8],[262,55,92,8,"jsxDEV"],[262,61,92,8],[262,63,92,9,"View"],[262,67,92,13],[262,68,92,13,"default"],[262,75,92,13],[263,10,92,14,"style"],[263,15,92,19],[263,17,92,21,"styles"],[263,23,92,27],[263,24,92,28,"quickActionsContainer"],[263,45,92,50],[264,10,92,50,"children"],[264,18,92,50],[264,34,93,10],[264,38,93,10,"_reactJsxDevRuntime"],[264,57,93,10],[264,58,93,10,"jsxDEV"],[264,64,93,10],[264,66,93,11,"Text"],[264,70,93,15],[264,71,93,15,"default"],[264,78,93,15],[265,12,93,16,"style"],[265,17,93,21],[265,19,93,23,"styles"],[265,25,93,29],[265,26,93,30,"sectionTitle"],[265,38,93,43],[266,12,93,43,"children"],[266,20,93,43],[266,22,93,44],[267,10,93,57],[268,12,93,57,"fileName"],[268,20,93,57],[268,22,93,57,"_jsxFileName"],[268,34,93,57],[269,12,93,57,"lineNumber"],[269,22,93,57],[270,12,93,57,"columnNumber"],[270,24,93,57],[271,10,93,57],[271,17,93,63],[271,18,93,64],[271,33,94,10],[271,37,94,10,"_reactJsxDevRuntime"],[271,56,94,10],[271,57,94,10,"jsxDEV"],[271,63,94,10],[271,65,94,11,"View"],[271,69,94,15],[271,70,94,15,"default"],[271,77,94,15],[272,12,94,16,"style"],[272,17,94,21],[272,19,94,23,"styles"],[272,25,94,29],[272,26,94,30,"actionsGrid"],[272,37,94,42],[273,12,94,42,"children"],[273,20,94,42],[273,22,95,13,"QUICK_ACTIONS"],[273,35,95,26],[273,36,95,27,"map"],[273,39,95,30],[273,40,95,31],[273,41,95,32,"action"],[273,47,95,38],[273,49,95,40,"index"],[273,54,95,45],[273,72,96,14],[273,76,96,14,"_reactJsxDevRuntime"],[273,95,96,14],[273,96,96,14,"jsxDEV"],[273,102,96,14],[273,104,96,15,"TouchableOpacity"],[273,120,96,31],[273,121,96,31,"default"],[273,128,96,31],[274,14,98,16,"style"],[274,19,98,21],[274,21,98,23],[274,22,98,24,"styles"],[274,28,98,30],[274,29,98,31,"actionCard"],[274,39,98,41],[274,41,99,19,"index"],[274,46,99,24],[274,49,99,27],[274,50,99,28],[274,55,99,33],[274,56,99,34],[274,60,99,39,"styles"],[274,66,99,45],[274,67,99,46,"actionCardFirst"],[274,82,99,61],[274,84,100,19,"index"],[274,89,100,24],[274,92,100,27],[274,93,100,28],[274,98,100,33],[274,99,100,34],[274,103,100,39,"styles"],[274,109,100,45],[274,110,100,46,"actionCardLast"],[274,124,100,60],[274,125,101,18],[275,14,102,16,"activeOpacity"],[275,27,102,29],[275,29,102,31],[275,32,102,35],[276,14,102,35,"children"],[276,22,102,35],[276,38,104,16],[276,42,104,16,"_reactJsxDevRuntime"],[276,61,104,16],[276,62,104,16,"jsxDEV"],[276,68,104,16],[276,70,104,17,"View"],[276,74,104,21],[276,75,104,21,"default"],[276,82,104,21],[277,16,104,22,"style"],[277,21,104,27],[277,23,104,29],[277,24,104,30,"styles"],[277,30,104,36],[277,31,104,37,"actionIcon"],[277,41,104,47],[277,43,104,49],[278,18,104,51,"backgroundColor"],[278,33,104,66],[278,35,104,68,"action"],[278,41,104,74],[278,42,104,75,"color"],[279,16,104,81],[279,17,104,82],[279,18,104,84],[280,16,104,84,"children"],[280,24,104,84],[280,39,105,18],[280,43,105,18,"_reactJsxDevRuntime"],[280,62,105,18],[280,63,105,18,"jsxDEV"],[280,69,105,18],[280,71,105,19,"_expoVectorIcons"],[280,87,105,27],[280,88,105,27,"Ionicons"],[280,96,105,27],[281,18,105,28,"name"],[281,22,105,32],[281,24,105,34,"action"],[281,30,105,40],[281,31,105,41,"icon"],[281,35,105,46],[282,18,105,47,"size"],[282,22,105,51],[282,24,105,53],[282,26,105,56],[283,18,105,57,"color"],[283,23,105,62],[283,25,105,63],[284,16,105,69],[285,18,105,69,"fileName"],[285,26,105,69],[285,28,105,69,"_jsxFileName"],[285,40,105,69],[286,18,105,69,"lineNumber"],[286,28,105,69],[287,18,105,69,"columnNumber"],[287,30,105,69],[288,16,105,69],[288,23,105,71],[289,14,105,72],[290,16,105,72,"fileName"],[290,24,105,72],[290,26,105,72,"_jsxFileName"],[290,38,105,72],[291,16,105,72,"lineNumber"],[291,26,105,72],[292,16,105,72,"columnNumber"],[292,28,105,72],[293,14,105,72],[293,21,106,22],[293,22,106,23],[293,37,107,16],[293,41,107,16,"_reactJsxDevRuntime"],[293,60,107,16],[293,61,107,16,"jsxDEV"],[293,67,107,16],[293,69,107,17,"Text"],[293,73,107,21],[293,74,107,21,"default"],[293,81,107,21],[294,16,107,22,"style"],[294,21,107,27],[294,23,107,29,"styles"],[294,29,107,35],[294,30,107,36,"actionLabel"],[294,41,107,48],[295,16,107,48,"children"],[295,24,107,48],[295,26,107,50,"action"],[295,32,107,56],[295,33,107,57,"label"],[296,14,107,62],[297,16,107,62,"fileName"],[297,24,107,62],[297,26,107,62,"_jsxFileName"],[297,38,107,62],[298,16,107,62,"lineNumber"],[298,26,107,62],[299,16,107,62,"columnNumber"],[299,28,107,62],[300,14,107,62],[300,21,107,69],[300,22,107,70],[301,12,107,70],[301,15,97,21,"action"],[301,21,97,27],[301,22,97,28,"id"],[301,24,97,30],[302,14,97,30,"fileName"],[302,22,97,30],[302,24,97,30,"_jsxFileName"],[302,36,97,30],[303,14,97,30,"lineNumber"],[303,24,97,30],[304,14,97,30,"columnNumber"],[304,26,97,30],[305,12,97,30],[305,19,108,32],[305,20,109,13],[306,10,109,14],[307,12,109,14,"fileName"],[307,20,109,14],[307,22,109,14,"_jsxFileName"],[307,34,109,14],[308,12,109,14,"lineNumber"],[308,22,109,14],[309,12,109,14,"columnNumber"],[309,24,109,14],[310,10,109,14],[310,17,110,16],[310,18,110,17],[311,8,110,17],[312,10,110,17,"fileName"],[312,18,110,17],[312,20,110,17,"_jsxFileName"],[312,32,110,17],[313,10,110,17,"lineNumber"],[313,20,110,17],[314,10,110,17,"columnNumber"],[314,22,110,17],[315,8,110,17],[315,15,111,14],[315,16,111,15],[316,6,111,15],[317,8,111,15,"fileName"],[317,16,111,15],[317,18,111,15,"_jsxFileName"],[317,30,111,15],[318,8,111,15,"lineNumber"],[318,18,111,15],[319,8,111,15,"columnNumber"],[319,20,111,15],[320,6,111,15],[320,13,112,18],[321,4,112,19],[322,6,112,19,"fileName"],[322,14,112,19],[322,16,112,19,"_jsxFileName"],[322,28,112,19],[323,6,112,19,"lineNumber"],[323,16,112,19],[324,6,112,19,"columnNumber"],[324,18,112,19],[325,4,112,19],[325,11,113,10],[325,12,113,11],[326,2,115,0],[327,2,115,1,"_s"],[327,4,115,1],[327,5,20,9,"HomeTab"],[327,12,20,16],[328,4,20,16],[328,12,21,19,"useAuth"],[328,32,21,26],[328,33,21,26,"useAuth"],[328,40,21,26],[329,2,21,26],[330,2,21,26,"_c"],[330,4,21,26],[330,7,20,9,"HomeTab"],[330,14,20,16],[331,2,117,0],[331,11,117,9,"WalletTab"],[331,20,117,18,"WalletTab"],[331,21,117,18],[331,23,117,21],[332,4,117,21,"_s2"],[332,7,117,21],[333,4,118,2],[333,10,118,8],[334,6,118,10,"user"],[335,4,118,15],[335,5,118,16],[335,8,118,19],[335,12,118,19,"useAuth"],[335,32,118,26],[335,33,118,26,"useAuth"],[335,40,118,26],[335,42,118,27],[335,43,118,28],[336,4,119,2],[336,10,119,8],[336,11,119,9,"hezBalance"],[336,21,119,19],[336,23,119,21,"setHezBalance"],[336,36,119,34],[336,37,119,35],[336,40,119,38],[336,44,119,38,"useState"],[336,50,119,46],[336,51,119,46,"useState"],[336,59,119,46],[336,61,119,47],[336,73,119,59],[336,74,119,60],[337,4,120,2],[337,10,120,8],[337,11,120,9,"pezBalance"],[337,21,120,19],[337,23,120,21,"setPezBalance"],[337,36,120,34],[337,37,120,35],[337,40,120,38],[337,44,120,38,"useState"],[337,50,120,46],[337,51,120,46,"useState"],[337,59,120,46],[337,61,120,47],[337,73,120,59],[337,74,120,60],[338,4,121,2],[338,10,121,8],[338,11,121,9,"loading"],[338,18,121,16],[338,20,121,18,"setLoading"],[338,30,121,28],[338,31,121,29],[338,34,121,32],[338,38,121,32,"useState"],[338,44,121,40],[338,45,121,40,"useState"],[338,53,121,40],[338,55,121,41],[338,59,121,45],[338,60,121,46],[339,4,123,2],[339,10,123,8,"TEST_WALLET"],[339,21,123,19],[339,24,123,22],[339,74,123,72],[340,4,125,2],[340,8,125,2,"useEffect"],[340,14,125,11],[340,15,125,11,"useEffect"],[340,24,125,11],[340,26,125,12],[340,32,125,18],[341,6,126,4,"fetchBalance"],[341,18,126,16],[341,19,126,17],[341,20,126,18],[342,4,127,2],[342,5,127,3],[342,7,127,5],[342,9,127,7],[342,10,127,8],[343,4,129,2],[343,10,129,8,"fetchBalance"],[343,22,129,20],[343,25,129,23],[343,31,129,23,"fetchBalance"],[343,32,129,23],[343,37,129,35],[344,6,130,4],[344,10,130,8],[345,8,131,6],[345,14,131,12,"backendUrl"],[345,24,131,22],[345,27,131,25],[345,84,131,64],[345,107,131,87],[346,8,132,6],[346,14,132,12,"controller"],[346,24,132,22],[346,27,132,25],[346,31,132,29,"AbortController"],[346,46,132,44],[346,47,132,45],[346,48,132,46],[347,8,133,6],[347,14,133,12,"timeoutId"],[347,23,133,21],[347,26,133,24,"setTimeout"],[347,36,133,34],[347,37,133,35],[347,43,133,41,"controller"],[347,53,133,51],[347,54,133,52,"abort"],[347,59,133,57],[347,60,133,58],[347,61,133,59],[347,63,133,61],[347,67,133,65],[347,68,133,66],[347,69,133,67],[347,70,133,68],[349,8,135,6],[349,14,135,12,"response"],[349,22,135,20],[349,25,135,23],[349,31,135,29,"fetch"],[349,36,135,34],[349,37,135,35],[349,40,135,38,"backendUrl"],[349,50,135,48],[349,75,135,73],[349,77,135,75],[350,10,136,8,"method"],[350,16,136,14],[350,18,136,16],[350,24,136,22],[351,10,137,8,"headers"],[351,17,137,15],[351,19,137,17],[352,12,138,10],[352,26,138,24],[352,28,138,26],[353,10,139,8],[353,11,139,9],[354,10,140,8,"body"],[354,14,140,12],[354,16,140,14,"JSON"],[354,20,140,18],[354,21,140,19,"stringify"],[354,30,140,28],[354,31,140,29],[355,12,141,10,"address"],[355,19,141,17],[355,21,141,19,"TEST_WALLET"],[356,10,142,8],[356,11,142,9],[356,12,142,10],[357,10,143,8,"signal"],[357,16,143,14],[357,18,143,16,"controller"],[357,28,143,26],[357,29,143,27,"signal"],[358,8,144,6],[358,9,144,7],[358,10,144,8],[359,8,146,6,"clearTimeout"],[359,20,146,18],[359,21,146,19,"timeoutId"],[359,30,146,28],[359,31,146,29],[360,8,148,6],[360,12,148,10,"response"],[360,20,148,18],[360,21,148,19,"ok"],[360,23,148,21],[360,25,148,23],[361,10,149,8],[361,16,149,14,"data"],[361,20,149,18],[361,23,149,21],[361,29,149,27,"response"],[361,37,149,35],[361,38,149,36,"json"],[361,42,149,40],[361,43,149,41],[361,44,149,42],[362,10,150,8,"setHezBalance"],[362,23,150,21],[362,24,150,22,"parseFloat"],[362,34,150,32],[362,35,150,33,"data"],[362,39,150,37],[362,40,150,38,"hez"],[362,43,150,41],[362,44,150,42],[362,45,150,43,"toFixed"],[362,52,150,50],[362,53,150,51],[362,54,150,52],[362,55,150,53],[362,56,150,54],[363,10,151,8,"setPezBalance"],[363,23,151,21],[363,24,151,22,"parseFloat"],[363,34,151,32],[363,35,151,33,"data"],[363,39,151,37],[363,40,151,38,"pez"],[363,43,151,41],[363,44,151,42],[363,45,151,43,"toFixed"],[363,52,151,50],[363,53,151,51],[363,54,151,52],[363,55,151,53],[363,56,151,54],[364,8,152,6],[364,9,152,7],[364,15,152,13],[365,10,153,8,"setHezBalance"],[365,23,153,21],[365,24,153,22],[365,30,153,28],[365,31,153,29],[366,10,154,8,"setPezBalance"],[366,23,154,21],[366,24,154,22],[366,30,154,28],[366,31,154,29],[367,8,155,6],[368,6,156,4],[368,7,156,5],[368,8,156,6],[368,15,156,13,"error"],[368,20,156,18],[368,22,156,20],[369,8,157,6,"console"],[369,15,157,13],[369,16,157,14,"error"],[369,21,157,19],[369,22,157,20],[369,44,157,42],[369,46,157,44,"error"],[369,51,157,49],[369,52,157,50],[370,8,158,6,"setHezBalance"],[370,21,158,19],[370,22,158,20],[370,28,158,26],[370,29,158,27],[371,8,159,6,"setPezBalance"],[371,21,159,19],[371,22,159,20],[371,28,159,26],[371,29,159,27],[372,6,160,4],[372,7,160,5],[372,16,160,14],[373,8,161,6,"setLoading"],[373,18,161,16],[373,19,161,17],[373,24,161,22],[373,25,161,23],[374,6,162,4],[375,4,163,2],[375,5,163,3],[376,4,165,2],[376,24,166,4],[376,28,166,4,"_reactJsxDevRuntime"],[376,47,166,4],[376,48,166,4,"jsxDEV"],[376,54,166,4],[376,56,166,5,"View"],[376,60,166,9],[376,61,166,9,"default"],[376,68,166,9],[377,6,166,10,"style"],[377,11,166,15],[377,13,166,17,"styles"],[377,19,166,23],[377,20,166,24,"container"],[377,29,166,34],[378,6,166,34,"children"],[378,14,166,34],[378,29,167,6],[378,33,167,6,"_reactJsxDevRuntime"],[378,52,167,6],[378,53,167,6,"jsxDEV"],[378,59,167,6],[378,61,167,7,"ScrollView"],[378,71,167,17],[378,72,167,17,"default"],[378,79,167,17],[379,8,167,18,"contentContainerStyle"],[379,29,167,39],[379,31,167,41,"styles"],[379,37,167,47],[379,38,167,48,"walletScrollContent"],[379,57,167,68],[380,8,167,68,"children"],[380,16,167,68],[380,32,169,8],[380,36,169,8,"_reactJsxDevRuntime"],[380,55,169,8],[380,56,169,8,"jsxDEV"],[380,62,169,8],[380,64,169,9,"View"],[380,68,169,13],[380,69,169,13,"default"],[380,76,169,13],[381,10,169,14,"style"],[381,15,169,19],[381,17,169,21,"styles"],[381,23,169,27],[381,24,169,28,"walletHeader"],[381,36,169,41],[382,10,169,41,"children"],[382,18,169,41],[382,34,170,10],[382,38,170,10,"_reactJsxDevRuntime"],[382,57,170,10],[382,58,170,10,"jsxDEV"],[382,64,170,10],[382,66,170,11,"Text"],[382,70,170,15],[382,71,170,15,"default"],[382,78,170,15],[383,12,170,16,"style"],[383,17,170,21],[383,19,170,23,"styles"],[383,25,170,29],[383,26,170,30,"walletTitle"],[383,37,170,42],[384,12,170,42,"children"],[384,20,170,42],[384,22,170,43],[385,10,170,52],[386,12,170,52,"fileName"],[386,20,170,52],[386,22,170,52,"_jsxFileName"],[386,34,170,52],[387,12,170,52,"lineNumber"],[387,22,170,52],[388,12,170,52,"columnNumber"],[388,24,170,52],[389,10,170,52],[389,17,170,58],[389,18,170,59],[389,33,171,10],[389,37,171,10,"_reactJsxDevRuntime"],[389,56,171,10],[389,57,171,10,"jsxDEV"],[389,63,171,10],[389,65,171,11,"TouchableOpacity"],[389,81,171,27],[389,82,171,27,"default"],[389,89,171,27],[390,12,171,28,"onPress"],[390,19,171,35],[390,21,171,37,"fetchBalance"],[390,33,171,50],[391,12,171,51,"style"],[391,17,171,56],[391,19,171,58,"styles"],[391,25,171,64],[391,26,171,65,"refreshButton"],[391,39,171,79],[392,12,171,79,"children"],[392,20,171,79],[392,35,172,12],[392,39,172,12,"_reactJsxDevRuntime"],[392,58,172,12],[392,59,172,12,"jsxDEV"],[392,65,172,12],[392,67,172,13,"_expoVectorIcons"],[392,83,172,21],[392,84,172,21,"Ionicons"],[392,92,172,21],[393,14,172,22,"name"],[393,18,172,26],[393,20,172,27],[393,29,172,36],[394,14,172,37,"size"],[394,18,172,41],[394,20,172,43],[394,22,172,46],[395,14,172,47,"color"],[395,19,172,52],[395,21,172,53],[396,12,172,62],[397,14,172,62,"fileName"],[397,22,172,62],[397,24,172,62,"_jsxFileName"],[397,36,172,62],[398,14,172,62,"lineNumber"],[398,24,172,62],[399,14,172,62,"columnNumber"],[399,26,172,62],[400,12,172,62],[400,19,172,64],[401,10,172,65],[402,12,172,65,"fileName"],[402,20,172,65],[402,22,172,65,"_jsxFileName"],[402,34,172,65],[403,12,172,65,"lineNumber"],[403,22,172,65],[404,12,172,65,"columnNumber"],[404,24,172,65],[405,10,172,65],[405,17,173,28],[405,18,173,29],[406,8,173,29],[407,10,173,29,"fileName"],[407,18,173,29],[407,20,173,29,"_jsxFileName"],[407,32,173,29],[408,10,173,29,"lineNumber"],[408,20,173,29],[409,10,173,29,"columnNumber"],[409,22,173,29],[410,8,173,29],[410,15,174,14],[410,16,174,15],[410,31,177,8],[410,35,177,8,"_reactJsxDevRuntime"],[410,54,177,8],[410,55,177,8,"jsxDEV"],[410,61,177,8],[410,63,177,9,"View"],[410,67,177,13],[410,68,177,13,"default"],[410,75,177,13],[411,10,177,14,"style"],[411,15,177,19],[411,17,177,21,"styles"],[411,23,177,27],[411,24,177,28,"balanceRow"],[411,34,177,39],[412,10,177,39,"children"],[412,18,177,39],[412,34,178,10],[412,38,178,10,"_reactJsxDevRuntime"],[412,57,178,10],[412,58,178,10,"jsxDEV"],[412,64,178,10],[412,66,178,11,"View"],[412,70,178,15],[412,71,178,15,"default"],[412,78,178,15],[413,12,178,16,"style"],[413,17,178,21],[413,19,178,23,"styles"],[413,25,178,29],[413,26,178,30,"balanceCardNew"],[413,40,178,45],[414,12,178,45,"children"],[414,20,178,45],[414,36,179,12],[414,40,179,12,"_reactJsxDevRuntime"],[414,59,179,12],[414,60,179,12,"jsxDEV"],[414,66,179,12],[414,68,179,13,"Image"],[414,73,179,18],[414,74,179,18,"default"],[414,81,179,18],[415,14,180,14,"source"],[415,20,180,20],[415,22,180,22],[416,16,180,24,"uri"],[416,19,180,27],[416,21,180,29],[417,14,180,145],[417,15,180,147],[418,14,181,14,"style"],[418,19,181,19],[418,21,181,21,"styles"],[418,27,181,27],[418,28,181,28,"tokenLogoNew"],[419,12,181,41],[420,14,181,41,"fileName"],[420,22,181,41],[420,24,181,41,"_jsxFileName"],[420,36,181,41],[421,14,181,41,"lineNumber"],[421,24,181,41],[422,14,181,41,"columnNumber"],[422,26,181,41],[423,12,181,41],[423,19,182,13],[423,20,182,14],[423,35,183,12],[423,39,183,12,"_reactJsxDevRuntime"],[423,58,183,12],[423,59,183,12,"jsxDEV"],[423,65,183,12],[423,67,183,13,"Text"],[423,71,183,17],[423,72,183,17,"default"],[423,79,183,17],[424,14,183,18,"style"],[424,19,183,23],[424,21,183,25,"styles"],[424,27,183,31],[424,28,183,32,"tokenSymbolNew"],[424,42,183,47],[425,14,183,47,"children"],[425,22,183,47],[425,24,183,48],[426,12,183,51],[427,14,183,51,"fileName"],[427,22,183,51],[427,24,183,51,"_jsxFileName"],[427,36,183,51],[428,14,183,51,"lineNumber"],[428,24,183,51],[429,14,183,51,"columnNumber"],[429,26,183,51],[430,12,183,51],[430,19,183,57],[430,20,183,58],[430,35,184,12],[430,39,184,12,"_reactJsxDevRuntime"],[430,58,184,12],[430,59,184,12,"jsxDEV"],[430,65,184,12],[430,67,184,13,"Text"],[430,71,184,17],[430,72,184,17,"default"],[430,79,184,17],[431,14,184,18,"style"],[431,19,184,23],[431,21,184,25,"styles"],[431,27,184,31],[431,28,184,32,"balanceAmountNew"],[431,44,184,49],[432,14,184,49,"children"],[432,22,184,49],[432,24,184,51,"hezBalance"],[433,12,184,61],[434,14,184,61,"fileName"],[434,22,184,61],[434,24,184,61,"_jsxFileName"],[434,36,184,61],[435,14,184,61,"lineNumber"],[435,24,184,61],[436,14,184,61,"columnNumber"],[436,26,184,61],[437,12,184,61],[437,19,184,68],[437,20,184,69],[437,35,185,12],[437,39,185,12,"_reactJsxDevRuntime"],[437,58,185,12],[437,59,185,12,"jsxDEV"],[437,65,185,12],[437,67,185,13,"Text"],[437,71,185,17],[437,72,185,17,"default"],[437,79,185,17],[438,14,185,18,"style"],[438,19,185,23],[438,21,185,25,"styles"],[438,27,185,31],[438,28,185,32,"tokenNameNew"],[438,40,185,45],[439,14,185,45,"children"],[439,22,185,45],[439,24,185,46],[440,12,185,61],[441,14,185,61,"fileName"],[441,22,185,61],[441,24,185,61,"_jsxFileName"],[441,36,185,61],[442,14,185,61,"lineNumber"],[442,24,185,61],[443,14,185,61,"columnNumber"],[443,26,185,61],[444,12,185,61],[444,19,185,67],[444,20,185,68],[445,10,185,68],[446,12,185,68,"fileName"],[446,20,185,68],[446,22,185,68,"_jsxFileName"],[446,34,185,68],[447,12,185,68,"lineNumber"],[447,22,185,68],[448,12,185,68,"columnNumber"],[448,24,185,68],[449,10,185,68],[449,17,186,16],[449,18,186,17],[449,33,188,10],[449,37,188,10,"_reactJsxDevRuntime"],[449,56,188,10],[449,57,188,10,"jsxDEV"],[449,63,188,10],[449,65,188,11,"View"],[449,69,188,15],[449,70,188,15,"default"],[449,77,188,15],[450,12,188,16,"style"],[450,17,188,21],[450,19,188,23,"styles"],[450,25,188,29],[450,26,188,30,"balanceCardNew"],[450,40,188,45],[451,12,188,45,"children"],[451,20,188,45],[451,36,189,12],[451,40,189,12,"_reactJsxDevRuntime"],[451,59,189,12],[451,60,189,12,"jsxDEV"],[451,66,189,12],[451,68,189,13,"Image"],[451,73,189,18],[451,74,189,18,"default"],[451,81,189,18],[452,14,190,14,"source"],[452,20,190,20],[452,22,190,22],[453,16,190,24,"uri"],[453,19,190,27],[453,21,190,29],[454,14,190,129],[454,15,190,131],[455,14,191,14,"style"],[455,19,191,19],[455,21,191,21,"styles"],[455,27,191,27],[455,28,191,28,"tokenLogoNew"],[456,12,191,41],[457,14,191,41,"fileName"],[457,22,191,41],[457,24,191,41,"_jsxFileName"],[457,36,191,41],[458,14,191,41,"lineNumber"],[458,24,191,41],[459,14,191,41,"columnNumber"],[459,26,191,41],[460,12,191,41],[460,19,192,13],[460,20,192,14],[460,35,193,12],[460,39,193,12,"_reactJsxDevRuntime"],[460,58,193,12],[460,59,193,12,"jsxDEV"],[460,65,193,12],[460,67,193,13,"Text"],[460,71,193,17],[460,72,193,17,"default"],[460,79,193,17],[461,14,193,18,"style"],[461,19,193,23],[461,21,193,25,"styles"],[461,27,193,31],[461,28,193,32,"tokenSymbolNew"],[461,42,193,47],[462,14,193,47,"children"],[462,22,193,47],[462,24,193,48],[463,12,193,51],[464,14,193,51,"fileName"],[464,22,193,51],[464,24,193,51,"_jsxFileName"],[464,36,193,51],[465,14,193,51,"lineNumber"],[465,24,193,51],[466,14,193,51,"columnNumber"],[466,26,193,51],[467,12,193,51],[467,19,193,57],[467,20,193,58],[467,35,194,12],[467,39,194,12,"_reactJsxDevRuntime"],[467,58,194,12],[467,59,194,12,"jsxDEV"],[467,65,194,12],[467,67,194,13,"Text"],[467,71,194,17],[467,72,194,17,"default"],[467,79,194,17],[468,14,194,18,"style"],[468,19,194,23],[468,21,194,25,"styles"],[468,27,194,31],[468,28,194,32,"balanceAmountNew"],[468,44,194,49],[469,14,194,49,"children"],[469,22,194,49],[469,24,194,51,"pezBalance"],[470,12,194,61],[471,14,194,61,"fileName"],[471,22,194,61],[471,24,194,61,"_jsxFileName"],[471,36,194,61],[472,14,194,61,"lineNumber"],[472,24,194,61],[473,14,194,61,"columnNumber"],[473,26,194,61],[474,12,194,61],[474,19,194,68],[474,20,194,69],[474,35,195,12],[474,39,195,12,"_reactJsxDevRuntime"],[474,58,195,12],[474,59,195,12,"jsxDEV"],[474,65,195,12],[474,67,195,13,"Text"],[474,71,195,17],[474,72,195,17,"default"],[474,79,195,17],[475,14,195,18,"style"],[475,19,195,23],[475,21,195,25,"styles"],[475,27,195,31],[475,28,195,32,"tokenNameNew"],[475,40,195,45],[476,14,195,45,"children"],[476,22,195,45],[476,24,195,46],[477,12,195,59],[478,14,195,59,"fileName"],[478,22,195,59],[478,24,195,59,"_jsxFileName"],[478,36,195,59],[479,14,195,59,"lineNumber"],[479,24,195,59],[480,14,195,59,"columnNumber"],[480,26,195,59],[481,12,195,59],[481,19,195,65],[481,20,195,66],[482,10,195,66],[483,12,195,66,"fileName"],[483,20,195,66],[483,22,195,66,"_jsxFileName"],[483,34,195,66],[484,12,195,66,"lineNumber"],[484,22,195,66],[485,12,195,66,"columnNumber"],[485,24,195,66],[486,10,195,66],[486,17,196,16],[486,18,196,17],[487,8,196,17],[488,10,196,17,"fileName"],[488,18,196,17],[488,20,196,17,"_jsxFileName"],[488,32,196,17],[489,10,196,17,"lineNumber"],[489,20,196,17],[490,10,196,17,"columnNumber"],[490,22,196,17],[491,8,196,17],[491,15,197,14],[491,16,197,15],[491,31,200,8],[491,35,200,8,"_reactJsxDevRuntime"],[491,54,200,8],[491,55,200,8,"jsxDEV"],[491,61,200,8],[491,63,200,9,"View"],[491,67,200,13],[491,68,200,13,"default"],[491,75,200,13],[492,10,200,14,"style"],[492,15,200,19],[492,17,200,21,"styles"],[492,23,200,27],[492,24,200,28,"actionsContainer"],[492,40,200,45],[493,10,200,45,"children"],[493,18,200,45],[493,34,202,10],[493,38,202,10,"_reactJsxDevRuntime"],[493,57,202,10],[493,58,202,10,"jsxDEV"],[493,64,202,10],[493,66,202,11,"View"],[493,70,202,15],[493,71,202,15,"default"],[493,78,202,15],[494,12,202,16,"style"],[494,17,202,21],[494,19,202,23,"styles"],[494,25,202,29],[494,26,202,30,"actionsRow"],[494,36,202,41],[495,12,202,41,"children"],[495,20,202,41],[495,36,203,12],[495,40,203,12,"_reactJsxDevRuntime"],[495,59,203,12],[495,60,203,12,"jsxDEV"],[495,66,203,12],[495,68,203,13,"TouchableOpacity"],[495,84,203,29],[495,85,203,29,"default"],[495,92,203,29],[496,14,203,30,"style"],[496,19,203,35],[496,21,203,37],[496,22,203,38,"styles"],[496,28,203,44],[496,29,203,45,"actionBtn"],[496,38,203,54],[496,40,203,56],[497,16,203,57,"backgroundColor"],[497,31,203,72],[497,33,203,74],[498,14,203,83],[498,15,203,84],[498,16,203,86],[499,14,203,86,"children"],[499,22,203,86],[499,38,204,14],[499,42,204,14,"_reactJsxDevRuntime"],[499,61,204,14],[499,62,204,14,"jsxDEV"],[499,68,204,14],[499,70,204,15,"_expoVectorIcons"],[499,86,204,23],[499,87,204,23,"Ionicons"],[499,95,204,23],[500,16,204,24,"name"],[500,20,204,28],[500,22,204,29],[500,32,204,39],[501,16,204,40,"size"],[501,20,204,44],[501,22,204,46],[501,24,204,49],[502,16,204,50,"color"],[502,21,204,55],[502,23,204,56],[503,14,204,62],[504,16,204,62,"fileName"],[504,24,204,62],[504,26,204,62,"_jsxFileName"],[504,38,204,62],[505,16,204,62,"lineNumber"],[505,26,204,62],[506,16,204,62,"columnNumber"],[506,28,204,62],[507,14,204,62],[507,21,204,64],[507,22,204,65],[507,37,205,14],[507,41,205,14,"_reactJsxDevRuntime"],[507,60,205,14],[507,61,205,14,"jsxDEV"],[507,67,205,14],[507,69,205,15,"Text"],[507,73,205,19],[507,74,205,19,"default"],[507,81,205,19],[508,16,205,20,"style"],[508,21,205,25],[508,23,205,27,"styles"],[508,29,205,33],[508,30,205,34,"actionBtnText"],[508,43,205,48],[509,16,205,48,"children"],[509,24,205,48],[509,26,205,49],[510,14,205,53],[511,16,205,53,"fileName"],[511,24,205,53],[511,26,205,53,"_jsxFileName"],[511,38,205,53],[512,16,205,53,"lineNumber"],[512,26,205,53],[513,16,205,53,"columnNumber"],[513,28,205,53],[514,14,205,53],[514,21,205,59],[514,22,205,60],[515,12,205,60],[516,14,205,60,"fileName"],[516,22,205,60],[516,24,205,60,"_jsxFileName"],[516,36,205,60],[517,14,205,60,"lineNumber"],[517,24,205,60],[518,14,205,60,"columnNumber"],[518,26,205,60],[519,12,205,60],[519,19,206,30],[519,20,206,31],[519,35,207,12],[519,39,207,12,"_reactJsxDevRuntime"],[519,58,207,12],[519,59,207,12,"jsxDEV"],[519,65,207,12],[519,67,207,13,"TouchableOpacity"],[519,83,207,29],[519,84,207,29,"default"],[519,91,207,29],[520,14,207,30,"style"],[520,19,207,35],[520,21,207,37],[520,22,207,38,"styles"],[520,28,207,44],[520,29,207,45,"actionBtn"],[520,38,207,54],[520,40,207,56],[521,16,207,57,"backgroundColor"],[521,31,207,72],[521,33,207,74],[522,14,207,83],[522,15,207,84],[522,16,207,86],[523,14,207,86,"children"],[523,22,207,86],[523,38,208,14],[523,42,208,14,"_reactJsxDevRuntime"],[523,61,208,14],[523,62,208,14,"jsxDEV"],[523,68,208,14],[523,70,208,15,"_expoVectorIcons"],[523,86,208,23],[523,87,208,23,"Ionicons"],[523,95,208,23],[524,16,208,24,"name"],[524,20,208,28],[524,22,208,29],[524,34,208,41],[525,16,208,42,"size"],[525,20,208,46],[525,22,208,48],[525,24,208,51],[526,16,208,52,"color"],[526,21,208,57],[526,23,208,58],[527,14,208,64],[528,16,208,64,"fileName"],[528,24,208,64],[528,26,208,64,"_jsxFileName"],[528,38,208,64],[529,16,208,64,"lineNumber"],[529,26,208,64],[530,16,208,64,"columnNumber"],[530,28,208,64],[531,14,208,64],[531,21,208,66],[531,22,208,67],[531,37,209,14],[531,41,209,14,"_reactJsxDevRuntime"],[531,60,209,14],[531,61,209,14,"jsxDEV"],[531,67,209,14],[531,69,209,15,"Text"],[531,73,209,19],[531,74,209,19,"default"],[531,81,209,19],[532,16,209,20,"style"],[532,21,209,25],[532,23,209,27,"styles"],[532,29,209,33],[532,30,209,34,"actionBtnText"],[532,43,209,48],[533,16,209,48,"children"],[533,24,209,48],[533,26,209,49],[534,14,209,56],[535,16,209,56,"fileName"],[535,24,209,56],[535,26,209,56,"_jsxFileName"],[535,38,209,56],[536,16,209,56,"lineNumber"],[536,26,209,56],[537,16,209,56,"columnNumber"],[537,28,209,56],[538,14,209,56],[538,21,209,62],[538,22,209,63],[539,12,209,63],[540,14,209,63,"fileName"],[540,22,209,63],[540,24,209,63,"_jsxFileName"],[540,36,209,63],[541,14,209,63,"lineNumber"],[541,24,209,63],[542,14,209,63,"columnNumber"],[542,26,209,63],[543,12,209,63],[543,19,210,30],[543,20,210,31],[543,35,211,12],[543,39,211,12,"_reactJsxDevRuntime"],[543,58,211,12],[543,59,211,12,"jsxDEV"],[543,65,211,12],[543,67,211,13,"TouchableOpacity"],[543,83,211,29],[543,84,211,29,"default"],[543,91,211,29],[544,14,211,30,"style"],[544,19,211,35],[544,21,211,37],[544,22,211,38,"styles"],[544,28,211,44],[544,29,211,45,"actionBtn"],[544,38,211,54],[544,40,211,56],[545,16,211,57,"backgroundColor"],[545,31,211,72],[545,33,211,74],[546,14,211,83],[546,15,211,84],[546,16,211,86],[547,14,211,86,"children"],[547,22,211,86],[547,38,212,14],[547,42,212,14,"_reactJsxDevRuntime"],[547,61,212,14],[547,62,212,14,"jsxDEV"],[547,68,212,14],[547,70,212,15,"_expoVectorIcons"],[547,86,212,23],[547,87,212,23,"Ionicons"],[547,95,212,23],[548,16,212,24,"name"],[548,20,212,28],[548,22,212,29],[548,39,212,46],[549,16,212,47,"size"],[549,20,212,51],[549,22,212,53],[549,24,212,56],[550,16,212,57,"color"],[550,21,212,62],[550,23,212,63],[551,14,212,69],[552,16,212,69,"fileName"],[552,24,212,69],[552,26,212,69,"_jsxFileName"],[552,38,212,69],[553,16,212,69,"lineNumber"],[553,26,212,69],[554,16,212,69,"columnNumber"],[554,28,212,69],[555,14,212,69],[555,21,212,71],[555,22,212,72],[555,37,213,14],[555,41,213,14,"_reactJsxDevRuntime"],[555,60,213,14],[555,61,213,14,"jsxDEV"],[555,67,213,14],[555,69,213,15,"Text"],[555,73,213,19],[555,74,213,19,"default"],[555,81,213,19],[556,16,213,20,"style"],[556,21,213,25],[556,23,213,27,"styles"],[556,29,213,33],[556,30,213,34,"actionBtnText"],[556,43,213,48],[557,16,213,48,"children"],[557,24,213,48],[557,26,213,49],[558,14,213,53],[559,16,213,53,"fileName"],[559,24,213,53],[559,26,213,53,"_jsxFileName"],[559,38,213,53],[560,16,213,53,"lineNumber"],[560,26,213,53],[561,16,213,53,"columnNumber"],[561,28,213,53],[562,14,213,53],[562,21,213,59],[562,22,213,60],[563,12,213,60],[564,14,213,60,"fileName"],[564,22,213,60],[564,24,213,60,"_jsxFileName"],[564,36,213,60],[565,14,213,60,"lineNumber"],[565,24,213,60],[566,14,213,60,"columnNumber"],[566,26,213,60],[567,12,213,60],[567,19,214,30],[567,20,214,31],[567,35,215,12],[567,39,215,12,"_reactJsxDevRuntime"],[567,58,215,12],[567,59,215,12,"jsxDEV"],[567,65,215,12],[567,67,215,13,"TouchableOpacity"],[567,83,215,29],[567,84,215,29,"default"],[567,91,215,29],[568,14,215,30,"style"],[568,19,215,35],[568,21,215,37],[568,22,215,38,"styles"],[568,28,215,44],[568,29,215,45,"actionBtn"],[568,38,215,54],[568,40,215,56],[569,16,215,57,"backgroundColor"],[569,31,215,72],[569,33,215,74],[570,14,215,83],[570,15,215,84],[570,16,215,86],[571,14,215,86,"children"],[571,22,215,86],[571,38,216,14],[571,42,216,14,"_reactJsxDevRuntime"],[571,61,216,14],[571,62,216,14,"jsxDEV"],[571,68,216,14],[571,70,216,15,"_expoVectorIcons"],[571,86,216,23],[571,87,216,23,"Ionicons"],[571,95,216,23],[572,16,216,24,"name"],[572,20,216,28],[572,22,216,29],[572,30,216,37],[573,16,216,38,"size"],[573,20,216,42],[573,22,216,44],[573,24,216,47],[574,16,216,48,"color"],[574,21,216,53],[574,23,216,54],[575,14,216,60],[576,16,216,60,"fileName"],[576,24,216,60],[576,26,216,60,"_jsxFileName"],[576,38,216,60],[577,16,216,60,"lineNumber"],[577,26,216,60],[578,16,216,60,"columnNumber"],[578,28,216,60],[579,14,216,60],[579,21,216,62],[579,22,216,63],[579,37,217,14],[579,41,217,14,"_reactJsxDevRuntime"],[579,60,217,14],[579,61,217,14,"jsxDEV"],[579,67,217,14],[579,69,217,15,"Text"],[579,73,217,19],[579,74,217,19,"default"],[579,81,217,19],[580,16,217,20,"style"],[580,21,217,25],[580,23,217,27,"styles"],[580,29,217,33],[580,30,217,34,"actionBtnText"],[580,43,217,48],[581,16,217,48,"children"],[581,24,217,48],[581,26,217,49],[582,14,217,52],[583,16,217,52,"fileName"],[583,24,217,52],[583,26,217,52,"_jsxFileName"],[583,38,217,52],[584,16,217,52,"lineNumber"],[584,26,217,52],[585,16,217,52,"columnNumber"],[585,28,217,52],[586,14,217,52],[586,21,217,58],[586,22,217,59],[587,12,217,59],[588,14,217,59,"fileName"],[588,22,217,59],[588,24,217,59,"_jsxFileName"],[588,36,217,59],[589,14,217,59,"lineNumber"],[589,24,217,59],[590,14,217,59,"columnNumber"],[590,26,217,59],[591,12,217,59],[591,19,218,30],[591,20,218,31],[592,10,218,31],[593,12,218,31,"fileName"],[593,20,218,31],[593,22,218,31,"_jsxFileName"],[593,34,218,31],[594,12,218,31,"lineNumber"],[594,22,218,31],[595,12,218,31,"columnNumber"],[595,24,218,31],[596,10,218,31],[596,17,219,16],[596,18,219,17],[596,33,222,10],[596,37,222,10,"_reactJsxDevRuntime"],[596,56,222,10],[596,57,222,10,"jsxDEV"],[596,63,222,10],[596,65,222,11,"View"],[596,69,222,15],[596,70,222,15,"default"],[596,77,222,15],[597,12,222,16,"style"],[597,17,222,21],[597,19,222,23,"styles"],[597,25,222,29],[597,26,222,30,"actionsRow"],[597,36,222,41],[598,12,222,41,"children"],[598,20,222,41],[598,36,223,12],[598,40,223,12,"_reactJsxDevRuntime"],[598,59,223,12],[598,60,223,12,"jsxDEV"],[598,66,223,12],[598,68,223,13,"TouchableOpacity"],[598,84,223,29],[598,85,223,29,"default"],[598,92,223,29],[599,14,223,30,"style"],[599,19,223,35],[599,21,223,37],[599,22,223,38,"styles"],[599,28,223,44],[599,29,223,45,"actionBtn"],[599,38,223,54],[599,40,223,56],[600,16,223,57,"backgroundColor"],[600,31,223,72],[600,33,223,74],[601,14,223,83],[601,15,223,84],[601,16,223,86],[602,14,223,86,"children"],[602,22,223,86],[602,38,224,14],[602,42,224,14,"_reactJsxDevRuntime"],[602,61,224,14],[602,62,224,14,"jsxDEV"],[602,68,224,14],[602,70,224,15,"_expoVectorIcons"],[602,86,224,23],[602,87,224,23,"Ionicons"],[602,95,224,23],[603,16,224,24,"name"],[603,20,224,28],[603,22,224,29],[603,33,224,40],[604,16,224,41,"size"],[604,20,224,45],[604,22,224,47],[604,24,224,50],[605,16,224,51,"color"],[605,21,224,56],[605,23,224,57],[606,14,224,63],[607,16,224,63,"fileName"],[607,24,224,63],[607,26,224,63,"_jsxFileName"],[607,38,224,63],[608,16,224,63,"lineNumber"],[608,26,224,63],[609,16,224,63,"columnNumber"],[609,28,224,63],[610,14,224,63],[610,21,224,65],[610,22,224,66],[610,37,225,14],[610,41,225,14,"_reactJsxDevRuntime"],[610,60,225,14],[610,61,225,14,"jsxDEV"],[610,67,225,14],[610,69,225,15,"Text"],[610,73,225,19],[610,74,225,19,"default"],[610,81,225,19],[611,16,225,20,"style"],[611,21,225,25],[611,23,225,27,"styles"],[611,29,225,33],[611,30,225,34,"actionBtnText"],[611,43,225,48],[612,16,225,48,"children"],[612,24,225,48],[612,26,225,49],[613,14,225,53],[614,16,225,53,"fileName"],[614,24,225,53],[614,26,225,53,"_jsxFileName"],[614,38,225,53],[615,16,225,53,"lineNumber"],[615,26,225,53],[616,16,225,53,"columnNumber"],[616,28,225,53],[617,14,225,53],[617,21,225,59],[617,22,225,60],[618,12,225,60],[619,14,225,60,"fileName"],[619,22,225,60],[619,24,225,60,"_jsxFileName"],[619,36,225,60],[620,14,225,60,"lineNumber"],[620,24,225,60],[621,14,225,60,"columnNumber"],[621,26,225,60],[622,12,225,60],[622,19,226,30],[622,20,226,31],[622,35,227,12],[622,39,227,12,"_reactJsxDevRuntime"],[622,58,227,12],[622,59,227,12,"jsxDEV"],[622,65,227,12],[622,67,227,13,"TouchableOpacity"],[622,83,227,29],[622,84,227,29,"default"],[622,91,227,29],[623,14,227,30,"style"],[623,19,227,35],[623,21,227,37],[623,22,227,38,"styles"],[623,28,227,44],[623,29,227,45,"actionBtn"],[623,38,227,54],[623,40,227,56],[624,16,227,57,"backgroundColor"],[624,31,227,72],[624,33,227,74],[625,14,227,83],[625,15,227,84],[625,16,227,86],[626,14,227,86,"children"],[626,22,227,86],[626,38,228,14],[626,42,228,14,"_reactJsxDevRuntime"],[626,61,228,14],[626,62,228,14,"jsxDEV"],[626,68,228,14],[626,70,228,15,"_expoVectorIcons"],[626,86,228,23],[626,87,228,23,"Ionicons"],[626,95,228,23],[627,16,228,24,"name"],[627,20,228,28],[627,22,228,29],[627,28,228,35],[628,16,228,36,"size"],[628,20,228,40],[628,22,228,42],[628,24,228,45],[629,16,228,46,"color"],[629,21,228,51],[629,23,228,52],[630,14,228,58],[631,16,228,58,"fileName"],[631,24,228,58],[631,26,228,58,"_jsxFileName"],[631,38,228,58],[632,16,228,58,"lineNumber"],[632,26,228,58],[633,16,228,58,"columnNumber"],[633,28,228,58],[634,14,228,58],[634,21,228,60],[634,22,228,61],[634,37,229,14],[634,41,229,14,"_reactJsxDevRuntime"],[634,60,229,14],[634,61,229,14,"jsxDEV"],[634,67,229,14],[634,69,229,15,"Text"],[634,73,229,19],[634,74,229,19,"default"],[634,81,229,19],[635,16,229,20,"style"],[635,21,229,25],[635,23,229,27,"styles"],[635,29,229,33],[635,30,229,34,"actionBtnText"],[635,43,229,48],[636,16,229,48,"children"],[636,24,229,48],[636,26,229,49],[637,14,229,54],[638,16,229,54,"fileName"],[638,24,229,54],[638,26,229,54,"_jsxFileName"],[638,38,229,54],[639,16,229,54,"lineNumber"],[639,26,229,54],[640,16,229,54,"columnNumber"],[640,28,229,54],[641,14,229,54],[641,21,229,60],[641,22,229,61],[642,12,229,61],[643,14,229,61,"fileName"],[643,22,229,61],[643,24,229,61,"_jsxFileName"],[643,36,229,61],[644,14,229,61,"lineNumber"],[644,24,229,61],[645,14,229,61,"columnNumber"],[645,26,229,61],[646,12,229,61],[646,19,230,30],[646,20,230,31],[646,35,231,12],[646,39,231,12,"_reactJsxDevRuntime"],[646,58,231,12],[646,59,231,12,"jsxDEV"],[646,65,231,12],[646,67,231,13,"TouchableOpacity"],[646,83,231,29],[646,84,231,29,"default"],[646,91,231,29],[647,14,231,30,"style"],[647,19,231,35],[647,21,231,37],[647,22,231,38,"styles"],[647,28,231,44],[647,29,231,45,"actionBtn"],[647,38,231,54],[647,40,231,56],[648,16,231,57,"backgroundColor"],[648,31,231,72],[648,33,231,74],[649,14,231,83],[649,15,231,84],[649,16,231,86],[650,14,231,86,"children"],[650,22,231,86],[650,38,232,14],[650,42,232,14,"_reactJsxDevRuntime"],[650,61,232,14],[650,62,232,14,"jsxDEV"],[650,68,232,14],[650,70,232,15,"_expoVectorIcons"],[650,86,232,23],[650,87,232,23,"Ionicons"],[650,95,232,23],[651,16,232,24,"name"],[651,20,232,28],[651,22,232,29],[651,28,232,35],[652,16,232,36,"size"],[652,20,232,40],[652,22,232,42],[652,24,232,45],[653,16,232,46,"color"],[653,21,232,51],[653,23,232,52],[654,14,232,58],[655,16,232,58,"fileName"],[655,24,232,58],[655,26,232,58,"_jsxFileName"],[655,38,232,58],[656,16,232,58,"lineNumber"],[656,26,232,58],[657,16,232,58,"columnNumber"],[657,28,232,58],[658,14,232,58],[658,21,232,60],[658,22,232,61],[658,37,233,14],[658,41,233,14,"_reactJsxDevRuntime"],[658,60,233,14],[658,61,233,14,"jsxDEV"],[658,67,233,14],[658,69,233,15,"Text"],[658,73,233,19],[658,74,233,19,"default"],[658,81,233,19],[659,16,233,20,"style"],[659,21,233,25],[659,23,233,27,"styles"],[659,29,233,33],[659,30,233,34,"actionBtnText"],[659,43,233,48],[660,16,233,48,"children"],[660,24,233,48],[660,26,233,49],[661,14,233,56],[662,16,233,56,"fileName"],[662,24,233,56],[662,26,233,56,"_jsxFileName"],[662,38,233,56],[663,16,233,56,"lineNumber"],[663,26,233,56],[664,16,233,56,"columnNumber"],[664,28,233,56],[665,14,233,56],[665,21,233,62],[665,22,233,63],[666,12,233,63],[667,14,233,63,"fileName"],[667,22,233,63],[667,24,233,63,"_jsxFileName"],[667,36,233,63],[668,14,233,63,"lineNumber"],[668,24,233,63],[669,14,233,63,"columnNumber"],[669,26,233,63],[670,12,233,63],[670,19,234,30],[670,20,234,31],[670,35,235,12],[670,39,235,12,"_reactJsxDevRuntime"],[670,58,235,12],[670,59,235,12,"jsxDEV"],[670,65,235,12],[670,67,235,13,"TouchableOpacity"],[670,83,235,29],[670,84,235,29,"default"],[670,91,235,29],[671,14,235,30,"style"],[671,19,235,35],[671,21,235,37],[671,22,235,38,"styles"],[671,28,235,44],[671,29,235,45,"actionBtn"],[671,38,235,54],[671,40,235,56],[672,16,235,57,"backgroundColor"],[672,31,235,72],[672,33,235,74],[673,14,235,83],[673,15,235,84],[673,16,235,86],[674,14,235,86,"children"],[674,22,235,86],[674,38,236,14],[674,42,236,14,"_reactJsxDevRuntime"],[674,61,236,14],[674,62,236,14,"jsxDEV"],[674,68,236,14],[674,70,236,15,"_expoVectorIcons"],[674,86,236,23],[674,87,236,23,"Ionicons"],[674,95,236,23],[675,16,236,24,"name"],[675,20,236,28],[675,22,236,29],[675,28,236,35],[676,16,236,36,"size"],[676,20,236,40],[676,22,236,42],[676,24,236,45],[677,16,236,46,"color"],[677,21,236,51],[677,23,236,52],[678,14,236,58],[679,16,236,58,"fileName"],[679,24,236,58],[679,26,236,58,"_jsxFileName"],[679,38,236,58],[680,16,236,58,"lineNumber"],[680,26,236,58],[681,16,236,58,"columnNumber"],[681,28,236,58],[682,14,236,58],[682,21,236,60],[682,22,236,61],[682,37,237,14],[682,41,237,14,"_reactJsxDevRuntime"],[682,60,237,14],[682,61,237,14,"jsxDEV"],[682,67,237,14],[682,69,237,15,"Text"],[682,73,237,19],[682,74,237,19,"default"],[682,81,237,19],[683,16,237,20,"style"],[683,21,237,25],[683,23,237,27,"styles"],[683,29,237,33],[683,30,237,34,"actionBtnText"],[683,43,237,48],[684,16,237,48,"children"],[684,24,237,48],[684,26,237,49],[685,14,237,56],[686,16,237,56,"fileName"],[686,24,237,56],[686,26,237,56,"_jsxFileName"],[686,38,237,56],[687,16,237,56,"lineNumber"],[687,26,237,56],[688,16,237,56,"columnNumber"],[688,28,237,56],[689,14,237,56],[689,21,237,62],[689,22,237,63],[690,12,237,63],[691,14,237,63,"fileName"],[691,22,237,63],[691,24,237,63,"_jsxFileName"],[691,36,237,63],[692,14,237,63,"lineNumber"],[692,24,237,63],[693,14,237,63,"columnNumber"],[693,26,237,63],[694,12,237,63],[694,19,238,30],[694,20,238,31],[695,10,238,31],[696,12,238,31,"fileName"],[696,20,238,31],[696,22,238,31,"_jsxFileName"],[696,34,238,31],[697,12,238,31,"lineNumber"],[697,22,238,31],[698,12,238,31,"columnNumber"],[698,24,238,31],[699,10,238,31],[699,17,239,16],[699,18,239,17],[700,8,239,17],[701,10,239,17,"fileName"],[701,18,239,17],[701,20,239,17,"_jsxFileName"],[701,32,239,17],[702,10,239,17,"lineNumber"],[702,20,239,17],[703,10,239,17,"columnNumber"],[703,22,239,17],[704,8,239,17],[704,15,240,14],[704,16,240,15],[704,31,243,8],[704,35,243,8,"_reactJsxDevRuntime"],[704,54,243,8],[704,55,243,8,"jsxDEV"],[704,61,243,8],[704,63,243,9,"View"],[704,67,243,13],[704,68,243,13,"default"],[704,75,243,13],[705,10,243,14,"style"],[705,15,243,19],[705,17,243,21,"styles"],[705,23,243,27],[705,24,243,28,"tokensContainer"],[705,39,243,44],[706,10,243,44,"children"],[706,18,243,44],[706,34,244,10],[706,38,244,10,"_reactJsxDevRuntime"],[706,57,244,10],[706,58,244,10,"jsxDEV"],[706,64,244,10],[706,66,244,11,"Text"],[706,70,244,15],[706,71,244,15,"default"],[706,78,244,15],[707,12,244,16,"style"],[707,17,244,21],[707,19,244,23,"styles"],[707,25,244,29],[707,26,244,30,"tokensTitle"],[707,37,244,42],[708,12,244,42,"children"],[708,20,244,42],[708,22,244,43],[709,10,244,49],[710,12,244,49,"fileName"],[710,20,244,49],[710,22,244,49,"_jsxFileName"],[710,34,244,49],[711,12,244,49,"lineNumber"],[711,22,244,49],[712,12,244,49,"columnNumber"],[712,24,244,49],[713,10,244,49],[713,17,244,55],[713,18,244,56],[713,33,247,10],[713,37,247,10,"_reactJsxDevRuntime"],[713,56,247,10],[713,57,247,10,"jsxDEV"],[713,63,247,10],[713,65,247,11,"View"],[713,69,247,15],[713,70,247,15,"default"],[713,77,247,15],[714,12,247,16,"style"],[714,17,247,21],[714,19,247,23,"styles"],[714,25,247,29],[714,26,247,30,"tokenItem"],[714,35,247,40],[715,12,247,40,"children"],[715,20,247,40],[715,36,248,12],[715,40,248,12,"_reactJsxDevRuntime"],[715,59,248,12],[715,60,248,12,"jsxDEV"],[715,66,248,12],[715,68,248,13,"View"],[715,72,248,17],[715,73,248,17,"default"],[715,80,248,17],[716,14,248,18,"style"],[716,19,248,23],[716,21,248,25,"styles"],[716,27,248,31],[716,28,248,32,"tokenItemLeft"],[716,41,248,46],[717,14,248,46,"children"],[717,22,248,46],[717,38,249,14],[717,42,249,14,"_reactJsxDevRuntime"],[717,61,249,14],[717,62,249,14,"jsxDEV"],[717,68,249,14],[717,70,249,15,"View"],[717,74,249,19],[717,75,249,19,"default"],[717,82,249,19],[718,16,249,20,"style"],[718,21,249,25],[718,23,249,27,"styles"],[718,29,249,33],[718,30,249,34,"tokenIconContainer"],[718,48,249,53],[719,16,249,53,"children"],[719,24,249,53],[719,40,250,16],[719,44,250,16,"_reactJsxDevRuntime"],[719,63,250,16],[719,64,250,16,"jsxDEV"],[719,70,250,16],[719,72,250,17,"Image"],[719,77,250,22],[719,78,250,22,"default"],[719,85,250,22],[720,18,251,18,"source"],[720,24,251,24],[720,26,251,26],[721,20,251,28,"uri"],[721,23,251,31],[721,25,251,33],[722,18,251,134],[722,19,251,136],[723,18,252,18,"style"],[723,23,252,23],[723,25,252,25,"styles"],[723,31,252,31],[723,32,252,32,"tokenIcon"],[724,16,252,42],[725,18,252,42,"fileName"],[725,26,252,42],[725,28,252,42,"_jsxFileName"],[725,40,252,42],[726,18,252,42,"lineNumber"],[726,28,252,42],[727,18,252,42,"columnNumber"],[727,30,252,42],[728,16,252,42],[728,23,253,17],[728,24,253,18],[728,39,254,16],[728,43,254,16,"_reactJsxDevRuntime"],[728,62,254,16],[728,63,254,16,"jsxDEV"],[728,69,254,16],[728,71,254,17,"Image"],[728,76,254,22],[728,77,254,22,"default"],[728,84,254,22],[729,18,255,18,"source"],[729,24,255,24],[729,26,255,26],[730,20,255,28,"uri"],[730,23,255,31],[730,25,255,33],[731,18,255,133],[731,19,255,135],[732,18,256,18,"style"],[732,23,256,23],[732,25,256,25,"styles"],[732,31,256,31],[732,32,256,32,"networkBadge"],[733,16,256,45],[734,18,256,45,"fileName"],[734,26,256,45],[734,28,256,45,"_jsxFileName"],[734,40,256,45],[735,18,256,45,"lineNumber"],[735,28,256,45],[736,18,256,45,"columnNumber"],[736,30,256,45],[737,16,256,45],[737,23,257,17],[737,24,257,18],[738,14,257,18],[739,16,257,18,"fileName"],[739,24,257,18],[739,26,257,18,"_jsxFileName"],[739,38,257,18],[740,16,257,18,"lineNumber"],[740,26,257,18],[741,16,257,18,"columnNumber"],[741,28,257,18],[742,14,257,18],[742,21,258,20],[742,22,258,21],[742,37,259,14],[742,41,259,14,"_reactJsxDevRuntime"],[742,60,259,14],[742,61,259,14,"jsxDEV"],[742,67,259,14],[742,69,259,15,"View"],[742,73,259,19],[742,74,259,19,"default"],[742,81,259,19],[743,16,259,19,"children"],[743,24,259,19],[743,40,260,16],[743,44,260,16,"_reactJsxDevRuntime"],[743,63,260,16],[743,64,260,16,"jsxDEV"],[743,70,260,16],[743,72,260,17,"Text"],[743,76,260,21],[743,77,260,21,"default"],[743,84,260,21],[744,18,260,22,"style"],[744,23,260,27],[744,25,260,29,"styles"],[744,31,260,35],[744,32,260,36,"tokenItemName"],[744,45,260,50],[745,18,260,50,"children"],[745,26,260,50],[745,28,260,51],[746,16,260,55],[747,18,260,55,"fileName"],[747,26,260,55],[747,28,260,55,"_jsxFileName"],[747,40,260,55],[748,18,260,55,"lineNumber"],[748,28,260,55],[749,18,260,55,"columnNumber"],[749,30,260,55],[750,16,260,55],[750,23,260,61],[750,24,260,62],[750,39,261,16],[750,43,261,16,"_reactJsxDevRuntime"],[750,62,261,16],[750,63,261,16,"jsxDEV"],[750,69,261,16],[750,71,261,17,"Text"],[750,75,261,21],[750,76,261,21,"default"],[750,83,261,21],[751,18,261,22,"style"],[751,23,261,27],[751,25,261,29,"styles"],[751,31,261,35],[751,32,261,36,"tokenItemNetwork"],[751,48,261,53],[752,18,261,53,"children"],[752,26,261,53],[752,28,261,54],[753,16,261,65],[754,18,261,65,"fileName"],[754,26,261,65],[754,28,261,65,"_jsxFileName"],[754,40,261,65],[755,18,261,65,"lineNumber"],[755,28,261,65],[756,18,261,65,"columnNumber"],[756,30,261,65],[757,16,261,65],[757,23,261,71],[757,24,261,72],[758,14,261,72],[759,16,261,72,"fileName"],[759,24,261,72],[759,26,261,72,"_jsxFileName"],[759,38,261,72],[760,16,261,72,"lineNumber"],[760,26,261,72],[761,16,261,72,"columnNumber"],[761,28,261,72],[762,14,261,72],[762,21,262,20],[762,22,262,21],[763,12,262,21],[764,14,262,21,"fileName"],[764,22,262,21],[764,24,262,21,"_jsxFileName"],[764,36,262,21],[765,14,262,21,"lineNumber"],[765,24,262,21],[766,14,262,21,"columnNumber"],[766,26,262,21],[767,12,262,21],[767,19,263,18],[767,20,263,19],[767,35,264,12],[767,39,264,12,"_reactJsxDevRuntime"],[767,58,264,12],[767,59,264,12,"jsxDEV"],[767,65,264,12],[767,67,264,13,"View"],[767,71,264,17],[767,72,264,17,"default"],[767,79,264,17],[768,14,264,18,"style"],[768,19,264,23],[768,21,264,25,"styles"],[768,27,264,31],[768,28,264,32,"tokenItemRight"],[768,42,264,47],[769,14,264,47,"children"],[769,22,264,47],[769,38,265,14],[769,42,265,14,"_reactJsxDevRuntime"],[769,61,265,14],[769,62,265,14,"jsxDEV"],[769,68,265,14],[769,70,265,15,"Text"],[769,74,265,19],[769,75,265,19,"default"],[769,82,265,19],[770,16,265,20,"style"],[770,21,265,25],[770,23,265,27,"styles"],[770,29,265,33],[770,30,265,34,"tokenItemBalance"],[770,46,265,51],[771,16,265,51,"children"],[771,24,265,51],[771,26,265,52],[772,14,265,53],[773,16,265,53,"fileName"],[773,24,265,53],[773,26,265,53,"_jsxFileName"],[773,38,265,53],[774,16,265,53,"lineNumber"],[774,26,265,53],[775,16,265,53,"columnNumber"],[775,28,265,53],[776,14,265,53],[776,21,265,59],[776,22,265,60],[776,37,266,14],[776,41,266,14,"_reactJsxDevRuntime"],[776,60,266,14],[776,61,266,14,"jsxDEV"],[776,67,266,14],[776,69,266,15,"Text"],[776,73,266,19],[776,74,266,19,"default"],[776,81,266,19],[777,16,266,20,"style"],[777,21,266,25],[777,23,266,27,"styles"],[777,29,266,33],[777,30,266,34,"tokenItemUsd"],[777,42,266,47],[778,16,266,47,"children"],[778,24,266,47],[778,26,266,48],[779,14,266,50],[780,16,266,50,"fileName"],[780,24,266,50],[780,26,266,50,"_jsxFileName"],[780,38,266,50],[781,16,266,50,"lineNumber"],[781,26,266,50],[782,16,266,50,"columnNumber"],[782,28,266,50],[783,14,266,50],[783,21,266,56],[783,22,266,57],[784,12,266,57],[785,14,266,57,"fileName"],[785,22,266,57],[785,24,266,57,"_jsxFileName"],[785,36,266,57],[786,14,266,57,"lineNumber"],[786,24,266,57],[787,14,266,57,"columnNumber"],[787,26,266,57],[788,12,266,57],[788,19,267,18],[788,20,267,19],[789,10,267,19],[790,12,267,19,"fileName"],[790,20,267,19],[790,22,267,19,"_jsxFileName"],[790,34,267,19],[791,12,267,19,"lineNumber"],[791,22,267,19],[792,12,267,19,"columnNumber"],[792,24,267,19],[793,10,267,19],[793,17,268,16],[793,18,268,17],[794,8,268,17],[795,10,268,17,"fileName"],[795,18,268,17],[795,20,268,17,"_jsxFileName"],[795,32,268,17],[796,10,268,17,"lineNumber"],[796,20,268,17],[797,10,268,17,"columnNumber"],[797,22,268,17],[798,8,268,17],[798,15,271,14],[798,16,271,15],[799,6,271,15],[800,8,271,15,"fileName"],[800,16,271,15],[800,18,271,15,"_jsxFileName"],[800,30,271,15],[801,8,271,15,"lineNumber"],[801,18,271,15],[802,8,271,15,"columnNumber"],[802,20,271,15],[803,6,271,15],[803,13,272,18],[804,4,272,19],[805,6,272,19,"fileName"],[805,14,272,19],[805,16,272,19,"_jsxFileName"],[805,28,272,19],[806,6,272,19,"lineNumber"],[806,16,272,19],[807,6,272,19,"columnNumber"],[807,18,272,19],[808,4,272,19],[808,11,273,10],[808,12,273,11],[809,2,275,0],[810,2,275,1,"_s2"],[810,5,275,1],[810,6,117,9,"WalletTab"],[810,15,117,18],[811,4,117,18],[811,12,118,19,"useAuth"],[811,32,118,26],[811,33,118,26,"useAuth"],[811,40,118,26],[812,2,118,26],[813,2,118,26,"_c2"],[813,5,118,26],[813,8,117,9,"WalletTab"],[813,17,117,18],[814,2,277,0],[814,11,277,9,"CitizensTab"],[814,22,277,20,"CitizensTab"],[814,23,277,20],[814,25,277,23],[815,4,278,2],[815,24,279,4],[815,28,279,4,"_reactJsxDevRuntime"],[815,47,279,4],[815,48,279,4,"jsxDEV"],[815,54,279,4],[815,56,279,5,"View"],[815,60,279,9],[815,61,279,9,"default"],[815,68,279,9],[816,6,279,10,"style"],[816,11,279,15],[816,13,279,17,"styles"],[816,19,279,23],[816,20,279,24,"container"],[816,29,279,34],[817,6,279,34,"children"],[817,14,279,34],[817,29,280,6],[817,33,280,6,"_reactJsxDevRuntime"],[817,52,280,6],[817,53,280,6,"jsxDEV"],[817,59,280,6],[817,61,280,7,"Text"],[817,65,280,11],[817,66,280,11,"default"],[817,73,280,11],[818,8,280,12,"style"],[818,13,280,17],[818,15,280,19,"styles"],[818,21,280,25],[818,22,280,26,"placeholderText"],[818,37,280,42],[819,8,280,42,"children"],[819,16,280,42],[819,18,280,43],[820,6,280,58],[821,8,280,58,"fileName"],[821,16,280,58],[821,18,280,58,"_jsxFileName"],[821,30,280,58],[822,8,280,58,"lineNumber"],[822,18,280,58],[823,8,280,58,"columnNumber"],[823,20,280,58],[824,6,280,58],[824,13,280,64],[825,4,280,65],[826,6,280,65,"fileName"],[826,14,280,65],[826,16,280,65,"_jsxFileName"],[826,28,280,65],[827,6,280,65,"lineNumber"],[827,16,280,65],[828,6,280,65,"columnNumber"],[828,18,280,65],[829,4,280,65],[829,11,281,10],[829,12,281,11],[830,2,283,0],[831,2,283,1,"_c3"],[831,5,283,1],[831,8,277,9,"CitizensTab"],[831,19,277,20],[832,2,285,0],[832,11,285,9,"ReferralTab"],[832,22,285,20,"ReferralTab"],[832,23,285,20],[832,25,285,23],[833,4,286,2],[833,24,287,4],[833,28,287,4,"_reactJsxDevRuntime"],[833,47,287,4],[833,48,287,4,"jsxDEV"],[833,54,287,4],[833,56,287,5,"View"],[833,60,287,9],[833,61,287,9,"default"],[833,68,287,9],[834,6,287,10,"style"],[834,11,287,15],[834,13,287,17,"styles"],[834,19,287,23],[834,20,287,24,"container"],[834,29,287,34],[835,6,287,34,"children"],[835,14,287,34],[835,29,288,6],[835,33,288,6,"_reactJsxDevRuntime"],[835,52,288,6],[835,53,288,6,"jsxDEV"],[835,59,288,6],[835,61,288,7,"Text"],[835,65,288,11],[835,66,288,11,"default"],[835,73,288,11],[836,8,288,12,"style"],[836,13,288,17],[836,15,288,19,"styles"],[836,21,288,25],[836,22,288,26,"placeholderText"],[836,37,288,42],[837,8,288,42,"children"],[837,16,288,42],[837,18,288,43],[838,6,288,58],[839,8,288,58,"fileName"],[839,16,288,58],[839,18,288,58,"_jsxFileName"],[839,30,288,58],[840,8,288,58,"lineNumber"],[840,18,288,58],[841,8,288,58,"columnNumber"],[841,20,288,58],[842,6,288,58],[842,13,288,64],[843,4,288,65],[844,6,288,65,"fileName"],[844,14,288,65],[844,16,288,65,"_jsxFileName"],[844,28,288,65],[845,6,288,65,"lineNumber"],[845,16,288,65],[846,6,288,65,"columnNumber"],[846,18,288,65],[847,4,288,65],[847,11,289,10],[847,12,289,11],[848,2,291,0],[849,2,291,1,"_c4"],[849,5,291,1],[849,8,285,9,"ReferralTab"],[849,19,285,20],[850,2,293,0],[850,11,293,9,"ProfileTab"],[850,21,293,19,"ProfileTab"],[850,22,293,19],[850,24,293,22],[851,4,294,2],[851,24,295,4],[851,28,295,4,"_reactJsxDevRuntime"],[851,47,295,4],[851,48,295,4,"jsxDEV"],[851,54,295,4],[851,56,295,5,"View"],[851,60,295,9],[851,61,295,9,"default"],[851,68,295,9],[852,6,295,10,"style"],[852,11,295,15],[852,13,295,17,"styles"],[852,19,295,23],[852,20,295,24,"container"],[852,29,295,34],[853,6,295,34,"children"],[853,14,295,34],[853,29,296,6],[853,33,296,6,"_reactJsxDevRuntime"],[853,52,296,6],[853,53,296,6,"jsxDEV"],[853,59,296,6],[853,61,296,7,"Text"],[853,65,296,11],[853,66,296,11,"default"],[853,73,296,11],[854,8,296,12,"style"],[854,13,296,17],[854,15,296,19,"styles"],[854,21,296,25],[854,22,296,26,"placeholderText"],[854,37,296,42],[855,8,296,42,"children"],[855,16,296,42],[855,18,296,43],[856,6,296,57],[857,8,296,57,"fileName"],[857,16,296,57],[857,18,296,57,"_jsxFileName"],[857,30,296,57],[858,8,296,57,"lineNumber"],[858,18,296,57],[859,8,296,57,"columnNumber"],[859,20,296,57],[860,6,296,57],[860,13,296,63],[861,4,296,64],[862,6,296,64,"fileName"],[862,14,296,64],[862,16,296,64,"_jsxFileName"],[862,28,296,64],[863,6,296,64,"lineNumber"],[863,16,296,64],[864,6,296,64,"columnNumber"],[864,18,296,64],[865,4,296,64],[865,11,297,10],[865,12,297,11],[866,2,299,0],[867,2,299,1,"_c5"],[867,5,299,1],[867,8,293,9,"ProfileTab"],[867,18,293,19],[868,2,301,0],[868,8,301,6,"Tab"],[868,11,301,9],[868,14,301,12],[868,18,301,12,"createBottomTabNavigator"],[868,44,301,36],[868,45,301,36,"createBottomTabNavigator"],[868,69,301,36],[868,71,301,37],[868,72,301,38],[869,2,303,15],[869,11,303,24,"HomeScreen"],[869,21,303,34,"HomeScreen"],[869,22,303,34],[869,24,303,37],[870,4,304,2],[870,24,305,4],[870,28,305,4,"_reactJsxDevRuntime"],[870,47,305,4],[870,48,305,4,"jsxDEV"],[870,54,305,4],[870,56,305,5,"Tab"],[870,59,305,8],[870,60,305,9,"Navigator"],[870,69,305,18],[871,6,306,6,"screenOptions"],[871,19,306,19],[871,21,306,21],[872,8,307,8,"headerShown"],[872,19,307,19],[872,21,307,21],[872,26,307,26],[873,8,308,8,"tabBarActiveTintColor"],[873,29,308,29],[873,31,308,31],[873,40,308,40],[874,8,309,8,"tabBarInactiveTintColor"],[874,31,309,31],[874,33,309,33],[874,42,309,42],[875,8,310,8,"tabBarStyle"],[875,19,310,19],[875,21,310,21,"styles"],[875,27,310,27],[875,28,310,28,"tabBar"],[876,6,311,6],[876,7,311,8],[877,6,311,8,"children"],[877,14,311,8],[877,30,313,6],[877,34,313,6,"_reactJsxDevRuntime"],[877,53,313,6],[877,54,313,6,"jsxDEV"],[877,60,313,6],[877,62,313,7,"Tab"],[877,65,313,10],[877,66,313,11,"Screen"],[877,72,313,17],[878,8,314,8,"name"],[878,12,314,12],[878,14,314,13],[878,23,314,22],[879,8,315,8,"component"],[879,17,315,17],[879,19,315,19,"HomeTab"],[879,26,315,27],[880,8,316,8,"options"],[880,15,316,15],[880,17,316,17],[881,10,317,10,"tabBarLabel"],[881,21,317,21],[881,23,317,23],[881,29,317,29],[882,10,318,10,"tabBarIcon"],[882,20,318,20],[882,22,318,22,"tabBarIcon"],[882,23,318,23],[883,12,318,25,"color"],[883,17,318,30],[884,12,318,32,"size"],[885,10,318,37],[885,11,318,38],[885,29,319,12],[885,33,319,12,"_reactJsxDevRuntime"],[885,52,319,12],[885,53,319,12,"jsxDEV"],[885,59,319,12],[885,61,319,13,"_expoVectorIcons"],[885,77,319,21],[885,78,319,21,"Ionicons"],[885,86,319,21],[886,12,319,22,"name"],[886,16,319,26],[886,18,319,27],[886,24,319,33],[887,12,319,34,"size"],[887,16,319,38],[887,18,319,40,"size"],[887,22,319,45],[888,12,319,46,"color"],[888,17,319,51],[888,19,319,53,"color"],[889,10,319,59],[890,12,319,59,"fileName"],[890,20,319,59],[890,22,319,59,"_jsxFileName"],[890,34,319,59],[891,12,319,59,"lineNumber"],[891,22,319,59],[892,12,319,59,"columnNumber"],[892,24,319,59],[893,10,319,59],[893,17,319,61],[894,8,321,8],[895,6,321,10],[896,8,321,10,"fileName"],[896,16,321,10],[896,18,321,10,"_jsxFileName"],[896,30,321,10],[897,8,321,10,"lineNumber"],[897,18,321,10],[898,8,321,10,"columnNumber"],[898,20,321,10],[899,6,321,10],[899,13,322,7],[899,14,322,8],[899,29,323,6],[899,33,323,6,"_reactJsxDevRuntime"],[899,52,323,6],[899,53,323,6,"jsxDEV"],[899,59,323,6],[899,61,323,7,"Tab"],[899,64,323,10],[899,65,323,11,"Screen"],[899,71,323,17],[900,8,324,8,"name"],[900,12,324,12],[900,14,324,13],[900,22,324,21],[901,8,325,8,"component"],[901,17,325,17],[901,19,325,19,"WalletTab"],[901,28,325,29],[902,8,326,8,"options"],[902,15,326,15],[902,17,326,17],[903,10,327,10,"tabBarLabel"],[903,21,327,21],[903,23,327,23],[903,31,327,31],[904,10,328,10,"tabBarIcon"],[904,20,328,20],[904,22,328,22,"tabBarIcon"],[904,23,328,23],[905,12,328,25,"color"],[905,17,328,30],[906,12,328,32,"size"],[907,10,328,37],[907,11,328,38],[907,29,329,12],[907,33,329,12,"_reactJsxDevRuntime"],[907,52,329,12],[907,53,329,12,"jsxDEV"],[907,59,329,12],[907,61,329,13,"_expoVectorIcons"],[907,77,329,21],[907,78,329,21,"Ionicons"],[907,86,329,21],[908,12,329,22,"name"],[908,16,329,26],[908,18,329,27],[908,26,329,35],[909,12,329,36,"size"],[909,16,329,40],[909,18,329,42,"size"],[909,22,329,47],[910,12,329,48,"color"],[910,17,329,53],[910,19,329,55,"color"],[911,10,329,61],[912,12,329,61,"fileName"],[912,20,329,61],[912,22,329,61,"_jsxFileName"],[912,34,329,61],[913,12,329,61,"lineNumber"],[913,22,329,61],[914,12,329,61,"columnNumber"],[914,24,329,61],[915,10,329,61],[915,17,329,63],[916,8,331,8],[917,6,331,10],[918,8,331,10,"fileName"],[918,16,331,10],[918,18,331,10,"_jsxFileName"],[918,30,331,10],[919,8,331,10,"lineNumber"],[919,18,331,10],[920,8,331,10,"columnNumber"],[920,20,331,10],[921,6,331,10],[921,13,332,7],[921,14,332,8],[921,29,333,6],[921,33,333,6,"_reactJsxDevRuntime"],[921,52,333,6],[921,53,333,6,"jsxDEV"],[921,59,333,6],[921,61,333,7,"Tab"],[921,64,333,10],[921,65,333,11,"Screen"],[921,71,333,17],[922,8,334,8,"name"],[922,12,334,12],[922,14,334,13],[922,24,334,23],[923,8,335,8,"component"],[923,17,335,17],[923,19,335,19,"CitizensTab"],[923,30,335,31],[924,8,336,8,"options"],[924,15,336,15],[924,17,336,17],[925,10,337,10,"tabBarLabel"],[925,21,337,21],[925,23,337,23],[925,33,337,33],[926,10,338,10,"tabBarIcon"],[926,20,338,20],[926,22,338,22,"tabBarIcon"],[926,23,338,23],[927,12,338,25,"color"],[927,17,338,30],[928,12,338,32,"size"],[929,10,338,37],[929,11,338,38],[929,29,339,12],[929,33,339,12,"_reactJsxDevRuntime"],[929,52,339,12],[929,53,339,12,"jsxDEV"],[929,59,339,12],[929,61,339,13,"_expoVectorIcons"],[929,77,339,21],[929,78,339,21,"Ionicons"],[929,86,339,21],[930,12,339,22,"name"],[930,16,339,26],[930,18,339,27],[930,26,339,35],[931,12,339,36,"size"],[931,16,339,40],[931,18,339,42,"size"],[931,22,339,47],[932,12,339,48,"color"],[932,17,339,53],[932,19,339,55,"color"],[933,10,339,61],[934,12,339,61,"fileName"],[934,20,339,61],[934,22,339,61,"_jsxFileName"],[934,34,339,61],[935,12,339,61,"lineNumber"],[935,22,339,61],[936,12,339,61,"columnNumber"],[936,24,339,61],[937,10,339,61],[937,17,339,63],[938,8,341,8],[939,6,341,10],[940,8,341,10,"fileName"],[940,16,341,10],[940,18,341,10,"_jsxFileName"],[940,30,341,10],[941,8,341,10,"lineNumber"],[941,18,341,10],[942,8,341,10,"columnNumber"],[942,20,341,10],[943,6,341,10],[943,13,342,7],[943,14,342,8],[943,29,343,6],[943,33,343,6,"_reactJsxDevRuntime"],[943,52,343,6],[943,53,343,6,"jsxDEV"],[943,59,343,6],[943,61,343,7,"Tab"],[943,64,343,10],[943,65,343,11,"Screen"],[943,71,343,17],[944,8,344,8,"name"],[944,12,344,12],[944,14,344,13],[944,24,344,23],[945,8,345,8,"component"],[945,17,345,17],[945,19,345,19,"ReferralTab"],[945,30,345,31],[946,8,346,8,"options"],[946,15,346,15],[946,17,346,17],[947,10,347,10,"tabBarLabel"],[947,21,347,21],[947,23,347,23],[947,33,347,33],[948,10,348,10,"tabBarIcon"],[948,20,348,20],[948,22,348,22,"tabBarIcon"],[948,23,348,23],[949,12,348,25,"color"],[949,17,348,30],[950,12,348,32,"size"],[951,10,348,37],[951,11,348,38],[951,29,349,12],[951,33,349,12,"_reactJsxDevRuntime"],[951,52,349,12],[951,53,349,12,"jsxDEV"],[951,59,349,12],[951,61,349,13,"_expoVectorIcons"],[951,77,349,21],[951,78,349,21,"Ionicons"],[951,86,349,21],[952,12,349,22,"name"],[952,16,349,26],[952,18,349,27],[952,24,349,33],[953,12,349,34,"size"],[953,16,349,38],[953,18,349,40,"size"],[953,22,349,45],[954,12,349,46,"color"],[954,17,349,51],[954,19,349,53,"color"],[955,10,349,59],[956,12,349,59,"fileName"],[956,20,349,59],[956,22,349,59,"_jsxFileName"],[956,34,349,59],[957,12,349,59,"lineNumber"],[957,22,349,59],[958,12,349,59,"columnNumber"],[958,24,349,59],[959,10,349,59],[959,17,349,61],[960,8,351,8],[961,6,351,10],[962,8,351,10,"fileName"],[962,16,351,10],[962,18,351,10,"_jsxFileName"],[962,30,351,10],[963,8,351,10,"lineNumber"],[963,18,351,10],[964,8,351,10,"columnNumber"],[964,20,351,10],[965,6,351,10],[965,13,352,7],[965,14,352,8],[965,29,353,6],[965,33,353,6,"_reactJsxDevRuntime"],[965,52,353,6],[965,53,353,6,"jsxDEV"],[965,59,353,6],[965,61,353,7,"Tab"],[965,64,353,10],[965,65,353,11,"Screen"],[965,71,353,17],[966,8,354,8,"name"],[966,12,354,12],[966,14,354,13],[966,23,354,22],[967,8,355,8,"component"],[967,17,355,17],[967,19,355,19,"ProfileTab"],[967,29,355,30],[968,8,356,8,"options"],[968,15,356,15],[968,17,356,17],[969,10,357,10,"tabBarLabel"],[969,21,357,21],[969,23,357,23],[969,32,357,32],[970,10,358,10,"tabBarIcon"],[970,20,358,20],[970,22,358,22,"tabBarIcon"],[970,23,358,23],[971,12,358,25,"color"],[971,17,358,30],[972,12,358,32,"size"],[973,10,358,37],[973,11,358,38],[973,29,359,12],[973,33,359,12,"_reactJsxDevRuntime"],[973,52,359,12],[973,53,359,12,"jsxDEV"],[973,59,359,12],[973,61,359,13,"_expoVectorIcons"],[973,77,359,21],[973,78,359,21,"Ionicons"],[973,86,359,21],[974,12,359,22,"name"],[974,16,359,26],[974,18,359,27],[974,26,359,35],[975,12,359,36,"size"],[975,16,359,40],[975,18,359,42,"size"],[975,22,359,47],[976,12,359,48,"color"],[976,17,359,53],[976,19,359,55,"color"],[977,10,359,61],[978,12,359,61,"fileName"],[978,20,359,61],[978,22,359,61,"_jsxFileName"],[978,34,359,61],[979,12,359,61,"lineNumber"],[979,22,359,61],[980,12,359,61,"columnNumber"],[980,24,359,61],[981,10,359,61],[981,17,359,63],[982,8,361,8],[983,6,361,10],[984,8,361,10,"fileName"],[984,16,361,10],[984,18,361,10,"_jsxFileName"],[984,30,361,10],[985,8,361,10,"lineNumber"],[985,18,361,10],[986,8,361,10,"columnNumber"],[986,20,361,10],[987,6,361,10],[987,13,362,7],[987,14,362,8],[988,4,362,8],[989,6,362,8,"fileName"],[989,14,362,8],[989,16,362,8,"_jsxFileName"],[989,28,362,8],[990,6,362,8,"lineNumber"],[990,16,362,8],[991,6,362,8,"columnNumber"],[991,18,362,8],[992,4,362,8],[992,11,363,19],[992,12,363,20],[993,2,365,0],[994,2,365,1,"_c6"],[994,5,365,1],[994,8,303,24,"HomeScreen"],[994,18,303,34],[995,2,367,0],[995,8,367,6,"QUICK_ACTIONS"],[995,21,367,19],[995,24,367,22],[995,25,368,2],[996,4,368,4,"id"],[996,6,368,6],[996,8,368,8],[996,11,368,11],[997,4,368,13,"label"],[997,9,368,18],[997,11,368,20],[997,17,368,26],[998,4,368,28,"icon"],[998,8,368,32],[998,10,368,34],[998,25,368,49],[999,4,368,51,"color"],[999,9,368,56],[999,11,368,58],[1000,2,368,68],[1000,3,368,69],[1000,5,369,2],[1001,4,369,4,"id"],[1001,6,369,6],[1001,8,369,8],[1001,11,369,11],[1002,4,369,13,"label"],[1002,9,369,18],[1002,11,369,20],[1002,20,369,29],[1003,4,369,31,"icon"],[1003,8,369,35],[1003,10,369,37],[1003,22,369,49],[1004,4,369,51,"color"],[1004,9,369,56],[1004,11,369,58],[1005,2,369,68],[1005,3,369,69],[1005,5,370,2],[1006,4,370,4,"id"],[1006,6,370,6],[1006,8,370,8],[1006,11,370,11],[1007,4,370,13,"label"],[1007,9,370,18],[1007,11,370,20],[1007,17,370,26],[1008,4,370,28,"icon"],[1008,8,370,32],[1008,10,370,34],[1008,27,370,51],[1009,4,370,53,"color"],[1009,9,370,58],[1009,11,370,60],[1010,2,370,70],[1010,3,370,71],[1010,5,371,2],[1011,4,371,4,"id"],[1011,6,371,6],[1011,8,371,8],[1011,11,371,11],[1012,4,371,13,"label"],[1012,9,371,18],[1012,11,371,20],[1012,17,371,26],[1013,4,371,28,"icon"],[1013,8,371,32],[1013,10,371,34],[1013,28,371,52],[1014,4,371,54,"color"],[1014,9,371,59],[1014,11,371,61],[1015,2,371,71],[1015,3,371,72],[1015,5,372,2],[1016,4,372,4,"id"],[1016,6,372,6],[1016,8,372,8],[1016,11,372,11],[1017,4,372,13,"label"],[1017,9,372,18],[1017,11,372,20],[1017,18,372,27],[1018,4,372,29,"icon"],[1018,8,372,33],[1018,10,372,35],[1018,23,372,48],[1019,4,372,50,"color"],[1019,9,372,55],[1019,11,372,57],[1020,2,372,67],[1020,3,372,68],[1020,5,373,2],[1021,4,373,4,"id"],[1021,6,373,6],[1021,8,373,8],[1021,11,373,11],[1022,4,373,13,"label"],[1022,9,373,18],[1022,11,373,20],[1022,21,373,30],[1023,4,373,32,"icon"],[1023,8,373,36],[1023,10,373,38],[1023,16,373,44],[1024,4,373,46,"color"],[1024,9,373,51],[1024,11,373,53],[1025,2,373,63],[1025,3,373,64],[1025,5,374,2],[1026,4,374,4,"id"],[1026,6,374,6],[1026,8,374,8],[1026,11,374,11],[1027,4,374,13,"label"],[1027,9,374,18],[1027,11,374,20],[1027,21,374,30],[1028,4,374,32,"icon"],[1028,8,374,36],[1028,10,374,38],[1028,25,374,53],[1029,4,374,55,"color"],[1029,9,374,60],[1029,11,374,62],[1030,2,374,72],[1030,3,374,73],[1030,5,375,2],[1031,4,375,4,"id"],[1031,6,375,6],[1031,8,375,8],[1031,11,375,11],[1032,4,375,13,"label"],[1032,9,375,18],[1032,11,375,20],[1032,22,375,31],[1033,4,375,33,"icon"],[1033,8,375,37],[1033,10,375,39],[1033,18,375,47],[1034,4,375,49,"color"],[1034,9,375,54],[1034,11,375,56],[1035,2,375,66],[1035,3,375,67],[1035,5,376,2],[1036,4,376,4,"id"],[1036,6,376,6],[1036,8,376,8],[1036,11,376,11],[1037,4,376,13,"label"],[1037,9,376,18],[1037,11,376,20],[1037,21,376,30],[1038,4,376,32,"icon"],[1038,8,376,36],[1038,10,376,38],[1038,21,376,49],[1039,4,376,51,"color"],[1039,9,376,56],[1039,11,376,58],[1040,2,376,68],[1040,3,376,69],[1040,5,377,2],[1041,4,377,4,"id"],[1041,6,377,6],[1041,8,377,8],[1041,12,377,12],[1042,4,377,14,"label"],[1042,9,377,19],[1042,11,377,21],[1042,21,377,31],[1043,4,377,33,"icon"],[1043,8,377,37],[1043,10,377,39],[1043,16,377,45],[1044,4,377,47,"color"],[1044,9,377,52],[1044,11,377,54],[1045,2,377,64],[1045,3,377,65],[1045,5,378,2],[1046,4,378,4,"id"],[1046,6,378,6],[1046,8,378,8],[1046,12,378,12],[1047,4,378,14,"label"],[1047,9,378,19],[1047,11,378,21],[1047,22,378,32],[1048,4,378,34,"icon"],[1048,8,378,38],[1048,10,378,40],[1048,16,378,46],[1049,4,378,48,"color"],[1049,9,378,53],[1049,11,378,55],[1050,2,378,65],[1050,3,378,66],[1050,5,379,2],[1051,4,379,4,"id"],[1051,6,379,6],[1051,8,379,8],[1051,12,379,12],[1052,4,379,14,"label"],[1052,9,379,19],[1052,11,379,21],[1052,17,379,27],[1053,4,379,29,"icon"],[1053,8,379,33],[1053,10,379,35],[1053,16,379,41],[1054,4,379,43,"color"],[1054,9,379,48],[1054,11,379,50],[1055,2,379,60],[1055,3,379,61],[1055,4,380,1],[1056,2,382,0],[1056,8,382,6,"styles"],[1056,14,382,12],[1056,17,382,15,"StyleSheet"],[1056,27,382,25],[1056,28,382,25,"default"],[1056,35,382,25],[1056,36,382,26,"create"],[1056,42,382,32],[1056,43,382,33],[1057,4,383,2,"container"],[1057,13,383,11],[1057,15,383,13],[1058,6,384,4,"flex"],[1058,10,384,8],[1058,12,384,10],[1058,13,384,11],[1059,6,385,4,"backgroundColor"],[1059,21,385,19],[1059,23,385,21],[1060,4,386,2],[1060,5,386,3],[1061,4,387,2,"scrollContent"],[1061,17,387,15],[1061,19,387,17],[1062,6,388,4,"paddingBottom"],[1062,19,388,17],[1062,21,388,19],[1063,4,389,2],[1063,5,389,3],[1064,4,390,2,"walletScrollContent"],[1064,23,390,21],[1064,25,390,23],[1065,6,391,4,"paddingBottom"],[1065,19,391,17],[1065,21,391,19],[1066,4,392,2],[1066,5,392,3],[1067,4,393,2,"header"],[1067,10,393,8],[1067,12,393,10],[1068,6,394,4,"flexDirection"],[1068,19,394,17],[1068,21,394,19],[1068,26,394,24],[1069,6,395,4,"justifyContent"],[1069,20,395,18],[1069,22,395,20],[1069,37,395,35],[1070,6,396,4,"alignItems"],[1070,16,396,14],[1070,18,396,16],[1070,26,396,24],[1071,6,397,4,"padding"],[1071,13,397,11],[1071,15,397,13],[1071,17,397,15],[1072,6,398,4,"backgroundColor"],[1072,21,398,19],[1072,23,398,21],[1072,29,398,27],[1073,6,399,4,"borderBottomWidth"],[1073,23,399,21],[1073,25,399,23],[1073,26,399,24],[1074,6,400,4,"borderBottomColor"],[1074,23,400,21],[1074,25,400,23],[1075,4,401,2],[1075,5,401,3],[1076,4,402,2,"headerLeft"],[1076,14,402,12],[1076,16,402,14],[1077,6,403,4,"position"],[1077,14,403,12],[1077,16,403,14],[1078,4,404,2],[1078,5,404,3],[1079,4,405,2,"profileImage"],[1079,16,405,14],[1079,18,405,16],[1080,6,406,4,"width"],[1080,11,406,9],[1080,13,406,11],[1080,15,406,13],[1081,6,407,4,"height"],[1081,12,407,10],[1081,14,407,12],[1081,16,407,14],[1082,6,408,4,"borderRadius"],[1082,18,408,16],[1082,20,408,18],[1082,22,408,20],[1083,6,409,4,"backgroundColor"],[1083,21,409,19],[1083,23,409,21],[1083,32,409,30],[1084,6,410,4,"alignItems"],[1084,16,410,14],[1084,18,410,16],[1084,26,410,24],[1085,6,411,4,"justifyContent"],[1085,20,411,18],[1085,22,411,20],[1085,30,411,28],[1086,6,412,4,"overflow"],[1086,14,412,12],[1086,16,412,14],[1087,4,413,2],[1087,5,413,3],[1088,4,414,2,"profileImageSrc"],[1088,19,414,17],[1088,21,414,19],[1089,6,415,4,"width"],[1089,11,415,9],[1089,13,415,11],[1089,15,415,13],[1090,6,416,4,"height"],[1090,12,416,10],[1090,14,416,12],[1091,4,417,2],[1091,5,417,3],[1092,4,418,2,"profileBadge"],[1092,16,418,14],[1092,18,418,16],[1093,6,419,4,"position"],[1093,14,419,12],[1093,16,419,14],[1093,26,419,24],[1094,6,420,4,"bottom"],[1094,12,420,10],[1094,14,420,12],[1094,15,420,13],[1094,16,420,14],[1095,6,421,4,"right"],[1095,11,421,9],[1095,13,421,11],[1095,14,421,12],[1095,15,421,13],[1096,6,422,4,"backgroundColor"],[1096,21,422,19],[1096,23,422,21],[1096,32,422,30],[1097,6,423,4,"borderRadius"],[1097,18,423,16],[1097,20,423,18],[1097,22,423,20],[1098,6,424,4,"paddingHorizontal"],[1098,23,424,21],[1098,25,424,23],[1098,26,424,24],[1099,6,425,4,"paddingVertical"],[1099,21,425,19],[1099,23,425,21],[1099,24,425,22],[1100,6,426,4,"flexDirection"],[1100,19,426,17],[1100,21,426,19],[1100,26,426,24],[1101,6,427,4,"alignItems"],[1101,16,427,14],[1101,18,427,16],[1101,26,427,24],[1102,6,428,4,"gap"],[1102,9,428,7],[1102,11,428,9],[1103,4,429,2],[1103,5,429,3],[1104,4,430,2,"trustScore"],[1104,14,430,12],[1104,16,430,14],[1105,6,431,4,"fontSize"],[1105,14,431,12],[1105,16,431,14],[1105,18,431,16],[1106,6,432,4,"fontWeight"],[1106,16,432,14],[1106,18,432,16],[1106,23,432,21],[1107,6,433,4,"color"],[1107,11,433,9],[1107,13,433,11],[1108,4,434,2],[1108,5,434,3],[1109,4,435,2,"headerRight"],[1109,15,435,13],[1109,17,435,15],[1110,6,436,4,"flexDirection"],[1110,19,436,17],[1110,21,436,19],[1110,26,436,24],[1111,6,437,4,"gap"],[1111,9,437,7],[1111,11,437,9],[1112,4,438,2],[1112,5,438,3],[1113,4,439,2,"iconButton"],[1113,14,439,12],[1113,16,439,14],[1114,6,440,4,"padding"],[1114,13,440,11],[1114,15,440,13],[1115,4,441,2],[1115,5,441,3],[1116,4,442,2,"announcementWidget"],[1116,22,442,20],[1116,24,442,22],[1117,6,443,4,"padding"],[1117,13,443,11],[1117,15,443,13],[1118,4,444,2],[1118,5,444,3],[1119,4,445,2,"announcement"],[1119,16,445,14],[1119,18,445,16],[1120,6,446,4,"backgroundColor"],[1120,21,446,19],[1120,23,446,21],[1120,29,446,27],[1121,6,447,4,"padding"],[1121,13,447,11],[1121,15,447,13],[1121,17,447,15],[1122,6,448,4,"borderRadius"],[1122,18,448,16],[1122,20,448,18],[1122,22,448,20],[1123,6,449,4,"marginRight"],[1123,17,449,15],[1123,19,449,17],[1123,21,449,19],[1124,6,450,4,"width"],[1124,11,450,9],[1124,13,450,11,"width"],[1124,18,450,16],[1124,21,450,19],[1124,23,450,21],[1125,6,451,4,"borderLeftWidth"],[1125,21,451,19],[1125,23,451,21],[1125,24,451,22],[1126,6,452,4,"borderLeftColor"],[1126,21,452,19],[1126,23,452,21],[1127,4,453,2],[1127,5,453,3],[1128,4,454,2,"announcementTitle"],[1128,21,454,19],[1128,23,454,21],[1129,6,455,4,"fontSize"],[1129,14,455,12],[1129,16,455,14],[1129,18,455,16],[1130,6,456,4,"fontWeight"],[1130,16,456,14],[1130,18,456,16],[1130,23,456,21],[1131,6,457,4,"color"],[1131,11,457,9],[1131,13,457,11],[1131,22,457,20],[1132,6,458,4,"marginBottom"],[1132,18,458,16],[1132,20,458,18],[1133,4,459,2],[1133,5,459,3],[1134,4,460,2,"announcementText"],[1134,20,460,18],[1134,22,460,20],[1135,6,461,4,"fontSize"],[1135,14,461,12],[1135,16,461,14],[1135,18,461,16],[1136,6,462,4,"color"],[1136,11,462,9],[1136,13,462,11],[1137,4,463,2],[1137,5,463,3],[1138,4,464,2,"quickActionsContainer"],[1138,25,464,23],[1138,27,464,25],[1139,6,465,4,"padding"],[1139,13,465,11],[1139,15,465,13],[1140,4,466,2],[1140,5,466,3],[1141,4,467,2,"sectionTitle"],[1141,16,467,14],[1141,18,467,16],[1142,6,468,4,"fontSize"],[1142,14,468,12],[1142,16,468,14],[1142,18,468,16],[1143,6,469,4,"fontWeight"],[1143,16,469,14],[1143,18,469,16],[1143,23,469,21],[1144,6,470,4,"color"],[1144,11,470,9],[1144,13,470,11],[1144,22,470,20],[1145,6,471,4,"marginBottom"],[1145,18,471,16],[1145,20,471,18],[1146,4,472,2],[1146,5,472,3],[1147,4,473,2,"actionsGrid"],[1147,15,473,13],[1147,17,473,15],[1148,6,474,4,"flexDirection"],[1148,19,474,17],[1148,21,474,19],[1148,26,474,24],[1149,6,475,4,"flexWrap"],[1149,14,475,12],[1149,16,475,14],[1149,22,475,20],[1150,6,476,4,"justifyContent"],[1150,20,476,18],[1150,22,476,20],[1151,4,477,2],[1151,5,477,3],[1152,4,478,2,"actionCard"],[1152,14,478,12],[1152,16,478,14],[1153,6,479,4,"width"],[1153,11,479,9],[1153,13,479,11],[1153,14,479,12,"width"],[1153,19,479,17],[1153,22,479,20],[1153,24,479,22],[1153,28,479,26],[1153,29,479,27],[1154,6,480,4,"backgroundColor"],[1154,21,480,19],[1154,23,480,21],[1154,29,480,27],[1155,6,481,4,"padding"],[1155,13,481,11],[1155,15,481,13],[1155,17,481,15],[1156,6,482,4,"borderRadius"],[1156,18,482,16],[1156,20,482,18],[1156,22,482,20],[1157,6,483,4,"alignItems"],[1157,16,483,14],[1157,18,483,16],[1157,26,483,24],[1158,6,484,4,"marginBottom"],[1158,18,484,16],[1158,20,484,18],[1158,22,484,20],[1159,6,485,4,"shadowColor"],[1159,17,485,15],[1159,19,485,17],[1159,25,485,23],[1160,6,486,4,"shadowOffset"],[1160,18,486,16],[1160,20,486,18],[1161,8,486,20,"width"],[1161,13,486,25],[1161,15,486,27],[1161,16,486,28],[1162,8,486,30,"height"],[1162,14,486,36],[1162,16,486,38],[1163,6,486,40],[1163,7,486,41],[1164,6,487,4,"shadowOpacity"],[1164,19,487,17],[1164,21,487,19],[1164,25,487,23],[1165,6,488,4,"shadowRadius"],[1165,18,488,16],[1165,20,488,18],[1165,21,488,19],[1166,6,489,4,"elevation"],[1166,15,489,13],[1166,17,489,15],[1167,4,490,2],[1167,5,490,3],[1168,4,491,2,"actionCardFirst"],[1168,19,491,17],[1168,21,491,19],[1169,6,492,4,"marginRight"],[1169,17,492,15],[1169,19,492,17],[1170,4,493,2],[1170,5,493,3],[1171,4,494,2,"actionCardLast"],[1171,18,494,16],[1171,20,494,18],[1172,6,495,4,"marginLeft"],[1172,16,495,14],[1172,18,495,16],[1173,4,496,2],[1173,5,496,3],[1174,4,497,2,"actionIcon"],[1174,14,497,12],[1174,16,497,14],[1175,6,498,4,"width"],[1175,11,498,9],[1175,13,498,11],[1175,15,498,13],[1176,6,499,4,"height"],[1176,12,499,10],[1176,14,499,12],[1176,16,499,14],[1177,6,500,4,"borderRadius"],[1177,18,500,16],[1177,20,500,18],[1177,22,500,20],[1178,6,501,4,"alignItems"],[1178,16,501,14],[1178,18,501,16],[1178,26,501,24],[1179,6,502,4,"justifyContent"],[1179,20,502,18],[1179,22,502,20],[1179,30,502,28],[1180,6,503,4,"marginBottom"],[1180,18,503,16],[1180,20,503,18],[1181,4,504,2],[1181,5,504,3],[1182,4,505,2,"actionLabel"],[1182,15,505,13],[1182,17,505,15],[1183,6,506,4,"fontSize"],[1183,14,506,12],[1183,16,506,14],[1183,18,506,16],[1184,6,507,4,"color"],[1184,11,507,9],[1184,13,507,11],[1184,22,507,20],[1185,6,508,4,"textAlign"],[1185,15,508,13],[1185,17,508,15],[1186,4,509,2],[1186,5,509,3],[1187,4,510,2,"walletHeader"],[1187,16,510,14],[1187,18,510,16],[1188,6,511,4,"padding"],[1188,13,511,11],[1188,15,511,13],[1188,17,511,15],[1189,6,512,4,"backgroundColor"],[1189,21,512,19],[1189,23,512,21],[1189,29,512,27],[1190,6,513,4,"borderBottomWidth"],[1190,23,513,21],[1190,25,513,23],[1190,26,513,24],[1191,6,514,4,"borderBottomColor"],[1191,23,514,21],[1191,25,514,23],[1191,34,514,32],[1192,6,515,4,"flexDirection"],[1192,19,515,17],[1192,21,515,19],[1192,26,515,24],[1193,6,516,4,"justifyContent"],[1193,20,516,18],[1193,22,516,20],[1193,37,516,35],[1194,6,517,4,"alignItems"],[1194,16,517,14],[1194,18,517,16],[1195,4,518,2],[1195,5,518,3],[1196,4,519,2,"walletTitle"],[1196,15,519,13],[1196,17,519,15],[1197,6,520,4,"fontSize"],[1197,14,520,12],[1197,16,520,14],[1197,18,520,16],[1198,6,521,4,"fontWeight"],[1198,16,521,14],[1198,18,521,16],[1198,23,521,21],[1199,6,522,4,"color"],[1199,11,522,9],[1199,13,522,11],[1200,4,523,2],[1200,5,523,3],[1201,4,524,2,"refreshButton"],[1201,17,524,15],[1201,19,524,17],[1202,6,525,4,"padding"],[1202,13,525,11],[1202,15,525,13],[1202,16,525,14],[1203,6,526,4,"borderRadius"],[1203,18,526,16],[1203,20,526,18],[1203,21,526,19],[1204,6,527,4,"backgroundColor"],[1204,21,527,19],[1204,23,527,21],[1205,4,528,2],[1205,5,528,3],[1206,4,529,2,"balanceCards"],[1206,16,529,14],[1206,18,529,16],[1207,6,530,4,"padding"],[1207,13,530,11],[1207,15,530,13],[1207,17,530,15],[1208,6,531,4,"gap"],[1208,9,531,7],[1208,11,531,9],[1209,4,532,2],[1209,5,532,3],[1210,4,533,2,"balanceCard"],[1210,15,533,13],[1210,17,533,15],[1211,6,534,4,"backgroundColor"],[1211,21,534,19],[1211,23,534,21],[1211,29,534,27],[1212,6,535,4,"padding"],[1212,13,535,11],[1212,15,535,13],[1212,17,535,15],[1213,6,536,4,"borderRadius"],[1213,18,536,16],[1213,20,536,18],[1213,22,536,20],[1214,6,537,4,"borderWidth"],[1214,17,537,15],[1214,19,537,17],[1214,20,537,18],[1215,6,538,4,"borderColor"],[1215,17,538,15],[1215,19,538,17],[1216,4,539,2],[1216,5,539,3],[1217,4,540,2,"balanceCardHeader"],[1217,21,540,19],[1217,23,540,21],[1218,6,541,4,"flexDirection"],[1218,19,541,17],[1218,21,541,19],[1218,26,541,24],[1219,6,542,4,"alignItems"],[1219,16,542,14],[1219,18,542,16],[1219,26,542,24],[1220,6,543,4,"gap"],[1220,9,543,7],[1220,11,543,9],[1220,12,543,10],[1221,6,544,4,"marginBottom"],[1221,18,544,16],[1221,20,544,18],[1222,4,545,2],[1222,5,545,3],[1223,4,546,2,"tokenLogo"],[1223,13,546,11],[1223,15,546,13],[1224,6,547,4,"width"],[1224,11,547,9],[1224,13,547,11],[1224,15,547,13],[1225,6,548,4,"height"],[1225,12,548,10],[1225,14,548,12],[1225,16,548,14],[1226,6,549,4,"borderRadius"],[1226,18,549,16],[1226,20,549,18],[1227,4,550,2],[1227,5,550,3],[1228,4,551,2,"tokenSymbol"],[1228,15,551,13],[1228,17,551,15],[1229,6,552,4,"fontSize"],[1229,14,552,12],[1229,16,552,14],[1229,18,552,16],[1230,6,553,4,"fontWeight"],[1230,16,553,14],[1230,18,553,16],[1230,23,553,21],[1231,6,554,4,"color"],[1231,11,554,9],[1231,13,554,11],[1232,4,555,2],[1232,5,555,3],[1233,4,556,2,"balanceAmount"],[1233,17,556,15],[1233,19,556,17],[1234,6,557,4,"fontSize"],[1234,14,557,12],[1234,16,557,14],[1234,18,557,16],[1235,6,558,4,"fontWeight"],[1235,16,558,14],[1235,18,558,16],[1235,23,558,21],[1236,6,559,4,"color"],[1236,11,559,9],[1236,13,559,11],[1236,22,559,20],[1237,6,560,4,"marginBottom"],[1237,18,560,16],[1237,20,560,18],[1238,4,561,2],[1238,5,561,3],[1239,4,562,2,"balanceUsd"],[1239,14,562,12],[1239,16,562,14],[1240,6,563,4,"fontSize"],[1240,14,563,12],[1240,16,563,14],[1240,18,563,16],[1241,6,564,4,"color"],[1241,11,564,9],[1241,13,564,11],[1242,4,565,2],[1242,5,565,3],[1243,4,566,2,"walletActions"],[1243,17,566,15],[1243,19,566,17],[1244,6,567,4,"flexDirection"],[1244,19,567,17],[1244,21,567,19],[1244,26,567,24],[1245,6,568,4,"padding"],[1245,13,568,11],[1245,15,568,13],[1245,17,568,15],[1246,6,569,4,"gap"],[1246,9,569,7],[1246,11,569,9],[1247,4,570,2],[1247,5,570,3],[1248,4,571,2,"walletActionButton"],[1248,22,571,20],[1248,24,571,22],[1249,6,572,4,"flex"],[1249,10,572,8],[1249,12,572,10],[1249,13,572,11],[1250,6,573,4,"backgroundColor"],[1250,21,573,19],[1250,23,573,21],[1250,32,573,30],[1251,6,574,4,"padding"],[1251,13,574,11],[1251,15,574,13],[1251,17,574,15],[1252,6,575,4,"borderRadius"],[1252,18,575,16],[1252,20,575,18],[1252,22,575,20],[1253,6,576,4,"alignItems"],[1253,16,576,14],[1253,18,576,16],[1253,26,576,24],[1254,6,577,4,"gap"],[1254,9,577,7],[1254,11,577,9],[1255,4,578,2],[1255,5,578,3],[1256,4,579,2,"walletActionText"],[1256,20,579,18],[1256,22,579,20],[1257,6,580,4,"color"],[1257,11,580,9],[1257,13,580,11],[1257,19,580,17],[1258,6,581,4,"fontSize"],[1258,14,581,12],[1258,16,581,14],[1258,18,581,16],[1259,6,582,4,"fontWeight"],[1259,16,582,14],[1259,18,582,16],[1260,4,583,2],[1260,5,583,3],[1261,4,584,2,"placeholderText"],[1261,19,584,17],[1261,21,584,19],[1262,6,585,4,"flex"],[1262,10,585,8],[1262,12,585,10],[1262,13,585,11],[1263,6,586,4,"textAlign"],[1263,15,586,13],[1263,17,586,15],[1263,25,586,23],[1264,6,587,4,"marginTop"],[1264,15,587,13],[1264,17,587,15],[1264,20,587,18],[1265,6,588,4,"fontSize"],[1265,14,588,12],[1265,16,588,14],[1265,18,588,16],[1266,6,589,4,"color"],[1266,11,589,9],[1266,13,589,11],[1267,4,590,2],[1267,5,590,3],[1268,4,591,2,"tabBar"],[1268,10,591,8],[1268,12,591,10],[1269,6,592,4,"borderTopWidth"],[1269,20,592,18],[1269,22,592,20],[1269,23,592,21],[1270,6,593,4,"borderTopColor"],[1270,20,593,18],[1270,22,593,20],[1270,31,593,29],[1271,6,594,4,"paddingBottom"],[1271,19,594,17],[1271,21,594,19],[1271,23,594,21],[1272,6,595,4,"paddingTop"],[1272,16,595,14],[1272,18,595,16],[1272,19,595,17],[1273,6,596,4,"backgroundColor"],[1273,21,596,19],[1273,23,596,21],[1274,4,597,2],[1274,5,597,3],[1275,4,598,2],[1276,4,599,2,"balanceRow"],[1276,14,599,12],[1276,16,599,14],[1277,6,600,4,"flexDirection"],[1277,19,600,17],[1277,21,600,19],[1277,26,600,24],[1278,6,601,4,"padding"],[1278,13,601,11],[1278,15,601,13],[1278,17,601,15],[1279,6,602,4,"gap"],[1279,9,602,7],[1279,11,602,9],[1280,4,603,2],[1280,5,603,3],[1281,4,604,2,"balanceCardNew"],[1281,18,604,16],[1281,20,604,18],[1282,6,605,4,"flex"],[1282,10,605,8],[1282,12,605,10],[1282,13,605,11],[1283,6,606,4,"backgroundColor"],[1283,21,606,19],[1283,23,606,21],[1283,29,606,27],[1284,6,607,4,"padding"],[1284,13,607,11],[1284,15,607,13],[1284,17,607,15],[1285,6,608,4,"borderRadius"],[1285,18,608,16],[1285,20,608,18],[1285,22,608,20],[1286,6,609,4,"alignItems"],[1286,16,609,14],[1286,18,609,16],[1286,26,609,24],[1287,6,610,4,"shadowColor"],[1287,17,610,15],[1287,19,610,17],[1287,25,610,23],[1288,6,611,4,"shadowOffset"],[1288,18,611,16],[1288,20,611,18],[1289,8,611,20,"width"],[1289,13,611,25],[1289,15,611,27],[1289,16,611,28],[1290,8,611,30,"height"],[1290,14,611,36],[1290,16,611,38],[1291,6,611,40],[1291,7,611,41],[1292,6,612,4,"shadowOpacity"],[1292,19,612,17],[1292,21,612,19],[1292,24,612,22],[1293,6,613,4,"shadowRadius"],[1293,18,613,16],[1293,20,613,18],[1293,21,613,19],[1294,6,614,4,"elevation"],[1294,15,614,13],[1294,17,614,15],[1295,4,615,2],[1295,5,615,3],[1296,4,616,2,"tokenLogoNew"],[1296,16,616,14],[1296,18,616,16],[1297,6,617,4,"width"],[1297,11,617,9],[1297,13,617,11],[1297,15,617,13],[1298,6,618,4,"height"],[1298,12,618,10],[1298,14,618,12],[1298,16,618,14],[1299,6,619,4,"borderRadius"],[1299,18,619,16],[1299,20,619,18],[1299,22,619,20],[1300,6,620,4,"marginBottom"],[1300,18,620,16],[1300,20,620,18],[1301,4,621,2],[1301,5,621,3],[1302,4,622,2,"tokenSymbolNew"],[1302,18,622,16],[1302,20,622,18],[1303,6,623,4,"fontSize"],[1303,14,623,12],[1303,16,623,14],[1303,18,623,16],[1304,6,624,4,"fontWeight"],[1304,16,624,14],[1304,18,624,16],[1304,23,624,21],[1305,6,625,4,"color"],[1305,11,625,9],[1305,13,625,11],[1305,22,625,20],[1306,6,626,4,"marginBottom"],[1306,18,626,16],[1306,20,626,18],[1307,4,627,2],[1307,5,627,3],[1308,4,628,2,"balanceAmountNew"],[1308,20,628,18],[1308,22,628,20],[1309,6,629,4,"fontSize"],[1309,14,629,12],[1309,16,629,14],[1309,18,629,16],[1310,6,630,4,"fontWeight"],[1310,16,630,14],[1310,18,630,16],[1310,23,630,21],[1311,6,631,4,"color"],[1311,11,631,9],[1311,13,631,11],[1311,22,631,20],[1312,6,632,4,"marginBottom"],[1312,18,632,16],[1312,20,632,18],[1313,4,633,2],[1313,5,633,3],[1314,4,634,2,"tokenNameNew"],[1314,16,634,14],[1314,18,634,16],[1315,6,635,4,"fontSize"],[1315,14,635,12],[1315,16,635,14],[1315,18,635,16],[1316,6,636,4,"color"],[1316,11,636,9],[1316,13,636,11],[1317,4,637,2],[1317,5,637,3],[1318,4,638,2,"actionsContainer"],[1318,20,638,18],[1318,22,638,20],[1319,6,639,4,"margin"],[1319,12,639,10],[1319,14,639,12],[1319,16,639,14],[1320,6,640,4,"backgroundColor"],[1320,21,640,19],[1320,23,640,21],[1320,29,640,27],[1321,6,641,4,"padding"],[1321,13,641,11],[1321,15,641,13],[1321,17,641,15],[1322,6,642,4,"borderRadius"],[1322,18,642,16],[1322,20,642,18],[1322,22,642,20],[1323,6,643,4,"shadowColor"],[1323,17,643,15],[1323,19,643,17],[1323,25,643,23],[1324,6,644,4,"shadowOffset"],[1324,18,644,16],[1324,20,644,18],[1325,8,644,20,"width"],[1325,13,644,25],[1325,15,644,27],[1325,16,644,28],[1326,8,644,30,"height"],[1326,14,644,36],[1326,16,644,38],[1327,6,644,40],[1327,7,644,41],[1328,6,645,4,"shadowOpacity"],[1328,19,645,17],[1328,21,645,19],[1328,24,645,22],[1329,6,646,4,"shadowRadius"],[1329,18,646,16],[1329,20,646,18],[1329,21,646,19],[1330,6,647,4,"elevation"],[1330,15,647,13],[1330,17,647,15],[1331,4,648,2],[1331,5,648,3],[1332,4,649,2,"actionsRow"],[1332,14,649,12],[1332,16,649,14],[1333,6,650,4,"flexDirection"],[1333,19,650,17],[1333,21,650,19],[1333,26,650,24],[1334,6,651,4,"justifyContent"],[1334,20,651,18],[1334,22,651,20],[1334,37,651,35],[1335,6,652,4,"marginBottom"],[1335,18,652,16],[1335,20,652,18],[1336,4,653,2],[1336,5,653,3],[1337,4,654,2,"actionBtn"],[1337,13,654,11],[1337,15,654,13],[1338,6,655,4,"width"],[1338,11,655,9],[1338,13,655,11],[1338,14,655,12,"width"],[1338,19,655,17],[1338,22,655,20],[1338,24,655,22],[1338,28,655,26],[1338,29,655,27],[1339,6,656,4,"padding"],[1339,13,656,11],[1339,15,656,13],[1339,17,656,15],[1340,6,657,4,"borderRadius"],[1340,18,657,16],[1340,20,657,18],[1340,22,657,20],[1341,6,658,4,"alignItems"],[1341,16,658,14],[1341,18,658,16],[1341,26,658,24],[1342,6,659,4,"justifyContent"],[1342,20,659,18],[1342,22,659,20],[1343,4,660,2],[1343,5,660,3],[1344,4,661,2,"actionBtnText"],[1344,17,661,15],[1344,19,661,17],[1345,6,662,4,"color"],[1345,11,662,9],[1345,13,662,11],[1345,19,662,17],[1346,6,663,4,"fontSize"],[1346,14,663,12],[1346,16,663,14],[1346,18,663,16],[1347,6,664,4,"fontWeight"],[1347,16,664,14],[1347,18,664,16],[1347,23,664,21],[1348,6,665,4,"marginTop"],[1348,15,665,13],[1348,17,665,15],[1349,4,666,2],[1349,5,666,3],[1350,4,667,2,"tokensContainer"],[1350,19,667,17],[1350,21,667,19],[1351,6,668,4,"margin"],[1351,12,668,10],[1351,14,668,12],[1351,16,668,14],[1352,6,669,4,"marginTop"],[1352,15,669,13],[1352,17,669,15],[1353,4,670,2],[1353,5,670,3],[1354,4,671,2,"tokensTitle"],[1354,15,671,13],[1354,17,671,15],[1355,6,672,4,"fontSize"],[1355,14,672,12],[1355,16,672,14],[1355,18,672,16],[1356,6,673,4,"fontWeight"],[1356,16,673,14],[1356,18,673,16],[1356,23,673,21],[1357,6,674,4,"color"],[1357,11,674,9],[1357,13,674,11],[1357,22,674,20],[1358,6,675,4,"marginBottom"],[1358,18,675,16],[1358,20,675,18],[1358,22,675,20],[1359,6,676,4,"paddingHorizontal"],[1359,23,676,21],[1359,25,676,23],[1360,4,677,2],[1360,5,677,3],[1361,4,678,2,"tokenItem"],[1361,13,678,11],[1361,15,678,13],[1362,6,679,4,"flexDirection"],[1362,19,679,17],[1362,21,679,19],[1362,26,679,24],[1363,6,680,4,"justifyContent"],[1363,20,680,18],[1363,22,680,20],[1363,37,680,35],[1364,6,681,4,"alignItems"],[1364,16,681,14],[1364,18,681,16],[1364,26,681,24],[1365,6,682,4,"backgroundColor"],[1365,21,682,19],[1365,23,682,21],[1365,29,682,27],[1366,6,683,4,"padding"],[1366,13,683,11],[1366,15,683,13],[1366,17,683,15],[1367,6,684,4,"borderRadius"],[1367,18,684,16],[1367,20,684,18],[1367,22,684,20],[1368,6,685,4,"marginBottom"],[1368,18,685,16],[1368,20,685,18],[1368,21,685,19],[1369,6,686,4,"shadowColor"],[1369,17,686,15],[1369,19,686,17],[1369,25,686,23],[1370,6,687,4,"shadowOffset"],[1370,18,687,16],[1370,20,687,18],[1371,8,687,20,"width"],[1371,13,687,25],[1371,15,687,27],[1371,16,687,28],[1372,8,687,30,"height"],[1372,14,687,36],[1372,16,687,38],[1373,6,687,40],[1373,7,687,41],[1374,6,688,4,"shadowOpacity"],[1374,19,688,17],[1374,21,688,19],[1374,25,688,23],[1375,6,689,4,"shadowRadius"],[1375,18,689,16],[1375,20,689,18],[1375,21,689,19],[1376,6,690,4,"elevation"],[1376,15,690,13],[1376,17,690,15],[1377,4,691,2],[1377,5,691,3],[1378,4,692,2,"tokenItemLeft"],[1378,17,692,15],[1378,19,692,17],[1379,6,693,4,"flexDirection"],[1379,19,693,17],[1379,21,693,19],[1379,26,693,24],[1380,6,694,4,"alignItems"],[1380,16,694,14],[1380,18,694,16],[1380,26,694,24],[1381,6,695,4,"gap"],[1381,9,695,7],[1381,11,695,9],[1382,4,696,2],[1382,5,696,3],[1383,4,697,2,"tokenIconContainer"],[1383,22,697,20],[1383,24,697,22],[1384,6,698,4,"position"],[1384,14,698,12],[1384,16,698,14],[1384,26,698,24],[1385,6,699,4,"width"],[1385,11,699,9],[1385,13,699,11],[1385,15,699,13],[1386,6,700,4,"height"],[1386,12,700,10],[1386,14,700,12],[1387,4,701,2],[1387,5,701,3],[1388,4,702,2,"tokenIcon"],[1388,13,702,11],[1388,15,702,13],[1389,6,703,4,"width"],[1389,11,703,9],[1389,13,703,11],[1389,15,703,13],[1390,6,704,4,"height"],[1390,12,704,10],[1390,14,704,12],[1390,16,704,14],[1391,6,705,4,"borderRadius"],[1391,18,705,16],[1391,20,705,18],[1392,4,706,2],[1392,5,706,3],[1393,4,707,2,"networkBadge"],[1393,16,707,14],[1393,18,707,16],[1394,6,708,4,"position"],[1394,14,708,12],[1394,16,708,14],[1394,26,708,24],[1395,6,709,4,"right"],[1395,11,709,9],[1395,13,709,11],[1395,14,709,12],[1395,15,709,13],[1396,6,710,4,"bottom"],[1396,12,710,10],[1396,14,710,12],[1396,15,710,13],[1396,16,710,14],[1397,6,711,4,"width"],[1397,11,711,9],[1397,13,711,11],[1397,15,711,13],[1398,6,712,4,"height"],[1398,12,712,10],[1398,14,712,12],[1398,16,712,14],[1399,6,713,4,"borderRadius"],[1399,18,713,16],[1399,20,713,18],[1399,21,713,19],[1400,6,714,4,"borderWidth"],[1400,17,714,15],[1400,19,714,17],[1400,20,714,18],[1401,6,715,4,"borderColor"],[1401,17,715,15],[1401,19,715,17],[1402,4,716,2],[1402,5,716,3],[1403,4,717,2,"tokenItemName"],[1403,17,717,15],[1403,19,717,17],[1404,6,718,4,"fontSize"],[1404,14,718,12],[1404,16,718,14],[1404,18,718,16],[1405,6,719,4,"fontWeight"],[1405,16,719,14],[1405,18,719,16],[1405,23,719,21],[1406,6,720,4,"color"],[1406,11,720,9],[1406,13,720,11],[1407,4,721,2],[1407,5,721,3],[1408,4,722,2,"tokenItemNetwork"],[1408,20,722,18],[1408,22,722,20],[1409,6,723,4,"fontSize"],[1409,14,723,12],[1409,16,723,14],[1409,18,723,16],[1410,6,724,4,"color"],[1410,11,724,9],[1410,13,724,11],[1411,4,725,2],[1411,5,725,3],[1412,4,726,2,"tokenItemRight"],[1412,18,726,16],[1412,20,726,18],[1413,6,727,4,"alignItems"],[1413,16,727,14],[1413,18,727,16],[1414,4,728,2],[1414,5,728,3],[1415,4,729,2,"tokenItemBalance"],[1415,20,729,18],[1415,22,729,20],[1416,6,730,4,"fontSize"],[1416,14,730,12],[1416,16,730,14],[1416,18,730,16],[1417,6,731,4,"fontWeight"],[1417,16,731,14],[1417,18,731,16],[1417,23,731,21],[1418,6,732,4,"color"],[1418,11,732,9],[1418,13,732,11],[1419,4,733,2],[1419,5,733,3],[1420,4,734,2,"tokenItemUsd"],[1420,16,734,14],[1420,18,734,16],[1421,6,735,4,"fontSize"],[1421,14,735,12],[1421,16,735,14],[1421,18,735,16],[1422,6,736,4,"color"],[1422,11,736,9],[1422,13,736,11],[1423,4,737,2],[1424,2,738,0],[1424,3,738,1],[1424,4,738,2],[1425,2,738,3],[1425,6,738,3,"_c"],[1425,8,738,3],[1425,10,738,3,"_c2"],[1425,13,738,3],[1425,15,738,3,"_c3"],[1425,18,738,3],[1425,20,738,3,"_c4"],[1425,23,738,3],[1425,25,738,3,"_c5"],[1425,28,738,3],[1425,30,738,3,"_c6"],[1425,33,738,3],[1426,2,738,3,"$RefreshReg$"],[1426,14,738,3],[1426,15,738,3,"_c"],[1426,17,738,3],[1427,2,738,3,"$RefreshReg$"],[1427,14,738,3],[1427,15,738,3,"_c2"],[1427,18,738,3],[1428,2,738,3,"$RefreshReg$"],[1428,14,738,3],[1428,15,738,3,"_c3"],[1428,18,738,3],[1429,2,738,3,"$RefreshReg$"],[1429,14,738,3],[1429,15,738,3,"_c4"],[1429,18,738,3],[1430,2,738,3,"$RefreshReg$"],[1430,14,738,3],[1430,15,738,3,"_c5"],[1430,18,738,3],[1431,2,738,3,"$RefreshReg$"],[1431,14,738,3],[1431,15,738,3,"_c6"],[1431,18,738,3],[1432,0,738,3],[1432,3]],"functionMap":{"names":["","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;oBCI;GDqB;+BEkD;aFc;CDM;AIE;YCQ;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"}]}
\ No newline at end of file
+{"dependencies":[{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":51,"index":51}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/View","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"4kYBDC6LJJXoH7P9rWDi3vkLVB0=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Text","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"JKIzsQ5YQ0gDj0MIyY0Q7F1zJtU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/StyleSheet","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"MK7+k1V+KnvCVW7Kj2k/ydtjmVU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/TouchableOpacity","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PnQOoa8QGKpV5+issz6ikk463eg=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/ScrollView","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"7Gv1K9/TiQvbDXlMy9NOQIEBHDA=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Image","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"h9Yjx6LR7umCdPP226caWyLdUPo=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Dimensions","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"ySrYx/xxJL+A+Ie+sLy/r/EEnF8=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Alert","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PEUC6jrQVoAGZ2qYkvimljMOyJI=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0,"index":196},"end":{"line":13,"column":46,"index":242}}],"key":"ow7vkrqkIckRjlSi/+MhMmRYtUE=","exportNames":["*"],"imports":1}},{"name":"@react-navigation/bottom-tabs","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":14,"column":0,"index":243},"end":{"line":14,"column":73,"index":316}}],"key":"+CsiEPZJMQUbFs9pwhg0Pji1O3k=","exportNames":["*"],"imports":1}},{"name":"expo-image-picker","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":15,"column":0,"index":317},"end":{"line":15,"column":49,"index":366}}],"key":"XQFgv2+WadF9xV+S67CI6D8lClA=","exportNames":["*"],"imports":1}},{"name":"../contexts/AuthContext","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":16,"column":0,"index":367},"end":{"line":16,"column":50,"index":417}}],"key":"oNCgyH4yx4pAIVZXLqqRGB2kuCY=","exportNames":["*"],"imports":1}},{"name":"react/jsx-dev-runtime","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"L9D70Z4hi4aGuui1ysja/oQ5ytI=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n var _jsxFileName = \"/app/frontend/src/screens/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 _react = require(_dependencyMap[0], \"react\");\n var _reactNativeWebDistExportsView = require(_dependencyMap[1], \"react-native-web/dist/exports/View\");\n var View = _interopDefault(_reactNativeWebDistExportsView);\n var _reactNativeWebDistExportsText = require(_dependencyMap[2], \"react-native-web/dist/exports/Text\");\n var Text = _interopDefault(_reactNativeWebDistExportsText);\n var _reactNativeWebDistExportsStyleSheet = require(_dependencyMap[3], \"react-native-web/dist/exports/StyleSheet\");\n var StyleSheet = _interopDefault(_reactNativeWebDistExportsStyleSheet);\n var _reactNativeWebDistExportsTouchableOpacity = require(_dependencyMap[4], \"react-native-web/dist/exports/TouchableOpacity\");\n var TouchableOpacity = _interopDefault(_reactNativeWebDistExportsTouchableOpacity);\n var _reactNativeWebDistExportsScrollView = require(_dependencyMap[5], \"react-native-web/dist/exports/ScrollView\");\n var ScrollView = _interopDefault(_reactNativeWebDistExportsScrollView);\n var _reactNativeWebDistExportsImage = require(_dependencyMap[6], \"react-native-web/dist/exports/Image\");\n var Image = _interopDefault(_reactNativeWebDistExportsImage);\n var _reactNativeWebDistExportsDimensions = require(_dependencyMap[7], \"react-native-web/dist/exports/Dimensions\");\n var Dimensions = _interopDefault(_reactNativeWebDistExportsDimensions);\n var _reactNativeWebDistExportsAlert = require(_dependencyMap[8], \"react-native-web/dist/exports/Alert\");\n var Alert = _interopDefault(_reactNativeWebDistExportsAlert);\n var _expoVectorIcons = require(_dependencyMap[9], \"@expo/vector-icons\");\n var _reactNavigationBottomTabs = require(_dependencyMap[10], \"@react-navigation/bottom-tabs\");\n var _expoImagePicker = require(_dependencyMap[11], \"expo-image-picker\");\n var ImagePicker = _interopNamespace(_expoImagePicker);\n var _contextsAuthContext = require(_dependencyMap[12], \"../contexts/AuthContext\");\n var _reactJsxDevRuntime = require(_dependencyMap[13], \"react/jsx-dev-runtime\");\n const {\n width\n } = Dimensions.default.get('window');\n function HomeTab() {\n _s();\n const {\n user\n } = (0, _contextsAuthContext.useAuth)();\n const [profileImage, setProfileImage] = (0, _react.useState)(null);\n const pickImage = async () => {\n const permissionResult = await ImagePicker.requestMediaLibraryPermissionsAsync();\n if (permissionResult.granted === false) {\n Alert.default.alert('Permission Required', 'Permission to access camera roll is required!');\n return;\n }\n const result = await 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 const base64Image = `data:image/jpeg;base64,${result.assets[0].base64}`;\n setProfileImage(base64Image);\n // TODO: Save to backend\n }\n };\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n showsVerticalScrollIndicator: false,\n contentContainerStyle: styles.scrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.header,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.headerLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: styles.profileImage,\n onPress: pickImage,\n children: profileImage ? /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\n source: {\n uri: profileImage\n },\n style: styles.profileImageSrc\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 54,\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: 56,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 52,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\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: 60,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.trustScore,\n children: \"750\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 61,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 59,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 51,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.headerRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 66,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 65,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 69,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 68,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 72,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 71,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 64,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 50,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.announcementWidget,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n horizontal: true,\n showsHorizontalScrollIndicator: false,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.announcement,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.announcementTitle,\n children: \"\\uD83C\\uDF89 Welcome to PezkuwiChain!\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 81,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.announcementText,\n children: \"Start your citizenship journey today\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 82,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 80,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.announcement,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.announcementTitle,\n children: \"\\uD83D\\uDCE2 New Feature\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 85,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.announcementText,\n children: \"Vote on governance proposals\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 86,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 84,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 79,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 78,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.quickActionsContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.sectionTitle,\n children: \"Quick Actions\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 93,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.actionsGrid,\n children: QUICK_ACTIONS.map((action, index) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: [styles.actionCard, index % 4 === 0 && styles.actionCardFirst, index % 4 === 3 && styles.actionCardLast],\n activeOpacity: 0.7,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\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: 105,\n columnNumber: 19\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 104,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionLabel,\n children: action.label\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 107,\n columnNumber: 17\n }, this)]\n }, action.id, true, {\n fileName: _jsxFileName,\n lineNumber: 96,\n columnNumber: 15\n }, this))\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 94,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 92,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 48,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 47,\n columnNumber: 5\n }, this);\n }\n _s(HomeTab, \"xEp7SEfX94u+oibpmCw6eCxkmPE=\", false, function () {\n return [_contextsAuthContext.useAuth];\n });\n _c = HomeTab;\n function WalletTab() {\n _s2();\n const {\n user\n } = (0, _contextsAuthContext.useAuth)();\n const [hezBalance, setHezBalance] = (0, _react.useState)('Loading...');\n const [pezBalance, setPezBalance] = (0, _react.useState)('Loading...');\n const [loading, setLoading] = (0, _react.useState)(true);\n const TEST_WALLET = '5GgTgG9sRmPQAYU1RsTejZYnZRjwzKZKWD3awtuqjHioki45';\n (0, _react.useEffect)(() => {\n fetchBalance();\n }, []);\n const fetchBalance = async () => {\n try {\n const backendUrl = \"https://kurdish-id.preview.emergentagent.com\" || 'http://localhost:8001';\n const controller = new AbortController();\n const timeoutId = setTimeout(() => controller.abort(), 5000); // 5 sec timeout\n\n const response = await 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 const data = await 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 /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n contentContainerStyle: styles.walletScrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.walletHeader,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.walletTitle,\n children: \"My Wallet\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 170,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 172,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 171,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 169,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.balanceRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.balanceCardNew,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\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: 179,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenSymbolNew,\n children: \"HEZ\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 183,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.balanceAmountNew,\n children: hezBalance\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 184,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenNameNew,\n children: \"Hemwelat\\xEE Token\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 185,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 178,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.balanceCardNew,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\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: 189,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenSymbolNew,\n children: \"PEZ\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 193,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.balanceAmountNew,\n children: pezBalance\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 194,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenNameNew,\n children: \"Pezkuw\\xEE Token\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 195,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 188,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 177,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.actionsContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.actionsRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 204,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionBtnText,\n children: \"Send\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 205,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 203,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 208,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionBtnText,\n children: \"Receive\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 209,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 207,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 212,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionBtnText,\n children: \"Swap\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 213,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 211,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 216,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionBtnText,\n children: \"P2P\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 217,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 215,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 202,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.actionsRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 224,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionBtnText,\n children: \"Vote\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 225,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 223,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 228,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionBtnText,\n children: \"DApps\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 229,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 227,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 232,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionBtnText,\n children: \"Staking\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 233,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 231,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 236,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionBtnText,\n children: \"Connect\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 237,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 235,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 222,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 200,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokensContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokensTitle,\n children: \"Tokens\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 244,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenIconContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\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: 250,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\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: 254,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 249,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemName,\n children: \"USDT\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 260,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemNetwork,\n children: \"PEZ Network\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 261,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 259,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 248,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemBalance,\n children: \"0\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 265,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemUsd,\n children: \"$0\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 266,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 264,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 247,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 243,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 167,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 166,\n columnNumber: 5\n }, this);\n }\n _s2(WalletTab, \"osbCN528CgM7tSTrgQcFeX6sHT4=\", false, function () {\n return [_contextsAuthContext.useAuth];\n });\n _c2 = WalletTab;\n function CitizensTab() {\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.placeholderText,\n children: \"Citizens Screen\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 280,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 279,\n columnNumber: 5\n }, this);\n }\n _c3 = CitizensTab;\n function ReferralTab() {\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.placeholderText,\n children: \"Referral Screen\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 288,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 287,\n columnNumber: 5\n }, this);\n }\n _c4 = ReferralTab;\n function ProfileTab() {\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.placeholderText,\n children: \"Profile Screen\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 296,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 295,\n columnNumber: 5\n }, this);\n }\n _c5 = ProfileTab;\n const 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: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"home\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 319,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 313,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Wallet\",\n component: WalletTab,\n options: {\n tabBarLabel: 'Wallet',\n tabBarIcon: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"wallet\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 329,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 323,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Citizens\",\n component: CitizensTab,\n options: {\n tabBarLabel: 'Citizens',\n tabBarIcon: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"people\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 339,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 333,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Referral\",\n component: ReferralTab,\n options: {\n tabBarLabel: 'Referral',\n tabBarIcon: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"gift\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 349,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 343,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Profile\",\n component: ProfileTab,\n options: {\n tabBarLabel: 'Profile',\n tabBarIcon: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"person\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 359,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 353,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 305,\n columnNumber: 5\n }, this);\n }\n _c6 = HomeScreen;\n const 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 const styles = StyleSheet.default.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":1432,"map":[[30,2,303,15,"Object"],[30,8,303,15],[30,9,303,15,"defineProperty"],[30,23,303,15],[30,24,303,15,"exports"],[30,31,303,15],[31,4,303,15,"enumerable"],[31,14,303,15],[32,4,303,15,"get"],[32,7,303,15],[32,18,303,15,"get"],[32,19,303,15],[33,6,303,15],[33,13,303,15,"HomeScreen"],[33,23,303,15],[34,4,303,15],[35,2,303,15],[36,2,1,0],[36,6,1,0,"_react"],[36,12,1,0],[36,15,1,0,"require"],[36,22,1,0],[36,23,1,0,"_dependencyMap"],[36,37,1,0],[37,2,1,51],[37,6,1,51,"_reactNativeWebDistExportsView"],[37,36,1,51],[37,39,1,51,"require"],[37,46,1,51],[37,47,1,51,"_dependencyMap"],[37,61,1,51],[38,2,1,51],[38,6,1,51,"View"],[38,10,1,51],[38,13,1,51,"_interopDefault"],[38,28,1,51],[38,29,1,51,"_reactNativeWebDistExportsView"],[38,59,1,51],[39,2,1,51],[39,6,1,51,"_reactNativeWebDistExportsText"],[39,36,1,51],[39,39,1,51,"require"],[39,46,1,51],[39,47,1,51,"_dependencyMap"],[39,61,1,51],[40,2,1,51],[40,6,1,51,"Text"],[40,10,1,51],[40,13,1,51,"_interopDefault"],[40,28,1,51],[40,29,1,51,"_reactNativeWebDistExportsText"],[40,59,1,51],[41,2,1,51],[41,6,1,51,"_reactNativeWebDistExportsStyleSheet"],[41,42,1,51],[41,45,1,51,"require"],[41,52,1,51],[41,53,1,51,"_dependencyMap"],[41,67,1,51],[42,2,1,51],[42,6,1,51,"StyleSheet"],[42,16,1,51],[42,19,1,51,"_interopDefault"],[42,34,1,51],[42,35,1,51,"_reactNativeWebDistExportsStyleSheet"],[42,71,1,51],[43,2,1,51],[43,6,1,51,"_reactNativeWebDistExportsTouchableOpacity"],[43,48,1,51],[43,51,1,51,"require"],[43,58,1,51],[43,59,1,51,"_dependencyMap"],[43,73,1,51],[44,2,1,51],[44,6,1,51,"TouchableOpacity"],[44,22,1,51],[44,25,1,51,"_interopDefault"],[44,40,1,51],[44,41,1,51,"_reactNativeWebDistExportsTouchableOpacity"],[44,83,1,51],[45,2,1,51],[45,6,1,51,"_reactNativeWebDistExportsScrollView"],[45,42,1,51],[45,45,1,51,"require"],[45,52,1,51],[45,53,1,51,"_dependencyMap"],[45,67,1,51],[46,2,1,51],[46,6,1,51,"ScrollView"],[46,16,1,51],[46,19,1,51,"_interopDefault"],[46,34,1,51],[46,35,1,51,"_reactNativeWebDistExportsScrollView"],[46,71,1,51],[47,2,1,51],[47,6,1,51,"_reactNativeWebDistExportsImage"],[47,37,1,51],[47,40,1,51,"require"],[47,47,1,51],[47,48,1,51,"_dependencyMap"],[47,62,1,51],[48,2,1,51],[48,6,1,51,"Image"],[48,11,1,51],[48,14,1,51,"_interopDefault"],[48,29,1,51],[48,30,1,51,"_reactNativeWebDistExportsImage"],[48,61,1,51],[49,2,1,51],[49,6,1,51,"_reactNativeWebDistExportsDimensions"],[49,42,1,51],[49,45,1,51,"require"],[49,52,1,51],[49,53,1,51,"_dependencyMap"],[49,67,1,51],[50,2,1,51],[50,6,1,51,"Dimensions"],[50,16,1,51],[50,19,1,51,"_interopDefault"],[50,34,1,51],[50,35,1,51,"_reactNativeWebDistExportsDimensions"],[50,71,1,51],[51,2,1,51],[51,6,1,51,"_reactNativeWebDistExportsAlert"],[51,37,1,51],[51,40,1,51,"require"],[51,47,1,51],[51,48,1,51,"_dependencyMap"],[51,62,1,51],[52,2,1,51],[52,6,1,51,"Alert"],[52,11,1,51],[52,14,1,51,"_interopDefault"],[52,29,1,51],[52,30,1,51,"_reactNativeWebDistExportsAlert"],[52,61,1,51],[53,2,13,0],[53,6,13,0,"_expoVectorIcons"],[53,22,13,0],[53,25,13,0,"require"],[53,32,13,0],[53,33,13,0,"_dependencyMap"],[53,47,13,0],[54,2,14,0],[54,6,14,0,"_reactNavigationBottomTabs"],[54,32,14,0],[54,35,14,0,"require"],[54,42,14,0],[54,43,14,0,"_dependencyMap"],[54,57,14,0],[55,2,15,0],[55,6,15,0,"_expoImagePicker"],[55,22,15,0],[55,25,15,0,"require"],[55,32,15,0],[55,33,15,0,"_dependencyMap"],[55,47,15,0],[56,2,15,0],[56,6,15,0,"ImagePicker"],[56,17,15,0],[56,20,15,0,"_interopNamespace"],[56,37,15,0],[56,38,15,0,"_expoImagePicker"],[56,54,15,0],[57,2,16,0],[57,6,16,0,"_contextsAuthContext"],[57,26,16,0],[57,29,16,0,"require"],[57,36,16,0],[57,37,16,0,"_dependencyMap"],[57,51,16,0],[58,2,16,50],[58,6,16,50,"_reactJsxDevRuntime"],[58,25,16,50],[58,28,16,50,"require"],[58,35,16,50],[58,36,16,50,"_dependencyMap"],[58,50,16,50],[59,2,18,0],[59,8,18,6],[60,4,18,8,"width"],[61,2,18,14],[61,3,18,15],[61,6,18,18,"Dimensions"],[61,16,18,28],[61,17,18,28,"default"],[61,24,18,28],[61,25,18,29,"get"],[61,28,18,32],[61,29,18,33],[61,37,18,41],[61,38,18,42],[62,2,20,0],[62,11,20,9,"HomeTab"],[62,18,20,16,"HomeTab"],[62,19,20,16],[62,21,20,19],[63,4,20,19,"_s"],[63,6,20,19],[64,4,21,2],[64,10,21,8],[65,6,21,10,"user"],[66,4,21,15],[66,5,21,16],[66,8,21,19],[66,12,21,19,"useAuth"],[66,32,21,26],[66,33,21,26,"useAuth"],[66,40,21,26],[66,42,21,27],[66,43,21,28],[67,4,22,2],[67,10,22,8],[67,11,22,9,"profileImage"],[67,23,22,21],[67,25,22,23,"setProfileImage"],[67,40,22,38],[67,41,22,39],[67,44,22,42],[67,48,22,42,"useState"],[67,54,22,50],[67,55,22,50,"useState"],[67,63,22,50],[67,65,22,66],[67,69,22,70],[67,70,22,71],[68,4,24,2],[68,10,24,8,"pickImage"],[68,19,24,17],[68,22,24,20],[68,28,24,20,"pickImage"],[68,29,24,20],[68,34,24,32],[69,6,25,4],[69,12,25,10,"permissionResult"],[69,28,25,26],[69,31,25,29],[69,37,25,35,"ImagePicker"],[69,48,25,46],[69,49,25,47,"requestMediaLibraryPermissionsAsync"],[69,84,25,82],[69,85,25,83],[69,86,25,84],[70,6,27,4],[70,10,27,8,"permissionResult"],[70,26,27,24],[70,27,27,25,"granted"],[70,34,27,32],[70,39,27,37],[70,44,27,42],[70,46,27,44],[71,8,28,6,"Alert"],[71,13,28,11],[71,14,28,11,"default"],[71,21,28,11],[71,22,28,12,"alert"],[71,27,28,17],[71,28,28,18],[71,49,28,39],[71,51,28,41],[71,98,28,88],[71,99,28,89],[72,8,29,6],[73,6,30,4],[74,6,32,4],[74,12,32,10,"result"],[74,18,32,16],[74,21,32,19],[74,27,32,25,"ImagePicker"],[74,38,32,36],[74,39,32,37,"launchImageLibraryAsync"],[74,62,32,60],[74,63,32,61],[75,8,33,6,"mediaTypes"],[75,18,33,16],[75,20,33,18,"ImagePicker"],[75,31,33,29],[75,32,33,30,"MediaTypeOptions"],[75,48,33,46],[75,49,33,47,"Images"],[75,55,33,53],[76,8,34,6,"allowsEditing"],[76,21,34,19],[76,23,34,21],[76,27,34,25],[77,8,35,6,"aspect"],[77,14,35,12],[77,16,35,14],[77,17,35,15],[77,18,35,16],[77,20,35,18],[77,21,35,19],[77,22,35,20],[78,8,36,6,"quality"],[78,15,36,13],[78,17,36,15],[78,20,36,18],[79,8,37,6,"base64"],[79,14,37,12],[79,16,37,14],[80,6,38,4],[80,7,38,5],[80,8,38,6],[81,6,40,4],[81,10,40,8],[81,11,40,9,"result"],[81,17,40,15],[81,18,40,16,"canceled"],[81,26,40,24],[81,30,40,28,"result"],[81,36,40,34],[81,37,40,35,"assets"],[81,43,40,41],[81,44,40,42],[81,45,40,43],[81,46,40,44],[81,47,40,45,"base64"],[81,53,40,51],[81,55,40,53],[82,8,41,6],[82,14,41,12,"base64Image"],[82,25,41,23],[82,28,41,26],[82,54,41,52,"result"],[82,60,41,58],[82,61,41,59,"assets"],[82,67,41,65],[82,68,41,66],[82,69,41,67],[82,70,41,68],[82,71,41,69,"base64"],[82,77,41,75],[82,79,41,77],[83,8,42,6,"setProfileImage"],[83,23,42,21],[83,24,42,22,"base64Image"],[83,35,42,33],[83,36,42,34],[84,8,43,6],[85,6,44,4],[86,4,45,2],[86,5,45,3],[87,4,46,2],[87,24,47,4],[87,28,47,4,"_reactJsxDevRuntime"],[87,47,47,4],[87,48,47,4,"jsxDEV"],[87,54,47,4],[87,56,47,5,"View"],[87,60,47,9],[87,61,47,9,"default"],[87,68,47,9],[88,6,47,10,"style"],[88,11,47,15],[88,13,47,17,"styles"],[88,19,47,23],[88,20,47,24,"container"],[88,29,47,34],[89,6,47,34,"children"],[89,14,47,34],[89,29,48,6],[89,33,48,6,"_reactJsxDevRuntime"],[89,52,48,6],[89,53,48,6,"jsxDEV"],[89,59,48,6],[89,61,48,7,"ScrollView"],[89,71,48,17],[89,72,48,17,"default"],[89,79,48,17],[90,8,48,18,"showsVerticalScrollIndicator"],[90,36,48,46],[90,38,48,48],[90,43,48,54],[91,8,48,55,"contentContainerStyle"],[91,29,48,76],[91,31,48,78,"styles"],[91,37,48,84],[91,38,48,85,"scrollContent"],[91,51,48,99],[92,8,48,99,"children"],[92,16,48,99],[92,32,50,8],[92,36,50,8,"_reactJsxDevRuntime"],[92,55,50,8],[92,56,50,8,"jsxDEV"],[92,62,50,8],[92,64,50,9,"View"],[92,68,50,13],[92,69,50,13,"default"],[92,76,50,13],[93,10,50,14,"style"],[93,15,50,19],[93,17,50,21,"styles"],[93,23,50,27],[93,24,50,28,"header"],[93,30,50,35],[94,10,50,35,"children"],[94,18,50,35],[94,34,51,10],[94,38,51,10,"_reactJsxDevRuntime"],[94,57,51,10],[94,58,51,10,"jsxDEV"],[94,64,51,10],[94,66,51,11,"View"],[94,70,51,15],[94,71,51,15,"default"],[94,78,51,15],[95,12,51,16,"style"],[95,17,51,21],[95,19,51,23,"styles"],[95,25,51,29],[95,26,51,30,"headerLeft"],[95,36,51,41],[96,12,51,41,"children"],[96,20,51,41],[96,36,52,12],[96,40,52,12,"_reactJsxDevRuntime"],[96,59,52,12],[96,60,52,12,"jsxDEV"],[96,66,52,12],[96,68,52,13,"TouchableOpacity"],[96,84,52,29],[96,85,52,29,"default"],[96,92,52,29],[97,14,52,30,"style"],[97,19,52,35],[97,21,52,37,"styles"],[97,27,52,43],[97,28,52,44,"profileImage"],[97,40,52,57],[98,14,52,58,"onPress"],[98,21,52,65],[98,23,52,67,"pickImage"],[98,32,52,77],[99,14,52,77,"children"],[99,22,52,77],[99,24,53,15,"profileImage"],[99,36,53,27],[99,52,54,16],[99,56,54,16,"_reactJsxDevRuntime"],[99,75,54,16],[99,76,54,16,"jsxDEV"],[99,82,54,16],[99,84,54,17,"Image"],[99,89,54,22],[99,90,54,22,"default"],[99,97,54,22],[100,16,54,23,"source"],[100,22,54,29],[100,24,54,31],[101,18,54,33,"uri"],[101,21,54,36],[101,23,54,38,"profileImage"],[102,16,54,51],[102,17,54,53],[103,16,54,54,"style"],[103,21,54,59],[103,23,54,61,"styles"],[103,29,54,67],[103,30,54,68,"profileImageSrc"],[104,14,54,84],[105,16,54,84,"fileName"],[105,24,54,84],[105,26,54,84,"_jsxFileName"],[105,38,54,84],[106,16,54,84,"lineNumber"],[106,26,54,84],[107,16,54,84,"columnNumber"],[107,28,54,84],[108,14,54,84],[108,21,54,86],[108,22,54,87],[108,38,56,16],[108,42,56,16,"_reactJsxDevRuntime"],[108,61,56,16],[108,62,56,16,"jsxDEV"],[108,68,56,16],[108,70,56,17,"_expoVectorIcons"],[108,86,56,25],[108,87,56,25,"Ionicons"],[108,95,56,25],[109,16,56,26,"name"],[109,20,56,30],[109,22,56,31],[109,30,56,39],[110,16,56,40,"size"],[110,20,56,44],[110,22,56,46],[110,24,56,49],[111,16,56,50,"color"],[111,21,56,55],[111,23,56,56],[112,14,56,65],[113,16,56,65,"fileName"],[113,24,56,65],[113,26,56,65,"_jsxFileName"],[113,38,56,65],[114,16,56,65,"lineNumber"],[114,26,56,65],[115,16,56,65,"columnNumber"],[115,28,56,65],[116,14,56,65],[116,21,56,67],[117,12,57,15],[118,14,57,15,"fileName"],[118,22,57,15],[118,24,57,15,"_jsxFileName"],[118,36,57,15],[119,14,57,15,"lineNumber"],[119,24,57,15],[120,14,57,15,"columnNumber"],[120,26,57,15],[121,12,57,15],[121,19,58,30],[121,20,58,31],[121,35,59,12],[121,39,59,12,"_reactJsxDevRuntime"],[121,58,59,12],[121,59,59,12,"jsxDEV"],[121,65,59,12],[121,67,59,13,"View"],[121,71,59,17],[121,72,59,17,"default"],[121,79,59,17],[122,14,59,18,"style"],[122,19,59,23],[122,21,59,25,"styles"],[122,27,59,31],[122,28,59,32,"profileBadge"],[122,40,59,45],[123,14,59,45,"children"],[123,22,59,45],[123,38,60,14],[123,42,60,14,"_reactJsxDevRuntime"],[123,61,60,14],[123,62,60,14,"jsxDEV"],[123,68,60,14],[123,70,60,15,"_expoVectorIcons"],[123,86,60,23],[123,87,60,23,"Ionicons"],[123,95,60,23],[124,16,60,24,"name"],[124,20,60,28],[124,22,60,29],[124,28,60,35],[125,16,60,36,"size"],[125,20,60,40],[125,22,60,42],[125,24,60,45],[126,16,60,46,"color"],[126,21,60,51],[126,23,60,52],[127,14,60,61],[128,16,60,61,"fileName"],[128,24,60,61],[128,26,60,61,"_jsxFileName"],[128,38,60,61],[129,16,60,61,"lineNumber"],[129,26,60,61],[130,16,60,61,"columnNumber"],[130,28,60,61],[131,14,60,61],[131,21,60,63],[131,22,60,64],[131,37,61,14],[131,41,61,14,"_reactJsxDevRuntime"],[131,60,61,14],[131,61,61,14,"jsxDEV"],[131,67,61,14],[131,69,61,15,"Text"],[131,73,61,19],[131,74,61,19,"default"],[131,81,61,19],[132,16,61,20,"style"],[132,21,61,25],[132,23,61,27,"styles"],[132,29,61,33],[132,30,61,34,"trustScore"],[132,40,61,45],[133,16,61,45,"children"],[133,24,61,45],[133,26,61,46],[134,14,61,49],[135,16,61,49,"fileName"],[135,24,61,49],[135,26,61,49,"_jsxFileName"],[135,38,61,49],[136,16,61,49,"lineNumber"],[136,26,61,49],[137,16,61,49,"columnNumber"],[137,28,61,49],[138,14,61,49],[138,21,61,55],[138,22,61,56],[139,12,61,56],[140,14,61,56,"fileName"],[140,22,61,56],[140,24,61,56,"_jsxFileName"],[140,36,61,56],[141,14,61,56,"lineNumber"],[141,24,61,56],[142,14,61,56,"columnNumber"],[142,26,61,56],[143,12,61,56],[143,19,62,18],[143,20,62,19],[144,10,62,19],[145,12,62,19,"fileName"],[145,20,62,19],[145,22,62,19,"_jsxFileName"],[145,34,62,19],[146,12,62,19,"lineNumber"],[146,22,62,19],[147,12,62,19,"columnNumber"],[147,24,62,19],[148,10,62,19],[148,17,63,16],[148,18,63,17],[148,33,64,10],[148,37,64,10,"_reactJsxDevRuntime"],[148,56,64,10],[148,57,64,10,"jsxDEV"],[148,63,64,10],[148,65,64,11,"View"],[148,69,64,15],[148,70,64,15,"default"],[148,77,64,15],[149,12,64,16,"style"],[149,17,64,21],[149,19,64,23,"styles"],[149,25,64,29],[149,26,64,30,"headerRight"],[149,37,64,42],[150,12,64,42,"children"],[150,20,64,42],[150,36,65,12],[150,40,65,12,"_reactJsxDevRuntime"],[150,59,65,12],[150,60,65,12,"jsxDEV"],[150,66,65,12],[150,68,65,13,"TouchableOpacity"],[150,84,65,29],[150,85,65,29,"default"],[150,92,65,29],[151,14,65,30,"style"],[151,19,65,35],[151,21,65,37,"styles"],[151,27,65,43],[151,28,65,44,"iconButton"],[151,38,65,55],[152,14,65,55,"children"],[152,22,65,55],[152,37,66,14],[152,41,66,14,"_reactJsxDevRuntime"],[152,60,66,14],[152,61,66,14,"jsxDEV"],[152,67,66,14],[152,69,66,15,"_expoVectorIcons"],[152,85,66,23],[152,86,66,23,"Ionicons"],[152,94,66,23],[153,16,66,24,"name"],[153,20,66,28],[153,22,66,29],[153,39,66,46],[154,16,66,47,"size"],[154,20,66,51],[154,22,66,53],[154,24,66,56],[155,16,66,57,"color"],[155,21,66,62],[155,23,66,63],[156,14,66,72],[157,16,66,72,"fileName"],[157,24,66,72],[157,26,66,72,"_jsxFileName"],[157,38,66,72],[158,16,66,72,"lineNumber"],[158,26,66,72],[159,16,66,72,"columnNumber"],[159,28,66,72],[160,14,66,72],[160,21,66,74],[161,12,66,75],[162,14,66,75,"fileName"],[162,22,66,75],[162,24,66,75,"_jsxFileName"],[162,36,66,75],[163,14,66,75,"lineNumber"],[163,24,66,75],[164,14,66,75,"columnNumber"],[164,26,66,75],[165,12,66,75],[165,19,67,30],[165,20,67,31],[165,35,68,12],[165,39,68,12,"_reactJsxDevRuntime"],[165,58,68,12],[165,59,68,12,"jsxDEV"],[165,65,68,12],[165,67,68,13,"TouchableOpacity"],[165,83,68,29],[165,84,68,29,"default"],[165,91,68,29],[166,14,68,30,"style"],[166,19,68,35],[166,21,68,37,"styles"],[166,27,68,43],[166,28,68,44,"iconButton"],[166,38,68,55],[167,14,68,55,"children"],[167,22,68,55],[167,37,69,14],[167,41,69,14,"_reactJsxDevRuntime"],[167,60,69,14],[167,61,69,14,"jsxDEV"],[167,67,69,14],[167,69,69,15,"_expoVectorIcons"],[167,85,69,23],[167,86,69,23,"Ionicons"],[167,94,69,23],[168,16,69,24,"name"],[168,20,69,28],[168,22,69,29],[168,45,69,52],[169,16,69,53,"size"],[169,20,69,57],[169,22,69,59],[169,24,69,62],[170,16,69,63,"color"],[170,21,69,68],[170,23,69,69],[171,14,69,78],[172,16,69,78,"fileName"],[172,24,69,78],[172,26,69,78,"_jsxFileName"],[172,38,69,78],[173,16,69,78,"lineNumber"],[173,26,69,78],[174,16,69,78,"columnNumber"],[174,28,69,78],[175,14,69,78],[175,21,69,80],[176,12,69,81],[177,14,69,81,"fileName"],[177,22,69,81],[177,24,69,81,"_jsxFileName"],[177,36,69,81],[178,14,69,81,"lineNumber"],[178,24,69,81],[179,14,69,81,"columnNumber"],[179,26,69,81],[180,12,69,81],[180,19,70,30],[180,20,70,31],[180,35,71,12],[180,39,71,12,"_reactJsxDevRuntime"],[180,58,71,12],[180,59,71,12,"jsxDEV"],[180,65,71,12],[180,67,71,13,"TouchableOpacity"],[180,83,71,29],[180,84,71,29,"default"],[180,91,71,29],[181,14,71,30,"style"],[181,19,71,35],[181,21,71,37,"styles"],[181,27,71,43],[181,28,71,44,"iconButton"],[181,38,71,55],[182,14,71,55,"children"],[182,22,71,55],[182,37,72,14],[182,41,72,14,"_reactJsxDevRuntime"],[182,60,72,14],[182,61,72,14,"jsxDEV"],[182,67,72,14],[182,69,72,15,"_expoVectorIcons"],[182,85,72,23],[182,86,72,23,"Ionicons"],[182,94,72,23],[183,16,72,24,"name"],[183,20,72,28],[183,22,72,29],[183,40,72,47],[184,16,72,48,"size"],[184,20,72,52],[184,22,72,54],[184,24,72,57],[185,16,72,58,"color"],[185,21,72,63],[185,23,72,64],[186,14,72,73],[187,16,72,73,"fileName"],[187,24,72,73],[187,26,72,73,"_jsxFileName"],[187,38,72,73],[188,16,72,73,"lineNumber"],[188,26,72,73],[189,16,72,73,"columnNumber"],[189,28,72,73],[190,14,72,73],[190,21,72,75],[191,12,72,76],[192,14,72,76,"fileName"],[192,22,72,76],[192,24,72,76,"_jsxFileName"],[192,36,72,76],[193,14,72,76,"lineNumber"],[193,24,72,76],[194,14,72,76,"columnNumber"],[194,26,72,76],[195,12,72,76],[195,19,73,30],[195,20,73,31],[196,10,73,31],[197,12,73,31,"fileName"],[197,20,73,31],[197,22,73,31,"_jsxFileName"],[197,34,73,31],[198,12,73,31,"lineNumber"],[198,22,73,31],[199,12,73,31,"columnNumber"],[199,24,73,31],[200,10,73,31],[200,17,74,16],[200,18,74,17],[201,8,74,17],[202,10,74,17,"fileName"],[202,18,74,17],[202,20,74,17,"_jsxFileName"],[202,32,74,17],[203,10,74,17,"lineNumber"],[203,20,74,17],[204,10,74,17,"columnNumber"],[204,22,74,17],[205,8,74,17],[205,15,75,14],[205,16,75,15],[205,31,78,8],[205,35,78,8,"_reactJsxDevRuntime"],[205,54,78,8],[205,55,78,8,"jsxDEV"],[205,61,78,8],[205,63,78,9,"View"],[205,67,78,13],[205,68,78,13,"default"],[205,75,78,13],[206,10,78,14,"style"],[206,15,78,19],[206,17,78,21,"styles"],[206,23,78,27],[206,24,78,28,"announcementWidget"],[206,42,78,47],[207,10,78,47,"children"],[207,18,78,47],[207,33,79,10],[207,37,79,10,"_reactJsxDevRuntime"],[207,56,79,10],[207,57,79,10,"jsxDEV"],[207,63,79,10],[207,65,79,11,"ScrollView"],[207,75,79,21],[207,76,79,21,"default"],[207,83,79,21],[208,12,79,22,"horizontal"],[208,22,79,32],[209,12,79,33,"showsHorizontalScrollIndicator"],[209,42,79,63],[209,44,79,65],[209,49,79,71],[210,12,79,71,"children"],[210,20,79,71],[210,36,80,12],[210,40,80,12,"_reactJsxDevRuntime"],[210,59,80,12],[210,60,80,12,"jsxDEV"],[210,66,80,12],[210,68,80,13,"View"],[210,72,80,17],[210,73,80,17,"default"],[210,80,80,17],[211,14,80,18,"style"],[211,19,80,23],[211,21,80,25,"styles"],[211,27,80,31],[211,28,80,32,"announcement"],[211,40,80,45],[212,14,80,45,"children"],[212,22,80,45],[212,38,81,14],[212,42,81,14,"_reactJsxDevRuntime"],[212,61,81,14],[212,62,81,14,"jsxDEV"],[212,68,81,14],[212,70,81,15,"Text"],[212,74,81,19],[212,75,81,19,"default"],[212,82,81,19],[213,16,81,20,"style"],[213,21,81,25],[213,23,81,27,"styles"],[213,29,81,33],[213,30,81,34,"announcementTitle"],[213,47,81,52],[214,16,81,52,"children"],[214,24,81,52],[214,26,81,53],[215,14,81,80],[216,16,81,80,"fileName"],[216,24,81,80],[216,26,81,80,"_jsxFileName"],[216,38,81,80],[217,16,81,80,"lineNumber"],[217,26,81,80],[218,16,81,80,"columnNumber"],[218,28,81,80],[219,14,81,80],[219,21,81,86],[219,22,81,87],[219,37,82,14],[219,41,82,14,"_reactJsxDevRuntime"],[219,60,82,14],[219,61,82,14,"jsxDEV"],[219,67,82,14],[219,69,82,15,"Text"],[219,73,82,19],[219,74,82,19,"default"],[219,81,82,19],[220,16,82,20,"style"],[220,21,82,25],[220,23,82,27,"styles"],[220,29,82,33],[220,30,82,34,"announcementText"],[220,46,82,51],[221,16,82,51,"children"],[221,24,82,51],[221,26,82,52],[222,14,82,88],[223,16,82,88,"fileName"],[223,24,82,88],[223,26,82,88,"_jsxFileName"],[223,38,82,88],[224,16,82,88,"lineNumber"],[224,26,82,88],[225,16,82,88,"columnNumber"],[225,28,82,88],[226,14,82,88],[226,21,82,94],[226,22,82,95],[227,12,82,95],[228,14,82,95,"fileName"],[228,22,82,95],[228,24,82,95,"_jsxFileName"],[228,36,82,95],[229,14,82,95,"lineNumber"],[229,24,82,95],[230,14,82,95,"columnNumber"],[230,26,82,95],[231,12,82,95],[231,19,83,18],[231,20,83,19],[231,35,84,12],[231,39,84,12,"_reactJsxDevRuntime"],[231,58,84,12],[231,59,84,12,"jsxDEV"],[231,65,84,12],[231,67,84,13,"View"],[231,71,84,17],[231,72,84,17,"default"],[231,79,84,17],[232,14,84,18,"style"],[232,19,84,23],[232,21,84,25,"styles"],[232,27,84,31],[232,28,84,32,"announcement"],[232,40,84,45],[233,14,84,45,"children"],[233,22,84,45],[233,38,85,14],[233,42,85,14,"_reactJsxDevRuntime"],[233,61,85,14],[233,62,85,14,"jsxDEV"],[233,68,85,14],[233,70,85,15,"Text"],[233,74,85,19],[233,75,85,19,"default"],[233,82,85,19],[234,16,85,20,"style"],[234,21,85,25],[234,23,85,27,"styles"],[234,29,85,33],[234,30,85,34,"announcementTitle"],[234,47,85,52],[235,16,85,52,"children"],[235,24,85,52],[235,26,85,53],[236,14,85,67],[237,16,85,67,"fileName"],[237,24,85,67],[237,26,85,67,"_jsxFileName"],[237,38,85,67],[238,16,85,67,"lineNumber"],[238,26,85,67],[239,16,85,67,"columnNumber"],[239,28,85,67],[240,14,85,67],[240,21,85,73],[240,22,85,74],[240,37,86,14],[240,41,86,14,"_reactJsxDevRuntime"],[240,60,86,14],[240,61,86,14,"jsxDEV"],[240,67,86,14],[240,69,86,15,"Text"],[240,73,86,19],[240,74,86,19,"default"],[240,81,86,19],[241,16,86,20,"style"],[241,21,86,25],[241,23,86,27,"styles"],[241,29,86,33],[241,30,86,34,"announcementText"],[241,46,86,51],[242,16,86,51,"children"],[242,24,86,51],[242,26,86,52],[243,14,86,80],[244,16,86,80,"fileName"],[244,24,86,80],[244,26,86,80,"_jsxFileName"],[244,38,86,80],[245,16,86,80,"lineNumber"],[245,26,86,80],[246,16,86,80,"columnNumber"],[246,28,86,80],[247,14,86,80],[247,21,86,86],[247,22,86,87],[248,12,86,87],[249,14,86,87,"fileName"],[249,22,86,87],[249,24,86,87,"_jsxFileName"],[249,36,86,87],[250,14,86,87,"lineNumber"],[250,24,86,87],[251,14,86,87,"columnNumber"],[251,26,86,87],[252,12,86,87],[252,19,87,18],[252,20,87,19],[253,10,87,19],[254,12,87,19,"fileName"],[254,20,87,19],[254,22,87,19,"_jsxFileName"],[254,34,87,19],[255,12,87,19,"lineNumber"],[255,22,87,19],[256,12,87,19,"columnNumber"],[256,24,87,19],[257,10,87,19],[257,17,88,22],[258,8,88,23],[259,10,88,23,"fileName"],[259,18,88,23],[259,20,88,23,"_jsxFileName"],[259,32,88,23],[260,10,88,23,"lineNumber"],[260,20,88,23],[261,10,88,23,"columnNumber"],[261,22,88,23],[262,8,88,23],[262,15,89,14],[262,16,89,15],[262,31,92,8],[262,35,92,8,"_reactJsxDevRuntime"],[262,54,92,8],[262,55,92,8,"jsxDEV"],[262,61,92,8],[262,63,92,9,"View"],[262,67,92,13],[262,68,92,13,"default"],[262,75,92,13],[263,10,92,14,"style"],[263,15,92,19],[263,17,92,21,"styles"],[263,23,92,27],[263,24,92,28,"quickActionsContainer"],[263,45,92,50],[264,10,92,50,"children"],[264,18,92,50],[264,34,93,10],[264,38,93,10,"_reactJsxDevRuntime"],[264,57,93,10],[264,58,93,10,"jsxDEV"],[264,64,93,10],[264,66,93,11,"Text"],[264,70,93,15],[264,71,93,15,"default"],[264,78,93,15],[265,12,93,16,"style"],[265,17,93,21],[265,19,93,23,"styles"],[265,25,93,29],[265,26,93,30,"sectionTitle"],[265,38,93,43],[266,12,93,43,"children"],[266,20,93,43],[266,22,93,44],[267,10,93,57],[268,12,93,57,"fileName"],[268,20,93,57],[268,22,93,57,"_jsxFileName"],[268,34,93,57],[269,12,93,57,"lineNumber"],[269,22,93,57],[270,12,93,57,"columnNumber"],[270,24,93,57],[271,10,93,57],[271,17,93,63],[271,18,93,64],[271,33,94,10],[271,37,94,10,"_reactJsxDevRuntime"],[271,56,94,10],[271,57,94,10,"jsxDEV"],[271,63,94,10],[271,65,94,11,"View"],[271,69,94,15],[271,70,94,15,"default"],[271,77,94,15],[272,12,94,16,"style"],[272,17,94,21],[272,19,94,23,"styles"],[272,25,94,29],[272,26,94,30,"actionsGrid"],[272,37,94,42],[273,12,94,42,"children"],[273,20,94,42],[273,22,95,13,"QUICK_ACTIONS"],[273,35,95,26],[273,36,95,27,"map"],[273,39,95,30],[273,40,95,31],[273,41,95,32,"action"],[273,47,95,38],[273,49,95,40,"index"],[273,54,95,45],[273,72,96,14],[273,76,96,14,"_reactJsxDevRuntime"],[273,95,96,14],[273,96,96,14,"jsxDEV"],[273,102,96,14],[273,104,96,15,"TouchableOpacity"],[273,120,96,31],[273,121,96,31,"default"],[273,128,96,31],[274,14,98,16,"style"],[274,19,98,21],[274,21,98,23],[274,22,98,24,"styles"],[274,28,98,30],[274,29,98,31,"actionCard"],[274,39,98,41],[274,41,99,19,"index"],[274,46,99,24],[274,49,99,27],[274,50,99,28],[274,55,99,33],[274,56,99,34],[274,60,99,39,"styles"],[274,66,99,45],[274,67,99,46,"actionCardFirst"],[274,82,99,61],[274,84,100,19,"index"],[274,89,100,24],[274,92,100,27],[274,93,100,28],[274,98,100,33],[274,99,100,34],[274,103,100,39,"styles"],[274,109,100,45],[274,110,100,46,"actionCardLast"],[274,124,100,60],[274,125,101,18],[275,14,102,16,"activeOpacity"],[275,27,102,29],[275,29,102,31],[275,32,102,35],[276,14,102,35,"children"],[276,22,102,35],[276,38,104,16],[276,42,104,16,"_reactJsxDevRuntime"],[276,61,104,16],[276,62,104,16,"jsxDEV"],[276,68,104,16],[276,70,104,17,"View"],[276,74,104,21],[276,75,104,21,"default"],[276,82,104,21],[277,16,104,22,"style"],[277,21,104,27],[277,23,104,29],[277,24,104,30,"styles"],[277,30,104,36],[277,31,104,37,"actionIcon"],[277,41,104,47],[277,43,104,49],[278,18,104,51,"backgroundColor"],[278,33,104,66],[278,35,104,68,"action"],[278,41,104,74],[278,42,104,75,"color"],[279,16,104,81],[279,17,104,82],[279,18,104,84],[280,16,104,84,"children"],[280,24,104,84],[280,39,105,18],[280,43,105,18,"_reactJsxDevRuntime"],[280,62,105,18],[280,63,105,18,"jsxDEV"],[280,69,105,18],[280,71,105,19,"_expoVectorIcons"],[280,87,105,27],[280,88,105,27,"Ionicons"],[280,96,105,27],[281,18,105,28,"name"],[281,22,105,32],[281,24,105,34,"action"],[281,30,105,40],[281,31,105,41,"icon"],[281,35,105,46],[282,18,105,47,"size"],[282,22,105,51],[282,24,105,53],[282,26,105,56],[283,18,105,57,"color"],[283,23,105,62],[283,25,105,63],[284,16,105,69],[285,18,105,69,"fileName"],[285,26,105,69],[285,28,105,69,"_jsxFileName"],[285,40,105,69],[286,18,105,69,"lineNumber"],[286,28,105,69],[287,18,105,69,"columnNumber"],[287,30,105,69],[288,16,105,69],[288,23,105,71],[289,14,105,72],[290,16,105,72,"fileName"],[290,24,105,72],[290,26,105,72,"_jsxFileName"],[290,38,105,72],[291,16,105,72,"lineNumber"],[291,26,105,72],[292,16,105,72,"columnNumber"],[292,28,105,72],[293,14,105,72],[293,21,106,22],[293,22,106,23],[293,37,107,16],[293,41,107,16,"_reactJsxDevRuntime"],[293,60,107,16],[293,61,107,16,"jsxDEV"],[293,67,107,16],[293,69,107,17,"Text"],[293,73,107,21],[293,74,107,21,"default"],[293,81,107,21],[294,16,107,22,"style"],[294,21,107,27],[294,23,107,29,"styles"],[294,29,107,35],[294,30,107,36,"actionLabel"],[294,41,107,48],[295,16,107,48,"children"],[295,24,107,48],[295,26,107,50,"action"],[295,32,107,56],[295,33,107,57,"label"],[296,14,107,62],[297,16,107,62,"fileName"],[297,24,107,62],[297,26,107,62,"_jsxFileName"],[297,38,107,62],[298,16,107,62,"lineNumber"],[298,26,107,62],[299,16,107,62,"columnNumber"],[299,28,107,62],[300,14,107,62],[300,21,107,69],[300,22,107,70],[301,12,107,70],[301,15,97,21,"action"],[301,21,97,27],[301,22,97,28,"id"],[301,24,97,30],[302,14,97,30,"fileName"],[302,22,97,30],[302,24,97,30,"_jsxFileName"],[302,36,97,30],[303,14,97,30,"lineNumber"],[303,24,97,30],[304,14,97,30,"columnNumber"],[304,26,97,30],[305,12,97,30],[305,19,108,32],[305,20,109,13],[306,10,109,14],[307,12,109,14,"fileName"],[307,20,109,14],[307,22,109,14,"_jsxFileName"],[307,34,109,14],[308,12,109,14,"lineNumber"],[308,22,109,14],[309,12,109,14,"columnNumber"],[309,24,109,14],[310,10,109,14],[310,17,110,16],[310,18,110,17],[311,8,110,17],[312,10,110,17,"fileName"],[312,18,110,17],[312,20,110,17,"_jsxFileName"],[312,32,110,17],[313,10,110,17,"lineNumber"],[313,20,110,17],[314,10,110,17,"columnNumber"],[314,22,110,17],[315,8,110,17],[315,15,111,14],[315,16,111,15],[316,6,111,15],[317,8,111,15,"fileName"],[317,16,111,15],[317,18,111,15,"_jsxFileName"],[317,30,111,15],[318,8,111,15,"lineNumber"],[318,18,111,15],[319,8,111,15,"columnNumber"],[319,20,111,15],[320,6,111,15],[320,13,112,18],[321,4,112,19],[322,6,112,19,"fileName"],[322,14,112,19],[322,16,112,19,"_jsxFileName"],[322,28,112,19],[323,6,112,19,"lineNumber"],[323,16,112,19],[324,6,112,19,"columnNumber"],[324,18,112,19],[325,4,112,19],[325,11,113,10],[325,12,113,11],[326,2,115,0],[327,2,115,1,"_s"],[327,4,115,1],[327,5,20,9,"HomeTab"],[327,12,20,16],[328,4,20,16],[328,12,21,19,"useAuth"],[328,32,21,26],[328,33,21,26,"useAuth"],[328,40,21,26],[329,2,21,26],[330,2,21,26,"_c"],[330,4,21,26],[330,7,20,9,"HomeTab"],[330,14,20,16],[331,2,117,0],[331,11,117,9,"WalletTab"],[331,20,117,18,"WalletTab"],[331,21,117,18],[331,23,117,21],[332,4,117,21,"_s2"],[332,7,117,21],[333,4,118,2],[333,10,118,8],[334,6,118,10,"user"],[335,4,118,15],[335,5,118,16],[335,8,118,19],[335,12,118,19,"useAuth"],[335,32,118,26],[335,33,118,26,"useAuth"],[335,40,118,26],[335,42,118,27],[335,43,118,28],[336,4,119,2],[336,10,119,8],[336,11,119,9,"hezBalance"],[336,21,119,19],[336,23,119,21,"setHezBalance"],[336,36,119,34],[336,37,119,35],[336,40,119,38],[336,44,119,38,"useState"],[336,50,119,46],[336,51,119,46,"useState"],[336,59,119,46],[336,61,119,47],[336,73,119,59],[336,74,119,60],[337,4,120,2],[337,10,120,8],[337,11,120,9,"pezBalance"],[337,21,120,19],[337,23,120,21,"setPezBalance"],[337,36,120,34],[337,37,120,35],[337,40,120,38],[337,44,120,38,"useState"],[337,50,120,46],[337,51,120,46,"useState"],[337,59,120,46],[337,61,120,47],[337,73,120,59],[337,74,120,60],[338,4,121,2],[338,10,121,8],[338,11,121,9,"loading"],[338,18,121,16],[338,20,121,18,"setLoading"],[338,30,121,28],[338,31,121,29],[338,34,121,32],[338,38,121,32,"useState"],[338,44,121,40],[338,45,121,40,"useState"],[338,53,121,40],[338,55,121,41],[338,59,121,45],[338,60,121,46],[339,4,123,2],[339,10,123,8,"TEST_WALLET"],[339,21,123,19],[339,24,123,22],[339,74,123,72],[340,4,125,2],[340,8,125,2,"useEffect"],[340,14,125,11],[340,15,125,11,"useEffect"],[340,24,125,11],[340,26,125,12],[340,32,125,18],[341,6,126,4,"fetchBalance"],[341,18,126,16],[341,19,126,17],[341,20,126,18],[342,4,127,2],[342,5,127,3],[342,7,127,5],[342,9,127,7],[342,10,127,8],[343,4,129,2],[343,10,129,8,"fetchBalance"],[343,22,129,20],[343,25,129,23],[343,31,129,23,"fetchBalance"],[343,32,129,23],[343,37,129,35],[344,6,130,4],[344,10,130,8],[345,8,131,6],[345,14,131,12,"backendUrl"],[345,24,131,22],[345,27,131,25],[345,84,131,64],[345,107,131,87],[346,8,132,6],[346,14,132,12,"controller"],[346,24,132,22],[346,27,132,25],[346,31,132,29,"AbortController"],[346,46,132,44],[346,47,132,45],[346,48,132,46],[347,8,133,6],[347,14,133,12,"timeoutId"],[347,23,133,21],[347,26,133,24,"setTimeout"],[347,36,133,34],[347,37,133,35],[347,43,133,41,"controller"],[347,53,133,51],[347,54,133,52,"abort"],[347,59,133,57],[347,60,133,58],[347,61,133,59],[347,63,133,61],[347,67,133,65],[347,68,133,66],[347,69,133,67],[347,70,133,68],[349,8,135,6],[349,14,135,12,"response"],[349,22,135,20],[349,25,135,23],[349,31,135,29,"fetch"],[349,36,135,34],[349,37,135,35],[349,40,135,38,"backendUrl"],[349,50,135,48],[349,75,135,73],[349,77,135,75],[350,10,136,8,"method"],[350,16,136,14],[350,18,136,16],[350,24,136,22],[351,10,137,8,"headers"],[351,17,137,15],[351,19,137,17],[352,12,138,10],[352,26,138,24],[352,28,138,26],[353,10,139,8],[353,11,139,9],[354,10,140,8,"body"],[354,14,140,12],[354,16,140,14,"JSON"],[354,20,140,18],[354,21,140,19,"stringify"],[354,30,140,28],[354,31,140,29],[355,12,141,10,"address"],[355,19,141,17],[355,21,141,19,"TEST_WALLET"],[356,10,142,8],[356,11,142,9],[356,12,142,10],[357,10,143,8,"signal"],[357,16,143,14],[357,18,143,16,"controller"],[357,28,143,26],[357,29,143,27,"signal"],[358,8,144,6],[358,9,144,7],[358,10,144,8],[359,8,146,6,"clearTimeout"],[359,20,146,18],[359,21,146,19,"timeoutId"],[359,30,146,28],[359,31,146,29],[360,8,148,6],[360,12,148,10,"response"],[360,20,148,18],[360,21,148,19,"ok"],[360,23,148,21],[360,25,148,23],[361,10,149,8],[361,16,149,14,"data"],[361,20,149,18],[361,23,149,21],[361,29,149,27,"response"],[361,37,149,35],[361,38,149,36,"json"],[361,42,149,40],[361,43,149,41],[361,44,149,42],[362,10,150,8,"setHezBalance"],[362,23,150,21],[362,24,150,22,"parseFloat"],[362,34,150,32],[362,35,150,33,"data"],[362,39,150,37],[362,40,150,38,"hez"],[362,43,150,41],[362,44,150,42],[362,45,150,43,"toFixed"],[362,52,150,50],[362,53,150,51],[362,54,150,52],[362,55,150,53],[362,56,150,54],[363,10,151,8,"setPezBalance"],[363,23,151,21],[363,24,151,22,"parseFloat"],[363,34,151,32],[363,35,151,33,"data"],[363,39,151,37],[363,40,151,38,"pez"],[363,43,151,41],[363,44,151,42],[363,45,151,43,"toFixed"],[363,52,151,50],[363,53,151,51],[363,54,151,52],[363,55,151,53],[363,56,151,54],[364,8,152,6],[364,9,152,7],[364,15,152,13],[365,10,153,8,"setHezBalance"],[365,23,153,21],[365,24,153,22],[365,30,153,28],[365,31,153,29],[366,10,154,8,"setPezBalance"],[366,23,154,21],[366,24,154,22],[366,30,154,28],[366,31,154,29],[367,8,155,6],[368,6,156,4],[368,7,156,5],[368,8,156,6],[368,15,156,13,"error"],[368,20,156,18],[368,22,156,20],[369,8,157,6,"console"],[369,15,157,13],[369,16,157,14,"error"],[369,21,157,19],[369,22,157,20],[369,44,157,42],[369,46,157,44,"error"],[369,51,157,49],[369,52,157,50],[370,8,158,6,"setHezBalance"],[370,21,158,19],[370,22,158,20],[370,28,158,26],[370,29,158,27],[371,8,159,6,"setPezBalance"],[371,21,159,19],[371,22,159,20],[371,28,159,26],[371,29,159,27],[372,6,160,4],[372,7,160,5],[372,16,160,14],[373,8,161,6,"setLoading"],[373,18,161,16],[373,19,161,17],[373,24,161,22],[373,25,161,23],[374,6,162,4],[375,4,163,2],[375,5,163,3],[376,4,165,2],[376,24,166,4],[376,28,166,4,"_reactJsxDevRuntime"],[376,47,166,4],[376,48,166,4,"jsxDEV"],[376,54,166,4],[376,56,166,5,"View"],[376,60,166,9],[376,61,166,9,"default"],[376,68,166,9],[377,6,166,10,"style"],[377,11,166,15],[377,13,166,17,"styles"],[377,19,166,23],[377,20,166,24,"container"],[377,29,166,34],[378,6,166,34,"children"],[378,14,166,34],[378,29,167,6],[378,33,167,6,"_reactJsxDevRuntime"],[378,52,167,6],[378,53,167,6,"jsxDEV"],[378,59,167,6],[378,61,167,7,"ScrollView"],[378,71,167,17],[378,72,167,17,"default"],[378,79,167,17],[379,8,167,18,"contentContainerStyle"],[379,29,167,39],[379,31,167,41,"styles"],[379,37,167,47],[379,38,167,48,"walletScrollContent"],[379,57,167,68],[380,8,167,68,"children"],[380,16,167,68],[380,32,169,8],[380,36,169,8,"_reactJsxDevRuntime"],[380,55,169,8],[380,56,169,8,"jsxDEV"],[380,62,169,8],[380,64,169,9,"View"],[380,68,169,13],[380,69,169,13,"default"],[380,76,169,13],[381,10,169,14,"style"],[381,15,169,19],[381,17,169,21,"styles"],[381,23,169,27],[381,24,169,28,"walletHeader"],[381,36,169,41],[382,10,169,41,"children"],[382,18,169,41],[382,34,170,10],[382,38,170,10,"_reactJsxDevRuntime"],[382,57,170,10],[382,58,170,10,"jsxDEV"],[382,64,170,10],[382,66,170,11,"Text"],[382,70,170,15],[382,71,170,15,"default"],[382,78,170,15],[383,12,170,16,"style"],[383,17,170,21],[383,19,170,23,"styles"],[383,25,170,29],[383,26,170,30,"walletTitle"],[383,37,170,42],[384,12,170,42,"children"],[384,20,170,42],[384,22,170,43],[385,10,170,52],[386,12,170,52,"fileName"],[386,20,170,52],[386,22,170,52,"_jsxFileName"],[386,34,170,52],[387,12,170,52,"lineNumber"],[387,22,170,52],[388,12,170,52,"columnNumber"],[388,24,170,52],[389,10,170,52],[389,17,170,58],[389,18,170,59],[389,33,171,10],[389,37,171,10,"_reactJsxDevRuntime"],[389,56,171,10],[389,57,171,10,"jsxDEV"],[389,63,171,10],[389,65,171,11,"TouchableOpacity"],[389,81,171,27],[389,82,171,27,"default"],[389,89,171,27],[390,12,171,28,"onPress"],[390,19,171,35],[390,21,171,37,"fetchBalance"],[390,33,171,50],[391,12,171,51,"style"],[391,17,171,56],[391,19,171,58,"styles"],[391,25,171,64],[391,26,171,65,"refreshButton"],[391,39,171,79],[392,12,171,79,"children"],[392,20,171,79],[392,35,172,12],[392,39,172,12,"_reactJsxDevRuntime"],[392,58,172,12],[392,59,172,12,"jsxDEV"],[392,65,172,12],[392,67,172,13,"_expoVectorIcons"],[392,83,172,21],[392,84,172,21,"Ionicons"],[392,92,172,21],[393,14,172,22,"name"],[393,18,172,26],[393,20,172,27],[393,29,172,36],[394,14,172,37,"size"],[394,18,172,41],[394,20,172,43],[394,22,172,46],[395,14,172,47,"color"],[395,19,172,52],[395,21,172,53],[396,12,172,62],[397,14,172,62,"fileName"],[397,22,172,62],[397,24,172,62,"_jsxFileName"],[397,36,172,62],[398,14,172,62,"lineNumber"],[398,24,172,62],[399,14,172,62,"columnNumber"],[399,26,172,62],[400,12,172,62],[400,19,172,64],[401,10,172,65],[402,12,172,65,"fileName"],[402,20,172,65],[402,22,172,65,"_jsxFileName"],[402,34,172,65],[403,12,172,65,"lineNumber"],[403,22,172,65],[404,12,172,65,"columnNumber"],[404,24,172,65],[405,10,172,65],[405,17,173,28],[405,18,173,29],[406,8,173,29],[407,10,173,29,"fileName"],[407,18,173,29],[407,20,173,29,"_jsxFileName"],[407,32,173,29],[408,10,173,29,"lineNumber"],[408,20,173,29],[409,10,173,29,"columnNumber"],[409,22,173,29],[410,8,173,29],[410,15,174,14],[410,16,174,15],[410,31,177,8],[410,35,177,8,"_reactJsxDevRuntime"],[410,54,177,8],[410,55,177,8,"jsxDEV"],[410,61,177,8],[410,63,177,9,"View"],[410,67,177,13],[410,68,177,13,"default"],[410,75,177,13],[411,10,177,14,"style"],[411,15,177,19],[411,17,177,21,"styles"],[411,23,177,27],[411,24,177,28,"balanceRow"],[411,34,177,39],[412,10,177,39,"children"],[412,18,177,39],[412,34,178,10],[412,38,178,10,"_reactJsxDevRuntime"],[412,57,178,10],[412,58,178,10,"jsxDEV"],[412,64,178,10],[412,66,178,11,"View"],[412,70,178,15],[412,71,178,15,"default"],[412,78,178,15],[413,12,178,16,"style"],[413,17,178,21],[413,19,178,23,"styles"],[413,25,178,29],[413,26,178,30,"balanceCardNew"],[413,40,178,45],[414,12,178,45,"children"],[414,20,178,45],[414,36,179,12],[414,40,179,12,"_reactJsxDevRuntime"],[414,59,179,12],[414,60,179,12,"jsxDEV"],[414,66,179,12],[414,68,179,13,"Image"],[414,73,179,18],[414,74,179,18,"default"],[414,81,179,18],[415,14,180,14,"source"],[415,20,180,20],[415,22,180,22],[416,16,180,24,"uri"],[416,19,180,27],[416,21,180,29],[417,14,180,145],[417,15,180,147],[418,14,181,14,"style"],[418,19,181,19],[418,21,181,21,"styles"],[418,27,181,27],[418,28,181,28,"tokenLogoNew"],[419,12,181,41],[420,14,181,41,"fileName"],[420,22,181,41],[420,24,181,41,"_jsxFileName"],[420,36,181,41],[421,14,181,41,"lineNumber"],[421,24,181,41],[422,14,181,41,"columnNumber"],[422,26,181,41],[423,12,181,41],[423,19,182,13],[423,20,182,14],[423,35,183,12],[423,39,183,12,"_reactJsxDevRuntime"],[423,58,183,12],[423,59,183,12,"jsxDEV"],[423,65,183,12],[423,67,183,13,"Text"],[423,71,183,17],[423,72,183,17,"default"],[423,79,183,17],[424,14,183,18,"style"],[424,19,183,23],[424,21,183,25,"styles"],[424,27,183,31],[424,28,183,32,"tokenSymbolNew"],[424,42,183,47],[425,14,183,47,"children"],[425,22,183,47],[425,24,183,48],[426,12,183,51],[427,14,183,51,"fileName"],[427,22,183,51],[427,24,183,51,"_jsxFileName"],[427,36,183,51],[428,14,183,51,"lineNumber"],[428,24,183,51],[429,14,183,51,"columnNumber"],[429,26,183,51],[430,12,183,51],[430,19,183,57],[430,20,183,58],[430,35,184,12],[430,39,184,12,"_reactJsxDevRuntime"],[430,58,184,12],[430,59,184,12,"jsxDEV"],[430,65,184,12],[430,67,184,13,"Text"],[430,71,184,17],[430,72,184,17,"default"],[430,79,184,17],[431,14,184,18,"style"],[431,19,184,23],[431,21,184,25,"styles"],[431,27,184,31],[431,28,184,32,"balanceAmountNew"],[431,44,184,49],[432,14,184,49,"children"],[432,22,184,49],[432,24,184,51,"hezBalance"],[433,12,184,61],[434,14,184,61,"fileName"],[434,22,184,61],[434,24,184,61,"_jsxFileName"],[434,36,184,61],[435,14,184,61,"lineNumber"],[435,24,184,61],[436,14,184,61,"columnNumber"],[436,26,184,61],[437,12,184,61],[437,19,184,68],[437,20,184,69],[437,35,185,12],[437,39,185,12,"_reactJsxDevRuntime"],[437,58,185,12],[437,59,185,12,"jsxDEV"],[437,65,185,12],[437,67,185,13,"Text"],[437,71,185,17],[437,72,185,17,"default"],[437,79,185,17],[438,14,185,18,"style"],[438,19,185,23],[438,21,185,25,"styles"],[438,27,185,31],[438,28,185,32,"tokenNameNew"],[438,40,185,45],[439,14,185,45,"children"],[439,22,185,45],[439,24,185,46],[440,12,185,61],[441,14,185,61,"fileName"],[441,22,185,61],[441,24,185,61,"_jsxFileName"],[441,36,185,61],[442,14,185,61,"lineNumber"],[442,24,185,61],[443,14,185,61,"columnNumber"],[443,26,185,61],[444,12,185,61],[444,19,185,67],[444,20,185,68],[445,10,185,68],[446,12,185,68,"fileName"],[446,20,185,68],[446,22,185,68,"_jsxFileName"],[446,34,185,68],[447,12,185,68,"lineNumber"],[447,22,185,68],[448,12,185,68,"columnNumber"],[448,24,185,68],[449,10,185,68],[449,17,186,16],[449,18,186,17],[449,33,188,10],[449,37,188,10,"_reactJsxDevRuntime"],[449,56,188,10],[449,57,188,10,"jsxDEV"],[449,63,188,10],[449,65,188,11,"View"],[449,69,188,15],[449,70,188,15,"default"],[449,77,188,15],[450,12,188,16,"style"],[450,17,188,21],[450,19,188,23,"styles"],[450,25,188,29],[450,26,188,30,"balanceCardNew"],[450,40,188,45],[451,12,188,45,"children"],[451,20,188,45],[451,36,189,12],[451,40,189,12,"_reactJsxDevRuntime"],[451,59,189,12],[451,60,189,12,"jsxDEV"],[451,66,189,12],[451,68,189,13,"Image"],[451,73,189,18],[451,74,189,18,"default"],[451,81,189,18],[452,14,190,14,"source"],[452,20,190,20],[452,22,190,22],[453,16,190,24,"uri"],[453,19,190,27],[453,21,190,29],[454,14,190,129],[454,15,190,131],[455,14,191,14,"style"],[455,19,191,19],[455,21,191,21,"styles"],[455,27,191,27],[455,28,191,28,"tokenLogoNew"],[456,12,191,41],[457,14,191,41,"fileName"],[457,22,191,41],[457,24,191,41,"_jsxFileName"],[457,36,191,41],[458,14,191,41,"lineNumber"],[458,24,191,41],[459,14,191,41,"columnNumber"],[459,26,191,41],[460,12,191,41],[460,19,192,13],[460,20,192,14],[460,35,193,12],[460,39,193,12,"_reactJsxDevRuntime"],[460,58,193,12],[460,59,193,12,"jsxDEV"],[460,65,193,12],[460,67,193,13,"Text"],[460,71,193,17],[460,72,193,17,"default"],[460,79,193,17],[461,14,193,18,"style"],[461,19,193,23],[461,21,193,25,"styles"],[461,27,193,31],[461,28,193,32,"tokenSymbolNew"],[461,42,193,47],[462,14,193,47,"children"],[462,22,193,47],[462,24,193,48],[463,12,193,51],[464,14,193,51,"fileName"],[464,22,193,51],[464,24,193,51,"_jsxFileName"],[464,36,193,51],[465,14,193,51,"lineNumber"],[465,24,193,51],[466,14,193,51,"columnNumber"],[466,26,193,51],[467,12,193,51],[467,19,193,57],[467,20,193,58],[467,35,194,12],[467,39,194,12,"_reactJsxDevRuntime"],[467,58,194,12],[467,59,194,12,"jsxDEV"],[467,65,194,12],[467,67,194,13,"Text"],[467,71,194,17],[467,72,194,17,"default"],[467,79,194,17],[468,14,194,18,"style"],[468,19,194,23],[468,21,194,25,"styles"],[468,27,194,31],[468,28,194,32,"balanceAmountNew"],[468,44,194,49],[469,14,194,49,"children"],[469,22,194,49],[469,24,194,51,"pezBalance"],[470,12,194,61],[471,14,194,61,"fileName"],[471,22,194,61],[471,24,194,61,"_jsxFileName"],[471,36,194,61],[472,14,194,61,"lineNumber"],[472,24,194,61],[473,14,194,61,"columnNumber"],[473,26,194,61],[474,12,194,61],[474,19,194,68],[474,20,194,69],[474,35,195,12],[474,39,195,12,"_reactJsxDevRuntime"],[474,58,195,12],[474,59,195,12,"jsxDEV"],[474,65,195,12],[474,67,195,13,"Text"],[474,71,195,17],[474,72,195,17,"default"],[474,79,195,17],[475,14,195,18,"style"],[475,19,195,23],[475,21,195,25,"styles"],[475,27,195,31],[475,28,195,32,"tokenNameNew"],[475,40,195,45],[476,14,195,45,"children"],[476,22,195,45],[476,24,195,46],[477,12,195,59],[478,14,195,59,"fileName"],[478,22,195,59],[478,24,195,59,"_jsxFileName"],[478,36,195,59],[479,14,195,59,"lineNumber"],[479,24,195,59],[480,14,195,59,"columnNumber"],[480,26,195,59],[481,12,195,59],[481,19,195,65],[481,20,195,66],[482,10,195,66],[483,12,195,66,"fileName"],[483,20,195,66],[483,22,195,66,"_jsxFileName"],[483,34,195,66],[484,12,195,66,"lineNumber"],[484,22,195,66],[485,12,195,66,"columnNumber"],[485,24,195,66],[486,10,195,66],[486,17,196,16],[486,18,196,17],[487,8,196,17],[488,10,196,17,"fileName"],[488,18,196,17],[488,20,196,17,"_jsxFileName"],[488,32,196,17],[489,10,196,17,"lineNumber"],[489,20,196,17],[490,10,196,17,"columnNumber"],[490,22,196,17],[491,8,196,17],[491,15,197,14],[491,16,197,15],[491,31,200,8],[491,35,200,8,"_reactJsxDevRuntime"],[491,54,200,8],[491,55,200,8,"jsxDEV"],[491,61,200,8],[491,63,200,9,"View"],[491,67,200,13],[491,68,200,13,"default"],[491,75,200,13],[492,10,200,14,"style"],[492,15,200,19],[492,17,200,21,"styles"],[492,23,200,27],[492,24,200,28,"actionsContainer"],[492,40,200,45],[493,10,200,45,"children"],[493,18,200,45],[493,34,202,10],[493,38,202,10,"_reactJsxDevRuntime"],[493,57,202,10],[493,58,202,10,"jsxDEV"],[493,64,202,10],[493,66,202,11,"View"],[493,70,202,15],[493,71,202,15,"default"],[493,78,202,15],[494,12,202,16,"style"],[494,17,202,21],[494,19,202,23,"styles"],[494,25,202,29],[494,26,202,30,"actionsRow"],[494,36,202,41],[495,12,202,41,"children"],[495,20,202,41],[495,36,203,12],[495,40,203,12,"_reactJsxDevRuntime"],[495,59,203,12],[495,60,203,12,"jsxDEV"],[495,66,203,12],[495,68,203,13,"TouchableOpacity"],[495,84,203,29],[495,85,203,29,"default"],[495,92,203,29],[496,14,203,30,"style"],[496,19,203,35],[496,21,203,37],[496,22,203,38,"styles"],[496,28,203,44],[496,29,203,45,"actionBtn"],[496,38,203,54],[496,40,203,56],[497,16,203,57,"backgroundColor"],[497,31,203,72],[497,33,203,74],[498,14,203,83],[498,15,203,84],[498,16,203,86],[499,14,203,86,"children"],[499,22,203,86],[499,38,204,14],[499,42,204,14,"_reactJsxDevRuntime"],[499,61,204,14],[499,62,204,14,"jsxDEV"],[499,68,204,14],[499,70,204,15,"_expoVectorIcons"],[499,86,204,23],[499,87,204,23,"Ionicons"],[499,95,204,23],[500,16,204,24,"name"],[500,20,204,28],[500,22,204,29],[500,32,204,39],[501,16,204,40,"size"],[501,20,204,44],[501,22,204,46],[501,24,204,49],[502,16,204,50,"color"],[502,21,204,55],[502,23,204,56],[503,14,204,62],[504,16,204,62,"fileName"],[504,24,204,62],[504,26,204,62,"_jsxFileName"],[504,38,204,62],[505,16,204,62,"lineNumber"],[505,26,204,62],[506,16,204,62,"columnNumber"],[506,28,204,62],[507,14,204,62],[507,21,204,64],[507,22,204,65],[507,37,205,14],[507,41,205,14,"_reactJsxDevRuntime"],[507,60,205,14],[507,61,205,14,"jsxDEV"],[507,67,205,14],[507,69,205,15,"Text"],[507,73,205,19],[507,74,205,19,"default"],[507,81,205,19],[508,16,205,20,"style"],[508,21,205,25],[508,23,205,27,"styles"],[508,29,205,33],[508,30,205,34,"actionBtnText"],[508,43,205,48],[509,16,205,48,"children"],[509,24,205,48],[509,26,205,49],[510,14,205,53],[511,16,205,53,"fileName"],[511,24,205,53],[511,26,205,53,"_jsxFileName"],[511,38,205,53],[512,16,205,53,"lineNumber"],[512,26,205,53],[513,16,205,53,"columnNumber"],[513,28,205,53],[514,14,205,53],[514,21,205,59],[514,22,205,60],[515,12,205,60],[516,14,205,60,"fileName"],[516,22,205,60],[516,24,205,60,"_jsxFileName"],[516,36,205,60],[517,14,205,60,"lineNumber"],[517,24,205,60],[518,14,205,60,"columnNumber"],[518,26,205,60],[519,12,205,60],[519,19,206,30],[519,20,206,31],[519,35,207,12],[519,39,207,12,"_reactJsxDevRuntime"],[519,58,207,12],[519,59,207,12,"jsxDEV"],[519,65,207,12],[519,67,207,13,"TouchableOpacity"],[519,83,207,29],[519,84,207,29,"default"],[519,91,207,29],[520,14,207,30,"style"],[520,19,207,35],[520,21,207,37],[520,22,207,38,"styles"],[520,28,207,44],[520,29,207,45,"actionBtn"],[520,38,207,54],[520,40,207,56],[521,16,207,57,"backgroundColor"],[521,31,207,72],[521,33,207,74],[522,14,207,83],[522,15,207,84],[522,16,207,86],[523,14,207,86,"children"],[523,22,207,86],[523,38,208,14],[523,42,208,14,"_reactJsxDevRuntime"],[523,61,208,14],[523,62,208,14,"jsxDEV"],[523,68,208,14],[523,70,208,15,"_expoVectorIcons"],[523,86,208,23],[523,87,208,23,"Ionicons"],[523,95,208,23],[524,16,208,24,"name"],[524,20,208,28],[524,22,208,29],[524,34,208,41],[525,16,208,42,"size"],[525,20,208,46],[525,22,208,48],[525,24,208,51],[526,16,208,52,"color"],[526,21,208,57],[526,23,208,58],[527,14,208,64],[528,16,208,64,"fileName"],[528,24,208,64],[528,26,208,64,"_jsxFileName"],[528,38,208,64],[529,16,208,64,"lineNumber"],[529,26,208,64],[530,16,208,64,"columnNumber"],[530,28,208,64],[531,14,208,64],[531,21,208,66],[531,22,208,67],[531,37,209,14],[531,41,209,14,"_reactJsxDevRuntime"],[531,60,209,14],[531,61,209,14,"jsxDEV"],[531,67,209,14],[531,69,209,15,"Text"],[531,73,209,19],[531,74,209,19,"default"],[531,81,209,19],[532,16,209,20,"style"],[532,21,209,25],[532,23,209,27,"styles"],[532,29,209,33],[532,30,209,34,"actionBtnText"],[532,43,209,48],[533,16,209,48,"children"],[533,24,209,48],[533,26,209,49],[534,14,209,56],[535,16,209,56,"fileName"],[535,24,209,56],[535,26,209,56,"_jsxFileName"],[535,38,209,56],[536,16,209,56,"lineNumber"],[536,26,209,56],[537,16,209,56,"columnNumber"],[537,28,209,56],[538,14,209,56],[538,21,209,62],[538,22,209,63],[539,12,209,63],[540,14,209,63,"fileName"],[540,22,209,63],[540,24,209,63,"_jsxFileName"],[540,36,209,63],[541,14,209,63,"lineNumber"],[541,24,209,63],[542,14,209,63,"columnNumber"],[542,26,209,63],[543,12,209,63],[543,19,210,30],[543,20,210,31],[543,35,211,12],[543,39,211,12,"_reactJsxDevRuntime"],[543,58,211,12],[543,59,211,12,"jsxDEV"],[543,65,211,12],[543,67,211,13,"TouchableOpacity"],[543,83,211,29],[543,84,211,29,"default"],[543,91,211,29],[544,14,211,30,"style"],[544,19,211,35],[544,21,211,37],[544,22,211,38,"styles"],[544,28,211,44],[544,29,211,45,"actionBtn"],[544,38,211,54],[544,40,211,56],[545,16,211,57,"backgroundColor"],[545,31,211,72],[545,33,211,74],[546,14,211,83],[546,15,211,84],[546,16,211,86],[547,14,211,86,"children"],[547,22,211,86],[547,38,212,14],[547,42,212,14,"_reactJsxDevRuntime"],[547,61,212,14],[547,62,212,14,"jsxDEV"],[547,68,212,14],[547,70,212,15,"_expoVectorIcons"],[547,86,212,23],[547,87,212,23,"Ionicons"],[547,95,212,23],[548,16,212,24,"name"],[548,20,212,28],[548,22,212,29],[548,39,212,46],[549,16,212,47,"size"],[549,20,212,51],[549,22,212,53],[549,24,212,56],[550,16,212,57,"color"],[550,21,212,62],[550,23,212,63],[551,14,212,69],[552,16,212,69,"fileName"],[552,24,212,69],[552,26,212,69,"_jsxFileName"],[552,38,212,69],[553,16,212,69,"lineNumber"],[553,26,212,69],[554,16,212,69,"columnNumber"],[554,28,212,69],[555,14,212,69],[555,21,212,71],[555,22,212,72],[555,37,213,14],[555,41,213,14,"_reactJsxDevRuntime"],[555,60,213,14],[555,61,213,14,"jsxDEV"],[555,67,213,14],[555,69,213,15,"Text"],[555,73,213,19],[555,74,213,19,"default"],[555,81,213,19],[556,16,213,20,"style"],[556,21,213,25],[556,23,213,27,"styles"],[556,29,213,33],[556,30,213,34,"actionBtnText"],[556,43,213,48],[557,16,213,48,"children"],[557,24,213,48],[557,26,213,49],[558,14,213,53],[559,16,213,53,"fileName"],[559,24,213,53],[559,26,213,53,"_jsxFileName"],[559,38,213,53],[560,16,213,53,"lineNumber"],[560,26,213,53],[561,16,213,53,"columnNumber"],[561,28,213,53],[562,14,213,53],[562,21,213,59],[562,22,213,60],[563,12,213,60],[564,14,213,60,"fileName"],[564,22,213,60],[564,24,213,60,"_jsxFileName"],[564,36,213,60],[565,14,213,60,"lineNumber"],[565,24,213,60],[566,14,213,60,"columnNumber"],[566,26,213,60],[567,12,213,60],[567,19,214,30],[567,20,214,31],[567,35,215,12],[567,39,215,12,"_reactJsxDevRuntime"],[567,58,215,12],[567,59,215,12,"jsxDEV"],[567,65,215,12],[567,67,215,13,"TouchableOpacity"],[567,83,215,29],[567,84,215,29,"default"],[567,91,215,29],[568,14,215,30,"style"],[568,19,215,35],[568,21,215,37],[568,22,215,38,"styles"],[568,28,215,44],[568,29,215,45,"actionBtn"],[568,38,215,54],[568,40,215,56],[569,16,215,57,"backgroundColor"],[569,31,215,72],[569,33,215,74],[570,14,215,83],[570,15,215,84],[570,16,215,86],[571,14,215,86,"children"],[571,22,215,86],[571,38,216,14],[571,42,216,14,"_reactJsxDevRuntime"],[571,61,216,14],[571,62,216,14,"jsxDEV"],[571,68,216,14],[571,70,216,15,"_expoVectorIcons"],[571,86,216,23],[571,87,216,23,"Ionicons"],[571,95,216,23],[572,16,216,24,"name"],[572,20,216,28],[572,22,216,29],[572,30,216,37],[573,16,216,38,"size"],[573,20,216,42],[573,22,216,44],[573,24,216,47],[574,16,216,48,"color"],[574,21,216,53],[574,23,216,54],[575,14,216,60],[576,16,216,60,"fileName"],[576,24,216,60],[576,26,216,60,"_jsxFileName"],[576,38,216,60],[577,16,216,60,"lineNumber"],[577,26,216,60],[578,16,216,60,"columnNumber"],[578,28,216,60],[579,14,216,60],[579,21,216,62],[579,22,216,63],[579,37,217,14],[579,41,217,14,"_reactJsxDevRuntime"],[579,60,217,14],[579,61,217,14,"jsxDEV"],[579,67,217,14],[579,69,217,15,"Text"],[579,73,217,19],[579,74,217,19,"default"],[579,81,217,19],[580,16,217,20,"style"],[580,21,217,25],[580,23,217,27,"styles"],[580,29,217,33],[580,30,217,34,"actionBtnText"],[580,43,217,48],[581,16,217,48,"children"],[581,24,217,48],[581,26,217,49],[582,14,217,52],[583,16,217,52,"fileName"],[583,24,217,52],[583,26,217,52,"_jsxFileName"],[583,38,217,52],[584,16,217,52,"lineNumber"],[584,26,217,52],[585,16,217,52,"columnNumber"],[585,28,217,52],[586,14,217,52],[586,21,217,58],[586,22,217,59],[587,12,217,59],[588,14,217,59,"fileName"],[588,22,217,59],[588,24,217,59,"_jsxFileName"],[588,36,217,59],[589,14,217,59,"lineNumber"],[589,24,217,59],[590,14,217,59,"columnNumber"],[590,26,217,59],[591,12,217,59],[591,19,218,30],[591,20,218,31],[592,10,218,31],[593,12,218,31,"fileName"],[593,20,218,31],[593,22,218,31,"_jsxFileName"],[593,34,218,31],[594,12,218,31,"lineNumber"],[594,22,218,31],[595,12,218,31,"columnNumber"],[595,24,218,31],[596,10,218,31],[596,17,219,16],[596,18,219,17],[596,33,222,10],[596,37,222,10,"_reactJsxDevRuntime"],[596,56,222,10],[596,57,222,10,"jsxDEV"],[596,63,222,10],[596,65,222,11,"View"],[596,69,222,15],[596,70,222,15,"default"],[596,77,222,15],[597,12,222,16,"style"],[597,17,222,21],[597,19,222,23,"styles"],[597,25,222,29],[597,26,222,30,"actionsRow"],[597,36,222,41],[598,12,222,41,"children"],[598,20,222,41],[598,36,223,12],[598,40,223,12,"_reactJsxDevRuntime"],[598,59,223,12],[598,60,223,12,"jsxDEV"],[598,66,223,12],[598,68,223,13,"TouchableOpacity"],[598,84,223,29],[598,85,223,29,"default"],[598,92,223,29],[599,14,223,30,"style"],[599,19,223,35],[599,21,223,37],[599,22,223,38,"styles"],[599,28,223,44],[599,29,223,45,"actionBtn"],[599,38,223,54],[599,40,223,56],[600,16,223,57,"backgroundColor"],[600,31,223,72],[600,33,223,74],[601,14,223,83],[601,15,223,84],[601,16,223,86],[602,14,223,86,"children"],[602,22,223,86],[602,38,224,14],[602,42,224,14,"_reactJsxDevRuntime"],[602,61,224,14],[602,62,224,14,"jsxDEV"],[602,68,224,14],[602,70,224,15,"_expoVectorIcons"],[602,86,224,23],[602,87,224,23,"Ionicons"],[602,95,224,23],[603,16,224,24,"name"],[603,20,224,28],[603,22,224,29],[603,33,224,40],[604,16,224,41,"size"],[604,20,224,45],[604,22,224,47],[604,24,224,50],[605,16,224,51,"color"],[605,21,224,56],[605,23,224,57],[606,14,224,63],[607,16,224,63,"fileName"],[607,24,224,63],[607,26,224,63,"_jsxFileName"],[607,38,224,63],[608,16,224,63,"lineNumber"],[608,26,224,63],[609,16,224,63,"columnNumber"],[609,28,224,63],[610,14,224,63],[610,21,224,65],[610,22,224,66],[610,37,225,14],[610,41,225,14,"_reactJsxDevRuntime"],[610,60,225,14],[610,61,225,14,"jsxDEV"],[610,67,225,14],[610,69,225,15,"Text"],[610,73,225,19],[610,74,225,19,"default"],[610,81,225,19],[611,16,225,20,"style"],[611,21,225,25],[611,23,225,27,"styles"],[611,29,225,33],[611,30,225,34,"actionBtnText"],[611,43,225,48],[612,16,225,48,"children"],[612,24,225,48],[612,26,225,49],[613,14,225,53],[614,16,225,53,"fileName"],[614,24,225,53],[614,26,225,53,"_jsxFileName"],[614,38,225,53],[615,16,225,53,"lineNumber"],[615,26,225,53],[616,16,225,53,"columnNumber"],[616,28,225,53],[617,14,225,53],[617,21,225,59],[617,22,225,60],[618,12,225,60],[619,14,225,60,"fileName"],[619,22,225,60],[619,24,225,60,"_jsxFileName"],[619,36,225,60],[620,14,225,60,"lineNumber"],[620,24,225,60],[621,14,225,60,"columnNumber"],[621,26,225,60],[622,12,225,60],[622,19,226,30],[622,20,226,31],[622,35,227,12],[622,39,227,12,"_reactJsxDevRuntime"],[622,58,227,12],[622,59,227,12,"jsxDEV"],[622,65,227,12],[622,67,227,13,"TouchableOpacity"],[622,83,227,29],[622,84,227,29,"default"],[622,91,227,29],[623,14,227,30,"style"],[623,19,227,35],[623,21,227,37],[623,22,227,38,"styles"],[623,28,227,44],[623,29,227,45,"actionBtn"],[623,38,227,54],[623,40,227,56],[624,16,227,57,"backgroundColor"],[624,31,227,72],[624,33,227,74],[625,14,227,83],[625,15,227,84],[625,16,227,86],[626,14,227,86,"children"],[626,22,227,86],[626,38,228,14],[626,42,228,14,"_reactJsxDevRuntime"],[626,61,228,14],[626,62,228,14,"jsxDEV"],[626,68,228,14],[626,70,228,15,"_expoVectorIcons"],[626,86,228,23],[626,87,228,23,"Ionicons"],[626,95,228,23],[627,16,228,24,"name"],[627,20,228,28],[627,22,228,29],[627,28,228,35],[628,16,228,36,"size"],[628,20,228,40],[628,22,228,42],[628,24,228,45],[629,16,228,46,"color"],[629,21,228,51],[629,23,228,52],[630,14,228,58],[631,16,228,58,"fileName"],[631,24,228,58],[631,26,228,58,"_jsxFileName"],[631,38,228,58],[632,16,228,58,"lineNumber"],[632,26,228,58],[633,16,228,58,"columnNumber"],[633,28,228,58],[634,14,228,58],[634,21,228,60],[634,22,228,61],[634,37,229,14],[634,41,229,14,"_reactJsxDevRuntime"],[634,60,229,14],[634,61,229,14,"jsxDEV"],[634,67,229,14],[634,69,229,15,"Text"],[634,73,229,19],[634,74,229,19,"default"],[634,81,229,19],[635,16,229,20,"style"],[635,21,229,25],[635,23,229,27,"styles"],[635,29,229,33],[635,30,229,34,"actionBtnText"],[635,43,229,48],[636,16,229,48,"children"],[636,24,229,48],[636,26,229,49],[637,14,229,54],[638,16,229,54,"fileName"],[638,24,229,54],[638,26,229,54,"_jsxFileName"],[638,38,229,54],[639,16,229,54,"lineNumber"],[639,26,229,54],[640,16,229,54,"columnNumber"],[640,28,229,54],[641,14,229,54],[641,21,229,60],[641,22,229,61],[642,12,229,61],[643,14,229,61,"fileName"],[643,22,229,61],[643,24,229,61,"_jsxFileName"],[643,36,229,61],[644,14,229,61,"lineNumber"],[644,24,229,61],[645,14,229,61,"columnNumber"],[645,26,229,61],[646,12,229,61],[646,19,230,30],[646,20,230,31],[646,35,231,12],[646,39,231,12,"_reactJsxDevRuntime"],[646,58,231,12],[646,59,231,12,"jsxDEV"],[646,65,231,12],[646,67,231,13,"TouchableOpacity"],[646,83,231,29],[646,84,231,29,"default"],[646,91,231,29],[647,14,231,30,"style"],[647,19,231,35],[647,21,231,37],[647,22,231,38,"styles"],[647,28,231,44],[647,29,231,45,"actionBtn"],[647,38,231,54],[647,40,231,56],[648,16,231,57,"backgroundColor"],[648,31,231,72],[648,33,231,74],[649,14,231,83],[649,15,231,84],[649,16,231,86],[650,14,231,86,"children"],[650,22,231,86],[650,38,232,14],[650,42,232,14,"_reactJsxDevRuntime"],[650,61,232,14],[650,62,232,14,"jsxDEV"],[650,68,232,14],[650,70,232,15,"_expoVectorIcons"],[650,86,232,23],[650,87,232,23,"Ionicons"],[650,95,232,23],[651,16,232,24,"name"],[651,20,232,28],[651,22,232,29],[651,28,232,35],[652,16,232,36,"size"],[652,20,232,40],[652,22,232,42],[652,24,232,45],[653,16,232,46,"color"],[653,21,232,51],[653,23,232,52],[654,14,232,58],[655,16,232,58,"fileName"],[655,24,232,58],[655,26,232,58,"_jsxFileName"],[655,38,232,58],[656,16,232,58,"lineNumber"],[656,26,232,58],[657,16,232,58,"columnNumber"],[657,28,232,58],[658,14,232,58],[658,21,232,60],[658,22,232,61],[658,37,233,14],[658,41,233,14,"_reactJsxDevRuntime"],[658,60,233,14],[658,61,233,14,"jsxDEV"],[658,67,233,14],[658,69,233,15,"Text"],[658,73,233,19],[658,74,233,19,"default"],[658,81,233,19],[659,16,233,20,"style"],[659,21,233,25],[659,23,233,27,"styles"],[659,29,233,33],[659,30,233,34,"actionBtnText"],[659,43,233,48],[660,16,233,48,"children"],[660,24,233,48],[660,26,233,49],[661,14,233,56],[662,16,233,56,"fileName"],[662,24,233,56],[662,26,233,56,"_jsxFileName"],[662,38,233,56],[663,16,233,56,"lineNumber"],[663,26,233,56],[664,16,233,56,"columnNumber"],[664,28,233,56],[665,14,233,56],[665,21,233,62],[665,22,233,63],[666,12,233,63],[667,14,233,63,"fileName"],[667,22,233,63],[667,24,233,63,"_jsxFileName"],[667,36,233,63],[668,14,233,63,"lineNumber"],[668,24,233,63],[669,14,233,63,"columnNumber"],[669,26,233,63],[670,12,233,63],[670,19,234,30],[670,20,234,31],[670,35,235,12],[670,39,235,12,"_reactJsxDevRuntime"],[670,58,235,12],[670,59,235,12,"jsxDEV"],[670,65,235,12],[670,67,235,13,"TouchableOpacity"],[670,83,235,29],[670,84,235,29,"default"],[670,91,235,29],[671,14,235,30,"style"],[671,19,235,35],[671,21,235,37],[671,22,235,38,"styles"],[671,28,235,44],[671,29,235,45,"actionBtn"],[671,38,235,54],[671,40,235,56],[672,16,235,57,"backgroundColor"],[672,31,235,72],[672,33,235,74],[673,14,235,83],[673,15,235,84],[673,16,235,86],[674,14,235,86,"children"],[674,22,235,86],[674,38,236,14],[674,42,236,14,"_reactJsxDevRuntime"],[674,61,236,14],[674,62,236,14,"jsxDEV"],[674,68,236,14],[674,70,236,15,"_expoVectorIcons"],[674,86,236,23],[674,87,236,23,"Ionicons"],[674,95,236,23],[675,16,236,24,"name"],[675,20,236,28],[675,22,236,29],[675,28,236,35],[676,16,236,36,"size"],[676,20,236,40],[676,22,236,42],[676,24,236,45],[677,16,236,46,"color"],[677,21,236,51],[677,23,236,52],[678,14,236,58],[679,16,236,58,"fileName"],[679,24,236,58],[679,26,236,58,"_jsxFileName"],[679,38,236,58],[680,16,236,58,"lineNumber"],[680,26,236,58],[681,16,236,58,"columnNumber"],[681,28,236,58],[682,14,236,58],[682,21,236,60],[682,22,236,61],[682,37,237,14],[682,41,237,14,"_reactJsxDevRuntime"],[682,60,237,14],[682,61,237,14,"jsxDEV"],[682,67,237,14],[682,69,237,15,"Text"],[682,73,237,19],[682,74,237,19,"default"],[682,81,237,19],[683,16,237,20,"style"],[683,21,237,25],[683,23,237,27,"styles"],[683,29,237,33],[683,30,237,34,"actionBtnText"],[683,43,237,48],[684,16,237,48,"children"],[684,24,237,48],[684,26,237,49],[685,14,237,56],[686,16,237,56,"fileName"],[686,24,237,56],[686,26,237,56,"_jsxFileName"],[686,38,237,56],[687,16,237,56,"lineNumber"],[687,26,237,56],[688,16,237,56,"columnNumber"],[688,28,237,56],[689,14,237,56],[689,21,237,62],[689,22,237,63],[690,12,237,63],[691,14,237,63,"fileName"],[691,22,237,63],[691,24,237,63,"_jsxFileName"],[691,36,237,63],[692,14,237,63,"lineNumber"],[692,24,237,63],[693,14,237,63,"columnNumber"],[693,26,237,63],[694,12,237,63],[694,19,238,30],[694,20,238,31],[695,10,238,31],[696,12,238,31,"fileName"],[696,20,238,31],[696,22,238,31,"_jsxFileName"],[696,34,238,31],[697,12,238,31,"lineNumber"],[697,22,238,31],[698,12,238,31,"columnNumber"],[698,24,238,31],[699,10,238,31],[699,17,239,16],[699,18,239,17],[700,8,239,17],[701,10,239,17,"fileName"],[701,18,239,17],[701,20,239,17,"_jsxFileName"],[701,32,239,17],[702,10,239,17,"lineNumber"],[702,20,239,17],[703,10,239,17,"columnNumber"],[703,22,239,17],[704,8,239,17],[704,15,240,14],[704,16,240,15],[704,31,243,8],[704,35,243,8,"_reactJsxDevRuntime"],[704,54,243,8],[704,55,243,8,"jsxDEV"],[704,61,243,8],[704,63,243,9,"View"],[704,67,243,13],[704,68,243,13,"default"],[704,75,243,13],[705,10,243,14,"style"],[705,15,243,19],[705,17,243,21,"styles"],[705,23,243,27],[705,24,243,28,"tokensContainer"],[705,39,243,44],[706,10,243,44,"children"],[706,18,243,44],[706,34,244,10],[706,38,244,10,"_reactJsxDevRuntime"],[706,57,244,10],[706,58,244,10,"jsxDEV"],[706,64,244,10],[706,66,244,11,"Text"],[706,70,244,15],[706,71,244,15,"default"],[706,78,244,15],[707,12,244,16,"style"],[707,17,244,21],[707,19,244,23,"styles"],[707,25,244,29],[707,26,244,30,"tokensTitle"],[707,37,244,42],[708,12,244,42,"children"],[708,20,244,42],[708,22,244,43],[709,10,244,49],[710,12,244,49,"fileName"],[710,20,244,49],[710,22,244,49,"_jsxFileName"],[710,34,244,49],[711,12,244,49,"lineNumber"],[711,22,244,49],[712,12,244,49,"columnNumber"],[712,24,244,49],[713,10,244,49],[713,17,244,55],[713,18,244,56],[713,33,247,10],[713,37,247,10,"_reactJsxDevRuntime"],[713,56,247,10],[713,57,247,10,"jsxDEV"],[713,63,247,10],[713,65,247,11,"View"],[713,69,247,15],[713,70,247,15,"default"],[713,77,247,15],[714,12,247,16,"style"],[714,17,247,21],[714,19,247,23,"styles"],[714,25,247,29],[714,26,247,30,"tokenItem"],[714,35,247,40],[715,12,247,40,"children"],[715,20,247,40],[715,36,248,12],[715,40,248,12,"_reactJsxDevRuntime"],[715,59,248,12],[715,60,248,12,"jsxDEV"],[715,66,248,12],[715,68,248,13,"View"],[715,72,248,17],[715,73,248,17,"default"],[715,80,248,17],[716,14,248,18,"style"],[716,19,248,23],[716,21,248,25,"styles"],[716,27,248,31],[716,28,248,32,"tokenItemLeft"],[716,41,248,46],[717,14,248,46,"children"],[717,22,248,46],[717,38,249,14],[717,42,249,14,"_reactJsxDevRuntime"],[717,61,249,14],[717,62,249,14,"jsxDEV"],[717,68,249,14],[717,70,249,15,"View"],[717,74,249,19],[717,75,249,19,"default"],[717,82,249,19],[718,16,249,20,"style"],[718,21,249,25],[718,23,249,27,"styles"],[718,29,249,33],[718,30,249,34,"tokenIconContainer"],[718,48,249,53],[719,16,249,53,"children"],[719,24,249,53],[719,40,250,16],[719,44,250,16,"_reactJsxDevRuntime"],[719,63,250,16],[719,64,250,16,"jsxDEV"],[719,70,250,16],[719,72,250,17,"Image"],[719,77,250,22],[719,78,250,22,"default"],[719,85,250,22],[720,18,251,18,"source"],[720,24,251,24],[720,26,251,26],[721,20,251,28,"uri"],[721,23,251,31],[721,25,251,33],[722,18,251,134],[722,19,251,136],[723,18,252,18,"style"],[723,23,252,23],[723,25,252,25,"styles"],[723,31,252,31],[723,32,252,32,"tokenIcon"],[724,16,252,42],[725,18,252,42,"fileName"],[725,26,252,42],[725,28,252,42,"_jsxFileName"],[725,40,252,42],[726,18,252,42,"lineNumber"],[726,28,252,42],[727,18,252,42,"columnNumber"],[727,30,252,42],[728,16,252,42],[728,23,253,17],[728,24,253,18],[728,39,254,16],[728,43,254,16,"_reactJsxDevRuntime"],[728,62,254,16],[728,63,254,16,"jsxDEV"],[728,69,254,16],[728,71,254,17,"Image"],[728,76,254,22],[728,77,254,22,"default"],[728,84,254,22],[729,18,255,18,"source"],[729,24,255,24],[729,26,255,26],[730,20,255,28,"uri"],[730,23,255,31],[730,25,255,33],[731,18,255,133],[731,19,255,135],[732,18,256,18,"style"],[732,23,256,23],[732,25,256,25,"styles"],[732,31,256,31],[732,32,256,32,"networkBadge"],[733,16,256,45],[734,18,256,45,"fileName"],[734,26,256,45],[734,28,256,45,"_jsxFileName"],[734,40,256,45],[735,18,256,45,"lineNumber"],[735,28,256,45],[736,18,256,45,"columnNumber"],[736,30,256,45],[737,16,256,45],[737,23,257,17],[737,24,257,18],[738,14,257,18],[739,16,257,18,"fileName"],[739,24,257,18],[739,26,257,18,"_jsxFileName"],[739,38,257,18],[740,16,257,18,"lineNumber"],[740,26,257,18],[741,16,257,18,"columnNumber"],[741,28,257,18],[742,14,257,18],[742,21,258,20],[742,22,258,21],[742,37,259,14],[742,41,259,14,"_reactJsxDevRuntime"],[742,60,259,14],[742,61,259,14,"jsxDEV"],[742,67,259,14],[742,69,259,15,"View"],[742,73,259,19],[742,74,259,19,"default"],[742,81,259,19],[743,16,259,19,"children"],[743,24,259,19],[743,40,260,16],[743,44,260,16,"_reactJsxDevRuntime"],[743,63,260,16],[743,64,260,16,"jsxDEV"],[743,70,260,16],[743,72,260,17,"Text"],[743,76,260,21],[743,77,260,21,"default"],[743,84,260,21],[744,18,260,22,"style"],[744,23,260,27],[744,25,260,29,"styles"],[744,31,260,35],[744,32,260,36,"tokenItemName"],[744,45,260,50],[745,18,260,50,"children"],[745,26,260,50],[745,28,260,51],[746,16,260,55],[747,18,260,55,"fileName"],[747,26,260,55],[747,28,260,55,"_jsxFileName"],[747,40,260,55],[748,18,260,55,"lineNumber"],[748,28,260,55],[749,18,260,55,"columnNumber"],[749,30,260,55],[750,16,260,55],[750,23,260,61],[750,24,260,62],[750,39,261,16],[750,43,261,16,"_reactJsxDevRuntime"],[750,62,261,16],[750,63,261,16,"jsxDEV"],[750,69,261,16],[750,71,261,17,"Text"],[750,75,261,21],[750,76,261,21,"default"],[750,83,261,21],[751,18,261,22,"style"],[751,23,261,27],[751,25,261,29,"styles"],[751,31,261,35],[751,32,261,36,"tokenItemNetwork"],[751,48,261,53],[752,18,261,53,"children"],[752,26,261,53],[752,28,261,54],[753,16,261,65],[754,18,261,65,"fileName"],[754,26,261,65],[754,28,261,65,"_jsxFileName"],[754,40,261,65],[755,18,261,65,"lineNumber"],[755,28,261,65],[756,18,261,65,"columnNumber"],[756,30,261,65],[757,16,261,65],[757,23,261,71],[757,24,261,72],[758,14,261,72],[759,16,261,72,"fileName"],[759,24,261,72],[759,26,261,72,"_jsxFileName"],[759,38,261,72],[760,16,261,72,"lineNumber"],[760,26,261,72],[761,16,261,72,"columnNumber"],[761,28,261,72],[762,14,261,72],[762,21,262,20],[762,22,262,21],[763,12,262,21],[764,14,262,21,"fileName"],[764,22,262,21],[764,24,262,21,"_jsxFileName"],[764,36,262,21],[765,14,262,21,"lineNumber"],[765,24,262,21],[766,14,262,21,"columnNumber"],[766,26,262,21],[767,12,262,21],[767,19,263,18],[767,20,263,19],[767,35,264,12],[767,39,264,12,"_reactJsxDevRuntime"],[767,58,264,12],[767,59,264,12,"jsxDEV"],[767,65,264,12],[767,67,264,13,"View"],[767,71,264,17],[767,72,264,17,"default"],[767,79,264,17],[768,14,264,18,"style"],[768,19,264,23],[768,21,264,25,"styles"],[768,27,264,31],[768,28,264,32,"tokenItemRight"],[768,42,264,47],[769,14,264,47,"children"],[769,22,264,47],[769,38,265,14],[769,42,265,14,"_reactJsxDevRuntime"],[769,61,265,14],[769,62,265,14,"jsxDEV"],[769,68,265,14],[769,70,265,15,"Text"],[769,74,265,19],[769,75,265,19,"default"],[769,82,265,19],[770,16,265,20,"style"],[770,21,265,25],[770,23,265,27,"styles"],[770,29,265,33],[770,30,265,34,"tokenItemBalance"],[770,46,265,51],[771,16,265,51,"children"],[771,24,265,51],[771,26,265,52],[772,14,265,53],[773,16,265,53,"fileName"],[773,24,265,53],[773,26,265,53,"_jsxFileName"],[773,38,265,53],[774,16,265,53,"lineNumber"],[774,26,265,53],[775,16,265,53,"columnNumber"],[775,28,265,53],[776,14,265,53],[776,21,265,59],[776,22,265,60],[776,37,266,14],[776,41,266,14,"_reactJsxDevRuntime"],[776,60,266,14],[776,61,266,14,"jsxDEV"],[776,67,266,14],[776,69,266,15,"Text"],[776,73,266,19],[776,74,266,19,"default"],[776,81,266,19],[777,16,266,20,"style"],[777,21,266,25],[777,23,266,27,"styles"],[777,29,266,33],[777,30,266,34,"tokenItemUsd"],[777,42,266,47],[778,16,266,47,"children"],[778,24,266,47],[778,26,266,48],[779,14,266,50],[780,16,266,50,"fileName"],[780,24,266,50],[780,26,266,50,"_jsxFileName"],[780,38,266,50],[781,16,266,50,"lineNumber"],[781,26,266,50],[782,16,266,50,"columnNumber"],[782,28,266,50],[783,14,266,50],[783,21,266,56],[783,22,266,57],[784,12,266,57],[785,14,266,57,"fileName"],[785,22,266,57],[785,24,266,57,"_jsxFileName"],[785,36,266,57],[786,14,266,57,"lineNumber"],[786,24,266,57],[787,14,266,57,"columnNumber"],[787,26,266,57],[788,12,266,57],[788,19,267,18],[788,20,267,19],[789,10,267,19],[790,12,267,19,"fileName"],[790,20,267,19],[790,22,267,19,"_jsxFileName"],[790,34,267,19],[791,12,267,19,"lineNumber"],[791,22,267,19],[792,12,267,19,"columnNumber"],[792,24,267,19],[793,10,267,19],[793,17,268,16],[793,18,268,17],[794,8,268,17],[795,10,268,17,"fileName"],[795,18,268,17],[795,20,268,17,"_jsxFileName"],[795,32,268,17],[796,10,268,17,"lineNumber"],[796,20,268,17],[797,10,268,17,"columnNumber"],[797,22,268,17],[798,8,268,17],[798,15,271,14],[798,16,271,15],[799,6,271,15],[800,8,271,15,"fileName"],[800,16,271,15],[800,18,271,15,"_jsxFileName"],[800,30,271,15],[801,8,271,15,"lineNumber"],[801,18,271,15],[802,8,271,15,"columnNumber"],[802,20,271,15],[803,6,271,15],[803,13,272,18],[804,4,272,19],[805,6,272,19,"fileName"],[805,14,272,19],[805,16,272,19,"_jsxFileName"],[805,28,272,19],[806,6,272,19,"lineNumber"],[806,16,272,19],[807,6,272,19,"columnNumber"],[807,18,272,19],[808,4,272,19],[808,11,273,10],[808,12,273,11],[809,2,275,0],[810,2,275,1,"_s2"],[810,5,275,1],[810,6,117,9,"WalletTab"],[810,15,117,18],[811,4,117,18],[811,12,118,19,"useAuth"],[811,32,118,26],[811,33,118,26,"useAuth"],[811,40,118,26],[812,2,118,26],[813,2,118,26,"_c2"],[813,5,118,26],[813,8,117,9,"WalletTab"],[813,17,117,18],[814,2,277,0],[814,11,277,9,"CitizensTab"],[814,22,277,20,"CitizensTab"],[814,23,277,20],[814,25,277,23],[815,4,278,2],[815,24,279,4],[815,28,279,4,"_reactJsxDevRuntime"],[815,47,279,4],[815,48,279,4,"jsxDEV"],[815,54,279,4],[815,56,279,5,"View"],[815,60,279,9],[815,61,279,9,"default"],[815,68,279,9],[816,6,279,10,"style"],[816,11,279,15],[816,13,279,17,"styles"],[816,19,279,23],[816,20,279,24,"container"],[816,29,279,34],[817,6,279,34,"children"],[817,14,279,34],[817,29,280,6],[817,33,280,6,"_reactJsxDevRuntime"],[817,52,280,6],[817,53,280,6,"jsxDEV"],[817,59,280,6],[817,61,280,7,"Text"],[817,65,280,11],[817,66,280,11,"default"],[817,73,280,11],[818,8,280,12,"style"],[818,13,280,17],[818,15,280,19,"styles"],[818,21,280,25],[818,22,280,26,"placeholderText"],[818,37,280,42],[819,8,280,42,"children"],[819,16,280,42],[819,18,280,43],[820,6,280,58],[821,8,280,58,"fileName"],[821,16,280,58],[821,18,280,58,"_jsxFileName"],[821,30,280,58],[822,8,280,58,"lineNumber"],[822,18,280,58],[823,8,280,58,"columnNumber"],[823,20,280,58],[824,6,280,58],[824,13,280,64],[825,4,280,65],[826,6,280,65,"fileName"],[826,14,280,65],[826,16,280,65,"_jsxFileName"],[826,28,280,65],[827,6,280,65,"lineNumber"],[827,16,280,65],[828,6,280,65,"columnNumber"],[828,18,280,65],[829,4,280,65],[829,11,281,10],[829,12,281,11],[830,2,283,0],[831,2,283,1,"_c3"],[831,5,283,1],[831,8,277,9,"CitizensTab"],[831,19,277,20],[832,2,285,0],[832,11,285,9,"ReferralTab"],[832,22,285,20,"ReferralTab"],[832,23,285,20],[832,25,285,23],[833,4,286,2],[833,24,287,4],[833,28,287,4,"_reactJsxDevRuntime"],[833,47,287,4],[833,48,287,4,"jsxDEV"],[833,54,287,4],[833,56,287,5,"View"],[833,60,287,9],[833,61,287,9,"default"],[833,68,287,9],[834,6,287,10,"style"],[834,11,287,15],[834,13,287,17,"styles"],[834,19,287,23],[834,20,287,24,"container"],[834,29,287,34],[835,6,287,34,"children"],[835,14,287,34],[835,29,288,6],[835,33,288,6,"_reactJsxDevRuntime"],[835,52,288,6],[835,53,288,6,"jsxDEV"],[835,59,288,6],[835,61,288,7,"Text"],[835,65,288,11],[835,66,288,11,"default"],[835,73,288,11],[836,8,288,12,"style"],[836,13,288,17],[836,15,288,19,"styles"],[836,21,288,25],[836,22,288,26,"placeholderText"],[836,37,288,42],[837,8,288,42,"children"],[837,16,288,42],[837,18,288,43],[838,6,288,58],[839,8,288,58,"fileName"],[839,16,288,58],[839,18,288,58,"_jsxFileName"],[839,30,288,58],[840,8,288,58,"lineNumber"],[840,18,288,58],[841,8,288,58,"columnNumber"],[841,20,288,58],[842,6,288,58],[842,13,288,64],[843,4,288,65],[844,6,288,65,"fileName"],[844,14,288,65],[844,16,288,65,"_jsxFileName"],[844,28,288,65],[845,6,288,65,"lineNumber"],[845,16,288,65],[846,6,288,65,"columnNumber"],[846,18,288,65],[847,4,288,65],[847,11,289,10],[847,12,289,11],[848,2,291,0],[849,2,291,1,"_c4"],[849,5,291,1],[849,8,285,9,"ReferralTab"],[849,19,285,20],[850,2,293,0],[850,11,293,9,"ProfileTab"],[850,21,293,19,"ProfileTab"],[850,22,293,19],[850,24,293,22],[851,4,294,2],[851,24,295,4],[851,28,295,4,"_reactJsxDevRuntime"],[851,47,295,4],[851,48,295,4,"jsxDEV"],[851,54,295,4],[851,56,295,5,"View"],[851,60,295,9],[851,61,295,9,"default"],[851,68,295,9],[852,6,295,10,"style"],[852,11,295,15],[852,13,295,17,"styles"],[852,19,295,23],[852,20,295,24,"container"],[852,29,295,34],[853,6,295,34,"children"],[853,14,295,34],[853,29,296,6],[853,33,296,6,"_reactJsxDevRuntime"],[853,52,296,6],[853,53,296,6,"jsxDEV"],[853,59,296,6],[853,61,296,7,"Text"],[853,65,296,11],[853,66,296,11,"default"],[853,73,296,11],[854,8,296,12,"style"],[854,13,296,17],[854,15,296,19,"styles"],[854,21,296,25],[854,22,296,26,"placeholderText"],[854,37,296,42],[855,8,296,42,"children"],[855,16,296,42],[855,18,296,43],[856,6,296,57],[857,8,296,57,"fileName"],[857,16,296,57],[857,18,296,57,"_jsxFileName"],[857,30,296,57],[858,8,296,57,"lineNumber"],[858,18,296,57],[859,8,296,57,"columnNumber"],[859,20,296,57],[860,6,296,57],[860,13,296,63],[861,4,296,64],[862,6,296,64,"fileName"],[862,14,296,64],[862,16,296,64,"_jsxFileName"],[862,28,296,64],[863,6,296,64,"lineNumber"],[863,16,296,64],[864,6,296,64,"columnNumber"],[864,18,296,64],[865,4,296,64],[865,11,297,10],[865,12,297,11],[866,2,299,0],[867,2,299,1,"_c5"],[867,5,299,1],[867,8,293,9,"ProfileTab"],[867,18,293,19],[868,2,301,0],[868,8,301,6,"Tab"],[868,11,301,9],[868,14,301,12],[868,18,301,12,"createBottomTabNavigator"],[868,44,301,36],[868,45,301,36,"createBottomTabNavigator"],[868,69,301,36],[868,71,301,37],[868,72,301,38],[869,2,303,15],[869,11,303,24,"HomeScreen"],[869,21,303,34,"HomeScreen"],[869,22,303,34],[869,24,303,37],[870,4,304,2],[870,24,305,4],[870,28,305,4,"_reactJsxDevRuntime"],[870,47,305,4],[870,48,305,4,"jsxDEV"],[870,54,305,4],[870,56,305,5,"Tab"],[870,59,305,8],[870,60,305,9,"Navigator"],[870,69,305,18],[871,6,306,6,"screenOptions"],[871,19,306,19],[871,21,306,21],[872,8,307,8,"headerShown"],[872,19,307,19],[872,21,307,21],[872,26,307,26],[873,8,308,8,"tabBarActiveTintColor"],[873,29,308,29],[873,31,308,31],[873,40,308,40],[874,8,309,8,"tabBarInactiveTintColor"],[874,31,309,31],[874,33,309,33],[874,42,309,42],[875,8,310,8,"tabBarStyle"],[875,19,310,19],[875,21,310,21,"styles"],[875,27,310,27],[875,28,310,28,"tabBar"],[876,6,311,6],[876,7,311,8],[877,6,311,8,"children"],[877,14,311,8],[877,30,313,6],[877,34,313,6,"_reactJsxDevRuntime"],[877,53,313,6],[877,54,313,6,"jsxDEV"],[877,60,313,6],[877,62,313,7,"Tab"],[877,65,313,10],[877,66,313,11,"Screen"],[877,72,313,17],[878,8,314,8,"name"],[878,12,314,12],[878,14,314,13],[878,23,314,22],[879,8,315,8,"component"],[879,17,315,17],[879,19,315,19,"HomeTab"],[879,26,315,27],[880,8,316,8,"options"],[880,15,316,15],[880,17,316,17],[881,10,317,10,"tabBarLabel"],[881,21,317,21],[881,23,317,23],[881,29,317,29],[882,10,318,10,"tabBarIcon"],[882,20,318,20],[882,22,318,22,"tabBarIcon"],[882,23,318,23],[883,12,318,25,"color"],[883,17,318,30],[884,12,318,32,"size"],[885,10,318,37],[885,11,318,38],[885,29,319,12],[885,33,319,12,"_reactJsxDevRuntime"],[885,52,319,12],[885,53,319,12,"jsxDEV"],[885,59,319,12],[885,61,319,13,"_expoVectorIcons"],[885,77,319,21],[885,78,319,21,"Ionicons"],[885,86,319,21],[886,12,319,22,"name"],[886,16,319,26],[886,18,319,27],[886,24,319,33],[887,12,319,34,"size"],[887,16,319,38],[887,18,319,40,"size"],[887,22,319,45],[888,12,319,46,"color"],[888,17,319,51],[888,19,319,53,"color"],[889,10,319,59],[890,12,319,59,"fileName"],[890,20,319,59],[890,22,319,59,"_jsxFileName"],[890,34,319,59],[891,12,319,59,"lineNumber"],[891,22,319,59],[892,12,319,59,"columnNumber"],[892,24,319,59],[893,10,319,59],[893,17,319,61],[894,8,321,8],[895,6,321,10],[896,8,321,10,"fileName"],[896,16,321,10],[896,18,321,10,"_jsxFileName"],[896,30,321,10],[897,8,321,10,"lineNumber"],[897,18,321,10],[898,8,321,10,"columnNumber"],[898,20,321,10],[899,6,321,10],[899,13,322,7],[899,14,322,8],[899,29,323,6],[899,33,323,6,"_reactJsxDevRuntime"],[899,52,323,6],[899,53,323,6,"jsxDEV"],[899,59,323,6],[899,61,323,7,"Tab"],[899,64,323,10],[899,65,323,11,"Screen"],[899,71,323,17],[900,8,324,8,"name"],[900,12,324,12],[900,14,324,13],[900,22,324,21],[901,8,325,8,"component"],[901,17,325,17],[901,19,325,19,"WalletTab"],[901,28,325,29],[902,8,326,8,"options"],[902,15,326,15],[902,17,326,17],[903,10,327,10,"tabBarLabel"],[903,21,327,21],[903,23,327,23],[903,31,327,31],[904,10,328,10,"tabBarIcon"],[904,20,328,20],[904,22,328,22,"tabBarIcon"],[904,23,328,23],[905,12,328,25,"color"],[905,17,328,30],[906,12,328,32,"size"],[907,10,328,37],[907,11,328,38],[907,29,329,12],[907,33,329,12,"_reactJsxDevRuntime"],[907,52,329,12],[907,53,329,12,"jsxDEV"],[907,59,329,12],[907,61,329,13,"_expoVectorIcons"],[907,77,329,21],[907,78,329,21,"Ionicons"],[907,86,329,21],[908,12,329,22,"name"],[908,16,329,26],[908,18,329,27],[908,26,329,35],[909,12,329,36,"size"],[909,16,329,40],[909,18,329,42,"size"],[909,22,329,47],[910,12,329,48,"color"],[910,17,329,53],[910,19,329,55,"color"],[911,10,329,61],[912,12,329,61,"fileName"],[912,20,329,61],[912,22,329,61,"_jsxFileName"],[912,34,329,61],[913,12,329,61,"lineNumber"],[913,22,329,61],[914,12,329,61,"columnNumber"],[914,24,329,61],[915,10,329,61],[915,17,329,63],[916,8,331,8],[917,6,331,10],[918,8,331,10,"fileName"],[918,16,331,10],[918,18,331,10,"_jsxFileName"],[918,30,331,10],[919,8,331,10,"lineNumber"],[919,18,331,10],[920,8,331,10,"columnNumber"],[920,20,331,10],[921,6,331,10],[921,13,332,7],[921,14,332,8],[921,29,333,6],[921,33,333,6,"_reactJsxDevRuntime"],[921,52,333,6],[921,53,333,6,"jsxDEV"],[921,59,333,6],[921,61,333,7,"Tab"],[921,64,333,10],[921,65,333,11,"Screen"],[921,71,333,17],[922,8,334,8,"name"],[922,12,334,12],[922,14,334,13],[922,24,334,23],[923,8,335,8,"component"],[923,17,335,17],[923,19,335,19,"CitizensTab"],[923,30,335,31],[924,8,336,8,"options"],[924,15,336,15],[924,17,336,17],[925,10,337,10,"tabBarLabel"],[925,21,337,21],[925,23,337,23],[925,33,337,33],[926,10,338,10,"tabBarIcon"],[926,20,338,20],[926,22,338,22,"tabBarIcon"],[926,23,338,23],[927,12,338,25,"color"],[927,17,338,30],[928,12,338,32,"size"],[929,10,338,37],[929,11,338,38],[929,29,339,12],[929,33,339,12,"_reactJsxDevRuntime"],[929,52,339,12],[929,53,339,12,"jsxDEV"],[929,59,339,12],[929,61,339,13,"_expoVectorIcons"],[929,77,339,21],[929,78,339,21,"Ionicons"],[929,86,339,21],[930,12,339,22,"name"],[930,16,339,26],[930,18,339,27],[930,26,339,35],[931,12,339,36,"size"],[931,16,339,40],[931,18,339,42,"size"],[931,22,339,47],[932,12,339,48,"color"],[932,17,339,53],[932,19,339,55,"color"],[933,10,339,61],[934,12,339,61,"fileName"],[934,20,339,61],[934,22,339,61,"_jsxFileName"],[934,34,339,61],[935,12,339,61,"lineNumber"],[935,22,339,61],[936,12,339,61,"columnNumber"],[936,24,339,61],[937,10,339,61],[937,17,339,63],[938,8,341,8],[939,6,341,10],[940,8,341,10,"fileName"],[940,16,341,10],[940,18,341,10,"_jsxFileName"],[940,30,341,10],[941,8,341,10,"lineNumber"],[941,18,341,10],[942,8,341,10,"columnNumber"],[942,20,341,10],[943,6,341,10],[943,13,342,7],[943,14,342,8],[943,29,343,6],[943,33,343,6,"_reactJsxDevRuntime"],[943,52,343,6],[943,53,343,6,"jsxDEV"],[943,59,343,6],[943,61,343,7,"Tab"],[943,64,343,10],[943,65,343,11,"Screen"],[943,71,343,17],[944,8,344,8,"name"],[944,12,344,12],[944,14,344,13],[944,24,344,23],[945,8,345,8,"component"],[945,17,345,17],[945,19,345,19,"ReferralTab"],[945,30,345,31],[946,8,346,8,"options"],[946,15,346,15],[946,17,346,17],[947,10,347,10,"tabBarLabel"],[947,21,347,21],[947,23,347,23],[947,33,347,33],[948,10,348,10,"tabBarIcon"],[948,20,348,20],[948,22,348,22,"tabBarIcon"],[948,23,348,23],[949,12,348,25,"color"],[949,17,348,30],[950,12,348,32,"size"],[951,10,348,37],[951,11,348,38],[951,29,349,12],[951,33,349,12,"_reactJsxDevRuntime"],[951,52,349,12],[951,53,349,12,"jsxDEV"],[951,59,349,12],[951,61,349,13,"_expoVectorIcons"],[951,77,349,21],[951,78,349,21,"Ionicons"],[951,86,349,21],[952,12,349,22,"name"],[952,16,349,26],[952,18,349,27],[952,24,349,33],[953,12,349,34,"size"],[953,16,349,38],[953,18,349,40,"size"],[953,22,349,45],[954,12,349,46,"color"],[954,17,349,51],[954,19,349,53,"color"],[955,10,349,59],[956,12,349,59,"fileName"],[956,20,349,59],[956,22,349,59,"_jsxFileName"],[956,34,349,59],[957,12,349,59,"lineNumber"],[957,22,349,59],[958,12,349,59,"columnNumber"],[958,24,349,59],[959,10,349,59],[959,17,349,61],[960,8,351,8],[961,6,351,10],[962,8,351,10,"fileName"],[962,16,351,10],[962,18,351,10,"_jsxFileName"],[962,30,351,10],[963,8,351,10,"lineNumber"],[963,18,351,10],[964,8,351,10,"columnNumber"],[964,20,351,10],[965,6,351,10],[965,13,352,7],[965,14,352,8],[965,29,353,6],[965,33,353,6,"_reactJsxDevRuntime"],[965,52,353,6],[965,53,353,6,"jsxDEV"],[965,59,353,6],[965,61,353,7,"Tab"],[965,64,353,10],[965,65,353,11,"Screen"],[965,71,353,17],[966,8,354,8,"name"],[966,12,354,12],[966,14,354,13],[966,23,354,22],[967,8,355,8,"component"],[967,17,355,17],[967,19,355,19,"ProfileTab"],[967,29,355,30],[968,8,356,8,"options"],[968,15,356,15],[968,17,356,17],[969,10,357,10,"tabBarLabel"],[969,21,357,21],[969,23,357,23],[969,32,357,32],[970,10,358,10,"tabBarIcon"],[970,20,358,20],[970,22,358,22,"tabBarIcon"],[970,23,358,23],[971,12,358,25,"color"],[971,17,358,30],[972,12,358,32,"size"],[973,10,358,37],[973,11,358,38],[973,29,359,12],[973,33,359,12,"_reactJsxDevRuntime"],[973,52,359,12],[973,53,359,12,"jsxDEV"],[973,59,359,12],[973,61,359,13,"_expoVectorIcons"],[973,77,359,21],[973,78,359,21,"Ionicons"],[973,86,359,21],[974,12,359,22,"name"],[974,16,359,26],[974,18,359,27],[974,26,359,35],[975,12,359,36,"size"],[975,16,359,40],[975,18,359,42,"size"],[975,22,359,47],[976,12,359,48,"color"],[976,17,359,53],[976,19,359,55,"color"],[977,10,359,61],[978,12,359,61,"fileName"],[978,20,359,61],[978,22,359,61,"_jsxFileName"],[978,34,359,61],[979,12,359,61,"lineNumber"],[979,22,359,61],[980,12,359,61,"columnNumber"],[980,24,359,61],[981,10,359,61],[981,17,359,63],[982,8,361,8],[983,6,361,10],[984,8,361,10,"fileName"],[984,16,361,10],[984,18,361,10,"_jsxFileName"],[984,30,361,10],[985,8,361,10,"lineNumber"],[985,18,361,10],[986,8,361,10,"columnNumber"],[986,20,361,10],[987,6,361,10],[987,13,362,7],[987,14,362,8],[988,4,362,8],[989,6,362,8,"fileName"],[989,14,362,8],[989,16,362,8,"_jsxFileName"],[989,28,362,8],[990,6,362,8,"lineNumber"],[990,16,362,8],[991,6,362,8,"columnNumber"],[991,18,362,8],[992,4,362,8],[992,11,363,19],[992,12,363,20],[993,2,365,0],[994,2,365,1,"_c6"],[994,5,365,1],[994,8,303,24,"HomeScreen"],[994,18,303,34],[995,2,367,0],[995,8,367,6,"QUICK_ACTIONS"],[995,21,367,19],[995,24,367,22],[995,25,368,2],[996,4,368,4,"id"],[996,6,368,6],[996,8,368,8],[996,11,368,11],[997,4,368,13,"label"],[997,9,368,18],[997,11,368,20],[997,17,368,26],[998,4,368,28,"icon"],[998,8,368,32],[998,10,368,34],[998,25,368,49],[999,4,368,51,"color"],[999,9,368,56],[999,11,368,58],[1000,2,368,68],[1000,3,368,69],[1000,5,369,2],[1001,4,369,4,"id"],[1001,6,369,6],[1001,8,369,8],[1001,11,369,11],[1002,4,369,13,"label"],[1002,9,369,18],[1002,11,369,20],[1002,20,369,29],[1003,4,369,31,"icon"],[1003,8,369,35],[1003,10,369,37],[1003,22,369,49],[1004,4,369,51,"color"],[1004,9,369,56],[1004,11,369,58],[1005,2,369,68],[1005,3,369,69],[1005,5,370,2],[1006,4,370,4,"id"],[1006,6,370,6],[1006,8,370,8],[1006,11,370,11],[1007,4,370,13,"label"],[1007,9,370,18],[1007,11,370,20],[1007,17,370,26],[1008,4,370,28,"icon"],[1008,8,370,32],[1008,10,370,34],[1008,27,370,51],[1009,4,370,53,"color"],[1009,9,370,58],[1009,11,370,60],[1010,2,370,70],[1010,3,370,71],[1010,5,371,2],[1011,4,371,4,"id"],[1011,6,371,6],[1011,8,371,8],[1011,11,371,11],[1012,4,371,13,"label"],[1012,9,371,18],[1012,11,371,20],[1012,17,371,26],[1013,4,371,28,"icon"],[1013,8,371,32],[1013,10,371,34],[1013,28,371,52],[1014,4,371,54,"color"],[1014,9,371,59],[1014,11,371,61],[1015,2,371,71],[1015,3,371,72],[1015,5,372,2],[1016,4,372,4,"id"],[1016,6,372,6],[1016,8,372,8],[1016,11,372,11],[1017,4,372,13,"label"],[1017,9,372,18],[1017,11,372,20],[1017,18,372,27],[1018,4,372,29,"icon"],[1018,8,372,33],[1018,10,372,35],[1018,23,372,48],[1019,4,372,50,"color"],[1019,9,372,55],[1019,11,372,57],[1020,2,372,67],[1020,3,372,68],[1020,5,373,2],[1021,4,373,4,"id"],[1021,6,373,6],[1021,8,373,8],[1021,11,373,11],[1022,4,373,13,"label"],[1022,9,373,18],[1022,11,373,20],[1022,21,373,30],[1023,4,373,32,"icon"],[1023,8,373,36],[1023,10,373,38],[1023,16,373,44],[1024,4,373,46,"color"],[1024,9,373,51],[1024,11,373,53],[1025,2,373,63],[1025,3,373,64],[1025,5,374,2],[1026,4,374,4,"id"],[1026,6,374,6],[1026,8,374,8],[1026,11,374,11],[1027,4,374,13,"label"],[1027,9,374,18],[1027,11,374,20],[1027,21,374,30],[1028,4,374,32,"icon"],[1028,8,374,36],[1028,10,374,38],[1028,25,374,53],[1029,4,374,55,"color"],[1029,9,374,60],[1029,11,374,62],[1030,2,374,72],[1030,3,374,73],[1030,5,375,2],[1031,4,375,4,"id"],[1031,6,375,6],[1031,8,375,8],[1031,11,375,11],[1032,4,375,13,"label"],[1032,9,375,18],[1032,11,375,20],[1032,22,375,31],[1033,4,375,33,"icon"],[1033,8,375,37],[1033,10,375,39],[1033,18,375,47],[1034,4,375,49,"color"],[1034,9,375,54],[1034,11,375,56],[1035,2,375,66],[1035,3,375,67],[1035,5,376,2],[1036,4,376,4,"id"],[1036,6,376,6],[1036,8,376,8],[1036,11,376,11],[1037,4,376,13,"label"],[1037,9,376,18],[1037,11,376,20],[1037,21,376,30],[1038,4,376,32,"icon"],[1038,8,376,36],[1038,10,376,38],[1038,21,376,49],[1039,4,376,51,"color"],[1039,9,376,56],[1039,11,376,58],[1040,2,376,68],[1040,3,376,69],[1040,5,377,2],[1041,4,377,4,"id"],[1041,6,377,6],[1041,8,377,8],[1041,12,377,12],[1042,4,377,14,"label"],[1042,9,377,19],[1042,11,377,21],[1042,21,377,31],[1043,4,377,33,"icon"],[1043,8,377,37],[1043,10,377,39],[1043,16,377,45],[1044,4,377,47,"color"],[1044,9,377,52],[1044,11,377,54],[1045,2,377,64],[1045,3,377,65],[1045,5,378,2],[1046,4,378,4,"id"],[1046,6,378,6],[1046,8,378,8],[1046,12,378,12],[1047,4,378,14,"label"],[1047,9,378,19],[1047,11,378,21],[1047,22,378,32],[1048,4,378,34,"icon"],[1048,8,378,38],[1048,10,378,40],[1048,16,378,46],[1049,4,378,48,"color"],[1049,9,378,53],[1049,11,378,55],[1050,2,378,65],[1050,3,378,66],[1050,5,379,2],[1051,4,379,4,"id"],[1051,6,379,6],[1051,8,379,8],[1051,12,379,12],[1052,4,379,14,"label"],[1052,9,379,19],[1052,11,379,21],[1052,17,379,27],[1053,4,379,29,"icon"],[1053,8,379,33],[1053,10,379,35],[1053,16,379,41],[1054,4,379,43,"color"],[1054,9,379,48],[1054,11,379,50],[1055,2,379,60],[1055,3,379,61],[1055,4,380,1],[1056,2,382,0],[1056,8,382,6,"styles"],[1056,14,382,12],[1056,17,382,15,"StyleSheet"],[1056,27,382,25],[1056,28,382,25,"default"],[1056,35,382,25],[1056,36,382,26,"create"],[1056,42,382,32],[1056,43,382,33],[1057,4,383,2,"container"],[1057,13,383,11],[1057,15,383,13],[1058,6,384,4,"flex"],[1058,10,384,8],[1058,12,384,10],[1058,13,384,11],[1059,6,385,4,"backgroundColor"],[1059,21,385,19],[1059,23,385,21],[1060,4,386,2],[1060,5,386,3],[1061,4,387,2,"scrollContent"],[1061,17,387,15],[1061,19,387,17],[1062,6,388,4,"paddingBottom"],[1062,19,388,17],[1062,21,388,19],[1063,4,389,2],[1063,5,389,3],[1064,4,390,2,"walletScrollContent"],[1064,23,390,21],[1064,25,390,23],[1065,6,391,4,"paddingBottom"],[1065,19,391,17],[1065,21,391,19],[1066,4,392,2],[1066,5,392,3],[1067,4,393,2,"header"],[1067,10,393,8],[1067,12,393,10],[1068,6,394,4,"flexDirection"],[1068,19,394,17],[1068,21,394,19],[1068,26,394,24],[1069,6,395,4,"justifyContent"],[1069,20,395,18],[1069,22,395,20],[1069,37,395,35],[1070,6,396,4,"alignItems"],[1070,16,396,14],[1070,18,396,16],[1070,26,396,24],[1071,6,397,4,"padding"],[1071,13,397,11],[1071,15,397,13],[1071,17,397,15],[1072,6,398,4,"backgroundColor"],[1072,21,398,19],[1072,23,398,21],[1072,29,398,27],[1073,6,399,4,"borderBottomWidth"],[1073,23,399,21],[1073,25,399,23],[1073,26,399,24],[1074,6,400,4,"borderBottomColor"],[1074,23,400,21],[1074,25,400,23],[1075,4,401,2],[1075,5,401,3],[1076,4,402,2,"headerLeft"],[1076,14,402,12],[1076,16,402,14],[1077,6,403,4,"position"],[1077,14,403,12],[1077,16,403,14],[1078,4,404,2],[1078,5,404,3],[1079,4,405,2,"profileImage"],[1079,16,405,14],[1079,18,405,16],[1080,6,406,4,"width"],[1080,11,406,9],[1080,13,406,11],[1080,15,406,13],[1081,6,407,4,"height"],[1081,12,407,10],[1081,14,407,12],[1081,16,407,14],[1082,6,408,4,"borderRadius"],[1082,18,408,16],[1082,20,408,18],[1082,22,408,20],[1083,6,409,4,"backgroundColor"],[1083,21,409,19],[1083,23,409,21],[1083,32,409,30],[1084,6,410,4,"alignItems"],[1084,16,410,14],[1084,18,410,16],[1084,26,410,24],[1085,6,411,4,"justifyContent"],[1085,20,411,18],[1085,22,411,20],[1085,30,411,28],[1086,6,412,4,"overflow"],[1086,14,412,12],[1086,16,412,14],[1087,4,413,2],[1087,5,413,3],[1088,4,414,2,"profileImageSrc"],[1088,19,414,17],[1088,21,414,19],[1089,6,415,4,"width"],[1089,11,415,9],[1089,13,415,11],[1089,15,415,13],[1090,6,416,4,"height"],[1090,12,416,10],[1090,14,416,12],[1091,4,417,2],[1091,5,417,3],[1092,4,418,2,"profileBadge"],[1092,16,418,14],[1092,18,418,16],[1093,6,419,4,"position"],[1093,14,419,12],[1093,16,419,14],[1093,26,419,24],[1094,6,420,4,"bottom"],[1094,12,420,10],[1094,14,420,12],[1094,15,420,13],[1094,16,420,14],[1095,6,421,4,"right"],[1095,11,421,9],[1095,13,421,11],[1095,14,421,12],[1095,15,421,13],[1096,6,422,4,"backgroundColor"],[1096,21,422,19],[1096,23,422,21],[1096,32,422,30],[1097,6,423,4,"borderRadius"],[1097,18,423,16],[1097,20,423,18],[1097,22,423,20],[1098,6,424,4,"paddingHorizontal"],[1098,23,424,21],[1098,25,424,23],[1098,26,424,24],[1099,6,425,4,"paddingVertical"],[1099,21,425,19],[1099,23,425,21],[1099,24,425,22],[1100,6,426,4,"flexDirection"],[1100,19,426,17],[1100,21,426,19],[1100,26,426,24],[1101,6,427,4,"alignItems"],[1101,16,427,14],[1101,18,427,16],[1101,26,427,24],[1102,6,428,4,"gap"],[1102,9,428,7],[1102,11,428,9],[1103,4,429,2],[1103,5,429,3],[1104,4,430,2,"trustScore"],[1104,14,430,12],[1104,16,430,14],[1105,6,431,4,"fontSize"],[1105,14,431,12],[1105,16,431,14],[1105,18,431,16],[1106,6,432,4,"fontWeight"],[1106,16,432,14],[1106,18,432,16],[1106,23,432,21],[1107,6,433,4,"color"],[1107,11,433,9],[1107,13,433,11],[1108,4,434,2],[1108,5,434,3],[1109,4,435,2,"headerRight"],[1109,15,435,13],[1109,17,435,15],[1110,6,436,4,"flexDirection"],[1110,19,436,17],[1110,21,436,19],[1110,26,436,24],[1111,6,437,4,"gap"],[1111,9,437,7],[1111,11,437,9],[1112,4,438,2],[1112,5,438,3],[1113,4,439,2,"iconButton"],[1113,14,439,12],[1113,16,439,14],[1114,6,440,4,"padding"],[1114,13,440,11],[1114,15,440,13],[1115,4,441,2],[1115,5,441,3],[1116,4,442,2,"announcementWidget"],[1116,22,442,20],[1116,24,442,22],[1117,6,443,4,"padding"],[1117,13,443,11],[1117,15,443,13],[1118,4,444,2],[1118,5,444,3],[1119,4,445,2,"announcement"],[1119,16,445,14],[1119,18,445,16],[1120,6,446,4,"backgroundColor"],[1120,21,446,19],[1120,23,446,21],[1120,29,446,27],[1121,6,447,4,"padding"],[1121,13,447,11],[1121,15,447,13],[1121,17,447,15],[1122,6,448,4,"borderRadius"],[1122,18,448,16],[1122,20,448,18],[1122,22,448,20],[1123,6,449,4,"marginRight"],[1123,17,449,15],[1123,19,449,17],[1123,21,449,19],[1124,6,450,4,"width"],[1124,11,450,9],[1124,13,450,11,"width"],[1124,18,450,16],[1124,21,450,19],[1124,23,450,21],[1125,6,451,4,"borderLeftWidth"],[1125,21,451,19],[1125,23,451,21],[1125,24,451,22],[1126,6,452,4,"borderLeftColor"],[1126,21,452,19],[1126,23,452,21],[1127,4,453,2],[1127,5,453,3],[1128,4,454,2,"announcementTitle"],[1128,21,454,19],[1128,23,454,21],[1129,6,455,4,"fontSize"],[1129,14,455,12],[1129,16,455,14],[1129,18,455,16],[1130,6,456,4,"fontWeight"],[1130,16,456,14],[1130,18,456,16],[1130,23,456,21],[1131,6,457,4,"color"],[1131,11,457,9],[1131,13,457,11],[1131,22,457,20],[1132,6,458,4,"marginBottom"],[1132,18,458,16],[1132,20,458,18],[1133,4,459,2],[1133,5,459,3],[1134,4,460,2,"announcementText"],[1134,20,460,18],[1134,22,460,20],[1135,6,461,4,"fontSize"],[1135,14,461,12],[1135,16,461,14],[1135,18,461,16],[1136,6,462,4,"color"],[1136,11,462,9],[1136,13,462,11],[1137,4,463,2],[1137,5,463,3],[1138,4,464,2,"quickActionsContainer"],[1138,25,464,23],[1138,27,464,25],[1139,6,465,4,"padding"],[1139,13,465,11],[1139,15,465,13],[1140,4,466,2],[1140,5,466,3],[1141,4,467,2,"sectionTitle"],[1141,16,467,14],[1141,18,467,16],[1142,6,468,4,"fontSize"],[1142,14,468,12],[1142,16,468,14],[1142,18,468,16],[1143,6,469,4,"fontWeight"],[1143,16,469,14],[1143,18,469,16],[1143,23,469,21],[1144,6,470,4,"color"],[1144,11,470,9],[1144,13,470,11],[1144,22,470,20],[1145,6,471,4,"marginBottom"],[1145,18,471,16],[1145,20,471,18],[1146,4,472,2],[1146,5,472,3],[1147,4,473,2,"actionsGrid"],[1147,15,473,13],[1147,17,473,15],[1148,6,474,4,"flexDirection"],[1148,19,474,17],[1148,21,474,19],[1148,26,474,24],[1149,6,475,4,"flexWrap"],[1149,14,475,12],[1149,16,475,14],[1149,22,475,20],[1150,6,476,4,"justifyContent"],[1150,20,476,18],[1150,22,476,20],[1151,4,477,2],[1151,5,477,3],[1152,4,478,2,"actionCard"],[1152,14,478,12],[1152,16,478,14],[1153,6,479,4,"width"],[1153,11,479,9],[1153,13,479,11],[1153,14,479,12,"width"],[1153,19,479,17],[1153,22,479,20],[1153,24,479,22],[1153,28,479,26],[1153,29,479,27],[1154,6,480,4,"backgroundColor"],[1154,21,480,19],[1154,23,480,21],[1154,29,480,27],[1155,6,481,4,"padding"],[1155,13,481,11],[1155,15,481,13],[1155,17,481,15],[1156,6,482,4,"borderRadius"],[1156,18,482,16],[1156,20,482,18],[1156,22,482,20],[1157,6,483,4,"alignItems"],[1157,16,483,14],[1157,18,483,16],[1157,26,483,24],[1158,6,484,4,"marginBottom"],[1158,18,484,16],[1158,20,484,18],[1158,22,484,20],[1159,6,485,4,"shadowColor"],[1159,17,485,15],[1159,19,485,17],[1159,25,485,23],[1160,6,486,4,"shadowOffset"],[1160,18,486,16],[1160,20,486,18],[1161,8,486,20,"width"],[1161,13,486,25],[1161,15,486,27],[1161,16,486,28],[1162,8,486,30,"height"],[1162,14,486,36],[1162,16,486,38],[1163,6,486,40],[1163,7,486,41],[1164,6,487,4,"shadowOpacity"],[1164,19,487,17],[1164,21,487,19],[1164,25,487,23],[1165,6,488,4,"shadowRadius"],[1165,18,488,16],[1165,20,488,18],[1165,21,488,19],[1166,6,489,4,"elevation"],[1166,15,489,13],[1166,17,489,15],[1167,4,490,2],[1167,5,490,3],[1168,4,491,2,"actionCardFirst"],[1168,19,491,17],[1168,21,491,19],[1169,6,492,4,"marginRight"],[1169,17,492,15],[1169,19,492,17],[1170,4,493,2],[1170,5,493,3],[1171,4,494,2,"actionCardLast"],[1171,18,494,16],[1171,20,494,18],[1172,6,495,4,"marginLeft"],[1172,16,495,14],[1172,18,495,16],[1173,4,496,2],[1173,5,496,3],[1174,4,497,2,"actionIcon"],[1174,14,497,12],[1174,16,497,14],[1175,6,498,4,"width"],[1175,11,498,9],[1175,13,498,11],[1175,15,498,13],[1176,6,499,4,"height"],[1176,12,499,10],[1176,14,499,12],[1176,16,499,14],[1177,6,500,4,"borderRadius"],[1177,18,500,16],[1177,20,500,18],[1177,22,500,20],[1178,6,501,4,"alignItems"],[1178,16,501,14],[1178,18,501,16],[1178,26,501,24],[1179,6,502,4,"justifyContent"],[1179,20,502,18],[1179,22,502,20],[1179,30,502,28],[1180,6,503,4,"marginBottom"],[1180,18,503,16],[1180,20,503,18],[1181,4,504,2],[1181,5,504,3],[1182,4,505,2,"actionLabel"],[1182,15,505,13],[1182,17,505,15],[1183,6,506,4,"fontSize"],[1183,14,506,12],[1183,16,506,14],[1183,18,506,16],[1184,6,507,4,"color"],[1184,11,507,9],[1184,13,507,11],[1184,22,507,20],[1185,6,508,4,"textAlign"],[1185,15,508,13],[1185,17,508,15],[1186,4,509,2],[1186,5,509,3],[1187,4,510,2,"walletHeader"],[1187,16,510,14],[1187,18,510,16],[1188,6,511,4,"padding"],[1188,13,511,11],[1188,15,511,13],[1188,17,511,15],[1189,6,512,4,"backgroundColor"],[1189,21,512,19],[1189,23,512,21],[1189,29,512,27],[1190,6,513,4,"borderBottomWidth"],[1190,23,513,21],[1190,25,513,23],[1190,26,513,24],[1191,6,514,4,"borderBottomColor"],[1191,23,514,21],[1191,25,514,23],[1191,34,514,32],[1192,6,515,4,"flexDirection"],[1192,19,515,17],[1192,21,515,19],[1192,26,515,24],[1193,6,516,4,"justifyContent"],[1193,20,516,18],[1193,22,516,20],[1193,37,516,35],[1194,6,517,4,"alignItems"],[1194,16,517,14],[1194,18,517,16],[1195,4,518,2],[1195,5,518,3],[1196,4,519,2,"walletTitle"],[1196,15,519,13],[1196,17,519,15],[1197,6,520,4,"fontSize"],[1197,14,520,12],[1197,16,520,14],[1197,18,520,16],[1198,6,521,4,"fontWeight"],[1198,16,521,14],[1198,18,521,16],[1198,23,521,21],[1199,6,522,4,"color"],[1199,11,522,9],[1199,13,522,11],[1200,4,523,2],[1200,5,523,3],[1201,4,524,2,"refreshButton"],[1201,17,524,15],[1201,19,524,17],[1202,6,525,4,"padding"],[1202,13,525,11],[1202,15,525,13],[1202,16,525,14],[1203,6,526,4,"borderRadius"],[1203,18,526,16],[1203,20,526,18],[1203,21,526,19],[1204,6,527,4,"backgroundColor"],[1204,21,527,19],[1204,23,527,21],[1205,4,528,2],[1205,5,528,3],[1206,4,529,2,"balanceCards"],[1206,16,529,14],[1206,18,529,16],[1207,6,530,4,"padding"],[1207,13,530,11],[1207,15,530,13],[1207,17,530,15],[1208,6,531,4,"gap"],[1208,9,531,7],[1208,11,531,9],[1209,4,532,2],[1209,5,532,3],[1210,4,533,2,"balanceCard"],[1210,15,533,13],[1210,17,533,15],[1211,6,534,4,"backgroundColor"],[1211,21,534,19],[1211,23,534,21],[1211,29,534,27],[1212,6,535,4,"padding"],[1212,13,535,11],[1212,15,535,13],[1212,17,535,15],[1213,6,536,4,"borderRadius"],[1213,18,536,16],[1213,20,536,18],[1213,22,536,20],[1214,6,537,4,"borderWidth"],[1214,17,537,15],[1214,19,537,17],[1214,20,537,18],[1215,6,538,4,"borderColor"],[1215,17,538,15],[1215,19,538,17],[1216,4,539,2],[1216,5,539,3],[1217,4,540,2,"balanceCardHeader"],[1217,21,540,19],[1217,23,540,21],[1218,6,541,4,"flexDirection"],[1218,19,541,17],[1218,21,541,19],[1218,26,541,24],[1219,6,542,4,"alignItems"],[1219,16,542,14],[1219,18,542,16],[1219,26,542,24],[1220,6,543,4,"gap"],[1220,9,543,7],[1220,11,543,9],[1220,12,543,10],[1221,6,544,4,"marginBottom"],[1221,18,544,16],[1221,20,544,18],[1222,4,545,2],[1222,5,545,3],[1223,4,546,2,"tokenLogo"],[1223,13,546,11],[1223,15,546,13],[1224,6,547,4,"width"],[1224,11,547,9],[1224,13,547,11],[1224,15,547,13],[1225,6,548,4,"height"],[1225,12,548,10],[1225,14,548,12],[1225,16,548,14],[1226,6,549,4,"borderRadius"],[1226,18,549,16],[1226,20,549,18],[1227,4,550,2],[1227,5,550,3],[1228,4,551,2,"tokenSymbol"],[1228,15,551,13],[1228,17,551,15],[1229,6,552,4,"fontSize"],[1229,14,552,12],[1229,16,552,14],[1229,18,552,16],[1230,6,553,4,"fontWeight"],[1230,16,553,14],[1230,18,553,16],[1230,23,553,21],[1231,6,554,4,"color"],[1231,11,554,9],[1231,13,554,11],[1232,4,555,2],[1232,5,555,3],[1233,4,556,2,"balanceAmount"],[1233,17,556,15],[1233,19,556,17],[1234,6,557,4,"fontSize"],[1234,14,557,12],[1234,16,557,14],[1234,18,557,16],[1235,6,558,4,"fontWeight"],[1235,16,558,14],[1235,18,558,16],[1235,23,558,21],[1236,6,559,4,"color"],[1236,11,559,9],[1236,13,559,11],[1236,22,559,20],[1237,6,560,4,"marginBottom"],[1237,18,560,16],[1237,20,560,18],[1238,4,561,2],[1238,5,561,3],[1239,4,562,2,"balanceUsd"],[1239,14,562,12],[1239,16,562,14],[1240,6,563,4,"fontSize"],[1240,14,563,12],[1240,16,563,14],[1240,18,563,16],[1241,6,564,4,"color"],[1241,11,564,9],[1241,13,564,11],[1242,4,565,2],[1242,5,565,3],[1243,4,566,2,"walletActions"],[1243,17,566,15],[1243,19,566,17],[1244,6,567,4,"flexDirection"],[1244,19,567,17],[1244,21,567,19],[1244,26,567,24],[1245,6,568,4,"padding"],[1245,13,568,11],[1245,15,568,13],[1245,17,568,15],[1246,6,569,4,"gap"],[1246,9,569,7],[1246,11,569,9],[1247,4,570,2],[1247,5,570,3],[1248,4,571,2,"walletActionButton"],[1248,22,571,20],[1248,24,571,22],[1249,6,572,4,"flex"],[1249,10,572,8],[1249,12,572,10],[1249,13,572,11],[1250,6,573,4,"backgroundColor"],[1250,21,573,19],[1250,23,573,21],[1250,32,573,30],[1251,6,574,4,"padding"],[1251,13,574,11],[1251,15,574,13],[1251,17,574,15],[1252,6,575,4,"borderRadius"],[1252,18,575,16],[1252,20,575,18],[1252,22,575,20],[1253,6,576,4,"alignItems"],[1253,16,576,14],[1253,18,576,16],[1253,26,576,24],[1254,6,577,4,"gap"],[1254,9,577,7],[1254,11,577,9],[1255,4,578,2],[1255,5,578,3],[1256,4,579,2,"walletActionText"],[1256,20,579,18],[1256,22,579,20],[1257,6,580,4,"color"],[1257,11,580,9],[1257,13,580,11],[1257,19,580,17],[1258,6,581,4,"fontSize"],[1258,14,581,12],[1258,16,581,14],[1258,18,581,16],[1259,6,582,4,"fontWeight"],[1259,16,582,14],[1259,18,582,16],[1260,4,583,2],[1260,5,583,3],[1261,4,584,2,"placeholderText"],[1261,19,584,17],[1261,21,584,19],[1262,6,585,4,"flex"],[1262,10,585,8],[1262,12,585,10],[1262,13,585,11],[1263,6,586,4,"textAlign"],[1263,15,586,13],[1263,17,586,15],[1263,25,586,23],[1264,6,587,4,"marginTop"],[1264,15,587,13],[1264,17,587,15],[1264,20,587,18],[1265,6,588,4,"fontSize"],[1265,14,588,12],[1265,16,588,14],[1265,18,588,16],[1266,6,589,4,"color"],[1266,11,589,9],[1266,13,589,11],[1267,4,590,2],[1267,5,590,3],[1268,4,591,2,"tabBar"],[1268,10,591,8],[1268,12,591,10],[1269,6,592,4,"borderTopWidth"],[1269,20,592,18],[1269,22,592,20],[1269,23,592,21],[1270,6,593,4,"borderTopColor"],[1270,20,593,18],[1270,22,593,20],[1270,31,593,29],[1271,6,594,4,"paddingBottom"],[1271,19,594,17],[1271,21,594,19],[1271,23,594,21],[1272,6,595,4,"paddingTop"],[1272,16,595,14],[1272,18,595,16],[1272,19,595,17],[1273,6,596,4,"backgroundColor"],[1273,21,596,19],[1273,23,596,21],[1274,4,597,2],[1274,5,597,3],[1275,4,598,2],[1276,4,599,2,"balanceRow"],[1276,14,599,12],[1276,16,599,14],[1277,6,600,4,"flexDirection"],[1277,19,600,17],[1277,21,600,19],[1277,26,600,24],[1278,6,601,4,"padding"],[1278,13,601,11],[1278,15,601,13],[1278,17,601,15],[1279,6,602,4,"gap"],[1279,9,602,7],[1279,11,602,9],[1280,4,603,2],[1280,5,603,3],[1281,4,604,2,"balanceCardNew"],[1281,18,604,16],[1281,20,604,18],[1282,6,605,4,"flex"],[1282,10,605,8],[1282,12,605,10],[1282,13,605,11],[1283,6,606,4,"backgroundColor"],[1283,21,606,19],[1283,23,606,21],[1283,29,606,27],[1284,6,607,4,"padding"],[1284,13,607,11],[1284,15,607,13],[1284,17,607,15],[1285,6,608,4,"borderRadius"],[1285,18,608,16],[1285,20,608,18],[1285,22,608,20],[1286,6,609,4,"alignItems"],[1286,16,609,14],[1286,18,609,16],[1286,26,609,24],[1287,6,610,4,"shadowColor"],[1287,17,610,15],[1287,19,610,17],[1287,25,610,23],[1288,6,611,4,"shadowOffset"],[1288,18,611,16],[1288,20,611,18],[1289,8,611,20,"width"],[1289,13,611,25],[1289,15,611,27],[1289,16,611,28],[1290,8,611,30,"height"],[1290,14,611,36],[1290,16,611,38],[1291,6,611,40],[1291,7,611,41],[1292,6,612,4,"shadowOpacity"],[1292,19,612,17],[1292,21,612,19],[1292,24,612,22],[1293,6,613,4,"shadowRadius"],[1293,18,613,16],[1293,20,613,18],[1293,21,613,19],[1294,6,614,4,"elevation"],[1294,15,614,13],[1294,17,614,15],[1295,4,615,2],[1295,5,615,3],[1296,4,616,2,"tokenLogoNew"],[1296,16,616,14],[1296,18,616,16],[1297,6,617,4,"width"],[1297,11,617,9],[1297,13,617,11],[1297,15,617,13],[1298,6,618,4,"height"],[1298,12,618,10],[1298,14,618,12],[1298,16,618,14],[1299,6,619,4,"borderRadius"],[1299,18,619,16],[1299,20,619,18],[1299,22,619,20],[1300,6,620,4,"marginBottom"],[1300,18,620,16],[1300,20,620,18],[1301,4,621,2],[1301,5,621,3],[1302,4,622,2,"tokenSymbolNew"],[1302,18,622,16],[1302,20,622,18],[1303,6,623,4,"fontSize"],[1303,14,623,12],[1303,16,623,14],[1303,18,623,16],[1304,6,624,4,"fontWeight"],[1304,16,624,14],[1304,18,624,16],[1304,23,624,21],[1305,6,625,4,"color"],[1305,11,625,9],[1305,13,625,11],[1305,22,625,20],[1306,6,626,4,"marginBottom"],[1306,18,626,16],[1306,20,626,18],[1307,4,627,2],[1307,5,627,3],[1308,4,628,2,"balanceAmountNew"],[1308,20,628,18],[1308,22,628,20],[1309,6,629,4,"fontSize"],[1309,14,629,12],[1309,16,629,14],[1309,18,629,16],[1310,6,630,4,"fontWeight"],[1310,16,630,14],[1310,18,630,16],[1310,23,630,21],[1311,6,631,4,"color"],[1311,11,631,9],[1311,13,631,11],[1311,22,631,20],[1312,6,632,4,"marginBottom"],[1312,18,632,16],[1312,20,632,18],[1313,4,633,2],[1313,5,633,3],[1314,4,634,2,"tokenNameNew"],[1314,16,634,14],[1314,18,634,16],[1315,6,635,4,"fontSize"],[1315,14,635,12],[1315,16,635,14],[1315,18,635,16],[1316,6,636,4,"color"],[1316,11,636,9],[1316,13,636,11],[1317,4,637,2],[1317,5,637,3],[1318,4,638,2,"actionsContainer"],[1318,20,638,18],[1318,22,638,20],[1319,6,639,4,"margin"],[1319,12,639,10],[1319,14,639,12],[1319,16,639,14],[1320,6,640,4,"backgroundColor"],[1320,21,640,19],[1320,23,640,21],[1320,29,640,27],[1321,6,641,4,"padding"],[1321,13,641,11],[1321,15,641,13],[1321,17,641,15],[1322,6,642,4,"borderRadius"],[1322,18,642,16],[1322,20,642,18],[1322,22,642,20],[1323,6,643,4,"shadowColor"],[1323,17,643,15],[1323,19,643,17],[1323,25,643,23],[1324,6,644,4,"shadowOffset"],[1324,18,644,16],[1324,20,644,18],[1325,8,644,20,"width"],[1325,13,644,25],[1325,15,644,27],[1325,16,644,28],[1326,8,644,30,"height"],[1326,14,644,36],[1326,16,644,38],[1327,6,644,40],[1327,7,644,41],[1328,6,645,4,"shadowOpacity"],[1328,19,645,17],[1328,21,645,19],[1328,24,645,22],[1329,6,646,4,"shadowRadius"],[1329,18,646,16],[1329,20,646,18],[1329,21,646,19],[1330,6,647,4,"elevation"],[1330,15,647,13],[1330,17,647,15],[1331,4,648,2],[1331,5,648,3],[1332,4,649,2,"actionsRow"],[1332,14,649,12],[1332,16,649,14],[1333,6,650,4,"flexDirection"],[1333,19,650,17],[1333,21,650,19],[1333,26,650,24],[1334,6,651,4,"justifyContent"],[1334,20,651,18],[1334,22,651,20],[1334,37,651,35],[1335,6,652,4,"marginBottom"],[1335,18,652,16],[1335,20,652,18],[1336,4,653,2],[1336,5,653,3],[1337,4,654,2,"actionBtn"],[1337,13,654,11],[1337,15,654,13],[1338,6,655,4,"width"],[1338,11,655,9],[1338,13,655,11],[1338,14,655,12,"width"],[1338,19,655,17],[1338,22,655,20],[1338,24,655,22],[1338,28,655,26],[1338,29,655,27],[1339,6,656,4,"padding"],[1339,13,656,11],[1339,15,656,13],[1339,17,656,15],[1340,6,657,4,"borderRadius"],[1340,18,657,16],[1340,20,657,18],[1340,22,657,20],[1341,6,658,4,"alignItems"],[1341,16,658,14],[1341,18,658,16],[1341,26,658,24],[1342,6,659,4,"justifyContent"],[1342,20,659,18],[1342,22,659,20],[1343,4,660,2],[1343,5,660,3],[1344,4,661,2,"actionBtnText"],[1344,17,661,15],[1344,19,661,17],[1345,6,662,4,"color"],[1345,11,662,9],[1345,13,662,11],[1345,19,662,17],[1346,6,663,4,"fontSize"],[1346,14,663,12],[1346,16,663,14],[1346,18,663,16],[1347,6,664,4,"fontWeight"],[1347,16,664,14],[1347,18,664,16],[1347,23,664,21],[1348,6,665,4,"marginTop"],[1348,15,665,13],[1348,17,665,15],[1349,4,666,2],[1349,5,666,3],[1350,4,667,2,"tokensContainer"],[1350,19,667,17],[1350,21,667,19],[1351,6,668,4,"margin"],[1351,12,668,10],[1351,14,668,12],[1351,16,668,14],[1352,6,669,4,"marginTop"],[1352,15,669,13],[1352,17,669,15],[1353,4,670,2],[1353,5,670,3],[1354,4,671,2,"tokensTitle"],[1354,15,671,13],[1354,17,671,15],[1355,6,672,4,"fontSize"],[1355,14,672,12],[1355,16,672,14],[1355,18,672,16],[1356,6,673,4,"fontWeight"],[1356,16,673,14],[1356,18,673,16],[1356,23,673,21],[1357,6,674,4,"color"],[1357,11,674,9],[1357,13,674,11],[1357,22,674,20],[1358,6,675,4,"marginBottom"],[1358,18,675,16],[1358,20,675,18],[1358,22,675,20],[1359,6,676,4,"paddingHorizontal"],[1359,23,676,21],[1359,25,676,23],[1360,4,677,2],[1360,5,677,3],[1361,4,678,2,"tokenItem"],[1361,13,678,11],[1361,15,678,13],[1362,6,679,4,"flexDirection"],[1362,19,679,17],[1362,21,679,19],[1362,26,679,24],[1363,6,680,4,"justifyContent"],[1363,20,680,18],[1363,22,680,20],[1363,37,680,35],[1364,6,681,4,"alignItems"],[1364,16,681,14],[1364,18,681,16],[1364,26,681,24],[1365,6,682,4,"backgroundColor"],[1365,21,682,19],[1365,23,682,21],[1365,29,682,27],[1366,6,683,4,"padding"],[1366,13,683,11],[1366,15,683,13],[1366,17,683,15],[1367,6,684,4,"borderRadius"],[1367,18,684,16],[1367,20,684,18],[1367,22,684,20],[1368,6,685,4,"marginBottom"],[1368,18,685,16],[1368,20,685,18],[1368,21,685,19],[1369,6,686,4,"shadowColor"],[1369,17,686,15],[1369,19,686,17],[1369,25,686,23],[1370,6,687,4,"shadowOffset"],[1370,18,687,16],[1370,20,687,18],[1371,8,687,20,"width"],[1371,13,687,25],[1371,15,687,27],[1371,16,687,28],[1372,8,687,30,"height"],[1372,14,687,36],[1372,16,687,38],[1373,6,687,40],[1373,7,687,41],[1374,6,688,4,"shadowOpacity"],[1374,19,688,17],[1374,21,688,19],[1374,25,688,23],[1375,6,689,4,"shadowRadius"],[1375,18,689,16],[1375,20,689,18],[1375,21,689,19],[1376,6,690,4,"elevation"],[1376,15,690,13],[1376,17,690,15],[1377,4,691,2],[1377,5,691,3],[1378,4,692,2,"tokenItemLeft"],[1378,17,692,15],[1378,19,692,17],[1379,6,693,4,"flexDirection"],[1379,19,693,17],[1379,21,693,19],[1379,26,693,24],[1380,6,694,4,"alignItems"],[1380,16,694,14],[1380,18,694,16],[1380,26,694,24],[1381,6,695,4,"gap"],[1381,9,695,7],[1381,11,695,9],[1382,4,696,2],[1382,5,696,3],[1383,4,697,2,"tokenIconContainer"],[1383,22,697,20],[1383,24,697,22],[1384,6,698,4,"position"],[1384,14,698,12],[1384,16,698,14],[1384,26,698,24],[1385,6,699,4,"width"],[1385,11,699,9],[1385,13,699,11],[1385,15,699,13],[1386,6,700,4,"height"],[1386,12,700,10],[1386,14,700,12],[1387,4,701,2],[1387,5,701,3],[1388,4,702,2,"tokenIcon"],[1388,13,702,11],[1388,15,702,13],[1389,6,703,4,"width"],[1389,11,703,9],[1389,13,703,11],[1389,15,703,13],[1390,6,704,4,"height"],[1390,12,704,10],[1390,14,704,12],[1390,16,704,14],[1391,6,705,4,"borderRadius"],[1391,18,705,16],[1391,20,705,18],[1392,4,706,2],[1392,5,706,3],[1393,4,707,2,"networkBadge"],[1393,16,707,14],[1393,18,707,16],[1394,6,708,4,"position"],[1394,14,708,12],[1394,16,708,14],[1394,26,708,24],[1395,6,709,4,"right"],[1395,11,709,9],[1395,13,709,11],[1395,14,709,12],[1395,15,709,13],[1396,6,710,4,"bottom"],[1396,12,710,10],[1396,14,710,12],[1396,15,710,13],[1396,16,710,14],[1397,6,711,4,"width"],[1397,11,711,9],[1397,13,711,11],[1397,15,711,13],[1398,6,712,4,"height"],[1398,12,712,10],[1398,14,712,12],[1398,16,712,14],[1399,6,713,4,"borderRadius"],[1399,18,713,16],[1399,20,713,18],[1399,21,713,19],[1400,6,714,4,"borderWidth"],[1400,17,714,15],[1400,19,714,17],[1400,20,714,18],[1401,6,715,4,"borderColor"],[1401,17,715,15],[1401,19,715,17],[1402,4,716,2],[1402,5,716,3],[1403,4,717,2,"tokenItemName"],[1403,17,717,15],[1403,19,717,17],[1404,6,718,4,"fontSize"],[1404,14,718,12],[1404,16,718,14],[1404,18,718,16],[1405,6,719,4,"fontWeight"],[1405,16,719,14],[1405,18,719,16],[1405,23,719,21],[1406,6,720,4,"color"],[1406,11,720,9],[1406,13,720,11],[1407,4,721,2],[1407,5,721,3],[1408,4,722,2,"tokenItemNetwork"],[1408,20,722,18],[1408,22,722,20],[1409,6,723,4,"fontSize"],[1409,14,723,12],[1409,16,723,14],[1409,18,723,16],[1410,6,724,4,"color"],[1410,11,724,9],[1410,13,724,11],[1411,4,725,2],[1411,5,725,3],[1412,4,726,2,"tokenItemRight"],[1412,18,726,16],[1412,20,726,18],[1413,6,727,4,"alignItems"],[1413,16,727,14],[1413,18,727,16],[1414,4,728,2],[1414,5,728,3],[1415,4,729,2,"tokenItemBalance"],[1415,20,729,18],[1415,22,729,20],[1416,6,730,4,"fontSize"],[1416,14,730,12],[1416,16,730,14],[1416,18,730,16],[1417,6,731,4,"fontWeight"],[1417,16,731,14],[1417,18,731,16],[1417,23,731,21],[1418,6,732,4,"color"],[1418,11,732,9],[1418,13,732,11],[1419,4,733,2],[1419,5,733,3],[1420,4,734,2,"tokenItemUsd"],[1420,16,734,14],[1420,18,734,16],[1421,6,735,4,"fontSize"],[1421,14,735,12],[1421,16,735,14],[1421,18,735,16],[1422,6,736,4,"color"],[1422,11,736,9],[1422,13,736,11],[1423,4,737,2],[1424,2,738,0],[1424,3,738,1],[1424,4,738,2],[1425,2,738,3],[1425,6,738,3,"_c"],[1425,8,738,3],[1425,10,738,3,"_c2"],[1425,13,738,3],[1425,15,738,3,"_c3"],[1425,18,738,3],[1425,20,738,3,"_c4"],[1425,23,738,3],[1425,25,738,3,"_c5"],[1425,28,738,3],[1425,30,738,3,"_c6"],[1425,33,738,3],[1426,2,738,3,"$RefreshReg$"],[1426,14,738,3],[1426,15,738,3,"_c"],[1426,17,738,3],[1427,2,738,3,"$RefreshReg$"],[1427,14,738,3],[1427,15,738,3,"_c2"],[1427,18,738,3],[1428,2,738,3,"$RefreshReg$"],[1428,14,738,3],[1428,15,738,3,"_c3"],[1428,18,738,3],[1429,2,738,3,"$RefreshReg$"],[1429,14,738,3],[1429,15,738,3,"_c4"],[1429,18,738,3],[1430,2,738,3,"$RefreshReg$"],[1430,14,738,3],[1430,15,738,3,"_c5"],[1430,18,738,3],[1431,2,738,3,"$RefreshReg$"],[1431,14,738,3],[1431,15,738,3,"_c6"],[1431,18,738,3],[1432,0,738,3],[1432,3]],"functionMap":{"names":["","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;oBCI;GDqB;+BEkD;aFc;CDM;AIE;YCQ;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"}]}
\ No newline at end of file
diff --git a/frontend/.metro-cache/cache/4b/a99109ad0c874cdcfc7e5ff4de0565596c07dde586443f31da53abe8a04de1bea46904 b/frontend/.metro-cache/cache/4b/a99109ad0c874cdcfc7e5ff4de0565596c07dde586443f31da53abe8a04de1bea46904
index c1c422fa..cd08d2b2 100644
--- a/frontend/.metro-cache/cache/4b/a99109ad0c874cdcfc7e5ff4de0565596c07dde586443f31da53abe8a04de1bea46904
+++ b/frontend/.metro-cache/cache/4b/a99109ad0c874cdcfc7e5ff4de0565596c07dde586443f31da53abe8a04de1bea46904
@@ -1 +1 @@
-{"dependencies":[{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":51,"index":51}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/View","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"4kYBDC6LJJXoH7P9rWDi3vkLVB0=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Text","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"JKIzsQ5YQ0gDj0MIyY0Q7F1zJtU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/StyleSheet","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"MK7+k1V+KnvCVW7Kj2k/ydtjmVU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/TouchableOpacity","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PnQOoa8QGKpV5+issz6ikk463eg=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/ScrollView","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"7Gv1K9/TiQvbDXlMy9NOQIEBHDA=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Image","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"h9Yjx6LR7umCdPP226caWyLdUPo=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Dimensions","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"ySrYx/xxJL+A+Ie+sLy/r/EEnF8=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Alert","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PEUC6jrQVoAGZ2qYkvimljMOyJI=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":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 _react = require(_dependencyMap[0], \"react\");\n var _reactNativeWebDistExportsView = require(_dependencyMap[1], \"react-native-web/dist/exports/View\");\n var View = _interopDefault(_reactNativeWebDistExportsView);\n var _reactNativeWebDistExportsText = require(_dependencyMap[2], \"react-native-web/dist/exports/Text\");\n var Text = _interopDefault(_reactNativeWebDistExportsText);\n var _reactNativeWebDistExportsStyleSheet = require(_dependencyMap[3], \"react-native-web/dist/exports/StyleSheet\");\n var StyleSheet = _interopDefault(_reactNativeWebDistExportsStyleSheet);\n var _reactNativeWebDistExportsTouchableOpacity = require(_dependencyMap[4], \"react-native-web/dist/exports/TouchableOpacity\");\n var TouchableOpacity = _interopDefault(_reactNativeWebDistExportsTouchableOpacity);\n var _reactNativeWebDistExportsScrollView = require(_dependencyMap[5], \"react-native-web/dist/exports/ScrollView\");\n var ScrollView = _interopDefault(_reactNativeWebDistExportsScrollView);\n var _reactNativeWebDistExportsImage = require(_dependencyMap[6], \"react-native-web/dist/exports/Image\");\n var Image = _interopDefault(_reactNativeWebDistExportsImage);\n var _reactNativeWebDistExportsDimensions = require(_dependencyMap[7], \"react-native-web/dist/exports/Dimensions\");\n var Dimensions = _interopDefault(_reactNativeWebDistExportsDimensions);\n var _reactNativeWebDistExportsAlert = require(_dependencyMap[8], \"react-native-web/dist/exports/Alert\");\n var Alert = _interopDefault(_reactNativeWebDistExportsAlert);\n var _expoVectorIcons = require(_dependencyMap[9], \"@expo/vector-icons\");\n var _reactNavigationBottomTabs = require(_dependencyMap[10], \"@react-navigation/bottom-tabs\");\n var _expoImagePicker = require(_dependencyMap[11], \"expo-image-picker\");\n var ImagePicker = _interopNamespace(_expoImagePicker);\n var _contextsAuthContext = require(_dependencyMap[12], \"../contexts/AuthContext\");\n var _reactNativeSafeAreaContext = require(_dependencyMap[13], \"react-native-safe-area-context\");\n var _reactJsxDevRuntime = require(_dependencyMap[14], \"react/jsx-dev-runtime\");\n const {\n width\n } = Dimensions.default.get('window');\n function HomeTab() {\n _s();\n const {\n user\n } = (0, _contextsAuthContext.useAuth)();\n const insets = (0, _reactNativeSafeAreaContext.useSafeAreaInsets)();\n const [profileImage, setProfileImage] = (0, _react.useState)(null);\n const pickImage = async () => {\n const permissionResult = await ImagePicker.requestMediaLibraryPermissionsAsync();\n if (permissionResult.granted === false) {\n Alert.default.alert('Permission Required', 'Permission to access camera roll is required!');\n return;\n }\n const result = await 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 const base64Image = `data:image/jpeg;base64,${result.assets[0].base64}`;\n setProfileImage(base64Image);\n // TODO: Save to backend\n }\n };\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n showsVerticalScrollIndicator: false,\n contentContainerStyle: styles.scrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: [styles.header, {\n paddingTop: insets.top + 16\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.headerLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: styles.profileImage,\n onPress: pickImage,\n children: profileImage ? /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\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)(View.default, {\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)(Text.default, {\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)(View.default, {\n style: styles.headerRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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)(TouchableOpacity.default, {\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)(TouchableOpacity.default, {\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)(View.default, {\n style: styles.announcementWidget,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n horizontal: true,\n showsHorizontalScrollIndicator: false,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.announcement,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\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)(Text.default, {\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)(View.default, {\n style: styles.announcement,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\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)(Text.default, {\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)(View.default, {\n style: styles.quickActionsContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\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)(View.default, {\n style: styles.actionsGrid,\n children: QUICK_ACTIONS.map((action, index) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: [styles.actionCard, index % 4 === 0 && styles.actionCardFirst, index % 4 === 3 && styles.actionCardLast],\n activeOpacity: 0.7,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\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)(Text.default, {\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 const {\n user\n } = (0, _contextsAuthContext.useAuth)();\n const insets = (0, _reactNativeSafeAreaContext.useSafeAreaInsets)();\n const [hezBalance, setHezBalance] = (0, _react.useState)('Loading...');\n const [pezBalance, setPezBalance] = (0, _react.useState)('Loading...');\n const [loading, setLoading] = (0, _react.useState)(true);\n const TEST_WALLET = '5GgTgG9sRmPQAYU1RsTejZYnZRjwzKZKWD3awtuqjHioki45';\n (0, _react.useEffect)(() => {\n fetchBalance();\n }, []);\n const fetchBalance = async () => {\n try {\n const backendUrl = \"https://digital-kurdistan.preview.emergentagent.com\" || 'http://localhost:8001';\n const controller = new AbortController();\n const timeoutId = setTimeout(() => controller.abort(), 5000); // 5 sec timeout\n\n const response = await 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 const data = await 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 /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n contentContainerStyle: styles.walletScrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: [styles.walletHeader, {\n paddingTop: insets.top + 16\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\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)(TouchableOpacity.default, {\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)(View.default, {\n style: styles.balanceRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.balanceCardNew,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\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)(Text.default, {\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)(Text.default, {\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)(Text.default, {\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)(View.default, {\n style: styles.balanceCardNew,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\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)(Text.default, {\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)(Text.default, {\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)(Text.default, {\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)(View.default, {\n style: styles.actionsContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.actionsRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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)(Text.default, {\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)(TouchableOpacity.default, {\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)(Text.default, {\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)(TouchableOpacity.default, {\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)(Text.default, {\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)(TouchableOpacity.default, {\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)(Text.default, {\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)(View.default, {\n style: styles.actionsRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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)(Text.default, {\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)(TouchableOpacity.default, {\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)(Text.default, {\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)(TouchableOpacity.default, {\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)(Text.default, {\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)(TouchableOpacity.default, {\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)(Text.default, {\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)(View.default, {\n style: styles.tokensContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\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)(View.default, {\n style: styles.tokenItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenIconContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\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)(Image.default, {\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)(View.default, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\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)(Text.default, {\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)(View.default, {\n style: styles.tokenItemRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\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)(Text.default, {\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)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\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)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\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)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\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 const 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: ({\n color,\n size\n }) => /*#__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 }, 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: ({\n color,\n size\n }) => /*#__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 }, 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: ({\n color,\n size\n }) => /*#__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 }, 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: ({\n color,\n size\n }) => /*#__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 }, 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: ({\n color,\n size\n }) => /*#__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 }, 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 const 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 const styles = StyleSheet.default.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":1439,"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,1,0],[36,6,1,0,"_react"],[36,12,1,0],[36,15,1,0,"require"],[36,22,1,0],[36,23,1,0,"_dependencyMap"],[36,37,1,0],[37,2,1,51],[37,6,1,51,"_reactNativeWebDistExportsView"],[37,36,1,51],[37,39,1,51,"require"],[37,46,1,51],[37,47,1,51,"_dependencyMap"],[37,61,1,51],[38,2,1,51],[38,6,1,51,"View"],[38,10,1,51],[38,13,1,51,"_interopDefault"],[38,28,1,51],[38,29,1,51,"_reactNativeWebDistExportsView"],[38,59,1,51],[39,2,1,51],[39,6,1,51,"_reactNativeWebDistExportsText"],[39,36,1,51],[39,39,1,51,"require"],[39,46,1,51],[39,47,1,51,"_dependencyMap"],[39,61,1,51],[40,2,1,51],[40,6,1,51,"Text"],[40,10,1,51],[40,13,1,51,"_interopDefault"],[40,28,1,51],[40,29,1,51,"_reactNativeWebDistExportsText"],[40,59,1,51],[41,2,1,51],[41,6,1,51,"_reactNativeWebDistExportsStyleSheet"],[41,42,1,51],[41,45,1,51,"require"],[41,52,1,51],[41,53,1,51,"_dependencyMap"],[41,67,1,51],[42,2,1,51],[42,6,1,51,"StyleSheet"],[42,16,1,51],[42,19,1,51,"_interopDefault"],[42,34,1,51],[42,35,1,51,"_reactNativeWebDistExportsStyleSheet"],[42,71,1,51],[43,2,1,51],[43,6,1,51,"_reactNativeWebDistExportsTouchableOpacity"],[43,48,1,51],[43,51,1,51,"require"],[43,58,1,51],[43,59,1,51,"_dependencyMap"],[43,73,1,51],[44,2,1,51],[44,6,1,51,"TouchableOpacity"],[44,22,1,51],[44,25,1,51,"_interopDefault"],[44,40,1,51],[44,41,1,51,"_reactNativeWebDistExportsTouchableOpacity"],[44,83,1,51],[45,2,1,51],[45,6,1,51,"_reactNativeWebDistExportsScrollView"],[45,42,1,51],[45,45,1,51,"require"],[45,52,1,51],[45,53,1,51,"_dependencyMap"],[45,67,1,51],[46,2,1,51],[46,6,1,51,"ScrollView"],[46,16,1,51],[46,19,1,51,"_interopDefault"],[46,34,1,51],[46,35,1,51,"_reactNativeWebDistExportsScrollView"],[46,71,1,51],[47,2,1,51],[47,6,1,51,"_reactNativeWebDistExportsImage"],[47,37,1,51],[47,40,1,51,"require"],[47,47,1,51],[47,48,1,51,"_dependencyMap"],[47,62,1,51],[48,2,1,51],[48,6,1,51,"Image"],[48,11,1,51],[48,14,1,51,"_interopDefault"],[48,29,1,51],[48,30,1,51,"_reactNativeWebDistExportsImage"],[48,61,1,51],[49,2,1,51],[49,6,1,51,"_reactNativeWebDistExportsDimensions"],[49,42,1,51],[49,45,1,51,"require"],[49,52,1,51],[49,53,1,51,"_dependencyMap"],[49,67,1,51],[50,2,1,51],[50,6,1,51,"Dimensions"],[50,16,1,51],[50,19,1,51,"_interopDefault"],[50,34,1,51],[50,35,1,51,"_reactNativeWebDistExportsDimensions"],[50,71,1,51],[51,2,1,51],[51,6,1,51,"_reactNativeWebDistExportsAlert"],[51,37,1,51],[51,40,1,51,"require"],[51,47,1,51],[51,48,1,51,"_dependencyMap"],[51,62,1,51],[52,2,1,51],[52,6,1,51,"Alert"],[52,11,1,51],[52,14,1,51,"_interopDefault"],[52,29,1,51],[52,30,1,51,"_reactNativeWebDistExportsAlert"],[52,61,1,51],[53,2,12,0],[53,6,12,0,"_expoVectorIcons"],[53,22,12,0],[53,25,12,0,"require"],[53,32,12,0],[53,33,12,0,"_dependencyMap"],[53,47,12,0],[54,2,13,0],[54,6,13,0,"_reactNavigationBottomTabs"],[54,32,13,0],[54,35,13,0,"require"],[54,42,13,0],[54,43,13,0,"_dependencyMap"],[54,57,13,0],[55,2,14,0],[55,6,14,0,"_expoImagePicker"],[55,22,14,0],[55,25,14,0,"require"],[55,32,14,0],[55,33,14,0,"_dependencyMap"],[55,47,14,0],[56,2,14,0],[56,6,14,0,"ImagePicker"],[56,17,14,0],[56,20,14,0,"_interopNamespace"],[56,37,14,0],[56,38,14,0,"_expoImagePicker"],[56,54,14,0],[57,2,15,0],[57,6,15,0,"_contextsAuthContext"],[57,26,15,0],[57,29,15,0,"require"],[57,36,15,0],[57,37,15,0,"_dependencyMap"],[57,51,15,0],[58,2,16,0],[58,6,16,0,"_reactNativeSafeAreaContext"],[58,33,16,0],[58,36,16,0,"require"],[58,43,16,0],[58,44,16,0,"_dependencyMap"],[58,58,16,0],[59,2,16,67],[59,6,16,67,"_reactJsxDevRuntime"],[59,25,16,67],[59,28,16,67,"require"],[59,35,16,67],[59,36,16,67,"_dependencyMap"],[59,50,16,67],[60,2,18,0],[60,8,18,6],[61,4,18,8,"width"],[62,2,18,14],[62,3,18,15],[62,6,18,18,"Dimensions"],[62,16,18,28],[62,17,18,28,"default"],[62,24,18,28],[62,25,18,29,"get"],[62,28,18,32],[62,29,18,33],[62,37,18,41],[62,38,18,42],[63,2,20,0],[63,11,20,9,"HomeTab"],[63,18,20,16,"HomeTab"],[63,19,20,16],[63,21,20,19],[64,4,20,19,"_s"],[64,6,20,19],[65,4,21,2],[65,10,21,8],[66,6,21,10,"user"],[67,4,21,15],[67,5,21,16],[67,8,21,19],[67,12,21,19,"useAuth"],[67,32,21,26],[67,33,21,26,"useAuth"],[67,40,21,26],[67,42,21,27],[67,43,21,28],[68,4,22,2],[68,10,22,8,"insets"],[68,16,22,14],[68,19,22,17],[68,23,22,17,"useSafeAreaInsets"],[68,50,22,34],[68,51,22,34,"useSafeAreaInsets"],[68,68,22,34],[68,70,22,35],[68,71,22,36],[69,4,23,2],[69,10,23,8],[69,11,23,9,"profileImage"],[69,23,23,21],[69,25,23,23,"setProfileImage"],[69,40,23,38],[69,41,23,39],[69,44,23,42],[69,48,23,42,"useState"],[69,54,23,50],[69,55,23,50,"useState"],[69,63,23,50],[69,65,23,66],[69,69,23,70],[69,70,23,71],[70,4,25,2],[70,10,25,8,"pickImage"],[70,19,25,17],[70,22,25,20],[70,28,25,20,"pickImage"],[70,29,25,20],[70,34,25,32],[71,6,26,4],[71,12,26,10,"permissionResult"],[71,28,26,26],[71,31,26,29],[71,37,26,35,"ImagePicker"],[71,48,26,46],[71,49,26,47,"requestMediaLibraryPermissionsAsync"],[71,84,26,82],[71,85,26,83],[71,86,26,84],[72,6,28,4],[72,10,28,8,"permissionResult"],[72,26,28,24],[72,27,28,25,"granted"],[72,34,28,32],[72,39,28,37],[72,44,28,42],[72,46,28,44],[73,8,29,6,"Alert"],[73,13,29,11],[73,14,29,11,"default"],[73,21,29,11],[73,22,29,12,"alert"],[73,27,29,17],[73,28,29,18],[73,49,29,39],[73,51,29,41],[73,98,29,88],[73,99,29,89],[74,8,30,6],[75,6,31,4],[76,6,33,4],[76,12,33,10,"result"],[76,18,33,16],[76,21,33,19],[76,27,33,25,"ImagePicker"],[76,38,33,36],[76,39,33,37,"launchImageLibraryAsync"],[76,62,33,60],[76,63,33,61],[77,8,34,6,"mediaTypes"],[77,18,34,16],[77,20,34,18,"ImagePicker"],[77,31,34,29],[77,32,34,30,"MediaTypeOptions"],[77,48,34,46],[77,49,34,47,"Images"],[77,55,34,53],[78,8,35,6,"allowsEditing"],[78,21,35,19],[78,23,35,21],[78,27,35,25],[79,8,36,6,"aspect"],[79,14,36,12],[79,16,36,14],[79,17,36,15],[79,18,36,16],[79,20,36,18],[79,21,36,19],[79,22,36,20],[80,8,37,6,"quality"],[80,15,37,13],[80,17,37,15],[80,20,37,18],[81,8,38,6,"base64"],[81,14,38,12],[81,16,38,14],[82,6,39,4],[82,7,39,5],[82,8,39,6],[83,6,41,4],[83,10,41,8],[83,11,41,9,"result"],[83,17,41,15],[83,18,41,16,"canceled"],[83,26,41,24],[83,30,41,28,"result"],[83,36,41,34],[83,37,41,35,"assets"],[83,43,41,41],[83,44,41,42],[83,45,41,43],[83,46,41,44],[83,47,41,45,"base64"],[83,53,41,51],[83,55,41,53],[84,8,42,6],[84,14,42,12,"base64Image"],[84,25,42,23],[84,28,42,26],[84,54,42,52,"result"],[84,60,42,58],[84,61,42,59,"assets"],[84,67,42,65],[84,68,42,66],[84,69,42,67],[84,70,42,68],[84,71,42,69,"base64"],[84,77,42,75],[84,79,42,77],[85,8,43,6,"setProfileImage"],[85,23,43,21],[85,24,43,22,"base64Image"],[85,35,43,33],[85,36,43,34],[86,8,44,6],[87,6,45,4],[88,4,46,2],[88,5,46,3],[89,4,47,2],[89,24,48,4],[89,28,48,4,"_reactJsxDevRuntime"],[89,47,48,4],[89,48,48,4,"jsxDEV"],[89,54,48,4],[89,56,48,5,"View"],[89,60,48,9],[89,61,48,9,"default"],[89,68,48,9],[90,6,48,10,"style"],[90,11,48,15],[90,13,48,17,"styles"],[90,19,48,23],[90,20,48,24,"container"],[90,29,48,34],[91,6,48,34,"children"],[91,14,48,34],[91,29,49,6],[91,33,49,6,"_reactJsxDevRuntime"],[91,52,49,6],[91,53,49,6,"jsxDEV"],[91,59,49,6],[91,61,49,7,"ScrollView"],[91,71,49,17],[91,72,49,17,"default"],[91,79,49,17],[92,8,49,18,"showsVerticalScrollIndicator"],[92,36,49,46],[92,38,49,48],[92,43,49,54],[93,8,49,55,"contentContainerStyle"],[93,29,49,76],[93,31,49,78,"styles"],[93,37,49,84],[93,38,49,85,"scrollContent"],[93,51,49,99],[94,8,49,99,"children"],[94,16,49,99],[94,32,51,8],[94,36,51,8,"_reactJsxDevRuntime"],[94,55,51,8],[94,56,51,8,"jsxDEV"],[94,62,51,8],[94,64,51,9,"View"],[94,68,51,13],[94,69,51,13,"default"],[94,76,51,13],[95,10,51,14,"style"],[95,15,51,19],[95,17,51,21],[95,18,51,22,"styles"],[95,24,51,28],[95,25,51,29,"header"],[95,31,51,35],[95,33,51,37],[96,12,51,39,"paddingTop"],[96,22,51,49],[96,24,51,51,"insets"],[96,30,51,57],[96,31,51,58,"top"],[96,34,51,61],[96,37,51,64],[97,10,51,67],[97,11,51,68],[97,12,51,70],[98,10,51,70,"children"],[98,18,51,70],[98,34,52,10],[98,38,52,10,"_reactJsxDevRuntime"],[98,57,52,10],[98,58,52,10,"jsxDEV"],[98,64,52,10],[98,66,52,11,"View"],[98,70,52,15],[98,71,52,15,"default"],[98,78,52,15],[99,12,52,16,"style"],[99,17,52,21],[99,19,52,23,"styles"],[99,25,52,29],[99,26,52,30,"headerLeft"],[99,36,52,41],[100,12,52,41,"children"],[100,20,52,41],[100,36,53,12],[100,40,53,12,"_reactJsxDevRuntime"],[100,59,53,12],[100,60,53,12,"jsxDEV"],[100,66,53,12],[100,68,53,13,"TouchableOpacity"],[100,84,53,29],[100,85,53,29,"default"],[100,92,53,29],[101,14,53,30,"style"],[101,19,53,35],[101,21,53,37,"styles"],[101,27,53,43],[101,28,53,44,"profileImage"],[101,40,53,57],[102,14,53,58,"onPress"],[102,21,53,65],[102,23,53,67,"pickImage"],[102,32,53,77],[103,14,53,77,"children"],[103,22,53,77],[103,24,54,15,"profileImage"],[103,36,54,27],[103,52,55,16],[103,56,55,16,"_reactJsxDevRuntime"],[103,75,55,16],[103,76,55,16,"jsxDEV"],[103,82,55,16],[103,84,55,17,"Image"],[103,89,55,22],[103,90,55,22,"default"],[103,97,55,22],[104,16,55,23,"source"],[104,22,55,29],[104,24,55,31],[105,18,55,33,"uri"],[105,21,55,36],[105,23,55,38,"profileImage"],[106,16,55,51],[106,17,55,53],[107,16,55,54,"style"],[107,21,55,59],[107,23,55,61,"styles"],[107,29,55,67],[107,30,55,68,"profileImageSrc"],[108,14,55,84],[109,16,55,84,"fileName"],[109,24,55,84],[109,26,55,84,"_jsxFileName"],[109,38,55,84],[110,16,55,84,"lineNumber"],[110,26,55,84],[111,16,55,84,"columnNumber"],[111,28,55,84],[112,14,55,84],[112,21,55,86],[112,22,55,87],[112,38,57,16],[112,42,57,16,"_reactJsxDevRuntime"],[112,61,57,16],[112,62,57,16,"jsxDEV"],[112,68,57,16],[112,70,57,17,"_expoVectorIcons"],[112,86,57,25],[112,87,57,25,"Ionicons"],[112,95,57,25],[113,16,57,26,"name"],[113,20,57,30],[113,22,57,31],[113,30,57,39],[114,16,57,40,"size"],[114,20,57,44],[114,22,57,46],[114,24,57,49],[115,16,57,50,"color"],[115,21,57,55],[115,23,57,56],[116,14,57,65],[117,16,57,65,"fileName"],[117,24,57,65],[117,26,57,65,"_jsxFileName"],[117,38,57,65],[118,16,57,65,"lineNumber"],[118,26,57,65],[119,16,57,65,"columnNumber"],[119,28,57,65],[120,14,57,65],[120,21,57,67],[121,12,58,15],[122,14,58,15,"fileName"],[122,22,58,15],[122,24,58,15,"_jsxFileName"],[122,36,58,15],[123,14,58,15,"lineNumber"],[123,24,58,15],[124,14,58,15,"columnNumber"],[124,26,58,15],[125,12,58,15],[125,19,59,30],[125,20,59,31],[125,35,60,12],[125,39,60,12,"_reactJsxDevRuntime"],[125,58,60,12],[125,59,60,12,"jsxDEV"],[125,65,60,12],[125,67,60,13,"View"],[125,71,60,17],[125,72,60,17,"default"],[125,79,60,17],[126,14,60,18,"style"],[126,19,60,23],[126,21,60,25,"styles"],[126,27,60,31],[126,28,60,32,"profileBadge"],[126,40,60,45],[127,14,60,45,"children"],[127,22,60,45],[127,38,61,14],[127,42,61,14,"_reactJsxDevRuntime"],[127,61,61,14],[127,62,61,14,"jsxDEV"],[127,68,61,14],[127,70,61,15,"_expoVectorIcons"],[127,86,61,23],[127,87,61,23,"Ionicons"],[127,95,61,23],[128,16,61,24,"name"],[128,20,61,28],[128,22,61,29],[128,28,61,35],[129,16,61,36,"size"],[129,20,61,40],[129,22,61,42],[129,24,61,45],[130,16,61,46,"color"],[130,21,61,51],[130,23,61,52],[131,14,61,61],[132,16,61,61,"fileName"],[132,24,61,61],[132,26,61,61,"_jsxFileName"],[132,38,61,61],[133,16,61,61,"lineNumber"],[133,26,61,61],[134,16,61,61,"columnNumber"],[134,28,61,61],[135,14,61,61],[135,21,61,63],[135,22,61,64],[135,37,62,14],[135,41,62,14,"_reactJsxDevRuntime"],[135,60,62,14],[135,61,62,14,"jsxDEV"],[135,67,62,14],[135,69,62,15,"Text"],[135,73,62,19],[135,74,62,19,"default"],[135,81,62,19],[136,16,62,20,"style"],[136,21,62,25],[136,23,62,27,"styles"],[136,29,62,33],[136,30,62,34,"trustScore"],[136,40,62,45],[137,16,62,45,"children"],[137,24,62,45],[137,26,62,46],[138,14,62,49],[139,16,62,49,"fileName"],[139,24,62,49],[139,26,62,49,"_jsxFileName"],[139,38,62,49],[140,16,62,49,"lineNumber"],[140,26,62,49],[141,16,62,49,"columnNumber"],[141,28,62,49],[142,14,62,49],[142,21,62,55],[142,22,62,56],[143,12,62,56],[144,14,62,56,"fileName"],[144,22,62,56],[144,24,62,56,"_jsxFileName"],[144,36,62,56],[145,14,62,56,"lineNumber"],[145,24,62,56],[146,14,62,56,"columnNumber"],[146,26,62,56],[147,12,62,56],[147,19,63,18],[147,20,63,19],[148,10,63,19],[149,12,63,19,"fileName"],[149,20,63,19],[149,22,63,19,"_jsxFileName"],[149,34,63,19],[150,12,63,19,"lineNumber"],[150,22,63,19],[151,12,63,19,"columnNumber"],[151,24,63,19],[152,10,63,19],[152,17,64,16],[152,18,64,17],[152,33,65,10],[152,37,65,10,"_reactJsxDevRuntime"],[152,56,65,10],[152,57,65,10,"jsxDEV"],[152,63,65,10],[152,65,65,11,"View"],[152,69,65,15],[152,70,65,15,"default"],[152,77,65,15],[153,12,65,16,"style"],[153,17,65,21],[153,19,65,23,"styles"],[153,25,65,29],[153,26,65,30,"headerRight"],[153,37,65,42],[154,12,65,42,"children"],[154,20,65,42],[154,36,66,12],[154,40,66,12,"_reactJsxDevRuntime"],[154,59,66,12],[154,60,66,12,"jsxDEV"],[154,66,66,12],[154,68,66,13,"TouchableOpacity"],[154,84,66,29],[154,85,66,29,"default"],[154,92,66,29],[155,14,66,30,"style"],[155,19,66,35],[155,21,66,37,"styles"],[155,27,66,43],[155,28,66,44,"iconButton"],[155,38,66,55],[156,14,66,55,"children"],[156,22,66,55],[156,37,67,14],[156,41,67,14,"_reactJsxDevRuntime"],[156,60,67,14],[156,61,67,14,"jsxDEV"],[156,67,67,14],[156,69,67,15,"_expoVectorIcons"],[156,85,67,23],[156,86,67,23,"Ionicons"],[156,94,67,23],[157,16,67,24,"name"],[157,20,67,28],[157,22,67,29],[157,39,67,46],[158,16,67,47,"size"],[158,20,67,51],[158,22,67,53],[158,24,67,56],[159,16,67,57,"color"],[159,21,67,62],[159,23,67,63],[160,14,67,72],[161,16,67,72,"fileName"],[161,24,67,72],[161,26,67,72,"_jsxFileName"],[161,38,67,72],[162,16,67,72,"lineNumber"],[162,26,67,72],[163,16,67,72,"columnNumber"],[163,28,67,72],[164,14,67,72],[164,21,67,74],[165,12,67,75],[166,14,67,75,"fileName"],[166,22,67,75],[166,24,67,75,"_jsxFileName"],[166,36,67,75],[167,14,67,75,"lineNumber"],[167,24,67,75],[168,14,67,75,"columnNumber"],[168,26,67,75],[169,12,67,75],[169,19,68,30],[169,20,68,31],[169,35,69,12],[169,39,69,12,"_reactJsxDevRuntime"],[169,58,69,12],[169,59,69,12,"jsxDEV"],[169,65,69,12],[169,67,69,13,"TouchableOpacity"],[169,83,69,29],[169,84,69,29,"default"],[169,91,69,29],[170,14,69,30,"style"],[170,19,69,35],[170,21,69,37,"styles"],[170,27,69,43],[170,28,69,44,"iconButton"],[170,38,69,55],[171,14,69,55,"children"],[171,22,69,55],[171,37,70,14],[171,41,70,14,"_reactJsxDevRuntime"],[171,60,70,14],[171,61,70,14,"jsxDEV"],[171,67,70,14],[171,69,70,15,"_expoVectorIcons"],[171,85,70,23],[171,86,70,23,"Ionicons"],[171,94,70,23],[172,16,70,24,"name"],[172,20,70,28],[172,22,70,29],[172,45,70,52],[173,16,70,53,"size"],[173,20,70,57],[173,22,70,59],[173,24,70,62],[174,16,70,63,"color"],[174,21,70,68],[174,23,70,69],[175,14,70,78],[176,16,70,78,"fileName"],[176,24,70,78],[176,26,70,78,"_jsxFileName"],[176,38,70,78],[177,16,70,78,"lineNumber"],[177,26,70,78],[178,16,70,78,"columnNumber"],[178,28,70,78],[179,14,70,78],[179,21,70,80],[180,12,70,81],[181,14,70,81,"fileName"],[181,22,70,81],[181,24,70,81,"_jsxFileName"],[181,36,70,81],[182,14,70,81,"lineNumber"],[182,24,70,81],[183,14,70,81,"columnNumber"],[183,26,70,81],[184,12,70,81],[184,19,71,30],[184,20,71,31],[184,35,72,12],[184,39,72,12,"_reactJsxDevRuntime"],[184,58,72,12],[184,59,72,12,"jsxDEV"],[184,65,72,12],[184,67,72,13,"TouchableOpacity"],[184,83,72,29],[184,84,72,29,"default"],[184,91,72,29],[185,14,72,30,"style"],[185,19,72,35],[185,21,72,37,"styles"],[185,27,72,43],[185,28,72,44,"iconButton"],[185,38,72,55],[186,14,72,55,"children"],[186,22,72,55],[186,37,73,14],[186,41,73,14,"_reactJsxDevRuntime"],[186,60,73,14],[186,61,73,14,"jsxDEV"],[186,67,73,14],[186,69,73,15,"_expoVectorIcons"],[186,85,73,23],[186,86,73,23,"Ionicons"],[186,94,73,23],[187,16,73,24,"name"],[187,20,73,28],[187,22,73,29],[187,40,73,47],[188,16,73,48,"size"],[188,20,73,52],[188,22,73,54],[188,24,73,57],[189,16,73,58,"color"],[189,21,73,63],[189,23,73,64],[190,14,73,73],[191,16,73,73,"fileName"],[191,24,73,73],[191,26,73,73,"_jsxFileName"],[191,38,73,73],[192,16,73,73,"lineNumber"],[192,26,73,73],[193,16,73,73,"columnNumber"],[193,28,73,73],[194,14,73,73],[194,21,73,75],[195,12,73,76],[196,14,73,76,"fileName"],[196,22,73,76],[196,24,73,76,"_jsxFileName"],[196,36,73,76],[197,14,73,76,"lineNumber"],[197,24,73,76],[198,14,73,76,"columnNumber"],[198,26,73,76],[199,12,73,76],[199,19,74,30],[199,20,74,31],[200,10,74,31],[201,12,74,31,"fileName"],[201,20,74,31],[201,22,74,31,"_jsxFileName"],[201,34,74,31],[202,12,74,31,"lineNumber"],[202,22,74,31],[203,12,74,31,"columnNumber"],[203,24,74,31],[204,10,74,31],[204,17,75,16],[204,18,75,17],[205,8,75,17],[206,10,75,17,"fileName"],[206,18,75,17],[206,20,75,17,"_jsxFileName"],[206,32,75,17],[207,10,75,17,"lineNumber"],[207,20,75,17],[208,10,75,17,"columnNumber"],[208,22,75,17],[209,8,75,17],[209,15,76,14],[209,16,76,15],[209,31,79,8],[209,35,79,8,"_reactJsxDevRuntime"],[209,54,79,8],[209,55,79,8,"jsxDEV"],[209,61,79,8],[209,63,79,9,"View"],[209,67,79,13],[209,68,79,13,"default"],[209,75,79,13],[210,10,79,14,"style"],[210,15,79,19],[210,17,79,21,"styles"],[210,23,79,27],[210,24,79,28,"announcementWidget"],[210,42,79,47],[211,10,79,47,"children"],[211,18,79,47],[211,33,80,10],[211,37,80,10,"_reactJsxDevRuntime"],[211,56,80,10],[211,57,80,10,"jsxDEV"],[211,63,80,10],[211,65,80,11,"ScrollView"],[211,75,80,21],[211,76,80,21,"default"],[211,83,80,21],[212,12,80,22,"horizontal"],[212,22,80,32],[213,12,80,33,"showsHorizontalScrollIndicator"],[213,42,80,63],[213,44,80,65],[213,49,80,71],[214,12,80,71,"children"],[214,20,80,71],[214,36,81,12],[214,40,81,12,"_reactJsxDevRuntime"],[214,59,81,12],[214,60,81,12,"jsxDEV"],[214,66,81,12],[214,68,81,13,"View"],[214,72,81,17],[214,73,81,17,"default"],[214,80,81,17],[215,14,81,18,"style"],[215,19,81,23],[215,21,81,25,"styles"],[215,27,81,31],[215,28,81,32,"announcement"],[215,40,81,45],[216,14,81,45,"children"],[216,22,81,45],[216,38,82,14],[216,42,82,14,"_reactJsxDevRuntime"],[216,61,82,14],[216,62,82,14,"jsxDEV"],[216,68,82,14],[216,70,82,15,"Text"],[216,74,82,19],[216,75,82,19,"default"],[216,82,82,19],[217,16,82,20,"style"],[217,21,82,25],[217,23,82,27,"styles"],[217,29,82,33],[217,30,82,34,"announcementTitle"],[217,47,82,52],[218,16,82,52,"children"],[218,24,82,52],[218,26,82,53],[219,14,82,80],[220,16,82,80,"fileName"],[220,24,82,80],[220,26,82,80,"_jsxFileName"],[220,38,82,80],[221,16,82,80,"lineNumber"],[221,26,82,80],[222,16,82,80,"columnNumber"],[222,28,82,80],[223,14,82,80],[223,21,82,86],[223,22,82,87],[223,37,83,14],[223,41,83,14,"_reactJsxDevRuntime"],[223,60,83,14],[223,61,83,14,"jsxDEV"],[223,67,83,14],[223,69,83,15,"Text"],[223,73,83,19],[223,74,83,19,"default"],[223,81,83,19],[224,16,83,20,"style"],[224,21,83,25],[224,23,83,27,"styles"],[224,29,83,33],[224,30,83,34,"announcementText"],[224,46,83,51],[225,16,83,51,"children"],[225,24,83,51],[225,26,83,52],[226,14,83,88],[227,16,83,88,"fileName"],[227,24,83,88],[227,26,83,88,"_jsxFileName"],[227,38,83,88],[228,16,83,88,"lineNumber"],[228,26,83,88],[229,16,83,88,"columnNumber"],[229,28,83,88],[230,14,83,88],[230,21,83,94],[230,22,83,95],[231,12,83,95],[232,14,83,95,"fileName"],[232,22,83,95],[232,24,83,95,"_jsxFileName"],[232,36,83,95],[233,14,83,95,"lineNumber"],[233,24,83,95],[234,14,83,95,"columnNumber"],[234,26,83,95],[235,12,83,95],[235,19,84,18],[235,20,84,19],[235,35,85,12],[235,39,85,12,"_reactJsxDevRuntime"],[235,58,85,12],[235,59,85,12,"jsxDEV"],[235,65,85,12],[235,67,85,13,"View"],[235,71,85,17],[235,72,85,17,"default"],[235,79,85,17],[236,14,85,18,"style"],[236,19,85,23],[236,21,85,25,"styles"],[236,27,85,31],[236,28,85,32,"announcement"],[236,40,85,45],[237,14,85,45,"children"],[237,22,85,45],[237,38,86,14],[237,42,86,14,"_reactJsxDevRuntime"],[237,61,86,14],[237,62,86,14,"jsxDEV"],[237,68,86,14],[237,70,86,15,"Text"],[237,74,86,19],[237,75,86,19,"default"],[237,82,86,19],[238,16,86,20,"style"],[238,21,86,25],[238,23,86,27,"styles"],[238,29,86,33],[238,30,86,34,"announcementTitle"],[238,47,86,52],[239,16,86,52,"children"],[239,24,86,52],[239,26,86,53],[240,14,86,67],[241,16,86,67,"fileName"],[241,24,86,67],[241,26,86,67,"_jsxFileName"],[241,38,86,67],[242,16,86,67,"lineNumber"],[242,26,86,67],[243,16,86,67,"columnNumber"],[243,28,86,67],[244,14,86,67],[244,21,86,73],[244,22,86,74],[244,37,87,14],[244,41,87,14,"_reactJsxDevRuntime"],[244,60,87,14],[244,61,87,14,"jsxDEV"],[244,67,87,14],[244,69,87,15,"Text"],[244,73,87,19],[244,74,87,19,"default"],[244,81,87,19],[245,16,87,20,"style"],[245,21,87,25],[245,23,87,27,"styles"],[245,29,87,33],[245,30,87,34,"announcementText"],[245,46,87,51],[246,16,87,51,"children"],[246,24,87,51],[246,26,87,52],[247,14,87,80],[248,16,87,80,"fileName"],[248,24,87,80],[248,26,87,80,"_jsxFileName"],[248,38,87,80],[249,16,87,80,"lineNumber"],[249,26,87,80],[250,16,87,80,"columnNumber"],[250,28,87,80],[251,14,87,80],[251,21,87,86],[251,22,87,87],[252,12,87,87],[253,14,87,87,"fileName"],[253,22,87,87],[253,24,87,87,"_jsxFileName"],[253,36,87,87],[254,14,87,87,"lineNumber"],[254,24,87,87],[255,14,87,87,"columnNumber"],[255,26,87,87],[256,12,87,87],[256,19,88,18],[256,20,88,19],[257,10,88,19],[258,12,88,19,"fileName"],[258,20,88,19],[258,22,88,19,"_jsxFileName"],[258,34,88,19],[259,12,88,19,"lineNumber"],[259,22,88,19],[260,12,88,19,"columnNumber"],[260,24,88,19],[261,10,88,19],[261,17,89,22],[262,8,89,23],[263,10,89,23,"fileName"],[263,18,89,23],[263,20,89,23,"_jsxFileName"],[263,32,89,23],[264,10,89,23,"lineNumber"],[264,20,89,23],[265,10,89,23,"columnNumber"],[265,22,89,23],[266,8,89,23],[266,15,90,14],[266,16,90,15],[266,31,93,8],[266,35,93,8,"_reactJsxDevRuntime"],[266,54,93,8],[266,55,93,8,"jsxDEV"],[266,61,93,8],[266,63,93,9,"View"],[266,67,93,13],[266,68,93,13,"default"],[266,75,93,13],[267,10,93,14,"style"],[267,15,93,19],[267,17,93,21,"styles"],[267,23,93,27],[267,24,93,28,"quickActionsContainer"],[267,45,93,50],[268,10,93,50,"children"],[268,18,93,50],[268,34,94,10],[268,38,94,10,"_reactJsxDevRuntime"],[268,57,94,10],[268,58,94,10,"jsxDEV"],[268,64,94,10],[268,66,94,11,"Text"],[268,70,94,15],[268,71,94,15,"default"],[268,78,94,15],[269,12,94,16,"style"],[269,17,94,21],[269,19,94,23,"styles"],[269,25,94,29],[269,26,94,30,"sectionTitle"],[269,38,94,43],[270,12,94,43,"children"],[270,20,94,43],[270,22,94,44],[271,10,94,57],[272,12,94,57,"fileName"],[272,20,94,57],[272,22,94,57,"_jsxFileName"],[272,34,94,57],[273,12,94,57,"lineNumber"],[273,22,94,57],[274,12,94,57,"columnNumber"],[274,24,94,57],[275,10,94,57],[275,17,94,63],[275,18,94,64],[275,33,95,10],[275,37,95,10,"_reactJsxDevRuntime"],[275,56,95,10],[275,57,95,10,"jsxDEV"],[275,63,95,10],[275,65,95,11,"View"],[275,69,95,15],[275,70,95,15,"default"],[275,77,95,15],[276,12,95,16,"style"],[276,17,95,21],[276,19,95,23,"styles"],[276,25,95,29],[276,26,95,30,"actionsGrid"],[276,37,95,42],[277,12,95,42,"children"],[277,20,95,42],[277,22,96,13,"QUICK_ACTIONS"],[277,35,96,26],[277,36,96,27,"map"],[277,39,96,30],[277,40,96,31],[277,41,96,32,"action"],[277,47,96,38],[277,49,96,40,"index"],[277,54,96,45],[277,72,97,14],[277,76,97,14,"_reactJsxDevRuntime"],[277,95,97,14],[277,96,97,14,"jsxDEV"],[277,102,97,14],[277,104,97,15,"TouchableOpacity"],[277,120,97,31],[277,121,97,31,"default"],[277,128,97,31],[278,14,99,16,"style"],[278,19,99,21],[278,21,99,23],[278,22,99,24,"styles"],[278,28,99,30],[278,29,99,31,"actionCard"],[278,39,99,41],[278,41,100,19,"index"],[278,46,100,24],[278,49,100,27],[278,50,100,28],[278,55,100,33],[278,56,100,34],[278,60,100,39,"styles"],[278,66,100,45],[278,67,100,46,"actionCardFirst"],[278,82,100,61],[278,84,101,19,"index"],[278,89,101,24],[278,92,101,27],[278,93,101,28],[278,98,101,33],[278,99,101,34],[278,103,101,39,"styles"],[278,109,101,45],[278,110,101,46,"actionCardLast"],[278,124,101,60],[278,125,102,18],[279,14,103,16,"activeOpacity"],[279,27,103,29],[279,29,103,31],[279,32,103,35],[280,14,103,35,"children"],[280,22,103,35],[280,38,105,16],[280,42,105,16,"_reactJsxDevRuntime"],[280,61,105,16],[280,62,105,16,"jsxDEV"],[280,68,105,16],[280,70,105,17,"View"],[280,74,105,21],[280,75,105,21,"default"],[280,82,105,21],[281,16,105,22,"style"],[281,21,105,27],[281,23,105,29],[281,24,105,30,"styles"],[281,30,105,36],[281,31,105,37,"actionIcon"],[281,41,105,47],[281,43,105,49],[282,18,105,51,"backgroundColor"],[282,33,105,66],[282,35,105,68,"action"],[282,41,105,74],[282,42,105,75,"color"],[283,16,105,81],[283,17,105,82],[283,18,105,84],[284,16,105,84,"children"],[284,24,105,84],[284,39,106,18],[284,43,106,18,"_reactJsxDevRuntime"],[284,62,106,18],[284,63,106,18,"jsxDEV"],[284,69,106,18],[284,71,106,19,"_expoVectorIcons"],[284,87,106,27],[284,88,106,27,"Ionicons"],[284,96,106,27],[285,18,106,28,"name"],[285,22,106,32],[285,24,106,34,"action"],[285,30,106,40],[285,31,106,41,"icon"],[285,35,106,46],[286,18,106,47,"size"],[286,22,106,51],[286,24,106,53],[286,26,106,56],[287,18,106,57,"color"],[287,23,106,62],[287,25,106,63],[288,16,106,69],[289,18,106,69,"fileName"],[289,26,106,69],[289,28,106,69,"_jsxFileName"],[289,40,106,69],[290,18,106,69,"lineNumber"],[290,28,106,69],[291,18,106,69,"columnNumber"],[291,30,106,69],[292,16,106,69],[292,23,106,71],[293,14,106,72],[294,16,106,72,"fileName"],[294,24,106,72],[294,26,106,72,"_jsxFileName"],[294,38,106,72],[295,16,106,72,"lineNumber"],[295,26,106,72],[296,16,106,72,"columnNumber"],[296,28,106,72],[297,14,106,72],[297,21,107,22],[297,22,107,23],[297,37,108,16],[297,41,108,16,"_reactJsxDevRuntime"],[297,60,108,16],[297,61,108,16,"jsxDEV"],[297,67,108,16],[297,69,108,17,"Text"],[297,73,108,21],[297,74,108,21,"default"],[297,81,108,21],[298,16,108,22,"style"],[298,21,108,27],[298,23,108,29,"styles"],[298,29,108,35],[298,30,108,36,"actionLabel"],[298,41,108,48],[299,16,108,48,"children"],[299,24,108,48],[299,26,108,50,"action"],[299,32,108,56],[299,33,108,57,"label"],[300,14,108,62],[301,16,108,62,"fileName"],[301,24,108,62],[301,26,108,62,"_jsxFileName"],[301,38,108,62],[302,16,108,62,"lineNumber"],[302,26,108,62],[303,16,108,62,"columnNumber"],[303,28,108,62],[304,14,108,62],[304,21,108,69],[304,22,108,70],[305,12,108,70],[305,15,98,21,"action"],[305,21,98,27],[305,22,98,28,"id"],[305,24,98,30],[306,14,98,30,"fileName"],[306,22,98,30],[306,24,98,30,"_jsxFileName"],[306,36,98,30],[307,14,98,30,"lineNumber"],[307,24,98,30],[308,14,98,30,"columnNumber"],[308,26,98,30],[309,12,98,30],[309,19,109,32],[309,20,110,13],[310,10,110,14],[311,12,110,14,"fileName"],[311,20,110,14],[311,22,110,14,"_jsxFileName"],[311,34,110,14],[312,12,110,14,"lineNumber"],[312,22,110,14],[313,12,110,14,"columnNumber"],[313,24,110,14],[314,10,110,14],[314,17,111,16],[314,18,111,17],[315,8,111,17],[316,10,111,17,"fileName"],[316,18,111,17],[316,20,111,17,"_jsxFileName"],[316,32,111,17],[317,10,111,17,"lineNumber"],[317,20,111,17],[318,10,111,17,"columnNumber"],[318,22,111,17],[319,8,111,17],[319,15,112,14],[319,16,112,15],[320,6,112,15],[321,8,112,15,"fileName"],[321,16,112,15],[321,18,112,15,"_jsxFileName"],[321,30,112,15],[322,8,112,15,"lineNumber"],[322,18,112,15],[323,8,112,15,"columnNumber"],[323,20,112,15],[324,6,112,15],[324,13,113,18],[325,4,113,19],[326,6,113,19,"fileName"],[326,14,113,19],[326,16,113,19,"_jsxFileName"],[326,28,113,19],[327,6,113,19,"lineNumber"],[327,16,113,19],[328,6,113,19,"columnNumber"],[328,18,113,19],[329,4,113,19],[329,11,114,10],[329,12,114,11],[330,2,116,0],[331,2,116,1,"_s"],[331,4,116,1],[331,5,20,9,"HomeTab"],[331,12,20,16],[332,4,20,16],[332,12,21,19,"useAuth"],[332,32,21,26],[332,33,21,26,"useAuth"],[332,40,21,26],[332,42,22,17,"useSafeAreaInsets"],[332,69,22,34],[332,70,22,34,"useSafeAreaInsets"],[332,87,22,34],[333,2,22,34],[334,2,22,34,"_c"],[334,4,22,34],[334,7,20,9,"HomeTab"],[334,14,20,16],[335,2,118,0],[335,11,118,9,"WalletTab"],[335,20,118,18,"WalletTab"],[335,21,118,18],[335,23,118,21],[336,4,118,21,"_s2"],[336,7,118,21],[337,4,119,2],[337,10,119,8],[338,6,119,10,"user"],[339,4,119,15],[339,5,119,16],[339,8,119,19],[339,12,119,19,"useAuth"],[339,32,119,26],[339,33,119,26,"useAuth"],[339,40,119,26],[339,42,119,27],[339,43,119,28],[340,4,120,2],[340,10,120,8,"insets"],[340,16,120,14],[340,19,120,17],[340,23,120,17,"useSafeAreaInsets"],[340,50,120,34],[340,51,120,34,"useSafeAreaInsets"],[340,68,120,34],[340,70,120,35],[340,71,120,36],[341,4,121,2],[341,10,121,8],[341,11,121,9,"hezBalance"],[341,21,121,19],[341,23,121,21,"setHezBalance"],[341,36,121,34],[341,37,121,35],[341,40,121,38],[341,44,121,38,"useState"],[341,50,121,46],[341,51,121,46,"useState"],[341,59,121,46],[341,61,121,47],[341,73,121,59],[341,74,121,60],[342,4,122,2],[342,10,122,8],[342,11,122,9,"pezBalance"],[342,21,122,19],[342,23,122,21,"setPezBalance"],[342,36,122,34],[342,37,122,35],[342,40,122,38],[342,44,122,38,"useState"],[342,50,122,46],[342,51,122,46,"useState"],[342,59,122,46],[342,61,122,47],[342,73,122,59],[342,74,122,60],[343,4,123,2],[343,10,123,8],[343,11,123,9,"loading"],[343,18,123,16],[343,20,123,18,"setLoading"],[343,30,123,28],[343,31,123,29],[343,34,123,32],[343,38,123,32,"useState"],[343,44,123,40],[343,45,123,40,"useState"],[343,53,123,40],[343,55,123,41],[343,59,123,45],[343,60,123,46],[344,4,125,2],[344,10,125,8,"TEST_WALLET"],[344,21,125,19],[344,24,125,22],[344,74,125,72],[345,4,127,2],[345,8,127,2,"useEffect"],[345,14,127,11],[345,15,127,11,"useEffect"],[345,24,127,11],[345,26,127,12],[345,32,127,18],[346,6,128,4,"fetchBalance"],[346,18,128,16],[346,19,128,17],[346,20,128,18],[347,4,129,2],[347,5,129,3],[347,7,129,5],[347,9,129,7],[347,10,129,8],[348,4,131,2],[348,10,131,8,"fetchBalance"],[348,22,131,20],[348,25,131,23],[348,31,131,23,"fetchBalance"],[348,32,131,23],[348,37,131,35],[349,6,132,4],[349,10,132,8],[350,8,133,6],[350,14,133,12,"backendUrl"],[350,24,133,22],[350,27,133,25],[350,84,133,64],[350,107,133,87],[351,8,134,6],[351,14,134,12,"controller"],[351,24,134,22],[351,27,134,25],[351,31,134,29,"AbortController"],[351,46,134,44],[351,47,134,45],[351,48,134,46],[352,8,135,6],[352,14,135,12,"timeoutId"],[352,23,135,21],[352,26,135,24,"setTimeout"],[352,36,135,34],[352,37,135,35],[352,43,135,41,"controller"],[352,53,135,51],[352,54,135,52,"abort"],[352,59,135,57],[352,60,135,58],[352,61,135,59],[352,63,135,61],[352,67,135,65],[352,68,135,66],[352,69,135,67],[352,70,135,68],[354,8,137,6],[354,14,137,12,"response"],[354,22,137,20],[354,25,137,23],[354,31,137,29,"fetch"],[354,36,137,34],[354,37,137,35],[354,40,137,38,"backendUrl"],[354,50,137,48],[354,75,137,73],[354,77,137,75],[355,10,138,8,"method"],[355,16,138,14],[355,18,138,16],[355,24,138,22],[356,10,139,8,"headers"],[356,17,139,15],[356,19,139,17],[357,12,140,10],[357,26,140,24],[357,28,140,26],[358,10,141,8],[358,11,141,9],[359,10,142,8,"body"],[359,14,142,12],[359,16,142,14,"JSON"],[359,20,142,18],[359,21,142,19,"stringify"],[359,30,142,28],[359,31,142,29],[360,12,143,10,"address"],[360,19,143,17],[360,21,143,19,"TEST_WALLET"],[361,10,144,8],[361,11,144,9],[361,12,144,10],[362,10,145,8,"signal"],[362,16,145,14],[362,18,145,16,"controller"],[362,28,145,26],[362,29,145,27,"signal"],[363,8,146,6],[363,9,146,7],[363,10,146,8],[364,8,148,6,"clearTimeout"],[364,20,148,18],[364,21,148,19,"timeoutId"],[364,30,148,28],[364,31,148,29],[365,8,150,6],[365,12,150,10,"response"],[365,20,150,18],[365,21,150,19,"ok"],[365,23,150,21],[365,25,150,23],[366,10,151,8],[366,16,151,14,"data"],[366,20,151,18],[366,23,151,21],[366,29,151,27,"response"],[366,37,151,35],[366,38,151,36,"json"],[366,42,151,40],[366,43,151,41],[366,44,151,42],[367,10,152,8,"setHezBalance"],[367,23,152,21],[367,24,152,22,"parseFloat"],[367,34,152,32],[367,35,152,33,"data"],[367,39,152,37],[367,40,152,38,"hez"],[367,43,152,41],[367,44,152,42],[367,45,152,43,"toFixed"],[367,52,152,50],[367,53,152,51],[367,54,152,52],[367,55,152,53],[367,56,152,54],[368,10,153,8,"setPezBalance"],[368,23,153,21],[368,24,153,22,"parseFloat"],[368,34,153,32],[368,35,153,33,"data"],[368,39,153,37],[368,40,153,38,"pez"],[368,43,153,41],[368,44,153,42],[368,45,153,43,"toFixed"],[368,52,153,50],[368,53,153,51],[368,54,153,52],[368,55,153,53],[368,56,153,54],[369,8,154,6],[369,9,154,7],[369,15,154,13],[370,10,155,8,"setHezBalance"],[370,23,155,21],[370,24,155,22],[370,30,155,28],[370,31,155,29],[371,10,156,8,"setPezBalance"],[371,23,156,21],[371,24,156,22],[371,30,156,28],[371,31,156,29],[372,8,157,6],[373,6,158,4],[373,7,158,5],[373,8,158,6],[373,15,158,13,"error"],[373,20,158,18],[373,22,158,20],[374,8,159,6,"console"],[374,15,159,13],[374,16,159,14,"error"],[374,21,159,19],[374,22,159,20],[374,44,159,42],[374,46,159,44,"error"],[374,51,159,49],[374,52,159,50],[375,8,160,6,"setHezBalance"],[375,21,160,19],[375,22,160,20],[375,28,160,26],[375,29,160,27],[376,8,161,6,"setPezBalance"],[376,21,161,19],[376,22,161,20],[376,28,161,26],[376,29,161,27],[377,6,162,4],[377,7,162,5],[377,16,162,14],[378,8,163,6,"setLoading"],[378,18,163,16],[378,19,163,17],[378,24,163,22],[378,25,163,23],[379,6,164,4],[380,4,165,2],[380,5,165,3],[381,4,167,2],[381,24,168,4],[381,28,168,4,"_reactJsxDevRuntime"],[381,47,168,4],[381,48,168,4,"jsxDEV"],[381,54,168,4],[381,56,168,5,"View"],[381,60,168,9],[381,61,168,9,"default"],[381,68,168,9],[382,6,168,10,"style"],[382,11,168,15],[382,13,168,17,"styles"],[382,19,168,23],[382,20,168,24,"container"],[382,29,168,34],[383,6,168,34,"children"],[383,14,168,34],[383,29,169,6],[383,33,169,6,"_reactJsxDevRuntime"],[383,52,169,6],[383,53,169,6,"jsxDEV"],[383,59,169,6],[383,61,169,7,"ScrollView"],[383,71,169,17],[383,72,169,17,"default"],[383,79,169,17],[384,8,169,18,"contentContainerStyle"],[384,29,169,39],[384,31,169,41,"styles"],[384,37,169,47],[384,38,169,48,"walletScrollContent"],[384,57,169,68],[385,8,169,68,"children"],[385,16,169,68],[385,32,171,8],[385,36,171,8,"_reactJsxDevRuntime"],[385,55,171,8],[385,56,171,8,"jsxDEV"],[385,62,171,8],[385,64,171,9,"View"],[385,68,171,13],[385,69,171,13,"default"],[385,76,171,13],[386,10,171,14,"style"],[386,15,171,19],[386,17,171,21],[386,18,171,22,"styles"],[386,24,171,28],[386,25,171,29,"walletHeader"],[386,37,171,41],[386,39,171,43],[387,12,171,45,"paddingTop"],[387,22,171,55],[387,24,171,57,"insets"],[387,30,171,63],[387,31,171,64,"top"],[387,34,171,67],[387,37,171,70],[388,10,171,73],[388,11,171,74],[388,12,171,76],[389,10,171,76,"children"],[389,18,171,76],[389,34,172,10],[389,38,172,10,"_reactJsxDevRuntime"],[389,57,172,10],[389,58,172,10,"jsxDEV"],[389,64,172,10],[389,66,172,11,"Text"],[389,70,172,15],[389,71,172,15,"default"],[389,78,172,15],[390,12,172,16,"style"],[390,17,172,21],[390,19,172,23,"styles"],[390,25,172,29],[390,26,172,30,"walletTitle"],[390,37,172,42],[391,12,172,42,"children"],[391,20,172,42],[391,22,172,43],[392,10,172,52],[393,12,172,52,"fileName"],[393,20,172,52],[393,22,172,52,"_jsxFileName"],[393,34,172,52],[394,12,172,52,"lineNumber"],[394,22,172,52],[395,12,172,52,"columnNumber"],[395,24,172,52],[396,10,172,52],[396,17,172,58],[396,18,172,59],[396,33,173,10],[396,37,173,10,"_reactJsxDevRuntime"],[396,56,173,10],[396,57,173,10,"jsxDEV"],[396,63,173,10],[396,65,173,11,"TouchableOpacity"],[396,81,173,27],[396,82,173,27,"default"],[396,89,173,27],[397,12,173,28,"onPress"],[397,19,173,35],[397,21,173,37,"fetchBalance"],[397,33,173,50],[398,12,173,51,"style"],[398,17,173,56],[398,19,173,58,"styles"],[398,25,173,64],[398,26,173,65,"refreshButton"],[398,39,173,79],[399,12,173,79,"children"],[399,20,173,79],[399,35,174,12],[399,39,174,12,"_reactJsxDevRuntime"],[399,58,174,12],[399,59,174,12,"jsxDEV"],[399,65,174,12],[399,67,174,13,"_expoVectorIcons"],[399,83,174,21],[399,84,174,21,"Ionicons"],[399,92,174,21],[400,14,174,22,"name"],[400,18,174,26],[400,20,174,27],[400,29,174,36],[401,14,174,37,"size"],[401,18,174,41],[401,20,174,43],[401,22,174,46],[402,14,174,47,"color"],[402,19,174,52],[402,21,174,53],[403,12,174,62],[404,14,174,62,"fileName"],[404,22,174,62],[404,24,174,62,"_jsxFileName"],[404,36,174,62],[405,14,174,62,"lineNumber"],[405,24,174,62],[406,14,174,62,"columnNumber"],[406,26,174,62],[407,12,174,62],[407,19,174,64],[408,10,174,65],[409,12,174,65,"fileName"],[409,20,174,65],[409,22,174,65,"_jsxFileName"],[409,34,174,65],[410,12,174,65,"lineNumber"],[410,22,174,65],[411,12,174,65,"columnNumber"],[411,24,174,65],[412,10,174,65],[412,17,175,28],[412,18,175,29],[413,8,175,29],[414,10,175,29,"fileName"],[414,18,175,29],[414,20,175,29,"_jsxFileName"],[414,32,175,29],[415,10,175,29,"lineNumber"],[415,20,175,29],[416,10,175,29,"columnNumber"],[416,22,175,29],[417,8,175,29],[417,15,176,14],[417,16,176,15],[417,31,179,8],[417,35,179,8,"_reactJsxDevRuntime"],[417,54,179,8],[417,55,179,8,"jsxDEV"],[417,61,179,8],[417,63,179,9,"View"],[417,67,179,13],[417,68,179,13,"default"],[417,75,179,13],[418,10,179,14,"style"],[418,15,179,19],[418,17,179,21,"styles"],[418,23,179,27],[418,24,179,28,"balanceRow"],[418,34,179,39],[419,10,179,39,"children"],[419,18,179,39],[419,34,180,10],[419,38,180,10,"_reactJsxDevRuntime"],[419,57,180,10],[419,58,180,10,"jsxDEV"],[419,64,180,10],[419,66,180,11,"View"],[419,70,180,15],[419,71,180,15,"default"],[419,78,180,15],[420,12,180,16,"style"],[420,17,180,21],[420,19,180,23,"styles"],[420,25,180,29],[420,26,180,30,"balanceCardNew"],[420,40,180,45],[421,12,180,45,"children"],[421,20,180,45],[421,36,181,12],[421,40,181,12,"_reactJsxDevRuntime"],[421,59,181,12],[421,60,181,12,"jsxDEV"],[421,66,181,12],[421,68,181,13,"Image"],[421,73,181,18],[421,74,181,18,"default"],[421,81,181,18],[422,14,182,14,"source"],[422,20,182,20],[422,22,182,22],[423,16,182,24,"uri"],[423,19,182,27],[423,21,182,29],[424,14,182,145],[424,15,182,147],[425,14,183,14,"style"],[425,19,183,19],[425,21,183,21,"styles"],[425,27,183,27],[425,28,183,28,"tokenLogoNew"],[426,12,183,41],[427,14,183,41,"fileName"],[427,22,183,41],[427,24,183,41,"_jsxFileName"],[427,36,183,41],[428,14,183,41,"lineNumber"],[428,24,183,41],[429,14,183,41,"columnNumber"],[429,26,183,41],[430,12,183,41],[430,19,184,13],[430,20,184,14],[430,35,185,12],[430,39,185,12,"_reactJsxDevRuntime"],[430,58,185,12],[430,59,185,12,"jsxDEV"],[430,65,185,12],[430,67,185,13,"Text"],[430,71,185,17],[430,72,185,17,"default"],[430,79,185,17],[431,14,185,18,"style"],[431,19,185,23],[431,21,185,25,"styles"],[431,27,185,31],[431,28,185,32,"tokenSymbolNew"],[431,42,185,47],[432,14,185,47,"children"],[432,22,185,47],[432,24,185,48],[433,12,185,51],[434,14,185,51,"fileName"],[434,22,185,51],[434,24,185,51,"_jsxFileName"],[434,36,185,51],[435,14,185,51,"lineNumber"],[435,24,185,51],[436,14,185,51,"columnNumber"],[436,26,185,51],[437,12,185,51],[437,19,185,57],[437,20,185,58],[437,35,186,12],[437,39,186,12,"_reactJsxDevRuntime"],[437,58,186,12],[437,59,186,12,"jsxDEV"],[437,65,186,12],[437,67,186,13,"Text"],[437,71,186,17],[437,72,186,17,"default"],[437,79,186,17],[438,14,186,18,"style"],[438,19,186,23],[438,21,186,25,"styles"],[438,27,186,31],[438,28,186,32,"balanceAmountNew"],[438,44,186,49],[439,14,186,49,"children"],[439,22,186,49],[439,24,186,51,"hezBalance"],[440,12,186,61],[441,14,186,61,"fileName"],[441,22,186,61],[441,24,186,61,"_jsxFileName"],[441,36,186,61],[442,14,186,61,"lineNumber"],[442,24,186,61],[443,14,186,61,"columnNumber"],[443,26,186,61],[444,12,186,61],[444,19,186,68],[444,20,186,69],[444,35,187,12],[444,39,187,12,"_reactJsxDevRuntime"],[444,58,187,12],[444,59,187,12,"jsxDEV"],[444,65,187,12],[444,67,187,13,"Text"],[444,71,187,17],[444,72,187,17,"default"],[444,79,187,17],[445,14,187,18,"style"],[445,19,187,23],[445,21,187,25,"styles"],[445,27,187,31],[445,28,187,32,"tokenNameNew"],[445,40,187,45],[446,14,187,45,"children"],[446,22,187,45],[446,24,187,46],[447,12,187,61],[448,14,187,61,"fileName"],[448,22,187,61],[448,24,187,61,"_jsxFileName"],[448,36,187,61],[449,14,187,61,"lineNumber"],[449,24,187,61],[450,14,187,61,"columnNumber"],[450,26,187,61],[451,12,187,61],[451,19,187,67],[451,20,187,68],[452,10,187,68],[453,12,187,68,"fileName"],[453,20,187,68],[453,22,187,68,"_jsxFileName"],[453,34,187,68],[454,12,187,68,"lineNumber"],[454,22,187,68],[455,12,187,68,"columnNumber"],[455,24,187,68],[456,10,187,68],[456,17,188,16],[456,18,188,17],[456,33,190,10],[456,37,190,10,"_reactJsxDevRuntime"],[456,56,190,10],[456,57,190,10,"jsxDEV"],[456,63,190,10],[456,65,190,11,"View"],[456,69,190,15],[456,70,190,15,"default"],[456,77,190,15],[457,12,190,16,"style"],[457,17,190,21],[457,19,190,23,"styles"],[457,25,190,29],[457,26,190,30,"balanceCardNew"],[457,40,190,45],[458,12,190,45,"children"],[458,20,190,45],[458,36,191,12],[458,40,191,12,"_reactJsxDevRuntime"],[458,59,191,12],[458,60,191,12,"jsxDEV"],[458,66,191,12],[458,68,191,13,"Image"],[458,73,191,18],[458,74,191,18,"default"],[458,81,191,18],[459,14,192,14,"source"],[459,20,192,20],[459,22,192,22],[460,16,192,24,"uri"],[460,19,192,27],[460,21,192,29],[461,14,192,129],[461,15,192,131],[462,14,193,14,"style"],[462,19,193,19],[462,21,193,21,"styles"],[462,27,193,27],[462,28,193,28,"tokenLogoNew"],[463,12,193,41],[464,14,193,41,"fileName"],[464,22,193,41],[464,24,193,41,"_jsxFileName"],[464,36,193,41],[465,14,193,41,"lineNumber"],[465,24,193,41],[466,14,193,41,"columnNumber"],[466,26,193,41],[467,12,193,41],[467,19,194,13],[467,20,194,14],[467,35,195,12],[467,39,195,12,"_reactJsxDevRuntime"],[467,58,195,12],[467,59,195,12,"jsxDEV"],[467,65,195,12],[467,67,195,13,"Text"],[467,71,195,17],[467,72,195,17,"default"],[467,79,195,17],[468,14,195,18,"style"],[468,19,195,23],[468,21,195,25,"styles"],[468,27,195,31],[468,28,195,32,"tokenSymbolNew"],[468,42,195,47],[469,14,195,47,"children"],[469,22,195,47],[469,24,195,48],[470,12,195,51],[471,14,195,51,"fileName"],[471,22,195,51],[471,24,195,51,"_jsxFileName"],[471,36,195,51],[472,14,195,51,"lineNumber"],[472,24,195,51],[473,14,195,51,"columnNumber"],[473,26,195,51],[474,12,195,51],[474,19,195,57],[474,20,195,58],[474,35,196,12],[474,39,196,12,"_reactJsxDevRuntime"],[474,58,196,12],[474,59,196,12,"jsxDEV"],[474,65,196,12],[474,67,196,13,"Text"],[474,71,196,17],[474,72,196,17,"default"],[474,79,196,17],[475,14,196,18,"style"],[475,19,196,23],[475,21,196,25,"styles"],[475,27,196,31],[475,28,196,32,"balanceAmountNew"],[475,44,196,49],[476,14,196,49,"children"],[476,22,196,49],[476,24,196,51,"pezBalance"],[477,12,196,61],[478,14,196,61,"fileName"],[478,22,196,61],[478,24,196,61,"_jsxFileName"],[478,36,196,61],[479,14,196,61,"lineNumber"],[479,24,196,61],[480,14,196,61,"columnNumber"],[480,26,196,61],[481,12,196,61],[481,19,196,68],[481,20,196,69],[481,35,197,12],[481,39,197,12,"_reactJsxDevRuntime"],[481,58,197,12],[481,59,197,12,"jsxDEV"],[481,65,197,12],[481,67,197,13,"Text"],[481,71,197,17],[481,72,197,17,"default"],[481,79,197,17],[482,14,197,18,"style"],[482,19,197,23],[482,21,197,25,"styles"],[482,27,197,31],[482,28,197,32,"tokenNameNew"],[482,40,197,45],[483,14,197,45,"children"],[483,22,197,45],[483,24,197,46],[484,12,197,59],[485,14,197,59,"fileName"],[485,22,197,59],[485,24,197,59,"_jsxFileName"],[485,36,197,59],[486,14,197,59,"lineNumber"],[486,24,197,59],[487,14,197,59,"columnNumber"],[487,26,197,59],[488,12,197,59],[488,19,197,65],[488,20,197,66],[489,10,197,66],[490,12,197,66,"fileName"],[490,20,197,66],[490,22,197,66,"_jsxFileName"],[490,34,197,66],[491,12,197,66,"lineNumber"],[491,22,197,66],[492,12,197,66,"columnNumber"],[492,24,197,66],[493,10,197,66],[493,17,198,16],[493,18,198,17],[494,8,198,17],[495,10,198,17,"fileName"],[495,18,198,17],[495,20,198,17,"_jsxFileName"],[495,32,198,17],[496,10,198,17,"lineNumber"],[496,20,198,17],[497,10,198,17,"columnNumber"],[497,22,198,17],[498,8,198,17],[498,15,199,14],[498,16,199,15],[498,31,202,8],[498,35,202,8,"_reactJsxDevRuntime"],[498,54,202,8],[498,55,202,8,"jsxDEV"],[498,61,202,8],[498,63,202,9,"View"],[498,67,202,13],[498,68,202,13,"default"],[498,75,202,13],[499,10,202,14,"style"],[499,15,202,19],[499,17,202,21,"styles"],[499,23,202,27],[499,24,202,28,"actionsContainer"],[499,40,202,45],[500,10,202,45,"children"],[500,18,202,45],[500,34,204,10],[500,38,204,10,"_reactJsxDevRuntime"],[500,57,204,10],[500,58,204,10,"jsxDEV"],[500,64,204,10],[500,66,204,11,"View"],[500,70,204,15],[500,71,204,15,"default"],[500,78,204,15],[501,12,204,16,"style"],[501,17,204,21],[501,19,204,23,"styles"],[501,25,204,29],[501,26,204,30,"actionsRow"],[501,36,204,41],[502,12,204,41,"children"],[502,20,204,41],[502,36,205,12],[502,40,205,12,"_reactJsxDevRuntime"],[502,59,205,12],[502,60,205,12,"jsxDEV"],[502,66,205,12],[502,68,205,13,"TouchableOpacity"],[502,84,205,29],[502,85,205,29,"default"],[502,92,205,29],[503,14,205,30,"style"],[503,19,205,35],[503,21,205,37],[503,22,205,38,"styles"],[503,28,205,44],[503,29,205,45,"actionBtn"],[503,38,205,54],[503,40,205,56],[504,16,205,57,"backgroundColor"],[504,31,205,72],[504,33,205,74],[505,14,205,83],[505,15,205,84],[505,16,205,86],[506,14,205,86,"children"],[506,22,205,86],[506,38,206,14],[506,42,206,14,"_reactJsxDevRuntime"],[506,61,206,14],[506,62,206,14,"jsxDEV"],[506,68,206,14],[506,70,206,15,"_expoVectorIcons"],[506,86,206,23],[506,87,206,23,"Ionicons"],[506,95,206,23],[507,16,206,24,"name"],[507,20,206,28],[507,22,206,29],[507,32,206,39],[508,16,206,40,"size"],[508,20,206,44],[508,22,206,46],[508,24,206,49],[509,16,206,50,"color"],[509,21,206,55],[509,23,206,56],[510,14,206,62],[511,16,206,62,"fileName"],[511,24,206,62],[511,26,206,62,"_jsxFileName"],[511,38,206,62],[512,16,206,62,"lineNumber"],[512,26,206,62],[513,16,206,62,"columnNumber"],[513,28,206,62],[514,14,206,62],[514,21,206,64],[514,22,206,65],[514,37,207,14],[514,41,207,14,"_reactJsxDevRuntime"],[514,60,207,14],[514,61,207,14,"jsxDEV"],[514,67,207,14],[514,69,207,15,"Text"],[514,73,207,19],[514,74,207,19,"default"],[514,81,207,19],[515,16,207,20,"style"],[515,21,207,25],[515,23,207,27,"styles"],[515,29,207,33],[515,30,207,34,"actionBtnText"],[515,43,207,48],[516,16,207,48,"children"],[516,24,207,48],[516,26,207,49],[517,14,207,53],[518,16,207,53,"fileName"],[518,24,207,53],[518,26,207,53,"_jsxFileName"],[518,38,207,53],[519,16,207,53,"lineNumber"],[519,26,207,53],[520,16,207,53,"columnNumber"],[520,28,207,53],[521,14,207,53],[521,21,207,59],[521,22,207,60],[522,12,207,60],[523,14,207,60,"fileName"],[523,22,207,60],[523,24,207,60,"_jsxFileName"],[523,36,207,60],[524,14,207,60,"lineNumber"],[524,24,207,60],[525,14,207,60,"columnNumber"],[525,26,207,60],[526,12,207,60],[526,19,208,30],[526,20,208,31],[526,35,209,12],[526,39,209,12,"_reactJsxDevRuntime"],[526,58,209,12],[526,59,209,12,"jsxDEV"],[526,65,209,12],[526,67,209,13,"TouchableOpacity"],[526,83,209,29],[526,84,209,29,"default"],[526,91,209,29],[527,14,209,30,"style"],[527,19,209,35],[527,21,209,37],[527,22,209,38,"styles"],[527,28,209,44],[527,29,209,45,"actionBtn"],[527,38,209,54],[527,40,209,56],[528,16,209,57,"backgroundColor"],[528,31,209,72],[528,33,209,74],[529,14,209,83],[529,15,209,84],[529,16,209,86],[530,14,209,86,"children"],[530,22,209,86],[530,38,210,14],[530,42,210,14,"_reactJsxDevRuntime"],[530,61,210,14],[530,62,210,14,"jsxDEV"],[530,68,210,14],[530,70,210,15,"_expoVectorIcons"],[530,86,210,23],[530,87,210,23,"Ionicons"],[530,95,210,23],[531,16,210,24,"name"],[531,20,210,28],[531,22,210,29],[531,34,210,41],[532,16,210,42,"size"],[532,20,210,46],[532,22,210,48],[532,24,210,51],[533,16,210,52,"color"],[533,21,210,57],[533,23,210,58],[534,14,210,64],[535,16,210,64,"fileName"],[535,24,210,64],[535,26,210,64,"_jsxFileName"],[535,38,210,64],[536,16,210,64,"lineNumber"],[536,26,210,64],[537,16,210,64,"columnNumber"],[537,28,210,64],[538,14,210,64],[538,21,210,66],[538,22,210,67],[538,37,211,14],[538,41,211,14,"_reactJsxDevRuntime"],[538,60,211,14],[538,61,211,14,"jsxDEV"],[538,67,211,14],[538,69,211,15,"Text"],[538,73,211,19],[538,74,211,19,"default"],[538,81,211,19],[539,16,211,20,"style"],[539,21,211,25],[539,23,211,27,"styles"],[539,29,211,33],[539,30,211,34,"actionBtnText"],[539,43,211,48],[540,16,211,48,"children"],[540,24,211,48],[540,26,211,49],[541,14,211,56],[542,16,211,56,"fileName"],[542,24,211,56],[542,26,211,56,"_jsxFileName"],[542,38,211,56],[543,16,211,56,"lineNumber"],[543,26,211,56],[544,16,211,56,"columnNumber"],[544,28,211,56],[545,14,211,56],[545,21,211,62],[545,22,211,63],[546,12,211,63],[547,14,211,63,"fileName"],[547,22,211,63],[547,24,211,63,"_jsxFileName"],[547,36,211,63],[548,14,211,63,"lineNumber"],[548,24,211,63],[549,14,211,63,"columnNumber"],[549,26,211,63],[550,12,211,63],[550,19,212,30],[550,20,212,31],[550,35,213,12],[550,39,213,12,"_reactJsxDevRuntime"],[550,58,213,12],[550,59,213,12,"jsxDEV"],[550,65,213,12],[550,67,213,13,"TouchableOpacity"],[550,83,213,29],[550,84,213,29,"default"],[550,91,213,29],[551,14,213,30,"style"],[551,19,213,35],[551,21,213,37],[551,22,213,38,"styles"],[551,28,213,44],[551,29,213,45,"actionBtn"],[551,38,213,54],[551,40,213,56],[552,16,213,57,"backgroundColor"],[552,31,213,72],[552,33,213,74],[553,14,213,83],[553,15,213,84],[553,16,213,86],[554,14,213,86,"children"],[554,22,213,86],[554,38,214,14],[554,42,214,14,"_reactJsxDevRuntime"],[554,61,214,14],[554,62,214,14,"jsxDEV"],[554,68,214,14],[554,70,214,15,"_expoVectorIcons"],[554,86,214,23],[554,87,214,23,"Ionicons"],[554,95,214,23],[555,16,214,24,"name"],[555,20,214,28],[555,22,214,29],[555,39,214,46],[556,16,214,47,"size"],[556,20,214,51],[556,22,214,53],[556,24,214,56],[557,16,214,57,"color"],[557,21,214,62],[557,23,214,63],[558,14,214,69],[559,16,214,69,"fileName"],[559,24,214,69],[559,26,214,69,"_jsxFileName"],[559,38,214,69],[560,16,214,69,"lineNumber"],[560,26,214,69],[561,16,214,69,"columnNumber"],[561,28,214,69],[562,14,214,69],[562,21,214,71],[562,22,214,72],[562,37,215,14],[562,41,215,14,"_reactJsxDevRuntime"],[562,60,215,14],[562,61,215,14,"jsxDEV"],[562,67,215,14],[562,69,215,15,"Text"],[562,73,215,19],[562,74,215,19,"default"],[562,81,215,19],[563,16,215,20,"style"],[563,21,215,25],[563,23,215,27,"styles"],[563,29,215,33],[563,30,215,34,"actionBtnText"],[563,43,215,48],[564,16,215,48,"children"],[564,24,215,48],[564,26,215,49],[565,14,215,53],[566,16,215,53,"fileName"],[566,24,215,53],[566,26,215,53,"_jsxFileName"],[566,38,215,53],[567,16,215,53,"lineNumber"],[567,26,215,53],[568,16,215,53,"columnNumber"],[568,28,215,53],[569,14,215,53],[569,21,215,59],[569,22,215,60],[570,12,215,60],[571,14,215,60,"fileName"],[571,22,215,60],[571,24,215,60,"_jsxFileName"],[571,36,215,60],[572,14,215,60,"lineNumber"],[572,24,215,60],[573,14,215,60,"columnNumber"],[573,26,215,60],[574,12,215,60],[574,19,216,30],[574,20,216,31],[574,35,217,12],[574,39,217,12,"_reactJsxDevRuntime"],[574,58,217,12],[574,59,217,12,"jsxDEV"],[574,65,217,12],[574,67,217,13,"TouchableOpacity"],[574,83,217,29],[574,84,217,29,"default"],[574,91,217,29],[575,14,217,30,"style"],[575,19,217,35],[575,21,217,37],[575,22,217,38,"styles"],[575,28,217,44],[575,29,217,45,"actionBtn"],[575,38,217,54],[575,40,217,56],[576,16,217,57,"backgroundColor"],[576,31,217,72],[576,33,217,74],[577,14,217,83],[577,15,217,84],[577,16,217,86],[578,14,217,86,"children"],[578,22,217,86],[578,38,218,14],[578,42,218,14,"_reactJsxDevRuntime"],[578,61,218,14],[578,62,218,14,"jsxDEV"],[578,68,218,14],[578,70,218,15,"_expoVectorIcons"],[578,86,218,23],[578,87,218,23,"Ionicons"],[578,95,218,23],[579,16,218,24,"name"],[579,20,218,28],[579,22,218,29],[579,30,218,37],[580,16,218,38,"size"],[580,20,218,42],[580,22,218,44],[580,24,218,47],[581,16,218,48,"color"],[581,21,218,53],[581,23,218,54],[582,14,218,60],[583,16,218,60,"fileName"],[583,24,218,60],[583,26,218,60,"_jsxFileName"],[583,38,218,60],[584,16,218,60,"lineNumber"],[584,26,218,60],[585,16,218,60,"columnNumber"],[585,28,218,60],[586,14,218,60],[586,21,218,62],[586,22,218,63],[586,37,219,14],[586,41,219,14,"_reactJsxDevRuntime"],[586,60,219,14],[586,61,219,14,"jsxDEV"],[586,67,219,14],[586,69,219,15,"Text"],[586,73,219,19],[586,74,219,19,"default"],[586,81,219,19],[587,16,219,20,"style"],[587,21,219,25],[587,23,219,27,"styles"],[587,29,219,33],[587,30,219,34,"actionBtnText"],[587,43,219,48],[588,16,219,48,"children"],[588,24,219,48],[588,26,219,49],[589,14,219,52],[590,16,219,52,"fileName"],[590,24,219,52],[590,26,219,52,"_jsxFileName"],[590,38,219,52],[591,16,219,52,"lineNumber"],[591,26,219,52],[592,16,219,52,"columnNumber"],[592,28,219,52],[593,14,219,52],[593,21,219,58],[593,22,219,59],[594,12,219,59],[595,14,219,59,"fileName"],[595,22,219,59],[595,24,219,59,"_jsxFileName"],[595,36,219,59],[596,14,219,59,"lineNumber"],[596,24,219,59],[597,14,219,59,"columnNumber"],[597,26,219,59],[598,12,219,59],[598,19,220,30],[598,20,220,31],[599,10,220,31],[600,12,220,31,"fileName"],[600,20,220,31],[600,22,220,31,"_jsxFileName"],[600,34,220,31],[601,12,220,31,"lineNumber"],[601,22,220,31],[602,12,220,31,"columnNumber"],[602,24,220,31],[603,10,220,31],[603,17,221,16],[603,18,221,17],[603,33,224,10],[603,37,224,10,"_reactJsxDevRuntime"],[603,56,224,10],[603,57,224,10,"jsxDEV"],[603,63,224,10],[603,65,224,11,"View"],[603,69,224,15],[603,70,224,15,"default"],[603,77,224,15],[604,12,224,16,"style"],[604,17,224,21],[604,19,224,23,"styles"],[604,25,224,29],[604,26,224,30,"actionsRow"],[604,36,224,41],[605,12,224,41,"children"],[605,20,224,41],[605,36,225,12],[605,40,225,12,"_reactJsxDevRuntime"],[605,59,225,12],[605,60,225,12,"jsxDEV"],[605,66,225,12],[605,68,225,13,"TouchableOpacity"],[605,84,225,29],[605,85,225,29,"default"],[605,92,225,29],[606,14,225,30,"style"],[606,19,225,35],[606,21,225,37],[606,22,225,38,"styles"],[606,28,225,44],[606,29,225,45,"actionBtn"],[606,38,225,54],[606,40,225,56],[607,16,225,57,"backgroundColor"],[607,31,225,72],[607,33,225,74],[608,14,225,83],[608,15,225,84],[608,16,225,86],[609,14,225,86,"children"],[609,22,225,86],[609,38,226,14],[609,42,226,14,"_reactJsxDevRuntime"],[609,61,226,14],[609,62,226,14,"jsxDEV"],[609,68,226,14],[609,70,226,15,"_expoVectorIcons"],[609,86,226,23],[609,87,226,23,"Ionicons"],[609,95,226,23],[610,16,226,24,"name"],[610,20,226,28],[610,22,226,29],[610,33,226,40],[611,16,226,41,"size"],[611,20,226,45],[611,22,226,47],[611,24,226,50],[612,16,226,51,"color"],[612,21,226,56],[612,23,226,57],[613,14,226,63],[614,16,226,63,"fileName"],[614,24,226,63],[614,26,226,63,"_jsxFileName"],[614,38,226,63],[615,16,226,63,"lineNumber"],[615,26,226,63],[616,16,226,63,"columnNumber"],[616,28,226,63],[617,14,226,63],[617,21,226,65],[617,22,226,66],[617,37,227,14],[617,41,227,14,"_reactJsxDevRuntime"],[617,60,227,14],[617,61,227,14,"jsxDEV"],[617,67,227,14],[617,69,227,15,"Text"],[617,73,227,19],[617,74,227,19,"default"],[617,81,227,19],[618,16,227,20,"style"],[618,21,227,25],[618,23,227,27,"styles"],[618,29,227,33],[618,30,227,34,"actionBtnText"],[618,43,227,48],[619,16,227,48,"children"],[619,24,227,48],[619,26,227,49],[620,14,227,53],[621,16,227,53,"fileName"],[621,24,227,53],[621,26,227,53,"_jsxFileName"],[621,38,227,53],[622,16,227,53,"lineNumber"],[622,26,227,53],[623,16,227,53,"columnNumber"],[623,28,227,53],[624,14,227,53],[624,21,227,59],[624,22,227,60],[625,12,227,60],[626,14,227,60,"fileName"],[626,22,227,60],[626,24,227,60,"_jsxFileName"],[626,36,227,60],[627,14,227,60,"lineNumber"],[627,24,227,60],[628,14,227,60,"columnNumber"],[628,26,227,60],[629,12,227,60],[629,19,228,30],[629,20,228,31],[629,35,229,12],[629,39,229,12,"_reactJsxDevRuntime"],[629,58,229,12],[629,59,229,12,"jsxDEV"],[629,65,229,12],[629,67,229,13,"TouchableOpacity"],[629,83,229,29],[629,84,229,29,"default"],[629,91,229,29],[630,14,229,30,"style"],[630,19,229,35],[630,21,229,37],[630,22,229,38,"styles"],[630,28,229,44],[630,29,229,45,"actionBtn"],[630,38,229,54],[630,40,229,56],[631,16,229,57,"backgroundColor"],[631,31,229,72],[631,33,229,74],[632,14,229,83],[632,15,229,84],[632,16,229,86],[633,14,229,86,"children"],[633,22,229,86],[633,38,230,14],[633,42,230,14,"_reactJsxDevRuntime"],[633,61,230,14],[633,62,230,14,"jsxDEV"],[633,68,230,14],[633,70,230,15,"_expoVectorIcons"],[633,86,230,23],[633,87,230,23,"Ionicons"],[633,95,230,23],[634,16,230,24,"name"],[634,20,230,28],[634,22,230,29],[634,28,230,35],[635,16,230,36,"size"],[635,20,230,40],[635,22,230,42],[635,24,230,45],[636,16,230,46,"color"],[636,21,230,51],[636,23,230,52],[637,14,230,58],[638,16,230,58,"fileName"],[638,24,230,58],[638,26,230,58,"_jsxFileName"],[638,38,230,58],[639,16,230,58,"lineNumber"],[639,26,230,58],[640,16,230,58,"columnNumber"],[640,28,230,58],[641,14,230,58],[641,21,230,60],[641,22,230,61],[641,37,231,14],[641,41,231,14,"_reactJsxDevRuntime"],[641,60,231,14],[641,61,231,14,"jsxDEV"],[641,67,231,14],[641,69,231,15,"Text"],[641,73,231,19],[641,74,231,19,"default"],[641,81,231,19],[642,16,231,20,"style"],[642,21,231,25],[642,23,231,27,"styles"],[642,29,231,33],[642,30,231,34,"actionBtnText"],[642,43,231,48],[643,16,231,48,"children"],[643,24,231,48],[643,26,231,49],[644,14,231,54],[645,16,231,54,"fileName"],[645,24,231,54],[645,26,231,54,"_jsxFileName"],[645,38,231,54],[646,16,231,54,"lineNumber"],[646,26,231,54],[647,16,231,54,"columnNumber"],[647,28,231,54],[648,14,231,54],[648,21,231,60],[648,22,231,61],[649,12,231,61],[650,14,231,61,"fileName"],[650,22,231,61],[650,24,231,61,"_jsxFileName"],[650,36,231,61],[651,14,231,61,"lineNumber"],[651,24,231,61],[652,14,231,61,"columnNumber"],[652,26,231,61],[653,12,231,61],[653,19,232,30],[653,20,232,31],[653,35,233,12],[653,39,233,12,"_reactJsxDevRuntime"],[653,58,233,12],[653,59,233,12,"jsxDEV"],[653,65,233,12],[653,67,233,13,"TouchableOpacity"],[653,83,233,29],[653,84,233,29,"default"],[653,91,233,29],[654,14,233,30,"style"],[654,19,233,35],[654,21,233,37],[654,22,233,38,"styles"],[654,28,233,44],[654,29,233,45,"actionBtn"],[654,38,233,54],[654,40,233,56],[655,16,233,57,"backgroundColor"],[655,31,233,72],[655,33,233,74],[656,14,233,83],[656,15,233,84],[656,16,233,86],[657,14,233,86,"children"],[657,22,233,86],[657,38,234,14],[657,42,234,14,"_reactJsxDevRuntime"],[657,61,234,14],[657,62,234,14,"jsxDEV"],[657,68,234,14],[657,70,234,15,"_expoVectorIcons"],[657,86,234,23],[657,87,234,23,"Ionicons"],[657,95,234,23],[658,16,234,24,"name"],[658,20,234,28],[658,22,234,29],[658,28,234,35],[659,16,234,36,"size"],[659,20,234,40],[659,22,234,42],[659,24,234,45],[660,16,234,46,"color"],[660,21,234,51],[660,23,234,52],[661,14,234,58],[662,16,234,58,"fileName"],[662,24,234,58],[662,26,234,58,"_jsxFileName"],[662,38,234,58],[663,16,234,58,"lineNumber"],[663,26,234,58],[664,16,234,58,"columnNumber"],[664,28,234,58],[665,14,234,58],[665,21,234,60],[665,22,234,61],[665,37,235,14],[665,41,235,14,"_reactJsxDevRuntime"],[665,60,235,14],[665,61,235,14,"jsxDEV"],[665,67,235,14],[665,69,235,15,"Text"],[665,73,235,19],[665,74,235,19,"default"],[665,81,235,19],[666,16,235,20,"style"],[666,21,235,25],[666,23,235,27,"styles"],[666,29,235,33],[666,30,235,34,"actionBtnText"],[666,43,235,48],[667,16,235,48,"children"],[667,24,235,48],[667,26,235,49],[668,14,235,56],[669,16,235,56,"fileName"],[669,24,235,56],[669,26,235,56,"_jsxFileName"],[669,38,235,56],[670,16,235,56,"lineNumber"],[670,26,235,56],[671,16,235,56,"columnNumber"],[671,28,235,56],[672,14,235,56],[672,21,235,62],[672,22,235,63],[673,12,235,63],[674,14,235,63,"fileName"],[674,22,235,63],[674,24,235,63,"_jsxFileName"],[674,36,235,63],[675,14,235,63,"lineNumber"],[675,24,235,63],[676,14,235,63,"columnNumber"],[676,26,235,63],[677,12,235,63],[677,19,236,30],[677,20,236,31],[677,35,237,12],[677,39,237,12,"_reactJsxDevRuntime"],[677,58,237,12],[677,59,237,12,"jsxDEV"],[677,65,237,12],[677,67,237,13,"TouchableOpacity"],[677,83,237,29],[677,84,237,29,"default"],[677,91,237,29],[678,14,237,30,"style"],[678,19,237,35],[678,21,237,37],[678,22,237,38,"styles"],[678,28,237,44],[678,29,237,45,"actionBtn"],[678,38,237,54],[678,40,237,56],[679,16,237,57,"backgroundColor"],[679,31,237,72],[679,33,237,74],[680,14,237,83],[680,15,237,84],[680,16,237,86],[681,14,237,86,"children"],[681,22,237,86],[681,38,238,14],[681,42,238,14,"_reactJsxDevRuntime"],[681,61,238,14],[681,62,238,14,"jsxDEV"],[681,68,238,14],[681,70,238,15,"_expoVectorIcons"],[681,86,238,23],[681,87,238,23,"Ionicons"],[681,95,238,23],[682,16,238,24,"name"],[682,20,238,28],[682,22,238,29],[682,28,238,35],[683,16,238,36,"size"],[683,20,238,40],[683,22,238,42],[683,24,238,45],[684,16,238,46,"color"],[684,21,238,51],[684,23,238,52],[685,14,238,58],[686,16,238,58,"fileName"],[686,24,238,58],[686,26,238,58,"_jsxFileName"],[686,38,238,58],[687,16,238,58,"lineNumber"],[687,26,238,58],[688,16,238,58,"columnNumber"],[688,28,238,58],[689,14,238,58],[689,21,238,60],[689,22,238,61],[689,37,239,14],[689,41,239,14,"_reactJsxDevRuntime"],[689,60,239,14],[689,61,239,14,"jsxDEV"],[689,67,239,14],[689,69,239,15,"Text"],[689,73,239,19],[689,74,239,19,"default"],[689,81,239,19],[690,16,239,20,"style"],[690,21,239,25],[690,23,239,27,"styles"],[690,29,239,33],[690,30,239,34,"actionBtnText"],[690,43,239,48],[691,16,239,48,"children"],[691,24,239,48],[691,26,239,49],[692,14,239,56],[693,16,239,56,"fileName"],[693,24,239,56],[693,26,239,56,"_jsxFileName"],[693,38,239,56],[694,16,239,56,"lineNumber"],[694,26,239,56],[695,16,239,56,"columnNumber"],[695,28,239,56],[696,14,239,56],[696,21,239,62],[696,22,239,63],[697,12,239,63],[698,14,239,63,"fileName"],[698,22,239,63],[698,24,239,63,"_jsxFileName"],[698,36,239,63],[699,14,239,63,"lineNumber"],[699,24,239,63],[700,14,239,63,"columnNumber"],[700,26,239,63],[701,12,239,63],[701,19,240,30],[701,20,240,31],[702,10,240,31],[703,12,240,31,"fileName"],[703,20,240,31],[703,22,240,31,"_jsxFileName"],[703,34,240,31],[704,12,240,31,"lineNumber"],[704,22,240,31],[705,12,240,31,"columnNumber"],[705,24,240,31],[706,10,240,31],[706,17,241,16],[706,18,241,17],[707,8,241,17],[708,10,241,17,"fileName"],[708,18,241,17],[708,20,241,17,"_jsxFileName"],[708,32,241,17],[709,10,241,17,"lineNumber"],[709,20,241,17],[710,10,241,17,"columnNumber"],[710,22,241,17],[711,8,241,17],[711,15,242,14],[711,16,242,15],[711,31,245,8],[711,35,245,8,"_reactJsxDevRuntime"],[711,54,245,8],[711,55,245,8,"jsxDEV"],[711,61,245,8],[711,63,245,9,"View"],[711,67,245,13],[711,68,245,13,"default"],[711,75,245,13],[712,10,245,14,"style"],[712,15,245,19],[712,17,245,21,"styles"],[712,23,245,27],[712,24,245,28,"tokensContainer"],[712,39,245,44],[713,10,245,44,"children"],[713,18,245,44],[713,34,246,10],[713,38,246,10,"_reactJsxDevRuntime"],[713,57,246,10],[713,58,246,10,"jsxDEV"],[713,64,246,10],[713,66,246,11,"Text"],[713,70,246,15],[713,71,246,15,"default"],[713,78,246,15],[714,12,246,16,"style"],[714,17,246,21],[714,19,246,23,"styles"],[714,25,246,29],[714,26,246,30,"tokensTitle"],[714,37,246,42],[715,12,246,42,"children"],[715,20,246,42],[715,22,246,43],[716,10,246,49],[717,12,246,49,"fileName"],[717,20,246,49],[717,22,246,49,"_jsxFileName"],[717,34,246,49],[718,12,246,49,"lineNumber"],[718,22,246,49],[719,12,246,49,"columnNumber"],[719,24,246,49],[720,10,246,49],[720,17,246,55],[720,18,246,56],[720,33,249,10],[720,37,249,10,"_reactJsxDevRuntime"],[720,56,249,10],[720,57,249,10,"jsxDEV"],[720,63,249,10],[720,65,249,11,"View"],[720,69,249,15],[720,70,249,15,"default"],[720,77,249,15],[721,12,249,16,"style"],[721,17,249,21],[721,19,249,23,"styles"],[721,25,249,29],[721,26,249,30,"tokenItem"],[721,35,249,40],[722,12,249,40,"children"],[722,20,249,40],[722,36,250,12],[722,40,250,12,"_reactJsxDevRuntime"],[722,59,250,12],[722,60,250,12,"jsxDEV"],[722,66,250,12],[722,68,250,13,"View"],[722,72,250,17],[722,73,250,17,"default"],[722,80,250,17],[723,14,250,18,"style"],[723,19,250,23],[723,21,250,25,"styles"],[723,27,250,31],[723,28,250,32,"tokenItemLeft"],[723,41,250,46],[724,14,250,46,"children"],[724,22,250,46],[724,38,251,14],[724,42,251,14,"_reactJsxDevRuntime"],[724,61,251,14],[724,62,251,14,"jsxDEV"],[724,68,251,14],[724,70,251,15,"View"],[724,74,251,19],[724,75,251,19,"default"],[724,82,251,19],[725,16,251,20,"style"],[725,21,251,25],[725,23,251,27,"styles"],[725,29,251,33],[725,30,251,34,"tokenIconContainer"],[725,48,251,53],[726,16,251,53,"children"],[726,24,251,53],[726,40,252,16],[726,44,252,16,"_reactJsxDevRuntime"],[726,63,252,16],[726,64,252,16,"jsxDEV"],[726,70,252,16],[726,72,252,17,"Image"],[726,77,252,22],[726,78,252,22,"default"],[726,85,252,22],[727,18,253,18,"source"],[727,24,253,24],[727,26,253,26],[728,20,253,28,"uri"],[728,23,253,31],[728,25,253,33],[729,18,253,134],[729,19,253,136],[730,18,254,18,"style"],[730,23,254,23],[730,25,254,25,"styles"],[730,31,254,31],[730,32,254,32,"tokenIcon"],[731,16,254,42],[732,18,254,42,"fileName"],[732,26,254,42],[732,28,254,42,"_jsxFileName"],[732,40,254,42],[733,18,254,42,"lineNumber"],[733,28,254,42],[734,18,254,42,"columnNumber"],[734,30,254,42],[735,16,254,42],[735,23,255,17],[735,24,255,18],[735,39,256,16],[735,43,256,16,"_reactJsxDevRuntime"],[735,62,256,16],[735,63,256,16,"jsxDEV"],[735,69,256,16],[735,71,256,17,"Image"],[735,76,256,22],[735,77,256,22,"default"],[735,84,256,22],[736,18,257,18,"source"],[736,24,257,24],[736,26,257,26],[737,20,257,28,"uri"],[737,23,257,31],[737,25,257,33],[738,18,257,133],[738,19,257,135],[739,18,258,18,"style"],[739,23,258,23],[739,25,258,25,"styles"],[739,31,258,31],[739,32,258,32,"networkBadge"],[740,16,258,45],[741,18,258,45,"fileName"],[741,26,258,45],[741,28,258,45,"_jsxFileName"],[741,40,258,45],[742,18,258,45,"lineNumber"],[742,28,258,45],[743,18,258,45,"columnNumber"],[743,30,258,45],[744,16,258,45],[744,23,259,17],[744,24,259,18],[745,14,259,18],[746,16,259,18,"fileName"],[746,24,259,18],[746,26,259,18,"_jsxFileName"],[746,38,259,18],[747,16,259,18,"lineNumber"],[747,26,259,18],[748,16,259,18,"columnNumber"],[748,28,259,18],[749,14,259,18],[749,21,260,20],[749,22,260,21],[749,37,261,14],[749,41,261,14,"_reactJsxDevRuntime"],[749,60,261,14],[749,61,261,14,"jsxDEV"],[749,67,261,14],[749,69,261,15,"View"],[749,73,261,19],[749,74,261,19,"default"],[749,81,261,19],[750,16,261,19,"children"],[750,24,261,19],[750,40,262,16],[750,44,262,16,"_reactJsxDevRuntime"],[750,63,262,16],[750,64,262,16,"jsxDEV"],[750,70,262,16],[750,72,262,17,"Text"],[750,76,262,21],[750,77,262,21,"default"],[750,84,262,21],[751,18,262,22,"style"],[751,23,262,27],[751,25,262,29,"styles"],[751,31,262,35],[751,32,262,36,"tokenItemName"],[751,45,262,50],[752,18,262,50,"children"],[752,26,262,50],[752,28,262,51],[753,16,262,55],[754,18,262,55,"fileName"],[754,26,262,55],[754,28,262,55,"_jsxFileName"],[754,40,262,55],[755,18,262,55,"lineNumber"],[755,28,262,55],[756,18,262,55,"columnNumber"],[756,30,262,55],[757,16,262,55],[757,23,262,61],[757,24,262,62],[757,39,263,16],[757,43,263,16,"_reactJsxDevRuntime"],[757,62,263,16],[757,63,263,16,"jsxDEV"],[757,69,263,16],[757,71,263,17,"Text"],[757,75,263,21],[757,76,263,21,"default"],[757,83,263,21],[758,18,263,22,"style"],[758,23,263,27],[758,25,263,29,"styles"],[758,31,263,35],[758,32,263,36,"tokenItemNetwork"],[758,48,263,53],[759,18,263,53,"children"],[759,26,263,53],[759,28,263,54],[760,16,263,65],[761,18,263,65,"fileName"],[761,26,263,65],[761,28,263,65,"_jsxFileName"],[761,40,263,65],[762,18,263,65,"lineNumber"],[762,28,263,65],[763,18,263,65,"columnNumber"],[763,30,263,65],[764,16,263,65],[764,23,263,71],[764,24,263,72],[765,14,263,72],[766,16,263,72,"fileName"],[766,24,263,72],[766,26,263,72,"_jsxFileName"],[766,38,263,72],[767,16,263,72,"lineNumber"],[767,26,263,72],[768,16,263,72,"columnNumber"],[768,28,263,72],[769,14,263,72],[769,21,264,20],[769,22,264,21],[770,12,264,21],[771,14,264,21,"fileName"],[771,22,264,21],[771,24,264,21,"_jsxFileName"],[771,36,264,21],[772,14,264,21,"lineNumber"],[772,24,264,21],[773,14,264,21,"columnNumber"],[773,26,264,21],[774,12,264,21],[774,19,265,18],[774,20,265,19],[774,35,266,12],[774,39,266,12,"_reactJsxDevRuntime"],[774,58,266,12],[774,59,266,12,"jsxDEV"],[774,65,266,12],[774,67,266,13,"View"],[774,71,266,17],[774,72,266,17,"default"],[774,79,266,17],[775,14,266,18,"style"],[775,19,266,23],[775,21,266,25,"styles"],[775,27,266,31],[775,28,266,32,"tokenItemRight"],[775,42,266,47],[776,14,266,47,"children"],[776,22,266,47],[776,38,267,14],[776,42,267,14,"_reactJsxDevRuntime"],[776,61,267,14],[776,62,267,14,"jsxDEV"],[776,68,267,14],[776,70,267,15,"Text"],[776,74,267,19],[776,75,267,19,"default"],[776,82,267,19],[777,16,267,20,"style"],[777,21,267,25],[777,23,267,27,"styles"],[777,29,267,33],[777,30,267,34,"tokenItemBalance"],[777,46,267,51],[778,16,267,51,"children"],[778,24,267,51],[778,26,267,52],[779,14,267,53],[780,16,267,53,"fileName"],[780,24,267,53],[780,26,267,53,"_jsxFileName"],[780,38,267,53],[781,16,267,53,"lineNumber"],[781,26,267,53],[782,16,267,53,"columnNumber"],[782,28,267,53],[783,14,267,53],[783,21,267,59],[783,22,267,60],[783,37,268,14],[783,41,268,14,"_reactJsxDevRuntime"],[783,60,268,14],[783,61,268,14,"jsxDEV"],[783,67,268,14],[783,69,268,15,"Text"],[783,73,268,19],[783,74,268,19,"default"],[783,81,268,19],[784,16,268,20,"style"],[784,21,268,25],[784,23,268,27,"styles"],[784,29,268,33],[784,30,268,34,"tokenItemUsd"],[784,42,268,47],[785,16,268,47,"children"],[785,24,268,47],[785,26,268,48],[786,14,268,50],[787,16,268,50,"fileName"],[787,24,268,50],[787,26,268,50,"_jsxFileName"],[787,38,268,50],[788,16,268,50,"lineNumber"],[788,26,268,50],[789,16,268,50,"columnNumber"],[789,28,268,50],[790,14,268,50],[790,21,268,56],[790,22,268,57],[791,12,268,57],[792,14,268,57,"fileName"],[792,22,268,57],[792,24,268,57,"_jsxFileName"],[792,36,268,57],[793,14,268,57,"lineNumber"],[793,24,268,57],[794,14,268,57,"columnNumber"],[794,26,268,57],[795,12,268,57],[795,19,269,18],[795,20,269,19],[796,10,269,19],[797,12,269,19,"fileName"],[797,20,269,19],[797,22,269,19,"_jsxFileName"],[797,34,269,19],[798,12,269,19,"lineNumber"],[798,22,269,19],[799,12,269,19,"columnNumber"],[799,24,269,19],[800,10,269,19],[800,17,270,16],[800,18,270,17],[801,8,270,17],[802,10,270,17,"fileName"],[802,18,270,17],[802,20,270,17,"_jsxFileName"],[802,32,270,17],[803,10,270,17,"lineNumber"],[803,20,270,17],[804,10,270,17,"columnNumber"],[804,22,270,17],[805,8,270,17],[805,15,273,14],[805,16,273,15],[806,6,273,15],[807,8,273,15,"fileName"],[807,16,273,15],[807,18,273,15,"_jsxFileName"],[807,30,273,15],[808,8,273,15,"lineNumber"],[808,18,273,15],[809,8,273,15,"columnNumber"],[809,20,273,15],[810,6,273,15],[810,13,274,18],[811,4,274,19],[812,6,274,19,"fileName"],[812,14,274,19],[812,16,274,19,"_jsxFileName"],[812,28,274,19],[813,6,274,19,"lineNumber"],[813,16,274,19],[814,6,274,19,"columnNumber"],[814,18,274,19],[815,4,274,19],[815,11,275,10],[815,12,275,11],[816,2,277,0],[817,2,277,1,"_s2"],[817,5,277,1],[817,6,118,9,"WalletTab"],[817,15,118,18],[818,4,118,18],[818,12,119,19,"useAuth"],[818,32,119,26],[818,33,119,26,"useAuth"],[818,40,119,26],[818,42,120,17,"useSafeAreaInsets"],[818,69,120,34],[818,70,120,34,"useSafeAreaInsets"],[818,87,120,34],[819,2,120,34],[820,2,120,34,"_c2"],[820,5,120,34],[820,8,118,9,"WalletTab"],[820,17,118,18],[821,2,279,0],[821,11,279,9,"CitizensTab"],[821,22,279,20,"CitizensTab"],[821,23,279,20],[821,25,279,23],[822,4,280,2],[822,24,281,4],[822,28,281,4,"_reactJsxDevRuntime"],[822,47,281,4],[822,48,281,4,"jsxDEV"],[822,54,281,4],[822,56,281,5,"View"],[822,60,281,9],[822,61,281,9,"default"],[822,68,281,9],[823,6,281,10,"style"],[823,11,281,15],[823,13,281,17,"styles"],[823,19,281,23],[823,20,281,24,"container"],[823,29,281,34],[824,6,281,34,"children"],[824,14,281,34],[824,29,282,6],[824,33,282,6,"_reactJsxDevRuntime"],[824,52,282,6],[824,53,282,6,"jsxDEV"],[824,59,282,6],[824,61,282,7,"Text"],[824,65,282,11],[824,66,282,11,"default"],[824,73,282,11],[825,8,282,12,"style"],[825,13,282,17],[825,15,282,19,"styles"],[825,21,282,25],[825,22,282,26,"placeholderText"],[825,37,282,42],[826,8,282,42,"children"],[826,16,282,42],[826,18,282,43],[827,6,282,58],[828,8,282,58,"fileName"],[828,16,282,58],[828,18,282,58,"_jsxFileName"],[828,30,282,58],[829,8,282,58,"lineNumber"],[829,18,282,58],[830,8,282,58,"columnNumber"],[830,20,282,58],[831,6,282,58],[831,13,282,64],[832,4,282,65],[833,6,282,65,"fileName"],[833,14,282,65],[833,16,282,65,"_jsxFileName"],[833,28,282,65],[834,6,282,65,"lineNumber"],[834,16,282,65],[835,6,282,65,"columnNumber"],[835,18,282,65],[836,4,282,65],[836,11,283,10],[836,12,283,11],[837,2,285,0],[838,2,285,1,"_c3"],[838,5,285,1],[838,8,279,9,"CitizensTab"],[838,19,279,20],[839,2,287,0],[839,11,287,9,"ReferralTab"],[839,22,287,20,"ReferralTab"],[839,23,287,20],[839,25,287,23],[840,4,288,2],[840,24,289,4],[840,28,289,4,"_reactJsxDevRuntime"],[840,47,289,4],[840,48,289,4,"jsxDEV"],[840,54,289,4],[840,56,289,5,"View"],[840,60,289,9],[840,61,289,9,"default"],[840,68,289,9],[841,6,289,10,"style"],[841,11,289,15],[841,13,289,17,"styles"],[841,19,289,23],[841,20,289,24,"container"],[841,29,289,34],[842,6,289,34,"children"],[842,14,289,34],[842,29,290,6],[842,33,290,6,"_reactJsxDevRuntime"],[842,52,290,6],[842,53,290,6,"jsxDEV"],[842,59,290,6],[842,61,290,7,"Text"],[842,65,290,11],[842,66,290,11,"default"],[842,73,290,11],[843,8,290,12,"style"],[843,13,290,17],[843,15,290,19,"styles"],[843,21,290,25],[843,22,290,26,"placeholderText"],[843,37,290,42],[844,8,290,42,"children"],[844,16,290,42],[844,18,290,43],[845,6,290,58],[846,8,290,58,"fileName"],[846,16,290,58],[846,18,290,58,"_jsxFileName"],[846,30,290,58],[847,8,290,58,"lineNumber"],[847,18,290,58],[848,8,290,58,"columnNumber"],[848,20,290,58],[849,6,290,58],[849,13,290,64],[850,4,290,65],[851,6,290,65,"fileName"],[851,14,290,65],[851,16,290,65,"_jsxFileName"],[851,28,290,65],[852,6,290,65,"lineNumber"],[852,16,290,65],[853,6,290,65,"columnNumber"],[853,18,290,65],[854,4,290,65],[854,11,291,10],[854,12,291,11],[855,2,293,0],[856,2,293,1,"_c4"],[856,5,293,1],[856,8,287,9,"ReferralTab"],[856,19,287,20],[857,2,295,0],[857,11,295,9,"ProfileTab"],[857,21,295,19,"ProfileTab"],[857,22,295,19],[857,24,295,22],[858,4,296,2],[858,24,297,4],[858,28,297,4,"_reactJsxDevRuntime"],[858,47,297,4],[858,48,297,4,"jsxDEV"],[858,54,297,4],[858,56,297,5,"View"],[858,60,297,9],[858,61,297,9,"default"],[858,68,297,9],[859,6,297,10,"style"],[859,11,297,15],[859,13,297,17,"styles"],[859,19,297,23],[859,20,297,24,"container"],[859,29,297,34],[860,6,297,34,"children"],[860,14,297,34],[860,29,298,6],[860,33,298,6,"_reactJsxDevRuntime"],[860,52,298,6],[860,53,298,6,"jsxDEV"],[860,59,298,6],[860,61,298,7,"Text"],[860,65,298,11],[860,66,298,11,"default"],[860,73,298,11],[861,8,298,12,"style"],[861,13,298,17],[861,15,298,19,"styles"],[861,21,298,25],[861,22,298,26,"placeholderText"],[861,37,298,42],[862,8,298,42,"children"],[862,16,298,42],[862,18,298,43],[863,6,298,57],[864,8,298,57,"fileName"],[864,16,298,57],[864,18,298,57,"_jsxFileName"],[864,30,298,57],[865,8,298,57,"lineNumber"],[865,18,298,57],[866,8,298,57,"columnNumber"],[866,20,298,57],[867,6,298,57],[867,13,298,63],[868,4,298,64],[869,6,298,64,"fileName"],[869,14,298,64],[869,16,298,64,"_jsxFileName"],[869,28,298,64],[870,6,298,64,"lineNumber"],[870,16,298,64],[871,6,298,64,"columnNumber"],[871,18,298,64],[872,4,298,64],[872,11,299,10],[872,12,299,11],[873,2,301,0],[874,2,301,1,"_c5"],[874,5,301,1],[874,8,295,9,"ProfileTab"],[874,18,295,19],[875,2,303,0],[875,8,303,6,"Tab"],[875,11,303,9],[875,14,303,12],[875,18,303,12,"createBottomTabNavigator"],[875,44,303,36],[875,45,303,36,"createBottomTabNavigator"],[875,69,303,36],[875,71,303,37],[875,72,303,38],[876,2,305,15],[876,11,305,24,"HomeScreen"],[876,21,305,34,"HomeScreen"],[876,22,305,34],[876,24,305,37],[877,4,306,2],[877,24,307,4],[877,28,307,4,"_reactJsxDevRuntime"],[877,47,307,4],[877,48,307,4,"jsxDEV"],[877,54,307,4],[877,56,307,5,"Tab"],[877,59,307,8],[877,60,307,9,"Navigator"],[877,69,307,18],[878,6,308,6,"screenOptions"],[878,19,308,19],[878,21,308,21],[879,8,309,8,"headerShown"],[879,19,309,19],[879,21,309,21],[879,26,309,26],[880,8,310,8,"tabBarActiveTintColor"],[880,29,310,29],[880,31,310,31],[880,40,310,40],[881,8,311,8,"tabBarInactiveTintColor"],[881,31,311,31],[881,33,311,33],[881,42,311,42],[882,8,312,8,"tabBarStyle"],[882,19,312,19],[882,21,312,21,"styles"],[882,27,312,27],[882,28,312,28,"tabBar"],[883,6,313,6],[883,7,313,8],[884,6,313,8,"children"],[884,14,313,8],[884,30,315,6],[884,34,315,6,"_reactJsxDevRuntime"],[884,53,315,6],[884,54,315,6,"jsxDEV"],[884,60,315,6],[884,62,315,7,"Tab"],[884,65,315,10],[884,66,315,11,"Screen"],[884,72,315,17],[885,8,316,8,"name"],[885,12,316,12],[885,14,316,13],[885,23,316,22],[886,8,317,8,"component"],[886,17,317,17],[886,19,317,19,"HomeTab"],[886,26,317,27],[887,8,318,8,"options"],[887,15,318,15],[887,17,318,17],[888,10,319,10,"tabBarLabel"],[888,21,319,21],[888,23,319,23],[888,29,319,29],[889,10,320,10,"tabBarIcon"],[889,20,320,20],[889,22,320,22,"tabBarIcon"],[889,23,320,23],[890,12,320,25,"color"],[890,17,320,30],[891,12,320,32,"size"],[892,10,320,37],[892,11,320,38],[892,29,321,12],[892,33,321,12,"_reactJsxDevRuntime"],[892,52,321,12],[892,53,321,12,"jsxDEV"],[892,59,321,12],[892,61,321,13,"_expoVectorIcons"],[892,77,321,21],[892,78,321,21,"Ionicons"],[892,86,321,21],[893,12,321,22,"name"],[893,16,321,26],[893,18,321,27],[893,24,321,33],[894,12,321,34,"size"],[894,16,321,38],[894,18,321,40,"size"],[894,22,321,45],[895,12,321,46,"color"],[895,17,321,51],[895,19,321,53,"color"],[896,10,321,59],[897,12,321,59,"fileName"],[897,20,321,59],[897,22,321,59,"_jsxFileName"],[897,34,321,59],[898,12,321,59,"lineNumber"],[898,22,321,59],[899,12,321,59,"columnNumber"],[899,24,321,59],[900,10,321,59],[900,17,321,61],[901,8,323,8],[902,6,323,10],[903,8,323,10,"fileName"],[903,16,323,10],[903,18,323,10,"_jsxFileName"],[903,30,323,10],[904,8,323,10,"lineNumber"],[904,18,323,10],[905,8,323,10,"columnNumber"],[905,20,323,10],[906,6,323,10],[906,13,324,7],[906,14,324,8],[906,29,325,6],[906,33,325,6,"_reactJsxDevRuntime"],[906,52,325,6],[906,53,325,6,"jsxDEV"],[906,59,325,6],[906,61,325,7,"Tab"],[906,64,325,10],[906,65,325,11,"Screen"],[906,71,325,17],[907,8,326,8,"name"],[907,12,326,12],[907,14,326,13],[907,22,326,21],[908,8,327,8,"component"],[908,17,327,17],[908,19,327,19,"WalletTab"],[908,28,327,29],[909,8,328,8,"options"],[909,15,328,15],[909,17,328,17],[910,10,329,10,"tabBarLabel"],[910,21,329,21],[910,23,329,23],[910,31,329,31],[911,10,330,10,"tabBarIcon"],[911,20,330,20],[911,22,330,22,"tabBarIcon"],[911,23,330,23],[912,12,330,25,"color"],[912,17,330,30],[913,12,330,32,"size"],[914,10,330,37],[914,11,330,38],[914,29,331,12],[914,33,331,12,"_reactJsxDevRuntime"],[914,52,331,12],[914,53,331,12,"jsxDEV"],[914,59,331,12],[914,61,331,13,"_expoVectorIcons"],[914,77,331,21],[914,78,331,21,"Ionicons"],[914,86,331,21],[915,12,331,22,"name"],[915,16,331,26],[915,18,331,27],[915,26,331,35],[916,12,331,36,"size"],[916,16,331,40],[916,18,331,42,"size"],[916,22,331,47],[917,12,331,48,"color"],[917,17,331,53],[917,19,331,55,"color"],[918,10,331,61],[919,12,331,61,"fileName"],[919,20,331,61],[919,22,331,61,"_jsxFileName"],[919,34,331,61],[920,12,331,61,"lineNumber"],[920,22,331,61],[921,12,331,61,"columnNumber"],[921,24,331,61],[922,10,331,61],[922,17,331,63],[923,8,333,8],[924,6,333,10],[925,8,333,10,"fileName"],[925,16,333,10],[925,18,333,10,"_jsxFileName"],[925,30,333,10],[926,8,333,10,"lineNumber"],[926,18,333,10],[927,8,333,10,"columnNumber"],[927,20,333,10],[928,6,333,10],[928,13,334,7],[928,14,334,8],[928,29,335,6],[928,33,335,6,"_reactJsxDevRuntime"],[928,52,335,6],[928,53,335,6,"jsxDEV"],[928,59,335,6],[928,61,335,7,"Tab"],[928,64,335,10],[928,65,335,11,"Screen"],[928,71,335,17],[929,8,336,8,"name"],[929,12,336,12],[929,14,336,13],[929,24,336,23],[930,8,337,8,"component"],[930,17,337,17],[930,19,337,19,"CitizensTab"],[930,30,337,31],[931,8,338,8,"options"],[931,15,338,15],[931,17,338,17],[932,10,339,10,"tabBarLabel"],[932,21,339,21],[932,23,339,23],[932,33,339,33],[933,10,340,10,"tabBarIcon"],[933,20,340,20],[933,22,340,22,"tabBarIcon"],[933,23,340,23],[934,12,340,25,"color"],[934,17,340,30],[935,12,340,32,"size"],[936,10,340,37],[936,11,340,38],[936,29,341,12],[936,33,341,12,"_reactJsxDevRuntime"],[936,52,341,12],[936,53,341,12,"jsxDEV"],[936,59,341,12],[936,61,341,13,"_expoVectorIcons"],[936,77,341,21],[936,78,341,21,"Ionicons"],[936,86,341,21],[937,12,341,22,"name"],[937,16,341,26],[937,18,341,27],[937,26,341,35],[938,12,341,36,"size"],[938,16,341,40],[938,18,341,42,"size"],[938,22,341,47],[939,12,341,48,"color"],[939,17,341,53],[939,19,341,55,"color"],[940,10,341,61],[941,12,341,61,"fileName"],[941,20,341,61],[941,22,341,61,"_jsxFileName"],[941,34,341,61],[942,12,341,61,"lineNumber"],[942,22,341,61],[943,12,341,61,"columnNumber"],[943,24,341,61],[944,10,341,61],[944,17,341,63],[945,8,343,8],[946,6,343,10],[947,8,343,10,"fileName"],[947,16,343,10],[947,18,343,10,"_jsxFileName"],[947,30,343,10],[948,8,343,10,"lineNumber"],[948,18,343,10],[949,8,343,10,"columnNumber"],[949,20,343,10],[950,6,343,10],[950,13,344,7],[950,14,344,8],[950,29,345,6],[950,33,345,6,"_reactJsxDevRuntime"],[950,52,345,6],[950,53,345,6,"jsxDEV"],[950,59,345,6],[950,61,345,7,"Tab"],[950,64,345,10],[950,65,345,11,"Screen"],[950,71,345,17],[951,8,346,8,"name"],[951,12,346,12],[951,14,346,13],[951,24,346,23],[952,8,347,8,"component"],[952,17,347,17],[952,19,347,19,"ReferralTab"],[952,30,347,31],[953,8,348,8,"options"],[953,15,348,15],[953,17,348,17],[954,10,349,10,"tabBarLabel"],[954,21,349,21],[954,23,349,23],[954,33,349,33],[955,10,350,10,"tabBarIcon"],[955,20,350,20],[955,22,350,22,"tabBarIcon"],[955,23,350,23],[956,12,350,25,"color"],[956,17,350,30],[957,12,350,32,"size"],[958,10,350,37],[958,11,350,38],[958,29,351,12],[958,33,351,12,"_reactJsxDevRuntime"],[958,52,351,12],[958,53,351,12,"jsxDEV"],[958,59,351,12],[958,61,351,13,"_expoVectorIcons"],[958,77,351,21],[958,78,351,21,"Ionicons"],[958,86,351,21],[959,12,351,22,"name"],[959,16,351,26],[959,18,351,27],[959,24,351,33],[960,12,351,34,"size"],[960,16,351,38],[960,18,351,40,"size"],[960,22,351,45],[961,12,351,46,"color"],[961,17,351,51],[961,19,351,53,"color"],[962,10,351,59],[963,12,351,59,"fileName"],[963,20,351,59],[963,22,351,59,"_jsxFileName"],[963,34,351,59],[964,12,351,59,"lineNumber"],[964,22,351,59],[965,12,351,59,"columnNumber"],[965,24,351,59],[966,10,351,59],[966,17,351,61],[967,8,353,8],[968,6,353,10],[969,8,353,10,"fileName"],[969,16,353,10],[969,18,353,10,"_jsxFileName"],[969,30,353,10],[970,8,353,10,"lineNumber"],[970,18,353,10],[971,8,353,10,"columnNumber"],[971,20,353,10],[972,6,353,10],[972,13,354,7],[972,14,354,8],[972,29,355,6],[972,33,355,6,"_reactJsxDevRuntime"],[972,52,355,6],[972,53,355,6,"jsxDEV"],[972,59,355,6],[972,61,355,7,"Tab"],[972,64,355,10],[972,65,355,11,"Screen"],[972,71,355,17],[973,8,356,8,"name"],[973,12,356,12],[973,14,356,13],[973,23,356,22],[974,8,357,8,"component"],[974,17,357,17],[974,19,357,19,"ProfileTab"],[974,29,357,30],[975,8,358,8,"options"],[975,15,358,15],[975,17,358,17],[976,10,359,10,"tabBarLabel"],[976,21,359,21],[976,23,359,23],[976,32,359,32],[977,10,360,10,"tabBarIcon"],[977,20,360,20],[977,22,360,22,"tabBarIcon"],[977,23,360,23],[978,12,360,25,"color"],[978,17,360,30],[979,12,360,32,"size"],[980,10,360,37],[980,11,360,38],[980,29,361,12],[980,33,361,12,"_reactJsxDevRuntime"],[980,52,361,12],[980,53,361,12,"jsxDEV"],[980,59,361,12],[980,61,361,13,"_expoVectorIcons"],[980,77,361,21],[980,78,361,21,"Ionicons"],[980,86,361,21],[981,12,361,22,"name"],[981,16,361,26],[981,18,361,27],[981,26,361,35],[982,12,361,36,"size"],[982,16,361,40],[982,18,361,42,"size"],[982,22,361,47],[983,12,361,48,"color"],[983,17,361,53],[983,19,361,55,"color"],[984,10,361,61],[985,12,361,61,"fileName"],[985,20,361,61],[985,22,361,61,"_jsxFileName"],[985,34,361,61],[986,12,361,61,"lineNumber"],[986,22,361,61],[987,12,361,61,"columnNumber"],[987,24,361,61],[988,10,361,61],[988,17,361,63],[989,8,363,8],[990,6,363,10],[991,8,363,10,"fileName"],[991,16,363,10],[991,18,363,10,"_jsxFileName"],[991,30,363,10],[992,8,363,10,"lineNumber"],[992,18,363,10],[993,8,363,10,"columnNumber"],[993,20,363,10],[994,6,363,10],[994,13,364,7],[994,14,364,8],[995,4,364,8],[996,6,364,8,"fileName"],[996,14,364,8],[996,16,364,8,"_jsxFileName"],[996,28,364,8],[997,6,364,8,"lineNumber"],[997,16,364,8],[998,6,364,8,"columnNumber"],[998,18,364,8],[999,4,364,8],[999,11,365,19],[999,12,365,20],[1000,2,367,0],[1001,2,367,1,"_c6"],[1001,5,367,1],[1001,8,305,24,"HomeScreen"],[1001,18,305,34],[1002,2,369,0],[1002,8,369,6,"QUICK_ACTIONS"],[1002,21,369,19],[1002,24,369,22],[1002,25,370,2],[1003,4,370,4,"id"],[1003,6,370,6],[1003,8,370,8],[1003,11,370,11],[1004,4,370,13,"label"],[1004,9,370,18],[1004,11,370,20],[1004,17,370,26],[1005,4,370,28,"icon"],[1005,8,370,32],[1005,10,370,34],[1005,25,370,49],[1006,4,370,51,"color"],[1006,9,370,56],[1006,11,370,58],[1007,2,370,68],[1007,3,370,69],[1007,5,371,2],[1008,4,371,4,"id"],[1008,6,371,6],[1008,8,371,8],[1008,11,371,11],[1009,4,371,13,"label"],[1009,9,371,18],[1009,11,371,20],[1009,20,371,29],[1010,4,371,31,"icon"],[1010,8,371,35],[1010,10,371,37],[1010,22,371,49],[1011,4,371,51,"color"],[1011,9,371,56],[1011,11,371,58],[1012,2,371,68],[1012,3,371,69],[1012,5,372,2],[1013,4,372,4,"id"],[1013,6,372,6],[1013,8,372,8],[1013,11,372,11],[1014,4,372,13,"label"],[1014,9,372,18],[1014,11,372,20],[1014,17,372,26],[1015,4,372,28,"icon"],[1015,8,372,32],[1015,10,372,34],[1015,27,372,51],[1016,4,372,53,"color"],[1016,9,372,58],[1016,11,372,60],[1017,2,372,70],[1017,3,372,71],[1017,5,373,2],[1018,4,373,4,"id"],[1018,6,373,6],[1018,8,373,8],[1018,11,373,11],[1019,4,373,13,"label"],[1019,9,373,18],[1019,11,373,20],[1019,17,373,26],[1020,4,373,28,"icon"],[1020,8,373,32],[1020,10,373,34],[1020,28,373,52],[1021,4,373,54,"color"],[1021,9,373,59],[1021,11,373,61],[1022,2,373,71],[1022,3,373,72],[1022,5,374,2],[1023,4,374,4,"id"],[1023,6,374,6],[1023,8,374,8],[1023,11,374,11],[1024,4,374,13,"label"],[1024,9,374,18],[1024,11,374,20],[1024,18,374,27],[1025,4,374,29,"icon"],[1025,8,374,33],[1025,10,374,35],[1025,23,374,48],[1026,4,374,50,"color"],[1026,9,374,55],[1026,11,374,57],[1027,2,374,67],[1027,3,374,68],[1027,5,375,2],[1028,4,375,4,"id"],[1028,6,375,6],[1028,8,375,8],[1028,11,375,11],[1029,4,375,13,"label"],[1029,9,375,18],[1029,11,375,20],[1029,21,375,30],[1030,4,375,32,"icon"],[1030,8,375,36],[1030,10,375,38],[1030,16,375,44],[1031,4,375,46,"color"],[1031,9,375,51],[1031,11,375,53],[1032,2,375,63],[1032,3,375,64],[1032,5,376,2],[1033,4,376,4,"id"],[1033,6,376,6],[1033,8,376,8],[1033,11,376,11],[1034,4,376,13,"label"],[1034,9,376,18],[1034,11,376,20],[1034,21,376,30],[1035,4,376,32,"icon"],[1035,8,376,36],[1035,10,376,38],[1035,25,376,53],[1036,4,376,55,"color"],[1036,9,376,60],[1036,11,376,62],[1037,2,376,72],[1037,3,376,73],[1037,5,377,2],[1038,4,377,4,"id"],[1038,6,377,6],[1038,8,377,8],[1038,11,377,11],[1039,4,377,13,"label"],[1039,9,377,18],[1039,11,377,20],[1039,22,377,31],[1040,4,377,33,"icon"],[1040,8,377,37],[1040,10,377,39],[1040,18,377,47],[1041,4,377,49,"color"],[1041,9,377,54],[1041,11,377,56],[1042,2,377,66],[1042,3,377,67],[1042,5,378,2],[1043,4,378,4,"id"],[1043,6,378,6],[1043,8,378,8],[1043,11,378,11],[1044,4,378,13,"label"],[1044,9,378,18],[1044,11,378,20],[1044,21,378,30],[1045,4,378,32,"icon"],[1045,8,378,36],[1045,10,378,38],[1045,21,378,49],[1046,4,378,51,"color"],[1046,9,378,56],[1046,11,378,58],[1047,2,378,68],[1047,3,378,69],[1047,5,379,2],[1048,4,379,4,"id"],[1048,6,379,6],[1048,8,379,8],[1048,12,379,12],[1049,4,379,14,"label"],[1049,9,379,19],[1049,11,379,21],[1049,21,379,31],[1050,4,379,33,"icon"],[1050,8,379,37],[1050,10,379,39],[1050,16,379,45],[1051,4,379,47,"color"],[1051,9,379,52],[1051,11,379,54],[1052,2,379,64],[1052,3,379,65],[1052,5,380,2],[1053,4,380,4,"id"],[1053,6,380,6],[1053,8,380,8],[1053,12,380,12],[1054,4,380,14,"label"],[1054,9,380,19],[1054,11,380,21],[1054,22,380,32],[1055,4,380,34,"icon"],[1055,8,380,38],[1055,10,380,40],[1055,16,380,46],[1056,4,380,48,"color"],[1056,9,380,53],[1056,11,380,55],[1057,2,380,65],[1057,3,380,66],[1057,5,381,2],[1058,4,381,4,"id"],[1058,6,381,6],[1058,8,381,8],[1058,12,381,12],[1059,4,381,14,"label"],[1059,9,381,19],[1059,11,381,21],[1059,17,381,27],[1060,4,381,29,"icon"],[1060,8,381,33],[1060,10,381,35],[1060,16,381,41],[1061,4,381,43,"color"],[1061,9,381,48],[1061,11,381,50],[1062,2,381,60],[1062,3,381,61],[1062,4,382,1],[1063,2,384,0],[1063,8,384,6,"styles"],[1063,14,384,12],[1063,17,384,15,"StyleSheet"],[1063,27,384,25],[1063,28,384,25,"default"],[1063,35,384,25],[1063,36,384,26,"create"],[1063,42,384,32],[1063,43,384,33],[1064,4,385,2,"container"],[1064,13,385,11],[1064,15,385,13],[1065,6,386,4,"flex"],[1065,10,386,8],[1065,12,386,10],[1065,13,386,11],[1066,6,387,4,"backgroundColor"],[1066,21,387,19],[1066,23,387,21],[1067,4,388,2],[1067,5,388,3],[1068,4,389,2,"scrollContent"],[1068,17,389,15],[1068,19,389,17],[1069,6,390,4,"paddingBottom"],[1069,19,390,17],[1069,21,390,19],[1070,4,391,2],[1070,5,391,3],[1071,4,392,2,"walletScrollContent"],[1071,23,392,21],[1071,25,392,23],[1072,6,393,4,"paddingBottom"],[1072,19,393,17],[1072,21,393,19],[1073,4,394,2],[1073,5,394,3],[1074,4,395,2,"header"],[1074,10,395,8],[1074,12,395,10],[1075,6,396,4,"flexDirection"],[1075,19,396,17],[1075,21,396,19],[1075,26,396,24],[1076,6,397,4,"justifyContent"],[1076,20,397,18],[1076,22,397,20],[1076,37,397,35],[1077,6,398,4,"alignItems"],[1077,16,398,14],[1077,18,398,16],[1077,26,398,24],[1078,6,399,4,"padding"],[1078,13,399,11],[1078,15,399,13],[1078,17,399,15],[1079,6,400,4,"backgroundColor"],[1079,21,400,19],[1079,23,400,21],[1079,29,400,27],[1080,6,401,4,"borderBottomWidth"],[1080,23,401,21],[1080,25,401,23],[1080,26,401,24],[1081,6,402,4,"borderBottomColor"],[1081,23,402,21],[1081,25,402,23],[1082,4,403,2],[1082,5,403,3],[1083,4,404,2,"headerLeft"],[1083,14,404,12],[1083,16,404,14],[1084,6,405,4,"position"],[1084,14,405,12],[1084,16,405,14],[1085,4,406,2],[1085,5,406,3],[1086,4,407,2,"profileImage"],[1086,16,407,14],[1086,18,407,16],[1087,6,408,4,"width"],[1087,11,408,9],[1087,13,408,11],[1087,15,408,13],[1088,6,409,4,"height"],[1088,12,409,10],[1088,14,409,12],[1088,16,409,14],[1089,6,410,4,"borderRadius"],[1089,18,410,16],[1089,20,410,18],[1089,22,410,20],[1090,6,411,4,"backgroundColor"],[1090,21,411,19],[1090,23,411,21],[1090,32,411,30],[1091,6,412,4,"alignItems"],[1091,16,412,14],[1091,18,412,16],[1091,26,412,24],[1092,6,413,4,"justifyContent"],[1092,20,413,18],[1092,22,413,20],[1092,30,413,28],[1093,6,414,4,"overflow"],[1093,14,414,12],[1093,16,414,14],[1094,4,415,2],[1094,5,415,3],[1095,4,416,2,"profileImageSrc"],[1095,19,416,17],[1095,21,416,19],[1096,6,417,4,"width"],[1096,11,417,9],[1096,13,417,11],[1096,15,417,13],[1097,6,418,4,"height"],[1097,12,418,10],[1097,14,418,12],[1098,4,419,2],[1098,5,419,3],[1099,4,420,2,"profileBadge"],[1099,16,420,14],[1099,18,420,16],[1100,6,421,4,"position"],[1100,14,421,12],[1100,16,421,14],[1100,26,421,24],[1101,6,422,4,"bottom"],[1101,12,422,10],[1101,14,422,12],[1101,15,422,13],[1101,16,422,14],[1102,6,423,4,"right"],[1102,11,423,9],[1102,13,423,11],[1102,14,423,12],[1102,15,423,13],[1103,6,424,4,"backgroundColor"],[1103,21,424,19],[1103,23,424,21],[1103,32,424,30],[1104,6,425,4,"borderRadius"],[1104,18,425,16],[1104,20,425,18],[1104,22,425,20],[1105,6,426,4,"paddingHorizontal"],[1105,23,426,21],[1105,25,426,23],[1105,26,426,24],[1106,6,427,4,"paddingVertical"],[1106,21,427,19],[1106,23,427,21],[1106,24,427,22],[1107,6,428,4,"flexDirection"],[1107,19,428,17],[1107,21,428,19],[1107,26,428,24],[1108,6,429,4,"alignItems"],[1108,16,429,14],[1108,18,429,16],[1108,26,429,24],[1109,6,430,4,"gap"],[1109,9,430,7],[1109,11,430,9],[1110,4,431,2],[1110,5,431,3],[1111,4,432,2,"trustScore"],[1111,14,432,12],[1111,16,432,14],[1112,6,433,4,"fontSize"],[1112,14,433,12],[1112,16,433,14],[1112,18,433,16],[1113,6,434,4,"fontWeight"],[1113,16,434,14],[1113,18,434,16],[1113,23,434,21],[1114,6,435,4,"color"],[1114,11,435,9],[1114,13,435,11],[1115,4,436,2],[1115,5,436,3],[1116,4,437,2,"headerRight"],[1116,15,437,13],[1116,17,437,15],[1117,6,438,4,"flexDirection"],[1117,19,438,17],[1117,21,438,19],[1117,26,438,24],[1118,6,439,4,"gap"],[1118,9,439,7],[1118,11,439,9],[1119,4,440,2],[1119,5,440,3],[1120,4,441,2,"iconButton"],[1120,14,441,12],[1120,16,441,14],[1121,6,442,4,"padding"],[1121,13,442,11],[1121,15,442,13],[1122,4,443,2],[1122,5,443,3],[1123,4,444,2,"announcementWidget"],[1123,22,444,20],[1123,24,444,22],[1124,6,445,4,"padding"],[1124,13,445,11],[1124,15,445,13],[1125,4,446,2],[1125,5,446,3],[1126,4,447,2,"announcement"],[1126,16,447,14],[1126,18,447,16],[1127,6,448,4,"backgroundColor"],[1127,21,448,19],[1127,23,448,21],[1127,29,448,27],[1128,6,449,4,"padding"],[1128,13,449,11],[1128,15,449,13],[1128,17,449,15],[1129,6,450,4,"borderRadius"],[1129,18,450,16],[1129,20,450,18],[1129,22,450,20],[1130,6,451,4,"marginRight"],[1130,17,451,15],[1130,19,451,17],[1130,21,451,19],[1131,6,452,4,"width"],[1131,11,452,9],[1131,13,452,11,"width"],[1131,18,452,16],[1131,21,452,19],[1131,23,452,21],[1132,6,453,4,"borderLeftWidth"],[1132,21,453,19],[1132,23,453,21],[1132,24,453,22],[1133,6,454,4,"borderLeftColor"],[1133,21,454,19],[1133,23,454,21],[1134,4,455,2],[1134,5,455,3],[1135,4,456,2,"announcementTitle"],[1135,21,456,19],[1135,23,456,21],[1136,6,457,4,"fontSize"],[1136,14,457,12],[1136,16,457,14],[1136,18,457,16],[1137,6,458,4,"fontWeight"],[1137,16,458,14],[1137,18,458,16],[1137,23,458,21],[1138,6,459,4,"color"],[1138,11,459,9],[1138,13,459,11],[1138,22,459,20],[1139,6,460,4,"marginBottom"],[1139,18,460,16],[1139,20,460,18],[1140,4,461,2],[1140,5,461,3],[1141,4,462,2,"announcementText"],[1141,20,462,18],[1141,22,462,20],[1142,6,463,4,"fontSize"],[1142,14,463,12],[1142,16,463,14],[1142,18,463,16],[1143,6,464,4,"color"],[1143,11,464,9],[1143,13,464,11],[1144,4,465,2],[1144,5,465,3],[1145,4,466,2,"quickActionsContainer"],[1145,25,466,23],[1145,27,466,25],[1146,6,467,4,"padding"],[1146,13,467,11],[1146,15,467,13],[1147,4,468,2],[1147,5,468,3],[1148,4,469,2,"sectionTitle"],[1148,16,469,14],[1148,18,469,16],[1149,6,470,4,"fontSize"],[1149,14,470,12],[1149,16,470,14],[1149,18,470,16],[1150,6,471,4,"fontWeight"],[1150,16,471,14],[1150,18,471,16],[1150,23,471,21],[1151,6,472,4,"color"],[1151,11,472,9],[1151,13,472,11],[1151,22,472,20],[1152,6,473,4,"marginBottom"],[1152,18,473,16],[1152,20,473,18],[1153,4,474,2],[1153,5,474,3],[1154,4,475,2,"actionsGrid"],[1154,15,475,13],[1154,17,475,15],[1155,6,476,4,"flexDirection"],[1155,19,476,17],[1155,21,476,19],[1155,26,476,24],[1156,6,477,4,"flexWrap"],[1156,14,477,12],[1156,16,477,14],[1156,22,477,20],[1157,6,478,4,"justifyContent"],[1157,20,478,18],[1157,22,478,20],[1158,4,479,2],[1158,5,479,3],[1159,4,480,2,"actionCard"],[1159,14,480,12],[1159,16,480,14],[1160,6,481,4,"width"],[1160,11,481,9],[1160,13,481,11],[1160,14,481,12,"width"],[1160,19,481,17],[1160,22,481,20],[1160,24,481,22],[1160,28,481,26],[1160,29,481,27],[1161,6,482,4,"backgroundColor"],[1161,21,482,19],[1161,23,482,21],[1161,29,482,27],[1162,6,483,4,"padding"],[1162,13,483,11],[1162,15,483,13],[1162,17,483,15],[1163,6,484,4,"borderRadius"],[1163,18,484,16],[1163,20,484,18],[1163,22,484,20],[1164,6,485,4,"alignItems"],[1164,16,485,14],[1164,18,485,16],[1164,26,485,24],[1165,6,486,4,"marginBottom"],[1165,18,486,16],[1165,20,486,18],[1165,22,486,20],[1166,6,487,4,"shadowColor"],[1166,17,487,15],[1166,19,487,17],[1166,25,487,23],[1167,6,488,4,"shadowOffset"],[1167,18,488,16],[1167,20,488,18],[1168,8,488,20,"width"],[1168,13,488,25],[1168,15,488,27],[1168,16,488,28],[1169,8,488,30,"height"],[1169,14,488,36],[1169,16,488,38],[1170,6,488,40],[1170,7,488,41],[1171,6,489,4,"shadowOpacity"],[1171,19,489,17],[1171,21,489,19],[1171,25,489,23],[1172,6,490,4,"shadowRadius"],[1172,18,490,16],[1172,20,490,18],[1172,21,490,19],[1173,6,491,4,"elevation"],[1173,15,491,13],[1173,17,491,15],[1174,4,492,2],[1174,5,492,3],[1175,4,493,2,"actionCardFirst"],[1175,19,493,17],[1175,21,493,19],[1176,6,494,4,"marginRight"],[1176,17,494,15],[1176,19,494,17],[1177,4,495,2],[1177,5,495,3],[1178,4,496,2,"actionCardLast"],[1178,18,496,16],[1178,20,496,18],[1179,6,497,4,"marginLeft"],[1179,16,497,14],[1179,18,497,16],[1180,4,498,2],[1180,5,498,3],[1181,4,499,2,"actionIcon"],[1181,14,499,12],[1181,16,499,14],[1182,6,500,4,"width"],[1182,11,500,9],[1182,13,500,11],[1182,15,500,13],[1183,6,501,4,"height"],[1183,12,501,10],[1183,14,501,12],[1183,16,501,14],[1184,6,502,4,"borderRadius"],[1184,18,502,16],[1184,20,502,18],[1184,22,502,20],[1185,6,503,4,"alignItems"],[1185,16,503,14],[1185,18,503,16],[1185,26,503,24],[1186,6,504,4,"justifyContent"],[1186,20,504,18],[1186,22,504,20],[1186,30,504,28],[1187,6,505,4,"marginBottom"],[1187,18,505,16],[1187,20,505,18],[1188,4,506,2],[1188,5,506,3],[1189,4,507,2,"actionLabel"],[1189,15,507,13],[1189,17,507,15],[1190,6,508,4,"fontSize"],[1190,14,508,12],[1190,16,508,14],[1190,18,508,16],[1191,6,509,4,"color"],[1191,11,509,9],[1191,13,509,11],[1191,22,509,20],[1192,6,510,4,"textAlign"],[1192,15,510,13],[1192,17,510,15],[1193,4,511,2],[1193,5,511,3],[1194,4,512,2,"walletHeader"],[1194,16,512,14],[1194,18,512,16],[1195,6,513,4,"padding"],[1195,13,513,11],[1195,15,513,13],[1195,17,513,15],[1196,6,514,4,"backgroundColor"],[1196,21,514,19],[1196,23,514,21],[1196,29,514,27],[1197,6,515,4,"borderBottomWidth"],[1197,23,515,21],[1197,25,515,23],[1197,26,515,24],[1198,6,516,4,"borderBottomColor"],[1198,23,516,21],[1198,25,516,23],[1198,34,516,32],[1199,6,517,4,"flexDirection"],[1199,19,517,17],[1199,21,517,19],[1199,26,517,24],[1200,6,518,4,"justifyContent"],[1200,20,518,18],[1200,22,518,20],[1200,37,518,35],[1201,6,519,4,"alignItems"],[1201,16,519,14],[1201,18,519,16],[1202,4,520,2],[1202,5,520,3],[1203,4,521,2,"walletTitle"],[1203,15,521,13],[1203,17,521,15],[1204,6,522,4,"fontSize"],[1204,14,522,12],[1204,16,522,14],[1204,18,522,16],[1205,6,523,4,"fontWeight"],[1205,16,523,14],[1205,18,523,16],[1205,23,523,21],[1206,6,524,4,"color"],[1206,11,524,9],[1206,13,524,11],[1207,4,525,2],[1207,5,525,3],[1208,4,526,2,"refreshButton"],[1208,17,526,15],[1208,19,526,17],[1209,6,527,4,"padding"],[1209,13,527,11],[1209,15,527,13],[1209,16,527,14],[1210,6,528,4,"borderRadius"],[1210,18,528,16],[1210,20,528,18],[1210,21,528,19],[1211,6,529,4,"backgroundColor"],[1211,21,529,19],[1211,23,529,21],[1212,4,530,2],[1212,5,530,3],[1213,4,531,2,"balanceCards"],[1213,16,531,14],[1213,18,531,16],[1214,6,532,4,"padding"],[1214,13,532,11],[1214,15,532,13],[1214,17,532,15],[1215,6,533,4,"gap"],[1215,9,533,7],[1215,11,533,9],[1216,4,534,2],[1216,5,534,3],[1217,4,535,2,"balanceCard"],[1217,15,535,13],[1217,17,535,15],[1218,6,536,4,"backgroundColor"],[1218,21,536,19],[1218,23,536,21],[1218,29,536,27],[1219,6,537,4,"padding"],[1219,13,537,11],[1219,15,537,13],[1219,17,537,15],[1220,6,538,4,"borderRadius"],[1220,18,538,16],[1220,20,538,18],[1220,22,538,20],[1221,6,539,4,"borderWidth"],[1221,17,539,15],[1221,19,539,17],[1221,20,539,18],[1222,6,540,4,"borderColor"],[1222,17,540,15],[1222,19,540,17],[1223,4,541,2],[1223,5,541,3],[1224,4,542,2,"balanceCardHeader"],[1224,21,542,19],[1224,23,542,21],[1225,6,543,4,"flexDirection"],[1225,19,543,17],[1225,21,543,19],[1225,26,543,24],[1226,6,544,4,"alignItems"],[1226,16,544,14],[1226,18,544,16],[1226,26,544,24],[1227,6,545,4,"gap"],[1227,9,545,7],[1227,11,545,9],[1227,12,545,10],[1228,6,546,4,"marginBottom"],[1228,18,546,16],[1228,20,546,18],[1229,4,547,2],[1229,5,547,3],[1230,4,548,2,"tokenLogo"],[1230,13,548,11],[1230,15,548,13],[1231,6,549,4,"width"],[1231,11,549,9],[1231,13,549,11],[1231,15,549,13],[1232,6,550,4,"height"],[1232,12,550,10],[1232,14,550,12],[1232,16,550,14],[1233,6,551,4,"borderRadius"],[1233,18,551,16],[1233,20,551,18],[1234,4,552,2],[1234,5,552,3],[1235,4,553,2,"tokenSymbol"],[1235,15,553,13],[1235,17,553,15],[1236,6,554,4,"fontSize"],[1236,14,554,12],[1236,16,554,14],[1236,18,554,16],[1237,6,555,4,"fontWeight"],[1237,16,555,14],[1237,18,555,16],[1237,23,555,21],[1238,6,556,4,"color"],[1238,11,556,9],[1238,13,556,11],[1239,4,557,2],[1239,5,557,3],[1240,4,558,2,"balanceAmount"],[1240,17,558,15],[1240,19,558,17],[1241,6,559,4,"fontSize"],[1241,14,559,12],[1241,16,559,14],[1241,18,559,16],[1242,6,560,4,"fontWeight"],[1242,16,560,14],[1242,18,560,16],[1242,23,560,21],[1243,6,561,4,"color"],[1243,11,561,9],[1243,13,561,11],[1243,22,561,20],[1244,6,562,4,"marginBottom"],[1244,18,562,16],[1244,20,562,18],[1245,4,563,2],[1245,5,563,3],[1246,4,564,2,"balanceUsd"],[1246,14,564,12],[1246,16,564,14],[1247,6,565,4,"fontSize"],[1247,14,565,12],[1247,16,565,14],[1247,18,565,16],[1248,6,566,4,"color"],[1248,11,566,9],[1248,13,566,11],[1249,4,567,2],[1249,5,567,3],[1250,4,568,2,"walletActions"],[1250,17,568,15],[1250,19,568,17],[1251,6,569,4,"flexDirection"],[1251,19,569,17],[1251,21,569,19],[1251,26,569,24],[1252,6,570,4,"padding"],[1252,13,570,11],[1252,15,570,13],[1252,17,570,15],[1253,6,571,4,"gap"],[1253,9,571,7],[1253,11,571,9],[1254,4,572,2],[1254,5,572,3],[1255,4,573,2,"walletActionButton"],[1255,22,573,20],[1255,24,573,22],[1256,6,574,4,"flex"],[1256,10,574,8],[1256,12,574,10],[1256,13,574,11],[1257,6,575,4,"backgroundColor"],[1257,21,575,19],[1257,23,575,21],[1257,32,575,30],[1258,6,576,4,"padding"],[1258,13,576,11],[1258,15,576,13],[1258,17,576,15],[1259,6,577,4,"borderRadius"],[1259,18,577,16],[1259,20,577,18],[1259,22,577,20],[1260,6,578,4,"alignItems"],[1260,16,578,14],[1260,18,578,16],[1260,26,578,24],[1261,6,579,4,"gap"],[1261,9,579,7],[1261,11,579,9],[1262,4,580,2],[1262,5,580,3],[1263,4,581,2,"walletActionText"],[1263,20,581,18],[1263,22,581,20],[1264,6,582,4,"color"],[1264,11,582,9],[1264,13,582,11],[1264,19,582,17],[1265,6,583,4,"fontSize"],[1265,14,583,12],[1265,16,583,14],[1265,18,583,16],[1266,6,584,4,"fontWeight"],[1266,16,584,14],[1266,18,584,16],[1267,4,585,2],[1267,5,585,3],[1268,4,586,2,"placeholderText"],[1268,19,586,17],[1268,21,586,19],[1269,6,587,4,"flex"],[1269,10,587,8],[1269,12,587,10],[1269,13,587,11],[1270,6,588,4,"textAlign"],[1270,15,588,13],[1270,17,588,15],[1270,25,588,23],[1271,6,589,4,"marginTop"],[1271,15,589,13],[1271,17,589,15],[1271,20,589,18],[1272,6,590,4,"fontSize"],[1272,14,590,12],[1272,16,590,14],[1272,18,590,16],[1273,6,591,4,"color"],[1273,11,591,9],[1273,13,591,11],[1274,4,592,2],[1274,5,592,3],[1275,4,593,2,"tabBar"],[1275,10,593,8],[1275,12,593,10],[1276,6,594,4,"borderTopWidth"],[1276,20,594,18],[1276,22,594,20],[1276,23,594,21],[1277,6,595,4,"borderTopColor"],[1277,20,595,18],[1277,22,595,20],[1277,31,595,29],[1278,6,596,4,"paddingBottom"],[1278,19,596,17],[1278,21,596,19],[1278,23,596,21],[1279,6,597,4,"paddingTop"],[1279,16,597,14],[1279,18,597,16],[1279,19,597,17],[1280,6,598,4,"backgroundColor"],[1280,21,598,19],[1280,23,598,21],[1281,4,599,2],[1281,5,599,3],[1282,4,600,2],[1283,4,601,2,"balanceRow"],[1283,14,601,12],[1283,16,601,14],[1284,6,602,4,"flexDirection"],[1284,19,602,17],[1284,21,602,19],[1284,26,602,24],[1285,6,603,4,"padding"],[1285,13,603,11],[1285,15,603,13],[1285,17,603,15],[1286,6,604,4,"gap"],[1286,9,604,7],[1286,11,604,9],[1287,4,605,2],[1287,5,605,3],[1288,4,606,2,"balanceCardNew"],[1288,18,606,16],[1288,20,606,18],[1289,6,607,4,"flex"],[1289,10,607,8],[1289,12,607,10],[1289,13,607,11],[1290,6,608,4,"backgroundColor"],[1290,21,608,19],[1290,23,608,21],[1290,29,608,27],[1291,6,609,4,"padding"],[1291,13,609,11],[1291,15,609,13],[1291,17,609,15],[1292,6,610,4,"borderRadius"],[1292,18,610,16],[1292,20,610,18],[1292,22,610,20],[1293,6,611,4,"alignItems"],[1293,16,611,14],[1293,18,611,16],[1293,26,611,24],[1294,6,612,4,"shadowColor"],[1294,17,612,15],[1294,19,612,17],[1294,25,612,23],[1295,6,613,4,"shadowOffset"],[1295,18,613,16],[1295,20,613,18],[1296,8,613,20,"width"],[1296,13,613,25],[1296,15,613,27],[1296,16,613,28],[1297,8,613,30,"height"],[1297,14,613,36],[1297,16,613,38],[1298,6,613,40],[1298,7,613,41],[1299,6,614,4,"shadowOpacity"],[1299,19,614,17],[1299,21,614,19],[1299,24,614,22],[1300,6,615,4,"shadowRadius"],[1300,18,615,16],[1300,20,615,18],[1300,21,615,19],[1301,6,616,4,"elevation"],[1301,15,616,13],[1301,17,616,15],[1302,4,617,2],[1302,5,617,3],[1303,4,618,2,"tokenLogoNew"],[1303,16,618,14],[1303,18,618,16],[1304,6,619,4,"width"],[1304,11,619,9],[1304,13,619,11],[1304,15,619,13],[1305,6,620,4,"height"],[1305,12,620,10],[1305,14,620,12],[1305,16,620,14],[1306,6,621,4,"borderRadius"],[1306,18,621,16],[1306,20,621,18],[1306,22,621,20],[1307,6,622,4,"marginBottom"],[1307,18,622,16],[1307,20,622,18],[1308,4,623,2],[1308,5,623,3],[1309,4,624,2,"tokenSymbolNew"],[1309,18,624,16],[1309,20,624,18],[1310,6,625,4,"fontSize"],[1310,14,625,12],[1310,16,625,14],[1310,18,625,16],[1311,6,626,4,"fontWeight"],[1311,16,626,14],[1311,18,626,16],[1311,23,626,21],[1312,6,627,4,"color"],[1312,11,627,9],[1312,13,627,11],[1312,22,627,20],[1313,6,628,4,"marginBottom"],[1313,18,628,16],[1313,20,628,18],[1314,4,629,2],[1314,5,629,3],[1315,4,630,2,"balanceAmountNew"],[1315,20,630,18],[1315,22,630,20],[1316,6,631,4,"fontSize"],[1316,14,631,12],[1316,16,631,14],[1316,18,631,16],[1317,6,632,4,"fontWeight"],[1317,16,632,14],[1317,18,632,16],[1317,23,632,21],[1318,6,633,4,"color"],[1318,11,633,9],[1318,13,633,11],[1318,22,633,20],[1319,6,634,4,"marginBottom"],[1319,18,634,16],[1319,20,634,18],[1320,4,635,2],[1320,5,635,3],[1321,4,636,2,"tokenNameNew"],[1321,16,636,14],[1321,18,636,16],[1322,6,637,4,"fontSize"],[1322,14,637,12],[1322,16,637,14],[1322,18,637,16],[1323,6,638,4,"color"],[1323,11,638,9],[1323,13,638,11],[1324,4,639,2],[1324,5,639,3],[1325,4,640,2,"actionsContainer"],[1325,20,640,18],[1325,22,640,20],[1326,6,641,4,"margin"],[1326,12,641,10],[1326,14,641,12],[1326,16,641,14],[1327,6,642,4,"backgroundColor"],[1327,21,642,19],[1327,23,642,21],[1327,29,642,27],[1328,6,643,4,"padding"],[1328,13,643,11],[1328,15,643,13],[1328,17,643,15],[1329,6,644,4,"borderRadius"],[1329,18,644,16],[1329,20,644,18],[1329,22,644,20],[1330,6,645,4,"shadowColor"],[1330,17,645,15],[1330,19,645,17],[1330,25,645,23],[1331,6,646,4,"shadowOffset"],[1331,18,646,16],[1331,20,646,18],[1332,8,646,20,"width"],[1332,13,646,25],[1332,15,646,27],[1332,16,646,28],[1333,8,646,30,"height"],[1333,14,646,36],[1333,16,646,38],[1334,6,646,40],[1334,7,646,41],[1335,6,647,4,"shadowOpacity"],[1335,19,647,17],[1335,21,647,19],[1335,24,647,22],[1336,6,648,4,"shadowRadius"],[1336,18,648,16],[1336,20,648,18],[1336,21,648,19],[1337,6,649,4,"elevation"],[1337,15,649,13],[1337,17,649,15],[1338,4,650,2],[1338,5,650,3],[1339,4,651,2,"actionsRow"],[1339,14,651,12],[1339,16,651,14],[1340,6,652,4,"flexDirection"],[1340,19,652,17],[1340,21,652,19],[1340,26,652,24],[1341,6,653,4,"justifyContent"],[1341,20,653,18],[1341,22,653,20],[1341,37,653,35],[1342,6,654,4,"marginBottom"],[1342,18,654,16],[1342,20,654,18],[1343,4,655,2],[1343,5,655,3],[1344,4,656,2,"actionBtn"],[1344,13,656,11],[1344,15,656,13],[1345,6,657,4,"width"],[1345,11,657,9],[1345,13,657,11],[1345,14,657,12,"width"],[1345,19,657,17],[1345,22,657,20],[1345,24,657,22],[1345,28,657,26],[1345,29,657,27],[1346,6,658,4,"padding"],[1346,13,658,11],[1346,15,658,13],[1346,17,658,15],[1347,6,659,4,"borderRadius"],[1347,18,659,16],[1347,20,659,18],[1347,22,659,20],[1348,6,660,4,"alignItems"],[1348,16,660,14],[1348,18,660,16],[1348,26,660,24],[1349,6,661,4,"justifyContent"],[1349,20,661,18],[1349,22,661,20],[1350,4,662,2],[1350,5,662,3],[1351,4,663,2,"actionBtnText"],[1351,17,663,15],[1351,19,663,17],[1352,6,664,4,"color"],[1352,11,664,9],[1352,13,664,11],[1352,19,664,17],[1353,6,665,4,"fontSize"],[1353,14,665,12],[1353,16,665,14],[1353,18,665,16],[1354,6,666,4,"fontWeight"],[1354,16,666,14],[1354,18,666,16],[1354,23,666,21],[1355,6,667,4,"marginTop"],[1355,15,667,13],[1355,17,667,15],[1356,4,668,2],[1356,5,668,3],[1357,4,669,2,"tokensContainer"],[1357,19,669,17],[1357,21,669,19],[1358,6,670,4,"margin"],[1358,12,670,10],[1358,14,670,12],[1358,16,670,14],[1359,6,671,4,"marginTop"],[1359,15,671,13],[1359,17,671,15],[1360,4,672,2],[1360,5,672,3],[1361,4,673,2,"tokensTitle"],[1361,15,673,13],[1361,17,673,15],[1362,6,674,4,"fontSize"],[1362,14,674,12],[1362,16,674,14],[1362,18,674,16],[1363,6,675,4,"fontWeight"],[1363,16,675,14],[1363,18,675,16],[1363,23,675,21],[1364,6,676,4,"color"],[1364,11,676,9],[1364,13,676,11],[1364,22,676,20],[1365,6,677,4,"marginBottom"],[1365,18,677,16],[1365,20,677,18],[1365,22,677,20],[1366,6,678,4,"paddingHorizontal"],[1366,23,678,21],[1366,25,678,23],[1367,4,679,2],[1367,5,679,3],[1368,4,680,2,"tokenItem"],[1368,13,680,11],[1368,15,680,13],[1369,6,681,4,"flexDirection"],[1369,19,681,17],[1369,21,681,19],[1369,26,681,24],[1370,6,682,4,"justifyContent"],[1370,20,682,18],[1370,22,682,20],[1370,37,682,35],[1371,6,683,4,"alignItems"],[1371,16,683,14],[1371,18,683,16],[1371,26,683,24],[1372,6,684,4,"backgroundColor"],[1372,21,684,19],[1372,23,684,21],[1372,29,684,27],[1373,6,685,4,"padding"],[1373,13,685,11],[1373,15,685,13],[1373,17,685,15],[1374,6,686,4,"borderRadius"],[1374,18,686,16],[1374,20,686,18],[1374,22,686,20],[1375,6,687,4,"marginBottom"],[1375,18,687,16],[1375,20,687,18],[1375,21,687,19],[1376,6,688,4,"shadowColor"],[1376,17,688,15],[1376,19,688,17],[1376,25,688,23],[1377,6,689,4,"shadowOffset"],[1377,18,689,16],[1377,20,689,18],[1378,8,689,20,"width"],[1378,13,689,25],[1378,15,689,27],[1378,16,689,28],[1379,8,689,30,"height"],[1379,14,689,36],[1379,16,689,38],[1380,6,689,40],[1380,7,689,41],[1381,6,690,4,"shadowOpacity"],[1381,19,690,17],[1381,21,690,19],[1381,25,690,23],[1382,6,691,4,"shadowRadius"],[1382,18,691,16],[1382,20,691,18],[1382,21,691,19],[1383,6,692,4,"elevation"],[1383,15,692,13],[1383,17,692,15],[1384,4,693,2],[1384,5,693,3],[1385,4,694,2,"tokenItemLeft"],[1385,17,694,15],[1385,19,694,17],[1386,6,695,4,"flexDirection"],[1386,19,695,17],[1386,21,695,19],[1386,26,695,24],[1387,6,696,4,"alignItems"],[1387,16,696,14],[1387,18,696,16],[1387,26,696,24],[1388,6,697,4,"gap"],[1388,9,697,7],[1388,11,697,9],[1389,4,698,2],[1389,5,698,3],[1390,4,699,2,"tokenIconContainer"],[1390,22,699,20],[1390,24,699,22],[1391,6,700,4,"position"],[1391,14,700,12],[1391,16,700,14],[1391,26,700,24],[1392,6,701,4,"width"],[1392,11,701,9],[1392,13,701,11],[1392,15,701,13],[1393,6,702,4,"height"],[1393,12,702,10],[1393,14,702,12],[1394,4,703,2],[1394,5,703,3],[1395,4,704,2,"tokenIcon"],[1395,13,704,11],[1395,15,704,13],[1396,6,705,4,"width"],[1396,11,705,9],[1396,13,705,11],[1396,15,705,13],[1397,6,706,4,"height"],[1397,12,706,10],[1397,14,706,12],[1397,16,706,14],[1398,6,707,4,"borderRadius"],[1398,18,707,16],[1398,20,707,18],[1399,4,708,2],[1399,5,708,3],[1400,4,709,2,"networkBadge"],[1400,16,709,14],[1400,18,709,16],[1401,6,710,4,"position"],[1401,14,710,12],[1401,16,710,14],[1401,26,710,24],[1402,6,711,4,"right"],[1402,11,711,9],[1402,13,711,11],[1402,14,711,12],[1402,15,711,13],[1403,6,712,4,"bottom"],[1403,12,712,10],[1403,14,712,12],[1403,15,712,13],[1403,16,712,14],[1404,6,713,4,"width"],[1404,11,713,9],[1404,13,713,11],[1404,15,713,13],[1405,6,714,4,"height"],[1405,12,714,10],[1405,14,714,12],[1405,16,714,14],[1406,6,715,4,"borderRadius"],[1406,18,715,16],[1406,20,715,18],[1406,21,715,19],[1407,6,716,4,"borderWidth"],[1407,17,716,15],[1407,19,716,17],[1407,20,716,18],[1408,6,717,4,"borderColor"],[1408,17,717,15],[1408,19,717,17],[1409,4,718,2],[1409,5,718,3],[1410,4,719,2,"tokenItemName"],[1410,17,719,15],[1410,19,719,17],[1411,6,720,4,"fontSize"],[1411,14,720,12],[1411,16,720,14],[1411,18,720,16],[1412,6,721,4,"fontWeight"],[1412,16,721,14],[1412,18,721,16],[1412,23,721,21],[1413,6,722,4,"color"],[1413,11,722,9],[1413,13,722,11],[1414,4,723,2],[1414,5,723,3],[1415,4,724,2,"tokenItemNetwork"],[1415,20,724,18],[1415,22,724,20],[1416,6,725,4,"fontSize"],[1416,14,725,12],[1416,16,725,14],[1416,18,725,16],[1417,6,726,4,"color"],[1417,11,726,9],[1417,13,726,11],[1418,4,727,2],[1418,5,727,3],[1419,4,728,2,"tokenItemRight"],[1419,18,728,16],[1419,20,728,18],[1420,6,729,4,"alignItems"],[1420,16,729,14],[1420,18,729,16],[1421,4,730,2],[1421,5,730,3],[1422,4,731,2,"tokenItemBalance"],[1422,20,731,18],[1422,22,731,20],[1423,6,732,4,"fontSize"],[1423,14,732,12],[1423,16,732,14],[1423,18,732,16],[1424,6,733,4,"fontWeight"],[1424,16,733,14],[1424,18,733,16],[1424,23,733,21],[1425,6,734,4,"color"],[1425,11,734,9],[1425,13,734,11],[1426,4,735,2],[1426,5,735,3],[1427,4,736,2,"tokenItemUsd"],[1427,16,736,14],[1427,18,736,16],[1428,6,737,4,"fontSize"],[1428,14,737,12],[1428,16,737,14],[1428,18,737,16],[1429,6,738,4,"color"],[1429,11,738,9],[1429,13,738,11],[1430,4,739,2],[1431,2,740,0],[1431,3,740,1],[1431,4,740,2],[1432,2,740,3],[1432,6,740,3,"_c"],[1432,8,740,3],[1432,10,740,3,"_c2"],[1432,13,740,3],[1432,15,740,3,"_c3"],[1432,18,740,3],[1432,20,740,3,"_c4"],[1432,23,740,3],[1432,25,740,3,"_c5"],[1432,28,740,3],[1432,30,740,3,"_c6"],[1432,33,740,3],[1433,2,740,3,"$RefreshReg$"],[1433,14,740,3],[1433,15,740,3,"_c"],[1433,17,740,3],[1434,2,740,3,"$RefreshReg$"],[1434,14,740,3],[1434,15,740,3,"_c2"],[1434,18,740,3],[1435,2,740,3,"$RefreshReg$"],[1435,14,740,3],[1435,15,740,3,"_c3"],[1435,18,740,3],[1436,2,740,3,"$RefreshReg$"],[1436,14,740,3],[1436,15,740,3,"_c4"],[1436,18,740,3],[1437,2,740,3,"$RefreshReg$"],[1437,14,740,3],[1437,15,740,3,"_c5"],[1437,18,740,3],[1438,2,740,3,"$RefreshReg$"],[1438,14,740,3],[1438,15,740,3,"_c6"],[1438,18,740,3],[1439,0,740,3],[1439,3]],"functionMap":{"names":["","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"}]}
\ No newline at end of file
+{"dependencies":[{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":51,"index":51}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/View","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"4kYBDC6LJJXoH7P9rWDi3vkLVB0=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Text","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"JKIzsQ5YQ0gDj0MIyY0Q7F1zJtU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/StyleSheet","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"MK7+k1V+KnvCVW7Kj2k/ydtjmVU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/TouchableOpacity","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PnQOoa8QGKpV5+issz6ikk463eg=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/ScrollView","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"7Gv1K9/TiQvbDXlMy9NOQIEBHDA=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Image","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"h9Yjx6LR7umCdPP226caWyLdUPo=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Dimensions","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"ySrYx/xxJL+A+Ie+sLy/r/EEnF8=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Alert","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PEUC6jrQVoAGZ2qYkvimljMOyJI=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":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 _react = require(_dependencyMap[0], \"react\");\n var _reactNativeWebDistExportsView = require(_dependencyMap[1], \"react-native-web/dist/exports/View\");\n var View = _interopDefault(_reactNativeWebDistExportsView);\n var _reactNativeWebDistExportsText = require(_dependencyMap[2], \"react-native-web/dist/exports/Text\");\n var Text = _interopDefault(_reactNativeWebDistExportsText);\n var _reactNativeWebDistExportsStyleSheet = require(_dependencyMap[3], \"react-native-web/dist/exports/StyleSheet\");\n var StyleSheet = _interopDefault(_reactNativeWebDistExportsStyleSheet);\n var _reactNativeWebDistExportsTouchableOpacity = require(_dependencyMap[4], \"react-native-web/dist/exports/TouchableOpacity\");\n var TouchableOpacity = _interopDefault(_reactNativeWebDistExportsTouchableOpacity);\n var _reactNativeWebDistExportsScrollView = require(_dependencyMap[5], \"react-native-web/dist/exports/ScrollView\");\n var ScrollView = _interopDefault(_reactNativeWebDistExportsScrollView);\n var _reactNativeWebDistExportsImage = require(_dependencyMap[6], \"react-native-web/dist/exports/Image\");\n var Image = _interopDefault(_reactNativeWebDistExportsImage);\n var _reactNativeWebDistExportsDimensions = require(_dependencyMap[7], \"react-native-web/dist/exports/Dimensions\");\n var Dimensions = _interopDefault(_reactNativeWebDistExportsDimensions);\n var _reactNativeWebDistExportsAlert = require(_dependencyMap[8], \"react-native-web/dist/exports/Alert\");\n var Alert = _interopDefault(_reactNativeWebDistExportsAlert);\n var _expoVectorIcons = require(_dependencyMap[9], \"@expo/vector-icons\");\n var _reactNavigationBottomTabs = require(_dependencyMap[10], \"@react-navigation/bottom-tabs\");\n var _expoImagePicker = require(_dependencyMap[11], \"expo-image-picker\");\n var ImagePicker = _interopNamespace(_expoImagePicker);\n var _contextsAuthContext = require(_dependencyMap[12], \"../contexts/AuthContext\");\n var _reactNativeSafeAreaContext = require(_dependencyMap[13], \"react-native-safe-area-context\");\n var _reactJsxDevRuntime = require(_dependencyMap[14], \"react/jsx-dev-runtime\");\n const {\n width\n } = Dimensions.default.get('window');\n function HomeTab() {\n _s();\n const {\n user\n } = (0, _contextsAuthContext.useAuth)();\n const insets = (0, _reactNativeSafeAreaContext.useSafeAreaInsets)();\n const [profileImage, setProfileImage] = (0, _react.useState)(null);\n const pickImage = async () => {\n const permissionResult = await ImagePicker.requestMediaLibraryPermissionsAsync();\n if (permissionResult.granted === false) {\n Alert.default.alert('Permission Required', 'Permission to access camera roll is required!');\n return;\n }\n const result = await 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 const base64Image = `data:image/jpeg;base64,${result.assets[0].base64}`;\n setProfileImage(base64Image);\n // TODO: Save to backend\n }\n };\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n showsVerticalScrollIndicator: false,\n contentContainerStyle: styles.scrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: [styles.header, {\n paddingTop: insets.top + 16\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.headerLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: styles.profileImage,\n onPress: pickImage,\n children: profileImage ? /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\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)(View.default, {\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)(Text.default, {\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)(View.default, {\n style: styles.headerRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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)(TouchableOpacity.default, {\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)(TouchableOpacity.default, {\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)(View.default, {\n style: styles.announcementWidget,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n horizontal: true,\n showsHorizontalScrollIndicator: false,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.announcement,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\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)(Text.default, {\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)(View.default, {\n style: styles.announcement,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\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)(Text.default, {\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)(View.default, {\n style: styles.quickActionsContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\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)(View.default, {\n style: styles.actionsGrid,\n children: QUICK_ACTIONS.map((action, index) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: [styles.actionCard, index % 4 === 0 && styles.actionCardFirst, index % 4 === 3 && styles.actionCardLast],\n activeOpacity: 0.7,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\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)(Text.default, {\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 const {\n user\n } = (0, _contextsAuthContext.useAuth)();\n const insets = (0, _reactNativeSafeAreaContext.useSafeAreaInsets)();\n const [hezBalance, setHezBalance] = (0, _react.useState)('Loading...');\n const [pezBalance, setPezBalance] = (0, _react.useState)('Loading...');\n const [loading, setLoading] = (0, _react.useState)(true);\n const TEST_WALLET = '5GgTgG9sRmPQAYU1RsTejZYnZRjwzKZKWD3awtuqjHioki45';\n (0, _react.useEffect)(() => {\n fetchBalance();\n }, []);\n const fetchBalance = async () => {\n try {\n const backendUrl = \"https://kurdish-id.preview.emergentagent.com\" || 'http://localhost:8001';\n const controller = new AbortController();\n const timeoutId = setTimeout(() => controller.abort(), 5000); // 5 sec timeout\n\n const response = await 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 const data = await 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 /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n contentContainerStyle: styles.walletScrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: [styles.walletHeader, {\n paddingTop: insets.top + 16\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\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)(TouchableOpacity.default, {\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)(View.default, {\n style: styles.balanceRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.balanceCardNew,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\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)(Text.default, {\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)(Text.default, {\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)(Text.default, {\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)(View.default, {\n style: styles.balanceCardNew,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\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)(Text.default, {\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)(Text.default, {\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)(Text.default, {\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)(View.default, {\n style: styles.actionsContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.actionsRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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)(Text.default, {\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)(TouchableOpacity.default, {\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)(Text.default, {\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)(TouchableOpacity.default, {\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)(Text.default, {\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)(TouchableOpacity.default, {\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)(Text.default, {\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)(View.default, {\n style: styles.actionsRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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)(Text.default, {\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)(TouchableOpacity.default, {\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)(Text.default, {\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)(TouchableOpacity.default, {\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)(Text.default, {\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)(TouchableOpacity.default, {\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)(Text.default, {\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)(View.default, {\n style: styles.tokensContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\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)(View.default, {\n style: styles.tokenItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenIconContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\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)(Image.default, {\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)(View.default, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\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)(Text.default, {\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)(View.default, {\n style: styles.tokenItemRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\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)(Text.default, {\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)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\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)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\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)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\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 const 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: ({\n color,\n size\n }) => /*#__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 }, 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: ({\n color,\n size\n }) => /*#__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 }, 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: ({\n color,\n size\n }) => /*#__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 }, 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: ({\n color,\n size\n }) => /*#__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 }, 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: ({\n color,\n size\n }) => /*#__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 }, 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 const 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 const styles = StyleSheet.default.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":1439,"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,1,0],[36,6,1,0,"_react"],[36,12,1,0],[36,15,1,0,"require"],[36,22,1,0],[36,23,1,0,"_dependencyMap"],[36,37,1,0],[37,2,1,51],[37,6,1,51,"_reactNativeWebDistExportsView"],[37,36,1,51],[37,39,1,51,"require"],[37,46,1,51],[37,47,1,51,"_dependencyMap"],[37,61,1,51],[38,2,1,51],[38,6,1,51,"View"],[38,10,1,51],[38,13,1,51,"_interopDefault"],[38,28,1,51],[38,29,1,51,"_reactNativeWebDistExportsView"],[38,59,1,51],[39,2,1,51],[39,6,1,51,"_reactNativeWebDistExportsText"],[39,36,1,51],[39,39,1,51,"require"],[39,46,1,51],[39,47,1,51,"_dependencyMap"],[39,61,1,51],[40,2,1,51],[40,6,1,51,"Text"],[40,10,1,51],[40,13,1,51,"_interopDefault"],[40,28,1,51],[40,29,1,51,"_reactNativeWebDistExportsText"],[40,59,1,51],[41,2,1,51],[41,6,1,51,"_reactNativeWebDistExportsStyleSheet"],[41,42,1,51],[41,45,1,51,"require"],[41,52,1,51],[41,53,1,51,"_dependencyMap"],[41,67,1,51],[42,2,1,51],[42,6,1,51,"StyleSheet"],[42,16,1,51],[42,19,1,51,"_interopDefault"],[42,34,1,51],[42,35,1,51,"_reactNativeWebDistExportsStyleSheet"],[42,71,1,51],[43,2,1,51],[43,6,1,51,"_reactNativeWebDistExportsTouchableOpacity"],[43,48,1,51],[43,51,1,51,"require"],[43,58,1,51],[43,59,1,51,"_dependencyMap"],[43,73,1,51],[44,2,1,51],[44,6,1,51,"TouchableOpacity"],[44,22,1,51],[44,25,1,51,"_interopDefault"],[44,40,1,51],[44,41,1,51,"_reactNativeWebDistExportsTouchableOpacity"],[44,83,1,51],[45,2,1,51],[45,6,1,51,"_reactNativeWebDistExportsScrollView"],[45,42,1,51],[45,45,1,51,"require"],[45,52,1,51],[45,53,1,51,"_dependencyMap"],[45,67,1,51],[46,2,1,51],[46,6,1,51,"ScrollView"],[46,16,1,51],[46,19,1,51,"_interopDefault"],[46,34,1,51],[46,35,1,51,"_reactNativeWebDistExportsScrollView"],[46,71,1,51],[47,2,1,51],[47,6,1,51,"_reactNativeWebDistExportsImage"],[47,37,1,51],[47,40,1,51,"require"],[47,47,1,51],[47,48,1,51,"_dependencyMap"],[47,62,1,51],[48,2,1,51],[48,6,1,51,"Image"],[48,11,1,51],[48,14,1,51,"_interopDefault"],[48,29,1,51],[48,30,1,51,"_reactNativeWebDistExportsImage"],[48,61,1,51],[49,2,1,51],[49,6,1,51,"_reactNativeWebDistExportsDimensions"],[49,42,1,51],[49,45,1,51,"require"],[49,52,1,51],[49,53,1,51,"_dependencyMap"],[49,67,1,51],[50,2,1,51],[50,6,1,51,"Dimensions"],[50,16,1,51],[50,19,1,51,"_interopDefault"],[50,34,1,51],[50,35,1,51,"_reactNativeWebDistExportsDimensions"],[50,71,1,51],[51,2,1,51],[51,6,1,51,"_reactNativeWebDistExportsAlert"],[51,37,1,51],[51,40,1,51,"require"],[51,47,1,51],[51,48,1,51,"_dependencyMap"],[51,62,1,51],[52,2,1,51],[52,6,1,51,"Alert"],[52,11,1,51],[52,14,1,51,"_interopDefault"],[52,29,1,51],[52,30,1,51,"_reactNativeWebDistExportsAlert"],[52,61,1,51],[53,2,12,0],[53,6,12,0,"_expoVectorIcons"],[53,22,12,0],[53,25,12,0,"require"],[53,32,12,0],[53,33,12,0,"_dependencyMap"],[53,47,12,0],[54,2,13,0],[54,6,13,0,"_reactNavigationBottomTabs"],[54,32,13,0],[54,35,13,0,"require"],[54,42,13,0],[54,43,13,0,"_dependencyMap"],[54,57,13,0],[55,2,14,0],[55,6,14,0,"_expoImagePicker"],[55,22,14,0],[55,25,14,0,"require"],[55,32,14,0],[55,33,14,0,"_dependencyMap"],[55,47,14,0],[56,2,14,0],[56,6,14,0,"ImagePicker"],[56,17,14,0],[56,20,14,0,"_interopNamespace"],[56,37,14,0],[56,38,14,0,"_expoImagePicker"],[56,54,14,0],[57,2,15,0],[57,6,15,0,"_contextsAuthContext"],[57,26,15,0],[57,29,15,0,"require"],[57,36,15,0],[57,37,15,0,"_dependencyMap"],[57,51,15,0],[58,2,16,0],[58,6,16,0,"_reactNativeSafeAreaContext"],[58,33,16,0],[58,36,16,0,"require"],[58,43,16,0],[58,44,16,0,"_dependencyMap"],[58,58,16,0],[59,2,16,67],[59,6,16,67,"_reactJsxDevRuntime"],[59,25,16,67],[59,28,16,67,"require"],[59,35,16,67],[59,36,16,67,"_dependencyMap"],[59,50,16,67],[60,2,18,0],[60,8,18,6],[61,4,18,8,"width"],[62,2,18,14],[62,3,18,15],[62,6,18,18,"Dimensions"],[62,16,18,28],[62,17,18,28,"default"],[62,24,18,28],[62,25,18,29,"get"],[62,28,18,32],[62,29,18,33],[62,37,18,41],[62,38,18,42],[63,2,20,0],[63,11,20,9,"HomeTab"],[63,18,20,16,"HomeTab"],[63,19,20,16],[63,21,20,19],[64,4,20,19,"_s"],[64,6,20,19],[65,4,21,2],[65,10,21,8],[66,6,21,10,"user"],[67,4,21,15],[67,5,21,16],[67,8,21,19],[67,12,21,19,"useAuth"],[67,32,21,26],[67,33,21,26,"useAuth"],[67,40,21,26],[67,42,21,27],[67,43,21,28],[68,4,22,2],[68,10,22,8,"insets"],[68,16,22,14],[68,19,22,17],[68,23,22,17,"useSafeAreaInsets"],[68,50,22,34],[68,51,22,34,"useSafeAreaInsets"],[68,68,22,34],[68,70,22,35],[68,71,22,36],[69,4,23,2],[69,10,23,8],[69,11,23,9,"profileImage"],[69,23,23,21],[69,25,23,23,"setProfileImage"],[69,40,23,38],[69,41,23,39],[69,44,23,42],[69,48,23,42,"useState"],[69,54,23,50],[69,55,23,50,"useState"],[69,63,23,50],[69,65,23,66],[69,69,23,70],[69,70,23,71],[70,4,25,2],[70,10,25,8,"pickImage"],[70,19,25,17],[70,22,25,20],[70,28,25,20,"pickImage"],[70,29,25,20],[70,34,25,32],[71,6,26,4],[71,12,26,10,"permissionResult"],[71,28,26,26],[71,31,26,29],[71,37,26,35,"ImagePicker"],[71,48,26,46],[71,49,26,47,"requestMediaLibraryPermissionsAsync"],[71,84,26,82],[71,85,26,83],[71,86,26,84],[72,6,28,4],[72,10,28,8,"permissionResult"],[72,26,28,24],[72,27,28,25,"granted"],[72,34,28,32],[72,39,28,37],[72,44,28,42],[72,46,28,44],[73,8,29,6,"Alert"],[73,13,29,11],[73,14,29,11,"default"],[73,21,29,11],[73,22,29,12,"alert"],[73,27,29,17],[73,28,29,18],[73,49,29,39],[73,51,29,41],[73,98,29,88],[73,99,29,89],[74,8,30,6],[75,6,31,4],[76,6,33,4],[76,12,33,10,"result"],[76,18,33,16],[76,21,33,19],[76,27,33,25,"ImagePicker"],[76,38,33,36],[76,39,33,37,"launchImageLibraryAsync"],[76,62,33,60],[76,63,33,61],[77,8,34,6,"mediaTypes"],[77,18,34,16],[77,20,34,18,"ImagePicker"],[77,31,34,29],[77,32,34,30,"MediaTypeOptions"],[77,48,34,46],[77,49,34,47,"Images"],[77,55,34,53],[78,8,35,6,"allowsEditing"],[78,21,35,19],[78,23,35,21],[78,27,35,25],[79,8,36,6,"aspect"],[79,14,36,12],[79,16,36,14],[79,17,36,15],[79,18,36,16],[79,20,36,18],[79,21,36,19],[79,22,36,20],[80,8,37,6,"quality"],[80,15,37,13],[80,17,37,15],[80,20,37,18],[81,8,38,6,"base64"],[81,14,38,12],[81,16,38,14],[82,6,39,4],[82,7,39,5],[82,8,39,6],[83,6,41,4],[83,10,41,8],[83,11,41,9,"result"],[83,17,41,15],[83,18,41,16,"canceled"],[83,26,41,24],[83,30,41,28,"result"],[83,36,41,34],[83,37,41,35,"assets"],[83,43,41,41],[83,44,41,42],[83,45,41,43],[83,46,41,44],[83,47,41,45,"base64"],[83,53,41,51],[83,55,41,53],[84,8,42,6],[84,14,42,12,"base64Image"],[84,25,42,23],[84,28,42,26],[84,54,42,52,"result"],[84,60,42,58],[84,61,42,59,"assets"],[84,67,42,65],[84,68,42,66],[84,69,42,67],[84,70,42,68],[84,71,42,69,"base64"],[84,77,42,75],[84,79,42,77],[85,8,43,6,"setProfileImage"],[85,23,43,21],[85,24,43,22,"base64Image"],[85,35,43,33],[85,36,43,34],[86,8,44,6],[87,6,45,4],[88,4,46,2],[88,5,46,3],[89,4,47,2],[89,24,48,4],[89,28,48,4,"_reactJsxDevRuntime"],[89,47,48,4],[89,48,48,4,"jsxDEV"],[89,54,48,4],[89,56,48,5,"View"],[89,60,48,9],[89,61,48,9,"default"],[89,68,48,9],[90,6,48,10,"style"],[90,11,48,15],[90,13,48,17,"styles"],[90,19,48,23],[90,20,48,24,"container"],[90,29,48,34],[91,6,48,34,"children"],[91,14,48,34],[91,29,49,6],[91,33,49,6,"_reactJsxDevRuntime"],[91,52,49,6],[91,53,49,6,"jsxDEV"],[91,59,49,6],[91,61,49,7,"ScrollView"],[91,71,49,17],[91,72,49,17,"default"],[91,79,49,17],[92,8,49,18,"showsVerticalScrollIndicator"],[92,36,49,46],[92,38,49,48],[92,43,49,54],[93,8,49,55,"contentContainerStyle"],[93,29,49,76],[93,31,49,78,"styles"],[93,37,49,84],[93,38,49,85,"scrollContent"],[93,51,49,99],[94,8,49,99,"children"],[94,16,49,99],[94,32,51,8],[94,36,51,8,"_reactJsxDevRuntime"],[94,55,51,8],[94,56,51,8,"jsxDEV"],[94,62,51,8],[94,64,51,9,"View"],[94,68,51,13],[94,69,51,13,"default"],[94,76,51,13],[95,10,51,14,"style"],[95,15,51,19],[95,17,51,21],[95,18,51,22,"styles"],[95,24,51,28],[95,25,51,29,"header"],[95,31,51,35],[95,33,51,37],[96,12,51,39,"paddingTop"],[96,22,51,49],[96,24,51,51,"insets"],[96,30,51,57],[96,31,51,58,"top"],[96,34,51,61],[96,37,51,64],[97,10,51,67],[97,11,51,68],[97,12,51,70],[98,10,51,70,"children"],[98,18,51,70],[98,34,52,10],[98,38,52,10,"_reactJsxDevRuntime"],[98,57,52,10],[98,58,52,10,"jsxDEV"],[98,64,52,10],[98,66,52,11,"View"],[98,70,52,15],[98,71,52,15,"default"],[98,78,52,15],[99,12,52,16,"style"],[99,17,52,21],[99,19,52,23,"styles"],[99,25,52,29],[99,26,52,30,"headerLeft"],[99,36,52,41],[100,12,52,41,"children"],[100,20,52,41],[100,36,53,12],[100,40,53,12,"_reactJsxDevRuntime"],[100,59,53,12],[100,60,53,12,"jsxDEV"],[100,66,53,12],[100,68,53,13,"TouchableOpacity"],[100,84,53,29],[100,85,53,29,"default"],[100,92,53,29],[101,14,53,30,"style"],[101,19,53,35],[101,21,53,37,"styles"],[101,27,53,43],[101,28,53,44,"profileImage"],[101,40,53,57],[102,14,53,58,"onPress"],[102,21,53,65],[102,23,53,67,"pickImage"],[102,32,53,77],[103,14,53,77,"children"],[103,22,53,77],[103,24,54,15,"profileImage"],[103,36,54,27],[103,52,55,16],[103,56,55,16,"_reactJsxDevRuntime"],[103,75,55,16],[103,76,55,16,"jsxDEV"],[103,82,55,16],[103,84,55,17,"Image"],[103,89,55,22],[103,90,55,22,"default"],[103,97,55,22],[104,16,55,23,"source"],[104,22,55,29],[104,24,55,31],[105,18,55,33,"uri"],[105,21,55,36],[105,23,55,38,"profileImage"],[106,16,55,51],[106,17,55,53],[107,16,55,54,"style"],[107,21,55,59],[107,23,55,61,"styles"],[107,29,55,67],[107,30,55,68,"profileImageSrc"],[108,14,55,84],[109,16,55,84,"fileName"],[109,24,55,84],[109,26,55,84,"_jsxFileName"],[109,38,55,84],[110,16,55,84,"lineNumber"],[110,26,55,84],[111,16,55,84,"columnNumber"],[111,28,55,84],[112,14,55,84],[112,21,55,86],[112,22,55,87],[112,38,57,16],[112,42,57,16,"_reactJsxDevRuntime"],[112,61,57,16],[112,62,57,16,"jsxDEV"],[112,68,57,16],[112,70,57,17,"_expoVectorIcons"],[112,86,57,25],[112,87,57,25,"Ionicons"],[112,95,57,25],[113,16,57,26,"name"],[113,20,57,30],[113,22,57,31],[113,30,57,39],[114,16,57,40,"size"],[114,20,57,44],[114,22,57,46],[114,24,57,49],[115,16,57,50,"color"],[115,21,57,55],[115,23,57,56],[116,14,57,65],[117,16,57,65,"fileName"],[117,24,57,65],[117,26,57,65,"_jsxFileName"],[117,38,57,65],[118,16,57,65,"lineNumber"],[118,26,57,65],[119,16,57,65,"columnNumber"],[119,28,57,65],[120,14,57,65],[120,21,57,67],[121,12,58,15],[122,14,58,15,"fileName"],[122,22,58,15],[122,24,58,15,"_jsxFileName"],[122,36,58,15],[123,14,58,15,"lineNumber"],[123,24,58,15],[124,14,58,15,"columnNumber"],[124,26,58,15],[125,12,58,15],[125,19,59,30],[125,20,59,31],[125,35,60,12],[125,39,60,12,"_reactJsxDevRuntime"],[125,58,60,12],[125,59,60,12,"jsxDEV"],[125,65,60,12],[125,67,60,13,"View"],[125,71,60,17],[125,72,60,17,"default"],[125,79,60,17],[126,14,60,18,"style"],[126,19,60,23],[126,21,60,25,"styles"],[126,27,60,31],[126,28,60,32,"profileBadge"],[126,40,60,45],[127,14,60,45,"children"],[127,22,60,45],[127,38,61,14],[127,42,61,14,"_reactJsxDevRuntime"],[127,61,61,14],[127,62,61,14,"jsxDEV"],[127,68,61,14],[127,70,61,15,"_expoVectorIcons"],[127,86,61,23],[127,87,61,23,"Ionicons"],[127,95,61,23],[128,16,61,24,"name"],[128,20,61,28],[128,22,61,29],[128,28,61,35],[129,16,61,36,"size"],[129,20,61,40],[129,22,61,42],[129,24,61,45],[130,16,61,46,"color"],[130,21,61,51],[130,23,61,52],[131,14,61,61],[132,16,61,61,"fileName"],[132,24,61,61],[132,26,61,61,"_jsxFileName"],[132,38,61,61],[133,16,61,61,"lineNumber"],[133,26,61,61],[134,16,61,61,"columnNumber"],[134,28,61,61],[135,14,61,61],[135,21,61,63],[135,22,61,64],[135,37,62,14],[135,41,62,14,"_reactJsxDevRuntime"],[135,60,62,14],[135,61,62,14,"jsxDEV"],[135,67,62,14],[135,69,62,15,"Text"],[135,73,62,19],[135,74,62,19,"default"],[135,81,62,19],[136,16,62,20,"style"],[136,21,62,25],[136,23,62,27,"styles"],[136,29,62,33],[136,30,62,34,"trustScore"],[136,40,62,45],[137,16,62,45,"children"],[137,24,62,45],[137,26,62,46],[138,14,62,49],[139,16,62,49,"fileName"],[139,24,62,49],[139,26,62,49,"_jsxFileName"],[139,38,62,49],[140,16,62,49,"lineNumber"],[140,26,62,49],[141,16,62,49,"columnNumber"],[141,28,62,49],[142,14,62,49],[142,21,62,55],[142,22,62,56],[143,12,62,56],[144,14,62,56,"fileName"],[144,22,62,56],[144,24,62,56,"_jsxFileName"],[144,36,62,56],[145,14,62,56,"lineNumber"],[145,24,62,56],[146,14,62,56,"columnNumber"],[146,26,62,56],[147,12,62,56],[147,19,63,18],[147,20,63,19],[148,10,63,19],[149,12,63,19,"fileName"],[149,20,63,19],[149,22,63,19,"_jsxFileName"],[149,34,63,19],[150,12,63,19,"lineNumber"],[150,22,63,19],[151,12,63,19,"columnNumber"],[151,24,63,19],[152,10,63,19],[152,17,64,16],[152,18,64,17],[152,33,65,10],[152,37,65,10,"_reactJsxDevRuntime"],[152,56,65,10],[152,57,65,10,"jsxDEV"],[152,63,65,10],[152,65,65,11,"View"],[152,69,65,15],[152,70,65,15,"default"],[152,77,65,15],[153,12,65,16,"style"],[153,17,65,21],[153,19,65,23,"styles"],[153,25,65,29],[153,26,65,30,"headerRight"],[153,37,65,42],[154,12,65,42,"children"],[154,20,65,42],[154,36,66,12],[154,40,66,12,"_reactJsxDevRuntime"],[154,59,66,12],[154,60,66,12,"jsxDEV"],[154,66,66,12],[154,68,66,13,"TouchableOpacity"],[154,84,66,29],[154,85,66,29,"default"],[154,92,66,29],[155,14,66,30,"style"],[155,19,66,35],[155,21,66,37,"styles"],[155,27,66,43],[155,28,66,44,"iconButton"],[155,38,66,55],[156,14,66,55,"children"],[156,22,66,55],[156,37,67,14],[156,41,67,14,"_reactJsxDevRuntime"],[156,60,67,14],[156,61,67,14,"jsxDEV"],[156,67,67,14],[156,69,67,15,"_expoVectorIcons"],[156,85,67,23],[156,86,67,23,"Ionicons"],[156,94,67,23],[157,16,67,24,"name"],[157,20,67,28],[157,22,67,29],[157,39,67,46],[158,16,67,47,"size"],[158,20,67,51],[158,22,67,53],[158,24,67,56],[159,16,67,57,"color"],[159,21,67,62],[159,23,67,63],[160,14,67,72],[161,16,67,72,"fileName"],[161,24,67,72],[161,26,67,72,"_jsxFileName"],[161,38,67,72],[162,16,67,72,"lineNumber"],[162,26,67,72],[163,16,67,72,"columnNumber"],[163,28,67,72],[164,14,67,72],[164,21,67,74],[165,12,67,75],[166,14,67,75,"fileName"],[166,22,67,75],[166,24,67,75,"_jsxFileName"],[166,36,67,75],[167,14,67,75,"lineNumber"],[167,24,67,75],[168,14,67,75,"columnNumber"],[168,26,67,75],[169,12,67,75],[169,19,68,30],[169,20,68,31],[169,35,69,12],[169,39,69,12,"_reactJsxDevRuntime"],[169,58,69,12],[169,59,69,12,"jsxDEV"],[169,65,69,12],[169,67,69,13,"TouchableOpacity"],[169,83,69,29],[169,84,69,29,"default"],[169,91,69,29],[170,14,69,30,"style"],[170,19,69,35],[170,21,69,37,"styles"],[170,27,69,43],[170,28,69,44,"iconButton"],[170,38,69,55],[171,14,69,55,"children"],[171,22,69,55],[171,37,70,14],[171,41,70,14,"_reactJsxDevRuntime"],[171,60,70,14],[171,61,70,14,"jsxDEV"],[171,67,70,14],[171,69,70,15,"_expoVectorIcons"],[171,85,70,23],[171,86,70,23,"Ionicons"],[171,94,70,23],[172,16,70,24,"name"],[172,20,70,28],[172,22,70,29],[172,45,70,52],[173,16,70,53,"size"],[173,20,70,57],[173,22,70,59],[173,24,70,62],[174,16,70,63,"color"],[174,21,70,68],[174,23,70,69],[175,14,70,78],[176,16,70,78,"fileName"],[176,24,70,78],[176,26,70,78,"_jsxFileName"],[176,38,70,78],[177,16,70,78,"lineNumber"],[177,26,70,78],[178,16,70,78,"columnNumber"],[178,28,70,78],[179,14,70,78],[179,21,70,80],[180,12,70,81],[181,14,70,81,"fileName"],[181,22,70,81],[181,24,70,81,"_jsxFileName"],[181,36,70,81],[182,14,70,81,"lineNumber"],[182,24,70,81],[183,14,70,81,"columnNumber"],[183,26,70,81],[184,12,70,81],[184,19,71,30],[184,20,71,31],[184,35,72,12],[184,39,72,12,"_reactJsxDevRuntime"],[184,58,72,12],[184,59,72,12,"jsxDEV"],[184,65,72,12],[184,67,72,13,"TouchableOpacity"],[184,83,72,29],[184,84,72,29,"default"],[184,91,72,29],[185,14,72,30,"style"],[185,19,72,35],[185,21,72,37,"styles"],[185,27,72,43],[185,28,72,44,"iconButton"],[185,38,72,55],[186,14,72,55,"children"],[186,22,72,55],[186,37,73,14],[186,41,73,14,"_reactJsxDevRuntime"],[186,60,73,14],[186,61,73,14,"jsxDEV"],[186,67,73,14],[186,69,73,15,"_expoVectorIcons"],[186,85,73,23],[186,86,73,23,"Ionicons"],[186,94,73,23],[187,16,73,24,"name"],[187,20,73,28],[187,22,73,29],[187,40,73,47],[188,16,73,48,"size"],[188,20,73,52],[188,22,73,54],[188,24,73,57],[189,16,73,58,"color"],[189,21,73,63],[189,23,73,64],[190,14,73,73],[191,16,73,73,"fileName"],[191,24,73,73],[191,26,73,73,"_jsxFileName"],[191,38,73,73],[192,16,73,73,"lineNumber"],[192,26,73,73],[193,16,73,73,"columnNumber"],[193,28,73,73],[194,14,73,73],[194,21,73,75],[195,12,73,76],[196,14,73,76,"fileName"],[196,22,73,76],[196,24,73,76,"_jsxFileName"],[196,36,73,76],[197,14,73,76,"lineNumber"],[197,24,73,76],[198,14,73,76,"columnNumber"],[198,26,73,76],[199,12,73,76],[199,19,74,30],[199,20,74,31],[200,10,74,31],[201,12,74,31,"fileName"],[201,20,74,31],[201,22,74,31,"_jsxFileName"],[201,34,74,31],[202,12,74,31,"lineNumber"],[202,22,74,31],[203,12,74,31,"columnNumber"],[203,24,74,31],[204,10,74,31],[204,17,75,16],[204,18,75,17],[205,8,75,17],[206,10,75,17,"fileName"],[206,18,75,17],[206,20,75,17,"_jsxFileName"],[206,32,75,17],[207,10,75,17,"lineNumber"],[207,20,75,17],[208,10,75,17,"columnNumber"],[208,22,75,17],[209,8,75,17],[209,15,76,14],[209,16,76,15],[209,31,79,8],[209,35,79,8,"_reactJsxDevRuntime"],[209,54,79,8],[209,55,79,8,"jsxDEV"],[209,61,79,8],[209,63,79,9,"View"],[209,67,79,13],[209,68,79,13,"default"],[209,75,79,13],[210,10,79,14,"style"],[210,15,79,19],[210,17,79,21,"styles"],[210,23,79,27],[210,24,79,28,"announcementWidget"],[210,42,79,47],[211,10,79,47,"children"],[211,18,79,47],[211,33,80,10],[211,37,80,10,"_reactJsxDevRuntime"],[211,56,80,10],[211,57,80,10,"jsxDEV"],[211,63,80,10],[211,65,80,11,"ScrollView"],[211,75,80,21],[211,76,80,21,"default"],[211,83,80,21],[212,12,80,22,"horizontal"],[212,22,80,32],[213,12,80,33,"showsHorizontalScrollIndicator"],[213,42,80,63],[213,44,80,65],[213,49,80,71],[214,12,80,71,"children"],[214,20,80,71],[214,36,81,12],[214,40,81,12,"_reactJsxDevRuntime"],[214,59,81,12],[214,60,81,12,"jsxDEV"],[214,66,81,12],[214,68,81,13,"View"],[214,72,81,17],[214,73,81,17,"default"],[214,80,81,17],[215,14,81,18,"style"],[215,19,81,23],[215,21,81,25,"styles"],[215,27,81,31],[215,28,81,32,"announcement"],[215,40,81,45],[216,14,81,45,"children"],[216,22,81,45],[216,38,82,14],[216,42,82,14,"_reactJsxDevRuntime"],[216,61,82,14],[216,62,82,14,"jsxDEV"],[216,68,82,14],[216,70,82,15,"Text"],[216,74,82,19],[216,75,82,19,"default"],[216,82,82,19],[217,16,82,20,"style"],[217,21,82,25],[217,23,82,27,"styles"],[217,29,82,33],[217,30,82,34,"announcementTitle"],[217,47,82,52],[218,16,82,52,"children"],[218,24,82,52],[218,26,82,53],[219,14,82,80],[220,16,82,80,"fileName"],[220,24,82,80],[220,26,82,80,"_jsxFileName"],[220,38,82,80],[221,16,82,80,"lineNumber"],[221,26,82,80],[222,16,82,80,"columnNumber"],[222,28,82,80],[223,14,82,80],[223,21,82,86],[223,22,82,87],[223,37,83,14],[223,41,83,14,"_reactJsxDevRuntime"],[223,60,83,14],[223,61,83,14,"jsxDEV"],[223,67,83,14],[223,69,83,15,"Text"],[223,73,83,19],[223,74,83,19,"default"],[223,81,83,19],[224,16,83,20,"style"],[224,21,83,25],[224,23,83,27,"styles"],[224,29,83,33],[224,30,83,34,"announcementText"],[224,46,83,51],[225,16,83,51,"children"],[225,24,83,51],[225,26,83,52],[226,14,83,88],[227,16,83,88,"fileName"],[227,24,83,88],[227,26,83,88,"_jsxFileName"],[227,38,83,88],[228,16,83,88,"lineNumber"],[228,26,83,88],[229,16,83,88,"columnNumber"],[229,28,83,88],[230,14,83,88],[230,21,83,94],[230,22,83,95],[231,12,83,95],[232,14,83,95,"fileName"],[232,22,83,95],[232,24,83,95,"_jsxFileName"],[232,36,83,95],[233,14,83,95,"lineNumber"],[233,24,83,95],[234,14,83,95,"columnNumber"],[234,26,83,95],[235,12,83,95],[235,19,84,18],[235,20,84,19],[235,35,85,12],[235,39,85,12,"_reactJsxDevRuntime"],[235,58,85,12],[235,59,85,12,"jsxDEV"],[235,65,85,12],[235,67,85,13,"View"],[235,71,85,17],[235,72,85,17,"default"],[235,79,85,17],[236,14,85,18,"style"],[236,19,85,23],[236,21,85,25,"styles"],[236,27,85,31],[236,28,85,32,"announcement"],[236,40,85,45],[237,14,85,45,"children"],[237,22,85,45],[237,38,86,14],[237,42,86,14,"_reactJsxDevRuntime"],[237,61,86,14],[237,62,86,14,"jsxDEV"],[237,68,86,14],[237,70,86,15,"Text"],[237,74,86,19],[237,75,86,19,"default"],[237,82,86,19],[238,16,86,20,"style"],[238,21,86,25],[238,23,86,27,"styles"],[238,29,86,33],[238,30,86,34,"announcementTitle"],[238,47,86,52],[239,16,86,52,"children"],[239,24,86,52],[239,26,86,53],[240,14,86,67],[241,16,86,67,"fileName"],[241,24,86,67],[241,26,86,67,"_jsxFileName"],[241,38,86,67],[242,16,86,67,"lineNumber"],[242,26,86,67],[243,16,86,67,"columnNumber"],[243,28,86,67],[244,14,86,67],[244,21,86,73],[244,22,86,74],[244,37,87,14],[244,41,87,14,"_reactJsxDevRuntime"],[244,60,87,14],[244,61,87,14,"jsxDEV"],[244,67,87,14],[244,69,87,15,"Text"],[244,73,87,19],[244,74,87,19,"default"],[244,81,87,19],[245,16,87,20,"style"],[245,21,87,25],[245,23,87,27,"styles"],[245,29,87,33],[245,30,87,34,"announcementText"],[245,46,87,51],[246,16,87,51,"children"],[246,24,87,51],[246,26,87,52],[247,14,87,80],[248,16,87,80,"fileName"],[248,24,87,80],[248,26,87,80,"_jsxFileName"],[248,38,87,80],[249,16,87,80,"lineNumber"],[249,26,87,80],[250,16,87,80,"columnNumber"],[250,28,87,80],[251,14,87,80],[251,21,87,86],[251,22,87,87],[252,12,87,87],[253,14,87,87,"fileName"],[253,22,87,87],[253,24,87,87,"_jsxFileName"],[253,36,87,87],[254,14,87,87,"lineNumber"],[254,24,87,87],[255,14,87,87,"columnNumber"],[255,26,87,87],[256,12,87,87],[256,19,88,18],[256,20,88,19],[257,10,88,19],[258,12,88,19,"fileName"],[258,20,88,19],[258,22,88,19,"_jsxFileName"],[258,34,88,19],[259,12,88,19,"lineNumber"],[259,22,88,19],[260,12,88,19,"columnNumber"],[260,24,88,19],[261,10,88,19],[261,17,89,22],[262,8,89,23],[263,10,89,23,"fileName"],[263,18,89,23],[263,20,89,23,"_jsxFileName"],[263,32,89,23],[264,10,89,23,"lineNumber"],[264,20,89,23],[265,10,89,23,"columnNumber"],[265,22,89,23],[266,8,89,23],[266,15,90,14],[266,16,90,15],[266,31,93,8],[266,35,93,8,"_reactJsxDevRuntime"],[266,54,93,8],[266,55,93,8,"jsxDEV"],[266,61,93,8],[266,63,93,9,"View"],[266,67,93,13],[266,68,93,13,"default"],[266,75,93,13],[267,10,93,14,"style"],[267,15,93,19],[267,17,93,21,"styles"],[267,23,93,27],[267,24,93,28,"quickActionsContainer"],[267,45,93,50],[268,10,93,50,"children"],[268,18,93,50],[268,34,94,10],[268,38,94,10,"_reactJsxDevRuntime"],[268,57,94,10],[268,58,94,10,"jsxDEV"],[268,64,94,10],[268,66,94,11,"Text"],[268,70,94,15],[268,71,94,15,"default"],[268,78,94,15],[269,12,94,16,"style"],[269,17,94,21],[269,19,94,23,"styles"],[269,25,94,29],[269,26,94,30,"sectionTitle"],[269,38,94,43],[270,12,94,43,"children"],[270,20,94,43],[270,22,94,44],[271,10,94,57],[272,12,94,57,"fileName"],[272,20,94,57],[272,22,94,57,"_jsxFileName"],[272,34,94,57],[273,12,94,57,"lineNumber"],[273,22,94,57],[274,12,94,57,"columnNumber"],[274,24,94,57],[275,10,94,57],[275,17,94,63],[275,18,94,64],[275,33,95,10],[275,37,95,10,"_reactJsxDevRuntime"],[275,56,95,10],[275,57,95,10,"jsxDEV"],[275,63,95,10],[275,65,95,11,"View"],[275,69,95,15],[275,70,95,15,"default"],[275,77,95,15],[276,12,95,16,"style"],[276,17,95,21],[276,19,95,23,"styles"],[276,25,95,29],[276,26,95,30,"actionsGrid"],[276,37,95,42],[277,12,95,42,"children"],[277,20,95,42],[277,22,96,13,"QUICK_ACTIONS"],[277,35,96,26],[277,36,96,27,"map"],[277,39,96,30],[277,40,96,31],[277,41,96,32,"action"],[277,47,96,38],[277,49,96,40,"index"],[277,54,96,45],[277,72,97,14],[277,76,97,14,"_reactJsxDevRuntime"],[277,95,97,14],[277,96,97,14,"jsxDEV"],[277,102,97,14],[277,104,97,15,"TouchableOpacity"],[277,120,97,31],[277,121,97,31,"default"],[277,128,97,31],[278,14,99,16,"style"],[278,19,99,21],[278,21,99,23],[278,22,99,24,"styles"],[278,28,99,30],[278,29,99,31,"actionCard"],[278,39,99,41],[278,41,100,19,"index"],[278,46,100,24],[278,49,100,27],[278,50,100,28],[278,55,100,33],[278,56,100,34],[278,60,100,39,"styles"],[278,66,100,45],[278,67,100,46,"actionCardFirst"],[278,82,100,61],[278,84,101,19,"index"],[278,89,101,24],[278,92,101,27],[278,93,101,28],[278,98,101,33],[278,99,101,34],[278,103,101,39,"styles"],[278,109,101,45],[278,110,101,46,"actionCardLast"],[278,124,101,60],[278,125,102,18],[279,14,103,16,"activeOpacity"],[279,27,103,29],[279,29,103,31],[279,32,103,35],[280,14,103,35,"children"],[280,22,103,35],[280,38,105,16],[280,42,105,16,"_reactJsxDevRuntime"],[280,61,105,16],[280,62,105,16,"jsxDEV"],[280,68,105,16],[280,70,105,17,"View"],[280,74,105,21],[280,75,105,21,"default"],[280,82,105,21],[281,16,105,22,"style"],[281,21,105,27],[281,23,105,29],[281,24,105,30,"styles"],[281,30,105,36],[281,31,105,37,"actionIcon"],[281,41,105,47],[281,43,105,49],[282,18,105,51,"backgroundColor"],[282,33,105,66],[282,35,105,68,"action"],[282,41,105,74],[282,42,105,75,"color"],[283,16,105,81],[283,17,105,82],[283,18,105,84],[284,16,105,84,"children"],[284,24,105,84],[284,39,106,18],[284,43,106,18,"_reactJsxDevRuntime"],[284,62,106,18],[284,63,106,18,"jsxDEV"],[284,69,106,18],[284,71,106,19,"_expoVectorIcons"],[284,87,106,27],[284,88,106,27,"Ionicons"],[284,96,106,27],[285,18,106,28,"name"],[285,22,106,32],[285,24,106,34,"action"],[285,30,106,40],[285,31,106,41,"icon"],[285,35,106,46],[286,18,106,47,"size"],[286,22,106,51],[286,24,106,53],[286,26,106,56],[287,18,106,57,"color"],[287,23,106,62],[287,25,106,63],[288,16,106,69],[289,18,106,69,"fileName"],[289,26,106,69],[289,28,106,69,"_jsxFileName"],[289,40,106,69],[290,18,106,69,"lineNumber"],[290,28,106,69],[291,18,106,69,"columnNumber"],[291,30,106,69],[292,16,106,69],[292,23,106,71],[293,14,106,72],[294,16,106,72,"fileName"],[294,24,106,72],[294,26,106,72,"_jsxFileName"],[294,38,106,72],[295,16,106,72,"lineNumber"],[295,26,106,72],[296,16,106,72,"columnNumber"],[296,28,106,72],[297,14,106,72],[297,21,107,22],[297,22,107,23],[297,37,108,16],[297,41,108,16,"_reactJsxDevRuntime"],[297,60,108,16],[297,61,108,16,"jsxDEV"],[297,67,108,16],[297,69,108,17,"Text"],[297,73,108,21],[297,74,108,21,"default"],[297,81,108,21],[298,16,108,22,"style"],[298,21,108,27],[298,23,108,29,"styles"],[298,29,108,35],[298,30,108,36,"actionLabel"],[298,41,108,48],[299,16,108,48,"children"],[299,24,108,48],[299,26,108,50,"action"],[299,32,108,56],[299,33,108,57,"label"],[300,14,108,62],[301,16,108,62,"fileName"],[301,24,108,62],[301,26,108,62,"_jsxFileName"],[301,38,108,62],[302,16,108,62,"lineNumber"],[302,26,108,62],[303,16,108,62,"columnNumber"],[303,28,108,62],[304,14,108,62],[304,21,108,69],[304,22,108,70],[305,12,108,70],[305,15,98,21,"action"],[305,21,98,27],[305,22,98,28,"id"],[305,24,98,30],[306,14,98,30,"fileName"],[306,22,98,30],[306,24,98,30,"_jsxFileName"],[306,36,98,30],[307,14,98,30,"lineNumber"],[307,24,98,30],[308,14,98,30,"columnNumber"],[308,26,98,30],[309,12,98,30],[309,19,109,32],[309,20,110,13],[310,10,110,14],[311,12,110,14,"fileName"],[311,20,110,14],[311,22,110,14,"_jsxFileName"],[311,34,110,14],[312,12,110,14,"lineNumber"],[312,22,110,14],[313,12,110,14,"columnNumber"],[313,24,110,14],[314,10,110,14],[314,17,111,16],[314,18,111,17],[315,8,111,17],[316,10,111,17,"fileName"],[316,18,111,17],[316,20,111,17,"_jsxFileName"],[316,32,111,17],[317,10,111,17,"lineNumber"],[317,20,111,17],[318,10,111,17,"columnNumber"],[318,22,111,17],[319,8,111,17],[319,15,112,14],[319,16,112,15],[320,6,112,15],[321,8,112,15,"fileName"],[321,16,112,15],[321,18,112,15,"_jsxFileName"],[321,30,112,15],[322,8,112,15,"lineNumber"],[322,18,112,15],[323,8,112,15,"columnNumber"],[323,20,112,15],[324,6,112,15],[324,13,113,18],[325,4,113,19],[326,6,113,19,"fileName"],[326,14,113,19],[326,16,113,19,"_jsxFileName"],[326,28,113,19],[327,6,113,19,"lineNumber"],[327,16,113,19],[328,6,113,19,"columnNumber"],[328,18,113,19],[329,4,113,19],[329,11,114,10],[329,12,114,11],[330,2,116,0],[331,2,116,1,"_s"],[331,4,116,1],[331,5,20,9,"HomeTab"],[331,12,20,16],[332,4,20,16],[332,12,21,19,"useAuth"],[332,32,21,26],[332,33,21,26,"useAuth"],[332,40,21,26],[332,42,22,17,"useSafeAreaInsets"],[332,69,22,34],[332,70,22,34,"useSafeAreaInsets"],[332,87,22,34],[333,2,22,34],[334,2,22,34,"_c"],[334,4,22,34],[334,7,20,9,"HomeTab"],[334,14,20,16],[335,2,118,0],[335,11,118,9,"WalletTab"],[335,20,118,18,"WalletTab"],[335,21,118,18],[335,23,118,21],[336,4,118,21,"_s2"],[336,7,118,21],[337,4,119,2],[337,10,119,8],[338,6,119,10,"user"],[339,4,119,15],[339,5,119,16],[339,8,119,19],[339,12,119,19,"useAuth"],[339,32,119,26],[339,33,119,26,"useAuth"],[339,40,119,26],[339,42,119,27],[339,43,119,28],[340,4,120,2],[340,10,120,8,"insets"],[340,16,120,14],[340,19,120,17],[340,23,120,17,"useSafeAreaInsets"],[340,50,120,34],[340,51,120,34,"useSafeAreaInsets"],[340,68,120,34],[340,70,120,35],[340,71,120,36],[341,4,121,2],[341,10,121,8],[341,11,121,9,"hezBalance"],[341,21,121,19],[341,23,121,21,"setHezBalance"],[341,36,121,34],[341,37,121,35],[341,40,121,38],[341,44,121,38,"useState"],[341,50,121,46],[341,51,121,46,"useState"],[341,59,121,46],[341,61,121,47],[341,73,121,59],[341,74,121,60],[342,4,122,2],[342,10,122,8],[342,11,122,9,"pezBalance"],[342,21,122,19],[342,23,122,21,"setPezBalance"],[342,36,122,34],[342,37,122,35],[342,40,122,38],[342,44,122,38,"useState"],[342,50,122,46],[342,51,122,46,"useState"],[342,59,122,46],[342,61,122,47],[342,73,122,59],[342,74,122,60],[343,4,123,2],[343,10,123,8],[343,11,123,9,"loading"],[343,18,123,16],[343,20,123,18,"setLoading"],[343,30,123,28],[343,31,123,29],[343,34,123,32],[343,38,123,32,"useState"],[343,44,123,40],[343,45,123,40,"useState"],[343,53,123,40],[343,55,123,41],[343,59,123,45],[343,60,123,46],[344,4,125,2],[344,10,125,8,"TEST_WALLET"],[344,21,125,19],[344,24,125,22],[344,74,125,72],[345,4,127,2],[345,8,127,2,"useEffect"],[345,14,127,11],[345,15,127,11,"useEffect"],[345,24,127,11],[345,26,127,12],[345,32,127,18],[346,6,128,4,"fetchBalance"],[346,18,128,16],[346,19,128,17],[346,20,128,18],[347,4,129,2],[347,5,129,3],[347,7,129,5],[347,9,129,7],[347,10,129,8],[348,4,131,2],[348,10,131,8,"fetchBalance"],[348,22,131,20],[348,25,131,23],[348,31,131,23,"fetchBalance"],[348,32,131,23],[348,37,131,35],[349,6,132,4],[349,10,132,8],[350,8,133,6],[350,14,133,12,"backendUrl"],[350,24,133,22],[350,27,133,25],[350,84,133,64],[350,107,133,87],[351,8,134,6],[351,14,134,12,"controller"],[351,24,134,22],[351,27,134,25],[351,31,134,29,"AbortController"],[351,46,134,44],[351,47,134,45],[351,48,134,46],[352,8,135,6],[352,14,135,12,"timeoutId"],[352,23,135,21],[352,26,135,24,"setTimeout"],[352,36,135,34],[352,37,135,35],[352,43,135,41,"controller"],[352,53,135,51],[352,54,135,52,"abort"],[352,59,135,57],[352,60,135,58],[352,61,135,59],[352,63,135,61],[352,67,135,65],[352,68,135,66],[352,69,135,67],[352,70,135,68],[354,8,137,6],[354,14,137,12,"response"],[354,22,137,20],[354,25,137,23],[354,31,137,29,"fetch"],[354,36,137,34],[354,37,137,35],[354,40,137,38,"backendUrl"],[354,50,137,48],[354,75,137,73],[354,77,137,75],[355,10,138,8,"method"],[355,16,138,14],[355,18,138,16],[355,24,138,22],[356,10,139,8,"headers"],[356,17,139,15],[356,19,139,17],[357,12,140,10],[357,26,140,24],[357,28,140,26],[358,10,141,8],[358,11,141,9],[359,10,142,8,"body"],[359,14,142,12],[359,16,142,14,"JSON"],[359,20,142,18],[359,21,142,19,"stringify"],[359,30,142,28],[359,31,142,29],[360,12,143,10,"address"],[360,19,143,17],[360,21,143,19,"TEST_WALLET"],[361,10,144,8],[361,11,144,9],[361,12,144,10],[362,10,145,8,"signal"],[362,16,145,14],[362,18,145,16,"controller"],[362,28,145,26],[362,29,145,27,"signal"],[363,8,146,6],[363,9,146,7],[363,10,146,8],[364,8,148,6,"clearTimeout"],[364,20,148,18],[364,21,148,19,"timeoutId"],[364,30,148,28],[364,31,148,29],[365,8,150,6],[365,12,150,10,"response"],[365,20,150,18],[365,21,150,19,"ok"],[365,23,150,21],[365,25,150,23],[366,10,151,8],[366,16,151,14,"data"],[366,20,151,18],[366,23,151,21],[366,29,151,27,"response"],[366,37,151,35],[366,38,151,36,"json"],[366,42,151,40],[366,43,151,41],[366,44,151,42],[367,10,152,8,"setHezBalance"],[367,23,152,21],[367,24,152,22,"parseFloat"],[367,34,152,32],[367,35,152,33,"data"],[367,39,152,37],[367,40,152,38,"hez"],[367,43,152,41],[367,44,152,42],[367,45,152,43,"toFixed"],[367,52,152,50],[367,53,152,51],[367,54,152,52],[367,55,152,53],[367,56,152,54],[368,10,153,8,"setPezBalance"],[368,23,153,21],[368,24,153,22,"parseFloat"],[368,34,153,32],[368,35,153,33,"data"],[368,39,153,37],[368,40,153,38,"pez"],[368,43,153,41],[368,44,153,42],[368,45,153,43,"toFixed"],[368,52,153,50],[368,53,153,51],[368,54,153,52],[368,55,153,53],[368,56,153,54],[369,8,154,6],[369,9,154,7],[369,15,154,13],[370,10,155,8,"setHezBalance"],[370,23,155,21],[370,24,155,22],[370,30,155,28],[370,31,155,29],[371,10,156,8,"setPezBalance"],[371,23,156,21],[371,24,156,22],[371,30,156,28],[371,31,156,29],[372,8,157,6],[373,6,158,4],[373,7,158,5],[373,8,158,6],[373,15,158,13,"error"],[373,20,158,18],[373,22,158,20],[374,8,159,6,"console"],[374,15,159,13],[374,16,159,14,"error"],[374,21,159,19],[374,22,159,20],[374,44,159,42],[374,46,159,44,"error"],[374,51,159,49],[374,52,159,50],[375,8,160,6,"setHezBalance"],[375,21,160,19],[375,22,160,20],[375,28,160,26],[375,29,160,27],[376,8,161,6,"setPezBalance"],[376,21,161,19],[376,22,161,20],[376,28,161,26],[376,29,161,27],[377,6,162,4],[377,7,162,5],[377,16,162,14],[378,8,163,6,"setLoading"],[378,18,163,16],[378,19,163,17],[378,24,163,22],[378,25,163,23],[379,6,164,4],[380,4,165,2],[380,5,165,3],[381,4,167,2],[381,24,168,4],[381,28,168,4,"_reactJsxDevRuntime"],[381,47,168,4],[381,48,168,4,"jsxDEV"],[381,54,168,4],[381,56,168,5,"View"],[381,60,168,9],[381,61,168,9,"default"],[381,68,168,9],[382,6,168,10,"style"],[382,11,168,15],[382,13,168,17,"styles"],[382,19,168,23],[382,20,168,24,"container"],[382,29,168,34],[383,6,168,34,"children"],[383,14,168,34],[383,29,169,6],[383,33,169,6,"_reactJsxDevRuntime"],[383,52,169,6],[383,53,169,6,"jsxDEV"],[383,59,169,6],[383,61,169,7,"ScrollView"],[383,71,169,17],[383,72,169,17,"default"],[383,79,169,17],[384,8,169,18,"contentContainerStyle"],[384,29,169,39],[384,31,169,41,"styles"],[384,37,169,47],[384,38,169,48,"walletScrollContent"],[384,57,169,68],[385,8,169,68,"children"],[385,16,169,68],[385,32,171,8],[385,36,171,8,"_reactJsxDevRuntime"],[385,55,171,8],[385,56,171,8,"jsxDEV"],[385,62,171,8],[385,64,171,9,"View"],[385,68,171,13],[385,69,171,13,"default"],[385,76,171,13],[386,10,171,14,"style"],[386,15,171,19],[386,17,171,21],[386,18,171,22,"styles"],[386,24,171,28],[386,25,171,29,"walletHeader"],[386,37,171,41],[386,39,171,43],[387,12,171,45,"paddingTop"],[387,22,171,55],[387,24,171,57,"insets"],[387,30,171,63],[387,31,171,64,"top"],[387,34,171,67],[387,37,171,70],[388,10,171,73],[388,11,171,74],[388,12,171,76],[389,10,171,76,"children"],[389,18,171,76],[389,34,172,10],[389,38,172,10,"_reactJsxDevRuntime"],[389,57,172,10],[389,58,172,10,"jsxDEV"],[389,64,172,10],[389,66,172,11,"Text"],[389,70,172,15],[389,71,172,15,"default"],[389,78,172,15],[390,12,172,16,"style"],[390,17,172,21],[390,19,172,23,"styles"],[390,25,172,29],[390,26,172,30,"walletTitle"],[390,37,172,42],[391,12,172,42,"children"],[391,20,172,42],[391,22,172,43],[392,10,172,52],[393,12,172,52,"fileName"],[393,20,172,52],[393,22,172,52,"_jsxFileName"],[393,34,172,52],[394,12,172,52,"lineNumber"],[394,22,172,52],[395,12,172,52,"columnNumber"],[395,24,172,52],[396,10,172,52],[396,17,172,58],[396,18,172,59],[396,33,173,10],[396,37,173,10,"_reactJsxDevRuntime"],[396,56,173,10],[396,57,173,10,"jsxDEV"],[396,63,173,10],[396,65,173,11,"TouchableOpacity"],[396,81,173,27],[396,82,173,27,"default"],[396,89,173,27],[397,12,173,28,"onPress"],[397,19,173,35],[397,21,173,37,"fetchBalance"],[397,33,173,50],[398,12,173,51,"style"],[398,17,173,56],[398,19,173,58,"styles"],[398,25,173,64],[398,26,173,65,"refreshButton"],[398,39,173,79],[399,12,173,79,"children"],[399,20,173,79],[399,35,174,12],[399,39,174,12,"_reactJsxDevRuntime"],[399,58,174,12],[399,59,174,12,"jsxDEV"],[399,65,174,12],[399,67,174,13,"_expoVectorIcons"],[399,83,174,21],[399,84,174,21,"Ionicons"],[399,92,174,21],[400,14,174,22,"name"],[400,18,174,26],[400,20,174,27],[400,29,174,36],[401,14,174,37,"size"],[401,18,174,41],[401,20,174,43],[401,22,174,46],[402,14,174,47,"color"],[402,19,174,52],[402,21,174,53],[403,12,174,62],[404,14,174,62,"fileName"],[404,22,174,62],[404,24,174,62,"_jsxFileName"],[404,36,174,62],[405,14,174,62,"lineNumber"],[405,24,174,62],[406,14,174,62,"columnNumber"],[406,26,174,62],[407,12,174,62],[407,19,174,64],[408,10,174,65],[409,12,174,65,"fileName"],[409,20,174,65],[409,22,174,65,"_jsxFileName"],[409,34,174,65],[410,12,174,65,"lineNumber"],[410,22,174,65],[411,12,174,65,"columnNumber"],[411,24,174,65],[412,10,174,65],[412,17,175,28],[412,18,175,29],[413,8,175,29],[414,10,175,29,"fileName"],[414,18,175,29],[414,20,175,29,"_jsxFileName"],[414,32,175,29],[415,10,175,29,"lineNumber"],[415,20,175,29],[416,10,175,29,"columnNumber"],[416,22,175,29],[417,8,175,29],[417,15,176,14],[417,16,176,15],[417,31,179,8],[417,35,179,8,"_reactJsxDevRuntime"],[417,54,179,8],[417,55,179,8,"jsxDEV"],[417,61,179,8],[417,63,179,9,"View"],[417,67,179,13],[417,68,179,13,"default"],[417,75,179,13],[418,10,179,14,"style"],[418,15,179,19],[418,17,179,21,"styles"],[418,23,179,27],[418,24,179,28,"balanceRow"],[418,34,179,39],[419,10,179,39,"children"],[419,18,179,39],[419,34,180,10],[419,38,180,10,"_reactJsxDevRuntime"],[419,57,180,10],[419,58,180,10,"jsxDEV"],[419,64,180,10],[419,66,180,11,"View"],[419,70,180,15],[419,71,180,15,"default"],[419,78,180,15],[420,12,180,16,"style"],[420,17,180,21],[420,19,180,23,"styles"],[420,25,180,29],[420,26,180,30,"balanceCardNew"],[420,40,180,45],[421,12,180,45,"children"],[421,20,180,45],[421,36,181,12],[421,40,181,12,"_reactJsxDevRuntime"],[421,59,181,12],[421,60,181,12,"jsxDEV"],[421,66,181,12],[421,68,181,13,"Image"],[421,73,181,18],[421,74,181,18,"default"],[421,81,181,18],[422,14,182,14,"source"],[422,20,182,20],[422,22,182,22],[423,16,182,24,"uri"],[423,19,182,27],[423,21,182,29],[424,14,182,145],[424,15,182,147],[425,14,183,14,"style"],[425,19,183,19],[425,21,183,21,"styles"],[425,27,183,27],[425,28,183,28,"tokenLogoNew"],[426,12,183,41],[427,14,183,41,"fileName"],[427,22,183,41],[427,24,183,41,"_jsxFileName"],[427,36,183,41],[428,14,183,41,"lineNumber"],[428,24,183,41],[429,14,183,41,"columnNumber"],[429,26,183,41],[430,12,183,41],[430,19,184,13],[430,20,184,14],[430,35,185,12],[430,39,185,12,"_reactJsxDevRuntime"],[430,58,185,12],[430,59,185,12,"jsxDEV"],[430,65,185,12],[430,67,185,13,"Text"],[430,71,185,17],[430,72,185,17,"default"],[430,79,185,17],[431,14,185,18,"style"],[431,19,185,23],[431,21,185,25,"styles"],[431,27,185,31],[431,28,185,32,"tokenSymbolNew"],[431,42,185,47],[432,14,185,47,"children"],[432,22,185,47],[432,24,185,48],[433,12,185,51],[434,14,185,51,"fileName"],[434,22,185,51],[434,24,185,51,"_jsxFileName"],[434,36,185,51],[435,14,185,51,"lineNumber"],[435,24,185,51],[436,14,185,51,"columnNumber"],[436,26,185,51],[437,12,185,51],[437,19,185,57],[437,20,185,58],[437,35,186,12],[437,39,186,12,"_reactJsxDevRuntime"],[437,58,186,12],[437,59,186,12,"jsxDEV"],[437,65,186,12],[437,67,186,13,"Text"],[437,71,186,17],[437,72,186,17,"default"],[437,79,186,17],[438,14,186,18,"style"],[438,19,186,23],[438,21,186,25,"styles"],[438,27,186,31],[438,28,186,32,"balanceAmountNew"],[438,44,186,49],[439,14,186,49,"children"],[439,22,186,49],[439,24,186,51,"hezBalance"],[440,12,186,61],[441,14,186,61,"fileName"],[441,22,186,61],[441,24,186,61,"_jsxFileName"],[441,36,186,61],[442,14,186,61,"lineNumber"],[442,24,186,61],[443,14,186,61,"columnNumber"],[443,26,186,61],[444,12,186,61],[444,19,186,68],[444,20,186,69],[444,35,187,12],[444,39,187,12,"_reactJsxDevRuntime"],[444,58,187,12],[444,59,187,12,"jsxDEV"],[444,65,187,12],[444,67,187,13,"Text"],[444,71,187,17],[444,72,187,17,"default"],[444,79,187,17],[445,14,187,18,"style"],[445,19,187,23],[445,21,187,25,"styles"],[445,27,187,31],[445,28,187,32,"tokenNameNew"],[445,40,187,45],[446,14,187,45,"children"],[446,22,187,45],[446,24,187,46],[447,12,187,61],[448,14,187,61,"fileName"],[448,22,187,61],[448,24,187,61,"_jsxFileName"],[448,36,187,61],[449,14,187,61,"lineNumber"],[449,24,187,61],[450,14,187,61,"columnNumber"],[450,26,187,61],[451,12,187,61],[451,19,187,67],[451,20,187,68],[452,10,187,68],[453,12,187,68,"fileName"],[453,20,187,68],[453,22,187,68,"_jsxFileName"],[453,34,187,68],[454,12,187,68,"lineNumber"],[454,22,187,68],[455,12,187,68,"columnNumber"],[455,24,187,68],[456,10,187,68],[456,17,188,16],[456,18,188,17],[456,33,190,10],[456,37,190,10,"_reactJsxDevRuntime"],[456,56,190,10],[456,57,190,10,"jsxDEV"],[456,63,190,10],[456,65,190,11,"View"],[456,69,190,15],[456,70,190,15,"default"],[456,77,190,15],[457,12,190,16,"style"],[457,17,190,21],[457,19,190,23,"styles"],[457,25,190,29],[457,26,190,30,"balanceCardNew"],[457,40,190,45],[458,12,190,45,"children"],[458,20,190,45],[458,36,191,12],[458,40,191,12,"_reactJsxDevRuntime"],[458,59,191,12],[458,60,191,12,"jsxDEV"],[458,66,191,12],[458,68,191,13,"Image"],[458,73,191,18],[458,74,191,18,"default"],[458,81,191,18],[459,14,192,14,"source"],[459,20,192,20],[459,22,192,22],[460,16,192,24,"uri"],[460,19,192,27],[460,21,192,29],[461,14,192,129],[461,15,192,131],[462,14,193,14,"style"],[462,19,193,19],[462,21,193,21,"styles"],[462,27,193,27],[462,28,193,28,"tokenLogoNew"],[463,12,193,41],[464,14,193,41,"fileName"],[464,22,193,41],[464,24,193,41,"_jsxFileName"],[464,36,193,41],[465,14,193,41,"lineNumber"],[465,24,193,41],[466,14,193,41,"columnNumber"],[466,26,193,41],[467,12,193,41],[467,19,194,13],[467,20,194,14],[467,35,195,12],[467,39,195,12,"_reactJsxDevRuntime"],[467,58,195,12],[467,59,195,12,"jsxDEV"],[467,65,195,12],[467,67,195,13,"Text"],[467,71,195,17],[467,72,195,17,"default"],[467,79,195,17],[468,14,195,18,"style"],[468,19,195,23],[468,21,195,25,"styles"],[468,27,195,31],[468,28,195,32,"tokenSymbolNew"],[468,42,195,47],[469,14,195,47,"children"],[469,22,195,47],[469,24,195,48],[470,12,195,51],[471,14,195,51,"fileName"],[471,22,195,51],[471,24,195,51,"_jsxFileName"],[471,36,195,51],[472,14,195,51,"lineNumber"],[472,24,195,51],[473,14,195,51,"columnNumber"],[473,26,195,51],[474,12,195,51],[474,19,195,57],[474,20,195,58],[474,35,196,12],[474,39,196,12,"_reactJsxDevRuntime"],[474,58,196,12],[474,59,196,12,"jsxDEV"],[474,65,196,12],[474,67,196,13,"Text"],[474,71,196,17],[474,72,196,17,"default"],[474,79,196,17],[475,14,196,18,"style"],[475,19,196,23],[475,21,196,25,"styles"],[475,27,196,31],[475,28,196,32,"balanceAmountNew"],[475,44,196,49],[476,14,196,49,"children"],[476,22,196,49],[476,24,196,51,"pezBalance"],[477,12,196,61],[478,14,196,61,"fileName"],[478,22,196,61],[478,24,196,61,"_jsxFileName"],[478,36,196,61],[479,14,196,61,"lineNumber"],[479,24,196,61],[480,14,196,61,"columnNumber"],[480,26,196,61],[481,12,196,61],[481,19,196,68],[481,20,196,69],[481,35,197,12],[481,39,197,12,"_reactJsxDevRuntime"],[481,58,197,12],[481,59,197,12,"jsxDEV"],[481,65,197,12],[481,67,197,13,"Text"],[481,71,197,17],[481,72,197,17,"default"],[481,79,197,17],[482,14,197,18,"style"],[482,19,197,23],[482,21,197,25,"styles"],[482,27,197,31],[482,28,197,32,"tokenNameNew"],[482,40,197,45],[483,14,197,45,"children"],[483,22,197,45],[483,24,197,46],[484,12,197,59],[485,14,197,59,"fileName"],[485,22,197,59],[485,24,197,59,"_jsxFileName"],[485,36,197,59],[486,14,197,59,"lineNumber"],[486,24,197,59],[487,14,197,59,"columnNumber"],[487,26,197,59],[488,12,197,59],[488,19,197,65],[488,20,197,66],[489,10,197,66],[490,12,197,66,"fileName"],[490,20,197,66],[490,22,197,66,"_jsxFileName"],[490,34,197,66],[491,12,197,66,"lineNumber"],[491,22,197,66],[492,12,197,66,"columnNumber"],[492,24,197,66],[493,10,197,66],[493,17,198,16],[493,18,198,17],[494,8,198,17],[495,10,198,17,"fileName"],[495,18,198,17],[495,20,198,17,"_jsxFileName"],[495,32,198,17],[496,10,198,17,"lineNumber"],[496,20,198,17],[497,10,198,17,"columnNumber"],[497,22,198,17],[498,8,198,17],[498,15,199,14],[498,16,199,15],[498,31,202,8],[498,35,202,8,"_reactJsxDevRuntime"],[498,54,202,8],[498,55,202,8,"jsxDEV"],[498,61,202,8],[498,63,202,9,"View"],[498,67,202,13],[498,68,202,13,"default"],[498,75,202,13],[499,10,202,14,"style"],[499,15,202,19],[499,17,202,21,"styles"],[499,23,202,27],[499,24,202,28,"actionsContainer"],[499,40,202,45],[500,10,202,45,"children"],[500,18,202,45],[500,34,204,10],[500,38,204,10,"_reactJsxDevRuntime"],[500,57,204,10],[500,58,204,10,"jsxDEV"],[500,64,204,10],[500,66,204,11,"View"],[500,70,204,15],[500,71,204,15,"default"],[500,78,204,15],[501,12,204,16,"style"],[501,17,204,21],[501,19,204,23,"styles"],[501,25,204,29],[501,26,204,30,"actionsRow"],[501,36,204,41],[502,12,204,41,"children"],[502,20,204,41],[502,36,205,12],[502,40,205,12,"_reactJsxDevRuntime"],[502,59,205,12],[502,60,205,12,"jsxDEV"],[502,66,205,12],[502,68,205,13,"TouchableOpacity"],[502,84,205,29],[502,85,205,29,"default"],[502,92,205,29],[503,14,205,30,"style"],[503,19,205,35],[503,21,205,37],[503,22,205,38,"styles"],[503,28,205,44],[503,29,205,45,"actionBtn"],[503,38,205,54],[503,40,205,56],[504,16,205,57,"backgroundColor"],[504,31,205,72],[504,33,205,74],[505,14,205,83],[505,15,205,84],[505,16,205,86],[506,14,205,86,"children"],[506,22,205,86],[506,38,206,14],[506,42,206,14,"_reactJsxDevRuntime"],[506,61,206,14],[506,62,206,14,"jsxDEV"],[506,68,206,14],[506,70,206,15,"_expoVectorIcons"],[506,86,206,23],[506,87,206,23,"Ionicons"],[506,95,206,23],[507,16,206,24,"name"],[507,20,206,28],[507,22,206,29],[507,32,206,39],[508,16,206,40,"size"],[508,20,206,44],[508,22,206,46],[508,24,206,49],[509,16,206,50,"color"],[509,21,206,55],[509,23,206,56],[510,14,206,62],[511,16,206,62,"fileName"],[511,24,206,62],[511,26,206,62,"_jsxFileName"],[511,38,206,62],[512,16,206,62,"lineNumber"],[512,26,206,62],[513,16,206,62,"columnNumber"],[513,28,206,62],[514,14,206,62],[514,21,206,64],[514,22,206,65],[514,37,207,14],[514,41,207,14,"_reactJsxDevRuntime"],[514,60,207,14],[514,61,207,14,"jsxDEV"],[514,67,207,14],[514,69,207,15,"Text"],[514,73,207,19],[514,74,207,19,"default"],[514,81,207,19],[515,16,207,20,"style"],[515,21,207,25],[515,23,207,27,"styles"],[515,29,207,33],[515,30,207,34,"actionBtnText"],[515,43,207,48],[516,16,207,48,"children"],[516,24,207,48],[516,26,207,49],[517,14,207,53],[518,16,207,53,"fileName"],[518,24,207,53],[518,26,207,53,"_jsxFileName"],[518,38,207,53],[519,16,207,53,"lineNumber"],[519,26,207,53],[520,16,207,53,"columnNumber"],[520,28,207,53],[521,14,207,53],[521,21,207,59],[521,22,207,60],[522,12,207,60],[523,14,207,60,"fileName"],[523,22,207,60],[523,24,207,60,"_jsxFileName"],[523,36,207,60],[524,14,207,60,"lineNumber"],[524,24,207,60],[525,14,207,60,"columnNumber"],[525,26,207,60],[526,12,207,60],[526,19,208,30],[526,20,208,31],[526,35,209,12],[526,39,209,12,"_reactJsxDevRuntime"],[526,58,209,12],[526,59,209,12,"jsxDEV"],[526,65,209,12],[526,67,209,13,"TouchableOpacity"],[526,83,209,29],[526,84,209,29,"default"],[526,91,209,29],[527,14,209,30,"style"],[527,19,209,35],[527,21,209,37],[527,22,209,38,"styles"],[527,28,209,44],[527,29,209,45,"actionBtn"],[527,38,209,54],[527,40,209,56],[528,16,209,57,"backgroundColor"],[528,31,209,72],[528,33,209,74],[529,14,209,83],[529,15,209,84],[529,16,209,86],[530,14,209,86,"children"],[530,22,209,86],[530,38,210,14],[530,42,210,14,"_reactJsxDevRuntime"],[530,61,210,14],[530,62,210,14,"jsxDEV"],[530,68,210,14],[530,70,210,15,"_expoVectorIcons"],[530,86,210,23],[530,87,210,23,"Ionicons"],[530,95,210,23],[531,16,210,24,"name"],[531,20,210,28],[531,22,210,29],[531,34,210,41],[532,16,210,42,"size"],[532,20,210,46],[532,22,210,48],[532,24,210,51],[533,16,210,52,"color"],[533,21,210,57],[533,23,210,58],[534,14,210,64],[535,16,210,64,"fileName"],[535,24,210,64],[535,26,210,64,"_jsxFileName"],[535,38,210,64],[536,16,210,64,"lineNumber"],[536,26,210,64],[537,16,210,64,"columnNumber"],[537,28,210,64],[538,14,210,64],[538,21,210,66],[538,22,210,67],[538,37,211,14],[538,41,211,14,"_reactJsxDevRuntime"],[538,60,211,14],[538,61,211,14,"jsxDEV"],[538,67,211,14],[538,69,211,15,"Text"],[538,73,211,19],[538,74,211,19,"default"],[538,81,211,19],[539,16,211,20,"style"],[539,21,211,25],[539,23,211,27,"styles"],[539,29,211,33],[539,30,211,34,"actionBtnText"],[539,43,211,48],[540,16,211,48,"children"],[540,24,211,48],[540,26,211,49],[541,14,211,56],[542,16,211,56,"fileName"],[542,24,211,56],[542,26,211,56,"_jsxFileName"],[542,38,211,56],[543,16,211,56,"lineNumber"],[543,26,211,56],[544,16,211,56,"columnNumber"],[544,28,211,56],[545,14,211,56],[545,21,211,62],[545,22,211,63],[546,12,211,63],[547,14,211,63,"fileName"],[547,22,211,63],[547,24,211,63,"_jsxFileName"],[547,36,211,63],[548,14,211,63,"lineNumber"],[548,24,211,63],[549,14,211,63,"columnNumber"],[549,26,211,63],[550,12,211,63],[550,19,212,30],[550,20,212,31],[550,35,213,12],[550,39,213,12,"_reactJsxDevRuntime"],[550,58,213,12],[550,59,213,12,"jsxDEV"],[550,65,213,12],[550,67,213,13,"TouchableOpacity"],[550,83,213,29],[550,84,213,29,"default"],[550,91,213,29],[551,14,213,30,"style"],[551,19,213,35],[551,21,213,37],[551,22,213,38,"styles"],[551,28,213,44],[551,29,213,45,"actionBtn"],[551,38,213,54],[551,40,213,56],[552,16,213,57,"backgroundColor"],[552,31,213,72],[552,33,213,74],[553,14,213,83],[553,15,213,84],[553,16,213,86],[554,14,213,86,"children"],[554,22,213,86],[554,38,214,14],[554,42,214,14,"_reactJsxDevRuntime"],[554,61,214,14],[554,62,214,14,"jsxDEV"],[554,68,214,14],[554,70,214,15,"_expoVectorIcons"],[554,86,214,23],[554,87,214,23,"Ionicons"],[554,95,214,23],[555,16,214,24,"name"],[555,20,214,28],[555,22,214,29],[555,39,214,46],[556,16,214,47,"size"],[556,20,214,51],[556,22,214,53],[556,24,214,56],[557,16,214,57,"color"],[557,21,214,62],[557,23,214,63],[558,14,214,69],[559,16,214,69,"fileName"],[559,24,214,69],[559,26,214,69,"_jsxFileName"],[559,38,214,69],[560,16,214,69,"lineNumber"],[560,26,214,69],[561,16,214,69,"columnNumber"],[561,28,214,69],[562,14,214,69],[562,21,214,71],[562,22,214,72],[562,37,215,14],[562,41,215,14,"_reactJsxDevRuntime"],[562,60,215,14],[562,61,215,14,"jsxDEV"],[562,67,215,14],[562,69,215,15,"Text"],[562,73,215,19],[562,74,215,19,"default"],[562,81,215,19],[563,16,215,20,"style"],[563,21,215,25],[563,23,215,27,"styles"],[563,29,215,33],[563,30,215,34,"actionBtnText"],[563,43,215,48],[564,16,215,48,"children"],[564,24,215,48],[564,26,215,49],[565,14,215,53],[566,16,215,53,"fileName"],[566,24,215,53],[566,26,215,53,"_jsxFileName"],[566,38,215,53],[567,16,215,53,"lineNumber"],[567,26,215,53],[568,16,215,53,"columnNumber"],[568,28,215,53],[569,14,215,53],[569,21,215,59],[569,22,215,60],[570,12,215,60],[571,14,215,60,"fileName"],[571,22,215,60],[571,24,215,60,"_jsxFileName"],[571,36,215,60],[572,14,215,60,"lineNumber"],[572,24,215,60],[573,14,215,60,"columnNumber"],[573,26,215,60],[574,12,215,60],[574,19,216,30],[574,20,216,31],[574,35,217,12],[574,39,217,12,"_reactJsxDevRuntime"],[574,58,217,12],[574,59,217,12,"jsxDEV"],[574,65,217,12],[574,67,217,13,"TouchableOpacity"],[574,83,217,29],[574,84,217,29,"default"],[574,91,217,29],[575,14,217,30,"style"],[575,19,217,35],[575,21,217,37],[575,22,217,38,"styles"],[575,28,217,44],[575,29,217,45,"actionBtn"],[575,38,217,54],[575,40,217,56],[576,16,217,57,"backgroundColor"],[576,31,217,72],[576,33,217,74],[577,14,217,83],[577,15,217,84],[577,16,217,86],[578,14,217,86,"children"],[578,22,217,86],[578,38,218,14],[578,42,218,14,"_reactJsxDevRuntime"],[578,61,218,14],[578,62,218,14,"jsxDEV"],[578,68,218,14],[578,70,218,15,"_expoVectorIcons"],[578,86,218,23],[578,87,218,23,"Ionicons"],[578,95,218,23],[579,16,218,24,"name"],[579,20,218,28],[579,22,218,29],[579,30,218,37],[580,16,218,38,"size"],[580,20,218,42],[580,22,218,44],[580,24,218,47],[581,16,218,48,"color"],[581,21,218,53],[581,23,218,54],[582,14,218,60],[583,16,218,60,"fileName"],[583,24,218,60],[583,26,218,60,"_jsxFileName"],[583,38,218,60],[584,16,218,60,"lineNumber"],[584,26,218,60],[585,16,218,60,"columnNumber"],[585,28,218,60],[586,14,218,60],[586,21,218,62],[586,22,218,63],[586,37,219,14],[586,41,219,14,"_reactJsxDevRuntime"],[586,60,219,14],[586,61,219,14,"jsxDEV"],[586,67,219,14],[586,69,219,15,"Text"],[586,73,219,19],[586,74,219,19,"default"],[586,81,219,19],[587,16,219,20,"style"],[587,21,219,25],[587,23,219,27,"styles"],[587,29,219,33],[587,30,219,34,"actionBtnText"],[587,43,219,48],[588,16,219,48,"children"],[588,24,219,48],[588,26,219,49],[589,14,219,52],[590,16,219,52,"fileName"],[590,24,219,52],[590,26,219,52,"_jsxFileName"],[590,38,219,52],[591,16,219,52,"lineNumber"],[591,26,219,52],[592,16,219,52,"columnNumber"],[592,28,219,52],[593,14,219,52],[593,21,219,58],[593,22,219,59],[594,12,219,59],[595,14,219,59,"fileName"],[595,22,219,59],[595,24,219,59,"_jsxFileName"],[595,36,219,59],[596,14,219,59,"lineNumber"],[596,24,219,59],[597,14,219,59,"columnNumber"],[597,26,219,59],[598,12,219,59],[598,19,220,30],[598,20,220,31],[599,10,220,31],[600,12,220,31,"fileName"],[600,20,220,31],[600,22,220,31,"_jsxFileName"],[600,34,220,31],[601,12,220,31,"lineNumber"],[601,22,220,31],[602,12,220,31,"columnNumber"],[602,24,220,31],[603,10,220,31],[603,17,221,16],[603,18,221,17],[603,33,224,10],[603,37,224,10,"_reactJsxDevRuntime"],[603,56,224,10],[603,57,224,10,"jsxDEV"],[603,63,224,10],[603,65,224,11,"View"],[603,69,224,15],[603,70,224,15,"default"],[603,77,224,15],[604,12,224,16,"style"],[604,17,224,21],[604,19,224,23,"styles"],[604,25,224,29],[604,26,224,30,"actionsRow"],[604,36,224,41],[605,12,224,41,"children"],[605,20,224,41],[605,36,225,12],[605,40,225,12,"_reactJsxDevRuntime"],[605,59,225,12],[605,60,225,12,"jsxDEV"],[605,66,225,12],[605,68,225,13,"TouchableOpacity"],[605,84,225,29],[605,85,225,29,"default"],[605,92,225,29],[606,14,225,30,"style"],[606,19,225,35],[606,21,225,37],[606,22,225,38,"styles"],[606,28,225,44],[606,29,225,45,"actionBtn"],[606,38,225,54],[606,40,225,56],[607,16,225,57,"backgroundColor"],[607,31,225,72],[607,33,225,74],[608,14,225,83],[608,15,225,84],[608,16,225,86],[609,14,225,86,"children"],[609,22,225,86],[609,38,226,14],[609,42,226,14,"_reactJsxDevRuntime"],[609,61,226,14],[609,62,226,14,"jsxDEV"],[609,68,226,14],[609,70,226,15,"_expoVectorIcons"],[609,86,226,23],[609,87,226,23,"Ionicons"],[609,95,226,23],[610,16,226,24,"name"],[610,20,226,28],[610,22,226,29],[610,33,226,40],[611,16,226,41,"size"],[611,20,226,45],[611,22,226,47],[611,24,226,50],[612,16,226,51,"color"],[612,21,226,56],[612,23,226,57],[613,14,226,63],[614,16,226,63,"fileName"],[614,24,226,63],[614,26,226,63,"_jsxFileName"],[614,38,226,63],[615,16,226,63,"lineNumber"],[615,26,226,63],[616,16,226,63,"columnNumber"],[616,28,226,63],[617,14,226,63],[617,21,226,65],[617,22,226,66],[617,37,227,14],[617,41,227,14,"_reactJsxDevRuntime"],[617,60,227,14],[617,61,227,14,"jsxDEV"],[617,67,227,14],[617,69,227,15,"Text"],[617,73,227,19],[617,74,227,19,"default"],[617,81,227,19],[618,16,227,20,"style"],[618,21,227,25],[618,23,227,27,"styles"],[618,29,227,33],[618,30,227,34,"actionBtnText"],[618,43,227,48],[619,16,227,48,"children"],[619,24,227,48],[619,26,227,49],[620,14,227,53],[621,16,227,53,"fileName"],[621,24,227,53],[621,26,227,53,"_jsxFileName"],[621,38,227,53],[622,16,227,53,"lineNumber"],[622,26,227,53],[623,16,227,53,"columnNumber"],[623,28,227,53],[624,14,227,53],[624,21,227,59],[624,22,227,60],[625,12,227,60],[626,14,227,60,"fileName"],[626,22,227,60],[626,24,227,60,"_jsxFileName"],[626,36,227,60],[627,14,227,60,"lineNumber"],[627,24,227,60],[628,14,227,60,"columnNumber"],[628,26,227,60],[629,12,227,60],[629,19,228,30],[629,20,228,31],[629,35,229,12],[629,39,229,12,"_reactJsxDevRuntime"],[629,58,229,12],[629,59,229,12,"jsxDEV"],[629,65,229,12],[629,67,229,13,"TouchableOpacity"],[629,83,229,29],[629,84,229,29,"default"],[629,91,229,29],[630,14,229,30,"style"],[630,19,229,35],[630,21,229,37],[630,22,229,38,"styles"],[630,28,229,44],[630,29,229,45,"actionBtn"],[630,38,229,54],[630,40,229,56],[631,16,229,57,"backgroundColor"],[631,31,229,72],[631,33,229,74],[632,14,229,83],[632,15,229,84],[632,16,229,86],[633,14,229,86,"children"],[633,22,229,86],[633,38,230,14],[633,42,230,14,"_reactJsxDevRuntime"],[633,61,230,14],[633,62,230,14,"jsxDEV"],[633,68,230,14],[633,70,230,15,"_expoVectorIcons"],[633,86,230,23],[633,87,230,23,"Ionicons"],[633,95,230,23],[634,16,230,24,"name"],[634,20,230,28],[634,22,230,29],[634,28,230,35],[635,16,230,36,"size"],[635,20,230,40],[635,22,230,42],[635,24,230,45],[636,16,230,46,"color"],[636,21,230,51],[636,23,230,52],[637,14,230,58],[638,16,230,58,"fileName"],[638,24,230,58],[638,26,230,58,"_jsxFileName"],[638,38,230,58],[639,16,230,58,"lineNumber"],[639,26,230,58],[640,16,230,58,"columnNumber"],[640,28,230,58],[641,14,230,58],[641,21,230,60],[641,22,230,61],[641,37,231,14],[641,41,231,14,"_reactJsxDevRuntime"],[641,60,231,14],[641,61,231,14,"jsxDEV"],[641,67,231,14],[641,69,231,15,"Text"],[641,73,231,19],[641,74,231,19,"default"],[641,81,231,19],[642,16,231,20,"style"],[642,21,231,25],[642,23,231,27,"styles"],[642,29,231,33],[642,30,231,34,"actionBtnText"],[642,43,231,48],[643,16,231,48,"children"],[643,24,231,48],[643,26,231,49],[644,14,231,54],[645,16,231,54,"fileName"],[645,24,231,54],[645,26,231,54,"_jsxFileName"],[645,38,231,54],[646,16,231,54,"lineNumber"],[646,26,231,54],[647,16,231,54,"columnNumber"],[647,28,231,54],[648,14,231,54],[648,21,231,60],[648,22,231,61],[649,12,231,61],[650,14,231,61,"fileName"],[650,22,231,61],[650,24,231,61,"_jsxFileName"],[650,36,231,61],[651,14,231,61,"lineNumber"],[651,24,231,61],[652,14,231,61,"columnNumber"],[652,26,231,61],[653,12,231,61],[653,19,232,30],[653,20,232,31],[653,35,233,12],[653,39,233,12,"_reactJsxDevRuntime"],[653,58,233,12],[653,59,233,12,"jsxDEV"],[653,65,233,12],[653,67,233,13,"TouchableOpacity"],[653,83,233,29],[653,84,233,29,"default"],[653,91,233,29],[654,14,233,30,"style"],[654,19,233,35],[654,21,233,37],[654,22,233,38,"styles"],[654,28,233,44],[654,29,233,45,"actionBtn"],[654,38,233,54],[654,40,233,56],[655,16,233,57,"backgroundColor"],[655,31,233,72],[655,33,233,74],[656,14,233,83],[656,15,233,84],[656,16,233,86],[657,14,233,86,"children"],[657,22,233,86],[657,38,234,14],[657,42,234,14,"_reactJsxDevRuntime"],[657,61,234,14],[657,62,234,14,"jsxDEV"],[657,68,234,14],[657,70,234,15,"_expoVectorIcons"],[657,86,234,23],[657,87,234,23,"Ionicons"],[657,95,234,23],[658,16,234,24,"name"],[658,20,234,28],[658,22,234,29],[658,28,234,35],[659,16,234,36,"size"],[659,20,234,40],[659,22,234,42],[659,24,234,45],[660,16,234,46,"color"],[660,21,234,51],[660,23,234,52],[661,14,234,58],[662,16,234,58,"fileName"],[662,24,234,58],[662,26,234,58,"_jsxFileName"],[662,38,234,58],[663,16,234,58,"lineNumber"],[663,26,234,58],[664,16,234,58,"columnNumber"],[664,28,234,58],[665,14,234,58],[665,21,234,60],[665,22,234,61],[665,37,235,14],[665,41,235,14,"_reactJsxDevRuntime"],[665,60,235,14],[665,61,235,14,"jsxDEV"],[665,67,235,14],[665,69,235,15,"Text"],[665,73,235,19],[665,74,235,19,"default"],[665,81,235,19],[666,16,235,20,"style"],[666,21,235,25],[666,23,235,27,"styles"],[666,29,235,33],[666,30,235,34,"actionBtnText"],[666,43,235,48],[667,16,235,48,"children"],[667,24,235,48],[667,26,235,49],[668,14,235,56],[669,16,235,56,"fileName"],[669,24,235,56],[669,26,235,56,"_jsxFileName"],[669,38,235,56],[670,16,235,56,"lineNumber"],[670,26,235,56],[671,16,235,56,"columnNumber"],[671,28,235,56],[672,14,235,56],[672,21,235,62],[672,22,235,63],[673,12,235,63],[674,14,235,63,"fileName"],[674,22,235,63],[674,24,235,63,"_jsxFileName"],[674,36,235,63],[675,14,235,63,"lineNumber"],[675,24,235,63],[676,14,235,63,"columnNumber"],[676,26,235,63],[677,12,235,63],[677,19,236,30],[677,20,236,31],[677,35,237,12],[677,39,237,12,"_reactJsxDevRuntime"],[677,58,237,12],[677,59,237,12,"jsxDEV"],[677,65,237,12],[677,67,237,13,"TouchableOpacity"],[677,83,237,29],[677,84,237,29,"default"],[677,91,237,29],[678,14,237,30,"style"],[678,19,237,35],[678,21,237,37],[678,22,237,38,"styles"],[678,28,237,44],[678,29,237,45,"actionBtn"],[678,38,237,54],[678,40,237,56],[679,16,237,57,"backgroundColor"],[679,31,237,72],[679,33,237,74],[680,14,237,83],[680,15,237,84],[680,16,237,86],[681,14,237,86,"children"],[681,22,237,86],[681,38,238,14],[681,42,238,14,"_reactJsxDevRuntime"],[681,61,238,14],[681,62,238,14,"jsxDEV"],[681,68,238,14],[681,70,238,15,"_expoVectorIcons"],[681,86,238,23],[681,87,238,23,"Ionicons"],[681,95,238,23],[682,16,238,24,"name"],[682,20,238,28],[682,22,238,29],[682,28,238,35],[683,16,238,36,"size"],[683,20,238,40],[683,22,238,42],[683,24,238,45],[684,16,238,46,"color"],[684,21,238,51],[684,23,238,52],[685,14,238,58],[686,16,238,58,"fileName"],[686,24,238,58],[686,26,238,58,"_jsxFileName"],[686,38,238,58],[687,16,238,58,"lineNumber"],[687,26,238,58],[688,16,238,58,"columnNumber"],[688,28,238,58],[689,14,238,58],[689,21,238,60],[689,22,238,61],[689,37,239,14],[689,41,239,14,"_reactJsxDevRuntime"],[689,60,239,14],[689,61,239,14,"jsxDEV"],[689,67,239,14],[689,69,239,15,"Text"],[689,73,239,19],[689,74,239,19,"default"],[689,81,239,19],[690,16,239,20,"style"],[690,21,239,25],[690,23,239,27,"styles"],[690,29,239,33],[690,30,239,34,"actionBtnText"],[690,43,239,48],[691,16,239,48,"children"],[691,24,239,48],[691,26,239,49],[692,14,239,56],[693,16,239,56,"fileName"],[693,24,239,56],[693,26,239,56,"_jsxFileName"],[693,38,239,56],[694,16,239,56,"lineNumber"],[694,26,239,56],[695,16,239,56,"columnNumber"],[695,28,239,56],[696,14,239,56],[696,21,239,62],[696,22,239,63],[697,12,239,63],[698,14,239,63,"fileName"],[698,22,239,63],[698,24,239,63,"_jsxFileName"],[698,36,239,63],[699,14,239,63,"lineNumber"],[699,24,239,63],[700,14,239,63,"columnNumber"],[700,26,239,63],[701,12,239,63],[701,19,240,30],[701,20,240,31],[702,10,240,31],[703,12,240,31,"fileName"],[703,20,240,31],[703,22,240,31,"_jsxFileName"],[703,34,240,31],[704,12,240,31,"lineNumber"],[704,22,240,31],[705,12,240,31,"columnNumber"],[705,24,240,31],[706,10,240,31],[706,17,241,16],[706,18,241,17],[707,8,241,17],[708,10,241,17,"fileName"],[708,18,241,17],[708,20,241,17,"_jsxFileName"],[708,32,241,17],[709,10,241,17,"lineNumber"],[709,20,241,17],[710,10,241,17,"columnNumber"],[710,22,241,17],[711,8,241,17],[711,15,242,14],[711,16,242,15],[711,31,245,8],[711,35,245,8,"_reactJsxDevRuntime"],[711,54,245,8],[711,55,245,8,"jsxDEV"],[711,61,245,8],[711,63,245,9,"View"],[711,67,245,13],[711,68,245,13,"default"],[711,75,245,13],[712,10,245,14,"style"],[712,15,245,19],[712,17,245,21,"styles"],[712,23,245,27],[712,24,245,28,"tokensContainer"],[712,39,245,44],[713,10,245,44,"children"],[713,18,245,44],[713,34,246,10],[713,38,246,10,"_reactJsxDevRuntime"],[713,57,246,10],[713,58,246,10,"jsxDEV"],[713,64,246,10],[713,66,246,11,"Text"],[713,70,246,15],[713,71,246,15,"default"],[713,78,246,15],[714,12,246,16,"style"],[714,17,246,21],[714,19,246,23,"styles"],[714,25,246,29],[714,26,246,30,"tokensTitle"],[714,37,246,42],[715,12,246,42,"children"],[715,20,246,42],[715,22,246,43],[716,10,246,49],[717,12,246,49,"fileName"],[717,20,246,49],[717,22,246,49,"_jsxFileName"],[717,34,246,49],[718,12,246,49,"lineNumber"],[718,22,246,49],[719,12,246,49,"columnNumber"],[719,24,246,49],[720,10,246,49],[720,17,246,55],[720,18,246,56],[720,33,249,10],[720,37,249,10,"_reactJsxDevRuntime"],[720,56,249,10],[720,57,249,10,"jsxDEV"],[720,63,249,10],[720,65,249,11,"View"],[720,69,249,15],[720,70,249,15,"default"],[720,77,249,15],[721,12,249,16,"style"],[721,17,249,21],[721,19,249,23,"styles"],[721,25,249,29],[721,26,249,30,"tokenItem"],[721,35,249,40],[722,12,249,40,"children"],[722,20,249,40],[722,36,250,12],[722,40,250,12,"_reactJsxDevRuntime"],[722,59,250,12],[722,60,250,12,"jsxDEV"],[722,66,250,12],[722,68,250,13,"View"],[722,72,250,17],[722,73,250,17,"default"],[722,80,250,17],[723,14,250,18,"style"],[723,19,250,23],[723,21,250,25,"styles"],[723,27,250,31],[723,28,250,32,"tokenItemLeft"],[723,41,250,46],[724,14,250,46,"children"],[724,22,250,46],[724,38,251,14],[724,42,251,14,"_reactJsxDevRuntime"],[724,61,251,14],[724,62,251,14,"jsxDEV"],[724,68,251,14],[724,70,251,15,"View"],[724,74,251,19],[724,75,251,19,"default"],[724,82,251,19],[725,16,251,20,"style"],[725,21,251,25],[725,23,251,27,"styles"],[725,29,251,33],[725,30,251,34,"tokenIconContainer"],[725,48,251,53],[726,16,251,53,"children"],[726,24,251,53],[726,40,252,16],[726,44,252,16,"_reactJsxDevRuntime"],[726,63,252,16],[726,64,252,16,"jsxDEV"],[726,70,252,16],[726,72,252,17,"Image"],[726,77,252,22],[726,78,252,22,"default"],[726,85,252,22],[727,18,253,18,"source"],[727,24,253,24],[727,26,253,26],[728,20,253,28,"uri"],[728,23,253,31],[728,25,253,33],[729,18,253,134],[729,19,253,136],[730,18,254,18,"style"],[730,23,254,23],[730,25,254,25,"styles"],[730,31,254,31],[730,32,254,32,"tokenIcon"],[731,16,254,42],[732,18,254,42,"fileName"],[732,26,254,42],[732,28,254,42,"_jsxFileName"],[732,40,254,42],[733,18,254,42,"lineNumber"],[733,28,254,42],[734,18,254,42,"columnNumber"],[734,30,254,42],[735,16,254,42],[735,23,255,17],[735,24,255,18],[735,39,256,16],[735,43,256,16,"_reactJsxDevRuntime"],[735,62,256,16],[735,63,256,16,"jsxDEV"],[735,69,256,16],[735,71,256,17,"Image"],[735,76,256,22],[735,77,256,22,"default"],[735,84,256,22],[736,18,257,18,"source"],[736,24,257,24],[736,26,257,26],[737,20,257,28,"uri"],[737,23,257,31],[737,25,257,33],[738,18,257,133],[738,19,257,135],[739,18,258,18,"style"],[739,23,258,23],[739,25,258,25,"styles"],[739,31,258,31],[739,32,258,32,"networkBadge"],[740,16,258,45],[741,18,258,45,"fileName"],[741,26,258,45],[741,28,258,45,"_jsxFileName"],[741,40,258,45],[742,18,258,45,"lineNumber"],[742,28,258,45],[743,18,258,45,"columnNumber"],[743,30,258,45],[744,16,258,45],[744,23,259,17],[744,24,259,18],[745,14,259,18],[746,16,259,18,"fileName"],[746,24,259,18],[746,26,259,18,"_jsxFileName"],[746,38,259,18],[747,16,259,18,"lineNumber"],[747,26,259,18],[748,16,259,18,"columnNumber"],[748,28,259,18],[749,14,259,18],[749,21,260,20],[749,22,260,21],[749,37,261,14],[749,41,261,14,"_reactJsxDevRuntime"],[749,60,261,14],[749,61,261,14,"jsxDEV"],[749,67,261,14],[749,69,261,15,"View"],[749,73,261,19],[749,74,261,19,"default"],[749,81,261,19],[750,16,261,19,"children"],[750,24,261,19],[750,40,262,16],[750,44,262,16,"_reactJsxDevRuntime"],[750,63,262,16],[750,64,262,16,"jsxDEV"],[750,70,262,16],[750,72,262,17,"Text"],[750,76,262,21],[750,77,262,21,"default"],[750,84,262,21],[751,18,262,22,"style"],[751,23,262,27],[751,25,262,29,"styles"],[751,31,262,35],[751,32,262,36,"tokenItemName"],[751,45,262,50],[752,18,262,50,"children"],[752,26,262,50],[752,28,262,51],[753,16,262,55],[754,18,262,55,"fileName"],[754,26,262,55],[754,28,262,55,"_jsxFileName"],[754,40,262,55],[755,18,262,55,"lineNumber"],[755,28,262,55],[756,18,262,55,"columnNumber"],[756,30,262,55],[757,16,262,55],[757,23,262,61],[757,24,262,62],[757,39,263,16],[757,43,263,16,"_reactJsxDevRuntime"],[757,62,263,16],[757,63,263,16,"jsxDEV"],[757,69,263,16],[757,71,263,17,"Text"],[757,75,263,21],[757,76,263,21,"default"],[757,83,263,21],[758,18,263,22,"style"],[758,23,263,27],[758,25,263,29,"styles"],[758,31,263,35],[758,32,263,36,"tokenItemNetwork"],[758,48,263,53],[759,18,263,53,"children"],[759,26,263,53],[759,28,263,54],[760,16,263,65],[761,18,263,65,"fileName"],[761,26,263,65],[761,28,263,65,"_jsxFileName"],[761,40,263,65],[762,18,263,65,"lineNumber"],[762,28,263,65],[763,18,263,65,"columnNumber"],[763,30,263,65],[764,16,263,65],[764,23,263,71],[764,24,263,72],[765,14,263,72],[766,16,263,72,"fileName"],[766,24,263,72],[766,26,263,72,"_jsxFileName"],[766,38,263,72],[767,16,263,72,"lineNumber"],[767,26,263,72],[768,16,263,72,"columnNumber"],[768,28,263,72],[769,14,263,72],[769,21,264,20],[769,22,264,21],[770,12,264,21],[771,14,264,21,"fileName"],[771,22,264,21],[771,24,264,21,"_jsxFileName"],[771,36,264,21],[772,14,264,21,"lineNumber"],[772,24,264,21],[773,14,264,21,"columnNumber"],[773,26,264,21],[774,12,264,21],[774,19,265,18],[774,20,265,19],[774,35,266,12],[774,39,266,12,"_reactJsxDevRuntime"],[774,58,266,12],[774,59,266,12,"jsxDEV"],[774,65,266,12],[774,67,266,13,"View"],[774,71,266,17],[774,72,266,17,"default"],[774,79,266,17],[775,14,266,18,"style"],[775,19,266,23],[775,21,266,25,"styles"],[775,27,266,31],[775,28,266,32,"tokenItemRight"],[775,42,266,47],[776,14,266,47,"children"],[776,22,266,47],[776,38,267,14],[776,42,267,14,"_reactJsxDevRuntime"],[776,61,267,14],[776,62,267,14,"jsxDEV"],[776,68,267,14],[776,70,267,15,"Text"],[776,74,267,19],[776,75,267,19,"default"],[776,82,267,19],[777,16,267,20,"style"],[777,21,267,25],[777,23,267,27,"styles"],[777,29,267,33],[777,30,267,34,"tokenItemBalance"],[777,46,267,51],[778,16,267,51,"children"],[778,24,267,51],[778,26,267,52],[779,14,267,53],[780,16,267,53,"fileName"],[780,24,267,53],[780,26,267,53,"_jsxFileName"],[780,38,267,53],[781,16,267,53,"lineNumber"],[781,26,267,53],[782,16,267,53,"columnNumber"],[782,28,267,53],[783,14,267,53],[783,21,267,59],[783,22,267,60],[783,37,268,14],[783,41,268,14,"_reactJsxDevRuntime"],[783,60,268,14],[783,61,268,14,"jsxDEV"],[783,67,268,14],[783,69,268,15,"Text"],[783,73,268,19],[783,74,268,19,"default"],[783,81,268,19],[784,16,268,20,"style"],[784,21,268,25],[784,23,268,27,"styles"],[784,29,268,33],[784,30,268,34,"tokenItemUsd"],[784,42,268,47],[785,16,268,47,"children"],[785,24,268,47],[785,26,268,48],[786,14,268,50],[787,16,268,50,"fileName"],[787,24,268,50],[787,26,268,50,"_jsxFileName"],[787,38,268,50],[788,16,268,50,"lineNumber"],[788,26,268,50],[789,16,268,50,"columnNumber"],[789,28,268,50],[790,14,268,50],[790,21,268,56],[790,22,268,57],[791,12,268,57],[792,14,268,57,"fileName"],[792,22,268,57],[792,24,268,57,"_jsxFileName"],[792,36,268,57],[793,14,268,57,"lineNumber"],[793,24,268,57],[794,14,268,57,"columnNumber"],[794,26,268,57],[795,12,268,57],[795,19,269,18],[795,20,269,19],[796,10,269,19],[797,12,269,19,"fileName"],[797,20,269,19],[797,22,269,19,"_jsxFileName"],[797,34,269,19],[798,12,269,19,"lineNumber"],[798,22,269,19],[799,12,269,19,"columnNumber"],[799,24,269,19],[800,10,269,19],[800,17,270,16],[800,18,270,17],[801,8,270,17],[802,10,270,17,"fileName"],[802,18,270,17],[802,20,270,17,"_jsxFileName"],[802,32,270,17],[803,10,270,17,"lineNumber"],[803,20,270,17],[804,10,270,17,"columnNumber"],[804,22,270,17],[805,8,270,17],[805,15,273,14],[805,16,273,15],[806,6,273,15],[807,8,273,15,"fileName"],[807,16,273,15],[807,18,273,15,"_jsxFileName"],[807,30,273,15],[808,8,273,15,"lineNumber"],[808,18,273,15],[809,8,273,15,"columnNumber"],[809,20,273,15],[810,6,273,15],[810,13,274,18],[811,4,274,19],[812,6,274,19,"fileName"],[812,14,274,19],[812,16,274,19,"_jsxFileName"],[812,28,274,19],[813,6,274,19,"lineNumber"],[813,16,274,19],[814,6,274,19,"columnNumber"],[814,18,274,19],[815,4,274,19],[815,11,275,10],[815,12,275,11],[816,2,277,0],[817,2,277,1,"_s2"],[817,5,277,1],[817,6,118,9,"WalletTab"],[817,15,118,18],[818,4,118,18],[818,12,119,19,"useAuth"],[818,32,119,26],[818,33,119,26,"useAuth"],[818,40,119,26],[818,42,120,17,"useSafeAreaInsets"],[818,69,120,34],[818,70,120,34,"useSafeAreaInsets"],[818,87,120,34],[819,2,120,34],[820,2,120,34,"_c2"],[820,5,120,34],[820,8,118,9,"WalletTab"],[820,17,118,18],[821,2,279,0],[821,11,279,9,"CitizensTab"],[821,22,279,20,"CitizensTab"],[821,23,279,20],[821,25,279,23],[822,4,280,2],[822,24,281,4],[822,28,281,4,"_reactJsxDevRuntime"],[822,47,281,4],[822,48,281,4,"jsxDEV"],[822,54,281,4],[822,56,281,5,"View"],[822,60,281,9],[822,61,281,9,"default"],[822,68,281,9],[823,6,281,10,"style"],[823,11,281,15],[823,13,281,17,"styles"],[823,19,281,23],[823,20,281,24,"container"],[823,29,281,34],[824,6,281,34,"children"],[824,14,281,34],[824,29,282,6],[824,33,282,6,"_reactJsxDevRuntime"],[824,52,282,6],[824,53,282,6,"jsxDEV"],[824,59,282,6],[824,61,282,7,"Text"],[824,65,282,11],[824,66,282,11,"default"],[824,73,282,11],[825,8,282,12,"style"],[825,13,282,17],[825,15,282,19,"styles"],[825,21,282,25],[825,22,282,26,"placeholderText"],[825,37,282,42],[826,8,282,42,"children"],[826,16,282,42],[826,18,282,43],[827,6,282,58],[828,8,282,58,"fileName"],[828,16,282,58],[828,18,282,58,"_jsxFileName"],[828,30,282,58],[829,8,282,58,"lineNumber"],[829,18,282,58],[830,8,282,58,"columnNumber"],[830,20,282,58],[831,6,282,58],[831,13,282,64],[832,4,282,65],[833,6,282,65,"fileName"],[833,14,282,65],[833,16,282,65,"_jsxFileName"],[833,28,282,65],[834,6,282,65,"lineNumber"],[834,16,282,65],[835,6,282,65,"columnNumber"],[835,18,282,65],[836,4,282,65],[836,11,283,10],[836,12,283,11],[837,2,285,0],[838,2,285,1,"_c3"],[838,5,285,1],[838,8,279,9,"CitizensTab"],[838,19,279,20],[839,2,287,0],[839,11,287,9,"ReferralTab"],[839,22,287,20,"ReferralTab"],[839,23,287,20],[839,25,287,23],[840,4,288,2],[840,24,289,4],[840,28,289,4,"_reactJsxDevRuntime"],[840,47,289,4],[840,48,289,4,"jsxDEV"],[840,54,289,4],[840,56,289,5,"View"],[840,60,289,9],[840,61,289,9,"default"],[840,68,289,9],[841,6,289,10,"style"],[841,11,289,15],[841,13,289,17,"styles"],[841,19,289,23],[841,20,289,24,"container"],[841,29,289,34],[842,6,289,34,"children"],[842,14,289,34],[842,29,290,6],[842,33,290,6,"_reactJsxDevRuntime"],[842,52,290,6],[842,53,290,6,"jsxDEV"],[842,59,290,6],[842,61,290,7,"Text"],[842,65,290,11],[842,66,290,11,"default"],[842,73,290,11],[843,8,290,12,"style"],[843,13,290,17],[843,15,290,19,"styles"],[843,21,290,25],[843,22,290,26,"placeholderText"],[843,37,290,42],[844,8,290,42,"children"],[844,16,290,42],[844,18,290,43],[845,6,290,58],[846,8,290,58,"fileName"],[846,16,290,58],[846,18,290,58,"_jsxFileName"],[846,30,290,58],[847,8,290,58,"lineNumber"],[847,18,290,58],[848,8,290,58,"columnNumber"],[848,20,290,58],[849,6,290,58],[849,13,290,64],[850,4,290,65],[851,6,290,65,"fileName"],[851,14,290,65],[851,16,290,65,"_jsxFileName"],[851,28,290,65],[852,6,290,65,"lineNumber"],[852,16,290,65],[853,6,290,65,"columnNumber"],[853,18,290,65],[854,4,290,65],[854,11,291,10],[854,12,291,11],[855,2,293,0],[856,2,293,1,"_c4"],[856,5,293,1],[856,8,287,9,"ReferralTab"],[856,19,287,20],[857,2,295,0],[857,11,295,9,"ProfileTab"],[857,21,295,19,"ProfileTab"],[857,22,295,19],[857,24,295,22],[858,4,296,2],[858,24,297,4],[858,28,297,4,"_reactJsxDevRuntime"],[858,47,297,4],[858,48,297,4,"jsxDEV"],[858,54,297,4],[858,56,297,5,"View"],[858,60,297,9],[858,61,297,9,"default"],[858,68,297,9],[859,6,297,10,"style"],[859,11,297,15],[859,13,297,17,"styles"],[859,19,297,23],[859,20,297,24,"container"],[859,29,297,34],[860,6,297,34,"children"],[860,14,297,34],[860,29,298,6],[860,33,298,6,"_reactJsxDevRuntime"],[860,52,298,6],[860,53,298,6,"jsxDEV"],[860,59,298,6],[860,61,298,7,"Text"],[860,65,298,11],[860,66,298,11,"default"],[860,73,298,11],[861,8,298,12,"style"],[861,13,298,17],[861,15,298,19,"styles"],[861,21,298,25],[861,22,298,26,"placeholderText"],[861,37,298,42],[862,8,298,42,"children"],[862,16,298,42],[862,18,298,43],[863,6,298,57],[864,8,298,57,"fileName"],[864,16,298,57],[864,18,298,57,"_jsxFileName"],[864,30,298,57],[865,8,298,57,"lineNumber"],[865,18,298,57],[866,8,298,57,"columnNumber"],[866,20,298,57],[867,6,298,57],[867,13,298,63],[868,4,298,64],[869,6,298,64,"fileName"],[869,14,298,64],[869,16,298,64,"_jsxFileName"],[869,28,298,64],[870,6,298,64,"lineNumber"],[870,16,298,64],[871,6,298,64,"columnNumber"],[871,18,298,64],[872,4,298,64],[872,11,299,10],[872,12,299,11],[873,2,301,0],[874,2,301,1,"_c5"],[874,5,301,1],[874,8,295,9,"ProfileTab"],[874,18,295,19],[875,2,303,0],[875,8,303,6,"Tab"],[875,11,303,9],[875,14,303,12],[875,18,303,12,"createBottomTabNavigator"],[875,44,303,36],[875,45,303,36,"createBottomTabNavigator"],[875,69,303,36],[875,71,303,37],[875,72,303,38],[876,2,305,15],[876,11,305,24,"HomeScreen"],[876,21,305,34,"HomeScreen"],[876,22,305,34],[876,24,305,37],[877,4,306,2],[877,24,307,4],[877,28,307,4,"_reactJsxDevRuntime"],[877,47,307,4],[877,48,307,4,"jsxDEV"],[877,54,307,4],[877,56,307,5,"Tab"],[877,59,307,8],[877,60,307,9,"Navigator"],[877,69,307,18],[878,6,308,6,"screenOptions"],[878,19,308,19],[878,21,308,21],[879,8,309,8,"headerShown"],[879,19,309,19],[879,21,309,21],[879,26,309,26],[880,8,310,8,"tabBarActiveTintColor"],[880,29,310,29],[880,31,310,31],[880,40,310,40],[881,8,311,8,"tabBarInactiveTintColor"],[881,31,311,31],[881,33,311,33],[881,42,311,42],[882,8,312,8,"tabBarStyle"],[882,19,312,19],[882,21,312,21,"styles"],[882,27,312,27],[882,28,312,28,"tabBar"],[883,6,313,6],[883,7,313,8],[884,6,313,8,"children"],[884,14,313,8],[884,30,315,6],[884,34,315,6,"_reactJsxDevRuntime"],[884,53,315,6],[884,54,315,6,"jsxDEV"],[884,60,315,6],[884,62,315,7,"Tab"],[884,65,315,10],[884,66,315,11,"Screen"],[884,72,315,17],[885,8,316,8,"name"],[885,12,316,12],[885,14,316,13],[885,23,316,22],[886,8,317,8,"component"],[886,17,317,17],[886,19,317,19,"HomeTab"],[886,26,317,27],[887,8,318,8,"options"],[887,15,318,15],[887,17,318,17],[888,10,319,10,"tabBarLabel"],[888,21,319,21],[888,23,319,23],[888,29,319,29],[889,10,320,10,"tabBarIcon"],[889,20,320,20],[889,22,320,22,"tabBarIcon"],[889,23,320,23],[890,12,320,25,"color"],[890,17,320,30],[891,12,320,32,"size"],[892,10,320,37],[892,11,320,38],[892,29,321,12],[892,33,321,12,"_reactJsxDevRuntime"],[892,52,321,12],[892,53,321,12,"jsxDEV"],[892,59,321,12],[892,61,321,13,"_expoVectorIcons"],[892,77,321,21],[892,78,321,21,"Ionicons"],[892,86,321,21],[893,12,321,22,"name"],[893,16,321,26],[893,18,321,27],[893,24,321,33],[894,12,321,34,"size"],[894,16,321,38],[894,18,321,40,"size"],[894,22,321,45],[895,12,321,46,"color"],[895,17,321,51],[895,19,321,53,"color"],[896,10,321,59],[897,12,321,59,"fileName"],[897,20,321,59],[897,22,321,59,"_jsxFileName"],[897,34,321,59],[898,12,321,59,"lineNumber"],[898,22,321,59],[899,12,321,59,"columnNumber"],[899,24,321,59],[900,10,321,59],[900,17,321,61],[901,8,323,8],[902,6,323,10],[903,8,323,10,"fileName"],[903,16,323,10],[903,18,323,10,"_jsxFileName"],[903,30,323,10],[904,8,323,10,"lineNumber"],[904,18,323,10],[905,8,323,10,"columnNumber"],[905,20,323,10],[906,6,323,10],[906,13,324,7],[906,14,324,8],[906,29,325,6],[906,33,325,6,"_reactJsxDevRuntime"],[906,52,325,6],[906,53,325,6,"jsxDEV"],[906,59,325,6],[906,61,325,7,"Tab"],[906,64,325,10],[906,65,325,11,"Screen"],[906,71,325,17],[907,8,326,8,"name"],[907,12,326,12],[907,14,326,13],[907,22,326,21],[908,8,327,8,"component"],[908,17,327,17],[908,19,327,19,"WalletTab"],[908,28,327,29],[909,8,328,8,"options"],[909,15,328,15],[909,17,328,17],[910,10,329,10,"tabBarLabel"],[910,21,329,21],[910,23,329,23],[910,31,329,31],[911,10,330,10,"tabBarIcon"],[911,20,330,20],[911,22,330,22,"tabBarIcon"],[911,23,330,23],[912,12,330,25,"color"],[912,17,330,30],[913,12,330,32,"size"],[914,10,330,37],[914,11,330,38],[914,29,331,12],[914,33,331,12,"_reactJsxDevRuntime"],[914,52,331,12],[914,53,331,12,"jsxDEV"],[914,59,331,12],[914,61,331,13,"_expoVectorIcons"],[914,77,331,21],[914,78,331,21,"Ionicons"],[914,86,331,21],[915,12,331,22,"name"],[915,16,331,26],[915,18,331,27],[915,26,331,35],[916,12,331,36,"size"],[916,16,331,40],[916,18,331,42,"size"],[916,22,331,47],[917,12,331,48,"color"],[917,17,331,53],[917,19,331,55,"color"],[918,10,331,61],[919,12,331,61,"fileName"],[919,20,331,61],[919,22,331,61,"_jsxFileName"],[919,34,331,61],[920,12,331,61,"lineNumber"],[920,22,331,61],[921,12,331,61,"columnNumber"],[921,24,331,61],[922,10,331,61],[922,17,331,63],[923,8,333,8],[924,6,333,10],[925,8,333,10,"fileName"],[925,16,333,10],[925,18,333,10,"_jsxFileName"],[925,30,333,10],[926,8,333,10,"lineNumber"],[926,18,333,10],[927,8,333,10,"columnNumber"],[927,20,333,10],[928,6,333,10],[928,13,334,7],[928,14,334,8],[928,29,335,6],[928,33,335,6,"_reactJsxDevRuntime"],[928,52,335,6],[928,53,335,6,"jsxDEV"],[928,59,335,6],[928,61,335,7,"Tab"],[928,64,335,10],[928,65,335,11,"Screen"],[928,71,335,17],[929,8,336,8,"name"],[929,12,336,12],[929,14,336,13],[929,24,336,23],[930,8,337,8,"component"],[930,17,337,17],[930,19,337,19,"CitizensTab"],[930,30,337,31],[931,8,338,8,"options"],[931,15,338,15],[931,17,338,17],[932,10,339,10,"tabBarLabel"],[932,21,339,21],[932,23,339,23],[932,33,339,33],[933,10,340,10,"tabBarIcon"],[933,20,340,20],[933,22,340,22,"tabBarIcon"],[933,23,340,23],[934,12,340,25,"color"],[934,17,340,30],[935,12,340,32,"size"],[936,10,340,37],[936,11,340,38],[936,29,341,12],[936,33,341,12,"_reactJsxDevRuntime"],[936,52,341,12],[936,53,341,12,"jsxDEV"],[936,59,341,12],[936,61,341,13,"_expoVectorIcons"],[936,77,341,21],[936,78,341,21,"Ionicons"],[936,86,341,21],[937,12,341,22,"name"],[937,16,341,26],[937,18,341,27],[937,26,341,35],[938,12,341,36,"size"],[938,16,341,40],[938,18,341,42,"size"],[938,22,341,47],[939,12,341,48,"color"],[939,17,341,53],[939,19,341,55,"color"],[940,10,341,61],[941,12,341,61,"fileName"],[941,20,341,61],[941,22,341,61,"_jsxFileName"],[941,34,341,61],[942,12,341,61,"lineNumber"],[942,22,341,61],[943,12,341,61,"columnNumber"],[943,24,341,61],[944,10,341,61],[944,17,341,63],[945,8,343,8],[946,6,343,10],[947,8,343,10,"fileName"],[947,16,343,10],[947,18,343,10,"_jsxFileName"],[947,30,343,10],[948,8,343,10,"lineNumber"],[948,18,343,10],[949,8,343,10,"columnNumber"],[949,20,343,10],[950,6,343,10],[950,13,344,7],[950,14,344,8],[950,29,345,6],[950,33,345,6,"_reactJsxDevRuntime"],[950,52,345,6],[950,53,345,6,"jsxDEV"],[950,59,345,6],[950,61,345,7,"Tab"],[950,64,345,10],[950,65,345,11,"Screen"],[950,71,345,17],[951,8,346,8,"name"],[951,12,346,12],[951,14,346,13],[951,24,346,23],[952,8,347,8,"component"],[952,17,347,17],[952,19,347,19,"ReferralTab"],[952,30,347,31],[953,8,348,8,"options"],[953,15,348,15],[953,17,348,17],[954,10,349,10,"tabBarLabel"],[954,21,349,21],[954,23,349,23],[954,33,349,33],[955,10,350,10,"tabBarIcon"],[955,20,350,20],[955,22,350,22,"tabBarIcon"],[955,23,350,23],[956,12,350,25,"color"],[956,17,350,30],[957,12,350,32,"size"],[958,10,350,37],[958,11,350,38],[958,29,351,12],[958,33,351,12,"_reactJsxDevRuntime"],[958,52,351,12],[958,53,351,12,"jsxDEV"],[958,59,351,12],[958,61,351,13,"_expoVectorIcons"],[958,77,351,21],[958,78,351,21,"Ionicons"],[958,86,351,21],[959,12,351,22,"name"],[959,16,351,26],[959,18,351,27],[959,24,351,33],[960,12,351,34,"size"],[960,16,351,38],[960,18,351,40,"size"],[960,22,351,45],[961,12,351,46,"color"],[961,17,351,51],[961,19,351,53,"color"],[962,10,351,59],[963,12,351,59,"fileName"],[963,20,351,59],[963,22,351,59,"_jsxFileName"],[963,34,351,59],[964,12,351,59,"lineNumber"],[964,22,351,59],[965,12,351,59,"columnNumber"],[965,24,351,59],[966,10,351,59],[966,17,351,61],[967,8,353,8],[968,6,353,10],[969,8,353,10,"fileName"],[969,16,353,10],[969,18,353,10,"_jsxFileName"],[969,30,353,10],[970,8,353,10,"lineNumber"],[970,18,353,10],[971,8,353,10,"columnNumber"],[971,20,353,10],[972,6,353,10],[972,13,354,7],[972,14,354,8],[972,29,355,6],[972,33,355,6,"_reactJsxDevRuntime"],[972,52,355,6],[972,53,355,6,"jsxDEV"],[972,59,355,6],[972,61,355,7,"Tab"],[972,64,355,10],[972,65,355,11,"Screen"],[972,71,355,17],[973,8,356,8,"name"],[973,12,356,12],[973,14,356,13],[973,23,356,22],[974,8,357,8,"component"],[974,17,357,17],[974,19,357,19,"ProfileTab"],[974,29,357,30],[975,8,358,8,"options"],[975,15,358,15],[975,17,358,17],[976,10,359,10,"tabBarLabel"],[976,21,359,21],[976,23,359,23],[976,32,359,32],[977,10,360,10,"tabBarIcon"],[977,20,360,20],[977,22,360,22,"tabBarIcon"],[977,23,360,23],[978,12,360,25,"color"],[978,17,360,30],[979,12,360,32,"size"],[980,10,360,37],[980,11,360,38],[980,29,361,12],[980,33,361,12,"_reactJsxDevRuntime"],[980,52,361,12],[980,53,361,12,"jsxDEV"],[980,59,361,12],[980,61,361,13,"_expoVectorIcons"],[980,77,361,21],[980,78,361,21,"Ionicons"],[980,86,361,21],[981,12,361,22,"name"],[981,16,361,26],[981,18,361,27],[981,26,361,35],[982,12,361,36,"size"],[982,16,361,40],[982,18,361,42,"size"],[982,22,361,47],[983,12,361,48,"color"],[983,17,361,53],[983,19,361,55,"color"],[984,10,361,61],[985,12,361,61,"fileName"],[985,20,361,61],[985,22,361,61,"_jsxFileName"],[985,34,361,61],[986,12,361,61,"lineNumber"],[986,22,361,61],[987,12,361,61,"columnNumber"],[987,24,361,61],[988,10,361,61],[988,17,361,63],[989,8,363,8],[990,6,363,10],[991,8,363,10,"fileName"],[991,16,363,10],[991,18,363,10,"_jsxFileName"],[991,30,363,10],[992,8,363,10,"lineNumber"],[992,18,363,10],[993,8,363,10,"columnNumber"],[993,20,363,10],[994,6,363,10],[994,13,364,7],[994,14,364,8],[995,4,364,8],[996,6,364,8,"fileName"],[996,14,364,8],[996,16,364,8,"_jsxFileName"],[996,28,364,8],[997,6,364,8,"lineNumber"],[997,16,364,8],[998,6,364,8,"columnNumber"],[998,18,364,8],[999,4,364,8],[999,11,365,19],[999,12,365,20],[1000,2,367,0],[1001,2,367,1,"_c6"],[1001,5,367,1],[1001,8,305,24,"HomeScreen"],[1001,18,305,34],[1002,2,369,0],[1002,8,369,6,"QUICK_ACTIONS"],[1002,21,369,19],[1002,24,369,22],[1002,25,370,2],[1003,4,370,4,"id"],[1003,6,370,6],[1003,8,370,8],[1003,11,370,11],[1004,4,370,13,"label"],[1004,9,370,18],[1004,11,370,20],[1004,17,370,26],[1005,4,370,28,"icon"],[1005,8,370,32],[1005,10,370,34],[1005,25,370,49],[1006,4,370,51,"color"],[1006,9,370,56],[1006,11,370,58],[1007,2,370,68],[1007,3,370,69],[1007,5,371,2],[1008,4,371,4,"id"],[1008,6,371,6],[1008,8,371,8],[1008,11,371,11],[1009,4,371,13,"label"],[1009,9,371,18],[1009,11,371,20],[1009,20,371,29],[1010,4,371,31,"icon"],[1010,8,371,35],[1010,10,371,37],[1010,22,371,49],[1011,4,371,51,"color"],[1011,9,371,56],[1011,11,371,58],[1012,2,371,68],[1012,3,371,69],[1012,5,372,2],[1013,4,372,4,"id"],[1013,6,372,6],[1013,8,372,8],[1013,11,372,11],[1014,4,372,13,"label"],[1014,9,372,18],[1014,11,372,20],[1014,17,372,26],[1015,4,372,28,"icon"],[1015,8,372,32],[1015,10,372,34],[1015,27,372,51],[1016,4,372,53,"color"],[1016,9,372,58],[1016,11,372,60],[1017,2,372,70],[1017,3,372,71],[1017,5,373,2],[1018,4,373,4,"id"],[1018,6,373,6],[1018,8,373,8],[1018,11,373,11],[1019,4,373,13,"label"],[1019,9,373,18],[1019,11,373,20],[1019,17,373,26],[1020,4,373,28,"icon"],[1020,8,373,32],[1020,10,373,34],[1020,28,373,52],[1021,4,373,54,"color"],[1021,9,373,59],[1021,11,373,61],[1022,2,373,71],[1022,3,373,72],[1022,5,374,2],[1023,4,374,4,"id"],[1023,6,374,6],[1023,8,374,8],[1023,11,374,11],[1024,4,374,13,"label"],[1024,9,374,18],[1024,11,374,20],[1024,18,374,27],[1025,4,374,29,"icon"],[1025,8,374,33],[1025,10,374,35],[1025,23,374,48],[1026,4,374,50,"color"],[1026,9,374,55],[1026,11,374,57],[1027,2,374,67],[1027,3,374,68],[1027,5,375,2],[1028,4,375,4,"id"],[1028,6,375,6],[1028,8,375,8],[1028,11,375,11],[1029,4,375,13,"label"],[1029,9,375,18],[1029,11,375,20],[1029,21,375,30],[1030,4,375,32,"icon"],[1030,8,375,36],[1030,10,375,38],[1030,16,375,44],[1031,4,375,46,"color"],[1031,9,375,51],[1031,11,375,53],[1032,2,375,63],[1032,3,375,64],[1032,5,376,2],[1033,4,376,4,"id"],[1033,6,376,6],[1033,8,376,8],[1033,11,376,11],[1034,4,376,13,"label"],[1034,9,376,18],[1034,11,376,20],[1034,21,376,30],[1035,4,376,32,"icon"],[1035,8,376,36],[1035,10,376,38],[1035,25,376,53],[1036,4,376,55,"color"],[1036,9,376,60],[1036,11,376,62],[1037,2,376,72],[1037,3,376,73],[1037,5,377,2],[1038,4,377,4,"id"],[1038,6,377,6],[1038,8,377,8],[1038,11,377,11],[1039,4,377,13,"label"],[1039,9,377,18],[1039,11,377,20],[1039,22,377,31],[1040,4,377,33,"icon"],[1040,8,377,37],[1040,10,377,39],[1040,18,377,47],[1041,4,377,49,"color"],[1041,9,377,54],[1041,11,377,56],[1042,2,377,66],[1042,3,377,67],[1042,5,378,2],[1043,4,378,4,"id"],[1043,6,378,6],[1043,8,378,8],[1043,11,378,11],[1044,4,378,13,"label"],[1044,9,378,18],[1044,11,378,20],[1044,21,378,30],[1045,4,378,32,"icon"],[1045,8,378,36],[1045,10,378,38],[1045,21,378,49],[1046,4,378,51,"color"],[1046,9,378,56],[1046,11,378,58],[1047,2,378,68],[1047,3,378,69],[1047,5,379,2],[1048,4,379,4,"id"],[1048,6,379,6],[1048,8,379,8],[1048,12,379,12],[1049,4,379,14,"label"],[1049,9,379,19],[1049,11,379,21],[1049,21,379,31],[1050,4,379,33,"icon"],[1050,8,379,37],[1050,10,379,39],[1050,16,379,45],[1051,4,379,47,"color"],[1051,9,379,52],[1051,11,379,54],[1052,2,379,64],[1052,3,379,65],[1052,5,380,2],[1053,4,380,4,"id"],[1053,6,380,6],[1053,8,380,8],[1053,12,380,12],[1054,4,380,14,"label"],[1054,9,380,19],[1054,11,380,21],[1054,22,380,32],[1055,4,380,34,"icon"],[1055,8,380,38],[1055,10,380,40],[1055,16,380,46],[1056,4,380,48,"color"],[1056,9,380,53],[1056,11,380,55],[1057,2,380,65],[1057,3,380,66],[1057,5,381,2],[1058,4,381,4,"id"],[1058,6,381,6],[1058,8,381,8],[1058,12,381,12],[1059,4,381,14,"label"],[1059,9,381,19],[1059,11,381,21],[1059,17,381,27],[1060,4,381,29,"icon"],[1060,8,381,33],[1060,10,381,35],[1060,16,381,41],[1061,4,381,43,"color"],[1061,9,381,48],[1061,11,381,50],[1062,2,381,60],[1062,3,381,61],[1062,4,382,1],[1063,2,384,0],[1063,8,384,6,"styles"],[1063,14,384,12],[1063,17,384,15,"StyleSheet"],[1063,27,384,25],[1063,28,384,25,"default"],[1063,35,384,25],[1063,36,384,26,"create"],[1063,42,384,32],[1063,43,384,33],[1064,4,385,2,"container"],[1064,13,385,11],[1064,15,385,13],[1065,6,386,4,"flex"],[1065,10,386,8],[1065,12,386,10],[1065,13,386,11],[1066,6,387,4,"backgroundColor"],[1066,21,387,19],[1066,23,387,21],[1067,4,388,2],[1067,5,388,3],[1068,4,389,2,"scrollContent"],[1068,17,389,15],[1068,19,389,17],[1069,6,390,4,"paddingBottom"],[1069,19,390,17],[1069,21,390,19],[1070,4,391,2],[1070,5,391,3],[1071,4,392,2,"walletScrollContent"],[1071,23,392,21],[1071,25,392,23],[1072,6,393,4,"paddingBottom"],[1072,19,393,17],[1072,21,393,19],[1073,4,394,2],[1073,5,394,3],[1074,4,395,2,"header"],[1074,10,395,8],[1074,12,395,10],[1075,6,396,4,"flexDirection"],[1075,19,396,17],[1075,21,396,19],[1075,26,396,24],[1076,6,397,4,"justifyContent"],[1076,20,397,18],[1076,22,397,20],[1076,37,397,35],[1077,6,398,4,"alignItems"],[1077,16,398,14],[1077,18,398,16],[1077,26,398,24],[1078,6,399,4,"padding"],[1078,13,399,11],[1078,15,399,13],[1078,17,399,15],[1079,6,400,4,"backgroundColor"],[1079,21,400,19],[1079,23,400,21],[1079,29,400,27],[1080,6,401,4,"borderBottomWidth"],[1080,23,401,21],[1080,25,401,23],[1080,26,401,24],[1081,6,402,4,"borderBottomColor"],[1081,23,402,21],[1081,25,402,23],[1082,4,403,2],[1082,5,403,3],[1083,4,404,2,"headerLeft"],[1083,14,404,12],[1083,16,404,14],[1084,6,405,4,"position"],[1084,14,405,12],[1084,16,405,14],[1085,4,406,2],[1085,5,406,3],[1086,4,407,2,"profileImage"],[1086,16,407,14],[1086,18,407,16],[1087,6,408,4,"width"],[1087,11,408,9],[1087,13,408,11],[1087,15,408,13],[1088,6,409,4,"height"],[1088,12,409,10],[1088,14,409,12],[1088,16,409,14],[1089,6,410,4,"borderRadius"],[1089,18,410,16],[1089,20,410,18],[1089,22,410,20],[1090,6,411,4,"backgroundColor"],[1090,21,411,19],[1090,23,411,21],[1090,32,411,30],[1091,6,412,4,"alignItems"],[1091,16,412,14],[1091,18,412,16],[1091,26,412,24],[1092,6,413,4,"justifyContent"],[1092,20,413,18],[1092,22,413,20],[1092,30,413,28],[1093,6,414,4,"overflow"],[1093,14,414,12],[1093,16,414,14],[1094,4,415,2],[1094,5,415,3],[1095,4,416,2,"profileImageSrc"],[1095,19,416,17],[1095,21,416,19],[1096,6,417,4,"width"],[1096,11,417,9],[1096,13,417,11],[1096,15,417,13],[1097,6,418,4,"height"],[1097,12,418,10],[1097,14,418,12],[1098,4,419,2],[1098,5,419,3],[1099,4,420,2,"profileBadge"],[1099,16,420,14],[1099,18,420,16],[1100,6,421,4,"position"],[1100,14,421,12],[1100,16,421,14],[1100,26,421,24],[1101,6,422,4,"bottom"],[1101,12,422,10],[1101,14,422,12],[1101,15,422,13],[1101,16,422,14],[1102,6,423,4,"right"],[1102,11,423,9],[1102,13,423,11],[1102,14,423,12],[1102,15,423,13],[1103,6,424,4,"backgroundColor"],[1103,21,424,19],[1103,23,424,21],[1103,32,424,30],[1104,6,425,4,"borderRadius"],[1104,18,425,16],[1104,20,425,18],[1104,22,425,20],[1105,6,426,4,"paddingHorizontal"],[1105,23,426,21],[1105,25,426,23],[1105,26,426,24],[1106,6,427,4,"paddingVertical"],[1106,21,427,19],[1106,23,427,21],[1106,24,427,22],[1107,6,428,4,"flexDirection"],[1107,19,428,17],[1107,21,428,19],[1107,26,428,24],[1108,6,429,4,"alignItems"],[1108,16,429,14],[1108,18,429,16],[1108,26,429,24],[1109,6,430,4,"gap"],[1109,9,430,7],[1109,11,430,9],[1110,4,431,2],[1110,5,431,3],[1111,4,432,2,"trustScore"],[1111,14,432,12],[1111,16,432,14],[1112,6,433,4,"fontSize"],[1112,14,433,12],[1112,16,433,14],[1112,18,433,16],[1113,6,434,4,"fontWeight"],[1113,16,434,14],[1113,18,434,16],[1113,23,434,21],[1114,6,435,4,"color"],[1114,11,435,9],[1114,13,435,11],[1115,4,436,2],[1115,5,436,3],[1116,4,437,2,"headerRight"],[1116,15,437,13],[1116,17,437,15],[1117,6,438,4,"flexDirection"],[1117,19,438,17],[1117,21,438,19],[1117,26,438,24],[1118,6,439,4,"gap"],[1118,9,439,7],[1118,11,439,9],[1119,4,440,2],[1119,5,440,3],[1120,4,441,2,"iconButton"],[1120,14,441,12],[1120,16,441,14],[1121,6,442,4,"padding"],[1121,13,442,11],[1121,15,442,13],[1122,4,443,2],[1122,5,443,3],[1123,4,444,2,"announcementWidget"],[1123,22,444,20],[1123,24,444,22],[1124,6,445,4,"padding"],[1124,13,445,11],[1124,15,445,13],[1125,4,446,2],[1125,5,446,3],[1126,4,447,2,"announcement"],[1126,16,447,14],[1126,18,447,16],[1127,6,448,4,"backgroundColor"],[1127,21,448,19],[1127,23,448,21],[1127,29,448,27],[1128,6,449,4,"padding"],[1128,13,449,11],[1128,15,449,13],[1128,17,449,15],[1129,6,450,4,"borderRadius"],[1129,18,450,16],[1129,20,450,18],[1129,22,450,20],[1130,6,451,4,"marginRight"],[1130,17,451,15],[1130,19,451,17],[1130,21,451,19],[1131,6,452,4,"width"],[1131,11,452,9],[1131,13,452,11,"width"],[1131,18,452,16],[1131,21,452,19],[1131,23,452,21],[1132,6,453,4,"borderLeftWidth"],[1132,21,453,19],[1132,23,453,21],[1132,24,453,22],[1133,6,454,4,"borderLeftColor"],[1133,21,454,19],[1133,23,454,21],[1134,4,455,2],[1134,5,455,3],[1135,4,456,2,"announcementTitle"],[1135,21,456,19],[1135,23,456,21],[1136,6,457,4,"fontSize"],[1136,14,457,12],[1136,16,457,14],[1136,18,457,16],[1137,6,458,4,"fontWeight"],[1137,16,458,14],[1137,18,458,16],[1137,23,458,21],[1138,6,459,4,"color"],[1138,11,459,9],[1138,13,459,11],[1138,22,459,20],[1139,6,460,4,"marginBottom"],[1139,18,460,16],[1139,20,460,18],[1140,4,461,2],[1140,5,461,3],[1141,4,462,2,"announcementText"],[1141,20,462,18],[1141,22,462,20],[1142,6,463,4,"fontSize"],[1142,14,463,12],[1142,16,463,14],[1142,18,463,16],[1143,6,464,4,"color"],[1143,11,464,9],[1143,13,464,11],[1144,4,465,2],[1144,5,465,3],[1145,4,466,2,"quickActionsContainer"],[1145,25,466,23],[1145,27,466,25],[1146,6,467,4,"padding"],[1146,13,467,11],[1146,15,467,13],[1147,4,468,2],[1147,5,468,3],[1148,4,469,2,"sectionTitle"],[1148,16,469,14],[1148,18,469,16],[1149,6,470,4,"fontSize"],[1149,14,470,12],[1149,16,470,14],[1149,18,470,16],[1150,6,471,4,"fontWeight"],[1150,16,471,14],[1150,18,471,16],[1150,23,471,21],[1151,6,472,4,"color"],[1151,11,472,9],[1151,13,472,11],[1151,22,472,20],[1152,6,473,4,"marginBottom"],[1152,18,473,16],[1152,20,473,18],[1153,4,474,2],[1153,5,474,3],[1154,4,475,2,"actionsGrid"],[1154,15,475,13],[1154,17,475,15],[1155,6,476,4,"flexDirection"],[1155,19,476,17],[1155,21,476,19],[1155,26,476,24],[1156,6,477,4,"flexWrap"],[1156,14,477,12],[1156,16,477,14],[1156,22,477,20],[1157,6,478,4,"justifyContent"],[1157,20,478,18],[1157,22,478,20],[1158,4,479,2],[1158,5,479,3],[1159,4,480,2,"actionCard"],[1159,14,480,12],[1159,16,480,14],[1160,6,481,4,"width"],[1160,11,481,9],[1160,13,481,11],[1160,14,481,12,"width"],[1160,19,481,17],[1160,22,481,20],[1160,24,481,22],[1160,28,481,26],[1160,29,481,27],[1161,6,482,4,"backgroundColor"],[1161,21,482,19],[1161,23,482,21],[1161,29,482,27],[1162,6,483,4,"padding"],[1162,13,483,11],[1162,15,483,13],[1162,17,483,15],[1163,6,484,4,"borderRadius"],[1163,18,484,16],[1163,20,484,18],[1163,22,484,20],[1164,6,485,4,"alignItems"],[1164,16,485,14],[1164,18,485,16],[1164,26,485,24],[1165,6,486,4,"marginBottom"],[1165,18,486,16],[1165,20,486,18],[1165,22,486,20],[1166,6,487,4,"shadowColor"],[1166,17,487,15],[1166,19,487,17],[1166,25,487,23],[1167,6,488,4,"shadowOffset"],[1167,18,488,16],[1167,20,488,18],[1168,8,488,20,"width"],[1168,13,488,25],[1168,15,488,27],[1168,16,488,28],[1169,8,488,30,"height"],[1169,14,488,36],[1169,16,488,38],[1170,6,488,40],[1170,7,488,41],[1171,6,489,4,"shadowOpacity"],[1171,19,489,17],[1171,21,489,19],[1171,25,489,23],[1172,6,490,4,"shadowRadius"],[1172,18,490,16],[1172,20,490,18],[1172,21,490,19],[1173,6,491,4,"elevation"],[1173,15,491,13],[1173,17,491,15],[1174,4,492,2],[1174,5,492,3],[1175,4,493,2,"actionCardFirst"],[1175,19,493,17],[1175,21,493,19],[1176,6,494,4,"marginRight"],[1176,17,494,15],[1176,19,494,17],[1177,4,495,2],[1177,5,495,3],[1178,4,496,2,"actionCardLast"],[1178,18,496,16],[1178,20,496,18],[1179,6,497,4,"marginLeft"],[1179,16,497,14],[1179,18,497,16],[1180,4,498,2],[1180,5,498,3],[1181,4,499,2,"actionIcon"],[1181,14,499,12],[1181,16,499,14],[1182,6,500,4,"width"],[1182,11,500,9],[1182,13,500,11],[1182,15,500,13],[1183,6,501,4,"height"],[1183,12,501,10],[1183,14,501,12],[1183,16,501,14],[1184,6,502,4,"borderRadius"],[1184,18,502,16],[1184,20,502,18],[1184,22,502,20],[1185,6,503,4,"alignItems"],[1185,16,503,14],[1185,18,503,16],[1185,26,503,24],[1186,6,504,4,"justifyContent"],[1186,20,504,18],[1186,22,504,20],[1186,30,504,28],[1187,6,505,4,"marginBottom"],[1187,18,505,16],[1187,20,505,18],[1188,4,506,2],[1188,5,506,3],[1189,4,507,2,"actionLabel"],[1189,15,507,13],[1189,17,507,15],[1190,6,508,4,"fontSize"],[1190,14,508,12],[1190,16,508,14],[1190,18,508,16],[1191,6,509,4,"color"],[1191,11,509,9],[1191,13,509,11],[1191,22,509,20],[1192,6,510,4,"textAlign"],[1192,15,510,13],[1192,17,510,15],[1193,4,511,2],[1193,5,511,3],[1194,4,512,2,"walletHeader"],[1194,16,512,14],[1194,18,512,16],[1195,6,513,4,"padding"],[1195,13,513,11],[1195,15,513,13],[1195,17,513,15],[1196,6,514,4,"backgroundColor"],[1196,21,514,19],[1196,23,514,21],[1196,29,514,27],[1197,6,515,4,"borderBottomWidth"],[1197,23,515,21],[1197,25,515,23],[1197,26,515,24],[1198,6,516,4,"borderBottomColor"],[1198,23,516,21],[1198,25,516,23],[1198,34,516,32],[1199,6,517,4,"flexDirection"],[1199,19,517,17],[1199,21,517,19],[1199,26,517,24],[1200,6,518,4,"justifyContent"],[1200,20,518,18],[1200,22,518,20],[1200,37,518,35],[1201,6,519,4,"alignItems"],[1201,16,519,14],[1201,18,519,16],[1202,4,520,2],[1202,5,520,3],[1203,4,521,2,"walletTitle"],[1203,15,521,13],[1203,17,521,15],[1204,6,522,4,"fontSize"],[1204,14,522,12],[1204,16,522,14],[1204,18,522,16],[1205,6,523,4,"fontWeight"],[1205,16,523,14],[1205,18,523,16],[1205,23,523,21],[1206,6,524,4,"color"],[1206,11,524,9],[1206,13,524,11],[1207,4,525,2],[1207,5,525,3],[1208,4,526,2,"refreshButton"],[1208,17,526,15],[1208,19,526,17],[1209,6,527,4,"padding"],[1209,13,527,11],[1209,15,527,13],[1209,16,527,14],[1210,6,528,4,"borderRadius"],[1210,18,528,16],[1210,20,528,18],[1210,21,528,19],[1211,6,529,4,"backgroundColor"],[1211,21,529,19],[1211,23,529,21],[1212,4,530,2],[1212,5,530,3],[1213,4,531,2,"balanceCards"],[1213,16,531,14],[1213,18,531,16],[1214,6,532,4,"padding"],[1214,13,532,11],[1214,15,532,13],[1214,17,532,15],[1215,6,533,4,"gap"],[1215,9,533,7],[1215,11,533,9],[1216,4,534,2],[1216,5,534,3],[1217,4,535,2,"balanceCard"],[1217,15,535,13],[1217,17,535,15],[1218,6,536,4,"backgroundColor"],[1218,21,536,19],[1218,23,536,21],[1218,29,536,27],[1219,6,537,4,"padding"],[1219,13,537,11],[1219,15,537,13],[1219,17,537,15],[1220,6,538,4,"borderRadius"],[1220,18,538,16],[1220,20,538,18],[1220,22,538,20],[1221,6,539,4,"borderWidth"],[1221,17,539,15],[1221,19,539,17],[1221,20,539,18],[1222,6,540,4,"borderColor"],[1222,17,540,15],[1222,19,540,17],[1223,4,541,2],[1223,5,541,3],[1224,4,542,2,"balanceCardHeader"],[1224,21,542,19],[1224,23,542,21],[1225,6,543,4,"flexDirection"],[1225,19,543,17],[1225,21,543,19],[1225,26,543,24],[1226,6,544,4,"alignItems"],[1226,16,544,14],[1226,18,544,16],[1226,26,544,24],[1227,6,545,4,"gap"],[1227,9,545,7],[1227,11,545,9],[1227,12,545,10],[1228,6,546,4,"marginBottom"],[1228,18,546,16],[1228,20,546,18],[1229,4,547,2],[1229,5,547,3],[1230,4,548,2,"tokenLogo"],[1230,13,548,11],[1230,15,548,13],[1231,6,549,4,"width"],[1231,11,549,9],[1231,13,549,11],[1231,15,549,13],[1232,6,550,4,"height"],[1232,12,550,10],[1232,14,550,12],[1232,16,550,14],[1233,6,551,4,"borderRadius"],[1233,18,551,16],[1233,20,551,18],[1234,4,552,2],[1234,5,552,3],[1235,4,553,2,"tokenSymbol"],[1235,15,553,13],[1235,17,553,15],[1236,6,554,4,"fontSize"],[1236,14,554,12],[1236,16,554,14],[1236,18,554,16],[1237,6,555,4,"fontWeight"],[1237,16,555,14],[1237,18,555,16],[1237,23,555,21],[1238,6,556,4,"color"],[1238,11,556,9],[1238,13,556,11],[1239,4,557,2],[1239,5,557,3],[1240,4,558,2,"balanceAmount"],[1240,17,558,15],[1240,19,558,17],[1241,6,559,4,"fontSize"],[1241,14,559,12],[1241,16,559,14],[1241,18,559,16],[1242,6,560,4,"fontWeight"],[1242,16,560,14],[1242,18,560,16],[1242,23,560,21],[1243,6,561,4,"color"],[1243,11,561,9],[1243,13,561,11],[1243,22,561,20],[1244,6,562,4,"marginBottom"],[1244,18,562,16],[1244,20,562,18],[1245,4,563,2],[1245,5,563,3],[1246,4,564,2,"balanceUsd"],[1246,14,564,12],[1246,16,564,14],[1247,6,565,4,"fontSize"],[1247,14,565,12],[1247,16,565,14],[1247,18,565,16],[1248,6,566,4,"color"],[1248,11,566,9],[1248,13,566,11],[1249,4,567,2],[1249,5,567,3],[1250,4,568,2,"walletActions"],[1250,17,568,15],[1250,19,568,17],[1251,6,569,4,"flexDirection"],[1251,19,569,17],[1251,21,569,19],[1251,26,569,24],[1252,6,570,4,"padding"],[1252,13,570,11],[1252,15,570,13],[1252,17,570,15],[1253,6,571,4,"gap"],[1253,9,571,7],[1253,11,571,9],[1254,4,572,2],[1254,5,572,3],[1255,4,573,2,"walletActionButton"],[1255,22,573,20],[1255,24,573,22],[1256,6,574,4,"flex"],[1256,10,574,8],[1256,12,574,10],[1256,13,574,11],[1257,6,575,4,"backgroundColor"],[1257,21,575,19],[1257,23,575,21],[1257,32,575,30],[1258,6,576,4,"padding"],[1258,13,576,11],[1258,15,576,13],[1258,17,576,15],[1259,6,577,4,"borderRadius"],[1259,18,577,16],[1259,20,577,18],[1259,22,577,20],[1260,6,578,4,"alignItems"],[1260,16,578,14],[1260,18,578,16],[1260,26,578,24],[1261,6,579,4,"gap"],[1261,9,579,7],[1261,11,579,9],[1262,4,580,2],[1262,5,580,3],[1263,4,581,2,"walletActionText"],[1263,20,581,18],[1263,22,581,20],[1264,6,582,4,"color"],[1264,11,582,9],[1264,13,582,11],[1264,19,582,17],[1265,6,583,4,"fontSize"],[1265,14,583,12],[1265,16,583,14],[1265,18,583,16],[1266,6,584,4,"fontWeight"],[1266,16,584,14],[1266,18,584,16],[1267,4,585,2],[1267,5,585,3],[1268,4,586,2,"placeholderText"],[1268,19,586,17],[1268,21,586,19],[1269,6,587,4,"flex"],[1269,10,587,8],[1269,12,587,10],[1269,13,587,11],[1270,6,588,4,"textAlign"],[1270,15,588,13],[1270,17,588,15],[1270,25,588,23],[1271,6,589,4,"marginTop"],[1271,15,589,13],[1271,17,589,15],[1271,20,589,18],[1272,6,590,4,"fontSize"],[1272,14,590,12],[1272,16,590,14],[1272,18,590,16],[1273,6,591,4,"color"],[1273,11,591,9],[1273,13,591,11],[1274,4,592,2],[1274,5,592,3],[1275,4,593,2,"tabBar"],[1275,10,593,8],[1275,12,593,10],[1276,6,594,4,"borderTopWidth"],[1276,20,594,18],[1276,22,594,20],[1276,23,594,21],[1277,6,595,4,"borderTopColor"],[1277,20,595,18],[1277,22,595,20],[1277,31,595,29],[1278,6,596,4,"paddingBottom"],[1278,19,596,17],[1278,21,596,19],[1278,23,596,21],[1279,6,597,4,"paddingTop"],[1279,16,597,14],[1279,18,597,16],[1279,19,597,17],[1280,6,598,4,"backgroundColor"],[1280,21,598,19],[1280,23,598,21],[1281,4,599,2],[1281,5,599,3],[1282,4,600,2],[1283,4,601,2,"balanceRow"],[1283,14,601,12],[1283,16,601,14],[1284,6,602,4,"flexDirection"],[1284,19,602,17],[1284,21,602,19],[1284,26,602,24],[1285,6,603,4,"padding"],[1285,13,603,11],[1285,15,603,13],[1285,17,603,15],[1286,6,604,4,"gap"],[1286,9,604,7],[1286,11,604,9],[1287,4,605,2],[1287,5,605,3],[1288,4,606,2,"balanceCardNew"],[1288,18,606,16],[1288,20,606,18],[1289,6,607,4,"flex"],[1289,10,607,8],[1289,12,607,10],[1289,13,607,11],[1290,6,608,4,"backgroundColor"],[1290,21,608,19],[1290,23,608,21],[1290,29,608,27],[1291,6,609,4,"padding"],[1291,13,609,11],[1291,15,609,13],[1291,17,609,15],[1292,6,610,4,"borderRadius"],[1292,18,610,16],[1292,20,610,18],[1292,22,610,20],[1293,6,611,4,"alignItems"],[1293,16,611,14],[1293,18,611,16],[1293,26,611,24],[1294,6,612,4,"shadowColor"],[1294,17,612,15],[1294,19,612,17],[1294,25,612,23],[1295,6,613,4,"shadowOffset"],[1295,18,613,16],[1295,20,613,18],[1296,8,613,20,"width"],[1296,13,613,25],[1296,15,613,27],[1296,16,613,28],[1297,8,613,30,"height"],[1297,14,613,36],[1297,16,613,38],[1298,6,613,40],[1298,7,613,41],[1299,6,614,4,"shadowOpacity"],[1299,19,614,17],[1299,21,614,19],[1299,24,614,22],[1300,6,615,4,"shadowRadius"],[1300,18,615,16],[1300,20,615,18],[1300,21,615,19],[1301,6,616,4,"elevation"],[1301,15,616,13],[1301,17,616,15],[1302,4,617,2],[1302,5,617,3],[1303,4,618,2,"tokenLogoNew"],[1303,16,618,14],[1303,18,618,16],[1304,6,619,4,"width"],[1304,11,619,9],[1304,13,619,11],[1304,15,619,13],[1305,6,620,4,"height"],[1305,12,620,10],[1305,14,620,12],[1305,16,620,14],[1306,6,621,4,"borderRadius"],[1306,18,621,16],[1306,20,621,18],[1306,22,621,20],[1307,6,622,4,"marginBottom"],[1307,18,622,16],[1307,20,622,18],[1308,4,623,2],[1308,5,623,3],[1309,4,624,2,"tokenSymbolNew"],[1309,18,624,16],[1309,20,624,18],[1310,6,625,4,"fontSize"],[1310,14,625,12],[1310,16,625,14],[1310,18,625,16],[1311,6,626,4,"fontWeight"],[1311,16,626,14],[1311,18,626,16],[1311,23,626,21],[1312,6,627,4,"color"],[1312,11,627,9],[1312,13,627,11],[1312,22,627,20],[1313,6,628,4,"marginBottom"],[1313,18,628,16],[1313,20,628,18],[1314,4,629,2],[1314,5,629,3],[1315,4,630,2,"balanceAmountNew"],[1315,20,630,18],[1315,22,630,20],[1316,6,631,4,"fontSize"],[1316,14,631,12],[1316,16,631,14],[1316,18,631,16],[1317,6,632,4,"fontWeight"],[1317,16,632,14],[1317,18,632,16],[1317,23,632,21],[1318,6,633,4,"color"],[1318,11,633,9],[1318,13,633,11],[1318,22,633,20],[1319,6,634,4,"marginBottom"],[1319,18,634,16],[1319,20,634,18],[1320,4,635,2],[1320,5,635,3],[1321,4,636,2,"tokenNameNew"],[1321,16,636,14],[1321,18,636,16],[1322,6,637,4,"fontSize"],[1322,14,637,12],[1322,16,637,14],[1322,18,637,16],[1323,6,638,4,"color"],[1323,11,638,9],[1323,13,638,11],[1324,4,639,2],[1324,5,639,3],[1325,4,640,2,"actionsContainer"],[1325,20,640,18],[1325,22,640,20],[1326,6,641,4,"margin"],[1326,12,641,10],[1326,14,641,12],[1326,16,641,14],[1327,6,642,4,"backgroundColor"],[1327,21,642,19],[1327,23,642,21],[1327,29,642,27],[1328,6,643,4,"padding"],[1328,13,643,11],[1328,15,643,13],[1328,17,643,15],[1329,6,644,4,"borderRadius"],[1329,18,644,16],[1329,20,644,18],[1329,22,644,20],[1330,6,645,4,"shadowColor"],[1330,17,645,15],[1330,19,645,17],[1330,25,645,23],[1331,6,646,4,"shadowOffset"],[1331,18,646,16],[1331,20,646,18],[1332,8,646,20,"width"],[1332,13,646,25],[1332,15,646,27],[1332,16,646,28],[1333,8,646,30,"height"],[1333,14,646,36],[1333,16,646,38],[1334,6,646,40],[1334,7,646,41],[1335,6,647,4,"shadowOpacity"],[1335,19,647,17],[1335,21,647,19],[1335,24,647,22],[1336,6,648,4,"shadowRadius"],[1336,18,648,16],[1336,20,648,18],[1336,21,648,19],[1337,6,649,4,"elevation"],[1337,15,649,13],[1337,17,649,15],[1338,4,650,2],[1338,5,650,3],[1339,4,651,2,"actionsRow"],[1339,14,651,12],[1339,16,651,14],[1340,6,652,4,"flexDirection"],[1340,19,652,17],[1340,21,652,19],[1340,26,652,24],[1341,6,653,4,"justifyContent"],[1341,20,653,18],[1341,22,653,20],[1341,37,653,35],[1342,6,654,4,"marginBottom"],[1342,18,654,16],[1342,20,654,18],[1343,4,655,2],[1343,5,655,3],[1344,4,656,2,"actionBtn"],[1344,13,656,11],[1344,15,656,13],[1345,6,657,4,"width"],[1345,11,657,9],[1345,13,657,11],[1345,14,657,12,"width"],[1345,19,657,17],[1345,22,657,20],[1345,24,657,22],[1345,28,657,26],[1345,29,657,27],[1346,6,658,4,"padding"],[1346,13,658,11],[1346,15,658,13],[1346,17,658,15],[1347,6,659,4,"borderRadius"],[1347,18,659,16],[1347,20,659,18],[1347,22,659,20],[1348,6,660,4,"alignItems"],[1348,16,660,14],[1348,18,660,16],[1348,26,660,24],[1349,6,661,4,"justifyContent"],[1349,20,661,18],[1349,22,661,20],[1350,4,662,2],[1350,5,662,3],[1351,4,663,2,"actionBtnText"],[1351,17,663,15],[1351,19,663,17],[1352,6,664,4,"color"],[1352,11,664,9],[1352,13,664,11],[1352,19,664,17],[1353,6,665,4,"fontSize"],[1353,14,665,12],[1353,16,665,14],[1353,18,665,16],[1354,6,666,4,"fontWeight"],[1354,16,666,14],[1354,18,666,16],[1354,23,666,21],[1355,6,667,4,"marginTop"],[1355,15,667,13],[1355,17,667,15],[1356,4,668,2],[1356,5,668,3],[1357,4,669,2,"tokensContainer"],[1357,19,669,17],[1357,21,669,19],[1358,6,670,4,"margin"],[1358,12,670,10],[1358,14,670,12],[1358,16,670,14],[1359,6,671,4,"marginTop"],[1359,15,671,13],[1359,17,671,15],[1360,4,672,2],[1360,5,672,3],[1361,4,673,2,"tokensTitle"],[1361,15,673,13],[1361,17,673,15],[1362,6,674,4,"fontSize"],[1362,14,674,12],[1362,16,674,14],[1362,18,674,16],[1363,6,675,4,"fontWeight"],[1363,16,675,14],[1363,18,675,16],[1363,23,675,21],[1364,6,676,4,"color"],[1364,11,676,9],[1364,13,676,11],[1364,22,676,20],[1365,6,677,4,"marginBottom"],[1365,18,677,16],[1365,20,677,18],[1365,22,677,20],[1366,6,678,4,"paddingHorizontal"],[1366,23,678,21],[1366,25,678,23],[1367,4,679,2],[1367,5,679,3],[1368,4,680,2,"tokenItem"],[1368,13,680,11],[1368,15,680,13],[1369,6,681,4,"flexDirection"],[1369,19,681,17],[1369,21,681,19],[1369,26,681,24],[1370,6,682,4,"justifyContent"],[1370,20,682,18],[1370,22,682,20],[1370,37,682,35],[1371,6,683,4,"alignItems"],[1371,16,683,14],[1371,18,683,16],[1371,26,683,24],[1372,6,684,4,"backgroundColor"],[1372,21,684,19],[1372,23,684,21],[1372,29,684,27],[1373,6,685,4,"padding"],[1373,13,685,11],[1373,15,685,13],[1373,17,685,15],[1374,6,686,4,"borderRadius"],[1374,18,686,16],[1374,20,686,18],[1374,22,686,20],[1375,6,687,4,"marginBottom"],[1375,18,687,16],[1375,20,687,18],[1375,21,687,19],[1376,6,688,4,"shadowColor"],[1376,17,688,15],[1376,19,688,17],[1376,25,688,23],[1377,6,689,4,"shadowOffset"],[1377,18,689,16],[1377,20,689,18],[1378,8,689,20,"width"],[1378,13,689,25],[1378,15,689,27],[1378,16,689,28],[1379,8,689,30,"height"],[1379,14,689,36],[1379,16,689,38],[1380,6,689,40],[1380,7,689,41],[1381,6,690,4,"shadowOpacity"],[1381,19,690,17],[1381,21,690,19],[1381,25,690,23],[1382,6,691,4,"shadowRadius"],[1382,18,691,16],[1382,20,691,18],[1382,21,691,19],[1383,6,692,4,"elevation"],[1383,15,692,13],[1383,17,692,15],[1384,4,693,2],[1384,5,693,3],[1385,4,694,2,"tokenItemLeft"],[1385,17,694,15],[1385,19,694,17],[1386,6,695,4,"flexDirection"],[1386,19,695,17],[1386,21,695,19],[1386,26,695,24],[1387,6,696,4,"alignItems"],[1387,16,696,14],[1387,18,696,16],[1387,26,696,24],[1388,6,697,4,"gap"],[1388,9,697,7],[1388,11,697,9],[1389,4,698,2],[1389,5,698,3],[1390,4,699,2,"tokenIconContainer"],[1390,22,699,20],[1390,24,699,22],[1391,6,700,4,"position"],[1391,14,700,12],[1391,16,700,14],[1391,26,700,24],[1392,6,701,4,"width"],[1392,11,701,9],[1392,13,701,11],[1392,15,701,13],[1393,6,702,4,"height"],[1393,12,702,10],[1393,14,702,12],[1394,4,703,2],[1394,5,703,3],[1395,4,704,2,"tokenIcon"],[1395,13,704,11],[1395,15,704,13],[1396,6,705,4,"width"],[1396,11,705,9],[1396,13,705,11],[1396,15,705,13],[1397,6,706,4,"height"],[1397,12,706,10],[1397,14,706,12],[1397,16,706,14],[1398,6,707,4,"borderRadius"],[1398,18,707,16],[1398,20,707,18],[1399,4,708,2],[1399,5,708,3],[1400,4,709,2,"networkBadge"],[1400,16,709,14],[1400,18,709,16],[1401,6,710,4,"position"],[1401,14,710,12],[1401,16,710,14],[1401,26,710,24],[1402,6,711,4,"right"],[1402,11,711,9],[1402,13,711,11],[1402,14,711,12],[1402,15,711,13],[1403,6,712,4,"bottom"],[1403,12,712,10],[1403,14,712,12],[1403,15,712,13],[1403,16,712,14],[1404,6,713,4,"width"],[1404,11,713,9],[1404,13,713,11],[1404,15,713,13],[1405,6,714,4,"height"],[1405,12,714,10],[1405,14,714,12],[1405,16,714,14],[1406,6,715,4,"borderRadius"],[1406,18,715,16],[1406,20,715,18],[1406,21,715,19],[1407,6,716,4,"borderWidth"],[1407,17,716,15],[1407,19,716,17],[1407,20,716,18],[1408,6,717,4,"borderColor"],[1408,17,717,15],[1408,19,717,17],[1409,4,718,2],[1409,5,718,3],[1410,4,719,2,"tokenItemName"],[1410,17,719,15],[1410,19,719,17],[1411,6,720,4,"fontSize"],[1411,14,720,12],[1411,16,720,14],[1411,18,720,16],[1412,6,721,4,"fontWeight"],[1412,16,721,14],[1412,18,721,16],[1412,23,721,21],[1413,6,722,4,"color"],[1413,11,722,9],[1413,13,722,11],[1414,4,723,2],[1414,5,723,3],[1415,4,724,2,"tokenItemNetwork"],[1415,20,724,18],[1415,22,724,20],[1416,6,725,4,"fontSize"],[1416,14,725,12],[1416,16,725,14],[1416,18,725,16],[1417,6,726,4,"color"],[1417,11,726,9],[1417,13,726,11],[1418,4,727,2],[1418,5,727,3],[1419,4,728,2,"tokenItemRight"],[1419,18,728,16],[1419,20,728,18],[1420,6,729,4,"alignItems"],[1420,16,729,14],[1420,18,729,16],[1421,4,730,2],[1421,5,730,3],[1422,4,731,2,"tokenItemBalance"],[1422,20,731,18],[1422,22,731,20],[1423,6,732,4,"fontSize"],[1423,14,732,12],[1423,16,732,14],[1423,18,732,16],[1424,6,733,4,"fontWeight"],[1424,16,733,14],[1424,18,733,16],[1424,23,733,21],[1425,6,734,4,"color"],[1425,11,734,9],[1425,13,734,11],[1426,4,735,2],[1426,5,735,3],[1427,4,736,2,"tokenItemUsd"],[1427,16,736,14],[1427,18,736,16],[1428,6,737,4,"fontSize"],[1428,14,737,12],[1428,16,737,14],[1428,18,737,16],[1429,6,738,4,"color"],[1429,11,738,9],[1429,13,738,11],[1430,4,739,2],[1431,2,740,0],[1431,3,740,1],[1431,4,740,2],[1432,2,740,3],[1432,6,740,3,"_c"],[1432,8,740,3],[1432,10,740,3,"_c2"],[1432,13,740,3],[1432,15,740,3,"_c3"],[1432,18,740,3],[1432,20,740,3,"_c4"],[1432,23,740,3],[1432,25,740,3,"_c5"],[1432,28,740,3],[1432,30,740,3,"_c6"],[1432,33,740,3],[1433,2,740,3,"$RefreshReg$"],[1433,14,740,3],[1433,15,740,3,"_c"],[1433,17,740,3],[1434,2,740,3,"$RefreshReg$"],[1434,14,740,3],[1434,15,740,3,"_c2"],[1434,18,740,3],[1435,2,740,3,"$RefreshReg$"],[1435,14,740,3],[1435,15,740,3,"_c3"],[1435,18,740,3],[1436,2,740,3,"$RefreshReg$"],[1436,14,740,3],[1436,15,740,3,"_c4"],[1436,18,740,3],[1437,2,740,3,"$RefreshReg$"],[1437,14,740,3],[1437,15,740,3,"_c5"],[1437,18,740,3],[1438,2,740,3,"$RefreshReg$"],[1438,14,740,3],[1438,15,740,3,"_c6"],[1438,18,740,3],[1439,0,740,3],[1439,3]],"functionMap":{"names":["","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"}]}
\ No newline at end of file
diff --git a/frontend/.metro-cache/cache/4b/a99109ad0c874cdcfc7e5ff4de05655de411d6ee31948cf4bf47c51f534b400c44111d b/frontend/.metro-cache/cache/4b/a99109ad0c874cdcfc7e5ff4de05655de411d6ee31948cf4bf47c51f534b400c44111d
index 05fcf9a3..e4cc01e4 100644
--- a/frontend/.metro-cache/cache/4b/a99109ad0c874cdcfc7e5ff4de05655de411d6ee31948cf4bf47c51f534b400c44111d
+++ b/frontend/.metro-cache/cache/4b/a99109ad0c874cdcfc7e5ff4de05655de411d6ee31948cf4bf47c51f534b400c44111d
@@ -1 +1 @@
-{"dependencies":[{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":51,"index":51}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/View","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"4kYBDC6LJJXoH7P9rWDi3vkLVB0=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Text","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"JKIzsQ5YQ0gDj0MIyY0Q7F1zJtU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/StyleSheet","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"MK7+k1V+KnvCVW7Kj2k/ydtjmVU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/TouchableOpacity","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PnQOoa8QGKpV5+issz6ikk463eg=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/ScrollView","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"7Gv1K9/TiQvbDXlMy9NOQIEBHDA=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Image","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"h9Yjx6LR7umCdPP226caWyLdUPo=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Dimensions","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"ySrYx/xxJL+A+Ie+sLy/r/EEnF8=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Alert","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PEUC6jrQVoAGZ2qYkvimljMOyJI=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":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 _react = require(_dependencyMap[0], \"react\");\n var _reactNativeWebDistExportsView = require(_dependencyMap[1], \"react-native-web/dist/exports/View\");\n var View = _interopDefault(_reactNativeWebDistExportsView);\n var _reactNativeWebDistExportsText = require(_dependencyMap[2], \"react-native-web/dist/exports/Text\");\n var Text = _interopDefault(_reactNativeWebDistExportsText);\n var _reactNativeWebDistExportsStyleSheet = require(_dependencyMap[3], \"react-native-web/dist/exports/StyleSheet\");\n var StyleSheet = _interopDefault(_reactNativeWebDistExportsStyleSheet);\n var _reactNativeWebDistExportsTouchableOpacity = require(_dependencyMap[4], \"react-native-web/dist/exports/TouchableOpacity\");\n var TouchableOpacity = _interopDefault(_reactNativeWebDistExportsTouchableOpacity);\n var _reactNativeWebDistExportsScrollView = require(_dependencyMap[5], \"react-native-web/dist/exports/ScrollView\");\n var ScrollView = _interopDefault(_reactNativeWebDistExportsScrollView);\n var _reactNativeWebDistExportsImage = require(_dependencyMap[6], \"react-native-web/dist/exports/Image\");\n var Image = _interopDefault(_reactNativeWebDistExportsImage);\n var _reactNativeWebDistExportsDimensions = require(_dependencyMap[7], \"react-native-web/dist/exports/Dimensions\");\n var Dimensions = _interopDefault(_reactNativeWebDistExportsDimensions);\n var _reactNativeWebDistExportsAlert = require(_dependencyMap[8], \"react-native-web/dist/exports/Alert\");\n var Alert = _interopDefault(_reactNativeWebDistExportsAlert);\n var _expoVectorIcons = require(_dependencyMap[9], \"@expo/vector-icons\");\n var _reactNavigationBottomTabs = require(_dependencyMap[10], \"@react-navigation/bottom-tabs\");\n var _expoImagePicker = require(_dependencyMap[11], \"expo-image-picker\");\n var ImagePicker = _interopNamespace(_expoImagePicker);\n var _contextsAuthContext = require(_dependencyMap[12], \"../contexts/AuthContext\");\n var _reactNativeSafeAreaContext = require(_dependencyMap[13], \"react-native-safe-area-context\");\n var _reactJsxDevRuntime = require(_dependencyMap[14], \"react/jsx-dev-runtime\");\n const {\n width\n } = Dimensions.default.get('window');\n function HomeTab({\n navigation\n }) {\n _s();\n const {\n user\n } = (0, _contextsAuthContext.useAuth)();\n const insets = (0, _reactNativeSafeAreaContext.useSafeAreaInsets)();\n const [profileImage, setProfileImage] = (0, _react.useState)(null);\n const showImagePickerOptions = () => {\n Alert.default.alert('Change Profile Photo', 'Choose an option', [{\n text: 'Take Photo',\n onPress: takePhoto\n }, {\n text: 'Choose from Gallery',\n onPress: pickImageFromGallery\n }, {\n text: 'Cancel',\n style: 'cancel'\n }], {\n cancelable: true\n });\n };\n const takePhoto = async () => {\n const permissionResult = await ImagePicker.requestCameraPermissionsAsync();\n if (permissionResult.granted === false) {\n Alert.default.alert('Permission Required', 'Camera permission is required!');\n return;\n }\n const result = await ImagePicker.launchCameraAsync({\n allowsEditing: true,\n aspect: [1, 1],\n quality: 0.5,\n base64: true\n });\n if (!result.canceled && result.assets[0].base64) {\n const base64Image = `data:image/jpeg;base64,${result.assets[0].base64}`;\n setProfileImage(base64Image);\n // TODO: Save to backend\n }\n };\n const pickImageFromGallery = async () => {\n const permissionResult = await ImagePicker.requestMediaLibraryPermissionsAsync();\n if (permissionResult.granted === false) {\n Alert.default.alert('Permission Required', 'Gallery access is required!');\n return;\n }\n const result = await ImagePicker.launchImageLibraryAsync({\n mediaTypes: ['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 const base64Image = `data:image/jpeg;base64,${result.assets[0].base64}`;\n setProfileImage(base64Image);\n // TODO: Save to backend\n }\n };\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n showsVerticalScrollIndicator: false,\n contentContainerStyle: styles.scrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: [styles.header, {\n paddingTop: insets.top + 16\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.headerLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: styles.profileImage,\n onPress: showImagePickerOptions,\n children: profileImage ? /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\n source: {\n uri: profileImage\n },\n style: styles.profileImageSrc\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 99,\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: 101,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 97,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\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: 105,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.trustScore,\n children: \"750\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 106,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 104,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 96,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.headerRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: styles.iconButton,\n onPress: () => navigation.navigate('QRScanner'),\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: 111,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 110,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: styles.iconButton,\n onPress: () => navigation.navigate('Notifications'),\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: 114,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 113,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: styles.iconButton,\n onPress: () => navigation.navigate('Settings'),\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: 117,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 116,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 109,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 95,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.announcementWidget,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n horizontal: true,\n showsHorizontalScrollIndicator: false,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.announcement,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.announcementTitle,\n children: \"\\uD83C\\uDF89 Welcome to PezkuwiChain!\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 126,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.announcementText,\n children: \"Start your citizenship journey today\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 127,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 125,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.announcement,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.announcementTitle,\n children: \"\\uD83D\\uDCE2 New Feature\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 130,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.announcementText,\n children: \"Vote on governance proposals\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 131,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 129,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 124,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 123,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.quickActionsContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.sectionTitle,\n children: \"Quick Actions\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 138,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.actionsGrid,\n children: QUICK_ACTIONS.map((action, index) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: [styles.actionCard, index % 4 === 0 && styles.actionCardFirst, index % 4 === 3 && styles.actionCardLast],\n activeOpacity: 0.7,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\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: 150,\n columnNumber: 19\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 149,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionLabel,\n children: action.label\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 152,\n columnNumber: 17\n }, this)]\n }, action.id, true, {\n fileName: _jsxFileName,\n lineNumber: 141,\n columnNumber: 15\n }, this))\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 139,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 137,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 93,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 92,\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 const {\n user\n } = (0, _contextsAuthContext.useAuth)();\n const insets = (0, _reactNativeSafeAreaContext.useSafeAreaInsets)();\n const [hezBalance, setHezBalance] = (0, _react.useState)('Loading...');\n const [pezBalance, setPezBalance] = (0, _react.useState)('Loading...');\n const [loading, setLoading] = (0, _react.useState)(true);\n const TEST_WALLET = '5GgTgG9sRmPQAYU1RsTejZYnZRjwzKZKWD3awtuqjHioki45';\n (0, _react.useEffect)(() => {\n fetchBalance();\n }, []);\n const fetchBalance = async () => {\n try {\n const backendUrl = \"https://digital-kurdistan.preview.emergentagent.com\" || 'http://localhost:8001';\n const controller = new AbortController();\n const timeoutId = setTimeout(() => controller.abort(), 5000); // 5 sec timeout\n\n const response = await 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 const data = await 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 /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n contentContainerStyle: styles.walletScrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: [styles.walletHeader, {\n paddingTop: insets.top + 16\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.walletTitle,\n children: \"My Wallet\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 216,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 218,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 217,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 215,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.balanceRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.balanceCardNew,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\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: 225,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenSymbolNew,\n children: \"HEZ\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 229,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.balanceAmountNew,\n children: hezBalance\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 230,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenNameNew,\n children: \"Hemwelat\\xEE Token\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 231,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 224,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.balanceCardNew,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\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: 235,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenSymbolNew,\n children: \"PEZ\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 239,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.balanceAmountNew,\n children: pezBalance\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 240,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenNameNew,\n children: \"Pezkuw\\xEE Token\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 241,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 234,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 223,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.actionsContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.actionsRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 250,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionBtnText,\n children: \"Send\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 251,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 249,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 254,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionBtnText,\n children: \"Receive\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 255,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 253,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 258,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionBtnText,\n children: \"Swap\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 259,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 257,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 262,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionBtnText,\n children: \"P2P\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 263,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 261,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 248,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.actionsRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 270,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionBtnText,\n children: \"Vote\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 271,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 269,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 274,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionBtnText,\n children: \"DApps\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 275,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 273,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 278,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionBtnText,\n children: \"Staking\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 279,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 277,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 282,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionBtnText,\n children: \"Connect\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 283,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 281,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 268,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 246,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokensContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokensHeader,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokensTitle,\n children: \"Tokens\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 291,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokensHeaderActions,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: styles.tokenHeaderButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"search\",\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 294,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 293,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: styles.tokenHeaderButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"add-circle\",\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 297,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 296,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: styles.tokenHeaderButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"settings\",\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 300,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 299,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 292,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 290,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenIconContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_digital-kurdistan/artifacts/8lztwx8u_USDT%28hez%29.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 309,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\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: 313,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 308,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemName,\n children: \"USDT\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 319,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemNetwork,\n children: \"PEZ Network\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 320,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 318,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 307,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemBalance,\n children: \"0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 324,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 325,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 323,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 306,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_digital-kurdistan/artifacts/06k2kt5u_dot.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 332,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemName,\n children: \"DOT\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 337,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemNetwork,\n children: \"Polkadot\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 338,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 336,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 331,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemBalance,\n children: \"0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 342,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 343,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 341,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 330,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_digital-kurdistan/artifacts/7obzx4ca_bitcoin.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 350,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemName,\n children: \"BTC\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 355,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemNetwork,\n children: \"Bitcoin\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 356,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 354,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 349,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemBalance,\n children: \"0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 360,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 361,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 359,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 348,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_digital-kurdistan/artifacts/l927j96q_etherium.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 368,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemName,\n children: \"ETH\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 373,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemNetwork,\n children: \"Ethereum\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 374,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 372,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 367,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemBalance,\n children: \"0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 378,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 379,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 377,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 366,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_digital-kurdistan/artifacts/2k07ckau_BNB_logo.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 386,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemName,\n children: \"BNB\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 391,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemNetwork,\n children: \"Binance Smart Chain\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 392,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 390,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 385,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemBalance,\n children: \"0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 396,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 397,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 395,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 384,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_digital-kurdistan/artifacts/k5rl2t4g_ADAlogo.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 404,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemName,\n children: \"ADA\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 409,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemNetwork,\n children: \"Cardano\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 410,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 408,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 403,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemBalance,\n children: \"0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 414,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 415,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 413,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 402,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_digital-kurdistan/artifacts/ldg2spf2_SOLlogo.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 422,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemName,\n children: \"SOL\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 427,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemNetwork,\n children: \"Solana\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 428,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 426,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 421,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemBalance,\n children: \"0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 432,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 433,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 431,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 420,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 289,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 213,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 212,\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)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.placeholderText,\n children: \"Citizens Screen\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 445,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 444,\n columnNumber: 5\n }, this);\n }\n _c3 = CitizensTab;\n function ReferralTab() {\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.placeholderText,\n children: \"Referral Screen\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 453,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 452,\n columnNumber: 5\n }, this);\n }\n _c4 = ReferralTab;\n function ProfileTab() {\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.placeholderText,\n children: \"Profile Screen\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 461,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 460,\n columnNumber: 5\n }, this);\n }\n _c5 = ProfileTab;\n const Tab = (0, _reactNavigationBottomTabs.createBottomTabNavigator)();\n function HomeScreen({\n navigation\n }) {\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 options: {\n tabBarLabel: 'Home',\n tabBarIcon: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"home\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 483,\n columnNumber: 13\n }, this)\n },\n children: () => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(HomeTab, {\n navigation: navigation\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 487,\n columnNumber: 16\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 478,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Wallet\",\n component: WalletTab,\n options: {\n tabBarLabel: 'Wallet',\n tabBarIcon: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"wallet\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 495,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 489,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Citizens\",\n component: CitizensTab,\n options: {\n tabBarLabel: 'Citizens',\n tabBarIcon: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"people\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 505,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 499,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Referral\",\n component: ReferralTab,\n options: {\n tabBarLabel: 'Referral',\n tabBarIcon: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"gift\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 515,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 509,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Profile\",\n component: ProfileTab,\n options: {\n tabBarLabel: 'Profile',\n tabBarIcon: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"person\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 525,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 519,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 470,\n columnNumber: 5\n }, this);\n }\n _c6 = HomeScreen;\n const 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 const styles = StyleSheet.default.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 - 32,\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 tokensHeader: {\n flexDirection: 'row',\n justifyContent: 'space-between',\n alignItems: 'center',\n marginBottom: 12,\n paddingHorizontal: 4\n },\n tokensTitle: {\n fontSize: 18,\n fontWeight: '700',\n color: '#1F2937'\n },\n tokensHeaderActions: {\n flexDirection: 'row',\n gap: 12\n },\n tokenHeaderButton: {\n width: 32,\n height: 32,\n borderRadius: 8,\n backgroundColor: '#F3F4F6',\n alignItems: 'center',\n justifyContent: 'center'\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":1944,"map":[[30,2,468,15,"Object"],[30,8,468,15],[30,9,468,15,"defineProperty"],[30,23,468,15],[30,24,468,15,"exports"],[30,31,468,15],[31,4,468,15,"enumerable"],[31,14,468,15],[32,4,468,15,"get"],[32,7,468,15],[32,18,468,15,"get"],[32,19,468,15],[33,6,468,15],[33,13,468,15,"HomeScreen"],[33,23,468,15],[34,4,468,15],[35,2,468,15],[36,2,1,0],[36,6,1,0,"_react"],[36,12,1,0],[36,15,1,0,"require"],[36,22,1,0],[36,23,1,0,"_dependencyMap"],[36,37,1,0],[37,2,1,51],[37,6,1,51,"_reactNativeWebDistExportsView"],[37,36,1,51],[37,39,1,51,"require"],[37,46,1,51],[37,47,1,51,"_dependencyMap"],[37,61,1,51],[38,2,1,51],[38,6,1,51,"View"],[38,10,1,51],[38,13,1,51,"_interopDefault"],[38,28,1,51],[38,29,1,51,"_reactNativeWebDistExportsView"],[38,59,1,51],[39,2,1,51],[39,6,1,51,"_reactNativeWebDistExportsText"],[39,36,1,51],[39,39,1,51,"require"],[39,46,1,51],[39,47,1,51,"_dependencyMap"],[39,61,1,51],[40,2,1,51],[40,6,1,51,"Text"],[40,10,1,51],[40,13,1,51,"_interopDefault"],[40,28,1,51],[40,29,1,51,"_reactNativeWebDistExportsText"],[40,59,1,51],[41,2,1,51],[41,6,1,51,"_reactNativeWebDistExportsStyleSheet"],[41,42,1,51],[41,45,1,51,"require"],[41,52,1,51],[41,53,1,51,"_dependencyMap"],[41,67,1,51],[42,2,1,51],[42,6,1,51,"StyleSheet"],[42,16,1,51],[42,19,1,51,"_interopDefault"],[42,34,1,51],[42,35,1,51,"_reactNativeWebDistExportsStyleSheet"],[42,71,1,51],[43,2,1,51],[43,6,1,51,"_reactNativeWebDistExportsTouchableOpacity"],[43,48,1,51],[43,51,1,51,"require"],[43,58,1,51],[43,59,1,51,"_dependencyMap"],[43,73,1,51],[44,2,1,51],[44,6,1,51,"TouchableOpacity"],[44,22,1,51],[44,25,1,51,"_interopDefault"],[44,40,1,51],[44,41,1,51,"_reactNativeWebDistExportsTouchableOpacity"],[44,83,1,51],[45,2,1,51],[45,6,1,51,"_reactNativeWebDistExportsScrollView"],[45,42,1,51],[45,45,1,51,"require"],[45,52,1,51],[45,53,1,51,"_dependencyMap"],[45,67,1,51],[46,2,1,51],[46,6,1,51,"ScrollView"],[46,16,1,51],[46,19,1,51,"_interopDefault"],[46,34,1,51],[46,35,1,51,"_reactNativeWebDistExportsScrollView"],[46,71,1,51],[47,2,1,51],[47,6,1,51,"_reactNativeWebDistExportsImage"],[47,37,1,51],[47,40,1,51,"require"],[47,47,1,51],[47,48,1,51,"_dependencyMap"],[47,62,1,51],[48,2,1,51],[48,6,1,51,"Image"],[48,11,1,51],[48,14,1,51,"_interopDefault"],[48,29,1,51],[48,30,1,51,"_reactNativeWebDistExportsImage"],[48,61,1,51],[49,2,1,51],[49,6,1,51,"_reactNativeWebDistExportsDimensions"],[49,42,1,51],[49,45,1,51,"require"],[49,52,1,51],[49,53,1,51,"_dependencyMap"],[49,67,1,51],[50,2,1,51],[50,6,1,51,"Dimensions"],[50,16,1,51],[50,19,1,51,"_interopDefault"],[50,34,1,51],[50,35,1,51,"_reactNativeWebDistExportsDimensions"],[50,71,1,51],[51,2,1,51],[51,6,1,51,"_reactNativeWebDistExportsAlert"],[51,37,1,51],[51,40,1,51,"require"],[51,47,1,51],[51,48,1,51,"_dependencyMap"],[51,62,1,51],[52,2,1,51],[52,6,1,51,"Alert"],[52,11,1,51],[52,14,1,51,"_interopDefault"],[52,29,1,51],[52,30,1,51,"_reactNativeWebDistExportsAlert"],[52,61,1,51],[53,2,12,0],[53,6,12,0,"_expoVectorIcons"],[53,22,12,0],[53,25,12,0,"require"],[53,32,12,0],[53,33,12,0,"_dependencyMap"],[53,47,12,0],[54,2,13,0],[54,6,13,0,"_reactNavigationBottomTabs"],[54,32,13,0],[54,35,13,0,"require"],[54,42,13,0],[54,43,13,0,"_dependencyMap"],[54,57,13,0],[55,2,14,0],[55,6,14,0,"_expoImagePicker"],[55,22,14,0],[55,25,14,0,"require"],[55,32,14,0],[55,33,14,0,"_dependencyMap"],[55,47,14,0],[56,2,14,0],[56,6,14,0,"ImagePicker"],[56,17,14,0],[56,20,14,0,"_interopNamespace"],[56,37,14,0],[56,38,14,0,"_expoImagePicker"],[56,54,14,0],[57,2,15,0],[57,6,15,0,"_contextsAuthContext"],[57,26,15,0],[57,29,15,0,"require"],[57,36,15,0],[57,37,15,0,"_dependencyMap"],[57,51,15,0],[58,2,16,0],[58,6,16,0,"_reactNativeSafeAreaContext"],[58,33,16,0],[58,36,16,0,"require"],[58,43,16,0],[58,44,16,0,"_dependencyMap"],[58,58,16,0],[59,2,16,67],[59,6,16,67,"_reactJsxDevRuntime"],[59,25,16,67],[59,28,16,67,"require"],[59,35,16,67],[59,36,16,67,"_dependencyMap"],[59,50,16,67],[60,2,18,0],[60,8,18,6],[61,4,18,8,"width"],[62,2,18,14],[62,3,18,15],[62,6,18,18,"Dimensions"],[62,16,18,28],[62,17,18,28,"default"],[62,24,18,28],[62,25,18,29,"get"],[62,28,18,32],[62,29,18,33],[62,37,18,41],[62,38,18,42],[63,2,20,0],[63,11,20,9,"HomeTab"],[63,18,20,16,"HomeTab"],[63,19,20,17],[64,4,20,19,"navigation"],[65,2,20,35],[65,3,20,36],[65,5,20,38],[66,4,20,38,"_s"],[66,6,20,38],[67,4,21,2],[67,10,21,8],[68,6,21,10,"user"],[69,4,21,15],[69,5,21,16],[69,8,21,19],[69,12,21,19,"useAuth"],[69,32,21,26],[69,33,21,26,"useAuth"],[69,40,21,26],[69,42,21,27],[69,43,21,28],[70,4,22,2],[70,10,22,8,"insets"],[70,16,22,14],[70,19,22,17],[70,23,22,17,"useSafeAreaInsets"],[70,50,22,34],[70,51,22,34,"useSafeAreaInsets"],[70,68,22,34],[70,70,22,35],[70,71,22,36],[71,4,23,2],[71,10,23,8],[71,11,23,9,"profileImage"],[71,23,23,21],[71,25,23,23,"setProfileImage"],[71,40,23,38],[71,41,23,39],[71,44,23,42],[71,48,23,42,"useState"],[71,54,23,50],[71,55,23,50,"useState"],[71,63,23,50],[71,65,23,66],[71,69,23,70],[71,70,23,71],[72,4,25,2],[72,10,25,8,"showImagePickerOptions"],[72,32,25,30],[72,35,25,33,"showImagePickerOptions"],[72,36,25,33],[72,41,25,39],[73,6,26,4,"Alert"],[73,11,26,9],[73,12,26,9,"default"],[73,19,26,9],[73,20,26,10,"alert"],[73,25,26,15],[73,26,27,6],[73,48,27,28],[73,50,28,6],[73,68,28,24],[73,70,29,6],[73,71,30,8],[74,8,31,10,"text"],[74,12,31,14],[74,14,31,16],[74,26,31,28],[75,8,32,10,"onPress"],[75,15,32,17],[75,17,32,19,"takePhoto"],[76,6,33,8],[76,7,33,9],[76,9,34,8],[77,8,35,10,"text"],[77,12,35,14],[77,14,35,16],[77,35,35,37],[78,8,36,10,"onPress"],[78,15,36,17],[78,17,36,19,"pickImageFromGallery"],[79,6,37,8],[79,7,37,9],[79,9,38,8],[80,8,39,10,"text"],[80,12,39,14],[80,14,39,16],[80,22,39,24],[81,8,40,10,"style"],[81,13,40,15],[81,15,40,17],[82,6,41,8],[82,7,41,9],[82,8,42,7],[82,10,43,6],[83,8,43,8,"cancelable"],[83,18,43,18],[83,20,43,20],[84,6,43,25],[84,7,44,4],[84,8,44,5],[85,4,45,2],[85,5,45,3],[86,4,47,2],[86,10,47,8,"takePhoto"],[86,19,47,17],[86,22,47,20],[86,28,47,20,"takePhoto"],[86,29,47,20],[86,34,47,32],[87,6,48,4],[87,12,48,10,"permissionResult"],[87,28,48,26],[87,31,48,29],[87,37,48,35,"ImagePicker"],[87,48,48,46],[87,49,48,47,"requestCameraPermissionsAsync"],[87,78,48,76],[87,79,48,77],[87,80,48,78],[88,6,50,4],[88,10,50,8,"permissionResult"],[88,26,50,24],[88,27,50,25,"granted"],[88,34,50,32],[88,39,50,37],[88,44,50,42],[88,46,50,44],[89,8,51,6,"Alert"],[89,13,51,11],[89,14,51,11,"default"],[89,21,51,11],[89,22,51,12,"alert"],[89,27,51,17],[89,28,51,18],[89,49,51,39],[89,51,51,41],[89,83,51,73],[89,84,51,74],[90,8,52,6],[91,6,53,4],[92,6,55,4],[92,12,55,10,"result"],[92,18,55,16],[92,21,55,19],[92,27,55,25,"ImagePicker"],[92,38,55,36],[92,39,55,37,"launchCameraAsync"],[92,56,55,54],[92,57,55,55],[93,8,56,6,"allowsEditing"],[93,21,56,19],[93,23,56,21],[93,27,56,25],[94,8,57,6,"aspect"],[94,14,57,12],[94,16,57,14],[94,17,57,15],[94,18,57,16],[94,20,57,18],[94,21,57,19],[94,22,57,20],[95,8,58,6,"quality"],[95,15,58,13],[95,17,58,15],[95,20,58,18],[96,8,59,6,"base64"],[96,14,59,12],[96,16,59,14],[97,6,60,4],[97,7,60,5],[97,8,60,6],[98,6,62,4],[98,10,62,8],[98,11,62,9,"result"],[98,17,62,15],[98,18,62,16,"canceled"],[98,26,62,24],[98,30,62,28,"result"],[98,36,62,34],[98,37,62,35,"assets"],[98,43,62,41],[98,44,62,42],[98,45,62,43],[98,46,62,44],[98,47,62,45,"base64"],[98,53,62,51],[98,55,62,53],[99,8,63,6],[99,14,63,12,"base64Image"],[99,25,63,23],[99,28,63,26],[99,54,63,52,"result"],[99,60,63,58],[99,61,63,59,"assets"],[99,67,63,65],[99,68,63,66],[99,69,63,67],[99,70,63,68],[99,71,63,69,"base64"],[99,77,63,75],[99,79,63,77],[100,8,64,6,"setProfileImage"],[100,23,64,21],[100,24,64,22,"base64Image"],[100,35,64,33],[100,36,64,34],[101,8,65,6],[102,6,66,4],[103,4,67,2],[103,5,67,3],[104,4,69,2],[104,10,69,8,"pickImageFromGallery"],[104,30,69,28],[104,33,69,31],[104,39,69,31,"pickImageFromGallery"],[104,40,69,31],[104,45,69,43],[105,6,70,4],[105,12,70,10,"permissionResult"],[105,28,70,26],[105,31,70,29],[105,37,70,35,"ImagePicker"],[105,48,70,46],[105,49,70,47,"requestMediaLibraryPermissionsAsync"],[105,84,70,82],[105,85,70,83],[105,86,70,84],[106,6,72,4],[106,10,72,8,"permissionResult"],[106,26,72,24],[106,27,72,25,"granted"],[106,34,72,32],[106,39,72,37],[106,44,72,42],[106,46,72,44],[107,8,73,6,"Alert"],[107,13,73,11],[107,14,73,11,"default"],[107,21,73,11],[107,22,73,12,"alert"],[107,27,73,17],[107,28,73,18],[107,49,73,39],[107,51,73,41],[107,80,73,70],[107,81,73,71],[108,8,74,6],[109,6,75,4],[110,6,77,4],[110,12,77,10,"result"],[110,18,77,16],[110,21,77,19],[110,27,77,25,"ImagePicker"],[110,38,77,36],[110,39,77,37,"launchImageLibraryAsync"],[110,62,77,60],[110,63,77,61],[111,8,78,6,"mediaTypes"],[111,18,78,16],[111,20,78,18],[111,21,78,19],[111,29,78,27],[111,30,78,28],[112,8,79,6,"allowsEditing"],[112,21,79,19],[112,23,79,21],[112,27,79,25],[113,8,80,6,"aspect"],[113,14,80,12],[113,16,80,14],[113,17,80,15],[113,18,80,16],[113,20,80,18],[113,21,80,19],[113,22,80,20],[114,8,81,6,"quality"],[114,15,81,13],[114,17,81,15],[114,20,81,18],[115,8,82,6,"base64"],[115,14,82,12],[115,16,82,14],[116,6,83,4],[116,7,83,5],[116,8,83,6],[117,6,85,4],[117,10,85,8],[117,11,85,9,"result"],[117,17,85,15],[117,18,85,16,"canceled"],[117,26,85,24],[117,30,85,28,"result"],[117,36,85,34],[117,37,85,35,"assets"],[117,43,85,41],[117,44,85,42],[117,45,85,43],[117,46,85,44],[117,47,85,45,"base64"],[117,53,85,51],[117,55,85,53],[118,8,86,6],[118,14,86,12,"base64Image"],[118,25,86,23],[118,28,86,26],[118,54,86,52,"result"],[118,60,86,58],[118,61,86,59,"assets"],[118,67,86,65],[118,68,86,66],[118,69,86,67],[118,70,86,68],[118,71,86,69,"base64"],[118,77,86,75],[118,79,86,77],[119,8,87,6,"setProfileImage"],[119,23,87,21],[119,24,87,22,"base64Image"],[119,35,87,33],[119,36,87,34],[120,8,88,6],[121,6,89,4],[122,4,90,2],[122,5,90,3],[123,4,91,2],[123,24,92,4],[123,28,92,4,"_reactJsxDevRuntime"],[123,47,92,4],[123,48,92,4,"jsxDEV"],[123,54,92,4],[123,56,92,5,"View"],[123,60,92,9],[123,61,92,9,"default"],[123,68,92,9],[124,6,92,10,"style"],[124,11,92,15],[124,13,92,17,"styles"],[124,19,92,23],[124,20,92,24,"container"],[124,29,92,34],[125,6,92,34,"children"],[125,14,92,34],[125,29,93,6],[125,33,93,6,"_reactJsxDevRuntime"],[125,52,93,6],[125,53,93,6,"jsxDEV"],[125,59,93,6],[125,61,93,7,"ScrollView"],[125,71,93,17],[125,72,93,17,"default"],[125,79,93,17],[126,8,93,18,"showsVerticalScrollIndicator"],[126,36,93,46],[126,38,93,48],[126,43,93,54],[127,8,93,55,"contentContainerStyle"],[127,29,93,76],[127,31,93,78,"styles"],[127,37,93,84],[127,38,93,85,"scrollContent"],[127,51,93,99],[128,8,93,99,"children"],[128,16,93,99],[128,32,95,8],[128,36,95,8,"_reactJsxDevRuntime"],[128,55,95,8],[128,56,95,8,"jsxDEV"],[128,62,95,8],[128,64,95,9,"View"],[128,68,95,13],[128,69,95,13,"default"],[128,76,95,13],[129,10,95,14,"style"],[129,15,95,19],[129,17,95,21],[129,18,95,22,"styles"],[129,24,95,28],[129,25,95,29,"header"],[129,31,95,35],[129,33,95,37],[130,12,95,39,"paddingTop"],[130,22,95,49],[130,24,95,51,"insets"],[130,30,95,57],[130,31,95,58,"top"],[130,34,95,61],[130,37,95,64],[131,10,95,67],[131,11,95,68],[131,12,95,70],[132,10,95,70,"children"],[132,18,95,70],[132,34,96,10],[132,38,96,10,"_reactJsxDevRuntime"],[132,57,96,10],[132,58,96,10,"jsxDEV"],[132,64,96,10],[132,66,96,11,"View"],[132,70,96,15],[132,71,96,15,"default"],[132,78,96,15],[133,12,96,16,"style"],[133,17,96,21],[133,19,96,23,"styles"],[133,25,96,29],[133,26,96,30,"headerLeft"],[133,36,96,41],[134,12,96,41,"children"],[134,20,96,41],[134,36,97,12],[134,40,97,12,"_reactJsxDevRuntime"],[134,59,97,12],[134,60,97,12,"jsxDEV"],[134,66,97,12],[134,68,97,13,"TouchableOpacity"],[134,84,97,29],[134,85,97,29,"default"],[134,92,97,29],[135,14,97,30,"style"],[135,19,97,35],[135,21,97,37,"styles"],[135,27,97,43],[135,28,97,44,"profileImage"],[135,40,97,57],[136,14,97,58,"onPress"],[136,21,97,65],[136,23,97,67,"showImagePickerOptions"],[136,45,97,90],[137,14,97,90,"children"],[137,22,97,90],[137,24,98,15,"profileImage"],[137,36,98,27],[137,52,99,16],[137,56,99,16,"_reactJsxDevRuntime"],[137,75,99,16],[137,76,99,16,"jsxDEV"],[137,82,99,16],[137,84,99,17,"Image"],[137,89,99,22],[137,90,99,22,"default"],[137,97,99,22],[138,16,99,23,"source"],[138,22,99,29],[138,24,99,31],[139,18,99,33,"uri"],[139,21,99,36],[139,23,99,38,"profileImage"],[140,16,99,51],[140,17,99,53],[141,16,99,54,"style"],[141,21,99,59],[141,23,99,61,"styles"],[141,29,99,67],[141,30,99,68,"profileImageSrc"],[142,14,99,84],[143,16,99,84,"fileName"],[143,24,99,84],[143,26,99,84,"_jsxFileName"],[143,38,99,84],[144,16,99,84,"lineNumber"],[144,26,99,84],[145,16,99,84,"columnNumber"],[145,28,99,84],[146,14,99,84],[146,21,99,86],[146,22,99,87],[146,38,101,16],[146,42,101,16,"_reactJsxDevRuntime"],[146,61,101,16],[146,62,101,16,"jsxDEV"],[146,68,101,16],[146,70,101,17,"_expoVectorIcons"],[146,86,101,25],[146,87,101,25,"Ionicons"],[146,95,101,25],[147,16,101,26,"name"],[147,20,101,30],[147,22,101,31],[147,30,101,39],[148,16,101,40,"size"],[148,20,101,44],[148,22,101,46],[148,24,101,49],[149,16,101,50,"color"],[149,21,101,55],[149,23,101,56],[150,14,101,65],[151,16,101,65,"fileName"],[151,24,101,65],[151,26,101,65,"_jsxFileName"],[151,38,101,65],[152,16,101,65,"lineNumber"],[152,26,101,65],[153,16,101,65,"columnNumber"],[153,28,101,65],[154,14,101,65],[154,21,101,67],[155,12,102,15],[156,14,102,15,"fileName"],[156,22,102,15],[156,24,102,15,"_jsxFileName"],[156,36,102,15],[157,14,102,15,"lineNumber"],[157,24,102,15],[158,14,102,15,"columnNumber"],[158,26,102,15],[159,12,102,15],[159,19,103,30],[159,20,103,31],[159,35,104,12],[159,39,104,12,"_reactJsxDevRuntime"],[159,58,104,12],[159,59,104,12,"jsxDEV"],[159,65,104,12],[159,67,104,13,"View"],[159,71,104,17],[159,72,104,17,"default"],[159,79,104,17],[160,14,104,18,"style"],[160,19,104,23],[160,21,104,25,"styles"],[160,27,104,31],[160,28,104,32,"profileBadge"],[160,40,104,45],[161,14,104,45,"children"],[161,22,104,45],[161,38,105,14],[161,42,105,14,"_reactJsxDevRuntime"],[161,61,105,14],[161,62,105,14,"jsxDEV"],[161,68,105,14],[161,70,105,15,"_expoVectorIcons"],[161,86,105,23],[161,87,105,23,"Ionicons"],[161,95,105,23],[162,16,105,24,"name"],[162,20,105,28],[162,22,105,29],[162,28,105,35],[163,16,105,36,"size"],[163,20,105,40],[163,22,105,42],[163,24,105,45],[164,16,105,46,"color"],[164,21,105,51],[164,23,105,52],[165,14,105,61],[166,16,105,61,"fileName"],[166,24,105,61],[166,26,105,61,"_jsxFileName"],[166,38,105,61],[167,16,105,61,"lineNumber"],[167,26,105,61],[168,16,105,61,"columnNumber"],[168,28,105,61],[169,14,105,61],[169,21,105,63],[169,22,105,64],[169,37,106,14],[169,41,106,14,"_reactJsxDevRuntime"],[169,60,106,14],[169,61,106,14,"jsxDEV"],[169,67,106,14],[169,69,106,15,"Text"],[169,73,106,19],[169,74,106,19,"default"],[169,81,106,19],[170,16,106,20,"style"],[170,21,106,25],[170,23,106,27,"styles"],[170,29,106,33],[170,30,106,34,"trustScore"],[170,40,106,45],[171,16,106,45,"children"],[171,24,106,45],[171,26,106,46],[172,14,106,49],[173,16,106,49,"fileName"],[173,24,106,49],[173,26,106,49,"_jsxFileName"],[173,38,106,49],[174,16,106,49,"lineNumber"],[174,26,106,49],[175,16,106,49,"columnNumber"],[175,28,106,49],[176,14,106,49],[176,21,106,55],[176,22,106,56],[177,12,106,56],[178,14,106,56,"fileName"],[178,22,106,56],[178,24,106,56,"_jsxFileName"],[178,36,106,56],[179,14,106,56,"lineNumber"],[179,24,106,56],[180,14,106,56,"columnNumber"],[180,26,106,56],[181,12,106,56],[181,19,107,18],[181,20,107,19],[182,10,107,19],[183,12,107,19,"fileName"],[183,20,107,19],[183,22,107,19,"_jsxFileName"],[183,34,107,19],[184,12,107,19,"lineNumber"],[184,22,107,19],[185,12,107,19,"columnNumber"],[185,24,107,19],[186,10,107,19],[186,17,108,16],[186,18,108,17],[186,33,109,10],[186,37,109,10,"_reactJsxDevRuntime"],[186,56,109,10],[186,57,109,10,"jsxDEV"],[186,63,109,10],[186,65,109,11,"View"],[186,69,109,15],[186,70,109,15,"default"],[186,77,109,15],[187,12,109,16,"style"],[187,17,109,21],[187,19,109,23,"styles"],[187,25,109,29],[187,26,109,30,"headerRight"],[187,37,109,42],[188,12,109,42,"children"],[188,20,109,42],[188,36,110,12],[188,40,110,12,"_reactJsxDevRuntime"],[188,59,110,12],[188,60,110,12,"jsxDEV"],[188,66,110,12],[188,68,110,13,"TouchableOpacity"],[188,84,110,29],[188,85,110,29,"default"],[188,92,110,29],[189,14,110,30,"style"],[189,19,110,35],[189,21,110,37,"styles"],[189,27,110,43],[189,28,110,44,"iconButton"],[189,38,110,55],[190,14,110,56,"onPress"],[190,21,110,63],[190,23,110,65,"onPress"],[190,24,110,65],[190,29,110,71,"navigation"],[190,39,110,81],[190,40,110,82,"navigate"],[190,48,110,90],[190,49,110,91],[190,60,110,102],[190,61,110,104],[191,14,110,104,"children"],[191,22,110,104],[191,37,111,14],[191,41,111,14,"_reactJsxDevRuntime"],[191,60,111,14],[191,61,111,14,"jsxDEV"],[191,67,111,14],[191,69,111,15,"_expoVectorIcons"],[191,85,111,23],[191,86,111,23,"Ionicons"],[191,94,111,23],[192,16,111,24,"name"],[192,20,111,28],[192,22,111,29],[192,39,111,46],[193,16,111,47,"size"],[193,20,111,51],[193,22,111,53],[193,24,111,56],[194,16,111,57,"color"],[194,21,111,62],[194,23,111,63],[195,14,111,72],[196,16,111,72,"fileName"],[196,24,111,72],[196,26,111,72,"_jsxFileName"],[196,38,111,72],[197,16,111,72,"lineNumber"],[197,26,111,72],[198,16,111,72,"columnNumber"],[198,28,111,72],[199,14,111,72],[199,21,111,74],[200,12,111,75],[201,14,111,75,"fileName"],[201,22,111,75],[201,24,111,75,"_jsxFileName"],[201,36,111,75],[202,14,111,75,"lineNumber"],[202,24,111,75],[203,14,111,75,"columnNumber"],[203,26,111,75],[204,12,111,75],[204,19,112,30],[204,20,112,31],[204,35,113,12],[204,39,113,12,"_reactJsxDevRuntime"],[204,58,113,12],[204,59,113,12,"jsxDEV"],[204,65,113,12],[204,67,113,13,"TouchableOpacity"],[204,83,113,29],[204,84,113,29,"default"],[204,91,113,29],[205,14,113,30,"style"],[205,19,113,35],[205,21,113,37,"styles"],[205,27,113,43],[205,28,113,44,"iconButton"],[205,38,113,55],[206,14,113,56,"onPress"],[206,21,113,63],[206,23,113,65,"onPress"],[206,24,113,65],[206,29,113,71,"navigation"],[206,39,113,81],[206,40,113,82,"navigate"],[206,48,113,90],[206,49,113,91],[206,64,113,106],[206,65,113,108],[207,14,113,108,"children"],[207,22,113,108],[207,37,114,14],[207,41,114,14,"_reactJsxDevRuntime"],[207,60,114,14],[207,61,114,14,"jsxDEV"],[207,67,114,14],[207,69,114,15,"_expoVectorIcons"],[207,85,114,23],[207,86,114,23,"Ionicons"],[207,94,114,23],[208,16,114,24,"name"],[208,20,114,28],[208,22,114,29],[208,45,114,52],[209,16,114,53,"size"],[209,20,114,57],[209,22,114,59],[209,24,114,62],[210,16,114,63,"color"],[210,21,114,68],[210,23,114,69],[211,14,114,78],[212,16,114,78,"fileName"],[212,24,114,78],[212,26,114,78,"_jsxFileName"],[212,38,114,78],[213,16,114,78,"lineNumber"],[213,26,114,78],[214,16,114,78,"columnNumber"],[214,28,114,78],[215,14,114,78],[215,21,114,80],[216,12,114,81],[217,14,114,81,"fileName"],[217,22,114,81],[217,24,114,81,"_jsxFileName"],[217,36,114,81],[218,14,114,81,"lineNumber"],[218,24,114,81],[219,14,114,81,"columnNumber"],[219,26,114,81],[220,12,114,81],[220,19,115,30],[220,20,115,31],[220,35,116,12],[220,39,116,12,"_reactJsxDevRuntime"],[220,58,116,12],[220,59,116,12,"jsxDEV"],[220,65,116,12],[220,67,116,13,"TouchableOpacity"],[220,83,116,29],[220,84,116,29,"default"],[220,91,116,29],[221,14,116,30,"style"],[221,19,116,35],[221,21,116,37,"styles"],[221,27,116,43],[221,28,116,44,"iconButton"],[221,38,116,55],[222,14,116,56,"onPress"],[222,21,116,63],[222,23,116,65,"onPress"],[222,24,116,65],[222,29,116,71,"navigation"],[222,39,116,81],[222,40,116,82,"navigate"],[222,48,116,90],[222,49,116,91],[222,59,116,101],[222,60,116,103],[223,14,116,103,"children"],[223,22,116,103],[223,37,117,14],[223,41,117,14,"_reactJsxDevRuntime"],[223,60,117,14],[223,61,117,14,"jsxDEV"],[223,67,117,14],[223,69,117,15,"_expoVectorIcons"],[223,85,117,23],[223,86,117,23,"Ionicons"],[223,94,117,23],[224,16,117,24,"name"],[224,20,117,28],[224,22,117,29],[224,40,117,47],[225,16,117,48,"size"],[225,20,117,52],[225,22,117,54],[225,24,117,57],[226,16,117,58,"color"],[226,21,117,63],[226,23,117,64],[227,14,117,73],[228,16,117,73,"fileName"],[228,24,117,73],[228,26,117,73,"_jsxFileName"],[228,38,117,73],[229,16,117,73,"lineNumber"],[229,26,117,73],[230,16,117,73,"columnNumber"],[230,28,117,73],[231,14,117,73],[231,21,117,75],[232,12,117,76],[233,14,117,76,"fileName"],[233,22,117,76],[233,24,117,76,"_jsxFileName"],[233,36,117,76],[234,14,117,76,"lineNumber"],[234,24,117,76],[235,14,117,76,"columnNumber"],[235,26,117,76],[236,12,117,76],[236,19,118,30],[236,20,118,31],[237,10,118,31],[238,12,118,31,"fileName"],[238,20,118,31],[238,22,118,31,"_jsxFileName"],[238,34,118,31],[239,12,118,31,"lineNumber"],[239,22,118,31],[240,12,118,31,"columnNumber"],[240,24,118,31],[241,10,118,31],[241,17,119,16],[241,18,119,17],[242,8,119,17],[243,10,119,17,"fileName"],[243,18,119,17],[243,20,119,17,"_jsxFileName"],[243,32,119,17],[244,10,119,17,"lineNumber"],[244,20,119,17],[245,10,119,17,"columnNumber"],[245,22,119,17],[246,8,119,17],[246,15,120,14],[246,16,120,15],[246,31,123,8],[246,35,123,8,"_reactJsxDevRuntime"],[246,54,123,8],[246,55,123,8,"jsxDEV"],[246,61,123,8],[246,63,123,9,"View"],[246,67,123,13],[246,68,123,13,"default"],[246,75,123,13],[247,10,123,14,"style"],[247,15,123,19],[247,17,123,21,"styles"],[247,23,123,27],[247,24,123,28,"announcementWidget"],[247,42,123,47],[248,10,123,47,"children"],[248,18,123,47],[248,33,124,10],[248,37,124,10,"_reactJsxDevRuntime"],[248,56,124,10],[248,57,124,10,"jsxDEV"],[248,63,124,10],[248,65,124,11,"ScrollView"],[248,75,124,21],[248,76,124,21,"default"],[248,83,124,21],[249,12,124,22,"horizontal"],[249,22,124,32],[250,12,124,33,"showsHorizontalScrollIndicator"],[250,42,124,63],[250,44,124,65],[250,49,124,71],[251,12,124,71,"children"],[251,20,124,71],[251,36,125,12],[251,40,125,12,"_reactJsxDevRuntime"],[251,59,125,12],[251,60,125,12,"jsxDEV"],[251,66,125,12],[251,68,125,13,"View"],[251,72,125,17],[251,73,125,17,"default"],[251,80,125,17],[252,14,125,18,"style"],[252,19,125,23],[252,21,125,25,"styles"],[252,27,125,31],[252,28,125,32,"announcement"],[252,40,125,45],[253,14,125,45,"children"],[253,22,125,45],[253,38,126,14],[253,42,126,14,"_reactJsxDevRuntime"],[253,61,126,14],[253,62,126,14,"jsxDEV"],[253,68,126,14],[253,70,126,15,"Text"],[253,74,126,19],[253,75,126,19,"default"],[253,82,126,19],[254,16,126,20,"style"],[254,21,126,25],[254,23,126,27,"styles"],[254,29,126,33],[254,30,126,34,"announcementTitle"],[254,47,126,52],[255,16,126,52,"children"],[255,24,126,52],[255,26,126,53],[256,14,126,80],[257,16,126,80,"fileName"],[257,24,126,80],[257,26,126,80,"_jsxFileName"],[257,38,126,80],[258,16,126,80,"lineNumber"],[258,26,126,80],[259,16,126,80,"columnNumber"],[259,28,126,80],[260,14,126,80],[260,21,126,86],[260,22,126,87],[260,37,127,14],[260,41,127,14,"_reactJsxDevRuntime"],[260,60,127,14],[260,61,127,14,"jsxDEV"],[260,67,127,14],[260,69,127,15,"Text"],[260,73,127,19],[260,74,127,19,"default"],[260,81,127,19],[261,16,127,20,"style"],[261,21,127,25],[261,23,127,27,"styles"],[261,29,127,33],[261,30,127,34,"announcementText"],[261,46,127,51],[262,16,127,51,"children"],[262,24,127,51],[262,26,127,52],[263,14,127,88],[264,16,127,88,"fileName"],[264,24,127,88],[264,26,127,88,"_jsxFileName"],[264,38,127,88],[265,16,127,88,"lineNumber"],[265,26,127,88],[266,16,127,88,"columnNumber"],[266,28,127,88],[267,14,127,88],[267,21,127,94],[267,22,127,95],[268,12,127,95],[269,14,127,95,"fileName"],[269,22,127,95],[269,24,127,95,"_jsxFileName"],[269,36,127,95],[270,14,127,95,"lineNumber"],[270,24,127,95],[271,14,127,95,"columnNumber"],[271,26,127,95],[272,12,127,95],[272,19,128,18],[272,20,128,19],[272,35,129,12],[272,39,129,12,"_reactJsxDevRuntime"],[272,58,129,12],[272,59,129,12,"jsxDEV"],[272,65,129,12],[272,67,129,13,"View"],[272,71,129,17],[272,72,129,17,"default"],[272,79,129,17],[273,14,129,18,"style"],[273,19,129,23],[273,21,129,25,"styles"],[273,27,129,31],[273,28,129,32,"announcement"],[273,40,129,45],[274,14,129,45,"children"],[274,22,129,45],[274,38,130,14],[274,42,130,14,"_reactJsxDevRuntime"],[274,61,130,14],[274,62,130,14,"jsxDEV"],[274,68,130,14],[274,70,130,15,"Text"],[274,74,130,19],[274,75,130,19,"default"],[274,82,130,19],[275,16,130,20,"style"],[275,21,130,25],[275,23,130,27,"styles"],[275,29,130,33],[275,30,130,34,"announcementTitle"],[275,47,130,52],[276,16,130,52,"children"],[276,24,130,52],[276,26,130,53],[277,14,130,67],[278,16,130,67,"fileName"],[278,24,130,67],[278,26,130,67,"_jsxFileName"],[278,38,130,67],[279,16,130,67,"lineNumber"],[279,26,130,67],[280,16,130,67,"columnNumber"],[280,28,130,67],[281,14,130,67],[281,21,130,73],[281,22,130,74],[281,37,131,14],[281,41,131,14,"_reactJsxDevRuntime"],[281,60,131,14],[281,61,131,14,"jsxDEV"],[281,67,131,14],[281,69,131,15,"Text"],[281,73,131,19],[281,74,131,19,"default"],[281,81,131,19],[282,16,131,20,"style"],[282,21,131,25],[282,23,131,27,"styles"],[282,29,131,33],[282,30,131,34,"announcementText"],[282,46,131,51],[283,16,131,51,"children"],[283,24,131,51],[283,26,131,52],[284,14,131,80],[285,16,131,80,"fileName"],[285,24,131,80],[285,26,131,80,"_jsxFileName"],[285,38,131,80],[286,16,131,80,"lineNumber"],[286,26,131,80],[287,16,131,80,"columnNumber"],[287,28,131,80],[288,14,131,80],[288,21,131,86],[288,22,131,87],[289,12,131,87],[290,14,131,87,"fileName"],[290,22,131,87],[290,24,131,87,"_jsxFileName"],[290,36,131,87],[291,14,131,87,"lineNumber"],[291,24,131,87],[292,14,131,87,"columnNumber"],[292,26,131,87],[293,12,131,87],[293,19,132,18],[293,20,132,19],[294,10,132,19],[295,12,132,19,"fileName"],[295,20,132,19],[295,22,132,19,"_jsxFileName"],[295,34,132,19],[296,12,132,19,"lineNumber"],[296,22,132,19],[297,12,132,19,"columnNumber"],[297,24,132,19],[298,10,132,19],[298,17,133,22],[299,8,133,23],[300,10,133,23,"fileName"],[300,18,133,23],[300,20,133,23,"_jsxFileName"],[300,32,133,23],[301,10,133,23,"lineNumber"],[301,20,133,23],[302,10,133,23,"columnNumber"],[302,22,133,23],[303,8,133,23],[303,15,134,14],[303,16,134,15],[303,31,137,8],[303,35,137,8,"_reactJsxDevRuntime"],[303,54,137,8],[303,55,137,8,"jsxDEV"],[303,61,137,8],[303,63,137,9,"View"],[303,67,137,13],[303,68,137,13,"default"],[303,75,137,13],[304,10,137,14,"style"],[304,15,137,19],[304,17,137,21,"styles"],[304,23,137,27],[304,24,137,28,"quickActionsContainer"],[304,45,137,50],[305,10,137,50,"children"],[305,18,137,50],[305,34,138,10],[305,38,138,10,"_reactJsxDevRuntime"],[305,57,138,10],[305,58,138,10,"jsxDEV"],[305,64,138,10],[305,66,138,11,"Text"],[305,70,138,15],[305,71,138,15,"default"],[305,78,138,15],[306,12,138,16,"style"],[306,17,138,21],[306,19,138,23,"styles"],[306,25,138,29],[306,26,138,30,"sectionTitle"],[306,38,138,43],[307,12,138,43,"children"],[307,20,138,43],[307,22,138,44],[308,10,138,57],[309,12,138,57,"fileName"],[309,20,138,57],[309,22,138,57,"_jsxFileName"],[309,34,138,57],[310,12,138,57,"lineNumber"],[310,22,138,57],[311,12,138,57,"columnNumber"],[311,24,138,57],[312,10,138,57],[312,17,138,63],[312,18,138,64],[312,33,139,10],[312,37,139,10,"_reactJsxDevRuntime"],[312,56,139,10],[312,57,139,10,"jsxDEV"],[312,63,139,10],[312,65,139,11,"View"],[312,69,139,15],[312,70,139,15,"default"],[312,77,139,15],[313,12,139,16,"style"],[313,17,139,21],[313,19,139,23,"styles"],[313,25,139,29],[313,26,139,30,"actionsGrid"],[313,37,139,42],[314,12,139,42,"children"],[314,20,139,42],[314,22,140,13,"QUICK_ACTIONS"],[314,35,140,26],[314,36,140,27,"map"],[314,39,140,30],[314,40,140,31],[314,41,140,32,"action"],[314,47,140,38],[314,49,140,40,"index"],[314,54,140,45],[314,72,141,14],[314,76,141,14,"_reactJsxDevRuntime"],[314,95,141,14],[314,96,141,14,"jsxDEV"],[314,102,141,14],[314,104,141,15,"TouchableOpacity"],[314,120,141,31],[314,121,141,31,"default"],[314,128,141,31],[315,14,143,16,"style"],[315,19,143,21],[315,21,143,23],[315,22,143,24,"styles"],[315,28,143,30],[315,29,143,31,"actionCard"],[315,39,143,41],[315,41,144,19,"index"],[315,46,144,24],[315,49,144,27],[315,50,144,28],[315,55,144,33],[315,56,144,34],[315,60,144,39,"styles"],[315,66,144,45],[315,67,144,46,"actionCardFirst"],[315,82,144,61],[315,84,145,19,"index"],[315,89,145,24],[315,92,145,27],[315,93,145,28],[315,98,145,33],[315,99,145,34],[315,103,145,39,"styles"],[315,109,145,45],[315,110,145,46,"actionCardLast"],[315,124,145,60],[315,125,146,18],[316,14,147,16,"activeOpacity"],[316,27,147,29],[316,29,147,31],[316,32,147,35],[317,14,147,35,"children"],[317,22,147,35],[317,38,149,16],[317,42,149,16,"_reactJsxDevRuntime"],[317,61,149,16],[317,62,149,16,"jsxDEV"],[317,68,149,16],[317,70,149,17,"View"],[317,74,149,21],[317,75,149,21,"default"],[317,82,149,21],[318,16,149,22,"style"],[318,21,149,27],[318,23,149,29],[318,24,149,30,"styles"],[318,30,149,36],[318,31,149,37,"actionIcon"],[318,41,149,47],[318,43,149,49],[319,18,149,51,"backgroundColor"],[319,33,149,66],[319,35,149,68,"action"],[319,41,149,74],[319,42,149,75,"color"],[320,16,149,81],[320,17,149,82],[320,18,149,84],[321,16,149,84,"children"],[321,24,149,84],[321,39,150,18],[321,43,150,18,"_reactJsxDevRuntime"],[321,62,150,18],[321,63,150,18,"jsxDEV"],[321,69,150,18],[321,71,150,19,"_expoVectorIcons"],[321,87,150,27],[321,88,150,27,"Ionicons"],[321,96,150,27],[322,18,150,28,"name"],[322,22,150,32],[322,24,150,34,"action"],[322,30,150,40],[322,31,150,41,"icon"],[322,35,150,46],[323,18,150,47,"size"],[323,22,150,51],[323,24,150,53],[323,26,150,56],[324,18,150,57,"color"],[324,23,150,62],[324,25,150,63],[325,16,150,69],[326,18,150,69,"fileName"],[326,26,150,69],[326,28,150,69,"_jsxFileName"],[326,40,150,69],[327,18,150,69,"lineNumber"],[327,28,150,69],[328,18,150,69,"columnNumber"],[328,30,150,69],[329,16,150,69],[329,23,150,71],[330,14,150,72],[331,16,150,72,"fileName"],[331,24,150,72],[331,26,150,72,"_jsxFileName"],[331,38,150,72],[332,16,150,72,"lineNumber"],[332,26,150,72],[333,16,150,72,"columnNumber"],[333,28,150,72],[334,14,150,72],[334,21,151,22],[334,22,151,23],[334,37,152,16],[334,41,152,16,"_reactJsxDevRuntime"],[334,60,152,16],[334,61,152,16,"jsxDEV"],[334,67,152,16],[334,69,152,17,"Text"],[334,73,152,21],[334,74,152,21,"default"],[334,81,152,21],[335,16,152,22,"style"],[335,21,152,27],[335,23,152,29,"styles"],[335,29,152,35],[335,30,152,36,"actionLabel"],[335,41,152,48],[336,16,152,48,"children"],[336,24,152,48],[336,26,152,50,"action"],[336,32,152,56],[336,33,152,57,"label"],[337,14,152,62],[338,16,152,62,"fileName"],[338,24,152,62],[338,26,152,62,"_jsxFileName"],[338,38,152,62],[339,16,152,62,"lineNumber"],[339,26,152,62],[340,16,152,62,"columnNumber"],[340,28,152,62],[341,14,152,62],[341,21,152,69],[341,22,152,70],[342,12,152,70],[342,15,142,21,"action"],[342,21,142,27],[342,22,142,28,"id"],[342,24,142,30],[343,14,142,30,"fileName"],[343,22,142,30],[343,24,142,30,"_jsxFileName"],[343,36,142,30],[344,14,142,30,"lineNumber"],[344,24,142,30],[345,14,142,30,"columnNumber"],[345,26,142,30],[346,12,142,30],[346,19,153,32],[346,20,154,13],[347,10,154,14],[348,12,154,14,"fileName"],[348,20,154,14],[348,22,154,14,"_jsxFileName"],[348,34,154,14],[349,12,154,14,"lineNumber"],[349,22,154,14],[350,12,154,14,"columnNumber"],[350,24,154,14],[351,10,154,14],[351,17,155,16],[351,18,155,17],[352,8,155,17],[353,10,155,17,"fileName"],[353,18,155,17],[353,20,155,17,"_jsxFileName"],[353,32,155,17],[354,10,155,17,"lineNumber"],[354,20,155,17],[355,10,155,17,"columnNumber"],[355,22,155,17],[356,8,155,17],[356,15,156,14],[356,16,156,15],[357,6,156,15],[358,8,156,15,"fileName"],[358,16,156,15],[358,18,156,15,"_jsxFileName"],[358,30,156,15],[359,8,156,15,"lineNumber"],[359,18,156,15],[360,8,156,15,"columnNumber"],[360,20,156,15],[361,6,156,15],[361,13,157,18],[362,4,157,19],[363,6,157,19,"fileName"],[363,14,157,19],[363,16,157,19,"_jsxFileName"],[363,28,157,19],[364,6,157,19,"lineNumber"],[364,16,157,19],[365,6,157,19,"columnNumber"],[365,18,157,19],[366,4,157,19],[366,11,158,10],[366,12,158,11],[367,2,160,0],[368,2,160,1,"_s"],[368,4,160,1],[368,5,20,9,"HomeTab"],[368,12,20,16],[369,4,20,16],[369,12,21,19,"useAuth"],[369,32,21,26],[369,33,21,26,"useAuth"],[369,40,21,26],[369,42,22,17,"useSafeAreaInsets"],[369,69,22,34],[369,70,22,34,"useSafeAreaInsets"],[369,87,22,34],[370,2,22,34],[371,2,22,34,"_c"],[371,4,22,34],[371,7,20,9,"HomeTab"],[371,14,20,16],[372,2,162,0],[372,11,162,9,"WalletTab"],[372,20,162,18,"WalletTab"],[372,21,162,18],[372,23,162,21],[373,4,162,21,"_s2"],[373,7,162,21],[374,4,163,2],[374,10,163,8],[375,6,163,10,"user"],[376,4,163,15],[376,5,163,16],[376,8,163,19],[376,12,163,19,"useAuth"],[376,32,163,26],[376,33,163,26,"useAuth"],[376,40,163,26],[376,42,163,27],[376,43,163,28],[377,4,164,2],[377,10,164,8,"insets"],[377,16,164,14],[377,19,164,17],[377,23,164,17,"useSafeAreaInsets"],[377,50,164,34],[377,51,164,34,"useSafeAreaInsets"],[377,68,164,34],[377,70,164,35],[377,71,164,36],[378,4,165,2],[378,10,165,8],[378,11,165,9,"hezBalance"],[378,21,165,19],[378,23,165,21,"setHezBalance"],[378,36,165,34],[378,37,165,35],[378,40,165,38],[378,44,165,38,"useState"],[378,50,165,46],[378,51,165,46,"useState"],[378,59,165,46],[378,61,165,47],[378,73,165,59],[378,74,165,60],[379,4,166,2],[379,10,166,8],[379,11,166,9,"pezBalance"],[379,21,166,19],[379,23,166,21,"setPezBalance"],[379,36,166,34],[379,37,166,35],[379,40,166,38],[379,44,166,38,"useState"],[379,50,166,46],[379,51,166,46,"useState"],[379,59,166,46],[379,61,166,47],[379,73,166,59],[379,74,166,60],[380,4,167,2],[380,10,167,8],[380,11,167,9,"loading"],[380,18,167,16],[380,20,167,18,"setLoading"],[380,30,167,28],[380,31,167,29],[380,34,167,32],[380,38,167,32,"useState"],[380,44,167,40],[380,45,167,40,"useState"],[380,53,167,40],[380,55,167,41],[380,59,167,45],[380,60,167,46],[381,4,169,2],[381,10,169,8,"TEST_WALLET"],[381,21,169,19],[381,24,169,22],[381,74,169,72],[382,4,171,2],[382,8,171,2,"useEffect"],[382,14,171,11],[382,15,171,11,"useEffect"],[382,24,171,11],[382,26,171,12],[382,32,171,18],[383,6,172,4,"fetchBalance"],[383,18,172,16],[383,19,172,17],[383,20,172,18],[384,4,173,2],[384,5,173,3],[384,7,173,5],[384,9,173,7],[384,10,173,8],[385,4,175,2],[385,10,175,8,"fetchBalance"],[385,22,175,20],[385,25,175,23],[385,31,175,23,"fetchBalance"],[385,32,175,23],[385,37,175,35],[386,6,176,4],[386,10,176,8],[387,8,177,6],[387,14,177,12,"backendUrl"],[387,24,177,22],[387,27,177,25],[387,84,177,64],[387,107,177,87],[388,8,178,6],[388,14,178,12,"controller"],[388,24,178,22],[388,27,178,25],[388,31,178,29,"AbortController"],[388,46,178,44],[388,47,178,45],[388,48,178,46],[389,8,179,6],[389,14,179,12,"timeoutId"],[389,23,179,21],[389,26,179,24,"setTimeout"],[389,36,179,34],[389,37,179,35],[389,43,179,41,"controller"],[389,53,179,51],[389,54,179,52,"abort"],[389,59,179,57],[389,60,179,58],[389,61,179,59],[389,63,179,61],[389,67,179,65],[389,68,179,66],[389,69,179,67],[389,70,179,68],[391,8,181,6],[391,14,181,12,"response"],[391,22,181,20],[391,25,181,23],[391,31,181,29,"fetch"],[391,36,181,34],[391,37,181,35],[391,40,181,38,"backendUrl"],[391,50,181,48],[391,75,181,73],[391,77,181,75],[392,10,182,8,"method"],[392,16,182,14],[392,18,182,16],[392,24,182,22],[393,10,183,8,"headers"],[393,17,183,15],[393,19,183,17],[394,12,184,10],[394,26,184,24],[394,28,184,26],[395,10,185,8],[395,11,185,9],[396,10,186,8,"body"],[396,14,186,12],[396,16,186,14,"JSON"],[396,20,186,18],[396,21,186,19,"stringify"],[396,30,186,28],[396,31,186,29],[397,12,187,10,"address"],[397,19,187,17],[397,21,187,19,"TEST_WALLET"],[398,10,188,8],[398,11,188,9],[398,12,188,10],[399,10,189,8,"signal"],[399,16,189,14],[399,18,189,16,"controller"],[399,28,189,26],[399,29,189,27,"signal"],[400,8,190,6],[400,9,190,7],[400,10,190,8],[401,8,192,6,"clearTimeout"],[401,20,192,18],[401,21,192,19,"timeoutId"],[401,30,192,28],[401,31,192,29],[402,8,194,6],[402,12,194,10,"response"],[402,20,194,18],[402,21,194,19,"ok"],[402,23,194,21],[402,25,194,23],[403,10,195,8],[403,16,195,14,"data"],[403,20,195,18],[403,23,195,21],[403,29,195,27,"response"],[403,37,195,35],[403,38,195,36,"json"],[403,42,195,40],[403,43,195,41],[403,44,195,42],[404,10,196,8,"setHezBalance"],[404,23,196,21],[404,24,196,22,"parseFloat"],[404,34,196,32],[404,35,196,33,"data"],[404,39,196,37],[404,40,196,38,"hez"],[404,43,196,41],[404,44,196,42],[404,45,196,43,"toFixed"],[404,52,196,50],[404,53,196,51],[404,54,196,52],[404,55,196,53],[404,56,196,54],[405,10,197,8,"setPezBalance"],[405,23,197,21],[405,24,197,22,"parseFloat"],[405,34,197,32],[405,35,197,33,"data"],[405,39,197,37],[405,40,197,38,"pez"],[405,43,197,41],[405,44,197,42],[405,45,197,43,"toFixed"],[405,52,197,50],[405,53,197,51],[405,54,197,52],[405,55,197,53],[405,56,197,54],[406,8,198,6],[406,9,198,7],[406,15,198,13],[407,10,199,8,"setHezBalance"],[407,23,199,21],[407,24,199,22],[407,30,199,28],[407,31,199,29],[408,10,200,8,"setPezBalance"],[408,23,200,21],[408,24,200,22],[408,30,200,28],[408,31,200,29],[409,8,201,6],[410,6,202,4],[410,7,202,5],[410,8,202,6],[410,15,202,13,"error"],[410,20,202,18],[410,22,202,20],[411,8,203,6,"console"],[411,15,203,13],[411,16,203,14,"error"],[411,21,203,19],[411,22,203,20],[411,44,203,42],[411,46,203,44,"error"],[411,51,203,49],[411,52,203,50],[412,8,204,6,"setHezBalance"],[412,21,204,19],[412,22,204,20],[412,28,204,26],[412,29,204,27],[413,8,205,6,"setPezBalance"],[413,21,205,19],[413,22,205,20],[413,28,205,26],[413,29,205,27],[414,6,206,4],[414,7,206,5],[414,16,206,14],[415,8,207,6,"setLoading"],[415,18,207,16],[415,19,207,17],[415,24,207,22],[415,25,207,23],[416,6,208,4],[417,4,209,2],[417,5,209,3],[418,4,211,2],[418,24,212,4],[418,28,212,4,"_reactJsxDevRuntime"],[418,47,212,4],[418,48,212,4,"jsxDEV"],[418,54,212,4],[418,56,212,5,"View"],[418,60,212,9],[418,61,212,9,"default"],[418,68,212,9],[419,6,212,10,"style"],[419,11,212,15],[419,13,212,17,"styles"],[419,19,212,23],[419,20,212,24,"container"],[419,29,212,34],[420,6,212,34,"children"],[420,14,212,34],[420,29,213,6],[420,33,213,6,"_reactJsxDevRuntime"],[420,52,213,6],[420,53,213,6,"jsxDEV"],[420,59,213,6],[420,61,213,7,"ScrollView"],[420,71,213,17],[420,72,213,17,"default"],[420,79,213,17],[421,8,213,18,"contentContainerStyle"],[421,29,213,39],[421,31,213,41,"styles"],[421,37,213,47],[421,38,213,48,"walletScrollContent"],[421,57,213,68],[422,8,213,68,"children"],[422,16,213,68],[422,32,215,8],[422,36,215,8,"_reactJsxDevRuntime"],[422,55,215,8],[422,56,215,8,"jsxDEV"],[422,62,215,8],[422,64,215,9,"View"],[422,68,215,13],[422,69,215,13,"default"],[422,76,215,13],[423,10,215,14,"style"],[423,15,215,19],[423,17,215,21],[423,18,215,22,"styles"],[423,24,215,28],[423,25,215,29,"walletHeader"],[423,37,215,41],[423,39,215,43],[424,12,215,45,"paddingTop"],[424,22,215,55],[424,24,215,57,"insets"],[424,30,215,63],[424,31,215,64,"top"],[424,34,215,67],[424,37,215,70],[425,10,215,73],[425,11,215,74],[425,12,215,76],[426,10,215,76,"children"],[426,18,215,76],[426,34,216,10],[426,38,216,10,"_reactJsxDevRuntime"],[426,57,216,10],[426,58,216,10,"jsxDEV"],[426,64,216,10],[426,66,216,11,"Text"],[426,70,216,15],[426,71,216,15,"default"],[426,78,216,15],[427,12,216,16,"style"],[427,17,216,21],[427,19,216,23,"styles"],[427,25,216,29],[427,26,216,30,"walletTitle"],[427,37,216,42],[428,12,216,42,"children"],[428,20,216,42],[428,22,216,43],[429,10,216,52],[430,12,216,52,"fileName"],[430,20,216,52],[430,22,216,52,"_jsxFileName"],[430,34,216,52],[431,12,216,52,"lineNumber"],[431,22,216,52],[432,12,216,52,"columnNumber"],[432,24,216,52],[433,10,216,52],[433,17,216,58],[433,18,216,59],[433,33,217,10],[433,37,217,10,"_reactJsxDevRuntime"],[433,56,217,10],[433,57,217,10,"jsxDEV"],[433,63,217,10],[433,65,217,11,"TouchableOpacity"],[433,81,217,27],[433,82,217,27,"default"],[433,89,217,27],[434,12,217,28,"onPress"],[434,19,217,35],[434,21,217,37,"fetchBalance"],[434,33,217,50],[435,12,217,51,"style"],[435,17,217,56],[435,19,217,58,"styles"],[435,25,217,64],[435,26,217,65,"refreshButton"],[435,39,217,79],[436,12,217,79,"children"],[436,20,217,79],[436,35,218,12],[436,39,218,12,"_reactJsxDevRuntime"],[436,58,218,12],[436,59,218,12,"jsxDEV"],[436,65,218,12],[436,67,218,13,"_expoVectorIcons"],[436,83,218,21],[436,84,218,21,"Ionicons"],[436,92,218,21],[437,14,218,22,"name"],[437,18,218,26],[437,20,218,27],[437,29,218,36],[438,14,218,37,"size"],[438,18,218,41],[438,20,218,43],[438,22,218,46],[439,14,218,47,"color"],[439,19,218,52],[439,21,218,53],[440,12,218,62],[441,14,218,62,"fileName"],[441,22,218,62],[441,24,218,62,"_jsxFileName"],[441,36,218,62],[442,14,218,62,"lineNumber"],[442,24,218,62],[443,14,218,62,"columnNumber"],[443,26,218,62],[444,12,218,62],[444,19,218,64],[445,10,218,65],[446,12,218,65,"fileName"],[446,20,218,65],[446,22,218,65,"_jsxFileName"],[446,34,218,65],[447,12,218,65,"lineNumber"],[447,22,218,65],[448,12,218,65,"columnNumber"],[448,24,218,65],[449,10,218,65],[449,17,219,28],[449,18,219,29],[450,8,219,29],[451,10,219,29,"fileName"],[451,18,219,29],[451,20,219,29,"_jsxFileName"],[451,32,219,29],[452,10,219,29,"lineNumber"],[452,20,219,29],[453,10,219,29,"columnNumber"],[453,22,219,29],[454,8,219,29],[454,15,220,14],[454,16,220,15],[454,31,223,8],[454,35,223,8,"_reactJsxDevRuntime"],[454,54,223,8],[454,55,223,8,"jsxDEV"],[454,61,223,8],[454,63,223,9,"View"],[454,67,223,13],[454,68,223,13,"default"],[454,75,223,13],[455,10,223,14,"style"],[455,15,223,19],[455,17,223,21,"styles"],[455,23,223,27],[455,24,223,28,"balanceRow"],[455,34,223,39],[456,10,223,39,"children"],[456,18,223,39],[456,34,224,10],[456,38,224,10,"_reactJsxDevRuntime"],[456,57,224,10],[456,58,224,10,"jsxDEV"],[456,64,224,10],[456,66,224,11,"View"],[456,70,224,15],[456,71,224,15,"default"],[456,78,224,15],[457,12,224,16,"style"],[457,17,224,21],[457,19,224,23,"styles"],[457,25,224,29],[457,26,224,30,"balanceCardNew"],[457,40,224,45],[458,12,224,45,"children"],[458,20,224,45],[458,36,225,12],[458,40,225,12,"_reactJsxDevRuntime"],[458,59,225,12],[458,60,225,12,"jsxDEV"],[458,66,225,12],[458,68,225,13,"Image"],[458,73,225,18],[458,74,225,18,"default"],[458,81,225,18],[459,14,226,14,"source"],[459,20,226,20],[459,22,226,22],[460,16,226,24,"uri"],[460,19,226,27],[460,21,226,29],[461,14,226,145],[461,15,226,147],[462,14,227,14,"style"],[462,19,227,19],[462,21,227,21,"styles"],[462,27,227,27],[462,28,227,28,"tokenLogoNew"],[463,12,227,41],[464,14,227,41,"fileName"],[464,22,227,41],[464,24,227,41,"_jsxFileName"],[464,36,227,41],[465,14,227,41,"lineNumber"],[465,24,227,41],[466,14,227,41,"columnNumber"],[466,26,227,41],[467,12,227,41],[467,19,228,13],[467,20,228,14],[467,35,229,12],[467,39,229,12,"_reactJsxDevRuntime"],[467,58,229,12],[467,59,229,12,"jsxDEV"],[467,65,229,12],[467,67,229,13,"Text"],[467,71,229,17],[467,72,229,17,"default"],[467,79,229,17],[468,14,229,18,"style"],[468,19,229,23],[468,21,229,25,"styles"],[468,27,229,31],[468,28,229,32,"tokenSymbolNew"],[468,42,229,47],[469,14,229,47,"children"],[469,22,229,47],[469,24,229,48],[470,12,229,51],[471,14,229,51,"fileName"],[471,22,229,51],[471,24,229,51,"_jsxFileName"],[471,36,229,51],[472,14,229,51,"lineNumber"],[472,24,229,51],[473,14,229,51,"columnNumber"],[473,26,229,51],[474,12,229,51],[474,19,229,57],[474,20,229,58],[474,35,230,12],[474,39,230,12,"_reactJsxDevRuntime"],[474,58,230,12],[474,59,230,12,"jsxDEV"],[474,65,230,12],[474,67,230,13,"Text"],[474,71,230,17],[474,72,230,17,"default"],[474,79,230,17],[475,14,230,18,"style"],[475,19,230,23],[475,21,230,25,"styles"],[475,27,230,31],[475,28,230,32,"balanceAmountNew"],[475,44,230,49],[476,14,230,49,"children"],[476,22,230,49],[476,24,230,51,"hezBalance"],[477,12,230,61],[478,14,230,61,"fileName"],[478,22,230,61],[478,24,230,61,"_jsxFileName"],[478,36,230,61],[479,14,230,61,"lineNumber"],[479,24,230,61],[480,14,230,61,"columnNumber"],[480,26,230,61],[481,12,230,61],[481,19,230,68],[481,20,230,69],[481,35,231,12],[481,39,231,12,"_reactJsxDevRuntime"],[481,58,231,12],[481,59,231,12,"jsxDEV"],[481,65,231,12],[481,67,231,13,"Text"],[481,71,231,17],[481,72,231,17,"default"],[481,79,231,17],[482,14,231,18,"style"],[482,19,231,23],[482,21,231,25,"styles"],[482,27,231,31],[482,28,231,32,"tokenNameNew"],[482,40,231,45],[483,14,231,45,"children"],[483,22,231,45],[483,24,231,46],[484,12,231,61],[485,14,231,61,"fileName"],[485,22,231,61],[485,24,231,61,"_jsxFileName"],[485,36,231,61],[486,14,231,61,"lineNumber"],[486,24,231,61],[487,14,231,61,"columnNumber"],[487,26,231,61],[488,12,231,61],[488,19,231,67],[488,20,231,68],[489,10,231,68],[490,12,231,68,"fileName"],[490,20,231,68],[490,22,231,68,"_jsxFileName"],[490,34,231,68],[491,12,231,68,"lineNumber"],[491,22,231,68],[492,12,231,68,"columnNumber"],[492,24,231,68],[493,10,231,68],[493,17,232,16],[493,18,232,17],[493,33,234,10],[493,37,234,10,"_reactJsxDevRuntime"],[493,56,234,10],[493,57,234,10,"jsxDEV"],[493,63,234,10],[493,65,234,11,"View"],[493,69,234,15],[493,70,234,15,"default"],[493,77,234,15],[494,12,234,16,"style"],[494,17,234,21],[494,19,234,23,"styles"],[494,25,234,29],[494,26,234,30,"balanceCardNew"],[494,40,234,45],[495,12,234,45,"children"],[495,20,234,45],[495,36,235,12],[495,40,235,12,"_reactJsxDevRuntime"],[495,59,235,12],[495,60,235,12,"jsxDEV"],[495,66,235,12],[495,68,235,13,"Image"],[495,73,235,18],[495,74,235,18,"default"],[495,81,235,18],[496,14,236,14,"source"],[496,20,236,20],[496,22,236,22],[497,16,236,24,"uri"],[497,19,236,27],[497,21,236,29],[498,14,236,129],[498,15,236,131],[499,14,237,14,"style"],[499,19,237,19],[499,21,237,21,"styles"],[499,27,237,27],[499,28,237,28,"tokenLogoNew"],[500,12,237,41],[501,14,237,41,"fileName"],[501,22,237,41],[501,24,237,41,"_jsxFileName"],[501,36,237,41],[502,14,237,41,"lineNumber"],[502,24,237,41],[503,14,237,41,"columnNumber"],[503,26,237,41],[504,12,237,41],[504,19,238,13],[504,20,238,14],[504,35,239,12],[504,39,239,12,"_reactJsxDevRuntime"],[504,58,239,12],[504,59,239,12,"jsxDEV"],[504,65,239,12],[504,67,239,13,"Text"],[504,71,239,17],[504,72,239,17,"default"],[504,79,239,17],[505,14,239,18,"style"],[505,19,239,23],[505,21,239,25,"styles"],[505,27,239,31],[505,28,239,32,"tokenSymbolNew"],[505,42,239,47],[506,14,239,47,"children"],[506,22,239,47],[506,24,239,48],[507,12,239,51],[508,14,239,51,"fileName"],[508,22,239,51],[508,24,239,51,"_jsxFileName"],[508,36,239,51],[509,14,239,51,"lineNumber"],[509,24,239,51],[510,14,239,51,"columnNumber"],[510,26,239,51],[511,12,239,51],[511,19,239,57],[511,20,239,58],[511,35,240,12],[511,39,240,12,"_reactJsxDevRuntime"],[511,58,240,12],[511,59,240,12,"jsxDEV"],[511,65,240,12],[511,67,240,13,"Text"],[511,71,240,17],[511,72,240,17,"default"],[511,79,240,17],[512,14,240,18,"style"],[512,19,240,23],[512,21,240,25,"styles"],[512,27,240,31],[512,28,240,32,"balanceAmountNew"],[512,44,240,49],[513,14,240,49,"children"],[513,22,240,49],[513,24,240,51,"pezBalance"],[514,12,240,61],[515,14,240,61,"fileName"],[515,22,240,61],[515,24,240,61,"_jsxFileName"],[515,36,240,61],[516,14,240,61,"lineNumber"],[516,24,240,61],[517,14,240,61,"columnNumber"],[517,26,240,61],[518,12,240,61],[518,19,240,68],[518,20,240,69],[518,35,241,12],[518,39,241,12,"_reactJsxDevRuntime"],[518,58,241,12],[518,59,241,12,"jsxDEV"],[518,65,241,12],[518,67,241,13,"Text"],[518,71,241,17],[518,72,241,17,"default"],[518,79,241,17],[519,14,241,18,"style"],[519,19,241,23],[519,21,241,25,"styles"],[519,27,241,31],[519,28,241,32,"tokenNameNew"],[519,40,241,45],[520,14,241,45,"children"],[520,22,241,45],[520,24,241,46],[521,12,241,59],[522,14,241,59,"fileName"],[522,22,241,59],[522,24,241,59,"_jsxFileName"],[522,36,241,59],[523,14,241,59,"lineNumber"],[523,24,241,59],[524,14,241,59,"columnNumber"],[524,26,241,59],[525,12,241,59],[525,19,241,65],[525,20,241,66],[526,10,241,66],[527,12,241,66,"fileName"],[527,20,241,66],[527,22,241,66,"_jsxFileName"],[527,34,241,66],[528,12,241,66,"lineNumber"],[528,22,241,66],[529,12,241,66,"columnNumber"],[529,24,241,66],[530,10,241,66],[530,17,242,16],[530,18,242,17],[531,8,242,17],[532,10,242,17,"fileName"],[532,18,242,17],[532,20,242,17,"_jsxFileName"],[532,32,242,17],[533,10,242,17,"lineNumber"],[533,20,242,17],[534,10,242,17,"columnNumber"],[534,22,242,17],[535,8,242,17],[535,15,243,14],[535,16,243,15],[535,31,246,8],[535,35,246,8,"_reactJsxDevRuntime"],[535,54,246,8],[535,55,246,8,"jsxDEV"],[535,61,246,8],[535,63,246,9,"View"],[535,67,246,13],[535,68,246,13,"default"],[535,75,246,13],[536,10,246,14,"style"],[536,15,246,19],[536,17,246,21,"styles"],[536,23,246,27],[536,24,246,28,"actionsContainer"],[536,40,246,45],[537,10,246,45,"children"],[537,18,246,45],[537,34,248,10],[537,38,248,10,"_reactJsxDevRuntime"],[537,57,248,10],[537,58,248,10,"jsxDEV"],[537,64,248,10],[537,66,248,11,"View"],[537,70,248,15],[537,71,248,15,"default"],[537,78,248,15],[538,12,248,16,"style"],[538,17,248,21],[538,19,248,23,"styles"],[538,25,248,29],[538,26,248,30,"actionsRow"],[538,36,248,41],[539,12,248,41,"children"],[539,20,248,41],[539,36,249,12],[539,40,249,12,"_reactJsxDevRuntime"],[539,59,249,12],[539,60,249,12,"jsxDEV"],[539,66,249,12],[539,68,249,13,"TouchableOpacity"],[539,84,249,29],[539,85,249,29,"default"],[539,92,249,29],[540,14,249,30,"style"],[540,19,249,35],[540,21,249,37],[540,22,249,38,"styles"],[540,28,249,44],[540,29,249,45,"actionBtn"],[540,38,249,54],[540,40,249,56],[541,16,249,57,"backgroundColor"],[541,31,249,72],[541,33,249,74],[542,14,249,83],[542,15,249,84],[542,16,249,86],[543,14,249,86,"children"],[543,22,249,86],[543,38,250,14],[543,42,250,14,"_reactJsxDevRuntime"],[543,61,250,14],[543,62,250,14,"jsxDEV"],[543,68,250,14],[543,70,250,15,"_expoVectorIcons"],[543,86,250,23],[543,87,250,23,"Ionicons"],[543,95,250,23],[544,16,250,24,"name"],[544,20,250,28],[544,22,250,29],[544,32,250,39],[545,16,250,40,"size"],[545,20,250,44],[545,22,250,46],[545,24,250,49],[546,16,250,50,"color"],[546,21,250,55],[546,23,250,56],[547,14,250,62],[548,16,250,62,"fileName"],[548,24,250,62],[548,26,250,62,"_jsxFileName"],[548,38,250,62],[549,16,250,62,"lineNumber"],[549,26,250,62],[550,16,250,62,"columnNumber"],[550,28,250,62],[551,14,250,62],[551,21,250,64],[551,22,250,65],[551,37,251,14],[551,41,251,14,"_reactJsxDevRuntime"],[551,60,251,14],[551,61,251,14,"jsxDEV"],[551,67,251,14],[551,69,251,15,"Text"],[551,73,251,19],[551,74,251,19,"default"],[551,81,251,19],[552,16,251,20,"style"],[552,21,251,25],[552,23,251,27,"styles"],[552,29,251,33],[552,30,251,34,"actionBtnText"],[552,43,251,48],[553,16,251,48,"children"],[553,24,251,48],[553,26,251,49],[554,14,251,53],[555,16,251,53,"fileName"],[555,24,251,53],[555,26,251,53,"_jsxFileName"],[555,38,251,53],[556,16,251,53,"lineNumber"],[556,26,251,53],[557,16,251,53,"columnNumber"],[557,28,251,53],[558,14,251,53],[558,21,251,59],[558,22,251,60],[559,12,251,60],[560,14,251,60,"fileName"],[560,22,251,60],[560,24,251,60,"_jsxFileName"],[560,36,251,60],[561,14,251,60,"lineNumber"],[561,24,251,60],[562,14,251,60,"columnNumber"],[562,26,251,60],[563,12,251,60],[563,19,252,30],[563,20,252,31],[563,35,253,12],[563,39,253,12,"_reactJsxDevRuntime"],[563,58,253,12],[563,59,253,12,"jsxDEV"],[563,65,253,12],[563,67,253,13,"TouchableOpacity"],[563,83,253,29],[563,84,253,29,"default"],[563,91,253,29],[564,14,253,30,"style"],[564,19,253,35],[564,21,253,37],[564,22,253,38,"styles"],[564,28,253,44],[564,29,253,45,"actionBtn"],[564,38,253,54],[564,40,253,56],[565,16,253,57,"backgroundColor"],[565,31,253,72],[565,33,253,74],[566,14,253,83],[566,15,253,84],[566,16,253,86],[567,14,253,86,"children"],[567,22,253,86],[567,38,254,14],[567,42,254,14,"_reactJsxDevRuntime"],[567,61,254,14],[567,62,254,14,"jsxDEV"],[567,68,254,14],[567,70,254,15,"_expoVectorIcons"],[567,86,254,23],[567,87,254,23,"Ionicons"],[567,95,254,23],[568,16,254,24,"name"],[568,20,254,28],[568,22,254,29],[568,34,254,41],[569,16,254,42,"size"],[569,20,254,46],[569,22,254,48],[569,24,254,51],[570,16,254,52,"color"],[570,21,254,57],[570,23,254,58],[571,14,254,64],[572,16,254,64,"fileName"],[572,24,254,64],[572,26,254,64,"_jsxFileName"],[572,38,254,64],[573,16,254,64,"lineNumber"],[573,26,254,64],[574,16,254,64,"columnNumber"],[574,28,254,64],[575,14,254,64],[575,21,254,66],[575,22,254,67],[575,37,255,14],[575,41,255,14,"_reactJsxDevRuntime"],[575,60,255,14],[575,61,255,14,"jsxDEV"],[575,67,255,14],[575,69,255,15,"Text"],[575,73,255,19],[575,74,255,19,"default"],[575,81,255,19],[576,16,255,20,"style"],[576,21,255,25],[576,23,255,27,"styles"],[576,29,255,33],[576,30,255,34,"actionBtnText"],[576,43,255,48],[577,16,255,48,"children"],[577,24,255,48],[577,26,255,49],[578,14,255,56],[579,16,255,56,"fileName"],[579,24,255,56],[579,26,255,56,"_jsxFileName"],[579,38,255,56],[580,16,255,56,"lineNumber"],[580,26,255,56],[581,16,255,56,"columnNumber"],[581,28,255,56],[582,14,255,56],[582,21,255,62],[582,22,255,63],[583,12,255,63],[584,14,255,63,"fileName"],[584,22,255,63],[584,24,255,63,"_jsxFileName"],[584,36,255,63],[585,14,255,63,"lineNumber"],[585,24,255,63],[586,14,255,63,"columnNumber"],[586,26,255,63],[587,12,255,63],[587,19,256,30],[587,20,256,31],[587,35,257,12],[587,39,257,12,"_reactJsxDevRuntime"],[587,58,257,12],[587,59,257,12,"jsxDEV"],[587,65,257,12],[587,67,257,13,"TouchableOpacity"],[587,83,257,29],[587,84,257,29,"default"],[587,91,257,29],[588,14,257,30,"style"],[588,19,257,35],[588,21,257,37],[588,22,257,38,"styles"],[588,28,257,44],[588,29,257,45,"actionBtn"],[588,38,257,54],[588,40,257,56],[589,16,257,57,"backgroundColor"],[589,31,257,72],[589,33,257,74],[590,14,257,83],[590,15,257,84],[590,16,257,86],[591,14,257,86,"children"],[591,22,257,86],[591,38,258,14],[591,42,258,14,"_reactJsxDevRuntime"],[591,61,258,14],[591,62,258,14,"jsxDEV"],[591,68,258,14],[591,70,258,15,"_expoVectorIcons"],[591,86,258,23],[591,87,258,23,"Ionicons"],[591,95,258,23],[592,16,258,24,"name"],[592,20,258,28],[592,22,258,29],[592,39,258,46],[593,16,258,47,"size"],[593,20,258,51],[593,22,258,53],[593,24,258,56],[594,16,258,57,"color"],[594,21,258,62],[594,23,258,63],[595,14,258,69],[596,16,258,69,"fileName"],[596,24,258,69],[596,26,258,69,"_jsxFileName"],[596,38,258,69],[597,16,258,69,"lineNumber"],[597,26,258,69],[598,16,258,69,"columnNumber"],[598,28,258,69],[599,14,258,69],[599,21,258,71],[599,22,258,72],[599,37,259,14],[599,41,259,14,"_reactJsxDevRuntime"],[599,60,259,14],[599,61,259,14,"jsxDEV"],[599,67,259,14],[599,69,259,15,"Text"],[599,73,259,19],[599,74,259,19,"default"],[599,81,259,19],[600,16,259,20,"style"],[600,21,259,25],[600,23,259,27,"styles"],[600,29,259,33],[600,30,259,34,"actionBtnText"],[600,43,259,48],[601,16,259,48,"children"],[601,24,259,48],[601,26,259,49],[602,14,259,53],[603,16,259,53,"fileName"],[603,24,259,53],[603,26,259,53,"_jsxFileName"],[603,38,259,53],[604,16,259,53,"lineNumber"],[604,26,259,53],[605,16,259,53,"columnNumber"],[605,28,259,53],[606,14,259,53],[606,21,259,59],[606,22,259,60],[607,12,259,60],[608,14,259,60,"fileName"],[608,22,259,60],[608,24,259,60,"_jsxFileName"],[608,36,259,60],[609,14,259,60,"lineNumber"],[609,24,259,60],[610,14,259,60,"columnNumber"],[610,26,259,60],[611,12,259,60],[611,19,260,30],[611,20,260,31],[611,35,261,12],[611,39,261,12,"_reactJsxDevRuntime"],[611,58,261,12],[611,59,261,12,"jsxDEV"],[611,65,261,12],[611,67,261,13,"TouchableOpacity"],[611,83,261,29],[611,84,261,29,"default"],[611,91,261,29],[612,14,261,30,"style"],[612,19,261,35],[612,21,261,37],[612,22,261,38,"styles"],[612,28,261,44],[612,29,261,45,"actionBtn"],[612,38,261,54],[612,40,261,56],[613,16,261,57,"backgroundColor"],[613,31,261,72],[613,33,261,74],[614,14,261,83],[614,15,261,84],[614,16,261,86],[615,14,261,86,"children"],[615,22,261,86],[615,38,262,14],[615,42,262,14,"_reactJsxDevRuntime"],[615,61,262,14],[615,62,262,14,"jsxDEV"],[615,68,262,14],[615,70,262,15,"_expoVectorIcons"],[615,86,262,23],[615,87,262,23,"Ionicons"],[615,95,262,23],[616,16,262,24,"name"],[616,20,262,28],[616,22,262,29],[616,30,262,37],[617,16,262,38,"size"],[617,20,262,42],[617,22,262,44],[617,24,262,47],[618,16,262,48,"color"],[618,21,262,53],[618,23,262,54],[619,14,262,60],[620,16,262,60,"fileName"],[620,24,262,60],[620,26,262,60,"_jsxFileName"],[620,38,262,60],[621,16,262,60,"lineNumber"],[621,26,262,60],[622,16,262,60,"columnNumber"],[622,28,262,60],[623,14,262,60],[623,21,262,62],[623,22,262,63],[623,37,263,14],[623,41,263,14,"_reactJsxDevRuntime"],[623,60,263,14],[623,61,263,14,"jsxDEV"],[623,67,263,14],[623,69,263,15,"Text"],[623,73,263,19],[623,74,263,19,"default"],[623,81,263,19],[624,16,263,20,"style"],[624,21,263,25],[624,23,263,27,"styles"],[624,29,263,33],[624,30,263,34,"actionBtnText"],[624,43,263,48],[625,16,263,48,"children"],[625,24,263,48],[625,26,263,49],[626,14,263,52],[627,16,263,52,"fileName"],[627,24,263,52],[627,26,263,52,"_jsxFileName"],[627,38,263,52],[628,16,263,52,"lineNumber"],[628,26,263,52],[629,16,263,52,"columnNumber"],[629,28,263,52],[630,14,263,52],[630,21,263,58],[630,22,263,59],[631,12,263,59],[632,14,263,59,"fileName"],[632,22,263,59],[632,24,263,59,"_jsxFileName"],[632,36,263,59],[633,14,263,59,"lineNumber"],[633,24,263,59],[634,14,263,59,"columnNumber"],[634,26,263,59],[635,12,263,59],[635,19,264,30],[635,20,264,31],[636,10,264,31],[637,12,264,31,"fileName"],[637,20,264,31],[637,22,264,31,"_jsxFileName"],[637,34,264,31],[638,12,264,31,"lineNumber"],[638,22,264,31],[639,12,264,31,"columnNumber"],[639,24,264,31],[640,10,264,31],[640,17,265,16],[640,18,265,17],[640,33,268,10],[640,37,268,10,"_reactJsxDevRuntime"],[640,56,268,10],[640,57,268,10,"jsxDEV"],[640,63,268,10],[640,65,268,11,"View"],[640,69,268,15],[640,70,268,15,"default"],[640,77,268,15],[641,12,268,16,"style"],[641,17,268,21],[641,19,268,23,"styles"],[641,25,268,29],[641,26,268,30,"actionsRow"],[641,36,268,41],[642,12,268,41,"children"],[642,20,268,41],[642,36,269,12],[642,40,269,12,"_reactJsxDevRuntime"],[642,59,269,12],[642,60,269,12,"jsxDEV"],[642,66,269,12],[642,68,269,13,"TouchableOpacity"],[642,84,269,29],[642,85,269,29,"default"],[642,92,269,29],[643,14,269,30,"style"],[643,19,269,35],[643,21,269,37],[643,22,269,38,"styles"],[643,28,269,44],[643,29,269,45,"actionBtn"],[643,38,269,54],[643,40,269,56],[644,16,269,57,"backgroundColor"],[644,31,269,72],[644,33,269,74],[645,14,269,83],[645,15,269,84],[645,16,269,86],[646,14,269,86,"children"],[646,22,269,86],[646,38,270,14],[646,42,270,14,"_reactJsxDevRuntime"],[646,61,270,14],[646,62,270,14,"jsxDEV"],[646,68,270,14],[646,70,270,15,"_expoVectorIcons"],[646,86,270,23],[646,87,270,23,"Ionicons"],[646,95,270,23],[647,16,270,24,"name"],[647,20,270,28],[647,22,270,29],[647,33,270,40],[648,16,270,41,"size"],[648,20,270,45],[648,22,270,47],[648,24,270,50],[649,16,270,51,"color"],[649,21,270,56],[649,23,270,57],[650,14,270,63],[651,16,270,63,"fileName"],[651,24,270,63],[651,26,270,63,"_jsxFileName"],[651,38,270,63],[652,16,270,63,"lineNumber"],[652,26,270,63],[653,16,270,63,"columnNumber"],[653,28,270,63],[654,14,270,63],[654,21,270,65],[654,22,270,66],[654,37,271,14],[654,41,271,14,"_reactJsxDevRuntime"],[654,60,271,14],[654,61,271,14,"jsxDEV"],[654,67,271,14],[654,69,271,15,"Text"],[654,73,271,19],[654,74,271,19,"default"],[654,81,271,19],[655,16,271,20,"style"],[655,21,271,25],[655,23,271,27,"styles"],[655,29,271,33],[655,30,271,34,"actionBtnText"],[655,43,271,48],[656,16,271,48,"children"],[656,24,271,48],[656,26,271,49],[657,14,271,53],[658,16,271,53,"fileName"],[658,24,271,53],[658,26,271,53,"_jsxFileName"],[658,38,271,53],[659,16,271,53,"lineNumber"],[659,26,271,53],[660,16,271,53,"columnNumber"],[660,28,271,53],[661,14,271,53],[661,21,271,59],[661,22,271,60],[662,12,271,60],[663,14,271,60,"fileName"],[663,22,271,60],[663,24,271,60,"_jsxFileName"],[663,36,271,60],[664,14,271,60,"lineNumber"],[664,24,271,60],[665,14,271,60,"columnNumber"],[665,26,271,60],[666,12,271,60],[666,19,272,30],[666,20,272,31],[666,35,273,12],[666,39,273,12,"_reactJsxDevRuntime"],[666,58,273,12],[666,59,273,12,"jsxDEV"],[666,65,273,12],[666,67,273,13,"TouchableOpacity"],[666,83,273,29],[666,84,273,29,"default"],[666,91,273,29],[667,14,273,30,"style"],[667,19,273,35],[667,21,273,37],[667,22,273,38,"styles"],[667,28,273,44],[667,29,273,45,"actionBtn"],[667,38,273,54],[667,40,273,56],[668,16,273,57,"backgroundColor"],[668,31,273,72],[668,33,273,74],[669,14,273,83],[669,15,273,84],[669,16,273,86],[670,14,273,86,"children"],[670,22,273,86],[670,38,274,14],[670,42,274,14,"_reactJsxDevRuntime"],[670,61,274,14],[670,62,274,14,"jsxDEV"],[670,68,274,14],[670,70,274,15,"_expoVectorIcons"],[670,86,274,23],[670,87,274,23,"Ionicons"],[670,95,274,23],[671,16,274,24,"name"],[671,20,274,28],[671,22,274,29],[671,28,274,35],[672,16,274,36,"size"],[672,20,274,40],[672,22,274,42],[672,24,274,45],[673,16,274,46,"color"],[673,21,274,51],[673,23,274,52],[674,14,274,58],[675,16,274,58,"fileName"],[675,24,274,58],[675,26,274,58,"_jsxFileName"],[675,38,274,58],[676,16,274,58,"lineNumber"],[676,26,274,58],[677,16,274,58,"columnNumber"],[677,28,274,58],[678,14,274,58],[678,21,274,60],[678,22,274,61],[678,37,275,14],[678,41,275,14,"_reactJsxDevRuntime"],[678,60,275,14],[678,61,275,14,"jsxDEV"],[678,67,275,14],[678,69,275,15,"Text"],[678,73,275,19],[678,74,275,19,"default"],[678,81,275,19],[679,16,275,20,"style"],[679,21,275,25],[679,23,275,27,"styles"],[679,29,275,33],[679,30,275,34,"actionBtnText"],[679,43,275,48],[680,16,275,48,"children"],[680,24,275,48],[680,26,275,49],[681,14,275,54],[682,16,275,54,"fileName"],[682,24,275,54],[682,26,275,54,"_jsxFileName"],[682,38,275,54],[683,16,275,54,"lineNumber"],[683,26,275,54],[684,16,275,54,"columnNumber"],[684,28,275,54],[685,14,275,54],[685,21,275,60],[685,22,275,61],[686,12,275,61],[687,14,275,61,"fileName"],[687,22,275,61],[687,24,275,61,"_jsxFileName"],[687,36,275,61],[688,14,275,61,"lineNumber"],[688,24,275,61],[689,14,275,61,"columnNumber"],[689,26,275,61],[690,12,275,61],[690,19,276,30],[690,20,276,31],[690,35,277,12],[690,39,277,12,"_reactJsxDevRuntime"],[690,58,277,12],[690,59,277,12,"jsxDEV"],[690,65,277,12],[690,67,277,13,"TouchableOpacity"],[690,83,277,29],[690,84,277,29,"default"],[690,91,277,29],[691,14,277,30,"style"],[691,19,277,35],[691,21,277,37],[691,22,277,38,"styles"],[691,28,277,44],[691,29,277,45,"actionBtn"],[691,38,277,54],[691,40,277,56],[692,16,277,57,"backgroundColor"],[692,31,277,72],[692,33,277,74],[693,14,277,83],[693,15,277,84],[693,16,277,86],[694,14,277,86,"children"],[694,22,277,86],[694,38,278,14],[694,42,278,14,"_reactJsxDevRuntime"],[694,61,278,14],[694,62,278,14,"jsxDEV"],[694,68,278,14],[694,70,278,15,"_expoVectorIcons"],[694,86,278,23],[694,87,278,23,"Ionicons"],[694,95,278,23],[695,16,278,24,"name"],[695,20,278,28],[695,22,278,29],[695,28,278,35],[696,16,278,36,"size"],[696,20,278,40],[696,22,278,42],[696,24,278,45],[697,16,278,46,"color"],[697,21,278,51],[697,23,278,52],[698,14,278,58],[699,16,278,58,"fileName"],[699,24,278,58],[699,26,278,58,"_jsxFileName"],[699,38,278,58],[700,16,278,58,"lineNumber"],[700,26,278,58],[701,16,278,58,"columnNumber"],[701,28,278,58],[702,14,278,58],[702,21,278,60],[702,22,278,61],[702,37,279,14],[702,41,279,14,"_reactJsxDevRuntime"],[702,60,279,14],[702,61,279,14,"jsxDEV"],[702,67,279,14],[702,69,279,15,"Text"],[702,73,279,19],[702,74,279,19,"default"],[702,81,279,19],[703,16,279,20,"style"],[703,21,279,25],[703,23,279,27,"styles"],[703,29,279,33],[703,30,279,34,"actionBtnText"],[703,43,279,48],[704,16,279,48,"children"],[704,24,279,48],[704,26,279,49],[705,14,279,56],[706,16,279,56,"fileName"],[706,24,279,56],[706,26,279,56,"_jsxFileName"],[706,38,279,56],[707,16,279,56,"lineNumber"],[707,26,279,56],[708,16,279,56,"columnNumber"],[708,28,279,56],[709,14,279,56],[709,21,279,62],[709,22,279,63],[710,12,279,63],[711,14,279,63,"fileName"],[711,22,279,63],[711,24,279,63,"_jsxFileName"],[711,36,279,63],[712,14,279,63,"lineNumber"],[712,24,279,63],[713,14,279,63,"columnNumber"],[713,26,279,63],[714,12,279,63],[714,19,280,30],[714,20,280,31],[714,35,281,12],[714,39,281,12,"_reactJsxDevRuntime"],[714,58,281,12],[714,59,281,12,"jsxDEV"],[714,65,281,12],[714,67,281,13,"TouchableOpacity"],[714,83,281,29],[714,84,281,29,"default"],[714,91,281,29],[715,14,281,30,"style"],[715,19,281,35],[715,21,281,37],[715,22,281,38,"styles"],[715,28,281,44],[715,29,281,45,"actionBtn"],[715,38,281,54],[715,40,281,56],[716,16,281,57,"backgroundColor"],[716,31,281,72],[716,33,281,74],[717,14,281,83],[717,15,281,84],[717,16,281,86],[718,14,281,86,"children"],[718,22,281,86],[718,38,282,14],[718,42,282,14,"_reactJsxDevRuntime"],[718,61,282,14],[718,62,282,14,"jsxDEV"],[718,68,282,14],[718,70,282,15,"_expoVectorIcons"],[718,86,282,23],[718,87,282,23,"Ionicons"],[718,95,282,23],[719,16,282,24,"name"],[719,20,282,28],[719,22,282,29],[719,28,282,35],[720,16,282,36,"size"],[720,20,282,40],[720,22,282,42],[720,24,282,45],[721,16,282,46,"color"],[721,21,282,51],[721,23,282,52],[722,14,282,58],[723,16,282,58,"fileName"],[723,24,282,58],[723,26,282,58,"_jsxFileName"],[723,38,282,58],[724,16,282,58,"lineNumber"],[724,26,282,58],[725,16,282,58,"columnNumber"],[725,28,282,58],[726,14,282,58],[726,21,282,60],[726,22,282,61],[726,37,283,14],[726,41,283,14,"_reactJsxDevRuntime"],[726,60,283,14],[726,61,283,14,"jsxDEV"],[726,67,283,14],[726,69,283,15,"Text"],[726,73,283,19],[726,74,283,19,"default"],[726,81,283,19],[727,16,283,20,"style"],[727,21,283,25],[727,23,283,27,"styles"],[727,29,283,33],[727,30,283,34,"actionBtnText"],[727,43,283,48],[728,16,283,48,"children"],[728,24,283,48],[728,26,283,49],[729,14,283,56],[730,16,283,56,"fileName"],[730,24,283,56],[730,26,283,56,"_jsxFileName"],[730,38,283,56],[731,16,283,56,"lineNumber"],[731,26,283,56],[732,16,283,56,"columnNumber"],[732,28,283,56],[733,14,283,56],[733,21,283,62],[733,22,283,63],[734,12,283,63],[735,14,283,63,"fileName"],[735,22,283,63],[735,24,283,63,"_jsxFileName"],[735,36,283,63],[736,14,283,63,"lineNumber"],[736,24,283,63],[737,14,283,63,"columnNumber"],[737,26,283,63],[738,12,283,63],[738,19,284,30],[738,20,284,31],[739,10,284,31],[740,12,284,31,"fileName"],[740,20,284,31],[740,22,284,31,"_jsxFileName"],[740,34,284,31],[741,12,284,31,"lineNumber"],[741,22,284,31],[742,12,284,31,"columnNumber"],[742,24,284,31],[743,10,284,31],[743,17,285,16],[743,18,285,17],[744,8,285,17],[745,10,285,17,"fileName"],[745,18,285,17],[745,20,285,17,"_jsxFileName"],[745,32,285,17],[746,10,285,17,"lineNumber"],[746,20,285,17],[747,10,285,17,"columnNumber"],[747,22,285,17],[748,8,285,17],[748,15,286,14],[748,16,286,15],[748,31,289,8],[748,35,289,8,"_reactJsxDevRuntime"],[748,54,289,8],[748,55,289,8,"jsxDEV"],[748,61,289,8],[748,63,289,9,"View"],[748,67,289,13],[748,68,289,13,"default"],[748,75,289,13],[749,10,289,14,"style"],[749,15,289,19],[749,17,289,21,"styles"],[749,23,289,27],[749,24,289,28,"tokensContainer"],[749,39,289,44],[750,10,289,44,"children"],[750,18,289,44],[750,34,290,10],[750,38,290,10,"_reactJsxDevRuntime"],[750,57,290,10],[750,58,290,10,"jsxDEV"],[750,64,290,10],[750,66,290,11,"View"],[750,70,290,15],[750,71,290,15,"default"],[750,78,290,15],[751,12,290,16,"style"],[751,17,290,21],[751,19,290,23,"styles"],[751,25,290,29],[751,26,290,30,"tokensHeader"],[751,38,290,43],[752,12,290,43,"children"],[752,20,290,43],[752,36,291,12],[752,40,291,12,"_reactJsxDevRuntime"],[752,59,291,12],[752,60,291,12,"jsxDEV"],[752,66,291,12],[752,68,291,13,"Text"],[752,72,291,17],[752,73,291,17,"default"],[752,80,291,17],[753,14,291,18,"style"],[753,19,291,23],[753,21,291,25,"styles"],[753,27,291,31],[753,28,291,32,"tokensTitle"],[753,39,291,44],[754,14,291,44,"children"],[754,22,291,44],[754,24,291,45],[755,12,291,51],[756,14,291,51,"fileName"],[756,22,291,51],[756,24,291,51,"_jsxFileName"],[756,36,291,51],[757,14,291,51,"lineNumber"],[757,24,291,51],[758,14,291,51,"columnNumber"],[758,26,291,51],[759,12,291,51],[759,19,291,57],[759,20,291,58],[759,35,292,12],[759,39,292,12,"_reactJsxDevRuntime"],[759,58,292,12],[759,59,292,12,"jsxDEV"],[759,65,292,12],[759,67,292,13,"View"],[759,71,292,17],[759,72,292,17,"default"],[759,79,292,17],[760,14,292,18,"style"],[760,19,292,23],[760,21,292,25,"styles"],[760,27,292,31],[760,28,292,32,"tokensHeaderActions"],[760,47,292,52],[761,14,292,52,"children"],[761,22,292,52],[761,38,293,14],[761,42,293,14,"_reactJsxDevRuntime"],[761,61,293,14],[761,62,293,14,"jsxDEV"],[761,68,293,14],[761,70,293,15,"TouchableOpacity"],[761,86,293,31],[761,87,293,31,"default"],[761,94,293,31],[762,16,293,32,"style"],[762,21,293,37],[762,23,293,39,"styles"],[762,29,293,45],[762,30,293,46,"tokenHeaderButton"],[762,47,293,64],[763,16,293,64,"children"],[763,24,293,64],[763,39,294,16],[763,43,294,16,"_reactJsxDevRuntime"],[763,62,294,16],[763,63,294,16,"jsxDEV"],[763,69,294,16],[763,71,294,17,"_expoVectorIcons"],[763,87,294,25],[763,88,294,25,"Ionicons"],[763,96,294,25],[764,18,294,26,"name"],[764,22,294,30],[764,24,294,31],[764,32,294,39],[765,18,294,40,"size"],[765,22,294,44],[765,24,294,46],[765,26,294,49],[766,18,294,50,"color"],[766,23,294,55],[766,25,294,56],[767,16,294,65],[768,18,294,65,"fileName"],[768,26,294,65],[768,28,294,65,"_jsxFileName"],[768,40,294,65],[769,18,294,65,"lineNumber"],[769,28,294,65],[770,18,294,65,"columnNumber"],[770,30,294,65],[771,16,294,65],[771,23,294,67],[772,14,294,68],[773,16,294,68,"fileName"],[773,24,294,68],[773,26,294,68,"_jsxFileName"],[773,38,294,68],[774,16,294,68,"lineNumber"],[774,26,294,68],[775,16,294,68,"columnNumber"],[775,28,294,68],[776,14,294,68],[776,21,295,32],[776,22,295,33],[776,37,296,14],[776,41,296,14,"_reactJsxDevRuntime"],[776,60,296,14],[776,61,296,14,"jsxDEV"],[776,67,296,14],[776,69,296,15,"TouchableOpacity"],[776,85,296,31],[776,86,296,31,"default"],[776,93,296,31],[777,16,296,32,"style"],[777,21,296,37],[777,23,296,39,"styles"],[777,29,296,45],[777,30,296,46,"tokenHeaderButton"],[777,47,296,64],[778,16,296,64,"children"],[778,24,296,64],[778,39,297,16],[778,43,297,16,"_reactJsxDevRuntime"],[778,62,297,16],[778,63,297,16,"jsxDEV"],[778,69,297,16],[778,71,297,17,"_expoVectorIcons"],[778,87,297,25],[778,88,297,25,"Ionicons"],[778,96,297,25],[779,18,297,26,"name"],[779,22,297,30],[779,24,297,31],[779,36,297,43],[780,18,297,44,"size"],[780,22,297,48],[780,24,297,50],[780,26,297,53],[781,18,297,54,"color"],[781,23,297,59],[781,25,297,60],[782,16,297,69],[783,18,297,69,"fileName"],[783,26,297,69],[783,28,297,69,"_jsxFileName"],[783,40,297,69],[784,18,297,69,"lineNumber"],[784,28,297,69],[785,18,297,69,"columnNumber"],[785,30,297,69],[786,16,297,69],[786,23,297,71],[787,14,297,72],[788,16,297,72,"fileName"],[788,24,297,72],[788,26,297,72,"_jsxFileName"],[788,38,297,72],[789,16,297,72,"lineNumber"],[789,26,297,72],[790,16,297,72,"columnNumber"],[790,28,297,72],[791,14,297,72],[791,21,298,32],[791,22,298,33],[791,37,299,14],[791,41,299,14,"_reactJsxDevRuntime"],[791,60,299,14],[791,61,299,14,"jsxDEV"],[791,67,299,14],[791,69,299,15,"TouchableOpacity"],[791,85,299,31],[791,86,299,31,"default"],[791,93,299,31],[792,16,299,32,"style"],[792,21,299,37],[792,23,299,39,"styles"],[792,29,299,45],[792,30,299,46,"tokenHeaderButton"],[792,47,299,64],[793,16,299,64,"children"],[793,24,299,64],[793,39,300,16],[793,43,300,16,"_reactJsxDevRuntime"],[793,62,300,16],[793,63,300,16,"jsxDEV"],[793,69,300,16],[793,71,300,17,"_expoVectorIcons"],[793,87,300,25],[793,88,300,25,"Ionicons"],[793,96,300,25],[794,18,300,26,"name"],[794,22,300,30],[794,24,300,31],[794,34,300,41],[795,18,300,42,"size"],[795,22,300,46],[795,24,300,48],[795,26,300,51],[796,18,300,52,"color"],[796,23,300,57],[796,25,300,58],[797,16,300,67],[798,18,300,67,"fileName"],[798,26,300,67],[798,28,300,67,"_jsxFileName"],[798,40,300,67],[799,18,300,67,"lineNumber"],[799,28,300,67],[800,18,300,67,"columnNumber"],[800,30,300,67],[801,16,300,67],[801,23,300,69],[802,14,300,70],[803,16,300,70,"fileName"],[803,24,300,70],[803,26,300,70,"_jsxFileName"],[803,38,300,70],[804,16,300,70,"lineNumber"],[804,26,300,70],[805,16,300,70,"columnNumber"],[805,28,300,70],[806,14,300,70],[806,21,301,32],[806,22,301,33],[807,12,301,33],[808,14,301,33,"fileName"],[808,22,301,33],[808,24,301,33,"_jsxFileName"],[808,36,301,33],[809,14,301,33,"lineNumber"],[809,24,301,33],[810,14,301,33,"columnNumber"],[810,26,301,33],[811,12,301,33],[811,19,302,18],[811,20,302,19],[812,10,302,19],[813,12,302,19,"fileName"],[813,20,302,19],[813,22,302,19,"_jsxFileName"],[813,34,302,19],[814,12,302,19,"lineNumber"],[814,22,302,19],[815,12,302,19,"columnNumber"],[815,24,302,19],[816,10,302,19],[816,17,303,16],[816,18,303,17],[816,33,306,10],[816,37,306,10,"_reactJsxDevRuntime"],[816,56,306,10],[816,57,306,10,"jsxDEV"],[816,63,306,10],[816,65,306,11,"View"],[816,69,306,15],[816,70,306,15,"default"],[816,77,306,15],[817,12,306,16,"style"],[817,17,306,21],[817,19,306,23,"styles"],[817,25,306,29],[817,26,306,30,"tokenItem"],[817,35,306,40],[818,12,306,40,"children"],[818,20,306,40],[818,36,307,12],[818,40,307,12,"_reactJsxDevRuntime"],[818,59,307,12],[818,60,307,12,"jsxDEV"],[818,66,307,12],[818,68,307,13,"View"],[818,72,307,17],[818,73,307,17,"default"],[818,80,307,17],[819,14,307,18,"style"],[819,19,307,23],[819,21,307,25,"styles"],[819,27,307,31],[819,28,307,32,"tokenItemLeft"],[819,41,307,46],[820,14,307,46,"children"],[820,22,307,46],[820,38,308,14],[820,42,308,14,"_reactJsxDevRuntime"],[820,61,308,14],[820,62,308,14,"jsxDEV"],[820,68,308,14],[820,70,308,15,"View"],[820,74,308,19],[820,75,308,19,"default"],[820,82,308,19],[821,16,308,20,"style"],[821,21,308,25],[821,23,308,27,"styles"],[821,29,308,33],[821,30,308,34,"tokenIconContainer"],[821,48,308,53],[822,16,308,53,"children"],[822,24,308,53],[822,40,309,16],[822,44,309,16,"_reactJsxDevRuntime"],[822,63,309,16],[822,64,309,16,"jsxDEV"],[822,70,309,16],[822,72,309,17,"Image"],[822,77,309,22],[822,78,309,22,"default"],[822,85,309,22],[823,18,310,18,"source"],[823,24,310,24],[823,26,310,26],[824,20,310,28,"uri"],[824,23,310,31],[824,25,310,33],[825,18,310,136],[825,19,310,138],[826,18,311,18,"style"],[826,23,311,23],[826,25,311,25,"styles"],[826,31,311,31],[826,32,311,32,"tokenIcon"],[827,16,311,42],[828,18,311,42,"fileName"],[828,26,311,42],[828,28,311,42,"_jsxFileName"],[828,40,311,42],[829,18,311,42,"lineNumber"],[829,28,311,42],[830,18,311,42,"columnNumber"],[830,30,311,42],[831,16,311,42],[831,23,312,17],[831,24,312,18],[831,39,313,16],[831,43,313,16,"_reactJsxDevRuntime"],[831,62,313,16],[831,63,313,16,"jsxDEV"],[831,69,313,16],[831,71,313,17,"Image"],[831,76,313,22],[831,77,313,22,"default"],[831,84,313,22],[832,18,314,18,"source"],[832,24,314,24],[832,26,314,26],[833,20,314,28,"uri"],[833,23,314,31],[833,25,314,33],[834,18,314,133],[834,19,314,135],[835,18,315,18,"style"],[835,23,315,23],[835,25,315,25,"styles"],[835,31,315,31],[835,32,315,32,"networkBadge"],[836,16,315,45],[837,18,315,45,"fileName"],[837,26,315,45],[837,28,315,45,"_jsxFileName"],[837,40,315,45],[838,18,315,45,"lineNumber"],[838,28,315,45],[839,18,315,45,"columnNumber"],[839,30,315,45],[840,16,315,45],[840,23,316,17],[840,24,316,18],[841,14,316,18],[842,16,316,18,"fileName"],[842,24,316,18],[842,26,316,18,"_jsxFileName"],[842,38,316,18],[843,16,316,18,"lineNumber"],[843,26,316,18],[844,16,316,18,"columnNumber"],[844,28,316,18],[845,14,316,18],[845,21,317,20],[845,22,317,21],[845,37,318,14],[845,41,318,14,"_reactJsxDevRuntime"],[845,60,318,14],[845,61,318,14,"jsxDEV"],[845,67,318,14],[845,69,318,15,"View"],[845,73,318,19],[845,74,318,19,"default"],[845,81,318,19],[846,16,318,19,"children"],[846,24,318,19],[846,40,319,16],[846,44,319,16,"_reactJsxDevRuntime"],[846,63,319,16],[846,64,319,16,"jsxDEV"],[846,70,319,16],[846,72,319,17,"Text"],[846,76,319,21],[846,77,319,21,"default"],[846,84,319,21],[847,18,319,22,"style"],[847,23,319,27],[847,25,319,29,"styles"],[847,31,319,35],[847,32,319,36,"tokenItemName"],[847,45,319,50],[848,18,319,50,"children"],[848,26,319,50],[848,28,319,51],[849,16,319,55],[850,18,319,55,"fileName"],[850,26,319,55],[850,28,319,55,"_jsxFileName"],[850,40,319,55],[851,18,319,55,"lineNumber"],[851,28,319,55],[852,18,319,55,"columnNumber"],[852,30,319,55],[853,16,319,55],[853,23,319,61],[853,24,319,62],[853,39,320,16],[853,43,320,16,"_reactJsxDevRuntime"],[853,62,320,16],[853,63,320,16,"jsxDEV"],[853,69,320,16],[853,71,320,17,"Text"],[853,75,320,21],[853,76,320,21,"default"],[853,83,320,21],[854,18,320,22,"style"],[854,23,320,27],[854,25,320,29,"styles"],[854,31,320,35],[854,32,320,36,"tokenItemNetwork"],[854,48,320,53],[855,18,320,53,"children"],[855,26,320,53],[855,28,320,54],[856,16,320,65],[857,18,320,65,"fileName"],[857,26,320,65],[857,28,320,65,"_jsxFileName"],[857,40,320,65],[858,18,320,65,"lineNumber"],[858,28,320,65],[859,18,320,65,"columnNumber"],[859,30,320,65],[860,16,320,65],[860,23,320,71],[860,24,320,72],[861,14,320,72],[862,16,320,72,"fileName"],[862,24,320,72],[862,26,320,72,"_jsxFileName"],[862,38,320,72],[863,16,320,72,"lineNumber"],[863,26,320,72],[864,16,320,72,"columnNumber"],[864,28,320,72],[865,14,320,72],[865,21,321,20],[865,22,321,21],[866,12,321,21],[867,14,321,21,"fileName"],[867,22,321,21],[867,24,321,21,"_jsxFileName"],[867,36,321,21],[868,14,321,21,"lineNumber"],[868,24,321,21],[869,14,321,21,"columnNumber"],[869,26,321,21],[870,12,321,21],[870,19,322,18],[870,20,322,19],[870,35,323,12],[870,39,323,12,"_reactJsxDevRuntime"],[870,58,323,12],[870,59,323,12,"jsxDEV"],[870,65,323,12],[870,67,323,13,"View"],[870,71,323,17],[870,72,323,17,"default"],[870,79,323,17],[871,14,323,18,"style"],[871,19,323,23],[871,21,323,25,"styles"],[871,27,323,31],[871,28,323,32,"tokenItemRight"],[871,42,323,47],[872,14,323,47,"children"],[872,22,323,47],[872,38,324,14],[872,42,324,14,"_reactJsxDevRuntime"],[872,61,324,14],[872,62,324,14,"jsxDEV"],[872,68,324,14],[872,70,324,15,"Text"],[872,74,324,19],[872,75,324,19,"default"],[872,82,324,19],[873,16,324,20,"style"],[873,21,324,25],[873,23,324,27,"styles"],[873,29,324,33],[873,30,324,34,"tokenItemBalance"],[873,46,324,51],[874,16,324,51,"children"],[874,24,324,51],[874,26,324,52],[875,14,324,56],[876,16,324,56,"fileName"],[876,24,324,56],[876,26,324,56,"_jsxFileName"],[876,38,324,56],[877,16,324,56,"lineNumber"],[877,26,324,56],[878,16,324,56,"columnNumber"],[878,28,324,56],[879,14,324,56],[879,21,324,62],[879,22,324,63],[879,37,325,14],[879,41,325,14,"_reactJsxDevRuntime"],[879,60,325,14],[879,61,325,14,"jsxDEV"],[879,67,325,14],[879,69,325,15,"Text"],[879,73,325,19],[879,74,325,19,"default"],[879,81,325,19],[880,16,325,20,"style"],[880,21,325,25],[880,23,325,27,"styles"],[880,29,325,33],[880,30,325,34,"tokenItemUsd"],[880,42,325,47],[881,16,325,47,"children"],[881,24,325,47],[881,26,325,48],[882,14,325,53],[883,16,325,53,"fileName"],[883,24,325,53],[883,26,325,53,"_jsxFileName"],[883,38,325,53],[884,16,325,53,"lineNumber"],[884,26,325,53],[885,16,325,53,"columnNumber"],[885,28,325,53],[886,14,325,53],[886,21,325,59],[886,22,325,60],[887,12,325,60],[888,14,325,60,"fileName"],[888,22,325,60],[888,24,325,60,"_jsxFileName"],[888,36,325,60],[889,14,325,60,"lineNumber"],[889,24,325,60],[890,14,325,60,"columnNumber"],[890,26,325,60],[891,12,325,60],[891,19,326,18],[891,20,326,19],[892,10,326,19],[893,12,326,19,"fileName"],[893,20,326,19],[893,22,326,19,"_jsxFileName"],[893,34,326,19],[894,12,326,19,"lineNumber"],[894,22,326,19],[895,12,326,19,"columnNumber"],[895,24,326,19],[896,10,326,19],[896,17,327,16],[896,18,327,17],[896,33,330,10],[896,37,330,10,"_reactJsxDevRuntime"],[896,56,330,10],[896,57,330,10,"jsxDEV"],[896,63,330,10],[896,65,330,11,"View"],[896,69,330,15],[896,70,330,15,"default"],[896,77,330,15],[897,12,330,16,"style"],[897,17,330,21],[897,19,330,23,"styles"],[897,25,330,29],[897,26,330,30,"tokenItem"],[897,35,330,40],[898,12,330,40,"children"],[898,20,330,40],[898,36,331,12],[898,40,331,12,"_reactJsxDevRuntime"],[898,59,331,12],[898,60,331,12,"jsxDEV"],[898,66,331,12],[898,68,331,13,"View"],[898,72,331,17],[898,73,331,17,"default"],[898,80,331,17],[899,14,331,18,"style"],[899,19,331,23],[899,21,331,25,"styles"],[899,27,331,31],[899,28,331,32,"tokenItemLeft"],[899,41,331,46],[900,14,331,46,"children"],[900,22,331,46],[900,38,332,14],[900,42,332,14,"_reactJsxDevRuntime"],[900,61,332,14],[900,62,332,14,"jsxDEV"],[900,68,332,14],[900,70,332,15,"Image"],[900,75,332,20],[900,76,332,20,"default"],[900,83,332,20],[901,16,333,16,"source"],[901,22,333,22],[901,24,333,24],[902,18,333,26,"uri"],[902,21,333,29],[902,23,333,31],[903,16,333,124],[903,17,333,126],[904,16,334,16,"style"],[904,21,334,21],[904,23,334,23,"styles"],[904,29,334,29],[904,30,334,30,"tokenIcon"],[905,14,334,40],[906,16,334,40,"fileName"],[906,24,334,40],[906,26,334,40,"_jsxFileName"],[906,38,334,40],[907,16,334,40,"lineNumber"],[907,26,334,40],[908,16,334,40,"columnNumber"],[908,28,334,40],[909,14,334,40],[909,21,335,15],[909,22,335,16],[909,37,336,14],[909,41,336,14,"_reactJsxDevRuntime"],[909,60,336,14],[909,61,336,14,"jsxDEV"],[909,67,336,14],[909,69,336,15,"View"],[909,73,336,19],[909,74,336,19,"default"],[909,81,336,19],[910,16,336,19,"children"],[910,24,336,19],[910,40,337,16],[910,44,337,16,"_reactJsxDevRuntime"],[910,63,337,16],[910,64,337,16,"jsxDEV"],[910,70,337,16],[910,72,337,17,"Text"],[910,76,337,21],[910,77,337,21,"default"],[910,84,337,21],[911,18,337,22,"style"],[911,23,337,27],[911,25,337,29,"styles"],[911,31,337,35],[911,32,337,36,"tokenItemName"],[911,45,337,50],[912,18,337,50,"children"],[912,26,337,50],[912,28,337,51],[913,16,337,54],[914,18,337,54,"fileName"],[914,26,337,54],[914,28,337,54,"_jsxFileName"],[914,40,337,54],[915,18,337,54,"lineNumber"],[915,28,337,54],[916,18,337,54,"columnNumber"],[916,30,337,54],[917,16,337,54],[917,23,337,60],[917,24,337,61],[917,39,338,16],[917,43,338,16,"_reactJsxDevRuntime"],[917,62,338,16],[917,63,338,16,"jsxDEV"],[917,69,338,16],[917,71,338,17,"Text"],[917,75,338,21],[917,76,338,21,"default"],[917,83,338,21],[918,18,338,22,"style"],[918,23,338,27],[918,25,338,29,"styles"],[918,31,338,35],[918,32,338,36,"tokenItemNetwork"],[918,48,338,53],[919,18,338,53,"children"],[919,26,338,53],[919,28,338,54],[920,16,338,62],[921,18,338,62,"fileName"],[921,26,338,62],[921,28,338,62,"_jsxFileName"],[921,40,338,62],[922,18,338,62,"lineNumber"],[922,28,338,62],[923,18,338,62,"columnNumber"],[923,30,338,62],[924,16,338,62],[924,23,338,68],[924,24,338,69],[925,14,338,69],[926,16,338,69,"fileName"],[926,24,338,69],[926,26,338,69,"_jsxFileName"],[926,38,338,69],[927,16,338,69,"lineNumber"],[927,26,338,69],[928,16,338,69,"columnNumber"],[928,28,338,69],[929,14,338,69],[929,21,339,20],[929,22,339,21],[930,12,339,21],[931,14,339,21,"fileName"],[931,22,339,21],[931,24,339,21,"_jsxFileName"],[931,36,339,21],[932,14,339,21,"lineNumber"],[932,24,339,21],[933,14,339,21,"columnNumber"],[933,26,339,21],[934,12,339,21],[934,19,340,18],[934,20,340,19],[934,35,341,12],[934,39,341,12,"_reactJsxDevRuntime"],[934,58,341,12],[934,59,341,12,"jsxDEV"],[934,65,341,12],[934,67,341,13,"View"],[934,71,341,17],[934,72,341,17,"default"],[934,79,341,17],[935,14,341,18,"style"],[935,19,341,23],[935,21,341,25,"styles"],[935,27,341,31],[935,28,341,32,"tokenItemRight"],[935,42,341,47],[936,14,341,47,"children"],[936,22,341,47],[936,38,342,14],[936,42,342,14,"_reactJsxDevRuntime"],[936,61,342,14],[936,62,342,14,"jsxDEV"],[936,68,342,14],[936,70,342,15,"Text"],[936,74,342,19],[936,75,342,19,"default"],[936,82,342,19],[937,16,342,20,"style"],[937,21,342,25],[937,23,342,27,"styles"],[937,29,342,33],[937,30,342,34,"tokenItemBalance"],[937,46,342,51],[938,16,342,51,"children"],[938,24,342,51],[938,26,342,52],[939,14,342,56],[940,16,342,56,"fileName"],[940,24,342,56],[940,26,342,56,"_jsxFileName"],[940,38,342,56],[941,16,342,56,"lineNumber"],[941,26,342,56],[942,16,342,56,"columnNumber"],[942,28,342,56],[943,14,342,56],[943,21,342,62],[943,22,342,63],[943,37,343,14],[943,41,343,14,"_reactJsxDevRuntime"],[943,60,343,14],[943,61,343,14,"jsxDEV"],[943,67,343,14],[943,69,343,15,"Text"],[943,73,343,19],[943,74,343,19,"default"],[943,81,343,19],[944,16,343,20,"style"],[944,21,343,25],[944,23,343,27,"styles"],[944,29,343,33],[944,30,343,34,"tokenItemUsd"],[944,42,343,47],[945,16,343,47,"children"],[945,24,343,47],[945,26,343,48],[946,14,343,53],[947,16,343,53,"fileName"],[947,24,343,53],[947,26,343,53,"_jsxFileName"],[947,38,343,53],[948,16,343,53,"lineNumber"],[948,26,343,53],[949,16,343,53,"columnNumber"],[949,28,343,53],[950,14,343,53],[950,21,343,59],[950,22,343,60],[951,12,343,60],[952,14,343,60,"fileName"],[952,22,343,60],[952,24,343,60,"_jsxFileName"],[952,36,343,60],[953,14,343,60,"lineNumber"],[953,24,343,60],[954,14,343,60,"columnNumber"],[954,26,343,60],[955,12,343,60],[955,19,344,18],[955,20,344,19],[956,10,344,19],[957,12,344,19,"fileName"],[957,20,344,19],[957,22,344,19,"_jsxFileName"],[957,34,344,19],[958,12,344,19,"lineNumber"],[958,22,344,19],[959,12,344,19,"columnNumber"],[959,24,344,19],[960,10,344,19],[960,17,345,16],[960,18,345,17],[960,33,348,10],[960,37,348,10,"_reactJsxDevRuntime"],[960,56,348,10],[960,57,348,10,"jsxDEV"],[960,63,348,10],[960,65,348,11,"View"],[960,69,348,15],[960,70,348,15,"default"],[960,77,348,15],[961,12,348,16,"style"],[961,17,348,21],[961,19,348,23,"styles"],[961,25,348,29],[961,26,348,30,"tokenItem"],[961,35,348,40],[962,12,348,40,"children"],[962,20,348,40],[962,36,349,12],[962,40,349,12,"_reactJsxDevRuntime"],[962,59,349,12],[962,60,349,12,"jsxDEV"],[962,66,349,12],[962,68,349,13,"View"],[962,72,349,17],[962,73,349,17,"default"],[962,80,349,17],[963,14,349,18,"style"],[963,19,349,23],[963,21,349,25,"styles"],[963,27,349,31],[963,28,349,32,"tokenItemLeft"],[963,41,349,46],[964,14,349,46,"children"],[964,22,349,46],[964,38,350,14],[964,42,350,14,"_reactJsxDevRuntime"],[964,61,350,14],[964,62,350,14,"jsxDEV"],[964,68,350,14],[964,70,350,15,"Image"],[964,75,350,20],[964,76,350,20,"default"],[964,83,350,20],[965,16,351,16,"source"],[965,22,351,22],[965,24,351,24],[966,18,351,26,"uri"],[966,21,351,29],[966,23,351,31],[967,16,351,128],[967,17,351,130],[968,16,352,16,"style"],[968,21,352,21],[968,23,352,23,"styles"],[968,29,352,29],[968,30,352,30,"tokenIcon"],[969,14,352,40],[970,16,352,40,"fileName"],[970,24,352,40],[970,26,352,40,"_jsxFileName"],[970,38,352,40],[971,16,352,40,"lineNumber"],[971,26,352,40],[972,16,352,40,"columnNumber"],[972,28,352,40],[973,14,352,40],[973,21,353,15],[973,22,353,16],[973,37,354,14],[973,41,354,14,"_reactJsxDevRuntime"],[973,60,354,14],[973,61,354,14,"jsxDEV"],[973,67,354,14],[973,69,354,15,"View"],[973,73,354,19],[973,74,354,19,"default"],[973,81,354,19],[974,16,354,19,"children"],[974,24,354,19],[974,40,355,16],[974,44,355,16,"_reactJsxDevRuntime"],[974,63,355,16],[974,64,355,16,"jsxDEV"],[974,70,355,16],[974,72,355,17,"Text"],[974,76,355,21],[974,77,355,21,"default"],[974,84,355,21],[975,18,355,22,"style"],[975,23,355,27],[975,25,355,29,"styles"],[975,31,355,35],[975,32,355,36,"tokenItemName"],[975,45,355,50],[976,18,355,50,"children"],[976,26,355,50],[976,28,355,51],[977,16,355,54],[978,18,355,54,"fileName"],[978,26,355,54],[978,28,355,54,"_jsxFileName"],[978,40,355,54],[979,18,355,54,"lineNumber"],[979,28,355,54],[980,18,355,54,"columnNumber"],[980,30,355,54],[981,16,355,54],[981,23,355,60],[981,24,355,61],[981,39,356,16],[981,43,356,16,"_reactJsxDevRuntime"],[981,62,356,16],[981,63,356,16,"jsxDEV"],[981,69,356,16],[981,71,356,17,"Text"],[981,75,356,21],[981,76,356,21,"default"],[981,83,356,21],[982,18,356,22,"style"],[982,23,356,27],[982,25,356,29,"styles"],[982,31,356,35],[982,32,356,36,"tokenItemNetwork"],[982,48,356,53],[983,18,356,53,"children"],[983,26,356,53],[983,28,356,54],[984,16,356,61],[985,18,356,61,"fileName"],[985,26,356,61],[985,28,356,61,"_jsxFileName"],[985,40,356,61],[986,18,356,61,"lineNumber"],[986,28,356,61],[987,18,356,61,"columnNumber"],[987,30,356,61],[988,16,356,61],[988,23,356,67],[988,24,356,68],[989,14,356,68],[990,16,356,68,"fileName"],[990,24,356,68],[990,26,356,68,"_jsxFileName"],[990,38,356,68],[991,16,356,68,"lineNumber"],[991,26,356,68],[992,16,356,68,"columnNumber"],[992,28,356,68],[993,14,356,68],[993,21,357,20],[993,22,357,21],[994,12,357,21],[995,14,357,21,"fileName"],[995,22,357,21],[995,24,357,21,"_jsxFileName"],[995,36,357,21],[996,14,357,21,"lineNumber"],[996,24,357,21],[997,14,357,21,"columnNumber"],[997,26,357,21],[998,12,357,21],[998,19,358,18],[998,20,358,19],[998,35,359,12],[998,39,359,12,"_reactJsxDevRuntime"],[998,58,359,12],[998,59,359,12,"jsxDEV"],[998,65,359,12],[998,67,359,13,"View"],[998,71,359,17],[998,72,359,17,"default"],[998,79,359,17],[999,14,359,18,"style"],[999,19,359,23],[999,21,359,25,"styles"],[999,27,359,31],[999,28,359,32,"tokenItemRight"],[999,42,359,47],[1000,14,359,47,"children"],[1000,22,359,47],[1000,38,360,14],[1000,42,360,14,"_reactJsxDevRuntime"],[1000,61,360,14],[1000,62,360,14,"jsxDEV"],[1000,68,360,14],[1000,70,360,15,"Text"],[1000,74,360,19],[1000,75,360,19,"default"],[1000,82,360,19],[1001,16,360,20,"style"],[1001,21,360,25],[1001,23,360,27,"styles"],[1001,29,360,33],[1001,30,360,34,"tokenItemBalance"],[1001,46,360,51],[1002,16,360,51,"children"],[1002,24,360,51],[1002,26,360,52],[1003,14,360,56],[1004,16,360,56,"fileName"],[1004,24,360,56],[1004,26,360,56,"_jsxFileName"],[1004,38,360,56],[1005,16,360,56,"lineNumber"],[1005,26,360,56],[1006,16,360,56,"columnNumber"],[1006,28,360,56],[1007,14,360,56],[1007,21,360,62],[1007,22,360,63],[1007,37,361,14],[1007,41,361,14,"_reactJsxDevRuntime"],[1007,60,361,14],[1007,61,361,14,"jsxDEV"],[1007,67,361,14],[1007,69,361,15,"Text"],[1007,73,361,19],[1007,74,361,19,"default"],[1007,81,361,19],[1008,16,361,20,"style"],[1008,21,361,25],[1008,23,361,27,"styles"],[1008,29,361,33],[1008,30,361,34,"tokenItemUsd"],[1008,42,361,47],[1009,16,361,47,"children"],[1009,24,361,47],[1009,26,361,48],[1010,14,361,53],[1011,16,361,53,"fileName"],[1011,24,361,53],[1011,26,361,53,"_jsxFileName"],[1011,38,361,53],[1012,16,361,53,"lineNumber"],[1012,26,361,53],[1013,16,361,53,"columnNumber"],[1013,28,361,53],[1014,14,361,53],[1014,21,361,59],[1014,22,361,60],[1015,12,361,60],[1016,14,361,60,"fileName"],[1016,22,361,60],[1016,24,361,60,"_jsxFileName"],[1016,36,361,60],[1017,14,361,60,"lineNumber"],[1017,24,361,60],[1018,14,361,60,"columnNumber"],[1018,26,361,60],[1019,12,361,60],[1019,19,362,18],[1019,20,362,19],[1020,10,362,19],[1021,12,362,19,"fileName"],[1021,20,362,19],[1021,22,362,19,"_jsxFileName"],[1021,34,362,19],[1022,12,362,19,"lineNumber"],[1022,22,362,19],[1023,12,362,19,"columnNumber"],[1023,24,362,19],[1024,10,362,19],[1024,17,363,16],[1024,18,363,17],[1024,33,366,10],[1024,37,366,10,"_reactJsxDevRuntime"],[1024,56,366,10],[1024,57,366,10,"jsxDEV"],[1024,63,366,10],[1024,65,366,11,"View"],[1024,69,366,15],[1024,70,366,15,"default"],[1024,77,366,15],[1025,12,366,16,"style"],[1025,17,366,21],[1025,19,366,23,"styles"],[1025,25,366,29],[1025,26,366,30,"tokenItem"],[1025,35,366,40],[1026,12,366,40,"children"],[1026,20,366,40],[1026,36,367,12],[1026,40,367,12,"_reactJsxDevRuntime"],[1026,59,367,12],[1026,60,367,12,"jsxDEV"],[1026,66,367,12],[1026,68,367,13,"View"],[1026,72,367,17],[1026,73,367,17,"default"],[1026,80,367,17],[1027,14,367,18,"style"],[1027,19,367,23],[1027,21,367,25,"styles"],[1027,27,367,31],[1027,28,367,32,"tokenItemLeft"],[1027,41,367,46],[1028,14,367,46,"children"],[1028,22,367,46],[1028,38,368,14],[1028,42,368,14,"_reactJsxDevRuntime"],[1028,61,368,14],[1028,62,368,14,"jsxDEV"],[1028,68,368,14],[1028,70,368,15,"Image"],[1028,75,368,20],[1028,76,368,20,"default"],[1028,83,368,20],[1029,16,369,16,"source"],[1029,22,369,22],[1029,24,369,24],[1030,18,369,26,"uri"],[1030,21,369,29],[1030,23,369,31],[1031,16,369,129],[1031,17,369,131],[1032,16,370,16,"style"],[1032,21,370,21],[1032,23,370,23,"styles"],[1032,29,370,29],[1032,30,370,30,"tokenIcon"],[1033,14,370,40],[1034,16,370,40,"fileName"],[1034,24,370,40],[1034,26,370,40,"_jsxFileName"],[1034,38,370,40],[1035,16,370,40,"lineNumber"],[1035,26,370,40],[1036,16,370,40,"columnNumber"],[1036,28,370,40],[1037,14,370,40],[1037,21,371,15],[1037,22,371,16],[1037,37,372,14],[1037,41,372,14,"_reactJsxDevRuntime"],[1037,60,372,14],[1037,61,372,14,"jsxDEV"],[1037,67,372,14],[1037,69,372,15,"View"],[1037,73,372,19],[1037,74,372,19,"default"],[1037,81,372,19],[1038,16,372,19,"children"],[1038,24,372,19],[1038,40,373,16],[1038,44,373,16,"_reactJsxDevRuntime"],[1038,63,373,16],[1038,64,373,16,"jsxDEV"],[1038,70,373,16],[1038,72,373,17,"Text"],[1038,76,373,21],[1038,77,373,21,"default"],[1038,84,373,21],[1039,18,373,22,"style"],[1039,23,373,27],[1039,25,373,29,"styles"],[1039,31,373,35],[1039,32,373,36,"tokenItemName"],[1039,45,373,50],[1040,18,373,50,"children"],[1040,26,373,50],[1040,28,373,51],[1041,16,373,54],[1042,18,373,54,"fileName"],[1042,26,373,54],[1042,28,373,54,"_jsxFileName"],[1042,40,373,54],[1043,18,373,54,"lineNumber"],[1043,28,373,54],[1044,18,373,54,"columnNumber"],[1044,30,373,54],[1045,16,373,54],[1045,23,373,60],[1045,24,373,61],[1045,39,374,16],[1045,43,374,16,"_reactJsxDevRuntime"],[1045,62,374,16],[1045,63,374,16,"jsxDEV"],[1045,69,374,16],[1045,71,374,17,"Text"],[1045,75,374,21],[1045,76,374,21,"default"],[1045,83,374,21],[1046,18,374,22,"style"],[1046,23,374,27],[1046,25,374,29,"styles"],[1046,31,374,35],[1046,32,374,36,"tokenItemNetwork"],[1046,48,374,53],[1047,18,374,53,"children"],[1047,26,374,53],[1047,28,374,54],[1048,16,374,62],[1049,18,374,62,"fileName"],[1049,26,374,62],[1049,28,374,62,"_jsxFileName"],[1049,40,374,62],[1050,18,374,62,"lineNumber"],[1050,28,374,62],[1051,18,374,62,"columnNumber"],[1051,30,374,62],[1052,16,374,62],[1052,23,374,68],[1052,24,374,69],[1053,14,374,69],[1054,16,374,69,"fileName"],[1054,24,374,69],[1054,26,374,69,"_jsxFileName"],[1054,38,374,69],[1055,16,374,69,"lineNumber"],[1055,26,374,69],[1056,16,374,69,"columnNumber"],[1056,28,374,69],[1057,14,374,69],[1057,21,375,20],[1057,22,375,21],[1058,12,375,21],[1059,14,375,21,"fileName"],[1059,22,375,21],[1059,24,375,21,"_jsxFileName"],[1059,36,375,21],[1060,14,375,21,"lineNumber"],[1060,24,375,21],[1061,14,375,21,"columnNumber"],[1061,26,375,21],[1062,12,375,21],[1062,19,376,18],[1062,20,376,19],[1062,35,377,12],[1062,39,377,12,"_reactJsxDevRuntime"],[1062,58,377,12],[1062,59,377,12,"jsxDEV"],[1062,65,377,12],[1062,67,377,13,"View"],[1062,71,377,17],[1062,72,377,17,"default"],[1062,79,377,17],[1063,14,377,18,"style"],[1063,19,377,23],[1063,21,377,25,"styles"],[1063,27,377,31],[1063,28,377,32,"tokenItemRight"],[1063,42,377,47],[1064,14,377,47,"children"],[1064,22,377,47],[1064,38,378,14],[1064,42,378,14,"_reactJsxDevRuntime"],[1064,61,378,14],[1064,62,378,14,"jsxDEV"],[1064,68,378,14],[1064,70,378,15,"Text"],[1064,74,378,19],[1064,75,378,19,"default"],[1064,82,378,19],[1065,16,378,20,"style"],[1065,21,378,25],[1065,23,378,27,"styles"],[1065,29,378,33],[1065,30,378,34,"tokenItemBalance"],[1065,46,378,51],[1066,16,378,51,"children"],[1066,24,378,51],[1066,26,378,52],[1067,14,378,56],[1068,16,378,56,"fileName"],[1068,24,378,56],[1068,26,378,56,"_jsxFileName"],[1068,38,378,56],[1069,16,378,56,"lineNumber"],[1069,26,378,56],[1070,16,378,56,"columnNumber"],[1070,28,378,56],[1071,14,378,56],[1071,21,378,62],[1071,22,378,63],[1071,37,379,14],[1071,41,379,14,"_reactJsxDevRuntime"],[1071,60,379,14],[1071,61,379,14,"jsxDEV"],[1071,67,379,14],[1071,69,379,15,"Text"],[1071,73,379,19],[1071,74,379,19,"default"],[1071,81,379,19],[1072,16,379,20,"style"],[1072,21,379,25],[1072,23,379,27,"styles"],[1072,29,379,33],[1072,30,379,34,"tokenItemUsd"],[1072,42,379,47],[1073,16,379,47,"children"],[1073,24,379,47],[1073,26,379,48],[1074,14,379,53],[1075,16,379,53,"fileName"],[1075,24,379,53],[1075,26,379,53,"_jsxFileName"],[1075,38,379,53],[1076,16,379,53,"lineNumber"],[1076,26,379,53],[1077,16,379,53,"columnNumber"],[1077,28,379,53],[1078,14,379,53],[1078,21,379,59],[1078,22,379,60],[1079,12,379,60],[1080,14,379,60,"fileName"],[1080,22,379,60],[1080,24,379,60,"_jsxFileName"],[1080,36,379,60],[1081,14,379,60,"lineNumber"],[1081,24,379,60],[1082,14,379,60,"columnNumber"],[1082,26,379,60],[1083,12,379,60],[1083,19,380,18],[1083,20,380,19],[1084,10,380,19],[1085,12,380,19,"fileName"],[1085,20,380,19],[1085,22,380,19,"_jsxFileName"],[1085,34,380,19],[1086,12,380,19,"lineNumber"],[1086,22,380,19],[1087,12,380,19,"columnNumber"],[1087,24,380,19],[1088,10,380,19],[1088,17,381,16],[1088,18,381,17],[1088,33,384,10],[1088,37,384,10,"_reactJsxDevRuntime"],[1088,56,384,10],[1088,57,384,10,"jsxDEV"],[1088,63,384,10],[1088,65,384,11,"View"],[1088,69,384,15],[1088,70,384,15,"default"],[1088,77,384,15],[1089,12,384,16,"style"],[1089,17,384,21],[1089,19,384,23,"styles"],[1089,25,384,29],[1089,26,384,30,"tokenItem"],[1089,35,384,40],[1090,12,384,40,"children"],[1090,20,384,40],[1090,36,385,12],[1090,40,385,12,"_reactJsxDevRuntime"],[1090,59,385,12],[1090,60,385,12,"jsxDEV"],[1090,66,385,12],[1090,68,385,13,"View"],[1090,72,385,17],[1090,73,385,17,"default"],[1090,80,385,17],[1091,14,385,18,"style"],[1091,19,385,23],[1091,21,385,25,"styles"],[1091,27,385,31],[1091,28,385,32,"tokenItemLeft"],[1091,41,385,46],[1092,14,385,46,"children"],[1092,22,385,46],[1092,38,386,14],[1092,42,386,14,"_reactJsxDevRuntime"],[1092,61,386,14],[1092,62,386,14,"jsxDEV"],[1092,68,386,14],[1092,70,386,15,"Image"],[1092,75,386,20],[1092,76,386,20,"default"],[1092,83,386,20],[1093,16,387,16,"source"],[1093,22,387,22],[1093,24,387,24],[1094,18,387,26,"uri"],[1094,21,387,29],[1094,23,387,31],[1095,16,387,129],[1095,17,387,131],[1096,16,388,16,"style"],[1096,21,388,21],[1096,23,388,23,"styles"],[1096,29,388,29],[1096,30,388,30,"tokenIcon"],[1097,14,388,40],[1098,16,388,40,"fileName"],[1098,24,388,40],[1098,26,388,40,"_jsxFileName"],[1098,38,388,40],[1099,16,388,40,"lineNumber"],[1099,26,388,40],[1100,16,388,40,"columnNumber"],[1100,28,388,40],[1101,14,388,40],[1101,21,389,15],[1101,22,389,16],[1101,37,390,14],[1101,41,390,14,"_reactJsxDevRuntime"],[1101,60,390,14],[1101,61,390,14,"jsxDEV"],[1101,67,390,14],[1101,69,390,15,"View"],[1101,73,390,19],[1101,74,390,19,"default"],[1101,81,390,19],[1102,16,390,19,"children"],[1102,24,390,19],[1102,40,391,16],[1102,44,391,16,"_reactJsxDevRuntime"],[1102,63,391,16],[1102,64,391,16,"jsxDEV"],[1102,70,391,16],[1102,72,391,17,"Text"],[1102,76,391,21],[1102,77,391,21,"default"],[1102,84,391,21],[1103,18,391,22,"style"],[1103,23,391,27],[1103,25,391,29,"styles"],[1103,31,391,35],[1103,32,391,36,"tokenItemName"],[1103,45,391,50],[1104,18,391,50,"children"],[1104,26,391,50],[1104,28,391,51],[1105,16,391,54],[1106,18,391,54,"fileName"],[1106,26,391,54],[1106,28,391,54,"_jsxFileName"],[1106,40,391,54],[1107,18,391,54,"lineNumber"],[1107,28,391,54],[1108,18,391,54,"columnNumber"],[1108,30,391,54],[1109,16,391,54],[1109,23,391,60],[1109,24,391,61],[1109,39,392,16],[1109,43,392,16,"_reactJsxDevRuntime"],[1109,62,392,16],[1109,63,392,16,"jsxDEV"],[1109,69,392,16],[1109,71,392,17,"Text"],[1109,75,392,21],[1109,76,392,21,"default"],[1109,83,392,21],[1110,18,392,22,"style"],[1110,23,392,27],[1110,25,392,29,"styles"],[1110,31,392,35],[1110,32,392,36,"tokenItemNetwork"],[1110,48,392,53],[1111,18,392,53,"children"],[1111,26,392,53],[1111,28,392,54],[1112,16,392,73],[1113,18,392,73,"fileName"],[1113,26,392,73],[1113,28,392,73,"_jsxFileName"],[1113,40,392,73],[1114,18,392,73,"lineNumber"],[1114,28,392,73],[1115,18,392,73,"columnNumber"],[1115,30,392,73],[1116,16,392,73],[1116,23,392,79],[1116,24,392,80],[1117,14,392,80],[1118,16,392,80,"fileName"],[1118,24,392,80],[1118,26,392,80,"_jsxFileName"],[1118,38,392,80],[1119,16,392,80,"lineNumber"],[1119,26,392,80],[1120,16,392,80,"columnNumber"],[1120,28,392,80],[1121,14,392,80],[1121,21,393,20],[1121,22,393,21],[1122,12,393,21],[1123,14,393,21,"fileName"],[1123,22,393,21],[1123,24,393,21,"_jsxFileName"],[1123,36,393,21],[1124,14,393,21,"lineNumber"],[1124,24,393,21],[1125,14,393,21,"columnNumber"],[1125,26,393,21],[1126,12,393,21],[1126,19,394,18],[1126,20,394,19],[1126,35,395,12],[1126,39,395,12,"_reactJsxDevRuntime"],[1126,58,395,12],[1126,59,395,12,"jsxDEV"],[1126,65,395,12],[1126,67,395,13,"View"],[1126,71,395,17],[1126,72,395,17,"default"],[1126,79,395,17],[1127,14,395,18,"style"],[1127,19,395,23],[1127,21,395,25,"styles"],[1127,27,395,31],[1127,28,395,32,"tokenItemRight"],[1127,42,395,47],[1128,14,395,47,"children"],[1128,22,395,47],[1128,38,396,14],[1128,42,396,14,"_reactJsxDevRuntime"],[1128,61,396,14],[1128,62,396,14,"jsxDEV"],[1128,68,396,14],[1128,70,396,15,"Text"],[1128,74,396,19],[1128,75,396,19,"default"],[1128,82,396,19],[1129,16,396,20,"style"],[1129,21,396,25],[1129,23,396,27,"styles"],[1129,29,396,33],[1129,30,396,34,"tokenItemBalance"],[1129,46,396,51],[1130,16,396,51,"children"],[1130,24,396,51],[1130,26,396,52],[1131,14,396,56],[1132,16,396,56,"fileName"],[1132,24,396,56],[1132,26,396,56,"_jsxFileName"],[1132,38,396,56],[1133,16,396,56,"lineNumber"],[1133,26,396,56],[1134,16,396,56,"columnNumber"],[1134,28,396,56],[1135,14,396,56],[1135,21,396,62],[1135,22,396,63],[1135,37,397,14],[1135,41,397,14,"_reactJsxDevRuntime"],[1135,60,397,14],[1135,61,397,14,"jsxDEV"],[1135,67,397,14],[1135,69,397,15,"Text"],[1135,73,397,19],[1135,74,397,19,"default"],[1135,81,397,19],[1136,16,397,20,"style"],[1136,21,397,25],[1136,23,397,27,"styles"],[1136,29,397,33],[1136,30,397,34,"tokenItemUsd"],[1136,42,397,47],[1137,16,397,47,"children"],[1137,24,397,47],[1137,26,397,48],[1138,14,397,53],[1139,16,397,53,"fileName"],[1139,24,397,53],[1139,26,397,53,"_jsxFileName"],[1139,38,397,53],[1140,16,397,53,"lineNumber"],[1140,26,397,53],[1141,16,397,53,"columnNumber"],[1141,28,397,53],[1142,14,397,53],[1142,21,397,59],[1142,22,397,60],[1143,12,397,60],[1144,14,397,60,"fileName"],[1144,22,397,60],[1144,24,397,60,"_jsxFileName"],[1144,36,397,60],[1145,14,397,60,"lineNumber"],[1145,24,397,60],[1146,14,397,60,"columnNumber"],[1146,26,397,60],[1147,12,397,60],[1147,19,398,18],[1147,20,398,19],[1148,10,398,19],[1149,12,398,19,"fileName"],[1149,20,398,19],[1149,22,398,19,"_jsxFileName"],[1149,34,398,19],[1150,12,398,19,"lineNumber"],[1150,22,398,19],[1151,12,398,19,"columnNumber"],[1151,24,398,19],[1152,10,398,19],[1152,17,399,16],[1152,18,399,17],[1152,33,402,10],[1152,37,402,10,"_reactJsxDevRuntime"],[1152,56,402,10],[1152,57,402,10,"jsxDEV"],[1152,63,402,10],[1152,65,402,11,"View"],[1152,69,402,15],[1152,70,402,15,"default"],[1152,77,402,15],[1153,12,402,16,"style"],[1153,17,402,21],[1153,19,402,23,"styles"],[1153,25,402,29],[1153,26,402,30,"tokenItem"],[1153,35,402,40],[1154,12,402,40,"children"],[1154,20,402,40],[1154,36,403,12],[1154,40,403,12,"_reactJsxDevRuntime"],[1154,59,403,12],[1154,60,403,12,"jsxDEV"],[1154,66,403,12],[1154,68,403,13,"View"],[1154,72,403,17],[1154,73,403,17,"default"],[1154,80,403,17],[1155,14,403,18,"style"],[1155,19,403,23],[1155,21,403,25,"styles"],[1155,27,403,31],[1155,28,403,32,"tokenItemLeft"],[1155,41,403,46],[1156,14,403,46,"children"],[1156,22,403,46],[1156,38,404,14],[1156,42,404,14,"_reactJsxDevRuntime"],[1156,61,404,14],[1156,62,404,14,"jsxDEV"],[1156,68,404,14],[1156,70,404,15,"Image"],[1156,75,404,20],[1156,76,404,20,"default"],[1156,83,404,20],[1157,16,405,16,"source"],[1157,22,405,22],[1157,24,405,24],[1158,18,405,26,"uri"],[1158,21,405,29],[1158,23,405,31],[1159,16,405,128],[1159,17,405,130],[1160,16,406,16,"style"],[1160,21,406,21],[1160,23,406,23,"styles"],[1160,29,406,29],[1160,30,406,30,"tokenIcon"],[1161,14,406,40],[1162,16,406,40,"fileName"],[1162,24,406,40],[1162,26,406,40,"_jsxFileName"],[1162,38,406,40],[1163,16,406,40,"lineNumber"],[1163,26,406,40],[1164,16,406,40,"columnNumber"],[1164,28,406,40],[1165,14,406,40],[1165,21,407,15],[1165,22,407,16],[1165,37,408,14],[1165,41,408,14,"_reactJsxDevRuntime"],[1165,60,408,14],[1165,61,408,14,"jsxDEV"],[1165,67,408,14],[1165,69,408,15,"View"],[1165,73,408,19],[1165,74,408,19,"default"],[1165,81,408,19],[1166,16,408,19,"children"],[1166,24,408,19],[1166,40,409,16],[1166,44,409,16,"_reactJsxDevRuntime"],[1166,63,409,16],[1166,64,409,16,"jsxDEV"],[1166,70,409,16],[1166,72,409,17,"Text"],[1166,76,409,21],[1166,77,409,21,"default"],[1166,84,409,21],[1167,18,409,22,"style"],[1167,23,409,27],[1167,25,409,29,"styles"],[1167,31,409,35],[1167,32,409,36,"tokenItemName"],[1167,45,409,50],[1168,18,409,50,"children"],[1168,26,409,50],[1168,28,409,51],[1169,16,409,54],[1170,18,409,54,"fileName"],[1170,26,409,54],[1170,28,409,54,"_jsxFileName"],[1170,40,409,54],[1171,18,409,54,"lineNumber"],[1171,28,409,54],[1172,18,409,54,"columnNumber"],[1172,30,409,54],[1173,16,409,54],[1173,23,409,60],[1173,24,409,61],[1173,39,410,16],[1173,43,410,16,"_reactJsxDevRuntime"],[1173,62,410,16],[1173,63,410,16,"jsxDEV"],[1173,69,410,16],[1173,71,410,17,"Text"],[1173,75,410,21],[1173,76,410,21,"default"],[1173,83,410,21],[1174,18,410,22,"style"],[1174,23,410,27],[1174,25,410,29,"styles"],[1174,31,410,35],[1174,32,410,36,"tokenItemNetwork"],[1174,48,410,53],[1175,18,410,53,"children"],[1175,26,410,53],[1175,28,410,54],[1176,16,410,61],[1177,18,410,61,"fileName"],[1177,26,410,61],[1177,28,410,61,"_jsxFileName"],[1177,40,410,61],[1178,18,410,61,"lineNumber"],[1178,28,410,61],[1179,18,410,61,"columnNumber"],[1179,30,410,61],[1180,16,410,61],[1180,23,410,67],[1180,24,410,68],[1181,14,410,68],[1182,16,410,68,"fileName"],[1182,24,410,68],[1182,26,410,68,"_jsxFileName"],[1182,38,410,68],[1183,16,410,68,"lineNumber"],[1183,26,410,68],[1184,16,410,68,"columnNumber"],[1184,28,410,68],[1185,14,410,68],[1185,21,411,20],[1185,22,411,21],[1186,12,411,21],[1187,14,411,21,"fileName"],[1187,22,411,21],[1187,24,411,21,"_jsxFileName"],[1187,36,411,21],[1188,14,411,21,"lineNumber"],[1188,24,411,21],[1189,14,411,21,"columnNumber"],[1189,26,411,21],[1190,12,411,21],[1190,19,412,18],[1190,20,412,19],[1190,35,413,12],[1190,39,413,12,"_reactJsxDevRuntime"],[1190,58,413,12],[1190,59,413,12,"jsxDEV"],[1190,65,413,12],[1190,67,413,13,"View"],[1190,71,413,17],[1190,72,413,17,"default"],[1190,79,413,17],[1191,14,413,18,"style"],[1191,19,413,23],[1191,21,413,25,"styles"],[1191,27,413,31],[1191,28,413,32,"tokenItemRight"],[1191,42,413,47],[1192,14,413,47,"children"],[1192,22,413,47],[1192,38,414,14],[1192,42,414,14,"_reactJsxDevRuntime"],[1192,61,414,14],[1192,62,414,14,"jsxDEV"],[1192,68,414,14],[1192,70,414,15,"Text"],[1192,74,414,19],[1192,75,414,19,"default"],[1192,82,414,19],[1193,16,414,20,"style"],[1193,21,414,25],[1193,23,414,27,"styles"],[1193,29,414,33],[1193,30,414,34,"tokenItemBalance"],[1193,46,414,51],[1194,16,414,51,"children"],[1194,24,414,51],[1194,26,414,52],[1195,14,414,56],[1196,16,414,56,"fileName"],[1196,24,414,56],[1196,26,414,56,"_jsxFileName"],[1196,38,414,56],[1197,16,414,56,"lineNumber"],[1197,26,414,56],[1198,16,414,56,"columnNumber"],[1198,28,414,56],[1199,14,414,56],[1199,21,414,62],[1199,22,414,63],[1199,37,415,14],[1199,41,415,14,"_reactJsxDevRuntime"],[1199,60,415,14],[1199,61,415,14,"jsxDEV"],[1199,67,415,14],[1199,69,415,15,"Text"],[1199,73,415,19],[1199,74,415,19,"default"],[1199,81,415,19],[1200,16,415,20,"style"],[1200,21,415,25],[1200,23,415,27,"styles"],[1200,29,415,33],[1200,30,415,34,"tokenItemUsd"],[1200,42,415,47],[1201,16,415,47,"children"],[1201,24,415,47],[1201,26,415,48],[1202,14,415,53],[1203,16,415,53,"fileName"],[1203,24,415,53],[1203,26,415,53,"_jsxFileName"],[1203,38,415,53],[1204,16,415,53,"lineNumber"],[1204,26,415,53],[1205,16,415,53,"columnNumber"],[1205,28,415,53],[1206,14,415,53],[1206,21,415,59],[1206,22,415,60],[1207,12,415,60],[1208,14,415,60,"fileName"],[1208,22,415,60],[1208,24,415,60,"_jsxFileName"],[1208,36,415,60],[1209,14,415,60,"lineNumber"],[1209,24,415,60],[1210,14,415,60,"columnNumber"],[1210,26,415,60],[1211,12,415,60],[1211,19,416,18],[1211,20,416,19],[1212,10,416,19],[1213,12,416,19,"fileName"],[1213,20,416,19],[1213,22,416,19,"_jsxFileName"],[1213,34,416,19],[1214,12,416,19,"lineNumber"],[1214,22,416,19],[1215,12,416,19,"columnNumber"],[1215,24,416,19],[1216,10,416,19],[1216,17,417,16],[1216,18,417,17],[1216,33,420,10],[1216,37,420,10,"_reactJsxDevRuntime"],[1216,56,420,10],[1216,57,420,10,"jsxDEV"],[1216,63,420,10],[1216,65,420,11,"View"],[1216,69,420,15],[1216,70,420,15,"default"],[1216,77,420,15],[1217,12,420,16,"style"],[1217,17,420,21],[1217,19,420,23,"styles"],[1217,25,420,29],[1217,26,420,30,"tokenItem"],[1217,35,420,40],[1218,12,420,40,"children"],[1218,20,420,40],[1218,36,421,12],[1218,40,421,12,"_reactJsxDevRuntime"],[1218,59,421,12],[1218,60,421,12,"jsxDEV"],[1218,66,421,12],[1218,68,421,13,"View"],[1218,72,421,17],[1218,73,421,17,"default"],[1218,80,421,17],[1219,14,421,18,"style"],[1219,19,421,23],[1219,21,421,25,"styles"],[1219,27,421,31],[1219,28,421,32,"tokenItemLeft"],[1219,41,421,46],[1220,14,421,46,"children"],[1220,22,421,46],[1220,38,422,14],[1220,42,422,14,"_reactJsxDevRuntime"],[1220,61,422,14],[1220,62,422,14,"jsxDEV"],[1220,68,422,14],[1220,70,422,15,"Image"],[1220,75,422,20],[1220,76,422,20,"default"],[1220,83,422,20],[1221,16,423,16,"source"],[1221,22,423,22],[1221,24,423,24],[1222,18,423,26,"uri"],[1222,21,423,29],[1222,23,423,31],[1223,16,423,128],[1223,17,423,130],[1224,16,424,16,"style"],[1224,21,424,21],[1224,23,424,23,"styles"],[1224,29,424,29],[1224,30,424,30,"tokenIcon"],[1225,14,424,40],[1226,16,424,40,"fileName"],[1226,24,424,40],[1226,26,424,40,"_jsxFileName"],[1226,38,424,40],[1227,16,424,40,"lineNumber"],[1227,26,424,40],[1228,16,424,40,"columnNumber"],[1228,28,424,40],[1229,14,424,40],[1229,21,425,15],[1229,22,425,16],[1229,37,426,14],[1229,41,426,14,"_reactJsxDevRuntime"],[1229,60,426,14],[1229,61,426,14,"jsxDEV"],[1229,67,426,14],[1229,69,426,15,"View"],[1229,73,426,19],[1229,74,426,19,"default"],[1229,81,426,19],[1230,16,426,19,"children"],[1230,24,426,19],[1230,40,427,16],[1230,44,427,16,"_reactJsxDevRuntime"],[1230,63,427,16],[1230,64,427,16,"jsxDEV"],[1230,70,427,16],[1230,72,427,17,"Text"],[1230,76,427,21],[1230,77,427,21,"default"],[1230,84,427,21],[1231,18,427,22,"style"],[1231,23,427,27],[1231,25,427,29,"styles"],[1231,31,427,35],[1231,32,427,36,"tokenItemName"],[1231,45,427,50],[1232,18,427,50,"children"],[1232,26,427,50],[1232,28,427,51],[1233,16,427,54],[1234,18,427,54,"fileName"],[1234,26,427,54],[1234,28,427,54,"_jsxFileName"],[1234,40,427,54],[1235,18,427,54,"lineNumber"],[1235,28,427,54],[1236,18,427,54,"columnNumber"],[1236,30,427,54],[1237,16,427,54],[1237,23,427,60],[1237,24,427,61],[1237,39,428,16],[1237,43,428,16,"_reactJsxDevRuntime"],[1237,62,428,16],[1237,63,428,16,"jsxDEV"],[1237,69,428,16],[1237,71,428,17,"Text"],[1237,75,428,21],[1237,76,428,21,"default"],[1237,83,428,21],[1238,18,428,22,"style"],[1238,23,428,27],[1238,25,428,29,"styles"],[1238,31,428,35],[1238,32,428,36,"tokenItemNetwork"],[1238,48,428,53],[1239,18,428,53,"children"],[1239,26,428,53],[1239,28,428,54],[1240,16,428,60],[1241,18,428,60,"fileName"],[1241,26,428,60],[1241,28,428,60,"_jsxFileName"],[1241,40,428,60],[1242,18,428,60,"lineNumber"],[1242,28,428,60],[1243,18,428,60,"columnNumber"],[1243,30,428,60],[1244,16,428,60],[1244,23,428,66],[1244,24,428,67],[1245,14,428,67],[1246,16,428,67,"fileName"],[1246,24,428,67],[1246,26,428,67,"_jsxFileName"],[1246,38,428,67],[1247,16,428,67,"lineNumber"],[1247,26,428,67],[1248,16,428,67,"columnNumber"],[1248,28,428,67],[1249,14,428,67],[1249,21,429,20],[1249,22,429,21],[1250,12,429,21],[1251,14,429,21,"fileName"],[1251,22,429,21],[1251,24,429,21,"_jsxFileName"],[1251,36,429,21],[1252,14,429,21,"lineNumber"],[1252,24,429,21],[1253,14,429,21,"columnNumber"],[1253,26,429,21],[1254,12,429,21],[1254,19,430,18],[1254,20,430,19],[1254,35,431,12],[1254,39,431,12,"_reactJsxDevRuntime"],[1254,58,431,12],[1254,59,431,12,"jsxDEV"],[1254,65,431,12],[1254,67,431,13,"View"],[1254,71,431,17],[1254,72,431,17,"default"],[1254,79,431,17],[1255,14,431,18,"style"],[1255,19,431,23],[1255,21,431,25,"styles"],[1255,27,431,31],[1255,28,431,32,"tokenItemRight"],[1255,42,431,47],[1256,14,431,47,"children"],[1256,22,431,47],[1256,38,432,14],[1256,42,432,14,"_reactJsxDevRuntime"],[1256,61,432,14],[1256,62,432,14,"jsxDEV"],[1256,68,432,14],[1256,70,432,15,"Text"],[1256,74,432,19],[1256,75,432,19,"default"],[1256,82,432,19],[1257,16,432,20,"style"],[1257,21,432,25],[1257,23,432,27,"styles"],[1257,29,432,33],[1257,30,432,34,"tokenItemBalance"],[1257,46,432,51],[1258,16,432,51,"children"],[1258,24,432,51],[1258,26,432,52],[1259,14,432,56],[1260,16,432,56,"fileName"],[1260,24,432,56],[1260,26,432,56,"_jsxFileName"],[1260,38,432,56],[1261,16,432,56,"lineNumber"],[1261,26,432,56],[1262,16,432,56,"columnNumber"],[1262,28,432,56],[1263,14,432,56],[1263,21,432,62],[1263,22,432,63],[1263,37,433,14],[1263,41,433,14,"_reactJsxDevRuntime"],[1263,60,433,14],[1263,61,433,14,"jsxDEV"],[1263,67,433,14],[1263,69,433,15,"Text"],[1263,73,433,19],[1263,74,433,19,"default"],[1263,81,433,19],[1264,16,433,20,"style"],[1264,21,433,25],[1264,23,433,27,"styles"],[1264,29,433,33],[1264,30,433,34,"tokenItemUsd"],[1264,42,433,47],[1265,16,433,47,"children"],[1265,24,433,47],[1265,26,433,48],[1266,14,433,53],[1267,16,433,53,"fileName"],[1267,24,433,53],[1267,26,433,53,"_jsxFileName"],[1267,38,433,53],[1268,16,433,53,"lineNumber"],[1268,26,433,53],[1269,16,433,53,"columnNumber"],[1269,28,433,53],[1270,14,433,53],[1270,21,433,59],[1270,22,433,60],[1271,12,433,60],[1272,14,433,60,"fileName"],[1272,22,433,60],[1272,24,433,60,"_jsxFileName"],[1272,36,433,60],[1273,14,433,60,"lineNumber"],[1273,24,433,60],[1274,14,433,60,"columnNumber"],[1274,26,433,60],[1275,12,433,60],[1275,19,434,18],[1275,20,434,19],[1276,10,434,19],[1277,12,434,19,"fileName"],[1277,20,434,19],[1277,22,434,19,"_jsxFileName"],[1277,34,434,19],[1278,12,434,19,"lineNumber"],[1278,22,434,19],[1279,12,434,19,"columnNumber"],[1279,24,434,19],[1280,10,434,19],[1280,17,435,16],[1280,18,435,17],[1281,8,435,17],[1282,10,435,17,"fileName"],[1282,18,435,17],[1282,20,435,17,"_jsxFileName"],[1282,32,435,17],[1283,10,435,17,"lineNumber"],[1283,20,435,17],[1284,10,435,17,"columnNumber"],[1284,22,435,17],[1285,8,435,17],[1285,15,436,14],[1285,16,436,15],[1286,6,436,15],[1287,8,436,15,"fileName"],[1287,16,436,15],[1287,18,436,15,"_jsxFileName"],[1287,30,436,15],[1288,8,436,15,"lineNumber"],[1288,18,436,15],[1289,8,436,15,"columnNumber"],[1289,20,436,15],[1290,6,436,15],[1290,13,437,18],[1291,4,437,19],[1292,6,437,19,"fileName"],[1292,14,437,19],[1292,16,437,19,"_jsxFileName"],[1292,28,437,19],[1293,6,437,19,"lineNumber"],[1293,16,437,19],[1294,6,437,19,"columnNumber"],[1294,18,437,19],[1295,4,437,19],[1295,11,438,10],[1295,12,438,11],[1296,2,440,0],[1297,2,440,1,"_s2"],[1297,5,440,1],[1297,6,162,9,"WalletTab"],[1297,15,162,18],[1298,4,162,18],[1298,12,163,19,"useAuth"],[1298,32,163,26],[1298,33,163,26,"useAuth"],[1298,40,163,26],[1298,42,164,17,"useSafeAreaInsets"],[1298,69,164,34],[1298,70,164,34,"useSafeAreaInsets"],[1298,87,164,34],[1299,2,164,34],[1300,2,164,34,"_c2"],[1300,5,164,34],[1300,8,162,9,"WalletTab"],[1300,17,162,18],[1301,2,442,0],[1301,11,442,9,"CitizensTab"],[1301,22,442,20,"CitizensTab"],[1301,23,442,20],[1301,25,442,23],[1302,4,443,2],[1302,24,444,4],[1302,28,444,4,"_reactJsxDevRuntime"],[1302,47,444,4],[1302,48,444,4,"jsxDEV"],[1302,54,444,4],[1302,56,444,5,"View"],[1302,60,444,9],[1302,61,444,9,"default"],[1302,68,444,9],[1303,6,444,10,"style"],[1303,11,444,15],[1303,13,444,17,"styles"],[1303,19,444,23],[1303,20,444,24,"container"],[1303,29,444,34],[1304,6,444,34,"children"],[1304,14,444,34],[1304,29,445,6],[1304,33,445,6,"_reactJsxDevRuntime"],[1304,52,445,6],[1304,53,445,6,"jsxDEV"],[1304,59,445,6],[1304,61,445,7,"Text"],[1304,65,445,11],[1304,66,445,11,"default"],[1304,73,445,11],[1305,8,445,12,"style"],[1305,13,445,17],[1305,15,445,19,"styles"],[1305,21,445,25],[1305,22,445,26,"placeholderText"],[1305,37,445,42],[1306,8,445,42,"children"],[1306,16,445,42],[1306,18,445,43],[1307,6,445,58],[1308,8,445,58,"fileName"],[1308,16,445,58],[1308,18,445,58,"_jsxFileName"],[1308,30,445,58],[1309,8,445,58,"lineNumber"],[1309,18,445,58],[1310,8,445,58,"columnNumber"],[1310,20,445,58],[1311,6,445,58],[1311,13,445,64],[1312,4,445,65],[1313,6,445,65,"fileName"],[1313,14,445,65],[1313,16,445,65,"_jsxFileName"],[1313,28,445,65],[1314,6,445,65,"lineNumber"],[1314,16,445,65],[1315,6,445,65,"columnNumber"],[1315,18,445,65],[1316,4,445,65],[1316,11,446,10],[1316,12,446,11],[1317,2,448,0],[1318,2,448,1,"_c3"],[1318,5,448,1],[1318,8,442,9,"CitizensTab"],[1318,19,442,20],[1319,2,450,0],[1319,11,450,9,"ReferralTab"],[1319,22,450,20,"ReferralTab"],[1319,23,450,20],[1319,25,450,23],[1320,4,451,2],[1320,24,452,4],[1320,28,452,4,"_reactJsxDevRuntime"],[1320,47,452,4],[1320,48,452,4,"jsxDEV"],[1320,54,452,4],[1320,56,452,5,"View"],[1320,60,452,9],[1320,61,452,9,"default"],[1320,68,452,9],[1321,6,452,10,"style"],[1321,11,452,15],[1321,13,452,17,"styles"],[1321,19,452,23],[1321,20,452,24,"container"],[1321,29,452,34],[1322,6,452,34,"children"],[1322,14,452,34],[1322,29,453,6],[1322,33,453,6,"_reactJsxDevRuntime"],[1322,52,453,6],[1322,53,453,6,"jsxDEV"],[1322,59,453,6],[1322,61,453,7,"Text"],[1322,65,453,11],[1322,66,453,11,"default"],[1322,73,453,11],[1323,8,453,12,"style"],[1323,13,453,17],[1323,15,453,19,"styles"],[1323,21,453,25],[1323,22,453,26,"placeholderText"],[1323,37,453,42],[1324,8,453,42,"children"],[1324,16,453,42],[1324,18,453,43],[1325,6,453,58],[1326,8,453,58,"fileName"],[1326,16,453,58],[1326,18,453,58,"_jsxFileName"],[1326,30,453,58],[1327,8,453,58,"lineNumber"],[1327,18,453,58],[1328,8,453,58,"columnNumber"],[1328,20,453,58],[1329,6,453,58],[1329,13,453,64],[1330,4,453,65],[1331,6,453,65,"fileName"],[1331,14,453,65],[1331,16,453,65,"_jsxFileName"],[1331,28,453,65],[1332,6,453,65,"lineNumber"],[1332,16,453,65],[1333,6,453,65,"columnNumber"],[1333,18,453,65],[1334,4,453,65],[1334,11,454,10],[1334,12,454,11],[1335,2,456,0],[1336,2,456,1,"_c4"],[1336,5,456,1],[1336,8,450,9,"ReferralTab"],[1336,19,450,20],[1337,2,458,0],[1337,11,458,9,"ProfileTab"],[1337,21,458,19,"ProfileTab"],[1337,22,458,19],[1337,24,458,22],[1338,4,459,2],[1338,24,460,4],[1338,28,460,4,"_reactJsxDevRuntime"],[1338,47,460,4],[1338,48,460,4,"jsxDEV"],[1338,54,460,4],[1338,56,460,5,"View"],[1338,60,460,9],[1338,61,460,9,"default"],[1338,68,460,9],[1339,6,460,10,"style"],[1339,11,460,15],[1339,13,460,17,"styles"],[1339,19,460,23],[1339,20,460,24,"container"],[1339,29,460,34],[1340,6,460,34,"children"],[1340,14,460,34],[1340,29,461,6],[1340,33,461,6,"_reactJsxDevRuntime"],[1340,52,461,6],[1340,53,461,6,"jsxDEV"],[1340,59,461,6],[1340,61,461,7,"Text"],[1340,65,461,11],[1340,66,461,11,"default"],[1340,73,461,11],[1341,8,461,12,"style"],[1341,13,461,17],[1341,15,461,19,"styles"],[1341,21,461,25],[1341,22,461,26,"placeholderText"],[1341,37,461,42],[1342,8,461,42,"children"],[1342,16,461,42],[1342,18,461,43],[1343,6,461,57],[1344,8,461,57,"fileName"],[1344,16,461,57],[1344,18,461,57,"_jsxFileName"],[1344,30,461,57],[1345,8,461,57,"lineNumber"],[1345,18,461,57],[1346,8,461,57,"columnNumber"],[1346,20,461,57],[1347,6,461,57],[1347,13,461,63],[1348,4,461,64],[1349,6,461,64,"fileName"],[1349,14,461,64],[1349,16,461,64,"_jsxFileName"],[1349,28,461,64],[1350,6,461,64,"lineNumber"],[1350,16,461,64],[1351,6,461,64,"columnNumber"],[1351,18,461,64],[1352,4,461,64],[1352,11,462,10],[1352,12,462,11],[1353,2,464,0],[1354,2,464,1,"_c5"],[1354,5,464,1],[1354,8,458,9,"ProfileTab"],[1354,18,458,19],[1355,2,466,0],[1355,8,466,6,"Tab"],[1355,11,466,9],[1355,14,466,12],[1355,18,466,12,"createBottomTabNavigator"],[1355,44,466,36],[1355,45,466,36,"createBottomTabNavigator"],[1355,69,466,36],[1355,71,466,37],[1355,72,466,38],[1356,2,468,15],[1356,11,468,24,"HomeScreen"],[1356,21,468,34,"HomeScreen"],[1356,22,468,35],[1357,4,468,37,"navigation"],[1358,2,468,53],[1358,3,468,54],[1358,5,468,56],[1359,4,469,2],[1359,24,470,4],[1359,28,470,4,"_reactJsxDevRuntime"],[1359,47,470,4],[1359,48,470,4,"jsxDEV"],[1359,54,470,4],[1359,56,470,5,"Tab"],[1359,59,470,8],[1359,60,470,9,"Navigator"],[1359,69,470,18],[1360,6,471,6,"screenOptions"],[1360,19,471,19],[1360,21,471,21],[1361,8,472,8,"headerShown"],[1361,19,472,19],[1361,21,472,21],[1361,26,472,26],[1362,8,473,8,"tabBarActiveTintColor"],[1362,29,473,29],[1362,31,473,31],[1362,40,473,40],[1363,8,474,8,"tabBarInactiveTintColor"],[1363,31,474,31],[1363,33,474,33],[1363,42,474,42],[1364,8,475,8,"tabBarStyle"],[1364,19,475,19],[1364,21,475,21,"styles"],[1364,27,475,27],[1364,28,475,28,"tabBar"],[1365,6,476,6],[1365,7,476,8],[1366,6,476,8,"children"],[1366,14,476,8],[1366,30,478,6],[1366,34,478,6,"_reactJsxDevRuntime"],[1366,53,478,6],[1366,54,478,6,"jsxDEV"],[1366,60,478,6],[1366,62,478,7,"Tab"],[1366,65,478,10],[1366,66,478,11,"Screen"],[1366,72,478,17],[1367,8,479,8,"name"],[1367,12,479,12],[1367,14,479,13],[1367,23,479,22],[1368,8,480,8,"options"],[1368,15,480,15],[1368,17,480,17],[1369,10,481,10,"tabBarLabel"],[1369,21,481,21],[1369,23,481,23],[1369,29,481,29],[1370,10,482,10,"tabBarIcon"],[1370,20,482,20],[1370,22,482,22,"tabBarIcon"],[1370,23,482,23],[1371,12,482,25,"color"],[1371,17,482,30],[1372,12,482,32,"size"],[1373,10,482,37],[1373,11,482,38],[1373,29,483,12],[1373,33,483,12,"_reactJsxDevRuntime"],[1373,52,483,12],[1373,53,483,12,"jsxDEV"],[1373,59,483,12],[1373,61,483,13,"_expoVectorIcons"],[1373,77,483,21],[1373,78,483,21,"Ionicons"],[1373,86,483,21],[1374,12,483,22,"name"],[1374,16,483,26],[1374,18,483,27],[1374,24,483,33],[1375,12,483,34,"size"],[1375,16,483,38],[1375,18,483,40,"size"],[1375,22,483,45],[1376,12,483,46,"color"],[1376,17,483,51],[1376,19,483,53,"color"],[1377,10,483,59],[1378,12,483,59,"fileName"],[1378,20,483,59],[1378,22,483,59,"_jsxFileName"],[1378,34,483,59],[1379,12,483,59,"lineNumber"],[1379,22,483,59],[1380,12,483,59,"columnNumber"],[1380,24,483,59],[1381,10,483,59],[1381,17,483,61],[1382,8,485,8],[1382,9,485,10],[1383,8,485,10,"children"],[1383,16,485,10],[1383,18,487,9,"children"],[1383,19,487,9],[1383,37,487,15],[1383,41,487,15,"_reactJsxDevRuntime"],[1383,60,487,15],[1383,61,487,15,"jsxDEV"],[1383,67,487,15],[1383,69,487,16,"HomeTab"],[1383,76,487,23],[1384,10,487,24,"navigation"],[1384,20,487,34],[1384,22,487,36,"navigation"],[1385,8,487,47],[1386,10,487,47,"fileName"],[1386,18,487,47],[1386,20,487,47,"_jsxFileName"],[1386,32,487,47],[1387,10,487,47,"lineNumber"],[1387,20,487,47],[1388,10,487,47,"columnNumber"],[1388,22,487,47],[1389,8,487,47],[1389,15,487,49],[1390,6,487,50],[1391,8,487,50,"fileName"],[1391,16,487,50],[1391,18,487,50,"_jsxFileName"],[1391,30,487,50],[1392,8,487,50,"lineNumber"],[1392,18,487,50],[1393,8,487,50,"columnNumber"],[1393,20,487,50],[1394,6,487,50],[1394,13,488,18],[1394,14,488,19],[1394,29,489,6],[1394,33,489,6,"_reactJsxDevRuntime"],[1394,52,489,6],[1394,53,489,6,"jsxDEV"],[1394,59,489,6],[1394,61,489,7,"Tab"],[1394,64,489,10],[1394,65,489,11,"Screen"],[1394,71,489,17],[1395,8,490,8,"name"],[1395,12,490,12],[1395,14,490,13],[1395,22,490,21],[1396,8,491,8,"component"],[1396,17,491,17],[1396,19,491,19,"WalletTab"],[1396,28,491,29],[1397,8,492,8,"options"],[1397,15,492,15],[1397,17,492,17],[1398,10,493,10,"tabBarLabel"],[1398,21,493,21],[1398,23,493,23],[1398,31,493,31],[1399,10,494,10,"tabBarIcon"],[1399,20,494,20],[1399,22,494,22,"tabBarIcon"],[1399,23,494,23],[1400,12,494,25,"color"],[1400,17,494,30],[1401,12,494,32,"size"],[1402,10,494,37],[1402,11,494,38],[1402,29,495,12],[1402,33,495,12,"_reactJsxDevRuntime"],[1402,52,495,12],[1402,53,495,12,"jsxDEV"],[1402,59,495,12],[1402,61,495,13,"_expoVectorIcons"],[1402,77,495,21],[1402,78,495,21,"Ionicons"],[1402,86,495,21],[1403,12,495,22,"name"],[1403,16,495,26],[1403,18,495,27],[1403,26,495,35],[1404,12,495,36,"size"],[1404,16,495,40],[1404,18,495,42,"size"],[1404,22,495,47],[1405,12,495,48,"color"],[1405,17,495,53],[1405,19,495,55,"color"],[1406,10,495,61],[1407,12,495,61,"fileName"],[1407,20,495,61],[1407,22,495,61,"_jsxFileName"],[1407,34,495,61],[1408,12,495,61,"lineNumber"],[1408,22,495,61],[1409,12,495,61,"columnNumber"],[1409,24,495,61],[1410,10,495,61],[1410,17,495,63],[1411,8,497,8],[1412,6,497,10],[1413,8,497,10,"fileName"],[1413,16,497,10],[1413,18,497,10,"_jsxFileName"],[1413,30,497,10],[1414,8,497,10,"lineNumber"],[1414,18,497,10],[1415,8,497,10,"columnNumber"],[1415,20,497,10],[1416,6,497,10],[1416,13,498,7],[1416,14,498,8],[1416,29,499,6],[1416,33,499,6,"_reactJsxDevRuntime"],[1416,52,499,6],[1416,53,499,6,"jsxDEV"],[1416,59,499,6],[1416,61,499,7,"Tab"],[1416,64,499,10],[1416,65,499,11,"Screen"],[1416,71,499,17],[1417,8,500,8,"name"],[1417,12,500,12],[1417,14,500,13],[1417,24,500,23],[1418,8,501,8,"component"],[1418,17,501,17],[1418,19,501,19,"CitizensTab"],[1418,30,501,31],[1419,8,502,8,"options"],[1419,15,502,15],[1419,17,502,17],[1420,10,503,10,"tabBarLabel"],[1420,21,503,21],[1420,23,503,23],[1420,33,503,33],[1421,10,504,10,"tabBarIcon"],[1421,20,504,20],[1421,22,504,22,"tabBarIcon"],[1421,23,504,23],[1422,12,504,25,"color"],[1422,17,504,30],[1423,12,504,32,"size"],[1424,10,504,37],[1424,11,504,38],[1424,29,505,12],[1424,33,505,12,"_reactJsxDevRuntime"],[1424,52,505,12],[1424,53,505,12,"jsxDEV"],[1424,59,505,12],[1424,61,505,13,"_expoVectorIcons"],[1424,77,505,21],[1424,78,505,21,"Ionicons"],[1424,86,505,21],[1425,12,505,22,"name"],[1425,16,505,26],[1425,18,505,27],[1425,26,505,35],[1426,12,505,36,"size"],[1426,16,505,40],[1426,18,505,42,"size"],[1426,22,505,47],[1427,12,505,48,"color"],[1427,17,505,53],[1427,19,505,55,"color"],[1428,10,505,61],[1429,12,505,61,"fileName"],[1429,20,505,61],[1429,22,505,61,"_jsxFileName"],[1429,34,505,61],[1430,12,505,61,"lineNumber"],[1430,22,505,61],[1431,12,505,61,"columnNumber"],[1431,24,505,61],[1432,10,505,61],[1432,17,505,63],[1433,8,507,8],[1434,6,507,10],[1435,8,507,10,"fileName"],[1435,16,507,10],[1435,18,507,10,"_jsxFileName"],[1435,30,507,10],[1436,8,507,10,"lineNumber"],[1436,18,507,10],[1437,8,507,10,"columnNumber"],[1437,20,507,10],[1438,6,507,10],[1438,13,508,7],[1438,14,508,8],[1438,29,509,6],[1438,33,509,6,"_reactJsxDevRuntime"],[1438,52,509,6],[1438,53,509,6,"jsxDEV"],[1438,59,509,6],[1438,61,509,7,"Tab"],[1438,64,509,10],[1438,65,509,11,"Screen"],[1438,71,509,17],[1439,8,510,8,"name"],[1439,12,510,12],[1439,14,510,13],[1439,24,510,23],[1440,8,511,8,"component"],[1440,17,511,17],[1440,19,511,19,"ReferralTab"],[1440,30,511,31],[1441,8,512,8,"options"],[1441,15,512,15],[1441,17,512,17],[1442,10,513,10,"tabBarLabel"],[1442,21,513,21],[1442,23,513,23],[1442,33,513,33],[1443,10,514,10,"tabBarIcon"],[1443,20,514,20],[1443,22,514,22,"tabBarIcon"],[1443,23,514,23],[1444,12,514,25,"color"],[1444,17,514,30],[1445,12,514,32,"size"],[1446,10,514,37],[1446,11,514,38],[1446,29,515,12],[1446,33,515,12,"_reactJsxDevRuntime"],[1446,52,515,12],[1446,53,515,12,"jsxDEV"],[1446,59,515,12],[1446,61,515,13,"_expoVectorIcons"],[1446,77,515,21],[1446,78,515,21,"Ionicons"],[1446,86,515,21],[1447,12,515,22,"name"],[1447,16,515,26],[1447,18,515,27],[1447,24,515,33],[1448,12,515,34,"size"],[1448,16,515,38],[1448,18,515,40,"size"],[1448,22,515,45],[1449,12,515,46,"color"],[1449,17,515,51],[1449,19,515,53,"color"],[1450,10,515,59],[1451,12,515,59,"fileName"],[1451,20,515,59],[1451,22,515,59,"_jsxFileName"],[1451,34,515,59],[1452,12,515,59,"lineNumber"],[1452,22,515,59],[1453,12,515,59,"columnNumber"],[1453,24,515,59],[1454,10,515,59],[1454,17,515,61],[1455,8,517,8],[1456,6,517,10],[1457,8,517,10,"fileName"],[1457,16,517,10],[1457,18,517,10,"_jsxFileName"],[1457,30,517,10],[1458,8,517,10,"lineNumber"],[1458,18,517,10],[1459,8,517,10,"columnNumber"],[1459,20,517,10],[1460,6,517,10],[1460,13,518,7],[1460,14,518,8],[1460,29,519,6],[1460,33,519,6,"_reactJsxDevRuntime"],[1460,52,519,6],[1460,53,519,6,"jsxDEV"],[1460,59,519,6],[1460,61,519,7,"Tab"],[1460,64,519,10],[1460,65,519,11,"Screen"],[1460,71,519,17],[1461,8,520,8,"name"],[1461,12,520,12],[1461,14,520,13],[1461,23,520,22],[1462,8,521,8,"component"],[1462,17,521,17],[1462,19,521,19,"ProfileTab"],[1462,29,521,30],[1463,8,522,8,"options"],[1463,15,522,15],[1463,17,522,17],[1464,10,523,10,"tabBarLabel"],[1464,21,523,21],[1464,23,523,23],[1464,32,523,32],[1465,10,524,10,"tabBarIcon"],[1465,20,524,20],[1465,22,524,22,"tabBarIcon"],[1465,23,524,23],[1466,12,524,25,"color"],[1466,17,524,30],[1467,12,524,32,"size"],[1468,10,524,37],[1468,11,524,38],[1468,29,525,12],[1468,33,525,12,"_reactJsxDevRuntime"],[1468,52,525,12],[1468,53,525,12,"jsxDEV"],[1468,59,525,12],[1468,61,525,13,"_expoVectorIcons"],[1468,77,525,21],[1468,78,525,21,"Ionicons"],[1468,86,525,21],[1469,12,525,22,"name"],[1469,16,525,26],[1469,18,525,27],[1469,26,525,35],[1470,12,525,36,"size"],[1470,16,525,40],[1470,18,525,42,"size"],[1470,22,525,47],[1471,12,525,48,"color"],[1471,17,525,53],[1471,19,525,55,"color"],[1472,10,525,61],[1473,12,525,61,"fileName"],[1473,20,525,61],[1473,22,525,61,"_jsxFileName"],[1473,34,525,61],[1474,12,525,61,"lineNumber"],[1474,22,525,61],[1475,12,525,61,"columnNumber"],[1475,24,525,61],[1476,10,525,61],[1476,17,525,63],[1477,8,527,8],[1478,6,527,10],[1479,8,527,10,"fileName"],[1479,16,527,10],[1479,18,527,10,"_jsxFileName"],[1479,30,527,10],[1480,8,527,10,"lineNumber"],[1480,18,527,10],[1481,8,527,10,"columnNumber"],[1481,20,527,10],[1482,6,527,10],[1482,13,528,7],[1482,14,528,8],[1483,4,528,8],[1484,6,528,8,"fileName"],[1484,14,528,8],[1484,16,528,8,"_jsxFileName"],[1484,28,528,8],[1485,6,528,8,"lineNumber"],[1485,16,528,8],[1486,6,528,8,"columnNumber"],[1486,18,528,8],[1487,4,528,8],[1487,11,529,19],[1487,12,529,20],[1488,2,531,0],[1489,2,531,1,"_c6"],[1489,5,531,1],[1489,8,468,24,"HomeScreen"],[1489,18,468,34],[1490,2,533,0],[1490,8,533,6,"QUICK_ACTIONS"],[1490,21,533,19],[1490,24,533,22],[1490,25,534,2],[1491,4,534,4,"id"],[1491,6,534,6],[1491,8,534,8],[1491,11,534,11],[1492,4,534,13,"label"],[1492,9,534,18],[1492,11,534,20],[1492,17,534,26],[1493,4,534,28,"icon"],[1493,8,534,32],[1493,10,534,34],[1493,25,534,49],[1494,4,534,51,"color"],[1494,9,534,56],[1494,11,534,58],[1495,2,534,68],[1495,3,534,69],[1495,5,535,2],[1496,4,535,4,"id"],[1496,6,535,6],[1496,8,535,8],[1496,11,535,11],[1497,4,535,13,"label"],[1497,9,535,18],[1497,11,535,20],[1497,20,535,29],[1498,4,535,31,"icon"],[1498,8,535,35],[1498,10,535,37],[1498,22,535,49],[1499,4,535,51,"color"],[1499,9,535,56],[1499,11,535,58],[1500,2,535,68],[1500,3,535,69],[1500,5,536,2],[1501,4,536,4,"id"],[1501,6,536,6],[1501,8,536,8],[1501,11,536,11],[1502,4,536,13,"label"],[1502,9,536,18],[1502,11,536,20],[1502,17,536,26],[1503,4,536,28,"icon"],[1503,8,536,32],[1503,10,536,34],[1503,27,536,51],[1504,4,536,53,"color"],[1504,9,536,58],[1504,11,536,60],[1505,2,536,70],[1505,3,536,71],[1505,5,537,2],[1506,4,537,4,"id"],[1506,6,537,6],[1506,8,537,8],[1506,11,537,11],[1507,4,537,13,"label"],[1507,9,537,18],[1507,11,537,20],[1507,17,537,26],[1508,4,537,28,"icon"],[1508,8,537,32],[1508,10,537,34],[1508,28,537,52],[1509,4,537,54,"color"],[1509,9,537,59],[1509,11,537,61],[1510,2,537,71],[1510,3,537,72],[1510,5,538,2],[1511,4,538,4,"id"],[1511,6,538,6],[1511,8,538,8],[1511,11,538,11],[1512,4,538,13,"label"],[1512,9,538,18],[1512,11,538,20],[1512,18,538,27],[1513,4,538,29,"icon"],[1513,8,538,33],[1513,10,538,35],[1513,23,538,48],[1514,4,538,50,"color"],[1514,9,538,55],[1514,11,538,57],[1515,2,538,67],[1515,3,538,68],[1515,5,539,2],[1516,4,539,4,"id"],[1516,6,539,6],[1516,8,539,8],[1516,11,539,11],[1517,4,539,13,"label"],[1517,9,539,18],[1517,11,539,20],[1517,21,539,30],[1518,4,539,32,"icon"],[1518,8,539,36],[1518,10,539,38],[1518,16,539,44],[1519,4,539,46,"color"],[1519,9,539,51],[1519,11,539,53],[1520,2,539,63],[1520,3,539,64],[1520,5,540,2],[1521,4,540,4,"id"],[1521,6,540,6],[1521,8,540,8],[1521,11,540,11],[1522,4,540,13,"label"],[1522,9,540,18],[1522,11,540,20],[1522,21,540,30],[1523,4,540,32,"icon"],[1523,8,540,36],[1523,10,540,38],[1523,25,540,53],[1524,4,540,55,"color"],[1524,9,540,60],[1524,11,540,62],[1525,2,540,72],[1525,3,540,73],[1525,5,541,2],[1526,4,541,4,"id"],[1526,6,541,6],[1526,8,541,8],[1526,11,541,11],[1527,4,541,13,"label"],[1527,9,541,18],[1527,11,541,20],[1527,22,541,31],[1528,4,541,33,"icon"],[1528,8,541,37],[1528,10,541,39],[1528,18,541,47],[1529,4,541,49,"color"],[1529,9,541,54],[1529,11,541,56],[1530,2,541,66],[1530,3,541,67],[1530,5,542,2],[1531,4,542,4,"id"],[1531,6,542,6],[1531,8,542,8],[1531,11,542,11],[1532,4,542,13,"label"],[1532,9,542,18],[1532,11,542,20],[1532,21,542,30],[1533,4,542,32,"icon"],[1533,8,542,36],[1533,10,542,38],[1533,21,542,49],[1534,4,542,51,"color"],[1534,9,542,56],[1534,11,542,58],[1535,2,542,68],[1535,3,542,69],[1535,5,543,2],[1536,4,543,4,"id"],[1536,6,543,6],[1536,8,543,8],[1536,12,543,12],[1537,4,543,14,"label"],[1537,9,543,19],[1537,11,543,21],[1537,21,543,31],[1538,4,543,33,"icon"],[1538,8,543,37],[1538,10,543,39],[1538,16,543,45],[1539,4,543,47,"color"],[1539,9,543,52],[1539,11,543,54],[1540,2,543,64],[1540,3,543,65],[1540,5,544,2],[1541,4,544,4,"id"],[1541,6,544,6],[1541,8,544,8],[1541,12,544,12],[1542,4,544,14,"label"],[1542,9,544,19],[1542,11,544,21],[1542,22,544,32],[1543,4,544,34,"icon"],[1543,8,544,38],[1543,10,544,40],[1543,16,544,46],[1544,4,544,48,"color"],[1544,9,544,53],[1544,11,544,55],[1545,2,544,65],[1545,3,544,66],[1545,5,545,2],[1546,4,545,4,"id"],[1546,6,545,6],[1546,8,545,8],[1546,12,545,12],[1547,4,545,14,"label"],[1547,9,545,19],[1547,11,545,21],[1547,17,545,27],[1548,4,545,29,"icon"],[1548,8,545,33],[1548,10,545,35],[1548,16,545,41],[1549,4,545,43,"color"],[1549,9,545,48],[1549,11,545,50],[1550,2,545,60],[1550,3,545,61],[1550,4,546,1],[1551,2,548,0],[1551,8,548,6,"styles"],[1551,14,548,12],[1551,17,548,15,"StyleSheet"],[1551,27,548,25],[1551,28,548,25,"default"],[1551,35,548,25],[1551,36,548,26,"create"],[1551,42,548,32],[1551,43,548,33],[1552,4,549,2,"container"],[1552,13,549,11],[1552,15,549,13],[1553,6,550,4,"flex"],[1553,10,550,8],[1553,12,550,10],[1553,13,550,11],[1554,6,551,4,"backgroundColor"],[1554,21,551,19],[1554,23,551,21],[1555,4,552,2],[1555,5,552,3],[1556,4,553,2,"scrollContent"],[1556,17,553,15],[1556,19,553,17],[1557,6,554,4,"paddingBottom"],[1557,19,554,17],[1557,21,554,19],[1558,4,555,2],[1558,5,555,3],[1559,4,556,2,"walletScrollContent"],[1559,23,556,21],[1559,25,556,23],[1560,6,557,4,"paddingBottom"],[1560,19,557,17],[1560,21,557,19],[1561,4,558,2],[1561,5,558,3],[1562,4,559,2,"header"],[1562,10,559,8],[1562,12,559,10],[1563,6,560,4,"flexDirection"],[1563,19,560,17],[1563,21,560,19],[1563,26,560,24],[1564,6,561,4,"justifyContent"],[1564,20,561,18],[1564,22,561,20],[1564,37,561,35],[1565,6,562,4,"alignItems"],[1565,16,562,14],[1565,18,562,16],[1565,26,562,24],[1566,6,563,4,"padding"],[1566,13,563,11],[1566,15,563,13],[1566,17,563,15],[1567,6,564,4,"backgroundColor"],[1567,21,564,19],[1567,23,564,21],[1567,29,564,27],[1568,6,565,4,"borderBottomWidth"],[1568,23,565,21],[1568,25,565,23],[1568,26,565,24],[1569,6,566,4,"borderBottomColor"],[1569,23,566,21],[1569,25,566,23],[1570,4,567,2],[1570,5,567,3],[1571,4,568,2,"headerLeft"],[1571,14,568,12],[1571,16,568,14],[1572,6,569,4,"position"],[1572,14,569,12],[1572,16,569,14],[1573,4,570,2],[1573,5,570,3],[1574,4,571,2,"profileImage"],[1574,16,571,14],[1574,18,571,16],[1575,6,572,4,"width"],[1575,11,572,9],[1575,13,572,11],[1575,15,572,13],[1576,6,573,4,"height"],[1576,12,573,10],[1576,14,573,12],[1576,16,573,14],[1577,6,574,4,"borderRadius"],[1577,18,574,16],[1577,20,574,18],[1577,22,574,20],[1578,6,575,4,"backgroundColor"],[1578,21,575,19],[1578,23,575,21],[1578,32,575,30],[1579,6,576,4,"alignItems"],[1579,16,576,14],[1579,18,576,16],[1579,26,576,24],[1580,6,577,4,"justifyContent"],[1580,20,577,18],[1580,22,577,20],[1580,30,577,28],[1581,6,578,4,"overflow"],[1581,14,578,12],[1581,16,578,14],[1582,4,579,2],[1582,5,579,3],[1583,4,580,2,"profileImageSrc"],[1583,19,580,17],[1583,21,580,19],[1584,6,581,4,"width"],[1584,11,581,9],[1584,13,581,11],[1584,15,581,13],[1585,6,582,4,"height"],[1585,12,582,10],[1585,14,582,12],[1586,4,583,2],[1586,5,583,3],[1587,4,584,2,"profileBadge"],[1587,16,584,14],[1587,18,584,16],[1588,6,585,4,"position"],[1588,14,585,12],[1588,16,585,14],[1588,26,585,24],[1589,6,586,4,"bottom"],[1589,12,586,10],[1589,14,586,12],[1589,15,586,13],[1589,16,586,14],[1590,6,587,4,"right"],[1590,11,587,9],[1590,13,587,11],[1590,14,587,12],[1590,15,587,13],[1591,6,588,4,"backgroundColor"],[1591,21,588,19],[1591,23,588,21],[1591,32,588,30],[1592,6,589,4,"borderRadius"],[1592,18,589,16],[1592,20,589,18],[1592,22,589,20],[1593,6,590,4,"paddingHorizontal"],[1593,23,590,21],[1593,25,590,23],[1593,26,590,24],[1594,6,591,4,"paddingVertical"],[1594,21,591,19],[1594,23,591,21],[1594,24,591,22],[1595,6,592,4,"flexDirection"],[1595,19,592,17],[1595,21,592,19],[1595,26,592,24],[1596,6,593,4,"alignItems"],[1596,16,593,14],[1596,18,593,16],[1596,26,593,24],[1597,6,594,4,"gap"],[1597,9,594,7],[1597,11,594,9],[1598,4,595,2],[1598,5,595,3],[1599,4,596,2,"trustScore"],[1599,14,596,12],[1599,16,596,14],[1600,6,597,4,"fontSize"],[1600,14,597,12],[1600,16,597,14],[1600,18,597,16],[1601,6,598,4,"fontWeight"],[1601,16,598,14],[1601,18,598,16],[1601,23,598,21],[1602,6,599,4,"color"],[1602,11,599,9],[1602,13,599,11],[1603,4,600,2],[1603,5,600,3],[1604,4,601,2,"headerRight"],[1604,15,601,13],[1604,17,601,15],[1605,6,602,4,"flexDirection"],[1605,19,602,17],[1605,21,602,19],[1605,26,602,24],[1606,6,603,4,"gap"],[1606,9,603,7],[1606,11,603,9],[1607,4,604,2],[1607,5,604,3],[1608,4,605,2,"iconButton"],[1608,14,605,12],[1608,16,605,14],[1609,6,606,4,"padding"],[1609,13,606,11],[1609,15,606,13],[1610,4,607,2],[1610,5,607,3],[1611,4,608,2,"announcementWidget"],[1611,22,608,20],[1611,24,608,22],[1612,6,609,4,"padding"],[1612,13,609,11],[1612,15,609,13],[1613,4,610,2],[1613,5,610,3],[1614,4,611,2,"announcement"],[1614,16,611,14],[1614,18,611,16],[1615,6,612,4,"backgroundColor"],[1615,21,612,19],[1615,23,612,21],[1615,29,612,27],[1616,6,613,4,"padding"],[1616,13,613,11],[1616,15,613,13],[1616,17,613,15],[1617,6,614,4,"borderRadius"],[1617,18,614,16],[1617,20,614,18],[1617,22,614,20],[1618,6,615,4,"marginRight"],[1618,17,615,15],[1618,19,615,17],[1618,21,615,19],[1619,6,616,4,"width"],[1619,11,616,9],[1619,13,616,11,"width"],[1619,18,616,16],[1619,21,616,19],[1619,23,616,21],[1620,6,617,4,"borderLeftWidth"],[1620,21,617,19],[1620,23,617,21],[1620,24,617,22],[1621,6,618,4,"borderLeftColor"],[1621,21,618,19],[1621,23,618,21],[1622,4,619,2],[1622,5,619,3],[1623,4,620,2,"announcementTitle"],[1623,21,620,19],[1623,23,620,21],[1624,6,621,4,"fontSize"],[1624,14,621,12],[1624,16,621,14],[1624,18,621,16],[1625,6,622,4,"fontWeight"],[1625,16,622,14],[1625,18,622,16],[1625,23,622,21],[1626,6,623,4,"color"],[1626,11,623,9],[1626,13,623,11],[1626,22,623,20],[1627,6,624,4,"marginBottom"],[1627,18,624,16],[1627,20,624,18],[1628,4,625,2],[1628,5,625,3],[1629,4,626,2,"announcementText"],[1629,20,626,18],[1629,22,626,20],[1630,6,627,4,"fontSize"],[1630,14,627,12],[1630,16,627,14],[1630,18,627,16],[1631,6,628,4,"color"],[1631,11,628,9],[1631,13,628,11],[1632,4,629,2],[1632,5,629,3],[1633,4,630,2,"quickActionsContainer"],[1633,25,630,23],[1633,27,630,25],[1634,6,631,4,"padding"],[1634,13,631,11],[1634,15,631,13],[1635,4,632,2],[1635,5,632,3],[1636,4,633,2,"sectionTitle"],[1636,16,633,14],[1636,18,633,16],[1637,6,634,4,"fontSize"],[1637,14,634,12],[1637,16,634,14],[1637,18,634,16],[1638,6,635,4,"fontWeight"],[1638,16,635,14],[1638,18,635,16],[1638,23,635,21],[1639,6,636,4,"color"],[1639,11,636,9],[1639,13,636,11],[1639,22,636,20],[1640,6,637,4,"marginBottom"],[1640,18,637,16],[1640,20,637,18],[1641,4,638,2],[1641,5,638,3],[1642,4,639,2,"actionsGrid"],[1642,15,639,13],[1642,17,639,15],[1643,6,640,4,"flexDirection"],[1643,19,640,17],[1643,21,640,19],[1643,26,640,24],[1644,6,641,4,"flexWrap"],[1644,14,641,12],[1644,16,641,14],[1644,22,641,20],[1645,6,642,4,"justifyContent"],[1645,20,642,18],[1645,22,642,20],[1646,4,643,2],[1646,5,643,3],[1647,4,644,2,"actionCard"],[1647,14,644,12],[1647,16,644,14],[1648,6,645,4,"width"],[1648,11,645,9],[1648,13,645,11],[1648,14,645,12,"width"],[1648,19,645,17],[1648,22,645,20],[1648,24,645,22],[1648,28,645,26],[1648,29,645,27],[1649,6,646,4,"backgroundColor"],[1649,21,646,19],[1649,23,646,21],[1649,29,646,27],[1650,6,647,4,"padding"],[1650,13,647,11],[1650,15,647,13],[1650,17,647,15],[1651,6,648,4,"borderRadius"],[1651,18,648,16],[1651,20,648,18],[1651,22,648,20],[1652,6,649,4,"alignItems"],[1652,16,649,14],[1652,18,649,16],[1652,26,649,24],[1653,6,650,4,"marginBottom"],[1653,18,650,16],[1653,20,650,18],[1653,22,650,20],[1654,6,651,4,"shadowColor"],[1654,17,651,15],[1654,19,651,17],[1654,25,651,23],[1655,6,652,4,"shadowOffset"],[1655,18,652,16],[1655,20,652,18],[1656,8,652,20,"width"],[1656,13,652,25],[1656,15,652,27],[1656,16,652,28],[1657,8,652,30,"height"],[1657,14,652,36],[1657,16,652,38],[1658,6,652,40],[1658,7,652,41],[1659,6,653,4,"shadowOpacity"],[1659,19,653,17],[1659,21,653,19],[1659,25,653,23],[1660,6,654,4,"shadowRadius"],[1660,18,654,16],[1660,20,654,18],[1660,21,654,19],[1661,6,655,4,"elevation"],[1661,15,655,13],[1661,17,655,15],[1662,4,656,2],[1662,5,656,3],[1663,4,657,2,"actionCardFirst"],[1663,19,657,17],[1663,21,657,19],[1664,6,658,4,"marginRight"],[1664,17,658,15],[1664,19,658,17],[1665,4,659,2],[1665,5,659,3],[1666,4,660,2,"actionCardLast"],[1666,18,660,16],[1666,20,660,18],[1667,6,661,4,"marginLeft"],[1667,16,661,14],[1667,18,661,16],[1668,4,662,2],[1668,5,662,3],[1669,4,663,2,"actionIcon"],[1669,14,663,12],[1669,16,663,14],[1670,6,664,4,"width"],[1670,11,664,9],[1670,13,664,11],[1670,15,664,13],[1671,6,665,4,"height"],[1671,12,665,10],[1671,14,665,12],[1671,16,665,14],[1672,6,666,4,"borderRadius"],[1672,18,666,16],[1672,20,666,18],[1672,22,666,20],[1673,6,667,4,"alignItems"],[1673,16,667,14],[1673,18,667,16],[1673,26,667,24],[1674,6,668,4,"justifyContent"],[1674,20,668,18],[1674,22,668,20],[1674,30,668,28],[1675,6,669,4,"marginBottom"],[1675,18,669,16],[1675,20,669,18],[1676,4,670,2],[1676,5,670,3],[1677,4,671,2,"actionLabel"],[1677,15,671,13],[1677,17,671,15],[1678,6,672,4,"fontSize"],[1678,14,672,12],[1678,16,672,14],[1678,18,672,16],[1679,6,673,4,"color"],[1679,11,673,9],[1679,13,673,11],[1679,22,673,20],[1680,6,674,4,"textAlign"],[1680,15,674,13],[1680,17,674,15],[1681,4,675,2],[1681,5,675,3],[1682,4,676,2,"walletHeader"],[1682,16,676,14],[1682,18,676,16],[1683,6,677,4,"padding"],[1683,13,677,11],[1683,15,677,13],[1683,17,677,15],[1684,6,678,4,"backgroundColor"],[1684,21,678,19],[1684,23,678,21],[1684,29,678,27],[1685,6,679,4,"borderBottomWidth"],[1685,23,679,21],[1685,25,679,23],[1685,26,679,24],[1686,6,680,4,"borderBottomColor"],[1686,23,680,21],[1686,25,680,23],[1686,34,680,32],[1687,6,681,4,"flexDirection"],[1687,19,681,17],[1687,21,681,19],[1687,26,681,24],[1688,6,682,4,"justifyContent"],[1688,20,682,18],[1688,22,682,20],[1688,37,682,35],[1689,6,683,4,"alignItems"],[1689,16,683,14],[1689,18,683,16],[1690,4,684,2],[1690,5,684,3],[1691,4,685,2,"walletTitle"],[1691,15,685,13],[1691,17,685,15],[1692,6,686,4,"fontSize"],[1692,14,686,12],[1692,16,686,14],[1692,18,686,16],[1693,6,687,4,"fontWeight"],[1693,16,687,14],[1693,18,687,16],[1693,23,687,21],[1694,6,688,4,"color"],[1694,11,688,9],[1694,13,688,11],[1695,4,689,2],[1695,5,689,3],[1696,4,690,2,"refreshButton"],[1696,17,690,15],[1696,19,690,17],[1697,6,691,4,"padding"],[1697,13,691,11],[1697,15,691,13],[1697,16,691,14],[1698,6,692,4,"borderRadius"],[1698,18,692,16],[1698,20,692,18],[1698,21,692,19],[1699,6,693,4,"backgroundColor"],[1699,21,693,19],[1699,23,693,21],[1700,4,694,2],[1700,5,694,3],[1701,4,695,2,"balanceCards"],[1701,16,695,14],[1701,18,695,16],[1702,6,696,4,"padding"],[1702,13,696,11],[1702,15,696,13],[1702,17,696,15],[1703,6,697,4,"gap"],[1703,9,697,7],[1703,11,697,9],[1704,4,698,2],[1704,5,698,3],[1705,4,699,2,"balanceCard"],[1705,15,699,13],[1705,17,699,15],[1706,6,700,4,"backgroundColor"],[1706,21,700,19],[1706,23,700,21],[1706,29,700,27],[1707,6,701,4,"padding"],[1707,13,701,11],[1707,15,701,13],[1707,17,701,15],[1708,6,702,4,"borderRadius"],[1708,18,702,16],[1708,20,702,18],[1708,22,702,20],[1709,6,703,4,"borderWidth"],[1709,17,703,15],[1709,19,703,17],[1709,20,703,18],[1710,6,704,4,"borderColor"],[1710,17,704,15],[1710,19,704,17],[1711,4,705,2],[1711,5,705,3],[1712,4,706,2,"balanceCardHeader"],[1712,21,706,19],[1712,23,706,21],[1713,6,707,4,"flexDirection"],[1713,19,707,17],[1713,21,707,19],[1713,26,707,24],[1714,6,708,4,"alignItems"],[1714,16,708,14],[1714,18,708,16],[1714,26,708,24],[1715,6,709,4,"gap"],[1715,9,709,7],[1715,11,709,9],[1715,12,709,10],[1716,6,710,4,"marginBottom"],[1716,18,710,16],[1716,20,710,18],[1717,4,711,2],[1717,5,711,3],[1718,4,712,2,"tokenLogo"],[1718,13,712,11],[1718,15,712,13],[1719,6,713,4,"width"],[1719,11,713,9],[1719,13,713,11],[1719,15,713,13],[1720,6,714,4,"height"],[1720,12,714,10],[1720,14,714,12],[1720,16,714,14],[1721,6,715,4,"borderRadius"],[1721,18,715,16],[1721,20,715,18],[1722,4,716,2],[1722,5,716,3],[1723,4,717,2,"tokenSymbol"],[1723,15,717,13],[1723,17,717,15],[1724,6,718,4,"fontSize"],[1724,14,718,12],[1724,16,718,14],[1724,18,718,16],[1725,6,719,4,"fontWeight"],[1725,16,719,14],[1725,18,719,16],[1725,23,719,21],[1726,6,720,4,"color"],[1726,11,720,9],[1726,13,720,11],[1727,4,721,2],[1727,5,721,3],[1728,4,722,2,"balanceAmount"],[1728,17,722,15],[1728,19,722,17],[1729,6,723,4,"fontSize"],[1729,14,723,12],[1729,16,723,14],[1729,18,723,16],[1730,6,724,4,"fontWeight"],[1730,16,724,14],[1730,18,724,16],[1730,23,724,21],[1731,6,725,4,"color"],[1731,11,725,9],[1731,13,725,11],[1731,22,725,20],[1732,6,726,4,"marginBottom"],[1732,18,726,16],[1732,20,726,18],[1733,4,727,2],[1733,5,727,3],[1734,4,728,2,"balanceUsd"],[1734,14,728,12],[1734,16,728,14],[1735,6,729,4,"fontSize"],[1735,14,729,12],[1735,16,729,14],[1735,18,729,16],[1736,6,730,4,"color"],[1736,11,730,9],[1736,13,730,11],[1737,4,731,2],[1737,5,731,3],[1738,4,732,2,"walletActions"],[1738,17,732,15],[1738,19,732,17],[1739,6,733,4,"flexDirection"],[1739,19,733,17],[1739,21,733,19],[1739,26,733,24],[1740,6,734,4,"padding"],[1740,13,734,11],[1740,15,734,13],[1740,17,734,15],[1741,6,735,4,"gap"],[1741,9,735,7],[1741,11,735,9],[1742,4,736,2],[1742,5,736,3],[1743,4,737,2,"walletActionButton"],[1743,22,737,20],[1743,24,737,22],[1744,6,738,4,"flex"],[1744,10,738,8],[1744,12,738,10],[1744,13,738,11],[1745,6,739,4,"backgroundColor"],[1745,21,739,19],[1745,23,739,21],[1745,32,739,30],[1746,6,740,4,"padding"],[1746,13,740,11],[1746,15,740,13],[1746,17,740,15],[1747,6,741,4,"borderRadius"],[1747,18,741,16],[1747,20,741,18],[1747,22,741,20],[1748,6,742,4,"alignItems"],[1748,16,742,14],[1748,18,742,16],[1748,26,742,24],[1749,6,743,4,"gap"],[1749,9,743,7],[1749,11,743,9],[1750,4,744,2],[1750,5,744,3],[1751,4,745,2,"walletActionText"],[1751,20,745,18],[1751,22,745,20],[1752,6,746,4,"color"],[1752,11,746,9],[1752,13,746,11],[1752,19,746,17],[1753,6,747,4,"fontSize"],[1753,14,747,12],[1753,16,747,14],[1753,18,747,16],[1754,6,748,4,"fontWeight"],[1754,16,748,14],[1754,18,748,16],[1755,4,749,2],[1755,5,749,3],[1756,4,750,2,"placeholderText"],[1756,19,750,17],[1756,21,750,19],[1757,6,751,4,"flex"],[1757,10,751,8],[1757,12,751,10],[1757,13,751,11],[1758,6,752,4,"textAlign"],[1758,15,752,13],[1758,17,752,15],[1758,25,752,23],[1759,6,753,4,"marginTop"],[1759,15,753,13],[1759,17,753,15],[1759,20,753,18],[1760,6,754,4,"fontSize"],[1760,14,754,12],[1760,16,754,14],[1760,18,754,16],[1761,6,755,4,"color"],[1761,11,755,9],[1761,13,755,11],[1762,4,756,2],[1762,5,756,3],[1763,4,757,2,"tabBar"],[1763,10,757,8],[1763,12,757,10],[1764,6,758,4,"borderTopWidth"],[1764,20,758,18],[1764,22,758,20],[1764,23,758,21],[1765,6,759,4,"borderTopColor"],[1765,20,759,18],[1765,22,759,20],[1765,31,759,29],[1766,6,760,4,"paddingBottom"],[1766,19,760,17],[1766,21,760,19],[1766,23,760,21],[1767,6,761,4,"paddingTop"],[1767,16,761,14],[1767,18,761,16],[1767,19,761,17],[1768,6,762,4,"backgroundColor"],[1768,21,762,19],[1768,23,762,21],[1769,4,763,2],[1769,5,763,3],[1770,4,764,2],[1771,4,765,2,"balanceRow"],[1771,14,765,12],[1771,16,765,14],[1772,6,766,4,"flexDirection"],[1772,19,766,17],[1772,21,766,19],[1772,26,766,24],[1773,6,767,4,"padding"],[1773,13,767,11],[1773,15,767,13],[1773,17,767,15],[1774,6,768,4,"gap"],[1774,9,768,7],[1774,11,768,9],[1775,4,769,2],[1775,5,769,3],[1776,4,770,2,"balanceCardNew"],[1776,18,770,16],[1776,20,770,18],[1777,6,771,4,"flex"],[1777,10,771,8],[1777,12,771,10],[1777,13,771,11],[1778,6,772,4,"backgroundColor"],[1778,21,772,19],[1778,23,772,21],[1778,29,772,27],[1779,6,773,4,"padding"],[1779,13,773,11],[1779,15,773,13],[1779,17,773,15],[1780,6,774,4,"borderRadius"],[1780,18,774,16],[1780,20,774,18],[1780,22,774,20],[1781,6,775,4,"alignItems"],[1781,16,775,14],[1781,18,775,16],[1781,26,775,24],[1782,6,776,4,"shadowColor"],[1782,17,776,15],[1782,19,776,17],[1782,25,776,23],[1783,6,777,4,"shadowOffset"],[1783,18,777,16],[1783,20,777,18],[1784,8,777,20,"width"],[1784,13,777,25],[1784,15,777,27],[1784,16,777,28],[1785,8,777,30,"height"],[1785,14,777,36],[1785,16,777,38],[1786,6,777,40],[1786,7,777,41],[1787,6,778,4,"shadowOpacity"],[1787,19,778,17],[1787,21,778,19],[1787,24,778,22],[1788,6,779,4,"shadowRadius"],[1788,18,779,16],[1788,20,779,18],[1788,21,779,19],[1789,6,780,4,"elevation"],[1789,15,780,13],[1789,17,780,15],[1790,4,781,2],[1790,5,781,3],[1791,4,782,2,"tokenLogoNew"],[1791,16,782,14],[1791,18,782,16],[1792,6,783,4,"width"],[1792,11,783,9],[1792,13,783,11],[1792,15,783,13],[1793,6,784,4,"height"],[1793,12,784,10],[1793,14,784,12],[1793,16,784,14],[1794,6,785,4,"borderRadius"],[1794,18,785,16],[1794,20,785,18],[1794,22,785,20],[1795,6,786,4,"marginBottom"],[1795,18,786,16],[1795,20,786,18],[1796,4,787,2],[1796,5,787,3],[1797,4,788,2,"tokenSymbolNew"],[1797,18,788,16],[1797,20,788,18],[1798,6,789,4,"fontSize"],[1798,14,789,12],[1798,16,789,14],[1798,18,789,16],[1799,6,790,4,"fontWeight"],[1799,16,790,14],[1799,18,790,16],[1799,23,790,21],[1800,6,791,4,"color"],[1800,11,791,9],[1800,13,791,11],[1800,22,791,20],[1801,6,792,4,"marginBottom"],[1801,18,792,16],[1801,20,792,18],[1802,4,793,2],[1802,5,793,3],[1803,4,794,2,"balanceAmountNew"],[1803,20,794,18],[1803,22,794,20],[1804,6,795,4,"fontSize"],[1804,14,795,12],[1804,16,795,14],[1804,18,795,16],[1805,6,796,4,"fontWeight"],[1805,16,796,14],[1805,18,796,16],[1805,23,796,21],[1806,6,797,4,"color"],[1806,11,797,9],[1806,13,797,11],[1806,22,797,20],[1807,6,798,4,"marginBottom"],[1807,18,798,16],[1807,20,798,18],[1808,4,799,2],[1808,5,799,3],[1809,4,800,2,"tokenNameNew"],[1809,16,800,14],[1809,18,800,16],[1810,6,801,4,"fontSize"],[1810,14,801,12],[1810,16,801,14],[1810,18,801,16],[1811,6,802,4,"color"],[1811,11,802,9],[1811,13,802,11],[1812,4,803,2],[1812,5,803,3],[1813,4,804,2,"actionsContainer"],[1813,20,804,18],[1813,22,804,20],[1814,6,805,4,"margin"],[1814,12,805,10],[1814,14,805,12],[1814,16,805,14],[1815,6,806,4,"backgroundColor"],[1815,21,806,19],[1815,23,806,21],[1815,29,806,27],[1816,6,807,4,"padding"],[1816,13,807,11],[1816,15,807,13],[1816,17,807,15],[1817,6,808,4,"borderRadius"],[1817,18,808,16],[1817,20,808,18],[1817,22,808,20],[1818,6,809,4,"shadowColor"],[1818,17,809,15],[1818,19,809,17],[1818,25,809,23],[1819,6,810,4,"shadowOffset"],[1819,18,810,16],[1819,20,810,18],[1820,8,810,20,"width"],[1820,13,810,25],[1820,15,810,27],[1820,16,810,28],[1821,8,810,30,"height"],[1821,14,810,36],[1821,16,810,38],[1822,6,810,40],[1822,7,810,41],[1823,6,811,4,"shadowOpacity"],[1823,19,811,17],[1823,21,811,19],[1823,24,811,22],[1824,6,812,4,"shadowRadius"],[1824,18,812,16],[1824,20,812,18],[1824,21,812,19],[1825,6,813,4,"elevation"],[1825,15,813,13],[1825,17,813,15],[1826,4,814,2],[1826,5,814,3],[1827,4,815,2,"actionsRow"],[1827,14,815,12],[1827,16,815,14],[1828,6,816,4,"flexDirection"],[1828,19,816,17],[1828,21,816,19],[1828,26,816,24],[1829,6,817,4,"justifyContent"],[1829,20,817,18],[1829,22,817,20],[1829,37,817,35],[1830,6,818,4,"marginBottom"],[1830,18,818,16],[1830,20,818,18],[1831,4,819,2],[1831,5,819,3],[1832,4,820,2,"actionBtn"],[1832,13,820,11],[1832,15,820,13],[1833,6,821,4,"width"],[1833,11,821,9],[1833,13,821,11],[1833,14,821,12,"width"],[1833,19,821,17],[1833,22,821,20],[1833,24,821,22],[1833,28,821,26],[1833,29,821,27],[1834,6,822,4,"padding"],[1834,13,822,11],[1834,15,822,13],[1834,17,822,15],[1835,6,823,4,"borderRadius"],[1835,18,823,16],[1835,20,823,18],[1835,22,823,20],[1836,6,824,4,"alignItems"],[1836,16,824,14],[1836,18,824,16],[1836,26,824,24],[1837,6,825,4,"justifyContent"],[1837,20,825,18],[1837,22,825,20],[1838,4,826,2],[1838,5,826,3],[1839,4,827,2,"actionBtnText"],[1839,17,827,15],[1839,19,827,17],[1840,6,828,4,"color"],[1840,11,828,9],[1840,13,828,11],[1840,19,828,17],[1841,6,829,4,"fontSize"],[1841,14,829,12],[1841,16,829,14],[1841,18,829,16],[1842,6,830,4,"fontWeight"],[1842,16,830,14],[1842,18,830,16],[1842,23,830,21],[1843,6,831,4,"marginTop"],[1843,15,831,13],[1843,17,831,15],[1844,4,832,2],[1844,5,832,3],[1845,4,833,2,"tokensContainer"],[1845,19,833,17],[1845,21,833,19],[1846,6,834,4,"margin"],[1846,12,834,10],[1846,14,834,12],[1846,16,834,14],[1847,6,835,4,"marginTop"],[1847,15,835,13],[1847,17,835,15],[1848,4,836,2],[1848,5,836,3],[1849,4,837,2,"tokensHeader"],[1849,16,837,14],[1849,18,837,16],[1850,6,838,4,"flexDirection"],[1850,19,838,17],[1850,21,838,19],[1850,26,838,24],[1851,6,839,4,"justifyContent"],[1851,20,839,18],[1851,22,839,20],[1851,37,839,35],[1852,6,840,4,"alignItems"],[1852,16,840,14],[1852,18,840,16],[1852,26,840,24],[1853,6,841,4,"marginBottom"],[1853,18,841,16],[1853,20,841,18],[1853,22,841,20],[1854,6,842,4,"paddingHorizontal"],[1854,23,842,21],[1854,25,842,23],[1855,4,843,2],[1855,5,843,3],[1856,4,844,2,"tokensTitle"],[1856,15,844,13],[1856,17,844,15],[1857,6,845,4,"fontSize"],[1857,14,845,12],[1857,16,845,14],[1857,18,845,16],[1858,6,846,4,"fontWeight"],[1858,16,846,14],[1858,18,846,16],[1858,23,846,21],[1859,6,847,4,"color"],[1859,11,847,9],[1859,13,847,11],[1860,4,848,2],[1860,5,848,3],[1861,4,849,2,"tokensHeaderActions"],[1861,23,849,21],[1861,25,849,23],[1862,6,850,4,"flexDirection"],[1862,19,850,17],[1862,21,850,19],[1862,26,850,24],[1863,6,851,4,"gap"],[1863,9,851,7],[1863,11,851,9],[1864,4,852,2],[1864,5,852,3],[1865,4,853,2,"tokenHeaderButton"],[1865,21,853,19],[1865,23,853,21],[1866,6,854,4,"width"],[1866,11,854,9],[1866,13,854,11],[1866,15,854,13],[1867,6,855,4,"height"],[1867,12,855,10],[1867,14,855,12],[1867,16,855,14],[1868,6,856,4,"borderRadius"],[1868,18,856,16],[1868,20,856,18],[1868,21,856,19],[1869,6,857,4,"backgroundColor"],[1869,21,857,19],[1869,23,857,21],[1869,32,857,30],[1870,6,858,4,"alignItems"],[1870,16,858,14],[1870,18,858,16],[1870,26,858,24],[1871,6,859,4,"justifyContent"],[1871,20,859,18],[1871,22,859,20],[1872,4,860,2],[1872,5,860,3],[1873,4,861,2,"tokenItem"],[1873,13,861,11],[1873,15,861,13],[1874,6,862,4,"flexDirection"],[1874,19,862,17],[1874,21,862,19],[1874,26,862,24],[1875,6,863,4,"justifyContent"],[1875,20,863,18],[1875,22,863,20],[1875,37,863,35],[1876,6,864,4,"alignItems"],[1876,16,864,14],[1876,18,864,16],[1876,26,864,24],[1877,6,865,4,"backgroundColor"],[1877,21,865,19],[1877,23,865,21],[1877,29,865,27],[1878,6,866,4,"padding"],[1878,13,866,11],[1878,15,866,13],[1878,17,866,15],[1879,6,867,4,"borderRadius"],[1879,18,867,16],[1879,20,867,18],[1879,22,867,20],[1880,6,868,4,"marginBottom"],[1880,18,868,16],[1880,20,868,18],[1880,21,868,19],[1881,6,869,4,"shadowColor"],[1881,17,869,15],[1881,19,869,17],[1881,25,869,23],[1882,6,870,4,"shadowOffset"],[1882,18,870,16],[1882,20,870,18],[1883,8,870,20,"width"],[1883,13,870,25],[1883,15,870,27],[1883,16,870,28],[1884,8,870,30,"height"],[1884,14,870,36],[1884,16,870,38],[1885,6,870,40],[1885,7,870,41],[1886,6,871,4,"shadowOpacity"],[1886,19,871,17],[1886,21,871,19],[1886,25,871,23],[1887,6,872,4,"shadowRadius"],[1887,18,872,16],[1887,20,872,18],[1887,21,872,19],[1888,6,873,4,"elevation"],[1888,15,873,13],[1888,17,873,15],[1889,4,874,2],[1889,5,874,3],[1890,4,875,2,"tokenItemLeft"],[1890,17,875,15],[1890,19,875,17],[1891,6,876,4,"flexDirection"],[1891,19,876,17],[1891,21,876,19],[1891,26,876,24],[1892,6,877,4,"alignItems"],[1892,16,877,14],[1892,18,877,16],[1892,26,877,24],[1893,6,878,4,"gap"],[1893,9,878,7],[1893,11,878,9],[1894,4,879,2],[1894,5,879,3],[1895,4,880,2,"tokenIconContainer"],[1895,22,880,20],[1895,24,880,22],[1896,6,881,4,"position"],[1896,14,881,12],[1896,16,881,14],[1896,26,881,24],[1897,6,882,4,"width"],[1897,11,882,9],[1897,13,882,11],[1897,15,882,13],[1898,6,883,4,"height"],[1898,12,883,10],[1898,14,883,12],[1899,4,884,2],[1899,5,884,3],[1900,4,885,2,"tokenIcon"],[1900,13,885,11],[1900,15,885,13],[1901,6,886,4,"width"],[1901,11,886,9],[1901,13,886,11],[1901,15,886,13],[1902,6,887,4,"height"],[1902,12,887,10],[1902,14,887,12],[1902,16,887,14],[1903,6,888,4,"borderRadius"],[1903,18,888,16],[1903,20,888,18],[1904,4,889,2],[1904,5,889,3],[1905,4,890,2,"networkBadge"],[1905,16,890,14],[1905,18,890,16],[1906,6,891,4,"position"],[1906,14,891,12],[1906,16,891,14],[1906,26,891,24],[1907,6,892,4,"right"],[1907,11,892,9],[1907,13,892,11],[1907,14,892,12],[1907,15,892,13],[1908,6,893,4,"bottom"],[1908,12,893,10],[1908,14,893,12],[1908,15,893,13],[1908,16,893,14],[1909,6,894,4,"width"],[1909,11,894,9],[1909,13,894,11],[1909,15,894,13],[1910,6,895,4,"height"],[1910,12,895,10],[1910,14,895,12],[1910,16,895,14],[1911,6,896,4,"borderRadius"],[1911,18,896,16],[1911,20,896,18],[1911,21,896,19],[1912,6,897,4,"borderWidth"],[1912,17,897,15],[1912,19,897,17],[1912,20,897,18],[1913,6,898,4,"borderColor"],[1913,17,898,15],[1913,19,898,17],[1914,4,899,2],[1914,5,899,3],[1915,4,900,2,"tokenItemName"],[1915,17,900,15],[1915,19,900,17],[1916,6,901,4,"fontSize"],[1916,14,901,12],[1916,16,901,14],[1916,18,901,16],[1917,6,902,4,"fontWeight"],[1917,16,902,14],[1917,18,902,16],[1917,23,902,21],[1918,6,903,4,"color"],[1918,11,903,9],[1918,13,903,11],[1919,4,904,2],[1919,5,904,3],[1920,4,905,2,"tokenItemNetwork"],[1920,20,905,18],[1920,22,905,20],[1921,6,906,4,"fontSize"],[1921,14,906,12],[1921,16,906,14],[1921,18,906,16],[1922,6,907,4,"color"],[1922,11,907,9],[1922,13,907,11],[1923,4,908,2],[1923,5,908,3],[1924,4,909,2,"tokenItemRight"],[1924,18,909,16],[1924,20,909,18],[1925,6,910,4,"alignItems"],[1925,16,910,14],[1925,18,910,16],[1926,4,911,2],[1926,5,911,3],[1927,4,912,2,"tokenItemBalance"],[1927,20,912,18],[1927,22,912,20],[1928,6,913,4,"fontSize"],[1928,14,913,12],[1928,16,913,14],[1928,18,913,16],[1929,6,914,4,"fontWeight"],[1929,16,914,14],[1929,18,914,16],[1929,23,914,21],[1930,6,915,4,"color"],[1930,11,915,9],[1930,13,915,11],[1931,4,916,2],[1931,5,916,3],[1932,4,917,2,"tokenItemUsd"],[1932,16,917,14],[1932,18,917,16],[1933,6,918,4,"fontSize"],[1933,14,918,12],[1933,16,918,14],[1933,18,918,16],[1934,6,919,4,"color"],[1934,11,919,9],[1934,13,919,11],[1935,4,920,2],[1936,2,921,0],[1936,3,921,1],[1936,4,921,2],[1937,2,921,3],[1937,6,921,3,"_c"],[1937,8,921,3],[1937,10,921,3,"_c2"],[1937,13,921,3],[1937,15,921,3,"_c3"],[1937,18,921,3],[1937,20,921,3,"_c4"],[1937,23,921,3],[1937,25,921,3,"_c5"],[1937,28,921,3],[1937,30,921,3,"_c6"],[1937,33,921,3],[1938,2,921,3,"$RefreshReg$"],[1938,14,921,3],[1938,15,921,3,"_c"],[1938,17,921,3],[1939,2,921,3,"$RefreshReg$"],[1939,14,921,3],[1939,15,921,3,"_c2"],[1939,18,921,3],[1940,2,921,3,"$RefreshReg$"],[1940,14,921,3],[1940,15,921,3,"_c3"],[1940,18,921,3],[1941,2,921,3,"$RefreshReg$"],[1941,14,921,3],[1941,15,921,3,"_c4"],[1941,18,921,3],[1942,2,921,3,"$RefreshReg$"],[1942,14,921,3],[1942,15,921,3,"_c5"],[1942,18,921,3],[1943,2,921,3,"$RefreshReg$"],[1943,14,921,3],[1943,15,921,3,"_c6"],[1943,18,921,3],[1944,0,921,3],[1944,3]],"functionMap":{"names":["","HomeTab","showImagePickerOptions","takePhoto","pickImageFromGallery","TouchableOpacity.props.onPress","QUICK_ACTIONS.map$argument_0","WalletTab","useEffect$argument_0","fetchBalance","setTimeout$argument_0","CitizensTab","ReferralTab","ProfileTab","HomeScreen","Tab.Screen.props.options.tabBarIcon","Tab.Screen.props.children"],"mappings":"AAA;ACmB;iCCK;GDoB;oBEE;GFoB;+BGE;GHqB;iEIoB,sCJ;iEIG,0CJ;iEIG,qCJ;+BKwB;aLc;CDM;AOE;YCS;GDE;uBEE;mCCI,wBD;GF8B;CPuO;AWE;CXM;AYE;CZM;AaE;CbM;ecI;sBCc;WDE;SEG,yCF;sBCO;WDE;sBCQ;WDE;sBCQ;WDE;sBCQ;WDE;CdK"},"hasCjsExports":false},"type":"js/module"}]}
\ No newline at end of file
+{"dependencies":[{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":51,"index":51}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/View","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"4kYBDC6LJJXoH7P9rWDi3vkLVB0=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Text","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"JKIzsQ5YQ0gDj0MIyY0Q7F1zJtU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/StyleSheet","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"MK7+k1V+KnvCVW7Kj2k/ydtjmVU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/TouchableOpacity","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PnQOoa8QGKpV5+issz6ikk463eg=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/ScrollView","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"7Gv1K9/TiQvbDXlMy9NOQIEBHDA=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Image","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"h9Yjx6LR7umCdPP226caWyLdUPo=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Dimensions","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"ySrYx/xxJL+A+Ie+sLy/r/EEnF8=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Alert","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PEUC6jrQVoAGZ2qYkvimljMOyJI=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":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 _react = require(_dependencyMap[0], \"react\");\n var _reactNativeWebDistExportsView = require(_dependencyMap[1], \"react-native-web/dist/exports/View\");\n var View = _interopDefault(_reactNativeWebDistExportsView);\n var _reactNativeWebDistExportsText = require(_dependencyMap[2], \"react-native-web/dist/exports/Text\");\n var Text = _interopDefault(_reactNativeWebDistExportsText);\n var _reactNativeWebDistExportsStyleSheet = require(_dependencyMap[3], \"react-native-web/dist/exports/StyleSheet\");\n var StyleSheet = _interopDefault(_reactNativeWebDistExportsStyleSheet);\n var _reactNativeWebDistExportsTouchableOpacity = require(_dependencyMap[4], \"react-native-web/dist/exports/TouchableOpacity\");\n var TouchableOpacity = _interopDefault(_reactNativeWebDistExportsTouchableOpacity);\n var _reactNativeWebDistExportsScrollView = require(_dependencyMap[5], \"react-native-web/dist/exports/ScrollView\");\n var ScrollView = _interopDefault(_reactNativeWebDistExportsScrollView);\n var _reactNativeWebDistExportsImage = require(_dependencyMap[6], \"react-native-web/dist/exports/Image\");\n var Image = _interopDefault(_reactNativeWebDistExportsImage);\n var _reactNativeWebDistExportsDimensions = require(_dependencyMap[7], \"react-native-web/dist/exports/Dimensions\");\n var Dimensions = _interopDefault(_reactNativeWebDistExportsDimensions);\n var _reactNativeWebDistExportsAlert = require(_dependencyMap[8], \"react-native-web/dist/exports/Alert\");\n var Alert = _interopDefault(_reactNativeWebDistExportsAlert);\n var _expoVectorIcons = require(_dependencyMap[9], \"@expo/vector-icons\");\n var _reactNavigationBottomTabs = require(_dependencyMap[10], \"@react-navigation/bottom-tabs\");\n var _expoImagePicker = require(_dependencyMap[11], \"expo-image-picker\");\n var ImagePicker = _interopNamespace(_expoImagePicker);\n var _contextsAuthContext = require(_dependencyMap[12], \"../contexts/AuthContext\");\n var _reactNativeSafeAreaContext = require(_dependencyMap[13], \"react-native-safe-area-context\");\n var _reactJsxDevRuntime = require(_dependencyMap[14], \"react/jsx-dev-runtime\");\n const {\n width\n } = Dimensions.default.get('window');\n function HomeTab({\n navigation\n }) {\n _s();\n const {\n user\n } = (0, _contextsAuthContext.useAuth)();\n const insets = (0, _reactNativeSafeAreaContext.useSafeAreaInsets)();\n const [profileImage, setProfileImage] = (0, _react.useState)(null);\n const showImagePickerOptions = () => {\n Alert.default.alert('Change Profile Photo', 'Choose an option', [{\n text: 'Take Photo',\n onPress: takePhoto\n }, {\n text: 'Choose from Gallery',\n onPress: pickImageFromGallery\n }, {\n text: 'Cancel',\n style: 'cancel'\n }], {\n cancelable: true\n });\n };\n const takePhoto = async () => {\n const permissionResult = await ImagePicker.requestCameraPermissionsAsync();\n if (permissionResult.granted === false) {\n Alert.default.alert('Permission Required', 'Camera permission is required!');\n return;\n }\n const result = await ImagePicker.launchCameraAsync({\n allowsEditing: true,\n aspect: [1, 1],\n quality: 0.5,\n base64: true\n });\n if (!result.canceled && result.assets[0].base64) {\n const base64Image = `data:image/jpeg;base64,${result.assets[0].base64}`;\n setProfileImage(base64Image);\n // TODO: Save to backend\n }\n };\n const pickImageFromGallery = async () => {\n const permissionResult = await ImagePicker.requestMediaLibraryPermissionsAsync();\n if (permissionResult.granted === false) {\n Alert.default.alert('Permission Required', 'Gallery access is required!');\n return;\n }\n const result = await ImagePicker.launchImageLibraryAsync({\n mediaTypes: ['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 const base64Image = `data:image/jpeg;base64,${result.assets[0].base64}`;\n setProfileImage(base64Image);\n // TODO: Save to backend\n }\n };\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n showsVerticalScrollIndicator: false,\n contentContainerStyle: styles.scrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: [styles.header, {\n paddingTop: insets.top + 16\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.headerLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: styles.profileImage,\n onPress: showImagePickerOptions,\n children: profileImage ? /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\n source: {\n uri: profileImage\n },\n style: styles.profileImageSrc\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 99,\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: 101,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 97,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\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: 105,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.trustScore,\n children: \"750\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 106,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 104,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 96,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.headerRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: styles.iconButton,\n onPress: () => navigation.navigate('QRScanner'),\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: 111,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 110,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: styles.iconButton,\n onPress: () => navigation.navigate('Notifications'),\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: 114,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 113,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: styles.iconButton,\n onPress: () => navigation.navigate('Settings'),\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: 117,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 116,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 109,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 95,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.announcementWidget,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n horizontal: true,\n showsHorizontalScrollIndicator: false,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.announcement,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.announcementTitle,\n children: \"\\uD83C\\uDF89 Welcome to PezkuwiChain!\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 126,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.announcementText,\n children: \"Start your citizenship journey today\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 127,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 125,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.announcement,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.announcementTitle,\n children: \"\\uD83D\\uDCE2 New Feature\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 130,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.announcementText,\n children: \"Vote on governance proposals\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 131,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 129,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 124,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 123,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.quickActionsContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.sectionTitle,\n children: \"Quick Actions\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 138,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.actionsGrid,\n children: QUICK_ACTIONS.map((action, index) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: [styles.actionCard, index % 4 === 0 && styles.actionCardFirst, index % 4 === 3 && styles.actionCardLast],\n activeOpacity: 0.7,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\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: 150,\n columnNumber: 19\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 149,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionLabel,\n children: action.label\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 152,\n columnNumber: 17\n }, this)]\n }, action.id, true, {\n fileName: _jsxFileName,\n lineNumber: 141,\n columnNumber: 15\n }, this))\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 139,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 137,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 93,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 92,\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 const {\n user\n } = (0, _contextsAuthContext.useAuth)();\n const insets = (0, _reactNativeSafeAreaContext.useSafeAreaInsets)();\n const [hezBalance, setHezBalance] = (0, _react.useState)('Loading...');\n const [pezBalance, setPezBalance] = (0, _react.useState)('Loading...');\n const [loading, setLoading] = (0, _react.useState)(true);\n const TEST_WALLET = '5GgTgG9sRmPQAYU1RsTejZYnZRjwzKZKWD3awtuqjHioki45';\n (0, _react.useEffect)(() => {\n fetchBalance();\n }, []);\n const fetchBalance = async () => {\n try {\n const backendUrl = \"https://kurdish-id.preview.emergentagent.com\" || 'http://localhost:8001';\n const controller = new AbortController();\n const timeoutId = setTimeout(() => controller.abort(), 5000); // 5 sec timeout\n\n const response = await 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 const data = await 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 /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n contentContainerStyle: styles.walletScrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: [styles.walletHeader, {\n paddingTop: insets.top + 16\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.walletTitle,\n children: \"My Wallet\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 216,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 218,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 217,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 215,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.balanceRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.balanceCardNew,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\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: 225,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenSymbolNew,\n children: \"HEZ\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 229,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.balanceAmountNew,\n children: hezBalance\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 230,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenNameNew,\n children: \"Hemwelat\\xEE Token\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 231,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 224,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.balanceCardNew,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\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: 235,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenSymbolNew,\n children: \"PEZ\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 239,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.balanceAmountNew,\n children: pezBalance\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 240,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenNameNew,\n children: \"Pezkuw\\xEE Token\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 241,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 234,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 223,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.actionsContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.actionsRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 250,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionBtnText,\n children: \"Send\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 251,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 249,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 254,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionBtnText,\n children: \"Receive\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 255,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 253,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 258,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionBtnText,\n children: \"Swap\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 259,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 257,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 262,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionBtnText,\n children: \"P2P\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 263,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 261,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 248,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.actionsRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 270,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionBtnText,\n children: \"Vote\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 271,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 269,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 274,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionBtnText,\n children: \"DApps\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 275,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 273,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 278,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionBtnText,\n children: \"Staking\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 279,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 277,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 282,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionBtnText,\n children: \"Connect\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 283,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 281,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 268,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 246,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokensContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokensHeader,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokensTitle,\n children: \"Tokens\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 291,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokensHeaderActions,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: styles.tokenHeaderButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"search\",\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 294,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 293,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: styles.tokenHeaderButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"add-circle\",\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 297,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 296,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: styles.tokenHeaderButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"settings\",\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 300,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 299,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 292,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 290,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenIconContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_digital-kurdistan/artifacts/8lztwx8u_USDT%28hez%29.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 309,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\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: 313,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 308,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemName,\n children: \"USDT\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 319,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemNetwork,\n children: \"PEZ Network\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 320,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 318,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 307,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemBalance,\n children: \"0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 324,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 325,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 323,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 306,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_digital-kurdistan/artifacts/06k2kt5u_dot.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 332,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemName,\n children: \"DOT\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 337,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemNetwork,\n children: \"Polkadot\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 338,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 336,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 331,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemBalance,\n children: \"0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 342,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 343,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 341,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 330,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_digital-kurdistan/artifacts/7obzx4ca_bitcoin.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 350,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemName,\n children: \"BTC\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 355,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemNetwork,\n children: \"Bitcoin\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 356,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 354,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 349,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemBalance,\n children: \"0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 360,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 361,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 359,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 348,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_digital-kurdistan/artifacts/l927j96q_etherium.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 368,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemName,\n children: \"ETH\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 373,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemNetwork,\n children: \"Ethereum\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 374,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 372,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 367,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemBalance,\n children: \"0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 378,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 379,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 377,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 366,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_digital-kurdistan/artifacts/2k07ckau_BNB_logo.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 386,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemName,\n children: \"BNB\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 391,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemNetwork,\n children: \"Binance Smart Chain\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 392,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 390,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 385,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemBalance,\n children: \"0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 396,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 397,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 395,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 384,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_digital-kurdistan/artifacts/k5rl2t4g_ADAlogo.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 404,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemName,\n children: \"ADA\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 409,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemNetwork,\n children: \"Cardano\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 410,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 408,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 403,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemBalance,\n children: \"0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 414,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 415,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 413,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 402,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_digital-kurdistan/artifacts/ldg2spf2_SOLlogo.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 422,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemName,\n children: \"SOL\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 427,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemNetwork,\n children: \"Solana\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 428,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 426,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 421,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemBalance,\n children: \"0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 432,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 433,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 431,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 420,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 289,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 213,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 212,\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)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.placeholderText,\n children: \"Citizens Screen\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 445,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 444,\n columnNumber: 5\n }, this);\n }\n _c3 = CitizensTab;\n function ReferralTab() {\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.placeholderText,\n children: \"Referral Screen\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 453,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 452,\n columnNumber: 5\n }, this);\n }\n _c4 = ReferralTab;\n function ProfileTab() {\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.placeholderText,\n children: \"Profile Screen\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 461,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 460,\n columnNumber: 5\n }, this);\n }\n _c5 = ProfileTab;\n const Tab = (0, _reactNavigationBottomTabs.createBottomTabNavigator)();\n function HomeScreen({\n navigation\n }) {\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 options: {\n tabBarLabel: 'Home',\n tabBarIcon: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"home\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 483,\n columnNumber: 13\n }, this)\n },\n children: () => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(HomeTab, {\n navigation: navigation\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 487,\n columnNumber: 16\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 478,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Wallet\",\n component: WalletTab,\n options: {\n tabBarLabel: 'Wallet',\n tabBarIcon: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"wallet\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 495,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 489,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Citizens\",\n component: CitizensTab,\n options: {\n tabBarLabel: 'Citizens',\n tabBarIcon: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"people\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 505,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 499,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Referral\",\n component: ReferralTab,\n options: {\n tabBarLabel: 'Referral',\n tabBarIcon: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"gift\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 515,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 509,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Profile\",\n component: ProfileTab,\n options: {\n tabBarLabel: 'Profile',\n tabBarIcon: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"person\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 525,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 519,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 470,\n columnNumber: 5\n }, this);\n }\n _c6 = HomeScreen;\n const 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 const styles = StyleSheet.default.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 - 32,\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 tokensHeader: {\n flexDirection: 'row',\n justifyContent: 'space-between',\n alignItems: 'center',\n marginBottom: 12,\n paddingHorizontal: 4\n },\n tokensTitle: {\n fontSize: 18,\n fontWeight: '700',\n color: '#1F2937'\n },\n tokensHeaderActions: {\n flexDirection: 'row',\n gap: 12\n },\n tokenHeaderButton: {\n width: 32,\n height: 32,\n borderRadius: 8,\n backgroundColor: '#F3F4F6',\n alignItems: 'center',\n justifyContent: 'center'\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":1944,"map":[[30,2,468,15,"Object"],[30,8,468,15],[30,9,468,15,"defineProperty"],[30,23,468,15],[30,24,468,15,"exports"],[30,31,468,15],[31,4,468,15,"enumerable"],[31,14,468,15],[32,4,468,15,"get"],[32,7,468,15],[32,18,468,15,"get"],[32,19,468,15],[33,6,468,15],[33,13,468,15,"HomeScreen"],[33,23,468,15],[34,4,468,15],[35,2,468,15],[36,2,1,0],[36,6,1,0,"_react"],[36,12,1,0],[36,15,1,0,"require"],[36,22,1,0],[36,23,1,0,"_dependencyMap"],[36,37,1,0],[37,2,1,51],[37,6,1,51,"_reactNativeWebDistExportsView"],[37,36,1,51],[37,39,1,51,"require"],[37,46,1,51],[37,47,1,51,"_dependencyMap"],[37,61,1,51],[38,2,1,51],[38,6,1,51,"View"],[38,10,1,51],[38,13,1,51,"_interopDefault"],[38,28,1,51],[38,29,1,51,"_reactNativeWebDistExportsView"],[38,59,1,51],[39,2,1,51],[39,6,1,51,"_reactNativeWebDistExportsText"],[39,36,1,51],[39,39,1,51,"require"],[39,46,1,51],[39,47,1,51,"_dependencyMap"],[39,61,1,51],[40,2,1,51],[40,6,1,51,"Text"],[40,10,1,51],[40,13,1,51,"_interopDefault"],[40,28,1,51],[40,29,1,51,"_reactNativeWebDistExportsText"],[40,59,1,51],[41,2,1,51],[41,6,1,51,"_reactNativeWebDistExportsStyleSheet"],[41,42,1,51],[41,45,1,51,"require"],[41,52,1,51],[41,53,1,51,"_dependencyMap"],[41,67,1,51],[42,2,1,51],[42,6,1,51,"StyleSheet"],[42,16,1,51],[42,19,1,51,"_interopDefault"],[42,34,1,51],[42,35,1,51,"_reactNativeWebDistExportsStyleSheet"],[42,71,1,51],[43,2,1,51],[43,6,1,51,"_reactNativeWebDistExportsTouchableOpacity"],[43,48,1,51],[43,51,1,51,"require"],[43,58,1,51],[43,59,1,51,"_dependencyMap"],[43,73,1,51],[44,2,1,51],[44,6,1,51,"TouchableOpacity"],[44,22,1,51],[44,25,1,51,"_interopDefault"],[44,40,1,51],[44,41,1,51,"_reactNativeWebDistExportsTouchableOpacity"],[44,83,1,51],[45,2,1,51],[45,6,1,51,"_reactNativeWebDistExportsScrollView"],[45,42,1,51],[45,45,1,51,"require"],[45,52,1,51],[45,53,1,51,"_dependencyMap"],[45,67,1,51],[46,2,1,51],[46,6,1,51,"ScrollView"],[46,16,1,51],[46,19,1,51,"_interopDefault"],[46,34,1,51],[46,35,1,51,"_reactNativeWebDistExportsScrollView"],[46,71,1,51],[47,2,1,51],[47,6,1,51,"_reactNativeWebDistExportsImage"],[47,37,1,51],[47,40,1,51,"require"],[47,47,1,51],[47,48,1,51,"_dependencyMap"],[47,62,1,51],[48,2,1,51],[48,6,1,51,"Image"],[48,11,1,51],[48,14,1,51,"_interopDefault"],[48,29,1,51],[48,30,1,51,"_reactNativeWebDistExportsImage"],[48,61,1,51],[49,2,1,51],[49,6,1,51,"_reactNativeWebDistExportsDimensions"],[49,42,1,51],[49,45,1,51,"require"],[49,52,1,51],[49,53,1,51,"_dependencyMap"],[49,67,1,51],[50,2,1,51],[50,6,1,51,"Dimensions"],[50,16,1,51],[50,19,1,51,"_interopDefault"],[50,34,1,51],[50,35,1,51,"_reactNativeWebDistExportsDimensions"],[50,71,1,51],[51,2,1,51],[51,6,1,51,"_reactNativeWebDistExportsAlert"],[51,37,1,51],[51,40,1,51,"require"],[51,47,1,51],[51,48,1,51,"_dependencyMap"],[51,62,1,51],[52,2,1,51],[52,6,1,51,"Alert"],[52,11,1,51],[52,14,1,51,"_interopDefault"],[52,29,1,51],[52,30,1,51,"_reactNativeWebDistExportsAlert"],[52,61,1,51],[53,2,12,0],[53,6,12,0,"_expoVectorIcons"],[53,22,12,0],[53,25,12,0,"require"],[53,32,12,0],[53,33,12,0,"_dependencyMap"],[53,47,12,0],[54,2,13,0],[54,6,13,0,"_reactNavigationBottomTabs"],[54,32,13,0],[54,35,13,0,"require"],[54,42,13,0],[54,43,13,0,"_dependencyMap"],[54,57,13,0],[55,2,14,0],[55,6,14,0,"_expoImagePicker"],[55,22,14,0],[55,25,14,0,"require"],[55,32,14,0],[55,33,14,0,"_dependencyMap"],[55,47,14,0],[56,2,14,0],[56,6,14,0,"ImagePicker"],[56,17,14,0],[56,20,14,0,"_interopNamespace"],[56,37,14,0],[56,38,14,0,"_expoImagePicker"],[56,54,14,0],[57,2,15,0],[57,6,15,0,"_contextsAuthContext"],[57,26,15,0],[57,29,15,0,"require"],[57,36,15,0],[57,37,15,0,"_dependencyMap"],[57,51,15,0],[58,2,16,0],[58,6,16,0,"_reactNativeSafeAreaContext"],[58,33,16,0],[58,36,16,0,"require"],[58,43,16,0],[58,44,16,0,"_dependencyMap"],[58,58,16,0],[59,2,16,67],[59,6,16,67,"_reactJsxDevRuntime"],[59,25,16,67],[59,28,16,67,"require"],[59,35,16,67],[59,36,16,67,"_dependencyMap"],[59,50,16,67],[60,2,18,0],[60,8,18,6],[61,4,18,8,"width"],[62,2,18,14],[62,3,18,15],[62,6,18,18,"Dimensions"],[62,16,18,28],[62,17,18,28,"default"],[62,24,18,28],[62,25,18,29,"get"],[62,28,18,32],[62,29,18,33],[62,37,18,41],[62,38,18,42],[63,2,20,0],[63,11,20,9,"HomeTab"],[63,18,20,16,"HomeTab"],[63,19,20,17],[64,4,20,19,"navigation"],[65,2,20,35],[65,3,20,36],[65,5,20,38],[66,4,20,38,"_s"],[66,6,20,38],[67,4,21,2],[67,10,21,8],[68,6,21,10,"user"],[69,4,21,15],[69,5,21,16],[69,8,21,19],[69,12,21,19,"useAuth"],[69,32,21,26],[69,33,21,26,"useAuth"],[69,40,21,26],[69,42,21,27],[69,43,21,28],[70,4,22,2],[70,10,22,8,"insets"],[70,16,22,14],[70,19,22,17],[70,23,22,17,"useSafeAreaInsets"],[70,50,22,34],[70,51,22,34,"useSafeAreaInsets"],[70,68,22,34],[70,70,22,35],[70,71,22,36],[71,4,23,2],[71,10,23,8],[71,11,23,9,"profileImage"],[71,23,23,21],[71,25,23,23,"setProfileImage"],[71,40,23,38],[71,41,23,39],[71,44,23,42],[71,48,23,42,"useState"],[71,54,23,50],[71,55,23,50,"useState"],[71,63,23,50],[71,65,23,66],[71,69,23,70],[71,70,23,71],[72,4,25,2],[72,10,25,8,"showImagePickerOptions"],[72,32,25,30],[72,35,25,33,"showImagePickerOptions"],[72,36,25,33],[72,41,25,39],[73,6,26,4,"Alert"],[73,11,26,9],[73,12,26,9,"default"],[73,19,26,9],[73,20,26,10,"alert"],[73,25,26,15],[73,26,27,6],[73,48,27,28],[73,50,28,6],[73,68,28,24],[73,70,29,6],[73,71,30,8],[74,8,31,10,"text"],[74,12,31,14],[74,14,31,16],[74,26,31,28],[75,8,32,10,"onPress"],[75,15,32,17],[75,17,32,19,"takePhoto"],[76,6,33,8],[76,7,33,9],[76,9,34,8],[77,8,35,10,"text"],[77,12,35,14],[77,14,35,16],[77,35,35,37],[78,8,36,10,"onPress"],[78,15,36,17],[78,17,36,19,"pickImageFromGallery"],[79,6,37,8],[79,7,37,9],[79,9,38,8],[80,8,39,10,"text"],[80,12,39,14],[80,14,39,16],[80,22,39,24],[81,8,40,10,"style"],[81,13,40,15],[81,15,40,17],[82,6,41,8],[82,7,41,9],[82,8,42,7],[82,10,43,6],[83,8,43,8,"cancelable"],[83,18,43,18],[83,20,43,20],[84,6,43,25],[84,7,44,4],[84,8,44,5],[85,4,45,2],[85,5,45,3],[86,4,47,2],[86,10,47,8,"takePhoto"],[86,19,47,17],[86,22,47,20],[86,28,47,20,"takePhoto"],[86,29,47,20],[86,34,47,32],[87,6,48,4],[87,12,48,10,"permissionResult"],[87,28,48,26],[87,31,48,29],[87,37,48,35,"ImagePicker"],[87,48,48,46],[87,49,48,47,"requestCameraPermissionsAsync"],[87,78,48,76],[87,79,48,77],[87,80,48,78],[88,6,50,4],[88,10,50,8,"permissionResult"],[88,26,50,24],[88,27,50,25,"granted"],[88,34,50,32],[88,39,50,37],[88,44,50,42],[88,46,50,44],[89,8,51,6,"Alert"],[89,13,51,11],[89,14,51,11,"default"],[89,21,51,11],[89,22,51,12,"alert"],[89,27,51,17],[89,28,51,18],[89,49,51,39],[89,51,51,41],[89,83,51,73],[89,84,51,74],[90,8,52,6],[91,6,53,4],[92,6,55,4],[92,12,55,10,"result"],[92,18,55,16],[92,21,55,19],[92,27,55,25,"ImagePicker"],[92,38,55,36],[92,39,55,37,"launchCameraAsync"],[92,56,55,54],[92,57,55,55],[93,8,56,6,"allowsEditing"],[93,21,56,19],[93,23,56,21],[93,27,56,25],[94,8,57,6,"aspect"],[94,14,57,12],[94,16,57,14],[94,17,57,15],[94,18,57,16],[94,20,57,18],[94,21,57,19],[94,22,57,20],[95,8,58,6,"quality"],[95,15,58,13],[95,17,58,15],[95,20,58,18],[96,8,59,6,"base64"],[96,14,59,12],[96,16,59,14],[97,6,60,4],[97,7,60,5],[97,8,60,6],[98,6,62,4],[98,10,62,8],[98,11,62,9,"result"],[98,17,62,15],[98,18,62,16,"canceled"],[98,26,62,24],[98,30,62,28,"result"],[98,36,62,34],[98,37,62,35,"assets"],[98,43,62,41],[98,44,62,42],[98,45,62,43],[98,46,62,44],[98,47,62,45,"base64"],[98,53,62,51],[98,55,62,53],[99,8,63,6],[99,14,63,12,"base64Image"],[99,25,63,23],[99,28,63,26],[99,54,63,52,"result"],[99,60,63,58],[99,61,63,59,"assets"],[99,67,63,65],[99,68,63,66],[99,69,63,67],[99,70,63,68],[99,71,63,69,"base64"],[99,77,63,75],[99,79,63,77],[100,8,64,6,"setProfileImage"],[100,23,64,21],[100,24,64,22,"base64Image"],[100,35,64,33],[100,36,64,34],[101,8,65,6],[102,6,66,4],[103,4,67,2],[103,5,67,3],[104,4,69,2],[104,10,69,8,"pickImageFromGallery"],[104,30,69,28],[104,33,69,31],[104,39,69,31,"pickImageFromGallery"],[104,40,69,31],[104,45,69,43],[105,6,70,4],[105,12,70,10,"permissionResult"],[105,28,70,26],[105,31,70,29],[105,37,70,35,"ImagePicker"],[105,48,70,46],[105,49,70,47,"requestMediaLibraryPermissionsAsync"],[105,84,70,82],[105,85,70,83],[105,86,70,84],[106,6,72,4],[106,10,72,8,"permissionResult"],[106,26,72,24],[106,27,72,25,"granted"],[106,34,72,32],[106,39,72,37],[106,44,72,42],[106,46,72,44],[107,8,73,6,"Alert"],[107,13,73,11],[107,14,73,11,"default"],[107,21,73,11],[107,22,73,12,"alert"],[107,27,73,17],[107,28,73,18],[107,49,73,39],[107,51,73,41],[107,80,73,70],[107,81,73,71],[108,8,74,6],[109,6,75,4],[110,6,77,4],[110,12,77,10,"result"],[110,18,77,16],[110,21,77,19],[110,27,77,25,"ImagePicker"],[110,38,77,36],[110,39,77,37,"launchImageLibraryAsync"],[110,62,77,60],[110,63,77,61],[111,8,78,6,"mediaTypes"],[111,18,78,16],[111,20,78,18],[111,21,78,19],[111,29,78,27],[111,30,78,28],[112,8,79,6,"allowsEditing"],[112,21,79,19],[112,23,79,21],[112,27,79,25],[113,8,80,6,"aspect"],[113,14,80,12],[113,16,80,14],[113,17,80,15],[113,18,80,16],[113,20,80,18],[113,21,80,19],[113,22,80,20],[114,8,81,6,"quality"],[114,15,81,13],[114,17,81,15],[114,20,81,18],[115,8,82,6,"base64"],[115,14,82,12],[115,16,82,14],[116,6,83,4],[116,7,83,5],[116,8,83,6],[117,6,85,4],[117,10,85,8],[117,11,85,9,"result"],[117,17,85,15],[117,18,85,16,"canceled"],[117,26,85,24],[117,30,85,28,"result"],[117,36,85,34],[117,37,85,35,"assets"],[117,43,85,41],[117,44,85,42],[117,45,85,43],[117,46,85,44],[117,47,85,45,"base64"],[117,53,85,51],[117,55,85,53],[118,8,86,6],[118,14,86,12,"base64Image"],[118,25,86,23],[118,28,86,26],[118,54,86,52,"result"],[118,60,86,58],[118,61,86,59,"assets"],[118,67,86,65],[118,68,86,66],[118,69,86,67],[118,70,86,68],[118,71,86,69,"base64"],[118,77,86,75],[118,79,86,77],[119,8,87,6,"setProfileImage"],[119,23,87,21],[119,24,87,22,"base64Image"],[119,35,87,33],[119,36,87,34],[120,8,88,6],[121,6,89,4],[122,4,90,2],[122,5,90,3],[123,4,91,2],[123,24,92,4],[123,28,92,4,"_reactJsxDevRuntime"],[123,47,92,4],[123,48,92,4,"jsxDEV"],[123,54,92,4],[123,56,92,5,"View"],[123,60,92,9],[123,61,92,9,"default"],[123,68,92,9],[124,6,92,10,"style"],[124,11,92,15],[124,13,92,17,"styles"],[124,19,92,23],[124,20,92,24,"container"],[124,29,92,34],[125,6,92,34,"children"],[125,14,92,34],[125,29,93,6],[125,33,93,6,"_reactJsxDevRuntime"],[125,52,93,6],[125,53,93,6,"jsxDEV"],[125,59,93,6],[125,61,93,7,"ScrollView"],[125,71,93,17],[125,72,93,17,"default"],[125,79,93,17],[126,8,93,18,"showsVerticalScrollIndicator"],[126,36,93,46],[126,38,93,48],[126,43,93,54],[127,8,93,55,"contentContainerStyle"],[127,29,93,76],[127,31,93,78,"styles"],[127,37,93,84],[127,38,93,85,"scrollContent"],[127,51,93,99],[128,8,93,99,"children"],[128,16,93,99],[128,32,95,8],[128,36,95,8,"_reactJsxDevRuntime"],[128,55,95,8],[128,56,95,8,"jsxDEV"],[128,62,95,8],[128,64,95,9,"View"],[128,68,95,13],[128,69,95,13,"default"],[128,76,95,13],[129,10,95,14,"style"],[129,15,95,19],[129,17,95,21],[129,18,95,22,"styles"],[129,24,95,28],[129,25,95,29,"header"],[129,31,95,35],[129,33,95,37],[130,12,95,39,"paddingTop"],[130,22,95,49],[130,24,95,51,"insets"],[130,30,95,57],[130,31,95,58,"top"],[130,34,95,61],[130,37,95,64],[131,10,95,67],[131,11,95,68],[131,12,95,70],[132,10,95,70,"children"],[132,18,95,70],[132,34,96,10],[132,38,96,10,"_reactJsxDevRuntime"],[132,57,96,10],[132,58,96,10,"jsxDEV"],[132,64,96,10],[132,66,96,11,"View"],[132,70,96,15],[132,71,96,15,"default"],[132,78,96,15],[133,12,96,16,"style"],[133,17,96,21],[133,19,96,23,"styles"],[133,25,96,29],[133,26,96,30,"headerLeft"],[133,36,96,41],[134,12,96,41,"children"],[134,20,96,41],[134,36,97,12],[134,40,97,12,"_reactJsxDevRuntime"],[134,59,97,12],[134,60,97,12,"jsxDEV"],[134,66,97,12],[134,68,97,13,"TouchableOpacity"],[134,84,97,29],[134,85,97,29,"default"],[134,92,97,29],[135,14,97,30,"style"],[135,19,97,35],[135,21,97,37,"styles"],[135,27,97,43],[135,28,97,44,"profileImage"],[135,40,97,57],[136,14,97,58,"onPress"],[136,21,97,65],[136,23,97,67,"showImagePickerOptions"],[136,45,97,90],[137,14,97,90,"children"],[137,22,97,90],[137,24,98,15,"profileImage"],[137,36,98,27],[137,52,99,16],[137,56,99,16,"_reactJsxDevRuntime"],[137,75,99,16],[137,76,99,16,"jsxDEV"],[137,82,99,16],[137,84,99,17,"Image"],[137,89,99,22],[137,90,99,22,"default"],[137,97,99,22],[138,16,99,23,"source"],[138,22,99,29],[138,24,99,31],[139,18,99,33,"uri"],[139,21,99,36],[139,23,99,38,"profileImage"],[140,16,99,51],[140,17,99,53],[141,16,99,54,"style"],[141,21,99,59],[141,23,99,61,"styles"],[141,29,99,67],[141,30,99,68,"profileImageSrc"],[142,14,99,84],[143,16,99,84,"fileName"],[143,24,99,84],[143,26,99,84,"_jsxFileName"],[143,38,99,84],[144,16,99,84,"lineNumber"],[144,26,99,84],[145,16,99,84,"columnNumber"],[145,28,99,84],[146,14,99,84],[146,21,99,86],[146,22,99,87],[146,38,101,16],[146,42,101,16,"_reactJsxDevRuntime"],[146,61,101,16],[146,62,101,16,"jsxDEV"],[146,68,101,16],[146,70,101,17,"_expoVectorIcons"],[146,86,101,25],[146,87,101,25,"Ionicons"],[146,95,101,25],[147,16,101,26,"name"],[147,20,101,30],[147,22,101,31],[147,30,101,39],[148,16,101,40,"size"],[148,20,101,44],[148,22,101,46],[148,24,101,49],[149,16,101,50,"color"],[149,21,101,55],[149,23,101,56],[150,14,101,65],[151,16,101,65,"fileName"],[151,24,101,65],[151,26,101,65,"_jsxFileName"],[151,38,101,65],[152,16,101,65,"lineNumber"],[152,26,101,65],[153,16,101,65,"columnNumber"],[153,28,101,65],[154,14,101,65],[154,21,101,67],[155,12,102,15],[156,14,102,15,"fileName"],[156,22,102,15],[156,24,102,15,"_jsxFileName"],[156,36,102,15],[157,14,102,15,"lineNumber"],[157,24,102,15],[158,14,102,15,"columnNumber"],[158,26,102,15],[159,12,102,15],[159,19,103,30],[159,20,103,31],[159,35,104,12],[159,39,104,12,"_reactJsxDevRuntime"],[159,58,104,12],[159,59,104,12,"jsxDEV"],[159,65,104,12],[159,67,104,13,"View"],[159,71,104,17],[159,72,104,17,"default"],[159,79,104,17],[160,14,104,18,"style"],[160,19,104,23],[160,21,104,25,"styles"],[160,27,104,31],[160,28,104,32,"profileBadge"],[160,40,104,45],[161,14,104,45,"children"],[161,22,104,45],[161,38,105,14],[161,42,105,14,"_reactJsxDevRuntime"],[161,61,105,14],[161,62,105,14,"jsxDEV"],[161,68,105,14],[161,70,105,15,"_expoVectorIcons"],[161,86,105,23],[161,87,105,23,"Ionicons"],[161,95,105,23],[162,16,105,24,"name"],[162,20,105,28],[162,22,105,29],[162,28,105,35],[163,16,105,36,"size"],[163,20,105,40],[163,22,105,42],[163,24,105,45],[164,16,105,46,"color"],[164,21,105,51],[164,23,105,52],[165,14,105,61],[166,16,105,61,"fileName"],[166,24,105,61],[166,26,105,61,"_jsxFileName"],[166,38,105,61],[167,16,105,61,"lineNumber"],[167,26,105,61],[168,16,105,61,"columnNumber"],[168,28,105,61],[169,14,105,61],[169,21,105,63],[169,22,105,64],[169,37,106,14],[169,41,106,14,"_reactJsxDevRuntime"],[169,60,106,14],[169,61,106,14,"jsxDEV"],[169,67,106,14],[169,69,106,15,"Text"],[169,73,106,19],[169,74,106,19,"default"],[169,81,106,19],[170,16,106,20,"style"],[170,21,106,25],[170,23,106,27,"styles"],[170,29,106,33],[170,30,106,34,"trustScore"],[170,40,106,45],[171,16,106,45,"children"],[171,24,106,45],[171,26,106,46],[172,14,106,49],[173,16,106,49,"fileName"],[173,24,106,49],[173,26,106,49,"_jsxFileName"],[173,38,106,49],[174,16,106,49,"lineNumber"],[174,26,106,49],[175,16,106,49,"columnNumber"],[175,28,106,49],[176,14,106,49],[176,21,106,55],[176,22,106,56],[177,12,106,56],[178,14,106,56,"fileName"],[178,22,106,56],[178,24,106,56,"_jsxFileName"],[178,36,106,56],[179,14,106,56,"lineNumber"],[179,24,106,56],[180,14,106,56,"columnNumber"],[180,26,106,56],[181,12,106,56],[181,19,107,18],[181,20,107,19],[182,10,107,19],[183,12,107,19,"fileName"],[183,20,107,19],[183,22,107,19,"_jsxFileName"],[183,34,107,19],[184,12,107,19,"lineNumber"],[184,22,107,19],[185,12,107,19,"columnNumber"],[185,24,107,19],[186,10,107,19],[186,17,108,16],[186,18,108,17],[186,33,109,10],[186,37,109,10,"_reactJsxDevRuntime"],[186,56,109,10],[186,57,109,10,"jsxDEV"],[186,63,109,10],[186,65,109,11,"View"],[186,69,109,15],[186,70,109,15,"default"],[186,77,109,15],[187,12,109,16,"style"],[187,17,109,21],[187,19,109,23,"styles"],[187,25,109,29],[187,26,109,30,"headerRight"],[187,37,109,42],[188,12,109,42,"children"],[188,20,109,42],[188,36,110,12],[188,40,110,12,"_reactJsxDevRuntime"],[188,59,110,12],[188,60,110,12,"jsxDEV"],[188,66,110,12],[188,68,110,13,"TouchableOpacity"],[188,84,110,29],[188,85,110,29,"default"],[188,92,110,29],[189,14,110,30,"style"],[189,19,110,35],[189,21,110,37,"styles"],[189,27,110,43],[189,28,110,44,"iconButton"],[189,38,110,55],[190,14,110,56,"onPress"],[190,21,110,63],[190,23,110,65,"onPress"],[190,24,110,65],[190,29,110,71,"navigation"],[190,39,110,81],[190,40,110,82,"navigate"],[190,48,110,90],[190,49,110,91],[190,60,110,102],[190,61,110,104],[191,14,110,104,"children"],[191,22,110,104],[191,37,111,14],[191,41,111,14,"_reactJsxDevRuntime"],[191,60,111,14],[191,61,111,14,"jsxDEV"],[191,67,111,14],[191,69,111,15,"_expoVectorIcons"],[191,85,111,23],[191,86,111,23,"Ionicons"],[191,94,111,23],[192,16,111,24,"name"],[192,20,111,28],[192,22,111,29],[192,39,111,46],[193,16,111,47,"size"],[193,20,111,51],[193,22,111,53],[193,24,111,56],[194,16,111,57,"color"],[194,21,111,62],[194,23,111,63],[195,14,111,72],[196,16,111,72,"fileName"],[196,24,111,72],[196,26,111,72,"_jsxFileName"],[196,38,111,72],[197,16,111,72,"lineNumber"],[197,26,111,72],[198,16,111,72,"columnNumber"],[198,28,111,72],[199,14,111,72],[199,21,111,74],[200,12,111,75],[201,14,111,75,"fileName"],[201,22,111,75],[201,24,111,75,"_jsxFileName"],[201,36,111,75],[202,14,111,75,"lineNumber"],[202,24,111,75],[203,14,111,75,"columnNumber"],[203,26,111,75],[204,12,111,75],[204,19,112,30],[204,20,112,31],[204,35,113,12],[204,39,113,12,"_reactJsxDevRuntime"],[204,58,113,12],[204,59,113,12,"jsxDEV"],[204,65,113,12],[204,67,113,13,"TouchableOpacity"],[204,83,113,29],[204,84,113,29,"default"],[204,91,113,29],[205,14,113,30,"style"],[205,19,113,35],[205,21,113,37,"styles"],[205,27,113,43],[205,28,113,44,"iconButton"],[205,38,113,55],[206,14,113,56,"onPress"],[206,21,113,63],[206,23,113,65,"onPress"],[206,24,113,65],[206,29,113,71,"navigation"],[206,39,113,81],[206,40,113,82,"navigate"],[206,48,113,90],[206,49,113,91],[206,64,113,106],[206,65,113,108],[207,14,113,108,"children"],[207,22,113,108],[207,37,114,14],[207,41,114,14,"_reactJsxDevRuntime"],[207,60,114,14],[207,61,114,14,"jsxDEV"],[207,67,114,14],[207,69,114,15,"_expoVectorIcons"],[207,85,114,23],[207,86,114,23,"Ionicons"],[207,94,114,23],[208,16,114,24,"name"],[208,20,114,28],[208,22,114,29],[208,45,114,52],[209,16,114,53,"size"],[209,20,114,57],[209,22,114,59],[209,24,114,62],[210,16,114,63,"color"],[210,21,114,68],[210,23,114,69],[211,14,114,78],[212,16,114,78,"fileName"],[212,24,114,78],[212,26,114,78,"_jsxFileName"],[212,38,114,78],[213,16,114,78,"lineNumber"],[213,26,114,78],[214,16,114,78,"columnNumber"],[214,28,114,78],[215,14,114,78],[215,21,114,80],[216,12,114,81],[217,14,114,81,"fileName"],[217,22,114,81],[217,24,114,81,"_jsxFileName"],[217,36,114,81],[218,14,114,81,"lineNumber"],[218,24,114,81],[219,14,114,81,"columnNumber"],[219,26,114,81],[220,12,114,81],[220,19,115,30],[220,20,115,31],[220,35,116,12],[220,39,116,12,"_reactJsxDevRuntime"],[220,58,116,12],[220,59,116,12,"jsxDEV"],[220,65,116,12],[220,67,116,13,"TouchableOpacity"],[220,83,116,29],[220,84,116,29,"default"],[220,91,116,29],[221,14,116,30,"style"],[221,19,116,35],[221,21,116,37,"styles"],[221,27,116,43],[221,28,116,44,"iconButton"],[221,38,116,55],[222,14,116,56,"onPress"],[222,21,116,63],[222,23,116,65,"onPress"],[222,24,116,65],[222,29,116,71,"navigation"],[222,39,116,81],[222,40,116,82,"navigate"],[222,48,116,90],[222,49,116,91],[222,59,116,101],[222,60,116,103],[223,14,116,103,"children"],[223,22,116,103],[223,37,117,14],[223,41,117,14,"_reactJsxDevRuntime"],[223,60,117,14],[223,61,117,14,"jsxDEV"],[223,67,117,14],[223,69,117,15,"_expoVectorIcons"],[223,85,117,23],[223,86,117,23,"Ionicons"],[223,94,117,23],[224,16,117,24,"name"],[224,20,117,28],[224,22,117,29],[224,40,117,47],[225,16,117,48,"size"],[225,20,117,52],[225,22,117,54],[225,24,117,57],[226,16,117,58,"color"],[226,21,117,63],[226,23,117,64],[227,14,117,73],[228,16,117,73,"fileName"],[228,24,117,73],[228,26,117,73,"_jsxFileName"],[228,38,117,73],[229,16,117,73,"lineNumber"],[229,26,117,73],[230,16,117,73,"columnNumber"],[230,28,117,73],[231,14,117,73],[231,21,117,75],[232,12,117,76],[233,14,117,76,"fileName"],[233,22,117,76],[233,24,117,76,"_jsxFileName"],[233,36,117,76],[234,14,117,76,"lineNumber"],[234,24,117,76],[235,14,117,76,"columnNumber"],[235,26,117,76],[236,12,117,76],[236,19,118,30],[236,20,118,31],[237,10,118,31],[238,12,118,31,"fileName"],[238,20,118,31],[238,22,118,31,"_jsxFileName"],[238,34,118,31],[239,12,118,31,"lineNumber"],[239,22,118,31],[240,12,118,31,"columnNumber"],[240,24,118,31],[241,10,118,31],[241,17,119,16],[241,18,119,17],[242,8,119,17],[243,10,119,17,"fileName"],[243,18,119,17],[243,20,119,17,"_jsxFileName"],[243,32,119,17],[244,10,119,17,"lineNumber"],[244,20,119,17],[245,10,119,17,"columnNumber"],[245,22,119,17],[246,8,119,17],[246,15,120,14],[246,16,120,15],[246,31,123,8],[246,35,123,8,"_reactJsxDevRuntime"],[246,54,123,8],[246,55,123,8,"jsxDEV"],[246,61,123,8],[246,63,123,9,"View"],[246,67,123,13],[246,68,123,13,"default"],[246,75,123,13],[247,10,123,14,"style"],[247,15,123,19],[247,17,123,21,"styles"],[247,23,123,27],[247,24,123,28,"announcementWidget"],[247,42,123,47],[248,10,123,47,"children"],[248,18,123,47],[248,33,124,10],[248,37,124,10,"_reactJsxDevRuntime"],[248,56,124,10],[248,57,124,10,"jsxDEV"],[248,63,124,10],[248,65,124,11,"ScrollView"],[248,75,124,21],[248,76,124,21,"default"],[248,83,124,21],[249,12,124,22,"horizontal"],[249,22,124,32],[250,12,124,33,"showsHorizontalScrollIndicator"],[250,42,124,63],[250,44,124,65],[250,49,124,71],[251,12,124,71,"children"],[251,20,124,71],[251,36,125,12],[251,40,125,12,"_reactJsxDevRuntime"],[251,59,125,12],[251,60,125,12,"jsxDEV"],[251,66,125,12],[251,68,125,13,"View"],[251,72,125,17],[251,73,125,17,"default"],[251,80,125,17],[252,14,125,18,"style"],[252,19,125,23],[252,21,125,25,"styles"],[252,27,125,31],[252,28,125,32,"announcement"],[252,40,125,45],[253,14,125,45,"children"],[253,22,125,45],[253,38,126,14],[253,42,126,14,"_reactJsxDevRuntime"],[253,61,126,14],[253,62,126,14,"jsxDEV"],[253,68,126,14],[253,70,126,15,"Text"],[253,74,126,19],[253,75,126,19,"default"],[253,82,126,19],[254,16,126,20,"style"],[254,21,126,25],[254,23,126,27,"styles"],[254,29,126,33],[254,30,126,34,"announcementTitle"],[254,47,126,52],[255,16,126,52,"children"],[255,24,126,52],[255,26,126,53],[256,14,126,80],[257,16,126,80,"fileName"],[257,24,126,80],[257,26,126,80,"_jsxFileName"],[257,38,126,80],[258,16,126,80,"lineNumber"],[258,26,126,80],[259,16,126,80,"columnNumber"],[259,28,126,80],[260,14,126,80],[260,21,126,86],[260,22,126,87],[260,37,127,14],[260,41,127,14,"_reactJsxDevRuntime"],[260,60,127,14],[260,61,127,14,"jsxDEV"],[260,67,127,14],[260,69,127,15,"Text"],[260,73,127,19],[260,74,127,19,"default"],[260,81,127,19],[261,16,127,20,"style"],[261,21,127,25],[261,23,127,27,"styles"],[261,29,127,33],[261,30,127,34,"announcementText"],[261,46,127,51],[262,16,127,51,"children"],[262,24,127,51],[262,26,127,52],[263,14,127,88],[264,16,127,88,"fileName"],[264,24,127,88],[264,26,127,88,"_jsxFileName"],[264,38,127,88],[265,16,127,88,"lineNumber"],[265,26,127,88],[266,16,127,88,"columnNumber"],[266,28,127,88],[267,14,127,88],[267,21,127,94],[267,22,127,95],[268,12,127,95],[269,14,127,95,"fileName"],[269,22,127,95],[269,24,127,95,"_jsxFileName"],[269,36,127,95],[270,14,127,95,"lineNumber"],[270,24,127,95],[271,14,127,95,"columnNumber"],[271,26,127,95],[272,12,127,95],[272,19,128,18],[272,20,128,19],[272,35,129,12],[272,39,129,12,"_reactJsxDevRuntime"],[272,58,129,12],[272,59,129,12,"jsxDEV"],[272,65,129,12],[272,67,129,13,"View"],[272,71,129,17],[272,72,129,17,"default"],[272,79,129,17],[273,14,129,18,"style"],[273,19,129,23],[273,21,129,25,"styles"],[273,27,129,31],[273,28,129,32,"announcement"],[273,40,129,45],[274,14,129,45,"children"],[274,22,129,45],[274,38,130,14],[274,42,130,14,"_reactJsxDevRuntime"],[274,61,130,14],[274,62,130,14,"jsxDEV"],[274,68,130,14],[274,70,130,15,"Text"],[274,74,130,19],[274,75,130,19,"default"],[274,82,130,19],[275,16,130,20,"style"],[275,21,130,25],[275,23,130,27,"styles"],[275,29,130,33],[275,30,130,34,"announcementTitle"],[275,47,130,52],[276,16,130,52,"children"],[276,24,130,52],[276,26,130,53],[277,14,130,67],[278,16,130,67,"fileName"],[278,24,130,67],[278,26,130,67,"_jsxFileName"],[278,38,130,67],[279,16,130,67,"lineNumber"],[279,26,130,67],[280,16,130,67,"columnNumber"],[280,28,130,67],[281,14,130,67],[281,21,130,73],[281,22,130,74],[281,37,131,14],[281,41,131,14,"_reactJsxDevRuntime"],[281,60,131,14],[281,61,131,14,"jsxDEV"],[281,67,131,14],[281,69,131,15,"Text"],[281,73,131,19],[281,74,131,19,"default"],[281,81,131,19],[282,16,131,20,"style"],[282,21,131,25],[282,23,131,27,"styles"],[282,29,131,33],[282,30,131,34,"announcementText"],[282,46,131,51],[283,16,131,51,"children"],[283,24,131,51],[283,26,131,52],[284,14,131,80],[285,16,131,80,"fileName"],[285,24,131,80],[285,26,131,80,"_jsxFileName"],[285,38,131,80],[286,16,131,80,"lineNumber"],[286,26,131,80],[287,16,131,80,"columnNumber"],[287,28,131,80],[288,14,131,80],[288,21,131,86],[288,22,131,87],[289,12,131,87],[290,14,131,87,"fileName"],[290,22,131,87],[290,24,131,87,"_jsxFileName"],[290,36,131,87],[291,14,131,87,"lineNumber"],[291,24,131,87],[292,14,131,87,"columnNumber"],[292,26,131,87],[293,12,131,87],[293,19,132,18],[293,20,132,19],[294,10,132,19],[295,12,132,19,"fileName"],[295,20,132,19],[295,22,132,19,"_jsxFileName"],[295,34,132,19],[296,12,132,19,"lineNumber"],[296,22,132,19],[297,12,132,19,"columnNumber"],[297,24,132,19],[298,10,132,19],[298,17,133,22],[299,8,133,23],[300,10,133,23,"fileName"],[300,18,133,23],[300,20,133,23,"_jsxFileName"],[300,32,133,23],[301,10,133,23,"lineNumber"],[301,20,133,23],[302,10,133,23,"columnNumber"],[302,22,133,23],[303,8,133,23],[303,15,134,14],[303,16,134,15],[303,31,137,8],[303,35,137,8,"_reactJsxDevRuntime"],[303,54,137,8],[303,55,137,8,"jsxDEV"],[303,61,137,8],[303,63,137,9,"View"],[303,67,137,13],[303,68,137,13,"default"],[303,75,137,13],[304,10,137,14,"style"],[304,15,137,19],[304,17,137,21,"styles"],[304,23,137,27],[304,24,137,28,"quickActionsContainer"],[304,45,137,50],[305,10,137,50,"children"],[305,18,137,50],[305,34,138,10],[305,38,138,10,"_reactJsxDevRuntime"],[305,57,138,10],[305,58,138,10,"jsxDEV"],[305,64,138,10],[305,66,138,11,"Text"],[305,70,138,15],[305,71,138,15,"default"],[305,78,138,15],[306,12,138,16,"style"],[306,17,138,21],[306,19,138,23,"styles"],[306,25,138,29],[306,26,138,30,"sectionTitle"],[306,38,138,43],[307,12,138,43,"children"],[307,20,138,43],[307,22,138,44],[308,10,138,57],[309,12,138,57,"fileName"],[309,20,138,57],[309,22,138,57,"_jsxFileName"],[309,34,138,57],[310,12,138,57,"lineNumber"],[310,22,138,57],[311,12,138,57,"columnNumber"],[311,24,138,57],[312,10,138,57],[312,17,138,63],[312,18,138,64],[312,33,139,10],[312,37,139,10,"_reactJsxDevRuntime"],[312,56,139,10],[312,57,139,10,"jsxDEV"],[312,63,139,10],[312,65,139,11,"View"],[312,69,139,15],[312,70,139,15,"default"],[312,77,139,15],[313,12,139,16,"style"],[313,17,139,21],[313,19,139,23,"styles"],[313,25,139,29],[313,26,139,30,"actionsGrid"],[313,37,139,42],[314,12,139,42,"children"],[314,20,139,42],[314,22,140,13,"QUICK_ACTIONS"],[314,35,140,26],[314,36,140,27,"map"],[314,39,140,30],[314,40,140,31],[314,41,140,32,"action"],[314,47,140,38],[314,49,140,40,"index"],[314,54,140,45],[314,72,141,14],[314,76,141,14,"_reactJsxDevRuntime"],[314,95,141,14],[314,96,141,14,"jsxDEV"],[314,102,141,14],[314,104,141,15,"TouchableOpacity"],[314,120,141,31],[314,121,141,31,"default"],[314,128,141,31],[315,14,143,16,"style"],[315,19,143,21],[315,21,143,23],[315,22,143,24,"styles"],[315,28,143,30],[315,29,143,31,"actionCard"],[315,39,143,41],[315,41,144,19,"index"],[315,46,144,24],[315,49,144,27],[315,50,144,28],[315,55,144,33],[315,56,144,34],[315,60,144,39,"styles"],[315,66,144,45],[315,67,144,46,"actionCardFirst"],[315,82,144,61],[315,84,145,19,"index"],[315,89,145,24],[315,92,145,27],[315,93,145,28],[315,98,145,33],[315,99,145,34],[315,103,145,39,"styles"],[315,109,145,45],[315,110,145,46,"actionCardLast"],[315,124,145,60],[315,125,146,18],[316,14,147,16,"activeOpacity"],[316,27,147,29],[316,29,147,31],[316,32,147,35],[317,14,147,35,"children"],[317,22,147,35],[317,38,149,16],[317,42,149,16,"_reactJsxDevRuntime"],[317,61,149,16],[317,62,149,16,"jsxDEV"],[317,68,149,16],[317,70,149,17,"View"],[317,74,149,21],[317,75,149,21,"default"],[317,82,149,21],[318,16,149,22,"style"],[318,21,149,27],[318,23,149,29],[318,24,149,30,"styles"],[318,30,149,36],[318,31,149,37,"actionIcon"],[318,41,149,47],[318,43,149,49],[319,18,149,51,"backgroundColor"],[319,33,149,66],[319,35,149,68,"action"],[319,41,149,74],[319,42,149,75,"color"],[320,16,149,81],[320,17,149,82],[320,18,149,84],[321,16,149,84,"children"],[321,24,149,84],[321,39,150,18],[321,43,150,18,"_reactJsxDevRuntime"],[321,62,150,18],[321,63,150,18,"jsxDEV"],[321,69,150,18],[321,71,150,19,"_expoVectorIcons"],[321,87,150,27],[321,88,150,27,"Ionicons"],[321,96,150,27],[322,18,150,28,"name"],[322,22,150,32],[322,24,150,34,"action"],[322,30,150,40],[322,31,150,41,"icon"],[322,35,150,46],[323,18,150,47,"size"],[323,22,150,51],[323,24,150,53],[323,26,150,56],[324,18,150,57,"color"],[324,23,150,62],[324,25,150,63],[325,16,150,69],[326,18,150,69,"fileName"],[326,26,150,69],[326,28,150,69,"_jsxFileName"],[326,40,150,69],[327,18,150,69,"lineNumber"],[327,28,150,69],[328,18,150,69,"columnNumber"],[328,30,150,69],[329,16,150,69],[329,23,150,71],[330,14,150,72],[331,16,150,72,"fileName"],[331,24,150,72],[331,26,150,72,"_jsxFileName"],[331,38,150,72],[332,16,150,72,"lineNumber"],[332,26,150,72],[333,16,150,72,"columnNumber"],[333,28,150,72],[334,14,150,72],[334,21,151,22],[334,22,151,23],[334,37,152,16],[334,41,152,16,"_reactJsxDevRuntime"],[334,60,152,16],[334,61,152,16,"jsxDEV"],[334,67,152,16],[334,69,152,17,"Text"],[334,73,152,21],[334,74,152,21,"default"],[334,81,152,21],[335,16,152,22,"style"],[335,21,152,27],[335,23,152,29,"styles"],[335,29,152,35],[335,30,152,36,"actionLabel"],[335,41,152,48],[336,16,152,48,"children"],[336,24,152,48],[336,26,152,50,"action"],[336,32,152,56],[336,33,152,57,"label"],[337,14,152,62],[338,16,152,62,"fileName"],[338,24,152,62],[338,26,152,62,"_jsxFileName"],[338,38,152,62],[339,16,152,62,"lineNumber"],[339,26,152,62],[340,16,152,62,"columnNumber"],[340,28,152,62],[341,14,152,62],[341,21,152,69],[341,22,152,70],[342,12,152,70],[342,15,142,21,"action"],[342,21,142,27],[342,22,142,28,"id"],[342,24,142,30],[343,14,142,30,"fileName"],[343,22,142,30],[343,24,142,30,"_jsxFileName"],[343,36,142,30],[344,14,142,30,"lineNumber"],[344,24,142,30],[345,14,142,30,"columnNumber"],[345,26,142,30],[346,12,142,30],[346,19,153,32],[346,20,154,13],[347,10,154,14],[348,12,154,14,"fileName"],[348,20,154,14],[348,22,154,14,"_jsxFileName"],[348,34,154,14],[349,12,154,14,"lineNumber"],[349,22,154,14],[350,12,154,14,"columnNumber"],[350,24,154,14],[351,10,154,14],[351,17,155,16],[351,18,155,17],[352,8,155,17],[353,10,155,17,"fileName"],[353,18,155,17],[353,20,155,17,"_jsxFileName"],[353,32,155,17],[354,10,155,17,"lineNumber"],[354,20,155,17],[355,10,155,17,"columnNumber"],[355,22,155,17],[356,8,155,17],[356,15,156,14],[356,16,156,15],[357,6,156,15],[358,8,156,15,"fileName"],[358,16,156,15],[358,18,156,15,"_jsxFileName"],[358,30,156,15],[359,8,156,15,"lineNumber"],[359,18,156,15],[360,8,156,15,"columnNumber"],[360,20,156,15],[361,6,156,15],[361,13,157,18],[362,4,157,19],[363,6,157,19,"fileName"],[363,14,157,19],[363,16,157,19,"_jsxFileName"],[363,28,157,19],[364,6,157,19,"lineNumber"],[364,16,157,19],[365,6,157,19,"columnNumber"],[365,18,157,19],[366,4,157,19],[366,11,158,10],[366,12,158,11],[367,2,160,0],[368,2,160,1,"_s"],[368,4,160,1],[368,5,20,9,"HomeTab"],[368,12,20,16],[369,4,20,16],[369,12,21,19,"useAuth"],[369,32,21,26],[369,33,21,26,"useAuth"],[369,40,21,26],[369,42,22,17,"useSafeAreaInsets"],[369,69,22,34],[369,70,22,34,"useSafeAreaInsets"],[369,87,22,34],[370,2,22,34],[371,2,22,34,"_c"],[371,4,22,34],[371,7,20,9,"HomeTab"],[371,14,20,16],[372,2,162,0],[372,11,162,9,"WalletTab"],[372,20,162,18,"WalletTab"],[372,21,162,18],[372,23,162,21],[373,4,162,21,"_s2"],[373,7,162,21],[374,4,163,2],[374,10,163,8],[375,6,163,10,"user"],[376,4,163,15],[376,5,163,16],[376,8,163,19],[376,12,163,19,"useAuth"],[376,32,163,26],[376,33,163,26,"useAuth"],[376,40,163,26],[376,42,163,27],[376,43,163,28],[377,4,164,2],[377,10,164,8,"insets"],[377,16,164,14],[377,19,164,17],[377,23,164,17,"useSafeAreaInsets"],[377,50,164,34],[377,51,164,34,"useSafeAreaInsets"],[377,68,164,34],[377,70,164,35],[377,71,164,36],[378,4,165,2],[378,10,165,8],[378,11,165,9,"hezBalance"],[378,21,165,19],[378,23,165,21,"setHezBalance"],[378,36,165,34],[378,37,165,35],[378,40,165,38],[378,44,165,38,"useState"],[378,50,165,46],[378,51,165,46,"useState"],[378,59,165,46],[378,61,165,47],[378,73,165,59],[378,74,165,60],[379,4,166,2],[379,10,166,8],[379,11,166,9,"pezBalance"],[379,21,166,19],[379,23,166,21,"setPezBalance"],[379,36,166,34],[379,37,166,35],[379,40,166,38],[379,44,166,38,"useState"],[379,50,166,46],[379,51,166,46,"useState"],[379,59,166,46],[379,61,166,47],[379,73,166,59],[379,74,166,60],[380,4,167,2],[380,10,167,8],[380,11,167,9,"loading"],[380,18,167,16],[380,20,167,18,"setLoading"],[380,30,167,28],[380,31,167,29],[380,34,167,32],[380,38,167,32,"useState"],[380,44,167,40],[380,45,167,40,"useState"],[380,53,167,40],[380,55,167,41],[380,59,167,45],[380,60,167,46],[381,4,169,2],[381,10,169,8,"TEST_WALLET"],[381,21,169,19],[381,24,169,22],[381,74,169,72],[382,4,171,2],[382,8,171,2,"useEffect"],[382,14,171,11],[382,15,171,11,"useEffect"],[382,24,171,11],[382,26,171,12],[382,32,171,18],[383,6,172,4,"fetchBalance"],[383,18,172,16],[383,19,172,17],[383,20,172,18],[384,4,173,2],[384,5,173,3],[384,7,173,5],[384,9,173,7],[384,10,173,8],[385,4,175,2],[385,10,175,8,"fetchBalance"],[385,22,175,20],[385,25,175,23],[385,31,175,23,"fetchBalance"],[385,32,175,23],[385,37,175,35],[386,6,176,4],[386,10,176,8],[387,8,177,6],[387,14,177,12,"backendUrl"],[387,24,177,22],[387,27,177,25],[387,84,177,64],[387,107,177,87],[388,8,178,6],[388,14,178,12,"controller"],[388,24,178,22],[388,27,178,25],[388,31,178,29,"AbortController"],[388,46,178,44],[388,47,178,45],[388,48,178,46],[389,8,179,6],[389,14,179,12,"timeoutId"],[389,23,179,21],[389,26,179,24,"setTimeout"],[389,36,179,34],[389,37,179,35],[389,43,179,41,"controller"],[389,53,179,51],[389,54,179,52,"abort"],[389,59,179,57],[389,60,179,58],[389,61,179,59],[389,63,179,61],[389,67,179,65],[389,68,179,66],[389,69,179,67],[389,70,179,68],[391,8,181,6],[391,14,181,12,"response"],[391,22,181,20],[391,25,181,23],[391,31,181,29,"fetch"],[391,36,181,34],[391,37,181,35],[391,40,181,38,"backendUrl"],[391,50,181,48],[391,75,181,73],[391,77,181,75],[392,10,182,8,"method"],[392,16,182,14],[392,18,182,16],[392,24,182,22],[393,10,183,8,"headers"],[393,17,183,15],[393,19,183,17],[394,12,184,10],[394,26,184,24],[394,28,184,26],[395,10,185,8],[395,11,185,9],[396,10,186,8,"body"],[396,14,186,12],[396,16,186,14,"JSON"],[396,20,186,18],[396,21,186,19,"stringify"],[396,30,186,28],[396,31,186,29],[397,12,187,10,"address"],[397,19,187,17],[397,21,187,19,"TEST_WALLET"],[398,10,188,8],[398,11,188,9],[398,12,188,10],[399,10,189,8,"signal"],[399,16,189,14],[399,18,189,16,"controller"],[399,28,189,26],[399,29,189,27,"signal"],[400,8,190,6],[400,9,190,7],[400,10,190,8],[401,8,192,6,"clearTimeout"],[401,20,192,18],[401,21,192,19,"timeoutId"],[401,30,192,28],[401,31,192,29],[402,8,194,6],[402,12,194,10,"response"],[402,20,194,18],[402,21,194,19,"ok"],[402,23,194,21],[402,25,194,23],[403,10,195,8],[403,16,195,14,"data"],[403,20,195,18],[403,23,195,21],[403,29,195,27,"response"],[403,37,195,35],[403,38,195,36,"json"],[403,42,195,40],[403,43,195,41],[403,44,195,42],[404,10,196,8,"setHezBalance"],[404,23,196,21],[404,24,196,22,"parseFloat"],[404,34,196,32],[404,35,196,33,"data"],[404,39,196,37],[404,40,196,38,"hez"],[404,43,196,41],[404,44,196,42],[404,45,196,43,"toFixed"],[404,52,196,50],[404,53,196,51],[404,54,196,52],[404,55,196,53],[404,56,196,54],[405,10,197,8,"setPezBalance"],[405,23,197,21],[405,24,197,22,"parseFloat"],[405,34,197,32],[405,35,197,33,"data"],[405,39,197,37],[405,40,197,38,"pez"],[405,43,197,41],[405,44,197,42],[405,45,197,43,"toFixed"],[405,52,197,50],[405,53,197,51],[405,54,197,52],[405,55,197,53],[405,56,197,54],[406,8,198,6],[406,9,198,7],[406,15,198,13],[407,10,199,8,"setHezBalance"],[407,23,199,21],[407,24,199,22],[407,30,199,28],[407,31,199,29],[408,10,200,8,"setPezBalance"],[408,23,200,21],[408,24,200,22],[408,30,200,28],[408,31,200,29],[409,8,201,6],[410,6,202,4],[410,7,202,5],[410,8,202,6],[410,15,202,13,"error"],[410,20,202,18],[410,22,202,20],[411,8,203,6,"console"],[411,15,203,13],[411,16,203,14,"error"],[411,21,203,19],[411,22,203,20],[411,44,203,42],[411,46,203,44,"error"],[411,51,203,49],[411,52,203,50],[412,8,204,6,"setHezBalance"],[412,21,204,19],[412,22,204,20],[412,28,204,26],[412,29,204,27],[413,8,205,6,"setPezBalance"],[413,21,205,19],[413,22,205,20],[413,28,205,26],[413,29,205,27],[414,6,206,4],[414,7,206,5],[414,16,206,14],[415,8,207,6,"setLoading"],[415,18,207,16],[415,19,207,17],[415,24,207,22],[415,25,207,23],[416,6,208,4],[417,4,209,2],[417,5,209,3],[418,4,211,2],[418,24,212,4],[418,28,212,4,"_reactJsxDevRuntime"],[418,47,212,4],[418,48,212,4,"jsxDEV"],[418,54,212,4],[418,56,212,5,"View"],[418,60,212,9],[418,61,212,9,"default"],[418,68,212,9],[419,6,212,10,"style"],[419,11,212,15],[419,13,212,17,"styles"],[419,19,212,23],[419,20,212,24,"container"],[419,29,212,34],[420,6,212,34,"children"],[420,14,212,34],[420,29,213,6],[420,33,213,6,"_reactJsxDevRuntime"],[420,52,213,6],[420,53,213,6,"jsxDEV"],[420,59,213,6],[420,61,213,7,"ScrollView"],[420,71,213,17],[420,72,213,17,"default"],[420,79,213,17],[421,8,213,18,"contentContainerStyle"],[421,29,213,39],[421,31,213,41,"styles"],[421,37,213,47],[421,38,213,48,"walletScrollContent"],[421,57,213,68],[422,8,213,68,"children"],[422,16,213,68],[422,32,215,8],[422,36,215,8,"_reactJsxDevRuntime"],[422,55,215,8],[422,56,215,8,"jsxDEV"],[422,62,215,8],[422,64,215,9,"View"],[422,68,215,13],[422,69,215,13,"default"],[422,76,215,13],[423,10,215,14,"style"],[423,15,215,19],[423,17,215,21],[423,18,215,22,"styles"],[423,24,215,28],[423,25,215,29,"walletHeader"],[423,37,215,41],[423,39,215,43],[424,12,215,45,"paddingTop"],[424,22,215,55],[424,24,215,57,"insets"],[424,30,215,63],[424,31,215,64,"top"],[424,34,215,67],[424,37,215,70],[425,10,215,73],[425,11,215,74],[425,12,215,76],[426,10,215,76,"children"],[426,18,215,76],[426,34,216,10],[426,38,216,10,"_reactJsxDevRuntime"],[426,57,216,10],[426,58,216,10,"jsxDEV"],[426,64,216,10],[426,66,216,11,"Text"],[426,70,216,15],[426,71,216,15,"default"],[426,78,216,15],[427,12,216,16,"style"],[427,17,216,21],[427,19,216,23,"styles"],[427,25,216,29],[427,26,216,30,"walletTitle"],[427,37,216,42],[428,12,216,42,"children"],[428,20,216,42],[428,22,216,43],[429,10,216,52],[430,12,216,52,"fileName"],[430,20,216,52],[430,22,216,52,"_jsxFileName"],[430,34,216,52],[431,12,216,52,"lineNumber"],[431,22,216,52],[432,12,216,52,"columnNumber"],[432,24,216,52],[433,10,216,52],[433,17,216,58],[433,18,216,59],[433,33,217,10],[433,37,217,10,"_reactJsxDevRuntime"],[433,56,217,10],[433,57,217,10,"jsxDEV"],[433,63,217,10],[433,65,217,11,"TouchableOpacity"],[433,81,217,27],[433,82,217,27,"default"],[433,89,217,27],[434,12,217,28,"onPress"],[434,19,217,35],[434,21,217,37,"fetchBalance"],[434,33,217,50],[435,12,217,51,"style"],[435,17,217,56],[435,19,217,58,"styles"],[435,25,217,64],[435,26,217,65,"refreshButton"],[435,39,217,79],[436,12,217,79,"children"],[436,20,217,79],[436,35,218,12],[436,39,218,12,"_reactJsxDevRuntime"],[436,58,218,12],[436,59,218,12,"jsxDEV"],[436,65,218,12],[436,67,218,13,"_expoVectorIcons"],[436,83,218,21],[436,84,218,21,"Ionicons"],[436,92,218,21],[437,14,218,22,"name"],[437,18,218,26],[437,20,218,27],[437,29,218,36],[438,14,218,37,"size"],[438,18,218,41],[438,20,218,43],[438,22,218,46],[439,14,218,47,"color"],[439,19,218,52],[439,21,218,53],[440,12,218,62],[441,14,218,62,"fileName"],[441,22,218,62],[441,24,218,62,"_jsxFileName"],[441,36,218,62],[442,14,218,62,"lineNumber"],[442,24,218,62],[443,14,218,62,"columnNumber"],[443,26,218,62],[444,12,218,62],[444,19,218,64],[445,10,218,65],[446,12,218,65,"fileName"],[446,20,218,65],[446,22,218,65,"_jsxFileName"],[446,34,218,65],[447,12,218,65,"lineNumber"],[447,22,218,65],[448,12,218,65,"columnNumber"],[448,24,218,65],[449,10,218,65],[449,17,219,28],[449,18,219,29],[450,8,219,29],[451,10,219,29,"fileName"],[451,18,219,29],[451,20,219,29,"_jsxFileName"],[451,32,219,29],[452,10,219,29,"lineNumber"],[452,20,219,29],[453,10,219,29,"columnNumber"],[453,22,219,29],[454,8,219,29],[454,15,220,14],[454,16,220,15],[454,31,223,8],[454,35,223,8,"_reactJsxDevRuntime"],[454,54,223,8],[454,55,223,8,"jsxDEV"],[454,61,223,8],[454,63,223,9,"View"],[454,67,223,13],[454,68,223,13,"default"],[454,75,223,13],[455,10,223,14,"style"],[455,15,223,19],[455,17,223,21,"styles"],[455,23,223,27],[455,24,223,28,"balanceRow"],[455,34,223,39],[456,10,223,39,"children"],[456,18,223,39],[456,34,224,10],[456,38,224,10,"_reactJsxDevRuntime"],[456,57,224,10],[456,58,224,10,"jsxDEV"],[456,64,224,10],[456,66,224,11,"View"],[456,70,224,15],[456,71,224,15,"default"],[456,78,224,15],[457,12,224,16,"style"],[457,17,224,21],[457,19,224,23,"styles"],[457,25,224,29],[457,26,224,30,"balanceCardNew"],[457,40,224,45],[458,12,224,45,"children"],[458,20,224,45],[458,36,225,12],[458,40,225,12,"_reactJsxDevRuntime"],[458,59,225,12],[458,60,225,12,"jsxDEV"],[458,66,225,12],[458,68,225,13,"Image"],[458,73,225,18],[458,74,225,18,"default"],[458,81,225,18],[459,14,226,14,"source"],[459,20,226,20],[459,22,226,22],[460,16,226,24,"uri"],[460,19,226,27],[460,21,226,29],[461,14,226,145],[461,15,226,147],[462,14,227,14,"style"],[462,19,227,19],[462,21,227,21,"styles"],[462,27,227,27],[462,28,227,28,"tokenLogoNew"],[463,12,227,41],[464,14,227,41,"fileName"],[464,22,227,41],[464,24,227,41,"_jsxFileName"],[464,36,227,41],[465,14,227,41,"lineNumber"],[465,24,227,41],[466,14,227,41,"columnNumber"],[466,26,227,41],[467,12,227,41],[467,19,228,13],[467,20,228,14],[467,35,229,12],[467,39,229,12,"_reactJsxDevRuntime"],[467,58,229,12],[467,59,229,12,"jsxDEV"],[467,65,229,12],[467,67,229,13,"Text"],[467,71,229,17],[467,72,229,17,"default"],[467,79,229,17],[468,14,229,18,"style"],[468,19,229,23],[468,21,229,25,"styles"],[468,27,229,31],[468,28,229,32,"tokenSymbolNew"],[468,42,229,47],[469,14,229,47,"children"],[469,22,229,47],[469,24,229,48],[470,12,229,51],[471,14,229,51,"fileName"],[471,22,229,51],[471,24,229,51,"_jsxFileName"],[471,36,229,51],[472,14,229,51,"lineNumber"],[472,24,229,51],[473,14,229,51,"columnNumber"],[473,26,229,51],[474,12,229,51],[474,19,229,57],[474,20,229,58],[474,35,230,12],[474,39,230,12,"_reactJsxDevRuntime"],[474,58,230,12],[474,59,230,12,"jsxDEV"],[474,65,230,12],[474,67,230,13,"Text"],[474,71,230,17],[474,72,230,17,"default"],[474,79,230,17],[475,14,230,18,"style"],[475,19,230,23],[475,21,230,25,"styles"],[475,27,230,31],[475,28,230,32,"balanceAmountNew"],[475,44,230,49],[476,14,230,49,"children"],[476,22,230,49],[476,24,230,51,"hezBalance"],[477,12,230,61],[478,14,230,61,"fileName"],[478,22,230,61],[478,24,230,61,"_jsxFileName"],[478,36,230,61],[479,14,230,61,"lineNumber"],[479,24,230,61],[480,14,230,61,"columnNumber"],[480,26,230,61],[481,12,230,61],[481,19,230,68],[481,20,230,69],[481,35,231,12],[481,39,231,12,"_reactJsxDevRuntime"],[481,58,231,12],[481,59,231,12,"jsxDEV"],[481,65,231,12],[481,67,231,13,"Text"],[481,71,231,17],[481,72,231,17,"default"],[481,79,231,17],[482,14,231,18,"style"],[482,19,231,23],[482,21,231,25,"styles"],[482,27,231,31],[482,28,231,32,"tokenNameNew"],[482,40,231,45],[483,14,231,45,"children"],[483,22,231,45],[483,24,231,46],[484,12,231,61],[485,14,231,61,"fileName"],[485,22,231,61],[485,24,231,61,"_jsxFileName"],[485,36,231,61],[486,14,231,61,"lineNumber"],[486,24,231,61],[487,14,231,61,"columnNumber"],[487,26,231,61],[488,12,231,61],[488,19,231,67],[488,20,231,68],[489,10,231,68],[490,12,231,68,"fileName"],[490,20,231,68],[490,22,231,68,"_jsxFileName"],[490,34,231,68],[491,12,231,68,"lineNumber"],[491,22,231,68],[492,12,231,68,"columnNumber"],[492,24,231,68],[493,10,231,68],[493,17,232,16],[493,18,232,17],[493,33,234,10],[493,37,234,10,"_reactJsxDevRuntime"],[493,56,234,10],[493,57,234,10,"jsxDEV"],[493,63,234,10],[493,65,234,11,"View"],[493,69,234,15],[493,70,234,15,"default"],[493,77,234,15],[494,12,234,16,"style"],[494,17,234,21],[494,19,234,23,"styles"],[494,25,234,29],[494,26,234,30,"balanceCardNew"],[494,40,234,45],[495,12,234,45,"children"],[495,20,234,45],[495,36,235,12],[495,40,235,12,"_reactJsxDevRuntime"],[495,59,235,12],[495,60,235,12,"jsxDEV"],[495,66,235,12],[495,68,235,13,"Image"],[495,73,235,18],[495,74,235,18,"default"],[495,81,235,18],[496,14,236,14,"source"],[496,20,236,20],[496,22,236,22],[497,16,236,24,"uri"],[497,19,236,27],[497,21,236,29],[498,14,236,129],[498,15,236,131],[499,14,237,14,"style"],[499,19,237,19],[499,21,237,21,"styles"],[499,27,237,27],[499,28,237,28,"tokenLogoNew"],[500,12,237,41],[501,14,237,41,"fileName"],[501,22,237,41],[501,24,237,41,"_jsxFileName"],[501,36,237,41],[502,14,237,41,"lineNumber"],[502,24,237,41],[503,14,237,41,"columnNumber"],[503,26,237,41],[504,12,237,41],[504,19,238,13],[504,20,238,14],[504,35,239,12],[504,39,239,12,"_reactJsxDevRuntime"],[504,58,239,12],[504,59,239,12,"jsxDEV"],[504,65,239,12],[504,67,239,13,"Text"],[504,71,239,17],[504,72,239,17,"default"],[504,79,239,17],[505,14,239,18,"style"],[505,19,239,23],[505,21,239,25,"styles"],[505,27,239,31],[505,28,239,32,"tokenSymbolNew"],[505,42,239,47],[506,14,239,47,"children"],[506,22,239,47],[506,24,239,48],[507,12,239,51],[508,14,239,51,"fileName"],[508,22,239,51],[508,24,239,51,"_jsxFileName"],[508,36,239,51],[509,14,239,51,"lineNumber"],[509,24,239,51],[510,14,239,51,"columnNumber"],[510,26,239,51],[511,12,239,51],[511,19,239,57],[511,20,239,58],[511,35,240,12],[511,39,240,12,"_reactJsxDevRuntime"],[511,58,240,12],[511,59,240,12,"jsxDEV"],[511,65,240,12],[511,67,240,13,"Text"],[511,71,240,17],[511,72,240,17,"default"],[511,79,240,17],[512,14,240,18,"style"],[512,19,240,23],[512,21,240,25,"styles"],[512,27,240,31],[512,28,240,32,"balanceAmountNew"],[512,44,240,49],[513,14,240,49,"children"],[513,22,240,49],[513,24,240,51,"pezBalance"],[514,12,240,61],[515,14,240,61,"fileName"],[515,22,240,61],[515,24,240,61,"_jsxFileName"],[515,36,240,61],[516,14,240,61,"lineNumber"],[516,24,240,61],[517,14,240,61,"columnNumber"],[517,26,240,61],[518,12,240,61],[518,19,240,68],[518,20,240,69],[518,35,241,12],[518,39,241,12,"_reactJsxDevRuntime"],[518,58,241,12],[518,59,241,12,"jsxDEV"],[518,65,241,12],[518,67,241,13,"Text"],[518,71,241,17],[518,72,241,17,"default"],[518,79,241,17],[519,14,241,18,"style"],[519,19,241,23],[519,21,241,25,"styles"],[519,27,241,31],[519,28,241,32,"tokenNameNew"],[519,40,241,45],[520,14,241,45,"children"],[520,22,241,45],[520,24,241,46],[521,12,241,59],[522,14,241,59,"fileName"],[522,22,241,59],[522,24,241,59,"_jsxFileName"],[522,36,241,59],[523,14,241,59,"lineNumber"],[523,24,241,59],[524,14,241,59,"columnNumber"],[524,26,241,59],[525,12,241,59],[525,19,241,65],[525,20,241,66],[526,10,241,66],[527,12,241,66,"fileName"],[527,20,241,66],[527,22,241,66,"_jsxFileName"],[527,34,241,66],[528,12,241,66,"lineNumber"],[528,22,241,66],[529,12,241,66,"columnNumber"],[529,24,241,66],[530,10,241,66],[530,17,242,16],[530,18,242,17],[531,8,242,17],[532,10,242,17,"fileName"],[532,18,242,17],[532,20,242,17,"_jsxFileName"],[532,32,242,17],[533,10,242,17,"lineNumber"],[533,20,242,17],[534,10,242,17,"columnNumber"],[534,22,242,17],[535,8,242,17],[535,15,243,14],[535,16,243,15],[535,31,246,8],[535,35,246,8,"_reactJsxDevRuntime"],[535,54,246,8],[535,55,246,8,"jsxDEV"],[535,61,246,8],[535,63,246,9,"View"],[535,67,246,13],[535,68,246,13,"default"],[535,75,246,13],[536,10,246,14,"style"],[536,15,246,19],[536,17,246,21,"styles"],[536,23,246,27],[536,24,246,28,"actionsContainer"],[536,40,246,45],[537,10,246,45,"children"],[537,18,246,45],[537,34,248,10],[537,38,248,10,"_reactJsxDevRuntime"],[537,57,248,10],[537,58,248,10,"jsxDEV"],[537,64,248,10],[537,66,248,11,"View"],[537,70,248,15],[537,71,248,15,"default"],[537,78,248,15],[538,12,248,16,"style"],[538,17,248,21],[538,19,248,23,"styles"],[538,25,248,29],[538,26,248,30,"actionsRow"],[538,36,248,41],[539,12,248,41,"children"],[539,20,248,41],[539,36,249,12],[539,40,249,12,"_reactJsxDevRuntime"],[539,59,249,12],[539,60,249,12,"jsxDEV"],[539,66,249,12],[539,68,249,13,"TouchableOpacity"],[539,84,249,29],[539,85,249,29,"default"],[539,92,249,29],[540,14,249,30,"style"],[540,19,249,35],[540,21,249,37],[540,22,249,38,"styles"],[540,28,249,44],[540,29,249,45,"actionBtn"],[540,38,249,54],[540,40,249,56],[541,16,249,57,"backgroundColor"],[541,31,249,72],[541,33,249,74],[542,14,249,83],[542,15,249,84],[542,16,249,86],[543,14,249,86,"children"],[543,22,249,86],[543,38,250,14],[543,42,250,14,"_reactJsxDevRuntime"],[543,61,250,14],[543,62,250,14,"jsxDEV"],[543,68,250,14],[543,70,250,15,"_expoVectorIcons"],[543,86,250,23],[543,87,250,23,"Ionicons"],[543,95,250,23],[544,16,250,24,"name"],[544,20,250,28],[544,22,250,29],[544,32,250,39],[545,16,250,40,"size"],[545,20,250,44],[545,22,250,46],[545,24,250,49],[546,16,250,50,"color"],[546,21,250,55],[546,23,250,56],[547,14,250,62],[548,16,250,62,"fileName"],[548,24,250,62],[548,26,250,62,"_jsxFileName"],[548,38,250,62],[549,16,250,62,"lineNumber"],[549,26,250,62],[550,16,250,62,"columnNumber"],[550,28,250,62],[551,14,250,62],[551,21,250,64],[551,22,250,65],[551,37,251,14],[551,41,251,14,"_reactJsxDevRuntime"],[551,60,251,14],[551,61,251,14,"jsxDEV"],[551,67,251,14],[551,69,251,15,"Text"],[551,73,251,19],[551,74,251,19,"default"],[551,81,251,19],[552,16,251,20,"style"],[552,21,251,25],[552,23,251,27,"styles"],[552,29,251,33],[552,30,251,34,"actionBtnText"],[552,43,251,48],[553,16,251,48,"children"],[553,24,251,48],[553,26,251,49],[554,14,251,53],[555,16,251,53,"fileName"],[555,24,251,53],[555,26,251,53,"_jsxFileName"],[555,38,251,53],[556,16,251,53,"lineNumber"],[556,26,251,53],[557,16,251,53,"columnNumber"],[557,28,251,53],[558,14,251,53],[558,21,251,59],[558,22,251,60],[559,12,251,60],[560,14,251,60,"fileName"],[560,22,251,60],[560,24,251,60,"_jsxFileName"],[560,36,251,60],[561,14,251,60,"lineNumber"],[561,24,251,60],[562,14,251,60,"columnNumber"],[562,26,251,60],[563,12,251,60],[563,19,252,30],[563,20,252,31],[563,35,253,12],[563,39,253,12,"_reactJsxDevRuntime"],[563,58,253,12],[563,59,253,12,"jsxDEV"],[563,65,253,12],[563,67,253,13,"TouchableOpacity"],[563,83,253,29],[563,84,253,29,"default"],[563,91,253,29],[564,14,253,30,"style"],[564,19,253,35],[564,21,253,37],[564,22,253,38,"styles"],[564,28,253,44],[564,29,253,45,"actionBtn"],[564,38,253,54],[564,40,253,56],[565,16,253,57,"backgroundColor"],[565,31,253,72],[565,33,253,74],[566,14,253,83],[566,15,253,84],[566,16,253,86],[567,14,253,86,"children"],[567,22,253,86],[567,38,254,14],[567,42,254,14,"_reactJsxDevRuntime"],[567,61,254,14],[567,62,254,14,"jsxDEV"],[567,68,254,14],[567,70,254,15,"_expoVectorIcons"],[567,86,254,23],[567,87,254,23,"Ionicons"],[567,95,254,23],[568,16,254,24,"name"],[568,20,254,28],[568,22,254,29],[568,34,254,41],[569,16,254,42,"size"],[569,20,254,46],[569,22,254,48],[569,24,254,51],[570,16,254,52,"color"],[570,21,254,57],[570,23,254,58],[571,14,254,64],[572,16,254,64,"fileName"],[572,24,254,64],[572,26,254,64,"_jsxFileName"],[572,38,254,64],[573,16,254,64,"lineNumber"],[573,26,254,64],[574,16,254,64,"columnNumber"],[574,28,254,64],[575,14,254,64],[575,21,254,66],[575,22,254,67],[575,37,255,14],[575,41,255,14,"_reactJsxDevRuntime"],[575,60,255,14],[575,61,255,14,"jsxDEV"],[575,67,255,14],[575,69,255,15,"Text"],[575,73,255,19],[575,74,255,19,"default"],[575,81,255,19],[576,16,255,20,"style"],[576,21,255,25],[576,23,255,27,"styles"],[576,29,255,33],[576,30,255,34,"actionBtnText"],[576,43,255,48],[577,16,255,48,"children"],[577,24,255,48],[577,26,255,49],[578,14,255,56],[579,16,255,56,"fileName"],[579,24,255,56],[579,26,255,56,"_jsxFileName"],[579,38,255,56],[580,16,255,56,"lineNumber"],[580,26,255,56],[581,16,255,56,"columnNumber"],[581,28,255,56],[582,14,255,56],[582,21,255,62],[582,22,255,63],[583,12,255,63],[584,14,255,63,"fileName"],[584,22,255,63],[584,24,255,63,"_jsxFileName"],[584,36,255,63],[585,14,255,63,"lineNumber"],[585,24,255,63],[586,14,255,63,"columnNumber"],[586,26,255,63],[587,12,255,63],[587,19,256,30],[587,20,256,31],[587,35,257,12],[587,39,257,12,"_reactJsxDevRuntime"],[587,58,257,12],[587,59,257,12,"jsxDEV"],[587,65,257,12],[587,67,257,13,"TouchableOpacity"],[587,83,257,29],[587,84,257,29,"default"],[587,91,257,29],[588,14,257,30,"style"],[588,19,257,35],[588,21,257,37],[588,22,257,38,"styles"],[588,28,257,44],[588,29,257,45,"actionBtn"],[588,38,257,54],[588,40,257,56],[589,16,257,57,"backgroundColor"],[589,31,257,72],[589,33,257,74],[590,14,257,83],[590,15,257,84],[590,16,257,86],[591,14,257,86,"children"],[591,22,257,86],[591,38,258,14],[591,42,258,14,"_reactJsxDevRuntime"],[591,61,258,14],[591,62,258,14,"jsxDEV"],[591,68,258,14],[591,70,258,15,"_expoVectorIcons"],[591,86,258,23],[591,87,258,23,"Ionicons"],[591,95,258,23],[592,16,258,24,"name"],[592,20,258,28],[592,22,258,29],[592,39,258,46],[593,16,258,47,"size"],[593,20,258,51],[593,22,258,53],[593,24,258,56],[594,16,258,57,"color"],[594,21,258,62],[594,23,258,63],[595,14,258,69],[596,16,258,69,"fileName"],[596,24,258,69],[596,26,258,69,"_jsxFileName"],[596,38,258,69],[597,16,258,69,"lineNumber"],[597,26,258,69],[598,16,258,69,"columnNumber"],[598,28,258,69],[599,14,258,69],[599,21,258,71],[599,22,258,72],[599,37,259,14],[599,41,259,14,"_reactJsxDevRuntime"],[599,60,259,14],[599,61,259,14,"jsxDEV"],[599,67,259,14],[599,69,259,15,"Text"],[599,73,259,19],[599,74,259,19,"default"],[599,81,259,19],[600,16,259,20,"style"],[600,21,259,25],[600,23,259,27,"styles"],[600,29,259,33],[600,30,259,34,"actionBtnText"],[600,43,259,48],[601,16,259,48,"children"],[601,24,259,48],[601,26,259,49],[602,14,259,53],[603,16,259,53,"fileName"],[603,24,259,53],[603,26,259,53,"_jsxFileName"],[603,38,259,53],[604,16,259,53,"lineNumber"],[604,26,259,53],[605,16,259,53,"columnNumber"],[605,28,259,53],[606,14,259,53],[606,21,259,59],[606,22,259,60],[607,12,259,60],[608,14,259,60,"fileName"],[608,22,259,60],[608,24,259,60,"_jsxFileName"],[608,36,259,60],[609,14,259,60,"lineNumber"],[609,24,259,60],[610,14,259,60,"columnNumber"],[610,26,259,60],[611,12,259,60],[611,19,260,30],[611,20,260,31],[611,35,261,12],[611,39,261,12,"_reactJsxDevRuntime"],[611,58,261,12],[611,59,261,12,"jsxDEV"],[611,65,261,12],[611,67,261,13,"TouchableOpacity"],[611,83,261,29],[611,84,261,29,"default"],[611,91,261,29],[612,14,261,30,"style"],[612,19,261,35],[612,21,261,37],[612,22,261,38,"styles"],[612,28,261,44],[612,29,261,45,"actionBtn"],[612,38,261,54],[612,40,261,56],[613,16,261,57,"backgroundColor"],[613,31,261,72],[613,33,261,74],[614,14,261,83],[614,15,261,84],[614,16,261,86],[615,14,261,86,"children"],[615,22,261,86],[615,38,262,14],[615,42,262,14,"_reactJsxDevRuntime"],[615,61,262,14],[615,62,262,14,"jsxDEV"],[615,68,262,14],[615,70,262,15,"_expoVectorIcons"],[615,86,262,23],[615,87,262,23,"Ionicons"],[615,95,262,23],[616,16,262,24,"name"],[616,20,262,28],[616,22,262,29],[616,30,262,37],[617,16,262,38,"size"],[617,20,262,42],[617,22,262,44],[617,24,262,47],[618,16,262,48,"color"],[618,21,262,53],[618,23,262,54],[619,14,262,60],[620,16,262,60,"fileName"],[620,24,262,60],[620,26,262,60,"_jsxFileName"],[620,38,262,60],[621,16,262,60,"lineNumber"],[621,26,262,60],[622,16,262,60,"columnNumber"],[622,28,262,60],[623,14,262,60],[623,21,262,62],[623,22,262,63],[623,37,263,14],[623,41,263,14,"_reactJsxDevRuntime"],[623,60,263,14],[623,61,263,14,"jsxDEV"],[623,67,263,14],[623,69,263,15,"Text"],[623,73,263,19],[623,74,263,19,"default"],[623,81,263,19],[624,16,263,20,"style"],[624,21,263,25],[624,23,263,27,"styles"],[624,29,263,33],[624,30,263,34,"actionBtnText"],[624,43,263,48],[625,16,263,48,"children"],[625,24,263,48],[625,26,263,49],[626,14,263,52],[627,16,263,52,"fileName"],[627,24,263,52],[627,26,263,52,"_jsxFileName"],[627,38,263,52],[628,16,263,52,"lineNumber"],[628,26,263,52],[629,16,263,52,"columnNumber"],[629,28,263,52],[630,14,263,52],[630,21,263,58],[630,22,263,59],[631,12,263,59],[632,14,263,59,"fileName"],[632,22,263,59],[632,24,263,59,"_jsxFileName"],[632,36,263,59],[633,14,263,59,"lineNumber"],[633,24,263,59],[634,14,263,59,"columnNumber"],[634,26,263,59],[635,12,263,59],[635,19,264,30],[635,20,264,31],[636,10,264,31],[637,12,264,31,"fileName"],[637,20,264,31],[637,22,264,31,"_jsxFileName"],[637,34,264,31],[638,12,264,31,"lineNumber"],[638,22,264,31],[639,12,264,31,"columnNumber"],[639,24,264,31],[640,10,264,31],[640,17,265,16],[640,18,265,17],[640,33,268,10],[640,37,268,10,"_reactJsxDevRuntime"],[640,56,268,10],[640,57,268,10,"jsxDEV"],[640,63,268,10],[640,65,268,11,"View"],[640,69,268,15],[640,70,268,15,"default"],[640,77,268,15],[641,12,268,16,"style"],[641,17,268,21],[641,19,268,23,"styles"],[641,25,268,29],[641,26,268,30,"actionsRow"],[641,36,268,41],[642,12,268,41,"children"],[642,20,268,41],[642,36,269,12],[642,40,269,12,"_reactJsxDevRuntime"],[642,59,269,12],[642,60,269,12,"jsxDEV"],[642,66,269,12],[642,68,269,13,"TouchableOpacity"],[642,84,269,29],[642,85,269,29,"default"],[642,92,269,29],[643,14,269,30,"style"],[643,19,269,35],[643,21,269,37],[643,22,269,38,"styles"],[643,28,269,44],[643,29,269,45,"actionBtn"],[643,38,269,54],[643,40,269,56],[644,16,269,57,"backgroundColor"],[644,31,269,72],[644,33,269,74],[645,14,269,83],[645,15,269,84],[645,16,269,86],[646,14,269,86,"children"],[646,22,269,86],[646,38,270,14],[646,42,270,14,"_reactJsxDevRuntime"],[646,61,270,14],[646,62,270,14,"jsxDEV"],[646,68,270,14],[646,70,270,15,"_expoVectorIcons"],[646,86,270,23],[646,87,270,23,"Ionicons"],[646,95,270,23],[647,16,270,24,"name"],[647,20,270,28],[647,22,270,29],[647,33,270,40],[648,16,270,41,"size"],[648,20,270,45],[648,22,270,47],[648,24,270,50],[649,16,270,51,"color"],[649,21,270,56],[649,23,270,57],[650,14,270,63],[651,16,270,63,"fileName"],[651,24,270,63],[651,26,270,63,"_jsxFileName"],[651,38,270,63],[652,16,270,63,"lineNumber"],[652,26,270,63],[653,16,270,63,"columnNumber"],[653,28,270,63],[654,14,270,63],[654,21,270,65],[654,22,270,66],[654,37,271,14],[654,41,271,14,"_reactJsxDevRuntime"],[654,60,271,14],[654,61,271,14,"jsxDEV"],[654,67,271,14],[654,69,271,15,"Text"],[654,73,271,19],[654,74,271,19,"default"],[654,81,271,19],[655,16,271,20,"style"],[655,21,271,25],[655,23,271,27,"styles"],[655,29,271,33],[655,30,271,34,"actionBtnText"],[655,43,271,48],[656,16,271,48,"children"],[656,24,271,48],[656,26,271,49],[657,14,271,53],[658,16,271,53,"fileName"],[658,24,271,53],[658,26,271,53,"_jsxFileName"],[658,38,271,53],[659,16,271,53,"lineNumber"],[659,26,271,53],[660,16,271,53,"columnNumber"],[660,28,271,53],[661,14,271,53],[661,21,271,59],[661,22,271,60],[662,12,271,60],[663,14,271,60,"fileName"],[663,22,271,60],[663,24,271,60,"_jsxFileName"],[663,36,271,60],[664,14,271,60,"lineNumber"],[664,24,271,60],[665,14,271,60,"columnNumber"],[665,26,271,60],[666,12,271,60],[666,19,272,30],[666,20,272,31],[666,35,273,12],[666,39,273,12,"_reactJsxDevRuntime"],[666,58,273,12],[666,59,273,12,"jsxDEV"],[666,65,273,12],[666,67,273,13,"TouchableOpacity"],[666,83,273,29],[666,84,273,29,"default"],[666,91,273,29],[667,14,273,30,"style"],[667,19,273,35],[667,21,273,37],[667,22,273,38,"styles"],[667,28,273,44],[667,29,273,45,"actionBtn"],[667,38,273,54],[667,40,273,56],[668,16,273,57,"backgroundColor"],[668,31,273,72],[668,33,273,74],[669,14,273,83],[669,15,273,84],[669,16,273,86],[670,14,273,86,"children"],[670,22,273,86],[670,38,274,14],[670,42,274,14,"_reactJsxDevRuntime"],[670,61,274,14],[670,62,274,14,"jsxDEV"],[670,68,274,14],[670,70,274,15,"_expoVectorIcons"],[670,86,274,23],[670,87,274,23,"Ionicons"],[670,95,274,23],[671,16,274,24,"name"],[671,20,274,28],[671,22,274,29],[671,28,274,35],[672,16,274,36,"size"],[672,20,274,40],[672,22,274,42],[672,24,274,45],[673,16,274,46,"color"],[673,21,274,51],[673,23,274,52],[674,14,274,58],[675,16,274,58,"fileName"],[675,24,274,58],[675,26,274,58,"_jsxFileName"],[675,38,274,58],[676,16,274,58,"lineNumber"],[676,26,274,58],[677,16,274,58,"columnNumber"],[677,28,274,58],[678,14,274,58],[678,21,274,60],[678,22,274,61],[678,37,275,14],[678,41,275,14,"_reactJsxDevRuntime"],[678,60,275,14],[678,61,275,14,"jsxDEV"],[678,67,275,14],[678,69,275,15,"Text"],[678,73,275,19],[678,74,275,19,"default"],[678,81,275,19],[679,16,275,20,"style"],[679,21,275,25],[679,23,275,27,"styles"],[679,29,275,33],[679,30,275,34,"actionBtnText"],[679,43,275,48],[680,16,275,48,"children"],[680,24,275,48],[680,26,275,49],[681,14,275,54],[682,16,275,54,"fileName"],[682,24,275,54],[682,26,275,54,"_jsxFileName"],[682,38,275,54],[683,16,275,54,"lineNumber"],[683,26,275,54],[684,16,275,54,"columnNumber"],[684,28,275,54],[685,14,275,54],[685,21,275,60],[685,22,275,61],[686,12,275,61],[687,14,275,61,"fileName"],[687,22,275,61],[687,24,275,61,"_jsxFileName"],[687,36,275,61],[688,14,275,61,"lineNumber"],[688,24,275,61],[689,14,275,61,"columnNumber"],[689,26,275,61],[690,12,275,61],[690,19,276,30],[690,20,276,31],[690,35,277,12],[690,39,277,12,"_reactJsxDevRuntime"],[690,58,277,12],[690,59,277,12,"jsxDEV"],[690,65,277,12],[690,67,277,13,"TouchableOpacity"],[690,83,277,29],[690,84,277,29,"default"],[690,91,277,29],[691,14,277,30,"style"],[691,19,277,35],[691,21,277,37],[691,22,277,38,"styles"],[691,28,277,44],[691,29,277,45,"actionBtn"],[691,38,277,54],[691,40,277,56],[692,16,277,57,"backgroundColor"],[692,31,277,72],[692,33,277,74],[693,14,277,83],[693,15,277,84],[693,16,277,86],[694,14,277,86,"children"],[694,22,277,86],[694,38,278,14],[694,42,278,14,"_reactJsxDevRuntime"],[694,61,278,14],[694,62,278,14,"jsxDEV"],[694,68,278,14],[694,70,278,15,"_expoVectorIcons"],[694,86,278,23],[694,87,278,23,"Ionicons"],[694,95,278,23],[695,16,278,24,"name"],[695,20,278,28],[695,22,278,29],[695,28,278,35],[696,16,278,36,"size"],[696,20,278,40],[696,22,278,42],[696,24,278,45],[697,16,278,46,"color"],[697,21,278,51],[697,23,278,52],[698,14,278,58],[699,16,278,58,"fileName"],[699,24,278,58],[699,26,278,58,"_jsxFileName"],[699,38,278,58],[700,16,278,58,"lineNumber"],[700,26,278,58],[701,16,278,58,"columnNumber"],[701,28,278,58],[702,14,278,58],[702,21,278,60],[702,22,278,61],[702,37,279,14],[702,41,279,14,"_reactJsxDevRuntime"],[702,60,279,14],[702,61,279,14,"jsxDEV"],[702,67,279,14],[702,69,279,15,"Text"],[702,73,279,19],[702,74,279,19,"default"],[702,81,279,19],[703,16,279,20,"style"],[703,21,279,25],[703,23,279,27,"styles"],[703,29,279,33],[703,30,279,34,"actionBtnText"],[703,43,279,48],[704,16,279,48,"children"],[704,24,279,48],[704,26,279,49],[705,14,279,56],[706,16,279,56,"fileName"],[706,24,279,56],[706,26,279,56,"_jsxFileName"],[706,38,279,56],[707,16,279,56,"lineNumber"],[707,26,279,56],[708,16,279,56,"columnNumber"],[708,28,279,56],[709,14,279,56],[709,21,279,62],[709,22,279,63],[710,12,279,63],[711,14,279,63,"fileName"],[711,22,279,63],[711,24,279,63,"_jsxFileName"],[711,36,279,63],[712,14,279,63,"lineNumber"],[712,24,279,63],[713,14,279,63,"columnNumber"],[713,26,279,63],[714,12,279,63],[714,19,280,30],[714,20,280,31],[714,35,281,12],[714,39,281,12,"_reactJsxDevRuntime"],[714,58,281,12],[714,59,281,12,"jsxDEV"],[714,65,281,12],[714,67,281,13,"TouchableOpacity"],[714,83,281,29],[714,84,281,29,"default"],[714,91,281,29],[715,14,281,30,"style"],[715,19,281,35],[715,21,281,37],[715,22,281,38,"styles"],[715,28,281,44],[715,29,281,45,"actionBtn"],[715,38,281,54],[715,40,281,56],[716,16,281,57,"backgroundColor"],[716,31,281,72],[716,33,281,74],[717,14,281,83],[717,15,281,84],[717,16,281,86],[718,14,281,86,"children"],[718,22,281,86],[718,38,282,14],[718,42,282,14,"_reactJsxDevRuntime"],[718,61,282,14],[718,62,282,14,"jsxDEV"],[718,68,282,14],[718,70,282,15,"_expoVectorIcons"],[718,86,282,23],[718,87,282,23,"Ionicons"],[718,95,282,23],[719,16,282,24,"name"],[719,20,282,28],[719,22,282,29],[719,28,282,35],[720,16,282,36,"size"],[720,20,282,40],[720,22,282,42],[720,24,282,45],[721,16,282,46,"color"],[721,21,282,51],[721,23,282,52],[722,14,282,58],[723,16,282,58,"fileName"],[723,24,282,58],[723,26,282,58,"_jsxFileName"],[723,38,282,58],[724,16,282,58,"lineNumber"],[724,26,282,58],[725,16,282,58,"columnNumber"],[725,28,282,58],[726,14,282,58],[726,21,282,60],[726,22,282,61],[726,37,283,14],[726,41,283,14,"_reactJsxDevRuntime"],[726,60,283,14],[726,61,283,14,"jsxDEV"],[726,67,283,14],[726,69,283,15,"Text"],[726,73,283,19],[726,74,283,19,"default"],[726,81,283,19],[727,16,283,20,"style"],[727,21,283,25],[727,23,283,27,"styles"],[727,29,283,33],[727,30,283,34,"actionBtnText"],[727,43,283,48],[728,16,283,48,"children"],[728,24,283,48],[728,26,283,49],[729,14,283,56],[730,16,283,56,"fileName"],[730,24,283,56],[730,26,283,56,"_jsxFileName"],[730,38,283,56],[731,16,283,56,"lineNumber"],[731,26,283,56],[732,16,283,56,"columnNumber"],[732,28,283,56],[733,14,283,56],[733,21,283,62],[733,22,283,63],[734,12,283,63],[735,14,283,63,"fileName"],[735,22,283,63],[735,24,283,63,"_jsxFileName"],[735,36,283,63],[736,14,283,63,"lineNumber"],[736,24,283,63],[737,14,283,63,"columnNumber"],[737,26,283,63],[738,12,283,63],[738,19,284,30],[738,20,284,31],[739,10,284,31],[740,12,284,31,"fileName"],[740,20,284,31],[740,22,284,31,"_jsxFileName"],[740,34,284,31],[741,12,284,31,"lineNumber"],[741,22,284,31],[742,12,284,31,"columnNumber"],[742,24,284,31],[743,10,284,31],[743,17,285,16],[743,18,285,17],[744,8,285,17],[745,10,285,17,"fileName"],[745,18,285,17],[745,20,285,17,"_jsxFileName"],[745,32,285,17],[746,10,285,17,"lineNumber"],[746,20,285,17],[747,10,285,17,"columnNumber"],[747,22,285,17],[748,8,285,17],[748,15,286,14],[748,16,286,15],[748,31,289,8],[748,35,289,8,"_reactJsxDevRuntime"],[748,54,289,8],[748,55,289,8,"jsxDEV"],[748,61,289,8],[748,63,289,9,"View"],[748,67,289,13],[748,68,289,13,"default"],[748,75,289,13],[749,10,289,14,"style"],[749,15,289,19],[749,17,289,21,"styles"],[749,23,289,27],[749,24,289,28,"tokensContainer"],[749,39,289,44],[750,10,289,44,"children"],[750,18,289,44],[750,34,290,10],[750,38,290,10,"_reactJsxDevRuntime"],[750,57,290,10],[750,58,290,10,"jsxDEV"],[750,64,290,10],[750,66,290,11,"View"],[750,70,290,15],[750,71,290,15,"default"],[750,78,290,15],[751,12,290,16,"style"],[751,17,290,21],[751,19,290,23,"styles"],[751,25,290,29],[751,26,290,30,"tokensHeader"],[751,38,290,43],[752,12,290,43,"children"],[752,20,290,43],[752,36,291,12],[752,40,291,12,"_reactJsxDevRuntime"],[752,59,291,12],[752,60,291,12,"jsxDEV"],[752,66,291,12],[752,68,291,13,"Text"],[752,72,291,17],[752,73,291,17,"default"],[752,80,291,17],[753,14,291,18,"style"],[753,19,291,23],[753,21,291,25,"styles"],[753,27,291,31],[753,28,291,32,"tokensTitle"],[753,39,291,44],[754,14,291,44,"children"],[754,22,291,44],[754,24,291,45],[755,12,291,51],[756,14,291,51,"fileName"],[756,22,291,51],[756,24,291,51,"_jsxFileName"],[756,36,291,51],[757,14,291,51,"lineNumber"],[757,24,291,51],[758,14,291,51,"columnNumber"],[758,26,291,51],[759,12,291,51],[759,19,291,57],[759,20,291,58],[759,35,292,12],[759,39,292,12,"_reactJsxDevRuntime"],[759,58,292,12],[759,59,292,12,"jsxDEV"],[759,65,292,12],[759,67,292,13,"View"],[759,71,292,17],[759,72,292,17,"default"],[759,79,292,17],[760,14,292,18,"style"],[760,19,292,23],[760,21,292,25,"styles"],[760,27,292,31],[760,28,292,32,"tokensHeaderActions"],[760,47,292,52],[761,14,292,52,"children"],[761,22,292,52],[761,38,293,14],[761,42,293,14,"_reactJsxDevRuntime"],[761,61,293,14],[761,62,293,14,"jsxDEV"],[761,68,293,14],[761,70,293,15,"TouchableOpacity"],[761,86,293,31],[761,87,293,31,"default"],[761,94,293,31],[762,16,293,32,"style"],[762,21,293,37],[762,23,293,39,"styles"],[762,29,293,45],[762,30,293,46,"tokenHeaderButton"],[762,47,293,64],[763,16,293,64,"children"],[763,24,293,64],[763,39,294,16],[763,43,294,16,"_reactJsxDevRuntime"],[763,62,294,16],[763,63,294,16,"jsxDEV"],[763,69,294,16],[763,71,294,17,"_expoVectorIcons"],[763,87,294,25],[763,88,294,25,"Ionicons"],[763,96,294,25],[764,18,294,26,"name"],[764,22,294,30],[764,24,294,31],[764,32,294,39],[765,18,294,40,"size"],[765,22,294,44],[765,24,294,46],[765,26,294,49],[766,18,294,50,"color"],[766,23,294,55],[766,25,294,56],[767,16,294,65],[768,18,294,65,"fileName"],[768,26,294,65],[768,28,294,65,"_jsxFileName"],[768,40,294,65],[769,18,294,65,"lineNumber"],[769,28,294,65],[770,18,294,65,"columnNumber"],[770,30,294,65],[771,16,294,65],[771,23,294,67],[772,14,294,68],[773,16,294,68,"fileName"],[773,24,294,68],[773,26,294,68,"_jsxFileName"],[773,38,294,68],[774,16,294,68,"lineNumber"],[774,26,294,68],[775,16,294,68,"columnNumber"],[775,28,294,68],[776,14,294,68],[776,21,295,32],[776,22,295,33],[776,37,296,14],[776,41,296,14,"_reactJsxDevRuntime"],[776,60,296,14],[776,61,296,14,"jsxDEV"],[776,67,296,14],[776,69,296,15,"TouchableOpacity"],[776,85,296,31],[776,86,296,31,"default"],[776,93,296,31],[777,16,296,32,"style"],[777,21,296,37],[777,23,296,39,"styles"],[777,29,296,45],[777,30,296,46,"tokenHeaderButton"],[777,47,296,64],[778,16,296,64,"children"],[778,24,296,64],[778,39,297,16],[778,43,297,16,"_reactJsxDevRuntime"],[778,62,297,16],[778,63,297,16,"jsxDEV"],[778,69,297,16],[778,71,297,17,"_expoVectorIcons"],[778,87,297,25],[778,88,297,25,"Ionicons"],[778,96,297,25],[779,18,297,26,"name"],[779,22,297,30],[779,24,297,31],[779,36,297,43],[780,18,297,44,"size"],[780,22,297,48],[780,24,297,50],[780,26,297,53],[781,18,297,54,"color"],[781,23,297,59],[781,25,297,60],[782,16,297,69],[783,18,297,69,"fileName"],[783,26,297,69],[783,28,297,69,"_jsxFileName"],[783,40,297,69],[784,18,297,69,"lineNumber"],[784,28,297,69],[785,18,297,69,"columnNumber"],[785,30,297,69],[786,16,297,69],[786,23,297,71],[787,14,297,72],[788,16,297,72,"fileName"],[788,24,297,72],[788,26,297,72,"_jsxFileName"],[788,38,297,72],[789,16,297,72,"lineNumber"],[789,26,297,72],[790,16,297,72,"columnNumber"],[790,28,297,72],[791,14,297,72],[791,21,298,32],[791,22,298,33],[791,37,299,14],[791,41,299,14,"_reactJsxDevRuntime"],[791,60,299,14],[791,61,299,14,"jsxDEV"],[791,67,299,14],[791,69,299,15,"TouchableOpacity"],[791,85,299,31],[791,86,299,31,"default"],[791,93,299,31],[792,16,299,32,"style"],[792,21,299,37],[792,23,299,39,"styles"],[792,29,299,45],[792,30,299,46,"tokenHeaderButton"],[792,47,299,64],[793,16,299,64,"children"],[793,24,299,64],[793,39,300,16],[793,43,300,16,"_reactJsxDevRuntime"],[793,62,300,16],[793,63,300,16,"jsxDEV"],[793,69,300,16],[793,71,300,17,"_expoVectorIcons"],[793,87,300,25],[793,88,300,25,"Ionicons"],[793,96,300,25],[794,18,300,26,"name"],[794,22,300,30],[794,24,300,31],[794,34,300,41],[795,18,300,42,"size"],[795,22,300,46],[795,24,300,48],[795,26,300,51],[796,18,300,52,"color"],[796,23,300,57],[796,25,300,58],[797,16,300,67],[798,18,300,67,"fileName"],[798,26,300,67],[798,28,300,67,"_jsxFileName"],[798,40,300,67],[799,18,300,67,"lineNumber"],[799,28,300,67],[800,18,300,67,"columnNumber"],[800,30,300,67],[801,16,300,67],[801,23,300,69],[802,14,300,70],[803,16,300,70,"fileName"],[803,24,300,70],[803,26,300,70,"_jsxFileName"],[803,38,300,70],[804,16,300,70,"lineNumber"],[804,26,300,70],[805,16,300,70,"columnNumber"],[805,28,300,70],[806,14,300,70],[806,21,301,32],[806,22,301,33],[807,12,301,33],[808,14,301,33,"fileName"],[808,22,301,33],[808,24,301,33,"_jsxFileName"],[808,36,301,33],[809,14,301,33,"lineNumber"],[809,24,301,33],[810,14,301,33,"columnNumber"],[810,26,301,33],[811,12,301,33],[811,19,302,18],[811,20,302,19],[812,10,302,19],[813,12,302,19,"fileName"],[813,20,302,19],[813,22,302,19,"_jsxFileName"],[813,34,302,19],[814,12,302,19,"lineNumber"],[814,22,302,19],[815,12,302,19,"columnNumber"],[815,24,302,19],[816,10,302,19],[816,17,303,16],[816,18,303,17],[816,33,306,10],[816,37,306,10,"_reactJsxDevRuntime"],[816,56,306,10],[816,57,306,10,"jsxDEV"],[816,63,306,10],[816,65,306,11,"View"],[816,69,306,15],[816,70,306,15,"default"],[816,77,306,15],[817,12,306,16,"style"],[817,17,306,21],[817,19,306,23,"styles"],[817,25,306,29],[817,26,306,30,"tokenItem"],[817,35,306,40],[818,12,306,40,"children"],[818,20,306,40],[818,36,307,12],[818,40,307,12,"_reactJsxDevRuntime"],[818,59,307,12],[818,60,307,12,"jsxDEV"],[818,66,307,12],[818,68,307,13,"View"],[818,72,307,17],[818,73,307,17,"default"],[818,80,307,17],[819,14,307,18,"style"],[819,19,307,23],[819,21,307,25,"styles"],[819,27,307,31],[819,28,307,32,"tokenItemLeft"],[819,41,307,46],[820,14,307,46,"children"],[820,22,307,46],[820,38,308,14],[820,42,308,14,"_reactJsxDevRuntime"],[820,61,308,14],[820,62,308,14,"jsxDEV"],[820,68,308,14],[820,70,308,15,"View"],[820,74,308,19],[820,75,308,19,"default"],[820,82,308,19],[821,16,308,20,"style"],[821,21,308,25],[821,23,308,27,"styles"],[821,29,308,33],[821,30,308,34,"tokenIconContainer"],[821,48,308,53],[822,16,308,53,"children"],[822,24,308,53],[822,40,309,16],[822,44,309,16,"_reactJsxDevRuntime"],[822,63,309,16],[822,64,309,16,"jsxDEV"],[822,70,309,16],[822,72,309,17,"Image"],[822,77,309,22],[822,78,309,22,"default"],[822,85,309,22],[823,18,310,18,"source"],[823,24,310,24],[823,26,310,26],[824,20,310,28,"uri"],[824,23,310,31],[824,25,310,33],[825,18,310,136],[825,19,310,138],[826,18,311,18,"style"],[826,23,311,23],[826,25,311,25,"styles"],[826,31,311,31],[826,32,311,32,"tokenIcon"],[827,16,311,42],[828,18,311,42,"fileName"],[828,26,311,42],[828,28,311,42,"_jsxFileName"],[828,40,311,42],[829,18,311,42,"lineNumber"],[829,28,311,42],[830,18,311,42,"columnNumber"],[830,30,311,42],[831,16,311,42],[831,23,312,17],[831,24,312,18],[831,39,313,16],[831,43,313,16,"_reactJsxDevRuntime"],[831,62,313,16],[831,63,313,16,"jsxDEV"],[831,69,313,16],[831,71,313,17,"Image"],[831,76,313,22],[831,77,313,22,"default"],[831,84,313,22],[832,18,314,18,"source"],[832,24,314,24],[832,26,314,26],[833,20,314,28,"uri"],[833,23,314,31],[833,25,314,33],[834,18,314,133],[834,19,314,135],[835,18,315,18,"style"],[835,23,315,23],[835,25,315,25,"styles"],[835,31,315,31],[835,32,315,32,"networkBadge"],[836,16,315,45],[837,18,315,45,"fileName"],[837,26,315,45],[837,28,315,45,"_jsxFileName"],[837,40,315,45],[838,18,315,45,"lineNumber"],[838,28,315,45],[839,18,315,45,"columnNumber"],[839,30,315,45],[840,16,315,45],[840,23,316,17],[840,24,316,18],[841,14,316,18],[842,16,316,18,"fileName"],[842,24,316,18],[842,26,316,18,"_jsxFileName"],[842,38,316,18],[843,16,316,18,"lineNumber"],[843,26,316,18],[844,16,316,18,"columnNumber"],[844,28,316,18],[845,14,316,18],[845,21,317,20],[845,22,317,21],[845,37,318,14],[845,41,318,14,"_reactJsxDevRuntime"],[845,60,318,14],[845,61,318,14,"jsxDEV"],[845,67,318,14],[845,69,318,15,"View"],[845,73,318,19],[845,74,318,19,"default"],[845,81,318,19],[846,16,318,19,"children"],[846,24,318,19],[846,40,319,16],[846,44,319,16,"_reactJsxDevRuntime"],[846,63,319,16],[846,64,319,16,"jsxDEV"],[846,70,319,16],[846,72,319,17,"Text"],[846,76,319,21],[846,77,319,21,"default"],[846,84,319,21],[847,18,319,22,"style"],[847,23,319,27],[847,25,319,29,"styles"],[847,31,319,35],[847,32,319,36,"tokenItemName"],[847,45,319,50],[848,18,319,50,"children"],[848,26,319,50],[848,28,319,51],[849,16,319,55],[850,18,319,55,"fileName"],[850,26,319,55],[850,28,319,55,"_jsxFileName"],[850,40,319,55],[851,18,319,55,"lineNumber"],[851,28,319,55],[852,18,319,55,"columnNumber"],[852,30,319,55],[853,16,319,55],[853,23,319,61],[853,24,319,62],[853,39,320,16],[853,43,320,16,"_reactJsxDevRuntime"],[853,62,320,16],[853,63,320,16,"jsxDEV"],[853,69,320,16],[853,71,320,17,"Text"],[853,75,320,21],[853,76,320,21,"default"],[853,83,320,21],[854,18,320,22,"style"],[854,23,320,27],[854,25,320,29,"styles"],[854,31,320,35],[854,32,320,36,"tokenItemNetwork"],[854,48,320,53],[855,18,320,53,"children"],[855,26,320,53],[855,28,320,54],[856,16,320,65],[857,18,320,65,"fileName"],[857,26,320,65],[857,28,320,65,"_jsxFileName"],[857,40,320,65],[858,18,320,65,"lineNumber"],[858,28,320,65],[859,18,320,65,"columnNumber"],[859,30,320,65],[860,16,320,65],[860,23,320,71],[860,24,320,72],[861,14,320,72],[862,16,320,72,"fileName"],[862,24,320,72],[862,26,320,72,"_jsxFileName"],[862,38,320,72],[863,16,320,72,"lineNumber"],[863,26,320,72],[864,16,320,72,"columnNumber"],[864,28,320,72],[865,14,320,72],[865,21,321,20],[865,22,321,21],[866,12,321,21],[867,14,321,21,"fileName"],[867,22,321,21],[867,24,321,21,"_jsxFileName"],[867,36,321,21],[868,14,321,21,"lineNumber"],[868,24,321,21],[869,14,321,21,"columnNumber"],[869,26,321,21],[870,12,321,21],[870,19,322,18],[870,20,322,19],[870,35,323,12],[870,39,323,12,"_reactJsxDevRuntime"],[870,58,323,12],[870,59,323,12,"jsxDEV"],[870,65,323,12],[870,67,323,13,"View"],[870,71,323,17],[870,72,323,17,"default"],[870,79,323,17],[871,14,323,18,"style"],[871,19,323,23],[871,21,323,25,"styles"],[871,27,323,31],[871,28,323,32,"tokenItemRight"],[871,42,323,47],[872,14,323,47,"children"],[872,22,323,47],[872,38,324,14],[872,42,324,14,"_reactJsxDevRuntime"],[872,61,324,14],[872,62,324,14,"jsxDEV"],[872,68,324,14],[872,70,324,15,"Text"],[872,74,324,19],[872,75,324,19,"default"],[872,82,324,19],[873,16,324,20,"style"],[873,21,324,25],[873,23,324,27,"styles"],[873,29,324,33],[873,30,324,34,"tokenItemBalance"],[873,46,324,51],[874,16,324,51,"children"],[874,24,324,51],[874,26,324,52],[875,14,324,56],[876,16,324,56,"fileName"],[876,24,324,56],[876,26,324,56,"_jsxFileName"],[876,38,324,56],[877,16,324,56,"lineNumber"],[877,26,324,56],[878,16,324,56,"columnNumber"],[878,28,324,56],[879,14,324,56],[879,21,324,62],[879,22,324,63],[879,37,325,14],[879,41,325,14,"_reactJsxDevRuntime"],[879,60,325,14],[879,61,325,14,"jsxDEV"],[879,67,325,14],[879,69,325,15,"Text"],[879,73,325,19],[879,74,325,19,"default"],[879,81,325,19],[880,16,325,20,"style"],[880,21,325,25],[880,23,325,27,"styles"],[880,29,325,33],[880,30,325,34,"tokenItemUsd"],[880,42,325,47],[881,16,325,47,"children"],[881,24,325,47],[881,26,325,48],[882,14,325,53],[883,16,325,53,"fileName"],[883,24,325,53],[883,26,325,53,"_jsxFileName"],[883,38,325,53],[884,16,325,53,"lineNumber"],[884,26,325,53],[885,16,325,53,"columnNumber"],[885,28,325,53],[886,14,325,53],[886,21,325,59],[886,22,325,60],[887,12,325,60],[888,14,325,60,"fileName"],[888,22,325,60],[888,24,325,60,"_jsxFileName"],[888,36,325,60],[889,14,325,60,"lineNumber"],[889,24,325,60],[890,14,325,60,"columnNumber"],[890,26,325,60],[891,12,325,60],[891,19,326,18],[891,20,326,19],[892,10,326,19],[893,12,326,19,"fileName"],[893,20,326,19],[893,22,326,19,"_jsxFileName"],[893,34,326,19],[894,12,326,19,"lineNumber"],[894,22,326,19],[895,12,326,19,"columnNumber"],[895,24,326,19],[896,10,326,19],[896,17,327,16],[896,18,327,17],[896,33,330,10],[896,37,330,10,"_reactJsxDevRuntime"],[896,56,330,10],[896,57,330,10,"jsxDEV"],[896,63,330,10],[896,65,330,11,"View"],[896,69,330,15],[896,70,330,15,"default"],[896,77,330,15],[897,12,330,16,"style"],[897,17,330,21],[897,19,330,23,"styles"],[897,25,330,29],[897,26,330,30,"tokenItem"],[897,35,330,40],[898,12,330,40,"children"],[898,20,330,40],[898,36,331,12],[898,40,331,12,"_reactJsxDevRuntime"],[898,59,331,12],[898,60,331,12,"jsxDEV"],[898,66,331,12],[898,68,331,13,"View"],[898,72,331,17],[898,73,331,17,"default"],[898,80,331,17],[899,14,331,18,"style"],[899,19,331,23],[899,21,331,25,"styles"],[899,27,331,31],[899,28,331,32,"tokenItemLeft"],[899,41,331,46],[900,14,331,46,"children"],[900,22,331,46],[900,38,332,14],[900,42,332,14,"_reactJsxDevRuntime"],[900,61,332,14],[900,62,332,14,"jsxDEV"],[900,68,332,14],[900,70,332,15,"Image"],[900,75,332,20],[900,76,332,20,"default"],[900,83,332,20],[901,16,333,16,"source"],[901,22,333,22],[901,24,333,24],[902,18,333,26,"uri"],[902,21,333,29],[902,23,333,31],[903,16,333,124],[903,17,333,126],[904,16,334,16,"style"],[904,21,334,21],[904,23,334,23,"styles"],[904,29,334,29],[904,30,334,30,"tokenIcon"],[905,14,334,40],[906,16,334,40,"fileName"],[906,24,334,40],[906,26,334,40,"_jsxFileName"],[906,38,334,40],[907,16,334,40,"lineNumber"],[907,26,334,40],[908,16,334,40,"columnNumber"],[908,28,334,40],[909,14,334,40],[909,21,335,15],[909,22,335,16],[909,37,336,14],[909,41,336,14,"_reactJsxDevRuntime"],[909,60,336,14],[909,61,336,14,"jsxDEV"],[909,67,336,14],[909,69,336,15,"View"],[909,73,336,19],[909,74,336,19,"default"],[909,81,336,19],[910,16,336,19,"children"],[910,24,336,19],[910,40,337,16],[910,44,337,16,"_reactJsxDevRuntime"],[910,63,337,16],[910,64,337,16,"jsxDEV"],[910,70,337,16],[910,72,337,17,"Text"],[910,76,337,21],[910,77,337,21,"default"],[910,84,337,21],[911,18,337,22,"style"],[911,23,337,27],[911,25,337,29,"styles"],[911,31,337,35],[911,32,337,36,"tokenItemName"],[911,45,337,50],[912,18,337,50,"children"],[912,26,337,50],[912,28,337,51],[913,16,337,54],[914,18,337,54,"fileName"],[914,26,337,54],[914,28,337,54,"_jsxFileName"],[914,40,337,54],[915,18,337,54,"lineNumber"],[915,28,337,54],[916,18,337,54,"columnNumber"],[916,30,337,54],[917,16,337,54],[917,23,337,60],[917,24,337,61],[917,39,338,16],[917,43,338,16,"_reactJsxDevRuntime"],[917,62,338,16],[917,63,338,16,"jsxDEV"],[917,69,338,16],[917,71,338,17,"Text"],[917,75,338,21],[917,76,338,21,"default"],[917,83,338,21],[918,18,338,22,"style"],[918,23,338,27],[918,25,338,29,"styles"],[918,31,338,35],[918,32,338,36,"tokenItemNetwork"],[918,48,338,53],[919,18,338,53,"children"],[919,26,338,53],[919,28,338,54],[920,16,338,62],[921,18,338,62,"fileName"],[921,26,338,62],[921,28,338,62,"_jsxFileName"],[921,40,338,62],[922,18,338,62,"lineNumber"],[922,28,338,62],[923,18,338,62,"columnNumber"],[923,30,338,62],[924,16,338,62],[924,23,338,68],[924,24,338,69],[925,14,338,69],[926,16,338,69,"fileName"],[926,24,338,69],[926,26,338,69,"_jsxFileName"],[926,38,338,69],[927,16,338,69,"lineNumber"],[927,26,338,69],[928,16,338,69,"columnNumber"],[928,28,338,69],[929,14,338,69],[929,21,339,20],[929,22,339,21],[930,12,339,21],[931,14,339,21,"fileName"],[931,22,339,21],[931,24,339,21,"_jsxFileName"],[931,36,339,21],[932,14,339,21,"lineNumber"],[932,24,339,21],[933,14,339,21,"columnNumber"],[933,26,339,21],[934,12,339,21],[934,19,340,18],[934,20,340,19],[934,35,341,12],[934,39,341,12,"_reactJsxDevRuntime"],[934,58,341,12],[934,59,341,12,"jsxDEV"],[934,65,341,12],[934,67,341,13,"View"],[934,71,341,17],[934,72,341,17,"default"],[934,79,341,17],[935,14,341,18,"style"],[935,19,341,23],[935,21,341,25,"styles"],[935,27,341,31],[935,28,341,32,"tokenItemRight"],[935,42,341,47],[936,14,341,47,"children"],[936,22,341,47],[936,38,342,14],[936,42,342,14,"_reactJsxDevRuntime"],[936,61,342,14],[936,62,342,14,"jsxDEV"],[936,68,342,14],[936,70,342,15,"Text"],[936,74,342,19],[936,75,342,19,"default"],[936,82,342,19],[937,16,342,20,"style"],[937,21,342,25],[937,23,342,27,"styles"],[937,29,342,33],[937,30,342,34,"tokenItemBalance"],[937,46,342,51],[938,16,342,51,"children"],[938,24,342,51],[938,26,342,52],[939,14,342,56],[940,16,342,56,"fileName"],[940,24,342,56],[940,26,342,56,"_jsxFileName"],[940,38,342,56],[941,16,342,56,"lineNumber"],[941,26,342,56],[942,16,342,56,"columnNumber"],[942,28,342,56],[943,14,342,56],[943,21,342,62],[943,22,342,63],[943,37,343,14],[943,41,343,14,"_reactJsxDevRuntime"],[943,60,343,14],[943,61,343,14,"jsxDEV"],[943,67,343,14],[943,69,343,15,"Text"],[943,73,343,19],[943,74,343,19,"default"],[943,81,343,19],[944,16,343,20,"style"],[944,21,343,25],[944,23,343,27,"styles"],[944,29,343,33],[944,30,343,34,"tokenItemUsd"],[944,42,343,47],[945,16,343,47,"children"],[945,24,343,47],[945,26,343,48],[946,14,343,53],[947,16,343,53,"fileName"],[947,24,343,53],[947,26,343,53,"_jsxFileName"],[947,38,343,53],[948,16,343,53,"lineNumber"],[948,26,343,53],[949,16,343,53,"columnNumber"],[949,28,343,53],[950,14,343,53],[950,21,343,59],[950,22,343,60],[951,12,343,60],[952,14,343,60,"fileName"],[952,22,343,60],[952,24,343,60,"_jsxFileName"],[952,36,343,60],[953,14,343,60,"lineNumber"],[953,24,343,60],[954,14,343,60,"columnNumber"],[954,26,343,60],[955,12,343,60],[955,19,344,18],[955,20,344,19],[956,10,344,19],[957,12,344,19,"fileName"],[957,20,344,19],[957,22,344,19,"_jsxFileName"],[957,34,344,19],[958,12,344,19,"lineNumber"],[958,22,344,19],[959,12,344,19,"columnNumber"],[959,24,344,19],[960,10,344,19],[960,17,345,16],[960,18,345,17],[960,33,348,10],[960,37,348,10,"_reactJsxDevRuntime"],[960,56,348,10],[960,57,348,10,"jsxDEV"],[960,63,348,10],[960,65,348,11,"View"],[960,69,348,15],[960,70,348,15,"default"],[960,77,348,15],[961,12,348,16,"style"],[961,17,348,21],[961,19,348,23,"styles"],[961,25,348,29],[961,26,348,30,"tokenItem"],[961,35,348,40],[962,12,348,40,"children"],[962,20,348,40],[962,36,349,12],[962,40,349,12,"_reactJsxDevRuntime"],[962,59,349,12],[962,60,349,12,"jsxDEV"],[962,66,349,12],[962,68,349,13,"View"],[962,72,349,17],[962,73,349,17,"default"],[962,80,349,17],[963,14,349,18,"style"],[963,19,349,23],[963,21,349,25,"styles"],[963,27,349,31],[963,28,349,32,"tokenItemLeft"],[963,41,349,46],[964,14,349,46,"children"],[964,22,349,46],[964,38,350,14],[964,42,350,14,"_reactJsxDevRuntime"],[964,61,350,14],[964,62,350,14,"jsxDEV"],[964,68,350,14],[964,70,350,15,"Image"],[964,75,350,20],[964,76,350,20,"default"],[964,83,350,20],[965,16,351,16,"source"],[965,22,351,22],[965,24,351,24],[966,18,351,26,"uri"],[966,21,351,29],[966,23,351,31],[967,16,351,128],[967,17,351,130],[968,16,352,16,"style"],[968,21,352,21],[968,23,352,23,"styles"],[968,29,352,29],[968,30,352,30,"tokenIcon"],[969,14,352,40],[970,16,352,40,"fileName"],[970,24,352,40],[970,26,352,40,"_jsxFileName"],[970,38,352,40],[971,16,352,40,"lineNumber"],[971,26,352,40],[972,16,352,40,"columnNumber"],[972,28,352,40],[973,14,352,40],[973,21,353,15],[973,22,353,16],[973,37,354,14],[973,41,354,14,"_reactJsxDevRuntime"],[973,60,354,14],[973,61,354,14,"jsxDEV"],[973,67,354,14],[973,69,354,15,"View"],[973,73,354,19],[973,74,354,19,"default"],[973,81,354,19],[974,16,354,19,"children"],[974,24,354,19],[974,40,355,16],[974,44,355,16,"_reactJsxDevRuntime"],[974,63,355,16],[974,64,355,16,"jsxDEV"],[974,70,355,16],[974,72,355,17,"Text"],[974,76,355,21],[974,77,355,21,"default"],[974,84,355,21],[975,18,355,22,"style"],[975,23,355,27],[975,25,355,29,"styles"],[975,31,355,35],[975,32,355,36,"tokenItemName"],[975,45,355,50],[976,18,355,50,"children"],[976,26,355,50],[976,28,355,51],[977,16,355,54],[978,18,355,54,"fileName"],[978,26,355,54],[978,28,355,54,"_jsxFileName"],[978,40,355,54],[979,18,355,54,"lineNumber"],[979,28,355,54],[980,18,355,54,"columnNumber"],[980,30,355,54],[981,16,355,54],[981,23,355,60],[981,24,355,61],[981,39,356,16],[981,43,356,16,"_reactJsxDevRuntime"],[981,62,356,16],[981,63,356,16,"jsxDEV"],[981,69,356,16],[981,71,356,17,"Text"],[981,75,356,21],[981,76,356,21,"default"],[981,83,356,21],[982,18,356,22,"style"],[982,23,356,27],[982,25,356,29,"styles"],[982,31,356,35],[982,32,356,36,"tokenItemNetwork"],[982,48,356,53],[983,18,356,53,"children"],[983,26,356,53],[983,28,356,54],[984,16,356,61],[985,18,356,61,"fileName"],[985,26,356,61],[985,28,356,61,"_jsxFileName"],[985,40,356,61],[986,18,356,61,"lineNumber"],[986,28,356,61],[987,18,356,61,"columnNumber"],[987,30,356,61],[988,16,356,61],[988,23,356,67],[988,24,356,68],[989,14,356,68],[990,16,356,68,"fileName"],[990,24,356,68],[990,26,356,68,"_jsxFileName"],[990,38,356,68],[991,16,356,68,"lineNumber"],[991,26,356,68],[992,16,356,68,"columnNumber"],[992,28,356,68],[993,14,356,68],[993,21,357,20],[993,22,357,21],[994,12,357,21],[995,14,357,21,"fileName"],[995,22,357,21],[995,24,357,21,"_jsxFileName"],[995,36,357,21],[996,14,357,21,"lineNumber"],[996,24,357,21],[997,14,357,21,"columnNumber"],[997,26,357,21],[998,12,357,21],[998,19,358,18],[998,20,358,19],[998,35,359,12],[998,39,359,12,"_reactJsxDevRuntime"],[998,58,359,12],[998,59,359,12,"jsxDEV"],[998,65,359,12],[998,67,359,13,"View"],[998,71,359,17],[998,72,359,17,"default"],[998,79,359,17],[999,14,359,18,"style"],[999,19,359,23],[999,21,359,25,"styles"],[999,27,359,31],[999,28,359,32,"tokenItemRight"],[999,42,359,47],[1000,14,359,47,"children"],[1000,22,359,47],[1000,38,360,14],[1000,42,360,14,"_reactJsxDevRuntime"],[1000,61,360,14],[1000,62,360,14,"jsxDEV"],[1000,68,360,14],[1000,70,360,15,"Text"],[1000,74,360,19],[1000,75,360,19,"default"],[1000,82,360,19],[1001,16,360,20,"style"],[1001,21,360,25],[1001,23,360,27,"styles"],[1001,29,360,33],[1001,30,360,34,"tokenItemBalance"],[1001,46,360,51],[1002,16,360,51,"children"],[1002,24,360,51],[1002,26,360,52],[1003,14,360,56],[1004,16,360,56,"fileName"],[1004,24,360,56],[1004,26,360,56,"_jsxFileName"],[1004,38,360,56],[1005,16,360,56,"lineNumber"],[1005,26,360,56],[1006,16,360,56,"columnNumber"],[1006,28,360,56],[1007,14,360,56],[1007,21,360,62],[1007,22,360,63],[1007,37,361,14],[1007,41,361,14,"_reactJsxDevRuntime"],[1007,60,361,14],[1007,61,361,14,"jsxDEV"],[1007,67,361,14],[1007,69,361,15,"Text"],[1007,73,361,19],[1007,74,361,19,"default"],[1007,81,361,19],[1008,16,361,20,"style"],[1008,21,361,25],[1008,23,361,27,"styles"],[1008,29,361,33],[1008,30,361,34,"tokenItemUsd"],[1008,42,361,47],[1009,16,361,47,"children"],[1009,24,361,47],[1009,26,361,48],[1010,14,361,53],[1011,16,361,53,"fileName"],[1011,24,361,53],[1011,26,361,53,"_jsxFileName"],[1011,38,361,53],[1012,16,361,53,"lineNumber"],[1012,26,361,53],[1013,16,361,53,"columnNumber"],[1013,28,361,53],[1014,14,361,53],[1014,21,361,59],[1014,22,361,60],[1015,12,361,60],[1016,14,361,60,"fileName"],[1016,22,361,60],[1016,24,361,60,"_jsxFileName"],[1016,36,361,60],[1017,14,361,60,"lineNumber"],[1017,24,361,60],[1018,14,361,60,"columnNumber"],[1018,26,361,60],[1019,12,361,60],[1019,19,362,18],[1019,20,362,19],[1020,10,362,19],[1021,12,362,19,"fileName"],[1021,20,362,19],[1021,22,362,19,"_jsxFileName"],[1021,34,362,19],[1022,12,362,19,"lineNumber"],[1022,22,362,19],[1023,12,362,19,"columnNumber"],[1023,24,362,19],[1024,10,362,19],[1024,17,363,16],[1024,18,363,17],[1024,33,366,10],[1024,37,366,10,"_reactJsxDevRuntime"],[1024,56,366,10],[1024,57,366,10,"jsxDEV"],[1024,63,366,10],[1024,65,366,11,"View"],[1024,69,366,15],[1024,70,366,15,"default"],[1024,77,366,15],[1025,12,366,16,"style"],[1025,17,366,21],[1025,19,366,23,"styles"],[1025,25,366,29],[1025,26,366,30,"tokenItem"],[1025,35,366,40],[1026,12,366,40,"children"],[1026,20,366,40],[1026,36,367,12],[1026,40,367,12,"_reactJsxDevRuntime"],[1026,59,367,12],[1026,60,367,12,"jsxDEV"],[1026,66,367,12],[1026,68,367,13,"View"],[1026,72,367,17],[1026,73,367,17,"default"],[1026,80,367,17],[1027,14,367,18,"style"],[1027,19,367,23],[1027,21,367,25,"styles"],[1027,27,367,31],[1027,28,367,32,"tokenItemLeft"],[1027,41,367,46],[1028,14,367,46,"children"],[1028,22,367,46],[1028,38,368,14],[1028,42,368,14,"_reactJsxDevRuntime"],[1028,61,368,14],[1028,62,368,14,"jsxDEV"],[1028,68,368,14],[1028,70,368,15,"Image"],[1028,75,368,20],[1028,76,368,20,"default"],[1028,83,368,20],[1029,16,369,16,"source"],[1029,22,369,22],[1029,24,369,24],[1030,18,369,26,"uri"],[1030,21,369,29],[1030,23,369,31],[1031,16,369,129],[1031,17,369,131],[1032,16,370,16,"style"],[1032,21,370,21],[1032,23,370,23,"styles"],[1032,29,370,29],[1032,30,370,30,"tokenIcon"],[1033,14,370,40],[1034,16,370,40,"fileName"],[1034,24,370,40],[1034,26,370,40,"_jsxFileName"],[1034,38,370,40],[1035,16,370,40,"lineNumber"],[1035,26,370,40],[1036,16,370,40,"columnNumber"],[1036,28,370,40],[1037,14,370,40],[1037,21,371,15],[1037,22,371,16],[1037,37,372,14],[1037,41,372,14,"_reactJsxDevRuntime"],[1037,60,372,14],[1037,61,372,14,"jsxDEV"],[1037,67,372,14],[1037,69,372,15,"View"],[1037,73,372,19],[1037,74,372,19,"default"],[1037,81,372,19],[1038,16,372,19,"children"],[1038,24,372,19],[1038,40,373,16],[1038,44,373,16,"_reactJsxDevRuntime"],[1038,63,373,16],[1038,64,373,16,"jsxDEV"],[1038,70,373,16],[1038,72,373,17,"Text"],[1038,76,373,21],[1038,77,373,21,"default"],[1038,84,373,21],[1039,18,373,22,"style"],[1039,23,373,27],[1039,25,373,29,"styles"],[1039,31,373,35],[1039,32,373,36,"tokenItemName"],[1039,45,373,50],[1040,18,373,50,"children"],[1040,26,373,50],[1040,28,373,51],[1041,16,373,54],[1042,18,373,54,"fileName"],[1042,26,373,54],[1042,28,373,54,"_jsxFileName"],[1042,40,373,54],[1043,18,373,54,"lineNumber"],[1043,28,373,54],[1044,18,373,54,"columnNumber"],[1044,30,373,54],[1045,16,373,54],[1045,23,373,60],[1045,24,373,61],[1045,39,374,16],[1045,43,374,16,"_reactJsxDevRuntime"],[1045,62,374,16],[1045,63,374,16,"jsxDEV"],[1045,69,374,16],[1045,71,374,17,"Text"],[1045,75,374,21],[1045,76,374,21,"default"],[1045,83,374,21],[1046,18,374,22,"style"],[1046,23,374,27],[1046,25,374,29,"styles"],[1046,31,374,35],[1046,32,374,36,"tokenItemNetwork"],[1046,48,374,53],[1047,18,374,53,"children"],[1047,26,374,53],[1047,28,374,54],[1048,16,374,62],[1049,18,374,62,"fileName"],[1049,26,374,62],[1049,28,374,62,"_jsxFileName"],[1049,40,374,62],[1050,18,374,62,"lineNumber"],[1050,28,374,62],[1051,18,374,62,"columnNumber"],[1051,30,374,62],[1052,16,374,62],[1052,23,374,68],[1052,24,374,69],[1053,14,374,69],[1054,16,374,69,"fileName"],[1054,24,374,69],[1054,26,374,69,"_jsxFileName"],[1054,38,374,69],[1055,16,374,69,"lineNumber"],[1055,26,374,69],[1056,16,374,69,"columnNumber"],[1056,28,374,69],[1057,14,374,69],[1057,21,375,20],[1057,22,375,21],[1058,12,375,21],[1059,14,375,21,"fileName"],[1059,22,375,21],[1059,24,375,21,"_jsxFileName"],[1059,36,375,21],[1060,14,375,21,"lineNumber"],[1060,24,375,21],[1061,14,375,21,"columnNumber"],[1061,26,375,21],[1062,12,375,21],[1062,19,376,18],[1062,20,376,19],[1062,35,377,12],[1062,39,377,12,"_reactJsxDevRuntime"],[1062,58,377,12],[1062,59,377,12,"jsxDEV"],[1062,65,377,12],[1062,67,377,13,"View"],[1062,71,377,17],[1062,72,377,17,"default"],[1062,79,377,17],[1063,14,377,18,"style"],[1063,19,377,23],[1063,21,377,25,"styles"],[1063,27,377,31],[1063,28,377,32,"tokenItemRight"],[1063,42,377,47],[1064,14,377,47,"children"],[1064,22,377,47],[1064,38,378,14],[1064,42,378,14,"_reactJsxDevRuntime"],[1064,61,378,14],[1064,62,378,14,"jsxDEV"],[1064,68,378,14],[1064,70,378,15,"Text"],[1064,74,378,19],[1064,75,378,19,"default"],[1064,82,378,19],[1065,16,378,20,"style"],[1065,21,378,25],[1065,23,378,27,"styles"],[1065,29,378,33],[1065,30,378,34,"tokenItemBalance"],[1065,46,378,51],[1066,16,378,51,"children"],[1066,24,378,51],[1066,26,378,52],[1067,14,378,56],[1068,16,378,56,"fileName"],[1068,24,378,56],[1068,26,378,56,"_jsxFileName"],[1068,38,378,56],[1069,16,378,56,"lineNumber"],[1069,26,378,56],[1070,16,378,56,"columnNumber"],[1070,28,378,56],[1071,14,378,56],[1071,21,378,62],[1071,22,378,63],[1071,37,379,14],[1071,41,379,14,"_reactJsxDevRuntime"],[1071,60,379,14],[1071,61,379,14,"jsxDEV"],[1071,67,379,14],[1071,69,379,15,"Text"],[1071,73,379,19],[1071,74,379,19,"default"],[1071,81,379,19],[1072,16,379,20,"style"],[1072,21,379,25],[1072,23,379,27,"styles"],[1072,29,379,33],[1072,30,379,34,"tokenItemUsd"],[1072,42,379,47],[1073,16,379,47,"children"],[1073,24,379,47],[1073,26,379,48],[1074,14,379,53],[1075,16,379,53,"fileName"],[1075,24,379,53],[1075,26,379,53,"_jsxFileName"],[1075,38,379,53],[1076,16,379,53,"lineNumber"],[1076,26,379,53],[1077,16,379,53,"columnNumber"],[1077,28,379,53],[1078,14,379,53],[1078,21,379,59],[1078,22,379,60],[1079,12,379,60],[1080,14,379,60,"fileName"],[1080,22,379,60],[1080,24,379,60,"_jsxFileName"],[1080,36,379,60],[1081,14,379,60,"lineNumber"],[1081,24,379,60],[1082,14,379,60,"columnNumber"],[1082,26,379,60],[1083,12,379,60],[1083,19,380,18],[1083,20,380,19],[1084,10,380,19],[1085,12,380,19,"fileName"],[1085,20,380,19],[1085,22,380,19,"_jsxFileName"],[1085,34,380,19],[1086,12,380,19,"lineNumber"],[1086,22,380,19],[1087,12,380,19,"columnNumber"],[1087,24,380,19],[1088,10,380,19],[1088,17,381,16],[1088,18,381,17],[1088,33,384,10],[1088,37,384,10,"_reactJsxDevRuntime"],[1088,56,384,10],[1088,57,384,10,"jsxDEV"],[1088,63,384,10],[1088,65,384,11,"View"],[1088,69,384,15],[1088,70,384,15,"default"],[1088,77,384,15],[1089,12,384,16,"style"],[1089,17,384,21],[1089,19,384,23,"styles"],[1089,25,384,29],[1089,26,384,30,"tokenItem"],[1089,35,384,40],[1090,12,384,40,"children"],[1090,20,384,40],[1090,36,385,12],[1090,40,385,12,"_reactJsxDevRuntime"],[1090,59,385,12],[1090,60,385,12,"jsxDEV"],[1090,66,385,12],[1090,68,385,13,"View"],[1090,72,385,17],[1090,73,385,17,"default"],[1090,80,385,17],[1091,14,385,18,"style"],[1091,19,385,23],[1091,21,385,25,"styles"],[1091,27,385,31],[1091,28,385,32,"tokenItemLeft"],[1091,41,385,46],[1092,14,385,46,"children"],[1092,22,385,46],[1092,38,386,14],[1092,42,386,14,"_reactJsxDevRuntime"],[1092,61,386,14],[1092,62,386,14,"jsxDEV"],[1092,68,386,14],[1092,70,386,15,"Image"],[1092,75,386,20],[1092,76,386,20,"default"],[1092,83,386,20],[1093,16,387,16,"source"],[1093,22,387,22],[1093,24,387,24],[1094,18,387,26,"uri"],[1094,21,387,29],[1094,23,387,31],[1095,16,387,129],[1095,17,387,131],[1096,16,388,16,"style"],[1096,21,388,21],[1096,23,388,23,"styles"],[1096,29,388,29],[1096,30,388,30,"tokenIcon"],[1097,14,388,40],[1098,16,388,40,"fileName"],[1098,24,388,40],[1098,26,388,40,"_jsxFileName"],[1098,38,388,40],[1099,16,388,40,"lineNumber"],[1099,26,388,40],[1100,16,388,40,"columnNumber"],[1100,28,388,40],[1101,14,388,40],[1101,21,389,15],[1101,22,389,16],[1101,37,390,14],[1101,41,390,14,"_reactJsxDevRuntime"],[1101,60,390,14],[1101,61,390,14,"jsxDEV"],[1101,67,390,14],[1101,69,390,15,"View"],[1101,73,390,19],[1101,74,390,19,"default"],[1101,81,390,19],[1102,16,390,19,"children"],[1102,24,390,19],[1102,40,391,16],[1102,44,391,16,"_reactJsxDevRuntime"],[1102,63,391,16],[1102,64,391,16,"jsxDEV"],[1102,70,391,16],[1102,72,391,17,"Text"],[1102,76,391,21],[1102,77,391,21,"default"],[1102,84,391,21],[1103,18,391,22,"style"],[1103,23,391,27],[1103,25,391,29,"styles"],[1103,31,391,35],[1103,32,391,36,"tokenItemName"],[1103,45,391,50],[1104,18,391,50,"children"],[1104,26,391,50],[1104,28,391,51],[1105,16,391,54],[1106,18,391,54,"fileName"],[1106,26,391,54],[1106,28,391,54,"_jsxFileName"],[1106,40,391,54],[1107,18,391,54,"lineNumber"],[1107,28,391,54],[1108,18,391,54,"columnNumber"],[1108,30,391,54],[1109,16,391,54],[1109,23,391,60],[1109,24,391,61],[1109,39,392,16],[1109,43,392,16,"_reactJsxDevRuntime"],[1109,62,392,16],[1109,63,392,16,"jsxDEV"],[1109,69,392,16],[1109,71,392,17,"Text"],[1109,75,392,21],[1109,76,392,21,"default"],[1109,83,392,21],[1110,18,392,22,"style"],[1110,23,392,27],[1110,25,392,29,"styles"],[1110,31,392,35],[1110,32,392,36,"tokenItemNetwork"],[1110,48,392,53],[1111,18,392,53,"children"],[1111,26,392,53],[1111,28,392,54],[1112,16,392,73],[1113,18,392,73,"fileName"],[1113,26,392,73],[1113,28,392,73,"_jsxFileName"],[1113,40,392,73],[1114,18,392,73,"lineNumber"],[1114,28,392,73],[1115,18,392,73,"columnNumber"],[1115,30,392,73],[1116,16,392,73],[1116,23,392,79],[1116,24,392,80],[1117,14,392,80],[1118,16,392,80,"fileName"],[1118,24,392,80],[1118,26,392,80,"_jsxFileName"],[1118,38,392,80],[1119,16,392,80,"lineNumber"],[1119,26,392,80],[1120,16,392,80,"columnNumber"],[1120,28,392,80],[1121,14,392,80],[1121,21,393,20],[1121,22,393,21],[1122,12,393,21],[1123,14,393,21,"fileName"],[1123,22,393,21],[1123,24,393,21,"_jsxFileName"],[1123,36,393,21],[1124,14,393,21,"lineNumber"],[1124,24,393,21],[1125,14,393,21,"columnNumber"],[1125,26,393,21],[1126,12,393,21],[1126,19,394,18],[1126,20,394,19],[1126,35,395,12],[1126,39,395,12,"_reactJsxDevRuntime"],[1126,58,395,12],[1126,59,395,12,"jsxDEV"],[1126,65,395,12],[1126,67,395,13,"View"],[1126,71,395,17],[1126,72,395,17,"default"],[1126,79,395,17],[1127,14,395,18,"style"],[1127,19,395,23],[1127,21,395,25,"styles"],[1127,27,395,31],[1127,28,395,32,"tokenItemRight"],[1127,42,395,47],[1128,14,395,47,"children"],[1128,22,395,47],[1128,38,396,14],[1128,42,396,14,"_reactJsxDevRuntime"],[1128,61,396,14],[1128,62,396,14,"jsxDEV"],[1128,68,396,14],[1128,70,396,15,"Text"],[1128,74,396,19],[1128,75,396,19,"default"],[1128,82,396,19],[1129,16,396,20,"style"],[1129,21,396,25],[1129,23,396,27,"styles"],[1129,29,396,33],[1129,30,396,34,"tokenItemBalance"],[1129,46,396,51],[1130,16,396,51,"children"],[1130,24,396,51],[1130,26,396,52],[1131,14,396,56],[1132,16,396,56,"fileName"],[1132,24,396,56],[1132,26,396,56,"_jsxFileName"],[1132,38,396,56],[1133,16,396,56,"lineNumber"],[1133,26,396,56],[1134,16,396,56,"columnNumber"],[1134,28,396,56],[1135,14,396,56],[1135,21,396,62],[1135,22,396,63],[1135,37,397,14],[1135,41,397,14,"_reactJsxDevRuntime"],[1135,60,397,14],[1135,61,397,14,"jsxDEV"],[1135,67,397,14],[1135,69,397,15,"Text"],[1135,73,397,19],[1135,74,397,19,"default"],[1135,81,397,19],[1136,16,397,20,"style"],[1136,21,397,25],[1136,23,397,27,"styles"],[1136,29,397,33],[1136,30,397,34,"tokenItemUsd"],[1136,42,397,47],[1137,16,397,47,"children"],[1137,24,397,47],[1137,26,397,48],[1138,14,397,53],[1139,16,397,53,"fileName"],[1139,24,397,53],[1139,26,397,53,"_jsxFileName"],[1139,38,397,53],[1140,16,397,53,"lineNumber"],[1140,26,397,53],[1141,16,397,53,"columnNumber"],[1141,28,397,53],[1142,14,397,53],[1142,21,397,59],[1142,22,397,60],[1143,12,397,60],[1144,14,397,60,"fileName"],[1144,22,397,60],[1144,24,397,60,"_jsxFileName"],[1144,36,397,60],[1145,14,397,60,"lineNumber"],[1145,24,397,60],[1146,14,397,60,"columnNumber"],[1146,26,397,60],[1147,12,397,60],[1147,19,398,18],[1147,20,398,19],[1148,10,398,19],[1149,12,398,19,"fileName"],[1149,20,398,19],[1149,22,398,19,"_jsxFileName"],[1149,34,398,19],[1150,12,398,19,"lineNumber"],[1150,22,398,19],[1151,12,398,19,"columnNumber"],[1151,24,398,19],[1152,10,398,19],[1152,17,399,16],[1152,18,399,17],[1152,33,402,10],[1152,37,402,10,"_reactJsxDevRuntime"],[1152,56,402,10],[1152,57,402,10,"jsxDEV"],[1152,63,402,10],[1152,65,402,11,"View"],[1152,69,402,15],[1152,70,402,15,"default"],[1152,77,402,15],[1153,12,402,16,"style"],[1153,17,402,21],[1153,19,402,23,"styles"],[1153,25,402,29],[1153,26,402,30,"tokenItem"],[1153,35,402,40],[1154,12,402,40,"children"],[1154,20,402,40],[1154,36,403,12],[1154,40,403,12,"_reactJsxDevRuntime"],[1154,59,403,12],[1154,60,403,12,"jsxDEV"],[1154,66,403,12],[1154,68,403,13,"View"],[1154,72,403,17],[1154,73,403,17,"default"],[1154,80,403,17],[1155,14,403,18,"style"],[1155,19,403,23],[1155,21,403,25,"styles"],[1155,27,403,31],[1155,28,403,32,"tokenItemLeft"],[1155,41,403,46],[1156,14,403,46,"children"],[1156,22,403,46],[1156,38,404,14],[1156,42,404,14,"_reactJsxDevRuntime"],[1156,61,404,14],[1156,62,404,14,"jsxDEV"],[1156,68,404,14],[1156,70,404,15,"Image"],[1156,75,404,20],[1156,76,404,20,"default"],[1156,83,404,20],[1157,16,405,16,"source"],[1157,22,405,22],[1157,24,405,24],[1158,18,405,26,"uri"],[1158,21,405,29],[1158,23,405,31],[1159,16,405,128],[1159,17,405,130],[1160,16,406,16,"style"],[1160,21,406,21],[1160,23,406,23,"styles"],[1160,29,406,29],[1160,30,406,30,"tokenIcon"],[1161,14,406,40],[1162,16,406,40,"fileName"],[1162,24,406,40],[1162,26,406,40,"_jsxFileName"],[1162,38,406,40],[1163,16,406,40,"lineNumber"],[1163,26,406,40],[1164,16,406,40,"columnNumber"],[1164,28,406,40],[1165,14,406,40],[1165,21,407,15],[1165,22,407,16],[1165,37,408,14],[1165,41,408,14,"_reactJsxDevRuntime"],[1165,60,408,14],[1165,61,408,14,"jsxDEV"],[1165,67,408,14],[1165,69,408,15,"View"],[1165,73,408,19],[1165,74,408,19,"default"],[1165,81,408,19],[1166,16,408,19,"children"],[1166,24,408,19],[1166,40,409,16],[1166,44,409,16,"_reactJsxDevRuntime"],[1166,63,409,16],[1166,64,409,16,"jsxDEV"],[1166,70,409,16],[1166,72,409,17,"Text"],[1166,76,409,21],[1166,77,409,21,"default"],[1166,84,409,21],[1167,18,409,22,"style"],[1167,23,409,27],[1167,25,409,29,"styles"],[1167,31,409,35],[1167,32,409,36,"tokenItemName"],[1167,45,409,50],[1168,18,409,50,"children"],[1168,26,409,50],[1168,28,409,51],[1169,16,409,54],[1170,18,409,54,"fileName"],[1170,26,409,54],[1170,28,409,54,"_jsxFileName"],[1170,40,409,54],[1171,18,409,54,"lineNumber"],[1171,28,409,54],[1172,18,409,54,"columnNumber"],[1172,30,409,54],[1173,16,409,54],[1173,23,409,60],[1173,24,409,61],[1173,39,410,16],[1173,43,410,16,"_reactJsxDevRuntime"],[1173,62,410,16],[1173,63,410,16,"jsxDEV"],[1173,69,410,16],[1173,71,410,17,"Text"],[1173,75,410,21],[1173,76,410,21,"default"],[1173,83,410,21],[1174,18,410,22,"style"],[1174,23,410,27],[1174,25,410,29,"styles"],[1174,31,410,35],[1174,32,410,36,"tokenItemNetwork"],[1174,48,410,53],[1175,18,410,53,"children"],[1175,26,410,53],[1175,28,410,54],[1176,16,410,61],[1177,18,410,61,"fileName"],[1177,26,410,61],[1177,28,410,61,"_jsxFileName"],[1177,40,410,61],[1178,18,410,61,"lineNumber"],[1178,28,410,61],[1179,18,410,61,"columnNumber"],[1179,30,410,61],[1180,16,410,61],[1180,23,410,67],[1180,24,410,68],[1181,14,410,68],[1182,16,410,68,"fileName"],[1182,24,410,68],[1182,26,410,68,"_jsxFileName"],[1182,38,410,68],[1183,16,410,68,"lineNumber"],[1183,26,410,68],[1184,16,410,68,"columnNumber"],[1184,28,410,68],[1185,14,410,68],[1185,21,411,20],[1185,22,411,21],[1186,12,411,21],[1187,14,411,21,"fileName"],[1187,22,411,21],[1187,24,411,21,"_jsxFileName"],[1187,36,411,21],[1188,14,411,21,"lineNumber"],[1188,24,411,21],[1189,14,411,21,"columnNumber"],[1189,26,411,21],[1190,12,411,21],[1190,19,412,18],[1190,20,412,19],[1190,35,413,12],[1190,39,413,12,"_reactJsxDevRuntime"],[1190,58,413,12],[1190,59,413,12,"jsxDEV"],[1190,65,413,12],[1190,67,413,13,"View"],[1190,71,413,17],[1190,72,413,17,"default"],[1190,79,413,17],[1191,14,413,18,"style"],[1191,19,413,23],[1191,21,413,25,"styles"],[1191,27,413,31],[1191,28,413,32,"tokenItemRight"],[1191,42,413,47],[1192,14,413,47,"children"],[1192,22,413,47],[1192,38,414,14],[1192,42,414,14,"_reactJsxDevRuntime"],[1192,61,414,14],[1192,62,414,14,"jsxDEV"],[1192,68,414,14],[1192,70,414,15,"Text"],[1192,74,414,19],[1192,75,414,19,"default"],[1192,82,414,19],[1193,16,414,20,"style"],[1193,21,414,25],[1193,23,414,27,"styles"],[1193,29,414,33],[1193,30,414,34,"tokenItemBalance"],[1193,46,414,51],[1194,16,414,51,"children"],[1194,24,414,51],[1194,26,414,52],[1195,14,414,56],[1196,16,414,56,"fileName"],[1196,24,414,56],[1196,26,414,56,"_jsxFileName"],[1196,38,414,56],[1197,16,414,56,"lineNumber"],[1197,26,414,56],[1198,16,414,56,"columnNumber"],[1198,28,414,56],[1199,14,414,56],[1199,21,414,62],[1199,22,414,63],[1199,37,415,14],[1199,41,415,14,"_reactJsxDevRuntime"],[1199,60,415,14],[1199,61,415,14,"jsxDEV"],[1199,67,415,14],[1199,69,415,15,"Text"],[1199,73,415,19],[1199,74,415,19,"default"],[1199,81,415,19],[1200,16,415,20,"style"],[1200,21,415,25],[1200,23,415,27,"styles"],[1200,29,415,33],[1200,30,415,34,"tokenItemUsd"],[1200,42,415,47],[1201,16,415,47,"children"],[1201,24,415,47],[1201,26,415,48],[1202,14,415,53],[1203,16,415,53,"fileName"],[1203,24,415,53],[1203,26,415,53,"_jsxFileName"],[1203,38,415,53],[1204,16,415,53,"lineNumber"],[1204,26,415,53],[1205,16,415,53,"columnNumber"],[1205,28,415,53],[1206,14,415,53],[1206,21,415,59],[1206,22,415,60],[1207,12,415,60],[1208,14,415,60,"fileName"],[1208,22,415,60],[1208,24,415,60,"_jsxFileName"],[1208,36,415,60],[1209,14,415,60,"lineNumber"],[1209,24,415,60],[1210,14,415,60,"columnNumber"],[1210,26,415,60],[1211,12,415,60],[1211,19,416,18],[1211,20,416,19],[1212,10,416,19],[1213,12,416,19,"fileName"],[1213,20,416,19],[1213,22,416,19,"_jsxFileName"],[1213,34,416,19],[1214,12,416,19,"lineNumber"],[1214,22,416,19],[1215,12,416,19,"columnNumber"],[1215,24,416,19],[1216,10,416,19],[1216,17,417,16],[1216,18,417,17],[1216,33,420,10],[1216,37,420,10,"_reactJsxDevRuntime"],[1216,56,420,10],[1216,57,420,10,"jsxDEV"],[1216,63,420,10],[1216,65,420,11,"View"],[1216,69,420,15],[1216,70,420,15,"default"],[1216,77,420,15],[1217,12,420,16,"style"],[1217,17,420,21],[1217,19,420,23,"styles"],[1217,25,420,29],[1217,26,420,30,"tokenItem"],[1217,35,420,40],[1218,12,420,40,"children"],[1218,20,420,40],[1218,36,421,12],[1218,40,421,12,"_reactJsxDevRuntime"],[1218,59,421,12],[1218,60,421,12,"jsxDEV"],[1218,66,421,12],[1218,68,421,13,"View"],[1218,72,421,17],[1218,73,421,17,"default"],[1218,80,421,17],[1219,14,421,18,"style"],[1219,19,421,23],[1219,21,421,25,"styles"],[1219,27,421,31],[1219,28,421,32,"tokenItemLeft"],[1219,41,421,46],[1220,14,421,46,"children"],[1220,22,421,46],[1220,38,422,14],[1220,42,422,14,"_reactJsxDevRuntime"],[1220,61,422,14],[1220,62,422,14,"jsxDEV"],[1220,68,422,14],[1220,70,422,15,"Image"],[1220,75,422,20],[1220,76,422,20,"default"],[1220,83,422,20],[1221,16,423,16,"source"],[1221,22,423,22],[1221,24,423,24],[1222,18,423,26,"uri"],[1222,21,423,29],[1222,23,423,31],[1223,16,423,128],[1223,17,423,130],[1224,16,424,16,"style"],[1224,21,424,21],[1224,23,424,23,"styles"],[1224,29,424,29],[1224,30,424,30,"tokenIcon"],[1225,14,424,40],[1226,16,424,40,"fileName"],[1226,24,424,40],[1226,26,424,40,"_jsxFileName"],[1226,38,424,40],[1227,16,424,40,"lineNumber"],[1227,26,424,40],[1228,16,424,40,"columnNumber"],[1228,28,424,40],[1229,14,424,40],[1229,21,425,15],[1229,22,425,16],[1229,37,426,14],[1229,41,426,14,"_reactJsxDevRuntime"],[1229,60,426,14],[1229,61,426,14,"jsxDEV"],[1229,67,426,14],[1229,69,426,15,"View"],[1229,73,426,19],[1229,74,426,19,"default"],[1229,81,426,19],[1230,16,426,19,"children"],[1230,24,426,19],[1230,40,427,16],[1230,44,427,16,"_reactJsxDevRuntime"],[1230,63,427,16],[1230,64,427,16,"jsxDEV"],[1230,70,427,16],[1230,72,427,17,"Text"],[1230,76,427,21],[1230,77,427,21,"default"],[1230,84,427,21],[1231,18,427,22,"style"],[1231,23,427,27],[1231,25,427,29,"styles"],[1231,31,427,35],[1231,32,427,36,"tokenItemName"],[1231,45,427,50],[1232,18,427,50,"children"],[1232,26,427,50],[1232,28,427,51],[1233,16,427,54],[1234,18,427,54,"fileName"],[1234,26,427,54],[1234,28,427,54,"_jsxFileName"],[1234,40,427,54],[1235,18,427,54,"lineNumber"],[1235,28,427,54],[1236,18,427,54,"columnNumber"],[1236,30,427,54],[1237,16,427,54],[1237,23,427,60],[1237,24,427,61],[1237,39,428,16],[1237,43,428,16,"_reactJsxDevRuntime"],[1237,62,428,16],[1237,63,428,16,"jsxDEV"],[1237,69,428,16],[1237,71,428,17,"Text"],[1237,75,428,21],[1237,76,428,21,"default"],[1237,83,428,21],[1238,18,428,22,"style"],[1238,23,428,27],[1238,25,428,29,"styles"],[1238,31,428,35],[1238,32,428,36,"tokenItemNetwork"],[1238,48,428,53],[1239,18,428,53,"children"],[1239,26,428,53],[1239,28,428,54],[1240,16,428,60],[1241,18,428,60,"fileName"],[1241,26,428,60],[1241,28,428,60,"_jsxFileName"],[1241,40,428,60],[1242,18,428,60,"lineNumber"],[1242,28,428,60],[1243,18,428,60,"columnNumber"],[1243,30,428,60],[1244,16,428,60],[1244,23,428,66],[1244,24,428,67],[1245,14,428,67],[1246,16,428,67,"fileName"],[1246,24,428,67],[1246,26,428,67,"_jsxFileName"],[1246,38,428,67],[1247,16,428,67,"lineNumber"],[1247,26,428,67],[1248,16,428,67,"columnNumber"],[1248,28,428,67],[1249,14,428,67],[1249,21,429,20],[1249,22,429,21],[1250,12,429,21],[1251,14,429,21,"fileName"],[1251,22,429,21],[1251,24,429,21,"_jsxFileName"],[1251,36,429,21],[1252,14,429,21,"lineNumber"],[1252,24,429,21],[1253,14,429,21,"columnNumber"],[1253,26,429,21],[1254,12,429,21],[1254,19,430,18],[1254,20,430,19],[1254,35,431,12],[1254,39,431,12,"_reactJsxDevRuntime"],[1254,58,431,12],[1254,59,431,12,"jsxDEV"],[1254,65,431,12],[1254,67,431,13,"View"],[1254,71,431,17],[1254,72,431,17,"default"],[1254,79,431,17],[1255,14,431,18,"style"],[1255,19,431,23],[1255,21,431,25,"styles"],[1255,27,431,31],[1255,28,431,32,"tokenItemRight"],[1255,42,431,47],[1256,14,431,47,"children"],[1256,22,431,47],[1256,38,432,14],[1256,42,432,14,"_reactJsxDevRuntime"],[1256,61,432,14],[1256,62,432,14,"jsxDEV"],[1256,68,432,14],[1256,70,432,15,"Text"],[1256,74,432,19],[1256,75,432,19,"default"],[1256,82,432,19],[1257,16,432,20,"style"],[1257,21,432,25],[1257,23,432,27,"styles"],[1257,29,432,33],[1257,30,432,34,"tokenItemBalance"],[1257,46,432,51],[1258,16,432,51,"children"],[1258,24,432,51],[1258,26,432,52],[1259,14,432,56],[1260,16,432,56,"fileName"],[1260,24,432,56],[1260,26,432,56,"_jsxFileName"],[1260,38,432,56],[1261,16,432,56,"lineNumber"],[1261,26,432,56],[1262,16,432,56,"columnNumber"],[1262,28,432,56],[1263,14,432,56],[1263,21,432,62],[1263,22,432,63],[1263,37,433,14],[1263,41,433,14,"_reactJsxDevRuntime"],[1263,60,433,14],[1263,61,433,14,"jsxDEV"],[1263,67,433,14],[1263,69,433,15,"Text"],[1263,73,433,19],[1263,74,433,19,"default"],[1263,81,433,19],[1264,16,433,20,"style"],[1264,21,433,25],[1264,23,433,27,"styles"],[1264,29,433,33],[1264,30,433,34,"tokenItemUsd"],[1264,42,433,47],[1265,16,433,47,"children"],[1265,24,433,47],[1265,26,433,48],[1266,14,433,53],[1267,16,433,53,"fileName"],[1267,24,433,53],[1267,26,433,53,"_jsxFileName"],[1267,38,433,53],[1268,16,433,53,"lineNumber"],[1268,26,433,53],[1269,16,433,53,"columnNumber"],[1269,28,433,53],[1270,14,433,53],[1270,21,433,59],[1270,22,433,60],[1271,12,433,60],[1272,14,433,60,"fileName"],[1272,22,433,60],[1272,24,433,60,"_jsxFileName"],[1272,36,433,60],[1273,14,433,60,"lineNumber"],[1273,24,433,60],[1274,14,433,60,"columnNumber"],[1274,26,433,60],[1275,12,433,60],[1275,19,434,18],[1275,20,434,19],[1276,10,434,19],[1277,12,434,19,"fileName"],[1277,20,434,19],[1277,22,434,19,"_jsxFileName"],[1277,34,434,19],[1278,12,434,19,"lineNumber"],[1278,22,434,19],[1279,12,434,19,"columnNumber"],[1279,24,434,19],[1280,10,434,19],[1280,17,435,16],[1280,18,435,17],[1281,8,435,17],[1282,10,435,17,"fileName"],[1282,18,435,17],[1282,20,435,17,"_jsxFileName"],[1282,32,435,17],[1283,10,435,17,"lineNumber"],[1283,20,435,17],[1284,10,435,17,"columnNumber"],[1284,22,435,17],[1285,8,435,17],[1285,15,436,14],[1285,16,436,15],[1286,6,436,15],[1287,8,436,15,"fileName"],[1287,16,436,15],[1287,18,436,15,"_jsxFileName"],[1287,30,436,15],[1288,8,436,15,"lineNumber"],[1288,18,436,15],[1289,8,436,15,"columnNumber"],[1289,20,436,15],[1290,6,436,15],[1290,13,437,18],[1291,4,437,19],[1292,6,437,19,"fileName"],[1292,14,437,19],[1292,16,437,19,"_jsxFileName"],[1292,28,437,19],[1293,6,437,19,"lineNumber"],[1293,16,437,19],[1294,6,437,19,"columnNumber"],[1294,18,437,19],[1295,4,437,19],[1295,11,438,10],[1295,12,438,11],[1296,2,440,0],[1297,2,440,1,"_s2"],[1297,5,440,1],[1297,6,162,9,"WalletTab"],[1297,15,162,18],[1298,4,162,18],[1298,12,163,19,"useAuth"],[1298,32,163,26],[1298,33,163,26,"useAuth"],[1298,40,163,26],[1298,42,164,17,"useSafeAreaInsets"],[1298,69,164,34],[1298,70,164,34,"useSafeAreaInsets"],[1298,87,164,34],[1299,2,164,34],[1300,2,164,34,"_c2"],[1300,5,164,34],[1300,8,162,9,"WalletTab"],[1300,17,162,18],[1301,2,442,0],[1301,11,442,9,"CitizensTab"],[1301,22,442,20,"CitizensTab"],[1301,23,442,20],[1301,25,442,23],[1302,4,443,2],[1302,24,444,4],[1302,28,444,4,"_reactJsxDevRuntime"],[1302,47,444,4],[1302,48,444,4,"jsxDEV"],[1302,54,444,4],[1302,56,444,5,"View"],[1302,60,444,9],[1302,61,444,9,"default"],[1302,68,444,9],[1303,6,444,10,"style"],[1303,11,444,15],[1303,13,444,17,"styles"],[1303,19,444,23],[1303,20,444,24,"container"],[1303,29,444,34],[1304,6,444,34,"children"],[1304,14,444,34],[1304,29,445,6],[1304,33,445,6,"_reactJsxDevRuntime"],[1304,52,445,6],[1304,53,445,6,"jsxDEV"],[1304,59,445,6],[1304,61,445,7,"Text"],[1304,65,445,11],[1304,66,445,11,"default"],[1304,73,445,11],[1305,8,445,12,"style"],[1305,13,445,17],[1305,15,445,19,"styles"],[1305,21,445,25],[1305,22,445,26,"placeholderText"],[1305,37,445,42],[1306,8,445,42,"children"],[1306,16,445,42],[1306,18,445,43],[1307,6,445,58],[1308,8,445,58,"fileName"],[1308,16,445,58],[1308,18,445,58,"_jsxFileName"],[1308,30,445,58],[1309,8,445,58,"lineNumber"],[1309,18,445,58],[1310,8,445,58,"columnNumber"],[1310,20,445,58],[1311,6,445,58],[1311,13,445,64],[1312,4,445,65],[1313,6,445,65,"fileName"],[1313,14,445,65],[1313,16,445,65,"_jsxFileName"],[1313,28,445,65],[1314,6,445,65,"lineNumber"],[1314,16,445,65],[1315,6,445,65,"columnNumber"],[1315,18,445,65],[1316,4,445,65],[1316,11,446,10],[1316,12,446,11],[1317,2,448,0],[1318,2,448,1,"_c3"],[1318,5,448,1],[1318,8,442,9,"CitizensTab"],[1318,19,442,20],[1319,2,450,0],[1319,11,450,9,"ReferralTab"],[1319,22,450,20,"ReferralTab"],[1319,23,450,20],[1319,25,450,23],[1320,4,451,2],[1320,24,452,4],[1320,28,452,4,"_reactJsxDevRuntime"],[1320,47,452,4],[1320,48,452,4,"jsxDEV"],[1320,54,452,4],[1320,56,452,5,"View"],[1320,60,452,9],[1320,61,452,9,"default"],[1320,68,452,9],[1321,6,452,10,"style"],[1321,11,452,15],[1321,13,452,17,"styles"],[1321,19,452,23],[1321,20,452,24,"container"],[1321,29,452,34],[1322,6,452,34,"children"],[1322,14,452,34],[1322,29,453,6],[1322,33,453,6,"_reactJsxDevRuntime"],[1322,52,453,6],[1322,53,453,6,"jsxDEV"],[1322,59,453,6],[1322,61,453,7,"Text"],[1322,65,453,11],[1322,66,453,11,"default"],[1322,73,453,11],[1323,8,453,12,"style"],[1323,13,453,17],[1323,15,453,19,"styles"],[1323,21,453,25],[1323,22,453,26,"placeholderText"],[1323,37,453,42],[1324,8,453,42,"children"],[1324,16,453,42],[1324,18,453,43],[1325,6,453,58],[1326,8,453,58,"fileName"],[1326,16,453,58],[1326,18,453,58,"_jsxFileName"],[1326,30,453,58],[1327,8,453,58,"lineNumber"],[1327,18,453,58],[1328,8,453,58,"columnNumber"],[1328,20,453,58],[1329,6,453,58],[1329,13,453,64],[1330,4,453,65],[1331,6,453,65,"fileName"],[1331,14,453,65],[1331,16,453,65,"_jsxFileName"],[1331,28,453,65],[1332,6,453,65,"lineNumber"],[1332,16,453,65],[1333,6,453,65,"columnNumber"],[1333,18,453,65],[1334,4,453,65],[1334,11,454,10],[1334,12,454,11],[1335,2,456,0],[1336,2,456,1,"_c4"],[1336,5,456,1],[1336,8,450,9,"ReferralTab"],[1336,19,450,20],[1337,2,458,0],[1337,11,458,9,"ProfileTab"],[1337,21,458,19,"ProfileTab"],[1337,22,458,19],[1337,24,458,22],[1338,4,459,2],[1338,24,460,4],[1338,28,460,4,"_reactJsxDevRuntime"],[1338,47,460,4],[1338,48,460,4,"jsxDEV"],[1338,54,460,4],[1338,56,460,5,"View"],[1338,60,460,9],[1338,61,460,9,"default"],[1338,68,460,9],[1339,6,460,10,"style"],[1339,11,460,15],[1339,13,460,17,"styles"],[1339,19,460,23],[1339,20,460,24,"container"],[1339,29,460,34],[1340,6,460,34,"children"],[1340,14,460,34],[1340,29,461,6],[1340,33,461,6,"_reactJsxDevRuntime"],[1340,52,461,6],[1340,53,461,6,"jsxDEV"],[1340,59,461,6],[1340,61,461,7,"Text"],[1340,65,461,11],[1340,66,461,11,"default"],[1340,73,461,11],[1341,8,461,12,"style"],[1341,13,461,17],[1341,15,461,19,"styles"],[1341,21,461,25],[1341,22,461,26,"placeholderText"],[1341,37,461,42],[1342,8,461,42,"children"],[1342,16,461,42],[1342,18,461,43],[1343,6,461,57],[1344,8,461,57,"fileName"],[1344,16,461,57],[1344,18,461,57,"_jsxFileName"],[1344,30,461,57],[1345,8,461,57,"lineNumber"],[1345,18,461,57],[1346,8,461,57,"columnNumber"],[1346,20,461,57],[1347,6,461,57],[1347,13,461,63],[1348,4,461,64],[1349,6,461,64,"fileName"],[1349,14,461,64],[1349,16,461,64,"_jsxFileName"],[1349,28,461,64],[1350,6,461,64,"lineNumber"],[1350,16,461,64],[1351,6,461,64,"columnNumber"],[1351,18,461,64],[1352,4,461,64],[1352,11,462,10],[1352,12,462,11],[1353,2,464,0],[1354,2,464,1,"_c5"],[1354,5,464,1],[1354,8,458,9,"ProfileTab"],[1354,18,458,19],[1355,2,466,0],[1355,8,466,6,"Tab"],[1355,11,466,9],[1355,14,466,12],[1355,18,466,12,"createBottomTabNavigator"],[1355,44,466,36],[1355,45,466,36,"createBottomTabNavigator"],[1355,69,466,36],[1355,71,466,37],[1355,72,466,38],[1356,2,468,15],[1356,11,468,24,"HomeScreen"],[1356,21,468,34,"HomeScreen"],[1356,22,468,35],[1357,4,468,37,"navigation"],[1358,2,468,53],[1358,3,468,54],[1358,5,468,56],[1359,4,469,2],[1359,24,470,4],[1359,28,470,4,"_reactJsxDevRuntime"],[1359,47,470,4],[1359,48,470,4,"jsxDEV"],[1359,54,470,4],[1359,56,470,5,"Tab"],[1359,59,470,8],[1359,60,470,9,"Navigator"],[1359,69,470,18],[1360,6,471,6,"screenOptions"],[1360,19,471,19],[1360,21,471,21],[1361,8,472,8,"headerShown"],[1361,19,472,19],[1361,21,472,21],[1361,26,472,26],[1362,8,473,8,"tabBarActiveTintColor"],[1362,29,473,29],[1362,31,473,31],[1362,40,473,40],[1363,8,474,8,"tabBarInactiveTintColor"],[1363,31,474,31],[1363,33,474,33],[1363,42,474,42],[1364,8,475,8,"tabBarStyle"],[1364,19,475,19],[1364,21,475,21,"styles"],[1364,27,475,27],[1364,28,475,28,"tabBar"],[1365,6,476,6],[1365,7,476,8],[1366,6,476,8,"children"],[1366,14,476,8],[1366,30,478,6],[1366,34,478,6,"_reactJsxDevRuntime"],[1366,53,478,6],[1366,54,478,6,"jsxDEV"],[1366,60,478,6],[1366,62,478,7,"Tab"],[1366,65,478,10],[1366,66,478,11,"Screen"],[1366,72,478,17],[1367,8,479,8,"name"],[1367,12,479,12],[1367,14,479,13],[1367,23,479,22],[1368,8,480,8,"options"],[1368,15,480,15],[1368,17,480,17],[1369,10,481,10,"tabBarLabel"],[1369,21,481,21],[1369,23,481,23],[1369,29,481,29],[1370,10,482,10,"tabBarIcon"],[1370,20,482,20],[1370,22,482,22,"tabBarIcon"],[1370,23,482,23],[1371,12,482,25,"color"],[1371,17,482,30],[1372,12,482,32,"size"],[1373,10,482,37],[1373,11,482,38],[1373,29,483,12],[1373,33,483,12,"_reactJsxDevRuntime"],[1373,52,483,12],[1373,53,483,12,"jsxDEV"],[1373,59,483,12],[1373,61,483,13,"_expoVectorIcons"],[1373,77,483,21],[1373,78,483,21,"Ionicons"],[1373,86,483,21],[1374,12,483,22,"name"],[1374,16,483,26],[1374,18,483,27],[1374,24,483,33],[1375,12,483,34,"size"],[1375,16,483,38],[1375,18,483,40,"size"],[1375,22,483,45],[1376,12,483,46,"color"],[1376,17,483,51],[1376,19,483,53,"color"],[1377,10,483,59],[1378,12,483,59,"fileName"],[1378,20,483,59],[1378,22,483,59,"_jsxFileName"],[1378,34,483,59],[1379,12,483,59,"lineNumber"],[1379,22,483,59],[1380,12,483,59,"columnNumber"],[1380,24,483,59],[1381,10,483,59],[1381,17,483,61],[1382,8,485,8],[1382,9,485,10],[1383,8,485,10,"children"],[1383,16,485,10],[1383,18,487,9,"children"],[1383,19,487,9],[1383,37,487,15],[1383,41,487,15,"_reactJsxDevRuntime"],[1383,60,487,15],[1383,61,487,15,"jsxDEV"],[1383,67,487,15],[1383,69,487,16,"HomeTab"],[1383,76,487,23],[1384,10,487,24,"navigation"],[1384,20,487,34],[1384,22,487,36,"navigation"],[1385,8,487,47],[1386,10,487,47,"fileName"],[1386,18,487,47],[1386,20,487,47,"_jsxFileName"],[1386,32,487,47],[1387,10,487,47,"lineNumber"],[1387,20,487,47],[1388,10,487,47,"columnNumber"],[1388,22,487,47],[1389,8,487,47],[1389,15,487,49],[1390,6,487,50],[1391,8,487,50,"fileName"],[1391,16,487,50],[1391,18,487,50,"_jsxFileName"],[1391,30,487,50],[1392,8,487,50,"lineNumber"],[1392,18,487,50],[1393,8,487,50,"columnNumber"],[1393,20,487,50],[1394,6,487,50],[1394,13,488,18],[1394,14,488,19],[1394,29,489,6],[1394,33,489,6,"_reactJsxDevRuntime"],[1394,52,489,6],[1394,53,489,6,"jsxDEV"],[1394,59,489,6],[1394,61,489,7,"Tab"],[1394,64,489,10],[1394,65,489,11,"Screen"],[1394,71,489,17],[1395,8,490,8,"name"],[1395,12,490,12],[1395,14,490,13],[1395,22,490,21],[1396,8,491,8,"component"],[1396,17,491,17],[1396,19,491,19,"WalletTab"],[1396,28,491,29],[1397,8,492,8,"options"],[1397,15,492,15],[1397,17,492,17],[1398,10,493,10,"tabBarLabel"],[1398,21,493,21],[1398,23,493,23],[1398,31,493,31],[1399,10,494,10,"tabBarIcon"],[1399,20,494,20],[1399,22,494,22,"tabBarIcon"],[1399,23,494,23],[1400,12,494,25,"color"],[1400,17,494,30],[1401,12,494,32,"size"],[1402,10,494,37],[1402,11,494,38],[1402,29,495,12],[1402,33,495,12,"_reactJsxDevRuntime"],[1402,52,495,12],[1402,53,495,12,"jsxDEV"],[1402,59,495,12],[1402,61,495,13,"_expoVectorIcons"],[1402,77,495,21],[1402,78,495,21,"Ionicons"],[1402,86,495,21],[1403,12,495,22,"name"],[1403,16,495,26],[1403,18,495,27],[1403,26,495,35],[1404,12,495,36,"size"],[1404,16,495,40],[1404,18,495,42,"size"],[1404,22,495,47],[1405,12,495,48,"color"],[1405,17,495,53],[1405,19,495,55,"color"],[1406,10,495,61],[1407,12,495,61,"fileName"],[1407,20,495,61],[1407,22,495,61,"_jsxFileName"],[1407,34,495,61],[1408,12,495,61,"lineNumber"],[1408,22,495,61],[1409,12,495,61,"columnNumber"],[1409,24,495,61],[1410,10,495,61],[1410,17,495,63],[1411,8,497,8],[1412,6,497,10],[1413,8,497,10,"fileName"],[1413,16,497,10],[1413,18,497,10,"_jsxFileName"],[1413,30,497,10],[1414,8,497,10,"lineNumber"],[1414,18,497,10],[1415,8,497,10,"columnNumber"],[1415,20,497,10],[1416,6,497,10],[1416,13,498,7],[1416,14,498,8],[1416,29,499,6],[1416,33,499,6,"_reactJsxDevRuntime"],[1416,52,499,6],[1416,53,499,6,"jsxDEV"],[1416,59,499,6],[1416,61,499,7,"Tab"],[1416,64,499,10],[1416,65,499,11,"Screen"],[1416,71,499,17],[1417,8,500,8,"name"],[1417,12,500,12],[1417,14,500,13],[1417,24,500,23],[1418,8,501,8,"component"],[1418,17,501,17],[1418,19,501,19,"CitizensTab"],[1418,30,501,31],[1419,8,502,8,"options"],[1419,15,502,15],[1419,17,502,17],[1420,10,503,10,"tabBarLabel"],[1420,21,503,21],[1420,23,503,23],[1420,33,503,33],[1421,10,504,10,"tabBarIcon"],[1421,20,504,20],[1421,22,504,22,"tabBarIcon"],[1421,23,504,23],[1422,12,504,25,"color"],[1422,17,504,30],[1423,12,504,32,"size"],[1424,10,504,37],[1424,11,504,38],[1424,29,505,12],[1424,33,505,12,"_reactJsxDevRuntime"],[1424,52,505,12],[1424,53,505,12,"jsxDEV"],[1424,59,505,12],[1424,61,505,13,"_expoVectorIcons"],[1424,77,505,21],[1424,78,505,21,"Ionicons"],[1424,86,505,21],[1425,12,505,22,"name"],[1425,16,505,26],[1425,18,505,27],[1425,26,505,35],[1426,12,505,36,"size"],[1426,16,505,40],[1426,18,505,42,"size"],[1426,22,505,47],[1427,12,505,48,"color"],[1427,17,505,53],[1427,19,505,55,"color"],[1428,10,505,61],[1429,12,505,61,"fileName"],[1429,20,505,61],[1429,22,505,61,"_jsxFileName"],[1429,34,505,61],[1430,12,505,61,"lineNumber"],[1430,22,505,61],[1431,12,505,61,"columnNumber"],[1431,24,505,61],[1432,10,505,61],[1432,17,505,63],[1433,8,507,8],[1434,6,507,10],[1435,8,507,10,"fileName"],[1435,16,507,10],[1435,18,507,10,"_jsxFileName"],[1435,30,507,10],[1436,8,507,10,"lineNumber"],[1436,18,507,10],[1437,8,507,10,"columnNumber"],[1437,20,507,10],[1438,6,507,10],[1438,13,508,7],[1438,14,508,8],[1438,29,509,6],[1438,33,509,6,"_reactJsxDevRuntime"],[1438,52,509,6],[1438,53,509,6,"jsxDEV"],[1438,59,509,6],[1438,61,509,7,"Tab"],[1438,64,509,10],[1438,65,509,11,"Screen"],[1438,71,509,17],[1439,8,510,8,"name"],[1439,12,510,12],[1439,14,510,13],[1439,24,510,23],[1440,8,511,8,"component"],[1440,17,511,17],[1440,19,511,19,"ReferralTab"],[1440,30,511,31],[1441,8,512,8,"options"],[1441,15,512,15],[1441,17,512,17],[1442,10,513,10,"tabBarLabel"],[1442,21,513,21],[1442,23,513,23],[1442,33,513,33],[1443,10,514,10,"tabBarIcon"],[1443,20,514,20],[1443,22,514,22,"tabBarIcon"],[1443,23,514,23],[1444,12,514,25,"color"],[1444,17,514,30],[1445,12,514,32,"size"],[1446,10,514,37],[1446,11,514,38],[1446,29,515,12],[1446,33,515,12,"_reactJsxDevRuntime"],[1446,52,515,12],[1446,53,515,12,"jsxDEV"],[1446,59,515,12],[1446,61,515,13,"_expoVectorIcons"],[1446,77,515,21],[1446,78,515,21,"Ionicons"],[1446,86,515,21],[1447,12,515,22,"name"],[1447,16,515,26],[1447,18,515,27],[1447,24,515,33],[1448,12,515,34,"size"],[1448,16,515,38],[1448,18,515,40,"size"],[1448,22,515,45],[1449,12,515,46,"color"],[1449,17,515,51],[1449,19,515,53,"color"],[1450,10,515,59],[1451,12,515,59,"fileName"],[1451,20,515,59],[1451,22,515,59,"_jsxFileName"],[1451,34,515,59],[1452,12,515,59,"lineNumber"],[1452,22,515,59],[1453,12,515,59,"columnNumber"],[1453,24,515,59],[1454,10,515,59],[1454,17,515,61],[1455,8,517,8],[1456,6,517,10],[1457,8,517,10,"fileName"],[1457,16,517,10],[1457,18,517,10,"_jsxFileName"],[1457,30,517,10],[1458,8,517,10,"lineNumber"],[1458,18,517,10],[1459,8,517,10,"columnNumber"],[1459,20,517,10],[1460,6,517,10],[1460,13,518,7],[1460,14,518,8],[1460,29,519,6],[1460,33,519,6,"_reactJsxDevRuntime"],[1460,52,519,6],[1460,53,519,6,"jsxDEV"],[1460,59,519,6],[1460,61,519,7,"Tab"],[1460,64,519,10],[1460,65,519,11,"Screen"],[1460,71,519,17],[1461,8,520,8,"name"],[1461,12,520,12],[1461,14,520,13],[1461,23,520,22],[1462,8,521,8,"component"],[1462,17,521,17],[1462,19,521,19,"ProfileTab"],[1462,29,521,30],[1463,8,522,8,"options"],[1463,15,522,15],[1463,17,522,17],[1464,10,523,10,"tabBarLabel"],[1464,21,523,21],[1464,23,523,23],[1464,32,523,32],[1465,10,524,10,"tabBarIcon"],[1465,20,524,20],[1465,22,524,22,"tabBarIcon"],[1465,23,524,23],[1466,12,524,25,"color"],[1466,17,524,30],[1467,12,524,32,"size"],[1468,10,524,37],[1468,11,524,38],[1468,29,525,12],[1468,33,525,12,"_reactJsxDevRuntime"],[1468,52,525,12],[1468,53,525,12,"jsxDEV"],[1468,59,525,12],[1468,61,525,13,"_expoVectorIcons"],[1468,77,525,21],[1468,78,525,21,"Ionicons"],[1468,86,525,21],[1469,12,525,22,"name"],[1469,16,525,26],[1469,18,525,27],[1469,26,525,35],[1470,12,525,36,"size"],[1470,16,525,40],[1470,18,525,42,"size"],[1470,22,525,47],[1471,12,525,48,"color"],[1471,17,525,53],[1471,19,525,55,"color"],[1472,10,525,61],[1473,12,525,61,"fileName"],[1473,20,525,61],[1473,22,525,61,"_jsxFileName"],[1473,34,525,61],[1474,12,525,61,"lineNumber"],[1474,22,525,61],[1475,12,525,61,"columnNumber"],[1475,24,525,61],[1476,10,525,61],[1476,17,525,63],[1477,8,527,8],[1478,6,527,10],[1479,8,527,10,"fileName"],[1479,16,527,10],[1479,18,527,10,"_jsxFileName"],[1479,30,527,10],[1480,8,527,10,"lineNumber"],[1480,18,527,10],[1481,8,527,10,"columnNumber"],[1481,20,527,10],[1482,6,527,10],[1482,13,528,7],[1482,14,528,8],[1483,4,528,8],[1484,6,528,8,"fileName"],[1484,14,528,8],[1484,16,528,8,"_jsxFileName"],[1484,28,528,8],[1485,6,528,8,"lineNumber"],[1485,16,528,8],[1486,6,528,8,"columnNumber"],[1486,18,528,8],[1487,4,528,8],[1487,11,529,19],[1487,12,529,20],[1488,2,531,0],[1489,2,531,1,"_c6"],[1489,5,531,1],[1489,8,468,24,"HomeScreen"],[1489,18,468,34],[1490,2,533,0],[1490,8,533,6,"QUICK_ACTIONS"],[1490,21,533,19],[1490,24,533,22],[1490,25,534,2],[1491,4,534,4,"id"],[1491,6,534,6],[1491,8,534,8],[1491,11,534,11],[1492,4,534,13,"label"],[1492,9,534,18],[1492,11,534,20],[1492,17,534,26],[1493,4,534,28,"icon"],[1493,8,534,32],[1493,10,534,34],[1493,25,534,49],[1494,4,534,51,"color"],[1494,9,534,56],[1494,11,534,58],[1495,2,534,68],[1495,3,534,69],[1495,5,535,2],[1496,4,535,4,"id"],[1496,6,535,6],[1496,8,535,8],[1496,11,535,11],[1497,4,535,13,"label"],[1497,9,535,18],[1497,11,535,20],[1497,20,535,29],[1498,4,535,31,"icon"],[1498,8,535,35],[1498,10,535,37],[1498,22,535,49],[1499,4,535,51,"color"],[1499,9,535,56],[1499,11,535,58],[1500,2,535,68],[1500,3,535,69],[1500,5,536,2],[1501,4,536,4,"id"],[1501,6,536,6],[1501,8,536,8],[1501,11,536,11],[1502,4,536,13,"label"],[1502,9,536,18],[1502,11,536,20],[1502,17,536,26],[1503,4,536,28,"icon"],[1503,8,536,32],[1503,10,536,34],[1503,27,536,51],[1504,4,536,53,"color"],[1504,9,536,58],[1504,11,536,60],[1505,2,536,70],[1505,3,536,71],[1505,5,537,2],[1506,4,537,4,"id"],[1506,6,537,6],[1506,8,537,8],[1506,11,537,11],[1507,4,537,13,"label"],[1507,9,537,18],[1507,11,537,20],[1507,17,537,26],[1508,4,537,28,"icon"],[1508,8,537,32],[1508,10,537,34],[1508,28,537,52],[1509,4,537,54,"color"],[1509,9,537,59],[1509,11,537,61],[1510,2,537,71],[1510,3,537,72],[1510,5,538,2],[1511,4,538,4,"id"],[1511,6,538,6],[1511,8,538,8],[1511,11,538,11],[1512,4,538,13,"label"],[1512,9,538,18],[1512,11,538,20],[1512,18,538,27],[1513,4,538,29,"icon"],[1513,8,538,33],[1513,10,538,35],[1513,23,538,48],[1514,4,538,50,"color"],[1514,9,538,55],[1514,11,538,57],[1515,2,538,67],[1515,3,538,68],[1515,5,539,2],[1516,4,539,4,"id"],[1516,6,539,6],[1516,8,539,8],[1516,11,539,11],[1517,4,539,13,"label"],[1517,9,539,18],[1517,11,539,20],[1517,21,539,30],[1518,4,539,32,"icon"],[1518,8,539,36],[1518,10,539,38],[1518,16,539,44],[1519,4,539,46,"color"],[1519,9,539,51],[1519,11,539,53],[1520,2,539,63],[1520,3,539,64],[1520,5,540,2],[1521,4,540,4,"id"],[1521,6,540,6],[1521,8,540,8],[1521,11,540,11],[1522,4,540,13,"label"],[1522,9,540,18],[1522,11,540,20],[1522,21,540,30],[1523,4,540,32,"icon"],[1523,8,540,36],[1523,10,540,38],[1523,25,540,53],[1524,4,540,55,"color"],[1524,9,540,60],[1524,11,540,62],[1525,2,540,72],[1525,3,540,73],[1525,5,541,2],[1526,4,541,4,"id"],[1526,6,541,6],[1526,8,541,8],[1526,11,541,11],[1527,4,541,13,"label"],[1527,9,541,18],[1527,11,541,20],[1527,22,541,31],[1528,4,541,33,"icon"],[1528,8,541,37],[1528,10,541,39],[1528,18,541,47],[1529,4,541,49,"color"],[1529,9,541,54],[1529,11,541,56],[1530,2,541,66],[1530,3,541,67],[1530,5,542,2],[1531,4,542,4,"id"],[1531,6,542,6],[1531,8,542,8],[1531,11,542,11],[1532,4,542,13,"label"],[1532,9,542,18],[1532,11,542,20],[1532,21,542,30],[1533,4,542,32,"icon"],[1533,8,542,36],[1533,10,542,38],[1533,21,542,49],[1534,4,542,51,"color"],[1534,9,542,56],[1534,11,542,58],[1535,2,542,68],[1535,3,542,69],[1535,5,543,2],[1536,4,543,4,"id"],[1536,6,543,6],[1536,8,543,8],[1536,12,543,12],[1537,4,543,14,"label"],[1537,9,543,19],[1537,11,543,21],[1537,21,543,31],[1538,4,543,33,"icon"],[1538,8,543,37],[1538,10,543,39],[1538,16,543,45],[1539,4,543,47,"color"],[1539,9,543,52],[1539,11,543,54],[1540,2,543,64],[1540,3,543,65],[1540,5,544,2],[1541,4,544,4,"id"],[1541,6,544,6],[1541,8,544,8],[1541,12,544,12],[1542,4,544,14,"label"],[1542,9,544,19],[1542,11,544,21],[1542,22,544,32],[1543,4,544,34,"icon"],[1543,8,544,38],[1543,10,544,40],[1543,16,544,46],[1544,4,544,48,"color"],[1544,9,544,53],[1544,11,544,55],[1545,2,544,65],[1545,3,544,66],[1545,5,545,2],[1546,4,545,4,"id"],[1546,6,545,6],[1546,8,545,8],[1546,12,545,12],[1547,4,545,14,"label"],[1547,9,545,19],[1547,11,545,21],[1547,17,545,27],[1548,4,545,29,"icon"],[1548,8,545,33],[1548,10,545,35],[1548,16,545,41],[1549,4,545,43,"color"],[1549,9,545,48],[1549,11,545,50],[1550,2,545,60],[1550,3,545,61],[1550,4,546,1],[1551,2,548,0],[1551,8,548,6,"styles"],[1551,14,548,12],[1551,17,548,15,"StyleSheet"],[1551,27,548,25],[1551,28,548,25,"default"],[1551,35,548,25],[1551,36,548,26,"create"],[1551,42,548,32],[1551,43,548,33],[1552,4,549,2,"container"],[1552,13,549,11],[1552,15,549,13],[1553,6,550,4,"flex"],[1553,10,550,8],[1553,12,550,10],[1553,13,550,11],[1554,6,551,4,"backgroundColor"],[1554,21,551,19],[1554,23,551,21],[1555,4,552,2],[1555,5,552,3],[1556,4,553,2,"scrollContent"],[1556,17,553,15],[1556,19,553,17],[1557,6,554,4,"paddingBottom"],[1557,19,554,17],[1557,21,554,19],[1558,4,555,2],[1558,5,555,3],[1559,4,556,2,"walletScrollContent"],[1559,23,556,21],[1559,25,556,23],[1560,6,557,4,"paddingBottom"],[1560,19,557,17],[1560,21,557,19],[1561,4,558,2],[1561,5,558,3],[1562,4,559,2,"header"],[1562,10,559,8],[1562,12,559,10],[1563,6,560,4,"flexDirection"],[1563,19,560,17],[1563,21,560,19],[1563,26,560,24],[1564,6,561,4,"justifyContent"],[1564,20,561,18],[1564,22,561,20],[1564,37,561,35],[1565,6,562,4,"alignItems"],[1565,16,562,14],[1565,18,562,16],[1565,26,562,24],[1566,6,563,4,"padding"],[1566,13,563,11],[1566,15,563,13],[1566,17,563,15],[1567,6,564,4,"backgroundColor"],[1567,21,564,19],[1567,23,564,21],[1567,29,564,27],[1568,6,565,4,"borderBottomWidth"],[1568,23,565,21],[1568,25,565,23],[1568,26,565,24],[1569,6,566,4,"borderBottomColor"],[1569,23,566,21],[1569,25,566,23],[1570,4,567,2],[1570,5,567,3],[1571,4,568,2,"headerLeft"],[1571,14,568,12],[1571,16,568,14],[1572,6,569,4,"position"],[1572,14,569,12],[1572,16,569,14],[1573,4,570,2],[1573,5,570,3],[1574,4,571,2,"profileImage"],[1574,16,571,14],[1574,18,571,16],[1575,6,572,4,"width"],[1575,11,572,9],[1575,13,572,11],[1575,15,572,13],[1576,6,573,4,"height"],[1576,12,573,10],[1576,14,573,12],[1576,16,573,14],[1577,6,574,4,"borderRadius"],[1577,18,574,16],[1577,20,574,18],[1577,22,574,20],[1578,6,575,4,"backgroundColor"],[1578,21,575,19],[1578,23,575,21],[1578,32,575,30],[1579,6,576,4,"alignItems"],[1579,16,576,14],[1579,18,576,16],[1579,26,576,24],[1580,6,577,4,"justifyContent"],[1580,20,577,18],[1580,22,577,20],[1580,30,577,28],[1581,6,578,4,"overflow"],[1581,14,578,12],[1581,16,578,14],[1582,4,579,2],[1582,5,579,3],[1583,4,580,2,"profileImageSrc"],[1583,19,580,17],[1583,21,580,19],[1584,6,581,4,"width"],[1584,11,581,9],[1584,13,581,11],[1584,15,581,13],[1585,6,582,4,"height"],[1585,12,582,10],[1585,14,582,12],[1586,4,583,2],[1586,5,583,3],[1587,4,584,2,"profileBadge"],[1587,16,584,14],[1587,18,584,16],[1588,6,585,4,"position"],[1588,14,585,12],[1588,16,585,14],[1588,26,585,24],[1589,6,586,4,"bottom"],[1589,12,586,10],[1589,14,586,12],[1589,15,586,13],[1589,16,586,14],[1590,6,587,4,"right"],[1590,11,587,9],[1590,13,587,11],[1590,14,587,12],[1590,15,587,13],[1591,6,588,4,"backgroundColor"],[1591,21,588,19],[1591,23,588,21],[1591,32,588,30],[1592,6,589,4,"borderRadius"],[1592,18,589,16],[1592,20,589,18],[1592,22,589,20],[1593,6,590,4,"paddingHorizontal"],[1593,23,590,21],[1593,25,590,23],[1593,26,590,24],[1594,6,591,4,"paddingVertical"],[1594,21,591,19],[1594,23,591,21],[1594,24,591,22],[1595,6,592,4,"flexDirection"],[1595,19,592,17],[1595,21,592,19],[1595,26,592,24],[1596,6,593,4,"alignItems"],[1596,16,593,14],[1596,18,593,16],[1596,26,593,24],[1597,6,594,4,"gap"],[1597,9,594,7],[1597,11,594,9],[1598,4,595,2],[1598,5,595,3],[1599,4,596,2,"trustScore"],[1599,14,596,12],[1599,16,596,14],[1600,6,597,4,"fontSize"],[1600,14,597,12],[1600,16,597,14],[1600,18,597,16],[1601,6,598,4,"fontWeight"],[1601,16,598,14],[1601,18,598,16],[1601,23,598,21],[1602,6,599,4,"color"],[1602,11,599,9],[1602,13,599,11],[1603,4,600,2],[1603,5,600,3],[1604,4,601,2,"headerRight"],[1604,15,601,13],[1604,17,601,15],[1605,6,602,4,"flexDirection"],[1605,19,602,17],[1605,21,602,19],[1605,26,602,24],[1606,6,603,4,"gap"],[1606,9,603,7],[1606,11,603,9],[1607,4,604,2],[1607,5,604,3],[1608,4,605,2,"iconButton"],[1608,14,605,12],[1608,16,605,14],[1609,6,606,4,"padding"],[1609,13,606,11],[1609,15,606,13],[1610,4,607,2],[1610,5,607,3],[1611,4,608,2,"announcementWidget"],[1611,22,608,20],[1611,24,608,22],[1612,6,609,4,"padding"],[1612,13,609,11],[1612,15,609,13],[1613,4,610,2],[1613,5,610,3],[1614,4,611,2,"announcement"],[1614,16,611,14],[1614,18,611,16],[1615,6,612,4,"backgroundColor"],[1615,21,612,19],[1615,23,612,21],[1615,29,612,27],[1616,6,613,4,"padding"],[1616,13,613,11],[1616,15,613,13],[1616,17,613,15],[1617,6,614,4,"borderRadius"],[1617,18,614,16],[1617,20,614,18],[1617,22,614,20],[1618,6,615,4,"marginRight"],[1618,17,615,15],[1618,19,615,17],[1618,21,615,19],[1619,6,616,4,"width"],[1619,11,616,9],[1619,13,616,11,"width"],[1619,18,616,16],[1619,21,616,19],[1619,23,616,21],[1620,6,617,4,"borderLeftWidth"],[1620,21,617,19],[1620,23,617,21],[1620,24,617,22],[1621,6,618,4,"borderLeftColor"],[1621,21,618,19],[1621,23,618,21],[1622,4,619,2],[1622,5,619,3],[1623,4,620,2,"announcementTitle"],[1623,21,620,19],[1623,23,620,21],[1624,6,621,4,"fontSize"],[1624,14,621,12],[1624,16,621,14],[1624,18,621,16],[1625,6,622,4,"fontWeight"],[1625,16,622,14],[1625,18,622,16],[1625,23,622,21],[1626,6,623,4,"color"],[1626,11,623,9],[1626,13,623,11],[1626,22,623,20],[1627,6,624,4,"marginBottom"],[1627,18,624,16],[1627,20,624,18],[1628,4,625,2],[1628,5,625,3],[1629,4,626,2,"announcementText"],[1629,20,626,18],[1629,22,626,20],[1630,6,627,4,"fontSize"],[1630,14,627,12],[1630,16,627,14],[1630,18,627,16],[1631,6,628,4,"color"],[1631,11,628,9],[1631,13,628,11],[1632,4,629,2],[1632,5,629,3],[1633,4,630,2,"quickActionsContainer"],[1633,25,630,23],[1633,27,630,25],[1634,6,631,4,"padding"],[1634,13,631,11],[1634,15,631,13],[1635,4,632,2],[1635,5,632,3],[1636,4,633,2,"sectionTitle"],[1636,16,633,14],[1636,18,633,16],[1637,6,634,4,"fontSize"],[1637,14,634,12],[1637,16,634,14],[1637,18,634,16],[1638,6,635,4,"fontWeight"],[1638,16,635,14],[1638,18,635,16],[1638,23,635,21],[1639,6,636,4,"color"],[1639,11,636,9],[1639,13,636,11],[1639,22,636,20],[1640,6,637,4,"marginBottom"],[1640,18,637,16],[1640,20,637,18],[1641,4,638,2],[1641,5,638,3],[1642,4,639,2,"actionsGrid"],[1642,15,639,13],[1642,17,639,15],[1643,6,640,4,"flexDirection"],[1643,19,640,17],[1643,21,640,19],[1643,26,640,24],[1644,6,641,4,"flexWrap"],[1644,14,641,12],[1644,16,641,14],[1644,22,641,20],[1645,6,642,4,"justifyContent"],[1645,20,642,18],[1645,22,642,20],[1646,4,643,2],[1646,5,643,3],[1647,4,644,2,"actionCard"],[1647,14,644,12],[1647,16,644,14],[1648,6,645,4,"width"],[1648,11,645,9],[1648,13,645,11],[1648,14,645,12,"width"],[1648,19,645,17],[1648,22,645,20],[1648,24,645,22],[1648,28,645,26],[1648,29,645,27],[1649,6,646,4,"backgroundColor"],[1649,21,646,19],[1649,23,646,21],[1649,29,646,27],[1650,6,647,4,"padding"],[1650,13,647,11],[1650,15,647,13],[1650,17,647,15],[1651,6,648,4,"borderRadius"],[1651,18,648,16],[1651,20,648,18],[1651,22,648,20],[1652,6,649,4,"alignItems"],[1652,16,649,14],[1652,18,649,16],[1652,26,649,24],[1653,6,650,4,"marginBottom"],[1653,18,650,16],[1653,20,650,18],[1653,22,650,20],[1654,6,651,4,"shadowColor"],[1654,17,651,15],[1654,19,651,17],[1654,25,651,23],[1655,6,652,4,"shadowOffset"],[1655,18,652,16],[1655,20,652,18],[1656,8,652,20,"width"],[1656,13,652,25],[1656,15,652,27],[1656,16,652,28],[1657,8,652,30,"height"],[1657,14,652,36],[1657,16,652,38],[1658,6,652,40],[1658,7,652,41],[1659,6,653,4,"shadowOpacity"],[1659,19,653,17],[1659,21,653,19],[1659,25,653,23],[1660,6,654,4,"shadowRadius"],[1660,18,654,16],[1660,20,654,18],[1660,21,654,19],[1661,6,655,4,"elevation"],[1661,15,655,13],[1661,17,655,15],[1662,4,656,2],[1662,5,656,3],[1663,4,657,2,"actionCardFirst"],[1663,19,657,17],[1663,21,657,19],[1664,6,658,4,"marginRight"],[1664,17,658,15],[1664,19,658,17],[1665,4,659,2],[1665,5,659,3],[1666,4,660,2,"actionCardLast"],[1666,18,660,16],[1666,20,660,18],[1667,6,661,4,"marginLeft"],[1667,16,661,14],[1667,18,661,16],[1668,4,662,2],[1668,5,662,3],[1669,4,663,2,"actionIcon"],[1669,14,663,12],[1669,16,663,14],[1670,6,664,4,"width"],[1670,11,664,9],[1670,13,664,11],[1670,15,664,13],[1671,6,665,4,"height"],[1671,12,665,10],[1671,14,665,12],[1671,16,665,14],[1672,6,666,4,"borderRadius"],[1672,18,666,16],[1672,20,666,18],[1672,22,666,20],[1673,6,667,4,"alignItems"],[1673,16,667,14],[1673,18,667,16],[1673,26,667,24],[1674,6,668,4,"justifyContent"],[1674,20,668,18],[1674,22,668,20],[1674,30,668,28],[1675,6,669,4,"marginBottom"],[1675,18,669,16],[1675,20,669,18],[1676,4,670,2],[1676,5,670,3],[1677,4,671,2,"actionLabel"],[1677,15,671,13],[1677,17,671,15],[1678,6,672,4,"fontSize"],[1678,14,672,12],[1678,16,672,14],[1678,18,672,16],[1679,6,673,4,"color"],[1679,11,673,9],[1679,13,673,11],[1679,22,673,20],[1680,6,674,4,"textAlign"],[1680,15,674,13],[1680,17,674,15],[1681,4,675,2],[1681,5,675,3],[1682,4,676,2,"walletHeader"],[1682,16,676,14],[1682,18,676,16],[1683,6,677,4,"padding"],[1683,13,677,11],[1683,15,677,13],[1683,17,677,15],[1684,6,678,4,"backgroundColor"],[1684,21,678,19],[1684,23,678,21],[1684,29,678,27],[1685,6,679,4,"borderBottomWidth"],[1685,23,679,21],[1685,25,679,23],[1685,26,679,24],[1686,6,680,4,"borderBottomColor"],[1686,23,680,21],[1686,25,680,23],[1686,34,680,32],[1687,6,681,4,"flexDirection"],[1687,19,681,17],[1687,21,681,19],[1687,26,681,24],[1688,6,682,4,"justifyContent"],[1688,20,682,18],[1688,22,682,20],[1688,37,682,35],[1689,6,683,4,"alignItems"],[1689,16,683,14],[1689,18,683,16],[1690,4,684,2],[1690,5,684,3],[1691,4,685,2,"walletTitle"],[1691,15,685,13],[1691,17,685,15],[1692,6,686,4,"fontSize"],[1692,14,686,12],[1692,16,686,14],[1692,18,686,16],[1693,6,687,4,"fontWeight"],[1693,16,687,14],[1693,18,687,16],[1693,23,687,21],[1694,6,688,4,"color"],[1694,11,688,9],[1694,13,688,11],[1695,4,689,2],[1695,5,689,3],[1696,4,690,2,"refreshButton"],[1696,17,690,15],[1696,19,690,17],[1697,6,691,4,"padding"],[1697,13,691,11],[1697,15,691,13],[1697,16,691,14],[1698,6,692,4,"borderRadius"],[1698,18,692,16],[1698,20,692,18],[1698,21,692,19],[1699,6,693,4,"backgroundColor"],[1699,21,693,19],[1699,23,693,21],[1700,4,694,2],[1700,5,694,3],[1701,4,695,2,"balanceCards"],[1701,16,695,14],[1701,18,695,16],[1702,6,696,4,"padding"],[1702,13,696,11],[1702,15,696,13],[1702,17,696,15],[1703,6,697,4,"gap"],[1703,9,697,7],[1703,11,697,9],[1704,4,698,2],[1704,5,698,3],[1705,4,699,2,"balanceCard"],[1705,15,699,13],[1705,17,699,15],[1706,6,700,4,"backgroundColor"],[1706,21,700,19],[1706,23,700,21],[1706,29,700,27],[1707,6,701,4,"padding"],[1707,13,701,11],[1707,15,701,13],[1707,17,701,15],[1708,6,702,4,"borderRadius"],[1708,18,702,16],[1708,20,702,18],[1708,22,702,20],[1709,6,703,4,"borderWidth"],[1709,17,703,15],[1709,19,703,17],[1709,20,703,18],[1710,6,704,4,"borderColor"],[1710,17,704,15],[1710,19,704,17],[1711,4,705,2],[1711,5,705,3],[1712,4,706,2,"balanceCardHeader"],[1712,21,706,19],[1712,23,706,21],[1713,6,707,4,"flexDirection"],[1713,19,707,17],[1713,21,707,19],[1713,26,707,24],[1714,6,708,4,"alignItems"],[1714,16,708,14],[1714,18,708,16],[1714,26,708,24],[1715,6,709,4,"gap"],[1715,9,709,7],[1715,11,709,9],[1715,12,709,10],[1716,6,710,4,"marginBottom"],[1716,18,710,16],[1716,20,710,18],[1717,4,711,2],[1717,5,711,3],[1718,4,712,2,"tokenLogo"],[1718,13,712,11],[1718,15,712,13],[1719,6,713,4,"width"],[1719,11,713,9],[1719,13,713,11],[1719,15,713,13],[1720,6,714,4,"height"],[1720,12,714,10],[1720,14,714,12],[1720,16,714,14],[1721,6,715,4,"borderRadius"],[1721,18,715,16],[1721,20,715,18],[1722,4,716,2],[1722,5,716,3],[1723,4,717,2,"tokenSymbol"],[1723,15,717,13],[1723,17,717,15],[1724,6,718,4,"fontSize"],[1724,14,718,12],[1724,16,718,14],[1724,18,718,16],[1725,6,719,4,"fontWeight"],[1725,16,719,14],[1725,18,719,16],[1725,23,719,21],[1726,6,720,4,"color"],[1726,11,720,9],[1726,13,720,11],[1727,4,721,2],[1727,5,721,3],[1728,4,722,2,"balanceAmount"],[1728,17,722,15],[1728,19,722,17],[1729,6,723,4,"fontSize"],[1729,14,723,12],[1729,16,723,14],[1729,18,723,16],[1730,6,724,4,"fontWeight"],[1730,16,724,14],[1730,18,724,16],[1730,23,724,21],[1731,6,725,4,"color"],[1731,11,725,9],[1731,13,725,11],[1731,22,725,20],[1732,6,726,4,"marginBottom"],[1732,18,726,16],[1732,20,726,18],[1733,4,727,2],[1733,5,727,3],[1734,4,728,2,"balanceUsd"],[1734,14,728,12],[1734,16,728,14],[1735,6,729,4,"fontSize"],[1735,14,729,12],[1735,16,729,14],[1735,18,729,16],[1736,6,730,4,"color"],[1736,11,730,9],[1736,13,730,11],[1737,4,731,2],[1737,5,731,3],[1738,4,732,2,"walletActions"],[1738,17,732,15],[1738,19,732,17],[1739,6,733,4,"flexDirection"],[1739,19,733,17],[1739,21,733,19],[1739,26,733,24],[1740,6,734,4,"padding"],[1740,13,734,11],[1740,15,734,13],[1740,17,734,15],[1741,6,735,4,"gap"],[1741,9,735,7],[1741,11,735,9],[1742,4,736,2],[1742,5,736,3],[1743,4,737,2,"walletActionButton"],[1743,22,737,20],[1743,24,737,22],[1744,6,738,4,"flex"],[1744,10,738,8],[1744,12,738,10],[1744,13,738,11],[1745,6,739,4,"backgroundColor"],[1745,21,739,19],[1745,23,739,21],[1745,32,739,30],[1746,6,740,4,"padding"],[1746,13,740,11],[1746,15,740,13],[1746,17,740,15],[1747,6,741,4,"borderRadius"],[1747,18,741,16],[1747,20,741,18],[1747,22,741,20],[1748,6,742,4,"alignItems"],[1748,16,742,14],[1748,18,742,16],[1748,26,742,24],[1749,6,743,4,"gap"],[1749,9,743,7],[1749,11,743,9],[1750,4,744,2],[1750,5,744,3],[1751,4,745,2,"walletActionText"],[1751,20,745,18],[1751,22,745,20],[1752,6,746,4,"color"],[1752,11,746,9],[1752,13,746,11],[1752,19,746,17],[1753,6,747,4,"fontSize"],[1753,14,747,12],[1753,16,747,14],[1753,18,747,16],[1754,6,748,4,"fontWeight"],[1754,16,748,14],[1754,18,748,16],[1755,4,749,2],[1755,5,749,3],[1756,4,750,2,"placeholderText"],[1756,19,750,17],[1756,21,750,19],[1757,6,751,4,"flex"],[1757,10,751,8],[1757,12,751,10],[1757,13,751,11],[1758,6,752,4,"textAlign"],[1758,15,752,13],[1758,17,752,15],[1758,25,752,23],[1759,6,753,4,"marginTop"],[1759,15,753,13],[1759,17,753,15],[1759,20,753,18],[1760,6,754,4,"fontSize"],[1760,14,754,12],[1760,16,754,14],[1760,18,754,16],[1761,6,755,4,"color"],[1761,11,755,9],[1761,13,755,11],[1762,4,756,2],[1762,5,756,3],[1763,4,757,2,"tabBar"],[1763,10,757,8],[1763,12,757,10],[1764,6,758,4,"borderTopWidth"],[1764,20,758,18],[1764,22,758,20],[1764,23,758,21],[1765,6,759,4,"borderTopColor"],[1765,20,759,18],[1765,22,759,20],[1765,31,759,29],[1766,6,760,4,"paddingBottom"],[1766,19,760,17],[1766,21,760,19],[1766,23,760,21],[1767,6,761,4,"paddingTop"],[1767,16,761,14],[1767,18,761,16],[1767,19,761,17],[1768,6,762,4,"backgroundColor"],[1768,21,762,19],[1768,23,762,21],[1769,4,763,2],[1769,5,763,3],[1770,4,764,2],[1771,4,765,2,"balanceRow"],[1771,14,765,12],[1771,16,765,14],[1772,6,766,4,"flexDirection"],[1772,19,766,17],[1772,21,766,19],[1772,26,766,24],[1773,6,767,4,"padding"],[1773,13,767,11],[1773,15,767,13],[1773,17,767,15],[1774,6,768,4,"gap"],[1774,9,768,7],[1774,11,768,9],[1775,4,769,2],[1775,5,769,3],[1776,4,770,2,"balanceCardNew"],[1776,18,770,16],[1776,20,770,18],[1777,6,771,4,"flex"],[1777,10,771,8],[1777,12,771,10],[1777,13,771,11],[1778,6,772,4,"backgroundColor"],[1778,21,772,19],[1778,23,772,21],[1778,29,772,27],[1779,6,773,4,"padding"],[1779,13,773,11],[1779,15,773,13],[1779,17,773,15],[1780,6,774,4,"borderRadius"],[1780,18,774,16],[1780,20,774,18],[1780,22,774,20],[1781,6,775,4,"alignItems"],[1781,16,775,14],[1781,18,775,16],[1781,26,775,24],[1782,6,776,4,"shadowColor"],[1782,17,776,15],[1782,19,776,17],[1782,25,776,23],[1783,6,777,4,"shadowOffset"],[1783,18,777,16],[1783,20,777,18],[1784,8,777,20,"width"],[1784,13,777,25],[1784,15,777,27],[1784,16,777,28],[1785,8,777,30,"height"],[1785,14,777,36],[1785,16,777,38],[1786,6,777,40],[1786,7,777,41],[1787,6,778,4,"shadowOpacity"],[1787,19,778,17],[1787,21,778,19],[1787,24,778,22],[1788,6,779,4,"shadowRadius"],[1788,18,779,16],[1788,20,779,18],[1788,21,779,19],[1789,6,780,4,"elevation"],[1789,15,780,13],[1789,17,780,15],[1790,4,781,2],[1790,5,781,3],[1791,4,782,2,"tokenLogoNew"],[1791,16,782,14],[1791,18,782,16],[1792,6,783,4,"width"],[1792,11,783,9],[1792,13,783,11],[1792,15,783,13],[1793,6,784,4,"height"],[1793,12,784,10],[1793,14,784,12],[1793,16,784,14],[1794,6,785,4,"borderRadius"],[1794,18,785,16],[1794,20,785,18],[1794,22,785,20],[1795,6,786,4,"marginBottom"],[1795,18,786,16],[1795,20,786,18],[1796,4,787,2],[1796,5,787,3],[1797,4,788,2,"tokenSymbolNew"],[1797,18,788,16],[1797,20,788,18],[1798,6,789,4,"fontSize"],[1798,14,789,12],[1798,16,789,14],[1798,18,789,16],[1799,6,790,4,"fontWeight"],[1799,16,790,14],[1799,18,790,16],[1799,23,790,21],[1800,6,791,4,"color"],[1800,11,791,9],[1800,13,791,11],[1800,22,791,20],[1801,6,792,4,"marginBottom"],[1801,18,792,16],[1801,20,792,18],[1802,4,793,2],[1802,5,793,3],[1803,4,794,2,"balanceAmountNew"],[1803,20,794,18],[1803,22,794,20],[1804,6,795,4,"fontSize"],[1804,14,795,12],[1804,16,795,14],[1804,18,795,16],[1805,6,796,4,"fontWeight"],[1805,16,796,14],[1805,18,796,16],[1805,23,796,21],[1806,6,797,4,"color"],[1806,11,797,9],[1806,13,797,11],[1806,22,797,20],[1807,6,798,4,"marginBottom"],[1807,18,798,16],[1807,20,798,18],[1808,4,799,2],[1808,5,799,3],[1809,4,800,2,"tokenNameNew"],[1809,16,800,14],[1809,18,800,16],[1810,6,801,4,"fontSize"],[1810,14,801,12],[1810,16,801,14],[1810,18,801,16],[1811,6,802,4,"color"],[1811,11,802,9],[1811,13,802,11],[1812,4,803,2],[1812,5,803,3],[1813,4,804,2,"actionsContainer"],[1813,20,804,18],[1813,22,804,20],[1814,6,805,4,"margin"],[1814,12,805,10],[1814,14,805,12],[1814,16,805,14],[1815,6,806,4,"backgroundColor"],[1815,21,806,19],[1815,23,806,21],[1815,29,806,27],[1816,6,807,4,"padding"],[1816,13,807,11],[1816,15,807,13],[1816,17,807,15],[1817,6,808,4,"borderRadius"],[1817,18,808,16],[1817,20,808,18],[1817,22,808,20],[1818,6,809,4,"shadowColor"],[1818,17,809,15],[1818,19,809,17],[1818,25,809,23],[1819,6,810,4,"shadowOffset"],[1819,18,810,16],[1819,20,810,18],[1820,8,810,20,"width"],[1820,13,810,25],[1820,15,810,27],[1820,16,810,28],[1821,8,810,30,"height"],[1821,14,810,36],[1821,16,810,38],[1822,6,810,40],[1822,7,810,41],[1823,6,811,4,"shadowOpacity"],[1823,19,811,17],[1823,21,811,19],[1823,24,811,22],[1824,6,812,4,"shadowRadius"],[1824,18,812,16],[1824,20,812,18],[1824,21,812,19],[1825,6,813,4,"elevation"],[1825,15,813,13],[1825,17,813,15],[1826,4,814,2],[1826,5,814,3],[1827,4,815,2,"actionsRow"],[1827,14,815,12],[1827,16,815,14],[1828,6,816,4,"flexDirection"],[1828,19,816,17],[1828,21,816,19],[1828,26,816,24],[1829,6,817,4,"justifyContent"],[1829,20,817,18],[1829,22,817,20],[1829,37,817,35],[1830,6,818,4,"marginBottom"],[1830,18,818,16],[1830,20,818,18],[1831,4,819,2],[1831,5,819,3],[1832,4,820,2,"actionBtn"],[1832,13,820,11],[1832,15,820,13],[1833,6,821,4,"width"],[1833,11,821,9],[1833,13,821,11],[1833,14,821,12,"width"],[1833,19,821,17],[1833,22,821,20],[1833,24,821,22],[1833,28,821,26],[1833,29,821,27],[1834,6,822,4,"padding"],[1834,13,822,11],[1834,15,822,13],[1834,17,822,15],[1835,6,823,4,"borderRadius"],[1835,18,823,16],[1835,20,823,18],[1835,22,823,20],[1836,6,824,4,"alignItems"],[1836,16,824,14],[1836,18,824,16],[1836,26,824,24],[1837,6,825,4,"justifyContent"],[1837,20,825,18],[1837,22,825,20],[1838,4,826,2],[1838,5,826,3],[1839,4,827,2,"actionBtnText"],[1839,17,827,15],[1839,19,827,17],[1840,6,828,4,"color"],[1840,11,828,9],[1840,13,828,11],[1840,19,828,17],[1841,6,829,4,"fontSize"],[1841,14,829,12],[1841,16,829,14],[1841,18,829,16],[1842,6,830,4,"fontWeight"],[1842,16,830,14],[1842,18,830,16],[1842,23,830,21],[1843,6,831,4,"marginTop"],[1843,15,831,13],[1843,17,831,15],[1844,4,832,2],[1844,5,832,3],[1845,4,833,2,"tokensContainer"],[1845,19,833,17],[1845,21,833,19],[1846,6,834,4,"margin"],[1846,12,834,10],[1846,14,834,12],[1846,16,834,14],[1847,6,835,4,"marginTop"],[1847,15,835,13],[1847,17,835,15],[1848,4,836,2],[1848,5,836,3],[1849,4,837,2,"tokensHeader"],[1849,16,837,14],[1849,18,837,16],[1850,6,838,4,"flexDirection"],[1850,19,838,17],[1850,21,838,19],[1850,26,838,24],[1851,6,839,4,"justifyContent"],[1851,20,839,18],[1851,22,839,20],[1851,37,839,35],[1852,6,840,4,"alignItems"],[1852,16,840,14],[1852,18,840,16],[1852,26,840,24],[1853,6,841,4,"marginBottom"],[1853,18,841,16],[1853,20,841,18],[1853,22,841,20],[1854,6,842,4,"paddingHorizontal"],[1854,23,842,21],[1854,25,842,23],[1855,4,843,2],[1855,5,843,3],[1856,4,844,2,"tokensTitle"],[1856,15,844,13],[1856,17,844,15],[1857,6,845,4,"fontSize"],[1857,14,845,12],[1857,16,845,14],[1857,18,845,16],[1858,6,846,4,"fontWeight"],[1858,16,846,14],[1858,18,846,16],[1858,23,846,21],[1859,6,847,4,"color"],[1859,11,847,9],[1859,13,847,11],[1860,4,848,2],[1860,5,848,3],[1861,4,849,2,"tokensHeaderActions"],[1861,23,849,21],[1861,25,849,23],[1862,6,850,4,"flexDirection"],[1862,19,850,17],[1862,21,850,19],[1862,26,850,24],[1863,6,851,4,"gap"],[1863,9,851,7],[1863,11,851,9],[1864,4,852,2],[1864,5,852,3],[1865,4,853,2,"tokenHeaderButton"],[1865,21,853,19],[1865,23,853,21],[1866,6,854,4,"width"],[1866,11,854,9],[1866,13,854,11],[1866,15,854,13],[1867,6,855,4,"height"],[1867,12,855,10],[1867,14,855,12],[1867,16,855,14],[1868,6,856,4,"borderRadius"],[1868,18,856,16],[1868,20,856,18],[1868,21,856,19],[1869,6,857,4,"backgroundColor"],[1869,21,857,19],[1869,23,857,21],[1869,32,857,30],[1870,6,858,4,"alignItems"],[1870,16,858,14],[1870,18,858,16],[1870,26,858,24],[1871,6,859,4,"justifyContent"],[1871,20,859,18],[1871,22,859,20],[1872,4,860,2],[1872,5,860,3],[1873,4,861,2,"tokenItem"],[1873,13,861,11],[1873,15,861,13],[1874,6,862,4,"flexDirection"],[1874,19,862,17],[1874,21,862,19],[1874,26,862,24],[1875,6,863,4,"justifyContent"],[1875,20,863,18],[1875,22,863,20],[1875,37,863,35],[1876,6,864,4,"alignItems"],[1876,16,864,14],[1876,18,864,16],[1876,26,864,24],[1877,6,865,4,"backgroundColor"],[1877,21,865,19],[1877,23,865,21],[1877,29,865,27],[1878,6,866,4,"padding"],[1878,13,866,11],[1878,15,866,13],[1878,17,866,15],[1879,6,867,4,"borderRadius"],[1879,18,867,16],[1879,20,867,18],[1879,22,867,20],[1880,6,868,4,"marginBottom"],[1880,18,868,16],[1880,20,868,18],[1880,21,868,19],[1881,6,869,4,"shadowColor"],[1881,17,869,15],[1881,19,869,17],[1881,25,869,23],[1882,6,870,4,"shadowOffset"],[1882,18,870,16],[1882,20,870,18],[1883,8,870,20,"width"],[1883,13,870,25],[1883,15,870,27],[1883,16,870,28],[1884,8,870,30,"height"],[1884,14,870,36],[1884,16,870,38],[1885,6,870,40],[1885,7,870,41],[1886,6,871,4,"shadowOpacity"],[1886,19,871,17],[1886,21,871,19],[1886,25,871,23],[1887,6,872,4,"shadowRadius"],[1887,18,872,16],[1887,20,872,18],[1887,21,872,19],[1888,6,873,4,"elevation"],[1888,15,873,13],[1888,17,873,15],[1889,4,874,2],[1889,5,874,3],[1890,4,875,2,"tokenItemLeft"],[1890,17,875,15],[1890,19,875,17],[1891,6,876,4,"flexDirection"],[1891,19,876,17],[1891,21,876,19],[1891,26,876,24],[1892,6,877,4,"alignItems"],[1892,16,877,14],[1892,18,877,16],[1892,26,877,24],[1893,6,878,4,"gap"],[1893,9,878,7],[1893,11,878,9],[1894,4,879,2],[1894,5,879,3],[1895,4,880,2,"tokenIconContainer"],[1895,22,880,20],[1895,24,880,22],[1896,6,881,4,"position"],[1896,14,881,12],[1896,16,881,14],[1896,26,881,24],[1897,6,882,4,"width"],[1897,11,882,9],[1897,13,882,11],[1897,15,882,13],[1898,6,883,4,"height"],[1898,12,883,10],[1898,14,883,12],[1899,4,884,2],[1899,5,884,3],[1900,4,885,2,"tokenIcon"],[1900,13,885,11],[1900,15,885,13],[1901,6,886,4,"width"],[1901,11,886,9],[1901,13,886,11],[1901,15,886,13],[1902,6,887,4,"height"],[1902,12,887,10],[1902,14,887,12],[1902,16,887,14],[1903,6,888,4,"borderRadius"],[1903,18,888,16],[1903,20,888,18],[1904,4,889,2],[1904,5,889,3],[1905,4,890,2,"networkBadge"],[1905,16,890,14],[1905,18,890,16],[1906,6,891,4,"position"],[1906,14,891,12],[1906,16,891,14],[1906,26,891,24],[1907,6,892,4,"right"],[1907,11,892,9],[1907,13,892,11],[1907,14,892,12],[1907,15,892,13],[1908,6,893,4,"bottom"],[1908,12,893,10],[1908,14,893,12],[1908,15,893,13],[1908,16,893,14],[1909,6,894,4,"width"],[1909,11,894,9],[1909,13,894,11],[1909,15,894,13],[1910,6,895,4,"height"],[1910,12,895,10],[1910,14,895,12],[1910,16,895,14],[1911,6,896,4,"borderRadius"],[1911,18,896,16],[1911,20,896,18],[1911,21,896,19],[1912,6,897,4,"borderWidth"],[1912,17,897,15],[1912,19,897,17],[1912,20,897,18],[1913,6,898,4,"borderColor"],[1913,17,898,15],[1913,19,898,17],[1914,4,899,2],[1914,5,899,3],[1915,4,900,2,"tokenItemName"],[1915,17,900,15],[1915,19,900,17],[1916,6,901,4,"fontSize"],[1916,14,901,12],[1916,16,901,14],[1916,18,901,16],[1917,6,902,4,"fontWeight"],[1917,16,902,14],[1917,18,902,16],[1917,23,902,21],[1918,6,903,4,"color"],[1918,11,903,9],[1918,13,903,11],[1919,4,904,2],[1919,5,904,3],[1920,4,905,2,"tokenItemNetwork"],[1920,20,905,18],[1920,22,905,20],[1921,6,906,4,"fontSize"],[1921,14,906,12],[1921,16,906,14],[1921,18,906,16],[1922,6,907,4,"color"],[1922,11,907,9],[1922,13,907,11],[1923,4,908,2],[1923,5,908,3],[1924,4,909,2,"tokenItemRight"],[1924,18,909,16],[1924,20,909,18],[1925,6,910,4,"alignItems"],[1925,16,910,14],[1925,18,910,16],[1926,4,911,2],[1926,5,911,3],[1927,4,912,2,"tokenItemBalance"],[1927,20,912,18],[1927,22,912,20],[1928,6,913,4,"fontSize"],[1928,14,913,12],[1928,16,913,14],[1928,18,913,16],[1929,6,914,4,"fontWeight"],[1929,16,914,14],[1929,18,914,16],[1929,23,914,21],[1930,6,915,4,"color"],[1930,11,915,9],[1930,13,915,11],[1931,4,916,2],[1931,5,916,3],[1932,4,917,2,"tokenItemUsd"],[1932,16,917,14],[1932,18,917,16],[1933,6,918,4,"fontSize"],[1933,14,918,12],[1933,16,918,14],[1933,18,918,16],[1934,6,919,4,"color"],[1934,11,919,9],[1934,13,919,11],[1935,4,920,2],[1936,2,921,0],[1936,3,921,1],[1936,4,921,2],[1937,2,921,3],[1937,6,921,3,"_c"],[1937,8,921,3],[1937,10,921,3,"_c2"],[1937,13,921,3],[1937,15,921,3,"_c3"],[1937,18,921,3],[1937,20,921,3,"_c4"],[1937,23,921,3],[1937,25,921,3,"_c5"],[1937,28,921,3],[1937,30,921,3,"_c6"],[1937,33,921,3],[1938,2,921,3,"$RefreshReg$"],[1938,14,921,3],[1938,15,921,3,"_c"],[1938,17,921,3],[1939,2,921,3,"$RefreshReg$"],[1939,14,921,3],[1939,15,921,3,"_c2"],[1939,18,921,3],[1940,2,921,3,"$RefreshReg$"],[1940,14,921,3],[1940,15,921,3,"_c3"],[1940,18,921,3],[1941,2,921,3,"$RefreshReg$"],[1941,14,921,3],[1941,15,921,3,"_c4"],[1941,18,921,3],[1942,2,921,3,"$RefreshReg$"],[1942,14,921,3],[1942,15,921,3,"_c5"],[1942,18,921,3],[1943,2,921,3,"$RefreshReg$"],[1943,14,921,3],[1943,15,921,3,"_c6"],[1943,18,921,3],[1944,0,921,3],[1944,3]],"functionMap":{"names":["","HomeTab","showImagePickerOptions","takePhoto","pickImageFromGallery","TouchableOpacity.props.onPress","QUICK_ACTIONS.map$argument_0","WalletTab","useEffect$argument_0","fetchBalance","setTimeout$argument_0","CitizensTab","ReferralTab","ProfileTab","HomeScreen","Tab.Screen.props.options.tabBarIcon","Tab.Screen.props.children"],"mappings":"AAA;ACmB;iCCK;GDoB;oBEE;GFoB;+BGE;GHqB;iEIoB,sCJ;iEIG,0CJ;iEIG,qCJ;+BKwB;aLc;CDM;AOE;YCS;GDE;uBEE;mCCI,wBD;GF8B;CPuO;AWE;CXM;AYE;CZM;AaE;CbM;ecI;sBCc;WDE;SEG,yCF;sBCO;WDE;sBCQ;WDE;sBCQ;WDE;sBCQ;WDE;CdK"},"hasCjsExports":false},"type":"js/module"}]}
\ No newline at end of file
diff --git a/frontend/.metro-cache/cache/4b/a99109ad0c874cdcfc7e5ff4de05657a80d06b86d6b93020c43a51b18b51fceffcf917 b/frontend/.metro-cache/cache/4b/a99109ad0c874cdcfc7e5ff4de05657a80d06b86d6b93020c43a51b18b51fceffcf917
index ff5ce455..6c218ed7 100644
--- a/frontend/.metro-cache/cache/4b/a99109ad0c874cdcfc7e5ff4de05657a80d06b86d6b93020c43a51b18b51fceffcf917
+++ b/frontend/.metro-cache/cache/4b/a99109ad0c874cdcfc7e5ff4de05657a80d06b86d6b93020c43a51b18b51fceffcf917
@@ -1 +1 @@
-{"dependencies":[{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":51,"index":51}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/View","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"4kYBDC6LJJXoH7P9rWDi3vkLVB0=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Text","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"JKIzsQ5YQ0gDj0MIyY0Q7F1zJtU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/StyleSheet","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"MK7+k1V+KnvCVW7Kj2k/ydtjmVU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/TouchableOpacity","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PnQOoa8QGKpV5+issz6ikk463eg=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/SafeAreaView","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"S6Dcm4vKatES0CiC0O7zdRDDseY=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/ScrollView","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"7Gv1K9/TiQvbDXlMy9NOQIEBHDA=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Image","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"h9Yjx6LR7umCdPP226caWyLdUPo=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Dimensions","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"ySrYx/xxJL+A+Ie+sLy/r/EEnF8=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Alert","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PEUC6jrQVoAGZ2qYkvimljMOyJI=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0,"index":196},"end":{"line":13,"column":46,"index":242}}],"key":"ow7vkrqkIckRjlSi/+MhMmRYtUE=","exportNames":["*"],"imports":1}},{"name":"@react-navigation/bottom-tabs","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":14,"column":0,"index":243},"end":{"line":14,"column":73,"index":316}}],"key":"+CsiEPZJMQUbFs9pwhg0Pji1O3k=","exportNames":["*"],"imports":1}},{"name":"expo-image-picker","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":15,"column":0,"index":317},"end":{"line":15,"column":49,"index":366}}],"key":"XQFgv2+WadF9xV+S67CI6D8lClA=","exportNames":["*"],"imports":1}},{"name":"../contexts/AuthContext","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":16,"column":0,"index":367},"end":{"line":16,"column":50,"index":417}}],"key":"oNCgyH4yx4pAIVZXLqqRGB2kuCY=","exportNames":["*"],"imports":1}},{"name":"react/jsx-dev-runtime","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"L9D70Z4hi4aGuui1ysja/oQ5ytI=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n var _jsxFileName = \"/app/frontend/src/screens/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 _react = require(_dependencyMap[0], \"react\");\n var _reactNativeWebDistExportsView = require(_dependencyMap[1], \"react-native-web/dist/exports/View\");\n var View = _interopDefault(_reactNativeWebDistExportsView);\n var _reactNativeWebDistExportsText = require(_dependencyMap[2], \"react-native-web/dist/exports/Text\");\n var Text = _interopDefault(_reactNativeWebDistExportsText);\n var _reactNativeWebDistExportsStyleSheet = require(_dependencyMap[3], \"react-native-web/dist/exports/StyleSheet\");\n var StyleSheet = _interopDefault(_reactNativeWebDistExportsStyleSheet);\n var _reactNativeWebDistExportsTouchableOpacity = require(_dependencyMap[4], \"react-native-web/dist/exports/TouchableOpacity\");\n var TouchableOpacity = _interopDefault(_reactNativeWebDistExportsTouchableOpacity);\n var _reactNativeWebDistExportsSafeAreaView = require(_dependencyMap[5], \"react-native-web/dist/exports/SafeAreaView\");\n var SafeAreaView = _interopDefault(_reactNativeWebDistExportsSafeAreaView);\n var _reactNativeWebDistExportsScrollView = require(_dependencyMap[6], \"react-native-web/dist/exports/ScrollView\");\n var ScrollView = _interopDefault(_reactNativeWebDistExportsScrollView);\n var _reactNativeWebDistExportsImage = require(_dependencyMap[7], \"react-native-web/dist/exports/Image\");\n var Image = _interopDefault(_reactNativeWebDistExportsImage);\n var _reactNativeWebDistExportsDimensions = require(_dependencyMap[8], \"react-native-web/dist/exports/Dimensions\");\n var Dimensions = _interopDefault(_reactNativeWebDistExportsDimensions);\n var _reactNativeWebDistExportsAlert = require(_dependencyMap[9], \"react-native-web/dist/exports/Alert\");\n var Alert = _interopDefault(_reactNativeWebDistExportsAlert);\n var _expoVectorIcons = require(_dependencyMap[10], \"@expo/vector-icons\");\n var _reactNavigationBottomTabs = require(_dependencyMap[11], \"@react-navigation/bottom-tabs\");\n var _expoImagePicker = require(_dependencyMap[12], \"expo-image-picker\");\n var ImagePicker = _interopNamespace(_expoImagePicker);\n var _contextsAuthContext = require(_dependencyMap[13], \"../contexts/AuthContext\");\n var _reactJsxDevRuntime = require(_dependencyMap[14], \"react/jsx-dev-runtime\");\n const {\n width\n } = Dimensions.default.get('window');\n function HomeTab() {\n _s();\n const {\n user\n } = (0, _contextsAuthContext.useAuth)();\n const [profileImage, setProfileImage] = (0, _react.useState)(null);\n const pickImage = async () => {\n const permissionResult = await ImagePicker.requestMediaLibraryPermissionsAsync();\n if (permissionResult.granted === false) {\n Alert.default.alert('Permission Required', 'Permission to access camera roll is required!');\n return;\n }\n const result = await 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 const base64Image = `data:image/jpeg;base64,${result.assets[0].base64}`;\n setProfileImage(base64Image);\n // TODO: Save to backend\n }\n };\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(SafeAreaView.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n showsVerticalScrollIndicator: false,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.header,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.headerLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: styles.profileImage,\n onPress: pickImage,\n children: profileImage ? /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\n source: {\n uri: profileImage\n },\n style: styles.profileImageSrc\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 54,\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: 56,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 52,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\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: 60,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.trustScore,\n children: \"750\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 61,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 59,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 51,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.headerRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 66,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 65,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 69,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 68,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 72,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 71,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 64,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 50,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.announcementWidget,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n horizontal: true,\n showsHorizontalScrollIndicator: false,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.announcement,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.announcementTitle,\n children: \"\\uD83C\\uDF89 Welcome to PezkuwiChain!\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 81,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.announcementText,\n children: \"Start your citizenship journey today\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 82,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 80,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.announcement,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.announcementTitle,\n children: \"\\uD83D\\uDCE2 New Feature\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 85,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.announcementText,\n children: \"Vote on governance proposals\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 86,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 84,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 79,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 78,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.quickActionsContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.sectionTitle,\n children: \"Quick Actions\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 93,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.actionsGrid,\n children: QUICK_ACTIONS.map(action => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: styles.actionCard,\n activeOpacity: 0.7,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\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: 102,\n columnNumber: 19\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 101,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionLabel,\n children: action.label\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 104,\n columnNumber: 17\n }, this)]\n }, action.id, true, {\n fileName: _jsxFileName,\n lineNumber: 96,\n columnNumber: 15\n }, this))\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 94,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 92,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 48,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 47,\n columnNumber: 5\n }, this);\n }\n _s(HomeTab, \"xEp7SEfX94u+oibpmCw6eCxkmPE=\", false, function () {\n return [_contextsAuthContext.useAuth];\n });\n _c = HomeTab;\n function WalletTab() {\n _s2();\n const {\n user\n } = (0, _contextsAuthContext.useAuth)();\n const [hezBalance, setHezBalance] = (0, _react.useState)('Loading...');\n const [pezBalance, setPezBalance] = (0, _react.useState)('Loading...');\n const [loading, setLoading] = (0, _react.useState)(true);\n const TEST_WALLET = '5GgTgG9sRmPQAYU1RsTejZYnZRjwzKZKWD3awtuqjHioki45';\n (0, _react.useEffect)(() => {\n fetchBalance();\n }, []);\n const fetchBalance = async () => {\n try {\n const backendUrl = \"https://digital-kurdistan.preview.emergentagent.com\" || 'http://localhost:8001';\n const response = await 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 });\n if (response.ok) {\n const data = await response.json();\n setHezBalance(parseFloat(data.hez).toFixed(2));\n setPezBalance(parseFloat(data.pez).toFixed(2));\n } else {\n setHezBalance('Error');\n setPezBalance('Error');\n }\n } catch (error) {\n console.error('Balance fetch error:', error);\n setHezBalance('Error');\n setPezBalance('Error');\n } finally {\n setLoading(false);\n }\n };\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(SafeAreaView.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.walletHeader,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.walletTitle,\n children: \"My Wallet\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 160,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 162,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 161,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 159,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.balanceCards,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.balanceCard,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.balanceCardHeader,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_mobile-wallet-app-3/artifacts/izidxcrq_hez_logo_kurdistangunesi.png'\n },\n style: styles.tokenLogo\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 170,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenSymbol,\n children: \"HEZ\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 174,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 169,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.balanceAmount,\n children: hezBalance\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 176,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.balanceUsd,\n children: \"Hemwelat\\xEE Token\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 177,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 168,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.balanceCard,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.balanceCardHeader,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_mobile-wallet-app-3/artifacts/jjj4s5p3_pez_logo.jpg'\n },\n style: styles.tokenLogo\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 182,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenSymbol,\n children: \"PEZ\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 186,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 181,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.balanceAmount,\n children: pezBalance\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 188,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.balanceUsd,\n children: \"Pezkuw\\xEE Token\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 189,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 180,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 167,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.walletActions,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: styles.walletActionButton,\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: 196,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.walletActionText,\n children: \"Send\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 197,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 195,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: styles.walletActionButton,\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: 200,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.walletActionText,\n children: \"Receive\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 201,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 199,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: styles.walletActionButton,\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: 204,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.walletActionText,\n children: \"Swap\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 205,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 203,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 194,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 158,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 157,\n columnNumber: 5\n }, this);\n }\n _s2(WalletTab, \"osbCN528CgM7tSTrgQcFeX6sHT4=\", false, function () {\n return [_contextsAuthContext.useAuth];\n });\n _c2 = WalletTab;\n function CitizensTab() {\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.placeholderText,\n children: \"Citizens Screen\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 216,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 215,\n columnNumber: 5\n }, this);\n }\n _c3 = CitizensTab;\n function ReferralTab() {\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.placeholderText,\n children: \"Referral Screen\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 224,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 223,\n columnNumber: 5\n }, this);\n }\n _c4 = ReferralTab;\n function ProfileTab() {\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.placeholderText,\n children: \"Profile Screen\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 232,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 231,\n columnNumber: 5\n }, this);\n }\n _c5 = ProfileTab;\n const 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: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"home\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 255,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 249,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Wallet\",\n component: WalletTab,\n options: {\n tabBarLabel: 'Wallet',\n tabBarIcon: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"wallet\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 265,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 259,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Citizens\",\n component: CitizensTab,\n options: {\n tabBarLabel: 'Citizens',\n tabBarIcon: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"people\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 275,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 269,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Referral\",\n component: ReferralTab,\n options: {\n tabBarLabel: 'Referral',\n tabBarIcon: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"gift\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 285,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 279,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Profile\",\n component: ProfileTab,\n options: {\n tabBarLabel: 'Profile',\n tabBarIcon: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"person\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 295,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 289,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 241,\n columnNumber: 5\n }, this);\n }\n _c6 = HomeScreen;\n const 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: 'History',\n icon: 'time',\n color: '#84CC16'\n }, {\n id: '13',\n label: 'QR Scan',\n icon: 'qr-code',\n color: '#06B6D4'\n }, {\n id: '14',\n label: 'Settings',\n icon: 'settings',\n color: '#64748B'\n }, {\n id: '15',\n label: 'Help',\n icon: 'help-circle',\n color: '#A855F7'\n }, {\n id: '16',\n label: 'Rewards',\n icon: 'star',\n color: '#FBBF24'\n }, {\n id: '17',\n label: 'Trust',\n icon: 'heart',\n color: '#EF4444'\n }, {\n id: '18',\n label: 'Parliament',\n icon: 'flag',\n color: '#3B82F6'\n }, {\n id: '19',\n label: 'Ministry',\n icon: 'business',\n color: '#10B981'\n }, {\n id: '20',\n label: 'Justice',\n icon: 'hammer',\n color: '#78350F'\n }, {\n id: '21',\n label: 'Tax',\n icon: 'receipt',\n color: '#991B1B'\n }, {\n id: '22',\n label: 'Census',\n icon: 'people-circle',\n color: '#1E40AF'\n }, {\n id: '23',\n label: 'Land',\n icon: 'map',\n color: '#065F46'\n }, {\n id: '24',\n label: 'Marriage',\n icon: 'heart-circle',\n color: '#BE185D'\n }, {\n id: '25',\n label: 'Birth',\n icon: 'happy',\n color: '#7C3AED'\n }, {\n id: '26',\n label: 'Death',\n icon: 'sad',\n color: '#404040'\n }, {\n id: '27',\n label: 'Trade',\n icon: 'storefront',\n color: '#0891B2'\n }, {\n id: '28',\n label: 'Export',\n icon: 'airplane',\n color: '#4338CA'\n }, {\n id: '29',\n label: 'Import',\n icon: 'boat',\n color: '#15803D'\n }, {\n id: '30',\n label: 'More',\n icon: 'apps',\n color: '#9333EA'\n }];\n const styles = StyleSheet.default.create({\n container: {\n flex: 1,\n backgroundColor: '#F8F9FA'\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 gap: 12\n },\n actionCard: {\n width: (width - 64) / 4,\n alignItems: 'center',\n padding: 8\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: 8,\n paddingTop: 8,\n height: 65\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":1125,"map":[[30,2,239,15,"Object"],[30,8,239,15],[30,9,239,15,"defineProperty"],[30,23,239,15],[30,24,239,15,"exports"],[30,31,239,15],[31,4,239,15,"enumerable"],[31,14,239,15],[32,4,239,15,"get"],[32,7,239,15],[32,18,239,15,"get"],[32,19,239,15],[33,6,239,15],[33,13,239,15,"HomeScreen"],[33,23,239,15],[34,4,239,15],[35,2,239,15],[36,2,1,0],[36,6,1,0,"_react"],[36,12,1,0],[36,15,1,0,"require"],[36,22,1,0],[36,23,1,0,"_dependencyMap"],[36,37,1,0],[37,2,1,51],[37,6,1,51,"_reactNativeWebDistExportsView"],[37,36,1,51],[37,39,1,51,"require"],[37,46,1,51],[37,47,1,51,"_dependencyMap"],[37,61,1,51],[38,2,1,51],[38,6,1,51,"View"],[38,10,1,51],[38,13,1,51,"_interopDefault"],[38,28,1,51],[38,29,1,51,"_reactNativeWebDistExportsView"],[38,59,1,51],[39,2,1,51],[39,6,1,51,"_reactNativeWebDistExportsText"],[39,36,1,51],[39,39,1,51,"require"],[39,46,1,51],[39,47,1,51,"_dependencyMap"],[39,61,1,51],[40,2,1,51],[40,6,1,51,"Text"],[40,10,1,51],[40,13,1,51,"_interopDefault"],[40,28,1,51],[40,29,1,51,"_reactNativeWebDistExportsText"],[40,59,1,51],[41,2,1,51],[41,6,1,51,"_reactNativeWebDistExportsStyleSheet"],[41,42,1,51],[41,45,1,51,"require"],[41,52,1,51],[41,53,1,51,"_dependencyMap"],[41,67,1,51],[42,2,1,51],[42,6,1,51,"StyleSheet"],[42,16,1,51],[42,19,1,51,"_interopDefault"],[42,34,1,51],[42,35,1,51,"_reactNativeWebDistExportsStyleSheet"],[42,71,1,51],[43,2,1,51],[43,6,1,51,"_reactNativeWebDistExportsTouchableOpacity"],[43,48,1,51],[43,51,1,51,"require"],[43,58,1,51],[43,59,1,51,"_dependencyMap"],[43,73,1,51],[44,2,1,51],[44,6,1,51,"TouchableOpacity"],[44,22,1,51],[44,25,1,51,"_interopDefault"],[44,40,1,51],[44,41,1,51,"_reactNativeWebDistExportsTouchableOpacity"],[44,83,1,51],[45,2,1,51],[45,6,1,51,"_reactNativeWebDistExportsSafeAreaView"],[45,44,1,51],[45,47,1,51,"require"],[45,54,1,51],[45,55,1,51,"_dependencyMap"],[45,69,1,51],[46,2,1,51],[46,6,1,51,"SafeAreaView"],[46,18,1,51],[46,21,1,51,"_interopDefault"],[46,36,1,51],[46,37,1,51,"_reactNativeWebDistExportsSafeAreaView"],[46,75,1,51],[47,2,1,51],[47,6,1,51,"_reactNativeWebDistExportsScrollView"],[47,42,1,51],[47,45,1,51,"require"],[47,52,1,51],[47,53,1,51,"_dependencyMap"],[47,67,1,51],[48,2,1,51],[48,6,1,51,"ScrollView"],[48,16,1,51],[48,19,1,51,"_interopDefault"],[48,34,1,51],[48,35,1,51,"_reactNativeWebDistExportsScrollView"],[48,71,1,51],[49,2,1,51],[49,6,1,51,"_reactNativeWebDistExportsImage"],[49,37,1,51],[49,40,1,51,"require"],[49,47,1,51],[49,48,1,51,"_dependencyMap"],[49,62,1,51],[50,2,1,51],[50,6,1,51,"Image"],[50,11,1,51],[50,14,1,51,"_interopDefault"],[50,29,1,51],[50,30,1,51,"_reactNativeWebDistExportsImage"],[50,61,1,51],[51,2,1,51],[51,6,1,51,"_reactNativeWebDistExportsDimensions"],[51,42,1,51],[51,45,1,51,"require"],[51,52,1,51],[51,53,1,51,"_dependencyMap"],[51,67,1,51],[52,2,1,51],[52,6,1,51,"Dimensions"],[52,16,1,51],[52,19,1,51,"_interopDefault"],[52,34,1,51],[52,35,1,51,"_reactNativeWebDistExportsDimensions"],[52,71,1,51],[53,2,1,51],[53,6,1,51,"_reactNativeWebDistExportsAlert"],[53,37,1,51],[53,40,1,51,"require"],[53,47,1,51],[53,48,1,51,"_dependencyMap"],[53,62,1,51],[54,2,1,51],[54,6,1,51,"Alert"],[54,11,1,51],[54,14,1,51,"_interopDefault"],[54,29,1,51],[54,30,1,51,"_reactNativeWebDistExportsAlert"],[54,61,1,51],[55,2,13,0],[55,6,13,0,"_expoVectorIcons"],[55,22,13,0],[55,25,13,0,"require"],[55,32,13,0],[55,33,13,0,"_dependencyMap"],[55,47,13,0],[56,2,14,0],[56,6,14,0,"_reactNavigationBottomTabs"],[56,32,14,0],[56,35,14,0,"require"],[56,42,14,0],[56,43,14,0,"_dependencyMap"],[56,57,14,0],[57,2,15,0],[57,6,15,0,"_expoImagePicker"],[57,22,15,0],[57,25,15,0,"require"],[57,32,15,0],[57,33,15,0,"_dependencyMap"],[57,47,15,0],[58,2,15,0],[58,6,15,0,"ImagePicker"],[58,17,15,0],[58,20,15,0,"_interopNamespace"],[58,37,15,0],[58,38,15,0,"_expoImagePicker"],[58,54,15,0],[59,2,16,0],[59,6,16,0,"_contextsAuthContext"],[59,26,16,0],[59,29,16,0,"require"],[59,36,16,0],[59,37,16,0,"_dependencyMap"],[59,51,16,0],[60,2,16,50],[60,6,16,50,"_reactJsxDevRuntime"],[60,25,16,50],[60,28,16,50,"require"],[60,35,16,50],[60,36,16,50,"_dependencyMap"],[60,50,16,50],[61,2,18,0],[61,8,18,6],[62,4,18,8,"width"],[63,2,18,14],[63,3,18,15],[63,6,18,18,"Dimensions"],[63,16,18,28],[63,17,18,28,"default"],[63,24,18,28],[63,25,18,29,"get"],[63,28,18,32],[63,29,18,33],[63,37,18,41],[63,38,18,42],[64,2,20,0],[64,11,20,9,"HomeTab"],[64,18,20,16,"HomeTab"],[64,19,20,16],[64,21,20,19],[65,4,20,19,"_s"],[65,6,20,19],[66,4,21,2],[66,10,21,8],[67,6,21,10,"user"],[68,4,21,15],[68,5,21,16],[68,8,21,19],[68,12,21,19,"useAuth"],[68,32,21,26],[68,33,21,26,"useAuth"],[68,40,21,26],[68,42,21,27],[68,43,21,28],[69,4,22,2],[69,10,22,8],[69,11,22,9,"profileImage"],[69,23,22,21],[69,25,22,23,"setProfileImage"],[69,40,22,38],[69,41,22,39],[69,44,22,42],[69,48,22,42,"useState"],[69,54,22,50],[69,55,22,50,"useState"],[69,63,22,50],[69,65,22,66],[69,69,22,70],[69,70,22,71],[70,4,24,2],[70,10,24,8,"pickImage"],[70,19,24,17],[70,22,24,20],[70,28,24,20,"pickImage"],[70,29,24,20],[70,34,24,32],[71,6,25,4],[71,12,25,10,"permissionResult"],[71,28,25,26],[71,31,25,29],[71,37,25,35,"ImagePicker"],[71,48,25,46],[71,49,25,47,"requestMediaLibraryPermissionsAsync"],[71,84,25,82],[71,85,25,83],[71,86,25,84],[72,6,27,4],[72,10,27,8,"permissionResult"],[72,26,27,24],[72,27,27,25,"granted"],[72,34,27,32],[72,39,27,37],[72,44,27,42],[72,46,27,44],[73,8,28,6,"Alert"],[73,13,28,11],[73,14,28,11,"default"],[73,21,28,11],[73,22,28,12,"alert"],[73,27,28,17],[73,28,28,18],[73,49,28,39],[73,51,28,41],[73,98,28,88],[73,99,28,89],[74,8,29,6],[75,6,30,4],[76,6,32,4],[76,12,32,10,"result"],[76,18,32,16],[76,21,32,19],[76,27,32,25,"ImagePicker"],[76,38,32,36],[76,39,32,37,"launchImageLibraryAsync"],[76,62,32,60],[76,63,32,61],[77,8,33,6,"mediaTypes"],[77,18,33,16],[77,20,33,18,"ImagePicker"],[77,31,33,29],[77,32,33,30,"MediaTypeOptions"],[77,48,33,46],[77,49,33,47,"Images"],[77,55,33,53],[78,8,34,6,"allowsEditing"],[78,21,34,19],[78,23,34,21],[78,27,34,25],[79,8,35,6,"aspect"],[79,14,35,12],[79,16,35,14],[79,17,35,15],[79,18,35,16],[79,20,35,18],[79,21,35,19],[79,22,35,20],[80,8,36,6,"quality"],[80,15,36,13],[80,17,36,15],[80,20,36,18],[81,8,37,6,"base64"],[81,14,37,12],[81,16,37,14],[82,6,38,4],[82,7,38,5],[82,8,38,6],[83,6,40,4],[83,10,40,8],[83,11,40,9,"result"],[83,17,40,15],[83,18,40,16,"canceled"],[83,26,40,24],[83,30,40,28,"result"],[83,36,40,34],[83,37,40,35,"assets"],[83,43,40,41],[83,44,40,42],[83,45,40,43],[83,46,40,44],[83,47,40,45,"base64"],[83,53,40,51],[83,55,40,53],[84,8,41,6],[84,14,41,12,"base64Image"],[84,25,41,23],[84,28,41,26],[84,54,41,52,"result"],[84,60,41,58],[84,61,41,59,"assets"],[84,67,41,65],[84,68,41,66],[84,69,41,67],[84,70,41,68],[84,71,41,69,"base64"],[84,77,41,75],[84,79,41,77],[85,8,42,6,"setProfileImage"],[85,23,42,21],[85,24,42,22,"base64Image"],[85,35,42,33],[85,36,42,34],[86,8,43,6],[87,6,44,4],[88,4,45,2],[88,5,45,3],[89,4,46,2],[89,24,47,4],[89,28,47,4,"_reactJsxDevRuntime"],[89,47,47,4],[89,48,47,4,"jsxDEV"],[89,54,47,4],[89,56,47,5,"SafeAreaView"],[89,68,47,17],[89,69,47,17,"default"],[89,76,47,17],[90,6,47,18,"style"],[90,11,47,23],[90,13,47,25,"styles"],[90,19,47,31],[90,20,47,32,"container"],[90,29,47,42],[91,6,47,42,"children"],[91,14,47,42],[91,29,48,6],[91,33,48,6,"_reactJsxDevRuntime"],[91,52,48,6],[91,53,48,6,"jsxDEV"],[91,59,48,6],[91,61,48,7,"ScrollView"],[91,71,48,17],[91,72,48,17,"default"],[91,79,48,17],[92,8,48,18,"showsVerticalScrollIndicator"],[92,36,48,46],[92,38,48,48],[92,43,48,54],[93,8,48,54,"children"],[93,16,48,54],[93,32,50,8],[93,36,50,8,"_reactJsxDevRuntime"],[93,55,50,8],[93,56,50,8,"jsxDEV"],[93,62,50,8],[93,64,50,9,"View"],[93,68,50,13],[93,69,50,13,"default"],[93,76,50,13],[94,10,50,14,"style"],[94,15,50,19],[94,17,50,21,"styles"],[94,23,50,27],[94,24,50,28,"header"],[94,30,50,35],[95,10,50,35,"children"],[95,18,50,35],[95,34,51,10],[95,38,51,10,"_reactJsxDevRuntime"],[95,57,51,10],[95,58,51,10,"jsxDEV"],[95,64,51,10],[95,66,51,11,"View"],[95,70,51,15],[95,71,51,15,"default"],[95,78,51,15],[96,12,51,16,"style"],[96,17,51,21],[96,19,51,23,"styles"],[96,25,51,29],[96,26,51,30,"headerLeft"],[96,36,51,41],[97,12,51,41,"children"],[97,20,51,41],[97,36,52,12],[97,40,52,12,"_reactJsxDevRuntime"],[97,59,52,12],[97,60,52,12,"jsxDEV"],[97,66,52,12],[97,68,52,13,"TouchableOpacity"],[97,84,52,29],[97,85,52,29,"default"],[97,92,52,29],[98,14,52,30,"style"],[98,19,52,35],[98,21,52,37,"styles"],[98,27,52,43],[98,28,52,44,"profileImage"],[98,40,52,57],[99,14,52,58,"onPress"],[99,21,52,65],[99,23,52,67,"pickImage"],[99,32,52,77],[100,14,52,77,"children"],[100,22,52,77],[100,24,53,15,"profileImage"],[100,36,53,27],[100,52,54,16],[100,56,54,16,"_reactJsxDevRuntime"],[100,75,54,16],[100,76,54,16,"jsxDEV"],[100,82,54,16],[100,84,54,17,"Image"],[100,89,54,22],[100,90,54,22,"default"],[100,97,54,22],[101,16,54,23,"source"],[101,22,54,29],[101,24,54,31],[102,18,54,33,"uri"],[102,21,54,36],[102,23,54,38,"profileImage"],[103,16,54,51],[103,17,54,53],[104,16,54,54,"style"],[104,21,54,59],[104,23,54,61,"styles"],[104,29,54,67],[104,30,54,68,"profileImageSrc"],[105,14,54,84],[106,16,54,84,"fileName"],[106,24,54,84],[106,26,54,84,"_jsxFileName"],[106,38,54,84],[107,16,54,84,"lineNumber"],[107,26,54,84],[108,16,54,84,"columnNumber"],[108,28,54,84],[109,14,54,84],[109,21,54,86],[109,22,54,87],[109,38,56,16],[109,42,56,16,"_reactJsxDevRuntime"],[109,61,56,16],[109,62,56,16,"jsxDEV"],[109,68,56,16],[109,70,56,17,"_expoVectorIcons"],[109,86,56,25],[109,87,56,25,"Ionicons"],[109,95,56,25],[110,16,56,26,"name"],[110,20,56,30],[110,22,56,31],[110,30,56,39],[111,16,56,40,"size"],[111,20,56,44],[111,22,56,46],[111,24,56,49],[112,16,56,50,"color"],[112,21,56,55],[112,23,56,56],[113,14,56,65],[114,16,56,65,"fileName"],[114,24,56,65],[114,26,56,65,"_jsxFileName"],[114,38,56,65],[115,16,56,65,"lineNumber"],[115,26,56,65],[116,16,56,65,"columnNumber"],[116,28,56,65],[117,14,56,65],[117,21,56,67],[118,12,57,15],[119,14,57,15,"fileName"],[119,22,57,15],[119,24,57,15,"_jsxFileName"],[119,36,57,15],[120,14,57,15,"lineNumber"],[120,24,57,15],[121,14,57,15,"columnNumber"],[121,26,57,15],[122,12,57,15],[122,19,58,30],[122,20,58,31],[122,35,59,12],[122,39,59,12,"_reactJsxDevRuntime"],[122,58,59,12],[122,59,59,12,"jsxDEV"],[122,65,59,12],[122,67,59,13,"View"],[122,71,59,17],[122,72,59,17,"default"],[122,79,59,17],[123,14,59,18,"style"],[123,19,59,23],[123,21,59,25,"styles"],[123,27,59,31],[123,28,59,32,"profileBadge"],[123,40,59,45],[124,14,59,45,"children"],[124,22,59,45],[124,38,60,14],[124,42,60,14,"_reactJsxDevRuntime"],[124,61,60,14],[124,62,60,14,"jsxDEV"],[124,68,60,14],[124,70,60,15,"_expoVectorIcons"],[124,86,60,23],[124,87,60,23,"Ionicons"],[124,95,60,23],[125,16,60,24,"name"],[125,20,60,28],[125,22,60,29],[125,28,60,35],[126,16,60,36,"size"],[126,20,60,40],[126,22,60,42],[126,24,60,45],[127,16,60,46,"color"],[127,21,60,51],[127,23,60,52],[128,14,60,61],[129,16,60,61,"fileName"],[129,24,60,61],[129,26,60,61,"_jsxFileName"],[129,38,60,61],[130,16,60,61,"lineNumber"],[130,26,60,61],[131,16,60,61,"columnNumber"],[131,28,60,61],[132,14,60,61],[132,21,60,63],[132,22,60,64],[132,37,61,14],[132,41,61,14,"_reactJsxDevRuntime"],[132,60,61,14],[132,61,61,14,"jsxDEV"],[132,67,61,14],[132,69,61,15,"Text"],[132,73,61,19],[132,74,61,19,"default"],[132,81,61,19],[133,16,61,20,"style"],[133,21,61,25],[133,23,61,27,"styles"],[133,29,61,33],[133,30,61,34,"trustScore"],[133,40,61,45],[134,16,61,45,"children"],[134,24,61,45],[134,26,61,46],[135,14,61,49],[136,16,61,49,"fileName"],[136,24,61,49],[136,26,61,49,"_jsxFileName"],[136,38,61,49],[137,16,61,49,"lineNumber"],[137,26,61,49],[138,16,61,49,"columnNumber"],[138,28,61,49],[139,14,61,49],[139,21,61,55],[139,22,61,56],[140,12,61,56],[141,14,61,56,"fileName"],[141,22,61,56],[141,24,61,56,"_jsxFileName"],[141,36,61,56],[142,14,61,56,"lineNumber"],[142,24,61,56],[143,14,61,56,"columnNumber"],[143,26,61,56],[144,12,61,56],[144,19,62,18],[144,20,62,19],[145,10,62,19],[146,12,62,19,"fileName"],[146,20,62,19],[146,22,62,19,"_jsxFileName"],[146,34,62,19],[147,12,62,19,"lineNumber"],[147,22,62,19],[148,12,62,19,"columnNumber"],[148,24,62,19],[149,10,62,19],[149,17,63,16],[149,18,63,17],[149,33,64,10],[149,37,64,10,"_reactJsxDevRuntime"],[149,56,64,10],[149,57,64,10,"jsxDEV"],[149,63,64,10],[149,65,64,11,"View"],[149,69,64,15],[149,70,64,15,"default"],[149,77,64,15],[150,12,64,16,"style"],[150,17,64,21],[150,19,64,23,"styles"],[150,25,64,29],[150,26,64,30,"headerRight"],[150,37,64,42],[151,12,64,42,"children"],[151,20,64,42],[151,36,65,12],[151,40,65,12,"_reactJsxDevRuntime"],[151,59,65,12],[151,60,65,12,"jsxDEV"],[151,66,65,12],[151,68,65,13,"TouchableOpacity"],[151,84,65,29],[151,85,65,29,"default"],[151,92,65,29],[152,14,65,30,"style"],[152,19,65,35],[152,21,65,37,"styles"],[152,27,65,43],[152,28,65,44,"iconButton"],[152,38,65,55],[153,14,65,55,"children"],[153,22,65,55],[153,37,66,14],[153,41,66,14,"_reactJsxDevRuntime"],[153,60,66,14],[153,61,66,14,"jsxDEV"],[153,67,66,14],[153,69,66,15,"_expoVectorIcons"],[153,85,66,23],[153,86,66,23,"Ionicons"],[153,94,66,23],[154,16,66,24,"name"],[154,20,66,28],[154,22,66,29],[154,39,66,46],[155,16,66,47,"size"],[155,20,66,51],[155,22,66,53],[155,24,66,56],[156,16,66,57,"color"],[156,21,66,62],[156,23,66,63],[157,14,66,72],[158,16,66,72,"fileName"],[158,24,66,72],[158,26,66,72,"_jsxFileName"],[158,38,66,72],[159,16,66,72,"lineNumber"],[159,26,66,72],[160,16,66,72,"columnNumber"],[160,28,66,72],[161,14,66,72],[161,21,66,74],[162,12,66,75],[163,14,66,75,"fileName"],[163,22,66,75],[163,24,66,75,"_jsxFileName"],[163,36,66,75],[164,14,66,75,"lineNumber"],[164,24,66,75],[165,14,66,75,"columnNumber"],[165,26,66,75],[166,12,66,75],[166,19,67,30],[166,20,67,31],[166,35,68,12],[166,39,68,12,"_reactJsxDevRuntime"],[166,58,68,12],[166,59,68,12,"jsxDEV"],[166,65,68,12],[166,67,68,13,"TouchableOpacity"],[166,83,68,29],[166,84,68,29,"default"],[166,91,68,29],[167,14,68,30,"style"],[167,19,68,35],[167,21,68,37,"styles"],[167,27,68,43],[167,28,68,44,"iconButton"],[167,38,68,55],[168,14,68,55,"children"],[168,22,68,55],[168,37,69,14],[168,41,69,14,"_reactJsxDevRuntime"],[168,60,69,14],[168,61,69,14,"jsxDEV"],[168,67,69,14],[168,69,69,15,"_expoVectorIcons"],[168,85,69,23],[168,86,69,23,"Ionicons"],[168,94,69,23],[169,16,69,24,"name"],[169,20,69,28],[169,22,69,29],[169,45,69,52],[170,16,69,53,"size"],[170,20,69,57],[170,22,69,59],[170,24,69,62],[171,16,69,63,"color"],[171,21,69,68],[171,23,69,69],[172,14,69,78],[173,16,69,78,"fileName"],[173,24,69,78],[173,26,69,78,"_jsxFileName"],[173,38,69,78],[174,16,69,78,"lineNumber"],[174,26,69,78],[175,16,69,78,"columnNumber"],[175,28,69,78],[176,14,69,78],[176,21,69,80],[177,12,69,81],[178,14,69,81,"fileName"],[178,22,69,81],[178,24,69,81,"_jsxFileName"],[178,36,69,81],[179,14,69,81,"lineNumber"],[179,24,69,81],[180,14,69,81,"columnNumber"],[180,26,69,81],[181,12,69,81],[181,19,70,30],[181,20,70,31],[181,35,71,12],[181,39,71,12,"_reactJsxDevRuntime"],[181,58,71,12],[181,59,71,12,"jsxDEV"],[181,65,71,12],[181,67,71,13,"TouchableOpacity"],[181,83,71,29],[181,84,71,29,"default"],[181,91,71,29],[182,14,71,30,"style"],[182,19,71,35],[182,21,71,37,"styles"],[182,27,71,43],[182,28,71,44,"iconButton"],[182,38,71,55],[183,14,71,55,"children"],[183,22,71,55],[183,37,72,14],[183,41,72,14,"_reactJsxDevRuntime"],[183,60,72,14],[183,61,72,14,"jsxDEV"],[183,67,72,14],[183,69,72,15,"_expoVectorIcons"],[183,85,72,23],[183,86,72,23,"Ionicons"],[183,94,72,23],[184,16,72,24,"name"],[184,20,72,28],[184,22,72,29],[184,40,72,47],[185,16,72,48,"size"],[185,20,72,52],[185,22,72,54],[185,24,72,57],[186,16,72,58,"color"],[186,21,72,63],[186,23,72,64],[187,14,72,73],[188,16,72,73,"fileName"],[188,24,72,73],[188,26,72,73,"_jsxFileName"],[188,38,72,73],[189,16,72,73,"lineNumber"],[189,26,72,73],[190,16,72,73,"columnNumber"],[190,28,72,73],[191,14,72,73],[191,21,72,75],[192,12,72,76],[193,14,72,76,"fileName"],[193,22,72,76],[193,24,72,76,"_jsxFileName"],[193,36,72,76],[194,14,72,76,"lineNumber"],[194,24,72,76],[195,14,72,76,"columnNumber"],[195,26,72,76],[196,12,72,76],[196,19,73,30],[196,20,73,31],[197,10,73,31],[198,12,73,31,"fileName"],[198,20,73,31],[198,22,73,31,"_jsxFileName"],[198,34,73,31],[199,12,73,31,"lineNumber"],[199,22,73,31],[200,12,73,31,"columnNumber"],[200,24,73,31],[201,10,73,31],[201,17,74,16],[201,18,74,17],[202,8,74,17],[203,10,74,17,"fileName"],[203,18,74,17],[203,20,74,17,"_jsxFileName"],[203,32,74,17],[204,10,74,17,"lineNumber"],[204,20,74,17],[205,10,74,17,"columnNumber"],[205,22,74,17],[206,8,74,17],[206,15,75,14],[206,16,75,15],[206,31,78,8],[206,35,78,8,"_reactJsxDevRuntime"],[206,54,78,8],[206,55,78,8,"jsxDEV"],[206,61,78,8],[206,63,78,9,"View"],[206,67,78,13],[206,68,78,13,"default"],[206,75,78,13],[207,10,78,14,"style"],[207,15,78,19],[207,17,78,21,"styles"],[207,23,78,27],[207,24,78,28,"announcementWidget"],[207,42,78,47],[208,10,78,47,"children"],[208,18,78,47],[208,33,79,10],[208,37,79,10,"_reactJsxDevRuntime"],[208,56,79,10],[208,57,79,10,"jsxDEV"],[208,63,79,10],[208,65,79,11,"ScrollView"],[208,75,79,21],[208,76,79,21,"default"],[208,83,79,21],[209,12,79,22,"horizontal"],[209,22,79,32],[210,12,79,33,"showsHorizontalScrollIndicator"],[210,42,79,63],[210,44,79,65],[210,49,79,71],[211,12,79,71,"children"],[211,20,79,71],[211,36,80,12],[211,40,80,12,"_reactJsxDevRuntime"],[211,59,80,12],[211,60,80,12,"jsxDEV"],[211,66,80,12],[211,68,80,13,"View"],[211,72,80,17],[211,73,80,17,"default"],[211,80,80,17],[212,14,80,18,"style"],[212,19,80,23],[212,21,80,25,"styles"],[212,27,80,31],[212,28,80,32,"announcement"],[212,40,80,45],[213,14,80,45,"children"],[213,22,80,45],[213,38,81,14],[213,42,81,14,"_reactJsxDevRuntime"],[213,61,81,14],[213,62,81,14,"jsxDEV"],[213,68,81,14],[213,70,81,15,"Text"],[213,74,81,19],[213,75,81,19,"default"],[213,82,81,19],[214,16,81,20,"style"],[214,21,81,25],[214,23,81,27,"styles"],[214,29,81,33],[214,30,81,34,"announcementTitle"],[214,47,81,52],[215,16,81,52,"children"],[215,24,81,52],[215,26,81,53],[216,14,81,80],[217,16,81,80,"fileName"],[217,24,81,80],[217,26,81,80,"_jsxFileName"],[217,38,81,80],[218,16,81,80,"lineNumber"],[218,26,81,80],[219,16,81,80,"columnNumber"],[219,28,81,80],[220,14,81,80],[220,21,81,86],[220,22,81,87],[220,37,82,14],[220,41,82,14,"_reactJsxDevRuntime"],[220,60,82,14],[220,61,82,14,"jsxDEV"],[220,67,82,14],[220,69,82,15,"Text"],[220,73,82,19],[220,74,82,19,"default"],[220,81,82,19],[221,16,82,20,"style"],[221,21,82,25],[221,23,82,27,"styles"],[221,29,82,33],[221,30,82,34,"announcementText"],[221,46,82,51],[222,16,82,51,"children"],[222,24,82,51],[222,26,82,52],[223,14,82,88],[224,16,82,88,"fileName"],[224,24,82,88],[224,26,82,88,"_jsxFileName"],[224,38,82,88],[225,16,82,88,"lineNumber"],[225,26,82,88],[226,16,82,88,"columnNumber"],[226,28,82,88],[227,14,82,88],[227,21,82,94],[227,22,82,95],[228,12,82,95],[229,14,82,95,"fileName"],[229,22,82,95],[229,24,82,95,"_jsxFileName"],[229,36,82,95],[230,14,82,95,"lineNumber"],[230,24,82,95],[231,14,82,95,"columnNumber"],[231,26,82,95],[232,12,82,95],[232,19,83,18],[232,20,83,19],[232,35,84,12],[232,39,84,12,"_reactJsxDevRuntime"],[232,58,84,12],[232,59,84,12,"jsxDEV"],[232,65,84,12],[232,67,84,13,"View"],[232,71,84,17],[232,72,84,17,"default"],[232,79,84,17],[233,14,84,18,"style"],[233,19,84,23],[233,21,84,25,"styles"],[233,27,84,31],[233,28,84,32,"announcement"],[233,40,84,45],[234,14,84,45,"children"],[234,22,84,45],[234,38,85,14],[234,42,85,14,"_reactJsxDevRuntime"],[234,61,85,14],[234,62,85,14,"jsxDEV"],[234,68,85,14],[234,70,85,15,"Text"],[234,74,85,19],[234,75,85,19,"default"],[234,82,85,19],[235,16,85,20,"style"],[235,21,85,25],[235,23,85,27,"styles"],[235,29,85,33],[235,30,85,34,"announcementTitle"],[235,47,85,52],[236,16,85,52,"children"],[236,24,85,52],[236,26,85,53],[237,14,85,67],[238,16,85,67,"fileName"],[238,24,85,67],[238,26,85,67,"_jsxFileName"],[238,38,85,67],[239,16,85,67,"lineNumber"],[239,26,85,67],[240,16,85,67,"columnNumber"],[240,28,85,67],[241,14,85,67],[241,21,85,73],[241,22,85,74],[241,37,86,14],[241,41,86,14,"_reactJsxDevRuntime"],[241,60,86,14],[241,61,86,14,"jsxDEV"],[241,67,86,14],[241,69,86,15,"Text"],[241,73,86,19],[241,74,86,19,"default"],[241,81,86,19],[242,16,86,20,"style"],[242,21,86,25],[242,23,86,27,"styles"],[242,29,86,33],[242,30,86,34,"announcementText"],[242,46,86,51],[243,16,86,51,"children"],[243,24,86,51],[243,26,86,52],[244,14,86,80],[245,16,86,80,"fileName"],[245,24,86,80],[245,26,86,80,"_jsxFileName"],[245,38,86,80],[246,16,86,80,"lineNumber"],[246,26,86,80],[247,16,86,80,"columnNumber"],[247,28,86,80],[248,14,86,80],[248,21,86,86],[248,22,86,87],[249,12,86,87],[250,14,86,87,"fileName"],[250,22,86,87],[250,24,86,87,"_jsxFileName"],[250,36,86,87],[251,14,86,87,"lineNumber"],[251,24,86,87],[252,14,86,87,"columnNumber"],[252,26,86,87],[253,12,86,87],[253,19,87,18],[253,20,87,19],[254,10,87,19],[255,12,87,19,"fileName"],[255,20,87,19],[255,22,87,19,"_jsxFileName"],[255,34,87,19],[256,12,87,19,"lineNumber"],[256,22,87,19],[257,12,87,19,"columnNumber"],[257,24,87,19],[258,10,87,19],[258,17,88,22],[259,8,88,23],[260,10,88,23,"fileName"],[260,18,88,23],[260,20,88,23,"_jsxFileName"],[260,32,88,23],[261,10,88,23,"lineNumber"],[261,20,88,23],[262,10,88,23,"columnNumber"],[262,22,88,23],[263,8,88,23],[263,15,89,14],[263,16,89,15],[263,31,92,8],[263,35,92,8,"_reactJsxDevRuntime"],[263,54,92,8],[263,55,92,8,"jsxDEV"],[263,61,92,8],[263,63,92,9,"View"],[263,67,92,13],[263,68,92,13,"default"],[263,75,92,13],[264,10,92,14,"style"],[264,15,92,19],[264,17,92,21,"styles"],[264,23,92,27],[264,24,92,28,"quickActionsContainer"],[264,45,92,50],[265,10,92,50,"children"],[265,18,92,50],[265,34,93,10],[265,38,93,10,"_reactJsxDevRuntime"],[265,57,93,10],[265,58,93,10,"jsxDEV"],[265,64,93,10],[265,66,93,11,"Text"],[265,70,93,15],[265,71,93,15,"default"],[265,78,93,15],[266,12,93,16,"style"],[266,17,93,21],[266,19,93,23,"styles"],[266,25,93,29],[266,26,93,30,"sectionTitle"],[266,38,93,43],[267,12,93,43,"children"],[267,20,93,43],[267,22,93,44],[268,10,93,57],[269,12,93,57,"fileName"],[269,20,93,57],[269,22,93,57,"_jsxFileName"],[269,34,93,57],[270,12,93,57,"lineNumber"],[270,22,93,57],[271,12,93,57,"columnNumber"],[271,24,93,57],[272,10,93,57],[272,17,93,63],[272,18,93,64],[272,33,94,10],[272,37,94,10,"_reactJsxDevRuntime"],[272,56,94,10],[272,57,94,10,"jsxDEV"],[272,63,94,10],[272,65,94,11,"View"],[272,69,94,15],[272,70,94,15,"default"],[272,77,94,15],[273,12,94,16,"style"],[273,17,94,21],[273,19,94,23,"styles"],[273,25,94,29],[273,26,94,30,"actionsGrid"],[273,37,94,42],[274,12,94,42,"children"],[274,20,94,42],[274,22,95,13,"QUICK_ACTIONS"],[274,35,95,26],[274,36,95,27,"map"],[274,39,95,30],[274,40,95,32,"action"],[274,46,95,38],[274,63,96,14],[274,67,96,14,"_reactJsxDevRuntime"],[274,86,96,14],[274,87,96,14,"jsxDEV"],[274,93,96,14],[274,95,96,15,"TouchableOpacity"],[274,111,96,31],[274,112,96,31,"default"],[274,119,96,31],[275,14,98,16,"style"],[275,19,98,21],[275,21,98,23,"styles"],[275,27,98,29],[275,28,98,30,"actionCard"],[275,38,98,41],[276,14,99,16,"activeOpacity"],[276,27,99,29],[276,29,99,31],[276,32,99,35],[277,14,99,35,"children"],[277,22,99,35],[277,38,101,16],[277,42,101,16,"_reactJsxDevRuntime"],[277,61,101,16],[277,62,101,16,"jsxDEV"],[277,68,101,16],[277,70,101,17,"View"],[277,74,101,21],[277,75,101,21,"default"],[277,82,101,21],[278,16,101,22,"style"],[278,21,101,27],[278,23,101,29],[278,24,101,30,"styles"],[278,30,101,36],[278,31,101,37,"actionIcon"],[278,41,101,47],[278,43,101,49],[279,18,101,51,"backgroundColor"],[279,33,101,66],[279,35,101,68,"action"],[279,41,101,74],[279,42,101,75,"color"],[280,16,101,81],[280,17,101,82],[280,18,101,84],[281,16,101,84,"children"],[281,24,101,84],[281,39,102,18],[281,43,102,18,"_reactJsxDevRuntime"],[281,62,102,18],[281,63,102,18,"jsxDEV"],[281,69,102,18],[281,71,102,19,"_expoVectorIcons"],[281,87,102,27],[281,88,102,27,"Ionicons"],[281,96,102,27],[282,18,102,28,"name"],[282,22,102,32],[282,24,102,34,"action"],[282,30,102,40],[282,31,102,41,"icon"],[282,35,102,46],[283,18,102,47,"size"],[283,22,102,51],[283,24,102,53],[283,26,102,56],[284,18,102,57,"color"],[284,23,102,62],[284,25,102,63],[285,16,102,69],[286,18,102,69,"fileName"],[286,26,102,69],[286,28,102,69,"_jsxFileName"],[286,40,102,69],[287,18,102,69,"lineNumber"],[287,28,102,69],[288,18,102,69,"columnNumber"],[288,30,102,69],[289,16,102,69],[289,23,102,71],[290,14,102,72],[291,16,102,72,"fileName"],[291,24,102,72],[291,26,102,72,"_jsxFileName"],[291,38,102,72],[292,16,102,72,"lineNumber"],[292,26,102,72],[293,16,102,72,"columnNumber"],[293,28,102,72],[294,14,102,72],[294,21,103,22],[294,22,103,23],[294,37,104,16],[294,41,104,16,"_reactJsxDevRuntime"],[294,60,104,16],[294,61,104,16,"jsxDEV"],[294,67,104,16],[294,69,104,17,"Text"],[294,73,104,21],[294,74,104,21,"default"],[294,81,104,21],[295,16,104,22,"style"],[295,21,104,27],[295,23,104,29,"styles"],[295,29,104,35],[295,30,104,36,"actionLabel"],[295,41,104,48],[296,16,104,48,"children"],[296,24,104,48],[296,26,104,50,"action"],[296,32,104,56],[296,33,104,57,"label"],[297,14,104,62],[298,16,104,62,"fileName"],[298,24,104,62],[298,26,104,62,"_jsxFileName"],[298,38,104,62],[299,16,104,62,"lineNumber"],[299,26,104,62],[300,16,104,62,"columnNumber"],[300,28,104,62],[301,14,104,62],[301,21,104,69],[301,22,104,70],[302,12,104,70],[302,15,97,21,"action"],[302,21,97,27],[302,22,97,28,"id"],[302,24,97,30],[303,14,97,30,"fileName"],[303,22,97,30],[303,24,97,30,"_jsxFileName"],[303,36,97,30],[304,14,97,30,"lineNumber"],[304,24,97,30],[305,14,97,30,"columnNumber"],[305,26,97,30],[306,12,97,30],[306,19,105,32],[306,20,106,13],[307,10,106,14],[308,12,106,14,"fileName"],[308,20,106,14],[308,22,106,14,"_jsxFileName"],[308,34,106,14],[309,12,106,14,"lineNumber"],[309,22,106,14],[310,12,106,14,"columnNumber"],[310,24,106,14],[311,10,106,14],[311,17,107,16],[311,18,107,17],[312,8,107,17],[313,10,107,17,"fileName"],[313,18,107,17],[313,20,107,17,"_jsxFileName"],[313,32,107,17],[314,10,107,17,"lineNumber"],[314,20,107,17],[315,10,107,17,"columnNumber"],[315,22,107,17],[316,8,107,17],[316,15,108,14],[316,16,108,15],[317,6,108,15],[318,8,108,15,"fileName"],[318,16,108,15],[318,18,108,15,"_jsxFileName"],[318,30,108,15],[319,8,108,15,"lineNumber"],[319,18,108,15],[320,8,108,15,"columnNumber"],[320,20,108,15],[321,6,108,15],[321,13,109,18],[322,4,109,19],[323,6,109,19,"fileName"],[323,14,109,19],[323,16,109,19,"_jsxFileName"],[323,28,109,19],[324,6,109,19,"lineNumber"],[324,16,109,19],[325,6,109,19,"columnNumber"],[325,18,109,19],[326,4,109,19],[326,11,110,18],[326,12,110,19],[327,2,112,0],[328,2,112,1,"_s"],[328,4,112,1],[328,5,20,9,"HomeTab"],[328,12,20,16],[329,4,20,16],[329,12,21,19,"useAuth"],[329,32,21,26],[329,33,21,26,"useAuth"],[329,40,21,26],[330,2,21,26],[331,2,21,26,"_c"],[331,4,21,26],[331,7,20,9,"HomeTab"],[331,14,20,16],[332,2,114,0],[332,11,114,9,"WalletTab"],[332,20,114,18,"WalletTab"],[332,21,114,18],[332,23,114,21],[333,4,114,21,"_s2"],[333,7,114,21],[334,4,115,2],[334,10,115,8],[335,6,115,10,"user"],[336,4,115,15],[336,5,115,16],[336,8,115,19],[336,12,115,19,"useAuth"],[336,32,115,26],[336,33,115,26,"useAuth"],[336,40,115,26],[336,42,115,27],[336,43,115,28],[337,4,116,2],[337,10,116,8],[337,11,116,9,"hezBalance"],[337,21,116,19],[337,23,116,21,"setHezBalance"],[337,36,116,34],[337,37,116,35],[337,40,116,38],[337,44,116,38,"useState"],[337,50,116,46],[337,51,116,46,"useState"],[337,59,116,46],[337,61,116,47],[337,73,116,59],[337,74,116,60],[338,4,117,2],[338,10,117,8],[338,11,117,9,"pezBalance"],[338,21,117,19],[338,23,117,21,"setPezBalance"],[338,36,117,34],[338,37,117,35],[338,40,117,38],[338,44,117,38,"useState"],[338,50,117,46],[338,51,117,46,"useState"],[338,59,117,46],[338,61,117,47],[338,73,117,59],[338,74,117,60],[339,4,118,2],[339,10,118,8],[339,11,118,9,"loading"],[339,18,118,16],[339,20,118,18,"setLoading"],[339,30,118,28],[339,31,118,29],[339,34,118,32],[339,38,118,32,"useState"],[339,44,118,40],[339,45,118,40,"useState"],[339,53,118,40],[339,55,118,41],[339,59,118,45],[339,60,118,46],[340,4,120,2],[340,10,120,8,"TEST_WALLET"],[340,21,120,19],[340,24,120,22],[340,74,120,72],[341,4,122,2],[341,8,122,2,"useEffect"],[341,14,122,11],[341,15,122,11,"useEffect"],[341,24,122,11],[341,26,122,12],[341,32,122,18],[342,6,123,4,"fetchBalance"],[342,18,123,16],[342,19,123,17],[342,20,123,18],[343,4,124,2],[343,5,124,3],[343,7,124,5],[343,9,124,7],[343,10,124,8],[344,4,126,2],[344,10,126,8,"fetchBalance"],[344,22,126,20],[344,25,126,23],[344,31,126,23,"fetchBalance"],[344,32,126,23],[344,37,126,35],[345,6,127,4],[345,10,127,8],[346,8,128,6],[346,14,128,12,"backendUrl"],[346,24,128,22],[346,27,128,25],[346,84,128,64],[346,107,128,87],[347,8,129,6],[347,14,129,12,"response"],[347,22,129,20],[347,25,129,23],[347,31,129,29,"fetch"],[347,36,129,34],[347,37,129,35],[347,40,129,38,"backendUrl"],[347,50,129,48],[347,75,129,73],[347,77,129,75],[348,10,130,8,"method"],[348,16,130,14],[348,18,130,16],[348,24,130,22],[349,10,131,8,"headers"],[349,17,131,15],[349,19,131,17],[350,12,132,10],[350,26,132,24],[350,28,132,26],[351,10,133,8],[351,11,133,9],[352,10,134,8,"body"],[352,14,134,12],[352,16,134,14,"JSON"],[352,20,134,18],[352,21,134,19,"stringify"],[352,30,134,28],[352,31,134,29],[353,12,135,10,"address"],[353,19,135,17],[353,21,135,19,"TEST_WALLET"],[354,10,136,8],[354,11,136,9],[355,8,137,6],[355,9,137,7],[355,10,137,8],[356,8,139,6],[356,12,139,10,"response"],[356,20,139,18],[356,21,139,19,"ok"],[356,23,139,21],[356,25,139,23],[357,10,140,8],[357,16,140,14,"data"],[357,20,140,18],[357,23,140,21],[357,29,140,27,"response"],[357,37,140,35],[357,38,140,36,"json"],[357,42,140,40],[357,43,140,41],[357,44,140,42],[358,10,141,8,"setHezBalance"],[358,23,141,21],[358,24,141,22,"parseFloat"],[358,34,141,32],[358,35,141,33,"data"],[358,39,141,37],[358,40,141,38,"hez"],[358,43,141,41],[358,44,141,42],[358,45,141,43,"toFixed"],[358,52,141,50],[358,53,141,51],[358,54,141,52],[358,55,141,53],[358,56,141,54],[359,10,142,8,"setPezBalance"],[359,23,142,21],[359,24,142,22,"parseFloat"],[359,34,142,32],[359,35,142,33,"data"],[359,39,142,37],[359,40,142,38,"pez"],[359,43,142,41],[359,44,142,42],[359,45,142,43,"toFixed"],[359,52,142,50],[359,53,142,51],[359,54,142,52],[359,55,142,53],[359,56,142,54],[360,8,143,6],[360,9,143,7],[360,15,143,13],[361,10,144,8,"setHezBalance"],[361,23,144,21],[361,24,144,22],[361,31,144,29],[361,32,144,30],[362,10,145,8,"setPezBalance"],[362,23,145,21],[362,24,145,22],[362,31,145,29],[362,32,145,30],[363,8,146,6],[364,6,147,4],[364,7,147,5],[364,8,147,6],[364,15,147,13,"error"],[364,20,147,18],[364,22,147,20],[365,8,148,6,"console"],[365,15,148,13],[365,16,148,14,"error"],[365,21,148,19],[365,22,148,20],[365,44,148,42],[365,46,148,44,"error"],[365,51,148,49],[365,52,148,50],[366,8,149,6,"setHezBalance"],[366,21,149,19],[366,22,149,20],[366,29,149,27],[366,30,149,28],[367,8,150,6,"setPezBalance"],[367,21,150,19],[367,22,150,20],[367,29,150,27],[367,30,150,28],[368,6,151,4],[368,7,151,5],[368,16,151,14],[369,8,152,6,"setLoading"],[369,18,152,16],[369,19,152,17],[369,24,152,22],[369,25,152,23],[370,6,153,4],[371,4,154,2],[371,5,154,3],[372,4,156,2],[372,24,157,4],[372,28,157,4,"_reactJsxDevRuntime"],[372,47,157,4],[372,48,157,4,"jsxDEV"],[372,54,157,4],[372,56,157,5,"SafeAreaView"],[372,68,157,17],[372,69,157,17,"default"],[372,76,157,17],[373,6,157,18,"style"],[373,11,157,23],[373,13,157,25,"styles"],[373,19,157,31],[373,20,157,32,"container"],[373,29,157,42],[374,6,157,42,"children"],[374,14,157,42],[374,29,158,6],[374,33,158,6,"_reactJsxDevRuntime"],[374,52,158,6],[374,53,158,6,"jsxDEV"],[374,59,158,6],[374,61,158,7,"ScrollView"],[374,71,158,17],[374,72,158,17,"default"],[374,79,158,17],[375,8,158,17,"children"],[375,16,158,17],[375,32,159,8],[375,36,159,8,"_reactJsxDevRuntime"],[375,55,159,8],[375,56,159,8,"jsxDEV"],[375,62,159,8],[375,64,159,9,"View"],[375,68,159,13],[375,69,159,13,"default"],[375,76,159,13],[376,10,159,14,"style"],[376,15,159,19],[376,17,159,21,"styles"],[376,23,159,27],[376,24,159,28,"walletHeader"],[376,36,159,41],[377,10,159,41,"children"],[377,18,159,41],[377,34,160,10],[377,38,160,10,"_reactJsxDevRuntime"],[377,57,160,10],[377,58,160,10,"jsxDEV"],[377,64,160,10],[377,66,160,11,"Text"],[377,70,160,15],[377,71,160,15,"default"],[377,78,160,15],[378,12,160,16,"style"],[378,17,160,21],[378,19,160,23,"styles"],[378,25,160,29],[378,26,160,30,"walletTitle"],[378,37,160,42],[379,12,160,42,"children"],[379,20,160,42],[379,22,160,43],[380,10,160,52],[381,12,160,52,"fileName"],[381,20,160,52],[381,22,160,52,"_jsxFileName"],[381,34,160,52],[382,12,160,52,"lineNumber"],[382,22,160,52],[383,12,160,52,"columnNumber"],[383,24,160,52],[384,10,160,52],[384,17,160,58],[384,18,160,59],[384,33,161,10],[384,37,161,10,"_reactJsxDevRuntime"],[384,56,161,10],[384,57,161,10,"jsxDEV"],[384,63,161,10],[384,65,161,11,"TouchableOpacity"],[384,81,161,27],[384,82,161,27,"default"],[384,89,161,27],[385,12,161,28,"onPress"],[385,19,161,35],[385,21,161,37,"fetchBalance"],[385,33,161,50],[386,12,161,51,"style"],[386,17,161,56],[386,19,161,58,"styles"],[386,25,161,64],[386,26,161,65,"refreshButton"],[386,39,161,79],[387,12,161,79,"children"],[387,20,161,79],[387,35,162,12],[387,39,162,12,"_reactJsxDevRuntime"],[387,58,162,12],[387,59,162,12,"jsxDEV"],[387,65,162,12],[387,67,162,13,"_expoVectorIcons"],[387,83,162,21],[387,84,162,21,"Ionicons"],[387,92,162,21],[388,14,162,22,"name"],[388,18,162,26],[388,20,162,27],[388,29,162,36],[389,14,162,37,"size"],[389,18,162,41],[389,20,162,43],[389,22,162,46],[390,14,162,47,"color"],[390,19,162,52],[390,21,162,53],[391,12,162,62],[392,14,162,62,"fileName"],[392,22,162,62],[392,24,162,62,"_jsxFileName"],[392,36,162,62],[393,14,162,62,"lineNumber"],[393,24,162,62],[394,14,162,62,"columnNumber"],[394,26,162,62],[395,12,162,62],[395,19,162,64],[396,10,162,65],[397,12,162,65,"fileName"],[397,20,162,65],[397,22,162,65,"_jsxFileName"],[397,34,162,65],[398,12,162,65,"lineNumber"],[398,22,162,65],[399,12,162,65,"columnNumber"],[399,24,162,65],[400,10,162,65],[400,17,163,28],[400,18,163,29],[401,8,163,29],[402,10,163,29,"fileName"],[402,18,163,29],[402,20,163,29,"_jsxFileName"],[402,32,163,29],[403,10,163,29,"lineNumber"],[403,20,163,29],[404,10,163,29,"columnNumber"],[404,22,163,29],[405,8,163,29],[405,15,164,14],[405,16,164,15],[405,31,167,8],[405,35,167,8,"_reactJsxDevRuntime"],[405,54,167,8],[405,55,167,8,"jsxDEV"],[405,61,167,8],[405,63,167,9,"View"],[405,67,167,13],[405,68,167,13,"default"],[405,75,167,13],[406,10,167,14,"style"],[406,15,167,19],[406,17,167,21,"styles"],[406,23,167,27],[406,24,167,28,"balanceCards"],[406,36,167,41],[407,10,167,41,"children"],[407,18,167,41],[407,34,168,10],[407,38,168,10,"_reactJsxDevRuntime"],[407,57,168,10],[407,58,168,10,"jsxDEV"],[407,64,168,10],[407,66,168,11,"View"],[407,70,168,15],[407,71,168,15,"default"],[407,78,168,15],[408,12,168,16,"style"],[408,17,168,21],[408,19,168,23,"styles"],[408,25,168,29],[408,26,168,30,"balanceCard"],[408,37,168,42],[409,12,168,42,"children"],[409,20,168,42],[409,36,169,12],[409,40,169,12,"_reactJsxDevRuntime"],[409,59,169,12],[409,60,169,12,"jsxDEV"],[409,66,169,12],[409,68,169,13,"View"],[409,72,169,17],[409,73,169,17,"default"],[409,80,169,17],[410,14,169,18,"style"],[410,19,169,23],[410,21,169,25,"styles"],[410,27,169,31],[410,28,169,32,"balanceCardHeader"],[410,45,169,50],[411,14,169,50,"children"],[411,22,169,50],[411,38,170,14],[411,42,170,14,"_reactJsxDevRuntime"],[411,61,170,14],[411,62,170,14,"jsxDEV"],[411,68,170,14],[411,70,170,15,"Image"],[411,75,170,20],[411,76,170,20,"default"],[411,83,170,20],[412,16,171,16,"source"],[412,22,171,22],[412,24,171,24],[413,18,171,26,"uri"],[413,21,171,29],[413,23,171,31],[414,16,171,147],[414,17,171,149],[415,16,172,16,"style"],[415,21,172,21],[415,23,172,23,"styles"],[415,29,172,29],[415,30,172,30,"tokenLogo"],[416,14,172,40],[417,16,172,40,"fileName"],[417,24,172,40],[417,26,172,40,"_jsxFileName"],[417,38,172,40],[418,16,172,40,"lineNumber"],[418,26,172,40],[419,16,172,40,"columnNumber"],[419,28,172,40],[420,14,172,40],[420,21,173,15],[420,22,173,16],[420,37,174,14],[420,41,174,14,"_reactJsxDevRuntime"],[420,60,174,14],[420,61,174,14,"jsxDEV"],[420,67,174,14],[420,69,174,15,"Text"],[420,73,174,19],[420,74,174,19,"default"],[420,81,174,19],[421,16,174,20,"style"],[421,21,174,25],[421,23,174,27,"styles"],[421,29,174,33],[421,30,174,34,"tokenSymbol"],[421,41,174,46],[422,16,174,46,"children"],[422,24,174,46],[422,26,174,47],[423,14,174,50],[424,16,174,50,"fileName"],[424,24,174,50],[424,26,174,50,"_jsxFileName"],[424,38,174,50],[425,16,174,50,"lineNumber"],[425,26,174,50],[426,16,174,50,"columnNumber"],[426,28,174,50],[427,14,174,50],[427,21,174,56],[427,22,174,57],[428,12,174,57],[429,14,174,57,"fileName"],[429,22,174,57],[429,24,174,57,"_jsxFileName"],[429,36,174,57],[430,14,174,57,"lineNumber"],[430,24,174,57],[431,14,174,57,"columnNumber"],[431,26,174,57],[432,12,174,57],[432,19,175,18],[432,20,175,19],[432,35,176,12],[432,39,176,12,"_reactJsxDevRuntime"],[432,58,176,12],[432,59,176,12,"jsxDEV"],[432,65,176,12],[432,67,176,13,"Text"],[432,71,176,17],[432,72,176,17,"default"],[432,79,176,17],[433,14,176,18,"style"],[433,19,176,23],[433,21,176,25,"styles"],[433,27,176,31],[433,28,176,32,"balanceAmount"],[433,41,176,46],[434,14,176,46,"children"],[434,22,176,46],[434,24,176,48,"hezBalance"],[435,12,176,58],[436,14,176,58,"fileName"],[436,22,176,58],[436,24,176,58,"_jsxFileName"],[436,36,176,58],[437,14,176,58,"lineNumber"],[437,24,176,58],[438,14,176,58,"columnNumber"],[438,26,176,58],[439,12,176,58],[439,19,176,65],[439,20,176,66],[439,35,177,12],[439,39,177,12,"_reactJsxDevRuntime"],[439,58,177,12],[439,59,177,12,"jsxDEV"],[439,65,177,12],[439,67,177,13,"Text"],[439,71,177,17],[439,72,177,17,"default"],[439,79,177,17],[440,14,177,18,"style"],[440,19,177,23],[440,21,177,25,"styles"],[440,27,177,31],[440,28,177,32,"balanceUsd"],[440,38,177,43],[441,14,177,43,"children"],[441,22,177,43],[441,24,177,44],[442,12,177,59],[443,14,177,59,"fileName"],[443,22,177,59],[443,24,177,59,"_jsxFileName"],[443,36,177,59],[444,14,177,59,"lineNumber"],[444,24,177,59],[445,14,177,59,"columnNumber"],[445,26,177,59],[446,12,177,59],[446,19,177,65],[446,20,177,66],[447,10,177,66],[448,12,177,66,"fileName"],[448,20,177,66],[448,22,177,66,"_jsxFileName"],[448,34,177,66],[449,12,177,66,"lineNumber"],[449,22,177,66],[450,12,177,66,"columnNumber"],[450,24,177,66],[451,10,177,66],[451,17,178,16],[451,18,178,17],[451,33,180,10],[451,37,180,10,"_reactJsxDevRuntime"],[451,56,180,10],[451,57,180,10,"jsxDEV"],[451,63,180,10],[451,65,180,11,"View"],[451,69,180,15],[451,70,180,15,"default"],[451,77,180,15],[452,12,180,16,"style"],[452,17,180,21],[452,19,180,23,"styles"],[452,25,180,29],[452,26,180,30,"balanceCard"],[452,37,180,42],[453,12,180,42,"children"],[453,20,180,42],[453,36,181,12],[453,40,181,12,"_reactJsxDevRuntime"],[453,59,181,12],[453,60,181,12,"jsxDEV"],[453,66,181,12],[453,68,181,13,"View"],[453,72,181,17],[453,73,181,17,"default"],[453,80,181,17],[454,14,181,18,"style"],[454,19,181,23],[454,21,181,25,"styles"],[454,27,181,31],[454,28,181,32,"balanceCardHeader"],[454,45,181,50],[455,14,181,50,"children"],[455,22,181,50],[455,38,182,14],[455,42,182,14,"_reactJsxDevRuntime"],[455,61,182,14],[455,62,182,14,"jsxDEV"],[455,68,182,14],[455,70,182,15,"Image"],[455,75,182,20],[455,76,182,20,"default"],[455,83,182,20],[456,16,183,16,"source"],[456,22,183,22],[456,24,183,24],[457,18,183,26,"uri"],[457,21,183,29],[457,23,183,31],[458,16,183,131],[458,17,183,133],[459,16,184,16,"style"],[459,21,184,21],[459,23,184,23,"styles"],[459,29,184,29],[459,30,184,30,"tokenLogo"],[460,14,184,40],[461,16,184,40,"fileName"],[461,24,184,40],[461,26,184,40,"_jsxFileName"],[461,38,184,40],[462,16,184,40,"lineNumber"],[462,26,184,40],[463,16,184,40,"columnNumber"],[463,28,184,40],[464,14,184,40],[464,21,185,15],[464,22,185,16],[464,37,186,14],[464,41,186,14,"_reactJsxDevRuntime"],[464,60,186,14],[464,61,186,14,"jsxDEV"],[464,67,186,14],[464,69,186,15,"Text"],[464,73,186,19],[464,74,186,19,"default"],[464,81,186,19],[465,16,186,20,"style"],[465,21,186,25],[465,23,186,27,"styles"],[465,29,186,33],[465,30,186,34,"tokenSymbol"],[465,41,186,46],[466,16,186,46,"children"],[466,24,186,46],[466,26,186,47],[467,14,186,50],[468,16,186,50,"fileName"],[468,24,186,50],[468,26,186,50,"_jsxFileName"],[468,38,186,50],[469,16,186,50,"lineNumber"],[469,26,186,50],[470,16,186,50,"columnNumber"],[470,28,186,50],[471,14,186,50],[471,21,186,56],[471,22,186,57],[472,12,186,57],[473,14,186,57,"fileName"],[473,22,186,57],[473,24,186,57,"_jsxFileName"],[473,36,186,57],[474,14,186,57,"lineNumber"],[474,24,186,57],[475,14,186,57,"columnNumber"],[475,26,186,57],[476,12,186,57],[476,19,187,18],[476,20,187,19],[476,35,188,12],[476,39,188,12,"_reactJsxDevRuntime"],[476,58,188,12],[476,59,188,12,"jsxDEV"],[476,65,188,12],[476,67,188,13,"Text"],[476,71,188,17],[476,72,188,17,"default"],[476,79,188,17],[477,14,188,18,"style"],[477,19,188,23],[477,21,188,25,"styles"],[477,27,188,31],[477,28,188,32,"balanceAmount"],[477,41,188,46],[478,14,188,46,"children"],[478,22,188,46],[478,24,188,48,"pezBalance"],[479,12,188,58],[480,14,188,58,"fileName"],[480,22,188,58],[480,24,188,58,"_jsxFileName"],[480,36,188,58],[481,14,188,58,"lineNumber"],[481,24,188,58],[482,14,188,58,"columnNumber"],[482,26,188,58],[483,12,188,58],[483,19,188,65],[483,20,188,66],[483,35,189,12],[483,39,189,12,"_reactJsxDevRuntime"],[483,58,189,12],[483,59,189,12,"jsxDEV"],[483,65,189,12],[483,67,189,13,"Text"],[483,71,189,17],[483,72,189,17,"default"],[483,79,189,17],[484,14,189,18,"style"],[484,19,189,23],[484,21,189,25,"styles"],[484,27,189,31],[484,28,189,32,"balanceUsd"],[484,38,189,43],[485,14,189,43,"children"],[485,22,189,43],[485,24,189,44],[486,12,189,57],[487,14,189,57,"fileName"],[487,22,189,57],[487,24,189,57,"_jsxFileName"],[487,36,189,57],[488,14,189,57,"lineNumber"],[488,24,189,57],[489,14,189,57,"columnNumber"],[489,26,189,57],[490,12,189,57],[490,19,189,63],[490,20,189,64],[491,10,189,64],[492,12,189,64,"fileName"],[492,20,189,64],[492,22,189,64,"_jsxFileName"],[492,34,189,64],[493,12,189,64,"lineNumber"],[493,22,189,64],[494,12,189,64,"columnNumber"],[494,24,189,64],[495,10,189,64],[495,17,190,16],[495,18,190,17],[496,8,190,17],[497,10,190,17,"fileName"],[497,18,190,17],[497,20,190,17,"_jsxFileName"],[497,32,190,17],[498,10,190,17,"lineNumber"],[498,20,190,17],[499,10,190,17,"columnNumber"],[499,22,190,17],[500,8,190,17],[500,15,191,14],[500,16,191,15],[500,31,194,8],[500,35,194,8,"_reactJsxDevRuntime"],[500,54,194,8],[500,55,194,8,"jsxDEV"],[500,61,194,8],[500,63,194,9,"View"],[500,67,194,13],[500,68,194,13,"default"],[500,75,194,13],[501,10,194,14,"style"],[501,15,194,19],[501,17,194,21,"styles"],[501,23,194,27],[501,24,194,28,"walletActions"],[501,37,194,42],[502,10,194,42,"children"],[502,18,194,42],[502,34,195,10],[502,38,195,10,"_reactJsxDevRuntime"],[502,57,195,10],[502,58,195,10,"jsxDEV"],[502,64,195,10],[502,66,195,11,"TouchableOpacity"],[502,82,195,27],[502,83,195,27,"default"],[502,90,195,27],[503,12,195,28,"style"],[503,17,195,33],[503,19,195,35,"styles"],[503,25,195,41],[503,26,195,42,"walletActionButton"],[503,44,195,61],[504,12,195,61,"children"],[504,20,195,61],[504,36,196,12],[504,40,196,12,"_reactJsxDevRuntime"],[504,59,196,12],[504,60,196,12,"jsxDEV"],[504,66,196,12],[504,68,196,13,"_expoVectorIcons"],[504,84,196,21],[504,85,196,21,"Ionicons"],[504,93,196,21],[505,14,196,22,"name"],[505,18,196,26],[505,20,196,27],[505,30,196,37],[506,14,196,38,"size"],[506,18,196,42],[506,20,196,44],[506,22,196,47],[507,14,196,48,"color"],[507,19,196,53],[507,21,196,54],[508,12,196,60],[509,14,196,60,"fileName"],[509,22,196,60],[509,24,196,60,"_jsxFileName"],[509,36,196,60],[510,14,196,60,"lineNumber"],[510,24,196,60],[511,14,196,60,"columnNumber"],[511,26,196,60],[512,12,196,60],[512,19,196,62],[512,20,196,63],[512,35,197,12],[512,39,197,12,"_reactJsxDevRuntime"],[512,58,197,12],[512,59,197,12,"jsxDEV"],[512,65,197,12],[512,67,197,13,"Text"],[512,71,197,17],[512,72,197,17,"default"],[512,79,197,17],[513,14,197,18,"style"],[513,19,197,23],[513,21,197,25,"styles"],[513,27,197,31],[513,28,197,32,"walletActionText"],[513,44,197,49],[514,14,197,49,"children"],[514,22,197,49],[514,24,197,50],[515,12,197,54],[516,14,197,54,"fileName"],[516,22,197,54],[516,24,197,54,"_jsxFileName"],[516,36,197,54],[517,14,197,54,"lineNumber"],[517,24,197,54],[518,14,197,54,"columnNumber"],[518,26,197,54],[519,12,197,54],[519,19,197,60],[519,20,197,61],[520,10,197,61],[521,12,197,61,"fileName"],[521,20,197,61],[521,22,197,61,"_jsxFileName"],[521,34,197,61],[522,12,197,61,"lineNumber"],[522,22,197,61],[523,12,197,61,"columnNumber"],[523,24,197,61],[524,10,197,61],[524,17,198,28],[524,18,198,29],[524,33,199,10],[524,37,199,10,"_reactJsxDevRuntime"],[524,56,199,10],[524,57,199,10,"jsxDEV"],[524,63,199,10],[524,65,199,11,"TouchableOpacity"],[524,81,199,27],[524,82,199,27,"default"],[524,89,199,27],[525,12,199,28,"style"],[525,17,199,33],[525,19,199,35,"styles"],[525,25,199,41],[525,26,199,42,"walletActionButton"],[525,44,199,61],[526,12,199,61,"children"],[526,20,199,61],[526,36,200,12],[526,40,200,12,"_reactJsxDevRuntime"],[526,59,200,12],[526,60,200,12,"jsxDEV"],[526,66,200,12],[526,68,200,13,"_expoVectorIcons"],[526,84,200,21],[526,85,200,21,"Ionicons"],[526,93,200,21],[527,14,200,22,"name"],[527,18,200,26],[527,20,200,27],[527,32,200,39],[528,14,200,40,"size"],[528,18,200,44],[528,20,200,46],[528,22,200,49],[529,14,200,50,"color"],[529,19,200,55],[529,21,200,56],[530,12,200,62],[531,14,200,62,"fileName"],[531,22,200,62],[531,24,200,62,"_jsxFileName"],[531,36,200,62],[532,14,200,62,"lineNumber"],[532,24,200,62],[533,14,200,62,"columnNumber"],[533,26,200,62],[534,12,200,62],[534,19,200,64],[534,20,200,65],[534,35,201,12],[534,39,201,12,"_reactJsxDevRuntime"],[534,58,201,12],[534,59,201,12,"jsxDEV"],[534,65,201,12],[534,67,201,13,"Text"],[534,71,201,17],[534,72,201,17,"default"],[534,79,201,17],[535,14,201,18,"style"],[535,19,201,23],[535,21,201,25,"styles"],[535,27,201,31],[535,28,201,32,"walletActionText"],[535,44,201,49],[536,14,201,49,"children"],[536,22,201,49],[536,24,201,50],[537,12,201,57],[538,14,201,57,"fileName"],[538,22,201,57],[538,24,201,57,"_jsxFileName"],[538,36,201,57],[539,14,201,57,"lineNumber"],[539,24,201,57],[540,14,201,57,"columnNumber"],[540,26,201,57],[541,12,201,57],[541,19,201,63],[541,20,201,64],[542,10,201,64],[543,12,201,64,"fileName"],[543,20,201,64],[543,22,201,64,"_jsxFileName"],[543,34,201,64],[544,12,201,64,"lineNumber"],[544,22,201,64],[545,12,201,64,"columnNumber"],[545,24,201,64],[546,10,201,64],[546,17,202,28],[546,18,202,29],[546,33,203,10],[546,37,203,10,"_reactJsxDevRuntime"],[546,56,203,10],[546,57,203,10,"jsxDEV"],[546,63,203,10],[546,65,203,11,"TouchableOpacity"],[546,81,203,27],[546,82,203,27,"default"],[546,89,203,27],[547,12,203,28,"style"],[547,17,203,33],[547,19,203,35,"styles"],[547,25,203,41],[547,26,203,42,"walletActionButton"],[547,44,203,61],[548,12,203,61,"children"],[548,20,203,61],[548,36,204,12],[548,40,204,12,"_reactJsxDevRuntime"],[548,59,204,12],[548,60,204,12,"jsxDEV"],[548,66,204,12],[548,68,204,13,"_expoVectorIcons"],[548,84,204,21],[548,85,204,21,"Ionicons"],[548,93,204,21],[549,14,204,22,"name"],[549,18,204,26],[549,20,204,27],[549,37,204,44],[550,14,204,45,"size"],[550,18,204,49],[550,20,204,51],[550,22,204,54],[551,14,204,55,"color"],[551,19,204,60],[551,21,204,61],[552,12,204,67],[553,14,204,67,"fileName"],[553,22,204,67],[553,24,204,67,"_jsxFileName"],[553,36,204,67],[554,14,204,67,"lineNumber"],[554,24,204,67],[555,14,204,67,"columnNumber"],[555,26,204,67],[556,12,204,67],[556,19,204,69],[556,20,204,70],[556,35,205,12],[556,39,205,12,"_reactJsxDevRuntime"],[556,58,205,12],[556,59,205,12,"jsxDEV"],[556,65,205,12],[556,67,205,13,"Text"],[556,71,205,17],[556,72,205,17,"default"],[556,79,205,17],[557,14,205,18,"style"],[557,19,205,23],[557,21,205,25,"styles"],[557,27,205,31],[557,28,205,32,"walletActionText"],[557,44,205,49],[558,14,205,49,"children"],[558,22,205,49],[558,24,205,50],[559,12,205,54],[560,14,205,54,"fileName"],[560,22,205,54],[560,24,205,54,"_jsxFileName"],[560,36,205,54],[561,14,205,54,"lineNumber"],[561,24,205,54],[562,14,205,54,"columnNumber"],[562,26,205,54],[563,12,205,54],[563,19,205,60],[563,20,205,61],[564,10,205,61],[565,12,205,61,"fileName"],[565,20,205,61],[565,22,205,61,"_jsxFileName"],[565,34,205,61],[566,12,205,61,"lineNumber"],[566,22,205,61],[567,12,205,61,"columnNumber"],[567,24,205,61],[568,10,205,61],[568,17,206,28],[568,18,206,29],[569,8,206,29],[570,10,206,29,"fileName"],[570,18,206,29],[570,20,206,29,"_jsxFileName"],[570,32,206,29],[571,10,206,29,"lineNumber"],[571,20,206,29],[572,10,206,29,"columnNumber"],[572,22,206,29],[573,8,206,29],[573,15,207,14],[573,16,207,15],[574,6,207,15],[575,8,207,15,"fileName"],[575,16,207,15],[575,18,207,15,"_jsxFileName"],[575,30,207,15],[576,8,207,15,"lineNumber"],[576,18,207,15],[577,8,207,15,"columnNumber"],[577,20,207,15],[578,6,207,15],[578,13,208,18],[579,4,208,19],[580,6,208,19,"fileName"],[580,14,208,19],[580,16,208,19,"_jsxFileName"],[580,28,208,19],[581,6,208,19,"lineNumber"],[581,16,208,19],[582,6,208,19,"columnNumber"],[582,18,208,19],[583,4,208,19],[583,11,209,18],[583,12,209,19],[584,2,211,0],[585,2,211,1,"_s2"],[585,5,211,1],[585,6,114,9,"WalletTab"],[585,15,114,18],[586,4,114,18],[586,12,115,19,"useAuth"],[586,32,115,26],[586,33,115,26,"useAuth"],[586,40,115,26],[587,2,115,26],[588,2,115,26,"_c2"],[588,5,115,26],[588,8,114,9,"WalletTab"],[588,17,114,18],[589,2,213,0],[589,11,213,9,"CitizensTab"],[589,22,213,20,"CitizensTab"],[589,23,213,20],[589,25,213,23],[590,4,214,2],[590,24,215,4],[590,28,215,4,"_reactJsxDevRuntime"],[590,47,215,4],[590,48,215,4,"jsxDEV"],[590,54,215,4],[590,56,215,5,"View"],[590,60,215,9],[590,61,215,9,"default"],[590,68,215,9],[591,6,215,10,"style"],[591,11,215,15],[591,13,215,17,"styles"],[591,19,215,23],[591,20,215,24,"container"],[591,29,215,34],[592,6,215,34,"children"],[592,14,215,34],[592,29,216,6],[592,33,216,6,"_reactJsxDevRuntime"],[592,52,216,6],[592,53,216,6,"jsxDEV"],[592,59,216,6],[592,61,216,7,"Text"],[592,65,216,11],[592,66,216,11,"default"],[592,73,216,11],[593,8,216,12,"style"],[593,13,216,17],[593,15,216,19,"styles"],[593,21,216,25],[593,22,216,26,"placeholderText"],[593,37,216,42],[594,8,216,42,"children"],[594,16,216,42],[594,18,216,43],[595,6,216,58],[596,8,216,58,"fileName"],[596,16,216,58],[596,18,216,58,"_jsxFileName"],[596,30,216,58],[597,8,216,58,"lineNumber"],[597,18,216,58],[598,8,216,58,"columnNumber"],[598,20,216,58],[599,6,216,58],[599,13,216,64],[600,4,216,65],[601,6,216,65,"fileName"],[601,14,216,65],[601,16,216,65,"_jsxFileName"],[601,28,216,65],[602,6,216,65,"lineNumber"],[602,16,216,65],[603,6,216,65,"columnNumber"],[603,18,216,65],[604,4,216,65],[604,11,217,10],[604,12,217,11],[605,2,219,0],[606,2,219,1,"_c3"],[606,5,219,1],[606,8,213,9,"CitizensTab"],[606,19,213,20],[607,2,221,0],[607,11,221,9,"ReferralTab"],[607,22,221,20,"ReferralTab"],[607,23,221,20],[607,25,221,23],[608,4,222,2],[608,24,223,4],[608,28,223,4,"_reactJsxDevRuntime"],[608,47,223,4],[608,48,223,4,"jsxDEV"],[608,54,223,4],[608,56,223,5,"View"],[608,60,223,9],[608,61,223,9,"default"],[608,68,223,9],[609,6,223,10,"style"],[609,11,223,15],[609,13,223,17,"styles"],[609,19,223,23],[609,20,223,24,"container"],[609,29,223,34],[610,6,223,34,"children"],[610,14,223,34],[610,29,224,6],[610,33,224,6,"_reactJsxDevRuntime"],[610,52,224,6],[610,53,224,6,"jsxDEV"],[610,59,224,6],[610,61,224,7,"Text"],[610,65,224,11],[610,66,224,11,"default"],[610,73,224,11],[611,8,224,12,"style"],[611,13,224,17],[611,15,224,19,"styles"],[611,21,224,25],[611,22,224,26,"placeholderText"],[611,37,224,42],[612,8,224,42,"children"],[612,16,224,42],[612,18,224,43],[613,6,224,58],[614,8,224,58,"fileName"],[614,16,224,58],[614,18,224,58,"_jsxFileName"],[614,30,224,58],[615,8,224,58,"lineNumber"],[615,18,224,58],[616,8,224,58,"columnNumber"],[616,20,224,58],[617,6,224,58],[617,13,224,64],[618,4,224,65],[619,6,224,65,"fileName"],[619,14,224,65],[619,16,224,65,"_jsxFileName"],[619,28,224,65],[620,6,224,65,"lineNumber"],[620,16,224,65],[621,6,224,65,"columnNumber"],[621,18,224,65],[622,4,224,65],[622,11,225,10],[622,12,225,11],[623,2,227,0],[624,2,227,1,"_c4"],[624,5,227,1],[624,8,221,9,"ReferralTab"],[624,19,221,20],[625,2,229,0],[625,11,229,9,"ProfileTab"],[625,21,229,19,"ProfileTab"],[625,22,229,19],[625,24,229,22],[626,4,230,2],[626,24,231,4],[626,28,231,4,"_reactJsxDevRuntime"],[626,47,231,4],[626,48,231,4,"jsxDEV"],[626,54,231,4],[626,56,231,5,"View"],[626,60,231,9],[626,61,231,9,"default"],[626,68,231,9],[627,6,231,10,"style"],[627,11,231,15],[627,13,231,17,"styles"],[627,19,231,23],[627,20,231,24,"container"],[627,29,231,34],[628,6,231,34,"children"],[628,14,231,34],[628,29,232,6],[628,33,232,6,"_reactJsxDevRuntime"],[628,52,232,6],[628,53,232,6,"jsxDEV"],[628,59,232,6],[628,61,232,7,"Text"],[628,65,232,11],[628,66,232,11,"default"],[628,73,232,11],[629,8,232,12,"style"],[629,13,232,17],[629,15,232,19,"styles"],[629,21,232,25],[629,22,232,26,"placeholderText"],[629,37,232,42],[630,8,232,42,"children"],[630,16,232,42],[630,18,232,43],[631,6,232,57],[632,8,232,57,"fileName"],[632,16,232,57],[632,18,232,57,"_jsxFileName"],[632,30,232,57],[633,8,232,57,"lineNumber"],[633,18,232,57],[634,8,232,57,"columnNumber"],[634,20,232,57],[635,6,232,57],[635,13,232,63],[636,4,232,64],[637,6,232,64,"fileName"],[637,14,232,64],[637,16,232,64,"_jsxFileName"],[637,28,232,64],[638,6,232,64,"lineNumber"],[638,16,232,64],[639,6,232,64,"columnNumber"],[639,18,232,64],[640,4,232,64],[640,11,233,10],[640,12,233,11],[641,2,235,0],[642,2,235,1,"_c5"],[642,5,235,1],[642,8,229,9,"ProfileTab"],[642,18,229,19],[643,2,237,0],[643,8,237,6,"Tab"],[643,11,237,9],[643,14,237,12],[643,18,237,12,"createBottomTabNavigator"],[643,44,237,36],[643,45,237,36,"createBottomTabNavigator"],[643,69,237,36],[643,71,237,37],[643,72,237,38],[644,2,239,15],[644,11,239,24,"HomeScreen"],[644,21,239,34,"HomeScreen"],[644,22,239,34],[644,24,239,37],[645,4,240,2],[645,24,241,4],[645,28,241,4,"_reactJsxDevRuntime"],[645,47,241,4],[645,48,241,4,"jsxDEV"],[645,54,241,4],[645,56,241,5,"Tab"],[645,59,241,8],[645,60,241,9,"Navigator"],[645,69,241,18],[646,6,242,6,"screenOptions"],[646,19,242,19],[646,21,242,21],[647,8,243,8,"headerShown"],[647,19,243,19],[647,21,243,21],[647,26,243,26],[648,8,244,8,"tabBarActiveTintColor"],[648,29,244,29],[648,31,244,31],[648,40,244,40],[649,8,245,8,"tabBarInactiveTintColor"],[649,31,245,31],[649,33,245,33],[649,42,245,42],[650,8,246,8,"tabBarStyle"],[650,19,246,19],[650,21,246,21,"styles"],[650,27,246,27],[650,28,246,28,"tabBar"],[651,6,247,6],[651,7,247,8],[652,6,247,8,"children"],[652,14,247,8],[652,30,249,6],[652,34,249,6,"_reactJsxDevRuntime"],[652,53,249,6],[652,54,249,6,"jsxDEV"],[652,60,249,6],[652,62,249,7,"Tab"],[652,65,249,10],[652,66,249,11,"Screen"],[652,72,249,17],[653,8,250,8,"name"],[653,12,250,12],[653,14,250,13],[653,23,250,22],[654,8,251,8,"component"],[654,17,251,17],[654,19,251,19,"HomeTab"],[654,26,251,27],[655,8,252,8,"options"],[655,15,252,15],[655,17,252,17],[656,10,253,10,"tabBarLabel"],[656,21,253,21],[656,23,253,23],[656,29,253,29],[657,10,254,10,"tabBarIcon"],[657,20,254,20],[657,22,254,22,"tabBarIcon"],[657,23,254,23],[658,12,254,25,"color"],[658,17,254,30],[659,12,254,32,"size"],[660,10,254,37],[660,11,254,38],[660,29,255,12],[660,33,255,12,"_reactJsxDevRuntime"],[660,52,255,12],[660,53,255,12,"jsxDEV"],[660,59,255,12],[660,61,255,13,"_expoVectorIcons"],[660,77,255,21],[660,78,255,21,"Ionicons"],[660,86,255,21],[661,12,255,22,"name"],[661,16,255,26],[661,18,255,27],[661,24,255,33],[662,12,255,34,"size"],[662,16,255,38],[662,18,255,40,"size"],[662,22,255,45],[663,12,255,46,"color"],[663,17,255,51],[663,19,255,53,"color"],[664,10,255,59],[665,12,255,59,"fileName"],[665,20,255,59],[665,22,255,59,"_jsxFileName"],[665,34,255,59],[666,12,255,59,"lineNumber"],[666,22,255,59],[667,12,255,59,"columnNumber"],[667,24,255,59],[668,10,255,59],[668,17,255,61],[669,8,257,8],[670,6,257,10],[671,8,257,10,"fileName"],[671,16,257,10],[671,18,257,10,"_jsxFileName"],[671,30,257,10],[672,8,257,10,"lineNumber"],[672,18,257,10],[673,8,257,10,"columnNumber"],[673,20,257,10],[674,6,257,10],[674,13,258,7],[674,14,258,8],[674,29,259,6],[674,33,259,6,"_reactJsxDevRuntime"],[674,52,259,6],[674,53,259,6,"jsxDEV"],[674,59,259,6],[674,61,259,7,"Tab"],[674,64,259,10],[674,65,259,11,"Screen"],[674,71,259,17],[675,8,260,8,"name"],[675,12,260,12],[675,14,260,13],[675,22,260,21],[676,8,261,8,"component"],[676,17,261,17],[676,19,261,19,"WalletTab"],[676,28,261,29],[677,8,262,8,"options"],[677,15,262,15],[677,17,262,17],[678,10,263,10,"tabBarLabel"],[678,21,263,21],[678,23,263,23],[678,31,263,31],[679,10,264,10,"tabBarIcon"],[679,20,264,20],[679,22,264,22,"tabBarIcon"],[679,23,264,23],[680,12,264,25,"color"],[680,17,264,30],[681,12,264,32,"size"],[682,10,264,37],[682,11,264,38],[682,29,265,12],[682,33,265,12,"_reactJsxDevRuntime"],[682,52,265,12],[682,53,265,12,"jsxDEV"],[682,59,265,12],[682,61,265,13,"_expoVectorIcons"],[682,77,265,21],[682,78,265,21,"Ionicons"],[682,86,265,21],[683,12,265,22,"name"],[683,16,265,26],[683,18,265,27],[683,26,265,35],[684,12,265,36,"size"],[684,16,265,40],[684,18,265,42,"size"],[684,22,265,47],[685,12,265,48,"color"],[685,17,265,53],[685,19,265,55,"color"],[686,10,265,61],[687,12,265,61,"fileName"],[687,20,265,61],[687,22,265,61,"_jsxFileName"],[687,34,265,61],[688,12,265,61,"lineNumber"],[688,22,265,61],[689,12,265,61,"columnNumber"],[689,24,265,61],[690,10,265,61],[690,17,265,63],[691,8,267,8],[692,6,267,10],[693,8,267,10,"fileName"],[693,16,267,10],[693,18,267,10,"_jsxFileName"],[693,30,267,10],[694,8,267,10,"lineNumber"],[694,18,267,10],[695,8,267,10,"columnNumber"],[695,20,267,10],[696,6,267,10],[696,13,268,7],[696,14,268,8],[696,29,269,6],[696,33,269,6,"_reactJsxDevRuntime"],[696,52,269,6],[696,53,269,6,"jsxDEV"],[696,59,269,6],[696,61,269,7,"Tab"],[696,64,269,10],[696,65,269,11,"Screen"],[696,71,269,17],[697,8,270,8,"name"],[697,12,270,12],[697,14,270,13],[697,24,270,23],[698,8,271,8,"component"],[698,17,271,17],[698,19,271,19,"CitizensTab"],[698,30,271,31],[699,8,272,8,"options"],[699,15,272,15],[699,17,272,17],[700,10,273,10,"tabBarLabel"],[700,21,273,21],[700,23,273,23],[700,33,273,33],[701,10,274,10,"tabBarIcon"],[701,20,274,20],[701,22,274,22,"tabBarIcon"],[701,23,274,23],[702,12,274,25,"color"],[702,17,274,30],[703,12,274,32,"size"],[704,10,274,37],[704,11,274,38],[704,29,275,12],[704,33,275,12,"_reactJsxDevRuntime"],[704,52,275,12],[704,53,275,12,"jsxDEV"],[704,59,275,12],[704,61,275,13,"_expoVectorIcons"],[704,77,275,21],[704,78,275,21,"Ionicons"],[704,86,275,21],[705,12,275,22,"name"],[705,16,275,26],[705,18,275,27],[705,26,275,35],[706,12,275,36,"size"],[706,16,275,40],[706,18,275,42,"size"],[706,22,275,47],[707,12,275,48,"color"],[707,17,275,53],[707,19,275,55,"color"],[708,10,275,61],[709,12,275,61,"fileName"],[709,20,275,61],[709,22,275,61,"_jsxFileName"],[709,34,275,61],[710,12,275,61,"lineNumber"],[710,22,275,61],[711,12,275,61,"columnNumber"],[711,24,275,61],[712,10,275,61],[712,17,275,63],[713,8,277,8],[714,6,277,10],[715,8,277,10,"fileName"],[715,16,277,10],[715,18,277,10,"_jsxFileName"],[715,30,277,10],[716,8,277,10,"lineNumber"],[716,18,277,10],[717,8,277,10,"columnNumber"],[717,20,277,10],[718,6,277,10],[718,13,278,7],[718,14,278,8],[718,29,279,6],[718,33,279,6,"_reactJsxDevRuntime"],[718,52,279,6],[718,53,279,6,"jsxDEV"],[718,59,279,6],[718,61,279,7,"Tab"],[718,64,279,10],[718,65,279,11,"Screen"],[718,71,279,17],[719,8,280,8,"name"],[719,12,280,12],[719,14,280,13],[719,24,280,23],[720,8,281,8,"component"],[720,17,281,17],[720,19,281,19,"ReferralTab"],[720,30,281,31],[721,8,282,8,"options"],[721,15,282,15],[721,17,282,17],[722,10,283,10,"tabBarLabel"],[722,21,283,21],[722,23,283,23],[722,33,283,33],[723,10,284,10,"tabBarIcon"],[723,20,284,20],[723,22,284,22,"tabBarIcon"],[723,23,284,23],[724,12,284,25,"color"],[724,17,284,30],[725,12,284,32,"size"],[726,10,284,37],[726,11,284,38],[726,29,285,12],[726,33,285,12,"_reactJsxDevRuntime"],[726,52,285,12],[726,53,285,12,"jsxDEV"],[726,59,285,12],[726,61,285,13,"_expoVectorIcons"],[726,77,285,21],[726,78,285,21,"Ionicons"],[726,86,285,21],[727,12,285,22,"name"],[727,16,285,26],[727,18,285,27],[727,24,285,33],[728,12,285,34,"size"],[728,16,285,38],[728,18,285,40,"size"],[728,22,285,45],[729,12,285,46,"color"],[729,17,285,51],[729,19,285,53,"color"],[730,10,285,59],[731,12,285,59,"fileName"],[731,20,285,59],[731,22,285,59,"_jsxFileName"],[731,34,285,59],[732,12,285,59,"lineNumber"],[732,22,285,59],[733,12,285,59,"columnNumber"],[733,24,285,59],[734,10,285,59],[734,17,285,61],[735,8,287,8],[736,6,287,10],[737,8,287,10,"fileName"],[737,16,287,10],[737,18,287,10,"_jsxFileName"],[737,30,287,10],[738,8,287,10,"lineNumber"],[738,18,287,10],[739,8,287,10,"columnNumber"],[739,20,287,10],[740,6,287,10],[740,13,288,7],[740,14,288,8],[740,29,289,6],[740,33,289,6,"_reactJsxDevRuntime"],[740,52,289,6],[740,53,289,6,"jsxDEV"],[740,59,289,6],[740,61,289,7,"Tab"],[740,64,289,10],[740,65,289,11,"Screen"],[740,71,289,17],[741,8,290,8,"name"],[741,12,290,12],[741,14,290,13],[741,23,290,22],[742,8,291,8,"component"],[742,17,291,17],[742,19,291,19,"ProfileTab"],[742,29,291,30],[743,8,292,8,"options"],[743,15,292,15],[743,17,292,17],[744,10,293,10,"tabBarLabel"],[744,21,293,21],[744,23,293,23],[744,32,293,32],[745,10,294,10,"tabBarIcon"],[745,20,294,20],[745,22,294,22,"tabBarIcon"],[745,23,294,23],[746,12,294,25,"color"],[746,17,294,30],[747,12,294,32,"size"],[748,10,294,37],[748,11,294,38],[748,29,295,12],[748,33,295,12,"_reactJsxDevRuntime"],[748,52,295,12],[748,53,295,12,"jsxDEV"],[748,59,295,12],[748,61,295,13,"_expoVectorIcons"],[748,77,295,21],[748,78,295,21,"Ionicons"],[748,86,295,21],[749,12,295,22,"name"],[749,16,295,26],[749,18,295,27],[749,26,295,35],[750,12,295,36,"size"],[750,16,295,40],[750,18,295,42,"size"],[750,22,295,47],[751,12,295,48,"color"],[751,17,295,53],[751,19,295,55,"color"],[752,10,295,61],[753,12,295,61,"fileName"],[753,20,295,61],[753,22,295,61,"_jsxFileName"],[753,34,295,61],[754,12,295,61,"lineNumber"],[754,22,295,61],[755,12,295,61,"columnNumber"],[755,24,295,61],[756,10,295,61],[756,17,295,63],[757,8,297,8],[758,6,297,10],[759,8,297,10,"fileName"],[759,16,297,10],[759,18,297,10,"_jsxFileName"],[759,30,297,10],[760,8,297,10,"lineNumber"],[760,18,297,10],[761,8,297,10,"columnNumber"],[761,20,297,10],[762,6,297,10],[762,13,298,7],[762,14,298,8],[763,4,298,8],[764,6,298,8,"fileName"],[764,14,298,8],[764,16,298,8,"_jsxFileName"],[764,28,298,8],[765,6,298,8,"lineNumber"],[765,16,298,8],[766,6,298,8,"columnNumber"],[766,18,298,8],[767,4,298,8],[767,11,299,19],[767,12,299,20],[768,2,301,0],[769,2,301,1,"_c6"],[769,5,301,1],[769,8,239,24,"HomeScreen"],[769,18,239,34],[770,2,303,0],[770,8,303,6,"QUICK_ACTIONS"],[770,21,303,19],[770,24,303,22],[770,25,304,2],[771,4,304,4,"id"],[771,6,304,6],[771,8,304,8],[771,11,304,11],[772,4,304,13,"label"],[772,9,304,18],[772,11,304,20],[772,17,304,26],[773,4,304,28,"icon"],[773,8,304,32],[773,10,304,34],[773,25,304,49],[774,4,304,51,"color"],[774,9,304,56],[774,11,304,58],[775,2,304,68],[775,3,304,69],[775,5,305,2],[776,4,305,4,"id"],[776,6,305,6],[776,8,305,8],[776,11,305,11],[777,4,305,13,"label"],[777,9,305,18],[777,11,305,20],[777,20,305,29],[778,4,305,31,"icon"],[778,8,305,35],[778,10,305,37],[778,22,305,49],[779,4,305,51,"color"],[779,9,305,56],[779,11,305,58],[780,2,305,68],[780,3,305,69],[780,5,306,2],[781,4,306,4,"id"],[781,6,306,6],[781,8,306,8],[781,11,306,11],[782,4,306,13,"label"],[782,9,306,18],[782,11,306,20],[782,17,306,26],[783,4,306,28,"icon"],[783,8,306,32],[783,10,306,34],[783,27,306,51],[784,4,306,53,"color"],[784,9,306,58],[784,11,306,60],[785,2,306,70],[785,3,306,71],[785,5,307,2],[786,4,307,4,"id"],[786,6,307,6],[786,8,307,8],[786,11,307,11],[787,4,307,13,"label"],[787,9,307,18],[787,11,307,20],[787,17,307,26],[788,4,307,28,"icon"],[788,8,307,32],[788,10,307,34],[788,28,307,52],[789,4,307,54,"color"],[789,9,307,59],[789,11,307,61],[790,2,307,71],[790,3,307,72],[790,5,308,2],[791,4,308,4,"id"],[791,6,308,6],[791,8,308,8],[791,11,308,11],[792,4,308,13,"label"],[792,9,308,18],[792,11,308,20],[792,18,308,27],[793,4,308,29,"icon"],[793,8,308,33],[793,10,308,35],[793,23,308,48],[794,4,308,50,"color"],[794,9,308,55],[794,11,308,57],[795,2,308,67],[795,3,308,68],[795,5,309,2],[796,4,309,4,"id"],[796,6,309,6],[796,8,309,8],[796,11,309,11],[797,4,309,13,"label"],[797,9,309,18],[797,11,309,20],[797,21,309,30],[798,4,309,32,"icon"],[798,8,309,36],[798,10,309,38],[798,16,309,44],[799,4,309,46,"color"],[799,9,309,51],[799,11,309,53],[800,2,309,63],[800,3,309,64],[800,5,310,2],[801,4,310,4,"id"],[801,6,310,6],[801,8,310,8],[801,11,310,11],[802,4,310,13,"label"],[802,9,310,18],[802,11,310,20],[802,21,310,30],[803,4,310,32,"icon"],[803,8,310,36],[803,10,310,38],[803,25,310,53],[804,4,310,55,"color"],[804,9,310,60],[804,11,310,62],[805,2,310,72],[805,3,310,73],[805,5,311,2],[806,4,311,4,"id"],[806,6,311,6],[806,8,311,8],[806,11,311,11],[807,4,311,13,"label"],[807,9,311,18],[807,11,311,20],[807,22,311,31],[808,4,311,33,"icon"],[808,8,311,37],[808,10,311,39],[808,18,311,47],[809,4,311,49,"color"],[809,9,311,54],[809,11,311,56],[810,2,311,66],[810,3,311,67],[810,5,312,2],[811,4,312,4,"id"],[811,6,312,6],[811,8,312,8],[811,11,312,11],[812,4,312,13,"label"],[812,9,312,18],[812,11,312,20],[812,21,312,30],[813,4,312,32,"icon"],[813,8,312,36],[813,10,312,38],[813,21,312,49],[814,4,312,51,"color"],[814,9,312,56],[814,11,312,58],[815,2,312,68],[815,3,312,69],[815,5,313,2],[816,4,313,4,"id"],[816,6,313,6],[816,8,313,8],[816,12,313,12],[817,4,313,14,"label"],[817,9,313,19],[817,11,313,21],[817,21,313,31],[818,4,313,33,"icon"],[818,8,313,37],[818,10,313,39],[818,16,313,45],[819,4,313,47,"color"],[819,9,313,52],[819,11,313,54],[820,2,313,64],[820,3,313,65],[820,5,314,2],[821,4,314,4,"id"],[821,6,314,6],[821,8,314,8],[821,12,314,12],[822,4,314,14,"label"],[822,9,314,19],[822,11,314,21],[822,22,314,32],[823,4,314,34,"icon"],[823,8,314,38],[823,10,314,40],[823,16,314,46],[824,4,314,48,"color"],[824,9,314,53],[824,11,314,55],[825,2,314,65],[825,3,314,66],[825,5,315,2],[826,4,315,4,"id"],[826,6,315,6],[826,8,315,8],[826,12,315,12],[827,4,315,14,"label"],[827,9,315,19],[827,11,315,21],[827,20,315,30],[828,4,315,32,"icon"],[828,8,315,36],[828,10,315,38],[828,16,315,44],[829,4,315,46,"color"],[829,9,315,51],[829,11,315,53],[830,2,315,63],[830,3,315,64],[830,5,316,2],[831,4,316,4,"id"],[831,6,316,6],[831,8,316,8],[831,12,316,12],[832,4,316,14,"label"],[832,9,316,19],[832,11,316,21],[832,20,316,30],[833,4,316,32,"icon"],[833,8,316,36],[833,10,316,38],[833,19,316,47],[834,4,316,49,"color"],[834,9,316,54],[834,11,316,56],[835,2,316,66],[835,3,316,67],[835,5,317,2],[836,4,317,4,"id"],[836,6,317,6],[836,8,317,8],[836,12,317,12],[837,4,317,14,"label"],[837,9,317,19],[837,11,317,21],[837,21,317,31],[838,4,317,33,"icon"],[838,8,317,37],[838,10,317,39],[838,20,317,49],[839,4,317,51,"color"],[839,9,317,56],[839,11,317,58],[840,2,317,68],[840,3,317,69],[840,5,318,2],[841,4,318,4,"id"],[841,6,318,6],[841,8,318,8],[841,12,318,12],[842,4,318,14,"label"],[842,9,318,19],[842,11,318,21],[842,17,318,27],[843,4,318,29,"icon"],[843,8,318,33],[843,10,318,35],[843,23,318,48],[844,4,318,50,"color"],[844,9,318,55],[844,11,318,57],[845,2,318,67],[845,3,318,68],[845,5,319,2],[846,4,319,4,"id"],[846,6,319,6],[846,8,319,8],[846,12,319,12],[847,4,319,14,"label"],[847,9,319,19],[847,11,319,21],[847,20,319,30],[848,4,319,32,"icon"],[848,8,319,36],[848,10,319,38],[848,16,319,44],[849,4,319,46,"color"],[849,9,319,51],[849,11,319,53],[850,2,319,63],[850,3,319,64],[850,5,320,2],[851,4,320,4,"id"],[851,6,320,6],[851,8,320,8],[851,12,320,12],[852,4,320,14,"label"],[852,9,320,19],[852,11,320,21],[852,18,320,28],[853,4,320,30,"icon"],[853,8,320,34],[853,10,320,36],[853,17,320,43],[854,4,320,45,"color"],[854,9,320,50],[854,11,320,52],[855,2,320,62],[855,3,320,63],[855,5,321,2],[856,4,321,4,"id"],[856,6,321,6],[856,8,321,8],[856,12,321,12],[857,4,321,14,"label"],[857,9,321,19],[857,11,321,21],[857,23,321,33],[858,4,321,35,"icon"],[858,8,321,39],[858,10,321,41],[858,16,321,47],[859,4,321,49,"color"],[859,9,321,54],[859,11,321,56],[860,2,321,66],[860,3,321,67],[860,5,322,2],[861,4,322,4,"id"],[861,6,322,6],[861,8,322,8],[861,12,322,12],[862,4,322,14,"label"],[862,9,322,19],[862,11,322,21],[862,21,322,31],[863,4,322,33,"icon"],[863,8,322,37],[863,10,322,39],[863,20,322,49],[864,4,322,51,"color"],[864,9,322,56],[864,11,322,58],[865,2,322,68],[865,3,322,69],[865,5,323,2],[866,4,323,4,"id"],[866,6,323,6],[866,8,323,8],[866,12,323,12],[867,4,323,14,"label"],[867,9,323,19],[867,11,323,21],[867,20,323,30],[868,4,323,32,"icon"],[868,8,323,36],[868,10,323,38],[868,18,323,46],[869,4,323,48,"color"],[869,9,323,53],[869,11,323,55],[870,2,323,65],[870,3,323,66],[870,5,324,2],[871,4,324,4,"id"],[871,6,324,6],[871,8,324,8],[871,12,324,12],[872,4,324,14,"label"],[872,9,324,19],[872,11,324,21],[872,16,324,26],[873,4,324,28,"icon"],[873,8,324,32],[873,10,324,34],[873,19,324,43],[874,4,324,45,"color"],[874,9,324,50],[874,11,324,52],[875,2,324,62],[875,3,324,63],[875,5,325,2],[876,4,325,4,"id"],[876,6,325,6],[876,8,325,8],[876,12,325,12],[877,4,325,14,"label"],[877,9,325,19],[877,11,325,21],[877,19,325,29],[878,4,325,31,"icon"],[878,8,325,35],[878,10,325,37],[878,25,325,52],[879,4,325,54,"color"],[879,9,325,59],[879,11,325,61],[880,2,325,71],[880,3,325,72],[880,5,326,2],[881,4,326,4,"id"],[881,6,326,6],[881,8,326,8],[881,12,326,12],[882,4,326,14,"label"],[882,9,326,19],[882,11,326,21],[882,17,326,27],[883,4,326,29,"icon"],[883,8,326,33],[883,10,326,35],[883,15,326,40],[884,4,326,42,"color"],[884,9,326,47],[884,11,326,49],[885,2,326,59],[885,3,326,60],[885,5,327,2],[886,4,327,4,"id"],[886,6,327,6],[886,8,327,8],[886,12,327,12],[887,4,327,14,"label"],[887,9,327,19],[887,11,327,21],[887,21,327,31],[888,4,327,33,"icon"],[888,8,327,37],[888,10,327,39],[888,24,327,53],[889,4,327,55,"color"],[889,9,327,60],[889,11,327,62],[890,2,327,72],[890,3,327,73],[890,5,328,2],[891,4,328,4,"id"],[891,6,328,6],[891,8,328,8],[891,12,328,12],[892,4,328,14,"label"],[892,9,328,19],[892,11,328,21],[892,18,328,28],[893,4,328,30,"icon"],[893,8,328,34],[893,10,328,36],[893,17,328,43],[894,4,328,45,"color"],[894,9,328,50],[894,11,328,52],[895,2,328,62],[895,3,328,63],[895,5,329,2],[896,4,329,4,"id"],[896,6,329,6],[896,8,329,8],[896,12,329,12],[897,4,329,14,"label"],[897,9,329,19],[897,11,329,21],[897,18,329,28],[898,4,329,30,"icon"],[898,8,329,34],[898,10,329,36],[898,15,329,41],[899,4,329,43,"color"],[899,9,329,48],[899,11,329,50],[900,2,329,60],[900,3,329,61],[900,5,330,2],[901,4,330,4,"id"],[901,6,330,6],[901,8,330,8],[901,12,330,12],[902,4,330,14,"label"],[902,9,330,19],[902,11,330,21],[902,18,330,28],[903,4,330,30,"icon"],[903,8,330,34],[903,10,330,36],[903,22,330,48],[904,4,330,50,"color"],[904,9,330,55],[904,11,330,57],[905,2,330,67],[905,3,330,68],[905,5,331,2],[906,4,331,4,"id"],[906,6,331,6],[906,8,331,8],[906,12,331,12],[907,4,331,14,"label"],[907,9,331,19],[907,11,331,21],[907,19,331,29],[908,4,331,31,"icon"],[908,8,331,35],[908,10,331,37],[908,20,331,47],[909,4,331,49,"color"],[909,9,331,54],[909,11,331,56],[910,2,331,66],[910,3,331,67],[910,5,332,2],[911,4,332,4,"id"],[911,6,332,6],[911,8,332,8],[911,12,332,12],[912,4,332,14,"label"],[912,9,332,19],[912,11,332,21],[912,19,332,29],[913,4,332,31,"icon"],[913,8,332,35],[913,10,332,37],[913,16,332,43],[914,4,332,45,"color"],[914,9,332,50],[914,11,332,52],[915,2,332,62],[915,3,332,63],[915,5,333,2],[916,4,333,4,"id"],[916,6,333,6],[916,8,333,8],[916,12,333,12],[917,4,333,14,"label"],[917,9,333,19],[917,11,333,21],[917,17,333,27],[918,4,333,29,"icon"],[918,8,333,33],[918,10,333,35],[918,16,333,41],[919,4,333,43,"color"],[919,9,333,48],[919,11,333,50],[920,2,333,60],[920,3,333,61],[920,4,334,1],[921,2,336,0],[921,8,336,6,"styles"],[921,14,336,12],[921,17,336,15,"StyleSheet"],[921,27,336,25],[921,28,336,25,"default"],[921,35,336,25],[921,36,336,26,"create"],[921,42,336,32],[921,43,336,33],[922,4,337,2,"container"],[922,13,337,11],[922,15,337,13],[923,6,338,4,"flex"],[923,10,338,8],[923,12,338,10],[923,13,338,11],[924,6,339,4,"backgroundColor"],[924,21,339,19],[924,23,339,21],[925,4,340,2],[925,5,340,3],[926,4,341,2,"header"],[926,10,341,8],[926,12,341,10],[927,6,342,4,"flexDirection"],[927,19,342,17],[927,21,342,19],[927,26,342,24],[928,6,343,4,"justifyContent"],[928,20,343,18],[928,22,343,20],[928,37,343,35],[929,6,344,4,"alignItems"],[929,16,344,14],[929,18,344,16],[929,26,344,24],[930,6,345,4,"padding"],[930,13,345,11],[930,15,345,13],[930,17,345,15],[931,6,346,4,"backgroundColor"],[931,21,346,19],[931,23,346,21],[931,29,346,27],[932,6,347,4,"borderBottomWidth"],[932,23,347,21],[932,25,347,23],[932,26,347,24],[933,6,348,4,"borderBottomColor"],[933,23,348,21],[933,25,348,23],[934,4,349,2],[934,5,349,3],[935,4,350,2,"headerLeft"],[935,14,350,12],[935,16,350,14],[936,6,351,4,"position"],[936,14,351,12],[936,16,351,14],[937,4,352,2],[937,5,352,3],[938,4,353,2,"profileImage"],[938,16,353,14],[938,18,353,16],[939,6,354,4,"width"],[939,11,354,9],[939,13,354,11],[939,15,354,13],[940,6,355,4,"height"],[940,12,355,10],[940,14,355,12],[940,16,355,14],[941,6,356,4,"borderRadius"],[941,18,356,16],[941,20,356,18],[941,22,356,20],[942,6,357,4,"backgroundColor"],[942,21,357,19],[942,23,357,21],[942,32,357,30],[943,6,358,4,"alignItems"],[943,16,358,14],[943,18,358,16],[943,26,358,24],[944,6,359,4,"justifyContent"],[944,20,359,18],[944,22,359,20],[944,30,359,28],[945,6,360,4,"overflow"],[945,14,360,12],[945,16,360,14],[946,4,361,2],[946,5,361,3],[947,4,362,2,"profileImageSrc"],[947,19,362,17],[947,21,362,19],[948,6,363,4,"width"],[948,11,363,9],[948,13,363,11],[948,15,363,13],[949,6,364,4,"height"],[949,12,364,10],[949,14,364,12],[950,4,365,2],[950,5,365,3],[951,4,366,2,"profileBadge"],[951,16,366,14],[951,18,366,16],[952,6,367,4,"position"],[952,14,367,12],[952,16,367,14],[952,26,367,24],[953,6,368,4,"bottom"],[953,12,368,10],[953,14,368,12],[953,15,368,13],[953,16,368,14],[954,6,369,4,"right"],[954,11,369,9],[954,13,369,11],[954,14,369,12],[954,15,369,13],[955,6,370,4,"backgroundColor"],[955,21,370,19],[955,23,370,21],[955,32,370,30],[956,6,371,4,"borderRadius"],[956,18,371,16],[956,20,371,18],[956,22,371,20],[957,6,372,4,"paddingHorizontal"],[957,23,372,21],[957,25,372,23],[957,26,372,24],[958,6,373,4,"paddingVertical"],[958,21,373,19],[958,23,373,21],[958,24,373,22],[959,6,374,4,"flexDirection"],[959,19,374,17],[959,21,374,19],[959,26,374,24],[960,6,375,4,"alignItems"],[960,16,375,14],[960,18,375,16],[960,26,375,24],[961,6,376,4,"gap"],[961,9,376,7],[961,11,376,9],[962,4,377,2],[962,5,377,3],[963,4,378,2,"trustScore"],[963,14,378,12],[963,16,378,14],[964,6,379,4,"fontSize"],[964,14,379,12],[964,16,379,14],[964,18,379,16],[965,6,380,4,"fontWeight"],[965,16,380,14],[965,18,380,16],[965,23,380,21],[966,6,381,4,"color"],[966,11,381,9],[966,13,381,11],[967,4,382,2],[967,5,382,3],[968,4,383,2,"headerRight"],[968,15,383,13],[968,17,383,15],[969,6,384,4,"flexDirection"],[969,19,384,17],[969,21,384,19],[969,26,384,24],[970,6,385,4,"gap"],[970,9,385,7],[970,11,385,9],[971,4,386,2],[971,5,386,3],[972,4,387,2,"iconButton"],[972,14,387,12],[972,16,387,14],[973,6,388,4,"padding"],[973,13,388,11],[973,15,388,13],[974,4,389,2],[974,5,389,3],[975,4,390,2,"announcementWidget"],[975,22,390,20],[975,24,390,22],[976,6,391,4,"padding"],[976,13,391,11],[976,15,391,13],[977,4,392,2],[977,5,392,3],[978,4,393,2,"announcement"],[978,16,393,14],[978,18,393,16],[979,6,394,4,"backgroundColor"],[979,21,394,19],[979,23,394,21],[979,29,394,27],[980,6,395,4,"padding"],[980,13,395,11],[980,15,395,13],[980,17,395,15],[981,6,396,4,"borderRadius"],[981,18,396,16],[981,20,396,18],[981,22,396,20],[982,6,397,4,"marginRight"],[982,17,397,15],[982,19,397,17],[982,21,397,19],[983,6,398,4,"width"],[983,11,398,9],[983,13,398,11,"width"],[983,18,398,16],[983,21,398,19],[983,23,398,21],[984,6,399,4,"borderLeftWidth"],[984,21,399,19],[984,23,399,21],[984,24,399,22],[985,6,400,4,"borderLeftColor"],[985,21,400,19],[985,23,400,21],[986,4,401,2],[986,5,401,3],[987,4,402,2,"announcementTitle"],[987,21,402,19],[987,23,402,21],[988,6,403,4,"fontSize"],[988,14,403,12],[988,16,403,14],[988,18,403,16],[989,6,404,4,"fontWeight"],[989,16,404,14],[989,18,404,16],[989,23,404,21],[990,6,405,4,"color"],[990,11,405,9],[990,13,405,11],[990,22,405,20],[991,6,406,4,"marginBottom"],[991,18,406,16],[991,20,406,18],[992,4,407,2],[992,5,407,3],[993,4,408,2,"announcementText"],[993,20,408,18],[993,22,408,20],[994,6,409,4,"fontSize"],[994,14,409,12],[994,16,409,14],[994,18,409,16],[995,6,410,4,"color"],[995,11,410,9],[995,13,410,11],[996,4,411,2],[996,5,411,3],[997,4,412,2,"quickActionsContainer"],[997,25,412,23],[997,27,412,25],[998,6,413,4,"padding"],[998,13,413,11],[998,15,413,13],[999,4,414,2],[999,5,414,3],[1000,4,415,2,"sectionTitle"],[1000,16,415,14],[1000,18,415,16],[1001,6,416,4,"fontSize"],[1001,14,416,12],[1001,16,416,14],[1001,18,416,16],[1002,6,417,4,"fontWeight"],[1002,16,417,14],[1002,18,417,16],[1002,23,417,21],[1003,6,418,4,"color"],[1003,11,418,9],[1003,13,418,11],[1003,22,418,20],[1004,6,419,4,"marginBottom"],[1004,18,419,16],[1004,20,419,18],[1005,4,420,2],[1005,5,420,3],[1006,4,421,2,"actionsGrid"],[1006,15,421,13],[1006,17,421,15],[1007,6,422,4,"flexDirection"],[1007,19,422,17],[1007,21,422,19],[1007,26,422,24],[1008,6,423,4,"flexWrap"],[1008,14,423,12],[1008,16,423,14],[1008,22,423,20],[1009,6,424,4,"gap"],[1009,9,424,7],[1009,11,424,9],[1010,4,425,2],[1010,5,425,3],[1011,4,426,2,"actionCard"],[1011,14,426,12],[1011,16,426,14],[1012,6,427,4,"width"],[1012,11,427,9],[1012,13,427,11],[1012,14,427,12,"width"],[1012,19,427,17],[1012,22,427,20],[1012,24,427,22],[1012,28,427,26],[1012,29,427,27],[1013,6,428,4,"alignItems"],[1013,16,428,14],[1013,18,428,16],[1013,26,428,24],[1014,6,429,4,"padding"],[1014,13,429,11],[1014,15,429,13],[1015,4,430,2],[1015,5,430,3],[1016,4,431,2,"actionIcon"],[1016,14,431,12],[1016,16,431,14],[1017,6,432,4,"width"],[1017,11,432,9],[1017,13,432,11],[1017,15,432,13],[1018,6,433,4,"height"],[1018,12,433,10],[1018,14,433,12],[1018,16,433,14],[1019,6,434,4,"borderRadius"],[1019,18,434,16],[1019,20,434,18],[1019,22,434,20],[1020,6,435,4,"alignItems"],[1020,16,435,14],[1020,18,435,16],[1020,26,435,24],[1021,6,436,4,"justifyContent"],[1021,20,436,18],[1021,22,436,20],[1021,30,436,28],[1022,6,437,4,"marginBottom"],[1022,18,437,16],[1022,20,437,18],[1023,4,438,2],[1023,5,438,3],[1024,4,439,2,"actionLabel"],[1024,15,439,13],[1024,17,439,15],[1025,6,440,4,"fontSize"],[1025,14,440,12],[1025,16,440,14],[1025,18,440,16],[1026,6,441,4,"color"],[1026,11,441,9],[1026,13,441,11],[1026,22,441,20],[1027,6,442,4,"textAlign"],[1027,15,442,13],[1027,17,442,15],[1028,4,443,2],[1028,5,443,3],[1029,4,444,2,"walletHeader"],[1029,16,444,14],[1029,18,444,16],[1030,6,445,4,"padding"],[1030,13,445,11],[1030,15,445,13],[1030,17,445,15],[1031,6,446,4,"backgroundColor"],[1031,21,446,19],[1031,23,446,21],[1031,29,446,27],[1032,6,447,4,"borderBottomWidth"],[1032,23,447,21],[1032,25,447,23],[1032,26,447,24],[1033,6,448,4,"borderBottomColor"],[1033,23,448,21],[1033,25,448,23],[1033,34,448,32],[1034,6,449,4,"flexDirection"],[1034,19,449,17],[1034,21,449,19],[1034,26,449,24],[1035,6,450,4,"justifyContent"],[1035,20,450,18],[1035,22,450,20],[1035,37,450,35],[1036,6,451,4,"alignItems"],[1036,16,451,14],[1036,18,451,16],[1037,4,452,2],[1037,5,452,3],[1038,4,453,2,"walletTitle"],[1038,15,453,13],[1038,17,453,15],[1039,6,454,4,"fontSize"],[1039,14,454,12],[1039,16,454,14],[1039,18,454,16],[1040,6,455,4,"fontWeight"],[1040,16,455,14],[1040,18,455,16],[1040,23,455,21],[1041,6,456,4,"color"],[1041,11,456,9],[1041,13,456,11],[1042,4,457,2],[1042,5,457,3],[1043,4,458,2,"refreshButton"],[1043,17,458,15],[1043,19,458,17],[1044,6,459,4,"padding"],[1044,13,459,11],[1044,15,459,13],[1044,16,459,14],[1045,6,460,4,"borderRadius"],[1045,18,460,16],[1045,20,460,18],[1045,21,460,19],[1046,6,461,4,"backgroundColor"],[1046,21,461,19],[1046,23,461,21],[1047,4,462,2],[1047,5,462,3],[1048,4,463,2,"balanceCards"],[1048,16,463,14],[1048,18,463,16],[1049,6,464,4,"padding"],[1049,13,464,11],[1049,15,464,13],[1049,17,464,15],[1050,6,465,4,"gap"],[1050,9,465,7],[1050,11,465,9],[1051,4,466,2],[1051,5,466,3],[1052,4,467,2,"balanceCard"],[1052,15,467,13],[1052,17,467,15],[1053,6,468,4,"backgroundColor"],[1053,21,468,19],[1053,23,468,21],[1053,29,468,27],[1054,6,469,4,"padding"],[1054,13,469,11],[1054,15,469,13],[1054,17,469,15],[1055,6,470,4,"borderRadius"],[1055,18,470,16],[1055,20,470,18],[1055,22,470,20],[1056,6,471,4,"borderWidth"],[1056,17,471,15],[1056,19,471,17],[1056,20,471,18],[1057,6,472,4,"borderColor"],[1057,17,472,15],[1057,19,472,17],[1058,4,473,2],[1058,5,473,3],[1059,4,474,2,"balanceCardHeader"],[1059,21,474,19],[1059,23,474,21],[1060,6,475,4,"flexDirection"],[1060,19,475,17],[1060,21,475,19],[1060,26,475,24],[1061,6,476,4,"alignItems"],[1061,16,476,14],[1061,18,476,16],[1061,26,476,24],[1062,6,477,4,"gap"],[1062,9,477,7],[1062,11,477,9],[1062,12,477,10],[1063,6,478,4,"marginBottom"],[1063,18,478,16],[1063,20,478,18],[1064,4,479,2],[1064,5,479,3],[1065,4,480,2,"tokenLogo"],[1065,13,480,11],[1065,15,480,13],[1066,6,481,4,"width"],[1066,11,481,9],[1066,13,481,11],[1066,15,481,13],[1067,6,482,4,"height"],[1067,12,482,10],[1067,14,482,12],[1067,16,482,14],[1068,6,483,4,"borderRadius"],[1068,18,483,16],[1068,20,483,18],[1069,4,484,2],[1069,5,484,3],[1070,4,485,2,"tokenSymbol"],[1070,15,485,13],[1070,17,485,15],[1071,6,486,4,"fontSize"],[1071,14,486,12],[1071,16,486,14],[1071,18,486,16],[1072,6,487,4,"fontWeight"],[1072,16,487,14],[1072,18,487,16],[1072,23,487,21],[1073,6,488,4,"color"],[1073,11,488,9],[1073,13,488,11],[1074,4,489,2],[1074,5,489,3],[1075,4,490,2,"balanceAmount"],[1075,17,490,15],[1075,19,490,17],[1076,6,491,4,"fontSize"],[1076,14,491,12],[1076,16,491,14],[1076,18,491,16],[1077,6,492,4,"fontWeight"],[1077,16,492,14],[1077,18,492,16],[1077,23,492,21],[1078,6,493,4,"color"],[1078,11,493,9],[1078,13,493,11],[1078,22,493,20],[1079,6,494,4,"marginBottom"],[1079,18,494,16],[1079,20,494,18],[1080,4,495,2],[1080,5,495,3],[1081,4,496,2,"balanceUsd"],[1081,14,496,12],[1081,16,496,14],[1082,6,497,4,"fontSize"],[1082,14,497,12],[1082,16,497,14],[1082,18,497,16],[1083,6,498,4,"color"],[1083,11,498,9],[1083,13,498,11],[1084,4,499,2],[1084,5,499,3],[1085,4,500,2,"walletActions"],[1085,17,500,15],[1085,19,500,17],[1086,6,501,4,"flexDirection"],[1086,19,501,17],[1086,21,501,19],[1086,26,501,24],[1087,6,502,4,"padding"],[1087,13,502,11],[1087,15,502,13],[1087,17,502,15],[1088,6,503,4,"gap"],[1088,9,503,7],[1088,11,503,9],[1089,4,504,2],[1089,5,504,3],[1090,4,505,2,"walletActionButton"],[1090,22,505,20],[1090,24,505,22],[1091,6,506,4,"flex"],[1091,10,506,8],[1091,12,506,10],[1091,13,506,11],[1092,6,507,4,"backgroundColor"],[1092,21,507,19],[1092,23,507,21],[1092,32,507,30],[1093,6,508,4,"padding"],[1093,13,508,11],[1093,15,508,13],[1093,17,508,15],[1094,6,509,4,"borderRadius"],[1094,18,509,16],[1094,20,509,18],[1094,22,509,20],[1095,6,510,4,"alignItems"],[1095,16,510,14],[1095,18,510,16],[1095,26,510,24],[1096,6,511,4,"gap"],[1096,9,511,7],[1096,11,511,9],[1097,4,512,2],[1097,5,512,3],[1098,4,513,2,"walletActionText"],[1098,20,513,18],[1098,22,513,20],[1099,6,514,4,"color"],[1099,11,514,9],[1099,13,514,11],[1099,19,514,17],[1100,6,515,4,"fontSize"],[1100,14,515,12],[1100,16,515,14],[1100,18,515,16],[1101,6,516,4,"fontWeight"],[1101,16,516,14],[1101,18,516,16],[1102,4,517,2],[1102,5,517,3],[1103,4,518,2,"placeholderText"],[1103,19,518,17],[1103,21,518,19],[1104,6,519,4,"flex"],[1104,10,519,8],[1104,12,519,10],[1104,13,519,11],[1105,6,520,4,"textAlign"],[1105,15,520,13],[1105,17,520,15],[1105,25,520,23],[1106,6,521,4,"marginTop"],[1106,15,521,13],[1106,17,521,15],[1106,20,521,18],[1107,6,522,4,"fontSize"],[1107,14,522,12],[1107,16,522,14],[1107,18,522,16],[1108,6,523,4,"color"],[1108,11,523,9],[1108,13,523,11],[1109,4,524,2],[1109,5,524,3],[1110,4,525,2,"tabBar"],[1110,10,525,8],[1110,12,525,10],[1111,6,526,4,"borderTopWidth"],[1111,20,526,18],[1111,22,526,20],[1111,23,526,21],[1112,6,527,4,"borderTopColor"],[1112,20,527,18],[1112,22,527,20],[1112,31,527,29],[1113,6,528,4,"paddingBottom"],[1113,19,528,17],[1113,21,528,19],[1113,22,528,20],[1114,6,529,4,"paddingTop"],[1114,16,529,14],[1114,18,529,16],[1114,19,529,17],[1115,6,530,4,"height"],[1115,12,530,10],[1115,14,530,12],[1116,4,531,2],[1117,2,532,0],[1117,3,532,1],[1117,4,532,2],[1118,2,532,3],[1118,6,532,3,"_c"],[1118,8,532,3],[1118,10,532,3,"_c2"],[1118,13,532,3],[1118,15,532,3,"_c3"],[1118,18,532,3],[1118,20,532,3,"_c4"],[1118,23,532,3],[1118,25,532,3,"_c5"],[1118,28,532,3],[1118,30,532,3,"_c6"],[1118,33,532,3],[1119,2,532,3,"$RefreshReg$"],[1119,14,532,3],[1119,15,532,3,"_c"],[1119,17,532,3],[1120,2,532,3,"$RefreshReg$"],[1120,14,532,3],[1120,15,532,3,"_c2"],[1120,18,532,3],[1121,2,532,3,"$RefreshReg$"],[1121,14,532,3],[1121,15,532,3,"_c3"],[1121,18,532,3],[1122,2,532,3,"$RefreshReg$"],[1122,14,532,3],[1122,15,532,3,"_c4"],[1122,18,532,3],[1123,2,532,3,"$RefreshReg$"],[1123,14,532,3],[1123,15,532,3,"_c5"],[1123,18,532,3],[1124,2,532,3,"$RefreshReg$"],[1124,14,532,3],[1124,15,532,3,"_c6"],[1124,18,532,3],[1125,0,532,3],[1125,3]],"functionMap":{"names":["","HomeTab","pickImage","QUICK_ACTIONS.map$argument_0","WalletTab","useEffect$argument_0","fetchBalance","CitizensTab","ReferralTab","ProfileTab","HomeScreen","Tab.Screen.props.options.tabBarIcon"],"mappings":"AAA;ACmB;oBCI;GDqB;+BEkD;aFW;CDM;AIE;YCQ;GDE;uBEE;GF4B;CJyD;AOE;CPM;AQE;CRM;ASE;CTM;eUI;sBCe;WDE;sBCQ;WDE;sBCQ;WDE;sBCQ;WDE;sBCQ;WDE;CVK"},"hasCjsExports":false},"type":"js/module"}]}
\ No newline at end of file
+{"dependencies":[{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":51,"index":51}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/View","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"4kYBDC6LJJXoH7P9rWDi3vkLVB0=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Text","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"JKIzsQ5YQ0gDj0MIyY0Q7F1zJtU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/StyleSheet","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"MK7+k1V+KnvCVW7Kj2k/ydtjmVU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/TouchableOpacity","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PnQOoa8QGKpV5+issz6ikk463eg=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/SafeAreaView","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"S6Dcm4vKatES0CiC0O7zdRDDseY=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/ScrollView","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"7Gv1K9/TiQvbDXlMy9NOQIEBHDA=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Image","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"h9Yjx6LR7umCdPP226caWyLdUPo=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Dimensions","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"ySrYx/xxJL+A+Ie+sLy/r/EEnF8=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Alert","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PEUC6jrQVoAGZ2qYkvimljMOyJI=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0,"index":196},"end":{"line":13,"column":46,"index":242}}],"key":"ow7vkrqkIckRjlSi/+MhMmRYtUE=","exportNames":["*"],"imports":1}},{"name":"@react-navigation/bottom-tabs","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":14,"column":0,"index":243},"end":{"line":14,"column":73,"index":316}}],"key":"+CsiEPZJMQUbFs9pwhg0Pji1O3k=","exportNames":["*"],"imports":1}},{"name":"expo-image-picker","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":15,"column":0,"index":317},"end":{"line":15,"column":49,"index":366}}],"key":"XQFgv2+WadF9xV+S67CI6D8lClA=","exportNames":["*"],"imports":1}},{"name":"../contexts/AuthContext","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":16,"column":0,"index":367},"end":{"line":16,"column":50,"index":417}}],"key":"oNCgyH4yx4pAIVZXLqqRGB2kuCY=","exportNames":["*"],"imports":1}},{"name":"react/jsx-dev-runtime","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"L9D70Z4hi4aGuui1ysja/oQ5ytI=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n var _jsxFileName = \"/app/frontend/src/screens/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 _react = require(_dependencyMap[0], \"react\");\n var _reactNativeWebDistExportsView = require(_dependencyMap[1], \"react-native-web/dist/exports/View\");\n var View = _interopDefault(_reactNativeWebDistExportsView);\n var _reactNativeWebDistExportsText = require(_dependencyMap[2], \"react-native-web/dist/exports/Text\");\n var Text = _interopDefault(_reactNativeWebDistExportsText);\n var _reactNativeWebDistExportsStyleSheet = require(_dependencyMap[3], \"react-native-web/dist/exports/StyleSheet\");\n var StyleSheet = _interopDefault(_reactNativeWebDistExportsStyleSheet);\n var _reactNativeWebDistExportsTouchableOpacity = require(_dependencyMap[4], \"react-native-web/dist/exports/TouchableOpacity\");\n var TouchableOpacity = _interopDefault(_reactNativeWebDistExportsTouchableOpacity);\n var _reactNativeWebDistExportsSafeAreaView = require(_dependencyMap[5], \"react-native-web/dist/exports/SafeAreaView\");\n var SafeAreaView = _interopDefault(_reactNativeWebDistExportsSafeAreaView);\n var _reactNativeWebDistExportsScrollView = require(_dependencyMap[6], \"react-native-web/dist/exports/ScrollView\");\n var ScrollView = _interopDefault(_reactNativeWebDistExportsScrollView);\n var _reactNativeWebDistExportsImage = require(_dependencyMap[7], \"react-native-web/dist/exports/Image\");\n var Image = _interopDefault(_reactNativeWebDistExportsImage);\n var _reactNativeWebDistExportsDimensions = require(_dependencyMap[8], \"react-native-web/dist/exports/Dimensions\");\n var Dimensions = _interopDefault(_reactNativeWebDistExportsDimensions);\n var _reactNativeWebDistExportsAlert = require(_dependencyMap[9], \"react-native-web/dist/exports/Alert\");\n var Alert = _interopDefault(_reactNativeWebDistExportsAlert);\n var _expoVectorIcons = require(_dependencyMap[10], \"@expo/vector-icons\");\n var _reactNavigationBottomTabs = require(_dependencyMap[11], \"@react-navigation/bottom-tabs\");\n var _expoImagePicker = require(_dependencyMap[12], \"expo-image-picker\");\n var ImagePicker = _interopNamespace(_expoImagePicker);\n var _contextsAuthContext = require(_dependencyMap[13], \"../contexts/AuthContext\");\n var _reactJsxDevRuntime = require(_dependencyMap[14], \"react/jsx-dev-runtime\");\n const {\n width\n } = Dimensions.default.get('window');\n function HomeTab() {\n _s();\n const {\n user\n } = (0, _contextsAuthContext.useAuth)();\n const [profileImage, setProfileImage] = (0, _react.useState)(null);\n const pickImage = async () => {\n const permissionResult = await ImagePicker.requestMediaLibraryPermissionsAsync();\n if (permissionResult.granted === false) {\n Alert.default.alert('Permission Required', 'Permission to access camera roll is required!');\n return;\n }\n const result = await 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 const base64Image = `data:image/jpeg;base64,${result.assets[0].base64}`;\n setProfileImage(base64Image);\n // TODO: Save to backend\n }\n };\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(SafeAreaView.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n showsVerticalScrollIndicator: false,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.header,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.headerLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: styles.profileImage,\n onPress: pickImage,\n children: profileImage ? /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\n source: {\n uri: profileImage\n },\n style: styles.profileImageSrc\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 54,\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: 56,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 52,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\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: 60,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.trustScore,\n children: \"750\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 61,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 59,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 51,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.headerRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 66,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 65,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 69,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 68,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 72,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 71,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 64,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 50,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.announcementWidget,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n horizontal: true,\n showsHorizontalScrollIndicator: false,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.announcement,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.announcementTitle,\n children: \"\\uD83C\\uDF89 Welcome to PezkuwiChain!\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 81,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.announcementText,\n children: \"Start your citizenship journey today\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 82,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 80,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.announcement,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.announcementTitle,\n children: \"\\uD83D\\uDCE2 New Feature\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 85,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.announcementText,\n children: \"Vote on governance proposals\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 86,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 84,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 79,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 78,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.quickActionsContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.sectionTitle,\n children: \"Quick Actions\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 93,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.actionsGrid,\n children: QUICK_ACTIONS.map(action => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: styles.actionCard,\n activeOpacity: 0.7,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\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: 102,\n columnNumber: 19\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 101,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionLabel,\n children: action.label\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 104,\n columnNumber: 17\n }, this)]\n }, action.id, true, {\n fileName: _jsxFileName,\n lineNumber: 96,\n columnNumber: 15\n }, this))\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 94,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 92,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 48,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 47,\n columnNumber: 5\n }, this);\n }\n _s(HomeTab, \"xEp7SEfX94u+oibpmCw6eCxkmPE=\", false, function () {\n return [_contextsAuthContext.useAuth];\n });\n _c = HomeTab;\n function WalletTab() {\n _s2();\n const {\n user\n } = (0, _contextsAuthContext.useAuth)();\n const [hezBalance, setHezBalance] = (0, _react.useState)('Loading...');\n const [pezBalance, setPezBalance] = (0, _react.useState)('Loading...');\n const [loading, setLoading] = (0, _react.useState)(true);\n const TEST_WALLET = '5GgTgG9sRmPQAYU1RsTejZYnZRjwzKZKWD3awtuqjHioki45';\n (0, _react.useEffect)(() => {\n fetchBalance();\n }, []);\n const fetchBalance = async () => {\n try {\n const backendUrl = \"https://kurdish-id.preview.emergentagent.com\" || 'http://localhost:8001';\n const response = await 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 });\n if (response.ok) {\n const data = await response.json();\n setHezBalance(parseFloat(data.hez).toFixed(2));\n setPezBalance(parseFloat(data.pez).toFixed(2));\n } else {\n setHezBalance('Error');\n setPezBalance('Error');\n }\n } catch (error) {\n console.error('Balance fetch error:', error);\n setHezBalance('Error');\n setPezBalance('Error');\n } finally {\n setLoading(false);\n }\n };\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(SafeAreaView.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.walletHeader,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.walletTitle,\n children: \"My Wallet\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 160,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 162,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 161,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 159,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.balanceCards,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.balanceCard,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.balanceCardHeader,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_mobile-wallet-app-3/artifacts/izidxcrq_hez_logo_kurdistangunesi.png'\n },\n style: styles.tokenLogo\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 170,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenSymbol,\n children: \"HEZ\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 174,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 169,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.balanceAmount,\n children: hezBalance\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 176,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.balanceUsd,\n children: \"Hemwelat\\xEE Token\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 177,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 168,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.balanceCard,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.balanceCardHeader,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_mobile-wallet-app-3/artifacts/jjj4s5p3_pez_logo.jpg'\n },\n style: styles.tokenLogo\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 182,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenSymbol,\n children: \"PEZ\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 186,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 181,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.balanceAmount,\n children: pezBalance\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 188,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.balanceUsd,\n children: \"Pezkuw\\xEE Token\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 189,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 180,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 167,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.walletActions,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: styles.walletActionButton,\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: 196,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.walletActionText,\n children: \"Send\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 197,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 195,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: styles.walletActionButton,\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: 200,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.walletActionText,\n children: \"Receive\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 201,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 199,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: styles.walletActionButton,\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: 204,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.walletActionText,\n children: \"Swap\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 205,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 203,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 194,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 158,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 157,\n columnNumber: 5\n }, this);\n }\n _s2(WalletTab, \"osbCN528CgM7tSTrgQcFeX6sHT4=\", false, function () {\n return [_contextsAuthContext.useAuth];\n });\n _c2 = WalletTab;\n function CitizensTab() {\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.placeholderText,\n children: \"Citizens Screen\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 216,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 215,\n columnNumber: 5\n }, this);\n }\n _c3 = CitizensTab;\n function ReferralTab() {\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.placeholderText,\n children: \"Referral Screen\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 224,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 223,\n columnNumber: 5\n }, this);\n }\n _c4 = ReferralTab;\n function ProfileTab() {\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.placeholderText,\n children: \"Profile Screen\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 232,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 231,\n columnNumber: 5\n }, this);\n }\n _c5 = ProfileTab;\n const 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: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"home\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 255,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 249,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Wallet\",\n component: WalletTab,\n options: {\n tabBarLabel: 'Wallet',\n tabBarIcon: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"wallet\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 265,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 259,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Citizens\",\n component: CitizensTab,\n options: {\n tabBarLabel: 'Citizens',\n tabBarIcon: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"people\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 275,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 269,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Referral\",\n component: ReferralTab,\n options: {\n tabBarLabel: 'Referral',\n tabBarIcon: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"gift\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 285,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 279,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Profile\",\n component: ProfileTab,\n options: {\n tabBarLabel: 'Profile',\n tabBarIcon: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"person\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 295,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 289,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 241,\n columnNumber: 5\n }, this);\n }\n _c6 = HomeScreen;\n const 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: 'History',\n icon: 'time',\n color: '#84CC16'\n }, {\n id: '13',\n label: 'QR Scan',\n icon: 'qr-code',\n color: '#06B6D4'\n }, {\n id: '14',\n label: 'Settings',\n icon: 'settings',\n color: '#64748B'\n }, {\n id: '15',\n label: 'Help',\n icon: 'help-circle',\n color: '#A855F7'\n }, {\n id: '16',\n label: 'Rewards',\n icon: 'star',\n color: '#FBBF24'\n }, {\n id: '17',\n label: 'Trust',\n icon: 'heart',\n color: '#EF4444'\n }, {\n id: '18',\n label: 'Parliament',\n icon: 'flag',\n color: '#3B82F6'\n }, {\n id: '19',\n label: 'Ministry',\n icon: 'business',\n color: '#10B981'\n }, {\n id: '20',\n label: 'Justice',\n icon: 'hammer',\n color: '#78350F'\n }, {\n id: '21',\n label: 'Tax',\n icon: 'receipt',\n color: '#991B1B'\n }, {\n id: '22',\n label: 'Census',\n icon: 'people-circle',\n color: '#1E40AF'\n }, {\n id: '23',\n label: 'Land',\n icon: 'map',\n color: '#065F46'\n }, {\n id: '24',\n label: 'Marriage',\n icon: 'heart-circle',\n color: '#BE185D'\n }, {\n id: '25',\n label: 'Birth',\n icon: 'happy',\n color: '#7C3AED'\n }, {\n id: '26',\n label: 'Death',\n icon: 'sad',\n color: '#404040'\n }, {\n id: '27',\n label: 'Trade',\n icon: 'storefront',\n color: '#0891B2'\n }, {\n id: '28',\n label: 'Export',\n icon: 'airplane',\n color: '#4338CA'\n }, {\n id: '29',\n label: 'Import',\n icon: 'boat',\n color: '#15803D'\n }, {\n id: '30',\n label: 'More',\n icon: 'apps',\n color: '#9333EA'\n }];\n const styles = StyleSheet.default.create({\n container: {\n flex: 1,\n backgroundColor: '#F8F9FA'\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 gap: 12\n },\n actionCard: {\n width: (width - 64) / 4,\n alignItems: 'center',\n padding: 8\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: 8,\n paddingTop: 8,\n height: 65\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":1125,"map":[[30,2,239,15,"Object"],[30,8,239,15],[30,9,239,15,"defineProperty"],[30,23,239,15],[30,24,239,15,"exports"],[30,31,239,15],[31,4,239,15,"enumerable"],[31,14,239,15],[32,4,239,15,"get"],[32,7,239,15],[32,18,239,15,"get"],[32,19,239,15],[33,6,239,15],[33,13,239,15,"HomeScreen"],[33,23,239,15],[34,4,239,15],[35,2,239,15],[36,2,1,0],[36,6,1,0,"_react"],[36,12,1,0],[36,15,1,0,"require"],[36,22,1,0],[36,23,1,0,"_dependencyMap"],[36,37,1,0],[37,2,1,51],[37,6,1,51,"_reactNativeWebDistExportsView"],[37,36,1,51],[37,39,1,51,"require"],[37,46,1,51],[37,47,1,51,"_dependencyMap"],[37,61,1,51],[38,2,1,51],[38,6,1,51,"View"],[38,10,1,51],[38,13,1,51,"_interopDefault"],[38,28,1,51],[38,29,1,51,"_reactNativeWebDistExportsView"],[38,59,1,51],[39,2,1,51],[39,6,1,51,"_reactNativeWebDistExportsText"],[39,36,1,51],[39,39,1,51,"require"],[39,46,1,51],[39,47,1,51,"_dependencyMap"],[39,61,1,51],[40,2,1,51],[40,6,1,51,"Text"],[40,10,1,51],[40,13,1,51,"_interopDefault"],[40,28,1,51],[40,29,1,51,"_reactNativeWebDistExportsText"],[40,59,1,51],[41,2,1,51],[41,6,1,51,"_reactNativeWebDistExportsStyleSheet"],[41,42,1,51],[41,45,1,51,"require"],[41,52,1,51],[41,53,1,51,"_dependencyMap"],[41,67,1,51],[42,2,1,51],[42,6,1,51,"StyleSheet"],[42,16,1,51],[42,19,1,51,"_interopDefault"],[42,34,1,51],[42,35,1,51,"_reactNativeWebDistExportsStyleSheet"],[42,71,1,51],[43,2,1,51],[43,6,1,51,"_reactNativeWebDistExportsTouchableOpacity"],[43,48,1,51],[43,51,1,51,"require"],[43,58,1,51],[43,59,1,51,"_dependencyMap"],[43,73,1,51],[44,2,1,51],[44,6,1,51,"TouchableOpacity"],[44,22,1,51],[44,25,1,51,"_interopDefault"],[44,40,1,51],[44,41,1,51,"_reactNativeWebDistExportsTouchableOpacity"],[44,83,1,51],[45,2,1,51],[45,6,1,51,"_reactNativeWebDistExportsSafeAreaView"],[45,44,1,51],[45,47,1,51,"require"],[45,54,1,51],[45,55,1,51,"_dependencyMap"],[45,69,1,51],[46,2,1,51],[46,6,1,51,"SafeAreaView"],[46,18,1,51],[46,21,1,51,"_interopDefault"],[46,36,1,51],[46,37,1,51,"_reactNativeWebDistExportsSafeAreaView"],[46,75,1,51],[47,2,1,51],[47,6,1,51,"_reactNativeWebDistExportsScrollView"],[47,42,1,51],[47,45,1,51,"require"],[47,52,1,51],[47,53,1,51,"_dependencyMap"],[47,67,1,51],[48,2,1,51],[48,6,1,51,"ScrollView"],[48,16,1,51],[48,19,1,51,"_interopDefault"],[48,34,1,51],[48,35,1,51,"_reactNativeWebDistExportsScrollView"],[48,71,1,51],[49,2,1,51],[49,6,1,51,"_reactNativeWebDistExportsImage"],[49,37,1,51],[49,40,1,51,"require"],[49,47,1,51],[49,48,1,51,"_dependencyMap"],[49,62,1,51],[50,2,1,51],[50,6,1,51,"Image"],[50,11,1,51],[50,14,1,51,"_interopDefault"],[50,29,1,51],[50,30,1,51,"_reactNativeWebDistExportsImage"],[50,61,1,51],[51,2,1,51],[51,6,1,51,"_reactNativeWebDistExportsDimensions"],[51,42,1,51],[51,45,1,51,"require"],[51,52,1,51],[51,53,1,51,"_dependencyMap"],[51,67,1,51],[52,2,1,51],[52,6,1,51,"Dimensions"],[52,16,1,51],[52,19,1,51,"_interopDefault"],[52,34,1,51],[52,35,1,51,"_reactNativeWebDistExportsDimensions"],[52,71,1,51],[53,2,1,51],[53,6,1,51,"_reactNativeWebDistExportsAlert"],[53,37,1,51],[53,40,1,51,"require"],[53,47,1,51],[53,48,1,51,"_dependencyMap"],[53,62,1,51],[54,2,1,51],[54,6,1,51,"Alert"],[54,11,1,51],[54,14,1,51,"_interopDefault"],[54,29,1,51],[54,30,1,51,"_reactNativeWebDistExportsAlert"],[54,61,1,51],[55,2,13,0],[55,6,13,0,"_expoVectorIcons"],[55,22,13,0],[55,25,13,0,"require"],[55,32,13,0],[55,33,13,0,"_dependencyMap"],[55,47,13,0],[56,2,14,0],[56,6,14,0,"_reactNavigationBottomTabs"],[56,32,14,0],[56,35,14,0,"require"],[56,42,14,0],[56,43,14,0,"_dependencyMap"],[56,57,14,0],[57,2,15,0],[57,6,15,0,"_expoImagePicker"],[57,22,15,0],[57,25,15,0,"require"],[57,32,15,0],[57,33,15,0,"_dependencyMap"],[57,47,15,0],[58,2,15,0],[58,6,15,0,"ImagePicker"],[58,17,15,0],[58,20,15,0,"_interopNamespace"],[58,37,15,0],[58,38,15,0,"_expoImagePicker"],[58,54,15,0],[59,2,16,0],[59,6,16,0,"_contextsAuthContext"],[59,26,16,0],[59,29,16,0,"require"],[59,36,16,0],[59,37,16,0,"_dependencyMap"],[59,51,16,0],[60,2,16,50],[60,6,16,50,"_reactJsxDevRuntime"],[60,25,16,50],[60,28,16,50,"require"],[60,35,16,50],[60,36,16,50,"_dependencyMap"],[60,50,16,50],[61,2,18,0],[61,8,18,6],[62,4,18,8,"width"],[63,2,18,14],[63,3,18,15],[63,6,18,18,"Dimensions"],[63,16,18,28],[63,17,18,28,"default"],[63,24,18,28],[63,25,18,29,"get"],[63,28,18,32],[63,29,18,33],[63,37,18,41],[63,38,18,42],[64,2,20,0],[64,11,20,9,"HomeTab"],[64,18,20,16,"HomeTab"],[64,19,20,16],[64,21,20,19],[65,4,20,19,"_s"],[65,6,20,19],[66,4,21,2],[66,10,21,8],[67,6,21,10,"user"],[68,4,21,15],[68,5,21,16],[68,8,21,19],[68,12,21,19,"useAuth"],[68,32,21,26],[68,33,21,26,"useAuth"],[68,40,21,26],[68,42,21,27],[68,43,21,28],[69,4,22,2],[69,10,22,8],[69,11,22,9,"profileImage"],[69,23,22,21],[69,25,22,23,"setProfileImage"],[69,40,22,38],[69,41,22,39],[69,44,22,42],[69,48,22,42,"useState"],[69,54,22,50],[69,55,22,50,"useState"],[69,63,22,50],[69,65,22,66],[69,69,22,70],[69,70,22,71],[70,4,24,2],[70,10,24,8,"pickImage"],[70,19,24,17],[70,22,24,20],[70,28,24,20,"pickImage"],[70,29,24,20],[70,34,24,32],[71,6,25,4],[71,12,25,10,"permissionResult"],[71,28,25,26],[71,31,25,29],[71,37,25,35,"ImagePicker"],[71,48,25,46],[71,49,25,47,"requestMediaLibraryPermissionsAsync"],[71,84,25,82],[71,85,25,83],[71,86,25,84],[72,6,27,4],[72,10,27,8,"permissionResult"],[72,26,27,24],[72,27,27,25,"granted"],[72,34,27,32],[72,39,27,37],[72,44,27,42],[72,46,27,44],[73,8,28,6,"Alert"],[73,13,28,11],[73,14,28,11,"default"],[73,21,28,11],[73,22,28,12,"alert"],[73,27,28,17],[73,28,28,18],[73,49,28,39],[73,51,28,41],[73,98,28,88],[73,99,28,89],[74,8,29,6],[75,6,30,4],[76,6,32,4],[76,12,32,10,"result"],[76,18,32,16],[76,21,32,19],[76,27,32,25,"ImagePicker"],[76,38,32,36],[76,39,32,37,"launchImageLibraryAsync"],[76,62,32,60],[76,63,32,61],[77,8,33,6,"mediaTypes"],[77,18,33,16],[77,20,33,18,"ImagePicker"],[77,31,33,29],[77,32,33,30,"MediaTypeOptions"],[77,48,33,46],[77,49,33,47,"Images"],[77,55,33,53],[78,8,34,6,"allowsEditing"],[78,21,34,19],[78,23,34,21],[78,27,34,25],[79,8,35,6,"aspect"],[79,14,35,12],[79,16,35,14],[79,17,35,15],[79,18,35,16],[79,20,35,18],[79,21,35,19],[79,22,35,20],[80,8,36,6,"quality"],[80,15,36,13],[80,17,36,15],[80,20,36,18],[81,8,37,6,"base64"],[81,14,37,12],[81,16,37,14],[82,6,38,4],[82,7,38,5],[82,8,38,6],[83,6,40,4],[83,10,40,8],[83,11,40,9,"result"],[83,17,40,15],[83,18,40,16,"canceled"],[83,26,40,24],[83,30,40,28,"result"],[83,36,40,34],[83,37,40,35,"assets"],[83,43,40,41],[83,44,40,42],[83,45,40,43],[83,46,40,44],[83,47,40,45,"base64"],[83,53,40,51],[83,55,40,53],[84,8,41,6],[84,14,41,12,"base64Image"],[84,25,41,23],[84,28,41,26],[84,54,41,52,"result"],[84,60,41,58],[84,61,41,59,"assets"],[84,67,41,65],[84,68,41,66],[84,69,41,67],[84,70,41,68],[84,71,41,69,"base64"],[84,77,41,75],[84,79,41,77],[85,8,42,6,"setProfileImage"],[85,23,42,21],[85,24,42,22,"base64Image"],[85,35,42,33],[85,36,42,34],[86,8,43,6],[87,6,44,4],[88,4,45,2],[88,5,45,3],[89,4,46,2],[89,24,47,4],[89,28,47,4,"_reactJsxDevRuntime"],[89,47,47,4],[89,48,47,4,"jsxDEV"],[89,54,47,4],[89,56,47,5,"SafeAreaView"],[89,68,47,17],[89,69,47,17,"default"],[89,76,47,17],[90,6,47,18,"style"],[90,11,47,23],[90,13,47,25,"styles"],[90,19,47,31],[90,20,47,32,"container"],[90,29,47,42],[91,6,47,42,"children"],[91,14,47,42],[91,29,48,6],[91,33,48,6,"_reactJsxDevRuntime"],[91,52,48,6],[91,53,48,6,"jsxDEV"],[91,59,48,6],[91,61,48,7,"ScrollView"],[91,71,48,17],[91,72,48,17,"default"],[91,79,48,17],[92,8,48,18,"showsVerticalScrollIndicator"],[92,36,48,46],[92,38,48,48],[92,43,48,54],[93,8,48,54,"children"],[93,16,48,54],[93,32,50,8],[93,36,50,8,"_reactJsxDevRuntime"],[93,55,50,8],[93,56,50,8,"jsxDEV"],[93,62,50,8],[93,64,50,9,"View"],[93,68,50,13],[93,69,50,13,"default"],[93,76,50,13],[94,10,50,14,"style"],[94,15,50,19],[94,17,50,21,"styles"],[94,23,50,27],[94,24,50,28,"header"],[94,30,50,35],[95,10,50,35,"children"],[95,18,50,35],[95,34,51,10],[95,38,51,10,"_reactJsxDevRuntime"],[95,57,51,10],[95,58,51,10,"jsxDEV"],[95,64,51,10],[95,66,51,11,"View"],[95,70,51,15],[95,71,51,15,"default"],[95,78,51,15],[96,12,51,16,"style"],[96,17,51,21],[96,19,51,23,"styles"],[96,25,51,29],[96,26,51,30,"headerLeft"],[96,36,51,41],[97,12,51,41,"children"],[97,20,51,41],[97,36,52,12],[97,40,52,12,"_reactJsxDevRuntime"],[97,59,52,12],[97,60,52,12,"jsxDEV"],[97,66,52,12],[97,68,52,13,"TouchableOpacity"],[97,84,52,29],[97,85,52,29,"default"],[97,92,52,29],[98,14,52,30,"style"],[98,19,52,35],[98,21,52,37,"styles"],[98,27,52,43],[98,28,52,44,"profileImage"],[98,40,52,57],[99,14,52,58,"onPress"],[99,21,52,65],[99,23,52,67,"pickImage"],[99,32,52,77],[100,14,52,77,"children"],[100,22,52,77],[100,24,53,15,"profileImage"],[100,36,53,27],[100,52,54,16],[100,56,54,16,"_reactJsxDevRuntime"],[100,75,54,16],[100,76,54,16,"jsxDEV"],[100,82,54,16],[100,84,54,17,"Image"],[100,89,54,22],[100,90,54,22,"default"],[100,97,54,22],[101,16,54,23,"source"],[101,22,54,29],[101,24,54,31],[102,18,54,33,"uri"],[102,21,54,36],[102,23,54,38,"profileImage"],[103,16,54,51],[103,17,54,53],[104,16,54,54,"style"],[104,21,54,59],[104,23,54,61,"styles"],[104,29,54,67],[104,30,54,68,"profileImageSrc"],[105,14,54,84],[106,16,54,84,"fileName"],[106,24,54,84],[106,26,54,84,"_jsxFileName"],[106,38,54,84],[107,16,54,84,"lineNumber"],[107,26,54,84],[108,16,54,84,"columnNumber"],[108,28,54,84],[109,14,54,84],[109,21,54,86],[109,22,54,87],[109,38,56,16],[109,42,56,16,"_reactJsxDevRuntime"],[109,61,56,16],[109,62,56,16,"jsxDEV"],[109,68,56,16],[109,70,56,17,"_expoVectorIcons"],[109,86,56,25],[109,87,56,25,"Ionicons"],[109,95,56,25],[110,16,56,26,"name"],[110,20,56,30],[110,22,56,31],[110,30,56,39],[111,16,56,40,"size"],[111,20,56,44],[111,22,56,46],[111,24,56,49],[112,16,56,50,"color"],[112,21,56,55],[112,23,56,56],[113,14,56,65],[114,16,56,65,"fileName"],[114,24,56,65],[114,26,56,65,"_jsxFileName"],[114,38,56,65],[115,16,56,65,"lineNumber"],[115,26,56,65],[116,16,56,65,"columnNumber"],[116,28,56,65],[117,14,56,65],[117,21,56,67],[118,12,57,15],[119,14,57,15,"fileName"],[119,22,57,15],[119,24,57,15,"_jsxFileName"],[119,36,57,15],[120,14,57,15,"lineNumber"],[120,24,57,15],[121,14,57,15,"columnNumber"],[121,26,57,15],[122,12,57,15],[122,19,58,30],[122,20,58,31],[122,35,59,12],[122,39,59,12,"_reactJsxDevRuntime"],[122,58,59,12],[122,59,59,12,"jsxDEV"],[122,65,59,12],[122,67,59,13,"View"],[122,71,59,17],[122,72,59,17,"default"],[122,79,59,17],[123,14,59,18,"style"],[123,19,59,23],[123,21,59,25,"styles"],[123,27,59,31],[123,28,59,32,"profileBadge"],[123,40,59,45],[124,14,59,45,"children"],[124,22,59,45],[124,38,60,14],[124,42,60,14,"_reactJsxDevRuntime"],[124,61,60,14],[124,62,60,14,"jsxDEV"],[124,68,60,14],[124,70,60,15,"_expoVectorIcons"],[124,86,60,23],[124,87,60,23,"Ionicons"],[124,95,60,23],[125,16,60,24,"name"],[125,20,60,28],[125,22,60,29],[125,28,60,35],[126,16,60,36,"size"],[126,20,60,40],[126,22,60,42],[126,24,60,45],[127,16,60,46,"color"],[127,21,60,51],[127,23,60,52],[128,14,60,61],[129,16,60,61,"fileName"],[129,24,60,61],[129,26,60,61,"_jsxFileName"],[129,38,60,61],[130,16,60,61,"lineNumber"],[130,26,60,61],[131,16,60,61,"columnNumber"],[131,28,60,61],[132,14,60,61],[132,21,60,63],[132,22,60,64],[132,37,61,14],[132,41,61,14,"_reactJsxDevRuntime"],[132,60,61,14],[132,61,61,14,"jsxDEV"],[132,67,61,14],[132,69,61,15,"Text"],[132,73,61,19],[132,74,61,19,"default"],[132,81,61,19],[133,16,61,20,"style"],[133,21,61,25],[133,23,61,27,"styles"],[133,29,61,33],[133,30,61,34,"trustScore"],[133,40,61,45],[134,16,61,45,"children"],[134,24,61,45],[134,26,61,46],[135,14,61,49],[136,16,61,49,"fileName"],[136,24,61,49],[136,26,61,49,"_jsxFileName"],[136,38,61,49],[137,16,61,49,"lineNumber"],[137,26,61,49],[138,16,61,49,"columnNumber"],[138,28,61,49],[139,14,61,49],[139,21,61,55],[139,22,61,56],[140,12,61,56],[141,14,61,56,"fileName"],[141,22,61,56],[141,24,61,56,"_jsxFileName"],[141,36,61,56],[142,14,61,56,"lineNumber"],[142,24,61,56],[143,14,61,56,"columnNumber"],[143,26,61,56],[144,12,61,56],[144,19,62,18],[144,20,62,19],[145,10,62,19],[146,12,62,19,"fileName"],[146,20,62,19],[146,22,62,19,"_jsxFileName"],[146,34,62,19],[147,12,62,19,"lineNumber"],[147,22,62,19],[148,12,62,19,"columnNumber"],[148,24,62,19],[149,10,62,19],[149,17,63,16],[149,18,63,17],[149,33,64,10],[149,37,64,10,"_reactJsxDevRuntime"],[149,56,64,10],[149,57,64,10,"jsxDEV"],[149,63,64,10],[149,65,64,11,"View"],[149,69,64,15],[149,70,64,15,"default"],[149,77,64,15],[150,12,64,16,"style"],[150,17,64,21],[150,19,64,23,"styles"],[150,25,64,29],[150,26,64,30,"headerRight"],[150,37,64,42],[151,12,64,42,"children"],[151,20,64,42],[151,36,65,12],[151,40,65,12,"_reactJsxDevRuntime"],[151,59,65,12],[151,60,65,12,"jsxDEV"],[151,66,65,12],[151,68,65,13,"TouchableOpacity"],[151,84,65,29],[151,85,65,29,"default"],[151,92,65,29],[152,14,65,30,"style"],[152,19,65,35],[152,21,65,37,"styles"],[152,27,65,43],[152,28,65,44,"iconButton"],[152,38,65,55],[153,14,65,55,"children"],[153,22,65,55],[153,37,66,14],[153,41,66,14,"_reactJsxDevRuntime"],[153,60,66,14],[153,61,66,14,"jsxDEV"],[153,67,66,14],[153,69,66,15,"_expoVectorIcons"],[153,85,66,23],[153,86,66,23,"Ionicons"],[153,94,66,23],[154,16,66,24,"name"],[154,20,66,28],[154,22,66,29],[154,39,66,46],[155,16,66,47,"size"],[155,20,66,51],[155,22,66,53],[155,24,66,56],[156,16,66,57,"color"],[156,21,66,62],[156,23,66,63],[157,14,66,72],[158,16,66,72,"fileName"],[158,24,66,72],[158,26,66,72,"_jsxFileName"],[158,38,66,72],[159,16,66,72,"lineNumber"],[159,26,66,72],[160,16,66,72,"columnNumber"],[160,28,66,72],[161,14,66,72],[161,21,66,74],[162,12,66,75],[163,14,66,75,"fileName"],[163,22,66,75],[163,24,66,75,"_jsxFileName"],[163,36,66,75],[164,14,66,75,"lineNumber"],[164,24,66,75],[165,14,66,75,"columnNumber"],[165,26,66,75],[166,12,66,75],[166,19,67,30],[166,20,67,31],[166,35,68,12],[166,39,68,12,"_reactJsxDevRuntime"],[166,58,68,12],[166,59,68,12,"jsxDEV"],[166,65,68,12],[166,67,68,13,"TouchableOpacity"],[166,83,68,29],[166,84,68,29,"default"],[166,91,68,29],[167,14,68,30,"style"],[167,19,68,35],[167,21,68,37,"styles"],[167,27,68,43],[167,28,68,44,"iconButton"],[167,38,68,55],[168,14,68,55,"children"],[168,22,68,55],[168,37,69,14],[168,41,69,14,"_reactJsxDevRuntime"],[168,60,69,14],[168,61,69,14,"jsxDEV"],[168,67,69,14],[168,69,69,15,"_expoVectorIcons"],[168,85,69,23],[168,86,69,23,"Ionicons"],[168,94,69,23],[169,16,69,24,"name"],[169,20,69,28],[169,22,69,29],[169,45,69,52],[170,16,69,53,"size"],[170,20,69,57],[170,22,69,59],[170,24,69,62],[171,16,69,63,"color"],[171,21,69,68],[171,23,69,69],[172,14,69,78],[173,16,69,78,"fileName"],[173,24,69,78],[173,26,69,78,"_jsxFileName"],[173,38,69,78],[174,16,69,78,"lineNumber"],[174,26,69,78],[175,16,69,78,"columnNumber"],[175,28,69,78],[176,14,69,78],[176,21,69,80],[177,12,69,81],[178,14,69,81,"fileName"],[178,22,69,81],[178,24,69,81,"_jsxFileName"],[178,36,69,81],[179,14,69,81,"lineNumber"],[179,24,69,81],[180,14,69,81,"columnNumber"],[180,26,69,81],[181,12,69,81],[181,19,70,30],[181,20,70,31],[181,35,71,12],[181,39,71,12,"_reactJsxDevRuntime"],[181,58,71,12],[181,59,71,12,"jsxDEV"],[181,65,71,12],[181,67,71,13,"TouchableOpacity"],[181,83,71,29],[181,84,71,29,"default"],[181,91,71,29],[182,14,71,30,"style"],[182,19,71,35],[182,21,71,37,"styles"],[182,27,71,43],[182,28,71,44,"iconButton"],[182,38,71,55],[183,14,71,55,"children"],[183,22,71,55],[183,37,72,14],[183,41,72,14,"_reactJsxDevRuntime"],[183,60,72,14],[183,61,72,14,"jsxDEV"],[183,67,72,14],[183,69,72,15,"_expoVectorIcons"],[183,85,72,23],[183,86,72,23,"Ionicons"],[183,94,72,23],[184,16,72,24,"name"],[184,20,72,28],[184,22,72,29],[184,40,72,47],[185,16,72,48,"size"],[185,20,72,52],[185,22,72,54],[185,24,72,57],[186,16,72,58,"color"],[186,21,72,63],[186,23,72,64],[187,14,72,73],[188,16,72,73,"fileName"],[188,24,72,73],[188,26,72,73,"_jsxFileName"],[188,38,72,73],[189,16,72,73,"lineNumber"],[189,26,72,73],[190,16,72,73,"columnNumber"],[190,28,72,73],[191,14,72,73],[191,21,72,75],[192,12,72,76],[193,14,72,76,"fileName"],[193,22,72,76],[193,24,72,76,"_jsxFileName"],[193,36,72,76],[194,14,72,76,"lineNumber"],[194,24,72,76],[195,14,72,76,"columnNumber"],[195,26,72,76],[196,12,72,76],[196,19,73,30],[196,20,73,31],[197,10,73,31],[198,12,73,31,"fileName"],[198,20,73,31],[198,22,73,31,"_jsxFileName"],[198,34,73,31],[199,12,73,31,"lineNumber"],[199,22,73,31],[200,12,73,31,"columnNumber"],[200,24,73,31],[201,10,73,31],[201,17,74,16],[201,18,74,17],[202,8,74,17],[203,10,74,17,"fileName"],[203,18,74,17],[203,20,74,17,"_jsxFileName"],[203,32,74,17],[204,10,74,17,"lineNumber"],[204,20,74,17],[205,10,74,17,"columnNumber"],[205,22,74,17],[206,8,74,17],[206,15,75,14],[206,16,75,15],[206,31,78,8],[206,35,78,8,"_reactJsxDevRuntime"],[206,54,78,8],[206,55,78,8,"jsxDEV"],[206,61,78,8],[206,63,78,9,"View"],[206,67,78,13],[206,68,78,13,"default"],[206,75,78,13],[207,10,78,14,"style"],[207,15,78,19],[207,17,78,21,"styles"],[207,23,78,27],[207,24,78,28,"announcementWidget"],[207,42,78,47],[208,10,78,47,"children"],[208,18,78,47],[208,33,79,10],[208,37,79,10,"_reactJsxDevRuntime"],[208,56,79,10],[208,57,79,10,"jsxDEV"],[208,63,79,10],[208,65,79,11,"ScrollView"],[208,75,79,21],[208,76,79,21,"default"],[208,83,79,21],[209,12,79,22,"horizontal"],[209,22,79,32],[210,12,79,33,"showsHorizontalScrollIndicator"],[210,42,79,63],[210,44,79,65],[210,49,79,71],[211,12,79,71,"children"],[211,20,79,71],[211,36,80,12],[211,40,80,12,"_reactJsxDevRuntime"],[211,59,80,12],[211,60,80,12,"jsxDEV"],[211,66,80,12],[211,68,80,13,"View"],[211,72,80,17],[211,73,80,17,"default"],[211,80,80,17],[212,14,80,18,"style"],[212,19,80,23],[212,21,80,25,"styles"],[212,27,80,31],[212,28,80,32,"announcement"],[212,40,80,45],[213,14,80,45,"children"],[213,22,80,45],[213,38,81,14],[213,42,81,14,"_reactJsxDevRuntime"],[213,61,81,14],[213,62,81,14,"jsxDEV"],[213,68,81,14],[213,70,81,15,"Text"],[213,74,81,19],[213,75,81,19,"default"],[213,82,81,19],[214,16,81,20,"style"],[214,21,81,25],[214,23,81,27,"styles"],[214,29,81,33],[214,30,81,34,"announcementTitle"],[214,47,81,52],[215,16,81,52,"children"],[215,24,81,52],[215,26,81,53],[216,14,81,80],[217,16,81,80,"fileName"],[217,24,81,80],[217,26,81,80,"_jsxFileName"],[217,38,81,80],[218,16,81,80,"lineNumber"],[218,26,81,80],[219,16,81,80,"columnNumber"],[219,28,81,80],[220,14,81,80],[220,21,81,86],[220,22,81,87],[220,37,82,14],[220,41,82,14,"_reactJsxDevRuntime"],[220,60,82,14],[220,61,82,14,"jsxDEV"],[220,67,82,14],[220,69,82,15,"Text"],[220,73,82,19],[220,74,82,19,"default"],[220,81,82,19],[221,16,82,20,"style"],[221,21,82,25],[221,23,82,27,"styles"],[221,29,82,33],[221,30,82,34,"announcementText"],[221,46,82,51],[222,16,82,51,"children"],[222,24,82,51],[222,26,82,52],[223,14,82,88],[224,16,82,88,"fileName"],[224,24,82,88],[224,26,82,88,"_jsxFileName"],[224,38,82,88],[225,16,82,88,"lineNumber"],[225,26,82,88],[226,16,82,88,"columnNumber"],[226,28,82,88],[227,14,82,88],[227,21,82,94],[227,22,82,95],[228,12,82,95],[229,14,82,95,"fileName"],[229,22,82,95],[229,24,82,95,"_jsxFileName"],[229,36,82,95],[230,14,82,95,"lineNumber"],[230,24,82,95],[231,14,82,95,"columnNumber"],[231,26,82,95],[232,12,82,95],[232,19,83,18],[232,20,83,19],[232,35,84,12],[232,39,84,12,"_reactJsxDevRuntime"],[232,58,84,12],[232,59,84,12,"jsxDEV"],[232,65,84,12],[232,67,84,13,"View"],[232,71,84,17],[232,72,84,17,"default"],[232,79,84,17],[233,14,84,18,"style"],[233,19,84,23],[233,21,84,25,"styles"],[233,27,84,31],[233,28,84,32,"announcement"],[233,40,84,45],[234,14,84,45,"children"],[234,22,84,45],[234,38,85,14],[234,42,85,14,"_reactJsxDevRuntime"],[234,61,85,14],[234,62,85,14,"jsxDEV"],[234,68,85,14],[234,70,85,15,"Text"],[234,74,85,19],[234,75,85,19,"default"],[234,82,85,19],[235,16,85,20,"style"],[235,21,85,25],[235,23,85,27,"styles"],[235,29,85,33],[235,30,85,34,"announcementTitle"],[235,47,85,52],[236,16,85,52,"children"],[236,24,85,52],[236,26,85,53],[237,14,85,67],[238,16,85,67,"fileName"],[238,24,85,67],[238,26,85,67,"_jsxFileName"],[238,38,85,67],[239,16,85,67,"lineNumber"],[239,26,85,67],[240,16,85,67,"columnNumber"],[240,28,85,67],[241,14,85,67],[241,21,85,73],[241,22,85,74],[241,37,86,14],[241,41,86,14,"_reactJsxDevRuntime"],[241,60,86,14],[241,61,86,14,"jsxDEV"],[241,67,86,14],[241,69,86,15,"Text"],[241,73,86,19],[241,74,86,19,"default"],[241,81,86,19],[242,16,86,20,"style"],[242,21,86,25],[242,23,86,27,"styles"],[242,29,86,33],[242,30,86,34,"announcementText"],[242,46,86,51],[243,16,86,51,"children"],[243,24,86,51],[243,26,86,52],[244,14,86,80],[245,16,86,80,"fileName"],[245,24,86,80],[245,26,86,80,"_jsxFileName"],[245,38,86,80],[246,16,86,80,"lineNumber"],[246,26,86,80],[247,16,86,80,"columnNumber"],[247,28,86,80],[248,14,86,80],[248,21,86,86],[248,22,86,87],[249,12,86,87],[250,14,86,87,"fileName"],[250,22,86,87],[250,24,86,87,"_jsxFileName"],[250,36,86,87],[251,14,86,87,"lineNumber"],[251,24,86,87],[252,14,86,87,"columnNumber"],[252,26,86,87],[253,12,86,87],[253,19,87,18],[253,20,87,19],[254,10,87,19],[255,12,87,19,"fileName"],[255,20,87,19],[255,22,87,19,"_jsxFileName"],[255,34,87,19],[256,12,87,19,"lineNumber"],[256,22,87,19],[257,12,87,19,"columnNumber"],[257,24,87,19],[258,10,87,19],[258,17,88,22],[259,8,88,23],[260,10,88,23,"fileName"],[260,18,88,23],[260,20,88,23,"_jsxFileName"],[260,32,88,23],[261,10,88,23,"lineNumber"],[261,20,88,23],[262,10,88,23,"columnNumber"],[262,22,88,23],[263,8,88,23],[263,15,89,14],[263,16,89,15],[263,31,92,8],[263,35,92,8,"_reactJsxDevRuntime"],[263,54,92,8],[263,55,92,8,"jsxDEV"],[263,61,92,8],[263,63,92,9,"View"],[263,67,92,13],[263,68,92,13,"default"],[263,75,92,13],[264,10,92,14,"style"],[264,15,92,19],[264,17,92,21,"styles"],[264,23,92,27],[264,24,92,28,"quickActionsContainer"],[264,45,92,50],[265,10,92,50,"children"],[265,18,92,50],[265,34,93,10],[265,38,93,10,"_reactJsxDevRuntime"],[265,57,93,10],[265,58,93,10,"jsxDEV"],[265,64,93,10],[265,66,93,11,"Text"],[265,70,93,15],[265,71,93,15,"default"],[265,78,93,15],[266,12,93,16,"style"],[266,17,93,21],[266,19,93,23,"styles"],[266,25,93,29],[266,26,93,30,"sectionTitle"],[266,38,93,43],[267,12,93,43,"children"],[267,20,93,43],[267,22,93,44],[268,10,93,57],[269,12,93,57,"fileName"],[269,20,93,57],[269,22,93,57,"_jsxFileName"],[269,34,93,57],[270,12,93,57,"lineNumber"],[270,22,93,57],[271,12,93,57,"columnNumber"],[271,24,93,57],[272,10,93,57],[272,17,93,63],[272,18,93,64],[272,33,94,10],[272,37,94,10,"_reactJsxDevRuntime"],[272,56,94,10],[272,57,94,10,"jsxDEV"],[272,63,94,10],[272,65,94,11,"View"],[272,69,94,15],[272,70,94,15,"default"],[272,77,94,15],[273,12,94,16,"style"],[273,17,94,21],[273,19,94,23,"styles"],[273,25,94,29],[273,26,94,30,"actionsGrid"],[273,37,94,42],[274,12,94,42,"children"],[274,20,94,42],[274,22,95,13,"QUICK_ACTIONS"],[274,35,95,26],[274,36,95,27,"map"],[274,39,95,30],[274,40,95,32,"action"],[274,46,95,38],[274,63,96,14],[274,67,96,14,"_reactJsxDevRuntime"],[274,86,96,14],[274,87,96,14,"jsxDEV"],[274,93,96,14],[274,95,96,15,"TouchableOpacity"],[274,111,96,31],[274,112,96,31,"default"],[274,119,96,31],[275,14,98,16,"style"],[275,19,98,21],[275,21,98,23,"styles"],[275,27,98,29],[275,28,98,30,"actionCard"],[275,38,98,41],[276,14,99,16,"activeOpacity"],[276,27,99,29],[276,29,99,31],[276,32,99,35],[277,14,99,35,"children"],[277,22,99,35],[277,38,101,16],[277,42,101,16,"_reactJsxDevRuntime"],[277,61,101,16],[277,62,101,16,"jsxDEV"],[277,68,101,16],[277,70,101,17,"View"],[277,74,101,21],[277,75,101,21,"default"],[277,82,101,21],[278,16,101,22,"style"],[278,21,101,27],[278,23,101,29],[278,24,101,30,"styles"],[278,30,101,36],[278,31,101,37,"actionIcon"],[278,41,101,47],[278,43,101,49],[279,18,101,51,"backgroundColor"],[279,33,101,66],[279,35,101,68,"action"],[279,41,101,74],[279,42,101,75,"color"],[280,16,101,81],[280,17,101,82],[280,18,101,84],[281,16,101,84,"children"],[281,24,101,84],[281,39,102,18],[281,43,102,18,"_reactJsxDevRuntime"],[281,62,102,18],[281,63,102,18,"jsxDEV"],[281,69,102,18],[281,71,102,19,"_expoVectorIcons"],[281,87,102,27],[281,88,102,27,"Ionicons"],[281,96,102,27],[282,18,102,28,"name"],[282,22,102,32],[282,24,102,34,"action"],[282,30,102,40],[282,31,102,41,"icon"],[282,35,102,46],[283,18,102,47,"size"],[283,22,102,51],[283,24,102,53],[283,26,102,56],[284,18,102,57,"color"],[284,23,102,62],[284,25,102,63],[285,16,102,69],[286,18,102,69,"fileName"],[286,26,102,69],[286,28,102,69,"_jsxFileName"],[286,40,102,69],[287,18,102,69,"lineNumber"],[287,28,102,69],[288,18,102,69,"columnNumber"],[288,30,102,69],[289,16,102,69],[289,23,102,71],[290,14,102,72],[291,16,102,72,"fileName"],[291,24,102,72],[291,26,102,72,"_jsxFileName"],[291,38,102,72],[292,16,102,72,"lineNumber"],[292,26,102,72],[293,16,102,72,"columnNumber"],[293,28,102,72],[294,14,102,72],[294,21,103,22],[294,22,103,23],[294,37,104,16],[294,41,104,16,"_reactJsxDevRuntime"],[294,60,104,16],[294,61,104,16,"jsxDEV"],[294,67,104,16],[294,69,104,17,"Text"],[294,73,104,21],[294,74,104,21,"default"],[294,81,104,21],[295,16,104,22,"style"],[295,21,104,27],[295,23,104,29,"styles"],[295,29,104,35],[295,30,104,36,"actionLabel"],[295,41,104,48],[296,16,104,48,"children"],[296,24,104,48],[296,26,104,50,"action"],[296,32,104,56],[296,33,104,57,"label"],[297,14,104,62],[298,16,104,62,"fileName"],[298,24,104,62],[298,26,104,62,"_jsxFileName"],[298,38,104,62],[299,16,104,62,"lineNumber"],[299,26,104,62],[300,16,104,62,"columnNumber"],[300,28,104,62],[301,14,104,62],[301,21,104,69],[301,22,104,70],[302,12,104,70],[302,15,97,21,"action"],[302,21,97,27],[302,22,97,28,"id"],[302,24,97,30],[303,14,97,30,"fileName"],[303,22,97,30],[303,24,97,30,"_jsxFileName"],[303,36,97,30],[304,14,97,30,"lineNumber"],[304,24,97,30],[305,14,97,30,"columnNumber"],[305,26,97,30],[306,12,97,30],[306,19,105,32],[306,20,106,13],[307,10,106,14],[308,12,106,14,"fileName"],[308,20,106,14],[308,22,106,14,"_jsxFileName"],[308,34,106,14],[309,12,106,14,"lineNumber"],[309,22,106,14],[310,12,106,14,"columnNumber"],[310,24,106,14],[311,10,106,14],[311,17,107,16],[311,18,107,17],[312,8,107,17],[313,10,107,17,"fileName"],[313,18,107,17],[313,20,107,17,"_jsxFileName"],[313,32,107,17],[314,10,107,17,"lineNumber"],[314,20,107,17],[315,10,107,17,"columnNumber"],[315,22,107,17],[316,8,107,17],[316,15,108,14],[316,16,108,15],[317,6,108,15],[318,8,108,15,"fileName"],[318,16,108,15],[318,18,108,15,"_jsxFileName"],[318,30,108,15],[319,8,108,15,"lineNumber"],[319,18,108,15],[320,8,108,15,"columnNumber"],[320,20,108,15],[321,6,108,15],[321,13,109,18],[322,4,109,19],[323,6,109,19,"fileName"],[323,14,109,19],[323,16,109,19,"_jsxFileName"],[323,28,109,19],[324,6,109,19,"lineNumber"],[324,16,109,19],[325,6,109,19,"columnNumber"],[325,18,109,19],[326,4,109,19],[326,11,110,18],[326,12,110,19],[327,2,112,0],[328,2,112,1,"_s"],[328,4,112,1],[328,5,20,9,"HomeTab"],[328,12,20,16],[329,4,20,16],[329,12,21,19,"useAuth"],[329,32,21,26],[329,33,21,26,"useAuth"],[329,40,21,26],[330,2,21,26],[331,2,21,26,"_c"],[331,4,21,26],[331,7,20,9,"HomeTab"],[331,14,20,16],[332,2,114,0],[332,11,114,9,"WalletTab"],[332,20,114,18,"WalletTab"],[332,21,114,18],[332,23,114,21],[333,4,114,21,"_s2"],[333,7,114,21],[334,4,115,2],[334,10,115,8],[335,6,115,10,"user"],[336,4,115,15],[336,5,115,16],[336,8,115,19],[336,12,115,19,"useAuth"],[336,32,115,26],[336,33,115,26,"useAuth"],[336,40,115,26],[336,42,115,27],[336,43,115,28],[337,4,116,2],[337,10,116,8],[337,11,116,9,"hezBalance"],[337,21,116,19],[337,23,116,21,"setHezBalance"],[337,36,116,34],[337,37,116,35],[337,40,116,38],[337,44,116,38,"useState"],[337,50,116,46],[337,51,116,46,"useState"],[337,59,116,46],[337,61,116,47],[337,73,116,59],[337,74,116,60],[338,4,117,2],[338,10,117,8],[338,11,117,9,"pezBalance"],[338,21,117,19],[338,23,117,21,"setPezBalance"],[338,36,117,34],[338,37,117,35],[338,40,117,38],[338,44,117,38,"useState"],[338,50,117,46],[338,51,117,46,"useState"],[338,59,117,46],[338,61,117,47],[338,73,117,59],[338,74,117,60],[339,4,118,2],[339,10,118,8],[339,11,118,9,"loading"],[339,18,118,16],[339,20,118,18,"setLoading"],[339,30,118,28],[339,31,118,29],[339,34,118,32],[339,38,118,32,"useState"],[339,44,118,40],[339,45,118,40,"useState"],[339,53,118,40],[339,55,118,41],[339,59,118,45],[339,60,118,46],[340,4,120,2],[340,10,120,8,"TEST_WALLET"],[340,21,120,19],[340,24,120,22],[340,74,120,72],[341,4,122,2],[341,8,122,2,"useEffect"],[341,14,122,11],[341,15,122,11,"useEffect"],[341,24,122,11],[341,26,122,12],[341,32,122,18],[342,6,123,4,"fetchBalance"],[342,18,123,16],[342,19,123,17],[342,20,123,18],[343,4,124,2],[343,5,124,3],[343,7,124,5],[343,9,124,7],[343,10,124,8],[344,4,126,2],[344,10,126,8,"fetchBalance"],[344,22,126,20],[344,25,126,23],[344,31,126,23,"fetchBalance"],[344,32,126,23],[344,37,126,35],[345,6,127,4],[345,10,127,8],[346,8,128,6],[346,14,128,12,"backendUrl"],[346,24,128,22],[346,27,128,25],[346,84,128,64],[346,107,128,87],[347,8,129,6],[347,14,129,12,"response"],[347,22,129,20],[347,25,129,23],[347,31,129,29,"fetch"],[347,36,129,34],[347,37,129,35],[347,40,129,38,"backendUrl"],[347,50,129,48],[347,75,129,73],[347,77,129,75],[348,10,130,8,"method"],[348,16,130,14],[348,18,130,16],[348,24,130,22],[349,10,131,8,"headers"],[349,17,131,15],[349,19,131,17],[350,12,132,10],[350,26,132,24],[350,28,132,26],[351,10,133,8],[351,11,133,9],[352,10,134,8,"body"],[352,14,134,12],[352,16,134,14,"JSON"],[352,20,134,18],[352,21,134,19,"stringify"],[352,30,134,28],[352,31,134,29],[353,12,135,10,"address"],[353,19,135,17],[353,21,135,19,"TEST_WALLET"],[354,10,136,8],[354,11,136,9],[355,8,137,6],[355,9,137,7],[355,10,137,8],[356,8,139,6],[356,12,139,10,"response"],[356,20,139,18],[356,21,139,19,"ok"],[356,23,139,21],[356,25,139,23],[357,10,140,8],[357,16,140,14,"data"],[357,20,140,18],[357,23,140,21],[357,29,140,27,"response"],[357,37,140,35],[357,38,140,36,"json"],[357,42,140,40],[357,43,140,41],[357,44,140,42],[358,10,141,8,"setHezBalance"],[358,23,141,21],[358,24,141,22,"parseFloat"],[358,34,141,32],[358,35,141,33,"data"],[358,39,141,37],[358,40,141,38,"hez"],[358,43,141,41],[358,44,141,42],[358,45,141,43,"toFixed"],[358,52,141,50],[358,53,141,51],[358,54,141,52],[358,55,141,53],[358,56,141,54],[359,10,142,8,"setPezBalance"],[359,23,142,21],[359,24,142,22,"parseFloat"],[359,34,142,32],[359,35,142,33,"data"],[359,39,142,37],[359,40,142,38,"pez"],[359,43,142,41],[359,44,142,42],[359,45,142,43,"toFixed"],[359,52,142,50],[359,53,142,51],[359,54,142,52],[359,55,142,53],[359,56,142,54],[360,8,143,6],[360,9,143,7],[360,15,143,13],[361,10,144,8,"setHezBalance"],[361,23,144,21],[361,24,144,22],[361,31,144,29],[361,32,144,30],[362,10,145,8,"setPezBalance"],[362,23,145,21],[362,24,145,22],[362,31,145,29],[362,32,145,30],[363,8,146,6],[364,6,147,4],[364,7,147,5],[364,8,147,6],[364,15,147,13,"error"],[364,20,147,18],[364,22,147,20],[365,8,148,6,"console"],[365,15,148,13],[365,16,148,14,"error"],[365,21,148,19],[365,22,148,20],[365,44,148,42],[365,46,148,44,"error"],[365,51,148,49],[365,52,148,50],[366,8,149,6,"setHezBalance"],[366,21,149,19],[366,22,149,20],[366,29,149,27],[366,30,149,28],[367,8,150,6,"setPezBalance"],[367,21,150,19],[367,22,150,20],[367,29,150,27],[367,30,150,28],[368,6,151,4],[368,7,151,5],[368,16,151,14],[369,8,152,6,"setLoading"],[369,18,152,16],[369,19,152,17],[369,24,152,22],[369,25,152,23],[370,6,153,4],[371,4,154,2],[371,5,154,3],[372,4,156,2],[372,24,157,4],[372,28,157,4,"_reactJsxDevRuntime"],[372,47,157,4],[372,48,157,4,"jsxDEV"],[372,54,157,4],[372,56,157,5,"SafeAreaView"],[372,68,157,17],[372,69,157,17,"default"],[372,76,157,17],[373,6,157,18,"style"],[373,11,157,23],[373,13,157,25,"styles"],[373,19,157,31],[373,20,157,32,"container"],[373,29,157,42],[374,6,157,42,"children"],[374,14,157,42],[374,29,158,6],[374,33,158,6,"_reactJsxDevRuntime"],[374,52,158,6],[374,53,158,6,"jsxDEV"],[374,59,158,6],[374,61,158,7,"ScrollView"],[374,71,158,17],[374,72,158,17,"default"],[374,79,158,17],[375,8,158,17,"children"],[375,16,158,17],[375,32,159,8],[375,36,159,8,"_reactJsxDevRuntime"],[375,55,159,8],[375,56,159,8,"jsxDEV"],[375,62,159,8],[375,64,159,9,"View"],[375,68,159,13],[375,69,159,13,"default"],[375,76,159,13],[376,10,159,14,"style"],[376,15,159,19],[376,17,159,21,"styles"],[376,23,159,27],[376,24,159,28,"walletHeader"],[376,36,159,41],[377,10,159,41,"children"],[377,18,159,41],[377,34,160,10],[377,38,160,10,"_reactJsxDevRuntime"],[377,57,160,10],[377,58,160,10,"jsxDEV"],[377,64,160,10],[377,66,160,11,"Text"],[377,70,160,15],[377,71,160,15,"default"],[377,78,160,15],[378,12,160,16,"style"],[378,17,160,21],[378,19,160,23,"styles"],[378,25,160,29],[378,26,160,30,"walletTitle"],[378,37,160,42],[379,12,160,42,"children"],[379,20,160,42],[379,22,160,43],[380,10,160,52],[381,12,160,52,"fileName"],[381,20,160,52],[381,22,160,52,"_jsxFileName"],[381,34,160,52],[382,12,160,52,"lineNumber"],[382,22,160,52],[383,12,160,52,"columnNumber"],[383,24,160,52],[384,10,160,52],[384,17,160,58],[384,18,160,59],[384,33,161,10],[384,37,161,10,"_reactJsxDevRuntime"],[384,56,161,10],[384,57,161,10,"jsxDEV"],[384,63,161,10],[384,65,161,11,"TouchableOpacity"],[384,81,161,27],[384,82,161,27,"default"],[384,89,161,27],[385,12,161,28,"onPress"],[385,19,161,35],[385,21,161,37,"fetchBalance"],[385,33,161,50],[386,12,161,51,"style"],[386,17,161,56],[386,19,161,58,"styles"],[386,25,161,64],[386,26,161,65,"refreshButton"],[386,39,161,79],[387,12,161,79,"children"],[387,20,161,79],[387,35,162,12],[387,39,162,12,"_reactJsxDevRuntime"],[387,58,162,12],[387,59,162,12,"jsxDEV"],[387,65,162,12],[387,67,162,13,"_expoVectorIcons"],[387,83,162,21],[387,84,162,21,"Ionicons"],[387,92,162,21],[388,14,162,22,"name"],[388,18,162,26],[388,20,162,27],[388,29,162,36],[389,14,162,37,"size"],[389,18,162,41],[389,20,162,43],[389,22,162,46],[390,14,162,47,"color"],[390,19,162,52],[390,21,162,53],[391,12,162,62],[392,14,162,62,"fileName"],[392,22,162,62],[392,24,162,62,"_jsxFileName"],[392,36,162,62],[393,14,162,62,"lineNumber"],[393,24,162,62],[394,14,162,62,"columnNumber"],[394,26,162,62],[395,12,162,62],[395,19,162,64],[396,10,162,65],[397,12,162,65,"fileName"],[397,20,162,65],[397,22,162,65,"_jsxFileName"],[397,34,162,65],[398,12,162,65,"lineNumber"],[398,22,162,65],[399,12,162,65,"columnNumber"],[399,24,162,65],[400,10,162,65],[400,17,163,28],[400,18,163,29],[401,8,163,29],[402,10,163,29,"fileName"],[402,18,163,29],[402,20,163,29,"_jsxFileName"],[402,32,163,29],[403,10,163,29,"lineNumber"],[403,20,163,29],[404,10,163,29,"columnNumber"],[404,22,163,29],[405,8,163,29],[405,15,164,14],[405,16,164,15],[405,31,167,8],[405,35,167,8,"_reactJsxDevRuntime"],[405,54,167,8],[405,55,167,8,"jsxDEV"],[405,61,167,8],[405,63,167,9,"View"],[405,67,167,13],[405,68,167,13,"default"],[405,75,167,13],[406,10,167,14,"style"],[406,15,167,19],[406,17,167,21,"styles"],[406,23,167,27],[406,24,167,28,"balanceCards"],[406,36,167,41],[407,10,167,41,"children"],[407,18,167,41],[407,34,168,10],[407,38,168,10,"_reactJsxDevRuntime"],[407,57,168,10],[407,58,168,10,"jsxDEV"],[407,64,168,10],[407,66,168,11,"View"],[407,70,168,15],[407,71,168,15,"default"],[407,78,168,15],[408,12,168,16,"style"],[408,17,168,21],[408,19,168,23,"styles"],[408,25,168,29],[408,26,168,30,"balanceCard"],[408,37,168,42],[409,12,168,42,"children"],[409,20,168,42],[409,36,169,12],[409,40,169,12,"_reactJsxDevRuntime"],[409,59,169,12],[409,60,169,12,"jsxDEV"],[409,66,169,12],[409,68,169,13,"View"],[409,72,169,17],[409,73,169,17,"default"],[409,80,169,17],[410,14,169,18,"style"],[410,19,169,23],[410,21,169,25,"styles"],[410,27,169,31],[410,28,169,32,"balanceCardHeader"],[410,45,169,50],[411,14,169,50,"children"],[411,22,169,50],[411,38,170,14],[411,42,170,14,"_reactJsxDevRuntime"],[411,61,170,14],[411,62,170,14,"jsxDEV"],[411,68,170,14],[411,70,170,15,"Image"],[411,75,170,20],[411,76,170,20,"default"],[411,83,170,20],[412,16,171,16,"source"],[412,22,171,22],[412,24,171,24],[413,18,171,26,"uri"],[413,21,171,29],[413,23,171,31],[414,16,171,147],[414,17,171,149],[415,16,172,16,"style"],[415,21,172,21],[415,23,172,23,"styles"],[415,29,172,29],[415,30,172,30,"tokenLogo"],[416,14,172,40],[417,16,172,40,"fileName"],[417,24,172,40],[417,26,172,40,"_jsxFileName"],[417,38,172,40],[418,16,172,40,"lineNumber"],[418,26,172,40],[419,16,172,40,"columnNumber"],[419,28,172,40],[420,14,172,40],[420,21,173,15],[420,22,173,16],[420,37,174,14],[420,41,174,14,"_reactJsxDevRuntime"],[420,60,174,14],[420,61,174,14,"jsxDEV"],[420,67,174,14],[420,69,174,15,"Text"],[420,73,174,19],[420,74,174,19,"default"],[420,81,174,19],[421,16,174,20,"style"],[421,21,174,25],[421,23,174,27,"styles"],[421,29,174,33],[421,30,174,34,"tokenSymbol"],[421,41,174,46],[422,16,174,46,"children"],[422,24,174,46],[422,26,174,47],[423,14,174,50],[424,16,174,50,"fileName"],[424,24,174,50],[424,26,174,50,"_jsxFileName"],[424,38,174,50],[425,16,174,50,"lineNumber"],[425,26,174,50],[426,16,174,50,"columnNumber"],[426,28,174,50],[427,14,174,50],[427,21,174,56],[427,22,174,57],[428,12,174,57],[429,14,174,57,"fileName"],[429,22,174,57],[429,24,174,57,"_jsxFileName"],[429,36,174,57],[430,14,174,57,"lineNumber"],[430,24,174,57],[431,14,174,57,"columnNumber"],[431,26,174,57],[432,12,174,57],[432,19,175,18],[432,20,175,19],[432,35,176,12],[432,39,176,12,"_reactJsxDevRuntime"],[432,58,176,12],[432,59,176,12,"jsxDEV"],[432,65,176,12],[432,67,176,13,"Text"],[432,71,176,17],[432,72,176,17,"default"],[432,79,176,17],[433,14,176,18,"style"],[433,19,176,23],[433,21,176,25,"styles"],[433,27,176,31],[433,28,176,32,"balanceAmount"],[433,41,176,46],[434,14,176,46,"children"],[434,22,176,46],[434,24,176,48,"hezBalance"],[435,12,176,58],[436,14,176,58,"fileName"],[436,22,176,58],[436,24,176,58,"_jsxFileName"],[436,36,176,58],[437,14,176,58,"lineNumber"],[437,24,176,58],[438,14,176,58,"columnNumber"],[438,26,176,58],[439,12,176,58],[439,19,176,65],[439,20,176,66],[439,35,177,12],[439,39,177,12,"_reactJsxDevRuntime"],[439,58,177,12],[439,59,177,12,"jsxDEV"],[439,65,177,12],[439,67,177,13,"Text"],[439,71,177,17],[439,72,177,17,"default"],[439,79,177,17],[440,14,177,18,"style"],[440,19,177,23],[440,21,177,25,"styles"],[440,27,177,31],[440,28,177,32,"balanceUsd"],[440,38,177,43],[441,14,177,43,"children"],[441,22,177,43],[441,24,177,44],[442,12,177,59],[443,14,177,59,"fileName"],[443,22,177,59],[443,24,177,59,"_jsxFileName"],[443,36,177,59],[444,14,177,59,"lineNumber"],[444,24,177,59],[445,14,177,59,"columnNumber"],[445,26,177,59],[446,12,177,59],[446,19,177,65],[446,20,177,66],[447,10,177,66],[448,12,177,66,"fileName"],[448,20,177,66],[448,22,177,66,"_jsxFileName"],[448,34,177,66],[449,12,177,66,"lineNumber"],[449,22,177,66],[450,12,177,66,"columnNumber"],[450,24,177,66],[451,10,177,66],[451,17,178,16],[451,18,178,17],[451,33,180,10],[451,37,180,10,"_reactJsxDevRuntime"],[451,56,180,10],[451,57,180,10,"jsxDEV"],[451,63,180,10],[451,65,180,11,"View"],[451,69,180,15],[451,70,180,15,"default"],[451,77,180,15],[452,12,180,16,"style"],[452,17,180,21],[452,19,180,23,"styles"],[452,25,180,29],[452,26,180,30,"balanceCard"],[452,37,180,42],[453,12,180,42,"children"],[453,20,180,42],[453,36,181,12],[453,40,181,12,"_reactJsxDevRuntime"],[453,59,181,12],[453,60,181,12,"jsxDEV"],[453,66,181,12],[453,68,181,13,"View"],[453,72,181,17],[453,73,181,17,"default"],[453,80,181,17],[454,14,181,18,"style"],[454,19,181,23],[454,21,181,25,"styles"],[454,27,181,31],[454,28,181,32,"balanceCardHeader"],[454,45,181,50],[455,14,181,50,"children"],[455,22,181,50],[455,38,182,14],[455,42,182,14,"_reactJsxDevRuntime"],[455,61,182,14],[455,62,182,14,"jsxDEV"],[455,68,182,14],[455,70,182,15,"Image"],[455,75,182,20],[455,76,182,20,"default"],[455,83,182,20],[456,16,183,16,"source"],[456,22,183,22],[456,24,183,24],[457,18,183,26,"uri"],[457,21,183,29],[457,23,183,31],[458,16,183,131],[458,17,183,133],[459,16,184,16,"style"],[459,21,184,21],[459,23,184,23,"styles"],[459,29,184,29],[459,30,184,30,"tokenLogo"],[460,14,184,40],[461,16,184,40,"fileName"],[461,24,184,40],[461,26,184,40,"_jsxFileName"],[461,38,184,40],[462,16,184,40,"lineNumber"],[462,26,184,40],[463,16,184,40,"columnNumber"],[463,28,184,40],[464,14,184,40],[464,21,185,15],[464,22,185,16],[464,37,186,14],[464,41,186,14,"_reactJsxDevRuntime"],[464,60,186,14],[464,61,186,14,"jsxDEV"],[464,67,186,14],[464,69,186,15,"Text"],[464,73,186,19],[464,74,186,19,"default"],[464,81,186,19],[465,16,186,20,"style"],[465,21,186,25],[465,23,186,27,"styles"],[465,29,186,33],[465,30,186,34,"tokenSymbol"],[465,41,186,46],[466,16,186,46,"children"],[466,24,186,46],[466,26,186,47],[467,14,186,50],[468,16,186,50,"fileName"],[468,24,186,50],[468,26,186,50,"_jsxFileName"],[468,38,186,50],[469,16,186,50,"lineNumber"],[469,26,186,50],[470,16,186,50,"columnNumber"],[470,28,186,50],[471,14,186,50],[471,21,186,56],[471,22,186,57],[472,12,186,57],[473,14,186,57,"fileName"],[473,22,186,57],[473,24,186,57,"_jsxFileName"],[473,36,186,57],[474,14,186,57,"lineNumber"],[474,24,186,57],[475,14,186,57,"columnNumber"],[475,26,186,57],[476,12,186,57],[476,19,187,18],[476,20,187,19],[476,35,188,12],[476,39,188,12,"_reactJsxDevRuntime"],[476,58,188,12],[476,59,188,12,"jsxDEV"],[476,65,188,12],[476,67,188,13,"Text"],[476,71,188,17],[476,72,188,17,"default"],[476,79,188,17],[477,14,188,18,"style"],[477,19,188,23],[477,21,188,25,"styles"],[477,27,188,31],[477,28,188,32,"balanceAmount"],[477,41,188,46],[478,14,188,46,"children"],[478,22,188,46],[478,24,188,48,"pezBalance"],[479,12,188,58],[480,14,188,58,"fileName"],[480,22,188,58],[480,24,188,58,"_jsxFileName"],[480,36,188,58],[481,14,188,58,"lineNumber"],[481,24,188,58],[482,14,188,58,"columnNumber"],[482,26,188,58],[483,12,188,58],[483,19,188,65],[483,20,188,66],[483,35,189,12],[483,39,189,12,"_reactJsxDevRuntime"],[483,58,189,12],[483,59,189,12,"jsxDEV"],[483,65,189,12],[483,67,189,13,"Text"],[483,71,189,17],[483,72,189,17,"default"],[483,79,189,17],[484,14,189,18,"style"],[484,19,189,23],[484,21,189,25,"styles"],[484,27,189,31],[484,28,189,32,"balanceUsd"],[484,38,189,43],[485,14,189,43,"children"],[485,22,189,43],[485,24,189,44],[486,12,189,57],[487,14,189,57,"fileName"],[487,22,189,57],[487,24,189,57,"_jsxFileName"],[487,36,189,57],[488,14,189,57,"lineNumber"],[488,24,189,57],[489,14,189,57,"columnNumber"],[489,26,189,57],[490,12,189,57],[490,19,189,63],[490,20,189,64],[491,10,189,64],[492,12,189,64,"fileName"],[492,20,189,64],[492,22,189,64,"_jsxFileName"],[492,34,189,64],[493,12,189,64,"lineNumber"],[493,22,189,64],[494,12,189,64,"columnNumber"],[494,24,189,64],[495,10,189,64],[495,17,190,16],[495,18,190,17],[496,8,190,17],[497,10,190,17,"fileName"],[497,18,190,17],[497,20,190,17,"_jsxFileName"],[497,32,190,17],[498,10,190,17,"lineNumber"],[498,20,190,17],[499,10,190,17,"columnNumber"],[499,22,190,17],[500,8,190,17],[500,15,191,14],[500,16,191,15],[500,31,194,8],[500,35,194,8,"_reactJsxDevRuntime"],[500,54,194,8],[500,55,194,8,"jsxDEV"],[500,61,194,8],[500,63,194,9,"View"],[500,67,194,13],[500,68,194,13,"default"],[500,75,194,13],[501,10,194,14,"style"],[501,15,194,19],[501,17,194,21,"styles"],[501,23,194,27],[501,24,194,28,"walletActions"],[501,37,194,42],[502,10,194,42,"children"],[502,18,194,42],[502,34,195,10],[502,38,195,10,"_reactJsxDevRuntime"],[502,57,195,10],[502,58,195,10,"jsxDEV"],[502,64,195,10],[502,66,195,11,"TouchableOpacity"],[502,82,195,27],[502,83,195,27,"default"],[502,90,195,27],[503,12,195,28,"style"],[503,17,195,33],[503,19,195,35,"styles"],[503,25,195,41],[503,26,195,42,"walletActionButton"],[503,44,195,61],[504,12,195,61,"children"],[504,20,195,61],[504,36,196,12],[504,40,196,12,"_reactJsxDevRuntime"],[504,59,196,12],[504,60,196,12,"jsxDEV"],[504,66,196,12],[504,68,196,13,"_expoVectorIcons"],[504,84,196,21],[504,85,196,21,"Ionicons"],[504,93,196,21],[505,14,196,22,"name"],[505,18,196,26],[505,20,196,27],[505,30,196,37],[506,14,196,38,"size"],[506,18,196,42],[506,20,196,44],[506,22,196,47],[507,14,196,48,"color"],[507,19,196,53],[507,21,196,54],[508,12,196,60],[509,14,196,60,"fileName"],[509,22,196,60],[509,24,196,60,"_jsxFileName"],[509,36,196,60],[510,14,196,60,"lineNumber"],[510,24,196,60],[511,14,196,60,"columnNumber"],[511,26,196,60],[512,12,196,60],[512,19,196,62],[512,20,196,63],[512,35,197,12],[512,39,197,12,"_reactJsxDevRuntime"],[512,58,197,12],[512,59,197,12,"jsxDEV"],[512,65,197,12],[512,67,197,13,"Text"],[512,71,197,17],[512,72,197,17,"default"],[512,79,197,17],[513,14,197,18,"style"],[513,19,197,23],[513,21,197,25,"styles"],[513,27,197,31],[513,28,197,32,"walletActionText"],[513,44,197,49],[514,14,197,49,"children"],[514,22,197,49],[514,24,197,50],[515,12,197,54],[516,14,197,54,"fileName"],[516,22,197,54],[516,24,197,54,"_jsxFileName"],[516,36,197,54],[517,14,197,54,"lineNumber"],[517,24,197,54],[518,14,197,54,"columnNumber"],[518,26,197,54],[519,12,197,54],[519,19,197,60],[519,20,197,61],[520,10,197,61],[521,12,197,61,"fileName"],[521,20,197,61],[521,22,197,61,"_jsxFileName"],[521,34,197,61],[522,12,197,61,"lineNumber"],[522,22,197,61],[523,12,197,61,"columnNumber"],[523,24,197,61],[524,10,197,61],[524,17,198,28],[524,18,198,29],[524,33,199,10],[524,37,199,10,"_reactJsxDevRuntime"],[524,56,199,10],[524,57,199,10,"jsxDEV"],[524,63,199,10],[524,65,199,11,"TouchableOpacity"],[524,81,199,27],[524,82,199,27,"default"],[524,89,199,27],[525,12,199,28,"style"],[525,17,199,33],[525,19,199,35,"styles"],[525,25,199,41],[525,26,199,42,"walletActionButton"],[525,44,199,61],[526,12,199,61,"children"],[526,20,199,61],[526,36,200,12],[526,40,200,12,"_reactJsxDevRuntime"],[526,59,200,12],[526,60,200,12,"jsxDEV"],[526,66,200,12],[526,68,200,13,"_expoVectorIcons"],[526,84,200,21],[526,85,200,21,"Ionicons"],[526,93,200,21],[527,14,200,22,"name"],[527,18,200,26],[527,20,200,27],[527,32,200,39],[528,14,200,40,"size"],[528,18,200,44],[528,20,200,46],[528,22,200,49],[529,14,200,50,"color"],[529,19,200,55],[529,21,200,56],[530,12,200,62],[531,14,200,62,"fileName"],[531,22,200,62],[531,24,200,62,"_jsxFileName"],[531,36,200,62],[532,14,200,62,"lineNumber"],[532,24,200,62],[533,14,200,62,"columnNumber"],[533,26,200,62],[534,12,200,62],[534,19,200,64],[534,20,200,65],[534,35,201,12],[534,39,201,12,"_reactJsxDevRuntime"],[534,58,201,12],[534,59,201,12,"jsxDEV"],[534,65,201,12],[534,67,201,13,"Text"],[534,71,201,17],[534,72,201,17,"default"],[534,79,201,17],[535,14,201,18,"style"],[535,19,201,23],[535,21,201,25,"styles"],[535,27,201,31],[535,28,201,32,"walletActionText"],[535,44,201,49],[536,14,201,49,"children"],[536,22,201,49],[536,24,201,50],[537,12,201,57],[538,14,201,57,"fileName"],[538,22,201,57],[538,24,201,57,"_jsxFileName"],[538,36,201,57],[539,14,201,57,"lineNumber"],[539,24,201,57],[540,14,201,57,"columnNumber"],[540,26,201,57],[541,12,201,57],[541,19,201,63],[541,20,201,64],[542,10,201,64],[543,12,201,64,"fileName"],[543,20,201,64],[543,22,201,64,"_jsxFileName"],[543,34,201,64],[544,12,201,64,"lineNumber"],[544,22,201,64],[545,12,201,64,"columnNumber"],[545,24,201,64],[546,10,201,64],[546,17,202,28],[546,18,202,29],[546,33,203,10],[546,37,203,10,"_reactJsxDevRuntime"],[546,56,203,10],[546,57,203,10,"jsxDEV"],[546,63,203,10],[546,65,203,11,"TouchableOpacity"],[546,81,203,27],[546,82,203,27,"default"],[546,89,203,27],[547,12,203,28,"style"],[547,17,203,33],[547,19,203,35,"styles"],[547,25,203,41],[547,26,203,42,"walletActionButton"],[547,44,203,61],[548,12,203,61,"children"],[548,20,203,61],[548,36,204,12],[548,40,204,12,"_reactJsxDevRuntime"],[548,59,204,12],[548,60,204,12,"jsxDEV"],[548,66,204,12],[548,68,204,13,"_expoVectorIcons"],[548,84,204,21],[548,85,204,21,"Ionicons"],[548,93,204,21],[549,14,204,22,"name"],[549,18,204,26],[549,20,204,27],[549,37,204,44],[550,14,204,45,"size"],[550,18,204,49],[550,20,204,51],[550,22,204,54],[551,14,204,55,"color"],[551,19,204,60],[551,21,204,61],[552,12,204,67],[553,14,204,67,"fileName"],[553,22,204,67],[553,24,204,67,"_jsxFileName"],[553,36,204,67],[554,14,204,67,"lineNumber"],[554,24,204,67],[555,14,204,67,"columnNumber"],[555,26,204,67],[556,12,204,67],[556,19,204,69],[556,20,204,70],[556,35,205,12],[556,39,205,12,"_reactJsxDevRuntime"],[556,58,205,12],[556,59,205,12,"jsxDEV"],[556,65,205,12],[556,67,205,13,"Text"],[556,71,205,17],[556,72,205,17,"default"],[556,79,205,17],[557,14,205,18,"style"],[557,19,205,23],[557,21,205,25,"styles"],[557,27,205,31],[557,28,205,32,"walletActionText"],[557,44,205,49],[558,14,205,49,"children"],[558,22,205,49],[558,24,205,50],[559,12,205,54],[560,14,205,54,"fileName"],[560,22,205,54],[560,24,205,54,"_jsxFileName"],[560,36,205,54],[561,14,205,54,"lineNumber"],[561,24,205,54],[562,14,205,54,"columnNumber"],[562,26,205,54],[563,12,205,54],[563,19,205,60],[563,20,205,61],[564,10,205,61],[565,12,205,61,"fileName"],[565,20,205,61],[565,22,205,61,"_jsxFileName"],[565,34,205,61],[566,12,205,61,"lineNumber"],[566,22,205,61],[567,12,205,61,"columnNumber"],[567,24,205,61],[568,10,205,61],[568,17,206,28],[568,18,206,29],[569,8,206,29],[570,10,206,29,"fileName"],[570,18,206,29],[570,20,206,29,"_jsxFileName"],[570,32,206,29],[571,10,206,29,"lineNumber"],[571,20,206,29],[572,10,206,29,"columnNumber"],[572,22,206,29],[573,8,206,29],[573,15,207,14],[573,16,207,15],[574,6,207,15],[575,8,207,15,"fileName"],[575,16,207,15],[575,18,207,15,"_jsxFileName"],[575,30,207,15],[576,8,207,15,"lineNumber"],[576,18,207,15],[577,8,207,15,"columnNumber"],[577,20,207,15],[578,6,207,15],[578,13,208,18],[579,4,208,19],[580,6,208,19,"fileName"],[580,14,208,19],[580,16,208,19,"_jsxFileName"],[580,28,208,19],[581,6,208,19,"lineNumber"],[581,16,208,19],[582,6,208,19,"columnNumber"],[582,18,208,19],[583,4,208,19],[583,11,209,18],[583,12,209,19],[584,2,211,0],[585,2,211,1,"_s2"],[585,5,211,1],[585,6,114,9,"WalletTab"],[585,15,114,18],[586,4,114,18],[586,12,115,19,"useAuth"],[586,32,115,26],[586,33,115,26,"useAuth"],[586,40,115,26],[587,2,115,26],[588,2,115,26,"_c2"],[588,5,115,26],[588,8,114,9,"WalletTab"],[588,17,114,18],[589,2,213,0],[589,11,213,9,"CitizensTab"],[589,22,213,20,"CitizensTab"],[589,23,213,20],[589,25,213,23],[590,4,214,2],[590,24,215,4],[590,28,215,4,"_reactJsxDevRuntime"],[590,47,215,4],[590,48,215,4,"jsxDEV"],[590,54,215,4],[590,56,215,5,"View"],[590,60,215,9],[590,61,215,9,"default"],[590,68,215,9],[591,6,215,10,"style"],[591,11,215,15],[591,13,215,17,"styles"],[591,19,215,23],[591,20,215,24,"container"],[591,29,215,34],[592,6,215,34,"children"],[592,14,215,34],[592,29,216,6],[592,33,216,6,"_reactJsxDevRuntime"],[592,52,216,6],[592,53,216,6,"jsxDEV"],[592,59,216,6],[592,61,216,7,"Text"],[592,65,216,11],[592,66,216,11,"default"],[592,73,216,11],[593,8,216,12,"style"],[593,13,216,17],[593,15,216,19,"styles"],[593,21,216,25],[593,22,216,26,"placeholderText"],[593,37,216,42],[594,8,216,42,"children"],[594,16,216,42],[594,18,216,43],[595,6,216,58],[596,8,216,58,"fileName"],[596,16,216,58],[596,18,216,58,"_jsxFileName"],[596,30,216,58],[597,8,216,58,"lineNumber"],[597,18,216,58],[598,8,216,58,"columnNumber"],[598,20,216,58],[599,6,216,58],[599,13,216,64],[600,4,216,65],[601,6,216,65,"fileName"],[601,14,216,65],[601,16,216,65,"_jsxFileName"],[601,28,216,65],[602,6,216,65,"lineNumber"],[602,16,216,65],[603,6,216,65,"columnNumber"],[603,18,216,65],[604,4,216,65],[604,11,217,10],[604,12,217,11],[605,2,219,0],[606,2,219,1,"_c3"],[606,5,219,1],[606,8,213,9,"CitizensTab"],[606,19,213,20],[607,2,221,0],[607,11,221,9,"ReferralTab"],[607,22,221,20,"ReferralTab"],[607,23,221,20],[607,25,221,23],[608,4,222,2],[608,24,223,4],[608,28,223,4,"_reactJsxDevRuntime"],[608,47,223,4],[608,48,223,4,"jsxDEV"],[608,54,223,4],[608,56,223,5,"View"],[608,60,223,9],[608,61,223,9,"default"],[608,68,223,9],[609,6,223,10,"style"],[609,11,223,15],[609,13,223,17,"styles"],[609,19,223,23],[609,20,223,24,"container"],[609,29,223,34],[610,6,223,34,"children"],[610,14,223,34],[610,29,224,6],[610,33,224,6,"_reactJsxDevRuntime"],[610,52,224,6],[610,53,224,6,"jsxDEV"],[610,59,224,6],[610,61,224,7,"Text"],[610,65,224,11],[610,66,224,11,"default"],[610,73,224,11],[611,8,224,12,"style"],[611,13,224,17],[611,15,224,19,"styles"],[611,21,224,25],[611,22,224,26,"placeholderText"],[611,37,224,42],[612,8,224,42,"children"],[612,16,224,42],[612,18,224,43],[613,6,224,58],[614,8,224,58,"fileName"],[614,16,224,58],[614,18,224,58,"_jsxFileName"],[614,30,224,58],[615,8,224,58,"lineNumber"],[615,18,224,58],[616,8,224,58,"columnNumber"],[616,20,224,58],[617,6,224,58],[617,13,224,64],[618,4,224,65],[619,6,224,65,"fileName"],[619,14,224,65],[619,16,224,65,"_jsxFileName"],[619,28,224,65],[620,6,224,65,"lineNumber"],[620,16,224,65],[621,6,224,65,"columnNumber"],[621,18,224,65],[622,4,224,65],[622,11,225,10],[622,12,225,11],[623,2,227,0],[624,2,227,1,"_c4"],[624,5,227,1],[624,8,221,9,"ReferralTab"],[624,19,221,20],[625,2,229,0],[625,11,229,9,"ProfileTab"],[625,21,229,19,"ProfileTab"],[625,22,229,19],[625,24,229,22],[626,4,230,2],[626,24,231,4],[626,28,231,4,"_reactJsxDevRuntime"],[626,47,231,4],[626,48,231,4,"jsxDEV"],[626,54,231,4],[626,56,231,5,"View"],[626,60,231,9],[626,61,231,9,"default"],[626,68,231,9],[627,6,231,10,"style"],[627,11,231,15],[627,13,231,17,"styles"],[627,19,231,23],[627,20,231,24,"container"],[627,29,231,34],[628,6,231,34,"children"],[628,14,231,34],[628,29,232,6],[628,33,232,6,"_reactJsxDevRuntime"],[628,52,232,6],[628,53,232,6,"jsxDEV"],[628,59,232,6],[628,61,232,7,"Text"],[628,65,232,11],[628,66,232,11,"default"],[628,73,232,11],[629,8,232,12,"style"],[629,13,232,17],[629,15,232,19,"styles"],[629,21,232,25],[629,22,232,26,"placeholderText"],[629,37,232,42],[630,8,232,42,"children"],[630,16,232,42],[630,18,232,43],[631,6,232,57],[632,8,232,57,"fileName"],[632,16,232,57],[632,18,232,57,"_jsxFileName"],[632,30,232,57],[633,8,232,57,"lineNumber"],[633,18,232,57],[634,8,232,57,"columnNumber"],[634,20,232,57],[635,6,232,57],[635,13,232,63],[636,4,232,64],[637,6,232,64,"fileName"],[637,14,232,64],[637,16,232,64,"_jsxFileName"],[637,28,232,64],[638,6,232,64,"lineNumber"],[638,16,232,64],[639,6,232,64,"columnNumber"],[639,18,232,64],[640,4,232,64],[640,11,233,10],[640,12,233,11],[641,2,235,0],[642,2,235,1,"_c5"],[642,5,235,1],[642,8,229,9,"ProfileTab"],[642,18,229,19],[643,2,237,0],[643,8,237,6,"Tab"],[643,11,237,9],[643,14,237,12],[643,18,237,12,"createBottomTabNavigator"],[643,44,237,36],[643,45,237,36,"createBottomTabNavigator"],[643,69,237,36],[643,71,237,37],[643,72,237,38],[644,2,239,15],[644,11,239,24,"HomeScreen"],[644,21,239,34,"HomeScreen"],[644,22,239,34],[644,24,239,37],[645,4,240,2],[645,24,241,4],[645,28,241,4,"_reactJsxDevRuntime"],[645,47,241,4],[645,48,241,4,"jsxDEV"],[645,54,241,4],[645,56,241,5,"Tab"],[645,59,241,8],[645,60,241,9,"Navigator"],[645,69,241,18],[646,6,242,6,"screenOptions"],[646,19,242,19],[646,21,242,21],[647,8,243,8,"headerShown"],[647,19,243,19],[647,21,243,21],[647,26,243,26],[648,8,244,8,"tabBarActiveTintColor"],[648,29,244,29],[648,31,244,31],[648,40,244,40],[649,8,245,8,"tabBarInactiveTintColor"],[649,31,245,31],[649,33,245,33],[649,42,245,42],[650,8,246,8,"tabBarStyle"],[650,19,246,19],[650,21,246,21,"styles"],[650,27,246,27],[650,28,246,28,"tabBar"],[651,6,247,6],[651,7,247,8],[652,6,247,8,"children"],[652,14,247,8],[652,30,249,6],[652,34,249,6,"_reactJsxDevRuntime"],[652,53,249,6],[652,54,249,6,"jsxDEV"],[652,60,249,6],[652,62,249,7,"Tab"],[652,65,249,10],[652,66,249,11,"Screen"],[652,72,249,17],[653,8,250,8,"name"],[653,12,250,12],[653,14,250,13],[653,23,250,22],[654,8,251,8,"component"],[654,17,251,17],[654,19,251,19,"HomeTab"],[654,26,251,27],[655,8,252,8,"options"],[655,15,252,15],[655,17,252,17],[656,10,253,10,"tabBarLabel"],[656,21,253,21],[656,23,253,23],[656,29,253,29],[657,10,254,10,"tabBarIcon"],[657,20,254,20],[657,22,254,22,"tabBarIcon"],[657,23,254,23],[658,12,254,25,"color"],[658,17,254,30],[659,12,254,32,"size"],[660,10,254,37],[660,11,254,38],[660,29,255,12],[660,33,255,12,"_reactJsxDevRuntime"],[660,52,255,12],[660,53,255,12,"jsxDEV"],[660,59,255,12],[660,61,255,13,"_expoVectorIcons"],[660,77,255,21],[660,78,255,21,"Ionicons"],[660,86,255,21],[661,12,255,22,"name"],[661,16,255,26],[661,18,255,27],[661,24,255,33],[662,12,255,34,"size"],[662,16,255,38],[662,18,255,40,"size"],[662,22,255,45],[663,12,255,46,"color"],[663,17,255,51],[663,19,255,53,"color"],[664,10,255,59],[665,12,255,59,"fileName"],[665,20,255,59],[665,22,255,59,"_jsxFileName"],[665,34,255,59],[666,12,255,59,"lineNumber"],[666,22,255,59],[667,12,255,59,"columnNumber"],[667,24,255,59],[668,10,255,59],[668,17,255,61],[669,8,257,8],[670,6,257,10],[671,8,257,10,"fileName"],[671,16,257,10],[671,18,257,10,"_jsxFileName"],[671,30,257,10],[672,8,257,10,"lineNumber"],[672,18,257,10],[673,8,257,10,"columnNumber"],[673,20,257,10],[674,6,257,10],[674,13,258,7],[674,14,258,8],[674,29,259,6],[674,33,259,6,"_reactJsxDevRuntime"],[674,52,259,6],[674,53,259,6,"jsxDEV"],[674,59,259,6],[674,61,259,7,"Tab"],[674,64,259,10],[674,65,259,11,"Screen"],[674,71,259,17],[675,8,260,8,"name"],[675,12,260,12],[675,14,260,13],[675,22,260,21],[676,8,261,8,"component"],[676,17,261,17],[676,19,261,19,"WalletTab"],[676,28,261,29],[677,8,262,8,"options"],[677,15,262,15],[677,17,262,17],[678,10,263,10,"tabBarLabel"],[678,21,263,21],[678,23,263,23],[678,31,263,31],[679,10,264,10,"tabBarIcon"],[679,20,264,20],[679,22,264,22,"tabBarIcon"],[679,23,264,23],[680,12,264,25,"color"],[680,17,264,30],[681,12,264,32,"size"],[682,10,264,37],[682,11,264,38],[682,29,265,12],[682,33,265,12,"_reactJsxDevRuntime"],[682,52,265,12],[682,53,265,12,"jsxDEV"],[682,59,265,12],[682,61,265,13,"_expoVectorIcons"],[682,77,265,21],[682,78,265,21,"Ionicons"],[682,86,265,21],[683,12,265,22,"name"],[683,16,265,26],[683,18,265,27],[683,26,265,35],[684,12,265,36,"size"],[684,16,265,40],[684,18,265,42,"size"],[684,22,265,47],[685,12,265,48,"color"],[685,17,265,53],[685,19,265,55,"color"],[686,10,265,61],[687,12,265,61,"fileName"],[687,20,265,61],[687,22,265,61,"_jsxFileName"],[687,34,265,61],[688,12,265,61,"lineNumber"],[688,22,265,61],[689,12,265,61,"columnNumber"],[689,24,265,61],[690,10,265,61],[690,17,265,63],[691,8,267,8],[692,6,267,10],[693,8,267,10,"fileName"],[693,16,267,10],[693,18,267,10,"_jsxFileName"],[693,30,267,10],[694,8,267,10,"lineNumber"],[694,18,267,10],[695,8,267,10,"columnNumber"],[695,20,267,10],[696,6,267,10],[696,13,268,7],[696,14,268,8],[696,29,269,6],[696,33,269,6,"_reactJsxDevRuntime"],[696,52,269,6],[696,53,269,6,"jsxDEV"],[696,59,269,6],[696,61,269,7,"Tab"],[696,64,269,10],[696,65,269,11,"Screen"],[696,71,269,17],[697,8,270,8,"name"],[697,12,270,12],[697,14,270,13],[697,24,270,23],[698,8,271,8,"component"],[698,17,271,17],[698,19,271,19,"CitizensTab"],[698,30,271,31],[699,8,272,8,"options"],[699,15,272,15],[699,17,272,17],[700,10,273,10,"tabBarLabel"],[700,21,273,21],[700,23,273,23],[700,33,273,33],[701,10,274,10,"tabBarIcon"],[701,20,274,20],[701,22,274,22,"tabBarIcon"],[701,23,274,23],[702,12,274,25,"color"],[702,17,274,30],[703,12,274,32,"size"],[704,10,274,37],[704,11,274,38],[704,29,275,12],[704,33,275,12,"_reactJsxDevRuntime"],[704,52,275,12],[704,53,275,12,"jsxDEV"],[704,59,275,12],[704,61,275,13,"_expoVectorIcons"],[704,77,275,21],[704,78,275,21,"Ionicons"],[704,86,275,21],[705,12,275,22,"name"],[705,16,275,26],[705,18,275,27],[705,26,275,35],[706,12,275,36,"size"],[706,16,275,40],[706,18,275,42,"size"],[706,22,275,47],[707,12,275,48,"color"],[707,17,275,53],[707,19,275,55,"color"],[708,10,275,61],[709,12,275,61,"fileName"],[709,20,275,61],[709,22,275,61,"_jsxFileName"],[709,34,275,61],[710,12,275,61,"lineNumber"],[710,22,275,61],[711,12,275,61,"columnNumber"],[711,24,275,61],[712,10,275,61],[712,17,275,63],[713,8,277,8],[714,6,277,10],[715,8,277,10,"fileName"],[715,16,277,10],[715,18,277,10,"_jsxFileName"],[715,30,277,10],[716,8,277,10,"lineNumber"],[716,18,277,10],[717,8,277,10,"columnNumber"],[717,20,277,10],[718,6,277,10],[718,13,278,7],[718,14,278,8],[718,29,279,6],[718,33,279,6,"_reactJsxDevRuntime"],[718,52,279,6],[718,53,279,6,"jsxDEV"],[718,59,279,6],[718,61,279,7,"Tab"],[718,64,279,10],[718,65,279,11,"Screen"],[718,71,279,17],[719,8,280,8,"name"],[719,12,280,12],[719,14,280,13],[719,24,280,23],[720,8,281,8,"component"],[720,17,281,17],[720,19,281,19,"ReferralTab"],[720,30,281,31],[721,8,282,8,"options"],[721,15,282,15],[721,17,282,17],[722,10,283,10,"tabBarLabel"],[722,21,283,21],[722,23,283,23],[722,33,283,33],[723,10,284,10,"tabBarIcon"],[723,20,284,20],[723,22,284,22,"tabBarIcon"],[723,23,284,23],[724,12,284,25,"color"],[724,17,284,30],[725,12,284,32,"size"],[726,10,284,37],[726,11,284,38],[726,29,285,12],[726,33,285,12,"_reactJsxDevRuntime"],[726,52,285,12],[726,53,285,12,"jsxDEV"],[726,59,285,12],[726,61,285,13,"_expoVectorIcons"],[726,77,285,21],[726,78,285,21,"Ionicons"],[726,86,285,21],[727,12,285,22,"name"],[727,16,285,26],[727,18,285,27],[727,24,285,33],[728,12,285,34,"size"],[728,16,285,38],[728,18,285,40,"size"],[728,22,285,45],[729,12,285,46,"color"],[729,17,285,51],[729,19,285,53,"color"],[730,10,285,59],[731,12,285,59,"fileName"],[731,20,285,59],[731,22,285,59,"_jsxFileName"],[731,34,285,59],[732,12,285,59,"lineNumber"],[732,22,285,59],[733,12,285,59,"columnNumber"],[733,24,285,59],[734,10,285,59],[734,17,285,61],[735,8,287,8],[736,6,287,10],[737,8,287,10,"fileName"],[737,16,287,10],[737,18,287,10,"_jsxFileName"],[737,30,287,10],[738,8,287,10,"lineNumber"],[738,18,287,10],[739,8,287,10,"columnNumber"],[739,20,287,10],[740,6,287,10],[740,13,288,7],[740,14,288,8],[740,29,289,6],[740,33,289,6,"_reactJsxDevRuntime"],[740,52,289,6],[740,53,289,6,"jsxDEV"],[740,59,289,6],[740,61,289,7,"Tab"],[740,64,289,10],[740,65,289,11,"Screen"],[740,71,289,17],[741,8,290,8,"name"],[741,12,290,12],[741,14,290,13],[741,23,290,22],[742,8,291,8,"component"],[742,17,291,17],[742,19,291,19,"ProfileTab"],[742,29,291,30],[743,8,292,8,"options"],[743,15,292,15],[743,17,292,17],[744,10,293,10,"tabBarLabel"],[744,21,293,21],[744,23,293,23],[744,32,293,32],[745,10,294,10,"tabBarIcon"],[745,20,294,20],[745,22,294,22,"tabBarIcon"],[745,23,294,23],[746,12,294,25,"color"],[746,17,294,30],[747,12,294,32,"size"],[748,10,294,37],[748,11,294,38],[748,29,295,12],[748,33,295,12,"_reactJsxDevRuntime"],[748,52,295,12],[748,53,295,12,"jsxDEV"],[748,59,295,12],[748,61,295,13,"_expoVectorIcons"],[748,77,295,21],[748,78,295,21,"Ionicons"],[748,86,295,21],[749,12,295,22,"name"],[749,16,295,26],[749,18,295,27],[749,26,295,35],[750,12,295,36,"size"],[750,16,295,40],[750,18,295,42,"size"],[750,22,295,47],[751,12,295,48,"color"],[751,17,295,53],[751,19,295,55,"color"],[752,10,295,61],[753,12,295,61,"fileName"],[753,20,295,61],[753,22,295,61,"_jsxFileName"],[753,34,295,61],[754,12,295,61,"lineNumber"],[754,22,295,61],[755,12,295,61,"columnNumber"],[755,24,295,61],[756,10,295,61],[756,17,295,63],[757,8,297,8],[758,6,297,10],[759,8,297,10,"fileName"],[759,16,297,10],[759,18,297,10,"_jsxFileName"],[759,30,297,10],[760,8,297,10,"lineNumber"],[760,18,297,10],[761,8,297,10,"columnNumber"],[761,20,297,10],[762,6,297,10],[762,13,298,7],[762,14,298,8],[763,4,298,8],[764,6,298,8,"fileName"],[764,14,298,8],[764,16,298,8,"_jsxFileName"],[764,28,298,8],[765,6,298,8,"lineNumber"],[765,16,298,8],[766,6,298,8,"columnNumber"],[766,18,298,8],[767,4,298,8],[767,11,299,19],[767,12,299,20],[768,2,301,0],[769,2,301,1,"_c6"],[769,5,301,1],[769,8,239,24,"HomeScreen"],[769,18,239,34],[770,2,303,0],[770,8,303,6,"QUICK_ACTIONS"],[770,21,303,19],[770,24,303,22],[770,25,304,2],[771,4,304,4,"id"],[771,6,304,6],[771,8,304,8],[771,11,304,11],[772,4,304,13,"label"],[772,9,304,18],[772,11,304,20],[772,17,304,26],[773,4,304,28,"icon"],[773,8,304,32],[773,10,304,34],[773,25,304,49],[774,4,304,51,"color"],[774,9,304,56],[774,11,304,58],[775,2,304,68],[775,3,304,69],[775,5,305,2],[776,4,305,4,"id"],[776,6,305,6],[776,8,305,8],[776,11,305,11],[777,4,305,13,"label"],[777,9,305,18],[777,11,305,20],[777,20,305,29],[778,4,305,31,"icon"],[778,8,305,35],[778,10,305,37],[778,22,305,49],[779,4,305,51,"color"],[779,9,305,56],[779,11,305,58],[780,2,305,68],[780,3,305,69],[780,5,306,2],[781,4,306,4,"id"],[781,6,306,6],[781,8,306,8],[781,11,306,11],[782,4,306,13,"label"],[782,9,306,18],[782,11,306,20],[782,17,306,26],[783,4,306,28,"icon"],[783,8,306,32],[783,10,306,34],[783,27,306,51],[784,4,306,53,"color"],[784,9,306,58],[784,11,306,60],[785,2,306,70],[785,3,306,71],[785,5,307,2],[786,4,307,4,"id"],[786,6,307,6],[786,8,307,8],[786,11,307,11],[787,4,307,13,"label"],[787,9,307,18],[787,11,307,20],[787,17,307,26],[788,4,307,28,"icon"],[788,8,307,32],[788,10,307,34],[788,28,307,52],[789,4,307,54,"color"],[789,9,307,59],[789,11,307,61],[790,2,307,71],[790,3,307,72],[790,5,308,2],[791,4,308,4,"id"],[791,6,308,6],[791,8,308,8],[791,11,308,11],[792,4,308,13,"label"],[792,9,308,18],[792,11,308,20],[792,18,308,27],[793,4,308,29,"icon"],[793,8,308,33],[793,10,308,35],[793,23,308,48],[794,4,308,50,"color"],[794,9,308,55],[794,11,308,57],[795,2,308,67],[795,3,308,68],[795,5,309,2],[796,4,309,4,"id"],[796,6,309,6],[796,8,309,8],[796,11,309,11],[797,4,309,13,"label"],[797,9,309,18],[797,11,309,20],[797,21,309,30],[798,4,309,32,"icon"],[798,8,309,36],[798,10,309,38],[798,16,309,44],[799,4,309,46,"color"],[799,9,309,51],[799,11,309,53],[800,2,309,63],[800,3,309,64],[800,5,310,2],[801,4,310,4,"id"],[801,6,310,6],[801,8,310,8],[801,11,310,11],[802,4,310,13,"label"],[802,9,310,18],[802,11,310,20],[802,21,310,30],[803,4,310,32,"icon"],[803,8,310,36],[803,10,310,38],[803,25,310,53],[804,4,310,55,"color"],[804,9,310,60],[804,11,310,62],[805,2,310,72],[805,3,310,73],[805,5,311,2],[806,4,311,4,"id"],[806,6,311,6],[806,8,311,8],[806,11,311,11],[807,4,311,13,"label"],[807,9,311,18],[807,11,311,20],[807,22,311,31],[808,4,311,33,"icon"],[808,8,311,37],[808,10,311,39],[808,18,311,47],[809,4,311,49,"color"],[809,9,311,54],[809,11,311,56],[810,2,311,66],[810,3,311,67],[810,5,312,2],[811,4,312,4,"id"],[811,6,312,6],[811,8,312,8],[811,11,312,11],[812,4,312,13,"label"],[812,9,312,18],[812,11,312,20],[812,21,312,30],[813,4,312,32,"icon"],[813,8,312,36],[813,10,312,38],[813,21,312,49],[814,4,312,51,"color"],[814,9,312,56],[814,11,312,58],[815,2,312,68],[815,3,312,69],[815,5,313,2],[816,4,313,4,"id"],[816,6,313,6],[816,8,313,8],[816,12,313,12],[817,4,313,14,"label"],[817,9,313,19],[817,11,313,21],[817,21,313,31],[818,4,313,33,"icon"],[818,8,313,37],[818,10,313,39],[818,16,313,45],[819,4,313,47,"color"],[819,9,313,52],[819,11,313,54],[820,2,313,64],[820,3,313,65],[820,5,314,2],[821,4,314,4,"id"],[821,6,314,6],[821,8,314,8],[821,12,314,12],[822,4,314,14,"label"],[822,9,314,19],[822,11,314,21],[822,22,314,32],[823,4,314,34,"icon"],[823,8,314,38],[823,10,314,40],[823,16,314,46],[824,4,314,48,"color"],[824,9,314,53],[824,11,314,55],[825,2,314,65],[825,3,314,66],[825,5,315,2],[826,4,315,4,"id"],[826,6,315,6],[826,8,315,8],[826,12,315,12],[827,4,315,14,"label"],[827,9,315,19],[827,11,315,21],[827,20,315,30],[828,4,315,32,"icon"],[828,8,315,36],[828,10,315,38],[828,16,315,44],[829,4,315,46,"color"],[829,9,315,51],[829,11,315,53],[830,2,315,63],[830,3,315,64],[830,5,316,2],[831,4,316,4,"id"],[831,6,316,6],[831,8,316,8],[831,12,316,12],[832,4,316,14,"label"],[832,9,316,19],[832,11,316,21],[832,20,316,30],[833,4,316,32,"icon"],[833,8,316,36],[833,10,316,38],[833,19,316,47],[834,4,316,49,"color"],[834,9,316,54],[834,11,316,56],[835,2,316,66],[835,3,316,67],[835,5,317,2],[836,4,317,4,"id"],[836,6,317,6],[836,8,317,8],[836,12,317,12],[837,4,317,14,"label"],[837,9,317,19],[837,11,317,21],[837,21,317,31],[838,4,317,33,"icon"],[838,8,317,37],[838,10,317,39],[838,20,317,49],[839,4,317,51,"color"],[839,9,317,56],[839,11,317,58],[840,2,317,68],[840,3,317,69],[840,5,318,2],[841,4,318,4,"id"],[841,6,318,6],[841,8,318,8],[841,12,318,12],[842,4,318,14,"label"],[842,9,318,19],[842,11,318,21],[842,17,318,27],[843,4,318,29,"icon"],[843,8,318,33],[843,10,318,35],[843,23,318,48],[844,4,318,50,"color"],[844,9,318,55],[844,11,318,57],[845,2,318,67],[845,3,318,68],[845,5,319,2],[846,4,319,4,"id"],[846,6,319,6],[846,8,319,8],[846,12,319,12],[847,4,319,14,"label"],[847,9,319,19],[847,11,319,21],[847,20,319,30],[848,4,319,32,"icon"],[848,8,319,36],[848,10,319,38],[848,16,319,44],[849,4,319,46,"color"],[849,9,319,51],[849,11,319,53],[850,2,319,63],[850,3,319,64],[850,5,320,2],[851,4,320,4,"id"],[851,6,320,6],[851,8,320,8],[851,12,320,12],[852,4,320,14,"label"],[852,9,320,19],[852,11,320,21],[852,18,320,28],[853,4,320,30,"icon"],[853,8,320,34],[853,10,320,36],[853,17,320,43],[854,4,320,45,"color"],[854,9,320,50],[854,11,320,52],[855,2,320,62],[855,3,320,63],[855,5,321,2],[856,4,321,4,"id"],[856,6,321,6],[856,8,321,8],[856,12,321,12],[857,4,321,14,"label"],[857,9,321,19],[857,11,321,21],[857,23,321,33],[858,4,321,35,"icon"],[858,8,321,39],[858,10,321,41],[858,16,321,47],[859,4,321,49,"color"],[859,9,321,54],[859,11,321,56],[860,2,321,66],[860,3,321,67],[860,5,322,2],[861,4,322,4,"id"],[861,6,322,6],[861,8,322,8],[861,12,322,12],[862,4,322,14,"label"],[862,9,322,19],[862,11,322,21],[862,21,322,31],[863,4,322,33,"icon"],[863,8,322,37],[863,10,322,39],[863,20,322,49],[864,4,322,51,"color"],[864,9,322,56],[864,11,322,58],[865,2,322,68],[865,3,322,69],[865,5,323,2],[866,4,323,4,"id"],[866,6,323,6],[866,8,323,8],[866,12,323,12],[867,4,323,14,"label"],[867,9,323,19],[867,11,323,21],[867,20,323,30],[868,4,323,32,"icon"],[868,8,323,36],[868,10,323,38],[868,18,323,46],[869,4,323,48,"color"],[869,9,323,53],[869,11,323,55],[870,2,323,65],[870,3,323,66],[870,5,324,2],[871,4,324,4,"id"],[871,6,324,6],[871,8,324,8],[871,12,324,12],[872,4,324,14,"label"],[872,9,324,19],[872,11,324,21],[872,16,324,26],[873,4,324,28,"icon"],[873,8,324,32],[873,10,324,34],[873,19,324,43],[874,4,324,45,"color"],[874,9,324,50],[874,11,324,52],[875,2,324,62],[875,3,324,63],[875,5,325,2],[876,4,325,4,"id"],[876,6,325,6],[876,8,325,8],[876,12,325,12],[877,4,325,14,"label"],[877,9,325,19],[877,11,325,21],[877,19,325,29],[878,4,325,31,"icon"],[878,8,325,35],[878,10,325,37],[878,25,325,52],[879,4,325,54,"color"],[879,9,325,59],[879,11,325,61],[880,2,325,71],[880,3,325,72],[880,5,326,2],[881,4,326,4,"id"],[881,6,326,6],[881,8,326,8],[881,12,326,12],[882,4,326,14,"label"],[882,9,326,19],[882,11,326,21],[882,17,326,27],[883,4,326,29,"icon"],[883,8,326,33],[883,10,326,35],[883,15,326,40],[884,4,326,42,"color"],[884,9,326,47],[884,11,326,49],[885,2,326,59],[885,3,326,60],[885,5,327,2],[886,4,327,4,"id"],[886,6,327,6],[886,8,327,8],[886,12,327,12],[887,4,327,14,"label"],[887,9,327,19],[887,11,327,21],[887,21,327,31],[888,4,327,33,"icon"],[888,8,327,37],[888,10,327,39],[888,24,327,53],[889,4,327,55,"color"],[889,9,327,60],[889,11,327,62],[890,2,327,72],[890,3,327,73],[890,5,328,2],[891,4,328,4,"id"],[891,6,328,6],[891,8,328,8],[891,12,328,12],[892,4,328,14,"label"],[892,9,328,19],[892,11,328,21],[892,18,328,28],[893,4,328,30,"icon"],[893,8,328,34],[893,10,328,36],[893,17,328,43],[894,4,328,45,"color"],[894,9,328,50],[894,11,328,52],[895,2,328,62],[895,3,328,63],[895,5,329,2],[896,4,329,4,"id"],[896,6,329,6],[896,8,329,8],[896,12,329,12],[897,4,329,14,"label"],[897,9,329,19],[897,11,329,21],[897,18,329,28],[898,4,329,30,"icon"],[898,8,329,34],[898,10,329,36],[898,15,329,41],[899,4,329,43,"color"],[899,9,329,48],[899,11,329,50],[900,2,329,60],[900,3,329,61],[900,5,330,2],[901,4,330,4,"id"],[901,6,330,6],[901,8,330,8],[901,12,330,12],[902,4,330,14,"label"],[902,9,330,19],[902,11,330,21],[902,18,330,28],[903,4,330,30,"icon"],[903,8,330,34],[903,10,330,36],[903,22,330,48],[904,4,330,50,"color"],[904,9,330,55],[904,11,330,57],[905,2,330,67],[905,3,330,68],[905,5,331,2],[906,4,331,4,"id"],[906,6,331,6],[906,8,331,8],[906,12,331,12],[907,4,331,14,"label"],[907,9,331,19],[907,11,331,21],[907,19,331,29],[908,4,331,31,"icon"],[908,8,331,35],[908,10,331,37],[908,20,331,47],[909,4,331,49,"color"],[909,9,331,54],[909,11,331,56],[910,2,331,66],[910,3,331,67],[910,5,332,2],[911,4,332,4,"id"],[911,6,332,6],[911,8,332,8],[911,12,332,12],[912,4,332,14,"label"],[912,9,332,19],[912,11,332,21],[912,19,332,29],[913,4,332,31,"icon"],[913,8,332,35],[913,10,332,37],[913,16,332,43],[914,4,332,45,"color"],[914,9,332,50],[914,11,332,52],[915,2,332,62],[915,3,332,63],[915,5,333,2],[916,4,333,4,"id"],[916,6,333,6],[916,8,333,8],[916,12,333,12],[917,4,333,14,"label"],[917,9,333,19],[917,11,333,21],[917,17,333,27],[918,4,333,29,"icon"],[918,8,333,33],[918,10,333,35],[918,16,333,41],[919,4,333,43,"color"],[919,9,333,48],[919,11,333,50],[920,2,333,60],[920,3,333,61],[920,4,334,1],[921,2,336,0],[921,8,336,6,"styles"],[921,14,336,12],[921,17,336,15,"StyleSheet"],[921,27,336,25],[921,28,336,25,"default"],[921,35,336,25],[921,36,336,26,"create"],[921,42,336,32],[921,43,336,33],[922,4,337,2,"container"],[922,13,337,11],[922,15,337,13],[923,6,338,4,"flex"],[923,10,338,8],[923,12,338,10],[923,13,338,11],[924,6,339,4,"backgroundColor"],[924,21,339,19],[924,23,339,21],[925,4,340,2],[925,5,340,3],[926,4,341,2,"header"],[926,10,341,8],[926,12,341,10],[927,6,342,4,"flexDirection"],[927,19,342,17],[927,21,342,19],[927,26,342,24],[928,6,343,4,"justifyContent"],[928,20,343,18],[928,22,343,20],[928,37,343,35],[929,6,344,4,"alignItems"],[929,16,344,14],[929,18,344,16],[929,26,344,24],[930,6,345,4,"padding"],[930,13,345,11],[930,15,345,13],[930,17,345,15],[931,6,346,4,"backgroundColor"],[931,21,346,19],[931,23,346,21],[931,29,346,27],[932,6,347,4,"borderBottomWidth"],[932,23,347,21],[932,25,347,23],[932,26,347,24],[933,6,348,4,"borderBottomColor"],[933,23,348,21],[933,25,348,23],[934,4,349,2],[934,5,349,3],[935,4,350,2,"headerLeft"],[935,14,350,12],[935,16,350,14],[936,6,351,4,"position"],[936,14,351,12],[936,16,351,14],[937,4,352,2],[937,5,352,3],[938,4,353,2,"profileImage"],[938,16,353,14],[938,18,353,16],[939,6,354,4,"width"],[939,11,354,9],[939,13,354,11],[939,15,354,13],[940,6,355,4,"height"],[940,12,355,10],[940,14,355,12],[940,16,355,14],[941,6,356,4,"borderRadius"],[941,18,356,16],[941,20,356,18],[941,22,356,20],[942,6,357,4,"backgroundColor"],[942,21,357,19],[942,23,357,21],[942,32,357,30],[943,6,358,4,"alignItems"],[943,16,358,14],[943,18,358,16],[943,26,358,24],[944,6,359,4,"justifyContent"],[944,20,359,18],[944,22,359,20],[944,30,359,28],[945,6,360,4,"overflow"],[945,14,360,12],[945,16,360,14],[946,4,361,2],[946,5,361,3],[947,4,362,2,"profileImageSrc"],[947,19,362,17],[947,21,362,19],[948,6,363,4,"width"],[948,11,363,9],[948,13,363,11],[948,15,363,13],[949,6,364,4,"height"],[949,12,364,10],[949,14,364,12],[950,4,365,2],[950,5,365,3],[951,4,366,2,"profileBadge"],[951,16,366,14],[951,18,366,16],[952,6,367,4,"position"],[952,14,367,12],[952,16,367,14],[952,26,367,24],[953,6,368,4,"bottom"],[953,12,368,10],[953,14,368,12],[953,15,368,13],[953,16,368,14],[954,6,369,4,"right"],[954,11,369,9],[954,13,369,11],[954,14,369,12],[954,15,369,13],[955,6,370,4,"backgroundColor"],[955,21,370,19],[955,23,370,21],[955,32,370,30],[956,6,371,4,"borderRadius"],[956,18,371,16],[956,20,371,18],[956,22,371,20],[957,6,372,4,"paddingHorizontal"],[957,23,372,21],[957,25,372,23],[957,26,372,24],[958,6,373,4,"paddingVertical"],[958,21,373,19],[958,23,373,21],[958,24,373,22],[959,6,374,4,"flexDirection"],[959,19,374,17],[959,21,374,19],[959,26,374,24],[960,6,375,4,"alignItems"],[960,16,375,14],[960,18,375,16],[960,26,375,24],[961,6,376,4,"gap"],[961,9,376,7],[961,11,376,9],[962,4,377,2],[962,5,377,3],[963,4,378,2,"trustScore"],[963,14,378,12],[963,16,378,14],[964,6,379,4,"fontSize"],[964,14,379,12],[964,16,379,14],[964,18,379,16],[965,6,380,4,"fontWeight"],[965,16,380,14],[965,18,380,16],[965,23,380,21],[966,6,381,4,"color"],[966,11,381,9],[966,13,381,11],[967,4,382,2],[967,5,382,3],[968,4,383,2,"headerRight"],[968,15,383,13],[968,17,383,15],[969,6,384,4,"flexDirection"],[969,19,384,17],[969,21,384,19],[969,26,384,24],[970,6,385,4,"gap"],[970,9,385,7],[970,11,385,9],[971,4,386,2],[971,5,386,3],[972,4,387,2,"iconButton"],[972,14,387,12],[972,16,387,14],[973,6,388,4,"padding"],[973,13,388,11],[973,15,388,13],[974,4,389,2],[974,5,389,3],[975,4,390,2,"announcementWidget"],[975,22,390,20],[975,24,390,22],[976,6,391,4,"padding"],[976,13,391,11],[976,15,391,13],[977,4,392,2],[977,5,392,3],[978,4,393,2,"announcement"],[978,16,393,14],[978,18,393,16],[979,6,394,4,"backgroundColor"],[979,21,394,19],[979,23,394,21],[979,29,394,27],[980,6,395,4,"padding"],[980,13,395,11],[980,15,395,13],[980,17,395,15],[981,6,396,4,"borderRadius"],[981,18,396,16],[981,20,396,18],[981,22,396,20],[982,6,397,4,"marginRight"],[982,17,397,15],[982,19,397,17],[982,21,397,19],[983,6,398,4,"width"],[983,11,398,9],[983,13,398,11,"width"],[983,18,398,16],[983,21,398,19],[983,23,398,21],[984,6,399,4,"borderLeftWidth"],[984,21,399,19],[984,23,399,21],[984,24,399,22],[985,6,400,4,"borderLeftColor"],[985,21,400,19],[985,23,400,21],[986,4,401,2],[986,5,401,3],[987,4,402,2,"announcementTitle"],[987,21,402,19],[987,23,402,21],[988,6,403,4,"fontSize"],[988,14,403,12],[988,16,403,14],[988,18,403,16],[989,6,404,4,"fontWeight"],[989,16,404,14],[989,18,404,16],[989,23,404,21],[990,6,405,4,"color"],[990,11,405,9],[990,13,405,11],[990,22,405,20],[991,6,406,4,"marginBottom"],[991,18,406,16],[991,20,406,18],[992,4,407,2],[992,5,407,3],[993,4,408,2,"announcementText"],[993,20,408,18],[993,22,408,20],[994,6,409,4,"fontSize"],[994,14,409,12],[994,16,409,14],[994,18,409,16],[995,6,410,4,"color"],[995,11,410,9],[995,13,410,11],[996,4,411,2],[996,5,411,3],[997,4,412,2,"quickActionsContainer"],[997,25,412,23],[997,27,412,25],[998,6,413,4,"padding"],[998,13,413,11],[998,15,413,13],[999,4,414,2],[999,5,414,3],[1000,4,415,2,"sectionTitle"],[1000,16,415,14],[1000,18,415,16],[1001,6,416,4,"fontSize"],[1001,14,416,12],[1001,16,416,14],[1001,18,416,16],[1002,6,417,4,"fontWeight"],[1002,16,417,14],[1002,18,417,16],[1002,23,417,21],[1003,6,418,4,"color"],[1003,11,418,9],[1003,13,418,11],[1003,22,418,20],[1004,6,419,4,"marginBottom"],[1004,18,419,16],[1004,20,419,18],[1005,4,420,2],[1005,5,420,3],[1006,4,421,2,"actionsGrid"],[1006,15,421,13],[1006,17,421,15],[1007,6,422,4,"flexDirection"],[1007,19,422,17],[1007,21,422,19],[1007,26,422,24],[1008,6,423,4,"flexWrap"],[1008,14,423,12],[1008,16,423,14],[1008,22,423,20],[1009,6,424,4,"gap"],[1009,9,424,7],[1009,11,424,9],[1010,4,425,2],[1010,5,425,3],[1011,4,426,2,"actionCard"],[1011,14,426,12],[1011,16,426,14],[1012,6,427,4,"width"],[1012,11,427,9],[1012,13,427,11],[1012,14,427,12,"width"],[1012,19,427,17],[1012,22,427,20],[1012,24,427,22],[1012,28,427,26],[1012,29,427,27],[1013,6,428,4,"alignItems"],[1013,16,428,14],[1013,18,428,16],[1013,26,428,24],[1014,6,429,4,"padding"],[1014,13,429,11],[1014,15,429,13],[1015,4,430,2],[1015,5,430,3],[1016,4,431,2,"actionIcon"],[1016,14,431,12],[1016,16,431,14],[1017,6,432,4,"width"],[1017,11,432,9],[1017,13,432,11],[1017,15,432,13],[1018,6,433,4,"height"],[1018,12,433,10],[1018,14,433,12],[1018,16,433,14],[1019,6,434,4,"borderRadius"],[1019,18,434,16],[1019,20,434,18],[1019,22,434,20],[1020,6,435,4,"alignItems"],[1020,16,435,14],[1020,18,435,16],[1020,26,435,24],[1021,6,436,4,"justifyContent"],[1021,20,436,18],[1021,22,436,20],[1021,30,436,28],[1022,6,437,4,"marginBottom"],[1022,18,437,16],[1022,20,437,18],[1023,4,438,2],[1023,5,438,3],[1024,4,439,2,"actionLabel"],[1024,15,439,13],[1024,17,439,15],[1025,6,440,4,"fontSize"],[1025,14,440,12],[1025,16,440,14],[1025,18,440,16],[1026,6,441,4,"color"],[1026,11,441,9],[1026,13,441,11],[1026,22,441,20],[1027,6,442,4,"textAlign"],[1027,15,442,13],[1027,17,442,15],[1028,4,443,2],[1028,5,443,3],[1029,4,444,2,"walletHeader"],[1029,16,444,14],[1029,18,444,16],[1030,6,445,4,"padding"],[1030,13,445,11],[1030,15,445,13],[1030,17,445,15],[1031,6,446,4,"backgroundColor"],[1031,21,446,19],[1031,23,446,21],[1031,29,446,27],[1032,6,447,4,"borderBottomWidth"],[1032,23,447,21],[1032,25,447,23],[1032,26,447,24],[1033,6,448,4,"borderBottomColor"],[1033,23,448,21],[1033,25,448,23],[1033,34,448,32],[1034,6,449,4,"flexDirection"],[1034,19,449,17],[1034,21,449,19],[1034,26,449,24],[1035,6,450,4,"justifyContent"],[1035,20,450,18],[1035,22,450,20],[1035,37,450,35],[1036,6,451,4,"alignItems"],[1036,16,451,14],[1036,18,451,16],[1037,4,452,2],[1037,5,452,3],[1038,4,453,2,"walletTitle"],[1038,15,453,13],[1038,17,453,15],[1039,6,454,4,"fontSize"],[1039,14,454,12],[1039,16,454,14],[1039,18,454,16],[1040,6,455,4,"fontWeight"],[1040,16,455,14],[1040,18,455,16],[1040,23,455,21],[1041,6,456,4,"color"],[1041,11,456,9],[1041,13,456,11],[1042,4,457,2],[1042,5,457,3],[1043,4,458,2,"refreshButton"],[1043,17,458,15],[1043,19,458,17],[1044,6,459,4,"padding"],[1044,13,459,11],[1044,15,459,13],[1044,16,459,14],[1045,6,460,4,"borderRadius"],[1045,18,460,16],[1045,20,460,18],[1045,21,460,19],[1046,6,461,4,"backgroundColor"],[1046,21,461,19],[1046,23,461,21],[1047,4,462,2],[1047,5,462,3],[1048,4,463,2,"balanceCards"],[1048,16,463,14],[1048,18,463,16],[1049,6,464,4,"padding"],[1049,13,464,11],[1049,15,464,13],[1049,17,464,15],[1050,6,465,4,"gap"],[1050,9,465,7],[1050,11,465,9],[1051,4,466,2],[1051,5,466,3],[1052,4,467,2,"balanceCard"],[1052,15,467,13],[1052,17,467,15],[1053,6,468,4,"backgroundColor"],[1053,21,468,19],[1053,23,468,21],[1053,29,468,27],[1054,6,469,4,"padding"],[1054,13,469,11],[1054,15,469,13],[1054,17,469,15],[1055,6,470,4,"borderRadius"],[1055,18,470,16],[1055,20,470,18],[1055,22,470,20],[1056,6,471,4,"borderWidth"],[1056,17,471,15],[1056,19,471,17],[1056,20,471,18],[1057,6,472,4,"borderColor"],[1057,17,472,15],[1057,19,472,17],[1058,4,473,2],[1058,5,473,3],[1059,4,474,2,"balanceCardHeader"],[1059,21,474,19],[1059,23,474,21],[1060,6,475,4,"flexDirection"],[1060,19,475,17],[1060,21,475,19],[1060,26,475,24],[1061,6,476,4,"alignItems"],[1061,16,476,14],[1061,18,476,16],[1061,26,476,24],[1062,6,477,4,"gap"],[1062,9,477,7],[1062,11,477,9],[1062,12,477,10],[1063,6,478,4,"marginBottom"],[1063,18,478,16],[1063,20,478,18],[1064,4,479,2],[1064,5,479,3],[1065,4,480,2,"tokenLogo"],[1065,13,480,11],[1065,15,480,13],[1066,6,481,4,"width"],[1066,11,481,9],[1066,13,481,11],[1066,15,481,13],[1067,6,482,4,"height"],[1067,12,482,10],[1067,14,482,12],[1067,16,482,14],[1068,6,483,4,"borderRadius"],[1068,18,483,16],[1068,20,483,18],[1069,4,484,2],[1069,5,484,3],[1070,4,485,2,"tokenSymbol"],[1070,15,485,13],[1070,17,485,15],[1071,6,486,4,"fontSize"],[1071,14,486,12],[1071,16,486,14],[1071,18,486,16],[1072,6,487,4,"fontWeight"],[1072,16,487,14],[1072,18,487,16],[1072,23,487,21],[1073,6,488,4,"color"],[1073,11,488,9],[1073,13,488,11],[1074,4,489,2],[1074,5,489,3],[1075,4,490,2,"balanceAmount"],[1075,17,490,15],[1075,19,490,17],[1076,6,491,4,"fontSize"],[1076,14,491,12],[1076,16,491,14],[1076,18,491,16],[1077,6,492,4,"fontWeight"],[1077,16,492,14],[1077,18,492,16],[1077,23,492,21],[1078,6,493,4,"color"],[1078,11,493,9],[1078,13,493,11],[1078,22,493,20],[1079,6,494,4,"marginBottom"],[1079,18,494,16],[1079,20,494,18],[1080,4,495,2],[1080,5,495,3],[1081,4,496,2,"balanceUsd"],[1081,14,496,12],[1081,16,496,14],[1082,6,497,4,"fontSize"],[1082,14,497,12],[1082,16,497,14],[1082,18,497,16],[1083,6,498,4,"color"],[1083,11,498,9],[1083,13,498,11],[1084,4,499,2],[1084,5,499,3],[1085,4,500,2,"walletActions"],[1085,17,500,15],[1085,19,500,17],[1086,6,501,4,"flexDirection"],[1086,19,501,17],[1086,21,501,19],[1086,26,501,24],[1087,6,502,4,"padding"],[1087,13,502,11],[1087,15,502,13],[1087,17,502,15],[1088,6,503,4,"gap"],[1088,9,503,7],[1088,11,503,9],[1089,4,504,2],[1089,5,504,3],[1090,4,505,2,"walletActionButton"],[1090,22,505,20],[1090,24,505,22],[1091,6,506,4,"flex"],[1091,10,506,8],[1091,12,506,10],[1091,13,506,11],[1092,6,507,4,"backgroundColor"],[1092,21,507,19],[1092,23,507,21],[1092,32,507,30],[1093,6,508,4,"padding"],[1093,13,508,11],[1093,15,508,13],[1093,17,508,15],[1094,6,509,4,"borderRadius"],[1094,18,509,16],[1094,20,509,18],[1094,22,509,20],[1095,6,510,4,"alignItems"],[1095,16,510,14],[1095,18,510,16],[1095,26,510,24],[1096,6,511,4,"gap"],[1096,9,511,7],[1096,11,511,9],[1097,4,512,2],[1097,5,512,3],[1098,4,513,2,"walletActionText"],[1098,20,513,18],[1098,22,513,20],[1099,6,514,4,"color"],[1099,11,514,9],[1099,13,514,11],[1099,19,514,17],[1100,6,515,4,"fontSize"],[1100,14,515,12],[1100,16,515,14],[1100,18,515,16],[1101,6,516,4,"fontWeight"],[1101,16,516,14],[1101,18,516,16],[1102,4,517,2],[1102,5,517,3],[1103,4,518,2,"placeholderText"],[1103,19,518,17],[1103,21,518,19],[1104,6,519,4,"flex"],[1104,10,519,8],[1104,12,519,10],[1104,13,519,11],[1105,6,520,4,"textAlign"],[1105,15,520,13],[1105,17,520,15],[1105,25,520,23],[1106,6,521,4,"marginTop"],[1106,15,521,13],[1106,17,521,15],[1106,20,521,18],[1107,6,522,4,"fontSize"],[1107,14,522,12],[1107,16,522,14],[1107,18,522,16],[1108,6,523,4,"color"],[1108,11,523,9],[1108,13,523,11],[1109,4,524,2],[1109,5,524,3],[1110,4,525,2,"tabBar"],[1110,10,525,8],[1110,12,525,10],[1111,6,526,4,"borderTopWidth"],[1111,20,526,18],[1111,22,526,20],[1111,23,526,21],[1112,6,527,4,"borderTopColor"],[1112,20,527,18],[1112,22,527,20],[1112,31,527,29],[1113,6,528,4,"paddingBottom"],[1113,19,528,17],[1113,21,528,19],[1113,22,528,20],[1114,6,529,4,"paddingTop"],[1114,16,529,14],[1114,18,529,16],[1114,19,529,17],[1115,6,530,4,"height"],[1115,12,530,10],[1115,14,530,12],[1116,4,531,2],[1117,2,532,0],[1117,3,532,1],[1117,4,532,2],[1118,2,532,3],[1118,6,532,3,"_c"],[1118,8,532,3],[1118,10,532,3,"_c2"],[1118,13,532,3],[1118,15,532,3,"_c3"],[1118,18,532,3],[1118,20,532,3,"_c4"],[1118,23,532,3],[1118,25,532,3,"_c5"],[1118,28,532,3],[1118,30,532,3,"_c6"],[1118,33,532,3],[1119,2,532,3,"$RefreshReg$"],[1119,14,532,3],[1119,15,532,3,"_c"],[1119,17,532,3],[1120,2,532,3,"$RefreshReg$"],[1120,14,532,3],[1120,15,532,3,"_c2"],[1120,18,532,3],[1121,2,532,3,"$RefreshReg$"],[1121,14,532,3],[1121,15,532,3,"_c3"],[1121,18,532,3],[1122,2,532,3,"$RefreshReg$"],[1122,14,532,3],[1122,15,532,3,"_c4"],[1122,18,532,3],[1123,2,532,3,"$RefreshReg$"],[1123,14,532,3],[1123,15,532,3,"_c5"],[1123,18,532,3],[1124,2,532,3,"$RefreshReg$"],[1124,14,532,3],[1124,15,532,3,"_c6"],[1124,18,532,3],[1125,0,532,3],[1125,3]],"functionMap":{"names":["","HomeTab","pickImage","QUICK_ACTIONS.map$argument_0","WalletTab","useEffect$argument_0","fetchBalance","CitizensTab","ReferralTab","ProfileTab","HomeScreen","Tab.Screen.props.options.tabBarIcon"],"mappings":"AAA;ACmB;oBCI;GDqB;+BEkD;aFW;CDM;AIE;YCQ;GDE;uBEE;GF4B;CJyD;AOE;CPM;AQE;CRM;ASE;CTM;eUI;sBCe;WDE;sBCQ;WDE;sBCQ;WDE;sBCQ;WDE;sBCQ;WDE;CVK"},"hasCjsExports":false},"type":"js/module"}]}
\ No newline at end of file
diff --git a/frontend/.metro-cache/cache/4b/a99109ad0c874cdcfc7e5ff4de0565a222b2b144d10555ced31d1605e867bfd1287277 b/frontend/.metro-cache/cache/4b/a99109ad0c874cdcfc7e5ff4de0565a222b2b144d10555ced31d1605e867bfd1287277
index c087f56d..08639404 100644
--- a/frontend/.metro-cache/cache/4b/a99109ad0c874cdcfc7e5ff4de0565a222b2b144d10555ced31d1605e867bfd1287277
+++ b/frontend/.metro-cache/cache/4b/a99109ad0c874cdcfc7e5ff4de0565a222b2b144d10555ced31d1605e867bfd1287277
@@ -1 +1 @@
-{"dependencies":[{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":51,"index":51}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/View","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"4kYBDC6LJJXoH7P9rWDi3vkLVB0=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Text","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"JKIzsQ5YQ0gDj0MIyY0Q7F1zJtU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/StyleSheet","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"MK7+k1V+KnvCVW7Kj2k/ydtjmVU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/TouchableOpacity","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PnQOoa8QGKpV5+issz6ikk463eg=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/ScrollView","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"7Gv1K9/TiQvbDXlMy9NOQIEBHDA=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Image","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"h9Yjx6LR7umCdPP226caWyLdUPo=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Dimensions","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"ySrYx/xxJL+A+Ie+sLy/r/EEnF8=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Alert","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PEUC6jrQVoAGZ2qYkvimljMOyJI=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0,"index":196},"end":{"line":13,"column":46,"index":242}}],"key":"ow7vkrqkIckRjlSi/+MhMmRYtUE=","exportNames":["*"],"imports":1}},{"name":"@react-navigation/bottom-tabs","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":14,"column":0,"index":243},"end":{"line":14,"column":73,"index":316}}],"key":"+CsiEPZJMQUbFs9pwhg0Pji1O3k=","exportNames":["*"],"imports":1}},{"name":"expo-image-picker","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":15,"column":0,"index":317},"end":{"line":15,"column":49,"index":366}}],"key":"XQFgv2+WadF9xV+S67CI6D8lClA=","exportNames":["*"],"imports":1}},{"name":"../contexts/AuthContext","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":16,"column":0,"index":367},"end":{"line":16,"column":50,"index":417}}],"key":"oNCgyH4yx4pAIVZXLqqRGB2kuCY=","exportNames":["*"],"imports":1}},{"name":"react/jsx-dev-runtime","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"L9D70Z4hi4aGuui1ysja/oQ5ytI=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n var _jsxFileName = \"/app/frontend/src/screens/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 _react = require(_dependencyMap[0], \"react\");\n var _reactNativeWebDistExportsView = require(_dependencyMap[1], \"react-native-web/dist/exports/View\");\n var View = _interopDefault(_reactNativeWebDistExportsView);\n var _reactNativeWebDistExportsText = require(_dependencyMap[2], \"react-native-web/dist/exports/Text\");\n var Text = _interopDefault(_reactNativeWebDistExportsText);\n var _reactNativeWebDistExportsStyleSheet = require(_dependencyMap[3], \"react-native-web/dist/exports/StyleSheet\");\n var StyleSheet = _interopDefault(_reactNativeWebDistExportsStyleSheet);\n var _reactNativeWebDistExportsTouchableOpacity = require(_dependencyMap[4], \"react-native-web/dist/exports/TouchableOpacity\");\n var TouchableOpacity = _interopDefault(_reactNativeWebDistExportsTouchableOpacity);\n var _reactNativeWebDistExportsScrollView = require(_dependencyMap[5], \"react-native-web/dist/exports/ScrollView\");\n var ScrollView = _interopDefault(_reactNativeWebDistExportsScrollView);\n var _reactNativeWebDistExportsImage = require(_dependencyMap[6], \"react-native-web/dist/exports/Image\");\n var Image = _interopDefault(_reactNativeWebDistExportsImage);\n var _reactNativeWebDistExportsDimensions = require(_dependencyMap[7], \"react-native-web/dist/exports/Dimensions\");\n var Dimensions = _interopDefault(_reactNativeWebDistExportsDimensions);\n var _reactNativeWebDistExportsAlert = require(_dependencyMap[8], \"react-native-web/dist/exports/Alert\");\n var Alert = _interopDefault(_reactNativeWebDistExportsAlert);\n var _expoVectorIcons = require(_dependencyMap[9], \"@expo/vector-icons\");\n var _reactNavigationBottomTabs = require(_dependencyMap[10], \"@react-navigation/bottom-tabs\");\n var _expoImagePicker = require(_dependencyMap[11], \"expo-image-picker\");\n var ImagePicker = _interopNamespace(_expoImagePicker);\n var _contextsAuthContext = require(_dependencyMap[12], \"../contexts/AuthContext\");\n var _reactJsxDevRuntime = require(_dependencyMap[13], \"react/jsx-dev-runtime\");\n const {\n width\n } = Dimensions.default.get('window');\n function HomeTab() {\n _s();\n const {\n user\n } = (0, _contextsAuthContext.useAuth)();\n const [profileImage, setProfileImage] = (0, _react.useState)(null);\n const pickImage = async () => {\n const permissionResult = await ImagePicker.requestMediaLibraryPermissionsAsync();\n if (permissionResult.granted === false) {\n Alert.default.alert('Permission Required', 'Permission to access camera roll is required!');\n return;\n }\n const result = await 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 const base64Image = `data:image/jpeg;base64,${result.assets[0].base64}`;\n setProfileImage(base64Image);\n // TODO: Save to backend\n }\n };\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n showsVerticalScrollIndicator: false,\n contentContainerStyle: styles.scrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.header,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.headerLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: styles.profileImage,\n onPress: pickImage,\n children: profileImage ? /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\n source: {\n uri: profileImage\n },\n style: styles.profileImageSrc\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 54,\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: 56,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 52,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\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: 60,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.trustScore,\n children: \"750\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 61,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 59,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 51,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.headerRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 66,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 65,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 69,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 68,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 72,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 71,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 64,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 50,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.announcementWidget,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n horizontal: true,\n showsHorizontalScrollIndicator: false,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.announcement,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.announcementTitle,\n children: \"\\uD83C\\uDF89 Welcome to PezkuwiChain!\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 81,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.announcementText,\n children: \"Start your citizenship journey today\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 82,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 80,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.announcement,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.announcementTitle,\n children: \"\\uD83D\\uDCE2 New Feature\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 85,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.announcementText,\n children: \"Vote on governance proposals\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 86,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 84,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 79,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 78,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.quickActionsContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.sectionTitle,\n children: \"Quick Actions\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 93,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.actionsGrid,\n children: QUICK_ACTIONS.map((action, index) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: [styles.actionCard, index % 4 === 0 && styles.actionCardFirst, index % 4 === 3 && styles.actionCardLast],\n activeOpacity: 0.7,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\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: 105,\n columnNumber: 19\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 104,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionLabel,\n children: action.label\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 107,\n columnNumber: 17\n }, this)]\n }, action.id, true, {\n fileName: _jsxFileName,\n lineNumber: 96,\n columnNumber: 15\n }, this))\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 94,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 92,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 48,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 47,\n columnNumber: 5\n }, this);\n }\n _s(HomeTab, \"xEp7SEfX94u+oibpmCw6eCxkmPE=\", false, function () {\n return [_contextsAuthContext.useAuth];\n });\n _c = HomeTab;\n function WalletTab() {\n _s2();\n const {\n user\n } = (0, _contextsAuthContext.useAuth)();\n const [hezBalance, setHezBalance] = (0, _react.useState)('Loading...');\n const [pezBalance, setPezBalance] = (0, _react.useState)('Loading...');\n const [loading, setLoading] = (0, _react.useState)(true);\n const TEST_WALLET = '5GgTgG9sRmPQAYU1RsTejZYnZRjwzKZKWD3awtuqjHioki45';\n (0, _react.useEffect)(() => {\n fetchBalance();\n }, []);\n const fetchBalance = async () => {\n try {\n const backendUrl = \"https://digital-kurdistan.preview.emergentagent.com\" || 'http://localhost:8001';\n const response = await 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 });\n if (response.ok) {\n const data = await response.json();\n setHezBalance(parseFloat(data.hez).toFixed(2));\n setPezBalance(parseFloat(data.pez).toFixed(2));\n } else {\n setHezBalance('Error');\n setPezBalance('Error');\n }\n } catch (error) {\n console.error('Balance fetch error:', error);\n setHezBalance('Error');\n setPezBalance('Error');\n } finally {\n setLoading(false);\n }\n };\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n contentContainerStyle: styles.walletScrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.walletHeader,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.walletTitle,\n children: \"My Wallet\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 164,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 166,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 165,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 163,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.balanceRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.balanceCardNew,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\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: 173,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenSymbolNew,\n children: \"HEZ\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 177,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.balanceAmountNew,\n children: hezBalance\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 178,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenNameNew,\n children: \"Hemwelat\\xEE Token\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 179,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 172,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.balanceCardNew,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\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: 183,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenSymbolNew,\n children: \"PEZ\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 187,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.balanceAmountNew,\n children: pezBalance\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 188,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenNameNew,\n children: \"Pezkuw\\xEE Token\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 189,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 182,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 171,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.actionsContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.actionsRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 198,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionBtnText,\n children: \"Send\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 199,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 197,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 202,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionBtnText,\n children: \"Receive\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 203,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 201,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 206,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionBtnText,\n children: \"Swap\"\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)(TouchableOpacity.default, {\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: 210,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionBtnText,\n children: \"P2P\"\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)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 196,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.actionsRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 218,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionBtnText,\n children: \"Vote\"\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), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 222,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionBtnText,\n children: \"DApps\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 223,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 221,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 226,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionBtnText,\n children: \"Staking\"\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)(TouchableOpacity.default, {\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: 230,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionBtnText,\n children: \"Connect\"\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)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 216,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 194,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokensContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokensTitle,\n children: \"Tokens\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 238,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenIconContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\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: 244,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\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: 248,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 243,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemName,\n children: \"USDT\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 254,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemNetwork,\n children: \"PEZ Network\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 255,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 253,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 242,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemBalance,\n children: \"0\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 259,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemUsd,\n children: \"$0\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 260,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 258,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 241,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 237,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 161,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 160,\n columnNumber: 5\n }, this);\n }\n _s2(WalletTab, \"osbCN528CgM7tSTrgQcFeX6sHT4=\", false, function () {\n return [_contextsAuthContext.useAuth];\n });\n _c2 = WalletTab;\n function CitizensTab() {\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.placeholderText,\n children: \"Citizens Screen\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 274,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 273,\n columnNumber: 5\n }, this);\n }\n _c3 = CitizensTab;\n function ReferralTab() {\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.placeholderText,\n children: \"Referral 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 _c4 = ReferralTab;\n function ProfileTab() {\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.placeholderText,\n children: \"Profile 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 _c5 = ProfileTab;\n const 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: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"home\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 313,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 307,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Wallet\",\n component: WalletTab,\n options: {\n tabBarLabel: 'Wallet',\n tabBarIcon: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"wallet\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 323,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 317,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Citizens\",\n component: CitizensTab,\n options: {\n tabBarLabel: 'Citizens',\n tabBarIcon: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"people\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 333,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 327,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Referral\",\n component: ReferralTab,\n options: {\n tabBarLabel: 'Referral',\n tabBarIcon: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"gift\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 343,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 337,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Profile\",\n component: ProfileTab,\n options: {\n tabBarLabel: 'Profile',\n tabBarIcon: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"person\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 353,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 347,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 299,\n columnNumber: 5\n }, this);\n }\n _c6 = HomeScreen;\n const 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: 'History',\n icon: 'time',\n color: '#84CC16'\n }, {\n id: '13',\n label: 'QR Scan',\n icon: 'qr-code',\n color: '#06B6D4'\n }, {\n id: '14',\n label: 'Settings',\n icon: 'settings',\n color: '#64748B'\n }, {\n id: '15',\n label: 'Help',\n icon: 'help-circle',\n color: '#A855F7'\n }, {\n id: '16',\n label: 'Rewards',\n icon: 'star',\n color: '#FBBF24'\n }, {\n id: '17',\n label: 'Trust',\n icon: 'heart',\n color: '#EF4444'\n }, {\n id: '18',\n label: 'Parliament',\n icon: 'flag',\n color: '#3B82F6'\n }, {\n id: '19',\n label: 'Ministry',\n icon: 'business',\n color: '#10B981'\n }, {\n id: '20',\n label: 'Justice',\n icon: 'hammer',\n color: '#78350F'\n }, {\n id: '21',\n label: 'Tax',\n icon: 'receipt',\n color: '#991B1B'\n }, {\n id: '22',\n label: 'Census',\n icon: 'people-circle',\n color: '#1E40AF'\n }, {\n id: '23',\n label: 'Land',\n icon: 'map',\n color: '#065F46'\n }, {\n id: '24',\n label: 'Marriage',\n icon: 'heart-circle',\n color: '#BE185D'\n }, {\n id: '25',\n label: 'Birth',\n icon: 'happy',\n color: '#7C3AED'\n }, {\n id: '26',\n label: 'Death',\n icon: 'sad',\n color: '#404040'\n }, {\n id: '27',\n label: 'Trade',\n icon: 'storefront',\n color: '#0891B2'\n }, {\n id: '28',\n label: 'Export',\n icon: 'airplane',\n color: '#4338CA'\n }, {\n id: '29',\n label: 'Import',\n icon: 'boat',\n color: '#15803D'\n }, {\n id: '30',\n label: 'More',\n icon: 'apps',\n color: '#9333EA'\n }];\n const styles = StyleSheet.default.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":1517,"map":[[30,2,297,15,"Object"],[30,8,297,15],[30,9,297,15,"defineProperty"],[30,23,297,15],[30,24,297,15,"exports"],[30,31,297,15],[31,4,297,15,"enumerable"],[31,14,297,15],[32,4,297,15,"get"],[32,7,297,15],[32,18,297,15,"get"],[32,19,297,15],[33,6,297,15],[33,13,297,15,"HomeScreen"],[33,23,297,15],[34,4,297,15],[35,2,297,15],[36,2,1,0],[36,6,1,0,"_react"],[36,12,1,0],[36,15,1,0,"require"],[36,22,1,0],[36,23,1,0,"_dependencyMap"],[36,37,1,0],[37,2,1,51],[37,6,1,51,"_reactNativeWebDistExportsView"],[37,36,1,51],[37,39,1,51,"require"],[37,46,1,51],[37,47,1,51,"_dependencyMap"],[37,61,1,51],[38,2,1,51],[38,6,1,51,"View"],[38,10,1,51],[38,13,1,51,"_interopDefault"],[38,28,1,51],[38,29,1,51,"_reactNativeWebDistExportsView"],[38,59,1,51],[39,2,1,51],[39,6,1,51,"_reactNativeWebDistExportsText"],[39,36,1,51],[39,39,1,51,"require"],[39,46,1,51],[39,47,1,51,"_dependencyMap"],[39,61,1,51],[40,2,1,51],[40,6,1,51,"Text"],[40,10,1,51],[40,13,1,51,"_interopDefault"],[40,28,1,51],[40,29,1,51,"_reactNativeWebDistExportsText"],[40,59,1,51],[41,2,1,51],[41,6,1,51,"_reactNativeWebDistExportsStyleSheet"],[41,42,1,51],[41,45,1,51,"require"],[41,52,1,51],[41,53,1,51,"_dependencyMap"],[41,67,1,51],[42,2,1,51],[42,6,1,51,"StyleSheet"],[42,16,1,51],[42,19,1,51,"_interopDefault"],[42,34,1,51],[42,35,1,51,"_reactNativeWebDistExportsStyleSheet"],[42,71,1,51],[43,2,1,51],[43,6,1,51,"_reactNativeWebDistExportsTouchableOpacity"],[43,48,1,51],[43,51,1,51,"require"],[43,58,1,51],[43,59,1,51,"_dependencyMap"],[43,73,1,51],[44,2,1,51],[44,6,1,51,"TouchableOpacity"],[44,22,1,51],[44,25,1,51,"_interopDefault"],[44,40,1,51],[44,41,1,51,"_reactNativeWebDistExportsTouchableOpacity"],[44,83,1,51],[45,2,1,51],[45,6,1,51,"_reactNativeWebDistExportsScrollView"],[45,42,1,51],[45,45,1,51,"require"],[45,52,1,51],[45,53,1,51,"_dependencyMap"],[45,67,1,51],[46,2,1,51],[46,6,1,51,"ScrollView"],[46,16,1,51],[46,19,1,51,"_interopDefault"],[46,34,1,51],[46,35,1,51,"_reactNativeWebDistExportsScrollView"],[46,71,1,51],[47,2,1,51],[47,6,1,51,"_reactNativeWebDistExportsImage"],[47,37,1,51],[47,40,1,51,"require"],[47,47,1,51],[47,48,1,51,"_dependencyMap"],[47,62,1,51],[48,2,1,51],[48,6,1,51,"Image"],[48,11,1,51],[48,14,1,51,"_interopDefault"],[48,29,1,51],[48,30,1,51,"_reactNativeWebDistExportsImage"],[48,61,1,51],[49,2,1,51],[49,6,1,51,"_reactNativeWebDistExportsDimensions"],[49,42,1,51],[49,45,1,51,"require"],[49,52,1,51],[49,53,1,51,"_dependencyMap"],[49,67,1,51],[50,2,1,51],[50,6,1,51,"Dimensions"],[50,16,1,51],[50,19,1,51,"_interopDefault"],[50,34,1,51],[50,35,1,51,"_reactNativeWebDistExportsDimensions"],[50,71,1,51],[51,2,1,51],[51,6,1,51,"_reactNativeWebDistExportsAlert"],[51,37,1,51],[51,40,1,51,"require"],[51,47,1,51],[51,48,1,51,"_dependencyMap"],[51,62,1,51],[52,2,1,51],[52,6,1,51,"Alert"],[52,11,1,51],[52,14,1,51,"_interopDefault"],[52,29,1,51],[52,30,1,51,"_reactNativeWebDistExportsAlert"],[52,61,1,51],[53,2,13,0],[53,6,13,0,"_expoVectorIcons"],[53,22,13,0],[53,25,13,0,"require"],[53,32,13,0],[53,33,13,0,"_dependencyMap"],[53,47,13,0],[54,2,14,0],[54,6,14,0,"_reactNavigationBottomTabs"],[54,32,14,0],[54,35,14,0,"require"],[54,42,14,0],[54,43,14,0,"_dependencyMap"],[54,57,14,0],[55,2,15,0],[55,6,15,0,"_expoImagePicker"],[55,22,15,0],[55,25,15,0,"require"],[55,32,15,0],[55,33,15,0,"_dependencyMap"],[55,47,15,0],[56,2,15,0],[56,6,15,0,"ImagePicker"],[56,17,15,0],[56,20,15,0,"_interopNamespace"],[56,37,15,0],[56,38,15,0,"_expoImagePicker"],[56,54,15,0],[57,2,16,0],[57,6,16,0,"_contextsAuthContext"],[57,26,16,0],[57,29,16,0,"require"],[57,36,16,0],[57,37,16,0,"_dependencyMap"],[57,51,16,0],[58,2,16,50],[58,6,16,50,"_reactJsxDevRuntime"],[58,25,16,50],[58,28,16,50,"require"],[58,35,16,50],[58,36,16,50,"_dependencyMap"],[58,50,16,50],[59,2,18,0],[59,8,18,6],[60,4,18,8,"width"],[61,2,18,14],[61,3,18,15],[61,6,18,18,"Dimensions"],[61,16,18,28],[61,17,18,28,"default"],[61,24,18,28],[61,25,18,29,"get"],[61,28,18,32],[61,29,18,33],[61,37,18,41],[61,38,18,42],[62,2,20,0],[62,11,20,9,"HomeTab"],[62,18,20,16,"HomeTab"],[62,19,20,16],[62,21,20,19],[63,4,20,19,"_s"],[63,6,20,19],[64,4,21,2],[64,10,21,8],[65,6,21,10,"user"],[66,4,21,15],[66,5,21,16],[66,8,21,19],[66,12,21,19,"useAuth"],[66,32,21,26],[66,33,21,26,"useAuth"],[66,40,21,26],[66,42,21,27],[66,43,21,28],[67,4,22,2],[67,10,22,8],[67,11,22,9,"profileImage"],[67,23,22,21],[67,25,22,23,"setProfileImage"],[67,40,22,38],[67,41,22,39],[67,44,22,42],[67,48,22,42,"useState"],[67,54,22,50],[67,55,22,50,"useState"],[67,63,22,50],[67,65,22,66],[67,69,22,70],[67,70,22,71],[68,4,24,2],[68,10,24,8,"pickImage"],[68,19,24,17],[68,22,24,20],[68,28,24,20,"pickImage"],[68,29,24,20],[68,34,24,32],[69,6,25,4],[69,12,25,10,"permissionResult"],[69,28,25,26],[69,31,25,29],[69,37,25,35,"ImagePicker"],[69,48,25,46],[69,49,25,47,"requestMediaLibraryPermissionsAsync"],[69,84,25,82],[69,85,25,83],[69,86,25,84],[70,6,27,4],[70,10,27,8,"permissionResult"],[70,26,27,24],[70,27,27,25,"granted"],[70,34,27,32],[70,39,27,37],[70,44,27,42],[70,46,27,44],[71,8,28,6,"Alert"],[71,13,28,11],[71,14,28,11,"default"],[71,21,28,11],[71,22,28,12,"alert"],[71,27,28,17],[71,28,28,18],[71,49,28,39],[71,51,28,41],[71,98,28,88],[71,99,28,89],[72,8,29,6],[73,6,30,4],[74,6,32,4],[74,12,32,10,"result"],[74,18,32,16],[74,21,32,19],[74,27,32,25,"ImagePicker"],[74,38,32,36],[74,39,32,37,"launchImageLibraryAsync"],[74,62,32,60],[74,63,32,61],[75,8,33,6,"mediaTypes"],[75,18,33,16],[75,20,33,18,"ImagePicker"],[75,31,33,29],[75,32,33,30,"MediaTypeOptions"],[75,48,33,46],[75,49,33,47,"Images"],[75,55,33,53],[76,8,34,6,"allowsEditing"],[76,21,34,19],[76,23,34,21],[76,27,34,25],[77,8,35,6,"aspect"],[77,14,35,12],[77,16,35,14],[77,17,35,15],[77,18,35,16],[77,20,35,18],[77,21,35,19],[77,22,35,20],[78,8,36,6,"quality"],[78,15,36,13],[78,17,36,15],[78,20,36,18],[79,8,37,6,"base64"],[79,14,37,12],[79,16,37,14],[80,6,38,4],[80,7,38,5],[80,8,38,6],[81,6,40,4],[81,10,40,8],[81,11,40,9,"result"],[81,17,40,15],[81,18,40,16,"canceled"],[81,26,40,24],[81,30,40,28,"result"],[81,36,40,34],[81,37,40,35,"assets"],[81,43,40,41],[81,44,40,42],[81,45,40,43],[81,46,40,44],[81,47,40,45,"base64"],[81,53,40,51],[81,55,40,53],[82,8,41,6],[82,14,41,12,"base64Image"],[82,25,41,23],[82,28,41,26],[82,54,41,52,"result"],[82,60,41,58],[82,61,41,59,"assets"],[82,67,41,65],[82,68,41,66],[82,69,41,67],[82,70,41,68],[82,71,41,69,"base64"],[82,77,41,75],[82,79,41,77],[83,8,42,6,"setProfileImage"],[83,23,42,21],[83,24,42,22,"base64Image"],[83,35,42,33],[83,36,42,34],[84,8,43,6],[85,6,44,4],[86,4,45,2],[86,5,45,3],[87,4,46,2],[87,24,47,4],[87,28,47,4,"_reactJsxDevRuntime"],[87,47,47,4],[87,48,47,4,"jsxDEV"],[87,54,47,4],[87,56,47,5,"View"],[87,60,47,9],[87,61,47,9,"default"],[87,68,47,9],[88,6,47,10,"style"],[88,11,47,15],[88,13,47,17,"styles"],[88,19,47,23],[88,20,47,24,"container"],[88,29,47,34],[89,6,47,34,"children"],[89,14,47,34],[89,29,48,6],[89,33,48,6,"_reactJsxDevRuntime"],[89,52,48,6],[89,53,48,6,"jsxDEV"],[89,59,48,6],[89,61,48,7,"ScrollView"],[89,71,48,17],[89,72,48,17,"default"],[89,79,48,17],[90,8,48,18,"showsVerticalScrollIndicator"],[90,36,48,46],[90,38,48,48],[90,43,48,54],[91,8,48,55,"contentContainerStyle"],[91,29,48,76],[91,31,48,78,"styles"],[91,37,48,84],[91,38,48,85,"scrollContent"],[91,51,48,99],[92,8,48,99,"children"],[92,16,48,99],[92,32,50,8],[92,36,50,8,"_reactJsxDevRuntime"],[92,55,50,8],[92,56,50,8,"jsxDEV"],[92,62,50,8],[92,64,50,9,"View"],[92,68,50,13],[92,69,50,13,"default"],[92,76,50,13],[93,10,50,14,"style"],[93,15,50,19],[93,17,50,21,"styles"],[93,23,50,27],[93,24,50,28,"header"],[93,30,50,35],[94,10,50,35,"children"],[94,18,50,35],[94,34,51,10],[94,38,51,10,"_reactJsxDevRuntime"],[94,57,51,10],[94,58,51,10,"jsxDEV"],[94,64,51,10],[94,66,51,11,"View"],[94,70,51,15],[94,71,51,15,"default"],[94,78,51,15],[95,12,51,16,"style"],[95,17,51,21],[95,19,51,23,"styles"],[95,25,51,29],[95,26,51,30,"headerLeft"],[95,36,51,41],[96,12,51,41,"children"],[96,20,51,41],[96,36,52,12],[96,40,52,12,"_reactJsxDevRuntime"],[96,59,52,12],[96,60,52,12,"jsxDEV"],[96,66,52,12],[96,68,52,13,"TouchableOpacity"],[96,84,52,29],[96,85,52,29,"default"],[96,92,52,29],[97,14,52,30,"style"],[97,19,52,35],[97,21,52,37,"styles"],[97,27,52,43],[97,28,52,44,"profileImage"],[97,40,52,57],[98,14,52,58,"onPress"],[98,21,52,65],[98,23,52,67,"pickImage"],[98,32,52,77],[99,14,52,77,"children"],[99,22,52,77],[99,24,53,15,"profileImage"],[99,36,53,27],[99,52,54,16],[99,56,54,16,"_reactJsxDevRuntime"],[99,75,54,16],[99,76,54,16,"jsxDEV"],[99,82,54,16],[99,84,54,17,"Image"],[99,89,54,22],[99,90,54,22,"default"],[99,97,54,22],[100,16,54,23,"source"],[100,22,54,29],[100,24,54,31],[101,18,54,33,"uri"],[101,21,54,36],[101,23,54,38,"profileImage"],[102,16,54,51],[102,17,54,53],[103,16,54,54,"style"],[103,21,54,59],[103,23,54,61,"styles"],[103,29,54,67],[103,30,54,68,"profileImageSrc"],[104,14,54,84],[105,16,54,84,"fileName"],[105,24,54,84],[105,26,54,84,"_jsxFileName"],[105,38,54,84],[106,16,54,84,"lineNumber"],[106,26,54,84],[107,16,54,84,"columnNumber"],[107,28,54,84],[108,14,54,84],[108,21,54,86],[108,22,54,87],[108,38,56,16],[108,42,56,16,"_reactJsxDevRuntime"],[108,61,56,16],[108,62,56,16,"jsxDEV"],[108,68,56,16],[108,70,56,17,"_expoVectorIcons"],[108,86,56,25],[108,87,56,25,"Ionicons"],[108,95,56,25],[109,16,56,26,"name"],[109,20,56,30],[109,22,56,31],[109,30,56,39],[110,16,56,40,"size"],[110,20,56,44],[110,22,56,46],[110,24,56,49],[111,16,56,50,"color"],[111,21,56,55],[111,23,56,56],[112,14,56,65],[113,16,56,65,"fileName"],[113,24,56,65],[113,26,56,65,"_jsxFileName"],[113,38,56,65],[114,16,56,65,"lineNumber"],[114,26,56,65],[115,16,56,65,"columnNumber"],[115,28,56,65],[116,14,56,65],[116,21,56,67],[117,12,57,15],[118,14,57,15,"fileName"],[118,22,57,15],[118,24,57,15,"_jsxFileName"],[118,36,57,15],[119,14,57,15,"lineNumber"],[119,24,57,15],[120,14,57,15,"columnNumber"],[120,26,57,15],[121,12,57,15],[121,19,58,30],[121,20,58,31],[121,35,59,12],[121,39,59,12,"_reactJsxDevRuntime"],[121,58,59,12],[121,59,59,12,"jsxDEV"],[121,65,59,12],[121,67,59,13,"View"],[121,71,59,17],[121,72,59,17,"default"],[121,79,59,17],[122,14,59,18,"style"],[122,19,59,23],[122,21,59,25,"styles"],[122,27,59,31],[122,28,59,32,"profileBadge"],[122,40,59,45],[123,14,59,45,"children"],[123,22,59,45],[123,38,60,14],[123,42,60,14,"_reactJsxDevRuntime"],[123,61,60,14],[123,62,60,14,"jsxDEV"],[123,68,60,14],[123,70,60,15,"_expoVectorIcons"],[123,86,60,23],[123,87,60,23,"Ionicons"],[123,95,60,23],[124,16,60,24,"name"],[124,20,60,28],[124,22,60,29],[124,28,60,35],[125,16,60,36,"size"],[125,20,60,40],[125,22,60,42],[125,24,60,45],[126,16,60,46,"color"],[126,21,60,51],[126,23,60,52],[127,14,60,61],[128,16,60,61,"fileName"],[128,24,60,61],[128,26,60,61,"_jsxFileName"],[128,38,60,61],[129,16,60,61,"lineNumber"],[129,26,60,61],[130,16,60,61,"columnNumber"],[130,28,60,61],[131,14,60,61],[131,21,60,63],[131,22,60,64],[131,37,61,14],[131,41,61,14,"_reactJsxDevRuntime"],[131,60,61,14],[131,61,61,14,"jsxDEV"],[131,67,61,14],[131,69,61,15,"Text"],[131,73,61,19],[131,74,61,19,"default"],[131,81,61,19],[132,16,61,20,"style"],[132,21,61,25],[132,23,61,27,"styles"],[132,29,61,33],[132,30,61,34,"trustScore"],[132,40,61,45],[133,16,61,45,"children"],[133,24,61,45],[133,26,61,46],[134,14,61,49],[135,16,61,49,"fileName"],[135,24,61,49],[135,26,61,49,"_jsxFileName"],[135,38,61,49],[136,16,61,49,"lineNumber"],[136,26,61,49],[137,16,61,49,"columnNumber"],[137,28,61,49],[138,14,61,49],[138,21,61,55],[138,22,61,56],[139,12,61,56],[140,14,61,56,"fileName"],[140,22,61,56],[140,24,61,56,"_jsxFileName"],[140,36,61,56],[141,14,61,56,"lineNumber"],[141,24,61,56],[142,14,61,56,"columnNumber"],[142,26,61,56],[143,12,61,56],[143,19,62,18],[143,20,62,19],[144,10,62,19],[145,12,62,19,"fileName"],[145,20,62,19],[145,22,62,19,"_jsxFileName"],[145,34,62,19],[146,12,62,19,"lineNumber"],[146,22,62,19],[147,12,62,19,"columnNumber"],[147,24,62,19],[148,10,62,19],[148,17,63,16],[148,18,63,17],[148,33,64,10],[148,37,64,10,"_reactJsxDevRuntime"],[148,56,64,10],[148,57,64,10,"jsxDEV"],[148,63,64,10],[148,65,64,11,"View"],[148,69,64,15],[148,70,64,15,"default"],[148,77,64,15],[149,12,64,16,"style"],[149,17,64,21],[149,19,64,23,"styles"],[149,25,64,29],[149,26,64,30,"headerRight"],[149,37,64,42],[150,12,64,42,"children"],[150,20,64,42],[150,36,65,12],[150,40,65,12,"_reactJsxDevRuntime"],[150,59,65,12],[150,60,65,12,"jsxDEV"],[150,66,65,12],[150,68,65,13,"TouchableOpacity"],[150,84,65,29],[150,85,65,29,"default"],[150,92,65,29],[151,14,65,30,"style"],[151,19,65,35],[151,21,65,37,"styles"],[151,27,65,43],[151,28,65,44,"iconButton"],[151,38,65,55],[152,14,65,55,"children"],[152,22,65,55],[152,37,66,14],[152,41,66,14,"_reactJsxDevRuntime"],[152,60,66,14],[152,61,66,14,"jsxDEV"],[152,67,66,14],[152,69,66,15,"_expoVectorIcons"],[152,85,66,23],[152,86,66,23,"Ionicons"],[152,94,66,23],[153,16,66,24,"name"],[153,20,66,28],[153,22,66,29],[153,39,66,46],[154,16,66,47,"size"],[154,20,66,51],[154,22,66,53],[154,24,66,56],[155,16,66,57,"color"],[155,21,66,62],[155,23,66,63],[156,14,66,72],[157,16,66,72,"fileName"],[157,24,66,72],[157,26,66,72,"_jsxFileName"],[157,38,66,72],[158,16,66,72,"lineNumber"],[158,26,66,72],[159,16,66,72,"columnNumber"],[159,28,66,72],[160,14,66,72],[160,21,66,74],[161,12,66,75],[162,14,66,75,"fileName"],[162,22,66,75],[162,24,66,75,"_jsxFileName"],[162,36,66,75],[163,14,66,75,"lineNumber"],[163,24,66,75],[164,14,66,75,"columnNumber"],[164,26,66,75],[165,12,66,75],[165,19,67,30],[165,20,67,31],[165,35,68,12],[165,39,68,12,"_reactJsxDevRuntime"],[165,58,68,12],[165,59,68,12,"jsxDEV"],[165,65,68,12],[165,67,68,13,"TouchableOpacity"],[165,83,68,29],[165,84,68,29,"default"],[165,91,68,29],[166,14,68,30,"style"],[166,19,68,35],[166,21,68,37,"styles"],[166,27,68,43],[166,28,68,44,"iconButton"],[166,38,68,55],[167,14,68,55,"children"],[167,22,68,55],[167,37,69,14],[167,41,69,14,"_reactJsxDevRuntime"],[167,60,69,14],[167,61,69,14,"jsxDEV"],[167,67,69,14],[167,69,69,15,"_expoVectorIcons"],[167,85,69,23],[167,86,69,23,"Ionicons"],[167,94,69,23],[168,16,69,24,"name"],[168,20,69,28],[168,22,69,29],[168,45,69,52],[169,16,69,53,"size"],[169,20,69,57],[169,22,69,59],[169,24,69,62],[170,16,69,63,"color"],[170,21,69,68],[170,23,69,69],[171,14,69,78],[172,16,69,78,"fileName"],[172,24,69,78],[172,26,69,78,"_jsxFileName"],[172,38,69,78],[173,16,69,78,"lineNumber"],[173,26,69,78],[174,16,69,78,"columnNumber"],[174,28,69,78],[175,14,69,78],[175,21,69,80],[176,12,69,81],[177,14,69,81,"fileName"],[177,22,69,81],[177,24,69,81,"_jsxFileName"],[177,36,69,81],[178,14,69,81,"lineNumber"],[178,24,69,81],[179,14,69,81,"columnNumber"],[179,26,69,81],[180,12,69,81],[180,19,70,30],[180,20,70,31],[180,35,71,12],[180,39,71,12,"_reactJsxDevRuntime"],[180,58,71,12],[180,59,71,12,"jsxDEV"],[180,65,71,12],[180,67,71,13,"TouchableOpacity"],[180,83,71,29],[180,84,71,29,"default"],[180,91,71,29],[181,14,71,30,"style"],[181,19,71,35],[181,21,71,37,"styles"],[181,27,71,43],[181,28,71,44,"iconButton"],[181,38,71,55],[182,14,71,55,"children"],[182,22,71,55],[182,37,72,14],[182,41,72,14,"_reactJsxDevRuntime"],[182,60,72,14],[182,61,72,14,"jsxDEV"],[182,67,72,14],[182,69,72,15,"_expoVectorIcons"],[182,85,72,23],[182,86,72,23,"Ionicons"],[182,94,72,23],[183,16,72,24,"name"],[183,20,72,28],[183,22,72,29],[183,40,72,47],[184,16,72,48,"size"],[184,20,72,52],[184,22,72,54],[184,24,72,57],[185,16,72,58,"color"],[185,21,72,63],[185,23,72,64],[186,14,72,73],[187,16,72,73,"fileName"],[187,24,72,73],[187,26,72,73,"_jsxFileName"],[187,38,72,73],[188,16,72,73,"lineNumber"],[188,26,72,73],[189,16,72,73,"columnNumber"],[189,28,72,73],[190,14,72,73],[190,21,72,75],[191,12,72,76],[192,14,72,76,"fileName"],[192,22,72,76],[192,24,72,76,"_jsxFileName"],[192,36,72,76],[193,14,72,76,"lineNumber"],[193,24,72,76],[194,14,72,76,"columnNumber"],[194,26,72,76],[195,12,72,76],[195,19,73,30],[195,20,73,31],[196,10,73,31],[197,12,73,31,"fileName"],[197,20,73,31],[197,22,73,31,"_jsxFileName"],[197,34,73,31],[198,12,73,31,"lineNumber"],[198,22,73,31],[199,12,73,31,"columnNumber"],[199,24,73,31],[200,10,73,31],[200,17,74,16],[200,18,74,17],[201,8,74,17],[202,10,74,17,"fileName"],[202,18,74,17],[202,20,74,17,"_jsxFileName"],[202,32,74,17],[203,10,74,17,"lineNumber"],[203,20,74,17],[204,10,74,17,"columnNumber"],[204,22,74,17],[205,8,74,17],[205,15,75,14],[205,16,75,15],[205,31,78,8],[205,35,78,8,"_reactJsxDevRuntime"],[205,54,78,8],[205,55,78,8,"jsxDEV"],[205,61,78,8],[205,63,78,9,"View"],[205,67,78,13],[205,68,78,13,"default"],[205,75,78,13],[206,10,78,14,"style"],[206,15,78,19],[206,17,78,21,"styles"],[206,23,78,27],[206,24,78,28,"announcementWidget"],[206,42,78,47],[207,10,78,47,"children"],[207,18,78,47],[207,33,79,10],[207,37,79,10,"_reactJsxDevRuntime"],[207,56,79,10],[207,57,79,10,"jsxDEV"],[207,63,79,10],[207,65,79,11,"ScrollView"],[207,75,79,21],[207,76,79,21,"default"],[207,83,79,21],[208,12,79,22,"horizontal"],[208,22,79,32],[209,12,79,33,"showsHorizontalScrollIndicator"],[209,42,79,63],[209,44,79,65],[209,49,79,71],[210,12,79,71,"children"],[210,20,79,71],[210,36,80,12],[210,40,80,12,"_reactJsxDevRuntime"],[210,59,80,12],[210,60,80,12,"jsxDEV"],[210,66,80,12],[210,68,80,13,"View"],[210,72,80,17],[210,73,80,17,"default"],[210,80,80,17],[211,14,80,18,"style"],[211,19,80,23],[211,21,80,25,"styles"],[211,27,80,31],[211,28,80,32,"announcement"],[211,40,80,45],[212,14,80,45,"children"],[212,22,80,45],[212,38,81,14],[212,42,81,14,"_reactJsxDevRuntime"],[212,61,81,14],[212,62,81,14,"jsxDEV"],[212,68,81,14],[212,70,81,15,"Text"],[212,74,81,19],[212,75,81,19,"default"],[212,82,81,19],[213,16,81,20,"style"],[213,21,81,25],[213,23,81,27,"styles"],[213,29,81,33],[213,30,81,34,"announcementTitle"],[213,47,81,52],[214,16,81,52,"children"],[214,24,81,52],[214,26,81,53],[215,14,81,80],[216,16,81,80,"fileName"],[216,24,81,80],[216,26,81,80,"_jsxFileName"],[216,38,81,80],[217,16,81,80,"lineNumber"],[217,26,81,80],[218,16,81,80,"columnNumber"],[218,28,81,80],[219,14,81,80],[219,21,81,86],[219,22,81,87],[219,37,82,14],[219,41,82,14,"_reactJsxDevRuntime"],[219,60,82,14],[219,61,82,14,"jsxDEV"],[219,67,82,14],[219,69,82,15,"Text"],[219,73,82,19],[219,74,82,19,"default"],[219,81,82,19],[220,16,82,20,"style"],[220,21,82,25],[220,23,82,27,"styles"],[220,29,82,33],[220,30,82,34,"announcementText"],[220,46,82,51],[221,16,82,51,"children"],[221,24,82,51],[221,26,82,52],[222,14,82,88],[223,16,82,88,"fileName"],[223,24,82,88],[223,26,82,88,"_jsxFileName"],[223,38,82,88],[224,16,82,88,"lineNumber"],[224,26,82,88],[225,16,82,88,"columnNumber"],[225,28,82,88],[226,14,82,88],[226,21,82,94],[226,22,82,95],[227,12,82,95],[228,14,82,95,"fileName"],[228,22,82,95],[228,24,82,95,"_jsxFileName"],[228,36,82,95],[229,14,82,95,"lineNumber"],[229,24,82,95],[230,14,82,95,"columnNumber"],[230,26,82,95],[231,12,82,95],[231,19,83,18],[231,20,83,19],[231,35,84,12],[231,39,84,12,"_reactJsxDevRuntime"],[231,58,84,12],[231,59,84,12,"jsxDEV"],[231,65,84,12],[231,67,84,13,"View"],[231,71,84,17],[231,72,84,17,"default"],[231,79,84,17],[232,14,84,18,"style"],[232,19,84,23],[232,21,84,25,"styles"],[232,27,84,31],[232,28,84,32,"announcement"],[232,40,84,45],[233,14,84,45,"children"],[233,22,84,45],[233,38,85,14],[233,42,85,14,"_reactJsxDevRuntime"],[233,61,85,14],[233,62,85,14,"jsxDEV"],[233,68,85,14],[233,70,85,15,"Text"],[233,74,85,19],[233,75,85,19,"default"],[233,82,85,19],[234,16,85,20,"style"],[234,21,85,25],[234,23,85,27,"styles"],[234,29,85,33],[234,30,85,34,"announcementTitle"],[234,47,85,52],[235,16,85,52,"children"],[235,24,85,52],[235,26,85,53],[236,14,85,67],[237,16,85,67,"fileName"],[237,24,85,67],[237,26,85,67,"_jsxFileName"],[237,38,85,67],[238,16,85,67,"lineNumber"],[238,26,85,67],[239,16,85,67,"columnNumber"],[239,28,85,67],[240,14,85,67],[240,21,85,73],[240,22,85,74],[240,37,86,14],[240,41,86,14,"_reactJsxDevRuntime"],[240,60,86,14],[240,61,86,14,"jsxDEV"],[240,67,86,14],[240,69,86,15,"Text"],[240,73,86,19],[240,74,86,19,"default"],[240,81,86,19],[241,16,86,20,"style"],[241,21,86,25],[241,23,86,27,"styles"],[241,29,86,33],[241,30,86,34,"announcementText"],[241,46,86,51],[242,16,86,51,"children"],[242,24,86,51],[242,26,86,52],[243,14,86,80],[244,16,86,80,"fileName"],[244,24,86,80],[244,26,86,80,"_jsxFileName"],[244,38,86,80],[245,16,86,80,"lineNumber"],[245,26,86,80],[246,16,86,80,"columnNumber"],[246,28,86,80],[247,14,86,80],[247,21,86,86],[247,22,86,87],[248,12,86,87],[249,14,86,87,"fileName"],[249,22,86,87],[249,24,86,87,"_jsxFileName"],[249,36,86,87],[250,14,86,87,"lineNumber"],[250,24,86,87],[251,14,86,87,"columnNumber"],[251,26,86,87],[252,12,86,87],[252,19,87,18],[252,20,87,19],[253,10,87,19],[254,12,87,19,"fileName"],[254,20,87,19],[254,22,87,19,"_jsxFileName"],[254,34,87,19],[255,12,87,19,"lineNumber"],[255,22,87,19],[256,12,87,19,"columnNumber"],[256,24,87,19],[257,10,87,19],[257,17,88,22],[258,8,88,23],[259,10,88,23,"fileName"],[259,18,88,23],[259,20,88,23,"_jsxFileName"],[259,32,88,23],[260,10,88,23,"lineNumber"],[260,20,88,23],[261,10,88,23,"columnNumber"],[261,22,88,23],[262,8,88,23],[262,15,89,14],[262,16,89,15],[262,31,92,8],[262,35,92,8,"_reactJsxDevRuntime"],[262,54,92,8],[262,55,92,8,"jsxDEV"],[262,61,92,8],[262,63,92,9,"View"],[262,67,92,13],[262,68,92,13,"default"],[262,75,92,13],[263,10,92,14,"style"],[263,15,92,19],[263,17,92,21,"styles"],[263,23,92,27],[263,24,92,28,"quickActionsContainer"],[263,45,92,50],[264,10,92,50,"children"],[264,18,92,50],[264,34,93,10],[264,38,93,10,"_reactJsxDevRuntime"],[264,57,93,10],[264,58,93,10,"jsxDEV"],[264,64,93,10],[264,66,93,11,"Text"],[264,70,93,15],[264,71,93,15,"default"],[264,78,93,15],[265,12,93,16,"style"],[265,17,93,21],[265,19,93,23,"styles"],[265,25,93,29],[265,26,93,30,"sectionTitle"],[265,38,93,43],[266,12,93,43,"children"],[266,20,93,43],[266,22,93,44],[267,10,93,57],[268,12,93,57,"fileName"],[268,20,93,57],[268,22,93,57,"_jsxFileName"],[268,34,93,57],[269,12,93,57,"lineNumber"],[269,22,93,57],[270,12,93,57,"columnNumber"],[270,24,93,57],[271,10,93,57],[271,17,93,63],[271,18,93,64],[271,33,94,10],[271,37,94,10,"_reactJsxDevRuntime"],[271,56,94,10],[271,57,94,10,"jsxDEV"],[271,63,94,10],[271,65,94,11,"View"],[271,69,94,15],[271,70,94,15,"default"],[271,77,94,15],[272,12,94,16,"style"],[272,17,94,21],[272,19,94,23,"styles"],[272,25,94,29],[272,26,94,30,"actionsGrid"],[272,37,94,42],[273,12,94,42,"children"],[273,20,94,42],[273,22,95,13,"QUICK_ACTIONS"],[273,35,95,26],[273,36,95,27,"map"],[273,39,95,30],[273,40,95,31],[273,41,95,32,"action"],[273,47,95,38],[273,49,95,40,"index"],[273,54,95,45],[273,72,96,14],[273,76,96,14,"_reactJsxDevRuntime"],[273,95,96,14],[273,96,96,14,"jsxDEV"],[273,102,96,14],[273,104,96,15,"TouchableOpacity"],[273,120,96,31],[273,121,96,31,"default"],[273,128,96,31],[274,14,98,16,"style"],[274,19,98,21],[274,21,98,23],[274,22,98,24,"styles"],[274,28,98,30],[274,29,98,31,"actionCard"],[274,39,98,41],[274,41,99,19,"index"],[274,46,99,24],[274,49,99,27],[274,50,99,28],[274,55,99,33],[274,56,99,34],[274,60,99,39,"styles"],[274,66,99,45],[274,67,99,46,"actionCardFirst"],[274,82,99,61],[274,84,100,19,"index"],[274,89,100,24],[274,92,100,27],[274,93,100,28],[274,98,100,33],[274,99,100,34],[274,103,100,39,"styles"],[274,109,100,45],[274,110,100,46,"actionCardLast"],[274,124,100,60],[274,125,101,18],[275,14,102,16,"activeOpacity"],[275,27,102,29],[275,29,102,31],[275,32,102,35],[276,14,102,35,"children"],[276,22,102,35],[276,38,104,16],[276,42,104,16,"_reactJsxDevRuntime"],[276,61,104,16],[276,62,104,16,"jsxDEV"],[276,68,104,16],[276,70,104,17,"View"],[276,74,104,21],[276,75,104,21,"default"],[276,82,104,21],[277,16,104,22,"style"],[277,21,104,27],[277,23,104,29],[277,24,104,30,"styles"],[277,30,104,36],[277,31,104,37,"actionIcon"],[277,41,104,47],[277,43,104,49],[278,18,104,51,"backgroundColor"],[278,33,104,66],[278,35,104,68,"action"],[278,41,104,74],[278,42,104,75,"color"],[279,16,104,81],[279,17,104,82],[279,18,104,84],[280,16,104,84,"children"],[280,24,104,84],[280,39,105,18],[280,43,105,18,"_reactJsxDevRuntime"],[280,62,105,18],[280,63,105,18,"jsxDEV"],[280,69,105,18],[280,71,105,19,"_expoVectorIcons"],[280,87,105,27],[280,88,105,27,"Ionicons"],[280,96,105,27],[281,18,105,28,"name"],[281,22,105,32],[281,24,105,34,"action"],[281,30,105,40],[281,31,105,41,"icon"],[281,35,105,46],[282,18,105,47,"size"],[282,22,105,51],[282,24,105,53],[282,26,105,56],[283,18,105,57,"color"],[283,23,105,62],[283,25,105,63],[284,16,105,69],[285,18,105,69,"fileName"],[285,26,105,69],[285,28,105,69,"_jsxFileName"],[285,40,105,69],[286,18,105,69,"lineNumber"],[286,28,105,69],[287,18,105,69,"columnNumber"],[287,30,105,69],[288,16,105,69],[288,23,105,71],[289,14,105,72],[290,16,105,72,"fileName"],[290,24,105,72],[290,26,105,72,"_jsxFileName"],[290,38,105,72],[291,16,105,72,"lineNumber"],[291,26,105,72],[292,16,105,72,"columnNumber"],[292,28,105,72],[293,14,105,72],[293,21,106,22],[293,22,106,23],[293,37,107,16],[293,41,107,16,"_reactJsxDevRuntime"],[293,60,107,16],[293,61,107,16,"jsxDEV"],[293,67,107,16],[293,69,107,17,"Text"],[293,73,107,21],[293,74,107,21,"default"],[293,81,107,21],[294,16,107,22,"style"],[294,21,107,27],[294,23,107,29,"styles"],[294,29,107,35],[294,30,107,36,"actionLabel"],[294,41,107,48],[295,16,107,48,"children"],[295,24,107,48],[295,26,107,50,"action"],[295,32,107,56],[295,33,107,57,"label"],[296,14,107,62],[297,16,107,62,"fileName"],[297,24,107,62],[297,26,107,62,"_jsxFileName"],[297,38,107,62],[298,16,107,62,"lineNumber"],[298,26,107,62],[299,16,107,62,"columnNumber"],[299,28,107,62],[300,14,107,62],[300,21,107,69],[300,22,107,70],[301,12,107,70],[301,15,97,21,"action"],[301,21,97,27],[301,22,97,28,"id"],[301,24,97,30],[302,14,97,30,"fileName"],[302,22,97,30],[302,24,97,30,"_jsxFileName"],[302,36,97,30],[303,14,97,30,"lineNumber"],[303,24,97,30],[304,14,97,30,"columnNumber"],[304,26,97,30],[305,12,97,30],[305,19,108,32],[305,20,109,13],[306,10,109,14],[307,12,109,14,"fileName"],[307,20,109,14],[307,22,109,14,"_jsxFileName"],[307,34,109,14],[308,12,109,14,"lineNumber"],[308,22,109,14],[309,12,109,14,"columnNumber"],[309,24,109,14],[310,10,109,14],[310,17,110,16],[310,18,110,17],[311,8,110,17],[312,10,110,17,"fileName"],[312,18,110,17],[312,20,110,17,"_jsxFileName"],[312,32,110,17],[313,10,110,17,"lineNumber"],[313,20,110,17],[314,10,110,17,"columnNumber"],[314,22,110,17],[315,8,110,17],[315,15,111,14],[315,16,111,15],[316,6,111,15],[317,8,111,15,"fileName"],[317,16,111,15],[317,18,111,15,"_jsxFileName"],[317,30,111,15],[318,8,111,15,"lineNumber"],[318,18,111,15],[319,8,111,15,"columnNumber"],[319,20,111,15],[320,6,111,15],[320,13,112,18],[321,4,112,19],[322,6,112,19,"fileName"],[322,14,112,19],[322,16,112,19,"_jsxFileName"],[322,28,112,19],[323,6,112,19,"lineNumber"],[323,16,112,19],[324,6,112,19,"columnNumber"],[324,18,112,19],[325,4,112,19],[325,11,113,10],[325,12,113,11],[326,2,115,0],[327,2,115,1,"_s"],[327,4,115,1],[327,5,20,9,"HomeTab"],[327,12,20,16],[328,4,20,16],[328,12,21,19,"useAuth"],[328,32,21,26],[328,33,21,26,"useAuth"],[328,40,21,26],[329,2,21,26],[330,2,21,26,"_c"],[330,4,21,26],[330,7,20,9,"HomeTab"],[330,14,20,16],[331,2,117,0],[331,11,117,9,"WalletTab"],[331,20,117,18,"WalletTab"],[331,21,117,18],[331,23,117,21],[332,4,117,21,"_s2"],[332,7,117,21],[333,4,118,2],[333,10,118,8],[334,6,118,10,"user"],[335,4,118,15],[335,5,118,16],[335,8,118,19],[335,12,118,19,"useAuth"],[335,32,118,26],[335,33,118,26,"useAuth"],[335,40,118,26],[335,42,118,27],[335,43,118,28],[336,4,119,2],[336,10,119,8],[336,11,119,9,"hezBalance"],[336,21,119,19],[336,23,119,21,"setHezBalance"],[336,36,119,34],[336,37,119,35],[336,40,119,38],[336,44,119,38,"useState"],[336,50,119,46],[336,51,119,46,"useState"],[336,59,119,46],[336,61,119,47],[336,73,119,59],[336,74,119,60],[337,4,120,2],[337,10,120,8],[337,11,120,9,"pezBalance"],[337,21,120,19],[337,23,120,21,"setPezBalance"],[337,36,120,34],[337,37,120,35],[337,40,120,38],[337,44,120,38,"useState"],[337,50,120,46],[337,51,120,46,"useState"],[337,59,120,46],[337,61,120,47],[337,73,120,59],[337,74,120,60],[338,4,121,2],[338,10,121,8],[338,11,121,9,"loading"],[338,18,121,16],[338,20,121,18,"setLoading"],[338,30,121,28],[338,31,121,29],[338,34,121,32],[338,38,121,32,"useState"],[338,44,121,40],[338,45,121,40,"useState"],[338,53,121,40],[338,55,121,41],[338,59,121,45],[338,60,121,46],[339,4,123,2],[339,10,123,8,"TEST_WALLET"],[339,21,123,19],[339,24,123,22],[339,74,123,72],[340,4,125,2],[340,8,125,2,"useEffect"],[340,14,125,11],[340,15,125,11,"useEffect"],[340,24,125,11],[340,26,125,12],[340,32,125,18],[341,6,126,4,"fetchBalance"],[341,18,126,16],[341,19,126,17],[341,20,126,18],[342,4,127,2],[342,5,127,3],[342,7,127,5],[342,9,127,7],[342,10,127,8],[343,4,129,2],[343,10,129,8,"fetchBalance"],[343,22,129,20],[343,25,129,23],[343,31,129,23,"fetchBalance"],[343,32,129,23],[343,37,129,35],[344,6,130,4],[344,10,130,8],[345,8,131,6],[345,14,131,12,"backendUrl"],[345,24,131,22],[345,27,131,25],[345,84,131,64],[345,107,131,87],[346,8,132,6],[346,14,132,12,"response"],[346,22,132,20],[346,25,132,23],[346,31,132,29,"fetch"],[346,36,132,34],[346,37,132,35],[346,40,132,38,"backendUrl"],[346,50,132,48],[346,75,132,73],[346,77,132,75],[347,10,133,8,"method"],[347,16,133,14],[347,18,133,16],[347,24,133,22],[348,10,134,8,"headers"],[348,17,134,15],[348,19,134,17],[349,12,135,10],[349,26,135,24],[349,28,135,26],[350,10,136,8],[350,11,136,9],[351,10,137,8,"body"],[351,14,137,12],[351,16,137,14,"JSON"],[351,20,137,18],[351,21,137,19,"stringify"],[351,30,137,28],[351,31,137,29],[352,12,138,10,"address"],[352,19,138,17],[352,21,138,19,"TEST_WALLET"],[353,10,139,8],[353,11,139,9],[354,8,140,6],[354,9,140,7],[354,10,140,8],[355,8,142,6],[355,12,142,10,"response"],[355,20,142,18],[355,21,142,19,"ok"],[355,23,142,21],[355,25,142,23],[356,10,143,8],[356,16,143,14,"data"],[356,20,143,18],[356,23,143,21],[356,29,143,27,"response"],[356,37,143,35],[356,38,143,36,"json"],[356,42,143,40],[356,43,143,41],[356,44,143,42],[357,10,144,8,"setHezBalance"],[357,23,144,21],[357,24,144,22,"parseFloat"],[357,34,144,32],[357,35,144,33,"data"],[357,39,144,37],[357,40,144,38,"hez"],[357,43,144,41],[357,44,144,42],[357,45,144,43,"toFixed"],[357,52,144,50],[357,53,144,51],[357,54,144,52],[357,55,144,53],[357,56,144,54],[358,10,145,8,"setPezBalance"],[358,23,145,21],[358,24,145,22,"parseFloat"],[358,34,145,32],[358,35,145,33,"data"],[358,39,145,37],[358,40,145,38,"pez"],[358,43,145,41],[358,44,145,42],[358,45,145,43,"toFixed"],[358,52,145,50],[358,53,145,51],[358,54,145,52],[358,55,145,53],[358,56,145,54],[359,8,146,6],[359,9,146,7],[359,15,146,13],[360,10,147,8,"setHezBalance"],[360,23,147,21],[360,24,147,22],[360,31,147,29],[360,32,147,30],[361,10,148,8,"setPezBalance"],[361,23,148,21],[361,24,148,22],[361,31,148,29],[361,32,148,30],[362,8,149,6],[363,6,150,4],[363,7,150,5],[363,8,150,6],[363,15,150,13,"error"],[363,20,150,18],[363,22,150,20],[364,8,151,6,"console"],[364,15,151,13],[364,16,151,14,"error"],[364,21,151,19],[364,22,151,20],[364,44,151,42],[364,46,151,44,"error"],[364,51,151,49],[364,52,151,50],[365,8,152,6,"setHezBalance"],[365,21,152,19],[365,22,152,20],[365,29,152,27],[365,30,152,28],[366,8,153,6,"setPezBalance"],[366,21,153,19],[366,22,153,20],[366,29,153,27],[366,30,153,28],[367,6,154,4],[367,7,154,5],[367,16,154,14],[368,8,155,6,"setLoading"],[368,18,155,16],[368,19,155,17],[368,24,155,22],[368,25,155,23],[369,6,156,4],[370,4,157,2],[370,5,157,3],[371,4,159,2],[371,24,160,4],[371,28,160,4,"_reactJsxDevRuntime"],[371,47,160,4],[371,48,160,4,"jsxDEV"],[371,54,160,4],[371,56,160,5,"View"],[371,60,160,9],[371,61,160,9,"default"],[371,68,160,9],[372,6,160,10,"style"],[372,11,160,15],[372,13,160,17,"styles"],[372,19,160,23],[372,20,160,24,"container"],[372,29,160,34],[373,6,160,34,"children"],[373,14,160,34],[373,29,161,6],[373,33,161,6,"_reactJsxDevRuntime"],[373,52,161,6],[373,53,161,6,"jsxDEV"],[373,59,161,6],[373,61,161,7,"ScrollView"],[373,71,161,17],[373,72,161,17,"default"],[373,79,161,17],[374,8,161,18,"contentContainerStyle"],[374,29,161,39],[374,31,161,41,"styles"],[374,37,161,47],[374,38,161,48,"walletScrollContent"],[374,57,161,68],[375,8,161,68,"children"],[375,16,161,68],[375,32,163,8],[375,36,163,8,"_reactJsxDevRuntime"],[375,55,163,8],[375,56,163,8,"jsxDEV"],[375,62,163,8],[375,64,163,9,"View"],[375,68,163,13],[375,69,163,13,"default"],[375,76,163,13],[376,10,163,14,"style"],[376,15,163,19],[376,17,163,21,"styles"],[376,23,163,27],[376,24,163,28,"walletHeader"],[376,36,163,41],[377,10,163,41,"children"],[377,18,163,41],[377,34,164,10],[377,38,164,10,"_reactJsxDevRuntime"],[377,57,164,10],[377,58,164,10,"jsxDEV"],[377,64,164,10],[377,66,164,11,"Text"],[377,70,164,15],[377,71,164,15,"default"],[377,78,164,15],[378,12,164,16,"style"],[378,17,164,21],[378,19,164,23,"styles"],[378,25,164,29],[378,26,164,30,"walletTitle"],[378,37,164,42],[379,12,164,42,"children"],[379,20,164,42],[379,22,164,43],[380,10,164,52],[381,12,164,52,"fileName"],[381,20,164,52],[381,22,164,52,"_jsxFileName"],[381,34,164,52],[382,12,164,52,"lineNumber"],[382,22,164,52],[383,12,164,52,"columnNumber"],[383,24,164,52],[384,10,164,52],[384,17,164,58],[384,18,164,59],[384,33,165,10],[384,37,165,10,"_reactJsxDevRuntime"],[384,56,165,10],[384,57,165,10,"jsxDEV"],[384,63,165,10],[384,65,165,11,"TouchableOpacity"],[384,81,165,27],[384,82,165,27,"default"],[384,89,165,27],[385,12,165,28,"onPress"],[385,19,165,35],[385,21,165,37,"fetchBalance"],[385,33,165,50],[386,12,165,51,"style"],[386,17,165,56],[386,19,165,58,"styles"],[386,25,165,64],[386,26,165,65,"refreshButton"],[386,39,165,79],[387,12,165,79,"children"],[387,20,165,79],[387,35,166,12],[387,39,166,12,"_reactJsxDevRuntime"],[387,58,166,12],[387,59,166,12,"jsxDEV"],[387,65,166,12],[387,67,166,13,"_expoVectorIcons"],[387,83,166,21],[387,84,166,21,"Ionicons"],[387,92,166,21],[388,14,166,22,"name"],[388,18,166,26],[388,20,166,27],[388,29,166,36],[389,14,166,37,"size"],[389,18,166,41],[389,20,166,43],[389,22,166,46],[390,14,166,47,"color"],[390,19,166,52],[390,21,166,53],[391,12,166,62],[392,14,166,62,"fileName"],[392,22,166,62],[392,24,166,62,"_jsxFileName"],[392,36,166,62],[393,14,166,62,"lineNumber"],[393,24,166,62],[394,14,166,62,"columnNumber"],[394,26,166,62],[395,12,166,62],[395,19,166,64],[396,10,166,65],[397,12,166,65,"fileName"],[397,20,166,65],[397,22,166,65,"_jsxFileName"],[397,34,166,65],[398,12,166,65,"lineNumber"],[398,22,166,65],[399,12,166,65,"columnNumber"],[399,24,166,65],[400,10,166,65],[400,17,167,28],[400,18,167,29],[401,8,167,29],[402,10,167,29,"fileName"],[402,18,167,29],[402,20,167,29,"_jsxFileName"],[402,32,167,29],[403,10,167,29,"lineNumber"],[403,20,167,29],[404,10,167,29,"columnNumber"],[404,22,167,29],[405,8,167,29],[405,15,168,14],[405,16,168,15],[405,31,171,8],[405,35,171,8,"_reactJsxDevRuntime"],[405,54,171,8],[405,55,171,8,"jsxDEV"],[405,61,171,8],[405,63,171,9,"View"],[405,67,171,13],[405,68,171,13,"default"],[405,75,171,13],[406,10,171,14,"style"],[406,15,171,19],[406,17,171,21,"styles"],[406,23,171,27],[406,24,171,28,"balanceRow"],[406,34,171,39],[407,10,171,39,"children"],[407,18,171,39],[407,34,172,10],[407,38,172,10,"_reactJsxDevRuntime"],[407,57,172,10],[407,58,172,10,"jsxDEV"],[407,64,172,10],[407,66,172,11,"View"],[407,70,172,15],[407,71,172,15,"default"],[407,78,172,15],[408,12,172,16,"style"],[408,17,172,21],[408,19,172,23,"styles"],[408,25,172,29],[408,26,172,30,"balanceCardNew"],[408,40,172,45],[409,12,172,45,"children"],[409,20,172,45],[409,36,173,12],[409,40,173,12,"_reactJsxDevRuntime"],[409,59,173,12],[409,60,173,12,"jsxDEV"],[409,66,173,12],[409,68,173,13,"Image"],[409,73,173,18],[409,74,173,18,"default"],[409,81,173,18],[410,14,174,14,"source"],[410,20,174,20],[410,22,174,22],[411,16,174,24,"uri"],[411,19,174,27],[411,21,174,29],[412,14,174,145],[412,15,174,147],[413,14,175,14,"style"],[413,19,175,19],[413,21,175,21,"styles"],[413,27,175,27],[413,28,175,28,"tokenLogoNew"],[414,12,175,41],[415,14,175,41,"fileName"],[415,22,175,41],[415,24,175,41,"_jsxFileName"],[415,36,175,41],[416,14,175,41,"lineNumber"],[416,24,175,41],[417,14,175,41,"columnNumber"],[417,26,175,41],[418,12,175,41],[418,19,176,13],[418,20,176,14],[418,35,177,12],[418,39,177,12,"_reactJsxDevRuntime"],[418,58,177,12],[418,59,177,12,"jsxDEV"],[418,65,177,12],[418,67,177,13,"Text"],[418,71,177,17],[418,72,177,17,"default"],[418,79,177,17],[419,14,177,18,"style"],[419,19,177,23],[419,21,177,25,"styles"],[419,27,177,31],[419,28,177,32,"tokenSymbolNew"],[419,42,177,47],[420,14,177,47,"children"],[420,22,177,47],[420,24,177,48],[421,12,177,51],[422,14,177,51,"fileName"],[422,22,177,51],[422,24,177,51,"_jsxFileName"],[422,36,177,51],[423,14,177,51,"lineNumber"],[423,24,177,51],[424,14,177,51,"columnNumber"],[424,26,177,51],[425,12,177,51],[425,19,177,57],[425,20,177,58],[425,35,178,12],[425,39,178,12,"_reactJsxDevRuntime"],[425,58,178,12],[425,59,178,12,"jsxDEV"],[425,65,178,12],[425,67,178,13,"Text"],[425,71,178,17],[425,72,178,17,"default"],[425,79,178,17],[426,14,178,18,"style"],[426,19,178,23],[426,21,178,25,"styles"],[426,27,178,31],[426,28,178,32,"balanceAmountNew"],[426,44,178,49],[427,14,178,49,"children"],[427,22,178,49],[427,24,178,51,"hezBalance"],[428,12,178,61],[429,14,178,61,"fileName"],[429,22,178,61],[429,24,178,61,"_jsxFileName"],[429,36,178,61],[430,14,178,61,"lineNumber"],[430,24,178,61],[431,14,178,61,"columnNumber"],[431,26,178,61],[432,12,178,61],[432,19,178,68],[432,20,178,69],[432,35,179,12],[432,39,179,12,"_reactJsxDevRuntime"],[432,58,179,12],[432,59,179,12,"jsxDEV"],[432,65,179,12],[432,67,179,13,"Text"],[432,71,179,17],[432,72,179,17,"default"],[432,79,179,17],[433,14,179,18,"style"],[433,19,179,23],[433,21,179,25,"styles"],[433,27,179,31],[433,28,179,32,"tokenNameNew"],[433,40,179,45],[434,14,179,45,"children"],[434,22,179,45],[434,24,179,46],[435,12,179,61],[436,14,179,61,"fileName"],[436,22,179,61],[436,24,179,61,"_jsxFileName"],[436,36,179,61],[437,14,179,61,"lineNumber"],[437,24,179,61],[438,14,179,61,"columnNumber"],[438,26,179,61],[439,12,179,61],[439,19,179,67],[439,20,179,68],[440,10,179,68],[441,12,179,68,"fileName"],[441,20,179,68],[441,22,179,68,"_jsxFileName"],[441,34,179,68],[442,12,179,68,"lineNumber"],[442,22,179,68],[443,12,179,68,"columnNumber"],[443,24,179,68],[444,10,179,68],[444,17,180,16],[444,18,180,17],[444,33,182,10],[444,37,182,10,"_reactJsxDevRuntime"],[444,56,182,10],[444,57,182,10,"jsxDEV"],[444,63,182,10],[444,65,182,11,"View"],[444,69,182,15],[444,70,182,15,"default"],[444,77,182,15],[445,12,182,16,"style"],[445,17,182,21],[445,19,182,23,"styles"],[445,25,182,29],[445,26,182,30,"balanceCardNew"],[445,40,182,45],[446,12,182,45,"children"],[446,20,182,45],[446,36,183,12],[446,40,183,12,"_reactJsxDevRuntime"],[446,59,183,12],[446,60,183,12,"jsxDEV"],[446,66,183,12],[446,68,183,13,"Image"],[446,73,183,18],[446,74,183,18,"default"],[446,81,183,18],[447,14,184,14,"source"],[447,20,184,20],[447,22,184,22],[448,16,184,24,"uri"],[448,19,184,27],[448,21,184,29],[449,14,184,129],[449,15,184,131],[450,14,185,14,"style"],[450,19,185,19],[450,21,185,21,"styles"],[450,27,185,27],[450,28,185,28,"tokenLogoNew"],[451,12,185,41],[452,14,185,41,"fileName"],[452,22,185,41],[452,24,185,41,"_jsxFileName"],[452,36,185,41],[453,14,185,41,"lineNumber"],[453,24,185,41],[454,14,185,41,"columnNumber"],[454,26,185,41],[455,12,185,41],[455,19,186,13],[455,20,186,14],[455,35,187,12],[455,39,187,12,"_reactJsxDevRuntime"],[455,58,187,12],[455,59,187,12,"jsxDEV"],[455,65,187,12],[455,67,187,13,"Text"],[455,71,187,17],[455,72,187,17,"default"],[455,79,187,17],[456,14,187,18,"style"],[456,19,187,23],[456,21,187,25,"styles"],[456,27,187,31],[456,28,187,32,"tokenSymbolNew"],[456,42,187,47],[457,14,187,47,"children"],[457,22,187,47],[457,24,187,48],[458,12,187,51],[459,14,187,51,"fileName"],[459,22,187,51],[459,24,187,51,"_jsxFileName"],[459,36,187,51],[460,14,187,51,"lineNumber"],[460,24,187,51],[461,14,187,51,"columnNumber"],[461,26,187,51],[462,12,187,51],[462,19,187,57],[462,20,187,58],[462,35,188,12],[462,39,188,12,"_reactJsxDevRuntime"],[462,58,188,12],[462,59,188,12,"jsxDEV"],[462,65,188,12],[462,67,188,13,"Text"],[462,71,188,17],[462,72,188,17,"default"],[462,79,188,17],[463,14,188,18,"style"],[463,19,188,23],[463,21,188,25,"styles"],[463,27,188,31],[463,28,188,32,"balanceAmountNew"],[463,44,188,49],[464,14,188,49,"children"],[464,22,188,49],[464,24,188,51,"pezBalance"],[465,12,188,61],[466,14,188,61,"fileName"],[466,22,188,61],[466,24,188,61,"_jsxFileName"],[466,36,188,61],[467,14,188,61,"lineNumber"],[467,24,188,61],[468,14,188,61,"columnNumber"],[468,26,188,61],[469,12,188,61],[469,19,188,68],[469,20,188,69],[469,35,189,12],[469,39,189,12,"_reactJsxDevRuntime"],[469,58,189,12],[469,59,189,12,"jsxDEV"],[469,65,189,12],[469,67,189,13,"Text"],[469,71,189,17],[469,72,189,17,"default"],[469,79,189,17],[470,14,189,18,"style"],[470,19,189,23],[470,21,189,25,"styles"],[470,27,189,31],[470,28,189,32,"tokenNameNew"],[470,40,189,45],[471,14,189,45,"children"],[471,22,189,45],[471,24,189,46],[472,12,189,59],[473,14,189,59,"fileName"],[473,22,189,59],[473,24,189,59,"_jsxFileName"],[473,36,189,59],[474,14,189,59,"lineNumber"],[474,24,189,59],[475,14,189,59,"columnNumber"],[475,26,189,59],[476,12,189,59],[476,19,189,65],[476,20,189,66],[477,10,189,66],[478,12,189,66,"fileName"],[478,20,189,66],[478,22,189,66,"_jsxFileName"],[478,34,189,66],[479,12,189,66,"lineNumber"],[479,22,189,66],[480,12,189,66,"columnNumber"],[480,24,189,66],[481,10,189,66],[481,17,190,16],[481,18,190,17],[482,8,190,17],[483,10,190,17,"fileName"],[483,18,190,17],[483,20,190,17,"_jsxFileName"],[483,32,190,17],[484,10,190,17,"lineNumber"],[484,20,190,17],[485,10,190,17,"columnNumber"],[485,22,190,17],[486,8,190,17],[486,15,191,14],[486,16,191,15],[486,31,194,8],[486,35,194,8,"_reactJsxDevRuntime"],[486,54,194,8],[486,55,194,8,"jsxDEV"],[486,61,194,8],[486,63,194,9,"View"],[486,67,194,13],[486,68,194,13,"default"],[486,75,194,13],[487,10,194,14,"style"],[487,15,194,19],[487,17,194,21,"styles"],[487,23,194,27],[487,24,194,28,"actionsContainer"],[487,40,194,45],[488,10,194,45,"children"],[488,18,194,45],[488,34,196,10],[488,38,196,10,"_reactJsxDevRuntime"],[488,57,196,10],[488,58,196,10,"jsxDEV"],[488,64,196,10],[488,66,196,11,"View"],[488,70,196,15],[488,71,196,15,"default"],[488,78,196,15],[489,12,196,16,"style"],[489,17,196,21],[489,19,196,23,"styles"],[489,25,196,29],[489,26,196,30,"actionsRow"],[489,36,196,41],[490,12,196,41,"children"],[490,20,196,41],[490,36,197,12],[490,40,197,12,"_reactJsxDevRuntime"],[490,59,197,12],[490,60,197,12,"jsxDEV"],[490,66,197,12],[490,68,197,13,"TouchableOpacity"],[490,84,197,29],[490,85,197,29,"default"],[490,92,197,29],[491,14,197,30,"style"],[491,19,197,35],[491,21,197,37],[491,22,197,38,"styles"],[491,28,197,44],[491,29,197,45,"actionBtn"],[491,38,197,54],[491,40,197,56],[492,16,197,57,"backgroundColor"],[492,31,197,72],[492,33,197,74],[493,14,197,83],[493,15,197,84],[493,16,197,86],[494,14,197,86,"children"],[494,22,197,86],[494,38,198,14],[494,42,198,14,"_reactJsxDevRuntime"],[494,61,198,14],[494,62,198,14,"jsxDEV"],[494,68,198,14],[494,70,198,15,"_expoVectorIcons"],[494,86,198,23],[494,87,198,23,"Ionicons"],[494,95,198,23],[495,16,198,24,"name"],[495,20,198,28],[495,22,198,29],[495,32,198,39],[496,16,198,40,"size"],[496,20,198,44],[496,22,198,46],[496,24,198,49],[497,16,198,50,"color"],[497,21,198,55],[497,23,198,56],[498,14,198,62],[499,16,198,62,"fileName"],[499,24,198,62],[499,26,198,62,"_jsxFileName"],[499,38,198,62],[500,16,198,62,"lineNumber"],[500,26,198,62],[501,16,198,62,"columnNumber"],[501,28,198,62],[502,14,198,62],[502,21,198,64],[502,22,198,65],[502,37,199,14],[502,41,199,14,"_reactJsxDevRuntime"],[502,60,199,14],[502,61,199,14,"jsxDEV"],[502,67,199,14],[502,69,199,15,"Text"],[502,73,199,19],[502,74,199,19,"default"],[502,81,199,19],[503,16,199,20,"style"],[503,21,199,25],[503,23,199,27,"styles"],[503,29,199,33],[503,30,199,34,"actionBtnText"],[503,43,199,48],[504,16,199,48,"children"],[504,24,199,48],[504,26,199,49],[505,14,199,53],[506,16,199,53,"fileName"],[506,24,199,53],[506,26,199,53,"_jsxFileName"],[506,38,199,53],[507,16,199,53,"lineNumber"],[507,26,199,53],[508,16,199,53,"columnNumber"],[508,28,199,53],[509,14,199,53],[509,21,199,59],[509,22,199,60],[510,12,199,60],[511,14,199,60,"fileName"],[511,22,199,60],[511,24,199,60,"_jsxFileName"],[511,36,199,60],[512,14,199,60,"lineNumber"],[512,24,199,60],[513,14,199,60,"columnNumber"],[513,26,199,60],[514,12,199,60],[514,19,200,30],[514,20,200,31],[514,35,201,12],[514,39,201,12,"_reactJsxDevRuntime"],[514,58,201,12],[514,59,201,12,"jsxDEV"],[514,65,201,12],[514,67,201,13,"TouchableOpacity"],[514,83,201,29],[514,84,201,29,"default"],[514,91,201,29],[515,14,201,30,"style"],[515,19,201,35],[515,21,201,37],[515,22,201,38,"styles"],[515,28,201,44],[515,29,201,45,"actionBtn"],[515,38,201,54],[515,40,201,56],[516,16,201,57,"backgroundColor"],[516,31,201,72],[516,33,201,74],[517,14,201,83],[517,15,201,84],[517,16,201,86],[518,14,201,86,"children"],[518,22,201,86],[518,38,202,14],[518,42,202,14,"_reactJsxDevRuntime"],[518,61,202,14],[518,62,202,14,"jsxDEV"],[518,68,202,14],[518,70,202,15,"_expoVectorIcons"],[518,86,202,23],[518,87,202,23,"Ionicons"],[518,95,202,23],[519,16,202,24,"name"],[519,20,202,28],[519,22,202,29],[519,34,202,41],[520,16,202,42,"size"],[520,20,202,46],[520,22,202,48],[520,24,202,51],[521,16,202,52,"color"],[521,21,202,57],[521,23,202,58],[522,14,202,64],[523,16,202,64,"fileName"],[523,24,202,64],[523,26,202,64,"_jsxFileName"],[523,38,202,64],[524,16,202,64,"lineNumber"],[524,26,202,64],[525,16,202,64,"columnNumber"],[525,28,202,64],[526,14,202,64],[526,21,202,66],[526,22,202,67],[526,37,203,14],[526,41,203,14,"_reactJsxDevRuntime"],[526,60,203,14],[526,61,203,14,"jsxDEV"],[526,67,203,14],[526,69,203,15,"Text"],[526,73,203,19],[526,74,203,19,"default"],[526,81,203,19],[527,16,203,20,"style"],[527,21,203,25],[527,23,203,27,"styles"],[527,29,203,33],[527,30,203,34,"actionBtnText"],[527,43,203,48],[528,16,203,48,"children"],[528,24,203,48],[528,26,203,49],[529,14,203,56],[530,16,203,56,"fileName"],[530,24,203,56],[530,26,203,56,"_jsxFileName"],[530,38,203,56],[531,16,203,56,"lineNumber"],[531,26,203,56],[532,16,203,56,"columnNumber"],[532,28,203,56],[533,14,203,56],[533,21,203,62],[533,22,203,63],[534,12,203,63],[535,14,203,63,"fileName"],[535,22,203,63],[535,24,203,63,"_jsxFileName"],[535,36,203,63],[536,14,203,63,"lineNumber"],[536,24,203,63],[537,14,203,63,"columnNumber"],[537,26,203,63],[538,12,203,63],[538,19,204,30],[538,20,204,31],[538,35,205,12],[538,39,205,12,"_reactJsxDevRuntime"],[538,58,205,12],[538,59,205,12,"jsxDEV"],[538,65,205,12],[538,67,205,13,"TouchableOpacity"],[538,83,205,29],[538,84,205,29,"default"],[538,91,205,29],[539,14,205,30,"style"],[539,19,205,35],[539,21,205,37],[539,22,205,38,"styles"],[539,28,205,44],[539,29,205,45,"actionBtn"],[539,38,205,54],[539,40,205,56],[540,16,205,57,"backgroundColor"],[540,31,205,72],[540,33,205,74],[541,14,205,83],[541,15,205,84],[541,16,205,86],[542,14,205,86,"children"],[542,22,205,86],[542,38,206,14],[542,42,206,14,"_reactJsxDevRuntime"],[542,61,206,14],[542,62,206,14,"jsxDEV"],[542,68,206,14],[542,70,206,15,"_expoVectorIcons"],[542,86,206,23],[542,87,206,23,"Ionicons"],[542,95,206,23],[543,16,206,24,"name"],[543,20,206,28],[543,22,206,29],[543,39,206,46],[544,16,206,47,"size"],[544,20,206,51],[544,22,206,53],[544,24,206,56],[545,16,206,57,"color"],[545,21,206,62],[545,23,206,63],[546,14,206,69],[547,16,206,69,"fileName"],[547,24,206,69],[547,26,206,69,"_jsxFileName"],[547,38,206,69],[548,16,206,69,"lineNumber"],[548,26,206,69],[549,16,206,69,"columnNumber"],[549,28,206,69],[550,14,206,69],[550,21,206,71],[550,22,206,72],[550,37,207,14],[550,41,207,14,"_reactJsxDevRuntime"],[550,60,207,14],[550,61,207,14,"jsxDEV"],[550,67,207,14],[550,69,207,15,"Text"],[550,73,207,19],[550,74,207,19,"default"],[550,81,207,19],[551,16,207,20,"style"],[551,21,207,25],[551,23,207,27,"styles"],[551,29,207,33],[551,30,207,34,"actionBtnText"],[551,43,207,48],[552,16,207,48,"children"],[552,24,207,48],[552,26,207,49],[553,14,207,53],[554,16,207,53,"fileName"],[554,24,207,53],[554,26,207,53,"_jsxFileName"],[554,38,207,53],[555,16,207,53,"lineNumber"],[555,26,207,53],[556,16,207,53,"columnNumber"],[556,28,207,53],[557,14,207,53],[557,21,207,59],[557,22,207,60],[558,12,207,60],[559,14,207,60,"fileName"],[559,22,207,60],[559,24,207,60,"_jsxFileName"],[559,36,207,60],[560,14,207,60,"lineNumber"],[560,24,207,60],[561,14,207,60,"columnNumber"],[561,26,207,60],[562,12,207,60],[562,19,208,30],[562,20,208,31],[562,35,209,12],[562,39,209,12,"_reactJsxDevRuntime"],[562,58,209,12],[562,59,209,12,"jsxDEV"],[562,65,209,12],[562,67,209,13,"TouchableOpacity"],[562,83,209,29],[562,84,209,29,"default"],[562,91,209,29],[563,14,209,30,"style"],[563,19,209,35],[563,21,209,37],[563,22,209,38,"styles"],[563,28,209,44],[563,29,209,45,"actionBtn"],[563,38,209,54],[563,40,209,56],[564,16,209,57,"backgroundColor"],[564,31,209,72],[564,33,209,74],[565,14,209,83],[565,15,209,84],[565,16,209,86],[566,14,209,86,"children"],[566,22,209,86],[566,38,210,14],[566,42,210,14,"_reactJsxDevRuntime"],[566,61,210,14],[566,62,210,14,"jsxDEV"],[566,68,210,14],[566,70,210,15,"_expoVectorIcons"],[566,86,210,23],[566,87,210,23,"Ionicons"],[566,95,210,23],[567,16,210,24,"name"],[567,20,210,28],[567,22,210,29],[567,30,210,37],[568,16,210,38,"size"],[568,20,210,42],[568,22,210,44],[568,24,210,47],[569,16,210,48,"color"],[569,21,210,53],[569,23,210,54],[570,14,210,60],[571,16,210,60,"fileName"],[571,24,210,60],[571,26,210,60,"_jsxFileName"],[571,38,210,60],[572,16,210,60,"lineNumber"],[572,26,210,60],[573,16,210,60,"columnNumber"],[573,28,210,60],[574,14,210,60],[574,21,210,62],[574,22,210,63],[574,37,211,14],[574,41,211,14,"_reactJsxDevRuntime"],[574,60,211,14],[574,61,211,14,"jsxDEV"],[574,67,211,14],[574,69,211,15,"Text"],[574,73,211,19],[574,74,211,19,"default"],[574,81,211,19],[575,16,211,20,"style"],[575,21,211,25],[575,23,211,27,"styles"],[575,29,211,33],[575,30,211,34,"actionBtnText"],[575,43,211,48],[576,16,211,48,"children"],[576,24,211,48],[576,26,211,49],[577,14,211,52],[578,16,211,52,"fileName"],[578,24,211,52],[578,26,211,52,"_jsxFileName"],[578,38,211,52],[579,16,211,52,"lineNumber"],[579,26,211,52],[580,16,211,52,"columnNumber"],[580,28,211,52],[581,14,211,52],[581,21,211,58],[581,22,211,59],[582,12,211,59],[583,14,211,59,"fileName"],[583,22,211,59],[583,24,211,59,"_jsxFileName"],[583,36,211,59],[584,14,211,59,"lineNumber"],[584,24,211,59],[585,14,211,59,"columnNumber"],[585,26,211,59],[586,12,211,59],[586,19,212,30],[586,20,212,31],[587,10,212,31],[588,12,212,31,"fileName"],[588,20,212,31],[588,22,212,31,"_jsxFileName"],[588,34,212,31],[589,12,212,31,"lineNumber"],[589,22,212,31],[590,12,212,31,"columnNumber"],[590,24,212,31],[591,10,212,31],[591,17,213,16],[591,18,213,17],[591,33,216,10],[591,37,216,10,"_reactJsxDevRuntime"],[591,56,216,10],[591,57,216,10,"jsxDEV"],[591,63,216,10],[591,65,216,11,"View"],[591,69,216,15],[591,70,216,15,"default"],[591,77,216,15],[592,12,216,16,"style"],[592,17,216,21],[592,19,216,23,"styles"],[592,25,216,29],[592,26,216,30,"actionsRow"],[592,36,216,41],[593,12,216,41,"children"],[593,20,216,41],[593,36,217,12],[593,40,217,12,"_reactJsxDevRuntime"],[593,59,217,12],[593,60,217,12,"jsxDEV"],[593,66,217,12],[593,68,217,13,"TouchableOpacity"],[593,84,217,29],[593,85,217,29,"default"],[593,92,217,29],[594,14,217,30,"style"],[594,19,217,35],[594,21,217,37],[594,22,217,38,"styles"],[594,28,217,44],[594,29,217,45,"actionBtn"],[594,38,217,54],[594,40,217,56],[595,16,217,57,"backgroundColor"],[595,31,217,72],[595,33,217,74],[596,14,217,83],[596,15,217,84],[596,16,217,86],[597,14,217,86,"children"],[597,22,217,86],[597,38,218,14],[597,42,218,14,"_reactJsxDevRuntime"],[597,61,218,14],[597,62,218,14,"jsxDEV"],[597,68,218,14],[597,70,218,15,"_expoVectorIcons"],[597,86,218,23],[597,87,218,23,"Ionicons"],[597,95,218,23],[598,16,218,24,"name"],[598,20,218,28],[598,22,218,29],[598,33,218,40],[599,16,218,41,"size"],[599,20,218,45],[599,22,218,47],[599,24,218,50],[600,16,218,51,"color"],[600,21,218,56],[600,23,218,57],[601,14,218,63],[602,16,218,63,"fileName"],[602,24,218,63],[602,26,218,63,"_jsxFileName"],[602,38,218,63],[603,16,218,63,"lineNumber"],[603,26,218,63],[604,16,218,63,"columnNumber"],[604,28,218,63],[605,14,218,63],[605,21,218,65],[605,22,218,66],[605,37,219,14],[605,41,219,14,"_reactJsxDevRuntime"],[605,60,219,14],[605,61,219,14,"jsxDEV"],[605,67,219,14],[605,69,219,15,"Text"],[605,73,219,19],[605,74,219,19,"default"],[605,81,219,19],[606,16,219,20,"style"],[606,21,219,25],[606,23,219,27,"styles"],[606,29,219,33],[606,30,219,34,"actionBtnText"],[606,43,219,48],[607,16,219,48,"children"],[607,24,219,48],[607,26,219,49],[608,14,219,53],[609,16,219,53,"fileName"],[609,24,219,53],[609,26,219,53,"_jsxFileName"],[609,38,219,53],[610,16,219,53,"lineNumber"],[610,26,219,53],[611,16,219,53,"columnNumber"],[611,28,219,53],[612,14,219,53],[612,21,219,59],[612,22,219,60],[613,12,219,60],[614,14,219,60,"fileName"],[614,22,219,60],[614,24,219,60,"_jsxFileName"],[614,36,219,60],[615,14,219,60,"lineNumber"],[615,24,219,60],[616,14,219,60,"columnNumber"],[616,26,219,60],[617,12,219,60],[617,19,220,30],[617,20,220,31],[617,35,221,12],[617,39,221,12,"_reactJsxDevRuntime"],[617,58,221,12],[617,59,221,12,"jsxDEV"],[617,65,221,12],[617,67,221,13,"TouchableOpacity"],[617,83,221,29],[617,84,221,29,"default"],[617,91,221,29],[618,14,221,30,"style"],[618,19,221,35],[618,21,221,37],[618,22,221,38,"styles"],[618,28,221,44],[618,29,221,45,"actionBtn"],[618,38,221,54],[618,40,221,56],[619,16,221,57,"backgroundColor"],[619,31,221,72],[619,33,221,74],[620,14,221,83],[620,15,221,84],[620,16,221,86],[621,14,221,86,"children"],[621,22,221,86],[621,38,222,14],[621,42,222,14,"_reactJsxDevRuntime"],[621,61,222,14],[621,62,222,14,"jsxDEV"],[621,68,222,14],[621,70,222,15,"_expoVectorIcons"],[621,86,222,23],[621,87,222,23,"Ionicons"],[621,95,222,23],[622,16,222,24,"name"],[622,20,222,28],[622,22,222,29],[622,28,222,35],[623,16,222,36,"size"],[623,20,222,40],[623,22,222,42],[623,24,222,45],[624,16,222,46,"color"],[624,21,222,51],[624,23,222,52],[625,14,222,58],[626,16,222,58,"fileName"],[626,24,222,58],[626,26,222,58,"_jsxFileName"],[626,38,222,58],[627,16,222,58,"lineNumber"],[627,26,222,58],[628,16,222,58,"columnNumber"],[628,28,222,58],[629,14,222,58],[629,21,222,60],[629,22,222,61],[629,37,223,14],[629,41,223,14,"_reactJsxDevRuntime"],[629,60,223,14],[629,61,223,14,"jsxDEV"],[629,67,223,14],[629,69,223,15,"Text"],[629,73,223,19],[629,74,223,19,"default"],[629,81,223,19],[630,16,223,20,"style"],[630,21,223,25],[630,23,223,27,"styles"],[630,29,223,33],[630,30,223,34,"actionBtnText"],[630,43,223,48],[631,16,223,48,"children"],[631,24,223,48],[631,26,223,49],[632,14,223,54],[633,16,223,54,"fileName"],[633,24,223,54],[633,26,223,54,"_jsxFileName"],[633,38,223,54],[634,16,223,54,"lineNumber"],[634,26,223,54],[635,16,223,54,"columnNumber"],[635,28,223,54],[636,14,223,54],[636,21,223,60],[636,22,223,61],[637,12,223,61],[638,14,223,61,"fileName"],[638,22,223,61],[638,24,223,61,"_jsxFileName"],[638,36,223,61],[639,14,223,61,"lineNumber"],[639,24,223,61],[640,14,223,61,"columnNumber"],[640,26,223,61],[641,12,223,61],[641,19,224,30],[641,20,224,31],[641,35,225,12],[641,39,225,12,"_reactJsxDevRuntime"],[641,58,225,12],[641,59,225,12,"jsxDEV"],[641,65,225,12],[641,67,225,13,"TouchableOpacity"],[641,83,225,29],[641,84,225,29,"default"],[641,91,225,29],[642,14,225,30,"style"],[642,19,225,35],[642,21,225,37],[642,22,225,38,"styles"],[642,28,225,44],[642,29,225,45,"actionBtn"],[642,38,225,54],[642,40,225,56],[643,16,225,57,"backgroundColor"],[643,31,225,72],[643,33,225,74],[644,14,225,83],[644,15,225,84],[644,16,225,86],[645,14,225,86,"children"],[645,22,225,86],[645,38,226,14],[645,42,226,14,"_reactJsxDevRuntime"],[645,61,226,14],[645,62,226,14,"jsxDEV"],[645,68,226,14],[645,70,226,15,"_expoVectorIcons"],[645,86,226,23],[645,87,226,23,"Ionicons"],[645,95,226,23],[646,16,226,24,"name"],[646,20,226,28],[646,22,226,29],[646,28,226,35],[647,16,226,36,"size"],[647,20,226,40],[647,22,226,42],[647,24,226,45],[648,16,226,46,"color"],[648,21,226,51],[648,23,226,52],[649,14,226,58],[650,16,226,58,"fileName"],[650,24,226,58],[650,26,226,58,"_jsxFileName"],[650,38,226,58],[651,16,226,58,"lineNumber"],[651,26,226,58],[652,16,226,58,"columnNumber"],[652,28,226,58],[653,14,226,58],[653,21,226,60],[653,22,226,61],[653,37,227,14],[653,41,227,14,"_reactJsxDevRuntime"],[653,60,227,14],[653,61,227,14,"jsxDEV"],[653,67,227,14],[653,69,227,15,"Text"],[653,73,227,19],[653,74,227,19,"default"],[653,81,227,19],[654,16,227,20,"style"],[654,21,227,25],[654,23,227,27,"styles"],[654,29,227,33],[654,30,227,34,"actionBtnText"],[654,43,227,48],[655,16,227,48,"children"],[655,24,227,48],[655,26,227,49],[656,14,227,56],[657,16,227,56,"fileName"],[657,24,227,56],[657,26,227,56,"_jsxFileName"],[657,38,227,56],[658,16,227,56,"lineNumber"],[658,26,227,56],[659,16,227,56,"columnNumber"],[659,28,227,56],[660,14,227,56],[660,21,227,62],[660,22,227,63],[661,12,227,63],[662,14,227,63,"fileName"],[662,22,227,63],[662,24,227,63,"_jsxFileName"],[662,36,227,63],[663,14,227,63,"lineNumber"],[663,24,227,63],[664,14,227,63,"columnNumber"],[664,26,227,63],[665,12,227,63],[665,19,228,30],[665,20,228,31],[665,35,229,12],[665,39,229,12,"_reactJsxDevRuntime"],[665,58,229,12],[665,59,229,12,"jsxDEV"],[665,65,229,12],[665,67,229,13,"TouchableOpacity"],[665,83,229,29],[665,84,229,29,"default"],[665,91,229,29],[666,14,229,30,"style"],[666,19,229,35],[666,21,229,37],[666,22,229,38,"styles"],[666,28,229,44],[666,29,229,45,"actionBtn"],[666,38,229,54],[666,40,229,56],[667,16,229,57,"backgroundColor"],[667,31,229,72],[667,33,229,74],[668,14,229,83],[668,15,229,84],[668,16,229,86],[669,14,229,86,"children"],[669,22,229,86],[669,38,230,14],[669,42,230,14,"_reactJsxDevRuntime"],[669,61,230,14],[669,62,230,14,"jsxDEV"],[669,68,230,14],[669,70,230,15,"_expoVectorIcons"],[669,86,230,23],[669,87,230,23,"Ionicons"],[669,95,230,23],[670,16,230,24,"name"],[670,20,230,28],[670,22,230,29],[670,28,230,35],[671,16,230,36,"size"],[671,20,230,40],[671,22,230,42],[671,24,230,45],[672,16,230,46,"color"],[672,21,230,51],[672,23,230,52],[673,14,230,58],[674,16,230,58,"fileName"],[674,24,230,58],[674,26,230,58,"_jsxFileName"],[674,38,230,58],[675,16,230,58,"lineNumber"],[675,26,230,58],[676,16,230,58,"columnNumber"],[676,28,230,58],[677,14,230,58],[677,21,230,60],[677,22,230,61],[677,37,231,14],[677,41,231,14,"_reactJsxDevRuntime"],[677,60,231,14],[677,61,231,14,"jsxDEV"],[677,67,231,14],[677,69,231,15,"Text"],[677,73,231,19],[677,74,231,19,"default"],[677,81,231,19],[678,16,231,20,"style"],[678,21,231,25],[678,23,231,27,"styles"],[678,29,231,33],[678,30,231,34,"actionBtnText"],[678,43,231,48],[679,16,231,48,"children"],[679,24,231,48],[679,26,231,49],[680,14,231,56],[681,16,231,56,"fileName"],[681,24,231,56],[681,26,231,56,"_jsxFileName"],[681,38,231,56],[682,16,231,56,"lineNumber"],[682,26,231,56],[683,16,231,56,"columnNumber"],[683,28,231,56],[684,14,231,56],[684,21,231,62],[684,22,231,63],[685,12,231,63],[686,14,231,63,"fileName"],[686,22,231,63],[686,24,231,63,"_jsxFileName"],[686,36,231,63],[687,14,231,63,"lineNumber"],[687,24,231,63],[688,14,231,63,"columnNumber"],[688,26,231,63],[689,12,231,63],[689,19,232,30],[689,20,232,31],[690,10,232,31],[691,12,232,31,"fileName"],[691,20,232,31],[691,22,232,31,"_jsxFileName"],[691,34,232,31],[692,12,232,31,"lineNumber"],[692,22,232,31],[693,12,232,31,"columnNumber"],[693,24,232,31],[694,10,232,31],[694,17,233,16],[694,18,233,17],[695,8,233,17],[696,10,233,17,"fileName"],[696,18,233,17],[696,20,233,17,"_jsxFileName"],[696,32,233,17],[697,10,233,17,"lineNumber"],[697,20,233,17],[698,10,233,17,"columnNumber"],[698,22,233,17],[699,8,233,17],[699,15,234,14],[699,16,234,15],[699,31,237,8],[699,35,237,8,"_reactJsxDevRuntime"],[699,54,237,8],[699,55,237,8,"jsxDEV"],[699,61,237,8],[699,63,237,9,"View"],[699,67,237,13],[699,68,237,13,"default"],[699,75,237,13],[700,10,237,14,"style"],[700,15,237,19],[700,17,237,21,"styles"],[700,23,237,27],[700,24,237,28,"tokensContainer"],[700,39,237,44],[701,10,237,44,"children"],[701,18,237,44],[701,34,238,10],[701,38,238,10,"_reactJsxDevRuntime"],[701,57,238,10],[701,58,238,10,"jsxDEV"],[701,64,238,10],[701,66,238,11,"Text"],[701,70,238,15],[701,71,238,15,"default"],[701,78,238,15],[702,12,238,16,"style"],[702,17,238,21],[702,19,238,23,"styles"],[702,25,238,29],[702,26,238,30,"tokensTitle"],[702,37,238,42],[703,12,238,42,"children"],[703,20,238,42],[703,22,238,43],[704,10,238,49],[705,12,238,49,"fileName"],[705,20,238,49],[705,22,238,49,"_jsxFileName"],[705,34,238,49],[706,12,238,49,"lineNumber"],[706,22,238,49],[707,12,238,49,"columnNumber"],[707,24,238,49],[708,10,238,49],[708,17,238,55],[708,18,238,56],[708,33,241,10],[708,37,241,10,"_reactJsxDevRuntime"],[708,56,241,10],[708,57,241,10,"jsxDEV"],[708,63,241,10],[708,65,241,11,"View"],[708,69,241,15],[708,70,241,15,"default"],[708,77,241,15],[709,12,241,16,"style"],[709,17,241,21],[709,19,241,23,"styles"],[709,25,241,29],[709,26,241,30,"tokenItem"],[709,35,241,40],[710,12,241,40,"children"],[710,20,241,40],[710,36,242,12],[710,40,242,12,"_reactJsxDevRuntime"],[710,59,242,12],[710,60,242,12,"jsxDEV"],[710,66,242,12],[710,68,242,13,"View"],[710,72,242,17],[710,73,242,17,"default"],[710,80,242,17],[711,14,242,18,"style"],[711,19,242,23],[711,21,242,25,"styles"],[711,27,242,31],[711,28,242,32,"tokenItemLeft"],[711,41,242,46],[712,14,242,46,"children"],[712,22,242,46],[712,38,243,14],[712,42,243,14,"_reactJsxDevRuntime"],[712,61,243,14],[712,62,243,14,"jsxDEV"],[712,68,243,14],[712,70,243,15,"View"],[712,74,243,19],[712,75,243,19,"default"],[712,82,243,19],[713,16,243,20,"style"],[713,21,243,25],[713,23,243,27,"styles"],[713,29,243,33],[713,30,243,34,"tokenIconContainer"],[713,48,243,53],[714,16,243,53,"children"],[714,24,243,53],[714,40,244,16],[714,44,244,16,"_reactJsxDevRuntime"],[714,63,244,16],[714,64,244,16,"jsxDEV"],[714,70,244,16],[714,72,244,17,"Image"],[714,77,244,22],[714,78,244,22,"default"],[714,85,244,22],[715,18,245,18,"source"],[715,24,245,24],[715,26,245,26],[716,20,245,28,"uri"],[716,23,245,31],[716,25,245,33],[717,18,245,134],[717,19,245,136],[718,18,246,18,"style"],[718,23,246,23],[718,25,246,25,"styles"],[718,31,246,31],[718,32,246,32,"tokenIcon"],[719,16,246,42],[720,18,246,42,"fileName"],[720,26,246,42],[720,28,246,42,"_jsxFileName"],[720,40,246,42],[721,18,246,42,"lineNumber"],[721,28,246,42],[722,18,246,42,"columnNumber"],[722,30,246,42],[723,16,246,42],[723,23,247,17],[723,24,247,18],[723,39,248,16],[723,43,248,16,"_reactJsxDevRuntime"],[723,62,248,16],[723,63,248,16,"jsxDEV"],[723,69,248,16],[723,71,248,17,"Image"],[723,76,248,22],[723,77,248,22,"default"],[723,84,248,22],[724,18,249,18,"source"],[724,24,249,24],[724,26,249,26],[725,20,249,28,"uri"],[725,23,249,31],[725,25,249,33],[726,18,249,133],[726,19,249,135],[727,18,250,18,"style"],[727,23,250,23],[727,25,250,25,"styles"],[727,31,250,31],[727,32,250,32,"networkBadge"],[728,16,250,45],[729,18,250,45,"fileName"],[729,26,250,45],[729,28,250,45,"_jsxFileName"],[729,40,250,45],[730,18,250,45,"lineNumber"],[730,28,250,45],[731,18,250,45,"columnNumber"],[731,30,250,45],[732,16,250,45],[732,23,251,17],[732,24,251,18],[733,14,251,18],[734,16,251,18,"fileName"],[734,24,251,18],[734,26,251,18,"_jsxFileName"],[734,38,251,18],[735,16,251,18,"lineNumber"],[735,26,251,18],[736,16,251,18,"columnNumber"],[736,28,251,18],[737,14,251,18],[737,21,252,20],[737,22,252,21],[737,37,253,14],[737,41,253,14,"_reactJsxDevRuntime"],[737,60,253,14],[737,61,253,14,"jsxDEV"],[737,67,253,14],[737,69,253,15,"View"],[737,73,253,19],[737,74,253,19,"default"],[737,81,253,19],[738,16,253,19,"children"],[738,24,253,19],[738,40,254,16],[738,44,254,16,"_reactJsxDevRuntime"],[738,63,254,16],[738,64,254,16,"jsxDEV"],[738,70,254,16],[738,72,254,17,"Text"],[738,76,254,21],[738,77,254,21,"default"],[738,84,254,21],[739,18,254,22,"style"],[739,23,254,27],[739,25,254,29,"styles"],[739,31,254,35],[739,32,254,36,"tokenItemName"],[739,45,254,50],[740,18,254,50,"children"],[740,26,254,50],[740,28,254,51],[741,16,254,55],[742,18,254,55,"fileName"],[742,26,254,55],[742,28,254,55,"_jsxFileName"],[742,40,254,55],[743,18,254,55,"lineNumber"],[743,28,254,55],[744,18,254,55,"columnNumber"],[744,30,254,55],[745,16,254,55],[745,23,254,61],[745,24,254,62],[745,39,255,16],[745,43,255,16,"_reactJsxDevRuntime"],[745,62,255,16],[745,63,255,16,"jsxDEV"],[745,69,255,16],[745,71,255,17,"Text"],[745,75,255,21],[745,76,255,21,"default"],[745,83,255,21],[746,18,255,22,"style"],[746,23,255,27],[746,25,255,29,"styles"],[746,31,255,35],[746,32,255,36,"tokenItemNetwork"],[746,48,255,53],[747,18,255,53,"children"],[747,26,255,53],[747,28,255,54],[748,16,255,65],[749,18,255,65,"fileName"],[749,26,255,65],[749,28,255,65,"_jsxFileName"],[749,40,255,65],[750,18,255,65,"lineNumber"],[750,28,255,65],[751,18,255,65,"columnNumber"],[751,30,255,65],[752,16,255,65],[752,23,255,71],[752,24,255,72],[753,14,255,72],[754,16,255,72,"fileName"],[754,24,255,72],[754,26,255,72,"_jsxFileName"],[754,38,255,72],[755,16,255,72,"lineNumber"],[755,26,255,72],[756,16,255,72,"columnNumber"],[756,28,255,72],[757,14,255,72],[757,21,256,20],[757,22,256,21],[758,12,256,21],[759,14,256,21,"fileName"],[759,22,256,21],[759,24,256,21,"_jsxFileName"],[759,36,256,21],[760,14,256,21,"lineNumber"],[760,24,256,21],[761,14,256,21,"columnNumber"],[761,26,256,21],[762,12,256,21],[762,19,257,18],[762,20,257,19],[762,35,258,12],[762,39,258,12,"_reactJsxDevRuntime"],[762,58,258,12],[762,59,258,12,"jsxDEV"],[762,65,258,12],[762,67,258,13,"View"],[762,71,258,17],[762,72,258,17,"default"],[762,79,258,17],[763,14,258,18,"style"],[763,19,258,23],[763,21,258,25,"styles"],[763,27,258,31],[763,28,258,32,"tokenItemRight"],[763,42,258,47],[764,14,258,47,"children"],[764,22,258,47],[764,38,259,14],[764,42,259,14,"_reactJsxDevRuntime"],[764,61,259,14],[764,62,259,14,"jsxDEV"],[764,68,259,14],[764,70,259,15,"Text"],[764,74,259,19],[764,75,259,19,"default"],[764,82,259,19],[765,16,259,20,"style"],[765,21,259,25],[765,23,259,27,"styles"],[765,29,259,33],[765,30,259,34,"tokenItemBalance"],[765,46,259,51],[766,16,259,51,"children"],[766,24,259,51],[766,26,259,52],[767,14,259,53],[768,16,259,53,"fileName"],[768,24,259,53],[768,26,259,53,"_jsxFileName"],[768,38,259,53],[769,16,259,53,"lineNumber"],[769,26,259,53],[770,16,259,53,"columnNumber"],[770,28,259,53],[771,14,259,53],[771,21,259,59],[771,22,259,60],[771,37,260,14],[771,41,260,14,"_reactJsxDevRuntime"],[771,60,260,14],[771,61,260,14,"jsxDEV"],[771,67,260,14],[771,69,260,15,"Text"],[771,73,260,19],[771,74,260,19,"default"],[771,81,260,19],[772,16,260,20,"style"],[772,21,260,25],[772,23,260,27,"styles"],[772,29,260,33],[772,30,260,34,"tokenItemUsd"],[772,42,260,47],[773,16,260,47,"children"],[773,24,260,47],[773,26,260,48],[774,14,260,50],[775,16,260,50,"fileName"],[775,24,260,50],[775,26,260,50,"_jsxFileName"],[775,38,260,50],[776,16,260,50,"lineNumber"],[776,26,260,50],[777,16,260,50,"columnNumber"],[777,28,260,50],[778,14,260,50],[778,21,260,56],[778,22,260,57],[779,12,260,57],[780,14,260,57,"fileName"],[780,22,260,57],[780,24,260,57,"_jsxFileName"],[780,36,260,57],[781,14,260,57,"lineNumber"],[781,24,260,57],[782,14,260,57,"columnNumber"],[782,26,260,57],[783,12,260,57],[783,19,261,18],[783,20,261,19],[784,10,261,19],[785,12,261,19,"fileName"],[785,20,261,19],[785,22,261,19,"_jsxFileName"],[785,34,261,19],[786,12,261,19,"lineNumber"],[786,22,261,19],[787,12,261,19,"columnNumber"],[787,24,261,19],[788,10,261,19],[788,17,262,16],[788,18,262,17],[789,8,262,17],[790,10,262,17,"fileName"],[790,18,262,17],[790,20,262,17,"_jsxFileName"],[790,32,262,17],[791,10,262,17,"lineNumber"],[791,20,262,17],[792,10,262,17,"columnNumber"],[792,22,262,17],[793,8,262,17],[793,15,265,14],[793,16,265,15],[794,6,265,15],[795,8,265,15,"fileName"],[795,16,265,15],[795,18,265,15,"_jsxFileName"],[795,30,265,15],[796,8,265,15,"lineNumber"],[796,18,265,15],[797,8,265,15,"columnNumber"],[797,20,265,15],[798,6,265,15],[798,13,266,18],[799,4,266,19],[800,6,266,19,"fileName"],[800,14,266,19],[800,16,266,19,"_jsxFileName"],[800,28,266,19],[801,6,266,19,"lineNumber"],[801,16,266,19],[802,6,266,19,"columnNumber"],[802,18,266,19],[803,4,266,19],[803,11,267,10],[803,12,267,11],[804,2,269,0],[805,2,269,1,"_s2"],[805,5,269,1],[805,6,117,9,"WalletTab"],[805,15,117,18],[806,4,117,18],[806,12,118,19,"useAuth"],[806,32,118,26],[806,33,118,26,"useAuth"],[806,40,118,26],[807,2,118,26],[808,2,118,26,"_c2"],[808,5,118,26],[808,8,117,9,"WalletTab"],[808,17,117,18],[809,2,271,0],[809,11,271,9,"CitizensTab"],[809,22,271,20,"CitizensTab"],[809,23,271,20],[809,25,271,23],[810,4,272,2],[810,24,273,4],[810,28,273,4,"_reactJsxDevRuntime"],[810,47,273,4],[810,48,273,4,"jsxDEV"],[810,54,273,4],[810,56,273,5,"View"],[810,60,273,9],[810,61,273,9,"default"],[810,68,273,9],[811,6,273,10,"style"],[811,11,273,15],[811,13,273,17,"styles"],[811,19,273,23],[811,20,273,24,"container"],[811,29,273,34],[812,6,273,34,"children"],[812,14,273,34],[812,29,274,6],[812,33,274,6,"_reactJsxDevRuntime"],[812,52,274,6],[812,53,274,6,"jsxDEV"],[812,59,274,6],[812,61,274,7,"Text"],[812,65,274,11],[812,66,274,11,"default"],[812,73,274,11],[813,8,274,12,"style"],[813,13,274,17],[813,15,274,19,"styles"],[813,21,274,25],[813,22,274,26,"placeholderText"],[813,37,274,42],[814,8,274,42,"children"],[814,16,274,42],[814,18,274,43],[815,6,274,58],[816,8,274,58,"fileName"],[816,16,274,58],[816,18,274,58,"_jsxFileName"],[816,30,274,58],[817,8,274,58,"lineNumber"],[817,18,274,58],[818,8,274,58,"columnNumber"],[818,20,274,58],[819,6,274,58],[819,13,274,64],[820,4,274,65],[821,6,274,65,"fileName"],[821,14,274,65],[821,16,274,65,"_jsxFileName"],[821,28,274,65],[822,6,274,65,"lineNumber"],[822,16,274,65],[823,6,274,65,"columnNumber"],[823,18,274,65],[824,4,274,65],[824,11,275,10],[824,12,275,11],[825,2,277,0],[826,2,277,1,"_c3"],[826,5,277,1],[826,8,271,9,"CitizensTab"],[826,19,271,20],[827,2,279,0],[827,11,279,9,"ReferralTab"],[827,22,279,20,"ReferralTab"],[827,23,279,20],[827,25,279,23],[828,4,280,2],[828,24,281,4],[828,28,281,4,"_reactJsxDevRuntime"],[828,47,281,4],[828,48,281,4,"jsxDEV"],[828,54,281,4],[828,56,281,5,"View"],[828,60,281,9],[828,61,281,9,"default"],[828,68,281,9],[829,6,281,10,"style"],[829,11,281,15],[829,13,281,17,"styles"],[829,19,281,23],[829,20,281,24,"container"],[829,29,281,34],[830,6,281,34,"children"],[830,14,281,34],[830,29,282,6],[830,33,282,6,"_reactJsxDevRuntime"],[830,52,282,6],[830,53,282,6,"jsxDEV"],[830,59,282,6],[830,61,282,7,"Text"],[830,65,282,11],[830,66,282,11,"default"],[830,73,282,11],[831,8,282,12,"style"],[831,13,282,17],[831,15,282,19,"styles"],[831,21,282,25],[831,22,282,26,"placeholderText"],[831,37,282,42],[832,8,282,42,"children"],[832,16,282,42],[832,18,282,43],[833,6,282,58],[834,8,282,58,"fileName"],[834,16,282,58],[834,18,282,58,"_jsxFileName"],[834,30,282,58],[835,8,282,58,"lineNumber"],[835,18,282,58],[836,8,282,58,"columnNumber"],[836,20,282,58],[837,6,282,58],[837,13,282,64],[838,4,282,65],[839,6,282,65,"fileName"],[839,14,282,65],[839,16,282,65,"_jsxFileName"],[839,28,282,65],[840,6,282,65,"lineNumber"],[840,16,282,65],[841,6,282,65,"columnNumber"],[841,18,282,65],[842,4,282,65],[842,11,283,10],[842,12,283,11],[843,2,285,0],[844,2,285,1,"_c4"],[844,5,285,1],[844,8,279,9,"ReferralTab"],[844,19,279,20],[845,2,287,0],[845,11,287,9,"ProfileTab"],[845,21,287,19,"ProfileTab"],[845,22,287,19],[845,24,287,22],[846,4,288,2],[846,24,289,4],[846,28,289,4,"_reactJsxDevRuntime"],[846,47,289,4],[846,48,289,4,"jsxDEV"],[846,54,289,4],[846,56,289,5,"View"],[846,60,289,9],[846,61,289,9,"default"],[846,68,289,9],[847,6,289,10,"style"],[847,11,289,15],[847,13,289,17,"styles"],[847,19,289,23],[847,20,289,24,"container"],[847,29,289,34],[848,6,289,34,"children"],[848,14,289,34],[848,29,290,6],[848,33,290,6,"_reactJsxDevRuntime"],[848,52,290,6],[848,53,290,6,"jsxDEV"],[848,59,290,6],[848,61,290,7,"Text"],[848,65,290,11],[848,66,290,11,"default"],[848,73,290,11],[849,8,290,12,"style"],[849,13,290,17],[849,15,290,19,"styles"],[849,21,290,25],[849,22,290,26,"placeholderText"],[849,37,290,42],[850,8,290,42,"children"],[850,16,290,42],[850,18,290,43],[851,6,290,57],[852,8,290,57,"fileName"],[852,16,290,57],[852,18,290,57,"_jsxFileName"],[852,30,290,57],[853,8,290,57,"lineNumber"],[853,18,290,57],[854,8,290,57,"columnNumber"],[854,20,290,57],[855,6,290,57],[855,13,290,63],[856,4,290,64],[857,6,290,64,"fileName"],[857,14,290,64],[857,16,290,64,"_jsxFileName"],[857,28,290,64],[858,6,290,64,"lineNumber"],[858,16,290,64],[859,6,290,64,"columnNumber"],[859,18,290,64],[860,4,290,64],[860,11,291,10],[860,12,291,11],[861,2,293,0],[862,2,293,1,"_c5"],[862,5,293,1],[862,8,287,9,"ProfileTab"],[862,18,287,19],[863,2,295,0],[863,8,295,6,"Tab"],[863,11,295,9],[863,14,295,12],[863,18,295,12,"createBottomTabNavigator"],[863,44,295,36],[863,45,295,36,"createBottomTabNavigator"],[863,69,295,36],[863,71,295,37],[863,72,295,38],[864,2,297,15],[864,11,297,24,"HomeScreen"],[864,21,297,34,"HomeScreen"],[864,22,297,34],[864,24,297,37],[865,4,298,2],[865,24,299,4],[865,28,299,4,"_reactJsxDevRuntime"],[865,47,299,4],[865,48,299,4,"jsxDEV"],[865,54,299,4],[865,56,299,5,"Tab"],[865,59,299,8],[865,60,299,9,"Navigator"],[865,69,299,18],[866,6,300,6,"screenOptions"],[866,19,300,19],[866,21,300,21],[867,8,301,8,"headerShown"],[867,19,301,19],[867,21,301,21],[867,26,301,26],[868,8,302,8,"tabBarActiveTintColor"],[868,29,302,29],[868,31,302,31],[868,40,302,40],[869,8,303,8,"tabBarInactiveTintColor"],[869,31,303,31],[869,33,303,33],[869,42,303,42],[870,8,304,8,"tabBarStyle"],[870,19,304,19],[870,21,304,21,"styles"],[870,27,304,27],[870,28,304,28,"tabBar"],[871,6,305,6],[871,7,305,8],[872,6,305,8,"children"],[872,14,305,8],[872,30,307,6],[872,34,307,6,"_reactJsxDevRuntime"],[872,53,307,6],[872,54,307,6,"jsxDEV"],[872,60,307,6],[872,62,307,7,"Tab"],[872,65,307,10],[872,66,307,11,"Screen"],[872,72,307,17],[873,8,308,8,"name"],[873,12,308,12],[873,14,308,13],[873,23,308,22],[874,8,309,8,"component"],[874,17,309,17],[874,19,309,19,"HomeTab"],[874,26,309,27],[875,8,310,8,"options"],[875,15,310,15],[875,17,310,17],[876,10,311,10,"tabBarLabel"],[876,21,311,21],[876,23,311,23],[876,29,311,29],[877,10,312,10,"tabBarIcon"],[877,20,312,20],[877,22,312,22,"tabBarIcon"],[877,23,312,23],[878,12,312,25,"color"],[878,17,312,30],[879,12,312,32,"size"],[880,10,312,37],[880,11,312,38],[880,29,313,12],[880,33,313,12,"_reactJsxDevRuntime"],[880,52,313,12],[880,53,313,12,"jsxDEV"],[880,59,313,12],[880,61,313,13,"_expoVectorIcons"],[880,77,313,21],[880,78,313,21,"Ionicons"],[880,86,313,21],[881,12,313,22,"name"],[881,16,313,26],[881,18,313,27],[881,24,313,33],[882,12,313,34,"size"],[882,16,313,38],[882,18,313,40,"size"],[882,22,313,45],[883,12,313,46,"color"],[883,17,313,51],[883,19,313,53,"color"],[884,10,313,59],[885,12,313,59,"fileName"],[885,20,313,59],[885,22,313,59,"_jsxFileName"],[885,34,313,59],[886,12,313,59,"lineNumber"],[886,22,313,59],[887,12,313,59,"columnNumber"],[887,24,313,59],[888,10,313,59],[888,17,313,61],[889,8,315,8],[890,6,315,10],[891,8,315,10,"fileName"],[891,16,315,10],[891,18,315,10,"_jsxFileName"],[891,30,315,10],[892,8,315,10,"lineNumber"],[892,18,315,10],[893,8,315,10,"columnNumber"],[893,20,315,10],[894,6,315,10],[894,13,316,7],[894,14,316,8],[894,29,317,6],[894,33,317,6,"_reactJsxDevRuntime"],[894,52,317,6],[894,53,317,6,"jsxDEV"],[894,59,317,6],[894,61,317,7,"Tab"],[894,64,317,10],[894,65,317,11,"Screen"],[894,71,317,17],[895,8,318,8,"name"],[895,12,318,12],[895,14,318,13],[895,22,318,21],[896,8,319,8,"component"],[896,17,319,17],[896,19,319,19,"WalletTab"],[896,28,319,29],[897,8,320,8,"options"],[897,15,320,15],[897,17,320,17],[898,10,321,10,"tabBarLabel"],[898,21,321,21],[898,23,321,23],[898,31,321,31],[899,10,322,10,"tabBarIcon"],[899,20,322,20],[899,22,322,22,"tabBarIcon"],[899,23,322,23],[900,12,322,25,"color"],[900,17,322,30],[901,12,322,32,"size"],[902,10,322,37],[902,11,322,38],[902,29,323,12],[902,33,323,12,"_reactJsxDevRuntime"],[902,52,323,12],[902,53,323,12,"jsxDEV"],[902,59,323,12],[902,61,323,13,"_expoVectorIcons"],[902,77,323,21],[902,78,323,21,"Ionicons"],[902,86,323,21],[903,12,323,22,"name"],[903,16,323,26],[903,18,323,27],[903,26,323,35],[904,12,323,36,"size"],[904,16,323,40],[904,18,323,42,"size"],[904,22,323,47],[905,12,323,48,"color"],[905,17,323,53],[905,19,323,55,"color"],[906,10,323,61],[907,12,323,61,"fileName"],[907,20,323,61],[907,22,323,61,"_jsxFileName"],[907,34,323,61],[908,12,323,61,"lineNumber"],[908,22,323,61],[909,12,323,61,"columnNumber"],[909,24,323,61],[910,10,323,61],[910,17,323,63],[911,8,325,8],[912,6,325,10],[913,8,325,10,"fileName"],[913,16,325,10],[913,18,325,10,"_jsxFileName"],[913,30,325,10],[914,8,325,10,"lineNumber"],[914,18,325,10],[915,8,325,10,"columnNumber"],[915,20,325,10],[916,6,325,10],[916,13,326,7],[916,14,326,8],[916,29,327,6],[916,33,327,6,"_reactJsxDevRuntime"],[916,52,327,6],[916,53,327,6,"jsxDEV"],[916,59,327,6],[916,61,327,7,"Tab"],[916,64,327,10],[916,65,327,11,"Screen"],[916,71,327,17],[917,8,328,8,"name"],[917,12,328,12],[917,14,328,13],[917,24,328,23],[918,8,329,8,"component"],[918,17,329,17],[918,19,329,19,"CitizensTab"],[918,30,329,31],[919,8,330,8,"options"],[919,15,330,15],[919,17,330,17],[920,10,331,10,"tabBarLabel"],[920,21,331,21],[920,23,331,23],[920,33,331,33],[921,10,332,10,"tabBarIcon"],[921,20,332,20],[921,22,332,22,"tabBarIcon"],[921,23,332,23],[922,12,332,25,"color"],[922,17,332,30],[923,12,332,32,"size"],[924,10,332,37],[924,11,332,38],[924,29,333,12],[924,33,333,12,"_reactJsxDevRuntime"],[924,52,333,12],[924,53,333,12,"jsxDEV"],[924,59,333,12],[924,61,333,13,"_expoVectorIcons"],[924,77,333,21],[924,78,333,21,"Ionicons"],[924,86,333,21],[925,12,333,22,"name"],[925,16,333,26],[925,18,333,27],[925,26,333,35],[926,12,333,36,"size"],[926,16,333,40],[926,18,333,42,"size"],[926,22,333,47],[927,12,333,48,"color"],[927,17,333,53],[927,19,333,55,"color"],[928,10,333,61],[929,12,333,61,"fileName"],[929,20,333,61],[929,22,333,61,"_jsxFileName"],[929,34,333,61],[930,12,333,61,"lineNumber"],[930,22,333,61],[931,12,333,61,"columnNumber"],[931,24,333,61],[932,10,333,61],[932,17,333,63],[933,8,335,8],[934,6,335,10],[935,8,335,10,"fileName"],[935,16,335,10],[935,18,335,10,"_jsxFileName"],[935,30,335,10],[936,8,335,10,"lineNumber"],[936,18,335,10],[937,8,335,10,"columnNumber"],[937,20,335,10],[938,6,335,10],[938,13,336,7],[938,14,336,8],[938,29,337,6],[938,33,337,6,"_reactJsxDevRuntime"],[938,52,337,6],[938,53,337,6,"jsxDEV"],[938,59,337,6],[938,61,337,7,"Tab"],[938,64,337,10],[938,65,337,11,"Screen"],[938,71,337,17],[939,8,338,8,"name"],[939,12,338,12],[939,14,338,13],[939,24,338,23],[940,8,339,8,"component"],[940,17,339,17],[940,19,339,19,"ReferralTab"],[940,30,339,31],[941,8,340,8,"options"],[941,15,340,15],[941,17,340,17],[942,10,341,10,"tabBarLabel"],[942,21,341,21],[942,23,341,23],[942,33,341,33],[943,10,342,10,"tabBarIcon"],[943,20,342,20],[943,22,342,22,"tabBarIcon"],[943,23,342,23],[944,12,342,25,"color"],[944,17,342,30],[945,12,342,32,"size"],[946,10,342,37],[946,11,342,38],[946,29,343,12],[946,33,343,12,"_reactJsxDevRuntime"],[946,52,343,12],[946,53,343,12,"jsxDEV"],[946,59,343,12],[946,61,343,13,"_expoVectorIcons"],[946,77,343,21],[946,78,343,21,"Ionicons"],[946,86,343,21],[947,12,343,22,"name"],[947,16,343,26],[947,18,343,27],[947,24,343,33],[948,12,343,34,"size"],[948,16,343,38],[948,18,343,40,"size"],[948,22,343,45],[949,12,343,46,"color"],[949,17,343,51],[949,19,343,53,"color"],[950,10,343,59],[951,12,343,59,"fileName"],[951,20,343,59],[951,22,343,59,"_jsxFileName"],[951,34,343,59],[952,12,343,59,"lineNumber"],[952,22,343,59],[953,12,343,59,"columnNumber"],[953,24,343,59],[954,10,343,59],[954,17,343,61],[955,8,345,8],[956,6,345,10],[957,8,345,10,"fileName"],[957,16,345,10],[957,18,345,10,"_jsxFileName"],[957,30,345,10],[958,8,345,10,"lineNumber"],[958,18,345,10],[959,8,345,10,"columnNumber"],[959,20,345,10],[960,6,345,10],[960,13,346,7],[960,14,346,8],[960,29,347,6],[960,33,347,6,"_reactJsxDevRuntime"],[960,52,347,6],[960,53,347,6,"jsxDEV"],[960,59,347,6],[960,61,347,7,"Tab"],[960,64,347,10],[960,65,347,11,"Screen"],[960,71,347,17],[961,8,348,8,"name"],[961,12,348,12],[961,14,348,13],[961,23,348,22],[962,8,349,8,"component"],[962,17,349,17],[962,19,349,19,"ProfileTab"],[962,29,349,30],[963,8,350,8,"options"],[963,15,350,15],[963,17,350,17],[964,10,351,10,"tabBarLabel"],[964,21,351,21],[964,23,351,23],[964,32,351,32],[965,10,352,10,"tabBarIcon"],[965,20,352,20],[965,22,352,22,"tabBarIcon"],[965,23,352,23],[966,12,352,25,"color"],[966,17,352,30],[967,12,352,32,"size"],[968,10,352,37],[968,11,352,38],[968,29,353,12],[968,33,353,12,"_reactJsxDevRuntime"],[968,52,353,12],[968,53,353,12,"jsxDEV"],[968,59,353,12],[968,61,353,13,"_expoVectorIcons"],[968,77,353,21],[968,78,353,21,"Ionicons"],[968,86,353,21],[969,12,353,22,"name"],[969,16,353,26],[969,18,353,27],[969,26,353,35],[970,12,353,36,"size"],[970,16,353,40],[970,18,353,42,"size"],[970,22,353,47],[971,12,353,48,"color"],[971,17,353,53],[971,19,353,55,"color"],[972,10,353,61],[973,12,353,61,"fileName"],[973,20,353,61],[973,22,353,61,"_jsxFileName"],[973,34,353,61],[974,12,353,61,"lineNumber"],[974,22,353,61],[975,12,353,61,"columnNumber"],[975,24,353,61],[976,10,353,61],[976,17,353,63],[977,8,355,8],[978,6,355,10],[979,8,355,10,"fileName"],[979,16,355,10],[979,18,355,10,"_jsxFileName"],[979,30,355,10],[980,8,355,10,"lineNumber"],[980,18,355,10],[981,8,355,10,"columnNumber"],[981,20,355,10],[982,6,355,10],[982,13,356,7],[982,14,356,8],[983,4,356,8],[984,6,356,8,"fileName"],[984,14,356,8],[984,16,356,8,"_jsxFileName"],[984,28,356,8],[985,6,356,8,"lineNumber"],[985,16,356,8],[986,6,356,8,"columnNumber"],[986,18,356,8],[987,4,356,8],[987,11,357,19],[987,12,357,20],[988,2,359,0],[989,2,359,1,"_c6"],[989,5,359,1],[989,8,297,24,"HomeScreen"],[989,18,297,34],[990,2,361,0],[990,8,361,6,"QUICK_ACTIONS"],[990,21,361,19],[990,24,361,22],[990,25,362,2],[991,4,362,4,"id"],[991,6,362,6],[991,8,362,8],[991,11,362,11],[992,4,362,13,"label"],[992,9,362,18],[992,11,362,20],[992,17,362,26],[993,4,362,28,"icon"],[993,8,362,32],[993,10,362,34],[993,25,362,49],[994,4,362,51,"color"],[994,9,362,56],[994,11,362,58],[995,2,362,68],[995,3,362,69],[995,5,363,2],[996,4,363,4,"id"],[996,6,363,6],[996,8,363,8],[996,11,363,11],[997,4,363,13,"label"],[997,9,363,18],[997,11,363,20],[997,20,363,29],[998,4,363,31,"icon"],[998,8,363,35],[998,10,363,37],[998,22,363,49],[999,4,363,51,"color"],[999,9,363,56],[999,11,363,58],[1000,2,363,68],[1000,3,363,69],[1000,5,364,2],[1001,4,364,4,"id"],[1001,6,364,6],[1001,8,364,8],[1001,11,364,11],[1002,4,364,13,"label"],[1002,9,364,18],[1002,11,364,20],[1002,17,364,26],[1003,4,364,28,"icon"],[1003,8,364,32],[1003,10,364,34],[1003,27,364,51],[1004,4,364,53,"color"],[1004,9,364,58],[1004,11,364,60],[1005,2,364,70],[1005,3,364,71],[1005,5,365,2],[1006,4,365,4,"id"],[1006,6,365,6],[1006,8,365,8],[1006,11,365,11],[1007,4,365,13,"label"],[1007,9,365,18],[1007,11,365,20],[1007,17,365,26],[1008,4,365,28,"icon"],[1008,8,365,32],[1008,10,365,34],[1008,28,365,52],[1009,4,365,54,"color"],[1009,9,365,59],[1009,11,365,61],[1010,2,365,71],[1010,3,365,72],[1010,5,366,2],[1011,4,366,4,"id"],[1011,6,366,6],[1011,8,366,8],[1011,11,366,11],[1012,4,366,13,"label"],[1012,9,366,18],[1012,11,366,20],[1012,18,366,27],[1013,4,366,29,"icon"],[1013,8,366,33],[1013,10,366,35],[1013,23,366,48],[1014,4,366,50,"color"],[1014,9,366,55],[1014,11,366,57],[1015,2,366,67],[1015,3,366,68],[1015,5,367,2],[1016,4,367,4,"id"],[1016,6,367,6],[1016,8,367,8],[1016,11,367,11],[1017,4,367,13,"label"],[1017,9,367,18],[1017,11,367,20],[1017,21,367,30],[1018,4,367,32,"icon"],[1018,8,367,36],[1018,10,367,38],[1018,16,367,44],[1019,4,367,46,"color"],[1019,9,367,51],[1019,11,367,53],[1020,2,367,63],[1020,3,367,64],[1020,5,368,2],[1021,4,368,4,"id"],[1021,6,368,6],[1021,8,368,8],[1021,11,368,11],[1022,4,368,13,"label"],[1022,9,368,18],[1022,11,368,20],[1022,21,368,30],[1023,4,368,32,"icon"],[1023,8,368,36],[1023,10,368,38],[1023,25,368,53],[1024,4,368,55,"color"],[1024,9,368,60],[1024,11,368,62],[1025,2,368,72],[1025,3,368,73],[1025,5,369,2],[1026,4,369,4,"id"],[1026,6,369,6],[1026,8,369,8],[1026,11,369,11],[1027,4,369,13,"label"],[1027,9,369,18],[1027,11,369,20],[1027,22,369,31],[1028,4,369,33,"icon"],[1028,8,369,37],[1028,10,369,39],[1028,18,369,47],[1029,4,369,49,"color"],[1029,9,369,54],[1029,11,369,56],[1030,2,369,66],[1030,3,369,67],[1030,5,370,2],[1031,4,370,4,"id"],[1031,6,370,6],[1031,8,370,8],[1031,11,370,11],[1032,4,370,13,"label"],[1032,9,370,18],[1032,11,370,20],[1032,21,370,30],[1033,4,370,32,"icon"],[1033,8,370,36],[1033,10,370,38],[1033,21,370,49],[1034,4,370,51,"color"],[1034,9,370,56],[1034,11,370,58],[1035,2,370,68],[1035,3,370,69],[1035,5,371,2],[1036,4,371,4,"id"],[1036,6,371,6],[1036,8,371,8],[1036,12,371,12],[1037,4,371,14,"label"],[1037,9,371,19],[1037,11,371,21],[1037,21,371,31],[1038,4,371,33,"icon"],[1038,8,371,37],[1038,10,371,39],[1038,16,371,45],[1039,4,371,47,"color"],[1039,9,371,52],[1039,11,371,54],[1040,2,371,64],[1040,3,371,65],[1040,5,372,2],[1041,4,372,4,"id"],[1041,6,372,6],[1041,8,372,8],[1041,12,372,12],[1042,4,372,14,"label"],[1042,9,372,19],[1042,11,372,21],[1042,22,372,32],[1043,4,372,34,"icon"],[1043,8,372,38],[1043,10,372,40],[1043,16,372,46],[1044,4,372,48,"color"],[1044,9,372,53],[1044,11,372,55],[1045,2,372,65],[1045,3,372,66],[1045,5,373,2],[1046,4,373,4,"id"],[1046,6,373,6],[1046,8,373,8],[1046,12,373,12],[1047,4,373,14,"label"],[1047,9,373,19],[1047,11,373,21],[1047,20,373,30],[1048,4,373,32,"icon"],[1048,8,373,36],[1048,10,373,38],[1048,16,373,44],[1049,4,373,46,"color"],[1049,9,373,51],[1049,11,373,53],[1050,2,373,63],[1050,3,373,64],[1050,5,374,2],[1051,4,374,4,"id"],[1051,6,374,6],[1051,8,374,8],[1051,12,374,12],[1052,4,374,14,"label"],[1052,9,374,19],[1052,11,374,21],[1052,20,374,30],[1053,4,374,32,"icon"],[1053,8,374,36],[1053,10,374,38],[1053,19,374,47],[1054,4,374,49,"color"],[1054,9,374,54],[1054,11,374,56],[1055,2,374,66],[1055,3,374,67],[1055,5,375,2],[1056,4,375,4,"id"],[1056,6,375,6],[1056,8,375,8],[1056,12,375,12],[1057,4,375,14,"label"],[1057,9,375,19],[1057,11,375,21],[1057,21,375,31],[1058,4,375,33,"icon"],[1058,8,375,37],[1058,10,375,39],[1058,20,375,49],[1059,4,375,51,"color"],[1059,9,375,56],[1059,11,375,58],[1060,2,375,68],[1060,3,375,69],[1060,5,376,2],[1061,4,376,4,"id"],[1061,6,376,6],[1061,8,376,8],[1061,12,376,12],[1062,4,376,14,"label"],[1062,9,376,19],[1062,11,376,21],[1062,17,376,27],[1063,4,376,29,"icon"],[1063,8,376,33],[1063,10,376,35],[1063,23,376,48],[1064,4,376,50,"color"],[1064,9,376,55],[1064,11,376,57],[1065,2,376,67],[1065,3,376,68],[1065,5,377,2],[1066,4,377,4,"id"],[1066,6,377,6],[1066,8,377,8],[1066,12,377,12],[1067,4,377,14,"label"],[1067,9,377,19],[1067,11,377,21],[1067,20,377,30],[1068,4,377,32,"icon"],[1068,8,377,36],[1068,10,377,38],[1068,16,377,44],[1069,4,377,46,"color"],[1069,9,377,51],[1069,11,377,53],[1070,2,377,63],[1070,3,377,64],[1070,5,378,2],[1071,4,378,4,"id"],[1071,6,378,6],[1071,8,378,8],[1071,12,378,12],[1072,4,378,14,"label"],[1072,9,378,19],[1072,11,378,21],[1072,18,378,28],[1073,4,378,30,"icon"],[1073,8,378,34],[1073,10,378,36],[1073,17,378,43],[1074,4,378,45,"color"],[1074,9,378,50],[1074,11,378,52],[1075,2,378,62],[1075,3,378,63],[1075,5,379,2],[1076,4,379,4,"id"],[1076,6,379,6],[1076,8,379,8],[1076,12,379,12],[1077,4,379,14,"label"],[1077,9,379,19],[1077,11,379,21],[1077,23,379,33],[1078,4,379,35,"icon"],[1078,8,379,39],[1078,10,379,41],[1078,16,379,47],[1079,4,379,49,"color"],[1079,9,379,54],[1079,11,379,56],[1080,2,379,66],[1080,3,379,67],[1080,5,380,2],[1081,4,380,4,"id"],[1081,6,380,6],[1081,8,380,8],[1081,12,380,12],[1082,4,380,14,"label"],[1082,9,380,19],[1082,11,380,21],[1082,21,380,31],[1083,4,380,33,"icon"],[1083,8,380,37],[1083,10,380,39],[1083,20,380,49],[1084,4,380,51,"color"],[1084,9,380,56],[1084,11,380,58],[1085,2,380,68],[1085,3,380,69],[1085,5,381,2],[1086,4,381,4,"id"],[1086,6,381,6],[1086,8,381,8],[1086,12,381,12],[1087,4,381,14,"label"],[1087,9,381,19],[1087,11,381,21],[1087,20,381,30],[1088,4,381,32,"icon"],[1088,8,381,36],[1088,10,381,38],[1088,18,381,46],[1089,4,381,48,"color"],[1089,9,381,53],[1089,11,381,55],[1090,2,381,65],[1090,3,381,66],[1090,5,382,2],[1091,4,382,4,"id"],[1091,6,382,6],[1091,8,382,8],[1091,12,382,12],[1092,4,382,14,"label"],[1092,9,382,19],[1092,11,382,21],[1092,16,382,26],[1093,4,382,28,"icon"],[1093,8,382,32],[1093,10,382,34],[1093,19,382,43],[1094,4,382,45,"color"],[1094,9,382,50],[1094,11,382,52],[1095,2,382,62],[1095,3,382,63],[1095,5,383,2],[1096,4,383,4,"id"],[1096,6,383,6],[1096,8,383,8],[1096,12,383,12],[1097,4,383,14,"label"],[1097,9,383,19],[1097,11,383,21],[1097,19,383,29],[1098,4,383,31,"icon"],[1098,8,383,35],[1098,10,383,37],[1098,25,383,52],[1099,4,383,54,"color"],[1099,9,383,59],[1099,11,383,61],[1100,2,383,71],[1100,3,383,72],[1100,5,384,2],[1101,4,384,4,"id"],[1101,6,384,6],[1101,8,384,8],[1101,12,384,12],[1102,4,384,14,"label"],[1102,9,384,19],[1102,11,384,21],[1102,17,384,27],[1103,4,384,29,"icon"],[1103,8,384,33],[1103,10,384,35],[1103,15,384,40],[1104,4,384,42,"color"],[1104,9,384,47],[1104,11,384,49],[1105,2,384,59],[1105,3,384,60],[1105,5,385,2],[1106,4,385,4,"id"],[1106,6,385,6],[1106,8,385,8],[1106,12,385,12],[1107,4,385,14,"label"],[1107,9,385,19],[1107,11,385,21],[1107,21,385,31],[1108,4,385,33,"icon"],[1108,8,385,37],[1108,10,385,39],[1108,24,385,53],[1109,4,385,55,"color"],[1109,9,385,60],[1109,11,385,62],[1110,2,385,72],[1110,3,385,73],[1110,5,386,2],[1111,4,386,4,"id"],[1111,6,386,6],[1111,8,386,8],[1111,12,386,12],[1112,4,386,14,"label"],[1112,9,386,19],[1112,11,386,21],[1112,18,386,28],[1113,4,386,30,"icon"],[1113,8,386,34],[1113,10,386,36],[1113,17,386,43],[1114,4,386,45,"color"],[1114,9,386,50],[1114,11,386,52],[1115,2,386,62],[1115,3,386,63],[1115,5,387,2],[1116,4,387,4,"id"],[1116,6,387,6],[1116,8,387,8],[1116,12,387,12],[1117,4,387,14,"label"],[1117,9,387,19],[1117,11,387,21],[1117,18,387,28],[1118,4,387,30,"icon"],[1118,8,387,34],[1118,10,387,36],[1118,15,387,41],[1119,4,387,43,"color"],[1119,9,387,48],[1119,11,387,50],[1120,2,387,60],[1120,3,387,61],[1120,5,388,2],[1121,4,388,4,"id"],[1121,6,388,6],[1121,8,388,8],[1121,12,388,12],[1122,4,388,14,"label"],[1122,9,388,19],[1122,11,388,21],[1122,18,388,28],[1123,4,388,30,"icon"],[1123,8,388,34],[1123,10,388,36],[1123,22,388,48],[1124,4,388,50,"color"],[1124,9,388,55],[1124,11,388,57],[1125,2,388,67],[1125,3,388,68],[1125,5,389,2],[1126,4,389,4,"id"],[1126,6,389,6],[1126,8,389,8],[1126,12,389,12],[1127,4,389,14,"label"],[1127,9,389,19],[1127,11,389,21],[1127,19,389,29],[1128,4,389,31,"icon"],[1128,8,389,35],[1128,10,389,37],[1128,20,389,47],[1129,4,389,49,"color"],[1129,9,389,54],[1129,11,389,56],[1130,2,389,66],[1130,3,389,67],[1130,5,390,2],[1131,4,390,4,"id"],[1131,6,390,6],[1131,8,390,8],[1131,12,390,12],[1132,4,390,14,"label"],[1132,9,390,19],[1132,11,390,21],[1132,19,390,29],[1133,4,390,31,"icon"],[1133,8,390,35],[1133,10,390,37],[1133,16,390,43],[1134,4,390,45,"color"],[1134,9,390,50],[1134,11,390,52],[1135,2,390,62],[1135,3,390,63],[1135,5,391,2],[1136,4,391,4,"id"],[1136,6,391,6],[1136,8,391,8],[1136,12,391,12],[1137,4,391,14,"label"],[1137,9,391,19],[1137,11,391,21],[1137,17,391,27],[1138,4,391,29,"icon"],[1138,8,391,33],[1138,10,391,35],[1138,16,391,41],[1139,4,391,43,"color"],[1139,9,391,48],[1139,11,391,50],[1140,2,391,60],[1140,3,391,61],[1140,4,392,1],[1141,2,394,0],[1141,8,394,6,"styles"],[1141,14,394,12],[1141,17,394,15,"StyleSheet"],[1141,27,394,25],[1141,28,394,25,"default"],[1141,35,394,25],[1141,36,394,26,"create"],[1141,42,394,32],[1141,43,394,33],[1142,4,395,2,"container"],[1142,13,395,11],[1142,15,395,13],[1143,6,396,4,"flex"],[1143,10,396,8],[1143,12,396,10],[1143,13,396,11],[1144,6,397,4,"backgroundColor"],[1144,21,397,19],[1144,23,397,21],[1145,4,398,2],[1145,5,398,3],[1146,4,399,2,"scrollContent"],[1146,17,399,15],[1146,19,399,17],[1147,6,400,4,"paddingBottom"],[1147,19,400,17],[1147,21,400,19],[1148,4,401,2],[1148,5,401,3],[1149,4,402,2,"walletScrollContent"],[1149,23,402,21],[1149,25,402,23],[1150,6,403,4,"paddingBottom"],[1150,19,403,17],[1150,21,403,19],[1151,4,404,2],[1151,5,404,3],[1152,4,405,2,"header"],[1152,10,405,8],[1152,12,405,10],[1153,6,406,4,"flexDirection"],[1153,19,406,17],[1153,21,406,19],[1153,26,406,24],[1154,6,407,4,"justifyContent"],[1154,20,407,18],[1154,22,407,20],[1154,37,407,35],[1155,6,408,4,"alignItems"],[1155,16,408,14],[1155,18,408,16],[1155,26,408,24],[1156,6,409,4,"padding"],[1156,13,409,11],[1156,15,409,13],[1156,17,409,15],[1157,6,410,4,"backgroundColor"],[1157,21,410,19],[1157,23,410,21],[1157,29,410,27],[1158,6,411,4,"borderBottomWidth"],[1158,23,411,21],[1158,25,411,23],[1158,26,411,24],[1159,6,412,4,"borderBottomColor"],[1159,23,412,21],[1159,25,412,23],[1160,4,413,2],[1160,5,413,3],[1161,4,414,2,"headerLeft"],[1161,14,414,12],[1161,16,414,14],[1162,6,415,4,"position"],[1162,14,415,12],[1162,16,415,14],[1163,4,416,2],[1163,5,416,3],[1164,4,417,2,"profileImage"],[1164,16,417,14],[1164,18,417,16],[1165,6,418,4,"width"],[1165,11,418,9],[1165,13,418,11],[1165,15,418,13],[1166,6,419,4,"height"],[1166,12,419,10],[1166,14,419,12],[1166,16,419,14],[1167,6,420,4,"borderRadius"],[1167,18,420,16],[1167,20,420,18],[1167,22,420,20],[1168,6,421,4,"backgroundColor"],[1168,21,421,19],[1168,23,421,21],[1168,32,421,30],[1169,6,422,4,"alignItems"],[1169,16,422,14],[1169,18,422,16],[1169,26,422,24],[1170,6,423,4,"justifyContent"],[1170,20,423,18],[1170,22,423,20],[1170,30,423,28],[1171,6,424,4,"overflow"],[1171,14,424,12],[1171,16,424,14],[1172,4,425,2],[1172,5,425,3],[1173,4,426,2,"profileImageSrc"],[1173,19,426,17],[1173,21,426,19],[1174,6,427,4,"width"],[1174,11,427,9],[1174,13,427,11],[1174,15,427,13],[1175,6,428,4,"height"],[1175,12,428,10],[1175,14,428,12],[1176,4,429,2],[1176,5,429,3],[1177,4,430,2,"profileBadge"],[1177,16,430,14],[1177,18,430,16],[1178,6,431,4,"position"],[1178,14,431,12],[1178,16,431,14],[1178,26,431,24],[1179,6,432,4,"bottom"],[1179,12,432,10],[1179,14,432,12],[1179,15,432,13],[1179,16,432,14],[1180,6,433,4,"right"],[1180,11,433,9],[1180,13,433,11],[1180,14,433,12],[1180,15,433,13],[1181,6,434,4,"backgroundColor"],[1181,21,434,19],[1181,23,434,21],[1181,32,434,30],[1182,6,435,4,"borderRadius"],[1182,18,435,16],[1182,20,435,18],[1182,22,435,20],[1183,6,436,4,"paddingHorizontal"],[1183,23,436,21],[1183,25,436,23],[1183,26,436,24],[1184,6,437,4,"paddingVertical"],[1184,21,437,19],[1184,23,437,21],[1184,24,437,22],[1185,6,438,4,"flexDirection"],[1185,19,438,17],[1185,21,438,19],[1185,26,438,24],[1186,6,439,4,"alignItems"],[1186,16,439,14],[1186,18,439,16],[1186,26,439,24],[1187,6,440,4,"gap"],[1187,9,440,7],[1187,11,440,9],[1188,4,441,2],[1188,5,441,3],[1189,4,442,2,"trustScore"],[1189,14,442,12],[1189,16,442,14],[1190,6,443,4,"fontSize"],[1190,14,443,12],[1190,16,443,14],[1190,18,443,16],[1191,6,444,4,"fontWeight"],[1191,16,444,14],[1191,18,444,16],[1191,23,444,21],[1192,6,445,4,"color"],[1192,11,445,9],[1192,13,445,11],[1193,4,446,2],[1193,5,446,3],[1194,4,447,2,"headerRight"],[1194,15,447,13],[1194,17,447,15],[1195,6,448,4,"flexDirection"],[1195,19,448,17],[1195,21,448,19],[1195,26,448,24],[1196,6,449,4,"gap"],[1196,9,449,7],[1196,11,449,9],[1197,4,450,2],[1197,5,450,3],[1198,4,451,2,"iconButton"],[1198,14,451,12],[1198,16,451,14],[1199,6,452,4,"padding"],[1199,13,452,11],[1199,15,452,13],[1200,4,453,2],[1200,5,453,3],[1201,4,454,2,"announcementWidget"],[1201,22,454,20],[1201,24,454,22],[1202,6,455,4,"padding"],[1202,13,455,11],[1202,15,455,13],[1203,4,456,2],[1203,5,456,3],[1204,4,457,2,"announcement"],[1204,16,457,14],[1204,18,457,16],[1205,6,458,4,"backgroundColor"],[1205,21,458,19],[1205,23,458,21],[1205,29,458,27],[1206,6,459,4,"padding"],[1206,13,459,11],[1206,15,459,13],[1206,17,459,15],[1207,6,460,4,"borderRadius"],[1207,18,460,16],[1207,20,460,18],[1207,22,460,20],[1208,6,461,4,"marginRight"],[1208,17,461,15],[1208,19,461,17],[1208,21,461,19],[1209,6,462,4,"width"],[1209,11,462,9],[1209,13,462,11,"width"],[1209,18,462,16],[1209,21,462,19],[1209,23,462,21],[1210,6,463,4,"borderLeftWidth"],[1210,21,463,19],[1210,23,463,21],[1210,24,463,22],[1211,6,464,4,"borderLeftColor"],[1211,21,464,19],[1211,23,464,21],[1212,4,465,2],[1212,5,465,3],[1213,4,466,2,"announcementTitle"],[1213,21,466,19],[1213,23,466,21],[1214,6,467,4,"fontSize"],[1214,14,467,12],[1214,16,467,14],[1214,18,467,16],[1215,6,468,4,"fontWeight"],[1215,16,468,14],[1215,18,468,16],[1215,23,468,21],[1216,6,469,4,"color"],[1216,11,469,9],[1216,13,469,11],[1216,22,469,20],[1217,6,470,4,"marginBottom"],[1217,18,470,16],[1217,20,470,18],[1218,4,471,2],[1218,5,471,3],[1219,4,472,2,"announcementText"],[1219,20,472,18],[1219,22,472,20],[1220,6,473,4,"fontSize"],[1220,14,473,12],[1220,16,473,14],[1220,18,473,16],[1221,6,474,4,"color"],[1221,11,474,9],[1221,13,474,11],[1222,4,475,2],[1222,5,475,3],[1223,4,476,2,"quickActionsContainer"],[1223,25,476,23],[1223,27,476,25],[1224,6,477,4,"padding"],[1224,13,477,11],[1224,15,477,13],[1225,4,478,2],[1225,5,478,3],[1226,4,479,2,"sectionTitle"],[1226,16,479,14],[1226,18,479,16],[1227,6,480,4,"fontSize"],[1227,14,480,12],[1227,16,480,14],[1227,18,480,16],[1228,6,481,4,"fontWeight"],[1228,16,481,14],[1228,18,481,16],[1228,23,481,21],[1229,6,482,4,"color"],[1229,11,482,9],[1229,13,482,11],[1229,22,482,20],[1230,6,483,4,"marginBottom"],[1230,18,483,16],[1230,20,483,18],[1231,4,484,2],[1231,5,484,3],[1232,4,485,2,"actionsGrid"],[1232,15,485,13],[1232,17,485,15],[1233,6,486,4,"flexDirection"],[1233,19,486,17],[1233,21,486,19],[1233,26,486,24],[1234,6,487,4,"flexWrap"],[1234,14,487,12],[1234,16,487,14],[1234,22,487,20],[1235,6,488,4,"justifyContent"],[1235,20,488,18],[1235,22,488,20],[1236,4,489,2],[1236,5,489,3],[1237,4,490,2,"actionCard"],[1237,14,490,12],[1237,16,490,14],[1238,6,491,4,"width"],[1238,11,491,9],[1238,13,491,11],[1238,14,491,12,"width"],[1238,19,491,17],[1238,22,491,20],[1238,24,491,22],[1238,28,491,26],[1238,29,491,27],[1239,6,492,4,"backgroundColor"],[1239,21,492,19],[1239,23,492,21],[1239,29,492,27],[1240,6,493,4,"padding"],[1240,13,493,11],[1240,15,493,13],[1240,17,493,15],[1241,6,494,4,"borderRadius"],[1241,18,494,16],[1241,20,494,18],[1241,22,494,20],[1242,6,495,4,"alignItems"],[1242,16,495,14],[1242,18,495,16],[1242,26,495,24],[1243,6,496,4,"marginBottom"],[1243,18,496,16],[1243,20,496,18],[1243,22,496,20],[1244,6,497,4,"shadowColor"],[1244,17,497,15],[1244,19,497,17],[1244,25,497,23],[1245,6,498,4,"shadowOffset"],[1245,18,498,16],[1245,20,498,18],[1246,8,498,20,"width"],[1246,13,498,25],[1246,15,498,27],[1246,16,498,28],[1247,8,498,30,"height"],[1247,14,498,36],[1247,16,498,38],[1248,6,498,40],[1248,7,498,41],[1249,6,499,4,"shadowOpacity"],[1249,19,499,17],[1249,21,499,19],[1249,25,499,23],[1250,6,500,4,"shadowRadius"],[1250,18,500,16],[1250,20,500,18],[1250,21,500,19],[1251,6,501,4,"elevation"],[1251,15,501,13],[1251,17,501,15],[1252,4,502,2],[1252,5,502,3],[1253,4,503,2,"actionCardFirst"],[1253,19,503,17],[1253,21,503,19],[1254,6,504,4,"marginRight"],[1254,17,504,15],[1254,19,504,17],[1255,4,505,2],[1255,5,505,3],[1256,4,506,2,"actionCardLast"],[1256,18,506,16],[1256,20,506,18],[1257,6,507,4,"marginLeft"],[1257,16,507,14],[1257,18,507,16],[1258,4,508,2],[1258,5,508,3],[1259,4,509,2,"actionIcon"],[1259,14,509,12],[1259,16,509,14],[1260,6,510,4,"width"],[1260,11,510,9],[1260,13,510,11],[1260,15,510,13],[1261,6,511,4,"height"],[1261,12,511,10],[1261,14,511,12],[1261,16,511,14],[1262,6,512,4,"borderRadius"],[1262,18,512,16],[1262,20,512,18],[1262,22,512,20],[1263,6,513,4,"alignItems"],[1263,16,513,14],[1263,18,513,16],[1263,26,513,24],[1264,6,514,4,"justifyContent"],[1264,20,514,18],[1264,22,514,20],[1264,30,514,28],[1265,6,515,4,"marginBottom"],[1265,18,515,16],[1265,20,515,18],[1266,4,516,2],[1266,5,516,3],[1267,4,517,2,"actionLabel"],[1267,15,517,13],[1267,17,517,15],[1268,6,518,4,"fontSize"],[1268,14,518,12],[1268,16,518,14],[1268,18,518,16],[1269,6,519,4,"color"],[1269,11,519,9],[1269,13,519,11],[1269,22,519,20],[1270,6,520,4,"textAlign"],[1270,15,520,13],[1270,17,520,15],[1271,4,521,2],[1271,5,521,3],[1272,4,522,2,"walletHeader"],[1272,16,522,14],[1272,18,522,16],[1273,6,523,4,"padding"],[1273,13,523,11],[1273,15,523,13],[1273,17,523,15],[1274,6,524,4,"backgroundColor"],[1274,21,524,19],[1274,23,524,21],[1274,29,524,27],[1275,6,525,4,"borderBottomWidth"],[1275,23,525,21],[1275,25,525,23],[1275,26,525,24],[1276,6,526,4,"borderBottomColor"],[1276,23,526,21],[1276,25,526,23],[1276,34,526,32],[1277,6,527,4,"flexDirection"],[1277,19,527,17],[1277,21,527,19],[1277,26,527,24],[1278,6,528,4,"justifyContent"],[1278,20,528,18],[1278,22,528,20],[1278,37,528,35],[1279,6,529,4,"alignItems"],[1279,16,529,14],[1279,18,529,16],[1280,4,530,2],[1280,5,530,3],[1281,4,531,2,"walletTitle"],[1281,15,531,13],[1281,17,531,15],[1282,6,532,4,"fontSize"],[1282,14,532,12],[1282,16,532,14],[1282,18,532,16],[1283,6,533,4,"fontWeight"],[1283,16,533,14],[1283,18,533,16],[1283,23,533,21],[1284,6,534,4,"color"],[1284,11,534,9],[1284,13,534,11],[1285,4,535,2],[1285,5,535,3],[1286,4,536,2,"refreshButton"],[1286,17,536,15],[1286,19,536,17],[1287,6,537,4,"padding"],[1287,13,537,11],[1287,15,537,13],[1287,16,537,14],[1288,6,538,4,"borderRadius"],[1288,18,538,16],[1288,20,538,18],[1288,21,538,19],[1289,6,539,4,"backgroundColor"],[1289,21,539,19],[1289,23,539,21],[1290,4,540,2],[1290,5,540,3],[1291,4,541,2,"balanceCards"],[1291,16,541,14],[1291,18,541,16],[1292,6,542,4,"padding"],[1292,13,542,11],[1292,15,542,13],[1292,17,542,15],[1293,6,543,4,"gap"],[1293,9,543,7],[1293,11,543,9],[1294,4,544,2],[1294,5,544,3],[1295,4,545,2,"balanceCard"],[1295,15,545,13],[1295,17,545,15],[1296,6,546,4,"backgroundColor"],[1296,21,546,19],[1296,23,546,21],[1296,29,546,27],[1297,6,547,4,"padding"],[1297,13,547,11],[1297,15,547,13],[1297,17,547,15],[1298,6,548,4,"borderRadius"],[1298,18,548,16],[1298,20,548,18],[1298,22,548,20],[1299,6,549,4,"borderWidth"],[1299,17,549,15],[1299,19,549,17],[1299,20,549,18],[1300,6,550,4,"borderColor"],[1300,17,550,15],[1300,19,550,17],[1301,4,551,2],[1301,5,551,3],[1302,4,552,2,"balanceCardHeader"],[1302,21,552,19],[1302,23,552,21],[1303,6,553,4,"flexDirection"],[1303,19,553,17],[1303,21,553,19],[1303,26,553,24],[1304,6,554,4,"alignItems"],[1304,16,554,14],[1304,18,554,16],[1304,26,554,24],[1305,6,555,4,"gap"],[1305,9,555,7],[1305,11,555,9],[1305,12,555,10],[1306,6,556,4,"marginBottom"],[1306,18,556,16],[1306,20,556,18],[1307,4,557,2],[1307,5,557,3],[1308,4,558,2,"tokenLogo"],[1308,13,558,11],[1308,15,558,13],[1309,6,559,4,"width"],[1309,11,559,9],[1309,13,559,11],[1309,15,559,13],[1310,6,560,4,"height"],[1310,12,560,10],[1310,14,560,12],[1310,16,560,14],[1311,6,561,4,"borderRadius"],[1311,18,561,16],[1311,20,561,18],[1312,4,562,2],[1312,5,562,3],[1313,4,563,2,"tokenSymbol"],[1313,15,563,13],[1313,17,563,15],[1314,6,564,4,"fontSize"],[1314,14,564,12],[1314,16,564,14],[1314,18,564,16],[1315,6,565,4,"fontWeight"],[1315,16,565,14],[1315,18,565,16],[1315,23,565,21],[1316,6,566,4,"color"],[1316,11,566,9],[1316,13,566,11],[1317,4,567,2],[1317,5,567,3],[1318,4,568,2,"balanceAmount"],[1318,17,568,15],[1318,19,568,17],[1319,6,569,4,"fontSize"],[1319,14,569,12],[1319,16,569,14],[1319,18,569,16],[1320,6,570,4,"fontWeight"],[1320,16,570,14],[1320,18,570,16],[1320,23,570,21],[1321,6,571,4,"color"],[1321,11,571,9],[1321,13,571,11],[1321,22,571,20],[1322,6,572,4,"marginBottom"],[1322,18,572,16],[1322,20,572,18],[1323,4,573,2],[1323,5,573,3],[1324,4,574,2,"balanceUsd"],[1324,14,574,12],[1324,16,574,14],[1325,6,575,4,"fontSize"],[1325,14,575,12],[1325,16,575,14],[1325,18,575,16],[1326,6,576,4,"color"],[1326,11,576,9],[1326,13,576,11],[1327,4,577,2],[1327,5,577,3],[1328,4,578,2,"walletActions"],[1328,17,578,15],[1328,19,578,17],[1329,6,579,4,"flexDirection"],[1329,19,579,17],[1329,21,579,19],[1329,26,579,24],[1330,6,580,4,"padding"],[1330,13,580,11],[1330,15,580,13],[1330,17,580,15],[1331,6,581,4,"gap"],[1331,9,581,7],[1331,11,581,9],[1332,4,582,2],[1332,5,582,3],[1333,4,583,2,"walletActionButton"],[1333,22,583,20],[1333,24,583,22],[1334,6,584,4,"flex"],[1334,10,584,8],[1334,12,584,10],[1334,13,584,11],[1335,6,585,4,"backgroundColor"],[1335,21,585,19],[1335,23,585,21],[1335,32,585,30],[1336,6,586,4,"padding"],[1336,13,586,11],[1336,15,586,13],[1336,17,586,15],[1337,6,587,4,"borderRadius"],[1337,18,587,16],[1337,20,587,18],[1337,22,587,20],[1338,6,588,4,"alignItems"],[1338,16,588,14],[1338,18,588,16],[1338,26,588,24],[1339,6,589,4,"gap"],[1339,9,589,7],[1339,11,589,9],[1340,4,590,2],[1340,5,590,3],[1341,4,591,2,"walletActionText"],[1341,20,591,18],[1341,22,591,20],[1342,6,592,4,"color"],[1342,11,592,9],[1342,13,592,11],[1342,19,592,17],[1343,6,593,4,"fontSize"],[1343,14,593,12],[1343,16,593,14],[1343,18,593,16],[1344,6,594,4,"fontWeight"],[1344,16,594,14],[1344,18,594,16],[1345,4,595,2],[1345,5,595,3],[1346,4,596,2,"placeholderText"],[1346,19,596,17],[1346,21,596,19],[1347,6,597,4,"flex"],[1347,10,597,8],[1347,12,597,10],[1347,13,597,11],[1348,6,598,4,"textAlign"],[1348,15,598,13],[1348,17,598,15],[1348,25,598,23],[1349,6,599,4,"marginTop"],[1349,15,599,13],[1349,17,599,15],[1349,20,599,18],[1350,6,600,4,"fontSize"],[1350,14,600,12],[1350,16,600,14],[1350,18,600,16],[1351,6,601,4,"color"],[1351,11,601,9],[1351,13,601,11],[1352,4,602,2],[1352,5,602,3],[1353,4,603,2,"tabBar"],[1353,10,603,8],[1353,12,603,10],[1354,6,604,4,"borderTopWidth"],[1354,20,604,18],[1354,22,604,20],[1354,23,604,21],[1355,6,605,4,"borderTopColor"],[1355,20,605,18],[1355,22,605,20],[1355,31,605,29],[1356,6,606,4,"paddingBottom"],[1356,19,606,17],[1356,21,606,19],[1356,23,606,21],[1357,6,607,4,"paddingTop"],[1357,16,607,14],[1357,18,607,16],[1357,19,607,17],[1358,6,608,4,"backgroundColor"],[1358,21,608,19],[1358,23,608,21],[1359,4,609,2],[1359,5,609,3],[1360,4,610,2],[1361,4,611,2,"balanceRow"],[1361,14,611,12],[1361,16,611,14],[1362,6,612,4,"flexDirection"],[1362,19,612,17],[1362,21,612,19],[1362,26,612,24],[1363,6,613,4,"padding"],[1363,13,613,11],[1363,15,613,13],[1363,17,613,15],[1364,6,614,4,"gap"],[1364,9,614,7],[1364,11,614,9],[1365,4,615,2],[1365,5,615,3],[1366,4,616,2,"balanceCardNew"],[1366,18,616,16],[1366,20,616,18],[1367,6,617,4,"flex"],[1367,10,617,8],[1367,12,617,10],[1367,13,617,11],[1368,6,618,4,"backgroundColor"],[1368,21,618,19],[1368,23,618,21],[1368,29,618,27],[1369,6,619,4,"padding"],[1369,13,619,11],[1369,15,619,13],[1369,17,619,15],[1370,6,620,4,"borderRadius"],[1370,18,620,16],[1370,20,620,18],[1370,22,620,20],[1371,6,621,4,"alignItems"],[1371,16,621,14],[1371,18,621,16],[1371,26,621,24],[1372,6,622,4,"shadowColor"],[1372,17,622,15],[1372,19,622,17],[1372,25,622,23],[1373,6,623,4,"shadowOffset"],[1373,18,623,16],[1373,20,623,18],[1374,8,623,20,"width"],[1374,13,623,25],[1374,15,623,27],[1374,16,623,28],[1375,8,623,30,"height"],[1375,14,623,36],[1375,16,623,38],[1376,6,623,40],[1376,7,623,41],[1377,6,624,4,"shadowOpacity"],[1377,19,624,17],[1377,21,624,19],[1377,24,624,22],[1378,6,625,4,"shadowRadius"],[1378,18,625,16],[1378,20,625,18],[1378,21,625,19],[1379,6,626,4,"elevation"],[1379,15,626,13],[1379,17,626,15],[1380,4,627,2],[1380,5,627,3],[1381,4,628,2,"tokenLogoNew"],[1381,16,628,14],[1381,18,628,16],[1382,6,629,4,"width"],[1382,11,629,9],[1382,13,629,11],[1382,15,629,13],[1383,6,630,4,"height"],[1383,12,630,10],[1383,14,630,12],[1383,16,630,14],[1384,6,631,4,"borderRadius"],[1384,18,631,16],[1384,20,631,18],[1384,22,631,20],[1385,6,632,4,"marginBottom"],[1385,18,632,16],[1385,20,632,18],[1386,4,633,2],[1386,5,633,3],[1387,4,634,2,"tokenSymbolNew"],[1387,18,634,16],[1387,20,634,18],[1388,6,635,4,"fontSize"],[1388,14,635,12],[1388,16,635,14],[1388,18,635,16],[1389,6,636,4,"fontWeight"],[1389,16,636,14],[1389,18,636,16],[1389,23,636,21],[1390,6,637,4,"color"],[1390,11,637,9],[1390,13,637,11],[1390,22,637,20],[1391,6,638,4,"marginBottom"],[1391,18,638,16],[1391,20,638,18],[1392,4,639,2],[1392,5,639,3],[1393,4,640,2,"balanceAmountNew"],[1393,20,640,18],[1393,22,640,20],[1394,6,641,4,"fontSize"],[1394,14,641,12],[1394,16,641,14],[1394,18,641,16],[1395,6,642,4,"fontWeight"],[1395,16,642,14],[1395,18,642,16],[1395,23,642,21],[1396,6,643,4,"color"],[1396,11,643,9],[1396,13,643,11],[1396,22,643,20],[1397,6,644,4,"marginBottom"],[1397,18,644,16],[1397,20,644,18],[1398,4,645,2],[1398,5,645,3],[1399,4,646,2,"tokenNameNew"],[1399,16,646,14],[1399,18,646,16],[1400,6,647,4,"fontSize"],[1400,14,647,12],[1400,16,647,14],[1400,18,647,16],[1401,6,648,4,"color"],[1401,11,648,9],[1401,13,648,11],[1402,4,649,2],[1402,5,649,3],[1403,4,650,2,"actionsContainer"],[1403,20,650,18],[1403,22,650,20],[1404,6,651,4,"margin"],[1404,12,651,10],[1404,14,651,12],[1404,16,651,14],[1405,6,652,4,"backgroundColor"],[1405,21,652,19],[1405,23,652,21],[1405,29,652,27],[1406,6,653,4,"padding"],[1406,13,653,11],[1406,15,653,13],[1406,17,653,15],[1407,6,654,4,"borderRadius"],[1407,18,654,16],[1407,20,654,18],[1407,22,654,20],[1408,6,655,4,"shadowColor"],[1408,17,655,15],[1408,19,655,17],[1408,25,655,23],[1409,6,656,4,"shadowOffset"],[1409,18,656,16],[1409,20,656,18],[1410,8,656,20,"width"],[1410,13,656,25],[1410,15,656,27],[1410,16,656,28],[1411,8,656,30,"height"],[1411,14,656,36],[1411,16,656,38],[1412,6,656,40],[1412,7,656,41],[1413,6,657,4,"shadowOpacity"],[1413,19,657,17],[1413,21,657,19],[1413,24,657,22],[1414,6,658,4,"shadowRadius"],[1414,18,658,16],[1414,20,658,18],[1414,21,658,19],[1415,6,659,4,"elevation"],[1415,15,659,13],[1415,17,659,15],[1416,4,660,2],[1416,5,660,3],[1417,4,661,2,"actionsRow"],[1417,14,661,12],[1417,16,661,14],[1418,6,662,4,"flexDirection"],[1418,19,662,17],[1418,21,662,19],[1418,26,662,24],[1419,6,663,4,"justifyContent"],[1419,20,663,18],[1419,22,663,20],[1419,37,663,35],[1420,6,664,4,"marginBottom"],[1420,18,664,16],[1420,20,664,18],[1421,4,665,2],[1421,5,665,3],[1422,4,666,2,"actionBtn"],[1422,13,666,11],[1422,15,666,13],[1423,6,667,4,"width"],[1423,11,667,9],[1423,13,667,11],[1423,14,667,12,"width"],[1423,19,667,17],[1423,22,667,20],[1423,24,667,22],[1423,28,667,26],[1423,29,667,27],[1424,6,668,4,"padding"],[1424,13,668,11],[1424,15,668,13],[1424,17,668,15],[1425,6,669,4,"borderRadius"],[1425,18,669,16],[1425,20,669,18],[1425,22,669,20],[1426,6,670,4,"alignItems"],[1426,16,670,14],[1426,18,670,16],[1426,26,670,24],[1427,6,671,4,"justifyContent"],[1427,20,671,18],[1427,22,671,20],[1428,4,672,2],[1428,5,672,3],[1429,4,673,2,"actionBtnText"],[1429,17,673,15],[1429,19,673,17],[1430,6,674,4,"color"],[1430,11,674,9],[1430,13,674,11],[1430,19,674,17],[1431,6,675,4,"fontSize"],[1431,14,675,12],[1431,16,675,14],[1431,18,675,16],[1432,6,676,4,"fontWeight"],[1432,16,676,14],[1432,18,676,16],[1432,23,676,21],[1433,6,677,4,"marginTop"],[1433,15,677,13],[1433,17,677,15],[1434,4,678,2],[1434,5,678,3],[1435,4,679,2,"tokensContainer"],[1435,19,679,17],[1435,21,679,19],[1436,6,680,4,"margin"],[1436,12,680,10],[1436,14,680,12],[1436,16,680,14],[1437,6,681,4,"marginTop"],[1437,15,681,13],[1437,17,681,15],[1438,4,682,2],[1438,5,682,3],[1439,4,683,2,"tokensTitle"],[1439,15,683,13],[1439,17,683,15],[1440,6,684,4,"fontSize"],[1440,14,684,12],[1440,16,684,14],[1440,18,684,16],[1441,6,685,4,"fontWeight"],[1441,16,685,14],[1441,18,685,16],[1441,23,685,21],[1442,6,686,4,"color"],[1442,11,686,9],[1442,13,686,11],[1442,22,686,20],[1443,6,687,4,"marginBottom"],[1443,18,687,16],[1443,20,687,18],[1443,22,687,20],[1444,6,688,4,"paddingHorizontal"],[1444,23,688,21],[1444,25,688,23],[1445,4,689,2],[1445,5,689,3],[1446,4,690,2,"tokenItem"],[1446,13,690,11],[1446,15,690,13],[1447,6,691,4,"flexDirection"],[1447,19,691,17],[1447,21,691,19],[1447,26,691,24],[1448,6,692,4,"justifyContent"],[1448,20,692,18],[1448,22,692,20],[1448,37,692,35],[1449,6,693,4,"alignItems"],[1449,16,693,14],[1449,18,693,16],[1449,26,693,24],[1450,6,694,4,"backgroundColor"],[1450,21,694,19],[1450,23,694,21],[1450,29,694,27],[1451,6,695,4,"padding"],[1451,13,695,11],[1451,15,695,13],[1451,17,695,15],[1452,6,696,4,"borderRadius"],[1452,18,696,16],[1452,20,696,18],[1452,22,696,20],[1453,6,697,4,"marginBottom"],[1453,18,697,16],[1453,20,697,18],[1453,21,697,19],[1454,6,698,4,"shadowColor"],[1454,17,698,15],[1454,19,698,17],[1454,25,698,23],[1455,6,699,4,"shadowOffset"],[1455,18,699,16],[1455,20,699,18],[1456,8,699,20,"width"],[1456,13,699,25],[1456,15,699,27],[1456,16,699,28],[1457,8,699,30,"height"],[1457,14,699,36],[1457,16,699,38],[1458,6,699,40],[1458,7,699,41],[1459,6,700,4,"shadowOpacity"],[1459,19,700,17],[1459,21,700,19],[1459,25,700,23],[1460,6,701,4,"shadowRadius"],[1460,18,701,16],[1460,20,701,18],[1460,21,701,19],[1461,6,702,4,"elevation"],[1461,15,702,13],[1461,17,702,15],[1462,4,703,2],[1462,5,703,3],[1463,4,704,2,"tokenItemLeft"],[1463,17,704,15],[1463,19,704,17],[1464,6,705,4,"flexDirection"],[1464,19,705,17],[1464,21,705,19],[1464,26,705,24],[1465,6,706,4,"alignItems"],[1465,16,706,14],[1465,18,706,16],[1465,26,706,24],[1466,6,707,4,"gap"],[1466,9,707,7],[1466,11,707,9],[1467,4,708,2],[1467,5,708,3],[1468,4,709,2,"tokenIconContainer"],[1468,22,709,20],[1468,24,709,22],[1469,6,710,4,"position"],[1469,14,710,12],[1469,16,710,14],[1469,26,710,24],[1470,6,711,4,"width"],[1470,11,711,9],[1470,13,711,11],[1470,15,711,13],[1471,6,712,4,"height"],[1471,12,712,10],[1471,14,712,12],[1472,4,713,2],[1472,5,713,3],[1473,4,714,2,"tokenIcon"],[1473,13,714,11],[1473,15,714,13],[1474,6,715,4,"width"],[1474,11,715,9],[1474,13,715,11],[1474,15,715,13],[1475,6,716,4,"height"],[1475,12,716,10],[1475,14,716,12],[1475,16,716,14],[1476,6,717,4,"borderRadius"],[1476,18,717,16],[1476,20,717,18],[1477,4,718,2],[1477,5,718,3],[1478,4,719,2,"networkBadge"],[1478,16,719,14],[1478,18,719,16],[1479,6,720,4,"position"],[1479,14,720,12],[1479,16,720,14],[1479,26,720,24],[1480,6,721,4,"right"],[1480,11,721,9],[1480,13,721,11],[1480,14,721,12],[1480,15,721,13],[1481,6,722,4,"bottom"],[1481,12,722,10],[1481,14,722,12],[1481,15,722,13],[1481,16,722,14],[1482,6,723,4,"width"],[1482,11,723,9],[1482,13,723,11],[1482,15,723,13],[1483,6,724,4,"height"],[1483,12,724,10],[1483,14,724,12],[1483,16,724,14],[1484,6,725,4,"borderRadius"],[1484,18,725,16],[1484,20,725,18],[1484,21,725,19],[1485,6,726,4,"borderWidth"],[1485,17,726,15],[1485,19,726,17],[1485,20,726,18],[1486,6,727,4,"borderColor"],[1486,17,727,15],[1486,19,727,17],[1487,4,728,2],[1487,5,728,3],[1488,4,729,2,"tokenItemName"],[1488,17,729,15],[1488,19,729,17],[1489,6,730,4,"fontSize"],[1489,14,730,12],[1489,16,730,14],[1489,18,730,16],[1490,6,731,4,"fontWeight"],[1490,16,731,14],[1490,18,731,16],[1490,23,731,21],[1491,6,732,4,"color"],[1491,11,732,9],[1491,13,732,11],[1492,4,733,2],[1492,5,733,3],[1493,4,734,2,"tokenItemNetwork"],[1493,20,734,18],[1493,22,734,20],[1494,6,735,4,"fontSize"],[1494,14,735,12],[1494,16,735,14],[1494,18,735,16],[1495,6,736,4,"color"],[1495,11,736,9],[1495,13,736,11],[1496,4,737,2],[1496,5,737,3],[1497,4,738,2,"tokenItemRight"],[1497,18,738,16],[1497,20,738,18],[1498,6,739,4,"alignItems"],[1498,16,739,14],[1498,18,739,16],[1499,4,740,2],[1499,5,740,3],[1500,4,741,2,"tokenItemBalance"],[1500,20,741,18],[1500,22,741,20],[1501,6,742,4,"fontSize"],[1501,14,742,12],[1501,16,742,14],[1501,18,742,16],[1502,6,743,4,"fontWeight"],[1502,16,743,14],[1502,18,743,16],[1502,23,743,21],[1503,6,744,4,"color"],[1503,11,744,9],[1503,13,744,11],[1504,4,745,2],[1504,5,745,3],[1505,4,746,2,"tokenItemUsd"],[1505,16,746,14],[1505,18,746,16],[1506,6,747,4,"fontSize"],[1506,14,747,12],[1506,16,747,14],[1506,18,747,16],[1507,6,748,4,"color"],[1507,11,748,9],[1507,13,748,11],[1508,4,749,2],[1509,2,750,0],[1509,3,750,1],[1509,4,750,2],[1510,2,750,3],[1510,6,750,3,"_c"],[1510,8,750,3],[1510,10,750,3,"_c2"],[1510,13,750,3],[1510,15,750,3,"_c3"],[1510,18,750,3],[1510,20,750,3,"_c4"],[1510,23,750,3],[1510,25,750,3,"_c5"],[1510,28,750,3],[1510,30,750,3,"_c6"],[1510,33,750,3],[1511,2,750,3,"$RefreshReg$"],[1511,14,750,3],[1511,15,750,3,"_c"],[1511,17,750,3],[1512,2,750,3,"$RefreshReg$"],[1512,14,750,3],[1512,15,750,3,"_c2"],[1512,18,750,3],[1513,2,750,3,"$RefreshReg$"],[1513,14,750,3],[1513,15,750,3,"_c3"],[1513,18,750,3],[1514,2,750,3,"$RefreshReg$"],[1514,14,750,3],[1514,15,750,3,"_c4"],[1514,18,750,3],[1515,2,750,3,"$RefreshReg$"],[1515,14,750,3],[1515,15,750,3,"_c5"],[1515,18,750,3],[1516,2,750,3,"$RefreshReg$"],[1516,14,750,3],[1516,15,750,3,"_c6"],[1516,18,750,3],[1517,0,750,3],[1517,3]],"functionMap":{"names":["","HomeTab","pickImage","QUICK_ACTIONS.map$argument_0","WalletTab","useEffect$argument_0","fetchBalance","CitizensTab","ReferralTab","ProfileTab","HomeScreen","Tab.Screen.props.options.tabBarIcon"],"mappings":"AAA;ACmB;oBCI;GDqB;+BEkD;aFc;CDM;AIE;YCQ;GDE;uBEE;GF4B;CJgH;AOE;CPM;AQE;CRM;ASE;CTM;eUI;sBCe;WDE;sBCQ;WDE;sBCQ;WDE;sBCQ;WDE;sBCQ;WDE;CVK"},"hasCjsExports":false},"type":"js/module"}]}
\ No newline at end of file
+{"dependencies":[{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":51,"index":51}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/View","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"4kYBDC6LJJXoH7P9rWDi3vkLVB0=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Text","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"JKIzsQ5YQ0gDj0MIyY0Q7F1zJtU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/StyleSheet","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"MK7+k1V+KnvCVW7Kj2k/ydtjmVU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/TouchableOpacity","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PnQOoa8QGKpV5+issz6ikk463eg=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/ScrollView","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"7Gv1K9/TiQvbDXlMy9NOQIEBHDA=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Image","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"h9Yjx6LR7umCdPP226caWyLdUPo=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Dimensions","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"ySrYx/xxJL+A+Ie+sLy/r/EEnF8=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Alert","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PEUC6jrQVoAGZ2qYkvimljMOyJI=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0,"index":196},"end":{"line":13,"column":46,"index":242}}],"key":"ow7vkrqkIckRjlSi/+MhMmRYtUE=","exportNames":["*"],"imports":1}},{"name":"@react-navigation/bottom-tabs","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":14,"column":0,"index":243},"end":{"line":14,"column":73,"index":316}}],"key":"+CsiEPZJMQUbFs9pwhg0Pji1O3k=","exportNames":["*"],"imports":1}},{"name":"expo-image-picker","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":15,"column":0,"index":317},"end":{"line":15,"column":49,"index":366}}],"key":"XQFgv2+WadF9xV+S67CI6D8lClA=","exportNames":["*"],"imports":1}},{"name":"../contexts/AuthContext","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":16,"column":0,"index":367},"end":{"line":16,"column":50,"index":417}}],"key":"oNCgyH4yx4pAIVZXLqqRGB2kuCY=","exportNames":["*"],"imports":1}},{"name":"react/jsx-dev-runtime","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"L9D70Z4hi4aGuui1ysja/oQ5ytI=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n var _jsxFileName = \"/app/frontend/src/screens/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 _react = require(_dependencyMap[0], \"react\");\n var _reactNativeWebDistExportsView = require(_dependencyMap[1], \"react-native-web/dist/exports/View\");\n var View = _interopDefault(_reactNativeWebDistExportsView);\n var _reactNativeWebDistExportsText = require(_dependencyMap[2], \"react-native-web/dist/exports/Text\");\n var Text = _interopDefault(_reactNativeWebDistExportsText);\n var _reactNativeWebDistExportsStyleSheet = require(_dependencyMap[3], \"react-native-web/dist/exports/StyleSheet\");\n var StyleSheet = _interopDefault(_reactNativeWebDistExportsStyleSheet);\n var _reactNativeWebDistExportsTouchableOpacity = require(_dependencyMap[4], \"react-native-web/dist/exports/TouchableOpacity\");\n var TouchableOpacity = _interopDefault(_reactNativeWebDistExportsTouchableOpacity);\n var _reactNativeWebDistExportsScrollView = require(_dependencyMap[5], \"react-native-web/dist/exports/ScrollView\");\n var ScrollView = _interopDefault(_reactNativeWebDistExportsScrollView);\n var _reactNativeWebDistExportsImage = require(_dependencyMap[6], \"react-native-web/dist/exports/Image\");\n var Image = _interopDefault(_reactNativeWebDistExportsImage);\n var _reactNativeWebDistExportsDimensions = require(_dependencyMap[7], \"react-native-web/dist/exports/Dimensions\");\n var Dimensions = _interopDefault(_reactNativeWebDistExportsDimensions);\n var _reactNativeWebDistExportsAlert = require(_dependencyMap[8], \"react-native-web/dist/exports/Alert\");\n var Alert = _interopDefault(_reactNativeWebDistExportsAlert);\n var _expoVectorIcons = require(_dependencyMap[9], \"@expo/vector-icons\");\n var _reactNavigationBottomTabs = require(_dependencyMap[10], \"@react-navigation/bottom-tabs\");\n var _expoImagePicker = require(_dependencyMap[11], \"expo-image-picker\");\n var ImagePicker = _interopNamespace(_expoImagePicker);\n var _contextsAuthContext = require(_dependencyMap[12], \"../contexts/AuthContext\");\n var _reactJsxDevRuntime = require(_dependencyMap[13], \"react/jsx-dev-runtime\");\n const {\n width\n } = Dimensions.default.get('window');\n function HomeTab() {\n _s();\n const {\n user\n } = (0, _contextsAuthContext.useAuth)();\n const [profileImage, setProfileImage] = (0, _react.useState)(null);\n const pickImage = async () => {\n const permissionResult = await ImagePicker.requestMediaLibraryPermissionsAsync();\n if (permissionResult.granted === false) {\n Alert.default.alert('Permission Required', 'Permission to access camera roll is required!');\n return;\n }\n const result = await 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 const base64Image = `data:image/jpeg;base64,${result.assets[0].base64}`;\n setProfileImage(base64Image);\n // TODO: Save to backend\n }\n };\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n showsVerticalScrollIndicator: false,\n contentContainerStyle: styles.scrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.header,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.headerLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: styles.profileImage,\n onPress: pickImage,\n children: profileImage ? /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\n source: {\n uri: profileImage\n },\n style: styles.profileImageSrc\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 54,\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: 56,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 52,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\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: 60,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.trustScore,\n children: \"750\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 61,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 59,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 51,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.headerRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 66,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 65,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 69,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 68,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 72,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 71,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 64,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 50,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.announcementWidget,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n horizontal: true,\n showsHorizontalScrollIndicator: false,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.announcement,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.announcementTitle,\n children: \"\\uD83C\\uDF89 Welcome to PezkuwiChain!\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 81,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.announcementText,\n children: \"Start your citizenship journey today\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 82,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 80,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.announcement,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.announcementTitle,\n children: \"\\uD83D\\uDCE2 New Feature\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 85,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.announcementText,\n children: \"Vote on governance proposals\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 86,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 84,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 79,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 78,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.quickActionsContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.sectionTitle,\n children: \"Quick Actions\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 93,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.actionsGrid,\n children: QUICK_ACTIONS.map((action, index) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: [styles.actionCard, index % 4 === 0 && styles.actionCardFirst, index % 4 === 3 && styles.actionCardLast],\n activeOpacity: 0.7,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\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: 105,\n columnNumber: 19\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 104,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionLabel,\n children: action.label\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 107,\n columnNumber: 17\n }, this)]\n }, action.id, true, {\n fileName: _jsxFileName,\n lineNumber: 96,\n columnNumber: 15\n }, this))\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 94,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 92,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 48,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 47,\n columnNumber: 5\n }, this);\n }\n _s(HomeTab, \"xEp7SEfX94u+oibpmCw6eCxkmPE=\", false, function () {\n return [_contextsAuthContext.useAuth];\n });\n _c = HomeTab;\n function WalletTab() {\n _s2();\n const {\n user\n } = (0, _contextsAuthContext.useAuth)();\n const [hezBalance, setHezBalance] = (0, _react.useState)('Loading...');\n const [pezBalance, setPezBalance] = (0, _react.useState)('Loading...');\n const [loading, setLoading] = (0, _react.useState)(true);\n const TEST_WALLET = '5GgTgG9sRmPQAYU1RsTejZYnZRjwzKZKWD3awtuqjHioki45';\n (0, _react.useEffect)(() => {\n fetchBalance();\n }, []);\n const fetchBalance = async () => {\n try {\n const backendUrl = \"https://kurdish-id.preview.emergentagent.com\" || 'http://localhost:8001';\n const response = await 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 });\n if (response.ok) {\n const data = await response.json();\n setHezBalance(parseFloat(data.hez).toFixed(2));\n setPezBalance(parseFloat(data.pez).toFixed(2));\n } else {\n setHezBalance('Error');\n setPezBalance('Error');\n }\n } catch (error) {\n console.error('Balance fetch error:', error);\n setHezBalance('Error');\n setPezBalance('Error');\n } finally {\n setLoading(false);\n }\n };\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n contentContainerStyle: styles.walletScrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.walletHeader,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.walletTitle,\n children: \"My Wallet\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 164,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 166,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 165,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 163,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.balanceRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.balanceCardNew,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\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: 173,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenSymbolNew,\n children: \"HEZ\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 177,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.balanceAmountNew,\n children: hezBalance\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 178,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenNameNew,\n children: \"Hemwelat\\xEE Token\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 179,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 172,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.balanceCardNew,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\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: 183,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenSymbolNew,\n children: \"PEZ\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 187,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.balanceAmountNew,\n children: pezBalance\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 188,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenNameNew,\n children: \"Pezkuw\\xEE Token\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 189,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 182,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 171,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.actionsContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.actionsRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 198,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionBtnText,\n children: \"Send\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 199,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 197,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 202,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionBtnText,\n children: \"Receive\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 203,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 201,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 206,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionBtnText,\n children: \"Swap\"\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)(TouchableOpacity.default, {\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: 210,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionBtnText,\n children: \"P2P\"\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)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 196,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.actionsRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 218,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionBtnText,\n children: \"Vote\"\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), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 222,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionBtnText,\n children: \"DApps\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 223,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 221,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\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: 226,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionBtnText,\n children: \"Staking\"\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)(TouchableOpacity.default, {\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: 230,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.actionBtnText,\n children: \"Connect\"\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)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 216,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 194,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokensContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokensTitle,\n children: \"Tokens\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 238,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenIconContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\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: 244,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Image.default, {\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: 248,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 243,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemName,\n children: \"USDT\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 254,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemNetwork,\n children: \"PEZ Network\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 255,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 253,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 242,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.tokenItemRight,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemBalance,\n children: \"0\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 259,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.tokenItemUsd,\n children: \"$0\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 260,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 258,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 241,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 237,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 161,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 160,\n columnNumber: 5\n }, this);\n }\n _s2(WalletTab, \"osbCN528CgM7tSTrgQcFeX6sHT4=\", false, function () {\n return [_contextsAuthContext.useAuth];\n });\n _c2 = WalletTab;\n function CitizensTab() {\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.placeholderText,\n children: \"Citizens Screen\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 274,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 273,\n columnNumber: 5\n }, this);\n }\n _c3 = CitizensTab;\n function ReferralTab() {\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.placeholderText,\n children: \"Referral 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 _c4 = ReferralTab;\n function ProfileTab() {\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.placeholderText,\n children: \"Profile 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 _c5 = ProfileTab;\n const 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: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"home\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 313,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 307,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Wallet\",\n component: WalletTab,\n options: {\n tabBarLabel: 'Wallet',\n tabBarIcon: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"wallet\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 323,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 317,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Citizens\",\n component: CitizensTab,\n options: {\n tabBarLabel: 'Citizens',\n tabBarIcon: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"people\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 333,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 327,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Referral\",\n component: ReferralTab,\n options: {\n tabBarLabel: 'Referral',\n tabBarIcon: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"gift\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 343,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 337,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Profile\",\n component: ProfileTab,\n options: {\n tabBarLabel: 'Profile',\n tabBarIcon: ({\n color,\n size\n }) => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"person\",\n size: size,\n color: color\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 353,\n columnNumber: 13\n }, this)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 347,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 299,\n columnNumber: 5\n }, this);\n }\n _c6 = HomeScreen;\n const 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: 'History',\n icon: 'time',\n color: '#84CC16'\n }, {\n id: '13',\n label: 'QR Scan',\n icon: 'qr-code',\n color: '#06B6D4'\n }, {\n id: '14',\n label: 'Settings',\n icon: 'settings',\n color: '#64748B'\n }, {\n id: '15',\n label: 'Help',\n icon: 'help-circle',\n color: '#A855F7'\n }, {\n id: '16',\n label: 'Rewards',\n icon: 'star',\n color: '#FBBF24'\n }, {\n id: '17',\n label: 'Trust',\n icon: 'heart',\n color: '#EF4444'\n }, {\n id: '18',\n label: 'Parliament',\n icon: 'flag',\n color: '#3B82F6'\n }, {\n id: '19',\n label: 'Ministry',\n icon: 'business',\n color: '#10B981'\n }, {\n id: '20',\n label: 'Justice',\n icon: 'hammer',\n color: '#78350F'\n }, {\n id: '21',\n label: 'Tax',\n icon: 'receipt',\n color: '#991B1B'\n }, {\n id: '22',\n label: 'Census',\n icon: 'people-circle',\n color: '#1E40AF'\n }, {\n id: '23',\n label: 'Land',\n icon: 'map',\n color: '#065F46'\n }, {\n id: '24',\n label: 'Marriage',\n icon: 'heart-circle',\n color: '#BE185D'\n }, {\n id: '25',\n label: 'Birth',\n icon: 'happy',\n color: '#7C3AED'\n }, {\n id: '26',\n label: 'Death',\n icon: 'sad',\n color: '#404040'\n }, {\n id: '27',\n label: 'Trade',\n icon: 'storefront',\n color: '#0891B2'\n }, {\n id: '28',\n label: 'Export',\n icon: 'airplane',\n color: '#4338CA'\n }, {\n id: '29',\n label: 'Import',\n icon: 'boat',\n color: '#15803D'\n }, {\n id: '30',\n label: 'More',\n icon: 'apps',\n color: '#9333EA'\n }];\n const styles = StyleSheet.default.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":1517,"map":[[30,2,297,15,"Object"],[30,8,297,15],[30,9,297,15,"defineProperty"],[30,23,297,15],[30,24,297,15,"exports"],[30,31,297,15],[31,4,297,15,"enumerable"],[31,14,297,15],[32,4,297,15,"get"],[32,7,297,15],[32,18,297,15,"get"],[32,19,297,15],[33,6,297,15],[33,13,297,15,"HomeScreen"],[33,23,297,15],[34,4,297,15],[35,2,297,15],[36,2,1,0],[36,6,1,0,"_react"],[36,12,1,0],[36,15,1,0,"require"],[36,22,1,0],[36,23,1,0,"_dependencyMap"],[36,37,1,0],[37,2,1,51],[37,6,1,51,"_reactNativeWebDistExportsView"],[37,36,1,51],[37,39,1,51,"require"],[37,46,1,51],[37,47,1,51,"_dependencyMap"],[37,61,1,51],[38,2,1,51],[38,6,1,51,"View"],[38,10,1,51],[38,13,1,51,"_interopDefault"],[38,28,1,51],[38,29,1,51,"_reactNativeWebDistExportsView"],[38,59,1,51],[39,2,1,51],[39,6,1,51,"_reactNativeWebDistExportsText"],[39,36,1,51],[39,39,1,51,"require"],[39,46,1,51],[39,47,1,51,"_dependencyMap"],[39,61,1,51],[40,2,1,51],[40,6,1,51,"Text"],[40,10,1,51],[40,13,1,51,"_interopDefault"],[40,28,1,51],[40,29,1,51,"_reactNativeWebDistExportsText"],[40,59,1,51],[41,2,1,51],[41,6,1,51,"_reactNativeWebDistExportsStyleSheet"],[41,42,1,51],[41,45,1,51,"require"],[41,52,1,51],[41,53,1,51,"_dependencyMap"],[41,67,1,51],[42,2,1,51],[42,6,1,51,"StyleSheet"],[42,16,1,51],[42,19,1,51,"_interopDefault"],[42,34,1,51],[42,35,1,51,"_reactNativeWebDistExportsStyleSheet"],[42,71,1,51],[43,2,1,51],[43,6,1,51,"_reactNativeWebDistExportsTouchableOpacity"],[43,48,1,51],[43,51,1,51,"require"],[43,58,1,51],[43,59,1,51,"_dependencyMap"],[43,73,1,51],[44,2,1,51],[44,6,1,51,"TouchableOpacity"],[44,22,1,51],[44,25,1,51,"_interopDefault"],[44,40,1,51],[44,41,1,51,"_reactNativeWebDistExportsTouchableOpacity"],[44,83,1,51],[45,2,1,51],[45,6,1,51,"_reactNativeWebDistExportsScrollView"],[45,42,1,51],[45,45,1,51,"require"],[45,52,1,51],[45,53,1,51,"_dependencyMap"],[45,67,1,51],[46,2,1,51],[46,6,1,51,"ScrollView"],[46,16,1,51],[46,19,1,51,"_interopDefault"],[46,34,1,51],[46,35,1,51,"_reactNativeWebDistExportsScrollView"],[46,71,1,51],[47,2,1,51],[47,6,1,51,"_reactNativeWebDistExportsImage"],[47,37,1,51],[47,40,1,51,"require"],[47,47,1,51],[47,48,1,51,"_dependencyMap"],[47,62,1,51],[48,2,1,51],[48,6,1,51,"Image"],[48,11,1,51],[48,14,1,51,"_interopDefault"],[48,29,1,51],[48,30,1,51,"_reactNativeWebDistExportsImage"],[48,61,1,51],[49,2,1,51],[49,6,1,51,"_reactNativeWebDistExportsDimensions"],[49,42,1,51],[49,45,1,51,"require"],[49,52,1,51],[49,53,1,51,"_dependencyMap"],[49,67,1,51],[50,2,1,51],[50,6,1,51,"Dimensions"],[50,16,1,51],[50,19,1,51,"_interopDefault"],[50,34,1,51],[50,35,1,51,"_reactNativeWebDistExportsDimensions"],[50,71,1,51],[51,2,1,51],[51,6,1,51,"_reactNativeWebDistExportsAlert"],[51,37,1,51],[51,40,1,51,"require"],[51,47,1,51],[51,48,1,51,"_dependencyMap"],[51,62,1,51],[52,2,1,51],[52,6,1,51,"Alert"],[52,11,1,51],[52,14,1,51,"_interopDefault"],[52,29,1,51],[52,30,1,51,"_reactNativeWebDistExportsAlert"],[52,61,1,51],[53,2,13,0],[53,6,13,0,"_expoVectorIcons"],[53,22,13,0],[53,25,13,0,"require"],[53,32,13,0],[53,33,13,0,"_dependencyMap"],[53,47,13,0],[54,2,14,0],[54,6,14,0,"_reactNavigationBottomTabs"],[54,32,14,0],[54,35,14,0,"require"],[54,42,14,0],[54,43,14,0,"_dependencyMap"],[54,57,14,0],[55,2,15,0],[55,6,15,0,"_expoImagePicker"],[55,22,15,0],[55,25,15,0,"require"],[55,32,15,0],[55,33,15,0,"_dependencyMap"],[55,47,15,0],[56,2,15,0],[56,6,15,0,"ImagePicker"],[56,17,15,0],[56,20,15,0,"_interopNamespace"],[56,37,15,0],[56,38,15,0,"_expoImagePicker"],[56,54,15,0],[57,2,16,0],[57,6,16,0,"_contextsAuthContext"],[57,26,16,0],[57,29,16,0,"require"],[57,36,16,0],[57,37,16,0,"_dependencyMap"],[57,51,16,0],[58,2,16,50],[58,6,16,50,"_reactJsxDevRuntime"],[58,25,16,50],[58,28,16,50,"require"],[58,35,16,50],[58,36,16,50,"_dependencyMap"],[58,50,16,50],[59,2,18,0],[59,8,18,6],[60,4,18,8,"width"],[61,2,18,14],[61,3,18,15],[61,6,18,18,"Dimensions"],[61,16,18,28],[61,17,18,28,"default"],[61,24,18,28],[61,25,18,29,"get"],[61,28,18,32],[61,29,18,33],[61,37,18,41],[61,38,18,42],[62,2,20,0],[62,11,20,9,"HomeTab"],[62,18,20,16,"HomeTab"],[62,19,20,16],[62,21,20,19],[63,4,20,19,"_s"],[63,6,20,19],[64,4,21,2],[64,10,21,8],[65,6,21,10,"user"],[66,4,21,15],[66,5,21,16],[66,8,21,19],[66,12,21,19,"useAuth"],[66,32,21,26],[66,33,21,26,"useAuth"],[66,40,21,26],[66,42,21,27],[66,43,21,28],[67,4,22,2],[67,10,22,8],[67,11,22,9,"profileImage"],[67,23,22,21],[67,25,22,23,"setProfileImage"],[67,40,22,38],[67,41,22,39],[67,44,22,42],[67,48,22,42,"useState"],[67,54,22,50],[67,55,22,50,"useState"],[67,63,22,50],[67,65,22,66],[67,69,22,70],[67,70,22,71],[68,4,24,2],[68,10,24,8,"pickImage"],[68,19,24,17],[68,22,24,20],[68,28,24,20,"pickImage"],[68,29,24,20],[68,34,24,32],[69,6,25,4],[69,12,25,10,"permissionResult"],[69,28,25,26],[69,31,25,29],[69,37,25,35,"ImagePicker"],[69,48,25,46],[69,49,25,47,"requestMediaLibraryPermissionsAsync"],[69,84,25,82],[69,85,25,83],[69,86,25,84],[70,6,27,4],[70,10,27,8,"permissionResult"],[70,26,27,24],[70,27,27,25,"granted"],[70,34,27,32],[70,39,27,37],[70,44,27,42],[70,46,27,44],[71,8,28,6,"Alert"],[71,13,28,11],[71,14,28,11,"default"],[71,21,28,11],[71,22,28,12,"alert"],[71,27,28,17],[71,28,28,18],[71,49,28,39],[71,51,28,41],[71,98,28,88],[71,99,28,89],[72,8,29,6],[73,6,30,4],[74,6,32,4],[74,12,32,10,"result"],[74,18,32,16],[74,21,32,19],[74,27,32,25,"ImagePicker"],[74,38,32,36],[74,39,32,37,"launchImageLibraryAsync"],[74,62,32,60],[74,63,32,61],[75,8,33,6,"mediaTypes"],[75,18,33,16],[75,20,33,18,"ImagePicker"],[75,31,33,29],[75,32,33,30,"MediaTypeOptions"],[75,48,33,46],[75,49,33,47,"Images"],[75,55,33,53],[76,8,34,6,"allowsEditing"],[76,21,34,19],[76,23,34,21],[76,27,34,25],[77,8,35,6,"aspect"],[77,14,35,12],[77,16,35,14],[77,17,35,15],[77,18,35,16],[77,20,35,18],[77,21,35,19],[77,22,35,20],[78,8,36,6,"quality"],[78,15,36,13],[78,17,36,15],[78,20,36,18],[79,8,37,6,"base64"],[79,14,37,12],[79,16,37,14],[80,6,38,4],[80,7,38,5],[80,8,38,6],[81,6,40,4],[81,10,40,8],[81,11,40,9,"result"],[81,17,40,15],[81,18,40,16,"canceled"],[81,26,40,24],[81,30,40,28,"result"],[81,36,40,34],[81,37,40,35,"assets"],[81,43,40,41],[81,44,40,42],[81,45,40,43],[81,46,40,44],[81,47,40,45,"base64"],[81,53,40,51],[81,55,40,53],[82,8,41,6],[82,14,41,12,"base64Image"],[82,25,41,23],[82,28,41,26],[82,54,41,52,"result"],[82,60,41,58],[82,61,41,59,"assets"],[82,67,41,65],[82,68,41,66],[82,69,41,67],[82,70,41,68],[82,71,41,69,"base64"],[82,77,41,75],[82,79,41,77],[83,8,42,6,"setProfileImage"],[83,23,42,21],[83,24,42,22,"base64Image"],[83,35,42,33],[83,36,42,34],[84,8,43,6],[85,6,44,4],[86,4,45,2],[86,5,45,3],[87,4,46,2],[87,24,47,4],[87,28,47,4,"_reactJsxDevRuntime"],[87,47,47,4],[87,48,47,4,"jsxDEV"],[87,54,47,4],[87,56,47,5,"View"],[87,60,47,9],[87,61,47,9,"default"],[87,68,47,9],[88,6,47,10,"style"],[88,11,47,15],[88,13,47,17,"styles"],[88,19,47,23],[88,20,47,24,"container"],[88,29,47,34],[89,6,47,34,"children"],[89,14,47,34],[89,29,48,6],[89,33,48,6,"_reactJsxDevRuntime"],[89,52,48,6],[89,53,48,6,"jsxDEV"],[89,59,48,6],[89,61,48,7,"ScrollView"],[89,71,48,17],[89,72,48,17,"default"],[89,79,48,17],[90,8,48,18,"showsVerticalScrollIndicator"],[90,36,48,46],[90,38,48,48],[90,43,48,54],[91,8,48,55,"contentContainerStyle"],[91,29,48,76],[91,31,48,78,"styles"],[91,37,48,84],[91,38,48,85,"scrollContent"],[91,51,48,99],[92,8,48,99,"children"],[92,16,48,99],[92,32,50,8],[92,36,50,8,"_reactJsxDevRuntime"],[92,55,50,8],[92,56,50,8,"jsxDEV"],[92,62,50,8],[92,64,50,9,"View"],[92,68,50,13],[92,69,50,13,"default"],[92,76,50,13],[93,10,50,14,"style"],[93,15,50,19],[93,17,50,21,"styles"],[93,23,50,27],[93,24,50,28,"header"],[93,30,50,35],[94,10,50,35,"children"],[94,18,50,35],[94,34,51,10],[94,38,51,10,"_reactJsxDevRuntime"],[94,57,51,10],[94,58,51,10,"jsxDEV"],[94,64,51,10],[94,66,51,11,"View"],[94,70,51,15],[94,71,51,15,"default"],[94,78,51,15],[95,12,51,16,"style"],[95,17,51,21],[95,19,51,23,"styles"],[95,25,51,29],[95,26,51,30,"headerLeft"],[95,36,51,41],[96,12,51,41,"children"],[96,20,51,41],[96,36,52,12],[96,40,52,12,"_reactJsxDevRuntime"],[96,59,52,12],[96,60,52,12,"jsxDEV"],[96,66,52,12],[96,68,52,13,"TouchableOpacity"],[96,84,52,29],[96,85,52,29,"default"],[96,92,52,29],[97,14,52,30,"style"],[97,19,52,35],[97,21,52,37,"styles"],[97,27,52,43],[97,28,52,44,"profileImage"],[97,40,52,57],[98,14,52,58,"onPress"],[98,21,52,65],[98,23,52,67,"pickImage"],[98,32,52,77],[99,14,52,77,"children"],[99,22,52,77],[99,24,53,15,"profileImage"],[99,36,53,27],[99,52,54,16],[99,56,54,16,"_reactJsxDevRuntime"],[99,75,54,16],[99,76,54,16,"jsxDEV"],[99,82,54,16],[99,84,54,17,"Image"],[99,89,54,22],[99,90,54,22,"default"],[99,97,54,22],[100,16,54,23,"source"],[100,22,54,29],[100,24,54,31],[101,18,54,33,"uri"],[101,21,54,36],[101,23,54,38,"profileImage"],[102,16,54,51],[102,17,54,53],[103,16,54,54,"style"],[103,21,54,59],[103,23,54,61,"styles"],[103,29,54,67],[103,30,54,68,"profileImageSrc"],[104,14,54,84],[105,16,54,84,"fileName"],[105,24,54,84],[105,26,54,84,"_jsxFileName"],[105,38,54,84],[106,16,54,84,"lineNumber"],[106,26,54,84],[107,16,54,84,"columnNumber"],[107,28,54,84],[108,14,54,84],[108,21,54,86],[108,22,54,87],[108,38,56,16],[108,42,56,16,"_reactJsxDevRuntime"],[108,61,56,16],[108,62,56,16,"jsxDEV"],[108,68,56,16],[108,70,56,17,"_expoVectorIcons"],[108,86,56,25],[108,87,56,25,"Ionicons"],[108,95,56,25],[109,16,56,26,"name"],[109,20,56,30],[109,22,56,31],[109,30,56,39],[110,16,56,40,"size"],[110,20,56,44],[110,22,56,46],[110,24,56,49],[111,16,56,50,"color"],[111,21,56,55],[111,23,56,56],[112,14,56,65],[113,16,56,65,"fileName"],[113,24,56,65],[113,26,56,65,"_jsxFileName"],[113,38,56,65],[114,16,56,65,"lineNumber"],[114,26,56,65],[115,16,56,65,"columnNumber"],[115,28,56,65],[116,14,56,65],[116,21,56,67],[117,12,57,15],[118,14,57,15,"fileName"],[118,22,57,15],[118,24,57,15,"_jsxFileName"],[118,36,57,15],[119,14,57,15,"lineNumber"],[119,24,57,15],[120,14,57,15,"columnNumber"],[120,26,57,15],[121,12,57,15],[121,19,58,30],[121,20,58,31],[121,35,59,12],[121,39,59,12,"_reactJsxDevRuntime"],[121,58,59,12],[121,59,59,12,"jsxDEV"],[121,65,59,12],[121,67,59,13,"View"],[121,71,59,17],[121,72,59,17,"default"],[121,79,59,17],[122,14,59,18,"style"],[122,19,59,23],[122,21,59,25,"styles"],[122,27,59,31],[122,28,59,32,"profileBadge"],[122,40,59,45],[123,14,59,45,"children"],[123,22,59,45],[123,38,60,14],[123,42,60,14,"_reactJsxDevRuntime"],[123,61,60,14],[123,62,60,14,"jsxDEV"],[123,68,60,14],[123,70,60,15,"_expoVectorIcons"],[123,86,60,23],[123,87,60,23,"Ionicons"],[123,95,60,23],[124,16,60,24,"name"],[124,20,60,28],[124,22,60,29],[124,28,60,35],[125,16,60,36,"size"],[125,20,60,40],[125,22,60,42],[125,24,60,45],[126,16,60,46,"color"],[126,21,60,51],[126,23,60,52],[127,14,60,61],[128,16,60,61,"fileName"],[128,24,60,61],[128,26,60,61,"_jsxFileName"],[128,38,60,61],[129,16,60,61,"lineNumber"],[129,26,60,61],[130,16,60,61,"columnNumber"],[130,28,60,61],[131,14,60,61],[131,21,60,63],[131,22,60,64],[131,37,61,14],[131,41,61,14,"_reactJsxDevRuntime"],[131,60,61,14],[131,61,61,14,"jsxDEV"],[131,67,61,14],[131,69,61,15,"Text"],[131,73,61,19],[131,74,61,19,"default"],[131,81,61,19],[132,16,61,20,"style"],[132,21,61,25],[132,23,61,27,"styles"],[132,29,61,33],[132,30,61,34,"trustScore"],[132,40,61,45],[133,16,61,45,"children"],[133,24,61,45],[133,26,61,46],[134,14,61,49],[135,16,61,49,"fileName"],[135,24,61,49],[135,26,61,49,"_jsxFileName"],[135,38,61,49],[136,16,61,49,"lineNumber"],[136,26,61,49],[137,16,61,49,"columnNumber"],[137,28,61,49],[138,14,61,49],[138,21,61,55],[138,22,61,56],[139,12,61,56],[140,14,61,56,"fileName"],[140,22,61,56],[140,24,61,56,"_jsxFileName"],[140,36,61,56],[141,14,61,56,"lineNumber"],[141,24,61,56],[142,14,61,56,"columnNumber"],[142,26,61,56],[143,12,61,56],[143,19,62,18],[143,20,62,19],[144,10,62,19],[145,12,62,19,"fileName"],[145,20,62,19],[145,22,62,19,"_jsxFileName"],[145,34,62,19],[146,12,62,19,"lineNumber"],[146,22,62,19],[147,12,62,19,"columnNumber"],[147,24,62,19],[148,10,62,19],[148,17,63,16],[148,18,63,17],[148,33,64,10],[148,37,64,10,"_reactJsxDevRuntime"],[148,56,64,10],[148,57,64,10,"jsxDEV"],[148,63,64,10],[148,65,64,11,"View"],[148,69,64,15],[148,70,64,15,"default"],[148,77,64,15],[149,12,64,16,"style"],[149,17,64,21],[149,19,64,23,"styles"],[149,25,64,29],[149,26,64,30,"headerRight"],[149,37,64,42],[150,12,64,42,"children"],[150,20,64,42],[150,36,65,12],[150,40,65,12,"_reactJsxDevRuntime"],[150,59,65,12],[150,60,65,12,"jsxDEV"],[150,66,65,12],[150,68,65,13,"TouchableOpacity"],[150,84,65,29],[150,85,65,29,"default"],[150,92,65,29],[151,14,65,30,"style"],[151,19,65,35],[151,21,65,37,"styles"],[151,27,65,43],[151,28,65,44,"iconButton"],[151,38,65,55],[152,14,65,55,"children"],[152,22,65,55],[152,37,66,14],[152,41,66,14,"_reactJsxDevRuntime"],[152,60,66,14],[152,61,66,14,"jsxDEV"],[152,67,66,14],[152,69,66,15,"_expoVectorIcons"],[152,85,66,23],[152,86,66,23,"Ionicons"],[152,94,66,23],[153,16,66,24,"name"],[153,20,66,28],[153,22,66,29],[153,39,66,46],[154,16,66,47,"size"],[154,20,66,51],[154,22,66,53],[154,24,66,56],[155,16,66,57,"color"],[155,21,66,62],[155,23,66,63],[156,14,66,72],[157,16,66,72,"fileName"],[157,24,66,72],[157,26,66,72,"_jsxFileName"],[157,38,66,72],[158,16,66,72,"lineNumber"],[158,26,66,72],[159,16,66,72,"columnNumber"],[159,28,66,72],[160,14,66,72],[160,21,66,74],[161,12,66,75],[162,14,66,75,"fileName"],[162,22,66,75],[162,24,66,75,"_jsxFileName"],[162,36,66,75],[163,14,66,75,"lineNumber"],[163,24,66,75],[164,14,66,75,"columnNumber"],[164,26,66,75],[165,12,66,75],[165,19,67,30],[165,20,67,31],[165,35,68,12],[165,39,68,12,"_reactJsxDevRuntime"],[165,58,68,12],[165,59,68,12,"jsxDEV"],[165,65,68,12],[165,67,68,13,"TouchableOpacity"],[165,83,68,29],[165,84,68,29,"default"],[165,91,68,29],[166,14,68,30,"style"],[166,19,68,35],[166,21,68,37,"styles"],[166,27,68,43],[166,28,68,44,"iconButton"],[166,38,68,55],[167,14,68,55,"children"],[167,22,68,55],[167,37,69,14],[167,41,69,14,"_reactJsxDevRuntime"],[167,60,69,14],[167,61,69,14,"jsxDEV"],[167,67,69,14],[167,69,69,15,"_expoVectorIcons"],[167,85,69,23],[167,86,69,23,"Ionicons"],[167,94,69,23],[168,16,69,24,"name"],[168,20,69,28],[168,22,69,29],[168,45,69,52],[169,16,69,53,"size"],[169,20,69,57],[169,22,69,59],[169,24,69,62],[170,16,69,63,"color"],[170,21,69,68],[170,23,69,69],[171,14,69,78],[172,16,69,78,"fileName"],[172,24,69,78],[172,26,69,78,"_jsxFileName"],[172,38,69,78],[173,16,69,78,"lineNumber"],[173,26,69,78],[174,16,69,78,"columnNumber"],[174,28,69,78],[175,14,69,78],[175,21,69,80],[176,12,69,81],[177,14,69,81,"fileName"],[177,22,69,81],[177,24,69,81,"_jsxFileName"],[177,36,69,81],[178,14,69,81,"lineNumber"],[178,24,69,81],[179,14,69,81,"columnNumber"],[179,26,69,81],[180,12,69,81],[180,19,70,30],[180,20,70,31],[180,35,71,12],[180,39,71,12,"_reactJsxDevRuntime"],[180,58,71,12],[180,59,71,12,"jsxDEV"],[180,65,71,12],[180,67,71,13,"TouchableOpacity"],[180,83,71,29],[180,84,71,29,"default"],[180,91,71,29],[181,14,71,30,"style"],[181,19,71,35],[181,21,71,37,"styles"],[181,27,71,43],[181,28,71,44,"iconButton"],[181,38,71,55],[182,14,71,55,"children"],[182,22,71,55],[182,37,72,14],[182,41,72,14,"_reactJsxDevRuntime"],[182,60,72,14],[182,61,72,14,"jsxDEV"],[182,67,72,14],[182,69,72,15,"_expoVectorIcons"],[182,85,72,23],[182,86,72,23,"Ionicons"],[182,94,72,23],[183,16,72,24,"name"],[183,20,72,28],[183,22,72,29],[183,40,72,47],[184,16,72,48,"size"],[184,20,72,52],[184,22,72,54],[184,24,72,57],[185,16,72,58,"color"],[185,21,72,63],[185,23,72,64],[186,14,72,73],[187,16,72,73,"fileName"],[187,24,72,73],[187,26,72,73,"_jsxFileName"],[187,38,72,73],[188,16,72,73,"lineNumber"],[188,26,72,73],[189,16,72,73,"columnNumber"],[189,28,72,73],[190,14,72,73],[190,21,72,75],[191,12,72,76],[192,14,72,76,"fileName"],[192,22,72,76],[192,24,72,76,"_jsxFileName"],[192,36,72,76],[193,14,72,76,"lineNumber"],[193,24,72,76],[194,14,72,76,"columnNumber"],[194,26,72,76],[195,12,72,76],[195,19,73,30],[195,20,73,31],[196,10,73,31],[197,12,73,31,"fileName"],[197,20,73,31],[197,22,73,31,"_jsxFileName"],[197,34,73,31],[198,12,73,31,"lineNumber"],[198,22,73,31],[199,12,73,31,"columnNumber"],[199,24,73,31],[200,10,73,31],[200,17,74,16],[200,18,74,17],[201,8,74,17],[202,10,74,17,"fileName"],[202,18,74,17],[202,20,74,17,"_jsxFileName"],[202,32,74,17],[203,10,74,17,"lineNumber"],[203,20,74,17],[204,10,74,17,"columnNumber"],[204,22,74,17],[205,8,74,17],[205,15,75,14],[205,16,75,15],[205,31,78,8],[205,35,78,8,"_reactJsxDevRuntime"],[205,54,78,8],[205,55,78,8,"jsxDEV"],[205,61,78,8],[205,63,78,9,"View"],[205,67,78,13],[205,68,78,13,"default"],[205,75,78,13],[206,10,78,14,"style"],[206,15,78,19],[206,17,78,21,"styles"],[206,23,78,27],[206,24,78,28,"announcementWidget"],[206,42,78,47],[207,10,78,47,"children"],[207,18,78,47],[207,33,79,10],[207,37,79,10,"_reactJsxDevRuntime"],[207,56,79,10],[207,57,79,10,"jsxDEV"],[207,63,79,10],[207,65,79,11,"ScrollView"],[207,75,79,21],[207,76,79,21,"default"],[207,83,79,21],[208,12,79,22,"horizontal"],[208,22,79,32],[209,12,79,33,"showsHorizontalScrollIndicator"],[209,42,79,63],[209,44,79,65],[209,49,79,71],[210,12,79,71,"children"],[210,20,79,71],[210,36,80,12],[210,40,80,12,"_reactJsxDevRuntime"],[210,59,80,12],[210,60,80,12,"jsxDEV"],[210,66,80,12],[210,68,80,13,"View"],[210,72,80,17],[210,73,80,17,"default"],[210,80,80,17],[211,14,80,18,"style"],[211,19,80,23],[211,21,80,25,"styles"],[211,27,80,31],[211,28,80,32,"announcement"],[211,40,80,45],[212,14,80,45,"children"],[212,22,80,45],[212,38,81,14],[212,42,81,14,"_reactJsxDevRuntime"],[212,61,81,14],[212,62,81,14,"jsxDEV"],[212,68,81,14],[212,70,81,15,"Text"],[212,74,81,19],[212,75,81,19,"default"],[212,82,81,19],[213,16,81,20,"style"],[213,21,81,25],[213,23,81,27,"styles"],[213,29,81,33],[213,30,81,34,"announcementTitle"],[213,47,81,52],[214,16,81,52,"children"],[214,24,81,52],[214,26,81,53],[215,14,81,80],[216,16,81,80,"fileName"],[216,24,81,80],[216,26,81,80,"_jsxFileName"],[216,38,81,80],[217,16,81,80,"lineNumber"],[217,26,81,80],[218,16,81,80,"columnNumber"],[218,28,81,80],[219,14,81,80],[219,21,81,86],[219,22,81,87],[219,37,82,14],[219,41,82,14,"_reactJsxDevRuntime"],[219,60,82,14],[219,61,82,14,"jsxDEV"],[219,67,82,14],[219,69,82,15,"Text"],[219,73,82,19],[219,74,82,19,"default"],[219,81,82,19],[220,16,82,20,"style"],[220,21,82,25],[220,23,82,27,"styles"],[220,29,82,33],[220,30,82,34,"announcementText"],[220,46,82,51],[221,16,82,51,"children"],[221,24,82,51],[221,26,82,52],[222,14,82,88],[223,16,82,88,"fileName"],[223,24,82,88],[223,26,82,88,"_jsxFileName"],[223,38,82,88],[224,16,82,88,"lineNumber"],[224,26,82,88],[225,16,82,88,"columnNumber"],[225,28,82,88],[226,14,82,88],[226,21,82,94],[226,22,82,95],[227,12,82,95],[228,14,82,95,"fileName"],[228,22,82,95],[228,24,82,95,"_jsxFileName"],[228,36,82,95],[229,14,82,95,"lineNumber"],[229,24,82,95],[230,14,82,95,"columnNumber"],[230,26,82,95],[231,12,82,95],[231,19,83,18],[231,20,83,19],[231,35,84,12],[231,39,84,12,"_reactJsxDevRuntime"],[231,58,84,12],[231,59,84,12,"jsxDEV"],[231,65,84,12],[231,67,84,13,"View"],[231,71,84,17],[231,72,84,17,"default"],[231,79,84,17],[232,14,84,18,"style"],[232,19,84,23],[232,21,84,25,"styles"],[232,27,84,31],[232,28,84,32,"announcement"],[232,40,84,45],[233,14,84,45,"children"],[233,22,84,45],[233,38,85,14],[233,42,85,14,"_reactJsxDevRuntime"],[233,61,85,14],[233,62,85,14,"jsxDEV"],[233,68,85,14],[233,70,85,15,"Text"],[233,74,85,19],[233,75,85,19,"default"],[233,82,85,19],[234,16,85,20,"style"],[234,21,85,25],[234,23,85,27,"styles"],[234,29,85,33],[234,30,85,34,"announcementTitle"],[234,47,85,52],[235,16,85,52,"children"],[235,24,85,52],[235,26,85,53],[236,14,85,67],[237,16,85,67,"fileName"],[237,24,85,67],[237,26,85,67,"_jsxFileName"],[237,38,85,67],[238,16,85,67,"lineNumber"],[238,26,85,67],[239,16,85,67,"columnNumber"],[239,28,85,67],[240,14,85,67],[240,21,85,73],[240,22,85,74],[240,37,86,14],[240,41,86,14,"_reactJsxDevRuntime"],[240,60,86,14],[240,61,86,14,"jsxDEV"],[240,67,86,14],[240,69,86,15,"Text"],[240,73,86,19],[240,74,86,19,"default"],[240,81,86,19],[241,16,86,20,"style"],[241,21,86,25],[241,23,86,27,"styles"],[241,29,86,33],[241,30,86,34,"announcementText"],[241,46,86,51],[242,16,86,51,"children"],[242,24,86,51],[242,26,86,52],[243,14,86,80],[244,16,86,80,"fileName"],[244,24,86,80],[244,26,86,80,"_jsxFileName"],[244,38,86,80],[245,16,86,80,"lineNumber"],[245,26,86,80],[246,16,86,80,"columnNumber"],[246,28,86,80],[247,14,86,80],[247,21,86,86],[247,22,86,87],[248,12,86,87],[249,14,86,87,"fileName"],[249,22,86,87],[249,24,86,87,"_jsxFileName"],[249,36,86,87],[250,14,86,87,"lineNumber"],[250,24,86,87],[251,14,86,87,"columnNumber"],[251,26,86,87],[252,12,86,87],[252,19,87,18],[252,20,87,19],[253,10,87,19],[254,12,87,19,"fileName"],[254,20,87,19],[254,22,87,19,"_jsxFileName"],[254,34,87,19],[255,12,87,19,"lineNumber"],[255,22,87,19],[256,12,87,19,"columnNumber"],[256,24,87,19],[257,10,87,19],[257,17,88,22],[258,8,88,23],[259,10,88,23,"fileName"],[259,18,88,23],[259,20,88,23,"_jsxFileName"],[259,32,88,23],[260,10,88,23,"lineNumber"],[260,20,88,23],[261,10,88,23,"columnNumber"],[261,22,88,23],[262,8,88,23],[262,15,89,14],[262,16,89,15],[262,31,92,8],[262,35,92,8,"_reactJsxDevRuntime"],[262,54,92,8],[262,55,92,8,"jsxDEV"],[262,61,92,8],[262,63,92,9,"View"],[262,67,92,13],[262,68,92,13,"default"],[262,75,92,13],[263,10,92,14,"style"],[263,15,92,19],[263,17,92,21,"styles"],[263,23,92,27],[263,24,92,28,"quickActionsContainer"],[263,45,92,50],[264,10,92,50,"children"],[264,18,92,50],[264,34,93,10],[264,38,93,10,"_reactJsxDevRuntime"],[264,57,93,10],[264,58,93,10,"jsxDEV"],[264,64,93,10],[264,66,93,11,"Text"],[264,70,93,15],[264,71,93,15,"default"],[264,78,93,15],[265,12,93,16,"style"],[265,17,93,21],[265,19,93,23,"styles"],[265,25,93,29],[265,26,93,30,"sectionTitle"],[265,38,93,43],[266,12,93,43,"children"],[266,20,93,43],[266,22,93,44],[267,10,93,57],[268,12,93,57,"fileName"],[268,20,93,57],[268,22,93,57,"_jsxFileName"],[268,34,93,57],[269,12,93,57,"lineNumber"],[269,22,93,57],[270,12,93,57,"columnNumber"],[270,24,93,57],[271,10,93,57],[271,17,93,63],[271,18,93,64],[271,33,94,10],[271,37,94,10,"_reactJsxDevRuntime"],[271,56,94,10],[271,57,94,10,"jsxDEV"],[271,63,94,10],[271,65,94,11,"View"],[271,69,94,15],[271,70,94,15,"default"],[271,77,94,15],[272,12,94,16,"style"],[272,17,94,21],[272,19,94,23,"styles"],[272,25,94,29],[272,26,94,30,"actionsGrid"],[272,37,94,42],[273,12,94,42,"children"],[273,20,94,42],[273,22,95,13,"QUICK_ACTIONS"],[273,35,95,26],[273,36,95,27,"map"],[273,39,95,30],[273,40,95,31],[273,41,95,32,"action"],[273,47,95,38],[273,49,95,40,"index"],[273,54,95,45],[273,72,96,14],[273,76,96,14,"_reactJsxDevRuntime"],[273,95,96,14],[273,96,96,14,"jsxDEV"],[273,102,96,14],[273,104,96,15,"TouchableOpacity"],[273,120,96,31],[273,121,96,31,"default"],[273,128,96,31],[274,14,98,16,"style"],[274,19,98,21],[274,21,98,23],[274,22,98,24,"styles"],[274,28,98,30],[274,29,98,31,"actionCard"],[274,39,98,41],[274,41,99,19,"index"],[274,46,99,24],[274,49,99,27],[274,50,99,28],[274,55,99,33],[274,56,99,34],[274,60,99,39,"styles"],[274,66,99,45],[274,67,99,46,"actionCardFirst"],[274,82,99,61],[274,84,100,19,"index"],[274,89,100,24],[274,92,100,27],[274,93,100,28],[274,98,100,33],[274,99,100,34],[274,103,100,39,"styles"],[274,109,100,45],[274,110,100,46,"actionCardLast"],[274,124,100,60],[274,125,101,18],[275,14,102,16,"activeOpacity"],[275,27,102,29],[275,29,102,31],[275,32,102,35],[276,14,102,35,"children"],[276,22,102,35],[276,38,104,16],[276,42,104,16,"_reactJsxDevRuntime"],[276,61,104,16],[276,62,104,16,"jsxDEV"],[276,68,104,16],[276,70,104,17,"View"],[276,74,104,21],[276,75,104,21,"default"],[276,82,104,21],[277,16,104,22,"style"],[277,21,104,27],[277,23,104,29],[277,24,104,30,"styles"],[277,30,104,36],[277,31,104,37,"actionIcon"],[277,41,104,47],[277,43,104,49],[278,18,104,51,"backgroundColor"],[278,33,104,66],[278,35,104,68,"action"],[278,41,104,74],[278,42,104,75,"color"],[279,16,104,81],[279,17,104,82],[279,18,104,84],[280,16,104,84,"children"],[280,24,104,84],[280,39,105,18],[280,43,105,18,"_reactJsxDevRuntime"],[280,62,105,18],[280,63,105,18,"jsxDEV"],[280,69,105,18],[280,71,105,19,"_expoVectorIcons"],[280,87,105,27],[280,88,105,27,"Ionicons"],[280,96,105,27],[281,18,105,28,"name"],[281,22,105,32],[281,24,105,34,"action"],[281,30,105,40],[281,31,105,41,"icon"],[281,35,105,46],[282,18,105,47,"size"],[282,22,105,51],[282,24,105,53],[282,26,105,56],[283,18,105,57,"color"],[283,23,105,62],[283,25,105,63],[284,16,105,69],[285,18,105,69,"fileName"],[285,26,105,69],[285,28,105,69,"_jsxFileName"],[285,40,105,69],[286,18,105,69,"lineNumber"],[286,28,105,69],[287,18,105,69,"columnNumber"],[287,30,105,69],[288,16,105,69],[288,23,105,71],[289,14,105,72],[290,16,105,72,"fileName"],[290,24,105,72],[290,26,105,72,"_jsxFileName"],[290,38,105,72],[291,16,105,72,"lineNumber"],[291,26,105,72],[292,16,105,72,"columnNumber"],[292,28,105,72],[293,14,105,72],[293,21,106,22],[293,22,106,23],[293,37,107,16],[293,41,107,16,"_reactJsxDevRuntime"],[293,60,107,16],[293,61,107,16,"jsxDEV"],[293,67,107,16],[293,69,107,17,"Text"],[293,73,107,21],[293,74,107,21,"default"],[293,81,107,21],[294,16,107,22,"style"],[294,21,107,27],[294,23,107,29,"styles"],[294,29,107,35],[294,30,107,36,"actionLabel"],[294,41,107,48],[295,16,107,48,"children"],[295,24,107,48],[295,26,107,50,"action"],[295,32,107,56],[295,33,107,57,"label"],[296,14,107,62],[297,16,107,62,"fileName"],[297,24,107,62],[297,26,107,62,"_jsxFileName"],[297,38,107,62],[298,16,107,62,"lineNumber"],[298,26,107,62],[299,16,107,62,"columnNumber"],[299,28,107,62],[300,14,107,62],[300,21,107,69],[300,22,107,70],[301,12,107,70],[301,15,97,21,"action"],[301,21,97,27],[301,22,97,28,"id"],[301,24,97,30],[302,14,97,30,"fileName"],[302,22,97,30],[302,24,97,30,"_jsxFileName"],[302,36,97,30],[303,14,97,30,"lineNumber"],[303,24,97,30],[304,14,97,30,"columnNumber"],[304,26,97,30],[305,12,97,30],[305,19,108,32],[305,20,109,13],[306,10,109,14],[307,12,109,14,"fileName"],[307,20,109,14],[307,22,109,14,"_jsxFileName"],[307,34,109,14],[308,12,109,14,"lineNumber"],[308,22,109,14],[309,12,109,14,"columnNumber"],[309,24,109,14],[310,10,109,14],[310,17,110,16],[310,18,110,17],[311,8,110,17],[312,10,110,17,"fileName"],[312,18,110,17],[312,20,110,17,"_jsxFileName"],[312,32,110,17],[313,10,110,17,"lineNumber"],[313,20,110,17],[314,10,110,17,"columnNumber"],[314,22,110,17],[315,8,110,17],[315,15,111,14],[315,16,111,15],[316,6,111,15],[317,8,111,15,"fileName"],[317,16,111,15],[317,18,111,15,"_jsxFileName"],[317,30,111,15],[318,8,111,15,"lineNumber"],[318,18,111,15],[319,8,111,15,"columnNumber"],[319,20,111,15],[320,6,111,15],[320,13,112,18],[321,4,112,19],[322,6,112,19,"fileName"],[322,14,112,19],[322,16,112,19,"_jsxFileName"],[322,28,112,19],[323,6,112,19,"lineNumber"],[323,16,112,19],[324,6,112,19,"columnNumber"],[324,18,112,19],[325,4,112,19],[325,11,113,10],[325,12,113,11],[326,2,115,0],[327,2,115,1,"_s"],[327,4,115,1],[327,5,20,9,"HomeTab"],[327,12,20,16],[328,4,20,16],[328,12,21,19,"useAuth"],[328,32,21,26],[328,33,21,26,"useAuth"],[328,40,21,26],[329,2,21,26],[330,2,21,26,"_c"],[330,4,21,26],[330,7,20,9,"HomeTab"],[330,14,20,16],[331,2,117,0],[331,11,117,9,"WalletTab"],[331,20,117,18,"WalletTab"],[331,21,117,18],[331,23,117,21],[332,4,117,21,"_s2"],[332,7,117,21],[333,4,118,2],[333,10,118,8],[334,6,118,10,"user"],[335,4,118,15],[335,5,118,16],[335,8,118,19],[335,12,118,19,"useAuth"],[335,32,118,26],[335,33,118,26,"useAuth"],[335,40,118,26],[335,42,118,27],[335,43,118,28],[336,4,119,2],[336,10,119,8],[336,11,119,9,"hezBalance"],[336,21,119,19],[336,23,119,21,"setHezBalance"],[336,36,119,34],[336,37,119,35],[336,40,119,38],[336,44,119,38,"useState"],[336,50,119,46],[336,51,119,46,"useState"],[336,59,119,46],[336,61,119,47],[336,73,119,59],[336,74,119,60],[337,4,120,2],[337,10,120,8],[337,11,120,9,"pezBalance"],[337,21,120,19],[337,23,120,21,"setPezBalance"],[337,36,120,34],[337,37,120,35],[337,40,120,38],[337,44,120,38,"useState"],[337,50,120,46],[337,51,120,46,"useState"],[337,59,120,46],[337,61,120,47],[337,73,120,59],[337,74,120,60],[338,4,121,2],[338,10,121,8],[338,11,121,9,"loading"],[338,18,121,16],[338,20,121,18,"setLoading"],[338,30,121,28],[338,31,121,29],[338,34,121,32],[338,38,121,32,"useState"],[338,44,121,40],[338,45,121,40,"useState"],[338,53,121,40],[338,55,121,41],[338,59,121,45],[338,60,121,46],[339,4,123,2],[339,10,123,8,"TEST_WALLET"],[339,21,123,19],[339,24,123,22],[339,74,123,72],[340,4,125,2],[340,8,125,2,"useEffect"],[340,14,125,11],[340,15,125,11,"useEffect"],[340,24,125,11],[340,26,125,12],[340,32,125,18],[341,6,126,4,"fetchBalance"],[341,18,126,16],[341,19,126,17],[341,20,126,18],[342,4,127,2],[342,5,127,3],[342,7,127,5],[342,9,127,7],[342,10,127,8],[343,4,129,2],[343,10,129,8,"fetchBalance"],[343,22,129,20],[343,25,129,23],[343,31,129,23,"fetchBalance"],[343,32,129,23],[343,37,129,35],[344,6,130,4],[344,10,130,8],[345,8,131,6],[345,14,131,12,"backendUrl"],[345,24,131,22],[345,27,131,25],[345,84,131,64],[345,107,131,87],[346,8,132,6],[346,14,132,12,"response"],[346,22,132,20],[346,25,132,23],[346,31,132,29,"fetch"],[346,36,132,34],[346,37,132,35],[346,40,132,38,"backendUrl"],[346,50,132,48],[346,75,132,73],[346,77,132,75],[347,10,133,8,"method"],[347,16,133,14],[347,18,133,16],[347,24,133,22],[348,10,134,8,"headers"],[348,17,134,15],[348,19,134,17],[349,12,135,10],[349,26,135,24],[349,28,135,26],[350,10,136,8],[350,11,136,9],[351,10,137,8,"body"],[351,14,137,12],[351,16,137,14,"JSON"],[351,20,137,18],[351,21,137,19,"stringify"],[351,30,137,28],[351,31,137,29],[352,12,138,10,"address"],[352,19,138,17],[352,21,138,19,"TEST_WALLET"],[353,10,139,8],[353,11,139,9],[354,8,140,6],[354,9,140,7],[354,10,140,8],[355,8,142,6],[355,12,142,10,"response"],[355,20,142,18],[355,21,142,19,"ok"],[355,23,142,21],[355,25,142,23],[356,10,143,8],[356,16,143,14,"data"],[356,20,143,18],[356,23,143,21],[356,29,143,27,"response"],[356,37,143,35],[356,38,143,36,"json"],[356,42,143,40],[356,43,143,41],[356,44,143,42],[357,10,144,8,"setHezBalance"],[357,23,144,21],[357,24,144,22,"parseFloat"],[357,34,144,32],[357,35,144,33,"data"],[357,39,144,37],[357,40,144,38,"hez"],[357,43,144,41],[357,44,144,42],[357,45,144,43,"toFixed"],[357,52,144,50],[357,53,144,51],[357,54,144,52],[357,55,144,53],[357,56,144,54],[358,10,145,8,"setPezBalance"],[358,23,145,21],[358,24,145,22,"parseFloat"],[358,34,145,32],[358,35,145,33,"data"],[358,39,145,37],[358,40,145,38,"pez"],[358,43,145,41],[358,44,145,42],[358,45,145,43,"toFixed"],[358,52,145,50],[358,53,145,51],[358,54,145,52],[358,55,145,53],[358,56,145,54],[359,8,146,6],[359,9,146,7],[359,15,146,13],[360,10,147,8,"setHezBalance"],[360,23,147,21],[360,24,147,22],[360,31,147,29],[360,32,147,30],[361,10,148,8,"setPezBalance"],[361,23,148,21],[361,24,148,22],[361,31,148,29],[361,32,148,30],[362,8,149,6],[363,6,150,4],[363,7,150,5],[363,8,150,6],[363,15,150,13,"error"],[363,20,150,18],[363,22,150,20],[364,8,151,6,"console"],[364,15,151,13],[364,16,151,14,"error"],[364,21,151,19],[364,22,151,20],[364,44,151,42],[364,46,151,44,"error"],[364,51,151,49],[364,52,151,50],[365,8,152,6,"setHezBalance"],[365,21,152,19],[365,22,152,20],[365,29,152,27],[365,30,152,28],[366,8,153,6,"setPezBalance"],[366,21,153,19],[366,22,153,20],[366,29,153,27],[366,30,153,28],[367,6,154,4],[367,7,154,5],[367,16,154,14],[368,8,155,6,"setLoading"],[368,18,155,16],[368,19,155,17],[368,24,155,22],[368,25,155,23],[369,6,156,4],[370,4,157,2],[370,5,157,3],[371,4,159,2],[371,24,160,4],[371,28,160,4,"_reactJsxDevRuntime"],[371,47,160,4],[371,48,160,4,"jsxDEV"],[371,54,160,4],[371,56,160,5,"View"],[371,60,160,9],[371,61,160,9,"default"],[371,68,160,9],[372,6,160,10,"style"],[372,11,160,15],[372,13,160,17,"styles"],[372,19,160,23],[372,20,160,24,"container"],[372,29,160,34],[373,6,160,34,"children"],[373,14,160,34],[373,29,161,6],[373,33,161,6,"_reactJsxDevRuntime"],[373,52,161,6],[373,53,161,6,"jsxDEV"],[373,59,161,6],[373,61,161,7,"ScrollView"],[373,71,161,17],[373,72,161,17,"default"],[373,79,161,17],[374,8,161,18,"contentContainerStyle"],[374,29,161,39],[374,31,161,41,"styles"],[374,37,161,47],[374,38,161,48,"walletScrollContent"],[374,57,161,68],[375,8,161,68,"children"],[375,16,161,68],[375,32,163,8],[375,36,163,8,"_reactJsxDevRuntime"],[375,55,163,8],[375,56,163,8,"jsxDEV"],[375,62,163,8],[375,64,163,9,"View"],[375,68,163,13],[375,69,163,13,"default"],[375,76,163,13],[376,10,163,14,"style"],[376,15,163,19],[376,17,163,21,"styles"],[376,23,163,27],[376,24,163,28,"walletHeader"],[376,36,163,41],[377,10,163,41,"children"],[377,18,163,41],[377,34,164,10],[377,38,164,10,"_reactJsxDevRuntime"],[377,57,164,10],[377,58,164,10,"jsxDEV"],[377,64,164,10],[377,66,164,11,"Text"],[377,70,164,15],[377,71,164,15,"default"],[377,78,164,15],[378,12,164,16,"style"],[378,17,164,21],[378,19,164,23,"styles"],[378,25,164,29],[378,26,164,30,"walletTitle"],[378,37,164,42],[379,12,164,42,"children"],[379,20,164,42],[379,22,164,43],[380,10,164,52],[381,12,164,52,"fileName"],[381,20,164,52],[381,22,164,52,"_jsxFileName"],[381,34,164,52],[382,12,164,52,"lineNumber"],[382,22,164,52],[383,12,164,52,"columnNumber"],[383,24,164,52],[384,10,164,52],[384,17,164,58],[384,18,164,59],[384,33,165,10],[384,37,165,10,"_reactJsxDevRuntime"],[384,56,165,10],[384,57,165,10,"jsxDEV"],[384,63,165,10],[384,65,165,11,"TouchableOpacity"],[384,81,165,27],[384,82,165,27,"default"],[384,89,165,27],[385,12,165,28,"onPress"],[385,19,165,35],[385,21,165,37,"fetchBalance"],[385,33,165,50],[386,12,165,51,"style"],[386,17,165,56],[386,19,165,58,"styles"],[386,25,165,64],[386,26,165,65,"refreshButton"],[386,39,165,79],[387,12,165,79,"children"],[387,20,165,79],[387,35,166,12],[387,39,166,12,"_reactJsxDevRuntime"],[387,58,166,12],[387,59,166,12,"jsxDEV"],[387,65,166,12],[387,67,166,13,"_expoVectorIcons"],[387,83,166,21],[387,84,166,21,"Ionicons"],[387,92,166,21],[388,14,166,22,"name"],[388,18,166,26],[388,20,166,27],[388,29,166,36],[389,14,166,37,"size"],[389,18,166,41],[389,20,166,43],[389,22,166,46],[390,14,166,47,"color"],[390,19,166,52],[390,21,166,53],[391,12,166,62],[392,14,166,62,"fileName"],[392,22,166,62],[392,24,166,62,"_jsxFileName"],[392,36,166,62],[393,14,166,62,"lineNumber"],[393,24,166,62],[394,14,166,62,"columnNumber"],[394,26,166,62],[395,12,166,62],[395,19,166,64],[396,10,166,65],[397,12,166,65,"fileName"],[397,20,166,65],[397,22,166,65,"_jsxFileName"],[397,34,166,65],[398,12,166,65,"lineNumber"],[398,22,166,65],[399,12,166,65,"columnNumber"],[399,24,166,65],[400,10,166,65],[400,17,167,28],[400,18,167,29],[401,8,167,29],[402,10,167,29,"fileName"],[402,18,167,29],[402,20,167,29,"_jsxFileName"],[402,32,167,29],[403,10,167,29,"lineNumber"],[403,20,167,29],[404,10,167,29,"columnNumber"],[404,22,167,29],[405,8,167,29],[405,15,168,14],[405,16,168,15],[405,31,171,8],[405,35,171,8,"_reactJsxDevRuntime"],[405,54,171,8],[405,55,171,8,"jsxDEV"],[405,61,171,8],[405,63,171,9,"View"],[405,67,171,13],[405,68,171,13,"default"],[405,75,171,13],[406,10,171,14,"style"],[406,15,171,19],[406,17,171,21,"styles"],[406,23,171,27],[406,24,171,28,"balanceRow"],[406,34,171,39],[407,10,171,39,"children"],[407,18,171,39],[407,34,172,10],[407,38,172,10,"_reactJsxDevRuntime"],[407,57,172,10],[407,58,172,10,"jsxDEV"],[407,64,172,10],[407,66,172,11,"View"],[407,70,172,15],[407,71,172,15,"default"],[407,78,172,15],[408,12,172,16,"style"],[408,17,172,21],[408,19,172,23,"styles"],[408,25,172,29],[408,26,172,30,"balanceCardNew"],[408,40,172,45],[409,12,172,45,"children"],[409,20,172,45],[409,36,173,12],[409,40,173,12,"_reactJsxDevRuntime"],[409,59,173,12],[409,60,173,12,"jsxDEV"],[409,66,173,12],[409,68,173,13,"Image"],[409,73,173,18],[409,74,173,18,"default"],[409,81,173,18],[410,14,174,14,"source"],[410,20,174,20],[410,22,174,22],[411,16,174,24,"uri"],[411,19,174,27],[411,21,174,29],[412,14,174,145],[412,15,174,147],[413,14,175,14,"style"],[413,19,175,19],[413,21,175,21,"styles"],[413,27,175,27],[413,28,175,28,"tokenLogoNew"],[414,12,175,41],[415,14,175,41,"fileName"],[415,22,175,41],[415,24,175,41,"_jsxFileName"],[415,36,175,41],[416,14,175,41,"lineNumber"],[416,24,175,41],[417,14,175,41,"columnNumber"],[417,26,175,41],[418,12,175,41],[418,19,176,13],[418,20,176,14],[418,35,177,12],[418,39,177,12,"_reactJsxDevRuntime"],[418,58,177,12],[418,59,177,12,"jsxDEV"],[418,65,177,12],[418,67,177,13,"Text"],[418,71,177,17],[418,72,177,17,"default"],[418,79,177,17],[419,14,177,18,"style"],[419,19,177,23],[419,21,177,25,"styles"],[419,27,177,31],[419,28,177,32,"tokenSymbolNew"],[419,42,177,47],[420,14,177,47,"children"],[420,22,177,47],[420,24,177,48],[421,12,177,51],[422,14,177,51,"fileName"],[422,22,177,51],[422,24,177,51,"_jsxFileName"],[422,36,177,51],[423,14,177,51,"lineNumber"],[423,24,177,51],[424,14,177,51,"columnNumber"],[424,26,177,51],[425,12,177,51],[425,19,177,57],[425,20,177,58],[425,35,178,12],[425,39,178,12,"_reactJsxDevRuntime"],[425,58,178,12],[425,59,178,12,"jsxDEV"],[425,65,178,12],[425,67,178,13,"Text"],[425,71,178,17],[425,72,178,17,"default"],[425,79,178,17],[426,14,178,18,"style"],[426,19,178,23],[426,21,178,25,"styles"],[426,27,178,31],[426,28,178,32,"balanceAmountNew"],[426,44,178,49],[427,14,178,49,"children"],[427,22,178,49],[427,24,178,51,"hezBalance"],[428,12,178,61],[429,14,178,61,"fileName"],[429,22,178,61],[429,24,178,61,"_jsxFileName"],[429,36,178,61],[430,14,178,61,"lineNumber"],[430,24,178,61],[431,14,178,61,"columnNumber"],[431,26,178,61],[432,12,178,61],[432,19,178,68],[432,20,178,69],[432,35,179,12],[432,39,179,12,"_reactJsxDevRuntime"],[432,58,179,12],[432,59,179,12,"jsxDEV"],[432,65,179,12],[432,67,179,13,"Text"],[432,71,179,17],[432,72,179,17,"default"],[432,79,179,17],[433,14,179,18,"style"],[433,19,179,23],[433,21,179,25,"styles"],[433,27,179,31],[433,28,179,32,"tokenNameNew"],[433,40,179,45],[434,14,179,45,"children"],[434,22,179,45],[434,24,179,46],[435,12,179,61],[436,14,179,61,"fileName"],[436,22,179,61],[436,24,179,61,"_jsxFileName"],[436,36,179,61],[437,14,179,61,"lineNumber"],[437,24,179,61],[438,14,179,61,"columnNumber"],[438,26,179,61],[439,12,179,61],[439,19,179,67],[439,20,179,68],[440,10,179,68],[441,12,179,68,"fileName"],[441,20,179,68],[441,22,179,68,"_jsxFileName"],[441,34,179,68],[442,12,179,68,"lineNumber"],[442,22,179,68],[443,12,179,68,"columnNumber"],[443,24,179,68],[444,10,179,68],[444,17,180,16],[444,18,180,17],[444,33,182,10],[444,37,182,10,"_reactJsxDevRuntime"],[444,56,182,10],[444,57,182,10,"jsxDEV"],[444,63,182,10],[444,65,182,11,"View"],[444,69,182,15],[444,70,182,15,"default"],[444,77,182,15],[445,12,182,16,"style"],[445,17,182,21],[445,19,182,23,"styles"],[445,25,182,29],[445,26,182,30,"balanceCardNew"],[445,40,182,45],[446,12,182,45,"children"],[446,20,182,45],[446,36,183,12],[446,40,183,12,"_reactJsxDevRuntime"],[446,59,183,12],[446,60,183,12,"jsxDEV"],[446,66,183,12],[446,68,183,13,"Image"],[446,73,183,18],[446,74,183,18,"default"],[446,81,183,18],[447,14,184,14,"source"],[447,20,184,20],[447,22,184,22],[448,16,184,24,"uri"],[448,19,184,27],[448,21,184,29],[449,14,184,129],[449,15,184,131],[450,14,185,14,"style"],[450,19,185,19],[450,21,185,21,"styles"],[450,27,185,27],[450,28,185,28,"tokenLogoNew"],[451,12,185,41],[452,14,185,41,"fileName"],[452,22,185,41],[452,24,185,41,"_jsxFileName"],[452,36,185,41],[453,14,185,41,"lineNumber"],[453,24,185,41],[454,14,185,41,"columnNumber"],[454,26,185,41],[455,12,185,41],[455,19,186,13],[455,20,186,14],[455,35,187,12],[455,39,187,12,"_reactJsxDevRuntime"],[455,58,187,12],[455,59,187,12,"jsxDEV"],[455,65,187,12],[455,67,187,13,"Text"],[455,71,187,17],[455,72,187,17,"default"],[455,79,187,17],[456,14,187,18,"style"],[456,19,187,23],[456,21,187,25,"styles"],[456,27,187,31],[456,28,187,32,"tokenSymbolNew"],[456,42,187,47],[457,14,187,47,"children"],[457,22,187,47],[457,24,187,48],[458,12,187,51],[459,14,187,51,"fileName"],[459,22,187,51],[459,24,187,51,"_jsxFileName"],[459,36,187,51],[460,14,187,51,"lineNumber"],[460,24,187,51],[461,14,187,51,"columnNumber"],[461,26,187,51],[462,12,187,51],[462,19,187,57],[462,20,187,58],[462,35,188,12],[462,39,188,12,"_reactJsxDevRuntime"],[462,58,188,12],[462,59,188,12,"jsxDEV"],[462,65,188,12],[462,67,188,13,"Text"],[462,71,188,17],[462,72,188,17,"default"],[462,79,188,17],[463,14,188,18,"style"],[463,19,188,23],[463,21,188,25,"styles"],[463,27,188,31],[463,28,188,32,"balanceAmountNew"],[463,44,188,49],[464,14,188,49,"children"],[464,22,188,49],[464,24,188,51,"pezBalance"],[465,12,188,61],[466,14,188,61,"fileName"],[466,22,188,61],[466,24,188,61,"_jsxFileName"],[466,36,188,61],[467,14,188,61,"lineNumber"],[467,24,188,61],[468,14,188,61,"columnNumber"],[468,26,188,61],[469,12,188,61],[469,19,188,68],[469,20,188,69],[469,35,189,12],[469,39,189,12,"_reactJsxDevRuntime"],[469,58,189,12],[469,59,189,12,"jsxDEV"],[469,65,189,12],[469,67,189,13,"Text"],[469,71,189,17],[469,72,189,17,"default"],[469,79,189,17],[470,14,189,18,"style"],[470,19,189,23],[470,21,189,25,"styles"],[470,27,189,31],[470,28,189,32,"tokenNameNew"],[470,40,189,45],[471,14,189,45,"children"],[471,22,189,45],[471,24,189,46],[472,12,189,59],[473,14,189,59,"fileName"],[473,22,189,59],[473,24,189,59,"_jsxFileName"],[473,36,189,59],[474,14,189,59,"lineNumber"],[474,24,189,59],[475,14,189,59,"columnNumber"],[475,26,189,59],[476,12,189,59],[476,19,189,65],[476,20,189,66],[477,10,189,66],[478,12,189,66,"fileName"],[478,20,189,66],[478,22,189,66,"_jsxFileName"],[478,34,189,66],[479,12,189,66,"lineNumber"],[479,22,189,66],[480,12,189,66,"columnNumber"],[480,24,189,66],[481,10,189,66],[481,17,190,16],[481,18,190,17],[482,8,190,17],[483,10,190,17,"fileName"],[483,18,190,17],[483,20,190,17,"_jsxFileName"],[483,32,190,17],[484,10,190,17,"lineNumber"],[484,20,190,17],[485,10,190,17,"columnNumber"],[485,22,190,17],[486,8,190,17],[486,15,191,14],[486,16,191,15],[486,31,194,8],[486,35,194,8,"_reactJsxDevRuntime"],[486,54,194,8],[486,55,194,8,"jsxDEV"],[486,61,194,8],[486,63,194,9,"View"],[486,67,194,13],[486,68,194,13,"default"],[486,75,194,13],[487,10,194,14,"style"],[487,15,194,19],[487,17,194,21,"styles"],[487,23,194,27],[487,24,194,28,"actionsContainer"],[487,40,194,45],[488,10,194,45,"children"],[488,18,194,45],[488,34,196,10],[488,38,196,10,"_reactJsxDevRuntime"],[488,57,196,10],[488,58,196,10,"jsxDEV"],[488,64,196,10],[488,66,196,11,"View"],[488,70,196,15],[488,71,196,15,"default"],[488,78,196,15],[489,12,196,16,"style"],[489,17,196,21],[489,19,196,23,"styles"],[489,25,196,29],[489,26,196,30,"actionsRow"],[489,36,196,41],[490,12,196,41,"children"],[490,20,196,41],[490,36,197,12],[490,40,197,12,"_reactJsxDevRuntime"],[490,59,197,12],[490,60,197,12,"jsxDEV"],[490,66,197,12],[490,68,197,13,"TouchableOpacity"],[490,84,197,29],[490,85,197,29,"default"],[490,92,197,29],[491,14,197,30,"style"],[491,19,197,35],[491,21,197,37],[491,22,197,38,"styles"],[491,28,197,44],[491,29,197,45,"actionBtn"],[491,38,197,54],[491,40,197,56],[492,16,197,57,"backgroundColor"],[492,31,197,72],[492,33,197,74],[493,14,197,83],[493,15,197,84],[493,16,197,86],[494,14,197,86,"children"],[494,22,197,86],[494,38,198,14],[494,42,198,14,"_reactJsxDevRuntime"],[494,61,198,14],[494,62,198,14,"jsxDEV"],[494,68,198,14],[494,70,198,15,"_expoVectorIcons"],[494,86,198,23],[494,87,198,23,"Ionicons"],[494,95,198,23],[495,16,198,24,"name"],[495,20,198,28],[495,22,198,29],[495,32,198,39],[496,16,198,40,"size"],[496,20,198,44],[496,22,198,46],[496,24,198,49],[497,16,198,50,"color"],[497,21,198,55],[497,23,198,56],[498,14,198,62],[499,16,198,62,"fileName"],[499,24,198,62],[499,26,198,62,"_jsxFileName"],[499,38,198,62],[500,16,198,62,"lineNumber"],[500,26,198,62],[501,16,198,62,"columnNumber"],[501,28,198,62],[502,14,198,62],[502,21,198,64],[502,22,198,65],[502,37,199,14],[502,41,199,14,"_reactJsxDevRuntime"],[502,60,199,14],[502,61,199,14,"jsxDEV"],[502,67,199,14],[502,69,199,15,"Text"],[502,73,199,19],[502,74,199,19,"default"],[502,81,199,19],[503,16,199,20,"style"],[503,21,199,25],[503,23,199,27,"styles"],[503,29,199,33],[503,30,199,34,"actionBtnText"],[503,43,199,48],[504,16,199,48,"children"],[504,24,199,48],[504,26,199,49],[505,14,199,53],[506,16,199,53,"fileName"],[506,24,199,53],[506,26,199,53,"_jsxFileName"],[506,38,199,53],[507,16,199,53,"lineNumber"],[507,26,199,53],[508,16,199,53,"columnNumber"],[508,28,199,53],[509,14,199,53],[509,21,199,59],[509,22,199,60],[510,12,199,60],[511,14,199,60,"fileName"],[511,22,199,60],[511,24,199,60,"_jsxFileName"],[511,36,199,60],[512,14,199,60,"lineNumber"],[512,24,199,60],[513,14,199,60,"columnNumber"],[513,26,199,60],[514,12,199,60],[514,19,200,30],[514,20,200,31],[514,35,201,12],[514,39,201,12,"_reactJsxDevRuntime"],[514,58,201,12],[514,59,201,12,"jsxDEV"],[514,65,201,12],[514,67,201,13,"TouchableOpacity"],[514,83,201,29],[514,84,201,29,"default"],[514,91,201,29],[515,14,201,30,"style"],[515,19,201,35],[515,21,201,37],[515,22,201,38,"styles"],[515,28,201,44],[515,29,201,45,"actionBtn"],[515,38,201,54],[515,40,201,56],[516,16,201,57,"backgroundColor"],[516,31,201,72],[516,33,201,74],[517,14,201,83],[517,15,201,84],[517,16,201,86],[518,14,201,86,"children"],[518,22,201,86],[518,38,202,14],[518,42,202,14,"_reactJsxDevRuntime"],[518,61,202,14],[518,62,202,14,"jsxDEV"],[518,68,202,14],[518,70,202,15,"_expoVectorIcons"],[518,86,202,23],[518,87,202,23,"Ionicons"],[518,95,202,23],[519,16,202,24,"name"],[519,20,202,28],[519,22,202,29],[519,34,202,41],[520,16,202,42,"size"],[520,20,202,46],[520,22,202,48],[520,24,202,51],[521,16,202,52,"color"],[521,21,202,57],[521,23,202,58],[522,14,202,64],[523,16,202,64,"fileName"],[523,24,202,64],[523,26,202,64,"_jsxFileName"],[523,38,202,64],[524,16,202,64,"lineNumber"],[524,26,202,64],[525,16,202,64,"columnNumber"],[525,28,202,64],[526,14,202,64],[526,21,202,66],[526,22,202,67],[526,37,203,14],[526,41,203,14,"_reactJsxDevRuntime"],[526,60,203,14],[526,61,203,14,"jsxDEV"],[526,67,203,14],[526,69,203,15,"Text"],[526,73,203,19],[526,74,203,19,"default"],[526,81,203,19],[527,16,203,20,"style"],[527,21,203,25],[527,23,203,27,"styles"],[527,29,203,33],[527,30,203,34,"actionBtnText"],[527,43,203,48],[528,16,203,48,"children"],[528,24,203,48],[528,26,203,49],[529,14,203,56],[530,16,203,56,"fileName"],[530,24,203,56],[530,26,203,56,"_jsxFileName"],[530,38,203,56],[531,16,203,56,"lineNumber"],[531,26,203,56],[532,16,203,56,"columnNumber"],[532,28,203,56],[533,14,203,56],[533,21,203,62],[533,22,203,63],[534,12,203,63],[535,14,203,63,"fileName"],[535,22,203,63],[535,24,203,63,"_jsxFileName"],[535,36,203,63],[536,14,203,63,"lineNumber"],[536,24,203,63],[537,14,203,63,"columnNumber"],[537,26,203,63],[538,12,203,63],[538,19,204,30],[538,20,204,31],[538,35,205,12],[538,39,205,12,"_reactJsxDevRuntime"],[538,58,205,12],[538,59,205,12,"jsxDEV"],[538,65,205,12],[538,67,205,13,"TouchableOpacity"],[538,83,205,29],[538,84,205,29,"default"],[538,91,205,29],[539,14,205,30,"style"],[539,19,205,35],[539,21,205,37],[539,22,205,38,"styles"],[539,28,205,44],[539,29,205,45,"actionBtn"],[539,38,205,54],[539,40,205,56],[540,16,205,57,"backgroundColor"],[540,31,205,72],[540,33,205,74],[541,14,205,83],[541,15,205,84],[541,16,205,86],[542,14,205,86,"children"],[542,22,205,86],[542,38,206,14],[542,42,206,14,"_reactJsxDevRuntime"],[542,61,206,14],[542,62,206,14,"jsxDEV"],[542,68,206,14],[542,70,206,15,"_expoVectorIcons"],[542,86,206,23],[542,87,206,23,"Ionicons"],[542,95,206,23],[543,16,206,24,"name"],[543,20,206,28],[543,22,206,29],[543,39,206,46],[544,16,206,47,"size"],[544,20,206,51],[544,22,206,53],[544,24,206,56],[545,16,206,57,"color"],[545,21,206,62],[545,23,206,63],[546,14,206,69],[547,16,206,69,"fileName"],[547,24,206,69],[547,26,206,69,"_jsxFileName"],[547,38,206,69],[548,16,206,69,"lineNumber"],[548,26,206,69],[549,16,206,69,"columnNumber"],[549,28,206,69],[550,14,206,69],[550,21,206,71],[550,22,206,72],[550,37,207,14],[550,41,207,14,"_reactJsxDevRuntime"],[550,60,207,14],[550,61,207,14,"jsxDEV"],[550,67,207,14],[550,69,207,15,"Text"],[550,73,207,19],[550,74,207,19,"default"],[550,81,207,19],[551,16,207,20,"style"],[551,21,207,25],[551,23,207,27,"styles"],[551,29,207,33],[551,30,207,34,"actionBtnText"],[551,43,207,48],[552,16,207,48,"children"],[552,24,207,48],[552,26,207,49],[553,14,207,53],[554,16,207,53,"fileName"],[554,24,207,53],[554,26,207,53,"_jsxFileName"],[554,38,207,53],[555,16,207,53,"lineNumber"],[555,26,207,53],[556,16,207,53,"columnNumber"],[556,28,207,53],[557,14,207,53],[557,21,207,59],[557,22,207,60],[558,12,207,60],[559,14,207,60,"fileName"],[559,22,207,60],[559,24,207,60,"_jsxFileName"],[559,36,207,60],[560,14,207,60,"lineNumber"],[560,24,207,60],[561,14,207,60,"columnNumber"],[561,26,207,60],[562,12,207,60],[562,19,208,30],[562,20,208,31],[562,35,209,12],[562,39,209,12,"_reactJsxDevRuntime"],[562,58,209,12],[562,59,209,12,"jsxDEV"],[562,65,209,12],[562,67,209,13,"TouchableOpacity"],[562,83,209,29],[562,84,209,29,"default"],[562,91,209,29],[563,14,209,30,"style"],[563,19,209,35],[563,21,209,37],[563,22,209,38,"styles"],[563,28,209,44],[563,29,209,45,"actionBtn"],[563,38,209,54],[563,40,209,56],[564,16,209,57,"backgroundColor"],[564,31,209,72],[564,33,209,74],[565,14,209,83],[565,15,209,84],[565,16,209,86],[566,14,209,86,"children"],[566,22,209,86],[566,38,210,14],[566,42,210,14,"_reactJsxDevRuntime"],[566,61,210,14],[566,62,210,14,"jsxDEV"],[566,68,210,14],[566,70,210,15,"_expoVectorIcons"],[566,86,210,23],[566,87,210,23,"Ionicons"],[566,95,210,23],[567,16,210,24,"name"],[567,20,210,28],[567,22,210,29],[567,30,210,37],[568,16,210,38,"size"],[568,20,210,42],[568,22,210,44],[568,24,210,47],[569,16,210,48,"color"],[569,21,210,53],[569,23,210,54],[570,14,210,60],[571,16,210,60,"fileName"],[571,24,210,60],[571,26,210,60,"_jsxFileName"],[571,38,210,60],[572,16,210,60,"lineNumber"],[572,26,210,60],[573,16,210,60,"columnNumber"],[573,28,210,60],[574,14,210,60],[574,21,210,62],[574,22,210,63],[574,37,211,14],[574,41,211,14,"_reactJsxDevRuntime"],[574,60,211,14],[574,61,211,14,"jsxDEV"],[574,67,211,14],[574,69,211,15,"Text"],[574,73,211,19],[574,74,211,19,"default"],[574,81,211,19],[575,16,211,20,"style"],[575,21,211,25],[575,23,211,27,"styles"],[575,29,211,33],[575,30,211,34,"actionBtnText"],[575,43,211,48],[576,16,211,48,"children"],[576,24,211,48],[576,26,211,49],[577,14,211,52],[578,16,211,52,"fileName"],[578,24,211,52],[578,26,211,52,"_jsxFileName"],[578,38,211,52],[579,16,211,52,"lineNumber"],[579,26,211,52],[580,16,211,52,"columnNumber"],[580,28,211,52],[581,14,211,52],[581,21,211,58],[581,22,211,59],[582,12,211,59],[583,14,211,59,"fileName"],[583,22,211,59],[583,24,211,59,"_jsxFileName"],[583,36,211,59],[584,14,211,59,"lineNumber"],[584,24,211,59],[585,14,211,59,"columnNumber"],[585,26,211,59],[586,12,211,59],[586,19,212,30],[586,20,212,31],[587,10,212,31],[588,12,212,31,"fileName"],[588,20,212,31],[588,22,212,31,"_jsxFileName"],[588,34,212,31],[589,12,212,31,"lineNumber"],[589,22,212,31],[590,12,212,31,"columnNumber"],[590,24,212,31],[591,10,212,31],[591,17,213,16],[591,18,213,17],[591,33,216,10],[591,37,216,10,"_reactJsxDevRuntime"],[591,56,216,10],[591,57,216,10,"jsxDEV"],[591,63,216,10],[591,65,216,11,"View"],[591,69,216,15],[591,70,216,15,"default"],[591,77,216,15],[592,12,216,16,"style"],[592,17,216,21],[592,19,216,23,"styles"],[592,25,216,29],[592,26,216,30,"actionsRow"],[592,36,216,41],[593,12,216,41,"children"],[593,20,216,41],[593,36,217,12],[593,40,217,12,"_reactJsxDevRuntime"],[593,59,217,12],[593,60,217,12,"jsxDEV"],[593,66,217,12],[593,68,217,13,"TouchableOpacity"],[593,84,217,29],[593,85,217,29,"default"],[593,92,217,29],[594,14,217,30,"style"],[594,19,217,35],[594,21,217,37],[594,22,217,38,"styles"],[594,28,217,44],[594,29,217,45,"actionBtn"],[594,38,217,54],[594,40,217,56],[595,16,217,57,"backgroundColor"],[595,31,217,72],[595,33,217,74],[596,14,217,83],[596,15,217,84],[596,16,217,86],[597,14,217,86,"children"],[597,22,217,86],[597,38,218,14],[597,42,218,14,"_reactJsxDevRuntime"],[597,61,218,14],[597,62,218,14,"jsxDEV"],[597,68,218,14],[597,70,218,15,"_expoVectorIcons"],[597,86,218,23],[597,87,218,23,"Ionicons"],[597,95,218,23],[598,16,218,24,"name"],[598,20,218,28],[598,22,218,29],[598,33,218,40],[599,16,218,41,"size"],[599,20,218,45],[599,22,218,47],[599,24,218,50],[600,16,218,51,"color"],[600,21,218,56],[600,23,218,57],[601,14,218,63],[602,16,218,63,"fileName"],[602,24,218,63],[602,26,218,63,"_jsxFileName"],[602,38,218,63],[603,16,218,63,"lineNumber"],[603,26,218,63],[604,16,218,63,"columnNumber"],[604,28,218,63],[605,14,218,63],[605,21,218,65],[605,22,218,66],[605,37,219,14],[605,41,219,14,"_reactJsxDevRuntime"],[605,60,219,14],[605,61,219,14,"jsxDEV"],[605,67,219,14],[605,69,219,15,"Text"],[605,73,219,19],[605,74,219,19,"default"],[605,81,219,19],[606,16,219,20,"style"],[606,21,219,25],[606,23,219,27,"styles"],[606,29,219,33],[606,30,219,34,"actionBtnText"],[606,43,219,48],[607,16,219,48,"children"],[607,24,219,48],[607,26,219,49],[608,14,219,53],[609,16,219,53,"fileName"],[609,24,219,53],[609,26,219,53,"_jsxFileName"],[609,38,219,53],[610,16,219,53,"lineNumber"],[610,26,219,53],[611,16,219,53,"columnNumber"],[611,28,219,53],[612,14,219,53],[612,21,219,59],[612,22,219,60],[613,12,219,60],[614,14,219,60,"fileName"],[614,22,219,60],[614,24,219,60,"_jsxFileName"],[614,36,219,60],[615,14,219,60,"lineNumber"],[615,24,219,60],[616,14,219,60,"columnNumber"],[616,26,219,60],[617,12,219,60],[617,19,220,30],[617,20,220,31],[617,35,221,12],[617,39,221,12,"_reactJsxDevRuntime"],[617,58,221,12],[617,59,221,12,"jsxDEV"],[617,65,221,12],[617,67,221,13,"TouchableOpacity"],[617,83,221,29],[617,84,221,29,"default"],[617,91,221,29],[618,14,221,30,"style"],[618,19,221,35],[618,21,221,37],[618,22,221,38,"styles"],[618,28,221,44],[618,29,221,45,"actionBtn"],[618,38,221,54],[618,40,221,56],[619,16,221,57,"backgroundColor"],[619,31,221,72],[619,33,221,74],[620,14,221,83],[620,15,221,84],[620,16,221,86],[621,14,221,86,"children"],[621,22,221,86],[621,38,222,14],[621,42,222,14,"_reactJsxDevRuntime"],[621,61,222,14],[621,62,222,14,"jsxDEV"],[621,68,222,14],[621,70,222,15,"_expoVectorIcons"],[621,86,222,23],[621,87,222,23,"Ionicons"],[621,95,222,23],[622,16,222,24,"name"],[622,20,222,28],[622,22,222,29],[622,28,222,35],[623,16,222,36,"size"],[623,20,222,40],[623,22,222,42],[623,24,222,45],[624,16,222,46,"color"],[624,21,222,51],[624,23,222,52],[625,14,222,58],[626,16,222,58,"fileName"],[626,24,222,58],[626,26,222,58,"_jsxFileName"],[626,38,222,58],[627,16,222,58,"lineNumber"],[627,26,222,58],[628,16,222,58,"columnNumber"],[628,28,222,58],[629,14,222,58],[629,21,222,60],[629,22,222,61],[629,37,223,14],[629,41,223,14,"_reactJsxDevRuntime"],[629,60,223,14],[629,61,223,14,"jsxDEV"],[629,67,223,14],[629,69,223,15,"Text"],[629,73,223,19],[629,74,223,19,"default"],[629,81,223,19],[630,16,223,20,"style"],[630,21,223,25],[630,23,223,27,"styles"],[630,29,223,33],[630,30,223,34,"actionBtnText"],[630,43,223,48],[631,16,223,48,"children"],[631,24,223,48],[631,26,223,49],[632,14,223,54],[633,16,223,54,"fileName"],[633,24,223,54],[633,26,223,54,"_jsxFileName"],[633,38,223,54],[634,16,223,54,"lineNumber"],[634,26,223,54],[635,16,223,54,"columnNumber"],[635,28,223,54],[636,14,223,54],[636,21,223,60],[636,22,223,61],[637,12,223,61],[638,14,223,61,"fileName"],[638,22,223,61],[638,24,223,61,"_jsxFileName"],[638,36,223,61],[639,14,223,61,"lineNumber"],[639,24,223,61],[640,14,223,61,"columnNumber"],[640,26,223,61],[641,12,223,61],[641,19,224,30],[641,20,224,31],[641,35,225,12],[641,39,225,12,"_reactJsxDevRuntime"],[641,58,225,12],[641,59,225,12,"jsxDEV"],[641,65,225,12],[641,67,225,13,"TouchableOpacity"],[641,83,225,29],[641,84,225,29,"default"],[641,91,225,29],[642,14,225,30,"style"],[642,19,225,35],[642,21,225,37],[642,22,225,38,"styles"],[642,28,225,44],[642,29,225,45,"actionBtn"],[642,38,225,54],[642,40,225,56],[643,16,225,57,"backgroundColor"],[643,31,225,72],[643,33,225,74],[644,14,225,83],[644,15,225,84],[644,16,225,86],[645,14,225,86,"children"],[645,22,225,86],[645,38,226,14],[645,42,226,14,"_reactJsxDevRuntime"],[645,61,226,14],[645,62,226,14,"jsxDEV"],[645,68,226,14],[645,70,226,15,"_expoVectorIcons"],[645,86,226,23],[645,87,226,23,"Ionicons"],[645,95,226,23],[646,16,226,24,"name"],[646,20,226,28],[646,22,226,29],[646,28,226,35],[647,16,226,36,"size"],[647,20,226,40],[647,22,226,42],[647,24,226,45],[648,16,226,46,"color"],[648,21,226,51],[648,23,226,52],[649,14,226,58],[650,16,226,58,"fileName"],[650,24,226,58],[650,26,226,58,"_jsxFileName"],[650,38,226,58],[651,16,226,58,"lineNumber"],[651,26,226,58],[652,16,226,58,"columnNumber"],[652,28,226,58],[653,14,226,58],[653,21,226,60],[653,22,226,61],[653,37,227,14],[653,41,227,14,"_reactJsxDevRuntime"],[653,60,227,14],[653,61,227,14,"jsxDEV"],[653,67,227,14],[653,69,227,15,"Text"],[653,73,227,19],[653,74,227,19,"default"],[653,81,227,19],[654,16,227,20,"style"],[654,21,227,25],[654,23,227,27,"styles"],[654,29,227,33],[654,30,227,34,"actionBtnText"],[654,43,227,48],[655,16,227,48,"children"],[655,24,227,48],[655,26,227,49],[656,14,227,56],[657,16,227,56,"fileName"],[657,24,227,56],[657,26,227,56,"_jsxFileName"],[657,38,227,56],[658,16,227,56,"lineNumber"],[658,26,227,56],[659,16,227,56,"columnNumber"],[659,28,227,56],[660,14,227,56],[660,21,227,62],[660,22,227,63],[661,12,227,63],[662,14,227,63,"fileName"],[662,22,227,63],[662,24,227,63,"_jsxFileName"],[662,36,227,63],[663,14,227,63,"lineNumber"],[663,24,227,63],[664,14,227,63,"columnNumber"],[664,26,227,63],[665,12,227,63],[665,19,228,30],[665,20,228,31],[665,35,229,12],[665,39,229,12,"_reactJsxDevRuntime"],[665,58,229,12],[665,59,229,12,"jsxDEV"],[665,65,229,12],[665,67,229,13,"TouchableOpacity"],[665,83,229,29],[665,84,229,29,"default"],[665,91,229,29],[666,14,229,30,"style"],[666,19,229,35],[666,21,229,37],[666,22,229,38,"styles"],[666,28,229,44],[666,29,229,45,"actionBtn"],[666,38,229,54],[666,40,229,56],[667,16,229,57,"backgroundColor"],[667,31,229,72],[667,33,229,74],[668,14,229,83],[668,15,229,84],[668,16,229,86],[669,14,229,86,"children"],[669,22,229,86],[669,38,230,14],[669,42,230,14,"_reactJsxDevRuntime"],[669,61,230,14],[669,62,230,14,"jsxDEV"],[669,68,230,14],[669,70,230,15,"_expoVectorIcons"],[669,86,230,23],[669,87,230,23,"Ionicons"],[669,95,230,23],[670,16,230,24,"name"],[670,20,230,28],[670,22,230,29],[670,28,230,35],[671,16,230,36,"size"],[671,20,230,40],[671,22,230,42],[671,24,230,45],[672,16,230,46,"color"],[672,21,230,51],[672,23,230,52],[673,14,230,58],[674,16,230,58,"fileName"],[674,24,230,58],[674,26,230,58,"_jsxFileName"],[674,38,230,58],[675,16,230,58,"lineNumber"],[675,26,230,58],[676,16,230,58,"columnNumber"],[676,28,230,58],[677,14,230,58],[677,21,230,60],[677,22,230,61],[677,37,231,14],[677,41,231,14,"_reactJsxDevRuntime"],[677,60,231,14],[677,61,231,14,"jsxDEV"],[677,67,231,14],[677,69,231,15,"Text"],[677,73,231,19],[677,74,231,19,"default"],[677,81,231,19],[678,16,231,20,"style"],[678,21,231,25],[678,23,231,27,"styles"],[678,29,231,33],[678,30,231,34,"actionBtnText"],[678,43,231,48],[679,16,231,48,"children"],[679,24,231,48],[679,26,231,49],[680,14,231,56],[681,16,231,56,"fileName"],[681,24,231,56],[681,26,231,56,"_jsxFileName"],[681,38,231,56],[682,16,231,56,"lineNumber"],[682,26,231,56],[683,16,231,56,"columnNumber"],[683,28,231,56],[684,14,231,56],[684,21,231,62],[684,22,231,63],[685,12,231,63],[686,14,231,63,"fileName"],[686,22,231,63],[686,24,231,63,"_jsxFileName"],[686,36,231,63],[687,14,231,63,"lineNumber"],[687,24,231,63],[688,14,231,63,"columnNumber"],[688,26,231,63],[689,12,231,63],[689,19,232,30],[689,20,232,31],[690,10,232,31],[691,12,232,31,"fileName"],[691,20,232,31],[691,22,232,31,"_jsxFileName"],[691,34,232,31],[692,12,232,31,"lineNumber"],[692,22,232,31],[693,12,232,31,"columnNumber"],[693,24,232,31],[694,10,232,31],[694,17,233,16],[694,18,233,17],[695,8,233,17],[696,10,233,17,"fileName"],[696,18,233,17],[696,20,233,17,"_jsxFileName"],[696,32,233,17],[697,10,233,17,"lineNumber"],[697,20,233,17],[698,10,233,17,"columnNumber"],[698,22,233,17],[699,8,233,17],[699,15,234,14],[699,16,234,15],[699,31,237,8],[699,35,237,8,"_reactJsxDevRuntime"],[699,54,237,8],[699,55,237,8,"jsxDEV"],[699,61,237,8],[699,63,237,9,"View"],[699,67,237,13],[699,68,237,13,"default"],[699,75,237,13],[700,10,237,14,"style"],[700,15,237,19],[700,17,237,21,"styles"],[700,23,237,27],[700,24,237,28,"tokensContainer"],[700,39,237,44],[701,10,237,44,"children"],[701,18,237,44],[701,34,238,10],[701,38,238,10,"_reactJsxDevRuntime"],[701,57,238,10],[701,58,238,10,"jsxDEV"],[701,64,238,10],[701,66,238,11,"Text"],[701,70,238,15],[701,71,238,15,"default"],[701,78,238,15],[702,12,238,16,"style"],[702,17,238,21],[702,19,238,23,"styles"],[702,25,238,29],[702,26,238,30,"tokensTitle"],[702,37,238,42],[703,12,238,42,"children"],[703,20,238,42],[703,22,238,43],[704,10,238,49],[705,12,238,49,"fileName"],[705,20,238,49],[705,22,238,49,"_jsxFileName"],[705,34,238,49],[706,12,238,49,"lineNumber"],[706,22,238,49],[707,12,238,49,"columnNumber"],[707,24,238,49],[708,10,238,49],[708,17,238,55],[708,18,238,56],[708,33,241,10],[708,37,241,10,"_reactJsxDevRuntime"],[708,56,241,10],[708,57,241,10,"jsxDEV"],[708,63,241,10],[708,65,241,11,"View"],[708,69,241,15],[708,70,241,15,"default"],[708,77,241,15],[709,12,241,16,"style"],[709,17,241,21],[709,19,241,23,"styles"],[709,25,241,29],[709,26,241,30,"tokenItem"],[709,35,241,40],[710,12,241,40,"children"],[710,20,241,40],[710,36,242,12],[710,40,242,12,"_reactJsxDevRuntime"],[710,59,242,12],[710,60,242,12,"jsxDEV"],[710,66,242,12],[710,68,242,13,"View"],[710,72,242,17],[710,73,242,17,"default"],[710,80,242,17],[711,14,242,18,"style"],[711,19,242,23],[711,21,242,25,"styles"],[711,27,242,31],[711,28,242,32,"tokenItemLeft"],[711,41,242,46],[712,14,242,46,"children"],[712,22,242,46],[712,38,243,14],[712,42,243,14,"_reactJsxDevRuntime"],[712,61,243,14],[712,62,243,14,"jsxDEV"],[712,68,243,14],[712,70,243,15,"View"],[712,74,243,19],[712,75,243,19,"default"],[712,82,243,19],[713,16,243,20,"style"],[713,21,243,25],[713,23,243,27,"styles"],[713,29,243,33],[713,30,243,34,"tokenIconContainer"],[713,48,243,53],[714,16,243,53,"children"],[714,24,243,53],[714,40,244,16],[714,44,244,16,"_reactJsxDevRuntime"],[714,63,244,16],[714,64,244,16,"jsxDEV"],[714,70,244,16],[714,72,244,17,"Image"],[714,77,244,22],[714,78,244,22,"default"],[714,85,244,22],[715,18,245,18,"source"],[715,24,245,24],[715,26,245,26],[716,20,245,28,"uri"],[716,23,245,31],[716,25,245,33],[717,18,245,134],[717,19,245,136],[718,18,246,18,"style"],[718,23,246,23],[718,25,246,25,"styles"],[718,31,246,31],[718,32,246,32,"tokenIcon"],[719,16,246,42],[720,18,246,42,"fileName"],[720,26,246,42],[720,28,246,42,"_jsxFileName"],[720,40,246,42],[721,18,246,42,"lineNumber"],[721,28,246,42],[722,18,246,42,"columnNumber"],[722,30,246,42],[723,16,246,42],[723,23,247,17],[723,24,247,18],[723,39,248,16],[723,43,248,16,"_reactJsxDevRuntime"],[723,62,248,16],[723,63,248,16,"jsxDEV"],[723,69,248,16],[723,71,248,17,"Image"],[723,76,248,22],[723,77,248,22,"default"],[723,84,248,22],[724,18,249,18,"source"],[724,24,249,24],[724,26,249,26],[725,20,249,28,"uri"],[725,23,249,31],[725,25,249,33],[726,18,249,133],[726,19,249,135],[727,18,250,18,"style"],[727,23,250,23],[727,25,250,25,"styles"],[727,31,250,31],[727,32,250,32,"networkBadge"],[728,16,250,45],[729,18,250,45,"fileName"],[729,26,250,45],[729,28,250,45,"_jsxFileName"],[729,40,250,45],[730,18,250,45,"lineNumber"],[730,28,250,45],[731,18,250,45,"columnNumber"],[731,30,250,45],[732,16,250,45],[732,23,251,17],[732,24,251,18],[733,14,251,18],[734,16,251,18,"fileName"],[734,24,251,18],[734,26,251,18,"_jsxFileName"],[734,38,251,18],[735,16,251,18,"lineNumber"],[735,26,251,18],[736,16,251,18,"columnNumber"],[736,28,251,18],[737,14,251,18],[737,21,252,20],[737,22,252,21],[737,37,253,14],[737,41,253,14,"_reactJsxDevRuntime"],[737,60,253,14],[737,61,253,14,"jsxDEV"],[737,67,253,14],[737,69,253,15,"View"],[737,73,253,19],[737,74,253,19,"default"],[737,81,253,19],[738,16,253,19,"children"],[738,24,253,19],[738,40,254,16],[738,44,254,16,"_reactJsxDevRuntime"],[738,63,254,16],[738,64,254,16,"jsxDEV"],[738,70,254,16],[738,72,254,17,"Text"],[738,76,254,21],[738,77,254,21,"default"],[738,84,254,21],[739,18,254,22,"style"],[739,23,254,27],[739,25,254,29,"styles"],[739,31,254,35],[739,32,254,36,"tokenItemName"],[739,45,254,50],[740,18,254,50,"children"],[740,26,254,50],[740,28,254,51],[741,16,254,55],[742,18,254,55,"fileName"],[742,26,254,55],[742,28,254,55,"_jsxFileName"],[742,40,254,55],[743,18,254,55,"lineNumber"],[743,28,254,55],[744,18,254,55,"columnNumber"],[744,30,254,55],[745,16,254,55],[745,23,254,61],[745,24,254,62],[745,39,255,16],[745,43,255,16,"_reactJsxDevRuntime"],[745,62,255,16],[745,63,255,16,"jsxDEV"],[745,69,255,16],[745,71,255,17,"Text"],[745,75,255,21],[745,76,255,21,"default"],[745,83,255,21],[746,18,255,22,"style"],[746,23,255,27],[746,25,255,29,"styles"],[746,31,255,35],[746,32,255,36,"tokenItemNetwork"],[746,48,255,53],[747,18,255,53,"children"],[747,26,255,53],[747,28,255,54],[748,16,255,65],[749,18,255,65,"fileName"],[749,26,255,65],[749,28,255,65,"_jsxFileName"],[749,40,255,65],[750,18,255,65,"lineNumber"],[750,28,255,65],[751,18,255,65,"columnNumber"],[751,30,255,65],[752,16,255,65],[752,23,255,71],[752,24,255,72],[753,14,255,72],[754,16,255,72,"fileName"],[754,24,255,72],[754,26,255,72,"_jsxFileName"],[754,38,255,72],[755,16,255,72,"lineNumber"],[755,26,255,72],[756,16,255,72,"columnNumber"],[756,28,255,72],[757,14,255,72],[757,21,256,20],[757,22,256,21],[758,12,256,21],[759,14,256,21,"fileName"],[759,22,256,21],[759,24,256,21,"_jsxFileName"],[759,36,256,21],[760,14,256,21,"lineNumber"],[760,24,256,21],[761,14,256,21,"columnNumber"],[761,26,256,21],[762,12,256,21],[762,19,257,18],[762,20,257,19],[762,35,258,12],[762,39,258,12,"_reactJsxDevRuntime"],[762,58,258,12],[762,59,258,12,"jsxDEV"],[762,65,258,12],[762,67,258,13,"View"],[762,71,258,17],[762,72,258,17,"default"],[762,79,258,17],[763,14,258,18,"style"],[763,19,258,23],[763,21,258,25,"styles"],[763,27,258,31],[763,28,258,32,"tokenItemRight"],[763,42,258,47],[764,14,258,47,"children"],[764,22,258,47],[764,38,259,14],[764,42,259,14,"_reactJsxDevRuntime"],[764,61,259,14],[764,62,259,14,"jsxDEV"],[764,68,259,14],[764,70,259,15,"Text"],[764,74,259,19],[764,75,259,19,"default"],[764,82,259,19],[765,16,259,20,"style"],[765,21,259,25],[765,23,259,27,"styles"],[765,29,259,33],[765,30,259,34,"tokenItemBalance"],[765,46,259,51],[766,16,259,51,"children"],[766,24,259,51],[766,26,259,52],[767,14,259,53],[768,16,259,53,"fileName"],[768,24,259,53],[768,26,259,53,"_jsxFileName"],[768,38,259,53],[769,16,259,53,"lineNumber"],[769,26,259,53],[770,16,259,53,"columnNumber"],[770,28,259,53],[771,14,259,53],[771,21,259,59],[771,22,259,60],[771,37,260,14],[771,41,260,14,"_reactJsxDevRuntime"],[771,60,260,14],[771,61,260,14,"jsxDEV"],[771,67,260,14],[771,69,260,15,"Text"],[771,73,260,19],[771,74,260,19,"default"],[771,81,260,19],[772,16,260,20,"style"],[772,21,260,25],[772,23,260,27,"styles"],[772,29,260,33],[772,30,260,34,"tokenItemUsd"],[772,42,260,47],[773,16,260,47,"children"],[773,24,260,47],[773,26,260,48],[774,14,260,50],[775,16,260,50,"fileName"],[775,24,260,50],[775,26,260,50,"_jsxFileName"],[775,38,260,50],[776,16,260,50,"lineNumber"],[776,26,260,50],[777,16,260,50,"columnNumber"],[777,28,260,50],[778,14,260,50],[778,21,260,56],[778,22,260,57],[779,12,260,57],[780,14,260,57,"fileName"],[780,22,260,57],[780,24,260,57,"_jsxFileName"],[780,36,260,57],[781,14,260,57,"lineNumber"],[781,24,260,57],[782,14,260,57,"columnNumber"],[782,26,260,57],[783,12,260,57],[783,19,261,18],[783,20,261,19],[784,10,261,19],[785,12,261,19,"fileName"],[785,20,261,19],[785,22,261,19,"_jsxFileName"],[785,34,261,19],[786,12,261,19,"lineNumber"],[786,22,261,19],[787,12,261,19,"columnNumber"],[787,24,261,19],[788,10,261,19],[788,17,262,16],[788,18,262,17],[789,8,262,17],[790,10,262,17,"fileName"],[790,18,262,17],[790,20,262,17,"_jsxFileName"],[790,32,262,17],[791,10,262,17,"lineNumber"],[791,20,262,17],[792,10,262,17,"columnNumber"],[792,22,262,17],[793,8,262,17],[793,15,265,14],[793,16,265,15],[794,6,265,15],[795,8,265,15,"fileName"],[795,16,265,15],[795,18,265,15,"_jsxFileName"],[795,30,265,15],[796,8,265,15,"lineNumber"],[796,18,265,15],[797,8,265,15,"columnNumber"],[797,20,265,15],[798,6,265,15],[798,13,266,18],[799,4,266,19],[800,6,266,19,"fileName"],[800,14,266,19],[800,16,266,19,"_jsxFileName"],[800,28,266,19],[801,6,266,19,"lineNumber"],[801,16,266,19],[802,6,266,19,"columnNumber"],[802,18,266,19],[803,4,266,19],[803,11,267,10],[803,12,267,11],[804,2,269,0],[805,2,269,1,"_s2"],[805,5,269,1],[805,6,117,9,"WalletTab"],[805,15,117,18],[806,4,117,18],[806,12,118,19,"useAuth"],[806,32,118,26],[806,33,118,26,"useAuth"],[806,40,118,26],[807,2,118,26],[808,2,118,26,"_c2"],[808,5,118,26],[808,8,117,9,"WalletTab"],[808,17,117,18],[809,2,271,0],[809,11,271,9,"CitizensTab"],[809,22,271,20,"CitizensTab"],[809,23,271,20],[809,25,271,23],[810,4,272,2],[810,24,273,4],[810,28,273,4,"_reactJsxDevRuntime"],[810,47,273,4],[810,48,273,4,"jsxDEV"],[810,54,273,4],[810,56,273,5,"View"],[810,60,273,9],[810,61,273,9,"default"],[810,68,273,9],[811,6,273,10,"style"],[811,11,273,15],[811,13,273,17,"styles"],[811,19,273,23],[811,20,273,24,"container"],[811,29,273,34],[812,6,273,34,"children"],[812,14,273,34],[812,29,274,6],[812,33,274,6,"_reactJsxDevRuntime"],[812,52,274,6],[812,53,274,6,"jsxDEV"],[812,59,274,6],[812,61,274,7,"Text"],[812,65,274,11],[812,66,274,11,"default"],[812,73,274,11],[813,8,274,12,"style"],[813,13,274,17],[813,15,274,19,"styles"],[813,21,274,25],[813,22,274,26,"placeholderText"],[813,37,274,42],[814,8,274,42,"children"],[814,16,274,42],[814,18,274,43],[815,6,274,58],[816,8,274,58,"fileName"],[816,16,274,58],[816,18,274,58,"_jsxFileName"],[816,30,274,58],[817,8,274,58,"lineNumber"],[817,18,274,58],[818,8,274,58,"columnNumber"],[818,20,274,58],[819,6,274,58],[819,13,274,64],[820,4,274,65],[821,6,274,65,"fileName"],[821,14,274,65],[821,16,274,65,"_jsxFileName"],[821,28,274,65],[822,6,274,65,"lineNumber"],[822,16,274,65],[823,6,274,65,"columnNumber"],[823,18,274,65],[824,4,274,65],[824,11,275,10],[824,12,275,11],[825,2,277,0],[826,2,277,1,"_c3"],[826,5,277,1],[826,8,271,9,"CitizensTab"],[826,19,271,20],[827,2,279,0],[827,11,279,9,"ReferralTab"],[827,22,279,20,"ReferralTab"],[827,23,279,20],[827,25,279,23],[828,4,280,2],[828,24,281,4],[828,28,281,4,"_reactJsxDevRuntime"],[828,47,281,4],[828,48,281,4,"jsxDEV"],[828,54,281,4],[828,56,281,5,"View"],[828,60,281,9],[828,61,281,9,"default"],[828,68,281,9],[829,6,281,10,"style"],[829,11,281,15],[829,13,281,17,"styles"],[829,19,281,23],[829,20,281,24,"container"],[829,29,281,34],[830,6,281,34,"children"],[830,14,281,34],[830,29,282,6],[830,33,282,6,"_reactJsxDevRuntime"],[830,52,282,6],[830,53,282,6,"jsxDEV"],[830,59,282,6],[830,61,282,7,"Text"],[830,65,282,11],[830,66,282,11,"default"],[830,73,282,11],[831,8,282,12,"style"],[831,13,282,17],[831,15,282,19,"styles"],[831,21,282,25],[831,22,282,26,"placeholderText"],[831,37,282,42],[832,8,282,42,"children"],[832,16,282,42],[832,18,282,43],[833,6,282,58],[834,8,282,58,"fileName"],[834,16,282,58],[834,18,282,58,"_jsxFileName"],[834,30,282,58],[835,8,282,58,"lineNumber"],[835,18,282,58],[836,8,282,58,"columnNumber"],[836,20,282,58],[837,6,282,58],[837,13,282,64],[838,4,282,65],[839,6,282,65,"fileName"],[839,14,282,65],[839,16,282,65,"_jsxFileName"],[839,28,282,65],[840,6,282,65,"lineNumber"],[840,16,282,65],[841,6,282,65,"columnNumber"],[841,18,282,65],[842,4,282,65],[842,11,283,10],[842,12,283,11],[843,2,285,0],[844,2,285,1,"_c4"],[844,5,285,1],[844,8,279,9,"ReferralTab"],[844,19,279,20],[845,2,287,0],[845,11,287,9,"ProfileTab"],[845,21,287,19,"ProfileTab"],[845,22,287,19],[845,24,287,22],[846,4,288,2],[846,24,289,4],[846,28,289,4,"_reactJsxDevRuntime"],[846,47,289,4],[846,48,289,4,"jsxDEV"],[846,54,289,4],[846,56,289,5,"View"],[846,60,289,9],[846,61,289,9,"default"],[846,68,289,9],[847,6,289,10,"style"],[847,11,289,15],[847,13,289,17,"styles"],[847,19,289,23],[847,20,289,24,"container"],[847,29,289,34],[848,6,289,34,"children"],[848,14,289,34],[848,29,290,6],[848,33,290,6,"_reactJsxDevRuntime"],[848,52,290,6],[848,53,290,6,"jsxDEV"],[848,59,290,6],[848,61,290,7,"Text"],[848,65,290,11],[848,66,290,11,"default"],[848,73,290,11],[849,8,290,12,"style"],[849,13,290,17],[849,15,290,19,"styles"],[849,21,290,25],[849,22,290,26,"placeholderText"],[849,37,290,42],[850,8,290,42,"children"],[850,16,290,42],[850,18,290,43],[851,6,290,57],[852,8,290,57,"fileName"],[852,16,290,57],[852,18,290,57,"_jsxFileName"],[852,30,290,57],[853,8,290,57,"lineNumber"],[853,18,290,57],[854,8,290,57,"columnNumber"],[854,20,290,57],[855,6,290,57],[855,13,290,63],[856,4,290,64],[857,6,290,64,"fileName"],[857,14,290,64],[857,16,290,64,"_jsxFileName"],[857,28,290,64],[858,6,290,64,"lineNumber"],[858,16,290,64],[859,6,290,64,"columnNumber"],[859,18,290,64],[860,4,290,64],[860,11,291,10],[860,12,291,11],[861,2,293,0],[862,2,293,1,"_c5"],[862,5,293,1],[862,8,287,9,"ProfileTab"],[862,18,287,19],[863,2,295,0],[863,8,295,6,"Tab"],[863,11,295,9],[863,14,295,12],[863,18,295,12,"createBottomTabNavigator"],[863,44,295,36],[863,45,295,36,"createBottomTabNavigator"],[863,69,295,36],[863,71,295,37],[863,72,295,38],[864,2,297,15],[864,11,297,24,"HomeScreen"],[864,21,297,34,"HomeScreen"],[864,22,297,34],[864,24,297,37],[865,4,298,2],[865,24,299,4],[865,28,299,4,"_reactJsxDevRuntime"],[865,47,299,4],[865,48,299,4,"jsxDEV"],[865,54,299,4],[865,56,299,5,"Tab"],[865,59,299,8],[865,60,299,9,"Navigator"],[865,69,299,18],[866,6,300,6,"screenOptions"],[866,19,300,19],[866,21,300,21],[867,8,301,8,"headerShown"],[867,19,301,19],[867,21,301,21],[867,26,301,26],[868,8,302,8,"tabBarActiveTintColor"],[868,29,302,29],[868,31,302,31],[868,40,302,40],[869,8,303,8,"tabBarInactiveTintColor"],[869,31,303,31],[869,33,303,33],[869,42,303,42],[870,8,304,8,"tabBarStyle"],[870,19,304,19],[870,21,304,21,"styles"],[870,27,304,27],[870,28,304,28,"tabBar"],[871,6,305,6],[871,7,305,8],[872,6,305,8,"children"],[872,14,305,8],[872,30,307,6],[872,34,307,6,"_reactJsxDevRuntime"],[872,53,307,6],[872,54,307,6,"jsxDEV"],[872,60,307,6],[872,62,307,7,"Tab"],[872,65,307,10],[872,66,307,11,"Screen"],[872,72,307,17],[873,8,308,8,"name"],[873,12,308,12],[873,14,308,13],[873,23,308,22],[874,8,309,8,"component"],[874,17,309,17],[874,19,309,19,"HomeTab"],[874,26,309,27],[875,8,310,8,"options"],[875,15,310,15],[875,17,310,17],[876,10,311,10,"tabBarLabel"],[876,21,311,21],[876,23,311,23],[876,29,311,29],[877,10,312,10,"tabBarIcon"],[877,20,312,20],[877,22,312,22,"tabBarIcon"],[877,23,312,23],[878,12,312,25,"color"],[878,17,312,30],[879,12,312,32,"size"],[880,10,312,37],[880,11,312,38],[880,29,313,12],[880,33,313,12,"_reactJsxDevRuntime"],[880,52,313,12],[880,53,313,12,"jsxDEV"],[880,59,313,12],[880,61,313,13,"_expoVectorIcons"],[880,77,313,21],[880,78,313,21,"Ionicons"],[880,86,313,21],[881,12,313,22,"name"],[881,16,313,26],[881,18,313,27],[881,24,313,33],[882,12,313,34,"size"],[882,16,313,38],[882,18,313,40,"size"],[882,22,313,45],[883,12,313,46,"color"],[883,17,313,51],[883,19,313,53,"color"],[884,10,313,59],[885,12,313,59,"fileName"],[885,20,313,59],[885,22,313,59,"_jsxFileName"],[885,34,313,59],[886,12,313,59,"lineNumber"],[886,22,313,59],[887,12,313,59,"columnNumber"],[887,24,313,59],[888,10,313,59],[888,17,313,61],[889,8,315,8],[890,6,315,10],[891,8,315,10,"fileName"],[891,16,315,10],[891,18,315,10,"_jsxFileName"],[891,30,315,10],[892,8,315,10,"lineNumber"],[892,18,315,10],[893,8,315,10,"columnNumber"],[893,20,315,10],[894,6,315,10],[894,13,316,7],[894,14,316,8],[894,29,317,6],[894,33,317,6,"_reactJsxDevRuntime"],[894,52,317,6],[894,53,317,6,"jsxDEV"],[894,59,317,6],[894,61,317,7,"Tab"],[894,64,317,10],[894,65,317,11,"Screen"],[894,71,317,17],[895,8,318,8,"name"],[895,12,318,12],[895,14,318,13],[895,22,318,21],[896,8,319,8,"component"],[896,17,319,17],[896,19,319,19,"WalletTab"],[896,28,319,29],[897,8,320,8,"options"],[897,15,320,15],[897,17,320,17],[898,10,321,10,"tabBarLabel"],[898,21,321,21],[898,23,321,23],[898,31,321,31],[899,10,322,10,"tabBarIcon"],[899,20,322,20],[899,22,322,22,"tabBarIcon"],[899,23,322,23],[900,12,322,25,"color"],[900,17,322,30],[901,12,322,32,"size"],[902,10,322,37],[902,11,322,38],[902,29,323,12],[902,33,323,12,"_reactJsxDevRuntime"],[902,52,323,12],[902,53,323,12,"jsxDEV"],[902,59,323,12],[902,61,323,13,"_expoVectorIcons"],[902,77,323,21],[902,78,323,21,"Ionicons"],[902,86,323,21],[903,12,323,22,"name"],[903,16,323,26],[903,18,323,27],[903,26,323,35],[904,12,323,36,"size"],[904,16,323,40],[904,18,323,42,"size"],[904,22,323,47],[905,12,323,48,"color"],[905,17,323,53],[905,19,323,55,"color"],[906,10,323,61],[907,12,323,61,"fileName"],[907,20,323,61],[907,22,323,61,"_jsxFileName"],[907,34,323,61],[908,12,323,61,"lineNumber"],[908,22,323,61],[909,12,323,61,"columnNumber"],[909,24,323,61],[910,10,323,61],[910,17,323,63],[911,8,325,8],[912,6,325,10],[913,8,325,10,"fileName"],[913,16,325,10],[913,18,325,10,"_jsxFileName"],[913,30,325,10],[914,8,325,10,"lineNumber"],[914,18,325,10],[915,8,325,10,"columnNumber"],[915,20,325,10],[916,6,325,10],[916,13,326,7],[916,14,326,8],[916,29,327,6],[916,33,327,6,"_reactJsxDevRuntime"],[916,52,327,6],[916,53,327,6,"jsxDEV"],[916,59,327,6],[916,61,327,7,"Tab"],[916,64,327,10],[916,65,327,11,"Screen"],[916,71,327,17],[917,8,328,8,"name"],[917,12,328,12],[917,14,328,13],[917,24,328,23],[918,8,329,8,"component"],[918,17,329,17],[918,19,329,19,"CitizensTab"],[918,30,329,31],[919,8,330,8,"options"],[919,15,330,15],[919,17,330,17],[920,10,331,10,"tabBarLabel"],[920,21,331,21],[920,23,331,23],[920,33,331,33],[921,10,332,10,"tabBarIcon"],[921,20,332,20],[921,22,332,22,"tabBarIcon"],[921,23,332,23],[922,12,332,25,"color"],[922,17,332,30],[923,12,332,32,"size"],[924,10,332,37],[924,11,332,38],[924,29,333,12],[924,33,333,12,"_reactJsxDevRuntime"],[924,52,333,12],[924,53,333,12,"jsxDEV"],[924,59,333,12],[924,61,333,13,"_expoVectorIcons"],[924,77,333,21],[924,78,333,21,"Ionicons"],[924,86,333,21],[925,12,333,22,"name"],[925,16,333,26],[925,18,333,27],[925,26,333,35],[926,12,333,36,"size"],[926,16,333,40],[926,18,333,42,"size"],[926,22,333,47],[927,12,333,48,"color"],[927,17,333,53],[927,19,333,55,"color"],[928,10,333,61],[929,12,333,61,"fileName"],[929,20,333,61],[929,22,333,61,"_jsxFileName"],[929,34,333,61],[930,12,333,61,"lineNumber"],[930,22,333,61],[931,12,333,61,"columnNumber"],[931,24,333,61],[932,10,333,61],[932,17,333,63],[933,8,335,8],[934,6,335,10],[935,8,335,10,"fileName"],[935,16,335,10],[935,18,335,10,"_jsxFileName"],[935,30,335,10],[936,8,335,10,"lineNumber"],[936,18,335,10],[937,8,335,10,"columnNumber"],[937,20,335,10],[938,6,335,10],[938,13,336,7],[938,14,336,8],[938,29,337,6],[938,33,337,6,"_reactJsxDevRuntime"],[938,52,337,6],[938,53,337,6,"jsxDEV"],[938,59,337,6],[938,61,337,7,"Tab"],[938,64,337,10],[938,65,337,11,"Screen"],[938,71,337,17],[939,8,338,8,"name"],[939,12,338,12],[939,14,338,13],[939,24,338,23],[940,8,339,8,"component"],[940,17,339,17],[940,19,339,19,"ReferralTab"],[940,30,339,31],[941,8,340,8,"options"],[941,15,340,15],[941,17,340,17],[942,10,341,10,"tabBarLabel"],[942,21,341,21],[942,23,341,23],[942,33,341,33],[943,10,342,10,"tabBarIcon"],[943,20,342,20],[943,22,342,22,"tabBarIcon"],[943,23,342,23],[944,12,342,25,"color"],[944,17,342,30],[945,12,342,32,"size"],[946,10,342,37],[946,11,342,38],[946,29,343,12],[946,33,343,12,"_reactJsxDevRuntime"],[946,52,343,12],[946,53,343,12,"jsxDEV"],[946,59,343,12],[946,61,343,13,"_expoVectorIcons"],[946,77,343,21],[946,78,343,21,"Ionicons"],[946,86,343,21],[947,12,343,22,"name"],[947,16,343,26],[947,18,343,27],[947,24,343,33],[948,12,343,34,"size"],[948,16,343,38],[948,18,343,40,"size"],[948,22,343,45],[949,12,343,46,"color"],[949,17,343,51],[949,19,343,53,"color"],[950,10,343,59],[951,12,343,59,"fileName"],[951,20,343,59],[951,22,343,59,"_jsxFileName"],[951,34,343,59],[952,12,343,59,"lineNumber"],[952,22,343,59],[953,12,343,59,"columnNumber"],[953,24,343,59],[954,10,343,59],[954,17,343,61],[955,8,345,8],[956,6,345,10],[957,8,345,10,"fileName"],[957,16,345,10],[957,18,345,10,"_jsxFileName"],[957,30,345,10],[958,8,345,10,"lineNumber"],[958,18,345,10],[959,8,345,10,"columnNumber"],[959,20,345,10],[960,6,345,10],[960,13,346,7],[960,14,346,8],[960,29,347,6],[960,33,347,6,"_reactJsxDevRuntime"],[960,52,347,6],[960,53,347,6,"jsxDEV"],[960,59,347,6],[960,61,347,7,"Tab"],[960,64,347,10],[960,65,347,11,"Screen"],[960,71,347,17],[961,8,348,8,"name"],[961,12,348,12],[961,14,348,13],[961,23,348,22],[962,8,349,8,"component"],[962,17,349,17],[962,19,349,19,"ProfileTab"],[962,29,349,30],[963,8,350,8,"options"],[963,15,350,15],[963,17,350,17],[964,10,351,10,"tabBarLabel"],[964,21,351,21],[964,23,351,23],[964,32,351,32],[965,10,352,10,"tabBarIcon"],[965,20,352,20],[965,22,352,22,"tabBarIcon"],[965,23,352,23],[966,12,352,25,"color"],[966,17,352,30],[967,12,352,32,"size"],[968,10,352,37],[968,11,352,38],[968,29,353,12],[968,33,353,12,"_reactJsxDevRuntime"],[968,52,353,12],[968,53,353,12,"jsxDEV"],[968,59,353,12],[968,61,353,13,"_expoVectorIcons"],[968,77,353,21],[968,78,353,21,"Ionicons"],[968,86,353,21],[969,12,353,22,"name"],[969,16,353,26],[969,18,353,27],[969,26,353,35],[970,12,353,36,"size"],[970,16,353,40],[970,18,353,42,"size"],[970,22,353,47],[971,12,353,48,"color"],[971,17,353,53],[971,19,353,55,"color"],[972,10,353,61],[973,12,353,61,"fileName"],[973,20,353,61],[973,22,353,61,"_jsxFileName"],[973,34,353,61],[974,12,353,61,"lineNumber"],[974,22,353,61],[975,12,353,61,"columnNumber"],[975,24,353,61],[976,10,353,61],[976,17,353,63],[977,8,355,8],[978,6,355,10],[979,8,355,10,"fileName"],[979,16,355,10],[979,18,355,10,"_jsxFileName"],[979,30,355,10],[980,8,355,10,"lineNumber"],[980,18,355,10],[981,8,355,10,"columnNumber"],[981,20,355,10],[982,6,355,10],[982,13,356,7],[982,14,356,8],[983,4,356,8],[984,6,356,8,"fileName"],[984,14,356,8],[984,16,356,8,"_jsxFileName"],[984,28,356,8],[985,6,356,8,"lineNumber"],[985,16,356,8],[986,6,356,8,"columnNumber"],[986,18,356,8],[987,4,356,8],[987,11,357,19],[987,12,357,20],[988,2,359,0],[989,2,359,1,"_c6"],[989,5,359,1],[989,8,297,24,"HomeScreen"],[989,18,297,34],[990,2,361,0],[990,8,361,6,"QUICK_ACTIONS"],[990,21,361,19],[990,24,361,22],[990,25,362,2],[991,4,362,4,"id"],[991,6,362,6],[991,8,362,8],[991,11,362,11],[992,4,362,13,"label"],[992,9,362,18],[992,11,362,20],[992,17,362,26],[993,4,362,28,"icon"],[993,8,362,32],[993,10,362,34],[993,25,362,49],[994,4,362,51,"color"],[994,9,362,56],[994,11,362,58],[995,2,362,68],[995,3,362,69],[995,5,363,2],[996,4,363,4,"id"],[996,6,363,6],[996,8,363,8],[996,11,363,11],[997,4,363,13,"label"],[997,9,363,18],[997,11,363,20],[997,20,363,29],[998,4,363,31,"icon"],[998,8,363,35],[998,10,363,37],[998,22,363,49],[999,4,363,51,"color"],[999,9,363,56],[999,11,363,58],[1000,2,363,68],[1000,3,363,69],[1000,5,364,2],[1001,4,364,4,"id"],[1001,6,364,6],[1001,8,364,8],[1001,11,364,11],[1002,4,364,13,"label"],[1002,9,364,18],[1002,11,364,20],[1002,17,364,26],[1003,4,364,28,"icon"],[1003,8,364,32],[1003,10,364,34],[1003,27,364,51],[1004,4,364,53,"color"],[1004,9,364,58],[1004,11,364,60],[1005,2,364,70],[1005,3,364,71],[1005,5,365,2],[1006,4,365,4,"id"],[1006,6,365,6],[1006,8,365,8],[1006,11,365,11],[1007,4,365,13,"label"],[1007,9,365,18],[1007,11,365,20],[1007,17,365,26],[1008,4,365,28,"icon"],[1008,8,365,32],[1008,10,365,34],[1008,28,365,52],[1009,4,365,54,"color"],[1009,9,365,59],[1009,11,365,61],[1010,2,365,71],[1010,3,365,72],[1010,5,366,2],[1011,4,366,4,"id"],[1011,6,366,6],[1011,8,366,8],[1011,11,366,11],[1012,4,366,13,"label"],[1012,9,366,18],[1012,11,366,20],[1012,18,366,27],[1013,4,366,29,"icon"],[1013,8,366,33],[1013,10,366,35],[1013,23,366,48],[1014,4,366,50,"color"],[1014,9,366,55],[1014,11,366,57],[1015,2,366,67],[1015,3,366,68],[1015,5,367,2],[1016,4,367,4,"id"],[1016,6,367,6],[1016,8,367,8],[1016,11,367,11],[1017,4,367,13,"label"],[1017,9,367,18],[1017,11,367,20],[1017,21,367,30],[1018,4,367,32,"icon"],[1018,8,367,36],[1018,10,367,38],[1018,16,367,44],[1019,4,367,46,"color"],[1019,9,367,51],[1019,11,367,53],[1020,2,367,63],[1020,3,367,64],[1020,5,368,2],[1021,4,368,4,"id"],[1021,6,368,6],[1021,8,368,8],[1021,11,368,11],[1022,4,368,13,"label"],[1022,9,368,18],[1022,11,368,20],[1022,21,368,30],[1023,4,368,32,"icon"],[1023,8,368,36],[1023,10,368,38],[1023,25,368,53],[1024,4,368,55,"color"],[1024,9,368,60],[1024,11,368,62],[1025,2,368,72],[1025,3,368,73],[1025,5,369,2],[1026,4,369,4,"id"],[1026,6,369,6],[1026,8,369,8],[1026,11,369,11],[1027,4,369,13,"label"],[1027,9,369,18],[1027,11,369,20],[1027,22,369,31],[1028,4,369,33,"icon"],[1028,8,369,37],[1028,10,369,39],[1028,18,369,47],[1029,4,369,49,"color"],[1029,9,369,54],[1029,11,369,56],[1030,2,369,66],[1030,3,369,67],[1030,5,370,2],[1031,4,370,4,"id"],[1031,6,370,6],[1031,8,370,8],[1031,11,370,11],[1032,4,370,13,"label"],[1032,9,370,18],[1032,11,370,20],[1032,21,370,30],[1033,4,370,32,"icon"],[1033,8,370,36],[1033,10,370,38],[1033,21,370,49],[1034,4,370,51,"color"],[1034,9,370,56],[1034,11,370,58],[1035,2,370,68],[1035,3,370,69],[1035,5,371,2],[1036,4,371,4,"id"],[1036,6,371,6],[1036,8,371,8],[1036,12,371,12],[1037,4,371,14,"label"],[1037,9,371,19],[1037,11,371,21],[1037,21,371,31],[1038,4,371,33,"icon"],[1038,8,371,37],[1038,10,371,39],[1038,16,371,45],[1039,4,371,47,"color"],[1039,9,371,52],[1039,11,371,54],[1040,2,371,64],[1040,3,371,65],[1040,5,372,2],[1041,4,372,4,"id"],[1041,6,372,6],[1041,8,372,8],[1041,12,372,12],[1042,4,372,14,"label"],[1042,9,372,19],[1042,11,372,21],[1042,22,372,32],[1043,4,372,34,"icon"],[1043,8,372,38],[1043,10,372,40],[1043,16,372,46],[1044,4,372,48,"color"],[1044,9,372,53],[1044,11,372,55],[1045,2,372,65],[1045,3,372,66],[1045,5,373,2],[1046,4,373,4,"id"],[1046,6,373,6],[1046,8,373,8],[1046,12,373,12],[1047,4,373,14,"label"],[1047,9,373,19],[1047,11,373,21],[1047,20,373,30],[1048,4,373,32,"icon"],[1048,8,373,36],[1048,10,373,38],[1048,16,373,44],[1049,4,373,46,"color"],[1049,9,373,51],[1049,11,373,53],[1050,2,373,63],[1050,3,373,64],[1050,5,374,2],[1051,4,374,4,"id"],[1051,6,374,6],[1051,8,374,8],[1051,12,374,12],[1052,4,374,14,"label"],[1052,9,374,19],[1052,11,374,21],[1052,20,374,30],[1053,4,374,32,"icon"],[1053,8,374,36],[1053,10,374,38],[1053,19,374,47],[1054,4,374,49,"color"],[1054,9,374,54],[1054,11,374,56],[1055,2,374,66],[1055,3,374,67],[1055,5,375,2],[1056,4,375,4,"id"],[1056,6,375,6],[1056,8,375,8],[1056,12,375,12],[1057,4,375,14,"label"],[1057,9,375,19],[1057,11,375,21],[1057,21,375,31],[1058,4,375,33,"icon"],[1058,8,375,37],[1058,10,375,39],[1058,20,375,49],[1059,4,375,51,"color"],[1059,9,375,56],[1059,11,375,58],[1060,2,375,68],[1060,3,375,69],[1060,5,376,2],[1061,4,376,4,"id"],[1061,6,376,6],[1061,8,376,8],[1061,12,376,12],[1062,4,376,14,"label"],[1062,9,376,19],[1062,11,376,21],[1062,17,376,27],[1063,4,376,29,"icon"],[1063,8,376,33],[1063,10,376,35],[1063,23,376,48],[1064,4,376,50,"color"],[1064,9,376,55],[1064,11,376,57],[1065,2,376,67],[1065,3,376,68],[1065,5,377,2],[1066,4,377,4,"id"],[1066,6,377,6],[1066,8,377,8],[1066,12,377,12],[1067,4,377,14,"label"],[1067,9,377,19],[1067,11,377,21],[1067,20,377,30],[1068,4,377,32,"icon"],[1068,8,377,36],[1068,10,377,38],[1068,16,377,44],[1069,4,377,46,"color"],[1069,9,377,51],[1069,11,377,53],[1070,2,377,63],[1070,3,377,64],[1070,5,378,2],[1071,4,378,4,"id"],[1071,6,378,6],[1071,8,378,8],[1071,12,378,12],[1072,4,378,14,"label"],[1072,9,378,19],[1072,11,378,21],[1072,18,378,28],[1073,4,378,30,"icon"],[1073,8,378,34],[1073,10,378,36],[1073,17,378,43],[1074,4,378,45,"color"],[1074,9,378,50],[1074,11,378,52],[1075,2,378,62],[1075,3,378,63],[1075,5,379,2],[1076,4,379,4,"id"],[1076,6,379,6],[1076,8,379,8],[1076,12,379,12],[1077,4,379,14,"label"],[1077,9,379,19],[1077,11,379,21],[1077,23,379,33],[1078,4,379,35,"icon"],[1078,8,379,39],[1078,10,379,41],[1078,16,379,47],[1079,4,379,49,"color"],[1079,9,379,54],[1079,11,379,56],[1080,2,379,66],[1080,3,379,67],[1080,5,380,2],[1081,4,380,4,"id"],[1081,6,380,6],[1081,8,380,8],[1081,12,380,12],[1082,4,380,14,"label"],[1082,9,380,19],[1082,11,380,21],[1082,21,380,31],[1083,4,380,33,"icon"],[1083,8,380,37],[1083,10,380,39],[1083,20,380,49],[1084,4,380,51,"color"],[1084,9,380,56],[1084,11,380,58],[1085,2,380,68],[1085,3,380,69],[1085,5,381,2],[1086,4,381,4,"id"],[1086,6,381,6],[1086,8,381,8],[1086,12,381,12],[1087,4,381,14,"label"],[1087,9,381,19],[1087,11,381,21],[1087,20,381,30],[1088,4,381,32,"icon"],[1088,8,381,36],[1088,10,381,38],[1088,18,381,46],[1089,4,381,48,"color"],[1089,9,381,53],[1089,11,381,55],[1090,2,381,65],[1090,3,381,66],[1090,5,382,2],[1091,4,382,4,"id"],[1091,6,382,6],[1091,8,382,8],[1091,12,382,12],[1092,4,382,14,"label"],[1092,9,382,19],[1092,11,382,21],[1092,16,382,26],[1093,4,382,28,"icon"],[1093,8,382,32],[1093,10,382,34],[1093,19,382,43],[1094,4,382,45,"color"],[1094,9,382,50],[1094,11,382,52],[1095,2,382,62],[1095,3,382,63],[1095,5,383,2],[1096,4,383,4,"id"],[1096,6,383,6],[1096,8,383,8],[1096,12,383,12],[1097,4,383,14,"label"],[1097,9,383,19],[1097,11,383,21],[1097,19,383,29],[1098,4,383,31,"icon"],[1098,8,383,35],[1098,10,383,37],[1098,25,383,52],[1099,4,383,54,"color"],[1099,9,383,59],[1099,11,383,61],[1100,2,383,71],[1100,3,383,72],[1100,5,384,2],[1101,4,384,4,"id"],[1101,6,384,6],[1101,8,384,8],[1101,12,384,12],[1102,4,384,14,"label"],[1102,9,384,19],[1102,11,384,21],[1102,17,384,27],[1103,4,384,29,"icon"],[1103,8,384,33],[1103,10,384,35],[1103,15,384,40],[1104,4,384,42,"color"],[1104,9,384,47],[1104,11,384,49],[1105,2,384,59],[1105,3,384,60],[1105,5,385,2],[1106,4,385,4,"id"],[1106,6,385,6],[1106,8,385,8],[1106,12,385,12],[1107,4,385,14,"label"],[1107,9,385,19],[1107,11,385,21],[1107,21,385,31],[1108,4,385,33,"icon"],[1108,8,385,37],[1108,10,385,39],[1108,24,385,53],[1109,4,385,55,"color"],[1109,9,385,60],[1109,11,385,62],[1110,2,385,72],[1110,3,385,73],[1110,5,386,2],[1111,4,386,4,"id"],[1111,6,386,6],[1111,8,386,8],[1111,12,386,12],[1112,4,386,14,"label"],[1112,9,386,19],[1112,11,386,21],[1112,18,386,28],[1113,4,386,30,"icon"],[1113,8,386,34],[1113,10,386,36],[1113,17,386,43],[1114,4,386,45,"color"],[1114,9,386,50],[1114,11,386,52],[1115,2,386,62],[1115,3,386,63],[1115,5,387,2],[1116,4,387,4,"id"],[1116,6,387,6],[1116,8,387,8],[1116,12,387,12],[1117,4,387,14,"label"],[1117,9,387,19],[1117,11,387,21],[1117,18,387,28],[1118,4,387,30,"icon"],[1118,8,387,34],[1118,10,387,36],[1118,15,387,41],[1119,4,387,43,"color"],[1119,9,387,48],[1119,11,387,50],[1120,2,387,60],[1120,3,387,61],[1120,5,388,2],[1121,4,388,4,"id"],[1121,6,388,6],[1121,8,388,8],[1121,12,388,12],[1122,4,388,14,"label"],[1122,9,388,19],[1122,11,388,21],[1122,18,388,28],[1123,4,388,30,"icon"],[1123,8,388,34],[1123,10,388,36],[1123,22,388,48],[1124,4,388,50,"color"],[1124,9,388,55],[1124,11,388,57],[1125,2,388,67],[1125,3,388,68],[1125,5,389,2],[1126,4,389,4,"id"],[1126,6,389,6],[1126,8,389,8],[1126,12,389,12],[1127,4,389,14,"label"],[1127,9,389,19],[1127,11,389,21],[1127,19,389,29],[1128,4,389,31,"icon"],[1128,8,389,35],[1128,10,389,37],[1128,20,389,47],[1129,4,389,49,"color"],[1129,9,389,54],[1129,11,389,56],[1130,2,389,66],[1130,3,389,67],[1130,5,390,2],[1131,4,390,4,"id"],[1131,6,390,6],[1131,8,390,8],[1131,12,390,12],[1132,4,390,14,"label"],[1132,9,390,19],[1132,11,390,21],[1132,19,390,29],[1133,4,390,31,"icon"],[1133,8,390,35],[1133,10,390,37],[1133,16,390,43],[1134,4,390,45,"color"],[1134,9,390,50],[1134,11,390,52],[1135,2,390,62],[1135,3,390,63],[1135,5,391,2],[1136,4,391,4,"id"],[1136,6,391,6],[1136,8,391,8],[1136,12,391,12],[1137,4,391,14,"label"],[1137,9,391,19],[1137,11,391,21],[1137,17,391,27],[1138,4,391,29,"icon"],[1138,8,391,33],[1138,10,391,35],[1138,16,391,41],[1139,4,391,43,"color"],[1139,9,391,48],[1139,11,391,50],[1140,2,391,60],[1140,3,391,61],[1140,4,392,1],[1141,2,394,0],[1141,8,394,6,"styles"],[1141,14,394,12],[1141,17,394,15,"StyleSheet"],[1141,27,394,25],[1141,28,394,25,"default"],[1141,35,394,25],[1141,36,394,26,"create"],[1141,42,394,32],[1141,43,394,33],[1142,4,395,2,"container"],[1142,13,395,11],[1142,15,395,13],[1143,6,396,4,"flex"],[1143,10,396,8],[1143,12,396,10],[1143,13,396,11],[1144,6,397,4,"backgroundColor"],[1144,21,397,19],[1144,23,397,21],[1145,4,398,2],[1145,5,398,3],[1146,4,399,2,"scrollContent"],[1146,17,399,15],[1146,19,399,17],[1147,6,400,4,"paddingBottom"],[1147,19,400,17],[1147,21,400,19],[1148,4,401,2],[1148,5,401,3],[1149,4,402,2,"walletScrollContent"],[1149,23,402,21],[1149,25,402,23],[1150,6,403,4,"paddingBottom"],[1150,19,403,17],[1150,21,403,19],[1151,4,404,2],[1151,5,404,3],[1152,4,405,2,"header"],[1152,10,405,8],[1152,12,405,10],[1153,6,406,4,"flexDirection"],[1153,19,406,17],[1153,21,406,19],[1153,26,406,24],[1154,6,407,4,"justifyContent"],[1154,20,407,18],[1154,22,407,20],[1154,37,407,35],[1155,6,408,4,"alignItems"],[1155,16,408,14],[1155,18,408,16],[1155,26,408,24],[1156,6,409,4,"padding"],[1156,13,409,11],[1156,15,409,13],[1156,17,409,15],[1157,6,410,4,"backgroundColor"],[1157,21,410,19],[1157,23,410,21],[1157,29,410,27],[1158,6,411,4,"borderBottomWidth"],[1158,23,411,21],[1158,25,411,23],[1158,26,411,24],[1159,6,412,4,"borderBottomColor"],[1159,23,412,21],[1159,25,412,23],[1160,4,413,2],[1160,5,413,3],[1161,4,414,2,"headerLeft"],[1161,14,414,12],[1161,16,414,14],[1162,6,415,4,"position"],[1162,14,415,12],[1162,16,415,14],[1163,4,416,2],[1163,5,416,3],[1164,4,417,2,"profileImage"],[1164,16,417,14],[1164,18,417,16],[1165,6,418,4,"width"],[1165,11,418,9],[1165,13,418,11],[1165,15,418,13],[1166,6,419,4,"height"],[1166,12,419,10],[1166,14,419,12],[1166,16,419,14],[1167,6,420,4,"borderRadius"],[1167,18,420,16],[1167,20,420,18],[1167,22,420,20],[1168,6,421,4,"backgroundColor"],[1168,21,421,19],[1168,23,421,21],[1168,32,421,30],[1169,6,422,4,"alignItems"],[1169,16,422,14],[1169,18,422,16],[1169,26,422,24],[1170,6,423,4,"justifyContent"],[1170,20,423,18],[1170,22,423,20],[1170,30,423,28],[1171,6,424,4,"overflow"],[1171,14,424,12],[1171,16,424,14],[1172,4,425,2],[1172,5,425,3],[1173,4,426,2,"profileImageSrc"],[1173,19,426,17],[1173,21,426,19],[1174,6,427,4,"width"],[1174,11,427,9],[1174,13,427,11],[1174,15,427,13],[1175,6,428,4,"height"],[1175,12,428,10],[1175,14,428,12],[1176,4,429,2],[1176,5,429,3],[1177,4,430,2,"profileBadge"],[1177,16,430,14],[1177,18,430,16],[1178,6,431,4,"position"],[1178,14,431,12],[1178,16,431,14],[1178,26,431,24],[1179,6,432,4,"bottom"],[1179,12,432,10],[1179,14,432,12],[1179,15,432,13],[1179,16,432,14],[1180,6,433,4,"right"],[1180,11,433,9],[1180,13,433,11],[1180,14,433,12],[1180,15,433,13],[1181,6,434,4,"backgroundColor"],[1181,21,434,19],[1181,23,434,21],[1181,32,434,30],[1182,6,435,4,"borderRadius"],[1182,18,435,16],[1182,20,435,18],[1182,22,435,20],[1183,6,436,4,"paddingHorizontal"],[1183,23,436,21],[1183,25,436,23],[1183,26,436,24],[1184,6,437,4,"paddingVertical"],[1184,21,437,19],[1184,23,437,21],[1184,24,437,22],[1185,6,438,4,"flexDirection"],[1185,19,438,17],[1185,21,438,19],[1185,26,438,24],[1186,6,439,4,"alignItems"],[1186,16,439,14],[1186,18,439,16],[1186,26,439,24],[1187,6,440,4,"gap"],[1187,9,440,7],[1187,11,440,9],[1188,4,441,2],[1188,5,441,3],[1189,4,442,2,"trustScore"],[1189,14,442,12],[1189,16,442,14],[1190,6,443,4,"fontSize"],[1190,14,443,12],[1190,16,443,14],[1190,18,443,16],[1191,6,444,4,"fontWeight"],[1191,16,444,14],[1191,18,444,16],[1191,23,444,21],[1192,6,445,4,"color"],[1192,11,445,9],[1192,13,445,11],[1193,4,446,2],[1193,5,446,3],[1194,4,447,2,"headerRight"],[1194,15,447,13],[1194,17,447,15],[1195,6,448,4,"flexDirection"],[1195,19,448,17],[1195,21,448,19],[1195,26,448,24],[1196,6,449,4,"gap"],[1196,9,449,7],[1196,11,449,9],[1197,4,450,2],[1197,5,450,3],[1198,4,451,2,"iconButton"],[1198,14,451,12],[1198,16,451,14],[1199,6,452,4,"padding"],[1199,13,452,11],[1199,15,452,13],[1200,4,453,2],[1200,5,453,3],[1201,4,454,2,"announcementWidget"],[1201,22,454,20],[1201,24,454,22],[1202,6,455,4,"padding"],[1202,13,455,11],[1202,15,455,13],[1203,4,456,2],[1203,5,456,3],[1204,4,457,2,"announcement"],[1204,16,457,14],[1204,18,457,16],[1205,6,458,4,"backgroundColor"],[1205,21,458,19],[1205,23,458,21],[1205,29,458,27],[1206,6,459,4,"padding"],[1206,13,459,11],[1206,15,459,13],[1206,17,459,15],[1207,6,460,4,"borderRadius"],[1207,18,460,16],[1207,20,460,18],[1207,22,460,20],[1208,6,461,4,"marginRight"],[1208,17,461,15],[1208,19,461,17],[1208,21,461,19],[1209,6,462,4,"width"],[1209,11,462,9],[1209,13,462,11,"width"],[1209,18,462,16],[1209,21,462,19],[1209,23,462,21],[1210,6,463,4,"borderLeftWidth"],[1210,21,463,19],[1210,23,463,21],[1210,24,463,22],[1211,6,464,4,"borderLeftColor"],[1211,21,464,19],[1211,23,464,21],[1212,4,465,2],[1212,5,465,3],[1213,4,466,2,"announcementTitle"],[1213,21,466,19],[1213,23,466,21],[1214,6,467,4,"fontSize"],[1214,14,467,12],[1214,16,467,14],[1214,18,467,16],[1215,6,468,4,"fontWeight"],[1215,16,468,14],[1215,18,468,16],[1215,23,468,21],[1216,6,469,4,"color"],[1216,11,469,9],[1216,13,469,11],[1216,22,469,20],[1217,6,470,4,"marginBottom"],[1217,18,470,16],[1217,20,470,18],[1218,4,471,2],[1218,5,471,3],[1219,4,472,2,"announcementText"],[1219,20,472,18],[1219,22,472,20],[1220,6,473,4,"fontSize"],[1220,14,473,12],[1220,16,473,14],[1220,18,473,16],[1221,6,474,4,"color"],[1221,11,474,9],[1221,13,474,11],[1222,4,475,2],[1222,5,475,3],[1223,4,476,2,"quickActionsContainer"],[1223,25,476,23],[1223,27,476,25],[1224,6,477,4,"padding"],[1224,13,477,11],[1224,15,477,13],[1225,4,478,2],[1225,5,478,3],[1226,4,479,2,"sectionTitle"],[1226,16,479,14],[1226,18,479,16],[1227,6,480,4,"fontSize"],[1227,14,480,12],[1227,16,480,14],[1227,18,480,16],[1228,6,481,4,"fontWeight"],[1228,16,481,14],[1228,18,481,16],[1228,23,481,21],[1229,6,482,4,"color"],[1229,11,482,9],[1229,13,482,11],[1229,22,482,20],[1230,6,483,4,"marginBottom"],[1230,18,483,16],[1230,20,483,18],[1231,4,484,2],[1231,5,484,3],[1232,4,485,2,"actionsGrid"],[1232,15,485,13],[1232,17,485,15],[1233,6,486,4,"flexDirection"],[1233,19,486,17],[1233,21,486,19],[1233,26,486,24],[1234,6,487,4,"flexWrap"],[1234,14,487,12],[1234,16,487,14],[1234,22,487,20],[1235,6,488,4,"justifyContent"],[1235,20,488,18],[1235,22,488,20],[1236,4,489,2],[1236,5,489,3],[1237,4,490,2,"actionCard"],[1237,14,490,12],[1237,16,490,14],[1238,6,491,4,"width"],[1238,11,491,9],[1238,13,491,11],[1238,14,491,12,"width"],[1238,19,491,17],[1238,22,491,20],[1238,24,491,22],[1238,28,491,26],[1238,29,491,27],[1239,6,492,4,"backgroundColor"],[1239,21,492,19],[1239,23,492,21],[1239,29,492,27],[1240,6,493,4,"padding"],[1240,13,493,11],[1240,15,493,13],[1240,17,493,15],[1241,6,494,4,"borderRadius"],[1241,18,494,16],[1241,20,494,18],[1241,22,494,20],[1242,6,495,4,"alignItems"],[1242,16,495,14],[1242,18,495,16],[1242,26,495,24],[1243,6,496,4,"marginBottom"],[1243,18,496,16],[1243,20,496,18],[1243,22,496,20],[1244,6,497,4,"shadowColor"],[1244,17,497,15],[1244,19,497,17],[1244,25,497,23],[1245,6,498,4,"shadowOffset"],[1245,18,498,16],[1245,20,498,18],[1246,8,498,20,"width"],[1246,13,498,25],[1246,15,498,27],[1246,16,498,28],[1247,8,498,30,"height"],[1247,14,498,36],[1247,16,498,38],[1248,6,498,40],[1248,7,498,41],[1249,6,499,4,"shadowOpacity"],[1249,19,499,17],[1249,21,499,19],[1249,25,499,23],[1250,6,500,4,"shadowRadius"],[1250,18,500,16],[1250,20,500,18],[1250,21,500,19],[1251,6,501,4,"elevation"],[1251,15,501,13],[1251,17,501,15],[1252,4,502,2],[1252,5,502,3],[1253,4,503,2,"actionCardFirst"],[1253,19,503,17],[1253,21,503,19],[1254,6,504,4,"marginRight"],[1254,17,504,15],[1254,19,504,17],[1255,4,505,2],[1255,5,505,3],[1256,4,506,2,"actionCardLast"],[1256,18,506,16],[1256,20,506,18],[1257,6,507,4,"marginLeft"],[1257,16,507,14],[1257,18,507,16],[1258,4,508,2],[1258,5,508,3],[1259,4,509,2,"actionIcon"],[1259,14,509,12],[1259,16,509,14],[1260,6,510,4,"width"],[1260,11,510,9],[1260,13,510,11],[1260,15,510,13],[1261,6,511,4,"height"],[1261,12,511,10],[1261,14,511,12],[1261,16,511,14],[1262,6,512,4,"borderRadius"],[1262,18,512,16],[1262,20,512,18],[1262,22,512,20],[1263,6,513,4,"alignItems"],[1263,16,513,14],[1263,18,513,16],[1263,26,513,24],[1264,6,514,4,"justifyContent"],[1264,20,514,18],[1264,22,514,20],[1264,30,514,28],[1265,6,515,4,"marginBottom"],[1265,18,515,16],[1265,20,515,18],[1266,4,516,2],[1266,5,516,3],[1267,4,517,2,"actionLabel"],[1267,15,517,13],[1267,17,517,15],[1268,6,518,4,"fontSize"],[1268,14,518,12],[1268,16,518,14],[1268,18,518,16],[1269,6,519,4,"color"],[1269,11,519,9],[1269,13,519,11],[1269,22,519,20],[1270,6,520,4,"textAlign"],[1270,15,520,13],[1270,17,520,15],[1271,4,521,2],[1271,5,521,3],[1272,4,522,2,"walletHeader"],[1272,16,522,14],[1272,18,522,16],[1273,6,523,4,"padding"],[1273,13,523,11],[1273,15,523,13],[1273,17,523,15],[1274,6,524,4,"backgroundColor"],[1274,21,524,19],[1274,23,524,21],[1274,29,524,27],[1275,6,525,4,"borderBottomWidth"],[1275,23,525,21],[1275,25,525,23],[1275,26,525,24],[1276,6,526,4,"borderBottomColor"],[1276,23,526,21],[1276,25,526,23],[1276,34,526,32],[1277,6,527,4,"flexDirection"],[1277,19,527,17],[1277,21,527,19],[1277,26,527,24],[1278,6,528,4,"justifyContent"],[1278,20,528,18],[1278,22,528,20],[1278,37,528,35],[1279,6,529,4,"alignItems"],[1279,16,529,14],[1279,18,529,16],[1280,4,530,2],[1280,5,530,3],[1281,4,531,2,"walletTitle"],[1281,15,531,13],[1281,17,531,15],[1282,6,532,4,"fontSize"],[1282,14,532,12],[1282,16,532,14],[1282,18,532,16],[1283,6,533,4,"fontWeight"],[1283,16,533,14],[1283,18,533,16],[1283,23,533,21],[1284,6,534,4,"color"],[1284,11,534,9],[1284,13,534,11],[1285,4,535,2],[1285,5,535,3],[1286,4,536,2,"refreshButton"],[1286,17,536,15],[1286,19,536,17],[1287,6,537,4,"padding"],[1287,13,537,11],[1287,15,537,13],[1287,16,537,14],[1288,6,538,4,"borderRadius"],[1288,18,538,16],[1288,20,538,18],[1288,21,538,19],[1289,6,539,4,"backgroundColor"],[1289,21,539,19],[1289,23,539,21],[1290,4,540,2],[1290,5,540,3],[1291,4,541,2,"balanceCards"],[1291,16,541,14],[1291,18,541,16],[1292,6,542,4,"padding"],[1292,13,542,11],[1292,15,542,13],[1292,17,542,15],[1293,6,543,4,"gap"],[1293,9,543,7],[1293,11,543,9],[1294,4,544,2],[1294,5,544,3],[1295,4,545,2,"balanceCard"],[1295,15,545,13],[1295,17,545,15],[1296,6,546,4,"backgroundColor"],[1296,21,546,19],[1296,23,546,21],[1296,29,546,27],[1297,6,547,4,"padding"],[1297,13,547,11],[1297,15,547,13],[1297,17,547,15],[1298,6,548,4,"borderRadius"],[1298,18,548,16],[1298,20,548,18],[1298,22,548,20],[1299,6,549,4,"borderWidth"],[1299,17,549,15],[1299,19,549,17],[1299,20,549,18],[1300,6,550,4,"borderColor"],[1300,17,550,15],[1300,19,550,17],[1301,4,551,2],[1301,5,551,3],[1302,4,552,2,"balanceCardHeader"],[1302,21,552,19],[1302,23,552,21],[1303,6,553,4,"flexDirection"],[1303,19,553,17],[1303,21,553,19],[1303,26,553,24],[1304,6,554,4,"alignItems"],[1304,16,554,14],[1304,18,554,16],[1304,26,554,24],[1305,6,555,4,"gap"],[1305,9,555,7],[1305,11,555,9],[1305,12,555,10],[1306,6,556,4,"marginBottom"],[1306,18,556,16],[1306,20,556,18],[1307,4,557,2],[1307,5,557,3],[1308,4,558,2,"tokenLogo"],[1308,13,558,11],[1308,15,558,13],[1309,6,559,4,"width"],[1309,11,559,9],[1309,13,559,11],[1309,15,559,13],[1310,6,560,4,"height"],[1310,12,560,10],[1310,14,560,12],[1310,16,560,14],[1311,6,561,4,"borderRadius"],[1311,18,561,16],[1311,20,561,18],[1312,4,562,2],[1312,5,562,3],[1313,4,563,2,"tokenSymbol"],[1313,15,563,13],[1313,17,563,15],[1314,6,564,4,"fontSize"],[1314,14,564,12],[1314,16,564,14],[1314,18,564,16],[1315,6,565,4,"fontWeight"],[1315,16,565,14],[1315,18,565,16],[1315,23,565,21],[1316,6,566,4,"color"],[1316,11,566,9],[1316,13,566,11],[1317,4,567,2],[1317,5,567,3],[1318,4,568,2,"balanceAmount"],[1318,17,568,15],[1318,19,568,17],[1319,6,569,4,"fontSize"],[1319,14,569,12],[1319,16,569,14],[1319,18,569,16],[1320,6,570,4,"fontWeight"],[1320,16,570,14],[1320,18,570,16],[1320,23,570,21],[1321,6,571,4,"color"],[1321,11,571,9],[1321,13,571,11],[1321,22,571,20],[1322,6,572,4,"marginBottom"],[1322,18,572,16],[1322,20,572,18],[1323,4,573,2],[1323,5,573,3],[1324,4,574,2,"balanceUsd"],[1324,14,574,12],[1324,16,574,14],[1325,6,575,4,"fontSize"],[1325,14,575,12],[1325,16,575,14],[1325,18,575,16],[1326,6,576,4,"color"],[1326,11,576,9],[1326,13,576,11],[1327,4,577,2],[1327,5,577,3],[1328,4,578,2,"walletActions"],[1328,17,578,15],[1328,19,578,17],[1329,6,579,4,"flexDirection"],[1329,19,579,17],[1329,21,579,19],[1329,26,579,24],[1330,6,580,4,"padding"],[1330,13,580,11],[1330,15,580,13],[1330,17,580,15],[1331,6,581,4,"gap"],[1331,9,581,7],[1331,11,581,9],[1332,4,582,2],[1332,5,582,3],[1333,4,583,2,"walletActionButton"],[1333,22,583,20],[1333,24,583,22],[1334,6,584,4,"flex"],[1334,10,584,8],[1334,12,584,10],[1334,13,584,11],[1335,6,585,4,"backgroundColor"],[1335,21,585,19],[1335,23,585,21],[1335,32,585,30],[1336,6,586,4,"padding"],[1336,13,586,11],[1336,15,586,13],[1336,17,586,15],[1337,6,587,4,"borderRadius"],[1337,18,587,16],[1337,20,587,18],[1337,22,587,20],[1338,6,588,4,"alignItems"],[1338,16,588,14],[1338,18,588,16],[1338,26,588,24],[1339,6,589,4,"gap"],[1339,9,589,7],[1339,11,589,9],[1340,4,590,2],[1340,5,590,3],[1341,4,591,2,"walletActionText"],[1341,20,591,18],[1341,22,591,20],[1342,6,592,4,"color"],[1342,11,592,9],[1342,13,592,11],[1342,19,592,17],[1343,6,593,4,"fontSize"],[1343,14,593,12],[1343,16,593,14],[1343,18,593,16],[1344,6,594,4,"fontWeight"],[1344,16,594,14],[1344,18,594,16],[1345,4,595,2],[1345,5,595,3],[1346,4,596,2,"placeholderText"],[1346,19,596,17],[1346,21,596,19],[1347,6,597,4,"flex"],[1347,10,597,8],[1347,12,597,10],[1347,13,597,11],[1348,6,598,4,"textAlign"],[1348,15,598,13],[1348,17,598,15],[1348,25,598,23],[1349,6,599,4,"marginTop"],[1349,15,599,13],[1349,17,599,15],[1349,20,599,18],[1350,6,600,4,"fontSize"],[1350,14,600,12],[1350,16,600,14],[1350,18,600,16],[1351,6,601,4,"color"],[1351,11,601,9],[1351,13,601,11],[1352,4,602,2],[1352,5,602,3],[1353,4,603,2,"tabBar"],[1353,10,603,8],[1353,12,603,10],[1354,6,604,4,"borderTopWidth"],[1354,20,604,18],[1354,22,604,20],[1354,23,604,21],[1355,6,605,4,"borderTopColor"],[1355,20,605,18],[1355,22,605,20],[1355,31,605,29],[1356,6,606,4,"paddingBottom"],[1356,19,606,17],[1356,21,606,19],[1356,23,606,21],[1357,6,607,4,"paddingTop"],[1357,16,607,14],[1357,18,607,16],[1357,19,607,17],[1358,6,608,4,"backgroundColor"],[1358,21,608,19],[1358,23,608,21],[1359,4,609,2],[1359,5,609,3],[1360,4,610,2],[1361,4,611,2,"balanceRow"],[1361,14,611,12],[1361,16,611,14],[1362,6,612,4,"flexDirection"],[1362,19,612,17],[1362,21,612,19],[1362,26,612,24],[1363,6,613,4,"padding"],[1363,13,613,11],[1363,15,613,13],[1363,17,613,15],[1364,6,614,4,"gap"],[1364,9,614,7],[1364,11,614,9],[1365,4,615,2],[1365,5,615,3],[1366,4,616,2,"balanceCardNew"],[1366,18,616,16],[1366,20,616,18],[1367,6,617,4,"flex"],[1367,10,617,8],[1367,12,617,10],[1367,13,617,11],[1368,6,618,4,"backgroundColor"],[1368,21,618,19],[1368,23,618,21],[1368,29,618,27],[1369,6,619,4,"padding"],[1369,13,619,11],[1369,15,619,13],[1369,17,619,15],[1370,6,620,4,"borderRadius"],[1370,18,620,16],[1370,20,620,18],[1370,22,620,20],[1371,6,621,4,"alignItems"],[1371,16,621,14],[1371,18,621,16],[1371,26,621,24],[1372,6,622,4,"shadowColor"],[1372,17,622,15],[1372,19,622,17],[1372,25,622,23],[1373,6,623,4,"shadowOffset"],[1373,18,623,16],[1373,20,623,18],[1374,8,623,20,"width"],[1374,13,623,25],[1374,15,623,27],[1374,16,623,28],[1375,8,623,30,"height"],[1375,14,623,36],[1375,16,623,38],[1376,6,623,40],[1376,7,623,41],[1377,6,624,4,"shadowOpacity"],[1377,19,624,17],[1377,21,624,19],[1377,24,624,22],[1378,6,625,4,"shadowRadius"],[1378,18,625,16],[1378,20,625,18],[1378,21,625,19],[1379,6,626,4,"elevation"],[1379,15,626,13],[1379,17,626,15],[1380,4,627,2],[1380,5,627,3],[1381,4,628,2,"tokenLogoNew"],[1381,16,628,14],[1381,18,628,16],[1382,6,629,4,"width"],[1382,11,629,9],[1382,13,629,11],[1382,15,629,13],[1383,6,630,4,"height"],[1383,12,630,10],[1383,14,630,12],[1383,16,630,14],[1384,6,631,4,"borderRadius"],[1384,18,631,16],[1384,20,631,18],[1384,22,631,20],[1385,6,632,4,"marginBottom"],[1385,18,632,16],[1385,20,632,18],[1386,4,633,2],[1386,5,633,3],[1387,4,634,2,"tokenSymbolNew"],[1387,18,634,16],[1387,20,634,18],[1388,6,635,4,"fontSize"],[1388,14,635,12],[1388,16,635,14],[1388,18,635,16],[1389,6,636,4,"fontWeight"],[1389,16,636,14],[1389,18,636,16],[1389,23,636,21],[1390,6,637,4,"color"],[1390,11,637,9],[1390,13,637,11],[1390,22,637,20],[1391,6,638,4,"marginBottom"],[1391,18,638,16],[1391,20,638,18],[1392,4,639,2],[1392,5,639,3],[1393,4,640,2,"balanceAmountNew"],[1393,20,640,18],[1393,22,640,20],[1394,6,641,4,"fontSize"],[1394,14,641,12],[1394,16,641,14],[1394,18,641,16],[1395,6,642,4,"fontWeight"],[1395,16,642,14],[1395,18,642,16],[1395,23,642,21],[1396,6,643,4,"color"],[1396,11,643,9],[1396,13,643,11],[1396,22,643,20],[1397,6,644,4,"marginBottom"],[1397,18,644,16],[1397,20,644,18],[1398,4,645,2],[1398,5,645,3],[1399,4,646,2,"tokenNameNew"],[1399,16,646,14],[1399,18,646,16],[1400,6,647,4,"fontSize"],[1400,14,647,12],[1400,16,647,14],[1400,18,647,16],[1401,6,648,4,"color"],[1401,11,648,9],[1401,13,648,11],[1402,4,649,2],[1402,5,649,3],[1403,4,650,2,"actionsContainer"],[1403,20,650,18],[1403,22,650,20],[1404,6,651,4,"margin"],[1404,12,651,10],[1404,14,651,12],[1404,16,651,14],[1405,6,652,4,"backgroundColor"],[1405,21,652,19],[1405,23,652,21],[1405,29,652,27],[1406,6,653,4,"padding"],[1406,13,653,11],[1406,15,653,13],[1406,17,653,15],[1407,6,654,4,"borderRadius"],[1407,18,654,16],[1407,20,654,18],[1407,22,654,20],[1408,6,655,4,"shadowColor"],[1408,17,655,15],[1408,19,655,17],[1408,25,655,23],[1409,6,656,4,"shadowOffset"],[1409,18,656,16],[1409,20,656,18],[1410,8,656,20,"width"],[1410,13,656,25],[1410,15,656,27],[1410,16,656,28],[1411,8,656,30,"height"],[1411,14,656,36],[1411,16,656,38],[1412,6,656,40],[1412,7,656,41],[1413,6,657,4,"shadowOpacity"],[1413,19,657,17],[1413,21,657,19],[1413,24,657,22],[1414,6,658,4,"shadowRadius"],[1414,18,658,16],[1414,20,658,18],[1414,21,658,19],[1415,6,659,4,"elevation"],[1415,15,659,13],[1415,17,659,15],[1416,4,660,2],[1416,5,660,3],[1417,4,661,2,"actionsRow"],[1417,14,661,12],[1417,16,661,14],[1418,6,662,4,"flexDirection"],[1418,19,662,17],[1418,21,662,19],[1418,26,662,24],[1419,6,663,4,"justifyContent"],[1419,20,663,18],[1419,22,663,20],[1419,37,663,35],[1420,6,664,4,"marginBottom"],[1420,18,664,16],[1420,20,664,18],[1421,4,665,2],[1421,5,665,3],[1422,4,666,2,"actionBtn"],[1422,13,666,11],[1422,15,666,13],[1423,6,667,4,"width"],[1423,11,667,9],[1423,13,667,11],[1423,14,667,12,"width"],[1423,19,667,17],[1423,22,667,20],[1423,24,667,22],[1423,28,667,26],[1423,29,667,27],[1424,6,668,4,"padding"],[1424,13,668,11],[1424,15,668,13],[1424,17,668,15],[1425,6,669,4,"borderRadius"],[1425,18,669,16],[1425,20,669,18],[1425,22,669,20],[1426,6,670,4,"alignItems"],[1426,16,670,14],[1426,18,670,16],[1426,26,670,24],[1427,6,671,4,"justifyContent"],[1427,20,671,18],[1427,22,671,20],[1428,4,672,2],[1428,5,672,3],[1429,4,673,2,"actionBtnText"],[1429,17,673,15],[1429,19,673,17],[1430,6,674,4,"color"],[1430,11,674,9],[1430,13,674,11],[1430,19,674,17],[1431,6,675,4,"fontSize"],[1431,14,675,12],[1431,16,675,14],[1431,18,675,16],[1432,6,676,4,"fontWeight"],[1432,16,676,14],[1432,18,676,16],[1432,23,676,21],[1433,6,677,4,"marginTop"],[1433,15,677,13],[1433,17,677,15],[1434,4,678,2],[1434,5,678,3],[1435,4,679,2,"tokensContainer"],[1435,19,679,17],[1435,21,679,19],[1436,6,680,4,"margin"],[1436,12,680,10],[1436,14,680,12],[1436,16,680,14],[1437,6,681,4,"marginTop"],[1437,15,681,13],[1437,17,681,15],[1438,4,682,2],[1438,5,682,3],[1439,4,683,2,"tokensTitle"],[1439,15,683,13],[1439,17,683,15],[1440,6,684,4,"fontSize"],[1440,14,684,12],[1440,16,684,14],[1440,18,684,16],[1441,6,685,4,"fontWeight"],[1441,16,685,14],[1441,18,685,16],[1441,23,685,21],[1442,6,686,4,"color"],[1442,11,686,9],[1442,13,686,11],[1442,22,686,20],[1443,6,687,4,"marginBottom"],[1443,18,687,16],[1443,20,687,18],[1443,22,687,20],[1444,6,688,4,"paddingHorizontal"],[1444,23,688,21],[1444,25,688,23],[1445,4,689,2],[1445,5,689,3],[1446,4,690,2,"tokenItem"],[1446,13,690,11],[1446,15,690,13],[1447,6,691,4,"flexDirection"],[1447,19,691,17],[1447,21,691,19],[1447,26,691,24],[1448,6,692,4,"justifyContent"],[1448,20,692,18],[1448,22,692,20],[1448,37,692,35],[1449,6,693,4,"alignItems"],[1449,16,693,14],[1449,18,693,16],[1449,26,693,24],[1450,6,694,4,"backgroundColor"],[1450,21,694,19],[1450,23,694,21],[1450,29,694,27],[1451,6,695,4,"padding"],[1451,13,695,11],[1451,15,695,13],[1451,17,695,15],[1452,6,696,4,"borderRadius"],[1452,18,696,16],[1452,20,696,18],[1452,22,696,20],[1453,6,697,4,"marginBottom"],[1453,18,697,16],[1453,20,697,18],[1453,21,697,19],[1454,6,698,4,"shadowColor"],[1454,17,698,15],[1454,19,698,17],[1454,25,698,23],[1455,6,699,4,"shadowOffset"],[1455,18,699,16],[1455,20,699,18],[1456,8,699,20,"width"],[1456,13,699,25],[1456,15,699,27],[1456,16,699,28],[1457,8,699,30,"height"],[1457,14,699,36],[1457,16,699,38],[1458,6,699,40],[1458,7,699,41],[1459,6,700,4,"shadowOpacity"],[1459,19,700,17],[1459,21,700,19],[1459,25,700,23],[1460,6,701,4,"shadowRadius"],[1460,18,701,16],[1460,20,701,18],[1460,21,701,19],[1461,6,702,4,"elevation"],[1461,15,702,13],[1461,17,702,15],[1462,4,703,2],[1462,5,703,3],[1463,4,704,2,"tokenItemLeft"],[1463,17,704,15],[1463,19,704,17],[1464,6,705,4,"flexDirection"],[1464,19,705,17],[1464,21,705,19],[1464,26,705,24],[1465,6,706,4,"alignItems"],[1465,16,706,14],[1465,18,706,16],[1465,26,706,24],[1466,6,707,4,"gap"],[1466,9,707,7],[1466,11,707,9],[1467,4,708,2],[1467,5,708,3],[1468,4,709,2,"tokenIconContainer"],[1468,22,709,20],[1468,24,709,22],[1469,6,710,4,"position"],[1469,14,710,12],[1469,16,710,14],[1469,26,710,24],[1470,6,711,4,"width"],[1470,11,711,9],[1470,13,711,11],[1470,15,711,13],[1471,6,712,4,"height"],[1471,12,712,10],[1471,14,712,12],[1472,4,713,2],[1472,5,713,3],[1473,4,714,2,"tokenIcon"],[1473,13,714,11],[1473,15,714,13],[1474,6,715,4,"width"],[1474,11,715,9],[1474,13,715,11],[1474,15,715,13],[1475,6,716,4,"height"],[1475,12,716,10],[1475,14,716,12],[1475,16,716,14],[1476,6,717,4,"borderRadius"],[1476,18,717,16],[1476,20,717,18],[1477,4,718,2],[1477,5,718,3],[1478,4,719,2,"networkBadge"],[1478,16,719,14],[1478,18,719,16],[1479,6,720,4,"position"],[1479,14,720,12],[1479,16,720,14],[1479,26,720,24],[1480,6,721,4,"right"],[1480,11,721,9],[1480,13,721,11],[1480,14,721,12],[1480,15,721,13],[1481,6,722,4,"bottom"],[1481,12,722,10],[1481,14,722,12],[1481,15,722,13],[1481,16,722,14],[1482,6,723,4,"width"],[1482,11,723,9],[1482,13,723,11],[1482,15,723,13],[1483,6,724,4,"height"],[1483,12,724,10],[1483,14,724,12],[1483,16,724,14],[1484,6,725,4,"borderRadius"],[1484,18,725,16],[1484,20,725,18],[1484,21,725,19],[1485,6,726,4,"borderWidth"],[1485,17,726,15],[1485,19,726,17],[1485,20,726,18],[1486,6,727,4,"borderColor"],[1486,17,727,15],[1486,19,727,17],[1487,4,728,2],[1487,5,728,3],[1488,4,729,2,"tokenItemName"],[1488,17,729,15],[1488,19,729,17],[1489,6,730,4,"fontSize"],[1489,14,730,12],[1489,16,730,14],[1489,18,730,16],[1490,6,731,4,"fontWeight"],[1490,16,731,14],[1490,18,731,16],[1490,23,731,21],[1491,6,732,4,"color"],[1491,11,732,9],[1491,13,732,11],[1492,4,733,2],[1492,5,733,3],[1493,4,734,2,"tokenItemNetwork"],[1493,20,734,18],[1493,22,734,20],[1494,6,735,4,"fontSize"],[1494,14,735,12],[1494,16,735,14],[1494,18,735,16],[1495,6,736,4,"color"],[1495,11,736,9],[1495,13,736,11],[1496,4,737,2],[1496,5,737,3],[1497,4,738,2,"tokenItemRight"],[1497,18,738,16],[1497,20,738,18],[1498,6,739,4,"alignItems"],[1498,16,739,14],[1498,18,739,16],[1499,4,740,2],[1499,5,740,3],[1500,4,741,2,"tokenItemBalance"],[1500,20,741,18],[1500,22,741,20],[1501,6,742,4,"fontSize"],[1501,14,742,12],[1501,16,742,14],[1501,18,742,16],[1502,6,743,4,"fontWeight"],[1502,16,743,14],[1502,18,743,16],[1502,23,743,21],[1503,6,744,4,"color"],[1503,11,744,9],[1503,13,744,11],[1504,4,745,2],[1504,5,745,3],[1505,4,746,2,"tokenItemUsd"],[1505,16,746,14],[1505,18,746,16],[1506,6,747,4,"fontSize"],[1506,14,747,12],[1506,16,747,14],[1506,18,747,16],[1507,6,748,4,"color"],[1507,11,748,9],[1507,13,748,11],[1508,4,749,2],[1509,2,750,0],[1509,3,750,1],[1509,4,750,2],[1510,2,750,3],[1510,6,750,3,"_c"],[1510,8,750,3],[1510,10,750,3,"_c2"],[1510,13,750,3],[1510,15,750,3,"_c3"],[1510,18,750,3],[1510,20,750,3,"_c4"],[1510,23,750,3],[1510,25,750,3,"_c5"],[1510,28,750,3],[1510,30,750,3,"_c6"],[1510,33,750,3],[1511,2,750,3,"$RefreshReg$"],[1511,14,750,3],[1511,15,750,3,"_c"],[1511,17,750,3],[1512,2,750,3,"$RefreshReg$"],[1512,14,750,3],[1512,15,750,3,"_c2"],[1512,18,750,3],[1513,2,750,3,"$RefreshReg$"],[1513,14,750,3],[1513,15,750,3,"_c3"],[1513,18,750,3],[1514,2,750,3,"$RefreshReg$"],[1514,14,750,3],[1514,15,750,3,"_c4"],[1514,18,750,3],[1515,2,750,3,"$RefreshReg$"],[1515,14,750,3],[1515,15,750,3,"_c5"],[1515,18,750,3],[1516,2,750,3,"$RefreshReg$"],[1516,14,750,3],[1516,15,750,3,"_c6"],[1516,18,750,3],[1517,0,750,3],[1517,3]],"functionMap":{"names":["","HomeTab","pickImage","QUICK_ACTIONS.map$argument_0","WalletTab","useEffect$argument_0","fetchBalance","CitizensTab","ReferralTab","ProfileTab","HomeScreen","Tab.Screen.props.options.tabBarIcon"],"mappings":"AAA;ACmB;oBCI;GDqB;+BEkD;aFc;CDM;AIE;YCQ;GDE;uBEE;GF4B;CJgH;AOE;CPM;AQE;CRM;ASE;CTM;eUI;sBCe;WDE;sBCQ;WDE;sBCQ;WDE;sBCQ;WDE;sBCQ;WDE;CVK"},"hasCjsExports":false},"type":"js/module"}]}
\ No newline at end of file
diff --git a/frontend/.metro-cache/cache/52/8ddd01df3fb12a29305c99182eeb8f47951ae3a0b489c3210e2669b22805b4d8a699d1 b/frontend/.metro-cache/cache/52/8ddd01df3fb12a29305c99182eeb8f47951ae3a0b489c3210e2669b22805b4d8a699d1
index 654e9fff..4a228faf 100644
--- a/frontend/.metro-cache/cache/52/8ddd01df3fb12a29305c99182eeb8f47951ae3a0b489c3210e2669b22805b4d8a699d1
+++ b/frontend/.metro-cache/cache/52/8ddd01df3fb12a29305c99182eeb8f47951ae3a0b489c3210e2669b22805b4d8a699d1
@@ -1 +1 @@
-{"dependencies":[{"name":"./Constants.types","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":57,"index":57}}],"key":"Wdl+AhyCqp62a9CFe5EzEsVXOhQ=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return _default;\n }\n });\n var _ConstantsTypes = require(_dependencyMap[0], \"./Constants.types\");\n const _sessionId = (Date.now() + '-' + Math.floor(Math.random() * 1000000000)).toString();\n function getBrowserName() {\n if (typeof navigator !== 'undefined' && typeof navigator.userAgent === 'string') {\n const agent = navigator.userAgent.toLowerCase();\n if (agent.includes('edge')) {\n return 'Edge';\n } else if (agent.includes('edg')) {\n return 'Chromium Edge';\n } else if (agent.includes('opr') && 'opr' in window && !!window['opr']) {\n return 'Opera';\n } else if (agent.includes('chrome') && 'chrome' in window && !!window['chrome']) {\n return 'Chrome';\n } else if (agent.includes('trident')) {\n return 'IE';\n } else if (agent.includes('firefox')) {\n return 'Firefox';\n } else if (agent.includes('safari')) {\n return 'Safari';\n }\n }\n return undefined;\n }\n var _default = {\n get appOwnership() {\n return null;\n },\n get executionEnvironment() {\n return _ConstantsTypes.ExecutionEnvironment.Bare;\n },\n get sessionId() {\n return _sessionId;\n },\n get isHeadless() {\n if (typeof navigator === 'undefined') return true;\n return /\\bHeadlessChrome\\//.test(navigator.userAgent);\n },\n get expoVersion() {\n return this.manifest.sdkVersion || null;\n },\n get linkingUri() {\n if (typeof location !== 'undefined') {\n // On native this is `exp://`\n // On web we should use the protocol and hostname (location.origin)\n return location.origin;\n } else {\n return '';\n }\n },\n get expoRuntimeVersion() {\n return this.expoVersion;\n },\n get deviceName() {\n return getBrowserName();\n },\n get systemFonts() {\n // TODO: Bacon: Maybe possible.\n return [];\n },\n get statusBarHeight() {\n return 0;\n },\n get deviceYearClass() {\n // TODO: Bacon: The android version isn't very accurate either, maybe we could try and guess this value.\n return null;\n },\n get manifest() {\n // This is defined by @expo/webpack-config or babel-preset-expo.\n // If your site is bundled with a different config then you may not have access to the app.json automatically.\n return \"{\\\"name\\\":\\\"pezkuwi-mobile-app\\\",\\\"slug\\\":\\\"pezkuwi-mobile-app\\\",\\\"version\\\":\\\"1.0.0\\\",\\\"orientation\\\":\\\"portrait\\\",\\\"icon\\\":\\\"./assets/icon.png\\\",\\\"userInterfaceStyle\\\":\\\"light\\\",\\\"newArchEnabled\\\":true,\\\"extra\\\":{\\\"backendUrl\\\":\\\"https://digital-kurdistan.preview.emergentagent.com\\\"},\\\"splash\\\":{\\\"image\\\":\\\"./assets/splash-icon.png\\\",\\\"resizeMode\\\":\\\"contain\\\",\\\"backgroundColor\\\":\\\"#ffffff\\\"},\\\"web\\\":{\\\"favicon\\\":\\\"./assets/favicon.png\\\",\\\"shortName\\\":\\\"pezkuwi-mobile-app\\\",\\\"orientation\\\":\\\"portrait\\\",\\\"backgroundColor\\\":\\\"#ffffff\\\",\\\"name\\\":\\\"pezkuwi-mobile-app\\\"},\\\"sdkVersion\\\":\\\"54.0.0\\\",\\\"platforms\\\":[\\\"ios\\\",\\\"android\\\",\\\"web\\\"]}\" || {};\n },\n get manifest2() {\n return null;\n },\n get experienceUrl() {\n if (typeof location !== 'undefined') {\n return location.origin;\n } else {\n return '';\n }\n },\n get debugMode() {\n return __DEV__;\n },\n async getWebViewUserAgentAsync() {\n if (typeof navigator !== 'undefined') {\n return navigator.userAgent;\n } else {\n return null;\n }\n }\n };\n});","lineCount":105,"map":[[7,2,30,0,"Object"],[7,8,30,0],[7,9,30,0,"defineProperty"],[7,23,30,0],[7,24,30,0,"exports"],[7,31,30,0],[8,4,30,0,"enumerable"],[8,14,30,0],[9,4,30,0,"get"],[9,7,30,0],[9,18,30,0,"get"],[9,19,30,0],[10,6,30,0],[10,13,30,0,"_default"],[10,21,30,0],[11,4,30,0],[12,2,30,0],[13,2,1,0],[13,6,1,0,"_ConstantsTypes"],[13,21,1,0],[13,24,1,0,"require"],[13,31,1,0],[13,32,1,0,"_dependencyMap"],[13,46,1,0],[14,2,2,0],[14,8,2,6,"_sessionId"],[14,18,2,16],[14,21,2,19],[14,22,2,20,"Date"],[14,26,2,24],[14,27,2,25,"now"],[14,30,2,28],[14,31,2,29],[14,32,2,30],[14,35,2,33],[14,38,2,36],[14,41,2,39,"Math"],[14,45,2,43],[14,46,2,44,"floor"],[14,51,2,49],[14,52,2,50,"Math"],[14,56,2,54],[14,57,2,55,"random"],[14,63,2,61],[14,64,2,62],[14,65,2,63],[14,68,2,66],[14,78,2,76],[14,79,2,77],[14,81,2,79,"toString"],[14,89,2,87],[14,90,2,88],[14,91,2,89],[15,2,3,0],[15,11,3,9,"getBrowserName"],[15,25,3,23,"getBrowserName"],[15,26,3,23],[15,28,3,26],[16,4,4,4],[16,8,4,8],[16,15,4,15,"navigator"],[16,24,4,24],[16,29,4,29],[16,40,4,40],[16,44,4,44],[16,51,4,51,"navigator"],[16,60,4,60],[16,61,4,61,"userAgent"],[16,70,4,70],[16,75,4,75],[16,83,4,83],[16,85,4,85],[17,6,5,8],[17,12,5,14,"agent"],[17,17,5,19],[17,20,5,22,"navigator"],[17,29,5,31],[17,30,5,32,"userAgent"],[17,39,5,41],[17,40,5,42,"toLowerCase"],[17,51,5,53],[17,52,5,54],[17,53,5,55],[18,6,6,8],[18,10,6,12,"agent"],[18,15,6,17],[18,16,6,18,"includes"],[18,24,6,26],[18,25,6,27],[18,31,6,33],[18,32,6,34],[18,34,6,36],[19,8,7,12],[19,15,7,19],[19,21,7,25],[20,6,8,8],[20,7,8,9],[20,13,9,13],[20,17,9,17,"agent"],[20,22,9,22],[20,23,9,23,"includes"],[20,31,9,31],[20,32,9,32],[20,37,9,37],[20,38,9,38],[20,40,9,40],[21,8,10,12],[21,15,10,19],[21,30,10,34],[22,6,11,8],[22,7,11,9],[22,13,12,13],[22,17,12,17,"agent"],[22,22,12,22],[22,23,12,23,"includes"],[22,31,12,31],[22,32,12,32],[22,37,12,37],[22,38,12,38],[22,42,12,42],[22,47,12,47],[22,51,12,51,"window"],[22,57,12,57],[22,61,12,61],[22,62,12,62],[22,63,12,63,"window"],[22,69,12,69],[22,70,12,70],[22,75,12,75],[22,76,12,76],[22,78,12,78],[23,8,13,12],[23,15,13,19],[23,22,13,26],[24,6,14,8],[24,7,14,9],[24,13,15,13],[24,17,15,17,"agent"],[24,22,15,22],[24,23,15,23,"includes"],[24,31,15,31],[24,32,15,32],[24,40,15,40],[24,41,15,41],[24,45,15,45],[24,53,15,53],[24,57,15,57,"window"],[24,63,15,63],[24,67,15,67],[24,68,15,68],[24,69,15,69,"window"],[24,75,15,75],[24,76,15,76],[24,84,15,84],[24,85,15,85],[24,87,15,87],[25,8,16,12],[25,15,16,19],[25,23,16,27],[26,6,17,8],[26,7,17,9],[26,13,18,13],[26,17,18,17,"agent"],[26,22,18,22],[26,23,18,23,"includes"],[26,31,18,31],[26,32,18,32],[26,41,18,41],[26,42,18,42],[26,44,18,44],[27,8,19,12],[27,15,19,19],[27,19,19,23],[28,6,20,8],[28,7,20,9],[28,13,21,13],[28,17,21,17,"agent"],[28,22,21,22],[28,23,21,23,"includes"],[28,31,21,31],[28,32,21,32],[28,41,21,41],[28,42,21,42],[28,44,21,44],[29,8,22,12],[29,15,22,19],[29,24,22,28],[30,6,23,8],[30,7,23,9],[30,13,24,13],[30,17,24,17,"agent"],[30,22,24,22],[30,23,24,23,"includes"],[30,31,24,31],[30,32,24,32],[30,40,24,40],[30,41,24,41],[30,43,24,43],[31,8,25,12],[31,15,25,19],[31,23,25,27],[32,6,26,8],[33,4,27,4],[34,4,28,4],[34,11,28,11,"undefined"],[34,20,28,20],[35,2,29,0],[36,2,30,0],[36,6,30,0,"_default"],[36,14,30,0],[36,17,30,15],[37,4,31,4],[37,8,31,8,"appOwnership"],[37,20,31,20,"appOwnership"],[37,21,31,20],[37,23,31,23],[38,6,32,8],[38,13,32,15],[38,17,32,19],[39,4,33,4],[39,5,33,5],[40,4,34,4],[40,8,34,8,"executionEnvironment"],[40,28,34,28,"executionEnvironment"],[40,29,34,28],[40,31,34,31],[41,6,35,8],[41,13,35,15,"ExecutionEnvironment"],[41,28,35,35],[41,29,35,35,"ExecutionEnvironment"],[41,49,35,35],[41,50,35,36,"Bare"],[41,54,35,40],[42,4,36,4],[42,5,36,5],[43,4,37,4],[43,8,37,8,"sessionId"],[43,17,37,17,"sessionId"],[43,18,37,17],[43,20,37,20],[44,6,38,8],[44,13,38,15,"_sessionId"],[44,23,38,25],[45,4,39,4],[45,5,39,5],[46,4,40,4],[46,8,40,8,"isHeadless"],[46,18,40,18,"isHeadless"],[46,19,40,18],[46,21,40,21],[47,6,41,8],[47,10,41,12],[47,17,41,19,"navigator"],[47,26,41,28],[47,31,41,33],[47,42,41,44],[47,44,42,12],[47,51,42,19],[47,55,42,23],[48,6,43,8],[48,13,43,15],[48,33,43,35],[48,34,43,36,"test"],[48,38,43,40],[48,39,43,41,"navigator"],[48,48,43,50],[48,49,43,51,"userAgent"],[48,58,43,60],[48,59,43,61],[49,4,44,4],[49,5,44,5],[50,4,45,4],[50,8,45,8,"expoVersion"],[50,19,45,19,"expoVersion"],[50,20,45,19],[50,22,45,22],[51,6,46,8],[51,13,46,15],[51,17,46,19],[51,18,46,20,"manifest"],[51,26,46,28],[51,27,46,29,"sdkVersion"],[51,37,46,39],[51,41,46,43],[51,45,46,47],[52,4,47,4],[52,5,47,5],[53,4,48,4],[53,8,48,8,"linkingUri"],[53,18,48,18,"linkingUri"],[53,19,48,18],[53,21,48,21],[54,6,49,8],[54,10,49,12],[54,17,49,19,"location"],[54,25,49,27],[54,30,49,32],[54,41,49,43],[54,43,49,45],[55,8,50,12],[56,8,51,12],[57,8,52,12],[57,15,52,19,"location"],[57,23,52,27],[57,24,52,28,"origin"],[57,30,52,34],[58,6,53,8],[58,7,53,9],[58,13,54,13],[59,8,55,12],[59,15,55,19],[59,17,55,21],[60,6,56,8],[61,4,57,4],[61,5,57,5],[62,4,58,4],[62,8,58,8,"expoRuntimeVersion"],[62,26,58,26,"expoRuntimeVersion"],[62,27,58,26],[62,29,58,29],[63,6,59,8],[63,13,59,15],[63,17,59,19],[63,18,59,20,"expoVersion"],[63,29,59,31],[64,4,60,4],[64,5,60,5],[65,4,61,4],[65,8,61,8,"deviceName"],[65,18,61,18,"deviceName"],[65,19,61,18],[65,21,61,21],[66,6,62,8],[66,13,62,15,"getBrowserName"],[66,27,62,29],[66,28,62,30],[66,29,62,31],[67,4,63,4],[67,5,63,5],[68,4,64,4],[68,8,64,8,"systemFonts"],[68,19,64,19,"systemFonts"],[68,20,64,19],[68,22,64,22],[69,6,65,8],[70,6,66,8],[70,13,66,15],[70,15,66,17],[71,4,67,4],[71,5,67,5],[72,4,68,4],[72,8,68,8,"statusBarHeight"],[72,23,68,23,"statusBarHeight"],[72,24,68,23],[72,26,68,26],[73,6,69,8],[73,13,69,15],[73,14,69,16],[74,4,70,4],[74,5,70,5],[75,4,71,4],[75,8,71,8,"deviceYearClass"],[75,23,71,23,"deviceYearClass"],[75,24,71,23],[75,26,71,26],[76,6,72,8],[77,6,73,8],[77,13,73,15],[77,17,73,19],[78,4,74,4],[78,5,74,5],[79,4,75,4],[79,8,75,8,"manifest"],[79,16,75,16,"manifest"],[79,17,75,16],[79,19,75,19],[80,6,76,8],[81,6,77,8],[82,6,78,8],[82,13,78,15],[82,664,78,43],[82,665,78,44],[82,666,78,45],[83,4,79,4],[83,5,79,5],[84,4,80,4],[84,8,80,8,"manifest2"],[84,17,80,17,"manifest2"],[84,18,80,17],[84,20,80,20],[85,6,81,8],[85,13,81,15],[85,17,81,19],[86,4,82,4],[86,5,82,5],[87,4,83,4],[87,8,83,8,"experienceUrl"],[87,21,83,21,"experienceUrl"],[87,22,83,21],[87,24,83,24],[88,6,84,8],[88,10,84,12],[88,17,84,19,"location"],[88,25,84,27],[88,30,84,32],[88,41,84,43],[88,43,84,45],[89,8,85,12],[89,15,85,19,"location"],[89,23,85,27],[89,24,85,28,"origin"],[89,30,85,34],[90,6,86,8],[90,7,86,9],[90,13,87,13],[91,8,88,12],[91,15,88,19],[91,17,88,21],[92,6,89,8],[93,4,90,4],[93,5,90,5],[94,4,91,4],[94,8,91,8,"debugMode"],[94,17,91,17,"debugMode"],[94,18,91,17],[94,20,91,20],[95,6,92,8],[95,13,92,15,"__DEV__"],[95,20,92,22],[96,4,93,4],[96,5,93,5],[97,4,94,4],[97,10,94,10,"getWebViewUserAgentAsync"],[97,34,94,34,"getWebViewUserAgentAsync"],[97,35,94,34],[97,37,94,37],[98,6,95,8],[98,10,95,12],[98,17,95,19,"navigator"],[98,26,95,28],[98,31,95,33],[98,42,95,44],[98,44,95,46],[99,8,96,12],[99,15,96,19,"navigator"],[99,24,96,28],[99,25,96,29,"userAgent"],[99,34,96,38],[100,6,97,8],[100,7,97,9],[100,13,98,13],[101,8,99,12],[101,15,99,19],[101,19,99,23],[102,6,100,8],[103,4,101,4],[104,2,102,0],[104,3,102,1],[105,0,102,2],[105,3]],"functionMap":{"names":["","getBrowserName","default.get__appOwnership","default.get__executionEnvironment","default.get__sessionId","default.get__isHeadless","default.get__expoVersion","default.get__linkingUri","default.get__expoRuntimeVersion","default.get__deviceName","default.get__systemFonts","default.get__statusBarHeight","default.get__deviceYearClass","default.get__manifest","default.get__manifest2","default.get__experienceUrl","default.get__debugMode","default.getWebViewUserAgentAsync"],"mappings":"AAA;ACE;CD0B;IEE;KFE;IGC;KHE;IIC;KJE;IKC;KLI;IMC;KNE;IOC;KPS;IQC;KRE;ISC;KTE;IUC;KVG;IWC;KXE;IYC;KZG;IaC;KbI;IcC;KdE;IeC;KfO;IgBC;KhBE;IiBC;KjBO"},"hasCjsExports":false},"type":"js/module"}]}
\ No newline at end of file
+{"dependencies":[{"name":"./Constants.types","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":57,"index":57}}],"key":"Wdl+AhyCqp62a9CFe5EzEsVXOhQ=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return _default;\n }\n });\n var _ConstantsTypes = require(_dependencyMap[0], \"./Constants.types\");\n const _sessionId = (Date.now() + '-' + Math.floor(Math.random() * 1000000000)).toString();\n function getBrowserName() {\n if (typeof navigator !== 'undefined' && typeof navigator.userAgent === 'string') {\n const agent = navigator.userAgent.toLowerCase();\n if (agent.includes('edge')) {\n return 'Edge';\n } else if (agent.includes('edg')) {\n return 'Chromium Edge';\n } else if (agent.includes('opr') && 'opr' in window && !!window['opr']) {\n return 'Opera';\n } else if (agent.includes('chrome') && 'chrome' in window && !!window['chrome']) {\n return 'Chrome';\n } else if (agent.includes('trident')) {\n return 'IE';\n } else if (agent.includes('firefox')) {\n return 'Firefox';\n } else if (agent.includes('safari')) {\n return 'Safari';\n }\n }\n return undefined;\n }\n var _default = {\n get appOwnership() {\n return null;\n },\n get executionEnvironment() {\n return _ConstantsTypes.ExecutionEnvironment.Bare;\n },\n get sessionId() {\n return _sessionId;\n },\n get isHeadless() {\n if (typeof navigator === 'undefined') return true;\n return /\\bHeadlessChrome\\//.test(navigator.userAgent);\n },\n get expoVersion() {\n return this.manifest.sdkVersion || null;\n },\n get linkingUri() {\n if (typeof location !== 'undefined') {\n // On native this is `exp://`\n // On web we should use the protocol and hostname (location.origin)\n return location.origin;\n } else {\n return '';\n }\n },\n get expoRuntimeVersion() {\n return this.expoVersion;\n },\n get deviceName() {\n return getBrowserName();\n },\n get systemFonts() {\n // TODO: Bacon: Maybe possible.\n return [];\n },\n get statusBarHeight() {\n return 0;\n },\n get deviceYearClass() {\n // TODO: Bacon: The android version isn't very accurate either, maybe we could try and guess this value.\n return null;\n },\n get manifest() {\n // This is defined by @expo/webpack-config or babel-preset-expo.\n // If your site is bundled with a different config then you may not have access to the app.json automatically.\n return \"{\\\"name\\\":\\\"pezkuwi-mobile-app\\\",\\\"slug\\\":\\\"pezkuwi-mobile-app\\\",\\\"version\\\":\\\"1.0.0\\\",\\\"orientation\\\":\\\"portrait\\\",\\\"icon\\\":\\\"./assets/icon.png\\\",\\\"userInterfaceStyle\\\":\\\"light\\\",\\\"newArchEnabled\\\":true,\\\"extra\\\":{\\\"backendUrl\\\":\\\"https://kurdish-id.preview.emergentagent.com\\\"},\\\"splash\\\":{\\\"image\\\":\\\"./assets/splash-icon.png\\\",\\\"resizeMode\\\":\\\"contain\\\",\\\"backgroundColor\\\":\\\"#ffffff\\\"},\\\"web\\\":{\\\"favicon\\\":\\\"./assets/favicon.png\\\",\\\"shortName\\\":\\\"pezkuwi-mobile-app\\\",\\\"orientation\\\":\\\"portrait\\\",\\\"backgroundColor\\\":\\\"#ffffff\\\",\\\"name\\\":\\\"pezkuwi-mobile-app\\\"},\\\"sdkVersion\\\":\\\"54.0.0\\\",\\\"platforms\\\":[\\\"ios\\\",\\\"android\\\",\\\"web\\\"]}\" || {};\n },\n get manifest2() {\n return null;\n },\n get experienceUrl() {\n if (typeof location !== 'undefined') {\n return location.origin;\n } else {\n return '';\n }\n },\n get debugMode() {\n return __DEV__;\n },\n async getWebViewUserAgentAsync() {\n if (typeof navigator !== 'undefined') {\n return navigator.userAgent;\n } else {\n return null;\n }\n }\n };\n});","lineCount":105,"map":[[7,2,30,0,"Object"],[7,8,30,0],[7,9,30,0,"defineProperty"],[7,23,30,0],[7,24,30,0,"exports"],[7,31,30,0],[8,4,30,0,"enumerable"],[8,14,30,0],[9,4,30,0,"get"],[9,7,30,0],[9,18,30,0,"get"],[9,19,30,0],[10,6,30,0],[10,13,30,0,"_default"],[10,21,30,0],[11,4,30,0],[12,2,30,0],[13,2,1,0],[13,6,1,0,"_ConstantsTypes"],[13,21,1,0],[13,24,1,0,"require"],[13,31,1,0],[13,32,1,0,"_dependencyMap"],[13,46,1,0],[14,2,2,0],[14,8,2,6,"_sessionId"],[14,18,2,16],[14,21,2,19],[14,22,2,20,"Date"],[14,26,2,24],[14,27,2,25,"now"],[14,30,2,28],[14,31,2,29],[14,32,2,30],[14,35,2,33],[14,38,2,36],[14,41,2,39,"Math"],[14,45,2,43],[14,46,2,44,"floor"],[14,51,2,49],[14,52,2,50,"Math"],[14,56,2,54],[14,57,2,55,"random"],[14,63,2,61],[14,64,2,62],[14,65,2,63],[14,68,2,66],[14,78,2,76],[14,79,2,77],[14,81,2,79,"toString"],[14,89,2,87],[14,90,2,88],[14,91,2,89],[15,2,3,0],[15,11,3,9,"getBrowserName"],[15,25,3,23,"getBrowserName"],[15,26,3,23],[15,28,3,26],[16,4,4,4],[16,8,4,8],[16,15,4,15,"navigator"],[16,24,4,24],[16,29,4,29],[16,40,4,40],[16,44,4,44],[16,51,4,51,"navigator"],[16,60,4,60],[16,61,4,61,"userAgent"],[16,70,4,70],[16,75,4,75],[16,83,4,83],[16,85,4,85],[17,6,5,8],[17,12,5,14,"agent"],[17,17,5,19],[17,20,5,22,"navigator"],[17,29,5,31],[17,30,5,32,"userAgent"],[17,39,5,41],[17,40,5,42,"toLowerCase"],[17,51,5,53],[17,52,5,54],[17,53,5,55],[18,6,6,8],[18,10,6,12,"agent"],[18,15,6,17],[18,16,6,18,"includes"],[18,24,6,26],[18,25,6,27],[18,31,6,33],[18,32,6,34],[18,34,6,36],[19,8,7,12],[19,15,7,19],[19,21,7,25],[20,6,8,8],[20,7,8,9],[20,13,9,13],[20,17,9,17,"agent"],[20,22,9,22],[20,23,9,23,"includes"],[20,31,9,31],[20,32,9,32],[20,37,9,37],[20,38,9,38],[20,40,9,40],[21,8,10,12],[21,15,10,19],[21,30,10,34],[22,6,11,8],[22,7,11,9],[22,13,12,13],[22,17,12,17,"agent"],[22,22,12,22],[22,23,12,23,"includes"],[22,31,12,31],[22,32,12,32],[22,37,12,37],[22,38,12,38],[22,42,12,42],[22,47,12,47],[22,51,12,51,"window"],[22,57,12,57],[22,61,12,61],[22,62,12,62],[22,63,12,63,"window"],[22,69,12,69],[22,70,12,70],[22,75,12,75],[22,76,12,76],[22,78,12,78],[23,8,13,12],[23,15,13,19],[23,22,13,26],[24,6,14,8],[24,7,14,9],[24,13,15,13],[24,17,15,17,"agent"],[24,22,15,22],[24,23,15,23,"includes"],[24,31,15,31],[24,32,15,32],[24,40,15,40],[24,41,15,41],[24,45,15,45],[24,53,15,53],[24,57,15,57,"window"],[24,63,15,63],[24,67,15,67],[24,68,15,68],[24,69,15,69,"window"],[24,75,15,75],[24,76,15,76],[24,84,15,84],[24,85,15,85],[24,87,15,87],[25,8,16,12],[25,15,16,19],[25,23,16,27],[26,6,17,8],[26,7,17,9],[26,13,18,13],[26,17,18,17,"agent"],[26,22,18,22],[26,23,18,23,"includes"],[26,31,18,31],[26,32,18,32],[26,41,18,41],[26,42,18,42],[26,44,18,44],[27,8,19,12],[27,15,19,19],[27,19,19,23],[28,6,20,8],[28,7,20,9],[28,13,21,13],[28,17,21,17,"agent"],[28,22,21,22],[28,23,21,23,"includes"],[28,31,21,31],[28,32,21,32],[28,41,21,41],[28,42,21,42],[28,44,21,44],[29,8,22,12],[29,15,22,19],[29,24,22,28],[30,6,23,8],[30,7,23,9],[30,13,24,13],[30,17,24,17,"agent"],[30,22,24,22],[30,23,24,23,"includes"],[30,31,24,31],[30,32,24,32],[30,40,24,40],[30,41,24,41],[30,43,24,43],[31,8,25,12],[31,15,25,19],[31,23,25,27],[32,6,26,8],[33,4,27,4],[34,4,28,4],[34,11,28,11,"undefined"],[34,20,28,20],[35,2,29,0],[36,2,30,0],[36,6,30,0,"_default"],[36,14,30,0],[36,17,30,15],[37,4,31,4],[37,8,31,8,"appOwnership"],[37,20,31,20,"appOwnership"],[37,21,31,20],[37,23,31,23],[38,6,32,8],[38,13,32,15],[38,17,32,19],[39,4,33,4],[39,5,33,5],[40,4,34,4],[40,8,34,8,"executionEnvironment"],[40,28,34,28,"executionEnvironment"],[40,29,34,28],[40,31,34,31],[41,6,35,8],[41,13,35,15,"ExecutionEnvironment"],[41,28,35,35],[41,29,35,35,"ExecutionEnvironment"],[41,49,35,35],[41,50,35,36,"Bare"],[41,54,35,40],[42,4,36,4],[42,5,36,5],[43,4,37,4],[43,8,37,8,"sessionId"],[43,17,37,17,"sessionId"],[43,18,37,17],[43,20,37,20],[44,6,38,8],[44,13,38,15,"_sessionId"],[44,23,38,25],[45,4,39,4],[45,5,39,5],[46,4,40,4],[46,8,40,8,"isHeadless"],[46,18,40,18,"isHeadless"],[46,19,40,18],[46,21,40,21],[47,6,41,8],[47,10,41,12],[47,17,41,19,"navigator"],[47,26,41,28],[47,31,41,33],[47,42,41,44],[47,44,42,12],[47,51,42,19],[47,55,42,23],[48,6,43,8],[48,13,43,15],[48,33,43,35],[48,34,43,36,"test"],[48,38,43,40],[48,39,43,41,"navigator"],[48,48,43,50],[48,49,43,51,"userAgent"],[48,58,43,60],[48,59,43,61],[49,4,44,4],[49,5,44,5],[50,4,45,4],[50,8,45,8,"expoVersion"],[50,19,45,19,"expoVersion"],[50,20,45,19],[50,22,45,22],[51,6,46,8],[51,13,46,15],[51,17,46,19],[51,18,46,20,"manifest"],[51,26,46,28],[51,27,46,29,"sdkVersion"],[51,37,46,39],[51,41,46,43],[51,45,46,47],[52,4,47,4],[52,5,47,5],[53,4,48,4],[53,8,48,8,"linkingUri"],[53,18,48,18,"linkingUri"],[53,19,48,18],[53,21,48,21],[54,6,49,8],[54,10,49,12],[54,17,49,19,"location"],[54,25,49,27],[54,30,49,32],[54,41,49,43],[54,43,49,45],[55,8,50,12],[56,8,51,12],[57,8,52,12],[57,15,52,19,"location"],[57,23,52,27],[57,24,52,28,"origin"],[57,30,52,34],[58,6,53,8],[58,7,53,9],[58,13,54,13],[59,8,55,12],[59,15,55,19],[59,17,55,21],[60,6,56,8],[61,4,57,4],[61,5,57,5],[62,4,58,4],[62,8,58,8,"expoRuntimeVersion"],[62,26,58,26,"expoRuntimeVersion"],[62,27,58,26],[62,29,58,29],[63,6,59,8],[63,13,59,15],[63,17,59,19],[63,18,59,20,"expoVersion"],[63,29,59,31],[64,4,60,4],[64,5,60,5],[65,4,61,4],[65,8,61,8,"deviceName"],[65,18,61,18,"deviceName"],[65,19,61,18],[65,21,61,21],[66,6,62,8],[66,13,62,15,"getBrowserName"],[66,27,62,29],[66,28,62,30],[66,29,62,31],[67,4,63,4],[67,5,63,5],[68,4,64,4],[68,8,64,8,"systemFonts"],[68,19,64,19,"systemFonts"],[68,20,64,19],[68,22,64,22],[69,6,65,8],[70,6,66,8],[70,13,66,15],[70,15,66,17],[71,4,67,4],[71,5,67,5],[72,4,68,4],[72,8,68,8,"statusBarHeight"],[72,23,68,23,"statusBarHeight"],[72,24,68,23],[72,26,68,26],[73,6,69,8],[73,13,69,15],[73,14,69,16],[74,4,70,4],[74,5,70,5],[75,4,71,4],[75,8,71,8,"deviceYearClass"],[75,23,71,23,"deviceYearClass"],[75,24,71,23],[75,26,71,26],[76,6,72,8],[77,6,73,8],[77,13,73,15],[77,17,73,19],[78,4,74,4],[78,5,74,5],[79,4,75,4],[79,8,75,8,"manifest"],[79,16,75,16,"manifest"],[79,17,75,16],[79,19,75,19],[80,6,76,8],[81,6,77,8],[82,6,78,8],[82,13,78,15],[82,664,78,43],[82,665,78,44],[82,666,78,45],[83,4,79,4],[83,5,79,5],[84,4,80,4],[84,8,80,8,"manifest2"],[84,17,80,17,"manifest2"],[84,18,80,17],[84,20,80,20],[85,6,81,8],[85,13,81,15],[85,17,81,19],[86,4,82,4],[86,5,82,5],[87,4,83,4],[87,8,83,8,"experienceUrl"],[87,21,83,21,"experienceUrl"],[87,22,83,21],[87,24,83,24],[88,6,84,8],[88,10,84,12],[88,17,84,19,"location"],[88,25,84,27],[88,30,84,32],[88,41,84,43],[88,43,84,45],[89,8,85,12],[89,15,85,19,"location"],[89,23,85,27],[89,24,85,28,"origin"],[89,30,85,34],[90,6,86,8],[90,7,86,9],[90,13,87,13],[91,8,88,12],[91,15,88,19],[91,17,88,21],[92,6,89,8],[93,4,90,4],[93,5,90,5],[94,4,91,4],[94,8,91,8,"debugMode"],[94,17,91,17,"debugMode"],[94,18,91,17],[94,20,91,20],[95,6,92,8],[95,13,92,15,"__DEV__"],[95,20,92,22],[96,4,93,4],[96,5,93,5],[97,4,94,4],[97,10,94,10,"getWebViewUserAgentAsync"],[97,34,94,34,"getWebViewUserAgentAsync"],[97,35,94,34],[97,37,94,37],[98,6,95,8],[98,10,95,12],[98,17,95,19,"navigator"],[98,26,95,28],[98,31,95,33],[98,42,95,44],[98,44,95,46],[99,8,96,12],[99,15,96,19,"navigator"],[99,24,96,28],[99,25,96,29,"userAgent"],[99,34,96,38],[100,6,97,8],[100,7,97,9],[100,13,98,13],[101,8,99,12],[101,15,99,19],[101,19,99,23],[102,6,100,8],[103,4,101,4],[104,2,102,0],[104,3,102,1],[105,0,102,2],[105,3]],"functionMap":{"names":["","getBrowserName","default.get__appOwnership","default.get__executionEnvironment","default.get__sessionId","default.get__isHeadless","default.get__expoVersion","default.get__linkingUri","default.get__expoRuntimeVersion","default.get__deviceName","default.get__systemFonts","default.get__statusBarHeight","default.get__deviceYearClass","default.get__manifest","default.get__manifest2","default.get__experienceUrl","default.get__debugMode","default.getWebViewUserAgentAsync"],"mappings":"AAA;ACE;CD0B;IEE;KFE;IGC;KHE;IIC;KJE;IKC;KLI;IMC;KNE;IOC;KPS;IQC;KRE;ISC;KTE;IUC;KVG;IWC;KXE;IYC;KZG;IaC;KbI;IcC;KdE;IeC;KfO;IgBC;KhBE;IiBC;KjBO"},"hasCjsExports":false},"type":"js/module"}]}
\ No newline at end of file
diff --git a/frontend/.metro-cache/cache/8a/7d713e1ca35eda6731b4bd9498a536ba11cef888df2a6b907c6d52da29712b3898c6f9 b/frontend/.metro-cache/cache/8a/7d713e1ca35eda6731b4bd9498a536ba11cef888df2a6b907c6d52da29712b3898c6f9
index 6c86b698..78046f52 100644
--- a/frontend/.metro-cache/cache/8a/7d713e1ca35eda6731b4bd9498a536ba11cef888df2a6b907c6d52da29712b3898c6f9
+++ b/frontend/.metro-cache/cache/8a/7d713e1ca35eda6731b4bd9498a536ba11cef888df2a6b907c6d52da29712b3898c6f9
@@ -1 +1 @@
-{"dependencies":[{"name":"expo-constants","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":3,"column":0,"index":63},"end":{"line":3,"column":39,"index":102}}],"key":"pPv5KzfRT0rL6NCr7G9k0o4d1W8=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n Object.defineProperty(exports, \"API_BASE_URL\", {\n enumerable: true,\n get: function () {\n return API_BASE_URL;\n }\n });\n Object.defineProperty(exports, \"API_ENDPOINTS\", {\n enumerable: true,\n get: function () {\n return API_ENDPOINTS;\n }\n });\n var _expoConstants = require(_dependencyMap[0], \"expo-constants\");\n var Constants = _interopDefault(_expoConstants);\n // API Configuration\n // Single source of truth for backend URL\n\n var getBackendUrl = () => {\n // Try expo-constants first, then process.env, then fallback\n var url = Constants.default.expoConfig?.extra?.backendUrl || \"https://digital-kurdistan.preview.emergentagent.com\";\n if (!url) {\n console.error('⚠️ Backend URL not found in expo-constants or env vars! Using fallback.');\n return 'http://localhost:8001';\n }\n console.log('✅ Backend URL loaded:', url);\n console.log('📱 Source: expo-constants =', Constants.default.expoConfig?.extra?.backendUrl);\n console.log('🔧 Source: process.env =', \"https://digital-kurdistan.preview.emergentagent.com\");\n return url;\n };\n var API_BASE_URL = getBackendUrl();\n var API_ENDPOINTS = {\n AUTH_SIGNUP: `${API_BASE_URL}/api/auth/signup`,\n AUTH_SIGNIN: `${API_BASE_URL}/api/auth/signin`,\n AUTH_USER: userId => `${API_BASE_URL}/api/auth/user/${userId}`,\n VERIFY_TURNSTILE: `${API_BASE_URL}/api/verify-turnstile`,\n BALANCE: `${API_BASE_URL}/api/blockchain/balance`\n };\n});","lineCount":49,"map":[[12,2,21,0,"Object"],[12,8,21,0],[12,9,21,0,"defineProperty"],[12,23,21,0],[12,24,21,0,"exports"],[12,31,21,0],[13,4,21,0,"enumerable"],[13,14,21,0],[14,4,21,0,"get"],[14,7,21,0],[14,18,21,0,"get"],[14,19,21,0],[15,6,21,0],[15,13,21,0,"API_BASE_URL"],[15,25,21,0],[16,4,21,0],[17,2,21,0],[18,2,23,0,"Object"],[18,8,23,0],[18,9,23,0,"defineProperty"],[18,23,23,0],[18,24,23,0,"exports"],[18,31,23,0],[19,4,23,0,"enumerable"],[19,14,23,0],[20,4,23,0,"get"],[20,7,23,0],[20,18,23,0,"get"],[20,19,23,0],[21,6,23,0],[21,13,23,0,"API_ENDPOINTS"],[21,26,23,0],[22,4,23,0],[23,2,23,0],[24,2,3,0],[24,6,3,0,"_expoConstants"],[24,20,3,0],[24,23,3,0,"require"],[24,30,3,0],[24,31,3,0,"_dependencyMap"],[24,45,3,0],[25,2,3,0],[25,6,3,0,"Constants"],[25,15,3,0],[25,18,3,0,"_interopDefault"],[25,33,3,0],[25,34,3,0,"_expoConstants"],[25,48,3,0],[26,2,1,0],[27,2,2,0],[29,2,5,0],[29,6,5,6,"getBackendUrl"],[29,19,5,19],[29,22,5,22,"getBackendUrl"],[29,23,5,22],[29,28,5,36],[30,4,6,2],[31,4,7,2],[31,8,7,8,"url"],[31,11,7,11],[31,14,7,14,"Constants"],[31,23,7,23],[31,24,7,23,"default"],[31,31,7,23],[31,32,7,24,"expoConfig"],[31,42,7,34],[31,44,7,36,"extra"],[31,49,7,41],[31,51,7,43,"backendUrl"],[31,61,7,53],[31,118,8,49],[32,4,10,2],[32,8,10,6],[32,9,10,7,"url"],[32,12,10,10],[32,14,10,12],[33,6,11,4,"console"],[33,13,11,11],[33,14,11,12,"error"],[33,19,11,17],[33,20,11,18],[33,93,11,91],[33,94,11,92],[34,6,12,4],[34,13,12,11],[34,36,12,34],[35,4,13,2],[36,4,15,2,"console"],[36,11,15,9],[36,12,15,10,"log"],[36,15,15,13],[36,16,15,14],[36,39,15,37],[36,41,15,39,"url"],[36,44,15,42],[36,45,15,43],[37,4,16,2,"console"],[37,11,16,9],[37,12,16,10,"log"],[37,15,16,13],[37,16,16,14],[37,45,16,43],[37,47,16,45,"Constants"],[37,56,16,54],[37,57,16,54,"default"],[37,64,16,54],[37,65,16,55,"expoConfig"],[37,75,16,65],[37,77,16,67,"extra"],[37,82,16,72],[37,84,16,74,"backendUrl"],[37,94,16,84],[37,95,16,85],[38,4,17,2,"console"],[38,11,17,9],[38,12,17,10,"log"],[38,15,17,13],[38,16,17,14],[38,42,17,40],[38,97,17,77],[38,98,17,78],[39,4,18,2],[39,11,18,9,"url"],[39,14,18,12],[40,2,19,0],[40,3,19,1],[41,2,21,7],[41,6,21,13,"API_BASE_URL"],[41,18,21,25],[41,21,21,28,"getBackendUrl"],[41,34,21,41],[41,35,21,42],[41,36,21,43],[42,2,23,7],[42,6,23,13,"API_ENDPOINTS"],[42,19,23,26],[42,22,23,29],[43,4,24,2,"AUTH_SIGNUP"],[43,15,24,13],[43,17,24,15],[43,20,24,18,"API_BASE_URL"],[43,32,24,30],[43,50,24,48],[44,4,25,2,"AUTH_SIGNIN"],[44,15,25,13],[44,17,25,15],[44,20,25,18,"API_BASE_URL"],[44,32,25,30],[44,50,25,48],[45,4,26,2,"AUTH_USER"],[45,13,26,11],[45,15,26,14,"userId"],[45,21,26,28],[45,25,26,33],[45,28,26,36,"API_BASE_URL"],[45,40,26,48],[45,58,26,66,"userId"],[45,64,26,72],[45,66,26,74],[46,4,27,2,"VERIFY_TURNSTILE"],[46,20,27,18],[46,22,27,20],[46,25,27,23,"API_BASE_URL"],[46,37,27,35],[46,60,27,58],[47,4,28,2,"BALANCE"],[47,11,28,9],[47,13,28,11],[47,16,28,14,"API_BASE_URL"],[47,28,28,26],[48,2,29,0],[48,3,29,1],[49,0,29,2],[49,3]],"functionMap":{"names":["","getBackendUrl","API_ENDPOINTS.AUTH_USER"],"mappings":"AAA;sBCI;CDc;aEO,6DF"},"hasCjsExports":false},"type":"js/module"}]}
\ No newline at end of file
+{"dependencies":[{"name":"expo-constants","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":3,"column":0,"index":63},"end":{"line":3,"column":39,"index":102}}],"key":"pPv5KzfRT0rL6NCr7G9k0o4d1W8=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n Object.defineProperty(exports, \"API_BASE_URL\", {\n enumerable: true,\n get: function () {\n return API_BASE_URL;\n }\n });\n Object.defineProperty(exports, \"API_ENDPOINTS\", {\n enumerable: true,\n get: function () {\n return API_ENDPOINTS;\n }\n });\n var _expoConstants = require(_dependencyMap[0], \"expo-constants\");\n var Constants = _interopDefault(_expoConstants);\n // API Configuration\n // Single source of truth for backend URL\n\n var getBackendUrl = () => {\n // Try expo-constants first, then process.env, then fallback\n var url = Constants.default.expoConfig?.extra?.backendUrl || \"https://kurdish-id.preview.emergentagent.com\";\n if (!url) {\n console.error('⚠️ Backend URL not found in expo-constants or env vars! Using fallback.');\n return 'http://localhost:8001';\n }\n console.log('✅ Backend URL loaded:', url);\n console.log('📱 Source: expo-constants =', Constants.default.expoConfig?.extra?.backendUrl);\n console.log('🔧 Source: process.env =', \"https://kurdish-id.preview.emergentagent.com\");\n return url;\n };\n var API_BASE_URL = getBackendUrl();\n var API_ENDPOINTS = {\n AUTH_SIGNUP: `${API_BASE_URL}/api/auth/signup`,\n AUTH_SIGNIN: `${API_BASE_URL}/api/auth/signin`,\n AUTH_USER: userId => `${API_BASE_URL}/api/auth/user/${userId}`,\n VERIFY_TURNSTILE: `${API_BASE_URL}/api/verify-turnstile`,\n BALANCE: `${API_BASE_URL}/api/blockchain/balance`\n };\n});","lineCount":49,"map":[[12,2,21,0,"Object"],[12,8,21,0],[12,9,21,0,"defineProperty"],[12,23,21,0],[12,24,21,0,"exports"],[12,31,21,0],[13,4,21,0,"enumerable"],[13,14,21,0],[14,4,21,0,"get"],[14,7,21,0],[14,18,21,0,"get"],[14,19,21,0],[15,6,21,0],[15,13,21,0,"API_BASE_URL"],[15,25,21,0],[16,4,21,0],[17,2,21,0],[18,2,23,0,"Object"],[18,8,23,0],[18,9,23,0,"defineProperty"],[18,23,23,0],[18,24,23,0,"exports"],[18,31,23,0],[19,4,23,0,"enumerable"],[19,14,23,0],[20,4,23,0,"get"],[20,7,23,0],[20,18,23,0,"get"],[20,19,23,0],[21,6,23,0],[21,13,23,0,"API_ENDPOINTS"],[21,26,23,0],[22,4,23,0],[23,2,23,0],[24,2,3,0],[24,6,3,0,"_expoConstants"],[24,20,3,0],[24,23,3,0,"require"],[24,30,3,0],[24,31,3,0,"_dependencyMap"],[24,45,3,0],[25,2,3,0],[25,6,3,0,"Constants"],[25,15,3,0],[25,18,3,0,"_interopDefault"],[25,33,3,0],[25,34,3,0,"_expoConstants"],[25,48,3,0],[26,2,1,0],[27,2,2,0],[29,2,5,0],[29,6,5,6,"getBackendUrl"],[29,19,5,19],[29,22,5,22,"getBackendUrl"],[29,23,5,22],[29,28,5,36],[30,4,6,2],[31,4,7,2],[31,8,7,8,"url"],[31,11,7,11],[31,14,7,14,"Constants"],[31,23,7,23],[31,24,7,23,"default"],[31,31,7,23],[31,32,7,24,"expoConfig"],[31,42,7,34],[31,44,7,36,"extra"],[31,49,7,41],[31,51,7,43,"backendUrl"],[31,61,7,53],[31,118,8,49],[32,4,10,2],[32,8,10,6],[32,9,10,7,"url"],[32,12,10,10],[32,14,10,12],[33,6,11,4,"console"],[33,13,11,11],[33,14,11,12,"error"],[33,19,11,17],[33,20,11,18],[33,93,11,91],[33,94,11,92],[34,6,12,4],[34,13,12,11],[34,36,12,34],[35,4,13,2],[36,4,15,2,"console"],[36,11,15,9],[36,12,15,10,"log"],[36,15,15,13],[36,16,15,14],[36,39,15,37],[36,41,15,39,"url"],[36,44,15,42],[36,45,15,43],[37,4,16,2,"console"],[37,11,16,9],[37,12,16,10,"log"],[37,15,16,13],[37,16,16,14],[37,45,16,43],[37,47,16,45,"Constants"],[37,56,16,54],[37,57,16,54,"default"],[37,64,16,54],[37,65,16,55,"expoConfig"],[37,75,16,65],[37,77,16,67,"extra"],[37,82,16,72],[37,84,16,74,"backendUrl"],[37,94,16,84],[37,95,16,85],[38,4,17,2,"console"],[38,11,17,9],[38,12,17,10,"log"],[38,15,17,13],[38,16,17,14],[38,42,17,40],[38,97,17,77],[38,98,17,78],[39,4,18,2],[39,11,18,9,"url"],[39,14,18,12],[40,2,19,0],[40,3,19,1],[41,2,21,7],[41,6,21,13,"API_BASE_URL"],[41,18,21,25],[41,21,21,28,"getBackendUrl"],[41,34,21,41],[41,35,21,42],[41,36,21,43],[42,2,23,7],[42,6,23,13,"API_ENDPOINTS"],[42,19,23,26],[42,22,23,29],[43,4,24,2,"AUTH_SIGNUP"],[43,15,24,13],[43,17,24,15],[43,20,24,18,"API_BASE_URL"],[43,32,24,30],[43,50,24,48],[44,4,25,2,"AUTH_SIGNIN"],[44,15,25,13],[44,17,25,15],[44,20,25,18,"API_BASE_URL"],[44,32,25,30],[44,50,25,48],[45,4,26,2,"AUTH_USER"],[45,13,26,11],[45,15,26,14,"userId"],[45,21,26,28],[45,25,26,33],[45,28,26,36,"API_BASE_URL"],[45,40,26,48],[45,58,26,66,"userId"],[45,64,26,72],[45,66,26,74],[46,4,27,2,"VERIFY_TURNSTILE"],[46,20,27,18],[46,22,27,20],[46,25,27,23,"API_BASE_URL"],[46,37,27,35],[46,60,27,58],[47,4,28,2,"BALANCE"],[47,11,28,9],[47,13,28,11],[47,16,28,14,"API_BASE_URL"],[47,28,28,26],[48,2,29,0],[48,3,29,1],[49,0,29,2],[49,3]],"functionMap":{"names":["","getBackendUrl","API_ENDPOINTS.AUTH_USER"],"mappings":"AAA;sBCI;CDc;aEO,6DF"},"hasCjsExports":false},"type":"js/module"}]}
\ No newline at end of file
diff --git a/frontend/.metro-cache/cache/8a/d16bd5233d8756dad4bdb38c852e82b658c438f62063620c949e8b2a920157c55535f0 b/frontend/.metro-cache/cache/8a/d16bd5233d8756dad4bdb38c852e82b658c438f62063620c949e8b2a920157c55535f0
index cd76ddcb..7bb20a78 100644
--- a/frontend/.metro-cache/cache/8a/d16bd5233d8756dad4bdb38c852e82b658c438f62063620c949e8b2a920157c55535f0
+++ b/frontend/.metro-cache/cache/8a/d16bd5233d8756dad4bdb38c852e82b658c438f62063620c949e8b2a920157c55535f0
@@ -1 +1 @@
-{"dependencies":[{"name":"@babel/runtime/helpers/asyncToGenerator","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"YisBBiy2Xm9DEVdFebZ2nbgAHBo=","exportNames":["*"],"imports":1}},{"name":"@babel/runtime/helpers/slicedToArray","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"5y7e5+zC7teYEEC6niD9f5zII1M=","exportNames":["*"],"imports":1}},{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":51,"index":51}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react-native","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":52},"end":{"line":11,"column":22,"index":190}}],"key":"KyzuX10g6ixS9UfynhmjlvCIG3g=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":12,"column":0,"index":191},"end":{"line":12,"column":46,"index":237}}],"key":"ow7vkrqkIckRjlSi/+MhMmRYtUE=","exportNames":["*"],"imports":1}},{"name":"react-native-safe-area-context","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0,"index":238},"end":{"line":13,"column":67,"index":305}}],"key":"XjdTKvCUWX6CbQzg5fSDHG/WgHk=","exportNames":["*"],"imports":1}},{"name":"../contexts/AuthContext","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":14,"column":0,"index":306},"end":{"line":14,"column":50,"index":356}}],"key":"oNCgyH4yx4pAIVZXLqqRGB2kuCY=","exportNames":["*"],"imports":1}},{"name":"../config/api","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":15,"column":0,"index":357},"end":{"line":15,"column":46,"index":403}}],"key":"V94urzZZSfzzXHrNxWFShT8IuQo=","exportNames":["*"],"imports":1}},{"name":"react/jsx-dev-runtime","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"L9D70Z4hi4aGuui1ysja/oQ5ytI=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n var _jsxFileName = \"/app/frontend/src/screens/EditProfileScreen.tsx\",\n _s = $RefreshSig$();\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return EditProfileScreen;\n }\n });\n var _babelRuntimeHelpersAsyncToGenerator = require(_dependencyMap[0], \"@babel/runtime/helpers/asyncToGenerator\");\n var _asyncToGenerator = _interopDefault(_babelRuntimeHelpersAsyncToGenerator);\n var _babelRuntimeHelpersSlicedToArray = require(_dependencyMap[1], \"@babel/runtime/helpers/slicedToArray\");\n var _slicedToArray = _interopDefault(_babelRuntimeHelpersSlicedToArray);\n var _react = require(_dependencyMap[2], \"react\");\n var _reactNative = require(_dependencyMap[3], \"react-native\");\n var _expoVectorIcons = require(_dependencyMap[4], \"@expo/vector-icons\");\n var _reactNativeSafeAreaContext = require(_dependencyMap[5], \"react-native-safe-area-context\");\n var _contextsAuthContext = require(_dependencyMap[6], \"../contexts/AuthContext\");\n var _configApi = require(_dependencyMap[7], \"../config/api\");\n var _reactJsxDevRuntime = require(_dependencyMap[8], \"react/jsx-dev-runtime\");\n function EditProfileScreen(_ref) {\n _s();\n var navigation = _ref.navigation;\n var insets = (0, _reactNativeSafeAreaContext.useSafeAreaInsets)();\n var _useAuth = (0, _contextsAuthContext.useAuth)(),\n user = _useAuth.user;\n var _useState = (0, _react.useState)(false),\n _useState2 = (0, _slicedToArray.default)(_useState, 2),\n loading = _useState2[0],\n setLoading = _useState2[1];\n var _useState3 = (0, _react.useState)(''),\n _useState4 = (0, _slicedToArray.default)(_useState3, 2),\n email = _useState4[0],\n setEmail = _useState4[1];\n var _useState5 = (0, _react.useState)(''),\n _useState6 = (0, _slicedToArray.default)(_useState5, 2),\n firstName = _useState6[0],\n setFirstName = _useState6[1];\n var _useState7 = (0, _react.useState)(''),\n _useState8 = (0, _slicedToArray.default)(_useState7, 2),\n lastName = _useState8[0],\n setLastName = _useState8[1];\n var _useState9 = (0, _react.useState)(''),\n _useState0 = (0, _slicedToArray.default)(_useState9, 2),\n phone = _useState0[0],\n setPhone = _useState0[1];\n var _useState1 = (0, _react.useState)(''),\n _useState10 = (0, _slicedToArray.default)(_useState1, 2),\n walletAddress = _useState10[0],\n setWalletAddress = _useState10[1];\n (0, _react.useEffect)(() => {\n loadUserData();\n }, []);\n var loadUserData = /*#__PURE__*/function () {\n var _ref2 = (0, _asyncToGenerator.default)(function* () {\n try {\n var response = yield fetch(`${_configApi.API_ENDPOINTS.AUTH_USER(user?.user_id || '')}`);\n if (response.ok) {\n var data = yield response.json();\n setEmail(data.email || '');\n setFirstName(data.first_name || '');\n setLastName(data.last_name || '');\n setPhone(data.phone || '');\n setWalletAddress(data.wallet_address || '');\n }\n } catch (error) {\n console.error('Error loading user data:', error);\n }\n });\n return function loadUserData() {\n return _ref2.apply(this, arguments);\n };\n }();\n var handleSave = /*#__PURE__*/function () {\n var _ref3 = (0, _asyncToGenerator.default)(function* () {\n setLoading(true);\n try {\n var backendUrl = \"https://digital-kurdistan.preview.emergentagent.com\" || 'http://localhost:8001';\n var response = yield fetch(`${backendUrl}/api/auth/profile`, {\n method: 'PUT',\n headers: {\n 'Content-Type': 'application/json'\n },\n body: JSON.stringify({\n user_id: user?.user_id,\n email,\n first_name: firstName,\n last_name: lastName,\n phone,\n wallet_address: walletAddress\n })\n });\n if (response.ok) {\n _reactNative.Alert.alert('Success', 'Profile updated successfully!');\n navigation.goBack();\n } else {\n _reactNative.Alert.alert('Error', 'Failed to update profile');\n }\n } catch (error) {\n _reactNative.Alert.alert('Error', 'Network error occurred');\n } finally {\n setLoading(false);\n }\n });\n return function handleSave() {\n return _ref3.apply(this, arguments);\n };\n }();\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: [styles.container, {\n paddingTop: insets.top\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.header,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n onPress: () => navigation.goBack(),\n style: styles.backButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"arrow-back\",\n size: 24,\n color: \"#1F2937\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 83,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 82,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.headerTitle,\n children: \"Edit Profile\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 85,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: {\n width: 40\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 86,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 81,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.ScrollView, {\n contentContainerStyle: styles.scrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.label,\n children: \"First Name\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 91,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TextInput, {\n style: styles.input,\n value: firstName,\n onChangeText: setFirstName,\n placeholder: \"Enter first name\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 92,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 90,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.label,\n children: \"Last Name\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 101,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TextInput, {\n style: styles.input,\n value: lastName,\n onChangeText: setLastName,\n placeholder: \"Enter last name\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 102,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 100,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.label,\n children: \"Email\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 111,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TextInput, {\n style: styles.input,\n value: email,\n onChangeText: setEmail,\n placeholder: \"Enter email\",\n keyboardType: \"email-address\",\n autoCapitalize: \"none\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 112,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 110,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.label,\n children: \"Phone Number\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 123,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TextInput, {\n style: styles.input,\n value: phone,\n onChangeText: setPhone,\n placeholder: \"Enter phone number\",\n keyboardType: \"phone-pad\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 124,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 122,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.label,\n children: \"Wallet Address\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 134,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TextInput, {\n style: styles.input,\n value: walletAddress,\n onChangeText: setWalletAddress,\n placeholder: \"Enter wallet address\",\n autoCapitalize: \"none\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 135,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 133,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: [styles.saveButton, loading && styles.saveButtonDisabled],\n onPress: handleSave,\n disabled: loading,\n children: loading ? /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.ActivityIndicator, {\n color: \"#FFF\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 150,\n columnNumber: 13\n }, this) : /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.saveButtonText,\n children: \"Save Changes\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 152,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 144,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 89,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 80,\n columnNumber: 5\n }, this);\n }\n _s(EditProfileScreen, \"+MvJbr4xH1W+2i3VrT+vYCRwjrA=\", false, function () {\n return [_reactNativeSafeAreaContext.useSafeAreaInsets, _contextsAuthContext.useAuth];\n });\n _c = EditProfileScreen;\n var styles = _reactNative.StyleSheet.create({\n container: {\n flex: 1,\n backgroundColor: '#F8F9FA'\n },\n header: {\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'space-between',\n paddingHorizontal: 16,\n paddingVertical: 16,\n backgroundColor: '#FFF',\n borderBottomWidth: 1,\n borderBottomColor: '#E5E7EB'\n },\n backButton: {\n width: 40,\n height: 40,\n borderRadius: 20,\n backgroundColor: '#F3F4F6',\n alignItems: 'center',\n justifyContent: 'center'\n },\n headerTitle: {\n fontSize: 18,\n fontWeight: '700',\n color: '#1F2937'\n },\n scrollContent: {\n padding: 16,\n paddingBottom: 80\n },\n section: {\n marginBottom: 20\n },\n label: {\n fontSize: 14,\n fontWeight: '600',\n color: '#374151',\n marginBottom: 8\n },\n input: {\n backgroundColor: '#FFF',\n padding: 16,\n borderRadius: 12,\n fontSize: 16,\n borderWidth: 1,\n borderColor: '#E5E7EB'\n },\n saveButton: {\n backgroundColor: '#EE2A35',\n padding: 16,\n borderRadius: 12,\n alignItems: 'center',\n marginTop: 24\n },\n saveButtonDisabled: {\n opacity: 0.6\n },\n saveButtonText: {\n fontSize: 16,\n fontWeight: '600',\n color: '#FFF'\n }\n });\n var _c;\n $RefreshReg$(_c, \"EditProfileScreen\");\n});","lineCount":387,"map":[[14,2,17,15,"Object"],[14,8,17,15],[14,9,17,15,"defineProperty"],[14,23,17,15],[14,24,17,15,"exports"],[14,31,17,15],[15,4,17,15,"enumerable"],[15,14,17,15],[16,4,17,15,"get"],[16,7,17,15],[16,18,17,15,"get"],[16,19,17,15],[17,6,17,15],[17,13,17,15,"EditProfileScreen"],[17,30,17,15],[18,4,17,15],[19,2,17,15],[20,2,158,1],[20,6,158,1,"_babelRuntimeHelpersAsyncToGenerator"],[20,42,158,1],[20,45,158,1,"require"],[20,52,158,1],[20,53,158,1,"_dependencyMap"],[20,67,158,1],[21,2,158,1],[21,6,158,1,"_asyncToGenerator"],[21,23,158,1],[21,26,158,1,"_interopDefault"],[21,41,158,1],[21,42,158,1,"_babelRuntimeHelpersAsyncToGenerator"],[21,78,158,1],[22,2,158,1],[22,6,158,1,"_babelRuntimeHelpersSlicedToArray"],[22,39,158,1],[22,42,158,1,"require"],[22,49,158,1],[22,50,158,1,"_dependencyMap"],[22,64,158,1],[23,2,158,1],[23,6,158,1,"_slicedToArray"],[23,20,158,1],[23,23,158,1,"_interopDefault"],[23,38,158,1],[23,39,158,1,"_babelRuntimeHelpersSlicedToArray"],[23,72,158,1],[24,2,1,0],[24,6,1,0,"_react"],[24,12,1,0],[24,15,1,0,"require"],[24,22,1,0],[24,23,1,0,"_dependencyMap"],[24,37,1,0],[25,2,2,0],[25,6,2,0,"_reactNative"],[25,18,2,0],[25,21,2,0,"require"],[25,28,2,0],[25,29,2,0,"_dependencyMap"],[25,43,2,0],[26,2,12,0],[26,6,12,0,"_expoVectorIcons"],[26,22,12,0],[26,25,12,0,"require"],[26,32,12,0],[26,33,12,0,"_dependencyMap"],[26,47,12,0],[27,2,13,0],[27,6,13,0,"_reactNativeSafeAreaContext"],[27,33,13,0],[27,36,13,0,"require"],[27,43,13,0],[27,44,13,0,"_dependencyMap"],[27,58,13,0],[28,2,14,0],[28,6,14,0,"_contextsAuthContext"],[28,26,14,0],[28,29,14,0,"require"],[28,36,14,0],[28,37,14,0,"_dependencyMap"],[28,51,14,0],[29,2,15,0],[29,6,15,0,"_configApi"],[29,16,15,0],[29,19,15,0,"require"],[29,26,15,0],[29,27,15,0,"_dependencyMap"],[29,41,15,0],[30,2,15,46],[30,6,15,46,"_reactJsxDevRuntime"],[30,25,15,46],[30,28,15,46,"require"],[30,35,15,46],[30,36,15,46,"_dependencyMap"],[30,50,15,46],[31,2,17,15],[31,11,17,24,"EditProfileScreen"],[31,28,17,41,"EditProfileScreen"],[31,29,17,41,"_ref"],[31,33,17,41],[31,35,17,63],[32,4,17,63,"_s"],[32,6,17,63],[33,4,17,63],[33,8,17,44,"navigation"],[33,18,17,54],[33,21,17,54,"_ref"],[33,25,17,54],[33,26,17,44,"navigation"],[33,36,17,54],[34,4,18,2],[34,8,18,8,"insets"],[34,14,18,14],[34,17,18,17],[34,21,18,17,"useSafeAreaInsets"],[34,48,18,34],[34,49,18,34,"useSafeAreaInsets"],[34,66,18,34],[34,68,18,35],[34,69,18,36],[35,4,19,2],[35,8,19,2,"_useAuth"],[35,16,19,2],[35,19,19,19],[35,23,19,19,"useAuth"],[35,43,19,26],[35,44,19,26,"useAuth"],[35,51,19,26],[35,53,19,27],[35,54,19,28],[36,6,19,10,"user"],[36,10,19,14],[36,13,19,14,"_useAuth"],[36,21,19,14],[36,22,19,10,"user"],[36,26,19,14],[37,4,20,2],[37,8,20,2,"_useState"],[37,17,20,2],[37,20,20,32],[37,24,20,32,"useState"],[37,30,20,40],[37,31,20,40,"useState"],[37,39,20,40],[37,41,20,41],[37,46,20,46],[37,47,20,47],[38,6,20,47,"_useState2"],[38,16,20,47],[38,23,20,47,"_slicedToArray"],[38,37,20,47],[38,38,20,47,"default"],[38,45,20,47],[38,47,20,47,"_useState"],[38,56,20,47],[39,6,20,9,"loading"],[39,13,20,16],[39,16,20,16,"_useState2"],[39,26,20,16],[40,6,20,18,"setLoading"],[40,16,20,28],[40,19,20,28,"_useState2"],[40,29,20,28],[41,4,21,2],[41,8,21,2,"_useState3"],[41,18,21,2],[41,21,21,28],[41,25,21,28,"useState"],[41,31,21,36],[41,32,21,36,"useState"],[41,40,21,36],[41,42,21,37],[41,44,21,39],[41,45,21,40],[42,6,21,40,"_useState4"],[42,16,21,40],[42,23,21,40,"_slicedToArray"],[42,37,21,40],[42,38,21,40,"default"],[42,45,21,40],[42,47,21,40,"_useState3"],[42,57,21,40],[43,6,21,9,"email"],[43,11,21,14],[43,14,21,14,"_useState4"],[43,24,21,14],[44,6,21,16,"setEmail"],[44,14,21,24],[44,17,21,24,"_useState4"],[44,27,21,24],[45,4,22,2],[45,8,22,2,"_useState5"],[45,18,22,2],[45,21,22,36],[45,25,22,36,"useState"],[45,31,22,44],[45,32,22,44,"useState"],[45,40,22,44],[45,42,22,45],[45,44,22,47],[45,45,22,48],[46,6,22,48,"_useState6"],[46,16,22,48],[46,23,22,48,"_slicedToArray"],[46,37,22,48],[46,38,22,48,"default"],[46,45,22,48],[46,47,22,48,"_useState5"],[46,57,22,48],[47,6,22,9,"firstName"],[47,15,22,18],[47,18,22,18,"_useState6"],[47,28,22,18],[48,6,22,20,"setFirstName"],[48,18,22,32],[48,21,22,32,"_useState6"],[48,31,22,32],[49,4,23,2],[49,8,23,2,"_useState7"],[49,18,23,2],[49,21,23,34],[49,25,23,34,"useState"],[49,31,23,42],[49,32,23,42,"useState"],[49,40,23,42],[49,42,23,43],[49,44,23,45],[49,45,23,46],[50,6,23,46,"_useState8"],[50,16,23,46],[50,23,23,46,"_slicedToArray"],[50,37,23,46],[50,38,23,46,"default"],[50,45,23,46],[50,47,23,46,"_useState7"],[50,57,23,46],[51,6,23,9,"lastName"],[51,14,23,17],[51,17,23,17,"_useState8"],[51,27,23,17],[52,6,23,19,"setLastName"],[52,17,23,30],[52,20,23,30,"_useState8"],[52,30,23,30],[53,4,24,2],[53,8,24,2,"_useState9"],[53,18,24,2],[53,21,24,28],[53,25,24,28,"useState"],[53,31,24,36],[53,32,24,36,"useState"],[53,40,24,36],[53,42,24,37],[53,44,24,39],[53,45,24,40],[54,6,24,40,"_useState0"],[54,16,24,40],[54,23,24,40,"_slicedToArray"],[54,37,24,40],[54,38,24,40,"default"],[54,45,24,40],[54,47,24,40,"_useState9"],[54,57,24,40],[55,6,24,9,"phone"],[55,11,24,14],[55,14,24,14,"_useState0"],[55,24,24,14],[56,6,24,16,"setPhone"],[56,14,24,24],[56,17,24,24,"_useState0"],[56,27,24,24],[57,4,25,2],[57,8,25,2,"_useState1"],[57,18,25,2],[57,21,25,44],[57,25,25,44,"useState"],[57,31,25,52],[57,32,25,52,"useState"],[57,40,25,52],[57,42,25,53],[57,44,25,55],[57,45,25,56],[58,6,25,56,"_useState10"],[58,17,25,56],[58,24,25,56,"_slicedToArray"],[58,38,25,56],[58,39,25,56,"default"],[58,46,25,56],[58,48,25,56,"_useState1"],[58,58,25,56],[59,6,25,9,"walletAddress"],[59,19,25,22],[59,22,25,22,"_useState10"],[59,33,25,22],[60,6,25,24,"setWalletAddress"],[60,22,25,40],[60,25,25,40,"_useState10"],[60,36,25,40],[61,4,27,2],[61,8,27,2,"useEffect"],[61,14,27,11],[61,15,27,11,"useEffect"],[61,24,27,11],[61,26,27,12],[61,32,27,18],[62,6,28,4,"loadUserData"],[62,18,28,16],[62,19,28,17],[62,20,28,18],[63,4,29,2],[63,5,29,3],[63,7,29,5],[63,9,29,7],[63,10,29,8],[64,4,31,2],[64,8,31,8,"loadUserData"],[64,20,31,20],[65,6,31,20],[65,10,31,20,"_ref2"],[65,15,31,20],[65,22,31,20,"_asyncToGenerator"],[65,39,31,20],[65,40,31,20,"default"],[65,47,31,20],[65,49,31,23],[65,62,31,35],[66,8,32,4],[66,12,32,8],[67,10,33,6],[67,14,33,12,"response"],[67,22,33,20],[67,31,33,29,"fetch"],[67,36,33,34],[67,37,33,35],[67,40,33,38,"API_ENDPOINTS"],[67,50,33,51],[67,51,33,51,"API_ENDPOINTS"],[67,64,33,51],[67,65,33,52,"AUTH_USER"],[67,74,33,61],[67,75,33,62,"user"],[67,79,33,66],[67,81,33,68,"user_id"],[67,88,33,75],[67,92,33,79],[67,94,33,81],[67,95,33,82],[67,97,33,84],[67,98,33,85],[68,10,34,6],[68,14,34,10,"response"],[68,22,34,18],[68,23,34,19,"ok"],[68,25,34,21],[68,27,34,23],[69,12,35,8],[69,16,35,14,"data"],[69,20,35,18],[69,29,35,27,"response"],[69,37,35,35],[69,38,35,36,"json"],[69,42,35,40],[69,43,35,41],[69,44,35,42],[70,12,36,8,"setEmail"],[70,20,36,16],[70,21,36,17,"data"],[70,25,36,21],[70,26,36,22,"email"],[70,31,36,27],[70,35,36,31],[70,37,36,33],[70,38,36,34],[71,12,37,8,"setFirstName"],[71,24,37,20],[71,25,37,21,"data"],[71,29,37,25],[71,30,37,26,"first_name"],[71,40,37,36],[71,44,37,40],[71,46,37,42],[71,47,37,43],[72,12,38,8,"setLastName"],[72,23,38,19],[72,24,38,20,"data"],[72,28,38,24],[72,29,38,25,"last_name"],[72,38,38,34],[72,42,38,38],[72,44,38,40],[72,45,38,41],[73,12,39,8,"setPhone"],[73,20,39,16],[73,21,39,17,"data"],[73,25,39,21],[73,26,39,22,"phone"],[73,31,39,27],[73,35,39,31],[73,37,39,33],[73,38,39,34],[74,12,40,8,"setWalletAddress"],[74,28,40,24],[74,29,40,25,"data"],[74,33,40,29],[74,34,40,30,"wallet_address"],[74,48,40,44],[74,52,40,48],[74,54,40,50],[74,55,40,51],[75,10,41,6],[76,8,42,4],[76,9,42,5],[76,10,42,6],[76,17,42,13,"error"],[76,22,42,18],[76,24,42,20],[77,10,43,6,"console"],[77,17,43,13],[77,18,43,14,"error"],[77,23,43,19],[77,24,43,20],[77,50,43,46],[77,52,43,48,"error"],[77,57,43,53],[77,58,43,54],[78,8,44,4],[79,6,45,2],[79,7,45,3],[80,6,45,3],[80,22,31,8,"loadUserData"],[80,34,31,20,"loadUserData"],[80,35,31,20],[81,8,31,20],[81,15,31,20,"_ref2"],[81,20,31,20],[81,21,31,20,"apply"],[81,26,31,20],[81,33,31,20,"arguments"],[81,42,31,20],[82,6,31,20],[83,4,31,20],[83,7,45,3],[84,4,47,2],[84,8,47,8,"handleSave"],[84,18,47,18],[85,6,47,18],[85,10,47,18,"_ref3"],[85,15,47,18],[85,22,47,18,"_asyncToGenerator"],[85,39,47,18],[85,40,47,18,"default"],[85,47,47,18],[85,49,47,21],[85,62,47,33],[86,8,48,4,"setLoading"],[86,18,48,14],[86,19,48,15],[86,23,48,19],[86,24,48,20],[87,8,49,4],[87,12,49,8],[88,10,50,6],[88,14,50,12,"backendUrl"],[88,24,50,22],[88,27,50,25],[88,84,50,64],[88,107,50,87],[89,10,51,6],[89,14,51,12,"response"],[89,22,51,20],[89,31,51,29,"fetch"],[89,36,51,34],[89,37,51,35],[89,40,51,38,"backendUrl"],[89,50,51,48],[89,69,51,67],[89,71,51,69],[90,12,52,8,"method"],[90,18,52,14],[90,20,52,16],[90,25,52,21],[91,12,53,8,"headers"],[91,19,53,15],[91,21,53,17],[92,14,54,10],[92,28,54,24],[92,30,54,26],[93,12,55,8],[93,13,55,9],[94,12,56,8,"body"],[94,16,56,12],[94,18,56,14,"JSON"],[94,22,56,18],[94,23,56,19,"stringify"],[94,32,56,28],[94,33,56,29],[95,14,57,10,"user_id"],[95,21,57,17],[95,23,57,19,"user"],[95,27,57,23],[95,29,57,25,"user_id"],[95,36,57,32],[96,14,58,10,"email"],[96,19,58,15],[97,14,59,10,"first_name"],[97,24,59,20],[97,26,59,22,"firstName"],[97,35,59,31],[98,14,60,10,"last_name"],[98,23,60,19],[98,25,60,21,"lastName"],[98,33,60,29],[99,14,61,10,"phone"],[99,19,61,15],[100,14,62,10,"wallet_address"],[100,28,62,24],[100,30,62,26,"walletAddress"],[101,12,63,8],[101,13,63,9],[102,10,64,6],[102,11,64,7],[102,12,64,8],[103,10,66,6],[103,14,66,10,"response"],[103,22,66,18],[103,23,66,19,"ok"],[103,25,66,21],[103,27,66,23],[104,12,67,8,"Alert"],[104,24,67,13],[104,25,67,13,"Alert"],[104,30,67,13],[104,31,67,14,"alert"],[104,36,67,19],[104,37,67,20],[104,46,67,29],[104,48,67,31],[104,79,67,62],[104,80,67,63],[105,12,68,8,"navigation"],[105,22,68,18],[105,23,68,19,"goBack"],[105,29,68,25],[105,30,68,26],[105,31,68,27],[106,10,69,6],[106,11,69,7],[106,17,69,13],[107,12,70,8,"Alert"],[107,24,70,13],[107,25,70,13,"Alert"],[107,30,70,13],[107,31,70,14,"alert"],[107,36,70,19],[107,37,70,20],[107,44,70,27],[107,46,70,29],[107,72,70,55],[107,73,70,56],[108,10,71,6],[109,8,72,4],[109,9,72,5],[109,10,72,6],[109,17,72,13,"error"],[109,22,72,18],[109,24,72,20],[110,10,73,6,"Alert"],[110,22,73,11],[110,23,73,11,"Alert"],[110,28,73,11],[110,29,73,12,"alert"],[110,34,73,17],[110,35,73,18],[110,42,73,25],[110,44,73,27],[110,68,73,51],[110,69,73,52],[111,8,74,4],[111,9,74,5],[111,18,74,14],[112,10,75,6,"setLoading"],[112,20,75,16],[112,21,75,17],[112,26,75,22],[112,27,75,23],[113,8,76,4],[114,6,77,2],[114,7,77,3],[115,6,77,3],[115,22,47,8,"handleSave"],[115,32,47,18,"handleSave"],[115,33,47,18],[116,8,47,18],[116,15,47,18,"_ref3"],[116,20,47,18],[116,21,47,18,"apply"],[116,26,47,18],[116,33,47,18,"arguments"],[116,42,47,18],[117,6,47,18],[118,4,47,18],[118,7,77,3],[119,4,79,2],[119,24,80,4],[119,28,80,4,"_reactJsxDevRuntime"],[119,47,80,4],[119,48,80,4,"jsxDEV"],[119,54,80,4],[119,56,80,5,"_reactNative"],[119,68,80,9],[119,69,80,9,"View"],[119,73,80,9],[120,6,80,10,"style"],[120,11,80,15],[120,13,80,17],[120,14,80,18,"styles"],[120,20,80,24],[120,21,80,25,"container"],[120,30,80,34],[120,32,80,36],[121,8,80,38,"paddingTop"],[121,18,80,48],[121,20,80,50,"insets"],[121,26,80,56],[121,27,80,57,"top"],[122,6,80,61],[122,7,80,62],[122,8,80,64],[123,6,80,64,"children"],[123,14,80,64],[123,30,81,6],[123,34,81,6,"_reactJsxDevRuntime"],[123,53,81,6],[123,54,81,6,"jsxDEV"],[123,60,81,6],[123,62,81,7,"_reactNative"],[123,74,81,11],[123,75,81,11,"View"],[123,79,81,11],[124,8,81,12,"style"],[124,13,81,17],[124,15,81,19,"styles"],[124,21,81,25],[124,22,81,26,"header"],[124,28,81,33],[125,8,81,33,"children"],[125,16,81,33],[125,32,82,8],[125,36,82,8,"_reactJsxDevRuntime"],[125,55,82,8],[125,56,82,8,"jsxDEV"],[125,62,82,8],[125,64,82,9,"_reactNative"],[125,76,82,25],[125,77,82,25,"TouchableOpacity"],[125,93,82,25],[126,10,82,26,"onPress"],[126,17,82,33],[126,19,82,35,"onPress"],[126,20,82,35],[126,25,82,41,"navigation"],[126,35,82,51],[126,36,82,52,"goBack"],[126,42,82,58],[126,43,82,59],[126,44,82,61],[127,10,82,62,"style"],[127,15,82,67],[127,17,82,69,"styles"],[127,23,82,75],[127,24,82,76,"backButton"],[127,34,82,87],[128,10,82,87,"children"],[128,18,82,87],[128,33,83,10],[128,37,83,10,"_reactJsxDevRuntime"],[128,56,83,10],[128,57,83,10,"jsxDEV"],[128,63,83,10],[128,65,83,11,"_expoVectorIcons"],[128,81,83,19],[128,82,83,19,"Ionicons"],[128,90,83,19],[129,12,83,20,"name"],[129,16,83,24],[129,18,83,25],[129,30,83,37],[130,12,83,38,"size"],[130,16,83,42],[130,18,83,44],[130,20,83,47],[131,12,83,48,"color"],[131,17,83,53],[131,19,83,54],[132,10,83,63],[133,12,83,63,"fileName"],[133,20,83,63],[133,22,83,63,"_jsxFileName"],[133,34,83,63],[134,12,83,63,"lineNumber"],[134,22,83,63],[135,12,83,63,"columnNumber"],[135,24,83,63],[136,10,83,63],[136,17,83,65],[137,8,83,66],[138,10,83,66,"fileName"],[138,18,83,66],[138,20,83,66,"_jsxFileName"],[138,32,83,66],[139,10,83,66,"lineNumber"],[139,20,83,66],[140,10,83,66,"columnNumber"],[140,22,83,66],[141,8,83,66],[141,15,84,26],[141,16,84,27],[141,31,85,8],[141,35,85,8,"_reactJsxDevRuntime"],[141,54,85,8],[141,55,85,8,"jsxDEV"],[141,61,85,8],[141,63,85,9,"_reactNative"],[141,75,85,13],[141,76,85,13,"Text"],[141,80,85,13],[142,10,85,14,"style"],[142,15,85,19],[142,17,85,21,"styles"],[142,23,85,27],[142,24,85,28,"headerTitle"],[142,35,85,40],[143,10,85,40,"children"],[143,18,85,40],[143,20,85,41],[144,8,85,53],[145,10,85,53,"fileName"],[145,18,85,53],[145,20,85,53,"_jsxFileName"],[145,32,85,53],[146,10,85,53,"lineNumber"],[146,20,85,53],[147,10,85,53,"columnNumber"],[147,22,85,53],[148,8,85,53],[148,15,85,59],[148,16,85,60],[148,31,86,8],[148,35,86,8,"_reactJsxDevRuntime"],[148,54,86,8],[148,55,86,8,"jsxDEV"],[148,61,86,8],[148,63,86,9,"_reactNative"],[148,75,86,13],[148,76,86,13,"View"],[148,80,86,13],[149,10,86,14,"style"],[149,15,86,19],[149,17,86,21],[150,12,86,23,"width"],[150,17,86,28],[150,19,86,30],[151,10,86,33],[152,8,86,35],[153,10,86,35,"fileName"],[153,18,86,35],[153,20,86,35,"_jsxFileName"],[153,32,86,35],[154,10,86,35,"lineNumber"],[154,20,86,35],[155,10,86,35,"columnNumber"],[155,22,86,35],[156,8,86,35],[156,15,86,37],[156,16,86,38],[157,6,86,38],[158,8,86,38,"fileName"],[158,16,86,38],[158,18,86,38,"_jsxFileName"],[158,30,86,38],[159,8,86,38,"lineNumber"],[159,18,86,38],[160,8,86,38,"columnNumber"],[160,20,86,38],[161,6,86,38],[161,13,87,12],[161,14,87,13],[161,29,89,6],[161,33,89,6,"_reactJsxDevRuntime"],[161,52,89,6],[161,53,89,6,"jsxDEV"],[161,59,89,6],[161,61,89,7,"_reactNative"],[161,73,89,17],[161,74,89,17,"ScrollView"],[161,84,89,17],[162,8,89,18,"contentContainerStyle"],[162,29,89,39],[162,31,89,41,"styles"],[162,37,89,47],[162,38,89,48,"scrollContent"],[162,51,89,62],[163,8,89,62,"children"],[163,16,89,62],[163,32,90,8],[163,36,90,8,"_reactJsxDevRuntime"],[163,55,90,8],[163,56,90,8,"jsxDEV"],[163,62,90,8],[163,64,90,9,"_reactNative"],[163,76,90,13],[163,77,90,13,"View"],[163,81,90,13],[164,10,90,14,"style"],[164,15,90,19],[164,17,90,21,"styles"],[164,23,90,27],[164,24,90,28,"section"],[164,31,90,36],[165,10,90,36,"children"],[165,18,90,36],[165,34,91,10],[165,38,91,10,"_reactJsxDevRuntime"],[165,57,91,10],[165,58,91,10,"jsxDEV"],[165,64,91,10],[165,66,91,11,"_reactNative"],[165,78,91,15],[165,79,91,15,"Text"],[165,83,91,15],[166,12,91,16,"style"],[166,17,91,21],[166,19,91,23,"styles"],[166,25,91,29],[166,26,91,30,"label"],[166,31,91,36],[167,12,91,36,"children"],[167,20,91,36],[167,22,91,37],[168,10,91,47],[169,12,91,47,"fileName"],[169,20,91,47],[169,22,91,47,"_jsxFileName"],[169,34,91,47],[170,12,91,47,"lineNumber"],[170,22,91,47],[171,12,91,47,"columnNumber"],[171,24,91,47],[172,10,91,47],[172,17,91,53],[172,18,91,54],[172,33,92,10],[172,37,92,10,"_reactJsxDevRuntime"],[172,56,92,10],[172,57,92,10,"jsxDEV"],[172,63,92,10],[172,65,92,11,"_reactNative"],[172,77,92,20],[172,78,92,20,"TextInput"],[172,87,92,20],[173,12,93,12,"style"],[173,17,93,17],[173,19,93,19,"styles"],[173,25,93,25],[173,26,93,26,"input"],[173,31,93,32],[174,12,94,12,"value"],[174,17,94,17],[174,19,94,19,"firstName"],[174,28,94,29],[175,12,95,12,"onChangeText"],[175,24,95,24],[175,26,95,26,"setFirstName"],[175,38,95,39],[176,12,96,12,"placeholder"],[176,23,96,23],[176,25,96,24],[177,10,96,42],[178,12,96,42,"fileName"],[178,20,96,42],[178,22,96,42,"_jsxFileName"],[178,34,96,42],[179,12,96,42,"lineNumber"],[179,22,96,42],[180,12,96,42,"columnNumber"],[180,24,96,42],[181,10,96,42],[181,17,97,11],[181,18,97,12],[182,8,97,12],[183,10,97,12,"fileName"],[183,18,97,12],[183,20,97,12,"_jsxFileName"],[183,32,97,12],[184,10,97,12,"lineNumber"],[184,20,97,12],[185,10,97,12,"columnNumber"],[185,22,97,12],[186,8,97,12],[186,15,98,14],[186,16,98,15],[186,31,100,8],[186,35,100,8,"_reactJsxDevRuntime"],[186,54,100,8],[186,55,100,8,"jsxDEV"],[186,61,100,8],[186,63,100,9,"_reactNative"],[186,75,100,13],[186,76,100,13,"View"],[186,80,100,13],[187,10,100,14,"style"],[187,15,100,19],[187,17,100,21,"styles"],[187,23,100,27],[187,24,100,28,"section"],[187,31,100,36],[188,10,100,36,"children"],[188,18,100,36],[188,34,101,10],[188,38,101,10,"_reactJsxDevRuntime"],[188,57,101,10],[188,58,101,10,"jsxDEV"],[188,64,101,10],[188,66,101,11,"_reactNative"],[188,78,101,15],[188,79,101,15,"Text"],[188,83,101,15],[189,12,101,16,"style"],[189,17,101,21],[189,19,101,23,"styles"],[189,25,101,29],[189,26,101,30,"label"],[189,31,101,36],[190,12,101,36,"children"],[190,20,101,36],[190,22,101,37],[191,10,101,46],[192,12,101,46,"fileName"],[192,20,101,46],[192,22,101,46,"_jsxFileName"],[192,34,101,46],[193,12,101,46,"lineNumber"],[193,22,101,46],[194,12,101,46,"columnNumber"],[194,24,101,46],[195,10,101,46],[195,17,101,52],[195,18,101,53],[195,33,102,10],[195,37,102,10,"_reactJsxDevRuntime"],[195,56,102,10],[195,57,102,10,"jsxDEV"],[195,63,102,10],[195,65,102,11,"_reactNative"],[195,77,102,20],[195,78,102,20,"TextInput"],[195,87,102,20],[196,12,103,12,"style"],[196,17,103,17],[196,19,103,19,"styles"],[196,25,103,25],[196,26,103,26,"input"],[196,31,103,32],[197,12,104,12,"value"],[197,17,104,17],[197,19,104,19,"lastName"],[197,27,104,28],[198,12,105,12,"onChangeText"],[198,24,105,24],[198,26,105,26,"setLastName"],[198,37,105,38],[199,12,106,12,"placeholder"],[199,23,106,23],[199,25,106,24],[200,10,106,41],[201,12,106,41,"fileName"],[201,20,106,41],[201,22,106,41,"_jsxFileName"],[201,34,106,41],[202,12,106,41,"lineNumber"],[202,22,106,41],[203,12,106,41,"columnNumber"],[203,24,106,41],[204,10,106,41],[204,17,107,11],[204,18,107,12],[205,8,107,12],[206,10,107,12,"fileName"],[206,18,107,12],[206,20,107,12,"_jsxFileName"],[206,32,107,12],[207,10,107,12,"lineNumber"],[207,20,107,12],[208,10,107,12,"columnNumber"],[208,22,107,12],[209,8,107,12],[209,15,108,14],[209,16,108,15],[209,31,110,8],[209,35,110,8,"_reactJsxDevRuntime"],[209,54,110,8],[209,55,110,8,"jsxDEV"],[209,61,110,8],[209,63,110,9,"_reactNative"],[209,75,110,13],[209,76,110,13,"View"],[209,80,110,13],[210,10,110,14,"style"],[210,15,110,19],[210,17,110,21,"styles"],[210,23,110,27],[210,24,110,28,"section"],[210,31,110,36],[211,10,110,36,"children"],[211,18,110,36],[211,34,111,10],[211,38,111,10,"_reactJsxDevRuntime"],[211,57,111,10],[211,58,111,10,"jsxDEV"],[211,64,111,10],[211,66,111,11,"_reactNative"],[211,78,111,15],[211,79,111,15,"Text"],[211,83,111,15],[212,12,111,16,"style"],[212,17,111,21],[212,19,111,23,"styles"],[212,25,111,29],[212,26,111,30,"label"],[212,31,111,36],[213,12,111,36,"children"],[213,20,111,36],[213,22,111,37],[214,10,111,42],[215,12,111,42,"fileName"],[215,20,111,42],[215,22,111,42,"_jsxFileName"],[215,34,111,42],[216,12,111,42,"lineNumber"],[216,22,111,42],[217,12,111,42,"columnNumber"],[217,24,111,42],[218,10,111,42],[218,17,111,48],[218,18,111,49],[218,33,112,10],[218,37,112,10,"_reactJsxDevRuntime"],[218,56,112,10],[218,57,112,10,"jsxDEV"],[218,63,112,10],[218,65,112,11,"_reactNative"],[218,77,112,20],[218,78,112,20,"TextInput"],[218,87,112,20],[219,12,113,12,"style"],[219,17,113,17],[219,19,113,19,"styles"],[219,25,113,25],[219,26,113,26,"input"],[219,31,113,32],[220,12,114,12,"value"],[220,17,114,17],[220,19,114,19,"email"],[220,24,114,25],[221,12,115,12,"onChangeText"],[221,24,115,24],[221,26,115,26,"setEmail"],[221,34,115,35],[222,12,116,12,"placeholder"],[222,23,116,23],[222,25,116,24],[222,38,116,37],[223,12,117,12,"keyboardType"],[223,24,117,24],[223,26,117,25],[223,41,117,40],[224,12,118,12,"autoCapitalize"],[224,26,118,26],[224,28,118,27],[225,10,118,33],[226,12,118,33,"fileName"],[226,20,118,33],[226,22,118,33,"_jsxFileName"],[226,34,118,33],[227,12,118,33,"lineNumber"],[227,22,118,33],[228,12,118,33,"columnNumber"],[228,24,118,33],[229,10,118,33],[229,17,119,11],[229,18,119,12],[230,8,119,12],[231,10,119,12,"fileName"],[231,18,119,12],[231,20,119,12,"_jsxFileName"],[231,32,119,12],[232,10,119,12,"lineNumber"],[232,20,119,12],[233,10,119,12,"columnNumber"],[233,22,119,12],[234,8,119,12],[234,15,120,14],[234,16,120,15],[234,31,122,8],[234,35,122,8,"_reactJsxDevRuntime"],[234,54,122,8],[234,55,122,8,"jsxDEV"],[234,61,122,8],[234,63,122,9,"_reactNative"],[234,75,122,13],[234,76,122,13,"View"],[234,80,122,13],[235,10,122,14,"style"],[235,15,122,19],[235,17,122,21,"styles"],[235,23,122,27],[235,24,122,28,"section"],[235,31,122,36],[236,10,122,36,"children"],[236,18,122,36],[236,34,123,10],[236,38,123,10,"_reactJsxDevRuntime"],[236,57,123,10],[236,58,123,10,"jsxDEV"],[236,64,123,10],[236,66,123,11,"_reactNative"],[236,78,123,15],[236,79,123,15,"Text"],[236,83,123,15],[237,12,123,16,"style"],[237,17,123,21],[237,19,123,23,"styles"],[237,25,123,29],[237,26,123,30,"label"],[237,31,123,36],[238,12,123,36,"children"],[238,20,123,36],[238,22,123,37],[239,10,123,49],[240,12,123,49,"fileName"],[240,20,123,49],[240,22,123,49,"_jsxFileName"],[240,34,123,49],[241,12,123,49,"lineNumber"],[241,22,123,49],[242,12,123,49,"columnNumber"],[242,24,123,49],[243,10,123,49],[243,17,123,55],[243,18,123,56],[243,33,124,10],[243,37,124,10,"_reactJsxDevRuntime"],[243,56,124,10],[243,57,124,10,"jsxDEV"],[243,63,124,10],[243,65,124,11,"_reactNative"],[243,77,124,20],[243,78,124,20,"TextInput"],[243,87,124,20],[244,12,125,12,"style"],[244,17,125,17],[244,19,125,19,"styles"],[244,25,125,25],[244,26,125,26,"input"],[244,31,125,32],[245,12,126,12,"value"],[245,17,126,17],[245,19,126,19,"phone"],[245,24,126,25],[246,12,127,12,"onChangeText"],[246,24,127,24],[246,26,127,26,"setPhone"],[246,34,127,35],[247,12,128,12,"placeholder"],[247,23,128,23],[247,25,128,24],[247,45,128,44],[248,12,129,12,"keyboardType"],[248,24,129,24],[248,26,129,25],[249,10,129,36],[250,12,129,36,"fileName"],[250,20,129,36],[250,22,129,36,"_jsxFileName"],[250,34,129,36],[251,12,129,36,"lineNumber"],[251,22,129,36],[252,12,129,36,"columnNumber"],[252,24,129,36],[253,10,129,36],[253,17,130,11],[253,18,130,12],[254,8,130,12],[255,10,130,12,"fileName"],[255,18,130,12],[255,20,130,12,"_jsxFileName"],[255,32,130,12],[256,10,130,12,"lineNumber"],[256,20,130,12],[257,10,130,12,"columnNumber"],[257,22,130,12],[258,8,130,12],[258,15,131,14],[258,16,131,15],[258,31,133,8],[258,35,133,8,"_reactJsxDevRuntime"],[258,54,133,8],[258,55,133,8,"jsxDEV"],[258,61,133,8],[258,63,133,9,"_reactNative"],[258,75,133,13],[258,76,133,13,"View"],[258,80,133,13],[259,10,133,14,"style"],[259,15,133,19],[259,17,133,21,"styles"],[259,23,133,27],[259,24,133,28,"section"],[259,31,133,36],[260,10,133,36,"children"],[260,18,133,36],[260,34,134,10],[260,38,134,10,"_reactJsxDevRuntime"],[260,57,134,10],[260,58,134,10,"jsxDEV"],[260,64,134,10],[260,66,134,11,"_reactNative"],[260,78,134,15],[260,79,134,15,"Text"],[260,83,134,15],[261,12,134,16,"style"],[261,17,134,21],[261,19,134,23,"styles"],[261,25,134,29],[261,26,134,30,"label"],[261,31,134,36],[262,12,134,36,"children"],[262,20,134,36],[262,22,134,37],[263,10,134,51],[264,12,134,51,"fileName"],[264,20,134,51],[264,22,134,51,"_jsxFileName"],[264,34,134,51],[265,12,134,51,"lineNumber"],[265,22,134,51],[266,12,134,51,"columnNumber"],[266,24,134,51],[267,10,134,51],[267,17,134,57],[267,18,134,58],[267,33,135,10],[267,37,135,10,"_reactJsxDevRuntime"],[267,56,135,10],[267,57,135,10,"jsxDEV"],[267,63,135,10],[267,65,135,11,"_reactNative"],[267,77,135,20],[267,78,135,20,"TextInput"],[267,87,135,20],[268,12,136,12,"style"],[268,17,136,17],[268,19,136,19,"styles"],[268,25,136,25],[268,26,136,26,"input"],[268,31,136,32],[269,12,137,12,"value"],[269,17,137,17],[269,19,137,19,"walletAddress"],[269,32,137,33],[270,12,138,12,"onChangeText"],[270,24,138,24],[270,26,138,26,"setWalletAddress"],[270,42,138,43],[271,12,139,12,"placeholder"],[271,23,139,23],[271,25,139,24],[271,47,139,46],[272,12,140,12,"autoCapitalize"],[272,26,140,26],[272,28,140,27],[273,10,140,33],[274,12,140,33,"fileName"],[274,20,140,33],[274,22,140,33,"_jsxFileName"],[274,34,140,33],[275,12,140,33,"lineNumber"],[275,22,140,33],[276,12,140,33,"columnNumber"],[276,24,140,33],[277,10,140,33],[277,17,141,11],[277,18,141,12],[278,8,141,12],[279,10,141,12,"fileName"],[279,18,141,12],[279,20,141,12,"_jsxFileName"],[279,32,141,12],[280,10,141,12,"lineNumber"],[280,20,141,12],[281,10,141,12,"columnNumber"],[281,22,141,12],[282,8,141,12],[282,15,142,14],[282,16,142,15],[282,31,144,8],[282,35,144,8,"_reactJsxDevRuntime"],[282,54,144,8],[282,55,144,8,"jsxDEV"],[282,61,144,8],[282,63,144,9,"_reactNative"],[282,75,144,25],[282,76,144,25,"TouchableOpacity"],[282,92,144,25],[283,10,145,10,"style"],[283,15,145,15],[283,17,145,17],[283,18,145,18,"styles"],[283,24,145,24],[283,25,145,25,"saveButton"],[283,35,145,35],[283,37,145,37,"loading"],[283,44,145,44],[283,48,145,48,"styles"],[283,54,145,54],[283,55,145,55,"saveButtonDisabled"],[283,73,145,73],[283,74,145,75],[284,10,146,10,"onPress"],[284,17,146,17],[284,19,146,19,"handleSave"],[284,29,146,30],[285,10,147,10,"disabled"],[285,18,147,18],[285,20,147,20,"loading"],[285,27,147,28],[286,10,147,28,"children"],[286,18,147,28],[286,20,149,11,"loading"],[286,27,149,18],[286,43,150,12],[286,47,150,12,"_reactJsxDevRuntime"],[286,66,150,12],[286,67,150,12,"jsxDEV"],[286,73,150,12],[286,75,150,13,"_reactNative"],[286,87,150,30],[286,88,150,30,"ActivityIndicator"],[286,105,150,30],[287,12,150,31,"color"],[287,17,150,36],[287,19,150,37],[288,10,150,43],[289,12,150,43,"fileName"],[289,20,150,43],[289,22,150,43,"_jsxFileName"],[289,34,150,43],[290,12,150,43,"lineNumber"],[290,22,150,43],[291,12,150,43,"columnNumber"],[291,24,150,43],[292,10,150,43],[292,17,150,45],[292,18,150,46],[292,34,152,12],[292,38,152,12,"_reactJsxDevRuntime"],[292,57,152,12],[292,58,152,12,"jsxDEV"],[292,64,152,12],[292,66,152,13,"_reactNative"],[292,78,152,17],[292,79,152,17,"Text"],[292,83,152,17],[293,12,152,18,"style"],[293,17,152,23],[293,19,152,25,"styles"],[293,25,152,31],[293,26,152,32,"saveButtonText"],[293,40,152,47],[294,12,152,47,"children"],[294,20,152,47],[294,22,152,48],[295,10,152,60],[296,12,152,60,"fileName"],[296,20,152,60],[296,22,152,60,"_jsxFileName"],[296,34,152,60],[297,12,152,60,"lineNumber"],[297,22,152,60],[298,12,152,60,"columnNumber"],[298,24,152,60],[299,10,152,60],[299,17,152,66],[300,8,153,11],[301,10,153,11,"fileName"],[301,18,153,11],[301,20,153,11,"_jsxFileName"],[301,32,153,11],[302,10,153,11,"lineNumber"],[302,20,153,11],[303,10,153,11,"columnNumber"],[303,22,153,11],[304,8,153,11],[304,15,154,26],[304,16,154,27],[305,6,154,27],[306,8,154,27,"fileName"],[306,16,154,27],[306,18,154,27,"_jsxFileName"],[306,30,154,27],[307,8,154,27,"lineNumber"],[307,18,154,27],[308,8,154,27,"columnNumber"],[308,20,154,27],[309,6,154,27],[309,13,155,18],[309,14,155,19],[310,4,155,19],[311,6,155,19,"fileName"],[311,14,155,19],[311,16,155,19,"_jsxFileName"],[311,28,155,19],[312,6,155,19,"lineNumber"],[312,16,155,19],[313,6,155,19,"columnNumber"],[313,18,155,19],[314,4,155,19],[314,11,156,10],[314,12,156,11],[315,2,158,0],[316,2,158,1,"_s"],[316,4,158,1],[316,5,17,24,"EditProfileScreen"],[316,22,17,41],[317,4,17,41],[317,12,18,17,"useSafeAreaInsets"],[317,39,18,34],[317,40,18,34,"useSafeAreaInsets"],[317,57,18,34],[317,59,19,19,"useAuth"],[317,79,19,26],[317,80,19,26,"useAuth"],[317,87,19,26],[318,2,19,26],[319,2,19,26,"_c"],[319,4,19,26],[319,7,17,24,"EditProfileScreen"],[319,24,17,41],[320,2,160,0],[320,6,160,6,"styles"],[320,12,160,12],[320,15,160,15,"StyleSheet"],[320,27,160,25],[320,28,160,25,"StyleSheet"],[320,38,160,25],[320,39,160,26,"create"],[320,45,160,32],[320,46,160,33],[321,4,161,2,"container"],[321,13,161,11],[321,15,161,13],[322,6,162,4,"flex"],[322,10,162,8],[322,12,162,10],[322,13,162,11],[323,6,163,4,"backgroundColor"],[323,21,163,19],[323,23,163,21],[324,4,164,2],[324,5,164,3],[325,4,165,2,"header"],[325,10,165,8],[325,12,165,10],[326,6,166,4,"flexDirection"],[326,19,166,17],[326,21,166,19],[326,26,166,24],[327,6,167,4,"alignItems"],[327,16,167,14],[327,18,167,16],[327,26,167,24],[328,6,168,4,"justifyContent"],[328,20,168,18],[328,22,168,20],[328,37,168,35],[329,6,169,4,"paddingHorizontal"],[329,23,169,21],[329,25,169,23],[329,27,169,25],[330,6,170,4,"paddingVertical"],[330,21,170,19],[330,23,170,21],[330,25,170,23],[331,6,171,4,"backgroundColor"],[331,21,171,19],[331,23,171,21],[331,29,171,27],[332,6,172,4,"borderBottomWidth"],[332,23,172,21],[332,25,172,23],[332,26,172,24],[333,6,173,4,"borderBottomColor"],[333,23,173,21],[333,25,173,23],[334,4,174,2],[334,5,174,3],[335,4,175,2,"backButton"],[335,14,175,12],[335,16,175,14],[336,6,176,4,"width"],[336,11,176,9],[336,13,176,11],[336,15,176,13],[337,6,177,4,"height"],[337,12,177,10],[337,14,177,12],[337,16,177,14],[338,6,178,4,"borderRadius"],[338,18,178,16],[338,20,178,18],[338,22,178,20],[339,6,179,4,"backgroundColor"],[339,21,179,19],[339,23,179,21],[339,32,179,30],[340,6,180,4,"alignItems"],[340,16,180,14],[340,18,180,16],[340,26,180,24],[341,6,181,4,"justifyContent"],[341,20,181,18],[341,22,181,20],[342,4,182,2],[342,5,182,3],[343,4,183,2,"headerTitle"],[343,15,183,13],[343,17,183,15],[344,6,184,4,"fontSize"],[344,14,184,12],[344,16,184,14],[344,18,184,16],[345,6,185,4,"fontWeight"],[345,16,185,14],[345,18,185,16],[345,23,185,21],[346,6,186,4,"color"],[346,11,186,9],[346,13,186,11],[347,4,187,2],[347,5,187,3],[348,4,188,2,"scrollContent"],[348,17,188,15],[348,19,188,17],[349,6,189,4,"padding"],[349,13,189,11],[349,15,189,13],[349,17,189,15],[350,6,190,4,"paddingBottom"],[350,19,190,17],[350,21,190,19],[351,4,191,2],[351,5,191,3],[352,4,192,2,"section"],[352,11,192,9],[352,13,192,11],[353,6,193,4,"marginBottom"],[353,18,193,16],[353,20,193,18],[354,4,194,2],[354,5,194,3],[355,4,195,2,"label"],[355,9,195,7],[355,11,195,9],[356,6,196,4,"fontSize"],[356,14,196,12],[356,16,196,14],[356,18,196,16],[357,6,197,4,"fontWeight"],[357,16,197,14],[357,18,197,16],[357,23,197,21],[358,6,198,4,"color"],[358,11,198,9],[358,13,198,11],[358,22,198,20],[359,6,199,4,"marginBottom"],[359,18,199,16],[359,20,199,18],[360,4,200,2],[360,5,200,3],[361,4,201,2,"input"],[361,9,201,7],[361,11,201,9],[362,6,202,4,"backgroundColor"],[362,21,202,19],[362,23,202,21],[362,29,202,27],[363,6,203,4,"padding"],[363,13,203,11],[363,15,203,13],[363,17,203,15],[364,6,204,4,"borderRadius"],[364,18,204,16],[364,20,204,18],[364,22,204,20],[365,6,205,4,"fontSize"],[365,14,205,12],[365,16,205,14],[365,18,205,16],[366,6,206,4,"borderWidth"],[366,17,206,15],[366,19,206,17],[366,20,206,18],[367,6,207,4,"borderColor"],[367,17,207,15],[367,19,207,17],[368,4,208,2],[368,5,208,3],[369,4,209,2,"saveButton"],[369,14,209,12],[369,16,209,14],[370,6,210,4,"backgroundColor"],[370,21,210,19],[370,23,210,21],[370,32,210,30],[371,6,211,4,"padding"],[371,13,211,11],[371,15,211,13],[371,17,211,15],[372,6,212,4,"borderRadius"],[372,18,212,16],[372,20,212,18],[372,22,212,20],[373,6,213,4,"alignItems"],[373,16,213,14],[373,18,213,16],[373,26,213,24],[374,6,214,4,"marginTop"],[374,15,214,13],[374,17,214,15],[375,4,215,2],[375,5,215,3],[376,4,216,2,"saveButtonDisabled"],[376,22,216,20],[376,24,216,22],[377,6,217,4,"opacity"],[377,13,217,11],[377,15,217,13],[378,4,218,2],[378,5,218,3],[379,4,219,2,"saveButtonText"],[379,18,219,16],[379,20,219,18],[380,6,220,4,"fontSize"],[380,14,220,12],[380,16,220,14],[380,18,220,16],[381,6,221,4,"fontWeight"],[381,16,221,14],[381,18,221,16],[381,23,221,21],[382,6,222,4,"color"],[382,11,222,9],[382,13,222,11],[383,4,223,2],[384,2,224,0],[384,3,224,1],[384,4,224,2],[385,2,224,3],[385,6,224,3,"_c"],[385,8,224,3],[386,2,224,3,"$RefreshReg$"],[386,14,224,3],[386,15,224,3,"_c"],[386,17,224,3],[387,0,224,3],[387,3]],"functionMap":{"names":["","EditProfileScreen","useEffect$argument_0","loadUserData","handleSave","TouchableOpacity.props.onPress"],"mappings":"AAA;eCgB;YCU;GDE;uBEE;GFc;qBGE;GH8B;mCIK,yBJ;CD4E"},"hasCjsExports":false},"type":"js/module"}]}
\ No newline at end of file
+{"dependencies":[{"name":"@babel/runtime/helpers/asyncToGenerator","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"YisBBiy2Xm9DEVdFebZ2nbgAHBo=","exportNames":["*"],"imports":1}},{"name":"@babel/runtime/helpers/slicedToArray","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"5y7e5+zC7teYEEC6niD9f5zII1M=","exportNames":["*"],"imports":1}},{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":51,"index":51}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react-native","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":52},"end":{"line":11,"column":22,"index":190}}],"key":"KyzuX10g6ixS9UfynhmjlvCIG3g=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":12,"column":0,"index":191},"end":{"line":12,"column":46,"index":237}}],"key":"ow7vkrqkIckRjlSi/+MhMmRYtUE=","exportNames":["*"],"imports":1}},{"name":"react-native-safe-area-context","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0,"index":238},"end":{"line":13,"column":67,"index":305}}],"key":"XjdTKvCUWX6CbQzg5fSDHG/WgHk=","exportNames":["*"],"imports":1}},{"name":"../contexts/AuthContext","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":14,"column":0,"index":306},"end":{"line":14,"column":50,"index":356}}],"key":"oNCgyH4yx4pAIVZXLqqRGB2kuCY=","exportNames":["*"],"imports":1}},{"name":"../config/api","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":15,"column":0,"index":357},"end":{"line":15,"column":46,"index":403}}],"key":"V94urzZZSfzzXHrNxWFShT8IuQo=","exportNames":["*"],"imports":1}},{"name":"react/jsx-dev-runtime","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"L9D70Z4hi4aGuui1ysja/oQ5ytI=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n var _jsxFileName = \"/app/frontend/src/screens/EditProfileScreen.tsx\",\n _s = $RefreshSig$();\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return EditProfileScreen;\n }\n });\n var _babelRuntimeHelpersAsyncToGenerator = require(_dependencyMap[0], \"@babel/runtime/helpers/asyncToGenerator\");\n var _asyncToGenerator = _interopDefault(_babelRuntimeHelpersAsyncToGenerator);\n var _babelRuntimeHelpersSlicedToArray = require(_dependencyMap[1], \"@babel/runtime/helpers/slicedToArray\");\n var _slicedToArray = _interopDefault(_babelRuntimeHelpersSlicedToArray);\n var _react = require(_dependencyMap[2], \"react\");\n var _reactNative = require(_dependencyMap[3], \"react-native\");\n var _expoVectorIcons = require(_dependencyMap[4], \"@expo/vector-icons\");\n var _reactNativeSafeAreaContext = require(_dependencyMap[5], \"react-native-safe-area-context\");\n var _contextsAuthContext = require(_dependencyMap[6], \"../contexts/AuthContext\");\n var _configApi = require(_dependencyMap[7], \"../config/api\");\n var _reactJsxDevRuntime = require(_dependencyMap[8], \"react/jsx-dev-runtime\");\n function EditProfileScreen(_ref) {\n _s();\n var navigation = _ref.navigation;\n var insets = (0, _reactNativeSafeAreaContext.useSafeAreaInsets)();\n var _useAuth = (0, _contextsAuthContext.useAuth)(),\n user = _useAuth.user;\n var _useState = (0, _react.useState)(false),\n _useState2 = (0, _slicedToArray.default)(_useState, 2),\n loading = _useState2[0],\n setLoading = _useState2[1];\n var _useState3 = (0, _react.useState)(''),\n _useState4 = (0, _slicedToArray.default)(_useState3, 2),\n email = _useState4[0],\n setEmail = _useState4[1];\n var _useState5 = (0, _react.useState)(''),\n _useState6 = (0, _slicedToArray.default)(_useState5, 2),\n firstName = _useState6[0],\n setFirstName = _useState6[1];\n var _useState7 = (0, _react.useState)(''),\n _useState8 = (0, _slicedToArray.default)(_useState7, 2),\n lastName = _useState8[0],\n setLastName = _useState8[1];\n var _useState9 = (0, _react.useState)(''),\n _useState0 = (0, _slicedToArray.default)(_useState9, 2),\n phone = _useState0[0],\n setPhone = _useState0[1];\n var _useState1 = (0, _react.useState)(''),\n _useState10 = (0, _slicedToArray.default)(_useState1, 2),\n walletAddress = _useState10[0],\n setWalletAddress = _useState10[1];\n (0, _react.useEffect)(() => {\n loadUserData();\n }, []);\n var loadUserData = /*#__PURE__*/function () {\n var _ref2 = (0, _asyncToGenerator.default)(function* () {\n try {\n var response = yield fetch(`${_configApi.API_ENDPOINTS.AUTH_USER(user?.user_id || '')}`);\n if (response.ok) {\n var data = yield response.json();\n setEmail(data.email || '');\n setFirstName(data.first_name || '');\n setLastName(data.last_name || '');\n setPhone(data.phone || '');\n setWalletAddress(data.wallet_address || '');\n }\n } catch (error) {\n console.error('Error loading user data:', error);\n }\n });\n return function loadUserData() {\n return _ref2.apply(this, arguments);\n };\n }();\n var handleSave = /*#__PURE__*/function () {\n var _ref3 = (0, _asyncToGenerator.default)(function* () {\n setLoading(true);\n try {\n var backendUrl = \"https://kurdish-id.preview.emergentagent.com\" || 'http://localhost:8001';\n var response = yield fetch(`${backendUrl}/api/auth/profile`, {\n method: 'PUT',\n headers: {\n 'Content-Type': 'application/json'\n },\n body: JSON.stringify({\n user_id: user?.user_id,\n email,\n first_name: firstName,\n last_name: lastName,\n phone,\n wallet_address: walletAddress\n })\n });\n if (response.ok) {\n _reactNative.Alert.alert('Success', 'Profile updated successfully!');\n navigation.goBack();\n } else {\n _reactNative.Alert.alert('Error', 'Failed to update profile');\n }\n } catch (error) {\n _reactNative.Alert.alert('Error', 'Network error occurred');\n } finally {\n setLoading(false);\n }\n });\n return function handleSave() {\n return _ref3.apply(this, arguments);\n };\n }();\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: [styles.container, {\n paddingTop: insets.top\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.header,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n onPress: () => navigation.goBack(),\n style: styles.backButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"arrow-back\",\n size: 24,\n color: \"#1F2937\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 83,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 82,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.headerTitle,\n children: \"Edit Profile\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 85,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: {\n width: 40\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 86,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 81,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.ScrollView, {\n contentContainerStyle: styles.scrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.label,\n children: \"First Name\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 91,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TextInput, {\n style: styles.input,\n value: firstName,\n onChangeText: setFirstName,\n placeholder: \"Enter first name\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 92,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 90,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.label,\n children: \"Last Name\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 101,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TextInput, {\n style: styles.input,\n value: lastName,\n onChangeText: setLastName,\n placeholder: \"Enter last name\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 102,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 100,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.label,\n children: \"Email\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 111,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TextInput, {\n style: styles.input,\n value: email,\n onChangeText: setEmail,\n placeholder: \"Enter email\",\n keyboardType: \"email-address\",\n autoCapitalize: \"none\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 112,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 110,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.label,\n children: \"Phone Number\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 123,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TextInput, {\n style: styles.input,\n value: phone,\n onChangeText: setPhone,\n placeholder: \"Enter phone number\",\n keyboardType: \"phone-pad\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 124,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 122,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.label,\n children: \"Wallet Address\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 134,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TextInput, {\n style: styles.input,\n value: walletAddress,\n onChangeText: setWalletAddress,\n placeholder: \"Enter wallet address\",\n autoCapitalize: \"none\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 135,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 133,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: [styles.saveButton, loading && styles.saveButtonDisabled],\n onPress: handleSave,\n disabled: loading,\n children: loading ? /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.ActivityIndicator, {\n color: \"#FFF\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 150,\n columnNumber: 13\n }, this) : /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.saveButtonText,\n children: \"Save Changes\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 152,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 144,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 89,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 80,\n columnNumber: 5\n }, this);\n }\n _s(EditProfileScreen, \"+MvJbr4xH1W+2i3VrT+vYCRwjrA=\", false, function () {\n return [_reactNativeSafeAreaContext.useSafeAreaInsets, _contextsAuthContext.useAuth];\n });\n _c = EditProfileScreen;\n var styles = _reactNative.StyleSheet.create({\n container: {\n flex: 1,\n backgroundColor: '#F8F9FA'\n },\n header: {\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'space-between',\n paddingHorizontal: 16,\n paddingVertical: 16,\n backgroundColor: '#FFF',\n borderBottomWidth: 1,\n borderBottomColor: '#E5E7EB'\n },\n backButton: {\n width: 40,\n height: 40,\n borderRadius: 20,\n backgroundColor: '#F3F4F6',\n alignItems: 'center',\n justifyContent: 'center'\n },\n headerTitle: {\n fontSize: 18,\n fontWeight: '700',\n color: '#1F2937'\n },\n scrollContent: {\n padding: 16,\n paddingBottom: 80\n },\n section: {\n marginBottom: 20\n },\n label: {\n fontSize: 14,\n fontWeight: '600',\n color: '#374151',\n marginBottom: 8\n },\n input: {\n backgroundColor: '#FFF',\n padding: 16,\n borderRadius: 12,\n fontSize: 16,\n borderWidth: 1,\n borderColor: '#E5E7EB'\n },\n saveButton: {\n backgroundColor: '#EE2A35',\n padding: 16,\n borderRadius: 12,\n alignItems: 'center',\n marginTop: 24\n },\n saveButtonDisabled: {\n opacity: 0.6\n },\n saveButtonText: {\n fontSize: 16,\n fontWeight: '600',\n color: '#FFF'\n }\n });\n var _c;\n $RefreshReg$(_c, \"EditProfileScreen\");\n});","lineCount":387,"map":[[14,2,17,15,"Object"],[14,8,17,15],[14,9,17,15,"defineProperty"],[14,23,17,15],[14,24,17,15,"exports"],[14,31,17,15],[15,4,17,15,"enumerable"],[15,14,17,15],[16,4,17,15,"get"],[16,7,17,15],[16,18,17,15,"get"],[16,19,17,15],[17,6,17,15],[17,13,17,15,"EditProfileScreen"],[17,30,17,15],[18,4,17,15],[19,2,17,15],[20,2,158,1],[20,6,158,1,"_babelRuntimeHelpersAsyncToGenerator"],[20,42,158,1],[20,45,158,1,"require"],[20,52,158,1],[20,53,158,1,"_dependencyMap"],[20,67,158,1],[21,2,158,1],[21,6,158,1,"_asyncToGenerator"],[21,23,158,1],[21,26,158,1,"_interopDefault"],[21,41,158,1],[21,42,158,1,"_babelRuntimeHelpersAsyncToGenerator"],[21,78,158,1],[22,2,158,1],[22,6,158,1,"_babelRuntimeHelpersSlicedToArray"],[22,39,158,1],[22,42,158,1,"require"],[22,49,158,1],[22,50,158,1,"_dependencyMap"],[22,64,158,1],[23,2,158,1],[23,6,158,1,"_slicedToArray"],[23,20,158,1],[23,23,158,1,"_interopDefault"],[23,38,158,1],[23,39,158,1,"_babelRuntimeHelpersSlicedToArray"],[23,72,158,1],[24,2,1,0],[24,6,1,0,"_react"],[24,12,1,0],[24,15,1,0,"require"],[24,22,1,0],[24,23,1,0,"_dependencyMap"],[24,37,1,0],[25,2,2,0],[25,6,2,0,"_reactNative"],[25,18,2,0],[25,21,2,0,"require"],[25,28,2,0],[25,29,2,0,"_dependencyMap"],[25,43,2,0],[26,2,12,0],[26,6,12,0,"_expoVectorIcons"],[26,22,12,0],[26,25,12,0,"require"],[26,32,12,0],[26,33,12,0,"_dependencyMap"],[26,47,12,0],[27,2,13,0],[27,6,13,0,"_reactNativeSafeAreaContext"],[27,33,13,0],[27,36,13,0,"require"],[27,43,13,0],[27,44,13,0,"_dependencyMap"],[27,58,13,0],[28,2,14,0],[28,6,14,0,"_contextsAuthContext"],[28,26,14,0],[28,29,14,0,"require"],[28,36,14,0],[28,37,14,0,"_dependencyMap"],[28,51,14,0],[29,2,15,0],[29,6,15,0,"_configApi"],[29,16,15,0],[29,19,15,0,"require"],[29,26,15,0],[29,27,15,0,"_dependencyMap"],[29,41,15,0],[30,2,15,46],[30,6,15,46,"_reactJsxDevRuntime"],[30,25,15,46],[30,28,15,46,"require"],[30,35,15,46],[30,36,15,46,"_dependencyMap"],[30,50,15,46],[31,2,17,15],[31,11,17,24,"EditProfileScreen"],[31,28,17,41,"EditProfileScreen"],[31,29,17,41,"_ref"],[31,33,17,41],[31,35,17,63],[32,4,17,63,"_s"],[32,6,17,63],[33,4,17,63],[33,8,17,44,"navigation"],[33,18,17,54],[33,21,17,54,"_ref"],[33,25,17,54],[33,26,17,44,"navigation"],[33,36,17,54],[34,4,18,2],[34,8,18,8,"insets"],[34,14,18,14],[34,17,18,17],[34,21,18,17,"useSafeAreaInsets"],[34,48,18,34],[34,49,18,34,"useSafeAreaInsets"],[34,66,18,34],[34,68,18,35],[34,69,18,36],[35,4,19,2],[35,8,19,2,"_useAuth"],[35,16,19,2],[35,19,19,19],[35,23,19,19,"useAuth"],[35,43,19,26],[35,44,19,26,"useAuth"],[35,51,19,26],[35,53,19,27],[35,54,19,28],[36,6,19,10,"user"],[36,10,19,14],[36,13,19,14,"_useAuth"],[36,21,19,14],[36,22,19,10,"user"],[36,26,19,14],[37,4,20,2],[37,8,20,2,"_useState"],[37,17,20,2],[37,20,20,32],[37,24,20,32,"useState"],[37,30,20,40],[37,31,20,40,"useState"],[37,39,20,40],[37,41,20,41],[37,46,20,46],[37,47,20,47],[38,6,20,47,"_useState2"],[38,16,20,47],[38,23,20,47,"_slicedToArray"],[38,37,20,47],[38,38,20,47,"default"],[38,45,20,47],[38,47,20,47,"_useState"],[38,56,20,47],[39,6,20,9,"loading"],[39,13,20,16],[39,16,20,16,"_useState2"],[39,26,20,16],[40,6,20,18,"setLoading"],[40,16,20,28],[40,19,20,28,"_useState2"],[40,29,20,28],[41,4,21,2],[41,8,21,2,"_useState3"],[41,18,21,2],[41,21,21,28],[41,25,21,28,"useState"],[41,31,21,36],[41,32,21,36,"useState"],[41,40,21,36],[41,42,21,37],[41,44,21,39],[41,45,21,40],[42,6,21,40,"_useState4"],[42,16,21,40],[42,23,21,40,"_slicedToArray"],[42,37,21,40],[42,38,21,40,"default"],[42,45,21,40],[42,47,21,40,"_useState3"],[42,57,21,40],[43,6,21,9,"email"],[43,11,21,14],[43,14,21,14,"_useState4"],[43,24,21,14],[44,6,21,16,"setEmail"],[44,14,21,24],[44,17,21,24,"_useState4"],[44,27,21,24],[45,4,22,2],[45,8,22,2,"_useState5"],[45,18,22,2],[45,21,22,36],[45,25,22,36,"useState"],[45,31,22,44],[45,32,22,44,"useState"],[45,40,22,44],[45,42,22,45],[45,44,22,47],[45,45,22,48],[46,6,22,48,"_useState6"],[46,16,22,48],[46,23,22,48,"_slicedToArray"],[46,37,22,48],[46,38,22,48,"default"],[46,45,22,48],[46,47,22,48,"_useState5"],[46,57,22,48],[47,6,22,9,"firstName"],[47,15,22,18],[47,18,22,18,"_useState6"],[47,28,22,18],[48,6,22,20,"setFirstName"],[48,18,22,32],[48,21,22,32,"_useState6"],[48,31,22,32],[49,4,23,2],[49,8,23,2,"_useState7"],[49,18,23,2],[49,21,23,34],[49,25,23,34,"useState"],[49,31,23,42],[49,32,23,42,"useState"],[49,40,23,42],[49,42,23,43],[49,44,23,45],[49,45,23,46],[50,6,23,46,"_useState8"],[50,16,23,46],[50,23,23,46,"_slicedToArray"],[50,37,23,46],[50,38,23,46,"default"],[50,45,23,46],[50,47,23,46,"_useState7"],[50,57,23,46],[51,6,23,9,"lastName"],[51,14,23,17],[51,17,23,17,"_useState8"],[51,27,23,17],[52,6,23,19,"setLastName"],[52,17,23,30],[52,20,23,30,"_useState8"],[52,30,23,30],[53,4,24,2],[53,8,24,2,"_useState9"],[53,18,24,2],[53,21,24,28],[53,25,24,28,"useState"],[53,31,24,36],[53,32,24,36,"useState"],[53,40,24,36],[53,42,24,37],[53,44,24,39],[53,45,24,40],[54,6,24,40,"_useState0"],[54,16,24,40],[54,23,24,40,"_slicedToArray"],[54,37,24,40],[54,38,24,40,"default"],[54,45,24,40],[54,47,24,40,"_useState9"],[54,57,24,40],[55,6,24,9,"phone"],[55,11,24,14],[55,14,24,14,"_useState0"],[55,24,24,14],[56,6,24,16,"setPhone"],[56,14,24,24],[56,17,24,24,"_useState0"],[56,27,24,24],[57,4,25,2],[57,8,25,2,"_useState1"],[57,18,25,2],[57,21,25,44],[57,25,25,44,"useState"],[57,31,25,52],[57,32,25,52,"useState"],[57,40,25,52],[57,42,25,53],[57,44,25,55],[57,45,25,56],[58,6,25,56,"_useState10"],[58,17,25,56],[58,24,25,56,"_slicedToArray"],[58,38,25,56],[58,39,25,56,"default"],[58,46,25,56],[58,48,25,56,"_useState1"],[58,58,25,56],[59,6,25,9,"walletAddress"],[59,19,25,22],[59,22,25,22,"_useState10"],[59,33,25,22],[60,6,25,24,"setWalletAddress"],[60,22,25,40],[60,25,25,40,"_useState10"],[60,36,25,40],[61,4,27,2],[61,8,27,2,"useEffect"],[61,14,27,11],[61,15,27,11,"useEffect"],[61,24,27,11],[61,26,27,12],[61,32,27,18],[62,6,28,4,"loadUserData"],[62,18,28,16],[62,19,28,17],[62,20,28,18],[63,4,29,2],[63,5,29,3],[63,7,29,5],[63,9,29,7],[63,10,29,8],[64,4,31,2],[64,8,31,8,"loadUserData"],[64,20,31,20],[65,6,31,20],[65,10,31,20,"_ref2"],[65,15,31,20],[65,22,31,20,"_asyncToGenerator"],[65,39,31,20],[65,40,31,20,"default"],[65,47,31,20],[65,49,31,23],[65,62,31,35],[66,8,32,4],[66,12,32,8],[67,10,33,6],[67,14,33,12,"response"],[67,22,33,20],[67,31,33,29,"fetch"],[67,36,33,34],[67,37,33,35],[67,40,33,38,"API_ENDPOINTS"],[67,50,33,51],[67,51,33,51,"API_ENDPOINTS"],[67,64,33,51],[67,65,33,52,"AUTH_USER"],[67,74,33,61],[67,75,33,62,"user"],[67,79,33,66],[67,81,33,68,"user_id"],[67,88,33,75],[67,92,33,79],[67,94,33,81],[67,95,33,82],[67,97,33,84],[67,98,33,85],[68,10,34,6],[68,14,34,10,"response"],[68,22,34,18],[68,23,34,19,"ok"],[68,25,34,21],[68,27,34,23],[69,12,35,8],[69,16,35,14,"data"],[69,20,35,18],[69,29,35,27,"response"],[69,37,35,35],[69,38,35,36,"json"],[69,42,35,40],[69,43,35,41],[69,44,35,42],[70,12,36,8,"setEmail"],[70,20,36,16],[70,21,36,17,"data"],[70,25,36,21],[70,26,36,22,"email"],[70,31,36,27],[70,35,36,31],[70,37,36,33],[70,38,36,34],[71,12,37,8,"setFirstName"],[71,24,37,20],[71,25,37,21,"data"],[71,29,37,25],[71,30,37,26,"first_name"],[71,40,37,36],[71,44,37,40],[71,46,37,42],[71,47,37,43],[72,12,38,8,"setLastName"],[72,23,38,19],[72,24,38,20,"data"],[72,28,38,24],[72,29,38,25,"last_name"],[72,38,38,34],[72,42,38,38],[72,44,38,40],[72,45,38,41],[73,12,39,8,"setPhone"],[73,20,39,16],[73,21,39,17,"data"],[73,25,39,21],[73,26,39,22,"phone"],[73,31,39,27],[73,35,39,31],[73,37,39,33],[73,38,39,34],[74,12,40,8,"setWalletAddress"],[74,28,40,24],[74,29,40,25,"data"],[74,33,40,29],[74,34,40,30,"wallet_address"],[74,48,40,44],[74,52,40,48],[74,54,40,50],[74,55,40,51],[75,10,41,6],[76,8,42,4],[76,9,42,5],[76,10,42,6],[76,17,42,13,"error"],[76,22,42,18],[76,24,42,20],[77,10,43,6,"console"],[77,17,43,13],[77,18,43,14,"error"],[77,23,43,19],[77,24,43,20],[77,50,43,46],[77,52,43,48,"error"],[77,57,43,53],[77,58,43,54],[78,8,44,4],[79,6,45,2],[79,7,45,3],[80,6,45,3],[80,22,31,8,"loadUserData"],[80,34,31,20,"loadUserData"],[80,35,31,20],[81,8,31,20],[81,15,31,20,"_ref2"],[81,20,31,20],[81,21,31,20,"apply"],[81,26,31,20],[81,33,31,20,"arguments"],[81,42,31,20],[82,6,31,20],[83,4,31,20],[83,7,45,3],[84,4,47,2],[84,8,47,8,"handleSave"],[84,18,47,18],[85,6,47,18],[85,10,47,18,"_ref3"],[85,15,47,18],[85,22,47,18,"_asyncToGenerator"],[85,39,47,18],[85,40,47,18,"default"],[85,47,47,18],[85,49,47,21],[85,62,47,33],[86,8,48,4,"setLoading"],[86,18,48,14],[86,19,48,15],[86,23,48,19],[86,24,48,20],[87,8,49,4],[87,12,49,8],[88,10,50,6],[88,14,50,12,"backendUrl"],[88,24,50,22],[88,27,50,25],[88,84,50,64],[88,107,50,87],[89,10,51,6],[89,14,51,12,"response"],[89,22,51,20],[89,31,51,29,"fetch"],[89,36,51,34],[89,37,51,35],[89,40,51,38,"backendUrl"],[89,50,51,48],[89,69,51,67],[89,71,51,69],[90,12,52,8,"method"],[90,18,52,14],[90,20,52,16],[90,25,52,21],[91,12,53,8,"headers"],[91,19,53,15],[91,21,53,17],[92,14,54,10],[92,28,54,24],[92,30,54,26],[93,12,55,8],[93,13,55,9],[94,12,56,8,"body"],[94,16,56,12],[94,18,56,14,"JSON"],[94,22,56,18],[94,23,56,19,"stringify"],[94,32,56,28],[94,33,56,29],[95,14,57,10,"user_id"],[95,21,57,17],[95,23,57,19,"user"],[95,27,57,23],[95,29,57,25,"user_id"],[95,36,57,32],[96,14,58,10,"email"],[96,19,58,15],[97,14,59,10,"first_name"],[97,24,59,20],[97,26,59,22,"firstName"],[97,35,59,31],[98,14,60,10,"last_name"],[98,23,60,19],[98,25,60,21,"lastName"],[98,33,60,29],[99,14,61,10,"phone"],[99,19,61,15],[100,14,62,10,"wallet_address"],[100,28,62,24],[100,30,62,26,"walletAddress"],[101,12,63,8],[101,13,63,9],[102,10,64,6],[102,11,64,7],[102,12,64,8],[103,10,66,6],[103,14,66,10,"response"],[103,22,66,18],[103,23,66,19,"ok"],[103,25,66,21],[103,27,66,23],[104,12,67,8,"Alert"],[104,24,67,13],[104,25,67,13,"Alert"],[104,30,67,13],[104,31,67,14,"alert"],[104,36,67,19],[104,37,67,20],[104,46,67,29],[104,48,67,31],[104,79,67,62],[104,80,67,63],[105,12,68,8,"navigation"],[105,22,68,18],[105,23,68,19,"goBack"],[105,29,68,25],[105,30,68,26],[105,31,68,27],[106,10,69,6],[106,11,69,7],[106,17,69,13],[107,12,70,8,"Alert"],[107,24,70,13],[107,25,70,13,"Alert"],[107,30,70,13],[107,31,70,14,"alert"],[107,36,70,19],[107,37,70,20],[107,44,70,27],[107,46,70,29],[107,72,70,55],[107,73,70,56],[108,10,71,6],[109,8,72,4],[109,9,72,5],[109,10,72,6],[109,17,72,13,"error"],[109,22,72,18],[109,24,72,20],[110,10,73,6,"Alert"],[110,22,73,11],[110,23,73,11,"Alert"],[110,28,73,11],[110,29,73,12,"alert"],[110,34,73,17],[110,35,73,18],[110,42,73,25],[110,44,73,27],[110,68,73,51],[110,69,73,52],[111,8,74,4],[111,9,74,5],[111,18,74,14],[112,10,75,6,"setLoading"],[112,20,75,16],[112,21,75,17],[112,26,75,22],[112,27,75,23],[113,8,76,4],[114,6,77,2],[114,7,77,3],[115,6,77,3],[115,22,47,8,"handleSave"],[115,32,47,18,"handleSave"],[115,33,47,18],[116,8,47,18],[116,15,47,18,"_ref3"],[116,20,47,18],[116,21,47,18,"apply"],[116,26,47,18],[116,33,47,18,"arguments"],[116,42,47,18],[117,6,47,18],[118,4,47,18],[118,7,77,3],[119,4,79,2],[119,24,80,4],[119,28,80,4,"_reactJsxDevRuntime"],[119,47,80,4],[119,48,80,4,"jsxDEV"],[119,54,80,4],[119,56,80,5,"_reactNative"],[119,68,80,9],[119,69,80,9,"View"],[119,73,80,9],[120,6,80,10,"style"],[120,11,80,15],[120,13,80,17],[120,14,80,18,"styles"],[120,20,80,24],[120,21,80,25,"container"],[120,30,80,34],[120,32,80,36],[121,8,80,38,"paddingTop"],[121,18,80,48],[121,20,80,50,"insets"],[121,26,80,56],[121,27,80,57,"top"],[122,6,80,61],[122,7,80,62],[122,8,80,64],[123,6,80,64,"children"],[123,14,80,64],[123,30,81,6],[123,34,81,6,"_reactJsxDevRuntime"],[123,53,81,6],[123,54,81,6,"jsxDEV"],[123,60,81,6],[123,62,81,7,"_reactNative"],[123,74,81,11],[123,75,81,11,"View"],[123,79,81,11],[124,8,81,12,"style"],[124,13,81,17],[124,15,81,19,"styles"],[124,21,81,25],[124,22,81,26,"header"],[124,28,81,33],[125,8,81,33,"children"],[125,16,81,33],[125,32,82,8],[125,36,82,8,"_reactJsxDevRuntime"],[125,55,82,8],[125,56,82,8,"jsxDEV"],[125,62,82,8],[125,64,82,9,"_reactNative"],[125,76,82,25],[125,77,82,25,"TouchableOpacity"],[125,93,82,25],[126,10,82,26,"onPress"],[126,17,82,33],[126,19,82,35,"onPress"],[126,20,82,35],[126,25,82,41,"navigation"],[126,35,82,51],[126,36,82,52,"goBack"],[126,42,82,58],[126,43,82,59],[126,44,82,61],[127,10,82,62,"style"],[127,15,82,67],[127,17,82,69,"styles"],[127,23,82,75],[127,24,82,76,"backButton"],[127,34,82,87],[128,10,82,87,"children"],[128,18,82,87],[128,33,83,10],[128,37,83,10,"_reactJsxDevRuntime"],[128,56,83,10],[128,57,83,10,"jsxDEV"],[128,63,83,10],[128,65,83,11,"_expoVectorIcons"],[128,81,83,19],[128,82,83,19,"Ionicons"],[128,90,83,19],[129,12,83,20,"name"],[129,16,83,24],[129,18,83,25],[129,30,83,37],[130,12,83,38,"size"],[130,16,83,42],[130,18,83,44],[130,20,83,47],[131,12,83,48,"color"],[131,17,83,53],[131,19,83,54],[132,10,83,63],[133,12,83,63,"fileName"],[133,20,83,63],[133,22,83,63,"_jsxFileName"],[133,34,83,63],[134,12,83,63,"lineNumber"],[134,22,83,63],[135,12,83,63,"columnNumber"],[135,24,83,63],[136,10,83,63],[136,17,83,65],[137,8,83,66],[138,10,83,66,"fileName"],[138,18,83,66],[138,20,83,66,"_jsxFileName"],[138,32,83,66],[139,10,83,66,"lineNumber"],[139,20,83,66],[140,10,83,66,"columnNumber"],[140,22,83,66],[141,8,83,66],[141,15,84,26],[141,16,84,27],[141,31,85,8],[141,35,85,8,"_reactJsxDevRuntime"],[141,54,85,8],[141,55,85,8,"jsxDEV"],[141,61,85,8],[141,63,85,9,"_reactNative"],[141,75,85,13],[141,76,85,13,"Text"],[141,80,85,13],[142,10,85,14,"style"],[142,15,85,19],[142,17,85,21,"styles"],[142,23,85,27],[142,24,85,28,"headerTitle"],[142,35,85,40],[143,10,85,40,"children"],[143,18,85,40],[143,20,85,41],[144,8,85,53],[145,10,85,53,"fileName"],[145,18,85,53],[145,20,85,53,"_jsxFileName"],[145,32,85,53],[146,10,85,53,"lineNumber"],[146,20,85,53],[147,10,85,53,"columnNumber"],[147,22,85,53],[148,8,85,53],[148,15,85,59],[148,16,85,60],[148,31,86,8],[148,35,86,8,"_reactJsxDevRuntime"],[148,54,86,8],[148,55,86,8,"jsxDEV"],[148,61,86,8],[148,63,86,9,"_reactNative"],[148,75,86,13],[148,76,86,13,"View"],[148,80,86,13],[149,10,86,14,"style"],[149,15,86,19],[149,17,86,21],[150,12,86,23,"width"],[150,17,86,28],[150,19,86,30],[151,10,86,33],[152,8,86,35],[153,10,86,35,"fileName"],[153,18,86,35],[153,20,86,35,"_jsxFileName"],[153,32,86,35],[154,10,86,35,"lineNumber"],[154,20,86,35],[155,10,86,35,"columnNumber"],[155,22,86,35],[156,8,86,35],[156,15,86,37],[156,16,86,38],[157,6,86,38],[158,8,86,38,"fileName"],[158,16,86,38],[158,18,86,38,"_jsxFileName"],[158,30,86,38],[159,8,86,38,"lineNumber"],[159,18,86,38],[160,8,86,38,"columnNumber"],[160,20,86,38],[161,6,86,38],[161,13,87,12],[161,14,87,13],[161,29,89,6],[161,33,89,6,"_reactJsxDevRuntime"],[161,52,89,6],[161,53,89,6,"jsxDEV"],[161,59,89,6],[161,61,89,7,"_reactNative"],[161,73,89,17],[161,74,89,17,"ScrollView"],[161,84,89,17],[162,8,89,18,"contentContainerStyle"],[162,29,89,39],[162,31,89,41,"styles"],[162,37,89,47],[162,38,89,48,"scrollContent"],[162,51,89,62],[163,8,89,62,"children"],[163,16,89,62],[163,32,90,8],[163,36,90,8,"_reactJsxDevRuntime"],[163,55,90,8],[163,56,90,8,"jsxDEV"],[163,62,90,8],[163,64,90,9,"_reactNative"],[163,76,90,13],[163,77,90,13,"View"],[163,81,90,13],[164,10,90,14,"style"],[164,15,90,19],[164,17,90,21,"styles"],[164,23,90,27],[164,24,90,28,"section"],[164,31,90,36],[165,10,90,36,"children"],[165,18,90,36],[165,34,91,10],[165,38,91,10,"_reactJsxDevRuntime"],[165,57,91,10],[165,58,91,10,"jsxDEV"],[165,64,91,10],[165,66,91,11,"_reactNative"],[165,78,91,15],[165,79,91,15,"Text"],[165,83,91,15],[166,12,91,16,"style"],[166,17,91,21],[166,19,91,23,"styles"],[166,25,91,29],[166,26,91,30,"label"],[166,31,91,36],[167,12,91,36,"children"],[167,20,91,36],[167,22,91,37],[168,10,91,47],[169,12,91,47,"fileName"],[169,20,91,47],[169,22,91,47,"_jsxFileName"],[169,34,91,47],[170,12,91,47,"lineNumber"],[170,22,91,47],[171,12,91,47,"columnNumber"],[171,24,91,47],[172,10,91,47],[172,17,91,53],[172,18,91,54],[172,33,92,10],[172,37,92,10,"_reactJsxDevRuntime"],[172,56,92,10],[172,57,92,10,"jsxDEV"],[172,63,92,10],[172,65,92,11,"_reactNative"],[172,77,92,20],[172,78,92,20,"TextInput"],[172,87,92,20],[173,12,93,12,"style"],[173,17,93,17],[173,19,93,19,"styles"],[173,25,93,25],[173,26,93,26,"input"],[173,31,93,32],[174,12,94,12,"value"],[174,17,94,17],[174,19,94,19,"firstName"],[174,28,94,29],[175,12,95,12,"onChangeText"],[175,24,95,24],[175,26,95,26,"setFirstName"],[175,38,95,39],[176,12,96,12,"placeholder"],[176,23,96,23],[176,25,96,24],[177,10,96,42],[178,12,96,42,"fileName"],[178,20,96,42],[178,22,96,42,"_jsxFileName"],[178,34,96,42],[179,12,96,42,"lineNumber"],[179,22,96,42],[180,12,96,42,"columnNumber"],[180,24,96,42],[181,10,96,42],[181,17,97,11],[181,18,97,12],[182,8,97,12],[183,10,97,12,"fileName"],[183,18,97,12],[183,20,97,12,"_jsxFileName"],[183,32,97,12],[184,10,97,12,"lineNumber"],[184,20,97,12],[185,10,97,12,"columnNumber"],[185,22,97,12],[186,8,97,12],[186,15,98,14],[186,16,98,15],[186,31,100,8],[186,35,100,8,"_reactJsxDevRuntime"],[186,54,100,8],[186,55,100,8,"jsxDEV"],[186,61,100,8],[186,63,100,9,"_reactNative"],[186,75,100,13],[186,76,100,13,"View"],[186,80,100,13],[187,10,100,14,"style"],[187,15,100,19],[187,17,100,21,"styles"],[187,23,100,27],[187,24,100,28,"section"],[187,31,100,36],[188,10,100,36,"children"],[188,18,100,36],[188,34,101,10],[188,38,101,10,"_reactJsxDevRuntime"],[188,57,101,10],[188,58,101,10,"jsxDEV"],[188,64,101,10],[188,66,101,11,"_reactNative"],[188,78,101,15],[188,79,101,15,"Text"],[188,83,101,15],[189,12,101,16,"style"],[189,17,101,21],[189,19,101,23,"styles"],[189,25,101,29],[189,26,101,30,"label"],[189,31,101,36],[190,12,101,36,"children"],[190,20,101,36],[190,22,101,37],[191,10,101,46],[192,12,101,46,"fileName"],[192,20,101,46],[192,22,101,46,"_jsxFileName"],[192,34,101,46],[193,12,101,46,"lineNumber"],[193,22,101,46],[194,12,101,46,"columnNumber"],[194,24,101,46],[195,10,101,46],[195,17,101,52],[195,18,101,53],[195,33,102,10],[195,37,102,10,"_reactJsxDevRuntime"],[195,56,102,10],[195,57,102,10,"jsxDEV"],[195,63,102,10],[195,65,102,11,"_reactNative"],[195,77,102,20],[195,78,102,20,"TextInput"],[195,87,102,20],[196,12,103,12,"style"],[196,17,103,17],[196,19,103,19,"styles"],[196,25,103,25],[196,26,103,26,"input"],[196,31,103,32],[197,12,104,12,"value"],[197,17,104,17],[197,19,104,19,"lastName"],[197,27,104,28],[198,12,105,12,"onChangeText"],[198,24,105,24],[198,26,105,26,"setLastName"],[198,37,105,38],[199,12,106,12,"placeholder"],[199,23,106,23],[199,25,106,24],[200,10,106,41],[201,12,106,41,"fileName"],[201,20,106,41],[201,22,106,41,"_jsxFileName"],[201,34,106,41],[202,12,106,41,"lineNumber"],[202,22,106,41],[203,12,106,41,"columnNumber"],[203,24,106,41],[204,10,106,41],[204,17,107,11],[204,18,107,12],[205,8,107,12],[206,10,107,12,"fileName"],[206,18,107,12],[206,20,107,12,"_jsxFileName"],[206,32,107,12],[207,10,107,12,"lineNumber"],[207,20,107,12],[208,10,107,12,"columnNumber"],[208,22,107,12],[209,8,107,12],[209,15,108,14],[209,16,108,15],[209,31,110,8],[209,35,110,8,"_reactJsxDevRuntime"],[209,54,110,8],[209,55,110,8,"jsxDEV"],[209,61,110,8],[209,63,110,9,"_reactNative"],[209,75,110,13],[209,76,110,13,"View"],[209,80,110,13],[210,10,110,14,"style"],[210,15,110,19],[210,17,110,21,"styles"],[210,23,110,27],[210,24,110,28,"section"],[210,31,110,36],[211,10,110,36,"children"],[211,18,110,36],[211,34,111,10],[211,38,111,10,"_reactJsxDevRuntime"],[211,57,111,10],[211,58,111,10,"jsxDEV"],[211,64,111,10],[211,66,111,11,"_reactNative"],[211,78,111,15],[211,79,111,15,"Text"],[211,83,111,15],[212,12,111,16,"style"],[212,17,111,21],[212,19,111,23,"styles"],[212,25,111,29],[212,26,111,30,"label"],[212,31,111,36],[213,12,111,36,"children"],[213,20,111,36],[213,22,111,37],[214,10,111,42],[215,12,111,42,"fileName"],[215,20,111,42],[215,22,111,42,"_jsxFileName"],[215,34,111,42],[216,12,111,42,"lineNumber"],[216,22,111,42],[217,12,111,42,"columnNumber"],[217,24,111,42],[218,10,111,42],[218,17,111,48],[218,18,111,49],[218,33,112,10],[218,37,112,10,"_reactJsxDevRuntime"],[218,56,112,10],[218,57,112,10,"jsxDEV"],[218,63,112,10],[218,65,112,11,"_reactNative"],[218,77,112,20],[218,78,112,20,"TextInput"],[218,87,112,20],[219,12,113,12,"style"],[219,17,113,17],[219,19,113,19,"styles"],[219,25,113,25],[219,26,113,26,"input"],[219,31,113,32],[220,12,114,12,"value"],[220,17,114,17],[220,19,114,19,"email"],[220,24,114,25],[221,12,115,12,"onChangeText"],[221,24,115,24],[221,26,115,26,"setEmail"],[221,34,115,35],[222,12,116,12,"placeholder"],[222,23,116,23],[222,25,116,24],[222,38,116,37],[223,12,117,12,"keyboardType"],[223,24,117,24],[223,26,117,25],[223,41,117,40],[224,12,118,12,"autoCapitalize"],[224,26,118,26],[224,28,118,27],[225,10,118,33],[226,12,118,33,"fileName"],[226,20,118,33],[226,22,118,33,"_jsxFileName"],[226,34,118,33],[227,12,118,33,"lineNumber"],[227,22,118,33],[228,12,118,33,"columnNumber"],[228,24,118,33],[229,10,118,33],[229,17,119,11],[229,18,119,12],[230,8,119,12],[231,10,119,12,"fileName"],[231,18,119,12],[231,20,119,12,"_jsxFileName"],[231,32,119,12],[232,10,119,12,"lineNumber"],[232,20,119,12],[233,10,119,12,"columnNumber"],[233,22,119,12],[234,8,119,12],[234,15,120,14],[234,16,120,15],[234,31,122,8],[234,35,122,8,"_reactJsxDevRuntime"],[234,54,122,8],[234,55,122,8,"jsxDEV"],[234,61,122,8],[234,63,122,9,"_reactNative"],[234,75,122,13],[234,76,122,13,"View"],[234,80,122,13],[235,10,122,14,"style"],[235,15,122,19],[235,17,122,21,"styles"],[235,23,122,27],[235,24,122,28,"section"],[235,31,122,36],[236,10,122,36,"children"],[236,18,122,36],[236,34,123,10],[236,38,123,10,"_reactJsxDevRuntime"],[236,57,123,10],[236,58,123,10,"jsxDEV"],[236,64,123,10],[236,66,123,11,"_reactNative"],[236,78,123,15],[236,79,123,15,"Text"],[236,83,123,15],[237,12,123,16,"style"],[237,17,123,21],[237,19,123,23,"styles"],[237,25,123,29],[237,26,123,30,"label"],[237,31,123,36],[238,12,123,36,"children"],[238,20,123,36],[238,22,123,37],[239,10,123,49],[240,12,123,49,"fileName"],[240,20,123,49],[240,22,123,49,"_jsxFileName"],[240,34,123,49],[241,12,123,49,"lineNumber"],[241,22,123,49],[242,12,123,49,"columnNumber"],[242,24,123,49],[243,10,123,49],[243,17,123,55],[243,18,123,56],[243,33,124,10],[243,37,124,10,"_reactJsxDevRuntime"],[243,56,124,10],[243,57,124,10,"jsxDEV"],[243,63,124,10],[243,65,124,11,"_reactNative"],[243,77,124,20],[243,78,124,20,"TextInput"],[243,87,124,20],[244,12,125,12,"style"],[244,17,125,17],[244,19,125,19,"styles"],[244,25,125,25],[244,26,125,26,"input"],[244,31,125,32],[245,12,126,12,"value"],[245,17,126,17],[245,19,126,19,"phone"],[245,24,126,25],[246,12,127,12,"onChangeText"],[246,24,127,24],[246,26,127,26,"setPhone"],[246,34,127,35],[247,12,128,12,"placeholder"],[247,23,128,23],[247,25,128,24],[247,45,128,44],[248,12,129,12,"keyboardType"],[248,24,129,24],[248,26,129,25],[249,10,129,36],[250,12,129,36,"fileName"],[250,20,129,36],[250,22,129,36,"_jsxFileName"],[250,34,129,36],[251,12,129,36,"lineNumber"],[251,22,129,36],[252,12,129,36,"columnNumber"],[252,24,129,36],[253,10,129,36],[253,17,130,11],[253,18,130,12],[254,8,130,12],[255,10,130,12,"fileName"],[255,18,130,12],[255,20,130,12,"_jsxFileName"],[255,32,130,12],[256,10,130,12,"lineNumber"],[256,20,130,12],[257,10,130,12,"columnNumber"],[257,22,130,12],[258,8,130,12],[258,15,131,14],[258,16,131,15],[258,31,133,8],[258,35,133,8,"_reactJsxDevRuntime"],[258,54,133,8],[258,55,133,8,"jsxDEV"],[258,61,133,8],[258,63,133,9,"_reactNative"],[258,75,133,13],[258,76,133,13,"View"],[258,80,133,13],[259,10,133,14,"style"],[259,15,133,19],[259,17,133,21,"styles"],[259,23,133,27],[259,24,133,28,"section"],[259,31,133,36],[260,10,133,36,"children"],[260,18,133,36],[260,34,134,10],[260,38,134,10,"_reactJsxDevRuntime"],[260,57,134,10],[260,58,134,10,"jsxDEV"],[260,64,134,10],[260,66,134,11,"_reactNative"],[260,78,134,15],[260,79,134,15,"Text"],[260,83,134,15],[261,12,134,16,"style"],[261,17,134,21],[261,19,134,23,"styles"],[261,25,134,29],[261,26,134,30,"label"],[261,31,134,36],[262,12,134,36,"children"],[262,20,134,36],[262,22,134,37],[263,10,134,51],[264,12,134,51,"fileName"],[264,20,134,51],[264,22,134,51,"_jsxFileName"],[264,34,134,51],[265,12,134,51,"lineNumber"],[265,22,134,51],[266,12,134,51,"columnNumber"],[266,24,134,51],[267,10,134,51],[267,17,134,57],[267,18,134,58],[267,33,135,10],[267,37,135,10,"_reactJsxDevRuntime"],[267,56,135,10],[267,57,135,10,"jsxDEV"],[267,63,135,10],[267,65,135,11,"_reactNative"],[267,77,135,20],[267,78,135,20,"TextInput"],[267,87,135,20],[268,12,136,12,"style"],[268,17,136,17],[268,19,136,19,"styles"],[268,25,136,25],[268,26,136,26,"input"],[268,31,136,32],[269,12,137,12,"value"],[269,17,137,17],[269,19,137,19,"walletAddress"],[269,32,137,33],[270,12,138,12,"onChangeText"],[270,24,138,24],[270,26,138,26,"setWalletAddress"],[270,42,138,43],[271,12,139,12,"placeholder"],[271,23,139,23],[271,25,139,24],[271,47,139,46],[272,12,140,12,"autoCapitalize"],[272,26,140,26],[272,28,140,27],[273,10,140,33],[274,12,140,33,"fileName"],[274,20,140,33],[274,22,140,33,"_jsxFileName"],[274,34,140,33],[275,12,140,33,"lineNumber"],[275,22,140,33],[276,12,140,33,"columnNumber"],[276,24,140,33],[277,10,140,33],[277,17,141,11],[277,18,141,12],[278,8,141,12],[279,10,141,12,"fileName"],[279,18,141,12],[279,20,141,12,"_jsxFileName"],[279,32,141,12],[280,10,141,12,"lineNumber"],[280,20,141,12],[281,10,141,12,"columnNumber"],[281,22,141,12],[282,8,141,12],[282,15,142,14],[282,16,142,15],[282,31,144,8],[282,35,144,8,"_reactJsxDevRuntime"],[282,54,144,8],[282,55,144,8,"jsxDEV"],[282,61,144,8],[282,63,144,9,"_reactNative"],[282,75,144,25],[282,76,144,25,"TouchableOpacity"],[282,92,144,25],[283,10,145,10,"style"],[283,15,145,15],[283,17,145,17],[283,18,145,18,"styles"],[283,24,145,24],[283,25,145,25,"saveButton"],[283,35,145,35],[283,37,145,37,"loading"],[283,44,145,44],[283,48,145,48,"styles"],[283,54,145,54],[283,55,145,55,"saveButtonDisabled"],[283,73,145,73],[283,74,145,75],[284,10,146,10,"onPress"],[284,17,146,17],[284,19,146,19,"handleSave"],[284,29,146,30],[285,10,147,10,"disabled"],[285,18,147,18],[285,20,147,20,"loading"],[285,27,147,28],[286,10,147,28,"children"],[286,18,147,28],[286,20,149,11,"loading"],[286,27,149,18],[286,43,150,12],[286,47,150,12,"_reactJsxDevRuntime"],[286,66,150,12],[286,67,150,12,"jsxDEV"],[286,73,150,12],[286,75,150,13,"_reactNative"],[286,87,150,30],[286,88,150,30,"ActivityIndicator"],[286,105,150,30],[287,12,150,31,"color"],[287,17,150,36],[287,19,150,37],[288,10,150,43],[289,12,150,43,"fileName"],[289,20,150,43],[289,22,150,43,"_jsxFileName"],[289,34,150,43],[290,12,150,43,"lineNumber"],[290,22,150,43],[291,12,150,43,"columnNumber"],[291,24,150,43],[292,10,150,43],[292,17,150,45],[292,18,150,46],[292,34,152,12],[292,38,152,12,"_reactJsxDevRuntime"],[292,57,152,12],[292,58,152,12,"jsxDEV"],[292,64,152,12],[292,66,152,13,"_reactNative"],[292,78,152,17],[292,79,152,17,"Text"],[292,83,152,17],[293,12,152,18,"style"],[293,17,152,23],[293,19,152,25,"styles"],[293,25,152,31],[293,26,152,32,"saveButtonText"],[293,40,152,47],[294,12,152,47,"children"],[294,20,152,47],[294,22,152,48],[295,10,152,60],[296,12,152,60,"fileName"],[296,20,152,60],[296,22,152,60,"_jsxFileName"],[296,34,152,60],[297,12,152,60,"lineNumber"],[297,22,152,60],[298,12,152,60,"columnNumber"],[298,24,152,60],[299,10,152,60],[299,17,152,66],[300,8,153,11],[301,10,153,11,"fileName"],[301,18,153,11],[301,20,153,11,"_jsxFileName"],[301,32,153,11],[302,10,153,11,"lineNumber"],[302,20,153,11],[303,10,153,11,"columnNumber"],[303,22,153,11],[304,8,153,11],[304,15,154,26],[304,16,154,27],[305,6,154,27],[306,8,154,27,"fileName"],[306,16,154,27],[306,18,154,27,"_jsxFileName"],[306,30,154,27],[307,8,154,27,"lineNumber"],[307,18,154,27],[308,8,154,27,"columnNumber"],[308,20,154,27],[309,6,154,27],[309,13,155,18],[309,14,155,19],[310,4,155,19],[311,6,155,19,"fileName"],[311,14,155,19],[311,16,155,19,"_jsxFileName"],[311,28,155,19],[312,6,155,19,"lineNumber"],[312,16,155,19],[313,6,155,19,"columnNumber"],[313,18,155,19],[314,4,155,19],[314,11,156,10],[314,12,156,11],[315,2,158,0],[316,2,158,1,"_s"],[316,4,158,1],[316,5,17,24,"EditProfileScreen"],[316,22,17,41],[317,4,17,41],[317,12,18,17,"useSafeAreaInsets"],[317,39,18,34],[317,40,18,34,"useSafeAreaInsets"],[317,57,18,34],[317,59,19,19,"useAuth"],[317,79,19,26],[317,80,19,26,"useAuth"],[317,87,19,26],[318,2,19,26],[319,2,19,26,"_c"],[319,4,19,26],[319,7,17,24,"EditProfileScreen"],[319,24,17,41],[320,2,160,0],[320,6,160,6,"styles"],[320,12,160,12],[320,15,160,15,"StyleSheet"],[320,27,160,25],[320,28,160,25,"StyleSheet"],[320,38,160,25],[320,39,160,26,"create"],[320,45,160,32],[320,46,160,33],[321,4,161,2,"container"],[321,13,161,11],[321,15,161,13],[322,6,162,4,"flex"],[322,10,162,8],[322,12,162,10],[322,13,162,11],[323,6,163,4,"backgroundColor"],[323,21,163,19],[323,23,163,21],[324,4,164,2],[324,5,164,3],[325,4,165,2,"header"],[325,10,165,8],[325,12,165,10],[326,6,166,4,"flexDirection"],[326,19,166,17],[326,21,166,19],[326,26,166,24],[327,6,167,4,"alignItems"],[327,16,167,14],[327,18,167,16],[327,26,167,24],[328,6,168,4,"justifyContent"],[328,20,168,18],[328,22,168,20],[328,37,168,35],[329,6,169,4,"paddingHorizontal"],[329,23,169,21],[329,25,169,23],[329,27,169,25],[330,6,170,4,"paddingVertical"],[330,21,170,19],[330,23,170,21],[330,25,170,23],[331,6,171,4,"backgroundColor"],[331,21,171,19],[331,23,171,21],[331,29,171,27],[332,6,172,4,"borderBottomWidth"],[332,23,172,21],[332,25,172,23],[332,26,172,24],[333,6,173,4,"borderBottomColor"],[333,23,173,21],[333,25,173,23],[334,4,174,2],[334,5,174,3],[335,4,175,2,"backButton"],[335,14,175,12],[335,16,175,14],[336,6,176,4,"width"],[336,11,176,9],[336,13,176,11],[336,15,176,13],[337,6,177,4,"height"],[337,12,177,10],[337,14,177,12],[337,16,177,14],[338,6,178,4,"borderRadius"],[338,18,178,16],[338,20,178,18],[338,22,178,20],[339,6,179,4,"backgroundColor"],[339,21,179,19],[339,23,179,21],[339,32,179,30],[340,6,180,4,"alignItems"],[340,16,180,14],[340,18,180,16],[340,26,180,24],[341,6,181,4,"justifyContent"],[341,20,181,18],[341,22,181,20],[342,4,182,2],[342,5,182,3],[343,4,183,2,"headerTitle"],[343,15,183,13],[343,17,183,15],[344,6,184,4,"fontSize"],[344,14,184,12],[344,16,184,14],[344,18,184,16],[345,6,185,4,"fontWeight"],[345,16,185,14],[345,18,185,16],[345,23,185,21],[346,6,186,4,"color"],[346,11,186,9],[346,13,186,11],[347,4,187,2],[347,5,187,3],[348,4,188,2,"scrollContent"],[348,17,188,15],[348,19,188,17],[349,6,189,4,"padding"],[349,13,189,11],[349,15,189,13],[349,17,189,15],[350,6,190,4,"paddingBottom"],[350,19,190,17],[350,21,190,19],[351,4,191,2],[351,5,191,3],[352,4,192,2,"section"],[352,11,192,9],[352,13,192,11],[353,6,193,4,"marginBottom"],[353,18,193,16],[353,20,193,18],[354,4,194,2],[354,5,194,3],[355,4,195,2,"label"],[355,9,195,7],[355,11,195,9],[356,6,196,4,"fontSize"],[356,14,196,12],[356,16,196,14],[356,18,196,16],[357,6,197,4,"fontWeight"],[357,16,197,14],[357,18,197,16],[357,23,197,21],[358,6,198,4,"color"],[358,11,198,9],[358,13,198,11],[358,22,198,20],[359,6,199,4,"marginBottom"],[359,18,199,16],[359,20,199,18],[360,4,200,2],[360,5,200,3],[361,4,201,2,"input"],[361,9,201,7],[361,11,201,9],[362,6,202,4,"backgroundColor"],[362,21,202,19],[362,23,202,21],[362,29,202,27],[363,6,203,4,"padding"],[363,13,203,11],[363,15,203,13],[363,17,203,15],[364,6,204,4,"borderRadius"],[364,18,204,16],[364,20,204,18],[364,22,204,20],[365,6,205,4,"fontSize"],[365,14,205,12],[365,16,205,14],[365,18,205,16],[366,6,206,4,"borderWidth"],[366,17,206,15],[366,19,206,17],[366,20,206,18],[367,6,207,4,"borderColor"],[367,17,207,15],[367,19,207,17],[368,4,208,2],[368,5,208,3],[369,4,209,2,"saveButton"],[369,14,209,12],[369,16,209,14],[370,6,210,4,"backgroundColor"],[370,21,210,19],[370,23,210,21],[370,32,210,30],[371,6,211,4,"padding"],[371,13,211,11],[371,15,211,13],[371,17,211,15],[372,6,212,4,"borderRadius"],[372,18,212,16],[372,20,212,18],[372,22,212,20],[373,6,213,4,"alignItems"],[373,16,213,14],[373,18,213,16],[373,26,213,24],[374,6,214,4,"marginTop"],[374,15,214,13],[374,17,214,15],[375,4,215,2],[375,5,215,3],[376,4,216,2,"saveButtonDisabled"],[376,22,216,20],[376,24,216,22],[377,6,217,4,"opacity"],[377,13,217,11],[377,15,217,13],[378,4,218,2],[378,5,218,3],[379,4,219,2,"saveButtonText"],[379,18,219,16],[379,20,219,18],[380,6,220,4,"fontSize"],[380,14,220,12],[380,16,220,14],[380,18,220,16],[381,6,221,4,"fontWeight"],[381,16,221,14],[381,18,221,16],[381,23,221,21],[382,6,222,4,"color"],[382,11,222,9],[382,13,222,11],[383,4,223,2],[384,2,224,0],[384,3,224,1],[384,4,224,2],[385,2,224,3],[385,6,224,3,"_c"],[385,8,224,3],[386,2,224,3,"$RefreshReg$"],[386,14,224,3],[386,15,224,3,"_c"],[386,17,224,3],[387,0,224,3],[387,3]],"functionMap":{"names":["","EditProfileScreen","useEffect$argument_0","loadUserData","handleSave","TouchableOpacity.props.onPress"],"mappings":"AAA;eCgB;YCU;GDE;uBEE;GFc;qBGE;GH8B;mCIK,yBJ;CD4E"},"hasCjsExports":false},"type":"js/module"}]}
\ No newline at end of file
diff --git a/frontend/.metro-cache/cache/8a/d16bd5233d8756dad4bdb38c852e82c9cd622ff324a5802ae3a50de793bf76b3580e51 b/frontend/.metro-cache/cache/8a/d16bd5233d8756dad4bdb38c852e82c9cd622ff324a5802ae3a50de793bf76b3580e51
index efb979c8..55b2cf68 100644
--- a/frontend/.metro-cache/cache/8a/d16bd5233d8756dad4bdb38c852e82c9cd622ff324a5802ae3a50de793bf76b3580e51
+++ b/frontend/.metro-cache/cache/8a/d16bd5233d8756dad4bdb38c852e82c9cd622ff324a5802ae3a50de793bf76b3580e51
@@ -1 +1 @@
-{"dependencies":[{"name":"@babel/runtime/helpers/asyncToGenerator","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"YisBBiy2Xm9DEVdFebZ2nbgAHBo=","exportNames":["*"],"imports":1}},{"name":"@babel/runtime/helpers/slicedToArray","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"5y7e5+zC7teYEEC6niD9f5zII1M=","exportNames":["*"],"imports":1}},{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":51,"index":51}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react-native","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":52},"end":{"line":11,"column":22,"index":190}}],"key":"KyzuX10g6ixS9UfynhmjlvCIG3g=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":12,"column":0,"index":191},"end":{"line":12,"column":46,"index":237}}],"key":"ow7vkrqkIckRjlSi/+MhMmRYtUE=","exportNames":["*"],"imports":1}},{"name":"react-native-safe-area-context","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0,"index":238},"end":{"line":13,"column":67,"index":305}}],"key":"XjdTKvCUWX6CbQzg5fSDHG/WgHk=","exportNames":["*"],"imports":1}},{"name":"../contexts/AuthContext","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":14,"column":0,"index":306},"end":{"line":14,"column":50,"index":356}}],"key":"oNCgyH4yx4pAIVZXLqqRGB2kuCY=","exportNames":["*"],"imports":1}},{"name":"../config/api","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":15,"column":0,"index":357},"end":{"line":15,"column":46,"index":403}}],"key":"V94urzZZSfzzXHrNxWFShT8IuQo=","exportNames":["*"],"imports":1}},{"name":"react/jsx-dev-runtime","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"L9D70Z4hi4aGuui1ysja/oQ5ytI=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n var _jsxFileName = \"/app/frontend/src/screens/EditProfileScreen.tsx\",\n _s = $RefreshSig$();\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return EditProfileScreen;\n }\n });\n var _babelRuntimeHelpersAsyncToGenerator = require(_dependencyMap[0], \"@babel/runtime/helpers/asyncToGenerator\");\n var _asyncToGenerator = _interopDefault(_babelRuntimeHelpersAsyncToGenerator);\n var _babelRuntimeHelpersSlicedToArray = require(_dependencyMap[1], \"@babel/runtime/helpers/slicedToArray\");\n var _slicedToArray = _interopDefault(_babelRuntimeHelpersSlicedToArray);\n var _react = require(_dependencyMap[2], \"react\");\n var _reactNative = require(_dependencyMap[3], \"react-native\");\n var _expoVectorIcons = require(_dependencyMap[4], \"@expo/vector-icons\");\n var _reactNativeSafeAreaContext = require(_dependencyMap[5], \"react-native-safe-area-context\");\n var _contextsAuthContext = require(_dependencyMap[6], \"../contexts/AuthContext\");\n var _configApi = require(_dependencyMap[7], \"../config/api\");\n var _reactJsxDevRuntime = require(_dependencyMap[8], \"react/jsx-dev-runtime\");\n function EditProfileScreen(_ref) {\n _s();\n var navigation = _ref.navigation;\n var insets = (0, _reactNativeSafeAreaContext.useSafeAreaInsets)();\n var _useAuth = (0, _contextsAuthContext.useAuth)(),\n user = _useAuth.user;\n var _useState = (0, _react.useState)(false),\n _useState2 = (0, _slicedToArray.default)(_useState, 2),\n loading = _useState2[0],\n setLoading = _useState2[1];\n var _useState3 = (0, _react.useState)(''),\n _useState4 = (0, _slicedToArray.default)(_useState3, 2),\n email = _useState4[0],\n setEmail = _useState4[1];\n var _useState5 = (0, _react.useState)(''),\n _useState6 = (0, _slicedToArray.default)(_useState5, 2),\n firstName = _useState6[0],\n setFirstName = _useState6[1];\n var _useState7 = (0, _react.useState)(''),\n _useState8 = (0, _slicedToArray.default)(_useState7, 2),\n lastName = _useState8[0],\n setLastName = _useState8[1];\n var _useState9 = (0, _react.useState)(''),\n _useState0 = (0, _slicedToArray.default)(_useState9, 2),\n phone = _useState0[0],\n setPhone = _useState0[1];\n (0, _react.useEffect)(() => {\n loadUserData();\n }, []);\n var loadUserData = /*#__PURE__*/function () {\n var _ref2 = (0, _asyncToGenerator.default)(function* () {\n try {\n var response = yield fetch(`${_configApi.API_ENDPOINTS.AUTH_USER(user?.user_id || '')}`);\n if (response.ok) {\n var data = yield response.json();\n setEmail(data.email || '');\n setFirstName(data.first_name || '');\n setLastName(data.last_name || '');\n setPhone(data.phone || '');\n }\n } catch (error) {\n console.error('Error loading user data:', error);\n }\n });\n return function loadUserData() {\n return _ref2.apply(this, arguments);\n };\n }();\n var handleSave = /*#__PURE__*/function () {\n var _ref3 = (0, _asyncToGenerator.default)(function* () {\n setLoading(true);\n try {\n var backendUrl = \"https://digital-kurdistan.preview.emergentagent.com\" || 'http://localhost:8001';\n var response = yield fetch(`${backendUrl}/api/auth/profile`, {\n method: 'PUT',\n headers: {\n 'Content-Type': 'application/json'\n },\n body: JSON.stringify({\n user_id: user?.user_id,\n email,\n first_name: firstName,\n last_name: lastName,\n phone\n })\n });\n if (response.ok) {\n _reactNative.Alert.alert('Success', 'Profile updated successfully!');\n navigation.goBack();\n } else {\n _reactNative.Alert.alert('Error', 'Failed to update profile');\n }\n } catch (error) {\n _reactNative.Alert.alert('Error', 'Network error occurred');\n } finally {\n setLoading(false);\n }\n });\n return function handleSave() {\n return _ref3.apply(this, arguments);\n };\n }();\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: [styles.container, {\n paddingTop: insets.top\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.header,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n onPress: () => navigation.goBack(),\n style: styles.backButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"arrow-back\",\n size: 24,\n color: \"#1F2937\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 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.Text, {\n style: styles.headerTitle,\n children: \"Edit Profile\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 82,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: {\n width: 40\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 83,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 78,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.ScrollView, {\n contentContainerStyle: styles.scrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.label,\n children: \"First Name\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 88,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TextInput, {\n style: styles.input,\n value: firstName,\n onChangeText: setFirstName,\n placeholder: \"Enter first name\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 89,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 87,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.label,\n children: \"Last Name\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 98,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TextInput, {\n style: styles.input,\n value: lastName,\n onChangeText: setLastName,\n placeholder: \"Enter last name\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 99,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 97,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.label,\n children: \"Email\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 108,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TextInput, {\n style: styles.input,\n value: email,\n onChangeText: setEmail,\n placeholder: \"Enter email\",\n keyboardType: \"email-address\",\n autoCapitalize: \"none\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 109,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 107,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.label,\n children: \"Phone Number\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 120,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TextInput, {\n style: styles.input,\n value: phone,\n onChangeText: setPhone,\n placeholder: \"Enter phone number\",\n keyboardType: \"phone-pad\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 121,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 119,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: [styles.saveButton, loading && styles.saveButtonDisabled],\n onPress: handleSave,\n disabled: loading,\n children: loading ? /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.ActivityIndicator, {\n color: \"#FFF\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 136,\n columnNumber: 13\n }, this) : /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.saveButtonText,\n children: \"Save Changes\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 138,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 130,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 86,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 77,\n columnNumber: 5\n }, this);\n }\n _s(EditProfileScreen, \"J2adW25x77jVaaK5zqJUW20tfoo=\", false, function () {\n return [_reactNativeSafeAreaContext.useSafeAreaInsets, _contextsAuthContext.useAuth];\n });\n _c = EditProfileScreen;\n var styles = _reactNative.StyleSheet.create({\n container: {\n flex: 1,\n backgroundColor: '#F8F9FA'\n },\n header: {\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'space-between',\n paddingHorizontal: 16,\n paddingVertical: 16,\n backgroundColor: '#FFF',\n borderBottomWidth: 1,\n borderBottomColor: '#E5E7EB'\n },\n backButton: {\n width: 40,\n height: 40,\n borderRadius: 20,\n backgroundColor: '#F3F4F6',\n alignItems: 'center',\n justifyContent: 'center'\n },\n headerTitle: {\n fontSize: 18,\n fontWeight: '700',\n color: '#1F2937'\n },\n scrollContent: {\n padding: 16,\n paddingBottom: 80\n },\n section: {\n marginBottom: 20\n },\n label: {\n fontSize: 14,\n fontWeight: '600',\n color: '#374151',\n marginBottom: 8\n },\n input: {\n backgroundColor: '#FFF',\n padding: 16,\n borderRadius: 12,\n fontSize: 16,\n borderWidth: 1,\n borderColor: '#E5E7EB'\n },\n saveButton: {\n backgroundColor: '#EE2A35',\n padding: 16,\n borderRadius: 12,\n alignItems: 'center',\n marginTop: 24\n },\n saveButtonDisabled: {\n opacity: 0.6\n },\n saveButtonText: {\n fontSize: 16,\n fontWeight: '600',\n color: '#FFF'\n }\n });\n var _c;\n $RefreshReg$(_c, \"EditProfileScreen\");\n});","lineCount":357,"map":[[14,2,17,15,"Object"],[14,8,17,15],[14,9,17,15,"defineProperty"],[14,23,17,15],[14,24,17,15,"exports"],[14,31,17,15],[15,4,17,15,"enumerable"],[15,14,17,15],[16,4,17,15,"get"],[16,7,17,15],[16,18,17,15,"get"],[16,19,17,15],[17,6,17,15],[17,13,17,15,"EditProfileScreen"],[17,30,17,15],[18,4,17,15],[19,2,17,15],[20,2,144,1],[20,6,144,1,"_babelRuntimeHelpersAsyncToGenerator"],[20,42,144,1],[20,45,144,1,"require"],[20,52,144,1],[20,53,144,1,"_dependencyMap"],[20,67,144,1],[21,2,144,1],[21,6,144,1,"_asyncToGenerator"],[21,23,144,1],[21,26,144,1,"_interopDefault"],[21,41,144,1],[21,42,144,1,"_babelRuntimeHelpersAsyncToGenerator"],[21,78,144,1],[22,2,144,1],[22,6,144,1,"_babelRuntimeHelpersSlicedToArray"],[22,39,144,1],[22,42,144,1,"require"],[22,49,144,1],[22,50,144,1,"_dependencyMap"],[22,64,144,1],[23,2,144,1],[23,6,144,1,"_slicedToArray"],[23,20,144,1],[23,23,144,1,"_interopDefault"],[23,38,144,1],[23,39,144,1,"_babelRuntimeHelpersSlicedToArray"],[23,72,144,1],[24,2,1,0],[24,6,1,0,"_react"],[24,12,1,0],[24,15,1,0,"require"],[24,22,1,0],[24,23,1,0,"_dependencyMap"],[24,37,1,0],[25,2,2,0],[25,6,2,0,"_reactNative"],[25,18,2,0],[25,21,2,0,"require"],[25,28,2,0],[25,29,2,0,"_dependencyMap"],[25,43,2,0],[26,2,12,0],[26,6,12,0,"_expoVectorIcons"],[26,22,12,0],[26,25,12,0,"require"],[26,32,12,0],[26,33,12,0,"_dependencyMap"],[26,47,12,0],[27,2,13,0],[27,6,13,0,"_reactNativeSafeAreaContext"],[27,33,13,0],[27,36,13,0,"require"],[27,43,13,0],[27,44,13,0,"_dependencyMap"],[27,58,13,0],[28,2,14,0],[28,6,14,0,"_contextsAuthContext"],[28,26,14,0],[28,29,14,0,"require"],[28,36,14,0],[28,37,14,0,"_dependencyMap"],[28,51,14,0],[29,2,15,0],[29,6,15,0,"_configApi"],[29,16,15,0],[29,19,15,0,"require"],[29,26,15,0],[29,27,15,0,"_dependencyMap"],[29,41,15,0],[30,2,15,46],[30,6,15,46,"_reactJsxDevRuntime"],[30,25,15,46],[30,28,15,46,"require"],[30,35,15,46],[30,36,15,46,"_dependencyMap"],[30,50,15,46],[31,2,17,15],[31,11,17,24,"EditProfileScreen"],[31,28,17,41,"EditProfileScreen"],[31,29,17,41,"_ref"],[31,33,17,41],[31,35,17,63],[32,4,17,63,"_s"],[32,6,17,63],[33,4,17,63],[33,8,17,44,"navigation"],[33,18,17,54],[33,21,17,54,"_ref"],[33,25,17,54],[33,26,17,44,"navigation"],[33,36,17,54],[34,4,18,2],[34,8,18,8,"insets"],[34,14,18,14],[34,17,18,17],[34,21,18,17,"useSafeAreaInsets"],[34,48,18,34],[34,49,18,34,"useSafeAreaInsets"],[34,66,18,34],[34,68,18,35],[34,69,18,36],[35,4,19,2],[35,8,19,2,"_useAuth"],[35,16,19,2],[35,19,19,19],[35,23,19,19,"useAuth"],[35,43,19,26],[35,44,19,26,"useAuth"],[35,51,19,26],[35,53,19,27],[35,54,19,28],[36,6,19,10,"user"],[36,10,19,14],[36,13,19,14,"_useAuth"],[36,21,19,14],[36,22,19,10,"user"],[36,26,19,14],[37,4,20,2],[37,8,20,2,"_useState"],[37,17,20,2],[37,20,20,32],[37,24,20,32,"useState"],[37,30,20,40],[37,31,20,40,"useState"],[37,39,20,40],[37,41,20,41],[37,46,20,46],[37,47,20,47],[38,6,20,47,"_useState2"],[38,16,20,47],[38,23,20,47,"_slicedToArray"],[38,37,20,47],[38,38,20,47,"default"],[38,45,20,47],[38,47,20,47,"_useState"],[38,56,20,47],[39,6,20,9,"loading"],[39,13,20,16],[39,16,20,16,"_useState2"],[39,26,20,16],[40,6,20,18,"setLoading"],[40,16,20,28],[40,19,20,28,"_useState2"],[40,29,20,28],[41,4,21,2],[41,8,21,2,"_useState3"],[41,18,21,2],[41,21,21,28],[41,25,21,28,"useState"],[41,31,21,36],[41,32,21,36,"useState"],[41,40,21,36],[41,42,21,37],[41,44,21,39],[41,45,21,40],[42,6,21,40,"_useState4"],[42,16,21,40],[42,23,21,40,"_slicedToArray"],[42,37,21,40],[42,38,21,40,"default"],[42,45,21,40],[42,47,21,40,"_useState3"],[42,57,21,40],[43,6,21,9,"email"],[43,11,21,14],[43,14,21,14,"_useState4"],[43,24,21,14],[44,6,21,16,"setEmail"],[44,14,21,24],[44,17,21,24,"_useState4"],[44,27,21,24],[45,4,22,2],[45,8,22,2,"_useState5"],[45,18,22,2],[45,21,22,36],[45,25,22,36,"useState"],[45,31,22,44],[45,32,22,44,"useState"],[45,40,22,44],[45,42,22,45],[45,44,22,47],[45,45,22,48],[46,6,22,48,"_useState6"],[46,16,22,48],[46,23,22,48,"_slicedToArray"],[46,37,22,48],[46,38,22,48,"default"],[46,45,22,48],[46,47,22,48,"_useState5"],[46,57,22,48],[47,6,22,9,"firstName"],[47,15,22,18],[47,18,22,18,"_useState6"],[47,28,22,18],[48,6,22,20,"setFirstName"],[48,18,22,32],[48,21,22,32,"_useState6"],[48,31,22,32],[49,4,23,2],[49,8,23,2,"_useState7"],[49,18,23,2],[49,21,23,34],[49,25,23,34,"useState"],[49,31,23,42],[49,32,23,42,"useState"],[49,40,23,42],[49,42,23,43],[49,44,23,45],[49,45,23,46],[50,6,23,46,"_useState8"],[50,16,23,46],[50,23,23,46,"_slicedToArray"],[50,37,23,46],[50,38,23,46,"default"],[50,45,23,46],[50,47,23,46,"_useState7"],[50,57,23,46],[51,6,23,9,"lastName"],[51,14,23,17],[51,17,23,17,"_useState8"],[51,27,23,17],[52,6,23,19,"setLastName"],[52,17,23,30],[52,20,23,30,"_useState8"],[52,30,23,30],[53,4,24,2],[53,8,24,2,"_useState9"],[53,18,24,2],[53,21,24,28],[53,25,24,28,"useState"],[53,31,24,36],[53,32,24,36,"useState"],[53,40,24,36],[53,42,24,37],[53,44,24,39],[53,45,24,40],[54,6,24,40,"_useState0"],[54,16,24,40],[54,23,24,40,"_slicedToArray"],[54,37,24,40],[54,38,24,40,"default"],[54,45,24,40],[54,47,24,40,"_useState9"],[54,57,24,40],[55,6,24,9,"phone"],[55,11,24,14],[55,14,24,14,"_useState0"],[55,24,24,14],[56,6,24,16,"setPhone"],[56,14,24,24],[56,17,24,24,"_useState0"],[56,27,24,24],[57,4,26,2],[57,8,26,2,"useEffect"],[57,14,26,11],[57,15,26,11,"useEffect"],[57,24,26,11],[57,26,26,12],[57,32,26,18],[58,6,27,4,"loadUserData"],[58,18,27,16],[58,19,27,17],[58,20,27,18],[59,4,28,2],[59,5,28,3],[59,7,28,5],[59,9,28,7],[59,10,28,8],[60,4,30,2],[60,8,30,8,"loadUserData"],[60,20,30,20],[61,6,30,20],[61,10,30,20,"_ref2"],[61,15,30,20],[61,22,30,20,"_asyncToGenerator"],[61,39,30,20],[61,40,30,20,"default"],[61,47,30,20],[61,49,30,23],[61,62,30,35],[62,8,31,4],[62,12,31,8],[63,10,32,6],[63,14,32,12,"response"],[63,22,32,20],[63,31,32,29,"fetch"],[63,36,32,34],[63,37,32,35],[63,40,32,38,"API_ENDPOINTS"],[63,50,32,51],[63,51,32,51,"API_ENDPOINTS"],[63,64,32,51],[63,65,32,52,"AUTH_USER"],[63,74,32,61],[63,75,32,62,"user"],[63,79,32,66],[63,81,32,68,"user_id"],[63,88,32,75],[63,92,32,79],[63,94,32,81],[63,95,32,82],[63,97,32,84],[63,98,32,85],[64,10,33,6],[64,14,33,10,"response"],[64,22,33,18],[64,23,33,19,"ok"],[64,25,33,21],[64,27,33,23],[65,12,34,8],[65,16,34,14,"data"],[65,20,34,18],[65,29,34,27,"response"],[65,37,34,35],[65,38,34,36,"json"],[65,42,34,40],[65,43,34,41],[65,44,34,42],[66,12,35,8,"setEmail"],[66,20,35,16],[66,21,35,17,"data"],[66,25,35,21],[66,26,35,22,"email"],[66,31,35,27],[66,35,35,31],[66,37,35,33],[66,38,35,34],[67,12,36,8,"setFirstName"],[67,24,36,20],[67,25,36,21,"data"],[67,29,36,25],[67,30,36,26,"first_name"],[67,40,36,36],[67,44,36,40],[67,46,36,42],[67,47,36,43],[68,12,37,8,"setLastName"],[68,23,37,19],[68,24,37,20,"data"],[68,28,37,24],[68,29,37,25,"last_name"],[68,38,37,34],[68,42,37,38],[68,44,37,40],[68,45,37,41],[69,12,38,8,"setPhone"],[69,20,38,16],[69,21,38,17,"data"],[69,25,38,21],[69,26,38,22,"phone"],[69,31,38,27],[69,35,38,31],[69,37,38,33],[69,38,38,34],[70,10,39,6],[71,8,40,4],[71,9,40,5],[71,10,40,6],[71,17,40,13,"error"],[71,22,40,18],[71,24,40,20],[72,10,41,6,"console"],[72,17,41,13],[72,18,41,14,"error"],[72,23,41,19],[72,24,41,20],[72,50,41,46],[72,52,41,48,"error"],[72,57,41,53],[72,58,41,54],[73,8,42,4],[74,6,43,2],[74,7,43,3],[75,6,43,3],[75,22,30,8,"loadUserData"],[75,34,30,20,"loadUserData"],[75,35,30,20],[76,8,30,20],[76,15,30,20,"_ref2"],[76,20,30,20],[76,21,30,20,"apply"],[76,26,30,20],[76,33,30,20,"arguments"],[76,42,30,20],[77,6,30,20],[78,4,30,20],[78,7,43,3],[79,4,45,2],[79,8,45,8,"handleSave"],[79,18,45,18],[80,6,45,18],[80,10,45,18,"_ref3"],[80,15,45,18],[80,22,45,18,"_asyncToGenerator"],[80,39,45,18],[80,40,45,18,"default"],[80,47,45,18],[80,49,45,21],[80,62,45,33],[81,8,46,4,"setLoading"],[81,18,46,14],[81,19,46,15],[81,23,46,19],[81,24,46,20],[82,8,47,4],[82,12,47,8],[83,10,48,6],[83,14,48,12,"backendUrl"],[83,24,48,22],[83,27,48,25],[83,84,48,64],[83,107,48,87],[84,10,49,6],[84,14,49,12,"response"],[84,22,49,20],[84,31,49,29,"fetch"],[84,36,49,34],[84,37,49,35],[84,40,49,38,"backendUrl"],[84,50,49,48],[84,69,49,67],[84,71,49,69],[85,12,50,8,"method"],[85,18,50,14],[85,20,50,16],[85,25,50,21],[86,12,51,8,"headers"],[86,19,51,15],[86,21,51,17],[87,14,52,10],[87,28,52,24],[87,30,52,26],[88,12,53,8],[88,13,53,9],[89,12,54,8,"body"],[89,16,54,12],[89,18,54,14,"JSON"],[89,22,54,18],[89,23,54,19,"stringify"],[89,32,54,28],[89,33,54,29],[90,14,55,10,"user_id"],[90,21,55,17],[90,23,55,19,"user"],[90,27,55,23],[90,29,55,25,"user_id"],[90,36,55,32],[91,14,56,10,"email"],[91,19,56,15],[92,14,57,10,"first_name"],[92,24,57,20],[92,26,57,22,"firstName"],[92,35,57,31],[93,14,58,10,"last_name"],[93,23,58,19],[93,25,58,21,"lastName"],[93,33,58,29],[94,14,59,10,"phone"],[95,12,60,8],[95,13,60,9],[96,10,61,6],[96,11,61,7],[96,12,61,8],[97,10,63,6],[97,14,63,10,"response"],[97,22,63,18],[97,23,63,19,"ok"],[97,25,63,21],[97,27,63,23],[98,12,64,8,"Alert"],[98,24,64,13],[98,25,64,13,"Alert"],[98,30,64,13],[98,31,64,14,"alert"],[98,36,64,19],[98,37,64,20],[98,46,64,29],[98,48,64,31],[98,79,64,62],[98,80,64,63],[99,12,65,8,"navigation"],[99,22,65,18],[99,23,65,19,"goBack"],[99,29,65,25],[99,30,65,26],[99,31,65,27],[100,10,66,6],[100,11,66,7],[100,17,66,13],[101,12,67,8,"Alert"],[101,24,67,13],[101,25,67,13,"Alert"],[101,30,67,13],[101,31,67,14,"alert"],[101,36,67,19],[101,37,67,20],[101,44,67,27],[101,46,67,29],[101,72,67,55],[101,73,67,56],[102,10,68,6],[103,8,69,4],[103,9,69,5],[103,10,69,6],[103,17,69,13,"error"],[103,22,69,18],[103,24,69,20],[104,10,70,6,"Alert"],[104,22,70,11],[104,23,70,11,"Alert"],[104,28,70,11],[104,29,70,12,"alert"],[104,34,70,17],[104,35,70,18],[104,42,70,25],[104,44,70,27],[104,68,70,51],[104,69,70,52],[105,8,71,4],[105,9,71,5],[105,18,71,14],[106,10,72,6,"setLoading"],[106,20,72,16],[106,21,72,17],[106,26,72,22],[106,27,72,23],[107,8,73,4],[108,6,74,2],[108,7,74,3],[109,6,74,3],[109,22,45,8,"handleSave"],[109,32,45,18,"handleSave"],[109,33,45,18],[110,8,45,18],[110,15,45,18,"_ref3"],[110,20,45,18],[110,21,45,18,"apply"],[110,26,45,18],[110,33,45,18,"arguments"],[110,42,45,18],[111,6,45,18],[112,4,45,18],[112,7,74,3],[113,4,76,2],[113,24,77,4],[113,28,77,4,"_reactJsxDevRuntime"],[113,47,77,4],[113,48,77,4,"jsxDEV"],[113,54,77,4],[113,56,77,5,"_reactNative"],[113,68,77,9],[113,69,77,9,"View"],[113,73,77,9],[114,6,77,10,"style"],[114,11,77,15],[114,13,77,17],[114,14,77,18,"styles"],[114,20,77,24],[114,21,77,25,"container"],[114,30,77,34],[114,32,77,36],[115,8,77,38,"paddingTop"],[115,18,77,48],[115,20,77,50,"insets"],[115,26,77,56],[115,27,77,57,"top"],[116,6,77,61],[116,7,77,62],[116,8,77,64],[117,6,77,64,"children"],[117,14,77,64],[117,30,78,6],[117,34,78,6,"_reactJsxDevRuntime"],[117,53,78,6],[117,54,78,6,"jsxDEV"],[117,60,78,6],[117,62,78,7,"_reactNative"],[117,74,78,11],[117,75,78,11,"View"],[117,79,78,11],[118,8,78,12,"style"],[118,13,78,17],[118,15,78,19,"styles"],[118,21,78,25],[118,22,78,26,"header"],[118,28,78,33],[119,8,78,33,"children"],[119,16,78,33],[119,32,79,8],[119,36,79,8,"_reactJsxDevRuntime"],[119,55,79,8],[119,56,79,8,"jsxDEV"],[119,62,79,8],[119,64,79,9,"_reactNative"],[119,76,79,25],[119,77,79,25,"TouchableOpacity"],[119,93,79,25],[120,10,79,26,"onPress"],[120,17,79,33],[120,19,79,35,"onPress"],[120,20,79,35],[120,25,79,41,"navigation"],[120,35,79,51],[120,36,79,52,"goBack"],[120,42,79,58],[120,43,79,59],[120,44,79,61],[121,10,79,62,"style"],[121,15,79,67],[121,17,79,69,"styles"],[121,23,79,75],[121,24,79,76,"backButton"],[121,34,79,87],[122,10,79,87,"children"],[122,18,79,87],[122,33,80,10],[122,37,80,10,"_reactJsxDevRuntime"],[122,56,80,10],[122,57,80,10,"jsxDEV"],[122,63,80,10],[122,65,80,11,"_expoVectorIcons"],[122,81,80,19],[122,82,80,19,"Ionicons"],[122,90,80,19],[123,12,80,20,"name"],[123,16,80,24],[123,18,80,25],[123,30,80,37],[124,12,80,38,"size"],[124,16,80,42],[124,18,80,44],[124,20,80,47],[125,12,80,48,"color"],[125,17,80,53],[125,19,80,54],[126,10,80,63],[127,12,80,63,"fileName"],[127,20,80,63],[127,22,80,63,"_jsxFileName"],[127,34,80,63],[128,12,80,63,"lineNumber"],[128,22,80,63],[129,12,80,63,"columnNumber"],[129,24,80,63],[130,10,80,63],[130,17,80,65],[131,8,80,66],[132,10,80,66,"fileName"],[132,18,80,66],[132,20,80,66,"_jsxFileName"],[132,32,80,66],[133,10,80,66,"lineNumber"],[133,20,80,66],[134,10,80,66,"columnNumber"],[134,22,80,66],[135,8,80,66],[135,15,81,26],[135,16,81,27],[135,31,82,8],[135,35,82,8,"_reactJsxDevRuntime"],[135,54,82,8],[135,55,82,8,"jsxDEV"],[135,61,82,8],[135,63,82,9,"_reactNative"],[135,75,82,13],[135,76,82,13,"Text"],[135,80,82,13],[136,10,82,14,"style"],[136,15,82,19],[136,17,82,21,"styles"],[136,23,82,27],[136,24,82,28,"headerTitle"],[136,35,82,40],[137,10,82,40,"children"],[137,18,82,40],[137,20,82,41],[138,8,82,53],[139,10,82,53,"fileName"],[139,18,82,53],[139,20,82,53,"_jsxFileName"],[139,32,82,53],[140,10,82,53,"lineNumber"],[140,20,82,53],[141,10,82,53,"columnNumber"],[141,22,82,53],[142,8,82,53],[142,15,82,59],[142,16,82,60],[142,31,83,8],[142,35,83,8,"_reactJsxDevRuntime"],[142,54,83,8],[142,55,83,8,"jsxDEV"],[142,61,83,8],[142,63,83,9,"_reactNative"],[142,75,83,13],[142,76,83,13,"View"],[142,80,83,13],[143,10,83,14,"style"],[143,15,83,19],[143,17,83,21],[144,12,83,23,"width"],[144,17,83,28],[144,19,83,30],[145,10,83,33],[146,8,83,35],[147,10,83,35,"fileName"],[147,18,83,35],[147,20,83,35,"_jsxFileName"],[147,32,83,35],[148,10,83,35,"lineNumber"],[148,20,83,35],[149,10,83,35,"columnNumber"],[149,22,83,35],[150,8,83,35],[150,15,83,37],[150,16,83,38],[151,6,83,38],[152,8,83,38,"fileName"],[152,16,83,38],[152,18,83,38,"_jsxFileName"],[152,30,83,38],[153,8,83,38,"lineNumber"],[153,18,83,38],[154,8,83,38,"columnNumber"],[154,20,83,38],[155,6,83,38],[155,13,84,12],[155,14,84,13],[155,29,86,6],[155,33,86,6,"_reactJsxDevRuntime"],[155,52,86,6],[155,53,86,6,"jsxDEV"],[155,59,86,6],[155,61,86,7,"_reactNative"],[155,73,86,17],[155,74,86,17,"ScrollView"],[155,84,86,17],[156,8,86,18,"contentContainerStyle"],[156,29,86,39],[156,31,86,41,"styles"],[156,37,86,47],[156,38,86,48,"scrollContent"],[156,51,86,62],[157,8,86,62,"children"],[157,16,86,62],[157,32,87,8],[157,36,87,8,"_reactJsxDevRuntime"],[157,55,87,8],[157,56,87,8,"jsxDEV"],[157,62,87,8],[157,64,87,9,"_reactNative"],[157,76,87,13],[157,77,87,13,"View"],[157,81,87,13],[158,10,87,14,"style"],[158,15,87,19],[158,17,87,21,"styles"],[158,23,87,27],[158,24,87,28,"section"],[158,31,87,36],[159,10,87,36,"children"],[159,18,87,36],[159,34,88,10],[159,38,88,10,"_reactJsxDevRuntime"],[159,57,88,10],[159,58,88,10,"jsxDEV"],[159,64,88,10],[159,66,88,11,"_reactNative"],[159,78,88,15],[159,79,88,15,"Text"],[159,83,88,15],[160,12,88,16,"style"],[160,17,88,21],[160,19,88,23,"styles"],[160,25,88,29],[160,26,88,30,"label"],[160,31,88,36],[161,12,88,36,"children"],[161,20,88,36],[161,22,88,37],[162,10,88,47],[163,12,88,47,"fileName"],[163,20,88,47],[163,22,88,47,"_jsxFileName"],[163,34,88,47],[164,12,88,47,"lineNumber"],[164,22,88,47],[165,12,88,47,"columnNumber"],[165,24,88,47],[166,10,88,47],[166,17,88,53],[166,18,88,54],[166,33,89,10],[166,37,89,10,"_reactJsxDevRuntime"],[166,56,89,10],[166,57,89,10,"jsxDEV"],[166,63,89,10],[166,65,89,11,"_reactNative"],[166,77,89,20],[166,78,89,20,"TextInput"],[166,87,89,20],[167,12,90,12,"style"],[167,17,90,17],[167,19,90,19,"styles"],[167,25,90,25],[167,26,90,26,"input"],[167,31,90,32],[168,12,91,12,"value"],[168,17,91,17],[168,19,91,19,"firstName"],[168,28,91,29],[169,12,92,12,"onChangeText"],[169,24,92,24],[169,26,92,26,"setFirstName"],[169,38,92,39],[170,12,93,12,"placeholder"],[170,23,93,23],[170,25,93,24],[171,10,93,42],[172,12,93,42,"fileName"],[172,20,93,42],[172,22,93,42,"_jsxFileName"],[172,34,93,42],[173,12,93,42,"lineNumber"],[173,22,93,42],[174,12,93,42,"columnNumber"],[174,24,93,42],[175,10,93,42],[175,17,94,11],[175,18,94,12],[176,8,94,12],[177,10,94,12,"fileName"],[177,18,94,12],[177,20,94,12,"_jsxFileName"],[177,32,94,12],[178,10,94,12,"lineNumber"],[178,20,94,12],[179,10,94,12,"columnNumber"],[179,22,94,12],[180,8,94,12],[180,15,95,14],[180,16,95,15],[180,31,97,8],[180,35,97,8,"_reactJsxDevRuntime"],[180,54,97,8],[180,55,97,8,"jsxDEV"],[180,61,97,8],[180,63,97,9,"_reactNative"],[180,75,97,13],[180,76,97,13,"View"],[180,80,97,13],[181,10,97,14,"style"],[181,15,97,19],[181,17,97,21,"styles"],[181,23,97,27],[181,24,97,28,"section"],[181,31,97,36],[182,10,97,36,"children"],[182,18,97,36],[182,34,98,10],[182,38,98,10,"_reactJsxDevRuntime"],[182,57,98,10],[182,58,98,10,"jsxDEV"],[182,64,98,10],[182,66,98,11,"_reactNative"],[182,78,98,15],[182,79,98,15,"Text"],[182,83,98,15],[183,12,98,16,"style"],[183,17,98,21],[183,19,98,23,"styles"],[183,25,98,29],[183,26,98,30,"label"],[183,31,98,36],[184,12,98,36,"children"],[184,20,98,36],[184,22,98,37],[185,10,98,46],[186,12,98,46,"fileName"],[186,20,98,46],[186,22,98,46,"_jsxFileName"],[186,34,98,46],[187,12,98,46,"lineNumber"],[187,22,98,46],[188,12,98,46,"columnNumber"],[188,24,98,46],[189,10,98,46],[189,17,98,52],[189,18,98,53],[189,33,99,10],[189,37,99,10,"_reactJsxDevRuntime"],[189,56,99,10],[189,57,99,10,"jsxDEV"],[189,63,99,10],[189,65,99,11,"_reactNative"],[189,77,99,20],[189,78,99,20,"TextInput"],[189,87,99,20],[190,12,100,12,"style"],[190,17,100,17],[190,19,100,19,"styles"],[190,25,100,25],[190,26,100,26,"input"],[190,31,100,32],[191,12,101,12,"value"],[191,17,101,17],[191,19,101,19,"lastName"],[191,27,101,28],[192,12,102,12,"onChangeText"],[192,24,102,24],[192,26,102,26,"setLastName"],[192,37,102,38],[193,12,103,12,"placeholder"],[193,23,103,23],[193,25,103,24],[194,10,103,41],[195,12,103,41,"fileName"],[195,20,103,41],[195,22,103,41,"_jsxFileName"],[195,34,103,41],[196,12,103,41,"lineNumber"],[196,22,103,41],[197,12,103,41,"columnNumber"],[197,24,103,41],[198,10,103,41],[198,17,104,11],[198,18,104,12],[199,8,104,12],[200,10,104,12,"fileName"],[200,18,104,12],[200,20,104,12,"_jsxFileName"],[200,32,104,12],[201,10,104,12,"lineNumber"],[201,20,104,12],[202,10,104,12,"columnNumber"],[202,22,104,12],[203,8,104,12],[203,15,105,14],[203,16,105,15],[203,31,107,8],[203,35,107,8,"_reactJsxDevRuntime"],[203,54,107,8],[203,55,107,8,"jsxDEV"],[203,61,107,8],[203,63,107,9,"_reactNative"],[203,75,107,13],[203,76,107,13,"View"],[203,80,107,13],[204,10,107,14,"style"],[204,15,107,19],[204,17,107,21,"styles"],[204,23,107,27],[204,24,107,28,"section"],[204,31,107,36],[205,10,107,36,"children"],[205,18,107,36],[205,34,108,10],[205,38,108,10,"_reactJsxDevRuntime"],[205,57,108,10],[205,58,108,10,"jsxDEV"],[205,64,108,10],[205,66,108,11,"_reactNative"],[205,78,108,15],[205,79,108,15,"Text"],[205,83,108,15],[206,12,108,16,"style"],[206,17,108,21],[206,19,108,23,"styles"],[206,25,108,29],[206,26,108,30,"label"],[206,31,108,36],[207,12,108,36,"children"],[207,20,108,36],[207,22,108,37],[208,10,108,42],[209,12,108,42,"fileName"],[209,20,108,42],[209,22,108,42,"_jsxFileName"],[209,34,108,42],[210,12,108,42,"lineNumber"],[210,22,108,42],[211,12,108,42,"columnNumber"],[211,24,108,42],[212,10,108,42],[212,17,108,48],[212,18,108,49],[212,33,109,10],[212,37,109,10,"_reactJsxDevRuntime"],[212,56,109,10],[212,57,109,10,"jsxDEV"],[212,63,109,10],[212,65,109,11,"_reactNative"],[212,77,109,20],[212,78,109,20,"TextInput"],[212,87,109,20],[213,12,110,12,"style"],[213,17,110,17],[213,19,110,19,"styles"],[213,25,110,25],[213,26,110,26,"input"],[213,31,110,32],[214,12,111,12,"value"],[214,17,111,17],[214,19,111,19,"email"],[214,24,111,25],[215,12,112,12,"onChangeText"],[215,24,112,24],[215,26,112,26,"setEmail"],[215,34,112,35],[216,12,113,12,"placeholder"],[216,23,113,23],[216,25,113,24],[216,38,113,37],[217,12,114,12,"keyboardType"],[217,24,114,24],[217,26,114,25],[217,41,114,40],[218,12,115,12,"autoCapitalize"],[218,26,115,26],[218,28,115,27],[219,10,115,33],[220,12,115,33,"fileName"],[220,20,115,33],[220,22,115,33,"_jsxFileName"],[220,34,115,33],[221,12,115,33,"lineNumber"],[221,22,115,33],[222,12,115,33,"columnNumber"],[222,24,115,33],[223,10,115,33],[223,17,116,11],[223,18,116,12],[224,8,116,12],[225,10,116,12,"fileName"],[225,18,116,12],[225,20,116,12,"_jsxFileName"],[225,32,116,12],[226,10,116,12,"lineNumber"],[226,20,116,12],[227,10,116,12,"columnNumber"],[227,22,116,12],[228,8,116,12],[228,15,117,14],[228,16,117,15],[228,31,119,8],[228,35,119,8,"_reactJsxDevRuntime"],[228,54,119,8],[228,55,119,8,"jsxDEV"],[228,61,119,8],[228,63,119,9,"_reactNative"],[228,75,119,13],[228,76,119,13,"View"],[228,80,119,13],[229,10,119,14,"style"],[229,15,119,19],[229,17,119,21,"styles"],[229,23,119,27],[229,24,119,28,"section"],[229,31,119,36],[230,10,119,36,"children"],[230,18,119,36],[230,34,120,10],[230,38,120,10,"_reactJsxDevRuntime"],[230,57,120,10],[230,58,120,10,"jsxDEV"],[230,64,120,10],[230,66,120,11,"_reactNative"],[230,78,120,15],[230,79,120,15,"Text"],[230,83,120,15],[231,12,120,16,"style"],[231,17,120,21],[231,19,120,23,"styles"],[231,25,120,29],[231,26,120,30,"label"],[231,31,120,36],[232,12,120,36,"children"],[232,20,120,36],[232,22,120,37],[233,10,120,49],[234,12,120,49,"fileName"],[234,20,120,49],[234,22,120,49,"_jsxFileName"],[234,34,120,49],[235,12,120,49,"lineNumber"],[235,22,120,49],[236,12,120,49,"columnNumber"],[236,24,120,49],[237,10,120,49],[237,17,120,55],[237,18,120,56],[237,33,121,10],[237,37,121,10,"_reactJsxDevRuntime"],[237,56,121,10],[237,57,121,10,"jsxDEV"],[237,63,121,10],[237,65,121,11,"_reactNative"],[237,77,121,20],[237,78,121,20,"TextInput"],[237,87,121,20],[238,12,122,12,"style"],[238,17,122,17],[238,19,122,19,"styles"],[238,25,122,25],[238,26,122,26,"input"],[238,31,122,32],[239,12,123,12,"value"],[239,17,123,17],[239,19,123,19,"phone"],[239,24,123,25],[240,12,124,12,"onChangeText"],[240,24,124,24],[240,26,124,26,"setPhone"],[240,34,124,35],[241,12,125,12,"placeholder"],[241,23,125,23],[241,25,125,24],[241,45,125,44],[242,12,126,12,"keyboardType"],[242,24,126,24],[242,26,126,25],[243,10,126,36],[244,12,126,36,"fileName"],[244,20,126,36],[244,22,126,36,"_jsxFileName"],[244,34,126,36],[245,12,126,36,"lineNumber"],[245,22,126,36],[246,12,126,36,"columnNumber"],[246,24,126,36],[247,10,126,36],[247,17,127,11],[247,18,127,12],[248,8,127,12],[249,10,127,12,"fileName"],[249,18,127,12],[249,20,127,12,"_jsxFileName"],[249,32,127,12],[250,10,127,12,"lineNumber"],[250,20,127,12],[251,10,127,12,"columnNumber"],[251,22,127,12],[252,8,127,12],[252,15,128,14],[252,16,128,15],[252,31,130,8],[252,35,130,8,"_reactJsxDevRuntime"],[252,54,130,8],[252,55,130,8,"jsxDEV"],[252,61,130,8],[252,63,130,9,"_reactNative"],[252,75,130,25],[252,76,130,25,"TouchableOpacity"],[252,92,130,25],[253,10,131,10,"style"],[253,15,131,15],[253,17,131,17],[253,18,131,18,"styles"],[253,24,131,24],[253,25,131,25,"saveButton"],[253,35,131,35],[253,37,131,37,"loading"],[253,44,131,44],[253,48,131,48,"styles"],[253,54,131,54],[253,55,131,55,"saveButtonDisabled"],[253,73,131,73],[253,74,131,75],[254,10,132,10,"onPress"],[254,17,132,17],[254,19,132,19,"handleSave"],[254,29,132,30],[255,10,133,10,"disabled"],[255,18,133,18],[255,20,133,20,"loading"],[255,27,133,28],[256,10,133,28,"children"],[256,18,133,28],[256,20,135,11,"loading"],[256,27,135,18],[256,43,136,12],[256,47,136,12,"_reactJsxDevRuntime"],[256,66,136,12],[256,67,136,12,"jsxDEV"],[256,73,136,12],[256,75,136,13,"_reactNative"],[256,87,136,30],[256,88,136,30,"ActivityIndicator"],[256,105,136,30],[257,12,136,31,"color"],[257,17,136,36],[257,19,136,37],[258,10,136,43],[259,12,136,43,"fileName"],[259,20,136,43],[259,22,136,43,"_jsxFileName"],[259,34,136,43],[260,12,136,43,"lineNumber"],[260,22,136,43],[261,12,136,43,"columnNumber"],[261,24,136,43],[262,10,136,43],[262,17,136,45],[262,18,136,46],[262,34,138,12],[262,38,138,12,"_reactJsxDevRuntime"],[262,57,138,12],[262,58,138,12,"jsxDEV"],[262,64,138,12],[262,66,138,13,"_reactNative"],[262,78,138,17],[262,79,138,17,"Text"],[262,83,138,17],[263,12,138,18,"style"],[263,17,138,23],[263,19,138,25,"styles"],[263,25,138,31],[263,26,138,32,"saveButtonText"],[263,40,138,47],[264,12,138,47,"children"],[264,20,138,47],[264,22,138,48],[265,10,138,60],[266,12,138,60,"fileName"],[266,20,138,60],[266,22,138,60,"_jsxFileName"],[266,34,138,60],[267,12,138,60,"lineNumber"],[267,22,138,60],[268,12,138,60,"columnNumber"],[268,24,138,60],[269,10,138,60],[269,17,138,66],[270,8,139,11],[271,10,139,11,"fileName"],[271,18,139,11],[271,20,139,11,"_jsxFileName"],[271,32,139,11],[272,10,139,11,"lineNumber"],[272,20,139,11],[273,10,139,11,"columnNumber"],[273,22,139,11],[274,8,139,11],[274,15,140,26],[274,16,140,27],[275,6,140,27],[276,8,140,27,"fileName"],[276,16,140,27],[276,18,140,27,"_jsxFileName"],[276,30,140,27],[277,8,140,27,"lineNumber"],[277,18,140,27],[278,8,140,27,"columnNumber"],[278,20,140,27],[279,6,140,27],[279,13,141,18],[279,14,141,19],[280,4,141,19],[281,6,141,19,"fileName"],[281,14,141,19],[281,16,141,19,"_jsxFileName"],[281,28,141,19],[282,6,141,19,"lineNumber"],[282,16,141,19],[283,6,141,19,"columnNumber"],[283,18,141,19],[284,4,141,19],[284,11,142,10],[284,12,142,11],[285,2,144,0],[286,2,144,1,"_s"],[286,4,144,1],[286,5,17,24,"EditProfileScreen"],[286,22,17,41],[287,4,17,41],[287,12,18,17,"useSafeAreaInsets"],[287,39,18,34],[287,40,18,34,"useSafeAreaInsets"],[287,57,18,34],[287,59,19,19,"useAuth"],[287,79,19,26],[287,80,19,26,"useAuth"],[287,87,19,26],[288,2,19,26],[289,2,19,26,"_c"],[289,4,19,26],[289,7,17,24,"EditProfileScreen"],[289,24,17,41],[290,2,146,0],[290,6,146,6,"styles"],[290,12,146,12],[290,15,146,15,"StyleSheet"],[290,27,146,25],[290,28,146,25,"StyleSheet"],[290,38,146,25],[290,39,146,26,"create"],[290,45,146,32],[290,46,146,33],[291,4,147,2,"container"],[291,13,147,11],[291,15,147,13],[292,6,148,4,"flex"],[292,10,148,8],[292,12,148,10],[292,13,148,11],[293,6,149,4,"backgroundColor"],[293,21,149,19],[293,23,149,21],[294,4,150,2],[294,5,150,3],[295,4,151,2,"header"],[295,10,151,8],[295,12,151,10],[296,6,152,4,"flexDirection"],[296,19,152,17],[296,21,152,19],[296,26,152,24],[297,6,153,4,"alignItems"],[297,16,153,14],[297,18,153,16],[297,26,153,24],[298,6,154,4,"justifyContent"],[298,20,154,18],[298,22,154,20],[298,37,154,35],[299,6,155,4,"paddingHorizontal"],[299,23,155,21],[299,25,155,23],[299,27,155,25],[300,6,156,4,"paddingVertical"],[300,21,156,19],[300,23,156,21],[300,25,156,23],[301,6,157,4,"backgroundColor"],[301,21,157,19],[301,23,157,21],[301,29,157,27],[302,6,158,4,"borderBottomWidth"],[302,23,158,21],[302,25,158,23],[302,26,158,24],[303,6,159,4,"borderBottomColor"],[303,23,159,21],[303,25,159,23],[304,4,160,2],[304,5,160,3],[305,4,161,2,"backButton"],[305,14,161,12],[305,16,161,14],[306,6,162,4,"width"],[306,11,162,9],[306,13,162,11],[306,15,162,13],[307,6,163,4,"height"],[307,12,163,10],[307,14,163,12],[307,16,163,14],[308,6,164,4,"borderRadius"],[308,18,164,16],[308,20,164,18],[308,22,164,20],[309,6,165,4,"backgroundColor"],[309,21,165,19],[309,23,165,21],[309,32,165,30],[310,6,166,4,"alignItems"],[310,16,166,14],[310,18,166,16],[310,26,166,24],[311,6,167,4,"justifyContent"],[311,20,167,18],[311,22,167,20],[312,4,168,2],[312,5,168,3],[313,4,169,2,"headerTitle"],[313,15,169,13],[313,17,169,15],[314,6,170,4,"fontSize"],[314,14,170,12],[314,16,170,14],[314,18,170,16],[315,6,171,4,"fontWeight"],[315,16,171,14],[315,18,171,16],[315,23,171,21],[316,6,172,4,"color"],[316,11,172,9],[316,13,172,11],[317,4,173,2],[317,5,173,3],[318,4,174,2,"scrollContent"],[318,17,174,15],[318,19,174,17],[319,6,175,4,"padding"],[319,13,175,11],[319,15,175,13],[319,17,175,15],[320,6,176,4,"paddingBottom"],[320,19,176,17],[320,21,176,19],[321,4,177,2],[321,5,177,3],[322,4,178,2,"section"],[322,11,178,9],[322,13,178,11],[323,6,179,4,"marginBottom"],[323,18,179,16],[323,20,179,18],[324,4,180,2],[324,5,180,3],[325,4,181,2,"label"],[325,9,181,7],[325,11,181,9],[326,6,182,4,"fontSize"],[326,14,182,12],[326,16,182,14],[326,18,182,16],[327,6,183,4,"fontWeight"],[327,16,183,14],[327,18,183,16],[327,23,183,21],[328,6,184,4,"color"],[328,11,184,9],[328,13,184,11],[328,22,184,20],[329,6,185,4,"marginBottom"],[329,18,185,16],[329,20,185,18],[330,4,186,2],[330,5,186,3],[331,4,187,2,"input"],[331,9,187,7],[331,11,187,9],[332,6,188,4,"backgroundColor"],[332,21,188,19],[332,23,188,21],[332,29,188,27],[333,6,189,4,"padding"],[333,13,189,11],[333,15,189,13],[333,17,189,15],[334,6,190,4,"borderRadius"],[334,18,190,16],[334,20,190,18],[334,22,190,20],[335,6,191,4,"fontSize"],[335,14,191,12],[335,16,191,14],[335,18,191,16],[336,6,192,4,"borderWidth"],[336,17,192,15],[336,19,192,17],[336,20,192,18],[337,6,193,4,"borderColor"],[337,17,193,15],[337,19,193,17],[338,4,194,2],[338,5,194,3],[339,4,195,2,"saveButton"],[339,14,195,12],[339,16,195,14],[340,6,196,4,"backgroundColor"],[340,21,196,19],[340,23,196,21],[340,32,196,30],[341,6,197,4,"padding"],[341,13,197,11],[341,15,197,13],[341,17,197,15],[342,6,198,4,"borderRadius"],[342,18,198,16],[342,20,198,18],[342,22,198,20],[343,6,199,4,"alignItems"],[343,16,199,14],[343,18,199,16],[343,26,199,24],[344,6,200,4,"marginTop"],[344,15,200,13],[344,17,200,15],[345,4,201,2],[345,5,201,3],[346,4,202,2,"saveButtonDisabled"],[346,22,202,20],[346,24,202,22],[347,6,203,4,"opacity"],[347,13,203,11],[347,15,203,13],[348,4,204,2],[348,5,204,3],[349,4,205,2,"saveButtonText"],[349,18,205,16],[349,20,205,18],[350,6,206,4,"fontSize"],[350,14,206,12],[350,16,206,14],[350,18,206,16],[351,6,207,4,"fontWeight"],[351,16,207,14],[351,18,207,16],[351,23,207,21],[352,6,208,4,"color"],[352,11,208,9],[352,13,208,11],[353,4,209,2],[354,2,210,0],[354,3,210,1],[354,4,210,2],[355,2,210,3],[355,6,210,3,"_c"],[355,8,210,3],[356,2,210,3,"$RefreshReg$"],[356,14,210,3],[356,15,210,3,"_c"],[356,17,210,3],[357,0,210,3],[357,3]],"functionMap":{"names":["","EditProfileScreen","useEffect$argument_0","loadUserData","handleSave","TouchableOpacity.props.onPress"],"mappings":"AAA;eCgB;YCS;GDE;uBEE;GFa;qBGE;GH6B;mCIK,yBJ;CDiE"},"hasCjsExports":false},"type":"js/module"}]}
\ No newline at end of file
+{"dependencies":[{"name":"@babel/runtime/helpers/asyncToGenerator","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"YisBBiy2Xm9DEVdFebZ2nbgAHBo=","exportNames":["*"],"imports":1}},{"name":"@babel/runtime/helpers/slicedToArray","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"5y7e5+zC7teYEEC6niD9f5zII1M=","exportNames":["*"],"imports":1}},{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":51,"index":51}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react-native","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":52},"end":{"line":11,"column":22,"index":190}}],"key":"KyzuX10g6ixS9UfynhmjlvCIG3g=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":12,"column":0,"index":191},"end":{"line":12,"column":46,"index":237}}],"key":"ow7vkrqkIckRjlSi/+MhMmRYtUE=","exportNames":["*"],"imports":1}},{"name":"react-native-safe-area-context","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0,"index":238},"end":{"line":13,"column":67,"index":305}}],"key":"XjdTKvCUWX6CbQzg5fSDHG/WgHk=","exportNames":["*"],"imports":1}},{"name":"../contexts/AuthContext","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":14,"column":0,"index":306},"end":{"line":14,"column":50,"index":356}}],"key":"oNCgyH4yx4pAIVZXLqqRGB2kuCY=","exportNames":["*"],"imports":1}},{"name":"../config/api","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":15,"column":0,"index":357},"end":{"line":15,"column":46,"index":403}}],"key":"V94urzZZSfzzXHrNxWFShT8IuQo=","exportNames":["*"],"imports":1}},{"name":"react/jsx-dev-runtime","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"L9D70Z4hi4aGuui1ysja/oQ5ytI=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n var _jsxFileName = \"/app/frontend/src/screens/EditProfileScreen.tsx\",\n _s = $RefreshSig$();\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return EditProfileScreen;\n }\n });\n var _babelRuntimeHelpersAsyncToGenerator = require(_dependencyMap[0], \"@babel/runtime/helpers/asyncToGenerator\");\n var _asyncToGenerator = _interopDefault(_babelRuntimeHelpersAsyncToGenerator);\n var _babelRuntimeHelpersSlicedToArray = require(_dependencyMap[1], \"@babel/runtime/helpers/slicedToArray\");\n var _slicedToArray = _interopDefault(_babelRuntimeHelpersSlicedToArray);\n var _react = require(_dependencyMap[2], \"react\");\n var _reactNative = require(_dependencyMap[3], \"react-native\");\n var _expoVectorIcons = require(_dependencyMap[4], \"@expo/vector-icons\");\n var _reactNativeSafeAreaContext = require(_dependencyMap[5], \"react-native-safe-area-context\");\n var _contextsAuthContext = require(_dependencyMap[6], \"../contexts/AuthContext\");\n var _configApi = require(_dependencyMap[7], \"../config/api\");\n var _reactJsxDevRuntime = require(_dependencyMap[8], \"react/jsx-dev-runtime\");\n function EditProfileScreen(_ref) {\n _s();\n var navigation = _ref.navigation;\n var insets = (0, _reactNativeSafeAreaContext.useSafeAreaInsets)();\n var _useAuth = (0, _contextsAuthContext.useAuth)(),\n user = _useAuth.user;\n var _useState = (0, _react.useState)(false),\n _useState2 = (0, _slicedToArray.default)(_useState, 2),\n loading = _useState2[0],\n setLoading = _useState2[1];\n var _useState3 = (0, _react.useState)(''),\n _useState4 = (0, _slicedToArray.default)(_useState3, 2),\n email = _useState4[0],\n setEmail = _useState4[1];\n var _useState5 = (0, _react.useState)(''),\n _useState6 = (0, _slicedToArray.default)(_useState5, 2),\n firstName = _useState6[0],\n setFirstName = _useState6[1];\n var _useState7 = (0, _react.useState)(''),\n _useState8 = (0, _slicedToArray.default)(_useState7, 2),\n lastName = _useState8[0],\n setLastName = _useState8[1];\n var _useState9 = (0, _react.useState)(''),\n _useState0 = (0, _slicedToArray.default)(_useState9, 2),\n phone = _useState0[0],\n setPhone = _useState0[1];\n (0, _react.useEffect)(() => {\n loadUserData();\n }, []);\n var loadUserData = /*#__PURE__*/function () {\n var _ref2 = (0, _asyncToGenerator.default)(function* () {\n try {\n var response = yield fetch(`${_configApi.API_ENDPOINTS.AUTH_USER(user?.user_id || '')}`);\n if (response.ok) {\n var data = yield response.json();\n setEmail(data.email || '');\n setFirstName(data.first_name || '');\n setLastName(data.last_name || '');\n setPhone(data.phone || '');\n }\n } catch (error) {\n console.error('Error loading user data:', error);\n }\n });\n return function loadUserData() {\n return _ref2.apply(this, arguments);\n };\n }();\n var handleSave = /*#__PURE__*/function () {\n var _ref3 = (0, _asyncToGenerator.default)(function* () {\n setLoading(true);\n try {\n var backendUrl = \"https://kurdish-id.preview.emergentagent.com\" || 'http://localhost:8001';\n var response = yield fetch(`${backendUrl}/api/auth/profile`, {\n method: 'PUT',\n headers: {\n 'Content-Type': 'application/json'\n },\n body: JSON.stringify({\n user_id: user?.user_id,\n email,\n first_name: firstName,\n last_name: lastName,\n phone\n })\n });\n if (response.ok) {\n _reactNative.Alert.alert('Success', 'Profile updated successfully!');\n navigation.goBack();\n } else {\n _reactNative.Alert.alert('Error', 'Failed to update profile');\n }\n } catch (error) {\n _reactNative.Alert.alert('Error', 'Network error occurred');\n } finally {\n setLoading(false);\n }\n });\n return function handleSave() {\n return _ref3.apply(this, arguments);\n };\n }();\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: [styles.container, {\n paddingTop: insets.top\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.header,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n onPress: () => navigation.goBack(),\n style: styles.backButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"arrow-back\",\n size: 24,\n color: \"#1F2937\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 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.Text, {\n style: styles.headerTitle,\n children: \"Edit Profile\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 82,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: {\n width: 40\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 83,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 78,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.ScrollView, {\n contentContainerStyle: styles.scrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.label,\n children: \"First Name\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 88,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TextInput, {\n style: styles.input,\n value: firstName,\n onChangeText: setFirstName,\n placeholder: \"Enter first name\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 89,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 87,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.label,\n children: \"Last Name\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 98,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TextInput, {\n style: styles.input,\n value: lastName,\n onChangeText: setLastName,\n placeholder: \"Enter last name\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 99,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 97,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.label,\n children: \"Email\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 108,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TextInput, {\n style: styles.input,\n value: email,\n onChangeText: setEmail,\n placeholder: \"Enter email\",\n keyboardType: \"email-address\",\n autoCapitalize: \"none\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 109,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 107,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.label,\n children: \"Phone Number\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 120,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TextInput, {\n style: styles.input,\n value: phone,\n onChangeText: setPhone,\n placeholder: \"Enter phone number\",\n keyboardType: \"phone-pad\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 121,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 119,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: [styles.saveButton, loading && styles.saveButtonDisabled],\n onPress: handleSave,\n disabled: loading,\n children: loading ? /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.ActivityIndicator, {\n color: \"#FFF\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 136,\n columnNumber: 13\n }, this) : /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.saveButtonText,\n children: \"Save Changes\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 138,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 130,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 86,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 77,\n columnNumber: 5\n }, this);\n }\n _s(EditProfileScreen, \"J2adW25x77jVaaK5zqJUW20tfoo=\", false, function () {\n return [_reactNativeSafeAreaContext.useSafeAreaInsets, _contextsAuthContext.useAuth];\n });\n _c = EditProfileScreen;\n var styles = _reactNative.StyleSheet.create({\n container: {\n flex: 1,\n backgroundColor: '#F8F9FA'\n },\n header: {\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'space-between',\n paddingHorizontal: 16,\n paddingVertical: 16,\n backgroundColor: '#FFF',\n borderBottomWidth: 1,\n borderBottomColor: '#E5E7EB'\n },\n backButton: {\n width: 40,\n height: 40,\n borderRadius: 20,\n backgroundColor: '#F3F4F6',\n alignItems: 'center',\n justifyContent: 'center'\n },\n headerTitle: {\n fontSize: 18,\n fontWeight: '700',\n color: '#1F2937'\n },\n scrollContent: {\n padding: 16,\n paddingBottom: 80\n },\n section: {\n marginBottom: 20\n },\n label: {\n fontSize: 14,\n fontWeight: '600',\n color: '#374151',\n marginBottom: 8\n },\n input: {\n backgroundColor: '#FFF',\n padding: 16,\n borderRadius: 12,\n fontSize: 16,\n borderWidth: 1,\n borderColor: '#E5E7EB'\n },\n saveButton: {\n backgroundColor: '#EE2A35',\n padding: 16,\n borderRadius: 12,\n alignItems: 'center',\n marginTop: 24\n },\n saveButtonDisabled: {\n opacity: 0.6\n },\n saveButtonText: {\n fontSize: 16,\n fontWeight: '600',\n color: '#FFF'\n }\n });\n var _c;\n $RefreshReg$(_c, \"EditProfileScreen\");\n});","lineCount":357,"map":[[14,2,17,15,"Object"],[14,8,17,15],[14,9,17,15,"defineProperty"],[14,23,17,15],[14,24,17,15,"exports"],[14,31,17,15],[15,4,17,15,"enumerable"],[15,14,17,15],[16,4,17,15,"get"],[16,7,17,15],[16,18,17,15,"get"],[16,19,17,15],[17,6,17,15],[17,13,17,15,"EditProfileScreen"],[17,30,17,15],[18,4,17,15],[19,2,17,15],[20,2,144,1],[20,6,144,1,"_babelRuntimeHelpersAsyncToGenerator"],[20,42,144,1],[20,45,144,1,"require"],[20,52,144,1],[20,53,144,1,"_dependencyMap"],[20,67,144,1],[21,2,144,1],[21,6,144,1,"_asyncToGenerator"],[21,23,144,1],[21,26,144,1,"_interopDefault"],[21,41,144,1],[21,42,144,1,"_babelRuntimeHelpersAsyncToGenerator"],[21,78,144,1],[22,2,144,1],[22,6,144,1,"_babelRuntimeHelpersSlicedToArray"],[22,39,144,1],[22,42,144,1,"require"],[22,49,144,1],[22,50,144,1,"_dependencyMap"],[22,64,144,1],[23,2,144,1],[23,6,144,1,"_slicedToArray"],[23,20,144,1],[23,23,144,1,"_interopDefault"],[23,38,144,1],[23,39,144,1,"_babelRuntimeHelpersSlicedToArray"],[23,72,144,1],[24,2,1,0],[24,6,1,0,"_react"],[24,12,1,0],[24,15,1,0,"require"],[24,22,1,0],[24,23,1,0,"_dependencyMap"],[24,37,1,0],[25,2,2,0],[25,6,2,0,"_reactNative"],[25,18,2,0],[25,21,2,0,"require"],[25,28,2,0],[25,29,2,0,"_dependencyMap"],[25,43,2,0],[26,2,12,0],[26,6,12,0,"_expoVectorIcons"],[26,22,12,0],[26,25,12,0,"require"],[26,32,12,0],[26,33,12,0,"_dependencyMap"],[26,47,12,0],[27,2,13,0],[27,6,13,0,"_reactNativeSafeAreaContext"],[27,33,13,0],[27,36,13,0,"require"],[27,43,13,0],[27,44,13,0,"_dependencyMap"],[27,58,13,0],[28,2,14,0],[28,6,14,0,"_contextsAuthContext"],[28,26,14,0],[28,29,14,0,"require"],[28,36,14,0],[28,37,14,0,"_dependencyMap"],[28,51,14,0],[29,2,15,0],[29,6,15,0,"_configApi"],[29,16,15,0],[29,19,15,0,"require"],[29,26,15,0],[29,27,15,0,"_dependencyMap"],[29,41,15,0],[30,2,15,46],[30,6,15,46,"_reactJsxDevRuntime"],[30,25,15,46],[30,28,15,46,"require"],[30,35,15,46],[30,36,15,46,"_dependencyMap"],[30,50,15,46],[31,2,17,15],[31,11,17,24,"EditProfileScreen"],[31,28,17,41,"EditProfileScreen"],[31,29,17,41,"_ref"],[31,33,17,41],[31,35,17,63],[32,4,17,63,"_s"],[32,6,17,63],[33,4,17,63],[33,8,17,44,"navigation"],[33,18,17,54],[33,21,17,54,"_ref"],[33,25,17,54],[33,26,17,44,"navigation"],[33,36,17,54],[34,4,18,2],[34,8,18,8,"insets"],[34,14,18,14],[34,17,18,17],[34,21,18,17,"useSafeAreaInsets"],[34,48,18,34],[34,49,18,34,"useSafeAreaInsets"],[34,66,18,34],[34,68,18,35],[34,69,18,36],[35,4,19,2],[35,8,19,2,"_useAuth"],[35,16,19,2],[35,19,19,19],[35,23,19,19,"useAuth"],[35,43,19,26],[35,44,19,26,"useAuth"],[35,51,19,26],[35,53,19,27],[35,54,19,28],[36,6,19,10,"user"],[36,10,19,14],[36,13,19,14,"_useAuth"],[36,21,19,14],[36,22,19,10,"user"],[36,26,19,14],[37,4,20,2],[37,8,20,2,"_useState"],[37,17,20,2],[37,20,20,32],[37,24,20,32,"useState"],[37,30,20,40],[37,31,20,40,"useState"],[37,39,20,40],[37,41,20,41],[37,46,20,46],[37,47,20,47],[38,6,20,47,"_useState2"],[38,16,20,47],[38,23,20,47,"_slicedToArray"],[38,37,20,47],[38,38,20,47,"default"],[38,45,20,47],[38,47,20,47,"_useState"],[38,56,20,47],[39,6,20,9,"loading"],[39,13,20,16],[39,16,20,16,"_useState2"],[39,26,20,16],[40,6,20,18,"setLoading"],[40,16,20,28],[40,19,20,28,"_useState2"],[40,29,20,28],[41,4,21,2],[41,8,21,2,"_useState3"],[41,18,21,2],[41,21,21,28],[41,25,21,28,"useState"],[41,31,21,36],[41,32,21,36,"useState"],[41,40,21,36],[41,42,21,37],[41,44,21,39],[41,45,21,40],[42,6,21,40,"_useState4"],[42,16,21,40],[42,23,21,40,"_slicedToArray"],[42,37,21,40],[42,38,21,40,"default"],[42,45,21,40],[42,47,21,40,"_useState3"],[42,57,21,40],[43,6,21,9,"email"],[43,11,21,14],[43,14,21,14,"_useState4"],[43,24,21,14],[44,6,21,16,"setEmail"],[44,14,21,24],[44,17,21,24,"_useState4"],[44,27,21,24],[45,4,22,2],[45,8,22,2,"_useState5"],[45,18,22,2],[45,21,22,36],[45,25,22,36,"useState"],[45,31,22,44],[45,32,22,44,"useState"],[45,40,22,44],[45,42,22,45],[45,44,22,47],[45,45,22,48],[46,6,22,48,"_useState6"],[46,16,22,48],[46,23,22,48,"_slicedToArray"],[46,37,22,48],[46,38,22,48,"default"],[46,45,22,48],[46,47,22,48,"_useState5"],[46,57,22,48],[47,6,22,9,"firstName"],[47,15,22,18],[47,18,22,18,"_useState6"],[47,28,22,18],[48,6,22,20,"setFirstName"],[48,18,22,32],[48,21,22,32,"_useState6"],[48,31,22,32],[49,4,23,2],[49,8,23,2,"_useState7"],[49,18,23,2],[49,21,23,34],[49,25,23,34,"useState"],[49,31,23,42],[49,32,23,42,"useState"],[49,40,23,42],[49,42,23,43],[49,44,23,45],[49,45,23,46],[50,6,23,46,"_useState8"],[50,16,23,46],[50,23,23,46,"_slicedToArray"],[50,37,23,46],[50,38,23,46,"default"],[50,45,23,46],[50,47,23,46,"_useState7"],[50,57,23,46],[51,6,23,9,"lastName"],[51,14,23,17],[51,17,23,17,"_useState8"],[51,27,23,17],[52,6,23,19,"setLastName"],[52,17,23,30],[52,20,23,30,"_useState8"],[52,30,23,30],[53,4,24,2],[53,8,24,2,"_useState9"],[53,18,24,2],[53,21,24,28],[53,25,24,28,"useState"],[53,31,24,36],[53,32,24,36,"useState"],[53,40,24,36],[53,42,24,37],[53,44,24,39],[53,45,24,40],[54,6,24,40,"_useState0"],[54,16,24,40],[54,23,24,40,"_slicedToArray"],[54,37,24,40],[54,38,24,40,"default"],[54,45,24,40],[54,47,24,40,"_useState9"],[54,57,24,40],[55,6,24,9,"phone"],[55,11,24,14],[55,14,24,14,"_useState0"],[55,24,24,14],[56,6,24,16,"setPhone"],[56,14,24,24],[56,17,24,24,"_useState0"],[56,27,24,24],[57,4,26,2],[57,8,26,2,"useEffect"],[57,14,26,11],[57,15,26,11,"useEffect"],[57,24,26,11],[57,26,26,12],[57,32,26,18],[58,6,27,4,"loadUserData"],[58,18,27,16],[58,19,27,17],[58,20,27,18],[59,4,28,2],[59,5,28,3],[59,7,28,5],[59,9,28,7],[59,10,28,8],[60,4,30,2],[60,8,30,8,"loadUserData"],[60,20,30,20],[61,6,30,20],[61,10,30,20,"_ref2"],[61,15,30,20],[61,22,30,20,"_asyncToGenerator"],[61,39,30,20],[61,40,30,20,"default"],[61,47,30,20],[61,49,30,23],[61,62,30,35],[62,8,31,4],[62,12,31,8],[63,10,32,6],[63,14,32,12,"response"],[63,22,32,20],[63,31,32,29,"fetch"],[63,36,32,34],[63,37,32,35],[63,40,32,38,"API_ENDPOINTS"],[63,50,32,51],[63,51,32,51,"API_ENDPOINTS"],[63,64,32,51],[63,65,32,52,"AUTH_USER"],[63,74,32,61],[63,75,32,62,"user"],[63,79,32,66],[63,81,32,68,"user_id"],[63,88,32,75],[63,92,32,79],[63,94,32,81],[63,95,32,82],[63,97,32,84],[63,98,32,85],[64,10,33,6],[64,14,33,10,"response"],[64,22,33,18],[64,23,33,19,"ok"],[64,25,33,21],[64,27,33,23],[65,12,34,8],[65,16,34,14,"data"],[65,20,34,18],[65,29,34,27,"response"],[65,37,34,35],[65,38,34,36,"json"],[65,42,34,40],[65,43,34,41],[65,44,34,42],[66,12,35,8,"setEmail"],[66,20,35,16],[66,21,35,17,"data"],[66,25,35,21],[66,26,35,22,"email"],[66,31,35,27],[66,35,35,31],[66,37,35,33],[66,38,35,34],[67,12,36,8,"setFirstName"],[67,24,36,20],[67,25,36,21,"data"],[67,29,36,25],[67,30,36,26,"first_name"],[67,40,36,36],[67,44,36,40],[67,46,36,42],[67,47,36,43],[68,12,37,8,"setLastName"],[68,23,37,19],[68,24,37,20,"data"],[68,28,37,24],[68,29,37,25,"last_name"],[68,38,37,34],[68,42,37,38],[68,44,37,40],[68,45,37,41],[69,12,38,8,"setPhone"],[69,20,38,16],[69,21,38,17,"data"],[69,25,38,21],[69,26,38,22,"phone"],[69,31,38,27],[69,35,38,31],[69,37,38,33],[69,38,38,34],[70,10,39,6],[71,8,40,4],[71,9,40,5],[71,10,40,6],[71,17,40,13,"error"],[71,22,40,18],[71,24,40,20],[72,10,41,6,"console"],[72,17,41,13],[72,18,41,14,"error"],[72,23,41,19],[72,24,41,20],[72,50,41,46],[72,52,41,48,"error"],[72,57,41,53],[72,58,41,54],[73,8,42,4],[74,6,43,2],[74,7,43,3],[75,6,43,3],[75,22,30,8,"loadUserData"],[75,34,30,20,"loadUserData"],[75,35,30,20],[76,8,30,20],[76,15,30,20,"_ref2"],[76,20,30,20],[76,21,30,20,"apply"],[76,26,30,20],[76,33,30,20,"arguments"],[76,42,30,20],[77,6,30,20],[78,4,30,20],[78,7,43,3],[79,4,45,2],[79,8,45,8,"handleSave"],[79,18,45,18],[80,6,45,18],[80,10,45,18,"_ref3"],[80,15,45,18],[80,22,45,18,"_asyncToGenerator"],[80,39,45,18],[80,40,45,18,"default"],[80,47,45,18],[80,49,45,21],[80,62,45,33],[81,8,46,4,"setLoading"],[81,18,46,14],[81,19,46,15],[81,23,46,19],[81,24,46,20],[82,8,47,4],[82,12,47,8],[83,10,48,6],[83,14,48,12,"backendUrl"],[83,24,48,22],[83,27,48,25],[83,84,48,64],[83,107,48,87],[84,10,49,6],[84,14,49,12,"response"],[84,22,49,20],[84,31,49,29,"fetch"],[84,36,49,34],[84,37,49,35],[84,40,49,38,"backendUrl"],[84,50,49,48],[84,69,49,67],[84,71,49,69],[85,12,50,8,"method"],[85,18,50,14],[85,20,50,16],[85,25,50,21],[86,12,51,8,"headers"],[86,19,51,15],[86,21,51,17],[87,14,52,10],[87,28,52,24],[87,30,52,26],[88,12,53,8],[88,13,53,9],[89,12,54,8,"body"],[89,16,54,12],[89,18,54,14,"JSON"],[89,22,54,18],[89,23,54,19,"stringify"],[89,32,54,28],[89,33,54,29],[90,14,55,10,"user_id"],[90,21,55,17],[90,23,55,19,"user"],[90,27,55,23],[90,29,55,25,"user_id"],[90,36,55,32],[91,14,56,10,"email"],[91,19,56,15],[92,14,57,10,"first_name"],[92,24,57,20],[92,26,57,22,"firstName"],[92,35,57,31],[93,14,58,10,"last_name"],[93,23,58,19],[93,25,58,21,"lastName"],[93,33,58,29],[94,14,59,10,"phone"],[95,12,60,8],[95,13,60,9],[96,10,61,6],[96,11,61,7],[96,12,61,8],[97,10,63,6],[97,14,63,10,"response"],[97,22,63,18],[97,23,63,19,"ok"],[97,25,63,21],[97,27,63,23],[98,12,64,8,"Alert"],[98,24,64,13],[98,25,64,13,"Alert"],[98,30,64,13],[98,31,64,14,"alert"],[98,36,64,19],[98,37,64,20],[98,46,64,29],[98,48,64,31],[98,79,64,62],[98,80,64,63],[99,12,65,8,"navigation"],[99,22,65,18],[99,23,65,19,"goBack"],[99,29,65,25],[99,30,65,26],[99,31,65,27],[100,10,66,6],[100,11,66,7],[100,17,66,13],[101,12,67,8,"Alert"],[101,24,67,13],[101,25,67,13,"Alert"],[101,30,67,13],[101,31,67,14,"alert"],[101,36,67,19],[101,37,67,20],[101,44,67,27],[101,46,67,29],[101,72,67,55],[101,73,67,56],[102,10,68,6],[103,8,69,4],[103,9,69,5],[103,10,69,6],[103,17,69,13,"error"],[103,22,69,18],[103,24,69,20],[104,10,70,6,"Alert"],[104,22,70,11],[104,23,70,11,"Alert"],[104,28,70,11],[104,29,70,12,"alert"],[104,34,70,17],[104,35,70,18],[104,42,70,25],[104,44,70,27],[104,68,70,51],[104,69,70,52],[105,8,71,4],[105,9,71,5],[105,18,71,14],[106,10,72,6,"setLoading"],[106,20,72,16],[106,21,72,17],[106,26,72,22],[106,27,72,23],[107,8,73,4],[108,6,74,2],[108,7,74,3],[109,6,74,3],[109,22,45,8,"handleSave"],[109,32,45,18,"handleSave"],[109,33,45,18],[110,8,45,18],[110,15,45,18,"_ref3"],[110,20,45,18],[110,21,45,18,"apply"],[110,26,45,18],[110,33,45,18,"arguments"],[110,42,45,18],[111,6,45,18],[112,4,45,18],[112,7,74,3],[113,4,76,2],[113,24,77,4],[113,28,77,4,"_reactJsxDevRuntime"],[113,47,77,4],[113,48,77,4,"jsxDEV"],[113,54,77,4],[113,56,77,5,"_reactNative"],[113,68,77,9],[113,69,77,9,"View"],[113,73,77,9],[114,6,77,10,"style"],[114,11,77,15],[114,13,77,17],[114,14,77,18,"styles"],[114,20,77,24],[114,21,77,25,"container"],[114,30,77,34],[114,32,77,36],[115,8,77,38,"paddingTop"],[115,18,77,48],[115,20,77,50,"insets"],[115,26,77,56],[115,27,77,57,"top"],[116,6,77,61],[116,7,77,62],[116,8,77,64],[117,6,77,64,"children"],[117,14,77,64],[117,30,78,6],[117,34,78,6,"_reactJsxDevRuntime"],[117,53,78,6],[117,54,78,6,"jsxDEV"],[117,60,78,6],[117,62,78,7,"_reactNative"],[117,74,78,11],[117,75,78,11,"View"],[117,79,78,11],[118,8,78,12,"style"],[118,13,78,17],[118,15,78,19,"styles"],[118,21,78,25],[118,22,78,26,"header"],[118,28,78,33],[119,8,78,33,"children"],[119,16,78,33],[119,32,79,8],[119,36,79,8,"_reactJsxDevRuntime"],[119,55,79,8],[119,56,79,8,"jsxDEV"],[119,62,79,8],[119,64,79,9,"_reactNative"],[119,76,79,25],[119,77,79,25,"TouchableOpacity"],[119,93,79,25],[120,10,79,26,"onPress"],[120,17,79,33],[120,19,79,35,"onPress"],[120,20,79,35],[120,25,79,41,"navigation"],[120,35,79,51],[120,36,79,52,"goBack"],[120,42,79,58],[120,43,79,59],[120,44,79,61],[121,10,79,62,"style"],[121,15,79,67],[121,17,79,69,"styles"],[121,23,79,75],[121,24,79,76,"backButton"],[121,34,79,87],[122,10,79,87,"children"],[122,18,79,87],[122,33,80,10],[122,37,80,10,"_reactJsxDevRuntime"],[122,56,80,10],[122,57,80,10,"jsxDEV"],[122,63,80,10],[122,65,80,11,"_expoVectorIcons"],[122,81,80,19],[122,82,80,19,"Ionicons"],[122,90,80,19],[123,12,80,20,"name"],[123,16,80,24],[123,18,80,25],[123,30,80,37],[124,12,80,38,"size"],[124,16,80,42],[124,18,80,44],[124,20,80,47],[125,12,80,48,"color"],[125,17,80,53],[125,19,80,54],[126,10,80,63],[127,12,80,63,"fileName"],[127,20,80,63],[127,22,80,63,"_jsxFileName"],[127,34,80,63],[128,12,80,63,"lineNumber"],[128,22,80,63],[129,12,80,63,"columnNumber"],[129,24,80,63],[130,10,80,63],[130,17,80,65],[131,8,80,66],[132,10,80,66,"fileName"],[132,18,80,66],[132,20,80,66,"_jsxFileName"],[132,32,80,66],[133,10,80,66,"lineNumber"],[133,20,80,66],[134,10,80,66,"columnNumber"],[134,22,80,66],[135,8,80,66],[135,15,81,26],[135,16,81,27],[135,31,82,8],[135,35,82,8,"_reactJsxDevRuntime"],[135,54,82,8],[135,55,82,8,"jsxDEV"],[135,61,82,8],[135,63,82,9,"_reactNative"],[135,75,82,13],[135,76,82,13,"Text"],[135,80,82,13],[136,10,82,14,"style"],[136,15,82,19],[136,17,82,21,"styles"],[136,23,82,27],[136,24,82,28,"headerTitle"],[136,35,82,40],[137,10,82,40,"children"],[137,18,82,40],[137,20,82,41],[138,8,82,53],[139,10,82,53,"fileName"],[139,18,82,53],[139,20,82,53,"_jsxFileName"],[139,32,82,53],[140,10,82,53,"lineNumber"],[140,20,82,53],[141,10,82,53,"columnNumber"],[141,22,82,53],[142,8,82,53],[142,15,82,59],[142,16,82,60],[142,31,83,8],[142,35,83,8,"_reactJsxDevRuntime"],[142,54,83,8],[142,55,83,8,"jsxDEV"],[142,61,83,8],[142,63,83,9,"_reactNative"],[142,75,83,13],[142,76,83,13,"View"],[142,80,83,13],[143,10,83,14,"style"],[143,15,83,19],[143,17,83,21],[144,12,83,23,"width"],[144,17,83,28],[144,19,83,30],[145,10,83,33],[146,8,83,35],[147,10,83,35,"fileName"],[147,18,83,35],[147,20,83,35,"_jsxFileName"],[147,32,83,35],[148,10,83,35,"lineNumber"],[148,20,83,35],[149,10,83,35,"columnNumber"],[149,22,83,35],[150,8,83,35],[150,15,83,37],[150,16,83,38],[151,6,83,38],[152,8,83,38,"fileName"],[152,16,83,38],[152,18,83,38,"_jsxFileName"],[152,30,83,38],[153,8,83,38,"lineNumber"],[153,18,83,38],[154,8,83,38,"columnNumber"],[154,20,83,38],[155,6,83,38],[155,13,84,12],[155,14,84,13],[155,29,86,6],[155,33,86,6,"_reactJsxDevRuntime"],[155,52,86,6],[155,53,86,6,"jsxDEV"],[155,59,86,6],[155,61,86,7,"_reactNative"],[155,73,86,17],[155,74,86,17,"ScrollView"],[155,84,86,17],[156,8,86,18,"contentContainerStyle"],[156,29,86,39],[156,31,86,41,"styles"],[156,37,86,47],[156,38,86,48,"scrollContent"],[156,51,86,62],[157,8,86,62,"children"],[157,16,86,62],[157,32,87,8],[157,36,87,8,"_reactJsxDevRuntime"],[157,55,87,8],[157,56,87,8,"jsxDEV"],[157,62,87,8],[157,64,87,9,"_reactNative"],[157,76,87,13],[157,77,87,13,"View"],[157,81,87,13],[158,10,87,14,"style"],[158,15,87,19],[158,17,87,21,"styles"],[158,23,87,27],[158,24,87,28,"section"],[158,31,87,36],[159,10,87,36,"children"],[159,18,87,36],[159,34,88,10],[159,38,88,10,"_reactJsxDevRuntime"],[159,57,88,10],[159,58,88,10,"jsxDEV"],[159,64,88,10],[159,66,88,11,"_reactNative"],[159,78,88,15],[159,79,88,15,"Text"],[159,83,88,15],[160,12,88,16,"style"],[160,17,88,21],[160,19,88,23,"styles"],[160,25,88,29],[160,26,88,30,"label"],[160,31,88,36],[161,12,88,36,"children"],[161,20,88,36],[161,22,88,37],[162,10,88,47],[163,12,88,47,"fileName"],[163,20,88,47],[163,22,88,47,"_jsxFileName"],[163,34,88,47],[164,12,88,47,"lineNumber"],[164,22,88,47],[165,12,88,47,"columnNumber"],[165,24,88,47],[166,10,88,47],[166,17,88,53],[166,18,88,54],[166,33,89,10],[166,37,89,10,"_reactJsxDevRuntime"],[166,56,89,10],[166,57,89,10,"jsxDEV"],[166,63,89,10],[166,65,89,11,"_reactNative"],[166,77,89,20],[166,78,89,20,"TextInput"],[166,87,89,20],[167,12,90,12,"style"],[167,17,90,17],[167,19,90,19,"styles"],[167,25,90,25],[167,26,90,26,"input"],[167,31,90,32],[168,12,91,12,"value"],[168,17,91,17],[168,19,91,19,"firstName"],[168,28,91,29],[169,12,92,12,"onChangeText"],[169,24,92,24],[169,26,92,26,"setFirstName"],[169,38,92,39],[170,12,93,12,"placeholder"],[170,23,93,23],[170,25,93,24],[171,10,93,42],[172,12,93,42,"fileName"],[172,20,93,42],[172,22,93,42,"_jsxFileName"],[172,34,93,42],[173,12,93,42,"lineNumber"],[173,22,93,42],[174,12,93,42,"columnNumber"],[174,24,93,42],[175,10,93,42],[175,17,94,11],[175,18,94,12],[176,8,94,12],[177,10,94,12,"fileName"],[177,18,94,12],[177,20,94,12,"_jsxFileName"],[177,32,94,12],[178,10,94,12,"lineNumber"],[178,20,94,12],[179,10,94,12,"columnNumber"],[179,22,94,12],[180,8,94,12],[180,15,95,14],[180,16,95,15],[180,31,97,8],[180,35,97,8,"_reactJsxDevRuntime"],[180,54,97,8],[180,55,97,8,"jsxDEV"],[180,61,97,8],[180,63,97,9,"_reactNative"],[180,75,97,13],[180,76,97,13,"View"],[180,80,97,13],[181,10,97,14,"style"],[181,15,97,19],[181,17,97,21,"styles"],[181,23,97,27],[181,24,97,28,"section"],[181,31,97,36],[182,10,97,36,"children"],[182,18,97,36],[182,34,98,10],[182,38,98,10,"_reactJsxDevRuntime"],[182,57,98,10],[182,58,98,10,"jsxDEV"],[182,64,98,10],[182,66,98,11,"_reactNative"],[182,78,98,15],[182,79,98,15,"Text"],[182,83,98,15],[183,12,98,16,"style"],[183,17,98,21],[183,19,98,23,"styles"],[183,25,98,29],[183,26,98,30,"label"],[183,31,98,36],[184,12,98,36,"children"],[184,20,98,36],[184,22,98,37],[185,10,98,46],[186,12,98,46,"fileName"],[186,20,98,46],[186,22,98,46,"_jsxFileName"],[186,34,98,46],[187,12,98,46,"lineNumber"],[187,22,98,46],[188,12,98,46,"columnNumber"],[188,24,98,46],[189,10,98,46],[189,17,98,52],[189,18,98,53],[189,33,99,10],[189,37,99,10,"_reactJsxDevRuntime"],[189,56,99,10],[189,57,99,10,"jsxDEV"],[189,63,99,10],[189,65,99,11,"_reactNative"],[189,77,99,20],[189,78,99,20,"TextInput"],[189,87,99,20],[190,12,100,12,"style"],[190,17,100,17],[190,19,100,19,"styles"],[190,25,100,25],[190,26,100,26,"input"],[190,31,100,32],[191,12,101,12,"value"],[191,17,101,17],[191,19,101,19,"lastName"],[191,27,101,28],[192,12,102,12,"onChangeText"],[192,24,102,24],[192,26,102,26,"setLastName"],[192,37,102,38],[193,12,103,12,"placeholder"],[193,23,103,23],[193,25,103,24],[194,10,103,41],[195,12,103,41,"fileName"],[195,20,103,41],[195,22,103,41,"_jsxFileName"],[195,34,103,41],[196,12,103,41,"lineNumber"],[196,22,103,41],[197,12,103,41,"columnNumber"],[197,24,103,41],[198,10,103,41],[198,17,104,11],[198,18,104,12],[199,8,104,12],[200,10,104,12,"fileName"],[200,18,104,12],[200,20,104,12,"_jsxFileName"],[200,32,104,12],[201,10,104,12,"lineNumber"],[201,20,104,12],[202,10,104,12,"columnNumber"],[202,22,104,12],[203,8,104,12],[203,15,105,14],[203,16,105,15],[203,31,107,8],[203,35,107,8,"_reactJsxDevRuntime"],[203,54,107,8],[203,55,107,8,"jsxDEV"],[203,61,107,8],[203,63,107,9,"_reactNative"],[203,75,107,13],[203,76,107,13,"View"],[203,80,107,13],[204,10,107,14,"style"],[204,15,107,19],[204,17,107,21,"styles"],[204,23,107,27],[204,24,107,28,"section"],[204,31,107,36],[205,10,107,36,"children"],[205,18,107,36],[205,34,108,10],[205,38,108,10,"_reactJsxDevRuntime"],[205,57,108,10],[205,58,108,10,"jsxDEV"],[205,64,108,10],[205,66,108,11,"_reactNative"],[205,78,108,15],[205,79,108,15,"Text"],[205,83,108,15],[206,12,108,16,"style"],[206,17,108,21],[206,19,108,23,"styles"],[206,25,108,29],[206,26,108,30,"label"],[206,31,108,36],[207,12,108,36,"children"],[207,20,108,36],[207,22,108,37],[208,10,108,42],[209,12,108,42,"fileName"],[209,20,108,42],[209,22,108,42,"_jsxFileName"],[209,34,108,42],[210,12,108,42,"lineNumber"],[210,22,108,42],[211,12,108,42,"columnNumber"],[211,24,108,42],[212,10,108,42],[212,17,108,48],[212,18,108,49],[212,33,109,10],[212,37,109,10,"_reactJsxDevRuntime"],[212,56,109,10],[212,57,109,10,"jsxDEV"],[212,63,109,10],[212,65,109,11,"_reactNative"],[212,77,109,20],[212,78,109,20,"TextInput"],[212,87,109,20],[213,12,110,12,"style"],[213,17,110,17],[213,19,110,19,"styles"],[213,25,110,25],[213,26,110,26,"input"],[213,31,110,32],[214,12,111,12,"value"],[214,17,111,17],[214,19,111,19,"email"],[214,24,111,25],[215,12,112,12,"onChangeText"],[215,24,112,24],[215,26,112,26,"setEmail"],[215,34,112,35],[216,12,113,12,"placeholder"],[216,23,113,23],[216,25,113,24],[216,38,113,37],[217,12,114,12,"keyboardType"],[217,24,114,24],[217,26,114,25],[217,41,114,40],[218,12,115,12,"autoCapitalize"],[218,26,115,26],[218,28,115,27],[219,10,115,33],[220,12,115,33,"fileName"],[220,20,115,33],[220,22,115,33,"_jsxFileName"],[220,34,115,33],[221,12,115,33,"lineNumber"],[221,22,115,33],[222,12,115,33,"columnNumber"],[222,24,115,33],[223,10,115,33],[223,17,116,11],[223,18,116,12],[224,8,116,12],[225,10,116,12,"fileName"],[225,18,116,12],[225,20,116,12,"_jsxFileName"],[225,32,116,12],[226,10,116,12,"lineNumber"],[226,20,116,12],[227,10,116,12,"columnNumber"],[227,22,116,12],[228,8,116,12],[228,15,117,14],[228,16,117,15],[228,31,119,8],[228,35,119,8,"_reactJsxDevRuntime"],[228,54,119,8],[228,55,119,8,"jsxDEV"],[228,61,119,8],[228,63,119,9,"_reactNative"],[228,75,119,13],[228,76,119,13,"View"],[228,80,119,13],[229,10,119,14,"style"],[229,15,119,19],[229,17,119,21,"styles"],[229,23,119,27],[229,24,119,28,"section"],[229,31,119,36],[230,10,119,36,"children"],[230,18,119,36],[230,34,120,10],[230,38,120,10,"_reactJsxDevRuntime"],[230,57,120,10],[230,58,120,10,"jsxDEV"],[230,64,120,10],[230,66,120,11,"_reactNative"],[230,78,120,15],[230,79,120,15,"Text"],[230,83,120,15],[231,12,120,16,"style"],[231,17,120,21],[231,19,120,23,"styles"],[231,25,120,29],[231,26,120,30,"label"],[231,31,120,36],[232,12,120,36,"children"],[232,20,120,36],[232,22,120,37],[233,10,120,49],[234,12,120,49,"fileName"],[234,20,120,49],[234,22,120,49,"_jsxFileName"],[234,34,120,49],[235,12,120,49,"lineNumber"],[235,22,120,49],[236,12,120,49,"columnNumber"],[236,24,120,49],[237,10,120,49],[237,17,120,55],[237,18,120,56],[237,33,121,10],[237,37,121,10,"_reactJsxDevRuntime"],[237,56,121,10],[237,57,121,10,"jsxDEV"],[237,63,121,10],[237,65,121,11,"_reactNative"],[237,77,121,20],[237,78,121,20,"TextInput"],[237,87,121,20],[238,12,122,12,"style"],[238,17,122,17],[238,19,122,19,"styles"],[238,25,122,25],[238,26,122,26,"input"],[238,31,122,32],[239,12,123,12,"value"],[239,17,123,17],[239,19,123,19,"phone"],[239,24,123,25],[240,12,124,12,"onChangeText"],[240,24,124,24],[240,26,124,26,"setPhone"],[240,34,124,35],[241,12,125,12,"placeholder"],[241,23,125,23],[241,25,125,24],[241,45,125,44],[242,12,126,12,"keyboardType"],[242,24,126,24],[242,26,126,25],[243,10,126,36],[244,12,126,36,"fileName"],[244,20,126,36],[244,22,126,36,"_jsxFileName"],[244,34,126,36],[245,12,126,36,"lineNumber"],[245,22,126,36],[246,12,126,36,"columnNumber"],[246,24,126,36],[247,10,126,36],[247,17,127,11],[247,18,127,12],[248,8,127,12],[249,10,127,12,"fileName"],[249,18,127,12],[249,20,127,12,"_jsxFileName"],[249,32,127,12],[250,10,127,12,"lineNumber"],[250,20,127,12],[251,10,127,12,"columnNumber"],[251,22,127,12],[252,8,127,12],[252,15,128,14],[252,16,128,15],[252,31,130,8],[252,35,130,8,"_reactJsxDevRuntime"],[252,54,130,8],[252,55,130,8,"jsxDEV"],[252,61,130,8],[252,63,130,9,"_reactNative"],[252,75,130,25],[252,76,130,25,"TouchableOpacity"],[252,92,130,25],[253,10,131,10,"style"],[253,15,131,15],[253,17,131,17],[253,18,131,18,"styles"],[253,24,131,24],[253,25,131,25,"saveButton"],[253,35,131,35],[253,37,131,37,"loading"],[253,44,131,44],[253,48,131,48,"styles"],[253,54,131,54],[253,55,131,55,"saveButtonDisabled"],[253,73,131,73],[253,74,131,75],[254,10,132,10,"onPress"],[254,17,132,17],[254,19,132,19,"handleSave"],[254,29,132,30],[255,10,133,10,"disabled"],[255,18,133,18],[255,20,133,20,"loading"],[255,27,133,28],[256,10,133,28,"children"],[256,18,133,28],[256,20,135,11,"loading"],[256,27,135,18],[256,43,136,12],[256,47,136,12,"_reactJsxDevRuntime"],[256,66,136,12],[256,67,136,12,"jsxDEV"],[256,73,136,12],[256,75,136,13,"_reactNative"],[256,87,136,30],[256,88,136,30,"ActivityIndicator"],[256,105,136,30],[257,12,136,31,"color"],[257,17,136,36],[257,19,136,37],[258,10,136,43],[259,12,136,43,"fileName"],[259,20,136,43],[259,22,136,43,"_jsxFileName"],[259,34,136,43],[260,12,136,43,"lineNumber"],[260,22,136,43],[261,12,136,43,"columnNumber"],[261,24,136,43],[262,10,136,43],[262,17,136,45],[262,18,136,46],[262,34,138,12],[262,38,138,12,"_reactJsxDevRuntime"],[262,57,138,12],[262,58,138,12,"jsxDEV"],[262,64,138,12],[262,66,138,13,"_reactNative"],[262,78,138,17],[262,79,138,17,"Text"],[262,83,138,17],[263,12,138,18,"style"],[263,17,138,23],[263,19,138,25,"styles"],[263,25,138,31],[263,26,138,32,"saveButtonText"],[263,40,138,47],[264,12,138,47,"children"],[264,20,138,47],[264,22,138,48],[265,10,138,60],[266,12,138,60,"fileName"],[266,20,138,60],[266,22,138,60,"_jsxFileName"],[266,34,138,60],[267,12,138,60,"lineNumber"],[267,22,138,60],[268,12,138,60,"columnNumber"],[268,24,138,60],[269,10,138,60],[269,17,138,66],[270,8,139,11],[271,10,139,11,"fileName"],[271,18,139,11],[271,20,139,11,"_jsxFileName"],[271,32,139,11],[272,10,139,11,"lineNumber"],[272,20,139,11],[273,10,139,11,"columnNumber"],[273,22,139,11],[274,8,139,11],[274,15,140,26],[274,16,140,27],[275,6,140,27],[276,8,140,27,"fileName"],[276,16,140,27],[276,18,140,27,"_jsxFileName"],[276,30,140,27],[277,8,140,27,"lineNumber"],[277,18,140,27],[278,8,140,27,"columnNumber"],[278,20,140,27],[279,6,140,27],[279,13,141,18],[279,14,141,19],[280,4,141,19],[281,6,141,19,"fileName"],[281,14,141,19],[281,16,141,19,"_jsxFileName"],[281,28,141,19],[282,6,141,19,"lineNumber"],[282,16,141,19],[283,6,141,19,"columnNumber"],[283,18,141,19],[284,4,141,19],[284,11,142,10],[284,12,142,11],[285,2,144,0],[286,2,144,1,"_s"],[286,4,144,1],[286,5,17,24,"EditProfileScreen"],[286,22,17,41],[287,4,17,41],[287,12,18,17,"useSafeAreaInsets"],[287,39,18,34],[287,40,18,34,"useSafeAreaInsets"],[287,57,18,34],[287,59,19,19,"useAuth"],[287,79,19,26],[287,80,19,26,"useAuth"],[287,87,19,26],[288,2,19,26],[289,2,19,26,"_c"],[289,4,19,26],[289,7,17,24,"EditProfileScreen"],[289,24,17,41],[290,2,146,0],[290,6,146,6,"styles"],[290,12,146,12],[290,15,146,15,"StyleSheet"],[290,27,146,25],[290,28,146,25,"StyleSheet"],[290,38,146,25],[290,39,146,26,"create"],[290,45,146,32],[290,46,146,33],[291,4,147,2,"container"],[291,13,147,11],[291,15,147,13],[292,6,148,4,"flex"],[292,10,148,8],[292,12,148,10],[292,13,148,11],[293,6,149,4,"backgroundColor"],[293,21,149,19],[293,23,149,21],[294,4,150,2],[294,5,150,3],[295,4,151,2,"header"],[295,10,151,8],[295,12,151,10],[296,6,152,4,"flexDirection"],[296,19,152,17],[296,21,152,19],[296,26,152,24],[297,6,153,4,"alignItems"],[297,16,153,14],[297,18,153,16],[297,26,153,24],[298,6,154,4,"justifyContent"],[298,20,154,18],[298,22,154,20],[298,37,154,35],[299,6,155,4,"paddingHorizontal"],[299,23,155,21],[299,25,155,23],[299,27,155,25],[300,6,156,4,"paddingVertical"],[300,21,156,19],[300,23,156,21],[300,25,156,23],[301,6,157,4,"backgroundColor"],[301,21,157,19],[301,23,157,21],[301,29,157,27],[302,6,158,4,"borderBottomWidth"],[302,23,158,21],[302,25,158,23],[302,26,158,24],[303,6,159,4,"borderBottomColor"],[303,23,159,21],[303,25,159,23],[304,4,160,2],[304,5,160,3],[305,4,161,2,"backButton"],[305,14,161,12],[305,16,161,14],[306,6,162,4,"width"],[306,11,162,9],[306,13,162,11],[306,15,162,13],[307,6,163,4,"height"],[307,12,163,10],[307,14,163,12],[307,16,163,14],[308,6,164,4,"borderRadius"],[308,18,164,16],[308,20,164,18],[308,22,164,20],[309,6,165,4,"backgroundColor"],[309,21,165,19],[309,23,165,21],[309,32,165,30],[310,6,166,4,"alignItems"],[310,16,166,14],[310,18,166,16],[310,26,166,24],[311,6,167,4,"justifyContent"],[311,20,167,18],[311,22,167,20],[312,4,168,2],[312,5,168,3],[313,4,169,2,"headerTitle"],[313,15,169,13],[313,17,169,15],[314,6,170,4,"fontSize"],[314,14,170,12],[314,16,170,14],[314,18,170,16],[315,6,171,4,"fontWeight"],[315,16,171,14],[315,18,171,16],[315,23,171,21],[316,6,172,4,"color"],[316,11,172,9],[316,13,172,11],[317,4,173,2],[317,5,173,3],[318,4,174,2,"scrollContent"],[318,17,174,15],[318,19,174,17],[319,6,175,4,"padding"],[319,13,175,11],[319,15,175,13],[319,17,175,15],[320,6,176,4,"paddingBottom"],[320,19,176,17],[320,21,176,19],[321,4,177,2],[321,5,177,3],[322,4,178,2,"section"],[322,11,178,9],[322,13,178,11],[323,6,179,4,"marginBottom"],[323,18,179,16],[323,20,179,18],[324,4,180,2],[324,5,180,3],[325,4,181,2,"label"],[325,9,181,7],[325,11,181,9],[326,6,182,4,"fontSize"],[326,14,182,12],[326,16,182,14],[326,18,182,16],[327,6,183,4,"fontWeight"],[327,16,183,14],[327,18,183,16],[327,23,183,21],[328,6,184,4,"color"],[328,11,184,9],[328,13,184,11],[328,22,184,20],[329,6,185,4,"marginBottom"],[329,18,185,16],[329,20,185,18],[330,4,186,2],[330,5,186,3],[331,4,187,2,"input"],[331,9,187,7],[331,11,187,9],[332,6,188,4,"backgroundColor"],[332,21,188,19],[332,23,188,21],[332,29,188,27],[333,6,189,4,"padding"],[333,13,189,11],[333,15,189,13],[333,17,189,15],[334,6,190,4,"borderRadius"],[334,18,190,16],[334,20,190,18],[334,22,190,20],[335,6,191,4,"fontSize"],[335,14,191,12],[335,16,191,14],[335,18,191,16],[336,6,192,4,"borderWidth"],[336,17,192,15],[336,19,192,17],[336,20,192,18],[337,6,193,4,"borderColor"],[337,17,193,15],[337,19,193,17],[338,4,194,2],[338,5,194,3],[339,4,195,2,"saveButton"],[339,14,195,12],[339,16,195,14],[340,6,196,4,"backgroundColor"],[340,21,196,19],[340,23,196,21],[340,32,196,30],[341,6,197,4,"padding"],[341,13,197,11],[341,15,197,13],[341,17,197,15],[342,6,198,4,"borderRadius"],[342,18,198,16],[342,20,198,18],[342,22,198,20],[343,6,199,4,"alignItems"],[343,16,199,14],[343,18,199,16],[343,26,199,24],[344,6,200,4,"marginTop"],[344,15,200,13],[344,17,200,15],[345,4,201,2],[345,5,201,3],[346,4,202,2,"saveButtonDisabled"],[346,22,202,20],[346,24,202,22],[347,6,203,4,"opacity"],[347,13,203,11],[347,15,203,13],[348,4,204,2],[348,5,204,3],[349,4,205,2,"saveButtonText"],[349,18,205,16],[349,20,205,18],[350,6,206,4,"fontSize"],[350,14,206,12],[350,16,206,14],[350,18,206,16],[351,6,207,4,"fontWeight"],[351,16,207,14],[351,18,207,16],[351,23,207,21],[352,6,208,4,"color"],[352,11,208,9],[352,13,208,11],[353,4,209,2],[354,2,210,0],[354,3,210,1],[354,4,210,2],[355,2,210,3],[355,6,210,3,"_c"],[355,8,210,3],[356,2,210,3,"$RefreshReg$"],[356,14,210,3],[356,15,210,3,"_c"],[356,17,210,3],[357,0,210,3],[357,3]],"functionMap":{"names":["","EditProfileScreen","useEffect$argument_0","loadUserData","handleSave","TouchableOpacity.props.onPress"],"mappings":"AAA;eCgB;YCS;GDE;uBEE;GFa;qBGE;GH6B;mCIK,yBJ;CDiE"},"hasCjsExports":false},"type":"js/module"}]}
\ No newline at end of file
diff --git a/frontend/.metro-cache/cache/97/1f58c3f46996db47c1d91b558e2c35b658c438f62063620c949e8b2a920157c55535f0 b/frontend/.metro-cache/cache/97/1f58c3f46996db47c1d91b558e2c35b658c438f62063620c949e8b2a920157c55535f0
index 6a53d879..f2d87cf8 100644
--- a/frontend/.metro-cache/cache/97/1f58c3f46996db47c1d91b558e2c35b658c438f62063620c949e8b2a920157c55535f0
+++ b/frontend/.metro-cache/cache/97/1f58c3f46996db47c1d91b558e2c35b658c438f62063620c949e8b2a920157c55535f0
@@ -1 +1 @@
-{"dependencies":[{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":51,"index":51}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/View","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"4kYBDC6LJJXoH7P9rWDi3vkLVB0=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Text","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"JKIzsQ5YQ0gDj0MIyY0Q7F1zJtU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/StyleSheet","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"MK7+k1V+KnvCVW7Kj2k/ydtjmVU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/TouchableOpacity","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PnQOoa8QGKpV5+issz6ikk463eg=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/TextInput","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"DmXc1F5dPYWntVgqRwh73w0VngA=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/ScrollView","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"7Gv1K9/TiQvbDXlMy9NOQIEBHDA=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Alert","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PEUC6jrQVoAGZ2qYkvimljMOyJI=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/ActivityIndicator","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"bSAkUkqZq0shBb5bU6kCYXi4ciA=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":12,"column":0,"index":191},"end":{"line":12,"column":46,"index":237}}],"key":"ow7vkrqkIckRjlSi/+MhMmRYtUE=","exportNames":["*"],"imports":1}},{"name":"react-native-safe-area-context","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0,"index":238},"end":{"line":13,"column":67,"index":305}}],"key":"XjdTKvCUWX6CbQzg5fSDHG/WgHk=","exportNames":["*"],"imports":1}},{"name":"../contexts/AuthContext","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":14,"column":0,"index":306},"end":{"line":14,"column":50,"index":356}}],"key":"oNCgyH4yx4pAIVZXLqqRGB2kuCY=","exportNames":["*"],"imports":1}},{"name":"../config/api","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":15,"column":0,"index":357},"end":{"line":15,"column":46,"index":403}}],"key":"V94urzZZSfzzXHrNxWFShT8IuQo=","exportNames":["*"],"imports":1}},{"name":"react/jsx-dev-runtime","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"L9D70Z4hi4aGuui1ysja/oQ5ytI=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n var _jsxFileName = \"/app/frontend/src/screens/EditProfileScreen.tsx\",\n _s = $RefreshSig$();\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return EditProfileScreen;\n }\n });\n var _react = require(_dependencyMap[0], \"react\");\n var _reactNativeWebDistExportsView = require(_dependencyMap[1], \"react-native-web/dist/exports/View\");\n var View = _interopDefault(_reactNativeWebDistExportsView);\n var _reactNativeWebDistExportsText = require(_dependencyMap[2], \"react-native-web/dist/exports/Text\");\n var Text = _interopDefault(_reactNativeWebDistExportsText);\n var _reactNativeWebDistExportsStyleSheet = require(_dependencyMap[3], \"react-native-web/dist/exports/StyleSheet\");\n var StyleSheet = _interopDefault(_reactNativeWebDistExportsStyleSheet);\n var _reactNativeWebDistExportsTouchableOpacity = require(_dependencyMap[4], \"react-native-web/dist/exports/TouchableOpacity\");\n var TouchableOpacity = _interopDefault(_reactNativeWebDistExportsTouchableOpacity);\n var _reactNativeWebDistExportsTextInput = require(_dependencyMap[5], \"react-native-web/dist/exports/TextInput\");\n var TextInput = _interopDefault(_reactNativeWebDistExportsTextInput);\n var _reactNativeWebDistExportsScrollView = require(_dependencyMap[6], \"react-native-web/dist/exports/ScrollView\");\n var ScrollView = _interopDefault(_reactNativeWebDistExportsScrollView);\n var _reactNativeWebDistExportsAlert = require(_dependencyMap[7], \"react-native-web/dist/exports/Alert\");\n var Alert = _interopDefault(_reactNativeWebDistExportsAlert);\n var _reactNativeWebDistExportsActivityIndicator = require(_dependencyMap[8], \"react-native-web/dist/exports/ActivityIndicator\");\n var ActivityIndicator = _interopDefault(_reactNativeWebDistExportsActivityIndicator);\n var _expoVectorIcons = require(_dependencyMap[9], \"@expo/vector-icons\");\n var _reactNativeSafeAreaContext = require(_dependencyMap[10], \"react-native-safe-area-context\");\n var _contextsAuthContext = require(_dependencyMap[11], \"../contexts/AuthContext\");\n var _configApi = require(_dependencyMap[12], \"../config/api\");\n var _reactJsxDevRuntime = require(_dependencyMap[13], \"react/jsx-dev-runtime\");\n function EditProfileScreen({\n navigation\n }) {\n _s();\n const insets = (0, _reactNativeSafeAreaContext.useSafeAreaInsets)();\n const {\n user\n } = (0, _contextsAuthContext.useAuth)();\n const [loading, setLoading] = (0, _react.useState)(false);\n const [email, setEmail] = (0, _react.useState)('');\n const [firstName, setFirstName] = (0, _react.useState)('');\n const [lastName, setLastName] = (0, _react.useState)('');\n const [phone, setPhone] = (0, _react.useState)('');\n const [walletAddress, setWalletAddress] = (0, _react.useState)('');\n (0, _react.useEffect)(() => {\n loadUserData();\n }, []);\n const loadUserData = async () => {\n try {\n const response = await fetch(`${_configApi.API_ENDPOINTS.AUTH_USER(user?.user_id || '')}`);\n if (response.ok) {\n const data = await response.json();\n setEmail(data.email || '');\n setFirstName(data.first_name || '');\n setLastName(data.last_name || '');\n setPhone(data.phone || '');\n setWalletAddress(data.wallet_address || '');\n }\n } catch (error) {\n console.error('Error loading user data:', error);\n }\n };\n const handleSave = async () => {\n setLoading(true);\n try {\n const backendUrl = \"https://digital-kurdistan.preview.emergentagent.com\" || 'http://localhost:8001';\n const response = await fetch(`${backendUrl}/api/auth/profile`, {\n method: 'PUT',\n headers: {\n 'Content-Type': 'application/json'\n },\n body: JSON.stringify({\n user_id: user?.user_id,\n email,\n first_name: firstName,\n last_name: lastName,\n phone,\n wallet_address: walletAddress\n })\n });\n if (response.ok) {\n Alert.default.alert('Success', 'Profile updated successfully!');\n navigation.goBack();\n } else {\n Alert.default.alert('Error', 'Failed to update profile');\n }\n } catch (error) {\n Alert.default.alert('Error', 'Network error occurred');\n } finally {\n setLoading(false);\n }\n };\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: [styles.container, {\n paddingTop: insets.top\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.header,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n onPress: () => navigation.goBack(),\n style: styles.backButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"arrow-back\",\n size: 24,\n color: \"#1F2937\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 83,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 82,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.headerTitle,\n children: \"Edit Profile\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 85,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: {\n width: 40\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 86,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 81,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n contentContainerStyle: styles.scrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.label,\n children: \"First Name\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 91,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TextInput.default, {\n style: styles.input,\n value: firstName,\n onChangeText: setFirstName,\n placeholder: \"Enter first name\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 92,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 90,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.label,\n children: \"Last Name\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 101,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TextInput.default, {\n style: styles.input,\n value: lastName,\n onChangeText: setLastName,\n placeholder: \"Enter last name\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 102,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 100,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.label,\n children: \"Email\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 111,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TextInput.default, {\n style: styles.input,\n value: email,\n onChangeText: setEmail,\n placeholder: \"Enter email\",\n keyboardType: \"email-address\",\n autoCapitalize: \"none\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 112,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 110,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.label,\n children: \"Phone Number\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 123,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TextInput.default, {\n style: styles.input,\n value: phone,\n onChangeText: setPhone,\n placeholder: \"Enter phone number\",\n keyboardType: \"phone-pad\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 124,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 122,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.label,\n children: \"Wallet Address\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 134,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TextInput.default, {\n style: styles.input,\n value: walletAddress,\n onChangeText: setWalletAddress,\n placeholder: \"Enter wallet address\",\n autoCapitalize: \"none\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 135,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 133,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: [styles.saveButton, loading && styles.saveButtonDisabled],\n onPress: handleSave,\n disabled: loading,\n children: loading ? /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ActivityIndicator.default, {\n color: \"#FFF\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 150,\n columnNumber: 13\n }, this) : /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.saveButtonText,\n children: \"Save Changes\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 152,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 144,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 89,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 80,\n columnNumber: 5\n }, this);\n }\n _s(EditProfileScreen, \"+MvJbr4xH1W+2i3VrT+vYCRwjrA=\", false, function () {\n return [_reactNativeSafeAreaContext.useSafeAreaInsets, _contextsAuthContext.useAuth];\n });\n _c = EditProfileScreen;\n const styles = StyleSheet.default.create({\n container: {\n flex: 1,\n backgroundColor: '#F8F9FA'\n },\n header: {\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'space-between',\n paddingHorizontal: 16,\n paddingVertical: 16,\n backgroundColor: '#FFF',\n borderBottomWidth: 1,\n borderBottomColor: '#E5E7EB'\n },\n backButton: {\n width: 40,\n height: 40,\n borderRadius: 20,\n backgroundColor: '#F3F4F6',\n alignItems: 'center',\n justifyContent: 'center'\n },\n headerTitle: {\n fontSize: 18,\n fontWeight: '700',\n color: '#1F2937'\n },\n scrollContent: {\n padding: 16,\n paddingBottom: 80\n },\n section: {\n marginBottom: 20\n },\n label: {\n fontSize: 14,\n fontWeight: '600',\n color: '#374151',\n marginBottom: 8\n },\n input: {\n backgroundColor: '#FFF',\n padding: 16,\n borderRadius: 12,\n fontSize: 16,\n borderWidth: 1,\n borderColor: '#E5E7EB'\n },\n saveButton: {\n backgroundColor: '#EE2A35',\n padding: 16,\n borderRadius: 12,\n alignItems: 'center',\n marginTop: 24\n },\n saveButtonDisabled: {\n opacity: 0.6\n },\n saveButtonText: {\n fontSize: 16,\n fontWeight: '600',\n color: '#FFF'\n }\n });\n var _c;\n $RefreshReg$(_c, \"EditProfileScreen\");\n});","lineCount":372,"map":[[14,2,17,15,"Object"],[14,8,17,15],[14,9,17,15,"defineProperty"],[14,23,17,15],[14,24,17,15,"exports"],[14,31,17,15],[15,4,17,15,"enumerable"],[15,14,17,15],[16,4,17,15,"get"],[16,7,17,15],[16,18,17,15,"get"],[16,19,17,15],[17,6,17,15],[17,13,17,15,"EditProfileScreen"],[17,30,17,15],[18,4,17,15],[19,2,17,15],[20,2,1,0],[20,6,1,0,"_react"],[20,12,1,0],[20,15,1,0,"require"],[20,22,1,0],[20,23,1,0,"_dependencyMap"],[20,37,1,0],[21,2,1,51],[21,6,1,51,"_reactNativeWebDistExportsView"],[21,36,1,51],[21,39,1,51,"require"],[21,46,1,51],[21,47,1,51,"_dependencyMap"],[21,61,1,51],[22,2,1,51],[22,6,1,51,"View"],[22,10,1,51],[22,13,1,51,"_interopDefault"],[22,28,1,51],[22,29,1,51,"_reactNativeWebDistExportsView"],[22,59,1,51],[23,2,1,51],[23,6,1,51,"_reactNativeWebDistExportsText"],[23,36,1,51],[23,39,1,51,"require"],[23,46,1,51],[23,47,1,51,"_dependencyMap"],[23,61,1,51],[24,2,1,51],[24,6,1,51,"Text"],[24,10,1,51],[24,13,1,51,"_interopDefault"],[24,28,1,51],[24,29,1,51,"_reactNativeWebDistExportsText"],[24,59,1,51],[25,2,1,51],[25,6,1,51,"_reactNativeWebDistExportsStyleSheet"],[25,42,1,51],[25,45,1,51,"require"],[25,52,1,51],[25,53,1,51,"_dependencyMap"],[25,67,1,51],[26,2,1,51],[26,6,1,51,"StyleSheet"],[26,16,1,51],[26,19,1,51,"_interopDefault"],[26,34,1,51],[26,35,1,51,"_reactNativeWebDistExportsStyleSheet"],[26,71,1,51],[27,2,1,51],[27,6,1,51,"_reactNativeWebDistExportsTouchableOpacity"],[27,48,1,51],[27,51,1,51,"require"],[27,58,1,51],[27,59,1,51,"_dependencyMap"],[27,73,1,51],[28,2,1,51],[28,6,1,51,"TouchableOpacity"],[28,22,1,51],[28,25,1,51,"_interopDefault"],[28,40,1,51],[28,41,1,51,"_reactNativeWebDistExportsTouchableOpacity"],[28,83,1,51],[29,2,1,51],[29,6,1,51,"_reactNativeWebDistExportsTextInput"],[29,41,1,51],[29,44,1,51,"require"],[29,51,1,51],[29,52,1,51,"_dependencyMap"],[29,66,1,51],[30,2,1,51],[30,6,1,51,"TextInput"],[30,15,1,51],[30,18,1,51,"_interopDefault"],[30,33,1,51],[30,34,1,51,"_reactNativeWebDistExportsTextInput"],[30,69,1,51],[31,2,1,51],[31,6,1,51,"_reactNativeWebDistExportsScrollView"],[31,42,1,51],[31,45,1,51,"require"],[31,52,1,51],[31,53,1,51,"_dependencyMap"],[31,67,1,51],[32,2,1,51],[32,6,1,51,"ScrollView"],[32,16,1,51],[32,19,1,51,"_interopDefault"],[32,34,1,51],[32,35,1,51,"_reactNativeWebDistExportsScrollView"],[32,71,1,51],[33,2,1,51],[33,6,1,51,"_reactNativeWebDistExportsAlert"],[33,37,1,51],[33,40,1,51,"require"],[33,47,1,51],[33,48,1,51,"_dependencyMap"],[33,62,1,51],[34,2,1,51],[34,6,1,51,"Alert"],[34,11,1,51],[34,14,1,51,"_interopDefault"],[34,29,1,51],[34,30,1,51,"_reactNativeWebDistExportsAlert"],[34,61,1,51],[35,2,1,51],[35,6,1,51,"_reactNativeWebDistExportsActivityIndicator"],[35,49,1,51],[35,52,1,51,"require"],[35,59,1,51],[35,60,1,51,"_dependencyMap"],[35,74,1,51],[36,2,1,51],[36,6,1,51,"ActivityIndicator"],[36,23,1,51],[36,26,1,51,"_interopDefault"],[36,41,1,51],[36,42,1,51,"_reactNativeWebDistExportsActivityIndicator"],[36,85,1,51],[37,2,12,0],[37,6,12,0,"_expoVectorIcons"],[37,22,12,0],[37,25,12,0,"require"],[37,32,12,0],[37,33,12,0,"_dependencyMap"],[37,47,12,0],[38,2,13,0],[38,6,13,0,"_reactNativeSafeAreaContext"],[38,33,13,0],[38,36,13,0,"require"],[38,43,13,0],[38,44,13,0,"_dependencyMap"],[38,58,13,0],[39,2,14,0],[39,6,14,0,"_contextsAuthContext"],[39,26,14,0],[39,29,14,0,"require"],[39,36,14,0],[39,37,14,0,"_dependencyMap"],[39,51,14,0],[40,2,15,0],[40,6,15,0,"_configApi"],[40,16,15,0],[40,19,15,0,"require"],[40,26,15,0],[40,27,15,0,"_dependencyMap"],[40,41,15,0],[41,2,15,46],[41,6,15,46,"_reactJsxDevRuntime"],[41,25,15,46],[41,28,15,46,"require"],[41,35,15,46],[41,36,15,46,"_dependencyMap"],[41,50,15,46],[42,2,17,15],[42,11,17,24,"EditProfileScreen"],[42,28,17,41,"EditProfileScreen"],[42,29,17,42],[43,4,17,44,"navigation"],[44,2,17,60],[44,3,17,61],[44,5,17,63],[45,4,17,63,"_s"],[45,6,17,63],[46,4,18,2],[46,10,18,8,"insets"],[46,16,18,14],[46,19,18,17],[46,23,18,17,"useSafeAreaInsets"],[46,50,18,34],[46,51,18,34,"useSafeAreaInsets"],[46,68,18,34],[46,70,18,35],[46,71,18,36],[47,4,19,2],[47,10,19,8],[48,6,19,10,"user"],[49,4,19,15],[49,5,19,16],[49,8,19,19],[49,12,19,19,"useAuth"],[49,32,19,26],[49,33,19,26,"useAuth"],[49,40,19,26],[49,42,19,27],[49,43,19,28],[50,4,20,2],[50,10,20,8],[50,11,20,9,"loading"],[50,18,20,16],[50,20,20,18,"setLoading"],[50,30,20,28],[50,31,20,29],[50,34,20,32],[50,38,20,32,"useState"],[50,44,20,40],[50,45,20,40,"useState"],[50,53,20,40],[50,55,20,41],[50,60,20,46],[50,61,20,47],[51,4,21,2],[51,10,21,8],[51,11,21,9,"email"],[51,16,21,14],[51,18,21,16,"setEmail"],[51,26,21,24],[51,27,21,25],[51,30,21,28],[51,34,21,28,"useState"],[51,40,21,36],[51,41,21,36,"useState"],[51,49,21,36],[51,51,21,37],[51,53,21,39],[51,54,21,40],[52,4,22,2],[52,10,22,8],[52,11,22,9,"firstName"],[52,20,22,18],[52,22,22,20,"setFirstName"],[52,34,22,32],[52,35,22,33],[52,38,22,36],[52,42,22,36,"useState"],[52,48,22,44],[52,49,22,44,"useState"],[52,57,22,44],[52,59,22,45],[52,61,22,47],[52,62,22,48],[53,4,23,2],[53,10,23,8],[53,11,23,9,"lastName"],[53,19,23,17],[53,21,23,19,"setLastName"],[53,32,23,30],[53,33,23,31],[53,36,23,34],[53,40,23,34,"useState"],[53,46,23,42],[53,47,23,42,"useState"],[53,55,23,42],[53,57,23,43],[53,59,23,45],[53,60,23,46],[54,4,24,2],[54,10,24,8],[54,11,24,9,"phone"],[54,16,24,14],[54,18,24,16,"setPhone"],[54,26,24,24],[54,27,24,25],[54,30,24,28],[54,34,24,28,"useState"],[54,40,24,36],[54,41,24,36,"useState"],[54,49,24,36],[54,51,24,37],[54,53,24,39],[54,54,24,40],[55,4,25,2],[55,10,25,8],[55,11,25,9,"walletAddress"],[55,24,25,22],[55,26,25,24,"setWalletAddress"],[55,42,25,40],[55,43,25,41],[55,46,25,44],[55,50,25,44,"useState"],[55,56,25,52],[55,57,25,52,"useState"],[55,65,25,52],[55,67,25,53],[55,69,25,55],[55,70,25,56],[56,4,27,2],[56,8,27,2,"useEffect"],[56,14,27,11],[56,15,27,11,"useEffect"],[56,24,27,11],[56,26,27,12],[56,32,27,18],[57,6,28,4,"loadUserData"],[57,18,28,16],[57,19,28,17],[57,20,28,18],[58,4,29,2],[58,5,29,3],[58,7,29,5],[58,9,29,7],[58,10,29,8],[59,4,31,2],[59,10,31,8,"loadUserData"],[59,22,31,20],[59,25,31,23],[59,31,31,23,"loadUserData"],[59,32,31,23],[59,37,31,35],[60,6,32,4],[60,10,32,8],[61,8,33,6],[61,14,33,12,"response"],[61,22,33,20],[61,25,33,23],[61,31,33,29,"fetch"],[61,36,33,34],[61,37,33,35],[61,40,33,38,"API_ENDPOINTS"],[61,50,33,51],[61,51,33,51,"API_ENDPOINTS"],[61,64,33,51],[61,65,33,52,"AUTH_USER"],[61,74,33,61],[61,75,33,62,"user"],[61,79,33,66],[61,81,33,68,"user_id"],[61,88,33,75],[61,92,33,79],[61,94,33,81],[61,95,33,82],[61,97,33,84],[61,98,33,85],[62,8,34,6],[62,12,34,10,"response"],[62,20,34,18],[62,21,34,19,"ok"],[62,23,34,21],[62,25,34,23],[63,10,35,8],[63,16,35,14,"data"],[63,20,35,18],[63,23,35,21],[63,29,35,27,"response"],[63,37,35,35],[63,38,35,36,"json"],[63,42,35,40],[63,43,35,41],[63,44,35,42],[64,10,36,8,"setEmail"],[64,18,36,16],[64,19,36,17,"data"],[64,23,36,21],[64,24,36,22,"email"],[64,29,36,27],[64,33,36,31],[64,35,36,33],[64,36,36,34],[65,10,37,8,"setFirstName"],[65,22,37,20],[65,23,37,21,"data"],[65,27,37,25],[65,28,37,26,"first_name"],[65,38,37,36],[65,42,37,40],[65,44,37,42],[65,45,37,43],[66,10,38,8,"setLastName"],[66,21,38,19],[66,22,38,20,"data"],[66,26,38,24],[66,27,38,25,"last_name"],[66,36,38,34],[66,40,38,38],[66,42,38,40],[66,43,38,41],[67,10,39,8,"setPhone"],[67,18,39,16],[67,19,39,17,"data"],[67,23,39,21],[67,24,39,22,"phone"],[67,29,39,27],[67,33,39,31],[67,35,39,33],[67,36,39,34],[68,10,40,8,"setWalletAddress"],[68,26,40,24],[68,27,40,25,"data"],[68,31,40,29],[68,32,40,30,"wallet_address"],[68,46,40,44],[68,50,40,48],[68,52,40,50],[68,53,40,51],[69,8,41,6],[70,6,42,4],[70,7,42,5],[70,8,42,6],[70,15,42,13,"error"],[70,20,42,18],[70,22,42,20],[71,8,43,6,"console"],[71,15,43,13],[71,16,43,14,"error"],[71,21,43,19],[71,22,43,20],[71,48,43,46],[71,50,43,48,"error"],[71,55,43,53],[71,56,43,54],[72,6,44,4],[73,4,45,2],[73,5,45,3],[74,4,47,2],[74,10,47,8,"handleSave"],[74,20,47,18],[74,23,47,21],[74,29,47,21,"handleSave"],[74,30,47,21],[74,35,47,33],[75,6,48,4,"setLoading"],[75,16,48,14],[75,17,48,15],[75,21,48,19],[75,22,48,20],[76,6,49,4],[76,10,49,8],[77,8,50,6],[77,14,50,12,"backendUrl"],[77,24,50,22],[77,27,50,25],[77,84,50,64],[77,107,50,87],[78,8,51,6],[78,14,51,12,"response"],[78,22,51,20],[78,25,51,23],[78,31,51,29,"fetch"],[78,36,51,34],[78,37,51,35],[78,40,51,38,"backendUrl"],[78,50,51,48],[78,69,51,67],[78,71,51,69],[79,10,52,8,"method"],[79,16,52,14],[79,18,52,16],[79,23,52,21],[80,10,53,8,"headers"],[80,17,53,15],[80,19,53,17],[81,12,54,10],[81,26,54,24],[81,28,54,26],[82,10,55,8],[82,11,55,9],[83,10,56,8,"body"],[83,14,56,12],[83,16,56,14,"JSON"],[83,20,56,18],[83,21,56,19,"stringify"],[83,30,56,28],[83,31,56,29],[84,12,57,10,"user_id"],[84,19,57,17],[84,21,57,19,"user"],[84,25,57,23],[84,27,57,25,"user_id"],[84,34,57,32],[85,12,58,10,"email"],[85,17,58,15],[86,12,59,10,"first_name"],[86,22,59,20],[86,24,59,22,"firstName"],[86,33,59,31],[87,12,60,10,"last_name"],[87,21,60,19],[87,23,60,21,"lastName"],[87,31,60,29],[88,12,61,10,"phone"],[88,17,61,15],[89,12,62,10,"wallet_address"],[89,26,62,24],[89,28,62,26,"walletAddress"],[90,10,63,8],[90,11,63,9],[91,8,64,6],[91,9,64,7],[91,10,64,8],[92,8,66,6],[92,12,66,10,"response"],[92,20,66,18],[92,21,66,19,"ok"],[92,23,66,21],[92,25,66,23],[93,10,67,8,"Alert"],[93,15,67,13],[93,16,67,13,"default"],[93,23,67,13],[93,24,67,14,"alert"],[93,29,67,19],[93,30,67,20],[93,39,67,29],[93,41,67,31],[93,72,67,62],[93,73,67,63],[94,10,68,8,"navigation"],[94,20,68,18],[94,21,68,19,"goBack"],[94,27,68,25],[94,28,68,26],[94,29,68,27],[95,8,69,6],[95,9,69,7],[95,15,69,13],[96,10,70,8,"Alert"],[96,15,70,13],[96,16,70,13,"default"],[96,23,70,13],[96,24,70,14,"alert"],[96,29,70,19],[96,30,70,20],[96,37,70,27],[96,39,70,29],[96,65,70,55],[96,66,70,56],[97,8,71,6],[98,6,72,4],[98,7,72,5],[98,8,72,6],[98,15,72,13,"error"],[98,20,72,18],[98,22,72,20],[99,8,73,6,"Alert"],[99,13,73,11],[99,14,73,11,"default"],[99,21,73,11],[99,22,73,12,"alert"],[99,27,73,17],[99,28,73,18],[99,35,73,25],[99,37,73,27],[99,61,73,51],[99,62,73,52],[100,6,74,4],[100,7,74,5],[100,16,74,14],[101,8,75,6,"setLoading"],[101,18,75,16],[101,19,75,17],[101,24,75,22],[101,25,75,23],[102,6,76,4],[103,4,77,2],[103,5,77,3],[104,4,79,2],[104,24,80,4],[104,28,80,4,"_reactJsxDevRuntime"],[104,47,80,4],[104,48,80,4,"jsxDEV"],[104,54,80,4],[104,56,80,5,"View"],[104,60,80,9],[104,61,80,9,"default"],[104,68,80,9],[105,6,80,10,"style"],[105,11,80,15],[105,13,80,17],[105,14,80,18,"styles"],[105,20,80,24],[105,21,80,25,"container"],[105,30,80,34],[105,32,80,36],[106,8,80,38,"paddingTop"],[106,18,80,48],[106,20,80,50,"insets"],[106,26,80,56],[106,27,80,57,"top"],[107,6,80,61],[107,7,80,62],[107,8,80,64],[108,6,80,64,"children"],[108,14,80,64],[108,30,81,6],[108,34,81,6,"_reactJsxDevRuntime"],[108,53,81,6],[108,54,81,6,"jsxDEV"],[108,60,81,6],[108,62,81,7,"View"],[108,66,81,11],[108,67,81,11,"default"],[108,74,81,11],[109,8,81,12,"style"],[109,13,81,17],[109,15,81,19,"styles"],[109,21,81,25],[109,22,81,26,"header"],[109,28,81,33],[110,8,81,33,"children"],[110,16,81,33],[110,32,82,8],[110,36,82,8,"_reactJsxDevRuntime"],[110,55,82,8],[110,56,82,8,"jsxDEV"],[110,62,82,8],[110,64,82,9,"TouchableOpacity"],[110,80,82,25],[110,81,82,25,"default"],[110,88,82,25],[111,10,82,26,"onPress"],[111,17,82,33],[111,19,82,35,"onPress"],[111,20,82,35],[111,25,82,41,"navigation"],[111,35,82,51],[111,36,82,52,"goBack"],[111,42,82,58],[111,43,82,59],[111,44,82,61],[112,10,82,62,"style"],[112,15,82,67],[112,17,82,69,"styles"],[112,23,82,75],[112,24,82,76,"backButton"],[112,34,82,87],[113,10,82,87,"children"],[113,18,82,87],[113,33,83,10],[113,37,83,10,"_reactJsxDevRuntime"],[113,56,83,10],[113,57,83,10,"jsxDEV"],[113,63,83,10],[113,65,83,11,"_expoVectorIcons"],[113,81,83,19],[113,82,83,19,"Ionicons"],[113,90,83,19],[114,12,83,20,"name"],[114,16,83,24],[114,18,83,25],[114,30,83,37],[115,12,83,38,"size"],[115,16,83,42],[115,18,83,44],[115,20,83,47],[116,12,83,48,"color"],[116,17,83,53],[116,19,83,54],[117,10,83,63],[118,12,83,63,"fileName"],[118,20,83,63],[118,22,83,63,"_jsxFileName"],[118,34,83,63],[119,12,83,63,"lineNumber"],[119,22,83,63],[120,12,83,63,"columnNumber"],[120,24,83,63],[121,10,83,63],[121,17,83,65],[122,8,83,66],[123,10,83,66,"fileName"],[123,18,83,66],[123,20,83,66,"_jsxFileName"],[123,32,83,66],[124,10,83,66,"lineNumber"],[124,20,83,66],[125,10,83,66,"columnNumber"],[125,22,83,66],[126,8,83,66],[126,15,84,26],[126,16,84,27],[126,31,85,8],[126,35,85,8,"_reactJsxDevRuntime"],[126,54,85,8],[126,55,85,8,"jsxDEV"],[126,61,85,8],[126,63,85,9,"Text"],[126,67,85,13],[126,68,85,13,"default"],[126,75,85,13],[127,10,85,14,"style"],[127,15,85,19],[127,17,85,21,"styles"],[127,23,85,27],[127,24,85,28,"headerTitle"],[127,35,85,40],[128,10,85,40,"children"],[128,18,85,40],[128,20,85,41],[129,8,85,53],[130,10,85,53,"fileName"],[130,18,85,53],[130,20,85,53,"_jsxFileName"],[130,32,85,53],[131,10,85,53,"lineNumber"],[131,20,85,53],[132,10,85,53,"columnNumber"],[132,22,85,53],[133,8,85,53],[133,15,85,59],[133,16,85,60],[133,31,86,8],[133,35,86,8,"_reactJsxDevRuntime"],[133,54,86,8],[133,55,86,8,"jsxDEV"],[133,61,86,8],[133,63,86,9,"View"],[133,67,86,13],[133,68,86,13,"default"],[133,75,86,13],[134,10,86,14,"style"],[134,15,86,19],[134,17,86,21],[135,12,86,23,"width"],[135,17,86,28],[135,19,86,30],[136,10,86,33],[137,8,86,35],[138,10,86,35,"fileName"],[138,18,86,35],[138,20,86,35,"_jsxFileName"],[138,32,86,35],[139,10,86,35,"lineNumber"],[139,20,86,35],[140,10,86,35,"columnNumber"],[140,22,86,35],[141,8,86,35],[141,15,86,37],[141,16,86,38],[142,6,86,38],[143,8,86,38,"fileName"],[143,16,86,38],[143,18,86,38,"_jsxFileName"],[143,30,86,38],[144,8,86,38,"lineNumber"],[144,18,86,38],[145,8,86,38,"columnNumber"],[145,20,86,38],[146,6,86,38],[146,13,87,12],[146,14,87,13],[146,29,89,6],[146,33,89,6,"_reactJsxDevRuntime"],[146,52,89,6],[146,53,89,6,"jsxDEV"],[146,59,89,6],[146,61,89,7,"ScrollView"],[146,71,89,17],[146,72,89,17,"default"],[146,79,89,17],[147,8,89,18,"contentContainerStyle"],[147,29,89,39],[147,31,89,41,"styles"],[147,37,89,47],[147,38,89,48,"scrollContent"],[147,51,89,62],[148,8,89,62,"children"],[148,16,89,62],[148,32,90,8],[148,36,90,8,"_reactJsxDevRuntime"],[148,55,90,8],[148,56,90,8,"jsxDEV"],[148,62,90,8],[148,64,90,9,"View"],[148,68,90,13],[148,69,90,13,"default"],[148,76,90,13],[149,10,90,14,"style"],[149,15,90,19],[149,17,90,21,"styles"],[149,23,90,27],[149,24,90,28,"section"],[149,31,90,36],[150,10,90,36,"children"],[150,18,90,36],[150,34,91,10],[150,38,91,10,"_reactJsxDevRuntime"],[150,57,91,10],[150,58,91,10,"jsxDEV"],[150,64,91,10],[150,66,91,11,"Text"],[150,70,91,15],[150,71,91,15,"default"],[150,78,91,15],[151,12,91,16,"style"],[151,17,91,21],[151,19,91,23,"styles"],[151,25,91,29],[151,26,91,30,"label"],[151,31,91,36],[152,12,91,36,"children"],[152,20,91,36],[152,22,91,37],[153,10,91,47],[154,12,91,47,"fileName"],[154,20,91,47],[154,22,91,47,"_jsxFileName"],[154,34,91,47],[155,12,91,47,"lineNumber"],[155,22,91,47],[156,12,91,47,"columnNumber"],[156,24,91,47],[157,10,91,47],[157,17,91,53],[157,18,91,54],[157,33,92,10],[157,37,92,10,"_reactJsxDevRuntime"],[157,56,92,10],[157,57,92,10,"jsxDEV"],[157,63,92,10],[157,65,92,11,"TextInput"],[157,74,92,20],[157,75,92,20,"default"],[157,82,92,20],[158,12,93,12,"style"],[158,17,93,17],[158,19,93,19,"styles"],[158,25,93,25],[158,26,93,26,"input"],[158,31,93,32],[159,12,94,12,"value"],[159,17,94,17],[159,19,94,19,"firstName"],[159,28,94,29],[160,12,95,12,"onChangeText"],[160,24,95,24],[160,26,95,26,"setFirstName"],[160,38,95,39],[161,12,96,12,"placeholder"],[161,23,96,23],[161,25,96,24],[162,10,96,42],[163,12,96,42,"fileName"],[163,20,96,42],[163,22,96,42,"_jsxFileName"],[163,34,96,42],[164,12,96,42,"lineNumber"],[164,22,96,42],[165,12,96,42,"columnNumber"],[165,24,96,42],[166,10,96,42],[166,17,97,11],[166,18,97,12],[167,8,97,12],[168,10,97,12,"fileName"],[168,18,97,12],[168,20,97,12,"_jsxFileName"],[168,32,97,12],[169,10,97,12,"lineNumber"],[169,20,97,12],[170,10,97,12,"columnNumber"],[170,22,97,12],[171,8,97,12],[171,15,98,14],[171,16,98,15],[171,31,100,8],[171,35,100,8,"_reactJsxDevRuntime"],[171,54,100,8],[171,55,100,8,"jsxDEV"],[171,61,100,8],[171,63,100,9,"View"],[171,67,100,13],[171,68,100,13,"default"],[171,75,100,13],[172,10,100,14,"style"],[172,15,100,19],[172,17,100,21,"styles"],[172,23,100,27],[172,24,100,28,"section"],[172,31,100,36],[173,10,100,36,"children"],[173,18,100,36],[173,34,101,10],[173,38,101,10,"_reactJsxDevRuntime"],[173,57,101,10],[173,58,101,10,"jsxDEV"],[173,64,101,10],[173,66,101,11,"Text"],[173,70,101,15],[173,71,101,15,"default"],[173,78,101,15],[174,12,101,16,"style"],[174,17,101,21],[174,19,101,23,"styles"],[174,25,101,29],[174,26,101,30,"label"],[174,31,101,36],[175,12,101,36,"children"],[175,20,101,36],[175,22,101,37],[176,10,101,46],[177,12,101,46,"fileName"],[177,20,101,46],[177,22,101,46,"_jsxFileName"],[177,34,101,46],[178,12,101,46,"lineNumber"],[178,22,101,46],[179,12,101,46,"columnNumber"],[179,24,101,46],[180,10,101,46],[180,17,101,52],[180,18,101,53],[180,33,102,10],[180,37,102,10,"_reactJsxDevRuntime"],[180,56,102,10],[180,57,102,10,"jsxDEV"],[180,63,102,10],[180,65,102,11,"TextInput"],[180,74,102,20],[180,75,102,20,"default"],[180,82,102,20],[181,12,103,12,"style"],[181,17,103,17],[181,19,103,19,"styles"],[181,25,103,25],[181,26,103,26,"input"],[181,31,103,32],[182,12,104,12,"value"],[182,17,104,17],[182,19,104,19,"lastName"],[182,27,104,28],[183,12,105,12,"onChangeText"],[183,24,105,24],[183,26,105,26,"setLastName"],[183,37,105,38],[184,12,106,12,"placeholder"],[184,23,106,23],[184,25,106,24],[185,10,106,41],[186,12,106,41,"fileName"],[186,20,106,41],[186,22,106,41,"_jsxFileName"],[186,34,106,41],[187,12,106,41,"lineNumber"],[187,22,106,41],[188,12,106,41,"columnNumber"],[188,24,106,41],[189,10,106,41],[189,17,107,11],[189,18,107,12],[190,8,107,12],[191,10,107,12,"fileName"],[191,18,107,12],[191,20,107,12,"_jsxFileName"],[191,32,107,12],[192,10,107,12,"lineNumber"],[192,20,107,12],[193,10,107,12,"columnNumber"],[193,22,107,12],[194,8,107,12],[194,15,108,14],[194,16,108,15],[194,31,110,8],[194,35,110,8,"_reactJsxDevRuntime"],[194,54,110,8],[194,55,110,8,"jsxDEV"],[194,61,110,8],[194,63,110,9,"View"],[194,67,110,13],[194,68,110,13,"default"],[194,75,110,13],[195,10,110,14,"style"],[195,15,110,19],[195,17,110,21,"styles"],[195,23,110,27],[195,24,110,28,"section"],[195,31,110,36],[196,10,110,36,"children"],[196,18,110,36],[196,34,111,10],[196,38,111,10,"_reactJsxDevRuntime"],[196,57,111,10],[196,58,111,10,"jsxDEV"],[196,64,111,10],[196,66,111,11,"Text"],[196,70,111,15],[196,71,111,15,"default"],[196,78,111,15],[197,12,111,16,"style"],[197,17,111,21],[197,19,111,23,"styles"],[197,25,111,29],[197,26,111,30,"label"],[197,31,111,36],[198,12,111,36,"children"],[198,20,111,36],[198,22,111,37],[199,10,111,42],[200,12,111,42,"fileName"],[200,20,111,42],[200,22,111,42,"_jsxFileName"],[200,34,111,42],[201,12,111,42,"lineNumber"],[201,22,111,42],[202,12,111,42,"columnNumber"],[202,24,111,42],[203,10,111,42],[203,17,111,48],[203,18,111,49],[203,33,112,10],[203,37,112,10,"_reactJsxDevRuntime"],[203,56,112,10],[203,57,112,10,"jsxDEV"],[203,63,112,10],[203,65,112,11,"TextInput"],[203,74,112,20],[203,75,112,20,"default"],[203,82,112,20],[204,12,113,12,"style"],[204,17,113,17],[204,19,113,19,"styles"],[204,25,113,25],[204,26,113,26,"input"],[204,31,113,32],[205,12,114,12,"value"],[205,17,114,17],[205,19,114,19,"email"],[205,24,114,25],[206,12,115,12,"onChangeText"],[206,24,115,24],[206,26,115,26,"setEmail"],[206,34,115,35],[207,12,116,12,"placeholder"],[207,23,116,23],[207,25,116,24],[207,38,116,37],[208,12,117,12,"keyboardType"],[208,24,117,24],[208,26,117,25],[208,41,117,40],[209,12,118,12,"autoCapitalize"],[209,26,118,26],[209,28,118,27],[210,10,118,33],[211,12,118,33,"fileName"],[211,20,118,33],[211,22,118,33,"_jsxFileName"],[211,34,118,33],[212,12,118,33,"lineNumber"],[212,22,118,33],[213,12,118,33,"columnNumber"],[213,24,118,33],[214,10,118,33],[214,17,119,11],[214,18,119,12],[215,8,119,12],[216,10,119,12,"fileName"],[216,18,119,12],[216,20,119,12,"_jsxFileName"],[216,32,119,12],[217,10,119,12,"lineNumber"],[217,20,119,12],[218,10,119,12,"columnNumber"],[218,22,119,12],[219,8,119,12],[219,15,120,14],[219,16,120,15],[219,31,122,8],[219,35,122,8,"_reactJsxDevRuntime"],[219,54,122,8],[219,55,122,8,"jsxDEV"],[219,61,122,8],[219,63,122,9,"View"],[219,67,122,13],[219,68,122,13,"default"],[219,75,122,13],[220,10,122,14,"style"],[220,15,122,19],[220,17,122,21,"styles"],[220,23,122,27],[220,24,122,28,"section"],[220,31,122,36],[221,10,122,36,"children"],[221,18,122,36],[221,34,123,10],[221,38,123,10,"_reactJsxDevRuntime"],[221,57,123,10],[221,58,123,10,"jsxDEV"],[221,64,123,10],[221,66,123,11,"Text"],[221,70,123,15],[221,71,123,15,"default"],[221,78,123,15],[222,12,123,16,"style"],[222,17,123,21],[222,19,123,23,"styles"],[222,25,123,29],[222,26,123,30,"label"],[222,31,123,36],[223,12,123,36,"children"],[223,20,123,36],[223,22,123,37],[224,10,123,49],[225,12,123,49,"fileName"],[225,20,123,49],[225,22,123,49,"_jsxFileName"],[225,34,123,49],[226,12,123,49,"lineNumber"],[226,22,123,49],[227,12,123,49,"columnNumber"],[227,24,123,49],[228,10,123,49],[228,17,123,55],[228,18,123,56],[228,33,124,10],[228,37,124,10,"_reactJsxDevRuntime"],[228,56,124,10],[228,57,124,10,"jsxDEV"],[228,63,124,10],[228,65,124,11,"TextInput"],[228,74,124,20],[228,75,124,20,"default"],[228,82,124,20],[229,12,125,12,"style"],[229,17,125,17],[229,19,125,19,"styles"],[229,25,125,25],[229,26,125,26,"input"],[229,31,125,32],[230,12,126,12,"value"],[230,17,126,17],[230,19,126,19,"phone"],[230,24,126,25],[231,12,127,12,"onChangeText"],[231,24,127,24],[231,26,127,26,"setPhone"],[231,34,127,35],[232,12,128,12,"placeholder"],[232,23,128,23],[232,25,128,24],[232,45,128,44],[233,12,129,12,"keyboardType"],[233,24,129,24],[233,26,129,25],[234,10,129,36],[235,12,129,36,"fileName"],[235,20,129,36],[235,22,129,36,"_jsxFileName"],[235,34,129,36],[236,12,129,36,"lineNumber"],[236,22,129,36],[237,12,129,36,"columnNumber"],[237,24,129,36],[238,10,129,36],[238,17,130,11],[238,18,130,12],[239,8,130,12],[240,10,130,12,"fileName"],[240,18,130,12],[240,20,130,12,"_jsxFileName"],[240,32,130,12],[241,10,130,12,"lineNumber"],[241,20,130,12],[242,10,130,12,"columnNumber"],[242,22,130,12],[243,8,130,12],[243,15,131,14],[243,16,131,15],[243,31,133,8],[243,35,133,8,"_reactJsxDevRuntime"],[243,54,133,8],[243,55,133,8,"jsxDEV"],[243,61,133,8],[243,63,133,9,"View"],[243,67,133,13],[243,68,133,13,"default"],[243,75,133,13],[244,10,133,14,"style"],[244,15,133,19],[244,17,133,21,"styles"],[244,23,133,27],[244,24,133,28,"section"],[244,31,133,36],[245,10,133,36,"children"],[245,18,133,36],[245,34,134,10],[245,38,134,10,"_reactJsxDevRuntime"],[245,57,134,10],[245,58,134,10,"jsxDEV"],[245,64,134,10],[245,66,134,11,"Text"],[245,70,134,15],[245,71,134,15,"default"],[245,78,134,15],[246,12,134,16,"style"],[246,17,134,21],[246,19,134,23,"styles"],[246,25,134,29],[246,26,134,30,"label"],[246,31,134,36],[247,12,134,36,"children"],[247,20,134,36],[247,22,134,37],[248,10,134,51],[249,12,134,51,"fileName"],[249,20,134,51],[249,22,134,51,"_jsxFileName"],[249,34,134,51],[250,12,134,51,"lineNumber"],[250,22,134,51],[251,12,134,51,"columnNumber"],[251,24,134,51],[252,10,134,51],[252,17,134,57],[252,18,134,58],[252,33,135,10],[252,37,135,10,"_reactJsxDevRuntime"],[252,56,135,10],[252,57,135,10,"jsxDEV"],[252,63,135,10],[252,65,135,11,"TextInput"],[252,74,135,20],[252,75,135,20,"default"],[252,82,135,20],[253,12,136,12,"style"],[253,17,136,17],[253,19,136,19,"styles"],[253,25,136,25],[253,26,136,26,"input"],[253,31,136,32],[254,12,137,12,"value"],[254,17,137,17],[254,19,137,19,"walletAddress"],[254,32,137,33],[255,12,138,12,"onChangeText"],[255,24,138,24],[255,26,138,26,"setWalletAddress"],[255,42,138,43],[256,12,139,12,"placeholder"],[256,23,139,23],[256,25,139,24],[256,47,139,46],[257,12,140,12,"autoCapitalize"],[257,26,140,26],[257,28,140,27],[258,10,140,33],[259,12,140,33,"fileName"],[259,20,140,33],[259,22,140,33,"_jsxFileName"],[259,34,140,33],[260,12,140,33,"lineNumber"],[260,22,140,33],[261,12,140,33,"columnNumber"],[261,24,140,33],[262,10,140,33],[262,17,141,11],[262,18,141,12],[263,8,141,12],[264,10,141,12,"fileName"],[264,18,141,12],[264,20,141,12,"_jsxFileName"],[264,32,141,12],[265,10,141,12,"lineNumber"],[265,20,141,12],[266,10,141,12,"columnNumber"],[266,22,141,12],[267,8,141,12],[267,15,142,14],[267,16,142,15],[267,31,144,8],[267,35,144,8,"_reactJsxDevRuntime"],[267,54,144,8],[267,55,144,8,"jsxDEV"],[267,61,144,8],[267,63,144,9,"TouchableOpacity"],[267,79,144,25],[267,80,144,25,"default"],[267,87,144,25],[268,10,145,10,"style"],[268,15,145,15],[268,17,145,17],[268,18,145,18,"styles"],[268,24,145,24],[268,25,145,25,"saveButton"],[268,35,145,35],[268,37,145,37,"loading"],[268,44,145,44],[268,48,145,48,"styles"],[268,54,145,54],[268,55,145,55,"saveButtonDisabled"],[268,73,145,73],[268,74,145,75],[269,10,146,10,"onPress"],[269,17,146,17],[269,19,146,19,"handleSave"],[269,29,146,30],[270,10,147,10,"disabled"],[270,18,147,18],[270,20,147,20,"loading"],[270,27,147,28],[271,10,147,28,"children"],[271,18,147,28],[271,20,149,11,"loading"],[271,27,149,18],[271,43,150,12],[271,47,150,12,"_reactJsxDevRuntime"],[271,66,150,12],[271,67,150,12,"jsxDEV"],[271,73,150,12],[271,75,150,13,"ActivityIndicator"],[271,92,150,30],[271,93,150,30,"default"],[271,100,150,30],[272,12,150,31,"color"],[272,17,150,36],[272,19,150,37],[273,10,150,43],[274,12,150,43,"fileName"],[274,20,150,43],[274,22,150,43,"_jsxFileName"],[274,34,150,43],[275,12,150,43,"lineNumber"],[275,22,150,43],[276,12,150,43,"columnNumber"],[276,24,150,43],[277,10,150,43],[277,17,150,45],[277,18,150,46],[277,34,152,12],[277,38,152,12,"_reactJsxDevRuntime"],[277,57,152,12],[277,58,152,12,"jsxDEV"],[277,64,152,12],[277,66,152,13,"Text"],[277,70,152,17],[277,71,152,17,"default"],[277,78,152,17],[278,12,152,18,"style"],[278,17,152,23],[278,19,152,25,"styles"],[278,25,152,31],[278,26,152,32,"saveButtonText"],[278,40,152,47],[279,12,152,47,"children"],[279,20,152,47],[279,22,152,48],[280,10,152,60],[281,12,152,60,"fileName"],[281,20,152,60],[281,22,152,60,"_jsxFileName"],[281,34,152,60],[282,12,152,60,"lineNumber"],[282,22,152,60],[283,12,152,60,"columnNumber"],[283,24,152,60],[284,10,152,60],[284,17,152,66],[285,8,153,11],[286,10,153,11,"fileName"],[286,18,153,11],[286,20,153,11,"_jsxFileName"],[286,32,153,11],[287,10,153,11,"lineNumber"],[287,20,153,11],[288,10,153,11,"columnNumber"],[288,22,153,11],[289,8,153,11],[289,15,154,26],[289,16,154,27],[290,6,154,27],[291,8,154,27,"fileName"],[291,16,154,27],[291,18,154,27,"_jsxFileName"],[291,30,154,27],[292,8,154,27,"lineNumber"],[292,18,154,27],[293,8,154,27,"columnNumber"],[293,20,154,27],[294,6,154,27],[294,13,155,18],[294,14,155,19],[295,4,155,19],[296,6,155,19,"fileName"],[296,14,155,19],[296,16,155,19,"_jsxFileName"],[296,28,155,19],[297,6,155,19,"lineNumber"],[297,16,155,19],[298,6,155,19,"columnNumber"],[298,18,155,19],[299,4,155,19],[299,11,156,10],[299,12,156,11],[300,2,158,0],[301,2,158,1,"_s"],[301,4,158,1],[301,5,17,24,"EditProfileScreen"],[301,22,17,41],[302,4,17,41],[302,12,18,17,"useSafeAreaInsets"],[302,39,18,34],[302,40,18,34,"useSafeAreaInsets"],[302,57,18,34],[302,59,19,19,"useAuth"],[302,79,19,26],[302,80,19,26,"useAuth"],[302,87,19,26],[303,2,19,26],[304,2,19,26,"_c"],[304,4,19,26],[304,7,17,24,"EditProfileScreen"],[304,24,17,41],[305,2,160,0],[305,8,160,6,"styles"],[305,14,160,12],[305,17,160,15,"StyleSheet"],[305,27,160,25],[305,28,160,25,"default"],[305,35,160,25],[305,36,160,26,"create"],[305,42,160,32],[305,43,160,33],[306,4,161,2,"container"],[306,13,161,11],[306,15,161,13],[307,6,162,4,"flex"],[307,10,162,8],[307,12,162,10],[307,13,162,11],[308,6,163,4,"backgroundColor"],[308,21,163,19],[308,23,163,21],[309,4,164,2],[309,5,164,3],[310,4,165,2,"header"],[310,10,165,8],[310,12,165,10],[311,6,166,4,"flexDirection"],[311,19,166,17],[311,21,166,19],[311,26,166,24],[312,6,167,4,"alignItems"],[312,16,167,14],[312,18,167,16],[312,26,167,24],[313,6,168,4,"justifyContent"],[313,20,168,18],[313,22,168,20],[313,37,168,35],[314,6,169,4,"paddingHorizontal"],[314,23,169,21],[314,25,169,23],[314,27,169,25],[315,6,170,4,"paddingVertical"],[315,21,170,19],[315,23,170,21],[315,25,170,23],[316,6,171,4,"backgroundColor"],[316,21,171,19],[316,23,171,21],[316,29,171,27],[317,6,172,4,"borderBottomWidth"],[317,23,172,21],[317,25,172,23],[317,26,172,24],[318,6,173,4,"borderBottomColor"],[318,23,173,21],[318,25,173,23],[319,4,174,2],[319,5,174,3],[320,4,175,2,"backButton"],[320,14,175,12],[320,16,175,14],[321,6,176,4,"width"],[321,11,176,9],[321,13,176,11],[321,15,176,13],[322,6,177,4,"height"],[322,12,177,10],[322,14,177,12],[322,16,177,14],[323,6,178,4,"borderRadius"],[323,18,178,16],[323,20,178,18],[323,22,178,20],[324,6,179,4,"backgroundColor"],[324,21,179,19],[324,23,179,21],[324,32,179,30],[325,6,180,4,"alignItems"],[325,16,180,14],[325,18,180,16],[325,26,180,24],[326,6,181,4,"justifyContent"],[326,20,181,18],[326,22,181,20],[327,4,182,2],[327,5,182,3],[328,4,183,2,"headerTitle"],[328,15,183,13],[328,17,183,15],[329,6,184,4,"fontSize"],[329,14,184,12],[329,16,184,14],[329,18,184,16],[330,6,185,4,"fontWeight"],[330,16,185,14],[330,18,185,16],[330,23,185,21],[331,6,186,4,"color"],[331,11,186,9],[331,13,186,11],[332,4,187,2],[332,5,187,3],[333,4,188,2,"scrollContent"],[333,17,188,15],[333,19,188,17],[334,6,189,4,"padding"],[334,13,189,11],[334,15,189,13],[334,17,189,15],[335,6,190,4,"paddingBottom"],[335,19,190,17],[335,21,190,19],[336,4,191,2],[336,5,191,3],[337,4,192,2,"section"],[337,11,192,9],[337,13,192,11],[338,6,193,4,"marginBottom"],[338,18,193,16],[338,20,193,18],[339,4,194,2],[339,5,194,3],[340,4,195,2,"label"],[340,9,195,7],[340,11,195,9],[341,6,196,4,"fontSize"],[341,14,196,12],[341,16,196,14],[341,18,196,16],[342,6,197,4,"fontWeight"],[342,16,197,14],[342,18,197,16],[342,23,197,21],[343,6,198,4,"color"],[343,11,198,9],[343,13,198,11],[343,22,198,20],[344,6,199,4,"marginBottom"],[344,18,199,16],[344,20,199,18],[345,4,200,2],[345,5,200,3],[346,4,201,2,"input"],[346,9,201,7],[346,11,201,9],[347,6,202,4,"backgroundColor"],[347,21,202,19],[347,23,202,21],[347,29,202,27],[348,6,203,4,"padding"],[348,13,203,11],[348,15,203,13],[348,17,203,15],[349,6,204,4,"borderRadius"],[349,18,204,16],[349,20,204,18],[349,22,204,20],[350,6,205,4,"fontSize"],[350,14,205,12],[350,16,205,14],[350,18,205,16],[351,6,206,4,"borderWidth"],[351,17,206,15],[351,19,206,17],[351,20,206,18],[352,6,207,4,"borderColor"],[352,17,207,15],[352,19,207,17],[353,4,208,2],[353,5,208,3],[354,4,209,2,"saveButton"],[354,14,209,12],[354,16,209,14],[355,6,210,4,"backgroundColor"],[355,21,210,19],[355,23,210,21],[355,32,210,30],[356,6,211,4,"padding"],[356,13,211,11],[356,15,211,13],[356,17,211,15],[357,6,212,4,"borderRadius"],[357,18,212,16],[357,20,212,18],[357,22,212,20],[358,6,213,4,"alignItems"],[358,16,213,14],[358,18,213,16],[358,26,213,24],[359,6,214,4,"marginTop"],[359,15,214,13],[359,17,214,15],[360,4,215,2],[360,5,215,3],[361,4,216,2,"saveButtonDisabled"],[361,22,216,20],[361,24,216,22],[362,6,217,4,"opacity"],[362,13,217,11],[362,15,217,13],[363,4,218,2],[363,5,218,3],[364,4,219,2,"saveButtonText"],[364,18,219,16],[364,20,219,18],[365,6,220,4,"fontSize"],[365,14,220,12],[365,16,220,14],[365,18,220,16],[366,6,221,4,"fontWeight"],[366,16,221,14],[366,18,221,16],[366,23,221,21],[367,6,222,4,"color"],[367,11,222,9],[367,13,222,11],[368,4,223,2],[369,2,224,0],[369,3,224,1],[369,4,224,2],[370,2,224,3],[370,6,224,3,"_c"],[370,8,224,3],[371,2,224,3,"$RefreshReg$"],[371,14,224,3],[371,15,224,3,"_c"],[371,17,224,3],[372,0,224,3],[372,3]],"functionMap":{"names":["","EditProfileScreen","useEffect$argument_0","loadUserData","handleSave","TouchableOpacity.props.onPress"],"mappings":"AAA;eCgB;YCU;GDE;uBEE;GFc;qBGE;GH8B;mCIK,yBJ;CD4E"},"hasCjsExports":false},"type":"js/module"}]}
\ No newline at end of file
+{"dependencies":[{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":51,"index":51}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/View","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"4kYBDC6LJJXoH7P9rWDi3vkLVB0=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Text","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"JKIzsQ5YQ0gDj0MIyY0Q7F1zJtU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/StyleSheet","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"MK7+k1V+KnvCVW7Kj2k/ydtjmVU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/TouchableOpacity","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PnQOoa8QGKpV5+issz6ikk463eg=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/TextInput","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"DmXc1F5dPYWntVgqRwh73w0VngA=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/ScrollView","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"7Gv1K9/TiQvbDXlMy9NOQIEBHDA=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Alert","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PEUC6jrQVoAGZ2qYkvimljMOyJI=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/ActivityIndicator","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"bSAkUkqZq0shBb5bU6kCYXi4ciA=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":12,"column":0,"index":191},"end":{"line":12,"column":46,"index":237}}],"key":"ow7vkrqkIckRjlSi/+MhMmRYtUE=","exportNames":["*"],"imports":1}},{"name":"react-native-safe-area-context","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0,"index":238},"end":{"line":13,"column":67,"index":305}}],"key":"XjdTKvCUWX6CbQzg5fSDHG/WgHk=","exportNames":["*"],"imports":1}},{"name":"../contexts/AuthContext","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":14,"column":0,"index":306},"end":{"line":14,"column":50,"index":356}}],"key":"oNCgyH4yx4pAIVZXLqqRGB2kuCY=","exportNames":["*"],"imports":1}},{"name":"../config/api","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":15,"column":0,"index":357},"end":{"line":15,"column":46,"index":403}}],"key":"V94urzZZSfzzXHrNxWFShT8IuQo=","exportNames":["*"],"imports":1}},{"name":"react/jsx-dev-runtime","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"L9D70Z4hi4aGuui1ysja/oQ5ytI=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n var _jsxFileName = \"/app/frontend/src/screens/EditProfileScreen.tsx\",\n _s = $RefreshSig$();\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return EditProfileScreen;\n }\n });\n var _react = require(_dependencyMap[0], \"react\");\n var _reactNativeWebDistExportsView = require(_dependencyMap[1], \"react-native-web/dist/exports/View\");\n var View = _interopDefault(_reactNativeWebDistExportsView);\n var _reactNativeWebDistExportsText = require(_dependencyMap[2], \"react-native-web/dist/exports/Text\");\n var Text = _interopDefault(_reactNativeWebDistExportsText);\n var _reactNativeWebDistExportsStyleSheet = require(_dependencyMap[3], \"react-native-web/dist/exports/StyleSheet\");\n var StyleSheet = _interopDefault(_reactNativeWebDistExportsStyleSheet);\n var _reactNativeWebDistExportsTouchableOpacity = require(_dependencyMap[4], \"react-native-web/dist/exports/TouchableOpacity\");\n var TouchableOpacity = _interopDefault(_reactNativeWebDistExportsTouchableOpacity);\n var _reactNativeWebDistExportsTextInput = require(_dependencyMap[5], \"react-native-web/dist/exports/TextInput\");\n var TextInput = _interopDefault(_reactNativeWebDistExportsTextInput);\n var _reactNativeWebDistExportsScrollView = require(_dependencyMap[6], \"react-native-web/dist/exports/ScrollView\");\n var ScrollView = _interopDefault(_reactNativeWebDistExportsScrollView);\n var _reactNativeWebDistExportsAlert = require(_dependencyMap[7], \"react-native-web/dist/exports/Alert\");\n var Alert = _interopDefault(_reactNativeWebDistExportsAlert);\n var _reactNativeWebDistExportsActivityIndicator = require(_dependencyMap[8], \"react-native-web/dist/exports/ActivityIndicator\");\n var ActivityIndicator = _interopDefault(_reactNativeWebDistExportsActivityIndicator);\n var _expoVectorIcons = require(_dependencyMap[9], \"@expo/vector-icons\");\n var _reactNativeSafeAreaContext = require(_dependencyMap[10], \"react-native-safe-area-context\");\n var _contextsAuthContext = require(_dependencyMap[11], \"../contexts/AuthContext\");\n var _configApi = require(_dependencyMap[12], \"../config/api\");\n var _reactJsxDevRuntime = require(_dependencyMap[13], \"react/jsx-dev-runtime\");\n function EditProfileScreen({\n navigation\n }) {\n _s();\n const insets = (0, _reactNativeSafeAreaContext.useSafeAreaInsets)();\n const {\n user\n } = (0, _contextsAuthContext.useAuth)();\n const [loading, setLoading] = (0, _react.useState)(false);\n const [email, setEmail] = (0, _react.useState)('');\n const [firstName, setFirstName] = (0, _react.useState)('');\n const [lastName, setLastName] = (0, _react.useState)('');\n const [phone, setPhone] = (0, _react.useState)('');\n const [walletAddress, setWalletAddress] = (0, _react.useState)('');\n (0, _react.useEffect)(() => {\n loadUserData();\n }, []);\n const loadUserData = async () => {\n try {\n const response = await fetch(`${_configApi.API_ENDPOINTS.AUTH_USER(user?.user_id || '')}`);\n if (response.ok) {\n const data = await response.json();\n setEmail(data.email || '');\n setFirstName(data.first_name || '');\n setLastName(data.last_name || '');\n setPhone(data.phone || '');\n setWalletAddress(data.wallet_address || '');\n }\n } catch (error) {\n console.error('Error loading user data:', error);\n }\n };\n const handleSave = async () => {\n setLoading(true);\n try {\n const backendUrl = \"https://kurdish-id.preview.emergentagent.com\" || 'http://localhost:8001';\n const response = await fetch(`${backendUrl}/api/auth/profile`, {\n method: 'PUT',\n headers: {\n 'Content-Type': 'application/json'\n },\n body: JSON.stringify({\n user_id: user?.user_id,\n email,\n first_name: firstName,\n last_name: lastName,\n phone,\n wallet_address: walletAddress\n })\n });\n if (response.ok) {\n Alert.default.alert('Success', 'Profile updated successfully!');\n navigation.goBack();\n } else {\n Alert.default.alert('Error', 'Failed to update profile');\n }\n } catch (error) {\n Alert.default.alert('Error', 'Network error occurred');\n } finally {\n setLoading(false);\n }\n };\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: [styles.container, {\n paddingTop: insets.top\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.header,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n onPress: () => navigation.goBack(),\n style: styles.backButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"arrow-back\",\n size: 24,\n color: \"#1F2937\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 83,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 82,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.headerTitle,\n children: \"Edit Profile\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 85,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: {\n width: 40\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 86,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 81,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n contentContainerStyle: styles.scrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.label,\n children: \"First Name\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 91,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TextInput.default, {\n style: styles.input,\n value: firstName,\n onChangeText: setFirstName,\n placeholder: \"Enter first name\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 92,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 90,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.label,\n children: \"Last Name\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 101,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TextInput.default, {\n style: styles.input,\n value: lastName,\n onChangeText: setLastName,\n placeholder: \"Enter last name\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 102,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 100,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.label,\n children: \"Email\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 111,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TextInput.default, {\n style: styles.input,\n value: email,\n onChangeText: setEmail,\n placeholder: \"Enter email\",\n keyboardType: \"email-address\",\n autoCapitalize: \"none\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 112,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 110,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.label,\n children: \"Phone Number\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 123,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TextInput.default, {\n style: styles.input,\n value: phone,\n onChangeText: setPhone,\n placeholder: \"Enter phone number\",\n keyboardType: \"phone-pad\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 124,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 122,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.label,\n children: \"Wallet Address\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 134,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TextInput.default, {\n style: styles.input,\n value: walletAddress,\n onChangeText: setWalletAddress,\n placeholder: \"Enter wallet address\",\n autoCapitalize: \"none\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 135,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 133,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: [styles.saveButton, loading && styles.saveButtonDisabled],\n onPress: handleSave,\n disabled: loading,\n children: loading ? /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ActivityIndicator.default, {\n color: \"#FFF\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 150,\n columnNumber: 13\n }, this) : /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.saveButtonText,\n children: \"Save Changes\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 152,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 144,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 89,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 80,\n columnNumber: 5\n }, this);\n }\n _s(EditProfileScreen, \"+MvJbr4xH1W+2i3VrT+vYCRwjrA=\", false, function () {\n return [_reactNativeSafeAreaContext.useSafeAreaInsets, _contextsAuthContext.useAuth];\n });\n _c = EditProfileScreen;\n const styles = StyleSheet.default.create({\n container: {\n flex: 1,\n backgroundColor: '#F8F9FA'\n },\n header: {\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'space-between',\n paddingHorizontal: 16,\n paddingVertical: 16,\n backgroundColor: '#FFF',\n borderBottomWidth: 1,\n borderBottomColor: '#E5E7EB'\n },\n backButton: {\n width: 40,\n height: 40,\n borderRadius: 20,\n backgroundColor: '#F3F4F6',\n alignItems: 'center',\n justifyContent: 'center'\n },\n headerTitle: {\n fontSize: 18,\n fontWeight: '700',\n color: '#1F2937'\n },\n scrollContent: {\n padding: 16,\n paddingBottom: 80\n },\n section: {\n marginBottom: 20\n },\n label: {\n fontSize: 14,\n fontWeight: '600',\n color: '#374151',\n marginBottom: 8\n },\n input: {\n backgroundColor: '#FFF',\n padding: 16,\n borderRadius: 12,\n fontSize: 16,\n borderWidth: 1,\n borderColor: '#E5E7EB'\n },\n saveButton: {\n backgroundColor: '#EE2A35',\n padding: 16,\n borderRadius: 12,\n alignItems: 'center',\n marginTop: 24\n },\n saveButtonDisabled: {\n opacity: 0.6\n },\n saveButtonText: {\n fontSize: 16,\n fontWeight: '600',\n color: '#FFF'\n }\n });\n var _c;\n $RefreshReg$(_c, \"EditProfileScreen\");\n});","lineCount":372,"map":[[14,2,17,15,"Object"],[14,8,17,15],[14,9,17,15,"defineProperty"],[14,23,17,15],[14,24,17,15,"exports"],[14,31,17,15],[15,4,17,15,"enumerable"],[15,14,17,15],[16,4,17,15,"get"],[16,7,17,15],[16,18,17,15,"get"],[16,19,17,15],[17,6,17,15],[17,13,17,15,"EditProfileScreen"],[17,30,17,15],[18,4,17,15],[19,2,17,15],[20,2,1,0],[20,6,1,0,"_react"],[20,12,1,0],[20,15,1,0,"require"],[20,22,1,0],[20,23,1,0,"_dependencyMap"],[20,37,1,0],[21,2,1,51],[21,6,1,51,"_reactNativeWebDistExportsView"],[21,36,1,51],[21,39,1,51,"require"],[21,46,1,51],[21,47,1,51,"_dependencyMap"],[21,61,1,51],[22,2,1,51],[22,6,1,51,"View"],[22,10,1,51],[22,13,1,51,"_interopDefault"],[22,28,1,51],[22,29,1,51,"_reactNativeWebDistExportsView"],[22,59,1,51],[23,2,1,51],[23,6,1,51,"_reactNativeWebDistExportsText"],[23,36,1,51],[23,39,1,51,"require"],[23,46,1,51],[23,47,1,51,"_dependencyMap"],[23,61,1,51],[24,2,1,51],[24,6,1,51,"Text"],[24,10,1,51],[24,13,1,51,"_interopDefault"],[24,28,1,51],[24,29,1,51,"_reactNativeWebDistExportsText"],[24,59,1,51],[25,2,1,51],[25,6,1,51,"_reactNativeWebDistExportsStyleSheet"],[25,42,1,51],[25,45,1,51,"require"],[25,52,1,51],[25,53,1,51,"_dependencyMap"],[25,67,1,51],[26,2,1,51],[26,6,1,51,"StyleSheet"],[26,16,1,51],[26,19,1,51,"_interopDefault"],[26,34,1,51],[26,35,1,51,"_reactNativeWebDistExportsStyleSheet"],[26,71,1,51],[27,2,1,51],[27,6,1,51,"_reactNativeWebDistExportsTouchableOpacity"],[27,48,1,51],[27,51,1,51,"require"],[27,58,1,51],[27,59,1,51,"_dependencyMap"],[27,73,1,51],[28,2,1,51],[28,6,1,51,"TouchableOpacity"],[28,22,1,51],[28,25,1,51,"_interopDefault"],[28,40,1,51],[28,41,1,51,"_reactNativeWebDistExportsTouchableOpacity"],[28,83,1,51],[29,2,1,51],[29,6,1,51,"_reactNativeWebDistExportsTextInput"],[29,41,1,51],[29,44,1,51,"require"],[29,51,1,51],[29,52,1,51,"_dependencyMap"],[29,66,1,51],[30,2,1,51],[30,6,1,51,"TextInput"],[30,15,1,51],[30,18,1,51,"_interopDefault"],[30,33,1,51],[30,34,1,51,"_reactNativeWebDistExportsTextInput"],[30,69,1,51],[31,2,1,51],[31,6,1,51,"_reactNativeWebDistExportsScrollView"],[31,42,1,51],[31,45,1,51,"require"],[31,52,1,51],[31,53,1,51,"_dependencyMap"],[31,67,1,51],[32,2,1,51],[32,6,1,51,"ScrollView"],[32,16,1,51],[32,19,1,51,"_interopDefault"],[32,34,1,51],[32,35,1,51,"_reactNativeWebDistExportsScrollView"],[32,71,1,51],[33,2,1,51],[33,6,1,51,"_reactNativeWebDistExportsAlert"],[33,37,1,51],[33,40,1,51,"require"],[33,47,1,51],[33,48,1,51,"_dependencyMap"],[33,62,1,51],[34,2,1,51],[34,6,1,51,"Alert"],[34,11,1,51],[34,14,1,51,"_interopDefault"],[34,29,1,51],[34,30,1,51,"_reactNativeWebDistExportsAlert"],[34,61,1,51],[35,2,1,51],[35,6,1,51,"_reactNativeWebDistExportsActivityIndicator"],[35,49,1,51],[35,52,1,51,"require"],[35,59,1,51],[35,60,1,51,"_dependencyMap"],[35,74,1,51],[36,2,1,51],[36,6,1,51,"ActivityIndicator"],[36,23,1,51],[36,26,1,51,"_interopDefault"],[36,41,1,51],[36,42,1,51,"_reactNativeWebDistExportsActivityIndicator"],[36,85,1,51],[37,2,12,0],[37,6,12,0,"_expoVectorIcons"],[37,22,12,0],[37,25,12,0,"require"],[37,32,12,0],[37,33,12,0,"_dependencyMap"],[37,47,12,0],[38,2,13,0],[38,6,13,0,"_reactNativeSafeAreaContext"],[38,33,13,0],[38,36,13,0,"require"],[38,43,13,0],[38,44,13,0,"_dependencyMap"],[38,58,13,0],[39,2,14,0],[39,6,14,0,"_contextsAuthContext"],[39,26,14,0],[39,29,14,0,"require"],[39,36,14,0],[39,37,14,0,"_dependencyMap"],[39,51,14,0],[40,2,15,0],[40,6,15,0,"_configApi"],[40,16,15,0],[40,19,15,0,"require"],[40,26,15,0],[40,27,15,0,"_dependencyMap"],[40,41,15,0],[41,2,15,46],[41,6,15,46,"_reactJsxDevRuntime"],[41,25,15,46],[41,28,15,46,"require"],[41,35,15,46],[41,36,15,46,"_dependencyMap"],[41,50,15,46],[42,2,17,15],[42,11,17,24,"EditProfileScreen"],[42,28,17,41,"EditProfileScreen"],[42,29,17,42],[43,4,17,44,"navigation"],[44,2,17,60],[44,3,17,61],[44,5,17,63],[45,4,17,63,"_s"],[45,6,17,63],[46,4,18,2],[46,10,18,8,"insets"],[46,16,18,14],[46,19,18,17],[46,23,18,17,"useSafeAreaInsets"],[46,50,18,34],[46,51,18,34,"useSafeAreaInsets"],[46,68,18,34],[46,70,18,35],[46,71,18,36],[47,4,19,2],[47,10,19,8],[48,6,19,10,"user"],[49,4,19,15],[49,5,19,16],[49,8,19,19],[49,12,19,19,"useAuth"],[49,32,19,26],[49,33,19,26,"useAuth"],[49,40,19,26],[49,42,19,27],[49,43,19,28],[50,4,20,2],[50,10,20,8],[50,11,20,9,"loading"],[50,18,20,16],[50,20,20,18,"setLoading"],[50,30,20,28],[50,31,20,29],[50,34,20,32],[50,38,20,32,"useState"],[50,44,20,40],[50,45,20,40,"useState"],[50,53,20,40],[50,55,20,41],[50,60,20,46],[50,61,20,47],[51,4,21,2],[51,10,21,8],[51,11,21,9,"email"],[51,16,21,14],[51,18,21,16,"setEmail"],[51,26,21,24],[51,27,21,25],[51,30,21,28],[51,34,21,28,"useState"],[51,40,21,36],[51,41,21,36,"useState"],[51,49,21,36],[51,51,21,37],[51,53,21,39],[51,54,21,40],[52,4,22,2],[52,10,22,8],[52,11,22,9,"firstName"],[52,20,22,18],[52,22,22,20,"setFirstName"],[52,34,22,32],[52,35,22,33],[52,38,22,36],[52,42,22,36,"useState"],[52,48,22,44],[52,49,22,44,"useState"],[52,57,22,44],[52,59,22,45],[52,61,22,47],[52,62,22,48],[53,4,23,2],[53,10,23,8],[53,11,23,9,"lastName"],[53,19,23,17],[53,21,23,19,"setLastName"],[53,32,23,30],[53,33,23,31],[53,36,23,34],[53,40,23,34,"useState"],[53,46,23,42],[53,47,23,42,"useState"],[53,55,23,42],[53,57,23,43],[53,59,23,45],[53,60,23,46],[54,4,24,2],[54,10,24,8],[54,11,24,9,"phone"],[54,16,24,14],[54,18,24,16,"setPhone"],[54,26,24,24],[54,27,24,25],[54,30,24,28],[54,34,24,28,"useState"],[54,40,24,36],[54,41,24,36,"useState"],[54,49,24,36],[54,51,24,37],[54,53,24,39],[54,54,24,40],[55,4,25,2],[55,10,25,8],[55,11,25,9,"walletAddress"],[55,24,25,22],[55,26,25,24,"setWalletAddress"],[55,42,25,40],[55,43,25,41],[55,46,25,44],[55,50,25,44,"useState"],[55,56,25,52],[55,57,25,52,"useState"],[55,65,25,52],[55,67,25,53],[55,69,25,55],[55,70,25,56],[56,4,27,2],[56,8,27,2,"useEffect"],[56,14,27,11],[56,15,27,11,"useEffect"],[56,24,27,11],[56,26,27,12],[56,32,27,18],[57,6,28,4,"loadUserData"],[57,18,28,16],[57,19,28,17],[57,20,28,18],[58,4,29,2],[58,5,29,3],[58,7,29,5],[58,9,29,7],[58,10,29,8],[59,4,31,2],[59,10,31,8,"loadUserData"],[59,22,31,20],[59,25,31,23],[59,31,31,23,"loadUserData"],[59,32,31,23],[59,37,31,35],[60,6,32,4],[60,10,32,8],[61,8,33,6],[61,14,33,12,"response"],[61,22,33,20],[61,25,33,23],[61,31,33,29,"fetch"],[61,36,33,34],[61,37,33,35],[61,40,33,38,"API_ENDPOINTS"],[61,50,33,51],[61,51,33,51,"API_ENDPOINTS"],[61,64,33,51],[61,65,33,52,"AUTH_USER"],[61,74,33,61],[61,75,33,62,"user"],[61,79,33,66],[61,81,33,68,"user_id"],[61,88,33,75],[61,92,33,79],[61,94,33,81],[61,95,33,82],[61,97,33,84],[61,98,33,85],[62,8,34,6],[62,12,34,10,"response"],[62,20,34,18],[62,21,34,19,"ok"],[62,23,34,21],[62,25,34,23],[63,10,35,8],[63,16,35,14,"data"],[63,20,35,18],[63,23,35,21],[63,29,35,27,"response"],[63,37,35,35],[63,38,35,36,"json"],[63,42,35,40],[63,43,35,41],[63,44,35,42],[64,10,36,8,"setEmail"],[64,18,36,16],[64,19,36,17,"data"],[64,23,36,21],[64,24,36,22,"email"],[64,29,36,27],[64,33,36,31],[64,35,36,33],[64,36,36,34],[65,10,37,8,"setFirstName"],[65,22,37,20],[65,23,37,21,"data"],[65,27,37,25],[65,28,37,26,"first_name"],[65,38,37,36],[65,42,37,40],[65,44,37,42],[65,45,37,43],[66,10,38,8,"setLastName"],[66,21,38,19],[66,22,38,20,"data"],[66,26,38,24],[66,27,38,25,"last_name"],[66,36,38,34],[66,40,38,38],[66,42,38,40],[66,43,38,41],[67,10,39,8,"setPhone"],[67,18,39,16],[67,19,39,17,"data"],[67,23,39,21],[67,24,39,22,"phone"],[67,29,39,27],[67,33,39,31],[67,35,39,33],[67,36,39,34],[68,10,40,8,"setWalletAddress"],[68,26,40,24],[68,27,40,25,"data"],[68,31,40,29],[68,32,40,30,"wallet_address"],[68,46,40,44],[68,50,40,48],[68,52,40,50],[68,53,40,51],[69,8,41,6],[70,6,42,4],[70,7,42,5],[70,8,42,6],[70,15,42,13,"error"],[70,20,42,18],[70,22,42,20],[71,8,43,6,"console"],[71,15,43,13],[71,16,43,14,"error"],[71,21,43,19],[71,22,43,20],[71,48,43,46],[71,50,43,48,"error"],[71,55,43,53],[71,56,43,54],[72,6,44,4],[73,4,45,2],[73,5,45,3],[74,4,47,2],[74,10,47,8,"handleSave"],[74,20,47,18],[74,23,47,21],[74,29,47,21,"handleSave"],[74,30,47,21],[74,35,47,33],[75,6,48,4,"setLoading"],[75,16,48,14],[75,17,48,15],[75,21,48,19],[75,22,48,20],[76,6,49,4],[76,10,49,8],[77,8,50,6],[77,14,50,12,"backendUrl"],[77,24,50,22],[77,27,50,25],[77,84,50,64],[77,107,50,87],[78,8,51,6],[78,14,51,12,"response"],[78,22,51,20],[78,25,51,23],[78,31,51,29,"fetch"],[78,36,51,34],[78,37,51,35],[78,40,51,38,"backendUrl"],[78,50,51,48],[78,69,51,67],[78,71,51,69],[79,10,52,8,"method"],[79,16,52,14],[79,18,52,16],[79,23,52,21],[80,10,53,8,"headers"],[80,17,53,15],[80,19,53,17],[81,12,54,10],[81,26,54,24],[81,28,54,26],[82,10,55,8],[82,11,55,9],[83,10,56,8,"body"],[83,14,56,12],[83,16,56,14,"JSON"],[83,20,56,18],[83,21,56,19,"stringify"],[83,30,56,28],[83,31,56,29],[84,12,57,10,"user_id"],[84,19,57,17],[84,21,57,19,"user"],[84,25,57,23],[84,27,57,25,"user_id"],[84,34,57,32],[85,12,58,10,"email"],[85,17,58,15],[86,12,59,10,"first_name"],[86,22,59,20],[86,24,59,22,"firstName"],[86,33,59,31],[87,12,60,10,"last_name"],[87,21,60,19],[87,23,60,21,"lastName"],[87,31,60,29],[88,12,61,10,"phone"],[88,17,61,15],[89,12,62,10,"wallet_address"],[89,26,62,24],[89,28,62,26,"walletAddress"],[90,10,63,8],[90,11,63,9],[91,8,64,6],[91,9,64,7],[91,10,64,8],[92,8,66,6],[92,12,66,10,"response"],[92,20,66,18],[92,21,66,19,"ok"],[92,23,66,21],[92,25,66,23],[93,10,67,8,"Alert"],[93,15,67,13],[93,16,67,13,"default"],[93,23,67,13],[93,24,67,14,"alert"],[93,29,67,19],[93,30,67,20],[93,39,67,29],[93,41,67,31],[93,72,67,62],[93,73,67,63],[94,10,68,8,"navigation"],[94,20,68,18],[94,21,68,19,"goBack"],[94,27,68,25],[94,28,68,26],[94,29,68,27],[95,8,69,6],[95,9,69,7],[95,15,69,13],[96,10,70,8,"Alert"],[96,15,70,13],[96,16,70,13,"default"],[96,23,70,13],[96,24,70,14,"alert"],[96,29,70,19],[96,30,70,20],[96,37,70,27],[96,39,70,29],[96,65,70,55],[96,66,70,56],[97,8,71,6],[98,6,72,4],[98,7,72,5],[98,8,72,6],[98,15,72,13,"error"],[98,20,72,18],[98,22,72,20],[99,8,73,6,"Alert"],[99,13,73,11],[99,14,73,11,"default"],[99,21,73,11],[99,22,73,12,"alert"],[99,27,73,17],[99,28,73,18],[99,35,73,25],[99,37,73,27],[99,61,73,51],[99,62,73,52],[100,6,74,4],[100,7,74,5],[100,16,74,14],[101,8,75,6,"setLoading"],[101,18,75,16],[101,19,75,17],[101,24,75,22],[101,25,75,23],[102,6,76,4],[103,4,77,2],[103,5,77,3],[104,4,79,2],[104,24,80,4],[104,28,80,4,"_reactJsxDevRuntime"],[104,47,80,4],[104,48,80,4,"jsxDEV"],[104,54,80,4],[104,56,80,5,"View"],[104,60,80,9],[104,61,80,9,"default"],[104,68,80,9],[105,6,80,10,"style"],[105,11,80,15],[105,13,80,17],[105,14,80,18,"styles"],[105,20,80,24],[105,21,80,25,"container"],[105,30,80,34],[105,32,80,36],[106,8,80,38,"paddingTop"],[106,18,80,48],[106,20,80,50,"insets"],[106,26,80,56],[106,27,80,57,"top"],[107,6,80,61],[107,7,80,62],[107,8,80,64],[108,6,80,64,"children"],[108,14,80,64],[108,30,81,6],[108,34,81,6,"_reactJsxDevRuntime"],[108,53,81,6],[108,54,81,6,"jsxDEV"],[108,60,81,6],[108,62,81,7,"View"],[108,66,81,11],[108,67,81,11,"default"],[108,74,81,11],[109,8,81,12,"style"],[109,13,81,17],[109,15,81,19,"styles"],[109,21,81,25],[109,22,81,26,"header"],[109,28,81,33],[110,8,81,33,"children"],[110,16,81,33],[110,32,82,8],[110,36,82,8,"_reactJsxDevRuntime"],[110,55,82,8],[110,56,82,8,"jsxDEV"],[110,62,82,8],[110,64,82,9,"TouchableOpacity"],[110,80,82,25],[110,81,82,25,"default"],[110,88,82,25],[111,10,82,26,"onPress"],[111,17,82,33],[111,19,82,35,"onPress"],[111,20,82,35],[111,25,82,41,"navigation"],[111,35,82,51],[111,36,82,52,"goBack"],[111,42,82,58],[111,43,82,59],[111,44,82,61],[112,10,82,62,"style"],[112,15,82,67],[112,17,82,69,"styles"],[112,23,82,75],[112,24,82,76,"backButton"],[112,34,82,87],[113,10,82,87,"children"],[113,18,82,87],[113,33,83,10],[113,37,83,10,"_reactJsxDevRuntime"],[113,56,83,10],[113,57,83,10,"jsxDEV"],[113,63,83,10],[113,65,83,11,"_expoVectorIcons"],[113,81,83,19],[113,82,83,19,"Ionicons"],[113,90,83,19],[114,12,83,20,"name"],[114,16,83,24],[114,18,83,25],[114,30,83,37],[115,12,83,38,"size"],[115,16,83,42],[115,18,83,44],[115,20,83,47],[116,12,83,48,"color"],[116,17,83,53],[116,19,83,54],[117,10,83,63],[118,12,83,63,"fileName"],[118,20,83,63],[118,22,83,63,"_jsxFileName"],[118,34,83,63],[119,12,83,63,"lineNumber"],[119,22,83,63],[120,12,83,63,"columnNumber"],[120,24,83,63],[121,10,83,63],[121,17,83,65],[122,8,83,66],[123,10,83,66,"fileName"],[123,18,83,66],[123,20,83,66,"_jsxFileName"],[123,32,83,66],[124,10,83,66,"lineNumber"],[124,20,83,66],[125,10,83,66,"columnNumber"],[125,22,83,66],[126,8,83,66],[126,15,84,26],[126,16,84,27],[126,31,85,8],[126,35,85,8,"_reactJsxDevRuntime"],[126,54,85,8],[126,55,85,8,"jsxDEV"],[126,61,85,8],[126,63,85,9,"Text"],[126,67,85,13],[126,68,85,13,"default"],[126,75,85,13],[127,10,85,14,"style"],[127,15,85,19],[127,17,85,21,"styles"],[127,23,85,27],[127,24,85,28,"headerTitle"],[127,35,85,40],[128,10,85,40,"children"],[128,18,85,40],[128,20,85,41],[129,8,85,53],[130,10,85,53,"fileName"],[130,18,85,53],[130,20,85,53,"_jsxFileName"],[130,32,85,53],[131,10,85,53,"lineNumber"],[131,20,85,53],[132,10,85,53,"columnNumber"],[132,22,85,53],[133,8,85,53],[133,15,85,59],[133,16,85,60],[133,31,86,8],[133,35,86,8,"_reactJsxDevRuntime"],[133,54,86,8],[133,55,86,8,"jsxDEV"],[133,61,86,8],[133,63,86,9,"View"],[133,67,86,13],[133,68,86,13,"default"],[133,75,86,13],[134,10,86,14,"style"],[134,15,86,19],[134,17,86,21],[135,12,86,23,"width"],[135,17,86,28],[135,19,86,30],[136,10,86,33],[137,8,86,35],[138,10,86,35,"fileName"],[138,18,86,35],[138,20,86,35,"_jsxFileName"],[138,32,86,35],[139,10,86,35,"lineNumber"],[139,20,86,35],[140,10,86,35,"columnNumber"],[140,22,86,35],[141,8,86,35],[141,15,86,37],[141,16,86,38],[142,6,86,38],[143,8,86,38,"fileName"],[143,16,86,38],[143,18,86,38,"_jsxFileName"],[143,30,86,38],[144,8,86,38,"lineNumber"],[144,18,86,38],[145,8,86,38,"columnNumber"],[145,20,86,38],[146,6,86,38],[146,13,87,12],[146,14,87,13],[146,29,89,6],[146,33,89,6,"_reactJsxDevRuntime"],[146,52,89,6],[146,53,89,6,"jsxDEV"],[146,59,89,6],[146,61,89,7,"ScrollView"],[146,71,89,17],[146,72,89,17,"default"],[146,79,89,17],[147,8,89,18,"contentContainerStyle"],[147,29,89,39],[147,31,89,41,"styles"],[147,37,89,47],[147,38,89,48,"scrollContent"],[147,51,89,62],[148,8,89,62,"children"],[148,16,89,62],[148,32,90,8],[148,36,90,8,"_reactJsxDevRuntime"],[148,55,90,8],[148,56,90,8,"jsxDEV"],[148,62,90,8],[148,64,90,9,"View"],[148,68,90,13],[148,69,90,13,"default"],[148,76,90,13],[149,10,90,14,"style"],[149,15,90,19],[149,17,90,21,"styles"],[149,23,90,27],[149,24,90,28,"section"],[149,31,90,36],[150,10,90,36,"children"],[150,18,90,36],[150,34,91,10],[150,38,91,10,"_reactJsxDevRuntime"],[150,57,91,10],[150,58,91,10,"jsxDEV"],[150,64,91,10],[150,66,91,11,"Text"],[150,70,91,15],[150,71,91,15,"default"],[150,78,91,15],[151,12,91,16,"style"],[151,17,91,21],[151,19,91,23,"styles"],[151,25,91,29],[151,26,91,30,"label"],[151,31,91,36],[152,12,91,36,"children"],[152,20,91,36],[152,22,91,37],[153,10,91,47],[154,12,91,47,"fileName"],[154,20,91,47],[154,22,91,47,"_jsxFileName"],[154,34,91,47],[155,12,91,47,"lineNumber"],[155,22,91,47],[156,12,91,47,"columnNumber"],[156,24,91,47],[157,10,91,47],[157,17,91,53],[157,18,91,54],[157,33,92,10],[157,37,92,10,"_reactJsxDevRuntime"],[157,56,92,10],[157,57,92,10,"jsxDEV"],[157,63,92,10],[157,65,92,11,"TextInput"],[157,74,92,20],[157,75,92,20,"default"],[157,82,92,20],[158,12,93,12,"style"],[158,17,93,17],[158,19,93,19,"styles"],[158,25,93,25],[158,26,93,26,"input"],[158,31,93,32],[159,12,94,12,"value"],[159,17,94,17],[159,19,94,19,"firstName"],[159,28,94,29],[160,12,95,12,"onChangeText"],[160,24,95,24],[160,26,95,26,"setFirstName"],[160,38,95,39],[161,12,96,12,"placeholder"],[161,23,96,23],[161,25,96,24],[162,10,96,42],[163,12,96,42,"fileName"],[163,20,96,42],[163,22,96,42,"_jsxFileName"],[163,34,96,42],[164,12,96,42,"lineNumber"],[164,22,96,42],[165,12,96,42,"columnNumber"],[165,24,96,42],[166,10,96,42],[166,17,97,11],[166,18,97,12],[167,8,97,12],[168,10,97,12,"fileName"],[168,18,97,12],[168,20,97,12,"_jsxFileName"],[168,32,97,12],[169,10,97,12,"lineNumber"],[169,20,97,12],[170,10,97,12,"columnNumber"],[170,22,97,12],[171,8,97,12],[171,15,98,14],[171,16,98,15],[171,31,100,8],[171,35,100,8,"_reactJsxDevRuntime"],[171,54,100,8],[171,55,100,8,"jsxDEV"],[171,61,100,8],[171,63,100,9,"View"],[171,67,100,13],[171,68,100,13,"default"],[171,75,100,13],[172,10,100,14,"style"],[172,15,100,19],[172,17,100,21,"styles"],[172,23,100,27],[172,24,100,28,"section"],[172,31,100,36],[173,10,100,36,"children"],[173,18,100,36],[173,34,101,10],[173,38,101,10,"_reactJsxDevRuntime"],[173,57,101,10],[173,58,101,10,"jsxDEV"],[173,64,101,10],[173,66,101,11,"Text"],[173,70,101,15],[173,71,101,15,"default"],[173,78,101,15],[174,12,101,16,"style"],[174,17,101,21],[174,19,101,23,"styles"],[174,25,101,29],[174,26,101,30,"label"],[174,31,101,36],[175,12,101,36,"children"],[175,20,101,36],[175,22,101,37],[176,10,101,46],[177,12,101,46,"fileName"],[177,20,101,46],[177,22,101,46,"_jsxFileName"],[177,34,101,46],[178,12,101,46,"lineNumber"],[178,22,101,46],[179,12,101,46,"columnNumber"],[179,24,101,46],[180,10,101,46],[180,17,101,52],[180,18,101,53],[180,33,102,10],[180,37,102,10,"_reactJsxDevRuntime"],[180,56,102,10],[180,57,102,10,"jsxDEV"],[180,63,102,10],[180,65,102,11,"TextInput"],[180,74,102,20],[180,75,102,20,"default"],[180,82,102,20],[181,12,103,12,"style"],[181,17,103,17],[181,19,103,19,"styles"],[181,25,103,25],[181,26,103,26,"input"],[181,31,103,32],[182,12,104,12,"value"],[182,17,104,17],[182,19,104,19,"lastName"],[182,27,104,28],[183,12,105,12,"onChangeText"],[183,24,105,24],[183,26,105,26,"setLastName"],[183,37,105,38],[184,12,106,12,"placeholder"],[184,23,106,23],[184,25,106,24],[185,10,106,41],[186,12,106,41,"fileName"],[186,20,106,41],[186,22,106,41,"_jsxFileName"],[186,34,106,41],[187,12,106,41,"lineNumber"],[187,22,106,41],[188,12,106,41,"columnNumber"],[188,24,106,41],[189,10,106,41],[189,17,107,11],[189,18,107,12],[190,8,107,12],[191,10,107,12,"fileName"],[191,18,107,12],[191,20,107,12,"_jsxFileName"],[191,32,107,12],[192,10,107,12,"lineNumber"],[192,20,107,12],[193,10,107,12,"columnNumber"],[193,22,107,12],[194,8,107,12],[194,15,108,14],[194,16,108,15],[194,31,110,8],[194,35,110,8,"_reactJsxDevRuntime"],[194,54,110,8],[194,55,110,8,"jsxDEV"],[194,61,110,8],[194,63,110,9,"View"],[194,67,110,13],[194,68,110,13,"default"],[194,75,110,13],[195,10,110,14,"style"],[195,15,110,19],[195,17,110,21,"styles"],[195,23,110,27],[195,24,110,28,"section"],[195,31,110,36],[196,10,110,36,"children"],[196,18,110,36],[196,34,111,10],[196,38,111,10,"_reactJsxDevRuntime"],[196,57,111,10],[196,58,111,10,"jsxDEV"],[196,64,111,10],[196,66,111,11,"Text"],[196,70,111,15],[196,71,111,15,"default"],[196,78,111,15],[197,12,111,16,"style"],[197,17,111,21],[197,19,111,23,"styles"],[197,25,111,29],[197,26,111,30,"label"],[197,31,111,36],[198,12,111,36,"children"],[198,20,111,36],[198,22,111,37],[199,10,111,42],[200,12,111,42,"fileName"],[200,20,111,42],[200,22,111,42,"_jsxFileName"],[200,34,111,42],[201,12,111,42,"lineNumber"],[201,22,111,42],[202,12,111,42,"columnNumber"],[202,24,111,42],[203,10,111,42],[203,17,111,48],[203,18,111,49],[203,33,112,10],[203,37,112,10,"_reactJsxDevRuntime"],[203,56,112,10],[203,57,112,10,"jsxDEV"],[203,63,112,10],[203,65,112,11,"TextInput"],[203,74,112,20],[203,75,112,20,"default"],[203,82,112,20],[204,12,113,12,"style"],[204,17,113,17],[204,19,113,19,"styles"],[204,25,113,25],[204,26,113,26,"input"],[204,31,113,32],[205,12,114,12,"value"],[205,17,114,17],[205,19,114,19,"email"],[205,24,114,25],[206,12,115,12,"onChangeText"],[206,24,115,24],[206,26,115,26,"setEmail"],[206,34,115,35],[207,12,116,12,"placeholder"],[207,23,116,23],[207,25,116,24],[207,38,116,37],[208,12,117,12,"keyboardType"],[208,24,117,24],[208,26,117,25],[208,41,117,40],[209,12,118,12,"autoCapitalize"],[209,26,118,26],[209,28,118,27],[210,10,118,33],[211,12,118,33,"fileName"],[211,20,118,33],[211,22,118,33,"_jsxFileName"],[211,34,118,33],[212,12,118,33,"lineNumber"],[212,22,118,33],[213,12,118,33,"columnNumber"],[213,24,118,33],[214,10,118,33],[214,17,119,11],[214,18,119,12],[215,8,119,12],[216,10,119,12,"fileName"],[216,18,119,12],[216,20,119,12,"_jsxFileName"],[216,32,119,12],[217,10,119,12,"lineNumber"],[217,20,119,12],[218,10,119,12,"columnNumber"],[218,22,119,12],[219,8,119,12],[219,15,120,14],[219,16,120,15],[219,31,122,8],[219,35,122,8,"_reactJsxDevRuntime"],[219,54,122,8],[219,55,122,8,"jsxDEV"],[219,61,122,8],[219,63,122,9,"View"],[219,67,122,13],[219,68,122,13,"default"],[219,75,122,13],[220,10,122,14,"style"],[220,15,122,19],[220,17,122,21,"styles"],[220,23,122,27],[220,24,122,28,"section"],[220,31,122,36],[221,10,122,36,"children"],[221,18,122,36],[221,34,123,10],[221,38,123,10,"_reactJsxDevRuntime"],[221,57,123,10],[221,58,123,10,"jsxDEV"],[221,64,123,10],[221,66,123,11,"Text"],[221,70,123,15],[221,71,123,15,"default"],[221,78,123,15],[222,12,123,16,"style"],[222,17,123,21],[222,19,123,23,"styles"],[222,25,123,29],[222,26,123,30,"label"],[222,31,123,36],[223,12,123,36,"children"],[223,20,123,36],[223,22,123,37],[224,10,123,49],[225,12,123,49,"fileName"],[225,20,123,49],[225,22,123,49,"_jsxFileName"],[225,34,123,49],[226,12,123,49,"lineNumber"],[226,22,123,49],[227,12,123,49,"columnNumber"],[227,24,123,49],[228,10,123,49],[228,17,123,55],[228,18,123,56],[228,33,124,10],[228,37,124,10,"_reactJsxDevRuntime"],[228,56,124,10],[228,57,124,10,"jsxDEV"],[228,63,124,10],[228,65,124,11,"TextInput"],[228,74,124,20],[228,75,124,20,"default"],[228,82,124,20],[229,12,125,12,"style"],[229,17,125,17],[229,19,125,19,"styles"],[229,25,125,25],[229,26,125,26,"input"],[229,31,125,32],[230,12,126,12,"value"],[230,17,126,17],[230,19,126,19,"phone"],[230,24,126,25],[231,12,127,12,"onChangeText"],[231,24,127,24],[231,26,127,26,"setPhone"],[231,34,127,35],[232,12,128,12,"placeholder"],[232,23,128,23],[232,25,128,24],[232,45,128,44],[233,12,129,12,"keyboardType"],[233,24,129,24],[233,26,129,25],[234,10,129,36],[235,12,129,36,"fileName"],[235,20,129,36],[235,22,129,36,"_jsxFileName"],[235,34,129,36],[236,12,129,36,"lineNumber"],[236,22,129,36],[237,12,129,36,"columnNumber"],[237,24,129,36],[238,10,129,36],[238,17,130,11],[238,18,130,12],[239,8,130,12],[240,10,130,12,"fileName"],[240,18,130,12],[240,20,130,12,"_jsxFileName"],[240,32,130,12],[241,10,130,12,"lineNumber"],[241,20,130,12],[242,10,130,12,"columnNumber"],[242,22,130,12],[243,8,130,12],[243,15,131,14],[243,16,131,15],[243,31,133,8],[243,35,133,8,"_reactJsxDevRuntime"],[243,54,133,8],[243,55,133,8,"jsxDEV"],[243,61,133,8],[243,63,133,9,"View"],[243,67,133,13],[243,68,133,13,"default"],[243,75,133,13],[244,10,133,14,"style"],[244,15,133,19],[244,17,133,21,"styles"],[244,23,133,27],[244,24,133,28,"section"],[244,31,133,36],[245,10,133,36,"children"],[245,18,133,36],[245,34,134,10],[245,38,134,10,"_reactJsxDevRuntime"],[245,57,134,10],[245,58,134,10,"jsxDEV"],[245,64,134,10],[245,66,134,11,"Text"],[245,70,134,15],[245,71,134,15,"default"],[245,78,134,15],[246,12,134,16,"style"],[246,17,134,21],[246,19,134,23,"styles"],[246,25,134,29],[246,26,134,30,"label"],[246,31,134,36],[247,12,134,36,"children"],[247,20,134,36],[247,22,134,37],[248,10,134,51],[249,12,134,51,"fileName"],[249,20,134,51],[249,22,134,51,"_jsxFileName"],[249,34,134,51],[250,12,134,51,"lineNumber"],[250,22,134,51],[251,12,134,51,"columnNumber"],[251,24,134,51],[252,10,134,51],[252,17,134,57],[252,18,134,58],[252,33,135,10],[252,37,135,10,"_reactJsxDevRuntime"],[252,56,135,10],[252,57,135,10,"jsxDEV"],[252,63,135,10],[252,65,135,11,"TextInput"],[252,74,135,20],[252,75,135,20,"default"],[252,82,135,20],[253,12,136,12,"style"],[253,17,136,17],[253,19,136,19,"styles"],[253,25,136,25],[253,26,136,26,"input"],[253,31,136,32],[254,12,137,12,"value"],[254,17,137,17],[254,19,137,19,"walletAddress"],[254,32,137,33],[255,12,138,12,"onChangeText"],[255,24,138,24],[255,26,138,26,"setWalletAddress"],[255,42,138,43],[256,12,139,12,"placeholder"],[256,23,139,23],[256,25,139,24],[256,47,139,46],[257,12,140,12,"autoCapitalize"],[257,26,140,26],[257,28,140,27],[258,10,140,33],[259,12,140,33,"fileName"],[259,20,140,33],[259,22,140,33,"_jsxFileName"],[259,34,140,33],[260,12,140,33,"lineNumber"],[260,22,140,33],[261,12,140,33,"columnNumber"],[261,24,140,33],[262,10,140,33],[262,17,141,11],[262,18,141,12],[263,8,141,12],[264,10,141,12,"fileName"],[264,18,141,12],[264,20,141,12,"_jsxFileName"],[264,32,141,12],[265,10,141,12,"lineNumber"],[265,20,141,12],[266,10,141,12,"columnNumber"],[266,22,141,12],[267,8,141,12],[267,15,142,14],[267,16,142,15],[267,31,144,8],[267,35,144,8,"_reactJsxDevRuntime"],[267,54,144,8],[267,55,144,8,"jsxDEV"],[267,61,144,8],[267,63,144,9,"TouchableOpacity"],[267,79,144,25],[267,80,144,25,"default"],[267,87,144,25],[268,10,145,10,"style"],[268,15,145,15],[268,17,145,17],[268,18,145,18,"styles"],[268,24,145,24],[268,25,145,25,"saveButton"],[268,35,145,35],[268,37,145,37,"loading"],[268,44,145,44],[268,48,145,48,"styles"],[268,54,145,54],[268,55,145,55,"saveButtonDisabled"],[268,73,145,73],[268,74,145,75],[269,10,146,10,"onPress"],[269,17,146,17],[269,19,146,19,"handleSave"],[269,29,146,30],[270,10,147,10,"disabled"],[270,18,147,18],[270,20,147,20,"loading"],[270,27,147,28],[271,10,147,28,"children"],[271,18,147,28],[271,20,149,11,"loading"],[271,27,149,18],[271,43,150,12],[271,47,150,12,"_reactJsxDevRuntime"],[271,66,150,12],[271,67,150,12,"jsxDEV"],[271,73,150,12],[271,75,150,13,"ActivityIndicator"],[271,92,150,30],[271,93,150,30,"default"],[271,100,150,30],[272,12,150,31,"color"],[272,17,150,36],[272,19,150,37],[273,10,150,43],[274,12,150,43,"fileName"],[274,20,150,43],[274,22,150,43,"_jsxFileName"],[274,34,150,43],[275,12,150,43,"lineNumber"],[275,22,150,43],[276,12,150,43,"columnNumber"],[276,24,150,43],[277,10,150,43],[277,17,150,45],[277,18,150,46],[277,34,152,12],[277,38,152,12,"_reactJsxDevRuntime"],[277,57,152,12],[277,58,152,12,"jsxDEV"],[277,64,152,12],[277,66,152,13,"Text"],[277,70,152,17],[277,71,152,17,"default"],[277,78,152,17],[278,12,152,18,"style"],[278,17,152,23],[278,19,152,25,"styles"],[278,25,152,31],[278,26,152,32,"saveButtonText"],[278,40,152,47],[279,12,152,47,"children"],[279,20,152,47],[279,22,152,48],[280,10,152,60],[281,12,152,60,"fileName"],[281,20,152,60],[281,22,152,60,"_jsxFileName"],[281,34,152,60],[282,12,152,60,"lineNumber"],[282,22,152,60],[283,12,152,60,"columnNumber"],[283,24,152,60],[284,10,152,60],[284,17,152,66],[285,8,153,11],[286,10,153,11,"fileName"],[286,18,153,11],[286,20,153,11,"_jsxFileName"],[286,32,153,11],[287,10,153,11,"lineNumber"],[287,20,153,11],[288,10,153,11,"columnNumber"],[288,22,153,11],[289,8,153,11],[289,15,154,26],[289,16,154,27],[290,6,154,27],[291,8,154,27,"fileName"],[291,16,154,27],[291,18,154,27,"_jsxFileName"],[291,30,154,27],[292,8,154,27,"lineNumber"],[292,18,154,27],[293,8,154,27,"columnNumber"],[293,20,154,27],[294,6,154,27],[294,13,155,18],[294,14,155,19],[295,4,155,19],[296,6,155,19,"fileName"],[296,14,155,19],[296,16,155,19,"_jsxFileName"],[296,28,155,19],[297,6,155,19,"lineNumber"],[297,16,155,19],[298,6,155,19,"columnNumber"],[298,18,155,19],[299,4,155,19],[299,11,156,10],[299,12,156,11],[300,2,158,0],[301,2,158,1,"_s"],[301,4,158,1],[301,5,17,24,"EditProfileScreen"],[301,22,17,41],[302,4,17,41],[302,12,18,17,"useSafeAreaInsets"],[302,39,18,34],[302,40,18,34,"useSafeAreaInsets"],[302,57,18,34],[302,59,19,19,"useAuth"],[302,79,19,26],[302,80,19,26,"useAuth"],[302,87,19,26],[303,2,19,26],[304,2,19,26,"_c"],[304,4,19,26],[304,7,17,24,"EditProfileScreen"],[304,24,17,41],[305,2,160,0],[305,8,160,6,"styles"],[305,14,160,12],[305,17,160,15,"StyleSheet"],[305,27,160,25],[305,28,160,25,"default"],[305,35,160,25],[305,36,160,26,"create"],[305,42,160,32],[305,43,160,33],[306,4,161,2,"container"],[306,13,161,11],[306,15,161,13],[307,6,162,4,"flex"],[307,10,162,8],[307,12,162,10],[307,13,162,11],[308,6,163,4,"backgroundColor"],[308,21,163,19],[308,23,163,21],[309,4,164,2],[309,5,164,3],[310,4,165,2,"header"],[310,10,165,8],[310,12,165,10],[311,6,166,4,"flexDirection"],[311,19,166,17],[311,21,166,19],[311,26,166,24],[312,6,167,4,"alignItems"],[312,16,167,14],[312,18,167,16],[312,26,167,24],[313,6,168,4,"justifyContent"],[313,20,168,18],[313,22,168,20],[313,37,168,35],[314,6,169,4,"paddingHorizontal"],[314,23,169,21],[314,25,169,23],[314,27,169,25],[315,6,170,4,"paddingVertical"],[315,21,170,19],[315,23,170,21],[315,25,170,23],[316,6,171,4,"backgroundColor"],[316,21,171,19],[316,23,171,21],[316,29,171,27],[317,6,172,4,"borderBottomWidth"],[317,23,172,21],[317,25,172,23],[317,26,172,24],[318,6,173,4,"borderBottomColor"],[318,23,173,21],[318,25,173,23],[319,4,174,2],[319,5,174,3],[320,4,175,2,"backButton"],[320,14,175,12],[320,16,175,14],[321,6,176,4,"width"],[321,11,176,9],[321,13,176,11],[321,15,176,13],[322,6,177,4,"height"],[322,12,177,10],[322,14,177,12],[322,16,177,14],[323,6,178,4,"borderRadius"],[323,18,178,16],[323,20,178,18],[323,22,178,20],[324,6,179,4,"backgroundColor"],[324,21,179,19],[324,23,179,21],[324,32,179,30],[325,6,180,4,"alignItems"],[325,16,180,14],[325,18,180,16],[325,26,180,24],[326,6,181,4,"justifyContent"],[326,20,181,18],[326,22,181,20],[327,4,182,2],[327,5,182,3],[328,4,183,2,"headerTitle"],[328,15,183,13],[328,17,183,15],[329,6,184,4,"fontSize"],[329,14,184,12],[329,16,184,14],[329,18,184,16],[330,6,185,4,"fontWeight"],[330,16,185,14],[330,18,185,16],[330,23,185,21],[331,6,186,4,"color"],[331,11,186,9],[331,13,186,11],[332,4,187,2],[332,5,187,3],[333,4,188,2,"scrollContent"],[333,17,188,15],[333,19,188,17],[334,6,189,4,"padding"],[334,13,189,11],[334,15,189,13],[334,17,189,15],[335,6,190,4,"paddingBottom"],[335,19,190,17],[335,21,190,19],[336,4,191,2],[336,5,191,3],[337,4,192,2,"section"],[337,11,192,9],[337,13,192,11],[338,6,193,4,"marginBottom"],[338,18,193,16],[338,20,193,18],[339,4,194,2],[339,5,194,3],[340,4,195,2,"label"],[340,9,195,7],[340,11,195,9],[341,6,196,4,"fontSize"],[341,14,196,12],[341,16,196,14],[341,18,196,16],[342,6,197,4,"fontWeight"],[342,16,197,14],[342,18,197,16],[342,23,197,21],[343,6,198,4,"color"],[343,11,198,9],[343,13,198,11],[343,22,198,20],[344,6,199,4,"marginBottom"],[344,18,199,16],[344,20,199,18],[345,4,200,2],[345,5,200,3],[346,4,201,2,"input"],[346,9,201,7],[346,11,201,9],[347,6,202,4,"backgroundColor"],[347,21,202,19],[347,23,202,21],[347,29,202,27],[348,6,203,4,"padding"],[348,13,203,11],[348,15,203,13],[348,17,203,15],[349,6,204,4,"borderRadius"],[349,18,204,16],[349,20,204,18],[349,22,204,20],[350,6,205,4,"fontSize"],[350,14,205,12],[350,16,205,14],[350,18,205,16],[351,6,206,4,"borderWidth"],[351,17,206,15],[351,19,206,17],[351,20,206,18],[352,6,207,4,"borderColor"],[352,17,207,15],[352,19,207,17],[353,4,208,2],[353,5,208,3],[354,4,209,2,"saveButton"],[354,14,209,12],[354,16,209,14],[355,6,210,4,"backgroundColor"],[355,21,210,19],[355,23,210,21],[355,32,210,30],[356,6,211,4,"padding"],[356,13,211,11],[356,15,211,13],[356,17,211,15],[357,6,212,4,"borderRadius"],[357,18,212,16],[357,20,212,18],[357,22,212,20],[358,6,213,4,"alignItems"],[358,16,213,14],[358,18,213,16],[358,26,213,24],[359,6,214,4,"marginTop"],[359,15,214,13],[359,17,214,15],[360,4,215,2],[360,5,215,3],[361,4,216,2,"saveButtonDisabled"],[361,22,216,20],[361,24,216,22],[362,6,217,4,"opacity"],[362,13,217,11],[362,15,217,13],[363,4,218,2],[363,5,218,3],[364,4,219,2,"saveButtonText"],[364,18,219,16],[364,20,219,18],[365,6,220,4,"fontSize"],[365,14,220,12],[365,16,220,14],[365,18,220,16],[366,6,221,4,"fontWeight"],[366,16,221,14],[366,18,221,16],[366,23,221,21],[367,6,222,4,"color"],[367,11,222,9],[367,13,222,11],[368,4,223,2],[369,2,224,0],[369,3,224,1],[369,4,224,2],[370,2,224,3],[370,6,224,3,"_c"],[370,8,224,3],[371,2,224,3,"$RefreshReg$"],[371,14,224,3],[371,15,224,3,"_c"],[371,17,224,3],[372,0,224,3],[372,3]],"functionMap":{"names":["","EditProfileScreen","useEffect$argument_0","loadUserData","handleSave","TouchableOpacity.props.onPress"],"mappings":"AAA;eCgB;YCU;GDE;uBEE;GFc;qBGE;GH8B;mCIK,yBJ;CD4E"},"hasCjsExports":false},"type":"js/module"}]}
\ No newline at end of file
diff --git a/frontend/.metro-cache/cache/97/1f58c3f46996db47c1d91b558e2c35c9cd622ff324a5802ae3a50de793bf76b3580e51 b/frontend/.metro-cache/cache/97/1f58c3f46996db47c1d91b558e2c35c9cd622ff324a5802ae3a50de793bf76b3580e51
index 429c736d..85031987 100644
--- a/frontend/.metro-cache/cache/97/1f58c3f46996db47c1d91b558e2c35c9cd622ff324a5802ae3a50de793bf76b3580e51
+++ b/frontend/.metro-cache/cache/97/1f58c3f46996db47c1d91b558e2c35c9cd622ff324a5802ae3a50de793bf76b3580e51
@@ -1 +1 @@
-{"dependencies":[{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":51,"index":51}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/View","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"4kYBDC6LJJXoH7P9rWDi3vkLVB0=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Text","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"JKIzsQ5YQ0gDj0MIyY0Q7F1zJtU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/StyleSheet","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"MK7+k1V+KnvCVW7Kj2k/ydtjmVU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/TouchableOpacity","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PnQOoa8QGKpV5+issz6ikk463eg=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/TextInput","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"DmXc1F5dPYWntVgqRwh73w0VngA=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/ScrollView","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"7Gv1K9/TiQvbDXlMy9NOQIEBHDA=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Alert","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PEUC6jrQVoAGZ2qYkvimljMOyJI=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/ActivityIndicator","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"bSAkUkqZq0shBb5bU6kCYXi4ciA=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":12,"column":0,"index":191},"end":{"line":12,"column":46,"index":237}}],"key":"ow7vkrqkIckRjlSi/+MhMmRYtUE=","exportNames":["*"],"imports":1}},{"name":"react-native-safe-area-context","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0,"index":238},"end":{"line":13,"column":67,"index":305}}],"key":"XjdTKvCUWX6CbQzg5fSDHG/WgHk=","exportNames":["*"],"imports":1}},{"name":"../contexts/AuthContext","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":14,"column":0,"index":306},"end":{"line":14,"column":50,"index":356}}],"key":"oNCgyH4yx4pAIVZXLqqRGB2kuCY=","exportNames":["*"],"imports":1}},{"name":"../config/api","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":15,"column":0,"index":357},"end":{"line":15,"column":46,"index":403}}],"key":"V94urzZZSfzzXHrNxWFShT8IuQo=","exportNames":["*"],"imports":1}},{"name":"react/jsx-dev-runtime","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"L9D70Z4hi4aGuui1ysja/oQ5ytI=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n var _jsxFileName = \"/app/frontend/src/screens/EditProfileScreen.tsx\",\n _s = $RefreshSig$();\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return EditProfileScreen;\n }\n });\n var _react = require(_dependencyMap[0], \"react\");\n var _reactNativeWebDistExportsView = require(_dependencyMap[1], \"react-native-web/dist/exports/View\");\n var View = _interopDefault(_reactNativeWebDistExportsView);\n var _reactNativeWebDistExportsText = require(_dependencyMap[2], \"react-native-web/dist/exports/Text\");\n var Text = _interopDefault(_reactNativeWebDistExportsText);\n var _reactNativeWebDistExportsStyleSheet = require(_dependencyMap[3], \"react-native-web/dist/exports/StyleSheet\");\n var StyleSheet = _interopDefault(_reactNativeWebDistExportsStyleSheet);\n var _reactNativeWebDistExportsTouchableOpacity = require(_dependencyMap[4], \"react-native-web/dist/exports/TouchableOpacity\");\n var TouchableOpacity = _interopDefault(_reactNativeWebDistExportsTouchableOpacity);\n var _reactNativeWebDistExportsTextInput = require(_dependencyMap[5], \"react-native-web/dist/exports/TextInput\");\n var TextInput = _interopDefault(_reactNativeWebDistExportsTextInput);\n var _reactNativeWebDistExportsScrollView = require(_dependencyMap[6], \"react-native-web/dist/exports/ScrollView\");\n var ScrollView = _interopDefault(_reactNativeWebDistExportsScrollView);\n var _reactNativeWebDistExportsAlert = require(_dependencyMap[7], \"react-native-web/dist/exports/Alert\");\n var Alert = _interopDefault(_reactNativeWebDistExportsAlert);\n var _reactNativeWebDistExportsActivityIndicator = require(_dependencyMap[8], \"react-native-web/dist/exports/ActivityIndicator\");\n var ActivityIndicator = _interopDefault(_reactNativeWebDistExportsActivityIndicator);\n var _expoVectorIcons = require(_dependencyMap[9], \"@expo/vector-icons\");\n var _reactNativeSafeAreaContext = require(_dependencyMap[10], \"react-native-safe-area-context\");\n var _contextsAuthContext = require(_dependencyMap[11], \"../contexts/AuthContext\");\n var _configApi = require(_dependencyMap[12], \"../config/api\");\n var _reactJsxDevRuntime = require(_dependencyMap[13], \"react/jsx-dev-runtime\");\n function EditProfileScreen({\n navigation\n }) {\n _s();\n const insets = (0, _reactNativeSafeAreaContext.useSafeAreaInsets)();\n const {\n user\n } = (0, _contextsAuthContext.useAuth)();\n const [loading, setLoading] = (0, _react.useState)(false);\n const [email, setEmail] = (0, _react.useState)('');\n const [firstName, setFirstName] = (0, _react.useState)('');\n const [lastName, setLastName] = (0, _react.useState)('');\n const [phone, setPhone] = (0, _react.useState)('');\n (0, _react.useEffect)(() => {\n loadUserData();\n }, []);\n const loadUserData = async () => {\n try {\n const response = await fetch(`${_configApi.API_ENDPOINTS.AUTH_USER(user?.user_id || '')}`);\n if (response.ok) {\n const data = await response.json();\n setEmail(data.email || '');\n setFirstName(data.first_name || '');\n setLastName(data.last_name || '');\n setPhone(data.phone || '');\n }\n } catch (error) {\n console.error('Error loading user data:', error);\n }\n };\n const handleSave = async () => {\n setLoading(true);\n try {\n const backendUrl = \"https://digital-kurdistan.preview.emergentagent.com\" || 'http://localhost:8001';\n const response = await fetch(`${backendUrl}/api/auth/profile`, {\n method: 'PUT',\n headers: {\n 'Content-Type': 'application/json'\n },\n body: JSON.stringify({\n user_id: user?.user_id,\n email,\n first_name: firstName,\n last_name: lastName,\n phone\n })\n });\n if (response.ok) {\n Alert.default.alert('Success', 'Profile updated successfully!');\n navigation.goBack();\n } else {\n Alert.default.alert('Error', 'Failed to update profile');\n }\n } catch (error) {\n Alert.default.alert('Error', 'Network error occurred');\n } finally {\n setLoading(false);\n }\n };\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: [styles.container, {\n paddingTop: insets.top\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.header,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n onPress: () => navigation.goBack(),\n style: styles.backButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"arrow-back\",\n size: 24,\n color: \"#1F2937\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 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)(Text.default, {\n style: styles.headerTitle,\n children: \"Edit Profile\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 82,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: {\n width: 40\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 83,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 78,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n contentContainerStyle: styles.scrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.label,\n children: \"First Name\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 88,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TextInput.default, {\n style: styles.input,\n value: firstName,\n onChangeText: setFirstName,\n placeholder: \"Enter first name\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 89,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 87,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.label,\n children: \"Last Name\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 98,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TextInput.default, {\n style: styles.input,\n value: lastName,\n onChangeText: setLastName,\n placeholder: \"Enter last name\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 99,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 97,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.label,\n children: \"Email\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 108,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TextInput.default, {\n style: styles.input,\n value: email,\n onChangeText: setEmail,\n placeholder: \"Enter email\",\n keyboardType: \"email-address\",\n autoCapitalize: \"none\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 109,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 107,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.label,\n children: \"Phone Number\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 120,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TextInput.default, {\n style: styles.input,\n value: phone,\n onChangeText: setPhone,\n placeholder: \"Enter phone number\",\n keyboardType: \"phone-pad\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 121,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 119,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: [styles.saveButton, loading && styles.saveButtonDisabled],\n onPress: handleSave,\n disabled: loading,\n children: loading ? /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ActivityIndicator.default, {\n color: \"#FFF\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 136,\n columnNumber: 13\n }, this) : /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.saveButtonText,\n children: \"Save Changes\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 138,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 130,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 86,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 77,\n columnNumber: 5\n }, this);\n }\n _s(EditProfileScreen, \"J2adW25x77jVaaK5zqJUW20tfoo=\", false, function () {\n return [_reactNativeSafeAreaContext.useSafeAreaInsets, _contextsAuthContext.useAuth];\n });\n _c = EditProfileScreen;\n const styles = StyleSheet.default.create({\n container: {\n flex: 1,\n backgroundColor: '#F8F9FA'\n },\n header: {\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'space-between',\n paddingHorizontal: 16,\n paddingVertical: 16,\n backgroundColor: '#FFF',\n borderBottomWidth: 1,\n borderBottomColor: '#E5E7EB'\n },\n backButton: {\n width: 40,\n height: 40,\n borderRadius: 20,\n backgroundColor: '#F3F4F6',\n alignItems: 'center',\n justifyContent: 'center'\n },\n headerTitle: {\n fontSize: 18,\n fontWeight: '700',\n color: '#1F2937'\n },\n scrollContent: {\n padding: 16,\n paddingBottom: 80\n },\n section: {\n marginBottom: 20\n },\n label: {\n fontSize: 14,\n fontWeight: '600',\n color: '#374151',\n marginBottom: 8\n },\n input: {\n backgroundColor: '#FFF',\n padding: 16,\n borderRadius: 12,\n fontSize: 16,\n borderWidth: 1,\n borderColor: '#E5E7EB'\n },\n saveButton: {\n backgroundColor: '#EE2A35',\n padding: 16,\n borderRadius: 12,\n alignItems: 'center',\n marginTop: 24\n },\n saveButtonDisabled: {\n opacity: 0.6\n },\n saveButtonText: {\n fontSize: 16,\n fontWeight: '600',\n color: '#FFF'\n }\n });\n var _c;\n $RefreshReg$(_c, \"EditProfileScreen\");\n});","lineCount":345,"map":[[14,2,17,15,"Object"],[14,8,17,15],[14,9,17,15,"defineProperty"],[14,23,17,15],[14,24,17,15,"exports"],[14,31,17,15],[15,4,17,15,"enumerable"],[15,14,17,15],[16,4,17,15,"get"],[16,7,17,15],[16,18,17,15,"get"],[16,19,17,15],[17,6,17,15],[17,13,17,15,"EditProfileScreen"],[17,30,17,15],[18,4,17,15],[19,2,17,15],[20,2,1,0],[20,6,1,0,"_react"],[20,12,1,0],[20,15,1,0,"require"],[20,22,1,0],[20,23,1,0,"_dependencyMap"],[20,37,1,0],[21,2,1,51],[21,6,1,51,"_reactNativeWebDistExportsView"],[21,36,1,51],[21,39,1,51,"require"],[21,46,1,51],[21,47,1,51,"_dependencyMap"],[21,61,1,51],[22,2,1,51],[22,6,1,51,"View"],[22,10,1,51],[22,13,1,51,"_interopDefault"],[22,28,1,51],[22,29,1,51,"_reactNativeWebDistExportsView"],[22,59,1,51],[23,2,1,51],[23,6,1,51,"_reactNativeWebDistExportsText"],[23,36,1,51],[23,39,1,51,"require"],[23,46,1,51],[23,47,1,51,"_dependencyMap"],[23,61,1,51],[24,2,1,51],[24,6,1,51,"Text"],[24,10,1,51],[24,13,1,51,"_interopDefault"],[24,28,1,51],[24,29,1,51,"_reactNativeWebDistExportsText"],[24,59,1,51],[25,2,1,51],[25,6,1,51,"_reactNativeWebDistExportsStyleSheet"],[25,42,1,51],[25,45,1,51,"require"],[25,52,1,51],[25,53,1,51,"_dependencyMap"],[25,67,1,51],[26,2,1,51],[26,6,1,51,"StyleSheet"],[26,16,1,51],[26,19,1,51,"_interopDefault"],[26,34,1,51],[26,35,1,51,"_reactNativeWebDistExportsStyleSheet"],[26,71,1,51],[27,2,1,51],[27,6,1,51,"_reactNativeWebDistExportsTouchableOpacity"],[27,48,1,51],[27,51,1,51,"require"],[27,58,1,51],[27,59,1,51,"_dependencyMap"],[27,73,1,51],[28,2,1,51],[28,6,1,51,"TouchableOpacity"],[28,22,1,51],[28,25,1,51,"_interopDefault"],[28,40,1,51],[28,41,1,51,"_reactNativeWebDistExportsTouchableOpacity"],[28,83,1,51],[29,2,1,51],[29,6,1,51,"_reactNativeWebDistExportsTextInput"],[29,41,1,51],[29,44,1,51,"require"],[29,51,1,51],[29,52,1,51,"_dependencyMap"],[29,66,1,51],[30,2,1,51],[30,6,1,51,"TextInput"],[30,15,1,51],[30,18,1,51,"_interopDefault"],[30,33,1,51],[30,34,1,51,"_reactNativeWebDistExportsTextInput"],[30,69,1,51],[31,2,1,51],[31,6,1,51,"_reactNativeWebDistExportsScrollView"],[31,42,1,51],[31,45,1,51,"require"],[31,52,1,51],[31,53,1,51,"_dependencyMap"],[31,67,1,51],[32,2,1,51],[32,6,1,51,"ScrollView"],[32,16,1,51],[32,19,1,51,"_interopDefault"],[32,34,1,51],[32,35,1,51,"_reactNativeWebDistExportsScrollView"],[32,71,1,51],[33,2,1,51],[33,6,1,51,"_reactNativeWebDistExportsAlert"],[33,37,1,51],[33,40,1,51,"require"],[33,47,1,51],[33,48,1,51,"_dependencyMap"],[33,62,1,51],[34,2,1,51],[34,6,1,51,"Alert"],[34,11,1,51],[34,14,1,51,"_interopDefault"],[34,29,1,51],[34,30,1,51,"_reactNativeWebDistExportsAlert"],[34,61,1,51],[35,2,1,51],[35,6,1,51,"_reactNativeWebDistExportsActivityIndicator"],[35,49,1,51],[35,52,1,51,"require"],[35,59,1,51],[35,60,1,51,"_dependencyMap"],[35,74,1,51],[36,2,1,51],[36,6,1,51,"ActivityIndicator"],[36,23,1,51],[36,26,1,51,"_interopDefault"],[36,41,1,51],[36,42,1,51,"_reactNativeWebDistExportsActivityIndicator"],[36,85,1,51],[37,2,12,0],[37,6,12,0,"_expoVectorIcons"],[37,22,12,0],[37,25,12,0,"require"],[37,32,12,0],[37,33,12,0,"_dependencyMap"],[37,47,12,0],[38,2,13,0],[38,6,13,0,"_reactNativeSafeAreaContext"],[38,33,13,0],[38,36,13,0,"require"],[38,43,13,0],[38,44,13,0,"_dependencyMap"],[38,58,13,0],[39,2,14,0],[39,6,14,0,"_contextsAuthContext"],[39,26,14,0],[39,29,14,0,"require"],[39,36,14,0],[39,37,14,0,"_dependencyMap"],[39,51,14,0],[40,2,15,0],[40,6,15,0,"_configApi"],[40,16,15,0],[40,19,15,0,"require"],[40,26,15,0],[40,27,15,0,"_dependencyMap"],[40,41,15,0],[41,2,15,46],[41,6,15,46,"_reactJsxDevRuntime"],[41,25,15,46],[41,28,15,46,"require"],[41,35,15,46],[41,36,15,46,"_dependencyMap"],[41,50,15,46],[42,2,17,15],[42,11,17,24,"EditProfileScreen"],[42,28,17,41,"EditProfileScreen"],[42,29,17,42],[43,4,17,44,"navigation"],[44,2,17,60],[44,3,17,61],[44,5,17,63],[45,4,17,63,"_s"],[45,6,17,63],[46,4,18,2],[46,10,18,8,"insets"],[46,16,18,14],[46,19,18,17],[46,23,18,17,"useSafeAreaInsets"],[46,50,18,34],[46,51,18,34,"useSafeAreaInsets"],[46,68,18,34],[46,70,18,35],[46,71,18,36],[47,4,19,2],[47,10,19,8],[48,6,19,10,"user"],[49,4,19,15],[49,5,19,16],[49,8,19,19],[49,12,19,19,"useAuth"],[49,32,19,26],[49,33,19,26,"useAuth"],[49,40,19,26],[49,42,19,27],[49,43,19,28],[50,4,20,2],[50,10,20,8],[50,11,20,9,"loading"],[50,18,20,16],[50,20,20,18,"setLoading"],[50,30,20,28],[50,31,20,29],[50,34,20,32],[50,38,20,32,"useState"],[50,44,20,40],[50,45,20,40,"useState"],[50,53,20,40],[50,55,20,41],[50,60,20,46],[50,61,20,47],[51,4,21,2],[51,10,21,8],[51,11,21,9,"email"],[51,16,21,14],[51,18,21,16,"setEmail"],[51,26,21,24],[51,27,21,25],[51,30,21,28],[51,34,21,28,"useState"],[51,40,21,36],[51,41,21,36,"useState"],[51,49,21,36],[51,51,21,37],[51,53,21,39],[51,54,21,40],[52,4,22,2],[52,10,22,8],[52,11,22,9,"firstName"],[52,20,22,18],[52,22,22,20,"setFirstName"],[52,34,22,32],[52,35,22,33],[52,38,22,36],[52,42,22,36,"useState"],[52,48,22,44],[52,49,22,44,"useState"],[52,57,22,44],[52,59,22,45],[52,61,22,47],[52,62,22,48],[53,4,23,2],[53,10,23,8],[53,11,23,9,"lastName"],[53,19,23,17],[53,21,23,19,"setLastName"],[53,32,23,30],[53,33,23,31],[53,36,23,34],[53,40,23,34,"useState"],[53,46,23,42],[53,47,23,42,"useState"],[53,55,23,42],[53,57,23,43],[53,59,23,45],[53,60,23,46],[54,4,24,2],[54,10,24,8],[54,11,24,9,"phone"],[54,16,24,14],[54,18,24,16,"setPhone"],[54,26,24,24],[54,27,24,25],[54,30,24,28],[54,34,24,28,"useState"],[54,40,24,36],[54,41,24,36,"useState"],[54,49,24,36],[54,51,24,37],[54,53,24,39],[54,54,24,40],[55,4,26,2],[55,8,26,2,"useEffect"],[55,14,26,11],[55,15,26,11,"useEffect"],[55,24,26,11],[55,26,26,12],[55,32,26,18],[56,6,27,4,"loadUserData"],[56,18,27,16],[56,19,27,17],[56,20,27,18],[57,4,28,2],[57,5,28,3],[57,7,28,5],[57,9,28,7],[57,10,28,8],[58,4,30,2],[58,10,30,8,"loadUserData"],[58,22,30,20],[58,25,30,23],[58,31,30,23,"loadUserData"],[58,32,30,23],[58,37,30,35],[59,6,31,4],[59,10,31,8],[60,8,32,6],[60,14,32,12,"response"],[60,22,32,20],[60,25,32,23],[60,31,32,29,"fetch"],[60,36,32,34],[60,37,32,35],[60,40,32,38,"API_ENDPOINTS"],[60,50,32,51],[60,51,32,51,"API_ENDPOINTS"],[60,64,32,51],[60,65,32,52,"AUTH_USER"],[60,74,32,61],[60,75,32,62,"user"],[60,79,32,66],[60,81,32,68,"user_id"],[60,88,32,75],[60,92,32,79],[60,94,32,81],[60,95,32,82],[60,97,32,84],[60,98,32,85],[61,8,33,6],[61,12,33,10,"response"],[61,20,33,18],[61,21,33,19,"ok"],[61,23,33,21],[61,25,33,23],[62,10,34,8],[62,16,34,14,"data"],[62,20,34,18],[62,23,34,21],[62,29,34,27,"response"],[62,37,34,35],[62,38,34,36,"json"],[62,42,34,40],[62,43,34,41],[62,44,34,42],[63,10,35,8,"setEmail"],[63,18,35,16],[63,19,35,17,"data"],[63,23,35,21],[63,24,35,22,"email"],[63,29,35,27],[63,33,35,31],[63,35,35,33],[63,36,35,34],[64,10,36,8,"setFirstName"],[64,22,36,20],[64,23,36,21,"data"],[64,27,36,25],[64,28,36,26,"first_name"],[64,38,36,36],[64,42,36,40],[64,44,36,42],[64,45,36,43],[65,10,37,8,"setLastName"],[65,21,37,19],[65,22,37,20,"data"],[65,26,37,24],[65,27,37,25,"last_name"],[65,36,37,34],[65,40,37,38],[65,42,37,40],[65,43,37,41],[66,10,38,8,"setPhone"],[66,18,38,16],[66,19,38,17,"data"],[66,23,38,21],[66,24,38,22,"phone"],[66,29,38,27],[66,33,38,31],[66,35,38,33],[66,36,38,34],[67,8,39,6],[68,6,40,4],[68,7,40,5],[68,8,40,6],[68,15,40,13,"error"],[68,20,40,18],[68,22,40,20],[69,8,41,6,"console"],[69,15,41,13],[69,16,41,14,"error"],[69,21,41,19],[69,22,41,20],[69,48,41,46],[69,50,41,48,"error"],[69,55,41,53],[69,56,41,54],[70,6,42,4],[71,4,43,2],[71,5,43,3],[72,4,45,2],[72,10,45,8,"handleSave"],[72,20,45,18],[72,23,45,21],[72,29,45,21,"handleSave"],[72,30,45,21],[72,35,45,33],[73,6,46,4,"setLoading"],[73,16,46,14],[73,17,46,15],[73,21,46,19],[73,22,46,20],[74,6,47,4],[74,10,47,8],[75,8,48,6],[75,14,48,12,"backendUrl"],[75,24,48,22],[75,27,48,25],[75,84,48,64],[75,107,48,87],[76,8,49,6],[76,14,49,12,"response"],[76,22,49,20],[76,25,49,23],[76,31,49,29,"fetch"],[76,36,49,34],[76,37,49,35],[76,40,49,38,"backendUrl"],[76,50,49,48],[76,69,49,67],[76,71,49,69],[77,10,50,8,"method"],[77,16,50,14],[77,18,50,16],[77,23,50,21],[78,10,51,8,"headers"],[78,17,51,15],[78,19,51,17],[79,12,52,10],[79,26,52,24],[79,28,52,26],[80,10,53,8],[80,11,53,9],[81,10,54,8,"body"],[81,14,54,12],[81,16,54,14,"JSON"],[81,20,54,18],[81,21,54,19,"stringify"],[81,30,54,28],[81,31,54,29],[82,12,55,10,"user_id"],[82,19,55,17],[82,21,55,19,"user"],[82,25,55,23],[82,27,55,25,"user_id"],[82,34,55,32],[83,12,56,10,"email"],[83,17,56,15],[84,12,57,10,"first_name"],[84,22,57,20],[84,24,57,22,"firstName"],[84,33,57,31],[85,12,58,10,"last_name"],[85,21,58,19],[85,23,58,21,"lastName"],[85,31,58,29],[86,12,59,10,"phone"],[87,10,60,8],[87,11,60,9],[88,8,61,6],[88,9,61,7],[88,10,61,8],[89,8,63,6],[89,12,63,10,"response"],[89,20,63,18],[89,21,63,19,"ok"],[89,23,63,21],[89,25,63,23],[90,10,64,8,"Alert"],[90,15,64,13],[90,16,64,13,"default"],[90,23,64,13],[90,24,64,14,"alert"],[90,29,64,19],[90,30,64,20],[90,39,64,29],[90,41,64,31],[90,72,64,62],[90,73,64,63],[91,10,65,8,"navigation"],[91,20,65,18],[91,21,65,19,"goBack"],[91,27,65,25],[91,28,65,26],[91,29,65,27],[92,8,66,6],[92,9,66,7],[92,15,66,13],[93,10,67,8,"Alert"],[93,15,67,13],[93,16,67,13,"default"],[93,23,67,13],[93,24,67,14,"alert"],[93,29,67,19],[93,30,67,20],[93,37,67,27],[93,39,67,29],[93,65,67,55],[93,66,67,56],[94,8,68,6],[95,6,69,4],[95,7,69,5],[95,8,69,6],[95,15,69,13,"error"],[95,20,69,18],[95,22,69,20],[96,8,70,6,"Alert"],[96,13,70,11],[96,14,70,11,"default"],[96,21,70,11],[96,22,70,12,"alert"],[96,27,70,17],[96,28,70,18],[96,35,70,25],[96,37,70,27],[96,61,70,51],[96,62,70,52],[97,6,71,4],[97,7,71,5],[97,16,71,14],[98,8,72,6,"setLoading"],[98,18,72,16],[98,19,72,17],[98,24,72,22],[98,25,72,23],[99,6,73,4],[100,4,74,2],[100,5,74,3],[101,4,76,2],[101,24,77,4],[101,28,77,4,"_reactJsxDevRuntime"],[101,47,77,4],[101,48,77,4,"jsxDEV"],[101,54,77,4],[101,56,77,5,"View"],[101,60,77,9],[101,61,77,9,"default"],[101,68,77,9],[102,6,77,10,"style"],[102,11,77,15],[102,13,77,17],[102,14,77,18,"styles"],[102,20,77,24],[102,21,77,25,"container"],[102,30,77,34],[102,32,77,36],[103,8,77,38,"paddingTop"],[103,18,77,48],[103,20,77,50,"insets"],[103,26,77,56],[103,27,77,57,"top"],[104,6,77,61],[104,7,77,62],[104,8,77,64],[105,6,77,64,"children"],[105,14,77,64],[105,30,78,6],[105,34,78,6,"_reactJsxDevRuntime"],[105,53,78,6],[105,54,78,6,"jsxDEV"],[105,60,78,6],[105,62,78,7,"View"],[105,66,78,11],[105,67,78,11,"default"],[105,74,78,11],[106,8,78,12,"style"],[106,13,78,17],[106,15,78,19,"styles"],[106,21,78,25],[106,22,78,26,"header"],[106,28,78,33],[107,8,78,33,"children"],[107,16,78,33],[107,32,79,8],[107,36,79,8,"_reactJsxDevRuntime"],[107,55,79,8],[107,56,79,8,"jsxDEV"],[107,62,79,8],[107,64,79,9,"TouchableOpacity"],[107,80,79,25],[107,81,79,25,"default"],[107,88,79,25],[108,10,79,26,"onPress"],[108,17,79,33],[108,19,79,35,"onPress"],[108,20,79,35],[108,25,79,41,"navigation"],[108,35,79,51],[108,36,79,52,"goBack"],[108,42,79,58],[108,43,79,59],[108,44,79,61],[109,10,79,62,"style"],[109,15,79,67],[109,17,79,69,"styles"],[109,23,79,75],[109,24,79,76,"backButton"],[109,34,79,87],[110,10,79,87,"children"],[110,18,79,87],[110,33,80,10],[110,37,80,10,"_reactJsxDevRuntime"],[110,56,80,10],[110,57,80,10,"jsxDEV"],[110,63,80,10],[110,65,80,11,"_expoVectorIcons"],[110,81,80,19],[110,82,80,19,"Ionicons"],[110,90,80,19],[111,12,80,20,"name"],[111,16,80,24],[111,18,80,25],[111,30,80,37],[112,12,80,38,"size"],[112,16,80,42],[112,18,80,44],[112,20,80,47],[113,12,80,48,"color"],[113,17,80,53],[113,19,80,54],[114,10,80,63],[115,12,80,63,"fileName"],[115,20,80,63],[115,22,80,63,"_jsxFileName"],[115,34,80,63],[116,12,80,63,"lineNumber"],[116,22,80,63],[117,12,80,63,"columnNumber"],[117,24,80,63],[118,10,80,63],[118,17,80,65],[119,8,80,66],[120,10,80,66,"fileName"],[120,18,80,66],[120,20,80,66,"_jsxFileName"],[120,32,80,66],[121,10,80,66,"lineNumber"],[121,20,80,66],[122,10,80,66,"columnNumber"],[122,22,80,66],[123,8,80,66],[123,15,81,26],[123,16,81,27],[123,31,82,8],[123,35,82,8,"_reactJsxDevRuntime"],[123,54,82,8],[123,55,82,8,"jsxDEV"],[123,61,82,8],[123,63,82,9,"Text"],[123,67,82,13],[123,68,82,13,"default"],[123,75,82,13],[124,10,82,14,"style"],[124,15,82,19],[124,17,82,21,"styles"],[124,23,82,27],[124,24,82,28,"headerTitle"],[124,35,82,40],[125,10,82,40,"children"],[125,18,82,40],[125,20,82,41],[126,8,82,53],[127,10,82,53,"fileName"],[127,18,82,53],[127,20,82,53,"_jsxFileName"],[127,32,82,53],[128,10,82,53,"lineNumber"],[128,20,82,53],[129,10,82,53,"columnNumber"],[129,22,82,53],[130,8,82,53],[130,15,82,59],[130,16,82,60],[130,31,83,8],[130,35,83,8,"_reactJsxDevRuntime"],[130,54,83,8],[130,55,83,8,"jsxDEV"],[130,61,83,8],[130,63,83,9,"View"],[130,67,83,13],[130,68,83,13,"default"],[130,75,83,13],[131,10,83,14,"style"],[131,15,83,19],[131,17,83,21],[132,12,83,23,"width"],[132,17,83,28],[132,19,83,30],[133,10,83,33],[134,8,83,35],[135,10,83,35,"fileName"],[135,18,83,35],[135,20,83,35,"_jsxFileName"],[135,32,83,35],[136,10,83,35,"lineNumber"],[136,20,83,35],[137,10,83,35,"columnNumber"],[137,22,83,35],[138,8,83,35],[138,15,83,37],[138,16,83,38],[139,6,83,38],[140,8,83,38,"fileName"],[140,16,83,38],[140,18,83,38,"_jsxFileName"],[140,30,83,38],[141,8,83,38,"lineNumber"],[141,18,83,38],[142,8,83,38,"columnNumber"],[142,20,83,38],[143,6,83,38],[143,13,84,12],[143,14,84,13],[143,29,86,6],[143,33,86,6,"_reactJsxDevRuntime"],[143,52,86,6],[143,53,86,6,"jsxDEV"],[143,59,86,6],[143,61,86,7,"ScrollView"],[143,71,86,17],[143,72,86,17,"default"],[143,79,86,17],[144,8,86,18,"contentContainerStyle"],[144,29,86,39],[144,31,86,41,"styles"],[144,37,86,47],[144,38,86,48,"scrollContent"],[144,51,86,62],[145,8,86,62,"children"],[145,16,86,62],[145,32,87,8],[145,36,87,8,"_reactJsxDevRuntime"],[145,55,87,8],[145,56,87,8,"jsxDEV"],[145,62,87,8],[145,64,87,9,"View"],[145,68,87,13],[145,69,87,13,"default"],[145,76,87,13],[146,10,87,14,"style"],[146,15,87,19],[146,17,87,21,"styles"],[146,23,87,27],[146,24,87,28,"section"],[146,31,87,36],[147,10,87,36,"children"],[147,18,87,36],[147,34,88,10],[147,38,88,10,"_reactJsxDevRuntime"],[147,57,88,10],[147,58,88,10,"jsxDEV"],[147,64,88,10],[147,66,88,11,"Text"],[147,70,88,15],[147,71,88,15,"default"],[147,78,88,15],[148,12,88,16,"style"],[148,17,88,21],[148,19,88,23,"styles"],[148,25,88,29],[148,26,88,30,"label"],[148,31,88,36],[149,12,88,36,"children"],[149,20,88,36],[149,22,88,37],[150,10,88,47],[151,12,88,47,"fileName"],[151,20,88,47],[151,22,88,47,"_jsxFileName"],[151,34,88,47],[152,12,88,47,"lineNumber"],[152,22,88,47],[153,12,88,47,"columnNumber"],[153,24,88,47],[154,10,88,47],[154,17,88,53],[154,18,88,54],[154,33,89,10],[154,37,89,10,"_reactJsxDevRuntime"],[154,56,89,10],[154,57,89,10,"jsxDEV"],[154,63,89,10],[154,65,89,11,"TextInput"],[154,74,89,20],[154,75,89,20,"default"],[154,82,89,20],[155,12,90,12,"style"],[155,17,90,17],[155,19,90,19,"styles"],[155,25,90,25],[155,26,90,26,"input"],[155,31,90,32],[156,12,91,12,"value"],[156,17,91,17],[156,19,91,19,"firstName"],[156,28,91,29],[157,12,92,12,"onChangeText"],[157,24,92,24],[157,26,92,26,"setFirstName"],[157,38,92,39],[158,12,93,12,"placeholder"],[158,23,93,23],[158,25,93,24],[159,10,93,42],[160,12,93,42,"fileName"],[160,20,93,42],[160,22,93,42,"_jsxFileName"],[160,34,93,42],[161,12,93,42,"lineNumber"],[161,22,93,42],[162,12,93,42,"columnNumber"],[162,24,93,42],[163,10,93,42],[163,17,94,11],[163,18,94,12],[164,8,94,12],[165,10,94,12,"fileName"],[165,18,94,12],[165,20,94,12,"_jsxFileName"],[165,32,94,12],[166,10,94,12,"lineNumber"],[166,20,94,12],[167,10,94,12,"columnNumber"],[167,22,94,12],[168,8,94,12],[168,15,95,14],[168,16,95,15],[168,31,97,8],[168,35,97,8,"_reactJsxDevRuntime"],[168,54,97,8],[168,55,97,8,"jsxDEV"],[168,61,97,8],[168,63,97,9,"View"],[168,67,97,13],[168,68,97,13,"default"],[168,75,97,13],[169,10,97,14,"style"],[169,15,97,19],[169,17,97,21,"styles"],[169,23,97,27],[169,24,97,28,"section"],[169,31,97,36],[170,10,97,36,"children"],[170,18,97,36],[170,34,98,10],[170,38,98,10,"_reactJsxDevRuntime"],[170,57,98,10],[170,58,98,10,"jsxDEV"],[170,64,98,10],[170,66,98,11,"Text"],[170,70,98,15],[170,71,98,15,"default"],[170,78,98,15],[171,12,98,16,"style"],[171,17,98,21],[171,19,98,23,"styles"],[171,25,98,29],[171,26,98,30,"label"],[171,31,98,36],[172,12,98,36,"children"],[172,20,98,36],[172,22,98,37],[173,10,98,46],[174,12,98,46,"fileName"],[174,20,98,46],[174,22,98,46,"_jsxFileName"],[174,34,98,46],[175,12,98,46,"lineNumber"],[175,22,98,46],[176,12,98,46,"columnNumber"],[176,24,98,46],[177,10,98,46],[177,17,98,52],[177,18,98,53],[177,33,99,10],[177,37,99,10,"_reactJsxDevRuntime"],[177,56,99,10],[177,57,99,10,"jsxDEV"],[177,63,99,10],[177,65,99,11,"TextInput"],[177,74,99,20],[177,75,99,20,"default"],[177,82,99,20],[178,12,100,12,"style"],[178,17,100,17],[178,19,100,19,"styles"],[178,25,100,25],[178,26,100,26,"input"],[178,31,100,32],[179,12,101,12,"value"],[179,17,101,17],[179,19,101,19,"lastName"],[179,27,101,28],[180,12,102,12,"onChangeText"],[180,24,102,24],[180,26,102,26,"setLastName"],[180,37,102,38],[181,12,103,12,"placeholder"],[181,23,103,23],[181,25,103,24],[182,10,103,41],[183,12,103,41,"fileName"],[183,20,103,41],[183,22,103,41,"_jsxFileName"],[183,34,103,41],[184,12,103,41,"lineNumber"],[184,22,103,41],[185,12,103,41,"columnNumber"],[185,24,103,41],[186,10,103,41],[186,17,104,11],[186,18,104,12],[187,8,104,12],[188,10,104,12,"fileName"],[188,18,104,12],[188,20,104,12,"_jsxFileName"],[188,32,104,12],[189,10,104,12,"lineNumber"],[189,20,104,12],[190,10,104,12,"columnNumber"],[190,22,104,12],[191,8,104,12],[191,15,105,14],[191,16,105,15],[191,31,107,8],[191,35,107,8,"_reactJsxDevRuntime"],[191,54,107,8],[191,55,107,8,"jsxDEV"],[191,61,107,8],[191,63,107,9,"View"],[191,67,107,13],[191,68,107,13,"default"],[191,75,107,13],[192,10,107,14,"style"],[192,15,107,19],[192,17,107,21,"styles"],[192,23,107,27],[192,24,107,28,"section"],[192,31,107,36],[193,10,107,36,"children"],[193,18,107,36],[193,34,108,10],[193,38,108,10,"_reactJsxDevRuntime"],[193,57,108,10],[193,58,108,10,"jsxDEV"],[193,64,108,10],[193,66,108,11,"Text"],[193,70,108,15],[193,71,108,15,"default"],[193,78,108,15],[194,12,108,16,"style"],[194,17,108,21],[194,19,108,23,"styles"],[194,25,108,29],[194,26,108,30,"label"],[194,31,108,36],[195,12,108,36,"children"],[195,20,108,36],[195,22,108,37],[196,10,108,42],[197,12,108,42,"fileName"],[197,20,108,42],[197,22,108,42,"_jsxFileName"],[197,34,108,42],[198,12,108,42,"lineNumber"],[198,22,108,42],[199,12,108,42,"columnNumber"],[199,24,108,42],[200,10,108,42],[200,17,108,48],[200,18,108,49],[200,33,109,10],[200,37,109,10,"_reactJsxDevRuntime"],[200,56,109,10],[200,57,109,10,"jsxDEV"],[200,63,109,10],[200,65,109,11,"TextInput"],[200,74,109,20],[200,75,109,20,"default"],[200,82,109,20],[201,12,110,12,"style"],[201,17,110,17],[201,19,110,19,"styles"],[201,25,110,25],[201,26,110,26,"input"],[201,31,110,32],[202,12,111,12,"value"],[202,17,111,17],[202,19,111,19,"email"],[202,24,111,25],[203,12,112,12,"onChangeText"],[203,24,112,24],[203,26,112,26,"setEmail"],[203,34,112,35],[204,12,113,12,"placeholder"],[204,23,113,23],[204,25,113,24],[204,38,113,37],[205,12,114,12,"keyboardType"],[205,24,114,24],[205,26,114,25],[205,41,114,40],[206,12,115,12,"autoCapitalize"],[206,26,115,26],[206,28,115,27],[207,10,115,33],[208,12,115,33,"fileName"],[208,20,115,33],[208,22,115,33,"_jsxFileName"],[208,34,115,33],[209,12,115,33,"lineNumber"],[209,22,115,33],[210,12,115,33,"columnNumber"],[210,24,115,33],[211,10,115,33],[211,17,116,11],[211,18,116,12],[212,8,116,12],[213,10,116,12,"fileName"],[213,18,116,12],[213,20,116,12,"_jsxFileName"],[213,32,116,12],[214,10,116,12,"lineNumber"],[214,20,116,12],[215,10,116,12,"columnNumber"],[215,22,116,12],[216,8,116,12],[216,15,117,14],[216,16,117,15],[216,31,119,8],[216,35,119,8,"_reactJsxDevRuntime"],[216,54,119,8],[216,55,119,8,"jsxDEV"],[216,61,119,8],[216,63,119,9,"View"],[216,67,119,13],[216,68,119,13,"default"],[216,75,119,13],[217,10,119,14,"style"],[217,15,119,19],[217,17,119,21,"styles"],[217,23,119,27],[217,24,119,28,"section"],[217,31,119,36],[218,10,119,36,"children"],[218,18,119,36],[218,34,120,10],[218,38,120,10,"_reactJsxDevRuntime"],[218,57,120,10],[218,58,120,10,"jsxDEV"],[218,64,120,10],[218,66,120,11,"Text"],[218,70,120,15],[218,71,120,15,"default"],[218,78,120,15],[219,12,120,16,"style"],[219,17,120,21],[219,19,120,23,"styles"],[219,25,120,29],[219,26,120,30,"label"],[219,31,120,36],[220,12,120,36,"children"],[220,20,120,36],[220,22,120,37],[221,10,120,49],[222,12,120,49,"fileName"],[222,20,120,49],[222,22,120,49,"_jsxFileName"],[222,34,120,49],[223,12,120,49,"lineNumber"],[223,22,120,49],[224,12,120,49,"columnNumber"],[224,24,120,49],[225,10,120,49],[225,17,120,55],[225,18,120,56],[225,33,121,10],[225,37,121,10,"_reactJsxDevRuntime"],[225,56,121,10],[225,57,121,10,"jsxDEV"],[225,63,121,10],[225,65,121,11,"TextInput"],[225,74,121,20],[225,75,121,20,"default"],[225,82,121,20],[226,12,122,12,"style"],[226,17,122,17],[226,19,122,19,"styles"],[226,25,122,25],[226,26,122,26,"input"],[226,31,122,32],[227,12,123,12,"value"],[227,17,123,17],[227,19,123,19,"phone"],[227,24,123,25],[228,12,124,12,"onChangeText"],[228,24,124,24],[228,26,124,26,"setPhone"],[228,34,124,35],[229,12,125,12,"placeholder"],[229,23,125,23],[229,25,125,24],[229,45,125,44],[230,12,126,12,"keyboardType"],[230,24,126,24],[230,26,126,25],[231,10,126,36],[232,12,126,36,"fileName"],[232,20,126,36],[232,22,126,36,"_jsxFileName"],[232,34,126,36],[233,12,126,36,"lineNumber"],[233,22,126,36],[234,12,126,36,"columnNumber"],[234,24,126,36],[235,10,126,36],[235,17,127,11],[235,18,127,12],[236,8,127,12],[237,10,127,12,"fileName"],[237,18,127,12],[237,20,127,12,"_jsxFileName"],[237,32,127,12],[238,10,127,12,"lineNumber"],[238,20,127,12],[239,10,127,12,"columnNumber"],[239,22,127,12],[240,8,127,12],[240,15,128,14],[240,16,128,15],[240,31,130,8],[240,35,130,8,"_reactJsxDevRuntime"],[240,54,130,8],[240,55,130,8,"jsxDEV"],[240,61,130,8],[240,63,130,9,"TouchableOpacity"],[240,79,130,25],[240,80,130,25,"default"],[240,87,130,25],[241,10,131,10,"style"],[241,15,131,15],[241,17,131,17],[241,18,131,18,"styles"],[241,24,131,24],[241,25,131,25,"saveButton"],[241,35,131,35],[241,37,131,37,"loading"],[241,44,131,44],[241,48,131,48,"styles"],[241,54,131,54],[241,55,131,55,"saveButtonDisabled"],[241,73,131,73],[241,74,131,75],[242,10,132,10,"onPress"],[242,17,132,17],[242,19,132,19,"handleSave"],[242,29,132,30],[243,10,133,10,"disabled"],[243,18,133,18],[243,20,133,20,"loading"],[243,27,133,28],[244,10,133,28,"children"],[244,18,133,28],[244,20,135,11,"loading"],[244,27,135,18],[244,43,136,12],[244,47,136,12,"_reactJsxDevRuntime"],[244,66,136,12],[244,67,136,12,"jsxDEV"],[244,73,136,12],[244,75,136,13,"ActivityIndicator"],[244,92,136,30],[244,93,136,30,"default"],[244,100,136,30],[245,12,136,31,"color"],[245,17,136,36],[245,19,136,37],[246,10,136,43],[247,12,136,43,"fileName"],[247,20,136,43],[247,22,136,43,"_jsxFileName"],[247,34,136,43],[248,12,136,43,"lineNumber"],[248,22,136,43],[249,12,136,43,"columnNumber"],[249,24,136,43],[250,10,136,43],[250,17,136,45],[250,18,136,46],[250,34,138,12],[250,38,138,12,"_reactJsxDevRuntime"],[250,57,138,12],[250,58,138,12,"jsxDEV"],[250,64,138,12],[250,66,138,13,"Text"],[250,70,138,17],[250,71,138,17,"default"],[250,78,138,17],[251,12,138,18,"style"],[251,17,138,23],[251,19,138,25,"styles"],[251,25,138,31],[251,26,138,32,"saveButtonText"],[251,40,138,47],[252,12,138,47,"children"],[252,20,138,47],[252,22,138,48],[253,10,138,60],[254,12,138,60,"fileName"],[254,20,138,60],[254,22,138,60,"_jsxFileName"],[254,34,138,60],[255,12,138,60,"lineNumber"],[255,22,138,60],[256,12,138,60,"columnNumber"],[256,24,138,60],[257,10,138,60],[257,17,138,66],[258,8,139,11],[259,10,139,11,"fileName"],[259,18,139,11],[259,20,139,11,"_jsxFileName"],[259,32,139,11],[260,10,139,11,"lineNumber"],[260,20,139,11],[261,10,139,11,"columnNumber"],[261,22,139,11],[262,8,139,11],[262,15,140,26],[262,16,140,27],[263,6,140,27],[264,8,140,27,"fileName"],[264,16,140,27],[264,18,140,27,"_jsxFileName"],[264,30,140,27],[265,8,140,27,"lineNumber"],[265,18,140,27],[266,8,140,27,"columnNumber"],[266,20,140,27],[267,6,140,27],[267,13,141,18],[267,14,141,19],[268,4,141,19],[269,6,141,19,"fileName"],[269,14,141,19],[269,16,141,19,"_jsxFileName"],[269,28,141,19],[270,6,141,19,"lineNumber"],[270,16,141,19],[271,6,141,19,"columnNumber"],[271,18,141,19],[272,4,141,19],[272,11,142,10],[272,12,142,11],[273,2,144,0],[274,2,144,1,"_s"],[274,4,144,1],[274,5,17,24,"EditProfileScreen"],[274,22,17,41],[275,4,17,41],[275,12,18,17,"useSafeAreaInsets"],[275,39,18,34],[275,40,18,34,"useSafeAreaInsets"],[275,57,18,34],[275,59,19,19,"useAuth"],[275,79,19,26],[275,80,19,26,"useAuth"],[275,87,19,26],[276,2,19,26],[277,2,19,26,"_c"],[277,4,19,26],[277,7,17,24,"EditProfileScreen"],[277,24,17,41],[278,2,146,0],[278,8,146,6,"styles"],[278,14,146,12],[278,17,146,15,"StyleSheet"],[278,27,146,25],[278,28,146,25,"default"],[278,35,146,25],[278,36,146,26,"create"],[278,42,146,32],[278,43,146,33],[279,4,147,2,"container"],[279,13,147,11],[279,15,147,13],[280,6,148,4,"flex"],[280,10,148,8],[280,12,148,10],[280,13,148,11],[281,6,149,4,"backgroundColor"],[281,21,149,19],[281,23,149,21],[282,4,150,2],[282,5,150,3],[283,4,151,2,"header"],[283,10,151,8],[283,12,151,10],[284,6,152,4,"flexDirection"],[284,19,152,17],[284,21,152,19],[284,26,152,24],[285,6,153,4,"alignItems"],[285,16,153,14],[285,18,153,16],[285,26,153,24],[286,6,154,4,"justifyContent"],[286,20,154,18],[286,22,154,20],[286,37,154,35],[287,6,155,4,"paddingHorizontal"],[287,23,155,21],[287,25,155,23],[287,27,155,25],[288,6,156,4,"paddingVertical"],[288,21,156,19],[288,23,156,21],[288,25,156,23],[289,6,157,4,"backgroundColor"],[289,21,157,19],[289,23,157,21],[289,29,157,27],[290,6,158,4,"borderBottomWidth"],[290,23,158,21],[290,25,158,23],[290,26,158,24],[291,6,159,4,"borderBottomColor"],[291,23,159,21],[291,25,159,23],[292,4,160,2],[292,5,160,3],[293,4,161,2,"backButton"],[293,14,161,12],[293,16,161,14],[294,6,162,4,"width"],[294,11,162,9],[294,13,162,11],[294,15,162,13],[295,6,163,4,"height"],[295,12,163,10],[295,14,163,12],[295,16,163,14],[296,6,164,4,"borderRadius"],[296,18,164,16],[296,20,164,18],[296,22,164,20],[297,6,165,4,"backgroundColor"],[297,21,165,19],[297,23,165,21],[297,32,165,30],[298,6,166,4,"alignItems"],[298,16,166,14],[298,18,166,16],[298,26,166,24],[299,6,167,4,"justifyContent"],[299,20,167,18],[299,22,167,20],[300,4,168,2],[300,5,168,3],[301,4,169,2,"headerTitle"],[301,15,169,13],[301,17,169,15],[302,6,170,4,"fontSize"],[302,14,170,12],[302,16,170,14],[302,18,170,16],[303,6,171,4,"fontWeight"],[303,16,171,14],[303,18,171,16],[303,23,171,21],[304,6,172,4,"color"],[304,11,172,9],[304,13,172,11],[305,4,173,2],[305,5,173,3],[306,4,174,2,"scrollContent"],[306,17,174,15],[306,19,174,17],[307,6,175,4,"padding"],[307,13,175,11],[307,15,175,13],[307,17,175,15],[308,6,176,4,"paddingBottom"],[308,19,176,17],[308,21,176,19],[309,4,177,2],[309,5,177,3],[310,4,178,2,"section"],[310,11,178,9],[310,13,178,11],[311,6,179,4,"marginBottom"],[311,18,179,16],[311,20,179,18],[312,4,180,2],[312,5,180,3],[313,4,181,2,"label"],[313,9,181,7],[313,11,181,9],[314,6,182,4,"fontSize"],[314,14,182,12],[314,16,182,14],[314,18,182,16],[315,6,183,4,"fontWeight"],[315,16,183,14],[315,18,183,16],[315,23,183,21],[316,6,184,4,"color"],[316,11,184,9],[316,13,184,11],[316,22,184,20],[317,6,185,4,"marginBottom"],[317,18,185,16],[317,20,185,18],[318,4,186,2],[318,5,186,3],[319,4,187,2,"input"],[319,9,187,7],[319,11,187,9],[320,6,188,4,"backgroundColor"],[320,21,188,19],[320,23,188,21],[320,29,188,27],[321,6,189,4,"padding"],[321,13,189,11],[321,15,189,13],[321,17,189,15],[322,6,190,4,"borderRadius"],[322,18,190,16],[322,20,190,18],[322,22,190,20],[323,6,191,4,"fontSize"],[323,14,191,12],[323,16,191,14],[323,18,191,16],[324,6,192,4,"borderWidth"],[324,17,192,15],[324,19,192,17],[324,20,192,18],[325,6,193,4,"borderColor"],[325,17,193,15],[325,19,193,17],[326,4,194,2],[326,5,194,3],[327,4,195,2,"saveButton"],[327,14,195,12],[327,16,195,14],[328,6,196,4,"backgroundColor"],[328,21,196,19],[328,23,196,21],[328,32,196,30],[329,6,197,4,"padding"],[329,13,197,11],[329,15,197,13],[329,17,197,15],[330,6,198,4,"borderRadius"],[330,18,198,16],[330,20,198,18],[330,22,198,20],[331,6,199,4,"alignItems"],[331,16,199,14],[331,18,199,16],[331,26,199,24],[332,6,200,4,"marginTop"],[332,15,200,13],[332,17,200,15],[333,4,201,2],[333,5,201,3],[334,4,202,2,"saveButtonDisabled"],[334,22,202,20],[334,24,202,22],[335,6,203,4,"opacity"],[335,13,203,11],[335,15,203,13],[336,4,204,2],[336,5,204,3],[337,4,205,2,"saveButtonText"],[337,18,205,16],[337,20,205,18],[338,6,206,4,"fontSize"],[338,14,206,12],[338,16,206,14],[338,18,206,16],[339,6,207,4,"fontWeight"],[339,16,207,14],[339,18,207,16],[339,23,207,21],[340,6,208,4,"color"],[340,11,208,9],[340,13,208,11],[341,4,209,2],[342,2,210,0],[342,3,210,1],[342,4,210,2],[343,2,210,3],[343,6,210,3,"_c"],[343,8,210,3],[344,2,210,3,"$RefreshReg$"],[344,14,210,3],[344,15,210,3,"_c"],[344,17,210,3],[345,0,210,3],[345,3]],"functionMap":{"names":["","EditProfileScreen","useEffect$argument_0","loadUserData","handleSave","TouchableOpacity.props.onPress"],"mappings":"AAA;eCgB;YCS;GDE;uBEE;GFa;qBGE;GH6B;mCIK,yBJ;CDiE"},"hasCjsExports":false},"type":"js/module"}]}
\ No newline at end of file
+{"dependencies":[{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":51,"index":51}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/View","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"4kYBDC6LJJXoH7P9rWDi3vkLVB0=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Text","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"JKIzsQ5YQ0gDj0MIyY0Q7F1zJtU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/StyleSheet","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"MK7+k1V+KnvCVW7Kj2k/ydtjmVU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/TouchableOpacity","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PnQOoa8QGKpV5+issz6ikk463eg=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/TextInput","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"DmXc1F5dPYWntVgqRwh73w0VngA=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/ScrollView","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"7Gv1K9/TiQvbDXlMy9NOQIEBHDA=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Alert","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PEUC6jrQVoAGZ2qYkvimljMOyJI=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/ActivityIndicator","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"bSAkUkqZq0shBb5bU6kCYXi4ciA=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":12,"column":0,"index":191},"end":{"line":12,"column":46,"index":237}}],"key":"ow7vkrqkIckRjlSi/+MhMmRYtUE=","exportNames":["*"],"imports":1}},{"name":"react-native-safe-area-context","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0,"index":238},"end":{"line":13,"column":67,"index":305}}],"key":"XjdTKvCUWX6CbQzg5fSDHG/WgHk=","exportNames":["*"],"imports":1}},{"name":"../contexts/AuthContext","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":14,"column":0,"index":306},"end":{"line":14,"column":50,"index":356}}],"key":"oNCgyH4yx4pAIVZXLqqRGB2kuCY=","exportNames":["*"],"imports":1}},{"name":"../config/api","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":15,"column":0,"index":357},"end":{"line":15,"column":46,"index":403}}],"key":"V94urzZZSfzzXHrNxWFShT8IuQo=","exportNames":["*"],"imports":1}},{"name":"react/jsx-dev-runtime","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"L9D70Z4hi4aGuui1ysja/oQ5ytI=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n var _jsxFileName = \"/app/frontend/src/screens/EditProfileScreen.tsx\",\n _s = $RefreshSig$();\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return EditProfileScreen;\n }\n });\n var _react = require(_dependencyMap[0], \"react\");\n var _reactNativeWebDistExportsView = require(_dependencyMap[1], \"react-native-web/dist/exports/View\");\n var View = _interopDefault(_reactNativeWebDistExportsView);\n var _reactNativeWebDistExportsText = require(_dependencyMap[2], \"react-native-web/dist/exports/Text\");\n var Text = _interopDefault(_reactNativeWebDistExportsText);\n var _reactNativeWebDistExportsStyleSheet = require(_dependencyMap[3], \"react-native-web/dist/exports/StyleSheet\");\n var StyleSheet = _interopDefault(_reactNativeWebDistExportsStyleSheet);\n var _reactNativeWebDistExportsTouchableOpacity = require(_dependencyMap[4], \"react-native-web/dist/exports/TouchableOpacity\");\n var TouchableOpacity = _interopDefault(_reactNativeWebDistExportsTouchableOpacity);\n var _reactNativeWebDistExportsTextInput = require(_dependencyMap[5], \"react-native-web/dist/exports/TextInput\");\n var TextInput = _interopDefault(_reactNativeWebDistExportsTextInput);\n var _reactNativeWebDistExportsScrollView = require(_dependencyMap[6], \"react-native-web/dist/exports/ScrollView\");\n var ScrollView = _interopDefault(_reactNativeWebDistExportsScrollView);\n var _reactNativeWebDistExportsAlert = require(_dependencyMap[7], \"react-native-web/dist/exports/Alert\");\n var Alert = _interopDefault(_reactNativeWebDistExportsAlert);\n var _reactNativeWebDistExportsActivityIndicator = require(_dependencyMap[8], \"react-native-web/dist/exports/ActivityIndicator\");\n var ActivityIndicator = _interopDefault(_reactNativeWebDistExportsActivityIndicator);\n var _expoVectorIcons = require(_dependencyMap[9], \"@expo/vector-icons\");\n var _reactNativeSafeAreaContext = require(_dependencyMap[10], \"react-native-safe-area-context\");\n var _contextsAuthContext = require(_dependencyMap[11], \"../contexts/AuthContext\");\n var _configApi = require(_dependencyMap[12], \"../config/api\");\n var _reactJsxDevRuntime = require(_dependencyMap[13], \"react/jsx-dev-runtime\");\n function EditProfileScreen({\n navigation\n }) {\n _s();\n const insets = (0, _reactNativeSafeAreaContext.useSafeAreaInsets)();\n const {\n user\n } = (0, _contextsAuthContext.useAuth)();\n const [loading, setLoading] = (0, _react.useState)(false);\n const [email, setEmail] = (0, _react.useState)('');\n const [firstName, setFirstName] = (0, _react.useState)('');\n const [lastName, setLastName] = (0, _react.useState)('');\n const [phone, setPhone] = (0, _react.useState)('');\n (0, _react.useEffect)(() => {\n loadUserData();\n }, []);\n const loadUserData = async () => {\n try {\n const response = await fetch(`${_configApi.API_ENDPOINTS.AUTH_USER(user?.user_id || '')}`);\n if (response.ok) {\n const data = await response.json();\n setEmail(data.email || '');\n setFirstName(data.first_name || '');\n setLastName(data.last_name || '');\n setPhone(data.phone || '');\n }\n } catch (error) {\n console.error('Error loading user data:', error);\n }\n };\n const handleSave = async () => {\n setLoading(true);\n try {\n const backendUrl = \"https://kurdish-id.preview.emergentagent.com\" || 'http://localhost:8001';\n const response = await fetch(`${backendUrl}/api/auth/profile`, {\n method: 'PUT',\n headers: {\n 'Content-Type': 'application/json'\n },\n body: JSON.stringify({\n user_id: user?.user_id,\n email,\n first_name: firstName,\n last_name: lastName,\n phone\n })\n });\n if (response.ok) {\n Alert.default.alert('Success', 'Profile updated successfully!');\n navigation.goBack();\n } else {\n Alert.default.alert('Error', 'Failed to update profile');\n }\n } catch (error) {\n Alert.default.alert('Error', 'Network error occurred');\n } finally {\n setLoading(false);\n }\n };\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: [styles.container, {\n paddingTop: insets.top\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.header,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n onPress: () => navigation.goBack(),\n style: styles.backButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"arrow-back\",\n size: 24,\n color: \"#1F2937\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 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)(Text.default, {\n style: styles.headerTitle,\n children: \"Edit Profile\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 82,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: {\n width: 40\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 83,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 78,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n contentContainerStyle: styles.scrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.label,\n children: \"First Name\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 88,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TextInput.default, {\n style: styles.input,\n value: firstName,\n onChangeText: setFirstName,\n placeholder: \"Enter first name\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 89,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 87,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.label,\n children: \"Last Name\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 98,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TextInput.default, {\n style: styles.input,\n value: lastName,\n onChangeText: setLastName,\n placeholder: \"Enter last name\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 99,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 97,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.label,\n children: \"Email\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 108,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TextInput.default, {\n style: styles.input,\n value: email,\n onChangeText: setEmail,\n placeholder: \"Enter email\",\n keyboardType: \"email-address\",\n autoCapitalize: \"none\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 109,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 107,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.label,\n children: \"Phone Number\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 120,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TextInput.default, {\n style: styles.input,\n value: phone,\n onChangeText: setPhone,\n placeholder: \"Enter phone number\",\n keyboardType: \"phone-pad\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 121,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 119,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: [styles.saveButton, loading && styles.saveButtonDisabled],\n onPress: handleSave,\n disabled: loading,\n children: loading ? /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ActivityIndicator.default, {\n color: \"#FFF\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 136,\n columnNumber: 13\n }, this) : /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.saveButtonText,\n children: \"Save Changes\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 138,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 130,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 86,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 77,\n columnNumber: 5\n }, this);\n }\n _s(EditProfileScreen, \"J2adW25x77jVaaK5zqJUW20tfoo=\", false, function () {\n return [_reactNativeSafeAreaContext.useSafeAreaInsets, _contextsAuthContext.useAuth];\n });\n _c = EditProfileScreen;\n const styles = StyleSheet.default.create({\n container: {\n flex: 1,\n backgroundColor: '#F8F9FA'\n },\n header: {\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'space-between',\n paddingHorizontal: 16,\n paddingVertical: 16,\n backgroundColor: '#FFF',\n borderBottomWidth: 1,\n borderBottomColor: '#E5E7EB'\n },\n backButton: {\n width: 40,\n height: 40,\n borderRadius: 20,\n backgroundColor: '#F3F4F6',\n alignItems: 'center',\n justifyContent: 'center'\n },\n headerTitle: {\n fontSize: 18,\n fontWeight: '700',\n color: '#1F2937'\n },\n scrollContent: {\n padding: 16,\n paddingBottom: 80\n },\n section: {\n marginBottom: 20\n },\n label: {\n fontSize: 14,\n fontWeight: '600',\n color: '#374151',\n marginBottom: 8\n },\n input: {\n backgroundColor: '#FFF',\n padding: 16,\n borderRadius: 12,\n fontSize: 16,\n borderWidth: 1,\n borderColor: '#E5E7EB'\n },\n saveButton: {\n backgroundColor: '#EE2A35',\n padding: 16,\n borderRadius: 12,\n alignItems: 'center',\n marginTop: 24\n },\n saveButtonDisabled: {\n opacity: 0.6\n },\n saveButtonText: {\n fontSize: 16,\n fontWeight: '600',\n color: '#FFF'\n }\n });\n var _c;\n $RefreshReg$(_c, \"EditProfileScreen\");\n});","lineCount":345,"map":[[14,2,17,15,"Object"],[14,8,17,15],[14,9,17,15,"defineProperty"],[14,23,17,15],[14,24,17,15,"exports"],[14,31,17,15],[15,4,17,15,"enumerable"],[15,14,17,15],[16,4,17,15,"get"],[16,7,17,15],[16,18,17,15,"get"],[16,19,17,15],[17,6,17,15],[17,13,17,15,"EditProfileScreen"],[17,30,17,15],[18,4,17,15],[19,2,17,15],[20,2,1,0],[20,6,1,0,"_react"],[20,12,1,0],[20,15,1,0,"require"],[20,22,1,0],[20,23,1,0,"_dependencyMap"],[20,37,1,0],[21,2,1,51],[21,6,1,51,"_reactNativeWebDistExportsView"],[21,36,1,51],[21,39,1,51,"require"],[21,46,1,51],[21,47,1,51,"_dependencyMap"],[21,61,1,51],[22,2,1,51],[22,6,1,51,"View"],[22,10,1,51],[22,13,1,51,"_interopDefault"],[22,28,1,51],[22,29,1,51,"_reactNativeWebDistExportsView"],[22,59,1,51],[23,2,1,51],[23,6,1,51,"_reactNativeWebDistExportsText"],[23,36,1,51],[23,39,1,51,"require"],[23,46,1,51],[23,47,1,51,"_dependencyMap"],[23,61,1,51],[24,2,1,51],[24,6,1,51,"Text"],[24,10,1,51],[24,13,1,51,"_interopDefault"],[24,28,1,51],[24,29,1,51,"_reactNativeWebDistExportsText"],[24,59,1,51],[25,2,1,51],[25,6,1,51,"_reactNativeWebDistExportsStyleSheet"],[25,42,1,51],[25,45,1,51,"require"],[25,52,1,51],[25,53,1,51,"_dependencyMap"],[25,67,1,51],[26,2,1,51],[26,6,1,51,"StyleSheet"],[26,16,1,51],[26,19,1,51,"_interopDefault"],[26,34,1,51],[26,35,1,51,"_reactNativeWebDistExportsStyleSheet"],[26,71,1,51],[27,2,1,51],[27,6,1,51,"_reactNativeWebDistExportsTouchableOpacity"],[27,48,1,51],[27,51,1,51,"require"],[27,58,1,51],[27,59,1,51,"_dependencyMap"],[27,73,1,51],[28,2,1,51],[28,6,1,51,"TouchableOpacity"],[28,22,1,51],[28,25,1,51,"_interopDefault"],[28,40,1,51],[28,41,1,51,"_reactNativeWebDistExportsTouchableOpacity"],[28,83,1,51],[29,2,1,51],[29,6,1,51,"_reactNativeWebDistExportsTextInput"],[29,41,1,51],[29,44,1,51,"require"],[29,51,1,51],[29,52,1,51,"_dependencyMap"],[29,66,1,51],[30,2,1,51],[30,6,1,51,"TextInput"],[30,15,1,51],[30,18,1,51,"_interopDefault"],[30,33,1,51],[30,34,1,51,"_reactNativeWebDistExportsTextInput"],[30,69,1,51],[31,2,1,51],[31,6,1,51,"_reactNativeWebDistExportsScrollView"],[31,42,1,51],[31,45,1,51,"require"],[31,52,1,51],[31,53,1,51,"_dependencyMap"],[31,67,1,51],[32,2,1,51],[32,6,1,51,"ScrollView"],[32,16,1,51],[32,19,1,51,"_interopDefault"],[32,34,1,51],[32,35,1,51,"_reactNativeWebDistExportsScrollView"],[32,71,1,51],[33,2,1,51],[33,6,1,51,"_reactNativeWebDistExportsAlert"],[33,37,1,51],[33,40,1,51,"require"],[33,47,1,51],[33,48,1,51,"_dependencyMap"],[33,62,1,51],[34,2,1,51],[34,6,1,51,"Alert"],[34,11,1,51],[34,14,1,51,"_interopDefault"],[34,29,1,51],[34,30,1,51,"_reactNativeWebDistExportsAlert"],[34,61,1,51],[35,2,1,51],[35,6,1,51,"_reactNativeWebDistExportsActivityIndicator"],[35,49,1,51],[35,52,1,51,"require"],[35,59,1,51],[35,60,1,51,"_dependencyMap"],[35,74,1,51],[36,2,1,51],[36,6,1,51,"ActivityIndicator"],[36,23,1,51],[36,26,1,51,"_interopDefault"],[36,41,1,51],[36,42,1,51,"_reactNativeWebDistExportsActivityIndicator"],[36,85,1,51],[37,2,12,0],[37,6,12,0,"_expoVectorIcons"],[37,22,12,0],[37,25,12,0,"require"],[37,32,12,0],[37,33,12,0,"_dependencyMap"],[37,47,12,0],[38,2,13,0],[38,6,13,0,"_reactNativeSafeAreaContext"],[38,33,13,0],[38,36,13,0,"require"],[38,43,13,0],[38,44,13,0,"_dependencyMap"],[38,58,13,0],[39,2,14,0],[39,6,14,0,"_contextsAuthContext"],[39,26,14,0],[39,29,14,0,"require"],[39,36,14,0],[39,37,14,0,"_dependencyMap"],[39,51,14,0],[40,2,15,0],[40,6,15,0,"_configApi"],[40,16,15,0],[40,19,15,0,"require"],[40,26,15,0],[40,27,15,0,"_dependencyMap"],[40,41,15,0],[41,2,15,46],[41,6,15,46,"_reactJsxDevRuntime"],[41,25,15,46],[41,28,15,46,"require"],[41,35,15,46],[41,36,15,46,"_dependencyMap"],[41,50,15,46],[42,2,17,15],[42,11,17,24,"EditProfileScreen"],[42,28,17,41,"EditProfileScreen"],[42,29,17,42],[43,4,17,44,"navigation"],[44,2,17,60],[44,3,17,61],[44,5,17,63],[45,4,17,63,"_s"],[45,6,17,63],[46,4,18,2],[46,10,18,8,"insets"],[46,16,18,14],[46,19,18,17],[46,23,18,17,"useSafeAreaInsets"],[46,50,18,34],[46,51,18,34,"useSafeAreaInsets"],[46,68,18,34],[46,70,18,35],[46,71,18,36],[47,4,19,2],[47,10,19,8],[48,6,19,10,"user"],[49,4,19,15],[49,5,19,16],[49,8,19,19],[49,12,19,19,"useAuth"],[49,32,19,26],[49,33,19,26,"useAuth"],[49,40,19,26],[49,42,19,27],[49,43,19,28],[50,4,20,2],[50,10,20,8],[50,11,20,9,"loading"],[50,18,20,16],[50,20,20,18,"setLoading"],[50,30,20,28],[50,31,20,29],[50,34,20,32],[50,38,20,32,"useState"],[50,44,20,40],[50,45,20,40,"useState"],[50,53,20,40],[50,55,20,41],[50,60,20,46],[50,61,20,47],[51,4,21,2],[51,10,21,8],[51,11,21,9,"email"],[51,16,21,14],[51,18,21,16,"setEmail"],[51,26,21,24],[51,27,21,25],[51,30,21,28],[51,34,21,28,"useState"],[51,40,21,36],[51,41,21,36,"useState"],[51,49,21,36],[51,51,21,37],[51,53,21,39],[51,54,21,40],[52,4,22,2],[52,10,22,8],[52,11,22,9,"firstName"],[52,20,22,18],[52,22,22,20,"setFirstName"],[52,34,22,32],[52,35,22,33],[52,38,22,36],[52,42,22,36,"useState"],[52,48,22,44],[52,49,22,44,"useState"],[52,57,22,44],[52,59,22,45],[52,61,22,47],[52,62,22,48],[53,4,23,2],[53,10,23,8],[53,11,23,9,"lastName"],[53,19,23,17],[53,21,23,19,"setLastName"],[53,32,23,30],[53,33,23,31],[53,36,23,34],[53,40,23,34,"useState"],[53,46,23,42],[53,47,23,42,"useState"],[53,55,23,42],[53,57,23,43],[53,59,23,45],[53,60,23,46],[54,4,24,2],[54,10,24,8],[54,11,24,9,"phone"],[54,16,24,14],[54,18,24,16,"setPhone"],[54,26,24,24],[54,27,24,25],[54,30,24,28],[54,34,24,28,"useState"],[54,40,24,36],[54,41,24,36,"useState"],[54,49,24,36],[54,51,24,37],[54,53,24,39],[54,54,24,40],[55,4,26,2],[55,8,26,2,"useEffect"],[55,14,26,11],[55,15,26,11,"useEffect"],[55,24,26,11],[55,26,26,12],[55,32,26,18],[56,6,27,4,"loadUserData"],[56,18,27,16],[56,19,27,17],[56,20,27,18],[57,4,28,2],[57,5,28,3],[57,7,28,5],[57,9,28,7],[57,10,28,8],[58,4,30,2],[58,10,30,8,"loadUserData"],[58,22,30,20],[58,25,30,23],[58,31,30,23,"loadUserData"],[58,32,30,23],[58,37,30,35],[59,6,31,4],[59,10,31,8],[60,8,32,6],[60,14,32,12,"response"],[60,22,32,20],[60,25,32,23],[60,31,32,29,"fetch"],[60,36,32,34],[60,37,32,35],[60,40,32,38,"API_ENDPOINTS"],[60,50,32,51],[60,51,32,51,"API_ENDPOINTS"],[60,64,32,51],[60,65,32,52,"AUTH_USER"],[60,74,32,61],[60,75,32,62,"user"],[60,79,32,66],[60,81,32,68,"user_id"],[60,88,32,75],[60,92,32,79],[60,94,32,81],[60,95,32,82],[60,97,32,84],[60,98,32,85],[61,8,33,6],[61,12,33,10,"response"],[61,20,33,18],[61,21,33,19,"ok"],[61,23,33,21],[61,25,33,23],[62,10,34,8],[62,16,34,14,"data"],[62,20,34,18],[62,23,34,21],[62,29,34,27,"response"],[62,37,34,35],[62,38,34,36,"json"],[62,42,34,40],[62,43,34,41],[62,44,34,42],[63,10,35,8,"setEmail"],[63,18,35,16],[63,19,35,17,"data"],[63,23,35,21],[63,24,35,22,"email"],[63,29,35,27],[63,33,35,31],[63,35,35,33],[63,36,35,34],[64,10,36,8,"setFirstName"],[64,22,36,20],[64,23,36,21,"data"],[64,27,36,25],[64,28,36,26,"first_name"],[64,38,36,36],[64,42,36,40],[64,44,36,42],[64,45,36,43],[65,10,37,8,"setLastName"],[65,21,37,19],[65,22,37,20,"data"],[65,26,37,24],[65,27,37,25,"last_name"],[65,36,37,34],[65,40,37,38],[65,42,37,40],[65,43,37,41],[66,10,38,8,"setPhone"],[66,18,38,16],[66,19,38,17,"data"],[66,23,38,21],[66,24,38,22,"phone"],[66,29,38,27],[66,33,38,31],[66,35,38,33],[66,36,38,34],[67,8,39,6],[68,6,40,4],[68,7,40,5],[68,8,40,6],[68,15,40,13,"error"],[68,20,40,18],[68,22,40,20],[69,8,41,6,"console"],[69,15,41,13],[69,16,41,14,"error"],[69,21,41,19],[69,22,41,20],[69,48,41,46],[69,50,41,48,"error"],[69,55,41,53],[69,56,41,54],[70,6,42,4],[71,4,43,2],[71,5,43,3],[72,4,45,2],[72,10,45,8,"handleSave"],[72,20,45,18],[72,23,45,21],[72,29,45,21,"handleSave"],[72,30,45,21],[72,35,45,33],[73,6,46,4,"setLoading"],[73,16,46,14],[73,17,46,15],[73,21,46,19],[73,22,46,20],[74,6,47,4],[74,10,47,8],[75,8,48,6],[75,14,48,12,"backendUrl"],[75,24,48,22],[75,27,48,25],[75,84,48,64],[75,107,48,87],[76,8,49,6],[76,14,49,12,"response"],[76,22,49,20],[76,25,49,23],[76,31,49,29,"fetch"],[76,36,49,34],[76,37,49,35],[76,40,49,38,"backendUrl"],[76,50,49,48],[76,69,49,67],[76,71,49,69],[77,10,50,8,"method"],[77,16,50,14],[77,18,50,16],[77,23,50,21],[78,10,51,8,"headers"],[78,17,51,15],[78,19,51,17],[79,12,52,10],[79,26,52,24],[79,28,52,26],[80,10,53,8],[80,11,53,9],[81,10,54,8,"body"],[81,14,54,12],[81,16,54,14,"JSON"],[81,20,54,18],[81,21,54,19,"stringify"],[81,30,54,28],[81,31,54,29],[82,12,55,10,"user_id"],[82,19,55,17],[82,21,55,19,"user"],[82,25,55,23],[82,27,55,25,"user_id"],[82,34,55,32],[83,12,56,10,"email"],[83,17,56,15],[84,12,57,10,"first_name"],[84,22,57,20],[84,24,57,22,"firstName"],[84,33,57,31],[85,12,58,10,"last_name"],[85,21,58,19],[85,23,58,21,"lastName"],[85,31,58,29],[86,12,59,10,"phone"],[87,10,60,8],[87,11,60,9],[88,8,61,6],[88,9,61,7],[88,10,61,8],[89,8,63,6],[89,12,63,10,"response"],[89,20,63,18],[89,21,63,19,"ok"],[89,23,63,21],[89,25,63,23],[90,10,64,8,"Alert"],[90,15,64,13],[90,16,64,13,"default"],[90,23,64,13],[90,24,64,14,"alert"],[90,29,64,19],[90,30,64,20],[90,39,64,29],[90,41,64,31],[90,72,64,62],[90,73,64,63],[91,10,65,8,"navigation"],[91,20,65,18],[91,21,65,19,"goBack"],[91,27,65,25],[91,28,65,26],[91,29,65,27],[92,8,66,6],[92,9,66,7],[92,15,66,13],[93,10,67,8,"Alert"],[93,15,67,13],[93,16,67,13,"default"],[93,23,67,13],[93,24,67,14,"alert"],[93,29,67,19],[93,30,67,20],[93,37,67,27],[93,39,67,29],[93,65,67,55],[93,66,67,56],[94,8,68,6],[95,6,69,4],[95,7,69,5],[95,8,69,6],[95,15,69,13,"error"],[95,20,69,18],[95,22,69,20],[96,8,70,6,"Alert"],[96,13,70,11],[96,14,70,11,"default"],[96,21,70,11],[96,22,70,12,"alert"],[96,27,70,17],[96,28,70,18],[96,35,70,25],[96,37,70,27],[96,61,70,51],[96,62,70,52],[97,6,71,4],[97,7,71,5],[97,16,71,14],[98,8,72,6,"setLoading"],[98,18,72,16],[98,19,72,17],[98,24,72,22],[98,25,72,23],[99,6,73,4],[100,4,74,2],[100,5,74,3],[101,4,76,2],[101,24,77,4],[101,28,77,4,"_reactJsxDevRuntime"],[101,47,77,4],[101,48,77,4,"jsxDEV"],[101,54,77,4],[101,56,77,5,"View"],[101,60,77,9],[101,61,77,9,"default"],[101,68,77,9],[102,6,77,10,"style"],[102,11,77,15],[102,13,77,17],[102,14,77,18,"styles"],[102,20,77,24],[102,21,77,25,"container"],[102,30,77,34],[102,32,77,36],[103,8,77,38,"paddingTop"],[103,18,77,48],[103,20,77,50,"insets"],[103,26,77,56],[103,27,77,57,"top"],[104,6,77,61],[104,7,77,62],[104,8,77,64],[105,6,77,64,"children"],[105,14,77,64],[105,30,78,6],[105,34,78,6,"_reactJsxDevRuntime"],[105,53,78,6],[105,54,78,6,"jsxDEV"],[105,60,78,6],[105,62,78,7,"View"],[105,66,78,11],[105,67,78,11,"default"],[105,74,78,11],[106,8,78,12,"style"],[106,13,78,17],[106,15,78,19,"styles"],[106,21,78,25],[106,22,78,26,"header"],[106,28,78,33],[107,8,78,33,"children"],[107,16,78,33],[107,32,79,8],[107,36,79,8,"_reactJsxDevRuntime"],[107,55,79,8],[107,56,79,8,"jsxDEV"],[107,62,79,8],[107,64,79,9,"TouchableOpacity"],[107,80,79,25],[107,81,79,25,"default"],[107,88,79,25],[108,10,79,26,"onPress"],[108,17,79,33],[108,19,79,35,"onPress"],[108,20,79,35],[108,25,79,41,"navigation"],[108,35,79,51],[108,36,79,52,"goBack"],[108,42,79,58],[108,43,79,59],[108,44,79,61],[109,10,79,62,"style"],[109,15,79,67],[109,17,79,69,"styles"],[109,23,79,75],[109,24,79,76,"backButton"],[109,34,79,87],[110,10,79,87,"children"],[110,18,79,87],[110,33,80,10],[110,37,80,10,"_reactJsxDevRuntime"],[110,56,80,10],[110,57,80,10,"jsxDEV"],[110,63,80,10],[110,65,80,11,"_expoVectorIcons"],[110,81,80,19],[110,82,80,19,"Ionicons"],[110,90,80,19],[111,12,80,20,"name"],[111,16,80,24],[111,18,80,25],[111,30,80,37],[112,12,80,38,"size"],[112,16,80,42],[112,18,80,44],[112,20,80,47],[113,12,80,48,"color"],[113,17,80,53],[113,19,80,54],[114,10,80,63],[115,12,80,63,"fileName"],[115,20,80,63],[115,22,80,63,"_jsxFileName"],[115,34,80,63],[116,12,80,63,"lineNumber"],[116,22,80,63],[117,12,80,63,"columnNumber"],[117,24,80,63],[118,10,80,63],[118,17,80,65],[119,8,80,66],[120,10,80,66,"fileName"],[120,18,80,66],[120,20,80,66,"_jsxFileName"],[120,32,80,66],[121,10,80,66,"lineNumber"],[121,20,80,66],[122,10,80,66,"columnNumber"],[122,22,80,66],[123,8,80,66],[123,15,81,26],[123,16,81,27],[123,31,82,8],[123,35,82,8,"_reactJsxDevRuntime"],[123,54,82,8],[123,55,82,8,"jsxDEV"],[123,61,82,8],[123,63,82,9,"Text"],[123,67,82,13],[123,68,82,13,"default"],[123,75,82,13],[124,10,82,14,"style"],[124,15,82,19],[124,17,82,21,"styles"],[124,23,82,27],[124,24,82,28,"headerTitle"],[124,35,82,40],[125,10,82,40,"children"],[125,18,82,40],[125,20,82,41],[126,8,82,53],[127,10,82,53,"fileName"],[127,18,82,53],[127,20,82,53,"_jsxFileName"],[127,32,82,53],[128,10,82,53,"lineNumber"],[128,20,82,53],[129,10,82,53,"columnNumber"],[129,22,82,53],[130,8,82,53],[130,15,82,59],[130,16,82,60],[130,31,83,8],[130,35,83,8,"_reactJsxDevRuntime"],[130,54,83,8],[130,55,83,8,"jsxDEV"],[130,61,83,8],[130,63,83,9,"View"],[130,67,83,13],[130,68,83,13,"default"],[130,75,83,13],[131,10,83,14,"style"],[131,15,83,19],[131,17,83,21],[132,12,83,23,"width"],[132,17,83,28],[132,19,83,30],[133,10,83,33],[134,8,83,35],[135,10,83,35,"fileName"],[135,18,83,35],[135,20,83,35,"_jsxFileName"],[135,32,83,35],[136,10,83,35,"lineNumber"],[136,20,83,35],[137,10,83,35,"columnNumber"],[137,22,83,35],[138,8,83,35],[138,15,83,37],[138,16,83,38],[139,6,83,38],[140,8,83,38,"fileName"],[140,16,83,38],[140,18,83,38,"_jsxFileName"],[140,30,83,38],[141,8,83,38,"lineNumber"],[141,18,83,38],[142,8,83,38,"columnNumber"],[142,20,83,38],[143,6,83,38],[143,13,84,12],[143,14,84,13],[143,29,86,6],[143,33,86,6,"_reactJsxDevRuntime"],[143,52,86,6],[143,53,86,6,"jsxDEV"],[143,59,86,6],[143,61,86,7,"ScrollView"],[143,71,86,17],[143,72,86,17,"default"],[143,79,86,17],[144,8,86,18,"contentContainerStyle"],[144,29,86,39],[144,31,86,41,"styles"],[144,37,86,47],[144,38,86,48,"scrollContent"],[144,51,86,62],[145,8,86,62,"children"],[145,16,86,62],[145,32,87,8],[145,36,87,8,"_reactJsxDevRuntime"],[145,55,87,8],[145,56,87,8,"jsxDEV"],[145,62,87,8],[145,64,87,9,"View"],[145,68,87,13],[145,69,87,13,"default"],[145,76,87,13],[146,10,87,14,"style"],[146,15,87,19],[146,17,87,21,"styles"],[146,23,87,27],[146,24,87,28,"section"],[146,31,87,36],[147,10,87,36,"children"],[147,18,87,36],[147,34,88,10],[147,38,88,10,"_reactJsxDevRuntime"],[147,57,88,10],[147,58,88,10,"jsxDEV"],[147,64,88,10],[147,66,88,11,"Text"],[147,70,88,15],[147,71,88,15,"default"],[147,78,88,15],[148,12,88,16,"style"],[148,17,88,21],[148,19,88,23,"styles"],[148,25,88,29],[148,26,88,30,"label"],[148,31,88,36],[149,12,88,36,"children"],[149,20,88,36],[149,22,88,37],[150,10,88,47],[151,12,88,47,"fileName"],[151,20,88,47],[151,22,88,47,"_jsxFileName"],[151,34,88,47],[152,12,88,47,"lineNumber"],[152,22,88,47],[153,12,88,47,"columnNumber"],[153,24,88,47],[154,10,88,47],[154,17,88,53],[154,18,88,54],[154,33,89,10],[154,37,89,10,"_reactJsxDevRuntime"],[154,56,89,10],[154,57,89,10,"jsxDEV"],[154,63,89,10],[154,65,89,11,"TextInput"],[154,74,89,20],[154,75,89,20,"default"],[154,82,89,20],[155,12,90,12,"style"],[155,17,90,17],[155,19,90,19,"styles"],[155,25,90,25],[155,26,90,26,"input"],[155,31,90,32],[156,12,91,12,"value"],[156,17,91,17],[156,19,91,19,"firstName"],[156,28,91,29],[157,12,92,12,"onChangeText"],[157,24,92,24],[157,26,92,26,"setFirstName"],[157,38,92,39],[158,12,93,12,"placeholder"],[158,23,93,23],[158,25,93,24],[159,10,93,42],[160,12,93,42,"fileName"],[160,20,93,42],[160,22,93,42,"_jsxFileName"],[160,34,93,42],[161,12,93,42,"lineNumber"],[161,22,93,42],[162,12,93,42,"columnNumber"],[162,24,93,42],[163,10,93,42],[163,17,94,11],[163,18,94,12],[164,8,94,12],[165,10,94,12,"fileName"],[165,18,94,12],[165,20,94,12,"_jsxFileName"],[165,32,94,12],[166,10,94,12,"lineNumber"],[166,20,94,12],[167,10,94,12,"columnNumber"],[167,22,94,12],[168,8,94,12],[168,15,95,14],[168,16,95,15],[168,31,97,8],[168,35,97,8,"_reactJsxDevRuntime"],[168,54,97,8],[168,55,97,8,"jsxDEV"],[168,61,97,8],[168,63,97,9,"View"],[168,67,97,13],[168,68,97,13,"default"],[168,75,97,13],[169,10,97,14,"style"],[169,15,97,19],[169,17,97,21,"styles"],[169,23,97,27],[169,24,97,28,"section"],[169,31,97,36],[170,10,97,36,"children"],[170,18,97,36],[170,34,98,10],[170,38,98,10,"_reactJsxDevRuntime"],[170,57,98,10],[170,58,98,10,"jsxDEV"],[170,64,98,10],[170,66,98,11,"Text"],[170,70,98,15],[170,71,98,15,"default"],[170,78,98,15],[171,12,98,16,"style"],[171,17,98,21],[171,19,98,23,"styles"],[171,25,98,29],[171,26,98,30,"label"],[171,31,98,36],[172,12,98,36,"children"],[172,20,98,36],[172,22,98,37],[173,10,98,46],[174,12,98,46,"fileName"],[174,20,98,46],[174,22,98,46,"_jsxFileName"],[174,34,98,46],[175,12,98,46,"lineNumber"],[175,22,98,46],[176,12,98,46,"columnNumber"],[176,24,98,46],[177,10,98,46],[177,17,98,52],[177,18,98,53],[177,33,99,10],[177,37,99,10,"_reactJsxDevRuntime"],[177,56,99,10],[177,57,99,10,"jsxDEV"],[177,63,99,10],[177,65,99,11,"TextInput"],[177,74,99,20],[177,75,99,20,"default"],[177,82,99,20],[178,12,100,12,"style"],[178,17,100,17],[178,19,100,19,"styles"],[178,25,100,25],[178,26,100,26,"input"],[178,31,100,32],[179,12,101,12,"value"],[179,17,101,17],[179,19,101,19,"lastName"],[179,27,101,28],[180,12,102,12,"onChangeText"],[180,24,102,24],[180,26,102,26,"setLastName"],[180,37,102,38],[181,12,103,12,"placeholder"],[181,23,103,23],[181,25,103,24],[182,10,103,41],[183,12,103,41,"fileName"],[183,20,103,41],[183,22,103,41,"_jsxFileName"],[183,34,103,41],[184,12,103,41,"lineNumber"],[184,22,103,41],[185,12,103,41,"columnNumber"],[185,24,103,41],[186,10,103,41],[186,17,104,11],[186,18,104,12],[187,8,104,12],[188,10,104,12,"fileName"],[188,18,104,12],[188,20,104,12,"_jsxFileName"],[188,32,104,12],[189,10,104,12,"lineNumber"],[189,20,104,12],[190,10,104,12,"columnNumber"],[190,22,104,12],[191,8,104,12],[191,15,105,14],[191,16,105,15],[191,31,107,8],[191,35,107,8,"_reactJsxDevRuntime"],[191,54,107,8],[191,55,107,8,"jsxDEV"],[191,61,107,8],[191,63,107,9,"View"],[191,67,107,13],[191,68,107,13,"default"],[191,75,107,13],[192,10,107,14,"style"],[192,15,107,19],[192,17,107,21,"styles"],[192,23,107,27],[192,24,107,28,"section"],[192,31,107,36],[193,10,107,36,"children"],[193,18,107,36],[193,34,108,10],[193,38,108,10,"_reactJsxDevRuntime"],[193,57,108,10],[193,58,108,10,"jsxDEV"],[193,64,108,10],[193,66,108,11,"Text"],[193,70,108,15],[193,71,108,15,"default"],[193,78,108,15],[194,12,108,16,"style"],[194,17,108,21],[194,19,108,23,"styles"],[194,25,108,29],[194,26,108,30,"label"],[194,31,108,36],[195,12,108,36,"children"],[195,20,108,36],[195,22,108,37],[196,10,108,42],[197,12,108,42,"fileName"],[197,20,108,42],[197,22,108,42,"_jsxFileName"],[197,34,108,42],[198,12,108,42,"lineNumber"],[198,22,108,42],[199,12,108,42,"columnNumber"],[199,24,108,42],[200,10,108,42],[200,17,108,48],[200,18,108,49],[200,33,109,10],[200,37,109,10,"_reactJsxDevRuntime"],[200,56,109,10],[200,57,109,10,"jsxDEV"],[200,63,109,10],[200,65,109,11,"TextInput"],[200,74,109,20],[200,75,109,20,"default"],[200,82,109,20],[201,12,110,12,"style"],[201,17,110,17],[201,19,110,19,"styles"],[201,25,110,25],[201,26,110,26,"input"],[201,31,110,32],[202,12,111,12,"value"],[202,17,111,17],[202,19,111,19,"email"],[202,24,111,25],[203,12,112,12,"onChangeText"],[203,24,112,24],[203,26,112,26,"setEmail"],[203,34,112,35],[204,12,113,12,"placeholder"],[204,23,113,23],[204,25,113,24],[204,38,113,37],[205,12,114,12,"keyboardType"],[205,24,114,24],[205,26,114,25],[205,41,114,40],[206,12,115,12,"autoCapitalize"],[206,26,115,26],[206,28,115,27],[207,10,115,33],[208,12,115,33,"fileName"],[208,20,115,33],[208,22,115,33,"_jsxFileName"],[208,34,115,33],[209,12,115,33,"lineNumber"],[209,22,115,33],[210,12,115,33,"columnNumber"],[210,24,115,33],[211,10,115,33],[211,17,116,11],[211,18,116,12],[212,8,116,12],[213,10,116,12,"fileName"],[213,18,116,12],[213,20,116,12,"_jsxFileName"],[213,32,116,12],[214,10,116,12,"lineNumber"],[214,20,116,12],[215,10,116,12,"columnNumber"],[215,22,116,12],[216,8,116,12],[216,15,117,14],[216,16,117,15],[216,31,119,8],[216,35,119,8,"_reactJsxDevRuntime"],[216,54,119,8],[216,55,119,8,"jsxDEV"],[216,61,119,8],[216,63,119,9,"View"],[216,67,119,13],[216,68,119,13,"default"],[216,75,119,13],[217,10,119,14,"style"],[217,15,119,19],[217,17,119,21,"styles"],[217,23,119,27],[217,24,119,28,"section"],[217,31,119,36],[218,10,119,36,"children"],[218,18,119,36],[218,34,120,10],[218,38,120,10,"_reactJsxDevRuntime"],[218,57,120,10],[218,58,120,10,"jsxDEV"],[218,64,120,10],[218,66,120,11,"Text"],[218,70,120,15],[218,71,120,15,"default"],[218,78,120,15],[219,12,120,16,"style"],[219,17,120,21],[219,19,120,23,"styles"],[219,25,120,29],[219,26,120,30,"label"],[219,31,120,36],[220,12,120,36,"children"],[220,20,120,36],[220,22,120,37],[221,10,120,49],[222,12,120,49,"fileName"],[222,20,120,49],[222,22,120,49,"_jsxFileName"],[222,34,120,49],[223,12,120,49,"lineNumber"],[223,22,120,49],[224,12,120,49,"columnNumber"],[224,24,120,49],[225,10,120,49],[225,17,120,55],[225,18,120,56],[225,33,121,10],[225,37,121,10,"_reactJsxDevRuntime"],[225,56,121,10],[225,57,121,10,"jsxDEV"],[225,63,121,10],[225,65,121,11,"TextInput"],[225,74,121,20],[225,75,121,20,"default"],[225,82,121,20],[226,12,122,12,"style"],[226,17,122,17],[226,19,122,19,"styles"],[226,25,122,25],[226,26,122,26,"input"],[226,31,122,32],[227,12,123,12,"value"],[227,17,123,17],[227,19,123,19,"phone"],[227,24,123,25],[228,12,124,12,"onChangeText"],[228,24,124,24],[228,26,124,26,"setPhone"],[228,34,124,35],[229,12,125,12,"placeholder"],[229,23,125,23],[229,25,125,24],[229,45,125,44],[230,12,126,12,"keyboardType"],[230,24,126,24],[230,26,126,25],[231,10,126,36],[232,12,126,36,"fileName"],[232,20,126,36],[232,22,126,36,"_jsxFileName"],[232,34,126,36],[233,12,126,36,"lineNumber"],[233,22,126,36],[234,12,126,36,"columnNumber"],[234,24,126,36],[235,10,126,36],[235,17,127,11],[235,18,127,12],[236,8,127,12],[237,10,127,12,"fileName"],[237,18,127,12],[237,20,127,12,"_jsxFileName"],[237,32,127,12],[238,10,127,12,"lineNumber"],[238,20,127,12],[239,10,127,12,"columnNumber"],[239,22,127,12],[240,8,127,12],[240,15,128,14],[240,16,128,15],[240,31,130,8],[240,35,130,8,"_reactJsxDevRuntime"],[240,54,130,8],[240,55,130,8,"jsxDEV"],[240,61,130,8],[240,63,130,9,"TouchableOpacity"],[240,79,130,25],[240,80,130,25,"default"],[240,87,130,25],[241,10,131,10,"style"],[241,15,131,15],[241,17,131,17],[241,18,131,18,"styles"],[241,24,131,24],[241,25,131,25,"saveButton"],[241,35,131,35],[241,37,131,37,"loading"],[241,44,131,44],[241,48,131,48,"styles"],[241,54,131,54],[241,55,131,55,"saveButtonDisabled"],[241,73,131,73],[241,74,131,75],[242,10,132,10,"onPress"],[242,17,132,17],[242,19,132,19,"handleSave"],[242,29,132,30],[243,10,133,10,"disabled"],[243,18,133,18],[243,20,133,20,"loading"],[243,27,133,28],[244,10,133,28,"children"],[244,18,133,28],[244,20,135,11,"loading"],[244,27,135,18],[244,43,136,12],[244,47,136,12,"_reactJsxDevRuntime"],[244,66,136,12],[244,67,136,12,"jsxDEV"],[244,73,136,12],[244,75,136,13,"ActivityIndicator"],[244,92,136,30],[244,93,136,30,"default"],[244,100,136,30],[245,12,136,31,"color"],[245,17,136,36],[245,19,136,37],[246,10,136,43],[247,12,136,43,"fileName"],[247,20,136,43],[247,22,136,43,"_jsxFileName"],[247,34,136,43],[248,12,136,43,"lineNumber"],[248,22,136,43],[249,12,136,43,"columnNumber"],[249,24,136,43],[250,10,136,43],[250,17,136,45],[250,18,136,46],[250,34,138,12],[250,38,138,12,"_reactJsxDevRuntime"],[250,57,138,12],[250,58,138,12,"jsxDEV"],[250,64,138,12],[250,66,138,13,"Text"],[250,70,138,17],[250,71,138,17,"default"],[250,78,138,17],[251,12,138,18,"style"],[251,17,138,23],[251,19,138,25,"styles"],[251,25,138,31],[251,26,138,32,"saveButtonText"],[251,40,138,47],[252,12,138,47,"children"],[252,20,138,47],[252,22,138,48],[253,10,138,60],[254,12,138,60,"fileName"],[254,20,138,60],[254,22,138,60,"_jsxFileName"],[254,34,138,60],[255,12,138,60,"lineNumber"],[255,22,138,60],[256,12,138,60,"columnNumber"],[256,24,138,60],[257,10,138,60],[257,17,138,66],[258,8,139,11],[259,10,139,11,"fileName"],[259,18,139,11],[259,20,139,11,"_jsxFileName"],[259,32,139,11],[260,10,139,11,"lineNumber"],[260,20,139,11],[261,10,139,11,"columnNumber"],[261,22,139,11],[262,8,139,11],[262,15,140,26],[262,16,140,27],[263,6,140,27],[264,8,140,27,"fileName"],[264,16,140,27],[264,18,140,27,"_jsxFileName"],[264,30,140,27],[265,8,140,27,"lineNumber"],[265,18,140,27],[266,8,140,27,"columnNumber"],[266,20,140,27],[267,6,140,27],[267,13,141,18],[267,14,141,19],[268,4,141,19],[269,6,141,19,"fileName"],[269,14,141,19],[269,16,141,19,"_jsxFileName"],[269,28,141,19],[270,6,141,19,"lineNumber"],[270,16,141,19],[271,6,141,19,"columnNumber"],[271,18,141,19],[272,4,141,19],[272,11,142,10],[272,12,142,11],[273,2,144,0],[274,2,144,1,"_s"],[274,4,144,1],[274,5,17,24,"EditProfileScreen"],[274,22,17,41],[275,4,17,41],[275,12,18,17,"useSafeAreaInsets"],[275,39,18,34],[275,40,18,34,"useSafeAreaInsets"],[275,57,18,34],[275,59,19,19,"useAuth"],[275,79,19,26],[275,80,19,26,"useAuth"],[275,87,19,26],[276,2,19,26],[277,2,19,26,"_c"],[277,4,19,26],[277,7,17,24,"EditProfileScreen"],[277,24,17,41],[278,2,146,0],[278,8,146,6,"styles"],[278,14,146,12],[278,17,146,15,"StyleSheet"],[278,27,146,25],[278,28,146,25,"default"],[278,35,146,25],[278,36,146,26,"create"],[278,42,146,32],[278,43,146,33],[279,4,147,2,"container"],[279,13,147,11],[279,15,147,13],[280,6,148,4,"flex"],[280,10,148,8],[280,12,148,10],[280,13,148,11],[281,6,149,4,"backgroundColor"],[281,21,149,19],[281,23,149,21],[282,4,150,2],[282,5,150,3],[283,4,151,2,"header"],[283,10,151,8],[283,12,151,10],[284,6,152,4,"flexDirection"],[284,19,152,17],[284,21,152,19],[284,26,152,24],[285,6,153,4,"alignItems"],[285,16,153,14],[285,18,153,16],[285,26,153,24],[286,6,154,4,"justifyContent"],[286,20,154,18],[286,22,154,20],[286,37,154,35],[287,6,155,4,"paddingHorizontal"],[287,23,155,21],[287,25,155,23],[287,27,155,25],[288,6,156,4,"paddingVertical"],[288,21,156,19],[288,23,156,21],[288,25,156,23],[289,6,157,4,"backgroundColor"],[289,21,157,19],[289,23,157,21],[289,29,157,27],[290,6,158,4,"borderBottomWidth"],[290,23,158,21],[290,25,158,23],[290,26,158,24],[291,6,159,4,"borderBottomColor"],[291,23,159,21],[291,25,159,23],[292,4,160,2],[292,5,160,3],[293,4,161,2,"backButton"],[293,14,161,12],[293,16,161,14],[294,6,162,4,"width"],[294,11,162,9],[294,13,162,11],[294,15,162,13],[295,6,163,4,"height"],[295,12,163,10],[295,14,163,12],[295,16,163,14],[296,6,164,4,"borderRadius"],[296,18,164,16],[296,20,164,18],[296,22,164,20],[297,6,165,4,"backgroundColor"],[297,21,165,19],[297,23,165,21],[297,32,165,30],[298,6,166,4,"alignItems"],[298,16,166,14],[298,18,166,16],[298,26,166,24],[299,6,167,4,"justifyContent"],[299,20,167,18],[299,22,167,20],[300,4,168,2],[300,5,168,3],[301,4,169,2,"headerTitle"],[301,15,169,13],[301,17,169,15],[302,6,170,4,"fontSize"],[302,14,170,12],[302,16,170,14],[302,18,170,16],[303,6,171,4,"fontWeight"],[303,16,171,14],[303,18,171,16],[303,23,171,21],[304,6,172,4,"color"],[304,11,172,9],[304,13,172,11],[305,4,173,2],[305,5,173,3],[306,4,174,2,"scrollContent"],[306,17,174,15],[306,19,174,17],[307,6,175,4,"padding"],[307,13,175,11],[307,15,175,13],[307,17,175,15],[308,6,176,4,"paddingBottom"],[308,19,176,17],[308,21,176,19],[309,4,177,2],[309,5,177,3],[310,4,178,2,"section"],[310,11,178,9],[310,13,178,11],[311,6,179,4,"marginBottom"],[311,18,179,16],[311,20,179,18],[312,4,180,2],[312,5,180,3],[313,4,181,2,"label"],[313,9,181,7],[313,11,181,9],[314,6,182,4,"fontSize"],[314,14,182,12],[314,16,182,14],[314,18,182,16],[315,6,183,4,"fontWeight"],[315,16,183,14],[315,18,183,16],[315,23,183,21],[316,6,184,4,"color"],[316,11,184,9],[316,13,184,11],[316,22,184,20],[317,6,185,4,"marginBottom"],[317,18,185,16],[317,20,185,18],[318,4,186,2],[318,5,186,3],[319,4,187,2,"input"],[319,9,187,7],[319,11,187,9],[320,6,188,4,"backgroundColor"],[320,21,188,19],[320,23,188,21],[320,29,188,27],[321,6,189,4,"padding"],[321,13,189,11],[321,15,189,13],[321,17,189,15],[322,6,190,4,"borderRadius"],[322,18,190,16],[322,20,190,18],[322,22,190,20],[323,6,191,4,"fontSize"],[323,14,191,12],[323,16,191,14],[323,18,191,16],[324,6,192,4,"borderWidth"],[324,17,192,15],[324,19,192,17],[324,20,192,18],[325,6,193,4,"borderColor"],[325,17,193,15],[325,19,193,17],[326,4,194,2],[326,5,194,3],[327,4,195,2,"saveButton"],[327,14,195,12],[327,16,195,14],[328,6,196,4,"backgroundColor"],[328,21,196,19],[328,23,196,21],[328,32,196,30],[329,6,197,4,"padding"],[329,13,197,11],[329,15,197,13],[329,17,197,15],[330,6,198,4,"borderRadius"],[330,18,198,16],[330,20,198,18],[330,22,198,20],[331,6,199,4,"alignItems"],[331,16,199,14],[331,18,199,16],[331,26,199,24],[332,6,200,4,"marginTop"],[332,15,200,13],[332,17,200,15],[333,4,201,2],[333,5,201,3],[334,4,202,2,"saveButtonDisabled"],[334,22,202,20],[334,24,202,22],[335,6,203,4,"opacity"],[335,13,203,11],[335,15,203,13],[336,4,204,2],[336,5,204,3],[337,4,205,2,"saveButtonText"],[337,18,205,16],[337,20,205,18],[338,6,206,4,"fontSize"],[338,14,206,12],[338,16,206,14],[338,18,206,16],[339,6,207,4,"fontWeight"],[339,16,207,14],[339,18,207,16],[339,23,207,21],[340,6,208,4,"color"],[340,11,208,9],[340,13,208,11],[341,4,209,2],[342,2,210,0],[342,3,210,1],[342,4,210,2],[343,2,210,3],[343,6,210,3,"_c"],[343,8,210,3],[344,2,210,3,"$RefreshReg$"],[344,14,210,3],[344,15,210,3,"_c"],[344,17,210,3],[345,0,210,3],[345,3]],"functionMap":{"names":["","EditProfileScreen","useEffect$argument_0","loadUserData","handleSave","TouchableOpacity.props.onPress"],"mappings":"AAA;eCgB;YCS;GDE;uBEE;GFa;qBGE;GH6B;mCIK,yBJ;CDiE"},"hasCjsExports":false},"type":"js/module"}]}
\ No newline at end of file
diff --git a/frontend/.metro-cache/cache/9c/5ab3a07f46ef93ae70943ad8712d9f087677a37b5672f82cbcff107d470891d29849ad b/frontend/.metro-cache/cache/9c/5ab3a07f46ef93ae70943ad8712d9f087677a37b5672f82cbcff107d470891d29849ad
index beb5e337..c0f732fb 100644
--- a/frontend/.metro-cache/cache/9c/5ab3a07f46ef93ae70943ad8712d9f087677a37b5672f82cbcff107d470891d29849ad
+++ b/frontend/.metro-cache/cache/9c/5ab3a07f46ef93ae70943ad8712d9f087677a37b5672f82cbcff107d470891d29849ad
@@ -1 +1 @@
-{"dependencies":[{"name":"@babel/runtime/helpers/asyncToGenerator","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"YisBBiy2Xm9DEVdFebZ2nbgAHBo=","exportNames":["*"],"imports":1}},{"name":"@babel/runtime/helpers/slicedToArray","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"5y7e5+zC7teYEEC6niD9f5zII1M=","exportNames":["*"],"imports":1}},{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":51,"index":51}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react-native","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":52},"end":{"line":11,"column":22,"index":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.View, {\n style: styles.tokensHeader,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokensTitle,\n children: \"Tokens\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 247,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.tokensHeaderActions,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.tokenHeaderButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"search\",\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 250,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 249,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.tokenHeaderButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"add-circle\",\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 253,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 252,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.tokenHeaderButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"settings\",\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 256,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 255,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 248,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\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_digital-kurdistan/artifacts/kjrxv1gd_USDT%28hez%29logo.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 265,\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: 269,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 264,\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: 275,\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: 276,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 274,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 263,\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.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 280,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 281,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 279,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 262,\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.Image, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_digital-kurdistan/artifacts/06k2kt5u_dot.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 288,\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: \"DOT\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 293,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemNetwork,\n children: \"Polkadot\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 294,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 292,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 287,\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.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 298,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 299,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 297,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 286,\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.Image, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_digital-kurdistan/artifacts/7obzx4ca_bitcoin.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 306,\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: \"BTC\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 311,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemNetwork,\n children: \"Bitcoin\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 312,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 310,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 305,\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.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 316,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 317,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 315,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 304,\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.Image, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_digital-kurdistan/artifacts/l927j96q_etherium.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 324,\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: \"ETH\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 329,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemNetwork,\n children: \"Ethereum\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 330,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 328,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 323,\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.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 334,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 335,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 333,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 322,\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.Image, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_digital-kurdistan/artifacts/2k07ckau_BNB_logo.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 342,\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: \"BNB\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 347,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemNetwork,\n children: \"Binance Smart Chain\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 348,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 346,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 341,\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.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 352,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 353,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 351,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 340,\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.Image, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_digital-kurdistan/artifacts/k5rl2t4g_ADAlogo.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 360,\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: \"ADA\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 365,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemNetwork,\n children: \"Cardano\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 366,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 364,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 359,\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.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 370,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 371,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 369,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 358,\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.Image, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_digital-kurdistan/artifacts/ldg2spf2_SOLlogo.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 378,\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: \"SOL\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 383,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemNetwork,\n children: \"Solana\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 384,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 382,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 377,\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.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 388,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 389,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 387,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 376,\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: 401,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 400,\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: 409,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 408,\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: 417,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 416,\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: 440,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 434,\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: 450,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 444,\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: 460,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 454,\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: 470,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 464,\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: 480,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 474,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 426,\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 - 32,\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 tokensHeader: {\n flexDirection: 'row',\n justifyContent: 'space-between',\n alignItems: 'center',\n marginBottom: 12,\n paddingHorizontal: 4\n },\n tokensTitle: {\n fontSize: 18,\n fontWeight: '700',\n color: '#1F2937'\n },\n tokensHeaderActions: {\n flexDirection: 'row',\n gap: 12\n },\n tokenHeaderButton: {\n width: 32,\n height: 32,\n borderRadius: 8,\n backgroundColor: '#F3F4F6',\n alignItems: 'center',\n justifyContent: 'center'\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":1912,"map":[[30,2,424,15,"Object"],[30,8,424,15],[30,9,424,15,"defineProperty"],[30,23,424,15],[30,24,424,15,"exports"],[30,31,424,15],[31,4,424,15,"enumerable"],[31,14,424,15],[32,4,424,15,"get"],[32,7,424,15],[32,18,424,15,"get"],[32,19,424,15],[33,6,424,15],[33,13,424,15,"HomeScreen"],[33,23,424,15],[34,4,424,15],[35,2,424,15],[36,2,486,1],[36,6,486,1,"_babelRuntimeHelpersAsyncToGenerator"],[36,42,486,1],[36,45,486,1,"require"],[36,52,486,1],[36,53,486,1,"_dependencyMap"],[36,67,486,1],[37,2,486,1],[37,6,486,1,"_asyncToGenerator"],[37,23,486,1],[37,26,486,1,"_interopDefault"],[37,41,486,1],[37,42,486,1,"_babelRuntimeHelpersAsyncToGenerator"],[37,78,486,1],[38,2,486,1],[38,6,486,1,"_babelRuntimeHelpersSlicedToArray"],[38,39,486,1],[38,42,486,1,"require"],[38,49,486,1],[38,50,486,1,"_dependencyMap"],[38,64,486,1],[39,2,486,1],[39,6,486,1,"_slicedToArray"],[39,20,486,1],[39,23,486,1,"_interopDefault"],[39,38,486,1],[39,39,486,1,"_babelRuntimeHelpersSlicedToArray"],[39,72,486,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,"View"],[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,"tokensHeader"],[722,38,246,43],[723,12,246,43,"children"],[723,20,246,43],[723,36,247,12],[723,40,247,12,"_reactJsxDevRuntime"],[723,59,247,12],[723,60,247,12,"jsxDEV"],[723,66,247,12],[723,68,247,13,"_reactNative"],[723,80,247,17],[723,81,247,17,"Text"],[723,85,247,17],[724,14,247,18,"style"],[724,19,247,23],[724,21,247,25,"styles"],[724,27,247,31],[724,28,247,32,"tokensTitle"],[724,39,247,44],[725,14,247,44,"children"],[725,22,247,44],[725,24,247,45],[726,12,247,51],[727,14,247,51,"fileName"],[727,22,247,51],[727,24,247,51,"_jsxFileName"],[727,36,247,51],[728,14,247,51,"lineNumber"],[728,24,247,51],[729,14,247,51,"columnNumber"],[729,26,247,51],[730,12,247,51],[730,19,247,57],[730,20,247,58],[730,35,248,12],[730,39,248,12,"_reactJsxDevRuntime"],[730,58,248,12],[730,59,248,12,"jsxDEV"],[730,65,248,12],[730,67,248,13,"_reactNative"],[730,79,248,17],[730,80,248,17,"View"],[730,84,248,17],[731,14,248,18,"style"],[731,19,248,23],[731,21,248,25,"styles"],[731,27,248,31],[731,28,248,32,"tokensHeaderActions"],[731,47,248,52],[732,14,248,52,"children"],[732,22,248,52],[732,38,249,14],[732,42,249,14,"_reactJsxDevRuntime"],[732,61,249,14],[732,62,249,14,"jsxDEV"],[732,68,249,14],[732,70,249,15,"_reactNative"],[732,82,249,31],[732,83,249,31,"TouchableOpacity"],[732,99,249,31],[733,16,249,32,"style"],[733,21,249,37],[733,23,249,39,"styles"],[733,29,249,45],[733,30,249,46,"tokenHeaderButton"],[733,47,249,64],[734,16,249,64,"children"],[734,24,249,64],[734,39,250,16],[734,43,250,16,"_reactJsxDevRuntime"],[734,62,250,16],[734,63,250,16,"jsxDEV"],[734,69,250,16],[734,71,250,17,"_expoVectorIcons"],[734,87,250,25],[734,88,250,25,"Ionicons"],[734,96,250,25],[735,18,250,26,"name"],[735,22,250,30],[735,24,250,31],[735,32,250,39],[736,18,250,40,"size"],[736,22,250,44],[736,24,250,46],[736,26,250,49],[737,18,250,50,"color"],[737,23,250,55],[737,25,250,56],[738,16,250,65],[739,18,250,65,"fileName"],[739,26,250,65],[739,28,250,65,"_jsxFileName"],[739,40,250,65],[740,18,250,65,"lineNumber"],[740,28,250,65],[741,18,250,65,"columnNumber"],[741,30,250,65],[742,16,250,65],[742,23,250,67],[743,14,250,68],[744,16,250,68,"fileName"],[744,24,250,68],[744,26,250,68,"_jsxFileName"],[744,38,250,68],[745,16,250,68,"lineNumber"],[745,26,250,68],[746,16,250,68,"columnNumber"],[746,28,250,68],[747,14,250,68],[747,21,251,32],[747,22,251,33],[747,37,252,14],[747,41,252,14,"_reactJsxDevRuntime"],[747,60,252,14],[747,61,252,14,"jsxDEV"],[747,67,252,14],[747,69,252,15,"_reactNative"],[747,81,252,31],[747,82,252,31,"TouchableOpacity"],[747,98,252,31],[748,16,252,32,"style"],[748,21,252,37],[748,23,252,39,"styles"],[748,29,252,45],[748,30,252,46,"tokenHeaderButton"],[748,47,252,64],[749,16,252,64,"children"],[749,24,252,64],[749,39,253,16],[749,43,253,16,"_reactJsxDevRuntime"],[749,62,253,16],[749,63,253,16,"jsxDEV"],[749,69,253,16],[749,71,253,17,"_expoVectorIcons"],[749,87,253,25],[749,88,253,25,"Ionicons"],[749,96,253,25],[750,18,253,26,"name"],[750,22,253,30],[750,24,253,31],[750,36,253,43],[751,18,253,44,"size"],[751,22,253,48],[751,24,253,50],[751,26,253,53],[752,18,253,54,"color"],[752,23,253,59],[752,25,253,60],[753,16,253,69],[754,18,253,69,"fileName"],[754,26,253,69],[754,28,253,69,"_jsxFileName"],[754,40,253,69],[755,18,253,69,"lineNumber"],[755,28,253,69],[756,18,253,69,"columnNumber"],[756,30,253,69],[757,16,253,69],[757,23,253,71],[758,14,253,72],[759,16,253,72,"fileName"],[759,24,253,72],[759,26,253,72,"_jsxFileName"],[759,38,253,72],[760,16,253,72,"lineNumber"],[760,26,253,72],[761,16,253,72,"columnNumber"],[761,28,253,72],[762,14,253,72],[762,21,254,32],[762,22,254,33],[762,37,255,14],[762,41,255,14,"_reactJsxDevRuntime"],[762,60,255,14],[762,61,255,14,"jsxDEV"],[762,67,255,14],[762,69,255,15,"_reactNative"],[762,81,255,31],[762,82,255,31,"TouchableOpacity"],[762,98,255,31],[763,16,255,32,"style"],[763,21,255,37],[763,23,255,39,"styles"],[763,29,255,45],[763,30,255,46,"tokenHeaderButton"],[763,47,255,64],[764,16,255,64,"children"],[764,24,255,64],[764,39,256,16],[764,43,256,16,"_reactJsxDevRuntime"],[764,62,256,16],[764,63,256,16,"jsxDEV"],[764,69,256,16],[764,71,256,17,"_expoVectorIcons"],[764,87,256,25],[764,88,256,25,"Ionicons"],[764,96,256,25],[765,18,256,26,"name"],[765,22,256,30],[765,24,256,31],[765,34,256,41],[766,18,256,42,"size"],[766,22,256,46],[766,24,256,48],[766,26,256,51],[767,18,256,52,"color"],[767,23,256,57],[767,25,256,58],[768,16,256,67],[769,18,256,67,"fileName"],[769,26,256,67],[769,28,256,67,"_jsxFileName"],[769,40,256,67],[770,18,256,67,"lineNumber"],[770,28,256,67],[771,18,256,67,"columnNumber"],[771,30,256,67],[772,16,256,67],[772,23,256,69],[773,14,256,70],[774,16,256,70,"fileName"],[774,24,256,70],[774,26,256,70,"_jsxFileName"],[774,38,256,70],[775,16,256,70,"lineNumber"],[775,26,256,70],[776,16,256,70,"columnNumber"],[776,28,256,70],[777,14,256,70],[777,21,257,32],[777,22,257,33],[778,12,257,33],[779,14,257,33,"fileName"],[779,22,257,33],[779,24,257,33,"_jsxFileName"],[779,36,257,33],[780,14,257,33,"lineNumber"],[780,24,257,33],[781,14,257,33,"columnNumber"],[781,26,257,33],[782,12,257,33],[782,19,258,18],[782,20,258,19],[783,10,258,19],[784,12,258,19,"fileName"],[784,20,258,19],[784,22,258,19,"_jsxFileName"],[784,34,258,19],[785,12,258,19,"lineNumber"],[785,22,258,19],[786,12,258,19,"columnNumber"],[786,24,258,19],[787,10,258,19],[787,17,259,16],[787,18,259,17],[787,33,262,10],[787,37,262,10,"_reactJsxDevRuntime"],[787,56,262,10],[787,57,262,10,"jsxDEV"],[787,63,262,10],[787,65,262,11,"_reactNative"],[787,77,262,15],[787,78,262,15,"View"],[787,82,262,15],[788,12,262,16,"style"],[788,17,262,21],[788,19,262,23,"styles"],[788,25,262,29],[788,26,262,30,"tokenItem"],[788,35,262,40],[789,12,262,40,"children"],[789,20,262,40],[789,36,263,12],[789,40,263,12,"_reactJsxDevRuntime"],[789,59,263,12],[789,60,263,12,"jsxDEV"],[789,66,263,12],[789,68,263,13,"_reactNative"],[789,80,263,17],[789,81,263,17,"View"],[789,85,263,17],[790,14,263,18,"style"],[790,19,263,23],[790,21,263,25,"styles"],[790,27,263,31],[790,28,263,32,"tokenItemLeft"],[790,41,263,46],[791,14,263,46,"children"],[791,22,263,46],[791,38,264,14],[791,42,264,14,"_reactJsxDevRuntime"],[791,61,264,14],[791,62,264,14,"jsxDEV"],[791,68,264,14],[791,70,264,15,"_reactNative"],[791,82,264,19],[791,83,264,19,"View"],[791,87,264,19],[792,16,264,20,"style"],[792,21,264,25],[792,23,264,27,"styles"],[792,29,264,33],[792,30,264,34,"tokenIconContainer"],[792,48,264,53],[793,16,264,53,"children"],[793,24,264,53],[793,40,265,16],[793,44,265,16,"_reactJsxDevRuntime"],[793,63,265,16],[793,64,265,16,"jsxDEV"],[793,70,265,16],[793,72,265,17,"_reactNative"],[793,84,265,22],[793,85,265,22,"Image"],[793,90,265,22],[794,18,266,18,"source"],[794,24,266,24],[794,26,266,26],[795,20,266,28,"uri"],[795,23,266,31],[795,25,266,33],[796,18,266,140],[796,19,266,142],[797,18,267,18,"style"],[797,23,267,23],[797,25,267,25,"styles"],[797,31,267,31],[797,32,267,32,"tokenIcon"],[798,16,267,42],[799,18,267,42,"fileName"],[799,26,267,42],[799,28,267,42,"_jsxFileName"],[799,40,267,42],[800,18,267,42,"lineNumber"],[800,28,267,42],[801,18,267,42,"columnNumber"],[801,30,267,42],[802,16,267,42],[802,23,268,17],[802,24,268,18],[802,39,269,16],[802,43,269,16,"_reactJsxDevRuntime"],[802,62,269,16],[802,63,269,16,"jsxDEV"],[802,69,269,16],[802,71,269,17,"_reactNative"],[802,83,269,22],[802,84,269,22,"Image"],[802,89,269,22],[803,18,270,18,"source"],[803,24,270,24],[803,26,270,26],[804,20,270,28,"uri"],[804,23,270,31],[804,25,270,33],[805,18,270,133],[805,19,270,135],[806,18,271,18,"style"],[806,23,271,23],[806,25,271,25,"styles"],[806,31,271,31],[806,32,271,32,"networkBadge"],[807,16,271,45],[808,18,271,45,"fileName"],[808,26,271,45],[808,28,271,45,"_jsxFileName"],[808,40,271,45],[809,18,271,45,"lineNumber"],[809,28,271,45],[810,18,271,45,"columnNumber"],[810,30,271,45],[811,16,271,45],[811,23,272,17],[811,24,272,18],[812,14,272,18],[813,16,272,18,"fileName"],[813,24,272,18],[813,26,272,18,"_jsxFileName"],[813,38,272,18],[814,16,272,18,"lineNumber"],[814,26,272,18],[815,16,272,18,"columnNumber"],[815,28,272,18],[816,14,272,18],[816,21,273,20],[816,22,273,21],[816,37,274,14],[816,41,274,14,"_reactJsxDevRuntime"],[816,60,274,14],[816,61,274,14,"jsxDEV"],[816,67,274,14],[816,69,274,15,"_reactNative"],[816,81,274,19],[816,82,274,19,"View"],[816,86,274,19],[817,16,274,19,"children"],[817,24,274,19],[817,40,275,16],[817,44,275,16,"_reactJsxDevRuntime"],[817,63,275,16],[817,64,275,16,"jsxDEV"],[817,70,275,16],[817,72,275,17,"_reactNative"],[817,84,275,21],[817,85,275,21,"Text"],[817,89,275,21],[818,18,275,22,"style"],[818,23,275,27],[818,25,275,29,"styles"],[818,31,275,35],[818,32,275,36,"tokenItemName"],[818,45,275,50],[819,18,275,50,"children"],[819,26,275,50],[819,28,275,51],[820,16,275,55],[821,18,275,55,"fileName"],[821,26,275,55],[821,28,275,55,"_jsxFileName"],[821,40,275,55],[822,18,275,55,"lineNumber"],[822,28,275,55],[823,18,275,55,"columnNumber"],[823,30,275,55],[824,16,275,55],[824,23,275,61],[824,24,275,62],[824,39,276,16],[824,43,276,16,"_reactJsxDevRuntime"],[824,62,276,16],[824,63,276,16,"jsxDEV"],[824,69,276,16],[824,71,276,17,"_reactNative"],[824,83,276,21],[824,84,276,21,"Text"],[824,88,276,21],[825,18,276,22,"style"],[825,23,276,27],[825,25,276,29,"styles"],[825,31,276,35],[825,32,276,36,"tokenItemNetwork"],[825,48,276,53],[826,18,276,53,"children"],[826,26,276,53],[826,28,276,54],[827,16,276,65],[828,18,276,65,"fileName"],[828,26,276,65],[828,28,276,65,"_jsxFileName"],[828,40,276,65],[829,18,276,65,"lineNumber"],[829,28,276,65],[830,18,276,65,"columnNumber"],[830,30,276,65],[831,16,276,65],[831,23,276,71],[831,24,276,72],[832,14,276,72],[833,16,276,72,"fileName"],[833,24,276,72],[833,26,276,72,"_jsxFileName"],[833,38,276,72],[834,16,276,72,"lineNumber"],[834,26,276,72],[835,16,276,72,"columnNumber"],[835,28,276,72],[836,14,276,72],[836,21,277,20],[836,22,277,21],[837,12,277,21],[838,14,277,21,"fileName"],[838,22,277,21],[838,24,277,21,"_jsxFileName"],[838,36,277,21],[839,14,277,21,"lineNumber"],[839,24,277,21],[840,14,277,21,"columnNumber"],[840,26,277,21],[841,12,277,21],[841,19,278,18],[841,20,278,19],[841,35,279,12],[841,39,279,12,"_reactJsxDevRuntime"],[841,58,279,12],[841,59,279,12,"jsxDEV"],[841,65,279,12],[841,67,279,13,"_reactNative"],[841,79,279,17],[841,80,279,17,"View"],[841,84,279,17],[842,14,279,18,"style"],[842,19,279,23],[842,21,279,25,"styles"],[842,27,279,31],[842,28,279,32,"tokenItemRight"],[842,42,279,47],[843,14,279,47,"children"],[843,22,279,47],[843,38,280,14],[843,42,280,14,"_reactJsxDevRuntime"],[843,61,280,14],[843,62,280,14,"jsxDEV"],[843,68,280,14],[843,70,280,15,"_reactNative"],[843,82,280,19],[843,83,280,19,"Text"],[843,87,280,19],[844,16,280,20,"style"],[844,21,280,25],[844,23,280,27,"styles"],[844,29,280,33],[844,30,280,34,"tokenItemBalance"],[844,46,280,51],[845,16,280,51,"children"],[845,24,280,51],[845,26,280,52],[846,14,280,56],[847,16,280,56,"fileName"],[847,24,280,56],[847,26,280,56,"_jsxFileName"],[847,38,280,56],[848,16,280,56,"lineNumber"],[848,26,280,56],[849,16,280,56,"columnNumber"],[849,28,280,56],[850,14,280,56],[850,21,280,62],[850,22,280,63],[850,37,281,14],[850,41,281,14,"_reactJsxDevRuntime"],[850,60,281,14],[850,61,281,14,"jsxDEV"],[850,67,281,14],[850,69,281,15,"_reactNative"],[850,81,281,19],[850,82,281,19,"Text"],[850,86,281,19],[851,16,281,20,"style"],[851,21,281,25],[851,23,281,27,"styles"],[851,29,281,33],[851,30,281,34,"tokenItemUsd"],[851,42,281,47],[852,16,281,47,"children"],[852,24,281,47],[852,26,281,48],[853,14,281,53],[854,16,281,53,"fileName"],[854,24,281,53],[854,26,281,53,"_jsxFileName"],[854,38,281,53],[855,16,281,53,"lineNumber"],[855,26,281,53],[856,16,281,53,"columnNumber"],[856,28,281,53],[857,14,281,53],[857,21,281,59],[857,22,281,60],[858,12,281,60],[859,14,281,60,"fileName"],[859,22,281,60],[859,24,281,60,"_jsxFileName"],[859,36,281,60],[860,14,281,60,"lineNumber"],[860,24,281,60],[861,14,281,60,"columnNumber"],[861,26,281,60],[862,12,281,60],[862,19,282,18],[862,20,282,19],[863,10,282,19],[864,12,282,19,"fileName"],[864,20,282,19],[864,22,282,19,"_jsxFileName"],[864,34,282,19],[865,12,282,19,"lineNumber"],[865,22,282,19],[866,12,282,19,"columnNumber"],[866,24,282,19],[867,10,282,19],[867,17,283,16],[867,18,283,17],[867,33,286,10],[867,37,286,10,"_reactJsxDevRuntime"],[867,56,286,10],[867,57,286,10,"jsxDEV"],[867,63,286,10],[867,65,286,11,"_reactNative"],[867,77,286,15],[867,78,286,15,"View"],[867,82,286,15],[868,12,286,16,"style"],[868,17,286,21],[868,19,286,23,"styles"],[868,25,286,29],[868,26,286,30,"tokenItem"],[868,35,286,40],[869,12,286,40,"children"],[869,20,286,40],[869,36,287,12],[869,40,287,12,"_reactJsxDevRuntime"],[869,59,287,12],[869,60,287,12,"jsxDEV"],[869,66,287,12],[869,68,287,13,"_reactNative"],[869,80,287,17],[869,81,287,17,"View"],[869,85,287,17],[870,14,287,18,"style"],[870,19,287,23],[870,21,287,25,"styles"],[870,27,287,31],[870,28,287,32,"tokenItemLeft"],[870,41,287,46],[871,14,287,46,"children"],[871,22,287,46],[871,38,288,14],[871,42,288,14,"_reactJsxDevRuntime"],[871,61,288,14],[871,62,288,14,"jsxDEV"],[871,68,288,14],[871,70,288,15,"_reactNative"],[871,82,288,20],[871,83,288,20,"Image"],[871,88,288,20],[872,16,289,16,"source"],[872,22,289,22],[872,24,289,24],[873,18,289,26,"uri"],[873,21,289,29],[873,23,289,31],[874,16,289,124],[874,17,289,126],[875,16,290,16,"style"],[875,21,290,21],[875,23,290,23,"styles"],[875,29,290,29],[875,30,290,30,"tokenIcon"],[876,14,290,40],[877,16,290,40,"fileName"],[877,24,290,40],[877,26,290,40,"_jsxFileName"],[877,38,290,40],[878,16,290,40,"lineNumber"],[878,26,290,40],[879,16,290,40,"columnNumber"],[879,28,290,40],[880,14,290,40],[880,21,291,15],[880,22,291,16],[880,37,292,14],[880,41,292,14,"_reactJsxDevRuntime"],[880,60,292,14],[880,61,292,14,"jsxDEV"],[880,67,292,14],[880,69,292,15,"_reactNative"],[880,81,292,19],[880,82,292,19,"View"],[880,86,292,19],[881,16,292,19,"children"],[881,24,292,19],[881,40,293,16],[881,44,293,16,"_reactJsxDevRuntime"],[881,63,293,16],[881,64,293,16,"jsxDEV"],[881,70,293,16],[881,72,293,17,"_reactNative"],[881,84,293,21],[881,85,293,21,"Text"],[881,89,293,21],[882,18,293,22,"style"],[882,23,293,27],[882,25,293,29,"styles"],[882,31,293,35],[882,32,293,36,"tokenItemName"],[882,45,293,50],[883,18,293,50,"children"],[883,26,293,50],[883,28,293,51],[884,16,293,54],[885,18,293,54,"fileName"],[885,26,293,54],[885,28,293,54,"_jsxFileName"],[885,40,293,54],[886,18,293,54,"lineNumber"],[886,28,293,54],[887,18,293,54,"columnNumber"],[887,30,293,54],[888,16,293,54],[888,23,293,60],[888,24,293,61],[888,39,294,16],[888,43,294,16,"_reactJsxDevRuntime"],[888,62,294,16],[888,63,294,16,"jsxDEV"],[888,69,294,16],[888,71,294,17,"_reactNative"],[888,83,294,21],[888,84,294,21,"Text"],[888,88,294,21],[889,18,294,22,"style"],[889,23,294,27],[889,25,294,29,"styles"],[889,31,294,35],[889,32,294,36,"tokenItemNetwork"],[889,48,294,53],[890,18,294,53,"children"],[890,26,294,53],[890,28,294,54],[891,16,294,62],[892,18,294,62,"fileName"],[892,26,294,62],[892,28,294,62,"_jsxFileName"],[892,40,294,62],[893,18,294,62,"lineNumber"],[893,28,294,62],[894,18,294,62,"columnNumber"],[894,30,294,62],[895,16,294,62],[895,23,294,68],[895,24,294,69],[896,14,294,69],[897,16,294,69,"fileName"],[897,24,294,69],[897,26,294,69,"_jsxFileName"],[897,38,294,69],[898,16,294,69,"lineNumber"],[898,26,294,69],[899,16,294,69,"columnNumber"],[899,28,294,69],[900,14,294,69],[900,21,295,20],[900,22,295,21],[901,12,295,21],[902,14,295,21,"fileName"],[902,22,295,21],[902,24,295,21,"_jsxFileName"],[902,36,295,21],[903,14,295,21,"lineNumber"],[903,24,295,21],[904,14,295,21,"columnNumber"],[904,26,295,21],[905,12,295,21],[905,19,296,18],[905,20,296,19],[905,35,297,12],[905,39,297,12,"_reactJsxDevRuntime"],[905,58,297,12],[905,59,297,12,"jsxDEV"],[905,65,297,12],[905,67,297,13,"_reactNative"],[905,79,297,17],[905,80,297,17,"View"],[905,84,297,17],[906,14,297,18,"style"],[906,19,297,23],[906,21,297,25,"styles"],[906,27,297,31],[906,28,297,32,"tokenItemRight"],[906,42,297,47],[907,14,297,47,"children"],[907,22,297,47],[907,38,298,14],[907,42,298,14,"_reactJsxDevRuntime"],[907,61,298,14],[907,62,298,14,"jsxDEV"],[907,68,298,14],[907,70,298,15,"_reactNative"],[907,82,298,19],[907,83,298,19,"Text"],[907,87,298,19],[908,16,298,20,"style"],[908,21,298,25],[908,23,298,27,"styles"],[908,29,298,33],[908,30,298,34,"tokenItemBalance"],[908,46,298,51],[909,16,298,51,"children"],[909,24,298,51],[909,26,298,52],[910,14,298,56],[911,16,298,56,"fileName"],[911,24,298,56],[911,26,298,56,"_jsxFileName"],[911,38,298,56],[912,16,298,56,"lineNumber"],[912,26,298,56],[913,16,298,56,"columnNumber"],[913,28,298,56],[914,14,298,56],[914,21,298,62],[914,22,298,63],[914,37,299,14],[914,41,299,14,"_reactJsxDevRuntime"],[914,60,299,14],[914,61,299,14,"jsxDEV"],[914,67,299,14],[914,69,299,15,"_reactNative"],[914,81,299,19],[914,82,299,19,"Text"],[914,86,299,19],[915,16,299,20,"style"],[915,21,299,25],[915,23,299,27,"styles"],[915,29,299,33],[915,30,299,34,"tokenItemUsd"],[915,42,299,47],[916,16,299,47,"children"],[916,24,299,47],[916,26,299,48],[917,14,299,53],[918,16,299,53,"fileName"],[918,24,299,53],[918,26,299,53,"_jsxFileName"],[918,38,299,53],[919,16,299,53,"lineNumber"],[919,26,299,53],[920,16,299,53,"columnNumber"],[920,28,299,53],[921,14,299,53],[921,21,299,59],[921,22,299,60],[922,12,299,60],[923,14,299,60,"fileName"],[923,22,299,60],[923,24,299,60,"_jsxFileName"],[923,36,299,60],[924,14,299,60,"lineNumber"],[924,24,299,60],[925,14,299,60,"columnNumber"],[925,26,299,60],[926,12,299,60],[926,19,300,18],[926,20,300,19],[927,10,300,19],[928,12,300,19,"fileName"],[928,20,300,19],[928,22,300,19,"_jsxFileName"],[928,34,300,19],[929,12,300,19,"lineNumber"],[929,22,300,19],[930,12,300,19,"columnNumber"],[930,24,300,19],[931,10,300,19],[931,17,301,16],[931,18,301,17],[931,33,304,10],[931,37,304,10,"_reactJsxDevRuntime"],[931,56,304,10],[931,57,304,10,"jsxDEV"],[931,63,304,10],[931,65,304,11,"_reactNative"],[931,77,304,15],[931,78,304,15,"View"],[931,82,304,15],[932,12,304,16,"style"],[932,17,304,21],[932,19,304,23,"styles"],[932,25,304,29],[932,26,304,30,"tokenItem"],[932,35,304,40],[933,12,304,40,"children"],[933,20,304,40],[933,36,305,12],[933,40,305,12,"_reactJsxDevRuntime"],[933,59,305,12],[933,60,305,12,"jsxDEV"],[933,66,305,12],[933,68,305,13,"_reactNative"],[933,80,305,17],[933,81,305,17,"View"],[933,85,305,17],[934,14,305,18,"style"],[934,19,305,23],[934,21,305,25,"styles"],[934,27,305,31],[934,28,305,32,"tokenItemLeft"],[934,41,305,46],[935,14,305,46,"children"],[935,22,305,46],[935,38,306,14],[935,42,306,14,"_reactJsxDevRuntime"],[935,61,306,14],[935,62,306,14,"jsxDEV"],[935,68,306,14],[935,70,306,15,"_reactNative"],[935,82,306,20],[935,83,306,20,"Image"],[935,88,306,20],[936,16,307,16,"source"],[936,22,307,22],[936,24,307,24],[937,18,307,26,"uri"],[937,21,307,29],[937,23,307,31],[938,16,307,128],[938,17,307,130],[939,16,308,16,"style"],[939,21,308,21],[939,23,308,23,"styles"],[939,29,308,29],[939,30,308,30,"tokenIcon"],[940,14,308,40],[941,16,308,40,"fileName"],[941,24,308,40],[941,26,308,40,"_jsxFileName"],[941,38,308,40],[942,16,308,40,"lineNumber"],[942,26,308,40],[943,16,308,40,"columnNumber"],[943,28,308,40],[944,14,308,40],[944,21,309,15],[944,22,309,16],[944,37,310,14],[944,41,310,14,"_reactJsxDevRuntime"],[944,60,310,14],[944,61,310,14,"jsxDEV"],[944,67,310,14],[944,69,310,15,"_reactNative"],[944,81,310,19],[944,82,310,19,"View"],[944,86,310,19],[945,16,310,19,"children"],[945,24,310,19],[945,40,311,16],[945,44,311,16,"_reactJsxDevRuntime"],[945,63,311,16],[945,64,311,16,"jsxDEV"],[945,70,311,16],[945,72,311,17,"_reactNative"],[945,84,311,21],[945,85,311,21,"Text"],[945,89,311,21],[946,18,311,22,"style"],[946,23,311,27],[946,25,311,29,"styles"],[946,31,311,35],[946,32,311,36,"tokenItemName"],[946,45,311,50],[947,18,311,50,"children"],[947,26,311,50],[947,28,311,51],[948,16,311,54],[949,18,311,54,"fileName"],[949,26,311,54],[949,28,311,54,"_jsxFileName"],[949,40,311,54],[950,18,311,54,"lineNumber"],[950,28,311,54],[951,18,311,54,"columnNumber"],[951,30,311,54],[952,16,311,54],[952,23,311,60],[952,24,311,61],[952,39,312,16],[952,43,312,16,"_reactJsxDevRuntime"],[952,62,312,16],[952,63,312,16,"jsxDEV"],[952,69,312,16],[952,71,312,17,"_reactNative"],[952,83,312,21],[952,84,312,21,"Text"],[952,88,312,21],[953,18,312,22,"style"],[953,23,312,27],[953,25,312,29,"styles"],[953,31,312,35],[953,32,312,36,"tokenItemNetwork"],[953,48,312,53],[954,18,312,53,"children"],[954,26,312,53],[954,28,312,54],[955,16,312,61],[956,18,312,61,"fileName"],[956,26,312,61],[956,28,312,61,"_jsxFileName"],[956,40,312,61],[957,18,312,61,"lineNumber"],[957,28,312,61],[958,18,312,61,"columnNumber"],[958,30,312,61],[959,16,312,61],[959,23,312,67],[959,24,312,68],[960,14,312,68],[961,16,312,68,"fileName"],[961,24,312,68],[961,26,312,68,"_jsxFileName"],[961,38,312,68],[962,16,312,68,"lineNumber"],[962,26,312,68],[963,16,312,68,"columnNumber"],[963,28,312,68],[964,14,312,68],[964,21,313,20],[964,22,313,21],[965,12,313,21],[966,14,313,21,"fileName"],[966,22,313,21],[966,24,313,21,"_jsxFileName"],[966,36,313,21],[967,14,313,21,"lineNumber"],[967,24,313,21],[968,14,313,21,"columnNumber"],[968,26,313,21],[969,12,313,21],[969,19,314,18],[969,20,314,19],[969,35,315,12],[969,39,315,12,"_reactJsxDevRuntime"],[969,58,315,12],[969,59,315,12,"jsxDEV"],[969,65,315,12],[969,67,315,13,"_reactNative"],[969,79,315,17],[969,80,315,17,"View"],[969,84,315,17],[970,14,315,18,"style"],[970,19,315,23],[970,21,315,25,"styles"],[970,27,315,31],[970,28,315,32,"tokenItemRight"],[970,42,315,47],[971,14,315,47,"children"],[971,22,315,47],[971,38,316,14],[971,42,316,14,"_reactJsxDevRuntime"],[971,61,316,14],[971,62,316,14,"jsxDEV"],[971,68,316,14],[971,70,316,15,"_reactNative"],[971,82,316,19],[971,83,316,19,"Text"],[971,87,316,19],[972,16,316,20,"style"],[972,21,316,25],[972,23,316,27,"styles"],[972,29,316,33],[972,30,316,34,"tokenItemBalance"],[972,46,316,51],[973,16,316,51,"children"],[973,24,316,51],[973,26,316,52],[974,14,316,56],[975,16,316,56,"fileName"],[975,24,316,56],[975,26,316,56,"_jsxFileName"],[975,38,316,56],[976,16,316,56,"lineNumber"],[976,26,316,56],[977,16,316,56,"columnNumber"],[977,28,316,56],[978,14,316,56],[978,21,316,62],[978,22,316,63],[978,37,317,14],[978,41,317,14,"_reactJsxDevRuntime"],[978,60,317,14],[978,61,317,14,"jsxDEV"],[978,67,317,14],[978,69,317,15,"_reactNative"],[978,81,317,19],[978,82,317,19,"Text"],[978,86,317,19],[979,16,317,20,"style"],[979,21,317,25],[979,23,317,27,"styles"],[979,29,317,33],[979,30,317,34,"tokenItemUsd"],[979,42,317,47],[980,16,317,47,"children"],[980,24,317,47],[980,26,317,48],[981,14,317,53],[982,16,317,53,"fileName"],[982,24,317,53],[982,26,317,53,"_jsxFileName"],[982,38,317,53],[983,16,317,53,"lineNumber"],[983,26,317,53],[984,16,317,53,"columnNumber"],[984,28,317,53],[985,14,317,53],[985,21,317,59],[985,22,317,60],[986,12,317,60],[987,14,317,60,"fileName"],[987,22,317,60],[987,24,317,60,"_jsxFileName"],[987,36,317,60],[988,14,317,60,"lineNumber"],[988,24,317,60],[989,14,317,60,"columnNumber"],[989,26,317,60],[990,12,317,60],[990,19,318,18],[990,20,318,19],[991,10,318,19],[992,12,318,19,"fileName"],[992,20,318,19],[992,22,318,19,"_jsxFileName"],[992,34,318,19],[993,12,318,19,"lineNumber"],[993,22,318,19],[994,12,318,19,"columnNumber"],[994,24,318,19],[995,10,318,19],[995,17,319,16],[995,18,319,17],[995,33,322,10],[995,37,322,10,"_reactJsxDevRuntime"],[995,56,322,10],[995,57,322,10,"jsxDEV"],[995,63,322,10],[995,65,322,11,"_reactNative"],[995,77,322,15],[995,78,322,15,"View"],[995,82,322,15],[996,12,322,16,"style"],[996,17,322,21],[996,19,322,23,"styles"],[996,25,322,29],[996,26,322,30,"tokenItem"],[996,35,322,40],[997,12,322,40,"children"],[997,20,322,40],[997,36,323,12],[997,40,323,12,"_reactJsxDevRuntime"],[997,59,323,12],[997,60,323,12,"jsxDEV"],[997,66,323,12],[997,68,323,13,"_reactNative"],[997,80,323,17],[997,81,323,17,"View"],[997,85,323,17],[998,14,323,18,"style"],[998,19,323,23],[998,21,323,25,"styles"],[998,27,323,31],[998,28,323,32,"tokenItemLeft"],[998,41,323,46],[999,14,323,46,"children"],[999,22,323,46],[999,38,324,14],[999,42,324,14,"_reactJsxDevRuntime"],[999,61,324,14],[999,62,324,14,"jsxDEV"],[999,68,324,14],[999,70,324,15,"_reactNative"],[999,82,324,20],[999,83,324,20,"Image"],[999,88,324,20],[1000,16,325,16,"source"],[1000,22,325,22],[1000,24,325,24],[1001,18,325,26,"uri"],[1001,21,325,29],[1001,23,325,31],[1002,16,325,129],[1002,17,325,131],[1003,16,326,16,"style"],[1003,21,326,21],[1003,23,326,23,"styles"],[1003,29,326,29],[1003,30,326,30,"tokenIcon"],[1004,14,326,40],[1005,16,326,40,"fileName"],[1005,24,326,40],[1005,26,326,40,"_jsxFileName"],[1005,38,326,40],[1006,16,326,40,"lineNumber"],[1006,26,326,40],[1007,16,326,40,"columnNumber"],[1007,28,326,40],[1008,14,326,40],[1008,21,327,15],[1008,22,327,16],[1008,37,328,14],[1008,41,328,14,"_reactJsxDevRuntime"],[1008,60,328,14],[1008,61,328,14,"jsxDEV"],[1008,67,328,14],[1008,69,328,15,"_reactNative"],[1008,81,328,19],[1008,82,328,19,"View"],[1008,86,328,19],[1009,16,328,19,"children"],[1009,24,328,19],[1009,40,329,16],[1009,44,329,16,"_reactJsxDevRuntime"],[1009,63,329,16],[1009,64,329,16,"jsxDEV"],[1009,70,329,16],[1009,72,329,17,"_reactNative"],[1009,84,329,21],[1009,85,329,21,"Text"],[1009,89,329,21],[1010,18,329,22,"style"],[1010,23,329,27],[1010,25,329,29,"styles"],[1010,31,329,35],[1010,32,329,36,"tokenItemName"],[1010,45,329,50],[1011,18,329,50,"children"],[1011,26,329,50],[1011,28,329,51],[1012,16,329,54],[1013,18,329,54,"fileName"],[1013,26,329,54],[1013,28,329,54,"_jsxFileName"],[1013,40,329,54],[1014,18,329,54,"lineNumber"],[1014,28,329,54],[1015,18,329,54,"columnNumber"],[1015,30,329,54],[1016,16,329,54],[1016,23,329,60],[1016,24,329,61],[1016,39,330,16],[1016,43,330,16,"_reactJsxDevRuntime"],[1016,62,330,16],[1016,63,330,16,"jsxDEV"],[1016,69,330,16],[1016,71,330,17,"_reactNative"],[1016,83,330,21],[1016,84,330,21,"Text"],[1016,88,330,21],[1017,18,330,22,"style"],[1017,23,330,27],[1017,25,330,29,"styles"],[1017,31,330,35],[1017,32,330,36,"tokenItemNetwork"],[1017,48,330,53],[1018,18,330,53,"children"],[1018,26,330,53],[1018,28,330,54],[1019,16,330,62],[1020,18,330,62,"fileName"],[1020,26,330,62],[1020,28,330,62,"_jsxFileName"],[1020,40,330,62],[1021,18,330,62,"lineNumber"],[1021,28,330,62],[1022,18,330,62,"columnNumber"],[1022,30,330,62],[1023,16,330,62],[1023,23,330,68],[1023,24,330,69],[1024,14,330,69],[1025,16,330,69,"fileName"],[1025,24,330,69],[1025,26,330,69,"_jsxFileName"],[1025,38,330,69],[1026,16,330,69,"lineNumber"],[1026,26,330,69],[1027,16,330,69,"columnNumber"],[1027,28,330,69],[1028,14,330,69],[1028,21,331,20],[1028,22,331,21],[1029,12,331,21],[1030,14,331,21,"fileName"],[1030,22,331,21],[1030,24,331,21,"_jsxFileName"],[1030,36,331,21],[1031,14,331,21,"lineNumber"],[1031,24,331,21],[1032,14,331,21,"columnNumber"],[1032,26,331,21],[1033,12,331,21],[1033,19,332,18],[1033,20,332,19],[1033,35,333,12],[1033,39,333,12,"_reactJsxDevRuntime"],[1033,58,333,12],[1033,59,333,12,"jsxDEV"],[1033,65,333,12],[1033,67,333,13,"_reactNative"],[1033,79,333,17],[1033,80,333,17,"View"],[1033,84,333,17],[1034,14,333,18,"style"],[1034,19,333,23],[1034,21,333,25,"styles"],[1034,27,333,31],[1034,28,333,32,"tokenItemRight"],[1034,42,333,47],[1035,14,333,47,"children"],[1035,22,333,47],[1035,38,334,14],[1035,42,334,14,"_reactJsxDevRuntime"],[1035,61,334,14],[1035,62,334,14,"jsxDEV"],[1035,68,334,14],[1035,70,334,15,"_reactNative"],[1035,82,334,19],[1035,83,334,19,"Text"],[1035,87,334,19],[1036,16,334,20,"style"],[1036,21,334,25],[1036,23,334,27,"styles"],[1036,29,334,33],[1036,30,334,34,"tokenItemBalance"],[1036,46,334,51],[1037,16,334,51,"children"],[1037,24,334,51],[1037,26,334,52],[1038,14,334,56],[1039,16,334,56,"fileName"],[1039,24,334,56],[1039,26,334,56,"_jsxFileName"],[1039,38,334,56],[1040,16,334,56,"lineNumber"],[1040,26,334,56],[1041,16,334,56,"columnNumber"],[1041,28,334,56],[1042,14,334,56],[1042,21,334,62],[1042,22,334,63],[1042,37,335,14],[1042,41,335,14,"_reactJsxDevRuntime"],[1042,60,335,14],[1042,61,335,14,"jsxDEV"],[1042,67,335,14],[1042,69,335,15,"_reactNative"],[1042,81,335,19],[1042,82,335,19,"Text"],[1042,86,335,19],[1043,16,335,20,"style"],[1043,21,335,25],[1043,23,335,27,"styles"],[1043,29,335,33],[1043,30,335,34,"tokenItemUsd"],[1043,42,335,47],[1044,16,335,47,"children"],[1044,24,335,47],[1044,26,335,48],[1045,14,335,53],[1046,16,335,53,"fileName"],[1046,24,335,53],[1046,26,335,53,"_jsxFileName"],[1046,38,335,53],[1047,16,335,53,"lineNumber"],[1047,26,335,53],[1048,16,335,53,"columnNumber"],[1048,28,335,53],[1049,14,335,53],[1049,21,335,59],[1049,22,335,60],[1050,12,335,60],[1051,14,335,60,"fileName"],[1051,22,335,60],[1051,24,335,60,"_jsxFileName"],[1051,36,335,60],[1052,14,335,60,"lineNumber"],[1052,24,335,60],[1053,14,335,60,"columnNumber"],[1053,26,335,60],[1054,12,335,60],[1054,19,336,18],[1054,20,336,19],[1055,10,336,19],[1056,12,336,19,"fileName"],[1056,20,336,19],[1056,22,336,19,"_jsxFileName"],[1056,34,336,19],[1057,12,336,19,"lineNumber"],[1057,22,336,19],[1058,12,336,19,"columnNumber"],[1058,24,336,19],[1059,10,336,19],[1059,17,337,16],[1059,18,337,17],[1059,33,340,10],[1059,37,340,10,"_reactJsxDevRuntime"],[1059,56,340,10],[1059,57,340,10,"jsxDEV"],[1059,63,340,10],[1059,65,340,11,"_reactNative"],[1059,77,340,15],[1059,78,340,15,"View"],[1059,82,340,15],[1060,12,340,16,"style"],[1060,17,340,21],[1060,19,340,23,"styles"],[1060,25,340,29],[1060,26,340,30,"tokenItem"],[1060,35,340,40],[1061,12,340,40,"children"],[1061,20,340,40],[1061,36,341,12],[1061,40,341,12,"_reactJsxDevRuntime"],[1061,59,341,12],[1061,60,341,12,"jsxDEV"],[1061,66,341,12],[1061,68,341,13,"_reactNative"],[1061,80,341,17],[1061,81,341,17,"View"],[1061,85,341,17],[1062,14,341,18,"style"],[1062,19,341,23],[1062,21,341,25,"styles"],[1062,27,341,31],[1062,28,341,32,"tokenItemLeft"],[1062,41,341,46],[1063,14,341,46,"children"],[1063,22,341,46],[1063,38,342,14],[1063,42,342,14,"_reactJsxDevRuntime"],[1063,61,342,14],[1063,62,342,14,"jsxDEV"],[1063,68,342,14],[1063,70,342,15,"_reactNative"],[1063,82,342,20],[1063,83,342,20,"Image"],[1063,88,342,20],[1064,16,343,16,"source"],[1064,22,343,22],[1064,24,343,24],[1065,18,343,26,"uri"],[1065,21,343,29],[1065,23,343,31],[1066,16,343,129],[1066,17,343,131],[1067,16,344,16,"style"],[1067,21,344,21],[1067,23,344,23,"styles"],[1067,29,344,29],[1067,30,344,30,"tokenIcon"],[1068,14,344,40],[1069,16,344,40,"fileName"],[1069,24,344,40],[1069,26,344,40,"_jsxFileName"],[1069,38,344,40],[1070,16,344,40,"lineNumber"],[1070,26,344,40],[1071,16,344,40,"columnNumber"],[1071,28,344,40],[1072,14,344,40],[1072,21,345,15],[1072,22,345,16],[1072,37,346,14],[1072,41,346,14,"_reactJsxDevRuntime"],[1072,60,346,14],[1072,61,346,14,"jsxDEV"],[1072,67,346,14],[1072,69,346,15,"_reactNative"],[1072,81,346,19],[1072,82,346,19,"View"],[1072,86,346,19],[1073,16,346,19,"children"],[1073,24,346,19],[1073,40,347,16],[1073,44,347,16,"_reactJsxDevRuntime"],[1073,63,347,16],[1073,64,347,16,"jsxDEV"],[1073,70,347,16],[1073,72,347,17,"_reactNative"],[1073,84,347,21],[1073,85,347,21,"Text"],[1073,89,347,21],[1074,18,347,22,"style"],[1074,23,347,27],[1074,25,347,29,"styles"],[1074,31,347,35],[1074,32,347,36,"tokenItemName"],[1074,45,347,50],[1075,18,347,50,"children"],[1075,26,347,50],[1075,28,347,51],[1076,16,347,54],[1077,18,347,54,"fileName"],[1077,26,347,54],[1077,28,347,54,"_jsxFileName"],[1077,40,347,54],[1078,18,347,54,"lineNumber"],[1078,28,347,54],[1079,18,347,54,"columnNumber"],[1079,30,347,54],[1080,16,347,54],[1080,23,347,60],[1080,24,347,61],[1080,39,348,16],[1080,43,348,16,"_reactJsxDevRuntime"],[1080,62,348,16],[1080,63,348,16,"jsxDEV"],[1080,69,348,16],[1080,71,348,17,"_reactNative"],[1080,83,348,21],[1080,84,348,21,"Text"],[1080,88,348,21],[1081,18,348,22,"style"],[1081,23,348,27],[1081,25,348,29,"styles"],[1081,31,348,35],[1081,32,348,36,"tokenItemNetwork"],[1081,48,348,53],[1082,18,348,53,"children"],[1082,26,348,53],[1082,28,348,54],[1083,16,348,73],[1084,18,348,73,"fileName"],[1084,26,348,73],[1084,28,348,73,"_jsxFileName"],[1084,40,348,73],[1085,18,348,73,"lineNumber"],[1085,28,348,73],[1086,18,348,73,"columnNumber"],[1086,30,348,73],[1087,16,348,73],[1087,23,348,79],[1087,24,348,80],[1088,14,348,80],[1089,16,348,80,"fileName"],[1089,24,348,80],[1089,26,348,80,"_jsxFileName"],[1089,38,348,80],[1090,16,348,80,"lineNumber"],[1090,26,348,80],[1091,16,348,80,"columnNumber"],[1091,28,348,80],[1092,14,348,80],[1092,21,349,20],[1092,22,349,21],[1093,12,349,21],[1094,14,349,21,"fileName"],[1094,22,349,21],[1094,24,349,21,"_jsxFileName"],[1094,36,349,21],[1095,14,349,21,"lineNumber"],[1095,24,349,21],[1096,14,349,21,"columnNumber"],[1096,26,349,21],[1097,12,349,21],[1097,19,350,18],[1097,20,350,19],[1097,35,351,12],[1097,39,351,12,"_reactJsxDevRuntime"],[1097,58,351,12],[1097,59,351,12,"jsxDEV"],[1097,65,351,12],[1097,67,351,13,"_reactNative"],[1097,79,351,17],[1097,80,351,17,"View"],[1097,84,351,17],[1098,14,351,18,"style"],[1098,19,351,23],[1098,21,351,25,"styles"],[1098,27,351,31],[1098,28,351,32,"tokenItemRight"],[1098,42,351,47],[1099,14,351,47,"children"],[1099,22,351,47],[1099,38,352,14],[1099,42,352,14,"_reactJsxDevRuntime"],[1099,61,352,14],[1099,62,352,14,"jsxDEV"],[1099,68,352,14],[1099,70,352,15,"_reactNative"],[1099,82,352,19],[1099,83,352,19,"Text"],[1099,87,352,19],[1100,16,352,20,"style"],[1100,21,352,25],[1100,23,352,27,"styles"],[1100,29,352,33],[1100,30,352,34,"tokenItemBalance"],[1100,46,352,51],[1101,16,352,51,"children"],[1101,24,352,51],[1101,26,352,52],[1102,14,352,56],[1103,16,352,56,"fileName"],[1103,24,352,56],[1103,26,352,56,"_jsxFileName"],[1103,38,352,56],[1104,16,352,56,"lineNumber"],[1104,26,352,56],[1105,16,352,56,"columnNumber"],[1105,28,352,56],[1106,14,352,56],[1106,21,352,62],[1106,22,352,63],[1106,37,353,14],[1106,41,353,14,"_reactJsxDevRuntime"],[1106,60,353,14],[1106,61,353,14,"jsxDEV"],[1106,67,353,14],[1106,69,353,15,"_reactNative"],[1106,81,353,19],[1106,82,353,19,"Text"],[1106,86,353,19],[1107,16,353,20,"style"],[1107,21,353,25],[1107,23,353,27,"styles"],[1107,29,353,33],[1107,30,353,34,"tokenItemUsd"],[1107,42,353,47],[1108,16,353,47,"children"],[1108,24,353,47],[1108,26,353,48],[1109,14,353,53],[1110,16,353,53,"fileName"],[1110,24,353,53],[1110,26,353,53,"_jsxFileName"],[1110,38,353,53],[1111,16,353,53,"lineNumber"],[1111,26,353,53],[1112,16,353,53,"columnNumber"],[1112,28,353,53],[1113,14,353,53],[1113,21,353,59],[1113,22,353,60],[1114,12,353,60],[1115,14,353,60,"fileName"],[1115,22,353,60],[1115,24,353,60,"_jsxFileName"],[1115,36,353,60],[1116,14,353,60,"lineNumber"],[1116,24,353,60],[1117,14,353,60,"columnNumber"],[1117,26,353,60],[1118,12,353,60],[1118,19,354,18],[1118,20,354,19],[1119,10,354,19],[1120,12,354,19,"fileName"],[1120,20,354,19],[1120,22,354,19,"_jsxFileName"],[1120,34,354,19],[1121,12,354,19,"lineNumber"],[1121,22,354,19],[1122,12,354,19,"columnNumber"],[1122,24,354,19],[1123,10,354,19],[1123,17,355,16],[1123,18,355,17],[1123,33,358,10],[1123,37,358,10,"_reactJsxDevRuntime"],[1123,56,358,10],[1123,57,358,10,"jsxDEV"],[1123,63,358,10],[1123,65,358,11,"_reactNative"],[1123,77,358,15],[1123,78,358,15,"View"],[1123,82,358,15],[1124,12,358,16,"style"],[1124,17,358,21],[1124,19,358,23,"styles"],[1124,25,358,29],[1124,26,358,30,"tokenItem"],[1124,35,358,40],[1125,12,358,40,"children"],[1125,20,358,40],[1125,36,359,12],[1125,40,359,12,"_reactJsxDevRuntime"],[1125,59,359,12],[1125,60,359,12,"jsxDEV"],[1125,66,359,12],[1125,68,359,13,"_reactNative"],[1125,80,359,17],[1125,81,359,17,"View"],[1125,85,359,17],[1126,14,359,18,"style"],[1126,19,359,23],[1126,21,359,25,"styles"],[1126,27,359,31],[1126,28,359,32,"tokenItemLeft"],[1126,41,359,46],[1127,14,359,46,"children"],[1127,22,359,46],[1127,38,360,14],[1127,42,360,14,"_reactJsxDevRuntime"],[1127,61,360,14],[1127,62,360,14,"jsxDEV"],[1127,68,360,14],[1127,70,360,15,"_reactNative"],[1127,82,360,20],[1127,83,360,20,"Image"],[1127,88,360,20],[1128,16,361,16,"source"],[1128,22,361,22],[1128,24,361,24],[1129,18,361,26,"uri"],[1129,21,361,29],[1129,23,361,31],[1130,16,361,128],[1130,17,361,130],[1131,16,362,16,"style"],[1131,21,362,21],[1131,23,362,23,"styles"],[1131,29,362,29],[1131,30,362,30,"tokenIcon"],[1132,14,362,40],[1133,16,362,40,"fileName"],[1133,24,362,40],[1133,26,362,40,"_jsxFileName"],[1133,38,362,40],[1134,16,362,40,"lineNumber"],[1134,26,362,40],[1135,16,362,40,"columnNumber"],[1135,28,362,40],[1136,14,362,40],[1136,21,363,15],[1136,22,363,16],[1136,37,364,14],[1136,41,364,14,"_reactJsxDevRuntime"],[1136,60,364,14],[1136,61,364,14,"jsxDEV"],[1136,67,364,14],[1136,69,364,15,"_reactNative"],[1136,81,364,19],[1136,82,364,19,"View"],[1136,86,364,19],[1137,16,364,19,"children"],[1137,24,364,19],[1137,40,365,16],[1137,44,365,16,"_reactJsxDevRuntime"],[1137,63,365,16],[1137,64,365,16,"jsxDEV"],[1137,70,365,16],[1137,72,365,17,"_reactNative"],[1137,84,365,21],[1137,85,365,21,"Text"],[1137,89,365,21],[1138,18,365,22,"style"],[1138,23,365,27],[1138,25,365,29,"styles"],[1138,31,365,35],[1138,32,365,36,"tokenItemName"],[1138,45,365,50],[1139,18,365,50,"children"],[1139,26,365,50],[1139,28,365,51],[1140,16,365,54],[1141,18,365,54,"fileName"],[1141,26,365,54],[1141,28,365,54,"_jsxFileName"],[1141,40,365,54],[1142,18,365,54,"lineNumber"],[1142,28,365,54],[1143,18,365,54,"columnNumber"],[1143,30,365,54],[1144,16,365,54],[1144,23,365,60],[1144,24,365,61],[1144,39,366,16],[1144,43,366,16,"_reactJsxDevRuntime"],[1144,62,366,16],[1144,63,366,16,"jsxDEV"],[1144,69,366,16],[1144,71,366,17,"_reactNative"],[1144,83,366,21],[1144,84,366,21,"Text"],[1144,88,366,21],[1145,18,366,22,"style"],[1145,23,366,27],[1145,25,366,29,"styles"],[1145,31,366,35],[1145,32,366,36,"tokenItemNetwork"],[1145,48,366,53],[1146,18,366,53,"children"],[1146,26,366,53],[1146,28,366,54],[1147,16,366,61],[1148,18,366,61,"fileName"],[1148,26,366,61],[1148,28,366,61,"_jsxFileName"],[1148,40,366,61],[1149,18,366,61,"lineNumber"],[1149,28,366,61],[1150,18,366,61,"columnNumber"],[1150,30,366,61],[1151,16,366,61],[1151,23,366,67],[1151,24,366,68],[1152,14,366,68],[1153,16,366,68,"fileName"],[1153,24,366,68],[1153,26,366,68,"_jsxFileName"],[1153,38,366,68],[1154,16,366,68,"lineNumber"],[1154,26,366,68],[1155,16,366,68,"columnNumber"],[1155,28,366,68],[1156,14,366,68],[1156,21,367,20],[1156,22,367,21],[1157,12,367,21],[1158,14,367,21,"fileName"],[1158,22,367,21],[1158,24,367,21,"_jsxFileName"],[1158,36,367,21],[1159,14,367,21,"lineNumber"],[1159,24,367,21],[1160,14,367,21,"columnNumber"],[1160,26,367,21],[1161,12,367,21],[1161,19,368,18],[1161,20,368,19],[1161,35,369,12],[1161,39,369,12,"_reactJsxDevRuntime"],[1161,58,369,12],[1161,59,369,12,"jsxDEV"],[1161,65,369,12],[1161,67,369,13,"_reactNative"],[1161,79,369,17],[1161,80,369,17,"View"],[1161,84,369,17],[1162,14,369,18,"style"],[1162,19,369,23],[1162,21,369,25,"styles"],[1162,27,369,31],[1162,28,369,32,"tokenItemRight"],[1162,42,369,47],[1163,14,369,47,"children"],[1163,22,369,47],[1163,38,370,14],[1163,42,370,14,"_reactJsxDevRuntime"],[1163,61,370,14],[1163,62,370,14,"jsxDEV"],[1163,68,370,14],[1163,70,370,15,"_reactNative"],[1163,82,370,19],[1163,83,370,19,"Text"],[1163,87,370,19],[1164,16,370,20,"style"],[1164,21,370,25],[1164,23,370,27,"styles"],[1164,29,370,33],[1164,30,370,34,"tokenItemBalance"],[1164,46,370,51],[1165,16,370,51,"children"],[1165,24,370,51],[1165,26,370,52],[1166,14,370,56],[1167,16,370,56,"fileName"],[1167,24,370,56],[1167,26,370,56,"_jsxFileName"],[1167,38,370,56],[1168,16,370,56,"lineNumber"],[1168,26,370,56],[1169,16,370,56,"columnNumber"],[1169,28,370,56],[1170,14,370,56],[1170,21,370,62],[1170,22,370,63],[1170,37,371,14],[1170,41,371,14,"_reactJsxDevRuntime"],[1170,60,371,14],[1170,61,371,14,"jsxDEV"],[1170,67,371,14],[1170,69,371,15,"_reactNative"],[1170,81,371,19],[1170,82,371,19,"Text"],[1170,86,371,19],[1171,16,371,20,"style"],[1171,21,371,25],[1171,23,371,27,"styles"],[1171,29,371,33],[1171,30,371,34,"tokenItemUsd"],[1171,42,371,47],[1172,16,371,47,"children"],[1172,24,371,47],[1172,26,371,48],[1173,14,371,53],[1174,16,371,53,"fileName"],[1174,24,371,53],[1174,26,371,53,"_jsxFileName"],[1174,38,371,53],[1175,16,371,53,"lineNumber"],[1175,26,371,53],[1176,16,371,53,"columnNumber"],[1176,28,371,53],[1177,14,371,53],[1177,21,371,59],[1177,22,371,60],[1178,12,371,60],[1179,14,371,60,"fileName"],[1179,22,371,60],[1179,24,371,60,"_jsxFileName"],[1179,36,371,60],[1180,14,371,60,"lineNumber"],[1180,24,371,60],[1181,14,371,60,"columnNumber"],[1181,26,371,60],[1182,12,371,60],[1182,19,372,18],[1182,20,372,19],[1183,10,372,19],[1184,12,372,19,"fileName"],[1184,20,372,19],[1184,22,372,19,"_jsxFileName"],[1184,34,372,19],[1185,12,372,19,"lineNumber"],[1185,22,372,19],[1186,12,372,19,"columnNumber"],[1186,24,372,19],[1187,10,372,19],[1187,17,373,16],[1187,18,373,17],[1187,33,376,10],[1187,37,376,10,"_reactJsxDevRuntime"],[1187,56,376,10],[1187,57,376,10,"jsxDEV"],[1187,63,376,10],[1187,65,376,11,"_reactNative"],[1187,77,376,15],[1187,78,376,15,"View"],[1187,82,376,15],[1188,12,376,16,"style"],[1188,17,376,21],[1188,19,376,23,"styles"],[1188,25,376,29],[1188,26,376,30,"tokenItem"],[1188,35,376,40],[1189,12,376,40,"children"],[1189,20,376,40],[1189,36,377,12],[1189,40,377,12,"_reactJsxDevRuntime"],[1189,59,377,12],[1189,60,377,12,"jsxDEV"],[1189,66,377,12],[1189,68,377,13,"_reactNative"],[1189,80,377,17],[1189,81,377,17,"View"],[1189,85,377,17],[1190,14,377,18,"style"],[1190,19,377,23],[1190,21,377,25,"styles"],[1190,27,377,31],[1190,28,377,32,"tokenItemLeft"],[1190,41,377,46],[1191,14,377,46,"children"],[1191,22,377,46],[1191,38,378,14],[1191,42,378,14,"_reactJsxDevRuntime"],[1191,61,378,14],[1191,62,378,14,"jsxDEV"],[1191,68,378,14],[1191,70,378,15,"_reactNative"],[1191,82,378,20],[1191,83,378,20,"Image"],[1191,88,378,20],[1192,16,379,16,"source"],[1192,22,379,22],[1192,24,379,24],[1193,18,379,26,"uri"],[1193,21,379,29],[1193,23,379,31],[1194,16,379,128],[1194,17,379,130],[1195,16,380,16,"style"],[1195,21,380,21],[1195,23,380,23,"styles"],[1195,29,380,29],[1195,30,380,30,"tokenIcon"],[1196,14,380,40],[1197,16,380,40,"fileName"],[1197,24,380,40],[1197,26,380,40,"_jsxFileName"],[1197,38,380,40],[1198,16,380,40,"lineNumber"],[1198,26,380,40],[1199,16,380,40,"columnNumber"],[1199,28,380,40],[1200,14,380,40],[1200,21,381,15],[1200,22,381,16],[1200,37,382,14],[1200,41,382,14,"_reactJsxDevRuntime"],[1200,60,382,14],[1200,61,382,14,"jsxDEV"],[1200,67,382,14],[1200,69,382,15,"_reactNative"],[1200,81,382,19],[1200,82,382,19,"View"],[1200,86,382,19],[1201,16,382,19,"children"],[1201,24,382,19],[1201,40,383,16],[1201,44,383,16,"_reactJsxDevRuntime"],[1201,63,383,16],[1201,64,383,16,"jsxDEV"],[1201,70,383,16],[1201,72,383,17,"_reactNative"],[1201,84,383,21],[1201,85,383,21,"Text"],[1201,89,383,21],[1202,18,383,22,"style"],[1202,23,383,27],[1202,25,383,29,"styles"],[1202,31,383,35],[1202,32,383,36,"tokenItemName"],[1202,45,383,50],[1203,18,383,50,"children"],[1203,26,383,50],[1203,28,383,51],[1204,16,383,54],[1205,18,383,54,"fileName"],[1205,26,383,54],[1205,28,383,54,"_jsxFileName"],[1205,40,383,54],[1206,18,383,54,"lineNumber"],[1206,28,383,54],[1207,18,383,54,"columnNumber"],[1207,30,383,54],[1208,16,383,54],[1208,23,383,60],[1208,24,383,61],[1208,39,384,16],[1208,43,384,16,"_reactJsxDevRuntime"],[1208,62,384,16],[1208,63,384,16,"jsxDEV"],[1208,69,384,16],[1208,71,384,17,"_reactNative"],[1208,83,384,21],[1208,84,384,21,"Text"],[1208,88,384,21],[1209,18,384,22,"style"],[1209,23,384,27],[1209,25,384,29,"styles"],[1209,31,384,35],[1209,32,384,36,"tokenItemNetwork"],[1209,48,384,53],[1210,18,384,53,"children"],[1210,26,384,53],[1210,28,384,54],[1211,16,384,60],[1212,18,384,60,"fileName"],[1212,26,384,60],[1212,28,384,60,"_jsxFileName"],[1212,40,384,60],[1213,18,384,60,"lineNumber"],[1213,28,384,60],[1214,18,384,60,"columnNumber"],[1214,30,384,60],[1215,16,384,60],[1215,23,384,66],[1215,24,384,67],[1216,14,384,67],[1217,16,384,67,"fileName"],[1217,24,384,67],[1217,26,384,67,"_jsxFileName"],[1217,38,384,67],[1218,16,384,67,"lineNumber"],[1218,26,384,67],[1219,16,384,67,"columnNumber"],[1219,28,384,67],[1220,14,384,67],[1220,21,385,20],[1220,22,385,21],[1221,12,385,21],[1222,14,385,21,"fileName"],[1222,22,385,21],[1222,24,385,21,"_jsxFileName"],[1222,36,385,21],[1223,14,385,21,"lineNumber"],[1223,24,385,21],[1224,14,385,21,"columnNumber"],[1224,26,385,21],[1225,12,385,21],[1225,19,386,18],[1225,20,386,19],[1225,35,387,12],[1225,39,387,12,"_reactJsxDevRuntime"],[1225,58,387,12],[1225,59,387,12,"jsxDEV"],[1225,65,387,12],[1225,67,387,13,"_reactNative"],[1225,79,387,17],[1225,80,387,17,"View"],[1225,84,387,17],[1226,14,387,18,"style"],[1226,19,387,23],[1226,21,387,25,"styles"],[1226,27,387,31],[1226,28,387,32,"tokenItemRight"],[1226,42,387,47],[1227,14,387,47,"children"],[1227,22,387,47],[1227,38,388,14],[1227,42,388,14,"_reactJsxDevRuntime"],[1227,61,388,14],[1227,62,388,14,"jsxDEV"],[1227,68,388,14],[1227,70,388,15,"_reactNative"],[1227,82,388,19],[1227,83,388,19,"Text"],[1227,87,388,19],[1228,16,388,20,"style"],[1228,21,388,25],[1228,23,388,27,"styles"],[1228,29,388,33],[1228,30,388,34,"tokenItemBalance"],[1228,46,388,51],[1229,16,388,51,"children"],[1229,24,388,51],[1229,26,388,52],[1230,14,388,56],[1231,16,388,56,"fileName"],[1231,24,388,56],[1231,26,388,56,"_jsxFileName"],[1231,38,388,56],[1232,16,388,56,"lineNumber"],[1232,26,388,56],[1233,16,388,56,"columnNumber"],[1233,28,388,56],[1234,14,388,56],[1234,21,388,62],[1234,22,388,63],[1234,37,389,14],[1234,41,389,14,"_reactJsxDevRuntime"],[1234,60,389,14],[1234,61,389,14,"jsxDEV"],[1234,67,389,14],[1234,69,389,15,"_reactNative"],[1234,81,389,19],[1234,82,389,19,"Text"],[1234,86,389,19],[1235,16,389,20,"style"],[1235,21,389,25],[1235,23,389,27,"styles"],[1235,29,389,33],[1235,30,389,34,"tokenItemUsd"],[1235,42,389,47],[1236,16,389,47,"children"],[1236,24,389,47],[1236,26,389,48],[1237,14,389,53],[1238,16,389,53,"fileName"],[1238,24,389,53],[1238,26,389,53,"_jsxFileName"],[1238,38,389,53],[1239,16,389,53,"lineNumber"],[1239,26,389,53],[1240,16,389,53,"columnNumber"],[1240,28,389,53],[1241,14,389,53],[1241,21,389,59],[1241,22,389,60],[1242,12,389,60],[1243,14,389,60,"fileName"],[1243,22,389,60],[1243,24,389,60,"_jsxFileName"],[1243,36,389,60],[1244,14,389,60,"lineNumber"],[1244,24,389,60],[1245,14,389,60,"columnNumber"],[1245,26,389,60],[1246,12,389,60],[1246,19,390,18],[1246,20,390,19],[1247,10,390,19],[1248,12,390,19,"fileName"],[1248,20,390,19],[1248,22,390,19,"_jsxFileName"],[1248,34,390,19],[1249,12,390,19,"lineNumber"],[1249,22,390,19],[1250,12,390,19,"columnNumber"],[1250,24,390,19],[1251,10,390,19],[1251,17,391,16],[1251,18,391,17],[1252,8,391,17],[1253,10,391,17,"fileName"],[1253,18,391,17],[1253,20,391,17,"_jsxFileName"],[1253,32,391,17],[1254,10,391,17,"lineNumber"],[1254,20,391,17],[1255,10,391,17,"columnNumber"],[1255,22,391,17],[1256,8,391,17],[1256,15,392,14],[1256,16,392,15],[1257,6,392,15],[1258,8,392,15,"fileName"],[1258,16,392,15],[1258,18,392,15,"_jsxFileName"],[1258,30,392,15],[1259,8,392,15,"lineNumber"],[1259,18,392,15],[1260,8,392,15,"columnNumber"],[1260,20,392,15],[1261,6,392,15],[1261,13,393,18],[1262,4,393,19],[1263,6,393,19,"fileName"],[1263,14,393,19],[1263,16,393,19,"_jsxFileName"],[1263,28,393,19],[1264,6,393,19,"lineNumber"],[1264,16,393,19],[1265,6,393,19,"columnNumber"],[1265,18,393,19],[1266,4,393,19],[1266,11,394,10],[1266,12,394,11],[1267,2,396,0],[1268,2,396,1,"_s2"],[1268,5,396,1],[1268,6,118,9,"WalletTab"],[1268,15,118,18],[1269,4,118,18],[1269,12,119,19,"useAuth"],[1269,32,119,26],[1269,33,119,26,"useAuth"],[1269,40,119,26],[1269,42,120,17,"useSafeAreaInsets"],[1269,69,120,34],[1269,70,120,34,"useSafeAreaInsets"],[1269,87,120,34],[1270,2,120,34],[1271,2,120,34,"_c2"],[1271,5,120,34],[1271,8,118,9,"WalletTab"],[1271,17,118,18],[1272,2,398,0],[1272,11,398,9,"CitizensTab"],[1272,22,398,20,"CitizensTab"],[1272,23,398,20],[1272,25,398,23],[1273,4,399,2],[1273,24,400,4],[1273,28,400,4,"_reactJsxDevRuntime"],[1273,47,400,4],[1273,48,400,4,"jsxDEV"],[1273,54,400,4],[1273,56,400,5,"_reactNative"],[1273,68,400,9],[1273,69,400,9,"View"],[1273,73,400,9],[1274,6,400,10,"style"],[1274,11,400,15],[1274,13,400,17,"styles"],[1274,19,400,23],[1274,20,400,24,"container"],[1274,29,400,34],[1275,6,400,34,"children"],[1275,14,400,34],[1275,29,401,6],[1275,33,401,6,"_reactJsxDevRuntime"],[1275,52,401,6],[1275,53,401,6,"jsxDEV"],[1275,59,401,6],[1275,61,401,7,"_reactNative"],[1275,73,401,11],[1275,74,401,11,"Text"],[1275,78,401,11],[1276,8,401,12,"style"],[1276,13,401,17],[1276,15,401,19,"styles"],[1276,21,401,25],[1276,22,401,26,"placeholderText"],[1276,37,401,42],[1277,8,401,42,"children"],[1277,16,401,42],[1277,18,401,43],[1278,6,401,58],[1279,8,401,58,"fileName"],[1279,16,401,58],[1279,18,401,58,"_jsxFileName"],[1279,30,401,58],[1280,8,401,58,"lineNumber"],[1280,18,401,58],[1281,8,401,58,"columnNumber"],[1281,20,401,58],[1282,6,401,58],[1282,13,401,64],[1283,4,401,65],[1284,6,401,65,"fileName"],[1284,14,401,65],[1284,16,401,65,"_jsxFileName"],[1284,28,401,65],[1285,6,401,65,"lineNumber"],[1285,16,401,65],[1286,6,401,65,"columnNumber"],[1286,18,401,65],[1287,4,401,65],[1287,11,402,10],[1287,12,402,11],[1288,2,404,0],[1289,2,404,1,"_c3"],[1289,5,404,1],[1289,8,398,9,"CitizensTab"],[1289,19,398,20],[1290,2,406,0],[1290,11,406,9,"ReferralTab"],[1290,22,406,20,"ReferralTab"],[1290,23,406,20],[1290,25,406,23],[1291,4,407,2],[1291,24,408,4],[1291,28,408,4,"_reactJsxDevRuntime"],[1291,47,408,4],[1291,48,408,4,"jsxDEV"],[1291,54,408,4],[1291,56,408,5,"_reactNative"],[1291,68,408,9],[1291,69,408,9,"View"],[1291,73,408,9],[1292,6,408,10,"style"],[1292,11,408,15],[1292,13,408,17,"styles"],[1292,19,408,23],[1292,20,408,24,"container"],[1292,29,408,34],[1293,6,408,34,"children"],[1293,14,408,34],[1293,29,409,6],[1293,33,409,6,"_reactJsxDevRuntime"],[1293,52,409,6],[1293,53,409,6,"jsxDEV"],[1293,59,409,6],[1293,61,409,7,"_reactNative"],[1293,73,409,11],[1293,74,409,11,"Text"],[1293,78,409,11],[1294,8,409,12,"style"],[1294,13,409,17],[1294,15,409,19,"styles"],[1294,21,409,25],[1294,22,409,26,"placeholderText"],[1294,37,409,42],[1295,8,409,42,"children"],[1295,16,409,42],[1295,18,409,43],[1296,6,409,58],[1297,8,409,58,"fileName"],[1297,16,409,58],[1297,18,409,58,"_jsxFileName"],[1297,30,409,58],[1298,8,409,58,"lineNumber"],[1298,18,409,58],[1299,8,409,58,"columnNumber"],[1299,20,409,58],[1300,6,409,58],[1300,13,409,64],[1301,4,409,65],[1302,6,409,65,"fileName"],[1302,14,409,65],[1302,16,409,65,"_jsxFileName"],[1302,28,409,65],[1303,6,409,65,"lineNumber"],[1303,16,409,65],[1304,6,409,65,"columnNumber"],[1304,18,409,65],[1305,4,409,65],[1305,11,410,10],[1305,12,410,11],[1306,2,412,0],[1307,2,412,1,"_c4"],[1307,5,412,1],[1307,8,406,9,"ReferralTab"],[1307,19,406,20],[1308,2,414,0],[1308,11,414,9,"ProfileTab"],[1308,21,414,19,"ProfileTab"],[1308,22,414,19],[1308,24,414,22],[1309,4,415,2],[1309,24,416,4],[1309,28,416,4,"_reactJsxDevRuntime"],[1309,47,416,4],[1309,48,416,4,"jsxDEV"],[1309,54,416,4],[1309,56,416,5,"_reactNative"],[1309,68,416,9],[1309,69,416,9,"View"],[1309,73,416,9],[1310,6,416,10,"style"],[1310,11,416,15],[1310,13,416,17,"styles"],[1310,19,416,23],[1310,20,416,24,"container"],[1310,29,416,34],[1311,6,416,34,"children"],[1311,14,416,34],[1311,29,417,6],[1311,33,417,6,"_reactJsxDevRuntime"],[1311,52,417,6],[1311,53,417,6,"jsxDEV"],[1311,59,417,6],[1311,61,417,7,"_reactNative"],[1311,73,417,11],[1311,74,417,11,"Text"],[1311,78,417,11],[1312,8,417,12,"style"],[1312,13,417,17],[1312,15,417,19,"styles"],[1312,21,417,25],[1312,22,417,26,"placeholderText"],[1312,37,417,42],[1313,8,417,42,"children"],[1313,16,417,42],[1313,18,417,43],[1314,6,417,57],[1315,8,417,57,"fileName"],[1315,16,417,57],[1315,18,417,57,"_jsxFileName"],[1315,30,417,57],[1316,8,417,57,"lineNumber"],[1316,18,417,57],[1317,8,417,57,"columnNumber"],[1317,20,417,57],[1318,6,417,57],[1318,13,417,63],[1319,4,417,64],[1320,6,417,64,"fileName"],[1320,14,417,64],[1320,16,417,64,"_jsxFileName"],[1320,28,417,64],[1321,6,417,64,"lineNumber"],[1321,16,417,64],[1322,6,417,64,"columnNumber"],[1322,18,417,64],[1323,4,417,64],[1323,11,418,10],[1323,12,418,11],[1324,2,420,0],[1325,2,420,1,"_c5"],[1325,5,420,1],[1325,8,414,9,"ProfileTab"],[1325,18,414,19],[1326,2,422,0],[1326,6,422,6,"Tab"],[1326,9,422,9],[1326,12,422,12],[1326,16,422,12,"createBottomTabNavigator"],[1326,42,422,36],[1326,43,422,36,"createBottomTabNavigator"],[1326,67,422,36],[1326,69,422,37],[1326,70,422,38],[1327,2,424,15],[1327,11,424,24,"HomeScreen"],[1327,21,424,34,"HomeScreen"],[1327,22,424,34],[1327,24,424,37],[1328,4,425,2],[1328,24,426,4],[1328,28,426,4,"_reactJsxDevRuntime"],[1328,47,426,4],[1328,48,426,4,"jsxDEV"],[1328,54,426,4],[1328,56,426,5,"Tab"],[1328,59,426,8],[1328,60,426,9,"Navigator"],[1328,69,426,18],[1329,6,427,6,"screenOptions"],[1329,19,427,19],[1329,21,427,21],[1330,8,428,8,"headerShown"],[1330,19,428,19],[1330,21,428,21],[1330,26,428,26],[1331,8,429,8,"tabBarActiveTintColor"],[1331,29,429,29],[1331,31,429,31],[1331,40,429,40],[1332,8,430,8,"tabBarInactiveTintColor"],[1332,31,430,31],[1332,33,430,33],[1332,42,430,42],[1333,8,431,8,"tabBarStyle"],[1333,19,431,19],[1333,21,431,21,"styles"],[1333,27,431,27],[1333,28,431,28,"tabBar"],[1334,6,432,6],[1334,7,432,8],[1335,6,432,8,"children"],[1335,14,432,8],[1335,30,434,6],[1335,34,434,6,"_reactJsxDevRuntime"],[1335,53,434,6],[1335,54,434,6,"jsxDEV"],[1335,60,434,6],[1335,62,434,7,"Tab"],[1335,65,434,10],[1335,66,434,11,"Screen"],[1335,72,434,17],[1336,8,435,8,"name"],[1336,12,435,12],[1336,14,435,13],[1336,23,435,22],[1337,8,436,8,"component"],[1337,17,436,17],[1337,19,436,19,"HomeTab"],[1337,26,436,27],[1338,8,437,8,"options"],[1338,15,437,15],[1338,17,437,17],[1339,10,438,10,"tabBarLabel"],[1339,21,438,21],[1339,23,438,23],[1339,29,438,29],[1340,10,439,10,"tabBarIcon"],[1340,20,439,20],[1340,22,439,22,"_ref3"],[1340,27,439,22],[1341,12,439,22],[1341,16,439,25,"color"],[1341,21,439,30],[1341,24,439,30,"_ref3"],[1341,29,439,30],[1341,30,439,25,"color"],[1341,35,439,30],[1342,14,439,32,"size"],[1342,18,439,36],[1342,21,439,36,"_ref3"],[1342,26,439,36],[1342,27,439,32,"size"],[1342,31,439,36],[1343,12,439,36],[1343,32,440,12],[1343,36,440,12,"_reactJsxDevRuntime"],[1343,55,440,12],[1343,56,440,12,"jsxDEV"],[1343,62,440,12],[1343,64,440,13,"_expoVectorIcons"],[1343,80,440,21],[1343,81,440,21,"Ionicons"],[1343,89,440,21],[1344,14,440,22,"name"],[1344,18,440,26],[1344,20,440,27],[1344,26,440,33],[1345,14,440,34,"size"],[1345,18,440,38],[1345,20,440,40,"size"],[1345,24,440,45],[1346,14,440,46,"color"],[1346,19,440,51],[1346,21,440,53,"color"],[1347,12,440,59],[1348,14,440,59,"fileName"],[1348,22,440,59],[1348,24,440,59,"_jsxFileName"],[1348,36,440,59],[1349,14,440,59,"lineNumber"],[1349,24,440,59],[1350,14,440,59,"columnNumber"],[1350,26,440,59],[1351,12,440,59],[1351,19,440,61],[1351,20,440,62],[1352,10,440,62],[1353,8,442,8],[1354,6,442,10],[1355,8,442,10,"fileName"],[1355,16,442,10],[1355,18,442,10,"_jsxFileName"],[1355,30,442,10],[1356,8,442,10,"lineNumber"],[1356,18,442,10],[1357,8,442,10,"columnNumber"],[1357,20,442,10],[1358,6,442,10],[1358,13,443,7],[1358,14,443,8],[1358,29,444,6],[1358,33,444,6,"_reactJsxDevRuntime"],[1358,52,444,6],[1358,53,444,6,"jsxDEV"],[1358,59,444,6],[1358,61,444,7,"Tab"],[1358,64,444,10],[1358,65,444,11,"Screen"],[1358,71,444,17],[1359,8,445,8,"name"],[1359,12,445,12],[1359,14,445,13],[1359,22,445,21],[1360,8,446,8,"component"],[1360,17,446,17],[1360,19,446,19,"WalletTab"],[1360,28,446,29],[1361,8,447,8,"options"],[1361,15,447,15],[1361,17,447,17],[1362,10,448,10,"tabBarLabel"],[1362,21,448,21],[1362,23,448,23],[1362,31,448,31],[1363,10,449,10,"tabBarIcon"],[1363,20,449,20],[1363,22,449,22,"_ref4"],[1363,27,449,22],[1364,12,449,22],[1364,16,449,25,"color"],[1364,21,449,30],[1364,24,449,30,"_ref4"],[1364,29,449,30],[1364,30,449,25,"color"],[1364,35,449,30],[1365,14,449,32,"size"],[1365,18,449,36],[1365,21,449,36,"_ref4"],[1365,26,449,36],[1365,27,449,32,"size"],[1365,31,449,36],[1366,12,449,36],[1366,32,450,12],[1366,36,450,12,"_reactJsxDevRuntime"],[1366,55,450,12],[1366,56,450,12,"jsxDEV"],[1366,62,450,12],[1366,64,450,13,"_expoVectorIcons"],[1366,80,450,21],[1366,81,450,21,"Ionicons"],[1366,89,450,21],[1367,14,450,22,"name"],[1367,18,450,26],[1367,20,450,27],[1367,28,450,35],[1368,14,450,36,"size"],[1368,18,450,40],[1368,20,450,42,"size"],[1368,24,450,47],[1369,14,450,48,"color"],[1369,19,450,53],[1369,21,450,55,"color"],[1370,12,450,61],[1371,14,450,61,"fileName"],[1371,22,450,61],[1371,24,450,61,"_jsxFileName"],[1371,36,450,61],[1372,14,450,61,"lineNumber"],[1372,24,450,61],[1373,14,450,61,"columnNumber"],[1373,26,450,61],[1374,12,450,61],[1374,19,450,63],[1374,20,450,64],[1375,10,450,64],[1376,8,452,8],[1377,6,452,10],[1378,8,452,10,"fileName"],[1378,16,452,10],[1378,18,452,10,"_jsxFileName"],[1378,30,452,10],[1379,8,452,10,"lineNumber"],[1379,18,452,10],[1380,8,452,10,"columnNumber"],[1380,20,452,10],[1381,6,452,10],[1381,13,453,7],[1381,14,453,8],[1381,29,454,6],[1381,33,454,6,"_reactJsxDevRuntime"],[1381,52,454,6],[1381,53,454,6,"jsxDEV"],[1381,59,454,6],[1381,61,454,7,"Tab"],[1381,64,454,10],[1381,65,454,11,"Screen"],[1381,71,454,17],[1382,8,455,8,"name"],[1382,12,455,12],[1382,14,455,13],[1382,24,455,23],[1383,8,456,8,"component"],[1383,17,456,17],[1383,19,456,19,"CitizensTab"],[1383,30,456,31],[1384,8,457,8,"options"],[1384,15,457,15],[1384,17,457,17],[1385,10,458,10,"tabBarLabel"],[1385,21,458,21],[1385,23,458,23],[1385,33,458,33],[1386,10,459,10,"tabBarIcon"],[1386,20,459,20],[1386,22,459,22,"_ref5"],[1386,27,459,22],[1387,12,459,22],[1387,16,459,25,"color"],[1387,21,459,30],[1387,24,459,30,"_ref5"],[1387,29,459,30],[1387,30,459,25,"color"],[1387,35,459,30],[1388,14,459,32,"size"],[1388,18,459,36],[1388,21,459,36,"_ref5"],[1388,26,459,36],[1388,27,459,32,"size"],[1388,31,459,36],[1389,12,459,36],[1389,32,460,12],[1389,36,460,12,"_reactJsxDevRuntime"],[1389,55,460,12],[1389,56,460,12,"jsxDEV"],[1389,62,460,12],[1389,64,460,13,"_expoVectorIcons"],[1389,80,460,21],[1389,81,460,21,"Ionicons"],[1389,89,460,21],[1390,14,460,22,"name"],[1390,18,460,26],[1390,20,460,27],[1390,28,460,35],[1391,14,460,36,"size"],[1391,18,460,40],[1391,20,460,42,"size"],[1391,24,460,47],[1392,14,460,48,"color"],[1392,19,460,53],[1392,21,460,55,"color"],[1393,12,460,61],[1394,14,460,61,"fileName"],[1394,22,460,61],[1394,24,460,61,"_jsxFileName"],[1394,36,460,61],[1395,14,460,61,"lineNumber"],[1395,24,460,61],[1396,14,460,61,"columnNumber"],[1396,26,460,61],[1397,12,460,61],[1397,19,460,63],[1397,20,460,64],[1398,10,460,64],[1399,8,462,8],[1400,6,462,10],[1401,8,462,10,"fileName"],[1401,16,462,10],[1401,18,462,10,"_jsxFileName"],[1401,30,462,10],[1402,8,462,10,"lineNumber"],[1402,18,462,10],[1403,8,462,10,"columnNumber"],[1403,20,462,10],[1404,6,462,10],[1404,13,463,7],[1404,14,463,8],[1404,29,464,6],[1404,33,464,6,"_reactJsxDevRuntime"],[1404,52,464,6],[1404,53,464,6,"jsxDEV"],[1404,59,464,6],[1404,61,464,7,"Tab"],[1404,64,464,10],[1404,65,464,11,"Screen"],[1404,71,464,17],[1405,8,465,8,"name"],[1405,12,465,12],[1405,14,465,13],[1405,24,465,23],[1406,8,466,8,"component"],[1406,17,466,17],[1406,19,466,19,"ReferralTab"],[1406,30,466,31],[1407,8,467,8,"options"],[1407,15,467,15],[1407,17,467,17],[1408,10,468,10,"tabBarLabel"],[1408,21,468,21],[1408,23,468,23],[1408,33,468,33],[1409,10,469,10,"tabBarIcon"],[1409,20,469,20],[1409,22,469,22,"_ref6"],[1409,27,469,22],[1410,12,469,22],[1410,16,469,25,"color"],[1410,21,469,30],[1410,24,469,30,"_ref6"],[1410,29,469,30],[1410,30,469,25,"color"],[1410,35,469,30],[1411,14,469,32,"size"],[1411,18,469,36],[1411,21,469,36,"_ref6"],[1411,26,469,36],[1411,27,469,32,"size"],[1411,31,469,36],[1412,12,469,36],[1412,32,470,12],[1412,36,470,12,"_reactJsxDevRuntime"],[1412,55,470,12],[1412,56,470,12,"jsxDEV"],[1412,62,470,12],[1412,64,470,13,"_expoVectorIcons"],[1412,80,470,21],[1412,81,470,21,"Ionicons"],[1412,89,470,21],[1413,14,470,22,"name"],[1413,18,470,26],[1413,20,470,27],[1413,26,470,33],[1414,14,470,34,"size"],[1414,18,470,38],[1414,20,470,40,"size"],[1414,24,470,45],[1415,14,470,46,"color"],[1415,19,470,51],[1415,21,470,53,"color"],[1416,12,470,59],[1417,14,470,59,"fileName"],[1417,22,470,59],[1417,24,470,59,"_jsxFileName"],[1417,36,470,59],[1418,14,470,59,"lineNumber"],[1418,24,470,59],[1419,14,470,59,"columnNumber"],[1419,26,470,59],[1420,12,470,59],[1420,19,470,61],[1420,20,470,62],[1421,10,470,62],[1422,8,472,8],[1423,6,472,10],[1424,8,472,10,"fileName"],[1424,16,472,10],[1424,18,472,10,"_jsxFileName"],[1424,30,472,10],[1425,8,472,10,"lineNumber"],[1425,18,472,10],[1426,8,472,10,"columnNumber"],[1426,20,472,10],[1427,6,472,10],[1427,13,473,7],[1427,14,473,8],[1427,29,474,6],[1427,33,474,6,"_reactJsxDevRuntime"],[1427,52,474,6],[1427,53,474,6,"jsxDEV"],[1427,59,474,6],[1427,61,474,7,"Tab"],[1427,64,474,10],[1427,65,474,11,"Screen"],[1427,71,474,17],[1428,8,475,8,"name"],[1428,12,475,12],[1428,14,475,13],[1428,23,475,22],[1429,8,476,8,"component"],[1429,17,476,17],[1429,19,476,19,"ProfileTab"],[1429,29,476,30],[1430,8,477,8,"options"],[1430,15,477,15],[1430,17,477,17],[1431,10,478,10,"tabBarLabel"],[1431,21,478,21],[1431,23,478,23],[1431,32,478,32],[1432,10,479,10,"tabBarIcon"],[1432,20,479,20],[1432,22,479,22,"_ref7"],[1432,27,479,22],[1433,12,479,22],[1433,16,479,25,"color"],[1433,21,479,30],[1433,24,479,30,"_ref7"],[1433,29,479,30],[1433,30,479,25,"color"],[1433,35,479,30],[1434,14,479,32,"size"],[1434,18,479,36],[1434,21,479,36,"_ref7"],[1434,26,479,36],[1434,27,479,32,"size"],[1434,31,479,36],[1435,12,479,36],[1435,32,480,12],[1435,36,480,12,"_reactJsxDevRuntime"],[1435,55,480,12],[1435,56,480,12,"jsxDEV"],[1435,62,480,12],[1435,64,480,13,"_expoVectorIcons"],[1435,80,480,21],[1435,81,480,21,"Ionicons"],[1435,89,480,21],[1436,14,480,22,"name"],[1436,18,480,26],[1436,20,480,27],[1436,28,480,35],[1437,14,480,36,"size"],[1437,18,480,40],[1437,20,480,42,"size"],[1437,24,480,47],[1438,14,480,48,"color"],[1438,19,480,53],[1438,21,480,55,"color"],[1439,12,480,61],[1440,14,480,61,"fileName"],[1440,22,480,61],[1440,24,480,61,"_jsxFileName"],[1440,36,480,61],[1441,14,480,61,"lineNumber"],[1441,24,480,61],[1442,14,480,61,"columnNumber"],[1442,26,480,61],[1443,12,480,61],[1443,19,480,63],[1443,20,480,64],[1444,10,480,64],[1445,8,482,8],[1446,6,482,10],[1447,8,482,10,"fileName"],[1447,16,482,10],[1447,18,482,10,"_jsxFileName"],[1447,30,482,10],[1448,8,482,10,"lineNumber"],[1448,18,482,10],[1449,8,482,10,"columnNumber"],[1449,20,482,10],[1450,6,482,10],[1450,13,483,7],[1450,14,483,8],[1451,4,483,8],[1452,6,483,8,"fileName"],[1452,14,483,8],[1452,16,483,8,"_jsxFileName"],[1452,28,483,8],[1453,6,483,8,"lineNumber"],[1453,16,483,8],[1454,6,483,8,"columnNumber"],[1454,18,483,8],[1455,4,483,8],[1455,11,484,19],[1455,12,484,20],[1456,2,486,0],[1457,2,486,1,"_c6"],[1457,5,486,1],[1457,8,424,24,"HomeScreen"],[1457,18,424,34],[1458,2,488,0],[1458,6,488,6,"QUICK_ACTIONS"],[1458,19,488,19],[1458,22,488,22],[1458,23,489,2],[1459,4,489,4,"id"],[1459,6,489,6],[1459,8,489,8],[1459,11,489,11],[1460,4,489,13,"label"],[1460,9,489,18],[1460,11,489,20],[1460,17,489,26],[1461,4,489,28,"icon"],[1461,8,489,32],[1461,10,489,34],[1461,25,489,49],[1462,4,489,51,"color"],[1462,9,489,56],[1462,11,489,58],[1463,2,489,68],[1463,3,489,69],[1463,5,490,2],[1464,4,490,4,"id"],[1464,6,490,6],[1464,8,490,8],[1464,11,490,11],[1465,4,490,13,"label"],[1465,9,490,18],[1465,11,490,20],[1465,20,490,29],[1466,4,490,31,"icon"],[1466,8,490,35],[1466,10,490,37],[1466,22,490,49],[1467,4,490,51,"color"],[1467,9,490,56],[1467,11,490,58],[1468,2,490,68],[1468,3,490,69],[1468,5,491,2],[1469,4,491,4,"id"],[1469,6,491,6],[1469,8,491,8],[1469,11,491,11],[1470,4,491,13,"label"],[1470,9,491,18],[1470,11,491,20],[1470,17,491,26],[1471,4,491,28,"icon"],[1471,8,491,32],[1471,10,491,34],[1471,27,491,51],[1472,4,491,53,"color"],[1472,9,491,58],[1472,11,491,60],[1473,2,491,70],[1473,3,491,71],[1473,5,492,2],[1474,4,492,4,"id"],[1474,6,492,6],[1474,8,492,8],[1474,11,492,11],[1475,4,492,13,"label"],[1475,9,492,18],[1475,11,492,20],[1475,17,492,26],[1476,4,492,28,"icon"],[1476,8,492,32],[1476,10,492,34],[1476,28,492,52],[1477,4,492,54,"color"],[1477,9,492,59],[1477,11,492,61],[1478,2,492,71],[1478,3,492,72],[1478,5,493,2],[1479,4,493,4,"id"],[1479,6,493,6],[1479,8,493,8],[1479,11,493,11],[1480,4,493,13,"label"],[1480,9,493,18],[1480,11,493,20],[1480,18,493,27],[1481,4,493,29,"icon"],[1481,8,493,33],[1481,10,493,35],[1481,23,493,48],[1482,4,493,50,"color"],[1482,9,493,55],[1482,11,493,57],[1483,2,493,67],[1483,3,493,68],[1483,5,494,2],[1484,4,494,4,"id"],[1484,6,494,6],[1484,8,494,8],[1484,11,494,11],[1485,4,494,13,"label"],[1485,9,494,18],[1485,11,494,20],[1485,21,494,30],[1486,4,494,32,"icon"],[1486,8,494,36],[1486,10,494,38],[1486,16,494,44],[1487,4,494,46,"color"],[1487,9,494,51],[1487,11,494,53],[1488,2,494,63],[1488,3,494,64],[1488,5,495,2],[1489,4,495,4,"id"],[1489,6,495,6],[1489,8,495,8],[1489,11,495,11],[1490,4,495,13,"label"],[1490,9,495,18],[1490,11,495,20],[1490,21,495,30],[1491,4,495,32,"icon"],[1491,8,495,36],[1491,10,495,38],[1491,25,495,53],[1492,4,495,55,"color"],[1492,9,495,60],[1492,11,495,62],[1493,2,495,72],[1493,3,495,73],[1493,5,496,2],[1494,4,496,4,"id"],[1494,6,496,6],[1494,8,496,8],[1494,11,496,11],[1495,4,496,13,"label"],[1495,9,496,18],[1495,11,496,20],[1495,22,496,31],[1496,4,496,33,"icon"],[1496,8,496,37],[1496,10,496,39],[1496,18,496,47],[1497,4,496,49,"color"],[1497,9,496,54],[1497,11,496,56],[1498,2,496,66],[1498,3,496,67],[1498,5,497,2],[1499,4,497,4,"id"],[1499,6,497,6],[1499,8,497,8],[1499,11,497,11],[1500,4,497,13,"label"],[1500,9,497,18],[1500,11,497,20],[1500,21,497,30],[1501,4,497,32,"icon"],[1501,8,497,36],[1501,10,497,38],[1501,21,497,49],[1502,4,497,51,"color"],[1502,9,497,56],[1502,11,497,58],[1503,2,497,68],[1503,3,497,69],[1503,5,498,2],[1504,4,498,4,"id"],[1504,6,498,6],[1504,8,498,8],[1504,12,498,12],[1505,4,498,14,"label"],[1505,9,498,19],[1505,11,498,21],[1505,21,498,31],[1506,4,498,33,"icon"],[1506,8,498,37],[1506,10,498,39],[1506,16,498,45],[1507,4,498,47,"color"],[1507,9,498,52],[1507,11,498,54],[1508,2,498,64],[1508,3,498,65],[1508,5,499,2],[1509,4,499,4,"id"],[1509,6,499,6],[1509,8,499,8],[1509,12,499,12],[1510,4,499,14,"label"],[1510,9,499,19],[1510,11,499,21],[1510,22,499,32],[1511,4,499,34,"icon"],[1511,8,499,38],[1511,10,499,40],[1511,16,499,46],[1512,4,499,48,"color"],[1512,9,499,53],[1512,11,499,55],[1513,2,499,65],[1513,3,499,66],[1513,5,500,2],[1514,4,500,4,"id"],[1514,6,500,6],[1514,8,500,8],[1514,12,500,12],[1515,4,500,14,"label"],[1515,9,500,19],[1515,11,500,21],[1515,17,500,27],[1516,4,500,29,"icon"],[1516,8,500,33],[1516,10,500,35],[1516,16,500,41],[1517,4,500,43,"color"],[1517,9,500,48],[1517,11,500,50],[1518,2,500,60],[1518,3,500,61],[1518,4,501,1],[1519,2,503,0],[1519,6,503,6,"styles"],[1519,12,503,12],[1519,15,503,15,"StyleSheet"],[1519,27,503,25],[1519,28,503,25,"StyleSheet"],[1519,38,503,25],[1519,39,503,26,"create"],[1519,45,503,32],[1519,46,503,33],[1520,4,504,2,"container"],[1520,13,504,11],[1520,15,504,13],[1521,6,505,4,"flex"],[1521,10,505,8],[1521,12,505,10],[1521,13,505,11],[1522,6,506,4,"backgroundColor"],[1522,21,506,19],[1522,23,506,21],[1523,4,507,2],[1523,5,507,3],[1524,4,508,2,"scrollContent"],[1524,17,508,15],[1524,19,508,17],[1525,6,509,4,"paddingBottom"],[1525,19,509,17],[1525,21,509,19],[1526,4,510,2],[1526,5,510,3],[1527,4,511,2,"walletScrollContent"],[1527,23,511,21],[1527,25,511,23],[1528,6,512,4,"paddingBottom"],[1528,19,512,17],[1528,21,512,19],[1529,4,513,2],[1529,5,513,3],[1530,4,514,2,"header"],[1530,10,514,8],[1530,12,514,10],[1531,6,515,4,"flexDirection"],[1531,19,515,17],[1531,21,515,19],[1531,26,515,24],[1532,6,516,4,"justifyContent"],[1532,20,516,18],[1532,22,516,20],[1532,37,516,35],[1533,6,517,4,"alignItems"],[1533,16,517,14],[1533,18,517,16],[1533,26,517,24],[1534,6,518,4,"padding"],[1534,13,518,11],[1534,15,518,13],[1534,17,518,15],[1535,6,519,4,"backgroundColor"],[1535,21,519,19],[1535,23,519,21],[1535,29,519,27],[1536,6,520,4,"borderBottomWidth"],[1536,23,520,21],[1536,25,520,23],[1536,26,520,24],[1537,6,521,4,"borderBottomColor"],[1537,23,521,21],[1537,25,521,23],[1538,4,522,2],[1538,5,522,3],[1539,4,523,2,"headerLeft"],[1539,14,523,12],[1539,16,523,14],[1540,6,524,4,"position"],[1540,14,524,12],[1540,16,524,14],[1541,4,525,2],[1541,5,525,3],[1542,4,526,2,"profileImage"],[1542,16,526,14],[1542,18,526,16],[1543,6,527,4,"width"],[1543,11,527,9],[1543,13,527,11],[1543,15,527,13],[1544,6,528,4,"height"],[1544,12,528,10],[1544,14,528,12],[1544,16,528,14],[1545,6,529,4,"borderRadius"],[1545,18,529,16],[1545,20,529,18],[1545,22,529,20],[1546,6,530,4,"backgroundColor"],[1546,21,530,19],[1546,23,530,21],[1546,32,530,30],[1547,6,531,4,"alignItems"],[1547,16,531,14],[1547,18,531,16],[1547,26,531,24],[1548,6,532,4,"justifyContent"],[1548,20,532,18],[1548,22,532,20],[1548,30,532,28],[1549,6,533,4,"overflow"],[1549,14,533,12],[1549,16,533,14],[1550,4,534,2],[1550,5,534,3],[1551,4,535,2,"profileImageSrc"],[1551,19,535,17],[1551,21,535,19],[1552,6,536,4,"width"],[1552,11,536,9],[1552,13,536,11],[1552,15,536,13],[1553,6,537,4,"height"],[1553,12,537,10],[1553,14,537,12],[1554,4,538,2],[1554,5,538,3],[1555,4,539,2,"profileBadge"],[1555,16,539,14],[1555,18,539,16],[1556,6,540,4,"position"],[1556,14,540,12],[1556,16,540,14],[1556,26,540,24],[1557,6,541,4,"bottom"],[1557,12,541,10],[1557,14,541,12],[1557,15,541,13],[1557,16,541,14],[1558,6,542,4,"right"],[1558,11,542,9],[1558,13,542,11],[1558,14,542,12],[1558,15,542,13],[1559,6,543,4,"backgroundColor"],[1559,21,543,19],[1559,23,543,21],[1559,32,543,30],[1560,6,544,4,"borderRadius"],[1560,18,544,16],[1560,20,544,18],[1560,22,544,20],[1561,6,545,4,"paddingHorizontal"],[1561,23,545,21],[1561,25,545,23],[1561,26,545,24],[1562,6,546,4,"paddingVertical"],[1562,21,546,19],[1562,23,546,21],[1562,24,546,22],[1563,6,547,4,"flexDirection"],[1563,19,547,17],[1563,21,547,19],[1563,26,547,24],[1564,6,548,4,"alignItems"],[1564,16,548,14],[1564,18,548,16],[1564,26,548,24],[1565,6,549,4,"gap"],[1565,9,549,7],[1565,11,549,9],[1566,4,550,2],[1566,5,550,3],[1567,4,551,2,"trustScore"],[1567,14,551,12],[1567,16,551,14],[1568,6,552,4,"fontSize"],[1568,14,552,12],[1568,16,552,14],[1568,18,552,16],[1569,6,553,4,"fontWeight"],[1569,16,553,14],[1569,18,553,16],[1569,23,553,21],[1570,6,554,4,"color"],[1570,11,554,9],[1570,13,554,11],[1571,4,555,2],[1571,5,555,3],[1572,4,556,2,"headerRight"],[1572,15,556,13],[1572,17,556,15],[1573,6,557,4,"flexDirection"],[1573,19,557,17],[1573,21,557,19],[1573,26,557,24],[1574,6,558,4,"gap"],[1574,9,558,7],[1574,11,558,9],[1575,4,559,2],[1575,5,559,3],[1576,4,560,2,"iconButton"],[1576,14,560,12],[1576,16,560,14],[1577,6,561,4,"padding"],[1577,13,561,11],[1577,15,561,13],[1578,4,562,2],[1578,5,562,3],[1579,4,563,2,"announcementWidget"],[1579,22,563,20],[1579,24,563,22],[1580,6,564,4,"padding"],[1580,13,564,11],[1580,15,564,13],[1581,4,565,2],[1581,5,565,3],[1582,4,566,2,"announcement"],[1582,16,566,14],[1582,18,566,16],[1583,6,567,4,"backgroundColor"],[1583,21,567,19],[1583,23,567,21],[1583,29,567,27],[1584,6,568,4,"padding"],[1584,13,568,11],[1584,15,568,13],[1584,17,568,15],[1585,6,569,4,"borderRadius"],[1585,18,569,16],[1585,20,569,18],[1585,22,569,20],[1586,6,570,4,"marginRight"],[1586,17,570,15],[1586,19,570,17],[1586,21,570,19],[1587,6,571,4,"width"],[1587,11,571,9],[1587,13,571,11,"width"],[1587,18,571,16],[1587,21,571,19],[1587,23,571,21],[1588,6,572,4,"borderLeftWidth"],[1588,21,572,19],[1588,23,572,21],[1588,24,572,22],[1589,6,573,4,"borderLeftColor"],[1589,21,573,19],[1589,23,573,21],[1590,4,574,2],[1590,5,574,3],[1591,4,575,2,"announcementTitle"],[1591,21,575,19],[1591,23,575,21],[1592,6,576,4,"fontSize"],[1592,14,576,12],[1592,16,576,14],[1592,18,576,16],[1593,6,577,4,"fontWeight"],[1593,16,577,14],[1593,18,577,16],[1593,23,577,21],[1594,6,578,4,"color"],[1594,11,578,9],[1594,13,578,11],[1594,22,578,20],[1595,6,579,4,"marginBottom"],[1595,18,579,16],[1595,20,579,18],[1596,4,580,2],[1596,5,580,3],[1597,4,581,2,"announcementText"],[1597,20,581,18],[1597,22,581,20],[1598,6,582,4,"fontSize"],[1598,14,582,12],[1598,16,582,14],[1598,18,582,16],[1599,6,583,4,"color"],[1599,11,583,9],[1599,13,583,11],[1600,4,584,2],[1600,5,584,3],[1601,4,585,2,"quickActionsContainer"],[1601,25,585,23],[1601,27,585,25],[1602,6,586,4,"padding"],[1602,13,586,11],[1602,15,586,13],[1603,4,587,2],[1603,5,587,3],[1604,4,588,2,"sectionTitle"],[1604,16,588,14],[1604,18,588,16],[1605,6,589,4,"fontSize"],[1605,14,589,12],[1605,16,589,14],[1605,18,589,16],[1606,6,590,4,"fontWeight"],[1606,16,590,14],[1606,18,590,16],[1606,23,590,21],[1607,6,591,4,"color"],[1607,11,591,9],[1607,13,591,11],[1607,22,591,20],[1608,6,592,4,"marginBottom"],[1608,18,592,16],[1608,20,592,18],[1609,4,593,2],[1609,5,593,3],[1610,4,594,2,"actionsGrid"],[1610,15,594,13],[1610,17,594,15],[1611,6,595,4,"flexDirection"],[1611,19,595,17],[1611,21,595,19],[1611,26,595,24],[1612,6,596,4,"flexWrap"],[1612,14,596,12],[1612,16,596,14],[1612,22,596,20],[1613,6,597,4,"justifyContent"],[1613,20,597,18],[1613,22,597,20],[1614,4,598,2],[1614,5,598,3],[1615,4,599,2,"actionCard"],[1615,14,599,12],[1615,16,599,14],[1616,6,600,4,"width"],[1616,11,600,9],[1616,13,600,11],[1616,14,600,12,"width"],[1616,19,600,17],[1616,22,600,20],[1616,24,600,22],[1616,28,600,26],[1616,29,600,27],[1617,6,601,4,"backgroundColor"],[1617,21,601,19],[1617,23,601,21],[1617,29,601,27],[1618,6,602,4,"padding"],[1618,13,602,11],[1618,15,602,13],[1618,17,602,15],[1619,6,603,4,"borderRadius"],[1619,18,603,16],[1619,20,603,18],[1619,22,603,20],[1620,6,604,4,"alignItems"],[1620,16,604,14],[1620,18,604,16],[1620,26,604,24],[1621,6,605,4,"marginBottom"],[1621,18,605,16],[1621,20,605,18],[1621,22,605,20],[1622,6,606,4,"shadowColor"],[1622,17,606,15],[1622,19,606,17],[1622,25,606,23],[1623,6,607,4,"shadowOffset"],[1623,18,607,16],[1623,20,607,18],[1624,8,607,20,"width"],[1624,13,607,25],[1624,15,607,27],[1624,16,607,28],[1625,8,607,30,"height"],[1625,14,607,36],[1625,16,607,38],[1626,6,607,40],[1626,7,607,41],[1627,6,608,4,"shadowOpacity"],[1627,19,608,17],[1627,21,608,19],[1627,25,608,23],[1628,6,609,4,"shadowRadius"],[1628,18,609,16],[1628,20,609,18],[1628,21,609,19],[1629,6,610,4,"elevation"],[1629,15,610,13],[1629,17,610,15],[1630,4,611,2],[1630,5,611,3],[1631,4,612,2,"actionCardFirst"],[1631,19,612,17],[1631,21,612,19],[1632,6,613,4,"marginRight"],[1632,17,613,15],[1632,19,613,17],[1633,4,614,2],[1633,5,614,3],[1634,4,615,2,"actionCardLast"],[1634,18,615,16],[1634,20,615,18],[1635,6,616,4,"marginLeft"],[1635,16,616,14],[1635,18,616,16],[1636,4,617,2],[1636,5,617,3],[1637,4,618,2,"actionIcon"],[1637,14,618,12],[1637,16,618,14],[1638,6,619,4,"width"],[1638,11,619,9],[1638,13,619,11],[1638,15,619,13],[1639,6,620,4,"height"],[1639,12,620,10],[1639,14,620,12],[1639,16,620,14],[1640,6,621,4,"borderRadius"],[1640,18,621,16],[1640,20,621,18],[1640,22,621,20],[1641,6,622,4,"alignItems"],[1641,16,622,14],[1641,18,622,16],[1641,26,622,24],[1642,6,623,4,"justifyContent"],[1642,20,623,18],[1642,22,623,20],[1642,30,623,28],[1643,6,624,4,"marginBottom"],[1643,18,624,16],[1643,20,624,18],[1644,4,625,2],[1644,5,625,3],[1645,4,626,2,"actionLabel"],[1645,15,626,13],[1645,17,626,15],[1646,6,627,4,"fontSize"],[1646,14,627,12],[1646,16,627,14],[1646,18,627,16],[1647,6,628,4,"color"],[1647,11,628,9],[1647,13,628,11],[1647,22,628,20],[1648,6,629,4,"textAlign"],[1648,15,629,13],[1648,17,629,15],[1649,4,630,2],[1649,5,630,3],[1650,4,631,2,"walletHeader"],[1650,16,631,14],[1650,18,631,16],[1651,6,632,4,"padding"],[1651,13,632,11],[1651,15,632,13],[1651,17,632,15],[1652,6,633,4,"backgroundColor"],[1652,21,633,19],[1652,23,633,21],[1652,29,633,27],[1653,6,634,4,"borderBottomWidth"],[1653,23,634,21],[1653,25,634,23],[1653,26,634,24],[1654,6,635,4,"borderBottomColor"],[1654,23,635,21],[1654,25,635,23],[1654,34,635,32],[1655,6,636,4,"flexDirection"],[1655,19,636,17],[1655,21,636,19],[1655,26,636,24],[1656,6,637,4,"justifyContent"],[1656,20,637,18],[1656,22,637,20],[1656,37,637,35],[1657,6,638,4,"alignItems"],[1657,16,638,14],[1657,18,638,16],[1658,4,639,2],[1658,5,639,3],[1659,4,640,2,"walletTitle"],[1659,15,640,13],[1659,17,640,15],[1660,6,641,4,"fontSize"],[1660,14,641,12],[1660,16,641,14],[1660,18,641,16],[1661,6,642,4,"fontWeight"],[1661,16,642,14],[1661,18,642,16],[1661,23,642,21],[1662,6,643,4,"color"],[1662,11,643,9],[1662,13,643,11],[1663,4,644,2],[1663,5,644,3],[1664,4,645,2,"refreshButton"],[1664,17,645,15],[1664,19,645,17],[1665,6,646,4,"padding"],[1665,13,646,11],[1665,15,646,13],[1665,16,646,14],[1666,6,647,4,"borderRadius"],[1666,18,647,16],[1666,20,647,18],[1666,21,647,19],[1667,6,648,4,"backgroundColor"],[1667,21,648,19],[1667,23,648,21],[1668,4,649,2],[1668,5,649,3],[1669,4,650,2,"balanceCards"],[1669,16,650,14],[1669,18,650,16],[1670,6,651,4,"padding"],[1670,13,651,11],[1670,15,651,13],[1670,17,651,15],[1671,6,652,4,"gap"],[1671,9,652,7],[1671,11,652,9],[1672,4,653,2],[1672,5,653,3],[1673,4,654,2,"balanceCard"],[1673,15,654,13],[1673,17,654,15],[1674,6,655,4,"backgroundColor"],[1674,21,655,19],[1674,23,655,21],[1674,29,655,27],[1675,6,656,4,"padding"],[1675,13,656,11],[1675,15,656,13],[1675,17,656,15],[1676,6,657,4,"borderRadius"],[1676,18,657,16],[1676,20,657,18],[1676,22,657,20],[1677,6,658,4,"borderWidth"],[1677,17,658,15],[1677,19,658,17],[1677,20,658,18],[1678,6,659,4,"borderColor"],[1678,17,659,15],[1678,19,659,17],[1679,4,660,2],[1679,5,660,3],[1680,4,661,2,"balanceCardHeader"],[1680,21,661,19],[1680,23,661,21],[1681,6,662,4,"flexDirection"],[1681,19,662,17],[1681,21,662,19],[1681,26,662,24],[1682,6,663,4,"alignItems"],[1682,16,663,14],[1682,18,663,16],[1682,26,663,24],[1683,6,664,4,"gap"],[1683,9,664,7],[1683,11,664,9],[1683,12,664,10],[1684,6,665,4,"marginBottom"],[1684,18,665,16],[1684,20,665,18],[1685,4,666,2],[1685,5,666,3],[1686,4,667,2,"tokenLogo"],[1686,13,667,11],[1686,15,667,13],[1687,6,668,4,"width"],[1687,11,668,9],[1687,13,668,11],[1687,15,668,13],[1688,6,669,4,"height"],[1688,12,669,10],[1688,14,669,12],[1688,16,669,14],[1689,6,670,4,"borderRadius"],[1689,18,670,16],[1689,20,670,18],[1690,4,671,2],[1690,5,671,3],[1691,4,672,2,"tokenSymbol"],[1691,15,672,13],[1691,17,672,15],[1692,6,673,4,"fontSize"],[1692,14,673,12],[1692,16,673,14],[1692,18,673,16],[1693,6,674,4,"fontWeight"],[1693,16,674,14],[1693,18,674,16],[1693,23,674,21],[1694,6,675,4,"color"],[1694,11,675,9],[1694,13,675,11],[1695,4,676,2],[1695,5,676,3],[1696,4,677,2,"balanceAmount"],[1696,17,677,15],[1696,19,677,17],[1697,6,678,4,"fontSize"],[1697,14,678,12],[1697,16,678,14],[1697,18,678,16],[1698,6,679,4,"fontWeight"],[1698,16,679,14],[1698,18,679,16],[1698,23,679,21],[1699,6,680,4,"color"],[1699,11,680,9],[1699,13,680,11],[1699,22,680,20],[1700,6,681,4,"marginBottom"],[1700,18,681,16],[1700,20,681,18],[1701,4,682,2],[1701,5,682,3],[1702,4,683,2,"balanceUsd"],[1702,14,683,12],[1702,16,683,14],[1703,6,684,4,"fontSize"],[1703,14,684,12],[1703,16,684,14],[1703,18,684,16],[1704,6,685,4,"color"],[1704,11,685,9],[1704,13,685,11],[1705,4,686,2],[1705,5,686,3],[1706,4,687,2,"walletActions"],[1706,17,687,15],[1706,19,687,17],[1707,6,688,4,"flexDirection"],[1707,19,688,17],[1707,21,688,19],[1707,26,688,24],[1708,6,689,4,"padding"],[1708,13,689,11],[1708,15,689,13],[1708,17,689,15],[1709,6,690,4,"gap"],[1709,9,690,7],[1709,11,690,9],[1710,4,691,2],[1710,5,691,3],[1711,4,692,2,"walletActionButton"],[1711,22,692,20],[1711,24,692,22],[1712,6,693,4,"flex"],[1712,10,693,8],[1712,12,693,10],[1712,13,693,11],[1713,6,694,4,"backgroundColor"],[1713,21,694,19],[1713,23,694,21],[1713,32,694,30],[1714,6,695,4,"padding"],[1714,13,695,11],[1714,15,695,13],[1714,17,695,15],[1715,6,696,4,"borderRadius"],[1715,18,696,16],[1715,20,696,18],[1715,22,696,20],[1716,6,697,4,"alignItems"],[1716,16,697,14],[1716,18,697,16],[1716,26,697,24],[1717,6,698,4,"gap"],[1717,9,698,7],[1717,11,698,9],[1718,4,699,2],[1718,5,699,3],[1719,4,700,2,"walletActionText"],[1719,20,700,18],[1719,22,700,20],[1720,6,701,4,"color"],[1720,11,701,9],[1720,13,701,11],[1720,19,701,17],[1721,6,702,4,"fontSize"],[1721,14,702,12],[1721,16,702,14],[1721,18,702,16],[1722,6,703,4,"fontWeight"],[1722,16,703,14],[1722,18,703,16],[1723,4,704,2],[1723,5,704,3],[1724,4,705,2,"placeholderText"],[1724,19,705,17],[1724,21,705,19],[1725,6,706,4,"flex"],[1725,10,706,8],[1725,12,706,10],[1725,13,706,11],[1726,6,707,4,"textAlign"],[1726,15,707,13],[1726,17,707,15],[1726,25,707,23],[1727,6,708,4,"marginTop"],[1727,15,708,13],[1727,17,708,15],[1727,20,708,18],[1728,6,709,4,"fontSize"],[1728,14,709,12],[1728,16,709,14],[1728,18,709,16],[1729,6,710,4,"color"],[1729,11,710,9],[1729,13,710,11],[1730,4,711,2],[1730,5,711,3],[1731,4,712,2,"tabBar"],[1731,10,712,8],[1731,12,712,10],[1732,6,713,4,"borderTopWidth"],[1732,20,713,18],[1732,22,713,20],[1732,23,713,21],[1733,6,714,4,"borderTopColor"],[1733,20,714,18],[1733,22,714,20],[1733,31,714,29],[1734,6,715,4,"paddingBottom"],[1734,19,715,17],[1734,21,715,19],[1734,23,715,21],[1735,6,716,4,"paddingTop"],[1735,16,716,14],[1735,18,716,16],[1735,19,716,17],[1736,6,717,4,"backgroundColor"],[1736,21,717,19],[1736,23,717,21],[1737,4,718,2],[1737,5,718,3],[1738,4,719,2],[1739,4,720,2,"balanceRow"],[1739,14,720,12],[1739,16,720,14],[1740,6,721,4,"flexDirection"],[1740,19,721,17],[1740,21,721,19],[1740,26,721,24],[1741,6,722,4,"padding"],[1741,13,722,11],[1741,15,722,13],[1741,17,722,15],[1742,6,723,4,"gap"],[1742,9,723,7],[1742,11,723,9],[1743,4,724,2],[1743,5,724,3],[1744,4,725,2,"balanceCardNew"],[1744,18,725,16],[1744,20,725,18],[1745,6,726,4,"flex"],[1745,10,726,8],[1745,12,726,10],[1745,13,726,11],[1746,6,727,4,"backgroundColor"],[1746,21,727,19],[1746,23,727,21],[1746,29,727,27],[1747,6,728,4,"padding"],[1747,13,728,11],[1747,15,728,13],[1747,17,728,15],[1748,6,729,4,"borderRadius"],[1748,18,729,16],[1748,20,729,18],[1748,22,729,20],[1749,6,730,4,"alignItems"],[1749,16,730,14],[1749,18,730,16],[1749,26,730,24],[1750,6,731,4,"shadowColor"],[1750,17,731,15],[1750,19,731,17],[1750,25,731,23],[1751,6,732,4,"shadowOffset"],[1751,18,732,16],[1751,20,732,18],[1752,8,732,20,"width"],[1752,13,732,25],[1752,15,732,27],[1752,16,732,28],[1753,8,732,30,"height"],[1753,14,732,36],[1753,16,732,38],[1754,6,732,40],[1754,7,732,41],[1755,6,733,4,"shadowOpacity"],[1755,19,733,17],[1755,21,733,19],[1755,24,733,22],[1756,6,734,4,"shadowRadius"],[1756,18,734,16],[1756,20,734,18],[1756,21,734,19],[1757,6,735,4,"elevation"],[1757,15,735,13],[1757,17,735,15],[1758,4,736,2],[1758,5,736,3],[1759,4,737,2,"tokenLogoNew"],[1759,16,737,14],[1759,18,737,16],[1760,6,738,4,"width"],[1760,11,738,9],[1760,13,738,11],[1760,15,738,13],[1761,6,739,4,"height"],[1761,12,739,10],[1761,14,739,12],[1761,16,739,14],[1762,6,740,4,"borderRadius"],[1762,18,740,16],[1762,20,740,18],[1762,22,740,20],[1763,6,741,4,"marginBottom"],[1763,18,741,16],[1763,20,741,18],[1764,4,742,2],[1764,5,742,3],[1765,4,743,2,"tokenSymbolNew"],[1765,18,743,16],[1765,20,743,18],[1766,6,744,4,"fontSize"],[1766,14,744,12],[1766,16,744,14],[1766,18,744,16],[1767,6,745,4,"fontWeight"],[1767,16,745,14],[1767,18,745,16],[1767,23,745,21],[1768,6,746,4,"color"],[1768,11,746,9],[1768,13,746,11],[1768,22,746,20],[1769,6,747,4,"marginBottom"],[1769,18,747,16],[1769,20,747,18],[1770,4,748,2],[1770,5,748,3],[1771,4,749,2,"balanceAmountNew"],[1771,20,749,18],[1771,22,749,20],[1772,6,750,4,"fontSize"],[1772,14,750,12],[1772,16,750,14],[1772,18,750,16],[1773,6,751,4,"fontWeight"],[1773,16,751,14],[1773,18,751,16],[1773,23,751,21],[1774,6,752,4,"color"],[1774,11,752,9],[1774,13,752,11],[1774,22,752,20],[1775,6,753,4,"marginBottom"],[1775,18,753,16],[1775,20,753,18],[1776,4,754,2],[1776,5,754,3],[1777,4,755,2,"tokenNameNew"],[1777,16,755,14],[1777,18,755,16],[1778,6,756,4,"fontSize"],[1778,14,756,12],[1778,16,756,14],[1778,18,756,16],[1779,6,757,4,"color"],[1779,11,757,9],[1779,13,757,11],[1780,4,758,2],[1780,5,758,3],[1781,4,759,2,"actionsContainer"],[1781,20,759,18],[1781,22,759,20],[1782,6,760,4,"margin"],[1782,12,760,10],[1782,14,760,12],[1782,16,760,14],[1783,6,761,4,"backgroundColor"],[1783,21,761,19],[1783,23,761,21],[1783,29,761,27],[1784,6,762,4,"padding"],[1784,13,762,11],[1784,15,762,13],[1784,17,762,15],[1785,6,763,4,"borderRadius"],[1785,18,763,16],[1785,20,763,18],[1785,22,763,20],[1786,6,764,4,"shadowColor"],[1786,17,764,15],[1786,19,764,17],[1786,25,764,23],[1787,6,765,4,"shadowOffset"],[1787,18,765,16],[1787,20,765,18],[1788,8,765,20,"width"],[1788,13,765,25],[1788,15,765,27],[1788,16,765,28],[1789,8,765,30,"height"],[1789,14,765,36],[1789,16,765,38],[1790,6,765,40],[1790,7,765,41],[1791,6,766,4,"shadowOpacity"],[1791,19,766,17],[1791,21,766,19],[1791,24,766,22],[1792,6,767,4,"shadowRadius"],[1792,18,767,16],[1792,20,767,18],[1792,21,767,19],[1793,6,768,4,"elevation"],[1793,15,768,13],[1793,17,768,15],[1794,4,769,2],[1794,5,769,3],[1795,4,770,2,"actionsRow"],[1795,14,770,12],[1795,16,770,14],[1796,6,771,4,"flexDirection"],[1796,19,771,17],[1796,21,771,19],[1796,26,771,24],[1797,6,772,4,"justifyContent"],[1797,20,772,18],[1797,22,772,20],[1797,37,772,35],[1798,6,773,4,"marginBottom"],[1798,18,773,16],[1798,20,773,18],[1799,4,774,2],[1799,5,774,3],[1800,4,775,2,"actionBtn"],[1800,13,775,11],[1800,15,775,13],[1801,6,776,4,"width"],[1801,11,776,9],[1801,13,776,11],[1801,14,776,12,"width"],[1801,19,776,17],[1801,22,776,20],[1801,24,776,22],[1801,28,776,26],[1801,29,776,27],[1802,6,777,4,"padding"],[1802,13,777,11],[1802,15,777,13],[1802,17,777,15],[1803,6,778,4,"borderRadius"],[1803,18,778,16],[1803,20,778,18],[1803,22,778,20],[1804,6,779,4,"alignItems"],[1804,16,779,14],[1804,18,779,16],[1804,26,779,24],[1805,6,780,4,"justifyContent"],[1805,20,780,18],[1805,22,780,20],[1806,4,781,2],[1806,5,781,3],[1807,4,782,2,"actionBtnText"],[1807,17,782,15],[1807,19,782,17],[1808,6,783,4,"color"],[1808,11,783,9],[1808,13,783,11],[1808,19,783,17],[1809,6,784,4,"fontSize"],[1809,14,784,12],[1809,16,784,14],[1809,18,784,16],[1810,6,785,4,"fontWeight"],[1810,16,785,14],[1810,18,785,16],[1810,23,785,21],[1811,6,786,4,"marginTop"],[1811,15,786,13],[1811,17,786,15],[1812,4,787,2],[1812,5,787,3],[1813,4,788,2,"tokensContainer"],[1813,19,788,17],[1813,21,788,19],[1814,6,789,4,"margin"],[1814,12,789,10],[1814,14,789,12],[1814,16,789,14],[1815,6,790,4,"marginTop"],[1815,15,790,13],[1815,17,790,15],[1816,4,791,2],[1816,5,791,3],[1817,4,792,2,"tokensHeader"],[1817,16,792,14],[1817,18,792,16],[1818,6,793,4,"flexDirection"],[1818,19,793,17],[1818,21,793,19],[1818,26,793,24],[1819,6,794,4,"justifyContent"],[1819,20,794,18],[1819,22,794,20],[1819,37,794,35],[1820,6,795,4,"alignItems"],[1820,16,795,14],[1820,18,795,16],[1820,26,795,24],[1821,6,796,4,"marginBottom"],[1821,18,796,16],[1821,20,796,18],[1821,22,796,20],[1822,6,797,4,"paddingHorizontal"],[1822,23,797,21],[1822,25,797,23],[1823,4,798,2],[1823,5,798,3],[1824,4,799,2,"tokensTitle"],[1824,15,799,13],[1824,17,799,15],[1825,6,800,4,"fontSize"],[1825,14,800,12],[1825,16,800,14],[1825,18,800,16],[1826,6,801,4,"fontWeight"],[1826,16,801,14],[1826,18,801,16],[1826,23,801,21],[1827,6,802,4,"color"],[1827,11,802,9],[1827,13,802,11],[1828,4,803,2],[1828,5,803,3],[1829,4,804,2,"tokensHeaderActions"],[1829,23,804,21],[1829,25,804,23],[1830,6,805,4,"flexDirection"],[1830,19,805,17],[1830,21,805,19],[1830,26,805,24],[1831,6,806,4,"gap"],[1831,9,806,7],[1831,11,806,9],[1832,4,807,2],[1832,5,807,3],[1833,4,808,2,"tokenHeaderButton"],[1833,21,808,19],[1833,23,808,21],[1834,6,809,4,"width"],[1834,11,809,9],[1834,13,809,11],[1834,15,809,13],[1835,6,810,4,"height"],[1835,12,810,10],[1835,14,810,12],[1835,16,810,14],[1836,6,811,4,"borderRadius"],[1836,18,811,16],[1836,20,811,18],[1836,21,811,19],[1837,6,812,4,"backgroundColor"],[1837,21,812,19],[1837,23,812,21],[1837,32,812,30],[1838,6,813,4,"alignItems"],[1838,16,813,14],[1838,18,813,16],[1838,26,813,24],[1839,6,814,4,"justifyContent"],[1839,20,814,18],[1839,22,814,20],[1840,4,815,2],[1840,5,815,3],[1841,4,816,2,"tokenItem"],[1841,13,816,11],[1841,15,816,13],[1842,6,817,4,"flexDirection"],[1842,19,817,17],[1842,21,817,19],[1842,26,817,24],[1843,6,818,4,"justifyContent"],[1843,20,818,18],[1843,22,818,20],[1843,37,818,35],[1844,6,819,4,"alignItems"],[1844,16,819,14],[1844,18,819,16],[1844,26,819,24],[1845,6,820,4,"backgroundColor"],[1845,21,820,19],[1845,23,820,21],[1845,29,820,27],[1846,6,821,4,"padding"],[1846,13,821,11],[1846,15,821,13],[1846,17,821,15],[1847,6,822,4,"borderRadius"],[1847,18,822,16],[1847,20,822,18],[1847,22,822,20],[1848,6,823,4,"marginBottom"],[1848,18,823,16],[1848,20,823,18],[1848,21,823,19],[1849,6,824,4,"shadowColor"],[1849,17,824,15],[1849,19,824,17],[1849,25,824,23],[1850,6,825,4,"shadowOffset"],[1850,18,825,16],[1850,20,825,18],[1851,8,825,20,"width"],[1851,13,825,25],[1851,15,825,27],[1851,16,825,28],[1852,8,825,30,"height"],[1852,14,825,36],[1852,16,825,38],[1853,6,825,40],[1853,7,825,41],[1854,6,826,4,"shadowOpacity"],[1854,19,826,17],[1854,21,826,19],[1854,25,826,23],[1855,6,827,4,"shadowRadius"],[1855,18,827,16],[1855,20,827,18],[1855,21,827,19],[1856,6,828,4,"elevation"],[1856,15,828,13],[1856,17,828,15],[1857,4,829,2],[1857,5,829,3],[1858,4,830,2,"tokenItemLeft"],[1858,17,830,15],[1858,19,830,17],[1859,6,831,4,"flexDirection"],[1859,19,831,17],[1859,21,831,19],[1859,26,831,24],[1860,6,832,4,"alignItems"],[1860,16,832,14],[1860,18,832,16],[1860,26,832,24],[1861,6,833,4,"gap"],[1861,9,833,7],[1861,11,833,9],[1862,4,834,2],[1862,5,834,3],[1863,4,835,2,"tokenIconContainer"],[1863,22,835,20],[1863,24,835,22],[1864,6,836,4,"position"],[1864,14,836,12],[1864,16,836,14],[1864,26,836,24],[1865,6,837,4,"width"],[1865,11,837,9],[1865,13,837,11],[1865,15,837,13],[1866,6,838,4,"height"],[1866,12,838,10],[1866,14,838,12],[1867,4,839,2],[1867,5,839,3],[1868,4,840,2,"tokenIcon"],[1868,13,840,11],[1868,15,840,13],[1869,6,841,4,"width"],[1869,11,841,9],[1869,13,841,11],[1869,15,841,13],[1870,6,842,4,"height"],[1870,12,842,10],[1870,14,842,12],[1870,16,842,14],[1871,6,843,4,"borderRadius"],[1871,18,843,16],[1871,20,843,18],[1872,4,844,2],[1872,5,844,3],[1873,4,845,2,"networkBadge"],[1873,16,845,14],[1873,18,845,16],[1874,6,846,4,"position"],[1874,14,846,12],[1874,16,846,14],[1874,26,846,24],[1875,6,847,4,"right"],[1875,11,847,9],[1875,13,847,11],[1875,14,847,12],[1875,15,847,13],[1876,6,848,4,"bottom"],[1876,12,848,10],[1876,14,848,12],[1876,15,848,13],[1876,16,848,14],[1877,6,849,4,"width"],[1877,11,849,9],[1877,13,849,11],[1877,15,849,13],[1878,6,850,4,"height"],[1878,12,850,10],[1878,14,850,12],[1878,16,850,14],[1879,6,851,4,"borderRadius"],[1879,18,851,16],[1879,20,851,18],[1879,21,851,19],[1880,6,852,4,"borderWidth"],[1880,17,852,15],[1880,19,852,17],[1880,20,852,18],[1881,6,853,4,"borderColor"],[1881,17,853,15],[1881,19,853,17],[1882,4,854,2],[1882,5,854,3],[1883,4,855,2,"tokenItemName"],[1883,17,855,15],[1883,19,855,17],[1884,6,856,4,"fontSize"],[1884,14,856,12],[1884,16,856,14],[1884,18,856,16],[1885,6,857,4,"fontWeight"],[1885,16,857,14],[1885,18,857,16],[1885,23,857,21],[1886,6,858,4,"color"],[1886,11,858,9],[1886,13,858,11],[1887,4,859,2],[1887,5,859,3],[1888,4,860,2,"tokenItemNetwork"],[1888,20,860,18],[1888,22,860,20],[1889,6,861,4,"fontSize"],[1889,14,861,12],[1889,16,861,14],[1889,18,861,16],[1890,6,862,4,"color"],[1890,11,862,9],[1890,13,862,11],[1891,4,863,2],[1891,5,863,3],[1892,4,864,2,"tokenItemRight"],[1892,18,864,16],[1892,20,864,18],[1893,6,865,4,"alignItems"],[1893,16,865,14],[1893,18,865,16],[1894,4,866,2],[1894,5,866,3],[1895,4,867,2,"tokenItemBalance"],[1895,20,867,18],[1895,22,867,20],[1896,6,868,4,"fontSize"],[1896,14,868,12],[1896,16,868,14],[1896,18,868,16],[1897,6,869,4,"fontWeight"],[1897,16,869,14],[1897,18,869,16],[1897,23,869,21],[1898,6,870,4,"color"],[1898,11,870,9],[1898,13,870,11],[1899,4,871,2],[1899,5,871,3],[1900,4,872,2,"tokenItemUsd"],[1900,16,872,14],[1900,18,872,16],[1901,6,873,4,"fontSize"],[1901,14,873,12],[1901,16,873,14],[1901,18,873,16],[1902,6,874,4,"color"],[1902,11,874,9],[1902,13,874,11],[1903,4,875,2],[1904,2,876,0],[1904,3,876,1],[1904,4,876,2],[1905,2,876,3],[1905,6,876,3,"_c"],[1905,8,876,3],[1905,10,876,3,"_c2"],[1905,13,876,3],[1905,15,876,3,"_c3"],[1905,18,876,3],[1905,20,876,3,"_c4"],[1905,23,876,3],[1905,25,876,3,"_c5"],[1905,28,876,3],[1905,30,876,3,"_c6"],[1905,33,876,3],[1906,2,876,3,"$RefreshReg$"],[1906,14,876,3],[1906,15,876,3,"_c"],[1906,17,876,3],[1907,2,876,3,"$RefreshReg$"],[1907,14,876,3],[1907,15,876,3,"_c2"],[1907,18,876,3],[1908,2,876,3,"$RefreshReg$"],[1908,14,876,3],[1908,15,876,3,"_c3"],[1908,18,876,3],[1909,2,876,3,"$RefreshReg$"],[1909,14,876,3],[1909,15,876,3,"_c4"],[1909,18,876,3],[1910,2,876,3,"$RefreshReg$"],[1910,14,876,3],[1910,15,876,3,"_c5"],[1910,18,876,3],[1911,2,876,3,"$RefreshReg$"],[1911,14,876,3],[1911,15,876,3,"_c6"],[1911,18,876,3],[1912,0,876,3],[1912,3]],"functionMap":{"names":["","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;CJuO;AQE;CRM;ASE;CTM;AUE;CVM;eWI;sBCe;WDE;sBCQ;WDE;sBCQ;WDE;sBCQ;WDE;sBCQ;WDE;CXK"},"hasCjsExports":false},"type":"js/module"}]}
\ No newline at end of file
+{"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://kurdish-id.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.View, {\n style: styles.tokensHeader,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokensTitle,\n children: \"Tokens\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 247,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.tokensHeaderActions,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.tokenHeaderButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"search\",\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 250,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 249,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.tokenHeaderButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"add-circle\",\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 253,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 252,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.tokenHeaderButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"settings\",\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 256,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 255,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 248,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\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_digital-kurdistan/artifacts/kjrxv1gd_USDT%28hez%29logo.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 265,\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: 269,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 264,\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: 275,\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: 276,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 274,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 263,\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.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 280,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 281,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 279,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 262,\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.Image, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_digital-kurdistan/artifacts/06k2kt5u_dot.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 288,\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: \"DOT\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 293,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemNetwork,\n children: \"Polkadot\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 294,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 292,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 287,\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.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 298,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 299,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 297,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 286,\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.Image, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_digital-kurdistan/artifacts/7obzx4ca_bitcoin.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 306,\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: \"BTC\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 311,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemNetwork,\n children: \"Bitcoin\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 312,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 310,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 305,\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.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 316,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 317,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 315,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 304,\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.Image, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_digital-kurdistan/artifacts/l927j96q_etherium.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 324,\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: \"ETH\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 329,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemNetwork,\n children: \"Ethereum\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 330,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 328,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 323,\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.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 334,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 335,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 333,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 322,\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.Image, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_digital-kurdistan/artifacts/2k07ckau_BNB_logo.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 342,\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: \"BNB\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 347,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemNetwork,\n children: \"Binance Smart Chain\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 348,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 346,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 341,\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.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 352,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 353,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 351,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 340,\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.Image, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_digital-kurdistan/artifacts/k5rl2t4g_ADAlogo.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 360,\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: \"ADA\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 365,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemNetwork,\n children: \"Cardano\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 366,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 364,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 359,\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.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 370,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 371,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 369,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 358,\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.Image, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_digital-kurdistan/artifacts/ldg2spf2_SOLlogo.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 378,\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: \"SOL\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 383,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemNetwork,\n children: \"Solana\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 384,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 382,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 377,\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.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 388,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 389,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 387,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 376,\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: 401,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 400,\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: 409,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 408,\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: 417,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 416,\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: 440,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 434,\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: 450,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 444,\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: 460,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 454,\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: 470,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 464,\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: 480,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 474,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 426,\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 - 32,\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 tokensHeader: {\n flexDirection: 'row',\n justifyContent: 'space-between',\n alignItems: 'center',\n marginBottom: 12,\n paddingHorizontal: 4\n },\n tokensTitle: {\n fontSize: 18,\n fontWeight: '700',\n color: '#1F2937'\n },\n tokensHeaderActions: {\n flexDirection: 'row',\n gap: 12\n },\n tokenHeaderButton: {\n width: 32,\n height: 32,\n borderRadius: 8,\n backgroundColor: '#F3F4F6',\n alignItems: 'center',\n justifyContent: 'center'\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":1912,"map":[[30,2,424,15,"Object"],[30,8,424,15],[30,9,424,15,"defineProperty"],[30,23,424,15],[30,24,424,15,"exports"],[30,31,424,15],[31,4,424,15,"enumerable"],[31,14,424,15],[32,4,424,15,"get"],[32,7,424,15],[32,18,424,15,"get"],[32,19,424,15],[33,6,424,15],[33,13,424,15,"HomeScreen"],[33,23,424,15],[34,4,424,15],[35,2,424,15],[36,2,486,1],[36,6,486,1,"_babelRuntimeHelpersAsyncToGenerator"],[36,42,486,1],[36,45,486,1,"require"],[36,52,486,1],[36,53,486,1,"_dependencyMap"],[36,67,486,1],[37,2,486,1],[37,6,486,1,"_asyncToGenerator"],[37,23,486,1],[37,26,486,1,"_interopDefault"],[37,41,486,1],[37,42,486,1,"_babelRuntimeHelpersAsyncToGenerator"],[37,78,486,1],[38,2,486,1],[38,6,486,1,"_babelRuntimeHelpersSlicedToArray"],[38,39,486,1],[38,42,486,1,"require"],[38,49,486,1],[38,50,486,1,"_dependencyMap"],[38,64,486,1],[39,2,486,1],[39,6,486,1,"_slicedToArray"],[39,20,486,1],[39,23,486,1,"_interopDefault"],[39,38,486,1],[39,39,486,1,"_babelRuntimeHelpersSlicedToArray"],[39,72,486,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,"View"],[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,"tokensHeader"],[722,38,246,43],[723,12,246,43,"children"],[723,20,246,43],[723,36,247,12],[723,40,247,12,"_reactJsxDevRuntime"],[723,59,247,12],[723,60,247,12,"jsxDEV"],[723,66,247,12],[723,68,247,13,"_reactNative"],[723,80,247,17],[723,81,247,17,"Text"],[723,85,247,17],[724,14,247,18,"style"],[724,19,247,23],[724,21,247,25,"styles"],[724,27,247,31],[724,28,247,32,"tokensTitle"],[724,39,247,44],[725,14,247,44,"children"],[725,22,247,44],[725,24,247,45],[726,12,247,51],[727,14,247,51,"fileName"],[727,22,247,51],[727,24,247,51,"_jsxFileName"],[727,36,247,51],[728,14,247,51,"lineNumber"],[728,24,247,51],[729,14,247,51,"columnNumber"],[729,26,247,51],[730,12,247,51],[730,19,247,57],[730,20,247,58],[730,35,248,12],[730,39,248,12,"_reactJsxDevRuntime"],[730,58,248,12],[730,59,248,12,"jsxDEV"],[730,65,248,12],[730,67,248,13,"_reactNative"],[730,79,248,17],[730,80,248,17,"View"],[730,84,248,17],[731,14,248,18,"style"],[731,19,248,23],[731,21,248,25,"styles"],[731,27,248,31],[731,28,248,32,"tokensHeaderActions"],[731,47,248,52],[732,14,248,52,"children"],[732,22,248,52],[732,38,249,14],[732,42,249,14,"_reactJsxDevRuntime"],[732,61,249,14],[732,62,249,14,"jsxDEV"],[732,68,249,14],[732,70,249,15,"_reactNative"],[732,82,249,31],[732,83,249,31,"TouchableOpacity"],[732,99,249,31],[733,16,249,32,"style"],[733,21,249,37],[733,23,249,39,"styles"],[733,29,249,45],[733,30,249,46,"tokenHeaderButton"],[733,47,249,64],[734,16,249,64,"children"],[734,24,249,64],[734,39,250,16],[734,43,250,16,"_reactJsxDevRuntime"],[734,62,250,16],[734,63,250,16,"jsxDEV"],[734,69,250,16],[734,71,250,17,"_expoVectorIcons"],[734,87,250,25],[734,88,250,25,"Ionicons"],[734,96,250,25],[735,18,250,26,"name"],[735,22,250,30],[735,24,250,31],[735,32,250,39],[736,18,250,40,"size"],[736,22,250,44],[736,24,250,46],[736,26,250,49],[737,18,250,50,"color"],[737,23,250,55],[737,25,250,56],[738,16,250,65],[739,18,250,65,"fileName"],[739,26,250,65],[739,28,250,65,"_jsxFileName"],[739,40,250,65],[740,18,250,65,"lineNumber"],[740,28,250,65],[741,18,250,65,"columnNumber"],[741,30,250,65],[742,16,250,65],[742,23,250,67],[743,14,250,68],[744,16,250,68,"fileName"],[744,24,250,68],[744,26,250,68,"_jsxFileName"],[744,38,250,68],[745,16,250,68,"lineNumber"],[745,26,250,68],[746,16,250,68,"columnNumber"],[746,28,250,68],[747,14,250,68],[747,21,251,32],[747,22,251,33],[747,37,252,14],[747,41,252,14,"_reactJsxDevRuntime"],[747,60,252,14],[747,61,252,14,"jsxDEV"],[747,67,252,14],[747,69,252,15,"_reactNative"],[747,81,252,31],[747,82,252,31,"TouchableOpacity"],[747,98,252,31],[748,16,252,32,"style"],[748,21,252,37],[748,23,252,39,"styles"],[748,29,252,45],[748,30,252,46,"tokenHeaderButton"],[748,47,252,64],[749,16,252,64,"children"],[749,24,252,64],[749,39,253,16],[749,43,253,16,"_reactJsxDevRuntime"],[749,62,253,16],[749,63,253,16,"jsxDEV"],[749,69,253,16],[749,71,253,17,"_expoVectorIcons"],[749,87,253,25],[749,88,253,25,"Ionicons"],[749,96,253,25],[750,18,253,26,"name"],[750,22,253,30],[750,24,253,31],[750,36,253,43],[751,18,253,44,"size"],[751,22,253,48],[751,24,253,50],[751,26,253,53],[752,18,253,54,"color"],[752,23,253,59],[752,25,253,60],[753,16,253,69],[754,18,253,69,"fileName"],[754,26,253,69],[754,28,253,69,"_jsxFileName"],[754,40,253,69],[755,18,253,69,"lineNumber"],[755,28,253,69],[756,18,253,69,"columnNumber"],[756,30,253,69],[757,16,253,69],[757,23,253,71],[758,14,253,72],[759,16,253,72,"fileName"],[759,24,253,72],[759,26,253,72,"_jsxFileName"],[759,38,253,72],[760,16,253,72,"lineNumber"],[760,26,253,72],[761,16,253,72,"columnNumber"],[761,28,253,72],[762,14,253,72],[762,21,254,32],[762,22,254,33],[762,37,255,14],[762,41,255,14,"_reactJsxDevRuntime"],[762,60,255,14],[762,61,255,14,"jsxDEV"],[762,67,255,14],[762,69,255,15,"_reactNative"],[762,81,255,31],[762,82,255,31,"TouchableOpacity"],[762,98,255,31],[763,16,255,32,"style"],[763,21,255,37],[763,23,255,39,"styles"],[763,29,255,45],[763,30,255,46,"tokenHeaderButton"],[763,47,255,64],[764,16,255,64,"children"],[764,24,255,64],[764,39,256,16],[764,43,256,16,"_reactJsxDevRuntime"],[764,62,256,16],[764,63,256,16,"jsxDEV"],[764,69,256,16],[764,71,256,17,"_expoVectorIcons"],[764,87,256,25],[764,88,256,25,"Ionicons"],[764,96,256,25],[765,18,256,26,"name"],[765,22,256,30],[765,24,256,31],[765,34,256,41],[766,18,256,42,"size"],[766,22,256,46],[766,24,256,48],[766,26,256,51],[767,18,256,52,"color"],[767,23,256,57],[767,25,256,58],[768,16,256,67],[769,18,256,67,"fileName"],[769,26,256,67],[769,28,256,67,"_jsxFileName"],[769,40,256,67],[770,18,256,67,"lineNumber"],[770,28,256,67],[771,18,256,67,"columnNumber"],[771,30,256,67],[772,16,256,67],[772,23,256,69],[773,14,256,70],[774,16,256,70,"fileName"],[774,24,256,70],[774,26,256,70,"_jsxFileName"],[774,38,256,70],[775,16,256,70,"lineNumber"],[775,26,256,70],[776,16,256,70,"columnNumber"],[776,28,256,70],[777,14,256,70],[777,21,257,32],[777,22,257,33],[778,12,257,33],[779,14,257,33,"fileName"],[779,22,257,33],[779,24,257,33,"_jsxFileName"],[779,36,257,33],[780,14,257,33,"lineNumber"],[780,24,257,33],[781,14,257,33,"columnNumber"],[781,26,257,33],[782,12,257,33],[782,19,258,18],[782,20,258,19],[783,10,258,19],[784,12,258,19,"fileName"],[784,20,258,19],[784,22,258,19,"_jsxFileName"],[784,34,258,19],[785,12,258,19,"lineNumber"],[785,22,258,19],[786,12,258,19,"columnNumber"],[786,24,258,19],[787,10,258,19],[787,17,259,16],[787,18,259,17],[787,33,262,10],[787,37,262,10,"_reactJsxDevRuntime"],[787,56,262,10],[787,57,262,10,"jsxDEV"],[787,63,262,10],[787,65,262,11,"_reactNative"],[787,77,262,15],[787,78,262,15,"View"],[787,82,262,15],[788,12,262,16,"style"],[788,17,262,21],[788,19,262,23,"styles"],[788,25,262,29],[788,26,262,30,"tokenItem"],[788,35,262,40],[789,12,262,40,"children"],[789,20,262,40],[789,36,263,12],[789,40,263,12,"_reactJsxDevRuntime"],[789,59,263,12],[789,60,263,12,"jsxDEV"],[789,66,263,12],[789,68,263,13,"_reactNative"],[789,80,263,17],[789,81,263,17,"View"],[789,85,263,17],[790,14,263,18,"style"],[790,19,263,23],[790,21,263,25,"styles"],[790,27,263,31],[790,28,263,32,"tokenItemLeft"],[790,41,263,46],[791,14,263,46,"children"],[791,22,263,46],[791,38,264,14],[791,42,264,14,"_reactJsxDevRuntime"],[791,61,264,14],[791,62,264,14,"jsxDEV"],[791,68,264,14],[791,70,264,15,"_reactNative"],[791,82,264,19],[791,83,264,19,"View"],[791,87,264,19],[792,16,264,20,"style"],[792,21,264,25],[792,23,264,27,"styles"],[792,29,264,33],[792,30,264,34,"tokenIconContainer"],[792,48,264,53],[793,16,264,53,"children"],[793,24,264,53],[793,40,265,16],[793,44,265,16,"_reactJsxDevRuntime"],[793,63,265,16],[793,64,265,16,"jsxDEV"],[793,70,265,16],[793,72,265,17,"_reactNative"],[793,84,265,22],[793,85,265,22,"Image"],[793,90,265,22],[794,18,266,18,"source"],[794,24,266,24],[794,26,266,26],[795,20,266,28,"uri"],[795,23,266,31],[795,25,266,33],[796,18,266,140],[796,19,266,142],[797,18,267,18,"style"],[797,23,267,23],[797,25,267,25,"styles"],[797,31,267,31],[797,32,267,32,"tokenIcon"],[798,16,267,42],[799,18,267,42,"fileName"],[799,26,267,42],[799,28,267,42,"_jsxFileName"],[799,40,267,42],[800,18,267,42,"lineNumber"],[800,28,267,42],[801,18,267,42,"columnNumber"],[801,30,267,42],[802,16,267,42],[802,23,268,17],[802,24,268,18],[802,39,269,16],[802,43,269,16,"_reactJsxDevRuntime"],[802,62,269,16],[802,63,269,16,"jsxDEV"],[802,69,269,16],[802,71,269,17,"_reactNative"],[802,83,269,22],[802,84,269,22,"Image"],[802,89,269,22],[803,18,270,18,"source"],[803,24,270,24],[803,26,270,26],[804,20,270,28,"uri"],[804,23,270,31],[804,25,270,33],[805,18,270,133],[805,19,270,135],[806,18,271,18,"style"],[806,23,271,23],[806,25,271,25,"styles"],[806,31,271,31],[806,32,271,32,"networkBadge"],[807,16,271,45],[808,18,271,45,"fileName"],[808,26,271,45],[808,28,271,45,"_jsxFileName"],[808,40,271,45],[809,18,271,45,"lineNumber"],[809,28,271,45],[810,18,271,45,"columnNumber"],[810,30,271,45],[811,16,271,45],[811,23,272,17],[811,24,272,18],[812,14,272,18],[813,16,272,18,"fileName"],[813,24,272,18],[813,26,272,18,"_jsxFileName"],[813,38,272,18],[814,16,272,18,"lineNumber"],[814,26,272,18],[815,16,272,18,"columnNumber"],[815,28,272,18],[816,14,272,18],[816,21,273,20],[816,22,273,21],[816,37,274,14],[816,41,274,14,"_reactJsxDevRuntime"],[816,60,274,14],[816,61,274,14,"jsxDEV"],[816,67,274,14],[816,69,274,15,"_reactNative"],[816,81,274,19],[816,82,274,19,"View"],[816,86,274,19],[817,16,274,19,"children"],[817,24,274,19],[817,40,275,16],[817,44,275,16,"_reactJsxDevRuntime"],[817,63,275,16],[817,64,275,16,"jsxDEV"],[817,70,275,16],[817,72,275,17,"_reactNative"],[817,84,275,21],[817,85,275,21,"Text"],[817,89,275,21],[818,18,275,22,"style"],[818,23,275,27],[818,25,275,29,"styles"],[818,31,275,35],[818,32,275,36,"tokenItemName"],[818,45,275,50],[819,18,275,50,"children"],[819,26,275,50],[819,28,275,51],[820,16,275,55],[821,18,275,55,"fileName"],[821,26,275,55],[821,28,275,55,"_jsxFileName"],[821,40,275,55],[822,18,275,55,"lineNumber"],[822,28,275,55],[823,18,275,55,"columnNumber"],[823,30,275,55],[824,16,275,55],[824,23,275,61],[824,24,275,62],[824,39,276,16],[824,43,276,16,"_reactJsxDevRuntime"],[824,62,276,16],[824,63,276,16,"jsxDEV"],[824,69,276,16],[824,71,276,17,"_reactNative"],[824,83,276,21],[824,84,276,21,"Text"],[824,88,276,21],[825,18,276,22,"style"],[825,23,276,27],[825,25,276,29,"styles"],[825,31,276,35],[825,32,276,36,"tokenItemNetwork"],[825,48,276,53],[826,18,276,53,"children"],[826,26,276,53],[826,28,276,54],[827,16,276,65],[828,18,276,65,"fileName"],[828,26,276,65],[828,28,276,65,"_jsxFileName"],[828,40,276,65],[829,18,276,65,"lineNumber"],[829,28,276,65],[830,18,276,65,"columnNumber"],[830,30,276,65],[831,16,276,65],[831,23,276,71],[831,24,276,72],[832,14,276,72],[833,16,276,72,"fileName"],[833,24,276,72],[833,26,276,72,"_jsxFileName"],[833,38,276,72],[834,16,276,72,"lineNumber"],[834,26,276,72],[835,16,276,72,"columnNumber"],[835,28,276,72],[836,14,276,72],[836,21,277,20],[836,22,277,21],[837,12,277,21],[838,14,277,21,"fileName"],[838,22,277,21],[838,24,277,21,"_jsxFileName"],[838,36,277,21],[839,14,277,21,"lineNumber"],[839,24,277,21],[840,14,277,21,"columnNumber"],[840,26,277,21],[841,12,277,21],[841,19,278,18],[841,20,278,19],[841,35,279,12],[841,39,279,12,"_reactJsxDevRuntime"],[841,58,279,12],[841,59,279,12,"jsxDEV"],[841,65,279,12],[841,67,279,13,"_reactNative"],[841,79,279,17],[841,80,279,17,"View"],[841,84,279,17],[842,14,279,18,"style"],[842,19,279,23],[842,21,279,25,"styles"],[842,27,279,31],[842,28,279,32,"tokenItemRight"],[842,42,279,47],[843,14,279,47,"children"],[843,22,279,47],[843,38,280,14],[843,42,280,14,"_reactJsxDevRuntime"],[843,61,280,14],[843,62,280,14,"jsxDEV"],[843,68,280,14],[843,70,280,15,"_reactNative"],[843,82,280,19],[843,83,280,19,"Text"],[843,87,280,19],[844,16,280,20,"style"],[844,21,280,25],[844,23,280,27,"styles"],[844,29,280,33],[844,30,280,34,"tokenItemBalance"],[844,46,280,51],[845,16,280,51,"children"],[845,24,280,51],[845,26,280,52],[846,14,280,56],[847,16,280,56,"fileName"],[847,24,280,56],[847,26,280,56,"_jsxFileName"],[847,38,280,56],[848,16,280,56,"lineNumber"],[848,26,280,56],[849,16,280,56,"columnNumber"],[849,28,280,56],[850,14,280,56],[850,21,280,62],[850,22,280,63],[850,37,281,14],[850,41,281,14,"_reactJsxDevRuntime"],[850,60,281,14],[850,61,281,14,"jsxDEV"],[850,67,281,14],[850,69,281,15,"_reactNative"],[850,81,281,19],[850,82,281,19,"Text"],[850,86,281,19],[851,16,281,20,"style"],[851,21,281,25],[851,23,281,27,"styles"],[851,29,281,33],[851,30,281,34,"tokenItemUsd"],[851,42,281,47],[852,16,281,47,"children"],[852,24,281,47],[852,26,281,48],[853,14,281,53],[854,16,281,53,"fileName"],[854,24,281,53],[854,26,281,53,"_jsxFileName"],[854,38,281,53],[855,16,281,53,"lineNumber"],[855,26,281,53],[856,16,281,53,"columnNumber"],[856,28,281,53],[857,14,281,53],[857,21,281,59],[857,22,281,60],[858,12,281,60],[859,14,281,60,"fileName"],[859,22,281,60],[859,24,281,60,"_jsxFileName"],[859,36,281,60],[860,14,281,60,"lineNumber"],[860,24,281,60],[861,14,281,60,"columnNumber"],[861,26,281,60],[862,12,281,60],[862,19,282,18],[862,20,282,19],[863,10,282,19],[864,12,282,19,"fileName"],[864,20,282,19],[864,22,282,19,"_jsxFileName"],[864,34,282,19],[865,12,282,19,"lineNumber"],[865,22,282,19],[866,12,282,19,"columnNumber"],[866,24,282,19],[867,10,282,19],[867,17,283,16],[867,18,283,17],[867,33,286,10],[867,37,286,10,"_reactJsxDevRuntime"],[867,56,286,10],[867,57,286,10,"jsxDEV"],[867,63,286,10],[867,65,286,11,"_reactNative"],[867,77,286,15],[867,78,286,15,"View"],[867,82,286,15],[868,12,286,16,"style"],[868,17,286,21],[868,19,286,23,"styles"],[868,25,286,29],[868,26,286,30,"tokenItem"],[868,35,286,40],[869,12,286,40,"children"],[869,20,286,40],[869,36,287,12],[869,40,287,12,"_reactJsxDevRuntime"],[869,59,287,12],[869,60,287,12,"jsxDEV"],[869,66,287,12],[869,68,287,13,"_reactNative"],[869,80,287,17],[869,81,287,17,"View"],[869,85,287,17],[870,14,287,18,"style"],[870,19,287,23],[870,21,287,25,"styles"],[870,27,287,31],[870,28,287,32,"tokenItemLeft"],[870,41,287,46],[871,14,287,46,"children"],[871,22,287,46],[871,38,288,14],[871,42,288,14,"_reactJsxDevRuntime"],[871,61,288,14],[871,62,288,14,"jsxDEV"],[871,68,288,14],[871,70,288,15,"_reactNative"],[871,82,288,20],[871,83,288,20,"Image"],[871,88,288,20],[872,16,289,16,"source"],[872,22,289,22],[872,24,289,24],[873,18,289,26,"uri"],[873,21,289,29],[873,23,289,31],[874,16,289,124],[874,17,289,126],[875,16,290,16,"style"],[875,21,290,21],[875,23,290,23,"styles"],[875,29,290,29],[875,30,290,30,"tokenIcon"],[876,14,290,40],[877,16,290,40,"fileName"],[877,24,290,40],[877,26,290,40,"_jsxFileName"],[877,38,290,40],[878,16,290,40,"lineNumber"],[878,26,290,40],[879,16,290,40,"columnNumber"],[879,28,290,40],[880,14,290,40],[880,21,291,15],[880,22,291,16],[880,37,292,14],[880,41,292,14,"_reactJsxDevRuntime"],[880,60,292,14],[880,61,292,14,"jsxDEV"],[880,67,292,14],[880,69,292,15,"_reactNative"],[880,81,292,19],[880,82,292,19,"View"],[880,86,292,19],[881,16,292,19,"children"],[881,24,292,19],[881,40,293,16],[881,44,293,16,"_reactJsxDevRuntime"],[881,63,293,16],[881,64,293,16,"jsxDEV"],[881,70,293,16],[881,72,293,17,"_reactNative"],[881,84,293,21],[881,85,293,21,"Text"],[881,89,293,21],[882,18,293,22,"style"],[882,23,293,27],[882,25,293,29,"styles"],[882,31,293,35],[882,32,293,36,"tokenItemName"],[882,45,293,50],[883,18,293,50,"children"],[883,26,293,50],[883,28,293,51],[884,16,293,54],[885,18,293,54,"fileName"],[885,26,293,54],[885,28,293,54,"_jsxFileName"],[885,40,293,54],[886,18,293,54,"lineNumber"],[886,28,293,54],[887,18,293,54,"columnNumber"],[887,30,293,54],[888,16,293,54],[888,23,293,60],[888,24,293,61],[888,39,294,16],[888,43,294,16,"_reactJsxDevRuntime"],[888,62,294,16],[888,63,294,16,"jsxDEV"],[888,69,294,16],[888,71,294,17,"_reactNative"],[888,83,294,21],[888,84,294,21,"Text"],[888,88,294,21],[889,18,294,22,"style"],[889,23,294,27],[889,25,294,29,"styles"],[889,31,294,35],[889,32,294,36,"tokenItemNetwork"],[889,48,294,53],[890,18,294,53,"children"],[890,26,294,53],[890,28,294,54],[891,16,294,62],[892,18,294,62,"fileName"],[892,26,294,62],[892,28,294,62,"_jsxFileName"],[892,40,294,62],[893,18,294,62,"lineNumber"],[893,28,294,62],[894,18,294,62,"columnNumber"],[894,30,294,62],[895,16,294,62],[895,23,294,68],[895,24,294,69],[896,14,294,69],[897,16,294,69,"fileName"],[897,24,294,69],[897,26,294,69,"_jsxFileName"],[897,38,294,69],[898,16,294,69,"lineNumber"],[898,26,294,69],[899,16,294,69,"columnNumber"],[899,28,294,69],[900,14,294,69],[900,21,295,20],[900,22,295,21],[901,12,295,21],[902,14,295,21,"fileName"],[902,22,295,21],[902,24,295,21,"_jsxFileName"],[902,36,295,21],[903,14,295,21,"lineNumber"],[903,24,295,21],[904,14,295,21,"columnNumber"],[904,26,295,21],[905,12,295,21],[905,19,296,18],[905,20,296,19],[905,35,297,12],[905,39,297,12,"_reactJsxDevRuntime"],[905,58,297,12],[905,59,297,12,"jsxDEV"],[905,65,297,12],[905,67,297,13,"_reactNative"],[905,79,297,17],[905,80,297,17,"View"],[905,84,297,17],[906,14,297,18,"style"],[906,19,297,23],[906,21,297,25,"styles"],[906,27,297,31],[906,28,297,32,"tokenItemRight"],[906,42,297,47],[907,14,297,47,"children"],[907,22,297,47],[907,38,298,14],[907,42,298,14,"_reactJsxDevRuntime"],[907,61,298,14],[907,62,298,14,"jsxDEV"],[907,68,298,14],[907,70,298,15,"_reactNative"],[907,82,298,19],[907,83,298,19,"Text"],[907,87,298,19],[908,16,298,20,"style"],[908,21,298,25],[908,23,298,27,"styles"],[908,29,298,33],[908,30,298,34,"tokenItemBalance"],[908,46,298,51],[909,16,298,51,"children"],[909,24,298,51],[909,26,298,52],[910,14,298,56],[911,16,298,56,"fileName"],[911,24,298,56],[911,26,298,56,"_jsxFileName"],[911,38,298,56],[912,16,298,56,"lineNumber"],[912,26,298,56],[913,16,298,56,"columnNumber"],[913,28,298,56],[914,14,298,56],[914,21,298,62],[914,22,298,63],[914,37,299,14],[914,41,299,14,"_reactJsxDevRuntime"],[914,60,299,14],[914,61,299,14,"jsxDEV"],[914,67,299,14],[914,69,299,15,"_reactNative"],[914,81,299,19],[914,82,299,19,"Text"],[914,86,299,19],[915,16,299,20,"style"],[915,21,299,25],[915,23,299,27,"styles"],[915,29,299,33],[915,30,299,34,"tokenItemUsd"],[915,42,299,47],[916,16,299,47,"children"],[916,24,299,47],[916,26,299,48],[917,14,299,53],[918,16,299,53,"fileName"],[918,24,299,53],[918,26,299,53,"_jsxFileName"],[918,38,299,53],[919,16,299,53,"lineNumber"],[919,26,299,53],[920,16,299,53,"columnNumber"],[920,28,299,53],[921,14,299,53],[921,21,299,59],[921,22,299,60],[922,12,299,60],[923,14,299,60,"fileName"],[923,22,299,60],[923,24,299,60,"_jsxFileName"],[923,36,299,60],[924,14,299,60,"lineNumber"],[924,24,299,60],[925,14,299,60,"columnNumber"],[925,26,299,60],[926,12,299,60],[926,19,300,18],[926,20,300,19],[927,10,300,19],[928,12,300,19,"fileName"],[928,20,300,19],[928,22,300,19,"_jsxFileName"],[928,34,300,19],[929,12,300,19,"lineNumber"],[929,22,300,19],[930,12,300,19,"columnNumber"],[930,24,300,19],[931,10,300,19],[931,17,301,16],[931,18,301,17],[931,33,304,10],[931,37,304,10,"_reactJsxDevRuntime"],[931,56,304,10],[931,57,304,10,"jsxDEV"],[931,63,304,10],[931,65,304,11,"_reactNative"],[931,77,304,15],[931,78,304,15,"View"],[931,82,304,15],[932,12,304,16,"style"],[932,17,304,21],[932,19,304,23,"styles"],[932,25,304,29],[932,26,304,30,"tokenItem"],[932,35,304,40],[933,12,304,40,"children"],[933,20,304,40],[933,36,305,12],[933,40,305,12,"_reactJsxDevRuntime"],[933,59,305,12],[933,60,305,12,"jsxDEV"],[933,66,305,12],[933,68,305,13,"_reactNative"],[933,80,305,17],[933,81,305,17,"View"],[933,85,305,17],[934,14,305,18,"style"],[934,19,305,23],[934,21,305,25,"styles"],[934,27,305,31],[934,28,305,32,"tokenItemLeft"],[934,41,305,46],[935,14,305,46,"children"],[935,22,305,46],[935,38,306,14],[935,42,306,14,"_reactJsxDevRuntime"],[935,61,306,14],[935,62,306,14,"jsxDEV"],[935,68,306,14],[935,70,306,15,"_reactNative"],[935,82,306,20],[935,83,306,20,"Image"],[935,88,306,20],[936,16,307,16,"source"],[936,22,307,22],[936,24,307,24],[937,18,307,26,"uri"],[937,21,307,29],[937,23,307,31],[938,16,307,128],[938,17,307,130],[939,16,308,16,"style"],[939,21,308,21],[939,23,308,23,"styles"],[939,29,308,29],[939,30,308,30,"tokenIcon"],[940,14,308,40],[941,16,308,40,"fileName"],[941,24,308,40],[941,26,308,40,"_jsxFileName"],[941,38,308,40],[942,16,308,40,"lineNumber"],[942,26,308,40],[943,16,308,40,"columnNumber"],[943,28,308,40],[944,14,308,40],[944,21,309,15],[944,22,309,16],[944,37,310,14],[944,41,310,14,"_reactJsxDevRuntime"],[944,60,310,14],[944,61,310,14,"jsxDEV"],[944,67,310,14],[944,69,310,15,"_reactNative"],[944,81,310,19],[944,82,310,19,"View"],[944,86,310,19],[945,16,310,19,"children"],[945,24,310,19],[945,40,311,16],[945,44,311,16,"_reactJsxDevRuntime"],[945,63,311,16],[945,64,311,16,"jsxDEV"],[945,70,311,16],[945,72,311,17,"_reactNative"],[945,84,311,21],[945,85,311,21,"Text"],[945,89,311,21],[946,18,311,22,"style"],[946,23,311,27],[946,25,311,29,"styles"],[946,31,311,35],[946,32,311,36,"tokenItemName"],[946,45,311,50],[947,18,311,50,"children"],[947,26,311,50],[947,28,311,51],[948,16,311,54],[949,18,311,54,"fileName"],[949,26,311,54],[949,28,311,54,"_jsxFileName"],[949,40,311,54],[950,18,311,54,"lineNumber"],[950,28,311,54],[951,18,311,54,"columnNumber"],[951,30,311,54],[952,16,311,54],[952,23,311,60],[952,24,311,61],[952,39,312,16],[952,43,312,16,"_reactJsxDevRuntime"],[952,62,312,16],[952,63,312,16,"jsxDEV"],[952,69,312,16],[952,71,312,17,"_reactNative"],[952,83,312,21],[952,84,312,21,"Text"],[952,88,312,21],[953,18,312,22,"style"],[953,23,312,27],[953,25,312,29,"styles"],[953,31,312,35],[953,32,312,36,"tokenItemNetwork"],[953,48,312,53],[954,18,312,53,"children"],[954,26,312,53],[954,28,312,54],[955,16,312,61],[956,18,312,61,"fileName"],[956,26,312,61],[956,28,312,61,"_jsxFileName"],[956,40,312,61],[957,18,312,61,"lineNumber"],[957,28,312,61],[958,18,312,61,"columnNumber"],[958,30,312,61],[959,16,312,61],[959,23,312,67],[959,24,312,68],[960,14,312,68],[961,16,312,68,"fileName"],[961,24,312,68],[961,26,312,68,"_jsxFileName"],[961,38,312,68],[962,16,312,68,"lineNumber"],[962,26,312,68],[963,16,312,68,"columnNumber"],[963,28,312,68],[964,14,312,68],[964,21,313,20],[964,22,313,21],[965,12,313,21],[966,14,313,21,"fileName"],[966,22,313,21],[966,24,313,21,"_jsxFileName"],[966,36,313,21],[967,14,313,21,"lineNumber"],[967,24,313,21],[968,14,313,21,"columnNumber"],[968,26,313,21],[969,12,313,21],[969,19,314,18],[969,20,314,19],[969,35,315,12],[969,39,315,12,"_reactJsxDevRuntime"],[969,58,315,12],[969,59,315,12,"jsxDEV"],[969,65,315,12],[969,67,315,13,"_reactNative"],[969,79,315,17],[969,80,315,17,"View"],[969,84,315,17],[970,14,315,18,"style"],[970,19,315,23],[970,21,315,25,"styles"],[970,27,315,31],[970,28,315,32,"tokenItemRight"],[970,42,315,47],[971,14,315,47,"children"],[971,22,315,47],[971,38,316,14],[971,42,316,14,"_reactJsxDevRuntime"],[971,61,316,14],[971,62,316,14,"jsxDEV"],[971,68,316,14],[971,70,316,15,"_reactNative"],[971,82,316,19],[971,83,316,19,"Text"],[971,87,316,19],[972,16,316,20,"style"],[972,21,316,25],[972,23,316,27,"styles"],[972,29,316,33],[972,30,316,34,"tokenItemBalance"],[972,46,316,51],[973,16,316,51,"children"],[973,24,316,51],[973,26,316,52],[974,14,316,56],[975,16,316,56,"fileName"],[975,24,316,56],[975,26,316,56,"_jsxFileName"],[975,38,316,56],[976,16,316,56,"lineNumber"],[976,26,316,56],[977,16,316,56,"columnNumber"],[977,28,316,56],[978,14,316,56],[978,21,316,62],[978,22,316,63],[978,37,317,14],[978,41,317,14,"_reactJsxDevRuntime"],[978,60,317,14],[978,61,317,14,"jsxDEV"],[978,67,317,14],[978,69,317,15,"_reactNative"],[978,81,317,19],[978,82,317,19,"Text"],[978,86,317,19],[979,16,317,20,"style"],[979,21,317,25],[979,23,317,27,"styles"],[979,29,317,33],[979,30,317,34,"tokenItemUsd"],[979,42,317,47],[980,16,317,47,"children"],[980,24,317,47],[980,26,317,48],[981,14,317,53],[982,16,317,53,"fileName"],[982,24,317,53],[982,26,317,53,"_jsxFileName"],[982,38,317,53],[983,16,317,53,"lineNumber"],[983,26,317,53],[984,16,317,53,"columnNumber"],[984,28,317,53],[985,14,317,53],[985,21,317,59],[985,22,317,60],[986,12,317,60],[987,14,317,60,"fileName"],[987,22,317,60],[987,24,317,60,"_jsxFileName"],[987,36,317,60],[988,14,317,60,"lineNumber"],[988,24,317,60],[989,14,317,60,"columnNumber"],[989,26,317,60],[990,12,317,60],[990,19,318,18],[990,20,318,19],[991,10,318,19],[992,12,318,19,"fileName"],[992,20,318,19],[992,22,318,19,"_jsxFileName"],[992,34,318,19],[993,12,318,19,"lineNumber"],[993,22,318,19],[994,12,318,19,"columnNumber"],[994,24,318,19],[995,10,318,19],[995,17,319,16],[995,18,319,17],[995,33,322,10],[995,37,322,10,"_reactJsxDevRuntime"],[995,56,322,10],[995,57,322,10,"jsxDEV"],[995,63,322,10],[995,65,322,11,"_reactNative"],[995,77,322,15],[995,78,322,15,"View"],[995,82,322,15],[996,12,322,16,"style"],[996,17,322,21],[996,19,322,23,"styles"],[996,25,322,29],[996,26,322,30,"tokenItem"],[996,35,322,40],[997,12,322,40,"children"],[997,20,322,40],[997,36,323,12],[997,40,323,12,"_reactJsxDevRuntime"],[997,59,323,12],[997,60,323,12,"jsxDEV"],[997,66,323,12],[997,68,323,13,"_reactNative"],[997,80,323,17],[997,81,323,17,"View"],[997,85,323,17],[998,14,323,18,"style"],[998,19,323,23],[998,21,323,25,"styles"],[998,27,323,31],[998,28,323,32,"tokenItemLeft"],[998,41,323,46],[999,14,323,46,"children"],[999,22,323,46],[999,38,324,14],[999,42,324,14,"_reactJsxDevRuntime"],[999,61,324,14],[999,62,324,14,"jsxDEV"],[999,68,324,14],[999,70,324,15,"_reactNative"],[999,82,324,20],[999,83,324,20,"Image"],[999,88,324,20],[1000,16,325,16,"source"],[1000,22,325,22],[1000,24,325,24],[1001,18,325,26,"uri"],[1001,21,325,29],[1001,23,325,31],[1002,16,325,129],[1002,17,325,131],[1003,16,326,16,"style"],[1003,21,326,21],[1003,23,326,23,"styles"],[1003,29,326,29],[1003,30,326,30,"tokenIcon"],[1004,14,326,40],[1005,16,326,40,"fileName"],[1005,24,326,40],[1005,26,326,40,"_jsxFileName"],[1005,38,326,40],[1006,16,326,40,"lineNumber"],[1006,26,326,40],[1007,16,326,40,"columnNumber"],[1007,28,326,40],[1008,14,326,40],[1008,21,327,15],[1008,22,327,16],[1008,37,328,14],[1008,41,328,14,"_reactJsxDevRuntime"],[1008,60,328,14],[1008,61,328,14,"jsxDEV"],[1008,67,328,14],[1008,69,328,15,"_reactNative"],[1008,81,328,19],[1008,82,328,19,"View"],[1008,86,328,19],[1009,16,328,19,"children"],[1009,24,328,19],[1009,40,329,16],[1009,44,329,16,"_reactJsxDevRuntime"],[1009,63,329,16],[1009,64,329,16,"jsxDEV"],[1009,70,329,16],[1009,72,329,17,"_reactNative"],[1009,84,329,21],[1009,85,329,21,"Text"],[1009,89,329,21],[1010,18,329,22,"style"],[1010,23,329,27],[1010,25,329,29,"styles"],[1010,31,329,35],[1010,32,329,36,"tokenItemName"],[1010,45,329,50],[1011,18,329,50,"children"],[1011,26,329,50],[1011,28,329,51],[1012,16,329,54],[1013,18,329,54,"fileName"],[1013,26,329,54],[1013,28,329,54,"_jsxFileName"],[1013,40,329,54],[1014,18,329,54,"lineNumber"],[1014,28,329,54],[1015,18,329,54,"columnNumber"],[1015,30,329,54],[1016,16,329,54],[1016,23,329,60],[1016,24,329,61],[1016,39,330,16],[1016,43,330,16,"_reactJsxDevRuntime"],[1016,62,330,16],[1016,63,330,16,"jsxDEV"],[1016,69,330,16],[1016,71,330,17,"_reactNative"],[1016,83,330,21],[1016,84,330,21,"Text"],[1016,88,330,21],[1017,18,330,22,"style"],[1017,23,330,27],[1017,25,330,29,"styles"],[1017,31,330,35],[1017,32,330,36,"tokenItemNetwork"],[1017,48,330,53],[1018,18,330,53,"children"],[1018,26,330,53],[1018,28,330,54],[1019,16,330,62],[1020,18,330,62,"fileName"],[1020,26,330,62],[1020,28,330,62,"_jsxFileName"],[1020,40,330,62],[1021,18,330,62,"lineNumber"],[1021,28,330,62],[1022,18,330,62,"columnNumber"],[1022,30,330,62],[1023,16,330,62],[1023,23,330,68],[1023,24,330,69],[1024,14,330,69],[1025,16,330,69,"fileName"],[1025,24,330,69],[1025,26,330,69,"_jsxFileName"],[1025,38,330,69],[1026,16,330,69,"lineNumber"],[1026,26,330,69],[1027,16,330,69,"columnNumber"],[1027,28,330,69],[1028,14,330,69],[1028,21,331,20],[1028,22,331,21],[1029,12,331,21],[1030,14,331,21,"fileName"],[1030,22,331,21],[1030,24,331,21,"_jsxFileName"],[1030,36,331,21],[1031,14,331,21,"lineNumber"],[1031,24,331,21],[1032,14,331,21,"columnNumber"],[1032,26,331,21],[1033,12,331,21],[1033,19,332,18],[1033,20,332,19],[1033,35,333,12],[1033,39,333,12,"_reactJsxDevRuntime"],[1033,58,333,12],[1033,59,333,12,"jsxDEV"],[1033,65,333,12],[1033,67,333,13,"_reactNative"],[1033,79,333,17],[1033,80,333,17,"View"],[1033,84,333,17],[1034,14,333,18,"style"],[1034,19,333,23],[1034,21,333,25,"styles"],[1034,27,333,31],[1034,28,333,32,"tokenItemRight"],[1034,42,333,47],[1035,14,333,47,"children"],[1035,22,333,47],[1035,38,334,14],[1035,42,334,14,"_reactJsxDevRuntime"],[1035,61,334,14],[1035,62,334,14,"jsxDEV"],[1035,68,334,14],[1035,70,334,15,"_reactNative"],[1035,82,334,19],[1035,83,334,19,"Text"],[1035,87,334,19],[1036,16,334,20,"style"],[1036,21,334,25],[1036,23,334,27,"styles"],[1036,29,334,33],[1036,30,334,34,"tokenItemBalance"],[1036,46,334,51],[1037,16,334,51,"children"],[1037,24,334,51],[1037,26,334,52],[1038,14,334,56],[1039,16,334,56,"fileName"],[1039,24,334,56],[1039,26,334,56,"_jsxFileName"],[1039,38,334,56],[1040,16,334,56,"lineNumber"],[1040,26,334,56],[1041,16,334,56,"columnNumber"],[1041,28,334,56],[1042,14,334,56],[1042,21,334,62],[1042,22,334,63],[1042,37,335,14],[1042,41,335,14,"_reactJsxDevRuntime"],[1042,60,335,14],[1042,61,335,14,"jsxDEV"],[1042,67,335,14],[1042,69,335,15,"_reactNative"],[1042,81,335,19],[1042,82,335,19,"Text"],[1042,86,335,19],[1043,16,335,20,"style"],[1043,21,335,25],[1043,23,335,27,"styles"],[1043,29,335,33],[1043,30,335,34,"tokenItemUsd"],[1043,42,335,47],[1044,16,335,47,"children"],[1044,24,335,47],[1044,26,335,48],[1045,14,335,53],[1046,16,335,53,"fileName"],[1046,24,335,53],[1046,26,335,53,"_jsxFileName"],[1046,38,335,53],[1047,16,335,53,"lineNumber"],[1047,26,335,53],[1048,16,335,53,"columnNumber"],[1048,28,335,53],[1049,14,335,53],[1049,21,335,59],[1049,22,335,60],[1050,12,335,60],[1051,14,335,60,"fileName"],[1051,22,335,60],[1051,24,335,60,"_jsxFileName"],[1051,36,335,60],[1052,14,335,60,"lineNumber"],[1052,24,335,60],[1053,14,335,60,"columnNumber"],[1053,26,335,60],[1054,12,335,60],[1054,19,336,18],[1054,20,336,19],[1055,10,336,19],[1056,12,336,19,"fileName"],[1056,20,336,19],[1056,22,336,19,"_jsxFileName"],[1056,34,336,19],[1057,12,336,19,"lineNumber"],[1057,22,336,19],[1058,12,336,19,"columnNumber"],[1058,24,336,19],[1059,10,336,19],[1059,17,337,16],[1059,18,337,17],[1059,33,340,10],[1059,37,340,10,"_reactJsxDevRuntime"],[1059,56,340,10],[1059,57,340,10,"jsxDEV"],[1059,63,340,10],[1059,65,340,11,"_reactNative"],[1059,77,340,15],[1059,78,340,15,"View"],[1059,82,340,15],[1060,12,340,16,"style"],[1060,17,340,21],[1060,19,340,23,"styles"],[1060,25,340,29],[1060,26,340,30,"tokenItem"],[1060,35,340,40],[1061,12,340,40,"children"],[1061,20,340,40],[1061,36,341,12],[1061,40,341,12,"_reactJsxDevRuntime"],[1061,59,341,12],[1061,60,341,12,"jsxDEV"],[1061,66,341,12],[1061,68,341,13,"_reactNative"],[1061,80,341,17],[1061,81,341,17,"View"],[1061,85,341,17],[1062,14,341,18,"style"],[1062,19,341,23],[1062,21,341,25,"styles"],[1062,27,341,31],[1062,28,341,32,"tokenItemLeft"],[1062,41,341,46],[1063,14,341,46,"children"],[1063,22,341,46],[1063,38,342,14],[1063,42,342,14,"_reactJsxDevRuntime"],[1063,61,342,14],[1063,62,342,14,"jsxDEV"],[1063,68,342,14],[1063,70,342,15,"_reactNative"],[1063,82,342,20],[1063,83,342,20,"Image"],[1063,88,342,20],[1064,16,343,16,"source"],[1064,22,343,22],[1064,24,343,24],[1065,18,343,26,"uri"],[1065,21,343,29],[1065,23,343,31],[1066,16,343,129],[1066,17,343,131],[1067,16,344,16,"style"],[1067,21,344,21],[1067,23,344,23,"styles"],[1067,29,344,29],[1067,30,344,30,"tokenIcon"],[1068,14,344,40],[1069,16,344,40,"fileName"],[1069,24,344,40],[1069,26,344,40,"_jsxFileName"],[1069,38,344,40],[1070,16,344,40,"lineNumber"],[1070,26,344,40],[1071,16,344,40,"columnNumber"],[1071,28,344,40],[1072,14,344,40],[1072,21,345,15],[1072,22,345,16],[1072,37,346,14],[1072,41,346,14,"_reactJsxDevRuntime"],[1072,60,346,14],[1072,61,346,14,"jsxDEV"],[1072,67,346,14],[1072,69,346,15,"_reactNative"],[1072,81,346,19],[1072,82,346,19,"View"],[1072,86,346,19],[1073,16,346,19,"children"],[1073,24,346,19],[1073,40,347,16],[1073,44,347,16,"_reactJsxDevRuntime"],[1073,63,347,16],[1073,64,347,16,"jsxDEV"],[1073,70,347,16],[1073,72,347,17,"_reactNative"],[1073,84,347,21],[1073,85,347,21,"Text"],[1073,89,347,21],[1074,18,347,22,"style"],[1074,23,347,27],[1074,25,347,29,"styles"],[1074,31,347,35],[1074,32,347,36,"tokenItemName"],[1074,45,347,50],[1075,18,347,50,"children"],[1075,26,347,50],[1075,28,347,51],[1076,16,347,54],[1077,18,347,54,"fileName"],[1077,26,347,54],[1077,28,347,54,"_jsxFileName"],[1077,40,347,54],[1078,18,347,54,"lineNumber"],[1078,28,347,54],[1079,18,347,54,"columnNumber"],[1079,30,347,54],[1080,16,347,54],[1080,23,347,60],[1080,24,347,61],[1080,39,348,16],[1080,43,348,16,"_reactJsxDevRuntime"],[1080,62,348,16],[1080,63,348,16,"jsxDEV"],[1080,69,348,16],[1080,71,348,17,"_reactNative"],[1080,83,348,21],[1080,84,348,21,"Text"],[1080,88,348,21],[1081,18,348,22,"style"],[1081,23,348,27],[1081,25,348,29,"styles"],[1081,31,348,35],[1081,32,348,36,"tokenItemNetwork"],[1081,48,348,53],[1082,18,348,53,"children"],[1082,26,348,53],[1082,28,348,54],[1083,16,348,73],[1084,18,348,73,"fileName"],[1084,26,348,73],[1084,28,348,73,"_jsxFileName"],[1084,40,348,73],[1085,18,348,73,"lineNumber"],[1085,28,348,73],[1086,18,348,73,"columnNumber"],[1086,30,348,73],[1087,16,348,73],[1087,23,348,79],[1087,24,348,80],[1088,14,348,80],[1089,16,348,80,"fileName"],[1089,24,348,80],[1089,26,348,80,"_jsxFileName"],[1089,38,348,80],[1090,16,348,80,"lineNumber"],[1090,26,348,80],[1091,16,348,80,"columnNumber"],[1091,28,348,80],[1092,14,348,80],[1092,21,349,20],[1092,22,349,21],[1093,12,349,21],[1094,14,349,21,"fileName"],[1094,22,349,21],[1094,24,349,21,"_jsxFileName"],[1094,36,349,21],[1095,14,349,21,"lineNumber"],[1095,24,349,21],[1096,14,349,21,"columnNumber"],[1096,26,349,21],[1097,12,349,21],[1097,19,350,18],[1097,20,350,19],[1097,35,351,12],[1097,39,351,12,"_reactJsxDevRuntime"],[1097,58,351,12],[1097,59,351,12,"jsxDEV"],[1097,65,351,12],[1097,67,351,13,"_reactNative"],[1097,79,351,17],[1097,80,351,17,"View"],[1097,84,351,17],[1098,14,351,18,"style"],[1098,19,351,23],[1098,21,351,25,"styles"],[1098,27,351,31],[1098,28,351,32,"tokenItemRight"],[1098,42,351,47],[1099,14,351,47,"children"],[1099,22,351,47],[1099,38,352,14],[1099,42,352,14,"_reactJsxDevRuntime"],[1099,61,352,14],[1099,62,352,14,"jsxDEV"],[1099,68,352,14],[1099,70,352,15,"_reactNative"],[1099,82,352,19],[1099,83,352,19,"Text"],[1099,87,352,19],[1100,16,352,20,"style"],[1100,21,352,25],[1100,23,352,27,"styles"],[1100,29,352,33],[1100,30,352,34,"tokenItemBalance"],[1100,46,352,51],[1101,16,352,51,"children"],[1101,24,352,51],[1101,26,352,52],[1102,14,352,56],[1103,16,352,56,"fileName"],[1103,24,352,56],[1103,26,352,56,"_jsxFileName"],[1103,38,352,56],[1104,16,352,56,"lineNumber"],[1104,26,352,56],[1105,16,352,56,"columnNumber"],[1105,28,352,56],[1106,14,352,56],[1106,21,352,62],[1106,22,352,63],[1106,37,353,14],[1106,41,353,14,"_reactJsxDevRuntime"],[1106,60,353,14],[1106,61,353,14,"jsxDEV"],[1106,67,353,14],[1106,69,353,15,"_reactNative"],[1106,81,353,19],[1106,82,353,19,"Text"],[1106,86,353,19],[1107,16,353,20,"style"],[1107,21,353,25],[1107,23,353,27,"styles"],[1107,29,353,33],[1107,30,353,34,"tokenItemUsd"],[1107,42,353,47],[1108,16,353,47,"children"],[1108,24,353,47],[1108,26,353,48],[1109,14,353,53],[1110,16,353,53,"fileName"],[1110,24,353,53],[1110,26,353,53,"_jsxFileName"],[1110,38,353,53],[1111,16,353,53,"lineNumber"],[1111,26,353,53],[1112,16,353,53,"columnNumber"],[1112,28,353,53],[1113,14,353,53],[1113,21,353,59],[1113,22,353,60],[1114,12,353,60],[1115,14,353,60,"fileName"],[1115,22,353,60],[1115,24,353,60,"_jsxFileName"],[1115,36,353,60],[1116,14,353,60,"lineNumber"],[1116,24,353,60],[1117,14,353,60,"columnNumber"],[1117,26,353,60],[1118,12,353,60],[1118,19,354,18],[1118,20,354,19],[1119,10,354,19],[1120,12,354,19,"fileName"],[1120,20,354,19],[1120,22,354,19,"_jsxFileName"],[1120,34,354,19],[1121,12,354,19,"lineNumber"],[1121,22,354,19],[1122,12,354,19,"columnNumber"],[1122,24,354,19],[1123,10,354,19],[1123,17,355,16],[1123,18,355,17],[1123,33,358,10],[1123,37,358,10,"_reactJsxDevRuntime"],[1123,56,358,10],[1123,57,358,10,"jsxDEV"],[1123,63,358,10],[1123,65,358,11,"_reactNative"],[1123,77,358,15],[1123,78,358,15,"View"],[1123,82,358,15],[1124,12,358,16,"style"],[1124,17,358,21],[1124,19,358,23,"styles"],[1124,25,358,29],[1124,26,358,30,"tokenItem"],[1124,35,358,40],[1125,12,358,40,"children"],[1125,20,358,40],[1125,36,359,12],[1125,40,359,12,"_reactJsxDevRuntime"],[1125,59,359,12],[1125,60,359,12,"jsxDEV"],[1125,66,359,12],[1125,68,359,13,"_reactNative"],[1125,80,359,17],[1125,81,359,17,"View"],[1125,85,359,17],[1126,14,359,18,"style"],[1126,19,359,23],[1126,21,359,25,"styles"],[1126,27,359,31],[1126,28,359,32,"tokenItemLeft"],[1126,41,359,46],[1127,14,359,46,"children"],[1127,22,359,46],[1127,38,360,14],[1127,42,360,14,"_reactJsxDevRuntime"],[1127,61,360,14],[1127,62,360,14,"jsxDEV"],[1127,68,360,14],[1127,70,360,15,"_reactNative"],[1127,82,360,20],[1127,83,360,20,"Image"],[1127,88,360,20],[1128,16,361,16,"source"],[1128,22,361,22],[1128,24,361,24],[1129,18,361,26,"uri"],[1129,21,361,29],[1129,23,361,31],[1130,16,361,128],[1130,17,361,130],[1131,16,362,16,"style"],[1131,21,362,21],[1131,23,362,23,"styles"],[1131,29,362,29],[1131,30,362,30,"tokenIcon"],[1132,14,362,40],[1133,16,362,40,"fileName"],[1133,24,362,40],[1133,26,362,40,"_jsxFileName"],[1133,38,362,40],[1134,16,362,40,"lineNumber"],[1134,26,362,40],[1135,16,362,40,"columnNumber"],[1135,28,362,40],[1136,14,362,40],[1136,21,363,15],[1136,22,363,16],[1136,37,364,14],[1136,41,364,14,"_reactJsxDevRuntime"],[1136,60,364,14],[1136,61,364,14,"jsxDEV"],[1136,67,364,14],[1136,69,364,15,"_reactNative"],[1136,81,364,19],[1136,82,364,19,"View"],[1136,86,364,19],[1137,16,364,19,"children"],[1137,24,364,19],[1137,40,365,16],[1137,44,365,16,"_reactJsxDevRuntime"],[1137,63,365,16],[1137,64,365,16,"jsxDEV"],[1137,70,365,16],[1137,72,365,17,"_reactNative"],[1137,84,365,21],[1137,85,365,21,"Text"],[1137,89,365,21],[1138,18,365,22,"style"],[1138,23,365,27],[1138,25,365,29,"styles"],[1138,31,365,35],[1138,32,365,36,"tokenItemName"],[1138,45,365,50],[1139,18,365,50,"children"],[1139,26,365,50],[1139,28,365,51],[1140,16,365,54],[1141,18,365,54,"fileName"],[1141,26,365,54],[1141,28,365,54,"_jsxFileName"],[1141,40,365,54],[1142,18,365,54,"lineNumber"],[1142,28,365,54],[1143,18,365,54,"columnNumber"],[1143,30,365,54],[1144,16,365,54],[1144,23,365,60],[1144,24,365,61],[1144,39,366,16],[1144,43,366,16,"_reactJsxDevRuntime"],[1144,62,366,16],[1144,63,366,16,"jsxDEV"],[1144,69,366,16],[1144,71,366,17,"_reactNative"],[1144,83,366,21],[1144,84,366,21,"Text"],[1144,88,366,21],[1145,18,366,22,"style"],[1145,23,366,27],[1145,25,366,29,"styles"],[1145,31,366,35],[1145,32,366,36,"tokenItemNetwork"],[1145,48,366,53],[1146,18,366,53,"children"],[1146,26,366,53],[1146,28,366,54],[1147,16,366,61],[1148,18,366,61,"fileName"],[1148,26,366,61],[1148,28,366,61,"_jsxFileName"],[1148,40,366,61],[1149,18,366,61,"lineNumber"],[1149,28,366,61],[1150,18,366,61,"columnNumber"],[1150,30,366,61],[1151,16,366,61],[1151,23,366,67],[1151,24,366,68],[1152,14,366,68],[1153,16,366,68,"fileName"],[1153,24,366,68],[1153,26,366,68,"_jsxFileName"],[1153,38,366,68],[1154,16,366,68,"lineNumber"],[1154,26,366,68],[1155,16,366,68,"columnNumber"],[1155,28,366,68],[1156,14,366,68],[1156,21,367,20],[1156,22,367,21],[1157,12,367,21],[1158,14,367,21,"fileName"],[1158,22,367,21],[1158,24,367,21,"_jsxFileName"],[1158,36,367,21],[1159,14,367,21,"lineNumber"],[1159,24,367,21],[1160,14,367,21,"columnNumber"],[1160,26,367,21],[1161,12,367,21],[1161,19,368,18],[1161,20,368,19],[1161,35,369,12],[1161,39,369,12,"_reactJsxDevRuntime"],[1161,58,369,12],[1161,59,369,12,"jsxDEV"],[1161,65,369,12],[1161,67,369,13,"_reactNative"],[1161,79,369,17],[1161,80,369,17,"View"],[1161,84,369,17],[1162,14,369,18,"style"],[1162,19,369,23],[1162,21,369,25,"styles"],[1162,27,369,31],[1162,28,369,32,"tokenItemRight"],[1162,42,369,47],[1163,14,369,47,"children"],[1163,22,369,47],[1163,38,370,14],[1163,42,370,14,"_reactJsxDevRuntime"],[1163,61,370,14],[1163,62,370,14,"jsxDEV"],[1163,68,370,14],[1163,70,370,15,"_reactNative"],[1163,82,370,19],[1163,83,370,19,"Text"],[1163,87,370,19],[1164,16,370,20,"style"],[1164,21,370,25],[1164,23,370,27,"styles"],[1164,29,370,33],[1164,30,370,34,"tokenItemBalance"],[1164,46,370,51],[1165,16,370,51,"children"],[1165,24,370,51],[1165,26,370,52],[1166,14,370,56],[1167,16,370,56,"fileName"],[1167,24,370,56],[1167,26,370,56,"_jsxFileName"],[1167,38,370,56],[1168,16,370,56,"lineNumber"],[1168,26,370,56],[1169,16,370,56,"columnNumber"],[1169,28,370,56],[1170,14,370,56],[1170,21,370,62],[1170,22,370,63],[1170,37,371,14],[1170,41,371,14,"_reactJsxDevRuntime"],[1170,60,371,14],[1170,61,371,14,"jsxDEV"],[1170,67,371,14],[1170,69,371,15,"_reactNative"],[1170,81,371,19],[1170,82,371,19,"Text"],[1170,86,371,19],[1171,16,371,20,"style"],[1171,21,371,25],[1171,23,371,27,"styles"],[1171,29,371,33],[1171,30,371,34,"tokenItemUsd"],[1171,42,371,47],[1172,16,371,47,"children"],[1172,24,371,47],[1172,26,371,48],[1173,14,371,53],[1174,16,371,53,"fileName"],[1174,24,371,53],[1174,26,371,53,"_jsxFileName"],[1174,38,371,53],[1175,16,371,53,"lineNumber"],[1175,26,371,53],[1176,16,371,53,"columnNumber"],[1176,28,371,53],[1177,14,371,53],[1177,21,371,59],[1177,22,371,60],[1178,12,371,60],[1179,14,371,60,"fileName"],[1179,22,371,60],[1179,24,371,60,"_jsxFileName"],[1179,36,371,60],[1180,14,371,60,"lineNumber"],[1180,24,371,60],[1181,14,371,60,"columnNumber"],[1181,26,371,60],[1182,12,371,60],[1182,19,372,18],[1182,20,372,19],[1183,10,372,19],[1184,12,372,19,"fileName"],[1184,20,372,19],[1184,22,372,19,"_jsxFileName"],[1184,34,372,19],[1185,12,372,19,"lineNumber"],[1185,22,372,19],[1186,12,372,19,"columnNumber"],[1186,24,372,19],[1187,10,372,19],[1187,17,373,16],[1187,18,373,17],[1187,33,376,10],[1187,37,376,10,"_reactJsxDevRuntime"],[1187,56,376,10],[1187,57,376,10,"jsxDEV"],[1187,63,376,10],[1187,65,376,11,"_reactNative"],[1187,77,376,15],[1187,78,376,15,"View"],[1187,82,376,15],[1188,12,376,16,"style"],[1188,17,376,21],[1188,19,376,23,"styles"],[1188,25,376,29],[1188,26,376,30,"tokenItem"],[1188,35,376,40],[1189,12,376,40,"children"],[1189,20,376,40],[1189,36,377,12],[1189,40,377,12,"_reactJsxDevRuntime"],[1189,59,377,12],[1189,60,377,12,"jsxDEV"],[1189,66,377,12],[1189,68,377,13,"_reactNative"],[1189,80,377,17],[1189,81,377,17,"View"],[1189,85,377,17],[1190,14,377,18,"style"],[1190,19,377,23],[1190,21,377,25,"styles"],[1190,27,377,31],[1190,28,377,32,"tokenItemLeft"],[1190,41,377,46],[1191,14,377,46,"children"],[1191,22,377,46],[1191,38,378,14],[1191,42,378,14,"_reactJsxDevRuntime"],[1191,61,378,14],[1191,62,378,14,"jsxDEV"],[1191,68,378,14],[1191,70,378,15,"_reactNative"],[1191,82,378,20],[1191,83,378,20,"Image"],[1191,88,378,20],[1192,16,379,16,"source"],[1192,22,379,22],[1192,24,379,24],[1193,18,379,26,"uri"],[1193,21,379,29],[1193,23,379,31],[1194,16,379,128],[1194,17,379,130],[1195,16,380,16,"style"],[1195,21,380,21],[1195,23,380,23,"styles"],[1195,29,380,29],[1195,30,380,30,"tokenIcon"],[1196,14,380,40],[1197,16,380,40,"fileName"],[1197,24,380,40],[1197,26,380,40,"_jsxFileName"],[1197,38,380,40],[1198,16,380,40,"lineNumber"],[1198,26,380,40],[1199,16,380,40,"columnNumber"],[1199,28,380,40],[1200,14,380,40],[1200,21,381,15],[1200,22,381,16],[1200,37,382,14],[1200,41,382,14,"_reactJsxDevRuntime"],[1200,60,382,14],[1200,61,382,14,"jsxDEV"],[1200,67,382,14],[1200,69,382,15,"_reactNative"],[1200,81,382,19],[1200,82,382,19,"View"],[1200,86,382,19],[1201,16,382,19,"children"],[1201,24,382,19],[1201,40,383,16],[1201,44,383,16,"_reactJsxDevRuntime"],[1201,63,383,16],[1201,64,383,16,"jsxDEV"],[1201,70,383,16],[1201,72,383,17,"_reactNative"],[1201,84,383,21],[1201,85,383,21,"Text"],[1201,89,383,21],[1202,18,383,22,"style"],[1202,23,383,27],[1202,25,383,29,"styles"],[1202,31,383,35],[1202,32,383,36,"tokenItemName"],[1202,45,383,50],[1203,18,383,50,"children"],[1203,26,383,50],[1203,28,383,51],[1204,16,383,54],[1205,18,383,54,"fileName"],[1205,26,383,54],[1205,28,383,54,"_jsxFileName"],[1205,40,383,54],[1206,18,383,54,"lineNumber"],[1206,28,383,54],[1207,18,383,54,"columnNumber"],[1207,30,383,54],[1208,16,383,54],[1208,23,383,60],[1208,24,383,61],[1208,39,384,16],[1208,43,384,16,"_reactJsxDevRuntime"],[1208,62,384,16],[1208,63,384,16,"jsxDEV"],[1208,69,384,16],[1208,71,384,17,"_reactNative"],[1208,83,384,21],[1208,84,384,21,"Text"],[1208,88,384,21],[1209,18,384,22,"style"],[1209,23,384,27],[1209,25,384,29,"styles"],[1209,31,384,35],[1209,32,384,36,"tokenItemNetwork"],[1209,48,384,53],[1210,18,384,53,"children"],[1210,26,384,53],[1210,28,384,54],[1211,16,384,60],[1212,18,384,60,"fileName"],[1212,26,384,60],[1212,28,384,60,"_jsxFileName"],[1212,40,384,60],[1213,18,384,60,"lineNumber"],[1213,28,384,60],[1214,18,384,60,"columnNumber"],[1214,30,384,60],[1215,16,384,60],[1215,23,384,66],[1215,24,384,67],[1216,14,384,67],[1217,16,384,67,"fileName"],[1217,24,384,67],[1217,26,384,67,"_jsxFileName"],[1217,38,384,67],[1218,16,384,67,"lineNumber"],[1218,26,384,67],[1219,16,384,67,"columnNumber"],[1219,28,384,67],[1220,14,384,67],[1220,21,385,20],[1220,22,385,21],[1221,12,385,21],[1222,14,385,21,"fileName"],[1222,22,385,21],[1222,24,385,21,"_jsxFileName"],[1222,36,385,21],[1223,14,385,21,"lineNumber"],[1223,24,385,21],[1224,14,385,21,"columnNumber"],[1224,26,385,21],[1225,12,385,21],[1225,19,386,18],[1225,20,386,19],[1225,35,387,12],[1225,39,387,12,"_reactJsxDevRuntime"],[1225,58,387,12],[1225,59,387,12,"jsxDEV"],[1225,65,387,12],[1225,67,387,13,"_reactNative"],[1225,79,387,17],[1225,80,387,17,"View"],[1225,84,387,17],[1226,14,387,18,"style"],[1226,19,387,23],[1226,21,387,25,"styles"],[1226,27,387,31],[1226,28,387,32,"tokenItemRight"],[1226,42,387,47],[1227,14,387,47,"children"],[1227,22,387,47],[1227,38,388,14],[1227,42,388,14,"_reactJsxDevRuntime"],[1227,61,388,14],[1227,62,388,14,"jsxDEV"],[1227,68,388,14],[1227,70,388,15,"_reactNative"],[1227,82,388,19],[1227,83,388,19,"Text"],[1227,87,388,19],[1228,16,388,20,"style"],[1228,21,388,25],[1228,23,388,27,"styles"],[1228,29,388,33],[1228,30,388,34,"tokenItemBalance"],[1228,46,388,51],[1229,16,388,51,"children"],[1229,24,388,51],[1229,26,388,52],[1230,14,388,56],[1231,16,388,56,"fileName"],[1231,24,388,56],[1231,26,388,56,"_jsxFileName"],[1231,38,388,56],[1232,16,388,56,"lineNumber"],[1232,26,388,56],[1233,16,388,56,"columnNumber"],[1233,28,388,56],[1234,14,388,56],[1234,21,388,62],[1234,22,388,63],[1234,37,389,14],[1234,41,389,14,"_reactJsxDevRuntime"],[1234,60,389,14],[1234,61,389,14,"jsxDEV"],[1234,67,389,14],[1234,69,389,15,"_reactNative"],[1234,81,389,19],[1234,82,389,19,"Text"],[1234,86,389,19],[1235,16,389,20,"style"],[1235,21,389,25],[1235,23,389,27,"styles"],[1235,29,389,33],[1235,30,389,34,"tokenItemUsd"],[1235,42,389,47],[1236,16,389,47,"children"],[1236,24,389,47],[1236,26,389,48],[1237,14,389,53],[1238,16,389,53,"fileName"],[1238,24,389,53],[1238,26,389,53,"_jsxFileName"],[1238,38,389,53],[1239,16,389,53,"lineNumber"],[1239,26,389,53],[1240,16,389,53,"columnNumber"],[1240,28,389,53],[1241,14,389,53],[1241,21,389,59],[1241,22,389,60],[1242,12,389,60],[1243,14,389,60,"fileName"],[1243,22,389,60],[1243,24,389,60,"_jsxFileName"],[1243,36,389,60],[1244,14,389,60,"lineNumber"],[1244,24,389,60],[1245,14,389,60,"columnNumber"],[1245,26,389,60],[1246,12,389,60],[1246,19,390,18],[1246,20,390,19],[1247,10,390,19],[1248,12,390,19,"fileName"],[1248,20,390,19],[1248,22,390,19,"_jsxFileName"],[1248,34,390,19],[1249,12,390,19,"lineNumber"],[1249,22,390,19],[1250,12,390,19,"columnNumber"],[1250,24,390,19],[1251,10,390,19],[1251,17,391,16],[1251,18,391,17],[1252,8,391,17],[1253,10,391,17,"fileName"],[1253,18,391,17],[1253,20,391,17,"_jsxFileName"],[1253,32,391,17],[1254,10,391,17,"lineNumber"],[1254,20,391,17],[1255,10,391,17,"columnNumber"],[1255,22,391,17],[1256,8,391,17],[1256,15,392,14],[1256,16,392,15],[1257,6,392,15],[1258,8,392,15,"fileName"],[1258,16,392,15],[1258,18,392,15,"_jsxFileName"],[1258,30,392,15],[1259,8,392,15,"lineNumber"],[1259,18,392,15],[1260,8,392,15,"columnNumber"],[1260,20,392,15],[1261,6,392,15],[1261,13,393,18],[1262,4,393,19],[1263,6,393,19,"fileName"],[1263,14,393,19],[1263,16,393,19,"_jsxFileName"],[1263,28,393,19],[1264,6,393,19,"lineNumber"],[1264,16,393,19],[1265,6,393,19,"columnNumber"],[1265,18,393,19],[1266,4,393,19],[1266,11,394,10],[1266,12,394,11],[1267,2,396,0],[1268,2,396,1,"_s2"],[1268,5,396,1],[1268,6,118,9,"WalletTab"],[1268,15,118,18],[1269,4,118,18],[1269,12,119,19,"useAuth"],[1269,32,119,26],[1269,33,119,26,"useAuth"],[1269,40,119,26],[1269,42,120,17,"useSafeAreaInsets"],[1269,69,120,34],[1269,70,120,34,"useSafeAreaInsets"],[1269,87,120,34],[1270,2,120,34],[1271,2,120,34,"_c2"],[1271,5,120,34],[1271,8,118,9,"WalletTab"],[1271,17,118,18],[1272,2,398,0],[1272,11,398,9,"CitizensTab"],[1272,22,398,20,"CitizensTab"],[1272,23,398,20],[1272,25,398,23],[1273,4,399,2],[1273,24,400,4],[1273,28,400,4,"_reactJsxDevRuntime"],[1273,47,400,4],[1273,48,400,4,"jsxDEV"],[1273,54,400,4],[1273,56,400,5,"_reactNative"],[1273,68,400,9],[1273,69,400,9,"View"],[1273,73,400,9],[1274,6,400,10,"style"],[1274,11,400,15],[1274,13,400,17,"styles"],[1274,19,400,23],[1274,20,400,24,"container"],[1274,29,400,34],[1275,6,400,34,"children"],[1275,14,400,34],[1275,29,401,6],[1275,33,401,6,"_reactJsxDevRuntime"],[1275,52,401,6],[1275,53,401,6,"jsxDEV"],[1275,59,401,6],[1275,61,401,7,"_reactNative"],[1275,73,401,11],[1275,74,401,11,"Text"],[1275,78,401,11],[1276,8,401,12,"style"],[1276,13,401,17],[1276,15,401,19,"styles"],[1276,21,401,25],[1276,22,401,26,"placeholderText"],[1276,37,401,42],[1277,8,401,42,"children"],[1277,16,401,42],[1277,18,401,43],[1278,6,401,58],[1279,8,401,58,"fileName"],[1279,16,401,58],[1279,18,401,58,"_jsxFileName"],[1279,30,401,58],[1280,8,401,58,"lineNumber"],[1280,18,401,58],[1281,8,401,58,"columnNumber"],[1281,20,401,58],[1282,6,401,58],[1282,13,401,64],[1283,4,401,65],[1284,6,401,65,"fileName"],[1284,14,401,65],[1284,16,401,65,"_jsxFileName"],[1284,28,401,65],[1285,6,401,65,"lineNumber"],[1285,16,401,65],[1286,6,401,65,"columnNumber"],[1286,18,401,65],[1287,4,401,65],[1287,11,402,10],[1287,12,402,11],[1288,2,404,0],[1289,2,404,1,"_c3"],[1289,5,404,1],[1289,8,398,9,"CitizensTab"],[1289,19,398,20],[1290,2,406,0],[1290,11,406,9,"ReferralTab"],[1290,22,406,20,"ReferralTab"],[1290,23,406,20],[1290,25,406,23],[1291,4,407,2],[1291,24,408,4],[1291,28,408,4,"_reactJsxDevRuntime"],[1291,47,408,4],[1291,48,408,4,"jsxDEV"],[1291,54,408,4],[1291,56,408,5,"_reactNative"],[1291,68,408,9],[1291,69,408,9,"View"],[1291,73,408,9],[1292,6,408,10,"style"],[1292,11,408,15],[1292,13,408,17,"styles"],[1292,19,408,23],[1292,20,408,24,"container"],[1292,29,408,34],[1293,6,408,34,"children"],[1293,14,408,34],[1293,29,409,6],[1293,33,409,6,"_reactJsxDevRuntime"],[1293,52,409,6],[1293,53,409,6,"jsxDEV"],[1293,59,409,6],[1293,61,409,7,"_reactNative"],[1293,73,409,11],[1293,74,409,11,"Text"],[1293,78,409,11],[1294,8,409,12,"style"],[1294,13,409,17],[1294,15,409,19,"styles"],[1294,21,409,25],[1294,22,409,26,"placeholderText"],[1294,37,409,42],[1295,8,409,42,"children"],[1295,16,409,42],[1295,18,409,43],[1296,6,409,58],[1297,8,409,58,"fileName"],[1297,16,409,58],[1297,18,409,58,"_jsxFileName"],[1297,30,409,58],[1298,8,409,58,"lineNumber"],[1298,18,409,58],[1299,8,409,58,"columnNumber"],[1299,20,409,58],[1300,6,409,58],[1300,13,409,64],[1301,4,409,65],[1302,6,409,65,"fileName"],[1302,14,409,65],[1302,16,409,65,"_jsxFileName"],[1302,28,409,65],[1303,6,409,65,"lineNumber"],[1303,16,409,65],[1304,6,409,65,"columnNumber"],[1304,18,409,65],[1305,4,409,65],[1305,11,410,10],[1305,12,410,11],[1306,2,412,0],[1307,2,412,1,"_c4"],[1307,5,412,1],[1307,8,406,9,"ReferralTab"],[1307,19,406,20],[1308,2,414,0],[1308,11,414,9,"ProfileTab"],[1308,21,414,19,"ProfileTab"],[1308,22,414,19],[1308,24,414,22],[1309,4,415,2],[1309,24,416,4],[1309,28,416,4,"_reactJsxDevRuntime"],[1309,47,416,4],[1309,48,416,4,"jsxDEV"],[1309,54,416,4],[1309,56,416,5,"_reactNative"],[1309,68,416,9],[1309,69,416,9,"View"],[1309,73,416,9],[1310,6,416,10,"style"],[1310,11,416,15],[1310,13,416,17,"styles"],[1310,19,416,23],[1310,20,416,24,"container"],[1310,29,416,34],[1311,6,416,34,"children"],[1311,14,416,34],[1311,29,417,6],[1311,33,417,6,"_reactJsxDevRuntime"],[1311,52,417,6],[1311,53,417,6,"jsxDEV"],[1311,59,417,6],[1311,61,417,7,"_reactNative"],[1311,73,417,11],[1311,74,417,11,"Text"],[1311,78,417,11],[1312,8,417,12,"style"],[1312,13,417,17],[1312,15,417,19,"styles"],[1312,21,417,25],[1312,22,417,26,"placeholderText"],[1312,37,417,42],[1313,8,417,42,"children"],[1313,16,417,42],[1313,18,417,43],[1314,6,417,57],[1315,8,417,57,"fileName"],[1315,16,417,57],[1315,18,417,57,"_jsxFileName"],[1315,30,417,57],[1316,8,417,57,"lineNumber"],[1316,18,417,57],[1317,8,417,57,"columnNumber"],[1317,20,417,57],[1318,6,417,57],[1318,13,417,63],[1319,4,417,64],[1320,6,417,64,"fileName"],[1320,14,417,64],[1320,16,417,64,"_jsxFileName"],[1320,28,417,64],[1321,6,417,64,"lineNumber"],[1321,16,417,64],[1322,6,417,64,"columnNumber"],[1322,18,417,64],[1323,4,417,64],[1323,11,418,10],[1323,12,418,11],[1324,2,420,0],[1325,2,420,1,"_c5"],[1325,5,420,1],[1325,8,414,9,"ProfileTab"],[1325,18,414,19],[1326,2,422,0],[1326,6,422,6,"Tab"],[1326,9,422,9],[1326,12,422,12],[1326,16,422,12,"createBottomTabNavigator"],[1326,42,422,36],[1326,43,422,36,"createBottomTabNavigator"],[1326,67,422,36],[1326,69,422,37],[1326,70,422,38],[1327,2,424,15],[1327,11,424,24,"HomeScreen"],[1327,21,424,34,"HomeScreen"],[1327,22,424,34],[1327,24,424,37],[1328,4,425,2],[1328,24,426,4],[1328,28,426,4,"_reactJsxDevRuntime"],[1328,47,426,4],[1328,48,426,4,"jsxDEV"],[1328,54,426,4],[1328,56,426,5,"Tab"],[1328,59,426,8],[1328,60,426,9,"Navigator"],[1328,69,426,18],[1329,6,427,6,"screenOptions"],[1329,19,427,19],[1329,21,427,21],[1330,8,428,8,"headerShown"],[1330,19,428,19],[1330,21,428,21],[1330,26,428,26],[1331,8,429,8,"tabBarActiveTintColor"],[1331,29,429,29],[1331,31,429,31],[1331,40,429,40],[1332,8,430,8,"tabBarInactiveTintColor"],[1332,31,430,31],[1332,33,430,33],[1332,42,430,42],[1333,8,431,8,"tabBarStyle"],[1333,19,431,19],[1333,21,431,21,"styles"],[1333,27,431,27],[1333,28,431,28,"tabBar"],[1334,6,432,6],[1334,7,432,8],[1335,6,432,8,"children"],[1335,14,432,8],[1335,30,434,6],[1335,34,434,6,"_reactJsxDevRuntime"],[1335,53,434,6],[1335,54,434,6,"jsxDEV"],[1335,60,434,6],[1335,62,434,7,"Tab"],[1335,65,434,10],[1335,66,434,11,"Screen"],[1335,72,434,17],[1336,8,435,8,"name"],[1336,12,435,12],[1336,14,435,13],[1336,23,435,22],[1337,8,436,8,"component"],[1337,17,436,17],[1337,19,436,19,"HomeTab"],[1337,26,436,27],[1338,8,437,8,"options"],[1338,15,437,15],[1338,17,437,17],[1339,10,438,10,"tabBarLabel"],[1339,21,438,21],[1339,23,438,23],[1339,29,438,29],[1340,10,439,10,"tabBarIcon"],[1340,20,439,20],[1340,22,439,22,"_ref3"],[1340,27,439,22],[1341,12,439,22],[1341,16,439,25,"color"],[1341,21,439,30],[1341,24,439,30,"_ref3"],[1341,29,439,30],[1341,30,439,25,"color"],[1341,35,439,30],[1342,14,439,32,"size"],[1342,18,439,36],[1342,21,439,36,"_ref3"],[1342,26,439,36],[1342,27,439,32,"size"],[1342,31,439,36],[1343,12,439,36],[1343,32,440,12],[1343,36,440,12,"_reactJsxDevRuntime"],[1343,55,440,12],[1343,56,440,12,"jsxDEV"],[1343,62,440,12],[1343,64,440,13,"_expoVectorIcons"],[1343,80,440,21],[1343,81,440,21,"Ionicons"],[1343,89,440,21],[1344,14,440,22,"name"],[1344,18,440,26],[1344,20,440,27],[1344,26,440,33],[1345,14,440,34,"size"],[1345,18,440,38],[1345,20,440,40,"size"],[1345,24,440,45],[1346,14,440,46,"color"],[1346,19,440,51],[1346,21,440,53,"color"],[1347,12,440,59],[1348,14,440,59,"fileName"],[1348,22,440,59],[1348,24,440,59,"_jsxFileName"],[1348,36,440,59],[1349,14,440,59,"lineNumber"],[1349,24,440,59],[1350,14,440,59,"columnNumber"],[1350,26,440,59],[1351,12,440,59],[1351,19,440,61],[1351,20,440,62],[1352,10,440,62],[1353,8,442,8],[1354,6,442,10],[1355,8,442,10,"fileName"],[1355,16,442,10],[1355,18,442,10,"_jsxFileName"],[1355,30,442,10],[1356,8,442,10,"lineNumber"],[1356,18,442,10],[1357,8,442,10,"columnNumber"],[1357,20,442,10],[1358,6,442,10],[1358,13,443,7],[1358,14,443,8],[1358,29,444,6],[1358,33,444,6,"_reactJsxDevRuntime"],[1358,52,444,6],[1358,53,444,6,"jsxDEV"],[1358,59,444,6],[1358,61,444,7,"Tab"],[1358,64,444,10],[1358,65,444,11,"Screen"],[1358,71,444,17],[1359,8,445,8,"name"],[1359,12,445,12],[1359,14,445,13],[1359,22,445,21],[1360,8,446,8,"component"],[1360,17,446,17],[1360,19,446,19,"WalletTab"],[1360,28,446,29],[1361,8,447,8,"options"],[1361,15,447,15],[1361,17,447,17],[1362,10,448,10,"tabBarLabel"],[1362,21,448,21],[1362,23,448,23],[1362,31,448,31],[1363,10,449,10,"tabBarIcon"],[1363,20,449,20],[1363,22,449,22,"_ref4"],[1363,27,449,22],[1364,12,449,22],[1364,16,449,25,"color"],[1364,21,449,30],[1364,24,449,30,"_ref4"],[1364,29,449,30],[1364,30,449,25,"color"],[1364,35,449,30],[1365,14,449,32,"size"],[1365,18,449,36],[1365,21,449,36,"_ref4"],[1365,26,449,36],[1365,27,449,32,"size"],[1365,31,449,36],[1366,12,449,36],[1366,32,450,12],[1366,36,450,12,"_reactJsxDevRuntime"],[1366,55,450,12],[1366,56,450,12,"jsxDEV"],[1366,62,450,12],[1366,64,450,13,"_expoVectorIcons"],[1366,80,450,21],[1366,81,450,21,"Ionicons"],[1366,89,450,21],[1367,14,450,22,"name"],[1367,18,450,26],[1367,20,450,27],[1367,28,450,35],[1368,14,450,36,"size"],[1368,18,450,40],[1368,20,450,42,"size"],[1368,24,450,47],[1369,14,450,48,"color"],[1369,19,450,53],[1369,21,450,55,"color"],[1370,12,450,61],[1371,14,450,61,"fileName"],[1371,22,450,61],[1371,24,450,61,"_jsxFileName"],[1371,36,450,61],[1372,14,450,61,"lineNumber"],[1372,24,450,61],[1373,14,450,61,"columnNumber"],[1373,26,450,61],[1374,12,450,61],[1374,19,450,63],[1374,20,450,64],[1375,10,450,64],[1376,8,452,8],[1377,6,452,10],[1378,8,452,10,"fileName"],[1378,16,452,10],[1378,18,452,10,"_jsxFileName"],[1378,30,452,10],[1379,8,452,10,"lineNumber"],[1379,18,452,10],[1380,8,452,10,"columnNumber"],[1380,20,452,10],[1381,6,452,10],[1381,13,453,7],[1381,14,453,8],[1381,29,454,6],[1381,33,454,6,"_reactJsxDevRuntime"],[1381,52,454,6],[1381,53,454,6,"jsxDEV"],[1381,59,454,6],[1381,61,454,7,"Tab"],[1381,64,454,10],[1381,65,454,11,"Screen"],[1381,71,454,17],[1382,8,455,8,"name"],[1382,12,455,12],[1382,14,455,13],[1382,24,455,23],[1383,8,456,8,"component"],[1383,17,456,17],[1383,19,456,19,"CitizensTab"],[1383,30,456,31],[1384,8,457,8,"options"],[1384,15,457,15],[1384,17,457,17],[1385,10,458,10,"tabBarLabel"],[1385,21,458,21],[1385,23,458,23],[1385,33,458,33],[1386,10,459,10,"tabBarIcon"],[1386,20,459,20],[1386,22,459,22,"_ref5"],[1386,27,459,22],[1387,12,459,22],[1387,16,459,25,"color"],[1387,21,459,30],[1387,24,459,30,"_ref5"],[1387,29,459,30],[1387,30,459,25,"color"],[1387,35,459,30],[1388,14,459,32,"size"],[1388,18,459,36],[1388,21,459,36,"_ref5"],[1388,26,459,36],[1388,27,459,32,"size"],[1388,31,459,36],[1389,12,459,36],[1389,32,460,12],[1389,36,460,12,"_reactJsxDevRuntime"],[1389,55,460,12],[1389,56,460,12,"jsxDEV"],[1389,62,460,12],[1389,64,460,13,"_expoVectorIcons"],[1389,80,460,21],[1389,81,460,21,"Ionicons"],[1389,89,460,21],[1390,14,460,22,"name"],[1390,18,460,26],[1390,20,460,27],[1390,28,460,35],[1391,14,460,36,"size"],[1391,18,460,40],[1391,20,460,42,"size"],[1391,24,460,47],[1392,14,460,48,"color"],[1392,19,460,53],[1392,21,460,55,"color"],[1393,12,460,61],[1394,14,460,61,"fileName"],[1394,22,460,61],[1394,24,460,61,"_jsxFileName"],[1394,36,460,61],[1395,14,460,61,"lineNumber"],[1395,24,460,61],[1396,14,460,61,"columnNumber"],[1396,26,460,61],[1397,12,460,61],[1397,19,460,63],[1397,20,460,64],[1398,10,460,64],[1399,8,462,8],[1400,6,462,10],[1401,8,462,10,"fileName"],[1401,16,462,10],[1401,18,462,10,"_jsxFileName"],[1401,30,462,10],[1402,8,462,10,"lineNumber"],[1402,18,462,10],[1403,8,462,10,"columnNumber"],[1403,20,462,10],[1404,6,462,10],[1404,13,463,7],[1404,14,463,8],[1404,29,464,6],[1404,33,464,6,"_reactJsxDevRuntime"],[1404,52,464,6],[1404,53,464,6,"jsxDEV"],[1404,59,464,6],[1404,61,464,7,"Tab"],[1404,64,464,10],[1404,65,464,11,"Screen"],[1404,71,464,17],[1405,8,465,8,"name"],[1405,12,465,12],[1405,14,465,13],[1405,24,465,23],[1406,8,466,8,"component"],[1406,17,466,17],[1406,19,466,19,"ReferralTab"],[1406,30,466,31],[1407,8,467,8,"options"],[1407,15,467,15],[1407,17,467,17],[1408,10,468,10,"tabBarLabel"],[1408,21,468,21],[1408,23,468,23],[1408,33,468,33],[1409,10,469,10,"tabBarIcon"],[1409,20,469,20],[1409,22,469,22,"_ref6"],[1409,27,469,22],[1410,12,469,22],[1410,16,469,25,"color"],[1410,21,469,30],[1410,24,469,30,"_ref6"],[1410,29,469,30],[1410,30,469,25,"color"],[1410,35,469,30],[1411,14,469,32,"size"],[1411,18,469,36],[1411,21,469,36,"_ref6"],[1411,26,469,36],[1411,27,469,32,"size"],[1411,31,469,36],[1412,12,469,36],[1412,32,470,12],[1412,36,470,12,"_reactJsxDevRuntime"],[1412,55,470,12],[1412,56,470,12,"jsxDEV"],[1412,62,470,12],[1412,64,470,13,"_expoVectorIcons"],[1412,80,470,21],[1412,81,470,21,"Ionicons"],[1412,89,470,21],[1413,14,470,22,"name"],[1413,18,470,26],[1413,20,470,27],[1413,26,470,33],[1414,14,470,34,"size"],[1414,18,470,38],[1414,20,470,40,"size"],[1414,24,470,45],[1415,14,470,46,"color"],[1415,19,470,51],[1415,21,470,53,"color"],[1416,12,470,59],[1417,14,470,59,"fileName"],[1417,22,470,59],[1417,24,470,59,"_jsxFileName"],[1417,36,470,59],[1418,14,470,59,"lineNumber"],[1418,24,470,59],[1419,14,470,59,"columnNumber"],[1419,26,470,59],[1420,12,470,59],[1420,19,470,61],[1420,20,470,62],[1421,10,470,62],[1422,8,472,8],[1423,6,472,10],[1424,8,472,10,"fileName"],[1424,16,472,10],[1424,18,472,10,"_jsxFileName"],[1424,30,472,10],[1425,8,472,10,"lineNumber"],[1425,18,472,10],[1426,8,472,10,"columnNumber"],[1426,20,472,10],[1427,6,472,10],[1427,13,473,7],[1427,14,473,8],[1427,29,474,6],[1427,33,474,6,"_reactJsxDevRuntime"],[1427,52,474,6],[1427,53,474,6,"jsxDEV"],[1427,59,474,6],[1427,61,474,7,"Tab"],[1427,64,474,10],[1427,65,474,11,"Screen"],[1427,71,474,17],[1428,8,475,8,"name"],[1428,12,475,12],[1428,14,475,13],[1428,23,475,22],[1429,8,476,8,"component"],[1429,17,476,17],[1429,19,476,19,"ProfileTab"],[1429,29,476,30],[1430,8,477,8,"options"],[1430,15,477,15],[1430,17,477,17],[1431,10,478,10,"tabBarLabel"],[1431,21,478,21],[1431,23,478,23],[1431,32,478,32],[1432,10,479,10,"tabBarIcon"],[1432,20,479,20],[1432,22,479,22,"_ref7"],[1432,27,479,22],[1433,12,479,22],[1433,16,479,25,"color"],[1433,21,479,30],[1433,24,479,30,"_ref7"],[1433,29,479,30],[1433,30,479,25,"color"],[1433,35,479,30],[1434,14,479,32,"size"],[1434,18,479,36],[1434,21,479,36,"_ref7"],[1434,26,479,36],[1434,27,479,32,"size"],[1434,31,479,36],[1435,12,479,36],[1435,32,480,12],[1435,36,480,12,"_reactJsxDevRuntime"],[1435,55,480,12],[1435,56,480,12,"jsxDEV"],[1435,62,480,12],[1435,64,480,13,"_expoVectorIcons"],[1435,80,480,21],[1435,81,480,21,"Ionicons"],[1435,89,480,21],[1436,14,480,22,"name"],[1436,18,480,26],[1436,20,480,27],[1436,28,480,35],[1437,14,480,36,"size"],[1437,18,480,40],[1437,20,480,42,"size"],[1437,24,480,47],[1438,14,480,48,"color"],[1438,19,480,53],[1438,21,480,55,"color"],[1439,12,480,61],[1440,14,480,61,"fileName"],[1440,22,480,61],[1440,24,480,61,"_jsxFileName"],[1440,36,480,61],[1441,14,480,61,"lineNumber"],[1441,24,480,61],[1442,14,480,61,"columnNumber"],[1442,26,480,61],[1443,12,480,61],[1443,19,480,63],[1443,20,480,64],[1444,10,480,64],[1445,8,482,8],[1446,6,482,10],[1447,8,482,10,"fileName"],[1447,16,482,10],[1447,18,482,10,"_jsxFileName"],[1447,30,482,10],[1448,8,482,10,"lineNumber"],[1448,18,482,10],[1449,8,482,10,"columnNumber"],[1449,20,482,10],[1450,6,482,10],[1450,13,483,7],[1450,14,483,8],[1451,4,483,8],[1452,6,483,8,"fileName"],[1452,14,483,8],[1452,16,483,8,"_jsxFileName"],[1452,28,483,8],[1453,6,483,8,"lineNumber"],[1453,16,483,8],[1454,6,483,8,"columnNumber"],[1454,18,483,8],[1455,4,483,8],[1455,11,484,19],[1455,12,484,20],[1456,2,486,0],[1457,2,486,1,"_c6"],[1457,5,486,1],[1457,8,424,24,"HomeScreen"],[1457,18,424,34],[1458,2,488,0],[1458,6,488,6,"QUICK_ACTIONS"],[1458,19,488,19],[1458,22,488,22],[1458,23,489,2],[1459,4,489,4,"id"],[1459,6,489,6],[1459,8,489,8],[1459,11,489,11],[1460,4,489,13,"label"],[1460,9,489,18],[1460,11,489,20],[1460,17,489,26],[1461,4,489,28,"icon"],[1461,8,489,32],[1461,10,489,34],[1461,25,489,49],[1462,4,489,51,"color"],[1462,9,489,56],[1462,11,489,58],[1463,2,489,68],[1463,3,489,69],[1463,5,490,2],[1464,4,490,4,"id"],[1464,6,490,6],[1464,8,490,8],[1464,11,490,11],[1465,4,490,13,"label"],[1465,9,490,18],[1465,11,490,20],[1465,20,490,29],[1466,4,490,31,"icon"],[1466,8,490,35],[1466,10,490,37],[1466,22,490,49],[1467,4,490,51,"color"],[1467,9,490,56],[1467,11,490,58],[1468,2,490,68],[1468,3,490,69],[1468,5,491,2],[1469,4,491,4,"id"],[1469,6,491,6],[1469,8,491,8],[1469,11,491,11],[1470,4,491,13,"label"],[1470,9,491,18],[1470,11,491,20],[1470,17,491,26],[1471,4,491,28,"icon"],[1471,8,491,32],[1471,10,491,34],[1471,27,491,51],[1472,4,491,53,"color"],[1472,9,491,58],[1472,11,491,60],[1473,2,491,70],[1473,3,491,71],[1473,5,492,2],[1474,4,492,4,"id"],[1474,6,492,6],[1474,8,492,8],[1474,11,492,11],[1475,4,492,13,"label"],[1475,9,492,18],[1475,11,492,20],[1475,17,492,26],[1476,4,492,28,"icon"],[1476,8,492,32],[1476,10,492,34],[1476,28,492,52],[1477,4,492,54,"color"],[1477,9,492,59],[1477,11,492,61],[1478,2,492,71],[1478,3,492,72],[1478,5,493,2],[1479,4,493,4,"id"],[1479,6,493,6],[1479,8,493,8],[1479,11,493,11],[1480,4,493,13,"label"],[1480,9,493,18],[1480,11,493,20],[1480,18,493,27],[1481,4,493,29,"icon"],[1481,8,493,33],[1481,10,493,35],[1481,23,493,48],[1482,4,493,50,"color"],[1482,9,493,55],[1482,11,493,57],[1483,2,493,67],[1483,3,493,68],[1483,5,494,2],[1484,4,494,4,"id"],[1484,6,494,6],[1484,8,494,8],[1484,11,494,11],[1485,4,494,13,"label"],[1485,9,494,18],[1485,11,494,20],[1485,21,494,30],[1486,4,494,32,"icon"],[1486,8,494,36],[1486,10,494,38],[1486,16,494,44],[1487,4,494,46,"color"],[1487,9,494,51],[1487,11,494,53],[1488,2,494,63],[1488,3,494,64],[1488,5,495,2],[1489,4,495,4,"id"],[1489,6,495,6],[1489,8,495,8],[1489,11,495,11],[1490,4,495,13,"label"],[1490,9,495,18],[1490,11,495,20],[1490,21,495,30],[1491,4,495,32,"icon"],[1491,8,495,36],[1491,10,495,38],[1491,25,495,53],[1492,4,495,55,"color"],[1492,9,495,60],[1492,11,495,62],[1493,2,495,72],[1493,3,495,73],[1493,5,496,2],[1494,4,496,4,"id"],[1494,6,496,6],[1494,8,496,8],[1494,11,496,11],[1495,4,496,13,"label"],[1495,9,496,18],[1495,11,496,20],[1495,22,496,31],[1496,4,496,33,"icon"],[1496,8,496,37],[1496,10,496,39],[1496,18,496,47],[1497,4,496,49,"color"],[1497,9,496,54],[1497,11,496,56],[1498,2,496,66],[1498,3,496,67],[1498,5,497,2],[1499,4,497,4,"id"],[1499,6,497,6],[1499,8,497,8],[1499,11,497,11],[1500,4,497,13,"label"],[1500,9,497,18],[1500,11,497,20],[1500,21,497,30],[1501,4,497,32,"icon"],[1501,8,497,36],[1501,10,497,38],[1501,21,497,49],[1502,4,497,51,"color"],[1502,9,497,56],[1502,11,497,58],[1503,2,497,68],[1503,3,497,69],[1503,5,498,2],[1504,4,498,4,"id"],[1504,6,498,6],[1504,8,498,8],[1504,12,498,12],[1505,4,498,14,"label"],[1505,9,498,19],[1505,11,498,21],[1505,21,498,31],[1506,4,498,33,"icon"],[1506,8,498,37],[1506,10,498,39],[1506,16,498,45],[1507,4,498,47,"color"],[1507,9,498,52],[1507,11,498,54],[1508,2,498,64],[1508,3,498,65],[1508,5,499,2],[1509,4,499,4,"id"],[1509,6,499,6],[1509,8,499,8],[1509,12,499,12],[1510,4,499,14,"label"],[1510,9,499,19],[1510,11,499,21],[1510,22,499,32],[1511,4,499,34,"icon"],[1511,8,499,38],[1511,10,499,40],[1511,16,499,46],[1512,4,499,48,"color"],[1512,9,499,53],[1512,11,499,55],[1513,2,499,65],[1513,3,499,66],[1513,5,500,2],[1514,4,500,4,"id"],[1514,6,500,6],[1514,8,500,8],[1514,12,500,12],[1515,4,500,14,"label"],[1515,9,500,19],[1515,11,500,21],[1515,17,500,27],[1516,4,500,29,"icon"],[1516,8,500,33],[1516,10,500,35],[1516,16,500,41],[1517,4,500,43,"color"],[1517,9,500,48],[1517,11,500,50],[1518,2,500,60],[1518,3,500,61],[1518,4,501,1],[1519,2,503,0],[1519,6,503,6,"styles"],[1519,12,503,12],[1519,15,503,15,"StyleSheet"],[1519,27,503,25],[1519,28,503,25,"StyleSheet"],[1519,38,503,25],[1519,39,503,26,"create"],[1519,45,503,32],[1519,46,503,33],[1520,4,504,2,"container"],[1520,13,504,11],[1520,15,504,13],[1521,6,505,4,"flex"],[1521,10,505,8],[1521,12,505,10],[1521,13,505,11],[1522,6,506,4,"backgroundColor"],[1522,21,506,19],[1522,23,506,21],[1523,4,507,2],[1523,5,507,3],[1524,4,508,2,"scrollContent"],[1524,17,508,15],[1524,19,508,17],[1525,6,509,4,"paddingBottom"],[1525,19,509,17],[1525,21,509,19],[1526,4,510,2],[1526,5,510,3],[1527,4,511,2,"walletScrollContent"],[1527,23,511,21],[1527,25,511,23],[1528,6,512,4,"paddingBottom"],[1528,19,512,17],[1528,21,512,19],[1529,4,513,2],[1529,5,513,3],[1530,4,514,2,"header"],[1530,10,514,8],[1530,12,514,10],[1531,6,515,4,"flexDirection"],[1531,19,515,17],[1531,21,515,19],[1531,26,515,24],[1532,6,516,4,"justifyContent"],[1532,20,516,18],[1532,22,516,20],[1532,37,516,35],[1533,6,517,4,"alignItems"],[1533,16,517,14],[1533,18,517,16],[1533,26,517,24],[1534,6,518,4,"padding"],[1534,13,518,11],[1534,15,518,13],[1534,17,518,15],[1535,6,519,4,"backgroundColor"],[1535,21,519,19],[1535,23,519,21],[1535,29,519,27],[1536,6,520,4,"borderBottomWidth"],[1536,23,520,21],[1536,25,520,23],[1536,26,520,24],[1537,6,521,4,"borderBottomColor"],[1537,23,521,21],[1537,25,521,23],[1538,4,522,2],[1538,5,522,3],[1539,4,523,2,"headerLeft"],[1539,14,523,12],[1539,16,523,14],[1540,6,524,4,"position"],[1540,14,524,12],[1540,16,524,14],[1541,4,525,2],[1541,5,525,3],[1542,4,526,2,"profileImage"],[1542,16,526,14],[1542,18,526,16],[1543,6,527,4,"width"],[1543,11,527,9],[1543,13,527,11],[1543,15,527,13],[1544,6,528,4,"height"],[1544,12,528,10],[1544,14,528,12],[1544,16,528,14],[1545,6,529,4,"borderRadius"],[1545,18,529,16],[1545,20,529,18],[1545,22,529,20],[1546,6,530,4,"backgroundColor"],[1546,21,530,19],[1546,23,530,21],[1546,32,530,30],[1547,6,531,4,"alignItems"],[1547,16,531,14],[1547,18,531,16],[1547,26,531,24],[1548,6,532,4,"justifyContent"],[1548,20,532,18],[1548,22,532,20],[1548,30,532,28],[1549,6,533,4,"overflow"],[1549,14,533,12],[1549,16,533,14],[1550,4,534,2],[1550,5,534,3],[1551,4,535,2,"profileImageSrc"],[1551,19,535,17],[1551,21,535,19],[1552,6,536,4,"width"],[1552,11,536,9],[1552,13,536,11],[1552,15,536,13],[1553,6,537,4,"height"],[1553,12,537,10],[1553,14,537,12],[1554,4,538,2],[1554,5,538,3],[1555,4,539,2,"profileBadge"],[1555,16,539,14],[1555,18,539,16],[1556,6,540,4,"position"],[1556,14,540,12],[1556,16,540,14],[1556,26,540,24],[1557,6,541,4,"bottom"],[1557,12,541,10],[1557,14,541,12],[1557,15,541,13],[1557,16,541,14],[1558,6,542,4,"right"],[1558,11,542,9],[1558,13,542,11],[1558,14,542,12],[1558,15,542,13],[1559,6,543,4,"backgroundColor"],[1559,21,543,19],[1559,23,543,21],[1559,32,543,30],[1560,6,544,4,"borderRadius"],[1560,18,544,16],[1560,20,544,18],[1560,22,544,20],[1561,6,545,4,"paddingHorizontal"],[1561,23,545,21],[1561,25,545,23],[1561,26,545,24],[1562,6,546,4,"paddingVertical"],[1562,21,546,19],[1562,23,546,21],[1562,24,546,22],[1563,6,547,4,"flexDirection"],[1563,19,547,17],[1563,21,547,19],[1563,26,547,24],[1564,6,548,4,"alignItems"],[1564,16,548,14],[1564,18,548,16],[1564,26,548,24],[1565,6,549,4,"gap"],[1565,9,549,7],[1565,11,549,9],[1566,4,550,2],[1566,5,550,3],[1567,4,551,2,"trustScore"],[1567,14,551,12],[1567,16,551,14],[1568,6,552,4,"fontSize"],[1568,14,552,12],[1568,16,552,14],[1568,18,552,16],[1569,6,553,4,"fontWeight"],[1569,16,553,14],[1569,18,553,16],[1569,23,553,21],[1570,6,554,4,"color"],[1570,11,554,9],[1570,13,554,11],[1571,4,555,2],[1571,5,555,3],[1572,4,556,2,"headerRight"],[1572,15,556,13],[1572,17,556,15],[1573,6,557,4,"flexDirection"],[1573,19,557,17],[1573,21,557,19],[1573,26,557,24],[1574,6,558,4,"gap"],[1574,9,558,7],[1574,11,558,9],[1575,4,559,2],[1575,5,559,3],[1576,4,560,2,"iconButton"],[1576,14,560,12],[1576,16,560,14],[1577,6,561,4,"padding"],[1577,13,561,11],[1577,15,561,13],[1578,4,562,2],[1578,5,562,3],[1579,4,563,2,"announcementWidget"],[1579,22,563,20],[1579,24,563,22],[1580,6,564,4,"padding"],[1580,13,564,11],[1580,15,564,13],[1581,4,565,2],[1581,5,565,3],[1582,4,566,2,"announcement"],[1582,16,566,14],[1582,18,566,16],[1583,6,567,4,"backgroundColor"],[1583,21,567,19],[1583,23,567,21],[1583,29,567,27],[1584,6,568,4,"padding"],[1584,13,568,11],[1584,15,568,13],[1584,17,568,15],[1585,6,569,4,"borderRadius"],[1585,18,569,16],[1585,20,569,18],[1585,22,569,20],[1586,6,570,4,"marginRight"],[1586,17,570,15],[1586,19,570,17],[1586,21,570,19],[1587,6,571,4,"width"],[1587,11,571,9],[1587,13,571,11,"width"],[1587,18,571,16],[1587,21,571,19],[1587,23,571,21],[1588,6,572,4,"borderLeftWidth"],[1588,21,572,19],[1588,23,572,21],[1588,24,572,22],[1589,6,573,4,"borderLeftColor"],[1589,21,573,19],[1589,23,573,21],[1590,4,574,2],[1590,5,574,3],[1591,4,575,2,"announcementTitle"],[1591,21,575,19],[1591,23,575,21],[1592,6,576,4,"fontSize"],[1592,14,576,12],[1592,16,576,14],[1592,18,576,16],[1593,6,577,4,"fontWeight"],[1593,16,577,14],[1593,18,577,16],[1593,23,577,21],[1594,6,578,4,"color"],[1594,11,578,9],[1594,13,578,11],[1594,22,578,20],[1595,6,579,4,"marginBottom"],[1595,18,579,16],[1595,20,579,18],[1596,4,580,2],[1596,5,580,3],[1597,4,581,2,"announcementText"],[1597,20,581,18],[1597,22,581,20],[1598,6,582,4,"fontSize"],[1598,14,582,12],[1598,16,582,14],[1598,18,582,16],[1599,6,583,4,"color"],[1599,11,583,9],[1599,13,583,11],[1600,4,584,2],[1600,5,584,3],[1601,4,585,2,"quickActionsContainer"],[1601,25,585,23],[1601,27,585,25],[1602,6,586,4,"padding"],[1602,13,586,11],[1602,15,586,13],[1603,4,587,2],[1603,5,587,3],[1604,4,588,2,"sectionTitle"],[1604,16,588,14],[1604,18,588,16],[1605,6,589,4,"fontSize"],[1605,14,589,12],[1605,16,589,14],[1605,18,589,16],[1606,6,590,4,"fontWeight"],[1606,16,590,14],[1606,18,590,16],[1606,23,590,21],[1607,6,591,4,"color"],[1607,11,591,9],[1607,13,591,11],[1607,22,591,20],[1608,6,592,4,"marginBottom"],[1608,18,592,16],[1608,20,592,18],[1609,4,593,2],[1609,5,593,3],[1610,4,594,2,"actionsGrid"],[1610,15,594,13],[1610,17,594,15],[1611,6,595,4,"flexDirection"],[1611,19,595,17],[1611,21,595,19],[1611,26,595,24],[1612,6,596,4,"flexWrap"],[1612,14,596,12],[1612,16,596,14],[1612,22,596,20],[1613,6,597,4,"justifyContent"],[1613,20,597,18],[1613,22,597,20],[1614,4,598,2],[1614,5,598,3],[1615,4,599,2,"actionCard"],[1615,14,599,12],[1615,16,599,14],[1616,6,600,4,"width"],[1616,11,600,9],[1616,13,600,11],[1616,14,600,12,"width"],[1616,19,600,17],[1616,22,600,20],[1616,24,600,22],[1616,28,600,26],[1616,29,600,27],[1617,6,601,4,"backgroundColor"],[1617,21,601,19],[1617,23,601,21],[1617,29,601,27],[1618,6,602,4,"padding"],[1618,13,602,11],[1618,15,602,13],[1618,17,602,15],[1619,6,603,4,"borderRadius"],[1619,18,603,16],[1619,20,603,18],[1619,22,603,20],[1620,6,604,4,"alignItems"],[1620,16,604,14],[1620,18,604,16],[1620,26,604,24],[1621,6,605,4,"marginBottom"],[1621,18,605,16],[1621,20,605,18],[1621,22,605,20],[1622,6,606,4,"shadowColor"],[1622,17,606,15],[1622,19,606,17],[1622,25,606,23],[1623,6,607,4,"shadowOffset"],[1623,18,607,16],[1623,20,607,18],[1624,8,607,20,"width"],[1624,13,607,25],[1624,15,607,27],[1624,16,607,28],[1625,8,607,30,"height"],[1625,14,607,36],[1625,16,607,38],[1626,6,607,40],[1626,7,607,41],[1627,6,608,4,"shadowOpacity"],[1627,19,608,17],[1627,21,608,19],[1627,25,608,23],[1628,6,609,4,"shadowRadius"],[1628,18,609,16],[1628,20,609,18],[1628,21,609,19],[1629,6,610,4,"elevation"],[1629,15,610,13],[1629,17,610,15],[1630,4,611,2],[1630,5,611,3],[1631,4,612,2,"actionCardFirst"],[1631,19,612,17],[1631,21,612,19],[1632,6,613,4,"marginRight"],[1632,17,613,15],[1632,19,613,17],[1633,4,614,2],[1633,5,614,3],[1634,4,615,2,"actionCardLast"],[1634,18,615,16],[1634,20,615,18],[1635,6,616,4,"marginLeft"],[1635,16,616,14],[1635,18,616,16],[1636,4,617,2],[1636,5,617,3],[1637,4,618,2,"actionIcon"],[1637,14,618,12],[1637,16,618,14],[1638,6,619,4,"width"],[1638,11,619,9],[1638,13,619,11],[1638,15,619,13],[1639,6,620,4,"height"],[1639,12,620,10],[1639,14,620,12],[1639,16,620,14],[1640,6,621,4,"borderRadius"],[1640,18,621,16],[1640,20,621,18],[1640,22,621,20],[1641,6,622,4,"alignItems"],[1641,16,622,14],[1641,18,622,16],[1641,26,622,24],[1642,6,623,4,"justifyContent"],[1642,20,623,18],[1642,22,623,20],[1642,30,623,28],[1643,6,624,4,"marginBottom"],[1643,18,624,16],[1643,20,624,18],[1644,4,625,2],[1644,5,625,3],[1645,4,626,2,"actionLabel"],[1645,15,626,13],[1645,17,626,15],[1646,6,627,4,"fontSize"],[1646,14,627,12],[1646,16,627,14],[1646,18,627,16],[1647,6,628,4,"color"],[1647,11,628,9],[1647,13,628,11],[1647,22,628,20],[1648,6,629,4,"textAlign"],[1648,15,629,13],[1648,17,629,15],[1649,4,630,2],[1649,5,630,3],[1650,4,631,2,"walletHeader"],[1650,16,631,14],[1650,18,631,16],[1651,6,632,4,"padding"],[1651,13,632,11],[1651,15,632,13],[1651,17,632,15],[1652,6,633,4,"backgroundColor"],[1652,21,633,19],[1652,23,633,21],[1652,29,633,27],[1653,6,634,4,"borderBottomWidth"],[1653,23,634,21],[1653,25,634,23],[1653,26,634,24],[1654,6,635,4,"borderBottomColor"],[1654,23,635,21],[1654,25,635,23],[1654,34,635,32],[1655,6,636,4,"flexDirection"],[1655,19,636,17],[1655,21,636,19],[1655,26,636,24],[1656,6,637,4,"justifyContent"],[1656,20,637,18],[1656,22,637,20],[1656,37,637,35],[1657,6,638,4,"alignItems"],[1657,16,638,14],[1657,18,638,16],[1658,4,639,2],[1658,5,639,3],[1659,4,640,2,"walletTitle"],[1659,15,640,13],[1659,17,640,15],[1660,6,641,4,"fontSize"],[1660,14,641,12],[1660,16,641,14],[1660,18,641,16],[1661,6,642,4,"fontWeight"],[1661,16,642,14],[1661,18,642,16],[1661,23,642,21],[1662,6,643,4,"color"],[1662,11,643,9],[1662,13,643,11],[1663,4,644,2],[1663,5,644,3],[1664,4,645,2,"refreshButton"],[1664,17,645,15],[1664,19,645,17],[1665,6,646,4,"padding"],[1665,13,646,11],[1665,15,646,13],[1665,16,646,14],[1666,6,647,4,"borderRadius"],[1666,18,647,16],[1666,20,647,18],[1666,21,647,19],[1667,6,648,4,"backgroundColor"],[1667,21,648,19],[1667,23,648,21],[1668,4,649,2],[1668,5,649,3],[1669,4,650,2,"balanceCards"],[1669,16,650,14],[1669,18,650,16],[1670,6,651,4,"padding"],[1670,13,651,11],[1670,15,651,13],[1670,17,651,15],[1671,6,652,4,"gap"],[1671,9,652,7],[1671,11,652,9],[1672,4,653,2],[1672,5,653,3],[1673,4,654,2,"balanceCard"],[1673,15,654,13],[1673,17,654,15],[1674,6,655,4,"backgroundColor"],[1674,21,655,19],[1674,23,655,21],[1674,29,655,27],[1675,6,656,4,"padding"],[1675,13,656,11],[1675,15,656,13],[1675,17,656,15],[1676,6,657,4,"borderRadius"],[1676,18,657,16],[1676,20,657,18],[1676,22,657,20],[1677,6,658,4,"borderWidth"],[1677,17,658,15],[1677,19,658,17],[1677,20,658,18],[1678,6,659,4,"borderColor"],[1678,17,659,15],[1678,19,659,17],[1679,4,660,2],[1679,5,660,3],[1680,4,661,2,"balanceCardHeader"],[1680,21,661,19],[1680,23,661,21],[1681,6,662,4,"flexDirection"],[1681,19,662,17],[1681,21,662,19],[1681,26,662,24],[1682,6,663,4,"alignItems"],[1682,16,663,14],[1682,18,663,16],[1682,26,663,24],[1683,6,664,4,"gap"],[1683,9,664,7],[1683,11,664,9],[1683,12,664,10],[1684,6,665,4,"marginBottom"],[1684,18,665,16],[1684,20,665,18],[1685,4,666,2],[1685,5,666,3],[1686,4,667,2,"tokenLogo"],[1686,13,667,11],[1686,15,667,13],[1687,6,668,4,"width"],[1687,11,668,9],[1687,13,668,11],[1687,15,668,13],[1688,6,669,4,"height"],[1688,12,669,10],[1688,14,669,12],[1688,16,669,14],[1689,6,670,4,"borderRadius"],[1689,18,670,16],[1689,20,670,18],[1690,4,671,2],[1690,5,671,3],[1691,4,672,2,"tokenSymbol"],[1691,15,672,13],[1691,17,672,15],[1692,6,673,4,"fontSize"],[1692,14,673,12],[1692,16,673,14],[1692,18,673,16],[1693,6,674,4,"fontWeight"],[1693,16,674,14],[1693,18,674,16],[1693,23,674,21],[1694,6,675,4,"color"],[1694,11,675,9],[1694,13,675,11],[1695,4,676,2],[1695,5,676,3],[1696,4,677,2,"balanceAmount"],[1696,17,677,15],[1696,19,677,17],[1697,6,678,4,"fontSize"],[1697,14,678,12],[1697,16,678,14],[1697,18,678,16],[1698,6,679,4,"fontWeight"],[1698,16,679,14],[1698,18,679,16],[1698,23,679,21],[1699,6,680,4,"color"],[1699,11,680,9],[1699,13,680,11],[1699,22,680,20],[1700,6,681,4,"marginBottom"],[1700,18,681,16],[1700,20,681,18],[1701,4,682,2],[1701,5,682,3],[1702,4,683,2,"balanceUsd"],[1702,14,683,12],[1702,16,683,14],[1703,6,684,4,"fontSize"],[1703,14,684,12],[1703,16,684,14],[1703,18,684,16],[1704,6,685,4,"color"],[1704,11,685,9],[1704,13,685,11],[1705,4,686,2],[1705,5,686,3],[1706,4,687,2,"walletActions"],[1706,17,687,15],[1706,19,687,17],[1707,6,688,4,"flexDirection"],[1707,19,688,17],[1707,21,688,19],[1707,26,688,24],[1708,6,689,4,"padding"],[1708,13,689,11],[1708,15,689,13],[1708,17,689,15],[1709,6,690,4,"gap"],[1709,9,690,7],[1709,11,690,9],[1710,4,691,2],[1710,5,691,3],[1711,4,692,2,"walletActionButton"],[1711,22,692,20],[1711,24,692,22],[1712,6,693,4,"flex"],[1712,10,693,8],[1712,12,693,10],[1712,13,693,11],[1713,6,694,4,"backgroundColor"],[1713,21,694,19],[1713,23,694,21],[1713,32,694,30],[1714,6,695,4,"padding"],[1714,13,695,11],[1714,15,695,13],[1714,17,695,15],[1715,6,696,4,"borderRadius"],[1715,18,696,16],[1715,20,696,18],[1715,22,696,20],[1716,6,697,4,"alignItems"],[1716,16,697,14],[1716,18,697,16],[1716,26,697,24],[1717,6,698,4,"gap"],[1717,9,698,7],[1717,11,698,9],[1718,4,699,2],[1718,5,699,3],[1719,4,700,2,"walletActionText"],[1719,20,700,18],[1719,22,700,20],[1720,6,701,4,"color"],[1720,11,701,9],[1720,13,701,11],[1720,19,701,17],[1721,6,702,4,"fontSize"],[1721,14,702,12],[1721,16,702,14],[1721,18,702,16],[1722,6,703,4,"fontWeight"],[1722,16,703,14],[1722,18,703,16],[1723,4,704,2],[1723,5,704,3],[1724,4,705,2,"placeholderText"],[1724,19,705,17],[1724,21,705,19],[1725,6,706,4,"flex"],[1725,10,706,8],[1725,12,706,10],[1725,13,706,11],[1726,6,707,4,"textAlign"],[1726,15,707,13],[1726,17,707,15],[1726,25,707,23],[1727,6,708,4,"marginTop"],[1727,15,708,13],[1727,17,708,15],[1727,20,708,18],[1728,6,709,4,"fontSize"],[1728,14,709,12],[1728,16,709,14],[1728,18,709,16],[1729,6,710,4,"color"],[1729,11,710,9],[1729,13,710,11],[1730,4,711,2],[1730,5,711,3],[1731,4,712,2,"tabBar"],[1731,10,712,8],[1731,12,712,10],[1732,6,713,4,"borderTopWidth"],[1732,20,713,18],[1732,22,713,20],[1732,23,713,21],[1733,6,714,4,"borderTopColor"],[1733,20,714,18],[1733,22,714,20],[1733,31,714,29],[1734,6,715,4,"paddingBottom"],[1734,19,715,17],[1734,21,715,19],[1734,23,715,21],[1735,6,716,4,"paddingTop"],[1735,16,716,14],[1735,18,716,16],[1735,19,716,17],[1736,6,717,4,"backgroundColor"],[1736,21,717,19],[1736,23,717,21],[1737,4,718,2],[1737,5,718,3],[1738,4,719,2],[1739,4,720,2,"balanceRow"],[1739,14,720,12],[1739,16,720,14],[1740,6,721,4,"flexDirection"],[1740,19,721,17],[1740,21,721,19],[1740,26,721,24],[1741,6,722,4,"padding"],[1741,13,722,11],[1741,15,722,13],[1741,17,722,15],[1742,6,723,4,"gap"],[1742,9,723,7],[1742,11,723,9],[1743,4,724,2],[1743,5,724,3],[1744,4,725,2,"balanceCardNew"],[1744,18,725,16],[1744,20,725,18],[1745,6,726,4,"flex"],[1745,10,726,8],[1745,12,726,10],[1745,13,726,11],[1746,6,727,4,"backgroundColor"],[1746,21,727,19],[1746,23,727,21],[1746,29,727,27],[1747,6,728,4,"padding"],[1747,13,728,11],[1747,15,728,13],[1747,17,728,15],[1748,6,729,4,"borderRadius"],[1748,18,729,16],[1748,20,729,18],[1748,22,729,20],[1749,6,730,4,"alignItems"],[1749,16,730,14],[1749,18,730,16],[1749,26,730,24],[1750,6,731,4,"shadowColor"],[1750,17,731,15],[1750,19,731,17],[1750,25,731,23],[1751,6,732,4,"shadowOffset"],[1751,18,732,16],[1751,20,732,18],[1752,8,732,20,"width"],[1752,13,732,25],[1752,15,732,27],[1752,16,732,28],[1753,8,732,30,"height"],[1753,14,732,36],[1753,16,732,38],[1754,6,732,40],[1754,7,732,41],[1755,6,733,4,"shadowOpacity"],[1755,19,733,17],[1755,21,733,19],[1755,24,733,22],[1756,6,734,4,"shadowRadius"],[1756,18,734,16],[1756,20,734,18],[1756,21,734,19],[1757,6,735,4,"elevation"],[1757,15,735,13],[1757,17,735,15],[1758,4,736,2],[1758,5,736,3],[1759,4,737,2,"tokenLogoNew"],[1759,16,737,14],[1759,18,737,16],[1760,6,738,4,"width"],[1760,11,738,9],[1760,13,738,11],[1760,15,738,13],[1761,6,739,4,"height"],[1761,12,739,10],[1761,14,739,12],[1761,16,739,14],[1762,6,740,4,"borderRadius"],[1762,18,740,16],[1762,20,740,18],[1762,22,740,20],[1763,6,741,4,"marginBottom"],[1763,18,741,16],[1763,20,741,18],[1764,4,742,2],[1764,5,742,3],[1765,4,743,2,"tokenSymbolNew"],[1765,18,743,16],[1765,20,743,18],[1766,6,744,4,"fontSize"],[1766,14,744,12],[1766,16,744,14],[1766,18,744,16],[1767,6,745,4,"fontWeight"],[1767,16,745,14],[1767,18,745,16],[1767,23,745,21],[1768,6,746,4,"color"],[1768,11,746,9],[1768,13,746,11],[1768,22,746,20],[1769,6,747,4,"marginBottom"],[1769,18,747,16],[1769,20,747,18],[1770,4,748,2],[1770,5,748,3],[1771,4,749,2,"balanceAmountNew"],[1771,20,749,18],[1771,22,749,20],[1772,6,750,4,"fontSize"],[1772,14,750,12],[1772,16,750,14],[1772,18,750,16],[1773,6,751,4,"fontWeight"],[1773,16,751,14],[1773,18,751,16],[1773,23,751,21],[1774,6,752,4,"color"],[1774,11,752,9],[1774,13,752,11],[1774,22,752,20],[1775,6,753,4,"marginBottom"],[1775,18,753,16],[1775,20,753,18],[1776,4,754,2],[1776,5,754,3],[1777,4,755,2,"tokenNameNew"],[1777,16,755,14],[1777,18,755,16],[1778,6,756,4,"fontSize"],[1778,14,756,12],[1778,16,756,14],[1778,18,756,16],[1779,6,757,4,"color"],[1779,11,757,9],[1779,13,757,11],[1780,4,758,2],[1780,5,758,3],[1781,4,759,2,"actionsContainer"],[1781,20,759,18],[1781,22,759,20],[1782,6,760,4,"margin"],[1782,12,760,10],[1782,14,760,12],[1782,16,760,14],[1783,6,761,4,"backgroundColor"],[1783,21,761,19],[1783,23,761,21],[1783,29,761,27],[1784,6,762,4,"padding"],[1784,13,762,11],[1784,15,762,13],[1784,17,762,15],[1785,6,763,4,"borderRadius"],[1785,18,763,16],[1785,20,763,18],[1785,22,763,20],[1786,6,764,4,"shadowColor"],[1786,17,764,15],[1786,19,764,17],[1786,25,764,23],[1787,6,765,4,"shadowOffset"],[1787,18,765,16],[1787,20,765,18],[1788,8,765,20,"width"],[1788,13,765,25],[1788,15,765,27],[1788,16,765,28],[1789,8,765,30,"height"],[1789,14,765,36],[1789,16,765,38],[1790,6,765,40],[1790,7,765,41],[1791,6,766,4,"shadowOpacity"],[1791,19,766,17],[1791,21,766,19],[1791,24,766,22],[1792,6,767,4,"shadowRadius"],[1792,18,767,16],[1792,20,767,18],[1792,21,767,19],[1793,6,768,4,"elevation"],[1793,15,768,13],[1793,17,768,15],[1794,4,769,2],[1794,5,769,3],[1795,4,770,2,"actionsRow"],[1795,14,770,12],[1795,16,770,14],[1796,6,771,4,"flexDirection"],[1796,19,771,17],[1796,21,771,19],[1796,26,771,24],[1797,6,772,4,"justifyContent"],[1797,20,772,18],[1797,22,772,20],[1797,37,772,35],[1798,6,773,4,"marginBottom"],[1798,18,773,16],[1798,20,773,18],[1799,4,774,2],[1799,5,774,3],[1800,4,775,2,"actionBtn"],[1800,13,775,11],[1800,15,775,13],[1801,6,776,4,"width"],[1801,11,776,9],[1801,13,776,11],[1801,14,776,12,"width"],[1801,19,776,17],[1801,22,776,20],[1801,24,776,22],[1801,28,776,26],[1801,29,776,27],[1802,6,777,4,"padding"],[1802,13,777,11],[1802,15,777,13],[1802,17,777,15],[1803,6,778,4,"borderRadius"],[1803,18,778,16],[1803,20,778,18],[1803,22,778,20],[1804,6,779,4,"alignItems"],[1804,16,779,14],[1804,18,779,16],[1804,26,779,24],[1805,6,780,4,"justifyContent"],[1805,20,780,18],[1805,22,780,20],[1806,4,781,2],[1806,5,781,3],[1807,4,782,2,"actionBtnText"],[1807,17,782,15],[1807,19,782,17],[1808,6,783,4,"color"],[1808,11,783,9],[1808,13,783,11],[1808,19,783,17],[1809,6,784,4,"fontSize"],[1809,14,784,12],[1809,16,784,14],[1809,18,784,16],[1810,6,785,4,"fontWeight"],[1810,16,785,14],[1810,18,785,16],[1810,23,785,21],[1811,6,786,4,"marginTop"],[1811,15,786,13],[1811,17,786,15],[1812,4,787,2],[1812,5,787,3],[1813,4,788,2,"tokensContainer"],[1813,19,788,17],[1813,21,788,19],[1814,6,789,4,"margin"],[1814,12,789,10],[1814,14,789,12],[1814,16,789,14],[1815,6,790,4,"marginTop"],[1815,15,790,13],[1815,17,790,15],[1816,4,791,2],[1816,5,791,3],[1817,4,792,2,"tokensHeader"],[1817,16,792,14],[1817,18,792,16],[1818,6,793,4,"flexDirection"],[1818,19,793,17],[1818,21,793,19],[1818,26,793,24],[1819,6,794,4,"justifyContent"],[1819,20,794,18],[1819,22,794,20],[1819,37,794,35],[1820,6,795,4,"alignItems"],[1820,16,795,14],[1820,18,795,16],[1820,26,795,24],[1821,6,796,4,"marginBottom"],[1821,18,796,16],[1821,20,796,18],[1821,22,796,20],[1822,6,797,4,"paddingHorizontal"],[1822,23,797,21],[1822,25,797,23],[1823,4,798,2],[1823,5,798,3],[1824,4,799,2,"tokensTitle"],[1824,15,799,13],[1824,17,799,15],[1825,6,800,4,"fontSize"],[1825,14,800,12],[1825,16,800,14],[1825,18,800,16],[1826,6,801,4,"fontWeight"],[1826,16,801,14],[1826,18,801,16],[1826,23,801,21],[1827,6,802,4,"color"],[1827,11,802,9],[1827,13,802,11],[1828,4,803,2],[1828,5,803,3],[1829,4,804,2,"tokensHeaderActions"],[1829,23,804,21],[1829,25,804,23],[1830,6,805,4,"flexDirection"],[1830,19,805,17],[1830,21,805,19],[1830,26,805,24],[1831,6,806,4,"gap"],[1831,9,806,7],[1831,11,806,9],[1832,4,807,2],[1832,5,807,3],[1833,4,808,2,"tokenHeaderButton"],[1833,21,808,19],[1833,23,808,21],[1834,6,809,4,"width"],[1834,11,809,9],[1834,13,809,11],[1834,15,809,13],[1835,6,810,4,"height"],[1835,12,810,10],[1835,14,810,12],[1835,16,810,14],[1836,6,811,4,"borderRadius"],[1836,18,811,16],[1836,20,811,18],[1836,21,811,19],[1837,6,812,4,"backgroundColor"],[1837,21,812,19],[1837,23,812,21],[1837,32,812,30],[1838,6,813,4,"alignItems"],[1838,16,813,14],[1838,18,813,16],[1838,26,813,24],[1839,6,814,4,"justifyContent"],[1839,20,814,18],[1839,22,814,20],[1840,4,815,2],[1840,5,815,3],[1841,4,816,2,"tokenItem"],[1841,13,816,11],[1841,15,816,13],[1842,6,817,4,"flexDirection"],[1842,19,817,17],[1842,21,817,19],[1842,26,817,24],[1843,6,818,4,"justifyContent"],[1843,20,818,18],[1843,22,818,20],[1843,37,818,35],[1844,6,819,4,"alignItems"],[1844,16,819,14],[1844,18,819,16],[1844,26,819,24],[1845,6,820,4,"backgroundColor"],[1845,21,820,19],[1845,23,820,21],[1845,29,820,27],[1846,6,821,4,"padding"],[1846,13,821,11],[1846,15,821,13],[1846,17,821,15],[1847,6,822,4,"borderRadius"],[1847,18,822,16],[1847,20,822,18],[1847,22,822,20],[1848,6,823,4,"marginBottom"],[1848,18,823,16],[1848,20,823,18],[1848,21,823,19],[1849,6,824,4,"shadowColor"],[1849,17,824,15],[1849,19,824,17],[1849,25,824,23],[1850,6,825,4,"shadowOffset"],[1850,18,825,16],[1850,20,825,18],[1851,8,825,20,"width"],[1851,13,825,25],[1851,15,825,27],[1851,16,825,28],[1852,8,825,30,"height"],[1852,14,825,36],[1852,16,825,38],[1853,6,825,40],[1853,7,825,41],[1854,6,826,4,"shadowOpacity"],[1854,19,826,17],[1854,21,826,19],[1854,25,826,23],[1855,6,827,4,"shadowRadius"],[1855,18,827,16],[1855,20,827,18],[1855,21,827,19],[1856,6,828,4,"elevation"],[1856,15,828,13],[1856,17,828,15],[1857,4,829,2],[1857,5,829,3],[1858,4,830,2,"tokenItemLeft"],[1858,17,830,15],[1858,19,830,17],[1859,6,831,4,"flexDirection"],[1859,19,831,17],[1859,21,831,19],[1859,26,831,24],[1860,6,832,4,"alignItems"],[1860,16,832,14],[1860,18,832,16],[1860,26,832,24],[1861,6,833,4,"gap"],[1861,9,833,7],[1861,11,833,9],[1862,4,834,2],[1862,5,834,3],[1863,4,835,2,"tokenIconContainer"],[1863,22,835,20],[1863,24,835,22],[1864,6,836,4,"position"],[1864,14,836,12],[1864,16,836,14],[1864,26,836,24],[1865,6,837,4,"width"],[1865,11,837,9],[1865,13,837,11],[1865,15,837,13],[1866,6,838,4,"height"],[1866,12,838,10],[1866,14,838,12],[1867,4,839,2],[1867,5,839,3],[1868,4,840,2,"tokenIcon"],[1868,13,840,11],[1868,15,840,13],[1869,6,841,4,"width"],[1869,11,841,9],[1869,13,841,11],[1869,15,841,13],[1870,6,842,4,"height"],[1870,12,842,10],[1870,14,842,12],[1870,16,842,14],[1871,6,843,4,"borderRadius"],[1871,18,843,16],[1871,20,843,18],[1872,4,844,2],[1872,5,844,3],[1873,4,845,2,"networkBadge"],[1873,16,845,14],[1873,18,845,16],[1874,6,846,4,"position"],[1874,14,846,12],[1874,16,846,14],[1874,26,846,24],[1875,6,847,4,"right"],[1875,11,847,9],[1875,13,847,11],[1875,14,847,12],[1875,15,847,13],[1876,6,848,4,"bottom"],[1876,12,848,10],[1876,14,848,12],[1876,15,848,13],[1876,16,848,14],[1877,6,849,4,"width"],[1877,11,849,9],[1877,13,849,11],[1877,15,849,13],[1878,6,850,4,"height"],[1878,12,850,10],[1878,14,850,12],[1878,16,850,14],[1879,6,851,4,"borderRadius"],[1879,18,851,16],[1879,20,851,18],[1879,21,851,19],[1880,6,852,4,"borderWidth"],[1880,17,852,15],[1880,19,852,17],[1880,20,852,18],[1881,6,853,4,"borderColor"],[1881,17,853,15],[1881,19,853,17],[1882,4,854,2],[1882,5,854,3],[1883,4,855,2,"tokenItemName"],[1883,17,855,15],[1883,19,855,17],[1884,6,856,4,"fontSize"],[1884,14,856,12],[1884,16,856,14],[1884,18,856,16],[1885,6,857,4,"fontWeight"],[1885,16,857,14],[1885,18,857,16],[1885,23,857,21],[1886,6,858,4,"color"],[1886,11,858,9],[1886,13,858,11],[1887,4,859,2],[1887,5,859,3],[1888,4,860,2,"tokenItemNetwork"],[1888,20,860,18],[1888,22,860,20],[1889,6,861,4,"fontSize"],[1889,14,861,12],[1889,16,861,14],[1889,18,861,16],[1890,6,862,4,"color"],[1890,11,862,9],[1890,13,862,11],[1891,4,863,2],[1891,5,863,3],[1892,4,864,2,"tokenItemRight"],[1892,18,864,16],[1892,20,864,18],[1893,6,865,4,"alignItems"],[1893,16,865,14],[1893,18,865,16],[1894,4,866,2],[1894,5,866,3],[1895,4,867,2,"tokenItemBalance"],[1895,20,867,18],[1895,22,867,20],[1896,6,868,4,"fontSize"],[1896,14,868,12],[1896,16,868,14],[1896,18,868,16],[1897,6,869,4,"fontWeight"],[1897,16,869,14],[1897,18,869,16],[1897,23,869,21],[1898,6,870,4,"color"],[1898,11,870,9],[1898,13,870,11],[1899,4,871,2],[1899,5,871,3],[1900,4,872,2,"tokenItemUsd"],[1900,16,872,14],[1900,18,872,16],[1901,6,873,4,"fontSize"],[1901,14,873,12],[1901,16,873,14],[1901,18,873,16],[1902,6,874,4,"color"],[1902,11,874,9],[1902,13,874,11],[1903,4,875,2],[1904,2,876,0],[1904,3,876,1],[1904,4,876,2],[1905,2,876,3],[1905,6,876,3,"_c"],[1905,8,876,3],[1905,10,876,3,"_c2"],[1905,13,876,3],[1905,15,876,3,"_c3"],[1905,18,876,3],[1905,20,876,3,"_c4"],[1905,23,876,3],[1905,25,876,3,"_c5"],[1905,28,876,3],[1905,30,876,3,"_c6"],[1905,33,876,3],[1906,2,876,3,"$RefreshReg$"],[1906,14,876,3],[1906,15,876,3,"_c"],[1906,17,876,3],[1907,2,876,3,"$RefreshReg$"],[1907,14,876,3],[1907,15,876,3,"_c2"],[1907,18,876,3],[1908,2,876,3,"$RefreshReg$"],[1908,14,876,3],[1908,15,876,3,"_c3"],[1908,18,876,3],[1909,2,876,3,"$RefreshReg$"],[1909,14,876,3],[1909,15,876,3,"_c4"],[1909,18,876,3],[1910,2,876,3,"$RefreshReg$"],[1910,14,876,3],[1910,15,876,3,"_c5"],[1910,18,876,3],[1911,2,876,3,"$RefreshReg$"],[1911,14,876,3],[1911,15,876,3,"_c6"],[1911,18,876,3],[1912,0,876,3],[1912,3]],"functionMap":{"names":["","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;CJuO;AQE;CRM;ASE;CTM;AUE;CVM;eWI;sBCe;WDE;sBCQ;WDE;sBCQ;WDE;sBCQ;WDE;sBCQ;WDE;CXK"},"hasCjsExports":false},"type":"js/module"}]}
\ No newline at end of file
diff --git a/frontend/.metro-cache/cache/9c/5ab3a07f46ef93ae70943ad8712d9f3deec01ecc1c11832cad0fb6a4de337354901e47 b/frontend/.metro-cache/cache/9c/5ab3a07f46ef93ae70943ad8712d9f3deec01ecc1c11832cad0fb6a4de337354901e47
index d45ea8e9..c5ed47a4 100644
--- a/frontend/.metro-cache/cache/9c/5ab3a07f46ef93ae70943ad8712d9f3deec01ecc1c11832cad0fb6a4de337354901e47
+++ b/frontend/.metro-cache/cache/9c/5ab3a07f46ef93ae70943ad8712d9f3deec01ecc1c11832cad0fb6a4de337354901e47
@@ -1 +1 @@
-{"dependencies":[{"name":"@babel/runtime/helpers/asyncToGenerator","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"YisBBiy2Xm9DEVdFebZ2nbgAHBo=","exportNames":["*"],"imports":1}},{"name":"@babel/runtime/helpers/slicedToArray","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"5y7e5+zC7teYEEC6niD9f5zII1M=","exportNames":["*"],"imports":1}},{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":51,"index":51}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react-native","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":52},"end":{"line":11,"column":22,"index":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.View, {\n style: styles.tokensHeader,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokensTitle,\n children: \"Tokens\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 247,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.tokensHeaderActions,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.tokenHeaderButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"search\",\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 250,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 249,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.tokenHeaderButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"add-circle\",\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 253,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 252,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.tokenHeaderButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"settings\",\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 256,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 255,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 248,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\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: 265,\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: 269,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 264,\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: 275,\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: 276,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 274,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 263,\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.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 280,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 281,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 279,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 262,\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.Image, {\n source: {\n uri: 'https://cryptologos.cc/logos/polkadot-new-dot-logo.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 288,\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: \"DOT\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 293,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemNetwork,\n children: \"Polkadot\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 294,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 292,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 287,\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.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 298,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 299,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 297,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 286,\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.Image, {\n source: {\n uri: 'https://cryptologos.cc/logos/bitcoin-btc-logo.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 306,\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: \"BTC\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 311,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemNetwork,\n children: \"Bitcoin\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 312,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 310,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 305,\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.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 316,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 317,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 315,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 304,\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.Image, {\n source: {\n uri: 'https://cryptologos.cc/logos/ethereum-eth-logo.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 324,\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: \"ETH\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 329,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemNetwork,\n children: \"Ethereum\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 330,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 328,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 323,\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.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 334,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 335,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 333,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 322,\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.Image, {\n source: {\n uri: 'https://cryptologos.cc/logos/bnb-bnb-logo.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 342,\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: \"BNB\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 347,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemNetwork,\n children: \"Binance Smart Chain\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 348,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 346,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 341,\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.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 352,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 353,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 351,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 340,\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.Image, {\n source: {\n uri: 'https://cryptologos.cc/logos/cardano-ada-logo.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 360,\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: \"ADA\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 365,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemNetwork,\n children: \"Cardano\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 366,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 364,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 359,\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.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 370,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 371,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 369,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 358,\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.Image, {\n source: {\n uri: 'https://cryptologos.cc/logos/solana-sol-logo.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 378,\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: \"SOL\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 383,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemNetwork,\n children: \"Solana\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 384,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 382,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 377,\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.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 388,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 389,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 387,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 376,\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: 401,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 400,\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: 409,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 408,\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: 417,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 416,\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: 440,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 434,\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: 450,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 444,\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: 460,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 454,\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: 470,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 464,\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: 480,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 474,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 426,\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 - 32,\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 tokensHeader: {\n flexDirection: 'row',\n justifyContent: 'space-between',\n alignItems: 'center',\n marginBottom: 12,\n paddingHorizontal: 4\n },\n tokensTitle: {\n fontSize: 18,\n fontWeight: '700',\n color: '#1F2937'\n },\n tokensHeaderActions: {\n flexDirection: 'row',\n gap: 12\n },\n tokenHeaderButton: {\n width: 32,\n height: 32,\n borderRadius: 8,\n backgroundColor: '#F3F4F6',\n alignItems: 'center',\n justifyContent: 'center'\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":1912,"map":[[30,2,424,15,"Object"],[30,8,424,15],[30,9,424,15,"defineProperty"],[30,23,424,15],[30,24,424,15,"exports"],[30,31,424,15],[31,4,424,15,"enumerable"],[31,14,424,15],[32,4,424,15,"get"],[32,7,424,15],[32,18,424,15,"get"],[32,19,424,15],[33,6,424,15],[33,13,424,15,"HomeScreen"],[33,23,424,15],[34,4,424,15],[35,2,424,15],[36,2,486,1],[36,6,486,1,"_babelRuntimeHelpersAsyncToGenerator"],[36,42,486,1],[36,45,486,1,"require"],[36,52,486,1],[36,53,486,1,"_dependencyMap"],[36,67,486,1],[37,2,486,1],[37,6,486,1,"_asyncToGenerator"],[37,23,486,1],[37,26,486,1,"_interopDefault"],[37,41,486,1],[37,42,486,1,"_babelRuntimeHelpersAsyncToGenerator"],[37,78,486,1],[38,2,486,1],[38,6,486,1,"_babelRuntimeHelpersSlicedToArray"],[38,39,486,1],[38,42,486,1,"require"],[38,49,486,1],[38,50,486,1,"_dependencyMap"],[38,64,486,1],[39,2,486,1],[39,6,486,1,"_slicedToArray"],[39,20,486,1],[39,23,486,1,"_interopDefault"],[39,38,486,1],[39,39,486,1,"_babelRuntimeHelpersSlicedToArray"],[39,72,486,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,"View"],[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,"tokensHeader"],[722,38,246,43],[723,12,246,43,"children"],[723,20,246,43],[723,36,247,12],[723,40,247,12,"_reactJsxDevRuntime"],[723,59,247,12],[723,60,247,12,"jsxDEV"],[723,66,247,12],[723,68,247,13,"_reactNative"],[723,80,247,17],[723,81,247,17,"Text"],[723,85,247,17],[724,14,247,18,"style"],[724,19,247,23],[724,21,247,25,"styles"],[724,27,247,31],[724,28,247,32,"tokensTitle"],[724,39,247,44],[725,14,247,44,"children"],[725,22,247,44],[725,24,247,45],[726,12,247,51],[727,14,247,51,"fileName"],[727,22,247,51],[727,24,247,51,"_jsxFileName"],[727,36,247,51],[728,14,247,51,"lineNumber"],[728,24,247,51],[729,14,247,51,"columnNumber"],[729,26,247,51],[730,12,247,51],[730,19,247,57],[730,20,247,58],[730,35,248,12],[730,39,248,12,"_reactJsxDevRuntime"],[730,58,248,12],[730,59,248,12,"jsxDEV"],[730,65,248,12],[730,67,248,13,"_reactNative"],[730,79,248,17],[730,80,248,17,"View"],[730,84,248,17],[731,14,248,18,"style"],[731,19,248,23],[731,21,248,25,"styles"],[731,27,248,31],[731,28,248,32,"tokensHeaderActions"],[731,47,248,52],[732,14,248,52,"children"],[732,22,248,52],[732,38,249,14],[732,42,249,14,"_reactJsxDevRuntime"],[732,61,249,14],[732,62,249,14,"jsxDEV"],[732,68,249,14],[732,70,249,15,"_reactNative"],[732,82,249,31],[732,83,249,31,"TouchableOpacity"],[732,99,249,31],[733,16,249,32,"style"],[733,21,249,37],[733,23,249,39,"styles"],[733,29,249,45],[733,30,249,46,"tokenHeaderButton"],[733,47,249,64],[734,16,249,64,"children"],[734,24,249,64],[734,39,250,16],[734,43,250,16,"_reactJsxDevRuntime"],[734,62,250,16],[734,63,250,16,"jsxDEV"],[734,69,250,16],[734,71,250,17,"_expoVectorIcons"],[734,87,250,25],[734,88,250,25,"Ionicons"],[734,96,250,25],[735,18,250,26,"name"],[735,22,250,30],[735,24,250,31],[735,32,250,39],[736,18,250,40,"size"],[736,22,250,44],[736,24,250,46],[736,26,250,49],[737,18,250,50,"color"],[737,23,250,55],[737,25,250,56],[738,16,250,65],[739,18,250,65,"fileName"],[739,26,250,65],[739,28,250,65,"_jsxFileName"],[739,40,250,65],[740,18,250,65,"lineNumber"],[740,28,250,65],[741,18,250,65,"columnNumber"],[741,30,250,65],[742,16,250,65],[742,23,250,67],[743,14,250,68],[744,16,250,68,"fileName"],[744,24,250,68],[744,26,250,68,"_jsxFileName"],[744,38,250,68],[745,16,250,68,"lineNumber"],[745,26,250,68],[746,16,250,68,"columnNumber"],[746,28,250,68],[747,14,250,68],[747,21,251,32],[747,22,251,33],[747,37,252,14],[747,41,252,14,"_reactJsxDevRuntime"],[747,60,252,14],[747,61,252,14,"jsxDEV"],[747,67,252,14],[747,69,252,15,"_reactNative"],[747,81,252,31],[747,82,252,31,"TouchableOpacity"],[747,98,252,31],[748,16,252,32,"style"],[748,21,252,37],[748,23,252,39,"styles"],[748,29,252,45],[748,30,252,46,"tokenHeaderButton"],[748,47,252,64],[749,16,252,64,"children"],[749,24,252,64],[749,39,253,16],[749,43,253,16,"_reactJsxDevRuntime"],[749,62,253,16],[749,63,253,16,"jsxDEV"],[749,69,253,16],[749,71,253,17,"_expoVectorIcons"],[749,87,253,25],[749,88,253,25,"Ionicons"],[749,96,253,25],[750,18,253,26,"name"],[750,22,253,30],[750,24,253,31],[750,36,253,43],[751,18,253,44,"size"],[751,22,253,48],[751,24,253,50],[751,26,253,53],[752,18,253,54,"color"],[752,23,253,59],[752,25,253,60],[753,16,253,69],[754,18,253,69,"fileName"],[754,26,253,69],[754,28,253,69,"_jsxFileName"],[754,40,253,69],[755,18,253,69,"lineNumber"],[755,28,253,69],[756,18,253,69,"columnNumber"],[756,30,253,69],[757,16,253,69],[757,23,253,71],[758,14,253,72],[759,16,253,72,"fileName"],[759,24,253,72],[759,26,253,72,"_jsxFileName"],[759,38,253,72],[760,16,253,72,"lineNumber"],[760,26,253,72],[761,16,253,72,"columnNumber"],[761,28,253,72],[762,14,253,72],[762,21,254,32],[762,22,254,33],[762,37,255,14],[762,41,255,14,"_reactJsxDevRuntime"],[762,60,255,14],[762,61,255,14,"jsxDEV"],[762,67,255,14],[762,69,255,15,"_reactNative"],[762,81,255,31],[762,82,255,31,"TouchableOpacity"],[762,98,255,31],[763,16,255,32,"style"],[763,21,255,37],[763,23,255,39,"styles"],[763,29,255,45],[763,30,255,46,"tokenHeaderButton"],[763,47,255,64],[764,16,255,64,"children"],[764,24,255,64],[764,39,256,16],[764,43,256,16,"_reactJsxDevRuntime"],[764,62,256,16],[764,63,256,16,"jsxDEV"],[764,69,256,16],[764,71,256,17,"_expoVectorIcons"],[764,87,256,25],[764,88,256,25,"Ionicons"],[764,96,256,25],[765,18,256,26,"name"],[765,22,256,30],[765,24,256,31],[765,34,256,41],[766,18,256,42,"size"],[766,22,256,46],[766,24,256,48],[766,26,256,51],[767,18,256,52,"color"],[767,23,256,57],[767,25,256,58],[768,16,256,67],[769,18,256,67,"fileName"],[769,26,256,67],[769,28,256,67,"_jsxFileName"],[769,40,256,67],[770,18,256,67,"lineNumber"],[770,28,256,67],[771,18,256,67,"columnNumber"],[771,30,256,67],[772,16,256,67],[772,23,256,69],[773,14,256,70],[774,16,256,70,"fileName"],[774,24,256,70],[774,26,256,70,"_jsxFileName"],[774,38,256,70],[775,16,256,70,"lineNumber"],[775,26,256,70],[776,16,256,70,"columnNumber"],[776,28,256,70],[777,14,256,70],[777,21,257,32],[777,22,257,33],[778,12,257,33],[779,14,257,33,"fileName"],[779,22,257,33],[779,24,257,33,"_jsxFileName"],[779,36,257,33],[780,14,257,33,"lineNumber"],[780,24,257,33],[781,14,257,33,"columnNumber"],[781,26,257,33],[782,12,257,33],[782,19,258,18],[782,20,258,19],[783,10,258,19],[784,12,258,19,"fileName"],[784,20,258,19],[784,22,258,19,"_jsxFileName"],[784,34,258,19],[785,12,258,19,"lineNumber"],[785,22,258,19],[786,12,258,19,"columnNumber"],[786,24,258,19],[787,10,258,19],[787,17,259,16],[787,18,259,17],[787,33,262,10],[787,37,262,10,"_reactJsxDevRuntime"],[787,56,262,10],[787,57,262,10,"jsxDEV"],[787,63,262,10],[787,65,262,11,"_reactNative"],[787,77,262,15],[787,78,262,15,"View"],[787,82,262,15],[788,12,262,16,"style"],[788,17,262,21],[788,19,262,23,"styles"],[788,25,262,29],[788,26,262,30,"tokenItem"],[788,35,262,40],[789,12,262,40,"children"],[789,20,262,40],[789,36,263,12],[789,40,263,12,"_reactJsxDevRuntime"],[789,59,263,12],[789,60,263,12,"jsxDEV"],[789,66,263,12],[789,68,263,13,"_reactNative"],[789,80,263,17],[789,81,263,17,"View"],[789,85,263,17],[790,14,263,18,"style"],[790,19,263,23],[790,21,263,25,"styles"],[790,27,263,31],[790,28,263,32,"tokenItemLeft"],[790,41,263,46],[791,14,263,46,"children"],[791,22,263,46],[791,38,264,14],[791,42,264,14,"_reactJsxDevRuntime"],[791,61,264,14],[791,62,264,14,"jsxDEV"],[791,68,264,14],[791,70,264,15,"_reactNative"],[791,82,264,19],[791,83,264,19,"View"],[791,87,264,19],[792,16,264,20,"style"],[792,21,264,25],[792,23,264,27,"styles"],[792,29,264,33],[792,30,264,34,"tokenIconContainer"],[792,48,264,53],[793,16,264,53,"children"],[793,24,264,53],[793,40,265,16],[793,44,265,16,"_reactJsxDevRuntime"],[793,63,265,16],[793,64,265,16,"jsxDEV"],[793,70,265,16],[793,72,265,17,"_reactNative"],[793,84,265,22],[793,85,265,22,"Image"],[793,90,265,22],[794,18,266,18,"source"],[794,24,266,24],[794,26,266,26],[795,20,266,28,"uri"],[795,23,266,31],[795,25,266,33],[796,18,266,134],[796,19,266,136],[797,18,267,18,"style"],[797,23,267,23],[797,25,267,25,"styles"],[797,31,267,31],[797,32,267,32,"tokenIcon"],[798,16,267,42],[799,18,267,42,"fileName"],[799,26,267,42],[799,28,267,42,"_jsxFileName"],[799,40,267,42],[800,18,267,42,"lineNumber"],[800,28,267,42],[801,18,267,42,"columnNumber"],[801,30,267,42],[802,16,267,42],[802,23,268,17],[802,24,268,18],[802,39,269,16],[802,43,269,16,"_reactJsxDevRuntime"],[802,62,269,16],[802,63,269,16,"jsxDEV"],[802,69,269,16],[802,71,269,17,"_reactNative"],[802,83,269,22],[802,84,269,22,"Image"],[802,89,269,22],[803,18,270,18,"source"],[803,24,270,24],[803,26,270,26],[804,20,270,28,"uri"],[804,23,270,31],[804,25,270,33],[805,18,270,133],[805,19,270,135],[806,18,271,18,"style"],[806,23,271,23],[806,25,271,25,"styles"],[806,31,271,31],[806,32,271,32,"networkBadge"],[807,16,271,45],[808,18,271,45,"fileName"],[808,26,271,45],[808,28,271,45,"_jsxFileName"],[808,40,271,45],[809,18,271,45,"lineNumber"],[809,28,271,45],[810,18,271,45,"columnNumber"],[810,30,271,45],[811,16,271,45],[811,23,272,17],[811,24,272,18],[812,14,272,18],[813,16,272,18,"fileName"],[813,24,272,18],[813,26,272,18,"_jsxFileName"],[813,38,272,18],[814,16,272,18,"lineNumber"],[814,26,272,18],[815,16,272,18,"columnNumber"],[815,28,272,18],[816,14,272,18],[816,21,273,20],[816,22,273,21],[816,37,274,14],[816,41,274,14,"_reactJsxDevRuntime"],[816,60,274,14],[816,61,274,14,"jsxDEV"],[816,67,274,14],[816,69,274,15,"_reactNative"],[816,81,274,19],[816,82,274,19,"View"],[816,86,274,19],[817,16,274,19,"children"],[817,24,274,19],[817,40,275,16],[817,44,275,16,"_reactJsxDevRuntime"],[817,63,275,16],[817,64,275,16,"jsxDEV"],[817,70,275,16],[817,72,275,17,"_reactNative"],[817,84,275,21],[817,85,275,21,"Text"],[817,89,275,21],[818,18,275,22,"style"],[818,23,275,27],[818,25,275,29,"styles"],[818,31,275,35],[818,32,275,36,"tokenItemName"],[818,45,275,50],[819,18,275,50,"children"],[819,26,275,50],[819,28,275,51],[820,16,275,55],[821,18,275,55,"fileName"],[821,26,275,55],[821,28,275,55,"_jsxFileName"],[821,40,275,55],[822,18,275,55,"lineNumber"],[822,28,275,55],[823,18,275,55,"columnNumber"],[823,30,275,55],[824,16,275,55],[824,23,275,61],[824,24,275,62],[824,39,276,16],[824,43,276,16,"_reactJsxDevRuntime"],[824,62,276,16],[824,63,276,16,"jsxDEV"],[824,69,276,16],[824,71,276,17,"_reactNative"],[824,83,276,21],[824,84,276,21,"Text"],[824,88,276,21],[825,18,276,22,"style"],[825,23,276,27],[825,25,276,29,"styles"],[825,31,276,35],[825,32,276,36,"tokenItemNetwork"],[825,48,276,53],[826,18,276,53,"children"],[826,26,276,53],[826,28,276,54],[827,16,276,65],[828,18,276,65,"fileName"],[828,26,276,65],[828,28,276,65,"_jsxFileName"],[828,40,276,65],[829,18,276,65,"lineNumber"],[829,28,276,65],[830,18,276,65,"columnNumber"],[830,30,276,65],[831,16,276,65],[831,23,276,71],[831,24,276,72],[832,14,276,72],[833,16,276,72,"fileName"],[833,24,276,72],[833,26,276,72,"_jsxFileName"],[833,38,276,72],[834,16,276,72,"lineNumber"],[834,26,276,72],[835,16,276,72,"columnNumber"],[835,28,276,72],[836,14,276,72],[836,21,277,20],[836,22,277,21],[837,12,277,21],[838,14,277,21,"fileName"],[838,22,277,21],[838,24,277,21,"_jsxFileName"],[838,36,277,21],[839,14,277,21,"lineNumber"],[839,24,277,21],[840,14,277,21,"columnNumber"],[840,26,277,21],[841,12,277,21],[841,19,278,18],[841,20,278,19],[841,35,279,12],[841,39,279,12,"_reactJsxDevRuntime"],[841,58,279,12],[841,59,279,12,"jsxDEV"],[841,65,279,12],[841,67,279,13,"_reactNative"],[841,79,279,17],[841,80,279,17,"View"],[841,84,279,17],[842,14,279,18,"style"],[842,19,279,23],[842,21,279,25,"styles"],[842,27,279,31],[842,28,279,32,"tokenItemRight"],[842,42,279,47],[843,14,279,47,"children"],[843,22,279,47],[843,38,280,14],[843,42,280,14,"_reactJsxDevRuntime"],[843,61,280,14],[843,62,280,14,"jsxDEV"],[843,68,280,14],[843,70,280,15,"_reactNative"],[843,82,280,19],[843,83,280,19,"Text"],[843,87,280,19],[844,16,280,20,"style"],[844,21,280,25],[844,23,280,27,"styles"],[844,29,280,33],[844,30,280,34,"tokenItemBalance"],[844,46,280,51],[845,16,280,51,"children"],[845,24,280,51],[845,26,280,52],[846,14,280,56],[847,16,280,56,"fileName"],[847,24,280,56],[847,26,280,56,"_jsxFileName"],[847,38,280,56],[848,16,280,56,"lineNumber"],[848,26,280,56],[849,16,280,56,"columnNumber"],[849,28,280,56],[850,14,280,56],[850,21,280,62],[850,22,280,63],[850,37,281,14],[850,41,281,14,"_reactJsxDevRuntime"],[850,60,281,14],[850,61,281,14,"jsxDEV"],[850,67,281,14],[850,69,281,15,"_reactNative"],[850,81,281,19],[850,82,281,19,"Text"],[850,86,281,19],[851,16,281,20,"style"],[851,21,281,25],[851,23,281,27,"styles"],[851,29,281,33],[851,30,281,34,"tokenItemUsd"],[851,42,281,47],[852,16,281,47,"children"],[852,24,281,47],[852,26,281,48],[853,14,281,53],[854,16,281,53,"fileName"],[854,24,281,53],[854,26,281,53,"_jsxFileName"],[854,38,281,53],[855,16,281,53,"lineNumber"],[855,26,281,53],[856,16,281,53,"columnNumber"],[856,28,281,53],[857,14,281,53],[857,21,281,59],[857,22,281,60],[858,12,281,60],[859,14,281,60,"fileName"],[859,22,281,60],[859,24,281,60,"_jsxFileName"],[859,36,281,60],[860,14,281,60,"lineNumber"],[860,24,281,60],[861,14,281,60,"columnNumber"],[861,26,281,60],[862,12,281,60],[862,19,282,18],[862,20,282,19],[863,10,282,19],[864,12,282,19,"fileName"],[864,20,282,19],[864,22,282,19,"_jsxFileName"],[864,34,282,19],[865,12,282,19,"lineNumber"],[865,22,282,19],[866,12,282,19,"columnNumber"],[866,24,282,19],[867,10,282,19],[867,17,283,16],[867,18,283,17],[867,33,286,10],[867,37,286,10,"_reactJsxDevRuntime"],[867,56,286,10],[867,57,286,10,"jsxDEV"],[867,63,286,10],[867,65,286,11,"_reactNative"],[867,77,286,15],[867,78,286,15,"View"],[867,82,286,15],[868,12,286,16,"style"],[868,17,286,21],[868,19,286,23,"styles"],[868,25,286,29],[868,26,286,30,"tokenItem"],[868,35,286,40],[869,12,286,40,"children"],[869,20,286,40],[869,36,287,12],[869,40,287,12,"_reactJsxDevRuntime"],[869,59,287,12],[869,60,287,12,"jsxDEV"],[869,66,287,12],[869,68,287,13,"_reactNative"],[869,80,287,17],[869,81,287,17,"View"],[869,85,287,17],[870,14,287,18,"style"],[870,19,287,23],[870,21,287,25,"styles"],[870,27,287,31],[870,28,287,32,"tokenItemLeft"],[870,41,287,46],[871,14,287,46,"children"],[871,22,287,46],[871,38,288,14],[871,42,288,14,"_reactJsxDevRuntime"],[871,61,288,14],[871,62,288,14,"jsxDEV"],[871,68,288,14],[871,70,288,15,"_reactNative"],[871,82,288,20],[871,83,288,20,"Image"],[871,88,288,20],[872,16,289,16,"source"],[872,22,289,22],[872,24,289,24],[873,18,289,26,"uri"],[873,21,289,29],[873,23,289,31],[874,16,289,88],[874,17,289,90],[875,16,290,16,"style"],[875,21,290,21],[875,23,290,23,"styles"],[875,29,290,29],[875,30,290,30,"tokenIcon"],[876,14,290,40],[877,16,290,40,"fileName"],[877,24,290,40],[877,26,290,40,"_jsxFileName"],[877,38,290,40],[878,16,290,40,"lineNumber"],[878,26,290,40],[879,16,290,40,"columnNumber"],[879,28,290,40],[880,14,290,40],[880,21,291,15],[880,22,291,16],[880,37,292,14],[880,41,292,14,"_reactJsxDevRuntime"],[880,60,292,14],[880,61,292,14,"jsxDEV"],[880,67,292,14],[880,69,292,15,"_reactNative"],[880,81,292,19],[880,82,292,19,"View"],[880,86,292,19],[881,16,292,19,"children"],[881,24,292,19],[881,40,293,16],[881,44,293,16,"_reactJsxDevRuntime"],[881,63,293,16],[881,64,293,16,"jsxDEV"],[881,70,293,16],[881,72,293,17,"_reactNative"],[881,84,293,21],[881,85,293,21,"Text"],[881,89,293,21],[882,18,293,22,"style"],[882,23,293,27],[882,25,293,29,"styles"],[882,31,293,35],[882,32,293,36,"tokenItemName"],[882,45,293,50],[883,18,293,50,"children"],[883,26,293,50],[883,28,293,51],[884,16,293,54],[885,18,293,54,"fileName"],[885,26,293,54],[885,28,293,54,"_jsxFileName"],[885,40,293,54],[886,18,293,54,"lineNumber"],[886,28,293,54],[887,18,293,54,"columnNumber"],[887,30,293,54],[888,16,293,54],[888,23,293,60],[888,24,293,61],[888,39,294,16],[888,43,294,16,"_reactJsxDevRuntime"],[888,62,294,16],[888,63,294,16,"jsxDEV"],[888,69,294,16],[888,71,294,17,"_reactNative"],[888,83,294,21],[888,84,294,21,"Text"],[888,88,294,21],[889,18,294,22,"style"],[889,23,294,27],[889,25,294,29,"styles"],[889,31,294,35],[889,32,294,36,"tokenItemNetwork"],[889,48,294,53],[890,18,294,53,"children"],[890,26,294,53],[890,28,294,54],[891,16,294,62],[892,18,294,62,"fileName"],[892,26,294,62],[892,28,294,62,"_jsxFileName"],[892,40,294,62],[893,18,294,62,"lineNumber"],[893,28,294,62],[894,18,294,62,"columnNumber"],[894,30,294,62],[895,16,294,62],[895,23,294,68],[895,24,294,69],[896,14,294,69],[897,16,294,69,"fileName"],[897,24,294,69],[897,26,294,69,"_jsxFileName"],[897,38,294,69],[898,16,294,69,"lineNumber"],[898,26,294,69],[899,16,294,69,"columnNumber"],[899,28,294,69],[900,14,294,69],[900,21,295,20],[900,22,295,21],[901,12,295,21],[902,14,295,21,"fileName"],[902,22,295,21],[902,24,295,21,"_jsxFileName"],[902,36,295,21],[903,14,295,21,"lineNumber"],[903,24,295,21],[904,14,295,21,"columnNumber"],[904,26,295,21],[905,12,295,21],[905,19,296,18],[905,20,296,19],[905,35,297,12],[905,39,297,12,"_reactJsxDevRuntime"],[905,58,297,12],[905,59,297,12,"jsxDEV"],[905,65,297,12],[905,67,297,13,"_reactNative"],[905,79,297,17],[905,80,297,17,"View"],[905,84,297,17],[906,14,297,18,"style"],[906,19,297,23],[906,21,297,25,"styles"],[906,27,297,31],[906,28,297,32,"tokenItemRight"],[906,42,297,47],[907,14,297,47,"children"],[907,22,297,47],[907,38,298,14],[907,42,298,14,"_reactJsxDevRuntime"],[907,61,298,14],[907,62,298,14,"jsxDEV"],[907,68,298,14],[907,70,298,15,"_reactNative"],[907,82,298,19],[907,83,298,19,"Text"],[907,87,298,19],[908,16,298,20,"style"],[908,21,298,25],[908,23,298,27,"styles"],[908,29,298,33],[908,30,298,34,"tokenItemBalance"],[908,46,298,51],[909,16,298,51,"children"],[909,24,298,51],[909,26,298,52],[910,14,298,56],[911,16,298,56,"fileName"],[911,24,298,56],[911,26,298,56,"_jsxFileName"],[911,38,298,56],[912,16,298,56,"lineNumber"],[912,26,298,56],[913,16,298,56,"columnNumber"],[913,28,298,56],[914,14,298,56],[914,21,298,62],[914,22,298,63],[914,37,299,14],[914,41,299,14,"_reactJsxDevRuntime"],[914,60,299,14],[914,61,299,14,"jsxDEV"],[914,67,299,14],[914,69,299,15,"_reactNative"],[914,81,299,19],[914,82,299,19,"Text"],[914,86,299,19],[915,16,299,20,"style"],[915,21,299,25],[915,23,299,27,"styles"],[915,29,299,33],[915,30,299,34,"tokenItemUsd"],[915,42,299,47],[916,16,299,47,"children"],[916,24,299,47],[916,26,299,48],[917,14,299,53],[918,16,299,53,"fileName"],[918,24,299,53],[918,26,299,53,"_jsxFileName"],[918,38,299,53],[919,16,299,53,"lineNumber"],[919,26,299,53],[920,16,299,53,"columnNumber"],[920,28,299,53],[921,14,299,53],[921,21,299,59],[921,22,299,60],[922,12,299,60],[923,14,299,60,"fileName"],[923,22,299,60],[923,24,299,60,"_jsxFileName"],[923,36,299,60],[924,14,299,60,"lineNumber"],[924,24,299,60],[925,14,299,60,"columnNumber"],[925,26,299,60],[926,12,299,60],[926,19,300,18],[926,20,300,19],[927,10,300,19],[928,12,300,19,"fileName"],[928,20,300,19],[928,22,300,19,"_jsxFileName"],[928,34,300,19],[929,12,300,19,"lineNumber"],[929,22,300,19],[930,12,300,19,"columnNumber"],[930,24,300,19],[931,10,300,19],[931,17,301,16],[931,18,301,17],[931,33,304,10],[931,37,304,10,"_reactJsxDevRuntime"],[931,56,304,10],[931,57,304,10,"jsxDEV"],[931,63,304,10],[931,65,304,11,"_reactNative"],[931,77,304,15],[931,78,304,15,"View"],[931,82,304,15],[932,12,304,16,"style"],[932,17,304,21],[932,19,304,23,"styles"],[932,25,304,29],[932,26,304,30,"tokenItem"],[932,35,304,40],[933,12,304,40,"children"],[933,20,304,40],[933,36,305,12],[933,40,305,12,"_reactJsxDevRuntime"],[933,59,305,12],[933,60,305,12,"jsxDEV"],[933,66,305,12],[933,68,305,13,"_reactNative"],[933,80,305,17],[933,81,305,17,"View"],[933,85,305,17],[934,14,305,18,"style"],[934,19,305,23],[934,21,305,25,"styles"],[934,27,305,31],[934,28,305,32,"tokenItemLeft"],[934,41,305,46],[935,14,305,46,"children"],[935,22,305,46],[935,38,306,14],[935,42,306,14,"_reactJsxDevRuntime"],[935,61,306,14],[935,62,306,14,"jsxDEV"],[935,68,306,14],[935,70,306,15,"_reactNative"],[935,82,306,20],[935,83,306,20,"Image"],[935,88,306,20],[936,16,307,16,"source"],[936,22,307,22],[936,24,307,24],[937,18,307,26,"uri"],[937,21,307,29],[937,23,307,31],[938,16,307,83],[938,17,307,85],[939,16,308,16,"style"],[939,21,308,21],[939,23,308,23,"styles"],[939,29,308,29],[939,30,308,30,"tokenIcon"],[940,14,308,40],[941,16,308,40,"fileName"],[941,24,308,40],[941,26,308,40,"_jsxFileName"],[941,38,308,40],[942,16,308,40,"lineNumber"],[942,26,308,40],[943,16,308,40,"columnNumber"],[943,28,308,40],[944,14,308,40],[944,21,309,15],[944,22,309,16],[944,37,310,14],[944,41,310,14,"_reactJsxDevRuntime"],[944,60,310,14],[944,61,310,14,"jsxDEV"],[944,67,310,14],[944,69,310,15,"_reactNative"],[944,81,310,19],[944,82,310,19,"View"],[944,86,310,19],[945,16,310,19,"children"],[945,24,310,19],[945,40,311,16],[945,44,311,16,"_reactJsxDevRuntime"],[945,63,311,16],[945,64,311,16,"jsxDEV"],[945,70,311,16],[945,72,311,17,"_reactNative"],[945,84,311,21],[945,85,311,21,"Text"],[945,89,311,21],[946,18,311,22,"style"],[946,23,311,27],[946,25,311,29,"styles"],[946,31,311,35],[946,32,311,36,"tokenItemName"],[946,45,311,50],[947,18,311,50,"children"],[947,26,311,50],[947,28,311,51],[948,16,311,54],[949,18,311,54,"fileName"],[949,26,311,54],[949,28,311,54,"_jsxFileName"],[949,40,311,54],[950,18,311,54,"lineNumber"],[950,28,311,54],[951,18,311,54,"columnNumber"],[951,30,311,54],[952,16,311,54],[952,23,311,60],[952,24,311,61],[952,39,312,16],[952,43,312,16,"_reactJsxDevRuntime"],[952,62,312,16],[952,63,312,16,"jsxDEV"],[952,69,312,16],[952,71,312,17,"_reactNative"],[952,83,312,21],[952,84,312,21,"Text"],[952,88,312,21],[953,18,312,22,"style"],[953,23,312,27],[953,25,312,29,"styles"],[953,31,312,35],[953,32,312,36,"tokenItemNetwork"],[953,48,312,53],[954,18,312,53,"children"],[954,26,312,53],[954,28,312,54],[955,16,312,61],[956,18,312,61,"fileName"],[956,26,312,61],[956,28,312,61,"_jsxFileName"],[956,40,312,61],[957,18,312,61,"lineNumber"],[957,28,312,61],[958,18,312,61,"columnNumber"],[958,30,312,61],[959,16,312,61],[959,23,312,67],[959,24,312,68],[960,14,312,68],[961,16,312,68,"fileName"],[961,24,312,68],[961,26,312,68,"_jsxFileName"],[961,38,312,68],[962,16,312,68,"lineNumber"],[962,26,312,68],[963,16,312,68,"columnNumber"],[963,28,312,68],[964,14,312,68],[964,21,313,20],[964,22,313,21],[965,12,313,21],[966,14,313,21,"fileName"],[966,22,313,21],[966,24,313,21,"_jsxFileName"],[966,36,313,21],[967,14,313,21,"lineNumber"],[967,24,313,21],[968,14,313,21,"columnNumber"],[968,26,313,21],[969,12,313,21],[969,19,314,18],[969,20,314,19],[969,35,315,12],[969,39,315,12,"_reactJsxDevRuntime"],[969,58,315,12],[969,59,315,12,"jsxDEV"],[969,65,315,12],[969,67,315,13,"_reactNative"],[969,79,315,17],[969,80,315,17,"View"],[969,84,315,17],[970,14,315,18,"style"],[970,19,315,23],[970,21,315,25,"styles"],[970,27,315,31],[970,28,315,32,"tokenItemRight"],[970,42,315,47],[971,14,315,47,"children"],[971,22,315,47],[971,38,316,14],[971,42,316,14,"_reactJsxDevRuntime"],[971,61,316,14],[971,62,316,14,"jsxDEV"],[971,68,316,14],[971,70,316,15,"_reactNative"],[971,82,316,19],[971,83,316,19,"Text"],[971,87,316,19],[972,16,316,20,"style"],[972,21,316,25],[972,23,316,27,"styles"],[972,29,316,33],[972,30,316,34,"tokenItemBalance"],[972,46,316,51],[973,16,316,51,"children"],[973,24,316,51],[973,26,316,52],[974,14,316,56],[975,16,316,56,"fileName"],[975,24,316,56],[975,26,316,56,"_jsxFileName"],[975,38,316,56],[976,16,316,56,"lineNumber"],[976,26,316,56],[977,16,316,56,"columnNumber"],[977,28,316,56],[978,14,316,56],[978,21,316,62],[978,22,316,63],[978,37,317,14],[978,41,317,14,"_reactJsxDevRuntime"],[978,60,317,14],[978,61,317,14,"jsxDEV"],[978,67,317,14],[978,69,317,15,"_reactNative"],[978,81,317,19],[978,82,317,19,"Text"],[978,86,317,19],[979,16,317,20,"style"],[979,21,317,25],[979,23,317,27,"styles"],[979,29,317,33],[979,30,317,34,"tokenItemUsd"],[979,42,317,47],[980,16,317,47,"children"],[980,24,317,47],[980,26,317,48],[981,14,317,53],[982,16,317,53,"fileName"],[982,24,317,53],[982,26,317,53,"_jsxFileName"],[982,38,317,53],[983,16,317,53,"lineNumber"],[983,26,317,53],[984,16,317,53,"columnNumber"],[984,28,317,53],[985,14,317,53],[985,21,317,59],[985,22,317,60],[986,12,317,60],[987,14,317,60,"fileName"],[987,22,317,60],[987,24,317,60,"_jsxFileName"],[987,36,317,60],[988,14,317,60,"lineNumber"],[988,24,317,60],[989,14,317,60,"columnNumber"],[989,26,317,60],[990,12,317,60],[990,19,318,18],[990,20,318,19],[991,10,318,19],[992,12,318,19,"fileName"],[992,20,318,19],[992,22,318,19,"_jsxFileName"],[992,34,318,19],[993,12,318,19,"lineNumber"],[993,22,318,19],[994,12,318,19,"columnNumber"],[994,24,318,19],[995,10,318,19],[995,17,319,16],[995,18,319,17],[995,33,322,10],[995,37,322,10,"_reactJsxDevRuntime"],[995,56,322,10],[995,57,322,10,"jsxDEV"],[995,63,322,10],[995,65,322,11,"_reactNative"],[995,77,322,15],[995,78,322,15,"View"],[995,82,322,15],[996,12,322,16,"style"],[996,17,322,21],[996,19,322,23,"styles"],[996,25,322,29],[996,26,322,30,"tokenItem"],[996,35,322,40],[997,12,322,40,"children"],[997,20,322,40],[997,36,323,12],[997,40,323,12,"_reactJsxDevRuntime"],[997,59,323,12],[997,60,323,12,"jsxDEV"],[997,66,323,12],[997,68,323,13,"_reactNative"],[997,80,323,17],[997,81,323,17,"View"],[997,85,323,17],[998,14,323,18,"style"],[998,19,323,23],[998,21,323,25,"styles"],[998,27,323,31],[998,28,323,32,"tokenItemLeft"],[998,41,323,46],[999,14,323,46,"children"],[999,22,323,46],[999,38,324,14],[999,42,324,14,"_reactJsxDevRuntime"],[999,61,324,14],[999,62,324,14,"jsxDEV"],[999,68,324,14],[999,70,324,15,"_reactNative"],[999,82,324,20],[999,83,324,20,"Image"],[999,88,324,20],[1000,16,325,16,"source"],[1000,22,325,22],[1000,24,325,24],[1001,18,325,26,"uri"],[1001,21,325,29],[1001,23,325,31],[1002,16,325,84],[1002,17,325,86],[1003,16,326,16,"style"],[1003,21,326,21],[1003,23,326,23,"styles"],[1003,29,326,29],[1003,30,326,30,"tokenIcon"],[1004,14,326,40],[1005,16,326,40,"fileName"],[1005,24,326,40],[1005,26,326,40,"_jsxFileName"],[1005,38,326,40],[1006,16,326,40,"lineNumber"],[1006,26,326,40],[1007,16,326,40,"columnNumber"],[1007,28,326,40],[1008,14,326,40],[1008,21,327,15],[1008,22,327,16],[1008,37,328,14],[1008,41,328,14,"_reactJsxDevRuntime"],[1008,60,328,14],[1008,61,328,14,"jsxDEV"],[1008,67,328,14],[1008,69,328,15,"_reactNative"],[1008,81,328,19],[1008,82,328,19,"View"],[1008,86,328,19],[1009,16,328,19,"children"],[1009,24,328,19],[1009,40,329,16],[1009,44,329,16,"_reactJsxDevRuntime"],[1009,63,329,16],[1009,64,329,16,"jsxDEV"],[1009,70,329,16],[1009,72,329,17,"_reactNative"],[1009,84,329,21],[1009,85,329,21,"Text"],[1009,89,329,21],[1010,18,329,22,"style"],[1010,23,329,27],[1010,25,329,29,"styles"],[1010,31,329,35],[1010,32,329,36,"tokenItemName"],[1010,45,329,50],[1011,18,329,50,"children"],[1011,26,329,50],[1011,28,329,51],[1012,16,329,54],[1013,18,329,54,"fileName"],[1013,26,329,54],[1013,28,329,54,"_jsxFileName"],[1013,40,329,54],[1014,18,329,54,"lineNumber"],[1014,28,329,54],[1015,18,329,54,"columnNumber"],[1015,30,329,54],[1016,16,329,54],[1016,23,329,60],[1016,24,329,61],[1016,39,330,16],[1016,43,330,16,"_reactJsxDevRuntime"],[1016,62,330,16],[1016,63,330,16,"jsxDEV"],[1016,69,330,16],[1016,71,330,17,"_reactNative"],[1016,83,330,21],[1016,84,330,21,"Text"],[1016,88,330,21],[1017,18,330,22,"style"],[1017,23,330,27],[1017,25,330,29,"styles"],[1017,31,330,35],[1017,32,330,36,"tokenItemNetwork"],[1017,48,330,53],[1018,18,330,53,"children"],[1018,26,330,53],[1018,28,330,54],[1019,16,330,62],[1020,18,330,62,"fileName"],[1020,26,330,62],[1020,28,330,62,"_jsxFileName"],[1020,40,330,62],[1021,18,330,62,"lineNumber"],[1021,28,330,62],[1022,18,330,62,"columnNumber"],[1022,30,330,62],[1023,16,330,62],[1023,23,330,68],[1023,24,330,69],[1024,14,330,69],[1025,16,330,69,"fileName"],[1025,24,330,69],[1025,26,330,69,"_jsxFileName"],[1025,38,330,69],[1026,16,330,69,"lineNumber"],[1026,26,330,69],[1027,16,330,69,"columnNumber"],[1027,28,330,69],[1028,14,330,69],[1028,21,331,20],[1028,22,331,21],[1029,12,331,21],[1030,14,331,21,"fileName"],[1030,22,331,21],[1030,24,331,21,"_jsxFileName"],[1030,36,331,21],[1031,14,331,21,"lineNumber"],[1031,24,331,21],[1032,14,331,21,"columnNumber"],[1032,26,331,21],[1033,12,331,21],[1033,19,332,18],[1033,20,332,19],[1033,35,333,12],[1033,39,333,12,"_reactJsxDevRuntime"],[1033,58,333,12],[1033,59,333,12,"jsxDEV"],[1033,65,333,12],[1033,67,333,13,"_reactNative"],[1033,79,333,17],[1033,80,333,17,"View"],[1033,84,333,17],[1034,14,333,18,"style"],[1034,19,333,23],[1034,21,333,25,"styles"],[1034,27,333,31],[1034,28,333,32,"tokenItemRight"],[1034,42,333,47],[1035,14,333,47,"children"],[1035,22,333,47],[1035,38,334,14],[1035,42,334,14,"_reactJsxDevRuntime"],[1035,61,334,14],[1035,62,334,14,"jsxDEV"],[1035,68,334,14],[1035,70,334,15,"_reactNative"],[1035,82,334,19],[1035,83,334,19,"Text"],[1035,87,334,19],[1036,16,334,20,"style"],[1036,21,334,25],[1036,23,334,27,"styles"],[1036,29,334,33],[1036,30,334,34,"tokenItemBalance"],[1036,46,334,51],[1037,16,334,51,"children"],[1037,24,334,51],[1037,26,334,52],[1038,14,334,56],[1039,16,334,56,"fileName"],[1039,24,334,56],[1039,26,334,56,"_jsxFileName"],[1039,38,334,56],[1040,16,334,56,"lineNumber"],[1040,26,334,56],[1041,16,334,56,"columnNumber"],[1041,28,334,56],[1042,14,334,56],[1042,21,334,62],[1042,22,334,63],[1042,37,335,14],[1042,41,335,14,"_reactJsxDevRuntime"],[1042,60,335,14],[1042,61,335,14,"jsxDEV"],[1042,67,335,14],[1042,69,335,15,"_reactNative"],[1042,81,335,19],[1042,82,335,19,"Text"],[1042,86,335,19],[1043,16,335,20,"style"],[1043,21,335,25],[1043,23,335,27,"styles"],[1043,29,335,33],[1043,30,335,34,"tokenItemUsd"],[1043,42,335,47],[1044,16,335,47,"children"],[1044,24,335,47],[1044,26,335,48],[1045,14,335,53],[1046,16,335,53,"fileName"],[1046,24,335,53],[1046,26,335,53,"_jsxFileName"],[1046,38,335,53],[1047,16,335,53,"lineNumber"],[1047,26,335,53],[1048,16,335,53,"columnNumber"],[1048,28,335,53],[1049,14,335,53],[1049,21,335,59],[1049,22,335,60],[1050,12,335,60],[1051,14,335,60,"fileName"],[1051,22,335,60],[1051,24,335,60,"_jsxFileName"],[1051,36,335,60],[1052,14,335,60,"lineNumber"],[1052,24,335,60],[1053,14,335,60,"columnNumber"],[1053,26,335,60],[1054,12,335,60],[1054,19,336,18],[1054,20,336,19],[1055,10,336,19],[1056,12,336,19,"fileName"],[1056,20,336,19],[1056,22,336,19,"_jsxFileName"],[1056,34,336,19],[1057,12,336,19,"lineNumber"],[1057,22,336,19],[1058,12,336,19,"columnNumber"],[1058,24,336,19],[1059,10,336,19],[1059,17,337,16],[1059,18,337,17],[1059,33,340,10],[1059,37,340,10,"_reactJsxDevRuntime"],[1059,56,340,10],[1059,57,340,10,"jsxDEV"],[1059,63,340,10],[1059,65,340,11,"_reactNative"],[1059,77,340,15],[1059,78,340,15,"View"],[1059,82,340,15],[1060,12,340,16,"style"],[1060,17,340,21],[1060,19,340,23,"styles"],[1060,25,340,29],[1060,26,340,30,"tokenItem"],[1060,35,340,40],[1061,12,340,40,"children"],[1061,20,340,40],[1061,36,341,12],[1061,40,341,12,"_reactJsxDevRuntime"],[1061,59,341,12],[1061,60,341,12,"jsxDEV"],[1061,66,341,12],[1061,68,341,13,"_reactNative"],[1061,80,341,17],[1061,81,341,17,"View"],[1061,85,341,17],[1062,14,341,18,"style"],[1062,19,341,23],[1062,21,341,25,"styles"],[1062,27,341,31],[1062,28,341,32,"tokenItemLeft"],[1062,41,341,46],[1063,14,341,46,"children"],[1063,22,341,46],[1063,38,342,14],[1063,42,342,14,"_reactJsxDevRuntime"],[1063,61,342,14],[1063,62,342,14,"jsxDEV"],[1063,68,342,14],[1063,70,342,15,"_reactNative"],[1063,82,342,20],[1063,83,342,20,"Image"],[1063,88,342,20],[1064,16,343,16,"source"],[1064,22,343,22],[1064,24,343,24],[1065,18,343,26,"uri"],[1065,21,343,29],[1065,23,343,31],[1066,16,343,79],[1066,17,343,81],[1067,16,344,16,"style"],[1067,21,344,21],[1067,23,344,23,"styles"],[1067,29,344,29],[1067,30,344,30,"tokenIcon"],[1068,14,344,40],[1069,16,344,40,"fileName"],[1069,24,344,40],[1069,26,344,40,"_jsxFileName"],[1069,38,344,40],[1070,16,344,40,"lineNumber"],[1070,26,344,40],[1071,16,344,40,"columnNumber"],[1071,28,344,40],[1072,14,344,40],[1072,21,345,15],[1072,22,345,16],[1072,37,346,14],[1072,41,346,14,"_reactJsxDevRuntime"],[1072,60,346,14],[1072,61,346,14,"jsxDEV"],[1072,67,346,14],[1072,69,346,15,"_reactNative"],[1072,81,346,19],[1072,82,346,19,"View"],[1072,86,346,19],[1073,16,346,19,"children"],[1073,24,346,19],[1073,40,347,16],[1073,44,347,16,"_reactJsxDevRuntime"],[1073,63,347,16],[1073,64,347,16,"jsxDEV"],[1073,70,347,16],[1073,72,347,17,"_reactNative"],[1073,84,347,21],[1073,85,347,21,"Text"],[1073,89,347,21],[1074,18,347,22,"style"],[1074,23,347,27],[1074,25,347,29,"styles"],[1074,31,347,35],[1074,32,347,36,"tokenItemName"],[1074,45,347,50],[1075,18,347,50,"children"],[1075,26,347,50],[1075,28,347,51],[1076,16,347,54],[1077,18,347,54,"fileName"],[1077,26,347,54],[1077,28,347,54,"_jsxFileName"],[1077,40,347,54],[1078,18,347,54,"lineNumber"],[1078,28,347,54],[1079,18,347,54,"columnNumber"],[1079,30,347,54],[1080,16,347,54],[1080,23,347,60],[1080,24,347,61],[1080,39,348,16],[1080,43,348,16,"_reactJsxDevRuntime"],[1080,62,348,16],[1080,63,348,16,"jsxDEV"],[1080,69,348,16],[1080,71,348,17,"_reactNative"],[1080,83,348,21],[1080,84,348,21,"Text"],[1080,88,348,21],[1081,18,348,22,"style"],[1081,23,348,27],[1081,25,348,29,"styles"],[1081,31,348,35],[1081,32,348,36,"tokenItemNetwork"],[1081,48,348,53],[1082,18,348,53,"children"],[1082,26,348,53],[1082,28,348,54],[1083,16,348,73],[1084,18,348,73,"fileName"],[1084,26,348,73],[1084,28,348,73,"_jsxFileName"],[1084,40,348,73],[1085,18,348,73,"lineNumber"],[1085,28,348,73],[1086,18,348,73,"columnNumber"],[1086,30,348,73],[1087,16,348,73],[1087,23,348,79],[1087,24,348,80],[1088,14,348,80],[1089,16,348,80,"fileName"],[1089,24,348,80],[1089,26,348,80,"_jsxFileName"],[1089,38,348,80],[1090,16,348,80,"lineNumber"],[1090,26,348,80],[1091,16,348,80,"columnNumber"],[1091,28,348,80],[1092,14,348,80],[1092,21,349,20],[1092,22,349,21],[1093,12,349,21],[1094,14,349,21,"fileName"],[1094,22,349,21],[1094,24,349,21,"_jsxFileName"],[1094,36,349,21],[1095,14,349,21,"lineNumber"],[1095,24,349,21],[1096,14,349,21,"columnNumber"],[1096,26,349,21],[1097,12,349,21],[1097,19,350,18],[1097,20,350,19],[1097,35,351,12],[1097,39,351,12,"_reactJsxDevRuntime"],[1097,58,351,12],[1097,59,351,12,"jsxDEV"],[1097,65,351,12],[1097,67,351,13,"_reactNative"],[1097,79,351,17],[1097,80,351,17,"View"],[1097,84,351,17],[1098,14,351,18,"style"],[1098,19,351,23],[1098,21,351,25,"styles"],[1098,27,351,31],[1098,28,351,32,"tokenItemRight"],[1098,42,351,47],[1099,14,351,47,"children"],[1099,22,351,47],[1099,38,352,14],[1099,42,352,14,"_reactJsxDevRuntime"],[1099,61,352,14],[1099,62,352,14,"jsxDEV"],[1099,68,352,14],[1099,70,352,15,"_reactNative"],[1099,82,352,19],[1099,83,352,19,"Text"],[1099,87,352,19],[1100,16,352,20,"style"],[1100,21,352,25],[1100,23,352,27,"styles"],[1100,29,352,33],[1100,30,352,34,"tokenItemBalance"],[1100,46,352,51],[1101,16,352,51,"children"],[1101,24,352,51],[1101,26,352,52],[1102,14,352,56],[1103,16,352,56,"fileName"],[1103,24,352,56],[1103,26,352,56,"_jsxFileName"],[1103,38,352,56],[1104,16,352,56,"lineNumber"],[1104,26,352,56],[1105,16,352,56,"columnNumber"],[1105,28,352,56],[1106,14,352,56],[1106,21,352,62],[1106,22,352,63],[1106,37,353,14],[1106,41,353,14,"_reactJsxDevRuntime"],[1106,60,353,14],[1106,61,353,14,"jsxDEV"],[1106,67,353,14],[1106,69,353,15,"_reactNative"],[1106,81,353,19],[1106,82,353,19,"Text"],[1106,86,353,19],[1107,16,353,20,"style"],[1107,21,353,25],[1107,23,353,27,"styles"],[1107,29,353,33],[1107,30,353,34,"tokenItemUsd"],[1107,42,353,47],[1108,16,353,47,"children"],[1108,24,353,47],[1108,26,353,48],[1109,14,353,53],[1110,16,353,53,"fileName"],[1110,24,353,53],[1110,26,353,53,"_jsxFileName"],[1110,38,353,53],[1111,16,353,53,"lineNumber"],[1111,26,353,53],[1112,16,353,53,"columnNumber"],[1112,28,353,53],[1113,14,353,53],[1113,21,353,59],[1113,22,353,60],[1114,12,353,60],[1115,14,353,60,"fileName"],[1115,22,353,60],[1115,24,353,60,"_jsxFileName"],[1115,36,353,60],[1116,14,353,60,"lineNumber"],[1116,24,353,60],[1117,14,353,60,"columnNumber"],[1117,26,353,60],[1118,12,353,60],[1118,19,354,18],[1118,20,354,19],[1119,10,354,19],[1120,12,354,19,"fileName"],[1120,20,354,19],[1120,22,354,19,"_jsxFileName"],[1120,34,354,19],[1121,12,354,19,"lineNumber"],[1121,22,354,19],[1122,12,354,19,"columnNumber"],[1122,24,354,19],[1123,10,354,19],[1123,17,355,16],[1123,18,355,17],[1123,33,358,10],[1123,37,358,10,"_reactJsxDevRuntime"],[1123,56,358,10],[1123,57,358,10,"jsxDEV"],[1123,63,358,10],[1123,65,358,11,"_reactNative"],[1123,77,358,15],[1123,78,358,15,"View"],[1123,82,358,15],[1124,12,358,16,"style"],[1124,17,358,21],[1124,19,358,23,"styles"],[1124,25,358,29],[1124,26,358,30,"tokenItem"],[1124,35,358,40],[1125,12,358,40,"children"],[1125,20,358,40],[1125,36,359,12],[1125,40,359,12,"_reactJsxDevRuntime"],[1125,59,359,12],[1125,60,359,12,"jsxDEV"],[1125,66,359,12],[1125,68,359,13,"_reactNative"],[1125,80,359,17],[1125,81,359,17,"View"],[1125,85,359,17],[1126,14,359,18,"style"],[1126,19,359,23],[1126,21,359,25,"styles"],[1126,27,359,31],[1126,28,359,32,"tokenItemLeft"],[1126,41,359,46],[1127,14,359,46,"children"],[1127,22,359,46],[1127,38,360,14],[1127,42,360,14,"_reactJsxDevRuntime"],[1127,61,360,14],[1127,62,360,14,"jsxDEV"],[1127,68,360,14],[1127,70,360,15,"_reactNative"],[1127,82,360,20],[1127,83,360,20,"Image"],[1127,88,360,20],[1128,16,361,16,"source"],[1128,22,361,22],[1128,24,361,24],[1129,18,361,26,"uri"],[1129,21,361,29],[1129,23,361,31],[1130,16,361,83],[1130,17,361,85],[1131,16,362,16,"style"],[1131,21,362,21],[1131,23,362,23,"styles"],[1131,29,362,29],[1131,30,362,30,"tokenIcon"],[1132,14,362,40],[1133,16,362,40,"fileName"],[1133,24,362,40],[1133,26,362,40,"_jsxFileName"],[1133,38,362,40],[1134,16,362,40,"lineNumber"],[1134,26,362,40],[1135,16,362,40,"columnNumber"],[1135,28,362,40],[1136,14,362,40],[1136,21,363,15],[1136,22,363,16],[1136,37,364,14],[1136,41,364,14,"_reactJsxDevRuntime"],[1136,60,364,14],[1136,61,364,14,"jsxDEV"],[1136,67,364,14],[1136,69,364,15,"_reactNative"],[1136,81,364,19],[1136,82,364,19,"View"],[1136,86,364,19],[1137,16,364,19,"children"],[1137,24,364,19],[1137,40,365,16],[1137,44,365,16,"_reactJsxDevRuntime"],[1137,63,365,16],[1137,64,365,16,"jsxDEV"],[1137,70,365,16],[1137,72,365,17,"_reactNative"],[1137,84,365,21],[1137,85,365,21,"Text"],[1137,89,365,21],[1138,18,365,22,"style"],[1138,23,365,27],[1138,25,365,29,"styles"],[1138,31,365,35],[1138,32,365,36,"tokenItemName"],[1138,45,365,50],[1139,18,365,50,"children"],[1139,26,365,50],[1139,28,365,51],[1140,16,365,54],[1141,18,365,54,"fileName"],[1141,26,365,54],[1141,28,365,54,"_jsxFileName"],[1141,40,365,54],[1142,18,365,54,"lineNumber"],[1142,28,365,54],[1143,18,365,54,"columnNumber"],[1143,30,365,54],[1144,16,365,54],[1144,23,365,60],[1144,24,365,61],[1144,39,366,16],[1144,43,366,16,"_reactJsxDevRuntime"],[1144,62,366,16],[1144,63,366,16,"jsxDEV"],[1144,69,366,16],[1144,71,366,17,"_reactNative"],[1144,83,366,21],[1144,84,366,21,"Text"],[1144,88,366,21],[1145,18,366,22,"style"],[1145,23,366,27],[1145,25,366,29,"styles"],[1145,31,366,35],[1145,32,366,36,"tokenItemNetwork"],[1145,48,366,53],[1146,18,366,53,"children"],[1146,26,366,53],[1146,28,366,54],[1147,16,366,61],[1148,18,366,61,"fileName"],[1148,26,366,61],[1148,28,366,61,"_jsxFileName"],[1148,40,366,61],[1149,18,366,61,"lineNumber"],[1149,28,366,61],[1150,18,366,61,"columnNumber"],[1150,30,366,61],[1151,16,366,61],[1151,23,366,67],[1151,24,366,68],[1152,14,366,68],[1153,16,366,68,"fileName"],[1153,24,366,68],[1153,26,366,68,"_jsxFileName"],[1153,38,366,68],[1154,16,366,68,"lineNumber"],[1154,26,366,68],[1155,16,366,68,"columnNumber"],[1155,28,366,68],[1156,14,366,68],[1156,21,367,20],[1156,22,367,21],[1157,12,367,21],[1158,14,367,21,"fileName"],[1158,22,367,21],[1158,24,367,21,"_jsxFileName"],[1158,36,367,21],[1159,14,367,21,"lineNumber"],[1159,24,367,21],[1160,14,367,21,"columnNumber"],[1160,26,367,21],[1161,12,367,21],[1161,19,368,18],[1161,20,368,19],[1161,35,369,12],[1161,39,369,12,"_reactJsxDevRuntime"],[1161,58,369,12],[1161,59,369,12,"jsxDEV"],[1161,65,369,12],[1161,67,369,13,"_reactNative"],[1161,79,369,17],[1161,80,369,17,"View"],[1161,84,369,17],[1162,14,369,18,"style"],[1162,19,369,23],[1162,21,369,25,"styles"],[1162,27,369,31],[1162,28,369,32,"tokenItemRight"],[1162,42,369,47],[1163,14,369,47,"children"],[1163,22,369,47],[1163,38,370,14],[1163,42,370,14,"_reactJsxDevRuntime"],[1163,61,370,14],[1163,62,370,14,"jsxDEV"],[1163,68,370,14],[1163,70,370,15,"_reactNative"],[1163,82,370,19],[1163,83,370,19,"Text"],[1163,87,370,19],[1164,16,370,20,"style"],[1164,21,370,25],[1164,23,370,27,"styles"],[1164,29,370,33],[1164,30,370,34,"tokenItemBalance"],[1164,46,370,51],[1165,16,370,51,"children"],[1165,24,370,51],[1165,26,370,52],[1166,14,370,56],[1167,16,370,56,"fileName"],[1167,24,370,56],[1167,26,370,56,"_jsxFileName"],[1167,38,370,56],[1168,16,370,56,"lineNumber"],[1168,26,370,56],[1169,16,370,56,"columnNumber"],[1169,28,370,56],[1170,14,370,56],[1170,21,370,62],[1170,22,370,63],[1170,37,371,14],[1170,41,371,14,"_reactJsxDevRuntime"],[1170,60,371,14],[1170,61,371,14,"jsxDEV"],[1170,67,371,14],[1170,69,371,15,"_reactNative"],[1170,81,371,19],[1170,82,371,19,"Text"],[1170,86,371,19],[1171,16,371,20,"style"],[1171,21,371,25],[1171,23,371,27,"styles"],[1171,29,371,33],[1171,30,371,34,"tokenItemUsd"],[1171,42,371,47],[1172,16,371,47,"children"],[1172,24,371,47],[1172,26,371,48],[1173,14,371,53],[1174,16,371,53,"fileName"],[1174,24,371,53],[1174,26,371,53,"_jsxFileName"],[1174,38,371,53],[1175,16,371,53,"lineNumber"],[1175,26,371,53],[1176,16,371,53,"columnNumber"],[1176,28,371,53],[1177,14,371,53],[1177,21,371,59],[1177,22,371,60],[1178,12,371,60],[1179,14,371,60,"fileName"],[1179,22,371,60],[1179,24,371,60,"_jsxFileName"],[1179,36,371,60],[1180,14,371,60,"lineNumber"],[1180,24,371,60],[1181,14,371,60,"columnNumber"],[1181,26,371,60],[1182,12,371,60],[1182,19,372,18],[1182,20,372,19],[1183,10,372,19],[1184,12,372,19,"fileName"],[1184,20,372,19],[1184,22,372,19,"_jsxFileName"],[1184,34,372,19],[1185,12,372,19,"lineNumber"],[1185,22,372,19],[1186,12,372,19,"columnNumber"],[1186,24,372,19],[1187,10,372,19],[1187,17,373,16],[1187,18,373,17],[1187,33,376,10],[1187,37,376,10,"_reactJsxDevRuntime"],[1187,56,376,10],[1187,57,376,10,"jsxDEV"],[1187,63,376,10],[1187,65,376,11,"_reactNative"],[1187,77,376,15],[1187,78,376,15,"View"],[1187,82,376,15],[1188,12,376,16,"style"],[1188,17,376,21],[1188,19,376,23,"styles"],[1188,25,376,29],[1188,26,376,30,"tokenItem"],[1188,35,376,40],[1189,12,376,40,"children"],[1189,20,376,40],[1189,36,377,12],[1189,40,377,12,"_reactJsxDevRuntime"],[1189,59,377,12],[1189,60,377,12,"jsxDEV"],[1189,66,377,12],[1189,68,377,13,"_reactNative"],[1189,80,377,17],[1189,81,377,17,"View"],[1189,85,377,17],[1190,14,377,18,"style"],[1190,19,377,23],[1190,21,377,25,"styles"],[1190,27,377,31],[1190,28,377,32,"tokenItemLeft"],[1190,41,377,46],[1191,14,377,46,"children"],[1191,22,377,46],[1191,38,378,14],[1191,42,378,14,"_reactJsxDevRuntime"],[1191,61,378,14],[1191,62,378,14,"jsxDEV"],[1191,68,378,14],[1191,70,378,15,"_reactNative"],[1191,82,378,20],[1191,83,378,20,"Image"],[1191,88,378,20],[1192,16,379,16,"source"],[1192,22,379,22],[1192,24,379,24],[1193,18,379,26,"uri"],[1193,21,379,29],[1193,23,379,31],[1194,16,379,82],[1194,17,379,84],[1195,16,380,16,"style"],[1195,21,380,21],[1195,23,380,23,"styles"],[1195,29,380,29],[1195,30,380,30,"tokenIcon"],[1196,14,380,40],[1197,16,380,40,"fileName"],[1197,24,380,40],[1197,26,380,40,"_jsxFileName"],[1197,38,380,40],[1198,16,380,40,"lineNumber"],[1198,26,380,40],[1199,16,380,40,"columnNumber"],[1199,28,380,40],[1200,14,380,40],[1200,21,381,15],[1200,22,381,16],[1200,37,382,14],[1200,41,382,14,"_reactJsxDevRuntime"],[1200,60,382,14],[1200,61,382,14,"jsxDEV"],[1200,67,382,14],[1200,69,382,15,"_reactNative"],[1200,81,382,19],[1200,82,382,19,"View"],[1200,86,382,19],[1201,16,382,19,"children"],[1201,24,382,19],[1201,40,383,16],[1201,44,383,16,"_reactJsxDevRuntime"],[1201,63,383,16],[1201,64,383,16,"jsxDEV"],[1201,70,383,16],[1201,72,383,17,"_reactNative"],[1201,84,383,21],[1201,85,383,21,"Text"],[1201,89,383,21],[1202,18,383,22,"style"],[1202,23,383,27],[1202,25,383,29,"styles"],[1202,31,383,35],[1202,32,383,36,"tokenItemName"],[1202,45,383,50],[1203,18,383,50,"children"],[1203,26,383,50],[1203,28,383,51],[1204,16,383,54],[1205,18,383,54,"fileName"],[1205,26,383,54],[1205,28,383,54,"_jsxFileName"],[1205,40,383,54],[1206,18,383,54,"lineNumber"],[1206,28,383,54],[1207,18,383,54,"columnNumber"],[1207,30,383,54],[1208,16,383,54],[1208,23,383,60],[1208,24,383,61],[1208,39,384,16],[1208,43,384,16,"_reactJsxDevRuntime"],[1208,62,384,16],[1208,63,384,16,"jsxDEV"],[1208,69,384,16],[1208,71,384,17,"_reactNative"],[1208,83,384,21],[1208,84,384,21,"Text"],[1208,88,384,21],[1209,18,384,22,"style"],[1209,23,384,27],[1209,25,384,29,"styles"],[1209,31,384,35],[1209,32,384,36,"tokenItemNetwork"],[1209,48,384,53],[1210,18,384,53,"children"],[1210,26,384,53],[1210,28,384,54],[1211,16,384,60],[1212,18,384,60,"fileName"],[1212,26,384,60],[1212,28,384,60,"_jsxFileName"],[1212,40,384,60],[1213,18,384,60,"lineNumber"],[1213,28,384,60],[1214,18,384,60,"columnNumber"],[1214,30,384,60],[1215,16,384,60],[1215,23,384,66],[1215,24,384,67],[1216,14,384,67],[1217,16,384,67,"fileName"],[1217,24,384,67],[1217,26,384,67,"_jsxFileName"],[1217,38,384,67],[1218,16,384,67,"lineNumber"],[1218,26,384,67],[1219,16,384,67,"columnNumber"],[1219,28,384,67],[1220,14,384,67],[1220,21,385,20],[1220,22,385,21],[1221,12,385,21],[1222,14,385,21,"fileName"],[1222,22,385,21],[1222,24,385,21,"_jsxFileName"],[1222,36,385,21],[1223,14,385,21,"lineNumber"],[1223,24,385,21],[1224,14,385,21,"columnNumber"],[1224,26,385,21],[1225,12,385,21],[1225,19,386,18],[1225,20,386,19],[1225,35,387,12],[1225,39,387,12,"_reactJsxDevRuntime"],[1225,58,387,12],[1225,59,387,12,"jsxDEV"],[1225,65,387,12],[1225,67,387,13,"_reactNative"],[1225,79,387,17],[1225,80,387,17,"View"],[1225,84,387,17],[1226,14,387,18,"style"],[1226,19,387,23],[1226,21,387,25,"styles"],[1226,27,387,31],[1226,28,387,32,"tokenItemRight"],[1226,42,387,47],[1227,14,387,47,"children"],[1227,22,387,47],[1227,38,388,14],[1227,42,388,14,"_reactJsxDevRuntime"],[1227,61,388,14],[1227,62,388,14,"jsxDEV"],[1227,68,388,14],[1227,70,388,15,"_reactNative"],[1227,82,388,19],[1227,83,388,19,"Text"],[1227,87,388,19],[1228,16,388,20,"style"],[1228,21,388,25],[1228,23,388,27,"styles"],[1228,29,388,33],[1228,30,388,34,"tokenItemBalance"],[1228,46,388,51],[1229,16,388,51,"children"],[1229,24,388,51],[1229,26,388,52],[1230,14,388,56],[1231,16,388,56,"fileName"],[1231,24,388,56],[1231,26,388,56,"_jsxFileName"],[1231,38,388,56],[1232,16,388,56,"lineNumber"],[1232,26,388,56],[1233,16,388,56,"columnNumber"],[1233,28,388,56],[1234,14,388,56],[1234,21,388,62],[1234,22,388,63],[1234,37,389,14],[1234,41,389,14,"_reactJsxDevRuntime"],[1234,60,389,14],[1234,61,389,14,"jsxDEV"],[1234,67,389,14],[1234,69,389,15,"_reactNative"],[1234,81,389,19],[1234,82,389,19,"Text"],[1234,86,389,19],[1235,16,389,20,"style"],[1235,21,389,25],[1235,23,389,27,"styles"],[1235,29,389,33],[1235,30,389,34,"tokenItemUsd"],[1235,42,389,47],[1236,16,389,47,"children"],[1236,24,389,47],[1236,26,389,48],[1237,14,389,53],[1238,16,389,53,"fileName"],[1238,24,389,53],[1238,26,389,53,"_jsxFileName"],[1238,38,389,53],[1239,16,389,53,"lineNumber"],[1239,26,389,53],[1240,16,389,53,"columnNumber"],[1240,28,389,53],[1241,14,389,53],[1241,21,389,59],[1241,22,389,60],[1242,12,389,60],[1243,14,389,60,"fileName"],[1243,22,389,60],[1243,24,389,60,"_jsxFileName"],[1243,36,389,60],[1244,14,389,60,"lineNumber"],[1244,24,389,60],[1245,14,389,60,"columnNumber"],[1245,26,389,60],[1246,12,389,60],[1246,19,390,18],[1246,20,390,19],[1247,10,390,19],[1248,12,390,19,"fileName"],[1248,20,390,19],[1248,22,390,19,"_jsxFileName"],[1248,34,390,19],[1249,12,390,19,"lineNumber"],[1249,22,390,19],[1250,12,390,19,"columnNumber"],[1250,24,390,19],[1251,10,390,19],[1251,17,391,16],[1251,18,391,17],[1252,8,391,17],[1253,10,391,17,"fileName"],[1253,18,391,17],[1253,20,391,17,"_jsxFileName"],[1253,32,391,17],[1254,10,391,17,"lineNumber"],[1254,20,391,17],[1255,10,391,17,"columnNumber"],[1255,22,391,17],[1256,8,391,17],[1256,15,392,14],[1256,16,392,15],[1257,6,392,15],[1258,8,392,15,"fileName"],[1258,16,392,15],[1258,18,392,15,"_jsxFileName"],[1258,30,392,15],[1259,8,392,15,"lineNumber"],[1259,18,392,15],[1260,8,392,15,"columnNumber"],[1260,20,392,15],[1261,6,392,15],[1261,13,393,18],[1262,4,393,19],[1263,6,393,19,"fileName"],[1263,14,393,19],[1263,16,393,19,"_jsxFileName"],[1263,28,393,19],[1264,6,393,19,"lineNumber"],[1264,16,393,19],[1265,6,393,19,"columnNumber"],[1265,18,393,19],[1266,4,393,19],[1266,11,394,10],[1266,12,394,11],[1267,2,396,0],[1268,2,396,1,"_s2"],[1268,5,396,1],[1268,6,118,9,"WalletTab"],[1268,15,118,18],[1269,4,118,18],[1269,12,119,19,"useAuth"],[1269,32,119,26],[1269,33,119,26,"useAuth"],[1269,40,119,26],[1269,42,120,17,"useSafeAreaInsets"],[1269,69,120,34],[1269,70,120,34,"useSafeAreaInsets"],[1269,87,120,34],[1270,2,120,34],[1271,2,120,34,"_c2"],[1271,5,120,34],[1271,8,118,9,"WalletTab"],[1271,17,118,18],[1272,2,398,0],[1272,11,398,9,"CitizensTab"],[1272,22,398,20,"CitizensTab"],[1272,23,398,20],[1272,25,398,23],[1273,4,399,2],[1273,24,400,4],[1273,28,400,4,"_reactJsxDevRuntime"],[1273,47,400,4],[1273,48,400,4,"jsxDEV"],[1273,54,400,4],[1273,56,400,5,"_reactNative"],[1273,68,400,9],[1273,69,400,9,"View"],[1273,73,400,9],[1274,6,400,10,"style"],[1274,11,400,15],[1274,13,400,17,"styles"],[1274,19,400,23],[1274,20,400,24,"container"],[1274,29,400,34],[1275,6,400,34,"children"],[1275,14,400,34],[1275,29,401,6],[1275,33,401,6,"_reactJsxDevRuntime"],[1275,52,401,6],[1275,53,401,6,"jsxDEV"],[1275,59,401,6],[1275,61,401,7,"_reactNative"],[1275,73,401,11],[1275,74,401,11,"Text"],[1275,78,401,11],[1276,8,401,12,"style"],[1276,13,401,17],[1276,15,401,19,"styles"],[1276,21,401,25],[1276,22,401,26,"placeholderText"],[1276,37,401,42],[1277,8,401,42,"children"],[1277,16,401,42],[1277,18,401,43],[1278,6,401,58],[1279,8,401,58,"fileName"],[1279,16,401,58],[1279,18,401,58,"_jsxFileName"],[1279,30,401,58],[1280,8,401,58,"lineNumber"],[1280,18,401,58],[1281,8,401,58,"columnNumber"],[1281,20,401,58],[1282,6,401,58],[1282,13,401,64],[1283,4,401,65],[1284,6,401,65,"fileName"],[1284,14,401,65],[1284,16,401,65,"_jsxFileName"],[1284,28,401,65],[1285,6,401,65,"lineNumber"],[1285,16,401,65],[1286,6,401,65,"columnNumber"],[1286,18,401,65],[1287,4,401,65],[1287,11,402,10],[1287,12,402,11],[1288,2,404,0],[1289,2,404,1,"_c3"],[1289,5,404,1],[1289,8,398,9,"CitizensTab"],[1289,19,398,20],[1290,2,406,0],[1290,11,406,9,"ReferralTab"],[1290,22,406,20,"ReferralTab"],[1290,23,406,20],[1290,25,406,23],[1291,4,407,2],[1291,24,408,4],[1291,28,408,4,"_reactJsxDevRuntime"],[1291,47,408,4],[1291,48,408,4,"jsxDEV"],[1291,54,408,4],[1291,56,408,5,"_reactNative"],[1291,68,408,9],[1291,69,408,9,"View"],[1291,73,408,9],[1292,6,408,10,"style"],[1292,11,408,15],[1292,13,408,17,"styles"],[1292,19,408,23],[1292,20,408,24,"container"],[1292,29,408,34],[1293,6,408,34,"children"],[1293,14,408,34],[1293,29,409,6],[1293,33,409,6,"_reactJsxDevRuntime"],[1293,52,409,6],[1293,53,409,6,"jsxDEV"],[1293,59,409,6],[1293,61,409,7,"_reactNative"],[1293,73,409,11],[1293,74,409,11,"Text"],[1293,78,409,11],[1294,8,409,12,"style"],[1294,13,409,17],[1294,15,409,19,"styles"],[1294,21,409,25],[1294,22,409,26,"placeholderText"],[1294,37,409,42],[1295,8,409,42,"children"],[1295,16,409,42],[1295,18,409,43],[1296,6,409,58],[1297,8,409,58,"fileName"],[1297,16,409,58],[1297,18,409,58,"_jsxFileName"],[1297,30,409,58],[1298,8,409,58,"lineNumber"],[1298,18,409,58],[1299,8,409,58,"columnNumber"],[1299,20,409,58],[1300,6,409,58],[1300,13,409,64],[1301,4,409,65],[1302,6,409,65,"fileName"],[1302,14,409,65],[1302,16,409,65,"_jsxFileName"],[1302,28,409,65],[1303,6,409,65,"lineNumber"],[1303,16,409,65],[1304,6,409,65,"columnNumber"],[1304,18,409,65],[1305,4,409,65],[1305,11,410,10],[1305,12,410,11],[1306,2,412,0],[1307,2,412,1,"_c4"],[1307,5,412,1],[1307,8,406,9,"ReferralTab"],[1307,19,406,20],[1308,2,414,0],[1308,11,414,9,"ProfileTab"],[1308,21,414,19,"ProfileTab"],[1308,22,414,19],[1308,24,414,22],[1309,4,415,2],[1309,24,416,4],[1309,28,416,4,"_reactJsxDevRuntime"],[1309,47,416,4],[1309,48,416,4,"jsxDEV"],[1309,54,416,4],[1309,56,416,5,"_reactNative"],[1309,68,416,9],[1309,69,416,9,"View"],[1309,73,416,9],[1310,6,416,10,"style"],[1310,11,416,15],[1310,13,416,17,"styles"],[1310,19,416,23],[1310,20,416,24,"container"],[1310,29,416,34],[1311,6,416,34,"children"],[1311,14,416,34],[1311,29,417,6],[1311,33,417,6,"_reactJsxDevRuntime"],[1311,52,417,6],[1311,53,417,6,"jsxDEV"],[1311,59,417,6],[1311,61,417,7,"_reactNative"],[1311,73,417,11],[1311,74,417,11,"Text"],[1311,78,417,11],[1312,8,417,12,"style"],[1312,13,417,17],[1312,15,417,19,"styles"],[1312,21,417,25],[1312,22,417,26,"placeholderText"],[1312,37,417,42],[1313,8,417,42,"children"],[1313,16,417,42],[1313,18,417,43],[1314,6,417,57],[1315,8,417,57,"fileName"],[1315,16,417,57],[1315,18,417,57,"_jsxFileName"],[1315,30,417,57],[1316,8,417,57,"lineNumber"],[1316,18,417,57],[1317,8,417,57,"columnNumber"],[1317,20,417,57],[1318,6,417,57],[1318,13,417,63],[1319,4,417,64],[1320,6,417,64,"fileName"],[1320,14,417,64],[1320,16,417,64,"_jsxFileName"],[1320,28,417,64],[1321,6,417,64,"lineNumber"],[1321,16,417,64],[1322,6,417,64,"columnNumber"],[1322,18,417,64],[1323,4,417,64],[1323,11,418,10],[1323,12,418,11],[1324,2,420,0],[1325,2,420,1,"_c5"],[1325,5,420,1],[1325,8,414,9,"ProfileTab"],[1325,18,414,19],[1326,2,422,0],[1326,6,422,6,"Tab"],[1326,9,422,9],[1326,12,422,12],[1326,16,422,12,"createBottomTabNavigator"],[1326,42,422,36],[1326,43,422,36,"createBottomTabNavigator"],[1326,67,422,36],[1326,69,422,37],[1326,70,422,38],[1327,2,424,15],[1327,11,424,24,"HomeScreen"],[1327,21,424,34,"HomeScreen"],[1327,22,424,34],[1327,24,424,37],[1328,4,425,2],[1328,24,426,4],[1328,28,426,4,"_reactJsxDevRuntime"],[1328,47,426,4],[1328,48,426,4,"jsxDEV"],[1328,54,426,4],[1328,56,426,5,"Tab"],[1328,59,426,8],[1328,60,426,9,"Navigator"],[1328,69,426,18],[1329,6,427,6,"screenOptions"],[1329,19,427,19],[1329,21,427,21],[1330,8,428,8,"headerShown"],[1330,19,428,19],[1330,21,428,21],[1330,26,428,26],[1331,8,429,8,"tabBarActiveTintColor"],[1331,29,429,29],[1331,31,429,31],[1331,40,429,40],[1332,8,430,8,"tabBarInactiveTintColor"],[1332,31,430,31],[1332,33,430,33],[1332,42,430,42],[1333,8,431,8,"tabBarStyle"],[1333,19,431,19],[1333,21,431,21,"styles"],[1333,27,431,27],[1333,28,431,28,"tabBar"],[1334,6,432,6],[1334,7,432,8],[1335,6,432,8,"children"],[1335,14,432,8],[1335,30,434,6],[1335,34,434,6,"_reactJsxDevRuntime"],[1335,53,434,6],[1335,54,434,6,"jsxDEV"],[1335,60,434,6],[1335,62,434,7,"Tab"],[1335,65,434,10],[1335,66,434,11,"Screen"],[1335,72,434,17],[1336,8,435,8,"name"],[1336,12,435,12],[1336,14,435,13],[1336,23,435,22],[1337,8,436,8,"component"],[1337,17,436,17],[1337,19,436,19,"HomeTab"],[1337,26,436,27],[1338,8,437,8,"options"],[1338,15,437,15],[1338,17,437,17],[1339,10,438,10,"tabBarLabel"],[1339,21,438,21],[1339,23,438,23],[1339,29,438,29],[1340,10,439,10,"tabBarIcon"],[1340,20,439,20],[1340,22,439,22,"_ref3"],[1340,27,439,22],[1341,12,439,22],[1341,16,439,25,"color"],[1341,21,439,30],[1341,24,439,30,"_ref3"],[1341,29,439,30],[1341,30,439,25,"color"],[1341,35,439,30],[1342,14,439,32,"size"],[1342,18,439,36],[1342,21,439,36,"_ref3"],[1342,26,439,36],[1342,27,439,32,"size"],[1342,31,439,36],[1343,12,439,36],[1343,32,440,12],[1343,36,440,12,"_reactJsxDevRuntime"],[1343,55,440,12],[1343,56,440,12,"jsxDEV"],[1343,62,440,12],[1343,64,440,13,"_expoVectorIcons"],[1343,80,440,21],[1343,81,440,21,"Ionicons"],[1343,89,440,21],[1344,14,440,22,"name"],[1344,18,440,26],[1344,20,440,27],[1344,26,440,33],[1345,14,440,34,"size"],[1345,18,440,38],[1345,20,440,40,"size"],[1345,24,440,45],[1346,14,440,46,"color"],[1346,19,440,51],[1346,21,440,53,"color"],[1347,12,440,59],[1348,14,440,59,"fileName"],[1348,22,440,59],[1348,24,440,59,"_jsxFileName"],[1348,36,440,59],[1349,14,440,59,"lineNumber"],[1349,24,440,59],[1350,14,440,59,"columnNumber"],[1350,26,440,59],[1351,12,440,59],[1351,19,440,61],[1351,20,440,62],[1352,10,440,62],[1353,8,442,8],[1354,6,442,10],[1355,8,442,10,"fileName"],[1355,16,442,10],[1355,18,442,10,"_jsxFileName"],[1355,30,442,10],[1356,8,442,10,"lineNumber"],[1356,18,442,10],[1357,8,442,10,"columnNumber"],[1357,20,442,10],[1358,6,442,10],[1358,13,443,7],[1358,14,443,8],[1358,29,444,6],[1358,33,444,6,"_reactJsxDevRuntime"],[1358,52,444,6],[1358,53,444,6,"jsxDEV"],[1358,59,444,6],[1358,61,444,7,"Tab"],[1358,64,444,10],[1358,65,444,11,"Screen"],[1358,71,444,17],[1359,8,445,8,"name"],[1359,12,445,12],[1359,14,445,13],[1359,22,445,21],[1360,8,446,8,"component"],[1360,17,446,17],[1360,19,446,19,"WalletTab"],[1360,28,446,29],[1361,8,447,8,"options"],[1361,15,447,15],[1361,17,447,17],[1362,10,448,10,"tabBarLabel"],[1362,21,448,21],[1362,23,448,23],[1362,31,448,31],[1363,10,449,10,"tabBarIcon"],[1363,20,449,20],[1363,22,449,22,"_ref4"],[1363,27,449,22],[1364,12,449,22],[1364,16,449,25,"color"],[1364,21,449,30],[1364,24,449,30,"_ref4"],[1364,29,449,30],[1364,30,449,25,"color"],[1364,35,449,30],[1365,14,449,32,"size"],[1365,18,449,36],[1365,21,449,36,"_ref4"],[1365,26,449,36],[1365,27,449,32,"size"],[1365,31,449,36],[1366,12,449,36],[1366,32,450,12],[1366,36,450,12,"_reactJsxDevRuntime"],[1366,55,450,12],[1366,56,450,12,"jsxDEV"],[1366,62,450,12],[1366,64,450,13,"_expoVectorIcons"],[1366,80,450,21],[1366,81,450,21,"Ionicons"],[1366,89,450,21],[1367,14,450,22,"name"],[1367,18,450,26],[1367,20,450,27],[1367,28,450,35],[1368,14,450,36,"size"],[1368,18,450,40],[1368,20,450,42,"size"],[1368,24,450,47],[1369,14,450,48,"color"],[1369,19,450,53],[1369,21,450,55,"color"],[1370,12,450,61],[1371,14,450,61,"fileName"],[1371,22,450,61],[1371,24,450,61,"_jsxFileName"],[1371,36,450,61],[1372,14,450,61,"lineNumber"],[1372,24,450,61],[1373,14,450,61,"columnNumber"],[1373,26,450,61],[1374,12,450,61],[1374,19,450,63],[1374,20,450,64],[1375,10,450,64],[1376,8,452,8],[1377,6,452,10],[1378,8,452,10,"fileName"],[1378,16,452,10],[1378,18,452,10,"_jsxFileName"],[1378,30,452,10],[1379,8,452,10,"lineNumber"],[1379,18,452,10],[1380,8,452,10,"columnNumber"],[1380,20,452,10],[1381,6,452,10],[1381,13,453,7],[1381,14,453,8],[1381,29,454,6],[1381,33,454,6,"_reactJsxDevRuntime"],[1381,52,454,6],[1381,53,454,6,"jsxDEV"],[1381,59,454,6],[1381,61,454,7,"Tab"],[1381,64,454,10],[1381,65,454,11,"Screen"],[1381,71,454,17],[1382,8,455,8,"name"],[1382,12,455,12],[1382,14,455,13],[1382,24,455,23],[1383,8,456,8,"component"],[1383,17,456,17],[1383,19,456,19,"CitizensTab"],[1383,30,456,31],[1384,8,457,8,"options"],[1384,15,457,15],[1384,17,457,17],[1385,10,458,10,"tabBarLabel"],[1385,21,458,21],[1385,23,458,23],[1385,33,458,33],[1386,10,459,10,"tabBarIcon"],[1386,20,459,20],[1386,22,459,22,"_ref5"],[1386,27,459,22],[1387,12,459,22],[1387,16,459,25,"color"],[1387,21,459,30],[1387,24,459,30,"_ref5"],[1387,29,459,30],[1387,30,459,25,"color"],[1387,35,459,30],[1388,14,459,32,"size"],[1388,18,459,36],[1388,21,459,36,"_ref5"],[1388,26,459,36],[1388,27,459,32,"size"],[1388,31,459,36],[1389,12,459,36],[1389,32,460,12],[1389,36,460,12,"_reactJsxDevRuntime"],[1389,55,460,12],[1389,56,460,12,"jsxDEV"],[1389,62,460,12],[1389,64,460,13,"_expoVectorIcons"],[1389,80,460,21],[1389,81,460,21,"Ionicons"],[1389,89,460,21],[1390,14,460,22,"name"],[1390,18,460,26],[1390,20,460,27],[1390,28,460,35],[1391,14,460,36,"size"],[1391,18,460,40],[1391,20,460,42,"size"],[1391,24,460,47],[1392,14,460,48,"color"],[1392,19,460,53],[1392,21,460,55,"color"],[1393,12,460,61],[1394,14,460,61,"fileName"],[1394,22,460,61],[1394,24,460,61,"_jsxFileName"],[1394,36,460,61],[1395,14,460,61,"lineNumber"],[1395,24,460,61],[1396,14,460,61,"columnNumber"],[1396,26,460,61],[1397,12,460,61],[1397,19,460,63],[1397,20,460,64],[1398,10,460,64],[1399,8,462,8],[1400,6,462,10],[1401,8,462,10,"fileName"],[1401,16,462,10],[1401,18,462,10,"_jsxFileName"],[1401,30,462,10],[1402,8,462,10,"lineNumber"],[1402,18,462,10],[1403,8,462,10,"columnNumber"],[1403,20,462,10],[1404,6,462,10],[1404,13,463,7],[1404,14,463,8],[1404,29,464,6],[1404,33,464,6,"_reactJsxDevRuntime"],[1404,52,464,6],[1404,53,464,6,"jsxDEV"],[1404,59,464,6],[1404,61,464,7,"Tab"],[1404,64,464,10],[1404,65,464,11,"Screen"],[1404,71,464,17],[1405,8,465,8,"name"],[1405,12,465,12],[1405,14,465,13],[1405,24,465,23],[1406,8,466,8,"component"],[1406,17,466,17],[1406,19,466,19,"ReferralTab"],[1406,30,466,31],[1407,8,467,8,"options"],[1407,15,467,15],[1407,17,467,17],[1408,10,468,10,"tabBarLabel"],[1408,21,468,21],[1408,23,468,23],[1408,33,468,33],[1409,10,469,10,"tabBarIcon"],[1409,20,469,20],[1409,22,469,22,"_ref6"],[1409,27,469,22],[1410,12,469,22],[1410,16,469,25,"color"],[1410,21,469,30],[1410,24,469,30,"_ref6"],[1410,29,469,30],[1410,30,469,25,"color"],[1410,35,469,30],[1411,14,469,32,"size"],[1411,18,469,36],[1411,21,469,36,"_ref6"],[1411,26,469,36],[1411,27,469,32,"size"],[1411,31,469,36],[1412,12,469,36],[1412,32,470,12],[1412,36,470,12,"_reactJsxDevRuntime"],[1412,55,470,12],[1412,56,470,12,"jsxDEV"],[1412,62,470,12],[1412,64,470,13,"_expoVectorIcons"],[1412,80,470,21],[1412,81,470,21,"Ionicons"],[1412,89,470,21],[1413,14,470,22,"name"],[1413,18,470,26],[1413,20,470,27],[1413,26,470,33],[1414,14,470,34,"size"],[1414,18,470,38],[1414,20,470,40,"size"],[1414,24,470,45],[1415,14,470,46,"color"],[1415,19,470,51],[1415,21,470,53,"color"],[1416,12,470,59],[1417,14,470,59,"fileName"],[1417,22,470,59],[1417,24,470,59,"_jsxFileName"],[1417,36,470,59],[1418,14,470,59,"lineNumber"],[1418,24,470,59],[1419,14,470,59,"columnNumber"],[1419,26,470,59],[1420,12,470,59],[1420,19,470,61],[1420,20,470,62],[1421,10,470,62],[1422,8,472,8],[1423,6,472,10],[1424,8,472,10,"fileName"],[1424,16,472,10],[1424,18,472,10,"_jsxFileName"],[1424,30,472,10],[1425,8,472,10,"lineNumber"],[1425,18,472,10],[1426,8,472,10,"columnNumber"],[1426,20,472,10],[1427,6,472,10],[1427,13,473,7],[1427,14,473,8],[1427,29,474,6],[1427,33,474,6,"_reactJsxDevRuntime"],[1427,52,474,6],[1427,53,474,6,"jsxDEV"],[1427,59,474,6],[1427,61,474,7,"Tab"],[1427,64,474,10],[1427,65,474,11,"Screen"],[1427,71,474,17],[1428,8,475,8,"name"],[1428,12,475,12],[1428,14,475,13],[1428,23,475,22],[1429,8,476,8,"component"],[1429,17,476,17],[1429,19,476,19,"ProfileTab"],[1429,29,476,30],[1430,8,477,8,"options"],[1430,15,477,15],[1430,17,477,17],[1431,10,478,10,"tabBarLabel"],[1431,21,478,21],[1431,23,478,23],[1431,32,478,32],[1432,10,479,10,"tabBarIcon"],[1432,20,479,20],[1432,22,479,22,"_ref7"],[1432,27,479,22],[1433,12,479,22],[1433,16,479,25,"color"],[1433,21,479,30],[1433,24,479,30,"_ref7"],[1433,29,479,30],[1433,30,479,25,"color"],[1433,35,479,30],[1434,14,479,32,"size"],[1434,18,479,36],[1434,21,479,36,"_ref7"],[1434,26,479,36],[1434,27,479,32,"size"],[1434,31,479,36],[1435,12,479,36],[1435,32,480,12],[1435,36,480,12,"_reactJsxDevRuntime"],[1435,55,480,12],[1435,56,480,12,"jsxDEV"],[1435,62,480,12],[1435,64,480,13,"_expoVectorIcons"],[1435,80,480,21],[1435,81,480,21,"Ionicons"],[1435,89,480,21],[1436,14,480,22,"name"],[1436,18,480,26],[1436,20,480,27],[1436,28,480,35],[1437,14,480,36,"size"],[1437,18,480,40],[1437,20,480,42,"size"],[1437,24,480,47],[1438,14,480,48,"color"],[1438,19,480,53],[1438,21,480,55,"color"],[1439,12,480,61],[1440,14,480,61,"fileName"],[1440,22,480,61],[1440,24,480,61,"_jsxFileName"],[1440,36,480,61],[1441,14,480,61,"lineNumber"],[1441,24,480,61],[1442,14,480,61,"columnNumber"],[1442,26,480,61],[1443,12,480,61],[1443,19,480,63],[1443,20,480,64],[1444,10,480,64],[1445,8,482,8],[1446,6,482,10],[1447,8,482,10,"fileName"],[1447,16,482,10],[1447,18,482,10,"_jsxFileName"],[1447,30,482,10],[1448,8,482,10,"lineNumber"],[1448,18,482,10],[1449,8,482,10,"columnNumber"],[1449,20,482,10],[1450,6,482,10],[1450,13,483,7],[1450,14,483,8],[1451,4,483,8],[1452,6,483,8,"fileName"],[1452,14,483,8],[1452,16,483,8,"_jsxFileName"],[1452,28,483,8],[1453,6,483,8,"lineNumber"],[1453,16,483,8],[1454,6,483,8,"columnNumber"],[1454,18,483,8],[1455,4,483,8],[1455,11,484,19],[1455,12,484,20],[1456,2,486,0],[1457,2,486,1,"_c6"],[1457,5,486,1],[1457,8,424,24,"HomeScreen"],[1457,18,424,34],[1458,2,488,0],[1458,6,488,6,"QUICK_ACTIONS"],[1458,19,488,19],[1458,22,488,22],[1458,23,489,2],[1459,4,489,4,"id"],[1459,6,489,6],[1459,8,489,8],[1459,11,489,11],[1460,4,489,13,"label"],[1460,9,489,18],[1460,11,489,20],[1460,17,489,26],[1461,4,489,28,"icon"],[1461,8,489,32],[1461,10,489,34],[1461,25,489,49],[1462,4,489,51,"color"],[1462,9,489,56],[1462,11,489,58],[1463,2,489,68],[1463,3,489,69],[1463,5,490,2],[1464,4,490,4,"id"],[1464,6,490,6],[1464,8,490,8],[1464,11,490,11],[1465,4,490,13,"label"],[1465,9,490,18],[1465,11,490,20],[1465,20,490,29],[1466,4,490,31,"icon"],[1466,8,490,35],[1466,10,490,37],[1466,22,490,49],[1467,4,490,51,"color"],[1467,9,490,56],[1467,11,490,58],[1468,2,490,68],[1468,3,490,69],[1468,5,491,2],[1469,4,491,4,"id"],[1469,6,491,6],[1469,8,491,8],[1469,11,491,11],[1470,4,491,13,"label"],[1470,9,491,18],[1470,11,491,20],[1470,17,491,26],[1471,4,491,28,"icon"],[1471,8,491,32],[1471,10,491,34],[1471,27,491,51],[1472,4,491,53,"color"],[1472,9,491,58],[1472,11,491,60],[1473,2,491,70],[1473,3,491,71],[1473,5,492,2],[1474,4,492,4,"id"],[1474,6,492,6],[1474,8,492,8],[1474,11,492,11],[1475,4,492,13,"label"],[1475,9,492,18],[1475,11,492,20],[1475,17,492,26],[1476,4,492,28,"icon"],[1476,8,492,32],[1476,10,492,34],[1476,28,492,52],[1477,4,492,54,"color"],[1477,9,492,59],[1477,11,492,61],[1478,2,492,71],[1478,3,492,72],[1478,5,493,2],[1479,4,493,4,"id"],[1479,6,493,6],[1479,8,493,8],[1479,11,493,11],[1480,4,493,13,"label"],[1480,9,493,18],[1480,11,493,20],[1480,18,493,27],[1481,4,493,29,"icon"],[1481,8,493,33],[1481,10,493,35],[1481,23,493,48],[1482,4,493,50,"color"],[1482,9,493,55],[1482,11,493,57],[1483,2,493,67],[1483,3,493,68],[1483,5,494,2],[1484,4,494,4,"id"],[1484,6,494,6],[1484,8,494,8],[1484,11,494,11],[1485,4,494,13,"label"],[1485,9,494,18],[1485,11,494,20],[1485,21,494,30],[1486,4,494,32,"icon"],[1486,8,494,36],[1486,10,494,38],[1486,16,494,44],[1487,4,494,46,"color"],[1487,9,494,51],[1487,11,494,53],[1488,2,494,63],[1488,3,494,64],[1488,5,495,2],[1489,4,495,4,"id"],[1489,6,495,6],[1489,8,495,8],[1489,11,495,11],[1490,4,495,13,"label"],[1490,9,495,18],[1490,11,495,20],[1490,21,495,30],[1491,4,495,32,"icon"],[1491,8,495,36],[1491,10,495,38],[1491,25,495,53],[1492,4,495,55,"color"],[1492,9,495,60],[1492,11,495,62],[1493,2,495,72],[1493,3,495,73],[1493,5,496,2],[1494,4,496,4,"id"],[1494,6,496,6],[1494,8,496,8],[1494,11,496,11],[1495,4,496,13,"label"],[1495,9,496,18],[1495,11,496,20],[1495,22,496,31],[1496,4,496,33,"icon"],[1496,8,496,37],[1496,10,496,39],[1496,18,496,47],[1497,4,496,49,"color"],[1497,9,496,54],[1497,11,496,56],[1498,2,496,66],[1498,3,496,67],[1498,5,497,2],[1499,4,497,4,"id"],[1499,6,497,6],[1499,8,497,8],[1499,11,497,11],[1500,4,497,13,"label"],[1500,9,497,18],[1500,11,497,20],[1500,21,497,30],[1501,4,497,32,"icon"],[1501,8,497,36],[1501,10,497,38],[1501,21,497,49],[1502,4,497,51,"color"],[1502,9,497,56],[1502,11,497,58],[1503,2,497,68],[1503,3,497,69],[1503,5,498,2],[1504,4,498,4,"id"],[1504,6,498,6],[1504,8,498,8],[1504,12,498,12],[1505,4,498,14,"label"],[1505,9,498,19],[1505,11,498,21],[1505,21,498,31],[1506,4,498,33,"icon"],[1506,8,498,37],[1506,10,498,39],[1506,16,498,45],[1507,4,498,47,"color"],[1507,9,498,52],[1507,11,498,54],[1508,2,498,64],[1508,3,498,65],[1508,5,499,2],[1509,4,499,4,"id"],[1509,6,499,6],[1509,8,499,8],[1509,12,499,12],[1510,4,499,14,"label"],[1510,9,499,19],[1510,11,499,21],[1510,22,499,32],[1511,4,499,34,"icon"],[1511,8,499,38],[1511,10,499,40],[1511,16,499,46],[1512,4,499,48,"color"],[1512,9,499,53],[1512,11,499,55],[1513,2,499,65],[1513,3,499,66],[1513,5,500,2],[1514,4,500,4,"id"],[1514,6,500,6],[1514,8,500,8],[1514,12,500,12],[1515,4,500,14,"label"],[1515,9,500,19],[1515,11,500,21],[1515,17,500,27],[1516,4,500,29,"icon"],[1516,8,500,33],[1516,10,500,35],[1516,16,500,41],[1517,4,500,43,"color"],[1517,9,500,48],[1517,11,500,50],[1518,2,500,60],[1518,3,500,61],[1518,4,501,1],[1519,2,503,0],[1519,6,503,6,"styles"],[1519,12,503,12],[1519,15,503,15,"StyleSheet"],[1519,27,503,25],[1519,28,503,25,"StyleSheet"],[1519,38,503,25],[1519,39,503,26,"create"],[1519,45,503,32],[1519,46,503,33],[1520,4,504,2,"container"],[1520,13,504,11],[1520,15,504,13],[1521,6,505,4,"flex"],[1521,10,505,8],[1521,12,505,10],[1521,13,505,11],[1522,6,506,4,"backgroundColor"],[1522,21,506,19],[1522,23,506,21],[1523,4,507,2],[1523,5,507,3],[1524,4,508,2,"scrollContent"],[1524,17,508,15],[1524,19,508,17],[1525,6,509,4,"paddingBottom"],[1525,19,509,17],[1525,21,509,19],[1526,4,510,2],[1526,5,510,3],[1527,4,511,2,"walletScrollContent"],[1527,23,511,21],[1527,25,511,23],[1528,6,512,4,"paddingBottom"],[1528,19,512,17],[1528,21,512,19],[1529,4,513,2],[1529,5,513,3],[1530,4,514,2,"header"],[1530,10,514,8],[1530,12,514,10],[1531,6,515,4,"flexDirection"],[1531,19,515,17],[1531,21,515,19],[1531,26,515,24],[1532,6,516,4,"justifyContent"],[1532,20,516,18],[1532,22,516,20],[1532,37,516,35],[1533,6,517,4,"alignItems"],[1533,16,517,14],[1533,18,517,16],[1533,26,517,24],[1534,6,518,4,"padding"],[1534,13,518,11],[1534,15,518,13],[1534,17,518,15],[1535,6,519,4,"backgroundColor"],[1535,21,519,19],[1535,23,519,21],[1535,29,519,27],[1536,6,520,4,"borderBottomWidth"],[1536,23,520,21],[1536,25,520,23],[1536,26,520,24],[1537,6,521,4,"borderBottomColor"],[1537,23,521,21],[1537,25,521,23],[1538,4,522,2],[1538,5,522,3],[1539,4,523,2,"headerLeft"],[1539,14,523,12],[1539,16,523,14],[1540,6,524,4,"position"],[1540,14,524,12],[1540,16,524,14],[1541,4,525,2],[1541,5,525,3],[1542,4,526,2,"profileImage"],[1542,16,526,14],[1542,18,526,16],[1543,6,527,4,"width"],[1543,11,527,9],[1543,13,527,11],[1543,15,527,13],[1544,6,528,4,"height"],[1544,12,528,10],[1544,14,528,12],[1544,16,528,14],[1545,6,529,4,"borderRadius"],[1545,18,529,16],[1545,20,529,18],[1545,22,529,20],[1546,6,530,4,"backgroundColor"],[1546,21,530,19],[1546,23,530,21],[1546,32,530,30],[1547,6,531,4,"alignItems"],[1547,16,531,14],[1547,18,531,16],[1547,26,531,24],[1548,6,532,4,"justifyContent"],[1548,20,532,18],[1548,22,532,20],[1548,30,532,28],[1549,6,533,4,"overflow"],[1549,14,533,12],[1549,16,533,14],[1550,4,534,2],[1550,5,534,3],[1551,4,535,2,"profileImageSrc"],[1551,19,535,17],[1551,21,535,19],[1552,6,536,4,"width"],[1552,11,536,9],[1552,13,536,11],[1552,15,536,13],[1553,6,537,4,"height"],[1553,12,537,10],[1553,14,537,12],[1554,4,538,2],[1554,5,538,3],[1555,4,539,2,"profileBadge"],[1555,16,539,14],[1555,18,539,16],[1556,6,540,4,"position"],[1556,14,540,12],[1556,16,540,14],[1556,26,540,24],[1557,6,541,4,"bottom"],[1557,12,541,10],[1557,14,541,12],[1557,15,541,13],[1557,16,541,14],[1558,6,542,4,"right"],[1558,11,542,9],[1558,13,542,11],[1558,14,542,12],[1558,15,542,13],[1559,6,543,4,"backgroundColor"],[1559,21,543,19],[1559,23,543,21],[1559,32,543,30],[1560,6,544,4,"borderRadius"],[1560,18,544,16],[1560,20,544,18],[1560,22,544,20],[1561,6,545,4,"paddingHorizontal"],[1561,23,545,21],[1561,25,545,23],[1561,26,545,24],[1562,6,546,4,"paddingVertical"],[1562,21,546,19],[1562,23,546,21],[1562,24,546,22],[1563,6,547,4,"flexDirection"],[1563,19,547,17],[1563,21,547,19],[1563,26,547,24],[1564,6,548,4,"alignItems"],[1564,16,548,14],[1564,18,548,16],[1564,26,548,24],[1565,6,549,4,"gap"],[1565,9,549,7],[1565,11,549,9],[1566,4,550,2],[1566,5,550,3],[1567,4,551,2,"trustScore"],[1567,14,551,12],[1567,16,551,14],[1568,6,552,4,"fontSize"],[1568,14,552,12],[1568,16,552,14],[1568,18,552,16],[1569,6,553,4,"fontWeight"],[1569,16,553,14],[1569,18,553,16],[1569,23,553,21],[1570,6,554,4,"color"],[1570,11,554,9],[1570,13,554,11],[1571,4,555,2],[1571,5,555,3],[1572,4,556,2,"headerRight"],[1572,15,556,13],[1572,17,556,15],[1573,6,557,4,"flexDirection"],[1573,19,557,17],[1573,21,557,19],[1573,26,557,24],[1574,6,558,4,"gap"],[1574,9,558,7],[1574,11,558,9],[1575,4,559,2],[1575,5,559,3],[1576,4,560,2,"iconButton"],[1576,14,560,12],[1576,16,560,14],[1577,6,561,4,"padding"],[1577,13,561,11],[1577,15,561,13],[1578,4,562,2],[1578,5,562,3],[1579,4,563,2,"announcementWidget"],[1579,22,563,20],[1579,24,563,22],[1580,6,564,4,"padding"],[1580,13,564,11],[1580,15,564,13],[1581,4,565,2],[1581,5,565,3],[1582,4,566,2,"announcement"],[1582,16,566,14],[1582,18,566,16],[1583,6,567,4,"backgroundColor"],[1583,21,567,19],[1583,23,567,21],[1583,29,567,27],[1584,6,568,4,"padding"],[1584,13,568,11],[1584,15,568,13],[1584,17,568,15],[1585,6,569,4,"borderRadius"],[1585,18,569,16],[1585,20,569,18],[1585,22,569,20],[1586,6,570,4,"marginRight"],[1586,17,570,15],[1586,19,570,17],[1586,21,570,19],[1587,6,571,4,"width"],[1587,11,571,9],[1587,13,571,11,"width"],[1587,18,571,16],[1587,21,571,19],[1587,23,571,21],[1588,6,572,4,"borderLeftWidth"],[1588,21,572,19],[1588,23,572,21],[1588,24,572,22],[1589,6,573,4,"borderLeftColor"],[1589,21,573,19],[1589,23,573,21],[1590,4,574,2],[1590,5,574,3],[1591,4,575,2,"announcementTitle"],[1591,21,575,19],[1591,23,575,21],[1592,6,576,4,"fontSize"],[1592,14,576,12],[1592,16,576,14],[1592,18,576,16],[1593,6,577,4,"fontWeight"],[1593,16,577,14],[1593,18,577,16],[1593,23,577,21],[1594,6,578,4,"color"],[1594,11,578,9],[1594,13,578,11],[1594,22,578,20],[1595,6,579,4,"marginBottom"],[1595,18,579,16],[1595,20,579,18],[1596,4,580,2],[1596,5,580,3],[1597,4,581,2,"announcementText"],[1597,20,581,18],[1597,22,581,20],[1598,6,582,4,"fontSize"],[1598,14,582,12],[1598,16,582,14],[1598,18,582,16],[1599,6,583,4,"color"],[1599,11,583,9],[1599,13,583,11],[1600,4,584,2],[1600,5,584,3],[1601,4,585,2,"quickActionsContainer"],[1601,25,585,23],[1601,27,585,25],[1602,6,586,4,"padding"],[1602,13,586,11],[1602,15,586,13],[1603,4,587,2],[1603,5,587,3],[1604,4,588,2,"sectionTitle"],[1604,16,588,14],[1604,18,588,16],[1605,6,589,4,"fontSize"],[1605,14,589,12],[1605,16,589,14],[1605,18,589,16],[1606,6,590,4,"fontWeight"],[1606,16,590,14],[1606,18,590,16],[1606,23,590,21],[1607,6,591,4,"color"],[1607,11,591,9],[1607,13,591,11],[1607,22,591,20],[1608,6,592,4,"marginBottom"],[1608,18,592,16],[1608,20,592,18],[1609,4,593,2],[1609,5,593,3],[1610,4,594,2,"actionsGrid"],[1610,15,594,13],[1610,17,594,15],[1611,6,595,4,"flexDirection"],[1611,19,595,17],[1611,21,595,19],[1611,26,595,24],[1612,6,596,4,"flexWrap"],[1612,14,596,12],[1612,16,596,14],[1612,22,596,20],[1613,6,597,4,"justifyContent"],[1613,20,597,18],[1613,22,597,20],[1614,4,598,2],[1614,5,598,3],[1615,4,599,2,"actionCard"],[1615,14,599,12],[1615,16,599,14],[1616,6,600,4,"width"],[1616,11,600,9],[1616,13,600,11],[1616,14,600,12,"width"],[1616,19,600,17],[1616,22,600,20],[1616,24,600,22],[1616,28,600,26],[1616,29,600,27],[1617,6,601,4,"backgroundColor"],[1617,21,601,19],[1617,23,601,21],[1617,29,601,27],[1618,6,602,4,"padding"],[1618,13,602,11],[1618,15,602,13],[1618,17,602,15],[1619,6,603,4,"borderRadius"],[1619,18,603,16],[1619,20,603,18],[1619,22,603,20],[1620,6,604,4,"alignItems"],[1620,16,604,14],[1620,18,604,16],[1620,26,604,24],[1621,6,605,4,"marginBottom"],[1621,18,605,16],[1621,20,605,18],[1621,22,605,20],[1622,6,606,4,"shadowColor"],[1622,17,606,15],[1622,19,606,17],[1622,25,606,23],[1623,6,607,4,"shadowOffset"],[1623,18,607,16],[1623,20,607,18],[1624,8,607,20,"width"],[1624,13,607,25],[1624,15,607,27],[1624,16,607,28],[1625,8,607,30,"height"],[1625,14,607,36],[1625,16,607,38],[1626,6,607,40],[1626,7,607,41],[1627,6,608,4,"shadowOpacity"],[1627,19,608,17],[1627,21,608,19],[1627,25,608,23],[1628,6,609,4,"shadowRadius"],[1628,18,609,16],[1628,20,609,18],[1628,21,609,19],[1629,6,610,4,"elevation"],[1629,15,610,13],[1629,17,610,15],[1630,4,611,2],[1630,5,611,3],[1631,4,612,2,"actionCardFirst"],[1631,19,612,17],[1631,21,612,19],[1632,6,613,4,"marginRight"],[1632,17,613,15],[1632,19,613,17],[1633,4,614,2],[1633,5,614,3],[1634,4,615,2,"actionCardLast"],[1634,18,615,16],[1634,20,615,18],[1635,6,616,4,"marginLeft"],[1635,16,616,14],[1635,18,616,16],[1636,4,617,2],[1636,5,617,3],[1637,4,618,2,"actionIcon"],[1637,14,618,12],[1637,16,618,14],[1638,6,619,4,"width"],[1638,11,619,9],[1638,13,619,11],[1638,15,619,13],[1639,6,620,4,"height"],[1639,12,620,10],[1639,14,620,12],[1639,16,620,14],[1640,6,621,4,"borderRadius"],[1640,18,621,16],[1640,20,621,18],[1640,22,621,20],[1641,6,622,4,"alignItems"],[1641,16,622,14],[1641,18,622,16],[1641,26,622,24],[1642,6,623,4,"justifyContent"],[1642,20,623,18],[1642,22,623,20],[1642,30,623,28],[1643,6,624,4,"marginBottom"],[1643,18,624,16],[1643,20,624,18],[1644,4,625,2],[1644,5,625,3],[1645,4,626,2,"actionLabel"],[1645,15,626,13],[1645,17,626,15],[1646,6,627,4,"fontSize"],[1646,14,627,12],[1646,16,627,14],[1646,18,627,16],[1647,6,628,4,"color"],[1647,11,628,9],[1647,13,628,11],[1647,22,628,20],[1648,6,629,4,"textAlign"],[1648,15,629,13],[1648,17,629,15],[1649,4,630,2],[1649,5,630,3],[1650,4,631,2,"walletHeader"],[1650,16,631,14],[1650,18,631,16],[1651,6,632,4,"padding"],[1651,13,632,11],[1651,15,632,13],[1651,17,632,15],[1652,6,633,4,"backgroundColor"],[1652,21,633,19],[1652,23,633,21],[1652,29,633,27],[1653,6,634,4,"borderBottomWidth"],[1653,23,634,21],[1653,25,634,23],[1653,26,634,24],[1654,6,635,4,"borderBottomColor"],[1654,23,635,21],[1654,25,635,23],[1654,34,635,32],[1655,6,636,4,"flexDirection"],[1655,19,636,17],[1655,21,636,19],[1655,26,636,24],[1656,6,637,4,"justifyContent"],[1656,20,637,18],[1656,22,637,20],[1656,37,637,35],[1657,6,638,4,"alignItems"],[1657,16,638,14],[1657,18,638,16],[1658,4,639,2],[1658,5,639,3],[1659,4,640,2,"walletTitle"],[1659,15,640,13],[1659,17,640,15],[1660,6,641,4,"fontSize"],[1660,14,641,12],[1660,16,641,14],[1660,18,641,16],[1661,6,642,4,"fontWeight"],[1661,16,642,14],[1661,18,642,16],[1661,23,642,21],[1662,6,643,4,"color"],[1662,11,643,9],[1662,13,643,11],[1663,4,644,2],[1663,5,644,3],[1664,4,645,2,"refreshButton"],[1664,17,645,15],[1664,19,645,17],[1665,6,646,4,"padding"],[1665,13,646,11],[1665,15,646,13],[1665,16,646,14],[1666,6,647,4,"borderRadius"],[1666,18,647,16],[1666,20,647,18],[1666,21,647,19],[1667,6,648,4,"backgroundColor"],[1667,21,648,19],[1667,23,648,21],[1668,4,649,2],[1668,5,649,3],[1669,4,650,2,"balanceCards"],[1669,16,650,14],[1669,18,650,16],[1670,6,651,4,"padding"],[1670,13,651,11],[1670,15,651,13],[1670,17,651,15],[1671,6,652,4,"gap"],[1671,9,652,7],[1671,11,652,9],[1672,4,653,2],[1672,5,653,3],[1673,4,654,2,"balanceCard"],[1673,15,654,13],[1673,17,654,15],[1674,6,655,4,"backgroundColor"],[1674,21,655,19],[1674,23,655,21],[1674,29,655,27],[1675,6,656,4,"padding"],[1675,13,656,11],[1675,15,656,13],[1675,17,656,15],[1676,6,657,4,"borderRadius"],[1676,18,657,16],[1676,20,657,18],[1676,22,657,20],[1677,6,658,4,"borderWidth"],[1677,17,658,15],[1677,19,658,17],[1677,20,658,18],[1678,6,659,4,"borderColor"],[1678,17,659,15],[1678,19,659,17],[1679,4,660,2],[1679,5,660,3],[1680,4,661,2,"balanceCardHeader"],[1680,21,661,19],[1680,23,661,21],[1681,6,662,4,"flexDirection"],[1681,19,662,17],[1681,21,662,19],[1681,26,662,24],[1682,6,663,4,"alignItems"],[1682,16,663,14],[1682,18,663,16],[1682,26,663,24],[1683,6,664,4,"gap"],[1683,9,664,7],[1683,11,664,9],[1683,12,664,10],[1684,6,665,4,"marginBottom"],[1684,18,665,16],[1684,20,665,18],[1685,4,666,2],[1685,5,666,3],[1686,4,667,2,"tokenLogo"],[1686,13,667,11],[1686,15,667,13],[1687,6,668,4,"width"],[1687,11,668,9],[1687,13,668,11],[1687,15,668,13],[1688,6,669,4,"height"],[1688,12,669,10],[1688,14,669,12],[1688,16,669,14],[1689,6,670,4,"borderRadius"],[1689,18,670,16],[1689,20,670,18],[1690,4,671,2],[1690,5,671,3],[1691,4,672,2,"tokenSymbol"],[1691,15,672,13],[1691,17,672,15],[1692,6,673,4,"fontSize"],[1692,14,673,12],[1692,16,673,14],[1692,18,673,16],[1693,6,674,4,"fontWeight"],[1693,16,674,14],[1693,18,674,16],[1693,23,674,21],[1694,6,675,4,"color"],[1694,11,675,9],[1694,13,675,11],[1695,4,676,2],[1695,5,676,3],[1696,4,677,2,"balanceAmount"],[1696,17,677,15],[1696,19,677,17],[1697,6,678,4,"fontSize"],[1697,14,678,12],[1697,16,678,14],[1697,18,678,16],[1698,6,679,4,"fontWeight"],[1698,16,679,14],[1698,18,679,16],[1698,23,679,21],[1699,6,680,4,"color"],[1699,11,680,9],[1699,13,680,11],[1699,22,680,20],[1700,6,681,4,"marginBottom"],[1700,18,681,16],[1700,20,681,18],[1701,4,682,2],[1701,5,682,3],[1702,4,683,2,"balanceUsd"],[1702,14,683,12],[1702,16,683,14],[1703,6,684,4,"fontSize"],[1703,14,684,12],[1703,16,684,14],[1703,18,684,16],[1704,6,685,4,"color"],[1704,11,685,9],[1704,13,685,11],[1705,4,686,2],[1705,5,686,3],[1706,4,687,2,"walletActions"],[1706,17,687,15],[1706,19,687,17],[1707,6,688,4,"flexDirection"],[1707,19,688,17],[1707,21,688,19],[1707,26,688,24],[1708,6,689,4,"padding"],[1708,13,689,11],[1708,15,689,13],[1708,17,689,15],[1709,6,690,4,"gap"],[1709,9,690,7],[1709,11,690,9],[1710,4,691,2],[1710,5,691,3],[1711,4,692,2,"walletActionButton"],[1711,22,692,20],[1711,24,692,22],[1712,6,693,4,"flex"],[1712,10,693,8],[1712,12,693,10],[1712,13,693,11],[1713,6,694,4,"backgroundColor"],[1713,21,694,19],[1713,23,694,21],[1713,32,694,30],[1714,6,695,4,"padding"],[1714,13,695,11],[1714,15,695,13],[1714,17,695,15],[1715,6,696,4,"borderRadius"],[1715,18,696,16],[1715,20,696,18],[1715,22,696,20],[1716,6,697,4,"alignItems"],[1716,16,697,14],[1716,18,697,16],[1716,26,697,24],[1717,6,698,4,"gap"],[1717,9,698,7],[1717,11,698,9],[1718,4,699,2],[1718,5,699,3],[1719,4,700,2,"walletActionText"],[1719,20,700,18],[1719,22,700,20],[1720,6,701,4,"color"],[1720,11,701,9],[1720,13,701,11],[1720,19,701,17],[1721,6,702,4,"fontSize"],[1721,14,702,12],[1721,16,702,14],[1721,18,702,16],[1722,6,703,4,"fontWeight"],[1722,16,703,14],[1722,18,703,16],[1723,4,704,2],[1723,5,704,3],[1724,4,705,2,"placeholderText"],[1724,19,705,17],[1724,21,705,19],[1725,6,706,4,"flex"],[1725,10,706,8],[1725,12,706,10],[1725,13,706,11],[1726,6,707,4,"textAlign"],[1726,15,707,13],[1726,17,707,15],[1726,25,707,23],[1727,6,708,4,"marginTop"],[1727,15,708,13],[1727,17,708,15],[1727,20,708,18],[1728,6,709,4,"fontSize"],[1728,14,709,12],[1728,16,709,14],[1728,18,709,16],[1729,6,710,4,"color"],[1729,11,710,9],[1729,13,710,11],[1730,4,711,2],[1730,5,711,3],[1731,4,712,2,"tabBar"],[1731,10,712,8],[1731,12,712,10],[1732,6,713,4,"borderTopWidth"],[1732,20,713,18],[1732,22,713,20],[1732,23,713,21],[1733,6,714,4,"borderTopColor"],[1733,20,714,18],[1733,22,714,20],[1733,31,714,29],[1734,6,715,4,"paddingBottom"],[1734,19,715,17],[1734,21,715,19],[1734,23,715,21],[1735,6,716,4,"paddingTop"],[1735,16,716,14],[1735,18,716,16],[1735,19,716,17],[1736,6,717,4,"backgroundColor"],[1736,21,717,19],[1736,23,717,21],[1737,4,718,2],[1737,5,718,3],[1738,4,719,2],[1739,4,720,2,"balanceRow"],[1739,14,720,12],[1739,16,720,14],[1740,6,721,4,"flexDirection"],[1740,19,721,17],[1740,21,721,19],[1740,26,721,24],[1741,6,722,4,"padding"],[1741,13,722,11],[1741,15,722,13],[1741,17,722,15],[1742,6,723,4,"gap"],[1742,9,723,7],[1742,11,723,9],[1743,4,724,2],[1743,5,724,3],[1744,4,725,2,"balanceCardNew"],[1744,18,725,16],[1744,20,725,18],[1745,6,726,4,"flex"],[1745,10,726,8],[1745,12,726,10],[1745,13,726,11],[1746,6,727,4,"backgroundColor"],[1746,21,727,19],[1746,23,727,21],[1746,29,727,27],[1747,6,728,4,"padding"],[1747,13,728,11],[1747,15,728,13],[1747,17,728,15],[1748,6,729,4,"borderRadius"],[1748,18,729,16],[1748,20,729,18],[1748,22,729,20],[1749,6,730,4,"alignItems"],[1749,16,730,14],[1749,18,730,16],[1749,26,730,24],[1750,6,731,4,"shadowColor"],[1750,17,731,15],[1750,19,731,17],[1750,25,731,23],[1751,6,732,4,"shadowOffset"],[1751,18,732,16],[1751,20,732,18],[1752,8,732,20,"width"],[1752,13,732,25],[1752,15,732,27],[1752,16,732,28],[1753,8,732,30,"height"],[1753,14,732,36],[1753,16,732,38],[1754,6,732,40],[1754,7,732,41],[1755,6,733,4,"shadowOpacity"],[1755,19,733,17],[1755,21,733,19],[1755,24,733,22],[1756,6,734,4,"shadowRadius"],[1756,18,734,16],[1756,20,734,18],[1756,21,734,19],[1757,6,735,4,"elevation"],[1757,15,735,13],[1757,17,735,15],[1758,4,736,2],[1758,5,736,3],[1759,4,737,2,"tokenLogoNew"],[1759,16,737,14],[1759,18,737,16],[1760,6,738,4,"width"],[1760,11,738,9],[1760,13,738,11],[1760,15,738,13],[1761,6,739,4,"height"],[1761,12,739,10],[1761,14,739,12],[1761,16,739,14],[1762,6,740,4,"borderRadius"],[1762,18,740,16],[1762,20,740,18],[1762,22,740,20],[1763,6,741,4,"marginBottom"],[1763,18,741,16],[1763,20,741,18],[1764,4,742,2],[1764,5,742,3],[1765,4,743,2,"tokenSymbolNew"],[1765,18,743,16],[1765,20,743,18],[1766,6,744,4,"fontSize"],[1766,14,744,12],[1766,16,744,14],[1766,18,744,16],[1767,6,745,4,"fontWeight"],[1767,16,745,14],[1767,18,745,16],[1767,23,745,21],[1768,6,746,4,"color"],[1768,11,746,9],[1768,13,746,11],[1768,22,746,20],[1769,6,747,4,"marginBottom"],[1769,18,747,16],[1769,20,747,18],[1770,4,748,2],[1770,5,748,3],[1771,4,749,2,"balanceAmountNew"],[1771,20,749,18],[1771,22,749,20],[1772,6,750,4,"fontSize"],[1772,14,750,12],[1772,16,750,14],[1772,18,750,16],[1773,6,751,4,"fontWeight"],[1773,16,751,14],[1773,18,751,16],[1773,23,751,21],[1774,6,752,4,"color"],[1774,11,752,9],[1774,13,752,11],[1774,22,752,20],[1775,6,753,4,"marginBottom"],[1775,18,753,16],[1775,20,753,18],[1776,4,754,2],[1776,5,754,3],[1777,4,755,2,"tokenNameNew"],[1777,16,755,14],[1777,18,755,16],[1778,6,756,4,"fontSize"],[1778,14,756,12],[1778,16,756,14],[1778,18,756,16],[1779,6,757,4,"color"],[1779,11,757,9],[1779,13,757,11],[1780,4,758,2],[1780,5,758,3],[1781,4,759,2,"actionsContainer"],[1781,20,759,18],[1781,22,759,20],[1782,6,760,4,"margin"],[1782,12,760,10],[1782,14,760,12],[1782,16,760,14],[1783,6,761,4,"backgroundColor"],[1783,21,761,19],[1783,23,761,21],[1783,29,761,27],[1784,6,762,4,"padding"],[1784,13,762,11],[1784,15,762,13],[1784,17,762,15],[1785,6,763,4,"borderRadius"],[1785,18,763,16],[1785,20,763,18],[1785,22,763,20],[1786,6,764,4,"shadowColor"],[1786,17,764,15],[1786,19,764,17],[1786,25,764,23],[1787,6,765,4,"shadowOffset"],[1787,18,765,16],[1787,20,765,18],[1788,8,765,20,"width"],[1788,13,765,25],[1788,15,765,27],[1788,16,765,28],[1789,8,765,30,"height"],[1789,14,765,36],[1789,16,765,38],[1790,6,765,40],[1790,7,765,41],[1791,6,766,4,"shadowOpacity"],[1791,19,766,17],[1791,21,766,19],[1791,24,766,22],[1792,6,767,4,"shadowRadius"],[1792,18,767,16],[1792,20,767,18],[1792,21,767,19],[1793,6,768,4,"elevation"],[1793,15,768,13],[1793,17,768,15],[1794,4,769,2],[1794,5,769,3],[1795,4,770,2,"actionsRow"],[1795,14,770,12],[1795,16,770,14],[1796,6,771,4,"flexDirection"],[1796,19,771,17],[1796,21,771,19],[1796,26,771,24],[1797,6,772,4,"justifyContent"],[1797,20,772,18],[1797,22,772,20],[1797,37,772,35],[1798,6,773,4,"marginBottom"],[1798,18,773,16],[1798,20,773,18],[1799,4,774,2],[1799,5,774,3],[1800,4,775,2,"actionBtn"],[1800,13,775,11],[1800,15,775,13],[1801,6,776,4,"width"],[1801,11,776,9],[1801,13,776,11],[1801,14,776,12,"width"],[1801,19,776,17],[1801,22,776,20],[1801,24,776,22],[1801,28,776,26],[1801,29,776,27],[1802,6,777,4,"padding"],[1802,13,777,11],[1802,15,777,13],[1802,17,777,15],[1803,6,778,4,"borderRadius"],[1803,18,778,16],[1803,20,778,18],[1803,22,778,20],[1804,6,779,4,"alignItems"],[1804,16,779,14],[1804,18,779,16],[1804,26,779,24],[1805,6,780,4,"justifyContent"],[1805,20,780,18],[1805,22,780,20],[1806,4,781,2],[1806,5,781,3],[1807,4,782,2,"actionBtnText"],[1807,17,782,15],[1807,19,782,17],[1808,6,783,4,"color"],[1808,11,783,9],[1808,13,783,11],[1808,19,783,17],[1809,6,784,4,"fontSize"],[1809,14,784,12],[1809,16,784,14],[1809,18,784,16],[1810,6,785,4,"fontWeight"],[1810,16,785,14],[1810,18,785,16],[1810,23,785,21],[1811,6,786,4,"marginTop"],[1811,15,786,13],[1811,17,786,15],[1812,4,787,2],[1812,5,787,3],[1813,4,788,2,"tokensContainer"],[1813,19,788,17],[1813,21,788,19],[1814,6,789,4,"margin"],[1814,12,789,10],[1814,14,789,12],[1814,16,789,14],[1815,6,790,4,"marginTop"],[1815,15,790,13],[1815,17,790,15],[1816,4,791,2],[1816,5,791,3],[1817,4,792,2,"tokensHeader"],[1817,16,792,14],[1817,18,792,16],[1818,6,793,4,"flexDirection"],[1818,19,793,17],[1818,21,793,19],[1818,26,793,24],[1819,6,794,4,"justifyContent"],[1819,20,794,18],[1819,22,794,20],[1819,37,794,35],[1820,6,795,4,"alignItems"],[1820,16,795,14],[1820,18,795,16],[1820,26,795,24],[1821,6,796,4,"marginBottom"],[1821,18,796,16],[1821,20,796,18],[1821,22,796,20],[1822,6,797,4,"paddingHorizontal"],[1822,23,797,21],[1822,25,797,23],[1823,4,798,2],[1823,5,798,3],[1824,4,799,2,"tokensTitle"],[1824,15,799,13],[1824,17,799,15],[1825,6,800,4,"fontSize"],[1825,14,800,12],[1825,16,800,14],[1825,18,800,16],[1826,6,801,4,"fontWeight"],[1826,16,801,14],[1826,18,801,16],[1826,23,801,21],[1827,6,802,4,"color"],[1827,11,802,9],[1827,13,802,11],[1828,4,803,2],[1828,5,803,3],[1829,4,804,2,"tokensHeaderActions"],[1829,23,804,21],[1829,25,804,23],[1830,6,805,4,"flexDirection"],[1830,19,805,17],[1830,21,805,19],[1830,26,805,24],[1831,6,806,4,"gap"],[1831,9,806,7],[1831,11,806,9],[1832,4,807,2],[1832,5,807,3],[1833,4,808,2,"tokenHeaderButton"],[1833,21,808,19],[1833,23,808,21],[1834,6,809,4,"width"],[1834,11,809,9],[1834,13,809,11],[1834,15,809,13],[1835,6,810,4,"height"],[1835,12,810,10],[1835,14,810,12],[1835,16,810,14],[1836,6,811,4,"borderRadius"],[1836,18,811,16],[1836,20,811,18],[1836,21,811,19],[1837,6,812,4,"backgroundColor"],[1837,21,812,19],[1837,23,812,21],[1837,32,812,30],[1838,6,813,4,"alignItems"],[1838,16,813,14],[1838,18,813,16],[1838,26,813,24],[1839,6,814,4,"justifyContent"],[1839,20,814,18],[1839,22,814,20],[1840,4,815,2],[1840,5,815,3],[1841,4,816,2,"tokenItem"],[1841,13,816,11],[1841,15,816,13],[1842,6,817,4,"flexDirection"],[1842,19,817,17],[1842,21,817,19],[1842,26,817,24],[1843,6,818,4,"justifyContent"],[1843,20,818,18],[1843,22,818,20],[1843,37,818,35],[1844,6,819,4,"alignItems"],[1844,16,819,14],[1844,18,819,16],[1844,26,819,24],[1845,6,820,4,"backgroundColor"],[1845,21,820,19],[1845,23,820,21],[1845,29,820,27],[1846,6,821,4,"padding"],[1846,13,821,11],[1846,15,821,13],[1846,17,821,15],[1847,6,822,4,"borderRadius"],[1847,18,822,16],[1847,20,822,18],[1847,22,822,20],[1848,6,823,4,"marginBottom"],[1848,18,823,16],[1848,20,823,18],[1848,21,823,19],[1849,6,824,4,"shadowColor"],[1849,17,824,15],[1849,19,824,17],[1849,25,824,23],[1850,6,825,4,"shadowOffset"],[1850,18,825,16],[1850,20,825,18],[1851,8,825,20,"width"],[1851,13,825,25],[1851,15,825,27],[1851,16,825,28],[1852,8,825,30,"height"],[1852,14,825,36],[1852,16,825,38],[1853,6,825,40],[1853,7,825,41],[1854,6,826,4,"shadowOpacity"],[1854,19,826,17],[1854,21,826,19],[1854,25,826,23],[1855,6,827,4,"shadowRadius"],[1855,18,827,16],[1855,20,827,18],[1855,21,827,19],[1856,6,828,4,"elevation"],[1856,15,828,13],[1856,17,828,15],[1857,4,829,2],[1857,5,829,3],[1858,4,830,2,"tokenItemLeft"],[1858,17,830,15],[1858,19,830,17],[1859,6,831,4,"flexDirection"],[1859,19,831,17],[1859,21,831,19],[1859,26,831,24],[1860,6,832,4,"alignItems"],[1860,16,832,14],[1860,18,832,16],[1860,26,832,24],[1861,6,833,4,"gap"],[1861,9,833,7],[1861,11,833,9],[1862,4,834,2],[1862,5,834,3],[1863,4,835,2,"tokenIconContainer"],[1863,22,835,20],[1863,24,835,22],[1864,6,836,4,"position"],[1864,14,836,12],[1864,16,836,14],[1864,26,836,24],[1865,6,837,4,"width"],[1865,11,837,9],[1865,13,837,11],[1865,15,837,13],[1866,6,838,4,"height"],[1866,12,838,10],[1866,14,838,12],[1867,4,839,2],[1867,5,839,3],[1868,4,840,2,"tokenIcon"],[1868,13,840,11],[1868,15,840,13],[1869,6,841,4,"width"],[1869,11,841,9],[1869,13,841,11],[1869,15,841,13],[1870,6,842,4,"height"],[1870,12,842,10],[1870,14,842,12],[1870,16,842,14],[1871,6,843,4,"borderRadius"],[1871,18,843,16],[1871,20,843,18],[1872,4,844,2],[1872,5,844,3],[1873,4,845,2,"networkBadge"],[1873,16,845,14],[1873,18,845,16],[1874,6,846,4,"position"],[1874,14,846,12],[1874,16,846,14],[1874,26,846,24],[1875,6,847,4,"right"],[1875,11,847,9],[1875,13,847,11],[1875,14,847,12],[1875,15,847,13],[1876,6,848,4,"bottom"],[1876,12,848,10],[1876,14,848,12],[1876,15,848,13],[1876,16,848,14],[1877,6,849,4,"width"],[1877,11,849,9],[1877,13,849,11],[1877,15,849,13],[1878,6,850,4,"height"],[1878,12,850,10],[1878,14,850,12],[1878,16,850,14],[1879,6,851,4,"borderRadius"],[1879,18,851,16],[1879,20,851,18],[1879,21,851,19],[1880,6,852,4,"borderWidth"],[1880,17,852,15],[1880,19,852,17],[1880,20,852,18],[1881,6,853,4,"borderColor"],[1881,17,853,15],[1881,19,853,17],[1882,4,854,2],[1882,5,854,3],[1883,4,855,2,"tokenItemName"],[1883,17,855,15],[1883,19,855,17],[1884,6,856,4,"fontSize"],[1884,14,856,12],[1884,16,856,14],[1884,18,856,16],[1885,6,857,4,"fontWeight"],[1885,16,857,14],[1885,18,857,16],[1885,23,857,21],[1886,6,858,4,"color"],[1886,11,858,9],[1886,13,858,11],[1887,4,859,2],[1887,5,859,3],[1888,4,860,2,"tokenItemNetwork"],[1888,20,860,18],[1888,22,860,20],[1889,6,861,4,"fontSize"],[1889,14,861,12],[1889,16,861,14],[1889,18,861,16],[1890,6,862,4,"color"],[1890,11,862,9],[1890,13,862,11],[1891,4,863,2],[1891,5,863,3],[1892,4,864,2,"tokenItemRight"],[1892,18,864,16],[1892,20,864,18],[1893,6,865,4,"alignItems"],[1893,16,865,14],[1893,18,865,16],[1894,4,866,2],[1894,5,866,3],[1895,4,867,2,"tokenItemBalance"],[1895,20,867,18],[1895,22,867,20],[1896,6,868,4,"fontSize"],[1896,14,868,12],[1896,16,868,14],[1896,18,868,16],[1897,6,869,4,"fontWeight"],[1897,16,869,14],[1897,18,869,16],[1897,23,869,21],[1898,6,870,4,"color"],[1898,11,870,9],[1898,13,870,11],[1899,4,871,2],[1899,5,871,3],[1900,4,872,2,"tokenItemUsd"],[1900,16,872,14],[1900,18,872,16],[1901,6,873,4,"fontSize"],[1901,14,873,12],[1901,16,873,14],[1901,18,873,16],[1902,6,874,4,"color"],[1902,11,874,9],[1902,13,874,11],[1903,4,875,2],[1904,2,876,0],[1904,3,876,1],[1904,4,876,2],[1905,2,876,3],[1905,6,876,3,"_c"],[1905,8,876,3],[1905,10,876,3,"_c2"],[1905,13,876,3],[1905,15,876,3,"_c3"],[1905,18,876,3],[1905,20,876,3,"_c4"],[1905,23,876,3],[1905,25,876,3,"_c5"],[1905,28,876,3],[1905,30,876,3,"_c6"],[1905,33,876,3],[1906,2,876,3,"$RefreshReg$"],[1906,14,876,3],[1906,15,876,3,"_c"],[1906,17,876,3],[1907,2,876,3,"$RefreshReg$"],[1907,14,876,3],[1907,15,876,3,"_c2"],[1907,18,876,3],[1908,2,876,3,"$RefreshReg$"],[1908,14,876,3],[1908,15,876,3,"_c3"],[1908,18,876,3],[1909,2,876,3,"$RefreshReg$"],[1909,14,876,3],[1909,15,876,3,"_c4"],[1909,18,876,3],[1910,2,876,3,"$RefreshReg$"],[1910,14,876,3],[1910,15,876,3,"_c5"],[1910,18,876,3],[1911,2,876,3,"$RefreshReg$"],[1911,14,876,3],[1911,15,876,3,"_c6"],[1911,18,876,3],[1912,0,876,3],[1912,3]],"functionMap":{"names":["","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;CJuO;AQE;CRM;ASE;CTM;AUE;CVM;eWI;sBCe;WDE;sBCQ;WDE;sBCQ;WDE;sBCQ;WDE;sBCQ;WDE;CXK"},"hasCjsExports":false},"type":"js/module"}]}
\ No newline at end of file
+{"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://kurdish-id.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.View, {\n style: styles.tokensHeader,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokensTitle,\n children: \"Tokens\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 247,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.tokensHeaderActions,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.tokenHeaderButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"search\",\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 250,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 249,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.tokenHeaderButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"add-circle\",\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 253,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 252,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.tokenHeaderButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"settings\",\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 256,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 255,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 248,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\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: 265,\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: 269,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 264,\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: 275,\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: 276,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 274,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 263,\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.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 280,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 281,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 279,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 262,\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.Image, {\n source: {\n uri: 'https://cryptologos.cc/logos/polkadot-new-dot-logo.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 288,\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: \"DOT\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 293,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemNetwork,\n children: \"Polkadot\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 294,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 292,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 287,\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.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 298,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 299,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 297,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 286,\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.Image, {\n source: {\n uri: 'https://cryptologos.cc/logos/bitcoin-btc-logo.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 306,\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: \"BTC\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 311,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemNetwork,\n children: \"Bitcoin\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 312,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 310,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 305,\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.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 316,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 317,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 315,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 304,\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.Image, {\n source: {\n uri: 'https://cryptologos.cc/logos/ethereum-eth-logo.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 324,\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: \"ETH\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 329,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemNetwork,\n children: \"Ethereum\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 330,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 328,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 323,\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.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 334,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 335,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 333,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 322,\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.Image, {\n source: {\n uri: 'https://cryptologos.cc/logos/bnb-bnb-logo.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 342,\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: \"BNB\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 347,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemNetwork,\n children: \"Binance Smart Chain\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 348,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 346,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 341,\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.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 352,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 353,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 351,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 340,\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.Image, {\n source: {\n uri: 'https://cryptologos.cc/logos/cardano-ada-logo.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 360,\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: \"ADA\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 365,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemNetwork,\n children: \"Cardano\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 366,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 364,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 359,\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.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 370,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 371,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 369,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 358,\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.Image, {\n source: {\n uri: 'https://cryptologos.cc/logos/solana-sol-logo.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 378,\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: \"SOL\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 383,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemNetwork,\n children: \"Solana\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 384,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 382,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 377,\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.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 388,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 389,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 387,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 376,\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: 401,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 400,\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: 409,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 408,\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: 417,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 416,\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: 440,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 434,\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: 450,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 444,\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: 460,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 454,\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: 470,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 464,\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: 480,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 474,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 426,\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 - 32,\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 tokensHeader: {\n flexDirection: 'row',\n justifyContent: 'space-between',\n alignItems: 'center',\n marginBottom: 12,\n paddingHorizontal: 4\n },\n tokensTitle: {\n fontSize: 18,\n fontWeight: '700',\n color: '#1F2937'\n },\n tokensHeaderActions: {\n flexDirection: 'row',\n gap: 12\n },\n tokenHeaderButton: {\n width: 32,\n height: 32,\n borderRadius: 8,\n backgroundColor: '#F3F4F6',\n alignItems: 'center',\n justifyContent: 'center'\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":1912,"map":[[30,2,424,15,"Object"],[30,8,424,15],[30,9,424,15,"defineProperty"],[30,23,424,15],[30,24,424,15,"exports"],[30,31,424,15],[31,4,424,15,"enumerable"],[31,14,424,15],[32,4,424,15,"get"],[32,7,424,15],[32,18,424,15,"get"],[32,19,424,15],[33,6,424,15],[33,13,424,15,"HomeScreen"],[33,23,424,15],[34,4,424,15],[35,2,424,15],[36,2,486,1],[36,6,486,1,"_babelRuntimeHelpersAsyncToGenerator"],[36,42,486,1],[36,45,486,1,"require"],[36,52,486,1],[36,53,486,1,"_dependencyMap"],[36,67,486,1],[37,2,486,1],[37,6,486,1,"_asyncToGenerator"],[37,23,486,1],[37,26,486,1,"_interopDefault"],[37,41,486,1],[37,42,486,1,"_babelRuntimeHelpersAsyncToGenerator"],[37,78,486,1],[38,2,486,1],[38,6,486,1,"_babelRuntimeHelpersSlicedToArray"],[38,39,486,1],[38,42,486,1,"require"],[38,49,486,1],[38,50,486,1,"_dependencyMap"],[38,64,486,1],[39,2,486,1],[39,6,486,1,"_slicedToArray"],[39,20,486,1],[39,23,486,1,"_interopDefault"],[39,38,486,1],[39,39,486,1,"_babelRuntimeHelpersSlicedToArray"],[39,72,486,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,"View"],[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,"tokensHeader"],[722,38,246,43],[723,12,246,43,"children"],[723,20,246,43],[723,36,247,12],[723,40,247,12,"_reactJsxDevRuntime"],[723,59,247,12],[723,60,247,12,"jsxDEV"],[723,66,247,12],[723,68,247,13,"_reactNative"],[723,80,247,17],[723,81,247,17,"Text"],[723,85,247,17],[724,14,247,18,"style"],[724,19,247,23],[724,21,247,25,"styles"],[724,27,247,31],[724,28,247,32,"tokensTitle"],[724,39,247,44],[725,14,247,44,"children"],[725,22,247,44],[725,24,247,45],[726,12,247,51],[727,14,247,51,"fileName"],[727,22,247,51],[727,24,247,51,"_jsxFileName"],[727,36,247,51],[728,14,247,51,"lineNumber"],[728,24,247,51],[729,14,247,51,"columnNumber"],[729,26,247,51],[730,12,247,51],[730,19,247,57],[730,20,247,58],[730,35,248,12],[730,39,248,12,"_reactJsxDevRuntime"],[730,58,248,12],[730,59,248,12,"jsxDEV"],[730,65,248,12],[730,67,248,13,"_reactNative"],[730,79,248,17],[730,80,248,17,"View"],[730,84,248,17],[731,14,248,18,"style"],[731,19,248,23],[731,21,248,25,"styles"],[731,27,248,31],[731,28,248,32,"tokensHeaderActions"],[731,47,248,52],[732,14,248,52,"children"],[732,22,248,52],[732,38,249,14],[732,42,249,14,"_reactJsxDevRuntime"],[732,61,249,14],[732,62,249,14,"jsxDEV"],[732,68,249,14],[732,70,249,15,"_reactNative"],[732,82,249,31],[732,83,249,31,"TouchableOpacity"],[732,99,249,31],[733,16,249,32,"style"],[733,21,249,37],[733,23,249,39,"styles"],[733,29,249,45],[733,30,249,46,"tokenHeaderButton"],[733,47,249,64],[734,16,249,64,"children"],[734,24,249,64],[734,39,250,16],[734,43,250,16,"_reactJsxDevRuntime"],[734,62,250,16],[734,63,250,16,"jsxDEV"],[734,69,250,16],[734,71,250,17,"_expoVectorIcons"],[734,87,250,25],[734,88,250,25,"Ionicons"],[734,96,250,25],[735,18,250,26,"name"],[735,22,250,30],[735,24,250,31],[735,32,250,39],[736,18,250,40,"size"],[736,22,250,44],[736,24,250,46],[736,26,250,49],[737,18,250,50,"color"],[737,23,250,55],[737,25,250,56],[738,16,250,65],[739,18,250,65,"fileName"],[739,26,250,65],[739,28,250,65,"_jsxFileName"],[739,40,250,65],[740,18,250,65,"lineNumber"],[740,28,250,65],[741,18,250,65,"columnNumber"],[741,30,250,65],[742,16,250,65],[742,23,250,67],[743,14,250,68],[744,16,250,68,"fileName"],[744,24,250,68],[744,26,250,68,"_jsxFileName"],[744,38,250,68],[745,16,250,68,"lineNumber"],[745,26,250,68],[746,16,250,68,"columnNumber"],[746,28,250,68],[747,14,250,68],[747,21,251,32],[747,22,251,33],[747,37,252,14],[747,41,252,14,"_reactJsxDevRuntime"],[747,60,252,14],[747,61,252,14,"jsxDEV"],[747,67,252,14],[747,69,252,15,"_reactNative"],[747,81,252,31],[747,82,252,31,"TouchableOpacity"],[747,98,252,31],[748,16,252,32,"style"],[748,21,252,37],[748,23,252,39,"styles"],[748,29,252,45],[748,30,252,46,"tokenHeaderButton"],[748,47,252,64],[749,16,252,64,"children"],[749,24,252,64],[749,39,253,16],[749,43,253,16,"_reactJsxDevRuntime"],[749,62,253,16],[749,63,253,16,"jsxDEV"],[749,69,253,16],[749,71,253,17,"_expoVectorIcons"],[749,87,253,25],[749,88,253,25,"Ionicons"],[749,96,253,25],[750,18,253,26,"name"],[750,22,253,30],[750,24,253,31],[750,36,253,43],[751,18,253,44,"size"],[751,22,253,48],[751,24,253,50],[751,26,253,53],[752,18,253,54,"color"],[752,23,253,59],[752,25,253,60],[753,16,253,69],[754,18,253,69,"fileName"],[754,26,253,69],[754,28,253,69,"_jsxFileName"],[754,40,253,69],[755,18,253,69,"lineNumber"],[755,28,253,69],[756,18,253,69,"columnNumber"],[756,30,253,69],[757,16,253,69],[757,23,253,71],[758,14,253,72],[759,16,253,72,"fileName"],[759,24,253,72],[759,26,253,72,"_jsxFileName"],[759,38,253,72],[760,16,253,72,"lineNumber"],[760,26,253,72],[761,16,253,72,"columnNumber"],[761,28,253,72],[762,14,253,72],[762,21,254,32],[762,22,254,33],[762,37,255,14],[762,41,255,14,"_reactJsxDevRuntime"],[762,60,255,14],[762,61,255,14,"jsxDEV"],[762,67,255,14],[762,69,255,15,"_reactNative"],[762,81,255,31],[762,82,255,31,"TouchableOpacity"],[762,98,255,31],[763,16,255,32,"style"],[763,21,255,37],[763,23,255,39,"styles"],[763,29,255,45],[763,30,255,46,"tokenHeaderButton"],[763,47,255,64],[764,16,255,64,"children"],[764,24,255,64],[764,39,256,16],[764,43,256,16,"_reactJsxDevRuntime"],[764,62,256,16],[764,63,256,16,"jsxDEV"],[764,69,256,16],[764,71,256,17,"_expoVectorIcons"],[764,87,256,25],[764,88,256,25,"Ionicons"],[764,96,256,25],[765,18,256,26,"name"],[765,22,256,30],[765,24,256,31],[765,34,256,41],[766,18,256,42,"size"],[766,22,256,46],[766,24,256,48],[766,26,256,51],[767,18,256,52,"color"],[767,23,256,57],[767,25,256,58],[768,16,256,67],[769,18,256,67,"fileName"],[769,26,256,67],[769,28,256,67,"_jsxFileName"],[769,40,256,67],[770,18,256,67,"lineNumber"],[770,28,256,67],[771,18,256,67,"columnNumber"],[771,30,256,67],[772,16,256,67],[772,23,256,69],[773,14,256,70],[774,16,256,70,"fileName"],[774,24,256,70],[774,26,256,70,"_jsxFileName"],[774,38,256,70],[775,16,256,70,"lineNumber"],[775,26,256,70],[776,16,256,70,"columnNumber"],[776,28,256,70],[777,14,256,70],[777,21,257,32],[777,22,257,33],[778,12,257,33],[779,14,257,33,"fileName"],[779,22,257,33],[779,24,257,33,"_jsxFileName"],[779,36,257,33],[780,14,257,33,"lineNumber"],[780,24,257,33],[781,14,257,33,"columnNumber"],[781,26,257,33],[782,12,257,33],[782,19,258,18],[782,20,258,19],[783,10,258,19],[784,12,258,19,"fileName"],[784,20,258,19],[784,22,258,19,"_jsxFileName"],[784,34,258,19],[785,12,258,19,"lineNumber"],[785,22,258,19],[786,12,258,19,"columnNumber"],[786,24,258,19],[787,10,258,19],[787,17,259,16],[787,18,259,17],[787,33,262,10],[787,37,262,10,"_reactJsxDevRuntime"],[787,56,262,10],[787,57,262,10,"jsxDEV"],[787,63,262,10],[787,65,262,11,"_reactNative"],[787,77,262,15],[787,78,262,15,"View"],[787,82,262,15],[788,12,262,16,"style"],[788,17,262,21],[788,19,262,23,"styles"],[788,25,262,29],[788,26,262,30,"tokenItem"],[788,35,262,40],[789,12,262,40,"children"],[789,20,262,40],[789,36,263,12],[789,40,263,12,"_reactJsxDevRuntime"],[789,59,263,12],[789,60,263,12,"jsxDEV"],[789,66,263,12],[789,68,263,13,"_reactNative"],[789,80,263,17],[789,81,263,17,"View"],[789,85,263,17],[790,14,263,18,"style"],[790,19,263,23],[790,21,263,25,"styles"],[790,27,263,31],[790,28,263,32,"tokenItemLeft"],[790,41,263,46],[791,14,263,46,"children"],[791,22,263,46],[791,38,264,14],[791,42,264,14,"_reactJsxDevRuntime"],[791,61,264,14],[791,62,264,14,"jsxDEV"],[791,68,264,14],[791,70,264,15,"_reactNative"],[791,82,264,19],[791,83,264,19,"View"],[791,87,264,19],[792,16,264,20,"style"],[792,21,264,25],[792,23,264,27,"styles"],[792,29,264,33],[792,30,264,34,"tokenIconContainer"],[792,48,264,53],[793,16,264,53,"children"],[793,24,264,53],[793,40,265,16],[793,44,265,16,"_reactJsxDevRuntime"],[793,63,265,16],[793,64,265,16,"jsxDEV"],[793,70,265,16],[793,72,265,17,"_reactNative"],[793,84,265,22],[793,85,265,22,"Image"],[793,90,265,22],[794,18,266,18,"source"],[794,24,266,24],[794,26,266,26],[795,20,266,28,"uri"],[795,23,266,31],[795,25,266,33],[796,18,266,134],[796,19,266,136],[797,18,267,18,"style"],[797,23,267,23],[797,25,267,25,"styles"],[797,31,267,31],[797,32,267,32,"tokenIcon"],[798,16,267,42],[799,18,267,42,"fileName"],[799,26,267,42],[799,28,267,42,"_jsxFileName"],[799,40,267,42],[800,18,267,42,"lineNumber"],[800,28,267,42],[801,18,267,42,"columnNumber"],[801,30,267,42],[802,16,267,42],[802,23,268,17],[802,24,268,18],[802,39,269,16],[802,43,269,16,"_reactJsxDevRuntime"],[802,62,269,16],[802,63,269,16,"jsxDEV"],[802,69,269,16],[802,71,269,17,"_reactNative"],[802,83,269,22],[802,84,269,22,"Image"],[802,89,269,22],[803,18,270,18,"source"],[803,24,270,24],[803,26,270,26],[804,20,270,28,"uri"],[804,23,270,31],[804,25,270,33],[805,18,270,133],[805,19,270,135],[806,18,271,18,"style"],[806,23,271,23],[806,25,271,25,"styles"],[806,31,271,31],[806,32,271,32,"networkBadge"],[807,16,271,45],[808,18,271,45,"fileName"],[808,26,271,45],[808,28,271,45,"_jsxFileName"],[808,40,271,45],[809,18,271,45,"lineNumber"],[809,28,271,45],[810,18,271,45,"columnNumber"],[810,30,271,45],[811,16,271,45],[811,23,272,17],[811,24,272,18],[812,14,272,18],[813,16,272,18,"fileName"],[813,24,272,18],[813,26,272,18,"_jsxFileName"],[813,38,272,18],[814,16,272,18,"lineNumber"],[814,26,272,18],[815,16,272,18,"columnNumber"],[815,28,272,18],[816,14,272,18],[816,21,273,20],[816,22,273,21],[816,37,274,14],[816,41,274,14,"_reactJsxDevRuntime"],[816,60,274,14],[816,61,274,14,"jsxDEV"],[816,67,274,14],[816,69,274,15,"_reactNative"],[816,81,274,19],[816,82,274,19,"View"],[816,86,274,19],[817,16,274,19,"children"],[817,24,274,19],[817,40,275,16],[817,44,275,16,"_reactJsxDevRuntime"],[817,63,275,16],[817,64,275,16,"jsxDEV"],[817,70,275,16],[817,72,275,17,"_reactNative"],[817,84,275,21],[817,85,275,21,"Text"],[817,89,275,21],[818,18,275,22,"style"],[818,23,275,27],[818,25,275,29,"styles"],[818,31,275,35],[818,32,275,36,"tokenItemName"],[818,45,275,50],[819,18,275,50,"children"],[819,26,275,50],[819,28,275,51],[820,16,275,55],[821,18,275,55,"fileName"],[821,26,275,55],[821,28,275,55,"_jsxFileName"],[821,40,275,55],[822,18,275,55,"lineNumber"],[822,28,275,55],[823,18,275,55,"columnNumber"],[823,30,275,55],[824,16,275,55],[824,23,275,61],[824,24,275,62],[824,39,276,16],[824,43,276,16,"_reactJsxDevRuntime"],[824,62,276,16],[824,63,276,16,"jsxDEV"],[824,69,276,16],[824,71,276,17,"_reactNative"],[824,83,276,21],[824,84,276,21,"Text"],[824,88,276,21],[825,18,276,22,"style"],[825,23,276,27],[825,25,276,29,"styles"],[825,31,276,35],[825,32,276,36,"tokenItemNetwork"],[825,48,276,53],[826,18,276,53,"children"],[826,26,276,53],[826,28,276,54],[827,16,276,65],[828,18,276,65,"fileName"],[828,26,276,65],[828,28,276,65,"_jsxFileName"],[828,40,276,65],[829,18,276,65,"lineNumber"],[829,28,276,65],[830,18,276,65,"columnNumber"],[830,30,276,65],[831,16,276,65],[831,23,276,71],[831,24,276,72],[832,14,276,72],[833,16,276,72,"fileName"],[833,24,276,72],[833,26,276,72,"_jsxFileName"],[833,38,276,72],[834,16,276,72,"lineNumber"],[834,26,276,72],[835,16,276,72,"columnNumber"],[835,28,276,72],[836,14,276,72],[836,21,277,20],[836,22,277,21],[837,12,277,21],[838,14,277,21,"fileName"],[838,22,277,21],[838,24,277,21,"_jsxFileName"],[838,36,277,21],[839,14,277,21,"lineNumber"],[839,24,277,21],[840,14,277,21,"columnNumber"],[840,26,277,21],[841,12,277,21],[841,19,278,18],[841,20,278,19],[841,35,279,12],[841,39,279,12,"_reactJsxDevRuntime"],[841,58,279,12],[841,59,279,12,"jsxDEV"],[841,65,279,12],[841,67,279,13,"_reactNative"],[841,79,279,17],[841,80,279,17,"View"],[841,84,279,17],[842,14,279,18,"style"],[842,19,279,23],[842,21,279,25,"styles"],[842,27,279,31],[842,28,279,32,"tokenItemRight"],[842,42,279,47],[843,14,279,47,"children"],[843,22,279,47],[843,38,280,14],[843,42,280,14,"_reactJsxDevRuntime"],[843,61,280,14],[843,62,280,14,"jsxDEV"],[843,68,280,14],[843,70,280,15,"_reactNative"],[843,82,280,19],[843,83,280,19,"Text"],[843,87,280,19],[844,16,280,20,"style"],[844,21,280,25],[844,23,280,27,"styles"],[844,29,280,33],[844,30,280,34,"tokenItemBalance"],[844,46,280,51],[845,16,280,51,"children"],[845,24,280,51],[845,26,280,52],[846,14,280,56],[847,16,280,56,"fileName"],[847,24,280,56],[847,26,280,56,"_jsxFileName"],[847,38,280,56],[848,16,280,56,"lineNumber"],[848,26,280,56],[849,16,280,56,"columnNumber"],[849,28,280,56],[850,14,280,56],[850,21,280,62],[850,22,280,63],[850,37,281,14],[850,41,281,14,"_reactJsxDevRuntime"],[850,60,281,14],[850,61,281,14,"jsxDEV"],[850,67,281,14],[850,69,281,15,"_reactNative"],[850,81,281,19],[850,82,281,19,"Text"],[850,86,281,19],[851,16,281,20,"style"],[851,21,281,25],[851,23,281,27,"styles"],[851,29,281,33],[851,30,281,34,"tokenItemUsd"],[851,42,281,47],[852,16,281,47,"children"],[852,24,281,47],[852,26,281,48],[853,14,281,53],[854,16,281,53,"fileName"],[854,24,281,53],[854,26,281,53,"_jsxFileName"],[854,38,281,53],[855,16,281,53,"lineNumber"],[855,26,281,53],[856,16,281,53,"columnNumber"],[856,28,281,53],[857,14,281,53],[857,21,281,59],[857,22,281,60],[858,12,281,60],[859,14,281,60,"fileName"],[859,22,281,60],[859,24,281,60,"_jsxFileName"],[859,36,281,60],[860,14,281,60,"lineNumber"],[860,24,281,60],[861,14,281,60,"columnNumber"],[861,26,281,60],[862,12,281,60],[862,19,282,18],[862,20,282,19],[863,10,282,19],[864,12,282,19,"fileName"],[864,20,282,19],[864,22,282,19,"_jsxFileName"],[864,34,282,19],[865,12,282,19,"lineNumber"],[865,22,282,19],[866,12,282,19,"columnNumber"],[866,24,282,19],[867,10,282,19],[867,17,283,16],[867,18,283,17],[867,33,286,10],[867,37,286,10,"_reactJsxDevRuntime"],[867,56,286,10],[867,57,286,10,"jsxDEV"],[867,63,286,10],[867,65,286,11,"_reactNative"],[867,77,286,15],[867,78,286,15,"View"],[867,82,286,15],[868,12,286,16,"style"],[868,17,286,21],[868,19,286,23,"styles"],[868,25,286,29],[868,26,286,30,"tokenItem"],[868,35,286,40],[869,12,286,40,"children"],[869,20,286,40],[869,36,287,12],[869,40,287,12,"_reactJsxDevRuntime"],[869,59,287,12],[869,60,287,12,"jsxDEV"],[869,66,287,12],[869,68,287,13,"_reactNative"],[869,80,287,17],[869,81,287,17,"View"],[869,85,287,17],[870,14,287,18,"style"],[870,19,287,23],[870,21,287,25,"styles"],[870,27,287,31],[870,28,287,32,"tokenItemLeft"],[870,41,287,46],[871,14,287,46,"children"],[871,22,287,46],[871,38,288,14],[871,42,288,14,"_reactJsxDevRuntime"],[871,61,288,14],[871,62,288,14,"jsxDEV"],[871,68,288,14],[871,70,288,15,"_reactNative"],[871,82,288,20],[871,83,288,20,"Image"],[871,88,288,20],[872,16,289,16,"source"],[872,22,289,22],[872,24,289,24],[873,18,289,26,"uri"],[873,21,289,29],[873,23,289,31],[874,16,289,88],[874,17,289,90],[875,16,290,16,"style"],[875,21,290,21],[875,23,290,23,"styles"],[875,29,290,29],[875,30,290,30,"tokenIcon"],[876,14,290,40],[877,16,290,40,"fileName"],[877,24,290,40],[877,26,290,40,"_jsxFileName"],[877,38,290,40],[878,16,290,40,"lineNumber"],[878,26,290,40],[879,16,290,40,"columnNumber"],[879,28,290,40],[880,14,290,40],[880,21,291,15],[880,22,291,16],[880,37,292,14],[880,41,292,14,"_reactJsxDevRuntime"],[880,60,292,14],[880,61,292,14,"jsxDEV"],[880,67,292,14],[880,69,292,15,"_reactNative"],[880,81,292,19],[880,82,292,19,"View"],[880,86,292,19],[881,16,292,19,"children"],[881,24,292,19],[881,40,293,16],[881,44,293,16,"_reactJsxDevRuntime"],[881,63,293,16],[881,64,293,16,"jsxDEV"],[881,70,293,16],[881,72,293,17,"_reactNative"],[881,84,293,21],[881,85,293,21,"Text"],[881,89,293,21],[882,18,293,22,"style"],[882,23,293,27],[882,25,293,29,"styles"],[882,31,293,35],[882,32,293,36,"tokenItemName"],[882,45,293,50],[883,18,293,50,"children"],[883,26,293,50],[883,28,293,51],[884,16,293,54],[885,18,293,54,"fileName"],[885,26,293,54],[885,28,293,54,"_jsxFileName"],[885,40,293,54],[886,18,293,54,"lineNumber"],[886,28,293,54],[887,18,293,54,"columnNumber"],[887,30,293,54],[888,16,293,54],[888,23,293,60],[888,24,293,61],[888,39,294,16],[888,43,294,16,"_reactJsxDevRuntime"],[888,62,294,16],[888,63,294,16,"jsxDEV"],[888,69,294,16],[888,71,294,17,"_reactNative"],[888,83,294,21],[888,84,294,21,"Text"],[888,88,294,21],[889,18,294,22,"style"],[889,23,294,27],[889,25,294,29,"styles"],[889,31,294,35],[889,32,294,36,"tokenItemNetwork"],[889,48,294,53],[890,18,294,53,"children"],[890,26,294,53],[890,28,294,54],[891,16,294,62],[892,18,294,62,"fileName"],[892,26,294,62],[892,28,294,62,"_jsxFileName"],[892,40,294,62],[893,18,294,62,"lineNumber"],[893,28,294,62],[894,18,294,62,"columnNumber"],[894,30,294,62],[895,16,294,62],[895,23,294,68],[895,24,294,69],[896,14,294,69],[897,16,294,69,"fileName"],[897,24,294,69],[897,26,294,69,"_jsxFileName"],[897,38,294,69],[898,16,294,69,"lineNumber"],[898,26,294,69],[899,16,294,69,"columnNumber"],[899,28,294,69],[900,14,294,69],[900,21,295,20],[900,22,295,21],[901,12,295,21],[902,14,295,21,"fileName"],[902,22,295,21],[902,24,295,21,"_jsxFileName"],[902,36,295,21],[903,14,295,21,"lineNumber"],[903,24,295,21],[904,14,295,21,"columnNumber"],[904,26,295,21],[905,12,295,21],[905,19,296,18],[905,20,296,19],[905,35,297,12],[905,39,297,12,"_reactJsxDevRuntime"],[905,58,297,12],[905,59,297,12,"jsxDEV"],[905,65,297,12],[905,67,297,13,"_reactNative"],[905,79,297,17],[905,80,297,17,"View"],[905,84,297,17],[906,14,297,18,"style"],[906,19,297,23],[906,21,297,25,"styles"],[906,27,297,31],[906,28,297,32,"tokenItemRight"],[906,42,297,47],[907,14,297,47,"children"],[907,22,297,47],[907,38,298,14],[907,42,298,14,"_reactJsxDevRuntime"],[907,61,298,14],[907,62,298,14,"jsxDEV"],[907,68,298,14],[907,70,298,15,"_reactNative"],[907,82,298,19],[907,83,298,19,"Text"],[907,87,298,19],[908,16,298,20,"style"],[908,21,298,25],[908,23,298,27,"styles"],[908,29,298,33],[908,30,298,34,"tokenItemBalance"],[908,46,298,51],[909,16,298,51,"children"],[909,24,298,51],[909,26,298,52],[910,14,298,56],[911,16,298,56,"fileName"],[911,24,298,56],[911,26,298,56,"_jsxFileName"],[911,38,298,56],[912,16,298,56,"lineNumber"],[912,26,298,56],[913,16,298,56,"columnNumber"],[913,28,298,56],[914,14,298,56],[914,21,298,62],[914,22,298,63],[914,37,299,14],[914,41,299,14,"_reactJsxDevRuntime"],[914,60,299,14],[914,61,299,14,"jsxDEV"],[914,67,299,14],[914,69,299,15,"_reactNative"],[914,81,299,19],[914,82,299,19,"Text"],[914,86,299,19],[915,16,299,20,"style"],[915,21,299,25],[915,23,299,27,"styles"],[915,29,299,33],[915,30,299,34,"tokenItemUsd"],[915,42,299,47],[916,16,299,47,"children"],[916,24,299,47],[916,26,299,48],[917,14,299,53],[918,16,299,53,"fileName"],[918,24,299,53],[918,26,299,53,"_jsxFileName"],[918,38,299,53],[919,16,299,53,"lineNumber"],[919,26,299,53],[920,16,299,53,"columnNumber"],[920,28,299,53],[921,14,299,53],[921,21,299,59],[921,22,299,60],[922,12,299,60],[923,14,299,60,"fileName"],[923,22,299,60],[923,24,299,60,"_jsxFileName"],[923,36,299,60],[924,14,299,60,"lineNumber"],[924,24,299,60],[925,14,299,60,"columnNumber"],[925,26,299,60],[926,12,299,60],[926,19,300,18],[926,20,300,19],[927,10,300,19],[928,12,300,19,"fileName"],[928,20,300,19],[928,22,300,19,"_jsxFileName"],[928,34,300,19],[929,12,300,19,"lineNumber"],[929,22,300,19],[930,12,300,19,"columnNumber"],[930,24,300,19],[931,10,300,19],[931,17,301,16],[931,18,301,17],[931,33,304,10],[931,37,304,10,"_reactJsxDevRuntime"],[931,56,304,10],[931,57,304,10,"jsxDEV"],[931,63,304,10],[931,65,304,11,"_reactNative"],[931,77,304,15],[931,78,304,15,"View"],[931,82,304,15],[932,12,304,16,"style"],[932,17,304,21],[932,19,304,23,"styles"],[932,25,304,29],[932,26,304,30,"tokenItem"],[932,35,304,40],[933,12,304,40,"children"],[933,20,304,40],[933,36,305,12],[933,40,305,12,"_reactJsxDevRuntime"],[933,59,305,12],[933,60,305,12,"jsxDEV"],[933,66,305,12],[933,68,305,13,"_reactNative"],[933,80,305,17],[933,81,305,17,"View"],[933,85,305,17],[934,14,305,18,"style"],[934,19,305,23],[934,21,305,25,"styles"],[934,27,305,31],[934,28,305,32,"tokenItemLeft"],[934,41,305,46],[935,14,305,46,"children"],[935,22,305,46],[935,38,306,14],[935,42,306,14,"_reactJsxDevRuntime"],[935,61,306,14],[935,62,306,14,"jsxDEV"],[935,68,306,14],[935,70,306,15,"_reactNative"],[935,82,306,20],[935,83,306,20,"Image"],[935,88,306,20],[936,16,307,16,"source"],[936,22,307,22],[936,24,307,24],[937,18,307,26,"uri"],[937,21,307,29],[937,23,307,31],[938,16,307,83],[938,17,307,85],[939,16,308,16,"style"],[939,21,308,21],[939,23,308,23,"styles"],[939,29,308,29],[939,30,308,30,"tokenIcon"],[940,14,308,40],[941,16,308,40,"fileName"],[941,24,308,40],[941,26,308,40,"_jsxFileName"],[941,38,308,40],[942,16,308,40,"lineNumber"],[942,26,308,40],[943,16,308,40,"columnNumber"],[943,28,308,40],[944,14,308,40],[944,21,309,15],[944,22,309,16],[944,37,310,14],[944,41,310,14,"_reactJsxDevRuntime"],[944,60,310,14],[944,61,310,14,"jsxDEV"],[944,67,310,14],[944,69,310,15,"_reactNative"],[944,81,310,19],[944,82,310,19,"View"],[944,86,310,19],[945,16,310,19,"children"],[945,24,310,19],[945,40,311,16],[945,44,311,16,"_reactJsxDevRuntime"],[945,63,311,16],[945,64,311,16,"jsxDEV"],[945,70,311,16],[945,72,311,17,"_reactNative"],[945,84,311,21],[945,85,311,21,"Text"],[945,89,311,21],[946,18,311,22,"style"],[946,23,311,27],[946,25,311,29,"styles"],[946,31,311,35],[946,32,311,36,"tokenItemName"],[946,45,311,50],[947,18,311,50,"children"],[947,26,311,50],[947,28,311,51],[948,16,311,54],[949,18,311,54,"fileName"],[949,26,311,54],[949,28,311,54,"_jsxFileName"],[949,40,311,54],[950,18,311,54,"lineNumber"],[950,28,311,54],[951,18,311,54,"columnNumber"],[951,30,311,54],[952,16,311,54],[952,23,311,60],[952,24,311,61],[952,39,312,16],[952,43,312,16,"_reactJsxDevRuntime"],[952,62,312,16],[952,63,312,16,"jsxDEV"],[952,69,312,16],[952,71,312,17,"_reactNative"],[952,83,312,21],[952,84,312,21,"Text"],[952,88,312,21],[953,18,312,22,"style"],[953,23,312,27],[953,25,312,29,"styles"],[953,31,312,35],[953,32,312,36,"tokenItemNetwork"],[953,48,312,53],[954,18,312,53,"children"],[954,26,312,53],[954,28,312,54],[955,16,312,61],[956,18,312,61,"fileName"],[956,26,312,61],[956,28,312,61,"_jsxFileName"],[956,40,312,61],[957,18,312,61,"lineNumber"],[957,28,312,61],[958,18,312,61,"columnNumber"],[958,30,312,61],[959,16,312,61],[959,23,312,67],[959,24,312,68],[960,14,312,68],[961,16,312,68,"fileName"],[961,24,312,68],[961,26,312,68,"_jsxFileName"],[961,38,312,68],[962,16,312,68,"lineNumber"],[962,26,312,68],[963,16,312,68,"columnNumber"],[963,28,312,68],[964,14,312,68],[964,21,313,20],[964,22,313,21],[965,12,313,21],[966,14,313,21,"fileName"],[966,22,313,21],[966,24,313,21,"_jsxFileName"],[966,36,313,21],[967,14,313,21,"lineNumber"],[967,24,313,21],[968,14,313,21,"columnNumber"],[968,26,313,21],[969,12,313,21],[969,19,314,18],[969,20,314,19],[969,35,315,12],[969,39,315,12,"_reactJsxDevRuntime"],[969,58,315,12],[969,59,315,12,"jsxDEV"],[969,65,315,12],[969,67,315,13,"_reactNative"],[969,79,315,17],[969,80,315,17,"View"],[969,84,315,17],[970,14,315,18,"style"],[970,19,315,23],[970,21,315,25,"styles"],[970,27,315,31],[970,28,315,32,"tokenItemRight"],[970,42,315,47],[971,14,315,47,"children"],[971,22,315,47],[971,38,316,14],[971,42,316,14,"_reactJsxDevRuntime"],[971,61,316,14],[971,62,316,14,"jsxDEV"],[971,68,316,14],[971,70,316,15,"_reactNative"],[971,82,316,19],[971,83,316,19,"Text"],[971,87,316,19],[972,16,316,20,"style"],[972,21,316,25],[972,23,316,27,"styles"],[972,29,316,33],[972,30,316,34,"tokenItemBalance"],[972,46,316,51],[973,16,316,51,"children"],[973,24,316,51],[973,26,316,52],[974,14,316,56],[975,16,316,56,"fileName"],[975,24,316,56],[975,26,316,56,"_jsxFileName"],[975,38,316,56],[976,16,316,56,"lineNumber"],[976,26,316,56],[977,16,316,56,"columnNumber"],[977,28,316,56],[978,14,316,56],[978,21,316,62],[978,22,316,63],[978,37,317,14],[978,41,317,14,"_reactJsxDevRuntime"],[978,60,317,14],[978,61,317,14,"jsxDEV"],[978,67,317,14],[978,69,317,15,"_reactNative"],[978,81,317,19],[978,82,317,19,"Text"],[978,86,317,19],[979,16,317,20,"style"],[979,21,317,25],[979,23,317,27,"styles"],[979,29,317,33],[979,30,317,34,"tokenItemUsd"],[979,42,317,47],[980,16,317,47,"children"],[980,24,317,47],[980,26,317,48],[981,14,317,53],[982,16,317,53,"fileName"],[982,24,317,53],[982,26,317,53,"_jsxFileName"],[982,38,317,53],[983,16,317,53,"lineNumber"],[983,26,317,53],[984,16,317,53,"columnNumber"],[984,28,317,53],[985,14,317,53],[985,21,317,59],[985,22,317,60],[986,12,317,60],[987,14,317,60,"fileName"],[987,22,317,60],[987,24,317,60,"_jsxFileName"],[987,36,317,60],[988,14,317,60,"lineNumber"],[988,24,317,60],[989,14,317,60,"columnNumber"],[989,26,317,60],[990,12,317,60],[990,19,318,18],[990,20,318,19],[991,10,318,19],[992,12,318,19,"fileName"],[992,20,318,19],[992,22,318,19,"_jsxFileName"],[992,34,318,19],[993,12,318,19,"lineNumber"],[993,22,318,19],[994,12,318,19,"columnNumber"],[994,24,318,19],[995,10,318,19],[995,17,319,16],[995,18,319,17],[995,33,322,10],[995,37,322,10,"_reactJsxDevRuntime"],[995,56,322,10],[995,57,322,10,"jsxDEV"],[995,63,322,10],[995,65,322,11,"_reactNative"],[995,77,322,15],[995,78,322,15,"View"],[995,82,322,15],[996,12,322,16,"style"],[996,17,322,21],[996,19,322,23,"styles"],[996,25,322,29],[996,26,322,30,"tokenItem"],[996,35,322,40],[997,12,322,40,"children"],[997,20,322,40],[997,36,323,12],[997,40,323,12,"_reactJsxDevRuntime"],[997,59,323,12],[997,60,323,12,"jsxDEV"],[997,66,323,12],[997,68,323,13,"_reactNative"],[997,80,323,17],[997,81,323,17,"View"],[997,85,323,17],[998,14,323,18,"style"],[998,19,323,23],[998,21,323,25,"styles"],[998,27,323,31],[998,28,323,32,"tokenItemLeft"],[998,41,323,46],[999,14,323,46,"children"],[999,22,323,46],[999,38,324,14],[999,42,324,14,"_reactJsxDevRuntime"],[999,61,324,14],[999,62,324,14,"jsxDEV"],[999,68,324,14],[999,70,324,15,"_reactNative"],[999,82,324,20],[999,83,324,20,"Image"],[999,88,324,20],[1000,16,325,16,"source"],[1000,22,325,22],[1000,24,325,24],[1001,18,325,26,"uri"],[1001,21,325,29],[1001,23,325,31],[1002,16,325,84],[1002,17,325,86],[1003,16,326,16,"style"],[1003,21,326,21],[1003,23,326,23,"styles"],[1003,29,326,29],[1003,30,326,30,"tokenIcon"],[1004,14,326,40],[1005,16,326,40,"fileName"],[1005,24,326,40],[1005,26,326,40,"_jsxFileName"],[1005,38,326,40],[1006,16,326,40,"lineNumber"],[1006,26,326,40],[1007,16,326,40,"columnNumber"],[1007,28,326,40],[1008,14,326,40],[1008,21,327,15],[1008,22,327,16],[1008,37,328,14],[1008,41,328,14,"_reactJsxDevRuntime"],[1008,60,328,14],[1008,61,328,14,"jsxDEV"],[1008,67,328,14],[1008,69,328,15,"_reactNative"],[1008,81,328,19],[1008,82,328,19,"View"],[1008,86,328,19],[1009,16,328,19,"children"],[1009,24,328,19],[1009,40,329,16],[1009,44,329,16,"_reactJsxDevRuntime"],[1009,63,329,16],[1009,64,329,16,"jsxDEV"],[1009,70,329,16],[1009,72,329,17,"_reactNative"],[1009,84,329,21],[1009,85,329,21,"Text"],[1009,89,329,21],[1010,18,329,22,"style"],[1010,23,329,27],[1010,25,329,29,"styles"],[1010,31,329,35],[1010,32,329,36,"tokenItemName"],[1010,45,329,50],[1011,18,329,50,"children"],[1011,26,329,50],[1011,28,329,51],[1012,16,329,54],[1013,18,329,54,"fileName"],[1013,26,329,54],[1013,28,329,54,"_jsxFileName"],[1013,40,329,54],[1014,18,329,54,"lineNumber"],[1014,28,329,54],[1015,18,329,54,"columnNumber"],[1015,30,329,54],[1016,16,329,54],[1016,23,329,60],[1016,24,329,61],[1016,39,330,16],[1016,43,330,16,"_reactJsxDevRuntime"],[1016,62,330,16],[1016,63,330,16,"jsxDEV"],[1016,69,330,16],[1016,71,330,17,"_reactNative"],[1016,83,330,21],[1016,84,330,21,"Text"],[1016,88,330,21],[1017,18,330,22,"style"],[1017,23,330,27],[1017,25,330,29,"styles"],[1017,31,330,35],[1017,32,330,36,"tokenItemNetwork"],[1017,48,330,53],[1018,18,330,53,"children"],[1018,26,330,53],[1018,28,330,54],[1019,16,330,62],[1020,18,330,62,"fileName"],[1020,26,330,62],[1020,28,330,62,"_jsxFileName"],[1020,40,330,62],[1021,18,330,62,"lineNumber"],[1021,28,330,62],[1022,18,330,62,"columnNumber"],[1022,30,330,62],[1023,16,330,62],[1023,23,330,68],[1023,24,330,69],[1024,14,330,69],[1025,16,330,69,"fileName"],[1025,24,330,69],[1025,26,330,69,"_jsxFileName"],[1025,38,330,69],[1026,16,330,69,"lineNumber"],[1026,26,330,69],[1027,16,330,69,"columnNumber"],[1027,28,330,69],[1028,14,330,69],[1028,21,331,20],[1028,22,331,21],[1029,12,331,21],[1030,14,331,21,"fileName"],[1030,22,331,21],[1030,24,331,21,"_jsxFileName"],[1030,36,331,21],[1031,14,331,21,"lineNumber"],[1031,24,331,21],[1032,14,331,21,"columnNumber"],[1032,26,331,21],[1033,12,331,21],[1033,19,332,18],[1033,20,332,19],[1033,35,333,12],[1033,39,333,12,"_reactJsxDevRuntime"],[1033,58,333,12],[1033,59,333,12,"jsxDEV"],[1033,65,333,12],[1033,67,333,13,"_reactNative"],[1033,79,333,17],[1033,80,333,17,"View"],[1033,84,333,17],[1034,14,333,18,"style"],[1034,19,333,23],[1034,21,333,25,"styles"],[1034,27,333,31],[1034,28,333,32,"tokenItemRight"],[1034,42,333,47],[1035,14,333,47,"children"],[1035,22,333,47],[1035,38,334,14],[1035,42,334,14,"_reactJsxDevRuntime"],[1035,61,334,14],[1035,62,334,14,"jsxDEV"],[1035,68,334,14],[1035,70,334,15,"_reactNative"],[1035,82,334,19],[1035,83,334,19,"Text"],[1035,87,334,19],[1036,16,334,20,"style"],[1036,21,334,25],[1036,23,334,27,"styles"],[1036,29,334,33],[1036,30,334,34,"tokenItemBalance"],[1036,46,334,51],[1037,16,334,51,"children"],[1037,24,334,51],[1037,26,334,52],[1038,14,334,56],[1039,16,334,56,"fileName"],[1039,24,334,56],[1039,26,334,56,"_jsxFileName"],[1039,38,334,56],[1040,16,334,56,"lineNumber"],[1040,26,334,56],[1041,16,334,56,"columnNumber"],[1041,28,334,56],[1042,14,334,56],[1042,21,334,62],[1042,22,334,63],[1042,37,335,14],[1042,41,335,14,"_reactJsxDevRuntime"],[1042,60,335,14],[1042,61,335,14,"jsxDEV"],[1042,67,335,14],[1042,69,335,15,"_reactNative"],[1042,81,335,19],[1042,82,335,19,"Text"],[1042,86,335,19],[1043,16,335,20,"style"],[1043,21,335,25],[1043,23,335,27,"styles"],[1043,29,335,33],[1043,30,335,34,"tokenItemUsd"],[1043,42,335,47],[1044,16,335,47,"children"],[1044,24,335,47],[1044,26,335,48],[1045,14,335,53],[1046,16,335,53,"fileName"],[1046,24,335,53],[1046,26,335,53,"_jsxFileName"],[1046,38,335,53],[1047,16,335,53,"lineNumber"],[1047,26,335,53],[1048,16,335,53,"columnNumber"],[1048,28,335,53],[1049,14,335,53],[1049,21,335,59],[1049,22,335,60],[1050,12,335,60],[1051,14,335,60,"fileName"],[1051,22,335,60],[1051,24,335,60,"_jsxFileName"],[1051,36,335,60],[1052,14,335,60,"lineNumber"],[1052,24,335,60],[1053,14,335,60,"columnNumber"],[1053,26,335,60],[1054,12,335,60],[1054,19,336,18],[1054,20,336,19],[1055,10,336,19],[1056,12,336,19,"fileName"],[1056,20,336,19],[1056,22,336,19,"_jsxFileName"],[1056,34,336,19],[1057,12,336,19,"lineNumber"],[1057,22,336,19],[1058,12,336,19,"columnNumber"],[1058,24,336,19],[1059,10,336,19],[1059,17,337,16],[1059,18,337,17],[1059,33,340,10],[1059,37,340,10,"_reactJsxDevRuntime"],[1059,56,340,10],[1059,57,340,10,"jsxDEV"],[1059,63,340,10],[1059,65,340,11,"_reactNative"],[1059,77,340,15],[1059,78,340,15,"View"],[1059,82,340,15],[1060,12,340,16,"style"],[1060,17,340,21],[1060,19,340,23,"styles"],[1060,25,340,29],[1060,26,340,30,"tokenItem"],[1060,35,340,40],[1061,12,340,40,"children"],[1061,20,340,40],[1061,36,341,12],[1061,40,341,12,"_reactJsxDevRuntime"],[1061,59,341,12],[1061,60,341,12,"jsxDEV"],[1061,66,341,12],[1061,68,341,13,"_reactNative"],[1061,80,341,17],[1061,81,341,17,"View"],[1061,85,341,17],[1062,14,341,18,"style"],[1062,19,341,23],[1062,21,341,25,"styles"],[1062,27,341,31],[1062,28,341,32,"tokenItemLeft"],[1062,41,341,46],[1063,14,341,46,"children"],[1063,22,341,46],[1063,38,342,14],[1063,42,342,14,"_reactJsxDevRuntime"],[1063,61,342,14],[1063,62,342,14,"jsxDEV"],[1063,68,342,14],[1063,70,342,15,"_reactNative"],[1063,82,342,20],[1063,83,342,20,"Image"],[1063,88,342,20],[1064,16,343,16,"source"],[1064,22,343,22],[1064,24,343,24],[1065,18,343,26,"uri"],[1065,21,343,29],[1065,23,343,31],[1066,16,343,79],[1066,17,343,81],[1067,16,344,16,"style"],[1067,21,344,21],[1067,23,344,23,"styles"],[1067,29,344,29],[1067,30,344,30,"tokenIcon"],[1068,14,344,40],[1069,16,344,40,"fileName"],[1069,24,344,40],[1069,26,344,40,"_jsxFileName"],[1069,38,344,40],[1070,16,344,40,"lineNumber"],[1070,26,344,40],[1071,16,344,40,"columnNumber"],[1071,28,344,40],[1072,14,344,40],[1072,21,345,15],[1072,22,345,16],[1072,37,346,14],[1072,41,346,14,"_reactJsxDevRuntime"],[1072,60,346,14],[1072,61,346,14,"jsxDEV"],[1072,67,346,14],[1072,69,346,15,"_reactNative"],[1072,81,346,19],[1072,82,346,19,"View"],[1072,86,346,19],[1073,16,346,19,"children"],[1073,24,346,19],[1073,40,347,16],[1073,44,347,16,"_reactJsxDevRuntime"],[1073,63,347,16],[1073,64,347,16,"jsxDEV"],[1073,70,347,16],[1073,72,347,17,"_reactNative"],[1073,84,347,21],[1073,85,347,21,"Text"],[1073,89,347,21],[1074,18,347,22,"style"],[1074,23,347,27],[1074,25,347,29,"styles"],[1074,31,347,35],[1074,32,347,36,"tokenItemName"],[1074,45,347,50],[1075,18,347,50,"children"],[1075,26,347,50],[1075,28,347,51],[1076,16,347,54],[1077,18,347,54,"fileName"],[1077,26,347,54],[1077,28,347,54,"_jsxFileName"],[1077,40,347,54],[1078,18,347,54,"lineNumber"],[1078,28,347,54],[1079,18,347,54,"columnNumber"],[1079,30,347,54],[1080,16,347,54],[1080,23,347,60],[1080,24,347,61],[1080,39,348,16],[1080,43,348,16,"_reactJsxDevRuntime"],[1080,62,348,16],[1080,63,348,16,"jsxDEV"],[1080,69,348,16],[1080,71,348,17,"_reactNative"],[1080,83,348,21],[1080,84,348,21,"Text"],[1080,88,348,21],[1081,18,348,22,"style"],[1081,23,348,27],[1081,25,348,29,"styles"],[1081,31,348,35],[1081,32,348,36,"tokenItemNetwork"],[1081,48,348,53],[1082,18,348,53,"children"],[1082,26,348,53],[1082,28,348,54],[1083,16,348,73],[1084,18,348,73,"fileName"],[1084,26,348,73],[1084,28,348,73,"_jsxFileName"],[1084,40,348,73],[1085,18,348,73,"lineNumber"],[1085,28,348,73],[1086,18,348,73,"columnNumber"],[1086,30,348,73],[1087,16,348,73],[1087,23,348,79],[1087,24,348,80],[1088,14,348,80],[1089,16,348,80,"fileName"],[1089,24,348,80],[1089,26,348,80,"_jsxFileName"],[1089,38,348,80],[1090,16,348,80,"lineNumber"],[1090,26,348,80],[1091,16,348,80,"columnNumber"],[1091,28,348,80],[1092,14,348,80],[1092,21,349,20],[1092,22,349,21],[1093,12,349,21],[1094,14,349,21,"fileName"],[1094,22,349,21],[1094,24,349,21,"_jsxFileName"],[1094,36,349,21],[1095,14,349,21,"lineNumber"],[1095,24,349,21],[1096,14,349,21,"columnNumber"],[1096,26,349,21],[1097,12,349,21],[1097,19,350,18],[1097,20,350,19],[1097,35,351,12],[1097,39,351,12,"_reactJsxDevRuntime"],[1097,58,351,12],[1097,59,351,12,"jsxDEV"],[1097,65,351,12],[1097,67,351,13,"_reactNative"],[1097,79,351,17],[1097,80,351,17,"View"],[1097,84,351,17],[1098,14,351,18,"style"],[1098,19,351,23],[1098,21,351,25,"styles"],[1098,27,351,31],[1098,28,351,32,"tokenItemRight"],[1098,42,351,47],[1099,14,351,47,"children"],[1099,22,351,47],[1099,38,352,14],[1099,42,352,14,"_reactJsxDevRuntime"],[1099,61,352,14],[1099,62,352,14,"jsxDEV"],[1099,68,352,14],[1099,70,352,15,"_reactNative"],[1099,82,352,19],[1099,83,352,19,"Text"],[1099,87,352,19],[1100,16,352,20,"style"],[1100,21,352,25],[1100,23,352,27,"styles"],[1100,29,352,33],[1100,30,352,34,"tokenItemBalance"],[1100,46,352,51],[1101,16,352,51,"children"],[1101,24,352,51],[1101,26,352,52],[1102,14,352,56],[1103,16,352,56,"fileName"],[1103,24,352,56],[1103,26,352,56,"_jsxFileName"],[1103,38,352,56],[1104,16,352,56,"lineNumber"],[1104,26,352,56],[1105,16,352,56,"columnNumber"],[1105,28,352,56],[1106,14,352,56],[1106,21,352,62],[1106,22,352,63],[1106,37,353,14],[1106,41,353,14,"_reactJsxDevRuntime"],[1106,60,353,14],[1106,61,353,14,"jsxDEV"],[1106,67,353,14],[1106,69,353,15,"_reactNative"],[1106,81,353,19],[1106,82,353,19,"Text"],[1106,86,353,19],[1107,16,353,20,"style"],[1107,21,353,25],[1107,23,353,27,"styles"],[1107,29,353,33],[1107,30,353,34,"tokenItemUsd"],[1107,42,353,47],[1108,16,353,47,"children"],[1108,24,353,47],[1108,26,353,48],[1109,14,353,53],[1110,16,353,53,"fileName"],[1110,24,353,53],[1110,26,353,53,"_jsxFileName"],[1110,38,353,53],[1111,16,353,53,"lineNumber"],[1111,26,353,53],[1112,16,353,53,"columnNumber"],[1112,28,353,53],[1113,14,353,53],[1113,21,353,59],[1113,22,353,60],[1114,12,353,60],[1115,14,353,60,"fileName"],[1115,22,353,60],[1115,24,353,60,"_jsxFileName"],[1115,36,353,60],[1116,14,353,60,"lineNumber"],[1116,24,353,60],[1117,14,353,60,"columnNumber"],[1117,26,353,60],[1118,12,353,60],[1118,19,354,18],[1118,20,354,19],[1119,10,354,19],[1120,12,354,19,"fileName"],[1120,20,354,19],[1120,22,354,19,"_jsxFileName"],[1120,34,354,19],[1121,12,354,19,"lineNumber"],[1121,22,354,19],[1122,12,354,19,"columnNumber"],[1122,24,354,19],[1123,10,354,19],[1123,17,355,16],[1123,18,355,17],[1123,33,358,10],[1123,37,358,10,"_reactJsxDevRuntime"],[1123,56,358,10],[1123,57,358,10,"jsxDEV"],[1123,63,358,10],[1123,65,358,11,"_reactNative"],[1123,77,358,15],[1123,78,358,15,"View"],[1123,82,358,15],[1124,12,358,16,"style"],[1124,17,358,21],[1124,19,358,23,"styles"],[1124,25,358,29],[1124,26,358,30,"tokenItem"],[1124,35,358,40],[1125,12,358,40,"children"],[1125,20,358,40],[1125,36,359,12],[1125,40,359,12,"_reactJsxDevRuntime"],[1125,59,359,12],[1125,60,359,12,"jsxDEV"],[1125,66,359,12],[1125,68,359,13,"_reactNative"],[1125,80,359,17],[1125,81,359,17,"View"],[1125,85,359,17],[1126,14,359,18,"style"],[1126,19,359,23],[1126,21,359,25,"styles"],[1126,27,359,31],[1126,28,359,32,"tokenItemLeft"],[1126,41,359,46],[1127,14,359,46,"children"],[1127,22,359,46],[1127,38,360,14],[1127,42,360,14,"_reactJsxDevRuntime"],[1127,61,360,14],[1127,62,360,14,"jsxDEV"],[1127,68,360,14],[1127,70,360,15,"_reactNative"],[1127,82,360,20],[1127,83,360,20,"Image"],[1127,88,360,20],[1128,16,361,16,"source"],[1128,22,361,22],[1128,24,361,24],[1129,18,361,26,"uri"],[1129,21,361,29],[1129,23,361,31],[1130,16,361,83],[1130,17,361,85],[1131,16,362,16,"style"],[1131,21,362,21],[1131,23,362,23,"styles"],[1131,29,362,29],[1131,30,362,30,"tokenIcon"],[1132,14,362,40],[1133,16,362,40,"fileName"],[1133,24,362,40],[1133,26,362,40,"_jsxFileName"],[1133,38,362,40],[1134,16,362,40,"lineNumber"],[1134,26,362,40],[1135,16,362,40,"columnNumber"],[1135,28,362,40],[1136,14,362,40],[1136,21,363,15],[1136,22,363,16],[1136,37,364,14],[1136,41,364,14,"_reactJsxDevRuntime"],[1136,60,364,14],[1136,61,364,14,"jsxDEV"],[1136,67,364,14],[1136,69,364,15,"_reactNative"],[1136,81,364,19],[1136,82,364,19,"View"],[1136,86,364,19],[1137,16,364,19,"children"],[1137,24,364,19],[1137,40,365,16],[1137,44,365,16,"_reactJsxDevRuntime"],[1137,63,365,16],[1137,64,365,16,"jsxDEV"],[1137,70,365,16],[1137,72,365,17,"_reactNative"],[1137,84,365,21],[1137,85,365,21,"Text"],[1137,89,365,21],[1138,18,365,22,"style"],[1138,23,365,27],[1138,25,365,29,"styles"],[1138,31,365,35],[1138,32,365,36,"tokenItemName"],[1138,45,365,50],[1139,18,365,50,"children"],[1139,26,365,50],[1139,28,365,51],[1140,16,365,54],[1141,18,365,54,"fileName"],[1141,26,365,54],[1141,28,365,54,"_jsxFileName"],[1141,40,365,54],[1142,18,365,54,"lineNumber"],[1142,28,365,54],[1143,18,365,54,"columnNumber"],[1143,30,365,54],[1144,16,365,54],[1144,23,365,60],[1144,24,365,61],[1144,39,366,16],[1144,43,366,16,"_reactJsxDevRuntime"],[1144,62,366,16],[1144,63,366,16,"jsxDEV"],[1144,69,366,16],[1144,71,366,17,"_reactNative"],[1144,83,366,21],[1144,84,366,21,"Text"],[1144,88,366,21],[1145,18,366,22,"style"],[1145,23,366,27],[1145,25,366,29,"styles"],[1145,31,366,35],[1145,32,366,36,"tokenItemNetwork"],[1145,48,366,53],[1146,18,366,53,"children"],[1146,26,366,53],[1146,28,366,54],[1147,16,366,61],[1148,18,366,61,"fileName"],[1148,26,366,61],[1148,28,366,61,"_jsxFileName"],[1148,40,366,61],[1149,18,366,61,"lineNumber"],[1149,28,366,61],[1150,18,366,61,"columnNumber"],[1150,30,366,61],[1151,16,366,61],[1151,23,366,67],[1151,24,366,68],[1152,14,366,68],[1153,16,366,68,"fileName"],[1153,24,366,68],[1153,26,366,68,"_jsxFileName"],[1153,38,366,68],[1154,16,366,68,"lineNumber"],[1154,26,366,68],[1155,16,366,68,"columnNumber"],[1155,28,366,68],[1156,14,366,68],[1156,21,367,20],[1156,22,367,21],[1157,12,367,21],[1158,14,367,21,"fileName"],[1158,22,367,21],[1158,24,367,21,"_jsxFileName"],[1158,36,367,21],[1159,14,367,21,"lineNumber"],[1159,24,367,21],[1160,14,367,21,"columnNumber"],[1160,26,367,21],[1161,12,367,21],[1161,19,368,18],[1161,20,368,19],[1161,35,369,12],[1161,39,369,12,"_reactJsxDevRuntime"],[1161,58,369,12],[1161,59,369,12,"jsxDEV"],[1161,65,369,12],[1161,67,369,13,"_reactNative"],[1161,79,369,17],[1161,80,369,17,"View"],[1161,84,369,17],[1162,14,369,18,"style"],[1162,19,369,23],[1162,21,369,25,"styles"],[1162,27,369,31],[1162,28,369,32,"tokenItemRight"],[1162,42,369,47],[1163,14,369,47,"children"],[1163,22,369,47],[1163,38,370,14],[1163,42,370,14,"_reactJsxDevRuntime"],[1163,61,370,14],[1163,62,370,14,"jsxDEV"],[1163,68,370,14],[1163,70,370,15,"_reactNative"],[1163,82,370,19],[1163,83,370,19,"Text"],[1163,87,370,19],[1164,16,370,20,"style"],[1164,21,370,25],[1164,23,370,27,"styles"],[1164,29,370,33],[1164,30,370,34,"tokenItemBalance"],[1164,46,370,51],[1165,16,370,51,"children"],[1165,24,370,51],[1165,26,370,52],[1166,14,370,56],[1167,16,370,56,"fileName"],[1167,24,370,56],[1167,26,370,56,"_jsxFileName"],[1167,38,370,56],[1168,16,370,56,"lineNumber"],[1168,26,370,56],[1169,16,370,56,"columnNumber"],[1169,28,370,56],[1170,14,370,56],[1170,21,370,62],[1170,22,370,63],[1170,37,371,14],[1170,41,371,14,"_reactJsxDevRuntime"],[1170,60,371,14],[1170,61,371,14,"jsxDEV"],[1170,67,371,14],[1170,69,371,15,"_reactNative"],[1170,81,371,19],[1170,82,371,19,"Text"],[1170,86,371,19],[1171,16,371,20,"style"],[1171,21,371,25],[1171,23,371,27,"styles"],[1171,29,371,33],[1171,30,371,34,"tokenItemUsd"],[1171,42,371,47],[1172,16,371,47,"children"],[1172,24,371,47],[1172,26,371,48],[1173,14,371,53],[1174,16,371,53,"fileName"],[1174,24,371,53],[1174,26,371,53,"_jsxFileName"],[1174,38,371,53],[1175,16,371,53,"lineNumber"],[1175,26,371,53],[1176,16,371,53,"columnNumber"],[1176,28,371,53],[1177,14,371,53],[1177,21,371,59],[1177,22,371,60],[1178,12,371,60],[1179,14,371,60,"fileName"],[1179,22,371,60],[1179,24,371,60,"_jsxFileName"],[1179,36,371,60],[1180,14,371,60,"lineNumber"],[1180,24,371,60],[1181,14,371,60,"columnNumber"],[1181,26,371,60],[1182,12,371,60],[1182,19,372,18],[1182,20,372,19],[1183,10,372,19],[1184,12,372,19,"fileName"],[1184,20,372,19],[1184,22,372,19,"_jsxFileName"],[1184,34,372,19],[1185,12,372,19,"lineNumber"],[1185,22,372,19],[1186,12,372,19,"columnNumber"],[1186,24,372,19],[1187,10,372,19],[1187,17,373,16],[1187,18,373,17],[1187,33,376,10],[1187,37,376,10,"_reactJsxDevRuntime"],[1187,56,376,10],[1187,57,376,10,"jsxDEV"],[1187,63,376,10],[1187,65,376,11,"_reactNative"],[1187,77,376,15],[1187,78,376,15,"View"],[1187,82,376,15],[1188,12,376,16,"style"],[1188,17,376,21],[1188,19,376,23,"styles"],[1188,25,376,29],[1188,26,376,30,"tokenItem"],[1188,35,376,40],[1189,12,376,40,"children"],[1189,20,376,40],[1189,36,377,12],[1189,40,377,12,"_reactJsxDevRuntime"],[1189,59,377,12],[1189,60,377,12,"jsxDEV"],[1189,66,377,12],[1189,68,377,13,"_reactNative"],[1189,80,377,17],[1189,81,377,17,"View"],[1189,85,377,17],[1190,14,377,18,"style"],[1190,19,377,23],[1190,21,377,25,"styles"],[1190,27,377,31],[1190,28,377,32,"tokenItemLeft"],[1190,41,377,46],[1191,14,377,46,"children"],[1191,22,377,46],[1191,38,378,14],[1191,42,378,14,"_reactJsxDevRuntime"],[1191,61,378,14],[1191,62,378,14,"jsxDEV"],[1191,68,378,14],[1191,70,378,15,"_reactNative"],[1191,82,378,20],[1191,83,378,20,"Image"],[1191,88,378,20],[1192,16,379,16,"source"],[1192,22,379,22],[1192,24,379,24],[1193,18,379,26,"uri"],[1193,21,379,29],[1193,23,379,31],[1194,16,379,82],[1194,17,379,84],[1195,16,380,16,"style"],[1195,21,380,21],[1195,23,380,23,"styles"],[1195,29,380,29],[1195,30,380,30,"tokenIcon"],[1196,14,380,40],[1197,16,380,40,"fileName"],[1197,24,380,40],[1197,26,380,40,"_jsxFileName"],[1197,38,380,40],[1198,16,380,40,"lineNumber"],[1198,26,380,40],[1199,16,380,40,"columnNumber"],[1199,28,380,40],[1200,14,380,40],[1200,21,381,15],[1200,22,381,16],[1200,37,382,14],[1200,41,382,14,"_reactJsxDevRuntime"],[1200,60,382,14],[1200,61,382,14,"jsxDEV"],[1200,67,382,14],[1200,69,382,15,"_reactNative"],[1200,81,382,19],[1200,82,382,19,"View"],[1200,86,382,19],[1201,16,382,19,"children"],[1201,24,382,19],[1201,40,383,16],[1201,44,383,16,"_reactJsxDevRuntime"],[1201,63,383,16],[1201,64,383,16,"jsxDEV"],[1201,70,383,16],[1201,72,383,17,"_reactNative"],[1201,84,383,21],[1201,85,383,21,"Text"],[1201,89,383,21],[1202,18,383,22,"style"],[1202,23,383,27],[1202,25,383,29,"styles"],[1202,31,383,35],[1202,32,383,36,"tokenItemName"],[1202,45,383,50],[1203,18,383,50,"children"],[1203,26,383,50],[1203,28,383,51],[1204,16,383,54],[1205,18,383,54,"fileName"],[1205,26,383,54],[1205,28,383,54,"_jsxFileName"],[1205,40,383,54],[1206,18,383,54,"lineNumber"],[1206,28,383,54],[1207,18,383,54,"columnNumber"],[1207,30,383,54],[1208,16,383,54],[1208,23,383,60],[1208,24,383,61],[1208,39,384,16],[1208,43,384,16,"_reactJsxDevRuntime"],[1208,62,384,16],[1208,63,384,16,"jsxDEV"],[1208,69,384,16],[1208,71,384,17,"_reactNative"],[1208,83,384,21],[1208,84,384,21,"Text"],[1208,88,384,21],[1209,18,384,22,"style"],[1209,23,384,27],[1209,25,384,29,"styles"],[1209,31,384,35],[1209,32,384,36,"tokenItemNetwork"],[1209,48,384,53],[1210,18,384,53,"children"],[1210,26,384,53],[1210,28,384,54],[1211,16,384,60],[1212,18,384,60,"fileName"],[1212,26,384,60],[1212,28,384,60,"_jsxFileName"],[1212,40,384,60],[1213,18,384,60,"lineNumber"],[1213,28,384,60],[1214,18,384,60,"columnNumber"],[1214,30,384,60],[1215,16,384,60],[1215,23,384,66],[1215,24,384,67],[1216,14,384,67],[1217,16,384,67,"fileName"],[1217,24,384,67],[1217,26,384,67,"_jsxFileName"],[1217,38,384,67],[1218,16,384,67,"lineNumber"],[1218,26,384,67],[1219,16,384,67,"columnNumber"],[1219,28,384,67],[1220,14,384,67],[1220,21,385,20],[1220,22,385,21],[1221,12,385,21],[1222,14,385,21,"fileName"],[1222,22,385,21],[1222,24,385,21,"_jsxFileName"],[1222,36,385,21],[1223,14,385,21,"lineNumber"],[1223,24,385,21],[1224,14,385,21,"columnNumber"],[1224,26,385,21],[1225,12,385,21],[1225,19,386,18],[1225,20,386,19],[1225,35,387,12],[1225,39,387,12,"_reactJsxDevRuntime"],[1225,58,387,12],[1225,59,387,12,"jsxDEV"],[1225,65,387,12],[1225,67,387,13,"_reactNative"],[1225,79,387,17],[1225,80,387,17,"View"],[1225,84,387,17],[1226,14,387,18,"style"],[1226,19,387,23],[1226,21,387,25,"styles"],[1226,27,387,31],[1226,28,387,32,"tokenItemRight"],[1226,42,387,47],[1227,14,387,47,"children"],[1227,22,387,47],[1227,38,388,14],[1227,42,388,14,"_reactJsxDevRuntime"],[1227,61,388,14],[1227,62,388,14,"jsxDEV"],[1227,68,388,14],[1227,70,388,15,"_reactNative"],[1227,82,388,19],[1227,83,388,19,"Text"],[1227,87,388,19],[1228,16,388,20,"style"],[1228,21,388,25],[1228,23,388,27,"styles"],[1228,29,388,33],[1228,30,388,34,"tokenItemBalance"],[1228,46,388,51],[1229,16,388,51,"children"],[1229,24,388,51],[1229,26,388,52],[1230,14,388,56],[1231,16,388,56,"fileName"],[1231,24,388,56],[1231,26,388,56,"_jsxFileName"],[1231,38,388,56],[1232,16,388,56,"lineNumber"],[1232,26,388,56],[1233,16,388,56,"columnNumber"],[1233,28,388,56],[1234,14,388,56],[1234,21,388,62],[1234,22,388,63],[1234,37,389,14],[1234,41,389,14,"_reactJsxDevRuntime"],[1234,60,389,14],[1234,61,389,14,"jsxDEV"],[1234,67,389,14],[1234,69,389,15,"_reactNative"],[1234,81,389,19],[1234,82,389,19,"Text"],[1234,86,389,19],[1235,16,389,20,"style"],[1235,21,389,25],[1235,23,389,27,"styles"],[1235,29,389,33],[1235,30,389,34,"tokenItemUsd"],[1235,42,389,47],[1236,16,389,47,"children"],[1236,24,389,47],[1236,26,389,48],[1237,14,389,53],[1238,16,389,53,"fileName"],[1238,24,389,53],[1238,26,389,53,"_jsxFileName"],[1238,38,389,53],[1239,16,389,53,"lineNumber"],[1239,26,389,53],[1240,16,389,53,"columnNumber"],[1240,28,389,53],[1241,14,389,53],[1241,21,389,59],[1241,22,389,60],[1242,12,389,60],[1243,14,389,60,"fileName"],[1243,22,389,60],[1243,24,389,60,"_jsxFileName"],[1243,36,389,60],[1244,14,389,60,"lineNumber"],[1244,24,389,60],[1245,14,389,60,"columnNumber"],[1245,26,389,60],[1246,12,389,60],[1246,19,390,18],[1246,20,390,19],[1247,10,390,19],[1248,12,390,19,"fileName"],[1248,20,390,19],[1248,22,390,19,"_jsxFileName"],[1248,34,390,19],[1249,12,390,19,"lineNumber"],[1249,22,390,19],[1250,12,390,19,"columnNumber"],[1250,24,390,19],[1251,10,390,19],[1251,17,391,16],[1251,18,391,17],[1252,8,391,17],[1253,10,391,17,"fileName"],[1253,18,391,17],[1253,20,391,17,"_jsxFileName"],[1253,32,391,17],[1254,10,391,17,"lineNumber"],[1254,20,391,17],[1255,10,391,17,"columnNumber"],[1255,22,391,17],[1256,8,391,17],[1256,15,392,14],[1256,16,392,15],[1257,6,392,15],[1258,8,392,15,"fileName"],[1258,16,392,15],[1258,18,392,15,"_jsxFileName"],[1258,30,392,15],[1259,8,392,15,"lineNumber"],[1259,18,392,15],[1260,8,392,15,"columnNumber"],[1260,20,392,15],[1261,6,392,15],[1261,13,393,18],[1262,4,393,19],[1263,6,393,19,"fileName"],[1263,14,393,19],[1263,16,393,19,"_jsxFileName"],[1263,28,393,19],[1264,6,393,19,"lineNumber"],[1264,16,393,19],[1265,6,393,19,"columnNumber"],[1265,18,393,19],[1266,4,393,19],[1266,11,394,10],[1266,12,394,11],[1267,2,396,0],[1268,2,396,1,"_s2"],[1268,5,396,1],[1268,6,118,9,"WalletTab"],[1268,15,118,18],[1269,4,118,18],[1269,12,119,19,"useAuth"],[1269,32,119,26],[1269,33,119,26,"useAuth"],[1269,40,119,26],[1269,42,120,17,"useSafeAreaInsets"],[1269,69,120,34],[1269,70,120,34,"useSafeAreaInsets"],[1269,87,120,34],[1270,2,120,34],[1271,2,120,34,"_c2"],[1271,5,120,34],[1271,8,118,9,"WalletTab"],[1271,17,118,18],[1272,2,398,0],[1272,11,398,9,"CitizensTab"],[1272,22,398,20,"CitizensTab"],[1272,23,398,20],[1272,25,398,23],[1273,4,399,2],[1273,24,400,4],[1273,28,400,4,"_reactJsxDevRuntime"],[1273,47,400,4],[1273,48,400,4,"jsxDEV"],[1273,54,400,4],[1273,56,400,5,"_reactNative"],[1273,68,400,9],[1273,69,400,9,"View"],[1273,73,400,9],[1274,6,400,10,"style"],[1274,11,400,15],[1274,13,400,17,"styles"],[1274,19,400,23],[1274,20,400,24,"container"],[1274,29,400,34],[1275,6,400,34,"children"],[1275,14,400,34],[1275,29,401,6],[1275,33,401,6,"_reactJsxDevRuntime"],[1275,52,401,6],[1275,53,401,6,"jsxDEV"],[1275,59,401,6],[1275,61,401,7,"_reactNative"],[1275,73,401,11],[1275,74,401,11,"Text"],[1275,78,401,11],[1276,8,401,12,"style"],[1276,13,401,17],[1276,15,401,19,"styles"],[1276,21,401,25],[1276,22,401,26,"placeholderText"],[1276,37,401,42],[1277,8,401,42,"children"],[1277,16,401,42],[1277,18,401,43],[1278,6,401,58],[1279,8,401,58,"fileName"],[1279,16,401,58],[1279,18,401,58,"_jsxFileName"],[1279,30,401,58],[1280,8,401,58,"lineNumber"],[1280,18,401,58],[1281,8,401,58,"columnNumber"],[1281,20,401,58],[1282,6,401,58],[1282,13,401,64],[1283,4,401,65],[1284,6,401,65,"fileName"],[1284,14,401,65],[1284,16,401,65,"_jsxFileName"],[1284,28,401,65],[1285,6,401,65,"lineNumber"],[1285,16,401,65],[1286,6,401,65,"columnNumber"],[1286,18,401,65],[1287,4,401,65],[1287,11,402,10],[1287,12,402,11],[1288,2,404,0],[1289,2,404,1,"_c3"],[1289,5,404,1],[1289,8,398,9,"CitizensTab"],[1289,19,398,20],[1290,2,406,0],[1290,11,406,9,"ReferralTab"],[1290,22,406,20,"ReferralTab"],[1290,23,406,20],[1290,25,406,23],[1291,4,407,2],[1291,24,408,4],[1291,28,408,4,"_reactJsxDevRuntime"],[1291,47,408,4],[1291,48,408,4,"jsxDEV"],[1291,54,408,4],[1291,56,408,5,"_reactNative"],[1291,68,408,9],[1291,69,408,9,"View"],[1291,73,408,9],[1292,6,408,10,"style"],[1292,11,408,15],[1292,13,408,17,"styles"],[1292,19,408,23],[1292,20,408,24,"container"],[1292,29,408,34],[1293,6,408,34,"children"],[1293,14,408,34],[1293,29,409,6],[1293,33,409,6,"_reactJsxDevRuntime"],[1293,52,409,6],[1293,53,409,6,"jsxDEV"],[1293,59,409,6],[1293,61,409,7,"_reactNative"],[1293,73,409,11],[1293,74,409,11,"Text"],[1293,78,409,11],[1294,8,409,12,"style"],[1294,13,409,17],[1294,15,409,19,"styles"],[1294,21,409,25],[1294,22,409,26,"placeholderText"],[1294,37,409,42],[1295,8,409,42,"children"],[1295,16,409,42],[1295,18,409,43],[1296,6,409,58],[1297,8,409,58,"fileName"],[1297,16,409,58],[1297,18,409,58,"_jsxFileName"],[1297,30,409,58],[1298,8,409,58,"lineNumber"],[1298,18,409,58],[1299,8,409,58,"columnNumber"],[1299,20,409,58],[1300,6,409,58],[1300,13,409,64],[1301,4,409,65],[1302,6,409,65,"fileName"],[1302,14,409,65],[1302,16,409,65,"_jsxFileName"],[1302,28,409,65],[1303,6,409,65,"lineNumber"],[1303,16,409,65],[1304,6,409,65,"columnNumber"],[1304,18,409,65],[1305,4,409,65],[1305,11,410,10],[1305,12,410,11],[1306,2,412,0],[1307,2,412,1,"_c4"],[1307,5,412,1],[1307,8,406,9,"ReferralTab"],[1307,19,406,20],[1308,2,414,0],[1308,11,414,9,"ProfileTab"],[1308,21,414,19,"ProfileTab"],[1308,22,414,19],[1308,24,414,22],[1309,4,415,2],[1309,24,416,4],[1309,28,416,4,"_reactJsxDevRuntime"],[1309,47,416,4],[1309,48,416,4,"jsxDEV"],[1309,54,416,4],[1309,56,416,5,"_reactNative"],[1309,68,416,9],[1309,69,416,9,"View"],[1309,73,416,9],[1310,6,416,10,"style"],[1310,11,416,15],[1310,13,416,17,"styles"],[1310,19,416,23],[1310,20,416,24,"container"],[1310,29,416,34],[1311,6,416,34,"children"],[1311,14,416,34],[1311,29,417,6],[1311,33,417,6,"_reactJsxDevRuntime"],[1311,52,417,6],[1311,53,417,6,"jsxDEV"],[1311,59,417,6],[1311,61,417,7,"_reactNative"],[1311,73,417,11],[1311,74,417,11,"Text"],[1311,78,417,11],[1312,8,417,12,"style"],[1312,13,417,17],[1312,15,417,19,"styles"],[1312,21,417,25],[1312,22,417,26,"placeholderText"],[1312,37,417,42],[1313,8,417,42,"children"],[1313,16,417,42],[1313,18,417,43],[1314,6,417,57],[1315,8,417,57,"fileName"],[1315,16,417,57],[1315,18,417,57,"_jsxFileName"],[1315,30,417,57],[1316,8,417,57,"lineNumber"],[1316,18,417,57],[1317,8,417,57,"columnNumber"],[1317,20,417,57],[1318,6,417,57],[1318,13,417,63],[1319,4,417,64],[1320,6,417,64,"fileName"],[1320,14,417,64],[1320,16,417,64,"_jsxFileName"],[1320,28,417,64],[1321,6,417,64,"lineNumber"],[1321,16,417,64],[1322,6,417,64,"columnNumber"],[1322,18,417,64],[1323,4,417,64],[1323,11,418,10],[1323,12,418,11],[1324,2,420,0],[1325,2,420,1,"_c5"],[1325,5,420,1],[1325,8,414,9,"ProfileTab"],[1325,18,414,19],[1326,2,422,0],[1326,6,422,6,"Tab"],[1326,9,422,9],[1326,12,422,12],[1326,16,422,12,"createBottomTabNavigator"],[1326,42,422,36],[1326,43,422,36,"createBottomTabNavigator"],[1326,67,422,36],[1326,69,422,37],[1326,70,422,38],[1327,2,424,15],[1327,11,424,24,"HomeScreen"],[1327,21,424,34,"HomeScreen"],[1327,22,424,34],[1327,24,424,37],[1328,4,425,2],[1328,24,426,4],[1328,28,426,4,"_reactJsxDevRuntime"],[1328,47,426,4],[1328,48,426,4,"jsxDEV"],[1328,54,426,4],[1328,56,426,5,"Tab"],[1328,59,426,8],[1328,60,426,9,"Navigator"],[1328,69,426,18],[1329,6,427,6,"screenOptions"],[1329,19,427,19],[1329,21,427,21],[1330,8,428,8,"headerShown"],[1330,19,428,19],[1330,21,428,21],[1330,26,428,26],[1331,8,429,8,"tabBarActiveTintColor"],[1331,29,429,29],[1331,31,429,31],[1331,40,429,40],[1332,8,430,8,"tabBarInactiveTintColor"],[1332,31,430,31],[1332,33,430,33],[1332,42,430,42],[1333,8,431,8,"tabBarStyle"],[1333,19,431,19],[1333,21,431,21,"styles"],[1333,27,431,27],[1333,28,431,28,"tabBar"],[1334,6,432,6],[1334,7,432,8],[1335,6,432,8,"children"],[1335,14,432,8],[1335,30,434,6],[1335,34,434,6,"_reactJsxDevRuntime"],[1335,53,434,6],[1335,54,434,6,"jsxDEV"],[1335,60,434,6],[1335,62,434,7,"Tab"],[1335,65,434,10],[1335,66,434,11,"Screen"],[1335,72,434,17],[1336,8,435,8,"name"],[1336,12,435,12],[1336,14,435,13],[1336,23,435,22],[1337,8,436,8,"component"],[1337,17,436,17],[1337,19,436,19,"HomeTab"],[1337,26,436,27],[1338,8,437,8,"options"],[1338,15,437,15],[1338,17,437,17],[1339,10,438,10,"tabBarLabel"],[1339,21,438,21],[1339,23,438,23],[1339,29,438,29],[1340,10,439,10,"tabBarIcon"],[1340,20,439,20],[1340,22,439,22,"_ref3"],[1340,27,439,22],[1341,12,439,22],[1341,16,439,25,"color"],[1341,21,439,30],[1341,24,439,30,"_ref3"],[1341,29,439,30],[1341,30,439,25,"color"],[1341,35,439,30],[1342,14,439,32,"size"],[1342,18,439,36],[1342,21,439,36,"_ref3"],[1342,26,439,36],[1342,27,439,32,"size"],[1342,31,439,36],[1343,12,439,36],[1343,32,440,12],[1343,36,440,12,"_reactJsxDevRuntime"],[1343,55,440,12],[1343,56,440,12,"jsxDEV"],[1343,62,440,12],[1343,64,440,13,"_expoVectorIcons"],[1343,80,440,21],[1343,81,440,21,"Ionicons"],[1343,89,440,21],[1344,14,440,22,"name"],[1344,18,440,26],[1344,20,440,27],[1344,26,440,33],[1345,14,440,34,"size"],[1345,18,440,38],[1345,20,440,40,"size"],[1345,24,440,45],[1346,14,440,46,"color"],[1346,19,440,51],[1346,21,440,53,"color"],[1347,12,440,59],[1348,14,440,59,"fileName"],[1348,22,440,59],[1348,24,440,59,"_jsxFileName"],[1348,36,440,59],[1349,14,440,59,"lineNumber"],[1349,24,440,59],[1350,14,440,59,"columnNumber"],[1350,26,440,59],[1351,12,440,59],[1351,19,440,61],[1351,20,440,62],[1352,10,440,62],[1353,8,442,8],[1354,6,442,10],[1355,8,442,10,"fileName"],[1355,16,442,10],[1355,18,442,10,"_jsxFileName"],[1355,30,442,10],[1356,8,442,10,"lineNumber"],[1356,18,442,10],[1357,8,442,10,"columnNumber"],[1357,20,442,10],[1358,6,442,10],[1358,13,443,7],[1358,14,443,8],[1358,29,444,6],[1358,33,444,6,"_reactJsxDevRuntime"],[1358,52,444,6],[1358,53,444,6,"jsxDEV"],[1358,59,444,6],[1358,61,444,7,"Tab"],[1358,64,444,10],[1358,65,444,11,"Screen"],[1358,71,444,17],[1359,8,445,8,"name"],[1359,12,445,12],[1359,14,445,13],[1359,22,445,21],[1360,8,446,8,"component"],[1360,17,446,17],[1360,19,446,19,"WalletTab"],[1360,28,446,29],[1361,8,447,8,"options"],[1361,15,447,15],[1361,17,447,17],[1362,10,448,10,"tabBarLabel"],[1362,21,448,21],[1362,23,448,23],[1362,31,448,31],[1363,10,449,10,"tabBarIcon"],[1363,20,449,20],[1363,22,449,22,"_ref4"],[1363,27,449,22],[1364,12,449,22],[1364,16,449,25,"color"],[1364,21,449,30],[1364,24,449,30,"_ref4"],[1364,29,449,30],[1364,30,449,25,"color"],[1364,35,449,30],[1365,14,449,32,"size"],[1365,18,449,36],[1365,21,449,36,"_ref4"],[1365,26,449,36],[1365,27,449,32,"size"],[1365,31,449,36],[1366,12,449,36],[1366,32,450,12],[1366,36,450,12,"_reactJsxDevRuntime"],[1366,55,450,12],[1366,56,450,12,"jsxDEV"],[1366,62,450,12],[1366,64,450,13,"_expoVectorIcons"],[1366,80,450,21],[1366,81,450,21,"Ionicons"],[1366,89,450,21],[1367,14,450,22,"name"],[1367,18,450,26],[1367,20,450,27],[1367,28,450,35],[1368,14,450,36,"size"],[1368,18,450,40],[1368,20,450,42,"size"],[1368,24,450,47],[1369,14,450,48,"color"],[1369,19,450,53],[1369,21,450,55,"color"],[1370,12,450,61],[1371,14,450,61,"fileName"],[1371,22,450,61],[1371,24,450,61,"_jsxFileName"],[1371,36,450,61],[1372,14,450,61,"lineNumber"],[1372,24,450,61],[1373,14,450,61,"columnNumber"],[1373,26,450,61],[1374,12,450,61],[1374,19,450,63],[1374,20,450,64],[1375,10,450,64],[1376,8,452,8],[1377,6,452,10],[1378,8,452,10,"fileName"],[1378,16,452,10],[1378,18,452,10,"_jsxFileName"],[1378,30,452,10],[1379,8,452,10,"lineNumber"],[1379,18,452,10],[1380,8,452,10,"columnNumber"],[1380,20,452,10],[1381,6,452,10],[1381,13,453,7],[1381,14,453,8],[1381,29,454,6],[1381,33,454,6,"_reactJsxDevRuntime"],[1381,52,454,6],[1381,53,454,6,"jsxDEV"],[1381,59,454,6],[1381,61,454,7,"Tab"],[1381,64,454,10],[1381,65,454,11,"Screen"],[1381,71,454,17],[1382,8,455,8,"name"],[1382,12,455,12],[1382,14,455,13],[1382,24,455,23],[1383,8,456,8,"component"],[1383,17,456,17],[1383,19,456,19,"CitizensTab"],[1383,30,456,31],[1384,8,457,8,"options"],[1384,15,457,15],[1384,17,457,17],[1385,10,458,10,"tabBarLabel"],[1385,21,458,21],[1385,23,458,23],[1385,33,458,33],[1386,10,459,10,"tabBarIcon"],[1386,20,459,20],[1386,22,459,22,"_ref5"],[1386,27,459,22],[1387,12,459,22],[1387,16,459,25,"color"],[1387,21,459,30],[1387,24,459,30,"_ref5"],[1387,29,459,30],[1387,30,459,25,"color"],[1387,35,459,30],[1388,14,459,32,"size"],[1388,18,459,36],[1388,21,459,36,"_ref5"],[1388,26,459,36],[1388,27,459,32,"size"],[1388,31,459,36],[1389,12,459,36],[1389,32,460,12],[1389,36,460,12,"_reactJsxDevRuntime"],[1389,55,460,12],[1389,56,460,12,"jsxDEV"],[1389,62,460,12],[1389,64,460,13,"_expoVectorIcons"],[1389,80,460,21],[1389,81,460,21,"Ionicons"],[1389,89,460,21],[1390,14,460,22,"name"],[1390,18,460,26],[1390,20,460,27],[1390,28,460,35],[1391,14,460,36,"size"],[1391,18,460,40],[1391,20,460,42,"size"],[1391,24,460,47],[1392,14,460,48,"color"],[1392,19,460,53],[1392,21,460,55,"color"],[1393,12,460,61],[1394,14,460,61,"fileName"],[1394,22,460,61],[1394,24,460,61,"_jsxFileName"],[1394,36,460,61],[1395,14,460,61,"lineNumber"],[1395,24,460,61],[1396,14,460,61,"columnNumber"],[1396,26,460,61],[1397,12,460,61],[1397,19,460,63],[1397,20,460,64],[1398,10,460,64],[1399,8,462,8],[1400,6,462,10],[1401,8,462,10,"fileName"],[1401,16,462,10],[1401,18,462,10,"_jsxFileName"],[1401,30,462,10],[1402,8,462,10,"lineNumber"],[1402,18,462,10],[1403,8,462,10,"columnNumber"],[1403,20,462,10],[1404,6,462,10],[1404,13,463,7],[1404,14,463,8],[1404,29,464,6],[1404,33,464,6,"_reactJsxDevRuntime"],[1404,52,464,6],[1404,53,464,6,"jsxDEV"],[1404,59,464,6],[1404,61,464,7,"Tab"],[1404,64,464,10],[1404,65,464,11,"Screen"],[1404,71,464,17],[1405,8,465,8,"name"],[1405,12,465,12],[1405,14,465,13],[1405,24,465,23],[1406,8,466,8,"component"],[1406,17,466,17],[1406,19,466,19,"ReferralTab"],[1406,30,466,31],[1407,8,467,8,"options"],[1407,15,467,15],[1407,17,467,17],[1408,10,468,10,"tabBarLabel"],[1408,21,468,21],[1408,23,468,23],[1408,33,468,33],[1409,10,469,10,"tabBarIcon"],[1409,20,469,20],[1409,22,469,22,"_ref6"],[1409,27,469,22],[1410,12,469,22],[1410,16,469,25,"color"],[1410,21,469,30],[1410,24,469,30,"_ref6"],[1410,29,469,30],[1410,30,469,25,"color"],[1410,35,469,30],[1411,14,469,32,"size"],[1411,18,469,36],[1411,21,469,36,"_ref6"],[1411,26,469,36],[1411,27,469,32,"size"],[1411,31,469,36],[1412,12,469,36],[1412,32,470,12],[1412,36,470,12,"_reactJsxDevRuntime"],[1412,55,470,12],[1412,56,470,12,"jsxDEV"],[1412,62,470,12],[1412,64,470,13,"_expoVectorIcons"],[1412,80,470,21],[1412,81,470,21,"Ionicons"],[1412,89,470,21],[1413,14,470,22,"name"],[1413,18,470,26],[1413,20,470,27],[1413,26,470,33],[1414,14,470,34,"size"],[1414,18,470,38],[1414,20,470,40,"size"],[1414,24,470,45],[1415,14,470,46,"color"],[1415,19,470,51],[1415,21,470,53,"color"],[1416,12,470,59],[1417,14,470,59,"fileName"],[1417,22,470,59],[1417,24,470,59,"_jsxFileName"],[1417,36,470,59],[1418,14,470,59,"lineNumber"],[1418,24,470,59],[1419,14,470,59,"columnNumber"],[1419,26,470,59],[1420,12,470,59],[1420,19,470,61],[1420,20,470,62],[1421,10,470,62],[1422,8,472,8],[1423,6,472,10],[1424,8,472,10,"fileName"],[1424,16,472,10],[1424,18,472,10,"_jsxFileName"],[1424,30,472,10],[1425,8,472,10,"lineNumber"],[1425,18,472,10],[1426,8,472,10,"columnNumber"],[1426,20,472,10],[1427,6,472,10],[1427,13,473,7],[1427,14,473,8],[1427,29,474,6],[1427,33,474,6,"_reactJsxDevRuntime"],[1427,52,474,6],[1427,53,474,6,"jsxDEV"],[1427,59,474,6],[1427,61,474,7,"Tab"],[1427,64,474,10],[1427,65,474,11,"Screen"],[1427,71,474,17],[1428,8,475,8,"name"],[1428,12,475,12],[1428,14,475,13],[1428,23,475,22],[1429,8,476,8,"component"],[1429,17,476,17],[1429,19,476,19,"ProfileTab"],[1429,29,476,30],[1430,8,477,8,"options"],[1430,15,477,15],[1430,17,477,17],[1431,10,478,10,"tabBarLabel"],[1431,21,478,21],[1431,23,478,23],[1431,32,478,32],[1432,10,479,10,"tabBarIcon"],[1432,20,479,20],[1432,22,479,22,"_ref7"],[1432,27,479,22],[1433,12,479,22],[1433,16,479,25,"color"],[1433,21,479,30],[1433,24,479,30,"_ref7"],[1433,29,479,30],[1433,30,479,25,"color"],[1433,35,479,30],[1434,14,479,32,"size"],[1434,18,479,36],[1434,21,479,36,"_ref7"],[1434,26,479,36],[1434,27,479,32,"size"],[1434,31,479,36],[1435,12,479,36],[1435,32,480,12],[1435,36,480,12,"_reactJsxDevRuntime"],[1435,55,480,12],[1435,56,480,12,"jsxDEV"],[1435,62,480,12],[1435,64,480,13,"_expoVectorIcons"],[1435,80,480,21],[1435,81,480,21,"Ionicons"],[1435,89,480,21],[1436,14,480,22,"name"],[1436,18,480,26],[1436,20,480,27],[1436,28,480,35],[1437,14,480,36,"size"],[1437,18,480,40],[1437,20,480,42,"size"],[1437,24,480,47],[1438,14,480,48,"color"],[1438,19,480,53],[1438,21,480,55,"color"],[1439,12,480,61],[1440,14,480,61,"fileName"],[1440,22,480,61],[1440,24,480,61,"_jsxFileName"],[1440,36,480,61],[1441,14,480,61,"lineNumber"],[1441,24,480,61],[1442,14,480,61,"columnNumber"],[1442,26,480,61],[1443,12,480,61],[1443,19,480,63],[1443,20,480,64],[1444,10,480,64],[1445,8,482,8],[1446,6,482,10],[1447,8,482,10,"fileName"],[1447,16,482,10],[1447,18,482,10,"_jsxFileName"],[1447,30,482,10],[1448,8,482,10,"lineNumber"],[1448,18,482,10],[1449,8,482,10,"columnNumber"],[1449,20,482,10],[1450,6,482,10],[1450,13,483,7],[1450,14,483,8],[1451,4,483,8],[1452,6,483,8,"fileName"],[1452,14,483,8],[1452,16,483,8,"_jsxFileName"],[1452,28,483,8],[1453,6,483,8,"lineNumber"],[1453,16,483,8],[1454,6,483,8,"columnNumber"],[1454,18,483,8],[1455,4,483,8],[1455,11,484,19],[1455,12,484,20],[1456,2,486,0],[1457,2,486,1,"_c6"],[1457,5,486,1],[1457,8,424,24,"HomeScreen"],[1457,18,424,34],[1458,2,488,0],[1458,6,488,6,"QUICK_ACTIONS"],[1458,19,488,19],[1458,22,488,22],[1458,23,489,2],[1459,4,489,4,"id"],[1459,6,489,6],[1459,8,489,8],[1459,11,489,11],[1460,4,489,13,"label"],[1460,9,489,18],[1460,11,489,20],[1460,17,489,26],[1461,4,489,28,"icon"],[1461,8,489,32],[1461,10,489,34],[1461,25,489,49],[1462,4,489,51,"color"],[1462,9,489,56],[1462,11,489,58],[1463,2,489,68],[1463,3,489,69],[1463,5,490,2],[1464,4,490,4,"id"],[1464,6,490,6],[1464,8,490,8],[1464,11,490,11],[1465,4,490,13,"label"],[1465,9,490,18],[1465,11,490,20],[1465,20,490,29],[1466,4,490,31,"icon"],[1466,8,490,35],[1466,10,490,37],[1466,22,490,49],[1467,4,490,51,"color"],[1467,9,490,56],[1467,11,490,58],[1468,2,490,68],[1468,3,490,69],[1468,5,491,2],[1469,4,491,4,"id"],[1469,6,491,6],[1469,8,491,8],[1469,11,491,11],[1470,4,491,13,"label"],[1470,9,491,18],[1470,11,491,20],[1470,17,491,26],[1471,4,491,28,"icon"],[1471,8,491,32],[1471,10,491,34],[1471,27,491,51],[1472,4,491,53,"color"],[1472,9,491,58],[1472,11,491,60],[1473,2,491,70],[1473,3,491,71],[1473,5,492,2],[1474,4,492,4,"id"],[1474,6,492,6],[1474,8,492,8],[1474,11,492,11],[1475,4,492,13,"label"],[1475,9,492,18],[1475,11,492,20],[1475,17,492,26],[1476,4,492,28,"icon"],[1476,8,492,32],[1476,10,492,34],[1476,28,492,52],[1477,4,492,54,"color"],[1477,9,492,59],[1477,11,492,61],[1478,2,492,71],[1478,3,492,72],[1478,5,493,2],[1479,4,493,4,"id"],[1479,6,493,6],[1479,8,493,8],[1479,11,493,11],[1480,4,493,13,"label"],[1480,9,493,18],[1480,11,493,20],[1480,18,493,27],[1481,4,493,29,"icon"],[1481,8,493,33],[1481,10,493,35],[1481,23,493,48],[1482,4,493,50,"color"],[1482,9,493,55],[1482,11,493,57],[1483,2,493,67],[1483,3,493,68],[1483,5,494,2],[1484,4,494,4,"id"],[1484,6,494,6],[1484,8,494,8],[1484,11,494,11],[1485,4,494,13,"label"],[1485,9,494,18],[1485,11,494,20],[1485,21,494,30],[1486,4,494,32,"icon"],[1486,8,494,36],[1486,10,494,38],[1486,16,494,44],[1487,4,494,46,"color"],[1487,9,494,51],[1487,11,494,53],[1488,2,494,63],[1488,3,494,64],[1488,5,495,2],[1489,4,495,4,"id"],[1489,6,495,6],[1489,8,495,8],[1489,11,495,11],[1490,4,495,13,"label"],[1490,9,495,18],[1490,11,495,20],[1490,21,495,30],[1491,4,495,32,"icon"],[1491,8,495,36],[1491,10,495,38],[1491,25,495,53],[1492,4,495,55,"color"],[1492,9,495,60],[1492,11,495,62],[1493,2,495,72],[1493,3,495,73],[1493,5,496,2],[1494,4,496,4,"id"],[1494,6,496,6],[1494,8,496,8],[1494,11,496,11],[1495,4,496,13,"label"],[1495,9,496,18],[1495,11,496,20],[1495,22,496,31],[1496,4,496,33,"icon"],[1496,8,496,37],[1496,10,496,39],[1496,18,496,47],[1497,4,496,49,"color"],[1497,9,496,54],[1497,11,496,56],[1498,2,496,66],[1498,3,496,67],[1498,5,497,2],[1499,4,497,4,"id"],[1499,6,497,6],[1499,8,497,8],[1499,11,497,11],[1500,4,497,13,"label"],[1500,9,497,18],[1500,11,497,20],[1500,21,497,30],[1501,4,497,32,"icon"],[1501,8,497,36],[1501,10,497,38],[1501,21,497,49],[1502,4,497,51,"color"],[1502,9,497,56],[1502,11,497,58],[1503,2,497,68],[1503,3,497,69],[1503,5,498,2],[1504,4,498,4,"id"],[1504,6,498,6],[1504,8,498,8],[1504,12,498,12],[1505,4,498,14,"label"],[1505,9,498,19],[1505,11,498,21],[1505,21,498,31],[1506,4,498,33,"icon"],[1506,8,498,37],[1506,10,498,39],[1506,16,498,45],[1507,4,498,47,"color"],[1507,9,498,52],[1507,11,498,54],[1508,2,498,64],[1508,3,498,65],[1508,5,499,2],[1509,4,499,4,"id"],[1509,6,499,6],[1509,8,499,8],[1509,12,499,12],[1510,4,499,14,"label"],[1510,9,499,19],[1510,11,499,21],[1510,22,499,32],[1511,4,499,34,"icon"],[1511,8,499,38],[1511,10,499,40],[1511,16,499,46],[1512,4,499,48,"color"],[1512,9,499,53],[1512,11,499,55],[1513,2,499,65],[1513,3,499,66],[1513,5,500,2],[1514,4,500,4,"id"],[1514,6,500,6],[1514,8,500,8],[1514,12,500,12],[1515,4,500,14,"label"],[1515,9,500,19],[1515,11,500,21],[1515,17,500,27],[1516,4,500,29,"icon"],[1516,8,500,33],[1516,10,500,35],[1516,16,500,41],[1517,4,500,43,"color"],[1517,9,500,48],[1517,11,500,50],[1518,2,500,60],[1518,3,500,61],[1518,4,501,1],[1519,2,503,0],[1519,6,503,6,"styles"],[1519,12,503,12],[1519,15,503,15,"StyleSheet"],[1519,27,503,25],[1519,28,503,25,"StyleSheet"],[1519,38,503,25],[1519,39,503,26,"create"],[1519,45,503,32],[1519,46,503,33],[1520,4,504,2,"container"],[1520,13,504,11],[1520,15,504,13],[1521,6,505,4,"flex"],[1521,10,505,8],[1521,12,505,10],[1521,13,505,11],[1522,6,506,4,"backgroundColor"],[1522,21,506,19],[1522,23,506,21],[1523,4,507,2],[1523,5,507,3],[1524,4,508,2,"scrollContent"],[1524,17,508,15],[1524,19,508,17],[1525,6,509,4,"paddingBottom"],[1525,19,509,17],[1525,21,509,19],[1526,4,510,2],[1526,5,510,3],[1527,4,511,2,"walletScrollContent"],[1527,23,511,21],[1527,25,511,23],[1528,6,512,4,"paddingBottom"],[1528,19,512,17],[1528,21,512,19],[1529,4,513,2],[1529,5,513,3],[1530,4,514,2,"header"],[1530,10,514,8],[1530,12,514,10],[1531,6,515,4,"flexDirection"],[1531,19,515,17],[1531,21,515,19],[1531,26,515,24],[1532,6,516,4,"justifyContent"],[1532,20,516,18],[1532,22,516,20],[1532,37,516,35],[1533,6,517,4,"alignItems"],[1533,16,517,14],[1533,18,517,16],[1533,26,517,24],[1534,6,518,4,"padding"],[1534,13,518,11],[1534,15,518,13],[1534,17,518,15],[1535,6,519,4,"backgroundColor"],[1535,21,519,19],[1535,23,519,21],[1535,29,519,27],[1536,6,520,4,"borderBottomWidth"],[1536,23,520,21],[1536,25,520,23],[1536,26,520,24],[1537,6,521,4,"borderBottomColor"],[1537,23,521,21],[1537,25,521,23],[1538,4,522,2],[1538,5,522,3],[1539,4,523,2,"headerLeft"],[1539,14,523,12],[1539,16,523,14],[1540,6,524,4,"position"],[1540,14,524,12],[1540,16,524,14],[1541,4,525,2],[1541,5,525,3],[1542,4,526,2,"profileImage"],[1542,16,526,14],[1542,18,526,16],[1543,6,527,4,"width"],[1543,11,527,9],[1543,13,527,11],[1543,15,527,13],[1544,6,528,4,"height"],[1544,12,528,10],[1544,14,528,12],[1544,16,528,14],[1545,6,529,4,"borderRadius"],[1545,18,529,16],[1545,20,529,18],[1545,22,529,20],[1546,6,530,4,"backgroundColor"],[1546,21,530,19],[1546,23,530,21],[1546,32,530,30],[1547,6,531,4,"alignItems"],[1547,16,531,14],[1547,18,531,16],[1547,26,531,24],[1548,6,532,4,"justifyContent"],[1548,20,532,18],[1548,22,532,20],[1548,30,532,28],[1549,6,533,4,"overflow"],[1549,14,533,12],[1549,16,533,14],[1550,4,534,2],[1550,5,534,3],[1551,4,535,2,"profileImageSrc"],[1551,19,535,17],[1551,21,535,19],[1552,6,536,4,"width"],[1552,11,536,9],[1552,13,536,11],[1552,15,536,13],[1553,6,537,4,"height"],[1553,12,537,10],[1553,14,537,12],[1554,4,538,2],[1554,5,538,3],[1555,4,539,2,"profileBadge"],[1555,16,539,14],[1555,18,539,16],[1556,6,540,4,"position"],[1556,14,540,12],[1556,16,540,14],[1556,26,540,24],[1557,6,541,4,"bottom"],[1557,12,541,10],[1557,14,541,12],[1557,15,541,13],[1557,16,541,14],[1558,6,542,4,"right"],[1558,11,542,9],[1558,13,542,11],[1558,14,542,12],[1558,15,542,13],[1559,6,543,4,"backgroundColor"],[1559,21,543,19],[1559,23,543,21],[1559,32,543,30],[1560,6,544,4,"borderRadius"],[1560,18,544,16],[1560,20,544,18],[1560,22,544,20],[1561,6,545,4,"paddingHorizontal"],[1561,23,545,21],[1561,25,545,23],[1561,26,545,24],[1562,6,546,4,"paddingVertical"],[1562,21,546,19],[1562,23,546,21],[1562,24,546,22],[1563,6,547,4,"flexDirection"],[1563,19,547,17],[1563,21,547,19],[1563,26,547,24],[1564,6,548,4,"alignItems"],[1564,16,548,14],[1564,18,548,16],[1564,26,548,24],[1565,6,549,4,"gap"],[1565,9,549,7],[1565,11,549,9],[1566,4,550,2],[1566,5,550,3],[1567,4,551,2,"trustScore"],[1567,14,551,12],[1567,16,551,14],[1568,6,552,4,"fontSize"],[1568,14,552,12],[1568,16,552,14],[1568,18,552,16],[1569,6,553,4,"fontWeight"],[1569,16,553,14],[1569,18,553,16],[1569,23,553,21],[1570,6,554,4,"color"],[1570,11,554,9],[1570,13,554,11],[1571,4,555,2],[1571,5,555,3],[1572,4,556,2,"headerRight"],[1572,15,556,13],[1572,17,556,15],[1573,6,557,4,"flexDirection"],[1573,19,557,17],[1573,21,557,19],[1573,26,557,24],[1574,6,558,4,"gap"],[1574,9,558,7],[1574,11,558,9],[1575,4,559,2],[1575,5,559,3],[1576,4,560,2,"iconButton"],[1576,14,560,12],[1576,16,560,14],[1577,6,561,4,"padding"],[1577,13,561,11],[1577,15,561,13],[1578,4,562,2],[1578,5,562,3],[1579,4,563,2,"announcementWidget"],[1579,22,563,20],[1579,24,563,22],[1580,6,564,4,"padding"],[1580,13,564,11],[1580,15,564,13],[1581,4,565,2],[1581,5,565,3],[1582,4,566,2,"announcement"],[1582,16,566,14],[1582,18,566,16],[1583,6,567,4,"backgroundColor"],[1583,21,567,19],[1583,23,567,21],[1583,29,567,27],[1584,6,568,4,"padding"],[1584,13,568,11],[1584,15,568,13],[1584,17,568,15],[1585,6,569,4,"borderRadius"],[1585,18,569,16],[1585,20,569,18],[1585,22,569,20],[1586,6,570,4,"marginRight"],[1586,17,570,15],[1586,19,570,17],[1586,21,570,19],[1587,6,571,4,"width"],[1587,11,571,9],[1587,13,571,11,"width"],[1587,18,571,16],[1587,21,571,19],[1587,23,571,21],[1588,6,572,4,"borderLeftWidth"],[1588,21,572,19],[1588,23,572,21],[1588,24,572,22],[1589,6,573,4,"borderLeftColor"],[1589,21,573,19],[1589,23,573,21],[1590,4,574,2],[1590,5,574,3],[1591,4,575,2,"announcementTitle"],[1591,21,575,19],[1591,23,575,21],[1592,6,576,4,"fontSize"],[1592,14,576,12],[1592,16,576,14],[1592,18,576,16],[1593,6,577,4,"fontWeight"],[1593,16,577,14],[1593,18,577,16],[1593,23,577,21],[1594,6,578,4,"color"],[1594,11,578,9],[1594,13,578,11],[1594,22,578,20],[1595,6,579,4,"marginBottom"],[1595,18,579,16],[1595,20,579,18],[1596,4,580,2],[1596,5,580,3],[1597,4,581,2,"announcementText"],[1597,20,581,18],[1597,22,581,20],[1598,6,582,4,"fontSize"],[1598,14,582,12],[1598,16,582,14],[1598,18,582,16],[1599,6,583,4,"color"],[1599,11,583,9],[1599,13,583,11],[1600,4,584,2],[1600,5,584,3],[1601,4,585,2,"quickActionsContainer"],[1601,25,585,23],[1601,27,585,25],[1602,6,586,4,"padding"],[1602,13,586,11],[1602,15,586,13],[1603,4,587,2],[1603,5,587,3],[1604,4,588,2,"sectionTitle"],[1604,16,588,14],[1604,18,588,16],[1605,6,589,4,"fontSize"],[1605,14,589,12],[1605,16,589,14],[1605,18,589,16],[1606,6,590,4,"fontWeight"],[1606,16,590,14],[1606,18,590,16],[1606,23,590,21],[1607,6,591,4,"color"],[1607,11,591,9],[1607,13,591,11],[1607,22,591,20],[1608,6,592,4,"marginBottom"],[1608,18,592,16],[1608,20,592,18],[1609,4,593,2],[1609,5,593,3],[1610,4,594,2,"actionsGrid"],[1610,15,594,13],[1610,17,594,15],[1611,6,595,4,"flexDirection"],[1611,19,595,17],[1611,21,595,19],[1611,26,595,24],[1612,6,596,4,"flexWrap"],[1612,14,596,12],[1612,16,596,14],[1612,22,596,20],[1613,6,597,4,"justifyContent"],[1613,20,597,18],[1613,22,597,20],[1614,4,598,2],[1614,5,598,3],[1615,4,599,2,"actionCard"],[1615,14,599,12],[1615,16,599,14],[1616,6,600,4,"width"],[1616,11,600,9],[1616,13,600,11],[1616,14,600,12,"width"],[1616,19,600,17],[1616,22,600,20],[1616,24,600,22],[1616,28,600,26],[1616,29,600,27],[1617,6,601,4,"backgroundColor"],[1617,21,601,19],[1617,23,601,21],[1617,29,601,27],[1618,6,602,4,"padding"],[1618,13,602,11],[1618,15,602,13],[1618,17,602,15],[1619,6,603,4,"borderRadius"],[1619,18,603,16],[1619,20,603,18],[1619,22,603,20],[1620,6,604,4,"alignItems"],[1620,16,604,14],[1620,18,604,16],[1620,26,604,24],[1621,6,605,4,"marginBottom"],[1621,18,605,16],[1621,20,605,18],[1621,22,605,20],[1622,6,606,4,"shadowColor"],[1622,17,606,15],[1622,19,606,17],[1622,25,606,23],[1623,6,607,4,"shadowOffset"],[1623,18,607,16],[1623,20,607,18],[1624,8,607,20,"width"],[1624,13,607,25],[1624,15,607,27],[1624,16,607,28],[1625,8,607,30,"height"],[1625,14,607,36],[1625,16,607,38],[1626,6,607,40],[1626,7,607,41],[1627,6,608,4,"shadowOpacity"],[1627,19,608,17],[1627,21,608,19],[1627,25,608,23],[1628,6,609,4,"shadowRadius"],[1628,18,609,16],[1628,20,609,18],[1628,21,609,19],[1629,6,610,4,"elevation"],[1629,15,610,13],[1629,17,610,15],[1630,4,611,2],[1630,5,611,3],[1631,4,612,2,"actionCardFirst"],[1631,19,612,17],[1631,21,612,19],[1632,6,613,4,"marginRight"],[1632,17,613,15],[1632,19,613,17],[1633,4,614,2],[1633,5,614,3],[1634,4,615,2,"actionCardLast"],[1634,18,615,16],[1634,20,615,18],[1635,6,616,4,"marginLeft"],[1635,16,616,14],[1635,18,616,16],[1636,4,617,2],[1636,5,617,3],[1637,4,618,2,"actionIcon"],[1637,14,618,12],[1637,16,618,14],[1638,6,619,4,"width"],[1638,11,619,9],[1638,13,619,11],[1638,15,619,13],[1639,6,620,4,"height"],[1639,12,620,10],[1639,14,620,12],[1639,16,620,14],[1640,6,621,4,"borderRadius"],[1640,18,621,16],[1640,20,621,18],[1640,22,621,20],[1641,6,622,4,"alignItems"],[1641,16,622,14],[1641,18,622,16],[1641,26,622,24],[1642,6,623,4,"justifyContent"],[1642,20,623,18],[1642,22,623,20],[1642,30,623,28],[1643,6,624,4,"marginBottom"],[1643,18,624,16],[1643,20,624,18],[1644,4,625,2],[1644,5,625,3],[1645,4,626,2,"actionLabel"],[1645,15,626,13],[1645,17,626,15],[1646,6,627,4,"fontSize"],[1646,14,627,12],[1646,16,627,14],[1646,18,627,16],[1647,6,628,4,"color"],[1647,11,628,9],[1647,13,628,11],[1647,22,628,20],[1648,6,629,4,"textAlign"],[1648,15,629,13],[1648,17,629,15],[1649,4,630,2],[1649,5,630,3],[1650,4,631,2,"walletHeader"],[1650,16,631,14],[1650,18,631,16],[1651,6,632,4,"padding"],[1651,13,632,11],[1651,15,632,13],[1651,17,632,15],[1652,6,633,4,"backgroundColor"],[1652,21,633,19],[1652,23,633,21],[1652,29,633,27],[1653,6,634,4,"borderBottomWidth"],[1653,23,634,21],[1653,25,634,23],[1653,26,634,24],[1654,6,635,4,"borderBottomColor"],[1654,23,635,21],[1654,25,635,23],[1654,34,635,32],[1655,6,636,4,"flexDirection"],[1655,19,636,17],[1655,21,636,19],[1655,26,636,24],[1656,6,637,4,"justifyContent"],[1656,20,637,18],[1656,22,637,20],[1656,37,637,35],[1657,6,638,4,"alignItems"],[1657,16,638,14],[1657,18,638,16],[1658,4,639,2],[1658,5,639,3],[1659,4,640,2,"walletTitle"],[1659,15,640,13],[1659,17,640,15],[1660,6,641,4,"fontSize"],[1660,14,641,12],[1660,16,641,14],[1660,18,641,16],[1661,6,642,4,"fontWeight"],[1661,16,642,14],[1661,18,642,16],[1661,23,642,21],[1662,6,643,4,"color"],[1662,11,643,9],[1662,13,643,11],[1663,4,644,2],[1663,5,644,3],[1664,4,645,2,"refreshButton"],[1664,17,645,15],[1664,19,645,17],[1665,6,646,4,"padding"],[1665,13,646,11],[1665,15,646,13],[1665,16,646,14],[1666,6,647,4,"borderRadius"],[1666,18,647,16],[1666,20,647,18],[1666,21,647,19],[1667,6,648,4,"backgroundColor"],[1667,21,648,19],[1667,23,648,21],[1668,4,649,2],[1668,5,649,3],[1669,4,650,2,"balanceCards"],[1669,16,650,14],[1669,18,650,16],[1670,6,651,4,"padding"],[1670,13,651,11],[1670,15,651,13],[1670,17,651,15],[1671,6,652,4,"gap"],[1671,9,652,7],[1671,11,652,9],[1672,4,653,2],[1672,5,653,3],[1673,4,654,2,"balanceCard"],[1673,15,654,13],[1673,17,654,15],[1674,6,655,4,"backgroundColor"],[1674,21,655,19],[1674,23,655,21],[1674,29,655,27],[1675,6,656,4,"padding"],[1675,13,656,11],[1675,15,656,13],[1675,17,656,15],[1676,6,657,4,"borderRadius"],[1676,18,657,16],[1676,20,657,18],[1676,22,657,20],[1677,6,658,4,"borderWidth"],[1677,17,658,15],[1677,19,658,17],[1677,20,658,18],[1678,6,659,4,"borderColor"],[1678,17,659,15],[1678,19,659,17],[1679,4,660,2],[1679,5,660,3],[1680,4,661,2,"balanceCardHeader"],[1680,21,661,19],[1680,23,661,21],[1681,6,662,4,"flexDirection"],[1681,19,662,17],[1681,21,662,19],[1681,26,662,24],[1682,6,663,4,"alignItems"],[1682,16,663,14],[1682,18,663,16],[1682,26,663,24],[1683,6,664,4,"gap"],[1683,9,664,7],[1683,11,664,9],[1683,12,664,10],[1684,6,665,4,"marginBottom"],[1684,18,665,16],[1684,20,665,18],[1685,4,666,2],[1685,5,666,3],[1686,4,667,2,"tokenLogo"],[1686,13,667,11],[1686,15,667,13],[1687,6,668,4,"width"],[1687,11,668,9],[1687,13,668,11],[1687,15,668,13],[1688,6,669,4,"height"],[1688,12,669,10],[1688,14,669,12],[1688,16,669,14],[1689,6,670,4,"borderRadius"],[1689,18,670,16],[1689,20,670,18],[1690,4,671,2],[1690,5,671,3],[1691,4,672,2,"tokenSymbol"],[1691,15,672,13],[1691,17,672,15],[1692,6,673,4,"fontSize"],[1692,14,673,12],[1692,16,673,14],[1692,18,673,16],[1693,6,674,4,"fontWeight"],[1693,16,674,14],[1693,18,674,16],[1693,23,674,21],[1694,6,675,4,"color"],[1694,11,675,9],[1694,13,675,11],[1695,4,676,2],[1695,5,676,3],[1696,4,677,2,"balanceAmount"],[1696,17,677,15],[1696,19,677,17],[1697,6,678,4,"fontSize"],[1697,14,678,12],[1697,16,678,14],[1697,18,678,16],[1698,6,679,4,"fontWeight"],[1698,16,679,14],[1698,18,679,16],[1698,23,679,21],[1699,6,680,4,"color"],[1699,11,680,9],[1699,13,680,11],[1699,22,680,20],[1700,6,681,4,"marginBottom"],[1700,18,681,16],[1700,20,681,18],[1701,4,682,2],[1701,5,682,3],[1702,4,683,2,"balanceUsd"],[1702,14,683,12],[1702,16,683,14],[1703,6,684,4,"fontSize"],[1703,14,684,12],[1703,16,684,14],[1703,18,684,16],[1704,6,685,4,"color"],[1704,11,685,9],[1704,13,685,11],[1705,4,686,2],[1705,5,686,3],[1706,4,687,2,"walletActions"],[1706,17,687,15],[1706,19,687,17],[1707,6,688,4,"flexDirection"],[1707,19,688,17],[1707,21,688,19],[1707,26,688,24],[1708,6,689,4,"padding"],[1708,13,689,11],[1708,15,689,13],[1708,17,689,15],[1709,6,690,4,"gap"],[1709,9,690,7],[1709,11,690,9],[1710,4,691,2],[1710,5,691,3],[1711,4,692,2,"walletActionButton"],[1711,22,692,20],[1711,24,692,22],[1712,6,693,4,"flex"],[1712,10,693,8],[1712,12,693,10],[1712,13,693,11],[1713,6,694,4,"backgroundColor"],[1713,21,694,19],[1713,23,694,21],[1713,32,694,30],[1714,6,695,4,"padding"],[1714,13,695,11],[1714,15,695,13],[1714,17,695,15],[1715,6,696,4,"borderRadius"],[1715,18,696,16],[1715,20,696,18],[1715,22,696,20],[1716,6,697,4,"alignItems"],[1716,16,697,14],[1716,18,697,16],[1716,26,697,24],[1717,6,698,4,"gap"],[1717,9,698,7],[1717,11,698,9],[1718,4,699,2],[1718,5,699,3],[1719,4,700,2,"walletActionText"],[1719,20,700,18],[1719,22,700,20],[1720,6,701,4,"color"],[1720,11,701,9],[1720,13,701,11],[1720,19,701,17],[1721,6,702,4,"fontSize"],[1721,14,702,12],[1721,16,702,14],[1721,18,702,16],[1722,6,703,4,"fontWeight"],[1722,16,703,14],[1722,18,703,16],[1723,4,704,2],[1723,5,704,3],[1724,4,705,2,"placeholderText"],[1724,19,705,17],[1724,21,705,19],[1725,6,706,4,"flex"],[1725,10,706,8],[1725,12,706,10],[1725,13,706,11],[1726,6,707,4,"textAlign"],[1726,15,707,13],[1726,17,707,15],[1726,25,707,23],[1727,6,708,4,"marginTop"],[1727,15,708,13],[1727,17,708,15],[1727,20,708,18],[1728,6,709,4,"fontSize"],[1728,14,709,12],[1728,16,709,14],[1728,18,709,16],[1729,6,710,4,"color"],[1729,11,710,9],[1729,13,710,11],[1730,4,711,2],[1730,5,711,3],[1731,4,712,2,"tabBar"],[1731,10,712,8],[1731,12,712,10],[1732,6,713,4,"borderTopWidth"],[1732,20,713,18],[1732,22,713,20],[1732,23,713,21],[1733,6,714,4,"borderTopColor"],[1733,20,714,18],[1733,22,714,20],[1733,31,714,29],[1734,6,715,4,"paddingBottom"],[1734,19,715,17],[1734,21,715,19],[1734,23,715,21],[1735,6,716,4,"paddingTop"],[1735,16,716,14],[1735,18,716,16],[1735,19,716,17],[1736,6,717,4,"backgroundColor"],[1736,21,717,19],[1736,23,717,21],[1737,4,718,2],[1737,5,718,3],[1738,4,719,2],[1739,4,720,2,"balanceRow"],[1739,14,720,12],[1739,16,720,14],[1740,6,721,4,"flexDirection"],[1740,19,721,17],[1740,21,721,19],[1740,26,721,24],[1741,6,722,4,"padding"],[1741,13,722,11],[1741,15,722,13],[1741,17,722,15],[1742,6,723,4,"gap"],[1742,9,723,7],[1742,11,723,9],[1743,4,724,2],[1743,5,724,3],[1744,4,725,2,"balanceCardNew"],[1744,18,725,16],[1744,20,725,18],[1745,6,726,4,"flex"],[1745,10,726,8],[1745,12,726,10],[1745,13,726,11],[1746,6,727,4,"backgroundColor"],[1746,21,727,19],[1746,23,727,21],[1746,29,727,27],[1747,6,728,4,"padding"],[1747,13,728,11],[1747,15,728,13],[1747,17,728,15],[1748,6,729,4,"borderRadius"],[1748,18,729,16],[1748,20,729,18],[1748,22,729,20],[1749,6,730,4,"alignItems"],[1749,16,730,14],[1749,18,730,16],[1749,26,730,24],[1750,6,731,4,"shadowColor"],[1750,17,731,15],[1750,19,731,17],[1750,25,731,23],[1751,6,732,4,"shadowOffset"],[1751,18,732,16],[1751,20,732,18],[1752,8,732,20,"width"],[1752,13,732,25],[1752,15,732,27],[1752,16,732,28],[1753,8,732,30,"height"],[1753,14,732,36],[1753,16,732,38],[1754,6,732,40],[1754,7,732,41],[1755,6,733,4,"shadowOpacity"],[1755,19,733,17],[1755,21,733,19],[1755,24,733,22],[1756,6,734,4,"shadowRadius"],[1756,18,734,16],[1756,20,734,18],[1756,21,734,19],[1757,6,735,4,"elevation"],[1757,15,735,13],[1757,17,735,15],[1758,4,736,2],[1758,5,736,3],[1759,4,737,2,"tokenLogoNew"],[1759,16,737,14],[1759,18,737,16],[1760,6,738,4,"width"],[1760,11,738,9],[1760,13,738,11],[1760,15,738,13],[1761,6,739,4,"height"],[1761,12,739,10],[1761,14,739,12],[1761,16,739,14],[1762,6,740,4,"borderRadius"],[1762,18,740,16],[1762,20,740,18],[1762,22,740,20],[1763,6,741,4,"marginBottom"],[1763,18,741,16],[1763,20,741,18],[1764,4,742,2],[1764,5,742,3],[1765,4,743,2,"tokenSymbolNew"],[1765,18,743,16],[1765,20,743,18],[1766,6,744,4,"fontSize"],[1766,14,744,12],[1766,16,744,14],[1766,18,744,16],[1767,6,745,4,"fontWeight"],[1767,16,745,14],[1767,18,745,16],[1767,23,745,21],[1768,6,746,4,"color"],[1768,11,746,9],[1768,13,746,11],[1768,22,746,20],[1769,6,747,4,"marginBottom"],[1769,18,747,16],[1769,20,747,18],[1770,4,748,2],[1770,5,748,3],[1771,4,749,2,"balanceAmountNew"],[1771,20,749,18],[1771,22,749,20],[1772,6,750,4,"fontSize"],[1772,14,750,12],[1772,16,750,14],[1772,18,750,16],[1773,6,751,4,"fontWeight"],[1773,16,751,14],[1773,18,751,16],[1773,23,751,21],[1774,6,752,4,"color"],[1774,11,752,9],[1774,13,752,11],[1774,22,752,20],[1775,6,753,4,"marginBottom"],[1775,18,753,16],[1775,20,753,18],[1776,4,754,2],[1776,5,754,3],[1777,4,755,2,"tokenNameNew"],[1777,16,755,14],[1777,18,755,16],[1778,6,756,4,"fontSize"],[1778,14,756,12],[1778,16,756,14],[1778,18,756,16],[1779,6,757,4,"color"],[1779,11,757,9],[1779,13,757,11],[1780,4,758,2],[1780,5,758,3],[1781,4,759,2,"actionsContainer"],[1781,20,759,18],[1781,22,759,20],[1782,6,760,4,"margin"],[1782,12,760,10],[1782,14,760,12],[1782,16,760,14],[1783,6,761,4,"backgroundColor"],[1783,21,761,19],[1783,23,761,21],[1783,29,761,27],[1784,6,762,4,"padding"],[1784,13,762,11],[1784,15,762,13],[1784,17,762,15],[1785,6,763,4,"borderRadius"],[1785,18,763,16],[1785,20,763,18],[1785,22,763,20],[1786,6,764,4,"shadowColor"],[1786,17,764,15],[1786,19,764,17],[1786,25,764,23],[1787,6,765,4,"shadowOffset"],[1787,18,765,16],[1787,20,765,18],[1788,8,765,20,"width"],[1788,13,765,25],[1788,15,765,27],[1788,16,765,28],[1789,8,765,30,"height"],[1789,14,765,36],[1789,16,765,38],[1790,6,765,40],[1790,7,765,41],[1791,6,766,4,"shadowOpacity"],[1791,19,766,17],[1791,21,766,19],[1791,24,766,22],[1792,6,767,4,"shadowRadius"],[1792,18,767,16],[1792,20,767,18],[1792,21,767,19],[1793,6,768,4,"elevation"],[1793,15,768,13],[1793,17,768,15],[1794,4,769,2],[1794,5,769,3],[1795,4,770,2,"actionsRow"],[1795,14,770,12],[1795,16,770,14],[1796,6,771,4,"flexDirection"],[1796,19,771,17],[1796,21,771,19],[1796,26,771,24],[1797,6,772,4,"justifyContent"],[1797,20,772,18],[1797,22,772,20],[1797,37,772,35],[1798,6,773,4,"marginBottom"],[1798,18,773,16],[1798,20,773,18],[1799,4,774,2],[1799,5,774,3],[1800,4,775,2,"actionBtn"],[1800,13,775,11],[1800,15,775,13],[1801,6,776,4,"width"],[1801,11,776,9],[1801,13,776,11],[1801,14,776,12,"width"],[1801,19,776,17],[1801,22,776,20],[1801,24,776,22],[1801,28,776,26],[1801,29,776,27],[1802,6,777,4,"padding"],[1802,13,777,11],[1802,15,777,13],[1802,17,777,15],[1803,6,778,4,"borderRadius"],[1803,18,778,16],[1803,20,778,18],[1803,22,778,20],[1804,6,779,4,"alignItems"],[1804,16,779,14],[1804,18,779,16],[1804,26,779,24],[1805,6,780,4,"justifyContent"],[1805,20,780,18],[1805,22,780,20],[1806,4,781,2],[1806,5,781,3],[1807,4,782,2,"actionBtnText"],[1807,17,782,15],[1807,19,782,17],[1808,6,783,4,"color"],[1808,11,783,9],[1808,13,783,11],[1808,19,783,17],[1809,6,784,4,"fontSize"],[1809,14,784,12],[1809,16,784,14],[1809,18,784,16],[1810,6,785,4,"fontWeight"],[1810,16,785,14],[1810,18,785,16],[1810,23,785,21],[1811,6,786,4,"marginTop"],[1811,15,786,13],[1811,17,786,15],[1812,4,787,2],[1812,5,787,3],[1813,4,788,2,"tokensContainer"],[1813,19,788,17],[1813,21,788,19],[1814,6,789,4,"margin"],[1814,12,789,10],[1814,14,789,12],[1814,16,789,14],[1815,6,790,4,"marginTop"],[1815,15,790,13],[1815,17,790,15],[1816,4,791,2],[1816,5,791,3],[1817,4,792,2,"tokensHeader"],[1817,16,792,14],[1817,18,792,16],[1818,6,793,4,"flexDirection"],[1818,19,793,17],[1818,21,793,19],[1818,26,793,24],[1819,6,794,4,"justifyContent"],[1819,20,794,18],[1819,22,794,20],[1819,37,794,35],[1820,6,795,4,"alignItems"],[1820,16,795,14],[1820,18,795,16],[1820,26,795,24],[1821,6,796,4,"marginBottom"],[1821,18,796,16],[1821,20,796,18],[1821,22,796,20],[1822,6,797,4,"paddingHorizontal"],[1822,23,797,21],[1822,25,797,23],[1823,4,798,2],[1823,5,798,3],[1824,4,799,2,"tokensTitle"],[1824,15,799,13],[1824,17,799,15],[1825,6,800,4,"fontSize"],[1825,14,800,12],[1825,16,800,14],[1825,18,800,16],[1826,6,801,4,"fontWeight"],[1826,16,801,14],[1826,18,801,16],[1826,23,801,21],[1827,6,802,4,"color"],[1827,11,802,9],[1827,13,802,11],[1828,4,803,2],[1828,5,803,3],[1829,4,804,2,"tokensHeaderActions"],[1829,23,804,21],[1829,25,804,23],[1830,6,805,4,"flexDirection"],[1830,19,805,17],[1830,21,805,19],[1830,26,805,24],[1831,6,806,4,"gap"],[1831,9,806,7],[1831,11,806,9],[1832,4,807,2],[1832,5,807,3],[1833,4,808,2,"tokenHeaderButton"],[1833,21,808,19],[1833,23,808,21],[1834,6,809,4,"width"],[1834,11,809,9],[1834,13,809,11],[1834,15,809,13],[1835,6,810,4,"height"],[1835,12,810,10],[1835,14,810,12],[1835,16,810,14],[1836,6,811,4,"borderRadius"],[1836,18,811,16],[1836,20,811,18],[1836,21,811,19],[1837,6,812,4,"backgroundColor"],[1837,21,812,19],[1837,23,812,21],[1837,32,812,30],[1838,6,813,4,"alignItems"],[1838,16,813,14],[1838,18,813,16],[1838,26,813,24],[1839,6,814,4,"justifyContent"],[1839,20,814,18],[1839,22,814,20],[1840,4,815,2],[1840,5,815,3],[1841,4,816,2,"tokenItem"],[1841,13,816,11],[1841,15,816,13],[1842,6,817,4,"flexDirection"],[1842,19,817,17],[1842,21,817,19],[1842,26,817,24],[1843,6,818,4,"justifyContent"],[1843,20,818,18],[1843,22,818,20],[1843,37,818,35],[1844,6,819,4,"alignItems"],[1844,16,819,14],[1844,18,819,16],[1844,26,819,24],[1845,6,820,4,"backgroundColor"],[1845,21,820,19],[1845,23,820,21],[1845,29,820,27],[1846,6,821,4,"padding"],[1846,13,821,11],[1846,15,821,13],[1846,17,821,15],[1847,6,822,4,"borderRadius"],[1847,18,822,16],[1847,20,822,18],[1847,22,822,20],[1848,6,823,4,"marginBottom"],[1848,18,823,16],[1848,20,823,18],[1848,21,823,19],[1849,6,824,4,"shadowColor"],[1849,17,824,15],[1849,19,824,17],[1849,25,824,23],[1850,6,825,4,"shadowOffset"],[1850,18,825,16],[1850,20,825,18],[1851,8,825,20,"width"],[1851,13,825,25],[1851,15,825,27],[1851,16,825,28],[1852,8,825,30,"height"],[1852,14,825,36],[1852,16,825,38],[1853,6,825,40],[1853,7,825,41],[1854,6,826,4,"shadowOpacity"],[1854,19,826,17],[1854,21,826,19],[1854,25,826,23],[1855,6,827,4,"shadowRadius"],[1855,18,827,16],[1855,20,827,18],[1855,21,827,19],[1856,6,828,4,"elevation"],[1856,15,828,13],[1856,17,828,15],[1857,4,829,2],[1857,5,829,3],[1858,4,830,2,"tokenItemLeft"],[1858,17,830,15],[1858,19,830,17],[1859,6,831,4,"flexDirection"],[1859,19,831,17],[1859,21,831,19],[1859,26,831,24],[1860,6,832,4,"alignItems"],[1860,16,832,14],[1860,18,832,16],[1860,26,832,24],[1861,6,833,4,"gap"],[1861,9,833,7],[1861,11,833,9],[1862,4,834,2],[1862,5,834,3],[1863,4,835,2,"tokenIconContainer"],[1863,22,835,20],[1863,24,835,22],[1864,6,836,4,"position"],[1864,14,836,12],[1864,16,836,14],[1864,26,836,24],[1865,6,837,4,"width"],[1865,11,837,9],[1865,13,837,11],[1865,15,837,13],[1866,6,838,4,"height"],[1866,12,838,10],[1866,14,838,12],[1867,4,839,2],[1867,5,839,3],[1868,4,840,2,"tokenIcon"],[1868,13,840,11],[1868,15,840,13],[1869,6,841,4,"width"],[1869,11,841,9],[1869,13,841,11],[1869,15,841,13],[1870,6,842,4,"height"],[1870,12,842,10],[1870,14,842,12],[1870,16,842,14],[1871,6,843,4,"borderRadius"],[1871,18,843,16],[1871,20,843,18],[1872,4,844,2],[1872,5,844,3],[1873,4,845,2,"networkBadge"],[1873,16,845,14],[1873,18,845,16],[1874,6,846,4,"position"],[1874,14,846,12],[1874,16,846,14],[1874,26,846,24],[1875,6,847,4,"right"],[1875,11,847,9],[1875,13,847,11],[1875,14,847,12],[1875,15,847,13],[1876,6,848,4,"bottom"],[1876,12,848,10],[1876,14,848,12],[1876,15,848,13],[1876,16,848,14],[1877,6,849,4,"width"],[1877,11,849,9],[1877,13,849,11],[1877,15,849,13],[1878,6,850,4,"height"],[1878,12,850,10],[1878,14,850,12],[1878,16,850,14],[1879,6,851,4,"borderRadius"],[1879,18,851,16],[1879,20,851,18],[1879,21,851,19],[1880,6,852,4,"borderWidth"],[1880,17,852,15],[1880,19,852,17],[1880,20,852,18],[1881,6,853,4,"borderColor"],[1881,17,853,15],[1881,19,853,17],[1882,4,854,2],[1882,5,854,3],[1883,4,855,2,"tokenItemName"],[1883,17,855,15],[1883,19,855,17],[1884,6,856,4,"fontSize"],[1884,14,856,12],[1884,16,856,14],[1884,18,856,16],[1885,6,857,4,"fontWeight"],[1885,16,857,14],[1885,18,857,16],[1885,23,857,21],[1886,6,858,4,"color"],[1886,11,858,9],[1886,13,858,11],[1887,4,859,2],[1887,5,859,3],[1888,4,860,2,"tokenItemNetwork"],[1888,20,860,18],[1888,22,860,20],[1889,6,861,4,"fontSize"],[1889,14,861,12],[1889,16,861,14],[1889,18,861,16],[1890,6,862,4,"color"],[1890,11,862,9],[1890,13,862,11],[1891,4,863,2],[1891,5,863,3],[1892,4,864,2,"tokenItemRight"],[1892,18,864,16],[1892,20,864,18],[1893,6,865,4,"alignItems"],[1893,16,865,14],[1893,18,865,16],[1894,4,866,2],[1894,5,866,3],[1895,4,867,2,"tokenItemBalance"],[1895,20,867,18],[1895,22,867,20],[1896,6,868,4,"fontSize"],[1896,14,868,12],[1896,16,868,14],[1896,18,868,16],[1897,6,869,4,"fontWeight"],[1897,16,869,14],[1897,18,869,16],[1897,23,869,21],[1898,6,870,4,"color"],[1898,11,870,9],[1898,13,870,11],[1899,4,871,2],[1899,5,871,3],[1900,4,872,2,"tokenItemUsd"],[1900,16,872,14],[1900,18,872,16],[1901,6,873,4,"fontSize"],[1901,14,873,12],[1901,16,873,14],[1901,18,873,16],[1902,6,874,4,"color"],[1902,11,874,9],[1902,13,874,11],[1903,4,875,2],[1904,2,876,0],[1904,3,876,1],[1904,4,876,2],[1905,2,876,3],[1905,6,876,3,"_c"],[1905,8,876,3],[1905,10,876,3,"_c2"],[1905,13,876,3],[1905,15,876,3,"_c3"],[1905,18,876,3],[1905,20,876,3,"_c4"],[1905,23,876,3],[1905,25,876,3,"_c5"],[1905,28,876,3],[1905,30,876,3,"_c6"],[1905,33,876,3],[1906,2,876,3,"$RefreshReg$"],[1906,14,876,3],[1906,15,876,3,"_c"],[1906,17,876,3],[1907,2,876,3,"$RefreshReg$"],[1907,14,876,3],[1907,15,876,3,"_c2"],[1907,18,876,3],[1908,2,876,3,"$RefreshReg$"],[1908,14,876,3],[1908,15,876,3,"_c3"],[1908,18,876,3],[1909,2,876,3,"$RefreshReg$"],[1909,14,876,3],[1909,15,876,3,"_c4"],[1909,18,876,3],[1910,2,876,3,"$RefreshReg$"],[1910,14,876,3],[1910,15,876,3,"_c5"],[1910,18,876,3],[1911,2,876,3,"$RefreshReg$"],[1911,14,876,3],[1911,15,876,3,"_c6"],[1911,18,876,3],[1912,0,876,3],[1912,3]],"functionMap":{"names":["","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;CJuO;AQE;CRM;ASE;CTM;AUE;CVM;eWI;sBCe;WDE;sBCQ;WDE;sBCQ;WDE;sBCQ;WDE;sBCQ;WDE;CXK"},"hasCjsExports":false},"type":"js/module"}]}
\ No newline at end of file
diff --git a/frontend/.metro-cache/cache/9c/5ab3a07f46ef93ae70943ad8712d9f55d16487e2b4feda686c6ceb6104eec3982814d3 b/frontend/.metro-cache/cache/9c/5ab3a07f46ef93ae70943ad8712d9f55d16487e2b4feda686c6ceb6104eec3982814d3
index e5f53132..5200e742 100644
--- a/frontend/.metro-cache/cache/9c/5ab3a07f46ef93ae70943ad8712d9f55d16487e2b4feda686c6ceb6104eec3982814d3
+++ b/frontend/.metro-cache/cache/9c/5ab3a07f46ef93ae70943ad8712d9f55d16487e2b4feda686c6ceb6104eec3982814d3
@@ -1 +1 @@
-{"dependencies":[{"name":"@babel/runtime/helpers/asyncToGenerator","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"YisBBiy2Xm9DEVdFebZ2nbgAHBo=","exportNames":["*"],"imports":1}},{"name":"@babel/runtime/helpers/slicedToArray","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"5y7e5+zC7teYEEC6niD9f5zII1M=","exportNames":["*"],"imports":1}},{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":51,"index":51}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react-native","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":52},"end":{"line":12,"column":22,"index":195}}],"key":"KyzuX10g6ixS9UfynhmjlvCIG3g=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0,"index":196},"end":{"line":13,"column":46,"index":242}}],"key":"ow7vkrqkIckRjlSi/+MhMmRYtUE=","exportNames":["*"],"imports":1}},{"name":"@react-navigation/bottom-tabs","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":14,"column":0,"index":243},"end":{"line":14,"column":73,"index":316}}],"key":"+CsiEPZJMQUbFs9pwhg0Pji1O3k=","exportNames":["*"],"imports":1}},{"name":"expo-image-picker","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":15,"column":0,"index":317},"end":{"line":15,"column":49,"index":366}}],"key":"XQFgv2+WadF9xV+S67CI6D8lClA=","exportNames":["*"],"imports":1}},{"name":"../contexts/AuthContext","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":16,"column":0,"index":367},"end":{"line":16,"column":50,"index":417}}],"key":"oNCgyH4yx4pAIVZXLqqRGB2kuCY=","exportNames":["*"],"imports":1}},{"name":"react/jsx-dev-runtime","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"L9D70Z4hi4aGuui1ysja/oQ5ytI=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n var _jsxFileName = \"/app/frontend/src/screens/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 _reactJsxDevRuntime = require(_dependencyMap[8], \"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 _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 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: 54,\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: 56,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 52,\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: 60,\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: 61,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 59,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 51,\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: 66,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 65,\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: 69,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 68,\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: 72,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 71,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 64,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 50,\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: 81,\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: 82,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 80,\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: 85,\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: 86,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 84,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 79,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 78,\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: 93,\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: 105,\n columnNumber: 19\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 104,\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: 107,\n columnNumber: 17\n }, this)]\n }, action.id, true, {\n fileName: _jsxFileName,\n lineNumber: 96,\n columnNumber: 15\n }, this))\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 94,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 92,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 48,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 47,\n columnNumber: 5\n }, this);\n }\n _s(HomeTab, \"xEp7SEfX94u+oibpmCw6eCxkmPE=\", false, function () {\n return [_contextsAuthContext.useAuth];\n });\n _c = HomeTab;\n function WalletTab() {\n _s2();\n var _useAuth2 = (0, _contextsAuthContext.useAuth)(),\n user = _useAuth2.user;\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 children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.walletTitle,\n children: \"My Wallet\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 170,\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: 172,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 171,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 169,\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: 179,\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: 183,\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: 184,\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: 185,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 178,\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: 189,\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: 193,\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: 194,\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: 195,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 188,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 177,\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: 204,\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: 205,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 203,\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: 208,\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: 209,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 207,\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: 212,\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: 213,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 211,\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: 216,\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: 217,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 215,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 202,\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: 224,\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: 225,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 223,\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: 228,\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: 229,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 227,\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: 232,\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: 233,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 231,\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: 236,\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: 237,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 235,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 222,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 200,\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: 244,\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: 250,\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: 254,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 249,\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: 260,\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: 261,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 259,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 248,\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: 265,\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: 266,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 264,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 247,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 243,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 167,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 166,\n columnNumber: 5\n }, this);\n }\n _s2(WalletTab, \"osbCN528CgM7tSTrgQcFeX6sHT4=\", false, function () {\n return [_contextsAuthContext.useAuth];\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: 280,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 279,\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: 288,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 287,\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: 296,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 295,\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: 319,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 313,\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: 329,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 323,\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: 339,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 333,\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: 349,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 343,\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: 359,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 353,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 305,\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":1445,"map":[[30,2,303,15,"Object"],[30,8,303,15],[30,9,303,15,"defineProperty"],[30,23,303,15],[30,24,303,15,"exports"],[30,31,303,15],[31,4,303,15,"enumerable"],[31,14,303,15],[32,4,303,15,"get"],[32,7,303,15],[32,18,303,15,"get"],[32,19,303,15],[33,6,303,15],[33,13,303,15,"HomeScreen"],[33,23,303,15],[34,4,303,15],[35,2,303,15],[36,2,365,1],[36,6,365,1,"_babelRuntimeHelpersAsyncToGenerator"],[36,42,365,1],[36,45,365,1,"require"],[36,52,365,1],[36,53,365,1,"_dependencyMap"],[36,67,365,1],[37,2,365,1],[37,6,365,1,"_asyncToGenerator"],[37,23,365,1],[37,26,365,1,"_interopDefault"],[37,41,365,1],[37,42,365,1,"_babelRuntimeHelpersAsyncToGenerator"],[37,78,365,1],[38,2,365,1],[38,6,365,1,"_babelRuntimeHelpersSlicedToArray"],[38,39,365,1],[38,42,365,1,"require"],[38,49,365,1],[38,50,365,1,"_dependencyMap"],[38,64,365,1],[39,2,365,1],[39,6,365,1,"_slicedToArray"],[39,20,365,1],[39,23,365,1,"_interopDefault"],[39,38,365,1],[39,39,365,1,"_babelRuntimeHelpersSlicedToArray"],[39,72,365,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,13,0],[42,6,13,0,"_expoVectorIcons"],[42,22,13,0],[42,25,13,0,"require"],[42,32,13,0],[42,33,13,0,"_dependencyMap"],[42,47,13,0],[43,2,14,0],[43,6,14,0,"_reactNavigationBottomTabs"],[43,32,14,0],[43,35,14,0,"require"],[43,42,14,0],[43,43,14,0,"_dependencyMap"],[43,57,14,0],[44,2,15,0],[44,6,15,0,"_expoImagePicker"],[44,22,15,0],[44,25,15,0,"require"],[44,32,15,0],[44,33,15,0,"_dependencyMap"],[44,47,15,0],[45,2,15,0],[45,6,15,0,"ImagePicker"],[45,17,15,0],[45,20,15,0,"_interopNamespace"],[45,37,15,0],[45,38,15,0,"_expoImagePicker"],[45,54,15,0],[46,2,16,0],[46,6,16,0,"_contextsAuthContext"],[46,26,16,0],[46,29,16,0,"require"],[46,36,16,0],[46,37,16,0,"_dependencyMap"],[46,51,16,0],[47,2,16,50],[47,6,16,50,"_reactJsxDevRuntime"],[47,25,16,50],[47,28,16,50,"require"],[47,35,16,50],[47,36,16,50,"_dependencyMap"],[47,50,16,50],[48,2,18,0],[48,6,18,0,"_Dimensions$get"],[48,21,18,0],[48,24,18,18,"Dimensions"],[48,36,18,28],[48,37,18,28,"Dimensions"],[48,47,18,28],[48,48,18,29,"get"],[48,51,18,32],[48,52,18,33],[48,60,18,41],[48,61,18,42],[49,4,18,8,"width"],[49,9,18,13],[49,12,18,13,"_Dimensions$get"],[49,27,18,13],[49,28,18,8,"width"],[49,33,18,13],[50,2,20,0],[50,11,20,9,"HomeTab"],[50,18,20,16,"HomeTab"],[50,19,20,16],[50,21,20,19],[51,4,20,19,"_s"],[51,6,20,19],[52,4,21,2],[52,8,21,2,"_useAuth"],[52,16,21,2],[52,19,21,19],[52,23,21,19,"useAuth"],[52,43,21,26],[52,44,21,26,"useAuth"],[52,51,21,26],[52,53,21,27],[52,54,21,28],[53,6,21,10,"user"],[53,10,21,14],[53,13,21,14,"_useAuth"],[53,21,21,14],[53,22,21,10,"user"],[53,26,21,14],[54,4,22,2],[54,8,22,2,"_useState"],[54,17,22,2],[54,20,22,42],[54,24,22,42,"useState"],[54,30,22,50],[54,31,22,50,"useState"],[54,39,22,50],[54,41,22,66],[54,45,22,70],[54,46,22,71],[55,6,22,71,"_useState2"],[55,16,22,71],[55,23,22,71,"_slicedToArray"],[55,37,22,71],[55,38,22,71,"default"],[55,45,22,71],[55,47,22,71,"_useState"],[55,56,22,71],[56,6,22,9,"profileImage"],[56,18,22,21],[56,21,22,21,"_useState2"],[56,31,22,21],[57,6,22,23,"setProfileImage"],[57,21,22,38],[57,24,22,38,"_useState2"],[57,34,22,38],[58,4,24,2],[58,8,24,8,"pickImage"],[58,17,24,17],[59,6,24,17],[59,10,24,17,"_ref"],[59,14,24,17],[59,21,24,17,"_asyncToGenerator"],[59,38,24,17],[59,39,24,17,"default"],[59,46,24,17],[59,48,24,20],[59,61,24,32],[60,8,25,4],[60,12,25,10,"permissionResult"],[60,28,25,26],[60,37,25,35,"ImagePicker"],[60,48,25,46],[60,49,25,47,"requestMediaLibraryPermissionsAsync"],[60,84,25,82],[60,85,25,83],[60,86,25,84],[61,8,27,4],[61,12,27,8,"permissionResult"],[61,28,27,24],[61,29,27,25,"granted"],[61,36,27,32],[61,41,27,37],[61,46,27,42],[61,48,27,44],[62,10,28,6,"Alert"],[62,22,28,11],[62,23,28,11,"Alert"],[62,28,28,11],[62,29,28,12,"alert"],[62,34,28,17],[62,35,28,18],[62,56,28,39],[62,58,28,41],[62,105,28,88],[62,106,28,89],[63,10,29,6],[64,8,30,4],[65,8,32,4],[65,12,32,10,"result"],[65,18,32,16],[65,27,32,25,"ImagePicker"],[65,38,32,36],[65,39,32,37,"launchImageLibraryAsync"],[65,62,32,60],[65,63,32,61],[66,10,33,6,"mediaTypes"],[66,20,33,16],[66,22,33,18,"ImagePicker"],[66,33,33,29],[66,34,33,30,"MediaTypeOptions"],[66,50,33,46],[66,51,33,47,"Images"],[66,57,33,53],[67,10,34,6,"allowsEditing"],[67,23,34,19],[67,25,34,21],[67,29,34,25],[68,10,35,6,"aspect"],[68,16,35,12],[68,18,35,14],[68,19,35,15],[68,20,35,16],[68,22,35,18],[68,23,35,19],[68,24,35,20],[69,10,36,6,"quality"],[69,17,36,13],[69,19,36,15],[69,22,36,18],[70,10,37,6,"base64"],[70,16,37,12],[70,18,37,14],[71,8,38,4],[71,9,38,5],[71,10,38,6],[72,8,40,4],[72,12,40,8],[72,13,40,9,"result"],[72,19,40,15],[72,20,40,16,"canceled"],[72,28,40,24],[72,32,40,28,"result"],[72,38,40,34],[72,39,40,35,"assets"],[72,45,40,41],[72,46,40,42],[72,47,40,43],[72,48,40,44],[72,49,40,45,"base64"],[72,55,40,51],[72,57,40,53],[73,10,41,6],[73,14,41,12,"base64Image"],[73,25,41,23],[73,28,41,26],[73,54,41,52,"result"],[73,60,41,58],[73,61,41,59,"assets"],[73,67,41,65],[73,68,41,66],[73,69,41,67],[73,70,41,68],[73,71,41,69,"base64"],[73,77,41,75],[73,79,41,77],[74,10,42,6,"setProfileImage"],[74,25,42,21],[74,26,42,22,"base64Image"],[74,37,42,33],[74,38,42,34],[75,10,43,6],[76,8,44,4],[77,6,45,2],[77,7,45,3],[78,6,45,3],[78,22,24,8,"pickImage"],[78,31,24,17,"pickImage"],[78,32,24,17],[79,8,24,17],[79,15,24,17,"_ref"],[79,19,24,17],[79,20,24,17,"apply"],[79,25,24,17],[79,32,24,17,"arguments"],[79,41,24,17],[80,6,24,17],[81,4,24,17],[81,7,45,3],[82,4,46,2],[82,24,47,4],[82,28,47,4,"_reactJsxDevRuntime"],[82,47,47,4],[82,48,47,4,"jsxDEV"],[82,54,47,4],[82,56,47,5,"_reactNative"],[82,68,47,9],[82,69,47,9,"View"],[82,73,47,9],[83,6,47,10,"style"],[83,11,47,15],[83,13,47,17,"styles"],[83,19,47,23],[83,20,47,24,"container"],[83,29,47,34],[84,6,47,34,"children"],[84,14,47,34],[84,29,48,6],[84,33,48,6,"_reactJsxDevRuntime"],[84,52,48,6],[84,53,48,6,"jsxDEV"],[84,59,48,6],[84,61,48,7,"_reactNative"],[84,73,48,17],[84,74,48,17,"ScrollView"],[84,84,48,17],[85,8,48,18,"showsVerticalScrollIndicator"],[85,36,48,46],[85,38,48,48],[85,43,48,54],[86,8,48,55,"contentContainerStyle"],[86,29,48,76],[86,31,48,78,"styles"],[86,37,48,84],[86,38,48,85,"scrollContent"],[86,51,48,99],[87,8,48,99,"children"],[87,16,48,99],[87,32,50,8],[87,36,50,8,"_reactJsxDevRuntime"],[87,55,50,8],[87,56,50,8,"jsxDEV"],[87,62,50,8],[87,64,50,9,"_reactNative"],[87,76,50,13],[87,77,50,13,"View"],[87,81,50,13],[88,10,50,14,"style"],[88,15,50,19],[88,17,50,21,"styles"],[88,23,50,27],[88,24,50,28,"header"],[88,30,50,35],[89,10,50,35,"children"],[89,18,50,35],[89,34,51,10],[89,38,51,10,"_reactJsxDevRuntime"],[89,57,51,10],[89,58,51,10,"jsxDEV"],[89,64,51,10],[89,66,51,11,"_reactNative"],[89,78,51,15],[89,79,51,15,"View"],[89,83,51,15],[90,12,51,16,"style"],[90,17,51,21],[90,19,51,23,"styles"],[90,25,51,29],[90,26,51,30,"headerLeft"],[90,36,51,41],[91,12,51,41,"children"],[91,20,51,41],[91,36,52,12],[91,40,52,12,"_reactJsxDevRuntime"],[91,59,52,12],[91,60,52,12,"jsxDEV"],[91,66,52,12],[91,68,52,13,"_reactNative"],[91,80,52,29],[91,81,52,29,"TouchableOpacity"],[91,97,52,29],[92,14,52,30,"style"],[92,19,52,35],[92,21,52,37,"styles"],[92,27,52,43],[92,28,52,44,"profileImage"],[92,40,52,57],[93,14,52,58,"onPress"],[93,21,52,65],[93,23,52,67,"pickImage"],[93,32,52,77],[94,14,52,77,"children"],[94,22,52,77],[94,24,53,15,"profileImage"],[94,36,53,27],[94,52,54,16],[94,56,54,16,"_reactJsxDevRuntime"],[94,75,54,16],[94,76,54,16,"jsxDEV"],[94,82,54,16],[94,84,54,17,"_reactNative"],[94,96,54,22],[94,97,54,22,"Image"],[94,102,54,22],[95,16,54,23,"source"],[95,22,54,29],[95,24,54,31],[96,18,54,33,"uri"],[96,21,54,36],[96,23,54,38,"profileImage"],[97,16,54,51],[97,17,54,53],[98,16,54,54,"style"],[98,21,54,59],[98,23,54,61,"styles"],[98,29,54,67],[98,30,54,68,"profileImageSrc"],[99,14,54,84],[100,16,54,84,"fileName"],[100,24,54,84],[100,26,54,84,"_jsxFileName"],[100,38,54,84],[101,16,54,84,"lineNumber"],[101,26,54,84],[102,16,54,84,"columnNumber"],[102,28,54,84],[103,14,54,84],[103,21,54,86],[103,22,54,87],[103,38,56,16],[103,42,56,16,"_reactJsxDevRuntime"],[103,61,56,16],[103,62,56,16,"jsxDEV"],[103,68,56,16],[103,70,56,17,"_expoVectorIcons"],[103,86,56,25],[103,87,56,25,"Ionicons"],[103,95,56,25],[104,16,56,26,"name"],[104,20,56,30],[104,22,56,31],[104,30,56,39],[105,16,56,40,"size"],[105,20,56,44],[105,22,56,46],[105,24,56,49],[106,16,56,50,"color"],[106,21,56,55],[106,23,56,56],[107,14,56,65],[108,16,56,65,"fileName"],[108,24,56,65],[108,26,56,65,"_jsxFileName"],[108,38,56,65],[109,16,56,65,"lineNumber"],[109,26,56,65],[110,16,56,65,"columnNumber"],[110,28,56,65],[111,14,56,65],[111,21,56,67],[112,12,57,15],[113,14,57,15,"fileName"],[113,22,57,15],[113,24,57,15,"_jsxFileName"],[113,36,57,15],[114,14,57,15,"lineNumber"],[114,24,57,15],[115,14,57,15,"columnNumber"],[115,26,57,15],[116,12,57,15],[116,19,58,30],[116,20,58,31],[116,35,59,12],[116,39,59,12,"_reactJsxDevRuntime"],[116,58,59,12],[116,59,59,12,"jsxDEV"],[116,65,59,12],[116,67,59,13,"_reactNative"],[116,79,59,17],[116,80,59,17,"View"],[116,84,59,17],[117,14,59,18,"style"],[117,19,59,23],[117,21,59,25,"styles"],[117,27,59,31],[117,28,59,32,"profileBadge"],[117,40,59,45],[118,14,59,45,"children"],[118,22,59,45],[118,38,60,14],[118,42,60,14,"_reactJsxDevRuntime"],[118,61,60,14],[118,62,60,14,"jsxDEV"],[118,68,60,14],[118,70,60,15,"_expoVectorIcons"],[118,86,60,23],[118,87,60,23,"Ionicons"],[118,95,60,23],[119,16,60,24,"name"],[119,20,60,28],[119,22,60,29],[119,28,60,35],[120,16,60,36,"size"],[120,20,60,40],[120,22,60,42],[120,24,60,45],[121,16,60,46,"color"],[121,21,60,51],[121,23,60,52],[122,14,60,61],[123,16,60,61,"fileName"],[123,24,60,61],[123,26,60,61,"_jsxFileName"],[123,38,60,61],[124,16,60,61,"lineNumber"],[124,26,60,61],[125,16,60,61,"columnNumber"],[125,28,60,61],[126,14,60,61],[126,21,60,63],[126,22,60,64],[126,37,61,14],[126,41,61,14,"_reactJsxDevRuntime"],[126,60,61,14],[126,61,61,14,"jsxDEV"],[126,67,61,14],[126,69,61,15,"_reactNative"],[126,81,61,19],[126,82,61,19,"Text"],[126,86,61,19],[127,16,61,20,"style"],[127,21,61,25],[127,23,61,27,"styles"],[127,29,61,33],[127,30,61,34,"trustScore"],[127,40,61,45],[128,16,61,45,"children"],[128,24,61,45],[128,26,61,46],[129,14,61,49],[130,16,61,49,"fileName"],[130,24,61,49],[130,26,61,49,"_jsxFileName"],[130,38,61,49],[131,16,61,49,"lineNumber"],[131,26,61,49],[132,16,61,49,"columnNumber"],[132,28,61,49],[133,14,61,49],[133,21,61,55],[133,22,61,56],[134,12,61,56],[135,14,61,56,"fileName"],[135,22,61,56],[135,24,61,56,"_jsxFileName"],[135,36,61,56],[136,14,61,56,"lineNumber"],[136,24,61,56],[137,14,61,56,"columnNumber"],[137,26,61,56],[138,12,61,56],[138,19,62,18],[138,20,62,19],[139,10,62,19],[140,12,62,19,"fileName"],[140,20,62,19],[140,22,62,19,"_jsxFileName"],[140,34,62,19],[141,12,62,19,"lineNumber"],[141,22,62,19],[142,12,62,19,"columnNumber"],[142,24,62,19],[143,10,62,19],[143,17,63,16],[143,18,63,17],[143,33,64,10],[143,37,64,10,"_reactJsxDevRuntime"],[143,56,64,10],[143,57,64,10,"jsxDEV"],[143,63,64,10],[143,65,64,11,"_reactNative"],[143,77,64,15],[143,78,64,15,"View"],[143,82,64,15],[144,12,64,16,"style"],[144,17,64,21],[144,19,64,23,"styles"],[144,25,64,29],[144,26,64,30,"headerRight"],[144,37,64,42],[145,12,64,42,"children"],[145,20,64,42],[145,36,65,12],[145,40,65,12,"_reactJsxDevRuntime"],[145,59,65,12],[145,60,65,12,"jsxDEV"],[145,66,65,12],[145,68,65,13,"_reactNative"],[145,80,65,29],[145,81,65,29,"TouchableOpacity"],[145,97,65,29],[146,14,65,30,"style"],[146,19,65,35],[146,21,65,37,"styles"],[146,27,65,43],[146,28,65,44,"iconButton"],[146,38,65,55],[147,14,65,55,"children"],[147,22,65,55],[147,37,66,14],[147,41,66,14,"_reactJsxDevRuntime"],[147,60,66,14],[147,61,66,14,"jsxDEV"],[147,67,66,14],[147,69,66,15,"_expoVectorIcons"],[147,85,66,23],[147,86,66,23,"Ionicons"],[147,94,66,23],[148,16,66,24,"name"],[148,20,66,28],[148,22,66,29],[148,39,66,46],[149,16,66,47,"size"],[149,20,66,51],[149,22,66,53],[149,24,66,56],[150,16,66,57,"color"],[150,21,66,62],[150,23,66,63],[151,14,66,72],[152,16,66,72,"fileName"],[152,24,66,72],[152,26,66,72,"_jsxFileName"],[152,38,66,72],[153,16,66,72,"lineNumber"],[153,26,66,72],[154,16,66,72,"columnNumber"],[154,28,66,72],[155,14,66,72],[155,21,66,74],[156,12,66,75],[157,14,66,75,"fileName"],[157,22,66,75],[157,24,66,75,"_jsxFileName"],[157,36,66,75],[158,14,66,75,"lineNumber"],[158,24,66,75],[159,14,66,75,"columnNumber"],[159,26,66,75],[160,12,66,75],[160,19,67,30],[160,20,67,31],[160,35,68,12],[160,39,68,12,"_reactJsxDevRuntime"],[160,58,68,12],[160,59,68,12,"jsxDEV"],[160,65,68,12],[160,67,68,13,"_reactNative"],[160,79,68,29],[160,80,68,29,"TouchableOpacity"],[160,96,68,29],[161,14,68,30,"style"],[161,19,68,35],[161,21,68,37,"styles"],[161,27,68,43],[161,28,68,44,"iconButton"],[161,38,68,55],[162,14,68,55,"children"],[162,22,68,55],[162,37,69,14],[162,41,69,14,"_reactJsxDevRuntime"],[162,60,69,14],[162,61,69,14,"jsxDEV"],[162,67,69,14],[162,69,69,15,"_expoVectorIcons"],[162,85,69,23],[162,86,69,23,"Ionicons"],[162,94,69,23],[163,16,69,24,"name"],[163,20,69,28],[163,22,69,29],[163,45,69,52],[164,16,69,53,"size"],[164,20,69,57],[164,22,69,59],[164,24,69,62],[165,16,69,63,"color"],[165,21,69,68],[165,23,69,69],[166,14,69,78],[167,16,69,78,"fileName"],[167,24,69,78],[167,26,69,78,"_jsxFileName"],[167,38,69,78],[168,16,69,78,"lineNumber"],[168,26,69,78],[169,16,69,78,"columnNumber"],[169,28,69,78],[170,14,69,78],[170,21,69,80],[171,12,69,81],[172,14,69,81,"fileName"],[172,22,69,81],[172,24,69,81,"_jsxFileName"],[172,36,69,81],[173,14,69,81,"lineNumber"],[173,24,69,81],[174,14,69,81,"columnNumber"],[174,26,69,81],[175,12,69,81],[175,19,70,30],[175,20,70,31],[175,35,71,12],[175,39,71,12,"_reactJsxDevRuntime"],[175,58,71,12],[175,59,71,12,"jsxDEV"],[175,65,71,12],[175,67,71,13,"_reactNative"],[175,79,71,29],[175,80,71,29,"TouchableOpacity"],[175,96,71,29],[176,14,71,30,"style"],[176,19,71,35],[176,21,71,37,"styles"],[176,27,71,43],[176,28,71,44,"iconButton"],[176,38,71,55],[177,14,71,55,"children"],[177,22,71,55],[177,37,72,14],[177,41,72,14,"_reactJsxDevRuntime"],[177,60,72,14],[177,61,72,14,"jsxDEV"],[177,67,72,14],[177,69,72,15,"_expoVectorIcons"],[177,85,72,23],[177,86,72,23,"Ionicons"],[177,94,72,23],[178,16,72,24,"name"],[178,20,72,28],[178,22,72,29],[178,40,72,47],[179,16,72,48,"size"],[179,20,72,52],[179,22,72,54],[179,24,72,57],[180,16,72,58,"color"],[180,21,72,63],[180,23,72,64],[181,14,72,73],[182,16,72,73,"fileName"],[182,24,72,73],[182,26,72,73,"_jsxFileName"],[182,38,72,73],[183,16,72,73,"lineNumber"],[183,26,72,73],[184,16,72,73,"columnNumber"],[184,28,72,73],[185,14,72,73],[185,21,72,75],[186,12,72,76],[187,14,72,76,"fileName"],[187,22,72,76],[187,24,72,76,"_jsxFileName"],[187,36,72,76],[188,14,72,76,"lineNumber"],[188,24,72,76],[189,14,72,76,"columnNumber"],[189,26,72,76],[190,12,72,76],[190,19,73,30],[190,20,73,31],[191,10,73,31],[192,12,73,31,"fileName"],[192,20,73,31],[192,22,73,31,"_jsxFileName"],[192,34,73,31],[193,12,73,31,"lineNumber"],[193,22,73,31],[194,12,73,31,"columnNumber"],[194,24,73,31],[195,10,73,31],[195,17,74,16],[195,18,74,17],[196,8,74,17],[197,10,74,17,"fileName"],[197,18,74,17],[197,20,74,17,"_jsxFileName"],[197,32,74,17],[198,10,74,17,"lineNumber"],[198,20,74,17],[199,10,74,17,"columnNumber"],[199,22,74,17],[200,8,74,17],[200,15,75,14],[200,16,75,15],[200,31,78,8],[200,35,78,8,"_reactJsxDevRuntime"],[200,54,78,8],[200,55,78,8,"jsxDEV"],[200,61,78,8],[200,63,78,9,"_reactNative"],[200,75,78,13],[200,76,78,13,"View"],[200,80,78,13],[201,10,78,14,"style"],[201,15,78,19],[201,17,78,21,"styles"],[201,23,78,27],[201,24,78,28,"announcementWidget"],[201,42,78,47],[202,10,78,47,"children"],[202,18,78,47],[202,33,79,10],[202,37,79,10,"_reactJsxDevRuntime"],[202,56,79,10],[202,57,79,10,"jsxDEV"],[202,63,79,10],[202,65,79,11,"_reactNative"],[202,77,79,21],[202,78,79,21,"ScrollView"],[202,88,79,21],[203,12,79,22,"horizontal"],[203,22,79,32],[204,12,79,33,"showsHorizontalScrollIndicator"],[204,42,79,63],[204,44,79,65],[204,49,79,71],[205,12,79,71,"children"],[205,20,79,71],[205,36,80,12],[205,40,80,12,"_reactJsxDevRuntime"],[205,59,80,12],[205,60,80,12,"jsxDEV"],[205,66,80,12],[205,68,80,13,"_reactNative"],[205,80,80,17],[205,81,80,17,"View"],[205,85,80,17],[206,14,80,18,"style"],[206,19,80,23],[206,21,80,25,"styles"],[206,27,80,31],[206,28,80,32,"announcement"],[206,40,80,45],[207,14,80,45,"children"],[207,22,80,45],[207,38,81,14],[207,42,81,14,"_reactJsxDevRuntime"],[207,61,81,14],[207,62,81,14,"jsxDEV"],[207,68,81,14],[207,70,81,15,"_reactNative"],[207,82,81,19],[207,83,81,19,"Text"],[207,87,81,19],[208,16,81,20,"style"],[208,21,81,25],[208,23,81,27,"styles"],[208,29,81,33],[208,30,81,34,"announcementTitle"],[208,47,81,52],[209,16,81,52,"children"],[209,24,81,52],[209,26,81,53],[210,14,81,80],[211,16,81,80,"fileName"],[211,24,81,80],[211,26,81,80,"_jsxFileName"],[211,38,81,80],[212,16,81,80,"lineNumber"],[212,26,81,80],[213,16,81,80,"columnNumber"],[213,28,81,80],[214,14,81,80],[214,21,81,86],[214,22,81,87],[214,37,82,14],[214,41,82,14,"_reactJsxDevRuntime"],[214,60,82,14],[214,61,82,14,"jsxDEV"],[214,67,82,14],[214,69,82,15,"_reactNative"],[214,81,82,19],[214,82,82,19,"Text"],[214,86,82,19],[215,16,82,20,"style"],[215,21,82,25],[215,23,82,27,"styles"],[215,29,82,33],[215,30,82,34,"announcementText"],[215,46,82,51],[216,16,82,51,"children"],[216,24,82,51],[216,26,82,52],[217,14,82,88],[218,16,82,88,"fileName"],[218,24,82,88],[218,26,82,88,"_jsxFileName"],[218,38,82,88],[219,16,82,88,"lineNumber"],[219,26,82,88],[220,16,82,88,"columnNumber"],[220,28,82,88],[221,14,82,88],[221,21,82,94],[221,22,82,95],[222,12,82,95],[223,14,82,95,"fileName"],[223,22,82,95],[223,24,82,95,"_jsxFileName"],[223,36,82,95],[224,14,82,95,"lineNumber"],[224,24,82,95],[225,14,82,95,"columnNumber"],[225,26,82,95],[226,12,82,95],[226,19,83,18],[226,20,83,19],[226,35,84,12],[226,39,84,12,"_reactJsxDevRuntime"],[226,58,84,12],[226,59,84,12,"jsxDEV"],[226,65,84,12],[226,67,84,13,"_reactNative"],[226,79,84,17],[226,80,84,17,"View"],[226,84,84,17],[227,14,84,18,"style"],[227,19,84,23],[227,21,84,25,"styles"],[227,27,84,31],[227,28,84,32,"announcement"],[227,40,84,45],[228,14,84,45,"children"],[228,22,84,45],[228,38,85,14],[228,42,85,14,"_reactJsxDevRuntime"],[228,61,85,14],[228,62,85,14,"jsxDEV"],[228,68,85,14],[228,70,85,15,"_reactNative"],[228,82,85,19],[228,83,85,19,"Text"],[228,87,85,19],[229,16,85,20,"style"],[229,21,85,25],[229,23,85,27,"styles"],[229,29,85,33],[229,30,85,34,"announcementTitle"],[229,47,85,52],[230,16,85,52,"children"],[230,24,85,52],[230,26,85,53],[231,14,85,67],[232,16,85,67,"fileName"],[232,24,85,67],[232,26,85,67,"_jsxFileName"],[232,38,85,67],[233,16,85,67,"lineNumber"],[233,26,85,67],[234,16,85,67,"columnNumber"],[234,28,85,67],[235,14,85,67],[235,21,85,73],[235,22,85,74],[235,37,86,14],[235,41,86,14,"_reactJsxDevRuntime"],[235,60,86,14],[235,61,86,14,"jsxDEV"],[235,67,86,14],[235,69,86,15,"_reactNative"],[235,81,86,19],[235,82,86,19,"Text"],[235,86,86,19],[236,16,86,20,"style"],[236,21,86,25],[236,23,86,27,"styles"],[236,29,86,33],[236,30,86,34,"announcementText"],[236,46,86,51],[237,16,86,51,"children"],[237,24,86,51],[237,26,86,52],[238,14,86,80],[239,16,86,80,"fileName"],[239,24,86,80],[239,26,86,80,"_jsxFileName"],[239,38,86,80],[240,16,86,80,"lineNumber"],[240,26,86,80],[241,16,86,80,"columnNumber"],[241,28,86,80],[242,14,86,80],[242,21,86,86],[242,22,86,87],[243,12,86,87],[244,14,86,87,"fileName"],[244,22,86,87],[244,24,86,87,"_jsxFileName"],[244,36,86,87],[245,14,86,87,"lineNumber"],[245,24,86,87],[246,14,86,87,"columnNumber"],[246,26,86,87],[247,12,86,87],[247,19,87,18],[247,20,87,19],[248,10,87,19],[249,12,87,19,"fileName"],[249,20,87,19],[249,22,87,19,"_jsxFileName"],[249,34,87,19],[250,12,87,19,"lineNumber"],[250,22,87,19],[251,12,87,19,"columnNumber"],[251,24,87,19],[252,10,87,19],[252,17,88,22],[253,8,88,23],[254,10,88,23,"fileName"],[254,18,88,23],[254,20,88,23,"_jsxFileName"],[254,32,88,23],[255,10,88,23,"lineNumber"],[255,20,88,23],[256,10,88,23,"columnNumber"],[256,22,88,23],[257,8,88,23],[257,15,89,14],[257,16,89,15],[257,31,92,8],[257,35,92,8,"_reactJsxDevRuntime"],[257,54,92,8],[257,55,92,8,"jsxDEV"],[257,61,92,8],[257,63,92,9,"_reactNative"],[257,75,92,13],[257,76,92,13,"View"],[257,80,92,13],[258,10,92,14,"style"],[258,15,92,19],[258,17,92,21,"styles"],[258,23,92,27],[258,24,92,28,"quickActionsContainer"],[258,45,92,50],[259,10,92,50,"children"],[259,18,92,50],[259,34,93,10],[259,38,93,10,"_reactJsxDevRuntime"],[259,57,93,10],[259,58,93,10,"jsxDEV"],[259,64,93,10],[259,66,93,11,"_reactNative"],[259,78,93,15],[259,79,93,15,"Text"],[259,83,93,15],[260,12,93,16,"style"],[260,17,93,21],[260,19,93,23,"styles"],[260,25,93,29],[260,26,93,30,"sectionTitle"],[260,38,93,43],[261,12,93,43,"children"],[261,20,93,43],[261,22,93,44],[262,10,93,57],[263,12,93,57,"fileName"],[263,20,93,57],[263,22,93,57,"_jsxFileName"],[263,34,93,57],[264,12,93,57,"lineNumber"],[264,22,93,57],[265,12,93,57,"columnNumber"],[265,24,93,57],[266,10,93,57],[266,17,93,63],[266,18,93,64],[266,33,94,10],[266,37,94,10,"_reactJsxDevRuntime"],[266,56,94,10],[266,57,94,10,"jsxDEV"],[266,63,94,10],[266,65,94,11,"_reactNative"],[266,77,94,15],[266,78,94,15,"View"],[266,82,94,15],[267,12,94,16,"style"],[267,17,94,21],[267,19,94,23,"styles"],[267,25,94,29],[267,26,94,30,"actionsGrid"],[267,37,94,42],[268,12,94,42,"children"],[268,20,94,42],[268,22,95,13,"QUICK_ACTIONS"],[268,35,95,26],[268,36,95,27,"map"],[268,39,95,30],[268,40,95,31],[268,41,95,32,"action"],[268,47,95,38],[268,49,95,40,"index"],[268,54,95,45],[268,72,96,14],[268,76,96,14,"_reactJsxDevRuntime"],[268,95,96,14],[268,96,96,14,"jsxDEV"],[268,102,96,14],[268,104,96,15,"_reactNative"],[268,116,96,31],[268,117,96,31,"TouchableOpacity"],[268,133,96,31],[269,14,98,16,"style"],[269,19,98,21],[269,21,98,23],[269,22,98,24,"styles"],[269,28,98,30],[269,29,98,31,"actionCard"],[269,39,98,41],[269,41,99,19,"index"],[269,46,99,24],[269,49,99,27],[269,50,99,28],[269,55,99,33],[269,56,99,34],[269,60,99,39,"styles"],[269,66,99,45],[269,67,99,46,"actionCardFirst"],[269,82,99,61],[269,84,100,19,"index"],[269,89,100,24],[269,92,100,27],[269,93,100,28],[269,98,100,33],[269,99,100,34],[269,103,100,39,"styles"],[269,109,100,45],[269,110,100,46,"actionCardLast"],[269,124,100,60],[269,125,101,18],[270,14,102,16,"activeOpacity"],[270,27,102,29],[270,29,102,31],[270,32,102,35],[271,14,102,35,"children"],[271,22,102,35],[271,38,104,16],[271,42,104,16,"_reactJsxDevRuntime"],[271,61,104,16],[271,62,104,16,"jsxDEV"],[271,68,104,16],[271,70,104,17,"_reactNative"],[271,82,104,21],[271,83,104,21,"View"],[271,87,104,21],[272,16,104,22,"style"],[272,21,104,27],[272,23,104,29],[272,24,104,30,"styles"],[272,30,104,36],[272,31,104,37,"actionIcon"],[272,41,104,47],[272,43,104,49],[273,18,104,51,"backgroundColor"],[273,33,104,66],[273,35,104,68,"action"],[273,41,104,74],[273,42,104,75,"color"],[274,16,104,81],[274,17,104,82],[274,18,104,84],[275,16,104,84,"children"],[275,24,104,84],[275,39,105,18],[275,43,105,18,"_reactJsxDevRuntime"],[275,62,105,18],[275,63,105,18,"jsxDEV"],[275,69,105,18],[275,71,105,19,"_expoVectorIcons"],[275,87,105,27],[275,88,105,27,"Ionicons"],[275,96,105,27],[276,18,105,28,"name"],[276,22,105,32],[276,24,105,34,"action"],[276,30,105,40],[276,31,105,41,"icon"],[276,35,105,46],[277,18,105,47,"size"],[277,22,105,51],[277,24,105,53],[277,26,105,56],[278,18,105,57,"color"],[278,23,105,62],[278,25,105,63],[279,16,105,69],[280,18,105,69,"fileName"],[280,26,105,69],[280,28,105,69,"_jsxFileName"],[280,40,105,69],[281,18,105,69,"lineNumber"],[281,28,105,69],[282,18,105,69,"columnNumber"],[282,30,105,69],[283,16,105,69],[283,23,105,71],[284,14,105,72],[285,16,105,72,"fileName"],[285,24,105,72],[285,26,105,72,"_jsxFileName"],[285,38,105,72],[286,16,105,72,"lineNumber"],[286,26,105,72],[287,16,105,72,"columnNumber"],[287,28,105,72],[288,14,105,72],[288,21,106,22],[288,22,106,23],[288,37,107,16],[288,41,107,16,"_reactJsxDevRuntime"],[288,60,107,16],[288,61,107,16,"jsxDEV"],[288,67,107,16],[288,69,107,17,"_reactNative"],[288,81,107,21],[288,82,107,21,"Text"],[288,86,107,21],[289,16,107,22,"style"],[289,21,107,27],[289,23,107,29,"styles"],[289,29,107,35],[289,30,107,36,"actionLabel"],[289,41,107,48],[290,16,107,48,"children"],[290,24,107,48],[290,26,107,50,"action"],[290,32,107,56],[290,33,107,57,"label"],[291,14,107,62],[292,16,107,62,"fileName"],[292,24,107,62],[292,26,107,62,"_jsxFileName"],[292,38,107,62],[293,16,107,62,"lineNumber"],[293,26,107,62],[294,16,107,62,"columnNumber"],[294,28,107,62],[295,14,107,62],[295,21,107,69],[295,22,107,70],[296,12,107,70],[296,15,97,21,"action"],[296,21,97,27],[296,22,97,28,"id"],[296,24,97,30],[297,14,97,30,"fileName"],[297,22,97,30],[297,24,97,30,"_jsxFileName"],[297,36,97,30],[298,14,97,30,"lineNumber"],[298,24,97,30],[299,14,97,30,"columnNumber"],[299,26,97,30],[300,12,97,30],[300,19,108,32],[300,20,109,13],[301,10,109,14],[302,12,109,14,"fileName"],[302,20,109,14],[302,22,109,14,"_jsxFileName"],[302,34,109,14],[303,12,109,14,"lineNumber"],[303,22,109,14],[304,12,109,14,"columnNumber"],[304,24,109,14],[305,10,109,14],[305,17,110,16],[305,18,110,17],[306,8,110,17],[307,10,110,17,"fileName"],[307,18,110,17],[307,20,110,17,"_jsxFileName"],[307,32,110,17],[308,10,110,17,"lineNumber"],[308,20,110,17],[309,10,110,17,"columnNumber"],[309,22,110,17],[310,8,110,17],[310,15,111,14],[310,16,111,15],[311,6,111,15],[312,8,111,15,"fileName"],[312,16,111,15],[312,18,111,15,"_jsxFileName"],[312,30,111,15],[313,8,111,15,"lineNumber"],[313,18,111,15],[314,8,111,15,"columnNumber"],[314,20,111,15],[315,6,111,15],[315,13,112,18],[316,4,112,19],[317,6,112,19,"fileName"],[317,14,112,19],[317,16,112,19,"_jsxFileName"],[317,28,112,19],[318,6,112,19,"lineNumber"],[318,16,112,19],[319,6,112,19,"columnNumber"],[319,18,112,19],[320,4,112,19],[320,11,113,10],[320,12,113,11],[321,2,115,0],[322,2,115,1,"_s"],[322,4,115,1],[322,5,20,9,"HomeTab"],[322,12,20,16],[323,4,20,16],[323,12,21,19,"useAuth"],[323,32,21,26],[323,33,21,26,"useAuth"],[323,40,21,26],[324,2,21,26],[325,2,21,26,"_c"],[325,4,21,26],[325,7,20,9,"HomeTab"],[325,14,20,16],[326,2,117,0],[326,11,117,9,"WalletTab"],[326,20,117,18,"WalletTab"],[326,21,117,18],[326,23,117,21],[327,4,117,21,"_s2"],[327,7,117,21],[328,4,118,2],[328,8,118,2,"_useAuth2"],[328,17,118,2],[328,20,118,19],[328,24,118,19,"useAuth"],[328,44,118,26],[328,45,118,26,"useAuth"],[328,52,118,26],[328,54,118,27],[328,55,118,28],[329,6,118,10,"user"],[329,10,118,14],[329,13,118,14,"_useAuth2"],[329,22,118,14],[329,23,118,10,"user"],[329,27,118,14],[330,4,119,2],[330,8,119,2,"_useState3"],[330,18,119,2],[330,21,119,38],[330,25,119,38,"useState"],[330,31,119,46],[330,32,119,46,"useState"],[330,40,119,46],[330,42,119,47],[330,54,119,59],[330,55,119,60],[331,6,119,60,"_useState4"],[331,16,119,60],[331,23,119,60,"_slicedToArray"],[331,37,119,60],[331,38,119,60,"default"],[331,45,119,60],[331,47,119,60,"_useState3"],[331,57,119,60],[332,6,119,9,"hezBalance"],[332,16,119,19],[332,19,119,19,"_useState4"],[332,29,119,19],[333,6,119,21,"setHezBalance"],[333,19,119,34],[333,22,119,34,"_useState4"],[333,32,119,34],[334,4,120,2],[334,8,120,2,"_useState5"],[334,18,120,2],[334,21,120,38],[334,25,120,38,"useState"],[334,31,120,46],[334,32,120,46,"useState"],[334,40,120,46],[334,42,120,47],[334,54,120,59],[334,55,120,60],[335,6,120,60,"_useState6"],[335,16,120,60],[335,23,120,60,"_slicedToArray"],[335,37,120,60],[335,38,120,60,"default"],[335,45,120,60],[335,47,120,60,"_useState5"],[335,57,120,60],[336,6,120,9,"pezBalance"],[336,16,120,19],[336,19,120,19,"_useState6"],[336,29,120,19],[337,6,120,21,"setPezBalance"],[337,19,120,34],[337,22,120,34,"_useState6"],[337,32,120,34],[338,4,121,2],[338,8,121,2,"_useState7"],[338,18,121,2],[338,21,121,32],[338,25,121,32,"useState"],[338,31,121,40],[338,32,121,40,"useState"],[338,40,121,40],[338,42,121,41],[338,46,121,45],[338,47,121,46],[339,6,121,46,"_useState8"],[339,16,121,46],[339,23,121,46,"_slicedToArray"],[339,37,121,46],[339,38,121,46,"default"],[339,45,121,46],[339,47,121,46,"_useState7"],[339,57,121,46],[340,6,121,9,"loading"],[340,13,121,16],[340,16,121,16,"_useState8"],[340,26,121,16],[341,6,121,18,"setLoading"],[341,16,121,28],[341,19,121,28,"_useState8"],[341,29,121,28],[342,4,123,2],[342,8,123,8,"TEST_WALLET"],[342,19,123,19],[342,22,123,22],[342,72,123,72],[343,4,125,2],[343,8,125,2,"useEffect"],[343,14,125,11],[343,15,125,11,"useEffect"],[343,24,125,11],[343,26,125,12],[343,32,125,18],[344,6,126,4,"fetchBalance"],[344,18,126,16],[344,19,126,17],[344,20,126,18],[345,4,127,2],[345,5,127,3],[345,7,127,5],[345,9,127,7],[345,10,127,8],[346,4,129,2],[346,8,129,8,"fetchBalance"],[346,20,129,20],[347,6,129,20],[347,10,129,20,"_ref2"],[347,15,129,20],[347,22,129,20,"_asyncToGenerator"],[347,39,129,20],[347,40,129,20,"default"],[347,47,129,20],[347,49,129,23],[347,62,129,35],[348,8,130,4],[348,12,130,8],[349,10,131,6],[349,14,131,12,"backendUrl"],[349,24,131,22],[349,27,131,25],[349,84,131,64],[349,107,131,87],[350,10,132,6],[350,14,132,12,"controller"],[350,24,132,22],[350,27,132,25],[350,31,132,29,"AbortController"],[350,46,132,44],[350,47,132,45],[350,48,132,46],[351,10,133,6],[351,14,133,12,"timeoutId"],[351,23,133,21],[351,26,133,24,"setTimeout"],[351,36,133,34],[351,37,133,35],[351,43,133,41,"controller"],[351,53,133,51],[351,54,133,52,"abort"],[351,59,133,57],[351,60,133,58],[351,61,133,59],[351,63,133,61],[351,67,133,65],[351,68,133,66],[351,69,133,67],[351,70,133,68],[353,10,135,6],[353,14,135,12,"response"],[353,22,135,20],[353,31,135,29,"fetch"],[353,36,135,34],[353,37,135,35],[353,40,135,38,"backendUrl"],[353,50,135,48],[353,75,135,73],[353,77,135,75],[354,12,136,8,"method"],[354,18,136,14],[354,20,136,16],[354,26,136,22],[355,12,137,8,"headers"],[355,19,137,15],[355,21,137,17],[356,14,138,10],[356,28,138,24],[356,30,138,26],[357,12,139,8],[357,13,139,9],[358,12,140,8,"body"],[358,16,140,12],[358,18,140,14,"JSON"],[358,22,140,18],[358,23,140,19,"stringify"],[358,32,140,28],[358,33,140,29],[359,14,141,10,"address"],[359,21,141,17],[359,23,141,19,"TEST_WALLET"],[360,12,142,8],[360,13,142,9],[360,14,142,10],[361,12,143,8,"signal"],[361,18,143,14],[361,20,143,16,"controller"],[361,30,143,26],[361,31,143,27,"signal"],[362,10,144,6],[362,11,144,7],[362,12,144,8],[363,10,146,6,"clearTimeout"],[363,22,146,18],[363,23,146,19,"timeoutId"],[363,32,146,28],[363,33,146,29],[364,10,148,6],[364,14,148,10,"response"],[364,22,148,18],[364,23,148,19,"ok"],[364,25,148,21],[364,27,148,23],[365,12,149,8],[365,16,149,14,"data"],[365,20,149,18],[365,29,149,27,"response"],[365,37,149,35],[365,38,149,36,"json"],[365,42,149,40],[365,43,149,41],[365,44,149,42],[366,12,150,8,"setHezBalance"],[366,25,150,21],[366,26,150,22,"parseFloat"],[366,36,150,32],[366,37,150,33,"data"],[366,41,150,37],[366,42,150,38,"hez"],[366,45,150,41],[366,46,150,42],[366,47,150,43,"toFixed"],[366,54,150,50],[366,55,150,51],[366,56,150,52],[366,57,150,53],[366,58,150,54],[367,12,151,8,"setPezBalance"],[367,25,151,21],[367,26,151,22,"parseFloat"],[367,36,151,32],[367,37,151,33,"data"],[367,41,151,37],[367,42,151,38,"pez"],[367,45,151,41],[367,46,151,42],[367,47,151,43,"toFixed"],[367,54,151,50],[367,55,151,51],[367,56,151,52],[367,57,151,53],[367,58,151,54],[368,10,152,6],[368,11,152,7],[368,17,152,13],[369,12,153,8,"setHezBalance"],[369,25,153,21],[369,26,153,22],[369,32,153,28],[369,33,153,29],[370,12,154,8,"setPezBalance"],[370,25,154,21],[370,26,154,22],[370,32,154,28],[370,33,154,29],[371,10,155,6],[372,8,156,4],[372,9,156,5],[372,10,156,6],[372,17,156,13,"error"],[372,22,156,18],[372,24,156,20],[373,10,157,6,"console"],[373,17,157,13],[373,18,157,14,"error"],[373,23,157,19],[373,24,157,20],[373,46,157,42],[373,48,157,44,"error"],[373,53,157,49],[373,54,157,50],[374,10,158,6,"setHezBalance"],[374,23,158,19],[374,24,158,20],[374,30,158,26],[374,31,158,27],[375,10,159,6,"setPezBalance"],[375,23,159,19],[375,24,159,20],[375,30,159,26],[375,31,159,27],[376,8,160,4],[376,9,160,5],[376,18,160,14],[377,10,161,6,"setLoading"],[377,20,161,16],[377,21,161,17],[377,26,161,22],[377,27,161,23],[378,8,162,4],[379,6,163,2],[379,7,163,3],[380,6,163,3],[380,22,129,8,"fetchBalance"],[380,34,129,20,"fetchBalance"],[380,35,129,20],[381,8,129,20],[381,15,129,20,"_ref2"],[381,20,129,20],[381,21,129,20,"apply"],[381,26,129,20],[381,33,129,20,"arguments"],[381,42,129,20],[382,6,129,20],[383,4,129,20],[383,7,163,3],[384,4,165,2],[384,24,166,4],[384,28,166,4,"_reactJsxDevRuntime"],[384,47,166,4],[384,48,166,4,"jsxDEV"],[384,54,166,4],[384,56,166,5,"_reactNative"],[384,68,166,9],[384,69,166,9,"View"],[384,73,166,9],[385,6,166,10,"style"],[385,11,166,15],[385,13,166,17,"styles"],[385,19,166,23],[385,20,166,24,"container"],[385,29,166,34],[386,6,166,34,"children"],[386,14,166,34],[386,29,167,6],[386,33,167,6,"_reactJsxDevRuntime"],[386,52,167,6],[386,53,167,6,"jsxDEV"],[386,59,167,6],[386,61,167,7,"_reactNative"],[386,73,167,17],[386,74,167,17,"ScrollView"],[386,84,167,17],[387,8,167,18,"contentContainerStyle"],[387,29,167,39],[387,31,167,41,"styles"],[387,37,167,47],[387,38,167,48,"walletScrollContent"],[387,57,167,68],[388,8,167,68,"children"],[388,16,167,68],[388,32,169,8],[388,36,169,8,"_reactJsxDevRuntime"],[388,55,169,8],[388,56,169,8,"jsxDEV"],[388,62,169,8],[388,64,169,9,"_reactNative"],[388,76,169,13],[388,77,169,13,"View"],[388,81,169,13],[389,10,169,14,"style"],[389,15,169,19],[389,17,169,21,"styles"],[389,23,169,27],[389,24,169,28,"walletHeader"],[389,36,169,41],[390,10,169,41,"children"],[390,18,169,41],[390,34,170,10],[390,38,170,10,"_reactJsxDevRuntime"],[390,57,170,10],[390,58,170,10,"jsxDEV"],[390,64,170,10],[390,66,170,11,"_reactNative"],[390,78,170,15],[390,79,170,15,"Text"],[390,83,170,15],[391,12,170,16,"style"],[391,17,170,21],[391,19,170,23,"styles"],[391,25,170,29],[391,26,170,30,"walletTitle"],[391,37,170,42],[392,12,170,42,"children"],[392,20,170,42],[392,22,170,43],[393,10,170,52],[394,12,170,52,"fileName"],[394,20,170,52],[394,22,170,52,"_jsxFileName"],[394,34,170,52],[395,12,170,52,"lineNumber"],[395,22,170,52],[396,12,170,52,"columnNumber"],[396,24,170,52],[397,10,170,52],[397,17,170,58],[397,18,170,59],[397,33,171,10],[397,37,171,10,"_reactJsxDevRuntime"],[397,56,171,10],[397,57,171,10,"jsxDEV"],[397,63,171,10],[397,65,171,11,"_reactNative"],[397,77,171,27],[397,78,171,27,"TouchableOpacity"],[397,94,171,27],[398,12,171,28,"onPress"],[398,19,171,35],[398,21,171,37,"fetchBalance"],[398,33,171,50],[399,12,171,51,"style"],[399,17,171,56],[399,19,171,58,"styles"],[399,25,171,64],[399,26,171,65,"refreshButton"],[399,39,171,79],[400,12,171,79,"children"],[400,20,171,79],[400,35,172,12],[400,39,172,12,"_reactJsxDevRuntime"],[400,58,172,12],[400,59,172,12,"jsxDEV"],[400,65,172,12],[400,67,172,13,"_expoVectorIcons"],[400,83,172,21],[400,84,172,21,"Ionicons"],[400,92,172,21],[401,14,172,22,"name"],[401,18,172,26],[401,20,172,27],[401,29,172,36],[402,14,172,37,"size"],[402,18,172,41],[402,20,172,43],[402,22,172,46],[403,14,172,47,"color"],[403,19,172,52],[403,21,172,53],[404,12,172,62],[405,14,172,62,"fileName"],[405,22,172,62],[405,24,172,62,"_jsxFileName"],[405,36,172,62],[406,14,172,62,"lineNumber"],[406,24,172,62],[407,14,172,62,"columnNumber"],[407,26,172,62],[408,12,172,62],[408,19,172,64],[409,10,172,65],[410,12,172,65,"fileName"],[410,20,172,65],[410,22,172,65,"_jsxFileName"],[410,34,172,65],[411,12,172,65,"lineNumber"],[411,22,172,65],[412,12,172,65,"columnNumber"],[412,24,172,65],[413,10,172,65],[413,17,173,28],[413,18,173,29],[414,8,173,29],[415,10,173,29,"fileName"],[415,18,173,29],[415,20,173,29,"_jsxFileName"],[415,32,173,29],[416,10,173,29,"lineNumber"],[416,20,173,29],[417,10,173,29,"columnNumber"],[417,22,173,29],[418,8,173,29],[418,15,174,14],[418,16,174,15],[418,31,177,8],[418,35,177,8,"_reactJsxDevRuntime"],[418,54,177,8],[418,55,177,8,"jsxDEV"],[418,61,177,8],[418,63,177,9,"_reactNative"],[418,75,177,13],[418,76,177,13,"View"],[418,80,177,13],[419,10,177,14,"style"],[419,15,177,19],[419,17,177,21,"styles"],[419,23,177,27],[419,24,177,28,"balanceRow"],[419,34,177,39],[420,10,177,39,"children"],[420,18,177,39],[420,34,178,10],[420,38,178,10,"_reactJsxDevRuntime"],[420,57,178,10],[420,58,178,10,"jsxDEV"],[420,64,178,10],[420,66,178,11,"_reactNative"],[420,78,178,15],[420,79,178,15,"View"],[420,83,178,15],[421,12,178,16,"style"],[421,17,178,21],[421,19,178,23,"styles"],[421,25,178,29],[421,26,178,30,"balanceCardNew"],[421,40,178,45],[422,12,178,45,"children"],[422,20,178,45],[422,36,179,12],[422,40,179,12,"_reactJsxDevRuntime"],[422,59,179,12],[422,60,179,12,"jsxDEV"],[422,66,179,12],[422,68,179,13,"_reactNative"],[422,80,179,18],[422,81,179,18,"Image"],[422,86,179,18],[423,14,180,14,"source"],[423,20,180,20],[423,22,180,22],[424,16,180,24,"uri"],[424,19,180,27],[424,21,180,29],[425,14,180,145],[425,15,180,147],[426,14,181,14,"style"],[426,19,181,19],[426,21,181,21,"styles"],[426,27,181,27],[426,28,181,28,"tokenLogoNew"],[427,12,181,41],[428,14,181,41,"fileName"],[428,22,181,41],[428,24,181,41,"_jsxFileName"],[428,36,181,41],[429,14,181,41,"lineNumber"],[429,24,181,41],[430,14,181,41,"columnNumber"],[430,26,181,41],[431,12,181,41],[431,19,182,13],[431,20,182,14],[431,35,183,12],[431,39,183,12,"_reactJsxDevRuntime"],[431,58,183,12],[431,59,183,12,"jsxDEV"],[431,65,183,12],[431,67,183,13,"_reactNative"],[431,79,183,17],[431,80,183,17,"Text"],[431,84,183,17],[432,14,183,18,"style"],[432,19,183,23],[432,21,183,25,"styles"],[432,27,183,31],[432,28,183,32,"tokenSymbolNew"],[432,42,183,47],[433,14,183,47,"children"],[433,22,183,47],[433,24,183,48],[434,12,183,51],[435,14,183,51,"fileName"],[435,22,183,51],[435,24,183,51,"_jsxFileName"],[435,36,183,51],[436,14,183,51,"lineNumber"],[436,24,183,51],[437,14,183,51,"columnNumber"],[437,26,183,51],[438,12,183,51],[438,19,183,57],[438,20,183,58],[438,35,184,12],[438,39,184,12,"_reactJsxDevRuntime"],[438,58,184,12],[438,59,184,12,"jsxDEV"],[438,65,184,12],[438,67,184,13,"_reactNative"],[438,79,184,17],[438,80,184,17,"Text"],[438,84,184,17],[439,14,184,18,"style"],[439,19,184,23],[439,21,184,25,"styles"],[439,27,184,31],[439,28,184,32,"balanceAmountNew"],[439,44,184,49],[440,14,184,49,"children"],[440,22,184,49],[440,24,184,51,"hezBalance"],[441,12,184,61],[442,14,184,61,"fileName"],[442,22,184,61],[442,24,184,61,"_jsxFileName"],[442,36,184,61],[443,14,184,61,"lineNumber"],[443,24,184,61],[444,14,184,61,"columnNumber"],[444,26,184,61],[445,12,184,61],[445,19,184,68],[445,20,184,69],[445,35,185,12],[445,39,185,12,"_reactJsxDevRuntime"],[445,58,185,12],[445,59,185,12,"jsxDEV"],[445,65,185,12],[445,67,185,13,"_reactNative"],[445,79,185,17],[445,80,185,17,"Text"],[445,84,185,17],[446,14,185,18,"style"],[446,19,185,23],[446,21,185,25,"styles"],[446,27,185,31],[446,28,185,32,"tokenNameNew"],[446,40,185,45],[447,14,185,45,"children"],[447,22,185,45],[447,24,185,46],[448,12,185,61],[449,14,185,61,"fileName"],[449,22,185,61],[449,24,185,61,"_jsxFileName"],[449,36,185,61],[450,14,185,61,"lineNumber"],[450,24,185,61],[451,14,185,61,"columnNumber"],[451,26,185,61],[452,12,185,61],[452,19,185,67],[452,20,185,68],[453,10,185,68],[454,12,185,68,"fileName"],[454,20,185,68],[454,22,185,68,"_jsxFileName"],[454,34,185,68],[455,12,185,68,"lineNumber"],[455,22,185,68],[456,12,185,68,"columnNumber"],[456,24,185,68],[457,10,185,68],[457,17,186,16],[457,18,186,17],[457,33,188,10],[457,37,188,10,"_reactJsxDevRuntime"],[457,56,188,10],[457,57,188,10,"jsxDEV"],[457,63,188,10],[457,65,188,11,"_reactNative"],[457,77,188,15],[457,78,188,15,"View"],[457,82,188,15],[458,12,188,16,"style"],[458,17,188,21],[458,19,188,23,"styles"],[458,25,188,29],[458,26,188,30,"balanceCardNew"],[458,40,188,45],[459,12,188,45,"children"],[459,20,188,45],[459,36,189,12],[459,40,189,12,"_reactJsxDevRuntime"],[459,59,189,12],[459,60,189,12,"jsxDEV"],[459,66,189,12],[459,68,189,13,"_reactNative"],[459,80,189,18],[459,81,189,18,"Image"],[459,86,189,18],[460,14,190,14,"source"],[460,20,190,20],[460,22,190,22],[461,16,190,24,"uri"],[461,19,190,27],[461,21,190,29],[462,14,190,129],[462,15,190,131],[463,14,191,14,"style"],[463,19,191,19],[463,21,191,21,"styles"],[463,27,191,27],[463,28,191,28,"tokenLogoNew"],[464,12,191,41],[465,14,191,41,"fileName"],[465,22,191,41],[465,24,191,41,"_jsxFileName"],[465,36,191,41],[466,14,191,41,"lineNumber"],[466,24,191,41],[467,14,191,41,"columnNumber"],[467,26,191,41],[468,12,191,41],[468,19,192,13],[468,20,192,14],[468,35,193,12],[468,39,193,12,"_reactJsxDevRuntime"],[468,58,193,12],[468,59,193,12,"jsxDEV"],[468,65,193,12],[468,67,193,13,"_reactNative"],[468,79,193,17],[468,80,193,17,"Text"],[468,84,193,17],[469,14,193,18,"style"],[469,19,193,23],[469,21,193,25,"styles"],[469,27,193,31],[469,28,193,32,"tokenSymbolNew"],[469,42,193,47],[470,14,193,47,"children"],[470,22,193,47],[470,24,193,48],[471,12,193,51],[472,14,193,51,"fileName"],[472,22,193,51],[472,24,193,51,"_jsxFileName"],[472,36,193,51],[473,14,193,51,"lineNumber"],[473,24,193,51],[474,14,193,51,"columnNumber"],[474,26,193,51],[475,12,193,51],[475,19,193,57],[475,20,193,58],[475,35,194,12],[475,39,194,12,"_reactJsxDevRuntime"],[475,58,194,12],[475,59,194,12,"jsxDEV"],[475,65,194,12],[475,67,194,13,"_reactNative"],[475,79,194,17],[475,80,194,17,"Text"],[475,84,194,17],[476,14,194,18,"style"],[476,19,194,23],[476,21,194,25,"styles"],[476,27,194,31],[476,28,194,32,"balanceAmountNew"],[476,44,194,49],[477,14,194,49,"children"],[477,22,194,49],[477,24,194,51,"pezBalance"],[478,12,194,61],[479,14,194,61,"fileName"],[479,22,194,61],[479,24,194,61,"_jsxFileName"],[479,36,194,61],[480,14,194,61,"lineNumber"],[480,24,194,61],[481,14,194,61,"columnNumber"],[481,26,194,61],[482,12,194,61],[482,19,194,68],[482,20,194,69],[482,35,195,12],[482,39,195,12,"_reactJsxDevRuntime"],[482,58,195,12],[482,59,195,12,"jsxDEV"],[482,65,195,12],[482,67,195,13,"_reactNative"],[482,79,195,17],[482,80,195,17,"Text"],[482,84,195,17],[483,14,195,18,"style"],[483,19,195,23],[483,21,195,25,"styles"],[483,27,195,31],[483,28,195,32,"tokenNameNew"],[483,40,195,45],[484,14,195,45,"children"],[484,22,195,45],[484,24,195,46],[485,12,195,59],[486,14,195,59,"fileName"],[486,22,195,59],[486,24,195,59,"_jsxFileName"],[486,36,195,59],[487,14,195,59,"lineNumber"],[487,24,195,59],[488,14,195,59,"columnNumber"],[488,26,195,59],[489,12,195,59],[489,19,195,65],[489,20,195,66],[490,10,195,66],[491,12,195,66,"fileName"],[491,20,195,66],[491,22,195,66,"_jsxFileName"],[491,34,195,66],[492,12,195,66,"lineNumber"],[492,22,195,66],[493,12,195,66,"columnNumber"],[493,24,195,66],[494,10,195,66],[494,17,196,16],[494,18,196,17],[495,8,196,17],[496,10,196,17,"fileName"],[496,18,196,17],[496,20,196,17,"_jsxFileName"],[496,32,196,17],[497,10,196,17,"lineNumber"],[497,20,196,17],[498,10,196,17,"columnNumber"],[498,22,196,17],[499,8,196,17],[499,15,197,14],[499,16,197,15],[499,31,200,8],[499,35,200,8,"_reactJsxDevRuntime"],[499,54,200,8],[499,55,200,8,"jsxDEV"],[499,61,200,8],[499,63,200,9,"_reactNative"],[499,75,200,13],[499,76,200,13,"View"],[499,80,200,13],[500,10,200,14,"style"],[500,15,200,19],[500,17,200,21,"styles"],[500,23,200,27],[500,24,200,28,"actionsContainer"],[500,40,200,45],[501,10,200,45,"children"],[501,18,200,45],[501,34,202,10],[501,38,202,10,"_reactJsxDevRuntime"],[501,57,202,10],[501,58,202,10,"jsxDEV"],[501,64,202,10],[501,66,202,11,"_reactNative"],[501,78,202,15],[501,79,202,15,"View"],[501,83,202,15],[502,12,202,16,"style"],[502,17,202,21],[502,19,202,23,"styles"],[502,25,202,29],[502,26,202,30,"actionsRow"],[502,36,202,41],[503,12,202,41,"children"],[503,20,202,41],[503,36,203,12],[503,40,203,12,"_reactJsxDevRuntime"],[503,59,203,12],[503,60,203,12,"jsxDEV"],[503,66,203,12],[503,68,203,13,"_reactNative"],[503,80,203,29],[503,81,203,29,"TouchableOpacity"],[503,97,203,29],[504,14,203,30,"style"],[504,19,203,35],[504,21,203,37],[504,22,203,38,"styles"],[504,28,203,44],[504,29,203,45,"actionBtn"],[504,38,203,54],[504,40,203,56],[505,16,203,57,"backgroundColor"],[505,31,203,72],[505,33,203,74],[506,14,203,83],[506,15,203,84],[506,16,203,86],[507,14,203,86,"children"],[507,22,203,86],[507,38,204,14],[507,42,204,14,"_reactJsxDevRuntime"],[507,61,204,14],[507,62,204,14,"jsxDEV"],[507,68,204,14],[507,70,204,15,"_expoVectorIcons"],[507,86,204,23],[507,87,204,23,"Ionicons"],[507,95,204,23],[508,16,204,24,"name"],[508,20,204,28],[508,22,204,29],[508,32,204,39],[509,16,204,40,"size"],[509,20,204,44],[509,22,204,46],[509,24,204,49],[510,16,204,50,"color"],[510,21,204,55],[510,23,204,56],[511,14,204,62],[512,16,204,62,"fileName"],[512,24,204,62],[512,26,204,62,"_jsxFileName"],[512,38,204,62],[513,16,204,62,"lineNumber"],[513,26,204,62],[514,16,204,62,"columnNumber"],[514,28,204,62],[515,14,204,62],[515,21,204,64],[515,22,204,65],[515,37,205,14],[515,41,205,14,"_reactJsxDevRuntime"],[515,60,205,14],[515,61,205,14,"jsxDEV"],[515,67,205,14],[515,69,205,15,"_reactNative"],[515,81,205,19],[515,82,205,19,"Text"],[515,86,205,19],[516,16,205,20,"style"],[516,21,205,25],[516,23,205,27,"styles"],[516,29,205,33],[516,30,205,34,"actionBtnText"],[516,43,205,48],[517,16,205,48,"children"],[517,24,205,48],[517,26,205,49],[518,14,205,53],[519,16,205,53,"fileName"],[519,24,205,53],[519,26,205,53,"_jsxFileName"],[519,38,205,53],[520,16,205,53,"lineNumber"],[520,26,205,53],[521,16,205,53,"columnNumber"],[521,28,205,53],[522,14,205,53],[522,21,205,59],[522,22,205,60],[523,12,205,60],[524,14,205,60,"fileName"],[524,22,205,60],[524,24,205,60,"_jsxFileName"],[524,36,205,60],[525,14,205,60,"lineNumber"],[525,24,205,60],[526,14,205,60,"columnNumber"],[526,26,205,60],[527,12,205,60],[527,19,206,30],[527,20,206,31],[527,35,207,12],[527,39,207,12,"_reactJsxDevRuntime"],[527,58,207,12],[527,59,207,12,"jsxDEV"],[527,65,207,12],[527,67,207,13,"_reactNative"],[527,79,207,29],[527,80,207,29,"TouchableOpacity"],[527,96,207,29],[528,14,207,30,"style"],[528,19,207,35],[528,21,207,37],[528,22,207,38,"styles"],[528,28,207,44],[528,29,207,45,"actionBtn"],[528,38,207,54],[528,40,207,56],[529,16,207,57,"backgroundColor"],[529,31,207,72],[529,33,207,74],[530,14,207,83],[530,15,207,84],[530,16,207,86],[531,14,207,86,"children"],[531,22,207,86],[531,38,208,14],[531,42,208,14,"_reactJsxDevRuntime"],[531,61,208,14],[531,62,208,14,"jsxDEV"],[531,68,208,14],[531,70,208,15,"_expoVectorIcons"],[531,86,208,23],[531,87,208,23,"Ionicons"],[531,95,208,23],[532,16,208,24,"name"],[532,20,208,28],[532,22,208,29],[532,34,208,41],[533,16,208,42,"size"],[533,20,208,46],[533,22,208,48],[533,24,208,51],[534,16,208,52,"color"],[534,21,208,57],[534,23,208,58],[535,14,208,64],[536,16,208,64,"fileName"],[536,24,208,64],[536,26,208,64,"_jsxFileName"],[536,38,208,64],[537,16,208,64,"lineNumber"],[537,26,208,64],[538,16,208,64,"columnNumber"],[538,28,208,64],[539,14,208,64],[539,21,208,66],[539,22,208,67],[539,37,209,14],[539,41,209,14,"_reactJsxDevRuntime"],[539,60,209,14],[539,61,209,14,"jsxDEV"],[539,67,209,14],[539,69,209,15,"_reactNative"],[539,81,209,19],[539,82,209,19,"Text"],[539,86,209,19],[540,16,209,20,"style"],[540,21,209,25],[540,23,209,27,"styles"],[540,29,209,33],[540,30,209,34,"actionBtnText"],[540,43,209,48],[541,16,209,48,"children"],[541,24,209,48],[541,26,209,49],[542,14,209,56],[543,16,209,56,"fileName"],[543,24,209,56],[543,26,209,56,"_jsxFileName"],[543,38,209,56],[544,16,209,56,"lineNumber"],[544,26,209,56],[545,16,209,56,"columnNumber"],[545,28,209,56],[546,14,209,56],[546,21,209,62],[546,22,209,63],[547,12,209,63],[548,14,209,63,"fileName"],[548,22,209,63],[548,24,209,63,"_jsxFileName"],[548,36,209,63],[549,14,209,63,"lineNumber"],[549,24,209,63],[550,14,209,63,"columnNumber"],[550,26,209,63],[551,12,209,63],[551,19,210,30],[551,20,210,31],[551,35,211,12],[551,39,211,12,"_reactJsxDevRuntime"],[551,58,211,12],[551,59,211,12,"jsxDEV"],[551,65,211,12],[551,67,211,13,"_reactNative"],[551,79,211,29],[551,80,211,29,"TouchableOpacity"],[551,96,211,29],[552,14,211,30,"style"],[552,19,211,35],[552,21,211,37],[552,22,211,38,"styles"],[552,28,211,44],[552,29,211,45,"actionBtn"],[552,38,211,54],[552,40,211,56],[553,16,211,57,"backgroundColor"],[553,31,211,72],[553,33,211,74],[554,14,211,83],[554,15,211,84],[554,16,211,86],[555,14,211,86,"children"],[555,22,211,86],[555,38,212,14],[555,42,212,14,"_reactJsxDevRuntime"],[555,61,212,14],[555,62,212,14,"jsxDEV"],[555,68,212,14],[555,70,212,15,"_expoVectorIcons"],[555,86,212,23],[555,87,212,23,"Ionicons"],[555,95,212,23],[556,16,212,24,"name"],[556,20,212,28],[556,22,212,29],[556,39,212,46],[557,16,212,47,"size"],[557,20,212,51],[557,22,212,53],[557,24,212,56],[558,16,212,57,"color"],[558,21,212,62],[558,23,212,63],[559,14,212,69],[560,16,212,69,"fileName"],[560,24,212,69],[560,26,212,69,"_jsxFileName"],[560,38,212,69],[561,16,212,69,"lineNumber"],[561,26,212,69],[562,16,212,69,"columnNumber"],[562,28,212,69],[563,14,212,69],[563,21,212,71],[563,22,212,72],[563,37,213,14],[563,41,213,14,"_reactJsxDevRuntime"],[563,60,213,14],[563,61,213,14,"jsxDEV"],[563,67,213,14],[563,69,213,15,"_reactNative"],[563,81,213,19],[563,82,213,19,"Text"],[563,86,213,19],[564,16,213,20,"style"],[564,21,213,25],[564,23,213,27,"styles"],[564,29,213,33],[564,30,213,34,"actionBtnText"],[564,43,213,48],[565,16,213,48,"children"],[565,24,213,48],[565,26,213,49],[566,14,213,53],[567,16,213,53,"fileName"],[567,24,213,53],[567,26,213,53,"_jsxFileName"],[567,38,213,53],[568,16,213,53,"lineNumber"],[568,26,213,53],[569,16,213,53,"columnNumber"],[569,28,213,53],[570,14,213,53],[570,21,213,59],[570,22,213,60],[571,12,213,60],[572,14,213,60,"fileName"],[572,22,213,60],[572,24,213,60,"_jsxFileName"],[572,36,213,60],[573,14,213,60,"lineNumber"],[573,24,213,60],[574,14,213,60,"columnNumber"],[574,26,213,60],[575,12,213,60],[575,19,214,30],[575,20,214,31],[575,35,215,12],[575,39,215,12,"_reactJsxDevRuntime"],[575,58,215,12],[575,59,215,12,"jsxDEV"],[575,65,215,12],[575,67,215,13,"_reactNative"],[575,79,215,29],[575,80,215,29,"TouchableOpacity"],[575,96,215,29],[576,14,215,30,"style"],[576,19,215,35],[576,21,215,37],[576,22,215,38,"styles"],[576,28,215,44],[576,29,215,45,"actionBtn"],[576,38,215,54],[576,40,215,56],[577,16,215,57,"backgroundColor"],[577,31,215,72],[577,33,215,74],[578,14,215,83],[578,15,215,84],[578,16,215,86],[579,14,215,86,"children"],[579,22,215,86],[579,38,216,14],[579,42,216,14,"_reactJsxDevRuntime"],[579,61,216,14],[579,62,216,14,"jsxDEV"],[579,68,216,14],[579,70,216,15,"_expoVectorIcons"],[579,86,216,23],[579,87,216,23,"Ionicons"],[579,95,216,23],[580,16,216,24,"name"],[580,20,216,28],[580,22,216,29],[580,30,216,37],[581,16,216,38,"size"],[581,20,216,42],[581,22,216,44],[581,24,216,47],[582,16,216,48,"color"],[582,21,216,53],[582,23,216,54],[583,14,216,60],[584,16,216,60,"fileName"],[584,24,216,60],[584,26,216,60,"_jsxFileName"],[584,38,216,60],[585,16,216,60,"lineNumber"],[585,26,216,60],[586,16,216,60,"columnNumber"],[586,28,216,60],[587,14,216,60],[587,21,216,62],[587,22,216,63],[587,37,217,14],[587,41,217,14,"_reactJsxDevRuntime"],[587,60,217,14],[587,61,217,14,"jsxDEV"],[587,67,217,14],[587,69,217,15,"_reactNative"],[587,81,217,19],[587,82,217,19,"Text"],[587,86,217,19],[588,16,217,20,"style"],[588,21,217,25],[588,23,217,27,"styles"],[588,29,217,33],[588,30,217,34,"actionBtnText"],[588,43,217,48],[589,16,217,48,"children"],[589,24,217,48],[589,26,217,49],[590,14,217,52],[591,16,217,52,"fileName"],[591,24,217,52],[591,26,217,52,"_jsxFileName"],[591,38,217,52],[592,16,217,52,"lineNumber"],[592,26,217,52],[593,16,217,52,"columnNumber"],[593,28,217,52],[594,14,217,52],[594,21,217,58],[594,22,217,59],[595,12,217,59],[596,14,217,59,"fileName"],[596,22,217,59],[596,24,217,59,"_jsxFileName"],[596,36,217,59],[597,14,217,59,"lineNumber"],[597,24,217,59],[598,14,217,59,"columnNumber"],[598,26,217,59],[599,12,217,59],[599,19,218,30],[599,20,218,31],[600,10,218,31],[601,12,218,31,"fileName"],[601,20,218,31],[601,22,218,31,"_jsxFileName"],[601,34,218,31],[602,12,218,31,"lineNumber"],[602,22,218,31],[603,12,218,31,"columnNumber"],[603,24,218,31],[604,10,218,31],[604,17,219,16],[604,18,219,17],[604,33,222,10],[604,37,222,10,"_reactJsxDevRuntime"],[604,56,222,10],[604,57,222,10,"jsxDEV"],[604,63,222,10],[604,65,222,11,"_reactNative"],[604,77,222,15],[604,78,222,15,"View"],[604,82,222,15],[605,12,222,16,"style"],[605,17,222,21],[605,19,222,23,"styles"],[605,25,222,29],[605,26,222,30,"actionsRow"],[605,36,222,41],[606,12,222,41,"children"],[606,20,222,41],[606,36,223,12],[606,40,223,12,"_reactJsxDevRuntime"],[606,59,223,12],[606,60,223,12,"jsxDEV"],[606,66,223,12],[606,68,223,13,"_reactNative"],[606,80,223,29],[606,81,223,29,"TouchableOpacity"],[606,97,223,29],[607,14,223,30,"style"],[607,19,223,35],[607,21,223,37],[607,22,223,38,"styles"],[607,28,223,44],[607,29,223,45,"actionBtn"],[607,38,223,54],[607,40,223,56],[608,16,223,57,"backgroundColor"],[608,31,223,72],[608,33,223,74],[609,14,223,83],[609,15,223,84],[609,16,223,86],[610,14,223,86,"children"],[610,22,223,86],[610,38,224,14],[610,42,224,14,"_reactJsxDevRuntime"],[610,61,224,14],[610,62,224,14,"jsxDEV"],[610,68,224,14],[610,70,224,15,"_expoVectorIcons"],[610,86,224,23],[610,87,224,23,"Ionicons"],[610,95,224,23],[611,16,224,24,"name"],[611,20,224,28],[611,22,224,29],[611,33,224,40],[612,16,224,41,"size"],[612,20,224,45],[612,22,224,47],[612,24,224,50],[613,16,224,51,"color"],[613,21,224,56],[613,23,224,57],[614,14,224,63],[615,16,224,63,"fileName"],[615,24,224,63],[615,26,224,63,"_jsxFileName"],[615,38,224,63],[616,16,224,63,"lineNumber"],[616,26,224,63],[617,16,224,63,"columnNumber"],[617,28,224,63],[618,14,224,63],[618,21,224,65],[618,22,224,66],[618,37,225,14],[618,41,225,14,"_reactJsxDevRuntime"],[618,60,225,14],[618,61,225,14,"jsxDEV"],[618,67,225,14],[618,69,225,15,"_reactNative"],[618,81,225,19],[618,82,225,19,"Text"],[618,86,225,19],[619,16,225,20,"style"],[619,21,225,25],[619,23,225,27,"styles"],[619,29,225,33],[619,30,225,34,"actionBtnText"],[619,43,225,48],[620,16,225,48,"children"],[620,24,225,48],[620,26,225,49],[621,14,225,53],[622,16,225,53,"fileName"],[622,24,225,53],[622,26,225,53,"_jsxFileName"],[622,38,225,53],[623,16,225,53,"lineNumber"],[623,26,225,53],[624,16,225,53,"columnNumber"],[624,28,225,53],[625,14,225,53],[625,21,225,59],[625,22,225,60],[626,12,225,60],[627,14,225,60,"fileName"],[627,22,225,60],[627,24,225,60,"_jsxFileName"],[627,36,225,60],[628,14,225,60,"lineNumber"],[628,24,225,60],[629,14,225,60,"columnNumber"],[629,26,225,60],[630,12,225,60],[630,19,226,30],[630,20,226,31],[630,35,227,12],[630,39,227,12,"_reactJsxDevRuntime"],[630,58,227,12],[630,59,227,12,"jsxDEV"],[630,65,227,12],[630,67,227,13,"_reactNative"],[630,79,227,29],[630,80,227,29,"TouchableOpacity"],[630,96,227,29],[631,14,227,30,"style"],[631,19,227,35],[631,21,227,37],[631,22,227,38,"styles"],[631,28,227,44],[631,29,227,45,"actionBtn"],[631,38,227,54],[631,40,227,56],[632,16,227,57,"backgroundColor"],[632,31,227,72],[632,33,227,74],[633,14,227,83],[633,15,227,84],[633,16,227,86],[634,14,227,86,"children"],[634,22,227,86],[634,38,228,14],[634,42,228,14,"_reactJsxDevRuntime"],[634,61,228,14],[634,62,228,14,"jsxDEV"],[634,68,228,14],[634,70,228,15,"_expoVectorIcons"],[634,86,228,23],[634,87,228,23,"Ionicons"],[634,95,228,23],[635,16,228,24,"name"],[635,20,228,28],[635,22,228,29],[635,28,228,35],[636,16,228,36,"size"],[636,20,228,40],[636,22,228,42],[636,24,228,45],[637,16,228,46,"color"],[637,21,228,51],[637,23,228,52],[638,14,228,58],[639,16,228,58,"fileName"],[639,24,228,58],[639,26,228,58,"_jsxFileName"],[639,38,228,58],[640,16,228,58,"lineNumber"],[640,26,228,58],[641,16,228,58,"columnNumber"],[641,28,228,58],[642,14,228,58],[642,21,228,60],[642,22,228,61],[642,37,229,14],[642,41,229,14,"_reactJsxDevRuntime"],[642,60,229,14],[642,61,229,14,"jsxDEV"],[642,67,229,14],[642,69,229,15,"_reactNative"],[642,81,229,19],[642,82,229,19,"Text"],[642,86,229,19],[643,16,229,20,"style"],[643,21,229,25],[643,23,229,27,"styles"],[643,29,229,33],[643,30,229,34,"actionBtnText"],[643,43,229,48],[644,16,229,48,"children"],[644,24,229,48],[644,26,229,49],[645,14,229,54],[646,16,229,54,"fileName"],[646,24,229,54],[646,26,229,54,"_jsxFileName"],[646,38,229,54],[647,16,229,54,"lineNumber"],[647,26,229,54],[648,16,229,54,"columnNumber"],[648,28,229,54],[649,14,229,54],[649,21,229,60],[649,22,229,61],[650,12,229,61],[651,14,229,61,"fileName"],[651,22,229,61],[651,24,229,61,"_jsxFileName"],[651,36,229,61],[652,14,229,61,"lineNumber"],[652,24,229,61],[653,14,229,61,"columnNumber"],[653,26,229,61],[654,12,229,61],[654,19,230,30],[654,20,230,31],[654,35,231,12],[654,39,231,12,"_reactJsxDevRuntime"],[654,58,231,12],[654,59,231,12,"jsxDEV"],[654,65,231,12],[654,67,231,13,"_reactNative"],[654,79,231,29],[654,80,231,29,"TouchableOpacity"],[654,96,231,29],[655,14,231,30,"style"],[655,19,231,35],[655,21,231,37],[655,22,231,38,"styles"],[655,28,231,44],[655,29,231,45,"actionBtn"],[655,38,231,54],[655,40,231,56],[656,16,231,57,"backgroundColor"],[656,31,231,72],[656,33,231,74],[657,14,231,83],[657,15,231,84],[657,16,231,86],[658,14,231,86,"children"],[658,22,231,86],[658,38,232,14],[658,42,232,14,"_reactJsxDevRuntime"],[658,61,232,14],[658,62,232,14,"jsxDEV"],[658,68,232,14],[658,70,232,15,"_expoVectorIcons"],[658,86,232,23],[658,87,232,23,"Ionicons"],[658,95,232,23],[659,16,232,24,"name"],[659,20,232,28],[659,22,232,29],[659,28,232,35],[660,16,232,36,"size"],[660,20,232,40],[660,22,232,42],[660,24,232,45],[661,16,232,46,"color"],[661,21,232,51],[661,23,232,52],[662,14,232,58],[663,16,232,58,"fileName"],[663,24,232,58],[663,26,232,58,"_jsxFileName"],[663,38,232,58],[664,16,232,58,"lineNumber"],[664,26,232,58],[665,16,232,58,"columnNumber"],[665,28,232,58],[666,14,232,58],[666,21,232,60],[666,22,232,61],[666,37,233,14],[666,41,233,14,"_reactJsxDevRuntime"],[666,60,233,14],[666,61,233,14,"jsxDEV"],[666,67,233,14],[666,69,233,15,"_reactNative"],[666,81,233,19],[666,82,233,19,"Text"],[666,86,233,19],[667,16,233,20,"style"],[667,21,233,25],[667,23,233,27,"styles"],[667,29,233,33],[667,30,233,34,"actionBtnText"],[667,43,233,48],[668,16,233,48,"children"],[668,24,233,48],[668,26,233,49],[669,14,233,56],[670,16,233,56,"fileName"],[670,24,233,56],[670,26,233,56,"_jsxFileName"],[670,38,233,56],[671,16,233,56,"lineNumber"],[671,26,233,56],[672,16,233,56,"columnNumber"],[672,28,233,56],[673,14,233,56],[673,21,233,62],[673,22,233,63],[674,12,233,63],[675,14,233,63,"fileName"],[675,22,233,63],[675,24,233,63,"_jsxFileName"],[675,36,233,63],[676,14,233,63,"lineNumber"],[676,24,233,63],[677,14,233,63,"columnNumber"],[677,26,233,63],[678,12,233,63],[678,19,234,30],[678,20,234,31],[678,35,235,12],[678,39,235,12,"_reactJsxDevRuntime"],[678,58,235,12],[678,59,235,12,"jsxDEV"],[678,65,235,12],[678,67,235,13,"_reactNative"],[678,79,235,29],[678,80,235,29,"TouchableOpacity"],[678,96,235,29],[679,14,235,30,"style"],[679,19,235,35],[679,21,235,37],[679,22,235,38,"styles"],[679,28,235,44],[679,29,235,45,"actionBtn"],[679,38,235,54],[679,40,235,56],[680,16,235,57,"backgroundColor"],[680,31,235,72],[680,33,235,74],[681,14,235,83],[681,15,235,84],[681,16,235,86],[682,14,235,86,"children"],[682,22,235,86],[682,38,236,14],[682,42,236,14,"_reactJsxDevRuntime"],[682,61,236,14],[682,62,236,14,"jsxDEV"],[682,68,236,14],[682,70,236,15,"_expoVectorIcons"],[682,86,236,23],[682,87,236,23,"Ionicons"],[682,95,236,23],[683,16,236,24,"name"],[683,20,236,28],[683,22,236,29],[683,28,236,35],[684,16,236,36,"size"],[684,20,236,40],[684,22,236,42],[684,24,236,45],[685,16,236,46,"color"],[685,21,236,51],[685,23,236,52],[686,14,236,58],[687,16,236,58,"fileName"],[687,24,236,58],[687,26,236,58,"_jsxFileName"],[687,38,236,58],[688,16,236,58,"lineNumber"],[688,26,236,58],[689,16,236,58,"columnNumber"],[689,28,236,58],[690,14,236,58],[690,21,236,60],[690,22,236,61],[690,37,237,14],[690,41,237,14,"_reactJsxDevRuntime"],[690,60,237,14],[690,61,237,14,"jsxDEV"],[690,67,237,14],[690,69,237,15,"_reactNative"],[690,81,237,19],[690,82,237,19,"Text"],[690,86,237,19],[691,16,237,20,"style"],[691,21,237,25],[691,23,237,27,"styles"],[691,29,237,33],[691,30,237,34,"actionBtnText"],[691,43,237,48],[692,16,237,48,"children"],[692,24,237,48],[692,26,237,49],[693,14,237,56],[694,16,237,56,"fileName"],[694,24,237,56],[694,26,237,56,"_jsxFileName"],[694,38,237,56],[695,16,237,56,"lineNumber"],[695,26,237,56],[696,16,237,56,"columnNumber"],[696,28,237,56],[697,14,237,56],[697,21,237,62],[697,22,237,63],[698,12,237,63],[699,14,237,63,"fileName"],[699,22,237,63],[699,24,237,63,"_jsxFileName"],[699,36,237,63],[700,14,237,63,"lineNumber"],[700,24,237,63],[701,14,237,63,"columnNumber"],[701,26,237,63],[702,12,237,63],[702,19,238,30],[702,20,238,31],[703,10,238,31],[704,12,238,31,"fileName"],[704,20,238,31],[704,22,238,31,"_jsxFileName"],[704,34,238,31],[705,12,238,31,"lineNumber"],[705,22,238,31],[706,12,238,31,"columnNumber"],[706,24,238,31],[707,10,238,31],[707,17,239,16],[707,18,239,17],[708,8,239,17],[709,10,239,17,"fileName"],[709,18,239,17],[709,20,239,17,"_jsxFileName"],[709,32,239,17],[710,10,239,17,"lineNumber"],[710,20,239,17],[711,10,239,17,"columnNumber"],[711,22,239,17],[712,8,239,17],[712,15,240,14],[712,16,240,15],[712,31,243,8],[712,35,243,8,"_reactJsxDevRuntime"],[712,54,243,8],[712,55,243,8,"jsxDEV"],[712,61,243,8],[712,63,243,9,"_reactNative"],[712,75,243,13],[712,76,243,13,"View"],[712,80,243,13],[713,10,243,14,"style"],[713,15,243,19],[713,17,243,21,"styles"],[713,23,243,27],[713,24,243,28,"tokensContainer"],[713,39,243,44],[714,10,243,44,"children"],[714,18,243,44],[714,34,244,10],[714,38,244,10,"_reactJsxDevRuntime"],[714,57,244,10],[714,58,244,10,"jsxDEV"],[714,64,244,10],[714,66,244,11,"_reactNative"],[714,78,244,15],[714,79,244,15,"Text"],[714,83,244,15],[715,12,244,16,"style"],[715,17,244,21],[715,19,244,23,"styles"],[715,25,244,29],[715,26,244,30,"tokensTitle"],[715,37,244,42],[716,12,244,42,"children"],[716,20,244,42],[716,22,244,43],[717,10,244,49],[718,12,244,49,"fileName"],[718,20,244,49],[718,22,244,49,"_jsxFileName"],[718,34,244,49],[719,12,244,49,"lineNumber"],[719,22,244,49],[720,12,244,49,"columnNumber"],[720,24,244,49],[721,10,244,49],[721,17,244,55],[721,18,244,56],[721,33,247,10],[721,37,247,10,"_reactJsxDevRuntime"],[721,56,247,10],[721,57,247,10,"jsxDEV"],[721,63,247,10],[721,65,247,11,"_reactNative"],[721,77,247,15],[721,78,247,15,"View"],[721,82,247,15],[722,12,247,16,"style"],[722,17,247,21],[722,19,247,23,"styles"],[722,25,247,29],[722,26,247,30,"tokenItem"],[722,35,247,40],[723,12,247,40,"children"],[723,20,247,40],[723,36,248,12],[723,40,248,12,"_reactJsxDevRuntime"],[723,59,248,12],[723,60,248,12,"jsxDEV"],[723,66,248,12],[723,68,248,13,"_reactNative"],[723,80,248,17],[723,81,248,17,"View"],[723,85,248,17],[724,14,248,18,"style"],[724,19,248,23],[724,21,248,25,"styles"],[724,27,248,31],[724,28,248,32,"tokenItemLeft"],[724,41,248,46],[725,14,248,46,"children"],[725,22,248,46],[725,38,249,14],[725,42,249,14,"_reactJsxDevRuntime"],[725,61,249,14],[725,62,249,14,"jsxDEV"],[725,68,249,14],[725,70,249,15,"_reactNative"],[725,82,249,19],[725,83,249,19,"View"],[725,87,249,19],[726,16,249,20,"style"],[726,21,249,25],[726,23,249,27,"styles"],[726,29,249,33],[726,30,249,34,"tokenIconContainer"],[726,48,249,53],[727,16,249,53,"children"],[727,24,249,53],[727,40,250,16],[727,44,250,16,"_reactJsxDevRuntime"],[727,63,250,16],[727,64,250,16,"jsxDEV"],[727,70,250,16],[727,72,250,17,"_reactNative"],[727,84,250,22],[727,85,250,22,"Image"],[727,90,250,22],[728,18,251,18,"source"],[728,24,251,24],[728,26,251,26],[729,20,251,28,"uri"],[729,23,251,31],[729,25,251,33],[730,18,251,134],[730,19,251,136],[731,18,252,18,"style"],[731,23,252,23],[731,25,252,25,"styles"],[731,31,252,31],[731,32,252,32,"tokenIcon"],[732,16,252,42],[733,18,252,42,"fileName"],[733,26,252,42],[733,28,252,42,"_jsxFileName"],[733,40,252,42],[734,18,252,42,"lineNumber"],[734,28,252,42],[735,18,252,42,"columnNumber"],[735,30,252,42],[736,16,252,42],[736,23,253,17],[736,24,253,18],[736,39,254,16],[736,43,254,16,"_reactJsxDevRuntime"],[736,62,254,16],[736,63,254,16,"jsxDEV"],[736,69,254,16],[736,71,254,17,"_reactNative"],[736,83,254,22],[736,84,254,22,"Image"],[736,89,254,22],[737,18,255,18,"source"],[737,24,255,24],[737,26,255,26],[738,20,255,28,"uri"],[738,23,255,31],[738,25,255,33],[739,18,255,133],[739,19,255,135],[740,18,256,18,"style"],[740,23,256,23],[740,25,256,25,"styles"],[740,31,256,31],[740,32,256,32,"networkBadge"],[741,16,256,45],[742,18,256,45,"fileName"],[742,26,256,45],[742,28,256,45,"_jsxFileName"],[742,40,256,45],[743,18,256,45,"lineNumber"],[743,28,256,45],[744,18,256,45,"columnNumber"],[744,30,256,45],[745,16,256,45],[745,23,257,17],[745,24,257,18],[746,14,257,18],[747,16,257,18,"fileName"],[747,24,257,18],[747,26,257,18,"_jsxFileName"],[747,38,257,18],[748,16,257,18,"lineNumber"],[748,26,257,18],[749,16,257,18,"columnNumber"],[749,28,257,18],[750,14,257,18],[750,21,258,20],[750,22,258,21],[750,37,259,14],[750,41,259,14,"_reactJsxDevRuntime"],[750,60,259,14],[750,61,259,14,"jsxDEV"],[750,67,259,14],[750,69,259,15,"_reactNative"],[750,81,259,19],[750,82,259,19,"View"],[750,86,259,19],[751,16,259,19,"children"],[751,24,259,19],[751,40,260,16],[751,44,260,16,"_reactJsxDevRuntime"],[751,63,260,16],[751,64,260,16,"jsxDEV"],[751,70,260,16],[751,72,260,17,"_reactNative"],[751,84,260,21],[751,85,260,21,"Text"],[751,89,260,21],[752,18,260,22,"style"],[752,23,260,27],[752,25,260,29,"styles"],[752,31,260,35],[752,32,260,36,"tokenItemName"],[752,45,260,50],[753,18,260,50,"children"],[753,26,260,50],[753,28,260,51],[754,16,260,55],[755,18,260,55,"fileName"],[755,26,260,55],[755,28,260,55,"_jsxFileName"],[755,40,260,55],[756,18,260,55,"lineNumber"],[756,28,260,55],[757,18,260,55,"columnNumber"],[757,30,260,55],[758,16,260,55],[758,23,260,61],[758,24,260,62],[758,39,261,16],[758,43,261,16,"_reactJsxDevRuntime"],[758,62,261,16],[758,63,261,16,"jsxDEV"],[758,69,261,16],[758,71,261,17,"_reactNative"],[758,83,261,21],[758,84,261,21,"Text"],[758,88,261,21],[759,18,261,22,"style"],[759,23,261,27],[759,25,261,29,"styles"],[759,31,261,35],[759,32,261,36,"tokenItemNetwork"],[759,48,261,53],[760,18,261,53,"children"],[760,26,261,53],[760,28,261,54],[761,16,261,65],[762,18,261,65,"fileName"],[762,26,261,65],[762,28,261,65,"_jsxFileName"],[762,40,261,65],[763,18,261,65,"lineNumber"],[763,28,261,65],[764,18,261,65,"columnNumber"],[764,30,261,65],[765,16,261,65],[765,23,261,71],[765,24,261,72],[766,14,261,72],[767,16,261,72,"fileName"],[767,24,261,72],[767,26,261,72,"_jsxFileName"],[767,38,261,72],[768,16,261,72,"lineNumber"],[768,26,261,72],[769,16,261,72,"columnNumber"],[769,28,261,72],[770,14,261,72],[770,21,262,20],[770,22,262,21],[771,12,262,21],[772,14,262,21,"fileName"],[772,22,262,21],[772,24,262,21,"_jsxFileName"],[772,36,262,21],[773,14,262,21,"lineNumber"],[773,24,262,21],[774,14,262,21,"columnNumber"],[774,26,262,21],[775,12,262,21],[775,19,263,18],[775,20,263,19],[775,35,264,12],[775,39,264,12,"_reactJsxDevRuntime"],[775,58,264,12],[775,59,264,12,"jsxDEV"],[775,65,264,12],[775,67,264,13,"_reactNative"],[775,79,264,17],[775,80,264,17,"View"],[775,84,264,17],[776,14,264,18,"style"],[776,19,264,23],[776,21,264,25,"styles"],[776,27,264,31],[776,28,264,32,"tokenItemRight"],[776,42,264,47],[777,14,264,47,"children"],[777,22,264,47],[777,38,265,14],[777,42,265,14,"_reactJsxDevRuntime"],[777,61,265,14],[777,62,265,14,"jsxDEV"],[777,68,265,14],[777,70,265,15,"_reactNative"],[777,82,265,19],[777,83,265,19,"Text"],[777,87,265,19],[778,16,265,20,"style"],[778,21,265,25],[778,23,265,27,"styles"],[778,29,265,33],[778,30,265,34,"tokenItemBalance"],[778,46,265,51],[779,16,265,51,"children"],[779,24,265,51],[779,26,265,52],[780,14,265,53],[781,16,265,53,"fileName"],[781,24,265,53],[781,26,265,53,"_jsxFileName"],[781,38,265,53],[782,16,265,53,"lineNumber"],[782,26,265,53],[783,16,265,53,"columnNumber"],[783,28,265,53],[784,14,265,53],[784,21,265,59],[784,22,265,60],[784,37,266,14],[784,41,266,14,"_reactJsxDevRuntime"],[784,60,266,14],[784,61,266,14,"jsxDEV"],[784,67,266,14],[784,69,266,15,"_reactNative"],[784,81,266,19],[784,82,266,19,"Text"],[784,86,266,19],[785,16,266,20,"style"],[785,21,266,25],[785,23,266,27,"styles"],[785,29,266,33],[785,30,266,34,"tokenItemUsd"],[785,42,266,47],[786,16,266,47,"children"],[786,24,266,47],[786,26,266,48],[787,14,266,50],[788,16,266,50,"fileName"],[788,24,266,50],[788,26,266,50,"_jsxFileName"],[788,38,266,50],[789,16,266,50,"lineNumber"],[789,26,266,50],[790,16,266,50,"columnNumber"],[790,28,266,50],[791,14,266,50],[791,21,266,56],[791,22,266,57],[792,12,266,57],[793,14,266,57,"fileName"],[793,22,266,57],[793,24,266,57,"_jsxFileName"],[793,36,266,57],[794,14,266,57,"lineNumber"],[794,24,266,57],[795,14,266,57,"columnNumber"],[795,26,266,57],[796,12,266,57],[796,19,267,18],[796,20,267,19],[797,10,267,19],[798,12,267,19,"fileName"],[798,20,267,19],[798,22,267,19,"_jsxFileName"],[798,34,267,19],[799,12,267,19,"lineNumber"],[799,22,267,19],[800,12,267,19,"columnNumber"],[800,24,267,19],[801,10,267,19],[801,17,268,16],[801,18,268,17],[802,8,268,17],[803,10,268,17,"fileName"],[803,18,268,17],[803,20,268,17,"_jsxFileName"],[803,32,268,17],[804,10,268,17,"lineNumber"],[804,20,268,17],[805,10,268,17,"columnNumber"],[805,22,268,17],[806,8,268,17],[806,15,271,14],[806,16,271,15],[807,6,271,15],[808,8,271,15,"fileName"],[808,16,271,15],[808,18,271,15,"_jsxFileName"],[808,30,271,15],[809,8,271,15,"lineNumber"],[809,18,271,15],[810,8,271,15,"columnNumber"],[810,20,271,15],[811,6,271,15],[811,13,272,18],[812,4,272,19],[813,6,272,19,"fileName"],[813,14,272,19],[813,16,272,19,"_jsxFileName"],[813,28,272,19],[814,6,272,19,"lineNumber"],[814,16,272,19],[815,6,272,19,"columnNumber"],[815,18,272,19],[816,4,272,19],[816,11,273,10],[816,12,273,11],[817,2,275,0],[818,2,275,1,"_s2"],[818,5,275,1],[818,6,117,9,"WalletTab"],[818,15,117,18],[819,4,117,18],[819,12,118,19,"useAuth"],[819,32,118,26],[819,33,118,26,"useAuth"],[819,40,118,26],[820,2,118,26],[821,2,118,26,"_c2"],[821,5,118,26],[821,8,117,9,"WalletTab"],[821,17,117,18],[822,2,277,0],[822,11,277,9,"CitizensTab"],[822,22,277,20,"CitizensTab"],[822,23,277,20],[822,25,277,23],[823,4,278,2],[823,24,279,4],[823,28,279,4,"_reactJsxDevRuntime"],[823,47,279,4],[823,48,279,4,"jsxDEV"],[823,54,279,4],[823,56,279,5,"_reactNative"],[823,68,279,9],[823,69,279,9,"View"],[823,73,279,9],[824,6,279,10,"style"],[824,11,279,15],[824,13,279,17,"styles"],[824,19,279,23],[824,20,279,24,"container"],[824,29,279,34],[825,6,279,34,"children"],[825,14,279,34],[825,29,280,6],[825,33,280,6,"_reactJsxDevRuntime"],[825,52,280,6],[825,53,280,6,"jsxDEV"],[825,59,280,6],[825,61,280,7,"_reactNative"],[825,73,280,11],[825,74,280,11,"Text"],[825,78,280,11],[826,8,280,12,"style"],[826,13,280,17],[826,15,280,19,"styles"],[826,21,280,25],[826,22,280,26,"placeholderText"],[826,37,280,42],[827,8,280,42,"children"],[827,16,280,42],[827,18,280,43],[828,6,280,58],[829,8,280,58,"fileName"],[829,16,280,58],[829,18,280,58,"_jsxFileName"],[829,30,280,58],[830,8,280,58,"lineNumber"],[830,18,280,58],[831,8,280,58,"columnNumber"],[831,20,280,58],[832,6,280,58],[832,13,280,64],[833,4,280,65],[834,6,280,65,"fileName"],[834,14,280,65],[834,16,280,65,"_jsxFileName"],[834,28,280,65],[835,6,280,65,"lineNumber"],[835,16,280,65],[836,6,280,65,"columnNumber"],[836,18,280,65],[837,4,280,65],[837,11,281,10],[837,12,281,11],[838,2,283,0],[839,2,283,1,"_c3"],[839,5,283,1],[839,8,277,9,"CitizensTab"],[839,19,277,20],[840,2,285,0],[840,11,285,9,"ReferralTab"],[840,22,285,20,"ReferralTab"],[840,23,285,20],[840,25,285,23],[841,4,286,2],[841,24,287,4],[841,28,287,4,"_reactJsxDevRuntime"],[841,47,287,4],[841,48,287,4,"jsxDEV"],[841,54,287,4],[841,56,287,5,"_reactNative"],[841,68,287,9],[841,69,287,9,"View"],[841,73,287,9],[842,6,287,10,"style"],[842,11,287,15],[842,13,287,17,"styles"],[842,19,287,23],[842,20,287,24,"container"],[842,29,287,34],[843,6,287,34,"children"],[843,14,287,34],[843,29,288,6],[843,33,288,6,"_reactJsxDevRuntime"],[843,52,288,6],[843,53,288,6,"jsxDEV"],[843,59,288,6],[843,61,288,7,"_reactNative"],[843,73,288,11],[843,74,288,11,"Text"],[843,78,288,11],[844,8,288,12,"style"],[844,13,288,17],[844,15,288,19,"styles"],[844,21,288,25],[844,22,288,26,"placeholderText"],[844,37,288,42],[845,8,288,42,"children"],[845,16,288,42],[845,18,288,43],[846,6,288,58],[847,8,288,58,"fileName"],[847,16,288,58],[847,18,288,58,"_jsxFileName"],[847,30,288,58],[848,8,288,58,"lineNumber"],[848,18,288,58],[849,8,288,58,"columnNumber"],[849,20,288,58],[850,6,288,58],[850,13,288,64],[851,4,288,65],[852,6,288,65,"fileName"],[852,14,288,65],[852,16,288,65,"_jsxFileName"],[852,28,288,65],[853,6,288,65,"lineNumber"],[853,16,288,65],[854,6,288,65,"columnNumber"],[854,18,288,65],[855,4,288,65],[855,11,289,10],[855,12,289,11],[856,2,291,0],[857,2,291,1,"_c4"],[857,5,291,1],[857,8,285,9,"ReferralTab"],[857,19,285,20],[858,2,293,0],[858,11,293,9,"ProfileTab"],[858,21,293,19,"ProfileTab"],[858,22,293,19],[858,24,293,22],[859,4,294,2],[859,24,295,4],[859,28,295,4,"_reactJsxDevRuntime"],[859,47,295,4],[859,48,295,4,"jsxDEV"],[859,54,295,4],[859,56,295,5,"_reactNative"],[859,68,295,9],[859,69,295,9,"View"],[859,73,295,9],[860,6,295,10,"style"],[860,11,295,15],[860,13,295,17,"styles"],[860,19,295,23],[860,20,295,24,"container"],[860,29,295,34],[861,6,295,34,"children"],[861,14,295,34],[861,29,296,6],[861,33,296,6,"_reactJsxDevRuntime"],[861,52,296,6],[861,53,296,6,"jsxDEV"],[861,59,296,6],[861,61,296,7,"_reactNative"],[861,73,296,11],[861,74,296,11,"Text"],[861,78,296,11],[862,8,296,12,"style"],[862,13,296,17],[862,15,296,19,"styles"],[862,21,296,25],[862,22,296,26,"placeholderText"],[862,37,296,42],[863,8,296,42,"children"],[863,16,296,42],[863,18,296,43],[864,6,296,57],[865,8,296,57,"fileName"],[865,16,296,57],[865,18,296,57,"_jsxFileName"],[865,30,296,57],[866,8,296,57,"lineNumber"],[866,18,296,57],[867,8,296,57,"columnNumber"],[867,20,296,57],[868,6,296,57],[868,13,296,63],[869,4,296,64],[870,6,296,64,"fileName"],[870,14,296,64],[870,16,296,64,"_jsxFileName"],[870,28,296,64],[871,6,296,64,"lineNumber"],[871,16,296,64],[872,6,296,64,"columnNumber"],[872,18,296,64],[873,4,296,64],[873,11,297,10],[873,12,297,11],[874,2,299,0],[875,2,299,1,"_c5"],[875,5,299,1],[875,8,293,9,"ProfileTab"],[875,18,293,19],[876,2,301,0],[876,6,301,6,"Tab"],[876,9,301,9],[876,12,301,12],[876,16,301,12,"createBottomTabNavigator"],[876,42,301,36],[876,43,301,36,"createBottomTabNavigator"],[876,67,301,36],[876,69,301,37],[876,70,301,38],[877,2,303,15],[877,11,303,24,"HomeScreen"],[877,21,303,34,"HomeScreen"],[877,22,303,34],[877,24,303,37],[878,4,304,2],[878,24,305,4],[878,28,305,4,"_reactJsxDevRuntime"],[878,47,305,4],[878,48,305,4,"jsxDEV"],[878,54,305,4],[878,56,305,5,"Tab"],[878,59,305,8],[878,60,305,9,"Navigator"],[878,69,305,18],[879,6,306,6,"screenOptions"],[879,19,306,19],[879,21,306,21],[880,8,307,8,"headerShown"],[880,19,307,19],[880,21,307,21],[880,26,307,26],[881,8,308,8,"tabBarActiveTintColor"],[881,29,308,29],[881,31,308,31],[881,40,308,40],[882,8,309,8,"tabBarInactiveTintColor"],[882,31,309,31],[882,33,309,33],[882,42,309,42],[883,8,310,8,"tabBarStyle"],[883,19,310,19],[883,21,310,21,"styles"],[883,27,310,27],[883,28,310,28,"tabBar"],[884,6,311,6],[884,7,311,8],[885,6,311,8,"children"],[885,14,311,8],[885,30,313,6],[885,34,313,6,"_reactJsxDevRuntime"],[885,53,313,6],[885,54,313,6,"jsxDEV"],[885,60,313,6],[885,62,313,7,"Tab"],[885,65,313,10],[885,66,313,11,"Screen"],[885,72,313,17],[886,8,314,8,"name"],[886,12,314,12],[886,14,314,13],[886,23,314,22],[887,8,315,8,"component"],[887,17,315,17],[887,19,315,19,"HomeTab"],[887,26,315,27],[888,8,316,8,"options"],[888,15,316,15],[888,17,316,17],[889,10,317,10,"tabBarLabel"],[889,21,317,21],[889,23,317,23],[889,29,317,29],[890,10,318,10,"tabBarIcon"],[890,20,318,20],[890,22,318,22,"_ref3"],[890,27,318,22],[891,12,318,22],[891,16,318,25,"color"],[891,21,318,30],[891,24,318,30,"_ref3"],[891,29,318,30],[891,30,318,25,"color"],[891,35,318,30],[892,14,318,32,"size"],[892,18,318,36],[892,21,318,36,"_ref3"],[892,26,318,36],[892,27,318,32,"size"],[892,31,318,36],[893,12,318,36],[893,32,319,12],[893,36,319,12,"_reactJsxDevRuntime"],[893,55,319,12],[893,56,319,12,"jsxDEV"],[893,62,319,12],[893,64,319,13,"_expoVectorIcons"],[893,80,319,21],[893,81,319,21,"Ionicons"],[893,89,319,21],[894,14,319,22,"name"],[894,18,319,26],[894,20,319,27],[894,26,319,33],[895,14,319,34,"size"],[895,18,319,38],[895,20,319,40,"size"],[895,24,319,45],[896,14,319,46,"color"],[896,19,319,51],[896,21,319,53,"color"],[897,12,319,59],[898,14,319,59,"fileName"],[898,22,319,59],[898,24,319,59,"_jsxFileName"],[898,36,319,59],[899,14,319,59,"lineNumber"],[899,24,319,59],[900,14,319,59,"columnNumber"],[900,26,319,59],[901,12,319,59],[901,19,319,61],[901,20,319,62],[902,10,319,62],[903,8,321,8],[904,6,321,10],[905,8,321,10,"fileName"],[905,16,321,10],[905,18,321,10,"_jsxFileName"],[905,30,321,10],[906,8,321,10,"lineNumber"],[906,18,321,10],[907,8,321,10,"columnNumber"],[907,20,321,10],[908,6,321,10],[908,13,322,7],[908,14,322,8],[908,29,323,6],[908,33,323,6,"_reactJsxDevRuntime"],[908,52,323,6],[908,53,323,6,"jsxDEV"],[908,59,323,6],[908,61,323,7,"Tab"],[908,64,323,10],[908,65,323,11,"Screen"],[908,71,323,17],[909,8,324,8,"name"],[909,12,324,12],[909,14,324,13],[909,22,324,21],[910,8,325,8,"component"],[910,17,325,17],[910,19,325,19,"WalletTab"],[910,28,325,29],[911,8,326,8,"options"],[911,15,326,15],[911,17,326,17],[912,10,327,10,"tabBarLabel"],[912,21,327,21],[912,23,327,23],[912,31,327,31],[913,10,328,10,"tabBarIcon"],[913,20,328,20],[913,22,328,22,"_ref4"],[913,27,328,22],[914,12,328,22],[914,16,328,25,"color"],[914,21,328,30],[914,24,328,30,"_ref4"],[914,29,328,30],[914,30,328,25,"color"],[914,35,328,30],[915,14,328,32,"size"],[915,18,328,36],[915,21,328,36,"_ref4"],[915,26,328,36],[915,27,328,32,"size"],[915,31,328,36],[916,12,328,36],[916,32,329,12],[916,36,329,12,"_reactJsxDevRuntime"],[916,55,329,12],[916,56,329,12,"jsxDEV"],[916,62,329,12],[916,64,329,13,"_expoVectorIcons"],[916,80,329,21],[916,81,329,21,"Ionicons"],[916,89,329,21],[917,14,329,22,"name"],[917,18,329,26],[917,20,329,27],[917,28,329,35],[918,14,329,36,"size"],[918,18,329,40],[918,20,329,42,"size"],[918,24,329,47],[919,14,329,48,"color"],[919,19,329,53],[919,21,329,55,"color"],[920,12,329,61],[921,14,329,61,"fileName"],[921,22,329,61],[921,24,329,61,"_jsxFileName"],[921,36,329,61],[922,14,329,61,"lineNumber"],[922,24,329,61],[923,14,329,61,"columnNumber"],[923,26,329,61],[924,12,329,61],[924,19,329,63],[924,20,329,64],[925,10,329,64],[926,8,331,8],[927,6,331,10],[928,8,331,10,"fileName"],[928,16,331,10],[928,18,331,10,"_jsxFileName"],[928,30,331,10],[929,8,331,10,"lineNumber"],[929,18,331,10],[930,8,331,10,"columnNumber"],[930,20,331,10],[931,6,331,10],[931,13,332,7],[931,14,332,8],[931,29,333,6],[931,33,333,6,"_reactJsxDevRuntime"],[931,52,333,6],[931,53,333,6,"jsxDEV"],[931,59,333,6],[931,61,333,7,"Tab"],[931,64,333,10],[931,65,333,11,"Screen"],[931,71,333,17],[932,8,334,8,"name"],[932,12,334,12],[932,14,334,13],[932,24,334,23],[933,8,335,8,"component"],[933,17,335,17],[933,19,335,19,"CitizensTab"],[933,30,335,31],[934,8,336,8,"options"],[934,15,336,15],[934,17,336,17],[935,10,337,10,"tabBarLabel"],[935,21,337,21],[935,23,337,23],[935,33,337,33],[936,10,338,10,"tabBarIcon"],[936,20,338,20],[936,22,338,22,"_ref5"],[936,27,338,22],[937,12,338,22],[937,16,338,25,"color"],[937,21,338,30],[937,24,338,30,"_ref5"],[937,29,338,30],[937,30,338,25,"color"],[937,35,338,30],[938,14,338,32,"size"],[938,18,338,36],[938,21,338,36,"_ref5"],[938,26,338,36],[938,27,338,32,"size"],[938,31,338,36],[939,12,338,36],[939,32,339,12],[939,36,339,12,"_reactJsxDevRuntime"],[939,55,339,12],[939,56,339,12,"jsxDEV"],[939,62,339,12],[939,64,339,13,"_expoVectorIcons"],[939,80,339,21],[939,81,339,21,"Ionicons"],[939,89,339,21],[940,14,339,22,"name"],[940,18,339,26],[940,20,339,27],[940,28,339,35],[941,14,339,36,"size"],[941,18,339,40],[941,20,339,42,"size"],[941,24,339,47],[942,14,339,48,"color"],[942,19,339,53],[942,21,339,55,"color"],[943,12,339,61],[944,14,339,61,"fileName"],[944,22,339,61],[944,24,339,61,"_jsxFileName"],[944,36,339,61],[945,14,339,61,"lineNumber"],[945,24,339,61],[946,14,339,61,"columnNumber"],[946,26,339,61],[947,12,339,61],[947,19,339,63],[947,20,339,64],[948,10,339,64],[949,8,341,8],[950,6,341,10],[951,8,341,10,"fileName"],[951,16,341,10],[951,18,341,10,"_jsxFileName"],[951,30,341,10],[952,8,341,10,"lineNumber"],[952,18,341,10],[953,8,341,10,"columnNumber"],[953,20,341,10],[954,6,341,10],[954,13,342,7],[954,14,342,8],[954,29,343,6],[954,33,343,6,"_reactJsxDevRuntime"],[954,52,343,6],[954,53,343,6,"jsxDEV"],[954,59,343,6],[954,61,343,7,"Tab"],[954,64,343,10],[954,65,343,11,"Screen"],[954,71,343,17],[955,8,344,8,"name"],[955,12,344,12],[955,14,344,13],[955,24,344,23],[956,8,345,8,"component"],[956,17,345,17],[956,19,345,19,"ReferralTab"],[956,30,345,31],[957,8,346,8,"options"],[957,15,346,15],[957,17,346,17],[958,10,347,10,"tabBarLabel"],[958,21,347,21],[958,23,347,23],[958,33,347,33],[959,10,348,10,"tabBarIcon"],[959,20,348,20],[959,22,348,22,"_ref6"],[959,27,348,22],[960,12,348,22],[960,16,348,25,"color"],[960,21,348,30],[960,24,348,30,"_ref6"],[960,29,348,30],[960,30,348,25,"color"],[960,35,348,30],[961,14,348,32,"size"],[961,18,348,36],[961,21,348,36,"_ref6"],[961,26,348,36],[961,27,348,32,"size"],[961,31,348,36],[962,12,348,36],[962,32,349,12],[962,36,349,12,"_reactJsxDevRuntime"],[962,55,349,12],[962,56,349,12,"jsxDEV"],[962,62,349,12],[962,64,349,13,"_expoVectorIcons"],[962,80,349,21],[962,81,349,21,"Ionicons"],[962,89,349,21],[963,14,349,22,"name"],[963,18,349,26],[963,20,349,27],[963,26,349,33],[964,14,349,34,"size"],[964,18,349,38],[964,20,349,40,"size"],[964,24,349,45],[965,14,349,46,"color"],[965,19,349,51],[965,21,349,53,"color"],[966,12,349,59],[967,14,349,59,"fileName"],[967,22,349,59],[967,24,349,59,"_jsxFileName"],[967,36,349,59],[968,14,349,59,"lineNumber"],[968,24,349,59],[969,14,349,59,"columnNumber"],[969,26,349,59],[970,12,349,59],[970,19,349,61],[970,20,349,62],[971,10,349,62],[972,8,351,8],[973,6,351,10],[974,8,351,10,"fileName"],[974,16,351,10],[974,18,351,10,"_jsxFileName"],[974,30,351,10],[975,8,351,10,"lineNumber"],[975,18,351,10],[976,8,351,10,"columnNumber"],[976,20,351,10],[977,6,351,10],[977,13,352,7],[977,14,352,8],[977,29,353,6],[977,33,353,6,"_reactJsxDevRuntime"],[977,52,353,6],[977,53,353,6,"jsxDEV"],[977,59,353,6],[977,61,353,7,"Tab"],[977,64,353,10],[977,65,353,11,"Screen"],[977,71,353,17],[978,8,354,8,"name"],[978,12,354,12],[978,14,354,13],[978,23,354,22],[979,8,355,8,"component"],[979,17,355,17],[979,19,355,19,"ProfileTab"],[979,29,355,30],[980,8,356,8,"options"],[980,15,356,15],[980,17,356,17],[981,10,357,10,"tabBarLabel"],[981,21,357,21],[981,23,357,23],[981,32,357,32],[982,10,358,10,"tabBarIcon"],[982,20,358,20],[982,22,358,22,"_ref7"],[982,27,358,22],[983,12,358,22],[983,16,358,25,"color"],[983,21,358,30],[983,24,358,30,"_ref7"],[983,29,358,30],[983,30,358,25,"color"],[983,35,358,30],[984,14,358,32,"size"],[984,18,358,36],[984,21,358,36,"_ref7"],[984,26,358,36],[984,27,358,32,"size"],[984,31,358,36],[985,12,358,36],[985,32,359,12],[985,36,359,12,"_reactJsxDevRuntime"],[985,55,359,12],[985,56,359,12,"jsxDEV"],[985,62,359,12],[985,64,359,13,"_expoVectorIcons"],[985,80,359,21],[985,81,359,21,"Ionicons"],[985,89,359,21],[986,14,359,22,"name"],[986,18,359,26],[986,20,359,27],[986,28,359,35],[987,14,359,36,"size"],[987,18,359,40],[987,20,359,42,"size"],[987,24,359,47],[988,14,359,48,"color"],[988,19,359,53],[988,21,359,55,"color"],[989,12,359,61],[990,14,359,61,"fileName"],[990,22,359,61],[990,24,359,61,"_jsxFileName"],[990,36,359,61],[991,14,359,61,"lineNumber"],[991,24,359,61],[992,14,359,61,"columnNumber"],[992,26,359,61],[993,12,359,61],[993,19,359,63],[993,20,359,64],[994,10,359,64],[995,8,361,8],[996,6,361,10],[997,8,361,10,"fileName"],[997,16,361,10],[997,18,361,10,"_jsxFileName"],[997,30,361,10],[998,8,361,10,"lineNumber"],[998,18,361,10],[999,8,361,10,"columnNumber"],[999,20,361,10],[1000,6,361,10],[1000,13,362,7],[1000,14,362,8],[1001,4,362,8],[1002,6,362,8,"fileName"],[1002,14,362,8],[1002,16,362,8,"_jsxFileName"],[1002,28,362,8],[1003,6,362,8,"lineNumber"],[1003,16,362,8],[1004,6,362,8,"columnNumber"],[1004,18,362,8],[1005,4,362,8],[1005,11,363,19],[1005,12,363,20],[1006,2,365,0],[1007,2,365,1,"_c6"],[1007,5,365,1],[1007,8,303,24,"HomeScreen"],[1007,18,303,34],[1008,2,367,0],[1008,6,367,6,"QUICK_ACTIONS"],[1008,19,367,19],[1008,22,367,22],[1008,23,368,2],[1009,4,368,4,"id"],[1009,6,368,6],[1009,8,368,8],[1009,11,368,11],[1010,4,368,13,"label"],[1010,9,368,18],[1010,11,368,20],[1010,17,368,26],[1011,4,368,28,"icon"],[1011,8,368,32],[1011,10,368,34],[1011,25,368,49],[1012,4,368,51,"color"],[1012,9,368,56],[1012,11,368,58],[1013,2,368,68],[1013,3,368,69],[1013,5,369,2],[1014,4,369,4,"id"],[1014,6,369,6],[1014,8,369,8],[1014,11,369,11],[1015,4,369,13,"label"],[1015,9,369,18],[1015,11,369,20],[1015,20,369,29],[1016,4,369,31,"icon"],[1016,8,369,35],[1016,10,369,37],[1016,22,369,49],[1017,4,369,51,"color"],[1017,9,369,56],[1017,11,369,58],[1018,2,369,68],[1018,3,369,69],[1018,5,370,2],[1019,4,370,4,"id"],[1019,6,370,6],[1019,8,370,8],[1019,11,370,11],[1020,4,370,13,"label"],[1020,9,370,18],[1020,11,370,20],[1020,17,370,26],[1021,4,370,28,"icon"],[1021,8,370,32],[1021,10,370,34],[1021,27,370,51],[1022,4,370,53,"color"],[1022,9,370,58],[1022,11,370,60],[1023,2,370,70],[1023,3,370,71],[1023,5,371,2],[1024,4,371,4,"id"],[1024,6,371,6],[1024,8,371,8],[1024,11,371,11],[1025,4,371,13,"label"],[1025,9,371,18],[1025,11,371,20],[1025,17,371,26],[1026,4,371,28,"icon"],[1026,8,371,32],[1026,10,371,34],[1026,28,371,52],[1027,4,371,54,"color"],[1027,9,371,59],[1027,11,371,61],[1028,2,371,71],[1028,3,371,72],[1028,5,372,2],[1029,4,372,4,"id"],[1029,6,372,6],[1029,8,372,8],[1029,11,372,11],[1030,4,372,13,"label"],[1030,9,372,18],[1030,11,372,20],[1030,18,372,27],[1031,4,372,29,"icon"],[1031,8,372,33],[1031,10,372,35],[1031,23,372,48],[1032,4,372,50,"color"],[1032,9,372,55],[1032,11,372,57],[1033,2,372,67],[1033,3,372,68],[1033,5,373,2],[1034,4,373,4,"id"],[1034,6,373,6],[1034,8,373,8],[1034,11,373,11],[1035,4,373,13,"label"],[1035,9,373,18],[1035,11,373,20],[1035,21,373,30],[1036,4,373,32,"icon"],[1036,8,373,36],[1036,10,373,38],[1036,16,373,44],[1037,4,373,46,"color"],[1037,9,373,51],[1037,11,373,53],[1038,2,373,63],[1038,3,373,64],[1038,5,374,2],[1039,4,374,4,"id"],[1039,6,374,6],[1039,8,374,8],[1039,11,374,11],[1040,4,374,13,"label"],[1040,9,374,18],[1040,11,374,20],[1040,21,374,30],[1041,4,374,32,"icon"],[1041,8,374,36],[1041,10,374,38],[1041,25,374,53],[1042,4,374,55,"color"],[1042,9,374,60],[1042,11,374,62],[1043,2,374,72],[1043,3,374,73],[1043,5,375,2],[1044,4,375,4,"id"],[1044,6,375,6],[1044,8,375,8],[1044,11,375,11],[1045,4,375,13,"label"],[1045,9,375,18],[1045,11,375,20],[1045,22,375,31],[1046,4,375,33,"icon"],[1046,8,375,37],[1046,10,375,39],[1046,18,375,47],[1047,4,375,49,"color"],[1047,9,375,54],[1047,11,375,56],[1048,2,375,66],[1048,3,375,67],[1048,5,376,2],[1049,4,376,4,"id"],[1049,6,376,6],[1049,8,376,8],[1049,11,376,11],[1050,4,376,13,"label"],[1050,9,376,18],[1050,11,376,20],[1050,21,376,30],[1051,4,376,32,"icon"],[1051,8,376,36],[1051,10,376,38],[1051,21,376,49],[1052,4,376,51,"color"],[1052,9,376,56],[1052,11,376,58],[1053,2,376,68],[1053,3,376,69],[1053,5,377,2],[1054,4,377,4,"id"],[1054,6,377,6],[1054,8,377,8],[1054,12,377,12],[1055,4,377,14,"label"],[1055,9,377,19],[1055,11,377,21],[1055,21,377,31],[1056,4,377,33,"icon"],[1056,8,377,37],[1056,10,377,39],[1056,16,377,45],[1057,4,377,47,"color"],[1057,9,377,52],[1057,11,377,54],[1058,2,377,64],[1058,3,377,65],[1058,5,378,2],[1059,4,378,4,"id"],[1059,6,378,6],[1059,8,378,8],[1059,12,378,12],[1060,4,378,14,"label"],[1060,9,378,19],[1060,11,378,21],[1060,22,378,32],[1061,4,378,34,"icon"],[1061,8,378,38],[1061,10,378,40],[1061,16,378,46],[1062,4,378,48,"color"],[1062,9,378,53],[1062,11,378,55],[1063,2,378,65],[1063,3,378,66],[1063,5,379,2],[1064,4,379,4,"id"],[1064,6,379,6],[1064,8,379,8],[1064,12,379,12],[1065,4,379,14,"label"],[1065,9,379,19],[1065,11,379,21],[1065,17,379,27],[1066,4,379,29,"icon"],[1066,8,379,33],[1066,10,379,35],[1066,16,379,41],[1067,4,379,43,"color"],[1067,9,379,48],[1067,11,379,50],[1068,2,379,60],[1068,3,379,61],[1068,4,380,1],[1069,2,382,0],[1069,6,382,6,"styles"],[1069,12,382,12],[1069,15,382,15,"StyleSheet"],[1069,27,382,25],[1069,28,382,25,"StyleSheet"],[1069,38,382,25],[1069,39,382,26,"create"],[1069,45,382,32],[1069,46,382,33],[1070,4,383,2,"container"],[1070,13,383,11],[1070,15,383,13],[1071,6,384,4,"flex"],[1071,10,384,8],[1071,12,384,10],[1071,13,384,11],[1072,6,385,4,"backgroundColor"],[1072,21,385,19],[1072,23,385,21],[1073,4,386,2],[1073,5,386,3],[1074,4,387,2,"scrollContent"],[1074,17,387,15],[1074,19,387,17],[1075,6,388,4,"paddingBottom"],[1075,19,388,17],[1075,21,388,19],[1076,4,389,2],[1076,5,389,3],[1077,4,390,2,"walletScrollContent"],[1077,23,390,21],[1077,25,390,23],[1078,6,391,4,"paddingBottom"],[1078,19,391,17],[1078,21,391,19],[1079,4,392,2],[1079,5,392,3],[1080,4,393,2,"header"],[1080,10,393,8],[1080,12,393,10],[1081,6,394,4,"flexDirection"],[1081,19,394,17],[1081,21,394,19],[1081,26,394,24],[1082,6,395,4,"justifyContent"],[1082,20,395,18],[1082,22,395,20],[1082,37,395,35],[1083,6,396,4,"alignItems"],[1083,16,396,14],[1083,18,396,16],[1083,26,396,24],[1084,6,397,4,"padding"],[1084,13,397,11],[1084,15,397,13],[1084,17,397,15],[1085,6,398,4,"backgroundColor"],[1085,21,398,19],[1085,23,398,21],[1085,29,398,27],[1086,6,399,4,"borderBottomWidth"],[1086,23,399,21],[1086,25,399,23],[1086,26,399,24],[1087,6,400,4,"borderBottomColor"],[1087,23,400,21],[1087,25,400,23],[1088,4,401,2],[1088,5,401,3],[1089,4,402,2,"headerLeft"],[1089,14,402,12],[1089,16,402,14],[1090,6,403,4,"position"],[1090,14,403,12],[1090,16,403,14],[1091,4,404,2],[1091,5,404,3],[1092,4,405,2,"profileImage"],[1092,16,405,14],[1092,18,405,16],[1093,6,406,4,"width"],[1093,11,406,9],[1093,13,406,11],[1093,15,406,13],[1094,6,407,4,"height"],[1094,12,407,10],[1094,14,407,12],[1094,16,407,14],[1095,6,408,4,"borderRadius"],[1095,18,408,16],[1095,20,408,18],[1095,22,408,20],[1096,6,409,4,"backgroundColor"],[1096,21,409,19],[1096,23,409,21],[1096,32,409,30],[1097,6,410,4,"alignItems"],[1097,16,410,14],[1097,18,410,16],[1097,26,410,24],[1098,6,411,4,"justifyContent"],[1098,20,411,18],[1098,22,411,20],[1098,30,411,28],[1099,6,412,4,"overflow"],[1099,14,412,12],[1099,16,412,14],[1100,4,413,2],[1100,5,413,3],[1101,4,414,2,"profileImageSrc"],[1101,19,414,17],[1101,21,414,19],[1102,6,415,4,"width"],[1102,11,415,9],[1102,13,415,11],[1102,15,415,13],[1103,6,416,4,"height"],[1103,12,416,10],[1103,14,416,12],[1104,4,417,2],[1104,5,417,3],[1105,4,418,2,"profileBadge"],[1105,16,418,14],[1105,18,418,16],[1106,6,419,4,"position"],[1106,14,419,12],[1106,16,419,14],[1106,26,419,24],[1107,6,420,4,"bottom"],[1107,12,420,10],[1107,14,420,12],[1107,15,420,13],[1107,16,420,14],[1108,6,421,4,"right"],[1108,11,421,9],[1108,13,421,11],[1108,14,421,12],[1108,15,421,13],[1109,6,422,4,"backgroundColor"],[1109,21,422,19],[1109,23,422,21],[1109,32,422,30],[1110,6,423,4,"borderRadius"],[1110,18,423,16],[1110,20,423,18],[1110,22,423,20],[1111,6,424,4,"paddingHorizontal"],[1111,23,424,21],[1111,25,424,23],[1111,26,424,24],[1112,6,425,4,"paddingVertical"],[1112,21,425,19],[1112,23,425,21],[1112,24,425,22],[1113,6,426,4,"flexDirection"],[1113,19,426,17],[1113,21,426,19],[1113,26,426,24],[1114,6,427,4,"alignItems"],[1114,16,427,14],[1114,18,427,16],[1114,26,427,24],[1115,6,428,4,"gap"],[1115,9,428,7],[1115,11,428,9],[1116,4,429,2],[1116,5,429,3],[1117,4,430,2,"trustScore"],[1117,14,430,12],[1117,16,430,14],[1118,6,431,4,"fontSize"],[1118,14,431,12],[1118,16,431,14],[1118,18,431,16],[1119,6,432,4,"fontWeight"],[1119,16,432,14],[1119,18,432,16],[1119,23,432,21],[1120,6,433,4,"color"],[1120,11,433,9],[1120,13,433,11],[1121,4,434,2],[1121,5,434,3],[1122,4,435,2,"headerRight"],[1122,15,435,13],[1122,17,435,15],[1123,6,436,4,"flexDirection"],[1123,19,436,17],[1123,21,436,19],[1123,26,436,24],[1124,6,437,4,"gap"],[1124,9,437,7],[1124,11,437,9],[1125,4,438,2],[1125,5,438,3],[1126,4,439,2,"iconButton"],[1126,14,439,12],[1126,16,439,14],[1127,6,440,4,"padding"],[1127,13,440,11],[1127,15,440,13],[1128,4,441,2],[1128,5,441,3],[1129,4,442,2,"announcementWidget"],[1129,22,442,20],[1129,24,442,22],[1130,6,443,4,"padding"],[1130,13,443,11],[1130,15,443,13],[1131,4,444,2],[1131,5,444,3],[1132,4,445,2,"announcement"],[1132,16,445,14],[1132,18,445,16],[1133,6,446,4,"backgroundColor"],[1133,21,446,19],[1133,23,446,21],[1133,29,446,27],[1134,6,447,4,"padding"],[1134,13,447,11],[1134,15,447,13],[1134,17,447,15],[1135,6,448,4,"borderRadius"],[1135,18,448,16],[1135,20,448,18],[1135,22,448,20],[1136,6,449,4,"marginRight"],[1136,17,449,15],[1136,19,449,17],[1136,21,449,19],[1137,6,450,4,"width"],[1137,11,450,9],[1137,13,450,11,"width"],[1137,18,450,16],[1137,21,450,19],[1137,23,450,21],[1138,6,451,4,"borderLeftWidth"],[1138,21,451,19],[1138,23,451,21],[1138,24,451,22],[1139,6,452,4,"borderLeftColor"],[1139,21,452,19],[1139,23,452,21],[1140,4,453,2],[1140,5,453,3],[1141,4,454,2,"announcementTitle"],[1141,21,454,19],[1141,23,454,21],[1142,6,455,4,"fontSize"],[1142,14,455,12],[1142,16,455,14],[1142,18,455,16],[1143,6,456,4,"fontWeight"],[1143,16,456,14],[1143,18,456,16],[1143,23,456,21],[1144,6,457,4,"color"],[1144,11,457,9],[1144,13,457,11],[1144,22,457,20],[1145,6,458,4,"marginBottom"],[1145,18,458,16],[1145,20,458,18],[1146,4,459,2],[1146,5,459,3],[1147,4,460,2,"announcementText"],[1147,20,460,18],[1147,22,460,20],[1148,6,461,4,"fontSize"],[1148,14,461,12],[1148,16,461,14],[1148,18,461,16],[1149,6,462,4,"color"],[1149,11,462,9],[1149,13,462,11],[1150,4,463,2],[1150,5,463,3],[1151,4,464,2,"quickActionsContainer"],[1151,25,464,23],[1151,27,464,25],[1152,6,465,4,"padding"],[1152,13,465,11],[1152,15,465,13],[1153,4,466,2],[1153,5,466,3],[1154,4,467,2,"sectionTitle"],[1154,16,467,14],[1154,18,467,16],[1155,6,468,4,"fontSize"],[1155,14,468,12],[1155,16,468,14],[1155,18,468,16],[1156,6,469,4,"fontWeight"],[1156,16,469,14],[1156,18,469,16],[1156,23,469,21],[1157,6,470,4,"color"],[1157,11,470,9],[1157,13,470,11],[1157,22,470,20],[1158,6,471,4,"marginBottom"],[1158,18,471,16],[1158,20,471,18],[1159,4,472,2],[1159,5,472,3],[1160,4,473,2,"actionsGrid"],[1160,15,473,13],[1160,17,473,15],[1161,6,474,4,"flexDirection"],[1161,19,474,17],[1161,21,474,19],[1161,26,474,24],[1162,6,475,4,"flexWrap"],[1162,14,475,12],[1162,16,475,14],[1162,22,475,20],[1163,6,476,4,"justifyContent"],[1163,20,476,18],[1163,22,476,20],[1164,4,477,2],[1164,5,477,3],[1165,4,478,2,"actionCard"],[1165,14,478,12],[1165,16,478,14],[1166,6,479,4,"width"],[1166,11,479,9],[1166,13,479,11],[1166,14,479,12,"width"],[1166,19,479,17],[1166,22,479,20],[1166,24,479,22],[1166,28,479,26],[1166,29,479,27],[1167,6,480,4,"backgroundColor"],[1167,21,480,19],[1167,23,480,21],[1167,29,480,27],[1168,6,481,4,"padding"],[1168,13,481,11],[1168,15,481,13],[1168,17,481,15],[1169,6,482,4,"borderRadius"],[1169,18,482,16],[1169,20,482,18],[1169,22,482,20],[1170,6,483,4,"alignItems"],[1170,16,483,14],[1170,18,483,16],[1170,26,483,24],[1171,6,484,4,"marginBottom"],[1171,18,484,16],[1171,20,484,18],[1171,22,484,20],[1172,6,485,4,"shadowColor"],[1172,17,485,15],[1172,19,485,17],[1172,25,485,23],[1173,6,486,4,"shadowOffset"],[1173,18,486,16],[1173,20,486,18],[1174,8,486,20,"width"],[1174,13,486,25],[1174,15,486,27],[1174,16,486,28],[1175,8,486,30,"height"],[1175,14,486,36],[1175,16,486,38],[1176,6,486,40],[1176,7,486,41],[1177,6,487,4,"shadowOpacity"],[1177,19,487,17],[1177,21,487,19],[1177,25,487,23],[1178,6,488,4,"shadowRadius"],[1178,18,488,16],[1178,20,488,18],[1178,21,488,19],[1179,6,489,4,"elevation"],[1179,15,489,13],[1179,17,489,15],[1180,4,490,2],[1180,5,490,3],[1181,4,491,2,"actionCardFirst"],[1181,19,491,17],[1181,21,491,19],[1182,6,492,4,"marginRight"],[1182,17,492,15],[1182,19,492,17],[1183,4,493,2],[1183,5,493,3],[1184,4,494,2,"actionCardLast"],[1184,18,494,16],[1184,20,494,18],[1185,6,495,4,"marginLeft"],[1185,16,495,14],[1185,18,495,16],[1186,4,496,2],[1186,5,496,3],[1187,4,497,2,"actionIcon"],[1187,14,497,12],[1187,16,497,14],[1188,6,498,4,"width"],[1188,11,498,9],[1188,13,498,11],[1188,15,498,13],[1189,6,499,4,"height"],[1189,12,499,10],[1189,14,499,12],[1189,16,499,14],[1190,6,500,4,"borderRadius"],[1190,18,500,16],[1190,20,500,18],[1190,22,500,20],[1191,6,501,4,"alignItems"],[1191,16,501,14],[1191,18,501,16],[1191,26,501,24],[1192,6,502,4,"justifyContent"],[1192,20,502,18],[1192,22,502,20],[1192,30,502,28],[1193,6,503,4,"marginBottom"],[1193,18,503,16],[1193,20,503,18],[1194,4,504,2],[1194,5,504,3],[1195,4,505,2,"actionLabel"],[1195,15,505,13],[1195,17,505,15],[1196,6,506,4,"fontSize"],[1196,14,506,12],[1196,16,506,14],[1196,18,506,16],[1197,6,507,4,"color"],[1197,11,507,9],[1197,13,507,11],[1197,22,507,20],[1198,6,508,4,"textAlign"],[1198,15,508,13],[1198,17,508,15],[1199,4,509,2],[1199,5,509,3],[1200,4,510,2,"walletHeader"],[1200,16,510,14],[1200,18,510,16],[1201,6,511,4,"padding"],[1201,13,511,11],[1201,15,511,13],[1201,17,511,15],[1202,6,512,4,"backgroundColor"],[1202,21,512,19],[1202,23,512,21],[1202,29,512,27],[1203,6,513,4,"borderBottomWidth"],[1203,23,513,21],[1203,25,513,23],[1203,26,513,24],[1204,6,514,4,"borderBottomColor"],[1204,23,514,21],[1204,25,514,23],[1204,34,514,32],[1205,6,515,4,"flexDirection"],[1205,19,515,17],[1205,21,515,19],[1205,26,515,24],[1206,6,516,4,"justifyContent"],[1206,20,516,18],[1206,22,516,20],[1206,37,516,35],[1207,6,517,4,"alignItems"],[1207,16,517,14],[1207,18,517,16],[1208,4,518,2],[1208,5,518,3],[1209,4,519,2,"walletTitle"],[1209,15,519,13],[1209,17,519,15],[1210,6,520,4,"fontSize"],[1210,14,520,12],[1210,16,520,14],[1210,18,520,16],[1211,6,521,4,"fontWeight"],[1211,16,521,14],[1211,18,521,16],[1211,23,521,21],[1212,6,522,4,"color"],[1212,11,522,9],[1212,13,522,11],[1213,4,523,2],[1213,5,523,3],[1214,4,524,2,"refreshButton"],[1214,17,524,15],[1214,19,524,17],[1215,6,525,4,"padding"],[1215,13,525,11],[1215,15,525,13],[1215,16,525,14],[1216,6,526,4,"borderRadius"],[1216,18,526,16],[1216,20,526,18],[1216,21,526,19],[1217,6,527,4,"backgroundColor"],[1217,21,527,19],[1217,23,527,21],[1218,4,528,2],[1218,5,528,3],[1219,4,529,2,"balanceCards"],[1219,16,529,14],[1219,18,529,16],[1220,6,530,4,"padding"],[1220,13,530,11],[1220,15,530,13],[1220,17,530,15],[1221,6,531,4,"gap"],[1221,9,531,7],[1221,11,531,9],[1222,4,532,2],[1222,5,532,3],[1223,4,533,2,"balanceCard"],[1223,15,533,13],[1223,17,533,15],[1224,6,534,4,"backgroundColor"],[1224,21,534,19],[1224,23,534,21],[1224,29,534,27],[1225,6,535,4,"padding"],[1225,13,535,11],[1225,15,535,13],[1225,17,535,15],[1226,6,536,4,"borderRadius"],[1226,18,536,16],[1226,20,536,18],[1226,22,536,20],[1227,6,537,4,"borderWidth"],[1227,17,537,15],[1227,19,537,17],[1227,20,537,18],[1228,6,538,4,"borderColor"],[1228,17,538,15],[1228,19,538,17],[1229,4,539,2],[1229,5,539,3],[1230,4,540,2,"balanceCardHeader"],[1230,21,540,19],[1230,23,540,21],[1231,6,541,4,"flexDirection"],[1231,19,541,17],[1231,21,541,19],[1231,26,541,24],[1232,6,542,4,"alignItems"],[1232,16,542,14],[1232,18,542,16],[1232,26,542,24],[1233,6,543,4,"gap"],[1233,9,543,7],[1233,11,543,9],[1233,12,543,10],[1234,6,544,4,"marginBottom"],[1234,18,544,16],[1234,20,544,18],[1235,4,545,2],[1235,5,545,3],[1236,4,546,2,"tokenLogo"],[1236,13,546,11],[1236,15,546,13],[1237,6,547,4,"width"],[1237,11,547,9],[1237,13,547,11],[1237,15,547,13],[1238,6,548,4,"height"],[1238,12,548,10],[1238,14,548,12],[1238,16,548,14],[1239,6,549,4,"borderRadius"],[1239,18,549,16],[1239,20,549,18],[1240,4,550,2],[1240,5,550,3],[1241,4,551,2,"tokenSymbol"],[1241,15,551,13],[1241,17,551,15],[1242,6,552,4,"fontSize"],[1242,14,552,12],[1242,16,552,14],[1242,18,552,16],[1243,6,553,4,"fontWeight"],[1243,16,553,14],[1243,18,553,16],[1243,23,553,21],[1244,6,554,4,"color"],[1244,11,554,9],[1244,13,554,11],[1245,4,555,2],[1245,5,555,3],[1246,4,556,2,"balanceAmount"],[1246,17,556,15],[1246,19,556,17],[1247,6,557,4,"fontSize"],[1247,14,557,12],[1247,16,557,14],[1247,18,557,16],[1248,6,558,4,"fontWeight"],[1248,16,558,14],[1248,18,558,16],[1248,23,558,21],[1249,6,559,4,"color"],[1249,11,559,9],[1249,13,559,11],[1249,22,559,20],[1250,6,560,4,"marginBottom"],[1250,18,560,16],[1250,20,560,18],[1251,4,561,2],[1251,5,561,3],[1252,4,562,2,"balanceUsd"],[1252,14,562,12],[1252,16,562,14],[1253,6,563,4,"fontSize"],[1253,14,563,12],[1253,16,563,14],[1253,18,563,16],[1254,6,564,4,"color"],[1254,11,564,9],[1254,13,564,11],[1255,4,565,2],[1255,5,565,3],[1256,4,566,2,"walletActions"],[1256,17,566,15],[1256,19,566,17],[1257,6,567,4,"flexDirection"],[1257,19,567,17],[1257,21,567,19],[1257,26,567,24],[1258,6,568,4,"padding"],[1258,13,568,11],[1258,15,568,13],[1258,17,568,15],[1259,6,569,4,"gap"],[1259,9,569,7],[1259,11,569,9],[1260,4,570,2],[1260,5,570,3],[1261,4,571,2,"walletActionButton"],[1261,22,571,20],[1261,24,571,22],[1262,6,572,4,"flex"],[1262,10,572,8],[1262,12,572,10],[1262,13,572,11],[1263,6,573,4,"backgroundColor"],[1263,21,573,19],[1263,23,573,21],[1263,32,573,30],[1264,6,574,4,"padding"],[1264,13,574,11],[1264,15,574,13],[1264,17,574,15],[1265,6,575,4,"borderRadius"],[1265,18,575,16],[1265,20,575,18],[1265,22,575,20],[1266,6,576,4,"alignItems"],[1266,16,576,14],[1266,18,576,16],[1266,26,576,24],[1267,6,577,4,"gap"],[1267,9,577,7],[1267,11,577,9],[1268,4,578,2],[1268,5,578,3],[1269,4,579,2,"walletActionText"],[1269,20,579,18],[1269,22,579,20],[1270,6,580,4,"color"],[1270,11,580,9],[1270,13,580,11],[1270,19,580,17],[1271,6,581,4,"fontSize"],[1271,14,581,12],[1271,16,581,14],[1271,18,581,16],[1272,6,582,4,"fontWeight"],[1272,16,582,14],[1272,18,582,16],[1273,4,583,2],[1273,5,583,3],[1274,4,584,2,"placeholderText"],[1274,19,584,17],[1274,21,584,19],[1275,6,585,4,"flex"],[1275,10,585,8],[1275,12,585,10],[1275,13,585,11],[1276,6,586,4,"textAlign"],[1276,15,586,13],[1276,17,586,15],[1276,25,586,23],[1277,6,587,4,"marginTop"],[1277,15,587,13],[1277,17,587,15],[1277,20,587,18],[1278,6,588,4,"fontSize"],[1278,14,588,12],[1278,16,588,14],[1278,18,588,16],[1279,6,589,4,"color"],[1279,11,589,9],[1279,13,589,11],[1280,4,590,2],[1280,5,590,3],[1281,4,591,2,"tabBar"],[1281,10,591,8],[1281,12,591,10],[1282,6,592,4,"borderTopWidth"],[1282,20,592,18],[1282,22,592,20],[1282,23,592,21],[1283,6,593,4,"borderTopColor"],[1283,20,593,18],[1283,22,593,20],[1283,31,593,29],[1284,6,594,4,"paddingBottom"],[1284,19,594,17],[1284,21,594,19],[1284,23,594,21],[1285,6,595,4,"paddingTop"],[1285,16,595,14],[1285,18,595,16],[1285,19,595,17],[1286,6,596,4,"backgroundColor"],[1286,21,596,19],[1286,23,596,21],[1287,4,597,2],[1287,5,597,3],[1288,4,598,2],[1289,4,599,2,"balanceRow"],[1289,14,599,12],[1289,16,599,14],[1290,6,600,4,"flexDirection"],[1290,19,600,17],[1290,21,600,19],[1290,26,600,24],[1291,6,601,4,"padding"],[1291,13,601,11],[1291,15,601,13],[1291,17,601,15],[1292,6,602,4,"gap"],[1292,9,602,7],[1292,11,602,9],[1293,4,603,2],[1293,5,603,3],[1294,4,604,2,"balanceCardNew"],[1294,18,604,16],[1294,20,604,18],[1295,6,605,4,"flex"],[1295,10,605,8],[1295,12,605,10],[1295,13,605,11],[1296,6,606,4,"backgroundColor"],[1296,21,606,19],[1296,23,606,21],[1296,29,606,27],[1297,6,607,4,"padding"],[1297,13,607,11],[1297,15,607,13],[1297,17,607,15],[1298,6,608,4,"borderRadius"],[1298,18,608,16],[1298,20,608,18],[1298,22,608,20],[1299,6,609,4,"alignItems"],[1299,16,609,14],[1299,18,609,16],[1299,26,609,24],[1300,6,610,4,"shadowColor"],[1300,17,610,15],[1300,19,610,17],[1300,25,610,23],[1301,6,611,4,"shadowOffset"],[1301,18,611,16],[1301,20,611,18],[1302,8,611,20,"width"],[1302,13,611,25],[1302,15,611,27],[1302,16,611,28],[1303,8,611,30,"height"],[1303,14,611,36],[1303,16,611,38],[1304,6,611,40],[1304,7,611,41],[1305,6,612,4,"shadowOpacity"],[1305,19,612,17],[1305,21,612,19],[1305,24,612,22],[1306,6,613,4,"shadowRadius"],[1306,18,613,16],[1306,20,613,18],[1306,21,613,19],[1307,6,614,4,"elevation"],[1307,15,614,13],[1307,17,614,15],[1308,4,615,2],[1308,5,615,3],[1309,4,616,2,"tokenLogoNew"],[1309,16,616,14],[1309,18,616,16],[1310,6,617,4,"width"],[1310,11,617,9],[1310,13,617,11],[1310,15,617,13],[1311,6,618,4,"height"],[1311,12,618,10],[1311,14,618,12],[1311,16,618,14],[1312,6,619,4,"borderRadius"],[1312,18,619,16],[1312,20,619,18],[1312,22,619,20],[1313,6,620,4,"marginBottom"],[1313,18,620,16],[1313,20,620,18],[1314,4,621,2],[1314,5,621,3],[1315,4,622,2,"tokenSymbolNew"],[1315,18,622,16],[1315,20,622,18],[1316,6,623,4,"fontSize"],[1316,14,623,12],[1316,16,623,14],[1316,18,623,16],[1317,6,624,4,"fontWeight"],[1317,16,624,14],[1317,18,624,16],[1317,23,624,21],[1318,6,625,4,"color"],[1318,11,625,9],[1318,13,625,11],[1318,22,625,20],[1319,6,626,4,"marginBottom"],[1319,18,626,16],[1319,20,626,18],[1320,4,627,2],[1320,5,627,3],[1321,4,628,2,"balanceAmountNew"],[1321,20,628,18],[1321,22,628,20],[1322,6,629,4,"fontSize"],[1322,14,629,12],[1322,16,629,14],[1322,18,629,16],[1323,6,630,4,"fontWeight"],[1323,16,630,14],[1323,18,630,16],[1323,23,630,21],[1324,6,631,4,"color"],[1324,11,631,9],[1324,13,631,11],[1324,22,631,20],[1325,6,632,4,"marginBottom"],[1325,18,632,16],[1325,20,632,18],[1326,4,633,2],[1326,5,633,3],[1327,4,634,2,"tokenNameNew"],[1327,16,634,14],[1327,18,634,16],[1328,6,635,4,"fontSize"],[1328,14,635,12],[1328,16,635,14],[1328,18,635,16],[1329,6,636,4,"color"],[1329,11,636,9],[1329,13,636,11],[1330,4,637,2],[1330,5,637,3],[1331,4,638,2,"actionsContainer"],[1331,20,638,18],[1331,22,638,20],[1332,6,639,4,"margin"],[1332,12,639,10],[1332,14,639,12],[1332,16,639,14],[1333,6,640,4,"backgroundColor"],[1333,21,640,19],[1333,23,640,21],[1333,29,640,27],[1334,6,641,4,"padding"],[1334,13,641,11],[1334,15,641,13],[1334,17,641,15],[1335,6,642,4,"borderRadius"],[1335,18,642,16],[1335,20,642,18],[1335,22,642,20],[1336,6,643,4,"shadowColor"],[1336,17,643,15],[1336,19,643,17],[1336,25,643,23],[1337,6,644,4,"shadowOffset"],[1337,18,644,16],[1337,20,644,18],[1338,8,644,20,"width"],[1338,13,644,25],[1338,15,644,27],[1338,16,644,28],[1339,8,644,30,"height"],[1339,14,644,36],[1339,16,644,38],[1340,6,644,40],[1340,7,644,41],[1341,6,645,4,"shadowOpacity"],[1341,19,645,17],[1341,21,645,19],[1341,24,645,22],[1342,6,646,4,"shadowRadius"],[1342,18,646,16],[1342,20,646,18],[1342,21,646,19],[1343,6,647,4,"elevation"],[1343,15,647,13],[1343,17,647,15],[1344,4,648,2],[1344,5,648,3],[1345,4,649,2,"actionsRow"],[1345,14,649,12],[1345,16,649,14],[1346,6,650,4,"flexDirection"],[1346,19,650,17],[1346,21,650,19],[1346,26,650,24],[1347,6,651,4,"justifyContent"],[1347,20,651,18],[1347,22,651,20],[1347,37,651,35],[1348,6,652,4,"marginBottom"],[1348,18,652,16],[1348,20,652,18],[1349,4,653,2],[1349,5,653,3],[1350,4,654,2,"actionBtn"],[1350,13,654,11],[1350,15,654,13],[1351,6,655,4,"width"],[1351,11,655,9],[1351,13,655,11],[1351,14,655,12,"width"],[1351,19,655,17],[1351,22,655,20],[1351,24,655,22],[1351,28,655,26],[1351,29,655,27],[1352,6,656,4,"padding"],[1352,13,656,11],[1352,15,656,13],[1352,17,656,15],[1353,6,657,4,"borderRadius"],[1353,18,657,16],[1353,20,657,18],[1353,22,657,20],[1354,6,658,4,"alignItems"],[1354,16,658,14],[1354,18,658,16],[1354,26,658,24],[1355,6,659,4,"justifyContent"],[1355,20,659,18],[1355,22,659,20],[1356,4,660,2],[1356,5,660,3],[1357,4,661,2,"actionBtnText"],[1357,17,661,15],[1357,19,661,17],[1358,6,662,4,"color"],[1358,11,662,9],[1358,13,662,11],[1358,19,662,17],[1359,6,663,4,"fontSize"],[1359,14,663,12],[1359,16,663,14],[1359,18,663,16],[1360,6,664,4,"fontWeight"],[1360,16,664,14],[1360,18,664,16],[1360,23,664,21],[1361,6,665,4,"marginTop"],[1361,15,665,13],[1361,17,665,15],[1362,4,666,2],[1362,5,666,3],[1363,4,667,2,"tokensContainer"],[1363,19,667,17],[1363,21,667,19],[1364,6,668,4,"margin"],[1364,12,668,10],[1364,14,668,12],[1364,16,668,14],[1365,6,669,4,"marginTop"],[1365,15,669,13],[1365,17,669,15],[1366,4,670,2],[1366,5,670,3],[1367,4,671,2,"tokensTitle"],[1367,15,671,13],[1367,17,671,15],[1368,6,672,4,"fontSize"],[1368,14,672,12],[1368,16,672,14],[1368,18,672,16],[1369,6,673,4,"fontWeight"],[1369,16,673,14],[1369,18,673,16],[1369,23,673,21],[1370,6,674,4,"color"],[1370,11,674,9],[1370,13,674,11],[1370,22,674,20],[1371,6,675,4,"marginBottom"],[1371,18,675,16],[1371,20,675,18],[1371,22,675,20],[1372,6,676,4,"paddingHorizontal"],[1372,23,676,21],[1372,25,676,23],[1373,4,677,2],[1373,5,677,3],[1374,4,678,2,"tokenItem"],[1374,13,678,11],[1374,15,678,13],[1375,6,679,4,"flexDirection"],[1375,19,679,17],[1375,21,679,19],[1375,26,679,24],[1376,6,680,4,"justifyContent"],[1376,20,680,18],[1376,22,680,20],[1376,37,680,35],[1377,6,681,4,"alignItems"],[1377,16,681,14],[1377,18,681,16],[1377,26,681,24],[1378,6,682,4,"backgroundColor"],[1378,21,682,19],[1378,23,682,21],[1378,29,682,27],[1379,6,683,4,"padding"],[1379,13,683,11],[1379,15,683,13],[1379,17,683,15],[1380,6,684,4,"borderRadius"],[1380,18,684,16],[1380,20,684,18],[1380,22,684,20],[1381,6,685,4,"marginBottom"],[1381,18,685,16],[1381,20,685,18],[1381,21,685,19],[1382,6,686,4,"shadowColor"],[1382,17,686,15],[1382,19,686,17],[1382,25,686,23],[1383,6,687,4,"shadowOffset"],[1383,18,687,16],[1383,20,687,18],[1384,8,687,20,"width"],[1384,13,687,25],[1384,15,687,27],[1384,16,687,28],[1385,8,687,30,"height"],[1385,14,687,36],[1385,16,687,38],[1386,6,687,40],[1386,7,687,41],[1387,6,688,4,"shadowOpacity"],[1387,19,688,17],[1387,21,688,19],[1387,25,688,23],[1388,6,689,4,"shadowRadius"],[1388,18,689,16],[1388,20,689,18],[1388,21,689,19],[1389,6,690,4,"elevation"],[1389,15,690,13],[1389,17,690,15],[1390,4,691,2],[1390,5,691,3],[1391,4,692,2,"tokenItemLeft"],[1391,17,692,15],[1391,19,692,17],[1392,6,693,4,"flexDirection"],[1392,19,693,17],[1392,21,693,19],[1392,26,693,24],[1393,6,694,4,"alignItems"],[1393,16,694,14],[1393,18,694,16],[1393,26,694,24],[1394,6,695,4,"gap"],[1394,9,695,7],[1394,11,695,9],[1395,4,696,2],[1395,5,696,3],[1396,4,697,2,"tokenIconContainer"],[1396,22,697,20],[1396,24,697,22],[1397,6,698,4,"position"],[1397,14,698,12],[1397,16,698,14],[1397,26,698,24],[1398,6,699,4,"width"],[1398,11,699,9],[1398,13,699,11],[1398,15,699,13],[1399,6,700,4,"height"],[1399,12,700,10],[1399,14,700,12],[1400,4,701,2],[1400,5,701,3],[1401,4,702,2,"tokenIcon"],[1401,13,702,11],[1401,15,702,13],[1402,6,703,4,"width"],[1402,11,703,9],[1402,13,703,11],[1402,15,703,13],[1403,6,704,4,"height"],[1403,12,704,10],[1403,14,704,12],[1403,16,704,14],[1404,6,705,4,"borderRadius"],[1404,18,705,16],[1404,20,705,18],[1405,4,706,2],[1405,5,706,3],[1406,4,707,2,"networkBadge"],[1406,16,707,14],[1406,18,707,16],[1407,6,708,4,"position"],[1407,14,708,12],[1407,16,708,14],[1407,26,708,24],[1408,6,709,4,"right"],[1408,11,709,9],[1408,13,709,11],[1408,14,709,12],[1408,15,709,13],[1409,6,710,4,"bottom"],[1409,12,710,10],[1409,14,710,12],[1409,15,710,13],[1409,16,710,14],[1410,6,711,4,"width"],[1410,11,711,9],[1410,13,711,11],[1410,15,711,13],[1411,6,712,4,"height"],[1411,12,712,10],[1411,14,712,12],[1411,16,712,14],[1412,6,713,4,"borderRadius"],[1412,18,713,16],[1412,20,713,18],[1412,21,713,19],[1413,6,714,4,"borderWidth"],[1413,17,714,15],[1413,19,714,17],[1413,20,714,18],[1414,6,715,4,"borderColor"],[1414,17,715,15],[1414,19,715,17],[1415,4,716,2],[1415,5,716,3],[1416,4,717,2,"tokenItemName"],[1416,17,717,15],[1416,19,717,17],[1417,6,718,4,"fontSize"],[1417,14,718,12],[1417,16,718,14],[1417,18,718,16],[1418,6,719,4,"fontWeight"],[1418,16,719,14],[1418,18,719,16],[1418,23,719,21],[1419,6,720,4,"color"],[1419,11,720,9],[1419,13,720,11],[1420,4,721,2],[1420,5,721,3],[1421,4,722,2,"tokenItemNetwork"],[1421,20,722,18],[1421,22,722,20],[1422,6,723,4,"fontSize"],[1422,14,723,12],[1422,16,723,14],[1422,18,723,16],[1423,6,724,4,"color"],[1423,11,724,9],[1423,13,724,11],[1424,4,725,2],[1424,5,725,3],[1425,4,726,2,"tokenItemRight"],[1425,18,726,16],[1425,20,726,18],[1426,6,727,4,"alignItems"],[1426,16,727,14],[1426,18,727,16],[1427,4,728,2],[1427,5,728,3],[1428,4,729,2,"tokenItemBalance"],[1428,20,729,18],[1428,22,729,20],[1429,6,730,4,"fontSize"],[1429,14,730,12],[1429,16,730,14],[1429,18,730,16],[1430,6,731,4,"fontWeight"],[1430,16,731,14],[1430,18,731,16],[1430,23,731,21],[1431,6,732,4,"color"],[1431,11,732,9],[1431,13,732,11],[1432,4,733,2],[1432,5,733,3],[1433,4,734,2,"tokenItemUsd"],[1433,16,734,14],[1433,18,734,16],[1434,6,735,4,"fontSize"],[1434,14,735,12],[1434,16,735,14],[1434,18,735,16],[1435,6,736,4,"color"],[1435,11,736,9],[1435,13,736,11],[1436,4,737,2],[1437,2,738,0],[1437,3,738,1],[1437,4,738,2],[1438,2,738,3],[1438,6,738,3,"_c"],[1438,8,738,3],[1438,10,738,3,"_c2"],[1438,13,738,3],[1438,15,738,3,"_c3"],[1438,18,738,3],[1438,20,738,3,"_c4"],[1438,23,738,3],[1438,25,738,3,"_c5"],[1438,28,738,3],[1438,30,738,3,"_c6"],[1438,33,738,3],[1439,2,738,3,"$RefreshReg$"],[1439,14,738,3],[1439,15,738,3,"_c"],[1439,17,738,3],[1440,2,738,3,"$RefreshReg$"],[1440,14,738,3],[1440,15,738,3,"_c2"],[1440,18,738,3],[1441,2,738,3,"$RefreshReg$"],[1441,14,738,3],[1441,15,738,3,"_c3"],[1441,18,738,3],[1442,2,738,3,"$RefreshReg$"],[1442,14,738,3],[1442,15,738,3,"_c4"],[1442,18,738,3],[1443,2,738,3,"$RefreshReg$"],[1443,14,738,3],[1443,15,738,3,"_c5"],[1443,18,738,3],[1444,2,738,3,"$RefreshReg$"],[1444,14,738,3],[1444,15,738,3,"_c6"],[1444,18,738,3],[1445,0,738,3],[1445,3]],"functionMap":{"names":["","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;oBCI;GDqB;+BEkD;aFc;CDM;AIE;YCQ;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"}]}
\ No newline at end of file
+{"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":12,"column":22,"index":195}}],"key":"KyzuX10g6ixS9UfynhmjlvCIG3g=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0,"index":196},"end":{"line":13,"column":46,"index":242}}],"key":"ow7vkrqkIckRjlSi/+MhMmRYtUE=","exportNames":["*"],"imports":1}},{"name":"@react-navigation/bottom-tabs","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":14,"column":0,"index":243},"end":{"line":14,"column":73,"index":316}}],"key":"+CsiEPZJMQUbFs9pwhg0Pji1O3k=","exportNames":["*"],"imports":1}},{"name":"expo-image-picker","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":15,"column":0,"index":317},"end":{"line":15,"column":49,"index":366}}],"key":"XQFgv2+WadF9xV+S67CI6D8lClA=","exportNames":["*"],"imports":1}},{"name":"../contexts/AuthContext","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":16,"column":0,"index":367},"end":{"line":16,"column":50,"index":417}}],"key":"oNCgyH4yx4pAIVZXLqqRGB2kuCY=","exportNames":["*"],"imports":1}},{"name":"react/jsx-dev-runtime","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"L9D70Z4hi4aGuui1ysja/oQ5ytI=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n var _jsxFileName = \"/app/frontend/src/screens/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 _reactJsxDevRuntime = require(_dependencyMap[8], \"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 _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 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: 54,\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: 56,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 52,\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: 60,\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: 61,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 59,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 51,\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: 66,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 65,\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: 69,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 68,\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: 72,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 71,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 64,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 50,\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: 81,\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: 82,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 80,\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: 85,\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: 86,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 84,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 79,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 78,\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: 93,\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: 105,\n columnNumber: 19\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 104,\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: 107,\n columnNumber: 17\n }, this)]\n }, action.id, true, {\n fileName: _jsxFileName,\n lineNumber: 96,\n columnNumber: 15\n }, this))\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 94,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 92,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 48,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 47,\n columnNumber: 5\n }, this);\n }\n _s(HomeTab, \"xEp7SEfX94u+oibpmCw6eCxkmPE=\", false, function () {\n return [_contextsAuthContext.useAuth];\n });\n _c = HomeTab;\n function WalletTab() {\n _s2();\n var _useAuth2 = (0, _contextsAuthContext.useAuth)(),\n user = _useAuth2.user;\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://kurdish-id.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 children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.walletTitle,\n children: \"My Wallet\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 170,\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: 172,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 171,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 169,\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: 179,\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: 183,\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: 184,\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: 185,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 178,\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: 189,\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: 193,\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: 194,\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: 195,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 188,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 177,\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: 204,\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: 205,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 203,\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: 208,\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: 209,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 207,\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: 212,\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: 213,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 211,\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: 216,\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: 217,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 215,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 202,\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: 224,\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: 225,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 223,\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: 228,\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: 229,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 227,\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: 232,\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: 233,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 231,\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: 236,\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: 237,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 235,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 222,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 200,\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: 244,\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: 250,\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: 254,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 249,\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: 260,\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: 261,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 259,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 248,\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: 265,\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: 266,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 264,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 247,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 243,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 167,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 166,\n columnNumber: 5\n }, this);\n }\n _s2(WalletTab, \"osbCN528CgM7tSTrgQcFeX6sHT4=\", false, function () {\n return [_contextsAuthContext.useAuth];\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: 280,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 279,\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: 288,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 287,\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: 296,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 295,\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: 319,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 313,\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: 329,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 323,\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: 339,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 333,\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: 349,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 343,\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: 359,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 353,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 305,\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":1445,"map":[[30,2,303,15,"Object"],[30,8,303,15],[30,9,303,15,"defineProperty"],[30,23,303,15],[30,24,303,15,"exports"],[30,31,303,15],[31,4,303,15,"enumerable"],[31,14,303,15],[32,4,303,15,"get"],[32,7,303,15],[32,18,303,15,"get"],[32,19,303,15],[33,6,303,15],[33,13,303,15,"HomeScreen"],[33,23,303,15],[34,4,303,15],[35,2,303,15],[36,2,365,1],[36,6,365,1,"_babelRuntimeHelpersAsyncToGenerator"],[36,42,365,1],[36,45,365,1,"require"],[36,52,365,1],[36,53,365,1,"_dependencyMap"],[36,67,365,1],[37,2,365,1],[37,6,365,1,"_asyncToGenerator"],[37,23,365,1],[37,26,365,1,"_interopDefault"],[37,41,365,1],[37,42,365,1,"_babelRuntimeHelpersAsyncToGenerator"],[37,78,365,1],[38,2,365,1],[38,6,365,1,"_babelRuntimeHelpersSlicedToArray"],[38,39,365,1],[38,42,365,1,"require"],[38,49,365,1],[38,50,365,1,"_dependencyMap"],[38,64,365,1],[39,2,365,1],[39,6,365,1,"_slicedToArray"],[39,20,365,1],[39,23,365,1,"_interopDefault"],[39,38,365,1],[39,39,365,1,"_babelRuntimeHelpersSlicedToArray"],[39,72,365,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,13,0],[42,6,13,0,"_expoVectorIcons"],[42,22,13,0],[42,25,13,0,"require"],[42,32,13,0],[42,33,13,0,"_dependencyMap"],[42,47,13,0],[43,2,14,0],[43,6,14,0,"_reactNavigationBottomTabs"],[43,32,14,0],[43,35,14,0,"require"],[43,42,14,0],[43,43,14,0,"_dependencyMap"],[43,57,14,0],[44,2,15,0],[44,6,15,0,"_expoImagePicker"],[44,22,15,0],[44,25,15,0,"require"],[44,32,15,0],[44,33,15,0,"_dependencyMap"],[44,47,15,0],[45,2,15,0],[45,6,15,0,"ImagePicker"],[45,17,15,0],[45,20,15,0,"_interopNamespace"],[45,37,15,0],[45,38,15,0,"_expoImagePicker"],[45,54,15,0],[46,2,16,0],[46,6,16,0,"_contextsAuthContext"],[46,26,16,0],[46,29,16,0,"require"],[46,36,16,0],[46,37,16,0,"_dependencyMap"],[46,51,16,0],[47,2,16,50],[47,6,16,50,"_reactJsxDevRuntime"],[47,25,16,50],[47,28,16,50,"require"],[47,35,16,50],[47,36,16,50,"_dependencyMap"],[47,50,16,50],[48,2,18,0],[48,6,18,0,"_Dimensions$get"],[48,21,18,0],[48,24,18,18,"Dimensions"],[48,36,18,28],[48,37,18,28,"Dimensions"],[48,47,18,28],[48,48,18,29,"get"],[48,51,18,32],[48,52,18,33],[48,60,18,41],[48,61,18,42],[49,4,18,8,"width"],[49,9,18,13],[49,12,18,13,"_Dimensions$get"],[49,27,18,13],[49,28,18,8,"width"],[49,33,18,13],[50,2,20,0],[50,11,20,9,"HomeTab"],[50,18,20,16,"HomeTab"],[50,19,20,16],[50,21,20,19],[51,4,20,19,"_s"],[51,6,20,19],[52,4,21,2],[52,8,21,2,"_useAuth"],[52,16,21,2],[52,19,21,19],[52,23,21,19,"useAuth"],[52,43,21,26],[52,44,21,26,"useAuth"],[52,51,21,26],[52,53,21,27],[52,54,21,28],[53,6,21,10,"user"],[53,10,21,14],[53,13,21,14,"_useAuth"],[53,21,21,14],[53,22,21,10,"user"],[53,26,21,14],[54,4,22,2],[54,8,22,2,"_useState"],[54,17,22,2],[54,20,22,42],[54,24,22,42,"useState"],[54,30,22,50],[54,31,22,50,"useState"],[54,39,22,50],[54,41,22,66],[54,45,22,70],[54,46,22,71],[55,6,22,71,"_useState2"],[55,16,22,71],[55,23,22,71,"_slicedToArray"],[55,37,22,71],[55,38,22,71,"default"],[55,45,22,71],[55,47,22,71,"_useState"],[55,56,22,71],[56,6,22,9,"profileImage"],[56,18,22,21],[56,21,22,21,"_useState2"],[56,31,22,21],[57,6,22,23,"setProfileImage"],[57,21,22,38],[57,24,22,38,"_useState2"],[57,34,22,38],[58,4,24,2],[58,8,24,8,"pickImage"],[58,17,24,17],[59,6,24,17],[59,10,24,17,"_ref"],[59,14,24,17],[59,21,24,17,"_asyncToGenerator"],[59,38,24,17],[59,39,24,17,"default"],[59,46,24,17],[59,48,24,20],[59,61,24,32],[60,8,25,4],[60,12,25,10,"permissionResult"],[60,28,25,26],[60,37,25,35,"ImagePicker"],[60,48,25,46],[60,49,25,47,"requestMediaLibraryPermissionsAsync"],[60,84,25,82],[60,85,25,83],[60,86,25,84],[61,8,27,4],[61,12,27,8,"permissionResult"],[61,28,27,24],[61,29,27,25,"granted"],[61,36,27,32],[61,41,27,37],[61,46,27,42],[61,48,27,44],[62,10,28,6,"Alert"],[62,22,28,11],[62,23,28,11,"Alert"],[62,28,28,11],[62,29,28,12,"alert"],[62,34,28,17],[62,35,28,18],[62,56,28,39],[62,58,28,41],[62,105,28,88],[62,106,28,89],[63,10,29,6],[64,8,30,4],[65,8,32,4],[65,12,32,10,"result"],[65,18,32,16],[65,27,32,25,"ImagePicker"],[65,38,32,36],[65,39,32,37,"launchImageLibraryAsync"],[65,62,32,60],[65,63,32,61],[66,10,33,6,"mediaTypes"],[66,20,33,16],[66,22,33,18,"ImagePicker"],[66,33,33,29],[66,34,33,30,"MediaTypeOptions"],[66,50,33,46],[66,51,33,47,"Images"],[66,57,33,53],[67,10,34,6,"allowsEditing"],[67,23,34,19],[67,25,34,21],[67,29,34,25],[68,10,35,6,"aspect"],[68,16,35,12],[68,18,35,14],[68,19,35,15],[68,20,35,16],[68,22,35,18],[68,23,35,19],[68,24,35,20],[69,10,36,6,"quality"],[69,17,36,13],[69,19,36,15],[69,22,36,18],[70,10,37,6,"base64"],[70,16,37,12],[70,18,37,14],[71,8,38,4],[71,9,38,5],[71,10,38,6],[72,8,40,4],[72,12,40,8],[72,13,40,9,"result"],[72,19,40,15],[72,20,40,16,"canceled"],[72,28,40,24],[72,32,40,28,"result"],[72,38,40,34],[72,39,40,35,"assets"],[72,45,40,41],[72,46,40,42],[72,47,40,43],[72,48,40,44],[72,49,40,45,"base64"],[72,55,40,51],[72,57,40,53],[73,10,41,6],[73,14,41,12,"base64Image"],[73,25,41,23],[73,28,41,26],[73,54,41,52,"result"],[73,60,41,58],[73,61,41,59,"assets"],[73,67,41,65],[73,68,41,66],[73,69,41,67],[73,70,41,68],[73,71,41,69,"base64"],[73,77,41,75],[73,79,41,77],[74,10,42,6,"setProfileImage"],[74,25,42,21],[74,26,42,22,"base64Image"],[74,37,42,33],[74,38,42,34],[75,10,43,6],[76,8,44,4],[77,6,45,2],[77,7,45,3],[78,6,45,3],[78,22,24,8,"pickImage"],[78,31,24,17,"pickImage"],[78,32,24,17],[79,8,24,17],[79,15,24,17,"_ref"],[79,19,24,17],[79,20,24,17,"apply"],[79,25,24,17],[79,32,24,17,"arguments"],[79,41,24,17],[80,6,24,17],[81,4,24,17],[81,7,45,3],[82,4,46,2],[82,24,47,4],[82,28,47,4,"_reactJsxDevRuntime"],[82,47,47,4],[82,48,47,4,"jsxDEV"],[82,54,47,4],[82,56,47,5,"_reactNative"],[82,68,47,9],[82,69,47,9,"View"],[82,73,47,9],[83,6,47,10,"style"],[83,11,47,15],[83,13,47,17,"styles"],[83,19,47,23],[83,20,47,24,"container"],[83,29,47,34],[84,6,47,34,"children"],[84,14,47,34],[84,29,48,6],[84,33,48,6,"_reactJsxDevRuntime"],[84,52,48,6],[84,53,48,6,"jsxDEV"],[84,59,48,6],[84,61,48,7,"_reactNative"],[84,73,48,17],[84,74,48,17,"ScrollView"],[84,84,48,17],[85,8,48,18,"showsVerticalScrollIndicator"],[85,36,48,46],[85,38,48,48],[85,43,48,54],[86,8,48,55,"contentContainerStyle"],[86,29,48,76],[86,31,48,78,"styles"],[86,37,48,84],[86,38,48,85,"scrollContent"],[86,51,48,99],[87,8,48,99,"children"],[87,16,48,99],[87,32,50,8],[87,36,50,8,"_reactJsxDevRuntime"],[87,55,50,8],[87,56,50,8,"jsxDEV"],[87,62,50,8],[87,64,50,9,"_reactNative"],[87,76,50,13],[87,77,50,13,"View"],[87,81,50,13],[88,10,50,14,"style"],[88,15,50,19],[88,17,50,21,"styles"],[88,23,50,27],[88,24,50,28,"header"],[88,30,50,35],[89,10,50,35,"children"],[89,18,50,35],[89,34,51,10],[89,38,51,10,"_reactJsxDevRuntime"],[89,57,51,10],[89,58,51,10,"jsxDEV"],[89,64,51,10],[89,66,51,11,"_reactNative"],[89,78,51,15],[89,79,51,15,"View"],[89,83,51,15],[90,12,51,16,"style"],[90,17,51,21],[90,19,51,23,"styles"],[90,25,51,29],[90,26,51,30,"headerLeft"],[90,36,51,41],[91,12,51,41,"children"],[91,20,51,41],[91,36,52,12],[91,40,52,12,"_reactJsxDevRuntime"],[91,59,52,12],[91,60,52,12,"jsxDEV"],[91,66,52,12],[91,68,52,13,"_reactNative"],[91,80,52,29],[91,81,52,29,"TouchableOpacity"],[91,97,52,29],[92,14,52,30,"style"],[92,19,52,35],[92,21,52,37,"styles"],[92,27,52,43],[92,28,52,44,"profileImage"],[92,40,52,57],[93,14,52,58,"onPress"],[93,21,52,65],[93,23,52,67,"pickImage"],[93,32,52,77],[94,14,52,77,"children"],[94,22,52,77],[94,24,53,15,"profileImage"],[94,36,53,27],[94,52,54,16],[94,56,54,16,"_reactJsxDevRuntime"],[94,75,54,16],[94,76,54,16,"jsxDEV"],[94,82,54,16],[94,84,54,17,"_reactNative"],[94,96,54,22],[94,97,54,22,"Image"],[94,102,54,22],[95,16,54,23,"source"],[95,22,54,29],[95,24,54,31],[96,18,54,33,"uri"],[96,21,54,36],[96,23,54,38,"profileImage"],[97,16,54,51],[97,17,54,53],[98,16,54,54,"style"],[98,21,54,59],[98,23,54,61,"styles"],[98,29,54,67],[98,30,54,68,"profileImageSrc"],[99,14,54,84],[100,16,54,84,"fileName"],[100,24,54,84],[100,26,54,84,"_jsxFileName"],[100,38,54,84],[101,16,54,84,"lineNumber"],[101,26,54,84],[102,16,54,84,"columnNumber"],[102,28,54,84],[103,14,54,84],[103,21,54,86],[103,22,54,87],[103,38,56,16],[103,42,56,16,"_reactJsxDevRuntime"],[103,61,56,16],[103,62,56,16,"jsxDEV"],[103,68,56,16],[103,70,56,17,"_expoVectorIcons"],[103,86,56,25],[103,87,56,25,"Ionicons"],[103,95,56,25],[104,16,56,26,"name"],[104,20,56,30],[104,22,56,31],[104,30,56,39],[105,16,56,40,"size"],[105,20,56,44],[105,22,56,46],[105,24,56,49],[106,16,56,50,"color"],[106,21,56,55],[106,23,56,56],[107,14,56,65],[108,16,56,65,"fileName"],[108,24,56,65],[108,26,56,65,"_jsxFileName"],[108,38,56,65],[109,16,56,65,"lineNumber"],[109,26,56,65],[110,16,56,65,"columnNumber"],[110,28,56,65],[111,14,56,65],[111,21,56,67],[112,12,57,15],[113,14,57,15,"fileName"],[113,22,57,15],[113,24,57,15,"_jsxFileName"],[113,36,57,15],[114,14,57,15,"lineNumber"],[114,24,57,15],[115,14,57,15,"columnNumber"],[115,26,57,15],[116,12,57,15],[116,19,58,30],[116,20,58,31],[116,35,59,12],[116,39,59,12,"_reactJsxDevRuntime"],[116,58,59,12],[116,59,59,12,"jsxDEV"],[116,65,59,12],[116,67,59,13,"_reactNative"],[116,79,59,17],[116,80,59,17,"View"],[116,84,59,17],[117,14,59,18,"style"],[117,19,59,23],[117,21,59,25,"styles"],[117,27,59,31],[117,28,59,32,"profileBadge"],[117,40,59,45],[118,14,59,45,"children"],[118,22,59,45],[118,38,60,14],[118,42,60,14,"_reactJsxDevRuntime"],[118,61,60,14],[118,62,60,14,"jsxDEV"],[118,68,60,14],[118,70,60,15,"_expoVectorIcons"],[118,86,60,23],[118,87,60,23,"Ionicons"],[118,95,60,23],[119,16,60,24,"name"],[119,20,60,28],[119,22,60,29],[119,28,60,35],[120,16,60,36,"size"],[120,20,60,40],[120,22,60,42],[120,24,60,45],[121,16,60,46,"color"],[121,21,60,51],[121,23,60,52],[122,14,60,61],[123,16,60,61,"fileName"],[123,24,60,61],[123,26,60,61,"_jsxFileName"],[123,38,60,61],[124,16,60,61,"lineNumber"],[124,26,60,61],[125,16,60,61,"columnNumber"],[125,28,60,61],[126,14,60,61],[126,21,60,63],[126,22,60,64],[126,37,61,14],[126,41,61,14,"_reactJsxDevRuntime"],[126,60,61,14],[126,61,61,14,"jsxDEV"],[126,67,61,14],[126,69,61,15,"_reactNative"],[126,81,61,19],[126,82,61,19,"Text"],[126,86,61,19],[127,16,61,20,"style"],[127,21,61,25],[127,23,61,27,"styles"],[127,29,61,33],[127,30,61,34,"trustScore"],[127,40,61,45],[128,16,61,45,"children"],[128,24,61,45],[128,26,61,46],[129,14,61,49],[130,16,61,49,"fileName"],[130,24,61,49],[130,26,61,49,"_jsxFileName"],[130,38,61,49],[131,16,61,49,"lineNumber"],[131,26,61,49],[132,16,61,49,"columnNumber"],[132,28,61,49],[133,14,61,49],[133,21,61,55],[133,22,61,56],[134,12,61,56],[135,14,61,56,"fileName"],[135,22,61,56],[135,24,61,56,"_jsxFileName"],[135,36,61,56],[136,14,61,56,"lineNumber"],[136,24,61,56],[137,14,61,56,"columnNumber"],[137,26,61,56],[138,12,61,56],[138,19,62,18],[138,20,62,19],[139,10,62,19],[140,12,62,19,"fileName"],[140,20,62,19],[140,22,62,19,"_jsxFileName"],[140,34,62,19],[141,12,62,19,"lineNumber"],[141,22,62,19],[142,12,62,19,"columnNumber"],[142,24,62,19],[143,10,62,19],[143,17,63,16],[143,18,63,17],[143,33,64,10],[143,37,64,10,"_reactJsxDevRuntime"],[143,56,64,10],[143,57,64,10,"jsxDEV"],[143,63,64,10],[143,65,64,11,"_reactNative"],[143,77,64,15],[143,78,64,15,"View"],[143,82,64,15],[144,12,64,16,"style"],[144,17,64,21],[144,19,64,23,"styles"],[144,25,64,29],[144,26,64,30,"headerRight"],[144,37,64,42],[145,12,64,42,"children"],[145,20,64,42],[145,36,65,12],[145,40,65,12,"_reactJsxDevRuntime"],[145,59,65,12],[145,60,65,12,"jsxDEV"],[145,66,65,12],[145,68,65,13,"_reactNative"],[145,80,65,29],[145,81,65,29,"TouchableOpacity"],[145,97,65,29],[146,14,65,30,"style"],[146,19,65,35],[146,21,65,37,"styles"],[146,27,65,43],[146,28,65,44,"iconButton"],[146,38,65,55],[147,14,65,55,"children"],[147,22,65,55],[147,37,66,14],[147,41,66,14,"_reactJsxDevRuntime"],[147,60,66,14],[147,61,66,14,"jsxDEV"],[147,67,66,14],[147,69,66,15,"_expoVectorIcons"],[147,85,66,23],[147,86,66,23,"Ionicons"],[147,94,66,23],[148,16,66,24,"name"],[148,20,66,28],[148,22,66,29],[148,39,66,46],[149,16,66,47,"size"],[149,20,66,51],[149,22,66,53],[149,24,66,56],[150,16,66,57,"color"],[150,21,66,62],[150,23,66,63],[151,14,66,72],[152,16,66,72,"fileName"],[152,24,66,72],[152,26,66,72,"_jsxFileName"],[152,38,66,72],[153,16,66,72,"lineNumber"],[153,26,66,72],[154,16,66,72,"columnNumber"],[154,28,66,72],[155,14,66,72],[155,21,66,74],[156,12,66,75],[157,14,66,75,"fileName"],[157,22,66,75],[157,24,66,75,"_jsxFileName"],[157,36,66,75],[158,14,66,75,"lineNumber"],[158,24,66,75],[159,14,66,75,"columnNumber"],[159,26,66,75],[160,12,66,75],[160,19,67,30],[160,20,67,31],[160,35,68,12],[160,39,68,12,"_reactJsxDevRuntime"],[160,58,68,12],[160,59,68,12,"jsxDEV"],[160,65,68,12],[160,67,68,13,"_reactNative"],[160,79,68,29],[160,80,68,29,"TouchableOpacity"],[160,96,68,29],[161,14,68,30,"style"],[161,19,68,35],[161,21,68,37,"styles"],[161,27,68,43],[161,28,68,44,"iconButton"],[161,38,68,55],[162,14,68,55,"children"],[162,22,68,55],[162,37,69,14],[162,41,69,14,"_reactJsxDevRuntime"],[162,60,69,14],[162,61,69,14,"jsxDEV"],[162,67,69,14],[162,69,69,15,"_expoVectorIcons"],[162,85,69,23],[162,86,69,23,"Ionicons"],[162,94,69,23],[163,16,69,24,"name"],[163,20,69,28],[163,22,69,29],[163,45,69,52],[164,16,69,53,"size"],[164,20,69,57],[164,22,69,59],[164,24,69,62],[165,16,69,63,"color"],[165,21,69,68],[165,23,69,69],[166,14,69,78],[167,16,69,78,"fileName"],[167,24,69,78],[167,26,69,78,"_jsxFileName"],[167,38,69,78],[168,16,69,78,"lineNumber"],[168,26,69,78],[169,16,69,78,"columnNumber"],[169,28,69,78],[170,14,69,78],[170,21,69,80],[171,12,69,81],[172,14,69,81,"fileName"],[172,22,69,81],[172,24,69,81,"_jsxFileName"],[172,36,69,81],[173,14,69,81,"lineNumber"],[173,24,69,81],[174,14,69,81,"columnNumber"],[174,26,69,81],[175,12,69,81],[175,19,70,30],[175,20,70,31],[175,35,71,12],[175,39,71,12,"_reactJsxDevRuntime"],[175,58,71,12],[175,59,71,12,"jsxDEV"],[175,65,71,12],[175,67,71,13,"_reactNative"],[175,79,71,29],[175,80,71,29,"TouchableOpacity"],[175,96,71,29],[176,14,71,30,"style"],[176,19,71,35],[176,21,71,37,"styles"],[176,27,71,43],[176,28,71,44,"iconButton"],[176,38,71,55],[177,14,71,55,"children"],[177,22,71,55],[177,37,72,14],[177,41,72,14,"_reactJsxDevRuntime"],[177,60,72,14],[177,61,72,14,"jsxDEV"],[177,67,72,14],[177,69,72,15,"_expoVectorIcons"],[177,85,72,23],[177,86,72,23,"Ionicons"],[177,94,72,23],[178,16,72,24,"name"],[178,20,72,28],[178,22,72,29],[178,40,72,47],[179,16,72,48,"size"],[179,20,72,52],[179,22,72,54],[179,24,72,57],[180,16,72,58,"color"],[180,21,72,63],[180,23,72,64],[181,14,72,73],[182,16,72,73,"fileName"],[182,24,72,73],[182,26,72,73,"_jsxFileName"],[182,38,72,73],[183,16,72,73,"lineNumber"],[183,26,72,73],[184,16,72,73,"columnNumber"],[184,28,72,73],[185,14,72,73],[185,21,72,75],[186,12,72,76],[187,14,72,76,"fileName"],[187,22,72,76],[187,24,72,76,"_jsxFileName"],[187,36,72,76],[188,14,72,76,"lineNumber"],[188,24,72,76],[189,14,72,76,"columnNumber"],[189,26,72,76],[190,12,72,76],[190,19,73,30],[190,20,73,31],[191,10,73,31],[192,12,73,31,"fileName"],[192,20,73,31],[192,22,73,31,"_jsxFileName"],[192,34,73,31],[193,12,73,31,"lineNumber"],[193,22,73,31],[194,12,73,31,"columnNumber"],[194,24,73,31],[195,10,73,31],[195,17,74,16],[195,18,74,17],[196,8,74,17],[197,10,74,17,"fileName"],[197,18,74,17],[197,20,74,17,"_jsxFileName"],[197,32,74,17],[198,10,74,17,"lineNumber"],[198,20,74,17],[199,10,74,17,"columnNumber"],[199,22,74,17],[200,8,74,17],[200,15,75,14],[200,16,75,15],[200,31,78,8],[200,35,78,8,"_reactJsxDevRuntime"],[200,54,78,8],[200,55,78,8,"jsxDEV"],[200,61,78,8],[200,63,78,9,"_reactNative"],[200,75,78,13],[200,76,78,13,"View"],[200,80,78,13],[201,10,78,14,"style"],[201,15,78,19],[201,17,78,21,"styles"],[201,23,78,27],[201,24,78,28,"announcementWidget"],[201,42,78,47],[202,10,78,47,"children"],[202,18,78,47],[202,33,79,10],[202,37,79,10,"_reactJsxDevRuntime"],[202,56,79,10],[202,57,79,10,"jsxDEV"],[202,63,79,10],[202,65,79,11,"_reactNative"],[202,77,79,21],[202,78,79,21,"ScrollView"],[202,88,79,21],[203,12,79,22,"horizontal"],[203,22,79,32],[204,12,79,33,"showsHorizontalScrollIndicator"],[204,42,79,63],[204,44,79,65],[204,49,79,71],[205,12,79,71,"children"],[205,20,79,71],[205,36,80,12],[205,40,80,12,"_reactJsxDevRuntime"],[205,59,80,12],[205,60,80,12,"jsxDEV"],[205,66,80,12],[205,68,80,13,"_reactNative"],[205,80,80,17],[205,81,80,17,"View"],[205,85,80,17],[206,14,80,18,"style"],[206,19,80,23],[206,21,80,25,"styles"],[206,27,80,31],[206,28,80,32,"announcement"],[206,40,80,45],[207,14,80,45,"children"],[207,22,80,45],[207,38,81,14],[207,42,81,14,"_reactJsxDevRuntime"],[207,61,81,14],[207,62,81,14,"jsxDEV"],[207,68,81,14],[207,70,81,15,"_reactNative"],[207,82,81,19],[207,83,81,19,"Text"],[207,87,81,19],[208,16,81,20,"style"],[208,21,81,25],[208,23,81,27,"styles"],[208,29,81,33],[208,30,81,34,"announcementTitle"],[208,47,81,52],[209,16,81,52,"children"],[209,24,81,52],[209,26,81,53],[210,14,81,80],[211,16,81,80,"fileName"],[211,24,81,80],[211,26,81,80,"_jsxFileName"],[211,38,81,80],[212,16,81,80,"lineNumber"],[212,26,81,80],[213,16,81,80,"columnNumber"],[213,28,81,80],[214,14,81,80],[214,21,81,86],[214,22,81,87],[214,37,82,14],[214,41,82,14,"_reactJsxDevRuntime"],[214,60,82,14],[214,61,82,14,"jsxDEV"],[214,67,82,14],[214,69,82,15,"_reactNative"],[214,81,82,19],[214,82,82,19,"Text"],[214,86,82,19],[215,16,82,20,"style"],[215,21,82,25],[215,23,82,27,"styles"],[215,29,82,33],[215,30,82,34,"announcementText"],[215,46,82,51],[216,16,82,51,"children"],[216,24,82,51],[216,26,82,52],[217,14,82,88],[218,16,82,88,"fileName"],[218,24,82,88],[218,26,82,88,"_jsxFileName"],[218,38,82,88],[219,16,82,88,"lineNumber"],[219,26,82,88],[220,16,82,88,"columnNumber"],[220,28,82,88],[221,14,82,88],[221,21,82,94],[221,22,82,95],[222,12,82,95],[223,14,82,95,"fileName"],[223,22,82,95],[223,24,82,95,"_jsxFileName"],[223,36,82,95],[224,14,82,95,"lineNumber"],[224,24,82,95],[225,14,82,95,"columnNumber"],[225,26,82,95],[226,12,82,95],[226,19,83,18],[226,20,83,19],[226,35,84,12],[226,39,84,12,"_reactJsxDevRuntime"],[226,58,84,12],[226,59,84,12,"jsxDEV"],[226,65,84,12],[226,67,84,13,"_reactNative"],[226,79,84,17],[226,80,84,17,"View"],[226,84,84,17],[227,14,84,18,"style"],[227,19,84,23],[227,21,84,25,"styles"],[227,27,84,31],[227,28,84,32,"announcement"],[227,40,84,45],[228,14,84,45,"children"],[228,22,84,45],[228,38,85,14],[228,42,85,14,"_reactJsxDevRuntime"],[228,61,85,14],[228,62,85,14,"jsxDEV"],[228,68,85,14],[228,70,85,15,"_reactNative"],[228,82,85,19],[228,83,85,19,"Text"],[228,87,85,19],[229,16,85,20,"style"],[229,21,85,25],[229,23,85,27,"styles"],[229,29,85,33],[229,30,85,34,"announcementTitle"],[229,47,85,52],[230,16,85,52,"children"],[230,24,85,52],[230,26,85,53],[231,14,85,67],[232,16,85,67,"fileName"],[232,24,85,67],[232,26,85,67,"_jsxFileName"],[232,38,85,67],[233,16,85,67,"lineNumber"],[233,26,85,67],[234,16,85,67,"columnNumber"],[234,28,85,67],[235,14,85,67],[235,21,85,73],[235,22,85,74],[235,37,86,14],[235,41,86,14,"_reactJsxDevRuntime"],[235,60,86,14],[235,61,86,14,"jsxDEV"],[235,67,86,14],[235,69,86,15,"_reactNative"],[235,81,86,19],[235,82,86,19,"Text"],[235,86,86,19],[236,16,86,20,"style"],[236,21,86,25],[236,23,86,27,"styles"],[236,29,86,33],[236,30,86,34,"announcementText"],[236,46,86,51],[237,16,86,51,"children"],[237,24,86,51],[237,26,86,52],[238,14,86,80],[239,16,86,80,"fileName"],[239,24,86,80],[239,26,86,80,"_jsxFileName"],[239,38,86,80],[240,16,86,80,"lineNumber"],[240,26,86,80],[241,16,86,80,"columnNumber"],[241,28,86,80],[242,14,86,80],[242,21,86,86],[242,22,86,87],[243,12,86,87],[244,14,86,87,"fileName"],[244,22,86,87],[244,24,86,87,"_jsxFileName"],[244,36,86,87],[245,14,86,87,"lineNumber"],[245,24,86,87],[246,14,86,87,"columnNumber"],[246,26,86,87],[247,12,86,87],[247,19,87,18],[247,20,87,19],[248,10,87,19],[249,12,87,19,"fileName"],[249,20,87,19],[249,22,87,19,"_jsxFileName"],[249,34,87,19],[250,12,87,19,"lineNumber"],[250,22,87,19],[251,12,87,19,"columnNumber"],[251,24,87,19],[252,10,87,19],[252,17,88,22],[253,8,88,23],[254,10,88,23,"fileName"],[254,18,88,23],[254,20,88,23,"_jsxFileName"],[254,32,88,23],[255,10,88,23,"lineNumber"],[255,20,88,23],[256,10,88,23,"columnNumber"],[256,22,88,23],[257,8,88,23],[257,15,89,14],[257,16,89,15],[257,31,92,8],[257,35,92,8,"_reactJsxDevRuntime"],[257,54,92,8],[257,55,92,8,"jsxDEV"],[257,61,92,8],[257,63,92,9,"_reactNative"],[257,75,92,13],[257,76,92,13,"View"],[257,80,92,13],[258,10,92,14,"style"],[258,15,92,19],[258,17,92,21,"styles"],[258,23,92,27],[258,24,92,28,"quickActionsContainer"],[258,45,92,50],[259,10,92,50,"children"],[259,18,92,50],[259,34,93,10],[259,38,93,10,"_reactJsxDevRuntime"],[259,57,93,10],[259,58,93,10,"jsxDEV"],[259,64,93,10],[259,66,93,11,"_reactNative"],[259,78,93,15],[259,79,93,15,"Text"],[259,83,93,15],[260,12,93,16,"style"],[260,17,93,21],[260,19,93,23,"styles"],[260,25,93,29],[260,26,93,30,"sectionTitle"],[260,38,93,43],[261,12,93,43,"children"],[261,20,93,43],[261,22,93,44],[262,10,93,57],[263,12,93,57,"fileName"],[263,20,93,57],[263,22,93,57,"_jsxFileName"],[263,34,93,57],[264,12,93,57,"lineNumber"],[264,22,93,57],[265,12,93,57,"columnNumber"],[265,24,93,57],[266,10,93,57],[266,17,93,63],[266,18,93,64],[266,33,94,10],[266,37,94,10,"_reactJsxDevRuntime"],[266,56,94,10],[266,57,94,10,"jsxDEV"],[266,63,94,10],[266,65,94,11,"_reactNative"],[266,77,94,15],[266,78,94,15,"View"],[266,82,94,15],[267,12,94,16,"style"],[267,17,94,21],[267,19,94,23,"styles"],[267,25,94,29],[267,26,94,30,"actionsGrid"],[267,37,94,42],[268,12,94,42,"children"],[268,20,94,42],[268,22,95,13,"QUICK_ACTIONS"],[268,35,95,26],[268,36,95,27,"map"],[268,39,95,30],[268,40,95,31],[268,41,95,32,"action"],[268,47,95,38],[268,49,95,40,"index"],[268,54,95,45],[268,72,96,14],[268,76,96,14,"_reactJsxDevRuntime"],[268,95,96,14],[268,96,96,14,"jsxDEV"],[268,102,96,14],[268,104,96,15,"_reactNative"],[268,116,96,31],[268,117,96,31,"TouchableOpacity"],[268,133,96,31],[269,14,98,16,"style"],[269,19,98,21],[269,21,98,23],[269,22,98,24,"styles"],[269,28,98,30],[269,29,98,31,"actionCard"],[269,39,98,41],[269,41,99,19,"index"],[269,46,99,24],[269,49,99,27],[269,50,99,28],[269,55,99,33],[269,56,99,34],[269,60,99,39,"styles"],[269,66,99,45],[269,67,99,46,"actionCardFirst"],[269,82,99,61],[269,84,100,19,"index"],[269,89,100,24],[269,92,100,27],[269,93,100,28],[269,98,100,33],[269,99,100,34],[269,103,100,39,"styles"],[269,109,100,45],[269,110,100,46,"actionCardLast"],[269,124,100,60],[269,125,101,18],[270,14,102,16,"activeOpacity"],[270,27,102,29],[270,29,102,31],[270,32,102,35],[271,14,102,35,"children"],[271,22,102,35],[271,38,104,16],[271,42,104,16,"_reactJsxDevRuntime"],[271,61,104,16],[271,62,104,16,"jsxDEV"],[271,68,104,16],[271,70,104,17,"_reactNative"],[271,82,104,21],[271,83,104,21,"View"],[271,87,104,21],[272,16,104,22,"style"],[272,21,104,27],[272,23,104,29],[272,24,104,30,"styles"],[272,30,104,36],[272,31,104,37,"actionIcon"],[272,41,104,47],[272,43,104,49],[273,18,104,51,"backgroundColor"],[273,33,104,66],[273,35,104,68,"action"],[273,41,104,74],[273,42,104,75,"color"],[274,16,104,81],[274,17,104,82],[274,18,104,84],[275,16,104,84,"children"],[275,24,104,84],[275,39,105,18],[275,43,105,18,"_reactJsxDevRuntime"],[275,62,105,18],[275,63,105,18,"jsxDEV"],[275,69,105,18],[275,71,105,19,"_expoVectorIcons"],[275,87,105,27],[275,88,105,27,"Ionicons"],[275,96,105,27],[276,18,105,28,"name"],[276,22,105,32],[276,24,105,34,"action"],[276,30,105,40],[276,31,105,41,"icon"],[276,35,105,46],[277,18,105,47,"size"],[277,22,105,51],[277,24,105,53],[277,26,105,56],[278,18,105,57,"color"],[278,23,105,62],[278,25,105,63],[279,16,105,69],[280,18,105,69,"fileName"],[280,26,105,69],[280,28,105,69,"_jsxFileName"],[280,40,105,69],[281,18,105,69,"lineNumber"],[281,28,105,69],[282,18,105,69,"columnNumber"],[282,30,105,69],[283,16,105,69],[283,23,105,71],[284,14,105,72],[285,16,105,72,"fileName"],[285,24,105,72],[285,26,105,72,"_jsxFileName"],[285,38,105,72],[286,16,105,72,"lineNumber"],[286,26,105,72],[287,16,105,72,"columnNumber"],[287,28,105,72],[288,14,105,72],[288,21,106,22],[288,22,106,23],[288,37,107,16],[288,41,107,16,"_reactJsxDevRuntime"],[288,60,107,16],[288,61,107,16,"jsxDEV"],[288,67,107,16],[288,69,107,17,"_reactNative"],[288,81,107,21],[288,82,107,21,"Text"],[288,86,107,21],[289,16,107,22,"style"],[289,21,107,27],[289,23,107,29,"styles"],[289,29,107,35],[289,30,107,36,"actionLabel"],[289,41,107,48],[290,16,107,48,"children"],[290,24,107,48],[290,26,107,50,"action"],[290,32,107,56],[290,33,107,57,"label"],[291,14,107,62],[292,16,107,62,"fileName"],[292,24,107,62],[292,26,107,62,"_jsxFileName"],[292,38,107,62],[293,16,107,62,"lineNumber"],[293,26,107,62],[294,16,107,62,"columnNumber"],[294,28,107,62],[295,14,107,62],[295,21,107,69],[295,22,107,70],[296,12,107,70],[296,15,97,21,"action"],[296,21,97,27],[296,22,97,28,"id"],[296,24,97,30],[297,14,97,30,"fileName"],[297,22,97,30],[297,24,97,30,"_jsxFileName"],[297,36,97,30],[298,14,97,30,"lineNumber"],[298,24,97,30],[299,14,97,30,"columnNumber"],[299,26,97,30],[300,12,97,30],[300,19,108,32],[300,20,109,13],[301,10,109,14],[302,12,109,14,"fileName"],[302,20,109,14],[302,22,109,14,"_jsxFileName"],[302,34,109,14],[303,12,109,14,"lineNumber"],[303,22,109,14],[304,12,109,14,"columnNumber"],[304,24,109,14],[305,10,109,14],[305,17,110,16],[305,18,110,17],[306,8,110,17],[307,10,110,17,"fileName"],[307,18,110,17],[307,20,110,17,"_jsxFileName"],[307,32,110,17],[308,10,110,17,"lineNumber"],[308,20,110,17],[309,10,110,17,"columnNumber"],[309,22,110,17],[310,8,110,17],[310,15,111,14],[310,16,111,15],[311,6,111,15],[312,8,111,15,"fileName"],[312,16,111,15],[312,18,111,15,"_jsxFileName"],[312,30,111,15],[313,8,111,15,"lineNumber"],[313,18,111,15],[314,8,111,15,"columnNumber"],[314,20,111,15],[315,6,111,15],[315,13,112,18],[316,4,112,19],[317,6,112,19,"fileName"],[317,14,112,19],[317,16,112,19,"_jsxFileName"],[317,28,112,19],[318,6,112,19,"lineNumber"],[318,16,112,19],[319,6,112,19,"columnNumber"],[319,18,112,19],[320,4,112,19],[320,11,113,10],[320,12,113,11],[321,2,115,0],[322,2,115,1,"_s"],[322,4,115,1],[322,5,20,9,"HomeTab"],[322,12,20,16],[323,4,20,16],[323,12,21,19,"useAuth"],[323,32,21,26],[323,33,21,26,"useAuth"],[323,40,21,26],[324,2,21,26],[325,2,21,26,"_c"],[325,4,21,26],[325,7,20,9,"HomeTab"],[325,14,20,16],[326,2,117,0],[326,11,117,9,"WalletTab"],[326,20,117,18,"WalletTab"],[326,21,117,18],[326,23,117,21],[327,4,117,21,"_s2"],[327,7,117,21],[328,4,118,2],[328,8,118,2,"_useAuth2"],[328,17,118,2],[328,20,118,19],[328,24,118,19,"useAuth"],[328,44,118,26],[328,45,118,26,"useAuth"],[328,52,118,26],[328,54,118,27],[328,55,118,28],[329,6,118,10,"user"],[329,10,118,14],[329,13,118,14,"_useAuth2"],[329,22,118,14],[329,23,118,10,"user"],[329,27,118,14],[330,4,119,2],[330,8,119,2,"_useState3"],[330,18,119,2],[330,21,119,38],[330,25,119,38,"useState"],[330,31,119,46],[330,32,119,46,"useState"],[330,40,119,46],[330,42,119,47],[330,54,119,59],[330,55,119,60],[331,6,119,60,"_useState4"],[331,16,119,60],[331,23,119,60,"_slicedToArray"],[331,37,119,60],[331,38,119,60,"default"],[331,45,119,60],[331,47,119,60,"_useState3"],[331,57,119,60],[332,6,119,9,"hezBalance"],[332,16,119,19],[332,19,119,19,"_useState4"],[332,29,119,19],[333,6,119,21,"setHezBalance"],[333,19,119,34],[333,22,119,34,"_useState4"],[333,32,119,34],[334,4,120,2],[334,8,120,2,"_useState5"],[334,18,120,2],[334,21,120,38],[334,25,120,38,"useState"],[334,31,120,46],[334,32,120,46,"useState"],[334,40,120,46],[334,42,120,47],[334,54,120,59],[334,55,120,60],[335,6,120,60,"_useState6"],[335,16,120,60],[335,23,120,60,"_slicedToArray"],[335,37,120,60],[335,38,120,60,"default"],[335,45,120,60],[335,47,120,60,"_useState5"],[335,57,120,60],[336,6,120,9,"pezBalance"],[336,16,120,19],[336,19,120,19,"_useState6"],[336,29,120,19],[337,6,120,21,"setPezBalance"],[337,19,120,34],[337,22,120,34,"_useState6"],[337,32,120,34],[338,4,121,2],[338,8,121,2,"_useState7"],[338,18,121,2],[338,21,121,32],[338,25,121,32,"useState"],[338,31,121,40],[338,32,121,40,"useState"],[338,40,121,40],[338,42,121,41],[338,46,121,45],[338,47,121,46],[339,6,121,46,"_useState8"],[339,16,121,46],[339,23,121,46,"_slicedToArray"],[339,37,121,46],[339,38,121,46,"default"],[339,45,121,46],[339,47,121,46,"_useState7"],[339,57,121,46],[340,6,121,9,"loading"],[340,13,121,16],[340,16,121,16,"_useState8"],[340,26,121,16],[341,6,121,18,"setLoading"],[341,16,121,28],[341,19,121,28,"_useState8"],[341,29,121,28],[342,4,123,2],[342,8,123,8,"TEST_WALLET"],[342,19,123,19],[342,22,123,22],[342,72,123,72],[343,4,125,2],[343,8,125,2,"useEffect"],[343,14,125,11],[343,15,125,11,"useEffect"],[343,24,125,11],[343,26,125,12],[343,32,125,18],[344,6,126,4,"fetchBalance"],[344,18,126,16],[344,19,126,17],[344,20,126,18],[345,4,127,2],[345,5,127,3],[345,7,127,5],[345,9,127,7],[345,10,127,8],[346,4,129,2],[346,8,129,8,"fetchBalance"],[346,20,129,20],[347,6,129,20],[347,10,129,20,"_ref2"],[347,15,129,20],[347,22,129,20,"_asyncToGenerator"],[347,39,129,20],[347,40,129,20,"default"],[347,47,129,20],[347,49,129,23],[347,62,129,35],[348,8,130,4],[348,12,130,8],[349,10,131,6],[349,14,131,12,"backendUrl"],[349,24,131,22],[349,27,131,25],[349,84,131,64],[349,107,131,87],[350,10,132,6],[350,14,132,12,"controller"],[350,24,132,22],[350,27,132,25],[350,31,132,29,"AbortController"],[350,46,132,44],[350,47,132,45],[350,48,132,46],[351,10,133,6],[351,14,133,12,"timeoutId"],[351,23,133,21],[351,26,133,24,"setTimeout"],[351,36,133,34],[351,37,133,35],[351,43,133,41,"controller"],[351,53,133,51],[351,54,133,52,"abort"],[351,59,133,57],[351,60,133,58],[351,61,133,59],[351,63,133,61],[351,67,133,65],[351,68,133,66],[351,69,133,67],[351,70,133,68],[353,10,135,6],[353,14,135,12,"response"],[353,22,135,20],[353,31,135,29,"fetch"],[353,36,135,34],[353,37,135,35],[353,40,135,38,"backendUrl"],[353,50,135,48],[353,75,135,73],[353,77,135,75],[354,12,136,8,"method"],[354,18,136,14],[354,20,136,16],[354,26,136,22],[355,12,137,8,"headers"],[355,19,137,15],[355,21,137,17],[356,14,138,10],[356,28,138,24],[356,30,138,26],[357,12,139,8],[357,13,139,9],[358,12,140,8,"body"],[358,16,140,12],[358,18,140,14,"JSON"],[358,22,140,18],[358,23,140,19,"stringify"],[358,32,140,28],[358,33,140,29],[359,14,141,10,"address"],[359,21,141,17],[359,23,141,19,"TEST_WALLET"],[360,12,142,8],[360,13,142,9],[360,14,142,10],[361,12,143,8,"signal"],[361,18,143,14],[361,20,143,16,"controller"],[361,30,143,26],[361,31,143,27,"signal"],[362,10,144,6],[362,11,144,7],[362,12,144,8],[363,10,146,6,"clearTimeout"],[363,22,146,18],[363,23,146,19,"timeoutId"],[363,32,146,28],[363,33,146,29],[364,10,148,6],[364,14,148,10,"response"],[364,22,148,18],[364,23,148,19,"ok"],[364,25,148,21],[364,27,148,23],[365,12,149,8],[365,16,149,14,"data"],[365,20,149,18],[365,29,149,27,"response"],[365,37,149,35],[365,38,149,36,"json"],[365,42,149,40],[365,43,149,41],[365,44,149,42],[366,12,150,8,"setHezBalance"],[366,25,150,21],[366,26,150,22,"parseFloat"],[366,36,150,32],[366,37,150,33,"data"],[366,41,150,37],[366,42,150,38,"hez"],[366,45,150,41],[366,46,150,42],[366,47,150,43,"toFixed"],[366,54,150,50],[366,55,150,51],[366,56,150,52],[366,57,150,53],[366,58,150,54],[367,12,151,8,"setPezBalance"],[367,25,151,21],[367,26,151,22,"parseFloat"],[367,36,151,32],[367,37,151,33,"data"],[367,41,151,37],[367,42,151,38,"pez"],[367,45,151,41],[367,46,151,42],[367,47,151,43,"toFixed"],[367,54,151,50],[367,55,151,51],[367,56,151,52],[367,57,151,53],[367,58,151,54],[368,10,152,6],[368,11,152,7],[368,17,152,13],[369,12,153,8,"setHezBalance"],[369,25,153,21],[369,26,153,22],[369,32,153,28],[369,33,153,29],[370,12,154,8,"setPezBalance"],[370,25,154,21],[370,26,154,22],[370,32,154,28],[370,33,154,29],[371,10,155,6],[372,8,156,4],[372,9,156,5],[372,10,156,6],[372,17,156,13,"error"],[372,22,156,18],[372,24,156,20],[373,10,157,6,"console"],[373,17,157,13],[373,18,157,14,"error"],[373,23,157,19],[373,24,157,20],[373,46,157,42],[373,48,157,44,"error"],[373,53,157,49],[373,54,157,50],[374,10,158,6,"setHezBalance"],[374,23,158,19],[374,24,158,20],[374,30,158,26],[374,31,158,27],[375,10,159,6,"setPezBalance"],[375,23,159,19],[375,24,159,20],[375,30,159,26],[375,31,159,27],[376,8,160,4],[376,9,160,5],[376,18,160,14],[377,10,161,6,"setLoading"],[377,20,161,16],[377,21,161,17],[377,26,161,22],[377,27,161,23],[378,8,162,4],[379,6,163,2],[379,7,163,3],[380,6,163,3],[380,22,129,8,"fetchBalance"],[380,34,129,20,"fetchBalance"],[380,35,129,20],[381,8,129,20],[381,15,129,20,"_ref2"],[381,20,129,20],[381,21,129,20,"apply"],[381,26,129,20],[381,33,129,20,"arguments"],[381,42,129,20],[382,6,129,20],[383,4,129,20],[383,7,163,3],[384,4,165,2],[384,24,166,4],[384,28,166,4,"_reactJsxDevRuntime"],[384,47,166,4],[384,48,166,4,"jsxDEV"],[384,54,166,4],[384,56,166,5,"_reactNative"],[384,68,166,9],[384,69,166,9,"View"],[384,73,166,9],[385,6,166,10,"style"],[385,11,166,15],[385,13,166,17,"styles"],[385,19,166,23],[385,20,166,24,"container"],[385,29,166,34],[386,6,166,34,"children"],[386,14,166,34],[386,29,167,6],[386,33,167,6,"_reactJsxDevRuntime"],[386,52,167,6],[386,53,167,6,"jsxDEV"],[386,59,167,6],[386,61,167,7,"_reactNative"],[386,73,167,17],[386,74,167,17,"ScrollView"],[386,84,167,17],[387,8,167,18,"contentContainerStyle"],[387,29,167,39],[387,31,167,41,"styles"],[387,37,167,47],[387,38,167,48,"walletScrollContent"],[387,57,167,68],[388,8,167,68,"children"],[388,16,167,68],[388,32,169,8],[388,36,169,8,"_reactJsxDevRuntime"],[388,55,169,8],[388,56,169,8,"jsxDEV"],[388,62,169,8],[388,64,169,9,"_reactNative"],[388,76,169,13],[388,77,169,13,"View"],[388,81,169,13],[389,10,169,14,"style"],[389,15,169,19],[389,17,169,21,"styles"],[389,23,169,27],[389,24,169,28,"walletHeader"],[389,36,169,41],[390,10,169,41,"children"],[390,18,169,41],[390,34,170,10],[390,38,170,10,"_reactJsxDevRuntime"],[390,57,170,10],[390,58,170,10,"jsxDEV"],[390,64,170,10],[390,66,170,11,"_reactNative"],[390,78,170,15],[390,79,170,15,"Text"],[390,83,170,15],[391,12,170,16,"style"],[391,17,170,21],[391,19,170,23,"styles"],[391,25,170,29],[391,26,170,30,"walletTitle"],[391,37,170,42],[392,12,170,42,"children"],[392,20,170,42],[392,22,170,43],[393,10,170,52],[394,12,170,52,"fileName"],[394,20,170,52],[394,22,170,52,"_jsxFileName"],[394,34,170,52],[395,12,170,52,"lineNumber"],[395,22,170,52],[396,12,170,52,"columnNumber"],[396,24,170,52],[397,10,170,52],[397,17,170,58],[397,18,170,59],[397,33,171,10],[397,37,171,10,"_reactJsxDevRuntime"],[397,56,171,10],[397,57,171,10,"jsxDEV"],[397,63,171,10],[397,65,171,11,"_reactNative"],[397,77,171,27],[397,78,171,27,"TouchableOpacity"],[397,94,171,27],[398,12,171,28,"onPress"],[398,19,171,35],[398,21,171,37,"fetchBalance"],[398,33,171,50],[399,12,171,51,"style"],[399,17,171,56],[399,19,171,58,"styles"],[399,25,171,64],[399,26,171,65,"refreshButton"],[399,39,171,79],[400,12,171,79,"children"],[400,20,171,79],[400,35,172,12],[400,39,172,12,"_reactJsxDevRuntime"],[400,58,172,12],[400,59,172,12,"jsxDEV"],[400,65,172,12],[400,67,172,13,"_expoVectorIcons"],[400,83,172,21],[400,84,172,21,"Ionicons"],[400,92,172,21],[401,14,172,22,"name"],[401,18,172,26],[401,20,172,27],[401,29,172,36],[402,14,172,37,"size"],[402,18,172,41],[402,20,172,43],[402,22,172,46],[403,14,172,47,"color"],[403,19,172,52],[403,21,172,53],[404,12,172,62],[405,14,172,62,"fileName"],[405,22,172,62],[405,24,172,62,"_jsxFileName"],[405,36,172,62],[406,14,172,62,"lineNumber"],[406,24,172,62],[407,14,172,62,"columnNumber"],[407,26,172,62],[408,12,172,62],[408,19,172,64],[409,10,172,65],[410,12,172,65,"fileName"],[410,20,172,65],[410,22,172,65,"_jsxFileName"],[410,34,172,65],[411,12,172,65,"lineNumber"],[411,22,172,65],[412,12,172,65,"columnNumber"],[412,24,172,65],[413,10,172,65],[413,17,173,28],[413,18,173,29],[414,8,173,29],[415,10,173,29,"fileName"],[415,18,173,29],[415,20,173,29,"_jsxFileName"],[415,32,173,29],[416,10,173,29,"lineNumber"],[416,20,173,29],[417,10,173,29,"columnNumber"],[417,22,173,29],[418,8,173,29],[418,15,174,14],[418,16,174,15],[418,31,177,8],[418,35,177,8,"_reactJsxDevRuntime"],[418,54,177,8],[418,55,177,8,"jsxDEV"],[418,61,177,8],[418,63,177,9,"_reactNative"],[418,75,177,13],[418,76,177,13,"View"],[418,80,177,13],[419,10,177,14,"style"],[419,15,177,19],[419,17,177,21,"styles"],[419,23,177,27],[419,24,177,28,"balanceRow"],[419,34,177,39],[420,10,177,39,"children"],[420,18,177,39],[420,34,178,10],[420,38,178,10,"_reactJsxDevRuntime"],[420,57,178,10],[420,58,178,10,"jsxDEV"],[420,64,178,10],[420,66,178,11,"_reactNative"],[420,78,178,15],[420,79,178,15,"View"],[420,83,178,15],[421,12,178,16,"style"],[421,17,178,21],[421,19,178,23,"styles"],[421,25,178,29],[421,26,178,30,"balanceCardNew"],[421,40,178,45],[422,12,178,45,"children"],[422,20,178,45],[422,36,179,12],[422,40,179,12,"_reactJsxDevRuntime"],[422,59,179,12],[422,60,179,12,"jsxDEV"],[422,66,179,12],[422,68,179,13,"_reactNative"],[422,80,179,18],[422,81,179,18,"Image"],[422,86,179,18],[423,14,180,14,"source"],[423,20,180,20],[423,22,180,22],[424,16,180,24,"uri"],[424,19,180,27],[424,21,180,29],[425,14,180,145],[425,15,180,147],[426,14,181,14,"style"],[426,19,181,19],[426,21,181,21,"styles"],[426,27,181,27],[426,28,181,28,"tokenLogoNew"],[427,12,181,41],[428,14,181,41,"fileName"],[428,22,181,41],[428,24,181,41,"_jsxFileName"],[428,36,181,41],[429,14,181,41,"lineNumber"],[429,24,181,41],[430,14,181,41,"columnNumber"],[430,26,181,41],[431,12,181,41],[431,19,182,13],[431,20,182,14],[431,35,183,12],[431,39,183,12,"_reactJsxDevRuntime"],[431,58,183,12],[431,59,183,12,"jsxDEV"],[431,65,183,12],[431,67,183,13,"_reactNative"],[431,79,183,17],[431,80,183,17,"Text"],[431,84,183,17],[432,14,183,18,"style"],[432,19,183,23],[432,21,183,25,"styles"],[432,27,183,31],[432,28,183,32,"tokenSymbolNew"],[432,42,183,47],[433,14,183,47,"children"],[433,22,183,47],[433,24,183,48],[434,12,183,51],[435,14,183,51,"fileName"],[435,22,183,51],[435,24,183,51,"_jsxFileName"],[435,36,183,51],[436,14,183,51,"lineNumber"],[436,24,183,51],[437,14,183,51,"columnNumber"],[437,26,183,51],[438,12,183,51],[438,19,183,57],[438,20,183,58],[438,35,184,12],[438,39,184,12,"_reactJsxDevRuntime"],[438,58,184,12],[438,59,184,12,"jsxDEV"],[438,65,184,12],[438,67,184,13,"_reactNative"],[438,79,184,17],[438,80,184,17,"Text"],[438,84,184,17],[439,14,184,18,"style"],[439,19,184,23],[439,21,184,25,"styles"],[439,27,184,31],[439,28,184,32,"balanceAmountNew"],[439,44,184,49],[440,14,184,49,"children"],[440,22,184,49],[440,24,184,51,"hezBalance"],[441,12,184,61],[442,14,184,61,"fileName"],[442,22,184,61],[442,24,184,61,"_jsxFileName"],[442,36,184,61],[443,14,184,61,"lineNumber"],[443,24,184,61],[444,14,184,61,"columnNumber"],[444,26,184,61],[445,12,184,61],[445,19,184,68],[445,20,184,69],[445,35,185,12],[445,39,185,12,"_reactJsxDevRuntime"],[445,58,185,12],[445,59,185,12,"jsxDEV"],[445,65,185,12],[445,67,185,13,"_reactNative"],[445,79,185,17],[445,80,185,17,"Text"],[445,84,185,17],[446,14,185,18,"style"],[446,19,185,23],[446,21,185,25,"styles"],[446,27,185,31],[446,28,185,32,"tokenNameNew"],[446,40,185,45],[447,14,185,45,"children"],[447,22,185,45],[447,24,185,46],[448,12,185,61],[449,14,185,61,"fileName"],[449,22,185,61],[449,24,185,61,"_jsxFileName"],[449,36,185,61],[450,14,185,61,"lineNumber"],[450,24,185,61],[451,14,185,61,"columnNumber"],[451,26,185,61],[452,12,185,61],[452,19,185,67],[452,20,185,68],[453,10,185,68],[454,12,185,68,"fileName"],[454,20,185,68],[454,22,185,68,"_jsxFileName"],[454,34,185,68],[455,12,185,68,"lineNumber"],[455,22,185,68],[456,12,185,68,"columnNumber"],[456,24,185,68],[457,10,185,68],[457,17,186,16],[457,18,186,17],[457,33,188,10],[457,37,188,10,"_reactJsxDevRuntime"],[457,56,188,10],[457,57,188,10,"jsxDEV"],[457,63,188,10],[457,65,188,11,"_reactNative"],[457,77,188,15],[457,78,188,15,"View"],[457,82,188,15],[458,12,188,16,"style"],[458,17,188,21],[458,19,188,23,"styles"],[458,25,188,29],[458,26,188,30,"balanceCardNew"],[458,40,188,45],[459,12,188,45,"children"],[459,20,188,45],[459,36,189,12],[459,40,189,12,"_reactJsxDevRuntime"],[459,59,189,12],[459,60,189,12,"jsxDEV"],[459,66,189,12],[459,68,189,13,"_reactNative"],[459,80,189,18],[459,81,189,18,"Image"],[459,86,189,18],[460,14,190,14,"source"],[460,20,190,20],[460,22,190,22],[461,16,190,24,"uri"],[461,19,190,27],[461,21,190,29],[462,14,190,129],[462,15,190,131],[463,14,191,14,"style"],[463,19,191,19],[463,21,191,21,"styles"],[463,27,191,27],[463,28,191,28,"tokenLogoNew"],[464,12,191,41],[465,14,191,41,"fileName"],[465,22,191,41],[465,24,191,41,"_jsxFileName"],[465,36,191,41],[466,14,191,41,"lineNumber"],[466,24,191,41],[467,14,191,41,"columnNumber"],[467,26,191,41],[468,12,191,41],[468,19,192,13],[468,20,192,14],[468,35,193,12],[468,39,193,12,"_reactJsxDevRuntime"],[468,58,193,12],[468,59,193,12,"jsxDEV"],[468,65,193,12],[468,67,193,13,"_reactNative"],[468,79,193,17],[468,80,193,17,"Text"],[468,84,193,17],[469,14,193,18,"style"],[469,19,193,23],[469,21,193,25,"styles"],[469,27,193,31],[469,28,193,32,"tokenSymbolNew"],[469,42,193,47],[470,14,193,47,"children"],[470,22,193,47],[470,24,193,48],[471,12,193,51],[472,14,193,51,"fileName"],[472,22,193,51],[472,24,193,51,"_jsxFileName"],[472,36,193,51],[473,14,193,51,"lineNumber"],[473,24,193,51],[474,14,193,51,"columnNumber"],[474,26,193,51],[475,12,193,51],[475,19,193,57],[475,20,193,58],[475,35,194,12],[475,39,194,12,"_reactJsxDevRuntime"],[475,58,194,12],[475,59,194,12,"jsxDEV"],[475,65,194,12],[475,67,194,13,"_reactNative"],[475,79,194,17],[475,80,194,17,"Text"],[475,84,194,17],[476,14,194,18,"style"],[476,19,194,23],[476,21,194,25,"styles"],[476,27,194,31],[476,28,194,32,"balanceAmountNew"],[476,44,194,49],[477,14,194,49,"children"],[477,22,194,49],[477,24,194,51,"pezBalance"],[478,12,194,61],[479,14,194,61,"fileName"],[479,22,194,61],[479,24,194,61,"_jsxFileName"],[479,36,194,61],[480,14,194,61,"lineNumber"],[480,24,194,61],[481,14,194,61,"columnNumber"],[481,26,194,61],[482,12,194,61],[482,19,194,68],[482,20,194,69],[482,35,195,12],[482,39,195,12,"_reactJsxDevRuntime"],[482,58,195,12],[482,59,195,12,"jsxDEV"],[482,65,195,12],[482,67,195,13,"_reactNative"],[482,79,195,17],[482,80,195,17,"Text"],[482,84,195,17],[483,14,195,18,"style"],[483,19,195,23],[483,21,195,25,"styles"],[483,27,195,31],[483,28,195,32,"tokenNameNew"],[483,40,195,45],[484,14,195,45,"children"],[484,22,195,45],[484,24,195,46],[485,12,195,59],[486,14,195,59,"fileName"],[486,22,195,59],[486,24,195,59,"_jsxFileName"],[486,36,195,59],[487,14,195,59,"lineNumber"],[487,24,195,59],[488,14,195,59,"columnNumber"],[488,26,195,59],[489,12,195,59],[489,19,195,65],[489,20,195,66],[490,10,195,66],[491,12,195,66,"fileName"],[491,20,195,66],[491,22,195,66,"_jsxFileName"],[491,34,195,66],[492,12,195,66,"lineNumber"],[492,22,195,66],[493,12,195,66,"columnNumber"],[493,24,195,66],[494,10,195,66],[494,17,196,16],[494,18,196,17],[495,8,196,17],[496,10,196,17,"fileName"],[496,18,196,17],[496,20,196,17,"_jsxFileName"],[496,32,196,17],[497,10,196,17,"lineNumber"],[497,20,196,17],[498,10,196,17,"columnNumber"],[498,22,196,17],[499,8,196,17],[499,15,197,14],[499,16,197,15],[499,31,200,8],[499,35,200,8,"_reactJsxDevRuntime"],[499,54,200,8],[499,55,200,8,"jsxDEV"],[499,61,200,8],[499,63,200,9,"_reactNative"],[499,75,200,13],[499,76,200,13,"View"],[499,80,200,13],[500,10,200,14,"style"],[500,15,200,19],[500,17,200,21,"styles"],[500,23,200,27],[500,24,200,28,"actionsContainer"],[500,40,200,45],[501,10,200,45,"children"],[501,18,200,45],[501,34,202,10],[501,38,202,10,"_reactJsxDevRuntime"],[501,57,202,10],[501,58,202,10,"jsxDEV"],[501,64,202,10],[501,66,202,11,"_reactNative"],[501,78,202,15],[501,79,202,15,"View"],[501,83,202,15],[502,12,202,16,"style"],[502,17,202,21],[502,19,202,23,"styles"],[502,25,202,29],[502,26,202,30,"actionsRow"],[502,36,202,41],[503,12,202,41,"children"],[503,20,202,41],[503,36,203,12],[503,40,203,12,"_reactJsxDevRuntime"],[503,59,203,12],[503,60,203,12,"jsxDEV"],[503,66,203,12],[503,68,203,13,"_reactNative"],[503,80,203,29],[503,81,203,29,"TouchableOpacity"],[503,97,203,29],[504,14,203,30,"style"],[504,19,203,35],[504,21,203,37],[504,22,203,38,"styles"],[504,28,203,44],[504,29,203,45,"actionBtn"],[504,38,203,54],[504,40,203,56],[505,16,203,57,"backgroundColor"],[505,31,203,72],[505,33,203,74],[506,14,203,83],[506,15,203,84],[506,16,203,86],[507,14,203,86,"children"],[507,22,203,86],[507,38,204,14],[507,42,204,14,"_reactJsxDevRuntime"],[507,61,204,14],[507,62,204,14,"jsxDEV"],[507,68,204,14],[507,70,204,15,"_expoVectorIcons"],[507,86,204,23],[507,87,204,23,"Ionicons"],[507,95,204,23],[508,16,204,24,"name"],[508,20,204,28],[508,22,204,29],[508,32,204,39],[509,16,204,40,"size"],[509,20,204,44],[509,22,204,46],[509,24,204,49],[510,16,204,50,"color"],[510,21,204,55],[510,23,204,56],[511,14,204,62],[512,16,204,62,"fileName"],[512,24,204,62],[512,26,204,62,"_jsxFileName"],[512,38,204,62],[513,16,204,62,"lineNumber"],[513,26,204,62],[514,16,204,62,"columnNumber"],[514,28,204,62],[515,14,204,62],[515,21,204,64],[515,22,204,65],[515,37,205,14],[515,41,205,14,"_reactJsxDevRuntime"],[515,60,205,14],[515,61,205,14,"jsxDEV"],[515,67,205,14],[515,69,205,15,"_reactNative"],[515,81,205,19],[515,82,205,19,"Text"],[515,86,205,19],[516,16,205,20,"style"],[516,21,205,25],[516,23,205,27,"styles"],[516,29,205,33],[516,30,205,34,"actionBtnText"],[516,43,205,48],[517,16,205,48,"children"],[517,24,205,48],[517,26,205,49],[518,14,205,53],[519,16,205,53,"fileName"],[519,24,205,53],[519,26,205,53,"_jsxFileName"],[519,38,205,53],[520,16,205,53,"lineNumber"],[520,26,205,53],[521,16,205,53,"columnNumber"],[521,28,205,53],[522,14,205,53],[522,21,205,59],[522,22,205,60],[523,12,205,60],[524,14,205,60,"fileName"],[524,22,205,60],[524,24,205,60,"_jsxFileName"],[524,36,205,60],[525,14,205,60,"lineNumber"],[525,24,205,60],[526,14,205,60,"columnNumber"],[526,26,205,60],[527,12,205,60],[527,19,206,30],[527,20,206,31],[527,35,207,12],[527,39,207,12,"_reactJsxDevRuntime"],[527,58,207,12],[527,59,207,12,"jsxDEV"],[527,65,207,12],[527,67,207,13,"_reactNative"],[527,79,207,29],[527,80,207,29,"TouchableOpacity"],[527,96,207,29],[528,14,207,30,"style"],[528,19,207,35],[528,21,207,37],[528,22,207,38,"styles"],[528,28,207,44],[528,29,207,45,"actionBtn"],[528,38,207,54],[528,40,207,56],[529,16,207,57,"backgroundColor"],[529,31,207,72],[529,33,207,74],[530,14,207,83],[530,15,207,84],[530,16,207,86],[531,14,207,86,"children"],[531,22,207,86],[531,38,208,14],[531,42,208,14,"_reactJsxDevRuntime"],[531,61,208,14],[531,62,208,14,"jsxDEV"],[531,68,208,14],[531,70,208,15,"_expoVectorIcons"],[531,86,208,23],[531,87,208,23,"Ionicons"],[531,95,208,23],[532,16,208,24,"name"],[532,20,208,28],[532,22,208,29],[532,34,208,41],[533,16,208,42,"size"],[533,20,208,46],[533,22,208,48],[533,24,208,51],[534,16,208,52,"color"],[534,21,208,57],[534,23,208,58],[535,14,208,64],[536,16,208,64,"fileName"],[536,24,208,64],[536,26,208,64,"_jsxFileName"],[536,38,208,64],[537,16,208,64,"lineNumber"],[537,26,208,64],[538,16,208,64,"columnNumber"],[538,28,208,64],[539,14,208,64],[539,21,208,66],[539,22,208,67],[539,37,209,14],[539,41,209,14,"_reactJsxDevRuntime"],[539,60,209,14],[539,61,209,14,"jsxDEV"],[539,67,209,14],[539,69,209,15,"_reactNative"],[539,81,209,19],[539,82,209,19,"Text"],[539,86,209,19],[540,16,209,20,"style"],[540,21,209,25],[540,23,209,27,"styles"],[540,29,209,33],[540,30,209,34,"actionBtnText"],[540,43,209,48],[541,16,209,48,"children"],[541,24,209,48],[541,26,209,49],[542,14,209,56],[543,16,209,56,"fileName"],[543,24,209,56],[543,26,209,56,"_jsxFileName"],[543,38,209,56],[544,16,209,56,"lineNumber"],[544,26,209,56],[545,16,209,56,"columnNumber"],[545,28,209,56],[546,14,209,56],[546,21,209,62],[546,22,209,63],[547,12,209,63],[548,14,209,63,"fileName"],[548,22,209,63],[548,24,209,63,"_jsxFileName"],[548,36,209,63],[549,14,209,63,"lineNumber"],[549,24,209,63],[550,14,209,63,"columnNumber"],[550,26,209,63],[551,12,209,63],[551,19,210,30],[551,20,210,31],[551,35,211,12],[551,39,211,12,"_reactJsxDevRuntime"],[551,58,211,12],[551,59,211,12,"jsxDEV"],[551,65,211,12],[551,67,211,13,"_reactNative"],[551,79,211,29],[551,80,211,29,"TouchableOpacity"],[551,96,211,29],[552,14,211,30,"style"],[552,19,211,35],[552,21,211,37],[552,22,211,38,"styles"],[552,28,211,44],[552,29,211,45,"actionBtn"],[552,38,211,54],[552,40,211,56],[553,16,211,57,"backgroundColor"],[553,31,211,72],[553,33,211,74],[554,14,211,83],[554,15,211,84],[554,16,211,86],[555,14,211,86,"children"],[555,22,211,86],[555,38,212,14],[555,42,212,14,"_reactJsxDevRuntime"],[555,61,212,14],[555,62,212,14,"jsxDEV"],[555,68,212,14],[555,70,212,15,"_expoVectorIcons"],[555,86,212,23],[555,87,212,23,"Ionicons"],[555,95,212,23],[556,16,212,24,"name"],[556,20,212,28],[556,22,212,29],[556,39,212,46],[557,16,212,47,"size"],[557,20,212,51],[557,22,212,53],[557,24,212,56],[558,16,212,57,"color"],[558,21,212,62],[558,23,212,63],[559,14,212,69],[560,16,212,69,"fileName"],[560,24,212,69],[560,26,212,69,"_jsxFileName"],[560,38,212,69],[561,16,212,69,"lineNumber"],[561,26,212,69],[562,16,212,69,"columnNumber"],[562,28,212,69],[563,14,212,69],[563,21,212,71],[563,22,212,72],[563,37,213,14],[563,41,213,14,"_reactJsxDevRuntime"],[563,60,213,14],[563,61,213,14,"jsxDEV"],[563,67,213,14],[563,69,213,15,"_reactNative"],[563,81,213,19],[563,82,213,19,"Text"],[563,86,213,19],[564,16,213,20,"style"],[564,21,213,25],[564,23,213,27,"styles"],[564,29,213,33],[564,30,213,34,"actionBtnText"],[564,43,213,48],[565,16,213,48,"children"],[565,24,213,48],[565,26,213,49],[566,14,213,53],[567,16,213,53,"fileName"],[567,24,213,53],[567,26,213,53,"_jsxFileName"],[567,38,213,53],[568,16,213,53,"lineNumber"],[568,26,213,53],[569,16,213,53,"columnNumber"],[569,28,213,53],[570,14,213,53],[570,21,213,59],[570,22,213,60],[571,12,213,60],[572,14,213,60,"fileName"],[572,22,213,60],[572,24,213,60,"_jsxFileName"],[572,36,213,60],[573,14,213,60,"lineNumber"],[573,24,213,60],[574,14,213,60,"columnNumber"],[574,26,213,60],[575,12,213,60],[575,19,214,30],[575,20,214,31],[575,35,215,12],[575,39,215,12,"_reactJsxDevRuntime"],[575,58,215,12],[575,59,215,12,"jsxDEV"],[575,65,215,12],[575,67,215,13,"_reactNative"],[575,79,215,29],[575,80,215,29,"TouchableOpacity"],[575,96,215,29],[576,14,215,30,"style"],[576,19,215,35],[576,21,215,37],[576,22,215,38,"styles"],[576,28,215,44],[576,29,215,45,"actionBtn"],[576,38,215,54],[576,40,215,56],[577,16,215,57,"backgroundColor"],[577,31,215,72],[577,33,215,74],[578,14,215,83],[578,15,215,84],[578,16,215,86],[579,14,215,86,"children"],[579,22,215,86],[579,38,216,14],[579,42,216,14,"_reactJsxDevRuntime"],[579,61,216,14],[579,62,216,14,"jsxDEV"],[579,68,216,14],[579,70,216,15,"_expoVectorIcons"],[579,86,216,23],[579,87,216,23,"Ionicons"],[579,95,216,23],[580,16,216,24,"name"],[580,20,216,28],[580,22,216,29],[580,30,216,37],[581,16,216,38,"size"],[581,20,216,42],[581,22,216,44],[581,24,216,47],[582,16,216,48,"color"],[582,21,216,53],[582,23,216,54],[583,14,216,60],[584,16,216,60,"fileName"],[584,24,216,60],[584,26,216,60,"_jsxFileName"],[584,38,216,60],[585,16,216,60,"lineNumber"],[585,26,216,60],[586,16,216,60,"columnNumber"],[586,28,216,60],[587,14,216,60],[587,21,216,62],[587,22,216,63],[587,37,217,14],[587,41,217,14,"_reactJsxDevRuntime"],[587,60,217,14],[587,61,217,14,"jsxDEV"],[587,67,217,14],[587,69,217,15,"_reactNative"],[587,81,217,19],[587,82,217,19,"Text"],[587,86,217,19],[588,16,217,20,"style"],[588,21,217,25],[588,23,217,27,"styles"],[588,29,217,33],[588,30,217,34,"actionBtnText"],[588,43,217,48],[589,16,217,48,"children"],[589,24,217,48],[589,26,217,49],[590,14,217,52],[591,16,217,52,"fileName"],[591,24,217,52],[591,26,217,52,"_jsxFileName"],[591,38,217,52],[592,16,217,52,"lineNumber"],[592,26,217,52],[593,16,217,52,"columnNumber"],[593,28,217,52],[594,14,217,52],[594,21,217,58],[594,22,217,59],[595,12,217,59],[596,14,217,59,"fileName"],[596,22,217,59],[596,24,217,59,"_jsxFileName"],[596,36,217,59],[597,14,217,59,"lineNumber"],[597,24,217,59],[598,14,217,59,"columnNumber"],[598,26,217,59],[599,12,217,59],[599,19,218,30],[599,20,218,31],[600,10,218,31],[601,12,218,31,"fileName"],[601,20,218,31],[601,22,218,31,"_jsxFileName"],[601,34,218,31],[602,12,218,31,"lineNumber"],[602,22,218,31],[603,12,218,31,"columnNumber"],[603,24,218,31],[604,10,218,31],[604,17,219,16],[604,18,219,17],[604,33,222,10],[604,37,222,10,"_reactJsxDevRuntime"],[604,56,222,10],[604,57,222,10,"jsxDEV"],[604,63,222,10],[604,65,222,11,"_reactNative"],[604,77,222,15],[604,78,222,15,"View"],[604,82,222,15],[605,12,222,16,"style"],[605,17,222,21],[605,19,222,23,"styles"],[605,25,222,29],[605,26,222,30,"actionsRow"],[605,36,222,41],[606,12,222,41,"children"],[606,20,222,41],[606,36,223,12],[606,40,223,12,"_reactJsxDevRuntime"],[606,59,223,12],[606,60,223,12,"jsxDEV"],[606,66,223,12],[606,68,223,13,"_reactNative"],[606,80,223,29],[606,81,223,29,"TouchableOpacity"],[606,97,223,29],[607,14,223,30,"style"],[607,19,223,35],[607,21,223,37],[607,22,223,38,"styles"],[607,28,223,44],[607,29,223,45,"actionBtn"],[607,38,223,54],[607,40,223,56],[608,16,223,57,"backgroundColor"],[608,31,223,72],[608,33,223,74],[609,14,223,83],[609,15,223,84],[609,16,223,86],[610,14,223,86,"children"],[610,22,223,86],[610,38,224,14],[610,42,224,14,"_reactJsxDevRuntime"],[610,61,224,14],[610,62,224,14,"jsxDEV"],[610,68,224,14],[610,70,224,15,"_expoVectorIcons"],[610,86,224,23],[610,87,224,23,"Ionicons"],[610,95,224,23],[611,16,224,24,"name"],[611,20,224,28],[611,22,224,29],[611,33,224,40],[612,16,224,41,"size"],[612,20,224,45],[612,22,224,47],[612,24,224,50],[613,16,224,51,"color"],[613,21,224,56],[613,23,224,57],[614,14,224,63],[615,16,224,63,"fileName"],[615,24,224,63],[615,26,224,63,"_jsxFileName"],[615,38,224,63],[616,16,224,63,"lineNumber"],[616,26,224,63],[617,16,224,63,"columnNumber"],[617,28,224,63],[618,14,224,63],[618,21,224,65],[618,22,224,66],[618,37,225,14],[618,41,225,14,"_reactJsxDevRuntime"],[618,60,225,14],[618,61,225,14,"jsxDEV"],[618,67,225,14],[618,69,225,15,"_reactNative"],[618,81,225,19],[618,82,225,19,"Text"],[618,86,225,19],[619,16,225,20,"style"],[619,21,225,25],[619,23,225,27,"styles"],[619,29,225,33],[619,30,225,34,"actionBtnText"],[619,43,225,48],[620,16,225,48,"children"],[620,24,225,48],[620,26,225,49],[621,14,225,53],[622,16,225,53,"fileName"],[622,24,225,53],[622,26,225,53,"_jsxFileName"],[622,38,225,53],[623,16,225,53,"lineNumber"],[623,26,225,53],[624,16,225,53,"columnNumber"],[624,28,225,53],[625,14,225,53],[625,21,225,59],[625,22,225,60],[626,12,225,60],[627,14,225,60,"fileName"],[627,22,225,60],[627,24,225,60,"_jsxFileName"],[627,36,225,60],[628,14,225,60,"lineNumber"],[628,24,225,60],[629,14,225,60,"columnNumber"],[629,26,225,60],[630,12,225,60],[630,19,226,30],[630,20,226,31],[630,35,227,12],[630,39,227,12,"_reactJsxDevRuntime"],[630,58,227,12],[630,59,227,12,"jsxDEV"],[630,65,227,12],[630,67,227,13,"_reactNative"],[630,79,227,29],[630,80,227,29,"TouchableOpacity"],[630,96,227,29],[631,14,227,30,"style"],[631,19,227,35],[631,21,227,37],[631,22,227,38,"styles"],[631,28,227,44],[631,29,227,45,"actionBtn"],[631,38,227,54],[631,40,227,56],[632,16,227,57,"backgroundColor"],[632,31,227,72],[632,33,227,74],[633,14,227,83],[633,15,227,84],[633,16,227,86],[634,14,227,86,"children"],[634,22,227,86],[634,38,228,14],[634,42,228,14,"_reactJsxDevRuntime"],[634,61,228,14],[634,62,228,14,"jsxDEV"],[634,68,228,14],[634,70,228,15,"_expoVectorIcons"],[634,86,228,23],[634,87,228,23,"Ionicons"],[634,95,228,23],[635,16,228,24,"name"],[635,20,228,28],[635,22,228,29],[635,28,228,35],[636,16,228,36,"size"],[636,20,228,40],[636,22,228,42],[636,24,228,45],[637,16,228,46,"color"],[637,21,228,51],[637,23,228,52],[638,14,228,58],[639,16,228,58,"fileName"],[639,24,228,58],[639,26,228,58,"_jsxFileName"],[639,38,228,58],[640,16,228,58,"lineNumber"],[640,26,228,58],[641,16,228,58,"columnNumber"],[641,28,228,58],[642,14,228,58],[642,21,228,60],[642,22,228,61],[642,37,229,14],[642,41,229,14,"_reactJsxDevRuntime"],[642,60,229,14],[642,61,229,14,"jsxDEV"],[642,67,229,14],[642,69,229,15,"_reactNative"],[642,81,229,19],[642,82,229,19,"Text"],[642,86,229,19],[643,16,229,20,"style"],[643,21,229,25],[643,23,229,27,"styles"],[643,29,229,33],[643,30,229,34,"actionBtnText"],[643,43,229,48],[644,16,229,48,"children"],[644,24,229,48],[644,26,229,49],[645,14,229,54],[646,16,229,54,"fileName"],[646,24,229,54],[646,26,229,54,"_jsxFileName"],[646,38,229,54],[647,16,229,54,"lineNumber"],[647,26,229,54],[648,16,229,54,"columnNumber"],[648,28,229,54],[649,14,229,54],[649,21,229,60],[649,22,229,61],[650,12,229,61],[651,14,229,61,"fileName"],[651,22,229,61],[651,24,229,61,"_jsxFileName"],[651,36,229,61],[652,14,229,61,"lineNumber"],[652,24,229,61],[653,14,229,61,"columnNumber"],[653,26,229,61],[654,12,229,61],[654,19,230,30],[654,20,230,31],[654,35,231,12],[654,39,231,12,"_reactJsxDevRuntime"],[654,58,231,12],[654,59,231,12,"jsxDEV"],[654,65,231,12],[654,67,231,13,"_reactNative"],[654,79,231,29],[654,80,231,29,"TouchableOpacity"],[654,96,231,29],[655,14,231,30,"style"],[655,19,231,35],[655,21,231,37],[655,22,231,38,"styles"],[655,28,231,44],[655,29,231,45,"actionBtn"],[655,38,231,54],[655,40,231,56],[656,16,231,57,"backgroundColor"],[656,31,231,72],[656,33,231,74],[657,14,231,83],[657,15,231,84],[657,16,231,86],[658,14,231,86,"children"],[658,22,231,86],[658,38,232,14],[658,42,232,14,"_reactJsxDevRuntime"],[658,61,232,14],[658,62,232,14,"jsxDEV"],[658,68,232,14],[658,70,232,15,"_expoVectorIcons"],[658,86,232,23],[658,87,232,23,"Ionicons"],[658,95,232,23],[659,16,232,24,"name"],[659,20,232,28],[659,22,232,29],[659,28,232,35],[660,16,232,36,"size"],[660,20,232,40],[660,22,232,42],[660,24,232,45],[661,16,232,46,"color"],[661,21,232,51],[661,23,232,52],[662,14,232,58],[663,16,232,58,"fileName"],[663,24,232,58],[663,26,232,58,"_jsxFileName"],[663,38,232,58],[664,16,232,58,"lineNumber"],[664,26,232,58],[665,16,232,58,"columnNumber"],[665,28,232,58],[666,14,232,58],[666,21,232,60],[666,22,232,61],[666,37,233,14],[666,41,233,14,"_reactJsxDevRuntime"],[666,60,233,14],[666,61,233,14,"jsxDEV"],[666,67,233,14],[666,69,233,15,"_reactNative"],[666,81,233,19],[666,82,233,19,"Text"],[666,86,233,19],[667,16,233,20,"style"],[667,21,233,25],[667,23,233,27,"styles"],[667,29,233,33],[667,30,233,34,"actionBtnText"],[667,43,233,48],[668,16,233,48,"children"],[668,24,233,48],[668,26,233,49],[669,14,233,56],[670,16,233,56,"fileName"],[670,24,233,56],[670,26,233,56,"_jsxFileName"],[670,38,233,56],[671,16,233,56,"lineNumber"],[671,26,233,56],[672,16,233,56,"columnNumber"],[672,28,233,56],[673,14,233,56],[673,21,233,62],[673,22,233,63],[674,12,233,63],[675,14,233,63,"fileName"],[675,22,233,63],[675,24,233,63,"_jsxFileName"],[675,36,233,63],[676,14,233,63,"lineNumber"],[676,24,233,63],[677,14,233,63,"columnNumber"],[677,26,233,63],[678,12,233,63],[678,19,234,30],[678,20,234,31],[678,35,235,12],[678,39,235,12,"_reactJsxDevRuntime"],[678,58,235,12],[678,59,235,12,"jsxDEV"],[678,65,235,12],[678,67,235,13,"_reactNative"],[678,79,235,29],[678,80,235,29,"TouchableOpacity"],[678,96,235,29],[679,14,235,30,"style"],[679,19,235,35],[679,21,235,37],[679,22,235,38,"styles"],[679,28,235,44],[679,29,235,45,"actionBtn"],[679,38,235,54],[679,40,235,56],[680,16,235,57,"backgroundColor"],[680,31,235,72],[680,33,235,74],[681,14,235,83],[681,15,235,84],[681,16,235,86],[682,14,235,86,"children"],[682,22,235,86],[682,38,236,14],[682,42,236,14,"_reactJsxDevRuntime"],[682,61,236,14],[682,62,236,14,"jsxDEV"],[682,68,236,14],[682,70,236,15,"_expoVectorIcons"],[682,86,236,23],[682,87,236,23,"Ionicons"],[682,95,236,23],[683,16,236,24,"name"],[683,20,236,28],[683,22,236,29],[683,28,236,35],[684,16,236,36,"size"],[684,20,236,40],[684,22,236,42],[684,24,236,45],[685,16,236,46,"color"],[685,21,236,51],[685,23,236,52],[686,14,236,58],[687,16,236,58,"fileName"],[687,24,236,58],[687,26,236,58,"_jsxFileName"],[687,38,236,58],[688,16,236,58,"lineNumber"],[688,26,236,58],[689,16,236,58,"columnNumber"],[689,28,236,58],[690,14,236,58],[690,21,236,60],[690,22,236,61],[690,37,237,14],[690,41,237,14,"_reactJsxDevRuntime"],[690,60,237,14],[690,61,237,14,"jsxDEV"],[690,67,237,14],[690,69,237,15,"_reactNative"],[690,81,237,19],[690,82,237,19,"Text"],[690,86,237,19],[691,16,237,20,"style"],[691,21,237,25],[691,23,237,27,"styles"],[691,29,237,33],[691,30,237,34,"actionBtnText"],[691,43,237,48],[692,16,237,48,"children"],[692,24,237,48],[692,26,237,49],[693,14,237,56],[694,16,237,56,"fileName"],[694,24,237,56],[694,26,237,56,"_jsxFileName"],[694,38,237,56],[695,16,237,56,"lineNumber"],[695,26,237,56],[696,16,237,56,"columnNumber"],[696,28,237,56],[697,14,237,56],[697,21,237,62],[697,22,237,63],[698,12,237,63],[699,14,237,63,"fileName"],[699,22,237,63],[699,24,237,63,"_jsxFileName"],[699,36,237,63],[700,14,237,63,"lineNumber"],[700,24,237,63],[701,14,237,63,"columnNumber"],[701,26,237,63],[702,12,237,63],[702,19,238,30],[702,20,238,31],[703,10,238,31],[704,12,238,31,"fileName"],[704,20,238,31],[704,22,238,31,"_jsxFileName"],[704,34,238,31],[705,12,238,31,"lineNumber"],[705,22,238,31],[706,12,238,31,"columnNumber"],[706,24,238,31],[707,10,238,31],[707,17,239,16],[707,18,239,17],[708,8,239,17],[709,10,239,17,"fileName"],[709,18,239,17],[709,20,239,17,"_jsxFileName"],[709,32,239,17],[710,10,239,17,"lineNumber"],[710,20,239,17],[711,10,239,17,"columnNumber"],[711,22,239,17],[712,8,239,17],[712,15,240,14],[712,16,240,15],[712,31,243,8],[712,35,243,8,"_reactJsxDevRuntime"],[712,54,243,8],[712,55,243,8,"jsxDEV"],[712,61,243,8],[712,63,243,9,"_reactNative"],[712,75,243,13],[712,76,243,13,"View"],[712,80,243,13],[713,10,243,14,"style"],[713,15,243,19],[713,17,243,21,"styles"],[713,23,243,27],[713,24,243,28,"tokensContainer"],[713,39,243,44],[714,10,243,44,"children"],[714,18,243,44],[714,34,244,10],[714,38,244,10,"_reactJsxDevRuntime"],[714,57,244,10],[714,58,244,10,"jsxDEV"],[714,64,244,10],[714,66,244,11,"_reactNative"],[714,78,244,15],[714,79,244,15,"Text"],[714,83,244,15],[715,12,244,16,"style"],[715,17,244,21],[715,19,244,23,"styles"],[715,25,244,29],[715,26,244,30,"tokensTitle"],[715,37,244,42],[716,12,244,42,"children"],[716,20,244,42],[716,22,244,43],[717,10,244,49],[718,12,244,49,"fileName"],[718,20,244,49],[718,22,244,49,"_jsxFileName"],[718,34,244,49],[719,12,244,49,"lineNumber"],[719,22,244,49],[720,12,244,49,"columnNumber"],[720,24,244,49],[721,10,244,49],[721,17,244,55],[721,18,244,56],[721,33,247,10],[721,37,247,10,"_reactJsxDevRuntime"],[721,56,247,10],[721,57,247,10,"jsxDEV"],[721,63,247,10],[721,65,247,11,"_reactNative"],[721,77,247,15],[721,78,247,15,"View"],[721,82,247,15],[722,12,247,16,"style"],[722,17,247,21],[722,19,247,23,"styles"],[722,25,247,29],[722,26,247,30,"tokenItem"],[722,35,247,40],[723,12,247,40,"children"],[723,20,247,40],[723,36,248,12],[723,40,248,12,"_reactJsxDevRuntime"],[723,59,248,12],[723,60,248,12,"jsxDEV"],[723,66,248,12],[723,68,248,13,"_reactNative"],[723,80,248,17],[723,81,248,17,"View"],[723,85,248,17],[724,14,248,18,"style"],[724,19,248,23],[724,21,248,25,"styles"],[724,27,248,31],[724,28,248,32,"tokenItemLeft"],[724,41,248,46],[725,14,248,46,"children"],[725,22,248,46],[725,38,249,14],[725,42,249,14,"_reactJsxDevRuntime"],[725,61,249,14],[725,62,249,14,"jsxDEV"],[725,68,249,14],[725,70,249,15,"_reactNative"],[725,82,249,19],[725,83,249,19,"View"],[725,87,249,19],[726,16,249,20,"style"],[726,21,249,25],[726,23,249,27,"styles"],[726,29,249,33],[726,30,249,34,"tokenIconContainer"],[726,48,249,53],[727,16,249,53,"children"],[727,24,249,53],[727,40,250,16],[727,44,250,16,"_reactJsxDevRuntime"],[727,63,250,16],[727,64,250,16,"jsxDEV"],[727,70,250,16],[727,72,250,17,"_reactNative"],[727,84,250,22],[727,85,250,22,"Image"],[727,90,250,22],[728,18,251,18,"source"],[728,24,251,24],[728,26,251,26],[729,20,251,28,"uri"],[729,23,251,31],[729,25,251,33],[730,18,251,134],[730,19,251,136],[731,18,252,18,"style"],[731,23,252,23],[731,25,252,25,"styles"],[731,31,252,31],[731,32,252,32,"tokenIcon"],[732,16,252,42],[733,18,252,42,"fileName"],[733,26,252,42],[733,28,252,42,"_jsxFileName"],[733,40,252,42],[734,18,252,42,"lineNumber"],[734,28,252,42],[735,18,252,42,"columnNumber"],[735,30,252,42],[736,16,252,42],[736,23,253,17],[736,24,253,18],[736,39,254,16],[736,43,254,16,"_reactJsxDevRuntime"],[736,62,254,16],[736,63,254,16,"jsxDEV"],[736,69,254,16],[736,71,254,17,"_reactNative"],[736,83,254,22],[736,84,254,22,"Image"],[736,89,254,22],[737,18,255,18,"source"],[737,24,255,24],[737,26,255,26],[738,20,255,28,"uri"],[738,23,255,31],[738,25,255,33],[739,18,255,133],[739,19,255,135],[740,18,256,18,"style"],[740,23,256,23],[740,25,256,25,"styles"],[740,31,256,31],[740,32,256,32,"networkBadge"],[741,16,256,45],[742,18,256,45,"fileName"],[742,26,256,45],[742,28,256,45,"_jsxFileName"],[742,40,256,45],[743,18,256,45,"lineNumber"],[743,28,256,45],[744,18,256,45,"columnNumber"],[744,30,256,45],[745,16,256,45],[745,23,257,17],[745,24,257,18],[746,14,257,18],[747,16,257,18,"fileName"],[747,24,257,18],[747,26,257,18,"_jsxFileName"],[747,38,257,18],[748,16,257,18,"lineNumber"],[748,26,257,18],[749,16,257,18,"columnNumber"],[749,28,257,18],[750,14,257,18],[750,21,258,20],[750,22,258,21],[750,37,259,14],[750,41,259,14,"_reactJsxDevRuntime"],[750,60,259,14],[750,61,259,14,"jsxDEV"],[750,67,259,14],[750,69,259,15,"_reactNative"],[750,81,259,19],[750,82,259,19,"View"],[750,86,259,19],[751,16,259,19,"children"],[751,24,259,19],[751,40,260,16],[751,44,260,16,"_reactJsxDevRuntime"],[751,63,260,16],[751,64,260,16,"jsxDEV"],[751,70,260,16],[751,72,260,17,"_reactNative"],[751,84,260,21],[751,85,260,21,"Text"],[751,89,260,21],[752,18,260,22,"style"],[752,23,260,27],[752,25,260,29,"styles"],[752,31,260,35],[752,32,260,36,"tokenItemName"],[752,45,260,50],[753,18,260,50,"children"],[753,26,260,50],[753,28,260,51],[754,16,260,55],[755,18,260,55,"fileName"],[755,26,260,55],[755,28,260,55,"_jsxFileName"],[755,40,260,55],[756,18,260,55,"lineNumber"],[756,28,260,55],[757,18,260,55,"columnNumber"],[757,30,260,55],[758,16,260,55],[758,23,260,61],[758,24,260,62],[758,39,261,16],[758,43,261,16,"_reactJsxDevRuntime"],[758,62,261,16],[758,63,261,16,"jsxDEV"],[758,69,261,16],[758,71,261,17,"_reactNative"],[758,83,261,21],[758,84,261,21,"Text"],[758,88,261,21],[759,18,261,22,"style"],[759,23,261,27],[759,25,261,29,"styles"],[759,31,261,35],[759,32,261,36,"tokenItemNetwork"],[759,48,261,53],[760,18,261,53,"children"],[760,26,261,53],[760,28,261,54],[761,16,261,65],[762,18,261,65,"fileName"],[762,26,261,65],[762,28,261,65,"_jsxFileName"],[762,40,261,65],[763,18,261,65,"lineNumber"],[763,28,261,65],[764,18,261,65,"columnNumber"],[764,30,261,65],[765,16,261,65],[765,23,261,71],[765,24,261,72],[766,14,261,72],[767,16,261,72,"fileName"],[767,24,261,72],[767,26,261,72,"_jsxFileName"],[767,38,261,72],[768,16,261,72,"lineNumber"],[768,26,261,72],[769,16,261,72,"columnNumber"],[769,28,261,72],[770,14,261,72],[770,21,262,20],[770,22,262,21],[771,12,262,21],[772,14,262,21,"fileName"],[772,22,262,21],[772,24,262,21,"_jsxFileName"],[772,36,262,21],[773,14,262,21,"lineNumber"],[773,24,262,21],[774,14,262,21,"columnNumber"],[774,26,262,21],[775,12,262,21],[775,19,263,18],[775,20,263,19],[775,35,264,12],[775,39,264,12,"_reactJsxDevRuntime"],[775,58,264,12],[775,59,264,12,"jsxDEV"],[775,65,264,12],[775,67,264,13,"_reactNative"],[775,79,264,17],[775,80,264,17,"View"],[775,84,264,17],[776,14,264,18,"style"],[776,19,264,23],[776,21,264,25,"styles"],[776,27,264,31],[776,28,264,32,"tokenItemRight"],[776,42,264,47],[777,14,264,47,"children"],[777,22,264,47],[777,38,265,14],[777,42,265,14,"_reactJsxDevRuntime"],[777,61,265,14],[777,62,265,14,"jsxDEV"],[777,68,265,14],[777,70,265,15,"_reactNative"],[777,82,265,19],[777,83,265,19,"Text"],[777,87,265,19],[778,16,265,20,"style"],[778,21,265,25],[778,23,265,27,"styles"],[778,29,265,33],[778,30,265,34,"tokenItemBalance"],[778,46,265,51],[779,16,265,51,"children"],[779,24,265,51],[779,26,265,52],[780,14,265,53],[781,16,265,53,"fileName"],[781,24,265,53],[781,26,265,53,"_jsxFileName"],[781,38,265,53],[782,16,265,53,"lineNumber"],[782,26,265,53],[783,16,265,53,"columnNumber"],[783,28,265,53],[784,14,265,53],[784,21,265,59],[784,22,265,60],[784,37,266,14],[784,41,266,14,"_reactJsxDevRuntime"],[784,60,266,14],[784,61,266,14,"jsxDEV"],[784,67,266,14],[784,69,266,15,"_reactNative"],[784,81,266,19],[784,82,266,19,"Text"],[784,86,266,19],[785,16,266,20,"style"],[785,21,266,25],[785,23,266,27,"styles"],[785,29,266,33],[785,30,266,34,"tokenItemUsd"],[785,42,266,47],[786,16,266,47,"children"],[786,24,266,47],[786,26,266,48],[787,14,266,50],[788,16,266,50,"fileName"],[788,24,266,50],[788,26,266,50,"_jsxFileName"],[788,38,266,50],[789,16,266,50,"lineNumber"],[789,26,266,50],[790,16,266,50,"columnNumber"],[790,28,266,50],[791,14,266,50],[791,21,266,56],[791,22,266,57],[792,12,266,57],[793,14,266,57,"fileName"],[793,22,266,57],[793,24,266,57,"_jsxFileName"],[793,36,266,57],[794,14,266,57,"lineNumber"],[794,24,266,57],[795,14,266,57,"columnNumber"],[795,26,266,57],[796,12,266,57],[796,19,267,18],[796,20,267,19],[797,10,267,19],[798,12,267,19,"fileName"],[798,20,267,19],[798,22,267,19,"_jsxFileName"],[798,34,267,19],[799,12,267,19,"lineNumber"],[799,22,267,19],[800,12,267,19,"columnNumber"],[800,24,267,19],[801,10,267,19],[801,17,268,16],[801,18,268,17],[802,8,268,17],[803,10,268,17,"fileName"],[803,18,268,17],[803,20,268,17,"_jsxFileName"],[803,32,268,17],[804,10,268,17,"lineNumber"],[804,20,268,17],[805,10,268,17,"columnNumber"],[805,22,268,17],[806,8,268,17],[806,15,271,14],[806,16,271,15],[807,6,271,15],[808,8,271,15,"fileName"],[808,16,271,15],[808,18,271,15,"_jsxFileName"],[808,30,271,15],[809,8,271,15,"lineNumber"],[809,18,271,15],[810,8,271,15,"columnNumber"],[810,20,271,15],[811,6,271,15],[811,13,272,18],[812,4,272,19],[813,6,272,19,"fileName"],[813,14,272,19],[813,16,272,19,"_jsxFileName"],[813,28,272,19],[814,6,272,19,"lineNumber"],[814,16,272,19],[815,6,272,19,"columnNumber"],[815,18,272,19],[816,4,272,19],[816,11,273,10],[816,12,273,11],[817,2,275,0],[818,2,275,1,"_s2"],[818,5,275,1],[818,6,117,9,"WalletTab"],[818,15,117,18],[819,4,117,18],[819,12,118,19,"useAuth"],[819,32,118,26],[819,33,118,26,"useAuth"],[819,40,118,26],[820,2,118,26],[821,2,118,26,"_c2"],[821,5,118,26],[821,8,117,9,"WalletTab"],[821,17,117,18],[822,2,277,0],[822,11,277,9,"CitizensTab"],[822,22,277,20,"CitizensTab"],[822,23,277,20],[822,25,277,23],[823,4,278,2],[823,24,279,4],[823,28,279,4,"_reactJsxDevRuntime"],[823,47,279,4],[823,48,279,4,"jsxDEV"],[823,54,279,4],[823,56,279,5,"_reactNative"],[823,68,279,9],[823,69,279,9,"View"],[823,73,279,9],[824,6,279,10,"style"],[824,11,279,15],[824,13,279,17,"styles"],[824,19,279,23],[824,20,279,24,"container"],[824,29,279,34],[825,6,279,34,"children"],[825,14,279,34],[825,29,280,6],[825,33,280,6,"_reactJsxDevRuntime"],[825,52,280,6],[825,53,280,6,"jsxDEV"],[825,59,280,6],[825,61,280,7,"_reactNative"],[825,73,280,11],[825,74,280,11,"Text"],[825,78,280,11],[826,8,280,12,"style"],[826,13,280,17],[826,15,280,19,"styles"],[826,21,280,25],[826,22,280,26,"placeholderText"],[826,37,280,42],[827,8,280,42,"children"],[827,16,280,42],[827,18,280,43],[828,6,280,58],[829,8,280,58,"fileName"],[829,16,280,58],[829,18,280,58,"_jsxFileName"],[829,30,280,58],[830,8,280,58,"lineNumber"],[830,18,280,58],[831,8,280,58,"columnNumber"],[831,20,280,58],[832,6,280,58],[832,13,280,64],[833,4,280,65],[834,6,280,65,"fileName"],[834,14,280,65],[834,16,280,65,"_jsxFileName"],[834,28,280,65],[835,6,280,65,"lineNumber"],[835,16,280,65],[836,6,280,65,"columnNumber"],[836,18,280,65],[837,4,280,65],[837,11,281,10],[837,12,281,11],[838,2,283,0],[839,2,283,1,"_c3"],[839,5,283,1],[839,8,277,9,"CitizensTab"],[839,19,277,20],[840,2,285,0],[840,11,285,9,"ReferralTab"],[840,22,285,20,"ReferralTab"],[840,23,285,20],[840,25,285,23],[841,4,286,2],[841,24,287,4],[841,28,287,4,"_reactJsxDevRuntime"],[841,47,287,4],[841,48,287,4,"jsxDEV"],[841,54,287,4],[841,56,287,5,"_reactNative"],[841,68,287,9],[841,69,287,9,"View"],[841,73,287,9],[842,6,287,10,"style"],[842,11,287,15],[842,13,287,17,"styles"],[842,19,287,23],[842,20,287,24,"container"],[842,29,287,34],[843,6,287,34,"children"],[843,14,287,34],[843,29,288,6],[843,33,288,6,"_reactJsxDevRuntime"],[843,52,288,6],[843,53,288,6,"jsxDEV"],[843,59,288,6],[843,61,288,7,"_reactNative"],[843,73,288,11],[843,74,288,11,"Text"],[843,78,288,11],[844,8,288,12,"style"],[844,13,288,17],[844,15,288,19,"styles"],[844,21,288,25],[844,22,288,26,"placeholderText"],[844,37,288,42],[845,8,288,42,"children"],[845,16,288,42],[845,18,288,43],[846,6,288,58],[847,8,288,58,"fileName"],[847,16,288,58],[847,18,288,58,"_jsxFileName"],[847,30,288,58],[848,8,288,58,"lineNumber"],[848,18,288,58],[849,8,288,58,"columnNumber"],[849,20,288,58],[850,6,288,58],[850,13,288,64],[851,4,288,65],[852,6,288,65,"fileName"],[852,14,288,65],[852,16,288,65,"_jsxFileName"],[852,28,288,65],[853,6,288,65,"lineNumber"],[853,16,288,65],[854,6,288,65,"columnNumber"],[854,18,288,65],[855,4,288,65],[855,11,289,10],[855,12,289,11],[856,2,291,0],[857,2,291,1,"_c4"],[857,5,291,1],[857,8,285,9,"ReferralTab"],[857,19,285,20],[858,2,293,0],[858,11,293,9,"ProfileTab"],[858,21,293,19,"ProfileTab"],[858,22,293,19],[858,24,293,22],[859,4,294,2],[859,24,295,4],[859,28,295,4,"_reactJsxDevRuntime"],[859,47,295,4],[859,48,295,4,"jsxDEV"],[859,54,295,4],[859,56,295,5,"_reactNative"],[859,68,295,9],[859,69,295,9,"View"],[859,73,295,9],[860,6,295,10,"style"],[860,11,295,15],[860,13,295,17,"styles"],[860,19,295,23],[860,20,295,24,"container"],[860,29,295,34],[861,6,295,34,"children"],[861,14,295,34],[861,29,296,6],[861,33,296,6,"_reactJsxDevRuntime"],[861,52,296,6],[861,53,296,6,"jsxDEV"],[861,59,296,6],[861,61,296,7,"_reactNative"],[861,73,296,11],[861,74,296,11,"Text"],[861,78,296,11],[862,8,296,12,"style"],[862,13,296,17],[862,15,296,19,"styles"],[862,21,296,25],[862,22,296,26,"placeholderText"],[862,37,296,42],[863,8,296,42,"children"],[863,16,296,42],[863,18,296,43],[864,6,296,57],[865,8,296,57,"fileName"],[865,16,296,57],[865,18,296,57,"_jsxFileName"],[865,30,296,57],[866,8,296,57,"lineNumber"],[866,18,296,57],[867,8,296,57,"columnNumber"],[867,20,296,57],[868,6,296,57],[868,13,296,63],[869,4,296,64],[870,6,296,64,"fileName"],[870,14,296,64],[870,16,296,64,"_jsxFileName"],[870,28,296,64],[871,6,296,64,"lineNumber"],[871,16,296,64],[872,6,296,64,"columnNumber"],[872,18,296,64],[873,4,296,64],[873,11,297,10],[873,12,297,11],[874,2,299,0],[875,2,299,1,"_c5"],[875,5,299,1],[875,8,293,9,"ProfileTab"],[875,18,293,19],[876,2,301,0],[876,6,301,6,"Tab"],[876,9,301,9],[876,12,301,12],[876,16,301,12,"createBottomTabNavigator"],[876,42,301,36],[876,43,301,36,"createBottomTabNavigator"],[876,67,301,36],[876,69,301,37],[876,70,301,38],[877,2,303,15],[877,11,303,24,"HomeScreen"],[877,21,303,34,"HomeScreen"],[877,22,303,34],[877,24,303,37],[878,4,304,2],[878,24,305,4],[878,28,305,4,"_reactJsxDevRuntime"],[878,47,305,4],[878,48,305,4,"jsxDEV"],[878,54,305,4],[878,56,305,5,"Tab"],[878,59,305,8],[878,60,305,9,"Navigator"],[878,69,305,18],[879,6,306,6,"screenOptions"],[879,19,306,19],[879,21,306,21],[880,8,307,8,"headerShown"],[880,19,307,19],[880,21,307,21],[880,26,307,26],[881,8,308,8,"tabBarActiveTintColor"],[881,29,308,29],[881,31,308,31],[881,40,308,40],[882,8,309,8,"tabBarInactiveTintColor"],[882,31,309,31],[882,33,309,33],[882,42,309,42],[883,8,310,8,"tabBarStyle"],[883,19,310,19],[883,21,310,21,"styles"],[883,27,310,27],[883,28,310,28,"tabBar"],[884,6,311,6],[884,7,311,8],[885,6,311,8,"children"],[885,14,311,8],[885,30,313,6],[885,34,313,6,"_reactJsxDevRuntime"],[885,53,313,6],[885,54,313,6,"jsxDEV"],[885,60,313,6],[885,62,313,7,"Tab"],[885,65,313,10],[885,66,313,11,"Screen"],[885,72,313,17],[886,8,314,8,"name"],[886,12,314,12],[886,14,314,13],[886,23,314,22],[887,8,315,8,"component"],[887,17,315,17],[887,19,315,19,"HomeTab"],[887,26,315,27],[888,8,316,8,"options"],[888,15,316,15],[888,17,316,17],[889,10,317,10,"tabBarLabel"],[889,21,317,21],[889,23,317,23],[889,29,317,29],[890,10,318,10,"tabBarIcon"],[890,20,318,20],[890,22,318,22,"_ref3"],[890,27,318,22],[891,12,318,22],[891,16,318,25,"color"],[891,21,318,30],[891,24,318,30,"_ref3"],[891,29,318,30],[891,30,318,25,"color"],[891,35,318,30],[892,14,318,32,"size"],[892,18,318,36],[892,21,318,36,"_ref3"],[892,26,318,36],[892,27,318,32,"size"],[892,31,318,36],[893,12,318,36],[893,32,319,12],[893,36,319,12,"_reactJsxDevRuntime"],[893,55,319,12],[893,56,319,12,"jsxDEV"],[893,62,319,12],[893,64,319,13,"_expoVectorIcons"],[893,80,319,21],[893,81,319,21,"Ionicons"],[893,89,319,21],[894,14,319,22,"name"],[894,18,319,26],[894,20,319,27],[894,26,319,33],[895,14,319,34,"size"],[895,18,319,38],[895,20,319,40,"size"],[895,24,319,45],[896,14,319,46,"color"],[896,19,319,51],[896,21,319,53,"color"],[897,12,319,59],[898,14,319,59,"fileName"],[898,22,319,59],[898,24,319,59,"_jsxFileName"],[898,36,319,59],[899,14,319,59,"lineNumber"],[899,24,319,59],[900,14,319,59,"columnNumber"],[900,26,319,59],[901,12,319,59],[901,19,319,61],[901,20,319,62],[902,10,319,62],[903,8,321,8],[904,6,321,10],[905,8,321,10,"fileName"],[905,16,321,10],[905,18,321,10,"_jsxFileName"],[905,30,321,10],[906,8,321,10,"lineNumber"],[906,18,321,10],[907,8,321,10,"columnNumber"],[907,20,321,10],[908,6,321,10],[908,13,322,7],[908,14,322,8],[908,29,323,6],[908,33,323,6,"_reactJsxDevRuntime"],[908,52,323,6],[908,53,323,6,"jsxDEV"],[908,59,323,6],[908,61,323,7,"Tab"],[908,64,323,10],[908,65,323,11,"Screen"],[908,71,323,17],[909,8,324,8,"name"],[909,12,324,12],[909,14,324,13],[909,22,324,21],[910,8,325,8,"component"],[910,17,325,17],[910,19,325,19,"WalletTab"],[910,28,325,29],[911,8,326,8,"options"],[911,15,326,15],[911,17,326,17],[912,10,327,10,"tabBarLabel"],[912,21,327,21],[912,23,327,23],[912,31,327,31],[913,10,328,10,"tabBarIcon"],[913,20,328,20],[913,22,328,22,"_ref4"],[913,27,328,22],[914,12,328,22],[914,16,328,25,"color"],[914,21,328,30],[914,24,328,30,"_ref4"],[914,29,328,30],[914,30,328,25,"color"],[914,35,328,30],[915,14,328,32,"size"],[915,18,328,36],[915,21,328,36,"_ref4"],[915,26,328,36],[915,27,328,32,"size"],[915,31,328,36],[916,12,328,36],[916,32,329,12],[916,36,329,12,"_reactJsxDevRuntime"],[916,55,329,12],[916,56,329,12,"jsxDEV"],[916,62,329,12],[916,64,329,13,"_expoVectorIcons"],[916,80,329,21],[916,81,329,21,"Ionicons"],[916,89,329,21],[917,14,329,22,"name"],[917,18,329,26],[917,20,329,27],[917,28,329,35],[918,14,329,36,"size"],[918,18,329,40],[918,20,329,42,"size"],[918,24,329,47],[919,14,329,48,"color"],[919,19,329,53],[919,21,329,55,"color"],[920,12,329,61],[921,14,329,61,"fileName"],[921,22,329,61],[921,24,329,61,"_jsxFileName"],[921,36,329,61],[922,14,329,61,"lineNumber"],[922,24,329,61],[923,14,329,61,"columnNumber"],[923,26,329,61],[924,12,329,61],[924,19,329,63],[924,20,329,64],[925,10,329,64],[926,8,331,8],[927,6,331,10],[928,8,331,10,"fileName"],[928,16,331,10],[928,18,331,10,"_jsxFileName"],[928,30,331,10],[929,8,331,10,"lineNumber"],[929,18,331,10],[930,8,331,10,"columnNumber"],[930,20,331,10],[931,6,331,10],[931,13,332,7],[931,14,332,8],[931,29,333,6],[931,33,333,6,"_reactJsxDevRuntime"],[931,52,333,6],[931,53,333,6,"jsxDEV"],[931,59,333,6],[931,61,333,7,"Tab"],[931,64,333,10],[931,65,333,11,"Screen"],[931,71,333,17],[932,8,334,8,"name"],[932,12,334,12],[932,14,334,13],[932,24,334,23],[933,8,335,8,"component"],[933,17,335,17],[933,19,335,19,"CitizensTab"],[933,30,335,31],[934,8,336,8,"options"],[934,15,336,15],[934,17,336,17],[935,10,337,10,"tabBarLabel"],[935,21,337,21],[935,23,337,23],[935,33,337,33],[936,10,338,10,"tabBarIcon"],[936,20,338,20],[936,22,338,22,"_ref5"],[936,27,338,22],[937,12,338,22],[937,16,338,25,"color"],[937,21,338,30],[937,24,338,30,"_ref5"],[937,29,338,30],[937,30,338,25,"color"],[937,35,338,30],[938,14,338,32,"size"],[938,18,338,36],[938,21,338,36,"_ref5"],[938,26,338,36],[938,27,338,32,"size"],[938,31,338,36],[939,12,338,36],[939,32,339,12],[939,36,339,12,"_reactJsxDevRuntime"],[939,55,339,12],[939,56,339,12,"jsxDEV"],[939,62,339,12],[939,64,339,13,"_expoVectorIcons"],[939,80,339,21],[939,81,339,21,"Ionicons"],[939,89,339,21],[940,14,339,22,"name"],[940,18,339,26],[940,20,339,27],[940,28,339,35],[941,14,339,36,"size"],[941,18,339,40],[941,20,339,42,"size"],[941,24,339,47],[942,14,339,48,"color"],[942,19,339,53],[942,21,339,55,"color"],[943,12,339,61],[944,14,339,61,"fileName"],[944,22,339,61],[944,24,339,61,"_jsxFileName"],[944,36,339,61],[945,14,339,61,"lineNumber"],[945,24,339,61],[946,14,339,61,"columnNumber"],[946,26,339,61],[947,12,339,61],[947,19,339,63],[947,20,339,64],[948,10,339,64],[949,8,341,8],[950,6,341,10],[951,8,341,10,"fileName"],[951,16,341,10],[951,18,341,10,"_jsxFileName"],[951,30,341,10],[952,8,341,10,"lineNumber"],[952,18,341,10],[953,8,341,10,"columnNumber"],[953,20,341,10],[954,6,341,10],[954,13,342,7],[954,14,342,8],[954,29,343,6],[954,33,343,6,"_reactJsxDevRuntime"],[954,52,343,6],[954,53,343,6,"jsxDEV"],[954,59,343,6],[954,61,343,7,"Tab"],[954,64,343,10],[954,65,343,11,"Screen"],[954,71,343,17],[955,8,344,8,"name"],[955,12,344,12],[955,14,344,13],[955,24,344,23],[956,8,345,8,"component"],[956,17,345,17],[956,19,345,19,"ReferralTab"],[956,30,345,31],[957,8,346,8,"options"],[957,15,346,15],[957,17,346,17],[958,10,347,10,"tabBarLabel"],[958,21,347,21],[958,23,347,23],[958,33,347,33],[959,10,348,10,"tabBarIcon"],[959,20,348,20],[959,22,348,22,"_ref6"],[959,27,348,22],[960,12,348,22],[960,16,348,25,"color"],[960,21,348,30],[960,24,348,30,"_ref6"],[960,29,348,30],[960,30,348,25,"color"],[960,35,348,30],[961,14,348,32,"size"],[961,18,348,36],[961,21,348,36,"_ref6"],[961,26,348,36],[961,27,348,32,"size"],[961,31,348,36],[962,12,348,36],[962,32,349,12],[962,36,349,12,"_reactJsxDevRuntime"],[962,55,349,12],[962,56,349,12,"jsxDEV"],[962,62,349,12],[962,64,349,13,"_expoVectorIcons"],[962,80,349,21],[962,81,349,21,"Ionicons"],[962,89,349,21],[963,14,349,22,"name"],[963,18,349,26],[963,20,349,27],[963,26,349,33],[964,14,349,34,"size"],[964,18,349,38],[964,20,349,40,"size"],[964,24,349,45],[965,14,349,46,"color"],[965,19,349,51],[965,21,349,53,"color"],[966,12,349,59],[967,14,349,59,"fileName"],[967,22,349,59],[967,24,349,59,"_jsxFileName"],[967,36,349,59],[968,14,349,59,"lineNumber"],[968,24,349,59],[969,14,349,59,"columnNumber"],[969,26,349,59],[970,12,349,59],[970,19,349,61],[970,20,349,62],[971,10,349,62],[972,8,351,8],[973,6,351,10],[974,8,351,10,"fileName"],[974,16,351,10],[974,18,351,10,"_jsxFileName"],[974,30,351,10],[975,8,351,10,"lineNumber"],[975,18,351,10],[976,8,351,10,"columnNumber"],[976,20,351,10],[977,6,351,10],[977,13,352,7],[977,14,352,8],[977,29,353,6],[977,33,353,6,"_reactJsxDevRuntime"],[977,52,353,6],[977,53,353,6,"jsxDEV"],[977,59,353,6],[977,61,353,7,"Tab"],[977,64,353,10],[977,65,353,11,"Screen"],[977,71,353,17],[978,8,354,8,"name"],[978,12,354,12],[978,14,354,13],[978,23,354,22],[979,8,355,8,"component"],[979,17,355,17],[979,19,355,19,"ProfileTab"],[979,29,355,30],[980,8,356,8,"options"],[980,15,356,15],[980,17,356,17],[981,10,357,10,"tabBarLabel"],[981,21,357,21],[981,23,357,23],[981,32,357,32],[982,10,358,10,"tabBarIcon"],[982,20,358,20],[982,22,358,22,"_ref7"],[982,27,358,22],[983,12,358,22],[983,16,358,25,"color"],[983,21,358,30],[983,24,358,30,"_ref7"],[983,29,358,30],[983,30,358,25,"color"],[983,35,358,30],[984,14,358,32,"size"],[984,18,358,36],[984,21,358,36,"_ref7"],[984,26,358,36],[984,27,358,32,"size"],[984,31,358,36],[985,12,358,36],[985,32,359,12],[985,36,359,12,"_reactJsxDevRuntime"],[985,55,359,12],[985,56,359,12,"jsxDEV"],[985,62,359,12],[985,64,359,13,"_expoVectorIcons"],[985,80,359,21],[985,81,359,21,"Ionicons"],[985,89,359,21],[986,14,359,22,"name"],[986,18,359,26],[986,20,359,27],[986,28,359,35],[987,14,359,36,"size"],[987,18,359,40],[987,20,359,42,"size"],[987,24,359,47],[988,14,359,48,"color"],[988,19,359,53],[988,21,359,55,"color"],[989,12,359,61],[990,14,359,61,"fileName"],[990,22,359,61],[990,24,359,61,"_jsxFileName"],[990,36,359,61],[991,14,359,61,"lineNumber"],[991,24,359,61],[992,14,359,61,"columnNumber"],[992,26,359,61],[993,12,359,61],[993,19,359,63],[993,20,359,64],[994,10,359,64],[995,8,361,8],[996,6,361,10],[997,8,361,10,"fileName"],[997,16,361,10],[997,18,361,10,"_jsxFileName"],[997,30,361,10],[998,8,361,10,"lineNumber"],[998,18,361,10],[999,8,361,10,"columnNumber"],[999,20,361,10],[1000,6,361,10],[1000,13,362,7],[1000,14,362,8],[1001,4,362,8],[1002,6,362,8,"fileName"],[1002,14,362,8],[1002,16,362,8,"_jsxFileName"],[1002,28,362,8],[1003,6,362,8,"lineNumber"],[1003,16,362,8],[1004,6,362,8,"columnNumber"],[1004,18,362,8],[1005,4,362,8],[1005,11,363,19],[1005,12,363,20],[1006,2,365,0],[1007,2,365,1,"_c6"],[1007,5,365,1],[1007,8,303,24,"HomeScreen"],[1007,18,303,34],[1008,2,367,0],[1008,6,367,6,"QUICK_ACTIONS"],[1008,19,367,19],[1008,22,367,22],[1008,23,368,2],[1009,4,368,4,"id"],[1009,6,368,6],[1009,8,368,8],[1009,11,368,11],[1010,4,368,13,"label"],[1010,9,368,18],[1010,11,368,20],[1010,17,368,26],[1011,4,368,28,"icon"],[1011,8,368,32],[1011,10,368,34],[1011,25,368,49],[1012,4,368,51,"color"],[1012,9,368,56],[1012,11,368,58],[1013,2,368,68],[1013,3,368,69],[1013,5,369,2],[1014,4,369,4,"id"],[1014,6,369,6],[1014,8,369,8],[1014,11,369,11],[1015,4,369,13,"label"],[1015,9,369,18],[1015,11,369,20],[1015,20,369,29],[1016,4,369,31,"icon"],[1016,8,369,35],[1016,10,369,37],[1016,22,369,49],[1017,4,369,51,"color"],[1017,9,369,56],[1017,11,369,58],[1018,2,369,68],[1018,3,369,69],[1018,5,370,2],[1019,4,370,4,"id"],[1019,6,370,6],[1019,8,370,8],[1019,11,370,11],[1020,4,370,13,"label"],[1020,9,370,18],[1020,11,370,20],[1020,17,370,26],[1021,4,370,28,"icon"],[1021,8,370,32],[1021,10,370,34],[1021,27,370,51],[1022,4,370,53,"color"],[1022,9,370,58],[1022,11,370,60],[1023,2,370,70],[1023,3,370,71],[1023,5,371,2],[1024,4,371,4,"id"],[1024,6,371,6],[1024,8,371,8],[1024,11,371,11],[1025,4,371,13,"label"],[1025,9,371,18],[1025,11,371,20],[1025,17,371,26],[1026,4,371,28,"icon"],[1026,8,371,32],[1026,10,371,34],[1026,28,371,52],[1027,4,371,54,"color"],[1027,9,371,59],[1027,11,371,61],[1028,2,371,71],[1028,3,371,72],[1028,5,372,2],[1029,4,372,4,"id"],[1029,6,372,6],[1029,8,372,8],[1029,11,372,11],[1030,4,372,13,"label"],[1030,9,372,18],[1030,11,372,20],[1030,18,372,27],[1031,4,372,29,"icon"],[1031,8,372,33],[1031,10,372,35],[1031,23,372,48],[1032,4,372,50,"color"],[1032,9,372,55],[1032,11,372,57],[1033,2,372,67],[1033,3,372,68],[1033,5,373,2],[1034,4,373,4,"id"],[1034,6,373,6],[1034,8,373,8],[1034,11,373,11],[1035,4,373,13,"label"],[1035,9,373,18],[1035,11,373,20],[1035,21,373,30],[1036,4,373,32,"icon"],[1036,8,373,36],[1036,10,373,38],[1036,16,373,44],[1037,4,373,46,"color"],[1037,9,373,51],[1037,11,373,53],[1038,2,373,63],[1038,3,373,64],[1038,5,374,2],[1039,4,374,4,"id"],[1039,6,374,6],[1039,8,374,8],[1039,11,374,11],[1040,4,374,13,"label"],[1040,9,374,18],[1040,11,374,20],[1040,21,374,30],[1041,4,374,32,"icon"],[1041,8,374,36],[1041,10,374,38],[1041,25,374,53],[1042,4,374,55,"color"],[1042,9,374,60],[1042,11,374,62],[1043,2,374,72],[1043,3,374,73],[1043,5,375,2],[1044,4,375,4,"id"],[1044,6,375,6],[1044,8,375,8],[1044,11,375,11],[1045,4,375,13,"label"],[1045,9,375,18],[1045,11,375,20],[1045,22,375,31],[1046,4,375,33,"icon"],[1046,8,375,37],[1046,10,375,39],[1046,18,375,47],[1047,4,375,49,"color"],[1047,9,375,54],[1047,11,375,56],[1048,2,375,66],[1048,3,375,67],[1048,5,376,2],[1049,4,376,4,"id"],[1049,6,376,6],[1049,8,376,8],[1049,11,376,11],[1050,4,376,13,"label"],[1050,9,376,18],[1050,11,376,20],[1050,21,376,30],[1051,4,376,32,"icon"],[1051,8,376,36],[1051,10,376,38],[1051,21,376,49],[1052,4,376,51,"color"],[1052,9,376,56],[1052,11,376,58],[1053,2,376,68],[1053,3,376,69],[1053,5,377,2],[1054,4,377,4,"id"],[1054,6,377,6],[1054,8,377,8],[1054,12,377,12],[1055,4,377,14,"label"],[1055,9,377,19],[1055,11,377,21],[1055,21,377,31],[1056,4,377,33,"icon"],[1056,8,377,37],[1056,10,377,39],[1056,16,377,45],[1057,4,377,47,"color"],[1057,9,377,52],[1057,11,377,54],[1058,2,377,64],[1058,3,377,65],[1058,5,378,2],[1059,4,378,4,"id"],[1059,6,378,6],[1059,8,378,8],[1059,12,378,12],[1060,4,378,14,"label"],[1060,9,378,19],[1060,11,378,21],[1060,22,378,32],[1061,4,378,34,"icon"],[1061,8,378,38],[1061,10,378,40],[1061,16,378,46],[1062,4,378,48,"color"],[1062,9,378,53],[1062,11,378,55],[1063,2,378,65],[1063,3,378,66],[1063,5,379,2],[1064,4,379,4,"id"],[1064,6,379,6],[1064,8,379,8],[1064,12,379,12],[1065,4,379,14,"label"],[1065,9,379,19],[1065,11,379,21],[1065,17,379,27],[1066,4,379,29,"icon"],[1066,8,379,33],[1066,10,379,35],[1066,16,379,41],[1067,4,379,43,"color"],[1067,9,379,48],[1067,11,379,50],[1068,2,379,60],[1068,3,379,61],[1068,4,380,1],[1069,2,382,0],[1069,6,382,6,"styles"],[1069,12,382,12],[1069,15,382,15,"StyleSheet"],[1069,27,382,25],[1069,28,382,25,"StyleSheet"],[1069,38,382,25],[1069,39,382,26,"create"],[1069,45,382,32],[1069,46,382,33],[1070,4,383,2,"container"],[1070,13,383,11],[1070,15,383,13],[1071,6,384,4,"flex"],[1071,10,384,8],[1071,12,384,10],[1071,13,384,11],[1072,6,385,4,"backgroundColor"],[1072,21,385,19],[1072,23,385,21],[1073,4,386,2],[1073,5,386,3],[1074,4,387,2,"scrollContent"],[1074,17,387,15],[1074,19,387,17],[1075,6,388,4,"paddingBottom"],[1075,19,388,17],[1075,21,388,19],[1076,4,389,2],[1076,5,389,3],[1077,4,390,2,"walletScrollContent"],[1077,23,390,21],[1077,25,390,23],[1078,6,391,4,"paddingBottom"],[1078,19,391,17],[1078,21,391,19],[1079,4,392,2],[1079,5,392,3],[1080,4,393,2,"header"],[1080,10,393,8],[1080,12,393,10],[1081,6,394,4,"flexDirection"],[1081,19,394,17],[1081,21,394,19],[1081,26,394,24],[1082,6,395,4,"justifyContent"],[1082,20,395,18],[1082,22,395,20],[1082,37,395,35],[1083,6,396,4,"alignItems"],[1083,16,396,14],[1083,18,396,16],[1083,26,396,24],[1084,6,397,4,"padding"],[1084,13,397,11],[1084,15,397,13],[1084,17,397,15],[1085,6,398,4,"backgroundColor"],[1085,21,398,19],[1085,23,398,21],[1085,29,398,27],[1086,6,399,4,"borderBottomWidth"],[1086,23,399,21],[1086,25,399,23],[1086,26,399,24],[1087,6,400,4,"borderBottomColor"],[1087,23,400,21],[1087,25,400,23],[1088,4,401,2],[1088,5,401,3],[1089,4,402,2,"headerLeft"],[1089,14,402,12],[1089,16,402,14],[1090,6,403,4,"position"],[1090,14,403,12],[1090,16,403,14],[1091,4,404,2],[1091,5,404,3],[1092,4,405,2,"profileImage"],[1092,16,405,14],[1092,18,405,16],[1093,6,406,4,"width"],[1093,11,406,9],[1093,13,406,11],[1093,15,406,13],[1094,6,407,4,"height"],[1094,12,407,10],[1094,14,407,12],[1094,16,407,14],[1095,6,408,4,"borderRadius"],[1095,18,408,16],[1095,20,408,18],[1095,22,408,20],[1096,6,409,4,"backgroundColor"],[1096,21,409,19],[1096,23,409,21],[1096,32,409,30],[1097,6,410,4,"alignItems"],[1097,16,410,14],[1097,18,410,16],[1097,26,410,24],[1098,6,411,4,"justifyContent"],[1098,20,411,18],[1098,22,411,20],[1098,30,411,28],[1099,6,412,4,"overflow"],[1099,14,412,12],[1099,16,412,14],[1100,4,413,2],[1100,5,413,3],[1101,4,414,2,"profileImageSrc"],[1101,19,414,17],[1101,21,414,19],[1102,6,415,4,"width"],[1102,11,415,9],[1102,13,415,11],[1102,15,415,13],[1103,6,416,4,"height"],[1103,12,416,10],[1103,14,416,12],[1104,4,417,2],[1104,5,417,3],[1105,4,418,2,"profileBadge"],[1105,16,418,14],[1105,18,418,16],[1106,6,419,4,"position"],[1106,14,419,12],[1106,16,419,14],[1106,26,419,24],[1107,6,420,4,"bottom"],[1107,12,420,10],[1107,14,420,12],[1107,15,420,13],[1107,16,420,14],[1108,6,421,4,"right"],[1108,11,421,9],[1108,13,421,11],[1108,14,421,12],[1108,15,421,13],[1109,6,422,4,"backgroundColor"],[1109,21,422,19],[1109,23,422,21],[1109,32,422,30],[1110,6,423,4,"borderRadius"],[1110,18,423,16],[1110,20,423,18],[1110,22,423,20],[1111,6,424,4,"paddingHorizontal"],[1111,23,424,21],[1111,25,424,23],[1111,26,424,24],[1112,6,425,4,"paddingVertical"],[1112,21,425,19],[1112,23,425,21],[1112,24,425,22],[1113,6,426,4,"flexDirection"],[1113,19,426,17],[1113,21,426,19],[1113,26,426,24],[1114,6,427,4,"alignItems"],[1114,16,427,14],[1114,18,427,16],[1114,26,427,24],[1115,6,428,4,"gap"],[1115,9,428,7],[1115,11,428,9],[1116,4,429,2],[1116,5,429,3],[1117,4,430,2,"trustScore"],[1117,14,430,12],[1117,16,430,14],[1118,6,431,4,"fontSize"],[1118,14,431,12],[1118,16,431,14],[1118,18,431,16],[1119,6,432,4,"fontWeight"],[1119,16,432,14],[1119,18,432,16],[1119,23,432,21],[1120,6,433,4,"color"],[1120,11,433,9],[1120,13,433,11],[1121,4,434,2],[1121,5,434,3],[1122,4,435,2,"headerRight"],[1122,15,435,13],[1122,17,435,15],[1123,6,436,4,"flexDirection"],[1123,19,436,17],[1123,21,436,19],[1123,26,436,24],[1124,6,437,4,"gap"],[1124,9,437,7],[1124,11,437,9],[1125,4,438,2],[1125,5,438,3],[1126,4,439,2,"iconButton"],[1126,14,439,12],[1126,16,439,14],[1127,6,440,4,"padding"],[1127,13,440,11],[1127,15,440,13],[1128,4,441,2],[1128,5,441,3],[1129,4,442,2,"announcementWidget"],[1129,22,442,20],[1129,24,442,22],[1130,6,443,4,"padding"],[1130,13,443,11],[1130,15,443,13],[1131,4,444,2],[1131,5,444,3],[1132,4,445,2,"announcement"],[1132,16,445,14],[1132,18,445,16],[1133,6,446,4,"backgroundColor"],[1133,21,446,19],[1133,23,446,21],[1133,29,446,27],[1134,6,447,4,"padding"],[1134,13,447,11],[1134,15,447,13],[1134,17,447,15],[1135,6,448,4,"borderRadius"],[1135,18,448,16],[1135,20,448,18],[1135,22,448,20],[1136,6,449,4,"marginRight"],[1136,17,449,15],[1136,19,449,17],[1136,21,449,19],[1137,6,450,4,"width"],[1137,11,450,9],[1137,13,450,11,"width"],[1137,18,450,16],[1137,21,450,19],[1137,23,450,21],[1138,6,451,4,"borderLeftWidth"],[1138,21,451,19],[1138,23,451,21],[1138,24,451,22],[1139,6,452,4,"borderLeftColor"],[1139,21,452,19],[1139,23,452,21],[1140,4,453,2],[1140,5,453,3],[1141,4,454,2,"announcementTitle"],[1141,21,454,19],[1141,23,454,21],[1142,6,455,4,"fontSize"],[1142,14,455,12],[1142,16,455,14],[1142,18,455,16],[1143,6,456,4,"fontWeight"],[1143,16,456,14],[1143,18,456,16],[1143,23,456,21],[1144,6,457,4,"color"],[1144,11,457,9],[1144,13,457,11],[1144,22,457,20],[1145,6,458,4,"marginBottom"],[1145,18,458,16],[1145,20,458,18],[1146,4,459,2],[1146,5,459,3],[1147,4,460,2,"announcementText"],[1147,20,460,18],[1147,22,460,20],[1148,6,461,4,"fontSize"],[1148,14,461,12],[1148,16,461,14],[1148,18,461,16],[1149,6,462,4,"color"],[1149,11,462,9],[1149,13,462,11],[1150,4,463,2],[1150,5,463,3],[1151,4,464,2,"quickActionsContainer"],[1151,25,464,23],[1151,27,464,25],[1152,6,465,4,"padding"],[1152,13,465,11],[1152,15,465,13],[1153,4,466,2],[1153,5,466,3],[1154,4,467,2,"sectionTitle"],[1154,16,467,14],[1154,18,467,16],[1155,6,468,4,"fontSize"],[1155,14,468,12],[1155,16,468,14],[1155,18,468,16],[1156,6,469,4,"fontWeight"],[1156,16,469,14],[1156,18,469,16],[1156,23,469,21],[1157,6,470,4,"color"],[1157,11,470,9],[1157,13,470,11],[1157,22,470,20],[1158,6,471,4,"marginBottom"],[1158,18,471,16],[1158,20,471,18],[1159,4,472,2],[1159,5,472,3],[1160,4,473,2,"actionsGrid"],[1160,15,473,13],[1160,17,473,15],[1161,6,474,4,"flexDirection"],[1161,19,474,17],[1161,21,474,19],[1161,26,474,24],[1162,6,475,4,"flexWrap"],[1162,14,475,12],[1162,16,475,14],[1162,22,475,20],[1163,6,476,4,"justifyContent"],[1163,20,476,18],[1163,22,476,20],[1164,4,477,2],[1164,5,477,3],[1165,4,478,2,"actionCard"],[1165,14,478,12],[1165,16,478,14],[1166,6,479,4,"width"],[1166,11,479,9],[1166,13,479,11],[1166,14,479,12,"width"],[1166,19,479,17],[1166,22,479,20],[1166,24,479,22],[1166,28,479,26],[1166,29,479,27],[1167,6,480,4,"backgroundColor"],[1167,21,480,19],[1167,23,480,21],[1167,29,480,27],[1168,6,481,4,"padding"],[1168,13,481,11],[1168,15,481,13],[1168,17,481,15],[1169,6,482,4,"borderRadius"],[1169,18,482,16],[1169,20,482,18],[1169,22,482,20],[1170,6,483,4,"alignItems"],[1170,16,483,14],[1170,18,483,16],[1170,26,483,24],[1171,6,484,4,"marginBottom"],[1171,18,484,16],[1171,20,484,18],[1171,22,484,20],[1172,6,485,4,"shadowColor"],[1172,17,485,15],[1172,19,485,17],[1172,25,485,23],[1173,6,486,4,"shadowOffset"],[1173,18,486,16],[1173,20,486,18],[1174,8,486,20,"width"],[1174,13,486,25],[1174,15,486,27],[1174,16,486,28],[1175,8,486,30,"height"],[1175,14,486,36],[1175,16,486,38],[1176,6,486,40],[1176,7,486,41],[1177,6,487,4,"shadowOpacity"],[1177,19,487,17],[1177,21,487,19],[1177,25,487,23],[1178,6,488,4,"shadowRadius"],[1178,18,488,16],[1178,20,488,18],[1178,21,488,19],[1179,6,489,4,"elevation"],[1179,15,489,13],[1179,17,489,15],[1180,4,490,2],[1180,5,490,3],[1181,4,491,2,"actionCardFirst"],[1181,19,491,17],[1181,21,491,19],[1182,6,492,4,"marginRight"],[1182,17,492,15],[1182,19,492,17],[1183,4,493,2],[1183,5,493,3],[1184,4,494,2,"actionCardLast"],[1184,18,494,16],[1184,20,494,18],[1185,6,495,4,"marginLeft"],[1185,16,495,14],[1185,18,495,16],[1186,4,496,2],[1186,5,496,3],[1187,4,497,2,"actionIcon"],[1187,14,497,12],[1187,16,497,14],[1188,6,498,4,"width"],[1188,11,498,9],[1188,13,498,11],[1188,15,498,13],[1189,6,499,4,"height"],[1189,12,499,10],[1189,14,499,12],[1189,16,499,14],[1190,6,500,4,"borderRadius"],[1190,18,500,16],[1190,20,500,18],[1190,22,500,20],[1191,6,501,4,"alignItems"],[1191,16,501,14],[1191,18,501,16],[1191,26,501,24],[1192,6,502,4,"justifyContent"],[1192,20,502,18],[1192,22,502,20],[1192,30,502,28],[1193,6,503,4,"marginBottom"],[1193,18,503,16],[1193,20,503,18],[1194,4,504,2],[1194,5,504,3],[1195,4,505,2,"actionLabel"],[1195,15,505,13],[1195,17,505,15],[1196,6,506,4,"fontSize"],[1196,14,506,12],[1196,16,506,14],[1196,18,506,16],[1197,6,507,4,"color"],[1197,11,507,9],[1197,13,507,11],[1197,22,507,20],[1198,6,508,4,"textAlign"],[1198,15,508,13],[1198,17,508,15],[1199,4,509,2],[1199,5,509,3],[1200,4,510,2,"walletHeader"],[1200,16,510,14],[1200,18,510,16],[1201,6,511,4,"padding"],[1201,13,511,11],[1201,15,511,13],[1201,17,511,15],[1202,6,512,4,"backgroundColor"],[1202,21,512,19],[1202,23,512,21],[1202,29,512,27],[1203,6,513,4,"borderBottomWidth"],[1203,23,513,21],[1203,25,513,23],[1203,26,513,24],[1204,6,514,4,"borderBottomColor"],[1204,23,514,21],[1204,25,514,23],[1204,34,514,32],[1205,6,515,4,"flexDirection"],[1205,19,515,17],[1205,21,515,19],[1205,26,515,24],[1206,6,516,4,"justifyContent"],[1206,20,516,18],[1206,22,516,20],[1206,37,516,35],[1207,6,517,4,"alignItems"],[1207,16,517,14],[1207,18,517,16],[1208,4,518,2],[1208,5,518,3],[1209,4,519,2,"walletTitle"],[1209,15,519,13],[1209,17,519,15],[1210,6,520,4,"fontSize"],[1210,14,520,12],[1210,16,520,14],[1210,18,520,16],[1211,6,521,4,"fontWeight"],[1211,16,521,14],[1211,18,521,16],[1211,23,521,21],[1212,6,522,4,"color"],[1212,11,522,9],[1212,13,522,11],[1213,4,523,2],[1213,5,523,3],[1214,4,524,2,"refreshButton"],[1214,17,524,15],[1214,19,524,17],[1215,6,525,4,"padding"],[1215,13,525,11],[1215,15,525,13],[1215,16,525,14],[1216,6,526,4,"borderRadius"],[1216,18,526,16],[1216,20,526,18],[1216,21,526,19],[1217,6,527,4,"backgroundColor"],[1217,21,527,19],[1217,23,527,21],[1218,4,528,2],[1218,5,528,3],[1219,4,529,2,"balanceCards"],[1219,16,529,14],[1219,18,529,16],[1220,6,530,4,"padding"],[1220,13,530,11],[1220,15,530,13],[1220,17,530,15],[1221,6,531,4,"gap"],[1221,9,531,7],[1221,11,531,9],[1222,4,532,2],[1222,5,532,3],[1223,4,533,2,"balanceCard"],[1223,15,533,13],[1223,17,533,15],[1224,6,534,4,"backgroundColor"],[1224,21,534,19],[1224,23,534,21],[1224,29,534,27],[1225,6,535,4,"padding"],[1225,13,535,11],[1225,15,535,13],[1225,17,535,15],[1226,6,536,4,"borderRadius"],[1226,18,536,16],[1226,20,536,18],[1226,22,536,20],[1227,6,537,4,"borderWidth"],[1227,17,537,15],[1227,19,537,17],[1227,20,537,18],[1228,6,538,4,"borderColor"],[1228,17,538,15],[1228,19,538,17],[1229,4,539,2],[1229,5,539,3],[1230,4,540,2,"balanceCardHeader"],[1230,21,540,19],[1230,23,540,21],[1231,6,541,4,"flexDirection"],[1231,19,541,17],[1231,21,541,19],[1231,26,541,24],[1232,6,542,4,"alignItems"],[1232,16,542,14],[1232,18,542,16],[1232,26,542,24],[1233,6,543,4,"gap"],[1233,9,543,7],[1233,11,543,9],[1233,12,543,10],[1234,6,544,4,"marginBottom"],[1234,18,544,16],[1234,20,544,18],[1235,4,545,2],[1235,5,545,3],[1236,4,546,2,"tokenLogo"],[1236,13,546,11],[1236,15,546,13],[1237,6,547,4,"width"],[1237,11,547,9],[1237,13,547,11],[1237,15,547,13],[1238,6,548,4,"height"],[1238,12,548,10],[1238,14,548,12],[1238,16,548,14],[1239,6,549,4,"borderRadius"],[1239,18,549,16],[1239,20,549,18],[1240,4,550,2],[1240,5,550,3],[1241,4,551,2,"tokenSymbol"],[1241,15,551,13],[1241,17,551,15],[1242,6,552,4,"fontSize"],[1242,14,552,12],[1242,16,552,14],[1242,18,552,16],[1243,6,553,4,"fontWeight"],[1243,16,553,14],[1243,18,553,16],[1243,23,553,21],[1244,6,554,4,"color"],[1244,11,554,9],[1244,13,554,11],[1245,4,555,2],[1245,5,555,3],[1246,4,556,2,"balanceAmount"],[1246,17,556,15],[1246,19,556,17],[1247,6,557,4,"fontSize"],[1247,14,557,12],[1247,16,557,14],[1247,18,557,16],[1248,6,558,4,"fontWeight"],[1248,16,558,14],[1248,18,558,16],[1248,23,558,21],[1249,6,559,4,"color"],[1249,11,559,9],[1249,13,559,11],[1249,22,559,20],[1250,6,560,4,"marginBottom"],[1250,18,560,16],[1250,20,560,18],[1251,4,561,2],[1251,5,561,3],[1252,4,562,2,"balanceUsd"],[1252,14,562,12],[1252,16,562,14],[1253,6,563,4,"fontSize"],[1253,14,563,12],[1253,16,563,14],[1253,18,563,16],[1254,6,564,4,"color"],[1254,11,564,9],[1254,13,564,11],[1255,4,565,2],[1255,5,565,3],[1256,4,566,2,"walletActions"],[1256,17,566,15],[1256,19,566,17],[1257,6,567,4,"flexDirection"],[1257,19,567,17],[1257,21,567,19],[1257,26,567,24],[1258,6,568,4,"padding"],[1258,13,568,11],[1258,15,568,13],[1258,17,568,15],[1259,6,569,4,"gap"],[1259,9,569,7],[1259,11,569,9],[1260,4,570,2],[1260,5,570,3],[1261,4,571,2,"walletActionButton"],[1261,22,571,20],[1261,24,571,22],[1262,6,572,4,"flex"],[1262,10,572,8],[1262,12,572,10],[1262,13,572,11],[1263,6,573,4,"backgroundColor"],[1263,21,573,19],[1263,23,573,21],[1263,32,573,30],[1264,6,574,4,"padding"],[1264,13,574,11],[1264,15,574,13],[1264,17,574,15],[1265,6,575,4,"borderRadius"],[1265,18,575,16],[1265,20,575,18],[1265,22,575,20],[1266,6,576,4,"alignItems"],[1266,16,576,14],[1266,18,576,16],[1266,26,576,24],[1267,6,577,4,"gap"],[1267,9,577,7],[1267,11,577,9],[1268,4,578,2],[1268,5,578,3],[1269,4,579,2,"walletActionText"],[1269,20,579,18],[1269,22,579,20],[1270,6,580,4,"color"],[1270,11,580,9],[1270,13,580,11],[1270,19,580,17],[1271,6,581,4,"fontSize"],[1271,14,581,12],[1271,16,581,14],[1271,18,581,16],[1272,6,582,4,"fontWeight"],[1272,16,582,14],[1272,18,582,16],[1273,4,583,2],[1273,5,583,3],[1274,4,584,2,"placeholderText"],[1274,19,584,17],[1274,21,584,19],[1275,6,585,4,"flex"],[1275,10,585,8],[1275,12,585,10],[1275,13,585,11],[1276,6,586,4,"textAlign"],[1276,15,586,13],[1276,17,586,15],[1276,25,586,23],[1277,6,587,4,"marginTop"],[1277,15,587,13],[1277,17,587,15],[1277,20,587,18],[1278,6,588,4,"fontSize"],[1278,14,588,12],[1278,16,588,14],[1278,18,588,16],[1279,6,589,4,"color"],[1279,11,589,9],[1279,13,589,11],[1280,4,590,2],[1280,5,590,3],[1281,4,591,2,"tabBar"],[1281,10,591,8],[1281,12,591,10],[1282,6,592,4,"borderTopWidth"],[1282,20,592,18],[1282,22,592,20],[1282,23,592,21],[1283,6,593,4,"borderTopColor"],[1283,20,593,18],[1283,22,593,20],[1283,31,593,29],[1284,6,594,4,"paddingBottom"],[1284,19,594,17],[1284,21,594,19],[1284,23,594,21],[1285,6,595,4,"paddingTop"],[1285,16,595,14],[1285,18,595,16],[1285,19,595,17],[1286,6,596,4,"backgroundColor"],[1286,21,596,19],[1286,23,596,21],[1287,4,597,2],[1287,5,597,3],[1288,4,598,2],[1289,4,599,2,"balanceRow"],[1289,14,599,12],[1289,16,599,14],[1290,6,600,4,"flexDirection"],[1290,19,600,17],[1290,21,600,19],[1290,26,600,24],[1291,6,601,4,"padding"],[1291,13,601,11],[1291,15,601,13],[1291,17,601,15],[1292,6,602,4,"gap"],[1292,9,602,7],[1292,11,602,9],[1293,4,603,2],[1293,5,603,3],[1294,4,604,2,"balanceCardNew"],[1294,18,604,16],[1294,20,604,18],[1295,6,605,4,"flex"],[1295,10,605,8],[1295,12,605,10],[1295,13,605,11],[1296,6,606,4,"backgroundColor"],[1296,21,606,19],[1296,23,606,21],[1296,29,606,27],[1297,6,607,4,"padding"],[1297,13,607,11],[1297,15,607,13],[1297,17,607,15],[1298,6,608,4,"borderRadius"],[1298,18,608,16],[1298,20,608,18],[1298,22,608,20],[1299,6,609,4,"alignItems"],[1299,16,609,14],[1299,18,609,16],[1299,26,609,24],[1300,6,610,4,"shadowColor"],[1300,17,610,15],[1300,19,610,17],[1300,25,610,23],[1301,6,611,4,"shadowOffset"],[1301,18,611,16],[1301,20,611,18],[1302,8,611,20,"width"],[1302,13,611,25],[1302,15,611,27],[1302,16,611,28],[1303,8,611,30,"height"],[1303,14,611,36],[1303,16,611,38],[1304,6,611,40],[1304,7,611,41],[1305,6,612,4,"shadowOpacity"],[1305,19,612,17],[1305,21,612,19],[1305,24,612,22],[1306,6,613,4,"shadowRadius"],[1306,18,613,16],[1306,20,613,18],[1306,21,613,19],[1307,6,614,4,"elevation"],[1307,15,614,13],[1307,17,614,15],[1308,4,615,2],[1308,5,615,3],[1309,4,616,2,"tokenLogoNew"],[1309,16,616,14],[1309,18,616,16],[1310,6,617,4,"width"],[1310,11,617,9],[1310,13,617,11],[1310,15,617,13],[1311,6,618,4,"height"],[1311,12,618,10],[1311,14,618,12],[1311,16,618,14],[1312,6,619,4,"borderRadius"],[1312,18,619,16],[1312,20,619,18],[1312,22,619,20],[1313,6,620,4,"marginBottom"],[1313,18,620,16],[1313,20,620,18],[1314,4,621,2],[1314,5,621,3],[1315,4,622,2,"tokenSymbolNew"],[1315,18,622,16],[1315,20,622,18],[1316,6,623,4,"fontSize"],[1316,14,623,12],[1316,16,623,14],[1316,18,623,16],[1317,6,624,4,"fontWeight"],[1317,16,624,14],[1317,18,624,16],[1317,23,624,21],[1318,6,625,4,"color"],[1318,11,625,9],[1318,13,625,11],[1318,22,625,20],[1319,6,626,4,"marginBottom"],[1319,18,626,16],[1319,20,626,18],[1320,4,627,2],[1320,5,627,3],[1321,4,628,2,"balanceAmountNew"],[1321,20,628,18],[1321,22,628,20],[1322,6,629,4,"fontSize"],[1322,14,629,12],[1322,16,629,14],[1322,18,629,16],[1323,6,630,4,"fontWeight"],[1323,16,630,14],[1323,18,630,16],[1323,23,630,21],[1324,6,631,4,"color"],[1324,11,631,9],[1324,13,631,11],[1324,22,631,20],[1325,6,632,4,"marginBottom"],[1325,18,632,16],[1325,20,632,18],[1326,4,633,2],[1326,5,633,3],[1327,4,634,2,"tokenNameNew"],[1327,16,634,14],[1327,18,634,16],[1328,6,635,4,"fontSize"],[1328,14,635,12],[1328,16,635,14],[1328,18,635,16],[1329,6,636,4,"color"],[1329,11,636,9],[1329,13,636,11],[1330,4,637,2],[1330,5,637,3],[1331,4,638,2,"actionsContainer"],[1331,20,638,18],[1331,22,638,20],[1332,6,639,4,"margin"],[1332,12,639,10],[1332,14,639,12],[1332,16,639,14],[1333,6,640,4,"backgroundColor"],[1333,21,640,19],[1333,23,640,21],[1333,29,640,27],[1334,6,641,4,"padding"],[1334,13,641,11],[1334,15,641,13],[1334,17,641,15],[1335,6,642,4,"borderRadius"],[1335,18,642,16],[1335,20,642,18],[1335,22,642,20],[1336,6,643,4,"shadowColor"],[1336,17,643,15],[1336,19,643,17],[1336,25,643,23],[1337,6,644,4,"shadowOffset"],[1337,18,644,16],[1337,20,644,18],[1338,8,644,20,"width"],[1338,13,644,25],[1338,15,644,27],[1338,16,644,28],[1339,8,644,30,"height"],[1339,14,644,36],[1339,16,644,38],[1340,6,644,40],[1340,7,644,41],[1341,6,645,4,"shadowOpacity"],[1341,19,645,17],[1341,21,645,19],[1341,24,645,22],[1342,6,646,4,"shadowRadius"],[1342,18,646,16],[1342,20,646,18],[1342,21,646,19],[1343,6,647,4,"elevation"],[1343,15,647,13],[1343,17,647,15],[1344,4,648,2],[1344,5,648,3],[1345,4,649,2,"actionsRow"],[1345,14,649,12],[1345,16,649,14],[1346,6,650,4,"flexDirection"],[1346,19,650,17],[1346,21,650,19],[1346,26,650,24],[1347,6,651,4,"justifyContent"],[1347,20,651,18],[1347,22,651,20],[1347,37,651,35],[1348,6,652,4,"marginBottom"],[1348,18,652,16],[1348,20,652,18],[1349,4,653,2],[1349,5,653,3],[1350,4,654,2,"actionBtn"],[1350,13,654,11],[1350,15,654,13],[1351,6,655,4,"width"],[1351,11,655,9],[1351,13,655,11],[1351,14,655,12,"width"],[1351,19,655,17],[1351,22,655,20],[1351,24,655,22],[1351,28,655,26],[1351,29,655,27],[1352,6,656,4,"padding"],[1352,13,656,11],[1352,15,656,13],[1352,17,656,15],[1353,6,657,4,"borderRadius"],[1353,18,657,16],[1353,20,657,18],[1353,22,657,20],[1354,6,658,4,"alignItems"],[1354,16,658,14],[1354,18,658,16],[1354,26,658,24],[1355,6,659,4,"justifyContent"],[1355,20,659,18],[1355,22,659,20],[1356,4,660,2],[1356,5,660,3],[1357,4,661,2,"actionBtnText"],[1357,17,661,15],[1357,19,661,17],[1358,6,662,4,"color"],[1358,11,662,9],[1358,13,662,11],[1358,19,662,17],[1359,6,663,4,"fontSize"],[1359,14,663,12],[1359,16,663,14],[1359,18,663,16],[1360,6,664,4,"fontWeight"],[1360,16,664,14],[1360,18,664,16],[1360,23,664,21],[1361,6,665,4,"marginTop"],[1361,15,665,13],[1361,17,665,15],[1362,4,666,2],[1362,5,666,3],[1363,4,667,2,"tokensContainer"],[1363,19,667,17],[1363,21,667,19],[1364,6,668,4,"margin"],[1364,12,668,10],[1364,14,668,12],[1364,16,668,14],[1365,6,669,4,"marginTop"],[1365,15,669,13],[1365,17,669,15],[1366,4,670,2],[1366,5,670,3],[1367,4,671,2,"tokensTitle"],[1367,15,671,13],[1367,17,671,15],[1368,6,672,4,"fontSize"],[1368,14,672,12],[1368,16,672,14],[1368,18,672,16],[1369,6,673,4,"fontWeight"],[1369,16,673,14],[1369,18,673,16],[1369,23,673,21],[1370,6,674,4,"color"],[1370,11,674,9],[1370,13,674,11],[1370,22,674,20],[1371,6,675,4,"marginBottom"],[1371,18,675,16],[1371,20,675,18],[1371,22,675,20],[1372,6,676,4,"paddingHorizontal"],[1372,23,676,21],[1372,25,676,23],[1373,4,677,2],[1373,5,677,3],[1374,4,678,2,"tokenItem"],[1374,13,678,11],[1374,15,678,13],[1375,6,679,4,"flexDirection"],[1375,19,679,17],[1375,21,679,19],[1375,26,679,24],[1376,6,680,4,"justifyContent"],[1376,20,680,18],[1376,22,680,20],[1376,37,680,35],[1377,6,681,4,"alignItems"],[1377,16,681,14],[1377,18,681,16],[1377,26,681,24],[1378,6,682,4,"backgroundColor"],[1378,21,682,19],[1378,23,682,21],[1378,29,682,27],[1379,6,683,4,"padding"],[1379,13,683,11],[1379,15,683,13],[1379,17,683,15],[1380,6,684,4,"borderRadius"],[1380,18,684,16],[1380,20,684,18],[1380,22,684,20],[1381,6,685,4,"marginBottom"],[1381,18,685,16],[1381,20,685,18],[1381,21,685,19],[1382,6,686,4,"shadowColor"],[1382,17,686,15],[1382,19,686,17],[1382,25,686,23],[1383,6,687,4,"shadowOffset"],[1383,18,687,16],[1383,20,687,18],[1384,8,687,20,"width"],[1384,13,687,25],[1384,15,687,27],[1384,16,687,28],[1385,8,687,30,"height"],[1385,14,687,36],[1385,16,687,38],[1386,6,687,40],[1386,7,687,41],[1387,6,688,4,"shadowOpacity"],[1387,19,688,17],[1387,21,688,19],[1387,25,688,23],[1388,6,689,4,"shadowRadius"],[1388,18,689,16],[1388,20,689,18],[1388,21,689,19],[1389,6,690,4,"elevation"],[1389,15,690,13],[1389,17,690,15],[1390,4,691,2],[1390,5,691,3],[1391,4,692,2,"tokenItemLeft"],[1391,17,692,15],[1391,19,692,17],[1392,6,693,4,"flexDirection"],[1392,19,693,17],[1392,21,693,19],[1392,26,693,24],[1393,6,694,4,"alignItems"],[1393,16,694,14],[1393,18,694,16],[1393,26,694,24],[1394,6,695,4,"gap"],[1394,9,695,7],[1394,11,695,9],[1395,4,696,2],[1395,5,696,3],[1396,4,697,2,"tokenIconContainer"],[1396,22,697,20],[1396,24,697,22],[1397,6,698,4,"position"],[1397,14,698,12],[1397,16,698,14],[1397,26,698,24],[1398,6,699,4,"width"],[1398,11,699,9],[1398,13,699,11],[1398,15,699,13],[1399,6,700,4,"height"],[1399,12,700,10],[1399,14,700,12],[1400,4,701,2],[1400,5,701,3],[1401,4,702,2,"tokenIcon"],[1401,13,702,11],[1401,15,702,13],[1402,6,703,4,"width"],[1402,11,703,9],[1402,13,703,11],[1402,15,703,13],[1403,6,704,4,"height"],[1403,12,704,10],[1403,14,704,12],[1403,16,704,14],[1404,6,705,4,"borderRadius"],[1404,18,705,16],[1404,20,705,18],[1405,4,706,2],[1405,5,706,3],[1406,4,707,2,"networkBadge"],[1406,16,707,14],[1406,18,707,16],[1407,6,708,4,"position"],[1407,14,708,12],[1407,16,708,14],[1407,26,708,24],[1408,6,709,4,"right"],[1408,11,709,9],[1408,13,709,11],[1408,14,709,12],[1408,15,709,13],[1409,6,710,4,"bottom"],[1409,12,710,10],[1409,14,710,12],[1409,15,710,13],[1409,16,710,14],[1410,6,711,4,"width"],[1410,11,711,9],[1410,13,711,11],[1410,15,711,13],[1411,6,712,4,"height"],[1411,12,712,10],[1411,14,712,12],[1411,16,712,14],[1412,6,713,4,"borderRadius"],[1412,18,713,16],[1412,20,713,18],[1412,21,713,19],[1413,6,714,4,"borderWidth"],[1413,17,714,15],[1413,19,714,17],[1413,20,714,18],[1414,6,715,4,"borderColor"],[1414,17,715,15],[1414,19,715,17],[1415,4,716,2],[1415,5,716,3],[1416,4,717,2,"tokenItemName"],[1416,17,717,15],[1416,19,717,17],[1417,6,718,4,"fontSize"],[1417,14,718,12],[1417,16,718,14],[1417,18,718,16],[1418,6,719,4,"fontWeight"],[1418,16,719,14],[1418,18,719,16],[1418,23,719,21],[1419,6,720,4,"color"],[1419,11,720,9],[1419,13,720,11],[1420,4,721,2],[1420,5,721,3],[1421,4,722,2,"tokenItemNetwork"],[1421,20,722,18],[1421,22,722,20],[1422,6,723,4,"fontSize"],[1422,14,723,12],[1422,16,723,14],[1422,18,723,16],[1423,6,724,4,"color"],[1423,11,724,9],[1423,13,724,11],[1424,4,725,2],[1424,5,725,3],[1425,4,726,2,"tokenItemRight"],[1425,18,726,16],[1425,20,726,18],[1426,6,727,4,"alignItems"],[1426,16,727,14],[1426,18,727,16],[1427,4,728,2],[1427,5,728,3],[1428,4,729,2,"tokenItemBalance"],[1428,20,729,18],[1428,22,729,20],[1429,6,730,4,"fontSize"],[1429,14,730,12],[1429,16,730,14],[1429,18,730,16],[1430,6,731,4,"fontWeight"],[1430,16,731,14],[1430,18,731,16],[1430,23,731,21],[1431,6,732,4,"color"],[1431,11,732,9],[1431,13,732,11],[1432,4,733,2],[1432,5,733,3],[1433,4,734,2,"tokenItemUsd"],[1433,16,734,14],[1433,18,734,16],[1434,6,735,4,"fontSize"],[1434,14,735,12],[1434,16,735,14],[1434,18,735,16],[1435,6,736,4,"color"],[1435,11,736,9],[1435,13,736,11],[1436,4,737,2],[1437,2,738,0],[1437,3,738,1],[1437,4,738,2],[1438,2,738,3],[1438,6,738,3,"_c"],[1438,8,738,3],[1438,10,738,3,"_c2"],[1438,13,738,3],[1438,15,738,3,"_c3"],[1438,18,738,3],[1438,20,738,3,"_c4"],[1438,23,738,3],[1438,25,738,3,"_c5"],[1438,28,738,3],[1438,30,738,3,"_c6"],[1438,33,738,3],[1439,2,738,3,"$RefreshReg$"],[1439,14,738,3],[1439,15,738,3,"_c"],[1439,17,738,3],[1440,2,738,3,"$RefreshReg$"],[1440,14,738,3],[1440,15,738,3,"_c2"],[1440,18,738,3],[1441,2,738,3,"$RefreshReg$"],[1441,14,738,3],[1441,15,738,3,"_c3"],[1441,18,738,3],[1442,2,738,3,"$RefreshReg$"],[1442,14,738,3],[1442,15,738,3,"_c4"],[1442,18,738,3],[1443,2,738,3,"$RefreshReg$"],[1443,14,738,3],[1443,15,738,3,"_c5"],[1443,18,738,3],[1444,2,738,3,"$RefreshReg$"],[1444,14,738,3],[1444,15,738,3,"_c6"],[1444,18,738,3],[1445,0,738,3],[1445,3]],"functionMap":{"names":["","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;oBCI;GDqB;+BEkD;aFc;CDM;AIE;YCQ;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"}]}
\ No newline at end of file
diff --git a/frontend/.metro-cache/cache/9c/5ab3a07f46ef93ae70943ad8712d9f596c07dde586443f31da53abe8a04de1bea46904 b/frontend/.metro-cache/cache/9c/5ab3a07f46ef93ae70943ad8712d9f596c07dde586443f31da53abe8a04de1bea46904
index d2798c2e..717f20d4 100644
--- a/frontend/.metro-cache/cache/9c/5ab3a07f46ef93ae70943ad8712d9f596c07dde586443f31da53abe8a04de1bea46904
+++ b/frontend/.metro-cache/cache/9c/5ab3a07f46ef93ae70943ad8712d9f596c07dde586443f31da53abe8a04de1bea46904
@@ -1 +1 @@
-{"dependencies":[{"name":"@babel/runtime/helpers/asyncToGenerator","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"YisBBiy2Xm9DEVdFebZ2nbgAHBo=","exportNames":["*"],"imports":1}},{"name":"@babel/runtime/helpers/slicedToArray","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"5y7e5+zC7teYEEC6niD9f5zII1M=","exportNames":["*"],"imports":1}},{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":51,"index":51}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react-native","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":52},"end":{"line":11,"column":22,"index":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":["","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"}]}
\ No newline at end of file
+{"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://kurdish-id.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":["","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"}]}
\ No newline at end of file
diff --git a/frontend/.metro-cache/cache/9c/5ab3a07f46ef93ae70943ad8712d9f5de411d6ee31948cf4bf47c51f534b400c44111d b/frontend/.metro-cache/cache/9c/5ab3a07f46ef93ae70943ad8712d9f5de411d6ee31948cf4bf47c51f534b400c44111d
index 1ce56561..4a03f564 100644
--- a/frontend/.metro-cache/cache/9c/5ab3a07f46ef93ae70943ad8712d9f5de411d6ee31948cf4bf47c51f534b400c44111d
+++ b/frontend/.metro-cache/cache/9c/5ab3a07f46ef93ae70943ad8712d9f5de411d6ee31948cf4bf47c51f534b400c44111d
@@ -1 +1 @@
-{"dependencies":[{"name":"@babel/runtime/helpers/asyncToGenerator","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"YisBBiy2Xm9DEVdFebZ2nbgAHBo=","exportNames":["*"],"imports":1}},{"name":"@babel/runtime/helpers/slicedToArray","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"5y7e5+zC7teYEEC6niD9f5zII1M=","exportNames":["*"],"imports":1}},{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":51,"index":51}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react-native","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":52},"end":{"line":11,"column":22,"index":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(_ref) {\n _s();\n var navigation = _ref.navigation;\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 showImagePickerOptions = () => {\n _reactNative.Alert.alert('Change Profile Photo', 'Choose an option', [{\n text: 'Take Photo',\n onPress: takePhoto\n }, {\n text: 'Choose from Gallery',\n onPress: pickImageFromGallery\n }, {\n text: 'Cancel',\n style: 'cancel'\n }], {\n cancelable: true\n });\n };\n var takePhoto = /*#__PURE__*/function () {\n var _ref2 = (0, _asyncToGenerator.default)(function* () {\n var permissionResult = yield ImagePicker.requestCameraPermissionsAsync();\n if (permissionResult.granted === false) {\n _reactNative.Alert.alert('Permission Required', 'Camera permission is required!');\n return;\n }\n var result = yield ImagePicker.launchCameraAsync({\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 takePhoto() {\n return _ref2.apply(this, arguments);\n };\n }();\n var pickImageFromGallery = /*#__PURE__*/function () {\n var _ref3 = (0, _asyncToGenerator.default)(function* () {\n var permissionResult = yield ImagePicker.requestMediaLibraryPermissionsAsync();\n if (permissionResult.granted === false) {\n _reactNative.Alert.alert('Permission Required', 'Gallery access is required!');\n return;\n }\n var result = yield ImagePicker.launchImageLibraryAsync({\n mediaTypes: ['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 pickImageFromGallery() {\n return _ref3.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: showImagePickerOptions,\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: 99,\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: 101,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 97,\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: 105,\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: 106,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 104,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 96,\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 onPress: () => navigation.navigate('QRScanner'),\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: 111,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 110,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.iconButton,\n onPress: () => navigation.navigate('Notifications'),\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: 114,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 113,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.iconButton,\n onPress: () => navigation.navigate('Settings'),\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: 117,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 116,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 109,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 95,\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: 126,\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: 127,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 125,\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: 130,\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: 131,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 129,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 124,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 123,\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: 138,\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: 150,\n columnNumber: 19\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 149,\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: 152,\n columnNumber: 17\n }, this)]\n }, action.id, true, {\n fileName: _jsxFileName,\n lineNumber: 141,\n columnNumber: 15\n }, this))\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 139,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 137,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 93,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 92,\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 _ref4 = (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 _ref4.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: 216,\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: 218,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 217,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 215,\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: 225,\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: 229,\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: 230,\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: 231,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 224,\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: 235,\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: 239,\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: 240,\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: 241,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 234,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 223,\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: 250,\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: 251,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 249,\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: 254,\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: 255,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 253,\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: 258,\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: 259,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 257,\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: 262,\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: 263,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 261,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 248,\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: 270,\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: 271,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 269,\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: 274,\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: 275,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 273,\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: 278,\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: 279,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 277,\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: 282,\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: 283,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 281,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 268,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 246,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.tokensContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.tokensHeader,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokensTitle,\n children: \"Tokens\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 291,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.tokensHeaderActions,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.tokenHeaderButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"search\",\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 294,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 293,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.tokenHeaderButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"add-circle\",\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 297,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 296,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.tokenHeaderButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"settings\",\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 300,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 299,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 292,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 290,\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_digital-kurdistan/artifacts/8lztwx8u_USDT%28hez%29.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 309,\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: 313,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 308,\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: 319,\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: 320,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 318,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 307,\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.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 324,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 325,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 323,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 306,\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.Image, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_digital-kurdistan/artifacts/06k2kt5u_dot.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 332,\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: \"DOT\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 337,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemNetwork,\n children: \"Polkadot\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 338,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 336,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 331,\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.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 342,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 343,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 341,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 330,\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.Image, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_digital-kurdistan/artifacts/7obzx4ca_bitcoin.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 350,\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: \"BTC\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 355,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemNetwork,\n children: \"Bitcoin\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 356,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 354,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 349,\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.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 360,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 361,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 359,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 348,\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.Image, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_digital-kurdistan/artifacts/l927j96q_etherium.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 368,\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: \"ETH\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 373,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemNetwork,\n children: \"Ethereum\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 374,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 372,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 367,\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.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 378,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 379,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 377,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 366,\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.Image, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_digital-kurdistan/artifacts/2k07ckau_BNB_logo.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 386,\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: \"BNB\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 391,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemNetwork,\n children: \"Binance Smart Chain\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 392,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 390,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 385,\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.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 396,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 397,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 395,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 384,\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.Image, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_digital-kurdistan/artifacts/k5rl2t4g_ADAlogo.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 404,\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: \"ADA\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 409,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemNetwork,\n children: \"Cardano\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 410,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 408,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 403,\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.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 414,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 415,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 413,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 402,\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.Image, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_digital-kurdistan/artifacts/ldg2spf2_SOLlogo.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 422,\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: \"SOL\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 427,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemNetwork,\n children: \"Solana\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 428,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 426,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 421,\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.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 432,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 433,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 431,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 420,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 289,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 213,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 212,\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: 445,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 444,\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: 453,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 452,\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: 461,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 460,\n columnNumber: 5\n }, this);\n }\n _c5 = ProfileTab;\n var Tab = (0, _reactNavigationBottomTabs.createBottomTabNavigator)();\n function HomeScreen(_ref5) {\n var navigation = _ref5.navigation;\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 options: {\n tabBarLabel: 'Home',\n tabBarIcon: _ref6 => {\n var color = _ref6.color,\n size = _ref6.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: 483,\n columnNumber: 13\n }, this);\n }\n },\n children: () => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(HomeTab, {\n navigation: navigation\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 487,\n columnNumber: 16\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 478,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Wallet\",\n component: WalletTab,\n options: {\n tabBarLabel: 'Wallet',\n tabBarIcon: _ref7 => {\n var color = _ref7.color,\n size = _ref7.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: 495,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 489,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Citizens\",\n component: CitizensTab,\n options: {\n tabBarLabel: 'Citizens',\n tabBarIcon: _ref8 => {\n var color = _ref8.color,\n size = _ref8.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: 505,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 499,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Referral\",\n component: ReferralTab,\n options: {\n tabBarLabel: 'Referral',\n tabBarIcon: _ref9 => {\n var color = _ref9.color,\n size = _ref9.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: 515,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 509,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Profile\",\n component: ProfileTab,\n options: {\n tabBarLabel: 'Profile',\n tabBarIcon: _ref0 => {\n var color = _ref0.color,\n size = _ref0.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: 525,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 519,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 470,\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 - 32,\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 tokensHeader: {\n flexDirection: 'row',\n justifyContent: 'space-between',\n alignItems: 'center',\n marginBottom: 12,\n paddingHorizontal: 4\n },\n tokensTitle: {\n fontSize: 18,\n fontWeight: '700',\n color: '#1F2937'\n },\n tokensHeaderActions: {\n flexDirection: 'row',\n gap: 12\n },\n tokenHeaderButton: {\n width: 32,\n height: 32,\n borderRadius: 8,\n backgroundColor: '#F3F4F6',\n alignItems: 'center',\n justifyContent: 'center'\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":1960,"map":[[30,2,468,15,"Object"],[30,8,468,15],[30,9,468,15,"defineProperty"],[30,23,468,15],[30,24,468,15,"exports"],[30,31,468,15],[31,4,468,15,"enumerable"],[31,14,468,15],[32,4,468,15,"get"],[32,7,468,15],[32,18,468,15,"get"],[32,19,468,15],[33,6,468,15],[33,13,468,15,"HomeScreen"],[33,23,468,15],[34,4,468,15],[35,2,468,15],[36,2,531,1],[36,6,531,1,"_babelRuntimeHelpersAsyncToGenerator"],[36,42,531,1],[36,45,531,1,"require"],[36,52,531,1],[36,53,531,1,"_dependencyMap"],[36,67,531,1],[37,2,531,1],[37,6,531,1,"_asyncToGenerator"],[37,23,531,1],[37,26,531,1,"_interopDefault"],[37,41,531,1],[37,42,531,1,"_babelRuntimeHelpersAsyncToGenerator"],[37,78,531,1],[38,2,531,1],[38,6,531,1,"_babelRuntimeHelpersSlicedToArray"],[38,39,531,1],[38,42,531,1,"require"],[38,49,531,1],[38,50,531,1,"_dependencyMap"],[38,64,531,1],[39,2,531,1],[39,6,531,1,"_slicedToArray"],[39,20,531,1],[39,23,531,1,"_interopDefault"],[39,38,531,1],[39,39,531,1,"_babelRuntimeHelpersSlicedToArray"],[39,72,531,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,"_ref"],[51,23,20,16],[51,25,20,38],[52,4,20,38,"_s"],[52,6,20,38],[53,4,20,38],[53,8,20,19,"navigation"],[53,18,20,29],[53,21,20,29,"_ref"],[53,25,20,29],[53,26,20,19,"navigation"],[53,36,20,29],[54,4,21,2],[54,8,21,2,"_useAuth"],[54,16,21,2],[54,19,21,19],[54,23,21,19,"useAuth"],[54,43,21,26],[54,44,21,26,"useAuth"],[54,51,21,26],[54,53,21,27],[54,54,21,28],[55,6,21,10,"user"],[55,10,21,14],[55,13,21,14,"_useAuth"],[55,21,21,14],[55,22,21,10,"user"],[55,26,21,14],[56,4,22,2],[56,8,22,8,"insets"],[56,14,22,14],[56,17,22,17],[56,21,22,17,"useSafeAreaInsets"],[56,48,22,34],[56,49,22,34,"useSafeAreaInsets"],[56,66,22,34],[56,68,22,35],[56,69,22,36],[57,4,23,2],[57,8,23,2,"_useState"],[57,17,23,2],[57,20,23,42],[57,24,23,42,"useState"],[57,30,23,50],[57,31,23,50,"useState"],[57,39,23,50],[57,41,23,66],[57,45,23,70],[57,46,23,71],[58,6,23,71,"_useState2"],[58,16,23,71],[58,23,23,71,"_slicedToArray"],[58,37,23,71],[58,38,23,71,"default"],[58,45,23,71],[58,47,23,71,"_useState"],[58,56,23,71],[59,6,23,9,"profileImage"],[59,18,23,21],[59,21,23,21,"_useState2"],[59,31,23,21],[60,6,23,23,"setProfileImage"],[60,21,23,38],[60,24,23,38,"_useState2"],[60,34,23,38],[61,4,25,2],[61,8,25,8,"showImagePickerOptions"],[61,30,25,30],[61,33,25,33,"showImagePickerOptions"],[61,34,25,33],[61,39,25,39],[62,6,26,4,"Alert"],[62,18,26,9],[62,19,26,9,"Alert"],[62,24,26,9],[62,25,26,10,"alert"],[62,30,26,15],[62,31,27,6],[62,53,27,28],[62,55,28,6],[62,73,28,24],[62,75,29,6],[62,76,30,8],[63,8,31,10,"text"],[63,12,31,14],[63,14,31,16],[63,26,31,28],[64,8,32,10,"onPress"],[64,15,32,17],[64,17,32,19,"takePhoto"],[65,6,33,8],[65,7,33,9],[65,9,34,8],[66,8,35,10,"text"],[66,12,35,14],[66,14,35,16],[66,35,35,37],[67,8,36,10,"onPress"],[67,15,36,17],[67,17,36,19,"pickImageFromGallery"],[68,6,37,8],[68,7,37,9],[68,9,38,8],[69,8,39,10,"text"],[69,12,39,14],[69,14,39,16],[69,22,39,24],[70,8,40,10,"style"],[70,13,40,15],[70,15,40,17],[71,6,41,8],[71,7,41,9],[71,8,42,7],[71,10,43,6],[72,8,43,8,"cancelable"],[72,18,43,18],[72,20,43,20],[73,6,43,25],[73,7,44,4],[73,8,44,5],[74,4,45,2],[74,5,45,3],[75,4,47,2],[75,8,47,8,"takePhoto"],[75,17,47,17],[76,6,47,17],[76,10,47,17,"_ref2"],[76,15,47,17],[76,22,47,17,"_asyncToGenerator"],[76,39,47,17],[76,40,47,17,"default"],[76,47,47,17],[76,49,47,20],[76,62,47,32],[77,8,48,4],[77,12,48,10,"permissionResult"],[77,28,48,26],[77,37,48,35,"ImagePicker"],[77,48,48,46],[77,49,48,47,"requestCameraPermissionsAsync"],[77,78,48,76],[77,79,48,77],[77,80,48,78],[78,8,50,4],[78,12,50,8,"permissionResult"],[78,28,50,24],[78,29,50,25,"granted"],[78,36,50,32],[78,41,50,37],[78,46,50,42],[78,48,50,44],[79,10,51,6,"Alert"],[79,22,51,11],[79,23,51,11,"Alert"],[79,28,51,11],[79,29,51,12,"alert"],[79,34,51,17],[79,35,51,18],[79,56,51,39],[79,58,51,41],[79,90,51,73],[79,91,51,74],[80,10,52,6],[81,8,53,4],[82,8,55,4],[82,12,55,10,"result"],[82,18,55,16],[82,27,55,25,"ImagePicker"],[82,38,55,36],[82,39,55,37,"launchCameraAsync"],[82,56,55,54],[82,57,55,55],[83,10,56,6,"allowsEditing"],[83,23,56,19],[83,25,56,21],[83,29,56,25],[84,10,57,6,"aspect"],[84,16,57,12],[84,18,57,14],[84,19,57,15],[84,20,57,16],[84,22,57,18],[84,23,57,19],[84,24,57,20],[85,10,58,6,"quality"],[85,17,58,13],[85,19,58,15],[85,22,58,18],[86,10,59,6,"base64"],[86,16,59,12],[86,18,59,14],[87,8,60,4],[87,9,60,5],[87,10,60,6],[88,8,62,4],[88,12,62,8],[88,13,62,9,"result"],[88,19,62,15],[88,20,62,16,"canceled"],[88,28,62,24],[88,32,62,28,"result"],[88,38,62,34],[88,39,62,35,"assets"],[88,45,62,41],[88,46,62,42],[88,47,62,43],[88,48,62,44],[88,49,62,45,"base64"],[88,55,62,51],[88,57,62,53],[89,10,63,6],[89,14,63,12,"base64Image"],[89,25,63,23],[89,28,63,26],[89,54,63,52,"result"],[89,60,63,58],[89,61,63,59,"assets"],[89,67,63,65],[89,68,63,66],[89,69,63,67],[89,70,63,68],[89,71,63,69,"base64"],[89,77,63,75],[89,79,63,77],[90,10,64,6,"setProfileImage"],[90,25,64,21],[90,26,64,22,"base64Image"],[90,37,64,33],[90,38,64,34],[91,10,65,6],[92,8,66,4],[93,6,67,2],[93,7,67,3],[94,6,67,3],[94,22,47,8,"takePhoto"],[94,31,47,17,"takePhoto"],[94,32,47,17],[95,8,47,17],[95,15,47,17,"_ref2"],[95,20,47,17],[95,21,47,17,"apply"],[95,26,47,17],[95,33,47,17,"arguments"],[95,42,47,17],[96,6,47,17],[97,4,47,17],[97,7,67,3],[98,4,69,2],[98,8,69,8,"pickImageFromGallery"],[98,28,69,28],[99,6,69,28],[99,10,69,28,"_ref3"],[99,15,69,28],[99,22,69,28,"_asyncToGenerator"],[99,39,69,28],[99,40,69,28,"default"],[99,47,69,28],[99,49,69,31],[99,62,69,43],[100,8,70,4],[100,12,70,10,"permissionResult"],[100,28,70,26],[100,37,70,35,"ImagePicker"],[100,48,70,46],[100,49,70,47,"requestMediaLibraryPermissionsAsync"],[100,84,70,82],[100,85,70,83],[100,86,70,84],[101,8,72,4],[101,12,72,8,"permissionResult"],[101,28,72,24],[101,29,72,25,"granted"],[101,36,72,32],[101,41,72,37],[101,46,72,42],[101,48,72,44],[102,10,73,6,"Alert"],[102,22,73,11],[102,23,73,11,"Alert"],[102,28,73,11],[102,29,73,12,"alert"],[102,34,73,17],[102,35,73,18],[102,56,73,39],[102,58,73,41],[102,87,73,70],[102,88,73,71],[103,10,74,6],[104,8,75,4],[105,8,77,4],[105,12,77,10,"result"],[105,18,77,16],[105,27,77,25,"ImagePicker"],[105,38,77,36],[105,39,77,37,"launchImageLibraryAsync"],[105,62,77,60],[105,63,77,61],[106,10,78,6,"mediaTypes"],[106,20,78,16],[106,22,78,18],[106,23,78,19],[106,31,78,27],[106,32,78,28],[107,10,79,6,"allowsEditing"],[107,23,79,19],[107,25,79,21],[107,29,79,25],[108,10,80,6,"aspect"],[108,16,80,12],[108,18,80,14],[108,19,80,15],[108,20,80,16],[108,22,80,18],[108,23,80,19],[108,24,80,20],[109,10,81,6,"quality"],[109,17,81,13],[109,19,81,15],[109,22,81,18],[110,10,82,6,"base64"],[110,16,82,12],[110,18,82,14],[111,8,83,4],[111,9,83,5],[111,10,83,6],[112,8,85,4],[112,12,85,8],[112,13,85,9,"result"],[112,19,85,15],[112,20,85,16,"canceled"],[112,28,85,24],[112,32,85,28,"result"],[112,38,85,34],[112,39,85,35,"assets"],[112,45,85,41],[112,46,85,42],[112,47,85,43],[112,48,85,44],[112,49,85,45,"base64"],[112,55,85,51],[112,57,85,53],[113,10,86,6],[113,14,86,12,"base64Image"],[113,25,86,23],[113,28,86,26],[113,54,86,52,"result"],[113,60,86,58],[113,61,86,59,"assets"],[113,67,86,65],[113,68,86,66],[113,69,86,67],[113,70,86,68],[113,71,86,69,"base64"],[113,77,86,75],[113,79,86,77],[114,10,87,6,"setProfileImage"],[114,25,87,21],[114,26,87,22,"base64Image"],[114,37,87,33],[114,38,87,34],[115,10,88,6],[116,8,89,4],[117,6,90,2],[117,7,90,3],[118,6,90,3],[118,22,69,8,"pickImageFromGallery"],[118,42,69,28,"pickImageFromGallery"],[118,43,69,28],[119,8,69,28],[119,15,69,28,"_ref3"],[119,20,69,28],[119,21,69,28,"apply"],[119,26,69,28],[119,33,69,28,"arguments"],[119,42,69,28],[120,6,69,28],[121,4,69,28],[121,7,90,3],[122,4,91,2],[122,24,92,4],[122,28,92,4,"_reactJsxDevRuntime"],[122,47,92,4],[122,48,92,4,"jsxDEV"],[122,54,92,4],[122,56,92,5,"_reactNative"],[122,68,92,9],[122,69,92,9,"View"],[122,73,92,9],[123,6,92,10,"style"],[123,11,92,15],[123,13,92,17,"styles"],[123,19,92,23],[123,20,92,24,"container"],[123,29,92,34],[124,6,92,34,"children"],[124,14,92,34],[124,29,93,6],[124,33,93,6,"_reactJsxDevRuntime"],[124,52,93,6],[124,53,93,6,"jsxDEV"],[124,59,93,6],[124,61,93,7,"_reactNative"],[124,73,93,17],[124,74,93,17,"ScrollView"],[124,84,93,17],[125,8,93,18,"showsVerticalScrollIndicator"],[125,36,93,46],[125,38,93,48],[125,43,93,54],[126,8,93,55,"contentContainerStyle"],[126,29,93,76],[126,31,93,78,"styles"],[126,37,93,84],[126,38,93,85,"scrollContent"],[126,51,93,99],[127,8,93,99,"children"],[127,16,93,99],[127,32,95,8],[127,36,95,8,"_reactJsxDevRuntime"],[127,55,95,8],[127,56,95,8,"jsxDEV"],[127,62,95,8],[127,64,95,9,"_reactNative"],[127,76,95,13],[127,77,95,13,"View"],[127,81,95,13],[128,10,95,14,"style"],[128,15,95,19],[128,17,95,21],[128,18,95,22,"styles"],[128,24,95,28],[128,25,95,29,"header"],[128,31,95,35],[128,33,95,37],[129,12,95,39,"paddingTop"],[129,22,95,49],[129,24,95,51,"insets"],[129,30,95,57],[129,31,95,58,"top"],[129,34,95,61],[129,37,95,64],[130,10,95,67],[130,11,95,68],[130,12,95,70],[131,10,95,70,"children"],[131,18,95,70],[131,34,96,10],[131,38,96,10,"_reactJsxDevRuntime"],[131,57,96,10],[131,58,96,10,"jsxDEV"],[131,64,96,10],[131,66,96,11,"_reactNative"],[131,78,96,15],[131,79,96,15,"View"],[131,83,96,15],[132,12,96,16,"style"],[132,17,96,21],[132,19,96,23,"styles"],[132,25,96,29],[132,26,96,30,"headerLeft"],[132,36,96,41],[133,12,96,41,"children"],[133,20,96,41],[133,36,97,12],[133,40,97,12,"_reactJsxDevRuntime"],[133,59,97,12],[133,60,97,12,"jsxDEV"],[133,66,97,12],[133,68,97,13,"_reactNative"],[133,80,97,29],[133,81,97,29,"TouchableOpacity"],[133,97,97,29],[134,14,97,30,"style"],[134,19,97,35],[134,21,97,37,"styles"],[134,27,97,43],[134,28,97,44,"profileImage"],[134,40,97,57],[135,14,97,58,"onPress"],[135,21,97,65],[135,23,97,67,"showImagePickerOptions"],[135,45,97,90],[136,14,97,90,"children"],[136,22,97,90],[136,24,98,15,"profileImage"],[136,36,98,27],[136,52,99,16],[136,56,99,16,"_reactJsxDevRuntime"],[136,75,99,16],[136,76,99,16,"jsxDEV"],[136,82,99,16],[136,84,99,17,"_reactNative"],[136,96,99,22],[136,97,99,22,"Image"],[136,102,99,22],[137,16,99,23,"source"],[137,22,99,29],[137,24,99,31],[138,18,99,33,"uri"],[138,21,99,36],[138,23,99,38,"profileImage"],[139,16,99,51],[139,17,99,53],[140,16,99,54,"style"],[140,21,99,59],[140,23,99,61,"styles"],[140,29,99,67],[140,30,99,68,"profileImageSrc"],[141,14,99,84],[142,16,99,84,"fileName"],[142,24,99,84],[142,26,99,84,"_jsxFileName"],[142,38,99,84],[143,16,99,84,"lineNumber"],[143,26,99,84],[144,16,99,84,"columnNumber"],[144,28,99,84],[145,14,99,84],[145,21,99,86],[145,22,99,87],[145,38,101,16],[145,42,101,16,"_reactJsxDevRuntime"],[145,61,101,16],[145,62,101,16,"jsxDEV"],[145,68,101,16],[145,70,101,17,"_expoVectorIcons"],[145,86,101,25],[145,87,101,25,"Ionicons"],[145,95,101,25],[146,16,101,26,"name"],[146,20,101,30],[146,22,101,31],[146,30,101,39],[147,16,101,40,"size"],[147,20,101,44],[147,22,101,46],[147,24,101,49],[148,16,101,50,"color"],[148,21,101,55],[148,23,101,56],[149,14,101,65],[150,16,101,65,"fileName"],[150,24,101,65],[150,26,101,65,"_jsxFileName"],[150,38,101,65],[151,16,101,65,"lineNumber"],[151,26,101,65],[152,16,101,65,"columnNumber"],[152,28,101,65],[153,14,101,65],[153,21,101,67],[154,12,102,15],[155,14,102,15,"fileName"],[155,22,102,15],[155,24,102,15,"_jsxFileName"],[155,36,102,15],[156,14,102,15,"lineNumber"],[156,24,102,15],[157,14,102,15,"columnNumber"],[157,26,102,15],[158,12,102,15],[158,19,103,30],[158,20,103,31],[158,35,104,12],[158,39,104,12,"_reactJsxDevRuntime"],[158,58,104,12],[158,59,104,12,"jsxDEV"],[158,65,104,12],[158,67,104,13,"_reactNative"],[158,79,104,17],[158,80,104,17,"View"],[158,84,104,17],[159,14,104,18,"style"],[159,19,104,23],[159,21,104,25,"styles"],[159,27,104,31],[159,28,104,32,"profileBadge"],[159,40,104,45],[160,14,104,45,"children"],[160,22,104,45],[160,38,105,14],[160,42,105,14,"_reactJsxDevRuntime"],[160,61,105,14],[160,62,105,14,"jsxDEV"],[160,68,105,14],[160,70,105,15,"_expoVectorIcons"],[160,86,105,23],[160,87,105,23,"Ionicons"],[160,95,105,23],[161,16,105,24,"name"],[161,20,105,28],[161,22,105,29],[161,28,105,35],[162,16,105,36,"size"],[162,20,105,40],[162,22,105,42],[162,24,105,45],[163,16,105,46,"color"],[163,21,105,51],[163,23,105,52],[164,14,105,61],[165,16,105,61,"fileName"],[165,24,105,61],[165,26,105,61,"_jsxFileName"],[165,38,105,61],[166,16,105,61,"lineNumber"],[166,26,105,61],[167,16,105,61,"columnNumber"],[167,28,105,61],[168,14,105,61],[168,21,105,63],[168,22,105,64],[168,37,106,14],[168,41,106,14,"_reactJsxDevRuntime"],[168,60,106,14],[168,61,106,14,"jsxDEV"],[168,67,106,14],[168,69,106,15,"_reactNative"],[168,81,106,19],[168,82,106,19,"Text"],[168,86,106,19],[169,16,106,20,"style"],[169,21,106,25],[169,23,106,27,"styles"],[169,29,106,33],[169,30,106,34,"trustScore"],[169,40,106,45],[170,16,106,45,"children"],[170,24,106,45],[170,26,106,46],[171,14,106,49],[172,16,106,49,"fileName"],[172,24,106,49],[172,26,106,49,"_jsxFileName"],[172,38,106,49],[173,16,106,49,"lineNumber"],[173,26,106,49],[174,16,106,49,"columnNumber"],[174,28,106,49],[175,14,106,49],[175,21,106,55],[175,22,106,56],[176,12,106,56],[177,14,106,56,"fileName"],[177,22,106,56],[177,24,106,56,"_jsxFileName"],[177,36,106,56],[178,14,106,56,"lineNumber"],[178,24,106,56],[179,14,106,56,"columnNumber"],[179,26,106,56],[180,12,106,56],[180,19,107,18],[180,20,107,19],[181,10,107,19],[182,12,107,19,"fileName"],[182,20,107,19],[182,22,107,19,"_jsxFileName"],[182,34,107,19],[183,12,107,19,"lineNumber"],[183,22,107,19],[184,12,107,19,"columnNumber"],[184,24,107,19],[185,10,107,19],[185,17,108,16],[185,18,108,17],[185,33,109,10],[185,37,109,10,"_reactJsxDevRuntime"],[185,56,109,10],[185,57,109,10,"jsxDEV"],[185,63,109,10],[185,65,109,11,"_reactNative"],[185,77,109,15],[185,78,109,15,"View"],[185,82,109,15],[186,12,109,16,"style"],[186,17,109,21],[186,19,109,23,"styles"],[186,25,109,29],[186,26,109,30,"headerRight"],[186,37,109,42],[187,12,109,42,"children"],[187,20,109,42],[187,36,110,12],[187,40,110,12,"_reactJsxDevRuntime"],[187,59,110,12],[187,60,110,12,"jsxDEV"],[187,66,110,12],[187,68,110,13,"_reactNative"],[187,80,110,29],[187,81,110,29,"TouchableOpacity"],[187,97,110,29],[188,14,110,30,"style"],[188,19,110,35],[188,21,110,37,"styles"],[188,27,110,43],[188,28,110,44,"iconButton"],[188,38,110,55],[189,14,110,56,"onPress"],[189,21,110,63],[189,23,110,65,"onPress"],[189,24,110,65],[189,29,110,71,"navigation"],[189,39,110,81],[189,40,110,82,"navigate"],[189,48,110,90],[189,49,110,91],[189,60,110,102],[189,61,110,104],[190,14,110,104,"children"],[190,22,110,104],[190,37,111,14],[190,41,111,14,"_reactJsxDevRuntime"],[190,60,111,14],[190,61,111,14,"jsxDEV"],[190,67,111,14],[190,69,111,15,"_expoVectorIcons"],[190,85,111,23],[190,86,111,23,"Ionicons"],[190,94,111,23],[191,16,111,24,"name"],[191,20,111,28],[191,22,111,29],[191,39,111,46],[192,16,111,47,"size"],[192,20,111,51],[192,22,111,53],[192,24,111,56],[193,16,111,57,"color"],[193,21,111,62],[193,23,111,63],[194,14,111,72],[195,16,111,72,"fileName"],[195,24,111,72],[195,26,111,72,"_jsxFileName"],[195,38,111,72],[196,16,111,72,"lineNumber"],[196,26,111,72],[197,16,111,72,"columnNumber"],[197,28,111,72],[198,14,111,72],[198,21,111,74],[199,12,111,75],[200,14,111,75,"fileName"],[200,22,111,75],[200,24,111,75,"_jsxFileName"],[200,36,111,75],[201,14,111,75,"lineNumber"],[201,24,111,75],[202,14,111,75,"columnNumber"],[202,26,111,75],[203,12,111,75],[203,19,112,30],[203,20,112,31],[203,35,113,12],[203,39,113,12,"_reactJsxDevRuntime"],[203,58,113,12],[203,59,113,12,"jsxDEV"],[203,65,113,12],[203,67,113,13,"_reactNative"],[203,79,113,29],[203,80,113,29,"TouchableOpacity"],[203,96,113,29],[204,14,113,30,"style"],[204,19,113,35],[204,21,113,37,"styles"],[204,27,113,43],[204,28,113,44,"iconButton"],[204,38,113,55],[205,14,113,56,"onPress"],[205,21,113,63],[205,23,113,65,"onPress"],[205,24,113,65],[205,29,113,71,"navigation"],[205,39,113,81],[205,40,113,82,"navigate"],[205,48,113,90],[205,49,113,91],[205,64,113,106],[205,65,113,108],[206,14,113,108,"children"],[206,22,113,108],[206,37,114,14],[206,41,114,14,"_reactJsxDevRuntime"],[206,60,114,14],[206,61,114,14,"jsxDEV"],[206,67,114,14],[206,69,114,15,"_expoVectorIcons"],[206,85,114,23],[206,86,114,23,"Ionicons"],[206,94,114,23],[207,16,114,24,"name"],[207,20,114,28],[207,22,114,29],[207,45,114,52],[208,16,114,53,"size"],[208,20,114,57],[208,22,114,59],[208,24,114,62],[209,16,114,63,"color"],[209,21,114,68],[209,23,114,69],[210,14,114,78],[211,16,114,78,"fileName"],[211,24,114,78],[211,26,114,78,"_jsxFileName"],[211,38,114,78],[212,16,114,78,"lineNumber"],[212,26,114,78],[213,16,114,78,"columnNumber"],[213,28,114,78],[214,14,114,78],[214,21,114,80],[215,12,114,81],[216,14,114,81,"fileName"],[216,22,114,81],[216,24,114,81,"_jsxFileName"],[216,36,114,81],[217,14,114,81,"lineNumber"],[217,24,114,81],[218,14,114,81,"columnNumber"],[218,26,114,81],[219,12,114,81],[219,19,115,30],[219,20,115,31],[219,35,116,12],[219,39,116,12,"_reactJsxDevRuntime"],[219,58,116,12],[219,59,116,12,"jsxDEV"],[219,65,116,12],[219,67,116,13,"_reactNative"],[219,79,116,29],[219,80,116,29,"TouchableOpacity"],[219,96,116,29],[220,14,116,30,"style"],[220,19,116,35],[220,21,116,37,"styles"],[220,27,116,43],[220,28,116,44,"iconButton"],[220,38,116,55],[221,14,116,56,"onPress"],[221,21,116,63],[221,23,116,65,"onPress"],[221,24,116,65],[221,29,116,71,"navigation"],[221,39,116,81],[221,40,116,82,"navigate"],[221,48,116,90],[221,49,116,91],[221,59,116,101],[221,60,116,103],[222,14,116,103,"children"],[222,22,116,103],[222,37,117,14],[222,41,117,14,"_reactJsxDevRuntime"],[222,60,117,14],[222,61,117,14,"jsxDEV"],[222,67,117,14],[222,69,117,15,"_expoVectorIcons"],[222,85,117,23],[222,86,117,23,"Ionicons"],[222,94,117,23],[223,16,117,24,"name"],[223,20,117,28],[223,22,117,29],[223,40,117,47],[224,16,117,48,"size"],[224,20,117,52],[224,22,117,54],[224,24,117,57],[225,16,117,58,"color"],[225,21,117,63],[225,23,117,64],[226,14,117,73],[227,16,117,73,"fileName"],[227,24,117,73],[227,26,117,73,"_jsxFileName"],[227,38,117,73],[228,16,117,73,"lineNumber"],[228,26,117,73],[229,16,117,73,"columnNumber"],[229,28,117,73],[230,14,117,73],[230,21,117,75],[231,12,117,76],[232,14,117,76,"fileName"],[232,22,117,76],[232,24,117,76,"_jsxFileName"],[232,36,117,76],[233,14,117,76,"lineNumber"],[233,24,117,76],[234,14,117,76,"columnNumber"],[234,26,117,76],[235,12,117,76],[235,19,118,30],[235,20,118,31],[236,10,118,31],[237,12,118,31,"fileName"],[237,20,118,31],[237,22,118,31,"_jsxFileName"],[237,34,118,31],[238,12,118,31,"lineNumber"],[238,22,118,31],[239,12,118,31,"columnNumber"],[239,24,118,31],[240,10,118,31],[240,17,119,16],[240,18,119,17],[241,8,119,17],[242,10,119,17,"fileName"],[242,18,119,17],[242,20,119,17,"_jsxFileName"],[242,32,119,17],[243,10,119,17,"lineNumber"],[243,20,119,17],[244,10,119,17,"columnNumber"],[244,22,119,17],[245,8,119,17],[245,15,120,14],[245,16,120,15],[245,31,123,8],[245,35,123,8,"_reactJsxDevRuntime"],[245,54,123,8],[245,55,123,8,"jsxDEV"],[245,61,123,8],[245,63,123,9,"_reactNative"],[245,75,123,13],[245,76,123,13,"View"],[245,80,123,13],[246,10,123,14,"style"],[246,15,123,19],[246,17,123,21,"styles"],[246,23,123,27],[246,24,123,28,"announcementWidget"],[246,42,123,47],[247,10,123,47,"children"],[247,18,123,47],[247,33,124,10],[247,37,124,10,"_reactJsxDevRuntime"],[247,56,124,10],[247,57,124,10,"jsxDEV"],[247,63,124,10],[247,65,124,11,"_reactNative"],[247,77,124,21],[247,78,124,21,"ScrollView"],[247,88,124,21],[248,12,124,22,"horizontal"],[248,22,124,32],[249,12,124,33,"showsHorizontalScrollIndicator"],[249,42,124,63],[249,44,124,65],[249,49,124,71],[250,12,124,71,"children"],[250,20,124,71],[250,36,125,12],[250,40,125,12,"_reactJsxDevRuntime"],[250,59,125,12],[250,60,125,12,"jsxDEV"],[250,66,125,12],[250,68,125,13,"_reactNative"],[250,80,125,17],[250,81,125,17,"View"],[250,85,125,17],[251,14,125,18,"style"],[251,19,125,23],[251,21,125,25,"styles"],[251,27,125,31],[251,28,125,32,"announcement"],[251,40,125,45],[252,14,125,45,"children"],[252,22,125,45],[252,38,126,14],[252,42,126,14,"_reactJsxDevRuntime"],[252,61,126,14],[252,62,126,14,"jsxDEV"],[252,68,126,14],[252,70,126,15,"_reactNative"],[252,82,126,19],[252,83,126,19,"Text"],[252,87,126,19],[253,16,126,20,"style"],[253,21,126,25],[253,23,126,27,"styles"],[253,29,126,33],[253,30,126,34,"announcementTitle"],[253,47,126,52],[254,16,126,52,"children"],[254,24,126,52],[254,26,126,53],[255,14,126,80],[256,16,126,80,"fileName"],[256,24,126,80],[256,26,126,80,"_jsxFileName"],[256,38,126,80],[257,16,126,80,"lineNumber"],[257,26,126,80],[258,16,126,80,"columnNumber"],[258,28,126,80],[259,14,126,80],[259,21,126,86],[259,22,126,87],[259,37,127,14],[259,41,127,14,"_reactJsxDevRuntime"],[259,60,127,14],[259,61,127,14,"jsxDEV"],[259,67,127,14],[259,69,127,15,"_reactNative"],[259,81,127,19],[259,82,127,19,"Text"],[259,86,127,19],[260,16,127,20,"style"],[260,21,127,25],[260,23,127,27,"styles"],[260,29,127,33],[260,30,127,34,"announcementText"],[260,46,127,51],[261,16,127,51,"children"],[261,24,127,51],[261,26,127,52],[262,14,127,88],[263,16,127,88,"fileName"],[263,24,127,88],[263,26,127,88,"_jsxFileName"],[263,38,127,88],[264,16,127,88,"lineNumber"],[264,26,127,88],[265,16,127,88,"columnNumber"],[265,28,127,88],[266,14,127,88],[266,21,127,94],[266,22,127,95],[267,12,127,95],[268,14,127,95,"fileName"],[268,22,127,95],[268,24,127,95,"_jsxFileName"],[268,36,127,95],[269,14,127,95,"lineNumber"],[269,24,127,95],[270,14,127,95,"columnNumber"],[270,26,127,95],[271,12,127,95],[271,19,128,18],[271,20,128,19],[271,35,129,12],[271,39,129,12,"_reactJsxDevRuntime"],[271,58,129,12],[271,59,129,12,"jsxDEV"],[271,65,129,12],[271,67,129,13,"_reactNative"],[271,79,129,17],[271,80,129,17,"View"],[271,84,129,17],[272,14,129,18,"style"],[272,19,129,23],[272,21,129,25,"styles"],[272,27,129,31],[272,28,129,32,"announcement"],[272,40,129,45],[273,14,129,45,"children"],[273,22,129,45],[273,38,130,14],[273,42,130,14,"_reactJsxDevRuntime"],[273,61,130,14],[273,62,130,14,"jsxDEV"],[273,68,130,14],[273,70,130,15,"_reactNative"],[273,82,130,19],[273,83,130,19,"Text"],[273,87,130,19],[274,16,130,20,"style"],[274,21,130,25],[274,23,130,27,"styles"],[274,29,130,33],[274,30,130,34,"announcementTitle"],[274,47,130,52],[275,16,130,52,"children"],[275,24,130,52],[275,26,130,53],[276,14,130,67],[277,16,130,67,"fileName"],[277,24,130,67],[277,26,130,67,"_jsxFileName"],[277,38,130,67],[278,16,130,67,"lineNumber"],[278,26,130,67],[279,16,130,67,"columnNumber"],[279,28,130,67],[280,14,130,67],[280,21,130,73],[280,22,130,74],[280,37,131,14],[280,41,131,14,"_reactJsxDevRuntime"],[280,60,131,14],[280,61,131,14,"jsxDEV"],[280,67,131,14],[280,69,131,15,"_reactNative"],[280,81,131,19],[280,82,131,19,"Text"],[280,86,131,19],[281,16,131,20,"style"],[281,21,131,25],[281,23,131,27,"styles"],[281,29,131,33],[281,30,131,34,"announcementText"],[281,46,131,51],[282,16,131,51,"children"],[282,24,131,51],[282,26,131,52],[283,14,131,80],[284,16,131,80,"fileName"],[284,24,131,80],[284,26,131,80,"_jsxFileName"],[284,38,131,80],[285,16,131,80,"lineNumber"],[285,26,131,80],[286,16,131,80,"columnNumber"],[286,28,131,80],[287,14,131,80],[287,21,131,86],[287,22,131,87],[288,12,131,87],[289,14,131,87,"fileName"],[289,22,131,87],[289,24,131,87,"_jsxFileName"],[289,36,131,87],[290,14,131,87,"lineNumber"],[290,24,131,87],[291,14,131,87,"columnNumber"],[291,26,131,87],[292,12,131,87],[292,19,132,18],[292,20,132,19],[293,10,132,19],[294,12,132,19,"fileName"],[294,20,132,19],[294,22,132,19,"_jsxFileName"],[294,34,132,19],[295,12,132,19,"lineNumber"],[295,22,132,19],[296,12,132,19,"columnNumber"],[296,24,132,19],[297,10,132,19],[297,17,133,22],[298,8,133,23],[299,10,133,23,"fileName"],[299,18,133,23],[299,20,133,23,"_jsxFileName"],[299,32,133,23],[300,10,133,23,"lineNumber"],[300,20,133,23],[301,10,133,23,"columnNumber"],[301,22,133,23],[302,8,133,23],[302,15,134,14],[302,16,134,15],[302,31,137,8],[302,35,137,8,"_reactJsxDevRuntime"],[302,54,137,8],[302,55,137,8,"jsxDEV"],[302,61,137,8],[302,63,137,9,"_reactNative"],[302,75,137,13],[302,76,137,13,"View"],[302,80,137,13],[303,10,137,14,"style"],[303,15,137,19],[303,17,137,21,"styles"],[303,23,137,27],[303,24,137,28,"quickActionsContainer"],[303,45,137,50],[304,10,137,50,"children"],[304,18,137,50],[304,34,138,10],[304,38,138,10,"_reactJsxDevRuntime"],[304,57,138,10],[304,58,138,10,"jsxDEV"],[304,64,138,10],[304,66,138,11,"_reactNative"],[304,78,138,15],[304,79,138,15,"Text"],[304,83,138,15],[305,12,138,16,"style"],[305,17,138,21],[305,19,138,23,"styles"],[305,25,138,29],[305,26,138,30,"sectionTitle"],[305,38,138,43],[306,12,138,43,"children"],[306,20,138,43],[306,22,138,44],[307,10,138,57],[308,12,138,57,"fileName"],[308,20,138,57],[308,22,138,57,"_jsxFileName"],[308,34,138,57],[309,12,138,57,"lineNumber"],[309,22,138,57],[310,12,138,57,"columnNumber"],[310,24,138,57],[311,10,138,57],[311,17,138,63],[311,18,138,64],[311,33,139,10],[311,37,139,10,"_reactJsxDevRuntime"],[311,56,139,10],[311,57,139,10,"jsxDEV"],[311,63,139,10],[311,65,139,11,"_reactNative"],[311,77,139,15],[311,78,139,15,"View"],[311,82,139,15],[312,12,139,16,"style"],[312,17,139,21],[312,19,139,23,"styles"],[312,25,139,29],[312,26,139,30,"actionsGrid"],[312,37,139,42],[313,12,139,42,"children"],[313,20,139,42],[313,22,140,13,"QUICK_ACTIONS"],[313,35,140,26],[313,36,140,27,"map"],[313,39,140,30],[313,40,140,31],[313,41,140,32,"action"],[313,47,140,38],[313,49,140,40,"index"],[313,54,140,45],[313,72,141,14],[313,76,141,14,"_reactJsxDevRuntime"],[313,95,141,14],[313,96,141,14,"jsxDEV"],[313,102,141,14],[313,104,141,15,"_reactNative"],[313,116,141,31],[313,117,141,31,"TouchableOpacity"],[313,133,141,31],[314,14,143,16,"style"],[314,19,143,21],[314,21,143,23],[314,22,143,24,"styles"],[314,28,143,30],[314,29,143,31,"actionCard"],[314,39,143,41],[314,41,144,19,"index"],[314,46,144,24],[314,49,144,27],[314,50,144,28],[314,55,144,33],[314,56,144,34],[314,60,144,39,"styles"],[314,66,144,45],[314,67,144,46,"actionCardFirst"],[314,82,144,61],[314,84,145,19,"index"],[314,89,145,24],[314,92,145,27],[314,93,145,28],[314,98,145,33],[314,99,145,34],[314,103,145,39,"styles"],[314,109,145,45],[314,110,145,46,"actionCardLast"],[314,124,145,60],[314,125,146,18],[315,14,147,16,"activeOpacity"],[315,27,147,29],[315,29,147,31],[315,32,147,35],[316,14,147,35,"children"],[316,22,147,35],[316,38,149,16],[316,42,149,16,"_reactJsxDevRuntime"],[316,61,149,16],[316,62,149,16,"jsxDEV"],[316,68,149,16],[316,70,149,17,"_reactNative"],[316,82,149,21],[316,83,149,21,"View"],[316,87,149,21],[317,16,149,22,"style"],[317,21,149,27],[317,23,149,29],[317,24,149,30,"styles"],[317,30,149,36],[317,31,149,37,"actionIcon"],[317,41,149,47],[317,43,149,49],[318,18,149,51,"backgroundColor"],[318,33,149,66],[318,35,149,68,"action"],[318,41,149,74],[318,42,149,75,"color"],[319,16,149,81],[319,17,149,82],[319,18,149,84],[320,16,149,84,"children"],[320,24,149,84],[320,39,150,18],[320,43,150,18,"_reactJsxDevRuntime"],[320,62,150,18],[320,63,150,18,"jsxDEV"],[320,69,150,18],[320,71,150,19,"_expoVectorIcons"],[320,87,150,27],[320,88,150,27,"Ionicons"],[320,96,150,27],[321,18,150,28,"name"],[321,22,150,32],[321,24,150,34,"action"],[321,30,150,40],[321,31,150,41,"icon"],[321,35,150,46],[322,18,150,47,"size"],[322,22,150,51],[322,24,150,53],[322,26,150,56],[323,18,150,57,"color"],[323,23,150,62],[323,25,150,63],[324,16,150,69],[325,18,150,69,"fileName"],[325,26,150,69],[325,28,150,69,"_jsxFileName"],[325,40,150,69],[326,18,150,69,"lineNumber"],[326,28,150,69],[327,18,150,69,"columnNumber"],[327,30,150,69],[328,16,150,69],[328,23,150,71],[329,14,150,72],[330,16,150,72,"fileName"],[330,24,150,72],[330,26,150,72,"_jsxFileName"],[330,38,150,72],[331,16,150,72,"lineNumber"],[331,26,150,72],[332,16,150,72,"columnNumber"],[332,28,150,72],[333,14,150,72],[333,21,151,22],[333,22,151,23],[333,37,152,16],[333,41,152,16,"_reactJsxDevRuntime"],[333,60,152,16],[333,61,152,16,"jsxDEV"],[333,67,152,16],[333,69,152,17,"_reactNative"],[333,81,152,21],[333,82,152,21,"Text"],[333,86,152,21],[334,16,152,22,"style"],[334,21,152,27],[334,23,152,29,"styles"],[334,29,152,35],[334,30,152,36,"actionLabel"],[334,41,152,48],[335,16,152,48,"children"],[335,24,152,48],[335,26,152,50,"action"],[335,32,152,56],[335,33,152,57,"label"],[336,14,152,62],[337,16,152,62,"fileName"],[337,24,152,62],[337,26,152,62,"_jsxFileName"],[337,38,152,62],[338,16,152,62,"lineNumber"],[338,26,152,62],[339,16,152,62,"columnNumber"],[339,28,152,62],[340,14,152,62],[340,21,152,69],[340,22,152,70],[341,12,152,70],[341,15,142,21,"action"],[341,21,142,27],[341,22,142,28,"id"],[341,24,142,30],[342,14,142,30,"fileName"],[342,22,142,30],[342,24,142,30,"_jsxFileName"],[342,36,142,30],[343,14,142,30,"lineNumber"],[343,24,142,30],[344,14,142,30,"columnNumber"],[344,26,142,30],[345,12,142,30],[345,19,153,32],[345,20,154,13],[346,10,154,14],[347,12,154,14,"fileName"],[347,20,154,14],[347,22,154,14,"_jsxFileName"],[347,34,154,14],[348,12,154,14,"lineNumber"],[348,22,154,14],[349,12,154,14,"columnNumber"],[349,24,154,14],[350,10,154,14],[350,17,155,16],[350,18,155,17],[351,8,155,17],[352,10,155,17,"fileName"],[352,18,155,17],[352,20,155,17,"_jsxFileName"],[352,32,155,17],[353,10,155,17,"lineNumber"],[353,20,155,17],[354,10,155,17,"columnNumber"],[354,22,155,17],[355,8,155,17],[355,15,156,14],[355,16,156,15],[356,6,156,15],[357,8,156,15,"fileName"],[357,16,156,15],[357,18,156,15,"_jsxFileName"],[357,30,156,15],[358,8,156,15,"lineNumber"],[358,18,156,15],[359,8,156,15,"columnNumber"],[359,20,156,15],[360,6,156,15],[360,13,157,18],[361,4,157,19],[362,6,157,19,"fileName"],[362,14,157,19],[362,16,157,19,"_jsxFileName"],[362,28,157,19],[363,6,157,19,"lineNumber"],[363,16,157,19],[364,6,157,19,"columnNumber"],[364,18,157,19],[365,4,157,19],[365,11,158,10],[365,12,158,11],[366,2,160,0],[367,2,160,1,"_s"],[367,4,160,1],[367,5,20,9,"HomeTab"],[367,12,20,16],[368,4,20,16],[368,12,21,19,"useAuth"],[368,32,21,26],[368,33,21,26,"useAuth"],[368,40,21,26],[368,42,22,17,"useSafeAreaInsets"],[368,69,22,34],[368,70,22,34,"useSafeAreaInsets"],[368,87,22,34],[369,2,22,34],[370,2,22,34,"_c"],[370,4,22,34],[370,7,20,9,"HomeTab"],[370,14,20,16],[371,2,162,0],[371,11,162,9,"WalletTab"],[371,20,162,18,"WalletTab"],[371,21,162,18],[371,23,162,21],[372,4,162,21,"_s2"],[372,7,162,21],[373,4,163,2],[373,8,163,2,"_useAuth2"],[373,17,163,2],[373,20,163,19],[373,24,163,19,"useAuth"],[373,44,163,26],[373,45,163,26,"useAuth"],[373,52,163,26],[373,54,163,27],[373,55,163,28],[374,6,163,10,"user"],[374,10,163,14],[374,13,163,14,"_useAuth2"],[374,22,163,14],[374,23,163,10,"user"],[374,27,163,14],[375,4,164,2],[375,8,164,8,"insets"],[375,14,164,14],[375,17,164,17],[375,21,164,17,"useSafeAreaInsets"],[375,48,164,34],[375,49,164,34,"useSafeAreaInsets"],[375,66,164,34],[375,68,164,35],[375,69,164,36],[376,4,165,2],[376,8,165,2,"_useState3"],[376,18,165,2],[376,21,165,38],[376,25,165,38,"useState"],[376,31,165,46],[376,32,165,46,"useState"],[376,40,165,46],[376,42,165,47],[376,54,165,59],[376,55,165,60],[377,6,165,60,"_useState4"],[377,16,165,60],[377,23,165,60,"_slicedToArray"],[377,37,165,60],[377,38,165,60,"default"],[377,45,165,60],[377,47,165,60,"_useState3"],[377,57,165,60],[378,6,165,9,"hezBalance"],[378,16,165,19],[378,19,165,19,"_useState4"],[378,29,165,19],[379,6,165,21,"setHezBalance"],[379,19,165,34],[379,22,165,34,"_useState4"],[379,32,165,34],[380,4,166,2],[380,8,166,2,"_useState5"],[380,18,166,2],[380,21,166,38],[380,25,166,38,"useState"],[380,31,166,46],[380,32,166,46,"useState"],[380,40,166,46],[380,42,166,47],[380,54,166,59],[380,55,166,60],[381,6,166,60,"_useState6"],[381,16,166,60],[381,23,166,60,"_slicedToArray"],[381,37,166,60],[381,38,166,60,"default"],[381,45,166,60],[381,47,166,60,"_useState5"],[381,57,166,60],[382,6,166,9,"pezBalance"],[382,16,166,19],[382,19,166,19,"_useState6"],[382,29,166,19],[383,6,166,21,"setPezBalance"],[383,19,166,34],[383,22,166,34,"_useState6"],[383,32,166,34],[384,4,167,2],[384,8,167,2,"_useState7"],[384,18,167,2],[384,21,167,32],[384,25,167,32,"useState"],[384,31,167,40],[384,32,167,40,"useState"],[384,40,167,40],[384,42,167,41],[384,46,167,45],[384,47,167,46],[385,6,167,46,"_useState8"],[385,16,167,46],[385,23,167,46,"_slicedToArray"],[385,37,167,46],[385,38,167,46,"default"],[385,45,167,46],[385,47,167,46,"_useState7"],[385,57,167,46],[386,6,167,9,"loading"],[386,13,167,16],[386,16,167,16,"_useState8"],[386,26,167,16],[387,6,167,18,"setLoading"],[387,16,167,28],[387,19,167,28,"_useState8"],[387,29,167,28],[388,4,169,2],[388,8,169,8,"TEST_WALLET"],[388,19,169,19],[388,22,169,22],[388,72,169,72],[389,4,171,2],[389,8,171,2,"useEffect"],[389,14,171,11],[389,15,171,11,"useEffect"],[389,24,171,11],[389,26,171,12],[389,32,171,18],[390,6,172,4,"fetchBalance"],[390,18,172,16],[390,19,172,17],[390,20,172,18],[391,4,173,2],[391,5,173,3],[391,7,173,5],[391,9,173,7],[391,10,173,8],[392,4,175,2],[392,8,175,8,"fetchBalance"],[392,20,175,20],[393,6,175,20],[393,10,175,20,"_ref4"],[393,15,175,20],[393,22,175,20,"_asyncToGenerator"],[393,39,175,20],[393,40,175,20,"default"],[393,47,175,20],[393,49,175,23],[393,62,175,35],[394,8,176,4],[394,12,176,8],[395,10,177,6],[395,14,177,12,"backendUrl"],[395,24,177,22],[395,27,177,25],[395,84,177,64],[395,107,177,87],[396,10,178,6],[396,14,178,12,"controller"],[396,24,178,22],[396,27,178,25],[396,31,178,29,"AbortController"],[396,46,178,44],[396,47,178,45],[396,48,178,46],[397,10,179,6],[397,14,179,12,"timeoutId"],[397,23,179,21],[397,26,179,24,"setTimeout"],[397,36,179,34],[397,37,179,35],[397,43,179,41,"controller"],[397,53,179,51],[397,54,179,52,"abort"],[397,59,179,57],[397,60,179,58],[397,61,179,59],[397,63,179,61],[397,67,179,65],[397,68,179,66],[397,69,179,67],[397,70,179,68],[399,10,181,6],[399,14,181,12,"response"],[399,22,181,20],[399,31,181,29,"fetch"],[399,36,181,34],[399,37,181,35],[399,40,181,38,"backendUrl"],[399,50,181,48],[399,75,181,73],[399,77,181,75],[400,12,182,8,"method"],[400,18,182,14],[400,20,182,16],[400,26,182,22],[401,12,183,8,"headers"],[401,19,183,15],[401,21,183,17],[402,14,184,10],[402,28,184,24],[402,30,184,26],[403,12,185,8],[403,13,185,9],[404,12,186,8,"body"],[404,16,186,12],[404,18,186,14,"JSON"],[404,22,186,18],[404,23,186,19,"stringify"],[404,32,186,28],[404,33,186,29],[405,14,187,10,"address"],[405,21,187,17],[405,23,187,19,"TEST_WALLET"],[406,12,188,8],[406,13,188,9],[406,14,188,10],[407,12,189,8,"signal"],[407,18,189,14],[407,20,189,16,"controller"],[407,30,189,26],[407,31,189,27,"signal"],[408,10,190,6],[408,11,190,7],[408,12,190,8],[409,10,192,6,"clearTimeout"],[409,22,192,18],[409,23,192,19,"timeoutId"],[409,32,192,28],[409,33,192,29],[410,10,194,6],[410,14,194,10,"response"],[410,22,194,18],[410,23,194,19,"ok"],[410,25,194,21],[410,27,194,23],[411,12,195,8],[411,16,195,14,"data"],[411,20,195,18],[411,29,195,27,"response"],[411,37,195,35],[411,38,195,36,"json"],[411,42,195,40],[411,43,195,41],[411,44,195,42],[412,12,196,8,"setHezBalance"],[412,25,196,21],[412,26,196,22,"parseFloat"],[412,36,196,32],[412,37,196,33,"data"],[412,41,196,37],[412,42,196,38,"hez"],[412,45,196,41],[412,46,196,42],[412,47,196,43,"toFixed"],[412,54,196,50],[412,55,196,51],[412,56,196,52],[412,57,196,53],[412,58,196,54],[413,12,197,8,"setPezBalance"],[413,25,197,21],[413,26,197,22,"parseFloat"],[413,36,197,32],[413,37,197,33,"data"],[413,41,197,37],[413,42,197,38,"pez"],[413,45,197,41],[413,46,197,42],[413,47,197,43,"toFixed"],[413,54,197,50],[413,55,197,51],[413,56,197,52],[413,57,197,53],[413,58,197,54],[414,10,198,6],[414,11,198,7],[414,17,198,13],[415,12,199,8,"setHezBalance"],[415,25,199,21],[415,26,199,22],[415,32,199,28],[415,33,199,29],[416,12,200,8,"setPezBalance"],[416,25,200,21],[416,26,200,22],[416,32,200,28],[416,33,200,29],[417,10,201,6],[418,8,202,4],[418,9,202,5],[418,10,202,6],[418,17,202,13,"error"],[418,22,202,18],[418,24,202,20],[419,10,203,6,"console"],[419,17,203,13],[419,18,203,14,"error"],[419,23,203,19],[419,24,203,20],[419,46,203,42],[419,48,203,44,"error"],[419,53,203,49],[419,54,203,50],[420,10,204,6,"setHezBalance"],[420,23,204,19],[420,24,204,20],[420,30,204,26],[420,31,204,27],[421,10,205,6,"setPezBalance"],[421,23,205,19],[421,24,205,20],[421,30,205,26],[421,31,205,27],[422,8,206,4],[422,9,206,5],[422,18,206,14],[423,10,207,6,"setLoading"],[423,20,207,16],[423,21,207,17],[423,26,207,22],[423,27,207,23],[424,8,208,4],[425,6,209,2],[425,7,209,3],[426,6,209,3],[426,22,175,8,"fetchBalance"],[426,34,175,20,"fetchBalance"],[426,35,175,20],[427,8,175,20],[427,15,175,20,"_ref4"],[427,20,175,20],[427,21,175,20,"apply"],[427,26,175,20],[427,33,175,20,"arguments"],[427,42,175,20],[428,6,175,20],[429,4,175,20],[429,7,209,3],[430,4,211,2],[430,24,212,4],[430,28,212,4,"_reactJsxDevRuntime"],[430,47,212,4],[430,48,212,4,"jsxDEV"],[430,54,212,4],[430,56,212,5,"_reactNative"],[430,68,212,9],[430,69,212,9,"View"],[430,73,212,9],[431,6,212,10,"style"],[431,11,212,15],[431,13,212,17,"styles"],[431,19,212,23],[431,20,212,24,"container"],[431,29,212,34],[432,6,212,34,"children"],[432,14,212,34],[432,29,213,6],[432,33,213,6,"_reactJsxDevRuntime"],[432,52,213,6],[432,53,213,6,"jsxDEV"],[432,59,213,6],[432,61,213,7,"_reactNative"],[432,73,213,17],[432,74,213,17,"ScrollView"],[432,84,213,17],[433,8,213,18,"contentContainerStyle"],[433,29,213,39],[433,31,213,41,"styles"],[433,37,213,47],[433,38,213,48,"walletScrollContent"],[433,57,213,68],[434,8,213,68,"children"],[434,16,213,68],[434,32,215,8],[434,36,215,8,"_reactJsxDevRuntime"],[434,55,215,8],[434,56,215,8,"jsxDEV"],[434,62,215,8],[434,64,215,9,"_reactNative"],[434,76,215,13],[434,77,215,13,"View"],[434,81,215,13],[435,10,215,14,"style"],[435,15,215,19],[435,17,215,21],[435,18,215,22,"styles"],[435,24,215,28],[435,25,215,29,"walletHeader"],[435,37,215,41],[435,39,215,43],[436,12,215,45,"paddingTop"],[436,22,215,55],[436,24,215,57,"insets"],[436,30,215,63],[436,31,215,64,"top"],[436,34,215,67],[436,37,215,70],[437,10,215,73],[437,11,215,74],[437,12,215,76],[438,10,215,76,"children"],[438,18,215,76],[438,34,216,10],[438,38,216,10,"_reactJsxDevRuntime"],[438,57,216,10],[438,58,216,10,"jsxDEV"],[438,64,216,10],[438,66,216,11,"_reactNative"],[438,78,216,15],[438,79,216,15,"Text"],[438,83,216,15],[439,12,216,16,"style"],[439,17,216,21],[439,19,216,23,"styles"],[439,25,216,29],[439,26,216,30,"walletTitle"],[439,37,216,42],[440,12,216,42,"children"],[440,20,216,42],[440,22,216,43],[441,10,216,52],[442,12,216,52,"fileName"],[442,20,216,52],[442,22,216,52,"_jsxFileName"],[442,34,216,52],[443,12,216,52,"lineNumber"],[443,22,216,52],[444,12,216,52,"columnNumber"],[444,24,216,52],[445,10,216,52],[445,17,216,58],[445,18,216,59],[445,33,217,10],[445,37,217,10,"_reactJsxDevRuntime"],[445,56,217,10],[445,57,217,10,"jsxDEV"],[445,63,217,10],[445,65,217,11,"_reactNative"],[445,77,217,27],[445,78,217,27,"TouchableOpacity"],[445,94,217,27],[446,12,217,28,"onPress"],[446,19,217,35],[446,21,217,37,"fetchBalance"],[446,33,217,50],[447,12,217,51,"style"],[447,17,217,56],[447,19,217,58,"styles"],[447,25,217,64],[447,26,217,65,"refreshButton"],[447,39,217,79],[448,12,217,79,"children"],[448,20,217,79],[448,35,218,12],[448,39,218,12,"_reactJsxDevRuntime"],[448,58,218,12],[448,59,218,12,"jsxDEV"],[448,65,218,12],[448,67,218,13,"_expoVectorIcons"],[448,83,218,21],[448,84,218,21,"Ionicons"],[448,92,218,21],[449,14,218,22,"name"],[449,18,218,26],[449,20,218,27],[449,29,218,36],[450,14,218,37,"size"],[450,18,218,41],[450,20,218,43],[450,22,218,46],[451,14,218,47,"color"],[451,19,218,52],[451,21,218,53],[452,12,218,62],[453,14,218,62,"fileName"],[453,22,218,62],[453,24,218,62,"_jsxFileName"],[453,36,218,62],[454,14,218,62,"lineNumber"],[454,24,218,62],[455,14,218,62,"columnNumber"],[455,26,218,62],[456,12,218,62],[456,19,218,64],[457,10,218,65],[458,12,218,65,"fileName"],[458,20,218,65],[458,22,218,65,"_jsxFileName"],[458,34,218,65],[459,12,218,65,"lineNumber"],[459,22,218,65],[460,12,218,65,"columnNumber"],[460,24,218,65],[461,10,218,65],[461,17,219,28],[461,18,219,29],[462,8,219,29],[463,10,219,29,"fileName"],[463,18,219,29],[463,20,219,29,"_jsxFileName"],[463,32,219,29],[464,10,219,29,"lineNumber"],[464,20,219,29],[465,10,219,29,"columnNumber"],[465,22,219,29],[466,8,219,29],[466,15,220,14],[466,16,220,15],[466,31,223,8],[466,35,223,8,"_reactJsxDevRuntime"],[466,54,223,8],[466,55,223,8,"jsxDEV"],[466,61,223,8],[466,63,223,9,"_reactNative"],[466,75,223,13],[466,76,223,13,"View"],[466,80,223,13],[467,10,223,14,"style"],[467,15,223,19],[467,17,223,21,"styles"],[467,23,223,27],[467,24,223,28,"balanceRow"],[467,34,223,39],[468,10,223,39,"children"],[468,18,223,39],[468,34,224,10],[468,38,224,10,"_reactJsxDevRuntime"],[468,57,224,10],[468,58,224,10,"jsxDEV"],[468,64,224,10],[468,66,224,11,"_reactNative"],[468,78,224,15],[468,79,224,15,"View"],[468,83,224,15],[469,12,224,16,"style"],[469,17,224,21],[469,19,224,23,"styles"],[469,25,224,29],[469,26,224,30,"balanceCardNew"],[469,40,224,45],[470,12,224,45,"children"],[470,20,224,45],[470,36,225,12],[470,40,225,12,"_reactJsxDevRuntime"],[470,59,225,12],[470,60,225,12,"jsxDEV"],[470,66,225,12],[470,68,225,13,"_reactNative"],[470,80,225,18],[470,81,225,18,"Image"],[470,86,225,18],[471,14,226,14,"source"],[471,20,226,20],[471,22,226,22],[472,16,226,24,"uri"],[472,19,226,27],[472,21,226,29],[473,14,226,145],[473,15,226,147],[474,14,227,14,"style"],[474,19,227,19],[474,21,227,21,"styles"],[474,27,227,27],[474,28,227,28,"tokenLogoNew"],[475,12,227,41],[476,14,227,41,"fileName"],[476,22,227,41],[476,24,227,41,"_jsxFileName"],[476,36,227,41],[477,14,227,41,"lineNumber"],[477,24,227,41],[478,14,227,41,"columnNumber"],[478,26,227,41],[479,12,227,41],[479,19,228,13],[479,20,228,14],[479,35,229,12],[479,39,229,12,"_reactJsxDevRuntime"],[479,58,229,12],[479,59,229,12,"jsxDEV"],[479,65,229,12],[479,67,229,13,"_reactNative"],[479,79,229,17],[479,80,229,17,"Text"],[479,84,229,17],[480,14,229,18,"style"],[480,19,229,23],[480,21,229,25,"styles"],[480,27,229,31],[480,28,229,32,"tokenSymbolNew"],[480,42,229,47],[481,14,229,47,"children"],[481,22,229,47],[481,24,229,48],[482,12,229,51],[483,14,229,51,"fileName"],[483,22,229,51],[483,24,229,51,"_jsxFileName"],[483,36,229,51],[484,14,229,51,"lineNumber"],[484,24,229,51],[485,14,229,51,"columnNumber"],[485,26,229,51],[486,12,229,51],[486,19,229,57],[486,20,229,58],[486,35,230,12],[486,39,230,12,"_reactJsxDevRuntime"],[486,58,230,12],[486,59,230,12,"jsxDEV"],[486,65,230,12],[486,67,230,13,"_reactNative"],[486,79,230,17],[486,80,230,17,"Text"],[486,84,230,17],[487,14,230,18,"style"],[487,19,230,23],[487,21,230,25,"styles"],[487,27,230,31],[487,28,230,32,"balanceAmountNew"],[487,44,230,49],[488,14,230,49,"children"],[488,22,230,49],[488,24,230,51,"hezBalance"],[489,12,230,61],[490,14,230,61,"fileName"],[490,22,230,61],[490,24,230,61,"_jsxFileName"],[490,36,230,61],[491,14,230,61,"lineNumber"],[491,24,230,61],[492,14,230,61,"columnNumber"],[492,26,230,61],[493,12,230,61],[493,19,230,68],[493,20,230,69],[493,35,231,12],[493,39,231,12,"_reactJsxDevRuntime"],[493,58,231,12],[493,59,231,12,"jsxDEV"],[493,65,231,12],[493,67,231,13,"_reactNative"],[493,79,231,17],[493,80,231,17,"Text"],[493,84,231,17],[494,14,231,18,"style"],[494,19,231,23],[494,21,231,25,"styles"],[494,27,231,31],[494,28,231,32,"tokenNameNew"],[494,40,231,45],[495,14,231,45,"children"],[495,22,231,45],[495,24,231,46],[496,12,231,61],[497,14,231,61,"fileName"],[497,22,231,61],[497,24,231,61,"_jsxFileName"],[497,36,231,61],[498,14,231,61,"lineNumber"],[498,24,231,61],[499,14,231,61,"columnNumber"],[499,26,231,61],[500,12,231,61],[500,19,231,67],[500,20,231,68],[501,10,231,68],[502,12,231,68,"fileName"],[502,20,231,68],[502,22,231,68,"_jsxFileName"],[502,34,231,68],[503,12,231,68,"lineNumber"],[503,22,231,68],[504,12,231,68,"columnNumber"],[504,24,231,68],[505,10,231,68],[505,17,232,16],[505,18,232,17],[505,33,234,10],[505,37,234,10,"_reactJsxDevRuntime"],[505,56,234,10],[505,57,234,10,"jsxDEV"],[505,63,234,10],[505,65,234,11,"_reactNative"],[505,77,234,15],[505,78,234,15,"View"],[505,82,234,15],[506,12,234,16,"style"],[506,17,234,21],[506,19,234,23,"styles"],[506,25,234,29],[506,26,234,30,"balanceCardNew"],[506,40,234,45],[507,12,234,45,"children"],[507,20,234,45],[507,36,235,12],[507,40,235,12,"_reactJsxDevRuntime"],[507,59,235,12],[507,60,235,12,"jsxDEV"],[507,66,235,12],[507,68,235,13,"_reactNative"],[507,80,235,18],[507,81,235,18,"Image"],[507,86,235,18],[508,14,236,14,"source"],[508,20,236,20],[508,22,236,22],[509,16,236,24,"uri"],[509,19,236,27],[509,21,236,29],[510,14,236,129],[510,15,236,131],[511,14,237,14,"style"],[511,19,237,19],[511,21,237,21,"styles"],[511,27,237,27],[511,28,237,28,"tokenLogoNew"],[512,12,237,41],[513,14,237,41,"fileName"],[513,22,237,41],[513,24,237,41,"_jsxFileName"],[513,36,237,41],[514,14,237,41,"lineNumber"],[514,24,237,41],[515,14,237,41,"columnNumber"],[515,26,237,41],[516,12,237,41],[516,19,238,13],[516,20,238,14],[516,35,239,12],[516,39,239,12,"_reactJsxDevRuntime"],[516,58,239,12],[516,59,239,12,"jsxDEV"],[516,65,239,12],[516,67,239,13,"_reactNative"],[516,79,239,17],[516,80,239,17,"Text"],[516,84,239,17],[517,14,239,18,"style"],[517,19,239,23],[517,21,239,25,"styles"],[517,27,239,31],[517,28,239,32,"tokenSymbolNew"],[517,42,239,47],[518,14,239,47,"children"],[518,22,239,47],[518,24,239,48],[519,12,239,51],[520,14,239,51,"fileName"],[520,22,239,51],[520,24,239,51,"_jsxFileName"],[520,36,239,51],[521,14,239,51,"lineNumber"],[521,24,239,51],[522,14,239,51,"columnNumber"],[522,26,239,51],[523,12,239,51],[523,19,239,57],[523,20,239,58],[523,35,240,12],[523,39,240,12,"_reactJsxDevRuntime"],[523,58,240,12],[523,59,240,12,"jsxDEV"],[523,65,240,12],[523,67,240,13,"_reactNative"],[523,79,240,17],[523,80,240,17,"Text"],[523,84,240,17],[524,14,240,18,"style"],[524,19,240,23],[524,21,240,25,"styles"],[524,27,240,31],[524,28,240,32,"balanceAmountNew"],[524,44,240,49],[525,14,240,49,"children"],[525,22,240,49],[525,24,240,51,"pezBalance"],[526,12,240,61],[527,14,240,61,"fileName"],[527,22,240,61],[527,24,240,61,"_jsxFileName"],[527,36,240,61],[528,14,240,61,"lineNumber"],[528,24,240,61],[529,14,240,61,"columnNumber"],[529,26,240,61],[530,12,240,61],[530,19,240,68],[530,20,240,69],[530,35,241,12],[530,39,241,12,"_reactJsxDevRuntime"],[530,58,241,12],[530,59,241,12,"jsxDEV"],[530,65,241,12],[530,67,241,13,"_reactNative"],[530,79,241,17],[530,80,241,17,"Text"],[530,84,241,17],[531,14,241,18,"style"],[531,19,241,23],[531,21,241,25,"styles"],[531,27,241,31],[531,28,241,32,"tokenNameNew"],[531,40,241,45],[532,14,241,45,"children"],[532,22,241,45],[532,24,241,46],[533,12,241,59],[534,14,241,59,"fileName"],[534,22,241,59],[534,24,241,59,"_jsxFileName"],[534,36,241,59],[535,14,241,59,"lineNumber"],[535,24,241,59],[536,14,241,59,"columnNumber"],[536,26,241,59],[537,12,241,59],[537,19,241,65],[537,20,241,66],[538,10,241,66],[539,12,241,66,"fileName"],[539,20,241,66],[539,22,241,66,"_jsxFileName"],[539,34,241,66],[540,12,241,66,"lineNumber"],[540,22,241,66],[541,12,241,66,"columnNumber"],[541,24,241,66],[542,10,241,66],[542,17,242,16],[542,18,242,17],[543,8,242,17],[544,10,242,17,"fileName"],[544,18,242,17],[544,20,242,17,"_jsxFileName"],[544,32,242,17],[545,10,242,17,"lineNumber"],[545,20,242,17],[546,10,242,17,"columnNumber"],[546,22,242,17],[547,8,242,17],[547,15,243,14],[547,16,243,15],[547,31,246,8],[547,35,246,8,"_reactJsxDevRuntime"],[547,54,246,8],[547,55,246,8,"jsxDEV"],[547,61,246,8],[547,63,246,9,"_reactNative"],[547,75,246,13],[547,76,246,13,"View"],[547,80,246,13],[548,10,246,14,"style"],[548,15,246,19],[548,17,246,21,"styles"],[548,23,246,27],[548,24,246,28,"actionsContainer"],[548,40,246,45],[549,10,246,45,"children"],[549,18,246,45],[549,34,248,10],[549,38,248,10,"_reactJsxDevRuntime"],[549,57,248,10],[549,58,248,10,"jsxDEV"],[549,64,248,10],[549,66,248,11,"_reactNative"],[549,78,248,15],[549,79,248,15,"View"],[549,83,248,15],[550,12,248,16,"style"],[550,17,248,21],[550,19,248,23,"styles"],[550,25,248,29],[550,26,248,30,"actionsRow"],[550,36,248,41],[551,12,248,41,"children"],[551,20,248,41],[551,36,249,12],[551,40,249,12,"_reactJsxDevRuntime"],[551,59,249,12],[551,60,249,12,"jsxDEV"],[551,66,249,12],[551,68,249,13,"_reactNative"],[551,80,249,29],[551,81,249,29,"TouchableOpacity"],[551,97,249,29],[552,14,249,30,"style"],[552,19,249,35],[552,21,249,37],[552,22,249,38,"styles"],[552,28,249,44],[552,29,249,45,"actionBtn"],[552,38,249,54],[552,40,249,56],[553,16,249,57,"backgroundColor"],[553,31,249,72],[553,33,249,74],[554,14,249,83],[554,15,249,84],[554,16,249,86],[555,14,249,86,"children"],[555,22,249,86],[555,38,250,14],[555,42,250,14,"_reactJsxDevRuntime"],[555,61,250,14],[555,62,250,14,"jsxDEV"],[555,68,250,14],[555,70,250,15,"_expoVectorIcons"],[555,86,250,23],[555,87,250,23,"Ionicons"],[555,95,250,23],[556,16,250,24,"name"],[556,20,250,28],[556,22,250,29],[556,32,250,39],[557,16,250,40,"size"],[557,20,250,44],[557,22,250,46],[557,24,250,49],[558,16,250,50,"color"],[558,21,250,55],[558,23,250,56],[559,14,250,62],[560,16,250,62,"fileName"],[560,24,250,62],[560,26,250,62,"_jsxFileName"],[560,38,250,62],[561,16,250,62,"lineNumber"],[561,26,250,62],[562,16,250,62,"columnNumber"],[562,28,250,62],[563,14,250,62],[563,21,250,64],[563,22,250,65],[563,37,251,14],[563,41,251,14,"_reactJsxDevRuntime"],[563,60,251,14],[563,61,251,14,"jsxDEV"],[563,67,251,14],[563,69,251,15,"_reactNative"],[563,81,251,19],[563,82,251,19,"Text"],[563,86,251,19],[564,16,251,20,"style"],[564,21,251,25],[564,23,251,27,"styles"],[564,29,251,33],[564,30,251,34,"actionBtnText"],[564,43,251,48],[565,16,251,48,"children"],[565,24,251,48],[565,26,251,49],[566,14,251,53],[567,16,251,53,"fileName"],[567,24,251,53],[567,26,251,53,"_jsxFileName"],[567,38,251,53],[568,16,251,53,"lineNumber"],[568,26,251,53],[569,16,251,53,"columnNumber"],[569,28,251,53],[570,14,251,53],[570,21,251,59],[570,22,251,60],[571,12,251,60],[572,14,251,60,"fileName"],[572,22,251,60],[572,24,251,60,"_jsxFileName"],[572,36,251,60],[573,14,251,60,"lineNumber"],[573,24,251,60],[574,14,251,60,"columnNumber"],[574,26,251,60],[575,12,251,60],[575,19,252,30],[575,20,252,31],[575,35,253,12],[575,39,253,12,"_reactJsxDevRuntime"],[575,58,253,12],[575,59,253,12,"jsxDEV"],[575,65,253,12],[575,67,253,13,"_reactNative"],[575,79,253,29],[575,80,253,29,"TouchableOpacity"],[575,96,253,29],[576,14,253,30,"style"],[576,19,253,35],[576,21,253,37],[576,22,253,38,"styles"],[576,28,253,44],[576,29,253,45,"actionBtn"],[576,38,253,54],[576,40,253,56],[577,16,253,57,"backgroundColor"],[577,31,253,72],[577,33,253,74],[578,14,253,83],[578,15,253,84],[578,16,253,86],[579,14,253,86,"children"],[579,22,253,86],[579,38,254,14],[579,42,254,14,"_reactJsxDevRuntime"],[579,61,254,14],[579,62,254,14,"jsxDEV"],[579,68,254,14],[579,70,254,15,"_expoVectorIcons"],[579,86,254,23],[579,87,254,23,"Ionicons"],[579,95,254,23],[580,16,254,24,"name"],[580,20,254,28],[580,22,254,29],[580,34,254,41],[581,16,254,42,"size"],[581,20,254,46],[581,22,254,48],[581,24,254,51],[582,16,254,52,"color"],[582,21,254,57],[582,23,254,58],[583,14,254,64],[584,16,254,64,"fileName"],[584,24,254,64],[584,26,254,64,"_jsxFileName"],[584,38,254,64],[585,16,254,64,"lineNumber"],[585,26,254,64],[586,16,254,64,"columnNumber"],[586,28,254,64],[587,14,254,64],[587,21,254,66],[587,22,254,67],[587,37,255,14],[587,41,255,14,"_reactJsxDevRuntime"],[587,60,255,14],[587,61,255,14,"jsxDEV"],[587,67,255,14],[587,69,255,15,"_reactNative"],[587,81,255,19],[587,82,255,19,"Text"],[587,86,255,19],[588,16,255,20,"style"],[588,21,255,25],[588,23,255,27,"styles"],[588,29,255,33],[588,30,255,34,"actionBtnText"],[588,43,255,48],[589,16,255,48,"children"],[589,24,255,48],[589,26,255,49],[590,14,255,56],[591,16,255,56,"fileName"],[591,24,255,56],[591,26,255,56,"_jsxFileName"],[591,38,255,56],[592,16,255,56,"lineNumber"],[592,26,255,56],[593,16,255,56,"columnNumber"],[593,28,255,56],[594,14,255,56],[594,21,255,62],[594,22,255,63],[595,12,255,63],[596,14,255,63,"fileName"],[596,22,255,63],[596,24,255,63,"_jsxFileName"],[596,36,255,63],[597,14,255,63,"lineNumber"],[597,24,255,63],[598,14,255,63,"columnNumber"],[598,26,255,63],[599,12,255,63],[599,19,256,30],[599,20,256,31],[599,35,257,12],[599,39,257,12,"_reactJsxDevRuntime"],[599,58,257,12],[599,59,257,12,"jsxDEV"],[599,65,257,12],[599,67,257,13,"_reactNative"],[599,79,257,29],[599,80,257,29,"TouchableOpacity"],[599,96,257,29],[600,14,257,30,"style"],[600,19,257,35],[600,21,257,37],[600,22,257,38,"styles"],[600,28,257,44],[600,29,257,45,"actionBtn"],[600,38,257,54],[600,40,257,56],[601,16,257,57,"backgroundColor"],[601,31,257,72],[601,33,257,74],[602,14,257,83],[602,15,257,84],[602,16,257,86],[603,14,257,86,"children"],[603,22,257,86],[603,38,258,14],[603,42,258,14,"_reactJsxDevRuntime"],[603,61,258,14],[603,62,258,14,"jsxDEV"],[603,68,258,14],[603,70,258,15,"_expoVectorIcons"],[603,86,258,23],[603,87,258,23,"Ionicons"],[603,95,258,23],[604,16,258,24,"name"],[604,20,258,28],[604,22,258,29],[604,39,258,46],[605,16,258,47,"size"],[605,20,258,51],[605,22,258,53],[605,24,258,56],[606,16,258,57,"color"],[606,21,258,62],[606,23,258,63],[607,14,258,69],[608,16,258,69,"fileName"],[608,24,258,69],[608,26,258,69,"_jsxFileName"],[608,38,258,69],[609,16,258,69,"lineNumber"],[609,26,258,69],[610,16,258,69,"columnNumber"],[610,28,258,69],[611,14,258,69],[611,21,258,71],[611,22,258,72],[611,37,259,14],[611,41,259,14,"_reactJsxDevRuntime"],[611,60,259,14],[611,61,259,14,"jsxDEV"],[611,67,259,14],[611,69,259,15,"_reactNative"],[611,81,259,19],[611,82,259,19,"Text"],[611,86,259,19],[612,16,259,20,"style"],[612,21,259,25],[612,23,259,27,"styles"],[612,29,259,33],[612,30,259,34,"actionBtnText"],[612,43,259,48],[613,16,259,48,"children"],[613,24,259,48],[613,26,259,49],[614,14,259,53],[615,16,259,53,"fileName"],[615,24,259,53],[615,26,259,53,"_jsxFileName"],[615,38,259,53],[616,16,259,53,"lineNumber"],[616,26,259,53],[617,16,259,53,"columnNumber"],[617,28,259,53],[618,14,259,53],[618,21,259,59],[618,22,259,60],[619,12,259,60],[620,14,259,60,"fileName"],[620,22,259,60],[620,24,259,60,"_jsxFileName"],[620,36,259,60],[621,14,259,60,"lineNumber"],[621,24,259,60],[622,14,259,60,"columnNumber"],[622,26,259,60],[623,12,259,60],[623,19,260,30],[623,20,260,31],[623,35,261,12],[623,39,261,12,"_reactJsxDevRuntime"],[623,58,261,12],[623,59,261,12,"jsxDEV"],[623,65,261,12],[623,67,261,13,"_reactNative"],[623,79,261,29],[623,80,261,29,"TouchableOpacity"],[623,96,261,29],[624,14,261,30,"style"],[624,19,261,35],[624,21,261,37],[624,22,261,38,"styles"],[624,28,261,44],[624,29,261,45,"actionBtn"],[624,38,261,54],[624,40,261,56],[625,16,261,57,"backgroundColor"],[625,31,261,72],[625,33,261,74],[626,14,261,83],[626,15,261,84],[626,16,261,86],[627,14,261,86,"children"],[627,22,261,86],[627,38,262,14],[627,42,262,14,"_reactJsxDevRuntime"],[627,61,262,14],[627,62,262,14,"jsxDEV"],[627,68,262,14],[627,70,262,15,"_expoVectorIcons"],[627,86,262,23],[627,87,262,23,"Ionicons"],[627,95,262,23],[628,16,262,24,"name"],[628,20,262,28],[628,22,262,29],[628,30,262,37],[629,16,262,38,"size"],[629,20,262,42],[629,22,262,44],[629,24,262,47],[630,16,262,48,"color"],[630,21,262,53],[630,23,262,54],[631,14,262,60],[632,16,262,60,"fileName"],[632,24,262,60],[632,26,262,60,"_jsxFileName"],[632,38,262,60],[633,16,262,60,"lineNumber"],[633,26,262,60],[634,16,262,60,"columnNumber"],[634,28,262,60],[635,14,262,60],[635,21,262,62],[635,22,262,63],[635,37,263,14],[635,41,263,14,"_reactJsxDevRuntime"],[635,60,263,14],[635,61,263,14,"jsxDEV"],[635,67,263,14],[635,69,263,15,"_reactNative"],[635,81,263,19],[635,82,263,19,"Text"],[635,86,263,19],[636,16,263,20,"style"],[636,21,263,25],[636,23,263,27,"styles"],[636,29,263,33],[636,30,263,34,"actionBtnText"],[636,43,263,48],[637,16,263,48,"children"],[637,24,263,48],[637,26,263,49],[638,14,263,52],[639,16,263,52,"fileName"],[639,24,263,52],[639,26,263,52,"_jsxFileName"],[639,38,263,52],[640,16,263,52,"lineNumber"],[640,26,263,52],[641,16,263,52,"columnNumber"],[641,28,263,52],[642,14,263,52],[642,21,263,58],[642,22,263,59],[643,12,263,59],[644,14,263,59,"fileName"],[644,22,263,59],[644,24,263,59,"_jsxFileName"],[644,36,263,59],[645,14,263,59,"lineNumber"],[645,24,263,59],[646,14,263,59,"columnNumber"],[646,26,263,59],[647,12,263,59],[647,19,264,30],[647,20,264,31],[648,10,264,31],[649,12,264,31,"fileName"],[649,20,264,31],[649,22,264,31,"_jsxFileName"],[649,34,264,31],[650,12,264,31,"lineNumber"],[650,22,264,31],[651,12,264,31,"columnNumber"],[651,24,264,31],[652,10,264,31],[652,17,265,16],[652,18,265,17],[652,33,268,10],[652,37,268,10,"_reactJsxDevRuntime"],[652,56,268,10],[652,57,268,10,"jsxDEV"],[652,63,268,10],[652,65,268,11,"_reactNative"],[652,77,268,15],[652,78,268,15,"View"],[652,82,268,15],[653,12,268,16,"style"],[653,17,268,21],[653,19,268,23,"styles"],[653,25,268,29],[653,26,268,30,"actionsRow"],[653,36,268,41],[654,12,268,41,"children"],[654,20,268,41],[654,36,269,12],[654,40,269,12,"_reactJsxDevRuntime"],[654,59,269,12],[654,60,269,12,"jsxDEV"],[654,66,269,12],[654,68,269,13,"_reactNative"],[654,80,269,29],[654,81,269,29,"TouchableOpacity"],[654,97,269,29],[655,14,269,30,"style"],[655,19,269,35],[655,21,269,37],[655,22,269,38,"styles"],[655,28,269,44],[655,29,269,45,"actionBtn"],[655,38,269,54],[655,40,269,56],[656,16,269,57,"backgroundColor"],[656,31,269,72],[656,33,269,74],[657,14,269,83],[657,15,269,84],[657,16,269,86],[658,14,269,86,"children"],[658,22,269,86],[658,38,270,14],[658,42,270,14,"_reactJsxDevRuntime"],[658,61,270,14],[658,62,270,14,"jsxDEV"],[658,68,270,14],[658,70,270,15,"_expoVectorIcons"],[658,86,270,23],[658,87,270,23,"Ionicons"],[658,95,270,23],[659,16,270,24,"name"],[659,20,270,28],[659,22,270,29],[659,33,270,40],[660,16,270,41,"size"],[660,20,270,45],[660,22,270,47],[660,24,270,50],[661,16,270,51,"color"],[661,21,270,56],[661,23,270,57],[662,14,270,63],[663,16,270,63,"fileName"],[663,24,270,63],[663,26,270,63,"_jsxFileName"],[663,38,270,63],[664,16,270,63,"lineNumber"],[664,26,270,63],[665,16,270,63,"columnNumber"],[665,28,270,63],[666,14,270,63],[666,21,270,65],[666,22,270,66],[666,37,271,14],[666,41,271,14,"_reactJsxDevRuntime"],[666,60,271,14],[666,61,271,14,"jsxDEV"],[666,67,271,14],[666,69,271,15,"_reactNative"],[666,81,271,19],[666,82,271,19,"Text"],[666,86,271,19],[667,16,271,20,"style"],[667,21,271,25],[667,23,271,27,"styles"],[667,29,271,33],[667,30,271,34,"actionBtnText"],[667,43,271,48],[668,16,271,48,"children"],[668,24,271,48],[668,26,271,49],[669,14,271,53],[670,16,271,53,"fileName"],[670,24,271,53],[670,26,271,53,"_jsxFileName"],[670,38,271,53],[671,16,271,53,"lineNumber"],[671,26,271,53],[672,16,271,53,"columnNumber"],[672,28,271,53],[673,14,271,53],[673,21,271,59],[673,22,271,60],[674,12,271,60],[675,14,271,60,"fileName"],[675,22,271,60],[675,24,271,60,"_jsxFileName"],[675,36,271,60],[676,14,271,60,"lineNumber"],[676,24,271,60],[677,14,271,60,"columnNumber"],[677,26,271,60],[678,12,271,60],[678,19,272,30],[678,20,272,31],[678,35,273,12],[678,39,273,12,"_reactJsxDevRuntime"],[678,58,273,12],[678,59,273,12,"jsxDEV"],[678,65,273,12],[678,67,273,13,"_reactNative"],[678,79,273,29],[678,80,273,29,"TouchableOpacity"],[678,96,273,29],[679,14,273,30,"style"],[679,19,273,35],[679,21,273,37],[679,22,273,38,"styles"],[679,28,273,44],[679,29,273,45,"actionBtn"],[679,38,273,54],[679,40,273,56],[680,16,273,57,"backgroundColor"],[680,31,273,72],[680,33,273,74],[681,14,273,83],[681,15,273,84],[681,16,273,86],[682,14,273,86,"children"],[682,22,273,86],[682,38,274,14],[682,42,274,14,"_reactJsxDevRuntime"],[682,61,274,14],[682,62,274,14,"jsxDEV"],[682,68,274,14],[682,70,274,15,"_expoVectorIcons"],[682,86,274,23],[682,87,274,23,"Ionicons"],[682,95,274,23],[683,16,274,24,"name"],[683,20,274,28],[683,22,274,29],[683,28,274,35],[684,16,274,36,"size"],[684,20,274,40],[684,22,274,42],[684,24,274,45],[685,16,274,46,"color"],[685,21,274,51],[685,23,274,52],[686,14,274,58],[687,16,274,58,"fileName"],[687,24,274,58],[687,26,274,58,"_jsxFileName"],[687,38,274,58],[688,16,274,58,"lineNumber"],[688,26,274,58],[689,16,274,58,"columnNumber"],[689,28,274,58],[690,14,274,58],[690,21,274,60],[690,22,274,61],[690,37,275,14],[690,41,275,14,"_reactJsxDevRuntime"],[690,60,275,14],[690,61,275,14,"jsxDEV"],[690,67,275,14],[690,69,275,15,"_reactNative"],[690,81,275,19],[690,82,275,19,"Text"],[690,86,275,19],[691,16,275,20,"style"],[691,21,275,25],[691,23,275,27,"styles"],[691,29,275,33],[691,30,275,34,"actionBtnText"],[691,43,275,48],[692,16,275,48,"children"],[692,24,275,48],[692,26,275,49],[693,14,275,54],[694,16,275,54,"fileName"],[694,24,275,54],[694,26,275,54,"_jsxFileName"],[694,38,275,54],[695,16,275,54,"lineNumber"],[695,26,275,54],[696,16,275,54,"columnNumber"],[696,28,275,54],[697,14,275,54],[697,21,275,60],[697,22,275,61],[698,12,275,61],[699,14,275,61,"fileName"],[699,22,275,61],[699,24,275,61,"_jsxFileName"],[699,36,275,61],[700,14,275,61,"lineNumber"],[700,24,275,61],[701,14,275,61,"columnNumber"],[701,26,275,61],[702,12,275,61],[702,19,276,30],[702,20,276,31],[702,35,277,12],[702,39,277,12,"_reactJsxDevRuntime"],[702,58,277,12],[702,59,277,12,"jsxDEV"],[702,65,277,12],[702,67,277,13,"_reactNative"],[702,79,277,29],[702,80,277,29,"TouchableOpacity"],[702,96,277,29],[703,14,277,30,"style"],[703,19,277,35],[703,21,277,37],[703,22,277,38,"styles"],[703,28,277,44],[703,29,277,45,"actionBtn"],[703,38,277,54],[703,40,277,56],[704,16,277,57,"backgroundColor"],[704,31,277,72],[704,33,277,74],[705,14,277,83],[705,15,277,84],[705,16,277,86],[706,14,277,86,"children"],[706,22,277,86],[706,38,278,14],[706,42,278,14,"_reactJsxDevRuntime"],[706,61,278,14],[706,62,278,14,"jsxDEV"],[706,68,278,14],[706,70,278,15,"_expoVectorIcons"],[706,86,278,23],[706,87,278,23,"Ionicons"],[706,95,278,23],[707,16,278,24,"name"],[707,20,278,28],[707,22,278,29],[707,28,278,35],[708,16,278,36,"size"],[708,20,278,40],[708,22,278,42],[708,24,278,45],[709,16,278,46,"color"],[709,21,278,51],[709,23,278,52],[710,14,278,58],[711,16,278,58,"fileName"],[711,24,278,58],[711,26,278,58,"_jsxFileName"],[711,38,278,58],[712,16,278,58,"lineNumber"],[712,26,278,58],[713,16,278,58,"columnNumber"],[713,28,278,58],[714,14,278,58],[714,21,278,60],[714,22,278,61],[714,37,279,14],[714,41,279,14,"_reactJsxDevRuntime"],[714,60,279,14],[714,61,279,14,"jsxDEV"],[714,67,279,14],[714,69,279,15,"_reactNative"],[714,81,279,19],[714,82,279,19,"Text"],[714,86,279,19],[715,16,279,20,"style"],[715,21,279,25],[715,23,279,27,"styles"],[715,29,279,33],[715,30,279,34,"actionBtnText"],[715,43,279,48],[716,16,279,48,"children"],[716,24,279,48],[716,26,279,49],[717,14,279,56],[718,16,279,56,"fileName"],[718,24,279,56],[718,26,279,56,"_jsxFileName"],[718,38,279,56],[719,16,279,56,"lineNumber"],[719,26,279,56],[720,16,279,56,"columnNumber"],[720,28,279,56],[721,14,279,56],[721,21,279,62],[721,22,279,63],[722,12,279,63],[723,14,279,63,"fileName"],[723,22,279,63],[723,24,279,63,"_jsxFileName"],[723,36,279,63],[724,14,279,63,"lineNumber"],[724,24,279,63],[725,14,279,63,"columnNumber"],[725,26,279,63],[726,12,279,63],[726,19,280,30],[726,20,280,31],[726,35,281,12],[726,39,281,12,"_reactJsxDevRuntime"],[726,58,281,12],[726,59,281,12,"jsxDEV"],[726,65,281,12],[726,67,281,13,"_reactNative"],[726,79,281,29],[726,80,281,29,"TouchableOpacity"],[726,96,281,29],[727,14,281,30,"style"],[727,19,281,35],[727,21,281,37],[727,22,281,38,"styles"],[727,28,281,44],[727,29,281,45,"actionBtn"],[727,38,281,54],[727,40,281,56],[728,16,281,57,"backgroundColor"],[728,31,281,72],[728,33,281,74],[729,14,281,83],[729,15,281,84],[729,16,281,86],[730,14,281,86,"children"],[730,22,281,86],[730,38,282,14],[730,42,282,14,"_reactJsxDevRuntime"],[730,61,282,14],[730,62,282,14,"jsxDEV"],[730,68,282,14],[730,70,282,15,"_expoVectorIcons"],[730,86,282,23],[730,87,282,23,"Ionicons"],[730,95,282,23],[731,16,282,24,"name"],[731,20,282,28],[731,22,282,29],[731,28,282,35],[732,16,282,36,"size"],[732,20,282,40],[732,22,282,42],[732,24,282,45],[733,16,282,46,"color"],[733,21,282,51],[733,23,282,52],[734,14,282,58],[735,16,282,58,"fileName"],[735,24,282,58],[735,26,282,58,"_jsxFileName"],[735,38,282,58],[736,16,282,58,"lineNumber"],[736,26,282,58],[737,16,282,58,"columnNumber"],[737,28,282,58],[738,14,282,58],[738,21,282,60],[738,22,282,61],[738,37,283,14],[738,41,283,14,"_reactJsxDevRuntime"],[738,60,283,14],[738,61,283,14,"jsxDEV"],[738,67,283,14],[738,69,283,15,"_reactNative"],[738,81,283,19],[738,82,283,19,"Text"],[738,86,283,19],[739,16,283,20,"style"],[739,21,283,25],[739,23,283,27,"styles"],[739,29,283,33],[739,30,283,34,"actionBtnText"],[739,43,283,48],[740,16,283,48,"children"],[740,24,283,48],[740,26,283,49],[741,14,283,56],[742,16,283,56,"fileName"],[742,24,283,56],[742,26,283,56,"_jsxFileName"],[742,38,283,56],[743,16,283,56,"lineNumber"],[743,26,283,56],[744,16,283,56,"columnNumber"],[744,28,283,56],[745,14,283,56],[745,21,283,62],[745,22,283,63],[746,12,283,63],[747,14,283,63,"fileName"],[747,22,283,63],[747,24,283,63,"_jsxFileName"],[747,36,283,63],[748,14,283,63,"lineNumber"],[748,24,283,63],[749,14,283,63,"columnNumber"],[749,26,283,63],[750,12,283,63],[750,19,284,30],[750,20,284,31],[751,10,284,31],[752,12,284,31,"fileName"],[752,20,284,31],[752,22,284,31,"_jsxFileName"],[752,34,284,31],[753,12,284,31,"lineNumber"],[753,22,284,31],[754,12,284,31,"columnNumber"],[754,24,284,31],[755,10,284,31],[755,17,285,16],[755,18,285,17],[756,8,285,17],[757,10,285,17,"fileName"],[757,18,285,17],[757,20,285,17,"_jsxFileName"],[757,32,285,17],[758,10,285,17,"lineNumber"],[758,20,285,17],[759,10,285,17,"columnNumber"],[759,22,285,17],[760,8,285,17],[760,15,286,14],[760,16,286,15],[760,31,289,8],[760,35,289,8,"_reactJsxDevRuntime"],[760,54,289,8],[760,55,289,8,"jsxDEV"],[760,61,289,8],[760,63,289,9,"_reactNative"],[760,75,289,13],[760,76,289,13,"View"],[760,80,289,13],[761,10,289,14,"style"],[761,15,289,19],[761,17,289,21,"styles"],[761,23,289,27],[761,24,289,28,"tokensContainer"],[761,39,289,44],[762,10,289,44,"children"],[762,18,289,44],[762,34,290,10],[762,38,290,10,"_reactJsxDevRuntime"],[762,57,290,10],[762,58,290,10,"jsxDEV"],[762,64,290,10],[762,66,290,11,"_reactNative"],[762,78,290,15],[762,79,290,15,"View"],[762,83,290,15],[763,12,290,16,"style"],[763,17,290,21],[763,19,290,23,"styles"],[763,25,290,29],[763,26,290,30,"tokensHeader"],[763,38,290,43],[764,12,290,43,"children"],[764,20,290,43],[764,36,291,12],[764,40,291,12,"_reactJsxDevRuntime"],[764,59,291,12],[764,60,291,12,"jsxDEV"],[764,66,291,12],[764,68,291,13,"_reactNative"],[764,80,291,17],[764,81,291,17,"Text"],[764,85,291,17],[765,14,291,18,"style"],[765,19,291,23],[765,21,291,25,"styles"],[765,27,291,31],[765,28,291,32,"tokensTitle"],[765,39,291,44],[766,14,291,44,"children"],[766,22,291,44],[766,24,291,45],[767,12,291,51],[768,14,291,51,"fileName"],[768,22,291,51],[768,24,291,51,"_jsxFileName"],[768,36,291,51],[769,14,291,51,"lineNumber"],[769,24,291,51],[770,14,291,51,"columnNumber"],[770,26,291,51],[771,12,291,51],[771,19,291,57],[771,20,291,58],[771,35,292,12],[771,39,292,12,"_reactJsxDevRuntime"],[771,58,292,12],[771,59,292,12,"jsxDEV"],[771,65,292,12],[771,67,292,13,"_reactNative"],[771,79,292,17],[771,80,292,17,"View"],[771,84,292,17],[772,14,292,18,"style"],[772,19,292,23],[772,21,292,25,"styles"],[772,27,292,31],[772,28,292,32,"tokensHeaderActions"],[772,47,292,52],[773,14,292,52,"children"],[773,22,292,52],[773,38,293,14],[773,42,293,14,"_reactJsxDevRuntime"],[773,61,293,14],[773,62,293,14,"jsxDEV"],[773,68,293,14],[773,70,293,15,"_reactNative"],[773,82,293,31],[773,83,293,31,"TouchableOpacity"],[773,99,293,31],[774,16,293,32,"style"],[774,21,293,37],[774,23,293,39,"styles"],[774,29,293,45],[774,30,293,46,"tokenHeaderButton"],[774,47,293,64],[775,16,293,64,"children"],[775,24,293,64],[775,39,294,16],[775,43,294,16,"_reactJsxDevRuntime"],[775,62,294,16],[775,63,294,16,"jsxDEV"],[775,69,294,16],[775,71,294,17,"_expoVectorIcons"],[775,87,294,25],[775,88,294,25,"Ionicons"],[775,96,294,25],[776,18,294,26,"name"],[776,22,294,30],[776,24,294,31],[776,32,294,39],[777,18,294,40,"size"],[777,22,294,44],[777,24,294,46],[777,26,294,49],[778,18,294,50,"color"],[778,23,294,55],[778,25,294,56],[779,16,294,65],[780,18,294,65,"fileName"],[780,26,294,65],[780,28,294,65,"_jsxFileName"],[780,40,294,65],[781,18,294,65,"lineNumber"],[781,28,294,65],[782,18,294,65,"columnNumber"],[782,30,294,65],[783,16,294,65],[783,23,294,67],[784,14,294,68],[785,16,294,68,"fileName"],[785,24,294,68],[785,26,294,68,"_jsxFileName"],[785,38,294,68],[786,16,294,68,"lineNumber"],[786,26,294,68],[787,16,294,68,"columnNumber"],[787,28,294,68],[788,14,294,68],[788,21,295,32],[788,22,295,33],[788,37,296,14],[788,41,296,14,"_reactJsxDevRuntime"],[788,60,296,14],[788,61,296,14,"jsxDEV"],[788,67,296,14],[788,69,296,15,"_reactNative"],[788,81,296,31],[788,82,296,31,"TouchableOpacity"],[788,98,296,31],[789,16,296,32,"style"],[789,21,296,37],[789,23,296,39,"styles"],[789,29,296,45],[789,30,296,46,"tokenHeaderButton"],[789,47,296,64],[790,16,296,64,"children"],[790,24,296,64],[790,39,297,16],[790,43,297,16,"_reactJsxDevRuntime"],[790,62,297,16],[790,63,297,16,"jsxDEV"],[790,69,297,16],[790,71,297,17,"_expoVectorIcons"],[790,87,297,25],[790,88,297,25,"Ionicons"],[790,96,297,25],[791,18,297,26,"name"],[791,22,297,30],[791,24,297,31],[791,36,297,43],[792,18,297,44,"size"],[792,22,297,48],[792,24,297,50],[792,26,297,53],[793,18,297,54,"color"],[793,23,297,59],[793,25,297,60],[794,16,297,69],[795,18,297,69,"fileName"],[795,26,297,69],[795,28,297,69,"_jsxFileName"],[795,40,297,69],[796,18,297,69,"lineNumber"],[796,28,297,69],[797,18,297,69,"columnNumber"],[797,30,297,69],[798,16,297,69],[798,23,297,71],[799,14,297,72],[800,16,297,72,"fileName"],[800,24,297,72],[800,26,297,72,"_jsxFileName"],[800,38,297,72],[801,16,297,72,"lineNumber"],[801,26,297,72],[802,16,297,72,"columnNumber"],[802,28,297,72],[803,14,297,72],[803,21,298,32],[803,22,298,33],[803,37,299,14],[803,41,299,14,"_reactJsxDevRuntime"],[803,60,299,14],[803,61,299,14,"jsxDEV"],[803,67,299,14],[803,69,299,15,"_reactNative"],[803,81,299,31],[803,82,299,31,"TouchableOpacity"],[803,98,299,31],[804,16,299,32,"style"],[804,21,299,37],[804,23,299,39,"styles"],[804,29,299,45],[804,30,299,46,"tokenHeaderButton"],[804,47,299,64],[805,16,299,64,"children"],[805,24,299,64],[805,39,300,16],[805,43,300,16,"_reactJsxDevRuntime"],[805,62,300,16],[805,63,300,16,"jsxDEV"],[805,69,300,16],[805,71,300,17,"_expoVectorIcons"],[805,87,300,25],[805,88,300,25,"Ionicons"],[805,96,300,25],[806,18,300,26,"name"],[806,22,300,30],[806,24,300,31],[806,34,300,41],[807,18,300,42,"size"],[807,22,300,46],[807,24,300,48],[807,26,300,51],[808,18,300,52,"color"],[808,23,300,57],[808,25,300,58],[809,16,300,67],[810,18,300,67,"fileName"],[810,26,300,67],[810,28,300,67,"_jsxFileName"],[810,40,300,67],[811,18,300,67,"lineNumber"],[811,28,300,67],[812,18,300,67,"columnNumber"],[812,30,300,67],[813,16,300,67],[813,23,300,69],[814,14,300,70],[815,16,300,70,"fileName"],[815,24,300,70],[815,26,300,70,"_jsxFileName"],[815,38,300,70],[816,16,300,70,"lineNumber"],[816,26,300,70],[817,16,300,70,"columnNumber"],[817,28,300,70],[818,14,300,70],[818,21,301,32],[818,22,301,33],[819,12,301,33],[820,14,301,33,"fileName"],[820,22,301,33],[820,24,301,33,"_jsxFileName"],[820,36,301,33],[821,14,301,33,"lineNumber"],[821,24,301,33],[822,14,301,33,"columnNumber"],[822,26,301,33],[823,12,301,33],[823,19,302,18],[823,20,302,19],[824,10,302,19],[825,12,302,19,"fileName"],[825,20,302,19],[825,22,302,19,"_jsxFileName"],[825,34,302,19],[826,12,302,19,"lineNumber"],[826,22,302,19],[827,12,302,19,"columnNumber"],[827,24,302,19],[828,10,302,19],[828,17,303,16],[828,18,303,17],[828,33,306,10],[828,37,306,10,"_reactJsxDevRuntime"],[828,56,306,10],[828,57,306,10,"jsxDEV"],[828,63,306,10],[828,65,306,11,"_reactNative"],[828,77,306,15],[828,78,306,15,"View"],[828,82,306,15],[829,12,306,16,"style"],[829,17,306,21],[829,19,306,23,"styles"],[829,25,306,29],[829,26,306,30,"tokenItem"],[829,35,306,40],[830,12,306,40,"children"],[830,20,306,40],[830,36,307,12],[830,40,307,12,"_reactJsxDevRuntime"],[830,59,307,12],[830,60,307,12,"jsxDEV"],[830,66,307,12],[830,68,307,13,"_reactNative"],[830,80,307,17],[830,81,307,17,"View"],[830,85,307,17],[831,14,307,18,"style"],[831,19,307,23],[831,21,307,25,"styles"],[831,27,307,31],[831,28,307,32,"tokenItemLeft"],[831,41,307,46],[832,14,307,46,"children"],[832,22,307,46],[832,38,308,14],[832,42,308,14,"_reactJsxDevRuntime"],[832,61,308,14],[832,62,308,14,"jsxDEV"],[832,68,308,14],[832,70,308,15,"_reactNative"],[832,82,308,19],[832,83,308,19,"View"],[832,87,308,19],[833,16,308,20,"style"],[833,21,308,25],[833,23,308,27,"styles"],[833,29,308,33],[833,30,308,34,"tokenIconContainer"],[833,48,308,53],[834,16,308,53,"children"],[834,24,308,53],[834,40,309,16],[834,44,309,16,"_reactJsxDevRuntime"],[834,63,309,16],[834,64,309,16,"jsxDEV"],[834,70,309,16],[834,72,309,17,"_reactNative"],[834,84,309,22],[834,85,309,22,"Image"],[834,90,309,22],[835,18,310,18,"source"],[835,24,310,24],[835,26,310,26],[836,20,310,28,"uri"],[836,23,310,31],[836,25,310,33],[837,18,310,136],[837,19,310,138],[838,18,311,18,"style"],[838,23,311,23],[838,25,311,25,"styles"],[838,31,311,31],[838,32,311,32,"tokenIcon"],[839,16,311,42],[840,18,311,42,"fileName"],[840,26,311,42],[840,28,311,42,"_jsxFileName"],[840,40,311,42],[841,18,311,42,"lineNumber"],[841,28,311,42],[842,18,311,42,"columnNumber"],[842,30,311,42],[843,16,311,42],[843,23,312,17],[843,24,312,18],[843,39,313,16],[843,43,313,16,"_reactJsxDevRuntime"],[843,62,313,16],[843,63,313,16,"jsxDEV"],[843,69,313,16],[843,71,313,17,"_reactNative"],[843,83,313,22],[843,84,313,22,"Image"],[843,89,313,22],[844,18,314,18,"source"],[844,24,314,24],[844,26,314,26],[845,20,314,28,"uri"],[845,23,314,31],[845,25,314,33],[846,18,314,133],[846,19,314,135],[847,18,315,18,"style"],[847,23,315,23],[847,25,315,25,"styles"],[847,31,315,31],[847,32,315,32,"networkBadge"],[848,16,315,45],[849,18,315,45,"fileName"],[849,26,315,45],[849,28,315,45,"_jsxFileName"],[849,40,315,45],[850,18,315,45,"lineNumber"],[850,28,315,45],[851,18,315,45,"columnNumber"],[851,30,315,45],[852,16,315,45],[852,23,316,17],[852,24,316,18],[853,14,316,18],[854,16,316,18,"fileName"],[854,24,316,18],[854,26,316,18,"_jsxFileName"],[854,38,316,18],[855,16,316,18,"lineNumber"],[855,26,316,18],[856,16,316,18,"columnNumber"],[856,28,316,18],[857,14,316,18],[857,21,317,20],[857,22,317,21],[857,37,318,14],[857,41,318,14,"_reactJsxDevRuntime"],[857,60,318,14],[857,61,318,14,"jsxDEV"],[857,67,318,14],[857,69,318,15,"_reactNative"],[857,81,318,19],[857,82,318,19,"View"],[857,86,318,19],[858,16,318,19,"children"],[858,24,318,19],[858,40,319,16],[858,44,319,16,"_reactJsxDevRuntime"],[858,63,319,16],[858,64,319,16,"jsxDEV"],[858,70,319,16],[858,72,319,17,"_reactNative"],[858,84,319,21],[858,85,319,21,"Text"],[858,89,319,21],[859,18,319,22,"style"],[859,23,319,27],[859,25,319,29,"styles"],[859,31,319,35],[859,32,319,36,"tokenItemName"],[859,45,319,50],[860,18,319,50,"children"],[860,26,319,50],[860,28,319,51],[861,16,319,55],[862,18,319,55,"fileName"],[862,26,319,55],[862,28,319,55,"_jsxFileName"],[862,40,319,55],[863,18,319,55,"lineNumber"],[863,28,319,55],[864,18,319,55,"columnNumber"],[864,30,319,55],[865,16,319,55],[865,23,319,61],[865,24,319,62],[865,39,320,16],[865,43,320,16,"_reactJsxDevRuntime"],[865,62,320,16],[865,63,320,16,"jsxDEV"],[865,69,320,16],[865,71,320,17,"_reactNative"],[865,83,320,21],[865,84,320,21,"Text"],[865,88,320,21],[866,18,320,22,"style"],[866,23,320,27],[866,25,320,29,"styles"],[866,31,320,35],[866,32,320,36,"tokenItemNetwork"],[866,48,320,53],[867,18,320,53,"children"],[867,26,320,53],[867,28,320,54],[868,16,320,65],[869,18,320,65,"fileName"],[869,26,320,65],[869,28,320,65,"_jsxFileName"],[869,40,320,65],[870,18,320,65,"lineNumber"],[870,28,320,65],[871,18,320,65,"columnNumber"],[871,30,320,65],[872,16,320,65],[872,23,320,71],[872,24,320,72],[873,14,320,72],[874,16,320,72,"fileName"],[874,24,320,72],[874,26,320,72,"_jsxFileName"],[874,38,320,72],[875,16,320,72,"lineNumber"],[875,26,320,72],[876,16,320,72,"columnNumber"],[876,28,320,72],[877,14,320,72],[877,21,321,20],[877,22,321,21],[878,12,321,21],[879,14,321,21,"fileName"],[879,22,321,21],[879,24,321,21,"_jsxFileName"],[879,36,321,21],[880,14,321,21,"lineNumber"],[880,24,321,21],[881,14,321,21,"columnNumber"],[881,26,321,21],[882,12,321,21],[882,19,322,18],[882,20,322,19],[882,35,323,12],[882,39,323,12,"_reactJsxDevRuntime"],[882,58,323,12],[882,59,323,12,"jsxDEV"],[882,65,323,12],[882,67,323,13,"_reactNative"],[882,79,323,17],[882,80,323,17,"View"],[882,84,323,17],[883,14,323,18,"style"],[883,19,323,23],[883,21,323,25,"styles"],[883,27,323,31],[883,28,323,32,"tokenItemRight"],[883,42,323,47],[884,14,323,47,"children"],[884,22,323,47],[884,38,324,14],[884,42,324,14,"_reactJsxDevRuntime"],[884,61,324,14],[884,62,324,14,"jsxDEV"],[884,68,324,14],[884,70,324,15,"_reactNative"],[884,82,324,19],[884,83,324,19,"Text"],[884,87,324,19],[885,16,324,20,"style"],[885,21,324,25],[885,23,324,27,"styles"],[885,29,324,33],[885,30,324,34,"tokenItemBalance"],[885,46,324,51],[886,16,324,51,"children"],[886,24,324,51],[886,26,324,52],[887,14,324,56],[888,16,324,56,"fileName"],[888,24,324,56],[888,26,324,56,"_jsxFileName"],[888,38,324,56],[889,16,324,56,"lineNumber"],[889,26,324,56],[890,16,324,56,"columnNumber"],[890,28,324,56],[891,14,324,56],[891,21,324,62],[891,22,324,63],[891,37,325,14],[891,41,325,14,"_reactJsxDevRuntime"],[891,60,325,14],[891,61,325,14,"jsxDEV"],[891,67,325,14],[891,69,325,15,"_reactNative"],[891,81,325,19],[891,82,325,19,"Text"],[891,86,325,19],[892,16,325,20,"style"],[892,21,325,25],[892,23,325,27,"styles"],[892,29,325,33],[892,30,325,34,"tokenItemUsd"],[892,42,325,47],[893,16,325,47,"children"],[893,24,325,47],[893,26,325,48],[894,14,325,53],[895,16,325,53,"fileName"],[895,24,325,53],[895,26,325,53,"_jsxFileName"],[895,38,325,53],[896,16,325,53,"lineNumber"],[896,26,325,53],[897,16,325,53,"columnNumber"],[897,28,325,53],[898,14,325,53],[898,21,325,59],[898,22,325,60],[899,12,325,60],[900,14,325,60,"fileName"],[900,22,325,60],[900,24,325,60,"_jsxFileName"],[900,36,325,60],[901,14,325,60,"lineNumber"],[901,24,325,60],[902,14,325,60,"columnNumber"],[902,26,325,60],[903,12,325,60],[903,19,326,18],[903,20,326,19],[904,10,326,19],[905,12,326,19,"fileName"],[905,20,326,19],[905,22,326,19,"_jsxFileName"],[905,34,326,19],[906,12,326,19,"lineNumber"],[906,22,326,19],[907,12,326,19,"columnNumber"],[907,24,326,19],[908,10,326,19],[908,17,327,16],[908,18,327,17],[908,33,330,10],[908,37,330,10,"_reactJsxDevRuntime"],[908,56,330,10],[908,57,330,10,"jsxDEV"],[908,63,330,10],[908,65,330,11,"_reactNative"],[908,77,330,15],[908,78,330,15,"View"],[908,82,330,15],[909,12,330,16,"style"],[909,17,330,21],[909,19,330,23,"styles"],[909,25,330,29],[909,26,330,30,"tokenItem"],[909,35,330,40],[910,12,330,40,"children"],[910,20,330,40],[910,36,331,12],[910,40,331,12,"_reactJsxDevRuntime"],[910,59,331,12],[910,60,331,12,"jsxDEV"],[910,66,331,12],[910,68,331,13,"_reactNative"],[910,80,331,17],[910,81,331,17,"View"],[910,85,331,17],[911,14,331,18,"style"],[911,19,331,23],[911,21,331,25,"styles"],[911,27,331,31],[911,28,331,32,"tokenItemLeft"],[911,41,331,46],[912,14,331,46,"children"],[912,22,331,46],[912,38,332,14],[912,42,332,14,"_reactJsxDevRuntime"],[912,61,332,14],[912,62,332,14,"jsxDEV"],[912,68,332,14],[912,70,332,15,"_reactNative"],[912,82,332,20],[912,83,332,20,"Image"],[912,88,332,20],[913,16,333,16,"source"],[913,22,333,22],[913,24,333,24],[914,18,333,26,"uri"],[914,21,333,29],[914,23,333,31],[915,16,333,124],[915,17,333,126],[916,16,334,16,"style"],[916,21,334,21],[916,23,334,23,"styles"],[916,29,334,29],[916,30,334,30,"tokenIcon"],[917,14,334,40],[918,16,334,40,"fileName"],[918,24,334,40],[918,26,334,40,"_jsxFileName"],[918,38,334,40],[919,16,334,40,"lineNumber"],[919,26,334,40],[920,16,334,40,"columnNumber"],[920,28,334,40],[921,14,334,40],[921,21,335,15],[921,22,335,16],[921,37,336,14],[921,41,336,14,"_reactJsxDevRuntime"],[921,60,336,14],[921,61,336,14,"jsxDEV"],[921,67,336,14],[921,69,336,15,"_reactNative"],[921,81,336,19],[921,82,336,19,"View"],[921,86,336,19],[922,16,336,19,"children"],[922,24,336,19],[922,40,337,16],[922,44,337,16,"_reactJsxDevRuntime"],[922,63,337,16],[922,64,337,16,"jsxDEV"],[922,70,337,16],[922,72,337,17,"_reactNative"],[922,84,337,21],[922,85,337,21,"Text"],[922,89,337,21],[923,18,337,22,"style"],[923,23,337,27],[923,25,337,29,"styles"],[923,31,337,35],[923,32,337,36,"tokenItemName"],[923,45,337,50],[924,18,337,50,"children"],[924,26,337,50],[924,28,337,51],[925,16,337,54],[926,18,337,54,"fileName"],[926,26,337,54],[926,28,337,54,"_jsxFileName"],[926,40,337,54],[927,18,337,54,"lineNumber"],[927,28,337,54],[928,18,337,54,"columnNumber"],[928,30,337,54],[929,16,337,54],[929,23,337,60],[929,24,337,61],[929,39,338,16],[929,43,338,16,"_reactJsxDevRuntime"],[929,62,338,16],[929,63,338,16,"jsxDEV"],[929,69,338,16],[929,71,338,17,"_reactNative"],[929,83,338,21],[929,84,338,21,"Text"],[929,88,338,21],[930,18,338,22,"style"],[930,23,338,27],[930,25,338,29,"styles"],[930,31,338,35],[930,32,338,36,"tokenItemNetwork"],[930,48,338,53],[931,18,338,53,"children"],[931,26,338,53],[931,28,338,54],[932,16,338,62],[933,18,338,62,"fileName"],[933,26,338,62],[933,28,338,62,"_jsxFileName"],[933,40,338,62],[934,18,338,62,"lineNumber"],[934,28,338,62],[935,18,338,62,"columnNumber"],[935,30,338,62],[936,16,338,62],[936,23,338,68],[936,24,338,69],[937,14,338,69],[938,16,338,69,"fileName"],[938,24,338,69],[938,26,338,69,"_jsxFileName"],[938,38,338,69],[939,16,338,69,"lineNumber"],[939,26,338,69],[940,16,338,69,"columnNumber"],[940,28,338,69],[941,14,338,69],[941,21,339,20],[941,22,339,21],[942,12,339,21],[943,14,339,21,"fileName"],[943,22,339,21],[943,24,339,21,"_jsxFileName"],[943,36,339,21],[944,14,339,21,"lineNumber"],[944,24,339,21],[945,14,339,21,"columnNumber"],[945,26,339,21],[946,12,339,21],[946,19,340,18],[946,20,340,19],[946,35,341,12],[946,39,341,12,"_reactJsxDevRuntime"],[946,58,341,12],[946,59,341,12,"jsxDEV"],[946,65,341,12],[946,67,341,13,"_reactNative"],[946,79,341,17],[946,80,341,17,"View"],[946,84,341,17],[947,14,341,18,"style"],[947,19,341,23],[947,21,341,25,"styles"],[947,27,341,31],[947,28,341,32,"tokenItemRight"],[947,42,341,47],[948,14,341,47,"children"],[948,22,341,47],[948,38,342,14],[948,42,342,14,"_reactJsxDevRuntime"],[948,61,342,14],[948,62,342,14,"jsxDEV"],[948,68,342,14],[948,70,342,15,"_reactNative"],[948,82,342,19],[948,83,342,19,"Text"],[948,87,342,19],[949,16,342,20,"style"],[949,21,342,25],[949,23,342,27,"styles"],[949,29,342,33],[949,30,342,34,"tokenItemBalance"],[949,46,342,51],[950,16,342,51,"children"],[950,24,342,51],[950,26,342,52],[951,14,342,56],[952,16,342,56,"fileName"],[952,24,342,56],[952,26,342,56,"_jsxFileName"],[952,38,342,56],[953,16,342,56,"lineNumber"],[953,26,342,56],[954,16,342,56,"columnNumber"],[954,28,342,56],[955,14,342,56],[955,21,342,62],[955,22,342,63],[955,37,343,14],[955,41,343,14,"_reactJsxDevRuntime"],[955,60,343,14],[955,61,343,14,"jsxDEV"],[955,67,343,14],[955,69,343,15,"_reactNative"],[955,81,343,19],[955,82,343,19,"Text"],[955,86,343,19],[956,16,343,20,"style"],[956,21,343,25],[956,23,343,27,"styles"],[956,29,343,33],[956,30,343,34,"tokenItemUsd"],[956,42,343,47],[957,16,343,47,"children"],[957,24,343,47],[957,26,343,48],[958,14,343,53],[959,16,343,53,"fileName"],[959,24,343,53],[959,26,343,53,"_jsxFileName"],[959,38,343,53],[960,16,343,53,"lineNumber"],[960,26,343,53],[961,16,343,53,"columnNumber"],[961,28,343,53],[962,14,343,53],[962,21,343,59],[962,22,343,60],[963,12,343,60],[964,14,343,60,"fileName"],[964,22,343,60],[964,24,343,60,"_jsxFileName"],[964,36,343,60],[965,14,343,60,"lineNumber"],[965,24,343,60],[966,14,343,60,"columnNumber"],[966,26,343,60],[967,12,343,60],[967,19,344,18],[967,20,344,19],[968,10,344,19],[969,12,344,19,"fileName"],[969,20,344,19],[969,22,344,19,"_jsxFileName"],[969,34,344,19],[970,12,344,19,"lineNumber"],[970,22,344,19],[971,12,344,19,"columnNumber"],[971,24,344,19],[972,10,344,19],[972,17,345,16],[972,18,345,17],[972,33,348,10],[972,37,348,10,"_reactJsxDevRuntime"],[972,56,348,10],[972,57,348,10,"jsxDEV"],[972,63,348,10],[972,65,348,11,"_reactNative"],[972,77,348,15],[972,78,348,15,"View"],[972,82,348,15],[973,12,348,16,"style"],[973,17,348,21],[973,19,348,23,"styles"],[973,25,348,29],[973,26,348,30,"tokenItem"],[973,35,348,40],[974,12,348,40,"children"],[974,20,348,40],[974,36,349,12],[974,40,349,12,"_reactJsxDevRuntime"],[974,59,349,12],[974,60,349,12,"jsxDEV"],[974,66,349,12],[974,68,349,13,"_reactNative"],[974,80,349,17],[974,81,349,17,"View"],[974,85,349,17],[975,14,349,18,"style"],[975,19,349,23],[975,21,349,25,"styles"],[975,27,349,31],[975,28,349,32,"tokenItemLeft"],[975,41,349,46],[976,14,349,46,"children"],[976,22,349,46],[976,38,350,14],[976,42,350,14,"_reactJsxDevRuntime"],[976,61,350,14],[976,62,350,14,"jsxDEV"],[976,68,350,14],[976,70,350,15,"_reactNative"],[976,82,350,20],[976,83,350,20,"Image"],[976,88,350,20],[977,16,351,16,"source"],[977,22,351,22],[977,24,351,24],[978,18,351,26,"uri"],[978,21,351,29],[978,23,351,31],[979,16,351,128],[979,17,351,130],[980,16,352,16,"style"],[980,21,352,21],[980,23,352,23,"styles"],[980,29,352,29],[980,30,352,30,"tokenIcon"],[981,14,352,40],[982,16,352,40,"fileName"],[982,24,352,40],[982,26,352,40,"_jsxFileName"],[982,38,352,40],[983,16,352,40,"lineNumber"],[983,26,352,40],[984,16,352,40,"columnNumber"],[984,28,352,40],[985,14,352,40],[985,21,353,15],[985,22,353,16],[985,37,354,14],[985,41,354,14,"_reactJsxDevRuntime"],[985,60,354,14],[985,61,354,14,"jsxDEV"],[985,67,354,14],[985,69,354,15,"_reactNative"],[985,81,354,19],[985,82,354,19,"View"],[985,86,354,19],[986,16,354,19,"children"],[986,24,354,19],[986,40,355,16],[986,44,355,16,"_reactJsxDevRuntime"],[986,63,355,16],[986,64,355,16,"jsxDEV"],[986,70,355,16],[986,72,355,17,"_reactNative"],[986,84,355,21],[986,85,355,21,"Text"],[986,89,355,21],[987,18,355,22,"style"],[987,23,355,27],[987,25,355,29,"styles"],[987,31,355,35],[987,32,355,36,"tokenItemName"],[987,45,355,50],[988,18,355,50,"children"],[988,26,355,50],[988,28,355,51],[989,16,355,54],[990,18,355,54,"fileName"],[990,26,355,54],[990,28,355,54,"_jsxFileName"],[990,40,355,54],[991,18,355,54,"lineNumber"],[991,28,355,54],[992,18,355,54,"columnNumber"],[992,30,355,54],[993,16,355,54],[993,23,355,60],[993,24,355,61],[993,39,356,16],[993,43,356,16,"_reactJsxDevRuntime"],[993,62,356,16],[993,63,356,16,"jsxDEV"],[993,69,356,16],[993,71,356,17,"_reactNative"],[993,83,356,21],[993,84,356,21,"Text"],[993,88,356,21],[994,18,356,22,"style"],[994,23,356,27],[994,25,356,29,"styles"],[994,31,356,35],[994,32,356,36,"tokenItemNetwork"],[994,48,356,53],[995,18,356,53,"children"],[995,26,356,53],[995,28,356,54],[996,16,356,61],[997,18,356,61,"fileName"],[997,26,356,61],[997,28,356,61,"_jsxFileName"],[997,40,356,61],[998,18,356,61,"lineNumber"],[998,28,356,61],[999,18,356,61,"columnNumber"],[999,30,356,61],[1000,16,356,61],[1000,23,356,67],[1000,24,356,68],[1001,14,356,68],[1002,16,356,68,"fileName"],[1002,24,356,68],[1002,26,356,68,"_jsxFileName"],[1002,38,356,68],[1003,16,356,68,"lineNumber"],[1003,26,356,68],[1004,16,356,68,"columnNumber"],[1004,28,356,68],[1005,14,356,68],[1005,21,357,20],[1005,22,357,21],[1006,12,357,21],[1007,14,357,21,"fileName"],[1007,22,357,21],[1007,24,357,21,"_jsxFileName"],[1007,36,357,21],[1008,14,357,21,"lineNumber"],[1008,24,357,21],[1009,14,357,21,"columnNumber"],[1009,26,357,21],[1010,12,357,21],[1010,19,358,18],[1010,20,358,19],[1010,35,359,12],[1010,39,359,12,"_reactJsxDevRuntime"],[1010,58,359,12],[1010,59,359,12,"jsxDEV"],[1010,65,359,12],[1010,67,359,13,"_reactNative"],[1010,79,359,17],[1010,80,359,17,"View"],[1010,84,359,17],[1011,14,359,18,"style"],[1011,19,359,23],[1011,21,359,25,"styles"],[1011,27,359,31],[1011,28,359,32,"tokenItemRight"],[1011,42,359,47],[1012,14,359,47,"children"],[1012,22,359,47],[1012,38,360,14],[1012,42,360,14,"_reactJsxDevRuntime"],[1012,61,360,14],[1012,62,360,14,"jsxDEV"],[1012,68,360,14],[1012,70,360,15,"_reactNative"],[1012,82,360,19],[1012,83,360,19,"Text"],[1012,87,360,19],[1013,16,360,20,"style"],[1013,21,360,25],[1013,23,360,27,"styles"],[1013,29,360,33],[1013,30,360,34,"tokenItemBalance"],[1013,46,360,51],[1014,16,360,51,"children"],[1014,24,360,51],[1014,26,360,52],[1015,14,360,56],[1016,16,360,56,"fileName"],[1016,24,360,56],[1016,26,360,56,"_jsxFileName"],[1016,38,360,56],[1017,16,360,56,"lineNumber"],[1017,26,360,56],[1018,16,360,56,"columnNumber"],[1018,28,360,56],[1019,14,360,56],[1019,21,360,62],[1019,22,360,63],[1019,37,361,14],[1019,41,361,14,"_reactJsxDevRuntime"],[1019,60,361,14],[1019,61,361,14,"jsxDEV"],[1019,67,361,14],[1019,69,361,15,"_reactNative"],[1019,81,361,19],[1019,82,361,19,"Text"],[1019,86,361,19],[1020,16,361,20,"style"],[1020,21,361,25],[1020,23,361,27,"styles"],[1020,29,361,33],[1020,30,361,34,"tokenItemUsd"],[1020,42,361,47],[1021,16,361,47,"children"],[1021,24,361,47],[1021,26,361,48],[1022,14,361,53],[1023,16,361,53,"fileName"],[1023,24,361,53],[1023,26,361,53,"_jsxFileName"],[1023,38,361,53],[1024,16,361,53,"lineNumber"],[1024,26,361,53],[1025,16,361,53,"columnNumber"],[1025,28,361,53],[1026,14,361,53],[1026,21,361,59],[1026,22,361,60],[1027,12,361,60],[1028,14,361,60,"fileName"],[1028,22,361,60],[1028,24,361,60,"_jsxFileName"],[1028,36,361,60],[1029,14,361,60,"lineNumber"],[1029,24,361,60],[1030,14,361,60,"columnNumber"],[1030,26,361,60],[1031,12,361,60],[1031,19,362,18],[1031,20,362,19],[1032,10,362,19],[1033,12,362,19,"fileName"],[1033,20,362,19],[1033,22,362,19,"_jsxFileName"],[1033,34,362,19],[1034,12,362,19,"lineNumber"],[1034,22,362,19],[1035,12,362,19,"columnNumber"],[1035,24,362,19],[1036,10,362,19],[1036,17,363,16],[1036,18,363,17],[1036,33,366,10],[1036,37,366,10,"_reactJsxDevRuntime"],[1036,56,366,10],[1036,57,366,10,"jsxDEV"],[1036,63,366,10],[1036,65,366,11,"_reactNative"],[1036,77,366,15],[1036,78,366,15,"View"],[1036,82,366,15],[1037,12,366,16,"style"],[1037,17,366,21],[1037,19,366,23,"styles"],[1037,25,366,29],[1037,26,366,30,"tokenItem"],[1037,35,366,40],[1038,12,366,40,"children"],[1038,20,366,40],[1038,36,367,12],[1038,40,367,12,"_reactJsxDevRuntime"],[1038,59,367,12],[1038,60,367,12,"jsxDEV"],[1038,66,367,12],[1038,68,367,13,"_reactNative"],[1038,80,367,17],[1038,81,367,17,"View"],[1038,85,367,17],[1039,14,367,18,"style"],[1039,19,367,23],[1039,21,367,25,"styles"],[1039,27,367,31],[1039,28,367,32,"tokenItemLeft"],[1039,41,367,46],[1040,14,367,46,"children"],[1040,22,367,46],[1040,38,368,14],[1040,42,368,14,"_reactJsxDevRuntime"],[1040,61,368,14],[1040,62,368,14,"jsxDEV"],[1040,68,368,14],[1040,70,368,15,"_reactNative"],[1040,82,368,20],[1040,83,368,20,"Image"],[1040,88,368,20],[1041,16,369,16,"source"],[1041,22,369,22],[1041,24,369,24],[1042,18,369,26,"uri"],[1042,21,369,29],[1042,23,369,31],[1043,16,369,129],[1043,17,369,131],[1044,16,370,16,"style"],[1044,21,370,21],[1044,23,370,23,"styles"],[1044,29,370,29],[1044,30,370,30,"tokenIcon"],[1045,14,370,40],[1046,16,370,40,"fileName"],[1046,24,370,40],[1046,26,370,40,"_jsxFileName"],[1046,38,370,40],[1047,16,370,40,"lineNumber"],[1047,26,370,40],[1048,16,370,40,"columnNumber"],[1048,28,370,40],[1049,14,370,40],[1049,21,371,15],[1049,22,371,16],[1049,37,372,14],[1049,41,372,14,"_reactJsxDevRuntime"],[1049,60,372,14],[1049,61,372,14,"jsxDEV"],[1049,67,372,14],[1049,69,372,15,"_reactNative"],[1049,81,372,19],[1049,82,372,19,"View"],[1049,86,372,19],[1050,16,372,19,"children"],[1050,24,372,19],[1050,40,373,16],[1050,44,373,16,"_reactJsxDevRuntime"],[1050,63,373,16],[1050,64,373,16,"jsxDEV"],[1050,70,373,16],[1050,72,373,17,"_reactNative"],[1050,84,373,21],[1050,85,373,21,"Text"],[1050,89,373,21],[1051,18,373,22,"style"],[1051,23,373,27],[1051,25,373,29,"styles"],[1051,31,373,35],[1051,32,373,36,"tokenItemName"],[1051,45,373,50],[1052,18,373,50,"children"],[1052,26,373,50],[1052,28,373,51],[1053,16,373,54],[1054,18,373,54,"fileName"],[1054,26,373,54],[1054,28,373,54,"_jsxFileName"],[1054,40,373,54],[1055,18,373,54,"lineNumber"],[1055,28,373,54],[1056,18,373,54,"columnNumber"],[1056,30,373,54],[1057,16,373,54],[1057,23,373,60],[1057,24,373,61],[1057,39,374,16],[1057,43,374,16,"_reactJsxDevRuntime"],[1057,62,374,16],[1057,63,374,16,"jsxDEV"],[1057,69,374,16],[1057,71,374,17,"_reactNative"],[1057,83,374,21],[1057,84,374,21,"Text"],[1057,88,374,21],[1058,18,374,22,"style"],[1058,23,374,27],[1058,25,374,29,"styles"],[1058,31,374,35],[1058,32,374,36,"tokenItemNetwork"],[1058,48,374,53],[1059,18,374,53,"children"],[1059,26,374,53],[1059,28,374,54],[1060,16,374,62],[1061,18,374,62,"fileName"],[1061,26,374,62],[1061,28,374,62,"_jsxFileName"],[1061,40,374,62],[1062,18,374,62,"lineNumber"],[1062,28,374,62],[1063,18,374,62,"columnNumber"],[1063,30,374,62],[1064,16,374,62],[1064,23,374,68],[1064,24,374,69],[1065,14,374,69],[1066,16,374,69,"fileName"],[1066,24,374,69],[1066,26,374,69,"_jsxFileName"],[1066,38,374,69],[1067,16,374,69,"lineNumber"],[1067,26,374,69],[1068,16,374,69,"columnNumber"],[1068,28,374,69],[1069,14,374,69],[1069,21,375,20],[1069,22,375,21],[1070,12,375,21],[1071,14,375,21,"fileName"],[1071,22,375,21],[1071,24,375,21,"_jsxFileName"],[1071,36,375,21],[1072,14,375,21,"lineNumber"],[1072,24,375,21],[1073,14,375,21,"columnNumber"],[1073,26,375,21],[1074,12,375,21],[1074,19,376,18],[1074,20,376,19],[1074,35,377,12],[1074,39,377,12,"_reactJsxDevRuntime"],[1074,58,377,12],[1074,59,377,12,"jsxDEV"],[1074,65,377,12],[1074,67,377,13,"_reactNative"],[1074,79,377,17],[1074,80,377,17,"View"],[1074,84,377,17],[1075,14,377,18,"style"],[1075,19,377,23],[1075,21,377,25,"styles"],[1075,27,377,31],[1075,28,377,32,"tokenItemRight"],[1075,42,377,47],[1076,14,377,47,"children"],[1076,22,377,47],[1076,38,378,14],[1076,42,378,14,"_reactJsxDevRuntime"],[1076,61,378,14],[1076,62,378,14,"jsxDEV"],[1076,68,378,14],[1076,70,378,15,"_reactNative"],[1076,82,378,19],[1076,83,378,19,"Text"],[1076,87,378,19],[1077,16,378,20,"style"],[1077,21,378,25],[1077,23,378,27,"styles"],[1077,29,378,33],[1077,30,378,34,"tokenItemBalance"],[1077,46,378,51],[1078,16,378,51,"children"],[1078,24,378,51],[1078,26,378,52],[1079,14,378,56],[1080,16,378,56,"fileName"],[1080,24,378,56],[1080,26,378,56,"_jsxFileName"],[1080,38,378,56],[1081,16,378,56,"lineNumber"],[1081,26,378,56],[1082,16,378,56,"columnNumber"],[1082,28,378,56],[1083,14,378,56],[1083,21,378,62],[1083,22,378,63],[1083,37,379,14],[1083,41,379,14,"_reactJsxDevRuntime"],[1083,60,379,14],[1083,61,379,14,"jsxDEV"],[1083,67,379,14],[1083,69,379,15,"_reactNative"],[1083,81,379,19],[1083,82,379,19,"Text"],[1083,86,379,19],[1084,16,379,20,"style"],[1084,21,379,25],[1084,23,379,27,"styles"],[1084,29,379,33],[1084,30,379,34,"tokenItemUsd"],[1084,42,379,47],[1085,16,379,47,"children"],[1085,24,379,47],[1085,26,379,48],[1086,14,379,53],[1087,16,379,53,"fileName"],[1087,24,379,53],[1087,26,379,53,"_jsxFileName"],[1087,38,379,53],[1088,16,379,53,"lineNumber"],[1088,26,379,53],[1089,16,379,53,"columnNumber"],[1089,28,379,53],[1090,14,379,53],[1090,21,379,59],[1090,22,379,60],[1091,12,379,60],[1092,14,379,60,"fileName"],[1092,22,379,60],[1092,24,379,60,"_jsxFileName"],[1092,36,379,60],[1093,14,379,60,"lineNumber"],[1093,24,379,60],[1094,14,379,60,"columnNumber"],[1094,26,379,60],[1095,12,379,60],[1095,19,380,18],[1095,20,380,19],[1096,10,380,19],[1097,12,380,19,"fileName"],[1097,20,380,19],[1097,22,380,19,"_jsxFileName"],[1097,34,380,19],[1098,12,380,19,"lineNumber"],[1098,22,380,19],[1099,12,380,19,"columnNumber"],[1099,24,380,19],[1100,10,380,19],[1100,17,381,16],[1100,18,381,17],[1100,33,384,10],[1100,37,384,10,"_reactJsxDevRuntime"],[1100,56,384,10],[1100,57,384,10,"jsxDEV"],[1100,63,384,10],[1100,65,384,11,"_reactNative"],[1100,77,384,15],[1100,78,384,15,"View"],[1100,82,384,15],[1101,12,384,16,"style"],[1101,17,384,21],[1101,19,384,23,"styles"],[1101,25,384,29],[1101,26,384,30,"tokenItem"],[1101,35,384,40],[1102,12,384,40,"children"],[1102,20,384,40],[1102,36,385,12],[1102,40,385,12,"_reactJsxDevRuntime"],[1102,59,385,12],[1102,60,385,12,"jsxDEV"],[1102,66,385,12],[1102,68,385,13,"_reactNative"],[1102,80,385,17],[1102,81,385,17,"View"],[1102,85,385,17],[1103,14,385,18,"style"],[1103,19,385,23],[1103,21,385,25,"styles"],[1103,27,385,31],[1103,28,385,32,"tokenItemLeft"],[1103,41,385,46],[1104,14,385,46,"children"],[1104,22,385,46],[1104,38,386,14],[1104,42,386,14,"_reactJsxDevRuntime"],[1104,61,386,14],[1104,62,386,14,"jsxDEV"],[1104,68,386,14],[1104,70,386,15,"_reactNative"],[1104,82,386,20],[1104,83,386,20,"Image"],[1104,88,386,20],[1105,16,387,16,"source"],[1105,22,387,22],[1105,24,387,24],[1106,18,387,26,"uri"],[1106,21,387,29],[1106,23,387,31],[1107,16,387,129],[1107,17,387,131],[1108,16,388,16,"style"],[1108,21,388,21],[1108,23,388,23,"styles"],[1108,29,388,29],[1108,30,388,30,"tokenIcon"],[1109,14,388,40],[1110,16,388,40,"fileName"],[1110,24,388,40],[1110,26,388,40,"_jsxFileName"],[1110,38,388,40],[1111,16,388,40,"lineNumber"],[1111,26,388,40],[1112,16,388,40,"columnNumber"],[1112,28,388,40],[1113,14,388,40],[1113,21,389,15],[1113,22,389,16],[1113,37,390,14],[1113,41,390,14,"_reactJsxDevRuntime"],[1113,60,390,14],[1113,61,390,14,"jsxDEV"],[1113,67,390,14],[1113,69,390,15,"_reactNative"],[1113,81,390,19],[1113,82,390,19,"View"],[1113,86,390,19],[1114,16,390,19,"children"],[1114,24,390,19],[1114,40,391,16],[1114,44,391,16,"_reactJsxDevRuntime"],[1114,63,391,16],[1114,64,391,16,"jsxDEV"],[1114,70,391,16],[1114,72,391,17,"_reactNative"],[1114,84,391,21],[1114,85,391,21,"Text"],[1114,89,391,21],[1115,18,391,22,"style"],[1115,23,391,27],[1115,25,391,29,"styles"],[1115,31,391,35],[1115,32,391,36,"tokenItemName"],[1115,45,391,50],[1116,18,391,50,"children"],[1116,26,391,50],[1116,28,391,51],[1117,16,391,54],[1118,18,391,54,"fileName"],[1118,26,391,54],[1118,28,391,54,"_jsxFileName"],[1118,40,391,54],[1119,18,391,54,"lineNumber"],[1119,28,391,54],[1120,18,391,54,"columnNumber"],[1120,30,391,54],[1121,16,391,54],[1121,23,391,60],[1121,24,391,61],[1121,39,392,16],[1121,43,392,16,"_reactJsxDevRuntime"],[1121,62,392,16],[1121,63,392,16,"jsxDEV"],[1121,69,392,16],[1121,71,392,17,"_reactNative"],[1121,83,392,21],[1121,84,392,21,"Text"],[1121,88,392,21],[1122,18,392,22,"style"],[1122,23,392,27],[1122,25,392,29,"styles"],[1122,31,392,35],[1122,32,392,36,"tokenItemNetwork"],[1122,48,392,53],[1123,18,392,53,"children"],[1123,26,392,53],[1123,28,392,54],[1124,16,392,73],[1125,18,392,73,"fileName"],[1125,26,392,73],[1125,28,392,73,"_jsxFileName"],[1125,40,392,73],[1126,18,392,73,"lineNumber"],[1126,28,392,73],[1127,18,392,73,"columnNumber"],[1127,30,392,73],[1128,16,392,73],[1128,23,392,79],[1128,24,392,80],[1129,14,392,80],[1130,16,392,80,"fileName"],[1130,24,392,80],[1130,26,392,80,"_jsxFileName"],[1130,38,392,80],[1131,16,392,80,"lineNumber"],[1131,26,392,80],[1132,16,392,80,"columnNumber"],[1132,28,392,80],[1133,14,392,80],[1133,21,393,20],[1133,22,393,21],[1134,12,393,21],[1135,14,393,21,"fileName"],[1135,22,393,21],[1135,24,393,21,"_jsxFileName"],[1135,36,393,21],[1136,14,393,21,"lineNumber"],[1136,24,393,21],[1137,14,393,21,"columnNumber"],[1137,26,393,21],[1138,12,393,21],[1138,19,394,18],[1138,20,394,19],[1138,35,395,12],[1138,39,395,12,"_reactJsxDevRuntime"],[1138,58,395,12],[1138,59,395,12,"jsxDEV"],[1138,65,395,12],[1138,67,395,13,"_reactNative"],[1138,79,395,17],[1138,80,395,17,"View"],[1138,84,395,17],[1139,14,395,18,"style"],[1139,19,395,23],[1139,21,395,25,"styles"],[1139,27,395,31],[1139,28,395,32,"tokenItemRight"],[1139,42,395,47],[1140,14,395,47,"children"],[1140,22,395,47],[1140,38,396,14],[1140,42,396,14,"_reactJsxDevRuntime"],[1140,61,396,14],[1140,62,396,14,"jsxDEV"],[1140,68,396,14],[1140,70,396,15,"_reactNative"],[1140,82,396,19],[1140,83,396,19,"Text"],[1140,87,396,19],[1141,16,396,20,"style"],[1141,21,396,25],[1141,23,396,27,"styles"],[1141,29,396,33],[1141,30,396,34,"tokenItemBalance"],[1141,46,396,51],[1142,16,396,51,"children"],[1142,24,396,51],[1142,26,396,52],[1143,14,396,56],[1144,16,396,56,"fileName"],[1144,24,396,56],[1144,26,396,56,"_jsxFileName"],[1144,38,396,56],[1145,16,396,56,"lineNumber"],[1145,26,396,56],[1146,16,396,56,"columnNumber"],[1146,28,396,56],[1147,14,396,56],[1147,21,396,62],[1147,22,396,63],[1147,37,397,14],[1147,41,397,14,"_reactJsxDevRuntime"],[1147,60,397,14],[1147,61,397,14,"jsxDEV"],[1147,67,397,14],[1147,69,397,15,"_reactNative"],[1147,81,397,19],[1147,82,397,19,"Text"],[1147,86,397,19],[1148,16,397,20,"style"],[1148,21,397,25],[1148,23,397,27,"styles"],[1148,29,397,33],[1148,30,397,34,"tokenItemUsd"],[1148,42,397,47],[1149,16,397,47,"children"],[1149,24,397,47],[1149,26,397,48],[1150,14,397,53],[1151,16,397,53,"fileName"],[1151,24,397,53],[1151,26,397,53,"_jsxFileName"],[1151,38,397,53],[1152,16,397,53,"lineNumber"],[1152,26,397,53],[1153,16,397,53,"columnNumber"],[1153,28,397,53],[1154,14,397,53],[1154,21,397,59],[1154,22,397,60],[1155,12,397,60],[1156,14,397,60,"fileName"],[1156,22,397,60],[1156,24,397,60,"_jsxFileName"],[1156,36,397,60],[1157,14,397,60,"lineNumber"],[1157,24,397,60],[1158,14,397,60,"columnNumber"],[1158,26,397,60],[1159,12,397,60],[1159,19,398,18],[1159,20,398,19],[1160,10,398,19],[1161,12,398,19,"fileName"],[1161,20,398,19],[1161,22,398,19,"_jsxFileName"],[1161,34,398,19],[1162,12,398,19,"lineNumber"],[1162,22,398,19],[1163,12,398,19,"columnNumber"],[1163,24,398,19],[1164,10,398,19],[1164,17,399,16],[1164,18,399,17],[1164,33,402,10],[1164,37,402,10,"_reactJsxDevRuntime"],[1164,56,402,10],[1164,57,402,10,"jsxDEV"],[1164,63,402,10],[1164,65,402,11,"_reactNative"],[1164,77,402,15],[1164,78,402,15,"View"],[1164,82,402,15],[1165,12,402,16,"style"],[1165,17,402,21],[1165,19,402,23,"styles"],[1165,25,402,29],[1165,26,402,30,"tokenItem"],[1165,35,402,40],[1166,12,402,40,"children"],[1166,20,402,40],[1166,36,403,12],[1166,40,403,12,"_reactJsxDevRuntime"],[1166,59,403,12],[1166,60,403,12,"jsxDEV"],[1166,66,403,12],[1166,68,403,13,"_reactNative"],[1166,80,403,17],[1166,81,403,17,"View"],[1166,85,403,17],[1167,14,403,18,"style"],[1167,19,403,23],[1167,21,403,25,"styles"],[1167,27,403,31],[1167,28,403,32,"tokenItemLeft"],[1167,41,403,46],[1168,14,403,46,"children"],[1168,22,403,46],[1168,38,404,14],[1168,42,404,14,"_reactJsxDevRuntime"],[1168,61,404,14],[1168,62,404,14,"jsxDEV"],[1168,68,404,14],[1168,70,404,15,"_reactNative"],[1168,82,404,20],[1168,83,404,20,"Image"],[1168,88,404,20],[1169,16,405,16,"source"],[1169,22,405,22],[1169,24,405,24],[1170,18,405,26,"uri"],[1170,21,405,29],[1170,23,405,31],[1171,16,405,128],[1171,17,405,130],[1172,16,406,16,"style"],[1172,21,406,21],[1172,23,406,23,"styles"],[1172,29,406,29],[1172,30,406,30,"tokenIcon"],[1173,14,406,40],[1174,16,406,40,"fileName"],[1174,24,406,40],[1174,26,406,40,"_jsxFileName"],[1174,38,406,40],[1175,16,406,40,"lineNumber"],[1175,26,406,40],[1176,16,406,40,"columnNumber"],[1176,28,406,40],[1177,14,406,40],[1177,21,407,15],[1177,22,407,16],[1177,37,408,14],[1177,41,408,14,"_reactJsxDevRuntime"],[1177,60,408,14],[1177,61,408,14,"jsxDEV"],[1177,67,408,14],[1177,69,408,15,"_reactNative"],[1177,81,408,19],[1177,82,408,19,"View"],[1177,86,408,19],[1178,16,408,19,"children"],[1178,24,408,19],[1178,40,409,16],[1178,44,409,16,"_reactJsxDevRuntime"],[1178,63,409,16],[1178,64,409,16,"jsxDEV"],[1178,70,409,16],[1178,72,409,17,"_reactNative"],[1178,84,409,21],[1178,85,409,21,"Text"],[1178,89,409,21],[1179,18,409,22,"style"],[1179,23,409,27],[1179,25,409,29,"styles"],[1179,31,409,35],[1179,32,409,36,"tokenItemName"],[1179,45,409,50],[1180,18,409,50,"children"],[1180,26,409,50],[1180,28,409,51],[1181,16,409,54],[1182,18,409,54,"fileName"],[1182,26,409,54],[1182,28,409,54,"_jsxFileName"],[1182,40,409,54],[1183,18,409,54,"lineNumber"],[1183,28,409,54],[1184,18,409,54,"columnNumber"],[1184,30,409,54],[1185,16,409,54],[1185,23,409,60],[1185,24,409,61],[1185,39,410,16],[1185,43,410,16,"_reactJsxDevRuntime"],[1185,62,410,16],[1185,63,410,16,"jsxDEV"],[1185,69,410,16],[1185,71,410,17,"_reactNative"],[1185,83,410,21],[1185,84,410,21,"Text"],[1185,88,410,21],[1186,18,410,22,"style"],[1186,23,410,27],[1186,25,410,29,"styles"],[1186,31,410,35],[1186,32,410,36,"tokenItemNetwork"],[1186,48,410,53],[1187,18,410,53,"children"],[1187,26,410,53],[1187,28,410,54],[1188,16,410,61],[1189,18,410,61,"fileName"],[1189,26,410,61],[1189,28,410,61,"_jsxFileName"],[1189,40,410,61],[1190,18,410,61,"lineNumber"],[1190,28,410,61],[1191,18,410,61,"columnNumber"],[1191,30,410,61],[1192,16,410,61],[1192,23,410,67],[1192,24,410,68],[1193,14,410,68],[1194,16,410,68,"fileName"],[1194,24,410,68],[1194,26,410,68,"_jsxFileName"],[1194,38,410,68],[1195,16,410,68,"lineNumber"],[1195,26,410,68],[1196,16,410,68,"columnNumber"],[1196,28,410,68],[1197,14,410,68],[1197,21,411,20],[1197,22,411,21],[1198,12,411,21],[1199,14,411,21,"fileName"],[1199,22,411,21],[1199,24,411,21,"_jsxFileName"],[1199,36,411,21],[1200,14,411,21,"lineNumber"],[1200,24,411,21],[1201,14,411,21,"columnNumber"],[1201,26,411,21],[1202,12,411,21],[1202,19,412,18],[1202,20,412,19],[1202,35,413,12],[1202,39,413,12,"_reactJsxDevRuntime"],[1202,58,413,12],[1202,59,413,12,"jsxDEV"],[1202,65,413,12],[1202,67,413,13,"_reactNative"],[1202,79,413,17],[1202,80,413,17,"View"],[1202,84,413,17],[1203,14,413,18,"style"],[1203,19,413,23],[1203,21,413,25,"styles"],[1203,27,413,31],[1203,28,413,32,"tokenItemRight"],[1203,42,413,47],[1204,14,413,47,"children"],[1204,22,413,47],[1204,38,414,14],[1204,42,414,14,"_reactJsxDevRuntime"],[1204,61,414,14],[1204,62,414,14,"jsxDEV"],[1204,68,414,14],[1204,70,414,15,"_reactNative"],[1204,82,414,19],[1204,83,414,19,"Text"],[1204,87,414,19],[1205,16,414,20,"style"],[1205,21,414,25],[1205,23,414,27,"styles"],[1205,29,414,33],[1205,30,414,34,"tokenItemBalance"],[1205,46,414,51],[1206,16,414,51,"children"],[1206,24,414,51],[1206,26,414,52],[1207,14,414,56],[1208,16,414,56,"fileName"],[1208,24,414,56],[1208,26,414,56,"_jsxFileName"],[1208,38,414,56],[1209,16,414,56,"lineNumber"],[1209,26,414,56],[1210,16,414,56,"columnNumber"],[1210,28,414,56],[1211,14,414,56],[1211,21,414,62],[1211,22,414,63],[1211,37,415,14],[1211,41,415,14,"_reactJsxDevRuntime"],[1211,60,415,14],[1211,61,415,14,"jsxDEV"],[1211,67,415,14],[1211,69,415,15,"_reactNative"],[1211,81,415,19],[1211,82,415,19,"Text"],[1211,86,415,19],[1212,16,415,20,"style"],[1212,21,415,25],[1212,23,415,27,"styles"],[1212,29,415,33],[1212,30,415,34,"tokenItemUsd"],[1212,42,415,47],[1213,16,415,47,"children"],[1213,24,415,47],[1213,26,415,48],[1214,14,415,53],[1215,16,415,53,"fileName"],[1215,24,415,53],[1215,26,415,53,"_jsxFileName"],[1215,38,415,53],[1216,16,415,53,"lineNumber"],[1216,26,415,53],[1217,16,415,53,"columnNumber"],[1217,28,415,53],[1218,14,415,53],[1218,21,415,59],[1218,22,415,60],[1219,12,415,60],[1220,14,415,60,"fileName"],[1220,22,415,60],[1220,24,415,60,"_jsxFileName"],[1220,36,415,60],[1221,14,415,60,"lineNumber"],[1221,24,415,60],[1222,14,415,60,"columnNumber"],[1222,26,415,60],[1223,12,415,60],[1223,19,416,18],[1223,20,416,19],[1224,10,416,19],[1225,12,416,19,"fileName"],[1225,20,416,19],[1225,22,416,19,"_jsxFileName"],[1225,34,416,19],[1226,12,416,19,"lineNumber"],[1226,22,416,19],[1227,12,416,19,"columnNumber"],[1227,24,416,19],[1228,10,416,19],[1228,17,417,16],[1228,18,417,17],[1228,33,420,10],[1228,37,420,10,"_reactJsxDevRuntime"],[1228,56,420,10],[1228,57,420,10,"jsxDEV"],[1228,63,420,10],[1228,65,420,11,"_reactNative"],[1228,77,420,15],[1228,78,420,15,"View"],[1228,82,420,15],[1229,12,420,16,"style"],[1229,17,420,21],[1229,19,420,23,"styles"],[1229,25,420,29],[1229,26,420,30,"tokenItem"],[1229,35,420,40],[1230,12,420,40,"children"],[1230,20,420,40],[1230,36,421,12],[1230,40,421,12,"_reactJsxDevRuntime"],[1230,59,421,12],[1230,60,421,12,"jsxDEV"],[1230,66,421,12],[1230,68,421,13,"_reactNative"],[1230,80,421,17],[1230,81,421,17,"View"],[1230,85,421,17],[1231,14,421,18,"style"],[1231,19,421,23],[1231,21,421,25,"styles"],[1231,27,421,31],[1231,28,421,32,"tokenItemLeft"],[1231,41,421,46],[1232,14,421,46,"children"],[1232,22,421,46],[1232,38,422,14],[1232,42,422,14,"_reactJsxDevRuntime"],[1232,61,422,14],[1232,62,422,14,"jsxDEV"],[1232,68,422,14],[1232,70,422,15,"_reactNative"],[1232,82,422,20],[1232,83,422,20,"Image"],[1232,88,422,20],[1233,16,423,16,"source"],[1233,22,423,22],[1233,24,423,24],[1234,18,423,26,"uri"],[1234,21,423,29],[1234,23,423,31],[1235,16,423,128],[1235,17,423,130],[1236,16,424,16,"style"],[1236,21,424,21],[1236,23,424,23,"styles"],[1236,29,424,29],[1236,30,424,30,"tokenIcon"],[1237,14,424,40],[1238,16,424,40,"fileName"],[1238,24,424,40],[1238,26,424,40,"_jsxFileName"],[1238,38,424,40],[1239,16,424,40,"lineNumber"],[1239,26,424,40],[1240,16,424,40,"columnNumber"],[1240,28,424,40],[1241,14,424,40],[1241,21,425,15],[1241,22,425,16],[1241,37,426,14],[1241,41,426,14,"_reactJsxDevRuntime"],[1241,60,426,14],[1241,61,426,14,"jsxDEV"],[1241,67,426,14],[1241,69,426,15,"_reactNative"],[1241,81,426,19],[1241,82,426,19,"View"],[1241,86,426,19],[1242,16,426,19,"children"],[1242,24,426,19],[1242,40,427,16],[1242,44,427,16,"_reactJsxDevRuntime"],[1242,63,427,16],[1242,64,427,16,"jsxDEV"],[1242,70,427,16],[1242,72,427,17,"_reactNative"],[1242,84,427,21],[1242,85,427,21,"Text"],[1242,89,427,21],[1243,18,427,22,"style"],[1243,23,427,27],[1243,25,427,29,"styles"],[1243,31,427,35],[1243,32,427,36,"tokenItemName"],[1243,45,427,50],[1244,18,427,50,"children"],[1244,26,427,50],[1244,28,427,51],[1245,16,427,54],[1246,18,427,54,"fileName"],[1246,26,427,54],[1246,28,427,54,"_jsxFileName"],[1246,40,427,54],[1247,18,427,54,"lineNumber"],[1247,28,427,54],[1248,18,427,54,"columnNumber"],[1248,30,427,54],[1249,16,427,54],[1249,23,427,60],[1249,24,427,61],[1249,39,428,16],[1249,43,428,16,"_reactJsxDevRuntime"],[1249,62,428,16],[1249,63,428,16,"jsxDEV"],[1249,69,428,16],[1249,71,428,17,"_reactNative"],[1249,83,428,21],[1249,84,428,21,"Text"],[1249,88,428,21],[1250,18,428,22,"style"],[1250,23,428,27],[1250,25,428,29,"styles"],[1250,31,428,35],[1250,32,428,36,"tokenItemNetwork"],[1250,48,428,53],[1251,18,428,53,"children"],[1251,26,428,53],[1251,28,428,54],[1252,16,428,60],[1253,18,428,60,"fileName"],[1253,26,428,60],[1253,28,428,60,"_jsxFileName"],[1253,40,428,60],[1254,18,428,60,"lineNumber"],[1254,28,428,60],[1255,18,428,60,"columnNumber"],[1255,30,428,60],[1256,16,428,60],[1256,23,428,66],[1256,24,428,67],[1257,14,428,67],[1258,16,428,67,"fileName"],[1258,24,428,67],[1258,26,428,67,"_jsxFileName"],[1258,38,428,67],[1259,16,428,67,"lineNumber"],[1259,26,428,67],[1260,16,428,67,"columnNumber"],[1260,28,428,67],[1261,14,428,67],[1261,21,429,20],[1261,22,429,21],[1262,12,429,21],[1263,14,429,21,"fileName"],[1263,22,429,21],[1263,24,429,21,"_jsxFileName"],[1263,36,429,21],[1264,14,429,21,"lineNumber"],[1264,24,429,21],[1265,14,429,21,"columnNumber"],[1265,26,429,21],[1266,12,429,21],[1266,19,430,18],[1266,20,430,19],[1266,35,431,12],[1266,39,431,12,"_reactJsxDevRuntime"],[1266,58,431,12],[1266,59,431,12,"jsxDEV"],[1266,65,431,12],[1266,67,431,13,"_reactNative"],[1266,79,431,17],[1266,80,431,17,"View"],[1266,84,431,17],[1267,14,431,18,"style"],[1267,19,431,23],[1267,21,431,25,"styles"],[1267,27,431,31],[1267,28,431,32,"tokenItemRight"],[1267,42,431,47],[1268,14,431,47,"children"],[1268,22,431,47],[1268,38,432,14],[1268,42,432,14,"_reactJsxDevRuntime"],[1268,61,432,14],[1268,62,432,14,"jsxDEV"],[1268,68,432,14],[1268,70,432,15,"_reactNative"],[1268,82,432,19],[1268,83,432,19,"Text"],[1268,87,432,19],[1269,16,432,20,"style"],[1269,21,432,25],[1269,23,432,27,"styles"],[1269,29,432,33],[1269,30,432,34,"tokenItemBalance"],[1269,46,432,51],[1270,16,432,51,"children"],[1270,24,432,51],[1270,26,432,52],[1271,14,432,56],[1272,16,432,56,"fileName"],[1272,24,432,56],[1272,26,432,56,"_jsxFileName"],[1272,38,432,56],[1273,16,432,56,"lineNumber"],[1273,26,432,56],[1274,16,432,56,"columnNumber"],[1274,28,432,56],[1275,14,432,56],[1275,21,432,62],[1275,22,432,63],[1275,37,433,14],[1275,41,433,14,"_reactJsxDevRuntime"],[1275,60,433,14],[1275,61,433,14,"jsxDEV"],[1275,67,433,14],[1275,69,433,15,"_reactNative"],[1275,81,433,19],[1275,82,433,19,"Text"],[1275,86,433,19],[1276,16,433,20,"style"],[1276,21,433,25],[1276,23,433,27,"styles"],[1276,29,433,33],[1276,30,433,34,"tokenItemUsd"],[1276,42,433,47],[1277,16,433,47,"children"],[1277,24,433,47],[1277,26,433,48],[1278,14,433,53],[1279,16,433,53,"fileName"],[1279,24,433,53],[1279,26,433,53,"_jsxFileName"],[1279,38,433,53],[1280,16,433,53,"lineNumber"],[1280,26,433,53],[1281,16,433,53,"columnNumber"],[1281,28,433,53],[1282,14,433,53],[1282,21,433,59],[1282,22,433,60],[1283,12,433,60],[1284,14,433,60,"fileName"],[1284,22,433,60],[1284,24,433,60,"_jsxFileName"],[1284,36,433,60],[1285,14,433,60,"lineNumber"],[1285,24,433,60],[1286,14,433,60,"columnNumber"],[1286,26,433,60],[1287,12,433,60],[1287,19,434,18],[1287,20,434,19],[1288,10,434,19],[1289,12,434,19,"fileName"],[1289,20,434,19],[1289,22,434,19,"_jsxFileName"],[1289,34,434,19],[1290,12,434,19,"lineNumber"],[1290,22,434,19],[1291,12,434,19,"columnNumber"],[1291,24,434,19],[1292,10,434,19],[1292,17,435,16],[1292,18,435,17],[1293,8,435,17],[1294,10,435,17,"fileName"],[1294,18,435,17],[1294,20,435,17,"_jsxFileName"],[1294,32,435,17],[1295,10,435,17,"lineNumber"],[1295,20,435,17],[1296,10,435,17,"columnNumber"],[1296,22,435,17],[1297,8,435,17],[1297,15,436,14],[1297,16,436,15],[1298,6,436,15],[1299,8,436,15,"fileName"],[1299,16,436,15],[1299,18,436,15,"_jsxFileName"],[1299,30,436,15],[1300,8,436,15,"lineNumber"],[1300,18,436,15],[1301,8,436,15,"columnNumber"],[1301,20,436,15],[1302,6,436,15],[1302,13,437,18],[1303,4,437,19],[1304,6,437,19,"fileName"],[1304,14,437,19],[1304,16,437,19,"_jsxFileName"],[1304,28,437,19],[1305,6,437,19,"lineNumber"],[1305,16,437,19],[1306,6,437,19,"columnNumber"],[1306,18,437,19],[1307,4,437,19],[1307,11,438,10],[1307,12,438,11],[1308,2,440,0],[1309,2,440,1,"_s2"],[1309,5,440,1],[1309,6,162,9,"WalletTab"],[1309,15,162,18],[1310,4,162,18],[1310,12,163,19,"useAuth"],[1310,32,163,26],[1310,33,163,26,"useAuth"],[1310,40,163,26],[1310,42,164,17,"useSafeAreaInsets"],[1310,69,164,34],[1310,70,164,34,"useSafeAreaInsets"],[1310,87,164,34],[1311,2,164,34],[1312,2,164,34,"_c2"],[1312,5,164,34],[1312,8,162,9,"WalletTab"],[1312,17,162,18],[1313,2,442,0],[1313,11,442,9,"CitizensTab"],[1313,22,442,20,"CitizensTab"],[1313,23,442,20],[1313,25,442,23],[1314,4,443,2],[1314,24,444,4],[1314,28,444,4,"_reactJsxDevRuntime"],[1314,47,444,4],[1314,48,444,4,"jsxDEV"],[1314,54,444,4],[1314,56,444,5,"_reactNative"],[1314,68,444,9],[1314,69,444,9,"View"],[1314,73,444,9],[1315,6,444,10,"style"],[1315,11,444,15],[1315,13,444,17,"styles"],[1315,19,444,23],[1315,20,444,24,"container"],[1315,29,444,34],[1316,6,444,34,"children"],[1316,14,444,34],[1316,29,445,6],[1316,33,445,6,"_reactJsxDevRuntime"],[1316,52,445,6],[1316,53,445,6,"jsxDEV"],[1316,59,445,6],[1316,61,445,7,"_reactNative"],[1316,73,445,11],[1316,74,445,11,"Text"],[1316,78,445,11],[1317,8,445,12,"style"],[1317,13,445,17],[1317,15,445,19,"styles"],[1317,21,445,25],[1317,22,445,26,"placeholderText"],[1317,37,445,42],[1318,8,445,42,"children"],[1318,16,445,42],[1318,18,445,43],[1319,6,445,58],[1320,8,445,58,"fileName"],[1320,16,445,58],[1320,18,445,58,"_jsxFileName"],[1320,30,445,58],[1321,8,445,58,"lineNumber"],[1321,18,445,58],[1322,8,445,58,"columnNumber"],[1322,20,445,58],[1323,6,445,58],[1323,13,445,64],[1324,4,445,65],[1325,6,445,65,"fileName"],[1325,14,445,65],[1325,16,445,65,"_jsxFileName"],[1325,28,445,65],[1326,6,445,65,"lineNumber"],[1326,16,445,65],[1327,6,445,65,"columnNumber"],[1327,18,445,65],[1328,4,445,65],[1328,11,446,10],[1328,12,446,11],[1329,2,448,0],[1330,2,448,1,"_c3"],[1330,5,448,1],[1330,8,442,9,"CitizensTab"],[1330,19,442,20],[1331,2,450,0],[1331,11,450,9,"ReferralTab"],[1331,22,450,20,"ReferralTab"],[1331,23,450,20],[1331,25,450,23],[1332,4,451,2],[1332,24,452,4],[1332,28,452,4,"_reactJsxDevRuntime"],[1332,47,452,4],[1332,48,452,4,"jsxDEV"],[1332,54,452,4],[1332,56,452,5,"_reactNative"],[1332,68,452,9],[1332,69,452,9,"View"],[1332,73,452,9],[1333,6,452,10,"style"],[1333,11,452,15],[1333,13,452,17,"styles"],[1333,19,452,23],[1333,20,452,24,"container"],[1333,29,452,34],[1334,6,452,34,"children"],[1334,14,452,34],[1334,29,453,6],[1334,33,453,6,"_reactJsxDevRuntime"],[1334,52,453,6],[1334,53,453,6,"jsxDEV"],[1334,59,453,6],[1334,61,453,7,"_reactNative"],[1334,73,453,11],[1334,74,453,11,"Text"],[1334,78,453,11],[1335,8,453,12,"style"],[1335,13,453,17],[1335,15,453,19,"styles"],[1335,21,453,25],[1335,22,453,26,"placeholderText"],[1335,37,453,42],[1336,8,453,42,"children"],[1336,16,453,42],[1336,18,453,43],[1337,6,453,58],[1338,8,453,58,"fileName"],[1338,16,453,58],[1338,18,453,58,"_jsxFileName"],[1338,30,453,58],[1339,8,453,58,"lineNumber"],[1339,18,453,58],[1340,8,453,58,"columnNumber"],[1340,20,453,58],[1341,6,453,58],[1341,13,453,64],[1342,4,453,65],[1343,6,453,65,"fileName"],[1343,14,453,65],[1343,16,453,65,"_jsxFileName"],[1343,28,453,65],[1344,6,453,65,"lineNumber"],[1344,16,453,65],[1345,6,453,65,"columnNumber"],[1345,18,453,65],[1346,4,453,65],[1346,11,454,10],[1346,12,454,11],[1347,2,456,0],[1348,2,456,1,"_c4"],[1348,5,456,1],[1348,8,450,9,"ReferralTab"],[1348,19,450,20],[1349,2,458,0],[1349,11,458,9,"ProfileTab"],[1349,21,458,19,"ProfileTab"],[1349,22,458,19],[1349,24,458,22],[1350,4,459,2],[1350,24,460,4],[1350,28,460,4,"_reactJsxDevRuntime"],[1350,47,460,4],[1350,48,460,4,"jsxDEV"],[1350,54,460,4],[1350,56,460,5,"_reactNative"],[1350,68,460,9],[1350,69,460,9,"View"],[1350,73,460,9],[1351,6,460,10,"style"],[1351,11,460,15],[1351,13,460,17,"styles"],[1351,19,460,23],[1351,20,460,24,"container"],[1351,29,460,34],[1352,6,460,34,"children"],[1352,14,460,34],[1352,29,461,6],[1352,33,461,6,"_reactJsxDevRuntime"],[1352,52,461,6],[1352,53,461,6,"jsxDEV"],[1352,59,461,6],[1352,61,461,7,"_reactNative"],[1352,73,461,11],[1352,74,461,11,"Text"],[1352,78,461,11],[1353,8,461,12,"style"],[1353,13,461,17],[1353,15,461,19,"styles"],[1353,21,461,25],[1353,22,461,26,"placeholderText"],[1353,37,461,42],[1354,8,461,42,"children"],[1354,16,461,42],[1354,18,461,43],[1355,6,461,57],[1356,8,461,57,"fileName"],[1356,16,461,57],[1356,18,461,57,"_jsxFileName"],[1356,30,461,57],[1357,8,461,57,"lineNumber"],[1357,18,461,57],[1358,8,461,57,"columnNumber"],[1358,20,461,57],[1359,6,461,57],[1359,13,461,63],[1360,4,461,64],[1361,6,461,64,"fileName"],[1361,14,461,64],[1361,16,461,64,"_jsxFileName"],[1361,28,461,64],[1362,6,461,64,"lineNumber"],[1362,16,461,64],[1363,6,461,64,"columnNumber"],[1363,18,461,64],[1364,4,461,64],[1364,11,462,10],[1364,12,462,11],[1365,2,464,0],[1366,2,464,1,"_c5"],[1366,5,464,1],[1366,8,458,9,"ProfileTab"],[1366,18,458,19],[1367,2,466,0],[1367,6,466,6,"Tab"],[1367,9,466,9],[1367,12,466,12],[1367,16,466,12,"createBottomTabNavigator"],[1367,42,466,36],[1367,43,466,36,"createBottomTabNavigator"],[1367,67,466,36],[1367,69,466,37],[1367,70,466,38],[1368,2,468,15],[1368,11,468,24,"HomeScreen"],[1368,21,468,34,"HomeScreen"],[1368,22,468,34,"_ref5"],[1368,27,468,34],[1368,29,468,56],[1369,4,468,56],[1369,8,468,37,"navigation"],[1369,18,468,47],[1369,21,468,47,"_ref5"],[1369,26,468,47],[1369,27,468,37,"navigation"],[1369,37,468,47],[1370,4,469,2],[1370,24,470,4],[1370,28,470,4,"_reactJsxDevRuntime"],[1370,47,470,4],[1370,48,470,4,"jsxDEV"],[1370,54,470,4],[1370,56,470,5,"Tab"],[1370,59,470,8],[1370,60,470,9,"Navigator"],[1370,69,470,18],[1371,6,471,6,"screenOptions"],[1371,19,471,19],[1371,21,471,21],[1372,8,472,8,"headerShown"],[1372,19,472,19],[1372,21,472,21],[1372,26,472,26],[1373,8,473,8,"tabBarActiveTintColor"],[1373,29,473,29],[1373,31,473,31],[1373,40,473,40],[1374,8,474,8,"tabBarInactiveTintColor"],[1374,31,474,31],[1374,33,474,33],[1374,42,474,42],[1375,8,475,8,"tabBarStyle"],[1375,19,475,19],[1375,21,475,21,"styles"],[1375,27,475,27],[1375,28,475,28,"tabBar"],[1376,6,476,6],[1376,7,476,8],[1377,6,476,8,"children"],[1377,14,476,8],[1377,30,478,6],[1377,34,478,6,"_reactJsxDevRuntime"],[1377,53,478,6],[1377,54,478,6,"jsxDEV"],[1377,60,478,6],[1377,62,478,7,"Tab"],[1377,65,478,10],[1377,66,478,11,"Screen"],[1377,72,478,17],[1378,8,479,8,"name"],[1378,12,479,12],[1378,14,479,13],[1378,23,479,22],[1379,8,480,8,"options"],[1379,15,480,15],[1379,17,480,17],[1380,10,481,10,"tabBarLabel"],[1380,21,481,21],[1380,23,481,23],[1380,29,481,29],[1381,10,482,10,"tabBarIcon"],[1381,20,482,20],[1381,22,482,22,"_ref6"],[1381,27,482,22],[1382,12,482,22],[1382,16,482,25,"color"],[1382,21,482,30],[1382,24,482,30,"_ref6"],[1382,29,482,30],[1382,30,482,25,"color"],[1382,35,482,30],[1383,14,482,32,"size"],[1383,18,482,36],[1383,21,482,36,"_ref6"],[1383,26,482,36],[1383,27,482,32,"size"],[1383,31,482,36],[1384,12,482,36],[1384,32,483,12],[1384,36,483,12,"_reactJsxDevRuntime"],[1384,55,483,12],[1384,56,483,12,"jsxDEV"],[1384,62,483,12],[1384,64,483,13,"_expoVectorIcons"],[1384,80,483,21],[1384,81,483,21,"Ionicons"],[1384,89,483,21],[1385,14,483,22,"name"],[1385,18,483,26],[1385,20,483,27],[1385,26,483,33],[1386,14,483,34,"size"],[1386,18,483,38],[1386,20,483,40,"size"],[1386,24,483,45],[1387,14,483,46,"color"],[1387,19,483,51],[1387,21,483,53,"color"],[1388,12,483,59],[1389,14,483,59,"fileName"],[1389,22,483,59],[1389,24,483,59,"_jsxFileName"],[1389,36,483,59],[1390,14,483,59,"lineNumber"],[1390,24,483,59],[1391,14,483,59,"columnNumber"],[1391,26,483,59],[1392,12,483,59],[1392,19,483,61],[1392,20,483,62],[1393,10,483,62],[1394,8,485,8],[1394,9,485,10],[1395,8,485,10,"children"],[1395,16,485,10],[1395,18,487,9,"children"],[1395,19,487,9],[1395,37,487,15],[1395,41,487,15,"_reactJsxDevRuntime"],[1395,60,487,15],[1395,61,487,15,"jsxDEV"],[1395,67,487,15],[1395,69,487,16,"HomeTab"],[1395,76,487,23],[1396,10,487,24,"navigation"],[1396,20,487,34],[1396,22,487,36,"navigation"],[1397,8,487,47],[1398,10,487,47,"fileName"],[1398,18,487,47],[1398,20,487,47,"_jsxFileName"],[1398,32,487,47],[1399,10,487,47,"lineNumber"],[1399,20,487,47],[1400,10,487,47,"columnNumber"],[1400,22,487,47],[1401,8,487,47],[1401,15,487,49],[1402,6,487,50],[1403,8,487,50,"fileName"],[1403,16,487,50],[1403,18,487,50,"_jsxFileName"],[1403,30,487,50],[1404,8,487,50,"lineNumber"],[1404,18,487,50],[1405,8,487,50,"columnNumber"],[1405,20,487,50],[1406,6,487,50],[1406,13,488,18],[1406,14,488,19],[1406,29,489,6],[1406,33,489,6,"_reactJsxDevRuntime"],[1406,52,489,6],[1406,53,489,6,"jsxDEV"],[1406,59,489,6],[1406,61,489,7,"Tab"],[1406,64,489,10],[1406,65,489,11,"Screen"],[1406,71,489,17],[1407,8,490,8,"name"],[1407,12,490,12],[1407,14,490,13],[1407,22,490,21],[1408,8,491,8,"component"],[1408,17,491,17],[1408,19,491,19,"WalletTab"],[1408,28,491,29],[1409,8,492,8,"options"],[1409,15,492,15],[1409,17,492,17],[1410,10,493,10,"tabBarLabel"],[1410,21,493,21],[1410,23,493,23],[1410,31,493,31],[1411,10,494,10,"tabBarIcon"],[1411,20,494,20],[1411,22,494,22,"_ref7"],[1411,27,494,22],[1412,12,494,22],[1412,16,494,25,"color"],[1412,21,494,30],[1412,24,494,30,"_ref7"],[1412,29,494,30],[1412,30,494,25,"color"],[1412,35,494,30],[1413,14,494,32,"size"],[1413,18,494,36],[1413,21,494,36,"_ref7"],[1413,26,494,36],[1413,27,494,32,"size"],[1413,31,494,36],[1414,12,494,36],[1414,32,495,12],[1414,36,495,12,"_reactJsxDevRuntime"],[1414,55,495,12],[1414,56,495,12,"jsxDEV"],[1414,62,495,12],[1414,64,495,13,"_expoVectorIcons"],[1414,80,495,21],[1414,81,495,21,"Ionicons"],[1414,89,495,21],[1415,14,495,22,"name"],[1415,18,495,26],[1415,20,495,27],[1415,28,495,35],[1416,14,495,36,"size"],[1416,18,495,40],[1416,20,495,42,"size"],[1416,24,495,47],[1417,14,495,48,"color"],[1417,19,495,53],[1417,21,495,55,"color"],[1418,12,495,61],[1419,14,495,61,"fileName"],[1419,22,495,61],[1419,24,495,61,"_jsxFileName"],[1419,36,495,61],[1420,14,495,61,"lineNumber"],[1420,24,495,61],[1421,14,495,61,"columnNumber"],[1421,26,495,61],[1422,12,495,61],[1422,19,495,63],[1422,20,495,64],[1423,10,495,64],[1424,8,497,8],[1425,6,497,10],[1426,8,497,10,"fileName"],[1426,16,497,10],[1426,18,497,10,"_jsxFileName"],[1426,30,497,10],[1427,8,497,10,"lineNumber"],[1427,18,497,10],[1428,8,497,10,"columnNumber"],[1428,20,497,10],[1429,6,497,10],[1429,13,498,7],[1429,14,498,8],[1429,29,499,6],[1429,33,499,6,"_reactJsxDevRuntime"],[1429,52,499,6],[1429,53,499,6,"jsxDEV"],[1429,59,499,6],[1429,61,499,7,"Tab"],[1429,64,499,10],[1429,65,499,11,"Screen"],[1429,71,499,17],[1430,8,500,8,"name"],[1430,12,500,12],[1430,14,500,13],[1430,24,500,23],[1431,8,501,8,"component"],[1431,17,501,17],[1431,19,501,19,"CitizensTab"],[1431,30,501,31],[1432,8,502,8,"options"],[1432,15,502,15],[1432,17,502,17],[1433,10,503,10,"tabBarLabel"],[1433,21,503,21],[1433,23,503,23],[1433,33,503,33],[1434,10,504,10,"tabBarIcon"],[1434,20,504,20],[1434,22,504,22,"_ref8"],[1434,27,504,22],[1435,12,504,22],[1435,16,504,25,"color"],[1435,21,504,30],[1435,24,504,30,"_ref8"],[1435,29,504,30],[1435,30,504,25,"color"],[1435,35,504,30],[1436,14,504,32,"size"],[1436,18,504,36],[1436,21,504,36,"_ref8"],[1436,26,504,36],[1436,27,504,32,"size"],[1436,31,504,36],[1437,12,504,36],[1437,32,505,12],[1437,36,505,12,"_reactJsxDevRuntime"],[1437,55,505,12],[1437,56,505,12,"jsxDEV"],[1437,62,505,12],[1437,64,505,13,"_expoVectorIcons"],[1437,80,505,21],[1437,81,505,21,"Ionicons"],[1437,89,505,21],[1438,14,505,22,"name"],[1438,18,505,26],[1438,20,505,27],[1438,28,505,35],[1439,14,505,36,"size"],[1439,18,505,40],[1439,20,505,42,"size"],[1439,24,505,47],[1440,14,505,48,"color"],[1440,19,505,53],[1440,21,505,55,"color"],[1441,12,505,61],[1442,14,505,61,"fileName"],[1442,22,505,61],[1442,24,505,61,"_jsxFileName"],[1442,36,505,61],[1443,14,505,61,"lineNumber"],[1443,24,505,61],[1444,14,505,61,"columnNumber"],[1444,26,505,61],[1445,12,505,61],[1445,19,505,63],[1445,20,505,64],[1446,10,505,64],[1447,8,507,8],[1448,6,507,10],[1449,8,507,10,"fileName"],[1449,16,507,10],[1449,18,507,10,"_jsxFileName"],[1449,30,507,10],[1450,8,507,10,"lineNumber"],[1450,18,507,10],[1451,8,507,10,"columnNumber"],[1451,20,507,10],[1452,6,507,10],[1452,13,508,7],[1452,14,508,8],[1452,29,509,6],[1452,33,509,6,"_reactJsxDevRuntime"],[1452,52,509,6],[1452,53,509,6,"jsxDEV"],[1452,59,509,6],[1452,61,509,7,"Tab"],[1452,64,509,10],[1452,65,509,11,"Screen"],[1452,71,509,17],[1453,8,510,8,"name"],[1453,12,510,12],[1453,14,510,13],[1453,24,510,23],[1454,8,511,8,"component"],[1454,17,511,17],[1454,19,511,19,"ReferralTab"],[1454,30,511,31],[1455,8,512,8,"options"],[1455,15,512,15],[1455,17,512,17],[1456,10,513,10,"tabBarLabel"],[1456,21,513,21],[1456,23,513,23],[1456,33,513,33],[1457,10,514,10,"tabBarIcon"],[1457,20,514,20],[1457,22,514,22,"_ref9"],[1457,27,514,22],[1458,12,514,22],[1458,16,514,25,"color"],[1458,21,514,30],[1458,24,514,30,"_ref9"],[1458,29,514,30],[1458,30,514,25,"color"],[1458,35,514,30],[1459,14,514,32,"size"],[1459,18,514,36],[1459,21,514,36,"_ref9"],[1459,26,514,36],[1459,27,514,32,"size"],[1459,31,514,36],[1460,12,514,36],[1460,32,515,12],[1460,36,515,12,"_reactJsxDevRuntime"],[1460,55,515,12],[1460,56,515,12,"jsxDEV"],[1460,62,515,12],[1460,64,515,13,"_expoVectorIcons"],[1460,80,515,21],[1460,81,515,21,"Ionicons"],[1460,89,515,21],[1461,14,515,22,"name"],[1461,18,515,26],[1461,20,515,27],[1461,26,515,33],[1462,14,515,34,"size"],[1462,18,515,38],[1462,20,515,40,"size"],[1462,24,515,45],[1463,14,515,46,"color"],[1463,19,515,51],[1463,21,515,53,"color"],[1464,12,515,59],[1465,14,515,59,"fileName"],[1465,22,515,59],[1465,24,515,59,"_jsxFileName"],[1465,36,515,59],[1466,14,515,59,"lineNumber"],[1466,24,515,59],[1467,14,515,59,"columnNumber"],[1467,26,515,59],[1468,12,515,59],[1468,19,515,61],[1468,20,515,62],[1469,10,515,62],[1470,8,517,8],[1471,6,517,10],[1472,8,517,10,"fileName"],[1472,16,517,10],[1472,18,517,10,"_jsxFileName"],[1472,30,517,10],[1473,8,517,10,"lineNumber"],[1473,18,517,10],[1474,8,517,10,"columnNumber"],[1474,20,517,10],[1475,6,517,10],[1475,13,518,7],[1475,14,518,8],[1475,29,519,6],[1475,33,519,6,"_reactJsxDevRuntime"],[1475,52,519,6],[1475,53,519,6,"jsxDEV"],[1475,59,519,6],[1475,61,519,7,"Tab"],[1475,64,519,10],[1475,65,519,11,"Screen"],[1475,71,519,17],[1476,8,520,8,"name"],[1476,12,520,12],[1476,14,520,13],[1476,23,520,22],[1477,8,521,8,"component"],[1477,17,521,17],[1477,19,521,19,"ProfileTab"],[1477,29,521,30],[1478,8,522,8,"options"],[1478,15,522,15],[1478,17,522,17],[1479,10,523,10,"tabBarLabel"],[1479,21,523,21],[1479,23,523,23],[1479,32,523,32],[1480,10,524,10,"tabBarIcon"],[1480,20,524,20],[1480,22,524,22,"_ref0"],[1480,27,524,22],[1481,12,524,22],[1481,16,524,25,"color"],[1481,21,524,30],[1481,24,524,30,"_ref0"],[1481,29,524,30],[1481,30,524,25,"color"],[1481,35,524,30],[1482,14,524,32,"size"],[1482,18,524,36],[1482,21,524,36,"_ref0"],[1482,26,524,36],[1482,27,524,32,"size"],[1482,31,524,36],[1483,12,524,36],[1483,32,525,12],[1483,36,525,12,"_reactJsxDevRuntime"],[1483,55,525,12],[1483,56,525,12,"jsxDEV"],[1483,62,525,12],[1483,64,525,13,"_expoVectorIcons"],[1483,80,525,21],[1483,81,525,21,"Ionicons"],[1483,89,525,21],[1484,14,525,22,"name"],[1484,18,525,26],[1484,20,525,27],[1484,28,525,35],[1485,14,525,36,"size"],[1485,18,525,40],[1485,20,525,42,"size"],[1485,24,525,47],[1486,14,525,48,"color"],[1486,19,525,53],[1486,21,525,55,"color"],[1487,12,525,61],[1488,14,525,61,"fileName"],[1488,22,525,61],[1488,24,525,61,"_jsxFileName"],[1488,36,525,61],[1489,14,525,61,"lineNumber"],[1489,24,525,61],[1490,14,525,61,"columnNumber"],[1490,26,525,61],[1491,12,525,61],[1491,19,525,63],[1491,20,525,64],[1492,10,525,64],[1493,8,527,8],[1494,6,527,10],[1495,8,527,10,"fileName"],[1495,16,527,10],[1495,18,527,10,"_jsxFileName"],[1495,30,527,10],[1496,8,527,10,"lineNumber"],[1496,18,527,10],[1497,8,527,10,"columnNumber"],[1497,20,527,10],[1498,6,527,10],[1498,13,528,7],[1498,14,528,8],[1499,4,528,8],[1500,6,528,8,"fileName"],[1500,14,528,8],[1500,16,528,8,"_jsxFileName"],[1500,28,528,8],[1501,6,528,8,"lineNumber"],[1501,16,528,8],[1502,6,528,8,"columnNumber"],[1502,18,528,8],[1503,4,528,8],[1503,11,529,19],[1503,12,529,20],[1504,2,531,0],[1505,2,531,1,"_c6"],[1505,5,531,1],[1505,8,468,24,"HomeScreen"],[1505,18,468,34],[1506,2,533,0],[1506,6,533,6,"QUICK_ACTIONS"],[1506,19,533,19],[1506,22,533,22],[1506,23,534,2],[1507,4,534,4,"id"],[1507,6,534,6],[1507,8,534,8],[1507,11,534,11],[1508,4,534,13,"label"],[1508,9,534,18],[1508,11,534,20],[1508,17,534,26],[1509,4,534,28,"icon"],[1509,8,534,32],[1509,10,534,34],[1509,25,534,49],[1510,4,534,51,"color"],[1510,9,534,56],[1510,11,534,58],[1511,2,534,68],[1511,3,534,69],[1511,5,535,2],[1512,4,535,4,"id"],[1512,6,535,6],[1512,8,535,8],[1512,11,535,11],[1513,4,535,13,"label"],[1513,9,535,18],[1513,11,535,20],[1513,20,535,29],[1514,4,535,31,"icon"],[1514,8,535,35],[1514,10,535,37],[1514,22,535,49],[1515,4,535,51,"color"],[1515,9,535,56],[1515,11,535,58],[1516,2,535,68],[1516,3,535,69],[1516,5,536,2],[1517,4,536,4,"id"],[1517,6,536,6],[1517,8,536,8],[1517,11,536,11],[1518,4,536,13,"label"],[1518,9,536,18],[1518,11,536,20],[1518,17,536,26],[1519,4,536,28,"icon"],[1519,8,536,32],[1519,10,536,34],[1519,27,536,51],[1520,4,536,53,"color"],[1520,9,536,58],[1520,11,536,60],[1521,2,536,70],[1521,3,536,71],[1521,5,537,2],[1522,4,537,4,"id"],[1522,6,537,6],[1522,8,537,8],[1522,11,537,11],[1523,4,537,13,"label"],[1523,9,537,18],[1523,11,537,20],[1523,17,537,26],[1524,4,537,28,"icon"],[1524,8,537,32],[1524,10,537,34],[1524,28,537,52],[1525,4,537,54,"color"],[1525,9,537,59],[1525,11,537,61],[1526,2,537,71],[1526,3,537,72],[1526,5,538,2],[1527,4,538,4,"id"],[1527,6,538,6],[1527,8,538,8],[1527,11,538,11],[1528,4,538,13,"label"],[1528,9,538,18],[1528,11,538,20],[1528,18,538,27],[1529,4,538,29,"icon"],[1529,8,538,33],[1529,10,538,35],[1529,23,538,48],[1530,4,538,50,"color"],[1530,9,538,55],[1530,11,538,57],[1531,2,538,67],[1531,3,538,68],[1531,5,539,2],[1532,4,539,4,"id"],[1532,6,539,6],[1532,8,539,8],[1532,11,539,11],[1533,4,539,13,"label"],[1533,9,539,18],[1533,11,539,20],[1533,21,539,30],[1534,4,539,32,"icon"],[1534,8,539,36],[1534,10,539,38],[1534,16,539,44],[1535,4,539,46,"color"],[1535,9,539,51],[1535,11,539,53],[1536,2,539,63],[1536,3,539,64],[1536,5,540,2],[1537,4,540,4,"id"],[1537,6,540,6],[1537,8,540,8],[1537,11,540,11],[1538,4,540,13,"label"],[1538,9,540,18],[1538,11,540,20],[1538,21,540,30],[1539,4,540,32,"icon"],[1539,8,540,36],[1539,10,540,38],[1539,25,540,53],[1540,4,540,55,"color"],[1540,9,540,60],[1540,11,540,62],[1541,2,540,72],[1541,3,540,73],[1541,5,541,2],[1542,4,541,4,"id"],[1542,6,541,6],[1542,8,541,8],[1542,11,541,11],[1543,4,541,13,"label"],[1543,9,541,18],[1543,11,541,20],[1543,22,541,31],[1544,4,541,33,"icon"],[1544,8,541,37],[1544,10,541,39],[1544,18,541,47],[1545,4,541,49,"color"],[1545,9,541,54],[1545,11,541,56],[1546,2,541,66],[1546,3,541,67],[1546,5,542,2],[1547,4,542,4,"id"],[1547,6,542,6],[1547,8,542,8],[1547,11,542,11],[1548,4,542,13,"label"],[1548,9,542,18],[1548,11,542,20],[1548,21,542,30],[1549,4,542,32,"icon"],[1549,8,542,36],[1549,10,542,38],[1549,21,542,49],[1550,4,542,51,"color"],[1550,9,542,56],[1550,11,542,58],[1551,2,542,68],[1551,3,542,69],[1551,5,543,2],[1552,4,543,4,"id"],[1552,6,543,6],[1552,8,543,8],[1552,12,543,12],[1553,4,543,14,"label"],[1553,9,543,19],[1553,11,543,21],[1553,21,543,31],[1554,4,543,33,"icon"],[1554,8,543,37],[1554,10,543,39],[1554,16,543,45],[1555,4,543,47,"color"],[1555,9,543,52],[1555,11,543,54],[1556,2,543,64],[1556,3,543,65],[1556,5,544,2],[1557,4,544,4,"id"],[1557,6,544,6],[1557,8,544,8],[1557,12,544,12],[1558,4,544,14,"label"],[1558,9,544,19],[1558,11,544,21],[1558,22,544,32],[1559,4,544,34,"icon"],[1559,8,544,38],[1559,10,544,40],[1559,16,544,46],[1560,4,544,48,"color"],[1560,9,544,53],[1560,11,544,55],[1561,2,544,65],[1561,3,544,66],[1561,5,545,2],[1562,4,545,4,"id"],[1562,6,545,6],[1562,8,545,8],[1562,12,545,12],[1563,4,545,14,"label"],[1563,9,545,19],[1563,11,545,21],[1563,17,545,27],[1564,4,545,29,"icon"],[1564,8,545,33],[1564,10,545,35],[1564,16,545,41],[1565,4,545,43,"color"],[1565,9,545,48],[1565,11,545,50],[1566,2,545,60],[1566,3,545,61],[1566,4,546,1],[1567,2,548,0],[1567,6,548,6,"styles"],[1567,12,548,12],[1567,15,548,15,"StyleSheet"],[1567,27,548,25],[1567,28,548,25,"StyleSheet"],[1567,38,548,25],[1567,39,548,26,"create"],[1567,45,548,32],[1567,46,548,33],[1568,4,549,2,"container"],[1568,13,549,11],[1568,15,549,13],[1569,6,550,4,"flex"],[1569,10,550,8],[1569,12,550,10],[1569,13,550,11],[1570,6,551,4,"backgroundColor"],[1570,21,551,19],[1570,23,551,21],[1571,4,552,2],[1571,5,552,3],[1572,4,553,2,"scrollContent"],[1572,17,553,15],[1572,19,553,17],[1573,6,554,4,"paddingBottom"],[1573,19,554,17],[1573,21,554,19],[1574,4,555,2],[1574,5,555,3],[1575,4,556,2,"walletScrollContent"],[1575,23,556,21],[1575,25,556,23],[1576,6,557,4,"paddingBottom"],[1576,19,557,17],[1576,21,557,19],[1577,4,558,2],[1577,5,558,3],[1578,4,559,2,"header"],[1578,10,559,8],[1578,12,559,10],[1579,6,560,4,"flexDirection"],[1579,19,560,17],[1579,21,560,19],[1579,26,560,24],[1580,6,561,4,"justifyContent"],[1580,20,561,18],[1580,22,561,20],[1580,37,561,35],[1581,6,562,4,"alignItems"],[1581,16,562,14],[1581,18,562,16],[1581,26,562,24],[1582,6,563,4,"padding"],[1582,13,563,11],[1582,15,563,13],[1582,17,563,15],[1583,6,564,4,"backgroundColor"],[1583,21,564,19],[1583,23,564,21],[1583,29,564,27],[1584,6,565,4,"borderBottomWidth"],[1584,23,565,21],[1584,25,565,23],[1584,26,565,24],[1585,6,566,4,"borderBottomColor"],[1585,23,566,21],[1585,25,566,23],[1586,4,567,2],[1586,5,567,3],[1587,4,568,2,"headerLeft"],[1587,14,568,12],[1587,16,568,14],[1588,6,569,4,"position"],[1588,14,569,12],[1588,16,569,14],[1589,4,570,2],[1589,5,570,3],[1590,4,571,2,"profileImage"],[1590,16,571,14],[1590,18,571,16],[1591,6,572,4,"width"],[1591,11,572,9],[1591,13,572,11],[1591,15,572,13],[1592,6,573,4,"height"],[1592,12,573,10],[1592,14,573,12],[1592,16,573,14],[1593,6,574,4,"borderRadius"],[1593,18,574,16],[1593,20,574,18],[1593,22,574,20],[1594,6,575,4,"backgroundColor"],[1594,21,575,19],[1594,23,575,21],[1594,32,575,30],[1595,6,576,4,"alignItems"],[1595,16,576,14],[1595,18,576,16],[1595,26,576,24],[1596,6,577,4,"justifyContent"],[1596,20,577,18],[1596,22,577,20],[1596,30,577,28],[1597,6,578,4,"overflow"],[1597,14,578,12],[1597,16,578,14],[1598,4,579,2],[1598,5,579,3],[1599,4,580,2,"profileImageSrc"],[1599,19,580,17],[1599,21,580,19],[1600,6,581,4,"width"],[1600,11,581,9],[1600,13,581,11],[1600,15,581,13],[1601,6,582,4,"height"],[1601,12,582,10],[1601,14,582,12],[1602,4,583,2],[1602,5,583,3],[1603,4,584,2,"profileBadge"],[1603,16,584,14],[1603,18,584,16],[1604,6,585,4,"position"],[1604,14,585,12],[1604,16,585,14],[1604,26,585,24],[1605,6,586,4,"bottom"],[1605,12,586,10],[1605,14,586,12],[1605,15,586,13],[1605,16,586,14],[1606,6,587,4,"right"],[1606,11,587,9],[1606,13,587,11],[1606,14,587,12],[1606,15,587,13],[1607,6,588,4,"backgroundColor"],[1607,21,588,19],[1607,23,588,21],[1607,32,588,30],[1608,6,589,4,"borderRadius"],[1608,18,589,16],[1608,20,589,18],[1608,22,589,20],[1609,6,590,4,"paddingHorizontal"],[1609,23,590,21],[1609,25,590,23],[1609,26,590,24],[1610,6,591,4,"paddingVertical"],[1610,21,591,19],[1610,23,591,21],[1610,24,591,22],[1611,6,592,4,"flexDirection"],[1611,19,592,17],[1611,21,592,19],[1611,26,592,24],[1612,6,593,4,"alignItems"],[1612,16,593,14],[1612,18,593,16],[1612,26,593,24],[1613,6,594,4,"gap"],[1613,9,594,7],[1613,11,594,9],[1614,4,595,2],[1614,5,595,3],[1615,4,596,2,"trustScore"],[1615,14,596,12],[1615,16,596,14],[1616,6,597,4,"fontSize"],[1616,14,597,12],[1616,16,597,14],[1616,18,597,16],[1617,6,598,4,"fontWeight"],[1617,16,598,14],[1617,18,598,16],[1617,23,598,21],[1618,6,599,4,"color"],[1618,11,599,9],[1618,13,599,11],[1619,4,600,2],[1619,5,600,3],[1620,4,601,2,"headerRight"],[1620,15,601,13],[1620,17,601,15],[1621,6,602,4,"flexDirection"],[1621,19,602,17],[1621,21,602,19],[1621,26,602,24],[1622,6,603,4,"gap"],[1622,9,603,7],[1622,11,603,9],[1623,4,604,2],[1623,5,604,3],[1624,4,605,2,"iconButton"],[1624,14,605,12],[1624,16,605,14],[1625,6,606,4,"padding"],[1625,13,606,11],[1625,15,606,13],[1626,4,607,2],[1626,5,607,3],[1627,4,608,2,"announcementWidget"],[1627,22,608,20],[1627,24,608,22],[1628,6,609,4,"padding"],[1628,13,609,11],[1628,15,609,13],[1629,4,610,2],[1629,5,610,3],[1630,4,611,2,"announcement"],[1630,16,611,14],[1630,18,611,16],[1631,6,612,4,"backgroundColor"],[1631,21,612,19],[1631,23,612,21],[1631,29,612,27],[1632,6,613,4,"padding"],[1632,13,613,11],[1632,15,613,13],[1632,17,613,15],[1633,6,614,4,"borderRadius"],[1633,18,614,16],[1633,20,614,18],[1633,22,614,20],[1634,6,615,4,"marginRight"],[1634,17,615,15],[1634,19,615,17],[1634,21,615,19],[1635,6,616,4,"width"],[1635,11,616,9],[1635,13,616,11,"width"],[1635,18,616,16],[1635,21,616,19],[1635,23,616,21],[1636,6,617,4,"borderLeftWidth"],[1636,21,617,19],[1636,23,617,21],[1636,24,617,22],[1637,6,618,4,"borderLeftColor"],[1637,21,618,19],[1637,23,618,21],[1638,4,619,2],[1638,5,619,3],[1639,4,620,2,"announcementTitle"],[1639,21,620,19],[1639,23,620,21],[1640,6,621,4,"fontSize"],[1640,14,621,12],[1640,16,621,14],[1640,18,621,16],[1641,6,622,4,"fontWeight"],[1641,16,622,14],[1641,18,622,16],[1641,23,622,21],[1642,6,623,4,"color"],[1642,11,623,9],[1642,13,623,11],[1642,22,623,20],[1643,6,624,4,"marginBottom"],[1643,18,624,16],[1643,20,624,18],[1644,4,625,2],[1644,5,625,3],[1645,4,626,2,"announcementText"],[1645,20,626,18],[1645,22,626,20],[1646,6,627,4,"fontSize"],[1646,14,627,12],[1646,16,627,14],[1646,18,627,16],[1647,6,628,4,"color"],[1647,11,628,9],[1647,13,628,11],[1648,4,629,2],[1648,5,629,3],[1649,4,630,2,"quickActionsContainer"],[1649,25,630,23],[1649,27,630,25],[1650,6,631,4,"padding"],[1650,13,631,11],[1650,15,631,13],[1651,4,632,2],[1651,5,632,3],[1652,4,633,2,"sectionTitle"],[1652,16,633,14],[1652,18,633,16],[1653,6,634,4,"fontSize"],[1653,14,634,12],[1653,16,634,14],[1653,18,634,16],[1654,6,635,4,"fontWeight"],[1654,16,635,14],[1654,18,635,16],[1654,23,635,21],[1655,6,636,4,"color"],[1655,11,636,9],[1655,13,636,11],[1655,22,636,20],[1656,6,637,4,"marginBottom"],[1656,18,637,16],[1656,20,637,18],[1657,4,638,2],[1657,5,638,3],[1658,4,639,2,"actionsGrid"],[1658,15,639,13],[1658,17,639,15],[1659,6,640,4,"flexDirection"],[1659,19,640,17],[1659,21,640,19],[1659,26,640,24],[1660,6,641,4,"flexWrap"],[1660,14,641,12],[1660,16,641,14],[1660,22,641,20],[1661,6,642,4,"justifyContent"],[1661,20,642,18],[1661,22,642,20],[1662,4,643,2],[1662,5,643,3],[1663,4,644,2,"actionCard"],[1663,14,644,12],[1663,16,644,14],[1664,6,645,4,"width"],[1664,11,645,9],[1664,13,645,11],[1664,14,645,12,"width"],[1664,19,645,17],[1664,22,645,20],[1664,24,645,22],[1664,28,645,26],[1664,29,645,27],[1665,6,646,4,"backgroundColor"],[1665,21,646,19],[1665,23,646,21],[1665,29,646,27],[1666,6,647,4,"padding"],[1666,13,647,11],[1666,15,647,13],[1666,17,647,15],[1667,6,648,4,"borderRadius"],[1667,18,648,16],[1667,20,648,18],[1667,22,648,20],[1668,6,649,4,"alignItems"],[1668,16,649,14],[1668,18,649,16],[1668,26,649,24],[1669,6,650,4,"marginBottom"],[1669,18,650,16],[1669,20,650,18],[1669,22,650,20],[1670,6,651,4,"shadowColor"],[1670,17,651,15],[1670,19,651,17],[1670,25,651,23],[1671,6,652,4,"shadowOffset"],[1671,18,652,16],[1671,20,652,18],[1672,8,652,20,"width"],[1672,13,652,25],[1672,15,652,27],[1672,16,652,28],[1673,8,652,30,"height"],[1673,14,652,36],[1673,16,652,38],[1674,6,652,40],[1674,7,652,41],[1675,6,653,4,"shadowOpacity"],[1675,19,653,17],[1675,21,653,19],[1675,25,653,23],[1676,6,654,4,"shadowRadius"],[1676,18,654,16],[1676,20,654,18],[1676,21,654,19],[1677,6,655,4,"elevation"],[1677,15,655,13],[1677,17,655,15],[1678,4,656,2],[1678,5,656,3],[1679,4,657,2,"actionCardFirst"],[1679,19,657,17],[1679,21,657,19],[1680,6,658,4,"marginRight"],[1680,17,658,15],[1680,19,658,17],[1681,4,659,2],[1681,5,659,3],[1682,4,660,2,"actionCardLast"],[1682,18,660,16],[1682,20,660,18],[1683,6,661,4,"marginLeft"],[1683,16,661,14],[1683,18,661,16],[1684,4,662,2],[1684,5,662,3],[1685,4,663,2,"actionIcon"],[1685,14,663,12],[1685,16,663,14],[1686,6,664,4,"width"],[1686,11,664,9],[1686,13,664,11],[1686,15,664,13],[1687,6,665,4,"height"],[1687,12,665,10],[1687,14,665,12],[1687,16,665,14],[1688,6,666,4,"borderRadius"],[1688,18,666,16],[1688,20,666,18],[1688,22,666,20],[1689,6,667,4,"alignItems"],[1689,16,667,14],[1689,18,667,16],[1689,26,667,24],[1690,6,668,4,"justifyContent"],[1690,20,668,18],[1690,22,668,20],[1690,30,668,28],[1691,6,669,4,"marginBottom"],[1691,18,669,16],[1691,20,669,18],[1692,4,670,2],[1692,5,670,3],[1693,4,671,2,"actionLabel"],[1693,15,671,13],[1693,17,671,15],[1694,6,672,4,"fontSize"],[1694,14,672,12],[1694,16,672,14],[1694,18,672,16],[1695,6,673,4,"color"],[1695,11,673,9],[1695,13,673,11],[1695,22,673,20],[1696,6,674,4,"textAlign"],[1696,15,674,13],[1696,17,674,15],[1697,4,675,2],[1697,5,675,3],[1698,4,676,2,"walletHeader"],[1698,16,676,14],[1698,18,676,16],[1699,6,677,4,"padding"],[1699,13,677,11],[1699,15,677,13],[1699,17,677,15],[1700,6,678,4,"backgroundColor"],[1700,21,678,19],[1700,23,678,21],[1700,29,678,27],[1701,6,679,4,"borderBottomWidth"],[1701,23,679,21],[1701,25,679,23],[1701,26,679,24],[1702,6,680,4,"borderBottomColor"],[1702,23,680,21],[1702,25,680,23],[1702,34,680,32],[1703,6,681,4,"flexDirection"],[1703,19,681,17],[1703,21,681,19],[1703,26,681,24],[1704,6,682,4,"justifyContent"],[1704,20,682,18],[1704,22,682,20],[1704,37,682,35],[1705,6,683,4,"alignItems"],[1705,16,683,14],[1705,18,683,16],[1706,4,684,2],[1706,5,684,3],[1707,4,685,2,"walletTitle"],[1707,15,685,13],[1707,17,685,15],[1708,6,686,4,"fontSize"],[1708,14,686,12],[1708,16,686,14],[1708,18,686,16],[1709,6,687,4,"fontWeight"],[1709,16,687,14],[1709,18,687,16],[1709,23,687,21],[1710,6,688,4,"color"],[1710,11,688,9],[1710,13,688,11],[1711,4,689,2],[1711,5,689,3],[1712,4,690,2,"refreshButton"],[1712,17,690,15],[1712,19,690,17],[1713,6,691,4,"padding"],[1713,13,691,11],[1713,15,691,13],[1713,16,691,14],[1714,6,692,4,"borderRadius"],[1714,18,692,16],[1714,20,692,18],[1714,21,692,19],[1715,6,693,4,"backgroundColor"],[1715,21,693,19],[1715,23,693,21],[1716,4,694,2],[1716,5,694,3],[1717,4,695,2,"balanceCards"],[1717,16,695,14],[1717,18,695,16],[1718,6,696,4,"padding"],[1718,13,696,11],[1718,15,696,13],[1718,17,696,15],[1719,6,697,4,"gap"],[1719,9,697,7],[1719,11,697,9],[1720,4,698,2],[1720,5,698,3],[1721,4,699,2,"balanceCard"],[1721,15,699,13],[1721,17,699,15],[1722,6,700,4,"backgroundColor"],[1722,21,700,19],[1722,23,700,21],[1722,29,700,27],[1723,6,701,4,"padding"],[1723,13,701,11],[1723,15,701,13],[1723,17,701,15],[1724,6,702,4,"borderRadius"],[1724,18,702,16],[1724,20,702,18],[1724,22,702,20],[1725,6,703,4,"borderWidth"],[1725,17,703,15],[1725,19,703,17],[1725,20,703,18],[1726,6,704,4,"borderColor"],[1726,17,704,15],[1726,19,704,17],[1727,4,705,2],[1727,5,705,3],[1728,4,706,2,"balanceCardHeader"],[1728,21,706,19],[1728,23,706,21],[1729,6,707,4,"flexDirection"],[1729,19,707,17],[1729,21,707,19],[1729,26,707,24],[1730,6,708,4,"alignItems"],[1730,16,708,14],[1730,18,708,16],[1730,26,708,24],[1731,6,709,4,"gap"],[1731,9,709,7],[1731,11,709,9],[1731,12,709,10],[1732,6,710,4,"marginBottom"],[1732,18,710,16],[1732,20,710,18],[1733,4,711,2],[1733,5,711,3],[1734,4,712,2,"tokenLogo"],[1734,13,712,11],[1734,15,712,13],[1735,6,713,4,"width"],[1735,11,713,9],[1735,13,713,11],[1735,15,713,13],[1736,6,714,4,"height"],[1736,12,714,10],[1736,14,714,12],[1736,16,714,14],[1737,6,715,4,"borderRadius"],[1737,18,715,16],[1737,20,715,18],[1738,4,716,2],[1738,5,716,3],[1739,4,717,2,"tokenSymbol"],[1739,15,717,13],[1739,17,717,15],[1740,6,718,4,"fontSize"],[1740,14,718,12],[1740,16,718,14],[1740,18,718,16],[1741,6,719,4,"fontWeight"],[1741,16,719,14],[1741,18,719,16],[1741,23,719,21],[1742,6,720,4,"color"],[1742,11,720,9],[1742,13,720,11],[1743,4,721,2],[1743,5,721,3],[1744,4,722,2,"balanceAmount"],[1744,17,722,15],[1744,19,722,17],[1745,6,723,4,"fontSize"],[1745,14,723,12],[1745,16,723,14],[1745,18,723,16],[1746,6,724,4,"fontWeight"],[1746,16,724,14],[1746,18,724,16],[1746,23,724,21],[1747,6,725,4,"color"],[1747,11,725,9],[1747,13,725,11],[1747,22,725,20],[1748,6,726,4,"marginBottom"],[1748,18,726,16],[1748,20,726,18],[1749,4,727,2],[1749,5,727,3],[1750,4,728,2,"balanceUsd"],[1750,14,728,12],[1750,16,728,14],[1751,6,729,4,"fontSize"],[1751,14,729,12],[1751,16,729,14],[1751,18,729,16],[1752,6,730,4,"color"],[1752,11,730,9],[1752,13,730,11],[1753,4,731,2],[1753,5,731,3],[1754,4,732,2,"walletActions"],[1754,17,732,15],[1754,19,732,17],[1755,6,733,4,"flexDirection"],[1755,19,733,17],[1755,21,733,19],[1755,26,733,24],[1756,6,734,4,"padding"],[1756,13,734,11],[1756,15,734,13],[1756,17,734,15],[1757,6,735,4,"gap"],[1757,9,735,7],[1757,11,735,9],[1758,4,736,2],[1758,5,736,3],[1759,4,737,2,"walletActionButton"],[1759,22,737,20],[1759,24,737,22],[1760,6,738,4,"flex"],[1760,10,738,8],[1760,12,738,10],[1760,13,738,11],[1761,6,739,4,"backgroundColor"],[1761,21,739,19],[1761,23,739,21],[1761,32,739,30],[1762,6,740,4,"padding"],[1762,13,740,11],[1762,15,740,13],[1762,17,740,15],[1763,6,741,4,"borderRadius"],[1763,18,741,16],[1763,20,741,18],[1763,22,741,20],[1764,6,742,4,"alignItems"],[1764,16,742,14],[1764,18,742,16],[1764,26,742,24],[1765,6,743,4,"gap"],[1765,9,743,7],[1765,11,743,9],[1766,4,744,2],[1766,5,744,3],[1767,4,745,2,"walletActionText"],[1767,20,745,18],[1767,22,745,20],[1768,6,746,4,"color"],[1768,11,746,9],[1768,13,746,11],[1768,19,746,17],[1769,6,747,4,"fontSize"],[1769,14,747,12],[1769,16,747,14],[1769,18,747,16],[1770,6,748,4,"fontWeight"],[1770,16,748,14],[1770,18,748,16],[1771,4,749,2],[1771,5,749,3],[1772,4,750,2,"placeholderText"],[1772,19,750,17],[1772,21,750,19],[1773,6,751,4,"flex"],[1773,10,751,8],[1773,12,751,10],[1773,13,751,11],[1774,6,752,4,"textAlign"],[1774,15,752,13],[1774,17,752,15],[1774,25,752,23],[1775,6,753,4,"marginTop"],[1775,15,753,13],[1775,17,753,15],[1775,20,753,18],[1776,6,754,4,"fontSize"],[1776,14,754,12],[1776,16,754,14],[1776,18,754,16],[1777,6,755,4,"color"],[1777,11,755,9],[1777,13,755,11],[1778,4,756,2],[1778,5,756,3],[1779,4,757,2,"tabBar"],[1779,10,757,8],[1779,12,757,10],[1780,6,758,4,"borderTopWidth"],[1780,20,758,18],[1780,22,758,20],[1780,23,758,21],[1781,6,759,4,"borderTopColor"],[1781,20,759,18],[1781,22,759,20],[1781,31,759,29],[1782,6,760,4,"paddingBottom"],[1782,19,760,17],[1782,21,760,19],[1782,23,760,21],[1783,6,761,4,"paddingTop"],[1783,16,761,14],[1783,18,761,16],[1783,19,761,17],[1784,6,762,4,"backgroundColor"],[1784,21,762,19],[1784,23,762,21],[1785,4,763,2],[1785,5,763,3],[1786,4,764,2],[1787,4,765,2,"balanceRow"],[1787,14,765,12],[1787,16,765,14],[1788,6,766,4,"flexDirection"],[1788,19,766,17],[1788,21,766,19],[1788,26,766,24],[1789,6,767,4,"padding"],[1789,13,767,11],[1789,15,767,13],[1789,17,767,15],[1790,6,768,4,"gap"],[1790,9,768,7],[1790,11,768,9],[1791,4,769,2],[1791,5,769,3],[1792,4,770,2,"balanceCardNew"],[1792,18,770,16],[1792,20,770,18],[1793,6,771,4,"flex"],[1793,10,771,8],[1793,12,771,10],[1793,13,771,11],[1794,6,772,4,"backgroundColor"],[1794,21,772,19],[1794,23,772,21],[1794,29,772,27],[1795,6,773,4,"padding"],[1795,13,773,11],[1795,15,773,13],[1795,17,773,15],[1796,6,774,4,"borderRadius"],[1796,18,774,16],[1796,20,774,18],[1796,22,774,20],[1797,6,775,4,"alignItems"],[1797,16,775,14],[1797,18,775,16],[1797,26,775,24],[1798,6,776,4,"shadowColor"],[1798,17,776,15],[1798,19,776,17],[1798,25,776,23],[1799,6,777,4,"shadowOffset"],[1799,18,777,16],[1799,20,777,18],[1800,8,777,20,"width"],[1800,13,777,25],[1800,15,777,27],[1800,16,777,28],[1801,8,777,30,"height"],[1801,14,777,36],[1801,16,777,38],[1802,6,777,40],[1802,7,777,41],[1803,6,778,4,"shadowOpacity"],[1803,19,778,17],[1803,21,778,19],[1803,24,778,22],[1804,6,779,4,"shadowRadius"],[1804,18,779,16],[1804,20,779,18],[1804,21,779,19],[1805,6,780,4,"elevation"],[1805,15,780,13],[1805,17,780,15],[1806,4,781,2],[1806,5,781,3],[1807,4,782,2,"tokenLogoNew"],[1807,16,782,14],[1807,18,782,16],[1808,6,783,4,"width"],[1808,11,783,9],[1808,13,783,11],[1808,15,783,13],[1809,6,784,4,"height"],[1809,12,784,10],[1809,14,784,12],[1809,16,784,14],[1810,6,785,4,"borderRadius"],[1810,18,785,16],[1810,20,785,18],[1810,22,785,20],[1811,6,786,4,"marginBottom"],[1811,18,786,16],[1811,20,786,18],[1812,4,787,2],[1812,5,787,3],[1813,4,788,2,"tokenSymbolNew"],[1813,18,788,16],[1813,20,788,18],[1814,6,789,4,"fontSize"],[1814,14,789,12],[1814,16,789,14],[1814,18,789,16],[1815,6,790,4,"fontWeight"],[1815,16,790,14],[1815,18,790,16],[1815,23,790,21],[1816,6,791,4,"color"],[1816,11,791,9],[1816,13,791,11],[1816,22,791,20],[1817,6,792,4,"marginBottom"],[1817,18,792,16],[1817,20,792,18],[1818,4,793,2],[1818,5,793,3],[1819,4,794,2,"balanceAmountNew"],[1819,20,794,18],[1819,22,794,20],[1820,6,795,4,"fontSize"],[1820,14,795,12],[1820,16,795,14],[1820,18,795,16],[1821,6,796,4,"fontWeight"],[1821,16,796,14],[1821,18,796,16],[1821,23,796,21],[1822,6,797,4,"color"],[1822,11,797,9],[1822,13,797,11],[1822,22,797,20],[1823,6,798,4,"marginBottom"],[1823,18,798,16],[1823,20,798,18],[1824,4,799,2],[1824,5,799,3],[1825,4,800,2,"tokenNameNew"],[1825,16,800,14],[1825,18,800,16],[1826,6,801,4,"fontSize"],[1826,14,801,12],[1826,16,801,14],[1826,18,801,16],[1827,6,802,4,"color"],[1827,11,802,9],[1827,13,802,11],[1828,4,803,2],[1828,5,803,3],[1829,4,804,2,"actionsContainer"],[1829,20,804,18],[1829,22,804,20],[1830,6,805,4,"margin"],[1830,12,805,10],[1830,14,805,12],[1830,16,805,14],[1831,6,806,4,"backgroundColor"],[1831,21,806,19],[1831,23,806,21],[1831,29,806,27],[1832,6,807,4,"padding"],[1832,13,807,11],[1832,15,807,13],[1832,17,807,15],[1833,6,808,4,"borderRadius"],[1833,18,808,16],[1833,20,808,18],[1833,22,808,20],[1834,6,809,4,"shadowColor"],[1834,17,809,15],[1834,19,809,17],[1834,25,809,23],[1835,6,810,4,"shadowOffset"],[1835,18,810,16],[1835,20,810,18],[1836,8,810,20,"width"],[1836,13,810,25],[1836,15,810,27],[1836,16,810,28],[1837,8,810,30,"height"],[1837,14,810,36],[1837,16,810,38],[1838,6,810,40],[1838,7,810,41],[1839,6,811,4,"shadowOpacity"],[1839,19,811,17],[1839,21,811,19],[1839,24,811,22],[1840,6,812,4,"shadowRadius"],[1840,18,812,16],[1840,20,812,18],[1840,21,812,19],[1841,6,813,4,"elevation"],[1841,15,813,13],[1841,17,813,15],[1842,4,814,2],[1842,5,814,3],[1843,4,815,2,"actionsRow"],[1843,14,815,12],[1843,16,815,14],[1844,6,816,4,"flexDirection"],[1844,19,816,17],[1844,21,816,19],[1844,26,816,24],[1845,6,817,4,"justifyContent"],[1845,20,817,18],[1845,22,817,20],[1845,37,817,35],[1846,6,818,4,"marginBottom"],[1846,18,818,16],[1846,20,818,18],[1847,4,819,2],[1847,5,819,3],[1848,4,820,2,"actionBtn"],[1848,13,820,11],[1848,15,820,13],[1849,6,821,4,"width"],[1849,11,821,9],[1849,13,821,11],[1849,14,821,12,"width"],[1849,19,821,17],[1849,22,821,20],[1849,24,821,22],[1849,28,821,26],[1849,29,821,27],[1850,6,822,4,"padding"],[1850,13,822,11],[1850,15,822,13],[1850,17,822,15],[1851,6,823,4,"borderRadius"],[1851,18,823,16],[1851,20,823,18],[1851,22,823,20],[1852,6,824,4,"alignItems"],[1852,16,824,14],[1852,18,824,16],[1852,26,824,24],[1853,6,825,4,"justifyContent"],[1853,20,825,18],[1853,22,825,20],[1854,4,826,2],[1854,5,826,3],[1855,4,827,2,"actionBtnText"],[1855,17,827,15],[1855,19,827,17],[1856,6,828,4,"color"],[1856,11,828,9],[1856,13,828,11],[1856,19,828,17],[1857,6,829,4,"fontSize"],[1857,14,829,12],[1857,16,829,14],[1857,18,829,16],[1858,6,830,4,"fontWeight"],[1858,16,830,14],[1858,18,830,16],[1858,23,830,21],[1859,6,831,4,"marginTop"],[1859,15,831,13],[1859,17,831,15],[1860,4,832,2],[1860,5,832,3],[1861,4,833,2,"tokensContainer"],[1861,19,833,17],[1861,21,833,19],[1862,6,834,4,"margin"],[1862,12,834,10],[1862,14,834,12],[1862,16,834,14],[1863,6,835,4,"marginTop"],[1863,15,835,13],[1863,17,835,15],[1864,4,836,2],[1864,5,836,3],[1865,4,837,2,"tokensHeader"],[1865,16,837,14],[1865,18,837,16],[1866,6,838,4,"flexDirection"],[1866,19,838,17],[1866,21,838,19],[1866,26,838,24],[1867,6,839,4,"justifyContent"],[1867,20,839,18],[1867,22,839,20],[1867,37,839,35],[1868,6,840,4,"alignItems"],[1868,16,840,14],[1868,18,840,16],[1868,26,840,24],[1869,6,841,4,"marginBottom"],[1869,18,841,16],[1869,20,841,18],[1869,22,841,20],[1870,6,842,4,"paddingHorizontal"],[1870,23,842,21],[1870,25,842,23],[1871,4,843,2],[1871,5,843,3],[1872,4,844,2,"tokensTitle"],[1872,15,844,13],[1872,17,844,15],[1873,6,845,4,"fontSize"],[1873,14,845,12],[1873,16,845,14],[1873,18,845,16],[1874,6,846,4,"fontWeight"],[1874,16,846,14],[1874,18,846,16],[1874,23,846,21],[1875,6,847,4,"color"],[1875,11,847,9],[1875,13,847,11],[1876,4,848,2],[1876,5,848,3],[1877,4,849,2,"tokensHeaderActions"],[1877,23,849,21],[1877,25,849,23],[1878,6,850,4,"flexDirection"],[1878,19,850,17],[1878,21,850,19],[1878,26,850,24],[1879,6,851,4,"gap"],[1879,9,851,7],[1879,11,851,9],[1880,4,852,2],[1880,5,852,3],[1881,4,853,2,"tokenHeaderButton"],[1881,21,853,19],[1881,23,853,21],[1882,6,854,4,"width"],[1882,11,854,9],[1882,13,854,11],[1882,15,854,13],[1883,6,855,4,"height"],[1883,12,855,10],[1883,14,855,12],[1883,16,855,14],[1884,6,856,4,"borderRadius"],[1884,18,856,16],[1884,20,856,18],[1884,21,856,19],[1885,6,857,4,"backgroundColor"],[1885,21,857,19],[1885,23,857,21],[1885,32,857,30],[1886,6,858,4,"alignItems"],[1886,16,858,14],[1886,18,858,16],[1886,26,858,24],[1887,6,859,4,"justifyContent"],[1887,20,859,18],[1887,22,859,20],[1888,4,860,2],[1888,5,860,3],[1889,4,861,2,"tokenItem"],[1889,13,861,11],[1889,15,861,13],[1890,6,862,4,"flexDirection"],[1890,19,862,17],[1890,21,862,19],[1890,26,862,24],[1891,6,863,4,"justifyContent"],[1891,20,863,18],[1891,22,863,20],[1891,37,863,35],[1892,6,864,4,"alignItems"],[1892,16,864,14],[1892,18,864,16],[1892,26,864,24],[1893,6,865,4,"backgroundColor"],[1893,21,865,19],[1893,23,865,21],[1893,29,865,27],[1894,6,866,4,"padding"],[1894,13,866,11],[1894,15,866,13],[1894,17,866,15],[1895,6,867,4,"borderRadius"],[1895,18,867,16],[1895,20,867,18],[1895,22,867,20],[1896,6,868,4,"marginBottom"],[1896,18,868,16],[1896,20,868,18],[1896,21,868,19],[1897,6,869,4,"shadowColor"],[1897,17,869,15],[1897,19,869,17],[1897,25,869,23],[1898,6,870,4,"shadowOffset"],[1898,18,870,16],[1898,20,870,18],[1899,8,870,20,"width"],[1899,13,870,25],[1899,15,870,27],[1899,16,870,28],[1900,8,870,30,"height"],[1900,14,870,36],[1900,16,870,38],[1901,6,870,40],[1901,7,870,41],[1902,6,871,4,"shadowOpacity"],[1902,19,871,17],[1902,21,871,19],[1902,25,871,23],[1903,6,872,4,"shadowRadius"],[1903,18,872,16],[1903,20,872,18],[1903,21,872,19],[1904,6,873,4,"elevation"],[1904,15,873,13],[1904,17,873,15],[1905,4,874,2],[1905,5,874,3],[1906,4,875,2,"tokenItemLeft"],[1906,17,875,15],[1906,19,875,17],[1907,6,876,4,"flexDirection"],[1907,19,876,17],[1907,21,876,19],[1907,26,876,24],[1908,6,877,4,"alignItems"],[1908,16,877,14],[1908,18,877,16],[1908,26,877,24],[1909,6,878,4,"gap"],[1909,9,878,7],[1909,11,878,9],[1910,4,879,2],[1910,5,879,3],[1911,4,880,2,"tokenIconContainer"],[1911,22,880,20],[1911,24,880,22],[1912,6,881,4,"position"],[1912,14,881,12],[1912,16,881,14],[1912,26,881,24],[1913,6,882,4,"width"],[1913,11,882,9],[1913,13,882,11],[1913,15,882,13],[1914,6,883,4,"height"],[1914,12,883,10],[1914,14,883,12],[1915,4,884,2],[1915,5,884,3],[1916,4,885,2,"tokenIcon"],[1916,13,885,11],[1916,15,885,13],[1917,6,886,4,"width"],[1917,11,886,9],[1917,13,886,11],[1917,15,886,13],[1918,6,887,4,"height"],[1918,12,887,10],[1918,14,887,12],[1918,16,887,14],[1919,6,888,4,"borderRadius"],[1919,18,888,16],[1919,20,888,18],[1920,4,889,2],[1920,5,889,3],[1921,4,890,2,"networkBadge"],[1921,16,890,14],[1921,18,890,16],[1922,6,891,4,"position"],[1922,14,891,12],[1922,16,891,14],[1922,26,891,24],[1923,6,892,4,"right"],[1923,11,892,9],[1923,13,892,11],[1923,14,892,12],[1923,15,892,13],[1924,6,893,4,"bottom"],[1924,12,893,10],[1924,14,893,12],[1924,15,893,13],[1924,16,893,14],[1925,6,894,4,"width"],[1925,11,894,9],[1925,13,894,11],[1925,15,894,13],[1926,6,895,4,"height"],[1926,12,895,10],[1926,14,895,12],[1926,16,895,14],[1927,6,896,4,"borderRadius"],[1927,18,896,16],[1927,20,896,18],[1927,21,896,19],[1928,6,897,4,"borderWidth"],[1928,17,897,15],[1928,19,897,17],[1928,20,897,18],[1929,6,898,4,"borderColor"],[1929,17,898,15],[1929,19,898,17],[1930,4,899,2],[1930,5,899,3],[1931,4,900,2,"tokenItemName"],[1931,17,900,15],[1931,19,900,17],[1932,6,901,4,"fontSize"],[1932,14,901,12],[1932,16,901,14],[1932,18,901,16],[1933,6,902,4,"fontWeight"],[1933,16,902,14],[1933,18,902,16],[1933,23,902,21],[1934,6,903,4,"color"],[1934,11,903,9],[1934,13,903,11],[1935,4,904,2],[1935,5,904,3],[1936,4,905,2,"tokenItemNetwork"],[1936,20,905,18],[1936,22,905,20],[1937,6,906,4,"fontSize"],[1937,14,906,12],[1937,16,906,14],[1937,18,906,16],[1938,6,907,4,"color"],[1938,11,907,9],[1938,13,907,11],[1939,4,908,2],[1939,5,908,3],[1940,4,909,2,"tokenItemRight"],[1940,18,909,16],[1940,20,909,18],[1941,6,910,4,"alignItems"],[1941,16,910,14],[1941,18,910,16],[1942,4,911,2],[1942,5,911,3],[1943,4,912,2,"tokenItemBalance"],[1943,20,912,18],[1943,22,912,20],[1944,6,913,4,"fontSize"],[1944,14,913,12],[1944,16,913,14],[1944,18,913,16],[1945,6,914,4,"fontWeight"],[1945,16,914,14],[1945,18,914,16],[1945,23,914,21],[1946,6,915,4,"color"],[1946,11,915,9],[1946,13,915,11],[1947,4,916,2],[1947,5,916,3],[1948,4,917,2,"tokenItemUsd"],[1948,16,917,14],[1948,18,917,16],[1949,6,918,4,"fontSize"],[1949,14,918,12],[1949,16,918,14],[1949,18,918,16],[1950,6,919,4,"color"],[1950,11,919,9],[1950,13,919,11],[1951,4,920,2],[1952,2,921,0],[1952,3,921,1],[1952,4,921,2],[1953,2,921,3],[1953,6,921,3,"_c"],[1953,8,921,3],[1953,10,921,3,"_c2"],[1953,13,921,3],[1953,15,921,3,"_c3"],[1953,18,921,3],[1953,20,921,3,"_c4"],[1953,23,921,3],[1953,25,921,3,"_c5"],[1953,28,921,3],[1953,30,921,3,"_c6"],[1953,33,921,3],[1954,2,921,3,"$RefreshReg$"],[1954,14,921,3],[1954,15,921,3,"_c"],[1954,17,921,3],[1955,2,921,3,"$RefreshReg$"],[1955,14,921,3],[1955,15,921,3,"_c2"],[1955,18,921,3],[1956,2,921,3,"$RefreshReg$"],[1956,14,921,3],[1956,15,921,3,"_c3"],[1956,18,921,3],[1957,2,921,3,"$RefreshReg$"],[1957,14,921,3],[1957,15,921,3,"_c4"],[1957,18,921,3],[1958,2,921,3,"$RefreshReg$"],[1958,14,921,3],[1958,15,921,3,"_c5"],[1958,18,921,3],[1959,2,921,3,"$RefreshReg$"],[1959,14,921,3],[1959,15,921,3,"_c6"],[1959,18,921,3],[1960,0,921,3],[1960,3]],"functionMap":{"names":["","HomeTab","showImagePickerOptions","takePhoto","pickImageFromGallery","TouchableOpacity.props.onPress","QUICK_ACTIONS.map$argument_0","WalletTab","useEffect$argument_0","fetchBalance","setTimeout$argument_0","CitizensTab","ReferralTab","ProfileTab","HomeScreen","Tab.Screen.props.options.tabBarIcon","Tab.Screen.props.children"],"mappings":"AAA;ACmB;iCCK;GDoB;oBEE;GFoB;+BGE;GHqB;iEIoB,sCJ;iEIG,0CJ;iEIG,qCJ;+BKwB;aLc;CDM;AOE;YCS;GDE;uBEE;mCCI,wBD;GF8B;CPuO;AWE;CXM;AYE;CZM;AaE;CbM;ecI;sBCc;WDE;SEG,yCF;sBCO;WDE;sBCQ;WDE;sBCQ;WDE;sBCQ;WDE;CdK"},"hasCjsExports":false},"type":"js/module"}]}
\ No newline at end of file
+{"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(_ref) {\n _s();\n var navigation = _ref.navigation;\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 showImagePickerOptions = () => {\n _reactNative.Alert.alert('Change Profile Photo', 'Choose an option', [{\n text: 'Take Photo',\n onPress: takePhoto\n }, {\n text: 'Choose from Gallery',\n onPress: pickImageFromGallery\n }, {\n text: 'Cancel',\n style: 'cancel'\n }], {\n cancelable: true\n });\n };\n var takePhoto = /*#__PURE__*/function () {\n var _ref2 = (0, _asyncToGenerator.default)(function* () {\n var permissionResult = yield ImagePicker.requestCameraPermissionsAsync();\n if (permissionResult.granted === false) {\n _reactNative.Alert.alert('Permission Required', 'Camera permission is required!');\n return;\n }\n var result = yield ImagePicker.launchCameraAsync({\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 takePhoto() {\n return _ref2.apply(this, arguments);\n };\n }();\n var pickImageFromGallery = /*#__PURE__*/function () {\n var _ref3 = (0, _asyncToGenerator.default)(function* () {\n var permissionResult = yield ImagePicker.requestMediaLibraryPermissionsAsync();\n if (permissionResult.granted === false) {\n _reactNative.Alert.alert('Permission Required', 'Gallery access is required!');\n return;\n }\n var result = yield ImagePicker.launchImageLibraryAsync({\n mediaTypes: ['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 pickImageFromGallery() {\n return _ref3.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: showImagePickerOptions,\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: 99,\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: 101,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 97,\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: 105,\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: 106,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 104,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 96,\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 onPress: () => navigation.navigate('QRScanner'),\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: 111,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 110,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.iconButton,\n onPress: () => navigation.navigate('Notifications'),\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: 114,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 113,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.iconButton,\n onPress: () => navigation.navigate('Settings'),\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: 117,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 116,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 109,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 95,\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: 126,\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: 127,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 125,\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: 130,\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: 131,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 129,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 124,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 123,\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: 138,\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: 150,\n columnNumber: 19\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 149,\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: 152,\n columnNumber: 17\n }, this)]\n }, action.id, true, {\n fileName: _jsxFileName,\n lineNumber: 141,\n columnNumber: 15\n }, this))\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 139,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 137,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 93,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 92,\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 _ref4 = (0, _asyncToGenerator.default)(function* () {\n try {\n var backendUrl = \"https://kurdish-id.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 _ref4.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: 216,\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: 218,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 217,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 215,\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: 225,\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: 229,\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: 230,\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: 231,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 224,\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: 235,\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: 239,\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: 240,\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: 241,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 234,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 223,\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: 250,\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: 251,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 249,\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: 254,\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: 255,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 253,\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: 258,\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: 259,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 257,\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: 262,\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: 263,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 261,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 248,\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: 270,\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: 271,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 269,\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: 274,\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: 275,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 273,\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: 278,\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: 279,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 277,\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: 282,\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: 283,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 281,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 268,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 246,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.tokensContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.tokensHeader,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokensTitle,\n children: \"Tokens\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 291,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.tokensHeaderActions,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.tokenHeaderButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"search\",\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 294,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 293,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.tokenHeaderButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"add-circle\",\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 297,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 296,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.tokenHeaderButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"settings\",\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 300,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 299,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 292,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 290,\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_digital-kurdistan/artifacts/8lztwx8u_USDT%28hez%29.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 309,\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: 313,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 308,\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: 319,\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: 320,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 318,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 307,\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.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 324,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 325,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 323,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 306,\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.Image, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_digital-kurdistan/artifacts/06k2kt5u_dot.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 332,\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: \"DOT\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 337,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemNetwork,\n children: \"Polkadot\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 338,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 336,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 331,\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.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 342,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 343,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 341,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 330,\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.Image, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_digital-kurdistan/artifacts/7obzx4ca_bitcoin.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 350,\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: \"BTC\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 355,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemNetwork,\n children: \"Bitcoin\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 356,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 354,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 349,\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.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 360,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 361,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 359,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 348,\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.Image, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_digital-kurdistan/artifacts/l927j96q_etherium.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 368,\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: \"ETH\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 373,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemNetwork,\n children: \"Ethereum\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 374,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 372,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 367,\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.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 378,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 379,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 377,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 366,\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.Image, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_digital-kurdistan/artifacts/2k07ckau_BNB_logo.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 386,\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: \"BNB\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 391,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemNetwork,\n children: \"Binance Smart Chain\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 392,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 390,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 385,\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.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 396,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 397,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 395,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 384,\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.Image, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_digital-kurdistan/artifacts/k5rl2t4g_ADAlogo.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 404,\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: \"ADA\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 409,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemNetwork,\n children: \"Cardano\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 410,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 408,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 403,\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.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 414,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 415,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 413,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 402,\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.Image, {\n source: {\n uri: 'https://customer-assets.emergentagent.com/job_digital-kurdistan/artifacts/ldg2spf2_SOLlogo.png'\n },\n style: styles.tokenIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 422,\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: \"SOL\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 427,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemNetwork,\n children: \"Solana\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 428,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 426,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 421,\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.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 432,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenItemUsd,\n children: \"$0.00\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 433,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 431,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 420,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 289,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 213,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 212,\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: 445,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 444,\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: 453,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 452,\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: 461,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 460,\n columnNumber: 5\n }, this);\n }\n _c5 = ProfileTab;\n var Tab = (0, _reactNavigationBottomTabs.createBottomTabNavigator)();\n function HomeScreen(_ref5) {\n var navigation = _ref5.navigation;\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 options: {\n tabBarLabel: 'Home',\n tabBarIcon: _ref6 => {\n var color = _ref6.color,\n size = _ref6.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: 483,\n columnNumber: 13\n }, this);\n }\n },\n children: () => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(HomeTab, {\n navigation: navigation\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 487,\n columnNumber: 16\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 478,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Wallet\",\n component: WalletTab,\n options: {\n tabBarLabel: 'Wallet',\n tabBarIcon: _ref7 => {\n var color = _ref7.color,\n size = _ref7.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: 495,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 489,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Citizens\",\n component: CitizensTab,\n options: {\n tabBarLabel: 'Citizens',\n tabBarIcon: _ref8 => {\n var color = _ref8.color,\n size = _ref8.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: 505,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 499,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Referral\",\n component: ReferralTab,\n options: {\n tabBarLabel: 'Referral',\n tabBarIcon: _ref9 => {\n var color = _ref9.color,\n size = _ref9.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: 515,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 509,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Tab.Screen, {\n name: \"Profile\",\n component: ProfileTab,\n options: {\n tabBarLabel: 'Profile',\n tabBarIcon: _ref0 => {\n var color = _ref0.color,\n size = _ref0.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: 525,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 519,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 470,\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 - 32,\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 tokensHeader: {\n flexDirection: 'row',\n justifyContent: 'space-between',\n alignItems: 'center',\n marginBottom: 12,\n paddingHorizontal: 4\n },\n tokensTitle: {\n fontSize: 18,\n fontWeight: '700',\n color: '#1F2937'\n },\n tokensHeaderActions: {\n flexDirection: 'row',\n gap: 12\n },\n tokenHeaderButton: {\n width: 32,\n height: 32,\n borderRadius: 8,\n backgroundColor: '#F3F4F6',\n alignItems: 'center',\n justifyContent: 'center'\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":1960,"map":[[30,2,468,15,"Object"],[30,8,468,15],[30,9,468,15,"defineProperty"],[30,23,468,15],[30,24,468,15,"exports"],[30,31,468,15],[31,4,468,15,"enumerable"],[31,14,468,15],[32,4,468,15,"get"],[32,7,468,15],[32,18,468,15,"get"],[32,19,468,15],[33,6,468,15],[33,13,468,15,"HomeScreen"],[33,23,468,15],[34,4,468,15],[35,2,468,15],[36,2,531,1],[36,6,531,1,"_babelRuntimeHelpersAsyncToGenerator"],[36,42,531,1],[36,45,531,1,"require"],[36,52,531,1],[36,53,531,1,"_dependencyMap"],[36,67,531,1],[37,2,531,1],[37,6,531,1,"_asyncToGenerator"],[37,23,531,1],[37,26,531,1,"_interopDefault"],[37,41,531,1],[37,42,531,1,"_babelRuntimeHelpersAsyncToGenerator"],[37,78,531,1],[38,2,531,1],[38,6,531,1,"_babelRuntimeHelpersSlicedToArray"],[38,39,531,1],[38,42,531,1,"require"],[38,49,531,1],[38,50,531,1,"_dependencyMap"],[38,64,531,1],[39,2,531,1],[39,6,531,1,"_slicedToArray"],[39,20,531,1],[39,23,531,1,"_interopDefault"],[39,38,531,1],[39,39,531,1,"_babelRuntimeHelpersSlicedToArray"],[39,72,531,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,"_ref"],[51,23,20,16],[51,25,20,38],[52,4,20,38,"_s"],[52,6,20,38],[53,4,20,38],[53,8,20,19,"navigation"],[53,18,20,29],[53,21,20,29,"_ref"],[53,25,20,29],[53,26,20,19,"navigation"],[53,36,20,29],[54,4,21,2],[54,8,21,2,"_useAuth"],[54,16,21,2],[54,19,21,19],[54,23,21,19,"useAuth"],[54,43,21,26],[54,44,21,26,"useAuth"],[54,51,21,26],[54,53,21,27],[54,54,21,28],[55,6,21,10,"user"],[55,10,21,14],[55,13,21,14,"_useAuth"],[55,21,21,14],[55,22,21,10,"user"],[55,26,21,14],[56,4,22,2],[56,8,22,8,"insets"],[56,14,22,14],[56,17,22,17],[56,21,22,17,"useSafeAreaInsets"],[56,48,22,34],[56,49,22,34,"useSafeAreaInsets"],[56,66,22,34],[56,68,22,35],[56,69,22,36],[57,4,23,2],[57,8,23,2,"_useState"],[57,17,23,2],[57,20,23,42],[57,24,23,42,"useState"],[57,30,23,50],[57,31,23,50,"useState"],[57,39,23,50],[57,41,23,66],[57,45,23,70],[57,46,23,71],[58,6,23,71,"_useState2"],[58,16,23,71],[58,23,23,71,"_slicedToArray"],[58,37,23,71],[58,38,23,71,"default"],[58,45,23,71],[58,47,23,71,"_useState"],[58,56,23,71],[59,6,23,9,"profileImage"],[59,18,23,21],[59,21,23,21,"_useState2"],[59,31,23,21],[60,6,23,23,"setProfileImage"],[60,21,23,38],[60,24,23,38,"_useState2"],[60,34,23,38],[61,4,25,2],[61,8,25,8,"showImagePickerOptions"],[61,30,25,30],[61,33,25,33,"showImagePickerOptions"],[61,34,25,33],[61,39,25,39],[62,6,26,4,"Alert"],[62,18,26,9],[62,19,26,9,"Alert"],[62,24,26,9],[62,25,26,10,"alert"],[62,30,26,15],[62,31,27,6],[62,53,27,28],[62,55,28,6],[62,73,28,24],[62,75,29,6],[62,76,30,8],[63,8,31,10,"text"],[63,12,31,14],[63,14,31,16],[63,26,31,28],[64,8,32,10,"onPress"],[64,15,32,17],[64,17,32,19,"takePhoto"],[65,6,33,8],[65,7,33,9],[65,9,34,8],[66,8,35,10,"text"],[66,12,35,14],[66,14,35,16],[66,35,35,37],[67,8,36,10,"onPress"],[67,15,36,17],[67,17,36,19,"pickImageFromGallery"],[68,6,37,8],[68,7,37,9],[68,9,38,8],[69,8,39,10,"text"],[69,12,39,14],[69,14,39,16],[69,22,39,24],[70,8,40,10,"style"],[70,13,40,15],[70,15,40,17],[71,6,41,8],[71,7,41,9],[71,8,42,7],[71,10,43,6],[72,8,43,8,"cancelable"],[72,18,43,18],[72,20,43,20],[73,6,43,25],[73,7,44,4],[73,8,44,5],[74,4,45,2],[74,5,45,3],[75,4,47,2],[75,8,47,8,"takePhoto"],[75,17,47,17],[76,6,47,17],[76,10,47,17,"_ref2"],[76,15,47,17],[76,22,47,17,"_asyncToGenerator"],[76,39,47,17],[76,40,47,17,"default"],[76,47,47,17],[76,49,47,20],[76,62,47,32],[77,8,48,4],[77,12,48,10,"permissionResult"],[77,28,48,26],[77,37,48,35,"ImagePicker"],[77,48,48,46],[77,49,48,47,"requestCameraPermissionsAsync"],[77,78,48,76],[77,79,48,77],[77,80,48,78],[78,8,50,4],[78,12,50,8,"permissionResult"],[78,28,50,24],[78,29,50,25,"granted"],[78,36,50,32],[78,41,50,37],[78,46,50,42],[78,48,50,44],[79,10,51,6,"Alert"],[79,22,51,11],[79,23,51,11,"Alert"],[79,28,51,11],[79,29,51,12,"alert"],[79,34,51,17],[79,35,51,18],[79,56,51,39],[79,58,51,41],[79,90,51,73],[79,91,51,74],[80,10,52,6],[81,8,53,4],[82,8,55,4],[82,12,55,10,"result"],[82,18,55,16],[82,27,55,25,"ImagePicker"],[82,38,55,36],[82,39,55,37,"launchCameraAsync"],[82,56,55,54],[82,57,55,55],[83,10,56,6,"allowsEditing"],[83,23,56,19],[83,25,56,21],[83,29,56,25],[84,10,57,6,"aspect"],[84,16,57,12],[84,18,57,14],[84,19,57,15],[84,20,57,16],[84,22,57,18],[84,23,57,19],[84,24,57,20],[85,10,58,6,"quality"],[85,17,58,13],[85,19,58,15],[85,22,58,18],[86,10,59,6,"base64"],[86,16,59,12],[86,18,59,14],[87,8,60,4],[87,9,60,5],[87,10,60,6],[88,8,62,4],[88,12,62,8],[88,13,62,9,"result"],[88,19,62,15],[88,20,62,16,"canceled"],[88,28,62,24],[88,32,62,28,"result"],[88,38,62,34],[88,39,62,35,"assets"],[88,45,62,41],[88,46,62,42],[88,47,62,43],[88,48,62,44],[88,49,62,45,"base64"],[88,55,62,51],[88,57,62,53],[89,10,63,6],[89,14,63,12,"base64Image"],[89,25,63,23],[89,28,63,26],[89,54,63,52,"result"],[89,60,63,58],[89,61,63,59,"assets"],[89,67,63,65],[89,68,63,66],[89,69,63,67],[89,70,63,68],[89,71,63,69,"base64"],[89,77,63,75],[89,79,63,77],[90,10,64,6,"setProfileImage"],[90,25,64,21],[90,26,64,22,"base64Image"],[90,37,64,33],[90,38,64,34],[91,10,65,6],[92,8,66,4],[93,6,67,2],[93,7,67,3],[94,6,67,3],[94,22,47,8,"takePhoto"],[94,31,47,17,"takePhoto"],[94,32,47,17],[95,8,47,17],[95,15,47,17,"_ref2"],[95,20,47,17],[95,21,47,17,"apply"],[95,26,47,17],[95,33,47,17,"arguments"],[95,42,47,17],[96,6,47,17],[97,4,47,17],[97,7,67,3],[98,4,69,2],[98,8,69,8,"pickImageFromGallery"],[98,28,69,28],[99,6,69,28],[99,10,69,28,"_ref3"],[99,15,69,28],[99,22,69,28,"_asyncToGenerator"],[99,39,69,28],[99,40,69,28,"default"],[99,47,69,28],[99,49,69,31],[99,62,69,43],[100,8,70,4],[100,12,70,10,"permissionResult"],[100,28,70,26],[100,37,70,35,"ImagePicker"],[100,48,70,46],[100,49,70,47,"requestMediaLibraryPermissionsAsync"],[100,84,70,82],[100,85,70,83],[100,86,70,84],[101,8,72,4],[101,12,72,8,"permissionResult"],[101,28,72,24],[101,29,72,25,"granted"],[101,36,72,32],[101,41,72,37],[101,46,72,42],[101,48,72,44],[102,10,73,6,"Alert"],[102,22,73,11],[102,23,73,11,"Alert"],[102,28,73,11],[102,29,73,12,"alert"],[102,34,73,17],[102,35,73,18],[102,56,73,39],[102,58,73,41],[102,87,73,70],[102,88,73,71],[103,10,74,6],[104,8,75,4],[105,8,77,4],[105,12,77,10,"result"],[105,18,77,16],[105,27,77,25,"ImagePicker"],[105,38,77,36],[105,39,77,37,"launchImageLibraryAsync"],[105,62,77,60],[105,63,77,61],[106,10,78,6,"mediaTypes"],[106,20,78,16],[106,22,78,18],[106,23,78,19],[106,31,78,27],[106,32,78,28],[107,10,79,6,"allowsEditing"],[107,23,79,19],[107,25,79,21],[107,29,79,25],[108,10,80,6,"aspect"],[108,16,80,12],[108,18,80,14],[108,19,80,15],[108,20,80,16],[108,22,80,18],[108,23,80,19],[108,24,80,20],[109,10,81,6,"quality"],[109,17,81,13],[109,19,81,15],[109,22,81,18],[110,10,82,6,"base64"],[110,16,82,12],[110,18,82,14],[111,8,83,4],[111,9,83,5],[111,10,83,6],[112,8,85,4],[112,12,85,8],[112,13,85,9,"result"],[112,19,85,15],[112,20,85,16,"canceled"],[112,28,85,24],[112,32,85,28,"result"],[112,38,85,34],[112,39,85,35,"assets"],[112,45,85,41],[112,46,85,42],[112,47,85,43],[112,48,85,44],[112,49,85,45,"base64"],[112,55,85,51],[112,57,85,53],[113,10,86,6],[113,14,86,12,"base64Image"],[113,25,86,23],[113,28,86,26],[113,54,86,52,"result"],[113,60,86,58],[113,61,86,59,"assets"],[113,67,86,65],[113,68,86,66],[113,69,86,67],[113,70,86,68],[113,71,86,69,"base64"],[113,77,86,75],[113,79,86,77],[114,10,87,6,"setProfileImage"],[114,25,87,21],[114,26,87,22,"base64Image"],[114,37,87,33],[114,38,87,34],[115,10,88,6],[116,8,89,4],[117,6,90,2],[117,7,90,3],[118,6,90,3],[118,22,69,8,"pickImageFromGallery"],[118,42,69,28,"pickImageFromGallery"],[118,43,69,28],[119,8,69,28],[119,15,69,28,"_ref3"],[119,20,69,28],[119,21,69,28,"apply"],[119,26,69,28],[119,33,69,28,"arguments"],[119,42,69,28],[120,6,69,28],[121,4,69,28],[121,7,90,3],[122,4,91,2],[122,24,92,4],[122,28,92,4,"_reactJsxDevRuntime"],[122,47,92,4],[122,48,92,4,"jsxDEV"],[122,54,92,4],[122,56,92,5,"_reactNative"],[122,68,92,9],[122,69,92,9,"View"],[122,73,92,9],[123,6,92,10,"style"],[123,11,92,15],[123,13,92,17,"styles"],[123,19,92,23],[123,20,92,24,"container"],[123,29,92,34],[124,6,92,34,"children"],[124,14,92,34],[124,29,93,6],[124,33,93,6,"_reactJsxDevRuntime"],[124,52,93,6],[124,53,93,6,"jsxDEV"],[124,59,93,6],[124,61,93,7,"_reactNative"],[124,73,93,17],[124,74,93,17,"ScrollView"],[124,84,93,17],[125,8,93,18,"showsVerticalScrollIndicator"],[125,36,93,46],[125,38,93,48],[125,43,93,54],[126,8,93,55,"contentContainerStyle"],[126,29,93,76],[126,31,93,78,"styles"],[126,37,93,84],[126,38,93,85,"scrollContent"],[126,51,93,99],[127,8,93,99,"children"],[127,16,93,99],[127,32,95,8],[127,36,95,8,"_reactJsxDevRuntime"],[127,55,95,8],[127,56,95,8,"jsxDEV"],[127,62,95,8],[127,64,95,9,"_reactNative"],[127,76,95,13],[127,77,95,13,"View"],[127,81,95,13],[128,10,95,14,"style"],[128,15,95,19],[128,17,95,21],[128,18,95,22,"styles"],[128,24,95,28],[128,25,95,29,"header"],[128,31,95,35],[128,33,95,37],[129,12,95,39,"paddingTop"],[129,22,95,49],[129,24,95,51,"insets"],[129,30,95,57],[129,31,95,58,"top"],[129,34,95,61],[129,37,95,64],[130,10,95,67],[130,11,95,68],[130,12,95,70],[131,10,95,70,"children"],[131,18,95,70],[131,34,96,10],[131,38,96,10,"_reactJsxDevRuntime"],[131,57,96,10],[131,58,96,10,"jsxDEV"],[131,64,96,10],[131,66,96,11,"_reactNative"],[131,78,96,15],[131,79,96,15,"View"],[131,83,96,15],[132,12,96,16,"style"],[132,17,96,21],[132,19,96,23,"styles"],[132,25,96,29],[132,26,96,30,"headerLeft"],[132,36,96,41],[133,12,96,41,"children"],[133,20,96,41],[133,36,97,12],[133,40,97,12,"_reactJsxDevRuntime"],[133,59,97,12],[133,60,97,12,"jsxDEV"],[133,66,97,12],[133,68,97,13,"_reactNative"],[133,80,97,29],[133,81,97,29,"TouchableOpacity"],[133,97,97,29],[134,14,97,30,"style"],[134,19,97,35],[134,21,97,37,"styles"],[134,27,97,43],[134,28,97,44,"profileImage"],[134,40,97,57],[135,14,97,58,"onPress"],[135,21,97,65],[135,23,97,67,"showImagePickerOptions"],[135,45,97,90],[136,14,97,90,"children"],[136,22,97,90],[136,24,98,15,"profileImage"],[136,36,98,27],[136,52,99,16],[136,56,99,16,"_reactJsxDevRuntime"],[136,75,99,16],[136,76,99,16,"jsxDEV"],[136,82,99,16],[136,84,99,17,"_reactNative"],[136,96,99,22],[136,97,99,22,"Image"],[136,102,99,22],[137,16,99,23,"source"],[137,22,99,29],[137,24,99,31],[138,18,99,33,"uri"],[138,21,99,36],[138,23,99,38,"profileImage"],[139,16,99,51],[139,17,99,53],[140,16,99,54,"style"],[140,21,99,59],[140,23,99,61,"styles"],[140,29,99,67],[140,30,99,68,"profileImageSrc"],[141,14,99,84],[142,16,99,84,"fileName"],[142,24,99,84],[142,26,99,84,"_jsxFileName"],[142,38,99,84],[143,16,99,84,"lineNumber"],[143,26,99,84],[144,16,99,84,"columnNumber"],[144,28,99,84],[145,14,99,84],[145,21,99,86],[145,22,99,87],[145,38,101,16],[145,42,101,16,"_reactJsxDevRuntime"],[145,61,101,16],[145,62,101,16,"jsxDEV"],[145,68,101,16],[145,70,101,17,"_expoVectorIcons"],[145,86,101,25],[145,87,101,25,"Ionicons"],[145,95,101,25],[146,16,101,26,"name"],[146,20,101,30],[146,22,101,31],[146,30,101,39],[147,16,101,40,"size"],[147,20,101,44],[147,22,101,46],[147,24,101,49],[148,16,101,50,"color"],[148,21,101,55],[148,23,101,56],[149,14,101,65],[150,16,101,65,"fileName"],[150,24,101,65],[150,26,101,65,"_jsxFileName"],[150,38,101,65],[151,16,101,65,"lineNumber"],[151,26,101,65],[152,16,101,65,"columnNumber"],[152,28,101,65],[153,14,101,65],[153,21,101,67],[154,12,102,15],[155,14,102,15,"fileName"],[155,22,102,15],[155,24,102,15,"_jsxFileName"],[155,36,102,15],[156,14,102,15,"lineNumber"],[156,24,102,15],[157,14,102,15,"columnNumber"],[157,26,102,15],[158,12,102,15],[158,19,103,30],[158,20,103,31],[158,35,104,12],[158,39,104,12,"_reactJsxDevRuntime"],[158,58,104,12],[158,59,104,12,"jsxDEV"],[158,65,104,12],[158,67,104,13,"_reactNative"],[158,79,104,17],[158,80,104,17,"View"],[158,84,104,17],[159,14,104,18,"style"],[159,19,104,23],[159,21,104,25,"styles"],[159,27,104,31],[159,28,104,32,"profileBadge"],[159,40,104,45],[160,14,104,45,"children"],[160,22,104,45],[160,38,105,14],[160,42,105,14,"_reactJsxDevRuntime"],[160,61,105,14],[160,62,105,14,"jsxDEV"],[160,68,105,14],[160,70,105,15,"_expoVectorIcons"],[160,86,105,23],[160,87,105,23,"Ionicons"],[160,95,105,23],[161,16,105,24,"name"],[161,20,105,28],[161,22,105,29],[161,28,105,35],[162,16,105,36,"size"],[162,20,105,40],[162,22,105,42],[162,24,105,45],[163,16,105,46,"color"],[163,21,105,51],[163,23,105,52],[164,14,105,61],[165,16,105,61,"fileName"],[165,24,105,61],[165,26,105,61,"_jsxFileName"],[165,38,105,61],[166,16,105,61,"lineNumber"],[166,26,105,61],[167,16,105,61,"columnNumber"],[167,28,105,61],[168,14,105,61],[168,21,105,63],[168,22,105,64],[168,37,106,14],[168,41,106,14,"_reactJsxDevRuntime"],[168,60,106,14],[168,61,106,14,"jsxDEV"],[168,67,106,14],[168,69,106,15,"_reactNative"],[168,81,106,19],[168,82,106,19,"Text"],[168,86,106,19],[169,16,106,20,"style"],[169,21,106,25],[169,23,106,27,"styles"],[169,29,106,33],[169,30,106,34,"trustScore"],[169,40,106,45],[170,16,106,45,"children"],[170,24,106,45],[170,26,106,46],[171,14,106,49],[172,16,106,49,"fileName"],[172,24,106,49],[172,26,106,49,"_jsxFileName"],[172,38,106,49],[173,16,106,49,"lineNumber"],[173,26,106,49],[174,16,106,49,"columnNumber"],[174,28,106,49],[175,14,106,49],[175,21,106,55],[175,22,106,56],[176,12,106,56],[177,14,106,56,"fileName"],[177,22,106,56],[177,24,106,56,"_jsxFileName"],[177,36,106,56],[178,14,106,56,"lineNumber"],[178,24,106,56],[179,14,106,56,"columnNumber"],[179,26,106,56],[180,12,106,56],[180,19,107,18],[180,20,107,19],[181,10,107,19],[182,12,107,19,"fileName"],[182,20,107,19],[182,22,107,19,"_jsxFileName"],[182,34,107,19],[183,12,107,19,"lineNumber"],[183,22,107,19],[184,12,107,19,"columnNumber"],[184,24,107,19],[185,10,107,19],[185,17,108,16],[185,18,108,17],[185,33,109,10],[185,37,109,10,"_reactJsxDevRuntime"],[185,56,109,10],[185,57,109,10,"jsxDEV"],[185,63,109,10],[185,65,109,11,"_reactNative"],[185,77,109,15],[185,78,109,15,"View"],[185,82,109,15],[186,12,109,16,"style"],[186,17,109,21],[186,19,109,23,"styles"],[186,25,109,29],[186,26,109,30,"headerRight"],[186,37,109,42],[187,12,109,42,"children"],[187,20,109,42],[187,36,110,12],[187,40,110,12,"_reactJsxDevRuntime"],[187,59,110,12],[187,60,110,12,"jsxDEV"],[187,66,110,12],[187,68,110,13,"_reactNative"],[187,80,110,29],[187,81,110,29,"TouchableOpacity"],[187,97,110,29],[188,14,110,30,"style"],[188,19,110,35],[188,21,110,37,"styles"],[188,27,110,43],[188,28,110,44,"iconButton"],[188,38,110,55],[189,14,110,56,"onPress"],[189,21,110,63],[189,23,110,65,"onPress"],[189,24,110,65],[189,29,110,71,"navigation"],[189,39,110,81],[189,40,110,82,"navigate"],[189,48,110,90],[189,49,110,91],[189,60,110,102],[189,61,110,104],[190,14,110,104,"children"],[190,22,110,104],[190,37,111,14],[190,41,111,14,"_reactJsxDevRuntime"],[190,60,111,14],[190,61,111,14,"jsxDEV"],[190,67,111,14],[190,69,111,15,"_expoVectorIcons"],[190,85,111,23],[190,86,111,23,"Ionicons"],[190,94,111,23],[191,16,111,24,"name"],[191,20,111,28],[191,22,111,29],[191,39,111,46],[192,16,111,47,"size"],[192,20,111,51],[192,22,111,53],[192,24,111,56],[193,16,111,57,"color"],[193,21,111,62],[193,23,111,63],[194,14,111,72],[195,16,111,72,"fileName"],[195,24,111,72],[195,26,111,72,"_jsxFileName"],[195,38,111,72],[196,16,111,72,"lineNumber"],[196,26,111,72],[197,16,111,72,"columnNumber"],[197,28,111,72],[198,14,111,72],[198,21,111,74],[199,12,111,75],[200,14,111,75,"fileName"],[200,22,111,75],[200,24,111,75,"_jsxFileName"],[200,36,111,75],[201,14,111,75,"lineNumber"],[201,24,111,75],[202,14,111,75,"columnNumber"],[202,26,111,75],[203,12,111,75],[203,19,112,30],[203,20,112,31],[203,35,113,12],[203,39,113,12,"_reactJsxDevRuntime"],[203,58,113,12],[203,59,113,12,"jsxDEV"],[203,65,113,12],[203,67,113,13,"_reactNative"],[203,79,113,29],[203,80,113,29,"TouchableOpacity"],[203,96,113,29],[204,14,113,30,"style"],[204,19,113,35],[204,21,113,37,"styles"],[204,27,113,43],[204,28,113,44,"iconButton"],[204,38,113,55],[205,14,113,56,"onPress"],[205,21,113,63],[205,23,113,65,"onPress"],[205,24,113,65],[205,29,113,71,"navigation"],[205,39,113,81],[205,40,113,82,"navigate"],[205,48,113,90],[205,49,113,91],[205,64,113,106],[205,65,113,108],[206,14,113,108,"children"],[206,22,113,108],[206,37,114,14],[206,41,114,14,"_reactJsxDevRuntime"],[206,60,114,14],[206,61,114,14,"jsxDEV"],[206,67,114,14],[206,69,114,15,"_expoVectorIcons"],[206,85,114,23],[206,86,114,23,"Ionicons"],[206,94,114,23],[207,16,114,24,"name"],[207,20,114,28],[207,22,114,29],[207,45,114,52],[208,16,114,53,"size"],[208,20,114,57],[208,22,114,59],[208,24,114,62],[209,16,114,63,"color"],[209,21,114,68],[209,23,114,69],[210,14,114,78],[211,16,114,78,"fileName"],[211,24,114,78],[211,26,114,78,"_jsxFileName"],[211,38,114,78],[212,16,114,78,"lineNumber"],[212,26,114,78],[213,16,114,78,"columnNumber"],[213,28,114,78],[214,14,114,78],[214,21,114,80],[215,12,114,81],[216,14,114,81,"fileName"],[216,22,114,81],[216,24,114,81,"_jsxFileName"],[216,36,114,81],[217,14,114,81,"lineNumber"],[217,24,114,81],[218,14,114,81,"columnNumber"],[218,26,114,81],[219,12,114,81],[219,19,115,30],[219,20,115,31],[219,35,116,12],[219,39,116,12,"_reactJsxDevRuntime"],[219,58,116,12],[219,59,116,12,"jsxDEV"],[219,65,116,12],[219,67,116,13,"_reactNative"],[219,79,116,29],[219,80,116,29,"TouchableOpacity"],[219,96,116,29],[220,14,116,30,"style"],[220,19,116,35],[220,21,116,37,"styles"],[220,27,116,43],[220,28,116,44,"iconButton"],[220,38,116,55],[221,14,116,56,"onPress"],[221,21,116,63],[221,23,116,65,"onPress"],[221,24,116,65],[221,29,116,71,"navigation"],[221,39,116,81],[221,40,116,82,"navigate"],[221,48,116,90],[221,49,116,91],[221,59,116,101],[221,60,116,103],[222,14,116,103,"children"],[222,22,116,103],[222,37,117,14],[222,41,117,14,"_reactJsxDevRuntime"],[222,60,117,14],[222,61,117,14,"jsxDEV"],[222,67,117,14],[222,69,117,15,"_expoVectorIcons"],[222,85,117,23],[222,86,117,23,"Ionicons"],[222,94,117,23],[223,16,117,24,"name"],[223,20,117,28],[223,22,117,29],[223,40,117,47],[224,16,117,48,"size"],[224,20,117,52],[224,22,117,54],[224,24,117,57],[225,16,117,58,"color"],[225,21,117,63],[225,23,117,64],[226,14,117,73],[227,16,117,73,"fileName"],[227,24,117,73],[227,26,117,73,"_jsxFileName"],[227,38,117,73],[228,16,117,73,"lineNumber"],[228,26,117,73],[229,16,117,73,"columnNumber"],[229,28,117,73],[230,14,117,73],[230,21,117,75],[231,12,117,76],[232,14,117,76,"fileName"],[232,22,117,76],[232,24,117,76,"_jsxFileName"],[232,36,117,76],[233,14,117,76,"lineNumber"],[233,24,117,76],[234,14,117,76,"columnNumber"],[234,26,117,76],[235,12,117,76],[235,19,118,30],[235,20,118,31],[236,10,118,31],[237,12,118,31,"fileName"],[237,20,118,31],[237,22,118,31,"_jsxFileName"],[237,34,118,31],[238,12,118,31,"lineNumber"],[238,22,118,31],[239,12,118,31,"columnNumber"],[239,24,118,31],[240,10,118,31],[240,17,119,16],[240,18,119,17],[241,8,119,17],[242,10,119,17,"fileName"],[242,18,119,17],[242,20,119,17,"_jsxFileName"],[242,32,119,17],[243,10,119,17,"lineNumber"],[243,20,119,17],[244,10,119,17,"columnNumber"],[244,22,119,17],[245,8,119,17],[245,15,120,14],[245,16,120,15],[245,31,123,8],[245,35,123,8,"_reactJsxDevRuntime"],[245,54,123,8],[245,55,123,8,"jsxDEV"],[245,61,123,8],[245,63,123,9,"_reactNative"],[245,75,123,13],[245,76,123,13,"View"],[245,80,123,13],[246,10,123,14,"style"],[246,15,123,19],[246,17,123,21,"styles"],[246,23,123,27],[246,24,123,28,"announcementWidget"],[246,42,123,47],[247,10,123,47,"children"],[247,18,123,47],[247,33,124,10],[247,37,124,10,"_reactJsxDevRuntime"],[247,56,124,10],[247,57,124,10,"jsxDEV"],[247,63,124,10],[247,65,124,11,"_reactNative"],[247,77,124,21],[247,78,124,21,"ScrollView"],[247,88,124,21],[248,12,124,22,"horizontal"],[248,22,124,32],[249,12,124,33,"showsHorizontalScrollIndicator"],[249,42,124,63],[249,44,124,65],[249,49,124,71],[250,12,124,71,"children"],[250,20,124,71],[250,36,125,12],[250,40,125,12,"_reactJsxDevRuntime"],[250,59,125,12],[250,60,125,12,"jsxDEV"],[250,66,125,12],[250,68,125,13,"_reactNative"],[250,80,125,17],[250,81,125,17,"View"],[250,85,125,17],[251,14,125,18,"style"],[251,19,125,23],[251,21,125,25,"styles"],[251,27,125,31],[251,28,125,32,"announcement"],[251,40,125,45],[252,14,125,45,"children"],[252,22,125,45],[252,38,126,14],[252,42,126,14,"_reactJsxDevRuntime"],[252,61,126,14],[252,62,126,14,"jsxDEV"],[252,68,126,14],[252,70,126,15,"_reactNative"],[252,82,126,19],[252,83,126,19,"Text"],[252,87,126,19],[253,16,126,20,"style"],[253,21,126,25],[253,23,126,27,"styles"],[253,29,126,33],[253,30,126,34,"announcementTitle"],[253,47,126,52],[254,16,126,52,"children"],[254,24,126,52],[254,26,126,53],[255,14,126,80],[256,16,126,80,"fileName"],[256,24,126,80],[256,26,126,80,"_jsxFileName"],[256,38,126,80],[257,16,126,80,"lineNumber"],[257,26,126,80],[258,16,126,80,"columnNumber"],[258,28,126,80],[259,14,126,80],[259,21,126,86],[259,22,126,87],[259,37,127,14],[259,41,127,14,"_reactJsxDevRuntime"],[259,60,127,14],[259,61,127,14,"jsxDEV"],[259,67,127,14],[259,69,127,15,"_reactNative"],[259,81,127,19],[259,82,127,19,"Text"],[259,86,127,19],[260,16,127,20,"style"],[260,21,127,25],[260,23,127,27,"styles"],[260,29,127,33],[260,30,127,34,"announcementText"],[260,46,127,51],[261,16,127,51,"children"],[261,24,127,51],[261,26,127,52],[262,14,127,88],[263,16,127,88,"fileName"],[263,24,127,88],[263,26,127,88,"_jsxFileName"],[263,38,127,88],[264,16,127,88,"lineNumber"],[264,26,127,88],[265,16,127,88,"columnNumber"],[265,28,127,88],[266,14,127,88],[266,21,127,94],[266,22,127,95],[267,12,127,95],[268,14,127,95,"fileName"],[268,22,127,95],[268,24,127,95,"_jsxFileName"],[268,36,127,95],[269,14,127,95,"lineNumber"],[269,24,127,95],[270,14,127,95,"columnNumber"],[270,26,127,95],[271,12,127,95],[271,19,128,18],[271,20,128,19],[271,35,129,12],[271,39,129,12,"_reactJsxDevRuntime"],[271,58,129,12],[271,59,129,12,"jsxDEV"],[271,65,129,12],[271,67,129,13,"_reactNative"],[271,79,129,17],[271,80,129,17,"View"],[271,84,129,17],[272,14,129,18,"style"],[272,19,129,23],[272,21,129,25,"styles"],[272,27,129,31],[272,28,129,32,"announcement"],[272,40,129,45],[273,14,129,45,"children"],[273,22,129,45],[273,38,130,14],[273,42,130,14,"_reactJsxDevRuntime"],[273,61,130,14],[273,62,130,14,"jsxDEV"],[273,68,130,14],[273,70,130,15,"_reactNative"],[273,82,130,19],[273,83,130,19,"Text"],[273,87,130,19],[274,16,130,20,"style"],[274,21,130,25],[274,23,130,27,"styles"],[274,29,130,33],[274,30,130,34,"announcementTitle"],[274,47,130,52],[275,16,130,52,"children"],[275,24,130,52],[275,26,130,53],[276,14,130,67],[277,16,130,67,"fileName"],[277,24,130,67],[277,26,130,67,"_jsxFileName"],[277,38,130,67],[278,16,130,67,"lineNumber"],[278,26,130,67],[279,16,130,67,"columnNumber"],[279,28,130,67],[280,14,130,67],[280,21,130,73],[280,22,130,74],[280,37,131,14],[280,41,131,14,"_reactJsxDevRuntime"],[280,60,131,14],[280,61,131,14,"jsxDEV"],[280,67,131,14],[280,69,131,15,"_reactNative"],[280,81,131,19],[280,82,131,19,"Text"],[280,86,131,19],[281,16,131,20,"style"],[281,21,131,25],[281,23,131,27,"styles"],[281,29,131,33],[281,30,131,34,"announcementText"],[281,46,131,51],[282,16,131,51,"children"],[282,24,131,51],[282,26,131,52],[283,14,131,80],[284,16,131,80,"fileName"],[284,24,131,80],[284,26,131,80,"_jsxFileName"],[284,38,131,80],[285,16,131,80,"lineNumber"],[285,26,131,80],[286,16,131,80,"columnNumber"],[286,28,131,80],[287,14,131,80],[287,21,131,86],[287,22,131,87],[288,12,131,87],[289,14,131,87,"fileName"],[289,22,131,87],[289,24,131,87,"_jsxFileName"],[289,36,131,87],[290,14,131,87,"lineNumber"],[290,24,131,87],[291,14,131,87,"columnNumber"],[291,26,131,87],[292,12,131,87],[292,19,132,18],[292,20,132,19],[293,10,132,19],[294,12,132,19,"fileName"],[294,20,132,19],[294,22,132,19,"_jsxFileName"],[294,34,132,19],[295,12,132,19,"lineNumber"],[295,22,132,19],[296,12,132,19,"columnNumber"],[296,24,132,19],[297,10,132,19],[297,17,133,22],[298,8,133,23],[299,10,133,23,"fileName"],[299,18,133,23],[299,20,133,23,"_jsxFileName"],[299,32,133,23],[300,10,133,23,"lineNumber"],[300,20,133,23],[301,10,133,23,"columnNumber"],[301,22,133,23],[302,8,133,23],[302,15,134,14],[302,16,134,15],[302,31,137,8],[302,35,137,8,"_reactJsxDevRuntime"],[302,54,137,8],[302,55,137,8,"jsxDEV"],[302,61,137,8],[302,63,137,9,"_reactNative"],[302,75,137,13],[302,76,137,13,"View"],[302,80,137,13],[303,10,137,14,"style"],[303,15,137,19],[303,17,137,21,"styles"],[303,23,137,27],[303,24,137,28,"quickActionsContainer"],[303,45,137,50],[304,10,137,50,"children"],[304,18,137,50],[304,34,138,10],[304,38,138,10,"_reactJsxDevRuntime"],[304,57,138,10],[304,58,138,10,"jsxDEV"],[304,64,138,10],[304,66,138,11,"_reactNative"],[304,78,138,15],[304,79,138,15,"Text"],[304,83,138,15],[305,12,138,16,"style"],[305,17,138,21],[305,19,138,23,"styles"],[305,25,138,29],[305,26,138,30,"sectionTitle"],[305,38,138,43],[306,12,138,43,"children"],[306,20,138,43],[306,22,138,44],[307,10,138,57],[308,12,138,57,"fileName"],[308,20,138,57],[308,22,138,57,"_jsxFileName"],[308,34,138,57],[309,12,138,57,"lineNumber"],[309,22,138,57],[310,12,138,57,"columnNumber"],[310,24,138,57],[311,10,138,57],[311,17,138,63],[311,18,138,64],[311,33,139,10],[311,37,139,10,"_reactJsxDevRuntime"],[311,56,139,10],[311,57,139,10,"jsxDEV"],[311,63,139,10],[311,65,139,11,"_reactNative"],[311,77,139,15],[311,78,139,15,"View"],[311,82,139,15],[312,12,139,16,"style"],[312,17,139,21],[312,19,139,23,"styles"],[312,25,139,29],[312,26,139,30,"actionsGrid"],[312,37,139,42],[313,12,139,42,"children"],[313,20,139,42],[313,22,140,13,"QUICK_ACTIONS"],[313,35,140,26],[313,36,140,27,"map"],[313,39,140,30],[313,40,140,31],[313,41,140,32,"action"],[313,47,140,38],[313,49,140,40,"index"],[313,54,140,45],[313,72,141,14],[313,76,141,14,"_reactJsxDevRuntime"],[313,95,141,14],[313,96,141,14,"jsxDEV"],[313,102,141,14],[313,104,141,15,"_reactNative"],[313,116,141,31],[313,117,141,31,"TouchableOpacity"],[313,133,141,31],[314,14,143,16,"style"],[314,19,143,21],[314,21,143,23],[314,22,143,24,"styles"],[314,28,143,30],[314,29,143,31,"actionCard"],[314,39,143,41],[314,41,144,19,"index"],[314,46,144,24],[314,49,144,27],[314,50,144,28],[314,55,144,33],[314,56,144,34],[314,60,144,39,"styles"],[314,66,144,45],[314,67,144,46,"actionCardFirst"],[314,82,144,61],[314,84,145,19,"index"],[314,89,145,24],[314,92,145,27],[314,93,145,28],[314,98,145,33],[314,99,145,34],[314,103,145,39,"styles"],[314,109,145,45],[314,110,145,46,"actionCardLast"],[314,124,145,60],[314,125,146,18],[315,14,147,16,"activeOpacity"],[315,27,147,29],[315,29,147,31],[315,32,147,35],[316,14,147,35,"children"],[316,22,147,35],[316,38,149,16],[316,42,149,16,"_reactJsxDevRuntime"],[316,61,149,16],[316,62,149,16,"jsxDEV"],[316,68,149,16],[316,70,149,17,"_reactNative"],[316,82,149,21],[316,83,149,21,"View"],[316,87,149,21],[317,16,149,22,"style"],[317,21,149,27],[317,23,149,29],[317,24,149,30,"styles"],[317,30,149,36],[317,31,149,37,"actionIcon"],[317,41,149,47],[317,43,149,49],[318,18,149,51,"backgroundColor"],[318,33,149,66],[318,35,149,68,"action"],[318,41,149,74],[318,42,149,75,"color"],[319,16,149,81],[319,17,149,82],[319,18,149,84],[320,16,149,84,"children"],[320,24,149,84],[320,39,150,18],[320,43,150,18,"_reactJsxDevRuntime"],[320,62,150,18],[320,63,150,18,"jsxDEV"],[320,69,150,18],[320,71,150,19,"_expoVectorIcons"],[320,87,150,27],[320,88,150,27,"Ionicons"],[320,96,150,27],[321,18,150,28,"name"],[321,22,150,32],[321,24,150,34,"action"],[321,30,150,40],[321,31,150,41,"icon"],[321,35,150,46],[322,18,150,47,"size"],[322,22,150,51],[322,24,150,53],[322,26,150,56],[323,18,150,57,"color"],[323,23,150,62],[323,25,150,63],[324,16,150,69],[325,18,150,69,"fileName"],[325,26,150,69],[325,28,150,69,"_jsxFileName"],[325,40,150,69],[326,18,150,69,"lineNumber"],[326,28,150,69],[327,18,150,69,"columnNumber"],[327,30,150,69],[328,16,150,69],[328,23,150,71],[329,14,150,72],[330,16,150,72,"fileName"],[330,24,150,72],[330,26,150,72,"_jsxFileName"],[330,38,150,72],[331,16,150,72,"lineNumber"],[331,26,150,72],[332,16,150,72,"columnNumber"],[332,28,150,72],[333,14,150,72],[333,21,151,22],[333,22,151,23],[333,37,152,16],[333,41,152,16,"_reactJsxDevRuntime"],[333,60,152,16],[333,61,152,16,"jsxDEV"],[333,67,152,16],[333,69,152,17,"_reactNative"],[333,81,152,21],[333,82,152,21,"Text"],[333,86,152,21],[334,16,152,22,"style"],[334,21,152,27],[334,23,152,29,"styles"],[334,29,152,35],[334,30,152,36,"actionLabel"],[334,41,152,48],[335,16,152,48,"children"],[335,24,152,48],[335,26,152,50,"action"],[335,32,152,56],[335,33,152,57,"label"],[336,14,152,62],[337,16,152,62,"fileName"],[337,24,152,62],[337,26,152,62,"_jsxFileName"],[337,38,152,62],[338,16,152,62,"lineNumber"],[338,26,152,62],[339,16,152,62,"columnNumber"],[339,28,152,62],[340,14,152,62],[340,21,152,69],[340,22,152,70],[341,12,152,70],[341,15,142,21,"action"],[341,21,142,27],[341,22,142,28,"id"],[341,24,142,30],[342,14,142,30,"fileName"],[342,22,142,30],[342,24,142,30,"_jsxFileName"],[342,36,142,30],[343,14,142,30,"lineNumber"],[343,24,142,30],[344,14,142,30,"columnNumber"],[344,26,142,30],[345,12,142,30],[345,19,153,32],[345,20,154,13],[346,10,154,14],[347,12,154,14,"fileName"],[347,20,154,14],[347,22,154,14,"_jsxFileName"],[347,34,154,14],[348,12,154,14,"lineNumber"],[348,22,154,14],[349,12,154,14,"columnNumber"],[349,24,154,14],[350,10,154,14],[350,17,155,16],[350,18,155,17],[351,8,155,17],[352,10,155,17,"fileName"],[352,18,155,17],[352,20,155,17,"_jsxFileName"],[352,32,155,17],[353,10,155,17,"lineNumber"],[353,20,155,17],[354,10,155,17,"columnNumber"],[354,22,155,17],[355,8,155,17],[355,15,156,14],[355,16,156,15],[356,6,156,15],[357,8,156,15,"fileName"],[357,16,156,15],[357,18,156,15,"_jsxFileName"],[357,30,156,15],[358,8,156,15,"lineNumber"],[358,18,156,15],[359,8,156,15,"columnNumber"],[359,20,156,15],[360,6,156,15],[360,13,157,18],[361,4,157,19],[362,6,157,19,"fileName"],[362,14,157,19],[362,16,157,19,"_jsxFileName"],[362,28,157,19],[363,6,157,19,"lineNumber"],[363,16,157,19],[364,6,157,19,"columnNumber"],[364,18,157,19],[365,4,157,19],[365,11,158,10],[365,12,158,11],[366,2,160,0],[367,2,160,1,"_s"],[367,4,160,1],[367,5,20,9,"HomeTab"],[367,12,20,16],[368,4,20,16],[368,12,21,19,"useAuth"],[368,32,21,26],[368,33,21,26,"useAuth"],[368,40,21,26],[368,42,22,17,"useSafeAreaInsets"],[368,69,22,34],[368,70,22,34,"useSafeAreaInsets"],[368,87,22,34],[369,2,22,34],[370,2,22,34,"_c"],[370,4,22,34],[370,7,20,9,"HomeTab"],[370,14,20,16],[371,2,162,0],[371,11,162,9,"WalletTab"],[371,20,162,18,"WalletTab"],[371,21,162,18],[371,23,162,21],[372,4,162,21,"_s2"],[372,7,162,21],[373,4,163,2],[373,8,163,2,"_useAuth2"],[373,17,163,2],[373,20,163,19],[373,24,163,19,"useAuth"],[373,44,163,26],[373,45,163,26,"useAuth"],[373,52,163,26],[373,54,163,27],[373,55,163,28],[374,6,163,10,"user"],[374,10,163,14],[374,13,163,14,"_useAuth2"],[374,22,163,14],[374,23,163,10,"user"],[374,27,163,14],[375,4,164,2],[375,8,164,8,"insets"],[375,14,164,14],[375,17,164,17],[375,21,164,17,"useSafeAreaInsets"],[375,48,164,34],[375,49,164,34,"useSafeAreaInsets"],[375,66,164,34],[375,68,164,35],[375,69,164,36],[376,4,165,2],[376,8,165,2,"_useState3"],[376,18,165,2],[376,21,165,38],[376,25,165,38,"useState"],[376,31,165,46],[376,32,165,46,"useState"],[376,40,165,46],[376,42,165,47],[376,54,165,59],[376,55,165,60],[377,6,165,60,"_useState4"],[377,16,165,60],[377,23,165,60,"_slicedToArray"],[377,37,165,60],[377,38,165,60,"default"],[377,45,165,60],[377,47,165,60,"_useState3"],[377,57,165,60],[378,6,165,9,"hezBalance"],[378,16,165,19],[378,19,165,19,"_useState4"],[378,29,165,19],[379,6,165,21,"setHezBalance"],[379,19,165,34],[379,22,165,34,"_useState4"],[379,32,165,34],[380,4,166,2],[380,8,166,2,"_useState5"],[380,18,166,2],[380,21,166,38],[380,25,166,38,"useState"],[380,31,166,46],[380,32,166,46,"useState"],[380,40,166,46],[380,42,166,47],[380,54,166,59],[380,55,166,60],[381,6,166,60,"_useState6"],[381,16,166,60],[381,23,166,60,"_slicedToArray"],[381,37,166,60],[381,38,166,60,"default"],[381,45,166,60],[381,47,166,60,"_useState5"],[381,57,166,60],[382,6,166,9,"pezBalance"],[382,16,166,19],[382,19,166,19,"_useState6"],[382,29,166,19],[383,6,166,21,"setPezBalance"],[383,19,166,34],[383,22,166,34,"_useState6"],[383,32,166,34],[384,4,167,2],[384,8,167,2,"_useState7"],[384,18,167,2],[384,21,167,32],[384,25,167,32,"useState"],[384,31,167,40],[384,32,167,40,"useState"],[384,40,167,40],[384,42,167,41],[384,46,167,45],[384,47,167,46],[385,6,167,46,"_useState8"],[385,16,167,46],[385,23,167,46,"_slicedToArray"],[385,37,167,46],[385,38,167,46,"default"],[385,45,167,46],[385,47,167,46,"_useState7"],[385,57,167,46],[386,6,167,9,"loading"],[386,13,167,16],[386,16,167,16,"_useState8"],[386,26,167,16],[387,6,167,18,"setLoading"],[387,16,167,28],[387,19,167,28,"_useState8"],[387,29,167,28],[388,4,169,2],[388,8,169,8,"TEST_WALLET"],[388,19,169,19],[388,22,169,22],[388,72,169,72],[389,4,171,2],[389,8,171,2,"useEffect"],[389,14,171,11],[389,15,171,11,"useEffect"],[389,24,171,11],[389,26,171,12],[389,32,171,18],[390,6,172,4,"fetchBalance"],[390,18,172,16],[390,19,172,17],[390,20,172,18],[391,4,173,2],[391,5,173,3],[391,7,173,5],[391,9,173,7],[391,10,173,8],[392,4,175,2],[392,8,175,8,"fetchBalance"],[392,20,175,20],[393,6,175,20],[393,10,175,20,"_ref4"],[393,15,175,20],[393,22,175,20,"_asyncToGenerator"],[393,39,175,20],[393,40,175,20,"default"],[393,47,175,20],[393,49,175,23],[393,62,175,35],[394,8,176,4],[394,12,176,8],[395,10,177,6],[395,14,177,12,"backendUrl"],[395,24,177,22],[395,27,177,25],[395,84,177,64],[395,107,177,87],[396,10,178,6],[396,14,178,12,"controller"],[396,24,178,22],[396,27,178,25],[396,31,178,29,"AbortController"],[396,46,178,44],[396,47,178,45],[396,48,178,46],[397,10,179,6],[397,14,179,12,"timeoutId"],[397,23,179,21],[397,26,179,24,"setTimeout"],[397,36,179,34],[397,37,179,35],[397,43,179,41,"controller"],[397,53,179,51],[397,54,179,52,"abort"],[397,59,179,57],[397,60,179,58],[397,61,179,59],[397,63,179,61],[397,67,179,65],[397,68,179,66],[397,69,179,67],[397,70,179,68],[399,10,181,6],[399,14,181,12,"response"],[399,22,181,20],[399,31,181,29,"fetch"],[399,36,181,34],[399,37,181,35],[399,40,181,38,"backendUrl"],[399,50,181,48],[399,75,181,73],[399,77,181,75],[400,12,182,8,"method"],[400,18,182,14],[400,20,182,16],[400,26,182,22],[401,12,183,8,"headers"],[401,19,183,15],[401,21,183,17],[402,14,184,10],[402,28,184,24],[402,30,184,26],[403,12,185,8],[403,13,185,9],[404,12,186,8,"body"],[404,16,186,12],[404,18,186,14,"JSON"],[404,22,186,18],[404,23,186,19,"stringify"],[404,32,186,28],[404,33,186,29],[405,14,187,10,"address"],[405,21,187,17],[405,23,187,19,"TEST_WALLET"],[406,12,188,8],[406,13,188,9],[406,14,188,10],[407,12,189,8,"signal"],[407,18,189,14],[407,20,189,16,"controller"],[407,30,189,26],[407,31,189,27,"signal"],[408,10,190,6],[408,11,190,7],[408,12,190,8],[409,10,192,6,"clearTimeout"],[409,22,192,18],[409,23,192,19,"timeoutId"],[409,32,192,28],[409,33,192,29],[410,10,194,6],[410,14,194,10,"response"],[410,22,194,18],[410,23,194,19,"ok"],[410,25,194,21],[410,27,194,23],[411,12,195,8],[411,16,195,14,"data"],[411,20,195,18],[411,29,195,27,"response"],[411,37,195,35],[411,38,195,36,"json"],[411,42,195,40],[411,43,195,41],[411,44,195,42],[412,12,196,8,"setHezBalance"],[412,25,196,21],[412,26,196,22,"parseFloat"],[412,36,196,32],[412,37,196,33,"data"],[412,41,196,37],[412,42,196,38,"hez"],[412,45,196,41],[412,46,196,42],[412,47,196,43,"toFixed"],[412,54,196,50],[412,55,196,51],[412,56,196,52],[412,57,196,53],[412,58,196,54],[413,12,197,8,"setPezBalance"],[413,25,197,21],[413,26,197,22,"parseFloat"],[413,36,197,32],[413,37,197,33,"data"],[413,41,197,37],[413,42,197,38,"pez"],[413,45,197,41],[413,46,197,42],[413,47,197,43,"toFixed"],[413,54,197,50],[413,55,197,51],[413,56,197,52],[413,57,197,53],[413,58,197,54],[414,10,198,6],[414,11,198,7],[414,17,198,13],[415,12,199,8,"setHezBalance"],[415,25,199,21],[415,26,199,22],[415,32,199,28],[415,33,199,29],[416,12,200,8,"setPezBalance"],[416,25,200,21],[416,26,200,22],[416,32,200,28],[416,33,200,29],[417,10,201,6],[418,8,202,4],[418,9,202,5],[418,10,202,6],[418,17,202,13,"error"],[418,22,202,18],[418,24,202,20],[419,10,203,6,"console"],[419,17,203,13],[419,18,203,14,"error"],[419,23,203,19],[419,24,203,20],[419,46,203,42],[419,48,203,44,"error"],[419,53,203,49],[419,54,203,50],[420,10,204,6,"setHezBalance"],[420,23,204,19],[420,24,204,20],[420,30,204,26],[420,31,204,27],[421,10,205,6,"setPezBalance"],[421,23,205,19],[421,24,205,20],[421,30,205,26],[421,31,205,27],[422,8,206,4],[422,9,206,5],[422,18,206,14],[423,10,207,6,"setLoading"],[423,20,207,16],[423,21,207,17],[423,26,207,22],[423,27,207,23],[424,8,208,4],[425,6,209,2],[425,7,209,3],[426,6,209,3],[426,22,175,8,"fetchBalance"],[426,34,175,20,"fetchBalance"],[426,35,175,20],[427,8,175,20],[427,15,175,20,"_ref4"],[427,20,175,20],[427,21,175,20,"apply"],[427,26,175,20],[427,33,175,20,"arguments"],[427,42,175,20],[428,6,175,20],[429,4,175,20],[429,7,209,3],[430,4,211,2],[430,24,212,4],[430,28,212,4,"_reactJsxDevRuntime"],[430,47,212,4],[430,48,212,4,"jsxDEV"],[430,54,212,4],[430,56,212,5,"_reactNative"],[430,68,212,9],[430,69,212,9,"View"],[430,73,212,9],[431,6,212,10,"style"],[431,11,212,15],[431,13,212,17,"styles"],[431,19,212,23],[431,20,212,24,"container"],[431,29,212,34],[432,6,212,34,"children"],[432,14,212,34],[432,29,213,6],[432,33,213,6,"_reactJsxDevRuntime"],[432,52,213,6],[432,53,213,6,"jsxDEV"],[432,59,213,6],[432,61,213,7,"_reactNative"],[432,73,213,17],[432,74,213,17,"ScrollView"],[432,84,213,17],[433,8,213,18,"contentContainerStyle"],[433,29,213,39],[433,31,213,41,"styles"],[433,37,213,47],[433,38,213,48,"walletScrollContent"],[433,57,213,68],[434,8,213,68,"children"],[434,16,213,68],[434,32,215,8],[434,36,215,8,"_reactJsxDevRuntime"],[434,55,215,8],[434,56,215,8,"jsxDEV"],[434,62,215,8],[434,64,215,9,"_reactNative"],[434,76,215,13],[434,77,215,13,"View"],[434,81,215,13],[435,10,215,14,"style"],[435,15,215,19],[435,17,215,21],[435,18,215,22,"styles"],[435,24,215,28],[435,25,215,29,"walletHeader"],[435,37,215,41],[435,39,215,43],[436,12,215,45,"paddingTop"],[436,22,215,55],[436,24,215,57,"insets"],[436,30,215,63],[436,31,215,64,"top"],[436,34,215,67],[436,37,215,70],[437,10,215,73],[437,11,215,74],[437,12,215,76],[438,10,215,76,"children"],[438,18,215,76],[438,34,216,10],[438,38,216,10,"_reactJsxDevRuntime"],[438,57,216,10],[438,58,216,10,"jsxDEV"],[438,64,216,10],[438,66,216,11,"_reactNative"],[438,78,216,15],[438,79,216,15,"Text"],[438,83,216,15],[439,12,216,16,"style"],[439,17,216,21],[439,19,216,23,"styles"],[439,25,216,29],[439,26,216,30,"walletTitle"],[439,37,216,42],[440,12,216,42,"children"],[440,20,216,42],[440,22,216,43],[441,10,216,52],[442,12,216,52,"fileName"],[442,20,216,52],[442,22,216,52,"_jsxFileName"],[442,34,216,52],[443,12,216,52,"lineNumber"],[443,22,216,52],[444,12,216,52,"columnNumber"],[444,24,216,52],[445,10,216,52],[445,17,216,58],[445,18,216,59],[445,33,217,10],[445,37,217,10,"_reactJsxDevRuntime"],[445,56,217,10],[445,57,217,10,"jsxDEV"],[445,63,217,10],[445,65,217,11,"_reactNative"],[445,77,217,27],[445,78,217,27,"TouchableOpacity"],[445,94,217,27],[446,12,217,28,"onPress"],[446,19,217,35],[446,21,217,37,"fetchBalance"],[446,33,217,50],[447,12,217,51,"style"],[447,17,217,56],[447,19,217,58,"styles"],[447,25,217,64],[447,26,217,65,"refreshButton"],[447,39,217,79],[448,12,217,79,"children"],[448,20,217,79],[448,35,218,12],[448,39,218,12,"_reactJsxDevRuntime"],[448,58,218,12],[448,59,218,12,"jsxDEV"],[448,65,218,12],[448,67,218,13,"_expoVectorIcons"],[448,83,218,21],[448,84,218,21,"Ionicons"],[448,92,218,21],[449,14,218,22,"name"],[449,18,218,26],[449,20,218,27],[449,29,218,36],[450,14,218,37,"size"],[450,18,218,41],[450,20,218,43],[450,22,218,46],[451,14,218,47,"color"],[451,19,218,52],[451,21,218,53],[452,12,218,62],[453,14,218,62,"fileName"],[453,22,218,62],[453,24,218,62,"_jsxFileName"],[453,36,218,62],[454,14,218,62,"lineNumber"],[454,24,218,62],[455,14,218,62,"columnNumber"],[455,26,218,62],[456,12,218,62],[456,19,218,64],[457,10,218,65],[458,12,218,65,"fileName"],[458,20,218,65],[458,22,218,65,"_jsxFileName"],[458,34,218,65],[459,12,218,65,"lineNumber"],[459,22,218,65],[460,12,218,65,"columnNumber"],[460,24,218,65],[461,10,218,65],[461,17,219,28],[461,18,219,29],[462,8,219,29],[463,10,219,29,"fileName"],[463,18,219,29],[463,20,219,29,"_jsxFileName"],[463,32,219,29],[464,10,219,29,"lineNumber"],[464,20,219,29],[465,10,219,29,"columnNumber"],[465,22,219,29],[466,8,219,29],[466,15,220,14],[466,16,220,15],[466,31,223,8],[466,35,223,8,"_reactJsxDevRuntime"],[466,54,223,8],[466,55,223,8,"jsxDEV"],[466,61,223,8],[466,63,223,9,"_reactNative"],[466,75,223,13],[466,76,223,13,"View"],[466,80,223,13],[467,10,223,14,"style"],[467,15,223,19],[467,17,223,21,"styles"],[467,23,223,27],[467,24,223,28,"balanceRow"],[467,34,223,39],[468,10,223,39,"children"],[468,18,223,39],[468,34,224,10],[468,38,224,10,"_reactJsxDevRuntime"],[468,57,224,10],[468,58,224,10,"jsxDEV"],[468,64,224,10],[468,66,224,11,"_reactNative"],[468,78,224,15],[468,79,224,15,"View"],[468,83,224,15],[469,12,224,16,"style"],[469,17,224,21],[469,19,224,23,"styles"],[469,25,224,29],[469,26,224,30,"balanceCardNew"],[469,40,224,45],[470,12,224,45,"children"],[470,20,224,45],[470,36,225,12],[470,40,225,12,"_reactJsxDevRuntime"],[470,59,225,12],[470,60,225,12,"jsxDEV"],[470,66,225,12],[470,68,225,13,"_reactNative"],[470,80,225,18],[470,81,225,18,"Image"],[470,86,225,18],[471,14,226,14,"source"],[471,20,226,20],[471,22,226,22],[472,16,226,24,"uri"],[472,19,226,27],[472,21,226,29],[473,14,226,145],[473,15,226,147],[474,14,227,14,"style"],[474,19,227,19],[474,21,227,21,"styles"],[474,27,227,27],[474,28,227,28,"tokenLogoNew"],[475,12,227,41],[476,14,227,41,"fileName"],[476,22,227,41],[476,24,227,41,"_jsxFileName"],[476,36,227,41],[477,14,227,41,"lineNumber"],[477,24,227,41],[478,14,227,41,"columnNumber"],[478,26,227,41],[479,12,227,41],[479,19,228,13],[479,20,228,14],[479,35,229,12],[479,39,229,12,"_reactJsxDevRuntime"],[479,58,229,12],[479,59,229,12,"jsxDEV"],[479,65,229,12],[479,67,229,13,"_reactNative"],[479,79,229,17],[479,80,229,17,"Text"],[479,84,229,17],[480,14,229,18,"style"],[480,19,229,23],[480,21,229,25,"styles"],[480,27,229,31],[480,28,229,32,"tokenSymbolNew"],[480,42,229,47],[481,14,229,47,"children"],[481,22,229,47],[481,24,229,48],[482,12,229,51],[483,14,229,51,"fileName"],[483,22,229,51],[483,24,229,51,"_jsxFileName"],[483,36,229,51],[484,14,229,51,"lineNumber"],[484,24,229,51],[485,14,229,51,"columnNumber"],[485,26,229,51],[486,12,229,51],[486,19,229,57],[486,20,229,58],[486,35,230,12],[486,39,230,12,"_reactJsxDevRuntime"],[486,58,230,12],[486,59,230,12,"jsxDEV"],[486,65,230,12],[486,67,230,13,"_reactNative"],[486,79,230,17],[486,80,230,17,"Text"],[486,84,230,17],[487,14,230,18,"style"],[487,19,230,23],[487,21,230,25,"styles"],[487,27,230,31],[487,28,230,32,"balanceAmountNew"],[487,44,230,49],[488,14,230,49,"children"],[488,22,230,49],[488,24,230,51,"hezBalance"],[489,12,230,61],[490,14,230,61,"fileName"],[490,22,230,61],[490,24,230,61,"_jsxFileName"],[490,36,230,61],[491,14,230,61,"lineNumber"],[491,24,230,61],[492,14,230,61,"columnNumber"],[492,26,230,61],[493,12,230,61],[493,19,230,68],[493,20,230,69],[493,35,231,12],[493,39,231,12,"_reactJsxDevRuntime"],[493,58,231,12],[493,59,231,12,"jsxDEV"],[493,65,231,12],[493,67,231,13,"_reactNative"],[493,79,231,17],[493,80,231,17,"Text"],[493,84,231,17],[494,14,231,18,"style"],[494,19,231,23],[494,21,231,25,"styles"],[494,27,231,31],[494,28,231,32,"tokenNameNew"],[494,40,231,45],[495,14,231,45,"children"],[495,22,231,45],[495,24,231,46],[496,12,231,61],[497,14,231,61,"fileName"],[497,22,231,61],[497,24,231,61,"_jsxFileName"],[497,36,231,61],[498,14,231,61,"lineNumber"],[498,24,231,61],[499,14,231,61,"columnNumber"],[499,26,231,61],[500,12,231,61],[500,19,231,67],[500,20,231,68],[501,10,231,68],[502,12,231,68,"fileName"],[502,20,231,68],[502,22,231,68,"_jsxFileName"],[502,34,231,68],[503,12,231,68,"lineNumber"],[503,22,231,68],[504,12,231,68,"columnNumber"],[504,24,231,68],[505,10,231,68],[505,17,232,16],[505,18,232,17],[505,33,234,10],[505,37,234,10,"_reactJsxDevRuntime"],[505,56,234,10],[505,57,234,10,"jsxDEV"],[505,63,234,10],[505,65,234,11,"_reactNative"],[505,77,234,15],[505,78,234,15,"View"],[505,82,234,15],[506,12,234,16,"style"],[506,17,234,21],[506,19,234,23,"styles"],[506,25,234,29],[506,26,234,30,"balanceCardNew"],[506,40,234,45],[507,12,234,45,"children"],[507,20,234,45],[507,36,235,12],[507,40,235,12,"_reactJsxDevRuntime"],[507,59,235,12],[507,60,235,12,"jsxDEV"],[507,66,235,12],[507,68,235,13,"_reactNative"],[507,80,235,18],[507,81,235,18,"Image"],[507,86,235,18],[508,14,236,14,"source"],[508,20,236,20],[508,22,236,22],[509,16,236,24,"uri"],[509,19,236,27],[509,21,236,29],[510,14,236,129],[510,15,236,131],[511,14,237,14,"style"],[511,19,237,19],[511,21,237,21,"styles"],[511,27,237,27],[511,28,237,28,"tokenLogoNew"],[512,12,237,41],[513,14,237,41,"fileName"],[513,22,237,41],[513,24,237,41,"_jsxFileName"],[513,36,237,41],[514,14,237,41,"lineNumber"],[514,24,237,41],[515,14,237,41,"columnNumber"],[515,26,237,41],[516,12,237,41],[516,19,238,13],[516,20,238,14],[516,35,239,12],[516,39,239,12,"_reactJsxDevRuntime"],[516,58,239,12],[516,59,239,12,"jsxDEV"],[516,65,239,12],[516,67,239,13,"_reactNative"],[516,79,239,17],[516,80,239,17,"Text"],[516,84,239,17],[517,14,239,18,"style"],[517,19,239,23],[517,21,239,25,"styles"],[517,27,239,31],[517,28,239,32,"tokenSymbolNew"],[517,42,239,47],[518,14,239,47,"children"],[518,22,239,47],[518,24,239,48],[519,12,239,51],[520,14,239,51,"fileName"],[520,22,239,51],[520,24,239,51,"_jsxFileName"],[520,36,239,51],[521,14,239,51,"lineNumber"],[521,24,239,51],[522,14,239,51,"columnNumber"],[522,26,239,51],[523,12,239,51],[523,19,239,57],[523,20,239,58],[523,35,240,12],[523,39,240,12,"_reactJsxDevRuntime"],[523,58,240,12],[523,59,240,12,"jsxDEV"],[523,65,240,12],[523,67,240,13,"_reactNative"],[523,79,240,17],[523,80,240,17,"Text"],[523,84,240,17],[524,14,240,18,"style"],[524,19,240,23],[524,21,240,25,"styles"],[524,27,240,31],[524,28,240,32,"balanceAmountNew"],[524,44,240,49],[525,14,240,49,"children"],[525,22,240,49],[525,24,240,51,"pezBalance"],[526,12,240,61],[527,14,240,61,"fileName"],[527,22,240,61],[527,24,240,61,"_jsxFileName"],[527,36,240,61],[528,14,240,61,"lineNumber"],[528,24,240,61],[529,14,240,61,"columnNumber"],[529,26,240,61],[530,12,240,61],[530,19,240,68],[530,20,240,69],[530,35,241,12],[530,39,241,12,"_reactJsxDevRuntime"],[530,58,241,12],[530,59,241,12,"jsxDEV"],[530,65,241,12],[530,67,241,13,"_reactNative"],[530,79,241,17],[530,80,241,17,"Text"],[530,84,241,17],[531,14,241,18,"style"],[531,19,241,23],[531,21,241,25,"styles"],[531,27,241,31],[531,28,241,32,"tokenNameNew"],[531,40,241,45],[532,14,241,45,"children"],[532,22,241,45],[532,24,241,46],[533,12,241,59],[534,14,241,59,"fileName"],[534,22,241,59],[534,24,241,59,"_jsxFileName"],[534,36,241,59],[535,14,241,59,"lineNumber"],[535,24,241,59],[536,14,241,59,"columnNumber"],[536,26,241,59],[537,12,241,59],[537,19,241,65],[537,20,241,66],[538,10,241,66],[539,12,241,66,"fileName"],[539,20,241,66],[539,22,241,66,"_jsxFileName"],[539,34,241,66],[540,12,241,66,"lineNumber"],[540,22,241,66],[541,12,241,66,"columnNumber"],[541,24,241,66],[542,10,241,66],[542,17,242,16],[542,18,242,17],[543,8,242,17],[544,10,242,17,"fileName"],[544,18,242,17],[544,20,242,17,"_jsxFileName"],[544,32,242,17],[545,10,242,17,"lineNumber"],[545,20,242,17],[546,10,242,17,"columnNumber"],[546,22,242,17],[547,8,242,17],[547,15,243,14],[547,16,243,15],[547,31,246,8],[547,35,246,8,"_reactJsxDevRuntime"],[547,54,246,8],[547,55,246,8,"jsxDEV"],[547,61,246,8],[547,63,246,9,"_reactNative"],[547,75,246,13],[547,76,246,13,"View"],[547,80,246,13],[548,10,246,14,"style"],[548,15,246,19],[548,17,246,21,"styles"],[548,23,246,27],[548,24,246,28,"actionsContainer"],[548,40,246,45],[549,10,246,45,"children"],[549,18,246,45],[549,34,248,10],[549,38,248,10,"_reactJsxDevRuntime"],[549,57,248,10],[549,58,248,10,"jsxDEV"],[549,64,248,10],[549,66,248,11,"_reactNative"],[549,78,248,15],[549,79,248,15,"View"],[549,83,248,15],[550,12,248,16,"style"],[550,17,248,21],[550,19,248,23,"styles"],[550,25,248,29],[550,26,248,30,"actionsRow"],[550,36,248,41],[551,12,248,41,"children"],[551,20,248,41],[551,36,249,12],[551,40,249,12,"_reactJsxDevRuntime"],[551,59,249,12],[551,60,249,12,"jsxDEV"],[551,66,249,12],[551,68,249,13,"_reactNative"],[551,80,249,29],[551,81,249,29,"TouchableOpacity"],[551,97,249,29],[552,14,249,30,"style"],[552,19,249,35],[552,21,249,37],[552,22,249,38,"styles"],[552,28,249,44],[552,29,249,45,"actionBtn"],[552,38,249,54],[552,40,249,56],[553,16,249,57,"backgroundColor"],[553,31,249,72],[553,33,249,74],[554,14,249,83],[554,15,249,84],[554,16,249,86],[555,14,249,86,"children"],[555,22,249,86],[555,38,250,14],[555,42,250,14,"_reactJsxDevRuntime"],[555,61,250,14],[555,62,250,14,"jsxDEV"],[555,68,250,14],[555,70,250,15,"_expoVectorIcons"],[555,86,250,23],[555,87,250,23,"Ionicons"],[555,95,250,23],[556,16,250,24,"name"],[556,20,250,28],[556,22,250,29],[556,32,250,39],[557,16,250,40,"size"],[557,20,250,44],[557,22,250,46],[557,24,250,49],[558,16,250,50,"color"],[558,21,250,55],[558,23,250,56],[559,14,250,62],[560,16,250,62,"fileName"],[560,24,250,62],[560,26,250,62,"_jsxFileName"],[560,38,250,62],[561,16,250,62,"lineNumber"],[561,26,250,62],[562,16,250,62,"columnNumber"],[562,28,250,62],[563,14,250,62],[563,21,250,64],[563,22,250,65],[563,37,251,14],[563,41,251,14,"_reactJsxDevRuntime"],[563,60,251,14],[563,61,251,14,"jsxDEV"],[563,67,251,14],[563,69,251,15,"_reactNative"],[563,81,251,19],[563,82,251,19,"Text"],[563,86,251,19],[564,16,251,20,"style"],[564,21,251,25],[564,23,251,27,"styles"],[564,29,251,33],[564,30,251,34,"actionBtnText"],[564,43,251,48],[565,16,251,48,"children"],[565,24,251,48],[565,26,251,49],[566,14,251,53],[567,16,251,53,"fileName"],[567,24,251,53],[567,26,251,53,"_jsxFileName"],[567,38,251,53],[568,16,251,53,"lineNumber"],[568,26,251,53],[569,16,251,53,"columnNumber"],[569,28,251,53],[570,14,251,53],[570,21,251,59],[570,22,251,60],[571,12,251,60],[572,14,251,60,"fileName"],[572,22,251,60],[572,24,251,60,"_jsxFileName"],[572,36,251,60],[573,14,251,60,"lineNumber"],[573,24,251,60],[574,14,251,60,"columnNumber"],[574,26,251,60],[575,12,251,60],[575,19,252,30],[575,20,252,31],[575,35,253,12],[575,39,253,12,"_reactJsxDevRuntime"],[575,58,253,12],[575,59,253,12,"jsxDEV"],[575,65,253,12],[575,67,253,13,"_reactNative"],[575,79,253,29],[575,80,253,29,"TouchableOpacity"],[575,96,253,29],[576,14,253,30,"style"],[576,19,253,35],[576,21,253,37],[576,22,253,38,"styles"],[576,28,253,44],[576,29,253,45,"actionBtn"],[576,38,253,54],[576,40,253,56],[577,16,253,57,"backgroundColor"],[577,31,253,72],[577,33,253,74],[578,14,253,83],[578,15,253,84],[578,16,253,86],[579,14,253,86,"children"],[579,22,253,86],[579,38,254,14],[579,42,254,14,"_reactJsxDevRuntime"],[579,61,254,14],[579,62,254,14,"jsxDEV"],[579,68,254,14],[579,70,254,15,"_expoVectorIcons"],[579,86,254,23],[579,87,254,23,"Ionicons"],[579,95,254,23],[580,16,254,24,"name"],[580,20,254,28],[580,22,254,29],[580,34,254,41],[581,16,254,42,"size"],[581,20,254,46],[581,22,254,48],[581,24,254,51],[582,16,254,52,"color"],[582,21,254,57],[582,23,254,58],[583,14,254,64],[584,16,254,64,"fileName"],[584,24,254,64],[584,26,254,64,"_jsxFileName"],[584,38,254,64],[585,16,254,64,"lineNumber"],[585,26,254,64],[586,16,254,64,"columnNumber"],[586,28,254,64],[587,14,254,64],[587,21,254,66],[587,22,254,67],[587,37,255,14],[587,41,255,14,"_reactJsxDevRuntime"],[587,60,255,14],[587,61,255,14,"jsxDEV"],[587,67,255,14],[587,69,255,15,"_reactNative"],[587,81,255,19],[587,82,255,19,"Text"],[587,86,255,19],[588,16,255,20,"style"],[588,21,255,25],[588,23,255,27,"styles"],[588,29,255,33],[588,30,255,34,"actionBtnText"],[588,43,255,48],[589,16,255,48,"children"],[589,24,255,48],[589,26,255,49],[590,14,255,56],[591,16,255,56,"fileName"],[591,24,255,56],[591,26,255,56,"_jsxFileName"],[591,38,255,56],[592,16,255,56,"lineNumber"],[592,26,255,56],[593,16,255,56,"columnNumber"],[593,28,255,56],[594,14,255,56],[594,21,255,62],[594,22,255,63],[595,12,255,63],[596,14,255,63,"fileName"],[596,22,255,63],[596,24,255,63,"_jsxFileName"],[596,36,255,63],[597,14,255,63,"lineNumber"],[597,24,255,63],[598,14,255,63,"columnNumber"],[598,26,255,63],[599,12,255,63],[599,19,256,30],[599,20,256,31],[599,35,257,12],[599,39,257,12,"_reactJsxDevRuntime"],[599,58,257,12],[599,59,257,12,"jsxDEV"],[599,65,257,12],[599,67,257,13,"_reactNative"],[599,79,257,29],[599,80,257,29,"TouchableOpacity"],[599,96,257,29],[600,14,257,30,"style"],[600,19,257,35],[600,21,257,37],[600,22,257,38,"styles"],[600,28,257,44],[600,29,257,45,"actionBtn"],[600,38,257,54],[600,40,257,56],[601,16,257,57,"backgroundColor"],[601,31,257,72],[601,33,257,74],[602,14,257,83],[602,15,257,84],[602,16,257,86],[603,14,257,86,"children"],[603,22,257,86],[603,38,258,14],[603,42,258,14,"_reactJsxDevRuntime"],[603,61,258,14],[603,62,258,14,"jsxDEV"],[603,68,258,14],[603,70,258,15,"_expoVectorIcons"],[603,86,258,23],[603,87,258,23,"Ionicons"],[603,95,258,23],[604,16,258,24,"name"],[604,20,258,28],[604,22,258,29],[604,39,258,46],[605,16,258,47,"size"],[605,20,258,51],[605,22,258,53],[605,24,258,56],[606,16,258,57,"color"],[606,21,258,62],[606,23,258,63],[607,14,258,69],[608,16,258,69,"fileName"],[608,24,258,69],[608,26,258,69,"_jsxFileName"],[608,38,258,69],[609,16,258,69,"lineNumber"],[609,26,258,69],[610,16,258,69,"columnNumber"],[610,28,258,69],[611,14,258,69],[611,21,258,71],[611,22,258,72],[611,37,259,14],[611,41,259,14,"_reactJsxDevRuntime"],[611,60,259,14],[611,61,259,14,"jsxDEV"],[611,67,259,14],[611,69,259,15,"_reactNative"],[611,81,259,19],[611,82,259,19,"Text"],[611,86,259,19],[612,16,259,20,"style"],[612,21,259,25],[612,23,259,27,"styles"],[612,29,259,33],[612,30,259,34,"actionBtnText"],[612,43,259,48],[613,16,259,48,"children"],[613,24,259,48],[613,26,259,49],[614,14,259,53],[615,16,259,53,"fileName"],[615,24,259,53],[615,26,259,53,"_jsxFileName"],[615,38,259,53],[616,16,259,53,"lineNumber"],[616,26,259,53],[617,16,259,53,"columnNumber"],[617,28,259,53],[618,14,259,53],[618,21,259,59],[618,22,259,60],[619,12,259,60],[620,14,259,60,"fileName"],[620,22,259,60],[620,24,259,60,"_jsxFileName"],[620,36,259,60],[621,14,259,60,"lineNumber"],[621,24,259,60],[622,14,259,60,"columnNumber"],[622,26,259,60],[623,12,259,60],[623,19,260,30],[623,20,260,31],[623,35,261,12],[623,39,261,12,"_reactJsxDevRuntime"],[623,58,261,12],[623,59,261,12,"jsxDEV"],[623,65,261,12],[623,67,261,13,"_reactNative"],[623,79,261,29],[623,80,261,29,"TouchableOpacity"],[623,96,261,29],[624,14,261,30,"style"],[624,19,261,35],[624,21,261,37],[624,22,261,38,"styles"],[624,28,261,44],[624,29,261,45,"actionBtn"],[624,38,261,54],[624,40,261,56],[625,16,261,57,"backgroundColor"],[625,31,261,72],[625,33,261,74],[626,14,261,83],[626,15,261,84],[626,16,261,86],[627,14,261,86,"children"],[627,22,261,86],[627,38,262,14],[627,42,262,14,"_reactJsxDevRuntime"],[627,61,262,14],[627,62,262,14,"jsxDEV"],[627,68,262,14],[627,70,262,15,"_expoVectorIcons"],[627,86,262,23],[627,87,262,23,"Ionicons"],[627,95,262,23],[628,16,262,24,"name"],[628,20,262,28],[628,22,262,29],[628,30,262,37],[629,16,262,38,"size"],[629,20,262,42],[629,22,262,44],[629,24,262,47],[630,16,262,48,"color"],[630,21,262,53],[630,23,262,54],[631,14,262,60],[632,16,262,60,"fileName"],[632,24,262,60],[632,26,262,60,"_jsxFileName"],[632,38,262,60],[633,16,262,60,"lineNumber"],[633,26,262,60],[634,16,262,60,"columnNumber"],[634,28,262,60],[635,14,262,60],[635,21,262,62],[635,22,262,63],[635,37,263,14],[635,41,263,14,"_reactJsxDevRuntime"],[635,60,263,14],[635,61,263,14,"jsxDEV"],[635,67,263,14],[635,69,263,15,"_reactNative"],[635,81,263,19],[635,82,263,19,"Text"],[635,86,263,19],[636,16,263,20,"style"],[636,21,263,25],[636,23,263,27,"styles"],[636,29,263,33],[636,30,263,34,"actionBtnText"],[636,43,263,48],[637,16,263,48,"children"],[637,24,263,48],[637,26,263,49],[638,14,263,52],[639,16,263,52,"fileName"],[639,24,263,52],[639,26,263,52,"_jsxFileName"],[639,38,263,52],[640,16,263,52,"lineNumber"],[640,26,263,52],[641,16,263,52,"columnNumber"],[641,28,263,52],[642,14,263,52],[642,21,263,58],[642,22,263,59],[643,12,263,59],[644,14,263,59,"fileName"],[644,22,263,59],[644,24,263,59,"_jsxFileName"],[644,36,263,59],[645,14,263,59,"lineNumber"],[645,24,263,59],[646,14,263,59,"columnNumber"],[646,26,263,59],[647,12,263,59],[647,19,264,30],[647,20,264,31],[648,10,264,31],[649,12,264,31,"fileName"],[649,20,264,31],[649,22,264,31,"_jsxFileName"],[649,34,264,31],[650,12,264,31,"lineNumber"],[650,22,264,31],[651,12,264,31,"columnNumber"],[651,24,264,31],[652,10,264,31],[652,17,265,16],[652,18,265,17],[652,33,268,10],[652,37,268,10,"_reactJsxDevRuntime"],[652,56,268,10],[652,57,268,10,"jsxDEV"],[652,63,268,10],[652,65,268,11,"_reactNative"],[652,77,268,15],[652,78,268,15,"View"],[652,82,268,15],[653,12,268,16,"style"],[653,17,268,21],[653,19,268,23,"styles"],[653,25,268,29],[653,26,268,30,"actionsRow"],[653,36,268,41],[654,12,268,41,"children"],[654,20,268,41],[654,36,269,12],[654,40,269,12,"_reactJsxDevRuntime"],[654,59,269,12],[654,60,269,12,"jsxDEV"],[654,66,269,12],[654,68,269,13,"_reactNative"],[654,80,269,29],[654,81,269,29,"TouchableOpacity"],[654,97,269,29],[655,14,269,30,"style"],[655,19,269,35],[655,21,269,37],[655,22,269,38,"styles"],[655,28,269,44],[655,29,269,45,"actionBtn"],[655,38,269,54],[655,40,269,56],[656,16,269,57,"backgroundColor"],[656,31,269,72],[656,33,269,74],[657,14,269,83],[657,15,269,84],[657,16,269,86],[658,14,269,86,"children"],[658,22,269,86],[658,38,270,14],[658,42,270,14,"_reactJsxDevRuntime"],[658,61,270,14],[658,62,270,14,"jsxDEV"],[658,68,270,14],[658,70,270,15,"_expoVectorIcons"],[658,86,270,23],[658,87,270,23,"Ionicons"],[658,95,270,23],[659,16,270,24,"name"],[659,20,270,28],[659,22,270,29],[659,33,270,40],[660,16,270,41,"size"],[660,20,270,45],[660,22,270,47],[660,24,270,50],[661,16,270,51,"color"],[661,21,270,56],[661,23,270,57],[662,14,270,63],[663,16,270,63,"fileName"],[663,24,270,63],[663,26,270,63,"_jsxFileName"],[663,38,270,63],[664,16,270,63,"lineNumber"],[664,26,270,63],[665,16,270,63,"columnNumber"],[665,28,270,63],[666,14,270,63],[666,21,270,65],[666,22,270,66],[666,37,271,14],[666,41,271,14,"_reactJsxDevRuntime"],[666,60,271,14],[666,61,271,14,"jsxDEV"],[666,67,271,14],[666,69,271,15,"_reactNative"],[666,81,271,19],[666,82,271,19,"Text"],[666,86,271,19],[667,16,271,20,"style"],[667,21,271,25],[667,23,271,27,"styles"],[667,29,271,33],[667,30,271,34,"actionBtnText"],[667,43,271,48],[668,16,271,48,"children"],[668,24,271,48],[668,26,271,49],[669,14,271,53],[670,16,271,53,"fileName"],[670,24,271,53],[670,26,271,53,"_jsxFileName"],[670,38,271,53],[671,16,271,53,"lineNumber"],[671,26,271,53],[672,16,271,53,"columnNumber"],[672,28,271,53],[673,14,271,53],[673,21,271,59],[673,22,271,60],[674,12,271,60],[675,14,271,60,"fileName"],[675,22,271,60],[675,24,271,60,"_jsxFileName"],[675,36,271,60],[676,14,271,60,"lineNumber"],[676,24,271,60],[677,14,271,60,"columnNumber"],[677,26,271,60],[678,12,271,60],[678,19,272,30],[678,20,272,31],[678,35,273,12],[678,39,273,12,"_reactJsxDevRuntime"],[678,58,273,12],[678,59,273,12,"jsxDEV"],[678,65,273,12],[678,67,273,13,"_reactNative"],[678,79,273,29],[678,80,273,29,"TouchableOpacity"],[678,96,273,29],[679,14,273,30,"style"],[679,19,273,35],[679,21,273,37],[679,22,273,38,"styles"],[679,28,273,44],[679,29,273,45,"actionBtn"],[679,38,273,54],[679,40,273,56],[680,16,273,57,"backgroundColor"],[680,31,273,72],[680,33,273,74],[681,14,273,83],[681,15,273,84],[681,16,273,86],[682,14,273,86,"children"],[682,22,273,86],[682,38,274,14],[682,42,274,14,"_reactJsxDevRuntime"],[682,61,274,14],[682,62,274,14,"jsxDEV"],[682,68,274,14],[682,70,274,15,"_expoVectorIcons"],[682,86,274,23],[682,87,274,23,"Ionicons"],[682,95,274,23],[683,16,274,24,"name"],[683,20,274,28],[683,22,274,29],[683,28,274,35],[684,16,274,36,"size"],[684,20,274,40],[684,22,274,42],[684,24,274,45],[685,16,274,46,"color"],[685,21,274,51],[685,23,274,52],[686,14,274,58],[687,16,274,58,"fileName"],[687,24,274,58],[687,26,274,58,"_jsxFileName"],[687,38,274,58],[688,16,274,58,"lineNumber"],[688,26,274,58],[689,16,274,58,"columnNumber"],[689,28,274,58],[690,14,274,58],[690,21,274,60],[690,22,274,61],[690,37,275,14],[690,41,275,14,"_reactJsxDevRuntime"],[690,60,275,14],[690,61,275,14,"jsxDEV"],[690,67,275,14],[690,69,275,15,"_reactNative"],[690,81,275,19],[690,82,275,19,"Text"],[690,86,275,19],[691,16,275,20,"style"],[691,21,275,25],[691,23,275,27,"styles"],[691,29,275,33],[691,30,275,34,"actionBtnText"],[691,43,275,48],[692,16,275,48,"children"],[692,24,275,48],[692,26,275,49],[693,14,275,54],[694,16,275,54,"fileName"],[694,24,275,54],[694,26,275,54,"_jsxFileName"],[694,38,275,54],[695,16,275,54,"lineNumber"],[695,26,275,54],[696,16,275,54,"columnNumber"],[696,28,275,54],[697,14,275,54],[697,21,275,60],[697,22,275,61],[698,12,275,61],[699,14,275,61,"fileName"],[699,22,275,61],[699,24,275,61,"_jsxFileName"],[699,36,275,61],[700,14,275,61,"lineNumber"],[700,24,275,61],[701,14,275,61,"columnNumber"],[701,26,275,61],[702,12,275,61],[702,19,276,30],[702,20,276,31],[702,35,277,12],[702,39,277,12,"_reactJsxDevRuntime"],[702,58,277,12],[702,59,277,12,"jsxDEV"],[702,65,277,12],[702,67,277,13,"_reactNative"],[702,79,277,29],[702,80,277,29,"TouchableOpacity"],[702,96,277,29],[703,14,277,30,"style"],[703,19,277,35],[703,21,277,37],[703,22,277,38,"styles"],[703,28,277,44],[703,29,277,45,"actionBtn"],[703,38,277,54],[703,40,277,56],[704,16,277,57,"backgroundColor"],[704,31,277,72],[704,33,277,74],[705,14,277,83],[705,15,277,84],[705,16,277,86],[706,14,277,86,"children"],[706,22,277,86],[706,38,278,14],[706,42,278,14,"_reactJsxDevRuntime"],[706,61,278,14],[706,62,278,14,"jsxDEV"],[706,68,278,14],[706,70,278,15,"_expoVectorIcons"],[706,86,278,23],[706,87,278,23,"Ionicons"],[706,95,278,23],[707,16,278,24,"name"],[707,20,278,28],[707,22,278,29],[707,28,278,35],[708,16,278,36,"size"],[708,20,278,40],[708,22,278,42],[708,24,278,45],[709,16,278,46,"color"],[709,21,278,51],[709,23,278,52],[710,14,278,58],[711,16,278,58,"fileName"],[711,24,278,58],[711,26,278,58,"_jsxFileName"],[711,38,278,58],[712,16,278,58,"lineNumber"],[712,26,278,58],[713,16,278,58,"columnNumber"],[713,28,278,58],[714,14,278,58],[714,21,278,60],[714,22,278,61],[714,37,279,14],[714,41,279,14,"_reactJsxDevRuntime"],[714,60,279,14],[714,61,279,14,"jsxDEV"],[714,67,279,14],[714,69,279,15,"_reactNative"],[714,81,279,19],[714,82,279,19,"Text"],[714,86,279,19],[715,16,279,20,"style"],[715,21,279,25],[715,23,279,27,"styles"],[715,29,279,33],[715,30,279,34,"actionBtnText"],[715,43,279,48],[716,16,279,48,"children"],[716,24,279,48],[716,26,279,49],[717,14,279,56],[718,16,279,56,"fileName"],[718,24,279,56],[718,26,279,56,"_jsxFileName"],[718,38,279,56],[719,16,279,56,"lineNumber"],[719,26,279,56],[720,16,279,56,"columnNumber"],[720,28,279,56],[721,14,279,56],[721,21,279,62],[721,22,279,63],[722,12,279,63],[723,14,279,63,"fileName"],[723,22,279,63],[723,24,279,63,"_jsxFileName"],[723,36,279,63],[724,14,279,63,"lineNumber"],[724,24,279,63],[725,14,279,63,"columnNumber"],[725,26,279,63],[726,12,279,63],[726,19,280,30],[726,20,280,31],[726,35,281,12],[726,39,281,12,"_reactJsxDevRuntime"],[726,58,281,12],[726,59,281,12,"jsxDEV"],[726,65,281,12],[726,67,281,13,"_reactNative"],[726,79,281,29],[726,80,281,29,"TouchableOpacity"],[726,96,281,29],[727,14,281,30,"style"],[727,19,281,35],[727,21,281,37],[727,22,281,38,"styles"],[727,28,281,44],[727,29,281,45,"actionBtn"],[727,38,281,54],[727,40,281,56],[728,16,281,57,"backgroundColor"],[728,31,281,72],[728,33,281,74],[729,14,281,83],[729,15,281,84],[729,16,281,86],[730,14,281,86,"children"],[730,22,281,86],[730,38,282,14],[730,42,282,14,"_reactJsxDevRuntime"],[730,61,282,14],[730,62,282,14,"jsxDEV"],[730,68,282,14],[730,70,282,15,"_expoVectorIcons"],[730,86,282,23],[730,87,282,23,"Ionicons"],[730,95,282,23],[731,16,282,24,"name"],[731,20,282,28],[731,22,282,29],[731,28,282,35],[732,16,282,36,"size"],[732,20,282,40],[732,22,282,42],[732,24,282,45],[733,16,282,46,"color"],[733,21,282,51],[733,23,282,52],[734,14,282,58],[735,16,282,58,"fileName"],[735,24,282,58],[735,26,282,58,"_jsxFileName"],[735,38,282,58],[736,16,282,58,"lineNumber"],[736,26,282,58],[737,16,282,58,"columnNumber"],[737,28,282,58],[738,14,282,58],[738,21,282,60],[738,22,282,61],[738,37,283,14],[738,41,283,14,"_reactJsxDevRuntime"],[738,60,283,14],[738,61,283,14,"jsxDEV"],[738,67,283,14],[738,69,283,15,"_reactNative"],[738,81,283,19],[738,82,283,19,"Text"],[738,86,283,19],[739,16,283,20,"style"],[739,21,283,25],[739,23,283,27,"styles"],[739,29,283,33],[739,30,283,34,"actionBtnText"],[739,43,283,48],[740,16,283,48,"children"],[740,24,283,48],[740,26,283,49],[741,14,283,56],[742,16,283,56,"fileName"],[742,24,283,56],[742,26,283,56,"_jsxFileName"],[742,38,283,56],[743,16,283,56,"lineNumber"],[743,26,283,56],[744,16,283,56,"columnNumber"],[744,28,283,56],[745,14,283,56],[745,21,283,62],[745,22,283,63],[746,12,283,63],[747,14,283,63,"fileName"],[747,22,283,63],[747,24,283,63,"_jsxFileName"],[747,36,283,63],[748,14,283,63,"lineNumber"],[748,24,283,63],[749,14,283,63,"columnNumber"],[749,26,283,63],[750,12,283,63],[750,19,284,30],[750,20,284,31],[751,10,284,31],[752,12,284,31,"fileName"],[752,20,284,31],[752,22,284,31,"_jsxFileName"],[752,34,284,31],[753,12,284,31,"lineNumber"],[753,22,284,31],[754,12,284,31,"columnNumber"],[754,24,284,31],[755,10,284,31],[755,17,285,16],[755,18,285,17],[756,8,285,17],[757,10,285,17,"fileName"],[757,18,285,17],[757,20,285,17,"_jsxFileName"],[757,32,285,17],[758,10,285,17,"lineNumber"],[758,20,285,17],[759,10,285,17,"columnNumber"],[759,22,285,17],[760,8,285,17],[760,15,286,14],[760,16,286,15],[760,31,289,8],[760,35,289,8,"_reactJsxDevRuntime"],[760,54,289,8],[760,55,289,8,"jsxDEV"],[760,61,289,8],[760,63,289,9,"_reactNative"],[760,75,289,13],[760,76,289,13,"View"],[760,80,289,13],[761,10,289,14,"style"],[761,15,289,19],[761,17,289,21,"styles"],[761,23,289,27],[761,24,289,28,"tokensContainer"],[761,39,289,44],[762,10,289,44,"children"],[762,18,289,44],[762,34,290,10],[762,38,290,10,"_reactJsxDevRuntime"],[762,57,290,10],[762,58,290,10,"jsxDEV"],[762,64,290,10],[762,66,290,11,"_reactNative"],[762,78,290,15],[762,79,290,15,"View"],[762,83,290,15],[763,12,290,16,"style"],[763,17,290,21],[763,19,290,23,"styles"],[763,25,290,29],[763,26,290,30,"tokensHeader"],[763,38,290,43],[764,12,290,43,"children"],[764,20,290,43],[764,36,291,12],[764,40,291,12,"_reactJsxDevRuntime"],[764,59,291,12],[764,60,291,12,"jsxDEV"],[764,66,291,12],[764,68,291,13,"_reactNative"],[764,80,291,17],[764,81,291,17,"Text"],[764,85,291,17],[765,14,291,18,"style"],[765,19,291,23],[765,21,291,25,"styles"],[765,27,291,31],[765,28,291,32,"tokensTitle"],[765,39,291,44],[766,14,291,44,"children"],[766,22,291,44],[766,24,291,45],[767,12,291,51],[768,14,291,51,"fileName"],[768,22,291,51],[768,24,291,51,"_jsxFileName"],[768,36,291,51],[769,14,291,51,"lineNumber"],[769,24,291,51],[770,14,291,51,"columnNumber"],[770,26,291,51],[771,12,291,51],[771,19,291,57],[771,20,291,58],[771,35,292,12],[771,39,292,12,"_reactJsxDevRuntime"],[771,58,292,12],[771,59,292,12,"jsxDEV"],[771,65,292,12],[771,67,292,13,"_reactNative"],[771,79,292,17],[771,80,292,17,"View"],[771,84,292,17],[772,14,292,18,"style"],[772,19,292,23],[772,21,292,25,"styles"],[772,27,292,31],[772,28,292,32,"tokensHeaderActions"],[772,47,292,52],[773,14,292,52,"children"],[773,22,292,52],[773,38,293,14],[773,42,293,14,"_reactJsxDevRuntime"],[773,61,293,14],[773,62,293,14,"jsxDEV"],[773,68,293,14],[773,70,293,15,"_reactNative"],[773,82,293,31],[773,83,293,31,"TouchableOpacity"],[773,99,293,31],[774,16,293,32,"style"],[774,21,293,37],[774,23,293,39,"styles"],[774,29,293,45],[774,30,293,46,"tokenHeaderButton"],[774,47,293,64],[775,16,293,64,"children"],[775,24,293,64],[775,39,294,16],[775,43,294,16,"_reactJsxDevRuntime"],[775,62,294,16],[775,63,294,16,"jsxDEV"],[775,69,294,16],[775,71,294,17,"_expoVectorIcons"],[775,87,294,25],[775,88,294,25,"Ionicons"],[775,96,294,25],[776,18,294,26,"name"],[776,22,294,30],[776,24,294,31],[776,32,294,39],[777,18,294,40,"size"],[777,22,294,44],[777,24,294,46],[777,26,294,49],[778,18,294,50,"color"],[778,23,294,55],[778,25,294,56],[779,16,294,65],[780,18,294,65,"fileName"],[780,26,294,65],[780,28,294,65,"_jsxFileName"],[780,40,294,65],[781,18,294,65,"lineNumber"],[781,28,294,65],[782,18,294,65,"columnNumber"],[782,30,294,65],[783,16,294,65],[783,23,294,67],[784,14,294,68],[785,16,294,68,"fileName"],[785,24,294,68],[785,26,294,68,"_jsxFileName"],[785,38,294,68],[786,16,294,68,"lineNumber"],[786,26,294,68],[787,16,294,68,"columnNumber"],[787,28,294,68],[788,14,294,68],[788,21,295,32],[788,22,295,33],[788,37,296,14],[788,41,296,14,"_reactJsxDevRuntime"],[788,60,296,14],[788,61,296,14,"jsxDEV"],[788,67,296,14],[788,69,296,15,"_reactNative"],[788,81,296,31],[788,82,296,31,"TouchableOpacity"],[788,98,296,31],[789,16,296,32,"style"],[789,21,296,37],[789,23,296,39,"styles"],[789,29,296,45],[789,30,296,46,"tokenHeaderButton"],[789,47,296,64],[790,16,296,64,"children"],[790,24,296,64],[790,39,297,16],[790,43,297,16,"_reactJsxDevRuntime"],[790,62,297,16],[790,63,297,16,"jsxDEV"],[790,69,297,16],[790,71,297,17,"_expoVectorIcons"],[790,87,297,25],[790,88,297,25,"Ionicons"],[790,96,297,25],[791,18,297,26,"name"],[791,22,297,30],[791,24,297,31],[791,36,297,43],[792,18,297,44,"size"],[792,22,297,48],[792,24,297,50],[792,26,297,53],[793,18,297,54,"color"],[793,23,297,59],[793,25,297,60],[794,16,297,69],[795,18,297,69,"fileName"],[795,26,297,69],[795,28,297,69,"_jsxFileName"],[795,40,297,69],[796,18,297,69,"lineNumber"],[796,28,297,69],[797,18,297,69,"columnNumber"],[797,30,297,69],[798,16,297,69],[798,23,297,71],[799,14,297,72],[800,16,297,72,"fileName"],[800,24,297,72],[800,26,297,72,"_jsxFileName"],[800,38,297,72],[801,16,297,72,"lineNumber"],[801,26,297,72],[802,16,297,72,"columnNumber"],[802,28,297,72],[803,14,297,72],[803,21,298,32],[803,22,298,33],[803,37,299,14],[803,41,299,14,"_reactJsxDevRuntime"],[803,60,299,14],[803,61,299,14,"jsxDEV"],[803,67,299,14],[803,69,299,15,"_reactNative"],[803,81,299,31],[803,82,299,31,"TouchableOpacity"],[803,98,299,31],[804,16,299,32,"style"],[804,21,299,37],[804,23,299,39,"styles"],[804,29,299,45],[804,30,299,46,"tokenHeaderButton"],[804,47,299,64],[805,16,299,64,"children"],[805,24,299,64],[805,39,300,16],[805,43,300,16,"_reactJsxDevRuntime"],[805,62,300,16],[805,63,300,16,"jsxDEV"],[805,69,300,16],[805,71,300,17,"_expoVectorIcons"],[805,87,300,25],[805,88,300,25,"Ionicons"],[805,96,300,25],[806,18,300,26,"name"],[806,22,300,30],[806,24,300,31],[806,34,300,41],[807,18,300,42,"size"],[807,22,300,46],[807,24,300,48],[807,26,300,51],[808,18,300,52,"color"],[808,23,300,57],[808,25,300,58],[809,16,300,67],[810,18,300,67,"fileName"],[810,26,300,67],[810,28,300,67,"_jsxFileName"],[810,40,300,67],[811,18,300,67,"lineNumber"],[811,28,300,67],[812,18,300,67,"columnNumber"],[812,30,300,67],[813,16,300,67],[813,23,300,69],[814,14,300,70],[815,16,300,70,"fileName"],[815,24,300,70],[815,26,300,70,"_jsxFileName"],[815,38,300,70],[816,16,300,70,"lineNumber"],[816,26,300,70],[817,16,300,70,"columnNumber"],[817,28,300,70],[818,14,300,70],[818,21,301,32],[818,22,301,33],[819,12,301,33],[820,14,301,33,"fileName"],[820,22,301,33],[820,24,301,33,"_jsxFileName"],[820,36,301,33],[821,14,301,33,"lineNumber"],[821,24,301,33],[822,14,301,33,"columnNumber"],[822,26,301,33],[823,12,301,33],[823,19,302,18],[823,20,302,19],[824,10,302,19],[825,12,302,19,"fileName"],[825,20,302,19],[825,22,302,19,"_jsxFileName"],[825,34,302,19],[826,12,302,19,"lineNumber"],[826,22,302,19],[827,12,302,19,"columnNumber"],[827,24,302,19],[828,10,302,19],[828,17,303,16],[828,18,303,17],[828,33,306,10],[828,37,306,10,"_reactJsxDevRuntime"],[828,56,306,10],[828,57,306,10,"jsxDEV"],[828,63,306,10],[828,65,306,11,"_reactNative"],[828,77,306,15],[828,78,306,15,"View"],[828,82,306,15],[829,12,306,16,"style"],[829,17,306,21],[829,19,306,23,"styles"],[829,25,306,29],[829,26,306,30,"tokenItem"],[829,35,306,40],[830,12,306,40,"children"],[830,20,306,40],[830,36,307,12],[830,40,307,12,"_reactJsxDevRuntime"],[830,59,307,12],[830,60,307,12,"jsxDEV"],[830,66,307,12],[830,68,307,13,"_reactNative"],[830,80,307,17],[830,81,307,17,"View"],[830,85,307,17],[831,14,307,18,"style"],[831,19,307,23],[831,21,307,25,"styles"],[831,27,307,31],[831,28,307,32,"tokenItemLeft"],[831,41,307,46],[832,14,307,46,"children"],[832,22,307,46],[832,38,308,14],[832,42,308,14,"_reactJsxDevRuntime"],[832,61,308,14],[832,62,308,14,"jsxDEV"],[832,68,308,14],[832,70,308,15,"_reactNative"],[832,82,308,19],[832,83,308,19,"View"],[832,87,308,19],[833,16,308,20,"style"],[833,21,308,25],[833,23,308,27,"styles"],[833,29,308,33],[833,30,308,34,"tokenIconContainer"],[833,48,308,53],[834,16,308,53,"children"],[834,24,308,53],[834,40,309,16],[834,44,309,16,"_reactJsxDevRuntime"],[834,63,309,16],[834,64,309,16,"jsxDEV"],[834,70,309,16],[834,72,309,17,"_reactNative"],[834,84,309,22],[834,85,309,22,"Image"],[834,90,309,22],[835,18,310,18,"source"],[835,24,310,24],[835,26,310,26],[836,20,310,28,"uri"],[836,23,310,31],[836,25,310,33],[837,18,310,136],[837,19,310,138],[838,18,311,18,"style"],[838,23,311,23],[838,25,311,25,"styles"],[838,31,311,31],[838,32,311,32,"tokenIcon"],[839,16,311,42],[840,18,311,42,"fileName"],[840,26,311,42],[840,28,311,42,"_jsxFileName"],[840,40,311,42],[841,18,311,42,"lineNumber"],[841,28,311,42],[842,18,311,42,"columnNumber"],[842,30,311,42],[843,16,311,42],[843,23,312,17],[843,24,312,18],[843,39,313,16],[843,43,313,16,"_reactJsxDevRuntime"],[843,62,313,16],[843,63,313,16,"jsxDEV"],[843,69,313,16],[843,71,313,17,"_reactNative"],[843,83,313,22],[843,84,313,22,"Image"],[843,89,313,22],[844,18,314,18,"source"],[844,24,314,24],[844,26,314,26],[845,20,314,28,"uri"],[845,23,314,31],[845,25,314,33],[846,18,314,133],[846,19,314,135],[847,18,315,18,"style"],[847,23,315,23],[847,25,315,25,"styles"],[847,31,315,31],[847,32,315,32,"networkBadge"],[848,16,315,45],[849,18,315,45,"fileName"],[849,26,315,45],[849,28,315,45,"_jsxFileName"],[849,40,315,45],[850,18,315,45,"lineNumber"],[850,28,315,45],[851,18,315,45,"columnNumber"],[851,30,315,45],[852,16,315,45],[852,23,316,17],[852,24,316,18],[853,14,316,18],[854,16,316,18,"fileName"],[854,24,316,18],[854,26,316,18,"_jsxFileName"],[854,38,316,18],[855,16,316,18,"lineNumber"],[855,26,316,18],[856,16,316,18,"columnNumber"],[856,28,316,18],[857,14,316,18],[857,21,317,20],[857,22,317,21],[857,37,318,14],[857,41,318,14,"_reactJsxDevRuntime"],[857,60,318,14],[857,61,318,14,"jsxDEV"],[857,67,318,14],[857,69,318,15,"_reactNative"],[857,81,318,19],[857,82,318,19,"View"],[857,86,318,19],[858,16,318,19,"children"],[858,24,318,19],[858,40,319,16],[858,44,319,16,"_reactJsxDevRuntime"],[858,63,319,16],[858,64,319,16,"jsxDEV"],[858,70,319,16],[858,72,319,17,"_reactNative"],[858,84,319,21],[858,85,319,21,"Text"],[858,89,319,21],[859,18,319,22,"style"],[859,23,319,27],[859,25,319,29,"styles"],[859,31,319,35],[859,32,319,36,"tokenItemName"],[859,45,319,50],[860,18,319,50,"children"],[860,26,319,50],[860,28,319,51],[861,16,319,55],[862,18,319,55,"fileName"],[862,26,319,55],[862,28,319,55,"_jsxFileName"],[862,40,319,55],[863,18,319,55,"lineNumber"],[863,28,319,55],[864,18,319,55,"columnNumber"],[864,30,319,55],[865,16,319,55],[865,23,319,61],[865,24,319,62],[865,39,320,16],[865,43,320,16,"_reactJsxDevRuntime"],[865,62,320,16],[865,63,320,16,"jsxDEV"],[865,69,320,16],[865,71,320,17,"_reactNative"],[865,83,320,21],[865,84,320,21,"Text"],[865,88,320,21],[866,18,320,22,"style"],[866,23,320,27],[866,25,320,29,"styles"],[866,31,320,35],[866,32,320,36,"tokenItemNetwork"],[866,48,320,53],[867,18,320,53,"children"],[867,26,320,53],[867,28,320,54],[868,16,320,65],[869,18,320,65,"fileName"],[869,26,320,65],[869,28,320,65,"_jsxFileName"],[869,40,320,65],[870,18,320,65,"lineNumber"],[870,28,320,65],[871,18,320,65,"columnNumber"],[871,30,320,65],[872,16,320,65],[872,23,320,71],[872,24,320,72],[873,14,320,72],[874,16,320,72,"fileName"],[874,24,320,72],[874,26,320,72,"_jsxFileName"],[874,38,320,72],[875,16,320,72,"lineNumber"],[875,26,320,72],[876,16,320,72,"columnNumber"],[876,28,320,72],[877,14,320,72],[877,21,321,20],[877,22,321,21],[878,12,321,21],[879,14,321,21,"fileName"],[879,22,321,21],[879,24,321,21,"_jsxFileName"],[879,36,321,21],[880,14,321,21,"lineNumber"],[880,24,321,21],[881,14,321,21,"columnNumber"],[881,26,321,21],[882,12,321,21],[882,19,322,18],[882,20,322,19],[882,35,323,12],[882,39,323,12,"_reactJsxDevRuntime"],[882,58,323,12],[882,59,323,12,"jsxDEV"],[882,65,323,12],[882,67,323,13,"_reactNative"],[882,79,323,17],[882,80,323,17,"View"],[882,84,323,17],[883,14,323,18,"style"],[883,19,323,23],[883,21,323,25,"styles"],[883,27,323,31],[883,28,323,32,"tokenItemRight"],[883,42,323,47],[884,14,323,47,"children"],[884,22,323,47],[884,38,324,14],[884,42,324,14,"_reactJsxDevRuntime"],[884,61,324,14],[884,62,324,14,"jsxDEV"],[884,68,324,14],[884,70,324,15,"_reactNative"],[884,82,324,19],[884,83,324,19,"Text"],[884,87,324,19],[885,16,324,20,"style"],[885,21,324,25],[885,23,324,27,"styles"],[885,29,324,33],[885,30,324,34,"tokenItemBalance"],[885,46,324,51],[886,16,324,51,"children"],[886,24,324,51],[886,26,324,52],[887,14,324,56],[888,16,324,56,"fileName"],[888,24,324,56],[888,26,324,56,"_jsxFileName"],[888,38,324,56],[889,16,324,56,"lineNumber"],[889,26,324,56],[890,16,324,56,"columnNumber"],[890,28,324,56],[891,14,324,56],[891,21,324,62],[891,22,324,63],[891,37,325,14],[891,41,325,14,"_reactJsxDevRuntime"],[891,60,325,14],[891,61,325,14,"jsxDEV"],[891,67,325,14],[891,69,325,15,"_reactNative"],[891,81,325,19],[891,82,325,19,"Text"],[891,86,325,19],[892,16,325,20,"style"],[892,21,325,25],[892,23,325,27,"styles"],[892,29,325,33],[892,30,325,34,"tokenItemUsd"],[892,42,325,47],[893,16,325,47,"children"],[893,24,325,47],[893,26,325,48],[894,14,325,53],[895,16,325,53,"fileName"],[895,24,325,53],[895,26,325,53,"_jsxFileName"],[895,38,325,53],[896,16,325,53,"lineNumber"],[896,26,325,53],[897,16,325,53,"columnNumber"],[897,28,325,53],[898,14,325,53],[898,21,325,59],[898,22,325,60],[899,12,325,60],[900,14,325,60,"fileName"],[900,22,325,60],[900,24,325,60,"_jsxFileName"],[900,36,325,60],[901,14,325,60,"lineNumber"],[901,24,325,60],[902,14,325,60,"columnNumber"],[902,26,325,60],[903,12,325,60],[903,19,326,18],[903,20,326,19],[904,10,326,19],[905,12,326,19,"fileName"],[905,20,326,19],[905,22,326,19,"_jsxFileName"],[905,34,326,19],[906,12,326,19,"lineNumber"],[906,22,326,19],[907,12,326,19,"columnNumber"],[907,24,326,19],[908,10,326,19],[908,17,327,16],[908,18,327,17],[908,33,330,10],[908,37,330,10,"_reactJsxDevRuntime"],[908,56,330,10],[908,57,330,10,"jsxDEV"],[908,63,330,10],[908,65,330,11,"_reactNative"],[908,77,330,15],[908,78,330,15,"View"],[908,82,330,15],[909,12,330,16,"style"],[909,17,330,21],[909,19,330,23,"styles"],[909,25,330,29],[909,26,330,30,"tokenItem"],[909,35,330,40],[910,12,330,40,"children"],[910,20,330,40],[910,36,331,12],[910,40,331,12,"_reactJsxDevRuntime"],[910,59,331,12],[910,60,331,12,"jsxDEV"],[910,66,331,12],[910,68,331,13,"_reactNative"],[910,80,331,17],[910,81,331,17,"View"],[910,85,331,17],[911,14,331,18,"style"],[911,19,331,23],[911,21,331,25,"styles"],[911,27,331,31],[911,28,331,32,"tokenItemLeft"],[911,41,331,46],[912,14,331,46,"children"],[912,22,331,46],[912,38,332,14],[912,42,332,14,"_reactJsxDevRuntime"],[912,61,332,14],[912,62,332,14,"jsxDEV"],[912,68,332,14],[912,70,332,15,"_reactNative"],[912,82,332,20],[912,83,332,20,"Image"],[912,88,332,20],[913,16,333,16,"source"],[913,22,333,22],[913,24,333,24],[914,18,333,26,"uri"],[914,21,333,29],[914,23,333,31],[915,16,333,124],[915,17,333,126],[916,16,334,16,"style"],[916,21,334,21],[916,23,334,23,"styles"],[916,29,334,29],[916,30,334,30,"tokenIcon"],[917,14,334,40],[918,16,334,40,"fileName"],[918,24,334,40],[918,26,334,40,"_jsxFileName"],[918,38,334,40],[919,16,334,40,"lineNumber"],[919,26,334,40],[920,16,334,40,"columnNumber"],[920,28,334,40],[921,14,334,40],[921,21,335,15],[921,22,335,16],[921,37,336,14],[921,41,336,14,"_reactJsxDevRuntime"],[921,60,336,14],[921,61,336,14,"jsxDEV"],[921,67,336,14],[921,69,336,15,"_reactNative"],[921,81,336,19],[921,82,336,19,"View"],[921,86,336,19],[922,16,336,19,"children"],[922,24,336,19],[922,40,337,16],[922,44,337,16,"_reactJsxDevRuntime"],[922,63,337,16],[922,64,337,16,"jsxDEV"],[922,70,337,16],[922,72,337,17,"_reactNative"],[922,84,337,21],[922,85,337,21,"Text"],[922,89,337,21],[923,18,337,22,"style"],[923,23,337,27],[923,25,337,29,"styles"],[923,31,337,35],[923,32,337,36,"tokenItemName"],[923,45,337,50],[924,18,337,50,"children"],[924,26,337,50],[924,28,337,51],[925,16,337,54],[926,18,337,54,"fileName"],[926,26,337,54],[926,28,337,54,"_jsxFileName"],[926,40,337,54],[927,18,337,54,"lineNumber"],[927,28,337,54],[928,18,337,54,"columnNumber"],[928,30,337,54],[929,16,337,54],[929,23,337,60],[929,24,337,61],[929,39,338,16],[929,43,338,16,"_reactJsxDevRuntime"],[929,62,338,16],[929,63,338,16,"jsxDEV"],[929,69,338,16],[929,71,338,17,"_reactNative"],[929,83,338,21],[929,84,338,21,"Text"],[929,88,338,21],[930,18,338,22,"style"],[930,23,338,27],[930,25,338,29,"styles"],[930,31,338,35],[930,32,338,36,"tokenItemNetwork"],[930,48,338,53],[931,18,338,53,"children"],[931,26,338,53],[931,28,338,54],[932,16,338,62],[933,18,338,62,"fileName"],[933,26,338,62],[933,28,338,62,"_jsxFileName"],[933,40,338,62],[934,18,338,62,"lineNumber"],[934,28,338,62],[935,18,338,62,"columnNumber"],[935,30,338,62],[936,16,338,62],[936,23,338,68],[936,24,338,69],[937,14,338,69],[938,16,338,69,"fileName"],[938,24,338,69],[938,26,338,69,"_jsxFileName"],[938,38,338,69],[939,16,338,69,"lineNumber"],[939,26,338,69],[940,16,338,69,"columnNumber"],[940,28,338,69],[941,14,338,69],[941,21,339,20],[941,22,339,21],[942,12,339,21],[943,14,339,21,"fileName"],[943,22,339,21],[943,24,339,21,"_jsxFileName"],[943,36,339,21],[944,14,339,21,"lineNumber"],[944,24,339,21],[945,14,339,21,"columnNumber"],[945,26,339,21],[946,12,339,21],[946,19,340,18],[946,20,340,19],[946,35,341,12],[946,39,341,12,"_reactJsxDevRuntime"],[946,58,341,12],[946,59,341,12,"jsxDEV"],[946,65,341,12],[946,67,341,13,"_reactNative"],[946,79,341,17],[946,80,341,17,"View"],[946,84,341,17],[947,14,341,18,"style"],[947,19,341,23],[947,21,341,25,"styles"],[947,27,341,31],[947,28,341,32,"tokenItemRight"],[947,42,341,47],[948,14,341,47,"children"],[948,22,341,47],[948,38,342,14],[948,42,342,14,"_reactJsxDevRuntime"],[948,61,342,14],[948,62,342,14,"jsxDEV"],[948,68,342,14],[948,70,342,15,"_reactNative"],[948,82,342,19],[948,83,342,19,"Text"],[948,87,342,19],[949,16,342,20,"style"],[949,21,342,25],[949,23,342,27,"styles"],[949,29,342,33],[949,30,342,34,"tokenItemBalance"],[949,46,342,51],[950,16,342,51,"children"],[950,24,342,51],[950,26,342,52],[951,14,342,56],[952,16,342,56,"fileName"],[952,24,342,56],[952,26,342,56,"_jsxFileName"],[952,38,342,56],[953,16,342,56,"lineNumber"],[953,26,342,56],[954,16,342,56,"columnNumber"],[954,28,342,56],[955,14,342,56],[955,21,342,62],[955,22,342,63],[955,37,343,14],[955,41,343,14,"_reactJsxDevRuntime"],[955,60,343,14],[955,61,343,14,"jsxDEV"],[955,67,343,14],[955,69,343,15,"_reactNative"],[955,81,343,19],[955,82,343,19,"Text"],[955,86,343,19],[956,16,343,20,"style"],[956,21,343,25],[956,23,343,27,"styles"],[956,29,343,33],[956,30,343,34,"tokenItemUsd"],[956,42,343,47],[957,16,343,47,"children"],[957,24,343,47],[957,26,343,48],[958,14,343,53],[959,16,343,53,"fileName"],[959,24,343,53],[959,26,343,53,"_jsxFileName"],[959,38,343,53],[960,16,343,53,"lineNumber"],[960,26,343,53],[961,16,343,53,"columnNumber"],[961,28,343,53],[962,14,343,53],[962,21,343,59],[962,22,343,60],[963,12,343,60],[964,14,343,60,"fileName"],[964,22,343,60],[964,24,343,60,"_jsxFileName"],[964,36,343,60],[965,14,343,60,"lineNumber"],[965,24,343,60],[966,14,343,60,"columnNumber"],[966,26,343,60],[967,12,343,60],[967,19,344,18],[967,20,344,19],[968,10,344,19],[969,12,344,19,"fileName"],[969,20,344,19],[969,22,344,19,"_jsxFileName"],[969,34,344,19],[970,12,344,19,"lineNumber"],[970,22,344,19],[971,12,344,19,"columnNumber"],[971,24,344,19],[972,10,344,19],[972,17,345,16],[972,18,345,17],[972,33,348,10],[972,37,348,10,"_reactJsxDevRuntime"],[972,56,348,10],[972,57,348,10,"jsxDEV"],[972,63,348,10],[972,65,348,11,"_reactNative"],[972,77,348,15],[972,78,348,15,"View"],[972,82,348,15],[973,12,348,16,"style"],[973,17,348,21],[973,19,348,23,"styles"],[973,25,348,29],[973,26,348,30,"tokenItem"],[973,35,348,40],[974,12,348,40,"children"],[974,20,348,40],[974,36,349,12],[974,40,349,12,"_reactJsxDevRuntime"],[974,59,349,12],[974,60,349,12,"jsxDEV"],[974,66,349,12],[974,68,349,13,"_reactNative"],[974,80,349,17],[974,81,349,17,"View"],[974,85,349,17],[975,14,349,18,"style"],[975,19,349,23],[975,21,349,25,"styles"],[975,27,349,31],[975,28,349,32,"tokenItemLeft"],[975,41,349,46],[976,14,349,46,"children"],[976,22,349,46],[976,38,350,14],[976,42,350,14,"_reactJsxDevRuntime"],[976,61,350,14],[976,62,350,14,"jsxDEV"],[976,68,350,14],[976,70,350,15,"_reactNative"],[976,82,350,20],[976,83,350,20,"Image"],[976,88,350,20],[977,16,351,16,"source"],[977,22,351,22],[977,24,351,24],[978,18,351,26,"uri"],[978,21,351,29],[978,23,351,31],[979,16,351,128],[979,17,351,130],[980,16,352,16,"style"],[980,21,352,21],[980,23,352,23,"styles"],[980,29,352,29],[980,30,352,30,"tokenIcon"],[981,14,352,40],[982,16,352,40,"fileName"],[982,24,352,40],[982,26,352,40,"_jsxFileName"],[982,38,352,40],[983,16,352,40,"lineNumber"],[983,26,352,40],[984,16,352,40,"columnNumber"],[984,28,352,40],[985,14,352,40],[985,21,353,15],[985,22,353,16],[985,37,354,14],[985,41,354,14,"_reactJsxDevRuntime"],[985,60,354,14],[985,61,354,14,"jsxDEV"],[985,67,354,14],[985,69,354,15,"_reactNative"],[985,81,354,19],[985,82,354,19,"View"],[985,86,354,19],[986,16,354,19,"children"],[986,24,354,19],[986,40,355,16],[986,44,355,16,"_reactJsxDevRuntime"],[986,63,355,16],[986,64,355,16,"jsxDEV"],[986,70,355,16],[986,72,355,17,"_reactNative"],[986,84,355,21],[986,85,355,21,"Text"],[986,89,355,21],[987,18,355,22,"style"],[987,23,355,27],[987,25,355,29,"styles"],[987,31,355,35],[987,32,355,36,"tokenItemName"],[987,45,355,50],[988,18,355,50,"children"],[988,26,355,50],[988,28,355,51],[989,16,355,54],[990,18,355,54,"fileName"],[990,26,355,54],[990,28,355,54,"_jsxFileName"],[990,40,355,54],[991,18,355,54,"lineNumber"],[991,28,355,54],[992,18,355,54,"columnNumber"],[992,30,355,54],[993,16,355,54],[993,23,355,60],[993,24,355,61],[993,39,356,16],[993,43,356,16,"_reactJsxDevRuntime"],[993,62,356,16],[993,63,356,16,"jsxDEV"],[993,69,356,16],[993,71,356,17,"_reactNative"],[993,83,356,21],[993,84,356,21,"Text"],[993,88,356,21],[994,18,356,22,"style"],[994,23,356,27],[994,25,356,29,"styles"],[994,31,356,35],[994,32,356,36,"tokenItemNetwork"],[994,48,356,53],[995,18,356,53,"children"],[995,26,356,53],[995,28,356,54],[996,16,356,61],[997,18,356,61,"fileName"],[997,26,356,61],[997,28,356,61,"_jsxFileName"],[997,40,356,61],[998,18,356,61,"lineNumber"],[998,28,356,61],[999,18,356,61,"columnNumber"],[999,30,356,61],[1000,16,356,61],[1000,23,356,67],[1000,24,356,68],[1001,14,356,68],[1002,16,356,68,"fileName"],[1002,24,356,68],[1002,26,356,68,"_jsxFileName"],[1002,38,356,68],[1003,16,356,68,"lineNumber"],[1003,26,356,68],[1004,16,356,68,"columnNumber"],[1004,28,356,68],[1005,14,356,68],[1005,21,357,20],[1005,22,357,21],[1006,12,357,21],[1007,14,357,21,"fileName"],[1007,22,357,21],[1007,24,357,21,"_jsxFileName"],[1007,36,357,21],[1008,14,357,21,"lineNumber"],[1008,24,357,21],[1009,14,357,21,"columnNumber"],[1009,26,357,21],[1010,12,357,21],[1010,19,358,18],[1010,20,358,19],[1010,35,359,12],[1010,39,359,12,"_reactJsxDevRuntime"],[1010,58,359,12],[1010,59,359,12,"jsxDEV"],[1010,65,359,12],[1010,67,359,13,"_reactNative"],[1010,79,359,17],[1010,80,359,17,"View"],[1010,84,359,17],[1011,14,359,18,"style"],[1011,19,359,23],[1011,21,359,25,"styles"],[1011,27,359,31],[1011,28,359,32,"tokenItemRight"],[1011,42,359,47],[1012,14,359,47,"children"],[1012,22,359,47],[1012,38,360,14],[1012,42,360,14,"_reactJsxDevRuntime"],[1012,61,360,14],[1012,62,360,14,"jsxDEV"],[1012,68,360,14],[1012,70,360,15,"_reactNative"],[1012,82,360,19],[1012,83,360,19,"Text"],[1012,87,360,19],[1013,16,360,20,"style"],[1013,21,360,25],[1013,23,360,27,"styles"],[1013,29,360,33],[1013,30,360,34,"tokenItemBalance"],[1013,46,360,51],[1014,16,360,51,"children"],[1014,24,360,51],[1014,26,360,52],[1015,14,360,56],[1016,16,360,56,"fileName"],[1016,24,360,56],[1016,26,360,56,"_jsxFileName"],[1016,38,360,56],[1017,16,360,56,"lineNumber"],[1017,26,360,56],[1018,16,360,56,"columnNumber"],[1018,28,360,56],[1019,14,360,56],[1019,21,360,62],[1019,22,360,63],[1019,37,361,14],[1019,41,361,14,"_reactJsxDevRuntime"],[1019,60,361,14],[1019,61,361,14,"jsxDEV"],[1019,67,361,14],[1019,69,361,15,"_reactNative"],[1019,81,361,19],[1019,82,361,19,"Text"],[1019,86,361,19],[1020,16,361,20,"style"],[1020,21,361,25],[1020,23,361,27,"styles"],[1020,29,361,33],[1020,30,361,34,"tokenItemUsd"],[1020,42,361,47],[1021,16,361,47,"children"],[1021,24,361,47],[1021,26,361,48],[1022,14,361,53],[1023,16,361,53,"fileName"],[1023,24,361,53],[1023,26,361,53,"_jsxFileName"],[1023,38,361,53],[1024,16,361,53,"lineNumber"],[1024,26,361,53],[1025,16,361,53,"columnNumber"],[1025,28,361,53],[1026,14,361,53],[1026,21,361,59],[1026,22,361,60],[1027,12,361,60],[1028,14,361,60,"fileName"],[1028,22,361,60],[1028,24,361,60,"_jsxFileName"],[1028,36,361,60],[1029,14,361,60,"lineNumber"],[1029,24,361,60],[1030,14,361,60,"columnNumber"],[1030,26,361,60],[1031,12,361,60],[1031,19,362,18],[1031,20,362,19],[1032,10,362,19],[1033,12,362,19,"fileName"],[1033,20,362,19],[1033,22,362,19,"_jsxFileName"],[1033,34,362,19],[1034,12,362,19,"lineNumber"],[1034,22,362,19],[1035,12,362,19,"columnNumber"],[1035,24,362,19],[1036,10,362,19],[1036,17,363,16],[1036,18,363,17],[1036,33,366,10],[1036,37,366,10,"_reactJsxDevRuntime"],[1036,56,366,10],[1036,57,366,10,"jsxDEV"],[1036,63,366,10],[1036,65,366,11,"_reactNative"],[1036,77,366,15],[1036,78,366,15,"View"],[1036,82,366,15],[1037,12,366,16,"style"],[1037,17,366,21],[1037,19,366,23,"styles"],[1037,25,366,29],[1037,26,366,30,"tokenItem"],[1037,35,366,40],[1038,12,366,40,"children"],[1038,20,366,40],[1038,36,367,12],[1038,40,367,12,"_reactJsxDevRuntime"],[1038,59,367,12],[1038,60,367,12,"jsxDEV"],[1038,66,367,12],[1038,68,367,13,"_reactNative"],[1038,80,367,17],[1038,81,367,17,"View"],[1038,85,367,17],[1039,14,367,18,"style"],[1039,19,367,23],[1039,21,367,25,"styles"],[1039,27,367,31],[1039,28,367,32,"tokenItemLeft"],[1039,41,367,46],[1040,14,367,46,"children"],[1040,22,367,46],[1040,38,368,14],[1040,42,368,14,"_reactJsxDevRuntime"],[1040,61,368,14],[1040,62,368,14,"jsxDEV"],[1040,68,368,14],[1040,70,368,15,"_reactNative"],[1040,82,368,20],[1040,83,368,20,"Image"],[1040,88,368,20],[1041,16,369,16,"source"],[1041,22,369,22],[1041,24,369,24],[1042,18,369,26,"uri"],[1042,21,369,29],[1042,23,369,31],[1043,16,369,129],[1043,17,369,131],[1044,16,370,16,"style"],[1044,21,370,21],[1044,23,370,23,"styles"],[1044,29,370,29],[1044,30,370,30,"tokenIcon"],[1045,14,370,40],[1046,16,370,40,"fileName"],[1046,24,370,40],[1046,26,370,40,"_jsxFileName"],[1046,38,370,40],[1047,16,370,40,"lineNumber"],[1047,26,370,40],[1048,16,370,40,"columnNumber"],[1048,28,370,40],[1049,14,370,40],[1049,21,371,15],[1049,22,371,16],[1049,37,372,14],[1049,41,372,14,"_reactJsxDevRuntime"],[1049,60,372,14],[1049,61,372,14,"jsxDEV"],[1049,67,372,14],[1049,69,372,15,"_reactNative"],[1049,81,372,19],[1049,82,372,19,"View"],[1049,86,372,19],[1050,16,372,19,"children"],[1050,24,372,19],[1050,40,373,16],[1050,44,373,16,"_reactJsxDevRuntime"],[1050,63,373,16],[1050,64,373,16,"jsxDEV"],[1050,70,373,16],[1050,72,373,17,"_reactNative"],[1050,84,373,21],[1050,85,373,21,"Text"],[1050,89,373,21],[1051,18,373,22,"style"],[1051,23,373,27],[1051,25,373,29,"styles"],[1051,31,373,35],[1051,32,373,36,"tokenItemName"],[1051,45,373,50],[1052,18,373,50,"children"],[1052,26,373,50],[1052,28,373,51],[1053,16,373,54],[1054,18,373,54,"fileName"],[1054,26,373,54],[1054,28,373,54,"_jsxFileName"],[1054,40,373,54],[1055,18,373,54,"lineNumber"],[1055,28,373,54],[1056,18,373,54,"columnNumber"],[1056,30,373,54],[1057,16,373,54],[1057,23,373,60],[1057,24,373,61],[1057,39,374,16],[1057,43,374,16,"_reactJsxDevRuntime"],[1057,62,374,16],[1057,63,374,16,"jsxDEV"],[1057,69,374,16],[1057,71,374,17,"_reactNative"],[1057,83,374,21],[1057,84,374,21,"Text"],[1057,88,374,21],[1058,18,374,22,"style"],[1058,23,374,27],[1058,25,374,29,"styles"],[1058,31,374,35],[1058,32,374,36,"tokenItemNetwork"],[1058,48,374,53],[1059,18,374,53,"children"],[1059,26,374,53],[1059,28,374,54],[1060,16,374,62],[1061,18,374,62,"fileName"],[1061,26,374,62],[1061,28,374,62,"_jsxFileName"],[1061,40,374,62],[1062,18,374,62,"lineNumber"],[1062,28,374,62],[1063,18,374,62,"columnNumber"],[1063,30,374,62],[1064,16,374,62],[1064,23,374,68],[1064,24,374,69],[1065,14,374,69],[1066,16,374,69,"fileName"],[1066,24,374,69],[1066,26,374,69,"_jsxFileName"],[1066,38,374,69],[1067,16,374,69,"lineNumber"],[1067,26,374,69],[1068,16,374,69,"columnNumber"],[1068,28,374,69],[1069,14,374,69],[1069,21,375,20],[1069,22,375,21],[1070,12,375,21],[1071,14,375,21,"fileName"],[1071,22,375,21],[1071,24,375,21,"_jsxFileName"],[1071,36,375,21],[1072,14,375,21,"lineNumber"],[1072,24,375,21],[1073,14,375,21,"columnNumber"],[1073,26,375,21],[1074,12,375,21],[1074,19,376,18],[1074,20,376,19],[1074,35,377,12],[1074,39,377,12,"_reactJsxDevRuntime"],[1074,58,377,12],[1074,59,377,12,"jsxDEV"],[1074,65,377,12],[1074,67,377,13,"_reactNative"],[1074,79,377,17],[1074,80,377,17,"View"],[1074,84,377,17],[1075,14,377,18,"style"],[1075,19,377,23],[1075,21,377,25,"styles"],[1075,27,377,31],[1075,28,377,32,"tokenItemRight"],[1075,42,377,47],[1076,14,377,47,"children"],[1076,22,377,47],[1076,38,378,14],[1076,42,378,14,"_reactJsxDevRuntime"],[1076,61,378,14],[1076,62,378,14,"jsxDEV"],[1076,68,378,14],[1076,70,378,15,"_reactNative"],[1076,82,378,19],[1076,83,378,19,"Text"],[1076,87,378,19],[1077,16,378,20,"style"],[1077,21,378,25],[1077,23,378,27,"styles"],[1077,29,378,33],[1077,30,378,34,"tokenItemBalance"],[1077,46,378,51],[1078,16,378,51,"children"],[1078,24,378,51],[1078,26,378,52],[1079,14,378,56],[1080,16,378,56,"fileName"],[1080,24,378,56],[1080,26,378,56,"_jsxFileName"],[1080,38,378,56],[1081,16,378,56,"lineNumber"],[1081,26,378,56],[1082,16,378,56,"columnNumber"],[1082,28,378,56],[1083,14,378,56],[1083,21,378,62],[1083,22,378,63],[1083,37,379,14],[1083,41,379,14,"_reactJsxDevRuntime"],[1083,60,379,14],[1083,61,379,14,"jsxDEV"],[1083,67,379,14],[1083,69,379,15,"_reactNative"],[1083,81,379,19],[1083,82,379,19,"Text"],[1083,86,379,19],[1084,16,379,20,"style"],[1084,21,379,25],[1084,23,379,27,"styles"],[1084,29,379,33],[1084,30,379,34,"tokenItemUsd"],[1084,42,379,47],[1085,16,379,47,"children"],[1085,24,379,47],[1085,26,379,48],[1086,14,379,53],[1087,16,379,53,"fileName"],[1087,24,379,53],[1087,26,379,53,"_jsxFileName"],[1087,38,379,53],[1088,16,379,53,"lineNumber"],[1088,26,379,53],[1089,16,379,53,"columnNumber"],[1089,28,379,53],[1090,14,379,53],[1090,21,379,59],[1090,22,379,60],[1091,12,379,60],[1092,14,379,60,"fileName"],[1092,22,379,60],[1092,24,379,60,"_jsxFileName"],[1092,36,379,60],[1093,14,379,60,"lineNumber"],[1093,24,379,60],[1094,14,379,60,"columnNumber"],[1094,26,379,60],[1095,12,379,60],[1095,19,380,18],[1095,20,380,19],[1096,10,380,19],[1097,12,380,19,"fileName"],[1097,20,380,19],[1097,22,380,19,"_jsxFileName"],[1097,34,380,19],[1098,12,380,19,"lineNumber"],[1098,22,380,19],[1099,12,380,19,"columnNumber"],[1099,24,380,19],[1100,10,380,19],[1100,17,381,16],[1100,18,381,17],[1100,33,384,10],[1100,37,384,10,"_reactJsxDevRuntime"],[1100,56,384,10],[1100,57,384,10,"jsxDEV"],[1100,63,384,10],[1100,65,384,11,"_reactNative"],[1100,77,384,15],[1100,78,384,15,"View"],[1100,82,384,15],[1101,12,384,16,"style"],[1101,17,384,21],[1101,19,384,23,"styles"],[1101,25,384,29],[1101,26,384,30,"tokenItem"],[1101,35,384,40],[1102,12,384,40,"children"],[1102,20,384,40],[1102,36,385,12],[1102,40,385,12,"_reactJsxDevRuntime"],[1102,59,385,12],[1102,60,385,12,"jsxDEV"],[1102,66,385,12],[1102,68,385,13,"_reactNative"],[1102,80,385,17],[1102,81,385,17,"View"],[1102,85,385,17],[1103,14,385,18,"style"],[1103,19,385,23],[1103,21,385,25,"styles"],[1103,27,385,31],[1103,28,385,32,"tokenItemLeft"],[1103,41,385,46],[1104,14,385,46,"children"],[1104,22,385,46],[1104,38,386,14],[1104,42,386,14,"_reactJsxDevRuntime"],[1104,61,386,14],[1104,62,386,14,"jsxDEV"],[1104,68,386,14],[1104,70,386,15,"_reactNative"],[1104,82,386,20],[1104,83,386,20,"Image"],[1104,88,386,20],[1105,16,387,16,"source"],[1105,22,387,22],[1105,24,387,24],[1106,18,387,26,"uri"],[1106,21,387,29],[1106,23,387,31],[1107,16,387,129],[1107,17,387,131],[1108,16,388,16,"style"],[1108,21,388,21],[1108,23,388,23,"styles"],[1108,29,388,29],[1108,30,388,30,"tokenIcon"],[1109,14,388,40],[1110,16,388,40,"fileName"],[1110,24,388,40],[1110,26,388,40,"_jsxFileName"],[1110,38,388,40],[1111,16,388,40,"lineNumber"],[1111,26,388,40],[1112,16,388,40,"columnNumber"],[1112,28,388,40],[1113,14,388,40],[1113,21,389,15],[1113,22,389,16],[1113,37,390,14],[1113,41,390,14,"_reactJsxDevRuntime"],[1113,60,390,14],[1113,61,390,14,"jsxDEV"],[1113,67,390,14],[1113,69,390,15,"_reactNative"],[1113,81,390,19],[1113,82,390,19,"View"],[1113,86,390,19],[1114,16,390,19,"children"],[1114,24,390,19],[1114,40,391,16],[1114,44,391,16,"_reactJsxDevRuntime"],[1114,63,391,16],[1114,64,391,16,"jsxDEV"],[1114,70,391,16],[1114,72,391,17,"_reactNative"],[1114,84,391,21],[1114,85,391,21,"Text"],[1114,89,391,21],[1115,18,391,22,"style"],[1115,23,391,27],[1115,25,391,29,"styles"],[1115,31,391,35],[1115,32,391,36,"tokenItemName"],[1115,45,391,50],[1116,18,391,50,"children"],[1116,26,391,50],[1116,28,391,51],[1117,16,391,54],[1118,18,391,54,"fileName"],[1118,26,391,54],[1118,28,391,54,"_jsxFileName"],[1118,40,391,54],[1119,18,391,54,"lineNumber"],[1119,28,391,54],[1120,18,391,54,"columnNumber"],[1120,30,391,54],[1121,16,391,54],[1121,23,391,60],[1121,24,391,61],[1121,39,392,16],[1121,43,392,16,"_reactJsxDevRuntime"],[1121,62,392,16],[1121,63,392,16,"jsxDEV"],[1121,69,392,16],[1121,71,392,17,"_reactNative"],[1121,83,392,21],[1121,84,392,21,"Text"],[1121,88,392,21],[1122,18,392,22,"style"],[1122,23,392,27],[1122,25,392,29,"styles"],[1122,31,392,35],[1122,32,392,36,"tokenItemNetwork"],[1122,48,392,53],[1123,18,392,53,"children"],[1123,26,392,53],[1123,28,392,54],[1124,16,392,73],[1125,18,392,73,"fileName"],[1125,26,392,73],[1125,28,392,73,"_jsxFileName"],[1125,40,392,73],[1126,18,392,73,"lineNumber"],[1126,28,392,73],[1127,18,392,73,"columnNumber"],[1127,30,392,73],[1128,16,392,73],[1128,23,392,79],[1128,24,392,80],[1129,14,392,80],[1130,16,392,80,"fileName"],[1130,24,392,80],[1130,26,392,80,"_jsxFileName"],[1130,38,392,80],[1131,16,392,80,"lineNumber"],[1131,26,392,80],[1132,16,392,80,"columnNumber"],[1132,28,392,80],[1133,14,392,80],[1133,21,393,20],[1133,22,393,21],[1134,12,393,21],[1135,14,393,21,"fileName"],[1135,22,393,21],[1135,24,393,21,"_jsxFileName"],[1135,36,393,21],[1136,14,393,21,"lineNumber"],[1136,24,393,21],[1137,14,393,21,"columnNumber"],[1137,26,393,21],[1138,12,393,21],[1138,19,394,18],[1138,20,394,19],[1138,35,395,12],[1138,39,395,12,"_reactJsxDevRuntime"],[1138,58,395,12],[1138,59,395,12,"jsxDEV"],[1138,65,395,12],[1138,67,395,13,"_reactNative"],[1138,79,395,17],[1138,80,395,17,"View"],[1138,84,395,17],[1139,14,395,18,"style"],[1139,19,395,23],[1139,21,395,25,"styles"],[1139,27,395,31],[1139,28,395,32,"tokenItemRight"],[1139,42,395,47],[1140,14,395,47,"children"],[1140,22,395,47],[1140,38,396,14],[1140,42,396,14,"_reactJsxDevRuntime"],[1140,61,396,14],[1140,62,396,14,"jsxDEV"],[1140,68,396,14],[1140,70,396,15,"_reactNative"],[1140,82,396,19],[1140,83,396,19,"Text"],[1140,87,396,19],[1141,16,396,20,"style"],[1141,21,396,25],[1141,23,396,27,"styles"],[1141,29,396,33],[1141,30,396,34,"tokenItemBalance"],[1141,46,396,51],[1142,16,396,51,"children"],[1142,24,396,51],[1142,26,396,52],[1143,14,396,56],[1144,16,396,56,"fileName"],[1144,24,396,56],[1144,26,396,56,"_jsxFileName"],[1144,38,396,56],[1145,16,396,56,"lineNumber"],[1145,26,396,56],[1146,16,396,56,"columnNumber"],[1146,28,396,56],[1147,14,396,56],[1147,21,396,62],[1147,22,396,63],[1147,37,397,14],[1147,41,397,14,"_reactJsxDevRuntime"],[1147,60,397,14],[1147,61,397,14,"jsxDEV"],[1147,67,397,14],[1147,69,397,15,"_reactNative"],[1147,81,397,19],[1147,82,397,19,"Text"],[1147,86,397,19],[1148,16,397,20,"style"],[1148,21,397,25],[1148,23,397,27,"styles"],[1148,29,397,33],[1148,30,397,34,"tokenItemUsd"],[1148,42,397,47],[1149,16,397,47,"children"],[1149,24,397,47],[1149,26,397,48],[1150,14,397,53],[1151,16,397,53,"fileName"],[1151,24,397,53],[1151,26,397,53,"_jsxFileName"],[1151,38,397,53],[1152,16,397,53,"lineNumber"],[1152,26,397,53],[1153,16,397,53,"columnNumber"],[1153,28,397,53],[1154,14,397,53],[1154,21,397,59],[1154,22,397,60],[1155,12,397,60],[1156,14,397,60,"fileName"],[1156,22,397,60],[1156,24,397,60,"_jsxFileName"],[1156,36,397,60],[1157,14,397,60,"lineNumber"],[1157,24,397,60],[1158,14,397,60,"columnNumber"],[1158,26,397,60],[1159,12,397,60],[1159,19,398,18],[1159,20,398,19],[1160,10,398,19],[1161,12,398,19,"fileName"],[1161,20,398,19],[1161,22,398,19,"_jsxFileName"],[1161,34,398,19],[1162,12,398,19,"lineNumber"],[1162,22,398,19],[1163,12,398,19,"columnNumber"],[1163,24,398,19],[1164,10,398,19],[1164,17,399,16],[1164,18,399,17],[1164,33,402,10],[1164,37,402,10,"_reactJsxDevRuntime"],[1164,56,402,10],[1164,57,402,10,"jsxDEV"],[1164,63,402,10],[1164,65,402,11,"_reactNative"],[1164,77,402,15],[1164,78,402,15,"View"],[1164,82,402,15],[1165,12,402,16,"style"],[1165,17,402,21],[1165,19,402,23,"styles"],[1165,25,402,29],[1165,26,402,30,"tokenItem"],[1165,35,402,40],[1166,12,402,40,"children"],[1166,20,402,40],[1166,36,403,12],[1166,40,403,12,"_reactJsxDevRuntime"],[1166,59,403,12],[1166,60,403,12,"jsxDEV"],[1166,66,403,12],[1166,68,403,13,"_reactNative"],[1166,80,403,17],[1166,81,403,17,"View"],[1166,85,403,17],[1167,14,403,18,"style"],[1167,19,403,23],[1167,21,403,25,"styles"],[1167,27,403,31],[1167,28,403,32,"tokenItemLeft"],[1167,41,403,46],[1168,14,403,46,"children"],[1168,22,403,46],[1168,38,404,14],[1168,42,404,14,"_reactJsxDevRuntime"],[1168,61,404,14],[1168,62,404,14,"jsxDEV"],[1168,68,404,14],[1168,70,404,15,"_reactNative"],[1168,82,404,20],[1168,83,404,20,"Image"],[1168,88,404,20],[1169,16,405,16,"source"],[1169,22,405,22],[1169,24,405,24],[1170,18,405,26,"uri"],[1170,21,405,29],[1170,23,405,31],[1171,16,405,128],[1171,17,405,130],[1172,16,406,16,"style"],[1172,21,406,21],[1172,23,406,23,"styles"],[1172,29,406,29],[1172,30,406,30,"tokenIcon"],[1173,14,406,40],[1174,16,406,40,"fileName"],[1174,24,406,40],[1174,26,406,40,"_jsxFileName"],[1174,38,406,40],[1175,16,406,40,"lineNumber"],[1175,26,406,40],[1176,16,406,40,"columnNumber"],[1176,28,406,40],[1177,14,406,40],[1177,21,407,15],[1177,22,407,16],[1177,37,408,14],[1177,41,408,14,"_reactJsxDevRuntime"],[1177,60,408,14],[1177,61,408,14,"jsxDEV"],[1177,67,408,14],[1177,69,408,15,"_reactNative"],[1177,81,408,19],[1177,82,408,19,"View"],[1177,86,408,19],[1178,16,408,19,"children"],[1178,24,408,19],[1178,40,409,16],[1178,44,409,16,"_reactJsxDevRuntime"],[1178,63,409,16],[1178,64,409,16,"jsxDEV"],[1178,70,409,16],[1178,72,409,17,"_reactNative"],[1178,84,409,21],[1178,85,409,21,"Text"],[1178,89,409,21],[1179,18,409,22,"style"],[1179,23,409,27],[1179,25,409,29,"styles"],[1179,31,409,35],[1179,32,409,36,"tokenItemName"],[1179,45,409,50],[1180,18,409,50,"children"],[1180,26,409,50],[1180,28,409,51],[1181,16,409,54],[1182,18,409,54,"fileName"],[1182,26,409,54],[1182,28,409,54,"_jsxFileName"],[1182,40,409,54],[1183,18,409,54,"lineNumber"],[1183,28,409,54],[1184,18,409,54,"columnNumber"],[1184,30,409,54],[1185,16,409,54],[1185,23,409,60],[1185,24,409,61],[1185,39,410,16],[1185,43,410,16,"_reactJsxDevRuntime"],[1185,62,410,16],[1185,63,410,16,"jsxDEV"],[1185,69,410,16],[1185,71,410,17,"_reactNative"],[1185,83,410,21],[1185,84,410,21,"Text"],[1185,88,410,21],[1186,18,410,22,"style"],[1186,23,410,27],[1186,25,410,29,"styles"],[1186,31,410,35],[1186,32,410,36,"tokenItemNetwork"],[1186,48,410,53],[1187,18,410,53,"children"],[1187,26,410,53],[1187,28,410,54],[1188,16,410,61],[1189,18,410,61,"fileName"],[1189,26,410,61],[1189,28,410,61,"_jsxFileName"],[1189,40,410,61],[1190,18,410,61,"lineNumber"],[1190,28,410,61],[1191,18,410,61,"columnNumber"],[1191,30,410,61],[1192,16,410,61],[1192,23,410,67],[1192,24,410,68],[1193,14,410,68],[1194,16,410,68,"fileName"],[1194,24,410,68],[1194,26,410,68,"_jsxFileName"],[1194,38,410,68],[1195,16,410,68,"lineNumber"],[1195,26,410,68],[1196,16,410,68,"columnNumber"],[1196,28,410,68],[1197,14,410,68],[1197,21,411,20],[1197,22,411,21],[1198,12,411,21],[1199,14,411,21,"fileName"],[1199,22,411,21],[1199,24,411,21,"_jsxFileName"],[1199,36,411,21],[1200,14,411,21,"lineNumber"],[1200,24,411,21],[1201,14,411,21,"columnNumber"],[1201,26,411,21],[1202,12,411,21],[1202,19,412,18],[1202,20,412,19],[1202,35,413,12],[1202,39,413,12,"_reactJsxDevRuntime"],[1202,58,413,12],[1202,59,413,12,"jsxDEV"],[1202,65,413,12],[1202,67,413,13,"_reactNative"],[1202,79,413,17],[1202,80,413,17,"View"],[1202,84,413,17],[1203,14,413,18,"style"],[1203,19,413,23],[1203,21,413,25,"styles"],[1203,27,413,31],[1203,28,413,32,"tokenItemRight"],[1203,42,413,47],[1204,14,413,47,"children"],[1204,22,413,47],[1204,38,414,14],[1204,42,414,14,"_reactJsxDevRuntime"],[1204,61,414,14],[1204,62,414,14,"jsxDEV"],[1204,68,414,14],[1204,70,414,15,"_reactNative"],[1204,82,414,19],[1204,83,414,19,"Text"],[1204,87,414,19],[1205,16,414,20,"style"],[1205,21,414,25],[1205,23,414,27,"styles"],[1205,29,414,33],[1205,30,414,34,"tokenItemBalance"],[1205,46,414,51],[1206,16,414,51,"children"],[1206,24,414,51],[1206,26,414,52],[1207,14,414,56],[1208,16,414,56,"fileName"],[1208,24,414,56],[1208,26,414,56,"_jsxFileName"],[1208,38,414,56],[1209,16,414,56,"lineNumber"],[1209,26,414,56],[1210,16,414,56,"columnNumber"],[1210,28,414,56],[1211,14,414,56],[1211,21,414,62],[1211,22,414,63],[1211,37,415,14],[1211,41,415,14,"_reactJsxDevRuntime"],[1211,60,415,14],[1211,61,415,14,"jsxDEV"],[1211,67,415,14],[1211,69,415,15,"_reactNative"],[1211,81,415,19],[1211,82,415,19,"Text"],[1211,86,415,19],[1212,16,415,20,"style"],[1212,21,415,25],[1212,23,415,27,"styles"],[1212,29,415,33],[1212,30,415,34,"tokenItemUsd"],[1212,42,415,47],[1213,16,415,47,"children"],[1213,24,415,47],[1213,26,415,48],[1214,14,415,53],[1215,16,415,53,"fileName"],[1215,24,415,53],[1215,26,415,53,"_jsxFileName"],[1215,38,415,53],[1216,16,415,53,"lineNumber"],[1216,26,415,53],[1217,16,415,53,"columnNumber"],[1217,28,415,53],[1218,14,415,53],[1218,21,415,59],[1218,22,415,60],[1219,12,415,60],[1220,14,415,60,"fileName"],[1220,22,415,60],[1220,24,415,60,"_jsxFileName"],[1220,36,415,60],[1221,14,415,60,"lineNumber"],[1221,24,415,60],[1222,14,415,60,"columnNumber"],[1222,26,415,60],[1223,12,415,60],[1223,19,416,18],[1223,20,416,19],[1224,10,416,19],[1225,12,416,19,"fileName"],[1225,20,416,19],[1225,22,416,19,"_jsxFileName"],[1225,34,416,19],[1226,12,416,19,"lineNumber"],[1226,22,416,19],[1227,12,416,19,"columnNumber"],[1227,24,416,19],[1228,10,416,19],[1228,17,417,16],[1228,18,417,17],[1228,33,420,10],[1228,37,420,10,"_reactJsxDevRuntime"],[1228,56,420,10],[1228,57,420,10,"jsxDEV"],[1228,63,420,10],[1228,65,420,11,"_reactNative"],[1228,77,420,15],[1228,78,420,15,"View"],[1228,82,420,15],[1229,12,420,16,"style"],[1229,17,420,21],[1229,19,420,23,"styles"],[1229,25,420,29],[1229,26,420,30,"tokenItem"],[1229,35,420,40],[1230,12,420,40,"children"],[1230,20,420,40],[1230,36,421,12],[1230,40,421,12,"_reactJsxDevRuntime"],[1230,59,421,12],[1230,60,421,12,"jsxDEV"],[1230,66,421,12],[1230,68,421,13,"_reactNative"],[1230,80,421,17],[1230,81,421,17,"View"],[1230,85,421,17],[1231,14,421,18,"style"],[1231,19,421,23],[1231,21,421,25,"styles"],[1231,27,421,31],[1231,28,421,32,"tokenItemLeft"],[1231,41,421,46],[1232,14,421,46,"children"],[1232,22,421,46],[1232,38,422,14],[1232,42,422,14,"_reactJsxDevRuntime"],[1232,61,422,14],[1232,62,422,14,"jsxDEV"],[1232,68,422,14],[1232,70,422,15,"_reactNative"],[1232,82,422,20],[1232,83,422,20,"Image"],[1232,88,422,20],[1233,16,423,16,"source"],[1233,22,423,22],[1233,24,423,24],[1234,18,423,26,"uri"],[1234,21,423,29],[1234,23,423,31],[1235,16,423,128],[1235,17,423,130],[1236,16,424,16,"style"],[1236,21,424,21],[1236,23,424,23,"styles"],[1236,29,424,29],[1236,30,424,30,"tokenIcon"],[1237,14,424,40],[1238,16,424,40,"fileName"],[1238,24,424,40],[1238,26,424,40,"_jsxFileName"],[1238,38,424,40],[1239,16,424,40,"lineNumber"],[1239,26,424,40],[1240,16,424,40,"columnNumber"],[1240,28,424,40],[1241,14,424,40],[1241,21,425,15],[1241,22,425,16],[1241,37,426,14],[1241,41,426,14,"_reactJsxDevRuntime"],[1241,60,426,14],[1241,61,426,14,"jsxDEV"],[1241,67,426,14],[1241,69,426,15,"_reactNative"],[1241,81,426,19],[1241,82,426,19,"View"],[1241,86,426,19],[1242,16,426,19,"children"],[1242,24,426,19],[1242,40,427,16],[1242,44,427,16,"_reactJsxDevRuntime"],[1242,63,427,16],[1242,64,427,16,"jsxDEV"],[1242,70,427,16],[1242,72,427,17,"_reactNative"],[1242,84,427,21],[1242,85,427,21,"Text"],[1242,89,427,21],[1243,18,427,22,"style"],[1243,23,427,27],[1243,25,427,29,"styles"],[1243,31,427,35],[1243,32,427,36,"tokenItemName"],[1243,45,427,50],[1244,18,427,50,"children"],[1244,26,427,50],[1244,28,427,51],[1245,16,427,54],[1246,18,427,54,"fileName"],[1246,26,427,54],[1246,28,427,54,"_jsxFileName"],[1246,40,427,54],[1247,18,427,54,"lineNumber"],[1247,28,427,54],[1248,18,427,54,"columnNumber"],[1248,30,427,54],[1249,16,427,54],[1249,23,427,60],[1249,24,427,61],[1249,39,428,16],[1249,43,428,16,"_reactJsxDevRuntime"],[1249,62,428,16],[1249,63,428,16,"jsxDEV"],[1249,69,428,16],[1249,71,428,17,"_reactNative"],[1249,83,428,21],[1249,84,428,21,"Text"],[1249,88,428,21],[1250,18,428,22,"style"],[1250,23,428,27],[1250,25,428,29,"styles"],[1250,31,428,35],[1250,32,428,36,"tokenItemNetwork"],[1250,48,428,53],[1251,18,428,53,"children"],[1251,26,428,53],[1251,28,428,54],[1252,16,428,60],[1253,18,428,60,"fileName"],[1253,26,428,60],[1253,28,428,60,"_jsxFileName"],[1253,40,428,60],[1254,18,428,60,"lineNumber"],[1254,28,428,60],[1255,18,428,60,"columnNumber"],[1255,30,428,60],[1256,16,428,60],[1256,23,428,66],[1256,24,428,67],[1257,14,428,67],[1258,16,428,67,"fileName"],[1258,24,428,67],[1258,26,428,67,"_jsxFileName"],[1258,38,428,67],[1259,16,428,67,"lineNumber"],[1259,26,428,67],[1260,16,428,67,"columnNumber"],[1260,28,428,67],[1261,14,428,67],[1261,21,429,20],[1261,22,429,21],[1262,12,429,21],[1263,14,429,21,"fileName"],[1263,22,429,21],[1263,24,429,21,"_jsxFileName"],[1263,36,429,21],[1264,14,429,21,"lineNumber"],[1264,24,429,21],[1265,14,429,21,"columnNumber"],[1265,26,429,21],[1266,12,429,21],[1266,19,430,18],[1266,20,430,19],[1266,35,431,12],[1266,39,431,12,"_reactJsxDevRuntime"],[1266,58,431,12],[1266,59,431,12,"jsxDEV"],[1266,65,431,12],[1266,67,431,13,"_reactNative"],[1266,79,431,17],[1266,80,431,17,"View"],[1266,84,431,17],[1267,14,431,18,"style"],[1267,19,431,23],[1267,21,431,25,"styles"],[1267,27,431,31],[1267,28,431,32,"tokenItemRight"],[1267,42,431,47],[1268,14,431,47,"children"],[1268,22,431,47],[1268,38,432,14],[1268,42,432,14,"_reactJsxDevRuntime"],[1268,61,432,14],[1268,62,432,14,"jsxDEV"],[1268,68,432,14],[1268,70,432,15,"_reactNative"],[1268,82,432,19],[1268,83,432,19,"Text"],[1268,87,432,19],[1269,16,432,20,"style"],[1269,21,432,25],[1269,23,432,27,"styles"],[1269,29,432,33],[1269,30,432,34,"tokenItemBalance"],[1269,46,432,51],[1270,16,432,51,"children"],[1270,24,432,51],[1270,26,432,52],[1271,14,432,56],[1272,16,432,56,"fileName"],[1272,24,432,56],[1272,26,432,56,"_jsxFileName"],[1272,38,432,56],[1273,16,432,56,"lineNumber"],[1273,26,432,56],[1274,16,432,56,"columnNumber"],[1274,28,432,56],[1275,14,432,56],[1275,21,432,62],[1275,22,432,63],[1275,37,433,14],[1275,41,433,14,"_reactJsxDevRuntime"],[1275,60,433,14],[1275,61,433,14,"jsxDEV"],[1275,67,433,14],[1275,69,433,15,"_reactNative"],[1275,81,433,19],[1275,82,433,19,"Text"],[1275,86,433,19],[1276,16,433,20,"style"],[1276,21,433,25],[1276,23,433,27,"styles"],[1276,29,433,33],[1276,30,433,34,"tokenItemUsd"],[1276,42,433,47],[1277,16,433,47,"children"],[1277,24,433,47],[1277,26,433,48],[1278,14,433,53],[1279,16,433,53,"fileName"],[1279,24,433,53],[1279,26,433,53,"_jsxFileName"],[1279,38,433,53],[1280,16,433,53,"lineNumber"],[1280,26,433,53],[1281,16,433,53,"columnNumber"],[1281,28,433,53],[1282,14,433,53],[1282,21,433,59],[1282,22,433,60],[1283,12,433,60],[1284,14,433,60,"fileName"],[1284,22,433,60],[1284,24,433,60,"_jsxFileName"],[1284,36,433,60],[1285,14,433,60,"lineNumber"],[1285,24,433,60],[1286,14,433,60,"columnNumber"],[1286,26,433,60],[1287,12,433,60],[1287,19,434,18],[1287,20,434,19],[1288,10,434,19],[1289,12,434,19,"fileName"],[1289,20,434,19],[1289,22,434,19,"_jsxFileName"],[1289,34,434,19],[1290,12,434,19,"lineNumber"],[1290,22,434,19],[1291,12,434,19,"columnNumber"],[1291,24,434,19],[1292,10,434,19],[1292,17,435,16],[1292,18,435,17],[1293,8,435,17],[1294,10,435,17,"fileName"],[1294,18,435,17],[1294,20,435,17,"_jsxFileName"],[1294,32,435,17],[1295,10,435,17,"lineNumber"],[1295,20,435,17],[1296,10,435,17,"columnNumber"],[1296,22,435,17],[1297,8,435,17],[1297,15,436,14],[1297,16,436,15],[1298,6,436,15],[1299,8,436,15,"fileName"],[1299,16,436,15],[1299,18,436,15,"_jsxFileName"],[1299,30,436,15],[1300,8,436,15,"lineNumber"],[1300,18,436,15],[1301,8,436,15,"columnNumber"],[1301,20,436,15],[1302,6,436,15],[1302,13,437,18],[1303,4,437,19],[1304,6,437,19,"fileName"],[1304,14,437,19],[1304,16,437,19,"_jsxFileName"],[1304,28,437,19],[1305,6,437,19,"lineNumber"],[1305,16,437,19],[1306,6,437,19,"columnNumber"],[1306,18,437,19],[1307,4,437,19],[1307,11,438,10],[1307,12,438,11],[1308,2,440,0],[1309,2,440,1,"_s2"],[1309,5,440,1],[1309,6,162,9,"WalletTab"],[1309,15,162,18],[1310,4,162,18],[1310,12,163,19,"useAuth"],[1310,32,163,26],[1310,33,163,26,"useAuth"],[1310,40,163,26],[1310,42,164,17,"useSafeAreaInsets"],[1310,69,164,34],[1310,70,164,34,"useSafeAreaInsets"],[1310,87,164,34],[1311,2,164,34],[1312,2,164,34,"_c2"],[1312,5,164,34],[1312,8,162,9,"WalletTab"],[1312,17,162,18],[1313,2,442,0],[1313,11,442,9,"CitizensTab"],[1313,22,442,20,"CitizensTab"],[1313,23,442,20],[1313,25,442,23],[1314,4,443,2],[1314,24,444,4],[1314,28,444,4,"_reactJsxDevRuntime"],[1314,47,444,4],[1314,48,444,4,"jsxDEV"],[1314,54,444,4],[1314,56,444,5,"_reactNative"],[1314,68,444,9],[1314,69,444,9,"View"],[1314,73,444,9],[1315,6,444,10,"style"],[1315,11,444,15],[1315,13,444,17,"styles"],[1315,19,444,23],[1315,20,444,24,"container"],[1315,29,444,34],[1316,6,444,34,"children"],[1316,14,444,34],[1316,29,445,6],[1316,33,445,6,"_reactJsxDevRuntime"],[1316,52,445,6],[1316,53,445,6,"jsxDEV"],[1316,59,445,6],[1316,61,445,7,"_reactNative"],[1316,73,445,11],[1316,74,445,11,"Text"],[1316,78,445,11],[1317,8,445,12,"style"],[1317,13,445,17],[1317,15,445,19,"styles"],[1317,21,445,25],[1317,22,445,26,"placeholderText"],[1317,37,445,42],[1318,8,445,42,"children"],[1318,16,445,42],[1318,18,445,43],[1319,6,445,58],[1320,8,445,58,"fileName"],[1320,16,445,58],[1320,18,445,58,"_jsxFileName"],[1320,30,445,58],[1321,8,445,58,"lineNumber"],[1321,18,445,58],[1322,8,445,58,"columnNumber"],[1322,20,445,58],[1323,6,445,58],[1323,13,445,64],[1324,4,445,65],[1325,6,445,65,"fileName"],[1325,14,445,65],[1325,16,445,65,"_jsxFileName"],[1325,28,445,65],[1326,6,445,65,"lineNumber"],[1326,16,445,65],[1327,6,445,65,"columnNumber"],[1327,18,445,65],[1328,4,445,65],[1328,11,446,10],[1328,12,446,11],[1329,2,448,0],[1330,2,448,1,"_c3"],[1330,5,448,1],[1330,8,442,9,"CitizensTab"],[1330,19,442,20],[1331,2,450,0],[1331,11,450,9,"ReferralTab"],[1331,22,450,20,"ReferralTab"],[1331,23,450,20],[1331,25,450,23],[1332,4,451,2],[1332,24,452,4],[1332,28,452,4,"_reactJsxDevRuntime"],[1332,47,452,4],[1332,48,452,4,"jsxDEV"],[1332,54,452,4],[1332,56,452,5,"_reactNative"],[1332,68,452,9],[1332,69,452,9,"View"],[1332,73,452,9],[1333,6,452,10,"style"],[1333,11,452,15],[1333,13,452,17,"styles"],[1333,19,452,23],[1333,20,452,24,"container"],[1333,29,452,34],[1334,6,452,34,"children"],[1334,14,452,34],[1334,29,453,6],[1334,33,453,6,"_reactJsxDevRuntime"],[1334,52,453,6],[1334,53,453,6,"jsxDEV"],[1334,59,453,6],[1334,61,453,7,"_reactNative"],[1334,73,453,11],[1334,74,453,11,"Text"],[1334,78,453,11],[1335,8,453,12,"style"],[1335,13,453,17],[1335,15,453,19,"styles"],[1335,21,453,25],[1335,22,453,26,"placeholderText"],[1335,37,453,42],[1336,8,453,42,"children"],[1336,16,453,42],[1336,18,453,43],[1337,6,453,58],[1338,8,453,58,"fileName"],[1338,16,453,58],[1338,18,453,58,"_jsxFileName"],[1338,30,453,58],[1339,8,453,58,"lineNumber"],[1339,18,453,58],[1340,8,453,58,"columnNumber"],[1340,20,453,58],[1341,6,453,58],[1341,13,453,64],[1342,4,453,65],[1343,6,453,65,"fileName"],[1343,14,453,65],[1343,16,453,65,"_jsxFileName"],[1343,28,453,65],[1344,6,453,65,"lineNumber"],[1344,16,453,65],[1345,6,453,65,"columnNumber"],[1345,18,453,65],[1346,4,453,65],[1346,11,454,10],[1346,12,454,11],[1347,2,456,0],[1348,2,456,1,"_c4"],[1348,5,456,1],[1348,8,450,9,"ReferralTab"],[1348,19,450,20],[1349,2,458,0],[1349,11,458,9,"ProfileTab"],[1349,21,458,19,"ProfileTab"],[1349,22,458,19],[1349,24,458,22],[1350,4,459,2],[1350,24,460,4],[1350,28,460,4,"_reactJsxDevRuntime"],[1350,47,460,4],[1350,48,460,4,"jsxDEV"],[1350,54,460,4],[1350,56,460,5,"_reactNative"],[1350,68,460,9],[1350,69,460,9,"View"],[1350,73,460,9],[1351,6,460,10,"style"],[1351,11,460,15],[1351,13,460,17,"styles"],[1351,19,460,23],[1351,20,460,24,"container"],[1351,29,460,34],[1352,6,460,34,"children"],[1352,14,460,34],[1352,29,461,6],[1352,33,461,6,"_reactJsxDevRuntime"],[1352,52,461,6],[1352,53,461,6,"jsxDEV"],[1352,59,461,6],[1352,61,461,7,"_reactNative"],[1352,73,461,11],[1352,74,461,11,"Text"],[1352,78,461,11],[1353,8,461,12,"style"],[1353,13,461,17],[1353,15,461,19,"styles"],[1353,21,461,25],[1353,22,461,26,"placeholderText"],[1353,37,461,42],[1354,8,461,42,"children"],[1354,16,461,42],[1354,18,461,43],[1355,6,461,57],[1356,8,461,57,"fileName"],[1356,16,461,57],[1356,18,461,57,"_jsxFileName"],[1356,30,461,57],[1357,8,461,57,"lineNumber"],[1357,18,461,57],[1358,8,461,57,"columnNumber"],[1358,20,461,57],[1359,6,461,57],[1359,13,461,63],[1360,4,461,64],[1361,6,461,64,"fileName"],[1361,14,461,64],[1361,16,461,64,"_jsxFileName"],[1361,28,461,64],[1362,6,461,64,"lineNumber"],[1362,16,461,64],[1363,6,461,64,"columnNumber"],[1363,18,461,64],[1364,4,461,64],[1364,11,462,10],[1364,12,462,11],[1365,2,464,0],[1366,2,464,1,"_c5"],[1366,5,464,1],[1366,8,458,9,"ProfileTab"],[1366,18,458,19],[1367,2,466,0],[1367,6,466,6,"Tab"],[1367,9,466,9],[1367,12,466,12],[1367,16,466,12,"createBottomTabNavigator"],[1367,42,466,36],[1367,43,466,36,"createBottomTabNavigator"],[1367,67,466,36],[1367,69,466,37],[1367,70,466,38],[1368,2,468,15],[1368,11,468,24,"HomeScreen"],[1368,21,468,34,"HomeScreen"],[1368,22,468,34,"_ref5"],[1368,27,468,34],[1368,29,468,56],[1369,4,468,56],[1369,8,468,37,"navigation"],[1369,18,468,47],[1369,21,468,47,"_ref5"],[1369,26,468,47],[1369,27,468,37,"navigation"],[1369,37,468,47],[1370,4,469,2],[1370,24,470,4],[1370,28,470,4,"_reactJsxDevRuntime"],[1370,47,470,4],[1370,48,470,4,"jsxDEV"],[1370,54,470,4],[1370,56,470,5,"Tab"],[1370,59,470,8],[1370,60,470,9,"Navigator"],[1370,69,470,18],[1371,6,471,6,"screenOptions"],[1371,19,471,19],[1371,21,471,21],[1372,8,472,8,"headerShown"],[1372,19,472,19],[1372,21,472,21],[1372,26,472,26],[1373,8,473,8,"tabBarActiveTintColor"],[1373,29,473,29],[1373,31,473,31],[1373,40,473,40],[1374,8,474,8,"tabBarInactiveTintColor"],[1374,31,474,31],[1374,33,474,33],[1374,42,474,42],[1375,8,475,8,"tabBarStyle"],[1375,19,475,19],[1375,21,475,21,"styles"],[1375,27,475,27],[1375,28,475,28,"tabBar"],[1376,6,476,6],[1376,7,476,8],[1377,6,476,8,"children"],[1377,14,476,8],[1377,30,478,6],[1377,34,478,6,"_reactJsxDevRuntime"],[1377,53,478,6],[1377,54,478,6,"jsxDEV"],[1377,60,478,6],[1377,62,478,7,"Tab"],[1377,65,478,10],[1377,66,478,11,"Screen"],[1377,72,478,17],[1378,8,479,8,"name"],[1378,12,479,12],[1378,14,479,13],[1378,23,479,22],[1379,8,480,8,"options"],[1379,15,480,15],[1379,17,480,17],[1380,10,481,10,"tabBarLabel"],[1380,21,481,21],[1380,23,481,23],[1380,29,481,29],[1381,10,482,10,"tabBarIcon"],[1381,20,482,20],[1381,22,482,22,"_ref6"],[1381,27,482,22],[1382,12,482,22],[1382,16,482,25,"color"],[1382,21,482,30],[1382,24,482,30,"_ref6"],[1382,29,482,30],[1382,30,482,25,"color"],[1382,35,482,30],[1383,14,482,32,"size"],[1383,18,482,36],[1383,21,482,36,"_ref6"],[1383,26,482,36],[1383,27,482,32,"size"],[1383,31,482,36],[1384,12,482,36],[1384,32,483,12],[1384,36,483,12,"_reactJsxDevRuntime"],[1384,55,483,12],[1384,56,483,12,"jsxDEV"],[1384,62,483,12],[1384,64,483,13,"_expoVectorIcons"],[1384,80,483,21],[1384,81,483,21,"Ionicons"],[1384,89,483,21],[1385,14,483,22,"name"],[1385,18,483,26],[1385,20,483,27],[1385,26,483,33],[1386,14,483,34,"size"],[1386,18,483,38],[1386,20,483,40,"size"],[1386,24,483,45],[1387,14,483,46,"color"],[1387,19,483,51],[1387,21,483,53,"color"],[1388,12,483,59],[1389,14,483,59,"fileName"],[1389,22,483,59],[1389,24,483,59,"_jsxFileName"],[1389,36,483,59],[1390,14,483,59,"lineNumber"],[1390,24,483,59],[1391,14,483,59,"columnNumber"],[1391,26,483,59],[1392,12,483,59],[1392,19,483,61],[1392,20,483,62],[1393,10,483,62],[1394,8,485,8],[1394,9,485,10],[1395,8,485,10,"children"],[1395,16,485,10],[1395,18,487,9,"children"],[1395,19,487,9],[1395,37,487,15],[1395,41,487,15,"_reactJsxDevRuntime"],[1395,60,487,15],[1395,61,487,15,"jsxDEV"],[1395,67,487,15],[1395,69,487,16,"HomeTab"],[1395,76,487,23],[1396,10,487,24,"navigation"],[1396,20,487,34],[1396,22,487,36,"navigation"],[1397,8,487,47],[1398,10,487,47,"fileName"],[1398,18,487,47],[1398,20,487,47,"_jsxFileName"],[1398,32,487,47],[1399,10,487,47,"lineNumber"],[1399,20,487,47],[1400,10,487,47,"columnNumber"],[1400,22,487,47],[1401,8,487,47],[1401,15,487,49],[1402,6,487,50],[1403,8,487,50,"fileName"],[1403,16,487,50],[1403,18,487,50,"_jsxFileName"],[1403,30,487,50],[1404,8,487,50,"lineNumber"],[1404,18,487,50],[1405,8,487,50,"columnNumber"],[1405,20,487,50],[1406,6,487,50],[1406,13,488,18],[1406,14,488,19],[1406,29,489,6],[1406,33,489,6,"_reactJsxDevRuntime"],[1406,52,489,6],[1406,53,489,6,"jsxDEV"],[1406,59,489,6],[1406,61,489,7,"Tab"],[1406,64,489,10],[1406,65,489,11,"Screen"],[1406,71,489,17],[1407,8,490,8,"name"],[1407,12,490,12],[1407,14,490,13],[1407,22,490,21],[1408,8,491,8,"component"],[1408,17,491,17],[1408,19,491,19,"WalletTab"],[1408,28,491,29],[1409,8,492,8,"options"],[1409,15,492,15],[1409,17,492,17],[1410,10,493,10,"tabBarLabel"],[1410,21,493,21],[1410,23,493,23],[1410,31,493,31],[1411,10,494,10,"tabBarIcon"],[1411,20,494,20],[1411,22,494,22,"_ref7"],[1411,27,494,22],[1412,12,494,22],[1412,16,494,25,"color"],[1412,21,494,30],[1412,24,494,30,"_ref7"],[1412,29,494,30],[1412,30,494,25,"color"],[1412,35,494,30],[1413,14,494,32,"size"],[1413,18,494,36],[1413,21,494,36,"_ref7"],[1413,26,494,36],[1413,27,494,32,"size"],[1413,31,494,36],[1414,12,494,36],[1414,32,495,12],[1414,36,495,12,"_reactJsxDevRuntime"],[1414,55,495,12],[1414,56,495,12,"jsxDEV"],[1414,62,495,12],[1414,64,495,13,"_expoVectorIcons"],[1414,80,495,21],[1414,81,495,21,"Ionicons"],[1414,89,495,21],[1415,14,495,22,"name"],[1415,18,495,26],[1415,20,495,27],[1415,28,495,35],[1416,14,495,36,"size"],[1416,18,495,40],[1416,20,495,42,"size"],[1416,24,495,47],[1417,14,495,48,"color"],[1417,19,495,53],[1417,21,495,55,"color"],[1418,12,495,61],[1419,14,495,61,"fileName"],[1419,22,495,61],[1419,24,495,61,"_jsxFileName"],[1419,36,495,61],[1420,14,495,61,"lineNumber"],[1420,24,495,61],[1421,14,495,61,"columnNumber"],[1421,26,495,61],[1422,12,495,61],[1422,19,495,63],[1422,20,495,64],[1423,10,495,64],[1424,8,497,8],[1425,6,497,10],[1426,8,497,10,"fileName"],[1426,16,497,10],[1426,18,497,10,"_jsxFileName"],[1426,30,497,10],[1427,8,497,10,"lineNumber"],[1427,18,497,10],[1428,8,497,10,"columnNumber"],[1428,20,497,10],[1429,6,497,10],[1429,13,498,7],[1429,14,498,8],[1429,29,499,6],[1429,33,499,6,"_reactJsxDevRuntime"],[1429,52,499,6],[1429,53,499,6,"jsxDEV"],[1429,59,499,6],[1429,61,499,7,"Tab"],[1429,64,499,10],[1429,65,499,11,"Screen"],[1429,71,499,17],[1430,8,500,8,"name"],[1430,12,500,12],[1430,14,500,13],[1430,24,500,23],[1431,8,501,8,"component"],[1431,17,501,17],[1431,19,501,19,"CitizensTab"],[1431,30,501,31],[1432,8,502,8,"options"],[1432,15,502,15],[1432,17,502,17],[1433,10,503,10,"tabBarLabel"],[1433,21,503,21],[1433,23,503,23],[1433,33,503,33],[1434,10,504,10,"tabBarIcon"],[1434,20,504,20],[1434,22,504,22,"_ref8"],[1434,27,504,22],[1435,12,504,22],[1435,16,504,25,"color"],[1435,21,504,30],[1435,24,504,30,"_ref8"],[1435,29,504,30],[1435,30,504,25,"color"],[1435,35,504,30],[1436,14,504,32,"size"],[1436,18,504,36],[1436,21,504,36,"_ref8"],[1436,26,504,36],[1436,27,504,32,"size"],[1436,31,504,36],[1437,12,504,36],[1437,32,505,12],[1437,36,505,12,"_reactJsxDevRuntime"],[1437,55,505,12],[1437,56,505,12,"jsxDEV"],[1437,62,505,12],[1437,64,505,13,"_expoVectorIcons"],[1437,80,505,21],[1437,81,505,21,"Ionicons"],[1437,89,505,21],[1438,14,505,22,"name"],[1438,18,505,26],[1438,20,505,27],[1438,28,505,35],[1439,14,505,36,"size"],[1439,18,505,40],[1439,20,505,42,"size"],[1439,24,505,47],[1440,14,505,48,"color"],[1440,19,505,53],[1440,21,505,55,"color"],[1441,12,505,61],[1442,14,505,61,"fileName"],[1442,22,505,61],[1442,24,505,61,"_jsxFileName"],[1442,36,505,61],[1443,14,505,61,"lineNumber"],[1443,24,505,61],[1444,14,505,61,"columnNumber"],[1444,26,505,61],[1445,12,505,61],[1445,19,505,63],[1445,20,505,64],[1446,10,505,64],[1447,8,507,8],[1448,6,507,10],[1449,8,507,10,"fileName"],[1449,16,507,10],[1449,18,507,10,"_jsxFileName"],[1449,30,507,10],[1450,8,507,10,"lineNumber"],[1450,18,507,10],[1451,8,507,10,"columnNumber"],[1451,20,507,10],[1452,6,507,10],[1452,13,508,7],[1452,14,508,8],[1452,29,509,6],[1452,33,509,6,"_reactJsxDevRuntime"],[1452,52,509,6],[1452,53,509,6,"jsxDEV"],[1452,59,509,6],[1452,61,509,7,"Tab"],[1452,64,509,10],[1452,65,509,11,"Screen"],[1452,71,509,17],[1453,8,510,8,"name"],[1453,12,510,12],[1453,14,510,13],[1453,24,510,23],[1454,8,511,8,"component"],[1454,17,511,17],[1454,19,511,19,"ReferralTab"],[1454,30,511,31],[1455,8,512,8,"options"],[1455,15,512,15],[1455,17,512,17],[1456,10,513,10,"tabBarLabel"],[1456,21,513,21],[1456,23,513,23],[1456,33,513,33],[1457,10,514,10,"tabBarIcon"],[1457,20,514,20],[1457,22,514,22,"_ref9"],[1457,27,514,22],[1458,12,514,22],[1458,16,514,25,"color"],[1458,21,514,30],[1458,24,514,30,"_ref9"],[1458,29,514,30],[1458,30,514,25,"color"],[1458,35,514,30],[1459,14,514,32,"size"],[1459,18,514,36],[1459,21,514,36,"_ref9"],[1459,26,514,36],[1459,27,514,32,"size"],[1459,31,514,36],[1460,12,514,36],[1460,32,515,12],[1460,36,515,12,"_reactJsxDevRuntime"],[1460,55,515,12],[1460,56,515,12,"jsxDEV"],[1460,62,515,12],[1460,64,515,13,"_expoVectorIcons"],[1460,80,515,21],[1460,81,515,21,"Ionicons"],[1460,89,515,21],[1461,14,515,22,"name"],[1461,18,515,26],[1461,20,515,27],[1461,26,515,33],[1462,14,515,34,"size"],[1462,18,515,38],[1462,20,515,40,"size"],[1462,24,515,45],[1463,14,515,46,"color"],[1463,19,515,51],[1463,21,515,53,"color"],[1464,12,515,59],[1465,14,515,59,"fileName"],[1465,22,515,59],[1465,24,515,59,"_jsxFileName"],[1465,36,515,59],[1466,14,515,59,"lineNumber"],[1466,24,515,59],[1467,14,515,59,"columnNumber"],[1467,26,515,59],[1468,12,515,59],[1468,19,515,61],[1468,20,515,62],[1469,10,515,62],[1470,8,517,8],[1471,6,517,10],[1472,8,517,10,"fileName"],[1472,16,517,10],[1472,18,517,10,"_jsxFileName"],[1472,30,517,10],[1473,8,517,10,"lineNumber"],[1473,18,517,10],[1474,8,517,10,"columnNumber"],[1474,20,517,10],[1475,6,517,10],[1475,13,518,7],[1475,14,518,8],[1475,29,519,6],[1475,33,519,6,"_reactJsxDevRuntime"],[1475,52,519,6],[1475,53,519,6,"jsxDEV"],[1475,59,519,6],[1475,61,519,7,"Tab"],[1475,64,519,10],[1475,65,519,11,"Screen"],[1475,71,519,17],[1476,8,520,8,"name"],[1476,12,520,12],[1476,14,520,13],[1476,23,520,22],[1477,8,521,8,"component"],[1477,17,521,17],[1477,19,521,19,"ProfileTab"],[1477,29,521,30],[1478,8,522,8,"options"],[1478,15,522,15],[1478,17,522,17],[1479,10,523,10,"tabBarLabel"],[1479,21,523,21],[1479,23,523,23],[1479,32,523,32],[1480,10,524,10,"tabBarIcon"],[1480,20,524,20],[1480,22,524,22,"_ref0"],[1480,27,524,22],[1481,12,524,22],[1481,16,524,25,"color"],[1481,21,524,30],[1481,24,524,30,"_ref0"],[1481,29,524,30],[1481,30,524,25,"color"],[1481,35,524,30],[1482,14,524,32,"size"],[1482,18,524,36],[1482,21,524,36,"_ref0"],[1482,26,524,36],[1482,27,524,32,"size"],[1482,31,524,36],[1483,12,524,36],[1483,32,525,12],[1483,36,525,12,"_reactJsxDevRuntime"],[1483,55,525,12],[1483,56,525,12,"jsxDEV"],[1483,62,525,12],[1483,64,525,13,"_expoVectorIcons"],[1483,80,525,21],[1483,81,525,21,"Ionicons"],[1483,89,525,21],[1484,14,525,22,"name"],[1484,18,525,26],[1484,20,525,27],[1484,28,525,35],[1485,14,525,36,"size"],[1485,18,525,40],[1485,20,525,42,"size"],[1485,24,525,47],[1486,14,525,48,"color"],[1486,19,525,53],[1486,21,525,55,"color"],[1487,12,525,61],[1488,14,525,61,"fileName"],[1488,22,525,61],[1488,24,525,61,"_jsxFileName"],[1488,36,525,61],[1489,14,525,61,"lineNumber"],[1489,24,525,61],[1490,14,525,61,"columnNumber"],[1490,26,525,61],[1491,12,525,61],[1491,19,525,63],[1491,20,525,64],[1492,10,525,64],[1493,8,527,8],[1494,6,527,10],[1495,8,527,10,"fileName"],[1495,16,527,10],[1495,18,527,10,"_jsxFileName"],[1495,30,527,10],[1496,8,527,10,"lineNumber"],[1496,18,527,10],[1497,8,527,10,"columnNumber"],[1497,20,527,10],[1498,6,527,10],[1498,13,528,7],[1498,14,528,8],[1499,4,528,8],[1500,6,528,8,"fileName"],[1500,14,528,8],[1500,16,528,8,"_jsxFileName"],[1500,28,528,8],[1501,6,528,8,"lineNumber"],[1501,16,528,8],[1502,6,528,8,"columnNumber"],[1502,18,528,8],[1503,4,528,8],[1503,11,529,19],[1503,12,529,20],[1504,2,531,0],[1505,2,531,1,"_c6"],[1505,5,531,1],[1505,8,468,24,"HomeScreen"],[1505,18,468,34],[1506,2,533,0],[1506,6,533,6,"QUICK_ACTIONS"],[1506,19,533,19],[1506,22,533,22],[1506,23,534,2],[1507,4,534,4,"id"],[1507,6,534,6],[1507,8,534,8],[1507,11,534,11],[1508,4,534,13,"label"],[1508,9,534,18],[1508,11,534,20],[1508,17,534,26],[1509,4,534,28,"icon"],[1509,8,534,32],[1509,10,534,34],[1509,25,534,49],[1510,4,534,51,"color"],[1510,9,534,56],[1510,11,534,58],[1511,2,534,68],[1511,3,534,69],[1511,5,535,2],[1512,4,535,4,"id"],[1512,6,535,6],[1512,8,535,8],[1512,11,535,11],[1513,4,535,13,"label"],[1513,9,535,18],[1513,11,535,20],[1513,20,535,29],[1514,4,535,31,"icon"],[1514,8,535,35],[1514,10,535,37],[1514,22,535,49],[1515,4,535,51,"color"],[1515,9,535,56],[1515,11,535,58],[1516,2,535,68],[1516,3,535,69],[1516,5,536,2],[1517,4,536,4,"id"],[1517,6,536,6],[1517,8,536,8],[1517,11,536,11],[1518,4,536,13,"label"],[1518,9,536,18],[1518,11,536,20],[1518,17,536,26],[1519,4,536,28,"icon"],[1519,8,536,32],[1519,10,536,34],[1519,27,536,51],[1520,4,536,53,"color"],[1520,9,536,58],[1520,11,536,60],[1521,2,536,70],[1521,3,536,71],[1521,5,537,2],[1522,4,537,4,"id"],[1522,6,537,6],[1522,8,537,8],[1522,11,537,11],[1523,4,537,13,"label"],[1523,9,537,18],[1523,11,537,20],[1523,17,537,26],[1524,4,537,28,"icon"],[1524,8,537,32],[1524,10,537,34],[1524,28,537,52],[1525,4,537,54,"color"],[1525,9,537,59],[1525,11,537,61],[1526,2,537,71],[1526,3,537,72],[1526,5,538,2],[1527,4,538,4,"id"],[1527,6,538,6],[1527,8,538,8],[1527,11,538,11],[1528,4,538,13,"label"],[1528,9,538,18],[1528,11,538,20],[1528,18,538,27],[1529,4,538,29,"icon"],[1529,8,538,33],[1529,10,538,35],[1529,23,538,48],[1530,4,538,50,"color"],[1530,9,538,55],[1530,11,538,57],[1531,2,538,67],[1531,3,538,68],[1531,5,539,2],[1532,4,539,4,"id"],[1532,6,539,6],[1532,8,539,8],[1532,11,539,11],[1533,4,539,13,"label"],[1533,9,539,18],[1533,11,539,20],[1533,21,539,30],[1534,4,539,32,"icon"],[1534,8,539,36],[1534,10,539,38],[1534,16,539,44],[1535,4,539,46,"color"],[1535,9,539,51],[1535,11,539,53],[1536,2,539,63],[1536,3,539,64],[1536,5,540,2],[1537,4,540,4,"id"],[1537,6,540,6],[1537,8,540,8],[1537,11,540,11],[1538,4,540,13,"label"],[1538,9,540,18],[1538,11,540,20],[1538,21,540,30],[1539,4,540,32,"icon"],[1539,8,540,36],[1539,10,540,38],[1539,25,540,53],[1540,4,540,55,"color"],[1540,9,540,60],[1540,11,540,62],[1541,2,540,72],[1541,3,540,73],[1541,5,541,2],[1542,4,541,4,"id"],[1542,6,541,6],[1542,8,541,8],[1542,11,541,11],[1543,4,541,13,"label"],[1543,9,541,18],[1543,11,541,20],[1543,22,541,31],[1544,4,541,33,"icon"],[1544,8,541,37],[1544,10,541,39],[1544,18,541,47],[1545,4,541,49,"color"],[1545,9,541,54],[1545,11,541,56],[1546,2,541,66],[1546,3,541,67],[1546,5,542,2],[1547,4,542,4,"id"],[1547,6,542,6],[1547,8,542,8],[1547,11,542,11],[1548,4,542,13,"label"],[1548,9,542,18],[1548,11,542,20],[1548,21,542,30],[1549,4,542,32,"icon"],[1549,8,542,36],[1549,10,542,38],[1549,21,542,49],[1550,4,542,51,"color"],[1550,9,542,56],[1550,11,542,58],[1551,2,542,68],[1551,3,542,69],[1551,5,543,2],[1552,4,543,4,"id"],[1552,6,543,6],[1552,8,543,8],[1552,12,543,12],[1553,4,543,14,"label"],[1553,9,543,19],[1553,11,543,21],[1553,21,543,31],[1554,4,543,33,"icon"],[1554,8,543,37],[1554,10,543,39],[1554,16,543,45],[1555,4,543,47,"color"],[1555,9,543,52],[1555,11,543,54],[1556,2,543,64],[1556,3,543,65],[1556,5,544,2],[1557,4,544,4,"id"],[1557,6,544,6],[1557,8,544,8],[1557,12,544,12],[1558,4,544,14,"label"],[1558,9,544,19],[1558,11,544,21],[1558,22,544,32],[1559,4,544,34,"icon"],[1559,8,544,38],[1559,10,544,40],[1559,16,544,46],[1560,4,544,48,"color"],[1560,9,544,53],[1560,11,544,55],[1561,2,544,65],[1561,3,544,66],[1561,5,545,2],[1562,4,545,4,"id"],[1562,6,545,6],[1562,8,545,8],[1562,12,545,12],[1563,4,545,14,"label"],[1563,9,545,19],[1563,11,545,21],[1563,17,545,27],[1564,4,545,29,"icon"],[1564,8,545,33],[1564,10,545,35],[1564,16,545,41],[1565,4,545,43,"color"],[1565,9,545,48],[1565,11,545,50],[1566,2,545,60],[1566,3,545,61],[1566,4,546,1],[1567,2,548,0],[1567,6,548,6,"styles"],[1567,12,548,12],[1567,15,548,15,"StyleSheet"],[1567,27,548,25],[1567,28,548,25,"StyleSheet"],[1567,38,548,25],[1567,39,548,26,"create"],[1567,45,548,32],[1567,46,548,33],[1568,4,549,2,"container"],[1568,13,549,11],[1568,15,549,13],[1569,6,550,4,"flex"],[1569,10,550,8],[1569,12,550,10],[1569,13,550,11],[1570,6,551,4,"backgroundColor"],[1570,21,551,19],[1570,23,551,21],[1571,4,552,2],[1571,5,552,3],[1572,4,553,2,"scrollContent"],[1572,17,553,15],[1572,19,553,17],[1573,6,554,4,"paddingBottom"],[1573,19,554,17],[1573,21,554,19],[1574,4,555,2],[1574,5,555,3],[1575,4,556,2,"walletScrollContent"],[1575,23,556,21],[1575,25,556,23],[1576,6,557,4,"paddingBottom"],[1576,19,557,17],[1576,21,557,19],[1577,4,558,2],[1577,5,558,3],[1578,4,559,2,"header"],[1578,10,559,8],[1578,12,559,10],[1579,6,560,4,"flexDirection"],[1579,19,560,17],[1579,21,560,19],[1579,26,560,24],[1580,6,561,4,"justifyContent"],[1580,20,561,18],[1580,22,561,20],[1580,37,561,35],[1581,6,562,4,"alignItems"],[1581,16,562,14],[1581,18,562,16],[1581,26,562,24],[1582,6,563,4,"padding"],[1582,13,563,11],[1582,15,563,13],[1582,17,563,15],[1583,6,564,4,"backgroundColor"],[1583,21,564,19],[1583,23,564,21],[1583,29,564,27],[1584,6,565,4,"borderBottomWidth"],[1584,23,565,21],[1584,25,565,23],[1584,26,565,24],[1585,6,566,4,"borderBottomColor"],[1585,23,566,21],[1585,25,566,23],[1586,4,567,2],[1586,5,567,3],[1587,4,568,2,"headerLeft"],[1587,14,568,12],[1587,16,568,14],[1588,6,569,4,"position"],[1588,14,569,12],[1588,16,569,14],[1589,4,570,2],[1589,5,570,3],[1590,4,571,2,"profileImage"],[1590,16,571,14],[1590,18,571,16],[1591,6,572,4,"width"],[1591,11,572,9],[1591,13,572,11],[1591,15,572,13],[1592,6,573,4,"height"],[1592,12,573,10],[1592,14,573,12],[1592,16,573,14],[1593,6,574,4,"borderRadius"],[1593,18,574,16],[1593,20,574,18],[1593,22,574,20],[1594,6,575,4,"backgroundColor"],[1594,21,575,19],[1594,23,575,21],[1594,32,575,30],[1595,6,576,4,"alignItems"],[1595,16,576,14],[1595,18,576,16],[1595,26,576,24],[1596,6,577,4,"justifyContent"],[1596,20,577,18],[1596,22,577,20],[1596,30,577,28],[1597,6,578,4,"overflow"],[1597,14,578,12],[1597,16,578,14],[1598,4,579,2],[1598,5,579,3],[1599,4,580,2,"profileImageSrc"],[1599,19,580,17],[1599,21,580,19],[1600,6,581,4,"width"],[1600,11,581,9],[1600,13,581,11],[1600,15,581,13],[1601,6,582,4,"height"],[1601,12,582,10],[1601,14,582,12],[1602,4,583,2],[1602,5,583,3],[1603,4,584,2,"profileBadge"],[1603,16,584,14],[1603,18,584,16],[1604,6,585,4,"position"],[1604,14,585,12],[1604,16,585,14],[1604,26,585,24],[1605,6,586,4,"bottom"],[1605,12,586,10],[1605,14,586,12],[1605,15,586,13],[1605,16,586,14],[1606,6,587,4,"right"],[1606,11,587,9],[1606,13,587,11],[1606,14,587,12],[1606,15,587,13],[1607,6,588,4,"backgroundColor"],[1607,21,588,19],[1607,23,588,21],[1607,32,588,30],[1608,6,589,4,"borderRadius"],[1608,18,589,16],[1608,20,589,18],[1608,22,589,20],[1609,6,590,4,"paddingHorizontal"],[1609,23,590,21],[1609,25,590,23],[1609,26,590,24],[1610,6,591,4,"paddingVertical"],[1610,21,591,19],[1610,23,591,21],[1610,24,591,22],[1611,6,592,4,"flexDirection"],[1611,19,592,17],[1611,21,592,19],[1611,26,592,24],[1612,6,593,4,"alignItems"],[1612,16,593,14],[1612,18,593,16],[1612,26,593,24],[1613,6,594,4,"gap"],[1613,9,594,7],[1613,11,594,9],[1614,4,595,2],[1614,5,595,3],[1615,4,596,2,"trustScore"],[1615,14,596,12],[1615,16,596,14],[1616,6,597,4,"fontSize"],[1616,14,597,12],[1616,16,597,14],[1616,18,597,16],[1617,6,598,4,"fontWeight"],[1617,16,598,14],[1617,18,598,16],[1617,23,598,21],[1618,6,599,4,"color"],[1618,11,599,9],[1618,13,599,11],[1619,4,600,2],[1619,5,600,3],[1620,4,601,2,"headerRight"],[1620,15,601,13],[1620,17,601,15],[1621,6,602,4,"flexDirection"],[1621,19,602,17],[1621,21,602,19],[1621,26,602,24],[1622,6,603,4,"gap"],[1622,9,603,7],[1622,11,603,9],[1623,4,604,2],[1623,5,604,3],[1624,4,605,2,"iconButton"],[1624,14,605,12],[1624,16,605,14],[1625,6,606,4,"padding"],[1625,13,606,11],[1625,15,606,13],[1626,4,607,2],[1626,5,607,3],[1627,4,608,2,"announcementWidget"],[1627,22,608,20],[1627,24,608,22],[1628,6,609,4,"padding"],[1628,13,609,11],[1628,15,609,13],[1629,4,610,2],[1629,5,610,3],[1630,4,611,2,"announcement"],[1630,16,611,14],[1630,18,611,16],[1631,6,612,4,"backgroundColor"],[1631,21,612,19],[1631,23,612,21],[1631,29,612,27],[1632,6,613,4,"padding"],[1632,13,613,11],[1632,15,613,13],[1632,17,613,15],[1633,6,614,4,"borderRadius"],[1633,18,614,16],[1633,20,614,18],[1633,22,614,20],[1634,6,615,4,"marginRight"],[1634,17,615,15],[1634,19,615,17],[1634,21,615,19],[1635,6,616,4,"width"],[1635,11,616,9],[1635,13,616,11,"width"],[1635,18,616,16],[1635,21,616,19],[1635,23,616,21],[1636,6,617,4,"borderLeftWidth"],[1636,21,617,19],[1636,23,617,21],[1636,24,617,22],[1637,6,618,4,"borderLeftColor"],[1637,21,618,19],[1637,23,618,21],[1638,4,619,2],[1638,5,619,3],[1639,4,620,2,"announcementTitle"],[1639,21,620,19],[1639,23,620,21],[1640,6,621,4,"fontSize"],[1640,14,621,12],[1640,16,621,14],[1640,18,621,16],[1641,6,622,4,"fontWeight"],[1641,16,622,14],[1641,18,622,16],[1641,23,622,21],[1642,6,623,4,"color"],[1642,11,623,9],[1642,13,623,11],[1642,22,623,20],[1643,6,624,4,"marginBottom"],[1643,18,624,16],[1643,20,624,18],[1644,4,625,2],[1644,5,625,3],[1645,4,626,2,"announcementText"],[1645,20,626,18],[1645,22,626,20],[1646,6,627,4,"fontSize"],[1646,14,627,12],[1646,16,627,14],[1646,18,627,16],[1647,6,628,4,"color"],[1647,11,628,9],[1647,13,628,11],[1648,4,629,2],[1648,5,629,3],[1649,4,630,2,"quickActionsContainer"],[1649,25,630,23],[1649,27,630,25],[1650,6,631,4,"padding"],[1650,13,631,11],[1650,15,631,13],[1651,4,632,2],[1651,5,632,3],[1652,4,633,2,"sectionTitle"],[1652,16,633,14],[1652,18,633,16],[1653,6,634,4,"fontSize"],[1653,14,634,12],[1653,16,634,14],[1653,18,634,16],[1654,6,635,4,"fontWeight"],[1654,16,635,14],[1654,18,635,16],[1654,23,635,21],[1655,6,636,4,"color"],[1655,11,636,9],[1655,13,636,11],[1655,22,636,20],[1656,6,637,4,"marginBottom"],[1656,18,637,16],[1656,20,637,18],[1657,4,638,2],[1657,5,638,3],[1658,4,639,2,"actionsGrid"],[1658,15,639,13],[1658,17,639,15],[1659,6,640,4,"flexDirection"],[1659,19,640,17],[1659,21,640,19],[1659,26,640,24],[1660,6,641,4,"flexWrap"],[1660,14,641,12],[1660,16,641,14],[1660,22,641,20],[1661,6,642,4,"justifyContent"],[1661,20,642,18],[1661,22,642,20],[1662,4,643,2],[1662,5,643,3],[1663,4,644,2,"actionCard"],[1663,14,644,12],[1663,16,644,14],[1664,6,645,4,"width"],[1664,11,645,9],[1664,13,645,11],[1664,14,645,12,"width"],[1664,19,645,17],[1664,22,645,20],[1664,24,645,22],[1664,28,645,26],[1664,29,645,27],[1665,6,646,4,"backgroundColor"],[1665,21,646,19],[1665,23,646,21],[1665,29,646,27],[1666,6,647,4,"padding"],[1666,13,647,11],[1666,15,647,13],[1666,17,647,15],[1667,6,648,4,"borderRadius"],[1667,18,648,16],[1667,20,648,18],[1667,22,648,20],[1668,6,649,4,"alignItems"],[1668,16,649,14],[1668,18,649,16],[1668,26,649,24],[1669,6,650,4,"marginBottom"],[1669,18,650,16],[1669,20,650,18],[1669,22,650,20],[1670,6,651,4,"shadowColor"],[1670,17,651,15],[1670,19,651,17],[1670,25,651,23],[1671,6,652,4,"shadowOffset"],[1671,18,652,16],[1671,20,652,18],[1672,8,652,20,"width"],[1672,13,652,25],[1672,15,652,27],[1672,16,652,28],[1673,8,652,30,"height"],[1673,14,652,36],[1673,16,652,38],[1674,6,652,40],[1674,7,652,41],[1675,6,653,4,"shadowOpacity"],[1675,19,653,17],[1675,21,653,19],[1675,25,653,23],[1676,6,654,4,"shadowRadius"],[1676,18,654,16],[1676,20,654,18],[1676,21,654,19],[1677,6,655,4,"elevation"],[1677,15,655,13],[1677,17,655,15],[1678,4,656,2],[1678,5,656,3],[1679,4,657,2,"actionCardFirst"],[1679,19,657,17],[1679,21,657,19],[1680,6,658,4,"marginRight"],[1680,17,658,15],[1680,19,658,17],[1681,4,659,2],[1681,5,659,3],[1682,4,660,2,"actionCardLast"],[1682,18,660,16],[1682,20,660,18],[1683,6,661,4,"marginLeft"],[1683,16,661,14],[1683,18,661,16],[1684,4,662,2],[1684,5,662,3],[1685,4,663,2,"actionIcon"],[1685,14,663,12],[1685,16,663,14],[1686,6,664,4,"width"],[1686,11,664,9],[1686,13,664,11],[1686,15,664,13],[1687,6,665,4,"height"],[1687,12,665,10],[1687,14,665,12],[1687,16,665,14],[1688,6,666,4,"borderRadius"],[1688,18,666,16],[1688,20,666,18],[1688,22,666,20],[1689,6,667,4,"alignItems"],[1689,16,667,14],[1689,18,667,16],[1689,26,667,24],[1690,6,668,4,"justifyContent"],[1690,20,668,18],[1690,22,668,20],[1690,30,668,28],[1691,6,669,4,"marginBottom"],[1691,18,669,16],[1691,20,669,18],[1692,4,670,2],[1692,5,670,3],[1693,4,671,2,"actionLabel"],[1693,15,671,13],[1693,17,671,15],[1694,6,672,4,"fontSize"],[1694,14,672,12],[1694,16,672,14],[1694,18,672,16],[1695,6,673,4,"color"],[1695,11,673,9],[1695,13,673,11],[1695,22,673,20],[1696,6,674,4,"textAlign"],[1696,15,674,13],[1696,17,674,15],[1697,4,675,2],[1697,5,675,3],[1698,4,676,2,"walletHeader"],[1698,16,676,14],[1698,18,676,16],[1699,6,677,4,"padding"],[1699,13,677,11],[1699,15,677,13],[1699,17,677,15],[1700,6,678,4,"backgroundColor"],[1700,21,678,19],[1700,23,678,21],[1700,29,678,27],[1701,6,679,4,"borderBottomWidth"],[1701,23,679,21],[1701,25,679,23],[1701,26,679,24],[1702,6,680,4,"borderBottomColor"],[1702,23,680,21],[1702,25,680,23],[1702,34,680,32],[1703,6,681,4,"flexDirection"],[1703,19,681,17],[1703,21,681,19],[1703,26,681,24],[1704,6,682,4,"justifyContent"],[1704,20,682,18],[1704,22,682,20],[1704,37,682,35],[1705,6,683,4,"alignItems"],[1705,16,683,14],[1705,18,683,16],[1706,4,684,2],[1706,5,684,3],[1707,4,685,2,"walletTitle"],[1707,15,685,13],[1707,17,685,15],[1708,6,686,4,"fontSize"],[1708,14,686,12],[1708,16,686,14],[1708,18,686,16],[1709,6,687,4,"fontWeight"],[1709,16,687,14],[1709,18,687,16],[1709,23,687,21],[1710,6,688,4,"color"],[1710,11,688,9],[1710,13,688,11],[1711,4,689,2],[1711,5,689,3],[1712,4,690,2,"refreshButton"],[1712,17,690,15],[1712,19,690,17],[1713,6,691,4,"padding"],[1713,13,691,11],[1713,15,691,13],[1713,16,691,14],[1714,6,692,4,"borderRadius"],[1714,18,692,16],[1714,20,692,18],[1714,21,692,19],[1715,6,693,4,"backgroundColor"],[1715,21,693,19],[1715,23,693,21],[1716,4,694,2],[1716,5,694,3],[1717,4,695,2,"balanceCards"],[1717,16,695,14],[1717,18,695,16],[1718,6,696,4,"padding"],[1718,13,696,11],[1718,15,696,13],[1718,17,696,15],[1719,6,697,4,"gap"],[1719,9,697,7],[1719,11,697,9],[1720,4,698,2],[1720,5,698,3],[1721,4,699,2,"balanceCard"],[1721,15,699,13],[1721,17,699,15],[1722,6,700,4,"backgroundColor"],[1722,21,700,19],[1722,23,700,21],[1722,29,700,27],[1723,6,701,4,"padding"],[1723,13,701,11],[1723,15,701,13],[1723,17,701,15],[1724,6,702,4,"borderRadius"],[1724,18,702,16],[1724,20,702,18],[1724,22,702,20],[1725,6,703,4,"borderWidth"],[1725,17,703,15],[1725,19,703,17],[1725,20,703,18],[1726,6,704,4,"borderColor"],[1726,17,704,15],[1726,19,704,17],[1727,4,705,2],[1727,5,705,3],[1728,4,706,2,"balanceCardHeader"],[1728,21,706,19],[1728,23,706,21],[1729,6,707,4,"flexDirection"],[1729,19,707,17],[1729,21,707,19],[1729,26,707,24],[1730,6,708,4,"alignItems"],[1730,16,708,14],[1730,18,708,16],[1730,26,708,24],[1731,6,709,4,"gap"],[1731,9,709,7],[1731,11,709,9],[1731,12,709,10],[1732,6,710,4,"marginBottom"],[1732,18,710,16],[1732,20,710,18],[1733,4,711,2],[1733,5,711,3],[1734,4,712,2,"tokenLogo"],[1734,13,712,11],[1734,15,712,13],[1735,6,713,4,"width"],[1735,11,713,9],[1735,13,713,11],[1735,15,713,13],[1736,6,714,4,"height"],[1736,12,714,10],[1736,14,714,12],[1736,16,714,14],[1737,6,715,4,"borderRadius"],[1737,18,715,16],[1737,20,715,18],[1738,4,716,2],[1738,5,716,3],[1739,4,717,2,"tokenSymbol"],[1739,15,717,13],[1739,17,717,15],[1740,6,718,4,"fontSize"],[1740,14,718,12],[1740,16,718,14],[1740,18,718,16],[1741,6,719,4,"fontWeight"],[1741,16,719,14],[1741,18,719,16],[1741,23,719,21],[1742,6,720,4,"color"],[1742,11,720,9],[1742,13,720,11],[1743,4,721,2],[1743,5,721,3],[1744,4,722,2,"balanceAmount"],[1744,17,722,15],[1744,19,722,17],[1745,6,723,4,"fontSize"],[1745,14,723,12],[1745,16,723,14],[1745,18,723,16],[1746,6,724,4,"fontWeight"],[1746,16,724,14],[1746,18,724,16],[1746,23,724,21],[1747,6,725,4,"color"],[1747,11,725,9],[1747,13,725,11],[1747,22,725,20],[1748,6,726,4,"marginBottom"],[1748,18,726,16],[1748,20,726,18],[1749,4,727,2],[1749,5,727,3],[1750,4,728,2,"balanceUsd"],[1750,14,728,12],[1750,16,728,14],[1751,6,729,4,"fontSize"],[1751,14,729,12],[1751,16,729,14],[1751,18,729,16],[1752,6,730,4,"color"],[1752,11,730,9],[1752,13,730,11],[1753,4,731,2],[1753,5,731,3],[1754,4,732,2,"walletActions"],[1754,17,732,15],[1754,19,732,17],[1755,6,733,4,"flexDirection"],[1755,19,733,17],[1755,21,733,19],[1755,26,733,24],[1756,6,734,4,"padding"],[1756,13,734,11],[1756,15,734,13],[1756,17,734,15],[1757,6,735,4,"gap"],[1757,9,735,7],[1757,11,735,9],[1758,4,736,2],[1758,5,736,3],[1759,4,737,2,"walletActionButton"],[1759,22,737,20],[1759,24,737,22],[1760,6,738,4,"flex"],[1760,10,738,8],[1760,12,738,10],[1760,13,738,11],[1761,6,739,4,"backgroundColor"],[1761,21,739,19],[1761,23,739,21],[1761,32,739,30],[1762,6,740,4,"padding"],[1762,13,740,11],[1762,15,740,13],[1762,17,740,15],[1763,6,741,4,"borderRadius"],[1763,18,741,16],[1763,20,741,18],[1763,22,741,20],[1764,6,742,4,"alignItems"],[1764,16,742,14],[1764,18,742,16],[1764,26,742,24],[1765,6,743,4,"gap"],[1765,9,743,7],[1765,11,743,9],[1766,4,744,2],[1766,5,744,3],[1767,4,745,2,"walletActionText"],[1767,20,745,18],[1767,22,745,20],[1768,6,746,4,"color"],[1768,11,746,9],[1768,13,746,11],[1768,19,746,17],[1769,6,747,4,"fontSize"],[1769,14,747,12],[1769,16,747,14],[1769,18,747,16],[1770,6,748,4,"fontWeight"],[1770,16,748,14],[1770,18,748,16],[1771,4,749,2],[1771,5,749,3],[1772,4,750,2,"placeholderText"],[1772,19,750,17],[1772,21,750,19],[1773,6,751,4,"flex"],[1773,10,751,8],[1773,12,751,10],[1773,13,751,11],[1774,6,752,4,"textAlign"],[1774,15,752,13],[1774,17,752,15],[1774,25,752,23],[1775,6,753,4,"marginTop"],[1775,15,753,13],[1775,17,753,15],[1775,20,753,18],[1776,6,754,4,"fontSize"],[1776,14,754,12],[1776,16,754,14],[1776,18,754,16],[1777,6,755,4,"color"],[1777,11,755,9],[1777,13,755,11],[1778,4,756,2],[1778,5,756,3],[1779,4,757,2,"tabBar"],[1779,10,757,8],[1779,12,757,10],[1780,6,758,4,"borderTopWidth"],[1780,20,758,18],[1780,22,758,20],[1780,23,758,21],[1781,6,759,4,"borderTopColor"],[1781,20,759,18],[1781,22,759,20],[1781,31,759,29],[1782,6,760,4,"paddingBottom"],[1782,19,760,17],[1782,21,760,19],[1782,23,760,21],[1783,6,761,4,"paddingTop"],[1783,16,761,14],[1783,18,761,16],[1783,19,761,17],[1784,6,762,4,"backgroundColor"],[1784,21,762,19],[1784,23,762,21],[1785,4,763,2],[1785,5,763,3],[1786,4,764,2],[1787,4,765,2,"balanceRow"],[1787,14,765,12],[1787,16,765,14],[1788,6,766,4,"flexDirection"],[1788,19,766,17],[1788,21,766,19],[1788,26,766,24],[1789,6,767,4,"padding"],[1789,13,767,11],[1789,15,767,13],[1789,17,767,15],[1790,6,768,4,"gap"],[1790,9,768,7],[1790,11,768,9],[1791,4,769,2],[1791,5,769,3],[1792,4,770,2,"balanceCardNew"],[1792,18,770,16],[1792,20,770,18],[1793,6,771,4,"flex"],[1793,10,771,8],[1793,12,771,10],[1793,13,771,11],[1794,6,772,4,"backgroundColor"],[1794,21,772,19],[1794,23,772,21],[1794,29,772,27],[1795,6,773,4,"padding"],[1795,13,773,11],[1795,15,773,13],[1795,17,773,15],[1796,6,774,4,"borderRadius"],[1796,18,774,16],[1796,20,774,18],[1796,22,774,20],[1797,6,775,4,"alignItems"],[1797,16,775,14],[1797,18,775,16],[1797,26,775,24],[1798,6,776,4,"shadowColor"],[1798,17,776,15],[1798,19,776,17],[1798,25,776,23],[1799,6,777,4,"shadowOffset"],[1799,18,777,16],[1799,20,777,18],[1800,8,777,20,"width"],[1800,13,777,25],[1800,15,777,27],[1800,16,777,28],[1801,8,777,30,"height"],[1801,14,777,36],[1801,16,777,38],[1802,6,777,40],[1802,7,777,41],[1803,6,778,4,"shadowOpacity"],[1803,19,778,17],[1803,21,778,19],[1803,24,778,22],[1804,6,779,4,"shadowRadius"],[1804,18,779,16],[1804,20,779,18],[1804,21,779,19],[1805,6,780,4,"elevation"],[1805,15,780,13],[1805,17,780,15],[1806,4,781,2],[1806,5,781,3],[1807,4,782,2,"tokenLogoNew"],[1807,16,782,14],[1807,18,782,16],[1808,6,783,4,"width"],[1808,11,783,9],[1808,13,783,11],[1808,15,783,13],[1809,6,784,4,"height"],[1809,12,784,10],[1809,14,784,12],[1809,16,784,14],[1810,6,785,4,"borderRadius"],[1810,18,785,16],[1810,20,785,18],[1810,22,785,20],[1811,6,786,4,"marginBottom"],[1811,18,786,16],[1811,20,786,18],[1812,4,787,2],[1812,5,787,3],[1813,4,788,2,"tokenSymbolNew"],[1813,18,788,16],[1813,20,788,18],[1814,6,789,4,"fontSize"],[1814,14,789,12],[1814,16,789,14],[1814,18,789,16],[1815,6,790,4,"fontWeight"],[1815,16,790,14],[1815,18,790,16],[1815,23,790,21],[1816,6,791,4,"color"],[1816,11,791,9],[1816,13,791,11],[1816,22,791,20],[1817,6,792,4,"marginBottom"],[1817,18,792,16],[1817,20,792,18],[1818,4,793,2],[1818,5,793,3],[1819,4,794,2,"balanceAmountNew"],[1819,20,794,18],[1819,22,794,20],[1820,6,795,4,"fontSize"],[1820,14,795,12],[1820,16,795,14],[1820,18,795,16],[1821,6,796,4,"fontWeight"],[1821,16,796,14],[1821,18,796,16],[1821,23,796,21],[1822,6,797,4,"color"],[1822,11,797,9],[1822,13,797,11],[1822,22,797,20],[1823,6,798,4,"marginBottom"],[1823,18,798,16],[1823,20,798,18],[1824,4,799,2],[1824,5,799,3],[1825,4,800,2,"tokenNameNew"],[1825,16,800,14],[1825,18,800,16],[1826,6,801,4,"fontSize"],[1826,14,801,12],[1826,16,801,14],[1826,18,801,16],[1827,6,802,4,"color"],[1827,11,802,9],[1827,13,802,11],[1828,4,803,2],[1828,5,803,3],[1829,4,804,2,"actionsContainer"],[1829,20,804,18],[1829,22,804,20],[1830,6,805,4,"margin"],[1830,12,805,10],[1830,14,805,12],[1830,16,805,14],[1831,6,806,4,"backgroundColor"],[1831,21,806,19],[1831,23,806,21],[1831,29,806,27],[1832,6,807,4,"padding"],[1832,13,807,11],[1832,15,807,13],[1832,17,807,15],[1833,6,808,4,"borderRadius"],[1833,18,808,16],[1833,20,808,18],[1833,22,808,20],[1834,6,809,4,"shadowColor"],[1834,17,809,15],[1834,19,809,17],[1834,25,809,23],[1835,6,810,4,"shadowOffset"],[1835,18,810,16],[1835,20,810,18],[1836,8,810,20,"width"],[1836,13,810,25],[1836,15,810,27],[1836,16,810,28],[1837,8,810,30,"height"],[1837,14,810,36],[1837,16,810,38],[1838,6,810,40],[1838,7,810,41],[1839,6,811,4,"shadowOpacity"],[1839,19,811,17],[1839,21,811,19],[1839,24,811,22],[1840,6,812,4,"shadowRadius"],[1840,18,812,16],[1840,20,812,18],[1840,21,812,19],[1841,6,813,4,"elevation"],[1841,15,813,13],[1841,17,813,15],[1842,4,814,2],[1842,5,814,3],[1843,4,815,2,"actionsRow"],[1843,14,815,12],[1843,16,815,14],[1844,6,816,4,"flexDirection"],[1844,19,816,17],[1844,21,816,19],[1844,26,816,24],[1845,6,817,4,"justifyContent"],[1845,20,817,18],[1845,22,817,20],[1845,37,817,35],[1846,6,818,4,"marginBottom"],[1846,18,818,16],[1846,20,818,18],[1847,4,819,2],[1847,5,819,3],[1848,4,820,2,"actionBtn"],[1848,13,820,11],[1848,15,820,13],[1849,6,821,4,"width"],[1849,11,821,9],[1849,13,821,11],[1849,14,821,12,"width"],[1849,19,821,17],[1849,22,821,20],[1849,24,821,22],[1849,28,821,26],[1849,29,821,27],[1850,6,822,4,"padding"],[1850,13,822,11],[1850,15,822,13],[1850,17,822,15],[1851,6,823,4,"borderRadius"],[1851,18,823,16],[1851,20,823,18],[1851,22,823,20],[1852,6,824,4,"alignItems"],[1852,16,824,14],[1852,18,824,16],[1852,26,824,24],[1853,6,825,4,"justifyContent"],[1853,20,825,18],[1853,22,825,20],[1854,4,826,2],[1854,5,826,3],[1855,4,827,2,"actionBtnText"],[1855,17,827,15],[1855,19,827,17],[1856,6,828,4,"color"],[1856,11,828,9],[1856,13,828,11],[1856,19,828,17],[1857,6,829,4,"fontSize"],[1857,14,829,12],[1857,16,829,14],[1857,18,829,16],[1858,6,830,4,"fontWeight"],[1858,16,830,14],[1858,18,830,16],[1858,23,830,21],[1859,6,831,4,"marginTop"],[1859,15,831,13],[1859,17,831,15],[1860,4,832,2],[1860,5,832,3],[1861,4,833,2,"tokensContainer"],[1861,19,833,17],[1861,21,833,19],[1862,6,834,4,"margin"],[1862,12,834,10],[1862,14,834,12],[1862,16,834,14],[1863,6,835,4,"marginTop"],[1863,15,835,13],[1863,17,835,15],[1864,4,836,2],[1864,5,836,3],[1865,4,837,2,"tokensHeader"],[1865,16,837,14],[1865,18,837,16],[1866,6,838,4,"flexDirection"],[1866,19,838,17],[1866,21,838,19],[1866,26,838,24],[1867,6,839,4,"justifyContent"],[1867,20,839,18],[1867,22,839,20],[1867,37,839,35],[1868,6,840,4,"alignItems"],[1868,16,840,14],[1868,18,840,16],[1868,26,840,24],[1869,6,841,4,"marginBottom"],[1869,18,841,16],[1869,20,841,18],[1869,22,841,20],[1870,6,842,4,"paddingHorizontal"],[1870,23,842,21],[1870,25,842,23],[1871,4,843,2],[1871,5,843,3],[1872,4,844,2,"tokensTitle"],[1872,15,844,13],[1872,17,844,15],[1873,6,845,4,"fontSize"],[1873,14,845,12],[1873,16,845,14],[1873,18,845,16],[1874,6,846,4,"fontWeight"],[1874,16,846,14],[1874,18,846,16],[1874,23,846,21],[1875,6,847,4,"color"],[1875,11,847,9],[1875,13,847,11],[1876,4,848,2],[1876,5,848,3],[1877,4,849,2,"tokensHeaderActions"],[1877,23,849,21],[1877,25,849,23],[1878,6,850,4,"flexDirection"],[1878,19,850,17],[1878,21,850,19],[1878,26,850,24],[1879,6,851,4,"gap"],[1879,9,851,7],[1879,11,851,9],[1880,4,852,2],[1880,5,852,3],[1881,4,853,2,"tokenHeaderButton"],[1881,21,853,19],[1881,23,853,21],[1882,6,854,4,"width"],[1882,11,854,9],[1882,13,854,11],[1882,15,854,13],[1883,6,855,4,"height"],[1883,12,855,10],[1883,14,855,12],[1883,16,855,14],[1884,6,856,4,"borderRadius"],[1884,18,856,16],[1884,20,856,18],[1884,21,856,19],[1885,6,857,4,"backgroundColor"],[1885,21,857,19],[1885,23,857,21],[1885,32,857,30],[1886,6,858,4,"alignItems"],[1886,16,858,14],[1886,18,858,16],[1886,26,858,24],[1887,6,859,4,"justifyContent"],[1887,20,859,18],[1887,22,859,20],[1888,4,860,2],[1888,5,860,3],[1889,4,861,2,"tokenItem"],[1889,13,861,11],[1889,15,861,13],[1890,6,862,4,"flexDirection"],[1890,19,862,17],[1890,21,862,19],[1890,26,862,24],[1891,6,863,4,"justifyContent"],[1891,20,863,18],[1891,22,863,20],[1891,37,863,35],[1892,6,864,4,"alignItems"],[1892,16,864,14],[1892,18,864,16],[1892,26,864,24],[1893,6,865,4,"backgroundColor"],[1893,21,865,19],[1893,23,865,21],[1893,29,865,27],[1894,6,866,4,"padding"],[1894,13,866,11],[1894,15,866,13],[1894,17,866,15],[1895,6,867,4,"borderRadius"],[1895,18,867,16],[1895,20,867,18],[1895,22,867,20],[1896,6,868,4,"marginBottom"],[1896,18,868,16],[1896,20,868,18],[1896,21,868,19],[1897,6,869,4,"shadowColor"],[1897,17,869,15],[1897,19,869,17],[1897,25,869,23],[1898,6,870,4,"shadowOffset"],[1898,18,870,16],[1898,20,870,18],[1899,8,870,20,"width"],[1899,13,870,25],[1899,15,870,27],[1899,16,870,28],[1900,8,870,30,"height"],[1900,14,870,36],[1900,16,870,38],[1901,6,870,40],[1901,7,870,41],[1902,6,871,4,"shadowOpacity"],[1902,19,871,17],[1902,21,871,19],[1902,25,871,23],[1903,6,872,4,"shadowRadius"],[1903,18,872,16],[1903,20,872,18],[1903,21,872,19],[1904,6,873,4,"elevation"],[1904,15,873,13],[1904,17,873,15],[1905,4,874,2],[1905,5,874,3],[1906,4,875,2,"tokenItemLeft"],[1906,17,875,15],[1906,19,875,17],[1907,6,876,4,"flexDirection"],[1907,19,876,17],[1907,21,876,19],[1907,26,876,24],[1908,6,877,4,"alignItems"],[1908,16,877,14],[1908,18,877,16],[1908,26,877,24],[1909,6,878,4,"gap"],[1909,9,878,7],[1909,11,878,9],[1910,4,879,2],[1910,5,879,3],[1911,4,880,2,"tokenIconContainer"],[1911,22,880,20],[1911,24,880,22],[1912,6,881,4,"position"],[1912,14,881,12],[1912,16,881,14],[1912,26,881,24],[1913,6,882,4,"width"],[1913,11,882,9],[1913,13,882,11],[1913,15,882,13],[1914,6,883,4,"height"],[1914,12,883,10],[1914,14,883,12],[1915,4,884,2],[1915,5,884,3],[1916,4,885,2,"tokenIcon"],[1916,13,885,11],[1916,15,885,13],[1917,6,886,4,"width"],[1917,11,886,9],[1917,13,886,11],[1917,15,886,13],[1918,6,887,4,"height"],[1918,12,887,10],[1918,14,887,12],[1918,16,887,14],[1919,6,888,4,"borderRadius"],[1919,18,888,16],[1919,20,888,18],[1920,4,889,2],[1920,5,889,3],[1921,4,890,2,"networkBadge"],[1921,16,890,14],[1921,18,890,16],[1922,6,891,4,"position"],[1922,14,891,12],[1922,16,891,14],[1922,26,891,24],[1923,6,892,4,"right"],[1923,11,892,9],[1923,13,892,11],[1923,14,892,12],[1923,15,892,13],[1924,6,893,4,"bottom"],[1924,12,893,10],[1924,14,893,12],[1924,15,893,13],[1924,16,893,14],[1925,6,894,4,"width"],[1925,11,894,9],[1925,13,894,11],[1925,15,894,13],[1926,6,895,4,"height"],[1926,12,895,10],[1926,14,895,12],[1926,16,895,14],[1927,6,896,4,"borderRadius"],[1927,18,896,16],[1927,20,896,18],[1927,21,896,19],[1928,6,897,4,"borderWidth"],[1928,17,897,15],[1928,19,897,17],[1928,20,897,18],[1929,6,898,4,"borderColor"],[1929,17,898,15],[1929,19,898,17],[1930,4,899,2],[1930,5,899,3],[1931,4,900,2,"tokenItemName"],[1931,17,900,15],[1931,19,900,17],[1932,6,901,4,"fontSize"],[1932,14,901,12],[1932,16,901,14],[1932,18,901,16],[1933,6,902,4,"fontWeight"],[1933,16,902,14],[1933,18,902,16],[1933,23,902,21],[1934,6,903,4,"color"],[1934,11,903,9],[1934,13,903,11],[1935,4,904,2],[1935,5,904,3],[1936,4,905,2,"tokenItemNetwork"],[1936,20,905,18],[1936,22,905,20],[1937,6,906,4,"fontSize"],[1937,14,906,12],[1937,16,906,14],[1937,18,906,16],[1938,6,907,4,"color"],[1938,11,907,9],[1938,13,907,11],[1939,4,908,2],[1939,5,908,3],[1940,4,909,2,"tokenItemRight"],[1940,18,909,16],[1940,20,909,18],[1941,6,910,4,"alignItems"],[1941,16,910,14],[1941,18,910,16],[1942,4,911,2],[1942,5,911,3],[1943,4,912,2,"tokenItemBalance"],[1943,20,912,18],[1943,22,912,20],[1944,6,913,4,"fontSize"],[1944,14,913,12],[1944,16,913,14],[1944,18,913,16],[1945,6,914,4,"fontWeight"],[1945,16,914,14],[1945,18,914,16],[1945,23,914,21],[1946,6,915,4,"color"],[1946,11,915,9],[1946,13,915,11],[1947,4,916,2],[1947,5,916,3],[1948,4,917,2,"tokenItemUsd"],[1948,16,917,14],[1948,18,917,16],[1949,6,918,4,"fontSize"],[1949,14,918,12],[1949,16,918,14],[1949,18,918,16],[1950,6,919,4,"color"],[1950,11,919,9],[1950,13,919,11],[1951,4,920,2],[1952,2,921,0],[1952,3,921,1],[1952,4,921,2],[1953,2,921,3],[1953,6,921,3,"_c"],[1953,8,921,3],[1953,10,921,3,"_c2"],[1953,13,921,3],[1953,15,921,3,"_c3"],[1953,18,921,3],[1953,20,921,3,"_c4"],[1953,23,921,3],[1953,25,921,3,"_c5"],[1953,28,921,3],[1953,30,921,3,"_c6"],[1953,33,921,3],[1954,2,921,3,"$RefreshReg$"],[1954,14,921,3],[1954,15,921,3,"_c"],[1954,17,921,3],[1955,2,921,3,"$RefreshReg$"],[1955,14,921,3],[1955,15,921,3,"_c2"],[1955,18,921,3],[1956,2,921,3,"$RefreshReg$"],[1956,14,921,3],[1956,15,921,3,"_c3"],[1956,18,921,3],[1957,2,921,3,"$RefreshReg$"],[1957,14,921,3],[1957,15,921,3,"_c4"],[1957,18,921,3],[1958,2,921,3,"$RefreshReg$"],[1958,14,921,3],[1958,15,921,3,"_c5"],[1958,18,921,3],[1959,2,921,3,"$RefreshReg$"],[1959,14,921,3],[1959,15,921,3,"_c6"],[1959,18,921,3],[1960,0,921,3],[1960,3]],"functionMap":{"names":["","HomeTab","showImagePickerOptions","takePhoto","pickImageFromGallery","TouchableOpacity.props.onPress","QUICK_ACTIONS.map$argument_0","WalletTab","useEffect$argument_0","fetchBalance","setTimeout$argument_0","CitizensTab","ReferralTab","ProfileTab","HomeScreen","Tab.Screen.props.options.tabBarIcon","Tab.Screen.props.children"],"mappings":"AAA;ACmB;iCCK;GDoB;oBEE;GFoB;+BGE;GHqB;iEIoB,sCJ;iEIG,0CJ;iEIG,qCJ;+BKwB;aLc;CDM;AOE;YCS;GDE;uBEE;mCCI,wBD;GF8B;CPuO;AWE;CXM;AYE;CZM;AaE;CbM;ecI;sBCc;WDE;SEG,yCF;sBCO;WDE;sBCQ;WDE;sBCQ;WDE;sBCQ;WDE;CdK"},"hasCjsExports":false},"type":"js/module"}]}
\ No newline at end of file
diff --git a/frontend/.metro-cache/cache/9c/5ab3a07f46ef93ae70943ad8712d9f7a80d06b86d6b93020c43a51b18b51fceffcf917 b/frontend/.metro-cache/cache/9c/5ab3a07f46ef93ae70943ad8712d9f7a80d06b86d6b93020c43a51b18b51fceffcf917
index 0749fb70..601c8d34 100644
--- a/frontend/.metro-cache/cache/9c/5ab3a07f46ef93ae70943ad8712d9f7a80d06b86d6b93020c43a51b18b51fceffcf917
+++ b/frontend/.metro-cache/cache/9c/5ab3a07f46ef93ae70943ad8712d9f7a80d06b86d6b93020c43a51b18b51fceffcf917
@@ -1 +1 @@
-{"dependencies":[{"name":"@babel/runtime/helpers/asyncToGenerator","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"YisBBiy2Xm9DEVdFebZ2nbgAHBo=","exportNames":["*"],"imports":1}},{"name":"@babel/runtime/helpers/slicedToArray","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"5y7e5+zC7teYEEC6niD9f5zII1M=","exportNames":["*"],"imports":1}},{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":51,"index":51}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react-native","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":52},"end":{"line":12,"column":22,"index":195}}],"key":"KyzuX10g6ixS9UfynhmjlvCIG3g=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0,"index":196},"end":{"line":13,"column":46,"index":242}}],"key":"ow7vkrqkIckRjlSi/+MhMmRYtUE=","exportNames":["*"],"imports":1}},{"name":"@react-navigation/bottom-tabs","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":14,"column":0,"index":243},"end":{"line":14,"column":73,"index":316}}],"key":"+CsiEPZJMQUbFs9pwhg0Pji1O3k=","exportNames":["*"],"imports":1}},{"name":"expo-image-picker","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":15,"column":0,"index":317},"end":{"line":15,"column":49,"index":366}}],"key":"XQFgv2+WadF9xV+S67CI6D8lClA=","exportNames":["*"],"imports":1}},{"name":"../contexts/AuthContext","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":16,"column":0,"index":367},"end":{"line":16,"column":50,"index":417}}],"key":"oNCgyH4yx4pAIVZXLqqRGB2kuCY=","exportNames":["*"],"imports":1}},{"name":"react/jsx-dev-runtime","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"L9D70Z4hi4aGuui1ysja/oQ5ytI=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n var _jsxFileName = \"/app/frontend/src/screens/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 _reactJsxDevRuntime = require(_dependencyMap[8], \"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 _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.SafeAreaView, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.ScrollView, {\n showsVerticalScrollIndicator: false,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.header,\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: 54,\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: 56,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 52,\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: 60,\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: 61,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 59,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 51,\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: 66,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 65,\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: 69,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 68,\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: 72,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 71,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 64,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 50,\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: 81,\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: 82,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 80,\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: 85,\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: 86,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 84,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 79,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 78,\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: 93,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.actionsGrid,\n children: QUICK_ACTIONS.map(action => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.actionCard,\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: 102,\n columnNumber: 19\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 101,\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: 104,\n columnNumber: 17\n }, this)]\n }, action.id, true, {\n fileName: _jsxFileName,\n lineNumber: 96,\n columnNumber: 15\n }, this))\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 94,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 92,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 48,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 47,\n columnNumber: 5\n }, this);\n }\n _s(HomeTab, \"xEp7SEfX94u+oibpmCw6eCxkmPE=\", false, function () {\n return [_contextsAuthContext.useAuth];\n });\n _c = HomeTab;\n function WalletTab() {\n _s2();\n var _useAuth2 = (0, _contextsAuthContext.useAuth)(),\n user = _useAuth2.user;\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 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 });\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('Error');\n setPezBalance('Error');\n }\n } catch (error) {\n console.error('Balance fetch error:', error);\n setHezBalance('Error');\n setPezBalance('Error');\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.SafeAreaView, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.ScrollView, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.walletHeader,\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: 160,\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: 162,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 161,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 159,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.balanceCards,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.balanceCard,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.balanceCardHeader,\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.tokenLogo\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 170,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenSymbol,\n children: \"HEZ\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 174,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 169,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.balanceAmount,\n children: hezBalance\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 176,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.balanceUsd,\n children: \"Hemwelat\\xEE Token\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 177,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 168,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.balanceCard,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.balanceCardHeader,\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.tokenLogo\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 182,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenSymbol,\n children: \"PEZ\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 186,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 181,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.balanceAmount,\n children: pezBalance\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 188,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.balanceUsd,\n children: \"Pezkuw\\xEE Token\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 189,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 180,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 167,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.walletActions,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.walletActionButton,\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: 196,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.walletActionText,\n children: \"Send\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 197,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 195,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.walletActionButton,\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: 200,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.walletActionText,\n children: \"Receive\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 201,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 199,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.walletActionButton,\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: 204,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.walletActionText,\n children: \"Swap\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 205,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 203,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 194,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 158,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 157,\n columnNumber: 5\n }, this);\n }\n _s2(WalletTab, \"osbCN528CgM7tSTrgQcFeX6sHT4=\", false, function () {\n return [_contextsAuthContext.useAuth];\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: 216,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 215,\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: 224,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 223,\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: 232,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 231,\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: 255,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 249,\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: 265,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 259,\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: 275,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 269,\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: 285,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 279,\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: 295,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 289,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 241,\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: 'History',\n icon: 'time',\n color: '#84CC16'\n }, {\n id: '13',\n label: 'QR Scan',\n icon: 'qr-code',\n color: '#06B6D4'\n }, {\n id: '14',\n label: 'Settings',\n icon: 'settings',\n color: '#64748B'\n }, {\n id: '15',\n label: 'Help',\n icon: 'help-circle',\n color: '#A855F7'\n }, {\n id: '16',\n label: 'Rewards',\n icon: 'star',\n color: '#FBBF24'\n }, {\n id: '17',\n label: 'Trust',\n icon: 'heart',\n color: '#EF4444'\n }, {\n id: '18',\n label: 'Parliament',\n icon: 'flag',\n color: '#3B82F6'\n }, {\n id: '19',\n label: 'Ministry',\n icon: 'business',\n color: '#10B981'\n }, {\n id: '20',\n label: 'Justice',\n icon: 'hammer',\n color: '#78350F'\n }, {\n id: '21',\n label: 'Tax',\n icon: 'receipt',\n color: '#991B1B'\n }, {\n id: '22',\n label: 'Census',\n icon: 'people-circle',\n color: '#1E40AF'\n }, {\n id: '23',\n label: 'Land',\n icon: 'map',\n color: '#065F46'\n }, {\n id: '24',\n label: 'Marriage',\n icon: 'heart-circle',\n color: '#BE185D'\n }, {\n id: '25',\n label: 'Birth',\n icon: 'happy',\n color: '#7C3AED'\n }, {\n id: '26',\n label: 'Death',\n icon: 'sad',\n color: '#404040'\n }, {\n id: '27',\n label: 'Trade',\n icon: 'storefront',\n color: '#0891B2'\n }, {\n id: '28',\n label: 'Export',\n icon: 'airplane',\n color: '#4338CA'\n }, {\n id: '29',\n label: 'Import',\n icon: 'boat',\n color: '#15803D'\n }, {\n id: '30',\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 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 gap: 12\n },\n actionCard: {\n width: (width - 64) / 4,\n alignItems: 'center',\n padding: 8\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: 8,\n paddingTop: 8,\n height: 65\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":1136,"map":[[30,2,239,15,"Object"],[30,8,239,15],[30,9,239,15,"defineProperty"],[30,23,239,15],[30,24,239,15,"exports"],[30,31,239,15],[31,4,239,15,"enumerable"],[31,14,239,15],[32,4,239,15,"get"],[32,7,239,15],[32,18,239,15,"get"],[32,19,239,15],[33,6,239,15],[33,13,239,15,"HomeScreen"],[33,23,239,15],[34,4,239,15],[35,2,239,15],[36,2,301,1],[36,6,301,1,"_babelRuntimeHelpersAsyncToGenerator"],[36,42,301,1],[36,45,301,1,"require"],[36,52,301,1],[36,53,301,1,"_dependencyMap"],[36,67,301,1],[37,2,301,1],[37,6,301,1,"_asyncToGenerator"],[37,23,301,1],[37,26,301,1,"_interopDefault"],[37,41,301,1],[37,42,301,1,"_babelRuntimeHelpersAsyncToGenerator"],[37,78,301,1],[38,2,301,1],[38,6,301,1,"_babelRuntimeHelpersSlicedToArray"],[38,39,301,1],[38,42,301,1,"require"],[38,49,301,1],[38,50,301,1,"_dependencyMap"],[38,64,301,1],[39,2,301,1],[39,6,301,1,"_slicedToArray"],[39,20,301,1],[39,23,301,1,"_interopDefault"],[39,38,301,1],[39,39,301,1,"_babelRuntimeHelpersSlicedToArray"],[39,72,301,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,13,0],[42,6,13,0,"_expoVectorIcons"],[42,22,13,0],[42,25,13,0,"require"],[42,32,13,0],[42,33,13,0,"_dependencyMap"],[42,47,13,0],[43,2,14,0],[43,6,14,0,"_reactNavigationBottomTabs"],[43,32,14,0],[43,35,14,0,"require"],[43,42,14,0],[43,43,14,0,"_dependencyMap"],[43,57,14,0],[44,2,15,0],[44,6,15,0,"_expoImagePicker"],[44,22,15,0],[44,25,15,0,"require"],[44,32,15,0],[44,33,15,0,"_dependencyMap"],[44,47,15,0],[45,2,15,0],[45,6,15,0,"ImagePicker"],[45,17,15,0],[45,20,15,0,"_interopNamespace"],[45,37,15,0],[45,38,15,0,"_expoImagePicker"],[45,54,15,0],[46,2,16,0],[46,6,16,0,"_contextsAuthContext"],[46,26,16,0],[46,29,16,0,"require"],[46,36,16,0],[46,37,16,0,"_dependencyMap"],[46,51,16,0],[47,2,16,50],[47,6,16,50,"_reactJsxDevRuntime"],[47,25,16,50],[47,28,16,50,"require"],[47,35,16,50],[47,36,16,50,"_dependencyMap"],[47,50,16,50],[48,2,18,0],[48,6,18,0,"_Dimensions$get"],[48,21,18,0],[48,24,18,18,"Dimensions"],[48,36,18,28],[48,37,18,28,"Dimensions"],[48,47,18,28],[48,48,18,29,"get"],[48,51,18,32],[48,52,18,33],[48,60,18,41],[48,61,18,42],[49,4,18,8,"width"],[49,9,18,13],[49,12,18,13,"_Dimensions$get"],[49,27,18,13],[49,28,18,8,"width"],[49,33,18,13],[50,2,20,0],[50,11,20,9,"HomeTab"],[50,18,20,16,"HomeTab"],[50,19,20,16],[50,21,20,19],[51,4,20,19,"_s"],[51,6,20,19],[52,4,21,2],[52,8,21,2,"_useAuth"],[52,16,21,2],[52,19,21,19],[52,23,21,19,"useAuth"],[52,43,21,26],[52,44,21,26,"useAuth"],[52,51,21,26],[52,53,21,27],[52,54,21,28],[53,6,21,10,"user"],[53,10,21,14],[53,13,21,14,"_useAuth"],[53,21,21,14],[53,22,21,10,"user"],[53,26,21,14],[54,4,22,2],[54,8,22,2,"_useState"],[54,17,22,2],[54,20,22,42],[54,24,22,42,"useState"],[54,30,22,50],[54,31,22,50,"useState"],[54,39,22,50],[54,41,22,66],[54,45,22,70],[54,46,22,71],[55,6,22,71,"_useState2"],[55,16,22,71],[55,23,22,71,"_slicedToArray"],[55,37,22,71],[55,38,22,71,"default"],[55,45,22,71],[55,47,22,71,"_useState"],[55,56,22,71],[56,6,22,9,"profileImage"],[56,18,22,21],[56,21,22,21,"_useState2"],[56,31,22,21],[57,6,22,23,"setProfileImage"],[57,21,22,38],[57,24,22,38,"_useState2"],[57,34,22,38],[58,4,24,2],[58,8,24,8,"pickImage"],[58,17,24,17],[59,6,24,17],[59,10,24,17,"_ref"],[59,14,24,17],[59,21,24,17,"_asyncToGenerator"],[59,38,24,17],[59,39,24,17,"default"],[59,46,24,17],[59,48,24,20],[59,61,24,32],[60,8,25,4],[60,12,25,10,"permissionResult"],[60,28,25,26],[60,37,25,35,"ImagePicker"],[60,48,25,46],[60,49,25,47,"requestMediaLibraryPermissionsAsync"],[60,84,25,82],[60,85,25,83],[60,86,25,84],[61,8,27,4],[61,12,27,8,"permissionResult"],[61,28,27,24],[61,29,27,25,"granted"],[61,36,27,32],[61,41,27,37],[61,46,27,42],[61,48,27,44],[62,10,28,6,"Alert"],[62,22,28,11],[62,23,28,11,"Alert"],[62,28,28,11],[62,29,28,12,"alert"],[62,34,28,17],[62,35,28,18],[62,56,28,39],[62,58,28,41],[62,105,28,88],[62,106,28,89],[63,10,29,6],[64,8,30,4],[65,8,32,4],[65,12,32,10,"result"],[65,18,32,16],[65,27,32,25,"ImagePicker"],[65,38,32,36],[65,39,32,37,"launchImageLibraryAsync"],[65,62,32,60],[65,63,32,61],[66,10,33,6,"mediaTypes"],[66,20,33,16],[66,22,33,18,"ImagePicker"],[66,33,33,29],[66,34,33,30,"MediaTypeOptions"],[66,50,33,46],[66,51,33,47,"Images"],[66,57,33,53],[67,10,34,6,"allowsEditing"],[67,23,34,19],[67,25,34,21],[67,29,34,25],[68,10,35,6,"aspect"],[68,16,35,12],[68,18,35,14],[68,19,35,15],[68,20,35,16],[68,22,35,18],[68,23,35,19],[68,24,35,20],[69,10,36,6,"quality"],[69,17,36,13],[69,19,36,15],[69,22,36,18],[70,10,37,6,"base64"],[70,16,37,12],[70,18,37,14],[71,8,38,4],[71,9,38,5],[71,10,38,6],[72,8,40,4],[72,12,40,8],[72,13,40,9,"result"],[72,19,40,15],[72,20,40,16,"canceled"],[72,28,40,24],[72,32,40,28,"result"],[72,38,40,34],[72,39,40,35,"assets"],[72,45,40,41],[72,46,40,42],[72,47,40,43],[72,48,40,44],[72,49,40,45,"base64"],[72,55,40,51],[72,57,40,53],[73,10,41,6],[73,14,41,12,"base64Image"],[73,25,41,23],[73,28,41,26],[73,54,41,52,"result"],[73,60,41,58],[73,61,41,59,"assets"],[73,67,41,65],[73,68,41,66],[73,69,41,67],[73,70,41,68],[73,71,41,69,"base64"],[73,77,41,75],[73,79,41,77],[74,10,42,6,"setProfileImage"],[74,25,42,21],[74,26,42,22,"base64Image"],[74,37,42,33],[74,38,42,34],[75,10,43,6],[76,8,44,4],[77,6,45,2],[77,7,45,3],[78,6,45,3],[78,22,24,8,"pickImage"],[78,31,24,17,"pickImage"],[78,32,24,17],[79,8,24,17],[79,15,24,17,"_ref"],[79,19,24,17],[79,20,24,17,"apply"],[79,25,24,17],[79,32,24,17,"arguments"],[79,41,24,17],[80,6,24,17],[81,4,24,17],[81,7,45,3],[82,4,46,2],[82,24,47,4],[82,28,47,4,"_reactJsxDevRuntime"],[82,47,47,4],[82,48,47,4,"jsxDEV"],[82,54,47,4],[82,56,47,5,"_reactNative"],[82,68,47,17],[82,69,47,17,"SafeAreaView"],[82,81,47,17],[83,6,47,18,"style"],[83,11,47,23],[83,13,47,25,"styles"],[83,19,47,31],[83,20,47,32,"container"],[83,29,47,42],[84,6,47,42,"children"],[84,14,47,42],[84,29,48,6],[84,33,48,6,"_reactJsxDevRuntime"],[84,52,48,6],[84,53,48,6,"jsxDEV"],[84,59,48,6],[84,61,48,7,"_reactNative"],[84,73,48,17],[84,74,48,17,"ScrollView"],[84,84,48,17],[85,8,48,18,"showsVerticalScrollIndicator"],[85,36,48,46],[85,38,48,48],[85,43,48,54],[86,8,48,54,"children"],[86,16,48,54],[86,32,50,8],[86,36,50,8,"_reactJsxDevRuntime"],[86,55,50,8],[86,56,50,8,"jsxDEV"],[86,62,50,8],[86,64,50,9,"_reactNative"],[86,76,50,13],[86,77,50,13,"View"],[86,81,50,13],[87,10,50,14,"style"],[87,15,50,19],[87,17,50,21,"styles"],[87,23,50,27],[87,24,50,28,"header"],[87,30,50,35],[88,10,50,35,"children"],[88,18,50,35],[88,34,51,10],[88,38,51,10,"_reactJsxDevRuntime"],[88,57,51,10],[88,58,51,10,"jsxDEV"],[88,64,51,10],[88,66,51,11,"_reactNative"],[88,78,51,15],[88,79,51,15,"View"],[88,83,51,15],[89,12,51,16,"style"],[89,17,51,21],[89,19,51,23,"styles"],[89,25,51,29],[89,26,51,30,"headerLeft"],[89,36,51,41],[90,12,51,41,"children"],[90,20,51,41],[90,36,52,12],[90,40,52,12,"_reactJsxDevRuntime"],[90,59,52,12],[90,60,52,12,"jsxDEV"],[90,66,52,12],[90,68,52,13,"_reactNative"],[90,80,52,29],[90,81,52,29,"TouchableOpacity"],[90,97,52,29],[91,14,52,30,"style"],[91,19,52,35],[91,21,52,37,"styles"],[91,27,52,43],[91,28,52,44,"profileImage"],[91,40,52,57],[92,14,52,58,"onPress"],[92,21,52,65],[92,23,52,67,"pickImage"],[92,32,52,77],[93,14,52,77,"children"],[93,22,52,77],[93,24,53,15,"profileImage"],[93,36,53,27],[93,52,54,16],[93,56,54,16,"_reactJsxDevRuntime"],[93,75,54,16],[93,76,54,16,"jsxDEV"],[93,82,54,16],[93,84,54,17,"_reactNative"],[93,96,54,22],[93,97,54,22,"Image"],[93,102,54,22],[94,16,54,23,"source"],[94,22,54,29],[94,24,54,31],[95,18,54,33,"uri"],[95,21,54,36],[95,23,54,38,"profileImage"],[96,16,54,51],[96,17,54,53],[97,16,54,54,"style"],[97,21,54,59],[97,23,54,61,"styles"],[97,29,54,67],[97,30,54,68,"profileImageSrc"],[98,14,54,84],[99,16,54,84,"fileName"],[99,24,54,84],[99,26,54,84,"_jsxFileName"],[99,38,54,84],[100,16,54,84,"lineNumber"],[100,26,54,84],[101,16,54,84,"columnNumber"],[101,28,54,84],[102,14,54,84],[102,21,54,86],[102,22,54,87],[102,38,56,16],[102,42,56,16,"_reactJsxDevRuntime"],[102,61,56,16],[102,62,56,16,"jsxDEV"],[102,68,56,16],[102,70,56,17,"_expoVectorIcons"],[102,86,56,25],[102,87,56,25,"Ionicons"],[102,95,56,25],[103,16,56,26,"name"],[103,20,56,30],[103,22,56,31],[103,30,56,39],[104,16,56,40,"size"],[104,20,56,44],[104,22,56,46],[104,24,56,49],[105,16,56,50,"color"],[105,21,56,55],[105,23,56,56],[106,14,56,65],[107,16,56,65,"fileName"],[107,24,56,65],[107,26,56,65,"_jsxFileName"],[107,38,56,65],[108,16,56,65,"lineNumber"],[108,26,56,65],[109,16,56,65,"columnNumber"],[109,28,56,65],[110,14,56,65],[110,21,56,67],[111,12,57,15],[112,14,57,15,"fileName"],[112,22,57,15],[112,24,57,15,"_jsxFileName"],[112,36,57,15],[113,14,57,15,"lineNumber"],[113,24,57,15],[114,14,57,15,"columnNumber"],[114,26,57,15],[115,12,57,15],[115,19,58,30],[115,20,58,31],[115,35,59,12],[115,39,59,12,"_reactJsxDevRuntime"],[115,58,59,12],[115,59,59,12,"jsxDEV"],[115,65,59,12],[115,67,59,13,"_reactNative"],[115,79,59,17],[115,80,59,17,"View"],[115,84,59,17],[116,14,59,18,"style"],[116,19,59,23],[116,21,59,25,"styles"],[116,27,59,31],[116,28,59,32,"profileBadge"],[116,40,59,45],[117,14,59,45,"children"],[117,22,59,45],[117,38,60,14],[117,42,60,14,"_reactJsxDevRuntime"],[117,61,60,14],[117,62,60,14,"jsxDEV"],[117,68,60,14],[117,70,60,15,"_expoVectorIcons"],[117,86,60,23],[117,87,60,23,"Ionicons"],[117,95,60,23],[118,16,60,24,"name"],[118,20,60,28],[118,22,60,29],[118,28,60,35],[119,16,60,36,"size"],[119,20,60,40],[119,22,60,42],[119,24,60,45],[120,16,60,46,"color"],[120,21,60,51],[120,23,60,52],[121,14,60,61],[122,16,60,61,"fileName"],[122,24,60,61],[122,26,60,61,"_jsxFileName"],[122,38,60,61],[123,16,60,61,"lineNumber"],[123,26,60,61],[124,16,60,61,"columnNumber"],[124,28,60,61],[125,14,60,61],[125,21,60,63],[125,22,60,64],[125,37,61,14],[125,41,61,14,"_reactJsxDevRuntime"],[125,60,61,14],[125,61,61,14,"jsxDEV"],[125,67,61,14],[125,69,61,15,"_reactNative"],[125,81,61,19],[125,82,61,19,"Text"],[125,86,61,19],[126,16,61,20,"style"],[126,21,61,25],[126,23,61,27,"styles"],[126,29,61,33],[126,30,61,34,"trustScore"],[126,40,61,45],[127,16,61,45,"children"],[127,24,61,45],[127,26,61,46],[128,14,61,49],[129,16,61,49,"fileName"],[129,24,61,49],[129,26,61,49,"_jsxFileName"],[129,38,61,49],[130,16,61,49,"lineNumber"],[130,26,61,49],[131,16,61,49,"columnNumber"],[131,28,61,49],[132,14,61,49],[132,21,61,55],[132,22,61,56],[133,12,61,56],[134,14,61,56,"fileName"],[134,22,61,56],[134,24,61,56,"_jsxFileName"],[134,36,61,56],[135,14,61,56,"lineNumber"],[135,24,61,56],[136,14,61,56,"columnNumber"],[136,26,61,56],[137,12,61,56],[137,19,62,18],[137,20,62,19],[138,10,62,19],[139,12,62,19,"fileName"],[139,20,62,19],[139,22,62,19,"_jsxFileName"],[139,34,62,19],[140,12,62,19,"lineNumber"],[140,22,62,19],[141,12,62,19,"columnNumber"],[141,24,62,19],[142,10,62,19],[142,17,63,16],[142,18,63,17],[142,33,64,10],[142,37,64,10,"_reactJsxDevRuntime"],[142,56,64,10],[142,57,64,10,"jsxDEV"],[142,63,64,10],[142,65,64,11,"_reactNative"],[142,77,64,15],[142,78,64,15,"View"],[142,82,64,15],[143,12,64,16,"style"],[143,17,64,21],[143,19,64,23,"styles"],[143,25,64,29],[143,26,64,30,"headerRight"],[143,37,64,42],[144,12,64,42,"children"],[144,20,64,42],[144,36,65,12],[144,40,65,12,"_reactJsxDevRuntime"],[144,59,65,12],[144,60,65,12,"jsxDEV"],[144,66,65,12],[144,68,65,13,"_reactNative"],[144,80,65,29],[144,81,65,29,"TouchableOpacity"],[144,97,65,29],[145,14,65,30,"style"],[145,19,65,35],[145,21,65,37,"styles"],[145,27,65,43],[145,28,65,44,"iconButton"],[145,38,65,55],[146,14,65,55,"children"],[146,22,65,55],[146,37,66,14],[146,41,66,14,"_reactJsxDevRuntime"],[146,60,66,14],[146,61,66,14,"jsxDEV"],[146,67,66,14],[146,69,66,15,"_expoVectorIcons"],[146,85,66,23],[146,86,66,23,"Ionicons"],[146,94,66,23],[147,16,66,24,"name"],[147,20,66,28],[147,22,66,29],[147,39,66,46],[148,16,66,47,"size"],[148,20,66,51],[148,22,66,53],[148,24,66,56],[149,16,66,57,"color"],[149,21,66,62],[149,23,66,63],[150,14,66,72],[151,16,66,72,"fileName"],[151,24,66,72],[151,26,66,72,"_jsxFileName"],[151,38,66,72],[152,16,66,72,"lineNumber"],[152,26,66,72],[153,16,66,72,"columnNumber"],[153,28,66,72],[154,14,66,72],[154,21,66,74],[155,12,66,75],[156,14,66,75,"fileName"],[156,22,66,75],[156,24,66,75,"_jsxFileName"],[156,36,66,75],[157,14,66,75,"lineNumber"],[157,24,66,75],[158,14,66,75,"columnNumber"],[158,26,66,75],[159,12,66,75],[159,19,67,30],[159,20,67,31],[159,35,68,12],[159,39,68,12,"_reactJsxDevRuntime"],[159,58,68,12],[159,59,68,12,"jsxDEV"],[159,65,68,12],[159,67,68,13,"_reactNative"],[159,79,68,29],[159,80,68,29,"TouchableOpacity"],[159,96,68,29],[160,14,68,30,"style"],[160,19,68,35],[160,21,68,37,"styles"],[160,27,68,43],[160,28,68,44,"iconButton"],[160,38,68,55],[161,14,68,55,"children"],[161,22,68,55],[161,37,69,14],[161,41,69,14,"_reactJsxDevRuntime"],[161,60,69,14],[161,61,69,14,"jsxDEV"],[161,67,69,14],[161,69,69,15,"_expoVectorIcons"],[161,85,69,23],[161,86,69,23,"Ionicons"],[161,94,69,23],[162,16,69,24,"name"],[162,20,69,28],[162,22,69,29],[162,45,69,52],[163,16,69,53,"size"],[163,20,69,57],[163,22,69,59],[163,24,69,62],[164,16,69,63,"color"],[164,21,69,68],[164,23,69,69],[165,14,69,78],[166,16,69,78,"fileName"],[166,24,69,78],[166,26,69,78,"_jsxFileName"],[166,38,69,78],[167,16,69,78,"lineNumber"],[167,26,69,78],[168,16,69,78,"columnNumber"],[168,28,69,78],[169,14,69,78],[169,21,69,80],[170,12,69,81],[171,14,69,81,"fileName"],[171,22,69,81],[171,24,69,81,"_jsxFileName"],[171,36,69,81],[172,14,69,81,"lineNumber"],[172,24,69,81],[173,14,69,81,"columnNumber"],[173,26,69,81],[174,12,69,81],[174,19,70,30],[174,20,70,31],[174,35,71,12],[174,39,71,12,"_reactJsxDevRuntime"],[174,58,71,12],[174,59,71,12,"jsxDEV"],[174,65,71,12],[174,67,71,13,"_reactNative"],[174,79,71,29],[174,80,71,29,"TouchableOpacity"],[174,96,71,29],[175,14,71,30,"style"],[175,19,71,35],[175,21,71,37,"styles"],[175,27,71,43],[175,28,71,44,"iconButton"],[175,38,71,55],[176,14,71,55,"children"],[176,22,71,55],[176,37,72,14],[176,41,72,14,"_reactJsxDevRuntime"],[176,60,72,14],[176,61,72,14,"jsxDEV"],[176,67,72,14],[176,69,72,15,"_expoVectorIcons"],[176,85,72,23],[176,86,72,23,"Ionicons"],[176,94,72,23],[177,16,72,24,"name"],[177,20,72,28],[177,22,72,29],[177,40,72,47],[178,16,72,48,"size"],[178,20,72,52],[178,22,72,54],[178,24,72,57],[179,16,72,58,"color"],[179,21,72,63],[179,23,72,64],[180,14,72,73],[181,16,72,73,"fileName"],[181,24,72,73],[181,26,72,73,"_jsxFileName"],[181,38,72,73],[182,16,72,73,"lineNumber"],[182,26,72,73],[183,16,72,73,"columnNumber"],[183,28,72,73],[184,14,72,73],[184,21,72,75],[185,12,72,76],[186,14,72,76,"fileName"],[186,22,72,76],[186,24,72,76,"_jsxFileName"],[186,36,72,76],[187,14,72,76,"lineNumber"],[187,24,72,76],[188,14,72,76,"columnNumber"],[188,26,72,76],[189,12,72,76],[189,19,73,30],[189,20,73,31],[190,10,73,31],[191,12,73,31,"fileName"],[191,20,73,31],[191,22,73,31,"_jsxFileName"],[191,34,73,31],[192,12,73,31,"lineNumber"],[192,22,73,31],[193,12,73,31,"columnNumber"],[193,24,73,31],[194,10,73,31],[194,17,74,16],[194,18,74,17],[195,8,74,17],[196,10,74,17,"fileName"],[196,18,74,17],[196,20,74,17,"_jsxFileName"],[196,32,74,17],[197,10,74,17,"lineNumber"],[197,20,74,17],[198,10,74,17,"columnNumber"],[198,22,74,17],[199,8,74,17],[199,15,75,14],[199,16,75,15],[199,31,78,8],[199,35,78,8,"_reactJsxDevRuntime"],[199,54,78,8],[199,55,78,8,"jsxDEV"],[199,61,78,8],[199,63,78,9,"_reactNative"],[199,75,78,13],[199,76,78,13,"View"],[199,80,78,13],[200,10,78,14,"style"],[200,15,78,19],[200,17,78,21,"styles"],[200,23,78,27],[200,24,78,28,"announcementWidget"],[200,42,78,47],[201,10,78,47,"children"],[201,18,78,47],[201,33,79,10],[201,37,79,10,"_reactJsxDevRuntime"],[201,56,79,10],[201,57,79,10,"jsxDEV"],[201,63,79,10],[201,65,79,11,"_reactNative"],[201,77,79,21],[201,78,79,21,"ScrollView"],[201,88,79,21],[202,12,79,22,"horizontal"],[202,22,79,32],[203,12,79,33,"showsHorizontalScrollIndicator"],[203,42,79,63],[203,44,79,65],[203,49,79,71],[204,12,79,71,"children"],[204,20,79,71],[204,36,80,12],[204,40,80,12,"_reactJsxDevRuntime"],[204,59,80,12],[204,60,80,12,"jsxDEV"],[204,66,80,12],[204,68,80,13,"_reactNative"],[204,80,80,17],[204,81,80,17,"View"],[204,85,80,17],[205,14,80,18,"style"],[205,19,80,23],[205,21,80,25,"styles"],[205,27,80,31],[205,28,80,32,"announcement"],[205,40,80,45],[206,14,80,45,"children"],[206,22,80,45],[206,38,81,14],[206,42,81,14,"_reactJsxDevRuntime"],[206,61,81,14],[206,62,81,14,"jsxDEV"],[206,68,81,14],[206,70,81,15,"_reactNative"],[206,82,81,19],[206,83,81,19,"Text"],[206,87,81,19],[207,16,81,20,"style"],[207,21,81,25],[207,23,81,27,"styles"],[207,29,81,33],[207,30,81,34,"announcementTitle"],[207,47,81,52],[208,16,81,52,"children"],[208,24,81,52],[208,26,81,53],[209,14,81,80],[210,16,81,80,"fileName"],[210,24,81,80],[210,26,81,80,"_jsxFileName"],[210,38,81,80],[211,16,81,80,"lineNumber"],[211,26,81,80],[212,16,81,80,"columnNumber"],[212,28,81,80],[213,14,81,80],[213,21,81,86],[213,22,81,87],[213,37,82,14],[213,41,82,14,"_reactJsxDevRuntime"],[213,60,82,14],[213,61,82,14,"jsxDEV"],[213,67,82,14],[213,69,82,15,"_reactNative"],[213,81,82,19],[213,82,82,19,"Text"],[213,86,82,19],[214,16,82,20,"style"],[214,21,82,25],[214,23,82,27,"styles"],[214,29,82,33],[214,30,82,34,"announcementText"],[214,46,82,51],[215,16,82,51,"children"],[215,24,82,51],[215,26,82,52],[216,14,82,88],[217,16,82,88,"fileName"],[217,24,82,88],[217,26,82,88,"_jsxFileName"],[217,38,82,88],[218,16,82,88,"lineNumber"],[218,26,82,88],[219,16,82,88,"columnNumber"],[219,28,82,88],[220,14,82,88],[220,21,82,94],[220,22,82,95],[221,12,82,95],[222,14,82,95,"fileName"],[222,22,82,95],[222,24,82,95,"_jsxFileName"],[222,36,82,95],[223,14,82,95,"lineNumber"],[223,24,82,95],[224,14,82,95,"columnNumber"],[224,26,82,95],[225,12,82,95],[225,19,83,18],[225,20,83,19],[225,35,84,12],[225,39,84,12,"_reactJsxDevRuntime"],[225,58,84,12],[225,59,84,12,"jsxDEV"],[225,65,84,12],[225,67,84,13,"_reactNative"],[225,79,84,17],[225,80,84,17,"View"],[225,84,84,17],[226,14,84,18,"style"],[226,19,84,23],[226,21,84,25,"styles"],[226,27,84,31],[226,28,84,32,"announcement"],[226,40,84,45],[227,14,84,45,"children"],[227,22,84,45],[227,38,85,14],[227,42,85,14,"_reactJsxDevRuntime"],[227,61,85,14],[227,62,85,14,"jsxDEV"],[227,68,85,14],[227,70,85,15,"_reactNative"],[227,82,85,19],[227,83,85,19,"Text"],[227,87,85,19],[228,16,85,20,"style"],[228,21,85,25],[228,23,85,27,"styles"],[228,29,85,33],[228,30,85,34,"announcementTitle"],[228,47,85,52],[229,16,85,52,"children"],[229,24,85,52],[229,26,85,53],[230,14,85,67],[231,16,85,67,"fileName"],[231,24,85,67],[231,26,85,67,"_jsxFileName"],[231,38,85,67],[232,16,85,67,"lineNumber"],[232,26,85,67],[233,16,85,67,"columnNumber"],[233,28,85,67],[234,14,85,67],[234,21,85,73],[234,22,85,74],[234,37,86,14],[234,41,86,14,"_reactJsxDevRuntime"],[234,60,86,14],[234,61,86,14,"jsxDEV"],[234,67,86,14],[234,69,86,15,"_reactNative"],[234,81,86,19],[234,82,86,19,"Text"],[234,86,86,19],[235,16,86,20,"style"],[235,21,86,25],[235,23,86,27,"styles"],[235,29,86,33],[235,30,86,34,"announcementText"],[235,46,86,51],[236,16,86,51,"children"],[236,24,86,51],[236,26,86,52],[237,14,86,80],[238,16,86,80,"fileName"],[238,24,86,80],[238,26,86,80,"_jsxFileName"],[238,38,86,80],[239,16,86,80,"lineNumber"],[239,26,86,80],[240,16,86,80,"columnNumber"],[240,28,86,80],[241,14,86,80],[241,21,86,86],[241,22,86,87],[242,12,86,87],[243,14,86,87,"fileName"],[243,22,86,87],[243,24,86,87,"_jsxFileName"],[243,36,86,87],[244,14,86,87,"lineNumber"],[244,24,86,87],[245,14,86,87,"columnNumber"],[245,26,86,87],[246,12,86,87],[246,19,87,18],[246,20,87,19],[247,10,87,19],[248,12,87,19,"fileName"],[248,20,87,19],[248,22,87,19,"_jsxFileName"],[248,34,87,19],[249,12,87,19,"lineNumber"],[249,22,87,19],[250,12,87,19,"columnNumber"],[250,24,87,19],[251,10,87,19],[251,17,88,22],[252,8,88,23],[253,10,88,23,"fileName"],[253,18,88,23],[253,20,88,23,"_jsxFileName"],[253,32,88,23],[254,10,88,23,"lineNumber"],[254,20,88,23],[255,10,88,23,"columnNumber"],[255,22,88,23],[256,8,88,23],[256,15,89,14],[256,16,89,15],[256,31,92,8],[256,35,92,8,"_reactJsxDevRuntime"],[256,54,92,8],[256,55,92,8,"jsxDEV"],[256,61,92,8],[256,63,92,9,"_reactNative"],[256,75,92,13],[256,76,92,13,"View"],[256,80,92,13],[257,10,92,14,"style"],[257,15,92,19],[257,17,92,21,"styles"],[257,23,92,27],[257,24,92,28,"quickActionsContainer"],[257,45,92,50],[258,10,92,50,"children"],[258,18,92,50],[258,34,93,10],[258,38,93,10,"_reactJsxDevRuntime"],[258,57,93,10],[258,58,93,10,"jsxDEV"],[258,64,93,10],[258,66,93,11,"_reactNative"],[258,78,93,15],[258,79,93,15,"Text"],[258,83,93,15],[259,12,93,16,"style"],[259,17,93,21],[259,19,93,23,"styles"],[259,25,93,29],[259,26,93,30,"sectionTitle"],[259,38,93,43],[260,12,93,43,"children"],[260,20,93,43],[260,22,93,44],[261,10,93,57],[262,12,93,57,"fileName"],[262,20,93,57],[262,22,93,57,"_jsxFileName"],[262,34,93,57],[263,12,93,57,"lineNumber"],[263,22,93,57],[264,12,93,57,"columnNumber"],[264,24,93,57],[265,10,93,57],[265,17,93,63],[265,18,93,64],[265,33,94,10],[265,37,94,10,"_reactJsxDevRuntime"],[265,56,94,10],[265,57,94,10,"jsxDEV"],[265,63,94,10],[265,65,94,11,"_reactNative"],[265,77,94,15],[265,78,94,15,"View"],[265,82,94,15],[266,12,94,16,"style"],[266,17,94,21],[266,19,94,23,"styles"],[266,25,94,29],[266,26,94,30,"actionsGrid"],[266,37,94,42],[267,12,94,42,"children"],[267,20,94,42],[267,22,95,13,"QUICK_ACTIONS"],[267,35,95,26],[267,36,95,27,"map"],[267,39,95,30],[267,40,95,32,"action"],[267,46,95,38],[267,63,96,14],[267,67,96,14,"_reactJsxDevRuntime"],[267,86,96,14],[267,87,96,14,"jsxDEV"],[267,93,96,14],[267,95,96,15,"_reactNative"],[267,107,96,31],[267,108,96,31,"TouchableOpacity"],[267,124,96,31],[268,14,98,16,"style"],[268,19,98,21],[268,21,98,23,"styles"],[268,27,98,29],[268,28,98,30,"actionCard"],[268,38,98,41],[269,14,99,16,"activeOpacity"],[269,27,99,29],[269,29,99,31],[269,32,99,35],[270,14,99,35,"children"],[270,22,99,35],[270,38,101,16],[270,42,101,16,"_reactJsxDevRuntime"],[270,61,101,16],[270,62,101,16,"jsxDEV"],[270,68,101,16],[270,70,101,17,"_reactNative"],[270,82,101,21],[270,83,101,21,"View"],[270,87,101,21],[271,16,101,22,"style"],[271,21,101,27],[271,23,101,29],[271,24,101,30,"styles"],[271,30,101,36],[271,31,101,37,"actionIcon"],[271,41,101,47],[271,43,101,49],[272,18,101,51,"backgroundColor"],[272,33,101,66],[272,35,101,68,"action"],[272,41,101,74],[272,42,101,75,"color"],[273,16,101,81],[273,17,101,82],[273,18,101,84],[274,16,101,84,"children"],[274,24,101,84],[274,39,102,18],[274,43,102,18,"_reactJsxDevRuntime"],[274,62,102,18],[274,63,102,18,"jsxDEV"],[274,69,102,18],[274,71,102,19,"_expoVectorIcons"],[274,87,102,27],[274,88,102,27,"Ionicons"],[274,96,102,27],[275,18,102,28,"name"],[275,22,102,32],[275,24,102,34,"action"],[275,30,102,40],[275,31,102,41,"icon"],[275,35,102,46],[276,18,102,47,"size"],[276,22,102,51],[276,24,102,53],[276,26,102,56],[277,18,102,57,"color"],[277,23,102,62],[277,25,102,63],[278,16,102,69],[279,18,102,69,"fileName"],[279,26,102,69],[279,28,102,69,"_jsxFileName"],[279,40,102,69],[280,18,102,69,"lineNumber"],[280,28,102,69],[281,18,102,69,"columnNumber"],[281,30,102,69],[282,16,102,69],[282,23,102,71],[283,14,102,72],[284,16,102,72,"fileName"],[284,24,102,72],[284,26,102,72,"_jsxFileName"],[284,38,102,72],[285,16,102,72,"lineNumber"],[285,26,102,72],[286,16,102,72,"columnNumber"],[286,28,102,72],[287,14,102,72],[287,21,103,22],[287,22,103,23],[287,37,104,16],[287,41,104,16,"_reactJsxDevRuntime"],[287,60,104,16],[287,61,104,16,"jsxDEV"],[287,67,104,16],[287,69,104,17,"_reactNative"],[287,81,104,21],[287,82,104,21,"Text"],[287,86,104,21],[288,16,104,22,"style"],[288,21,104,27],[288,23,104,29,"styles"],[288,29,104,35],[288,30,104,36,"actionLabel"],[288,41,104,48],[289,16,104,48,"children"],[289,24,104,48],[289,26,104,50,"action"],[289,32,104,56],[289,33,104,57,"label"],[290,14,104,62],[291,16,104,62,"fileName"],[291,24,104,62],[291,26,104,62,"_jsxFileName"],[291,38,104,62],[292,16,104,62,"lineNumber"],[292,26,104,62],[293,16,104,62,"columnNumber"],[293,28,104,62],[294,14,104,62],[294,21,104,69],[294,22,104,70],[295,12,104,70],[295,15,97,21,"action"],[295,21,97,27],[295,22,97,28,"id"],[295,24,97,30],[296,14,97,30,"fileName"],[296,22,97,30],[296,24,97,30,"_jsxFileName"],[296,36,97,30],[297,14,97,30,"lineNumber"],[297,24,97,30],[298,14,97,30,"columnNumber"],[298,26,97,30],[299,12,97,30],[299,19,105,32],[299,20,106,13],[300,10,106,14],[301,12,106,14,"fileName"],[301,20,106,14],[301,22,106,14,"_jsxFileName"],[301,34,106,14],[302,12,106,14,"lineNumber"],[302,22,106,14],[303,12,106,14,"columnNumber"],[303,24,106,14],[304,10,106,14],[304,17,107,16],[304,18,107,17],[305,8,107,17],[306,10,107,17,"fileName"],[306,18,107,17],[306,20,107,17,"_jsxFileName"],[306,32,107,17],[307,10,107,17,"lineNumber"],[307,20,107,17],[308,10,107,17,"columnNumber"],[308,22,107,17],[309,8,107,17],[309,15,108,14],[309,16,108,15],[310,6,108,15],[311,8,108,15,"fileName"],[311,16,108,15],[311,18,108,15,"_jsxFileName"],[311,30,108,15],[312,8,108,15,"lineNumber"],[312,18,108,15],[313,8,108,15,"columnNumber"],[313,20,108,15],[314,6,108,15],[314,13,109,18],[315,4,109,19],[316,6,109,19,"fileName"],[316,14,109,19],[316,16,109,19,"_jsxFileName"],[316,28,109,19],[317,6,109,19,"lineNumber"],[317,16,109,19],[318,6,109,19,"columnNumber"],[318,18,109,19],[319,4,109,19],[319,11,110,18],[319,12,110,19],[320,2,112,0],[321,2,112,1,"_s"],[321,4,112,1],[321,5,20,9,"HomeTab"],[321,12,20,16],[322,4,20,16],[322,12,21,19,"useAuth"],[322,32,21,26],[322,33,21,26,"useAuth"],[322,40,21,26],[323,2,21,26],[324,2,21,26,"_c"],[324,4,21,26],[324,7,20,9,"HomeTab"],[324,14,20,16],[325,2,114,0],[325,11,114,9,"WalletTab"],[325,20,114,18,"WalletTab"],[325,21,114,18],[325,23,114,21],[326,4,114,21,"_s2"],[326,7,114,21],[327,4,115,2],[327,8,115,2,"_useAuth2"],[327,17,115,2],[327,20,115,19],[327,24,115,19,"useAuth"],[327,44,115,26],[327,45,115,26,"useAuth"],[327,52,115,26],[327,54,115,27],[327,55,115,28],[328,6,115,10,"user"],[328,10,115,14],[328,13,115,14,"_useAuth2"],[328,22,115,14],[328,23,115,10,"user"],[328,27,115,14],[329,4,116,2],[329,8,116,2,"_useState3"],[329,18,116,2],[329,21,116,38],[329,25,116,38,"useState"],[329,31,116,46],[329,32,116,46,"useState"],[329,40,116,46],[329,42,116,47],[329,54,116,59],[329,55,116,60],[330,6,116,60,"_useState4"],[330,16,116,60],[330,23,116,60,"_slicedToArray"],[330,37,116,60],[330,38,116,60,"default"],[330,45,116,60],[330,47,116,60,"_useState3"],[330,57,116,60],[331,6,116,9,"hezBalance"],[331,16,116,19],[331,19,116,19,"_useState4"],[331,29,116,19],[332,6,116,21,"setHezBalance"],[332,19,116,34],[332,22,116,34,"_useState4"],[332,32,116,34],[333,4,117,2],[333,8,117,2,"_useState5"],[333,18,117,2],[333,21,117,38],[333,25,117,38,"useState"],[333,31,117,46],[333,32,117,46,"useState"],[333,40,117,46],[333,42,117,47],[333,54,117,59],[333,55,117,60],[334,6,117,60,"_useState6"],[334,16,117,60],[334,23,117,60,"_slicedToArray"],[334,37,117,60],[334,38,117,60,"default"],[334,45,117,60],[334,47,117,60,"_useState5"],[334,57,117,60],[335,6,117,9,"pezBalance"],[335,16,117,19],[335,19,117,19,"_useState6"],[335,29,117,19],[336,6,117,21,"setPezBalance"],[336,19,117,34],[336,22,117,34,"_useState6"],[336,32,117,34],[337,4,118,2],[337,8,118,2,"_useState7"],[337,18,118,2],[337,21,118,32],[337,25,118,32,"useState"],[337,31,118,40],[337,32,118,40,"useState"],[337,40,118,40],[337,42,118,41],[337,46,118,45],[337,47,118,46],[338,6,118,46,"_useState8"],[338,16,118,46],[338,23,118,46,"_slicedToArray"],[338,37,118,46],[338,38,118,46,"default"],[338,45,118,46],[338,47,118,46,"_useState7"],[338,57,118,46],[339,6,118,9,"loading"],[339,13,118,16],[339,16,118,16,"_useState8"],[339,26,118,16],[340,6,118,18,"setLoading"],[340,16,118,28],[340,19,118,28,"_useState8"],[340,29,118,28],[341,4,120,2],[341,8,120,8,"TEST_WALLET"],[341,19,120,19],[341,22,120,22],[341,72,120,72],[342,4,122,2],[342,8,122,2,"useEffect"],[342,14,122,11],[342,15,122,11,"useEffect"],[342,24,122,11],[342,26,122,12],[342,32,122,18],[343,6,123,4,"fetchBalance"],[343,18,123,16],[343,19,123,17],[343,20,123,18],[344,4,124,2],[344,5,124,3],[344,7,124,5],[344,9,124,7],[344,10,124,8],[345,4,126,2],[345,8,126,8,"fetchBalance"],[345,20,126,20],[346,6,126,20],[346,10,126,20,"_ref2"],[346,15,126,20],[346,22,126,20,"_asyncToGenerator"],[346,39,126,20],[346,40,126,20,"default"],[346,47,126,20],[346,49,126,23],[346,62,126,35],[347,8,127,4],[347,12,127,8],[348,10,128,6],[348,14,128,12,"backendUrl"],[348,24,128,22],[348,27,128,25],[348,84,128,64],[348,107,128,87],[349,10,129,6],[349,14,129,12,"response"],[349,22,129,20],[349,31,129,29,"fetch"],[349,36,129,34],[349,37,129,35],[349,40,129,38,"backendUrl"],[349,50,129,48],[349,75,129,73],[349,77,129,75],[350,12,130,8,"method"],[350,18,130,14],[350,20,130,16],[350,26,130,22],[351,12,131,8,"headers"],[351,19,131,15],[351,21,131,17],[352,14,132,10],[352,28,132,24],[352,30,132,26],[353,12,133,8],[353,13,133,9],[354,12,134,8,"body"],[354,16,134,12],[354,18,134,14,"JSON"],[354,22,134,18],[354,23,134,19,"stringify"],[354,32,134,28],[354,33,134,29],[355,14,135,10,"address"],[355,21,135,17],[355,23,135,19,"TEST_WALLET"],[356,12,136,8],[356,13,136,9],[357,10,137,6],[357,11,137,7],[357,12,137,8],[358,10,139,6],[358,14,139,10,"response"],[358,22,139,18],[358,23,139,19,"ok"],[358,25,139,21],[358,27,139,23],[359,12,140,8],[359,16,140,14,"data"],[359,20,140,18],[359,29,140,27,"response"],[359,37,140,35],[359,38,140,36,"json"],[359,42,140,40],[359,43,140,41],[359,44,140,42],[360,12,141,8,"setHezBalance"],[360,25,141,21],[360,26,141,22,"parseFloat"],[360,36,141,32],[360,37,141,33,"data"],[360,41,141,37],[360,42,141,38,"hez"],[360,45,141,41],[360,46,141,42],[360,47,141,43,"toFixed"],[360,54,141,50],[360,55,141,51],[360,56,141,52],[360,57,141,53],[360,58,141,54],[361,12,142,8,"setPezBalance"],[361,25,142,21],[361,26,142,22,"parseFloat"],[361,36,142,32],[361,37,142,33,"data"],[361,41,142,37],[361,42,142,38,"pez"],[361,45,142,41],[361,46,142,42],[361,47,142,43,"toFixed"],[361,54,142,50],[361,55,142,51],[361,56,142,52],[361,57,142,53],[361,58,142,54],[362,10,143,6],[362,11,143,7],[362,17,143,13],[363,12,144,8,"setHezBalance"],[363,25,144,21],[363,26,144,22],[363,33,144,29],[363,34,144,30],[364,12,145,8,"setPezBalance"],[364,25,145,21],[364,26,145,22],[364,33,145,29],[364,34,145,30],[365,10,146,6],[366,8,147,4],[366,9,147,5],[366,10,147,6],[366,17,147,13,"error"],[366,22,147,18],[366,24,147,20],[367,10,148,6,"console"],[367,17,148,13],[367,18,148,14,"error"],[367,23,148,19],[367,24,148,20],[367,46,148,42],[367,48,148,44,"error"],[367,53,148,49],[367,54,148,50],[368,10,149,6,"setHezBalance"],[368,23,149,19],[368,24,149,20],[368,31,149,27],[368,32,149,28],[369,10,150,6,"setPezBalance"],[369,23,150,19],[369,24,150,20],[369,31,150,27],[369,32,150,28],[370,8,151,4],[370,9,151,5],[370,18,151,14],[371,10,152,6,"setLoading"],[371,20,152,16],[371,21,152,17],[371,26,152,22],[371,27,152,23],[372,8,153,4],[373,6,154,2],[373,7,154,3],[374,6,154,3],[374,22,126,8,"fetchBalance"],[374,34,126,20,"fetchBalance"],[374,35,126,20],[375,8,126,20],[375,15,126,20,"_ref2"],[375,20,126,20],[375,21,126,20,"apply"],[375,26,126,20],[375,33,126,20,"arguments"],[375,42,126,20],[376,6,126,20],[377,4,126,20],[377,7,154,3],[378,4,156,2],[378,24,157,4],[378,28,157,4,"_reactJsxDevRuntime"],[378,47,157,4],[378,48,157,4,"jsxDEV"],[378,54,157,4],[378,56,157,5,"_reactNative"],[378,68,157,17],[378,69,157,17,"SafeAreaView"],[378,81,157,17],[379,6,157,18,"style"],[379,11,157,23],[379,13,157,25,"styles"],[379,19,157,31],[379,20,157,32,"container"],[379,29,157,42],[380,6,157,42,"children"],[380,14,157,42],[380,29,158,6],[380,33,158,6,"_reactJsxDevRuntime"],[380,52,158,6],[380,53,158,6,"jsxDEV"],[380,59,158,6],[380,61,158,7,"_reactNative"],[380,73,158,17],[380,74,158,17,"ScrollView"],[380,84,158,17],[381,8,158,17,"children"],[381,16,158,17],[381,32,159,8],[381,36,159,8,"_reactJsxDevRuntime"],[381,55,159,8],[381,56,159,8,"jsxDEV"],[381,62,159,8],[381,64,159,9,"_reactNative"],[381,76,159,13],[381,77,159,13,"View"],[381,81,159,13],[382,10,159,14,"style"],[382,15,159,19],[382,17,159,21,"styles"],[382,23,159,27],[382,24,159,28,"walletHeader"],[382,36,159,41],[383,10,159,41,"children"],[383,18,159,41],[383,34,160,10],[383,38,160,10,"_reactJsxDevRuntime"],[383,57,160,10],[383,58,160,10,"jsxDEV"],[383,64,160,10],[383,66,160,11,"_reactNative"],[383,78,160,15],[383,79,160,15,"Text"],[383,83,160,15],[384,12,160,16,"style"],[384,17,160,21],[384,19,160,23,"styles"],[384,25,160,29],[384,26,160,30,"walletTitle"],[384,37,160,42],[385,12,160,42,"children"],[385,20,160,42],[385,22,160,43],[386,10,160,52],[387,12,160,52,"fileName"],[387,20,160,52],[387,22,160,52,"_jsxFileName"],[387,34,160,52],[388,12,160,52,"lineNumber"],[388,22,160,52],[389,12,160,52,"columnNumber"],[389,24,160,52],[390,10,160,52],[390,17,160,58],[390,18,160,59],[390,33,161,10],[390,37,161,10,"_reactJsxDevRuntime"],[390,56,161,10],[390,57,161,10,"jsxDEV"],[390,63,161,10],[390,65,161,11,"_reactNative"],[390,77,161,27],[390,78,161,27,"TouchableOpacity"],[390,94,161,27],[391,12,161,28,"onPress"],[391,19,161,35],[391,21,161,37,"fetchBalance"],[391,33,161,50],[392,12,161,51,"style"],[392,17,161,56],[392,19,161,58,"styles"],[392,25,161,64],[392,26,161,65,"refreshButton"],[392,39,161,79],[393,12,161,79,"children"],[393,20,161,79],[393,35,162,12],[393,39,162,12,"_reactJsxDevRuntime"],[393,58,162,12],[393,59,162,12,"jsxDEV"],[393,65,162,12],[393,67,162,13,"_expoVectorIcons"],[393,83,162,21],[393,84,162,21,"Ionicons"],[393,92,162,21],[394,14,162,22,"name"],[394,18,162,26],[394,20,162,27],[394,29,162,36],[395,14,162,37,"size"],[395,18,162,41],[395,20,162,43],[395,22,162,46],[396,14,162,47,"color"],[396,19,162,52],[396,21,162,53],[397,12,162,62],[398,14,162,62,"fileName"],[398,22,162,62],[398,24,162,62,"_jsxFileName"],[398,36,162,62],[399,14,162,62,"lineNumber"],[399,24,162,62],[400,14,162,62,"columnNumber"],[400,26,162,62],[401,12,162,62],[401,19,162,64],[402,10,162,65],[403,12,162,65,"fileName"],[403,20,162,65],[403,22,162,65,"_jsxFileName"],[403,34,162,65],[404,12,162,65,"lineNumber"],[404,22,162,65],[405,12,162,65,"columnNumber"],[405,24,162,65],[406,10,162,65],[406,17,163,28],[406,18,163,29],[407,8,163,29],[408,10,163,29,"fileName"],[408,18,163,29],[408,20,163,29,"_jsxFileName"],[408,32,163,29],[409,10,163,29,"lineNumber"],[409,20,163,29],[410,10,163,29,"columnNumber"],[410,22,163,29],[411,8,163,29],[411,15,164,14],[411,16,164,15],[411,31,167,8],[411,35,167,8,"_reactJsxDevRuntime"],[411,54,167,8],[411,55,167,8,"jsxDEV"],[411,61,167,8],[411,63,167,9,"_reactNative"],[411,75,167,13],[411,76,167,13,"View"],[411,80,167,13],[412,10,167,14,"style"],[412,15,167,19],[412,17,167,21,"styles"],[412,23,167,27],[412,24,167,28,"balanceCards"],[412,36,167,41],[413,10,167,41,"children"],[413,18,167,41],[413,34,168,10],[413,38,168,10,"_reactJsxDevRuntime"],[413,57,168,10],[413,58,168,10,"jsxDEV"],[413,64,168,10],[413,66,168,11,"_reactNative"],[413,78,168,15],[413,79,168,15,"View"],[413,83,168,15],[414,12,168,16,"style"],[414,17,168,21],[414,19,168,23,"styles"],[414,25,168,29],[414,26,168,30,"balanceCard"],[414,37,168,42],[415,12,168,42,"children"],[415,20,168,42],[415,36,169,12],[415,40,169,12,"_reactJsxDevRuntime"],[415,59,169,12],[415,60,169,12,"jsxDEV"],[415,66,169,12],[415,68,169,13,"_reactNative"],[415,80,169,17],[415,81,169,17,"View"],[415,85,169,17],[416,14,169,18,"style"],[416,19,169,23],[416,21,169,25,"styles"],[416,27,169,31],[416,28,169,32,"balanceCardHeader"],[416,45,169,50],[417,14,169,50,"children"],[417,22,169,50],[417,38,170,14],[417,42,170,14,"_reactJsxDevRuntime"],[417,61,170,14],[417,62,170,14,"jsxDEV"],[417,68,170,14],[417,70,170,15,"_reactNative"],[417,82,170,20],[417,83,170,20,"Image"],[417,88,170,20],[418,16,171,16,"source"],[418,22,171,22],[418,24,171,24],[419,18,171,26,"uri"],[419,21,171,29],[419,23,171,31],[420,16,171,147],[420,17,171,149],[421,16,172,16,"style"],[421,21,172,21],[421,23,172,23,"styles"],[421,29,172,29],[421,30,172,30,"tokenLogo"],[422,14,172,40],[423,16,172,40,"fileName"],[423,24,172,40],[423,26,172,40,"_jsxFileName"],[423,38,172,40],[424,16,172,40,"lineNumber"],[424,26,172,40],[425,16,172,40,"columnNumber"],[425,28,172,40],[426,14,172,40],[426,21,173,15],[426,22,173,16],[426,37,174,14],[426,41,174,14,"_reactJsxDevRuntime"],[426,60,174,14],[426,61,174,14,"jsxDEV"],[426,67,174,14],[426,69,174,15,"_reactNative"],[426,81,174,19],[426,82,174,19,"Text"],[426,86,174,19],[427,16,174,20,"style"],[427,21,174,25],[427,23,174,27,"styles"],[427,29,174,33],[427,30,174,34,"tokenSymbol"],[427,41,174,46],[428,16,174,46,"children"],[428,24,174,46],[428,26,174,47],[429,14,174,50],[430,16,174,50,"fileName"],[430,24,174,50],[430,26,174,50,"_jsxFileName"],[430,38,174,50],[431,16,174,50,"lineNumber"],[431,26,174,50],[432,16,174,50,"columnNumber"],[432,28,174,50],[433,14,174,50],[433,21,174,56],[433,22,174,57],[434,12,174,57],[435,14,174,57,"fileName"],[435,22,174,57],[435,24,174,57,"_jsxFileName"],[435,36,174,57],[436,14,174,57,"lineNumber"],[436,24,174,57],[437,14,174,57,"columnNumber"],[437,26,174,57],[438,12,174,57],[438,19,175,18],[438,20,175,19],[438,35,176,12],[438,39,176,12,"_reactJsxDevRuntime"],[438,58,176,12],[438,59,176,12,"jsxDEV"],[438,65,176,12],[438,67,176,13,"_reactNative"],[438,79,176,17],[438,80,176,17,"Text"],[438,84,176,17],[439,14,176,18,"style"],[439,19,176,23],[439,21,176,25,"styles"],[439,27,176,31],[439,28,176,32,"balanceAmount"],[439,41,176,46],[440,14,176,46,"children"],[440,22,176,46],[440,24,176,48,"hezBalance"],[441,12,176,58],[442,14,176,58,"fileName"],[442,22,176,58],[442,24,176,58,"_jsxFileName"],[442,36,176,58],[443,14,176,58,"lineNumber"],[443,24,176,58],[444,14,176,58,"columnNumber"],[444,26,176,58],[445,12,176,58],[445,19,176,65],[445,20,176,66],[445,35,177,12],[445,39,177,12,"_reactJsxDevRuntime"],[445,58,177,12],[445,59,177,12,"jsxDEV"],[445,65,177,12],[445,67,177,13,"_reactNative"],[445,79,177,17],[445,80,177,17,"Text"],[445,84,177,17],[446,14,177,18,"style"],[446,19,177,23],[446,21,177,25,"styles"],[446,27,177,31],[446,28,177,32,"balanceUsd"],[446,38,177,43],[447,14,177,43,"children"],[447,22,177,43],[447,24,177,44],[448,12,177,59],[449,14,177,59,"fileName"],[449,22,177,59],[449,24,177,59,"_jsxFileName"],[449,36,177,59],[450,14,177,59,"lineNumber"],[450,24,177,59],[451,14,177,59,"columnNumber"],[451,26,177,59],[452,12,177,59],[452,19,177,65],[452,20,177,66],[453,10,177,66],[454,12,177,66,"fileName"],[454,20,177,66],[454,22,177,66,"_jsxFileName"],[454,34,177,66],[455,12,177,66,"lineNumber"],[455,22,177,66],[456,12,177,66,"columnNumber"],[456,24,177,66],[457,10,177,66],[457,17,178,16],[457,18,178,17],[457,33,180,10],[457,37,180,10,"_reactJsxDevRuntime"],[457,56,180,10],[457,57,180,10,"jsxDEV"],[457,63,180,10],[457,65,180,11,"_reactNative"],[457,77,180,15],[457,78,180,15,"View"],[457,82,180,15],[458,12,180,16,"style"],[458,17,180,21],[458,19,180,23,"styles"],[458,25,180,29],[458,26,180,30,"balanceCard"],[458,37,180,42],[459,12,180,42,"children"],[459,20,180,42],[459,36,181,12],[459,40,181,12,"_reactJsxDevRuntime"],[459,59,181,12],[459,60,181,12,"jsxDEV"],[459,66,181,12],[459,68,181,13,"_reactNative"],[459,80,181,17],[459,81,181,17,"View"],[459,85,181,17],[460,14,181,18,"style"],[460,19,181,23],[460,21,181,25,"styles"],[460,27,181,31],[460,28,181,32,"balanceCardHeader"],[460,45,181,50],[461,14,181,50,"children"],[461,22,181,50],[461,38,182,14],[461,42,182,14,"_reactJsxDevRuntime"],[461,61,182,14],[461,62,182,14,"jsxDEV"],[461,68,182,14],[461,70,182,15,"_reactNative"],[461,82,182,20],[461,83,182,20,"Image"],[461,88,182,20],[462,16,183,16,"source"],[462,22,183,22],[462,24,183,24],[463,18,183,26,"uri"],[463,21,183,29],[463,23,183,31],[464,16,183,131],[464,17,183,133],[465,16,184,16,"style"],[465,21,184,21],[465,23,184,23,"styles"],[465,29,184,29],[465,30,184,30,"tokenLogo"],[466,14,184,40],[467,16,184,40,"fileName"],[467,24,184,40],[467,26,184,40,"_jsxFileName"],[467,38,184,40],[468,16,184,40,"lineNumber"],[468,26,184,40],[469,16,184,40,"columnNumber"],[469,28,184,40],[470,14,184,40],[470,21,185,15],[470,22,185,16],[470,37,186,14],[470,41,186,14,"_reactJsxDevRuntime"],[470,60,186,14],[470,61,186,14,"jsxDEV"],[470,67,186,14],[470,69,186,15,"_reactNative"],[470,81,186,19],[470,82,186,19,"Text"],[470,86,186,19],[471,16,186,20,"style"],[471,21,186,25],[471,23,186,27,"styles"],[471,29,186,33],[471,30,186,34,"tokenSymbol"],[471,41,186,46],[472,16,186,46,"children"],[472,24,186,46],[472,26,186,47],[473,14,186,50],[474,16,186,50,"fileName"],[474,24,186,50],[474,26,186,50,"_jsxFileName"],[474,38,186,50],[475,16,186,50,"lineNumber"],[475,26,186,50],[476,16,186,50,"columnNumber"],[476,28,186,50],[477,14,186,50],[477,21,186,56],[477,22,186,57],[478,12,186,57],[479,14,186,57,"fileName"],[479,22,186,57],[479,24,186,57,"_jsxFileName"],[479,36,186,57],[480,14,186,57,"lineNumber"],[480,24,186,57],[481,14,186,57,"columnNumber"],[481,26,186,57],[482,12,186,57],[482,19,187,18],[482,20,187,19],[482,35,188,12],[482,39,188,12,"_reactJsxDevRuntime"],[482,58,188,12],[482,59,188,12,"jsxDEV"],[482,65,188,12],[482,67,188,13,"_reactNative"],[482,79,188,17],[482,80,188,17,"Text"],[482,84,188,17],[483,14,188,18,"style"],[483,19,188,23],[483,21,188,25,"styles"],[483,27,188,31],[483,28,188,32,"balanceAmount"],[483,41,188,46],[484,14,188,46,"children"],[484,22,188,46],[484,24,188,48,"pezBalance"],[485,12,188,58],[486,14,188,58,"fileName"],[486,22,188,58],[486,24,188,58,"_jsxFileName"],[486,36,188,58],[487,14,188,58,"lineNumber"],[487,24,188,58],[488,14,188,58,"columnNumber"],[488,26,188,58],[489,12,188,58],[489,19,188,65],[489,20,188,66],[489,35,189,12],[489,39,189,12,"_reactJsxDevRuntime"],[489,58,189,12],[489,59,189,12,"jsxDEV"],[489,65,189,12],[489,67,189,13,"_reactNative"],[489,79,189,17],[489,80,189,17,"Text"],[489,84,189,17],[490,14,189,18,"style"],[490,19,189,23],[490,21,189,25,"styles"],[490,27,189,31],[490,28,189,32,"balanceUsd"],[490,38,189,43],[491,14,189,43,"children"],[491,22,189,43],[491,24,189,44],[492,12,189,57],[493,14,189,57,"fileName"],[493,22,189,57],[493,24,189,57,"_jsxFileName"],[493,36,189,57],[494,14,189,57,"lineNumber"],[494,24,189,57],[495,14,189,57,"columnNumber"],[495,26,189,57],[496,12,189,57],[496,19,189,63],[496,20,189,64],[497,10,189,64],[498,12,189,64,"fileName"],[498,20,189,64],[498,22,189,64,"_jsxFileName"],[498,34,189,64],[499,12,189,64,"lineNumber"],[499,22,189,64],[500,12,189,64,"columnNumber"],[500,24,189,64],[501,10,189,64],[501,17,190,16],[501,18,190,17],[502,8,190,17],[503,10,190,17,"fileName"],[503,18,190,17],[503,20,190,17,"_jsxFileName"],[503,32,190,17],[504,10,190,17,"lineNumber"],[504,20,190,17],[505,10,190,17,"columnNumber"],[505,22,190,17],[506,8,190,17],[506,15,191,14],[506,16,191,15],[506,31,194,8],[506,35,194,8,"_reactJsxDevRuntime"],[506,54,194,8],[506,55,194,8,"jsxDEV"],[506,61,194,8],[506,63,194,9,"_reactNative"],[506,75,194,13],[506,76,194,13,"View"],[506,80,194,13],[507,10,194,14,"style"],[507,15,194,19],[507,17,194,21,"styles"],[507,23,194,27],[507,24,194,28,"walletActions"],[507,37,194,42],[508,10,194,42,"children"],[508,18,194,42],[508,34,195,10],[508,38,195,10,"_reactJsxDevRuntime"],[508,57,195,10],[508,58,195,10,"jsxDEV"],[508,64,195,10],[508,66,195,11,"_reactNative"],[508,78,195,27],[508,79,195,27,"TouchableOpacity"],[508,95,195,27],[509,12,195,28,"style"],[509,17,195,33],[509,19,195,35,"styles"],[509,25,195,41],[509,26,195,42,"walletActionButton"],[509,44,195,61],[510,12,195,61,"children"],[510,20,195,61],[510,36,196,12],[510,40,196,12,"_reactJsxDevRuntime"],[510,59,196,12],[510,60,196,12,"jsxDEV"],[510,66,196,12],[510,68,196,13,"_expoVectorIcons"],[510,84,196,21],[510,85,196,21,"Ionicons"],[510,93,196,21],[511,14,196,22,"name"],[511,18,196,26],[511,20,196,27],[511,30,196,37],[512,14,196,38,"size"],[512,18,196,42],[512,20,196,44],[512,22,196,47],[513,14,196,48,"color"],[513,19,196,53],[513,21,196,54],[514,12,196,60],[515,14,196,60,"fileName"],[515,22,196,60],[515,24,196,60,"_jsxFileName"],[515,36,196,60],[516,14,196,60,"lineNumber"],[516,24,196,60],[517,14,196,60,"columnNumber"],[517,26,196,60],[518,12,196,60],[518,19,196,62],[518,20,196,63],[518,35,197,12],[518,39,197,12,"_reactJsxDevRuntime"],[518,58,197,12],[518,59,197,12,"jsxDEV"],[518,65,197,12],[518,67,197,13,"_reactNative"],[518,79,197,17],[518,80,197,17,"Text"],[518,84,197,17],[519,14,197,18,"style"],[519,19,197,23],[519,21,197,25,"styles"],[519,27,197,31],[519,28,197,32,"walletActionText"],[519,44,197,49],[520,14,197,49,"children"],[520,22,197,49],[520,24,197,50],[521,12,197,54],[522,14,197,54,"fileName"],[522,22,197,54],[522,24,197,54,"_jsxFileName"],[522,36,197,54],[523,14,197,54,"lineNumber"],[523,24,197,54],[524,14,197,54,"columnNumber"],[524,26,197,54],[525,12,197,54],[525,19,197,60],[525,20,197,61],[526,10,197,61],[527,12,197,61,"fileName"],[527,20,197,61],[527,22,197,61,"_jsxFileName"],[527,34,197,61],[528,12,197,61,"lineNumber"],[528,22,197,61],[529,12,197,61,"columnNumber"],[529,24,197,61],[530,10,197,61],[530,17,198,28],[530,18,198,29],[530,33,199,10],[530,37,199,10,"_reactJsxDevRuntime"],[530,56,199,10],[530,57,199,10,"jsxDEV"],[530,63,199,10],[530,65,199,11,"_reactNative"],[530,77,199,27],[530,78,199,27,"TouchableOpacity"],[530,94,199,27],[531,12,199,28,"style"],[531,17,199,33],[531,19,199,35,"styles"],[531,25,199,41],[531,26,199,42,"walletActionButton"],[531,44,199,61],[532,12,199,61,"children"],[532,20,199,61],[532,36,200,12],[532,40,200,12,"_reactJsxDevRuntime"],[532,59,200,12],[532,60,200,12,"jsxDEV"],[532,66,200,12],[532,68,200,13,"_expoVectorIcons"],[532,84,200,21],[532,85,200,21,"Ionicons"],[532,93,200,21],[533,14,200,22,"name"],[533,18,200,26],[533,20,200,27],[533,32,200,39],[534,14,200,40,"size"],[534,18,200,44],[534,20,200,46],[534,22,200,49],[535,14,200,50,"color"],[535,19,200,55],[535,21,200,56],[536,12,200,62],[537,14,200,62,"fileName"],[537,22,200,62],[537,24,200,62,"_jsxFileName"],[537,36,200,62],[538,14,200,62,"lineNumber"],[538,24,200,62],[539,14,200,62,"columnNumber"],[539,26,200,62],[540,12,200,62],[540,19,200,64],[540,20,200,65],[540,35,201,12],[540,39,201,12,"_reactJsxDevRuntime"],[540,58,201,12],[540,59,201,12,"jsxDEV"],[540,65,201,12],[540,67,201,13,"_reactNative"],[540,79,201,17],[540,80,201,17,"Text"],[540,84,201,17],[541,14,201,18,"style"],[541,19,201,23],[541,21,201,25,"styles"],[541,27,201,31],[541,28,201,32,"walletActionText"],[541,44,201,49],[542,14,201,49,"children"],[542,22,201,49],[542,24,201,50],[543,12,201,57],[544,14,201,57,"fileName"],[544,22,201,57],[544,24,201,57,"_jsxFileName"],[544,36,201,57],[545,14,201,57,"lineNumber"],[545,24,201,57],[546,14,201,57,"columnNumber"],[546,26,201,57],[547,12,201,57],[547,19,201,63],[547,20,201,64],[548,10,201,64],[549,12,201,64,"fileName"],[549,20,201,64],[549,22,201,64,"_jsxFileName"],[549,34,201,64],[550,12,201,64,"lineNumber"],[550,22,201,64],[551,12,201,64,"columnNumber"],[551,24,201,64],[552,10,201,64],[552,17,202,28],[552,18,202,29],[552,33,203,10],[552,37,203,10,"_reactJsxDevRuntime"],[552,56,203,10],[552,57,203,10,"jsxDEV"],[552,63,203,10],[552,65,203,11,"_reactNative"],[552,77,203,27],[552,78,203,27,"TouchableOpacity"],[552,94,203,27],[553,12,203,28,"style"],[553,17,203,33],[553,19,203,35,"styles"],[553,25,203,41],[553,26,203,42,"walletActionButton"],[553,44,203,61],[554,12,203,61,"children"],[554,20,203,61],[554,36,204,12],[554,40,204,12,"_reactJsxDevRuntime"],[554,59,204,12],[554,60,204,12,"jsxDEV"],[554,66,204,12],[554,68,204,13,"_expoVectorIcons"],[554,84,204,21],[554,85,204,21,"Ionicons"],[554,93,204,21],[555,14,204,22,"name"],[555,18,204,26],[555,20,204,27],[555,37,204,44],[556,14,204,45,"size"],[556,18,204,49],[556,20,204,51],[556,22,204,54],[557,14,204,55,"color"],[557,19,204,60],[557,21,204,61],[558,12,204,67],[559,14,204,67,"fileName"],[559,22,204,67],[559,24,204,67,"_jsxFileName"],[559,36,204,67],[560,14,204,67,"lineNumber"],[560,24,204,67],[561,14,204,67,"columnNumber"],[561,26,204,67],[562,12,204,67],[562,19,204,69],[562,20,204,70],[562,35,205,12],[562,39,205,12,"_reactJsxDevRuntime"],[562,58,205,12],[562,59,205,12,"jsxDEV"],[562,65,205,12],[562,67,205,13,"_reactNative"],[562,79,205,17],[562,80,205,17,"Text"],[562,84,205,17],[563,14,205,18,"style"],[563,19,205,23],[563,21,205,25,"styles"],[563,27,205,31],[563,28,205,32,"walletActionText"],[563,44,205,49],[564,14,205,49,"children"],[564,22,205,49],[564,24,205,50],[565,12,205,54],[566,14,205,54,"fileName"],[566,22,205,54],[566,24,205,54,"_jsxFileName"],[566,36,205,54],[567,14,205,54,"lineNumber"],[567,24,205,54],[568,14,205,54,"columnNumber"],[568,26,205,54],[569,12,205,54],[569,19,205,60],[569,20,205,61],[570,10,205,61],[571,12,205,61,"fileName"],[571,20,205,61],[571,22,205,61,"_jsxFileName"],[571,34,205,61],[572,12,205,61,"lineNumber"],[572,22,205,61],[573,12,205,61,"columnNumber"],[573,24,205,61],[574,10,205,61],[574,17,206,28],[574,18,206,29],[575,8,206,29],[576,10,206,29,"fileName"],[576,18,206,29],[576,20,206,29,"_jsxFileName"],[576,32,206,29],[577,10,206,29,"lineNumber"],[577,20,206,29],[578,10,206,29,"columnNumber"],[578,22,206,29],[579,8,206,29],[579,15,207,14],[579,16,207,15],[580,6,207,15],[581,8,207,15,"fileName"],[581,16,207,15],[581,18,207,15,"_jsxFileName"],[581,30,207,15],[582,8,207,15,"lineNumber"],[582,18,207,15],[583,8,207,15,"columnNumber"],[583,20,207,15],[584,6,207,15],[584,13,208,18],[585,4,208,19],[586,6,208,19,"fileName"],[586,14,208,19],[586,16,208,19,"_jsxFileName"],[586,28,208,19],[587,6,208,19,"lineNumber"],[587,16,208,19],[588,6,208,19,"columnNumber"],[588,18,208,19],[589,4,208,19],[589,11,209,18],[589,12,209,19],[590,2,211,0],[591,2,211,1,"_s2"],[591,5,211,1],[591,6,114,9,"WalletTab"],[591,15,114,18],[592,4,114,18],[592,12,115,19,"useAuth"],[592,32,115,26],[592,33,115,26,"useAuth"],[592,40,115,26],[593,2,115,26],[594,2,115,26,"_c2"],[594,5,115,26],[594,8,114,9,"WalletTab"],[594,17,114,18],[595,2,213,0],[595,11,213,9,"CitizensTab"],[595,22,213,20,"CitizensTab"],[595,23,213,20],[595,25,213,23],[596,4,214,2],[596,24,215,4],[596,28,215,4,"_reactJsxDevRuntime"],[596,47,215,4],[596,48,215,4,"jsxDEV"],[596,54,215,4],[596,56,215,5,"_reactNative"],[596,68,215,9],[596,69,215,9,"View"],[596,73,215,9],[597,6,215,10,"style"],[597,11,215,15],[597,13,215,17,"styles"],[597,19,215,23],[597,20,215,24,"container"],[597,29,215,34],[598,6,215,34,"children"],[598,14,215,34],[598,29,216,6],[598,33,216,6,"_reactJsxDevRuntime"],[598,52,216,6],[598,53,216,6,"jsxDEV"],[598,59,216,6],[598,61,216,7,"_reactNative"],[598,73,216,11],[598,74,216,11,"Text"],[598,78,216,11],[599,8,216,12,"style"],[599,13,216,17],[599,15,216,19,"styles"],[599,21,216,25],[599,22,216,26,"placeholderText"],[599,37,216,42],[600,8,216,42,"children"],[600,16,216,42],[600,18,216,43],[601,6,216,58],[602,8,216,58,"fileName"],[602,16,216,58],[602,18,216,58,"_jsxFileName"],[602,30,216,58],[603,8,216,58,"lineNumber"],[603,18,216,58],[604,8,216,58,"columnNumber"],[604,20,216,58],[605,6,216,58],[605,13,216,64],[606,4,216,65],[607,6,216,65,"fileName"],[607,14,216,65],[607,16,216,65,"_jsxFileName"],[607,28,216,65],[608,6,216,65,"lineNumber"],[608,16,216,65],[609,6,216,65,"columnNumber"],[609,18,216,65],[610,4,216,65],[610,11,217,10],[610,12,217,11],[611,2,219,0],[612,2,219,1,"_c3"],[612,5,219,1],[612,8,213,9,"CitizensTab"],[612,19,213,20],[613,2,221,0],[613,11,221,9,"ReferralTab"],[613,22,221,20,"ReferralTab"],[613,23,221,20],[613,25,221,23],[614,4,222,2],[614,24,223,4],[614,28,223,4,"_reactJsxDevRuntime"],[614,47,223,4],[614,48,223,4,"jsxDEV"],[614,54,223,4],[614,56,223,5,"_reactNative"],[614,68,223,9],[614,69,223,9,"View"],[614,73,223,9],[615,6,223,10,"style"],[615,11,223,15],[615,13,223,17,"styles"],[615,19,223,23],[615,20,223,24,"container"],[615,29,223,34],[616,6,223,34,"children"],[616,14,223,34],[616,29,224,6],[616,33,224,6,"_reactJsxDevRuntime"],[616,52,224,6],[616,53,224,6,"jsxDEV"],[616,59,224,6],[616,61,224,7,"_reactNative"],[616,73,224,11],[616,74,224,11,"Text"],[616,78,224,11],[617,8,224,12,"style"],[617,13,224,17],[617,15,224,19,"styles"],[617,21,224,25],[617,22,224,26,"placeholderText"],[617,37,224,42],[618,8,224,42,"children"],[618,16,224,42],[618,18,224,43],[619,6,224,58],[620,8,224,58,"fileName"],[620,16,224,58],[620,18,224,58,"_jsxFileName"],[620,30,224,58],[621,8,224,58,"lineNumber"],[621,18,224,58],[622,8,224,58,"columnNumber"],[622,20,224,58],[623,6,224,58],[623,13,224,64],[624,4,224,65],[625,6,224,65,"fileName"],[625,14,224,65],[625,16,224,65,"_jsxFileName"],[625,28,224,65],[626,6,224,65,"lineNumber"],[626,16,224,65],[627,6,224,65,"columnNumber"],[627,18,224,65],[628,4,224,65],[628,11,225,10],[628,12,225,11],[629,2,227,0],[630,2,227,1,"_c4"],[630,5,227,1],[630,8,221,9,"ReferralTab"],[630,19,221,20],[631,2,229,0],[631,11,229,9,"ProfileTab"],[631,21,229,19,"ProfileTab"],[631,22,229,19],[631,24,229,22],[632,4,230,2],[632,24,231,4],[632,28,231,4,"_reactJsxDevRuntime"],[632,47,231,4],[632,48,231,4,"jsxDEV"],[632,54,231,4],[632,56,231,5,"_reactNative"],[632,68,231,9],[632,69,231,9,"View"],[632,73,231,9],[633,6,231,10,"style"],[633,11,231,15],[633,13,231,17,"styles"],[633,19,231,23],[633,20,231,24,"container"],[633,29,231,34],[634,6,231,34,"children"],[634,14,231,34],[634,29,232,6],[634,33,232,6,"_reactJsxDevRuntime"],[634,52,232,6],[634,53,232,6,"jsxDEV"],[634,59,232,6],[634,61,232,7,"_reactNative"],[634,73,232,11],[634,74,232,11,"Text"],[634,78,232,11],[635,8,232,12,"style"],[635,13,232,17],[635,15,232,19,"styles"],[635,21,232,25],[635,22,232,26,"placeholderText"],[635,37,232,42],[636,8,232,42,"children"],[636,16,232,42],[636,18,232,43],[637,6,232,57],[638,8,232,57,"fileName"],[638,16,232,57],[638,18,232,57,"_jsxFileName"],[638,30,232,57],[639,8,232,57,"lineNumber"],[639,18,232,57],[640,8,232,57,"columnNumber"],[640,20,232,57],[641,6,232,57],[641,13,232,63],[642,4,232,64],[643,6,232,64,"fileName"],[643,14,232,64],[643,16,232,64,"_jsxFileName"],[643,28,232,64],[644,6,232,64,"lineNumber"],[644,16,232,64],[645,6,232,64,"columnNumber"],[645,18,232,64],[646,4,232,64],[646,11,233,10],[646,12,233,11],[647,2,235,0],[648,2,235,1,"_c5"],[648,5,235,1],[648,8,229,9,"ProfileTab"],[648,18,229,19],[649,2,237,0],[649,6,237,6,"Tab"],[649,9,237,9],[649,12,237,12],[649,16,237,12,"createBottomTabNavigator"],[649,42,237,36],[649,43,237,36,"createBottomTabNavigator"],[649,67,237,36],[649,69,237,37],[649,70,237,38],[650,2,239,15],[650,11,239,24,"HomeScreen"],[650,21,239,34,"HomeScreen"],[650,22,239,34],[650,24,239,37],[651,4,240,2],[651,24,241,4],[651,28,241,4,"_reactJsxDevRuntime"],[651,47,241,4],[651,48,241,4,"jsxDEV"],[651,54,241,4],[651,56,241,5,"Tab"],[651,59,241,8],[651,60,241,9,"Navigator"],[651,69,241,18],[652,6,242,6,"screenOptions"],[652,19,242,19],[652,21,242,21],[653,8,243,8,"headerShown"],[653,19,243,19],[653,21,243,21],[653,26,243,26],[654,8,244,8,"tabBarActiveTintColor"],[654,29,244,29],[654,31,244,31],[654,40,244,40],[655,8,245,8,"tabBarInactiveTintColor"],[655,31,245,31],[655,33,245,33],[655,42,245,42],[656,8,246,8,"tabBarStyle"],[656,19,246,19],[656,21,246,21,"styles"],[656,27,246,27],[656,28,246,28,"tabBar"],[657,6,247,6],[657,7,247,8],[658,6,247,8,"children"],[658,14,247,8],[658,30,249,6],[658,34,249,6,"_reactJsxDevRuntime"],[658,53,249,6],[658,54,249,6,"jsxDEV"],[658,60,249,6],[658,62,249,7,"Tab"],[658,65,249,10],[658,66,249,11,"Screen"],[658,72,249,17],[659,8,250,8,"name"],[659,12,250,12],[659,14,250,13],[659,23,250,22],[660,8,251,8,"component"],[660,17,251,17],[660,19,251,19,"HomeTab"],[660,26,251,27],[661,8,252,8,"options"],[661,15,252,15],[661,17,252,17],[662,10,253,10,"tabBarLabel"],[662,21,253,21],[662,23,253,23],[662,29,253,29],[663,10,254,10,"tabBarIcon"],[663,20,254,20],[663,22,254,22,"_ref3"],[663,27,254,22],[664,12,254,22],[664,16,254,25,"color"],[664,21,254,30],[664,24,254,30,"_ref3"],[664,29,254,30],[664,30,254,25,"color"],[664,35,254,30],[665,14,254,32,"size"],[665,18,254,36],[665,21,254,36,"_ref3"],[665,26,254,36],[665,27,254,32,"size"],[665,31,254,36],[666,12,254,36],[666,32,255,12],[666,36,255,12,"_reactJsxDevRuntime"],[666,55,255,12],[666,56,255,12,"jsxDEV"],[666,62,255,12],[666,64,255,13,"_expoVectorIcons"],[666,80,255,21],[666,81,255,21,"Ionicons"],[666,89,255,21],[667,14,255,22,"name"],[667,18,255,26],[667,20,255,27],[667,26,255,33],[668,14,255,34,"size"],[668,18,255,38],[668,20,255,40,"size"],[668,24,255,45],[669,14,255,46,"color"],[669,19,255,51],[669,21,255,53,"color"],[670,12,255,59],[671,14,255,59,"fileName"],[671,22,255,59],[671,24,255,59,"_jsxFileName"],[671,36,255,59],[672,14,255,59,"lineNumber"],[672,24,255,59],[673,14,255,59,"columnNumber"],[673,26,255,59],[674,12,255,59],[674,19,255,61],[674,20,255,62],[675,10,255,62],[676,8,257,8],[677,6,257,10],[678,8,257,10,"fileName"],[678,16,257,10],[678,18,257,10,"_jsxFileName"],[678,30,257,10],[679,8,257,10,"lineNumber"],[679,18,257,10],[680,8,257,10,"columnNumber"],[680,20,257,10],[681,6,257,10],[681,13,258,7],[681,14,258,8],[681,29,259,6],[681,33,259,6,"_reactJsxDevRuntime"],[681,52,259,6],[681,53,259,6,"jsxDEV"],[681,59,259,6],[681,61,259,7,"Tab"],[681,64,259,10],[681,65,259,11,"Screen"],[681,71,259,17],[682,8,260,8,"name"],[682,12,260,12],[682,14,260,13],[682,22,260,21],[683,8,261,8,"component"],[683,17,261,17],[683,19,261,19,"WalletTab"],[683,28,261,29],[684,8,262,8,"options"],[684,15,262,15],[684,17,262,17],[685,10,263,10,"tabBarLabel"],[685,21,263,21],[685,23,263,23],[685,31,263,31],[686,10,264,10,"tabBarIcon"],[686,20,264,20],[686,22,264,22,"_ref4"],[686,27,264,22],[687,12,264,22],[687,16,264,25,"color"],[687,21,264,30],[687,24,264,30,"_ref4"],[687,29,264,30],[687,30,264,25,"color"],[687,35,264,30],[688,14,264,32,"size"],[688,18,264,36],[688,21,264,36,"_ref4"],[688,26,264,36],[688,27,264,32,"size"],[688,31,264,36],[689,12,264,36],[689,32,265,12],[689,36,265,12,"_reactJsxDevRuntime"],[689,55,265,12],[689,56,265,12,"jsxDEV"],[689,62,265,12],[689,64,265,13,"_expoVectorIcons"],[689,80,265,21],[689,81,265,21,"Ionicons"],[689,89,265,21],[690,14,265,22,"name"],[690,18,265,26],[690,20,265,27],[690,28,265,35],[691,14,265,36,"size"],[691,18,265,40],[691,20,265,42,"size"],[691,24,265,47],[692,14,265,48,"color"],[692,19,265,53],[692,21,265,55,"color"],[693,12,265,61],[694,14,265,61,"fileName"],[694,22,265,61],[694,24,265,61,"_jsxFileName"],[694,36,265,61],[695,14,265,61,"lineNumber"],[695,24,265,61],[696,14,265,61,"columnNumber"],[696,26,265,61],[697,12,265,61],[697,19,265,63],[697,20,265,64],[698,10,265,64],[699,8,267,8],[700,6,267,10],[701,8,267,10,"fileName"],[701,16,267,10],[701,18,267,10,"_jsxFileName"],[701,30,267,10],[702,8,267,10,"lineNumber"],[702,18,267,10],[703,8,267,10,"columnNumber"],[703,20,267,10],[704,6,267,10],[704,13,268,7],[704,14,268,8],[704,29,269,6],[704,33,269,6,"_reactJsxDevRuntime"],[704,52,269,6],[704,53,269,6,"jsxDEV"],[704,59,269,6],[704,61,269,7,"Tab"],[704,64,269,10],[704,65,269,11,"Screen"],[704,71,269,17],[705,8,270,8,"name"],[705,12,270,12],[705,14,270,13],[705,24,270,23],[706,8,271,8,"component"],[706,17,271,17],[706,19,271,19,"CitizensTab"],[706,30,271,31],[707,8,272,8,"options"],[707,15,272,15],[707,17,272,17],[708,10,273,10,"tabBarLabel"],[708,21,273,21],[708,23,273,23],[708,33,273,33],[709,10,274,10,"tabBarIcon"],[709,20,274,20],[709,22,274,22,"_ref5"],[709,27,274,22],[710,12,274,22],[710,16,274,25,"color"],[710,21,274,30],[710,24,274,30,"_ref5"],[710,29,274,30],[710,30,274,25,"color"],[710,35,274,30],[711,14,274,32,"size"],[711,18,274,36],[711,21,274,36,"_ref5"],[711,26,274,36],[711,27,274,32,"size"],[711,31,274,36],[712,12,274,36],[712,32,275,12],[712,36,275,12,"_reactJsxDevRuntime"],[712,55,275,12],[712,56,275,12,"jsxDEV"],[712,62,275,12],[712,64,275,13,"_expoVectorIcons"],[712,80,275,21],[712,81,275,21,"Ionicons"],[712,89,275,21],[713,14,275,22,"name"],[713,18,275,26],[713,20,275,27],[713,28,275,35],[714,14,275,36,"size"],[714,18,275,40],[714,20,275,42,"size"],[714,24,275,47],[715,14,275,48,"color"],[715,19,275,53],[715,21,275,55,"color"],[716,12,275,61],[717,14,275,61,"fileName"],[717,22,275,61],[717,24,275,61,"_jsxFileName"],[717,36,275,61],[718,14,275,61,"lineNumber"],[718,24,275,61],[719,14,275,61,"columnNumber"],[719,26,275,61],[720,12,275,61],[720,19,275,63],[720,20,275,64],[721,10,275,64],[722,8,277,8],[723,6,277,10],[724,8,277,10,"fileName"],[724,16,277,10],[724,18,277,10,"_jsxFileName"],[724,30,277,10],[725,8,277,10,"lineNumber"],[725,18,277,10],[726,8,277,10,"columnNumber"],[726,20,277,10],[727,6,277,10],[727,13,278,7],[727,14,278,8],[727,29,279,6],[727,33,279,6,"_reactJsxDevRuntime"],[727,52,279,6],[727,53,279,6,"jsxDEV"],[727,59,279,6],[727,61,279,7,"Tab"],[727,64,279,10],[727,65,279,11,"Screen"],[727,71,279,17],[728,8,280,8,"name"],[728,12,280,12],[728,14,280,13],[728,24,280,23],[729,8,281,8,"component"],[729,17,281,17],[729,19,281,19,"ReferralTab"],[729,30,281,31],[730,8,282,8,"options"],[730,15,282,15],[730,17,282,17],[731,10,283,10,"tabBarLabel"],[731,21,283,21],[731,23,283,23],[731,33,283,33],[732,10,284,10,"tabBarIcon"],[732,20,284,20],[732,22,284,22,"_ref6"],[732,27,284,22],[733,12,284,22],[733,16,284,25,"color"],[733,21,284,30],[733,24,284,30,"_ref6"],[733,29,284,30],[733,30,284,25,"color"],[733,35,284,30],[734,14,284,32,"size"],[734,18,284,36],[734,21,284,36,"_ref6"],[734,26,284,36],[734,27,284,32,"size"],[734,31,284,36],[735,12,284,36],[735,32,285,12],[735,36,285,12,"_reactJsxDevRuntime"],[735,55,285,12],[735,56,285,12,"jsxDEV"],[735,62,285,12],[735,64,285,13,"_expoVectorIcons"],[735,80,285,21],[735,81,285,21,"Ionicons"],[735,89,285,21],[736,14,285,22,"name"],[736,18,285,26],[736,20,285,27],[736,26,285,33],[737,14,285,34,"size"],[737,18,285,38],[737,20,285,40,"size"],[737,24,285,45],[738,14,285,46,"color"],[738,19,285,51],[738,21,285,53,"color"],[739,12,285,59],[740,14,285,59,"fileName"],[740,22,285,59],[740,24,285,59,"_jsxFileName"],[740,36,285,59],[741,14,285,59,"lineNumber"],[741,24,285,59],[742,14,285,59,"columnNumber"],[742,26,285,59],[743,12,285,59],[743,19,285,61],[743,20,285,62],[744,10,285,62],[745,8,287,8],[746,6,287,10],[747,8,287,10,"fileName"],[747,16,287,10],[747,18,287,10,"_jsxFileName"],[747,30,287,10],[748,8,287,10,"lineNumber"],[748,18,287,10],[749,8,287,10,"columnNumber"],[749,20,287,10],[750,6,287,10],[750,13,288,7],[750,14,288,8],[750,29,289,6],[750,33,289,6,"_reactJsxDevRuntime"],[750,52,289,6],[750,53,289,6,"jsxDEV"],[750,59,289,6],[750,61,289,7,"Tab"],[750,64,289,10],[750,65,289,11,"Screen"],[750,71,289,17],[751,8,290,8,"name"],[751,12,290,12],[751,14,290,13],[751,23,290,22],[752,8,291,8,"component"],[752,17,291,17],[752,19,291,19,"ProfileTab"],[752,29,291,30],[753,8,292,8,"options"],[753,15,292,15],[753,17,292,17],[754,10,293,10,"tabBarLabel"],[754,21,293,21],[754,23,293,23],[754,32,293,32],[755,10,294,10,"tabBarIcon"],[755,20,294,20],[755,22,294,22,"_ref7"],[755,27,294,22],[756,12,294,22],[756,16,294,25,"color"],[756,21,294,30],[756,24,294,30,"_ref7"],[756,29,294,30],[756,30,294,25,"color"],[756,35,294,30],[757,14,294,32,"size"],[757,18,294,36],[757,21,294,36,"_ref7"],[757,26,294,36],[757,27,294,32,"size"],[757,31,294,36],[758,12,294,36],[758,32,295,12],[758,36,295,12,"_reactJsxDevRuntime"],[758,55,295,12],[758,56,295,12,"jsxDEV"],[758,62,295,12],[758,64,295,13,"_expoVectorIcons"],[758,80,295,21],[758,81,295,21,"Ionicons"],[758,89,295,21],[759,14,295,22,"name"],[759,18,295,26],[759,20,295,27],[759,28,295,35],[760,14,295,36,"size"],[760,18,295,40],[760,20,295,42,"size"],[760,24,295,47],[761,14,295,48,"color"],[761,19,295,53],[761,21,295,55,"color"],[762,12,295,61],[763,14,295,61,"fileName"],[763,22,295,61],[763,24,295,61,"_jsxFileName"],[763,36,295,61],[764,14,295,61,"lineNumber"],[764,24,295,61],[765,14,295,61,"columnNumber"],[765,26,295,61],[766,12,295,61],[766,19,295,63],[766,20,295,64],[767,10,295,64],[768,8,297,8],[769,6,297,10],[770,8,297,10,"fileName"],[770,16,297,10],[770,18,297,10,"_jsxFileName"],[770,30,297,10],[771,8,297,10,"lineNumber"],[771,18,297,10],[772,8,297,10,"columnNumber"],[772,20,297,10],[773,6,297,10],[773,13,298,7],[773,14,298,8],[774,4,298,8],[775,6,298,8,"fileName"],[775,14,298,8],[775,16,298,8,"_jsxFileName"],[775,28,298,8],[776,6,298,8,"lineNumber"],[776,16,298,8],[777,6,298,8,"columnNumber"],[777,18,298,8],[778,4,298,8],[778,11,299,19],[778,12,299,20],[779,2,301,0],[780,2,301,1,"_c6"],[780,5,301,1],[780,8,239,24,"HomeScreen"],[780,18,239,34],[781,2,303,0],[781,6,303,6,"QUICK_ACTIONS"],[781,19,303,19],[781,22,303,22],[781,23,304,2],[782,4,304,4,"id"],[782,6,304,6],[782,8,304,8],[782,11,304,11],[783,4,304,13,"label"],[783,9,304,18],[783,11,304,20],[783,17,304,26],[784,4,304,28,"icon"],[784,8,304,32],[784,10,304,34],[784,25,304,49],[785,4,304,51,"color"],[785,9,304,56],[785,11,304,58],[786,2,304,68],[786,3,304,69],[786,5,305,2],[787,4,305,4,"id"],[787,6,305,6],[787,8,305,8],[787,11,305,11],[788,4,305,13,"label"],[788,9,305,18],[788,11,305,20],[788,20,305,29],[789,4,305,31,"icon"],[789,8,305,35],[789,10,305,37],[789,22,305,49],[790,4,305,51,"color"],[790,9,305,56],[790,11,305,58],[791,2,305,68],[791,3,305,69],[791,5,306,2],[792,4,306,4,"id"],[792,6,306,6],[792,8,306,8],[792,11,306,11],[793,4,306,13,"label"],[793,9,306,18],[793,11,306,20],[793,17,306,26],[794,4,306,28,"icon"],[794,8,306,32],[794,10,306,34],[794,27,306,51],[795,4,306,53,"color"],[795,9,306,58],[795,11,306,60],[796,2,306,70],[796,3,306,71],[796,5,307,2],[797,4,307,4,"id"],[797,6,307,6],[797,8,307,8],[797,11,307,11],[798,4,307,13,"label"],[798,9,307,18],[798,11,307,20],[798,17,307,26],[799,4,307,28,"icon"],[799,8,307,32],[799,10,307,34],[799,28,307,52],[800,4,307,54,"color"],[800,9,307,59],[800,11,307,61],[801,2,307,71],[801,3,307,72],[801,5,308,2],[802,4,308,4,"id"],[802,6,308,6],[802,8,308,8],[802,11,308,11],[803,4,308,13,"label"],[803,9,308,18],[803,11,308,20],[803,18,308,27],[804,4,308,29,"icon"],[804,8,308,33],[804,10,308,35],[804,23,308,48],[805,4,308,50,"color"],[805,9,308,55],[805,11,308,57],[806,2,308,67],[806,3,308,68],[806,5,309,2],[807,4,309,4,"id"],[807,6,309,6],[807,8,309,8],[807,11,309,11],[808,4,309,13,"label"],[808,9,309,18],[808,11,309,20],[808,21,309,30],[809,4,309,32,"icon"],[809,8,309,36],[809,10,309,38],[809,16,309,44],[810,4,309,46,"color"],[810,9,309,51],[810,11,309,53],[811,2,309,63],[811,3,309,64],[811,5,310,2],[812,4,310,4,"id"],[812,6,310,6],[812,8,310,8],[812,11,310,11],[813,4,310,13,"label"],[813,9,310,18],[813,11,310,20],[813,21,310,30],[814,4,310,32,"icon"],[814,8,310,36],[814,10,310,38],[814,25,310,53],[815,4,310,55,"color"],[815,9,310,60],[815,11,310,62],[816,2,310,72],[816,3,310,73],[816,5,311,2],[817,4,311,4,"id"],[817,6,311,6],[817,8,311,8],[817,11,311,11],[818,4,311,13,"label"],[818,9,311,18],[818,11,311,20],[818,22,311,31],[819,4,311,33,"icon"],[819,8,311,37],[819,10,311,39],[819,18,311,47],[820,4,311,49,"color"],[820,9,311,54],[820,11,311,56],[821,2,311,66],[821,3,311,67],[821,5,312,2],[822,4,312,4,"id"],[822,6,312,6],[822,8,312,8],[822,11,312,11],[823,4,312,13,"label"],[823,9,312,18],[823,11,312,20],[823,21,312,30],[824,4,312,32,"icon"],[824,8,312,36],[824,10,312,38],[824,21,312,49],[825,4,312,51,"color"],[825,9,312,56],[825,11,312,58],[826,2,312,68],[826,3,312,69],[826,5,313,2],[827,4,313,4,"id"],[827,6,313,6],[827,8,313,8],[827,12,313,12],[828,4,313,14,"label"],[828,9,313,19],[828,11,313,21],[828,21,313,31],[829,4,313,33,"icon"],[829,8,313,37],[829,10,313,39],[829,16,313,45],[830,4,313,47,"color"],[830,9,313,52],[830,11,313,54],[831,2,313,64],[831,3,313,65],[831,5,314,2],[832,4,314,4,"id"],[832,6,314,6],[832,8,314,8],[832,12,314,12],[833,4,314,14,"label"],[833,9,314,19],[833,11,314,21],[833,22,314,32],[834,4,314,34,"icon"],[834,8,314,38],[834,10,314,40],[834,16,314,46],[835,4,314,48,"color"],[835,9,314,53],[835,11,314,55],[836,2,314,65],[836,3,314,66],[836,5,315,2],[837,4,315,4,"id"],[837,6,315,6],[837,8,315,8],[837,12,315,12],[838,4,315,14,"label"],[838,9,315,19],[838,11,315,21],[838,20,315,30],[839,4,315,32,"icon"],[839,8,315,36],[839,10,315,38],[839,16,315,44],[840,4,315,46,"color"],[840,9,315,51],[840,11,315,53],[841,2,315,63],[841,3,315,64],[841,5,316,2],[842,4,316,4,"id"],[842,6,316,6],[842,8,316,8],[842,12,316,12],[843,4,316,14,"label"],[843,9,316,19],[843,11,316,21],[843,20,316,30],[844,4,316,32,"icon"],[844,8,316,36],[844,10,316,38],[844,19,316,47],[845,4,316,49,"color"],[845,9,316,54],[845,11,316,56],[846,2,316,66],[846,3,316,67],[846,5,317,2],[847,4,317,4,"id"],[847,6,317,6],[847,8,317,8],[847,12,317,12],[848,4,317,14,"label"],[848,9,317,19],[848,11,317,21],[848,21,317,31],[849,4,317,33,"icon"],[849,8,317,37],[849,10,317,39],[849,20,317,49],[850,4,317,51,"color"],[850,9,317,56],[850,11,317,58],[851,2,317,68],[851,3,317,69],[851,5,318,2],[852,4,318,4,"id"],[852,6,318,6],[852,8,318,8],[852,12,318,12],[853,4,318,14,"label"],[853,9,318,19],[853,11,318,21],[853,17,318,27],[854,4,318,29,"icon"],[854,8,318,33],[854,10,318,35],[854,23,318,48],[855,4,318,50,"color"],[855,9,318,55],[855,11,318,57],[856,2,318,67],[856,3,318,68],[856,5,319,2],[857,4,319,4,"id"],[857,6,319,6],[857,8,319,8],[857,12,319,12],[858,4,319,14,"label"],[858,9,319,19],[858,11,319,21],[858,20,319,30],[859,4,319,32,"icon"],[859,8,319,36],[859,10,319,38],[859,16,319,44],[860,4,319,46,"color"],[860,9,319,51],[860,11,319,53],[861,2,319,63],[861,3,319,64],[861,5,320,2],[862,4,320,4,"id"],[862,6,320,6],[862,8,320,8],[862,12,320,12],[863,4,320,14,"label"],[863,9,320,19],[863,11,320,21],[863,18,320,28],[864,4,320,30,"icon"],[864,8,320,34],[864,10,320,36],[864,17,320,43],[865,4,320,45,"color"],[865,9,320,50],[865,11,320,52],[866,2,320,62],[866,3,320,63],[866,5,321,2],[867,4,321,4,"id"],[867,6,321,6],[867,8,321,8],[867,12,321,12],[868,4,321,14,"label"],[868,9,321,19],[868,11,321,21],[868,23,321,33],[869,4,321,35,"icon"],[869,8,321,39],[869,10,321,41],[869,16,321,47],[870,4,321,49,"color"],[870,9,321,54],[870,11,321,56],[871,2,321,66],[871,3,321,67],[871,5,322,2],[872,4,322,4,"id"],[872,6,322,6],[872,8,322,8],[872,12,322,12],[873,4,322,14,"label"],[873,9,322,19],[873,11,322,21],[873,21,322,31],[874,4,322,33,"icon"],[874,8,322,37],[874,10,322,39],[874,20,322,49],[875,4,322,51,"color"],[875,9,322,56],[875,11,322,58],[876,2,322,68],[876,3,322,69],[876,5,323,2],[877,4,323,4,"id"],[877,6,323,6],[877,8,323,8],[877,12,323,12],[878,4,323,14,"label"],[878,9,323,19],[878,11,323,21],[878,20,323,30],[879,4,323,32,"icon"],[879,8,323,36],[879,10,323,38],[879,18,323,46],[880,4,323,48,"color"],[880,9,323,53],[880,11,323,55],[881,2,323,65],[881,3,323,66],[881,5,324,2],[882,4,324,4,"id"],[882,6,324,6],[882,8,324,8],[882,12,324,12],[883,4,324,14,"label"],[883,9,324,19],[883,11,324,21],[883,16,324,26],[884,4,324,28,"icon"],[884,8,324,32],[884,10,324,34],[884,19,324,43],[885,4,324,45,"color"],[885,9,324,50],[885,11,324,52],[886,2,324,62],[886,3,324,63],[886,5,325,2],[887,4,325,4,"id"],[887,6,325,6],[887,8,325,8],[887,12,325,12],[888,4,325,14,"label"],[888,9,325,19],[888,11,325,21],[888,19,325,29],[889,4,325,31,"icon"],[889,8,325,35],[889,10,325,37],[889,25,325,52],[890,4,325,54,"color"],[890,9,325,59],[890,11,325,61],[891,2,325,71],[891,3,325,72],[891,5,326,2],[892,4,326,4,"id"],[892,6,326,6],[892,8,326,8],[892,12,326,12],[893,4,326,14,"label"],[893,9,326,19],[893,11,326,21],[893,17,326,27],[894,4,326,29,"icon"],[894,8,326,33],[894,10,326,35],[894,15,326,40],[895,4,326,42,"color"],[895,9,326,47],[895,11,326,49],[896,2,326,59],[896,3,326,60],[896,5,327,2],[897,4,327,4,"id"],[897,6,327,6],[897,8,327,8],[897,12,327,12],[898,4,327,14,"label"],[898,9,327,19],[898,11,327,21],[898,21,327,31],[899,4,327,33,"icon"],[899,8,327,37],[899,10,327,39],[899,24,327,53],[900,4,327,55,"color"],[900,9,327,60],[900,11,327,62],[901,2,327,72],[901,3,327,73],[901,5,328,2],[902,4,328,4,"id"],[902,6,328,6],[902,8,328,8],[902,12,328,12],[903,4,328,14,"label"],[903,9,328,19],[903,11,328,21],[903,18,328,28],[904,4,328,30,"icon"],[904,8,328,34],[904,10,328,36],[904,17,328,43],[905,4,328,45,"color"],[905,9,328,50],[905,11,328,52],[906,2,328,62],[906,3,328,63],[906,5,329,2],[907,4,329,4,"id"],[907,6,329,6],[907,8,329,8],[907,12,329,12],[908,4,329,14,"label"],[908,9,329,19],[908,11,329,21],[908,18,329,28],[909,4,329,30,"icon"],[909,8,329,34],[909,10,329,36],[909,15,329,41],[910,4,329,43,"color"],[910,9,329,48],[910,11,329,50],[911,2,329,60],[911,3,329,61],[911,5,330,2],[912,4,330,4,"id"],[912,6,330,6],[912,8,330,8],[912,12,330,12],[913,4,330,14,"label"],[913,9,330,19],[913,11,330,21],[913,18,330,28],[914,4,330,30,"icon"],[914,8,330,34],[914,10,330,36],[914,22,330,48],[915,4,330,50,"color"],[915,9,330,55],[915,11,330,57],[916,2,330,67],[916,3,330,68],[916,5,331,2],[917,4,331,4,"id"],[917,6,331,6],[917,8,331,8],[917,12,331,12],[918,4,331,14,"label"],[918,9,331,19],[918,11,331,21],[918,19,331,29],[919,4,331,31,"icon"],[919,8,331,35],[919,10,331,37],[919,20,331,47],[920,4,331,49,"color"],[920,9,331,54],[920,11,331,56],[921,2,331,66],[921,3,331,67],[921,5,332,2],[922,4,332,4,"id"],[922,6,332,6],[922,8,332,8],[922,12,332,12],[923,4,332,14,"label"],[923,9,332,19],[923,11,332,21],[923,19,332,29],[924,4,332,31,"icon"],[924,8,332,35],[924,10,332,37],[924,16,332,43],[925,4,332,45,"color"],[925,9,332,50],[925,11,332,52],[926,2,332,62],[926,3,332,63],[926,5,333,2],[927,4,333,4,"id"],[927,6,333,6],[927,8,333,8],[927,12,333,12],[928,4,333,14,"label"],[928,9,333,19],[928,11,333,21],[928,17,333,27],[929,4,333,29,"icon"],[929,8,333,33],[929,10,333,35],[929,16,333,41],[930,4,333,43,"color"],[930,9,333,48],[930,11,333,50],[931,2,333,60],[931,3,333,61],[931,4,334,1],[932,2,336,0],[932,6,336,6,"styles"],[932,12,336,12],[932,15,336,15,"StyleSheet"],[932,27,336,25],[932,28,336,25,"StyleSheet"],[932,38,336,25],[932,39,336,26,"create"],[932,45,336,32],[932,46,336,33],[933,4,337,2,"container"],[933,13,337,11],[933,15,337,13],[934,6,338,4,"flex"],[934,10,338,8],[934,12,338,10],[934,13,338,11],[935,6,339,4,"backgroundColor"],[935,21,339,19],[935,23,339,21],[936,4,340,2],[936,5,340,3],[937,4,341,2,"header"],[937,10,341,8],[937,12,341,10],[938,6,342,4,"flexDirection"],[938,19,342,17],[938,21,342,19],[938,26,342,24],[939,6,343,4,"justifyContent"],[939,20,343,18],[939,22,343,20],[939,37,343,35],[940,6,344,4,"alignItems"],[940,16,344,14],[940,18,344,16],[940,26,344,24],[941,6,345,4,"padding"],[941,13,345,11],[941,15,345,13],[941,17,345,15],[942,6,346,4,"backgroundColor"],[942,21,346,19],[942,23,346,21],[942,29,346,27],[943,6,347,4,"borderBottomWidth"],[943,23,347,21],[943,25,347,23],[943,26,347,24],[944,6,348,4,"borderBottomColor"],[944,23,348,21],[944,25,348,23],[945,4,349,2],[945,5,349,3],[946,4,350,2,"headerLeft"],[946,14,350,12],[946,16,350,14],[947,6,351,4,"position"],[947,14,351,12],[947,16,351,14],[948,4,352,2],[948,5,352,3],[949,4,353,2,"profileImage"],[949,16,353,14],[949,18,353,16],[950,6,354,4,"width"],[950,11,354,9],[950,13,354,11],[950,15,354,13],[951,6,355,4,"height"],[951,12,355,10],[951,14,355,12],[951,16,355,14],[952,6,356,4,"borderRadius"],[952,18,356,16],[952,20,356,18],[952,22,356,20],[953,6,357,4,"backgroundColor"],[953,21,357,19],[953,23,357,21],[953,32,357,30],[954,6,358,4,"alignItems"],[954,16,358,14],[954,18,358,16],[954,26,358,24],[955,6,359,4,"justifyContent"],[955,20,359,18],[955,22,359,20],[955,30,359,28],[956,6,360,4,"overflow"],[956,14,360,12],[956,16,360,14],[957,4,361,2],[957,5,361,3],[958,4,362,2,"profileImageSrc"],[958,19,362,17],[958,21,362,19],[959,6,363,4,"width"],[959,11,363,9],[959,13,363,11],[959,15,363,13],[960,6,364,4,"height"],[960,12,364,10],[960,14,364,12],[961,4,365,2],[961,5,365,3],[962,4,366,2,"profileBadge"],[962,16,366,14],[962,18,366,16],[963,6,367,4,"position"],[963,14,367,12],[963,16,367,14],[963,26,367,24],[964,6,368,4,"bottom"],[964,12,368,10],[964,14,368,12],[964,15,368,13],[964,16,368,14],[965,6,369,4,"right"],[965,11,369,9],[965,13,369,11],[965,14,369,12],[965,15,369,13],[966,6,370,4,"backgroundColor"],[966,21,370,19],[966,23,370,21],[966,32,370,30],[967,6,371,4,"borderRadius"],[967,18,371,16],[967,20,371,18],[967,22,371,20],[968,6,372,4,"paddingHorizontal"],[968,23,372,21],[968,25,372,23],[968,26,372,24],[969,6,373,4,"paddingVertical"],[969,21,373,19],[969,23,373,21],[969,24,373,22],[970,6,374,4,"flexDirection"],[970,19,374,17],[970,21,374,19],[970,26,374,24],[971,6,375,4,"alignItems"],[971,16,375,14],[971,18,375,16],[971,26,375,24],[972,6,376,4,"gap"],[972,9,376,7],[972,11,376,9],[973,4,377,2],[973,5,377,3],[974,4,378,2,"trustScore"],[974,14,378,12],[974,16,378,14],[975,6,379,4,"fontSize"],[975,14,379,12],[975,16,379,14],[975,18,379,16],[976,6,380,4,"fontWeight"],[976,16,380,14],[976,18,380,16],[976,23,380,21],[977,6,381,4,"color"],[977,11,381,9],[977,13,381,11],[978,4,382,2],[978,5,382,3],[979,4,383,2,"headerRight"],[979,15,383,13],[979,17,383,15],[980,6,384,4,"flexDirection"],[980,19,384,17],[980,21,384,19],[980,26,384,24],[981,6,385,4,"gap"],[981,9,385,7],[981,11,385,9],[982,4,386,2],[982,5,386,3],[983,4,387,2,"iconButton"],[983,14,387,12],[983,16,387,14],[984,6,388,4,"padding"],[984,13,388,11],[984,15,388,13],[985,4,389,2],[985,5,389,3],[986,4,390,2,"announcementWidget"],[986,22,390,20],[986,24,390,22],[987,6,391,4,"padding"],[987,13,391,11],[987,15,391,13],[988,4,392,2],[988,5,392,3],[989,4,393,2,"announcement"],[989,16,393,14],[989,18,393,16],[990,6,394,4,"backgroundColor"],[990,21,394,19],[990,23,394,21],[990,29,394,27],[991,6,395,4,"padding"],[991,13,395,11],[991,15,395,13],[991,17,395,15],[992,6,396,4,"borderRadius"],[992,18,396,16],[992,20,396,18],[992,22,396,20],[993,6,397,4,"marginRight"],[993,17,397,15],[993,19,397,17],[993,21,397,19],[994,6,398,4,"width"],[994,11,398,9],[994,13,398,11,"width"],[994,18,398,16],[994,21,398,19],[994,23,398,21],[995,6,399,4,"borderLeftWidth"],[995,21,399,19],[995,23,399,21],[995,24,399,22],[996,6,400,4,"borderLeftColor"],[996,21,400,19],[996,23,400,21],[997,4,401,2],[997,5,401,3],[998,4,402,2,"announcementTitle"],[998,21,402,19],[998,23,402,21],[999,6,403,4,"fontSize"],[999,14,403,12],[999,16,403,14],[999,18,403,16],[1000,6,404,4,"fontWeight"],[1000,16,404,14],[1000,18,404,16],[1000,23,404,21],[1001,6,405,4,"color"],[1001,11,405,9],[1001,13,405,11],[1001,22,405,20],[1002,6,406,4,"marginBottom"],[1002,18,406,16],[1002,20,406,18],[1003,4,407,2],[1003,5,407,3],[1004,4,408,2,"announcementText"],[1004,20,408,18],[1004,22,408,20],[1005,6,409,4,"fontSize"],[1005,14,409,12],[1005,16,409,14],[1005,18,409,16],[1006,6,410,4,"color"],[1006,11,410,9],[1006,13,410,11],[1007,4,411,2],[1007,5,411,3],[1008,4,412,2,"quickActionsContainer"],[1008,25,412,23],[1008,27,412,25],[1009,6,413,4,"padding"],[1009,13,413,11],[1009,15,413,13],[1010,4,414,2],[1010,5,414,3],[1011,4,415,2,"sectionTitle"],[1011,16,415,14],[1011,18,415,16],[1012,6,416,4,"fontSize"],[1012,14,416,12],[1012,16,416,14],[1012,18,416,16],[1013,6,417,4,"fontWeight"],[1013,16,417,14],[1013,18,417,16],[1013,23,417,21],[1014,6,418,4,"color"],[1014,11,418,9],[1014,13,418,11],[1014,22,418,20],[1015,6,419,4,"marginBottom"],[1015,18,419,16],[1015,20,419,18],[1016,4,420,2],[1016,5,420,3],[1017,4,421,2,"actionsGrid"],[1017,15,421,13],[1017,17,421,15],[1018,6,422,4,"flexDirection"],[1018,19,422,17],[1018,21,422,19],[1018,26,422,24],[1019,6,423,4,"flexWrap"],[1019,14,423,12],[1019,16,423,14],[1019,22,423,20],[1020,6,424,4,"gap"],[1020,9,424,7],[1020,11,424,9],[1021,4,425,2],[1021,5,425,3],[1022,4,426,2,"actionCard"],[1022,14,426,12],[1022,16,426,14],[1023,6,427,4,"width"],[1023,11,427,9],[1023,13,427,11],[1023,14,427,12,"width"],[1023,19,427,17],[1023,22,427,20],[1023,24,427,22],[1023,28,427,26],[1023,29,427,27],[1024,6,428,4,"alignItems"],[1024,16,428,14],[1024,18,428,16],[1024,26,428,24],[1025,6,429,4,"padding"],[1025,13,429,11],[1025,15,429,13],[1026,4,430,2],[1026,5,430,3],[1027,4,431,2,"actionIcon"],[1027,14,431,12],[1027,16,431,14],[1028,6,432,4,"width"],[1028,11,432,9],[1028,13,432,11],[1028,15,432,13],[1029,6,433,4,"height"],[1029,12,433,10],[1029,14,433,12],[1029,16,433,14],[1030,6,434,4,"borderRadius"],[1030,18,434,16],[1030,20,434,18],[1030,22,434,20],[1031,6,435,4,"alignItems"],[1031,16,435,14],[1031,18,435,16],[1031,26,435,24],[1032,6,436,4,"justifyContent"],[1032,20,436,18],[1032,22,436,20],[1032,30,436,28],[1033,6,437,4,"marginBottom"],[1033,18,437,16],[1033,20,437,18],[1034,4,438,2],[1034,5,438,3],[1035,4,439,2,"actionLabel"],[1035,15,439,13],[1035,17,439,15],[1036,6,440,4,"fontSize"],[1036,14,440,12],[1036,16,440,14],[1036,18,440,16],[1037,6,441,4,"color"],[1037,11,441,9],[1037,13,441,11],[1037,22,441,20],[1038,6,442,4,"textAlign"],[1038,15,442,13],[1038,17,442,15],[1039,4,443,2],[1039,5,443,3],[1040,4,444,2,"walletHeader"],[1040,16,444,14],[1040,18,444,16],[1041,6,445,4,"padding"],[1041,13,445,11],[1041,15,445,13],[1041,17,445,15],[1042,6,446,4,"backgroundColor"],[1042,21,446,19],[1042,23,446,21],[1042,29,446,27],[1043,6,447,4,"borderBottomWidth"],[1043,23,447,21],[1043,25,447,23],[1043,26,447,24],[1044,6,448,4,"borderBottomColor"],[1044,23,448,21],[1044,25,448,23],[1044,34,448,32],[1045,6,449,4,"flexDirection"],[1045,19,449,17],[1045,21,449,19],[1045,26,449,24],[1046,6,450,4,"justifyContent"],[1046,20,450,18],[1046,22,450,20],[1046,37,450,35],[1047,6,451,4,"alignItems"],[1047,16,451,14],[1047,18,451,16],[1048,4,452,2],[1048,5,452,3],[1049,4,453,2,"walletTitle"],[1049,15,453,13],[1049,17,453,15],[1050,6,454,4,"fontSize"],[1050,14,454,12],[1050,16,454,14],[1050,18,454,16],[1051,6,455,4,"fontWeight"],[1051,16,455,14],[1051,18,455,16],[1051,23,455,21],[1052,6,456,4,"color"],[1052,11,456,9],[1052,13,456,11],[1053,4,457,2],[1053,5,457,3],[1054,4,458,2,"refreshButton"],[1054,17,458,15],[1054,19,458,17],[1055,6,459,4,"padding"],[1055,13,459,11],[1055,15,459,13],[1055,16,459,14],[1056,6,460,4,"borderRadius"],[1056,18,460,16],[1056,20,460,18],[1056,21,460,19],[1057,6,461,4,"backgroundColor"],[1057,21,461,19],[1057,23,461,21],[1058,4,462,2],[1058,5,462,3],[1059,4,463,2,"balanceCards"],[1059,16,463,14],[1059,18,463,16],[1060,6,464,4,"padding"],[1060,13,464,11],[1060,15,464,13],[1060,17,464,15],[1061,6,465,4,"gap"],[1061,9,465,7],[1061,11,465,9],[1062,4,466,2],[1062,5,466,3],[1063,4,467,2,"balanceCard"],[1063,15,467,13],[1063,17,467,15],[1064,6,468,4,"backgroundColor"],[1064,21,468,19],[1064,23,468,21],[1064,29,468,27],[1065,6,469,4,"padding"],[1065,13,469,11],[1065,15,469,13],[1065,17,469,15],[1066,6,470,4,"borderRadius"],[1066,18,470,16],[1066,20,470,18],[1066,22,470,20],[1067,6,471,4,"borderWidth"],[1067,17,471,15],[1067,19,471,17],[1067,20,471,18],[1068,6,472,4,"borderColor"],[1068,17,472,15],[1068,19,472,17],[1069,4,473,2],[1069,5,473,3],[1070,4,474,2,"balanceCardHeader"],[1070,21,474,19],[1070,23,474,21],[1071,6,475,4,"flexDirection"],[1071,19,475,17],[1071,21,475,19],[1071,26,475,24],[1072,6,476,4,"alignItems"],[1072,16,476,14],[1072,18,476,16],[1072,26,476,24],[1073,6,477,4,"gap"],[1073,9,477,7],[1073,11,477,9],[1073,12,477,10],[1074,6,478,4,"marginBottom"],[1074,18,478,16],[1074,20,478,18],[1075,4,479,2],[1075,5,479,3],[1076,4,480,2,"tokenLogo"],[1076,13,480,11],[1076,15,480,13],[1077,6,481,4,"width"],[1077,11,481,9],[1077,13,481,11],[1077,15,481,13],[1078,6,482,4,"height"],[1078,12,482,10],[1078,14,482,12],[1078,16,482,14],[1079,6,483,4,"borderRadius"],[1079,18,483,16],[1079,20,483,18],[1080,4,484,2],[1080,5,484,3],[1081,4,485,2,"tokenSymbol"],[1081,15,485,13],[1081,17,485,15],[1082,6,486,4,"fontSize"],[1082,14,486,12],[1082,16,486,14],[1082,18,486,16],[1083,6,487,4,"fontWeight"],[1083,16,487,14],[1083,18,487,16],[1083,23,487,21],[1084,6,488,4,"color"],[1084,11,488,9],[1084,13,488,11],[1085,4,489,2],[1085,5,489,3],[1086,4,490,2,"balanceAmount"],[1086,17,490,15],[1086,19,490,17],[1087,6,491,4,"fontSize"],[1087,14,491,12],[1087,16,491,14],[1087,18,491,16],[1088,6,492,4,"fontWeight"],[1088,16,492,14],[1088,18,492,16],[1088,23,492,21],[1089,6,493,4,"color"],[1089,11,493,9],[1089,13,493,11],[1089,22,493,20],[1090,6,494,4,"marginBottom"],[1090,18,494,16],[1090,20,494,18],[1091,4,495,2],[1091,5,495,3],[1092,4,496,2,"balanceUsd"],[1092,14,496,12],[1092,16,496,14],[1093,6,497,4,"fontSize"],[1093,14,497,12],[1093,16,497,14],[1093,18,497,16],[1094,6,498,4,"color"],[1094,11,498,9],[1094,13,498,11],[1095,4,499,2],[1095,5,499,3],[1096,4,500,2,"walletActions"],[1096,17,500,15],[1096,19,500,17],[1097,6,501,4,"flexDirection"],[1097,19,501,17],[1097,21,501,19],[1097,26,501,24],[1098,6,502,4,"padding"],[1098,13,502,11],[1098,15,502,13],[1098,17,502,15],[1099,6,503,4,"gap"],[1099,9,503,7],[1099,11,503,9],[1100,4,504,2],[1100,5,504,3],[1101,4,505,2,"walletActionButton"],[1101,22,505,20],[1101,24,505,22],[1102,6,506,4,"flex"],[1102,10,506,8],[1102,12,506,10],[1102,13,506,11],[1103,6,507,4,"backgroundColor"],[1103,21,507,19],[1103,23,507,21],[1103,32,507,30],[1104,6,508,4,"padding"],[1104,13,508,11],[1104,15,508,13],[1104,17,508,15],[1105,6,509,4,"borderRadius"],[1105,18,509,16],[1105,20,509,18],[1105,22,509,20],[1106,6,510,4,"alignItems"],[1106,16,510,14],[1106,18,510,16],[1106,26,510,24],[1107,6,511,4,"gap"],[1107,9,511,7],[1107,11,511,9],[1108,4,512,2],[1108,5,512,3],[1109,4,513,2,"walletActionText"],[1109,20,513,18],[1109,22,513,20],[1110,6,514,4,"color"],[1110,11,514,9],[1110,13,514,11],[1110,19,514,17],[1111,6,515,4,"fontSize"],[1111,14,515,12],[1111,16,515,14],[1111,18,515,16],[1112,6,516,4,"fontWeight"],[1112,16,516,14],[1112,18,516,16],[1113,4,517,2],[1113,5,517,3],[1114,4,518,2,"placeholderText"],[1114,19,518,17],[1114,21,518,19],[1115,6,519,4,"flex"],[1115,10,519,8],[1115,12,519,10],[1115,13,519,11],[1116,6,520,4,"textAlign"],[1116,15,520,13],[1116,17,520,15],[1116,25,520,23],[1117,6,521,4,"marginTop"],[1117,15,521,13],[1117,17,521,15],[1117,20,521,18],[1118,6,522,4,"fontSize"],[1118,14,522,12],[1118,16,522,14],[1118,18,522,16],[1119,6,523,4,"color"],[1119,11,523,9],[1119,13,523,11],[1120,4,524,2],[1120,5,524,3],[1121,4,525,2,"tabBar"],[1121,10,525,8],[1121,12,525,10],[1122,6,526,4,"borderTopWidth"],[1122,20,526,18],[1122,22,526,20],[1122,23,526,21],[1123,6,527,4,"borderTopColor"],[1123,20,527,18],[1123,22,527,20],[1123,31,527,29],[1124,6,528,4,"paddingBottom"],[1124,19,528,17],[1124,21,528,19],[1124,22,528,20],[1125,6,529,4,"paddingTop"],[1125,16,529,14],[1125,18,529,16],[1125,19,529,17],[1126,6,530,4,"height"],[1126,12,530,10],[1126,14,530,12],[1127,4,531,2],[1128,2,532,0],[1128,3,532,1],[1128,4,532,2],[1129,2,532,3],[1129,6,532,3,"_c"],[1129,8,532,3],[1129,10,532,3,"_c2"],[1129,13,532,3],[1129,15,532,3,"_c3"],[1129,18,532,3],[1129,20,532,3,"_c4"],[1129,23,532,3],[1129,25,532,3,"_c5"],[1129,28,532,3],[1129,30,532,3,"_c6"],[1129,33,532,3],[1130,2,532,3,"$RefreshReg$"],[1130,14,532,3],[1130,15,532,3,"_c"],[1130,17,532,3],[1131,2,532,3,"$RefreshReg$"],[1131,14,532,3],[1131,15,532,3,"_c2"],[1131,18,532,3],[1132,2,532,3,"$RefreshReg$"],[1132,14,532,3],[1132,15,532,3,"_c3"],[1132,18,532,3],[1133,2,532,3,"$RefreshReg$"],[1133,14,532,3],[1133,15,532,3,"_c4"],[1133,18,532,3],[1134,2,532,3,"$RefreshReg$"],[1134,14,532,3],[1134,15,532,3,"_c5"],[1134,18,532,3],[1135,2,532,3,"$RefreshReg$"],[1135,14,532,3],[1135,15,532,3,"_c6"],[1135,18,532,3],[1136,0,532,3],[1136,3]],"functionMap":{"names":["","HomeTab","pickImage","QUICK_ACTIONS.map$argument_0","WalletTab","useEffect$argument_0","fetchBalance","CitizensTab","ReferralTab","ProfileTab","HomeScreen","Tab.Screen.props.options.tabBarIcon"],"mappings":"AAA;ACmB;oBCI;GDqB;+BEkD;aFW;CDM;AIE;YCQ;GDE;uBEE;GF4B;CJyD;AOE;CPM;AQE;CRM;ASE;CTM;eUI;sBCe;WDE;sBCQ;WDE;sBCQ;WDE;sBCQ;WDE;sBCQ;WDE;CVK"},"hasCjsExports":false},"type":"js/module"}]}
\ No newline at end of file
+{"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":12,"column":22,"index":195}}],"key":"KyzuX10g6ixS9UfynhmjlvCIG3g=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0,"index":196},"end":{"line":13,"column":46,"index":242}}],"key":"ow7vkrqkIckRjlSi/+MhMmRYtUE=","exportNames":["*"],"imports":1}},{"name":"@react-navigation/bottom-tabs","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":14,"column":0,"index":243},"end":{"line":14,"column":73,"index":316}}],"key":"+CsiEPZJMQUbFs9pwhg0Pji1O3k=","exportNames":["*"],"imports":1}},{"name":"expo-image-picker","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":15,"column":0,"index":317},"end":{"line":15,"column":49,"index":366}}],"key":"XQFgv2+WadF9xV+S67CI6D8lClA=","exportNames":["*"],"imports":1}},{"name":"../contexts/AuthContext","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":16,"column":0,"index":367},"end":{"line":16,"column":50,"index":417}}],"key":"oNCgyH4yx4pAIVZXLqqRGB2kuCY=","exportNames":["*"],"imports":1}},{"name":"react/jsx-dev-runtime","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"L9D70Z4hi4aGuui1ysja/oQ5ytI=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n var _jsxFileName = \"/app/frontend/src/screens/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 _reactJsxDevRuntime = require(_dependencyMap[8], \"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 _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.SafeAreaView, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.ScrollView, {\n showsVerticalScrollIndicator: false,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.header,\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: 54,\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: 56,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 52,\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: 60,\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: 61,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 59,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 51,\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: 66,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 65,\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: 69,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 68,\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: 72,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 71,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 64,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 50,\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: 81,\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: 82,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 80,\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: 85,\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: 86,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 84,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 79,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 78,\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: 93,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.actionsGrid,\n children: QUICK_ACTIONS.map(action => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.actionCard,\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: 102,\n columnNumber: 19\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 101,\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: 104,\n columnNumber: 17\n }, this)]\n }, action.id, true, {\n fileName: _jsxFileName,\n lineNumber: 96,\n columnNumber: 15\n }, this))\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 94,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 92,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 48,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 47,\n columnNumber: 5\n }, this);\n }\n _s(HomeTab, \"xEp7SEfX94u+oibpmCw6eCxkmPE=\", false, function () {\n return [_contextsAuthContext.useAuth];\n });\n _c = HomeTab;\n function WalletTab() {\n _s2();\n var _useAuth2 = (0, _contextsAuthContext.useAuth)(),\n user = _useAuth2.user;\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://kurdish-id.preview.emergentagent.com\" || 'http://localhost:8001';\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 });\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('Error');\n setPezBalance('Error');\n }\n } catch (error) {\n console.error('Balance fetch error:', error);\n setHezBalance('Error');\n setPezBalance('Error');\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.SafeAreaView, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.ScrollView, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.walletHeader,\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: 160,\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: 162,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 161,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 159,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.balanceCards,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.balanceCard,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.balanceCardHeader,\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.tokenLogo\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 170,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenSymbol,\n children: \"HEZ\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 174,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 169,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.balanceAmount,\n children: hezBalance\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 176,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.balanceUsd,\n children: \"Hemwelat\\xEE Token\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 177,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 168,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.balanceCard,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.balanceCardHeader,\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.tokenLogo\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 182,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenSymbol,\n children: \"PEZ\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 186,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 181,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.balanceAmount,\n children: pezBalance\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 188,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.balanceUsd,\n children: \"Pezkuw\\xEE Token\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 189,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 180,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 167,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.walletActions,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.walletActionButton,\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: 196,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.walletActionText,\n children: \"Send\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 197,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 195,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.walletActionButton,\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: 200,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.walletActionText,\n children: \"Receive\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 201,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 199,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.walletActionButton,\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: 204,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.walletActionText,\n children: \"Swap\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 205,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 203,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 194,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 158,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 157,\n columnNumber: 5\n }, this);\n }\n _s2(WalletTab, \"osbCN528CgM7tSTrgQcFeX6sHT4=\", false, function () {\n return [_contextsAuthContext.useAuth];\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: 216,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 215,\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: 224,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 223,\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: 232,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 231,\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: 255,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 249,\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: 265,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 259,\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: 275,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 269,\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: 285,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 279,\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: 295,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 289,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 241,\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: 'History',\n icon: 'time',\n color: '#84CC16'\n }, {\n id: '13',\n label: 'QR Scan',\n icon: 'qr-code',\n color: '#06B6D4'\n }, {\n id: '14',\n label: 'Settings',\n icon: 'settings',\n color: '#64748B'\n }, {\n id: '15',\n label: 'Help',\n icon: 'help-circle',\n color: '#A855F7'\n }, {\n id: '16',\n label: 'Rewards',\n icon: 'star',\n color: '#FBBF24'\n }, {\n id: '17',\n label: 'Trust',\n icon: 'heart',\n color: '#EF4444'\n }, {\n id: '18',\n label: 'Parliament',\n icon: 'flag',\n color: '#3B82F6'\n }, {\n id: '19',\n label: 'Ministry',\n icon: 'business',\n color: '#10B981'\n }, {\n id: '20',\n label: 'Justice',\n icon: 'hammer',\n color: '#78350F'\n }, {\n id: '21',\n label: 'Tax',\n icon: 'receipt',\n color: '#991B1B'\n }, {\n id: '22',\n label: 'Census',\n icon: 'people-circle',\n color: '#1E40AF'\n }, {\n id: '23',\n label: 'Land',\n icon: 'map',\n color: '#065F46'\n }, {\n id: '24',\n label: 'Marriage',\n icon: 'heart-circle',\n color: '#BE185D'\n }, {\n id: '25',\n label: 'Birth',\n icon: 'happy',\n color: '#7C3AED'\n }, {\n id: '26',\n label: 'Death',\n icon: 'sad',\n color: '#404040'\n }, {\n id: '27',\n label: 'Trade',\n icon: 'storefront',\n color: '#0891B2'\n }, {\n id: '28',\n label: 'Export',\n icon: 'airplane',\n color: '#4338CA'\n }, {\n id: '29',\n label: 'Import',\n icon: 'boat',\n color: '#15803D'\n }, {\n id: '30',\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 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 gap: 12\n },\n actionCard: {\n width: (width - 64) / 4,\n alignItems: 'center',\n padding: 8\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: 8,\n paddingTop: 8,\n height: 65\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":1136,"map":[[30,2,239,15,"Object"],[30,8,239,15],[30,9,239,15,"defineProperty"],[30,23,239,15],[30,24,239,15,"exports"],[30,31,239,15],[31,4,239,15,"enumerable"],[31,14,239,15],[32,4,239,15,"get"],[32,7,239,15],[32,18,239,15,"get"],[32,19,239,15],[33,6,239,15],[33,13,239,15,"HomeScreen"],[33,23,239,15],[34,4,239,15],[35,2,239,15],[36,2,301,1],[36,6,301,1,"_babelRuntimeHelpersAsyncToGenerator"],[36,42,301,1],[36,45,301,1,"require"],[36,52,301,1],[36,53,301,1,"_dependencyMap"],[36,67,301,1],[37,2,301,1],[37,6,301,1,"_asyncToGenerator"],[37,23,301,1],[37,26,301,1,"_interopDefault"],[37,41,301,1],[37,42,301,1,"_babelRuntimeHelpersAsyncToGenerator"],[37,78,301,1],[38,2,301,1],[38,6,301,1,"_babelRuntimeHelpersSlicedToArray"],[38,39,301,1],[38,42,301,1,"require"],[38,49,301,1],[38,50,301,1,"_dependencyMap"],[38,64,301,1],[39,2,301,1],[39,6,301,1,"_slicedToArray"],[39,20,301,1],[39,23,301,1,"_interopDefault"],[39,38,301,1],[39,39,301,1,"_babelRuntimeHelpersSlicedToArray"],[39,72,301,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,13,0],[42,6,13,0,"_expoVectorIcons"],[42,22,13,0],[42,25,13,0,"require"],[42,32,13,0],[42,33,13,0,"_dependencyMap"],[42,47,13,0],[43,2,14,0],[43,6,14,0,"_reactNavigationBottomTabs"],[43,32,14,0],[43,35,14,0,"require"],[43,42,14,0],[43,43,14,0,"_dependencyMap"],[43,57,14,0],[44,2,15,0],[44,6,15,0,"_expoImagePicker"],[44,22,15,0],[44,25,15,0,"require"],[44,32,15,0],[44,33,15,0,"_dependencyMap"],[44,47,15,0],[45,2,15,0],[45,6,15,0,"ImagePicker"],[45,17,15,0],[45,20,15,0,"_interopNamespace"],[45,37,15,0],[45,38,15,0,"_expoImagePicker"],[45,54,15,0],[46,2,16,0],[46,6,16,0,"_contextsAuthContext"],[46,26,16,0],[46,29,16,0,"require"],[46,36,16,0],[46,37,16,0,"_dependencyMap"],[46,51,16,0],[47,2,16,50],[47,6,16,50,"_reactJsxDevRuntime"],[47,25,16,50],[47,28,16,50,"require"],[47,35,16,50],[47,36,16,50,"_dependencyMap"],[47,50,16,50],[48,2,18,0],[48,6,18,0,"_Dimensions$get"],[48,21,18,0],[48,24,18,18,"Dimensions"],[48,36,18,28],[48,37,18,28,"Dimensions"],[48,47,18,28],[48,48,18,29,"get"],[48,51,18,32],[48,52,18,33],[48,60,18,41],[48,61,18,42],[49,4,18,8,"width"],[49,9,18,13],[49,12,18,13,"_Dimensions$get"],[49,27,18,13],[49,28,18,8,"width"],[49,33,18,13],[50,2,20,0],[50,11,20,9,"HomeTab"],[50,18,20,16,"HomeTab"],[50,19,20,16],[50,21,20,19],[51,4,20,19,"_s"],[51,6,20,19],[52,4,21,2],[52,8,21,2,"_useAuth"],[52,16,21,2],[52,19,21,19],[52,23,21,19,"useAuth"],[52,43,21,26],[52,44,21,26,"useAuth"],[52,51,21,26],[52,53,21,27],[52,54,21,28],[53,6,21,10,"user"],[53,10,21,14],[53,13,21,14,"_useAuth"],[53,21,21,14],[53,22,21,10,"user"],[53,26,21,14],[54,4,22,2],[54,8,22,2,"_useState"],[54,17,22,2],[54,20,22,42],[54,24,22,42,"useState"],[54,30,22,50],[54,31,22,50,"useState"],[54,39,22,50],[54,41,22,66],[54,45,22,70],[54,46,22,71],[55,6,22,71,"_useState2"],[55,16,22,71],[55,23,22,71,"_slicedToArray"],[55,37,22,71],[55,38,22,71,"default"],[55,45,22,71],[55,47,22,71,"_useState"],[55,56,22,71],[56,6,22,9,"profileImage"],[56,18,22,21],[56,21,22,21,"_useState2"],[56,31,22,21],[57,6,22,23,"setProfileImage"],[57,21,22,38],[57,24,22,38,"_useState2"],[57,34,22,38],[58,4,24,2],[58,8,24,8,"pickImage"],[58,17,24,17],[59,6,24,17],[59,10,24,17,"_ref"],[59,14,24,17],[59,21,24,17,"_asyncToGenerator"],[59,38,24,17],[59,39,24,17,"default"],[59,46,24,17],[59,48,24,20],[59,61,24,32],[60,8,25,4],[60,12,25,10,"permissionResult"],[60,28,25,26],[60,37,25,35,"ImagePicker"],[60,48,25,46],[60,49,25,47,"requestMediaLibraryPermissionsAsync"],[60,84,25,82],[60,85,25,83],[60,86,25,84],[61,8,27,4],[61,12,27,8,"permissionResult"],[61,28,27,24],[61,29,27,25,"granted"],[61,36,27,32],[61,41,27,37],[61,46,27,42],[61,48,27,44],[62,10,28,6,"Alert"],[62,22,28,11],[62,23,28,11,"Alert"],[62,28,28,11],[62,29,28,12,"alert"],[62,34,28,17],[62,35,28,18],[62,56,28,39],[62,58,28,41],[62,105,28,88],[62,106,28,89],[63,10,29,6],[64,8,30,4],[65,8,32,4],[65,12,32,10,"result"],[65,18,32,16],[65,27,32,25,"ImagePicker"],[65,38,32,36],[65,39,32,37,"launchImageLibraryAsync"],[65,62,32,60],[65,63,32,61],[66,10,33,6,"mediaTypes"],[66,20,33,16],[66,22,33,18,"ImagePicker"],[66,33,33,29],[66,34,33,30,"MediaTypeOptions"],[66,50,33,46],[66,51,33,47,"Images"],[66,57,33,53],[67,10,34,6,"allowsEditing"],[67,23,34,19],[67,25,34,21],[67,29,34,25],[68,10,35,6,"aspect"],[68,16,35,12],[68,18,35,14],[68,19,35,15],[68,20,35,16],[68,22,35,18],[68,23,35,19],[68,24,35,20],[69,10,36,6,"quality"],[69,17,36,13],[69,19,36,15],[69,22,36,18],[70,10,37,6,"base64"],[70,16,37,12],[70,18,37,14],[71,8,38,4],[71,9,38,5],[71,10,38,6],[72,8,40,4],[72,12,40,8],[72,13,40,9,"result"],[72,19,40,15],[72,20,40,16,"canceled"],[72,28,40,24],[72,32,40,28,"result"],[72,38,40,34],[72,39,40,35,"assets"],[72,45,40,41],[72,46,40,42],[72,47,40,43],[72,48,40,44],[72,49,40,45,"base64"],[72,55,40,51],[72,57,40,53],[73,10,41,6],[73,14,41,12,"base64Image"],[73,25,41,23],[73,28,41,26],[73,54,41,52,"result"],[73,60,41,58],[73,61,41,59,"assets"],[73,67,41,65],[73,68,41,66],[73,69,41,67],[73,70,41,68],[73,71,41,69,"base64"],[73,77,41,75],[73,79,41,77],[74,10,42,6,"setProfileImage"],[74,25,42,21],[74,26,42,22,"base64Image"],[74,37,42,33],[74,38,42,34],[75,10,43,6],[76,8,44,4],[77,6,45,2],[77,7,45,3],[78,6,45,3],[78,22,24,8,"pickImage"],[78,31,24,17,"pickImage"],[78,32,24,17],[79,8,24,17],[79,15,24,17,"_ref"],[79,19,24,17],[79,20,24,17,"apply"],[79,25,24,17],[79,32,24,17,"arguments"],[79,41,24,17],[80,6,24,17],[81,4,24,17],[81,7,45,3],[82,4,46,2],[82,24,47,4],[82,28,47,4,"_reactJsxDevRuntime"],[82,47,47,4],[82,48,47,4,"jsxDEV"],[82,54,47,4],[82,56,47,5,"_reactNative"],[82,68,47,17],[82,69,47,17,"SafeAreaView"],[82,81,47,17],[83,6,47,18,"style"],[83,11,47,23],[83,13,47,25,"styles"],[83,19,47,31],[83,20,47,32,"container"],[83,29,47,42],[84,6,47,42,"children"],[84,14,47,42],[84,29,48,6],[84,33,48,6,"_reactJsxDevRuntime"],[84,52,48,6],[84,53,48,6,"jsxDEV"],[84,59,48,6],[84,61,48,7,"_reactNative"],[84,73,48,17],[84,74,48,17,"ScrollView"],[84,84,48,17],[85,8,48,18,"showsVerticalScrollIndicator"],[85,36,48,46],[85,38,48,48],[85,43,48,54],[86,8,48,54,"children"],[86,16,48,54],[86,32,50,8],[86,36,50,8,"_reactJsxDevRuntime"],[86,55,50,8],[86,56,50,8,"jsxDEV"],[86,62,50,8],[86,64,50,9,"_reactNative"],[86,76,50,13],[86,77,50,13,"View"],[86,81,50,13],[87,10,50,14,"style"],[87,15,50,19],[87,17,50,21,"styles"],[87,23,50,27],[87,24,50,28,"header"],[87,30,50,35],[88,10,50,35,"children"],[88,18,50,35],[88,34,51,10],[88,38,51,10,"_reactJsxDevRuntime"],[88,57,51,10],[88,58,51,10,"jsxDEV"],[88,64,51,10],[88,66,51,11,"_reactNative"],[88,78,51,15],[88,79,51,15,"View"],[88,83,51,15],[89,12,51,16,"style"],[89,17,51,21],[89,19,51,23,"styles"],[89,25,51,29],[89,26,51,30,"headerLeft"],[89,36,51,41],[90,12,51,41,"children"],[90,20,51,41],[90,36,52,12],[90,40,52,12,"_reactJsxDevRuntime"],[90,59,52,12],[90,60,52,12,"jsxDEV"],[90,66,52,12],[90,68,52,13,"_reactNative"],[90,80,52,29],[90,81,52,29,"TouchableOpacity"],[90,97,52,29],[91,14,52,30,"style"],[91,19,52,35],[91,21,52,37,"styles"],[91,27,52,43],[91,28,52,44,"profileImage"],[91,40,52,57],[92,14,52,58,"onPress"],[92,21,52,65],[92,23,52,67,"pickImage"],[92,32,52,77],[93,14,52,77,"children"],[93,22,52,77],[93,24,53,15,"profileImage"],[93,36,53,27],[93,52,54,16],[93,56,54,16,"_reactJsxDevRuntime"],[93,75,54,16],[93,76,54,16,"jsxDEV"],[93,82,54,16],[93,84,54,17,"_reactNative"],[93,96,54,22],[93,97,54,22,"Image"],[93,102,54,22],[94,16,54,23,"source"],[94,22,54,29],[94,24,54,31],[95,18,54,33,"uri"],[95,21,54,36],[95,23,54,38,"profileImage"],[96,16,54,51],[96,17,54,53],[97,16,54,54,"style"],[97,21,54,59],[97,23,54,61,"styles"],[97,29,54,67],[97,30,54,68,"profileImageSrc"],[98,14,54,84],[99,16,54,84,"fileName"],[99,24,54,84],[99,26,54,84,"_jsxFileName"],[99,38,54,84],[100,16,54,84,"lineNumber"],[100,26,54,84],[101,16,54,84,"columnNumber"],[101,28,54,84],[102,14,54,84],[102,21,54,86],[102,22,54,87],[102,38,56,16],[102,42,56,16,"_reactJsxDevRuntime"],[102,61,56,16],[102,62,56,16,"jsxDEV"],[102,68,56,16],[102,70,56,17,"_expoVectorIcons"],[102,86,56,25],[102,87,56,25,"Ionicons"],[102,95,56,25],[103,16,56,26,"name"],[103,20,56,30],[103,22,56,31],[103,30,56,39],[104,16,56,40,"size"],[104,20,56,44],[104,22,56,46],[104,24,56,49],[105,16,56,50,"color"],[105,21,56,55],[105,23,56,56],[106,14,56,65],[107,16,56,65,"fileName"],[107,24,56,65],[107,26,56,65,"_jsxFileName"],[107,38,56,65],[108,16,56,65,"lineNumber"],[108,26,56,65],[109,16,56,65,"columnNumber"],[109,28,56,65],[110,14,56,65],[110,21,56,67],[111,12,57,15],[112,14,57,15,"fileName"],[112,22,57,15],[112,24,57,15,"_jsxFileName"],[112,36,57,15],[113,14,57,15,"lineNumber"],[113,24,57,15],[114,14,57,15,"columnNumber"],[114,26,57,15],[115,12,57,15],[115,19,58,30],[115,20,58,31],[115,35,59,12],[115,39,59,12,"_reactJsxDevRuntime"],[115,58,59,12],[115,59,59,12,"jsxDEV"],[115,65,59,12],[115,67,59,13,"_reactNative"],[115,79,59,17],[115,80,59,17,"View"],[115,84,59,17],[116,14,59,18,"style"],[116,19,59,23],[116,21,59,25,"styles"],[116,27,59,31],[116,28,59,32,"profileBadge"],[116,40,59,45],[117,14,59,45,"children"],[117,22,59,45],[117,38,60,14],[117,42,60,14,"_reactJsxDevRuntime"],[117,61,60,14],[117,62,60,14,"jsxDEV"],[117,68,60,14],[117,70,60,15,"_expoVectorIcons"],[117,86,60,23],[117,87,60,23,"Ionicons"],[117,95,60,23],[118,16,60,24,"name"],[118,20,60,28],[118,22,60,29],[118,28,60,35],[119,16,60,36,"size"],[119,20,60,40],[119,22,60,42],[119,24,60,45],[120,16,60,46,"color"],[120,21,60,51],[120,23,60,52],[121,14,60,61],[122,16,60,61,"fileName"],[122,24,60,61],[122,26,60,61,"_jsxFileName"],[122,38,60,61],[123,16,60,61,"lineNumber"],[123,26,60,61],[124,16,60,61,"columnNumber"],[124,28,60,61],[125,14,60,61],[125,21,60,63],[125,22,60,64],[125,37,61,14],[125,41,61,14,"_reactJsxDevRuntime"],[125,60,61,14],[125,61,61,14,"jsxDEV"],[125,67,61,14],[125,69,61,15,"_reactNative"],[125,81,61,19],[125,82,61,19,"Text"],[125,86,61,19],[126,16,61,20,"style"],[126,21,61,25],[126,23,61,27,"styles"],[126,29,61,33],[126,30,61,34,"trustScore"],[126,40,61,45],[127,16,61,45,"children"],[127,24,61,45],[127,26,61,46],[128,14,61,49],[129,16,61,49,"fileName"],[129,24,61,49],[129,26,61,49,"_jsxFileName"],[129,38,61,49],[130,16,61,49,"lineNumber"],[130,26,61,49],[131,16,61,49,"columnNumber"],[131,28,61,49],[132,14,61,49],[132,21,61,55],[132,22,61,56],[133,12,61,56],[134,14,61,56,"fileName"],[134,22,61,56],[134,24,61,56,"_jsxFileName"],[134,36,61,56],[135,14,61,56,"lineNumber"],[135,24,61,56],[136,14,61,56,"columnNumber"],[136,26,61,56],[137,12,61,56],[137,19,62,18],[137,20,62,19],[138,10,62,19],[139,12,62,19,"fileName"],[139,20,62,19],[139,22,62,19,"_jsxFileName"],[139,34,62,19],[140,12,62,19,"lineNumber"],[140,22,62,19],[141,12,62,19,"columnNumber"],[141,24,62,19],[142,10,62,19],[142,17,63,16],[142,18,63,17],[142,33,64,10],[142,37,64,10,"_reactJsxDevRuntime"],[142,56,64,10],[142,57,64,10,"jsxDEV"],[142,63,64,10],[142,65,64,11,"_reactNative"],[142,77,64,15],[142,78,64,15,"View"],[142,82,64,15],[143,12,64,16,"style"],[143,17,64,21],[143,19,64,23,"styles"],[143,25,64,29],[143,26,64,30,"headerRight"],[143,37,64,42],[144,12,64,42,"children"],[144,20,64,42],[144,36,65,12],[144,40,65,12,"_reactJsxDevRuntime"],[144,59,65,12],[144,60,65,12,"jsxDEV"],[144,66,65,12],[144,68,65,13,"_reactNative"],[144,80,65,29],[144,81,65,29,"TouchableOpacity"],[144,97,65,29],[145,14,65,30,"style"],[145,19,65,35],[145,21,65,37,"styles"],[145,27,65,43],[145,28,65,44,"iconButton"],[145,38,65,55],[146,14,65,55,"children"],[146,22,65,55],[146,37,66,14],[146,41,66,14,"_reactJsxDevRuntime"],[146,60,66,14],[146,61,66,14,"jsxDEV"],[146,67,66,14],[146,69,66,15,"_expoVectorIcons"],[146,85,66,23],[146,86,66,23,"Ionicons"],[146,94,66,23],[147,16,66,24,"name"],[147,20,66,28],[147,22,66,29],[147,39,66,46],[148,16,66,47,"size"],[148,20,66,51],[148,22,66,53],[148,24,66,56],[149,16,66,57,"color"],[149,21,66,62],[149,23,66,63],[150,14,66,72],[151,16,66,72,"fileName"],[151,24,66,72],[151,26,66,72,"_jsxFileName"],[151,38,66,72],[152,16,66,72,"lineNumber"],[152,26,66,72],[153,16,66,72,"columnNumber"],[153,28,66,72],[154,14,66,72],[154,21,66,74],[155,12,66,75],[156,14,66,75,"fileName"],[156,22,66,75],[156,24,66,75,"_jsxFileName"],[156,36,66,75],[157,14,66,75,"lineNumber"],[157,24,66,75],[158,14,66,75,"columnNumber"],[158,26,66,75],[159,12,66,75],[159,19,67,30],[159,20,67,31],[159,35,68,12],[159,39,68,12,"_reactJsxDevRuntime"],[159,58,68,12],[159,59,68,12,"jsxDEV"],[159,65,68,12],[159,67,68,13,"_reactNative"],[159,79,68,29],[159,80,68,29,"TouchableOpacity"],[159,96,68,29],[160,14,68,30,"style"],[160,19,68,35],[160,21,68,37,"styles"],[160,27,68,43],[160,28,68,44,"iconButton"],[160,38,68,55],[161,14,68,55,"children"],[161,22,68,55],[161,37,69,14],[161,41,69,14,"_reactJsxDevRuntime"],[161,60,69,14],[161,61,69,14,"jsxDEV"],[161,67,69,14],[161,69,69,15,"_expoVectorIcons"],[161,85,69,23],[161,86,69,23,"Ionicons"],[161,94,69,23],[162,16,69,24,"name"],[162,20,69,28],[162,22,69,29],[162,45,69,52],[163,16,69,53,"size"],[163,20,69,57],[163,22,69,59],[163,24,69,62],[164,16,69,63,"color"],[164,21,69,68],[164,23,69,69],[165,14,69,78],[166,16,69,78,"fileName"],[166,24,69,78],[166,26,69,78,"_jsxFileName"],[166,38,69,78],[167,16,69,78,"lineNumber"],[167,26,69,78],[168,16,69,78,"columnNumber"],[168,28,69,78],[169,14,69,78],[169,21,69,80],[170,12,69,81],[171,14,69,81,"fileName"],[171,22,69,81],[171,24,69,81,"_jsxFileName"],[171,36,69,81],[172,14,69,81,"lineNumber"],[172,24,69,81],[173,14,69,81,"columnNumber"],[173,26,69,81],[174,12,69,81],[174,19,70,30],[174,20,70,31],[174,35,71,12],[174,39,71,12,"_reactJsxDevRuntime"],[174,58,71,12],[174,59,71,12,"jsxDEV"],[174,65,71,12],[174,67,71,13,"_reactNative"],[174,79,71,29],[174,80,71,29,"TouchableOpacity"],[174,96,71,29],[175,14,71,30,"style"],[175,19,71,35],[175,21,71,37,"styles"],[175,27,71,43],[175,28,71,44,"iconButton"],[175,38,71,55],[176,14,71,55,"children"],[176,22,71,55],[176,37,72,14],[176,41,72,14,"_reactJsxDevRuntime"],[176,60,72,14],[176,61,72,14,"jsxDEV"],[176,67,72,14],[176,69,72,15,"_expoVectorIcons"],[176,85,72,23],[176,86,72,23,"Ionicons"],[176,94,72,23],[177,16,72,24,"name"],[177,20,72,28],[177,22,72,29],[177,40,72,47],[178,16,72,48,"size"],[178,20,72,52],[178,22,72,54],[178,24,72,57],[179,16,72,58,"color"],[179,21,72,63],[179,23,72,64],[180,14,72,73],[181,16,72,73,"fileName"],[181,24,72,73],[181,26,72,73,"_jsxFileName"],[181,38,72,73],[182,16,72,73,"lineNumber"],[182,26,72,73],[183,16,72,73,"columnNumber"],[183,28,72,73],[184,14,72,73],[184,21,72,75],[185,12,72,76],[186,14,72,76,"fileName"],[186,22,72,76],[186,24,72,76,"_jsxFileName"],[186,36,72,76],[187,14,72,76,"lineNumber"],[187,24,72,76],[188,14,72,76,"columnNumber"],[188,26,72,76],[189,12,72,76],[189,19,73,30],[189,20,73,31],[190,10,73,31],[191,12,73,31,"fileName"],[191,20,73,31],[191,22,73,31,"_jsxFileName"],[191,34,73,31],[192,12,73,31,"lineNumber"],[192,22,73,31],[193,12,73,31,"columnNumber"],[193,24,73,31],[194,10,73,31],[194,17,74,16],[194,18,74,17],[195,8,74,17],[196,10,74,17,"fileName"],[196,18,74,17],[196,20,74,17,"_jsxFileName"],[196,32,74,17],[197,10,74,17,"lineNumber"],[197,20,74,17],[198,10,74,17,"columnNumber"],[198,22,74,17],[199,8,74,17],[199,15,75,14],[199,16,75,15],[199,31,78,8],[199,35,78,8,"_reactJsxDevRuntime"],[199,54,78,8],[199,55,78,8,"jsxDEV"],[199,61,78,8],[199,63,78,9,"_reactNative"],[199,75,78,13],[199,76,78,13,"View"],[199,80,78,13],[200,10,78,14,"style"],[200,15,78,19],[200,17,78,21,"styles"],[200,23,78,27],[200,24,78,28,"announcementWidget"],[200,42,78,47],[201,10,78,47,"children"],[201,18,78,47],[201,33,79,10],[201,37,79,10,"_reactJsxDevRuntime"],[201,56,79,10],[201,57,79,10,"jsxDEV"],[201,63,79,10],[201,65,79,11,"_reactNative"],[201,77,79,21],[201,78,79,21,"ScrollView"],[201,88,79,21],[202,12,79,22,"horizontal"],[202,22,79,32],[203,12,79,33,"showsHorizontalScrollIndicator"],[203,42,79,63],[203,44,79,65],[203,49,79,71],[204,12,79,71,"children"],[204,20,79,71],[204,36,80,12],[204,40,80,12,"_reactJsxDevRuntime"],[204,59,80,12],[204,60,80,12,"jsxDEV"],[204,66,80,12],[204,68,80,13,"_reactNative"],[204,80,80,17],[204,81,80,17,"View"],[204,85,80,17],[205,14,80,18,"style"],[205,19,80,23],[205,21,80,25,"styles"],[205,27,80,31],[205,28,80,32,"announcement"],[205,40,80,45],[206,14,80,45,"children"],[206,22,80,45],[206,38,81,14],[206,42,81,14,"_reactJsxDevRuntime"],[206,61,81,14],[206,62,81,14,"jsxDEV"],[206,68,81,14],[206,70,81,15,"_reactNative"],[206,82,81,19],[206,83,81,19,"Text"],[206,87,81,19],[207,16,81,20,"style"],[207,21,81,25],[207,23,81,27,"styles"],[207,29,81,33],[207,30,81,34,"announcementTitle"],[207,47,81,52],[208,16,81,52,"children"],[208,24,81,52],[208,26,81,53],[209,14,81,80],[210,16,81,80,"fileName"],[210,24,81,80],[210,26,81,80,"_jsxFileName"],[210,38,81,80],[211,16,81,80,"lineNumber"],[211,26,81,80],[212,16,81,80,"columnNumber"],[212,28,81,80],[213,14,81,80],[213,21,81,86],[213,22,81,87],[213,37,82,14],[213,41,82,14,"_reactJsxDevRuntime"],[213,60,82,14],[213,61,82,14,"jsxDEV"],[213,67,82,14],[213,69,82,15,"_reactNative"],[213,81,82,19],[213,82,82,19,"Text"],[213,86,82,19],[214,16,82,20,"style"],[214,21,82,25],[214,23,82,27,"styles"],[214,29,82,33],[214,30,82,34,"announcementText"],[214,46,82,51],[215,16,82,51,"children"],[215,24,82,51],[215,26,82,52],[216,14,82,88],[217,16,82,88,"fileName"],[217,24,82,88],[217,26,82,88,"_jsxFileName"],[217,38,82,88],[218,16,82,88,"lineNumber"],[218,26,82,88],[219,16,82,88,"columnNumber"],[219,28,82,88],[220,14,82,88],[220,21,82,94],[220,22,82,95],[221,12,82,95],[222,14,82,95,"fileName"],[222,22,82,95],[222,24,82,95,"_jsxFileName"],[222,36,82,95],[223,14,82,95,"lineNumber"],[223,24,82,95],[224,14,82,95,"columnNumber"],[224,26,82,95],[225,12,82,95],[225,19,83,18],[225,20,83,19],[225,35,84,12],[225,39,84,12,"_reactJsxDevRuntime"],[225,58,84,12],[225,59,84,12,"jsxDEV"],[225,65,84,12],[225,67,84,13,"_reactNative"],[225,79,84,17],[225,80,84,17,"View"],[225,84,84,17],[226,14,84,18,"style"],[226,19,84,23],[226,21,84,25,"styles"],[226,27,84,31],[226,28,84,32,"announcement"],[226,40,84,45],[227,14,84,45,"children"],[227,22,84,45],[227,38,85,14],[227,42,85,14,"_reactJsxDevRuntime"],[227,61,85,14],[227,62,85,14,"jsxDEV"],[227,68,85,14],[227,70,85,15,"_reactNative"],[227,82,85,19],[227,83,85,19,"Text"],[227,87,85,19],[228,16,85,20,"style"],[228,21,85,25],[228,23,85,27,"styles"],[228,29,85,33],[228,30,85,34,"announcementTitle"],[228,47,85,52],[229,16,85,52,"children"],[229,24,85,52],[229,26,85,53],[230,14,85,67],[231,16,85,67,"fileName"],[231,24,85,67],[231,26,85,67,"_jsxFileName"],[231,38,85,67],[232,16,85,67,"lineNumber"],[232,26,85,67],[233,16,85,67,"columnNumber"],[233,28,85,67],[234,14,85,67],[234,21,85,73],[234,22,85,74],[234,37,86,14],[234,41,86,14,"_reactJsxDevRuntime"],[234,60,86,14],[234,61,86,14,"jsxDEV"],[234,67,86,14],[234,69,86,15,"_reactNative"],[234,81,86,19],[234,82,86,19,"Text"],[234,86,86,19],[235,16,86,20,"style"],[235,21,86,25],[235,23,86,27,"styles"],[235,29,86,33],[235,30,86,34,"announcementText"],[235,46,86,51],[236,16,86,51,"children"],[236,24,86,51],[236,26,86,52],[237,14,86,80],[238,16,86,80,"fileName"],[238,24,86,80],[238,26,86,80,"_jsxFileName"],[238,38,86,80],[239,16,86,80,"lineNumber"],[239,26,86,80],[240,16,86,80,"columnNumber"],[240,28,86,80],[241,14,86,80],[241,21,86,86],[241,22,86,87],[242,12,86,87],[243,14,86,87,"fileName"],[243,22,86,87],[243,24,86,87,"_jsxFileName"],[243,36,86,87],[244,14,86,87,"lineNumber"],[244,24,86,87],[245,14,86,87,"columnNumber"],[245,26,86,87],[246,12,86,87],[246,19,87,18],[246,20,87,19],[247,10,87,19],[248,12,87,19,"fileName"],[248,20,87,19],[248,22,87,19,"_jsxFileName"],[248,34,87,19],[249,12,87,19,"lineNumber"],[249,22,87,19],[250,12,87,19,"columnNumber"],[250,24,87,19],[251,10,87,19],[251,17,88,22],[252,8,88,23],[253,10,88,23,"fileName"],[253,18,88,23],[253,20,88,23,"_jsxFileName"],[253,32,88,23],[254,10,88,23,"lineNumber"],[254,20,88,23],[255,10,88,23,"columnNumber"],[255,22,88,23],[256,8,88,23],[256,15,89,14],[256,16,89,15],[256,31,92,8],[256,35,92,8,"_reactJsxDevRuntime"],[256,54,92,8],[256,55,92,8,"jsxDEV"],[256,61,92,8],[256,63,92,9,"_reactNative"],[256,75,92,13],[256,76,92,13,"View"],[256,80,92,13],[257,10,92,14,"style"],[257,15,92,19],[257,17,92,21,"styles"],[257,23,92,27],[257,24,92,28,"quickActionsContainer"],[257,45,92,50],[258,10,92,50,"children"],[258,18,92,50],[258,34,93,10],[258,38,93,10,"_reactJsxDevRuntime"],[258,57,93,10],[258,58,93,10,"jsxDEV"],[258,64,93,10],[258,66,93,11,"_reactNative"],[258,78,93,15],[258,79,93,15,"Text"],[258,83,93,15],[259,12,93,16,"style"],[259,17,93,21],[259,19,93,23,"styles"],[259,25,93,29],[259,26,93,30,"sectionTitle"],[259,38,93,43],[260,12,93,43,"children"],[260,20,93,43],[260,22,93,44],[261,10,93,57],[262,12,93,57,"fileName"],[262,20,93,57],[262,22,93,57,"_jsxFileName"],[262,34,93,57],[263,12,93,57,"lineNumber"],[263,22,93,57],[264,12,93,57,"columnNumber"],[264,24,93,57],[265,10,93,57],[265,17,93,63],[265,18,93,64],[265,33,94,10],[265,37,94,10,"_reactJsxDevRuntime"],[265,56,94,10],[265,57,94,10,"jsxDEV"],[265,63,94,10],[265,65,94,11,"_reactNative"],[265,77,94,15],[265,78,94,15,"View"],[265,82,94,15],[266,12,94,16,"style"],[266,17,94,21],[266,19,94,23,"styles"],[266,25,94,29],[266,26,94,30,"actionsGrid"],[266,37,94,42],[267,12,94,42,"children"],[267,20,94,42],[267,22,95,13,"QUICK_ACTIONS"],[267,35,95,26],[267,36,95,27,"map"],[267,39,95,30],[267,40,95,32,"action"],[267,46,95,38],[267,63,96,14],[267,67,96,14,"_reactJsxDevRuntime"],[267,86,96,14],[267,87,96,14,"jsxDEV"],[267,93,96,14],[267,95,96,15,"_reactNative"],[267,107,96,31],[267,108,96,31,"TouchableOpacity"],[267,124,96,31],[268,14,98,16,"style"],[268,19,98,21],[268,21,98,23,"styles"],[268,27,98,29],[268,28,98,30,"actionCard"],[268,38,98,41],[269,14,99,16,"activeOpacity"],[269,27,99,29],[269,29,99,31],[269,32,99,35],[270,14,99,35,"children"],[270,22,99,35],[270,38,101,16],[270,42,101,16,"_reactJsxDevRuntime"],[270,61,101,16],[270,62,101,16,"jsxDEV"],[270,68,101,16],[270,70,101,17,"_reactNative"],[270,82,101,21],[270,83,101,21,"View"],[270,87,101,21],[271,16,101,22,"style"],[271,21,101,27],[271,23,101,29],[271,24,101,30,"styles"],[271,30,101,36],[271,31,101,37,"actionIcon"],[271,41,101,47],[271,43,101,49],[272,18,101,51,"backgroundColor"],[272,33,101,66],[272,35,101,68,"action"],[272,41,101,74],[272,42,101,75,"color"],[273,16,101,81],[273,17,101,82],[273,18,101,84],[274,16,101,84,"children"],[274,24,101,84],[274,39,102,18],[274,43,102,18,"_reactJsxDevRuntime"],[274,62,102,18],[274,63,102,18,"jsxDEV"],[274,69,102,18],[274,71,102,19,"_expoVectorIcons"],[274,87,102,27],[274,88,102,27,"Ionicons"],[274,96,102,27],[275,18,102,28,"name"],[275,22,102,32],[275,24,102,34,"action"],[275,30,102,40],[275,31,102,41,"icon"],[275,35,102,46],[276,18,102,47,"size"],[276,22,102,51],[276,24,102,53],[276,26,102,56],[277,18,102,57,"color"],[277,23,102,62],[277,25,102,63],[278,16,102,69],[279,18,102,69,"fileName"],[279,26,102,69],[279,28,102,69,"_jsxFileName"],[279,40,102,69],[280,18,102,69,"lineNumber"],[280,28,102,69],[281,18,102,69,"columnNumber"],[281,30,102,69],[282,16,102,69],[282,23,102,71],[283,14,102,72],[284,16,102,72,"fileName"],[284,24,102,72],[284,26,102,72,"_jsxFileName"],[284,38,102,72],[285,16,102,72,"lineNumber"],[285,26,102,72],[286,16,102,72,"columnNumber"],[286,28,102,72],[287,14,102,72],[287,21,103,22],[287,22,103,23],[287,37,104,16],[287,41,104,16,"_reactJsxDevRuntime"],[287,60,104,16],[287,61,104,16,"jsxDEV"],[287,67,104,16],[287,69,104,17,"_reactNative"],[287,81,104,21],[287,82,104,21,"Text"],[287,86,104,21],[288,16,104,22,"style"],[288,21,104,27],[288,23,104,29,"styles"],[288,29,104,35],[288,30,104,36,"actionLabel"],[288,41,104,48],[289,16,104,48,"children"],[289,24,104,48],[289,26,104,50,"action"],[289,32,104,56],[289,33,104,57,"label"],[290,14,104,62],[291,16,104,62,"fileName"],[291,24,104,62],[291,26,104,62,"_jsxFileName"],[291,38,104,62],[292,16,104,62,"lineNumber"],[292,26,104,62],[293,16,104,62,"columnNumber"],[293,28,104,62],[294,14,104,62],[294,21,104,69],[294,22,104,70],[295,12,104,70],[295,15,97,21,"action"],[295,21,97,27],[295,22,97,28,"id"],[295,24,97,30],[296,14,97,30,"fileName"],[296,22,97,30],[296,24,97,30,"_jsxFileName"],[296,36,97,30],[297,14,97,30,"lineNumber"],[297,24,97,30],[298,14,97,30,"columnNumber"],[298,26,97,30],[299,12,97,30],[299,19,105,32],[299,20,106,13],[300,10,106,14],[301,12,106,14,"fileName"],[301,20,106,14],[301,22,106,14,"_jsxFileName"],[301,34,106,14],[302,12,106,14,"lineNumber"],[302,22,106,14],[303,12,106,14,"columnNumber"],[303,24,106,14],[304,10,106,14],[304,17,107,16],[304,18,107,17],[305,8,107,17],[306,10,107,17,"fileName"],[306,18,107,17],[306,20,107,17,"_jsxFileName"],[306,32,107,17],[307,10,107,17,"lineNumber"],[307,20,107,17],[308,10,107,17,"columnNumber"],[308,22,107,17],[309,8,107,17],[309,15,108,14],[309,16,108,15],[310,6,108,15],[311,8,108,15,"fileName"],[311,16,108,15],[311,18,108,15,"_jsxFileName"],[311,30,108,15],[312,8,108,15,"lineNumber"],[312,18,108,15],[313,8,108,15,"columnNumber"],[313,20,108,15],[314,6,108,15],[314,13,109,18],[315,4,109,19],[316,6,109,19,"fileName"],[316,14,109,19],[316,16,109,19,"_jsxFileName"],[316,28,109,19],[317,6,109,19,"lineNumber"],[317,16,109,19],[318,6,109,19,"columnNumber"],[318,18,109,19],[319,4,109,19],[319,11,110,18],[319,12,110,19],[320,2,112,0],[321,2,112,1,"_s"],[321,4,112,1],[321,5,20,9,"HomeTab"],[321,12,20,16],[322,4,20,16],[322,12,21,19,"useAuth"],[322,32,21,26],[322,33,21,26,"useAuth"],[322,40,21,26],[323,2,21,26],[324,2,21,26,"_c"],[324,4,21,26],[324,7,20,9,"HomeTab"],[324,14,20,16],[325,2,114,0],[325,11,114,9,"WalletTab"],[325,20,114,18,"WalletTab"],[325,21,114,18],[325,23,114,21],[326,4,114,21,"_s2"],[326,7,114,21],[327,4,115,2],[327,8,115,2,"_useAuth2"],[327,17,115,2],[327,20,115,19],[327,24,115,19,"useAuth"],[327,44,115,26],[327,45,115,26,"useAuth"],[327,52,115,26],[327,54,115,27],[327,55,115,28],[328,6,115,10,"user"],[328,10,115,14],[328,13,115,14,"_useAuth2"],[328,22,115,14],[328,23,115,10,"user"],[328,27,115,14],[329,4,116,2],[329,8,116,2,"_useState3"],[329,18,116,2],[329,21,116,38],[329,25,116,38,"useState"],[329,31,116,46],[329,32,116,46,"useState"],[329,40,116,46],[329,42,116,47],[329,54,116,59],[329,55,116,60],[330,6,116,60,"_useState4"],[330,16,116,60],[330,23,116,60,"_slicedToArray"],[330,37,116,60],[330,38,116,60,"default"],[330,45,116,60],[330,47,116,60,"_useState3"],[330,57,116,60],[331,6,116,9,"hezBalance"],[331,16,116,19],[331,19,116,19,"_useState4"],[331,29,116,19],[332,6,116,21,"setHezBalance"],[332,19,116,34],[332,22,116,34,"_useState4"],[332,32,116,34],[333,4,117,2],[333,8,117,2,"_useState5"],[333,18,117,2],[333,21,117,38],[333,25,117,38,"useState"],[333,31,117,46],[333,32,117,46,"useState"],[333,40,117,46],[333,42,117,47],[333,54,117,59],[333,55,117,60],[334,6,117,60,"_useState6"],[334,16,117,60],[334,23,117,60,"_slicedToArray"],[334,37,117,60],[334,38,117,60,"default"],[334,45,117,60],[334,47,117,60,"_useState5"],[334,57,117,60],[335,6,117,9,"pezBalance"],[335,16,117,19],[335,19,117,19,"_useState6"],[335,29,117,19],[336,6,117,21,"setPezBalance"],[336,19,117,34],[336,22,117,34,"_useState6"],[336,32,117,34],[337,4,118,2],[337,8,118,2,"_useState7"],[337,18,118,2],[337,21,118,32],[337,25,118,32,"useState"],[337,31,118,40],[337,32,118,40,"useState"],[337,40,118,40],[337,42,118,41],[337,46,118,45],[337,47,118,46],[338,6,118,46,"_useState8"],[338,16,118,46],[338,23,118,46,"_slicedToArray"],[338,37,118,46],[338,38,118,46,"default"],[338,45,118,46],[338,47,118,46,"_useState7"],[338,57,118,46],[339,6,118,9,"loading"],[339,13,118,16],[339,16,118,16,"_useState8"],[339,26,118,16],[340,6,118,18,"setLoading"],[340,16,118,28],[340,19,118,28,"_useState8"],[340,29,118,28],[341,4,120,2],[341,8,120,8,"TEST_WALLET"],[341,19,120,19],[341,22,120,22],[341,72,120,72],[342,4,122,2],[342,8,122,2,"useEffect"],[342,14,122,11],[342,15,122,11,"useEffect"],[342,24,122,11],[342,26,122,12],[342,32,122,18],[343,6,123,4,"fetchBalance"],[343,18,123,16],[343,19,123,17],[343,20,123,18],[344,4,124,2],[344,5,124,3],[344,7,124,5],[344,9,124,7],[344,10,124,8],[345,4,126,2],[345,8,126,8,"fetchBalance"],[345,20,126,20],[346,6,126,20],[346,10,126,20,"_ref2"],[346,15,126,20],[346,22,126,20,"_asyncToGenerator"],[346,39,126,20],[346,40,126,20,"default"],[346,47,126,20],[346,49,126,23],[346,62,126,35],[347,8,127,4],[347,12,127,8],[348,10,128,6],[348,14,128,12,"backendUrl"],[348,24,128,22],[348,27,128,25],[348,84,128,64],[348,107,128,87],[349,10,129,6],[349,14,129,12,"response"],[349,22,129,20],[349,31,129,29,"fetch"],[349,36,129,34],[349,37,129,35],[349,40,129,38,"backendUrl"],[349,50,129,48],[349,75,129,73],[349,77,129,75],[350,12,130,8,"method"],[350,18,130,14],[350,20,130,16],[350,26,130,22],[351,12,131,8,"headers"],[351,19,131,15],[351,21,131,17],[352,14,132,10],[352,28,132,24],[352,30,132,26],[353,12,133,8],[353,13,133,9],[354,12,134,8,"body"],[354,16,134,12],[354,18,134,14,"JSON"],[354,22,134,18],[354,23,134,19,"stringify"],[354,32,134,28],[354,33,134,29],[355,14,135,10,"address"],[355,21,135,17],[355,23,135,19,"TEST_WALLET"],[356,12,136,8],[356,13,136,9],[357,10,137,6],[357,11,137,7],[357,12,137,8],[358,10,139,6],[358,14,139,10,"response"],[358,22,139,18],[358,23,139,19,"ok"],[358,25,139,21],[358,27,139,23],[359,12,140,8],[359,16,140,14,"data"],[359,20,140,18],[359,29,140,27,"response"],[359,37,140,35],[359,38,140,36,"json"],[359,42,140,40],[359,43,140,41],[359,44,140,42],[360,12,141,8,"setHezBalance"],[360,25,141,21],[360,26,141,22,"parseFloat"],[360,36,141,32],[360,37,141,33,"data"],[360,41,141,37],[360,42,141,38,"hez"],[360,45,141,41],[360,46,141,42],[360,47,141,43,"toFixed"],[360,54,141,50],[360,55,141,51],[360,56,141,52],[360,57,141,53],[360,58,141,54],[361,12,142,8,"setPezBalance"],[361,25,142,21],[361,26,142,22,"parseFloat"],[361,36,142,32],[361,37,142,33,"data"],[361,41,142,37],[361,42,142,38,"pez"],[361,45,142,41],[361,46,142,42],[361,47,142,43,"toFixed"],[361,54,142,50],[361,55,142,51],[361,56,142,52],[361,57,142,53],[361,58,142,54],[362,10,143,6],[362,11,143,7],[362,17,143,13],[363,12,144,8,"setHezBalance"],[363,25,144,21],[363,26,144,22],[363,33,144,29],[363,34,144,30],[364,12,145,8,"setPezBalance"],[364,25,145,21],[364,26,145,22],[364,33,145,29],[364,34,145,30],[365,10,146,6],[366,8,147,4],[366,9,147,5],[366,10,147,6],[366,17,147,13,"error"],[366,22,147,18],[366,24,147,20],[367,10,148,6,"console"],[367,17,148,13],[367,18,148,14,"error"],[367,23,148,19],[367,24,148,20],[367,46,148,42],[367,48,148,44,"error"],[367,53,148,49],[367,54,148,50],[368,10,149,6,"setHezBalance"],[368,23,149,19],[368,24,149,20],[368,31,149,27],[368,32,149,28],[369,10,150,6,"setPezBalance"],[369,23,150,19],[369,24,150,20],[369,31,150,27],[369,32,150,28],[370,8,151,4],[370,9,151,5],[370,18,151,14],[371,10,152,6,"setLoading"],[371,20,152,16],[371,21,152,17],[371,26,152,22],[371,27,152,23],[372,8,153,4],[373,6,154,2],[373,7,154,3],[374,6,154,3],[374,22,126,8,"fetchBalance"],[374,34,126,20,"fetchBalance"],[374,35,126,20],[375,8,126,20],[375,15,126,20,"_ref2"],[375,20,126,20],[375,21,126,20,"apply"],[375,26,126,20],[375,33,126,20,"arguments"],[375,42,126,20],[376,6,126,20],[377,4,126,20],[377,7,154,3],[378,4,156,2],[378,24,157,4],[378,28,157,4,"_reactJsxDevRuntime"],[378,47,157,4],[378,48,157,4,"jsxDEV"],[378,54,157,4],[378,56,157,5,"_reactNative"],[378,68,157,17],[378,69,157,17,"SafeAreaView"],[378,81,157,17],[379,6,157,18,"style"],[379,11,157,23],[379,13,157,25,"styles"],[379,19,157,31],[379,20,157,32,"container"],[379,29,157,42],[380,6,157,42,"children"],[380,14,157,42],[380,29,158,6],[380,33,158,6,"_reactJsxDevRuntime"],[380,52,158,6],[380,53,158,6,"jsxDEV"],[380,59,158,6],[380,61,158,7,"_reactNative"],[380,73,158,17],[380,74,158,17,"ScrollView"],[380,84,158,17],[381,8,158,17,"children"],[381,16,158,17],[381,32,159,8],[381,36,159,8,"_reactJsxDevRuntime"],[381,55,159,8],[381,56,159,8,"jsxDEV"],[381,62,159,8],[381,64,159,9,"_reactNative"],[381,76,159,13],[381,77,159,13,"View"],[381,81,159,13],[382,10,159,14,"style"],[382,15,159,19],[382,17,159,21,"styles"],[382,23,159,27],[382,24,159,28,"walletHeader"],[382,36,159,41],[383,10,159,41,"children"],[383,18,159,41],[383,34,160,10],[383,38,160,10,"_reactJsxDevRuntime"],[383,57,160,10],[383,58,160,10,"jsxDEV"],[383,64,160,10],[383,66,160,11,"_reactNative"],[383,78,160,15],[383,79,160,15,"Text"],[383,83,160,15],[384,12,160,16,"style"],[384,17,160,21],[384,19,160,23,"styles"],[384,25,160,29],[384,26,160,30,"walletTitle"],[384,37,160,42],[385,12,160,42,"children"],[385,20,160,42],[385,22,160,43],[386,10,160,52],[387,12,160,52,"fileName"],[387,20,160,52],[387,22,160,52,"_jsxFileName"],[387,34,160,52],[388,12,160,52,"lineNumber"],[388,22,160,52],[389,12,160,52,"columnNumber"],[389,24,160,52],[390,10,160,52],[390,17,160,58],[390,18,160,59],[390,33,161,10],[390,37,161,10,"_reactJsxDevRuntime"],[390,56,161,10],[390,57,161,10,"jsxDEV"],[390,63,161,10],[390,65,161,11,"_reactNative"],[390,77,161,27],[390,78,161,27,"TouchableOpacity"],[390,94,161,27],[391,12,161,28,"onPress"],[391,19,161,35],[391,21,161,37,"fetchBalance"],[391,33,161,50],[392,12,161,51,"style"],[392,17,161,56],[392,19,161,58,"styles"],[392,25,161,64],[392,26,161,65,"refreshButton"],[392,39,161,79],[393,12,161,79,"children"],[393,20,161,79],[393,35,162,12],[393,39,162,12,"_reactJsxDevRuntime"],[393,58,162,12],[393,59,162,12,"jsxDEV"],[393,65,162,12],[393,67,162,13,"_expoVectorIcons"],[393,83,162,21],[393,84,162,21,"Ionicons"],[393,92,162,21],[394,14,162,22,"name"],[394,18,162,26],[394,20,162,27],[394,29,162,36],[395,14,162,37,"size"],[395,18,162,41],[395,20,162,43],[395,22,162,46],[396,14,162,47,"color"],[396,19,162,52],[396,21,162,53],[397,12,162,62],[398,14,162,62,"fileName"],[398,22,162,62],[398,24,162,62,"_jsxFileName"],[398,36,162,62],[399,14,162,62,"lineNumber"],[399,24,162,62],[400,14,162,62,"columnNumber"],[400,26,162,62],[401,12,162,62],[401,19,162,64],[402,10,162,65],[403,12,162,65,"fileName"],[403,20,162,65],[403,22,162,65,"_jsxFileName"],[403,34,162,65],[404,12,162,65,"lineNumber"],[404,22,162,65],[405,12,162,65,"columnNumber"],[405,24,162,65],[406,10,162,65],[406,17,163,28],[406,18,163,29],[407,8,163,29],[408,10,163,29,"fileName"],[408,18,163,29],[408,20,163,29,"_jsxFileName"],[408,32,163,29],[409,10,163,29,"lineNumber"],[409,20,163,29],[410,10,163,29,"columnNumber"],[410,22,163,29],[411,8,163,29],[411,15,164,14],[411,16,164,15],[411,31,167,8],[411,35,167,8,"_reactJsxDevRuntime"],[411,54,167,8],[411,55,167,8,"jsxDEV"],[411,61,167,8],[411,63,167,9,"_reactNative"],[411,75,167,13],[411,76,167,13,"View"],[411,80,167,13],[412,10,167,14,"style"],[412,15,167,19],[412,17,167,21,"styles"],[412,23,167,27],[412,24,167,28,"balanceCards"],[412,36,167,41],[413,10,167,41,"children"],[413,18,167,41],[413,34,168,10],[413,38,168,10,"_reactJsxDevRuntime"],[413,57,168,10],[413,58,168,10,"jsxDEV"],[413,64,168,10],[413,66,168,11,"_reactNative"],[413,78,168,15],[413,79,168,15,"View"],[413,83,168,15],[414,12,168,16,"style"],[414,17,168,21],[414,19,168,23,"styles"],[414,25,168,29],[414,26,168,30,"balanceCard"],[414,37,168,42],[415,12,168,42,"children"],[415,20,168,42],[415,36,169,12],[415,40,169,12,"_reactJsxDevRuntime"],[415,59,169,12],[415,60,169,12,"jsxDEV"],[415,66,169,12],[415,68,169,13,"_reactNative"],[415,80,169,17],[415,81,169,17,"View"],[415,85,169,17],[416,14,169,18,"style"],[416,19,169,23],[416,21,169,25,"styles"],[416,27,169,31],[416,28,169,32,"balanceCardHeader"],[416,45,169,50],[417,14,169,50,"children"],[417,22,169,50],[417,38,170,14],[417,42,170,14,"_reactJsxDevRuntime"],[417,61,170,14],[417,62,170,14,"jsxDEV"],[417,68,170,14],[417,70,170,15,"_reactNative"],[417,82,170,20],[417,83,170,20,"Image"],[417,88,170,20],[418,16,171,16,"source"],[418,22,171,22],[418,24,171,24],[419,18,171,26,"uri"],[419,21,171,29],[419,23,171,31],[420,16,171,147],[420,17,171,149],[421,16,172,16,"style"],[421,21,172,21],[421,23,172,23,"styles"],[421,29,172,29],[421,30,172,30,"tokenLogo"],[422,14,172,40],[423,16,172,40,"fileName"],[423,24,172,40],[423,26,172,40,"_jsxFileName"],[423,38,172,40],[424,16,172,40,"lineNumber"],[424,26,172,40],[425,16,172,40,"columnNumber"],[425,28,172,40],[426,14,172,40],[426,21,173,15],[426,22,173,16],[426,37,174,14],[426,41,174,14,"_reactJsxDevRuntime"],[426,60,174,14],[426,61,174,14,"jsxDEV"],[426,67,174,14],[426,69,174,15,"_reactNative"],[426,81,174,19],[426,82,174,19,"Text"],[426,86,174,19],[427,16,174,20,"style"],[427,21,174,25],[427,23,174,27,"styles"],[427,29,174,33],[427,30,174,34,"tokenSymbol"],[427,41,174,46],[428,16,174,46,"children"],[428,24,174,46],[428,26,174,47],[429,14,174,50],[430,16,174,50,"fileName"],[430,24,174,50],[430,26,174,50,"_jsxFileName"],[430,38,174,50],[431,16,174,50,"lineNumber"],[431,26,174,50],[432,16,174,50,"columnNumber"],[432,28,174,50],[433,14,174,50],[433,21,174,56],[433,22,174,57],[434,12,174,57],[435,14,174,57,"fileName"],[435,22,174,57],[435,24,174,57,"_jsxFileName"],[435,36,174,57],[436,14,174,57,"lineNumber"],[436,24,174,57],[437,14,174,57,"columnNumber"],[437,26,174,57],[438,12,174,57],[438,19,175,18],[438,20,175,19],[438,35,176,12],[438,39,176,12,"_reactJsxDevRuntime"],[438,58,176,12],[438,59,176,12,"jsxDEV"],[438,65,176,12],[438,67,176,13,"_reactNative"],[438,79,176,17],[438,80,176,17,"Text"],[438,84,176,17],[439,14,176,18,"style"],[439,19,176,23],[439,21,176,25,"styles"],[439,27,176,31],[439,28,176,32,"balanceAmount"],[439,41,176,46],[440,14,176,46,"children"],[440,22,176,46],[440,24,176,48,"hezBalance"],[441,12,176,58],[442,14,176,58,"fileName"],[442,22,176,58],[442,24,176,58,"_jsxFileName"],[442,36,176,58],[443,14,176,58,"lineNumber"],[443,24,176,58],[444,14,176,58,"columnNumber"],[444,26,176,58],[445,12,176,58],[445,19,176,65],[445,20,176,66],[445,35,177,12],[445,39,177,12,"_reactJsxDevRuntime"],[445,58,177,12],[445,59,177,12,"jsxDEV"],[445,65,177,12],[445,67,177,13,"_reactNative"],[445,79,177,17],[445,80,177,17,"Text"],[445,84,177,17],[446,14,177,18,"style"],[446,19,177,23],[446,21,177,25,"styles"],[446,27,177,31],[446,28,177,32,"balanceUsd"],[446,38,177,43],[447,14,177,43,"children"],[447,22,177,43],[447,24,177,44],[448,12,177,59],[449,14,177,59,"fileName"],[449,22,177,59],[449,24,177,59,"_jsxFileName"],[449,36,177,59],[450,14,177,59,"lineNumber"],[450,24,177,59],[451,14,177,59,"columnNumber"],[451,26,177,59],[452,12,177,59],[452,19,177,65],[452,20,177,66],[453,10,177,66],[454,12,177,66,"fileName"],[454,20,177,66],[454,22,177,66,"_jsxFileName"],[454,34,177,66],[455,12,177,66,"lineNumber"],[455,22,177,66],[456,12,177,66,"columnNumber"],[456,24,177,66],[457,10,177,66],[457,17,178,16],[457,18,178,17],[457,33,180,10],[457,37,180,10,"_reactJsxDevRuntime"],[457,56,180,10],[457,57,180,10,"jsxDEV"],[457,63,180,10],[457,65,180,11,"_reactNative"],[457,77,180,15],[457,78,180,15,"View"],[457,82,180,15],[458,12,180,16,"style"],[458,17,180,21],[458,19,180,23,"styles"],[458,25,180,29],[458,26,180,30,"balanceCard"],[458,37,180,42],[459,12,180,42,"children"],[459,20,180,42],[459,36,181,12],[459,40,181,12,"_reactJsxDevRuntime"],[459,59,181,12],[459,60,181,12,"jsxDEV"],[459,66,181,12],[459,68,181,13,"_reactNative"],[459,80,181,17],[459,81,181,17,"View"],[459,85,181,17],[460,14,181,18,"style"],[460,19,181,23],[460,21,181,25,"styles"],[460,27,181,31],[460,28,181,32,"balanceCardHeader"],[460,45,181,50],[461,14,181,50,"children"],[461,22,181,50],[461,38,182,14],[461,42,182,14,"_reactJsxDevRuntime"],[461,61,182,14],[461,62,182,14,"jsxDEV"],[461,68,182,14],[461,70,182,15,"_reactNative"],[461,82,182,20],[461,83,182,20,"Image"],[461,88,182,20],[462,16,183,16,"source"],[462,22,183,22],[462,24,183,24],[463,18,183,26,"uri"],[463,21,183,29],[463,23,183,31],[464,16,183,131],[464,17,183,133],[465,16,184,16,"style"],[465,21,184,21],[465,23,184,23,"styles"],[465,29,184,29],[465,30,184,30,"tokenLogo"],[466,14,184,40],[467,16,184,40,"fileName"],[467,24,184,40],[467,26,184,40,"_jsxFileName"],[467,38,184,40],[468,16,184,40,"lineNumber"],[468,26,184,40],[469,16,184,40,"columnNumber"],[469,28,184,40],[470,14,184,40],[470,21,185,15],[470,22,185,16],[470,37,186,14],[470,41,186,14,"_reactJsxDevRuntime"],[470,60,186,14],[470,61,186,14,"jsxDEV"],[470,67,186,14],[470,69,186,15,"_reactNative"],[470,81,186,19],[470,82,186,19,"Text"],[470,86,186,19],[471,16,186,20,"style"],[471,21,186,25],[471,23,186,27,"styles"],[471,29,186,33],[471,30,186,34,"tokenSymbol"],[471,41,186,46],[472,16,186,46,"children"],[472,24,186,46],[472,26,186,47],[473,14,186,50],[474,16,186,50,"fileName"],[474,24,186,50],[474,26,186,50,"_jsxFileName"],[474,38,186,50],[475,16,186,50,"lineNumber"],[475,26,186,50],[476,16,186,50,"columnNumber"],[476,28,186,50],[477,14,186,50],[477,21,186,56],[477,22,186,57],[478,12,186,57],[479,14,186,57,"fileName"],[479,22,186,57],[479,24,186,57,"_jsxFileName"],[479,36,186,57],[480,14,186,57,"lineNumber"],[480,24,186,57],[481,14,186,57,"columnNumber"],[481,26,186,57],[482,12,186,57],[482,19,187,18],[482,20,187,19],[482,35,188,12],[482,39,188,12,"_reactJsxDevRuntime"],[482,58,188,12],[482,59,188,12,"jsxDEV"],[482,65,188,12],[482,67,188,13,"_reactNative"],[482,79,188,17],[482,80,188,17,"Text"],[482,84,188,17],[483,14,188,18,"style"],[483,19,188,23],[483,21,188,25,"styles"],[483,27,188,31],[483,28,188,32,"balanceAmount"],[483,41,188,46],[484,14,188,46,"children"],[484,22,188,46],[484,24,188,48,"pezBalance"],[485,12,188,58],[486,14,188,58,"fileName"],[486,22,188,58],[486,24,188,58,"_jsxFileName"],[486,36,188,58],[487,14,188,58,"lineNumber"],[487,24,188,58],[488,14,188,58,"columnNumber"],[488,26,188,58],[489,12,188,58],[489,19,188,65],[489,20,188,66],[489,35,189,12],[489,39,189,12,"_reactJsxDevRuntime"],[489,58,189,12],[489,59,189,12,"jsxDEV"],[489,65,189,12],[489,67,189,13,"_reactNative"],[489,79,189,17],[489,80,189,17,"Text"],[489,84,189,17],[490,14,189,18,"style"],[490,19,189,23],[490,21,189,25,"styles"],[490,27,189,31],[490,28,189,32,"balanceUsd"],[490,38,189,43],[491,14,189,43,"children"],[491,22,189,43],[491,24,189,44],[492,12,189,57],[493,14,189,57,"fileName"],[493,22,189,57],[493,24,189,57,"_jsxFileName"],[493,36,189,57],[494,14,189,57,"lineNumber"],[494,24,189,57],[495,14,189,57,"columnNumber"],[495,26,189,57],[496,12,189,57],[496,19,189,63],[496,20,189,64],[497,10,189,64],[498,12,189,64,"fileName"],[498,20,189,64],[498,22,189,64,"_jsxFileName"],[498,34,189,64],[499,12,189,64,"lineNumber"],[499,22,189,64],[500,12,189,64,"columnNumber"],[500,24,189,64],[501,10,189,64],[501,17,190,16],[501,18,190,17],[502,8,190,17],[503,10,190,17,"fileName"],[503,18,190,17],[503,20,190,17,"_jsxFileName"],[503,32,190,17],[504,10,190,17,"lineNumber"],[504,20,190,17],[505,10,190,17,"columnNumber"],[505,22,190,17],[506,8,190,17],[506,15,191,14],[506,16,191,15],[506,31,194,8],[506,35,194,8,"_reactJsxDevRuntime"],[506,54,194,8],[506,55,194,8,"jsxDEV"],[506,61,194,8],[506,63,194,9,"_reactNative"],[506,75,194,13],[506,76,194,13,"View"],[506,80,194,13],[507,10,194,14,"style"],[507,15,194,19],[507,17,194,21,"styles"],[507,23,194,27],[507,24,194,28,"walletActions"],[507,37,194,42],[508,10,194,42,"children"],[508,18,194,42],[508,34,195,10],[508,38,195,10,"_reactJsxDevRuntime"],[508,57,195,10],[508,58,195,10,"jsxDEV"],[508,64,195,10],[508,66,195,11,"_reactNative"],[508,78,195,27],[508,79,195,27,"TouchableOpacity"],[508,95,195,27],[509,12,195,28,"style"],[509,17,195,33],[509,19,195,35,"styles"],[509,25,195,41],[509,26,195,42,"walletActionButton"],[509,44,195,61],[510,12,195,61,"children"],[510,20,195,61],[510,36,196,12],[510,40,196,12,"_reactJsxDevRuntime"],[510,59,196,12],[510,60,196,12,"jsxDEV"],[510,66,196,12],[510,68,196,13,"_expoVectorIcons"],[510,84,196,21],[510,85,196,21,"Ionicons"],[510,93,196,21],[511,14,196,22,"name"],[511,18,196,26],[511,20,196,27],[511,30,196,37],[512,14,196,38,"size"],[512,18,196,42],[512,20,196,44],[512,22,196,47],[513,14,196,48,"color"],[513,19,196,53],[513,21,196,54],[514,12,196,60],[515,14,196,60,"fileName"],[515,22,196,60],[515,24,196,60,"_jsxFileName"],[515,36,196,60],[516,14,196,60,"lineNumber"],[516,24,196,60],[517,14,196,60,"columnNumber"],[517,26,196,60],[518,12,196,60],[518,19,196,62],[518,20,196,63],[518,35,197,12],[518,39,197,12,"_reactJsxDevRuntime"],[518,58,197,12],[518,59,197,12,"jsxDEV"],[518,65,197,12],[518,67,197,13,"_reactNative"],[518,79,197,17],[518,80,197,17,"Text"],[518,84,197,17],[519,14,197,18,"style"],[519,19,197,23],[519,21,197,25,"styles"],[519,27,197,31],[519,28,197,32,"walletActionText"],[519,44,197,49],[520,14,197,49,"children"],[520,22,197,49],[520,24,197,50],[521,12,197,54],[522,14,197,54,"fileName"],[522,22,197,54],[522,24,197,54,"_jsxFileName"],[522,36,197,54],[523,14,197,54,"lineNumber"],[523,24,197,54],[524,14,197,54,"columnNumber"],[524,26,197,54],[525,12,197,54],[525,19,197,60],[525,20,197,61],[526,10,197,61],[527,12,197,61,"fileName"],[527,20,197,61],[527,22,197,61,"_jsxFileName"],[527,34,197,61],[528,12,197,61,"lineNumber"],[528,22,197,61],[529,12,197,61,"columnNumber"],[529,24,197,61],[530,10,197,61],[530,17,198,28],[530,18,198,29],[530,33,199,10],[530,37,199,10,"_reactJsxDevRuntime"],[530,56,199,10],[530,57,199,10,"jsxDEV"],[530,63,199,10],[530,65,199,11,"_reactNative"],[530,77,199,27],[530,78,199,27,"TouchableOpacity"],[530,94,199,27],[531,12,199,28,"style"],[531,17,199,33],[531,19,199,35,"styles"],[531,25,199,41],[531,26,199,42,"walletActionButton"],[531,44,199,61],[532,12,199,61,"children"],[532,20,199,61],[532,36,200,12],[532,40,200,12,"_reactJsxDevRuntime"],[532,59,200,12],[532,60,200,12,"jsxDEV"],[532,66,200,12],[532,68,200,13,"_expoVectorIcons"],[532,84,200,21],[532,85,200,21,"Ionicons"],[532,93,200,21],[533,14,200,22,"name"],[533,18,200,26],[533,20,200,27],[533,32,200,39],[534,14,200,40,"size"],[534,18,200,44],[534,20,200,46],[534,22,200,49],[535,14,200,50,"color"],[535,19,200,55],[535,21,200,56],[536,12,200,62],[537,14,200,62,"fileName"],[537,22,200,62],[537,24,200,62,"_jsxFileName"],[537,36,200,62],[538,14,200,62,"lineNumber"],[538,24,200,62],[539,14,200,62,"columnNumber"],[539,26,200,62],[540,12,200,62],[540,19,200,64],[540,20,200,65],[540,35,201,12],[540,39,201,12,"_reactJsxDevRuntime"],[540,58,201,12],[540,59,201,12,"jsxDEV"],[540,65,201,12],[540,67,201,13,"_reactNative"],[540,79,201,17],[540,80,201,17,"Text"],[540,84,201,17],[541,14,201,18,"style"],[541,19,201,23],[541,21,201,25,"styles"],[541,27,201,31],[541,28,201,32,"walletActionText"],[541,44,201,49],[542,14,201,49,"children"],[542,22,201,49],[542,24,201,50],[543,12,201,57],[544,14,201,57,"fileName"],[544,22,201,57],[544,24,201,57,"_jsxFileName"],[544,36,201,57],[545,14,201,57,"lineNumber"],[545,24,201,57],[546,14,201,57,"columnNumber"],[546,26,201,57],[547,12,201,57],[547,19,201,63],[547,20,201,64],[548,10,201,64],[549,12,201,64,"fileName"],[549,20,201,64],[549,22,201,64,"_jsxFileName"],[549,34,201,64],[550,12,201,64,"lineNumber"],[550,22,201,64],[551,12,201,64,"columnNumber"],[551,24,201,64],[552,10,201,64],[552,17,202,28],[552,18,202,29],[552,33,203,10],[552,37,203,10,"_reactJsxDevRuntime"],[552,56,203,10],[552,57,203,10,"jsxDEV"],[552,63,203,10],[552,65,203,11,"_reactNative"],[552,77,203,27],[552,78,203,27,"TouchableOpacity"],[552,94,203,27],[553,12,203,28,"style"],[553,17,203,33],[553,19,203,35,"styles"],[553,25,203,41],[553,26,203,42,"walletActionButton"],[553,44,203,61],[554,12,203,61,"children"],[554,20,203,61],[554,36,204,12],[554,40,204,12,"_reactJsxDevRuntime"],[554,59,204,12],[554,60,204,12,"jsxDEV"],[554,66,204,12],[554,68,204,13,"_expoVectorIcons"],[554,84,204,21],[554,85,204,21,"Ionicons"],[554,93,204,21],[555,14,204,22,"name"],[555,18,204,26],[555,20,204,27],[555,37,204,44],[556,14,204,45,"size"],[556,18,204,49],[556,20,204,51],[556,22,204,54],[557,14,204,55,"color"],[557,19,204,60],[557,21,204,61],[558,12,204,67],[559,14,204,67,"fileName"],[559,22,204,67],[559,24,204,67,"_jsxFileName"],[559,36,204,67],[560,14,204,67,"lineNumber"],[560,24,204,67],[561,14,204,67,"columnNumber"],[561,26,204,67],[562,12,204,67],[562,19,204,69],[562,20,204,70],[562,35,205,12],[562,39,205,12,"_reactJsxDevRuntime"],[562,58,205,12],[562,59,205,12,"jsxDEV"],[562,65,205,12],[562,67,205,13,"_reactNative"],[562,79,205,17],[562,80,205,17,"Text"],[562,84,205,17],[563,14,205,18,"style"],[563,19,205,23],[563,21,205,25,"styles"],[563,27,205,31],[563,28,205,32,"walletActionText"],[563,44,205,49],[564,14,205,49,"children"],[564,22,205,49],[564,24,205,50],[565,12,205,54],[566,14,205,54,"fileName"],[566,22,205,54],[566,24,205,54,"_jsxFileName"],[566,36,205,54],[567,14,205,54,"lineNumber"],[567,24,205,54],[568,14,205,54,"columnNumber"],[568,26,205,54],[569,12,205,54],[569,19,205,60],[569,20,205,61],[570,10,205,61],[571,12,205,61,"fileName"],[571,20,205,61],[571,22,205,61,"_jsxFileName"],[571,34,205,61],[572,12,205,61,"lineNumber"],[572,22,205,61],[573,12,205,61,"columnNumber"],[573,24,205,61],[574,10,205,61],[574,17,206,28],[574,18,206,29],[575,8,206,29],[576,10,206,29,"fileName"],[576,18,206,29],[576,20,206,29,"_jsxFileName"],[576,32,206,29],[577,10,206,29,"lineNumber"],[577,20,206,29],[578,10,206,29,"columnNumber"],[578,22,206,29],[579,8,206,29],[579,15,207,14],[579,16,207,15],[580,6,207,15],[581,8,207,15,"fileName"],[581,16,207,15],[581,18,207,15,"_jsxFileName"],[581,30,207,15],[582,8,207,15,"lineNumber"],[582,18,207,15],[583,8,207,15,"columnNumber"],[583,20,207,15],[584,6,207,15],[584,13,208,18],[585,4,208,19],[586,6,208,19,"fileName"],[586,14,208,19],[586,16,208,19,"_jsxFileName"],[586,28,208,19],[587,6,208,19,"lineNumber"],[587,16,208,19],[588,6,208,19,"columnNumber"],[588,18,208,19],[589,4,208,19],[589,11,209,18],[589,12,209,19],[590,2,211,0],[591,2,211,1,"_s2"],[591,5,211,1],[591,6,114,9,"WalletTab"],[591,15,114,18],[592,4,114,18],[592,12,115,19,"useAuth"],[592,32,115,26],[592,33,115,26,"useAuth"],[592,40,115,26],[593,2,115,26],[594,2,115,26,"_c2"],[594,5,115,26],[594,8,114,9,"WalletTab"],[594,17,114,18],[595,2,213,0],[595,11,213,9,"CitizensTab"],[595,22,213,20,"CitizensTab"],[595,23,213,20],[595,25,213,23],[596,4,214,2],[596,24,215,4],[596,28,215,4,"_reactJsxDevRuntime"],[596,47,215,4],[596,48,215,4,"jsxDEV"],[596,54,215,4],[596,56,215,5,"_reactNative"],[596,68,215,9],[596,69,215,9,"View"],[596,73,215,9],[597,6,215,10,"style"],[597,11,215,15],[597,13,215,17,"styles"],[597,19,215,23],[597,20,215,24,"container"],[597,29,215,34],[598,6,215,34,"children"],[598,14,215,34],[598,29,216,6],[598,33,216,6,"_reactJsxDevRuntime"],[598,52,216,6],[598,53,216,6,"jsxDEV"],[598,59,216,6],[598,61,216,7,"_reactNative"],[598,73,216,11],[598,74,216,11,"Text"],[598,78,216,11],[599,8,216,12,"style"],[599,13,216,17],[599,15,216,19,"styles"],[599,21,216,25],[599,22,216,26,"placeholderText"],[599,37,216,42],[600,8,216,42,"children"],[600,16,216,42],[600,18,216,43],[601,6,216,58],[602,8,216,58,"fileName"],[602,16,216,58],[602,18,216,58,"_jsxFileName"],[602,30,216,58],[603,8,216,58,"lineNumber"],[603,18,216,58],[604,8,216,58,"columnNumber"],[604,20,216,58],[605,6,216,58],[605,13,216,64],[606,4,216,65],[607,6,216,65,"fileName"],[607,14,216,65],[607,16,216,65,"_jsxFileName"],[607,28,216,65],[608,6,216,65,"lineNumber"],[608,16,216,65],[609,6,216,65,"columnNumber"],[609,18,216,65],[610,4,216,65],[610,11,217,10],[610,12,217,11],[611,2,219,0],[612,2,219,1,"_c3"],[612,5,219,1],[612,8,213,9,"CitizensTab"],[612,19,213,20],[613,2,221,0],[613,11,221,9,"ReferralTab"],[613,22,221,20,"ReferralTab"],[613,23,221,20],[613,25,221,23],[614,4,222,2],[614,24,223,4],[614,28,223,4,"_reactJsxDevRuntime"],[614,47,223,4],[614,48,223,4,"jsxDEV"],[614,54,223,4],[614,56,223,5,"_reactNative"],[614,68,223,9],[614,69,223,9,"View"],[614,73,223,9],[615,6,223,10,"style"],[615,11,223,15],[615,13,223,17,"styles"],[615,19,223,23],[615,20,223,24,"container"],[615,29,223,34],[616,6,223,34,"children"],[616,14,223,34],[616,29,224,6],[616,33,224,6,"_reactJsxDevRuntime"],[616,52,224,6],[616,53,224,6,"jsxDEV"],[616,59,224,6],[616,61,224,7,"_reactNative"],[616,73,224,11],[616,74,224,11,"Text"],[616,78,224,11],[617,8,224,12,"style"],[617,13,224,17],[617,15,224,19,"styles"],[617,21,224,25],[617,22,224,26,"placeholderText"],[617,37,224,42],[618,8,224,42,"children"],[618,16,224,42],[618,18,224,43],[619,6,224,58],[620,8,224,58,"fileName"],[620,16,224,58],[620,18,224,58,"_jsxFileName"],[620,30,224,58],[621,8,224,58,"lineNumber"],[621,18,224,58],[622,8,224,58,"columnNumber"],[622,20,224,58],[623,6,224,58],[623,13,224,64],[624,4,224,65],[625,6,224,65,"fileName"],[625,14,224,65],[625,16,224,65,"_jsxFileName"],[625,28,224,65],[626,6,224,65,"lineNumber"],[626,16,224,65],[627,6,224,65,"columnNumber"],[627,18,224,65],[628,4,224,65],[628,11,225,10],[628,12,225,11],[629,2,227,0],[630,2,227,1,"_c4"],[630,5,227,1],[630,8,221,9,"ReferralTab"],[630,19,221,20],[631,2,229,0],[631,11,229,9,"ProfileTab"],[631,21,229,19,"ProfileTab"],[631,22,229,19],[631,24,229,22],[632,4,230,2],[632,24,231,4],[632,28,231,4,"_reactJsxDevRuntime"],[632,47,231,4],[632,48,231,4,"jsxDEV"],[632,54,231,4],[632,56,231,5,"_reactNative"],[632,68,231,9],[632,69,231,9,"View"],[632,73,231,9],[633,6,231,10,"style"],[633,11,231,15],[633,13,231,17,"styles"],[633,19,231,23],[633,20,231,24,"container"],[633,29,231,34],[634,6,231,34,"children"],[634,14,231,34],[634,29,232,6],[634,33,232,6,"_reactJsxDevRuntime"],[634,52,232,6],[634,53,232,6,"jsxDEV"],[634,59,232,6],[634,61,232,7,"_reactNative"],[634,73,232,11],[634,74,232,11,"Text"],[634,78,232,11],[635,8,232,12,"style"],[635,13,232,17],[635,15,232,19,"styles"],[635,21,232,25],[635,22,232,26,"placeholderText"],[635,37,232,42],[636,8,232,42,"children"],[636,16,232,42],[636,18,232,43],[637,6,232,57],[638,8,232,57,"fileName"],[638,16,232,57],[638,18,232,57,"_jsxFileName"],[638,30,232,57],[639,8,232,57,"lineNumber"],[639,18,232,57],[640,8,232,57,"columnNumber"],[640,20,232,57],[641,6,232,57],[641,13,232,63],[642,4,232,64],[643,6,232,64,"fileName"],[643,14,232,64],[643,16,232,64,"_jsxFileName"],[643,28,232,64],[644,6,232,64,"lineNumber"],[644,16,232,64],[645,6,232,64,"columnNumber"],[645,18,232,64],[646,4,232,64],[646,11,233,10],[646,12,233,11],[647,2,235,0],[648,2,235,1,"_c5"],[648,5,235,1],[648,8,229,9,"ProfileTab"],[648,18,229,19],[649,2,237,0],[649,6,237,6,"Tab"],[649,9,237,9],[649,12,237,12],[649,16,237,12,"createBottomTabNavigator"],[649,42,237,36],[649,43,237,36,"createBottomTabNavigator"],[649,67,237,36],[649,69,237,37],[649,70,237,38],[650,2,239,15],[650,11,239,24,"HomeScreen"],[650,21,239,34,"HomeScreen"],[650,22,239,34],[650,24,239,37],[651,4,240,2],[651,24,241,4],[651,28,241,4,"_reactJsxDevRuntime"],[651,47,241,4],[651,48,241,4,"jsxDEV"],[651,54,241,4],[651,56,241,5,"Tab"],[651,59,241,8],[651,60,241,9,"Navigator"],[651,69,241,18],[652,6,242,6,"screenOptions"],[652,19,242,19],[652,21,242,21],[653,8,243,8,"headerShown"],[653,19,243,19],[653,21,243,21],[653,26,243,26],[654,8,244,8,"tabBarActiveTintColor"],[654,29,244,29],[654,31,244,31],[654,40,244,40],[655,8,245,8,"tabBarInactiveTintColor"],[655,31,245,31],[655,33,245,33],[655,42,245,42],[656,8,246,8,"tabBarStyle"],[656,19,246,19],[656,21,246,21,"styles"],[656,27,246,27],[656,28,246,28,"tabBar"],[657,6,247,6],[657,7,247,8],[658,6,247,8,"children"],[658,14,247,8],[658,30,249,6],[658,34,249,6,"_reactJsxDevRuntime"],[658,53,249,6],[658,54,249,6,"jsxDEV"],[658,60,249,6],[658,62,249,7,"Tab"],[658,65,249,10],[658,66,249,11,"Screen"],[658,72,249,17],[659,8,250,8,"name"],[659,12,250,12],[659,14,250,13],[659,23,250,22],[660,8,251,8,"component"],[660,17,251,17],[660,19,251,19,"HomeTab"],[660,26,251,27],[661,8,252,8,"options"],[661,15,252,15],[661,17,252,17],[662,10,253,10,"tabBarLabel"],[662,21,253,21],[662,23,253,23],[662,29,253,29],[663,10,254,10,"tabBarIcon"],[663,20,254,20],[663,22,254,22,"_ref3"],[663,27,254,22],[664,12,254,22],[664,16,254,25,"color"],[664,21,254,30],[664,24,254,30,"_ref3"],[664,29,254,30],[664,30,254,25,"color"],[664,35,254,30],[665,14,254,32,"size"],[665,18,254,36],[665,21,254,36,"_ref3"],[665,26,254,36],[665,27,254,32,"size"],[665,31,254,36],[666,12,254,36],[666,32,255,12],[666,36,255,12,"_reactJsxDevRuntime"],[666,55,255,12],[666,56,255,12,"jsxDEV"],[666,62,255,12],[666,64,255,13,"_expoVectorIcons"],[666,80,255,21],[666,81,255,21,"Ionicons"],[666,89,255,21],[667,14,255,22,"name"],[667,18,255,26],[667,20,255,27],[667,26,255,33],[668,14,255,34,"size"],[668,18,255,38],[668,20,255,40,"size"],[668,24,255,45],[669,14,255,46,"color"],[669,19,255,51],[669,21,255,53,"color"],[670,12,255,59],[671,14,255,59,"fileName"],[671,22,255,59],[671,24,255,59,"_jsxFileName"],[671,36,255,59],[672,14,255,59,"lineNumber"],[672,24,255,59],[673,14,255,59,"columnNumber"],[673,26,255,59],[674,12,255,59],[674,19,255,61],[674,20,255,62],[675,10,255,62],[676,8,257,8],[677,6,257,10],[678,8,257,10,"fileName"],[678,16,257,10],[678,18,257,10,"_jsxFileName"],[678,30,257,10],[679,8,257,10,"lineNumber"],[679,18,257,10],[680,8,257,10,"columnNumber"],[680,20,257,10],[681,6,257,10],[681,13,258,7],[681,14,258,8],[681,29,259,6],[681,33,259,6,"_reactJsxDevRuntime"],[681,52,259,6],[681,53,259,6,"jsxDEV"],[681,59,259,6],[681,61,259,7,"Tab"],[681,64,259,10],[681,65,259,11,"Screen"],[681,71,259,17],[682,8,260,8,"name"],[682,12,260,12],[682,14,260,13],[682,22,260,21],[683,8,261,8,"component"],[683,17,261,17],[683,19,261,19,"WalletTab"],[683,28,261,29],[684,8,262,8,"options"],[684,15,262,15],[684,17,262,17],[685,10,263,10,"tabBarLabel"],[685,21,263,21],[685,23,263,23],[685,31,263,31],[686,10,264,10,"tabBarIcon"],[686,20,264,20],[686,22,264,22,"_ref4"],[686,27,264,22],[687,12,264,22],[687,16,264,25,"color"],[687,21,264,30],[687,24,264,30,"_ref4"],[687,29,264,30],[687,30,264,25,"color"],[687,35,264,30],[688,14,264,32,"size"],[688,18,264,36],[688,21,264,36,"_ref4"],[688,26,264,36],[688,27,264,32,"size"],[688,31,264,36],[689,12,264,36],[689,32,265,12],[689,36,265,12,"_reactJsxDevRuntime"],[689,55,265,12],[689,56,265,12,"jsxDEV"],[689,62,265,12],[689,64,265,13,"_expoVectorIcons"],[689,80,265,21],[689,81,265,21,"Ionicons"],[689,89,265,21],[690,14,265,22,"name"],[690,18,265,26],[690,20,265,27],[690,28,265,35],[691,14,265,36,"size"],[691,18,265,40],[691,20,265,42,"size"],[691,24,265,47],[692,14,265,48,"color"],[692,19,265,53],[692,21,265,55,"color"],[693,12,265,61],[694,14,265,61,"fileName"],[694,22,265,61],[694,24,265,61,"_jsxFileName"],[694,36,265,61],[695,14,265,61,"lineNumber"],[695,24,265,61],[696,14,265,61,"columnNumber"],[696,26,265,61],[697,12,265,61],[697,19,265,63],[697,20,265,64],[698,10,265,64],[699,8,267,8],[700,6,267,10],[701,8,267,10,"fileName"],[701,16,267,10],[701,18,267,10,"_jsxFileName"],[701,30,267,10],[702,8,267,10,"lineNumber"],[702,18,267,10],[703,8,267,10,"columnNumber"],[703,20,267,10],[704,6,267,10],[704,13,268,7],[704,14,268,8],[704,29,269,6],[704,33,269,6,"_reactJsxDevRuntime"],[704,52,269,6],[704,53,269,6,"jsxDEV"],[704,59,269,6],[704,61,269,7,"Tab"],[704,64,269,10],[704,65,269,11,"Screen"],[704,71,269,17],[705,8,270,8,"name"],[705,12,270,12],[705,14,270,13],[705,24,270,23],[706,8,271,8,"component"],[706,17,271,17],[706,19,271,19,"CitizensTab"],[706,30,271,31],[707,8,272,8,"options"],[707,15,272,15],[707,17,272,17],[708,10,273,10,"tabBarLabel"],[708,21,273,21],[708,23,273,23],[708,33,273,33],[709,10,274,10,"tabBarIcon"],[709,20,274,20],[709,22,274,22,"_ref5"],[709,27,274,22],[710,12,274,22],[710,16,274,25,"color"],[710,21,274,30],[710,24,274,30,"_ref5"],[710,29,274,30],[710,30,274,25,"color"],[710,35,274,30],[711,14,274,32,"size"],[711,18,274,36],[711,21,274,36,"_ref5"],[711,26,274,36],[711,27,274,32,"size"],[711,31,274,36],[712,12,274,36],[712,32,275,12],[712,36,275,12,"_reactJsxDevRuntime"],[712,55,275,12],[712,56,275,12,"jsxDEV"],[712,62,275,12],[712,64,275,13,"_expoVectorIcons"],[712,80,275,21],[712,81,275,21,"Ionicons"],[712,89,275,21],[713,14,275,22,"name"],[713,18,275,26],[713,20,275,27],[713,28,275,35],[714,14,275,36,"size"],[714,18,275,40],[714,20,275,42,"size"],[714,24,275,47],[715,14,275,48,"color"],[715,19,275,53],[715,21,275,55,"color"],[716,12,275,61],[717,14,275,61,"fileName"],[717,22,275,61],[717,24,275,61,"_jsxFileName"],[717,36,275,61],[718,14,275,61,"lineNumber"],[718,24,275,61],[719,14,275,61,"columnNumber"],[719,26,275,61],[720,12,275,61],[720,19,275,63],[720,20,275,64],[721,10,275,64],[722,8,277,8],[723,6,277,10],[724,8,277,10,"fileName"],[724,16,277,10],[724,18,277,10,"_jsxFileName"],[724,30,277,10],[725,8,277,10,"lineNumber"],[725,18,277,10],[726,8,277,10,"columnNumber"],[726,20,277,10],[727,6,277,10],[727,13,278,7],[727,14,278,8],[727,29,279,6],[727,33,279,6,"_reactJsxDevRuntime"],[727,52,279,6],[727,53,279,6,"jsxDEV"],[727,59,279,6],[727,61,279,7,"Tab"],[727,64,279,10],[727,65,279,11,"Screen"],[727,71,279,17],[728,8,280,8,"name"],[728,12,280,12],[728,14,280,13],[728,24,280,23],[729,8,281,8,"component"],[729,17,281,17],[729,19,281,19,"ReferralTab"],[729,30,281,31],[730,8,282,8,"options"],[730,15,282,15],[730,17,282,17],[731,10,283,10,"tabBarLabel"],[731,21,283,21],[731,23,283,23],[731,33,283,33],[732,10,284,10,"tabBarIcon"],[732,20,284,20],[732,22,284,22,"_ref6"],[732,27,284,22],[733,12,284,22],[733,16,284,25,"color"],[733,21,284,30],[733,24,284,30,"_ref6"],[733,29,284,30],[733,30,284,25,"color"],[733,35,284,30],[734,14,284,32,"size"],[734,18,284,36],[734,21,284,36,"_ref6"],[734,26,284,36],[734,27,284,32,"size"],[734,31,284,36],[735,12,284,36],[735,32,285,12],[735,36,285,12,"_reactJsxDevRuntime"],[735,55,285,12],[735,56,285,12,"jsxDEV"],[735,62,285,12],[735,64,285,13,"_expoVectorIcons"],[735,80,285,21],[735,81,285,21,"Ionicons"],[735,89,285,21],[736,14,285,22,"name"],[736,18,285,26],[736,20,285,27],[736,26,285,33],[737,14,285,34,"size"],[737,18,285,38],[737,20,285,40,"size"],[737,24,285,45],[738,14,285,46,"color"],[738,19,285,51],[738,21,285,53,"color"],[739,12,285,59],[740,14,285,59,"fileName"],[740,22,285,59],[740,24,285,59,"_jsxFileName"],[740,36,285,59],[741,14,285,59,"lineNumber"],[741,24,285,59],[742,14,285,59,"columnNumber"],[742,26,285,59],[743,12,285,59],[743,19,285,61],[743,20,285,62],[744,10,285,62],[745,8,287,8],[746,6,287,10],[747,8,287,10,"fileName"],[747,16,287,10],[747,18,287,10,"_jsxFileName"],[747,30,287,10],[748,8,287,10,"lineNumber"],[748,18,287,10],[749,8,287,10,"columnNumber"],[749,20,287,10],[750,6,287,10],[750,13,288,7],[750,14,288,8],[750,29,289,6],[750,33,289,6,"_reactJsxDevRuntime"],[750,52,289,6],[750,53,289,6,"jsxDEV"],[750,59,289,6],[750,61,289,7,"Tab"],[750,64,289,10],[750,65,289,11,"Screen"],[750,71,289,17],[751,8,290,8,"name"],[751,12,290,12],[751,14,290,13],[751,23,290,22],[752,8,291,8,"component"],[752,17,291,17],[752,19,291,19,"ProfileTab"],[752,29,291,30],[753,8,292,8,"options"],[753,15,292,15],[753,17,292,17],[754,10,293,10,"tabBarLabel"],[754,21,293,21],[754,23,293,23],[754,32,293,32],[755,10,294,10,"tabBarIcon"],[755,20,294,20],[755,22,294,22,"_ref7"],[755,27,294,22],[756,12,294,22],[756,16,294,25,"color"],[756,21,294,30],[756,24,294,30,"_ref7"],[756,29,294,30],[756,30,294,25,"color"],[756,35,294,30],[757,14,294,32,"size"],[757,18,294,36],[757,21,294,36,"_ref7"],[757,26,294,36],[757,27,294,32,"size"],[757,31,294,36],[758,12,294,36],[758,32,295,12],[758,36,295,12,"_reactJsxDevRuntime"],[758,55,295,12],[758,56,295,12,"jsxDEV"],[758,62,295,12],[758,64,295,13,"_expoVectorIcons"],[758,80,295,21],[758,81,295,21,"Ionicons"],[758,89,295,21],[759,14,295,22,"name"],[759,18,295,26],[759,20,295,27],[759,28,295,35],[760,14,295,36,"size"],[760,18,295,40],[760,20,295,42,"size"],[760,24,295,47],[761,14,295,48,"color"],[761,19,295,53],[761,21,295,55,"color"],[762,12,295,61],[763,14,295,61,"fileName"],[763,22,295,61],[763,24,295,61,"_jsxFileName"],[763,36,295,61],[764,14,295,61,"lineNumber"],[764,24,295,61],[765,14,295,61,"columnNumber"],[765,26,295,61],[766,12,295,61],[766,19,295,63],[766,20,295,64],[767,10,295,64],[768,8,297,8],[769,6,297,10],[770,8,297,10,"fileName"],[770,16,297,10],[770,18,297,10,"_jsxFileName"],[770,30,297,10],[771,8,297,10,"lineNumber"],[771,18,297,10],[772,8,297,10,"columnNumber"],[772,20,297,10],[773,6,297,10],[773,13,298,7],[773,14,298,8],[774,4,298,8],[775,6,298,8,"fileName"],[775,14,298,8],[775,16,298,8,"_jsxFileName"],[775,28,298,8],[776,6,298,8,"lineNumber"],[776,16,298,8],[777,6,298,8,"columnNumber"],[777,18,298,8],[778,4,298,8],[778,11,299,19],[778,12,299,20],[779,2,301,0],[780,2,301,1,"_c6"],[780,5,301,1],[780,8,239,24,"HomeScreen"],[780,18,239,34],[781,2,303,0],[781,6,303,6,"QUICK_ACTIONS"],[781,19,303,19],[781,22,303,22],[781,23,304,2],[782,4,304,4,"id"],[782,6,304,6],[782,8,304,8],[782,11,304,11],[783,4,304,13,"label"],[783,9,304,18],[783,11,304,20],[783,17,304,26],[784,4,304,28,"icon"],[784,8,304,32],[784,10,304,34],[784,25,304,49],[785,4,304,51,"color"],[785,9,304,56],[785,11,304,58],[786,2,304,68],[786,3,304,69],[786,5,305,2],[787,4,305,4,"id"],[787,6,305,6],[787,8,305,8],[787,11,305,11],[788,4,305,13,"label"],[788,9,305,18],[788,11,305,20],[788,20,305,29],[789,4,305,31,"icon"],[789,8,305,35],[789,10,305,37],[789,22,305,49],[790,4,305,51,"color"],[790,9,305,56],[790,11,305,58],[791,2,305,68],[791,3,305,69],[791,5,306,2],[792,4,306,4,"id"],[792,6,306,6],[792,8,306,8],[792,11,306,11],[793,4,306,13,"label"],[793,9,306,18],[793,11,306,20],[793,17,306,26],[794,4,306,28,"icon"],[794,8,306,32],[794,10,306,34],[794,27,306,51],[795,4,306,53,"color"],[795,9,306,58],[795,11,306,60],[796,2,306,70],[796,3,306,71],[796,5,307,2],[797,4,307,4,"id"],[797,6,307,6],[797,8,307,8],[797,11,307,11],[798,4,307,13,"label"],[798,9,307,18],[798,11,307,20],[798,17,307,26],[799,4,307,28,"icon"],[799,8,307,32],[799,10,307,34],[799,28,307,52],[800,4,307,54,"color"],[800,9,307,59],[800,11,307,61],[801,2,307,71],[801,3,307,72],[801,5,308,2],[802,4,308,4,"id"],[802,6,308,6],[802,8,308,8],[802,11,308,11],[803,4,308,13,"label"],[803,9,308,18],[803,11,308,20],[803,18,308,27],[804,4,308,29,"icon"],[804,8,308,33],[804,10,308,35],[804,23,308,48],[805,4,308,50,"color"],[805,9,308,55],[805,11,308,57],[806,2,308,67],[806,3,308,68],[806,5,309,2],[807,4,309,4,"id"],[807,6,309,6],[807,8,309,8],[807,11,309,11],[808,4,309,13,"label"],[808,9,309,18],[808,11,309,20],[808,21,309,30],[809,4,309,32,"icon"],[809,8,309,36],[809,10,309,38],[809,16,309,44],[810,4,309,46,"color"],[810,9,309,51],[810,11,309,53],[811,2,309,63],[811,3,309,64],[811,5,310,2],[812,4,310,4,"id"],[812,6,310,6],[812,8,310,8],[812,11,310,11],[813,4,310,13,"label"],[813,9,310,18],[813,11,310,20],[813,21,310,30],[814,4,310,32,"icon"],[814,8,310,36],[814,10,310,38],[814,25,310,53],[815,4,310,55,"color"],[815,9,310,60],[815,11,310,62],[816,2,310,72],[816,3,310,73],[816,5,311,2],[817,4,311,4,"id"],[817,6,311,6],[817,8,311,8],[817,11,311,11],[818,4,311,13,"label"],[818,9,311,18],[818,11,311,20],[818,22,311,31],[819,4,311,33,"icon"],[819,8,311,37],[819,10,311,39],[819,18,311,47],[820,4,311,49,"color"],[820,9,311,54],[820,11,311,56],[821,2,311,66],[821,3,311,67],[821,5,312,2],[822,4,312,4,"id"],[822,6,312,6],[822,8,312,8],[822,11,312,11],[823,4,312,13,"label"],[823,9,312,18],[823,11,312,20],[823,21,312,30],[824,4,312,32,"icon"],[824,8,312,36],[824,10,312,38],[824,21,312,49],[825,4,312,51,"color"],[825,9,312,56],[825,11,312,58],[826,2,312,68],[826,3,312,69],[826,5,313,2],[827,4,313,4,"id"],[827,6,313,6],[827,8,313,8],[827,12,313,12],[828,4,313,14,"label"],[828,9,313,19],[828,11,313,21],[828,21,313,31],[829,4,313,33,"icon"],[829,8,313,37],[829,10,313,39],[829,16,313,45],[830,4,313,47,"color"],[830,9,313,52],[830,11,313,54],[831,2,313,64],[831,3,313,65],[831,5,314,2],[832,4,314,4,"id"],[832,6,314,6],[832,8,314,8],[832,12,314,12],[833,4,314,14,"label"],[833,9,314,19],[833,11,314,21],[833,22,314,32],[834,4,314,34,"icon"],[834,8,314,38],[834,10,314,40],[834,16,314,46],[835,4,314,48,"color"],[835,9,314,53],[835,11,314,55],[836,2,314,65],[836,3,314,66],[836,5,315,2],[837,4,315,4,"id"],[837,6,315,6],[837,8,315,8],[837,12,315,12],[838,4,315,14,"label"],[838,9,315,19],[838,11,315,21],[838,20,315,30],[839,4,315,32,"icon"],[839,8,315,36],[839,10,315,38],[839,16,315,44],[840,4,315,46,"color"],[840,9,315,51],[840,11,315,53],[841,2,315,63],[841,3,315,64],[841,5,316,2],[842,4,316,4,"id"],[842,6,316,6],[842,8,316,8],[842,12,316,12],[843,4,316,14,"label"],[843,9,316,19],[843,11,316,21],[843,20,316,30],[844,4,316,32,"icon"],[844,8,316,36],[844,10,316,38],[844,19,316,47],[845,4,316,49,"color"],[845,9,316,54],[845,11,316,56],[846,2,316,66],[846,3,316,67],[846,5,317,2],[847,4,317,4,"id"],[847,6,317,6],[847,8,317,8],[847,12,317,12],[848,4,317,14,"label"],[848,9,317,19],[848,11,317,21],[848,21,317,31],[849,4,317,33,"icon"],[849,8,317,37],[849,10,317,39],[849,20,317,49],[850,4,317,51,"color"],[850,9,317,56],[850,11,317,58],[851,2,317,68],[851,3,317,69],[851,5,318,2],[852,4,318,4,"id"],[852,6,318,6],[852,8,318,8],[852,12,318,12],[853,4,318,14,"label"],[853,9,318,19],[853,11,318,21],[853,17,318,27],[854,4,318,29,"icon"],[854,8,318,33],[854,10,318,35],[854,23,318,48],[855,4,318,50,"color"],[855,9,318,55],[855,11,318,57],[856,2,318,67],[856,3,318,68],[856,5,319,2],[857,4,319,4,"id"],[857,6,319,6],[857,8,319,8],[857,12,319,12],[858,4,319,14,"label"],[858,9,319,19],[858,11,319,21],[858,20,319,30],[859,4,319,32,"icon"],[859,8,319,36],[859,10,319,38],[859,16,319,44],[860,4,319,46,"color"],[860,9,319,51],[860,11,319,53],[861,2,319,63],[861,3,319,64],[861,5,320,2],[862,4,320,4,"id"],[862,6,320,6],[862,8,320,8],[862,12,320,12],[863,4,320,14,"label"],[863,9,320,19],[863,11,320,21],[863,18,320,28],[864,4,320,30,"icon"],[864,8,320,34],[864,10,320,36],[864,17,320,43],[865,4,320,45,"color"],[865,9,320,50],[865,11,320,52],[866,2,320,62],[866,3,320,63],[866,5,321,2],[867,4,321,4,"id"],[867,6,321,6],[867,8,321,8],[867,12,321,12],[868,4,321,14,"label"],[868,9,321,19],[868,11,321,21],[868,23,321,33],[869,4,321,35,"icon"],[869,8,321,39],[869,10,321,41],[869,16,321,47],[870,4,321,49,"color"],[870,9,321,54],[870,11,321,56],[871,2,321,66],[871,3,321,67],[871,5,322,2],[872,4,322,4,"id"],[872,6,322,6],[872,8,322,8],[872,12,322,12],[873,4,322,14,"label"],[873,9,322,19],[873,11,322,21],[873,21,322,31],[874,4,322,33,"icon"],[874,8,322,37],[874,10,322,39],[874,20,322,49],[875,4,322,51,"color"],[875,9,322,56],[875,11,322,58],[876,2,322,68],[876,3,322,69],[876,5,323,2],[877,4,323,4,"id"],[877,6,323,6],[877,8,323,8],[877,12,323,12],[878,4,323,14,"label"],[878,9,323,19],[878,11,323,21],[878,20,323,30],[879,4,323,32,"icon"],[879,8,323,36],[879,10,323,38],[879,18,323,46],[880,4,323,48,"color"],[880,9,323,53],[880,11,323,55],[881,2,323,65],[881,3,323,66],[881,5,324,2],[882,4,324,4,"id"],[882,6,324,6],[882,8,324,8],[882,12,324,12],[883,4,324,14,"label"],[883,9,324,19],[883,11,324,21],[883,16,324,26],[884,4,324,28,"icon"],[884,8,324,32],[884,10,324,34],[884,19,324,43],[885,4,324,45,"color"],[885,9,324,50],[885,11,324,52],[886,2,324,62],[886,3,324,63],[886,5,325,2],[887,4,325,4,"id"],[887,6,325,6],[887,8,325,8],[887,12,325,12],[888,4,325,14,"label"],[888,9,325,19],[888,11,325,21],[888,19,325,29],[889,4,325,31,"icon"],[889,8,325,35],[889,10,325,37],[889,25,325,52],[890,4,325,54,"color"],[890,9,325,59],[890,11,325,61],[891,2,325,71],[891,3,325,72],[891,5,326,2],[892,4,326,4,"id"],[892,6,326,6],[892,8,326,8],[892,12,326,12],[893,4,326,14,"label"],[893,9,326,19],[893,11,326,21],[893,17,326,27],[894,4,326,29,"icon"],[894,8,326,33],[894,10,326,35],[894,15,326,40],[895,4,326,42,"color"],[895,9,326,47],[895,11,326,49],[896,2,326,59],[896,3,326,60],[896,5,327,2],[897,4,327,4,"id"],[897,6,327,6],[897,8,327,8],[897,12,327,12],[898,4,327,14,"label"],[898,9,327,19],[898,11,327,21],[898,21,327,31],[899,4,327,33,"icon"],[899,8,327,37],[899,10,327,39],[899,24,327,53],[900,4,327,55,"color"],[900,9,327,60],[900,11,327,62],[901,2,327,72],[901,3,327,73],[901,5,328,2],[902,4,328,4,"id"],[902,6,328,6],[902,8,328,8],[902,12,328,12],[903,4,328,14,"label"],[903,9,328,19],[903,11,328,21],[903,18,328,28],[904,4,328,30,"icon"],[904,8,328,34],[904,10,328,36],[904,17,328,43],[905,4,328,45,"color"],[905,9,328,50],[905,11,328,52],[906,2,328,62],[906,3,328,63],[906,5,329,2],[907,4,329,4,"id"],[907,6,329,6],[907,8,329,8],[907,12,329,12],[908,4,329,14,"label"],[908,9,329,19],[908,11,329,21],[908,18,329,28],[909,4,329,30,"icon"],[909,8,329,34],[909,10,329,36],[909,15,329,41],[910,4,329,43,"color"],[910,9,329,48],[910,11,329,50],[911,2,329,60],[911,3,329,61],[911,5,330,2],[912,4,330,4,"id"],[912,6,330,6],[912,8,330,8],[912,12,330,12],[913,4,330,14,"label"],[913,9,330,19],[913,11,330,21],[913,18,330,28],[914,4,330,30,"icon"],[914,8,330,34],[914,10,330,36],[914,22,330,48],[915,4,330,50,"color"],[915,9,330,55],[915,11,330,57],[916,2,330,67],[916,3,330,68],[916,5,331,2],[917,4,331,4,"id"],[917,6,331,6],[917,8,331,8],[917,12,331,12],[918,4,331,14,"label"],[918,9,331,19],[918,11,331,21],[918,19,331,29],[919,4,331,31,"icon"],[919,8,331,35],[919,10,331,37],[919,20,331,47],[920,4,331,49,"color"],[920,9,331,54],[920,11,331,56],[921,2,331,66],[921,3,331,67],[921,5,332,2],[922,4,332,4,"id"],[922,6,332,6],[922,8,332,8],[922,12,332,12],[923,4,332,14,"label"],[923,9,332,19],[923,11,332,21],[923,19,332,29],[924,4,332,31,"icon"],[924,8,332,35],[924,10,332,37],[924,16,332,43],[925,4,332,45,"color"],[925,9,332,50],[925,11,332,52],[926,2,332,62],[926,3,332,63],[926,5,333,2],[927,4,333,4,"id"],[927,6,333,6],[927,8,333,8],[927,12,333,12],[928,4,333,14,"label"],[928,9,333,19],[928,11,333,21],[928,17,333,27],[929,4,333,29,"icon"],[929,8,333,33],[929,10,333,35],[929,16,333,41],[930,4,333,43,"color"],[930,9,333,48],[930,11,333,50],[931,2,333,60],[931,3,333,61],[931,4,334,1],[932,2,336,0],[932,6,336,6,"styles"],[932,12,336,12],[932,15,336,15,"StyleSheet"],[932,27,336,25],[932,28,336,25,"StyleSheet"],[932,38,336,25],[932,39,336,26,"create"],[932,45,336,32],[932,46,336,33],[933,4,337,2,"container"],[933,13,337,11],[933,15,337,13],[934,6,338,4,"flex"],[934,10,338,8],[934,12,338,10],[934,13,338,11],[935,6,339,4,"backgroundColor"],[935,21,339,19],[935,23,339,21],[936,4,340,2],[936,5,340,3],[937,4,341,2,"header"],[937,10,341,8],[937,12,341,10],[938,6,342,4,"flexDirection"],[938,19,342,17],[938,21,342,19],[938,26,342,24],[939,6,343,4,"justifyContent"],[939,20,343,18],[939,22,343,20],[939,37,343,35],[940,6,344,4,"alignItems"],[940,16,344,14],[940,18,344,16],[940,26,344,24],[941,6,345,4,"padding"],[941,13,345,11],[941,15,345,13],[941,17,345,15],[942,6,346,4,"backgroundColor"],[942,21,346,19],[942,23,346,21],[942,29,346,27],[943,6,347,4,"borderBottomWidth"],[943,23,347,21],[943,25,347,23],[943,26,347,24],[944,6,348,4,"borderBottomColor"],[944,23,348,21],[944,25,348,23],[945,4,349,2],[945,5,349,3],[946,4,350,2,"headerLeft"],[946,14,350,12],[946,16,350,14],[947,6,351,4,"position"],[947,14,351,12],[947,16,351,14],[948,4,352,2],[948,5,352,3],[949,4,353,2,"profileImage"],[949,16,353,14],[949,18,353,16],[950,6,354,4,"width"],[950,11,354,9],[950,13,354,11],[950,15,354,13],[951,6,355,4,"height"],[951,12,355,10],[951,14,355,12],[951,16,355,14],[952,6,356,4,"borderRadius"],[952,18,356,16],[952,20,356,18],[952,22,356,20],[953,6,357,4,"backgroundColor"],[953,21,357,19],[953,23,357,21],[953,32,357,30],[954,6,358,4,"alignItems"],[954,16,358,14],[954,18,358,16],[954,26,358,24],[955,6,359,4,"justifyContent"],[955,20,359,18],[955,22,359,20],[955,30,359,28],[956,6,360,4,"overflow"],[956,14,360,12],[956,16,360,14],[957,4,361,2],[957,5,361,3],[958,4,362,2,"profileImageSrc"],[958,19,362,17],[958,21,362,19],[959,6,363,4,"width"],[959,11,363,9],[959,13,363,11],[959,15,363,13],[960,6,364,4,"height"],[960,12,364,10],[960,14,364,12],[961,4,365,2],[961,5,365,3],[962,4,366,2,"profileBadge"],[962,16,366,14],[962,18,366,16],[963,6,367,4,"position"],[963,14,367,12],[963,16,367,14],[963,26,367,24],[964,6,368,4,"bottom"],[964,12,368,10],[964,14,368,12],[964,15,368,13],[964,16,368,14],[965,6,369,4,"right"],[965,11,369,9],[965,13,369,11],[965,14,369,12],[965,15,369,13],[966,6,370,4,"backgroundColor"],[966,21,370,19],[966,23,370,21],[966,32,370,30],[967,6,371,4,"borderRadius"],[967,18,371,16],[967,20,371,18],[967,22,371,20],[968,6,372,4,"paddingHorizontal"],[968,23,372,21],[968,25,372,23],[968,26,372,24],[969,6,373,4,"paddingVertical"],[969,21,373,19],[969,23,373,21],[969,24,373,22],[970,6,374,4,"flexDirection"],[970,19,374,17],[970,21,374,19],[970,26,374,24],[971,6,375,4,"alignItems"],[971,16,375,14],[971,18,375,16],[971,26,375,24],[972,6,376,4,"gap"],[972,9,376,7],[972,11,376,9],[973,4,377,2],[973,5,377,3],[974,4,378,2,"trustScore"],[974,14,378,12],[974,16,378,14],[975,6,379,4,"fontSize"],[975,14,379,12],[975,16,379,14],[975,18,379,16],[976,6,380,4,"fontWeight"],[976,16,380,14],[976,18,380,16],[976,23,380,21],[977,6,381,4,"color"],[977,11,381,9],[977,13,381,11],[978,4,382,2],[978,5,382,3],[979,4,383,2,"headerRight"],[979,15,383,13],[979,17,383,15],[980,6,384,4,"flexDirection"],[980,19,384,17],[980,21,384,19],[980,26,384,24],[981,6,385,4,"gap"],[981,9,385,7],[981,11,385,9],[982,4,386,2],[982,5,386,3],[983,4,387,2,"iconButton"],[983,14,387,12],[983,16,387,14],[984,6,388,4,"padding"],[984,13,388,11],[984,15,388,13],[985,4,389,2],[985,5,389,3],[986,4,390,2,"announcementWidget"],[986,22,390,20],[986,24,390,22],[987,6,391,4,"padding"],[987,13,391,11],[987,15,391,13],[988,4,392,2],[988,5,392,3],[989,4,393,2,"announcement"],[989,16,393,14],[989,18,393,16],[990,6,394,4,"backgroundColor"],[990,21,394,19],[990,23,394,21],[990,29,394,27],[991,6,395,4,"padding"],[991,13,395,11],[991,15,395,13],[991,17,395,15],[992,6,396,4,"borderRadius"],[992,18,396,16],[992,20,396,18],[992,22,396,20],[993,6,397,4,"marginRight"],[993,17,397,15],[993,19,397,17],[993,21,397,19],[994,6,398,4,"width"],[994,11,398,9],[994,13,398,11,"width"],[994,18,398,16],[994,21,398,19],[994,23,398,21],[995,6,399,4,"borderLeftWidth"],[995,21,399,19],[995,23,399,21],[995,24,399,22],[996,6,400,4,"borderLeftColor"],[996,21,400,19],[996,23,400,21],[997,4,401,2],[997,5,401,3],[998,4,402,2,"announcementTitle"],[998,21,402,19],[998,23,402,21],[999,6,403,4,"fontSize"],[999,14,403,12],[999,16,403,14],[999,18,403,16],[1000,6,404,4,"fontWeight"],[1000,16,404,14],[1000,18,404,16],[1000,23,404,21],[1001,6,405,4,"color"],[1001,11,405,9],[1001,13,405,11],[1001,22,405,20],[1002,6,406,4,"marginBottom"],[1002,18,406,16],[1002,20,406,18],[1003,4,407,2],[1003,5,407,3],[1004,4,408,2,"announcementText"],[1004,20,408,18],[1004,22,408,20],[1005,6,409,4,"fontSize"],[1005,14,409,12],[1005,16,409,14],[1005,18,409,16],[1006,6,410,4,"color"],[1006,11,410,9],[1006,13,410,11],[1007,4,411,2],[1007,5,411,3],[1008,4,412,2,"quickActionsContainer"],[1008,25,412,23],[1008,27,412,25],[1009,6,413,4,"padding"],[1009,13,413,11],[1009,15,413,13],[1010,4,414,2],[1010,5,414,3],[1011,4,415,2,"sectionTitle"],[1011,16,415,14],[1011,18,415,16],[1012,6,416,4,"fontSize"],[1012,14,416,12],[1012,16,416,14],[1012,18,416,16],[1013,6,417,4,"fontWeight"],[1013,16,417,14],[1013,18,417,16],[1013,23,417,21],[1014,6,418,4,"color"],[1014,11,418,9],[1014,13,418,11],[1014,22,418,20],[1015,6,419,4,"marginBottom"],[1015,18,419,16],[1015,20,419,18],[1016,4,420,2],[1016,5,420,3],[1017,4,421,2,"actionsGrid"],[1017,15,421,13],[1017,17,421,15],[1018,6,422,4,"flexDirection"],[1018,19,422,17],[1018,21,422,19],[1018,26,422,24],[1019,6,423,4,"flexWrap"],[1019,14,423,12],[1019,16,423,14],[1019,22,423,20],[1020,6,424,4,"gap"],[1020,9,424,7],[1020,11,424,9],[1021,4,425,2],[1021,5,425,3],[1022,4,426,2,"actionCard"],[1022,14,426,12],[1022,16,426,14],[1023,6,427,4,"width"],[1023,11,427,9],[1023,13,427,11],[1023,14,427,12,"width"],[1023,19,427,17],[1023,22,427,20],[1023,24,427,22],[1023,28,427,26],[1023,29,427,27],[1024,6,428,4,"alignItems"],[1024,16,428,14],[1024,18,428,16],[1024,26,428,24],[1025,6,429,4,"padding"],[1025,13,429,11],[1025,15,429,13],[1026,4,430,2],[1026,5,430,3],[1027,4,431,2,"actionIcon"],[1027,14,431,12],[1027,16,431,14],[1028,6,432,4,"width"],[1028,11,432,9],[1028,13,432,11],[1028,15,432,13],[1029,6,433,4,"height"],[1029,12,433,10],[1029,14,433,12],[1029,16,433,14],[1030,6,434,4,"borderRadius"],[1030,18,434,16],[1030,20,434,18],[1030,22,434,20],[1031,6,435,4,"alignItems"],[1031,16,435,14],[1031,18,435,16],[1031,26,435,24],[1032,6,436,4,"justifyContent"],[1032,20,436,18],[1032,22,436,20],[1032,30,436,28],[1033,6,437,4,"marginBottom"],[1033,18,437,16],[1033,20,437,18],[1034,4,438,2],[1034,5,438,3],[1035,4,439,2,"actionLabel"],[1035,15,439,13],[1035,17,439,15],[1036,6,440,4,"fontSize"],[1036,14,440,12],[1036,16,440,14],[1036,18,440,16],[1037,6,441,4,"color"],[1037,11,441,9],[1037,13,441,11],[1037,22,441,20],[1038,6,442,4,"textAlign"],[1038,15,442,13],[1038,17,442,15],[1039,4,443,2],[1039,5,443,3],[1040,4,444,2,"walletHeader"],[1040,16,444,14],[1040,18,444,16],[1041,6,445,4,"padding"],[1041,13,445,11],[1041,15,445,13],[1041,17,445,15],[1042,6,446,4,"backgroundColor"],[1042,21,446,19],[1042,23,446,21],[1042,29,446,27],[1043,6,447,4,"borderBottomWidth"],[1043,23,447,21],[1043,25,447,23],[1043,26,447,24],[1044,6,448,4,"borderBottomColor"],[1044,23,448,21],[1044,25,448,23],[1044,34,448,32],[1045,6,449,4,"flexDirection"],[1045,19,449,17],[1045,21,449,19],[1045,26,449,24],[1046,6,450,4,"justifyContent"],[1046,20,450,18],[1046,22,450,20],[1046,37,450,35],[1047,6,451,4,"alignItems"],[1047,16,451,14],[1047,18,451,16],[1048,4,452,2],[1048,5,452,3],[1049,4,453,2,"walletTitle"],[1049,15,453,13],[1049,17,453,15],[1050,6,454,4,"fontSize"],[1050,14,454,12],[1050,16,454,14],[1050,18,454,16],[1051,6,455,4,"fontWeight"],[1051,16,455,14],[1051,18,455,16],[1051,23,455,21],[1052,6,456,4,"color"],[1052,11,456,9],[1052,13,456,11],[1053,4,457,2],[1053,5,457,3],[1054,4,458,2,"refreshButton"],[1054,17,458,15],[1054,19,458,17],[1055,6,459,4,"padding"],[1055,13,459,11],[1055,15,459,13],[1055,16,459,14],[1056,6,460,4,"borderRadius"],[1056,18,460,16],[1056,20,460,18],[1056,21,460,19],[1057,6,461,4,"backgroundColor"],[1057,21,461,19],[1057,23,461,21],[1058,4,462,2],[1058,5,462,3],[1059,4,463,2,"balanceCards"],[1059,16,463,14],[1059,18,463,16],[1060,6,464,4,"padding"],[1060,13,464,11],[1060,15,464,13],[1060,17,464,15],[1061,6,465,4,"gap"],[1061,9,465,7],[1061,11,465,9],[1062,4,466,2],[1062,5,466,3],[1063,4,467,2,"balanceCard"],[1063,15,467,13],[1063,17,467,15],[1064,6,468,4,"backgroundColor"],[1064,21,468,19],[1064,23,468,21],[1064,29,468,27],[1065,6,469,4,"padding"],[1065,13,469,11],[1065,15,469,13],[1065,17,469,15],[1066,6,470,4,"borderRadius"],[1066,18,470,16],[1066,20,470,18],[1066,22,470,20],[1067,6,471,4,"borderWidth"],[1067,17,471,15],[1067,19,471,17],[1067,20,471,18],[1068,6,472,4,"borderColor"],[1068,17,472,15],[1068,19,472,17],[1069,4,473,2],[1069,5,473,3],[1070,4,474,2,"balanceCardHeader"],[1070,21,474,19],[1070,23,474,21],[1071,6,475,4,"flexDirection"],[1071,19,475,17],[1071,21,475,19],[1071,26,475,24],[1072,6,476,4,"alignItems"],[1072,16,476,14],[1072,18,476,16],[1072,26,476,24],[1073,6,477,4,"gap"],[1073,9,477,7],[1073,11,477,9],[1073,12,477,10],[1074,6,478,4,"marginBottom"],[1074,18,478,16],[1074,20,478,18],[1075,4,479,2],[1075,5,479,3],[1076,4,480,2,"tokenLogo"],[1076,13,480,11],[1076,15,480,13],[1077,6,481,4,"width"],[1077,11,481,9],[1077,13,481,11],[1077,15,481,13],[1078,6,482,4,"height"],[1078,12,482,10],[1078,14,482,12],[1078,16,482,14],[1079,6,483,4,"borderRadius"],[1079,18,483,16],[1079,20,483,18],[1080,4,484,2],[1080,5,484,3],[1081,4,485,2,"tokenSymbol"],[1081,15,485,13],[1081,17,485,15],[1082,6,486,4,"fontSize"],[1082,14,486,12],[1082,16,486,14],[1082,18,486,16],[1083,6,487,4,"fontWeight"],[1083,16,487,14],[1083,18,487,16],[1083,23,487,21],[1084,6,488,4,"color"],[1084,11,488,9],[1084,13,488,11],[1085,4,489,2],[1085,5,489,3],[1086,4,490,2,"balanceAmount"],[1086,17,490,15],[1086,19,490,17],[1087,6,491,4,"fontSize"],[1087,14,491,12],[1087,16,491,14],[1087,18,491,16],[1088,6,492,4,"fontWeight"],[1088,16,492,14],[1088,18,492,16],[1088,23,492,21],[1089,6,493,4,"color"],[1089,11,493,9],[1089,13,493,11],[1089,22,493,20],[1090,6,494,4,"marginBottom"],[1090,18,494,16],[1090,20,494,18],[1091,4,495,2],[1091,5,495,3],[1092,4,496,2,"balanceUsd"],[1092,14,496,12],[1092,16,496,14],[1093,6,497,4,"fontSize"],[1093,14,497,12],[1093,16,497,14],[1093,18,497,16],[1094,6,498,4,"color"],[1094,11,498,9],[1094,13,498,11],[1095,4,499,2],[1095,5,499,3],[1096,4,500,2,"walletActions"],[1096,17,500,15],[1096,19,500,17],[1097,6,501,4,"flexDirection"],[1097,19,501,17],[1097,21,501,19],[1097,26,501,24],[1098,6,502,4,"padding"],[1098,13,502,11],[1098,15,502,13],[1098,17,502,15],[1099,6,503,4,"gap"],[1099,9,503,7],[1099,11,503,9],[1100,4,504,2],[1100,5,504,3],[1101,4,505,2,"walletActionButton"],[1101,22,505,20],[1101,24,505,22],[1102,6,506,4,"flex"],[1102,10,506,8],[1102,12,506,10],[1102,13,506,11],[1103,6,507,4,"backgroundColor"],[1103,21,507,19],[1103,23,507,21],[1103,32,507,30],[1104,6,508,4,"padding"],[1104,13,508,11],[1104,15,508,13],[1104,17,508,15],[1105,6,509,4,"borderRadius"],[1105,18,509,16],[1105,20,509,18],[1105,22,509,20],[1106,6,510,4,"alignItems"],[1106,16,510,14],[1106,18,510,16],[1106,26,510,24],[1107,6,511,4,"gap"],[1107,9,511,7],[1107,11,511,9],[1108,4,512,2],[1108,5,512,3],[1109,4,513,2,"walletActionText"],[1109,20,513,18],[1109,22,513,20],[1110,6,514,4,"color"],[1110,11,514,9],[1110,13,514,11],[1110,19,514,17],[1111,6,515,4,"fontSize"],[1111,14,515,12],[1111,16,515,14],[1111,18,515,16],[1112,6,516,4,"fontWeight"],[1112,16,516,14],[1112,18,516,16],[1113,4,517,2],[1113,5,517,3],[1114,4,518,2,"placeholderText"],[1114,19,518,17],[1114,21,518,19],[1115,6,519,4,"flex"],[1115,10,519,8],[1115,12,519,10],[1115,13,519,11],[1116,6,520,4,"textAlign"],[1116,15,520,13],[1116,17,520,15],[1116,25,520,23],[1117,6,521,4,"marginTop"],[1117,15,521,13],[1117,17,521,15],[1117,20,521,18],[1118,6,522,4,"fontSize"],[1118,14,522,12],[1118,16,522,14],[1118,18,522,16],[1119,6,523,4,"color"],[1119,11,523,9],[1119,13,523,11],[1120,4,524,2],[1120,5,524,3],[1121,4,525,2,"tabBar"],[1121,10,525,8],[1121,12,525,10],[1122,6,526,4,"borderTopWidth"],[1122,20,526,18],[1122,22,526,20],[1122,23,526,21],[1123,6,527,4,"borderTopColor"],[1123,20,527,18],[1123,22,527,20],[1123,31,527,29],[1124,6,528,4,"paddingBottom"],[1124,19,528,17],[1124,21,528,19],[1124,22,528,20],[1125,6,529,4,"paddingTop"],[1125,16,529,14],[1125,18,529,16],[1125,19,529,17],[1126,6,530,4,"height"],[1126,12,530,10],[1126,14,530,12],[1127,4,531,2],[1128,2,532,0],[1128,3,532,1],[1128,4,532,2],[1129,2,532,3],[1129,6,532,3,"_c"],[1129,8,532,3],[1129,10,532,3,"_c2"],[1129,13,532,3],[1129,15,532,3,"_c3"],[1129,18,532,3],[1129,20,532,3,"_c4"],[1129,23,532,3],[1129,25,532,3,"_c5"],[1129,28,532,3],[1129,30,532,3,"_c6"],[1129,33,532,3],[1130,2,532,3,"$RefreshReg$"],[1130,14,532,3],[1130,15,532,3,"_c"],[1130,17,532,3],[1131,2,532,3,"$RefreshReg$"],[1131,14,532,3],[1131,15,532,3,"_c2"],[1131,18,532,3],[1132,2,532,3,"$RefreshReg$"],[1132,14,532,3],[1132,15,532,3,"_c3"],[1132,18,532,3],[1133,2,532,3,"$RefreshReg$"],[1133,14,532,3],[1133,15,532,3,"_c4"],[1133,18,532,3],[1134,2,532,3,"$RefreshReg$"],[1134,14,532,3],[1134,15,532,3,"_c5"],[1134,18,532,3],[1135,2,532,3,"$RefreshReg$"],[1135,14,532,3],[1135,15,532,3,"_c6"],[1135,18,532,3],[1136,0,532,3],[1136,3]],"functionMap":{"names":["","HomeTab","pickImage","QUICK_ACTIONS.map$argument_0","WalletTab","useEffect$argument_0","fetchBalance","CitizensTab","ReferralTab","ProfileTab","HomeScreen","Tab.Screen.props.options.tabBarIcon"],"mappings":"AAA;ACmB;oBCI;GDqB;+BEkD;aFW;CDM;AIE;YCQ;GDE;uBEE;GF4B;CJyD;AOE;CPM;AQE;CRM;ASE;CTM;eUI;sBCe;WDE;sBCQ;WDE;sBCQ;WDE;sBCQ;WDE;sBCQ;WDE;CVK"},"hasCjsExports":false},"type":"js/module"}]}
\ No newline at end of file
diff --git a/frontend/.metro-cache/cache/9c/5ab3a07f46ef93ae70943ad8712d9fa222b2b144d10555ced31d1605e867bfd1287277 b/frontend/.metro-cache/cache/9c/5ab3a07f46ef93ae70943ad8712d9fa222b2b144d10555ced31d1605e867bfd1287277
index d1b6abd0..a41a7c04 100644
--- a/frontend/.metro-cache/cache/9c/5ab3a07f46ef93ae70943ad8712d9fa222b2b144d10555ced31d1605e867bfd1287277
+++ b/frontend/.metro-cache/cache/9c/5ab3a07f46ef93ae70943ad8712d9fa222b2b144d10555ced31d1605e867bfd1287277
@@ -1 +1 @@
-{"dependencies":[{"name":"@babel/runtime/helpers/asyncToGenerator","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"YisBBiy2Xm9DEVdFebZ2nbgAHBo=","exportNames":["*"],"imports":1}},{"name":"@babel/runtime/helpers/slicedToArray","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"5y7e5+zC7teYEEC6niD9f5zII1M=","exportNames":["*"],"imports":1}},{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":51,"index":51}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react-native","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":52},"end":{"line":12,"column":22,"index":195}}],"key":"KyzuX10g6ixS9UfynhmjlvCIG3g=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0,"index":196},"end":{"line":13,"column":46,"index":242}}],"key":"ow7vkrqkIckRjlSi/+MhMmRYtUE=","exportNames":["*"],"imports":1}},{"name":"@react-navigation/bottom-tabs","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":14,"column":0,"index":243},"end":{"line":14,"column":73,"index":316}}],"key":"+CsiEPZJMQUbFs9pwhg0Pji1O3k=","exportNames":["*"],"imports":1}},{"name":"expo-image-picker","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":15,"column":0,"index":317},"end":{"line":15,"column":49,"index":366}}],"key":"XQFgv2+WadF9xV+S67CI6D8lClA=","exportNames":["*"],"imports":1}},{"name":"../contexts/AuthContext","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":16,"column":0,"index":367},"end":{"line":16,"column":50,"index":417}}],"key":"oNCgyH4yx4pAIVZXLqqRGB2kuCY=","exportNames":["*"],"imports":1}},{"name":"react/jsx-dev-runtime","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"L9D70Z4hi4aGuui1ysja/oQ5ytI=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n var _jsxFileName = \"/app/frontend/src/screens/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 _reactJsxDevRuntime = require(_dependencyMap[8], \"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 _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 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: 54,\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: 56,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 52,\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: 60,\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: 61,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 59,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 51,\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: 66,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 65,\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: 69,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 68,\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: 72,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 71,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 64,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 50,\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: 81,\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: 82,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 80,\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: 85,\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: 86,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 84,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 79,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 78,\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: 93,\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: 105,\n columnNumber: 19\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 104,\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: 107,\n columnNumber: 17\n }, this)]\n }, action.id, true, {\n fileName: _jsxFileName,\n lineNumber: 96,\n columnNumber: 15\n }, this))\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 94,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 92,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 48,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 47,\n columnNumber: 5\n }, this);\n }\n _s(HomeTab, \"xEp7SEfX94u+oibpmCw6eCxkmPE=\", false, function () {\n return [_contextsAuthContext.useAuth];\n });\n _c = HomeTab;\n function WalletTab() {\n _s2();\n var _useAuth2 = (0, _contextsAuthContext.useAuth)(),\n user = _useAuth2.user;\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 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 });\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('Error');\n setPezBalance('Error');\n }\n } catch (error) {\n console.error('Balance fetch error:', error);\n setHezBalance('Error');\n setPezBalance('Error');\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 children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.walletTitle,\n children: \"My Wallet\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 164,\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: 166,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 165,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 163,\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: 173,\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: 177,\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: 178,\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: 179,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 172,\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: 183,\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: 187,\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: 188,\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: 189,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 182,\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.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: 198,\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: 199,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 197,\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: 202,\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: 203,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 201,\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: 206,\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: 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: '#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: 210,\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: 211,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 209,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 196,\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: 218,\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: 219,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 217,\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: 222,\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: 223,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 221,\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: 226,\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: 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: '#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: 230,\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: 231,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 229,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 216,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 194,\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: 238,\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: 244,\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: 248,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 243,\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: 254,\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: 255,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 253,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 242,\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: 259,\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: 260,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 258,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 241,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 237,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 161,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 160,\n columnNumber: 5\n }, this);\n }\n _s2(WalletTab, \"osbCN528CgM7tSTrgQcFeX6sHT4=\", false, function () {\n return [_contextsAuthContext.useAuth];\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: 274,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 273,\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: 282,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 281,\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: 290,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 289,\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: 313,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 307,\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: 323,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 317,\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: 333,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 327,\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: 343,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 337,\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: 353,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 347,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 299,\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: 'History',\n icon: 'time',\n color: '#84CC16'\n }, {\n id: '13',\n label: 'QR Scan',\n icon: 'qr-code',\n color: '#06B6D4'\n }, {\n id: '14',\n label: 'Settings',\n icon: 'settings',\n color: '#64748B'\n }, {\n id: '15',\n label: 'Help',\n icon: 'help-circle',\n color: '#A855F7'\n }, {\n id: '16',\n label: 'Rewards',\n icon: 'star',\n color: '#FBBF24'\n }, {\n id: '17',\n label: 'Trust',\n icon: 'heart',\n color: '#EF4444'\n }, {\n id: '18',\n label: 'Parliament',\n icon: 'flag',\n color: '#3B82F6'\n }, {\n id: '19',\n label: 'Ministry',\n icon: 'business',\n color: '#10B981'\n }, {\n id: '20',\n label: 'Justice',\n icon: 'hammer',\n color: '#78350F'\n }, {\n id: '21',\n label: 'Tax',\n icon: 'receipt',\n color: '#991B1B'\n }, {\n id: '22',\n label: 'Census',\n icon: 'people-circle',\n color: '#1E40AF'\n }, {\n id: '23',\n label: 'Land',\n icon: 'map',\n color: '#065F46'\n }, {\n id: '24',\n label: 'Marriage',\n icon: 'heart-circle',\n color: '#BE185D'\n }, {\n id: '25',\n label: 'Birth',\n icon: 'happy',\n color: '#7C3AED'\n }, {\n id: '26',\n label: 'Death',\n icon: 'sad',\n color: '#404040'\n }, {\n id: '27',\n label: 'Trade',\n icon: 'storefront',\n color: '#0891B2'\n }, {\n id: '28',\n label: 'Export',\n icon: 'airplane',\n color: '#4338CA'\n }, {\n id: '29',\n label: 'Import',\n icon: 'boat',\n color: '#15803D'\n }, {\n id: '30',\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":1530,"map":[[30,2,297,15,"Object"],[30,8,297,15],[30,9,297,15,"defineProperty"],[30,23,297,15],[30,24,297,15,"exports"],[30,31,297,15],[31,4,297,15,"enumerable"],[31,14,297,15],[32,4,297,15,"get"],[32,7,297,15],[32,18,297,15,"get"],[32,19,297,15],[33,6,297,15],[33,13,297,15,"HomeScreen"],[33,23,297,15],[34,4,297,15],[35,2,297,15],[36,2,359,1],[36,6,359,1,"_babelRuntimeHelpersAsyncToGenerator"],[36,42,359,1],[36,45,359,1,"require"],[36,52,359,1],[36,53,359,1,"_dependencyMap"],[36,67,359,1],[37,2,359,1],[37,6,359,1,"_asyncToGenerator"],[37,23,359,1],[37,26,359,1,"_interopDefault"],[37,41,359,1],[37,42,359,1,"_babelRuntimeHelpersAsyncToGenerator"],[37,78,359,1],[38,2,359,1],[38,6,359,1,"_babelRuntimeHelpersSlicedToArray"],[38,39,359,1],[38,42,359,1,"require"],[38,49,359,1],[38,50,359,1,"_dependencyMap"],[38,64,359,1],[39,2,359,1],[39,6,359,1,"_slicedToArray"],[39,20,359,1],[39,23,359,1,"_interopDefault"],[39,38,359,1],[39,39,359,1,"_babelRuntimeHelpersSlicedToArray"],[39,72,359,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,13,0],[42,6,13,0,"_expoVectorIcons"],[42,22,13,0],[42,25,13,0,"require"],[42,32,13,0],[42,33,13,0,"_dependencyMap"],[42,47,13,0],[43,2,14,0],[43,6,14,0,"_reactNavigationBottomTabs"],[43,32,14,0],[43,35,14,0,"require"],[43,42,14,0],[43,43,14,0,"_dependencyMap"],[43,57,14,0],[44,2,15,0],[44,6,15,0,"_expoImagePicker"],[44,22,15,0],[44,25,15,0,"require"],[44,32,15,0],[44,33,15,0,"_dependencyMap"],[44,47,15,0],[45,2,15,0],[45,6,15,0,"ImagePicker"],[45,17,15,0],[45,20,15,0,"_interopNamespace"],[45,37,15,0],[45,38,15,0,"_expoImagePicker"],[45,54,15,0],[46,2,16,0],[46,6,16,0,"_contextsAuthContext"],[46,26,16,0],[46,29,16,0,"require"],[46,36,16,0],[46,37,16,0,"_dependencyMap"],[46,51,16,0],[47,2,16,50],[47,6,16,50,"_reactJsxDevRuntime"],[47,25,16,50],[47,28,16,50,"require"],[47,35,16,50],[47,36,16,50,"_dependencyMap"],[47,50,16,50],[48,2,18,0],[48,6,18,0,"_Dimensions$get"],[48,21,18,0],[48,24,18,18,"Dimensions"],[48,36,18,28],[48,37,18,28,"Dimensions"],[48,47,18,28],[48,48,18,29,"get"],[48,51,18,32],[48,52,18,33],[48,60,18,41],[48,61,18,42],[49,4,18,8,"width"],[49,9,18,13],[49,12,18,13,"_Dimensions$get"],[49,27,18,13],[49,28,18,8,"width"],[49,33,18,13],[50,2,20,0],[50,11,20,9,"HomeTab"],[50,18,20,16,"HomeTab"],[50,19,20,16],[50,21,20,19],[51,4,20,19,"_s"],[51,6,20,19],[52,4,21,2],[52,8,21,2,"_useAuth"],[52,16,21,2],[52,19,21,19],[52,23,21,19,"useAuth"],[52,43,21,26],[52,44,21,26,"useAuth"],[52,51,21,26],[52,53,21,27],[52,54,21,28],[53,6,21,10,"user"],[53,10,21,14],[53,13,21,14,"_useAuth"],[53,21,21,14],[53,22,21,10,"user"],[53,26,21,14],[54,4,22,2],[54,8,22,2,"_useState"],[54,17,22,2],[54,20,22,42],[54,24,22,42,"useState"],[54,30,22,50],[54,31,22,50,"useState"],[54,39,22,50],[54,41,22,66],[54,45,22,70],[54,46,22,71],[55,6,22,71,"_useState2"],[55,16,22,71],[55,23,22,71,"_slicedToArray"],[55,37,22,71],[55,38,22,71,"default"],[55,45,22,71],[55,47,22,71,"_useState"],[55,56,22,71],[56,6,22,9,"profileImage"],[56,18,22,21],[56,21,22,21,"_useState2"],[56,31,22,21],[57,6,22,23,"setProfileImage"],[57,21,22,38],[57,24,22,38,"_useState2"],[57,34,22,38],[58,4,24,2],[58,8,24,8,"pickImage"],[58,17,24,17],[59,6,24,17],[59,10,24,17,"_ref"],[59,14,24,17],[59,21,24,17,"_asyncToGenerator"],[59,38,24,17],[59,39,24,17,"default"],[59,46,24,17],[59,48,24,20],[59,61,24,32],[60,8,25,4],[60,12,25,10,"permissionResult"],[60,28,25,26],[60,37,25,35,"ImagePicker"],[60,48,25,46],[60,49,25,47,"requestMediaLibraryPermissionsAsync"],[60,84,25,82],[60,85,25,83],[60,86,25,84],[61,8,27,4],[61,12,27,8,"permissionResult"],[61,28,27,24],[61,29,27,25,"granted"],[61,36,27,32],[61,41,27,37],[61,46,27,42],[61,48,27,44],[62,10,28,6,"Alert"],[62,22,28,11],[62,23,28,11,"Alert"],[62,28,28,11],[62,29,28,12,"alert"],[62,34,28,17],[62,35,28,18],[62,56,28,39],[62,58,28,41],[62,105,28,88],[62,106,28,89],[63,10,29,6],[64,8,30,4],[65,8,32,4],[65,12,32,10,"result"],[65,18,32,16],[65,27,32,25,"ImagePicker"],[65,38,32,36],[65,39,32,37,"launchImageLibraryAsync"],[65,62,32,60],[65,63,32,61],[66,10,33,6,"mediaTypes"],[66,20,33,16],[66,22,33,18,"ImagePicker"],[66,33,33,29],[66,34,33,30,"MediaTypeOptions"],[66,50,33,46],[66,51,33,47,"Images"],[66,57,33,53],[67,10,34,6,"allowsEditing"],[67,23,34,19],[67,25,34,21],[67,29,34,25],[68,10,35,6,"aspect"],[68,16,35,12],[68,18,35,14],[68,19,35,15],[68,20,35,16],[68,22,35,18],[68,23,35,19],[68,24,35,20],[69,10,36,6,"quality"],[69,17,36,13],[69,19,36,15],[69,22,36,18],[70,10,37,6,"base64"],[70,16,37,12],[70,18,37,14],[71,8,38,4],[71,9,38,5],[71,10,38,6],[72,8,40,4],[72,12,40,8],[72,13,40,9,"result"],[72,19,40,15],[72,20,40,16,"canceled"],[72,28,40,24],[72,32,40,28,"result"],[72,38,40,34],[72,39,40,35,"assets"],[72,45,40,41],[72,46,40,42],[72,47,40,43],[72,48,40,44],[72,49,40,45,"base64"],[72,55,40,51],[72,57,40,53],[73,10,41,6],[73,14,41,12,"base64Image"],[73,25,41,23],[73,28,41,26],[73,54,41,52,"result"],[73,60,41,58],[73,61,41,59,"assets"],[73,67,41,65],[73,68,41,66],[73,69,41,67],[73,70,41,68],[73,71,41,69,"base64"],[73,77,41,75],[73,79,41,77],[74,10,42,6,"setProfileImage"],[74,25,42,21],[74,26,42,22,"base64Image"],[74,37,42,33],[74,38,42,34],[75,10,43,6],[76,8,44,4],[77,6,45,2],[77,7,45,3],[78,6,45,3],[78,22,24,8,"pickImage"],[78,31,24,17,"pickImage"],[78,32,24,17],[79,8,24,17],[79,15,24,17,"_ref"],[79,19,24,17],[79,20,24,17,"apply"],[79,25,24,17],[79,32,24,17,"arguments"],[79,41,24,17],[80,6,24,17],[81,4,24,17],[81,7,45,3],[82,4,46,2],[82,24,47,4],[82,28,47,4,"_reactJsxDevRuntime"],[82,47,47,4],[82,48,47,4,"jsxDEV"],[82,54,47,4],[82,56,47,5,"_reactNative"],[82,68,47,9],[82,69,47,9,"View"],[82,73,47,9],[83,6,47,10,"style"],[83,11,47,15],[83,13,47,17,"styles"],[83,19,47,23],[83,20,47,24,"container"],[83,29,47,34],[84,6,47,34,"children"],[84,14,47,34],[84,29,48,6],[84,33,48,6,"_reactJsxDevRuntime"],[84,52,48,6],[84,53,48,6,"jsxDEV"],[84,59,48,6],[84,61,48,7,"_reactNative"],[84,73,48,17],[84,74,48,17,"ScrollView"],[84,84,48,17],[85,8,48,18,"showsVerticalScrollIndicator"],[85,36,48,46],[85,38,48,48],[85,43,48,54],[86,8,48,55,"contentContainerStyle"],[86,29,48,76],[86,31,48,78,"styles"],[86,37,48,84],[86,38,48,85,"scrollContent"],[86,51,48,99],[87,8,48,99,"children"],[87,16,48,99],[87,32,50,8],[87,36,50,8,"_reactJsxDevRuntime"],[87,55,50,8],[87,56,50,8,"jsxDEV"],[87,62,50,8],[87,64,50,9,"_reactNative"],[87,76,50,13],[87,77,50,13,"View"],[87,81,50,13],[88,10,50,14,"style"],[88,15,50,19],[88,17,50,21,"styles"],[88,23,50,27],[88,24,50,28,"header"],[88,30,50,35],[89,10,50,35,"children"],[89,18,50,35],[89,34,51,10],[89,38,51,10,"_reactJsxDevRuntime"],[89,57,51,10],[89,58,51,10,"jsxDEV"],[89,64,51,10],[89,66,51,11,"_reactNative"],[89,78,51,15],[89,79,51,15,"View"],[89,83,51,15],[90,12,51,16,"style"],[90,17,51,21],[90,19,51,23,"styles"],[90,25,51,29],[90,26,51,30,"headerLeft"],[90,36,51,41],[91,12,51,41,"children"],[91,20,51,41],[91,36,52,12],[91,40,52,12,"_reactJsxDevRuntime"],[91,59,52,12],[91,60,52,12,"jsxDEV"],[91,66,52,12],[91,68,52,13,"_reactNative"],[91,80,52,29],[91,81,52,29,"TouchableOpacity"],[91,97,52,29],[92,14,52,30,"style"],[92,19,52,35],[92,21,52,37,"styles"],[92,27,52,43],[92,28,52,44,"profileImage"],[92,40,52,57],[93,14,52,58,"onPress"],[93,21,52,65],[93,23,52,67,"pickImage"],[93,32,52,77],[94,14,52,77,"children"],[94,22,52,77],[94,24,53,15,"profileImage"],[94,36,53,27],[94,52,54,16],[94,56,54,16,"_reactJsxDevRuntime"],[94,75,54,16],[94,76,54,16,"jsxDEV"],[94,82,54,16],[94,84,54,17,"_reactNative"],[94,96,54,22],[94,97,54,22,"Image"],[94,102,54,22],[95,16,54,23,"source"],[95,22,54,29],[95,24,54,31],[96,18,54,33,"uri"],[96,21,54,36],[96,23,54,38,"profileImage"],[97,16,54,51],[97,17,54,53],[98,16,54,54,"style"],[98,21,54,59],[98,23,54,61,"styles"],[98,29,54,67],[98,30,54,68,"profileImageSrc"],[99,14,54,84],[100,16,54,84,"fileName"],[100,24,54,84],[100,26,54,84,"_jsxFileName"],[100,38,54,84],[101,16,54,84,"lineNumber"],[101,26,54,84],[102,16,54,84,"columnNumber"],[102,28,54,84],[103,14,54,84],[103,21,54,86],[103,22,54,87],[103,38,56,16],[103,42,56,16,"_reactJsxDevRuntime"],[103,61,56,16],[103,62,56,16,"jsxDEV"],[103,68,56,16],[103,70,56,17,"_expoVectorIcons"],[103,86,56,25],[103,87,56,25,"Ionicons"],[103,95,56,25],[104,16,56,26,"name"],[104,20,56,30],[104,22,56,31],[104,30,56,39],[105,16,56,40,"size"],[105,20,56,44],[105,22,56,46],[105,24,56,49],[106,16,56,50,"color"],[106,21,56,55],[106,23,56,56],[107,14,56,65],[108,16,56,65,"fileName"],[108,24,56,65],[108,26,56,65,"_jsxFileName"],[108,38,56,65],[109,16,56,65,"lineNumber"],[109,26,56,65],[110,16,56,65,"columnNumber"],[110,28,56,65],[111,14,56,65],[111,21,56,67],[112,12,57,15],[113,14,57,15,"fileName"],[113,22,57,15],[113,24,57,15,"_jsxFileName"],[113,36,57,15],[114,14,57,15,"lineNumber"],[114,24,57,15],[115,14,57,15,"columnNumber"],[115,26,57,15],[116,12,57,15],[116,19,58,30],[116,20,58,31],[116,35,59,12],[116,39,59,12,"_reactJsxDevRuntime"],[116,58,59,12],[116,59,59,12,"jsxDEV"],[116,65,59,12],[116,67,59,13,"_reactNative"],[116,79,59,17],[116,80,59,17,"View"],[116,84,59,17],[117,14,59,18,"style"],[117,19,59,23],[117,21,59,25,"styles"],[117,27,59,31],[117,28,59,32,"profileBadge"],[117,40,59,45],[118,14,59,45,"children"],[118,22,59,45],[118,38,60,14],[118,42,60,14,"_reactJsxDevRuntime"],[118,61,60,14],[118,62,60,14,"jsxDEV"],[118,68,60,14],[118,70,60,15,"_expoVectorIcons"],[118,86,60,23],[118,87,60,23,"Ionicons"],[118,95,60,23],[119,16,60,24,"name"],[119,20,60,28],[119,22,60,29],[119,28,60,35],[120,16,60,36,"size"],[120,20,60,40],[120,22,60,42],[120,24,60,45],[121,16,60,46,"color"],[121,21,60,51],[121,23,60,52],[122,14,60,61],[123,16,60,61,"fileName"],[123,24,60,61],[123,26,60,61,"_jsxFileName"],[123,38,60,61],[124,16,60,61,"lineNumber"],[124,26,60,61],[125,16,60,61,"columnNumber"],[125,28,60,61],[126,14,60,61],[126,21,60,63],[126,22,60,64],[126,37,61,14],[126,41,61,14,"_reactJsxDevRuntime"],[126,60,61,14],[126,61,61,14,"jsxDEV"],[126,67,61,14],[126,69,61,15,"_reactNative"],[126,81,61,19],[126,82,61,19,"Text"],[126,86,61,19],[127,16,61,20,"style"],[127,21,61,25],[127,23,61,27,"styles"],[127,29,61,33],[127,30,61,34,"trustScore"],[127,40,61,45],[128,16,61,45,"children"],[128,24,61,45],[128,26,61,46],[129,14,61,49],[130,16,61,49,"fileName"],[130,24,61,49],[130,26,61,49,"_jsxFileName"],[130,38,61,49],[131,16,61,49,"lineNumber"],[131,26,61,49],[132,16,61,49,"columnNumber"],[132,28,61,49],[133,14,61,49],[133,21,61,55],[133,22,61,56],[134,12,61,56],[135,14,61,56,"fileName"],[135,22,61,56],[135,24,61,56,"_jsxFileName"],[135,36,61,56],[136,14,61,56,"lineNumber"],[136,24,61,56],[137,14,61,56,"columnNumber"],[137,26,61,56],[138,12,61,56],[138,19,62,18],[138,20,62,19],[139,10,62,19],[140,12,62,19,"fileName"],[140,20,62,19],[140,22,62,19,"_jsxFileName"],[140,34,62,19],[141,12,62,19,"lineNumber"],[141,22,62,19],[142,12,62,19,"columnNumber"],[142,24,62,19],[143,10,62,19],[143,17,63,16],[143,18,63,17],[143,33,64,10],[143,37,64,10,"_reactJsxDevRuntime"],[143,56,64,10],[143,57,64,10,"jsxDEV"],[143,63,64,10],[143,65,64,11,"_reactNative"],[143,77,64,15],[143,78,64,15,"View"],[143,82,64,15],[144,12,64,16,"style"],[144,17,64,21],[144,19,64,23,"styles"],[144,25,64,29],[144,26,64,30,"headerRight"],[144,37,64,42],[145,12,64,42,"children"],[145,20,64,42],[145,36,65,12],[145,40,65,12,"_reactJsxDevRuntime"],[145,59,65,12],[145,60,65,12,"jsxDEV"],[145,66,65,12],[145,68,65,13,"_reactNative"],[145,80,65,29],[145,81,65,29,"TouchableOpacity"],[145,97,65,29],[146,14,65,30,"style"],[146,19,65,35],[146,21,65,37,"styles"],[146,27,65,43],[146,28,65,44,"iconButton"],[146,38,65,55],[147,14,65,55,"children"],[147,22,65,55],[147,37,66,14],[147,41,66,14,"_reactJsxDevRuntime"],[147,60,66,14],[147,61,66,14,"jsxDEV"],[147,67,66,14],[147,69,66,15,"_expoVectorIcons"],[147,85,66,23],[147,86,66,23,"Ionicons"],[147,94,66,23],[148,16,66,24,"name"],[148,20,66,28],[148,22,66,29],[148,39,66,46],[149,16,66,47,"size"],[149,20,66,51],[149,22,66,53],[149,24,66,56],[150,16,66,57,"color"],[150,21,66,62],[150,23,66,63],[151,14,66,72],[152,16,66,72,"fileName"],[152,24,66,72],[152,26,66,72,"_jsxFileName"],[152,38,66,72],[153,16,66,72,"lineNumber"],[153,26,66,72],[154,16,66,72,"columnNumber"],[154,28,66,72],[155,14,66,72],[155,21,66,74],[156,12,66,75],[157,14,66,75,"fileName"],[157,22,66,75],[157,24,66,75,"_jsxFileName"],[157,36,66,75],[158,14,66,75,"lineNumber"],[158,24,66,75],[159,14,66,75,"columnNumber"],[159,26,66,75],[160,12,66,75],[160,19,67,30],[160,20,67,31],[160,35,68,12],[160,39,68,12,"_reactJsxDevRuntime"],[160,58,68,12],[160,59,68,12,"jsxDEV"],[160,65,68,12],[160,67,68,13,"_reactNative"],[160,79,68,29],[160,80,68,29,"TouchableOpacity"],[160,96,68,29],[161,14,68,30,"style"],[161,19,68,35],[161,21,68,37,"styles"],[161,27,68,43],[161,28,68,44,"iconButton"],[161,38,68,55],[162,14,68,55,"children"],[162,22,68,55],[162,37,69,14],[162,41,69,14,"_reactJsxDevRuntime"],[162,60,69,14],[162,61,69,14,"jsxDEV"],[162,67,69,14],[162,69,69,15,"_expoVectorIcons"],[162,85,69,23],[162,86,69,23,"Ionicons"],[162,94,69,23],[163,16,69,24,"name"],[163,20,69,28],[163,22,69,29],[163,45,69,52],[164,16,69,53,"size"],[164,20,69,57],[164,22,69,59],[164,24,69,62],[165,16,69,63,"color"],[165,21,69,68],[165,23,69,69],[166,14,69,78],[167,16,69,78,"fileName"],[167,24,69,78],[167,26,69,78,"_jsxFileName"],[167,38,69,78],[168,16,69,78,"lineNumber"],[168,26,69,78],[169,16,69,78,"columnNumber"],[169,28,69,78],[170,14,69,78],[170,21,69,80],[171,12,69,81],[172,14,69,81,"fileName"],[172,22,69,81],[172,24,69,81,"_jsxFileName"],[172,36,69,81],[173,14,69,81,"lineNumber"],[173,24,69,81],[174,14,69,81,"columnNumber"],[174,26,69,81],[175,12,69,81],[175,19,70,30],[175,20,70,31],[175,35,71,12],[175,39,71,12,"_reactJsxDevRuntime"],[175,58,71,12],[175,59,71,12,"jsxDEV"],[175,65,71,12],[175,67,71,13,"_reactNative"],[175,79,71,29],[175,80,71,29,"TouchableOpacity"],[175,96,71,29],[176,14,71,30,"style"],[176,19,71,35],[176,21,71,37,"styles"],[176,27,71,43],[176,28,71,44,"iconButton"],[176,38,71,55],[177,14,71,55,"children"],[177,22,71,55],[177,37,72,14],[177,41,72,14,"_reactJsxDevRuntime"],[177,60,72,14],[177,61,72,14,"jsxDEV"],[177,67,72,14],[177,69,72,15,"_expoVectorIcons"],[177,85,72,23],[177,86,72,23,"Ionicons"],[177,94,72,23],[178,16,72,24,"name"],[178,20,72,28],[178,22,72,29],[178,40,72,47],[179,16,72,48,"size"],[179,20,72,52],[179,22,72,54],[179,24,72,57],[180,16,72,58,"color"],[180,21,72,63],[180,23,72,64],[181,14,72,73],[182,16,72,73,"fileName"],[182,24,72,73],[182,26,72,73,"_jsxFileName"],[182,38,72,73],[183,16,72,73,"lineNumber"],[183,26,72,73],[184,16,72,73,"columnNumber"],[184,28,72,73],[185,14,72,73],[185,21,72,75],[186,12,72,76],[187,14,72,76,"fileName"],[187,22,72,76],[187,24,72,76,"_jsxFileName"],[187,36,72,76],[188,14,72,76,"lineNumber"],[188,24,72,76],[189,14,72,76,"columnNumber"],[189,26,72,76],[190,12,72,76],[190,19,73,30],[190,20,73,31],[191,10,73,31],[192,12,73,31,"fileName"],[192,20,73,31],[192,22,73,31,"_jsxFileName"],[192,34,73,31],[193,12,73,31,"lineNumber"],[193,22,73,31],[194,12,73,31,"columnNumber"],[194,24,73,31],[195,10,73,31],[195,17,74,16],[195,18,74,17],[196,8,74,17],[197,10,74,17,"fileName"],[197,18,74,17],[197,20,74,17,"_jsxFileName"],[197,32,74,17],[198,10,74,17,"lineNumber"],[198,20,74,17],[199,10,74,17,"columnNumber"],[199,22,74,17],[200,8,74,17],[200,15,75,14],[200,16,75,15],[200,31,78,8],[200,35,78,8,"_reactJsxDevRuntime"],[200,54,78,8],[200,55,78,8,"jsxDEV"],[200,61,78,8],[200,63,78,9,"_reactNative"],[200,75,78,13],[200,76,78,13,"View"],[200,80,78,13],[201,10,78,14,"style"],[201,15,78,19],[201,17,78,21,"styles"],[201,23,78,27],[201,24,78,28,"announcementWidget"],[201,42,78,47],[202,10,78,47,"children"],[202,18,78,47],[202,33,79,10],[202,37,79,10,"_reactJsxDevRuntime"],[202,56,79,10],[202,57,79,10,"jsxDEV"],[202,63,79,10],[202,65,79,11,"_reactNative"],[202,77,79,21],[202,78,79,21,"ScrollView"],[202,88,79,21],[203,12,79,22,"horizontal"],[203,22,79,32],[204,12,79,33,"showsHorizontalScrollIndicator"],[204,42,79,63],[204,44,79,65],[204,49,79,71],[205,12,79,71,"children"],[205,20,79,71],[205,36,80,12],[205,40,80,12,"_reactJsxDevRuntime"],[205,59,80,12],[205,60,80,12,"jsxDEV"],[205,66,80,12],[205,68,80,13,"_reactNative"],[205,80,80,17],[205,81,80,17,"View"],[205,85,80,17],[206,14,80,18,"style"],[206,19,80,23],[206,21,80,25,"styles"],[206,27,80,31],[206,28,80,32,"announcement"],[206,40,80,45],[207,14,80,45,"children"],[207,22,80,45],[207,38,81,14],[207,42,81,14,"_reactJsxDevRuntime"],[207,61,81,14],[207,62,81,14,"jsxDEV"],[207,68,81,14],[207,70,81,15,"_reactNative"],[207,82,81,19],[207,83,81,19,"Text"],[207,87,81,19],[208,16,81,20,"style"],[208,21,81,25],[208,23,81,27,"styles"],[208,29,81,33],[208,30,81,34,"announcementTitle"],[208,47,81,52],[209,16,81,52,"children"],[209,24,81,52],[209,26,81,53],[210,14,81,80],[211,16,81,80,"fileName"],[211,24,81,80],[211,26,81,80,"_jsxFileName"],[211,38,81,80],[212,16,81,80,"lineNumber"],[212,26,81,80],[213,16,81,80,"columnNumber"],[213,28,81,80],[214,14,81,80],[214,21,81,86],[214,22,81,87],[214,37,82,14],[214,41,82,14,"_reactJsxDevRuntime"],[214,60,82,14],[214,61,82,14,"jsxDEV"],[214,67,82,14],[214,69,82,15,"_reactNative"],[214,81,82,19],[214,82,82,19,"Text"],[214,86,82,19],[215,16,82,20,"style"],[215,21,82,25],[215,23,82,27,"styles"],[215,29,82,33],[215,30,82,34,"announcementText"],[215,46,82,51],[216,16,82,51,"children"],[216,24,82,51],[216,26,82,52],[217,14,82,88],[218,16,82,88,"fileName"],[218,24,82,88],[218,26,82,88,"_jsxFileName"],[218,38,82,88],[219,16,82,88,"lineNumber"],[219,26,82,88],[220,16,82,88,"columnNumber"],[220,28,82,88],[221,14,82,88],[221,21,82,94],[221,22,82,95],[222,12,82,95],[223,14,82,95,"fileName"],[223,22,82,95],[223,24,82,95,"_jsxFileName"],[223,36,82,95],[224,14,82,95,"lineNumber"],[224,24,82,95],[225,14,82,95,"columnNumber"],[225,26,82,95],[226,12,82,95],[226,19,83,18],[226,20,83,19],[226,35,84,12],[226,39,84,12,"_reactJsxDevRuntime"],[226,58,84,12],[226,59,84,12,"jsxDEV"],[226,65,84,12],[226,67,84,13,"_reactNative"],[226,79,84,17],[226,80,84,17,"View"],[226,84,84,17],[227,14,84,18,"style"],[227,19,84,23],[227,21,84,25,"styles"],[227,27,84,31],[227,28,84,32,"announcement"],[227,40,84,45],[228,14,84,45,"children"],[228,22,84,45],[228,38,85,14],[228,42,85,14,"_reactJsxDevRuntime"],[228,61,85,14],[228,62,85,14,"jsxDEV"],[228,68,85,14],[228,70,85,15,"_reactNative"],[228,82,85,19],[228,83,85,19,"Text"],[228,87,85,19],[229,16,85,20,"style"],[229,21,85,25],[229,23,85,27,"styles"],[229,29,85,33],[229,30,85,34,"announcementTitle"],[229,47,85,52],[230,16,85,52,"children"],[230,24,85,52],[230,26,85,53],[231,14,85,67],[232,16,85,67,"fileName"],[232,24,85,67],[232,26,85,67,"_jsxFileName"],[232,38,85,67],[233,16,85,67,"lineNumber"],[233,26,85,67],[234,16,85,67,"columnNumber"],[234,28,85,67],[235,14,85,67],[235,21,85,73],[235,22,85,74],[235,37,86,14],[235,41,86,14,"_reactJsxDevRuntime"],[235,60,86,14],[235,61,86,14,"jsxDEV"],[235,67,86,14],[235,69,86,15,"_reactNative"],[235,81,86,19],[235,82,86,19,"Text"],[235,86,86,19],[236,16,86,20,"style"],[236,21,86,25],[236,23,86,27,"styles"],[236,29,86,33],[236,30,86,34,"announcementText"],[236,46,86,51],[237,16,86,51,"children"],[237,24,86,51],[237,26,86,52],[238,14,86,80],[239,16,86,80,"fileName"],[239,24,86,80],[239,26,86,80,"_jsxFileName"],[239,38,86,80],[240,16,86,80,"lineNumber"],[240,26,86,80],[241,16,86,80,"columnNumber"],[241,28,86,80],[242,14,86,80],[242,21,86,86],[242,22,86,87],[243,12,86,87],[244,14,86,87,"fileName"],[244,22,86,87],[244,24,86,87,"_jsxFileName"],[244,36,86,87],[245,14,86,87,"lineNumber"],[245,24,86,87],[246,14,86,87,"columnNumber"],[246,26,86,87],[247,12,86,87],[247,19,87,18],[247,20,87,19],[248,10,87,19],[249,12,87,19,"fileName"],[249,20,87,19],[249,22,87,19,"_jsxFileName"],[249,34,87,19],[250,12,87,19,"lineNumber"],[250,22,87,19],[251,12,87,19,"columnNumber"],[251,24,87,19],[252,10,87,19],[252,17,88,22],[253,8,88,23],[254,10,88,23,"fileName"],[254,18,88,23],[254,20,88,23,"_jsxFileName"],[254,32,88,23],[255,10,88,23,"lineNumber"],[255,20,88,23],[256,10,88,23,"columnNumber"],[256,22,88,23],[257,8,88,23],[257,15,89,14],[257,16,89,15],[257,31,92,8],[257,35,92,8,"_reactJsxDevRuntime"],[257,54,92,8],[257,55,92,8,"jsxDEV"],[257,61,92,8],[257,63,92,9,"_reactNative"],[257,75,92,13],[257,76,92,13,"View"],[257,80,92,13],[258,10,92,14,"style"],[258,15,92,19],[258,17,92,21,"styles"],[258,23,92,27],[258,24,92,28,"quickActionsContainer"],[258,45,92,50],[259,10,92,50,"children"],[259,18,92,50],[259,34,93,10],[259,38,93,10,"_reactJsxDevRuntime"],[259,57,93,10],[259,58,93,10,"jsxDEV"],[259,64,93,10],[259,66,93,11,"_reactNative"],[259,78,93,15],[259,79,93,15,"Text"],[259,83,93,15],[260,12,93,16,"style"],[260,17,93,21],[260,19,93,23,"styles"],[260,25,93,29],[260,26,93,30,"sectionTitle"],[260,38,93,43],[261,12,93,43,"children"],[261,20,93,43],[261,22,93,44],[262,10,93,57],[263,12,93,57,"fileName"],[263,20,93,57],[263,22,93,57,"_jsxFileName"],[263,34,93,57],[264,12,93,57,"lineNumber"],[264,22,93,57],[265,12,93,57,"columnNumber"],[265,24,93,57],[266,10,93,57],[266,17,93,63],[266,18,93,64],[266,33,94,10],[266,37,94,10,"_reactJsxDevRuntime"],[266,56,94,10],[266,57,94,10,"jsxDEV"],[266,63,94,10],[266,65,94,11,"_reactNative"],[266,77,94,15],[266,78,94,15,"View"],[266,82,94,15],[267,12,94,16,"style"],[267,17,94,21],[267,19,94,23,"styles"],[267,25,94,29],[267,26,94,30,"actionsGrid"],[267,37,94,42],[268,12,94,42,"children"],[268,20,94,42],[268,22,95,13,"QUICK_ACTIONS"],[268,35,95,26],[268,36,95,27,"map"],[268,39,95,30],[268,40,95,31],[268,41,95,32,"action"],[268,47,95,38],[268,49,95,40,"index"],[268,54,95,45],[268,72,96,14],[268,76,96,14,"_reactJsxDevRuntime"],[268,95,96,14],[268,96,96,14,"jsxDEV"],[268,102,96,14],[268,104,96,15,"_reactNative"],[268,116,96,31],[268,117,96,31,"TouchableOpacity"],[268,133,96,31],[269,14,98,16,"style"],[269,19,98,21],[269,21,98,23],[269,22,98,24,"styles"],[269,28,98,30],[269,29,98,31,"actionCard"],[269,39,98,41],[269,41,99,19,"index"],[269,46,99,24],[269,49,99,27],[269,50,99,28],[269,55,99,33],[269,56,99,34],[269,60,99,39,"styles"],[269,66,99,45],[269,67,99,46,"actionCardFirst"],[269,82,99,61],[269,84,100,19,"index"],[269,89,100,24],[269,92,100,27],[269,93,100,28],[269,98,100,33],[269,99,100,34],[269,103,100,39,"styles"],[269,109,100,45],[269,110,100,46,"actionCardLast"],[269,124,100,60],[269,125,101,18],[270,14,102,16,"activeOpacity"],[270,27,102,29],[270,29,102,31],[270,32,102,35],[271,14,102,35,"children"],[271,22,102,35],[271,38,104,16],[271,42,104,16,"_reactJsxDevRuntime"],[271,61,104,16],[271,62,104,16,"jsxDEV"],[271,68,104,16],[271,70,104,17,"_reactNative"],[271,82,104,21],[271,83,104,21,"View"],[271,87,104,21],[272,16,104,22,"style"],[272,21,104,27],[272,23,104,29],[272,24,104,30,"styles"],[272,30,104,36],[272,31,104,37,"actionIcon"],[272,41,104,47],[272,43,104,49],[273,18,104,51,"backgroundColor"],[273,33,104,66],[273,35,104,68,"action"],[273,41,104,74],[273,42,104,75,"color"],[274,16,104,81],[274,17,104,82],[274,18,104,84],[275,16,104,84,"children"],[275,24,104,84],[275,39,105,18],[275,43,105,18,"_reactJsxDevRuntime"],[275,62,105,18],[275,63,105,18,"jsxDEV"],[275,69,105,18],[275,71,105,19,"_expoVectorIcons"],[275,87,105,27],[275,88,105,27,"Ionicons"],[275,96,105,27],[276,18,105,28,"name"],[276,22,105,32],[276,24,105,34,"action"],[276,30,105,40],[276,31,105,41,"icon"],[276,35,105,46],[277,18,105,47,"size"],[277,22,105,51],[277,24,105,53],[277,26,105,56],[278,18,105,57,"color"],[278,23,105,62],[278,25,105,63],[279,16,105,69],[280,18,105,69,"fileName"],[280,26,105,69],[280,28,105,69,"_jsxFileName"],[280,40,105,69],[281,18,105,69,"lineNumber"],[281,28,105,69],[282,18,105,69,"columnNumber"],[282,30,105,69],[283,16,105,69],[283,23,105,71],[284,14,105,72],[285,16,105,72,"fileName"],[285,24,105,72],[285,26,105,72,"_jsxFileName"],[285,38,105,72],[286,16,105,72,"lineNumber"],[286,26,105,72],[287,16,105,72,"columnNumber"],[287,28,105,72],[288,14,105,72],[288,21,106,22],[288,22,106,23],[288,37,107,16],[288,41,107,16,"_reactJsxDevRuntime"],[288,60,107,16],[288,61,107,16,"jsxDEV"],[288,67,107,16],[288,69,107,17,"_reactNative"],[288,81,107,21],[288,82,107,21,"Text"],[288,86,107,21],[289,16,107,22,"style"],[289,21,107,27],[289,23,107,29,"styles"],[289,29,107,35],[289,30,107,36,"actionLabel"],[289,41,107,48],[290,16,107,48,"children"],[290,24,107,48],[290,26,107,50,"action"],[290,32,107,56],[290,33,107,57,"label"],[291,14,107,62],[292,16,107,62,"fileName"],[292,24,107,62],[292,26,107,62,"_jsxFileName"],[292,38,107,62],[293,16,107,62,"lineNumber"],[293,26,107,62],[294,16,107,62,"columnNumber"],[294,28,107,62],[295,14,107,62],[295,21,107,69],[295,22,107,70],[296,12,107,70],[296,15,97,21,"action"],[296,21,97,27],[296,22,97,28,"id"],[296,24,97,30],[297,14,97,30,"fileName"],[297,22,97,30],[297,24,97,30,"_jsxFileName"],[297,36,97,30],[298,14,97,30,"lineNumber"],[298,24,97,30],[299,14,97,30,"columnNumber"],[299,26,97,30],[300,12,97,30],[300,19,108,32],[300,20,109,13],[301,10,109,14],[302,12,109,14,"fileName"],[302,20,109,14],[302,22,109,14,"_jsxFileName"],[302,34,109,14],[303,12,109,14,"lineNumber"],[303,22,109,14],[304,12,109,14,"columnNumber"],[304,24,109,14],[305,10,109,14],[305,17,110,16],[305,18,110,17],[306,8,110,17],[307,10,110,17,"fileName"],[307,18,110,17],[307,20,110,17,"_jsxFileName"],[307,32,110,17],[308,10,110,17,"lineNumber"],[308,20,110,17],[309,10,110,17,"columnNumber"],[309,22,110,17],[310,8,110,17],[310,15,111,14],[310,16,111,15],[311,6,111,15],[312,8,111,15,"fileName"],[312,16,111,15],[312,18,111,15,"_jsxFileName"],[312,30,111,15],[313,8,111,15,"lineNumber"],[313,18,111,15],[314,8,111,15,"columnNumber"],[314,20,111,15],[315,6,111,15],[315,13,112,18],[316,4,112,19],[317,6,112,19,"fileName"],[317,14,112,19],[317,16,112,19,"_jsxFileName"],[317,28,112,19],[318,6,112,19,"lineNumber"],[318,16,112,19],[319,6,112,19,"columnNumber"],[319,18,112,19],[320,4,112,19],[320,11,113,10],[320,12,113,11],[321,2,115,0],[322,2,115,1,"_s"],[322,4,115,1],[322,5,20,9,"HomeTab"],[322,12,20,16],[323,4,20,16],[323,12,21,19,"useAuth"],[323,32,21,26],[323,33,21,26,"useAuth"],[323,40,21,26],[324,2,21,26],[325,2,21,26,"_c"],[325,4,21,26],[325,7,20,9,"HomeTab"],[325,14,20,16],[326,2,117,0],[326,11,117,9,"WalletTab"],[326,20,117,18,"WalletTab"],[326,21,117,18],[326,23,117,21],[327,4,117,21,"_s2"],[327,7,117,21],[328,4,118,2],[328,8,118,2,"_useAuth2"],[328,17,118,2],[328,20,118,19],[328,24,118,19,"useAuth"],[328,44,118,26],[328,45,118,26,"useAuth"],[328,52,118,26],[328,54,118,27],[328,55,118,28],[329,6,118,10,"user"],[329,10,118,14],[329,13,118,14,"_useAuth2"],[329,22,118,14],[329,23,118,10,"user"],[329,27,118,14],[330,4,119,2],[330,8,119,2,"_useState3"],[330,18,119,2],[330,21,119,38],[330,25,119,38,"useState"],[330,31,119,46],[330,32,119,46,"useState"],[330,40,119,46],[330,42,119,47],[330,54,119,59],[330,55,119,60],[331,6,119,60,"_useState4"],[331,16,119,60],[331,23,119,60,"_slicedToArray"],[331,37,119,60],[331,38,119,60,"default"],[331,45,119,60],[331,47,119,60,"_useState3"],[331,57,119,60],[332,6,119,9,"hezBalance"],[332,16,119,19],[332,19,119,19,"_useState4"],[332,29,119,19],[333,6,119,21,"setHezBalance"],[333,19,119,34],[333,22,119,34,"_useState4"],[333,32,119,34],[334,4,120,2],[334,8,120,2,"_useState5"],[334,18,120,2],[334,21,120,38],[334,25,120,38,"useState"],[334,31,120,46],[334,32,120,46,"useState"],[334,40,120,46],[334,42,120,47],[334,54,120,59],[334,55,120,60],[335,6,120,60,"_useState6"],[335,16,120,60],[335,23,120,60,"_slicedToArray"],[335,37,120,60],[335,38,120,60,"default"],[335,45,120,60],[335,47,120,60,"_useState5"],[335,57,120,60],[336,6,120,9,"pezBalance"],[336,16,120,19],[336,19,120,19,"_useState6"],[336,29,120,19],[337,6,120,21,"setPezBalance"],[337,19,120,34],[337,22,120,34,"_useState6"],[337,32,120,34],[338,4,121,2],[338,8,121,2,"_useState7"],[338,18,121,2],[338,21,121,32],[338,25,121,32,"useState"],[338,31,121,40],[338,32,121,40,"useState"],[338,40,121,40],[338,42,121,41],[338,46,121,45],[338,47,121,46],[339,6,121,46,"_useState8"],[339,16,121,46],[339,23,121,46,"_slicedToArray"],[339,37,121,46],[339,38,121,46,"default"],[339,45,121,46],[339,47,121,46,"_useState7"],[339,57,121,46],[340,6,121,9,"loading"],[340,13,121,16],[340,16,121,16,"_useState8"],[340,26,121,16],[341,6,121,18,"setLoading"],[341,16,121,28],[341,19,121,28,"_useState8"],[341,29,121,28],[342,4,123,2],[342,8,123,8,"TEST_WALLET"],[342,19,123,19],[342,22,123,22],[342,72,123,72],[343,4,125,2],[343,8,125,2,"useEffect"],[343,14,125,11],[343,15,125,11,"useEffect"],[343,24,125,11],[343,26,125,12],[343,32,125,18],[344,6,126,4,"fetchBalance"],[344,18,126,16],[344,19,126,17],[344,20,126,18],[345,4,127,2],[345,5,127,3],[345,7,127,5],[345,9,127,7],[345,10,127,8],[346,4,129,2],[346,8,129,8,"fetchBalance"],[346,20,129,20],[347,6,129,20],[347,10,129,20,"_ref2"],[347,15,129,20],[347,22,129,20,"_asyncToGenerator"],[347,39,129,20],[347,40,129,20,"default"],[347,47,129,20],[347,49,129,23],[347,62,129,35],[348,8,130,4],[348,12,130,8],[349,10,131,6],[349,14,131,12,"backendUrl"],[349,24,131,22],[349,27,131,25],[349,84,131,64],[349,107,131,87],[350,10,132,6],[350,14,132,12,"response"],[350,22,132,20],[350,31,132,29,"fetch"],[350,36,132,34],[350,37,132,35],[350,40,132,38,"backendUrl"],[350,50,132,48],[350,75,132,73],[350,77,132,75],[351,12,133,8,"method"],[351,18,133,14],[351,20,133,16],[351,26,133,22],[352,12,134,8,"headers"],[352,19,134,15],[352,21,134,17],[353,14,135,10],[353,28,135,24],[353,30,135,26],[354,12,136,8],[354,13,136,9],[355,12,137,8,"body"],[355,16,137,12],[355,18,137,14,"JSON"],[355,22,137,18],[355,23,137,19,"stringify"],[355,32,137,28],[355,33,137,29],[356,14,138,10,"address"],[356,21,138,17],[356,23,138,19,"TEST_WALLET"],[357,12,139,8],[357,13,139,9],[358,10,140,6],[358,11,140,7],[358,12,140,8],[359,10,142,6],[359,14,142,10,"response"],[359,22,142,18],[359,23,142,19,"ok"],[359,25,142,21],[359,27,142,23],[360,12,143,8],[360,16,143,14,"data"],[360,20,143,18],[360,29,143,27,"response"],[360,37,143,35],[360,38,143,36,"json"],[360,42,143,40],[360,43,143,41],[360,44,143,42],[361,12,144,8,"setHezBalance"],[361,25,144,21],[361,26,144,22,"parseFloat"],[361,36,144,32],[361,37,144,33,"data"],[361,41,144,37],[361,42,144,38,"hez"],[361,45,144,41],[361,46,144,42],[361,47,144,43,"toFixed"],[361,54,144,50],[361,55,144,51],[361,56,144,52],[361,57,144,53],[361,58,144,54],[362,12,145,8,"setPezBalance"],[362,25,145,21],[362,26,145,22,"parseFloat"],[362,36,145,32],[362,37,145,33,"data"],[362,41,145,37],[362,42,145,38,"pez"],[362,45,145,41],[362,46,145,42],[362,47,145,43,"toFixed"],[362,54,145,50],[362,55,145,51],[362,56,145,52],[362,57,145,53],[362,58,145,54],[363,10,146,6],[363,11,146,7],[363,17,146,13],[364,12,147,8,"setHezBalance"],[364,25,147,21],[364,26,147,22],[364,33,147,29],[364,34,147,30],[365,12,148,8,"setPezBalance"],[365,25,148,21],[365,26,148,22],[365,33,148,29],[365,34,148,30],[366,10,149,6],[367,8,150,4],[367,9,150,5],[367,10,150,6],[367,17,150,13,"error"],[367,22,150,18],[367,24,150,20],[368,10,151,6,"console"],[368,17,151,13],[368,18,151,14,"error"],[368,23,151,19],[368,24,151,20],[368,46,151,42],[368,48,151,44,"error"],[368,53,151,49],[368,54,151,50],[369,10,152,6,"setHezBalance"],[369,23,152,19],[369,24,152,20],[369,31,152,27],[369,32,152,28],[370,10,153,6,"setPezBalance"],[370,23,153,19],[370,24,153,20],[370,31,153,27],[370,32,153,28],[371,8,154,4],[371,9,154,5],[371,18,154,14],[372,10,155,6,"setLoading"],[372,20,155,16],[372,21,155,17],[372,26,155,22],[372,27,155,23],[373,8,156,4],[374,6,157,2],[374,7,157,3],[375,6,157,3],[375,22,129,8,"fetchBalance"],[375,34,129,20,"fetchBalance"],[375,35,129,20],[376,8,129,20],[376,15,129,20,"_ref2"],[376,20,129,20],[376,21,129,20,"apply"],[376,26,129,20],[376,33,129,20,"arguments"],[376,42,129,20],[377,6,129,20],[378,4,129,20],[378,7,157,3],[379,4,159,2],[379,24,160,4],[379,28,160,4,"_reactJsxDevRuntime"],[379,47,160,4],[379,48,160,4,"jsxDEV"],[379,54,160,4],[379,56,160,5,"_reactNative"],[379,68,160,9],[379,69,160,9,"View"],[379,73,160,9],[380,6,160,10,"style"],[380,11,160,15],[380,13,160,17,"styles"],[380,19,160,23],[380,20,160,24,"container"],[380,29,160,34],[381,6,160,34,"children"],[381,14,160,34],[381,29,161,6],[381,33,161,6,"_reactJsxDevRuntime"],[381,52,161,6],[381,53,161,6,"jsxDEV"],[381,59,161,6],[381,61,161,7,"_reactNative"],[381,73,161,17],[381,74,161,17,"ScrollView"],[381,84,161,17],[382,8,161,18,"contentContainerStyle"],[382,29,161,39],[382,31,161,41,"styles"],[382,37,161,47],[382,38,161,48,"walletScrollContent"],[382,57,161,68],[383,8,161,68,"children"],[383,16,161,68],[383,32,163,8],[383,36,163,8,"_reactJsxDevRuntime"],[383,55,163,8],[383,56,163,8,"jsxDEV"],[383,62,163,8],[383,64,163,9,"_reactNative"],[383,76,163,13],[383,77,163,13,"View"],[383,81,163,13],[384,10,163,14,"style"],[384,15,163,19],[384,17,163,21,"styles"],[384,23,163,27],[384,24,163,28,"walletHeader"],[384,36,163,41],[385,10,163,41,"children"],[385,18,163,41],[385,34,164,10],[385,38,164,10,"_reactJsxDevRuntime"],[385,57,164,10],[385,58,164,10,"jsxDEV"],[385,64,164,10],[385,66,164,11,"_reactNative"],[385,78,164,15],[385,79,164,15,"Text"],[385,83,164,15],[386,12,164,16,"style"],[386,17,164,21],[386,19,164,23,"styles"],[386,25,164,29],[386,26,164,30,"walletTitle"],[386,37,164,42],[387,12,164,42,"children"],[387,20,164,42],[387,22,164,43],[388,10,164,52],[389,12,164,52,"fileName"],[389,20,164,52],[389,22,164,52,"_jsxFileName"],[389,34,164,52],[390,12,164,52,"lineNumber"],[390,22,164,52],[391,12,164,52,"columnNumber"],[391,24,164,52],[392,10,164,52],[392,17,164,58],[392,18,164,59],[392,33,165,10],[392,37,165,10,"_reactJsxDevRuntime"],[392,56,165,10],[392,57,165,10,"jsxDEV"],[392,63,165,10],[392,65,165,11,"_reactNative"],[392,77,165,27],[392,78,165,27,"TouchableOpacity"],[392,94,165,27],[393,12,165,28,"onPress"],[393,19,165,35],[393,21,165,37,"fetchBalance"],[393,33,165,50],[394,12,165,51,"style"],[394,17,165,56],[394,19,165,58,"styles"],[394,25,165,64],[394,26,165,65,"refreshButton"],[394,39,165,79],[395,12,165,79,"children"],[395,20,165,79],[395,35,166,12],[395,39,166,12,"_reactJsxDevRuntime"],[395,58,166,12],[395,59,166,12,"jsxDEV"],[395,65,166,12],[395,67,166,13,"_expoVectorIcons"],[395,83,166,21],[395,84,166,21,"Ionicons"],[395,92,166,21],[396,14,166,22,"name"],[396,18,166,26],[396,20,166,27],[396,29,166,36],[397,14,166,37,"size"],[397,18,166,41],[397,20,166,43],[397,22,166,46],[398,14,166,47,"color"],[398,19,166,52],[398,21,166,53],[399,12,166,62],[400,14,166,62,"fileName"],[400,22,166,62],[400,24,166,62,"_jsxFileName"],[400,36,166,62],[401,14,166,62,"lineNumber"],[401,24,166,62],[402,14,166,62,"columnNumber"],[402,26,166,62],[403,12,166,62],[403,19,166,64],[404,10,166,65],[405,12,166,65,"fileName"],[405,20,166,65],[405,22,166,65,"_jsxFileName"],[405,34,166,65],[406,12,166,65,"lineNumber"],[406,22,166,65],[407,12,166,65,"columnNumber"],[407,24,166,65],[408,10,166,65],[408,17,167,28],[408,18,167,29],[409,8,167,29],[410,10,167,29,"fileName"],[410,18,167,29],[410,20,167,29,"_jsxFileName"],[410,32,167,29],[411,10,167,29,"lineNumber"],[411,20,167,29],[412,10,167,29,"columnNumber"],[412,22,167,29],[413,8,167,29],[413,15,168,14],[413,16,168,15],[413,31,171,8],[413,35,171,8,"_reactJsxDevRuntime"],[413,54,171,8],[413,55,171,8,"jsxDEV"],[413,61,171,8],[413,63,171,9,"_reactNative"],[413,75,171,13],[413,76,171,13,"View"],[413,80,171,13],[414,10,171,14,"style"],[414,15,171,19],[414,17,171,21,"styles"],[414,23,171,27],[414,24,171,28,"balanceRow"],[414,34,171,39],[415,10,171,39,"children"],[415,18,171,39],[415,34,172,10],[415,38,172,10,"_reactJsxDevRuntime"],[415,57,172,10],[415,58,172,10,"jsxDEV"],[415,64,172,10],[415,66,172,11,"_reactNative"],[415,78,172,15],[415,79,172,15,"View"],[415,83,172,15],[416,12,172,16,"style"],[416,17,172,21],[416,19,172,23,"styles"],[416,25,172,29],[416,26,172,30,"balanceCardNew"],[416,40,172,45],[417,12,172,45,"children"],[417,20,172,45],[417,36,173,12],[417,40,173,12,"_reactJsxDevRuntime"],[417,59,173,12],[417,60,173,12,"jsxDEV"],[417,66,173,12],[417,68,173,13,"_reactNative"],[417,80,173,18],[417,81,173,18,"Image"],[417,86,173,18],[418,14,174,14,"source"],[418,20,174,20],[418,22,174,22],[419,16,174,24,"uri"],[419,19,174,27],[419,21,174,29],[420,14,174,145],[420,15,174,147],[421,14,175,14,"style"],[421,19,175,19],[421,21,175,21,"styles"],[421,27,175,27],[421,28,175,28,"tokenLogoNew"],[422,12,175,41],[423,14,175,41,"fileName"],[423,22,175,41],[423,24,175,41,"_jsxFileName"],[423,36,175,41],[424,14,175,41,"lineNumber"],[424,24,175,41],[425,14,175,41,"columnNumber"],[425,26,175,41],[426,12,175,41],[426,19,176,13],[426,20,176,14],[426,35,177,12],[426,39,177,12,"_reactJsxDevRuntime"],[426,58,177,12],[426,59,177,12,"jsxDEV"],[426,65,177,12],[426,67,177,13,"_reactNative"],[426,79,177,17],[426,80,177,17,"Text"],[426,84,177,17],[427,14,177,18,"style"],[427,19,177,23],[427,21,177,25,"styles"],[427,27,177,31],[427,28,177,32,"tokenSymbolNew"],[427,42,177,47],[428,14,177,47,"children"],[428,22,177,47],[428,24,177,48],[429,12,177,51],[430,14,177,51,"fileName"],[430,22,177,51],[430,24,177,51,"_jsxFileName"],[430,36,177,51],[431,14,177,51,"lineNumber"],[431,24,177,51],[432,14,177,51,"columnNumber"],[432,26,177,51],[433,12,177,51],[433,19,177,57],[433,20,177,58],[433,35,178,12],[433,39,178,12,"_reactJsxDevRuntime"],[433,58,178,12],[433,59,178,12,"jsxDEV"],[433,65,178,12],[433,67,178,13,"_reactNative"],[433,79,178,17],[433,80,178,17,"Text"],[433,84,178,17],[434,14,178,18,"style"],[434,19,178,23],[434,21,178,25,"styles"],[434,27,178,31],[434,28,178,32,"balanceAmountNew"],[434,44,178,49],[435,14,178,49,"children"],[435,22,178,49],[435,24,178,51,"hezBalance"],[436,12,178,61],[437,14,178,61,"fileName"],[437,22,178,61],[437,24,178,61,"_jsxFileName"],[437,36,178,61],[438,14,178,61,"lineNumber"],[438,24,178,61],[439,14,178,61,"columnNumber"],[439,26,178,61],[440,12,178,61],[440,19,178,68],[440,20,178,69],[440,35,179,12],[440,39,179,12,"_reactJsxDevRuntime"],[440,58,179,12],[440,59,179,12,"jsxDEV"],[440,65,179,12],[440,67,179,13,"_reactNative"],[440,79,179,17],[440,80,179,17,"Text"],[440,84,179,17],[441,14,179,18,"style"],[441,19,179,23],[441,21,179,25,"styles"],[441,27,179,31],[441,28,179,32,"tokenNameNew"],[441,40,179,45],[442,14,179,45,"children"],[442,22,179,45],[442,24,179,46],[443,12,179,61],[444,14,179,61,"fileName"],[444,22,179,61],[444,24,179,61,"_jsxFileName"],[444,36,179,61],[445,14,179,61,"lineNumber"],[445,24,179,61],[446,14,179,61,"columnNumber"],[446,26,179,61],[447,12,179,61],[447,19,179,67],[447,20,179,68],[448,10,179,68],[449,12,179,68,"fileName"],[449,20,179,68],[449,22,179,68,"_jsxFileName"],[449,34,179,68],[450,12,179,68,"lineNumber"],[450,22,179,68],[451,12,179,68,"columnNumber"],[451,24,179,68],[452,10,179,68],[452,17,180,16],[452,18,180,17],[452,33,182,10],[452,37,182,10,"_reactJsxDevRuntime"],[452,56,182,10],[452,57,182,10,"jsxDEV"],[452,63,182,10],[452,65,182,11,"_reactNative"],[452,77,182,15],[452,78,182,15,"View"],[452,82,182,15],[453,12,182,16,"style"],[453,17,182,21],[453,19,182,23,"styles"],[453,25,182,29],[453,26,182,30,"balanceCardNew"],[453,40,182,45],[454,12,182,45,"children"],[454,20,182,45],[454,36,183,12],[454,40,183,12,"_reactJsxDevRuntime"],[454,59,183,12],[454,60,183,12,"jsxDEV"],[454,66,183,12],[454,68,183,13,"_reactNative"],[454,80,183,18],[454,81,183,18,"Image"],[454,86,183,18],[455,14,184,14,"source"],[455,20,184,20],[455,22,184,22],[456,16,184,24,"uri"],[456,19,184,27],[456,21,184,29],[457,14,184,129],[457,15,184,131],[458,14,185,14,"style"],[458,19,185,19],[458,21,185,21,"styles"],[458,27,185,27],[458,28,185,28,"tokenLogoNew"],[459,12,185,41],[460,14,185,41,"fileName"],[460,22,185,41],[460,24,185,41,"_jsxFileName"],[460,36,185,41],[461,14,185,41,"lineNumber"],[461,24,185,41],[462,14,185,41,"columnNumber"],[462,26,185,41],[463,12,185,41],[463,19,186,13],[463,20,186,14],[463,35,187,12],[463,39,187,12,"_reactJsxDevRuntime"],[463,58,187,12],[463,59,187,12,"jsxDEV"],[463,65,187,12],[463,67,187,13,"_reactNative"],[463,79,187,17],[463,80,187,17,"Text"],[463,84,187,17],[464,14,187,18,"style"],[464,19,187,23],[464,21,187,25,"styles"],[464,27,187,31],[464,28,187,32,"tokenSymbolNew"],[464,42,187,47],[465,14,187,47,"children"],[465,22,187,47],[465,24,187,48],[466,12,187,51],[467,14,187,51,"fileName"],[467,22,187,51],[467,24,187,51,"_jsxFileName"],[467,36,187,51],[468,14,187,51,"lineNumber"],[468,24,187,51],[469,14,187,51,"columnNumber"],[469,26,187,51],[470,12,187,51],[470,19,187,57],[470,20,187,58],[470,35,188,12],[470,39,188,12,"_reactJsxDevRuntime"],[470,58,188,12],[470,59,188,12,"jsxDEV"],[470,65,188,12],[470,67,188,13,"_reactNative"],[470,79,188,17],[470,80,188,17,"Text"],[470,84,188,17],[471,14,188,18,"style"],[471,19,188,23],[471,21,188,25,"styles"],[471,27,188,31],[471,28,188,32,"balanceAmountNew"],[471,44,188,49],[472,14,188,49,"children"],[472,22,188,49],[472,24,188,51,"pezBalance"],[473,12,188,61],[474,14,188,61,"fileName"],[474,22,188,61],[474,24,188,61,"_jsxFileName"],[474,36,188,61],[475,14,188,61,"lineNumber"],[475,24,188,61],[476,14,188,61,"columnNumber"],[476,26,188,61],[477,12,188,61],[477,19,188,68],[477,20,188,69],[477,35,189,12],[477,39,189,12,"_reactJsxDevRuntime"],[477,58,189,12],[477,59,189,12,"jsxDEV"],[477,65,189,12],[477,67,189,13,"_reactNative"],[477,79,189,17],[477,80,189,17,"Text"],[477,84,189,17],[478,14,189,18,"style"],[478,19,189,23],[478,21,189,25,"styles"],[478,27,189,31],[478,28,189,32,"tokenNameNew"],[478,40,189,45],[479,14,189,45,"children"],[479,22,189,45],[479,24,189,46],[480,12,189,59],[481,14,189,59,"fileName"],[481,22,189,59],[481,24,189,59,"_jsxFileName"],[481,36,189,59],[482,14,189,59,"lineNumber"],[482,24,189,59],[483,14,189,59,"columnNumber"],[483,26,189,59],[484,12,189,59],[484,19,189,65],[484,20,189,66],[485,10,189,66],[486,12,189,66,"fileName"],[486,20,189,66],[486,22,189,66,"_jsxFileName"],[486,34,189,66],[487,12,189,66,"lineNumber"],[487,22,189,66],[488,12,189,66,"columnNumber"],[488,24,189,66],[489,10,189,66],[489,17,190,16],[489,18,190,17],[490,8,190,17],[491,10,190,17,"fileName"],[491,18,190,17],[491,20,190,17,"_jsxFileName"],[491,32,190,17],[492,10,190,17,"lineNumber"],[492,20,190,17],[493,10,190,17,"columnNumber"],[493,22,190,17],[494,8,190,17],[494,15,191,14],[494,16,191,15],[494,31,194,8],[494,35,194,8,"_reactJsxDevRuntime"],[494,54,194,8],[494,55,194,8,"jsxDEV"],[494,61,194,8],[494,63,194,9,"_reactNative"],[494,75,194,13],[494,76,194,13,"View"],[494,80,194,13],[495,10,194,14,"style"],[495,15,194,19],[495,17,194,21,"styles"],[495,23,194,27],[495,24,194,28,"actionsContainer"],[495,40,194,45],[496,10,194,45,"children"],[496,18,194,45],[496,34,196,10],[496,38,196,10,"_reactJsxDevRuntime"],[496,57,196,10],[496,58,196,10,"jsxDEV"],[496,64,196,10],[496,66,196,11,"_reactNative"],[496,78,196,15],[496,79,196,15,"View"],[496,83,196,15],[497,12,196,16,"style"],[497,17,196,21],[497,19,196,23,"styles"],[497,25,196,29],[497,26,196,30,"actionsRow"],[497,36,196,41],[498,12,196,41,"children"],[498,20,196,41],[498,36,197,12],[498,40,197,12,"_reactJsxDevRuntime"],[498,59,197,12],[498,60,197,12,"jsxDEV"],[498,66,197,12],[498,68,197,13,"_reactNative"],[498,80,197,29],[498,81,197,29,"TouchableOpacity"],[498,97,197,29],[499,14,197,30,"style"],[499,19,197,35],[499,21,197,37],[499,22,197,38,"styles"],[499,28,197,44],[499,29,197,45,"actionBtn"],[499,38,197,54],[499,40,197,56],[500,16,197,57,"backgroundColor"],[500,31,197,72],[500,33,197,74],[501,14,197,83],[501,15,197,84],[501,16,197,86],[502,14,197,86,"children"],[502,22,197,86],[502,38,198,14],[502,42,198,14,"_reactJsxDevRuntime"],[502,61,198,14],[502,62,198,14,"jsxDEV"],[502,68,198,14],[502,70,198,15,"_expoVectorIcons"],[502,86,198,23],[502,87,198,23,"Ionicons"],[502,95,198,23],[503,16,198,24,"name"],[503,20,198,28],[503,22,198,29],[503,32,198,39],[504,16,198,40,"size"],[504,20,198,44],[504,22,198,46],[504,24,198,49],[505,16,198,50,"color"],[505,21,198,55],[505,23,198,56],[506,14,198,62],[507,16,198,62,"fileName"],[507,24,198,62],[507,26,198,62,"_jsxFileName"],[507,38,198,62],[508,16,198,62,"lineNumber"],[508,26,198,62],[509,16,198,62,"columnNumber"],[509,28,198,62],[510,14,198,62],[510,21,198,64],[510,22,198,65],[510,37,199,14],[510,41,199,14,"_reactJsxDevRuntime"],[510,60,199,14],[510,61,199,14,"jsxDEV"],[510,67,199,14],[510,69,199,15,"_reactNative"],[510,81,199,19],[510,82,199,19,"Text"],[510,86,199,19],[511,16,199,20,"style"],[511,21,199,25],[511,23,199,27,"styles"],[511,29,199,33],[511,30,199,34,"actionBtnText"],[511,43,199,48],[512,16,199,48,"children"],[512,24,199,48],[512,26,199,49],[513,14,199,53],[514,16,199,53,"fileName"],[514,24,199,53],[514,26,199,53,"_jsxFileName"],[514,38,199,53],[515,16,199,53,"lineNumber"],[515,26,199,53],[516,16,199,53,"columnNumber"],[516,28,199,53],[517,14,199,53],[517,21,199,59],[517,22,199,60],[518,12,199,60],[519,14,199,60,"fileName"],[519,22,199,60],[519,24,199,60,"_jsxFileName"],[519,36,199,60],[520,14,199,60,"lineNumber"],[520,24,199,60],[521,14,199,60,"columnNumber"],[521,26,199,60],[522,12,199,60],[522,19,200,30],[522,20,200,31],[522,35,201,12],[522,39,201,12,"_reactJsxDevRuntime"],[522,58,201,12],[522,59,201,12,"jsxDEV"],[522,65,201,12],[522,67,201,13,"_reactNative"],[522,79,201,29],[522,80,201,29,"TouchableOpacity"],[522,96,201,29],[523,14,201,30,"style"],[523,19,201,35],[523,21,201,37],[523,22,201,38,"styles"],[523,28,201,44],[523,29,201,45,"actionBtn"],[523,38,201,54],[523,40,201,56],[524,16,201,57,"backgroundColor"],[524,31,201,72],[524,33,201,74],[525,14,201,83],[525,15,201,84],[525,16,201,86],[526,14,201,86,"children"],[526,22,201,86],[526,38,202,14],[526,42,202,14,"_reactJsxDevRuntime"],[526,61,202,14],[526,62,202,14,"jsxDEV"],[526,68,202,14],[526,70,202,15,"_expoVectorIcons"],[526,86,202,23],[526,87,202,23,"Ionicons"],[526,95,202,23],[527,16,202,24,"name"],[527,20,202,28],[527,22,202,29],[527,34,202,41],[528,16,202,42,"size"],[528,20,202,46],[528,22,202,48],[528,24,202,51],[529,16,202,52,"color"],[529,21,202,57],[529,23,202,58],[530,14,202,64],[531,16,202,64,"fileName"],[531,24,202,64],[531,26,202,64,"_jsxFileName"],[531,38,202,64],[532,16,202,64,"lineNumber"],[532,26,202,64],[533,16,202,64,"columnNumber"],[533,28,202,64],[534,14,202,64],[534,21,202,66],[534,22,202,67],[534,37,203,14],[534,41,203,14,"_reactJsxDevRuntime"],[534,60,203,14],[534,61,203,14,"jsxDEV"],[534,67,203,14],[534,69,203,15,"_reactNative"],[534,81,203,19],[534,82,203,19,"Text"],[534,86,203,19],[535,16,203,20,"style"],[535,21,203,25],[535,23,203,27,"styles"],[535,29,203,33],[535,30,203,34,"actionBtnText"],[535,43,203,48],[536,16,203,48,"children"],[536,24,203,48],[536,26,203,49],[537,14,203,56],[538,16,203,56,"fileName"],[538,24,203,56],[538,26,203,56,"_jsxFileName"],[538,38,203,56],[539,16,203,56,"lineNumber"],[539,26,203,56],[540,16,203,56,"columnNumber"],[540,28,203,56],[541,14,203,56],[541,21,203,62],[541,22,203,63],[542,12,203,63],[543,14,203,63,"fileName"],[543,22,203,63],[543,24,203,63,"_jsxFileName"],[543,36,203,63],[544,14,203,63,"lineNumber"],[544,24,203,63],[545,14,203,63,"columnNumber"],[545,26,203,63],[546,12,203,63],[546,19,204,30],[546,20,204,31],[546,35,205,12],[546,39,205,12,"_reactJsxDevRuntime"],[546,58,205,12],[546,59,205,12,"jsxDEV"],[546,65,205,12],[546,67,205,13,"_reactNative"],[546,79,205,29],[546,80,205,29,"TouchableOpacity"],[546,96,205,29],[547,14,205,30,"style"],[547,19,205,35],[547,21,205,37],[547,22,205,38,"styles"],[547,28,205,44],[547,29,205,45,"actionBtn"],[547,38,205,54],[547,40,205,56],[548,16,205,57,"backgroundColor"],[548,31,205,72],[548,33,205,74],[549,14,205,83],[549,15,205,84],[549,16,205,86],[550,14,205,86,"children"],[550,22,205,86],[550,38,206,14],[550,42,206,14,"_reactJsxDevRuntime"],[550,61,206,14],[550,62,206,14,"jsxDEV"],[550,68,206,14],[550,70,206,15,"_expoVectorIcons"],[550,86,206,23],[550,87,206,23,"Ionicons"],[550,95,206,23],[551,16,206,24,"name"],[551,20,206,28],[551,22,206,29],[551,39,206,46],[552,16,206,47,"size"],[552,20,206,51],[552,22,206,53],[552,24,206,56],[553,16,206,57,"color"],[553,21,206,62],[553,23,206,63],[554,14,206,69],[555,16,206,69,"fileName"],[555,24,206,69],[555,26,206,69,"_jsxFileName"],[555,38,206,69],[556,16,206,69,"lineNumber"],[556,26,206,69],[557,16,206,69,"columnNumber"],[557,28,206,69],[558,14,206,69],[558,21,206,71],[558,22,206,72],[558,37,207,14],[558,41,207,14,"_reactJsxDevRuntime"],[558,60,207,14],[558,61,207,14,"jsxDEV"],[558,67,207,14],[558,69,207,15,"_reactNative"],[558,81,207,19],[558,82,207,19,"Text"],[558,86,207,19],[559,16,207,20,"style"],[559,21,207,25],[559,23,207,27,"styles"],[559,29,207,33],[559,30,207,34,"actionBtnText"],[559,43,207,48],[560,16,207,48,"children"],[560,24,207,48],[560,26,207,49],[561,14,207,53],[562,16,207,53,"fileName"],[562,24,207,53],[562,26,207,53,"_jsxFileName"],[562,38,207,53],[563,16,207,53,"lineNumber"],[563,26,207,53],[564,16,207,53,"columnNumber"],[564,28,207,53],[565,14,207,53],[565,21,207,59],[565,22,207,60],[566,12,207,60],[567,14,207,60,"fileName"],[567,22,207,60],[567,24,207,60,"_jsxFileName"],[567,36,207,60],[568,14,207,60,"lineNumber"],[568,24,207,60],[569,14,207,60,"columnNumber"],[569,26,207,60],[570,12,207,60],[570,19,208,30],[570,20,208,31],[570,35,209,12],[570,39,209,12,"_reactJsxDevRuntime"],[570,58,209,12],[570,59,209,12,"jsxDEV"],[570,65,209,12],[570,67,209,13,"_reactNative"],[570,79,209,29],[570,80,209,29,"TouchableOpacity"],[570,96,209,29],[571,14,209,30,"style"],[571,19,209,35],[571,21,209,37],[571,22,209,38,"styles"],[571,28,209,44],[571,29,209,45,"actionBtn"],[571,38,209,54],[571,40,209,56],[572,16,209,57,"backgroundColor"],[572,31,209,72],[572,33,209,74],[573,14,209,83],[573,15,209,84],[573,16,209,86],[574,14,209,86,"children"],[574,22,209,86],[574,38,210,14],[574,42,210,14,"_reactJsxDevRuntime"],[574,61,210,14],[574,62,210,14,"jsxDEV"],[574,68,210,14],[574,70,210,15,"_expoVectorIcons"],[574,86,210,23],[574,87,210,23,"Ionicons"],[574,95,210,23],[575,16,210,24,"name"],[575,20,210,28],[575,22,210,29],[575,30,210,37],[576,16,210,38,"size"],[576,20,210,42],[576,22,210,44],[576,24,210,47],[577,16,210,48,"color"],[577,21,210,53],[577,23,210,54],[578,14,210,60],[579,16,210,60,"fileName"],[579,24,210,60],[579,26,210,60,"_jsxFileName"],[579,38,210,60],[580,16,210,60,"lineNumber"],[580,26,210,60],[581,16,210,60,"columnNumber"],[581,28,210,60],[582,14,210,60],[582,21,210,62],[582,22,210,63],[582,37,211,14],[582,41,211,14,"_reactJsxDevRuntime"],[582,60,211,14],[582,61,211,14,"jsxDEV"],[582,67,211,14],[582,69,211,15,"_reactNative"],[582,81,211,19],[582,82,211,19,"Text"],[582,86,211,19],[583,16,211,20,"style"],[583,21,211,25],[583,23,211,27,"styles"],[583,29,211,33],[583,30,211,34,"actionBtnText"],[583,43,211,48],[584,16,211,48,"children"],[584,24,211,48],[584,26,211,49],[585,14,211,52],[586,16,211,52,"fileName"],[586,24,211,52],[586,26,211,52,"_jsxFileName"],[586,38,211,52],[587,16,211,52,"lineNumber"],[587,26,211,52],[588,16,211,52,"columnNumber"],[588,28,211,52],[589,14,211,52],[589,21,211,58],[589,22,211,59],[590,12,211,59],[591,14,211,59,"fileName"],[591,22,211,59],[591,24,211,59,"_jsxFileName"],[591,36,211,59],[592,14,211,59,"lineNumber"],[592,24,211,59],[593,14,211,59,"columnNumber"],[593,26,211,59],[594,12,211,59],[594,19,212,30],[594,20,212,31],[595,10,212,31],[596,12,212,31,"fileName"],[596,20,212,31],[596,22,212,31,"_jsxFileName"],[596,34,212,31],[597,12,212,31,"lineNumber"],[597,22,212,31],[598,12,212,31,"columnNumber"],[598,24,212,31],[599,10,212,31],[599,17,213,16],[599,18,213,17],[599,33,216,10],[599,37,216,10,"_reactJsxDevRuntime"],[599,56,216,10],[599,57,216,10,"jsxDEV"],[599,63,216,10],[599,65,216,11,"_reactNative"],[599,77,216,15],[599,78,216,15,"View"],[599,82,216,15],[600,12,216,16,"style"],[600,17,216,21],[600,19,216,23,"styles"],[600,25,216,29],[600,26,216,30,"actionsRow"],[600,36,216,41],[601,12,216,41,"children"],[601,20,216,41],[601,36,217,12],[601,40,217,12,"_reactJsxDevRuntime"],[601,59,217,12],[601,60,217,12,"jsxDEV"],[601,66,217,12],[601,68,217,13,"_reactNative"],[601,80,217,29],[601,81,217,29,"TouchableOpacity"],[601,97,217,29],[602,14,217,30,"style"],[602,19,217,35],[602,21,217,37],[602,22,217,38,"styles"],[602,28,217,44],[602,29,217,45,"actionBtn"],[602,38,217,54],[602,40,217,56],[603,16,217,57,"backgroundColor"],[603,31,217,72],[603,33,217,74],[604,14,217,83],[604,15,217,84],[604,16,217,86],[605,14,217,86,"children"],[605,22,217,86],[605,38,218,14],[605,42,218,14,"_reactJsxDevRuntime"],[605,61,218,14],[605,62,218,14,"jsxDEV"],[605,68,218,14],[605,70,218,15,"_expoVectorIcons"],[605,86,218,23],[605,87,218,23,"Ionicons"],[605,95,218,23],[606,16,218,24,"name"],[606,20,218,28],[606,22,218,29],[606,33,218,40],[607,16,218,41,"size"],[607,20,218,45],[607,22,218,47],[607,24,218,50],[608,16,218,51,"color"],[608,21,218,56],[608,23,218,57],[609,14,218,63],[610,16,218,63,"fileName"],[610,24,218,63],[610,26,218,63,"_jsxFileName"],[610,38,218,63],[611,16,218,63,"lineNumber"],[611,26,218,63],[612,16,218,63,"columnNumber"],[612,28,218,63],[613,14,218,63],[613,21,218,65],[613,22,218,66],[613,37,219,14],[613,41,219,14,"_reactJsxDevRuntime"],[613,60,219,14],[613,61,219,14,"jsxDEV"],[613,67,219,14],[613,69,219,15,"_reactNative"],[613,81,219,19],[613,82,219,19,"Text"],[613,86,219,19],[614,16,219,20,"style"],[614,21,219,25],[614,23,219,27,"styles"],[614,29,219,33],[614,30,219,34,"actionBtnText"],[614,43,219,48],[615,16,219,48,"children"],[615,24,219,48],[615,26,219,49],[616,14,219,53],[617,16,219,53,"fileName"],[617,24,219,53],[617,26,219,53,"_jsxFileName"],[617,38,219,53],[618,16,219,53,"lineNumber"],[618,26,219,53],[619,16,219,53,"columnNumber"],[619,28,219,53],[620,14,219,53],[620,21,219,59],[620,22,219,60],[621,12,219,60],[622,14,219,60,"fileName"],[622,22,219,60],[622,24,219,60,"_jsxFileName"],[622,36,219,60],[623,14,219,60,"lineNumber"],[623,24,219,60],[624,14,219,60,"columnNumber"],[624,26,219,60],[625,12,219,60],[625,19,220,30],[625,20,220,31],[625,35,221,12],[625,39,221,12,"_reactJsxDevRuntime"],[625,58,221,12],[625,59,221,12,"jsxDEV"],[625,65,221,12],[625,67,221,13,"_reactNative"],[625,79,221,29],[625,80,221,29,"TouchableOpacity"],[625,96,221,29],[626,14,221,30,"style"],[626,19,221,35],[626,21,221,37],[626,22,221,38,"styles"],[626,28,221,44],[626,29,221,45,"actionBtn"],[626,38,221,54],[626,40,221,56],[627,16,221,57,"backgroundColor"],[627,31,221,72],[627,33,221,74],[628,14,221,83],[628,15,221,84],[628,16,221,86],[629,14,221,86,"children"],[629,22,221,86],[629,38,222,14],[629,42,222,14,"_reactJsxDevRuntime"],[629,61,222,14],[629,62,222,14,"jsxDEV"],[629,68,222,14],[629,70,222,15,"_expoVectorIcons"],[629,86,222,23],[629,87,222,23,"Ionicons"],[629,95,222,23],[630,16,222,24,"name"],[630,20,222,28],[630,22,222,29],[630,28,222,35],[631,16,222,36,"size"],[631,20,222,40],[631,22,222,42],[631,24,222,45],[632,16,222,46,"color"],[632,21,222,51],[632,23,222,52],[633,14,222,58],[634,16,222,58,"fileName"],[634,24,222,58],[634,26,222,58,"_jsxFileName"],[634,38,222,58],[635,16,222,58,"lineNumber"],[635,26,222,58],[636,16,222,58,"columnNumber"],[636,28,222,58],[637,14,222,58],[637,21,222,60],[637,22,222,61],[637,37,223,14],[637,41,223,14,"_reactJsxDevRuntime"],[637,60,223,14],[637,61,223,14,"jsxDEV"],[637,67,223,14],[637,69,223,15,"_reactNative"],[637,81,223,19],[637,82,223,19,"Text"],[637,86,223,19],[638,16,223,20,"style"],[638,21,223,25],[638,23,223,27,"styles"],[638,29,223,33],[638,30,223,34,"actionBtnText"],[638,43,223,48],[639,16,223,48,"children"],[639,24,223,48],[639,26,223,49],[640,14,223,54],[641,16,223,54,"fileName"],[641,24,223,54],[641,26,223,54,"_jsxFileName"],[641,38,223,54],[642,16,223,54,"lineNumber"],[642,26,223,54],[643,16,223,54,"columnNumber"],[643,28,223,54],[644,14,223,54],[644,21,223,60],[644,22,223,61],[645,12,223,61],[646,14,223,61,"fileName"],[646,22,223,61],[646,24,223,61,"_jsxFileName"],[646,36,223,61],[647,14,223,61,"lineNumber"],[647,24,223,61],[648,14,223,61,"columnNumber"],[648,26,223,61],[649,12,223,61],[649,19,224,30],[649,20,224,31],[649,35,225,12],[649,39,225,12,"_reactJsxDevRuntime"],[649,58,225,12],[649,59,225,12,"jsxDEV"],[649,65,225,12],[649,67,225,13,"_reactNative"],[649,79,225,29],[649,80,225,29,"TouchableOpacity"],[649,96,225,29],[650,14,225,30,"style"],[650,19,225,35],[650,21,225,37],[650,22,225,38,"styles"],[650,28,225,44],[650,29,225,45,"actionBtn"],[650,38,225,54],[650,40,225,56],[651,16,225,57,"backgroundColor"],[651,31,225,72],[651,33,225,74],[652,14,225,83],[652,15,225,84],[652,16,225,86],[653,14,225,86,"children"],[653,22,225,86],[653,38,226,14],[653,42,226,14,"_reactJsxDevRuntime"],[653,61,226,14],[653,62,226,14,"jsxDEV"],[653,68,226,14],[653,70,226,15,"_expoVectorIcons"],[653,86,226,23],[653,87,226,23,"Ionicons"],[653,95,226,23],[654,16,226,24,"name"],[654,20,226,28],[654,22,226,29],[654,28,226,35],[655,16,226,36,"size"],[655,20,226,40],[655,22,226,42],[655,24,226,45],[656,16,226,46,"color"],[656,21,226,51],[656,23,226,52],[657,14,226,58],[658,16,226,58,"fileName"],[658,24,226,58],[658,26,226,58,"_jsxFileName"],[658,38,226,58],[659,16,226,58,"lineNumber"],[659,26,226,58],[660,16,226,58,"columnNumber"],[660,28,226,58],[661,14,226,58],[661,21,226,60],[661,22,226,61],[661,37,227,14],[661,41,227,14,"_reactJsxDevRuntime"],[661,60,227,14],[661,61,227,14,"jsxDEV"],[661,67,227,14],[661,69,227,15,"_reactNative"],[661,81,227,19],[661,82,227,19,"Text"],[661,86,227,19],[662,16,227,20,"style"],[662,21,227,25],[662,23,227,27,"styles"],[662,29,227,33],[662,30,227,34,"actionBtnText"],[662,43,227,48],[663,16,227,48,"children"],[663,24,227,48],[663,26,227,49],[664,14,227,56],[665,16,227,56,"fileName"],[665,24,227,56],[665,26,227,56,"_jsxFileName"],[665,38,227,56],[666,16,227,56,"lineNumber"],[666,26,227,56],[667,16,227,56,"columnNumber"],[667,28,227,56],[668,14,227,56],[668,21,227,62],[668,22,227,63],[669,12,227,63],[670,14,227,63,"fileName"],[670,22,227,63],[670,24,227,63,"_jsxFileName"],[670,36,227,63],[671,14,227,63,"lineNumber"],[671,24,227,63],[672,14,227,63,"columnNumber"],[672,26,227,63],[673,12,227,63],[673,19,228,30],[673,20,228,31],[673,35,229,12],[673,39,229,12,"_reactJsxDevRuntime"],[673,58,229,12],[673,59,229,12,"jsxDEV"],[673,65,229,12],[673,67,229,13,"_reactNative"],[673,79,229,29],[673,80,229,29,"TouchableOpacity"],[673,96,229,29],[674,14,229,30,"style"],[674,19,229,35],[674,21,229,37],[674,22,229,38,"styles"],[674,28,229,44],[674,29,229,45,"actionBtn"],[674,38,229,54],[674,40,229,56],[675,16,229,57,"backgroundColor"],[675,31,229,72],[675,33,229,74],[676,14,229,83],[676,15,229,84],[676,16,229,86],[677,14,229,86,"children"],[677,22,229,86],[677,38,230,14],[677,42,230,14,"_reactJsxDevRuntime"],[677,61,230,14],[677,62,230,14,"jsxDEV"],[677,68,230,14],[677,70,230,15,"_expoVectorIcons"],[677,86,230,23],[677,87,230,23,"Ionicons"],[677,95,230,23],[678,16,230,24,"name"],[678,20,230,28],[678,22,230,29],[678,28,230,35],[679,16,230,36,"size"],[679,20,230,40],[679,22,230,42],[679,24,230,45],[680,16,230,46,"color"],[680,21,230,51],[680,23,230,52],[681,14,230,58],[682,16,230,58,"fileName"],[682,24,230,58],[682,26,230,58,"_jsxFileName"],[682,38,230,58],[683,16,230,58,"lineNumber"],[683,26,230,58],[684,16,230,58,"columnNumber"],[684,28,230,58],[685,14,230,58],[685,21,230,60],[685,22,230,61],[685,37,231,14],[685,41,231,14,"_reactJsxDevRuntime"],[685,60,231,14],[685,61,231,14,"jsxDEV"],[685,67,231,14],[685,69,231,15,"_reactNative"],[685,81,231,19],[685,82,231,19,"Text"],[685,86,231,19],[686,16,231,20,"style"],[686,21,231,25],[686,23,231,27,"styles"],[686,29,231,33],[686,30,231,34,"actionBtnText"],[686,43,231,48],[687,16,231,48,"children"],[687,24,231,48],[687,26,231,49],[688,14,231,56],[689,16,231,56,"fileName"],[689,24,231,56],[689,26,231,56,"_jsxFileName"],[689,38,231,56],[690,16,231,56,"lineNumber"],[690,26,231,56],[691,16,231,56,"columnNumber"],[691,28,231,56],[692,14,231,56],[692,21,231,62],[692,22,231,63],[693,12,231,63],[694,14,231,63,"fileName"],[694,22,231,63],[694,24,231,63,"_jsxFileName"],[694,36,231,63],[695,14,231,63,"lineNumber"],[695,24,231,63],[696,14,231,63,"columnNumber"],[696,26,231,63],[697,12,231,63],[697,19,232,30],[697,20,232,31],[698,10,232,31],[699,12,232,31,"fileName"],[699,20,232,31],[699,22,232,31,"_jsxFileName"],[699,34,232,31],[700,12,232,31,"lineNumber"],[700,22,232,31],[701,12,232,31,"columnNumber"],[701,24,232,31],[702,10,232,31],[702,17,233,16],[702,18,233,17],[703,8,233,17],[704,10,233,17,"fileName"],[704,18,233,17],[704,20,233,17,"_jsxFileName"],[704,32,233,17],[705,10,233,17,"lineNumber"],[705,20,233,17],[706,10,233,17,"columnNumber"],[706,22,233,17],[707,8,233,17],[707,15,234,14],[707,16,234,15],[707,31,237,8],[707,35,237,8,"_reactJsxDevRuntime"],[707,54,237,8],[707,55,237,8,"jsxDEV"],[707,61,237,8],[707,63,237,9,"_reactNative"],[707,75,237,13],[707,76,237,13,"View"],[707,80,237,13],[708,10,237,14,"style"],[708,15,237,19],[708,17,237,21,"styles"],[708,23,237,27],[708,24,237,28,"tokensContainer"],[708,39,237,44],[709,10,237,44,"children"],[709,18,237,44],[709,34,238,10],[709,38,238,10,"_reactJsxDevRuntime"],[709,57,238,10],[709,58,238,10,"jsxDEV"],[709,64,238,10],[709,66,238,11,"_reactNative"],[709,78,238,15],[709,79,238,15,"Text"],[709,83,238,15],[710,12,238,16,"style"],[710,17,238,21],[710,19,238,23,"styles"],[710,25,238,29],[710,26,238,30,"tokensTitle"],[710,37,238,42],[711,12,238,42,"children"],[711,20,238,42],[711,22,238,43],[712,10,238,49],[713,12,238,49,"fileName"],[713,20,238,49],[713,22,238,49,"_jsxFileName"],[713,34,238,49],[714,12,238,49,"lineNumber"],[714,22,238,49],[715,12,238,49,"columnNumber"],[715,24,238,49],[716,10,238,49],[716,17,238,55],[716,18,238,56],[716,33,241,10],[716,37,241,10,"_reactJsxDevRuntime"],[716,56,241,10],[716,57,241,10,"jsxDEV"],[716,63,241,10],[716,65,241,11,"_reactNative"],[716,77,241,15],[716,78,241,15,"View"],[716,82,241,15],[717,12,241,16,"style"],[717,17,241,21],[717,19,241,23,"styles"],[717,25,241,29],[717,26,241,30,"tokenItem"],[717,35,241,40],[718,12,241,40,"children"],[718,20,241,40],[718,36,242,12],[718,40,242,12,"_reactJsxDevRuntime"],[718,59,242,12],[718,60,242,12,"jsxDEV"],[718,66,242,12],[718,68,242,13,"_reactNative"],[718,80,242,17],[718,81,242,17,"View"],[718,85,242,17],[719,14,242,18,"style"],[719,19,242,23],[719,21,242,25,"styles"],[719,27,242,31],[719,28,242,32,"tokenItemLeft"],[719,41,242,46],[720,14,242,46,"children"],[720,22,242,46],[720,38,243,14],[720,42,243,14,"_reactJsxDevRuntime"],[720,61,243,14],[720,62,243,14,"jsxDEV"],[720,68,243,14],[720,70,243,15,"_reactNative"],[720,82,243,19],[720,83,243,19,"View"],[720,87,243,19],[721,16,243,20,"style"],[721,21,243,25],[721,23,243,27,"styles"],[721,29,243,33],[721,30,243,34,"tokenIconContainer"],[721,48,243,53],[722,16,243,53,"children"],[722,24,243,53],[722,40,244,16],[722,44,244,16,"_reactJsxDevRuntime"],[722,63,244,16],[722,64,244,16,"jsxDEV"],[722,70,244,16],[722,72,244,17,"_reactNative"],[722,84,244,22],[722,85,244,22,"Image"],[722,90,244,22],[723,18,245,18,"source"],[723,24,245,24],[723,26,245,26],[724,20,245,28,"uri"],[724,23,245,31],[724,25,245,33],[725,18,245,134],[725,19,245,136],[726,18,246,18,"style"],[726,23,246,23],[726,25,246,25,"styles"],[726,31,246,31],[726,32,246,32,"tokenIcon"],[727,16,246,42],[728,18,246,42,"fileName"],[728,26,246,42],[728,28,246,42,"_jsxFileName"],[728,40,246,42],[729,18,246,42,"lineNumber"],[729,28,246,42],[730,18,246,42,"columnNumber"],[730,30,246,42],[731,16,246,42],[731,23,247,17],[731,24,247,18],[731,39,248,16],[731,43,248,16,"_reactJsxDevRuntime"],[731,62,248,16],[731,63,248,16,"jsxDEV"],[731,69,248,16],[731,71,248,17,"_reactNative"],[731,83,248,22],[731,84,248,22,"Image"],[731,89,248,22],[732,18,249,18,"source"],[732,24,249,24],[732,26,249,26],[733,20,249,28,"uri"],[733,23,249,31],[733,25,249,33],[734,18,249,133],[734,19,249,135],[735,18,250,18,"style"],[735,23,250,23],[735,25,250,25,"styles"],[735,31,250,31],[735,32,250,32,"networkBadge"],[736,16,250,45],[737,18,250,45,"fileName"],[737,26,250,45],[737,28,250,45,"_jsxFileName"],[737,40,250,45],[738,18,250,45,"lineNumber"],[738,28,250,45],[739,18,250,45,"columnNumber"],[739,30,250,45],[740,16,250,45],[740,23,251,17],[740,24,251,18],[741,14,251,18],[742,16,251,18,"fileName"],[742,24,251,18],[742,26,251,18,"_jsxFileName"],[742,38,251,18],[743,16,251,18,"lineNumber"],[743,26,251,18],[744,16,251,18,"columnNumber"],[744,28,251,18],[745,14,251,18],[745,21,252,20],[745,22,252,21],[745,37,253,14],[745,41,253,14,"_reactJsxDevRuntime"],[745,60,253,14],[745,61,253,14,"jsxDEV"],[745,67,253,14],[745,69,253,15,"_reactNative"],[745,81,253,19],[745,82,253,19,"View"],[745,86,253,19],[746,16,253,19,"children"],[746,24,253,19],[746,40,254,16],[746,44,254,16,"_reactJsxDevRuntime"],[746,63,254,16],[746,64,254,16,"jsxDEV"],[746,70,254,16],[746,72,254,17,"_reactNative"],[746,84,254,21],[746,85,254,21,"Text"],[746,89,254,21],[747,18,254,22,"style"],[747,23,254,27],[747,25,254,29,"styles"],[747,31,254,35],[747,32,254,36,"tokenItemName"],[747,45,254,50],[748,18,254,50,"children"],[748,26,254,50],[748,28,254,51],[749,16,254,55],[750,18,254,55,"fileName"],[750,26,254,55],[750,28,254,55,"_jsxFileName"],[750,40,254,55],[751,18,254,55,"lineNumber"],[751,28,254,55],[752,18,254,55,"columnNumber"],[752,30,254,55],[753,16,254,55],[753,23,254,61],[753,24,254,62],[753,39,255,16],[753,43,255,16,"_reactJsxDevRuntime"],[753,62,255,16],[753,63,255,16,"jsxDEV"],[753,69,255,16],[753,71,255,17,"_reactNative"],[753,83,255,21],[753,84,255,21,"Text"],[753,88,255,21],[754,18,255,22,"style"],[754,23,255,27],[754,25,255,29,"styles"],[754,31,255,35],[754,32,255,36,"tokenItemNetwork"],[754,48,255,53],[755,18,255,53,"children"],[755,26,255,53],[755,28,255,54],[756,16,255,65],[757,18,255,65,"fileName"],[757,26,255,65],[757,28,255,65,"_jsxFileName"],[757,40,255,65],[758,18,255,65,"lineNumber"],[758,28,255,65],[759,18,255,65,"columnNumber"],[759,30,255,65],[760,16,255,65],[760,23,255,71],[760,24,255,72],[761,14,255,72],[762,16,255,72,"fileName"],[762,24,255,72],[762,26,255,72,"_jsxFileName"],[762,38,255,72],[763,16,255,72,"lineNumber"],[763,26,255,72],[764,16,255,72,"columnNumber"],[764,28,255,72],[765,14,255,72],[765,21,256,20],[765,22,256,21],[766,12,256,21],[767,14,256,21,"fileName"],[767,22,256,21],[767,24,256,21,"_jsxFileName"],[767,36,256,21],[768,14,256,21,"lineNumber"],[768,24,256,21],[769,14,256,21,"columnNumber"],[769,26,256,21],[770,12,256,21],[770,19,257,18],[770,20,257,19],[770,35,258,12],[770,39,258,12,"_reactJsxDevRuntime"],[770,58,258,12],[770,59,258,12,"jsxDEV"],[770,65,258,12],[770,67,258,13,"_reactNative"],[770,79,258,17],[770,80,258,17,"View"],[770,84,258,17],[771,14,258,18,"style"],[771,19,258,23],[771,21,258,25,"styles"],[771,27,258,31],[771,28,258,32,"tokenItemRight"],[771,42,258,47],[772,14,258,47,"children"],[772,22,258,47],[772,38,259,14],[772,42,259,14,"_reactJsxDevRuntime"],[772,61,259,14],[772,62,259,14,"jsxDEV"],[772,68,259,14],[772,70,259,15,"_reactNative"],[772,82,259,19],[772,83,259,19,"Text"],[772,87,259,19],[773,16,259,20,"style"],[773,21,259,25],[773,23,259,27,"styles"],[773,29,259,33],[773,30,259,34,"tokenItemBalance"],[773,46,259,51],[774,16,259,51,"children"],[774,24,259,51],[774,26,259,52],[775,14,259,53],[776,16,259,53,"fileName"],[776,24,259,53],[776,26,259,53,"_jsxFileName"],[776,38,259,53],[777,16,259,53,"lineNumber"],[777,26,259,53],[778,16,259,53,"columnNumber"],[778,28,259,53],[779,14,259,53],[779,21,259,59],[779,22,259,60],[779,37,260,14],[779,41,260,14,"_reactJsxDevRuntime"],[779,60,260,14],[779,61,260,14,"jsxDEV"],[779,67,260,14],[779,69,260,15,"_reactNative"],[779,81,260,19],[779,82,260,19,"Text"],[779,86,260,19],[780,16,260,20,"style"],[780,21,260,25],[780,23,260,27,"styles"],[780,29,260,33],[780,30,260,34,"tokenItemUsd"],[780,42,260,47],[781,16,260,47,"children"],[781,24,260,47],[781,26,260,48],[782,14,260,50],[783,16,260,50,"fileName"],[783,24,260,50],[783,26,260,50,"_jsxFileName"],[783,38,260,50],[784,16,260,50,"lineNumber"],[784,26,260,50],[785,16,260,50,"columnNumber"],[785,28,260,50],[786,14,260,50],[786,21,260,56],[786,22,260,57],[787,12,260,57],[788,14,260,57,"fileName"],[788,22,260,57],[788,24,260,57,"_jsxFileName"],[788,36,260,57],[789,14,260,57,"lineNumber"],[789,24,260,57],[790,14,260,57,"columnNumber"],[790,26,260,57],[791,12,260,57],[791,19,261,18],[791,20,261,19],[792,10,261,19],[793,12,261,19,"fileName"],[793,20,261,19],[793,22,261,19,"_jsxFileName"],[793,34,261,19],[794,12,261,19,"lineNumber"],[794,22,261,19],[795,12,261,19,"columnNumber"],[795,24,261,19],[796,10,261,19],[796,17,262,16],[796,18,262,17],[797,8,262,17],[798,10,262,17,"fileName"],[798,18,262,17],[798,20,262,17,"_jsxFileName"],[798,32,262,17],[799,10,262,17,"lineNumber"],[799,20,262,17],[800,10,262,17,"columnNumber"],[800,22,262,17],[801,8,262,17],[801,15,265,14],[801,16,265,15],[802,6,265,15],[803,8,265,15,"fileName"],[803,16,265,15],[803,18,265,15,"_jsxFileName"],[803,30,265,15],[804,8,265,15,"lineNumber"],[804,18,265,15],[805,8,265,15,"columnNumber"],[805,20,265,15],[806,6,265,15],[806,13,266,18],[807,4,266,19],[808,6,266,19,"fileName"],[808,14,266,19],[808,16,266,19,"_jsxFileName"],[808,28,266,19],[809,6,266,19,"lineNumber"],[809,16,266,19],[810,6,266,19,"columnNumber"],[810,18,266,19],[811,4,266,19],[811,11,267,10],[811,12,267,11],[812,2,269,0],[813,2,269,1,"_s2"],[813,5,269,1],[813,6,117,9,"WalletTab"],[813,15,117,18],[814,4,117,18],[814,12,118,19,"useAuth"],[814,32,118,26],[814,33,118,26,"useAuth"],[814,40,118,26],[815,2,118,26],[816,2,118,26,"_c2"],[816,5,118,26],[816,8,117,9,"WalletTab"],[816,17,117,18],[817,2,271,0],[817,11,271,9,"CitizensTab"],[817,22,271,20,"CitizensTab"],[817,23,271,20],[817,25,271,23],[818,4,272,2],[818,24,273,4],[818,28,273,4,"_reactJsxDevRuntime"],[818,47,273,4],[818,48,273,4,"jsxDEV"],[818,54,273,4],[818,56,273,5,"_reactNative"],[818,68,273,9],[818,69,273,9,"View"],[818,73,273,9],[819,6,273,10,"style"],[819,11,273,15],[819,13,273,17,"styles"],[819,19,273,23],[819,20,273,24,"container"],[819,29,273,34],[820,6,273,34,"children"],[820,14,273,34],[820,29,274,6],[820,33,274,6,"_reactJsxDevRuntime"],[820,52,274,6],[820,53,274,6,"jsxDEV"],[820,59,274,6],[820,61,274,7,"_reactNative"],[820,73,274,11],[820,74,274,11,"Text"],[820,78,274,11],[821,8,274,12,"style"],[821,13,274,17],[821,15,274,19,"styles"],[821,21,274,25],[821,22,274,26,"placeholderText"],[821,37,274,42],[822,8,274,42,"children"],[822,16,274,42],[822,18,274,43],[823,6,274,58],[824,8,274,58,"fileName"],[824,16,274,58],[824,18,274,58,"_jsxFileName"],[824,30,274,58],[825,8,274,58,"lineNumber"],[825,18,274,58],[826,8,274,58,"columnNumber"],[826,20,274,58],[827,6,274,58],[827,13,274,64],[828,4,274,65],[829,6,274,65,"fileName"],[829,14,274,65],[829,16,274,65,"_jsxFileName"],[829,28,274,65],[830,6,274,65,"lineNumber"],[830,16,274,65],[831,6,274,65,"columnNumber"],[831,18,274,65],[832,4,274,65],[832,11,275,10],[832,12,275,11],[833,2,277,0],[834,2,277,1,"_c3"],[834,5,277,1],[834,8,271,9,"CitizensTab"],[834,19,271,20],[835,2,279,0],[835,11,279,9,"ReferralTab"],[835,22,279,20,"ReferralTab"],[835,23,279,20],[835,25,279,23],[836,4,280,2],[836,24,281,4],[836,28,281,4,"_reactJsxDevRuntime"],[836,47,281,4],[836,48,281,4,"jsxDEV"],[836,54,281,4],[836,56,281,5,"_reactNative"],[836,68,281,9],[836,69,281,9,"View"],[836,73,281,9],[837,6,281,10,"style"],[837,11,281,15],[837,13,281,17,"styles"],[837,19,281,23],[837,20,281,24,"container"],[837,29,281,34],[838,6,281,34,"children"],[838,14,281,34],[838,29,282,6],[838,33,282,6,"_reactJsxDevRuntime"],[838,52,282,6],[838,53,282,6,"jsxDEV"],[838,59,282,6],[838,61,282,7,"_reactNative"],[838,73,282,11],[838,74,282,11,"Text"],[838,78,282,11],[839,8,282,12,"style"],[839,13,282,17],[839,15,282,19,"styles"],[839,21,282,25],[839,22,282,26,"placeholderText"],[839,37,282,42],[840,8,282,42,"children"],[840,16,282,42],[840,18,282,43],[841,6,282,58],[842,8,282,58,"fileName"],[842,16,282,58],[842,18,282,58,"_jsxFileName"],[842,30,282,58],[843,8,282,58,"lineNumber"],[843,18,282,58],[844,8,282,58,"columnNumber"],[844,20,282,58],[845,6,282,58],[845,13,282,64],[846,4,282,65],[847,6,282,65,"fileName"],[847,14,282,65],[847,16,282,65,"_jsxFileName"],[847,28,282,65],[848,6,282,65,"lineNumber"],[848,16,282,65],[849,6,282,65,"columnNumber"],[849,18,282,65],[850,4,282,65],[850,11,283,10],[850,12,283,11],[851,2,285,0],[852,2,285,1,"_c4"],[852,5,285,1],[852,8,279,9,"ReferralTab"],[852,19,279,20],[853,2,287,0],[853,11,287,9,"ProfileTab"],[853,21,287,19,"ProfileTab"],[853,22,287,19],[853,24,287,22],[854,4,288,2],[854,24,289,4],[854,28,289,4,"_reactJsxDevRuntime"],[854,47,289,4],[854,48,289,4,"jsxDEV"],[854,54,289,4],[854,56,289,5,"_reactNative"],[854,68,289,9],[854,69,289,9,"View"],[854,73,289,9],[855,6,289,10,"style"],[855,11,289,15],[855,13,289,17,"styles"],[855,19,289,23],[855,20,289,24,"container"],[855,29,289,34],[856,6,289,34,"children"],[856,14,289,34],[856,29,290,6],[856,33,290,6,"_reactJsxDevRuntime"],[856,52,290,6],[856,53,290,6,"jsxDEV"],[856,59,290,6],[856,61,290,7,"_reactNative"],[856,73,290,11],[856,74,290,11,"Text"],[856,78,290,11],[857,8,290,12,"style"],[857,13,290,17],[857,15,290,19,"styles"],[857,21,290,25],[857,22,290,26,"placeholderText"],[857,37,290,42],[858,8,290,42,"children"],[858,16,290,42],[858,18,290,43],[859,6,290,57],[860,8,290,57,"fileName"],[860,16,290,57],[860,18,290,57,"_jsxFileName"],[860,30,290,57],[861,8,290,57,"lineNumber"],[861,18,290,57],[862,8,290,57,"columnNumber"],[862,20,290,57],[863,6,290,57],[863,13,290,63],[864,4,290,64],[865,6,290,64,"fileName"],[865,14,290,64],[865,16,290,64,"_jsxFileName"],[865,28,290,64],[866,6,290,64,"lineNumber"],[866,16,290,64],[867,6,290,64,"columnNumber"],[867,18,290,64],[868,4,290,64],[868,11,291,10],[868,12,291,11],[869,2,293,0],[870,2,293,1,"_c5"],[870,5,293,1],[870,8,287,9,"ProfileTab"],[870,18,287,19],[871,2,295,0],[871,6,295,6,"Tab"],[871,9,295,9],[871,12,295,12],[871,16,295,12,"createBottomTabNavigator"],[871,42,295,36],[871,43,295,36,"createBottomTabNavigator"],[871,67,295,36],[871,69,295,37],[871,70,295,38],[872,2,297,15],[872,11,297,24,"HomeScreen"],[872,21,297,34,"HomeScreen"],[872,22,297,34],[872,24,297,37],[873,4,298,2],[873,24,299,4],[873,28,299,4,"_reactJsxDevRuntime"],[873,47,299,4],[873,48,299,4,"jsxDEV"],[873,54,299,4],[873,56,299,5,"Tab"],[873,59,299,8],[873,60,299,9,"Navigator"],[873,69,299,18],[874,6,300,6,"screenOptions"],[874,19,300,19],[874,21,300,21],[875,8,301,8,"headerShown"],[875,19,301,19],[875,21,301,21],[875,26,301,26],[876,8,302,8,"tabBarActiveTintColor"],[876,29,302,29],[876,31,302,31],[876,40,302,40],[877,8,303,8,"tabBarInactiveTintColor"],[877,31,303,31],[877,33,303,33],[877,42,303,42],[878,8,304,8,"tabBarStyle"],[878,19,304,19],[878,21,304,21,"styles"],[878,27,304,27],[878,28,304,28,"tabBar"],[879,6,305,6],[879,7,305,8],[880,6,305,8,"children"],[880,14,305,8],[880,30,307,6],[880,34,307,6,"_reactJsxDevRuntime"],[880,53,307,6],[880,54,307,6,"jsxDEV"],[880,60,307,6],[880,62,307,7,"Tab"],[880,65,307,10],[880,66,307,11,"Screen"],[880,72,307,17],[881,8,308,8,"name"],[881,12,308,12],[881,14,308,13],[881,23,308,22],[882,8,309,8,"component"],[882,17,309,17],[882,19,309,19,"HomeTab"],[882,26,309,27],[883,8,310,8,"options"],[883,15,310,15],[883,17,310,17],[884,10,311,10,"tabBarLabel"],[884,21,311,21],[884,23,311,23],[884,29,311,29],[885,10,312,10,"tabBarIcon"],[885,20,312,20],[885,22,312,22,"_ref3"],[885,27,312,22],[886,12,312,22],[886,16,312,25,"color"],[886,21,312,30],[886,24,312,30,"_ref3"],[886,29,312,30],[886,30,312,25,"color"],[886,35,312,30],[887,14,312,32,"size"],[887,18,312,36],[887,21,312,36,"_ref3"],[887,26,312,36],[887,27,312,32,"size"],[887,31,312,36],[888,12,312,36],[888,32,313,12],[888,36,313,12,"_reactJsxDevRuntime"],[888,55,313,12],[888,56,313,12,"jsxDEV"],[888,62,313,12],[888,64,313,13,"_expoVectorIcons"],[888,80,313,21],[888,81,313,21,"Ionicons"],[888,89,313,21],[889,14,313,22,"name"],[889,18,313,26],[889,20,313,27],[889,26,313,33],[890,14,313,34,"size"],[890,18,313,38],[890,20,313,40,"size"],[890,24,313,45],[891,14,313,46,"color"],[891,19,313,51],[891,21,313,53,"color"],[892,12,313,59],[893,14,313,59,"fileName"],[893,22,313,59],[893,24,313,59,"_jsxFileName"],[893,36,313,59],[894,14,313,59,"lineNumber"],[894,24,313,59],[895,14,313,59,"columnNumber"],[895,26,313,59],[896,12,313,59],[896,19,313,61],[896,20,313,62],[897,10,313,62],[898,8,315,8],[899,6,315,10],[900,8,315,10,"fileName"],[900,16,315,10],[900,18,315,10,"_jsxFileName"],[900,30,315,10],[901,8,315,10,"lineNumber"],[901,18,315,10],[902,8,315,10,"columnNumber"],[902,20,315,10],[903,6,315,10],[903,13,316,7],[903,14,316,8],[903,29,317,6],[903,33,317,6,"_reactJsxDevRuntime"],[903,52,317,6],[903,53,317,6,"jsxDEV"],[903,59,317,6],[903,61,317,7,"Tab"],[903,64,317,10],[903,65,317,11,"Screen"],[903,71,317,17],[904,8,318,8,"name"],[904,12,318,12],[904,14,318,13],[904,22,318,21],[905,8,319,8,"component"],[905,17,319,17],[905,19,319,19,"WalletTab"],[905,28,319,29],[906,8,320,8,"options"],[906,15,320,15],[906,17,320,17],[907,10,321,10,"tabBarLabel"],[907,21,321,21],[907,23,321,23],[907,31,321,31],[908,10,322,10,"tabBarIcon"],[908,20,322,20],[908,22,322,22,"_ref4"],[908,27,322,22],[909,12,322,22],[909,16,322,25,"color"],[909,21,322,30],[909,24,322,30,"_ref4"],[909,29,322,30],[909,30,322,25,"color"],[909,35,322,30],[910,14,322,32,"size"],[910,18,322,36],[910,21,322,36,"_ref4"],[910,26,322,36],[910,27,322,32,"size"],[910,31,322,36],[911,12,322,36],[911,32,323,12],[911,36,323,12,"_reactJsxDevRuntime"],[911,55,323,12],[911,56,323,12,"jsxDEV"],[911,62,323,12],[911,64,323,13,"_expoVectorIcons"],[911,80,323,21],[911,81,323,21,"Ionicons"],[911,89,323,21],[912,14,323,22,"name"],[912,18,323,26],[912,20,323,27],[912,28,323,35],[913,14,323,36,"size"],[913,18,323,40],[913,20,323,42,"size"],[913,24,323,47],[914,14,323,48,"color"],[914,19,323,53],[914,21,323,55,"color"],[915,12,323,61],[916,14,323,61,"fileName"],[916,22,323,61],[916,24,323,61,"_jsxFileName"],[916,36,323,61],[917,14,323,61,"lineNumber"],[917,24,323,61],[918,14,323,61,"columnNumber"],[918,26,323,61],[919,12,323,61],[919,19,323,63],[919,20,323,64],[920,10,323,64],[921,8,325,8],[922,6,325,10],[923,8,325,10,"fileName"],[923,16,325,10],[923,18,325,10,"_jsxFileName"],[923,30,325,10],[924,8,325,10,"lineNumber"],[924,18,325,10],[925,8,325,10,"columnNumber"],[925,20,325,10],[926,6,325,10],[926,13,326,7],[926,14,326,8],[926,29,327,6],[926,33,327,6,"_reactJsxDevRuntime"],[926,52,327,6],[926,53,327,6,"jsxDEV"],[926,59,327,6],[926,61,327,7,"Tab"],[926,64,327,10],[926,65,327,11,"Screen"],[926,71,327,17],[927,8,328,8,"name"],[927,12,328,12],[927,14,328,13],[927,24,328,23],[928,8,329,8,"component"],[928,17,329,17],[928,19,329,19,"CitizensTab"],[928,30,329,31],[929,8,330,8,"options"],[929,15,330,15],[929,17,330,17],[930,10,331,10,"tabBarLabel"],[930,21,331,21],[930,23,331,23],[930,33,331,33],[931,10,332,10,"tabBarIcon"],[931,20,332,20],[931,22,332,22,"_ref5"],[931,27,332,22],[932,12,332,22],[932,16,332,25,"color"],[932,21,332,30],[932,24,332,30,"_ref5"],[932,29,332,30],[932,30,332,25,"color"],[932,35,332,30],[933,14,332,32,"size"],[933,18,332,36],[933,21,332,36,"_ref5"],[933,26,332,36],[933,27,332,32,"size"],[933,31,332,36],[934,12,332,36],[934,32,333,12],[934,36,333,12,"_reactJsxDevRuntime"],[934,55,333,12],[934,56,333,12,"jsxDEV"],[934,62,333,12],[934,64,333,13,"_expoVectorIcons"],[934,80,333,21],[934,81,333,21,"Ionicons"],[934,89,333,21],[935,14,333,22,"name"],[935,18,333,26],[935,20,333,27],[935,28,333,35],[936,14,333,36,"size"],[936,18,333,40],[936,20,333,42,"size"],[936,24,333,47],[937,14,333,48,"color"],[937,19,333,53],[937,21,333,55,"color"],[938,12,333,61],[939,14,333,61,"fileName"],[939,22,333,61],[939,24,333,61,"_jsxFileName"],[939,36,333,61],[940,14,333,61,"lineNumber"],[940,24,333,61],[941,14,333,61,"columnNumber"],[941,26,333,61],[942,12,333,61],[942,19,333,63],[942,20,333,64],[943,10,333,64],[944,8,335,8],[945,6,335,10],[946,8,335,10,"fileName"],[946,16,335,10],[946,18,335,10,"_jsxFileName"],[946,30,335,10],[947,8,335,10,"lineNumber"],[947,18,335,10],[948,8,335,10,"columnNumber"],[948,20,335,10],[949,6,335,10],[949,13,336,7],[949,14,336,8],[949,29,337,6],[949,33,337,6,"_reactJsxDevRuntime"],[949,52,337,6],[949,53,337,6,"jsxDEV"],[949,59,337,6],[949,61,337,7,"Tab"],[949,64,337,10],[949,65,337,11,"Screen"],[949,71,337,17],[950,8,338,8,"name"],[950,12,338,12],[950,14,338,13],[950,24,338,23],[951,8,339,8,"component"],[951,17,339,17],[951,19,339,19,"ReferralTab"],[951,30,339,31],[952,8,340,8,"options"],[952,15,340,15],[952,17,340,17],[953,10,341,10,"tabBarLabel"],[953,21,341,21],[953,23,341,23],[953,33,341,33],[954,10,342,10,"tabBarIcon"],[954,20,342,20],[954,22,342,22,"_ref6"],[954,27,342,22],[955,12,342,22],[955,16,342,25,"color"],[955,21,342,30],[955,24,342,30,"_ref6"],[955,29,342,30],[955,30,342,25,"color"],[955,35,342,30],[956,14,342,32,"size"],[956,18,342,36],[956,21,342,36,"_ref6"],[956,26,342,36],[956,27,342,32,"size"],[956,31,342,36],[957,12,342,36],[957,32,343,12],[957,36,343,12,"_reactJsxDevRuntime"],[957,55,343,12],[957,56,343,12,"jsxDEV"],[957,62,343,12],[957,64,343,13,"_expoVectorIcons"],[957,80,343,21],[957,81,343,21,"Ionicons"],[957,89,343,21],[958,14,343,22,"name"],[958,18,343,26],[958,20,343,27],[958,26,343,33],[959,14,343,34,"size"],[959,18,343,38],[959,20,343,40,"size"],[959,24,343,45],[960,14,343,46,"color"],[960,19,343,51],[960,21,343,53,"color"],[961,12,343,59],[962,14,343,59,"fileName"],[962,22,343,59],[962,24,343,59,"_jsxFileName"],[962,36,343,59],[963,14,343,59,"lineNumber"],[963,24,343,59],[964,14,343,59,"columnNumber"],[964,26,343,59],[965,12,343,59],[965,19,343,61],[965,20,343,62],[966,10,343,62],[967,8,345,8],[968,6,345,10],[969,8,345,10,"fileName"],[969,16,345,10],[969,18,345,10,"_jsxFileName"],[969,30,345,10],[970,8,345,10,"lineNumber"],[970,18,345,10],[971,8,345,10,"columnNumber"],[971,20,345,10],[972,6,345,10],[972,13,346,7],[972,14,346,8],[972,29,347,6],[972,33,347,6,"_reactJsxDevRuntime"],[972,52,347,6],[972,53,347,6,"jsxDEV"],[972,59,347,6],[972,61,347,7,"Tab"],[972,64,347,10],[972,65,347,11,"Screen"],[972,71,347,17],[973,8,348,8,"name"],[973,12,348,12],[973,14,348,13],[973,23,348,22],[974,8,349,8,"component"],[974,17,349,17],[974,19,349,19,"ProfileTab"],[974,29,349,30],[975,8,350,8,"options"],[975,15,350,15],[975,17,350,17],[976,10,351,10,"tabBarLabel"],[976,21,351,21],[976,23,351,23],[976,32,351,32],[977,10,352,10,"tabBarIcon"],[977,20,352,20],[977,22,352,22,"_ref7"],[977,27,352,22],[978,12,352,22],[978,16,352,25,"color"],[978,21,352,30],[978,24,352,30,"_ref7"],[978,29,352,30],[978,30,352,25,"color"],[978,35,352,30],[979,14,352,32,"size"],[979,18,352,36],[979,21,352,36,"_ref7"],[979,26,352,36],[979,27,352,32,"size"],[979,31,352,36],[980,12,352,36],[980,32,353,12],[980,36,353,12,"_reactJsxDevRuntime"],[980,55,353,12],[980,56,353,12,"jsxDEV"],[980,62,353,12],[980,64,353,13,"_expoVectorIcons"],[980,80,353,21],[980,81,353,21,"Ionicons"],[980,89,353,21],[981,14,353,22,"name"],[981,18,353,26],[981,20,353,27],[981,28,353,35],[982,14,353,36,"size"],[982,18,353,40],[982,20,353,42,"size"],[982,24,353,47],[983,14,353,48,"color"],[983,19,353,53],[983,21,353,55,"color"],[984,12,353,61],[985,14,353,61,"fileName"],[985,22,353,61],[985,24,353,61,"_jsxFileName"],[985,36,353,61],[986,14,353,61,"lineNumber"],[986,24,353,61],[987,14,353,61,"columnNumber"],[987,26,353,61],[988,12,353,61],[988,19,353,63],[988,20,353,64],[989,10,353,64],[990,8,355,8],[991,6,355,10],[992,8,355,10,"fileName"],[992,16,355,10],[992,18,355,10,"_jsxFileName"],[992,30,355,10],[993,8,355,10,"lineNumber"],[993,18,355,10],[994,8,355,10,"columnNumber"],[994,20,355,10],[995,6,355,10],[995,13,356,7],[995,14,356,8],[996,4,356,8],[997,6,356,8,"fileName"],[997,14,356,8],[997,16,356,8,"_jsxFileName"],[997,28,356,8],[998,6,356,8,"lineNumber"],[998,16,356,8],[999,6,356,8,"columnNumber"],[999,18,356,8],[1000,4,356,8],[1000,11,357,19],[1000,12,357,20],[1001,2,359,0],[1002,2,359,1,"_c6"],[1002,5,359,1],[1002,8,297,24,"HomeScreen"],[1002,18,297,34],[1003,2,361,0],[1003,6,361,6,"QUICK_ACTIONS"],[1003,19,361,19],[1003,22,361,22],[1003,23,362,2],[1004,4,362,4,"id"],[1004,6,362,6],[1004,8,362,8],[1004,11,362,11],[1005,4,362,13,"label"],[1005,9,362,18],[1005,11,362,20],[1005,17,362,26],[1006,4,362,28,"icon"],[1006,8,362,32],[1006,10,362,34],[1006,25,362,49],[1007,4,362,51,"color"],[1007,9,362,56],[1007,11,362,58],[1008,2,362,68],[1008,3,362,69],[1008,5,363,2],[1009,4,363,4,"id"],[1009,6,363,6],[1009,8,363,8],[1009,11,363,11],[1010,4,363,13,"label"],[1010,9,363,18],[1010,11,363,20],[1010,20,363,29],[1011,4,363,31,"icon"],[1011,8,363,35],[1011,10,363,37],[1011,22,363,49],[1012,4,363,51,"color"],[1012,9,363,56],[1012,11,363,58],[1013,2,363,68],[1013,3,363,69],[1013,5,364,2],[1014,4,364,4,"id"],[1014,6,364,6],[1014,8,364,8],[1014,11,364,11],[1015,4,364,13,"label"],[1015,9,364,18],[1015,11,364,20],[1015,17,364,26],[1016,4,364,28,"icon"],[1016,8,364,32],[1016,10,364,34],[1016,27,364,51],[1017,4,364,53,"color"],[1017,9,364,58],[1017,11,364,60],[1018,2,364,70],[1018,3,364,71],[1018,5,365,2],[1019,4,365,4,"id"],[1019,6,365,6],[1019,8,365,8],[1019,11,365,11],[1020,4,365,13,"label"],[1020,9,365,18],[1020,11,365,20],[1020,17,365,26],[1021,4,365,28,"icon"],[1021,8,365,32],[1021,10,365,34],[1021,28,365,52],[1022,4,365,54,"color"],[1022,9,365,59],[1022,11,365,61],[1023,2,365,71],[1023,3,365,72],[1023,5,366,2],[1024,4,366,4,"id"],[1024,6,366,6],[1024,8,366,8],[1024,11,366,11],[1025,4,366,13,"label"],[1025,9,366,18],[1025,11,366,20],[1025,18,366,27],[1026,4,366,29,"icon"],[1026,8,366,33],[1026,10,366,35],[1026,23,366,48],[1027,4,366,50,"color"],[1027,9,366,55],[1027,11,366,57],[1028,2,366,67],[1028,3,366,68],[1028,5,367,2],[1029,4,367,4,"id"],[1029,6,367,6],[1029,8,367,8],[1029,11,367,11],[1030,4,367,13,"label"],[1030,9,367,18],[1030,11,367,20],[1030,21,367,30],[1031,4,367,32,"icon"],[1031,8,367,36],[1031,10,367,38],[1031,16,367,44],[1032,4,367,46,"color"],[1032,9,367,51],[1032,11,367,53],[1033,2,367,63],[1033,3,367,64],[1033,5,368,2],[1034,4,368,4,"id"],[1034,6,368,6],[1034,8,368,8],[1034,11,368,11],[1035,4,368,13,"label"],[1035,9,368,18],[1035,11,368,20],[1035,21,368,30],[1036,4,368,32,"icon"],[1036,8,368,36],[1036,10,368,38],[1036,25,368,53],[1037,4,368,55,"color"],[1037,9,368,60],[1037,11,368,62],[1038,2,368,72],[1038,3,368,73],[1038,5,369,2],[1039,4,369,4,"id"],[1039,6,369,6],[1039,8,369,8],[1039,11,369,11],[1040,4,369,13,"label"],[1040,9,369,18],[1040,11,369,20],[1040,22,369,31],[1041,4,369,33,"icon"],[1041,8,369,37],[1041,10,369,39],[1041,18,369,47],[1042,4,369,49,"color"],[1042,9,369,54],[1042,11,369,56],[1043,2,369,66],[1043,3,369,67],[1043,5,370,2],[1044,4,370,4,"id"],[1044,6,370,6],[1044,8,370,8],[1044,11,370,11],[1045,4,370,13,"label"],[1045,9,370,18],[1045,11,370,20],[1045,21,370,30],[1046,4,370,32,"icon"],[1046,8,370,36],[1046,10,370,38],[1046,21,370,49],[1047,4,370,51,"color"],[1047,9,370,56],[1047,11,370,58],[1048,2,370,68],[1048,3,370,69],[1048,5,371,2],[1049,4,371,4,"id"],[1049,6,371,6],[1049,8,371,8],[1049,12,371,12],[1050,4,371,14,"label"],[1050,9,371,19],[1050,11,371,21],[1050,21,371,31],[1051,4,371,33,"icon"],[1051,8,371,37],[1051,10,371,39],[1051,16,371,45],[1052,4,371,47,"color"],[1052,9,371,52],[1052,11,371,54],[1053,2,371,64],[1053,3,371,65],[1053,5,372,2],[1054,4,372,4,"id"],[1054,6,372,6],[1054,8,372,8],[1054,12,372,12],[1055,4,372,14,"label"],[1055,9,372,19],[1055,11,372,21],[1055,22,372,32],[1056,4,372,34,"icon"],[1056,8,372,38],[1056,10,372,40],[1056,16,372,46],[1057,4,372,48,"color"],[1057,9,372,53],[1057,11,372,55],[1058,2,372,65],[1058,3,372,66],[1058,5,373,2],[1059,4,373,4,"id"],[1059,6,373,6],[1059,8,373,8],[1059,12,373,12],[1060,4,373,14,"label"],[1060,9,373,19],[1060,11,373,21],[1060,20,373,30],[1061,4,373,32,"icon"],[1061,8,373,36],[1061,10,373,38],[1061,16,373,44],[1062,4,373,46,"color"],[1062,9,373,51],[1062,11,373,53],[1063,2,373,63],[1063,3,373,64],[1063,5,374,2],[1064,4,374,4,"id"],[1064,6,374,6],[1064,8,374,8],[1064,12,374,12],[1065,4,374,14,"label"],[1065,9,374,19],[1065,11,374,21],[1065,20,374,30],[1066,4,374,32,"icon"],[1066,8,374,36],[1066,10,374,38],[1066,19,374,47],[1067,4,374,49,"color"],[1067,9,374,54],[1067,11,374,56],[1068,2,374,66],[1068,3,374,67],[1068,5,375,2],[1069,4,375,4,"id"],[1069,6,375,6],[1069,8,375,8],[1069,12,375,12],[1070,4,375,14,"label"],[1070,9,375,19],[1070,11,375,21],[1070,21,375,31],[1071,4,375,33,"icon"],[1071,8,375,37],[1071,10,375,39],[1071,20,375,49],[1072,4,375,51,"color"],[1072,9,375,56],[1072,11,375,58],[1073,2,375,68],[1073,3,375,69],[1073,5,376,2],[1074,4,376,4,"id"],[1074,6,376,6],[1074,8,376,8],[1074,12,376,12],[1075,4,376,14,"label"],[1075,9,376,19],[1075,11,376,21],[1075,17,376,27],[1076,4,376,29,"icon"],[1076,8,376,33],[1076,10,376,35],[1076,23,376,48],[1077,4,376,50,"color"],[1077,9,376,55],[1077,11,376,57],[1078,2,376,67],[1078,3,376,68],[1078,5,377,2],[1079,4,377,4,"id"],[1079,6,377,6],[1079,8,377,8],[1079,12,377,12],[1080,4,377,14,"label"],[1080,9,377,19],[1080,11,377,21],[1080,20,377,30],[1081,4,377,32,"icon"],[1081,8,377,36],[1081,10,377,38],[1081,16,377,44],[1082,4,377,46,"color"],[1082,9,377,51],[1082,11,377,53],[1083,2,377,63],[1083,3,377,64],[1083,5,378,2],[1084,4,378,4,"id"],[1084,6,378,6],[1084,8,378,8],[1084,12,378,12],[1085,4,378,14,"label"],[1085,9,378,19],[1085,11,378,21],[1085,18,378,28],[1086,4,378,30,"icon"],[1086,8,378,34],[1086,10,378,36],[1086,17,378,43],[1087,4,378,45,"color"],[1087,9,378,50],[1087,11,378,52],[1088,2,378,62],[1088,3,378,63],[1088,5,379,2],[1089,4,379,4,"id"],[1089,6,379,6],[1089,8,379,8],[1089,12,379,12],[1090,4,379,14,"label"],[1090,9,379,19],[1090,11,379,21],[1090,23,379,33],[1091,4,379,35,"icon"],[1091,8,379,39],[1091,10,379,41],[1091,16,379,47],[1092,4,379,49,"color"],[1092,9,379,54],[1092,11,379,56],[1093,2,379,66],[1093,3,379,67],[1093,5,380,2],[1094,4,380,4,"id"],[1094,6,380,6],[1094,8,380,8],[1094,12,380,12],[1095,4,380,14,"label"],[1095,9,380,19],[1095,11,380,21],[1095,21,380,31],[1096,4,380,33,"icon"],[1096,8,380,37],[1096,10,380,39],[1096,20,380,49],[1097,4,380,51,"color"],[1097,9,380,56],[1097,11,380,58],[1098,2,380,68],[1098,3,380,69],[1098,5,381,2],[1099,4,381,4,"id"],[1099,6,381,6],[1099,8,381,8],[1099,12,381,12],[1100,4,381,14,"label"],[1100,9,381,19],[1100,11,381,21],[1100,20,381,30],[1101,4,381,32,"icon"],[1101,8,381,36],[1101,10,381,38],[1101,18,381,46],[1102,4,381,48,"color"],[1102,9,381,53],[1102,11,381,55],[1103,2,381,65],[1103,3,381,66],[1103,5,382,2],[1104,4,382,4,"id"],[1104,6,382,6],[1104,8,382,8],[1104,12,382,12],[1105,4,382,14,"label"],[1105,9,382,19],[1105,11,382,21],[1105,16,382,26],[1106,4,382,28,"icon"],[1106,8,382,32],[1106,10,382,34],[1106,19,382,43],[1107,4,382,45,"color"],[1107,9,382,50],[1107,11,382,52],[1108,2,382,62],[1108,3,382,63],[1108,5,383,2],[1109,4,383,4,"id"],[1109,6,383,6],[1109,8,383,8],[1109,12,383,12],[1110,4,383,14,"label"],[1110,9,383,19],[1110,11,383,21],[1110,19,383,29],[1111,4,383,31,"icon"],[1111,8,383,35],[1111,10,383,37],[1111,25,383,52],[1112,4,383,54,"color"],[1112,9,383,59],[1112,11,383,61],[1113,2,383,71],[1113,3,383,72],[1113,5,384,2],[1114,4,384,4,"id"],[1114,6,384,6],[1114,8,384,8],[1114,12,384,12],[1115,4,384,14,"label"],[1115,9,384,19],[1115,11,384,21],[1115,17,384,27],[1116,4,384,29,"icon"],[1116,8,384,33],[1116,10,384,35],[1116,15,384,40],[1117,4,384,42,"color"],[1117,9,384,47],[1117,11,384,49],[1118,2,384,59],[1118,3,384,60],[1118,5,385,2],[1119,4,385,4,"id"],[1119,6,385,6],[1119,8,385,8],[1119,12,385,12],[1120,4,385,14,"label"],[1120,9,385,19],[1120,11,385,21],[1120,21,385,31],[1121,4,385,33,"icon"],[1121,8,385,37],[1121,10,385,39],[1121,24,385,53],[1122,4,385,55,"color"],[1122,9,385,60],[1122,11,385,62],[1123,2,385,72],[1123,3,385,73],[1123,5,386,2],[1124,4,386,4,"id"],[1124,6,386,6],[1124,8,386,8],[1124,12,386,12],[1125,4,386,14,"label"],[1125,9,386,19],[1125,11,386,21],[1125,18,386,28],[1126,4,386,30,"icon"],[1126,8,386,34],[1126,10,386,36],[1126,17,386,43],[1127,4,386,45,"color"],[1127,9,386,50],[1127,11,386,52],[1128,2,386,62],[1128,3,386,63],[1128,5,387,2],[1129,4,387,4,"id"],[1129,6,387,6],[1129,8,387,8],[1129,12,387,12],[1130,4,387,14,"label"],[1130,9,387,19],[1130,11,387,21],[1130,18,387,28],[1131,4,387,30,"icon"],[1131,8,387,34],[1131,10,387,36],[1131,15,387,41],[1132,4,387,43,"color"],[1132,9,387,48],[1132,11,387,50],[1133,2,387,60],[1133,3,387,61],[1133,5,388,2],[1134,4,388,4,"id"],[1134,6,388,6],[1134,8,388,8],[1134,12,388,12],[1135,4,388,14,"label"],[1135,9,388,19],[1135,11,388,21],[1135,18,388,28],[1136,4,388,30,"icon"],[1136,8,388,34],[1136,10,388,36],[1136,22,388,48],[1137,4,388,50,"color"],[1137,9,388,55],[1137,11,388,57],[1138,2,388,67],[1138,3,388,68],[1138,5,389,2],[1139,4,389,4,"id"],[1139,6,389,6],[1139,8,389,8],[1139,12,389,12],[1140,4,389,14,"label"],[1140,9,389,19],[1140,11,389,21],[1140,19,389,29],[1141,4,389,31,"icon"],[1141,8,389,35],[1141,10,389,37],[1141,20,389,47],[1142,4,389,49,"color"],[1142,9,389,54],[1142,11,389,56],[1143,2,389,66],[1143,3,389,67],[1143,5,390,2],[1144,4,390,4,"id"],[1144,6,390,6],[1144,8,390,8],[1144,12,390,12],[1145,4,390,14,"label"],[1145,9,390,19],[1145,11,390,21],[1145,19,390,29],[1146,4,390,31,"icon"],[1146,8,390,35],[1146,10,390,37],[1146,16,390,43],[1147,4,390,45,"color"],[1147,9,390,50],[1147,11,390,52],[1148,2,390,62],[1148,3,390,63],[1148,5,391,2],[1149,4,391,4,"id"],[1149,6,391,6],[1149,8,391,8],[1149,12,391,12],[1150,4,391,14,"label"],[1150,9,391,19],[1150,11,391,21],[1150,17,391,27],[1151,4,391,29,"icon"],[1151,8,391,33],[1151,10,391,35],[1151,16,391,41],[1152,4,391,43,"color"],[1152,9,391,48],[1152,11,391,50],[1153,2,391,60],[1153,3,391,61],[1153,4,392,1],[1154,2,394,0],[1154,6,394,6,"styles"],[1154,12,394,12],[1154,15,394,15,"StyleSheet"],[1154,27,394,25],[1154,28,394,25,"StyleSheet"],[1154,38,394,25],[1154,39,394,26,"create"],[1154,45,394,32],[1154,46,394,33],[1155,4,395,2,"container"],[1155,13,395,11],[1155,15,395,13],[1156,6,396,4,"flex"],[1156,10,396,8],[1156,12,396,10],[1156,13,396,11],[1157,6,397,4,"backgroundColor"],[1157,21,397,19],[1157,23,397,21],[1158,4,398,2],[1158,5,398,3],[1159,4,399,2,"scrollContent"],[1159,17,399,15],[1159,19,399,17],[1160,6,400,4,"paddingBottom"],[1160,19,400,17],[1160,21,400,19],[1161,4,401,2],[1161,5,401,3],[1162,4,402,2,"walletScrollContent"],[1162,23,402,21],[1162,25,402,23],[1163,6,403,4,"paddingBottom"],[1163,19,403,17],[1163,21,403,19],[1164,4,404,2],[1164,5,404,3],[1165,4,405,2,"header"],[1165,10,405,8],[1165,12,405,10],[1166,6,406,4,"flexDirection"],[1166,19,406,17],[1166,21,406,19],[1166,26,406,24],[1167,6,407,4,"justifyContent"],[1167,20,407,18],[1167,22,407,20],[1167,37,407,35],[1168,6,408,4,"alignItems"],[1168,16,408,14],[1168,18,408,16],[1168,26,408,24],[1169,6,409,4,"padding"],[1169,13,409,11],[1169,15,409,13],[1169,17,409,15],[1170,6,410,4,"backgroundColor"],[1170,21,410,19],[1170,23,410,21],[1170,29,410,27],[1171,6,411,4,"borderBottomWidth"],[1171,23,411,21],[1171,25,411,23],[1171,26,411,24],[1172,6,412,4,"borderBottomColor"],[1172,23,412,21],[1172,25,412,23],[1173,4,413,2],[1173,5,413,3],[1174,4,414,2,"headerLeft"],[1174,14,414,12],[1174,16,414,14],[1175,6,415,4,"position"],[1175,14,415,12],[1175,16,415,14],[1176,4,416,2],[1176,5,416,3],[1177,4,417,2,"profileImage"],[1177,16,417,14],[1177,18,417,16],[1178,6,418,4,"width"],[1178,11,418,9],[1178,13,418,11],[1178,15,418,13],[1179,6,419,4,"height"],[1179,12,419,10],[1179,14,419,12],[1179,16,419,14],[1180,6,420,4,"borderRadius"],[1180,18,420,16],[1180,20,420,18],[1180,22,420,20],[1181,6,421,4,"backgroundColor"],[1181,21,421,19],[1181,23,421,21],[1181,32,421,30],[1182,6,422,4,"alignItems"],[1182,16,422,14],[1182,18,422,16],[1182,26,422,24],[1183,6,423,4,"justifyContent"],[1183,20,423,18],[1183,22,423,20],[1183,30,423,28],[1184,6,424,4,"overflow"],[1184,14,424,12],[1184,16,424,14],[1185,4,425,2],[1185,5,425,3],[1186,4,426,2,"profileImageSrc"],[1186,19,426,17],[1186,21,426,19],[1187,6,427,4,"width"],[1187,11,427,9],[1187,13,427,11],[1187,15,427,13],[1188,6,428,4,"height"],[1188,12,428,10],[1188,14,428,12],[1189,4,429,2],[1189,5,429,3],[1190,4,430,2,"profileBadge"],[1190,16,430,14],[1190,18,430,16],[1191,6,431,4,"position"],[1191,14,431,12],[1191,16,431,14],[1191,26,431,24],[1192,6,432,4,"bottom"],[1192,12,432,10],[1192,14,432,12],[1192,15,432,13],[1192,16,432,14],[1193,6,433,4,"right"],[1193,11,433,9],[1193,13,433,11],[1193,14,433,12],[1193,15,433,13],[1194,6,434,4,"backgroundColor"],[1194,21,434,19],[1194,23,434,21],[1194,32,434,30],[1195,6,435,4,"borderRadius"],[1195,18,435,16],[1195,20,435,18],[1195,22,435,20],[1196,6,436,4,"paddingHorizontal"],[1196,23,436,21],[1196,25,436,23],[1196,26,436,24],[1197,6,437,4,"paddingVertical"],[1197,21,437,19],[1197,23,437,21],[1197,24,437,22],[1198,6,438,4,"flexDirection"],[1198,19,438,17],[1198,21,438,19],[1198,26,438,24],[1199,6,439,4,"alignItems"],[1199,16,439,14],[1199,18,439,16],[1199,26,439,24],[1200,6,440,4,"gap"],[1200,9,440,7],[1200,11,440,9],[1201,4,441,2],[1201,5,441,3],[1202,4,442,2,"trustScore"],[1202,14,442,12],[1202,16,442,14],[1203,6,443,4,"fontSize"],[1203,14,443,12],[1203,16,443,14],[1203,18,443,16],[1204,6,444,4,"fontWeight"],[1204,16,444,14],[1204,18,444,16],[1204,23,444,21],[1205,6,445,4,"color"],[1205,11,445,9],[1205,13,445,11],[1206,4,446,2],[1206,5,446,3],[1207,4,447,2,"headerRight"],[1207,15,447,13],[1207,17,447,15],[1208,6,448,4,"flexDirection"],[1208,19,448,17],[1208,21,448,19],[1208,26,448,24],[1209,6,449,4,"gap"],[1209,9,449,7],[1209,11,449,9],[1210,4,450,2],[1210,5,450,3],[1211,4,451,2,"iconButton"],[1211,14,451,12],[1211,16,451,14],[1212,6,452,4,"padding"],[1212,13,452,11],[1212,15,452,13],[1213,4,453,2],[1213,5,453,3],[1214,4,454,2,"announcementWidget"],[1214,22,454,20],[1214,24,454,22],[1215,6,455,4,"padding"],[1215,13,455,11],[1215,15,455,13],[1216,4,456,2],[1216,5,456,3],[1217,4,457,2,"announcement"],[1217,16,457,14],[1217,18,457,16],[1218,6,458,4,"backgroundColor"],[1218,21,458,19],[1218,23,458,21],[1218,29,458,27],[1219,6,459,4,"padding"],[1219,13,459,11],[1219,15,459,13],[1219,17,459,15],[1220,6,460,4,"borderRadius"],[1220,18,460,16],[1220,20,460,18],[1220,22,460,20],[1221,6,461,4,"marginRight"],[1221,17,461,15],[1221,19,461,17],[1221,21,461,19],[1222,6,462,4,"width"],[1222,11,462,9],[1222,13,462,11,"width"],[1222,18,462,16],[1222,21,462,19],[1222,23,462,21],[1223,6,463,4,"borderLeftWidth"],[1223,21,463,19],[1223,23,463,21],[1223,24,463,22],[1224,6,464,4,"borderLeftColor"],[1224,21,464,19],[1224,23,464,21],[1225,4,465,2],[1225,5,465,3],[1226,4,466,2,"announcementTitle"],[1226,21,466,19],[1226,23,466,21],[1227,6,467,4,"fontSize"],[1227,14,467,12],[1227,16,467,14],[1227,18,467,16],[1228,6,468,4,"fontWeight"],[1228,16,468,14],[1228,18,468,16],[1228,23,468,21],[1229,6,469,4,"color"],[1229,11,469,9],[1229,13,469,11],[1229,22,469,20],[1230,6,470,4,"marginBottom"],[1230,18,470,16],[1230,20,470,18],[1231,4,471,2],[1231,5,471,3],[1232,4,472,2,"announcementText"],[1232,20,472,18],[1232,22,472,20],[1233,6,473,4,"fontSize"],[1233,14,473,12],[1233,16,473,14],[1233,18,473,16],[1234,6,474,4,"color"],[1234,11,474,9],[1234,13,474,11],[1235,4,475,2],[1235,5,475,3],[1236,4,476,2,"quickActionsContainer"],[1236,25,476,23],[1236,27,476,25],[1237,6,477,4,"padding"],[1237,13,477,11],[1237,15,477,13],[1238,4,478,2],[1238,5,478,3],[1239,4,479,2,"sectionTitle"],[1239,16,479,14],[1239,18,479,16],[1240,6,480,4,"fontSize"],[1240,14,480,12],[1240,16,480,14],[1240,18,480,16],[1241,6,481,4,"fontWeight"],[1241,16,481,14],[1241,18,481,16],[1241,23,481,21],[1242,6,482,4,"color"],[1242,11,482,9],[1242,13,482,11],[1242,22,482,20],[1243,6,483,4,"marginBottom"],[1243,18,483,16],[1243,20,483,18],[1244,4,484,2],[1244,5,484,3],[1245,4,485,2,"actionsGrid"],[1245,15,485,13],[1245,17,485,15],[1246,6,486,4,"flexDirection"],[1246,19,486,17],[1246,21,486,19],[1246,26,486,24],[1247,6,487,4,"flexWrap"],[1247,14,487,12],[1247,16,487,14],[1247,22,487,20],[1248,6,488,4,"justifyContent"],[1248,20,488,18],[1248,22,488,20],[1249,4,489,2],[1249,5,489,3],[1250,4,490,2,"actionCard"],[1250,14,490,12],[1250,16,490,14],[1251,6,491,4,"width"],[1251,11,491,9],[1251,13,491,11],[1251,14,491,12,"width"],[1251,19,491,17],[1251,22,491,20],[1251,24,491,22],[1251,28,491,26],[1251,29,491,27],[1252,6,492,4,"backgroundColor"],[1252,21,492,19],[1252,23,492,21],[1252,29,492,27],[1253,6,493,4,"padding"],[1253,13,493,11],[1253,15,493,13],[1253,17,493,15],[1254,6,494,4,"borderRadius"],[1254,18,494,16],[1254,20,494,18],[1254,22,494,20],[1255,6,495,4,"alignItems"],[1255,16,495,14],[1255,18,495,16],[1255,26,495,24],[1256,6,496,4,"marginBottom"],[1256,18,496,16],[1256,20,496,18],[1256,22,496,20],[1257,6,497,4,"shadowColor"],[1257,17,497,15],[1257,19,497,17],[1257,25,497,23],[1258,6,498,4,"shadowOffset"],[1258,18,498,16],[1258,20,498,18],[1259,8,498,20,"width"],[1259,13,498,25],[1259,15,498,27],[1259,16,498,28],[1260,8,498,30,"height"],[1260,14,498,36],[1260,16,498,38],[1261,6,498,40],[1261,7,498,41],[1262,6,499,4,"shadowOpacity"],[1262,19,499,17],[1262,21,499,19],[1262,25,499,23],[1263,6,500,4,"shadowRadius"],[1263,18,500,16],[1263,20,500,18],[1263,21,500,19],[1264,6,501,4,"elevation"],[1264,15,501,13],[1264,17,501,15],[1265,4,502,2],[1265,5,502,3],[1266,4,503,2,"actionCardFirst"],[1266,19,503,17],[1266,21,503,19],[1267,6,504,4,"marginRight"],[1267,17,504,15],[1267,19,504,17],[1268,4,505,2],[1268,5,505,3],[1269,4,506,2,"actionCardLast"],[1269,18,506,16],[1269,20,506,18],[1270,6,507,4,"marginLeft"],[1270,16,507,14],[1270,18,507,16],[1271,4,508,2],[1271,5,508,3],[1272,4,509,2,"actionIcon"],[1272,14,509,12],[1272,16,509,14],[1273,6,510,4,"width"],[1273,11,510,9],[1273,13,510,11],[1273,15,510,13],[1274,6,511,4,"height"],[1274,12,511,10],[1274,14,511,12],[1274,16,511,14],[1275,6,512,4,"borderRadius"],[1275,18,512,16],[1275,20,512,18],[1275,22,512,20],[1276,6,513,4,"alignItems"],[1276,16,513,14],[1276,18,513,16],[1276,26,513,24],[1277,6,514,4,"justifyContent"],[1277,20,514,18],[1277,22,514,20],[1277,30,514,28],[1278,6,515,4,"marginBottom"],[1278,18,515,16],[1278,20,515,18],[1279,4,516,2],[1279,5,516,3],[1280,4,517,2,"actionLabel"],[1280,15,517,13],[1280,17,517,15],[1281,6,518,4,"fontSize"],[1281,14,518,12],[1281,16,518,14],[1281,18,518,16],[1282,6,519,4,"color"],[1282,11,519,9],[1282,13,519,11],[1282,22,519,20],[1283,6,520,4,"textAlign"],[1283,15,520,13],[1283,17,520,15],[1284,4,521,2],[1284,5,521,3],[1285,4,522,2,"walletHeader"],[1285,16,522,14],[1285,18,522,16],[1286,6,523,4,"padding"],[1286,13,523,11],[1286,15,523,13],[1286,17,523,15],[1287,6,524,4,"backgroundColor"],[1287,21,524,19],[1287,23,524,21],[1287,29,524,27],[1288,6,525,4,"borderBottomWidth"],[1288,23,525,21],[1288,25,525,23],[1288,26,525,24],[1289,6,526,4,"borderBottomColor"],[1289,23,526,21],[1289,25,526,23],[1289,34,526,32],[1290,6,527,4,"flexDirection"],[1290,19,527,17],[1290,21,527,19],[1290,26,527,24],[1291,6,528,4,"justifyContent"],[1291,20,528,18],[1291,22,528,20],[1291,37,528,35],[1292,6,529,4,"alignItems"],[1292,16,529,14],[1292,18,529,16],[1293,4,530,2],[1293,5,530,3],[1294,4,531,2,"walletTitle"],[1294,15,531,13],[1294,17,531,15],[1295,6,532,4,"fontSize"],[1295,14,532,12],[1295,16,532,14],[1295,18,532,16],[1296,6,533,4,"fontWeight"],[1296,16,533,14],[1296,18,533,16],[1296,23,533,21],[1297,6,534,4,"color"],[1297,11,534,9],[1297,13,534,11],[1298,4,535,2],[1298,5,535,3],[1299,4,536,2,"refreshButton"],[1299,17,536,15],[1299,19,536,17],[1300,6,537,4,"padding"],[1300,13,537,11],[1300,15,537,13],[1300,16,537,14],[1301,6,538,4,"borderRadius"],[1301,18,538,16],[1301,20,538,18],[1301,21,538,19],[1302,6,539,4,"backgroundColor"],[1302,21,539,19],[1302,23,539,21],[1303,4,540,2],[1303,5,540,3],[1304,4,541,2,"balanceCards"],[1304,16,541,14],[1304,18,541,16],[1305,6,542,4,"padding"],[1305,13,542,11],[1305,15,542,13],[1305,17,542,15],[1306,6,543,4,"gap"],[1306,9,543,7],[1306,11,543,9],[1307,4,544,2],[1307,5,544,3],[1308,4,545,2,"balanceCard"],[1308,15,545,13],[1308,17,545,15],[1309,6,546,4,"backgroundColor"],[1309,21,546,19],[1309,23,546,21],[1309,29,546,27],[1310,6,547,4,"padding"],[1310,13,547,11],[1310,15,547,13],[1310,17,547,15],[1311,6,548,4,"borderRadius"],[1311,18,548,16],[1311,20,548,18],[1311,22,548,20],[1312,6,549,4,"borderWidth"],[1312,17,549,15],[1312,19,549,17],[1312,20,549,18],[1313,6,550,4,"borderColor"],[1313,17,550,15],[1313,19,550,17],[1314,4,551,2],[1314,5,551,3],[1315,4,552,2,"balanceCardHeader"],[1315,21,552,19],[1315,23,552,21],[1316,6,553,4,"flexDirection"],[1316,19,553,17],[1316,21,553,19],[1316,26,553,24],[1317,6,554,4,"alignItems"],[1317,16,554,14],[1317,18,554,16],[1317,26,554,24],[1318,6,555,4,"gap"],[1318,9,555,7],[1318,11,555,9],[1318,12,555,10],[1319,6,556,4,"marginBottom"],[1319,18,556,16],[1319,20,556,18],[1320,4,557,2],[1320,5,557,3],[1321,4,558,2,"tokenLogo"],[1321,13,558,11],[1321,15,558,13],[1322,6,559,4,"width"],[1322,11,559,9],[1322,13,559,11],[1322,15,559,13],[1323,6,560,4,"height"],[1323,12,560,10],[1323,14,560,12],[1323,16,560,14],[1324,6,561,4,"borderRadius"],[1324,18,561,16],[1324,20,561,18],[1325,4,562,2],[1325,5,562,3],[1326,4,563,2,"tokenSymbol"],[1326,15,563,13],[1326,17,563,15],[1327,6,564,4,"fontSize"],[1327,14,564,12],[1327,16,564,14],[1327,18,564,16],[1328,6,565,4,"fontWeight"],[1328,16,565,14],[1328,18,565,16],[1328,23,565,21],[1329,6,566,4,"color"],[1329,11,566,9],[1329,13,566,11],[1330,4,567,2],[1330,5,567,3],[1331,4,568,2,"balanceAmount"],[1331,17,568,15],[1331,19,568,17],[1332,6,569,4,"fontSize"],[1332,14,569,12],[1332,16,569,14],[1332,18,569,16],[1333,6,570,4,"fontWeight"],[1333,16,570,14],[1333,18,570,16],[1333,23,570,21],[1334,6,571,4,"color"],[1334,11,571,9],[1334,13,571,11],[1334,22,571,20],[1335,6,572,4,"marginBottom"],[1335,18,572,16],[1335,20,572,18],[1336,4,573,2],[1336,5,573,3],[1337,4,574,2,"balanceUsd"],[1337,14,574,12],[1337,16,574,14],[1338,6,575,4,"fontSize"],[1338,14,575,12],[1338,16,575,14],[1338,18,575,16],[1339,6,576,4,"color"],[1339,11,576,9],[1339,13,576,11],[1340,4,577,2],[1340,5,577,3],[1341,4,578,2,"walletActions"],[1341,17,578,15],[1341,19,578,17],[1342,6,579,4,"flexDirection"],[1342,19,579,17],[1342,21,579,19],[1342,26,579,24],[1343,6,580,4,"padding"],[1343,13,580,11],[1343,15,580,13],[1343,17,580,15],[1344,6,581,4,"gap"],[1344,9,581,7],[1344,11,581,9],[1345,4,582,2],[1345,5,582,3],[1346,4,583,2,"walletActionButton"],[1346,22,583,20],[1346,24,583,22],[1347,6,584,4,"flex"],[1347,10,584,8],[1347,12,584,10],[1347,13,584,11],[1348,6,585,4,"backgroundColor"],[1348,21,585,19],[1348,23,585,21],[1348,32,585,30],[1349,6,586,4,"padding"],[1349,13,586,11],[1349,15,586,13],[1349,17,586,15],[1350,6,587,4,"borderRadius"],[1350,18,587,16],[1350,20,587,18],[1350,22,587,20],[1351,6,588,4,"alignItems"],[1351,16,588,14],[1351,18,588,16],[1351,26,588,24],[1352,6,589,4,"gap"],[1352,9,589,7],[1352,11,589,9],[1353,4,590,2],[1353,5,590,3],[1354,4,591,2,"walletActionText"],[1354,20,591,18],[1354,22,591,20],[1355,6,592,4,"color"],[1355,11,592,9],[1355,13,592,11],[1355,19,592,17],[1356,6,593,4,"fontSize"],[1356,14,593,12],[1356,16,593,14],[1356,18,593,16],[1357,6,594,4,"fontWeight"],[1357,16,594,14],[1357,18,594,16],[1358,4,595,2],[1358,5,595,3],[1359,4,596,2,"placeholderText"],[1359,19,596,17],[1359,21,596,19],[1360,6,597,4,"flex"],[1360,10,597,8],[1360,12,597,10],[1360,13,597,11],[1361,6,598,4,"textAlign"],[1361,15,598,13],[1361,17,598,15],[1361,25,598,23],[1362,6,599,4,"marginTop"],[1362,15,599,13],[1362,17,599,15],[1362,20,599,18],[1363,6,600,4,"fontSize"],[1363,14,600,12],[1363,16,600,14],[1363,18,600,16],[1364,6,601,4,"color"],[1364,11,601,9],[1364,13,601,11],[1365,4,602,2],[1365,5,602,3],[1366,4,603,2,"tabBar"],[1366,10,603,8],[1366,12,603,10],[1367,6,604,4,"borderTopWidth"],[1367,20,604,18],[1367,22,604,20],[1367,23,604,21],[1368,6,605,4,"borderTopColor"],[1368,20,605,18],[1368,22,605,20],[1368,31,605,29],[1369,6,606,4,"paddingBottom"],[1369,19,606,17],[1369,21,606,19],[1369,23,606,21],[1370,6,607,4,"paddingTop"],[1370,16,607,14],[1370,18,607,16],[1370,19,607,17],[1371,6,608,4,"backgroundColor"],[1371,21,608,19],[1371,23,608,21],[1372,4,609,2],[1372,5,609,3],[1373,4,610,2],[1374,4,611,2,"balanceRow"],[1374,14,611,12],[1374,16,611,14],[1375,6,612,4,"flexDirection"],[1375,19,612,17],[1375,21,612,19],[1375,26,612,24],[1376,6,613,4,"padding"],[1376,13,613,11],[1376,15,613,13],[1376,17,613,15],[1377,6,614,4,"gap"],[1377,9,614,7],[1377,11,614,9],[1378,4,615,2],[1378,5,615,3],[1379,4,616,2,"balanceCardNew"],[1379,18,616,16],[1379,20,616,18],[1380,6,617,4,"flex"],[1380,10,617,8],[1380,12,617,10],[1380,13,617,11],[1381,6,618,4,"backgroundColor"],[1381,21,618,19],[1381,23,618,21],[1381,29,618,27],[1382,6,619,4,"padding"],[1382,13,619,11],[1382,15,619,13],[1382,17,619,15],[1383,6,620,4,"borderRadius"],[1383,18,620,16],[1383,20,620,18],[1383,22,620,20],[1384,6,621,4,"alignItems"],[1384,16,621,14],[1384,18,621,16],[1384,26,621,24],[1385,6,622,4,"shadowColor"],[1385,17,622,15],[1385,19,622,17],[1385,25,622,23],[1386,6,623,4,"shadowOffset"],[1386,18,623,16],[1386,20,623,18],[1387,8,623,20,"width"],[1387,13,623,25],[1387,15,623,27],[1387,16,623,28],[1388,8,623,30,"height"],[1388,14,623,36],[1388,16,623,38],[1389,6,623,40],[1389,7,623,41],[1390,6,624,4,"shadowOpacity"],[1390,19,624,17],[1390,21,624,19],[1390,24,624,22],[1391,6,625,4,"shadowRadius"],[1391,18,625,16],[1391,20,625,18],[1391,21,625,19],[1392,6,626,4,"elevation"],[1392,15,626,13],[1392,17,626,15],[1393,4,627,2],[1393,5,627,3],[1394,4,628,2,"tokenLogoNew"],[1394,16,628,14],[1394,18,628,16],[1395,6,629,4,"width"],[1395,11,629,9],[1395,13,629,11],[1395,15,629,13],[1396,6,630,4,"height"],[1396,12,630,10],[1396,14,630,12],[1396,16,630,14],[1397,6,631,4,"borderRadius"],[1397,18,631,16],[1397,20,631,18],[1397,22,631,20],[1398,6,632,4,"marginBottom"],[1398,18,632,16],[1398,20,632,18],[1399,4,633,2],[1399,5,633,3],[1400,4,634,2,"tokenSymbolNew"],[1400,18,634,16],[1400,20,634,18],[1401,6,635,4,"fontSize"],[1401,14,635,12],[1401,16,635,14],[1401,18,635,16],[1402,6,636,4,"fontWeight"],[1402,16,636,14],[1402,18,636,16],[1402,23,636,21],[1403,6,637,4,"color"],[1403,11,637,9],[1403,13,637,11],[1403,22,637,20],[1404,6,638,4,"marginBottom"],[1404,18,638,16],[1404,20,638,18],[1405,4,639,2],[1405,5,639,3],[1406,4,640,2,"balanceAmountNew"],[1406,20,640,18],[1406,22,640,20],[1407,6,641,4,"fontSize"],[1407,14,641,12],[1407,16,641,14],[1407,18,641,16],[1408,6,642,4,"fontWeight"],[1408,16,642,14],[1408,18,642,16],[1408,23,642,21],[1409,6,643,4,"color"],[1409,11,643,9],[1409,13,643,11],[1409,22,643,20],[1410,6,644,4,"marginBottom"],[1410,18,644,16],[1410,20,644,18],[1411,4,645,2],[1411,5,645,3],[1412,4,646,2,"tokenNameNew"],[1412,16,646,14],[1412,18,646,16],[1413,6,647,4,"fontSize"],[1413,14,647,12],[1413,16,647,14],[1413,18,647,16],[1414,6,648,4,"color"],[1414,11,648,9],[1414,13,648,11],[1415,4,649,2],[1415,5,649,3],[1416,4,650,2,"actionsContainer"],[1416,20,650,18],[1416,22,650,20],[1417,6,651,4,"margin"],[1417,12,651,10],[1417,14,651,12],[1417,16,651,14],[1418,6,652,4,"backgroundColor"],[1418,21,652,19],[1418,23,652,21],[1418,29,652,27],[1419,6,653,4,"padding"],[1419,13,653,11],[1419,15,653,13],[1419,17,653,15],[1420,6,654,4,"borderRadius"],[1420,18,654,16],[1420,20,654,18],[1420,22,654,20],[1421,6,655,4,"shadowColor"],[1421,17,655,15],[1421,19,655,17],[1421,25,655,23],[1422,6,656,4,"shadowOffset"],[1422,18,656,16],[1422,20,656,18],[1423,8,656,20,"width"],[1423,13,656,25],[1423,15,656,27],[1423,16,656,28],[1424,8,656,30,"height"],[1424,14,656,36],[1424,16,656,38],[1425,6,656,40],[1425,7,656,41],[1426,6,657,4,"shadowOpacity"],[1426,19,657,17],[1426,21,657,19],[1426,24,657,22],[1427,6,658,4,"shadowRadius"],[1427,18,658,16],[1427,20,658,18],[1427,21,658,19],[1428,6,659,4,"elevation"],[1428,15,659,13],[1428,17,659,15],[1429,4,660,2],[1429,5,660,3],[1430,4,661,2,"actionsRow"],[1430,14,661,12],[1430,16,661,14],[1431,6,662,4,"flexDirection"],[1431,19,662,17],[1431,21,662,19],[1431,26,662,24],[1432,6,663,4,"justifyContent"],[1432,20,663,18],[1432,22,663,20],[1432,37,663,35],[1433,6,664,4,"marginBottom"],[1433,18,664,16],[1433,20,664,18],[1434,4,665,2],[1434,5,665,3],[1435,4,666,2,"actionBtn"],[1435,13,666,11],[1435,15,666,13],[1436,6,667,4,"width"],[1436,11,667,9],[1436,13,667,11],[1436,14,667,12,"width"],[1436,19,667,17],[1436,22,667,20],[1436,24,667,22],[1436,28,667,26],[1436,29,667,27],[1437,6,668,4,"padding"],[1437,13,668,11],[1437,15,668,13],[1437,17,668,15],[1438,6,669,4,"borderRadius"],[1438,18,669,16],[1438,20,669,18],[1438,22,669,20],[1439,6,670,4,"alignItems"],[1439,16,670,14],[1439,18,670,16],[1439,26,670,24],[1440,6,671,4,"justifyContent"],[1440,20,671,18],[1440,22,671,20],[1441,4,672,2],[1441,5,672,3],[1442,4,673,2,"actionBtnText"],[1442,17,673,15],[1442,19,673,17],[1443,6,674,4,"color"],[1443,11,674,9],[1443,13,674,11],[1443,19,674,17],[1444,6,675,4,"fontSize"],[1444,14,675,12],[1444,16,675,14],[1444,18,675,16],[1445,6,676,4,"fontWeight"],[1445,16,676,14],[1445,18,676,16],[1445,23,676,21],[1446,6,677,4,"marginTop"],[1446,15,677,13],[1446,17,677,15],[1447,4,678,2],[1447,5,678,3],[1448,4,679,2,"tokensContainer"],[1448,19,679,17],[1448,21,679,19],[1449,6,680,4,"margin"],[1449,12,680,10],[1449,14,680,12],[1449,16,680,14],[1450,6,681,4,"marginTop"],[1450,15,681,13],[1450,17,681,15],[1451,4,682,2],[1451,5,682,3],[1452,4,683,2,"tokensTitle"],[1452,15,683,13],[1452,17,683,15],[1453,6,684,4,"fontSize"],[1453,14,684,12],[1453,16,684,14],[1453,18,684,16],[1454,6,685,4,"fontWeight"],[1454,16,685,14],[1454,18,685,16],[1454,23,685,21],[1455,6,686,4,"color"],[1455,11,686,9],[1455,13,686,11],[1455,22,686,20],[1456,6,687,4,"marginBottom"],[1456,18,687,16],[1456,20,687,18],[1456,22,687,20],[1457,6,688,4,"paddingHorizontal"],[1457,23,688,21],[1457,25,688,23],[1458,4,689,2],[1458,5,689,3],[1459,4,690,2,"tokenItem"],[1459,13,690,11],[1459,15,690,13],[1460,6,691,4,"flexDirection"],[1460,19,691,17],[1460,21,691,19],[1460,26,691,24],[1461,6,692,4,"justifyContent"],[1461,20,692,18],[1461,22,692,20],[1461,37,692,35],[1462,6,693,4,"alignItems"],[1462,16,693,14],[1462,18,693,16],[1462,26,693,24],[1463,6,694,4,"backgroundColor"],[1463,21,694,19],[1463,23,694,21],[1463,29,694,27],[1464,6,695,4,"padding"],[1464,13,695,11],[1464,15,695,13],[1464,17,695,15],[1465,6,696,4,"borderRadius"],[1465,18,696,16],[1465,20,696,18],[1465,22,696,20],[1466,6,697,4,"marginBottom"],[1466,18,697,16],[1466,20,697,18],[1466,21,697,19],[1467,6,698,4,"shadowColor"],[1467,17,698,15],[1467,19,698,17],[1467,25,698,23],[1468,6,699,4,"shadowOffset"],[1468,18,699,16],[1468,20,699,18],[1469,8,699,20,"width"],[1469,13,699,25],[1469,15,699,27],[1469,16,699,28],[1470,8,699,30,"height"],[1470,14,699,36],[1470,16,699,38],[1471,6,699,40],[1471,7,699,41],[1472,6,700,4,"shadowOpacity"],[1472,19,700,17],[1472,21,700,19],[1472,25,700,23],[1473,6,701,4,"shadowRadius"],[1473,18,701,16],[1473,20,701,18],[1473,21,701,19],[1474,6,702,4,"elevation"],[1474,15,702,13],[1474,17,702,15],[1475,4,703,2],[1475,5,703,3],[1476,4,704,2,"tokenItemLeft"],[1476,17,704,15],[1476,19,704,17],[1477,6,705,4,"flexDirection"],[1477,19,705,17],[1477,21,705,19],[1477,26,705,24],[1478,6,706,4,"alignItems"],[1478,16,706,14],[1478,18,706,16],[1478,26,706,24],[1479,6,707,4,"gap"],[1479,9,707,7],[1479,11,707,9],[1480,4,708,2],[1480,5,708,3],[1481,4,709,2,"tokenIconContainer"],[1481,22,709,20],[1481,24,709,22],[1482,6,710,4,"position"],[1482,14,710,12],[1482,16,710,14],[1482,26,710,24],[1483,6,711,4,"width"],[1483,11,711,9],[1483,13,711,11],[1483,15,711,13],[1484,6,712,4,"height"],[1484,12,712,10],[1484,14,712,12],[1485,4,713,2],[1485,5,713,3],[1486,4,714,2,"tokenIcon"],[1486,13,714,11],[1486,15,714,13],[1487,6,715,4,"width"],[1487,11,715,9],[1487,13,715,11],[1487,15,715,13],[1488,6,716,4,"height"],[1488,12,716,10],[1488,14,716,12],[1488,16,716,14],[1489,6,717,4,"borderRadius"],[1489,18,717,16],[1489,20,717,18],[1490,4,718,2],[1490,5,718,3],[1491,4,719,2,"networkBadge"],[1491,16,719,14],[1491,18,719,16],[1492,6,720,4,"position"],[1492,14,720,12],[1492,16,720,14],[1492,26,720,24],[1493,6,721,4,"right"],[1493,11,721,9],[1493,13,721,11],[1493,14,721,12],[1493,15,721,13],[1494,6,722,4,"bottom"],[1494,12,722,10],[1494,14,722,12],[1494,15,722,13],[1494,16,722,14],[1495,6,723,4,"width"],[1495,11,723,9],[1495,13,723,11],[1495,15,723,13],[1496,6,724,4,"height"],[1496,12,724,10],[1496,14,724,12],[1496,16,724,14],[1497,6,725,4,"borderRadius"],[1497,18,725,16],[1497,20,725,18],[1497,21,725,19],[1498,6,726,4,"borderWidth"],[1498,17,726,15],[1498,19,726,17],[1498,20,726,18],[1499,6,727,4,"borderColor"],[1499,17,727,15],[1499,19,727,17],[1500,4,728,2],[1500,5,728,3],[1501,4,729,2,"tokenItemName"],[1501,17,729,15],[1501,19,729,17],[1502,6,730,4,"fontSize"],[1502,14,730,12],[1502,16,730,14],[1502,18,730,16],[1503,6,731,4,"fontWeight"],[1503,16,731,14],[1503,18,731,16],[1503,23,731,21],[1504,6,732,4,"color"],[1504,11,732,9],[1504,13,732,11],[1505,4,733,2],[1505,5,733,3],[1506,4,734,2,"tokenItemNetwork"],[1506,20,734,18],[1506,22,734,20],[1507,6,735,4,"fontSize"],[1507,14,735,12],[1507,16,735,14],[1507,18,735,16],[1508,6,736,4,"color"],[1508,11,736,9],[1508,13,736,11],[1509,4,737,2],[1509,5,737,3],[1510,4,738,2,"tokenItemRight"],[1510,18,738,16],[1510,20,738,18],[1511,6,739,4,"alignItems"],[1511,16,739,14],[1511,18,739,16],[1512,4,740,2],[1512,5,740,3],[1513,4,741,2,"tokenItemBalance"],[1513,20,741,18],[1513,22,741,20],[1514,6,742,4,"fontSize"],[1514,14,742,12],[1514,16,742,14],[1514,18,742,16],[1515,6,743,4,"fontWeight"],[1515,16,743,14],[1515,18,743,16],[1515,23,743,21],[1516,6,744,4,"color"],[1516,11,744,9],[1516,13,744,11],[1517,4,745,2],[1517,5,745,3],[1518,4,746,2,"tokenItemUsd"],[1518,16,746,14],[1518,18,746,16],[1519,6,747,4,"fontSize"],[1519,14,747,12],[1519,16,747,14],[1519,18,747,16],[1520,6,748,4,"color"],[1520,11,748,9],[1520,13,748,11],[1521,4,749,2],[1522,2,750,0],[1522,3,750,1],[1522,4,750,2],[1523,2,750,3],[1523,6,750,3,"_c"],[1523,8,750,3],[1523,10,750,3,"_c2"],[1523,13,750,3],[1523,15,750,3,"_c3"],[1523,18,750,3],[1523,20,750,3,"_c4"],[1523,23,750,3],[1523,25,750,3,"_c5"],[1523,28,750,3],[1523,30,750,3,"_c6"],[1523,33,750,3],[1524,2,750,3,"$RefreshReg$"],[1524,14,750,3],[1524,15,750,3,"_c"],[1524,17,750,3],[1525,2,750,3,"$RefreshReg$"],[1525,14,750,3],[1525,15,750,3,"_c2"],[1525,18,750,3],[1526,2,750,3,"$RefreshReg$"],[1526,14,750,3],[1526,15,750,3,"_c3"],[1526,18,750,3],[1527,2,750,3,"$RefreshReg$"],[1527,14,750,3],[1527,15,750,3,"_c4"],[1527,18,750,3],[1528,2,750,3,"$RefreshReg$"],[1528,14,750,3],[1528,15,750,3,"_c5"],[1528,18,750,3],[1529,2,750,3,"$RefreshReg$"],[1529,14,750,3],[1529,15,750,3,"_c6"],[1529,18,750,3],[1530,0,750,3],[1530,3]],"functionMap":{"names":["","HomeTab","pickImage","QUICK_ACTIONS.map$argument_0","WalletTab","useEffect$argument_0","fetchBalance","CitizensTab","ReferralTab","ProfileTab","HomeScreen","Tab.Screen.props.options.tabBarIcon"],"mappings":"AAA;ACmB;oBCI;GDqB;+BEkD;aFc;CDM;AIE;YCQ;GDE;uBEE;GF4B;CJgH;AOE;CPM;AQE;CRM;ASE;CTM;eUI;sBCe;WDE;sBCQ;WDE;sBCQ;WDE;sBCQ;WDE;sBCQ;WDE;CVK"},"hasCjsExports":false},"type":"js/module"}]}
\ No newline at end of file
+{"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":12,"column":22,"index":195}}],"key":"KyzuX10g6ixS9UfynhmjlvCIG3g=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0,"index":196},"end":{"line":13,"column":46,"index":242}}],"key":"ow7vkrqkIckRjlSi/+MhMmRYtUE=","exportNames":["*"],"imports":1}},{"name":"@react-navigation/bottom-tabs","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":14,"column":0,"index":243},"end":{"line":14,"column":73,"index":316}}],"key":"+CsiEPZJMQUbFs9pwhg0Pji1O3k=","exportNames":["*"],"imports":1}},{"name":"expo-image-picker","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":15,"column":0,"index":317},"end":{"line":15,"column":49,"index":366}}],"key":"XQFgv2+WadF9xV+S67CI6D8lClA=","exportNames":["*"],"imports":1}},{"name":"../contexts/AuthContext","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":16,"column":0,"index":367},"end":{"line":16,"column":50,"index":417}}],"key":"oNCgyH4yx4pAIVZXLqqRGB2kuCY=","exportNames":["*"],"imports":1}},{"name":"react/jsx-dev-runtime","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"L9D70Z4hi4aGuui1ysja/oQ5ytI=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n var _jsxFileName = \"/app/frontend/src/screens/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 _reactJsxDevRuntime = require(_dependencyMap[8], \"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 _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 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: 54,\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: 56,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 52,\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: 60,\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: 61,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 59,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 51,\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: 66,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 65,\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: 69,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 68,\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: 72,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 71,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 64,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 50,\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: 81,\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: 82,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 80,\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: 85,\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: 86,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 84,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 79,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 78,\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: 93,\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: 105,\n columnNumber: 19\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 104,\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: 107,\n columnNumber: 17\n }, this)]\n }, action.id, true, {\n fileName: _jsxFileName,\n lineNumber: 96,\n columnNumber: 15\n }, this))\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 94,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 92,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 48,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 47,\n columnNumber: 5\n }, this);\n }\n _s(HomeTab, \"xEp7SEfX94u+oibpmCw6eCxkmPE=\", false, function () {\n return [_contextsAuthContext.useAuth];\n });\n _c = HomeTab;\n function WalletTab() {\n _s2();\n var _useAuth2 = (0, _contextsAuthContext.useAuth)(),\n user = _useAuth2.user;\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://kurdish-id.preview.emergentagent.com\" || 'http://localhost:8001';\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 });\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('Error');\n setPezBalance('Error');\n }\n } catch (error) {\n console.error('Balance fetch error:', error);\n setHezBalance('Error');\n setPezBalance('Error');\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 children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.walletTitle,\n children: \"My Wallet\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 164,\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: 166,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 165,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 163,\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: 173,\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: 177,\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: 178,\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: 179,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 172,\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: 183,\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: 187,\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: 188,\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: 189,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 182,\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.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: 198,\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: 199,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 197,\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: 202,\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: 203,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 201,\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: 206,\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: 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: '#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: 210,\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: 211,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 209,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 196,\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: 218,\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: 219,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 217,\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: 222,\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: 223,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 221,\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: 226,\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: 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: '#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: 230,\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: 231,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 229,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 216,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 194,\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: 238,\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: 244,\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: 248,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 243,\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: 254,\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: 255,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 253,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 242,\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: 259,\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: 260,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 258,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 241,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 237,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 161,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 160,\n columnNumber: 5\n }, this);\n }\n _s2(WalletTab, \"osbCN528CgM7tSTrgQcFeX6sHT4=\", false, function () {\n return [_contextsAuthContext.useAuth];\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: 274,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 273,\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: 282,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 281,\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: 290,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 289,\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: 313,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 307,\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: 323,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 317,\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: 333,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 327,\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: 343,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 337,\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: 353,\n columnNumber: 13\n }, this);\n }\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 347,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 299,\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: 'History',\n icon: 'time',\n color: '#84CC16'\n }, {\n id: '13',\n label: 'QR Scan',\n icon: 'qr-code',\n color: '#06B6D4'\n }, {\n id: '14',\n label: 'Settings',\n icon: 'settings',\n color: '#64748B'\n }, {\n id: '15',\n label: 'Help',\n icon: 'help-circle',\n color: '#A855F7'\n }, {\n id: '16',\n label: 'Rewards',\n icon: 'star',\n color: '#FBBF24'\n }, {\n id: '17',\n label: 'Trust',\n icon: 'heart',\n color: '#EF4444'\n }, {\n id: '18',\n label: 'Parliament',\n icon: 'flag',\n color: '#3B82F6'\n }, {\n id: '19',\n label: 'Ministry',\n icon: 'business',\n color: '#10B981'\n }, {\n id: '20',\n label: 'Justice',\n icon: 'hammer',\n color: '#78350F'\n }, {\n id: '21',\n label: 'Tax',\n icon: 'receipt',\n color: '#991B1B'\n }, {\n id: '22',\n label: 'Census',\n icon: 'people-circle',\n color: '#1E40AF'\n }, {\n id: '23',\n label: 'Land',\n icon: 'map',\n color: '#065F46'\n }, {\n id: '24',\n label: 'Marriage',\n icon: 'heart-circle',\n color: '#BE185D'\n }, {\n id: '25',\n label: 'Birth',\n icon: 'happy',\n color: '#7C3AED'\n }, {\n id: '26',\n label: 'Death',\n icon: 'sad',\n color: '#404040'\n }, {\n id: '27',\n label: 'Trade',\n icon: 'storefront',\n color: '#0891B2'\n }, {\n id: '28',\n label: 'Export',\n icon: 'airplane',\n color: '#4338CA'\n }, {\n id: '29',\n label: 'Import',\n icon: 'boat',\n color: '#15803D'\n }, {\n id: '30',\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":1530,"map":[[30,2,297,15,"Object"],[30,8,297,15],[30,9,297,15,"defineProperty"],[30,23,297,15],[30,24,297,15,"exports"],[30,31,297,15],[31,4,297,15,"enumerable"],[31,14,297,15],[32,4,297,15,"get"],[32,7,297,15],[32,18,297,15,"get"],[32,19,297,15],[33,6,297,15],[33,13,297,15,"HomeScreen"],[33,23,297,15],[34,4,297,15],[35,2,297,15],[36,2,359,1],[36,6,359,1,"_babelRuntimeHelpersAsyncToGenerator"],[36,42,359,1],[36,45,359,1,"require"],[36,52,359,1],[36,53,359,1,"_dependencyMap"],[36,67,359,1],[37,2,359,1],[37,6,359,1,"_asyncToGenerator"],[37,23,359,1],[37,26,359,1,"_interopDefault"],[37,41,359,1],[37,42,359,1,"_babelRuntimeHelpersAsyncToGenerator"],[37,78,359,1],[38,2,359,1],[38,6,359,1,"_babelRuntimeHelpersSlicedToArray"],[38,39,359,1],[38,42,359,1,"require"],[38,49,359,1],[38,50,359,1,"_dependencyMap"],[38,64,359,1],[39,2,359,1],[39,6,359,1,"_slicedToArray"],[39,20,359,1],[39,23,359,1,"_interopDefault"],[39,38,359,1],[39,39,359,1,"_babelRuntimeHelpersSlicedToArray"],[39,72,359,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,13,0],[42,6,13,0,"_expoVectorIcons"],[42,22,13,0],[42,25,13,0,"require"],[42,32,13,0],[42,33,13,0,"_dependencyMap"],[42,47,13,0],[43,2,14,0],[43,6,14,0,"_reactNavigationBottomTabs"],[43,32,14,0],[43,35,14,0,"require"],[43,42,14,0],[43,43,14,0,"_dependencyMap"],[43,57,14,0],[44,2,15,0],[44,6,15,0,"_expoImagePicker"],[44,22,15,0],[44,25,15,0,"require"],[44,32,15,0],[44,33,15,0,"_dependencyMap"],[44,47,15,0],[45,2,15,0],[45,6,15,0,"ImagePicker"],[45,17,15,0],[45,20,15,0,"_interopNamespace"],[45,37,15,0],[45,38,15,0,"_expoImagePicker"],[45,54,15,0],[46,2,16,0],[46,6,16,0,"_contextsAuthContext"],[46,26,16,0],[46,29,16,0,"require"],[46,36,16,0],[46,37,16,0,"_dependencyMap"],[46,51,16,0],[47,2,16,50],[47,6,16,50,"_reactJsxDevRuntime"],[47,25,16,50],[47,28,16,50,"require"],[47,35,16,50],[47,36,16,50,"_dependencyMap"],[47,50,16,50],[48,2,18,0],[48,6,18,0,"_Dimensions$get"],[48,21,18,0],[48,24,18,18,"Dimensions"],[48,36,18,28],[48,37,18,28,"Dimensions"],[48,47,18,28],[48,48,18,29,"get"],[48,51,18,32],[48,52,18,33],[48,60,18,41],[48,61,18,42],[49,4,18,8,"width"],[49,9,18,13],[49,12,18,13,"_Dimensions$get"],[49,27,18,13],[49,28,18,8,"width"],[49,33,18,13],[50,2,20,0],[50,11,20,9,"HomeTab"],[50,18,20,16,"HomeTab"],[50,19,20,16],[50,21,20,19],[51,4,20,19,"_s"],[51,6,20,19],[52,4,21,2],[52,8,21,2,"_useAuth"],[52,16,21,2],[52,19,21,19],[52,23,21,19,"useAuth"],[52,43,21,26],[52,44,21,26,"useAuth"],[52,51,21,26],[52,53,21,27],[52,54,21,28],[53,6,21,10,"user"],[53,10,21,14],[53,13,21,14,"_useAuth"],[53,21,21,14],[53,22,21,10,"user"],[53,26,21,14],[54,4,22,2],[54,8,22,2,"_useState"],[54,17,22,2],[54,20,22,42],[54,24,22,42,"useState"],[54,30,22,50],[54,31,22,50,"useState"],[54,39,22,50],[54,41,22,66],[54,45,22,70],[54,46,22,71],[55,6,22,71,"_useState2"],[55,16,22,71],[55,23,22,71,"_slicedToArray"],[55,37,22,71],[55,38,22,71,"default"],[55,45,22,71],[55,47,22,71,"_useState"],[55,56,22,71],[56,6,22,9,"profileImage"],[56,18,22,21],[56,21,22,21,"_useState2"],[56,31,22,21],[57,6,22,23,"setProfileImage"],[57,21,22,38],[57,24,22,38,"_useState2"],[57,34,22,38],[58,4,24,2],[58,8,24,8,"pickImage"],[58,17,24,17],[59,6,24,17],[59,10,24,17,"_ref"],[59,14,24,17],[59,21,24,17,"_asyncToGenerator"],[59,38,24,17],[59,39,24,17,"default"],[59,46,24,17],[59,48,24,20],[59,61,24,32],[60,8,25,4],[60,12,25,10,"permissionResult"],[60,28,25,26],[60,37,25,35,"ImagePicker"],[60,48,25,46],[60,49,25,47,"requestMediaLibraryPermissionsAsync"],[60,84,25,82],[60,85,25,83],[60,86,25,84],[61,8,27,4],[61,12,27,8,"permissionResult"],[61,28,27,24],[61,29,27,25,"granted"],[61,36,27,32],[61,41,27,37],[61,46,27,42],[61,48,27,44],[62,10,28,6,"Alert"],[62,22,28,11],[62,23,28,11,"Alert"],[62,28,28,11],[62,29,28,12,"alert"],[62,34,28,17],[62,35,28,18],[62,56,28,39],[62,58,28,41],[62,105,28,88],[62,106,28,89],[63,10,29,6],[64,8,30,4],[65,8,32,4],[65,12,32,10,"result"],[65,18,32,16],[65,27,32,25,"ImagePicker"],[65,38,32,36],[65,39,32,37,"launchImageLibraryAsync"],[65,62,32,60],[65,63,32,61],[66,10,33,6,"mediaTypes"],[66,20,33,16],[66,22,33,18,"ImagePicker"],[66,33,33,29],[66,34,33,30,"MediaTypeOptions"],[66,50,33,46],[66,51,33,47,"Images"],[66,57,33,53],[67,10,34,6,"allowsEditing"],[67,23,34,19],[67,25,34,21],[67,29,34,25],[68,10,35,6,"aspect"],[68,16,35,12],[68,18,35,14],[68,19,35,15],[68,20,35,16],[68,22,35,18],[68,23,35,19],[68,24,35,20],[69,10,36,6,"quality"],[69,17,36,13],[69,19,36,15],[69,22,36,18],[70,10,37,6,"base64"],[70,16,37,12],[70,18,37,14],[71,8,38,4],[71,9,38,5],[71,10,38,6],[72,8,40,4],[72,12,40,8],[72,13,40,9,"result"],[72,19,40,15],[72,20,40,16,"canceled"],[72,28,40,24],[72,32,40,28,"result"],[72,38,40,34],[72,39,40,35,"assets"],[72,45,40,41],[72,46,40,42],[72,47,40,43],[72,48,40,44],[72,49,40,45,"base64"],[72,55,40,51],[72,57,40,53],[73,10,41,6],[73,14,41,12,"base64Image"],[73,25,41,23],[73,28,41,26],[73,54,41,52,"result"],[73,60,41,58],[73,61,41,59,"assets"],[73,67,41,65],[73,68,41,66],[73,69,41,67],[73,70,41,68],[73,71,41,69,"base64"],[73,77,41,75],[73,79,41,77],[74,10,42,6,"setProfileImage"],[74,25,42,21],[74,26,42,22,"base64Image"],[74,37,42,33],[74,38,42,34],[75,10,43,6],[76,8,44,4],[77,6,45,2],[77,7,45,3],[78,6,45,3],[78,22,24,8,"pickImage"],[78,31,24,17,"pickImage"],[78,32,24,17],[79,8,24,17],[79,15,24,17,"_ref"],[79,19,24,17],[79,20,24,17,"apply"],[79,25,24,17],[79,32,24,17,"arguments"],[79,41,24,17],[80,6,24,17],[81,4,24,17],[81,7,45,3],[82,4,46,2],[82,24,47,4],[82,28,47,4,"_reactJsxDevRuntime"],[82,47,47,4],[82,48,47,4,"jsxDEV"],[82,54,47,4],[82,56,47,5,"_reactNative"],[82,68,47,9],[82,69,47,9,"View"],[82,73,47,9],[83,6,47,10,"style"],[83,11,47,15],[83,13,47,17,"styles"],[83,19,47,23],[83,20,47,24,"container"],[83,29,47,34],[84,6,47,34,"children"],[84,14,47,34],[84,29,48,6],[84,33,48,6,"_reactJsxDevRuntime"],[84,52,48,6],[84,53,48,6,"jsxDEV"],[84,59,48,6],[84,61,48,7,"_reactNative"],[84,73,48,17],[84,74,48,17,"ScrollView"],[84,84,48,17],[85,8,48,18,"showsVerticalScrollIndicator"],[85,36,48,46],[85,38,48,48],[85,43,48,54],[86,8,48,55,"contentContainerStyle"],[86,29,48,76],[86,31,48,78,"styles"],[86,37,48,84],[86,38,48,85,"scrollContent"],[86,51,48,99],[87,8,48,99,"children"],[87,16,48,99],[87,32,50,8],[87,36,50,8,"_reactJsxDevRuntime"],[87,55,50,8],[87,56,50,8,"jsxDEV"],[87,62,50,8],[87,64,50,9,"_reactNative"],[87,76,50,13],[87,77,50,13,"View"],[87,81,50,13],[88,10,50,14,"style"],[88,15,50,19],[88,17,50,21,"styles"],[88,23,50,27],[88,24,50,28,"header"],[88,30,50,35],[89,10,50,35,"children"],[89,18,50,35],[89,34,51,10],[89,38,51,10,"_reactJsxDevRuntime"],[89,57,51,10],[89,58,51,10,"jsxDEV"],[89,64,51,10],[89,66,51,11,"_reactNative"],[89,78,51,15],[89,79,51,15,"View"],[89,83,51,15],[90,12,51,16,"style"],[90,17,51,21],[90,19,51,23,"styles"],[90,25,51,29],[90,26,51,30,"headerLeft"],[90,36,51,41],[91,12,51,41,"children"],[91,20,51,41],[91,36,52,12],[91,40,52,12,"_reactJsxDevRuntime"],[91,59,52,12],[91,60,52,12,"jsxDEV"],[91,66,52,12],[91,68,52,13,"_reactNative"],[91,80,52,29],[91,81,52,29,"TouchableOpacity"],[91,97,52,29],[92,14,52,30,"style"],[92,19,52,35],[92,21,52,37,"styles"],[92,27,52,43],[92,28,52,44,"profileImage"],[92,40,52,57],[93,14,52,58,"onPress"],[93,21,52,65],[93,23,52,67,"pickImage"],[93,32,52,77],[94,14,52,77,"children"],[94,22,52,77],[94,24,53,15,"profileImage"],[94,36,53,27],[94,52,54,16],[94,56,54,16,"_reactJsxDevRuntime"],[94,75,54,16],[94,76,54,16,"jsxDEV"],[94,82,54,16],[94,84,54,17,"_reactNative"],[94,96,54,22],[94,97,54,22,"Image"],[94,102,54,22],[95,16,54,23,"source"],[95,22,54,29],[95,24,54,31],[96,18,54,33,"uri"],[96,21,54,36],[96,23,54,38,"profileImage"],[97,16,54,51],[97,17,54,53],[98,16,54,54,"style"],[98,21,54,59],[98,23,54,61,"styles"],[98,29,54,67],[98,30,54,68,"profileImageSrc"],[99,14,54,84],[100,16,54,84,"fileName"],[100,24,54,84],[100,26,54,84,"_jsxFileName"],[100,38,54,84],[101,16,54,84,"lineNumber"],[101,26,54,84],[102,16,54,84,"columnNumber"],[102,28,54,84],[103,14,54,84],[103,21,54,86],[103,22,54,87],[103,38,56,16],[103,42,56,16,"_reactJsxDevRuntime"],[103,61,56,16],[103,62,56,16,"jsxDEV"],[103,68,56,16],[103,70,56,17,"_expoVectorIcons"],[103,86,56,25],[103,87,56,25,"Ionicons"],[103,95,56,25],[104,16,56,26,"name"],[104,20,56,30],[104,22,56,31],[104,30,56,39],[105,16,56,40,"size"],[105,20,56,44],[105,22,56,46],[105,24,56,49],[106,16,56,50,"color"],[106,21,56,55],[106,23,56,56],[107,14,56,65],[108,16,56,65,"fileName"],[108,24,56,65],[108,26,56,65,"_jsxFileName"],[108,38,56,65],[109,16,56,65,"lineNumber"],[109,26,56,65],[110,16,56,65,"columnNumber"],[110,28,56,65],[111,14,56,65],[111,21,56,67],[112,12,57,15],[113,14,57,15,"fileName"],[113,22,57,15],[113,24,57,15,"_jsxFileName"],[113,36,57,15],[114,14,57,15,"lineNumber"],[114,24,57,15],[115,14,57,15,"columnNumber"],[115,26,57,15],[116,12,57,15],[116,19,58,30],[116,20,58,31],[116,35,59,12],[116,39,59,12,"_reactJsxDevRuntime"],[116,58,59,12],[116,59,59,12,"jsxDEV"],[116,65,59,12],[116,67,59,13,"_reactNative"],[116,79,59,17],[116,80,59,17,"View"],[116,84,59,17],[117,14,59,18,"style"],[117,19,59,23],[117,21,59,25,"styles"],[117,27,59,31],[117,28,59,32,"profileBadge"],[117,40,59,45],[118,14,59,45,"children"],[118,22,59,45],[118,38,60,14],[118,42,60,14,"_reactJsxDevRuntime"],[118,61,60,14],[118,62,60,14,"jsxDEV"],[118,68,60,14],[118,70,60,15,"_expoVectorIcons"],[118,86,60,23],[118,87,60,23,"Ionicons"],[118,95,60,23],[119,16,60,24,"name"],[119,20,60,28],[119,22,60,29],[119,28,60,35],[120,16,60,36,"size"],[120,20,60,40],[120,22,60,42],[120,24,60,45],[121,16,60,46,"color"],[121,21,60,51],[121,23,60,52],[122,14,60,61],[123,16,60,61,"fileName"],[123,24,60,61],[123,26,60,61,"_jsxFileName"],[123,38,60,61],[124,16,60,61,"lineNumber"],[124,26,60,61],[125,16,60,61,"columnNumber"],[125,28,60,61],[126,14,60,61],[126,21,60,63],[126,22,60,64],[126,37,61,14],[126,41,61,14,"_reactJsxDevRuntime"],[126,60,61,14],[126,61,61,14,"jsxDEV"],[126,67,61,14],[126,69,61,15,"_reactNative"],[126,81,61,19],[126,82,61,19,"Text"],[126,86,61,19],[127,16,61,20,"style"],[127,21,61,25],[127,23,61,27,"styles"],[127,29,61,33],[127,30,61,34,"trustScore"],[127,40,61,45],[128,16,61,45,"children"],[128,24,61,45],[128,26,61,46],[129,14,61,49],[130,16,61,49,"fileName"],[130,24,61,49],[130,26,61,49,"_jsxFileName"],[130,38,61,49],[131,16,61,49,"lineNumber"],[131,26,61,49],[132,16,61,49,"columnNumber"],[132,28,61,49],[133,14,61,49],[133,21,61,55],[133,22,61,56],[134,12,61,56],[135,14,61,56,"fileName"],[135,22,61,56],[135,24,61,56,"_jsxFileName"],[135,36,61,56],[136,14,61,56,"lineNumber"],[136,24,61,56],[137,14,61,56,"columnNumber"],[137,26,61,56],[138,12,61,56],[138,19,62,18],[138,20,62,19],[139,10,62,19],[140,12,62,19,"fileName"],[140,20,62,19],[140,22,62,19,"_jsxFileName"],[140,34,62,19],[141,12,62,19,"lineNumber"],[141,22,62,19],[142,12,62,19,"columnNumber"],[142,24,62,19],[143,10,62,19],[143,17,63,16],[143,18,63,17],[143,33,64,10],[143,37,64,10,"_reactJsxDevRuntime"],[143,56,64,10],[143,57,64,10,"jsxDEV"],[143,63,64,10],[143,65,64,11,"_reactNative"],[143,77,64,15],[143,78,64,15,"View"],[143,82,64,15],[144,12,64,16,"style"],[144,17,64,21],[144,19,64,23,"styles"],[144,25,64,29],[144,26,64,30,"headerRight"],[144,37,64,42],[145,12,64,42,"children"],[145,20,64,42],[145,36,65,12],[145,40,65,12,"_reactJsxDevRuntime"],[145,59,65,12],[145,60,65,12,"jsxDEV"],[145,66,65,12],[145,68,65,13,"_reactNative"],[145,80,65,29],[145,81,65,29,"TouchableOpacity"],[145,97,65,29],[146,14,65,30,"style"],[146,19,65,35],[146,21,65,37,"styles"],[146,27,65,43],[146,28,65,44,"iconButton"],[146,38,65,55],[147,14,65,55,"children"],[147,22,65,55],[147,37,66,14],[147,41,66,14,"_reactJsxDevRuntime"],[147,60,66,14],[147,61,66,14,"jsxDEV"],[147,67,66,14],[147,69,66,15,"_expoVectorIcons"],[147,85,66,23],[147,86,66,23,"Ionicons"],[147,94,66,23],[148,16,66,24,"name"],[148,20,66,28],[148,22,66,29],[148,39,66,46],[149,16,66,47,"size"],[149,20,66,51],[149,22,66,53],[149,24,66,56],[150,16,66,57,"color"],[150,21,66,62],[150,23,66,63],[151,14,66,72],[152,16,66,72,"fileName"],[152,24,66,72],[152,26,66,72,"_jsxFileName"],[152,38,66,72],[153,16,66,72,"lineNumber"],[153,26,66,72],[154,16,66,72,"columnNumber"],[154,28,66,72],[155,14,66,72],[155,21,66,74],[156,12,66,75],[157,14,66,75,"fileName"],[157,22,66,75],[157,24,66,75,"_jsxFileName"],[157,36,66,75],[158,14,66,75,"lineNumber"],[158,24,66,75],[159,14,66,75,"columnNumber"],[159,26,66,75],[160,12,66,75],[160,19,67,30],[160,20,67,31],[160,35,68,12],[160,39,68,12,"_reactJsxDevRuntime"],[160,58,68,12],[160,59,68,12,"jsxDEV"],[160,65,68,12],[160,67,68,13,"_reactNative"],[160,79,68,29],[160,80,68,29,"TouchableOpacity"],[160,96,68,29],[161,14,68,30,"style"],[161,19,68,35],[161,21,68,37,"styles"],[161,27,68,43],[161,28,68,44,"iconButton"],[161,38,68,55],[162,14,68,55,"children"],[162,22,68,55],[162,37,69,14],[162,41,69,14,"_reactJsxDevRuntime"],[162,60,69,14],[162,61,69,14,"jsxDEV"],[162,67,69,14],[162,69,69,15,"_expoVectorIcons"],[162,85,69,23],[162,86,69,23,"Ionicons"],[162,94,69,23],[163,16,69,24,"name"],[163,20,69,28],[163,22,69,29],[163,45,69,52],[164,16,69,53,"size"],[164,20,69,57],[164,22,69,59],[164,24,69,62],[165,16,69,63,"color"],[165,21,69,68],[165,23,69,69],[166,14,69,78],[167,16,69,78,"fileName"],[167,24,69,78],[167,26,69,78,"_jsxFileName"],[167,38,69,78],[168,16,69,78,"lineNumber"],[168,26,69,78],[169,16,69,78,"columnNumber"],[169,28,69,78],[170,14,69,78],[170,21,69,80],[171,12,69,81],[172,14,69,81,"fileName"],[172,22,69,81],[172,24,69,81,"_jsxFileName"],[172,36,69,81],[173,14,69,81,"lineNumber"],[173,24,69,81],[174,14,69,81,"columnNumber"],[174,26,69,81],[175,12,69,81],[175,19,70,30],[175,20,70,31],[175,35,71,12],[175,39,71,12,"_reactJsxDevRuntime"],[175,58,71,12],[175,59,71,12,"jsxDEV"],[175,65,71,12],[175,67,71,13,"_reactNative"],[175,79,71,29],[175,80,71,29,"TouchableOpacity"],[175,96,71,29],[176,14,71,30,"style"],[176,19,71,35],[176,21,71,37,"styles"],[176,27,71,43],[176,28,71,44,"iconButton"],[176,38,71,55],[177,14,71,55,"children"],[177,22,71,55],[177,37,72,14],[177,41,72,14,"_reactJsxDevRuntime"],[177,60,72,14],[177,61,72,14,"jsxDEV"],[177,67,72,14],[177,69,72,15,"_expoVectorIcons"],[177,85,72,23],[177,86,72,23,"Ionicons"],[177,94,72,23],[178,16,72,24,"name"],[178,20,72,28],[178,22,72,29],[178,40,72,47],[179,16,72,48,"size"],[179,20,72,52],[179,22,72,54],[179,24,72,57],[180,16,72,58,"color"],[180,21,72,63],[180,23,72,64],[181,14,72,73],[182,16,72,73,"fileName"],[182,24,72,73],[182,26,72,73,"_jsxFileName"],[182,38,72,73],[183,16,72,73,"lineNumber"],[183,26,72,73],[184,16,72,73,"columnNumber"],[184,28,72,73],[185,14,72,73],[185,21,72,75],[186,12,72,76],[187,14,72,76,"fileName"],[187,22,72,76],[187,24,72,76,"_jsxFileName"],[187,36,72,76],[188,14,72,76,"lineNumber"],[188,24,72,76],[189,14,72,76,"columnNumber"],[189,26,72,76],[190,12,72,76],[190,19,73,30],[190,20,73,31],[191,10,73,31],[192,12,73,31,"fileName"],[192,20,73,31],[192,22,73,31,"_jsxFileName"],[192,34,73,31],[193,12,73,31,"lineNumber"],[193,22,73,31],[194,12,73,31,"columnNumber"],[194,24,73,31],[195,10,73,31],[195,17,74,16],[195,18,74,17],[196,8,74,17],[197,10,74,17,"fileName"],[197,18,74,17],[197,20,74,17,"_jsxFileName"],[197,32,74,17],[198,10,74,17,"lineNumber"],[198,20,74,17],[199,10,74,17,"columnNumber"],[199,22,74,17],[200,8,74,17],[200,15,75,14],[200,16,75,15],[200,31,78,8],[200,35,78,8,"_reactJsxDevRuntime"],[200,54,78,8],[200,55,78,8,"jsxDEV"],[200,61,78,8],[200,63,78,9,"_reactNative"],[200,75,78,13],[200,76,78,13,"View"],[200,80,78,13],[201,10,78,14,"style"],[201,15,78,19],[201,17,78,21,"styles"],[201,23,78,27],[201,24,78,28,"announcementWidget"],[201,42,78,47],[202,10,78,47,"children"],[202,18,78,47],[202,33,79,10],[202,37,79,10,"_reactJsxDevRuntime"],[202,56,79,10],[202,57,79,10,"jsxDEV"],[202,63,79,10],[202,65,79,11,"_reactNative"],[202,77,79,21],[202,78,79,21,"ScrollView"],[202,88,79,21],[203,12,79,22,"horizontal"],[203,22,79,32],[204,12,79,33,"showsHorizontalScrollIndicator"],[204,42,79,63],[204,44,79,65],[204,49,79,71],[205,12,79,71,"children"],[205,20,79,71],[205,36,80,12],[205,40,80,12,"_reactJsxDevRuntime"],[205,59,80,12],[205,60,80,12,"jsxDEV"],[205,66,80,12],[205,68,80,13,"_reactNative"],[205,80,80,17],[205,81,80,17,"View"],[205,85,80,17],[206,14,80,18,"style"],[206,19,80,23],[206,21,80,25,"styles"],[206,27,80,31],[206,28,80,32,"announcement"],[206,40,80,45],[207,14,80,45,"children"],[207,22,80,45],[207,38,81,14],[207,42,81,14,"_reactJsxDevRuntime"],[207,61,81,14],[207,62,81,14,"jsxDEV"],[207,68,81,14],[207,70,81,15,"_reactNative"],[207,82,81,19],[207,83,81,19,"Text"],[207,87,81,19],[208,16,81,20,"style"],[208,21,81,25],[208,23,81,27,"styles"],[208,29,81,33],[208,30,81,34,"announcementTitle"],[208,47,81,52],[209,16,81,52,"children"],[209,24,81,52],[209,26,81,53],[210,14,81,80],[211,16,81,80,"fileName"],[211,24,81,80],[211,26,81,80,"_jsxFileName"],[211,38,81,80],[212,16,81,80,"lineNumber"],[212,26,81,80],[213,16,81,80,"columnNumber"],[213,28,81,80],[214,14,81,80],[214,21,81,86],[214,22,81,87],[214,37,82,14],[214,41,82,14,"_reactJsxDevRuntime"],[214,60,82,14],[214,61,82,14,"jsxDEV"],[214,67,82,14],[214,69,82,15,"_reactNative"],[214,81,82,19],[214,82,82,19,"Text"],[214,86,82,19],[215,16,82,20,"style"],[215,21,82,25],[215,23,82,27,"styles"],[215,29,82,33],[215,30,82,34,"announcementText"],[215,46,82,51],[216,16,82,51,"children"],[216,24,82,51],[216,26,82,52],[217,14,82,88],[218,16,82,88,"fileName"],[218,24,82,88],[218,26,82,88,"_jsxFileName"],[218,38,82,88],[219,16,82,88,"lineNumber"],[219,26,82,88],[220,16,82,88,"columnNumber"],[220,28,82,88],[221,14,82,88],[221,21,82,94],[221,22,82,95],[222,12,82,95],[223,14,82,95,"fileName"],[223,22,82,95],[223,24,82,95,"_jsxFileName"],[223,36,82,95],[224,14,82,95,"lineNumber"],[224,24,82,95],[225,14,82,95,"columnNumber"],[225,26,82,95],[226,12,82,95],[226,19,83,18],[226,20,83,19],[226,35,84,12],[226,39,84,12,"_reactJsxDevRuntime"],[226,58,84,12],[226,59,84,12,"jsxDEV"],[226,65,84,12],[226,67,84,13,"_reactNative"],[226,79,84,17],[226,80,84,17,"View"],[226,84,84,17],[227,14,84,18,"style"],[227,19,84,23],[227,21,84,25,"styles"],[227,27,84,31],[227,28,84,32,"announcement"],[227,40,84,45],[228,14,84,45,"children"],[228,22,84,45],[228,38,85,14],[228,42,85,14,"_reactJsxDevRuntime"],[228,61,85,14],[228,62,85,14,"jsxDEV"],[228,68,85,14],[228,70,85,15,"_reactNative"],[228,82,85,19],[228,83,85,19,"Text"],[228,87,85,19],[229,16,85,20,"style"],[229,21,85,25],[229,23,85,27,"styles"],[229,29,85,33],[229,30,85,34,"announcementTitle"],[229,47,85,52],[230,16,85,52,"children"],[230,24,85,52],[230,26,85,53],[231,14,85,67],[232,16,85,67,"fileName"],[232,24,85,67],[232,26,85,67,"_jsxFileName"],[232,38,85,67],[233,16,85,67,"lineNumber"],[233,26,85,67],[234,16,85,67,"columnNumber"],[234,28,85,67],[235,14,85,67],[235,21,85,73],[235,22,85,74],[235,37,86,14],[235,41,86,14,"_reactJsxDevRuntime"],[235,60,86,14],[235,61,86,14,"jsxDEV"],[235,67,86,14],[235,69,86,15,"_reactNative"],[235,81,86,19],[235,82,86,19,"Text"],[235,86,86,19],[236,16,86,20,"style"],[236,21,86,25],[236,23,86,27,"styles"],[236,29,86,33],[236,30,86,34,"announcementText"],[236,46,86,51],[237,16,86,51,"children"],[237,24,86,51],[237,26,86,52],[238,14,86,80],[239,16,86,80,"fileName"],[239,24,86,80],[239,26,86,80,"_jsxFileName"],[239,38,86,80],[240,16,86,80,"lineNumber"],[240,26,86,80],[241,16,86,80,"columnNumber"],[241,28,86,80],[242,14,86,80],[242,21,86,86],[242,22,86,87],[243,12,86,87],[244,14,86,87,"fileName"],[244,22,86,87],[244,24,86,87,"_jsxFileName"],[244,36,86,87],[245,14,86,87,"lineNumber"],[245,24,86,87],[246,14,86,87,"columnNumber"],[246,26,86,87],[247,12,86,87],[247,19,87,18],[247,20,87,19],[248,10,87,19],[249,12,87,19,"fileName"],[249,20,87,19],[249,22,87,19,"_jsxFileName"],[249,34,87,19],[250,12,87,19,"lineNumber"],[250,22,87,19],[251,12,87,19,"columnNumber"],[251,24,87,19],[252,10,87,19],[252,17,88,22],[253,8,88,23],[254,10,88,23,"fileName"],[254,18,88,23],[254,20,88,23,"_jsxFileName"],[254,32,88,23],[255,10,88,23,"lineNumber"],[255,20,88,23],[256,10,88,23,"columnNumber"],[256,22,88,23],[257,8,88,23],[257,15,89,14],[257,16,89,15],[257,31,92,8],[257,35,92,8,"_reactJsxDevRuntime"],[257,54,92,8],[257,55,92,8,"jsxDEV"],[257,61,92,8],[257,63,92,9,"_reactNative"],[257,75,92,13],[257,76,92,13,"View"],[257,80,92,13],[258,10,92,14,"style"],[258,15,92,19],[258,17,92,21,"styles"],[258,23,92,27],[258,24,92,28,"quickActionsContainer"],[258,45,92,50],[259,10,92,50,"children"],[259,18,92,50],[259,34,93,10],[259,38,93,10,"_reactJsxDevRuntime"],[259,57,93,10],[259,58,93,10,"jsxDEV"],[259,64,93,10],[259,66,93,11,"_reactNative"],[259,78,93,15],[259,79,93,15,"Text"],[259,83,93,15],[260,12,93,16,"style"],[260,17,93,21],[260,19,93,23,"styles"],[260,25,93,29],[260,26,93,30,"sectionTitle"],[260,38,93,43],[261,12,93,43,"children"],[261,20,93,43],[261,22,93,44],[262,10,93,57],[263,12,93,57,"fileName"],[263,20,93,57],[263,22,93,57,"_jsxFileName"],[263,34,93,57],[264,12,93,57,"lineNumber"],[264,22,93,57],[265,12,93,57,"columnNumber"],[265,24,93,57],[266,10,93,57],[266,17,93,63],[266,18,93,64],[266,33,94,10],[266,37,94,10,"_reactJsxDevRuntime"],[266,56,94,10],[266,57,94,10,"jsxDEV"],[266,63,94,10],[266,65,94,11,"_reactNative"],[266,77,94,15],[266,78,94,15,"View"],[266,82,94,15],[267,12,94,16,"style"],[267,17,94,21],[267,19,94,23,"styles"],[267,25,94,29],[267,26,94,30,"actionsGrid"],[267,37,94,42],[268,12,94,42,"children"],[268,20,94,42],[268,22,95,13,"QUICK_ACTIONS"],[268,35,95,26],[268,36,95,27,"map"],[268,39,95,30],[268,40,95,31],[268,41,95,32,"action"],[268,47,95,38],[268,49,95,40,"index"],[268,54,95,45],[268,72,96,14],[268,76,96,14,"_reactJsxDevRuntime"],[268,95,96,14],[268,96,96,14,"jsxDEV"],[268,102,96,14],[268,104,96,15,"_reactNative"],[268,116,96,31],[268,117,96,31,"TouchableOpacity"],[268,133,96,31],[269,14,98,16,"style"],[269,19,98,21],[269,21,98,23],[269,22,98,24,"styles"],[269,28,98,30],[269,29,98,31,"actionCard"],[269,39,98,41],[269,41,99,19,"index"],[269,46,99,24],[269,49,99,27],[269,50,99,28],[269,55,99,33],[269,56,99,34],[269,60,99,39,"styles"],[269,66,99,45],[269,67,99,46,"actionCardFirst"],[269,82,99,61],[269,84,100,19,"index"],[269,89,100,24],[269,92,100,27],[269,93,100,28],[269,98,100,33],[269,99,100,34],[269,103,100,39,"styles"],[269,109,100,45],[269,110,100,46,"actionCardLast"],[269,124,100,60],[269,125,101,18],[270,14,102,16,"activeOpacity"],[270,27,102,29],[270,29,102,31],[270,32,102,35],[271,14,102,35,"children"],[271,22,102,35],[271,38,104,16],[271,42,104,16,"_reactJsxDevRuntime"],[271,61,104,16],[271,62,104,16,"jsxDEV"],[271,68,104,16],[271,70,104,17,"_reactNative"],[271,82,104,21],[271,83,104,21,"View"],[271,87,104,21],[272,16,104,22,"style"],[272,21,104,27],[272,23,104,29],[272,24,104,30,"styles"],[272,30,104,36],[272,31,104,37,"actionIcon"],[272,41,104,47],[272,43,104,49],[273,18,104,51,"backgroundColor"],[273,33,104,66],[273,35,104,68,"action"],[273,41,104,74],[273,42,104,75,"color"],[274,16,104,81],[274,17,104,82],[274,18,104,84],[275,16,104,84,"children"],[275,24,104,84],[275,39,105,18],[275,43,105,18,"_reactJsxDevRuntime"],[275,62,105,18],[275,63,105,18,"jsxDEV"],[275,69,105,18],[275,71,105,19,"_expoVectorIcons"],[275,87,105,27],[275,88,105,27,"Ionicons"],[275,96,105,27],[276,18,105,28,"name"],[276,22,105,32],[276,24,105,34,"action"],[276,30,105,40],[276,31,105,41,"icon"],[276,35,105,46],[277,18,105,47,"size"],[277,22,105,51],[277,24,105,53],[277,26,105,56],[278,18,105,57,"color"],[278,23,105,62],[278,25,105,63],[279,16,105,69],[280,18,105,69,"fileName"],[280,26,105,69],[280,28,105,69,"_jsxFileName"],[280,40,105,69],[281,18,105,69,"lineNumber"],[281,28,105,69],[282,18,105,69,"columnNumber"],[282,30,105,69],[283,16,105,69],[283,23,105,71],[284,14,105,72],[285,16,105,72,"fileName"],[285,24,105,72],[285,26,105,72,"_jsxFileName"],[285,38,105,72],[286,16,105,72,"lineNumber"],[286,26,105,72],[287,16,105,72,"columnNumber"],[287,28,105,72],[288,14,105,72],[288,21,106,22],[288,22,106,23],[288,37,107,16],[288,41,107,16,"_reactJsxDevRuntime"],[288,60,107,16],[288,61,107,16,"jsxDEV"],[288,67,107,16],[288,69,107,17,"_reactNative"],[288,81,107,21],[288,82,107,21,"Text"],[288,86,107,21],[289,16,107,22,"style"],[289,21,107,27],[289,23,107,29,"styles"],[289,29,107,35],[289,30,107,36,"actionLabel"],[289,41,107,48],[290,16,107,48,"children"],[290,24,107,48],[290,26,107,50,"action"],[290,32,107,56],[290,33,107,57,"label"],[291,14,107,62],[292,16,107,62,"fileName"],[292,24,107,62],[292,26,107,62,"_jsxFileName"],[292,38,107,62],[293,16,107,62,"lineNumber"],[293,26,107,62],[294,16,107,62,"columnNumber"],[294,28,107,62],[295,14,107,62],[295,21,107,69],[295,22,107,70],[296,12,107,70],[296,15,97,21,"action"],[296,21,97,27],[296,22,97,28,"id"],[296,24,97,30],[297,14,97,30,"fileName"],[297,22,97,30],[297,24,97,30,"_jsxFileName"],[297,36,97,30],[298,14,97,30,"lineNumber"],[298,24,97,30],[299,14,97,30,"columnNumber"],[299,26,97,30],[300,12,97,30],[300,19,108,32],[300,20,109,13],[301,10,109,14],[302,12,109,14,"fileName"],[302,20,109,14],[302,22,109,14,"_jsxFileName"],[302,34,109,14],[303,12,109,14,"lineNumber"],[303,22,109,14],[304,12,109,14,"columnNumber"],[304,24,109,14],[305,10,109,14],[305,17,110,16],[305,18,110,17],[306,8,110,17],[307,10,110,17,"fileName"],[307,18,110,17],[307,20,110,17,"_jsxFileName"],[307,32,110,17],[308,10,110,17,"lineNumber"],[308,20,110,17],[309,10,110,17,"columnNumber"],[309,22,110,17],[310,8,110,17],[310,15,111,14],[310,16,111,15],[311,6,111,15],[312,8,111,15,"fileName"],[312,16,111,15],[312,18,111,15,"_jsxFileName"],[312,30,111,15],[313,8,111,15,"lineNumber"],[313,18,111,15],[314,8,111,15,"columnNumber"],[314,20,111,15],[315,6,111,15],[315,13,112,18],[316,4,112,19],[317,6,112,19,"fileName"],[317,14,112,19],[317,16,112,19,"_jsxFileName"],[317,28,112,19],[318,6,112,19,"lineNumber"],[318,16,112,19],[319,6,112,19,"columnNumber"],[319,18,112,19],[320,4,112,19],[320,11,113,10],[320,12,113,11],[321,2,115,0],[322,2,115,1,"_s"],[322,4,115,1],[322,5,20,9,"HomeTab"],[322,12,20,16],[323,4,20,16],[323,12,21,19,"useAuth"],[323,32,21,26],[323,33,21,26,"useAuth"],[323,40,21,26],[324,2,21,26],[325,2,21,26,"_c"],[325,4,21,26],[325,7,20,9,"HomeTab"],[325,14,20,16],[326,2,117,0],[326,11,117,9,"WalletTab"],[326,20,117,18,"WalletTab"],[326,21,117,18],[326,23,117,21],[327,4,117,21,"_s2"],[327,7,117,21],[328,4,118,2],[328,8,118,2,"_useAuth2"],[328,17,118,2],[328,20,118,19],[328,24,118,19,"useAuth"],[328,44,118,26],[328,45,118,26,"useAuth"],[328,52,118,26],[328,54,118,27],[328,55,118,28],[329,6,118,10,"user"],[329,10,118,14],[329,13,118,14,"_useAuth2"],[329,22,118,14],[329,23,118,10,"user"],[329,27,118,14],[330,4,119,2],[330,8,119,2,"_useState3"],[330,18,119,2],[330,21,119,38],[330,25,119,38,"useState"],[330,31,119,46],[330,32,119,46,"useState"],[330,40,119,46],[330,42,119,47],[330,54,119,59],[330,55,119,60],[331,6,119,60,"_useState4"],[331,16,119,60],[331,23,119,60,"_slicedToArray"],[331,37,119,60],[331,38,119,60,"default"],[331,45,119,60],[331,47,119,60,"_useState3"],[331,57,119,60],[332,6,119,9,"hezBalance"],[332,16,119,19],[332,19,119,19,"_useState4"],[332,29,119,19],[333,6,119,21,"setHezBalance"],[333,19,119,34],[333,22,119,34,"_useState4"],[333,32,119,34],[334,4,120,2],[334,8,120,2,"_useState5"],[334,18,120,2],[334,21,120,38],[334,25,120,38,"useState"],[334,31,120,46],[334,32,120,46,"useState"],[334,40,120,46],[334,42,120,47],[334,54,120,59],[334,55,120,60],[335,6,120,60,"_useState6"],[335,16,120,60],[335,23,120,60,"_slicedToArray"],[335,37,120,60],[335,38,120,60,"default"],[335,45,120,60],[335,47,120,60,"_useState5"],[335,57,120,60],[336,6,120,9,"pezBalance"],[336,16,120,19],[336,19,120,19,"_useState6"],[336,29,120,19],[337,6,120,21,"setPezBalance"],[337,19,120,34],[337,22,120,34,"_useState6"],[337,32,120,34],[338,4,121,2],[338,8,121,2,"_useState7"],[338,18,121,2],[338,21,121,32],[338,25,121,32,"useState"],[338,31,121,40],[338,32,121,40,"useState"],[338,40,121,40],[338,42,121,41],[338,46,121,45],[338,47,121,46],[339,6,121,46,"_useState8"],[339,16,121,46],[339,23,121,46,"_slicedToArray"],[339,37,121,46],[339,38,121,46,"default"],[339,45,121,46],[339,47,121,46,"_useState7"],[339,57,121,46],[340,6,121,9,"loading"],[340,13,121,16],[340,16,121,16,"_useState8"],[340,26,121,16],[341,6,121,18,"setLoading"],[341,16,121,28],[341,19,121,28,"_useState8"],[341,29,121,28],[342,4,123,2],[342,8,123,8,"TEST_WALLET"],[342,19,123,19],[342,22,123,22],[342,72,123,72],[343,4,125,2],[343,8,125,2,"useEffect"],[343,14,125,11],[343,15,125,11,"useEffect"],[343,24,125,11],[343,26,125,12],[343,32,125,18],[344,6,126,4,"fetchBalance"],[344,18,126,16],[344,19,126,17],[344,20,126,18],[345,4,127,2],[345,5,127,3],[345,7,127,5],[345,9,127,7],[345,10,127,8],[346,4,129,2],[346,8,129,8,"fetchBalance"],[346,20,129,20],[347,6,129,20],[347,10,129,20,"_ref2"],[347,15,129,20],[347,22,129,20,"_asyncToGenerator"],[347,39,129,20],[347,40,129,20,"default"],[347,47,129,20],[347,49,129,23],[347,62,129,35],[348,8,130,4],[348,12,130,8],[349,10,131,6],[349,14,131,12,"backendUrl"],[349,24,131,22],[349,27,131,25],[349,84,131,64],[349,107,131,87],[350,10,132,6],[350,14,132,12,"response"],[350,22,132,20],[350,31,132,29,"fetch"],[350,36,132,34],[350,37,132,35],[350,40,132,38,"backendUrl"],[350,50,132,48],[350,75,132,73],[350,77,132,75],[351,12,133,8,"method"],[351,18,133,14],[351,20,133,16],[351,26,133,22],[352,12,134,8,"headers"],[352,19,134,15],[352,21,134,17],[353,14,135,10],[353,28,135,24],[353,30,135,26],[354,12,136,8],[354,13,136,9],[355,12,137,8,"body"],[355,16,137,12],[355,18,137,14,"JSON"],[355,22,137,18],[355,23,137,19,"stringify"],[355,32,137,28],[355,33,137,29],[356,14,138,10,"address"],[356,21,138,17],[356,23,138,19,"TEST_WALLET"],[357,12,139,8],[357,13,139,9],[358,10,140,6],[358,11,140,7],[358,12,140,8],[359,10,142,6],[359,14,142,10,"response"],[359,22,142,18],[359,23,142,19,"ok"],[359,25,142,21],[359,27,142,23],[360,12,143,8],[360,16,143,14,"data"],[360,20,143,18],[360,29,143,27,"response"],[360,37,143,35],[360,38,143,36,"json"],[360,42,143,40],[360,43,143,41],[360,44,143,42],[361,12,144,8,"setHezBalance"],[361,25,144,21],[361,26,144,22,"parseFloat"],[361,36,144,32],[361,37,144,33,"data"],[361,41,144,37],[361,42,144,38,"hez"],[361,45,144,41],[361,46,144,42],[361,47,144,43,"toFixed"],[361,54,144,50],[361,55,144,51],[361,56,144,52],[361,57,144,53],[361,58,144,54],[362,12,145,8,"setPezBalance"],[362,25,145,21],[362,26,145,22,"parseFloat"],[362,36,145,32],[362,37,145,33,"data"],[362,41,145,37],[362,42,145,38,"pez"],[362,45,145,41],[362,46,145,42],[362,47,145,43,"toFixed"],[362,54,145,50],[362,55,145,51],[362,56,145,52],[362,57,145,53],[362,58,145,54],[363,10,146,6],[363,11,146,7],[363,17,146,13],[364,12,147,8,"setHezBalance"],[364,25,147,21],[364,26,147,22],[364,33,147,29],[364,34,147,30],[365,12,148,8,"setPezBalance"],[365,25,148,21],[365,26,148,22],[365,33,148,29],[365,34,148,30],[366,10,149,6],[367,8,150,4],[367,9,150,5],[367,10,150,6],[367,17,150,13,"error"],[367,22,150,18],[367,24,150,20],[368,10,151,6,"console"],[368,17,151,13],[368,18,151,14,"error"],[368,23,151,19],[368,24,151,20],[368,46,151,42],[368,48,151,44,"error"],[368,53,151,49],[368,54,151,50],[369,10,152,6,"setHezBalance"],[369,23,152,19],[369,24,152,20],[369,31,152,27],[369,32,152,28],[370,10,153,6,"setPezBalance"],[370,23,153,19],[370,24,153,20],[370,31,153,27],[370,32,153,28],[371,8,154,4],[371,9,154,5],[371,18,154,14],[372,10,155,6,"setLoading"],[372,20,155,16],[372,21,155,17],[372,26,155,22],[372,27,155,23],[373,8,156,4],[374,6,157,2],[374,7,157,3],[375,6,157,3],[375,22,129,8,"fetchBalance"],[375,34,129,20,"fetchBalance"],[375,35,129,20],[376,8,129,20],[376,15,129,20,"_ref2"],[376,20,129,20],[376,21,129,20,"apply"],[376,26,129,20],[376,33,129,20,"arguments"],[376,42,129,20],[377,6,129,20],[378,4,129,20],[378,7,157,3],[379,4,159,2],[379,24,160,4],[379,28,160,4,"_reactJsxDevRuntime"],[379,47,160,4],[379,48,160,4,"jsxDEV"],[379,54,160,4],[379,56,160,5,"_reactNative"],[379,68,160,9],[379,69,160,9,"View"],[379,73,160,9],[380,6,160,10,"style"],[380,11,160,15],[380,13,160,17,"styles"],[380,19,160,23],[380,20,160,24,"container"],[380,29,160,34],[381,6,160,34,"children"],[381,14,160,34],[381,29,161,6],[381,33,161,6,"_reactJsxDevRuntime"],[381,52,161,6],[381,53,161,6,"jsxDEV"],[381,59,161,6],[381,61,161,7,"_reactNative"],[381,73,161,17],[381,74,161,17,"ScrollView"],[381,84,161,17],[382,8,161,18,"contentContainerStyle"],[382,29,161,39],[382,31,161,41,"styles"],[382,37,161,47],[382,38,161,48,"walletScrollContent"],[382,57,161,68],[383,8,161,68,"children"],[383,16,161,68],[383,32,163,8],[383,36,163,8,"_reactJsxDevRuntime"],[383,55,163,8],[383,56,163,8,"jsxDEV"],[383,62,163,8],[383,64,163,9,"_reactNative"],[383,76,163,13],[383,77,163,13,"View"],[383,81,163,13],[384,10,163,14,"style"],[384,15,163,19],[384,17,163,21,"styles"],[384,23,163,27],[384,24,163,28,"walletHeader"],[384,36,163,41],[385,10,163,41,"children"],[385,18,163,41],[385,34,164,10],[385,38,164,10,"_reactJsxDevRuntime"],[385,57,164,10],[385,58,164,10,"jsxDEV"],[385,64,164,10],[385,66,164,11,"_reactNative"],[385,78,164,15],[385,79,164,15,"Text"],[385,83,164,15],[386,12,164,16,"style"],[386,17,164,21],[386,19,164,23,"styles"],[386,25,164,29],[386,26,164,30,"walletTitle"],[386,37,164,42],[387,12,164,42,"children"],[387,20,164,42],[387,22,164,43],[388,10,164,52],[389,12,164,52,"fileName"],[389,20,164,52],[389,22,164,52,"_jsxFileName"],[389,34,164,52],[390,12,164,52,"lineNumber"],[390,22,164,52],[391,12,164,52,"columnNumber"],[391,24,164,52],[392,10,164,52],[392,17,164,58],[392,18,164,59],[392,33,165,10],[392,37,165,10,"_reactJsxDevRuntime"],[392,56,165,10],[392,57,165,10,"jsxDEV"],[392,63,165,10],[392,65,165,11,"_reactNative"],[392,77,165,27],[392,78,165,27,"TouchableOpacity"],[392,94,165,27],[393,12,165,28,"onPress"],[393,19,165,35],[393,21,165,37,"fetchBalance"],[393,33,165,50],[394,12,165,51,"style"],[394,17,165,56],[394,19,165,58,"styles"],[394,25,165,64],[394,26,165,65,"refreshButton"],[394,39,165,79],[395,12,165,79,"children"],[395,20,165,79],[395,35,166,12],[395,39,166,12,"_reactJsxDevRuntime"],[395,58,166,12],[395,59,166,12,"jsxDEV"],[395,65,166,12],[395,67,166,13,"_expoVectorIcons"],[395,83,166,21],[395,84,166,21,"Ionicons"],[395,92,166,21],[396,14,166,22,"name"],[396,18,166,26],[396,20,166,27],[396,29,166,36],[397,14,166,37,"size"],[397,18,166,41],[397,20,166,43],[397,22,166,46],[398,14,166,47,"color"],[398,19,166,52],[398,21,166,53],[399,12,166,62],[400,14,166,62,"fileName"],[400,22,166,62],[400,24,166,62,"_jsxFileName"],[400,36,166,62],[401,14,166,62,"lineNumber"],[401,24,166,62],[402,14,166,62,"columnNumber"],[402,26,166,62],[403,12,166,62],[403,19,166,64],[404,10,166,65],[405,12,166,65,"fileName"],[405,20,166,65],[405,22,166,65,"_jsxFileName"],[405,34,166,65],[406,12,166,65,"lineNumber"],[406,22,166,65],[407,12,166,65,"columnNumber"],[407,24,166,65],[408,10,166,65],[408,17,167,28],[408,18,167,29],[409,8,167,29],[410,10,167,29,"fileName"],[410,18,167,29],[410,20,167,29,"_jsxFileName"],[410,32,167,29],[411,10,167,29,"lineNumber"],[411,20,167,29],[412,10,167,29,"columnNumber"],[412,22,167,29],[413,8,167,29],[413,15,168,14],[413,16,168,15],[413,31,171,8],[413,35,171,8,"_reactJsxDevRuntime"],[413,54,171,8],[413,55,171,8,"jsxDEV"],[413,61,171,8],[413,63,171,9,"_reactNative"],[413,75,171,13],[413,76,171,13,"View"],[413,80,171,13],[414,10,171,14,"style"],[414,15,171,19],[414,17,171,21,"styles"],[414,23,171,27],[414,24,171,28,"balanceRow"],[414,34,171,39],[415,10,171,39,"children"],[415,18,171,39],[415,34,172,10],[415,38,172,10,"_reactJsxDevRuntime"],[415,57,172,10],[415,58,172,10,"jsxDEV"],[415,64,172,10],[415,66,172,11,"_reactNative"],[415,78,172,15],[415,79,172,15,"View"],[415,83,172,15],[416,12,172,16,"style"],[416,17,172,21],[416,19,172,23,"styles"],[416,25,172,29],[416,26,172,30,"balanceCardNew"],[416,40,172,45],[417,12,172,45,"children"],[417,20,172,45],[417,36,173,12],[417,40,173,12,"_reactJsxDevRuntime"],[417,59,173,12],[417,60,173,12,"jsxDEV"],[417,66,173,12],[417,68,173,13,"_reactNative"],[417,80,173,18],[417,81,173,18,"Image"],[417,86,173,18],[418,14,174,14,"source"],[418,20,174,20],[418,22,174,22],[419,16,174,24,"uri"],[419,19,174,27],[419,21,174,29],[420,14,174,145],[420,15,174,147],[421,14,175,14,"style"],[421,19,175,19],[421,21,175,21,"styles"],[421,27,175,27],[421,28,175,28,"tokenLogoNew"],[422,12,175,41],[423,14,175,41,"fileName"],[423,22,175,41],[423,24,175,41,"_jsxFileName"],[423,36,175,41],[424,14,175,41,"lineNumber"],[424,24,175,41],[425,14,175,41,"columnNumber"],[425,26,175,41],[426,12,175,41],[426,19,176,13],[426,20,176,14],[426,35,177,12],[426,39,177,12,"_reactJsxDevRuntime"],[426,58,177,12],[426,59,177,12,"jsxDEV"],[426,65,177,12],[426,67,177,13,"_reactNative"],[426,79,177,17],[426,80,177,17,"Text"],[426,84,177,17],[427,14,177,18,"style"],[427,19,177,23],[427,21,177,25,"styles"],[427,27,177,31],[427,28,177,32,"tokenSymbolNew"],[427,42,177,47],[428,14,177,47,"children"],[428,22,177,47],[428,24,177,48],[429,12,177,51],[430,14,177,51,"fileName"],[430,22,177,51],[430,24,177,51,"_jsxFileName"],[430,36,177,51],[431,14,177,51,"lineNumber"],[431,24,177,51],[432,14,177,51,"columnNumber"],[432,26,177,51],[433,12,177,51],[433,19,177,57],[433,20,177,58],[433,35,178,12],[433,39,178,12,"_reactJsxDevRuntime"],[433,58,178,12],[433,59,178,12,"jsxDEV"],[433,65,178,12],[433,67,178,13,"_reactNative"],[433,79,178,17],[433,80,178,17,"Text"],[433,84,178,17],[434,14,178,18,"style"],[434,19,178,23],[434,21,178,25,"styles"],[434,27,178,31],[434,28,178,32,"balanceAmountNew"],[434,44,178,49],[435,14,178,49,"children"],[435,22,178,49],[435,24,178,51,"hezBalance"],[436,12,178,61],[437,14,178,61,"fileName"],[437,22,178,61],[437,24,178,61,"_jsxFileName"],[437,36,178,61],[438,14,178,61,"lineNumber"],[438,24,178,61],[439,14,178,61,"columnNumber"],[439,26,178,61],[440,12,178,61],[440,19,178,68],[440,20,178,69],[440,35,179,12],[440,39,179,12,"_reactJsxDevRuntime"],[440,58,179,12],[440,59,179,12,"jsxDEV"],[440,65,179,12],[440,67,179,13,"_reactNative"],[440,79,179,17],[440,80,179,17,"Text"],[440,84,179,17],[441,14,179,18,"style"],[441,19,179,23],[441,21,179,25,"styles"],[441,27,179,31],[441,28,179,32,"tokenNameNew"],[441,40,179,45],[442,14,179,45,"children"],[442,22,179,45],[442,24,179,46],[443,12,179,61],[444,14,179,61,"fileName"],[444,22,179,61],[444,24,179,61,"_jsxFileName"],[444,36,179,61],[445,14,179,61,"lineNumber"],[445,24,179,61],[446,14,179,61,"columnNumber"],[446,26,179,61],[447,12,179,61],[447,19,179,67],[447,20,179,68],[448,10,179,68],[449,12,179,68,"fileName"],[449,20,179,68],[449,22,179,68,"_jsxFileName"],[449,34,179,68],[450,12,179,68,"lineNumber"],[450,22,179,68],[451,12,179,68,"columnNumber"],[451,24,179,68],[452,10,179,68],[452,17,180,16],[452,18,180,17],[452,33,182,10],[452,37,182,10,"_reactJsxDevRuntime"],[452,56,182,10],[452,57,182,10,"jsxDEV"],[452,63,182,10],[452,65,182,11,"_reactNative"],[452,77,182,15],[452,78,182,15,"View"],[452,82,182,15],[453,12,182,16,"style"],[453,17,182,21],[453,19,182,23,"styles"],[453,25,182,29],[453,26,182,30,"balanceCardNew"],[453,40,182,45],[454,12,182,45,"children"],[454,20,182,45],[454,36,183,12],[454,40,183,12,"_reactJsxDevRuntime"],[454,59,183,12],[454,60,183,12,"jsxDEV"],[454,66,183,12],[454,68,183,13,"_reactNative"],[454,80,183,18],[454,81,183,18,"Image"],[454,86,183,18],[455,14,184,14,"source"],[455,20,184,20],[455,22,184,22],[456,16,184,24,"uri"],[456,19,184,27],[456,21,184,29],[457,14,184,129],[457,15,184,131],[458,14,185,14,"style"],[458,19,185,19],[458,21,185,21,"styles"],[458,27,185,27],[458,28,185,28,"tokenLogoNew"],[459,12,185,41],[460,14,185,41,"fileName"],[460,22,185,41],[460,24,185,41,"_jsxFileName"],[460,36,185,41],[461,14,185,41,"lineNumber"],[461,24,185,41],[462,14,185,41,"columnNumber"],[462,26,185,41],[463,12,185,41],[463,19,186,13],[463,20,186,14],[463,35,187,12],[463,39,187,12,"_reactJsxDevRuntime"],[463,58,187,12],[463,59,187,12,"jsxDEV"],[463,65,187,12],[463,67,187,13,"_reactNative"],[463,79,187,17],[463,80,187,17,"Text"],[463,84,187,17],[464,14,187,18,"style"],[464,19,187,23],[464,21,187,25,"styles"],[464,27,187,31],[464,28,187,32,"tokenSymbolNew"],[464,42,187,47],[465,14,187,47,"children"],[465,22,187,47],[465,24,187,48],[466,12,187,51],[467,14,187,51,"fileName"],[467,22,187,51],[467,24,187,51,"_jsxFileName"],[467,36,187,51],[468,14,187,51,"lineNumber"],[468,24,187,51],[469,14,187,51,"columnNumber"],[469,26,187,51],[470,12,187,51],[470,19,187,57],[470,20,187,58],[470,35,188,12],[470,39,188,12,"_reactJsxDevRuntime"],[470,58,188,12],[470,59,188,12,"jsxDEV"],[470,65,188,12],[470,67,188,13,"_reactNative"],[470,79,188,17],[470,80,188,17,"Text"],[470,84,188,17],[471,14,188,18,"style"],[471,19,188,23],[471,21,188,25,"styles"],[471,27,188,31],[471,28,188,32,"balanceAmountNew"],[471,44,188,49],[472,14,188,49,"children"],[472,22,188,49],[472,24,188,51,"pezBalance"],[473,12,188,61],[474,14,188,61,"fileName"],[474,22,188,61],[474,24,188,61,"_jsxFileName"],[474,36,188,61],[475,14,188,61,"lineNumber"],[475,24,188,61],[476,14,188,61,"columnNumber"],[476,26,188,61],[477,12,188,61],[477,19,188,68],[477,20,188,69],[477,35,189,12],[477,39,189,12,"_reactJsxDevRuntime"],[477,58,189,12],[477,59,189,12,"jsxDEV"],[477,65,189,12],[477,67,189,13,"_reactNative"],[477,79,189,17],[477,80,189,17,"Text"],[477,84,189,17],[478,14,189,18,"style"],[478,19,189,23],[478,21,189,25,"styles"],[478,27,189,31],[478,28,189,32,"tokenNameNew"],[478,40,189,45],[479,14,189,45,"children"],[479,22,189,45],[479,24,189,46],[480,12,189,59],[481,14,189,59,"fileName"],[481,22,189,59],[481,24,189,59,"_jsxFileName"],[481,36,189,59],[482,14,189,59,"lineNumber"],[482,24,189,59],[483,14,189,59,"columnNumber"],[483,26,189,59],[484,12,189,59],[484,19,189,65],[484,20,189,66],[485,10,189,66],[486,12,189,66,"fileName"],[486,20,189,66],[486,22,189,66,"_jsxFileName"],[486,34,189,66],[487,12,189,66,"lineNumber"],[487,22,189,66],[488,12,189,66,"columnNumber"],[488,24,189,66],[489,10,189,66],[489,17,190,16],[489,18,190,17],[490,8,190,17],[491,10,190,17,"fileName"],[491,18,190,17],[491,20,190,17,"_jsxFileName"],[491,32,190,17],[492,10,190,17,"lineNumber"],[492,20,190,17],[493,10,190,17,"columnNumber"],[493,22,190,17],[494,8,190,17],[494,15,191,14],[494,16,191,15],[494,31,194,8],[494,35,194,8,"_reactJsxDevRuntime"],[494,54,194,8],[494,55,194,8,"jsxDEV"],[494,61,194,8],[494,63,194,9,"_reactNative"],[494,75,194,13],[494,76,194,13,"View"],[494,80,194,13],[495,10,194,14,"style"],[495,15,194,19],[495,17,194,21,"styles"],[495,23,194,27],[495,24,194,28,"actionsContainer"],[495,40,194,45],[496,10,194,45,"children"],[496,18,194,45],[496,34,196,10],[496,38,196,10,"_reactJsxDevRuntime"],[496,57,196,10],[496,58,196,10,"jsxDEV"],[496,64,196,10],[496,66,196,11,"_reactNative"],[496,78,196,15],[496,79,196,15,"View"],[496,83,196,15],[497,12,196,16,"style"],[497,17,196,21],[497,19,196,23,"styles"],[497,25,196,29],[497,26,196,30,"actionsRow"],[497,36,196,41],[498,12,196,41,"children"],[498,20,196,41],[498,36,197,12],[498,40,197,12,"_reactJsxDevRuntime"],[498,59,197,12],[498,60,197,12,"jsxDEV"],[498,66,197,12],[498,68,197,13,"_reactNative"],[498,80,197,29],[498,81,197,29,"TouchableOpacity"],[498,97,197,29],[499,14,197,30,"style"],[499,19,197,35],[499,21,197,37],[499,22,197,38,"styles"],[499,28,197,44],[499,29,197,45,"actionBtn"],[499,38,197,54],[499,40,197,56],[500,16,197,57,"backgroundColor"],[500,31,197,72],[500,33,197,74],[501,14,197,83],[501,15,197,84],[501,16,197,86],[502,14,197,86,"children"],[502,22,197,86],[502,38,198,14],[502,42,198,14,"_reactJsxDevRuntime"],[502,61,198,14],[502,62,198,14,"jsxDEV"],[502,68,198,14],[502,70,198,15,"_expoVectorIcons"],[502,86,198,23],[502,87,198,23,"Ionicons"],[502,95,198,23],[503,16,198,24,"name"],[503,20,198,28],[503,22,198,29],[503,32,198,39],[504,16,198,40,"size"],[504,20,198,44],[504,22,198,46],[504,24,198,49],[505,16,198,50,"color"],[505,21,198,55],[505,23,198,56],[506,14,198,62],[507,16,198,62,"fileName"],[507,24,198,62],[507,26,198,62,"_jsxFileName"],[507,38,198,62],[508,16,198,62,"lineNumber"],[508,26,198,62],[509,16,198,62,"columnNumber"],[509,28,198,62],[510,14,198,62],[510,21,198,64],[510,22,198,65],[510,37,199,14],[510,41,199,14,"_reactJsxDevRuntime"],[510,60,199,14],[510,61,199,14,"jsxDEV"],[510,67,199,14],[510,69,199,15,"_reactNative"],[510,81,199,19],[510,82,199,19,"Text"],[510,86,199,19],[511,16,199,20,"style"],[511,21,199,25],[511,23,199,27,"styles"],[511,29,199,33],[511,30,199,34,"actionBtnText"],[511,43,199,48],[512,16,199,48,"children"],[512,24,199,48],[512,26,199,49],[513,14,199,53],[514,16,199,53,"fileName"],[514,24,199,53],[514,26,199,53,"_jsxFileName"],[514,38,199,53],[515,16,199,53,"lineNumber"],[515,26,199,53],[516,16,199,53,"columnNumber"],[516,28,199,53],[517,14,199,53],[517,21,199,59],[517,22,199,60],[518,12,199,60],[519,14,199,60,"fileName"],[519,22,199,60],[519,24,199,60,"_jsxFileName"],[519,36,199,60],[520,14,199,60,"lineNumber"],[520,24,199,60],[521,14,199,60,"columnNumber"],[521,26,199,60],[522,12,199,60],[522,19,200,30],[522,20,200,31],[522,35,201,12],[522,39,201,12,"_reactJsxDevRuntime"],[522,58,201,12],[522,59,201,12,"jsxDEV"],[522,65,201,12],[522,67,201,13,"_reactNative"],[522,79,201,29],[522,80,201,29,"TouchableOpacity"],[522,96,201,29],[523,14,201,30,"style"],[523,19,201,35],[523,21,201,37],[523,22,201,38,"styles"],[523,28,201,44],[523,29,201,45,"actionBtn"],[523,38,201,54],[523,40,201,56],[524,16,201,57,"backgroundColor"],[524,31,201,72],[524,33,201,74],[525,14,201,83],[525,15,201,84],[525,16,201,86],[526,14,201,86,"children"],[526,22,201,86],[526,38,202,14],[526,42,202,14,"_reactJsxDevRuntime"],[526,61,202,14],[526,62,202,14,"jsxDEV"],[526,68,202,14],[526,70,202,15,"_expoVectorIcons"],[526,86,202,23],[526,87,202,23,"Ionicons"],[526,95,202,23],[527,16,202,24,"name"],[527,20,202,28],[527,22,202,29],[527,34,202,41],[528,16,202,42,"size"],[528,20,202,46],[528,22,202,48],[528,24,202,51],[529,16,202,52,"color"],[529,21,202,57],[529,23,202,58],[530,14,202,64],[531,16,202,64,"fileName"],[531,24,202,64],[531,26,202,64,"_jsxFileName"],[531,38,202,64],[532,16,202,64,"lineNumber"],[532,26,202,64],[533,16,202,64,"columnNumber"],[533,28,202,64],[534,14,202,64],[534,21,202,66],[534,22,202,67],[534,37,203,14],[534,41,203,14,"_reactJsxDevRuntime"],[534,60,203,14],[534,61,203,14,"jsxDEV"],[534,67,203,14],[534,69,203,15,"_reactNative"],[534,81,203,19],[534,82,203,19,"Text"],[534,86,203,19],[535,16,203,20,"style"],[535,21,203,25],[535,23,203,27,"styles"],[535,29,203,33],[535,30,203,34,"actionBtnText"],[535,43,203,48],[536,16,203,48,"children"],[536,24,203,48],[536,26,203,49],[537,14,203,56],[538,16,203,56,"fileName"],[538,24,203,56],[538,26,203,56,"_jsxFileName"],[538,38,203,56],[539,16,203,56,"lineNumber"],[539,26,203,56],[540,16,203,56,"columnNumber"],[540,28,203,56],[541,14,203,56],[541,21,203,62],[541,22,203,63],[542,12,203,63],[543,14,203,63,"fileName"],[543,22,203,63],[543,24,203,63,"_jsxFileName"],[543,36,203,63],[544,14,203,63,"lineNumber"],[544,24,203,63],[545,14,203,63,"columnNumber"],[545,26,203,63],[546,12,203,63],[546,19,204,30],[546,20,204,31],[546,35,205,12],[546,39,205,12,"_reactJsxDevRuntime"],[546,58,205,12],[546,59,205,12,"jsxDEV"],[546,65,205,12],[546,67,205,13,"_reactNative"],[546,79,205,29],[546,80,205,29,"TouchableOpacity"],[546,96,205,29],[547,14,205,30,"style"],[547,19,205,35],[547,21,205,37],[547,22,205,38,"styles"],[547,28,205,44],[547,29,205,45,"actionBtn"],[547,38,205,54],[547,40,205,56],[548,16,205,57,"backgroundColor"],[548,31,205,72],[548,33,205,74],[549,14,205,83],[549,15,205,84],[549,16,205,86],[550,14,205,86,"children"],[550,22,205,86],[550,38,206,14],[550,42,206,14,"_reactJsxDevRuntime"],[550,61,206,14],[550,62,206,14,"jsxDEV"],[550,68,206,14],[550,70,206,15,"_expoVectorIcons"],[550,86,206,23],[550,87,206,23,"Ionicons"],[550,95,206,23],[551,16,206,24,"name"],[551,20,206,28],[551,22,206,29],[551,39,206,46],[552,16,206,47,"size"],[552,20,206,51],[552,22,206,53],[552,24,206,56],[553,16,206,57,"color"],[553,21,206,62],[553,23,206,63],[554,14,206,69],[555,16,206,69,"fileName"],[555,24,206,69],[555,26,206,69,"_jsxFileName"],[555,38,206,69],[556,16,206,69,"lineNumber"],[556,26,206,69],[557,16,206,69,"columnNumber"],[557,28,206,69],[558,14,206,69],[558,21,206,71],[558,22,206,72],[558,37,207,14],[558,41,207,14,"_reactJsxDevRuntime"],[558,60,207,14],[558,61,207,14,"jsxDEV"],[558,67,207,14],[558,69,207,15,"_reactNative"],[558,81,207,19],[558,82,207,19,"Text"],[558,86,207,19],[559,16,207,20,"style"],[559,21,207,25],[559,23,207,27,"styles"],[559,29,207,33],[559,30,207,34,"actionBtnText"],[559,43,207,48],[560,16,207,48,"children"],[560,24,207,48],[560,26,207,49],[561,14,207,53],[562,16,207,53,"fileName"],[562,24,207,53],[562,26,207,53,"_jsxFileName"],[562,38,207,53],[563,16,207,53,"lineNumber"],[563,26,207,53],[564,16,207,53,"columnNumber"],[564,28,207,53],[565,14,207,53],[565,21,207,59],[565,22,207,60],[566,12,207,60],[567,14,207,60,"fileName"],[567,22,207,60],[567,24,207,60,"_jsxFileName"],[567,36,207,60],[568,14,207,60,"lineNumber"],[568,24,207,60],[569,14,207,60,"columnNumber"],[569,26,207,60],[570,12,207,60],[570,19,208,30],[570,20,208,31],[570,35,209,12],[570,39,209,12,"_reactJsxDevRuntime"],[570,58,209,12],[570,59,209,12,"jsxDEV"],[570,65,209,12],[570,67,209,13,"_reactNative"],[570,79,209,29],[570,80,209,29,"TouchableOpacity"],[570,96,209,29],[571,14,209,30,"style"],[571,19,209,35],[571,21,209,37],[571,22,209,38,"styles"],[571,28,209,44],[571,29,209,45,"actionBtn"],[571,38,209,54],[571,40,209,56],[572,16,209,57,"backgroundColor"],[572,31,209,72],[572,33,209,74],[573,14,209,83],[573,15,209,84],[573,16,209,86],[574,14,209,86,"children"],[574,22,209,86],[574,38,210,14],[574,42,210,14,"_reactJsxDevRuntime"],[574,61,210,14],[574,62,210,14,"jsxDEV"],[574,68,210,14],[574,70,210,15,"_expoVectorIcons"],[574,86,210,23],[574,87,210,23,"Ionicons"],[574,95,210,23],[575,16,210,24,"name"],[575,20,210,28],[575,22,210,29],[575,30,210,37],[576,16,210,38,"size"],[576,20,210,42],[576,22,210,44],[576,24,210,47],[577,16,210,48,"color"],[577,21,210,53],[577,23,210,54],[578,14,210,60],[579,16,210,60,"fileName"],[579,24,210,60],[579,26,210,60,"_jsxFileName"],[579,38,210,60],[580,16,210,60,"lineNumber"],[580,26,210,60],[581,16,210,60,"columnNumber"],[581,28,210,60],[582,14,210,60],[582,21,210,62],[582,22,210,63],[582,37,211,14],[582,41,211,14,"_reactJsxDevRuntime"],[582,60,211,14],[582,61,211,14,"jsxDEV"],[582,67,211,14],[582,69,211,15,"_reactNative"],[582,81,211,19],[582,82,211,19,"Text"],[582,86,211,19],[583,16,211,20,"style"],[583,21,211,25],[583,23,211,27,"styles"],[583,29,211,33],[583,30,211,34,"actionBtnText"],[583,43,211,48],[584,16,211,48,"children"],[584,24,211,48],[584,26,211,49],[585,14,211,52],[586,16,211,52,"fileName"],[586,24,211,52],[586,26,211,52,"_jsxFileName"],[586,38,211,52],[587,16,211,52,"lineNumber"],[587,26,211,52],[588,16,211,52,"columnNumber"],[588,28,211,52],[589,14,211,52],[589,21,211,58],[589,22,211,59],[590,12,211,59],[591,14,211,59,"fileName"],[591,22,211,59],[591,24,211,59,"_jsxFileName"],[591,36,211,59],[592,14,211,59,"lineNumber"],[592,24,211,59],[593,14,211,59,"columnNumber"],[593,26,211,59],[594,12,211,59],[594,19,212,30],[594,20,212,31],[595,10,212,31],[596,12,212,31,"fileName"],[596,20,212,31],[596,22,212,31,"_jsxFileName"],[596,34,212,31],[597,12,212,31,"lineNumber"],[597,22,212,31],[598,12,212,31,"columnNumber"],[598,24,212,31],[599,10,212,31],[599,17,213,16],[599,18,213,17],[599,33,216,10],[599,37,216,10,"_reactJsxDevRuntime"],[599,56,216,10],[599,57,216,10,"jsxDEV"],[599,63,216,10],[599,65,216,11,"_reactNative"],[599,77,216,15],[599,78,216,15,"View"],[599,82,216,15],[600,12,216,16,"style"],[600,17,216,21],[600,19,216,23,"styles"],[600,25,216,29],[600,26,216,30,"actionsRow"],[600,36,216,41],[601,12,216,41,"children"],[601,20,216,41],[601,36,217,12],[601,40,217,12,"_reactJsxDevRuntime"],[601,59,217,12],[601,60,217,12,"jsxDEV"],[601,66,217,12],[601,68,217,13,"_reactNative"],[601,80,217,29],[601,81,217,29,"TouchableOpacity"],[601,97,217,29],[602,14,217,30,"style"],[602,19,217,35],[602,21,217,37],[602,22,217,38,"styles"],[602,28,217,44],[602,29,217,45,"actionBtn"],[602,38,217,54],[602,40,217,56],[603,16,217,57,"backgroundColor"],[603,31,217,72],[603,33,217,74],[604,14,217,83],[604,15,217,84],[604,16,217,86],[605,14,217,86,"children"],[605,22,217,86],[605,38,218,14],[605,42,218,14,"_reactJsxDevRuntime"],[605,61,218,14],[605,62,218,14,"jsxDEV"],[605,68,218,14],[605,70,218,15,"_expoVectorIcons"],[605,86,218,23],[605,87,218,23,"Ionicons"],[605,95,218,23],[606,16,218,24,"name"],[606,20,218,28],[606,22,218,29],[606,33,218,40],[607,16,218,41,"size"],[607,20,218,45],[607,22,218,47],[607,24,218,50],[608,16,218,51,"color"],[608,21,218,56],[608,23,218,57],[609,14,218,63],[610,16,218,63,"fileName"],[610,24,218,63],[610,26,218,63,"_jsxFileName"],[610,38,218,63],[611,16,218,63,"lineNumber"],[611,26,218,63],[612,16,218,63,"columnNumber"],[612,28,218,63],[613,14,218,63],[613,21,218,65],[613,22,218,66],[613,37,219,14],[613,41,219,14,"_reactJsxDevRuntime"],[613,60,219,14],[613,61,219,14,"jsxDEV"],[613,67,219,14],[613,69,219,15,"_reactNative"],[613,81,219,19],[613,82,219,19,"Text"],[613,86,219,19],[614,16,219,20,"style"],[614,21,219,25],[614,23,219,27,"styles"],[614,29,219,33],[614,30,219,34,"actionBtnText"],[614,43,219,48],[615,16,219,48,"children"],[615,24,219,48],[615,26,219,49],[616,14,219,53],[617,16,219,53,"fileName"],[617,24,219,53],[617,26,219,53,"_jsxFileName"],[617,38,219,53],[618,16,219,53,"lineNumber"],[618,26,219,53],[619,16,219,53,"columnNumber"],[619,28,219,53],[620,14,219,53],[620,21,219,59],[620,22,219,60],[621,12,219,60],[622,14,219,60,"fileName"],[622,22,219,60],[622,24,219,60,"_jsxFileName"],[622,36,219,60],[623,14,219,60,"lineNumber"],[623,24,219,60],[624,14,219,60,"columnNumber"],[624,26,219,60],[625,12,219,60],[625,19,220,30],[625,20,220,31],[625,35,221,12],[625,39,221,12,"_reactJsxDevRuntime"],[625,58,221,12],[625,59,221,12,"jsxDEV"],[625,65,221,12],[625,67,221,13,"_reactNative"],[625,79,221,29],[625,80,221,29,"TouchableOpacity"],[625,96,221,29],[626,14,221,30,"style"],[626,19,221,35],[626,21,221,37],[626,22,221,38,"styles"],[626,28,221,44],[626,29,221,45,"actionBtn"],[626,38,221,54],[626,40,221,56],[627,16,221,57,"backgroundColor"],[627,31,221,72],[627,33,221,74],[628,14,221,83],[628,15,221,84],[628,16,221,86],[629,14,221,86,"children"],[629,22,221,86],[629,38,222,14],[629,42,222,14,"_reactJsxDevRuntime"],[629,61,222,14],[629,62,222,14,"jsxDEV"],[629,68,222,14],[629,70,222,15,"_expoVectorIcons"],[629,86,222,23],[629,87,222,23,"Ionicons"],[629,95,222,23],[630,16,222,24,"name"],[630,20,222,28],[630,22,222,29],[630,28,222,35],[631,16,222,36,"size"],[631,20,222,40],[631,22,222,42],[631,24,222,45],[632,16,222,46,"color"],[632,21,222,51],[632,23,222,52],[633,14,222,58],[634,16,222,58,"fileName"],[634,24,222,58],[634,26,222,58,"_jsxFileName"],[634,38,222,58],[635,16,222,58,"lineNumber"],[635,26,222,58],[636,16,222,58,"columnNumber"],[636,28,222,58],[637,14,222,58],[637,21,222,60],[637,22,222,61],[637,37,223,14],[637,41,223,14,"_reactJsxDevRuntime"],[637,60,223,14],[637,61,223,14,"jsxDEV"],[637,67,223,14],[637,69,223,15,"_reactNative"],[637,81,223,19],[637,82,223,19,"Text"],[637,86,223,19],[638,16,223,20,"style"],[638,21,223,25],[638,23,223,27,"styles"],[638,29,223,33],[638,30,223,34,"actionBtnText"],[638,43,223,48],[639,16,223,48,"children"],[639,24,223,48],[639,26,223,49],[640,14,223,54],[641,16,223,54,"fileName"],[641,24,223,54],[641,26,223,54,"_jsxFileName"],[641,38,223,54],[642,16,223,54,"lineNumber"],[642,26,223,54],[643,16,223,54,"columnNumber"],[643,28,223,54],[644,14,223,54],[644,21,223,60],[644,22,223,61],[645,12,223,61],[646,14,223,61,"fileName"],[646,22,223,61],[646,24,223,61,"_jsxFileName"],[646,36,223,61],[647,14,223,61,"lineNumber"],[647,24,223,61],[648,14,223,61,"columnNumber"],[648,26,223,61],[649,12,223,61],[649,19,224,30],[649,20,224,31],[649,35,225,12],[649,39,225,12,"_reactJsxDevRuntime"],[649,58,225,12],[649,59,225,12,"jsxDEV"],[649,65,225,12],[649,67,225,13,"_reactNative"],[649,79,225,29],[649,80,225,29,"TouchableOpacity"],[649,96,225,29],[650,14,225,30,"style"],[650,19,225,35],[650,21,225,37],[650,22,225,38,"styles"],[650,28,225,44],[650,29,225,45,"actionBtn"],[650,38,225,54],[650,40,225,56],[651,16,225,57,"backgroundColor"],[651,31,225,72],[651,33,225,74],[652,14,225,83],[652,15,225,84],[652,16,225,86],[653,14,225,86,"children"],[653,22,225,86],[653,38,226,14],[653,42,226,14,"_reactJsxDevRuntime"],[653,61,226,14],[653,62,226,14,"jsxDEV"],[653,68,226,14],[653,70,226,15,"_expoVectorIcons"],[653,86,226,23],[653,87,226,23,"Ionicons"],[653,95,226,23],[654,16,226,24,"name"],[654,20,226,28],[654,22,226,29],[654,28,226,35],[655,16,226,36,"size"],[655,20,226,40],[655,22,226,42],[655,24,226,45],[656,16,226,46,"color"],[656,21,226,51],[656,23,226,52],[657,14,226,58],[658,16,226,58,"fileName"],[658,24,226,58],[658,26,226,58,"_jsxFileName"],[658,38,226,58],[659,16,226,58,"lineNumber"],[659,26,226,58],[660,16,226,58,"columnNumber"],[660,28,226,58],[661,14,226,58],[661,21,226,60],[661,22,226,61],[661,37,227,14],[661,41,227,14,"_reactJsxDevRuntime"],[661,60,227,14],[661,61,227,14,"jsxDEV"],[661,67,227,14],[661,69,227,15,"_reactNative"],[661,81,227,19],[661,82,227,19,"Text"],[661,86,227,19],[662,16,227,20,"style"],[662,21,227,25],[662,23,227,27,"styles"],[662,29,227,33],[662,30,227,34,"actionBtnText"],[662,43,227,48],[663,16,227,48,"children"],[663,24,227,48],[663,26,227,49],[664,14,227,56],[665,16,227,56,"fileName"],[665,24,227,56],[665,26,227,56,"_jsxFileName"],[665,38,227,56],[666,16,227,56,"lineNumber"],[666,26,227,56],[667,16,227,56,"columnNumber"],[667,28,227,56],[668,14,227,56],[668,21,227,62],[668,22,227,63],[669,12,227,63],[670,14,227,63,"fileName"],[670,22,227,63],[670,24,227,63,"_jsxFileName"],[670,36,227,63],[671,14,227,63,"lineNumber"],[671,24,227,63],[672,14,227,63,"columnNumber"],[672,26,227,63],[673,12,227,63],[673,19,228,30],[673,20,228,31],[673,35,229,12],[673,39,229,12,"_reactJsxDevRuntime"],[673,58,229,12],[673,59,229,12,"jsxDEV"],[673,65,229,12],[673,67,229,13,"_reactNative"],[673,79,229,29],[673,80,229,29,"TouchableOpacity"],[673,96,229,29],[674,14,229,30,"style"],[674,19,229,35],[674,21,229,37],[674,22,229,38,"styles"],[674,28,229,44],[674,29,229,45,"actionBtn"],[674,38,229,54],[674,40,229,56],[675,16,229,57,"backgroundColor"],[675,31,229,72],[675,33,229,74],[676,14,229,83],[676,15,229,84],[676,16,229,86],[677,14,229,86,"children"],[677,22,229,86],[677,38,230,14],[677,42,230,14,"_reactJsxDevRuntime"],[677,61,230,14],[677,62,230,14,"jsxDEV"],[677,68,230,14],[677,70,230,15,"_expoVectorIcons"],[677,86,230,23],[677,87,230,23,"Ionicons"],[677,95,230,23],[678,16,230,24,"name"],[678,20,230,28],[678,22,230,29],[678,28,230,35],[679,16,230,36,"size"],[679,20,230,40],[679,22,230,42],[679,24,230,45],[680,16,230,46,"color"],[680,21,230,51],[680,23,230,52],[681,14,230,58],[682,16,230,58,"fileName"],[682,24,230,58],[682,26,230,58,"_jsxFileName"],[682,38,230,58],[683,16,230,58,"lineNumber"],[683,26,230,58],[684,16,230,58,"columnNumber"],[684,28,230,58],[685,14,230,58],[685,21,230,60],[685,22,230,61],[685,37,231,14],[685,41,231,14,"_reactJsxDevRuntime"],[685,60,231,14],[685,61,231,14,"jsxDEV"],[685,67,231,14],[685,69,231,15,"_reactNative"],[685,81,231,19],[685,82,231,19,"Text"],[685,86,231,19],[686,16,231,20,"style"],[686,21,231,25],[686,23,231,27,"styles"],[686,29,231,33],[686,30,231,34,"actionBtnText"],[686,43,231,48],[687,16,231,48,"children"],[687,24,231,48],[687,26,231,49],[688,14,231,56],[689,16,231,56,"fileName"],[689,24,231,56],[689,26,231,56,"_jsxFileName"],[689,38,231,56],[690,16,231,56,"lineNumber"],[690,26,231,56],[691,16,231,56,"columnNumber"],[691,28,231,56],[692,14,231,56],[692,21,231,62],[692,22,231,63],[693,12,231,63],[694,14,231,63,"fileName"],[694,22,231,63],[694,24,231,63,"_jsxFileName"],[694,36,231,63],[695,14,231,63,"lineNumber"],[695,24,231,63],[696,14,231,63,"columnNumber"],[696,26,231,63],[697,12,231,63],[697,19,232,30],[697,20,232,31],[698,10,232,31],[699,12,232,31,"fileName"],[699,20,232,31],[699,22,232,31,"_jsxFileName"],[699,34,232,31],[700,12,232,31,"lineNumber"],[700,22,232,31],[701,12,232,31,"columnNumber"],[701,24,232,31],[702,10,232,31],[702,17,233,16],[702,18,233,17],[703,8,233,17],[704,10,233,17,"fileName"],[704,18,233,17],[704,20,233,17,"_jsxFileName"],[704,32,233,17],[705,10,233,17,"lineNumber"],[705,20,233,17],[706,10,233,17,"columnNumber"],[706,22,233,17],[707,8,233,17],[707,15,234,14],[707,16,234,15],[707,31,237,8],[707,35,237,8,"_reactJsxDevRuntime"],[707,54,237,8],[707,55,237,8,"jsxDEV"],[707,61,237,8],[707,63,237,9,"_reactNative"],[707,75,237,13],[707,76,237,13,"View"],[707,80,237,13],[708,10,237,14,"style"],[708,15,237,19],[708,17,237,21,"styles"],[708,23,237,27],[708,24,237,28,"tokensContainer"],[708,39,237,44],[709,10,237,44,"children"],[709,18,237,44],[709,34,238,10],[709,38,238,10,"_reactJsxDevRuntime"],[709,57,238,10],[709,58,238,10,"jsxDEV"],[709,64,238,10],[709,66,238,11,"_reactNative"],[709,78,238,15],[709,79,238,15,"Text"],[709,83,238,15],[710,12,238,16,"style"],[710,17,238,21],[710,19,238,23,"styles"],[710,25,238,29],[710,26,238,30,"tokensTitle"],[710,37,238,42],[711,12,238,42,"children"],[711,20,238,42],[711,22,238,43],[712,10,238,49],[713,12,238,49,"fileName"],[713,20,238,49],[713,22,238,49,"_jsxFileName"],[713,34,238,49],[714,12,238,49,"lineNumber"],[714,22,238,49],[715,12,238,49,"columnNumber"],[715,24,238,49],[716,10,238,49],[716,17,238,55],[716,18,238,56],[716,33,241,10],[716,37,241,10,"_reactJsxDevRuntime"],[716,56,241,10],[716,57,241,10,"jsxDEV"],[716,63,241,10],[716,65,241,11,"_reactNative"],[716,77,241,15],[716,78,241,15,"View"],[716,82,241,15],[717,12,241,16,"style"],[717,17,241,21],[717,19,241,23,"styles"],[717,25,241,29],[717,26,241,30,"tokenItem"],[717,35,241,40],[718,12,241,40,"children"],[718,20,241,40],[718,36,242,12],[718,40,242,12,"_reactJsxDevRuntime"],[718,59,242,12],[718,60,242,12,"jsxDEV"],[718,66,242,12],[718,68,242,13,"_reactNative"],[718,80,242,17],[718,81,242,17,"View"],[718,85,242,17],[719,14,242,18,"style"],[719,19,242,23],[719,21,242,25,"styles"],[719,27,242,31],[719,28,242,32,"tokenItemLeft"],[719,41,242,46],[720,14,242,46,"children"],[720,22,242,46],[720,38,243,14],[720,42,243,14,"_reactJsxDevRuntime"],[720,61,243,14],[720,62,243,14,"jsxDEV"],[720,68,243,14],[720,70,243,15,"_reactNative"],[720,82,243,19],[720,83,243,19,"View"],[720,87,243,19],[721,16,243,20,"style"],[721,21,243,25],[721,23,243,27,"styles"],[721,29,243,33],[721,30,243,34,"tokenIconContainer"],[721,48,243,53],[722,16,243,53,"children"],[722,24,243,53],[722,40,244,16],[722,44,244,16,"_reactJsxDevRuntime"],[722,63,244,16],[722,64,244,16,"jsxDEV"],[722,70,244,16],[722,72,244,17,"_reactNative"],[722,84,244,22],[722,85,244,22,"Image"],[722,90,244,22],[723,18,245,18,"source"],[723,24,245,24],[723,26,245,26],[724,20,245,28,"uri"],[724,23,245,31],[724,25,245,33],[725,18,245,134],[725,19,245,136],[726,18,246,18,"style"],[726,23,246,23],[726,25,246,25,"styles"],[726,31,246,31],[726,32,246,32,"tokenIcon"],[727,16,246,42],[728,18,246,42,"fileName"],[728,26,246,42],[728,28,246,42,"_jsxFileName"],[728,40,246,42],[729,18,246,42,"lineNumber"],[729,28,246,42],[730,18,246,42,"columnNumber"],[730,30,246,42],[731,16,246,42],[731,23,247,17],[731,24,247,18],[731,39,248,16],[731,43,248,16,"_reactJsxDevRuntime"],[731,62,248,16],[731,63,248,16,"jsxDEV"],[731,69,248,16],[731,71,248,17,"_reactNative"],[731,83,248,22],[731,84,248,22,"Image"],[731,89,248,22],[732,18,249,18,"source"],[732,24,249,24],[732,26,249,26],[733,20,249,28,"uri"],[733,23,249,31],[733,25,249,33],[734,18,249,133],[734,19,249,135],[735,18,250,18,"style"],[735,23,250,23],[735,25,250,25,"styles"],[735,31,250,31],[735,32,250,32,"networkBadge"],[736,16,250,45],[737,18,250,45,"fileName"],[737,26,250,45],[737,28,250,45,"_jsxFileName"],[737,40,250,45],[738,18,250,45,"lineNumber"],[738,28,250,45],[739,18,250,45,"columnNumber"],[739,30,250,45],[740,16,250,45],[740,23,251,17],[740,24,251,18],[741,14,251,18],[742,16,251,18,"fileName"],[742,24,251,18],[742,26,251,18,"_jsxFileName"],[742,38,251,18],[743,16,251,18,"lineNumber"],[743,26,251,18],[744,16,251,18,"columnNumber"],[744,28,251,18],[745,14,251,18],[745,21,252,20],[745,22,252,21],[745,37,253,14],[745,41,253,14,"_reactJsxDevRuntime"],[745,60,253,14],[745,61,253,14,"jsxDEV"],[745,67,253,14],[745,69,253,15,"_reactNative"],[745,81,253,19],[745,82,253,19,"View"],[745,86,253,19],[746,16,253,19,"children"],[746,24,253,19],[746,40,254,16],[746,44,254,16,"_reactJsxDevRuntime"],[746,63,254,16],[746,64,254,16,"jsxDEV"],[746,70,254,16],[746,72,254,17,"_reactNative"],[746,84,254,21],[746,85,254,21,"Text"],[746,89,254,21],[747,18,254,22,"style"],[747,23,254,27],[747,25,254,29,"styles"],[747,31,254,35],[747,32,254,36,"tokenItemName"],[747,45,254,50],[748,18,254,50,"children"],[748,26,254,50],[748,28,254,51],[749,16,254,55],[750,18,254,55,"fileName"],[750,26,254,55],[750,28,254,55,"_jsxFileName"],[750,40,254,55],[751,18,254,55,"lineNumber"],[751,28,254,55],[752,18,254,55,"columnNumber"],[752,30,254,55],[753,16,254,55],[753,23,254,61],[753,24,254,62],[753,39,255,16],[753,43,255,16,"_reactJsxDevRuntime"],[753,62,255,16],[753,63,255,16,"jsxDEV"],[753,69,255,16],[753,71,255,17,"_reactNative"],[753,83,255,21],[753,84,255,21,"Text"],[753,88,255,21],[754,18,255,22,"style"],[754,23,255,27],[754,25,255,29,"styles"],[754,31,255,35],[754,32,255,36,"tokenItemNetwork"],[754,48,255,53],[755,18,255,53,"children"],[755,26,255,53],[755,28,255,54],[756,16,255,65],[757,18,255,65,"fileName"],[757,26,255,65],[757,28,255,65,"_jsxFileName"],[757,40,255,65],[758,18,255,65,"lineNumber"],[758,28,255,65],[759,18,255,65,"columnNumber"],[759,30,255,65],[760,16,255,65],[760,23,255,71],[760,24,255,72],[761,14,255,72],[762,16,255,72,"fileName"],[762,24,255,72],[762,26,255,72,"_jsxFileName"],[762,38,255,72],[763,16,255,72,"lineNumber"],[763,26,255,72],[764,16,255,72,"columnNumber"],[764,28,255,72],[765,14,255,72],[765,21,256,20],[765,22,256,21],[766,12,256,21],[767,14,256,21,"fileName"],[767,22,256,21],[767,24,256,21,"_jsxFileName"],[767,36,256,21],[768,14,256,21,"lineNumber"],[768,24,256,21],[769,14,256,21,"columnNumber"],[769,26,256,21],[770,12,256,21],[770,19,257,18],[770,20,257,19],[770,35,258,12],[770,39,258,12,"_reactJsxDevRuntime"],[770,58,258,12],[770,59,258,12,"jsxDEV"],[770,65,258,12],[770,67,258,13,"_reactNative"],[770,79,258,17],[770,80,258,17,"View"],[770,84,258,17],[771,14,258,18,"style"],[771,19,258,23],[771,21,258,25,"styles"],[771,27,258,31],[771,28,258,32,"tokenItemRight"],[771,42,258,47],[772,14,258,47,"children"],[772,22,258,47],[772,38,259,14],[772,42,259,14,"_reactJsxDevRuntime"],[772,61,259,14],[772,62,259,14,"jsxDEV"],[772,68,259,14],[772,70,259,15,"_reactNative"],[772,82,259,19],[772,83,259,19,"Text"],[772,87,259,19],[773,16,259,20,"style"],[773,21,259,25],[773,23,259,27,"styles"],[773,29,259,33],[773,30,259,34,"tokenItemBalance"],[773,46,259,51],[774,16,259,51,"children"],[774,24,259,51],[774,26,259,52],[775,14,259,53],[776,16,259,53,"fileName"],[776,24,259,53],[776,26,259,53,"_jsxFileName"],[776,38,259,53],[777,16,259,53,"lineNumber"],[777,26,259,53],[778,16,259,53,"columnNumber"],[778,28,259,53],[779,14,259,53],[779,21,259,59],[779,22,259,60],[779,37,260,14],[779,41,260,14,"_reactJsxDevRuntime"],[779,60,260,14],[779,61,260,14,"jsxDEV"],[779,67,260,14],[779,69,260,15,"_reactNative"],[779,81,260,19],[779,82,260,19,"Text"],[779,86,260,19],[780,16,260,20,"style"],[780,21,260,25],[780,23,260,27,"styles"],[780,29,260,33],[780,30,260,34,"tokenItemUsd"],[780,42,260,47],[781,16,260,47,"children"],[781,24,260,47],[781,26,260,48],[782,14,260,50],[783,16,260,50,"fileName"],[783,24,260,50],[783,26,260,50,"_jsxFileName"],[783,38,260,50],[784,16,260,50,"lineNumber"],[784,26,260,50],[785,16,260,50,"columnNumber"],[785,28,260,50],[786,14,260,50],[786,21,260,56],[786,22,260,57],[787,12,260,57],[788,14,260,57,"fileName"],[788,22,260,57],[788,24,260,57,"_jsxFileName"],[788,36,260,57],[789,14,260,57,"lineNumber"],[789,24,260,57],[790,14,260,57,"columnNumber"],[790,26,260,57],[791,12,260,57],[791,19,261,18],[791,20,261,19],[792,10,261,19],[793,12,261,19,"fileName"],[793,20,261,19],[793,22,261,19,"_jsxFileName"],[793,34,261,19],[794,12,261,19,"lineNumber"],[794,22,261,19],[795,12,261,19,"columnNumber"],[795,24,261,19],[796,10,261,19],[796,17,262,16],[796,18,262,17],[797,8,262,17],[798,10,262,17,"fileName"],[798,18,262,17],[798,20,262,17,"_jsxFileName"],[798,32,262,17],[799,10,262,17,"lineNumber"],[799,20,262,17],[800,10,262,17,"columnNumber"],[800,22,262,17],[801,8,262,17],[801,15,265,14],[801,16,265,15],[802,6,265,15],[803,8,265,15,"fileName"],[803,16,265,15],[803,18,265,15,"_jsxFileName"],[803,30,265,15],[804,8,265,15,"lineNumber"],[804,18,265,15],[805,8,265,15,"columnNumber"],[805,20,265,15],[806,6,265,15],[806,13,266,18],[807,4,266,19],[808,6,266,19,"fileName"],[808,14,266,19],[808,16,266,19,"_jsxFileName"],[808,28,266,19],[809,6,266,19,"lineNumber"],[809,16,266,19],[810,6,266,19,"columnNumber"],[810,18,266,19],[811,4,266,19],[811,11,267,10],[811,12,267,11],[812,2,269,0],[813,2,269,1,"_s2"],[813,5,269,1],[813,6,117,9,"WalletTab"],[813,15,117,18],[814,4,117,18],[814,12,118,19,"useAuth"],[814,32,118,26],[814,33,118,26,"useAuth"],[814,40,118,26],[815,2,118,26],[816,2,118,26,"_c2"],[816,5,118,26],[816,8,117,9,"WalletTab"],[816,17,117,18],[817,2,271,0],[817,11,271,9,"CitizensTab"],[817,22,271,20,"CitizensTab"],[817,23,271,20],[817,25,271,23],[818,4,272,2],[818,24,273,4],[818,28,273,4,"_reactJsxDevRuntime"],[818,47,273,4],[818,48,273,4,"jsxDEV"],[818,54,273,4],[818,56,273,5,"_reactNative"],[818,68,273,9],[818,69,273,9,"View"],[818,73,273,9],[819,6,273,10,"style"],[819,11,273,15],[819,13,273,17,"styles"],[819,19,273,23],[819,20,273,24,"container"],[819,29,273,34],[820,6,273,34,"children"],[820,14,273,34],[820,29,274,6],[820,33,274,6,"_reactJsxDevRuntime"],[820,52,274,6],[820,53,274,6,"jsxDEV"],[820,59,274,6],[820,61,274,7,"_reactNative"],[820,73,274,11],[820,74,274,11,"Text"],[820,78,274,11],[821,8,274,12,"style"],[821,13,274,17],[821,15,274,19,"styles"],[821,21,274,25],[821,22,274,26,"placeholderText"],[821,37,274,42],[822,8,274,42,"children"],[822,16,274,42],[822,18,274,43],[823,6,274,58],[824,8,274,58,"fileName"],[824,16,274,58],[824,18,274,58,"_jsxFileName"],[824,30,274,58],[825,8,274,58,"lineNumber"],[825,18,274,58],[826,8,274,58,"columnNumber"],[826,20,274,58],[827,6,274,58],[827,13,274,64],[828,4,274,65],[829,6,274,65,"fileName"],[829,14,274,65],[829,16,274,65,"_jsxFileName"],[829,28,274,65],[830,6,274,65,"lineNumber"],[830,16,274,65],[831,6,274,65,"columnNumber"],[831,18,274,65],[832,4,274,65],[832,11,275,10],[832,12,275,11],[833,2,277,0],[834,2,277,1,"_c3"],[834,5,277,1],[834,8,271,9,"CitizensTab"],[834,19,271,20],[835,2,279,0],[835,11,279,9,"ReferralTab"],[835,22,279,20,"ReferralTab"],[835,23,279,20],[835,25,279,23],[836,4,280,2],[836,24,281,4],[836,28,281,4,"_reactJsxDevRuntime"],[836,47,281,4],[836,48,281,4,"jsxDEV"],[836,54,281,4],[836,56,281,5,"_reactNative"],[836,68,281,9],[836,69,281,9,"View"],[836,73,281,9],[837,6,281,10,"style"],[837,11,281,15],[837,13,281,17,"styles"],[837,19,281,23],[837,20,281,24,"container"],[837,29,281,34],[838,6,281,34,"children"],[838,14,281,34],[838,29,282,6],[838,33,282,6,"_reactJsxDevRuntime"],[838,52,282,6],[838,53,282,6,"jsxDEV"],[838,59,282,6],[838,61,282,7,"_reactNative"],[838,73,282,11],[838,74,282,11,"Text"],[838,78,282,11],[839,8,282,12,"style"],[839,13,282,17],[839,15,282,19,"styles"],[839,21,282,25],[839,22,282,26,"placeholderText"],[839,37,282,42],[840,8,282,42,"children"],[840,16,282,42],[840,18,282,43],[841,6,282,58],[842,8,282,58,"fileName"],[842,16,282,58],[842,18,282,58,"_jsxFileName"],[842,30,282,58],[843,8,282,58,"lineNumber"],[843,18,282,58],[844,8,282,58,"columnNumber"],[844,20,282,58],[845,6,282,58],[845,13,282,64],[846,4,282,65],[847,6,282,65,"fileName"],[847,14,282,65],[847,16,282,65,"_jsxFileName"],[847,28,282,65],[848,6,282,65,"lineNumber"],[848,16,282,65],[849,6,282,65,"columnNumber"],[849,18,282,65],[850,4,282,65],[850,11,283,10],[850,12,283,11],[851,2,285,0],[852,2,285,1,"_c4"],[852,5,285,1],[852,8,279,9,"ReferralTab"],[852,19,279,20],[853,2,287,0],[853,11,287,9,"ProfileTab"],[853,21,287,19,"ProfileTab"],[853,22,287,19],[853,24,287,22],[854,4,288,2],[854,24,289,4],[854,28,289,4,"_reactJsxDevRuntime"],[854,47,289,4],[854,48,289,4,"jsxDEV"],[854,54,289,4],[854,56,289,5,"_reactNative"],[854,68,289,9],[854,69,289,9,"View"],[854,73,289,9],[855,6,289,10,"style"],[855,11,289,15],[855,13,289,17,"styles"],[855,19,289,23],[855,20,289,24,"container"],[855,29,289,34],[856,6,289,34,"children"],[856,14,289,34],[856,29,290,6],[856,33,290,6,"_reactJsxDevRuntime"],[856,52,290,6],[856,53,290,6,"jsxDEV"],[856,59,290,6],[856,61,290,7,"_reactNative"],[856,73,290,11],[856,74,290,11,"Text"],[856,78,290,11],[857,8,290,12,"style"],[857,13,290,17],[857,15,290,19,"styles"],[857,21,290,25],[857,22,290,26,"placeholderText"],[857,37,290,42],[858,8,290,42,"children"],[858,16,290,42],[858,18,290,43],[859,6,290,57],[860,8,290,57,"fileName"],[860,16,290,57],[860,18,290,57,"_jsxFileName"],[860,30,290,57],[861,8,290,57,"lineNumber"],[861,18,290,57],[862,8,290,57,"columnNumber"],[862,20,290,57],[863,6,290,57],[863,13,290,63],[864,4,290,64],[865,6,290,64,"fileName"],[865,14,290,64],[865,16,290,64,"_jsxFileName"],[865,28,290,64],[866,6,290,64,"lineNumber"],[866,16,290,64],[867,6,290,64,"columnNumber"],[867,18,290,64],[868,4,290,64],[868,11,291,10],[868,12,291,11],[869,2,293,0],[870,2,293,1,"_c5"],[870,5,293,1],[870,8,287,9,"ProfileTab"],[870,18,287,19],[871,2,295,0],[871,6,295,6,"Tab"],[871,9,295,9],[871,12,295,12],[871,16,295,12,"createBottomTabNavigator"],[871,42,295,36],[871,43,295,36,"createBottomTabNavigator"],[871,67,295,36],[871,69,295,37],[871,70,295,38],[872,2,297,15],[872,11,297,24,"HomeScreen"],[872,21,297,34,"HomeScreen"],[872,22,297,34],[872,24,297,37],[873,4,298,2],[873,24,299,4],[873,28,299,4,"_reactJsxDevRuntime"],[873,47,299,4],[873,48,299,4,"jsxDEV"],[873,54,299,4],[873,56,299,5,"Tab"],[873,59,299,8],[873,60,299,9,"Navigator"],[873,69,299,18],[874,6,300,6,"screenOptions"],[874,19,300,19],[874,21,300,21],[875,8,301,8,"headerShown"],[875,19,301,19],[875,21,301,21],[875,26,301,26],[876,8,302,8,"tabBarActiveTintColor"],[876,29,302,29],[876,31,302,31],[876,40,302,40],[877,8,303,8,"tabBarInactiveTintColor"],[877,31,303,31],[877,33,303,33],[877,42,303,42],[878,8,304,8,"tabBarStyle"],[878,19,304,19],[878,21,304,21,"styles"],[878,27,304,27],[878,28,304,28,"tabBar"],[879,6,305,6],[879,7,305,8],[880,6,305,8,"children"],[880,14,305,8],[880,30,307,6],[880,34,307,6,"_reactJsxDevRuntime"],[880,53,307,6],[880,54,307,6,"jsxDEV"],[880,60,307,6],[880,62,307,7,"Tab"],[880,65,307,10],[880,66,307,11,"Screen"],[880,72,307,17],[881,8,308,8,"name"],[881,12,308,12],[881,14,308,13],[881,23,308,22],[882,8,309,8,"component"],[882,17,309,17],[882,19,309,19,"HomeTab"],[882,26,309,27],[883,8,310,8,"options"],[883,15,310,15],[883,17,310,17],[884,10,311,10,"tabBarLabel"],[884,21,311,21],[884,23,311,23],[884,29,311,29],[885,10,312,10,"tabBarIcon"],[885,20,312,20],[885,22,312,22,"_ref3"],[885,27,312,22],[886,12,312,22],[886,16,312,25,"color"],[886,21,312,30],[886,24,312,30,"_ref3"],[886,29,312,30],[886,30,312,25,"color"],[886,35,312,30],[887,14,312,32,"size"],[887,18,312,36],[887,21,312,36,"_ref3"],[887,26,312,36],[887,27,312,32,"size"],[887,31,312,36],[888,12,312,36],[888,32,313,12],[888,36,313,12,"_reactJsxDevRuntime"],[888,55,313,12],[888,56,313,12,"jsxDEV"],[888,62,313,12],[888,64,313,13,"_expoVectorIcons"],[888,80,313,21],[888,81,313,21,"Ionicons"],[888,89,313,21],[889,14,313,22,"name"],[889,18,313,26],[889,20,313,27],[889,26,313,33],[890,14,313,34,"size"],[890,18,313,38],[890,20,313,40,"size"],[890,24,313,45],[891,14,313,46,"color"],[891,19,313,51],[891,21,313,53,"color"],[892,12,313,59],[893,14,313,59,"fileName"],[893,22,313,59],[893,24,313,59,"_jsxFileName"],[893,36,313,59],[894,14,313,59,"lineNumber"],[894,24,313,59],[895,14,313,59,"columnNumber"],[895,26,313,59],[896,12,313,59],[896,19,313,61],[896,20,313,62],[897,10,313,62],[898,8,315,8],[899,6,315,10],[900,8,315,10,"fileName"],[900,16,315,10],[900,18,315,10,"_jsxFileName"],[900,30,315,10],[901,8,315,10,"lineNumber"],[901,18,315,10],[902,8,315,10,"columnNumber"],[902,20,315,10],[903,6,315,10],[903,13,316,7],[903,14,316,8],[903,29,317,6],[903,33,317,6,"_reactJsxDevRuntime"],[903,52,317,6],[903,53,317,6,"jsxDEV"],[903,59,317,6],[903,61,317,7,"Tab"],[903,64,317,10],[903,65,317,11,"Screen"],[903,71,317,17],[904,8,318,8,"name"],[904,12,318,12],[904,14,318,13],[904,22,318,21],[905,8,319,8,"component"],[905,17,319,17],[905,19,319,19,"WalletTab"],[905,28,319,29],[906,8,320,8,"options"],[906,15,320,15],[906,17,320,17],[907,10,321,10,"tabBarLabel"],[907,21,321,21],[907,23,321,23],[907,31,321,31],[908,10,322,10,"tabBarIcon"],[908,20,322,20],[908,22,322,22,"_ref4"],[908,27,322,22],[909,12,322,22],[909,16,322,25,"color"],[909,21,322,30],[909,24,322,30,"_ref4"],[909,29,322,30],[909,30,322,25,"color"],[909,35,322,30],[910,14,322,32,"size"],[910,18,322,36],[910,21,322,36,"_ref4"],[910,26,322,36],[910,27,322,32,"size"],[910,31,322,36],[911,12,322,36],[911,32,323,12],[911,36,323,12,"_reactJsxDevRuntime"],[911,55,323,12],[911,56,323,12,"jsxDEV"],[911,62,323,12],[911,64,323,13,"_expoVectorIcons"],[911,80,323,21],[911,81,323,21,"Ionicons"],[911,89,323,21],[912,14,323,22,"name"],[912,18,323,26],[912,20,323,27],[912,28,323,35],[913,14,323,36,"size"],[913,18,323,40],[913,20,323,42,"size"],[913,24,323,47],[914,14,323,48,"color"],[914,19,323,53],[914,21,323,55,"color"],[915,12,323,61],[916,14,323,61,"fileName"],[916,22,323,61],[916,24,323,61,"_jsxFileName"],[916,36,323,61],[917,14,323,61,"lineNumber"],[917,24,323,61],[918,14,323,61,"columnNumber"],[918,26,323,61],[919,12,323,61],[919,19,323,63],[919,20,323,64],[920,10,323,64],[921,8,325,8],[922,6,325,10],[923,8,325,10,"fileName"],[923,16,325,10],[923,18,325,10,"_jsxFileName"],[923,30,325,10],[924,8,325,10,"lineNumber"],[924,18,325,10],[925,8,325,10,"columnNumber"],[925,20,325,10],[926,6,325,10],[926,13,326,7],[926,14,326,8],[926,29,327,6],[926,33,327,6,"_reactJsxDevRuntime"],[926,52,327,6],[926,53,327,6,"jsxDEV"],[926,59,327,6],[926,61,327,7,"Tab"],[926,64,327,10],[926,65,327,11,"Screen"],[926,71,327,17],[927,8,328,8,"name"],[927,12,328,12],[927,14,328,13],[927,24,328,23],[928,8,329,8,"component"],[928,17,329,17],[928,19,329,19,"CitizensTab"],[928,30,329,31],[929,8,330,8,"options"],[929,15,330,15],[929,17,330,17],[930,10,331,10,"tabBarLabel"],[930,21,331,21],[930,23,331,23],[930,33,331,33],[931,10,332,10,"tabBarIcon"],[931,20,332,20],[931,22,332,22,"_ref5"],[931,27,332,22],[932,12,332,22],[932,16,332,25,"color"],[932,21,332,30],[932,24,332,30,"_ref5"],[932,29,332,30],[932,30,332,25,"color"],[932,35,332,30],[933,14,332,32,"size"],[933,18,332,36],[933,21,332,36,"_ref5"],[933,26,332,36],[933,27,332,32,"size"],[933,31,332,36],[934,12,332,36],[934,32,333,12],[934,36,333,12,"_reactJsxDevRuntime"],[934,55,333,12],[934,56,333,12,"jsxDEV"],[934,62,333,12],[934,64,333,13,"_expoVectorIcons"],[934,80,333,21],[934,81,333,21,"Ionicons"],[934,89,333,21],[935,14,333,22,"name"],[935,18,333,26],[935,20,333,27],[935,28,333,35],[936,14,333,36,"size"],[936,18,333,40],[936,20,333,42,"size"],[936,24,333,47],[937,14,333,48,"color"],[937,19,333,53],[937,21,333,55,"color"],[938,12,333,61],[939,14,333,61,"fileName"],[939,22,333,61],[939,24,333,61,"_jsxFileName"],[939,36,333,61],[940,14,333,61,"lineNumber"],[940,24,333,61],[941,14,333,61,"columnNumber"],[941,26,333,61],[942,12,333,61],[942,19,333,63],[942,20,333,64],[943,10,333,64],[944,8,335,8],[945,6,335,10],[946,8,335,10,"fileName"],[946,16,335,10],[946,18,335,10,"_jsxFileName"],[946,30,335,10],[947,8,335,10,"lineNumber"],[947,18,335,10],[948,8,335,10,"columnNumber"],[948,20,335,10],[949,6,335,10],[949,13,336,7],[949,14,336,8],[949,29,337,6],[949,33,337,6,"_reactJsxDevRuntime"],[949,52,337,6],[949,53,337,6,"jsxDEV"],[949,59,337,6],[949,61,337,7,"Tab"],[949,64,337,10],[949,65,337,11,"Screen"],[949,71,337,17],[950,8,338,8,"name"],[950,12,338,12],[950,14,338,13],[950,24,338,23],[951,8,339,8,"component"],[951,17,339,17],[951,19,339,19,"ReferralTab"],[951,30,339,31],[952,8,340,8,"options"],[952,15,340,15],[952,17,340,17],[953,10,341,10,"tabBarLabel"],[953,21,341,21],[953,23,341,23],[953,33,341,33],[954,10,342,10,"tabBarIcon"],[954,20,342,20],[954,22,342,22,"_ref6"],[954,27,342,22],[955,12,342,22],[955,16,342,25,"color"],[955,21,342,30],[955,24,342,30,"_ref6"],[955,29,342,30],[955,30,342,25,"color"],[955,35,342,30],[956,14,342,32,"size"],[956,18,342,36],[956,21,342,36,"_ref6"],[956,26,342,36],[956,27,342,32,"size"],[956,31,342,36],[957,12,342,36],[957,32,343,12],[957,36,343,12,"_reactJsxDevRuntime"],[957,55,343,12],[957,56,343,12,"jsxDEV"],[957,62,343,12],[957,64,343,13,"_expoVectorIcons"],[957,80,343,21],[957,81,343,21,"Ionicons"],[957,89,343,21],[958,14,343,22,"name"],[958,18,343,26],[958,20,343,27],[958,26,343,33],[959,14,343,34,"size"],[959,18,343,38],[959,20,343,40,"size"],[959,24,343,45],[960,14,343,46,"color"],[960,19,343,51],[960,21,343,53,"color"],[961,12,343,59],[962,14,343,59,"fileName"],[962,22,343,59],[962,24,343,59,"_jsxFileName"],[962,36,343,59],[963,14,343,59,"lineNumber"],[963,24,343,59],[964,14,343,59,"columnNumber"],[964,26,343,59],[965,12,343,59],[965,19,343,61],[965,20,343,62],[966,10,343,62],[967,8,345,8],[968,6,345,10],[969,8,345,10,"fileName"],[969,16,345,10],[969,18,345,10,"_jsxFileName"],[969,30,345,10],[970,8,345,10,"lineNumber"],[970,18,345,10],[971,8,345,10,"columnNumber"],[971,20,345,10],[972,6,345,10],[972,13,346,7],[972,14,346,8],[972,29,347,6],[972,33,347,6,"_reactJsxDevRuntime"],[972,52,347,6],[972,53,347,6,"jsxDEV"],[972,59,347,6],[972,61,347,7,"Tab"],[972,64,347,10],[972,65,347,11,"Screen"],[972,71,347,17],[973,8,348,8,"name"],[973,12,348,12],[973,14,348,13],[973,23,348,22],[974,8,349,8,"component"],[974,17,349,17],[974,19,349,19,"ProfileTab"],[974,29,349,30],[975,8,350,8,"options"],[975,15,350,15],[975,17,350,17],[976,10,351,10,"tabBarLabel"],[976,21,351,21],[976,23,351,23],[976,32,351,32],[977,10,352,10,"tabBarIcon"],[977,20,352,20],[977,22,352,22,"_ref7"],[977,27,352,22],[978,12,352,22],[978,16,352,25,"color"],[978,21,352,30],[978,24,352,30,"_ref7"],[978,29,352,30],[978,30,352,25,"color"],[978,35,352,30],[979,14,352,32,"size"],[979,18,352,36],[979,21,352,36,"_ref7"],[979,26,352,36],[979,27,352,32,"size"],[979,31,352,36],[980,12,352,36],[980,32,353,12],[980,36,353,12,"_reactJsxDevRuntime"],[980,55,353,12],[980,56,353,12,"jsxDEV"],[980,62,353,12],[980,64,353,13,"_expoVectorIcons"],[980,80,353,21],[980,81,353,21,"Ionicons"],[980,89,353,21],[981,14,353,22,"name"],[981,18,353,26],[981,20,353,27],[981,28,353,35],[982,14,353,36,"size"],[982,18,353,40],[982,20,353,42,"size"],[982,24,353,47],[983,14,353,48,"color"],[983,19,353,53],[983,21,353,55,"color"],[984,12,353,61],[985,14,353,61,"fileName"],[985,22,353,61],[985,24,353,61,"_jsxFileName"],[985,36,353,61],[986,14,353,61,"lineNumber"],[986,24,353,61],[987,14,353,61,"columnNumber"],[987,26,353,61],[988,12,353,61],[988,19,353,63],[988,20,353,64],[989,10,353,64],[990,8,355,8],[991,6,355,10],[992,8,355,10,"fileName"],[992,16,355,10],[992,18,355,10,"_jsxFileName"],[992,30,355,10],[993,8,355,10,"lineNumber"],[993,18,355,10],[994,8,355,10,"columnNumber"],[994,20,355,10],[995,6,355,10],[995,13,356,7],[995,14,356,8],[996,4,356,8],[997,6,356,8,"fileName"],[997,14,356,8],[997,16,356,8,"_jsxFileName"],[997,28,356,8],[998,6,356,8,"lineNumber"],[998,16,356,8],[999,6,356,8,"columnNumber"],[999,18,356,8],[1000,4,356,8],[1000,11,357,19],[1000,12,357,20],[1001,2,359,0],[1002,2,359,1,"_c6"],[1002,5,359,1],[1002,8,297,24,"HomeScreen"],[1002,18,297,34],[1003,2,361,0],[1003,6,361,6,"QUICK_ACTIONS"],[1003,19,361,19],[1003,22,361,22],[1003,23,362,2],[1004,4,362,4,"id"],[1004,6,362,6],[1004,8,362,8],[1004,11,362,11],[1005,4,362,13,"label"],[1005,9,362,18],[1005,11,362,20],[1005,17,362,26],[1006,4,362,28,"icon"],[1006,8,362,32],[1006,10,362,34],[1006,25,362,49],[1007,4,362,51,"color"],[1007,9,362,56],[1007,11,362,58],[1008,2,362,68],[1008,3,362,69],[1008,5,363,2],[1009,4,363,4,"id"],[1009,6,363,6],[1009,8,363,8],[1009,11,363,11],[1010,4,363,13,"label"],[1010,9,363,18],[1010,11,363,20],[1010,20,363,29],[1011,4,363,31,"icon"],[1011,8,363,35],[1011,10,363,37],[1011,22,363,49],[1012,4,363,51,"color"],[1012,9,363,56],[1012,11,363,58],[1013,2,363,68],[1013,3,363,69],[1013,5,364,2],[1014,4,364,4,"id"],[1014,6,364,6],[1014,8,364,8],[1014,11,364,11],[1015,4,364,13,"label"],[1015,9,364,18],[1015,11,364,20],[1015,17,364,26],[1016,4,364,28,"icon"],[1016,8,364,32],[1016,10,364,34],[1016,27,364,51],[1017,4,364,53,"color"],[1017,9,364,58],[1017,11,364,60],[1018,2,364,70],[1018,3,364,71],[1018,5,365,2],[1019,4,365,4,"id"],[1019,6,365,6],[1019,8,365,8],[1019,11,365,11],[1020,4,365,13,"label"],[1020,9,365,18],[1020,11,365,20],[1020,17,365,26],[1021,4,365,28,"icon"],[1021,8,365,32],[1021,10,365,34],[1021,28,365,52],[1022,4,365,54,"color"],[1022,9,365,59],[1022,11,365,61],[1023,2,365,71],[1023,3,365,72],[1023,5,366,2],[1024,4,366,4,"id"],[1024,6,366,6],[1024,8,366,8],[1024,11,366,11],[1025,4,366,13,"label"],[1025,9,366,18],[1025,11,366,20],[1025,18,366,27],[1026,4,366,29,"icon"],[1026,8,366,33],[1026,10,366,35],[1026,23,366,48],[1027,4,366,50,"color"],[1027,9,366,55],[1027,11,366,57],[1028,2,366,67],[1028,3,366,68],[1028,5,367,2],[1029,4,367,4,"id"],[1029,6,367,6],[1029,8,367,8],[1029,11,367,11],[1030,4,367,13,"label"],[1030,9,367,18],[1030,11,367,20],[1030,21,367,30],[1031,4,367,32,"icon"],[1031,8,367,36],[1031,10,367,38],[1031,16,367,44],[1032,4,367,46,"color"],[1032,9,367,51],[1032,11,367,53],[1033,2,367,63],[1033,3,367,64],[1033,5,368,2],[1034,4,368,4,"id"],[1034,6,368,6],[1034,8,368,8],[1034,11,368,11],[1035,4,368,13,"label"],[1035,9,368,18],[1035,11,368,20],[1035,21,368,30],[1036,4,368,32,"icon"],[1036,8,368,36],[1036,10,368,38],[1036,25,368,53],[1037,4,368,55,"color"],[1037,9,368,60],[1037,11,368,62],[1038,2,368,72],[1038,3,368,73],[1038,5,369,2],[1039,4,369,4,"id"],[1039,6,369,6],[1039,8,369,8],[1039,11,369,11],[1040,4,369,13,"label"],[1040,9,369,18],[1040,11,369,20],[1040,22,369,31],[1041,4,369,33,"icon"],[1041,8,369,37],[1041,10,369,39],[1041,18,369,47],[1042,4,369,49,"color"],[1042,9,369,54],[1042,11,369,56],[1043,2,369,66],[1043,3,369,67],[1043,5,370,2],[1044,4,370,4,"id"],[1044,6,370,6],[1044,8,370,8],[1044,11,370,11],[1045,4,370,13,"label"],[1045,9,370,18],[1045,11,370,20],[1045,21,370,30],[1046,4,370,32,"icon"],[1046,8,370,36],[1046,10,370,38],[1046,21,370,49],[1047,4,370,51,"color"],[1047,9,370,56],[1047,11,370,58],[1048,2,370,68],[1048,3,370,69],[1048,5,371,2],[1049,4,371,4,"id"],[1049,6,371,6],[1049,8,371,8],[1049,12,371,12],[1050,4,371,14,"label"],[1050,9,371,19],[1050,11,371,21],[1050,21,371,31],[1051,4,371,33,"icon"],[1051,8,371,37],[1051,10,371,39],[1051,16,371,45],[1052,4,371,47,"color"],[1052,9,371,52],[1052,11,371,54],[1053,2,371,64],[1053,3,371,65],[1053,5,372,2],[1054,4,372,4,"id"],[1054,6,372,6],[1054,8,372,8],[1054,12,372,12],[1055,4,372,14,"label"],[1055,9,372,19],[1055,11,372,21],[1055,22,372,32],[1056,4,372,34,"icon"],[1056,8,372,38],[1056,10,372,40],[1056,16,372,46],[1057,4,372,48,"color"],[1057,9,372,53],[1057,11,372,55],[1058,2,372,65],[1058,3,372,66],[1058,5,373,2],[1059,4,373,4,"id"],[1059,6,373,6],[1059,8,373,8],[1059,12,373,12],[1060,4,373,14,"label"],[1060,9,373,19],[1060,11,373,21],[1060,20,373,30],[1061,4,373,32,"icon"],[1061,8,373,36],[1061,10,373,38],[1061,16,373,44],[1062,4,373,46,"color"],[1062,9,373,51],[1062,11,373,53],[1063,2,373,63],[1063,3,373,64],[1063,5,374,2],[1064,4,374,4,"id"],[1064,6,374,6],[1064,8,374,8],[1064,12,374,12],[1065,4,374,14,"label"],[1065,9,374,19],[1065,11,374,21],[1065,20,374,30],[1066,4,374,32,"icon"],[1066,8,374,36],[1066,10,374,38],[1066,19,374,47],[1067,4,374,49,"color"],[1067,9,374,54],[1067,11,374,56],[1068,2,374,66],[1068,3,374,67],[1068,5,375,2],[1069,4,375,4,"id"],[1069,6,375,6],[1069,8,375,8],[1069,12,375,12],[1070,4,375,14,"label"],[1070,9,375,19],[1070,11,375,21],[1070,21,375,31],[1071,4,375,33,"icon"],[1071,8,375,37],[1071,10,375,39],[1071,20,375,49],[1072,4,375,51,"color"],[1072,9,375,56],[1072,11,375,58],[1073,2,375,68],[1073,3,375,69],[1073,5,376,2],[1074,4,376,4,"id"],[1074,6,376,6],[1074,8,376,8],[1074,12,376,12],[1075,4,376,14,"label"],[1075,9,376,19],[1075,11,376,21],[1075,17,376,27],[1076,4,376,29,"icon"],[1076,8,376,33],[1076,10,376,35],[1076,23,376,48],[1077,4,376,50,"color"],[1077,9,376,55],[1077,11,376,57],[1078,2,376,67],[1078,3,376,68],[1078,5,377,2],[1079,4,377,4,"id"],[1079,6,377,6],[1079,8,377,8],[1079,12,377,12],[1080,4,377,14,"label"],[1080,9,377,19],[1080,11,377,21],[1080,20,377,30],[1081,4,377,32,"icon"],[1081,8,377,36],[1081,10,377,38],[1081,16,377,44],[1082,4,377,46,"color"],[1082,9,377,51],[1082,11,377,53],[1083,2,377,63],[1083,3,377,64],[1083,5,378,2],[1084,4,378,4,"id"],[1084,6,378,6],[1084,8,378,8],[1084,12,378,12],[1085,4,378,14,"label"],[1085,9,378,19],[1085,11,378,21],[1085,18,378,28],[1086,4,378,30,"icon"],[1086,8,378,34],[1086,10,378,36],[1086,17,378,43],[1087,4,378,45,"color"],[1087,9,378,50],[1087,11,378,52],[1088,2,378,62],[1088,3,378,63],[1088,5,379,2],[1089,4,379,4,"id"],[1089,6,379,6],[1089,8,379,8],[1089,12,379,12],[1090,4,379,14,"label"],[1090,9,379,19],[1090,11,379,21],[1090,23,379,33],[1091,4,379,35,"icon"],[1091,8,379,39],[1091,10,379,41],[1091,16,379,47],[1092,4,379,49,"color"],[1092,9,379,54],[1092,11,379,56],[1093,2,379,66],[1093,3,379,67],[1093,5,380,2],[1094,4,380,4,"id"],[1094,6,380,6],[1094,8,380,8],[1094,12,380,12],[1095,4,380,14,"label"],[1095,9,380,19],[1095,11,380,21],[1095,21,380,31],[1096,4,380,33,"icon"],[1096,8,380,37],[1096,10,380,39],[1096,20,380,49],[1097,4,380,51,"color"],[1097,9,380,56],[1097,11,380,58],[1098,2,380,68],[1098,3,380,69],[1098,5,381,2],[1099,4,381,4,"id"],[1099,6,381,6],[1099,8,381,8],[1099,12,381,12],[1100,4,381,14,"label"],[1100,9,381,19],[1100,11,381,21],[1100,20,381,30],[1101,4,381,32,"icon"],[1101,8,381,36],[1101,10,381,38],[1101,18,381,46],[1102,4,381,48,"color"],[1102,9,381,53],[1102,11,381,55],[1103,2,381,65],[1103,3,381,66],[1103,5,382,2],[1104,4,382,4,"id"],[1104,6,382,6],[1104,8,382,8],[1104,12,382,12],[1105,4,382,14,"label"],[1105,9,382,19],[1105,11,382,21],[1105,16,382,26],[1106,4,382,28,"icon"],[1106,8,382,32],[1106,10,382,34],[1106,19,382,43],[1107,4,382,45,"color"],[1107,9,382,50],[1107,11,382,52],[1108,2,382,62],[1108,3,382,63],[1108,5,383,2],[1109,4,383,4,"id"],[1109,6,383,6],[1109,8,383,8],[1109,12,383,12],[1110,4,383,14,"label"],[1110,9,383,19],[1110,11,383,21],[1110,19,383,29],[1111,4,383,31,"icon"],[1111,8,383,35],[1111,10,383,37],[1111,25,383,52],[1112,4,383,54,"color"],[1112,9,383,59],[1112,11,383,61],[1113,2,383,71],[1113,3,383,72],[1113,5,384,2],[1114,4,384,4,"id"],[1114,6,384,6],[1114,8,384,8],[1114,12,384,12],[1115,4,384,14,"label"],[1115,9,384,19],[1115,11,384,21],[1115,17,384,27],[1116,4,384,29,"icon"],[1116,8,384,33],[1116,10,384,35],[1116,15,384,40],[1117,4,384,42,"color"],[1117,9,384,47],[1117,11,384,49],[1118,2,384,59],[1118,3,384,60],[1118,5,385,2],[1119,4,385,4,"id"],[1119,6,385,6],[1119,8,385,8],[1119,12,385,12],[1120,4,385,14,"label"],[1120,9,385,19],[1120,11,385,21],[1120,21,385,31],[1121,4,385,33,"icon"],[1121,8,385,37],[1121,10,385,39],[1121,24,385,53],[1122,4,385,55,"color"],[1122,9,385,60],[1122,11,385,62],[1123,2,385,72],[1123,3,385,73],[1123,5,386,2],[1124,4,386,4,"id"],[1124,6,386,6],[1124,8,386,8],[1124,12,386,12],[1125,4,386,14,"label"],[1125,9,386,19],[1125,11,386,21],[1125,18,386,28],[1126,4,386,30,"icon"],[1126,8,386,34],[1126,10,386,36],[1126,17,386,43],[1127,4,386,45,"color"],[1127,9,386,50],[1127,11,386,52],[1128,2,386,62],[1128,3,386,63],[1128,5,387,2],[1129,4,387,4,"id"],[1129,6,387,6],[1129,8,387,8],[1129,12,387,12],[1130,4,387,14,"label"],[1130,9,387,19],[1130,11,387,21],[1130,18,387,28],[1131,4,387,30,"icon"],[1131,8,387,34],[1131,10,387,36],[1131,15,387,41],[1132,4,387,43,"color"],[1132,9,387,48],[1132,11,387,50],[1133,2,387,60],[1133,3,387,61],[1133,5,388,2],[1134,4,388,4,"id"],[1134,6,388,6],[1134,8,388,8],[1134,12,388,12],[1135,4,388,14,"label"],[1135,9,388,19],[1135,11,388,21],[1135,18,388,28],[1136,4,388,30,"icon"],[1136,8,388,34],[1136,10,388,36],[1136,22,388,48],[1137,4,388,50,"color"],[1137,9,388,55],[1137,11,388,57],[1138,2,388,67],[1138,3,388,68],[1138,5,389,2],[1139,4,389,4,"id"],[1139,6,389,6],[1139,8,389,8],[1139,12,389,12],[1140,4,389,14,"label"],[1140,9,389,19],[1140,11,389,21],[1140,19,389,29],[1141,4,389,31,"icon"],[1141,8,389,35],[1141,10,389,37],[1141,20,389,47],[1142,4,389,49,"color"],[1142,9,389,54],[1142,11,389,56],[1143,2,389,66],[1143,3,389,67],[1143,5,390,2],[1144,4,390,4,"id"],[1144,6,390,6],[1144,8,390,8],[1144,12,390,12],[1145,4,390,14,"label"],[1145,9,390,19],[1145,11,390,21],[1145,19,390,29],[1146,4,390,31,"icon"],[1146,8,390,35],[1146,10,390,37],[1146,16,390,43],[1147,4,390,45,"color"],[1147,9,390,50],[1147,11,390,52],[1148,2,390,62],[1148,3,390,63],[1148,5,391,2],[1149,4,391,4,"id"],[1149,6,391,6],[1149,8,391,8],[1149,12,391,12],[1150,4,391,14,"label"],[1150,9,391,19],[1150,11,391,21],[1150,17,391,27],[1151,4,391,29,"icon"],[1151,8,391,33],[1151,10,391,35],[1151,16,391,41],[1152,4,391,43,"color"],[1152,9,391,48],[1152,11,391,50],[1153,2,391,60],[1153,3,391,61],[1153,4,392,1],[1154,2,394,0],[1154,6,394,6,"styles"],[1154,12,394,12],[1154,15,394,15,"StyleSheet"],[1154,27,394,25],[1154,28,394,25,"StyleSheet"],[1154,38,394,25],[1154,39,394,26,"create"],[1154,45,394,32],[1154,46,394,33],[1155,4,395,2,"container"],[1155,13,395,11],[1155,15,395,13],[1156,6,396,4,"flex"],[1156,10,396,8],[1156,12,396,10],[1156,13,396,11],[1157,6,397,4,"backgroundColor"],[1157,21,397,19],[1157,23,397,21],[1158,4,398,2],[1158,5,398,3],[1159,4,399,2,"scrollContent"],[1159,17,399,15],[1159,19,399,17],[1160,6,400,4,"paddingBottom"],[1160,19,400,17],[1160,21,400,19],[1161,4,401,2],[1161,5,401,3],[1162,4,402,2,"walletScrollContent"],[1162,23,402,21],[1162,25,402,23],[1163,6,403,4,"paddingBottom"],[1163,19,403,17],[1163,21,403,19],[1164,4,404,2],[1164,5,404,3],[1165,4,405,2,"header"],[1165,10,405,8],[1165,12,405,10],[1166,6,406,4,"flexDirection"],[1166,19,406,17],[1166,21,406,19],[1166,26,406,24],[1167,6,407,4,"justifyContent"],[1167,20,407,18],[1167,22,407,20],[1167,37,407,35],[1168,6,408,4,"alignItems"],[1168,16,408,14],[1168,18,408,16],[1168,26,408,24],[1169,6,409,4,"padding"],[1169,13,409,11],[1169,15,409,13],[1169,17,409,15],[1170,6,410,4,"backgroundColor"],[1170,21,410,19],[1170,23,410,21],[1170,29,410,27],[1171,6,411,4,"borderBottomWidth"],[1171,23,411,21],[1171,25,411,23],[1171,26,411,24],[1172,6,412,4,"borderBottomColor"],[1172,23,412,21],[1172,25,412,23],[1173,4,413,2],[1173,5,413,3],[1174,4,414,2,"headerLeft"],[1174,14,414,12],[1174,16,414,14],[1175,6,415,4,"position"],[1175,14,415,12],[1175,16,415,14],[1176,4,416,2],[1176,5,416,3],[1177,4,417,2,"profileImage"],[1177,16,417,14],[1177,18,417,16],[1178,6,418,4,"width"],[1178,11,418,9],[1178,13,418,11],[1178,15,418,13],[1179,6,419,4,"height"],[1179,12,419,10],[1179,14,419,12],[1179,16,419,14],[1180,6,420,4,"borderRadius"],[1180,18,420,16],[1180,20,420,18],[1180,22,420,20],[1181,6,421,4,"backgroundColor"],[1181,21,421,19],[1181,23,421,21],[1181,32,421,30],[1182,6,422,4,"alignItems"],[1182,16,422,14],[1182,18,422,16],[1182,26,422,24],[1183,6,423,4,"justifyContent"],[1183,20,423,18],[1183,22,423,20],[1183,30,423,28],[1184,6,424,4,"overflow"],[1184,14,424,12],[1184,16,424,14],[1185,4,425,2],[1185,5,425,3],[1186,4,426,2,"profileImageSrc"],[1186,19,426,17],[1186,21,426,19],[1187,6,427,4,"width"],[1187,11,427,9],[1187,13,427,11],[1187,15,427,13],[1188,6,428,4,"height"],[1188,12,428,10],[1188,14,428,12],[1189,4,429,2],[1189,5,429,3],[1190,4,430,2,"profileBadge"],[1190,16,430,14],[1190,18,430,16],[1191,6,431,4,"position"],[1191,14,431,12],[1191,16,431,14],[1191,26,431,24],[1192,6,432,4,"bottom"],[1192,12,432,10],[1192,14,432,12],[1192,15,432,13],[1192,16,432,14],[1193,6,433,4,"right"],[1193,11,433,9],[1193,13,433,11],[1193,14,433,12],[1193,15,433,13],[1194,6,434,4,"backgroundColor"],[1194,21,434,19],[1194,23,434,21],[1194,32,434,30],[1195,6,435,4,"borderRadius"],[1195,18,435,16],[1195,20,435,18],[1195,22,435,20],[1196,6,436,4,"paddingHorizontal"],[1196,23,436,21],[1196,25,436,23],[1196,26,436,24],[1197,6,437,4,"paddingVertical"],[1197,21,437,19],[1197,23,437,21],[1197,24,437,22],[1198,6,438,4,"flexDirection"],[1198,19,438,17],[1198,21,438,19],[1198,26,438,24],[1199,6,439,4,"alignItems"],[1199,16,439,14],[1199,18,439,16],[1199,26,439,24],[1200,6,440,4,"gap"],[1200,9,440,7],[1200,11,440,9],[1201,4,441,2],[1201,5,441,3],[1202,4,442,2,"trustScore"],[1202,14,442,12],[1202,16,442,14],[1203,6,443,4,"fontSize"],[1203,14,443,12],[1203,16,443,14],[1203,18,443,16],[1204,6,444,4,"fontWeight"],[1204,16,444,14],[1204,18,444,16],[1204,23,444,21],[1205,6,445,4,"color"],[1205,11,445,9],[1205,13,445,11],[1206,4,446,2],[1206,5,446,3],[1207,4,447,2,"headerRight"],[1207,15,447,13],[1207,17,447,15],[1208,6,448,4,"flexDirection"],[1208,19,448,17],[1208,21,448,19],[1208,26,448,24],[1209,6,449,4,"gap"],[1209,9,449,7],[1209,11,449,9],[1210,4,450,2],[1210,5,450,3],[1211,4,451,2,"iconButton"],[1211,14,451,12],[1211,16,451,14],[1212,6,452,4,"padding"],[1212,13,452,11],[1212,15,452,13],[1213,4,453,2],[1213,5,453,3],[1214,4,454,2,"announcementWidget"],[1214,22,454,20],[1214,24,454,22],[1215,6,455,4,"padding"],[1215,13,455,11],[1215,15,455,13],[1216,4,456,2],[1216,5,456,3],[1217,4,457,2,"announcement"],[1217,16,457,14],[1217,18,457,16],[1218,6,458,4,"backgroundColor"],[1218,21,458,19],[1218,23,458,21],[1218,29,458,27],[1219,6,459,4,"padding"],[1219,13,459,11],[1219,15,459,13],[1219,17,459,15],[1220,6,460,4,"borderRadius"],[1220,18,460,16],[1220,20,460,18],[1220,22,460,20],[1221,6,461,4,"marginRight"],[1221,17,461,15],[1221,19,461,17],[1221,21,461,19],[1222,6,462,4,"width"],[1222,11,462,9],[1222,13,462,11,"width"],[1222,18,462,16],[1222,21,462,19],[1222,23,462,21],[1223,6,463,4,"borderLeftWidth"],[1223,21,463,19],[1223,23,463,21],[1223,24,463,22],[1224,6,464,4,"borderLeftColor"],[1224,21,464,19],[1224,23,464,21],[1225,4,465,2],[1225,5,465,3],[1226,4,466,2,"announcementTitle"],[1226,21,466,19],[1226,23,466,21],[1227,6,467,4,"fontSize"],[1227,14,467,12],[1227,16,467,14],[1227,18,467,16],[1228,6,468,4,"fontWeight"],[1228,16,468,14],[1228,18,468,16],[1228,23,468,21],[1229,6,469,4,"color"],[1229,11,469,9],[1229,13,469,11],[1229,22,469,20],[1230,6,470,4,"marginBottom"],[1230,18,470,16],[1230,20,470,18],[1231,4,471,2],[1231,5,471,3],[1232,4,472,2,"announcementText"],[1232,20,472,18],[1232,22,472,20],[1233,6,473,4,"fontSize"],[1233,14,473,12],[1233,16,473,14],[1233,18,473,16],[1234,6,474,4,"color"],[1234,11,474,9],[1234,13,474,11],[1235,4,475,2],[1235,5,475,3],[1236,4,476,2,"quickActionsContainer"],[1236,25,476,23],[1236,27,476,25],[1237,6,477,4,"padding"],[1237,13,477,11],[1237,15,477,13],[1238,4,478,2],[1238,5,478,3],[1239,4,479,2,"sectionTitle"],[1239,16,479,14],[1239,18,479,16],[1240,6,480,4,"fontSize"],[1240,14,480,12],[1240,16,480,14],[1240,18,480,16],[1241,6,481,4,"fontWeight"],[1241,16,481,14],[1241,18,481,16],[1241,23,481,21],[1242,6,482,4,"color"],[1242,11,482,9],[1242,13,482,11],[1242,22,482,20],[1243,6,483,4,"marginBottom"],[1243,18,483,16],[1243,20,483,18],[1244,4,484,2],[1244,5,484,3],[1245,4,485,2,"actionsGrid"],[1245,15,485,13],[1245,17,485,15],[1246,6,486,4,"flexDirection"],[1246,19,486,17],[1246,21,486,19],[1246,26,486,24],[1247,6,487,4,"flexWrap"],[1247,14,487,12],[1247,16,487,14],[1247,22,487,20],[1248,6,488,4,"justifyContent"],[1248,20,488,18],[1248,22,488,20],[1249,4,489,2],[1249,5,489,3],[1250,4,490,2,"actionCard"],[1250,14,490,12],[1250,16,490,14],[1251,6,491,4,"width"],[1251,11,491,9],[1251,13,491,11],[1251,14,491,12,"width"],[1251,19,491,17],[1251,22,491,20],[1251,24,491,22],[1251,28,491,26],[1251,29,491,27],[1252,6,492,4,"backgroundColor"],[1252,21,492,19],[1252,23,492,21],[1252,29,492,27],[1253,6,493,4,"padding"],[1253,13,493,11],[1253,15,493,13],[1253,17,493,15],[1254,6,494,4,"borderRadius"],[1254,18,494,16],[1254,20,494,18],[1254,22,494,20],[1255,6,495,4,"alignItems"],[1255,16,495,14],[1255,18,495,16],[1255,26,495,24],[1256,6,496,4,"marginBottom"],[1256,18,496,16],[1256,20,496,18],[1256,22,496,20],[1257,6,497,4,"shadowColor"],[1257,17,497,15],[1257,19,497,17],[1257,25,497,23],[1258,6,498,4,"shadowOffset"],[1258,18,498,16],[1258,20,498,18],[1259,8,498,20,"width"],[1259,13,498,25],[1259,15,498,27],[1259,16,498,28],[1260,8,498,30,"height"],[1260,14,498,36],[1260,16,498,38],[1261,6,498,40],[1261,7,498,41],[1262,6,499,4,"shadowOpacity"],[1262,19,499,17],[1262,21,499,19],[1262,25,499,23],[1263,6,500,4,"shadowRadius"],[1263,18,500,16],[1263,20,500,18],[1263,21,500,19],[1264,6,501,4,"elevation"],[1264,15,501,13],[1264,17,501,15],[1265,4,502,2],[1265,5,502,3],[1266,4,503,2,"actionCardFirst"],[1266,19,503,17],[1266,21,503,19],[1267,6,504,4,"marginRight"],[1267,17,504,15],[1267,19,504,17],[1268,4,505,2],[1268,5,505,3],[1269,4,506,2,"actionCardLast"],[1269,18,506,16],[1269,20,506,18],[1270,6,507,4,"marginLeft"],[1270,16,507,14],[1270,18,507,16],[1271,4,508,2],[1271,5,508,3],[1272,4,509,2,"actionIcon"],[1272,14,509,12],[1272,16,509,14],[1273,6,510,4,"width"],[1273,11,510,9],[1273,13,510,11],[1273,15,510,13],[1274,6,511,4,"height"],[1274,12,511,10],[1274,14,511,12],[1274,16,511,14],[1275,6,512,4,"borderRadius"],[1275,18,512,16],[1275,20,512,18],[1275,22,512,20],[1276,6,513,4,"alignItems"],[1276,16,513,14],[1276,18,513,16],[1276,26,513,24],[1277,6,514,4,"justifyContent"],[1277,20,514,18],[1277,22,514,20],[1277,30,514,28],[1278,6,515,4,"marginBottom"],[1278,18,515,16],[1278,20,515,18],[1279,4,516,2],[1279,5,516,3],[1280,4,517,2,"actionLabel"],[1280,15,517,13],[1280,17,517,15],[1281,6,518,4,"fontSize"],[1281,14,518,12],[1281,16,518,14],[1281,18,518,16],[1282,6,519,4,"color"],[1282,11,519,9],[1282,13,519,11],[1282,22,519,20],[1283,6,520,4,"textAlign"],[1283,15,520,13],[1283,17,520,15],[1284,4,521,2],[1284,5,521,3],[1285,4,522,2,"walletHeader"],[1285,16,522,14],[1285,18,522,16],[1286,6,523,4,"padding"],[1286,13,523,11],[1286,15,523,13],[1286,17,523,15],[1287,6,524,4,"backgroundColor"],[1287,21,524,19],[1287,23,524,21],[1287,29,524,27],[1288,6,525,4,"borderBottomWidth"],[1288,23,525,21],[1288,25,525,23],[1288,26,525,24],[1289,6,526,4,"borderBottomColor"],[1289,23,526,21],[1289,25,526,23],[1289,34,526,32],[1290,6,527,4,"flexDirection"],[1290,19,527,17],[1290,21,527,19],[1290,26,527,24],[1291,6,528,4,"justifyContent"],[1291,20,528,18],[1291,22,528,20],[1291,37,528,35],[1292,6,529,4,"alignItems"],[1292,16,529,14],[1292,18,529,16],[1293,4,530,2],[1293,5,530,3],[1294,4,531,2,"walletTitle"],[1294,15,531,13],[1294,17,531,15],[1295,6,532,4,"fontSize"],[1295,14,532,12],[1295,16,532,14],[1295,18,532,16],[1296,6,533,4,"fontWeight"],[1296,16,533,14],[1296,18,533,16],[1296,23,533,21],[1297,6,534,4,"color"],[1297,11,534,9],[1297,13,534,11],[1298,4,535,2],[1298,5,535,3],[1299,4,536,2,"refreshButton"],[1299,17,536,15],[1299,19,536,17],[1300,6,537,4,"padding"],[1300,13,537,11],[1300,15,537,13],[1300,16,537,14],[1301,6,538,4,"borderRadius"],[1301,18,538,16],[1301,20,538,18],[1301,21,538,19],[1302,6,539,4,"backgroundColor"],[1302,21,539,19],[1302,23,539,21],[1303,4,540,2],[1303,5,540,3],[1304,4,541,2,"balanceCards"],[1304,16,541,14],[1304,18,541,16],[1305,6,542,4,"padding"],[1305,13,542,11],[1305,15,542,13],[1305,17,542,15],[1306,6,543,4,"gap"],[1306,9,543,7],[1306,11,543,9],[1307,4,544,2],[1307,5,544,3],[1308,4,545,2,"balanceCard"],[1308,15,545,13],[1308,17,545,15],[1309,6,546,4,"backgroundColor"],[1309,21,546,19],[1309,23,546,21],[1309,29,546,27],[1310,6,547,4,"padding"],[1310,13,547,11],[1310,15,547,13],[1310,17,547,15],[1311,6,548,4,"borderRadius"],[1311,18,548,16],[1311,20,548,18],[1311,22,548,20],[1312,6,549,4,"borderWidth"],[1312,17,549,15],[1312,19,549,17],[1312,20,549,18],[1313,6,550,4,"borderColor"],[1313,17,550,15],[1313,19,550,17],[1314,4,551,2],[1314,5,551,3],[1315,4,552,2,"balanceCardHeader"],[1315,21,552,19],[1315,23,552,21],[1316,6,553,4,"flexDirection"],[1316,19,553,17],[1316,21,553,19],[1316,26,553,24],[1317,6,554,4,"alignItems"],[1317,16,554,14],[1317,18,554,16],[1317,26,554,24],[1318,6,555,4,"gap"],[1318,9,555,7],[1318,11,555,9],[1318,12,555,10],[1319,6,556,4,"marginBottom"],[1319,18,556,16],[1319,20,556,18],[1320,4,557,2],[1320,5,557,3],[1321,4,558,2,"tokenLogo"],[1321,13,558,11],[1321,15,558,13],[1322,6,559,4,"width"],[1322,11,559,9],[1322,13,559,11],[1322,15,559,13],[1323,6,560,4,"height"],[1323,12,560,10],[1323,14,560,12],[1323,16,560,14],[1324,6,561,4,"borderRadius"],[1324,18,561,16],[1324,20,561,18],[1325,4,562,2],[1325,5,562,3],[1326,4,563,2,"tokenSymbol"],[1326,15,563,13],[1326,17,563,15],[1327,6,564,4,"fontSize"],[1327,14,564,12],[1327,16,564,14],[1327,18,564,16],[1328,6,565,4,"fontWeight"],[1328,16,565,14],[1328,18,565,16],[1328,23,565,21],[1329,6,566,4,"color"],[1329,11,566,9],[1329,13,566,11],[1330,4,567,2],[1330,5,567,3],[1331,4,568,2,"balanceAmount"],[1331,17,568,15],[1331,19,568,17],[1332,6,569,4,"fontSize"],[1332,14,569,12],[1332,16,569,14],[1332,18,569,16],[1333,6,570,4,"fontWeight"],[1333,16,570,14],[1333,18,570,16],[1333,23,570,21],[1334,6,571,4,"color"],[1334,11,571,9],[1334,13,571,11],[1334,22,571,20],[1335,6,572,4,"marginBottom"],[1335,18,572,16],[1335,20,572,18],[1336,4,573,2],[1336,5,573,3],[1337,4,574,2,"balanceUsd"],[1337,14,574,12],[1337,16,574,14],[1338,6,575,4,"fontSize"],[1338,14,575,12],[1338,16,575,14],[1338,18,575,16],[1339,6,576,4,"color"],[1339,11,576,9],[1339,13,576,11],[1340,4,577,2],[1340,5,577,3],[1341,4,578,2,"walletActions"],[1341,17,578,15],[1341,19,578,17],[1342,6,579,4,"flexDirection"],[1342,19,579,17],[1342,21,579,19],[1342,26,579,24],[1343,6,580,4,"padding"],[1343,13,580,11],[1343,15,580,13],[1343,17,580,15],[1344,6,581,4,"gap"],[1344,9,581,7],[1344,11,581,9],[1345,4,582,2],[1345,5,582,3],[1346,4,583,2,"walletActionButton"],[1346,22,583,20],[1346,24,583,22],[1347,6,584,4,"flex"],[1347,10,584,8],[1347,12,584,10],[1347,13,584,11],[1348,6,585,4,"backgroundColor"],[1348,21,585,19],[1348,23,585,21],[1348,32,585,30],[1349,6,586,4,"padding"],[1349,13,586,11],[1349,15,586,13],[1349,17,586,15],[1350,6,587,4,"borderRadius"],[1350,18,587,16],[1350,20,587,18],[1350,22,587,20],[1351,6,588,4,"alignItems"],[1351,16,588,14],[1351,18,588,16],[1351,26,588,24],[1352,6,589,4,"gap"],[1352,9,589,7],[1352,11,589,9],[1353,4,590,2],[1353,5,590,3],[1354,4,591,2,"walletActionText"],[1354,20,591,18],[1354,22,591,20],[1355,6,592,4,"color"],[1355,11,592,9],[1355,13,592,11],[1355,19,592,17],[1356,6,593,4,"fontSize"],[1356,14,593,12],[1356,16,593,14],[1356,18,593,16],[1357,6,594,4,"fontWeight"],[1357,16,594,14],[1357,18,594,16],[1358,4,595,2],[1358,5,595,3],[1359,4,596,2,"placeholderText"],[1359,19,596,17],[1359,21,596,19],[1360,6,597,4,"flex"],[1360,10,597,8],[1360,12,597,10],[1360,13,597,11],[1361,6,598,4,"textAlign"],[1361,15,598,13],[1361,17,598,15],[1361,25,598,23],[1362,6,599,4,"marginTop"],[1362,15,599,13],[1362,17,599,15],[1362,20,599,18],[1363,6,600,4,"fontSize"],[1363,14,600,12],[1363,16,600,14],[1363,18,600,16],[1364,6,601,4,"color"],[1364,11,601,9],[1364,13,601,11],[1365,4,602,2],[1365,5,602,3],[1366,4,603,2,"tabBar"],[1366,10,603,8],[1366,12,603,10],[1367,6,604,4,"borderTopWidth"],[1367,20,604,18],[1367,22,604,20],[1367,23,604,21],[1368,6,605,4,"borderTopColor"],[1368,20,605,18],[1368,22,605,20],[1368,31,605,29],[1369,6,606,4,"paddingBottom"],[1369,19,606,17],[1369,21,606,19],[1369,23,606,21],[1370,6,607,4,"paddingTop"],[1370,16,607,14],[1370,18,607,16],[1370,19,607,17],[1371,6,608,4,"backgroundColor"],[1371,21,608,19],[1371,23,608,21],[1372,4,609,2],[1372,5,609,3],[1373,4,610,2],[1374,4,611,2,"balanceRow"],[1374,14,611,12],[1374,16,611,14],[1375,6,612,4,"flexDirection"],[1375,19,612,17],[1375,21,612,19],[1375,26,612,24],[1376,6,613,4,"padding"],[1376,13,613,11],[1376,15,613,13],[1376,17,613,15],[1377,6,614,4,"gap"],[1377,9,614,7],[1377,11,614,9],[1378,4,615,2],[1378,5,615,3],[1379,4,616,2,"balanceCardNew"],[1379,18,616,16],[1379,20,616,18],[1380,6,617,4,"flex"],[1380,10,617,8],[1380,12,617,10],[1380,13,617,11],[1381,6,618,4,"backgroundColor"],[1381,21,618,19],[1381,23,618,21],[1381,29,618,27],[1382,6,619,4,"padding"],[1382,13,619,11],[1382,15,619,13],[1382,17,619,15],[1383,6,620,4,"borderRadius"],[1383,18,620,16],[1383,20,620,18],[1383,22,620,20],[1384,6,621,4,"alignItems"],[1384,16,621,14],[1384,18,621,16],[1384,26,621,24],[1385,6,622,4,"shadowColor"],[1385,17,622,15],[1385,19,622,17],[1385,25,622,23],[1386,6,623,4,"shadowOffset"],[1386,18,623,16],[1386,20,623,18],[1387,8,623,20,"width"],[1387,13,623,25],[1387,15,623,27],[1387,16,623,28],[1388,8,623,30,"height"],[1388,14,623,36],[1388,16,623,38],[1389,6,623,40],[1389,7,623,41],[1390,6,624,4,"shadowOpacity"],[1390,19,624,17],[1390,21,624,19],[1390,24,624,22],[1391,6,625,4,"shadowRadius"],[1391,18,625,16],[1391,20,625,18],[1391,21,625,19],[1392,6,626,4,"elevation"],[1392,15,626,13],[1392,17,626,15],[1393,4,627,2],[1393,5,627,3],[1394,4,628,2,"tokenLogoNew"],[1394,16,628,14],[1394,18,628,16],[1395,6,629,4,"width"],[1395,11,629,9],[1395,13,629,11],[1395,15,629,13],[1396,6,630,4,"height"],[1396,12,630,10],[1396,14,630,12],[1396,16,630,14],[1397,6,631,4,"borderRadius"],[1397,18,631,16],[1397,20,631,18],[1397,22,631,20],[1398,6,632,4,"marginBottom"],[1398,18,632,16],[1398,20,632,18],[1399,4,633,2],[1399,5,633,3],[1400,4,634,2,"tokenSymbolNew"],[1400,18,634,16],[1400,20,634,18],[1401,6,635,4,"fontSize"],[1401,14,635,12],[1401,16,635,14],[1401,18,635,16],[1402,6,636,4,"fontWeight"],[1402,16,636,14],[1402,18,636,16],[1402,23,636,21],[1403,6,637,4,"color"],[1403,11,637,9],[1403,13,637,11],[1403,22,637,20],[1404,6,638,4,"marginBottom"],[1404,18,638,16],[1404,20,638,18],[1405,4,639,2],[1405,5,639,3],[1406,4,640,2,"balanceAmountNew"],[1406,20,640,18],[1406,22,640,20],[1407,6,641,4,"fontSize"],[1407,14,641,12],[1407,16,641,14],[1407,18,641,16],[1408,6,642,4,"fontWeight"],[1408,16,642,14],[1408,18,642,16],[1408,23,642,21],[1409,6,643,4,"color"],[1409,11,643,9],[1409,13,643,11],[1409,22,643,20],[1410,6,644,4,"marginBottom"],[1410,18,644,16],[1410,20,644,18],[1411,4,645,2],[1411,5,645,3],[1412,4,646,2,"tokenNameNew"],[1412,16,646,14],[1412,18,646,16],[1413,6,647,4,"fontSize"],[1413,14,647,12],[1413,16,647,14],[1413,18,647,16],[1414,6,648,4,"color"],[1414,11,648,9],[1414,13,648,11],[1415,4,649,2],[1415,5,649,3],[1416,4,650,2,"actionsContainer"],[1416,20,650,18],[1416,22,650,20],[1417,6,651,4,"margin"],[1417,12,651,10],[1417,14,651,12],[1417,16,651,14],[1418,6,652,4,"backgroundColor"],[1418,21,652,19],[1418,23,652,21],[1418,29,652,27],[1419,6,653,4,"padding"],[1419,13,653,11],[1419,15,653,13],[1419,17,653,15],[1420,6,654,4,"borderRadius"],[1420,18,654,16],[1420,20,654,18],[1420,22,654,20],[1421,6,655,4,"shadowColor"],[1421,17,655,15],[1421,19,655,17],[1421,25,655,23],[1422,6,656,4,"shadowOffset"],[1422,18,656,16],[1422,20,656,18],[1423,8,656,20,"width"],[1423,13,656,25],[1423,15,656,27],[1423,16,656,28],[1424,8,656,30,"height"],[1424,14,656,36],[1424,16,656,38],[1425,6,656,40],[1425,7,656,41],[1426,6,657,4,"shadowOpacity"],[1426,19,657,17],[1426,21,657,19],[1426,24,657,22],[1427,6,658,4,"shadowRadius"],[1427,18,658,16],[1427,20,658,18],[1427,21,658,19],[1428,6,659,4,"elevation"],[1428,15,659,13],[1428,17,659,15],[1429,4,660,2],[1429,5,660,3],[1430,4,661,2,"actionsRow"],[1430,14,661,12],[1430,16,661,14],[1431,6,662,4,"flexDirection"],[1431,19,662,17],[1431,21,662,19],[1431,26,662,24],[1432,6,663,4,"justifyContent"],[1432,20,663,18],[1432,22,663,20],[1432,37,663,35],[1433,6,664,4,"marginBottom"],[1433,18,664,16],[1433,20,664,18],[1434,4,665,2],[1434,5,665,3],[1435,4,666,2,"actionBtn"],[1435,13,666,11],[1435,15,666,13],[1436,6,667,4,"width"],[1436,11,667,9],[1436,13,667,11],[1436,14,667,12,"width"],[1436,19,667,17],[1436,22,667,20],[1436,24,667,22],[1436,28,667,26],[1436,29,667,27],[1437,6,668,4,"padding"],[1437,13,668,11],[1437,15,668,13],[1437,17,668,15],[1438,6,669,4,"borderRadius"],[1438,18,669,16],[1438,20,669,18],[1438,22,669,20],[1439,6,670,4,"alignItems"],[1439,16,670,14],[1439,18,670,16],[1439,26,670,24],[1440,6,671,4,"justifyContent"],[1440,20,671,18],[1440,22,671,20],[1441,4,672,2],[1441,5,672,3],[1442,4,673,2,"actionBtnText"],[1442,17,673,15],[1442,19,673,17],[1443,6,674,4,"color"],[1443,11,674,9],[1443,13,674,11],[1443,19,674,17],[1444,6,675,4,"fontSize"],[1444,14,675,12],[1444,16,675,14],[1444,18,675,16],[1445,6,676,4,"fontWeight"],[1445,16,676,14],[1445,18,676,16],[1445,23,676,21],[1446,6,677,4,"marginTop"],[1446,15,677,13],[1446,17,677,15],[1447,4,678,2],[1447,5,678,3],[1448,4,679,2,"tokensContainer"],[1448,19,679,17],[1448,21,679,19],[1449,6,680,4,"margin"],[1449,12,680,10],[1449,14,680,12],[1449,16,680,14],[1450,6,681,4,"marginTop"],[1450,15,681,13],[1450,17,681,15],[1451,4,682,2],[1451,5,682,3],[1452,4,683,2,"tokensTitle"],[1452,15,683,13],[1452,17,683,15],[1453,6,684,4,"fontSize"],[1453,14,684,12],[1453,16,684,14],[1453,18,684,16],[1454,6,685,4,"fontWeight"],[1454,16,685,14],[1454,18,685,16],[1454,23,685,21],[1455,6,686,4,"color"],[1455,11,686,9],[1455,13,686,11],[1455,22,686,20],[1456,6,687,4,"marginBottom"],[1456,18,687,16],[1456,20,687,18],[1456,22,687,20],[1457,6,688,4,"paddingHorizontal"],[1457,23,688,21],[1457,25,688,23],[1458,4,689,2],[1458,5,689,3],[1459,4,690,2,"tokenItem"],[1459,13,690,11],[1459,15,690,13],[1460,6,691,4,"flexDirection"],[1460,19,691,17],[1460,21,691,19],[1460,26,691,24],[1461,6,692,4,"justifyContent"],[1461,20,692,18],[1461,22,692,20],[1461,37,692,35],[1462,6,693,4,"alignItems"],[1462,16,693,14],[1462,18,693,16],[1462,26,693,24],[1463,6,694,4,"backgroundColor"],[1463,21,694,19],[1463,23,694,21],[1463,29,694,27],[1464,6,695,4,"padding"],[1464,13,695,11],[1464,15,695,13],[1464,17,695,15],[1465,6,696,4,"borderRadius"],[1465,18,696,16],[1465,20,696,18],[1465,22,696,20],[1466,6,697,4,"marginBottom"],[1466,18,697,16],[1466,20,697,18],[1466,21,697,19],[1467,6,698,4,"shadowColor"],[1467,17,698,15],[1467,19,698,17],[1467,25,698,23],[1468,6,699,4,"shadowOffset"],[1468,18,699,16],[1468,20,699,18],[1469,8,699,20,"width"],[1469,13,699,25],[1469,15,699,27],[1469,16,699,28],[1470,8,699,30,"height"],[1470,14,699,36],[1470,16,699,38],[1471,6,699,40],[1471,7,699,41],[1472,6,700,4,"shadowOpacity"],[1472,19,700,17],[1472,21,700,19],[1472,25,700,23],[1473,6,701,4,"shadowRadius"],[1473,18,701,16],[1473,20,701,18],[1473,21,701,19],[1474,6,702,4,"elevation"],[1474,15,702,13],[1474,17,702,15],[1475,4,703,2],[1475,5,703,3],[1476,4,704,2,"tokenItemLeft"],[1476,17,704,15],[1476,19,704,17],[1477,6,705,4,"flexDirection"],[1477,19,705,17],[1477,21,705,19],[1477,26,705,24],[1478,6,706,4,"alignItems"],[1478,16,706,14],[1478,18,706,16],[1478,26,706,24],[1479,6,707,4,"gap"],[1479,9,707,7],[1479,11,707,9],[1480,4,708,2],[1480,5,708,3],[1481,4,709,2,"tokenIconContainer"],[1481,22,709,20],[1481,24,709,22],[1482,6,710,4,"position"],[1482,14,710,12],[1482,16,710,14],[1482,26,710,24],[1483,6,711,4,"width"],[1483,11,711,9],[1483,13,711,11],[1483,15,711,13],[1484,6,712,4,"height"],[1484,12,712,10],[1484,14,712,12],[1485,4,713,2],[1485,5,713,3],[1486,4,714,2,"tokenIcon"],[1486,13,714,11],[1486,15,714,13],[1487,6,715,4,"width"],[1487,11,715,9],[1487,13,715,11],[1487,15,715,13],[1488,6,716,4,"height"],[1488,12,716,10],[1488,14,716,12],[1488,16,716,14],[1489,6,717,4,"borderRadius"],[1489,18,717,16],[1489,20,717,18],[1490,4,718,2],[1490,5,718,3],[1491,4,719,2,"networkBadge"],[1491,16,719,14],[1491,18,719,16],[1492,6,720,4,"position"],[1492,14,720,12],[1492,16,720,14],[1492,26,720,24],[1493,6,721,4,"right"],[1493,11,721,9],[1493,13,721,11],[1493,14,721,12],[1493,15,721,13],[1494,6,722,4,"bottom"],[1494,12,722,10],[1494,14,722,12],[1494,15,722,13],[1494,16,722,14],[1495,6,723,4,"width"],[1495,11,723,9],[1495,13,723,11],[1495,15,723,13],[1496,6,724,4,"height"],[1496,12,724,10],[1496,14,724,12],[1496,16,724,14],[1497,6,725,4,"borderRadius"],[1497,18,725,16],[1497,20,725,18],[1497,21,725,19],[1498,6,726,4,"borderWidth"],[1498,17,726,15],[1498,19,726,17],[1498,20,726,18],[1499,6,727,4,"borderColor"],[1499,17,727,15],[1499,19,727,17],[1500,4,728,2],[1500,5,728,3],[1501,4,729,2,"tokenItemName"],[1501,17,729,15],[1501,19,729,17],[1502,6,730,4,"fontSize"],[1502,14,730,12],[1502,16,730,14],[1502,18,730,16],[1503,6,731,4,"fontWeight"],[1503,16,731,14],[1503,18,731,16],[1503,23,731,21],[1504,6,732,4,"color"],[1504,11,732,9],[1504,13,732,11],[1505,4,733,2],[1505,5,733,3],[1506,4,734,2,"tokenItemNetwork"],[1506,20,734,18],[1506,22,734,20],[1507,6,735,4,"fontSize"],[1507,14,735,12],[1507,16,735,14],[1507,18,735,16],[1508,6,736,4,"color"],[1508,11,736,9],[1508,13,736,11],[1509,4,737,2],[1509,5,737,3],[1510,4,738,2,"tokenItemRight"],[1510,18,738,16],[1510,20,738,18],[1511,6,739,4,"alignItems"],[1511,16,739,14],[1511,18,739,16],[1512,4,740,2],[1512,5,740,3],[1513,4,741,2,"tokenItemBalance"],[1513,20,741,18],[1513,22,741,20],[1514,6,742,4,"fontSize"],[1514,14,742,12],[1514,16,742,14],[1514,18,742,16],[1515,6,743,4,"fontWeight"],[1515,16,743,14],[1515,18,743,16],[1515,23,743,21],[1516,6,744,4,"color"],[1516,11,744,9],[1516,13,744,11],[1517,4,745,2],[1517,5,745,3],[1518,4,746,2,"tokenItemUsd"],[1518,16,746,14],[1518,18,746,16],[1519,6,747,4,"fontSize"],[1519,14,747,12],[1519,16,747,14],[1519,18,747,16],[1520,6,748,4,"color"],[1520,11,748,9],[1520,13,748,11],[1521,4,749,2],[1522,2,750,0],[1522,3,750,1],[1522,4,750,2],[1523,2,750,3],[1523,6,750,3,"_c"],[1523,8,750,3],[1523,10,750,3,"_c2"],[1523,13,750,3],[1523,15,750,3,"_c3"],[1523,18,750,3],[1523,20,750,3,"_c4"],[1523,23,750,3],[1523,25,750,3,"_c5"],[1523,28,750,3],[1523,30,750,3,"_c6"],[1523,33,750,3],[1524,2,750,3,"$RefreshReg$"],[1524,14,750,3],[1524,15,750,3,"_c"],[1524,17,750,3],[1525,2,750,3,"$RefreshReg$"],[1525,14,750,3],[1525,15,750,3,"_c2"],[1525,18,750,3],[1526,2,750,3,"$RefreshReg$"],[1526,14,750,3],[1526,15,750,3,"_c3"],[1526,18,750,3],[1527,2,750,3,"$RefreshReg$"],[1527,14,750,3],[1527,15,750,3,"_c4"],[1527,18,750,3],[1528,2,750,3,"$RefreshReg$"],[1528,14,750,3],[1528,15,750,3,"_c5"],[1528,18,750,3],[1529,2,750,3,"$RefreshReg$"],[1529,14,750,3],[1529,15,750,3,"_c6"],[1529,18,750,3],[1530,0,750,3],[1530,3]],"functionMap":{"names":["","HomeTab","pickImage","QUICK_ACTIONS.map$argument_0","WalletTab","useEffect$argument_0","fetchBalance","CitizensTab","ReferralTab","ProfileTab","HomeScreen","Tab.Screen.props.options.tabBarIcon"],"mappings":"AAA;ACmB;oBCI;GDqB;+BEkD;aFc;CDM;AIE;YCQ;GDE;uBEE;GF4B;CJgH;AOE;CPM;AQE;CRM;ASE;CTM;eUI;sBCe;WDE;sBCQ;WDE;sBCQ;WDE;sBCQ;WDE;sBCQ;WDE;CVK"},"hasCjsExports":false},"type":"js/module"}]}
\ No newline at end of file
diff --git a/frontend/.metro-cache/cache/ab/0409da74c9ea87bad4cc8963cbf04c1dce84e8aa4c6ef3a5d0ac5bd461d9e4f4a66a55 b/frontend/.metro-cache/cache/ab/0409da74c9ea87bad4cc8963cbf04c1dce84e8aa4c6ef3a5d0ac5bd461d9e4f4a66a55
index 2d812c75..51e9b370 100644
--- a/frontend/.metro-cache/cache/ab/0409da74c9ea87bad4cc8963cbf04c1dce84e8aa4c6ef3a5d0ac5bd461d9e4f4a66a55
+++ b/frontend/.metro-cache/cache/ab/0409da74c9ea87bad4cc8963cbf04c1dce84e8aa4c6ef3a5d0ac5bd461d9e4f4a66a55
@@ -1 +1 @@
-{"dependencies":[{"name":"@babel/runtime/helpers/asyncToGenerator","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"YisBBiy2Xm9DEVdFebZ2nbgAHBo=","exportNames":["*"],"imports":1}},{"name":"@babel/runtime/helpers/slicedToArray","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"5y7e5+zC7teYEEC6niD9f5zII1M=","exportNames":["*"],"imports":1}},{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":40,"index":40}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react-native","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":41},"end":{"line":11,"column":22,"index":179}}],"key":"KyzuX10g6ixS9UfynhmjlvCIG3g=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":12,"column":0,"index":180},"end":{"line":12,"column":46,"index":226}}],"key":"ow7vkrqkIckRjlSi/+MhMmRYtUE=","exportNames":["*"],"imports":1}},{"name":"react-native-safe-area-context","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0,"index":227},"end":{"line":13,"column":67,"index":294}}],"key":"XjdTKvCUWX6CbQzg5fSDHG/WgHk=","exportNames":["*"],"imports":1}},{"name":"../contexts/AuthContext","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":14,"column":0,"index":295},"end":{"line":14,"column":50,"index":345}}],"key":"oNCgyH4yx4pAIVZXLqqRGB2kuCY=","exportNames":["*"],"imports":1}},{"name":"react/jsx-dev-runtime","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"L9D70Z4hi4aGuui1ysja/oQ5ytI=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n var _jsxFileName = \"/app/frontend/src/screens/ChangePasswordScreen.tsx\",\n _s = $RefreshSig$();\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return ChangePasswordScreen;\n }\n });\n var _babelRuntimeHelpersAsyncToGenerator = require(_dependencyMap[0], \"@babel/runtime/helpers/asyncToGenerator\");\n var _asyncToGenerator = _interopDefault(_babelRuntimeHelpersAsyncToGenerator);\n var _babelRuntimeHelpersSlicedToArray = require(_dependencyMap[1], \"@babel/runtime/helpers/slicedToArray\");\n var _slicedToArray = _interopDefault(_babelRuntimeHelpersSlicedToArray);\n var _react = require(_dependencyMap[2], \"react\");\n var _reactNative = require(_dependencyMap[3], \"react-native\");\n var _expoVectorIcons = require(_dependencyMap[4], \"@expo/vector-icons\");\n var _reactNativeSafeAreaContext = require(_dependencyMap[5], \"react-native-safe-area-context\");\n var _contextsAuthContext = require(_dependencyMap[6], \"../contexts/AuthContext\");\n var _reactJsxDevRuntime = require(_dependencyMap[7], \"react/jsx-dev-runtime\");\n function ChangePasswordScreen(_ref) {\n _s();\n var navigation = _ref.navigation;\n var insets = (0, _reactNativeSafeAreaContext.useSafeAreaInsets)();\n var _useAuth = (0, _contextsAuthContext.useAuth)(),\n user = _useAuth.user;\n var _useState = (0, _react.useState)(false),\n _useState2 = (0, _slicedToArray.default)(_useState, 2),\n loading = _useState2[0],\n setLoading = _useState2[1];\n var _useState3 = (0, _react.useState)(''),\n _useState4 = (0, _slicedToArray.default)(_useState3, 2),\n currentPassword = _useState4[0],\n setCurrentPassword = _useState4[1];\n var _useState5 = (0, _react.useState)(''),\n _useState6 = (0, _slicedToArray.default)(_useState5, 2),\n newPassword = _useState6[0],\n setNewPassword = _useState6[1];\n var _useState7 = (0, _react.useState)(''),\n _useState8 = (0, _slicedToArray.default)(_useState7, 2),\n confirmPassword = _useState8[0],\n setConfirmPassword = _useState8[1];\n var _useState9 = (0, _react.useState)(false),\n _useState0 = (0, _slicedToArray.default)(_useState9, 2),\n showCurrent = _useState0[0],\n setShowCurrent = _useState0[1];\n var _useState1 = (0, _react.useState)(false),\n _useState10 = (0, _slicedToArray.default)(_useState1, 2),\n showNew = _useState10[0],\n setShowNew = _useState10[1];\n var _useState11 = (0, _react.useState)(false),\n _useState12 = (0, _slicedToArray.default)(_useState11, 2),\n showConfirm = _useState12[0],\n setShowConfirm = _useState12[1];\n var handleChangePassword = /*#__PURE__*/function () {\n var _ref2 = (0, _asyncToGenerator.default)(function* () {\n if (!currentPassword || !newPassword || !confirmPassword) {\n _reactNative.Alert.alert('Error', 'Please fill in all fields');\n return;\n }\n if (newPassword !== confirmPassword) {\n _reactNative.Alert.alert('Error', 'New passwords do not match');\n return;\n }\n if (newPassword.length < 8) {\n _reactNative.Alert.alert('Error', 'Password must be at least 8 characters');\n return;\n }\n setLoading(true);\n try {\n var backendUrl = \"https://digital-kurdistan.preview.emergentagent.com\" || 'http://localhost:8001';\n var response = yield fetch(`${backendUrl}/api/auth/change-password`, {\n method: 'POST',\n headers: {\n 'Content-Type': 'application/json'\n },\n body: JSON.stringify({\n user_id: user?.user_id,\n current_password: currentPassword,\n new_password: newPassword\n })\n });\n if (response.ok) {\n _reactNative.Alert.alert('Success', 'Password changed successfully!', [{\n text: 'OK',\n onPress: () => navigation.goBack()\n }]);\n } else {\n _reactNative.Alert.alert('Error', 'Failed to change password');\n }\n } catch (error) {\n _reactNative.Alert.alert('Error', 'Network error occurred');\n } finally {\n setLoading(false);\n }\n });\n return function handleChangePassword() {\n return _ref2.apply(this, arguments);\n };\n }();\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: [styles.container, {\n paddingTop: insets.top\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.header,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n onPress: () => navigation.goBack(),\n style: styles.backButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"arrow-back\",\n size: 24,\n color: \"#1F2937\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 76,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 75,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.headerTitle,\n children: \"Change Password\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 78,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: {\n width: 40\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 79,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 74,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.ScrollView, {\n contentContainerStyle: styles.scrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.infoBox,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"information-circle\",\n size: 20,\n color: \"#3B82F6\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 84,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.infoText,\n children: \"Password must be at least 8 characters long\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 85,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 83,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.label,\n children: \"Current Password\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 91,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.passwordContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TextInput, {\n style: styles.passwordInput,\n value: currentPassword,\n onChangeText: setCurrentPassword,\n placeholder: \"Enter current password\",\n secureTextEntry: !showCurrent,\n autoCapitalize: \"none\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 93,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n onPress: () => setShowCurrent(!showCurrent),\n style: styles.eyeButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: showCurrent ? 'eye-off' : 'eye',\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 105,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 101,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 92,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 90,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.label,\n children: \"New Password\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 115,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.passwordContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TextInput, {\n style: styles.passwordInput,\n value: newPassword,\n onChangeText: setNewPassword,\n placeholder: \"Enter new password\",\n secureTextEntry: !showNew,\n autoCapitalize: \"none\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 117,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n onPress: () => setShowNew(!showNew),\n style: styles.eyeButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: showNew ? 'eye-off' : 'eye',\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 129,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 125,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 116,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 114,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.label,\n children: \"Confirm New Password\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 139,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.passwordContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TextInput, {\n style: styles.passwordInput,\n value: confirmPassword,\n onChangeText: setConfirmPassword,\n placeholder: \"Confirm new password\",\n secureTextEntry: !showConfirm,\n autoCapitalize: \"none\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 141,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n onPress: () => setShowConfirm(!showConfirm),\n style: styles.eyeButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: showConfirm ? 'eye-off' : 'eye',\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 153,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 149,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 140,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 138,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: [styles.saveButton, loading && styles.saveButtonDisabled],\n onPress: handleChangePassword,\n disabled: loading,\n children: loading ? /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.ActivityIndicator, {\n color: \"#FFF\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 168,\n columnNumber: 13\n }, this) : /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.saveButtonText,\n children: \"Change Password\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 170,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 162,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 82,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 73,\n columnNumber: 5\n }, this);\n }\n _s(ChangePasswordScreen, \"+yRQisd2Yq4sC+hyXIvFoizq1nA=\", false, function () {\n return [_reactNativeSafeAreaContext.useSafeAreaInsets, _contextsAuthContext.useAuth];\n });\n _c = ChangePasswordScreen;\n var styles = _reactNative.StyleSheet.create({\n container: {\n flex: 1,\n backgroundColor: '#F8F9FA'\n },\n header: {\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'space-between',\n paddingHorizontal: 16,\n paddingVertical: 16,\n backgroundColor: '#FFF',\n borderBottomWidth: 1,\n borderBottomColor: '#E5E7EB'\n },\n backButton: {\n width: 40,\n height: 40,\n borderRadius: 20,\n backgroundColor: '#F3F4F6',\n alignItems: 'center',\n justifyContent: 'center'\n },\n headerTitle: {\n fontSize: 18,\n fontWeight: '700',\n color: '#1F2937'\n },\n scrollContent: {\n padding: 16,\n paddingBottom: 80\n },\n infoBox: {\n flexDirection: 'row',\n alignItems: 'center',\n backgroundColor: '#DBEAFE',\n padding: 12,\n borderRadius: 8,\n marginBottom: 24\n },\n infoText: {\n fontSize: 14,\n color: '#1E40AF',\n marginLeft: 8,\n flex: 1\n },\n section: {\n marginBottom: 20\n },\n label: {\n fontSize: 14,\n fontWeight: '600',\n color: '#374151',\n marginBottom: 8\n },\n passwordContainer: {\n flexDirection: 'row',\n alignItems: 'center',\n backgroundColor: '#FFF',\n borderRadius: 12,\n borderWidth: 1,\n borderColor: '#E5E7EB'\n },\n passwordInput: {\n flex: 1,\n padding: 16,\n fontSize: 16\n },\n eyeButton: {\n padding: 12\n },\n saveButton: {\n backgroundColor: '#EE2A35',\n padding: 16,\n borderRadius: 12,\n alignItems: 'center',\n marginTop: 24\n },\n saveButtonDisabled: {\n opacity: 0.6\n },\n saveButtonText: {\n fontSize: 16,\n fontWeight: '600',\n color: '#FFF'\n }\n });\n var _c;\n $RefreshReg$(_c, \"ChangePasswordScreen\");\n});","lineCount":447,"map":[[14,2,16,15,"Object"],[14,8,16,15],[14,9,16,15,"defineProperty"],[14,23,16,15],[14,24,16,15,"exports"],[14,31,16,15],[15,4,16,15,"enumerable"],[15,14,16,15],[16,4,16,15,"get"],[16,7,16,15],[16,18,16,15,"get"],[16,19,16,15],[17,6,16,15],[17,13,16,15,"ChangePasswordScreen"],[17,33,16,15],[18,4,16,15],[19,2,16,15],[20,2,176,1],[20,6,176,1,"_babelRuntimeHelpersAsyncToGenerator"],[20,42,176,1],[20,45,176,1,"require"],[20,52,176,1],[20,53,176,1,"_dependencyMap"],[20,67,176,1],[21,2,176,1],[21,6,176,1,"_asyncToGenerator"],[21,23,176,1],[21,26,176,1,"_interopDefault"],[21,41,176,1],[21,42,176,1,"_babelRuntimeHelpersAsyncToGenerator"],[21,78,176,1],[22,2,176,1],[22,6,176,1,"_babelRuntimeHelpersSlicedToArray"],[22,39,176,1],[22,42,176,1,"require"],[22,49,176,1],[22,50,176,1,"_dependencyMap"],[22,64,176,1],[23,2,176,1],[23,6,176,1,"_slicedToArray"],[23,20,176,1],[23,23,176,1,"_interopDefault"],[23,38,176,1],[23,39,176,1,"_babelRuntimeHelpersSlicedToArray"],[23,72,176,1],[24,2,1,0],[24,6,1,0,"_react"],[24,12,1,0],[24,15,1,0,"require"],[24,22,1,0],[24,23,1,0,"_dependencyMap"],[24,37,1,0],[25,2,2,0],[25,6,2,0,"_reactNative"],[25,18,2,0],[25,21,2,0,"require"],[25,28,2,0],[25,29,2,0,"_dependencyMap"],[25,43,2,0],[26,2,12,0],[26,6,12,0,"_expoVectorIcons"],[26,22,12,0],[26,25,12,0,"require"],[26,32,12,0],[26,33,12,0,"_dependencyMap"],[26,47,12,0],[27,2,13,0],[27,6,13,0,"_reactNativeSafeAreaContext"],[27,33,13,0],[27,36,13,0,"require"],[27,43,13,0],[27,44,13,0,"_dependencyMap"],[27,58,13,0],[28,2,14,0],[28,6,14,0,"_contextsAuthContext"],[28,26,14,0],[28,29,14,0,"require"],[28,36,14,0],[28,37,14,0,"_dependencyMap"],[28,51,14,0],[29,2,14,50],[29,6,14,50,"_reactJsxDevRuntime"],[29,25,14,50],[29,28,14,50,"require"],[29,35,14,50],[29,36,14,50,"_dependencyMap"],[29,50,14,50],[30,2,16,15],[30,11,16,24,"ChangePasswordScreen"],[30,31,16,44,"ChangePasswordScreen"],[30,32,16,44,"_ref"],[30,36,16,44],[30,38,16,66],[31,4,16,66,"_s"],[31,6,16,66],[32,4,16,66],[32,8,16,47,"navigation"],[32,18,16,57],[32,21,16,57,"_ref"],[32,25,16,57],[32,26,16,47,"navigation"],[32,36,16,57],[33,4,17,2],[33,8,17,8,"insets"],[33,14,17,14],[33,17,17,17],[33,21,17,17,"useSafeAreaInsets"],[33,48,17,34],[33,49,17,34,"useSafeAreaInsets"],[33,66,17,34],[33,68,17,35],[33,69,17,36],[34,4,18,2],[34,8,18,2,"_useAuth"],[34,16,18,2],[34,19,18,19],[34,23,18,19,"useAuth"],[34,43,18,26],[34,44,18,26,"useAuth"],[34,51,18,26],[34,53,18,27],[34,54,18,28],[35,6,18,10,"user"],[35,10,18,14],[35,13,18,14,"_useAuth"],[35,21,18,14],[35,22,18,10,"user"],[35,26,18,14],[36,4,19,2],[36,8,19,2,"_useState"],[36,17,19,2],[36,20,19,32],[36,24,19,32,"useState"],[36,30,19,40],[36,31,19,40,"useState"],[36,39,19,40],[36,41,19,41],[36,46,19,46],[36,47,19,47],[37,6,19,47,"_useState2"],[37,16,19,47],[37,23,19,47,"_slicedToArray"],[37,37,19,47],[37,38,19,47,"default"],[37,45,19,47],[37,47,19,47,"_useState"],[37,56,19,47],[38,6,19,9,"loading"],[38,13,19,16],[38,16,19,16,"_useState2"],[38,26,19,16],[39,6,19,18,"setLoading"],[39,16,19,28],[39,19,19,28,"_useState2"],[39,29,19,28],[40,4,20,2],[40,8,20,2,"_useState3"],[40,18,20,2],[40,21,20,48],[40,25,20,48,"useState"],[40,31,20,56],[40,32,20,56,"useState"],[40,40,20,56],[40,42,20,57],[40,44,20,59],[40,45,20,60],[41,6,20,60,"_useState4"],[41,16,20,60],[41,23,20,60,"_slicedToArray"],[41,37,20,60],[41,38,20,60,"default"],[41,45,20,60],[41,47,20,60,"_useState3"],[41,57,20,60],[42,6,20,9,"currentPassword"],[42,21,20,24],[42,24,20,24,"_useState4"],[42,34,20,24],[43,6,20,26,"setCurrentPassword"],[43,24,20,44],[43,27,20,44,"_useState4"],[43,37,20,44],[44,4,21,2],[44,8,21,2,"_useState5"],[44,18,21,2],[44,21,21,40],[44,25,21,40,"useState"],[44,31,21,48],[44,32,21,48,"useState"],[44,40,21,48],[44,42,21,49],[44,44,21,51],[44,45,21,52],[45,6,21,52,"_useState6"],[45,16,21,52],[45,23,21,52,"_slicedToArray"],[45,37,21,52],[45,38,21,52,"default"],[45,45,21,52],[45,47,21,52,"_useState5"],[45,57,21,52],[46,6,21,9,"newPassword"],[46,17,21,20],[46,20,21,20,"_useState6"],[46,30,21,20],[47,6,21,22,"setNewPassword"],[47,20,21,36],[47,23,21,36,"_useState6"],[47,33,21,36],[48,4,22,2],[48,8,22,2,"_useState7"],[48,18,22,2],[48,21,22,48],[48,25,22,48,"useState"],[48,31,22,56],[48,32,22,56,"useState"],[48,40,22,56],[48,42,22,57],[48,44,22,59],[48,45,22,60],[49,6,22,60,"_useState8"],[49,16,22,60],[49,23,22,60,"_slicedToArray"],[49,37,22,60],[49,38,22,60,"default"],[49,45,22,60],[49,47,22,60,"_useState7"],[49,57,22,60],[50,6,22,9,"confirmPassword"],[50,21,22,24],[50,24,22,24,"_useState8"],[50,34,22,24],[51,6,22,26,"setConfirmPassword"],[51,24,22,44],[51,27,22,44,"_useState8"],[51,37,22,44],[52,4,23,2],[52,8,23,2,"_useState9"],[52,18,23,2],[52,21,23,40],[52,25,23,40,"useState"],[52,31,23,48],[52,32,23,48,"useState"],[52,40,23,48],[52,42,23,49],[52,47,23,54],[52,48,23,55],[53,6,23,55,"_useState0"],[53,16,23,55],[53,23,23,55,"_slicedToArray"],[53,37,23,55],[53,38,23,55,"default"],[53,45,23,55],[53,47,23,55,"_useState9"],[53,57,23,55],[54,6,23,9,"showCurrent"],[54,17,23,20],[54,20,23,20,"_useState0"],[54,30,23,20],[55,6,23,22,"setShowCurrent"],[55,20,23,36],[55,23,23,36,"_useState0"],[55,33,23,36],[56,4,24,2],[56,8,24,2,"_useState1"],[56,18,24,2],[56,21,24,32],[56,25,24,32,"useState"],[56,31,24,40],[56,32,24,40,"useState"],[56,40,24,40],[56,42,24,41],[56,47,24,46],[56,48,24,47],[57,6,24,47,"_useState10"],[57,17,24,47],[57,24,24,47,"_slicedToArray"],[57,38,24,47],[57,39,24,47,"default"],[57,46,24,47],[57,48,24,47,"_useState1"],[57,58,24,47],[58,6,24,9,"showNew"],[58,13,24,16],[58,16,24,16,"_useState10"],[58,27,24,16],[59,6,24,18,"setShowNew"],[59,16,24,28],[59,19,24,28,"_useState10"],[59,30,24,28],[60,4,25,2],[60,8,25,2,"_useState11"],[60,19,25,2],[60,22,25,40],[60,26,25,40,"useState"],[60,32,25,48],[60,33,25,48,"useState"],[60,41,25,48],[60,43,25,49],[60,48,25,54],[60,49,25,55],[61,6,25,55,"_useState12"],[61,17,25,55],[61,24,25,55,"_slicedToArray"],[61,38,25,55],[61,39,25,55,"default"],[61,46,25,55],[61,48,25,55,"_useState11"],[61,59,25,55],[62,6,25,9,"showConfirm"],[62,17,25,20],[62,20,25,20,"_useState12"],[62,31,25,20],[63,6,25,22,"setShowConfirm"],[63,20,25,36],[63,23,25,36,"_useState12"],[63,34,25,36],[64,4,27,2],[64,8,27,8,"handleChangePassword"],[64,28,27,28],[65,6,27,28],[65,10,27,28,"_ref2"],[65,15,27,28],[65,22,27,28,"_asyncToGenerator"],[65,39,27,28],[65,40,27,28,"default"],[65,47,27,28],[65,49,27,31],[65,62,27,43],[66,8,28,4],[66,12,28,8],[66,13,28,9,"currentPassword"],[66,28,28,24],[66,32,28,28],[66,33,28,29,"newPassword"],[66,44,28,40],[66,48,28,44],[66,49,28,45,"confirmPassword"],[66,64,28,60],[66,66,28,62],[67,10,29,6,"Alert"],[67,22,29,11],[67,23,29,11,"Alert"],[67,28,29,11],[67,29,29,12,"alert"],[67,34,29,17],[67,35,29,18],[67,42,29,25],[67,44,29,27],[67,71,29,54],[67,72,29,55],[68,10,30,6],[69,8,31,4],[70,8,33,4],[70,12,33,8,"newPassword"],[70,23,33,19],[70,28,33,24,"confirmPassword"],[70,43,33,39],[70,45,33,41],[71,10,34,6,"Alert"],[71,22,34,11],[71,23,34,11,"Alert"],[71,28,34,11],[71,29,34,12,"alert"],[71,34,34,17],[71,35,34,18],[71,42,34,25],[71,44,34,27],[71,72,34,55],[71,73,34,56],[72,10,35,6],[73,8,36,4],[74,8,38,4],[74,12,38,8,"newPassword"],[74,23,38,19],[74,24,38,20,"length"],[74,30,38,26],[74,33,38,29],[74,34,38,30],[74,36,38,32],[75,10,39,6,"Alert"],[75,22,39,11],[75,23,39,11,"Alert"],[75,28,39,11],[75,29,39,12,"alert"],[75,34,39,17],[75,35,39,18],[75,42,39,25],[75,44,39,27],[75,84,39,67],[75,85,39,68],[76,10,40,6],[77,8,41,4],[78,8,43,4,"setLoading"],[78,18,43,14],[78,19,43,15],[78,23,43,19],[78,24,43,20],[79,8,44,4],[79,12,44,8],[80,10,45,6],[80,14,45,12,"backendUrl"],[80,24,45,22],[80,27,45,25],[80,84,45,64],[80,107,45,87],[81,10,46,6],[81,14,46,12,"response"],[81,22,46,20],[81,31,46,29,"fetch"],[81,36,46,34],[81,37,46,35],[81,40,46,38,"backendUrl"],[81,50,46,48],[81,77,46,75],[81,79,46,77],[82,12,47,8,"method"],[82,18,47,14],[82,20,47,16],[82,26,47,22],[83,12,48,8,"headers"],[83,19,48,15],[83,21,48,17],[84,14,49,10],[84,28,49,24],[84,30,49,26],[85,12,50,8],[85,13,50,9],[86,12,51,8,"body"],[86,16,51,12],[86,18,51,14,"JSON"],[86,22,51,18],[86,23,51,19,"stringify"],[86,32,51,28],[86,33,51,29],[87,14,52,10,"user_id"],[87,21,52,17],[87,23,52,19,"user"],[87,27,52,23],[87,29,52,25,"user_id"],[87,36,52,32],[88,14,53,10,"current_password"],[88,30,53,26],[88,32,53,28,"currentPassword"],[88,47,53,43],[89,14,54,10,"new_password"],[89,26,54,22],[89,28,54,24,"newPassword"],[90,12,55,8],[90,13,55,9],[91,10,56,6],[91,11,56,7],[91,12,56,8],[92,10,58,6],[92,14,58,10,"response"],[92,22,58,18],[92,23,58,19,"ok"],[92,25,58,21],[92,27,58,23],[93,12,59,8,"Alert"],[93,24,59,13],[93,25,59,13,"Alert"],[93,30,59,13],[93,31,59,14,"alert"],[93,36,59,19],[93,37,59,20],[93,46,59,29],[93,48,59,31],[93,80,59,63],[93,82,59,65],[93,83,60,10],[94,14,60,12,"text"],[94,18,60,16],[94,20,60,18],[94,24,60,22],[95,14,60,24,"onPress"],[95,21,60,31],[95,23,60,33,"onPress"],[95,24,60,33],[95,29,60,39,"navigation"],[95,39,60,49],[95,40,60,50,"goBack"],[95,46,60,56],[95,47,60,57],[96,12,60,59],[96,13,60,60],[96,14,61,9],[96,15,61,10],[97,10,62,6],[97,11,62,7],[97,17,62,13],[98,12,63,8,"Alert"],[98,24,63,13],[98,25,63,13,"Alert"],[98,30,63,13],[98,31,63,14,"alert"],[98,36,63,19],[98,37,63,20],[98,44,63,27],[98,46,63,29],[98,73,63,56],[98,74,63,57],[99,10,64,6],[100,8,65,4],[100,9,65,5],[100,10,65,6],[100,17,65,13,"error"],[100,22,65,18],[100,24,65,20],[101,10,66,6,"Alert"],[101,22,66,11],[101,23,66,11,"Alert"],[101,28,66,11],[101,29,66,12,"alert"],[101,34,66,17],[101,35,66,18],[101,42,66,25],[101,44,66,27],[101,68,66,51],[101,69,66,52],[102,8,67,4],[102,9,67,5],[102,18,67,14],[103,10,68,6,"setLoading"],[103,20,68,16],[103,21,68,17],[103,26,68,22],[103,27,68,23],[104,8,69,4],[105,6,70,2],[105,7,70,3],[106,6,70,3],[106,22,27,8,"handleChangePassword"],[106,42,27,28,"handleChangePassword"],[106,43,27,28],[107,8,27,28],[107,15,27,28,"_ref2"],[107,20,27,28],[107,21,27,28,"apply"],[107,26,27,28],[107,33,27,28,"arguments"],[107,42,27,28],[108,6,27,28],[109,4,27,28],[109,7,70,3],[110,4,72,2],[110,24,73,4],[110,28,73,4,"_reactJsxDevRuntime"],[110,47,73,4],[110,48,73,4,"jsxDEV"],[110,54,73,4],[110,56,73,5,"_reactNative"],[110,68,73,9],[110,69,73,9,"View"],[110,73,73,9],[111,6,73,10,"style"],[111,11,73,15],[111,13,73,17],[111,14,73,18,"styles"],[111,20,73,24],[111,21,73,25,"container"],[111,30,73,34],[111,32,73,36],[112,8,73,38,"paddingTop"],[112,18,73,48],[112,20,73,50,"insets"],[112,26,73,56],[112,27,73,57,"top"],[113,6,73,61],[113,7,73,62],[113,8,73,64],[114,6,73,64,"children"],[114,14,73,64],[114,30,74,6],[114,34,74,6,"_reactJsxDevRuntime"],[114,53,74,6],[114,54,74,6,"jsxDEV"],[114,60,74,6],[114,62,74,7,"_reactNative"],[114,74,74,11],[114,75,74,11,"View"],[114,79,74,11],[115,8,74,12,"style"],[115,13,74,17],[115,15,74,19,"styles"],[115,21,74,25],[115,22,74,26,"header"],[115,28,74,33],[116,8,74,33,"children"],[116,16,74,33],[116,32,75,8],[116,36,75,8,"_reactJsxDevRuntime"],[116,55,75,8],[116,56,75,8,"jsxDEV"],[116,62,75,8],[116,64,75,9,"_reactNative"],[116,76,75,25],[116,77,75,25,"TouchableOpacity"],[116,93,75,25],[117,10,75,26,"onPress"],[117,17,75,33],[117,19,75,35,"onPress"],[117,20,75,35],[117,25,75,41,"navigation"],[117,35,75,51],[117,36,75,52,"goBack"],[117,42,75,58],[117,43,75,59],[117,44,75,61],[118,10,75,62,"style"],[118,15,75,67],[118,17,75,69,"styles"],[118,23,75,75],[118,24,75,76,"backButton"],[118,34,75,87],[119,10,75,87,"children"],[119,18,75,87],[119,33,76,10],[119,37,76,10,"_reactJsxDevRuntime"],[119,56,76,10],[119,57,76,10,"jsxDEV"],[119,63,76,10],[119,65,76,11,"_expoVectorIcons"],[119,81,76,19],[119,82,76,19,"Ionicons"],[119,90,76,19],[120,12,76,20,"name"],[120,16,76,24],[120,18,76,25],[120,30,76,37],[121,12,76,38,"size"],[121,16,76,42],[121,18,76,44],[121,20,76,47],[122,12,76,48,"color"],[122,17,76,53],[122,19,76,54],[123,10,76,63],[124,12,76,63,"fileName"],[124,20,76,63],[124,22,76,63,"_jsxFileName"],[124,34,76,63],[125,12,76,63,"lineNumber"],[125,22,76,63],[126,12,76,63,"columnNumber"],[126,24,76,63],[127,10,76,63],[127,17,76,65],[128,8,76,66],[129,10,76,66,"fileName"],[129,18,76,66],[129,20,76,66,"_jsxFileName"],[129,32,76,66],[130,10,76,66,"lineNumber"],[130,20,76,66],[131,10,76,66,"columnNumber"],[131,22,76,66],[132,8,76,66],[132,15,77,26],[132,16,77,27],[132,31,78,8],[132,35,78,8,"_reactJsxDevRuntime"],[132,54,78,8],[132,55,78,8,"jsxDEV"],[132,61,78,8],[132,63,78,9,"_reactNative"],[132,75,78,13],[132,76,78,13,"Text"],[132,80,78,13],[133,10,78,14,"style"],[133,15,78,19],[133,17,78,21,"styles"],[133,23,78,27],[133,24,78,28,"headerTitle"],[133,35,78,40],[134,10,78,40,"children"],[134,18,78,40],[134,20,78,41],[135,8,78,56],[136,10,78,56,"fileName"],[136,18,78,56],[136,20,78,56,"_jsxFileName"],[136,32,78,56],[137,10,78,56,"lineNumber"],[137,20,78,56],[138,10,78,56,"columnNumber"],[138,22,78,56],[139,8,78,56],[139,15,78,62],[139,16,78,63],[139,31,79,8],[139,35,79,8,"_reactJsxDevRuntime"],[139,54,79,8],[139,55,79,8,"jsxDEV"],[139,61,79,8],[139,63,79,9,"_reactNative"],[139,75,79,13],[139,76,79,13,"View"],[139,80,79,13],[140,10,79,14,"style"],[140,15,79,19],[140,17,79,21],[141,12,79,23,"width"],[141,17,79,28],[141,19,79,30],[142,10,79,33],[143,8,79,35],[144,10,79,35,"fileName"],[144,18,79,35],[144,20,79,35,"_jsxFileName"],[144,32,79,35],[145,10,79,35,"lineNumber"],[145,20,79,35],[146,10,79,35,"columnNumber"],[146,22,79,35],[147,8,79,35],[147,15,79,37],[147,16,79,38],[148,6,79,38],[149,8,79,38,"fileName"],[149,16,79,38],[149,18,79,38,"_jsxFileName"],[149,30,79,38],[150,8,79,38,"lineNumber"],[150,18,79,38],[151,8,79,38,"columnNumber"],[151,20,79,38],[152,6,79,38],[152,13,80,12],[152,14,80,13],[152,29,82,6],[152,33,82,6,"_reactJsxDevRuntime"],[152,52,82,6],[152,53,82,6,"jsxDEV"],[152,59,82,6],[152,61,82,7,"_reactNative"],[152,73,82,17],[152,74,82,17,"ScrollView"],[152,84,82,17],[153,8,82,18,"contentContainerStyle"],[153,29,82,39],[153,31,82,41,"styles"],[153,37,82,47],[153,38,82,48,"scrollContent"],[153,51,82,62],[154,8,82,62,"children"],[154,16,82,62],[154,32,83,8],[154,36,83,8,"_reactJsxDevRuntime"],[154,55,83,8],[154,56,83,8,"jsxDEV"],[154,62,83,8],[154,64,83,9,"_reactNative"],[154,76,83,13],[154,77,83,13,"View"],[154,81,83,13],[155,10,83,14,"style"],[155,15,83,19],[155,17,83,21,"styles"],[155,23,83,27],[155,24,83,28,"infoBox"],[155,31,83,36],[156,10,83,36,"children"],[156,18,83,36],[156,34,84,10],[156,38,84,10,"_reactJsxDevRuntime"],[156,57,84,10],[156,58,84,10,"jsxDEV"],[156,64,84,10],[156,66,84,11,"_expoVectorIcons"],[156,82,84,19],[156,83,84,19,"Ionicons"],[156,91,84,19],[157,12,84,20,"name"],[157,16,84,24],[157,18,84,25],[157,38,84,45],[158,12,84,46,"size"],[158,16,84,50],[158,18,84,52],[158,20,84,55],[159,12,84,56,"color"],[159,17,84,61],[159,19,84,62],[160,10,84,71],[161,12,84,71,"fileName"],[161,20,84,71],[161,22,84,71,"_jsxFileName"],[161,34,84,71],[162,12,84,71,"lineNumber"],[162,22,84,71],[163,12,84,71,"columnNumber"],[163,24,84,71],[164,10,84,71],[164,17,84,73],[164,18,84,74],[164,33,85,10],[164,37,85,10,"_reactJsxDevRuntime"],[164,56,85,10],[164,57,85,10,"jsxDEV"],[164,63,85,10],[164,65,85,11,"_reactNative"],[164,77,85,15],[164,78,85,15,"Text"],[164,82,85,15],[165,12,85,16,"style"],[165,17,85,21],[165,19,85,23,"styles"],[165,25,85,29],[165,26,85,30,"infoText"],[165,34,85,39],[166,12,85,39,"children"],[166,20,85,39],[166,22,85,40],[167,10,87,10],[168,12,87,10,"fileName"],[168,20,87,10],[168,22,87,10,"_jsxFileName"],[168,34,87,10],[169,12,87,10,"lineNumber"],[169,22,87,10],[170,12,87,10,"columnNumber"],[170,24,87,10],[171,10,87,10],[171,17,87,16],[171,18,87,17],[172,8,87,17],[173,10,87,17,"fileName"],[173,18,87,17],[173,20,87,17,"_jsxFileName"],[173,32,87,17],[174,10,87,17,"lineNumber"],[174,20,87,17],[175,10,87,17,"columnNumber"],[175,22,87,17],[176,8,87,17],[176,15,88,14],[176,16,88,15],[176,31,90,8],[176,35,90,8,"_reactJsxDevRuntime"],[176,54,90,8],[176,55,90,8,"jsxDEV"],[176,61,90,8],[176,63,90,9,"_reactNative"],[176,75,90,13],[176,76,90,13,"View"],[176,80,90,13],[177,10,90,14,"style"],[177,15,90,19],[177,17,90,21,"styles"],[177,23,90,27],[177,24,90,28,"section"],[177,31,90,36],[178,10,90,36,"children"],[178,18,90,36],[178,34,91,10],[178,38,91,10,"_reactJsxDevRuntime"],[178,57,91,10],[178,58,91,10,"jsxDEV"],[178,64,91,10],[178,66,91,11,"_reactNative"],[178,78,91,15],[178,79,91,15,"Text"],[178,83,91,15],[179,12,91,16,"style"],[179,17,91,21],[179,19,91,23,"styles"],[179,25,91,29],[179,26,91,30,"label"],[179,31,91,36],[180,12,91,36,"children"],[180,20,91,36],[180,22,91,37],[181,10,91,53],[182,12,91,53,"fileName"],[182,20,91,53],[182,22,91,53,"_jsxFileName"],[182,34,91,53],[183,12,91,53,"lineNumber"],[183,22,91,53],[184,12,91,53,"columnNumber"],[184,24,91,53],[185,10,91,53],[185,17,91,59],[185,18,91,60],[185,33,92,10],[185,37,92,10,"_reactJsxDevRuntime"],[185,56,92,10],[185,57,92,10,"jsxDEV"],[185,63,92,10],[185,65,92,11,"_reactNative"],[185,77,92,15],[185,78,92,15,"View"],[185,82,92,15],[186,12,92,16,"style"],[186,17,92,21],[186,19,92,23,"styles"],[186,25,92,29],[186,26,92,30,"passwordContainer"],[186,43,92,48],[187,12,92,48,"children"],[187,20,92,48],[187,36,93,12],[187,40,93,12,"_reactJsxDevRuntime"],[187,59,93,12],[187,60,93,12,"jsxDEV"],[187,66,93,12],[187,68,93,13,"_reactNative"],[187,80,93,22],[187,81,93,22,"TextInput"],[187,90,93,22],[188,14,94,14,"style"],[188,19,94,19],[188,21,94,21,"styles"],[188,27,94,27],[188,28,94,28,"passwordInput"],[188,41,94,42],[189,14,95,14,"value"],[189,19,95,19],[189,21,95,21,"currentPassword"],[189,36,95,37],[190,14,96,14,"onChangeText"],[190,26,96,26],[190,28,96,28,"setCurrentPassword"],[190,46,96,47],[191,14,97,14,"placeholder"],[191,25,97,25],[191,27,97,26],[191,51,97,50],[192,14,98,14,"secureTextEntry"],[192,29,98,29],[192,31,98,31],[192,32,98,32,"showCurrent"],[192,43,98,44],[193,14,99,14,"autoCapitalize"],[193,28,99,28],[193,30,99,29],[194,12,99,35],[195,14,99,35,"fileName"],[195,22,99,35],[195,24,99,35,"_jsxFileName"],[195,36,99,35],[196,14,99,35,"lineNumber"],[196,24,99,35],[197,14,99,35,"columnNumber"],[197,26,99,35],[198,12,99,35],[198,19,100,13],[198,20,100,14],[198,35,101,12],[198,39,101,12,"_reactJsxDevRuntime"],[198,58,101,12],[198,59,101,12,"jsxDEV"],[198,65,101,12],[198,67,101,13,"_reactNative"],[198,79,101,29],[198,80,101,29,"TouchableOpacity"],[198,96,101,29],[199,14,102,14,"onPress"],[199,21,102,21],[199,23,102,23,"onPress"],[199,24,102,23],[199,29,102,29,"setShowCurrent"],[199,43,102,43],[199,44,102,44],[199,45,102,45,"showCurrent"],[199,56,102,56],[199,57,102,58],[200,14,103,14,"style"],[200,19,103,19],[200,21,103,21,"styles"],[200,27,103,27],[200,28,103,28,"eyeButton"],[200,37,103,38],[201,14,103,38,"children"],[201,22,103,38],[201,37,105,14],[201,41,105,14,"_reactJsxDevRuntime"],[201,60,105,14],[201,61,105,14,"jsxDEV"],[201,67,105,14],[201,69,105,15,"_expoVectorIcons"],[201,85,105,23],[201,86,105,23,"Ionicons"],[201,94,105,23],[202,16,106,16,"name"],[202,20,106,20],[202,22,106,22,"showCurrent"],[202,33,106,33],[202,36,106,36],[202,45,106,45],[202,48,106,48],[202,53,106,54],[203,16,107,16,"size"],[203,20,107,20],[203,22,107,22],[203,24,107,25],[204,16,108,16,"color"],[204,21,108,21],[204,23,108,22],[205,14,108,31],[206,16,108,31,"fileName"],[206,24,108,31],[206,26,108,31,"_jsxFileName"],[206,38,108,31],[207,16,108,31,"lineNumber"],[207,26,108,31],[208,16,108,31,"columnNumber"],[208,28,108,31],[209,14,108,31],[209,21,109,15],[210,12,109,16],[211,14,109,16,"fileName"],[211,22,109,16],[211,24,109,16,"_jsxFileName"],[211,36,109,16],[212,14,109,16,"lineNumber"],[212,24,109,16],[213,14,109,16,"columnNumber"],[213,26,109,16],[214,12,109,16],[214,19,110,30],[214,20,110,31],[215,10,110,31],[216,12,110,31,"fileName"],[216,20,110,31],[216,22,110,31,"_jsxFileName"],[216,34,110,31],[217,12,110,31,"lineNumber"],[217,22,110,31],[218,12,110,31,"columnNumber"],[218,24,110,31],[219,10,110,31],[219,17,111,16],[219,18,111,17],[220,8,111,17],[221,10,111,17,"fileName"],[221,18,111,17],[221,20,111,17,"_jsxFileName"],[221,32,111,17],[222,10,111,17,"lineNumber"],[222,20,111,17],[223,10,111,17,"columnNumber"],[223,22,111,17],[224,8,111,17],[224,15,112,14],[224,16,112,15],[224,31,114,8],[224,35,114,8,"_reactJsxDevRuntime"],[224,54,114,8],[224,55,114,8,"jsxDEV"],[224,61,114,8],[224,63,114,9,"_reactNative"],[224,75,114,13],[224,76,114,13,"View"],[224,80,114,13],[225,10,114,14,"style"],[225,15,114,19],[225,17,114,21,"styles"],[225,23,114,27],[225,24,114,28,"section"],[225,31,114,36],[226,10,114,36,"children"],[226,18,114,36],[226,34,115,10],[226,38,115,10,"_reactJsxDevRuntime"],[226,57,115,10],[226,58,115,10,"jsxDEV"],[226,64,115,10],[226,66,115,11,"_reactNative"],[226,78,115,15],[226,79,115,15,"Text"],[226,83,115,15],[227,12,115,16,"style"],[227,17,115,21],[227,19,115,23,"styles"],[227,25,115,29],[227,26,115,30,"label"],[227,31,115,36],[228,12,115,36,"children"],[228,20,115,36],[228,22,115,37],[229,10,115,49],[230,12,115,49,"fileName"],[230,20,115,49],[230,22,115,49,"_jsxFileName"],[230,34,115,49],[231,12,115,49,"lineNumber"],[231,22,115,49],[232,12,115,49,"columnNumber"],[232,24,115,49],[233,10,115,49],[233,17,115,55],[233,18,115,56],[233,33,116,10],[233,37,116,10,"_reactJsxDevRuntime"],[233,56,116,10],[233,57,116,10,"jsxDEV"],[233,63,116,10],[233,65,116,11,"_reactNative"],[233,77,116,15],[233,78,116,15,"View"],[233,82,116,15],[234,12,116,16,"style"],[234,17,116,21],[234,19,116,23,"styles"],[234,25,116,29],[234,26,116,30,"passwordContainer"],[234,43,116,48],[235,12,116,48,"children"],[235,20,116,48],[235,36,117,12],[235,40,117,12,"_reactJsxDevRuntime"],[235,59,117,12],[235,60,117,12,"jsxDEV"],[235,66,117,12],[235,68,117,13,"_reactNative"],[235,80,117,22],[235,81,117,22,"TextInput"],[235,90,117,22],[236,14,118,14,"style"],[236,19,118,19],[236,21,118,21,"styles"],[236,27,118,27],[236,28,118,28,"passwordInput"],[236,41,118,42],[237,14,119,14,"value"],[237,19,119,19],[237,21,119,21,"newPassword"],[237,32,119,33],[238,14,120,14,"onChangeText"],[238,26,120,26],[238,28,120,28,"setNewPassword"],[238,42,120,43],[239,14,121,14,"placeholder"],[239,25,121,25],[239,27,121,26],[239,47,121,46],[240,14,122,14,"secureTextEntry"],[240,29,122,29],[240,31,122,31],[240,32,122,32,"showNew"],[240,39,122,40],[241,14,123,14,"autoCapitalize"],[241,28,123,28],[241,30,123,29],[242,12,123,35],[243,14,123,35,"fileName"],[243,22,123,35],[243,24,123,35,"_jsxFileName"],[243,36,123,35],[244,14,123,35,"lineNumber"],[244,24,123,35],[245,14,123,35,"columnNumber"],[245,26,123,35],[246,12,123,35],[246,19,124,13],[246,20,124,14],[246,35,125,12],[246,39,125,12,"_reactJsxDevRuntime"],[246,58,125,12],[246,59,125,12,"jsxDEV"],[246,65,125,12],[246,67,125,13,"_reactNative"],[246,79,125,29],[246,80,125,29,"TouchableOpacity"],[246,96,125,29],[247,14,126,14,"onPress"],[247,21,126,21],[247,23,126,23,"onPress"],[247,24,126,23],[247,29,126,29,"setShowNew"],[247,39,126,39],[247,40,126,40],[247,41,126,41,"showNew"],[247,48,126,48],[247,49,126,50],[248,14,127,14,"style"],[248,19,127,19],[248,21,127,21,"styles"],[248,27,127,27],[248,28,127,28,"eyeButton"],[248,37,127,38],[249,14,127,38,"children"],[249,22,127,38],[249,37,129,14],[249,41,129,14,"_reactJsxDevRuntime"],[249,60,129,14],[249,61,129,14,"jsxDEV"],[249,67,129,14],[249,69,129,15,"_expoVectorIcons"],[249,85,129,23],[249,86,129,23,"Ionicons"],[249,94,129,23],[250,16,130,16,"name"],[250,20,130,20],[250,22,130,22,"showNew"],[250,29,130,29],[250,32,130,32],[250,41,130,41],[250,44,130,44],[250,49,130,50],[251,16,131,16,"size"],[251,20,131,20],[251,22,131,22],[251,24,131,25],[252,16,132,16,"color"],[252,21,132,21],[252,23,132,22],[253,14,132,31],[254,16,132,31,"fileName"],[254,24,132,31],[254,26,132,31,"_jsxFileName"],[254,38,132,31],[255,16,132,31,"lineNumber"],[255,26,132,31],[256,16,132,31,"columnNumber"],[256,28,132,31],[257,14,132,31],[257,21,133,15],[258,12,133,16],[259,14,133,16,"fileName"],[259,22,133,16],[259,24,133,16,"_jsxFileName"],[259,36,133,16],[260,14,133,16,"lineNumber"],[260,24,133,16],[261,14,133,16,"columnNumber"],[261,26,133,16],[262,12,133,16],[262,19,134,30],[262,20,134,31],[263,10,134,31],[264,12,134,31,"fileName"],[264,20,134,31],[264,22,134,31,"_jsxFileName"],[264,34,134,31],[265,12,134,31,"lineNumber"],[265,22,134,31],[266,12,134,31,"columnNumber"],[266,24,134,31],[267,10,134,31],[267,17,135,16],[267,18,135,17],[268,8,135,17],[269,10,135,17,"fileName"],[269,18,135,17],[269,20,135,17,"_jsxFileName"],[269,32,135,17],[270,10,135,17,"lineNumber"],[270,20,135,17],[271,10,135,17,"columnNumber"],[271,22,135,17],[272,8,135,17],[272,15,136,14],[272,16,136,15],[272,31,138,8],[272,35,138,8,"_reactJsxDevRuntime"],[272,54,138,8],[272,55,138,8,"jsxDEV"],[272,61,138,8],[272,63,138,9,"_reactNative"],[272,75,138,13],[272,76,138,13,"View"],[272,80,138,13],[273,10,138,14,"style"],[273,15,138,19],[273,17,138,21,"styles"],[273,23,138,27],[273,24,138,28,"section"],[273,31,138,36],[274,10,138,36,"children"],[274,18,138,36],[274,34,139,10],[274,38,139,10,"_reactJsxDevRuntime"],[274,57,139,10],[274,58,139,10,"jsxDEV"],[274,64,139,10],[274,66,139,11,"_reactNative"],[274,78,139,15],[274,79,139,15,"Text"],[274,83,139,15],[275,12,139,16,"style"],[275,17,139,21],[275,19,139,23,"styles"],[275,25,139,29],[275,26,139,30,"label"],[275,31,139,36],[276,12,139,36,"children"],[276,20,139,36],[276,22,139,37],[277,10,139,57],[278,12,139,57,"fileName"],[278,20,139,57],[278,22,139,57,"_jsxFileName"],[278,34,139,57],[279,12,139,57,"lineNumber"],[279,22,139,57],[280,12,139,57,"columnNumber"],[280,24,139,57],[281,10,139,57],[281,17,139,63],[281,18,139,64],[281,33,140,10],[281,37,140,10,"_reactJsxDevRuntime"],[281,56,140,10],[281,57,140,10,"jsxDEV"],[281,63,140,10],[281,65,140,11,"_reactNative"],[281,77,140,15],[281,78,140,15,"View"],[281,82,140,15],[282,12,140,16,"style"],[282,17,140,21],[282,19,140,23,"styles"],[282,25,140,29],[282,26,140,30,"passwordContainer"],[282,43,140,48],[283,12,140,48,"children"],[283,20,140,48],[283,36,141,12],[283,40,141,12,"_reactJsxDevRuntime"],[283,59,141,12],[283,60,141,12,"jsxDEV"],[283,66,141,12],[283,68,141,13,"_reactNative"],[283,80,141,22],[283,81,141,22,"TextInput"],[283,90,141,22],[284,14,142,14,"style"],[284,19,142,19],[284,21,142,21,"styles"],[284,27,142,27],[284,28,142,28,"passwordInput"],[284,41,142,42],[285,14,143,14,"value"],[285,19,143,19],[285,21,143,21,"confirmPassword"],[285,36,143,37],[286,14,144,14,"onChangeText"],[286,26,144,26],[286,28,144,28,"setConfirmPassword"],[286,46,144,47],[287,14,145,14,"placeholder"],[287,25,145,25],[287,27,145,26],[287,49,145,48],[288,14,146,14,"secureTextEntry"],[288,29,146,29],[288,31,146,31],[288,32,146,32,"showConfirm"],[288,43,146,44],[289,14,147,14,"autoCapitalize"],[289,28,147,28],[289,30,147,29],[290,12,147,35],[291,14,147,35,"fileName"],[291,22,147,35],[291,24,147,35,"_jsxFileName"],[291,36,147,35],[292,14,147,35,"lineNumber"],[292,24,147,35],[293,14,147,35,"columnNumber"],[293,26,147,35],[294,12,147,35],[294,19,148,13],[294,20,148,14],[294,35,149,12],[294,39,149,12,"_reactJsxDevRuntime"],[294,58,149,12],[294,59,149,12,"jsxDEV"],[294,65,149,12],[294,67,149,13,"_reactNative"],[294,79,149,29],[294,80,149,29,"TouchableOpacity"],[294,96,149,29],[295,14,150,14,"onPress"],[295,21,150,21],[295,23,150,23,"onPress"],[295,24,150,23],[295,29,150,29,"setShowConfirm"],[295,43,150,43],[295,44,150,44],[295,45,150,45,"showConfirm"],[295,56,150,56],[295,57,150,58],[296,14,151,14,"style"],[296,19,151,19],[296,21,151,21,"styles"],[296,27,151,27],[296,28,151,28,"eyeButton"],[296,37,151,38],[297,14,151,38,"children"],[297,22,151,38],[297,37,153,14],[297,41,153,14,"_reactJsxDevRuntime"],[297,60,153,14],[297,61,153,14,"jsxDEV"],[297,67,153,14],[297,69,153,15,"_expoVectorIcons"],[297,85,153,23],[297,86,153,23,"Ionicons"],[297,94,153,23],[298,16,154,16,"name"],[298,20,154,20],[298,22,154,22,"showConfirm"],[298,33,154,33],[298,36,154,36],[298,45,154,45],[298,48,154,48],[298,53,154,54],[299,16,155,16,"size"],[299,20,155,20],[299,22,155,22],[299,24,155,25],[300,16,156,16,"color"],[300,21,156,21],[300,23,156,22],[301,14,156,31],[302,16,156,31,"fileName"],[302,24,156,31],[302,26,156,31,"_jsxFileName"],[302,38,156,31],[303,16,156,31,"lineNumber"],[303,26,156,31],[304,16,156,31,"columnNumber"],[304,28,156,31],[305,14,156,31],[305,21,157,15],[306,12,157,16],[307,14,157,16,"fileName"],[307,22,157,16],[307,24,157,16,"_jsxFileName"],[307,36,157,16],[308,14,157,16,"lineNumber"],[308,24,157,16],[309,14,157,16,"columnNumber"],[309,26,157,16],[310,12,157,16],[310,19,158,30],[310,20,158,31],[311,10,158,31],[312,12,158,31,"fileName"],[312,20,158,31],[312,22,158,31,"_jsxFileName"],[312,34,158,31],[313,12,158,31,"lineNumber"],[313,22,158,31],[314,12,158,31,"columnNumber"],[314,24,158,31],[315,10,158,31],[315,17,159,16],[315,18,159,17],[316,8,159,17],[317,10,159,17,"fileName"],[317,18,159,17],[317,20,159,17,"_jsxFileName"],[317,32,159,17],[318,10,159,17,"lineNumber"],[318,20,159,17],[319,10,159,17,"columnNumber"],[319,22,159,17],[320,8,159,17],[320,15,160,14],[320,16,160,15],[320,31,162,8],[320,35,162,8,"_reactJsxDevRuntime"],[320,54,162,8],[320,55,162,8,"jsxDEV"],[320,61,162,8],[320,63,162,9,"_reactNative"],[320,75,162,25],[320,76,162,25,"TouchableOpacity"],[320,92,162,25],[321,10,163,10,"style"],[321,15,163,15],[321,17,163,17],[321,18,163,18,"styles"],[321,24,163,24],[321,25,163,25,"saveButton"],[321,35,163,35],[321,37,163,37,"loading"],[321,44,163,44],[321,48,163,48,"styles"],[321,54,163,54],[321,55,163,55,"saveButtonDisabled"],[321,73,163,73],[321,74,163,75],[322,10,164,10,"onPress"],[322,17,164,17],[322,19,164,19,"handleChangePassword"],[322,39,164,40],[323,10,165,10,"disabled"],[323,18,165,18],[323,20,165,20,"loading"],[323,27,165,28],[324,10,165,28,"children"],[324,18,165,28],[324,20,167,11,"loading"],[324,27,167,18],[324,43,168,12],[324,47,168,12,"_reactJsxDevRuntime"],[324,66,168,12],[324,67,168,12,"jsxDEV"],[324,73,168,12],[324,75,168,13,"_reactNative"],[324,87,168,30],[324,88,168,30,"ActivityIndicator"],[324,105,168,30],[325,12,168,31,"color"],[325,17,168,36],[325,19,168,37],[326,10,168,43],[327,12,168,43,"fileName"],[327,20,168,43],[327,22,168,43,"_jsxFileName"],[327,34,168,43],[328,12,168,43,"lineNumber"],[328,22,168,43],[329,12,168,43,"columnNumber"],[329,24,168,43],[330,10,168,43],[330,17,168,45],[330,18,168,46],[330,34,170,12],[330,38,170,12,"_reactJsxDevRuntime"],[330,57,170,12],[330,58,170,12,"jsxDEV"],[330,64,170,12],[330,66,170,13,"_reactNative"],[330,78,170,17],[330,79,170,17,"Text"],[330,83,170,17],[331,12,170,18,"style"],[331,17,170,23],[331,19,170,25,"styles"],[331,25,170,31],[331,26,170,32,"saveButtonText"],[331,40,170,47],[332,12,170,47,"children"],[332,20,170,47],[332,22,170,48],[333,10,170,63],[334,12,170,63,"fileName"],[334,20,170,63],[334,22,170,63,"_jsxFileName"],[334,34,170,63],[335,12,170,63,"lineNumber"],[335,22,170,63],[336,12,170,63,"columnNumber"],[336,24,170,63],[337,10,170,63],[337,17,170,69],[338,8,171,11],[339,10,171,11,"fileName"],[339,18,171,11],[339,20,171,11,"_jsxFileName"],[339,32,171,11],[340,10,171,11,"lineNumber"],[340,20,171,11],[341,10,171,11,"columnNumber"],[341,22,171,11],[342,8,171,11],[342,15,172,26],[342,16,172,27],[343,6,172,27],[344,8,172,27,"fileName"],[344,16,172,27],[344,18,172,27,"_jsxFileName"],[344,30,172,27],[345,8,172,27,"lineNumber"],[345,18,172,27],[346,8,172,27,"columnNumber"],[346,20,172,27],[347,6,172,27],[347,13,173,18],[347,14,173,19],[348,4,173,19],[349,6,173,19,"fileName"],[349,14,173,19],[349,16,173,19,"_jsxFileName"],[349,28,173,19],[350,6,173,19,"lineNumber"],[350,16,173,19],[351,6,173,19,"columnNumber"],[351,18,173,19],[352,4,173,19],[352,11,174,10],[352,12,174,11],[353,2,176,0],[354,2,176,1,"_s"],[354,4,176,1],[354,5,16,24,"ChangePasswordScreen"],[354,25,16,44],[355,4,16,44],[355,12,17,17,"useSafeAreaInsets"],[355,39,17,34],[355,40,17,34,"useSafeAreaInsets"],[355,57,17,34],[355,59,18,19,"useAuth"],[355,79,18,26],[355,80,18,26,"useAuth"],[355,87,18,26],[356,2,18,26],[357,2,18,26,"_c"],[357,4,18,26],[357,7,16,24,"ChangePasswordScreen"],[357,27,16,44],[358,2,178,0],[358,6,178,6,"styles"],[358,12,178,12],[358,15,178,15,"StyleSheet"],[358,27,178,25],[358,28,178,25,"StyleSheet"],[358,38,178,25],[358,39,178,26,"create"],[358,45,178,32],[358,46,178,33],[359,4,179,2,"container"],[359,13,179,11],[359,15,179,13],[360,6,180,4,"flex"],[360,10,180,8],[360,12,180,10],[360,13,180,11],[361,6,181,4,"backgroundColor"],[361,21,181,19],[361,23,181,21],[362,4,182,2],[362,5,182,3],[363,4,183,2,"header"],[363,10,183,8],[363,12,183,10],[364,6,184,4,"flexDirection"],[364,19,184,17],[364,21,184,19],[364,26,184,24],[365,6,185,4,"alignItems"],[365,16,185,14],[365,18,185,16],[365,26,185,24],[366,6,186,4,"justifyContent"],[366,20,186,18],[366,22,186,20],[366,37,186,35],[367,6,187,4,"paddingHorizontal"],[367,23,187,21],[367,25,187,23],[367,27,187,25],[368,6,188,4,"paddingVertical"],[368,21,188,19],[368,23,188,21],[368,25,188,23],[369,6,189,4,"backgroundColor"],[369,21,189,19],[369,23,189,21],[369,29,189,27],[370,6,190,4,"borderBottomWidth"],[370,23,190,21],[370,25,190,23],[370,26,190,24],[371,6,191,4,"borderBottomColor"],[371,23,191,21],[371,25,191,23],[372,4,192,2],[372,5,192,3],[373,4,193,2,"backButton"],[373,14,193,12],[373,16,193,14],[374,6,194,4,"width"],[374,11,194,9],[374,13,194,11],[374,15,194,13],[375,6,195,4,"height"],[375,12,195,10],[375,14,195,12],[375,16,195,14],[376,6,196,4,"borderRadius"],[376,18,196,16],[376,20,196,18],[376,22,196,20],[377,6,197,4,"backgroundColor"],[377,21,197,19],[377,23,197,21],[377,32,197,30],[378,6,198,4,"alignItems"],[378,16,198,14],[378,18,198,16],[378,26,198,24],[379,6,199,4,"justifyContent"],[379,20,199,18],[379,22,199,20],[380,4,200,2],[380,5,200,3],[381,4,201,2,"headerTitle"],[381,15,201,13],[381,17,201,15],[382,6,202,4,"fontSize"],[382,14,202,12],[382,16,202,14],[382,18,202,16],[383,6,203,4,"fontWeight"],[383,16,203,14],[383,18,203,16],[383,23,203,21],[384,6,204,4,"color"],[384,11,204,9],[384,13,204,11],[385,4,205,2],[385,5,205,3],[386,4,206,2,"scrollContent"],[386,17,206,15],[386,19,206,17],[387,6,207,4,"padding"],[387,13,207,11],[387,15,207,13],[387,17,207,15],[388,6,208,4,"paddingBottom"],[388,19,208,17],[388,21,208,19],[389,4,209,2],[389,5,209,3],[390,4,210,2,"infoBox"],[390,11,210,9],[390,13,210,11],[391,6,211,4,"flexDirection"],[391,19,211,17],[391,21,211,19],[391,26,211,24],[392,6,212,4,"alignItems"],[392,16,212,14],[392,18,212,16],[392,26,212,24],[393,6,213,4,"backgroundColor"],[393,21,213,19],[393,23,213,21],[393,32,213,30],[394,6,214,4,"padding"],[394,13,214,11],[394,15,214,13],[394,17,214,15],[395,6,215,4,"borderRadius"],[395,18,215,16],[395,20,215,18],[395,21,215,19],[396,6,216,4,"marginBottom"],[396,18,216,16],[396,20,216,18],[397,4,217,2],[397,5,217,3],[398,4,218,2,"infoText"],[398,12,218,10],[398,14,218,12],[399,6,219,4,"fontSize"],[399,14,219,12],[399,16,219,14],[399,18,219,16],[400,6,220,4,"color"],[400,11,220,9],[400,13,220,11],[400,22,220,20],[401,6,221,4,"marginLeft"],[401,16,221,14],[401,18,221,16],[401,19,221,17],[402,6,222,4,"flex"],[402,10,222,8],[402,12,222,10],[403,4,223,2],[403,5,223,3],[404,4,224,2,"section"],[404,11,224,9],[404,13,224,11],[405,6,225,4,"marginBottom"],[405,18,225,16],[405,20,225,18],[406,4,226,2],[406,5,226,3],[407,4,227,2,"label"],[407,9,227,7],[407,11,227,9],[408,6,228,4,"fontSize"],[408,14,228,12],[408,16,228,14],[408,18,228,16],[409,6,229,4,"fontWeight"],[409,16,229,14],[409,18,229,16],[409,23,229,21],[410,6,230,4,"color"],[410,11,230,9],[410,13,230,11],[410,22,230,20],[411,6,231,4,"marginBottom"],[411,18,231,16],[411,20,231,18],[412,4,232,2],[412,5,232,3],[413,4,233,2,"passwordContainer"],[413,21,233,19],[413,23,233,21],[414,6,234,4,"flexDirection"],[414,19,234,17],[414,21,234,19],[414,26,234,24],[415,6,235,4,"alignItems"],[415,16,235,14],[415,18,235,16],[415,26,235,24],[416,6,236,4,"backgroundColor"],[416,21,236,19],[416,23,236,21],[416,29,236,27],[417,6,237,4,"borderRadius"],[417,18,237,16],[417,20,237,18],[417,22,237,20],[418,6,238,4,"borderWidth"],[418,17,238,15],[418,19,238,17],[418,20,238,18],[419,6,239,4,"borderColor"],[419,17,239,15],[419,19,239,17],[420,4,240,2],[420,5,240,3],[421,4,241,2,"passwordInput"],[421,17,241,15],[421,19,241,17],[422,6,242,4,"flex"],[422,10,242,8],[422,12,242,10],[422,13,242,11],[423,6,243,4,"padding"],[423,13,243,11],[423,15,243,13],[423,17,243,15],[424,6,244,4,"fontSize"],[424,14,244,12],[424,16,244,14],[425,4,245,2],[425,5,245,3],[426,4,246,2,"eyeButton"],[426,13,246,11],[426,15,246,13],[427,6,247,4,"padding"],[427,13,247,11],[427,15,247,13],[428,4,248,2],[428,5,248,3],[429,4,249,2,"saveButton"],[429,14,249,12],[429,16,249,14],[430,6,250,4,"backgroundColor"],[430,21,250,19],[430,23,250,21],[430,32,250,30],[431,6,251,4,"padding"],[431,13,251,11],[431,15,251,13],[431,17,251,15],[432,6,252,4,"borderRadius"],[432,18,252,16],[432,20,252,18],[432,22,252,20],[433,6,253,4,"alignItems"],[433,16,253,14],[433,18,253,16],[433,26,253,24],[434,6,254,4,"marginTop"],[434,15,254,13],[434,17,254,15],[435,4,255,2],[435,5,255,3],[436,4,256,2,"saveButtonDisabled"],[436,22,256,20],[436,24,256,22],[437,6,257,4,"opacity"],[437,13,257,11],[437,15,257,13],[438,4,258,2],[438,5,258,3],[439,4,259,2,"saveButtonText"],[439,18,259,16],[439,20,259,18],[440,6,260,4,"fontSize"],[440,14,260,12],[440,16,260,14],[440,18,260,16],[441,6,261,4,"fontWeight"],[441,16,261,14],[441,18,261,16],[441,23,261,21],[442,6,262,4,"color"],[442,11,262,9],[442,13,262,11],[443,4,263,2],[444,2,264,0],[444,3,264,1],[444,4,264,2],[445,2,264,3],[445,6,264,3,"_c"],[445,8,264,3],[446,2,264,3,"$RefreshReg$"],[446,14,264,3],[446,15,264,3,"_c"],[446,17,264,3],[447,0,264,3],[447,3]],"functionMap":{"names":["","ChangePasswordScreen","handleChangePassword","onPress","TouchableOpacity.props.onPress"],"mappings":"AAA;eCe;+BCW;iCCiC,yBD;GDU;mCGK,yBH;uBG2B,kCH;uBGwB,0BH;uBGwB,kCH;CD0B"},"hasCjsExports":false},"type":"js/module"}]}
\ No newline at end of file
+{"dependencies":[{"name":"@babel/runtime/helpers/asyncToGenerator","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"YisBBiy2Xm9DEVdFebZ2nbgAHBo=","exportNames":["*"],"imports":1}},{"name":"@babel/runtime/helpers/slicedToArray","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"5y7e5+zC7teYEEC6niD9f5zII1M=","exportNames":["*"],"imports":1}},{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":40,"index":40}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react-native","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":41},"end":{"line":11,"column":22,"index":179}}],"key":"KyzuX10g6ixS9UfynhmjlvCIG3g=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":12,"column":0,"index":180},"end":{"line":12,"column":46,"index":226}}],"key":"ow7vkrqkIckRjlSi/+MhMmRYtUE=","exportNames":["*"],"imports":1}},{"name":"react-native-safe-area-context","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0,"index":227},"end":{"line":13,"column":67,"index":294}}],"key":"XjdTKvCUWX6CbQzg5fSDHG/WgHk=","exportNames":["*"],"imports":1}},{"name":"../contexts/AuthContext","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":14,"column":0,"index":295},"end":{"line":14,"column":50,"index":345}}],"key":"oNCgyH4yx4pAIVZXLqqRGB2kuCY=","exportNames":["*"],"imports":1}},{"name":"react/jsx-dev-runtime","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"L9D70Z4hi4aGuui1ysja/oQ5ytI=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n var _jsxFileName = \"/app/frontend/src/screens/ChangePasswordScreen.tsx\",\n _s = $RefreshSig$();\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return ChangePasswordScreen;\n }\n });\n var _babelRuntimeHelpersAsyncToGenerator = require(_dependencyMap[0], \"@babel/runtime/helpers/asyncToGenerator\");\n var _asyncToGenerator = _interopDefault(_babelRuntimeHelpersAsyncToGenerator);\n var _babelRuntimeHelpersSlicedToArray = require(_dependencyMap[1], \"@babel/runtime/helpers/slicedToArray\");\n var _slicedToArray = _interopDefault(_babelRuntimeHelpersSlicedToArray);\n var _react = require(_dependencyMap[2], \"react\");\n var _reactNative = require(_dependencyMap[3], \"react-native\");\n var _expoVectorIcons = require(_dependencyMap[4], \"@expo/vector-icons\");\n var _reactNativeSafeAreaContext = require(_dependencyMap[5], \"react-native-safe-area-context\");\n var _contextsAuthContext = require(_dependencyMap[6], \"../contexts/AuthContext\");\n var _reactJsxDevRuntime = require(_dependencyMap[7], \"react/jsx-dev-runtime\");\n function ChangePasswordScreen(_ref) {\n _s();\n var navigation = _ref.navigation;\n var insets = (0, _reactNativeSafeAreaContext.useSafeAreaInsets)();\n var _useAuth = (0, _contextsAuthContext.useAuth)(),\n user = _useAuth.user;\n var _useState = (0, _react.useState)(false),\n _useState2 = (0, _slicedToArray.default)(_useState, 2),\n loading = _useState2[0],\n setLoading = _useState2[1];\n var _useState3 = (0, _react.useState)(''),\n _useState4 = (0, _slicedToArray.default)(_useState3, 2),\n currentPassword = _useState4[0],\n setCurrentPassword = _useState4[1];\n var _useState5 = (0, _react.useState)(''),\n _useState6 = (0, _slicedToArray.default)(_useState5, 2),\n newPassword = _useState6[0],\n setNewPassword = _useState6[1];\n var _useState7 = (0, _react.useState)(''),\n _useState8 = (0, _slicedToArray.default)(_useState7, 2),\n confirmPassword = _useState8[0],\n setConfirmPassword = _useState8[1];\n var _useState9 = (0, _react.useState)(false),\n _useState0 = (0, _slicedToArray.default)(_useState9, 2),\n showCurrent = _useState0[0],\n setShowCurrent = _useState0[1];\n var _useState1 = (0, _react.useState)(false),\n _useState10 = (0, _slicedToArray.default)(_useState1, 2),\n showNew = _useState10[0],\n setShowNew = _useState10[1];\n var _useState11 = (0, _react.useState)(false),\n _useState12 = (0, _slicedToArray.default)(_useState11, 2),\n showConfirm = _useState12[0],\n setShowConfirm = _useState12[1];\n var handleChangePassword = /*#__PURE__*/function () {\n var _ref2 = (0, _asyncToGenerator.default)(function* () {\n if (!currentPassword || !newPassword || !confirmPassword) {\n _reactNative.Alert.alert('Error', 'Please fill in all fields');\n return;\n }\n if (newPassword !== confirmPassword) {\n _reactNative.Alert.alert('Error', 'New passwords do not match');\n return;\n }\n if (newPassword.length < 8) {\n _reactNative.Alert.alert('Error', 'Password must be at least 8 characters');\n return;\n }\n setLoading(true);\n try {\n var backendUrl = \"https://kurdish-id.preview.emergentagent.com\" || 'http://localhost:8001';\n var response = yield fetch(`${backendUrl}/api/auth/change-password`, {\n method: 'POST',\n headers: {\n 'Content-Type': 'application/json'\n },\n body: JSON.stringify({\n user_id: user?.user_id,\n current_password: currentPassword,\n new_password: newPassword\n })\n });\n if (response.ok) {\n _reactNative.Alert.alert('Success', 'Password changed successfully!', [{\n text: 'OK',\n onPress: () => navigation.goBack()\n }]);\n } else {\n _reactNative.Alert.alert('Error', 'Failed to change password');\n }\n } catch (error) {\n _reactNative.Alert.alert('Error', 'Network error occurred');\n } finally {\n setLoading(false);\n }\n });\n return function handleChangePassword() {\n return _ref2.apply(this, arguments);\n };\n }();\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: [styles.container, {\n paddingTop: insets.top\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.header,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n onPress: () => navigation.goBack(),\n style: styles.backButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"arrow-back\",\n size: 24,\n color: \"#1F2937\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 76,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 75,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.headerTitle,\n children: \"Change Password\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 78,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: {\n width: 40\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 79,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 74,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.ScrollView, {\n contentContainerStyle: styles.scrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.infoBox,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"information-circle\",\n size: 20,\n color: \"#3B82F6\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 84,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.infoText,\n children: \"Password must be at least 8 characters long\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 85,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 83,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.label,\n children: \"Current Password\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 91,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.passwordContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TextInput, {\n style: styles.passwordInput,\n value: currentPassword,\n onChangeText: setCurrentPassword,\n placeholder: \"Enter current password\",\n secureTextEntry: !showCurrent,\n autoCapitalize: \"none\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 93,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n onPress: () => setShowCurrent(!showCurrent),\n style: styles.eyeButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: showCurrent ? 'eye-off' : 'eye',\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 105,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 101,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 92,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 90,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.label,\n children: \"New Password\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 115,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.passwordContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TextInput, {\n style: styles.passwordInput,\n value: newPassword,\n onChangeText: setNewPassword,\n placeholder: \"Enter new password\",\n secureTextEntry: !showNew,\n autoCapitalize: \"none\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 117,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n onPress: () => setShowNew(!showNew),\n style: styles.eyeButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: showNew ? 'eye-off' : 'eye',\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 129,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 125,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 116,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 114,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.label,\n children: \"Confirm New Password\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 139,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.passwordContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TextInput, {\n style: styles.passwordInput,\n value: confirmPassword,\n onChangeText: setConfirmPassword,\n placeholder: \"Confirm new password\",\n secureTextEntry: !showConfirm,\n autoCapitalize: \"none\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 141,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n onPress: () => setShowConfirm(!showConfirm),\n style: styles.eyeButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: showConfirm ? 'eye-off' : 'eye',\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 153,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 149,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 140,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 138,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: [styles.saveButton, loading && styles.saveButtonDisabled],\n onPress: handleChangePassword,\n disabled: loading,\n children: loading ? /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.ActivityIndicator, {\n color: \"#FFF\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 168,\n columnNumber: 13\n }, this) : /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.saveButtonText,\n children: \"Change Password\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 170,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 162,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 82,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 73,\n columnNumber: 5\n }, this);\n }\n _s(ChangePasswordScreen, \"+yRQisd2Yq4sC+hyXIvFoizq1nA=\", false, function () {\n return [_reactNativeSafeAreaContext.useSafeAreaInsets, _contextsAuthContext.useAuth];\n });\n _c = ChangePasswordScreen;\n var styles = _reactNative.StyleSheet.create({\n container: {\n flex: 1,\n backgroundColor: '#F8F9FA'\n },\n header: {\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'space-between',\n paddingHorizontal: 16,\n paddingVertical: 16,\n backgroundColor: '#FFF',\n borderBottomWidth: 1,\n borderBottomColor: '#E5E7EB'\n },\n backButton: {\n width: 40,\n height: 40,\n borderRadius: 20,\n backgroundColor: '#F3F4F6',\n alignItems: 'center',\n justifyContent: 'center'\n },\n headerTitle: {\n fontSize: 18,\n fontWeight: '700',\n color: '#1F2937'\n },\n scrollContent: {\n padding: 16,\n paddingBottom: 80\n },\n infoBox: {\n flexDirection: 'row',\n alignItems: 'center',\n backgroundColor: '#DBEAFE',\n padding: 12,\n borderRadius: 8,\n marginBottom: 24\n },\n infoText: {\n fontSize: 14,\n color: '#1E40AF',\n marginLeft: 8,\n flex: 1\n },\n section: {\n marginBottom: 20\n },\n label: {\n fontSize: 14,\n fontWeight: '600',\n color: '#374151',\n marginBottom: 8\n },\n passwordContainer: {\n flexDirection: 'row',\n alignItems: 'center',\n backgroundColor: '#FFF',\n borderRadius: 12,\n borderWidth: 1,\n borderColor: '#E5E7EB'\n },\n passwordInput: {\n flex: 1,\n padding: 16,\n fontSize: 16\n },\n eyeButton: {\n padding: 12\n },\n saveButton: {\n backgroundColor: '#EE2A35',\n padding: 16,\n borderRadius: 12,\n alignItems: 'center',\n marginTop: 24\n },\n saveButtonDisabled: {\n opacity: 0.6\n },\n saveButtonText: {\n fontSize: 16,\n fontWeight: '600',\n color: '#FFF'\n }\n });\n var _c;\n $RefreshReg$(_c, \"ChangePasswordScreen\");\n});","lineCount":447,"map":[[14,2,16,15,"Object"],[14,8,16,15],[14,9,16,15,"defineProperty"],[14,23,16,15],[14,24,16,15,"exports"],[14,31,16,15],[15,4,16,15,"enumerable"],[15,14,16,15],[16,4,16,15,"get"],[16,7,16,15],[16,18,16,15,"get"],[16,19,16,15],[17,6,16,15],[17,13,16,15,"ChangePasswordScreen"],[17,33,16,15],[18,4,16,15],[19,2,16,15],[20,2,176,1],[20,6,176,1,"_babelRuntimeHelpersAsyncToGenerator"],[20,42,176,1],[20,45,176,1,"require"],[20,52,176,1],[20,53,176,1,"_dependencyMap"],[20,67,176,1],[21,2,176,1],[21,6,176,1,"_asyncToGenerator"],[21,23,176,1],[21,26,176,1,"_interopDefault"],[21,41,176,1],[21,42,176,1,"_babelRuntimeHelpersAsyncToGenerator"],[21,78,176,1],[22,2,176,1],[22,6,176,1,"_babelRuntimeHelpersSlicedToArray"],[22,39,176,1],[22,42,176,1,"require"],[22,49,176,1],[22,50,176,1,"_dependencyMap"],[22,64,176,1],[23,2,176,1],[23,6,176,1,"_slicedToArray"],[23,20,176,1],[23,23,176,1,"_interopDefault"],[23,38,176,1],[23,39,176,1,"_babelRuntimeHelpersSlicedToArray"],[23,72,176,1],[24,2,1,0],[24,6,1,0,"_react"],[24,12,1,0],[24,15,1,0,"require"],[24,22,1,0],[24,23,1,0,"_dependencyMap"],[24,37,1,0],[25,2,2,0],[25,6,2,0,"_reactNative"],[25,18,2,0],[25,21,2,0,"require"],[25,28,2,0],[25,29,2,0,"_dependencyMap"],[25,43,2,0],[26,2,12,0],[26,6,12,0,"_expoVectorIcons"],[26,22,12,0],[26,25,12,0,"require"],[26,32,12,0],[26,33,12,0,"_dependencyMap"],[26,47,12,0],[27,2,13,0],[27,6,13,0,"_reactNativeSafeAreaContext"],[27,33,13,0],[27,36,13,0,"require"],[27,43,13,0],[27,44,13,0,"_dependencyMap"],[27,58,13,0],[28,2,14,0],[28,6,14,0,"_contextsAuthContext"],[28,26,14,0],[28,29,14,0,"require"],[28,36,14,0],[28,37,14,0,"_dependencyMap"],[28,51,14,0],[29,2,14,50],[29,6,14,50,"_reactJsxDevRuntime"],[29,25,14,50],[29,28,14,50,"require"],[29,35,14,50],[29,36,14,50,"_dependencyMap"],[29,50,14,50],[30,2,16,15],[30,11,16,24,"ChangePasswordScreen"],[30,31,16,44,"ChangePasswordScreen"],[30,32,16,44,"_ref"],[30,36,16,44],[30,38,16,66],[31,4,16,66,"_s"],[31,6,16,66],[32,4,16,66],[32,8,16,47,"navigation"],[32,18,16,57],[32,21,16,57,"_ref"],[32,25,16,57],[32,26,16,47,"navigation"],[32,36,16,57],[33,4,17,2],[33,8,17,8,"insets"],[33,14,17,14],[33,17,17,17],[33,21,17,17,"useSafeAreaInsets"],[33,48,17,34],[33,49,17,34,"useSafeAreaInsets"],[33,66,17,34],[33,68,17,35],[33,69,17,36],[34,4,18,2],[34,8,18,2,"_useAuth"],[34,16,18,2],[34,19,18,19],[34,23,18,19,"useAuth"],[34,43,18,26],[34,44,18,26,"useAuth"],[34,51,18,26],[34,53,18,27],[34,54,18,28],[35,6,18,10,"user"],[35,10,18,14],[35,13,18,14,"_useAuth"],[35,21,18,14],[35,22,18,10,"user"],[35,26,18,14],[36,4,19,2],[36,8,19,2,"_useState"],[36,17,19,2],[36,20,19,32],[36,24,19,32,"useState"],[36,30,19,40],[36,31,19,40,"useState"],[36,39,19,40],[36,41,19,41],[36,46,19,46],[36,47,19,47],[37,6,19,47,"_useState2"],[37,16,19,47],[37,23,19,47,"_slicedToArray"],[37,37,19,47],[37,38,19,47,"default"],[37,45,19,47],[37,47,19,47,"_useState"],[37,56,19,47],[38,6,19,9,"loading"],[38,13,19,16],[38,16,19,16,"_useState2"],[38,26,19,16],[39,6,19,18,"setLoading"],[39,16,19,28],[39,19,19,28,"_useState2"],[39,29,19,28],[40,4,20,2],[40,8,20,2,"_useState3"],[40,18,20,2],[40,21,20,48],[40,25,20,48,"useState"],[40,31,20,56],[40,32,20,56,"useState"],[40,40,20,56],[40,42,20,57],[40,44,20,59],[40,45,20,60],[41,6,20,60,"_useState4"],[41,16,20,60],[41,23,20,60,"_slicedToArray"],[41,37,20,60],[41,38,20,60,"default"],[41,45,20,60],[41,47,20,60,"_useState3"],[41,57,20,60],[42,6,20,9,"currentPassword"],[42,21,20,24],[42,24,20,24,"_useState4"],[42,34,20,24],[43,6,20,26,"setCurrentPassword"],[43,24,20,44],[43,27,20,44,"_useState4"],[43,37,20,44],[44,4,21,2],[44,8,21,2,"_useState5"],[44,18,21,2],[44,21,21,40],[44,25,21,40,"useState"],[44,31,21,48],[44,32,21,48,"useState"],[44,40,21,48],[44,42,21,49],[44,44,21,51],[44,45,21,52],[45,6,21,52,"_useState6"],[45,16,21,52],[45,23,21,52,"_slicedToArray"],[45,37,21,52],[45,38,21,52,"default"],[45,45,21,52],[45,47,21,52,"_useState5"],[45,57,21,52],[46,6,21,9,"newPassword"],[46,17,21,20],[46,20,21,20,"_useState6"],[46,30,21,20],[47,6,21,22,"setNewPassword"],[47,20,21,36],[47,23,21,36,"_useState6"],[47,33,21,36],[48,4,22,2],[48,8,22,2,"_useState7"],[48,18,22,2],[48,21,22,48],[48,25,22,48,"useState"],[48,31,22,56],[48,32,22,56,"useState"],[48,40,22,56],[48,42,22,57],[48,44,22,59],[48,45,22,60],[49,6,22,60,"_useState8"],[49,16,22,60],[49,23,22,60,"_slicedToArray"],[49,37,22,60],[49,38,22,60,"default"],[49,45,22,60],[49,47,22,60,"_useState7"],[49,57,22,60],[50,6,22,9,"confirmPassword"],[50,21,22,24],[50,24,22,24,"_useState8"],[50,34,22,24],[51,6,22,26,"setConfirmPassword"],[51,24,22,44],[51,27,22,44,"_useState8"],[51,37,22,44],[52,4,23,2],[52,8,23,2,"_useState9"],[52,18,23,2],[52,21,23,40],[52,25,23,40,"useState"],[52,31,23,48],[52,32,23,48,"useState"],[52,40,23,48],[52,42,23,49],[52,47,23,54],[52,48,23,55],[53,6,23,55,"_useState0"],[53,16,23,55],[53,23,23,55,"_slicedToArray"],[53,37,23,55],[53,38,23,55,"default"],[53,45,23,55],[53,47,23,55,"_useState9"],[53,57,23,55],[54,6,23,9,"showCurrent"],[54,17,23,20],[54,20,23,20,"_useState0"],[54,30,23,20],[55,6,23,22,"setShowCurrent"],[55,20,23,36],[55,23,23,36,"_useState0"],[55,33,23,36],[56,4,24,2],[56,8,24,2,"_useState1"],[56,18,24,2],[56,21,24,32],[56,25,24,32,"useState"],[56,31,24,40],[56,32,24,40,"useState"],[56,40,24,40],[56,42,24,41],[56,47,24,46],[56,48,24,47],[57,6,24,47,"_useState10"],[57,17,24,47],[57,24,24,47,"_slicedToArray"],[57,38,24,47],[57,39,24,47,"default"],[57,46,24,47],[57,48,24,47,"_useState1"],[57,58,24,47],[58,6,24,9,"showNew"],[58,13,24,16],[58,16,24,16,"_useState10"],[58,27,24,16],[59,6,24,18,"setShowNew"],[59,16,24,28],[59,19,24,28,"_useState10"],[59,30,24,28],[60,4,25,2],[60,8,25,2,"_useState11"],[60,19,25,2],[60,22,25,40],[60,26,25,40,"useState"],[60,32,25,48],[60,33,25,48,"useState"],[60,41,25,48],[60,43,25,49],[60,48,25,54],[60,49,25,55],[61,6,25,55,"_useState12"],[61,17,25,55],[61,24,25,55,"_slicedToArray"],[61,38,25,55],[61,39,25,55,"default"],[61,46,25,55],[61,48,25,55,"_useState11"],[61,59,25,55],[62,6,25,9,"showConfirm"],[62,17,25,20],[62,20,25,20,"_useState12"],[62,31,25,20],[63,6,25,22,"setShowConfirm"],[63,20,25,36],[63,23,25,36,"_useState12"],[63,34,25,36],[64,4,27,2],[64,8,27,8,"handleChangePassword"],[64,28,27,28],[65,6,27,28],[65,10,27,28,"_ref2"],[65,15,27,28],[65,22,27,28,"_asyncToGenerator"],[65,39,27,28],[65,40,27,28,"default"],[65,47,27,28],[65,49,27,31],[65,62,27,43],[66,8,28,4],[66,12,28,8],[66,13,28,9,"currentPassword"],[66,28,28,24],[66,32,28,28],[66,33,28,29,"newPassword"],[66,44,28,40],[66,48,28,44],[66,49,28,45,"confirmPassword"],[66,64,28,60],[66,66,28,62],[67,10,29,6,"Alert"],[67,22,29,11],[67,23,29,11,"Alert"],[67,28,29,11],[67,29,29,12,"alert"],[67,34,29,17],[67,35,29,18],[67,42,29,25],[67,44,29,27],[67,71,29,54],[67,72,29,55],[68,10,30,6],[69,8,31,4],[70,8,33,4],[70,12,33,8,"newPassword"],[70,23,33,19],[70,28,33,24,"confirmPassword"],[70,43,33,39],[70,45,33,41],[71,10,34,6,"Alert"],[71,22,34,11],[71,23,34,11,"Alert"],[71,28,34,11],[71,29,34,12,"alert"],[71,34,34,17],[71,35,34,18],[71,42,34,25],[71,44,34,27],[71,72,34,55],[71,73,34,56],[72,10,35,6],[73,8,36,4],[74,8,38,4],[74,12,38,8,"newPassword"],[74,23,38,19],[74,24,38,20,"length"],[74,30,38,26],[74,33,38,29],[74,34,38,30],[74,36,38,32],[75,10,39,6,"Alert"],[75,22,39,11],[75,23,39,11,"Alert"],[75,28,39,11],[75,29,39,12,"alert"],[75,34,39,17],[75,35,39,18],[75,42,39,25],[75,44,39,27],[75,84,39,67],[75,85,39,68],[76,10,40,6],[77,8,41,4],[78,8,43,4,"setLoading"],[78,18,43,14],[78,19,43,15],[78,23,43,19],[78,24,43,20],[79,8,44,4],[79,12,44,8],[80,10,45,6],[80,14,45,12,"backendUrl"],[80,24,45,22],[80,27,45,25],[80,84,45,64],[80,107,45,87],[81,10,46,6],[81,14,46,12,"response"],[81,22,46,20],[81,31,46,29,"fetch"],[81,36,46,34],[81,37,46,35],[81,40,46,38,"backendUrl"],[81,50,46,48],[81,77,46,75],[81,79,46,77],[82,12,47,8,"method"],[82,18,47,14],[82,20,47,16],[82,26,47,22],[83,12,48,8,"headers"],[83,19,48,15],[83,21,48,17],[84,14,49,10],[84,28,49,24],[84,30,49,26],[85,12,50,8],[85,13,50,9],[86,12,51,8,"body"],[86,16,51,12],[86,18,51,14,"JSON"],[86,22,51,18],[86,23,51,19,"stringify"],[86,32,51,28],[86,33,51,29],[87,14,52,10,"user_id"],[87,21,52,17],[87,23,52,19,"user"],[87,27,52,23],[87,29,52,25,"user_id"],[87,36,52,32],[88,14,53,10,"current_password"],[88,30,53,26],[88,32,53,28,"currentPassword"],[88,47,53,43],[89,14,54,10,"new_password"],[89,26,54,22],[89,28,54,24,"newPassword"],[90,12,55,8],[90,13,55,9],[91,10,56,6],[91,11,56,7],[91,12,56,8],[92,10,58,6],[92,14,58,10,"response"],[92,22,58,18],[92,23,58,19,"ok"],[92,25,58,21],[92,27,58,23],[93,12,59,8,"Alert"],[93,24,59,13],[93,25,59,13,"Alert"],[93,30,59,13],[93,31,59,14,"alert"],[93,36,59,19],[93,37,59,20],[93,46,59,29],[93,48,59,31],[93,80,59,63],[93,82,59,65],[93,83,60,10],[94,14,60,12,"text"],[94,18,60,16],[94,20,60,18],[94,24,60,22],[95,14,60,24,"onPress"],[95,21,60,31],[95,23,60,33,"onPress"],[95,24,60,33],[95,29,60,39,"navigation"],[95,39,60,49],[95,40,60,50,"goBack"],[95,46,60,56],[95,47,60,57],[96,12,60,59],[96,13,60,60],[96,14,61,9],[96,15,61,10],[97,10,62,6],[97,11,62,7],[97,17,62,13],[98,12,63,8,"Alert"],[98,24,63,13],[98,25,63,13,"Alert"],[98,30,63,13],[98,31,63,14,"alert"],[98,36,63,19],[98,37,63,20],[98,44,63,27],[98,46,63,29],[98,73,63,56],[98,74,63,57],[99,10,64,6],[100,8,65,4],[100,9,65,5],[100,10,65,6],[100,17,65,13,"error"],[100,22,65,18],[100,24,65,20],[101,10,66,6,"Alert"],[101,22,66,11],[101,23,66,11,"Alert"],[101,28,66,11],[101,29,66,12,"alert"],[101,34,66,17],[101,35,66,18],[101,42,66,25],[101,44,66,27],[101,68,66,51],[101,69,66,52],[102,8,67,4],[102,9,67,5],[102,18,67,14],[103,10,68,6,"setLoading"],[103,20,68,16],[103,21,68,17],[103,26,68,22],[103,27,68,23],[104,8,69,4],[105,6,70,2],[105,7,70,3],[106,6,70,3],[106,22,27,8,"handleChangePassword"],[106,42,27,28,"handleChangePassword"],[106,43,27,28],[107,8,27,28],[107,15,27,28,"_ref2"],[107,20,27,28],[107,21,27,28,"apply"],[107,26,27,28],[107,33,27,28,"arguments"],[107,42,27,28],[108,6,27,28],[109,4,27,28],[109,7,70,3],[110,4,72,2],[110,24,73,4],[110,28,73,4,"_reactJsxDevRuntime"],[110,47,73,4],[110,48,73,4,"jsxDEV"],[110,54,73,4],[110,56,73,5,"_reactNative"],[110,68,73,9],[110,69,73,9,"View"],[110,73,73,9],[111,6,73,10,"style"],[111,11,73,15],[111,13,73,17],[111,14,73,18,"styles"],[111,20,73,24],[111,21,73,25,"container"],[111,30,73,34],[111,32,73,36],[112,8,73,38,"paddingTop"],[112,18,73,48],[112,20,73,50,"insets"],[112,26,73,56],[112,27,73,57,"top"],[113,6,73,61],[113,7,73,62],[113,8,73,64],[114,6,73,64,"children"],[114,14,73,64],[114,30,74,6],[114,34,74,6,"_reactJsxDevRuntime"],[114,53,74,6],[114,54,74,6,"jsxDEV"],[114,60,74,6],[114,62,74,7,"_reactNative"],[114,74,74,11],[114,75,74,11,"View"],[114,79,74,11],[115,8,74,12,"style"],[115,13,74,17],[115,15,74,19,"styles"],[115,21,74,25],[115,22,74,26,"header"],[115,28,74,33],[116,8,74,33,"children"],[116,16,74,33],[116,32,75,8],[116,36,75,8,"_reactJsxDevRuntime"],[116,55,75,8],[116,56,75,8,"jsxDEV"],[116,62,75,8],[116,64,75,9,"_reactNative"],[116,76,75,25],[116,77,75,25,"TouchableOpacity"],[116,93,75,25],[117,10,75,26,"onPress"],[117,17,75,33],[117,19,75,35,"onPress"],[117,20,75,35],[117,25,75,41,"navigation"],[117,35,75,51],[117,36,75,52,"goBack"],[117,42,75,58],[117,43,75,59],[117,44,75,61],[118,10,75,62,"style"],[118,15,75,67],[118,17,75,69,"styles"],[118,23,75,75],[118,24,75,76,"backButton"],[118,34,75,87],[119,10,75,87,"children"],[119,18,75,87],[119,33,76,10],[119,37,76,10,"_reactJsxDevRuntime"],[119,56,76,10],[119,57,76,10,"jsxDEV"],[119,63,76,10],[119,65,76,11,"_expoVectorIcons"],[119,81,76,19],[119,82,76,19,"Ionicons"],[119,90,76,19],[120,12,76,20,"name"],[120,16,76,24],[120,18,76,25],[120,30,76,37],[121,12,76,38,"size"],[121,16,76,42],[121,18,76,44],[121,20,76,47],[122,12,76,48,"color"],[122,17,76,53],[122,19,76,54],[123,10,76,63],[124,12,76,63,"fileName"],[124,20,76,63],[124,22,76,63,"_jsxFileName"],[124,34,76,63],[125,12,76,63,"lineNumber"],[125,22,76,63],[126,12,76,63,"columnNumber"],[126,24,76,63],[127,10,76,63],[127,17,76,65],[128,8,76,66],[129,10,76,66,"fileName"],[129,18,76,66],[129,20,76,66,"_jsxFileName"],[129,32,76,66],[130,10,76,66,"lineNumber"],[130,20,76,66],[131,10,76,66,"columnNumber"],[131,22,76,66],[132,8,76,66],[132,15,77,26],[132,16,77,27],[132,31,78,8],[132,35,78,8,"_reactJsxDevRuntime"],[132,54,78,8],[132,55,78,8,"jsxDEV"],[132,61,78,8],[132,63,78,9,"_reactNative"],[132,75,78,13],[132,76,78,13,"Text"],[132,80,78,13],[133,10,78,14,"style"],[133,15,78,19],[133,17,78,21,"styles"],[133,23,78,27],[133,24,78,28,"headerTitle"],[133,35,78,40],[134,10,78,40,"children"],[134,18,78,40],[134,20,78,41],[135,8,78,56],[136,10,78,56,"fileName"],[136,18,78,56],[136,20,78,56,"_jsxFileName"],[136,32,78,56],[137,10,78,56,"lineNumber"],[137,20,78,56],[138,10,78,56,"columnNumber"],[138,22,78,56],[139,8,78,56],[139,15,78,62],[139,16,78,63],[139,31,79,8],[139,35,79,8,"_reactJsxDevRuntime"],[139,54,79,8],[139,55,79,8,"jsxDEV"],[139,61,79,8],[139,63,79,9,"_reactNative"],[139,75,79,13],[139,76,79,13,"View"],[139,80,79,13],[140,10,79,14,"style"],[140,15,79,19],[140,17,79,21],[141,12,79,23,"width"],[141,17,79,28],[141,19,79,30],[142,10,79,33],[143,8,79,35],[144,10,79,35,"fileName"],[144,18,79,35],[144,20,79,35,"_jsxFileName"],[144,32,79,35],[145,10,79,35,"lineNumber"],[145,20,79,35],[146,10,79,35,"columnNumber"],[146,22,79,35],[147,8,79,35],[147,15,79,37],[147,16,79,38],[148,6,79,38],[149,8,79,38,"fileName"],[149,16,79,38],[149,18,79,38,"_jsxFileName"],[149,30,79,38],[150,8,79,38,"lineNumber"],[150,18,79,38],[151,8,79,38,"columnNumber"],[151,20,79,38],[152,6,79,38],[152,13,80,12],[152,14,80,13],[152,29,82,6],[152,33,82,6,"_reactJsxDevRuntime"],[152,52,82,6],[152,53,82,6,"jsxDEV"],[152,59,82,6],[152,61,82,7,"_reactNative"],[152,73,82,17],[152,74,82,17,"ScrollView"],[152,84,82,17],[153,8,82,18,"contentContainerStyle"],[153,29,82,39],[153,31,82,41,"styles"],[153,37,82,47],[153,38,82,48,"scrollContent"],[153,51,82,62],[154,8,82,62,"children"],[154,16,82,62],[154,32,83,8],[154,36,83,8,"_reactJsxDevRuntime"],[154,55,83,8],[154,56,83,8,"jsxDEV"],[154,62,83,8],[154,64,83,9,"_reactNative"],[154,76,83,13],[154,77,83,13,"View"],[154,81,83,13],[155,10,83,14,"style"],[155,15,83,19],[155,17,83,21,"styles"],[155,23,83,27],[155,24,83,28,"infoBox"],[155,31,83,36],[156,10,83,36,"children"],[156,18,83,36],[156,34,84,10],[156,38,84,10,"_reactJsxDevRuntime"],[156,57,84,10],[156,58,84,10,"jsxDEV"],[156,64,84,10],[156,66,84,11,"_expoVectorIcons"],[156,82,84,19],[156,83,84,19,"Ionicons"],[156,91,84,19],[157,12,84,20,"name"],[157,16,84,24],[157,18,84,25],[157,38,84,45],[158,12,84,46,"size"],[158,16,84,50],[158,18,84,52],[158,20,84,55],[159,12,84,56,"color"],[159,17,84,61],[159,19,84,62],[160,10,84,71],[161,12,84,71,"fileName"],[161,20,84,71],[161,22,84,71,"_jsxFileName"],[161,34,84,71],[162,12,84,71,"lineNumber"],[162,22,84,71],[163,12,84,71,"columnNumber"],[163,24,84,71],[164,10,84,71],[164,17,84,73],[164,18,84,74],[164,33,85,10],[164,37,85,10,"_reactJsxDevRuntime"],[164,56,85,10],[164,57,85,10,"jsxDEV"],[164,63,85,10],[164,65,85,11,"_reactNative"],[164,77,85,15],[164,78,85,15,"Text"],[164,82,85,15],[165,12,85,16,"style"],[165,17,85,21],[165,19,85,23,"styles"],[165,25,85,29],[165,26,85,30,"infoText"],[165,34,85,39],[166,12,85,39,"children"],[166,20,85,39],[166,22,85,40],[167,10,87,10],[168,12,87,10,"fileName"],[168,20,87,10],[168,22,87,10,"_jsxFileName"],[168,34,87,10],[169,12,87,10,"lineNumber"],[169,22,87,10],[170,12,87,10,"columnNumber"],[170,24,87,10],[171,10,87,10],[171,17,87,16],[171,18,87,17],[172,8,87,17],[173,10,87,17,"fileName"],[173,18,87,17],[173,20,87,17,"_jsxFileName"],[173,32,87,17],[174,10,87,17,"lineNumber"],[174,20,87,17],[175,10,87,17,"columnNumber"],[175,22,87,17],[176,8,87,17],[176,15,88,14],[176,16,88,15],[176,31,90,8],[176,35,90,8,"_reactJsxDevRuntime"],[176,54,90,8],[176,55,90,8,"jsxDEV"],[176,61,90,8],[176,63,90,9,"_reactNative"],[176,75,90,13],[176,76,90,13,"View"],[176,80,90,13],[177,10,90,14,"style"],[177,15,90,19],[177,17,90,21,"styles"],[177,23,90,27],[177,24,90,28,"section"],[177,31,90,36],[178,10,90,36,"children"],[178,18,90,36],[178,34,91,10],[178,38,91,10,"_reactJsxDevRuntime"],[178,57,91,10],[178,58,91,10,"jsxDEV"],[178,64,91,10],[178,66,91,11,"_reactNative"],[178,78,91,15],[178,79,91,15,"Text"],[178,83,91,15],[179,12,91,16,"style"],[179,17,91,21],[179,19,91,23,"styles"],[179,25,91,29],[179,26,91,30,"label"],[179,31,91,36],[180,12,91,36,"children"],[180,20,91,36],[180,22,91,37],[181,10,91,53],[182,12,91,53,"fileName"],[182,20,91,53],[182,22,91,53,"_jsxFileName"],[182,34,91,53],[183,12,91,53,"lineNumber"],[183,22,91,53],[184,12,91,53,"columnNumber"],[184,24,91,53],[185,10,91,53],[185,17,91,59],[185,18,91,60],[185,33,92,10],[185,37,92,10,"_reactJsxDevRuntime"],[185,56,92,10],[185,57,92,10,"jsxDEV"],[185,63,92,10],[185,65,92,11,"_reactNative"],[185,77,92,15],[185,78,92,15,"View"],[185,82,92,15],[186,12,92,16,"style"],[186,17,92,21],[186,19,92,23,"styles"],[186,25,92,29],[186,26,92,30,"passwordContainer"],[186,43,92,48],[187,12,92,48,"children"],[187,20,92,48],[187,36,93,12],[187,40,93,12,"_reactJsxDevRuntime"],[187,59,93,12],[187,60,93,12,"jsxDEV"],[187,66,93,12],[187,68,93,13,"_reactNative"],[187,80,93,22],[187,81,93,22,"TextInput"],[187,90,93,22],[188,14,94,14,"style"],[188,19,94,19],[188,21,94,21,"styles"],[188,27,94,27],[188,28,94,28,"passwordInput"],[188,41,94,42],[189,14,95,14,"value"],[189,19,95,19],[189,21,95,21,"currentPassword"],[189,36,95,37],[190,14,96,14,"onChangeText"],[190,26,96,26],[190,28,96,28,"setCurrentPassword"],[190,46,96,47],[191,14,97,14,"placeholder"],[191,25,97,25],[191,27,97,26],[191,51,97,50],[192,14,98,14,"secureTextEntry"],[192,29,98,29],[192,31,98,31],[192,32,98,32,"showCurrent"],[192,43,98,44],[193,14,99,14,"autoCapitalize"],[193,28,99,28],[193,30,99,29],[194,12,99,35],[195,14,99,35,"fileName"],[195,22,99,35],[195,24,99,35,"_jsxFileName"],[195,36,99,35],[196,14,99,35,"lineNumber"],[196,24,99,35],[197,14,99,35,"columnNumber"],[197,26,99,35],[198,12,99,35],[198,19,100,13],[198,20,100,14],[198,35,101,12],[198,39,101,12,"_reactJsxDevRuntime"],[198,58,101,12],[198,59,101,12,"jsxDEV"],[198,65,101,12],[198,67,101,13,"_reactNative"],[198,79,101,29],[198,80,101,29,"TouchableOpacity"],[198,96,101,29],[199,14,102,14,"onPress"],[199,21,102,21],[199,23,102,23,"onPress"],[199,24,102,23],[199,29,102,29,"setShowCurrent"],[199,43,102,43],[199,44,102,44],[199,45,102,45,"showCurrent"],[199,56,102,56],[199,57,102,58],[200,14,103,14,"style"],[200,19,103,19],[200,21,103,21,"styles"],[200,27,103,27],[200,28,103,28,"eyeButton"],[200,37,103,38],[201,14,103,38,"children"],[201,22,103,38],[201,37,105,14],[201,41,105,14,"_reactJsxDevRuntime"],[201,60,105,14],[201,61,105,14,"jsxDEV"],[201,67,105,14],[201,69,105,15,"_expoVectorIcons"],[201,85,105,23],[201,86,105,23,"Ionicons"],[201,94,105,23],[202,16,106,16,"name"],[202,20,106,20],[202,22,106,22,"showCurrent"],[202,33,106,33],[202,36,106,36],[202,45,106,45],[202,48,106,48],[202,53,106,54],[203,16,107,16,"size"],[203,20,107,20],[203,22,107,22],[203,24,107,25],[204,16,108,16,"color"],[204,21,108,21],[204,23,108,22],[205,14,108,31],[206,16,108,31,"fileName"],[206,24,108,31],[206,26,108,31,"_jsxFileName"],[206,38,108,31],[207,16,108,31,"lineNumber"],[207,26,108,31],[208,16,108,31,"columnNumber"],[208,28,108,31],[209,14,108,31],[209,21,109,15],[210,12,109,16],[211,14,109,16,"fileName"],[211,22,109,16],[211,24,109,16,"_jsxFileName"],[211,36,109,16],[212,14,109,16,"lineNumber"],[212,24,109,16],[213,14,109,16,"columnNumber"],[213,26,109,16],[214,12,109,16],[214,19,110,30],[214,20,110,31],[215,10,110,31],[216,12,110,31,"fileName"],[216,20,110,31],[216,22,110,31,"_jsxFileName"],[216,34,110,31],[217,12,110,31,"lineNumber"],[217,22,110,31],[218,12,110,31,"columnNumber"],[218,24,110,31],[219,10,110,31],[219,17,111,16],[219,18,111,17],[220,8,111,17],[221,10,111,17,"fileName"],[221,18,111,17],[221,20,111,17,"_jsxFileName"],[221,32,111,17],[222,10,111,17,"lineNumber"],[222,20,111,17],[223,10,111,17,"columnNumber"],[223,22,111,17],[224,8,111,17],[224,15,112,14],[224,16,112,15],[224,31,114,8],[224,35,114,8,"_reactJsxDevRuntime"],[224,54,114,8],[224,55,114,8,"jsxDEV"],[224,61,114,8],[224,63,114,9,"_reactNative"],[224,75,114,13],[224,76,114,13,"View"],[224,80,114,13],[225,10,114,14,"style"],[225,15,114,19],[225,17,114,21,"styles"],[225,23,114,27],[225,24,114,28,"section"],[225,31,114,36],[226,10,114,36,"children"],[226,18,114,36],[226,34,115,10],[226,38,115,10,"_reactJsxDevRuntime"],[226,57,115,10],[226,58,115,10,"jsxDEV"],[226,64,115,10],[226,66,115,11,"_reactNative"],[226,78,115,15],[226,79,115,15,"Text"],[226,83,115,15],[227,12,115,16,"style"],[227,17,115,21],[227,19,115,23,"styles"],[227,25,115,29],[227,26,115,30,"label"],[227,31,115,36],[228,12,115,36,"children"],[228,20,115,36],[228,22,115,37],[229,10,115,49],[230,12,115,49,"fileName"],[230,20,115,49],[230,22,115,49,"_jsxFileName"],[230,34,115,49],[231,12,115,49,"lineNumber"],[231,22,115,49],[232,12,115,49,"columnNumber"],[232,24,115,49],[233,10,115,49],[233,17,115,55],[233,18,115,56],[233,33,116,10],[233,37,116,10,"_reactJsxDevRuntime"],[233,56,116,10],[233,57,116,10,"jsxDEV"],[233,63,116,10],[233,65,116,11,"_reactNative"],[233,77,116,15],[233,78,116,15,"View"],[233,82,116,15],[234,12,116,16,"style"],[234,17,116,21],[234,19,116,23,"styles"],[234,25,116,29],[234,26,116,30,"passwordContainer"],[234,43,116,48],[235,12,116,48,"children"],[235,20,116,48],[235,36,117,12],[235,40,117,12,"_reactJsxDevRuntime"],[235,59,117,12],[235,60,117,12,"jsxDEV"],[235,66,117,12],[235,68,117,13,"_reactNative"],[235,80,117,22],[235,81,117,22,"TextInput"],[235,90,117,22],[236,14,118,14,"style"],[236,19,118,19],[236,21,118,21,"styles"],[236,27,118,27],[236,28,118,28,"passwordInput"],[236,41,118,42],[237,14,119,14,"value"],[237,19,119,19],[237,21,119,21,"newPassword"],[237,32,119,33],[238,14,120,14,"onChangeText"],[238,26,120,26],[238,28,120,28,"setNewPassword"],[238,42,120,43],[239,14,121,14,"placeholder"],[239,25,121,25],[239,27,121,26],[239,47,121,46],[240,14,122,14,"secureTextEntry"],[240,29,122,29],[240,31,122,31],[240,32,122,32,"showNew"],[240,39,122,40],[241,14,123,14,"autoCapitalize"],[241,28,123,28],[241,30,123,29],[242,12,123,35],[243,14,123,35,"fileName"],[243,22,123,35],[243,24,123,35,"_jsxFileName"],[243,36,123,35],[244,14,123,35,"lineNumber"],[244,24,123,35],[245,14,123,35,"columnNumber"],[245,26,123,35],[246,12,123,35],[246,19,124,13],[246,20,124,14],[246,35,125,12],[246,39,125,12,"_reactJsxDevRuntime"],[246,58,125,12],[246,59,125,12,"jsxDEV"],[246,65,125,12],[246,67,125,13,"_reactNative"],[246,79,125,29],[246,80,125,29,"TouchableOpacity"],[246,96,125,29],[247,14,126,14,"onPress"],[247,21,126,21],[247,23,126,23,"onPress"],[247,24,126,23],[247,29,126,29,"setShowNew"],[247,39,126,39],[247,40,126,40],[247,41,126,41,"showNew"],[247,48,126,48],[247,49,126,50],[248,14,127,14,"style"],[248,19,127,19],[248,21,127,21,"styles"],[248,27,127,27],[248,28,127,28,"eyeButton"],[248,37,127,38],[249,14,127,38,"children"],[249,22,127,38],[249,37,129,14],[249,41,129,14,"_reactJsxDevRuntime"],[249,60,129,14],[249,61,129,14,"jsxDEV"],[249,67,129,14],[249,69,129,15,"_expoVectorIcons"],[249,85,129,23],[249,86,129,23,"Ionicons"],[249,94,129,23],[250,16,130,16,"name"],[250,20,130,20],[250,22,130,22,"showNew"],[250,29,130,29],[250,32,130,32],[250,41,130,41],[250,44,130,44],[250,49,130,50],[251,16,131,16,"size"],[251,20,131,20],[251,22,131,22],[251,24,131,25],[252,16,132,16,"color"],[252,21,132,21],[252,23,132,22],[253,14,132,31],[254,16,132,31,"fileName"],[254,24,132,31],[254,26,132,31,"_jsxFileName"],[254,38,132,31],[255,16,132,31,"lineNumber"],[255,26,132,31],[256,16,132,31,"columnNumber"],[256,28,132,31],[257,14,132,31],[257,21,133,15],[258,12,133,16],[259,14,133,16,"fileName"],[259,22,133,16],[259,24,133,16,"_jsxFileName"],[259,36,133,16],[260,14,133,16,"lineNumber"],[260,24,133,16],[261,14,133,16,"columnNumber"],[261,26,133,16],[262,12,133,16],[262,19,134,30],[262,20,134,31],[263,10,134,31],[264,12,134,31,"fileName"],[264,20,134,31],[264,22,134,31,"_jsxFileName"],[264,34,134,31],[265,12,134,31,"lineNumber"],[265,22,134,31],[266,12,134,31,"columnNumber"],[266,24,134,31],[267,10,134,31],[267,17,135,16],[267,18,135,17],[268,8,135,17],[269,10,135,17,"fileName"],[269,18,135,17],[269,20,135,17,"_jsxFileName"],[269,32,135,17],[270,10,135,17,"lineNumber"],[270,20,135,17],[271,10,135,17,"columnNumber"],[271,22,135,17],[272,8,135,17],[272,15,136,14],[272,16,136,15],[272,31,138,8],[272,35,138,8,"_reactJsxDevRuntime"],[272,54,138,8],[272,55,138,8,"jsxDEV"],[272,61,138,8],[272,63,138,9,"_reactNative"],[272,75,138,13],[272,76,138,13,"View"],[272,80,138,13],[273,10,138,14,"style"],[273,15,138,19],[273,17,138,21,"styles"],[273,23,138,27],[273,24,138,28,"section"],[273,31,138,36],[274,10,138,36,"children"],[274,18,138,36],[274,34,139,10],[274,38,139,10,"_reactJsxDevRuntime"],[274,57,139,10],[274,58,139,10,"jsxDEV"],[274,64,139,10],[274,66,139,11,"_reactNative"],[274,78,139,15],[274,79,139,15,"Text"],[274,83,139,15],[275,12,139,16,"style"],[275,17,139,21],[275,19,139,23,"styles"],[275,25,139,29],[275,26,139,30,"label"],[275,31,139,36],[276,12,139,36,"children"],[276,20,139,36],[276,22,139,37],[277,10,139,57],[278,12,139,57,"fileName"],[278,20,139,57],[278,22,139,57,"_jsxFileName"],[278,34,139,57],[279,12,139,57,"lineNumber"],[279,22,139,57],[280,12,139,57,"columnNumber"],[280,24,139,57],[281,10,139,57],[281,17,139,63],[281,18,139,64],[281,33,140,10],[281,37,140,10,"_reactJsxDevRuntime"],[281,56,140,10],[281,57,140,10,"jsxDEV"],[281,63,140,10],[281,65,140,11,"_reactNative"],[281,77,140,15],[281,78,140,15,"View"],[281,82,140,15],[282,12,140,16,"style"],[282,17,140,21],[282,19,140,23,"styles"],[282,25,140,29],[282,26,140,30,"passwordContainer"],[282,43,140,48],[283,12,140,48,"children"],[283,20,140,48],[283,36,141,12],[283,40,141,12,"_reactJsxDevRuntime"],[283,59,141,12],[283,60,141,12,"jsxDEV"],[283,66,141,12],[283,68,141,13,"_reactNative"],[283,80,141,22],[283,81,141,22,"TextInput"],[283,90,141,22],[284,14,142,14,"style"],[284,19,142,19],[284,21,142,21,"styles"],[284,27,142,27],[284,28,142,28,"passwordInput"],[284,41,142,42],[285,14,143,14,"value"],[285,19,143,19],[285,21,143,21,"confirmPassword"],[285,36,143,37],[286,14,144,14,"onChangeText"],[286,26,144,26],[286,28,144,28,"setConfirmPassword"],[286,46,144,47],[287,14,145,14,"placeholder"],[287,25,145,25],[287,27,145,26],[287,49,145,48],[288,14,146,14,"secureTextEntry"],[288,29,146,29],[288,31,146,31],[288,32,146,32,"showConfirm"],[288,43,146,44],[289,14,147,14,"autoCapitalize"],[289,28,147,28],[289,30,147,29],[290,12,147,35],[291,14,147,35,"fileName"],[291,22,147,35],[291,24,147,35,"_jsxFileName"],[291,36,147,35],[292,14,147,35,"lineNumber"],[292,24,147,35],[293,14,147,35,"columnNumber"],[293,26,147,35],[294,12,147,35],[294,19,148,13],[294,20,148,14],[294,35,149,12],[294,39,149,12,"_reactJsxDevRuntime"],[294,58,149,12],[294,59,149,12,"jsxDEV"],[294,65,149,12],[294,67,149,13,"_reactNative"],[294,79,149,29],[294,80,149,29,"TouchableOpacity"],[294,96,149,29],[295,14,150,14,"onPress"],[295,21,150,21],[295,23,150,23,"onPress"],[295,24,150,23],[295,29,150,29,"setShowConfirm"],[295,43,150,43],[295,44,150,44],[295,45,150,45,"showConfirm"],[295,56,150,56],[295,57,150,58],[296,14,151,14,"style"],[296,19,151,19],[296,21,151,21,"styles"],[296,27,151,27],[296,28,151,28,"eyeButton"],[296,37,151,38],[297,14,151,38,"children"],[297,22,151,38],[297,37,153,14],[297,41,153,14,"_reactJsxDevRuntime"],[297,60,153,14],[297,61,153,14,"jsxDEV"],[297,67,153,14],[297,69,153,15,"_expoVectorIcons"],[297,85,153,23],[297,86,153,23,"Ionicons"],[297,94,153,23],[298,16,154,16,"name"],[298,20,154,20],[298,22,154,22,"showConfirm"],[298,33,154,33],[298,36,154,36],[298,45,154,45],[298,48,154,48],[298,53,154,54],[299,16,155,16,"size"],[299,20,155,20],[299,22,155,22],[299,24,155,25],[300,16,156,16,"color"],[300,21,156,21],[300,23,156,22],[301,14,156,31],[302,16,156,31,"fileName"],[302,24,156,31],[302,26,156,31,"_jsxFileName"],[302,38,156,31],[303,16,156,31,"lineNumber"],[303,26,156,31],[304,16,156,31,"columnNumber"],[304,28,156,31],[305,14,156,31],[305,21,157,15],[306,12,157,16],[307,14,157,16,"fileName"],[307,22,157,16],[307,24,157,16,"_jsxFileName"],[307,36,157,16],[308,14,157,16,"lineNumber"],[308,24,157,16],[309,14,157,16,"columnNumber"],[309,26,157,16],[310,12,157,16],[310,19,158,30],[310,20,158,31],[311,10,158,31],[312,12,158,31,"fileName"],[312,20,158,31],[312,22,158,31,"_jsxFileName"],[312,34,158,31],[313,12,158,31,"lineNumber"],[313,22,158,31],[314,12,158,31,"columnNumber"],[314,24,158,31],[315,10,158,31],[315,17,159,16],[315,18,159,17],[316,8,159,17],[317,10,159,17,"fileName"],[317,18,159,17],[317,20,159,17,"_jsxFileName"],[317,32,159,17],[318,10,159,17,"lineNumber"],[318,20,159,17],[319,10,159,17,"columnNumber"],[319,22,159,17],[320,8,159,17],[320,15,160,14],[320,16,160,15],[320,31,162,8],[320,35,162,8,"_reactJsxDevRuntime"],[320,54,162,8],[320,55,162,8,"jsxDEV"],[320,61,162,8],[320,63,162,9,"_reactNative"],[320,75,162,25],[320,76,162,25,"TouchableOpacity"],[320,92,162,25],[321,10,163,10,"style"],[321,15,163,15],[321,17,163,17],[321,18,163,18,"styles"],[321,24,163,24],[321,25,163,25,"saveButton"],[321,35,163,35],[321,37,163,37,"loading"],[321,44,163,44],[321,48,163,48,"styles"],[321,54,163,54],[321,55,163,55,"saveButtonDisabled"],[321,73,163,73],[321,74,163,75],[322,10,164,10,"onPress"],[322,17,164,17],[322,19,164,19,"handleChangePassword"],[322,39,164,40],[323,10,165,10,"disabled"],[323,18,165,18],[323,20,165,20,"loading"],[323,27,165,28],[324,10,165,28,"children"],[324,18,165,28],[324,20,167,11,"loading"],[324,27,167,18],[324,43,168,12],[324,47,168,12,"_reactJsxDevRuntime"],[324,66,168,12],[324,67,168,12,"jsxDEV"],[324,73,168,12],[324,75,168,13,"_reactNative"],[324,87,168,30],[324,88,168,30,"ActivityIndicator"],[324,105,168,30],[325,12,168,31,"color"],[325,17,168,36],[325,19,168,37],[326,10,168,43],[327,12,168,43,"fileName"],[327,20,168,43],[327,22,168,43,"_jsxFileName"],[327,34,168,43],[328,12,168,43,"lineNumber"],[328,22,168,43],[329,12,168,43,"columnNumber"],[329,24,168,43],[330,10,168,43],[330,17,168,45],[330,18,168,46],[330,34,170,12],[330,38,170,12,"_reactJsxDevRuntime"],[330,57,170,12],[330,58,170,12,"jsxDEV"],[330,64,170,12],[330,66,170,13,"_reactNative"],[330,78,170,17],[330,79,170,17,"Text"],[330,83,170,17],[331,12,170,18,"style"],[331,17,170,23],[331,19,170,25,"styles"],[331,25,170,31],[331,26,170,32,"saveButtonText"],[331,40,170,47],[332,12,170,47,"children"],[332,20,170,47],[332,22,170,48],[333,10,170,63],[334,12,170,63,"fileName"],[334,20,170,63],[334,22,170,63,"_jsxFileName"],[334,34,170,63],[335,12,170,63,"lineNumber"],[335,22,170,63],[336,12,170,63,"columnNumber"],[336,24,170,63],[337,10,170,63],[337,17,170,69],[338,8,171,11],[339,10,171,11,"fileName"],[339,18,171,11],[339,20,171,11,"_jsxFileName"],[339,32,171,11],[340,10,171,11,"lineNumber"],[340,20,171,11],[341,10,171,11,"columnNumber"],[341,22,171,11],[342,8,171,11],[342,15,172,26],[342,16,172,27],[343,6,172,27],[344,8,172,27,"fileName"],[344,16,172,27],[344,18,172,27,"_jsxFileName"],[344,30,172,27],[345,8,172,27,"lineNumber"],[345,18,172,27],[346,8,172,27,"columnNumber"],[346,20,172,27],[347,6,172,27],[347,13,173,18],[347,14,173,19],[348,4,173,19],[349,6,173,19,"fileName"],[349,14,173,19],[349,16,173,19,"_jsxFileName"],[349,28,173,19],[350,6,173,19,"lineNumber"],[350,16,173,19],[351,6,173,19,"columnNumber"],[351,18,173,19],[352,4,173,19],[352,11,174,10],[352,12,174,11],[353,2,176,0],[354,2,176,1,"_s"],[354,4,176,1],[354,5,16,24,"ChangePasswordScreen"],[354,25,16,44],[355,4,16,44],[355,12,17,17,"useSafeAreaInsets"],[355,39,17,34],[355,40,17,34,"useSafeAreaInsets"],[355,57,17,34],[355,59,18,19,"useAuth"],[355,79,18,26],[355,80,18,26,"useAuth"],[355,87,18,26],[356,2,18,26],[357,2,18,26,"_c"],[357,4,18,26],[357,7,16,24,"ChangePasswordScreen"],[357,27,16,44],[358,2,178,0],[358,6,178,6,"styles"],[358,12,178,12],[358,15,178,15,"StyleSheet"],[358,27,178,25],[358,28,178,25,"StyleSheet"],[358,38,178,25],[358,39,178,26,"create"],[358,45,178,32],[358,46,178,33],[359,4,179,2,"container"],[359,13,179,11],[359,15,179,13],[360,6,180,4,"flex"],[360,10,180,8],[360,12,180,10],[360,13,180,11],[361,6,181,4,"backgroundColor"],[361,21,181,19],[361,23,181,21],[362,4,182,2],[362,5,182,3],[363,4,183,2,"header"],[363,10,183,8],[363,12,183,10],[364,6,184,4,"flexDirection"],[364,19,184,17],[364,21,184,19],[364,26,184,24],[365,6,185,4,"alignItems"],[365,16,185,14],[365,18,185,16],[365,26,185,24],[366,6,186,4,"justifyContent"],[366,20,186,18],[366,22,186,20],[366,37,186,35],[367,6,187,4,"paddingHorizontal"],[367,23,187,21],[367,25,187,23],[367,27,187,25],[368,6,188,4,"paddingVertical"],[368,21,188,19],[368,23,188,21],[368,25,188,23],[369,6,189,4,"backgroundColor"],[369,21,189,19],[369,23,189,21],[369,29,189,27],[370,6,190,4,"borderBottomWidth"],[370,23,190,21],[370,25,190,23],[370,26,190,24],[371,6,191,4,"borderBottomColor"],[371,23,191,21],[371,25,191,23],[372,4,192,2],[372,5,192,3],[373,4,193,2,"backButton"],[373,14,193,12],[373,16,193,14],[374,6,194,4,"width"],[374,11,194,9],[374,13,194,11],[374,15,194,13],[375,6,195,4,"height"],[375,12,195,10],[375,14,195,12],[375,16,195,14],[376,6,196,4,"borderRadius"],[376,18,196,16],[376,20,196,18],[376,22,196,20],[377,6,197,4,"backgroundColor"],[377,21,197,19],[377,23,197,21],[377,32,197,30],[378,6,198,4,"alignItems"],[378,16,198,14],[378,18,198,16],[378,26,198,24],[379,6,199,4,"justifyContent"],[379,20,199,18],[379,22,199,20],[380,4,200,2],[380,5,200,3],[381,4,201,2,"headerTitle"],[381,15,201,13],[381,17,201,15],[382,6,202,4,"fontSize"],[382,14,202,12],[382,16,202,14],[382,18,202,16],[383,6,203,4,"fontWeight"],[383,16,203,14],[383,18,203,16],[383,23,203,21],[384,6,204,4,"color"],[384,11,204,9],[384,13,204,11],[385,4,205,2],[385,5,205,3],[386,4,206,2,"scrollContent"],[386,17,206,15],[386,19,206,17],[387,6,207,4,"padding"],[387,13,207,11],[387,15,207,13],[387,17,207,15],[388,6,208,4,"paddingBottom"],[388,19,208,17],[388,21,208,19],[389,4,209,2],[389,5,209,3],[390,4,210,2,"infoBox"],[390,11,210,9],[390,13,210,11],[391,6,211,4,"flexDirection"],[391,19,211,17],[391,21,211,19],[391,26,211,24],[392,6,212,4,"alignItems"],[392,16,212,14],[392,18,212,16],[392,26,212,24],[393,6,213,4,"backgroundColor"],[393,21,213,19],[393,23,213,21],[393,32,213,30],[394,6,214,4,"padding"],[394,13,214,11],[394,15,214,13],[394,17,214,15],[395,6,215,4,"borderRadius"],[395,18,215,16],[395,20,215,18],[395,21,215,19],[396,6,216,4,"marginBottom"],[396,18,216,16],[396,20,216,18],[397,4,217,2],[397,5,217,3],[398,4,218,2,"infoText"],[398,12,218,10],[398,14,218,12],[399,6,219,4,"fontSize"],[399,14,219,12],[399,16,219,14],[399,18,219,16],[400,6,220,4,"color"],[400,11,220,9],[400,13,220,11],[400,22,220,20],[401,6,221,4,"marginLeft"],[401,16,221,14],[401,18,221,16],[401,19,221,17],[402,6,222,4,"flex"],[402,10,222,8],[402,12,222,10],[403,4,223,2],[403,5,223,3],[404,4,224,2,"section"],[404,11,224,9],[404,13,224,11],[405,6,225,4,"marginBottom"],[405,18,225,16],[405,20,225,18],[406,4,226,2],[406,5,226,3],[407,4,227,2,"label"],[407,9,227,7],[407,11,227,9],[408,6,228,4,"fontSize"],[408,14,228,12],[408,16,228,14],[408,18,228,16],[409,6,229,4,"fontWeight"],[409,16,229,14],[409,18,229,16],[409,23,229,21],[410,6,230,4,"color"],[410,11,230,9],[410,13,230,11],[410,22,230,20],[411,6,231,4,"marginBottom"],[411,18,231,16],[411,20,231,18],[412,4,232,2],[412,5,232,3],[413,4,233,2,"passwordContainer"],[413,21,233,19],[413,23,233,21],[414,6,234,4,"flexDirection"],[414,19,234,17],[414,21,234,19],[414,26,234,24],[415,6,235,4,"alignItems"],[415,16,235,14],[415,18,235,16],[415,26,235,24],[416,6,236,4,"backgroundColor"],[416,21,236,19],[416,23,236,21],[416,29,236,27],[417,6,237,4,"borderRadius"],[417,18,237,16],[417,20,237,18],[417,22,237,20],[418,6,238,4,"borderWidth"],[418,17,238,15],[418,19,238,17],[418,20,238,18],[419,6,239,4,"borderColor"],[419,17,239,15],[419,19,239,17],[420,4,240,2],[420,5,240,3],[421,4,241,2,"passwordInput"],[421,17,241,15],[421,19,241,17],[422,6,242,4,"flex"],[422,10,242,8],[422,12,242,10],[422,13,242,11],[423,6,243,4,"padding"],[423,13,243,11],[423,15,243,13],[423,17,243,15],[424,6,244,4,"fontSize"],[424,14,244,12],[424,16,244,14],[425,4,245,2],[425,5,245,3],[426,4,246,2,"eyeButton"],[426,13,246,11],[426,15,246,13],[427,6,247,4,"padding"],[427,13,247,11],[427,15,247,13],[428,4,248,2],[428,5,248,3],[429,4,249,2,"saveButton"],[429,14,249,12],[429,16,249,14],[430,6,250,4,"backgroundColor"],[430,21,250,19],[430,23,250,21],[430,32,250,30],[431,6,251,4,"padding"],[431,13,251,11],[431,15,251,13],[431,17,251,15],[432,6,252,4,"borderRadius"],[432,18,252,16],[432,20,252,18],[432,22,252,20],[433,6,253,4,"alignItems"],[433,16,253,14],[433,18,253,16],[433,26,253,24],[434,6,254,4,"marginTop"],[434,15,254,13],[434,17,254,15],[435,4,255,2],[435,5,255,3],[436,4,256,2,"saveButtonDisabled"],[436,22,256,20],[436,24,256,22],[437,6,257,4,"opacity"],[437,13,257,11],[437,15,257,13],[438,4,258,2],[438,5,258,3],[439,4,259,2,"saveButtonText"],[439,18,259,16],[439,20,259,18],[440,6,260,4,"fontSize"],[440,14,260,12],[440,16,260,14],[440,18,260,16],[441,6,261,4,"fontWeight"],[441,16,261,14],[441,18,261,16],[441,23,261,21],[442,6,262,4,"color"],[442,11,262,9],[442,13,262,11],[443,4,263,2],[444,2,264,0],[444,3,264,1],[444,4,264,2],[445,2,264,3],[445,6,264,3,"_c"],[445,8,264,3],[446,2,264,3,"$RefreshReg$"],[446,14,264,3],[446,15,264,3,"_c"],[446,17,264,3],[447,0,264,3],[447,3]],"functionMap":{"names":["","ChangePasswordScreen","handleChangePassword","onPress","TouchableOpacity.props.onPress"],"mappings":"AAA;eCe;+BCW;iCCiC,yBD;GDU;mCGK,yBH;uBG2B,kCH;uBGwB,0BH;uBGwB,kCH;CD0B"},"hasCjsExports":false},"type":"js/module"}]}
\ No newline at end of file
diff --git a/frontend/.metro-cache/cache/b0/0dd156a34788a8b7a66c21637b078653dab8db817d63ce2f6e7d4ba247b69bf54cc614 b/frontend/.metro-cache/cache/b0/0dd156a34788a8b7a66c21637b078653dab8db817d63ce2f6e7d4ba247b69bf54cc614
index f627480f..95c6048a 100644
--- a/frontend/.metro-cache/cache/b0/0dd156a34788a8b7a66c21637b078653dab8db817d63ce2f6e7d4ba247b69bf54cc614
+++ b/frontend/.metro-cache/cache/b0/0dd156a34788a8b7a66c21637b078653dab8db817d63ce2f6e7d4ba247b69bf54cc614
@@ -1 +1 @@
-{"dependencies":[{"name":"@babel/runtime/helpers/asyncToGenerator","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"YisBBiy2Xm9DEVdFebZ2nbgAHBo=","exportNames":["*"],"imports":1}},{"name":"@babel/runtime/helpers/slicedToArray","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"5y7e5+zC7teYEEC6niD9f5zII1M=","exportNames":["*"],"imports":1}},{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":51,"index":51}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react-native","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":52},"end":{"line":12,"column":22,"index":203}}],"key":"KyzuX10g6ixS9UfynhmjlvCIG3g=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0,"index":204},"end":{"line":13,"column":46,"index":250}}],"key":"ow7vkrqkIckRjlSi/+MhMmRYtUE=","exportNames":["*"],"imports":1}},{"name":"react-native-safe-area-context","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":14,"column":0,"index":251},"end":{"line":14,"column":67,"index":318}}],"key":"XjdTKvCUWX6CbQzg5fSDHG/WgHk=","exportNames":["*"],"imports":1}},{"name":"../contexts/AuthContext","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":15,"column":0,"index":319},"end":{"line":15,"column":50,"index":369}}],"key":"oNCgyH4yx4pAIVZXLqqRGB2kuCY=","exportNames":["*"],"imports":1}},{"name":"../config/api","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":16,"column":0,"index":370},"end":{"line":16,"column":46,"index":416}}],"key":"V94urzZZSfzzXHrNxWFShT8IuQo=","exportNames":["*"],"imports":1}},{"name":"react/jsx-dev-runtime","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"L9D70Z4hi4aGuui1ysja/oQ5ytI=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n var _jsxFileName = \"/app/frontend/src/screens/WalletAddressScreen.tsx\",\n _s = $RefreshSig$();\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return WalletAddressScreen;\n }\n });\n var _babelRuntimeHelpersAsyncToGenerator = require(_dependencyMap[0], \"@babel/runtime/helpers/asyncToGenerator\");\n var _asyncToGenerator = _interopDefault(_babelRuntimeHelpersAsyncToGenerator);\n var _babelRuntimeHelpersSlicedToArray = require(_dependencyMap[1], \"@babel/runtime/helpers/slicedToArray\");\n var _slicedToArray = _interopDefault(_babelRuntimeHelpersSlicedToArray);\n var _react = require(_dependencyMap[2], \"react\");\n var _reactNative = require(_dependencyMap[3], \"react-native\");\n var _expoVectorIcons = require(_dependencyMap[4], \"@expo/vector-icons\");\n var _reactNativeSafeAreaContext = require(_dependencyMap[5], \"react-native-safe-area-context\");\n var _contextsAuthContext = require(_dependencyMap[6], \"../contexts/AuthContext\");\n var _configApi = require(_dependencyMap[7], \"../config/api\");\n var _reactJsxDevRuntime = require(_dependencyMap[8], \"react/jsx-dev-runtime\");\n function WalletAddressScreen(_ref) {\n _s();\n var navigation = _ref.navigation;\n var insets = (0, _reactNativeSafeAreaContext.useSafeAreaInsets)();\n var _useAuth = (0, _contextsAuthContext.useAuth)(),\n user = _useAuth.user;\n var _useState = (0, _react.useState)(false),\n _useState2 = (0, _slicedToArray.default)(_useState, 2),\n loading = _useState2[0],\n setLoading = _useState2[1];\n var _useState3 = (0, _react.useState)(''),\n _useState4 = (0, _slicedToArray.default)(_useState3, 2),\n walletAddress = _useState4[0],\n setWalletAddress = _useState4[1];\n var _useState5 = (0, _react.useState)(false),\n _useState6 = (0, _slicedToArray.default)(_useState5, 2),\n isEditing = _useState6[0],\n setIsEditing = _useState6[1];\n (0, _react.useEffect)(() => {\n loadWalletAddress();\n }, []);\n var loadWalletAddress = /*#__PURE__*/function () {\n var _ref2 = (0, _asyncToGenerator.default)(function* () {\n try {\n var response = yield fetch(`${_configApi.API_ENDPOINTS.AUTH_USER(user?.user_id || '')}`);\n if (response.ok) {\n var data = yield response.json();\n setWalletAddress(data.wallet_address || '');\n }\n } catch (error) {\n console.error('Error loading wallet address:', error);\n }\n });\n return function loadWalletAddress() {\n return _ref2.apply(this, arguments);\n };\n }();\n var handleSave = /*#__PURE__*/function () {\n var _ref3 = (0, _asyncToGenerator.default)(function* () {\n if (!walletAddress.trim()) {\n _reactNative.Alert.alert('Error', 'Wallet address cannot be empty');\n return;\n }\n setLoading(true);\n try {\n var backendUrl = \"https://digital-kurdistan.preview.emergentagent.com\" || 'http://localhost:8001';\n var response = yield fetch(`${backendUrl}/api/auth/profile`, {\n method: 'PUT',\n headers: {\n 'Content-Type': 'application/json'\n },\n body: JSON.stringify({\n user_id: user?.user_id,\n wallet_address: walletAddress\n })\n });\n if (response.ok) {\n _reactNative.Alert.alert('Success', 'Wallet address updated successfully!');\n setIsEditing(false);\n } else {\n _reactNative.Alert.alert('Error', 'Failed to update wallet address');\n }\n } catch (error) {\n _reactNative.Alert.alert('Error', 'Network error occurred');\n } finally {\n setLoading(false);\n }\n });\n return function handleSave() {\n return _ref3.apply(this, arguments);\n };\n }();\n var copyToClipboard = () => {\n _reactNative.Clipboard.setString(walletAddress);\n _reactNative.Alert.alert('Copied', 'Wallet address copied to clipboard');\n };\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: [styles.container, {\n paddingTop: insets.top\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.header,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n onPress: () => navigation.goBack(),\n style: styles.backButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"arrow-back\",\n size: 24,\n color: \"#1F2937\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 83,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 82,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.headerTitle,\n children: \"Wallet Address\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 85,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: {\n width: 40\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 86,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 81,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.ScrollView, {\n contentContainerStyle: styles.scrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.infoBox,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"information-circle\",\n size: 20,\n color: \"#3B82F6\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 91,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.infoText,\n children: \"Your wallet address is used to receive HEZ and PEZ tokens. Make sure it's correct.\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 92,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 90,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.label,\n children: \"Wallet Address\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 98,\n columnNumber: 11\n }, this), isEditing ? /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TextInput, {\n style: styles.input,\n value: walletAddress,\n onChangeText: setWalletAddress,\n placeholder: \"Enter wallet address\",\n autoCapitalize: \"none\",\n multiline: true\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 100,\n columnNumber: 13\n }, this) : /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.addressContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.addressText,\n numberOfLines: 3,\n children: walletAddress || 'No wallet address set'\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 110,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n onPress: copyToClipboard,\n style: styles.copyButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"copy-outline\",\n size: 20,\n color: \"#EE2A35\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 114,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 113,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 109,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 97,\n columnNumber: 9\n }, this), isEditing ? /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.buttonRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: [styles.button, styles.cancelButton],\n onPress: () => {\n setIsEditing(false);\n loadWalletAddress();\n },\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.cancelButtonText,\n children: \"Cancel\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 129,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 122,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: [styles.button, styles.saveButton, loading && styles.saveButtonDisabled],\n onPress: handleSave,\n disabled: loading,\n children: loading ? /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.ActivityIndicator, {\n color: \"#FFF\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 137,\n columnNumber: 17\n }, this) : /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.saveButtonText,\n children: \"Save\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 139,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 131,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 121,\n columnNumber: 11\n }, this) : /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.editButton,\n onPress: () => setIsEditing(true),\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"create-outline\",\n size: 20,\n color: \"#FFF\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 148,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.editButtonText,\n children: \"Edit Wallet Address\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 149,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 144,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 89,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 80,\n columnNumber: 5\n }, this);\n }\n _s(WalletAddressScreen, \"mDGXAGe+8pM6xkIporQvf7mJSKM=\", false, function () {\n return [_reactNativeSafeAreaContext.useSafeAreaInsets, _contextsAuthContext.useAuth];\n });\n _c = WalletAddressScreen;\n var styles = _reactNative.StyleSheet.create({\n container: {\n flex: 1,\n backgroundColor: '#F8F9FA'\n },\n header: {\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'space-between',\n paddingHorizontal: 16,\n paddingVertical: 16,\n backgroundColor: '#FFF',\n borderBottomWidth: 1,\n borderBottomColor: '#E5E7EB'\n },\n backButton: {\n width: 40,\n height: 40,\n borderRadius: 20,\n backgroundColor: '#F3F4F6',\n alignItems: 'center',\n justifyContent: 'center'\n },\n headerTitle: {\n fontSize: 18,\n fontWeight: '700',\n color: '#1F2937'\n },\n scrollContent: {\n padding: 16,\n paddingBottom: 80\n },\n infoBox: {\n flexDirection: 'row',\n alignItems: 'center',\n backgroundColor: '#DBEAFE',\n padding: 12,\n borderRadius: 8,\n marginBottom: 24\n },\n infoText: {\n fontSize: 14,\n color: '#1E40AF',\n marginLeft: 8,\n flex: 1\n },\n section: {\n marginBottom: 20\n },\n label: {\n fontSize: 14,\n fontWeight: '600',\n color: '#374151',\n marginBottom: 8\n },\n input: {\n backgroundColor: '#FFF',\n padding: 16,\n borderRadius: 12,\n fontSize: 14,\n borderWidth: 1,\n borderColor: '#E5E7EB',\n minHeight: 80,\n textAlignVertical: 'top'\n },\n addressContainer: {\n flexDirection: 'row',\n alignItems: 'center',\n backgroundColor: '#FFF',\n padding: 16,\n borderRadius: 12,\n borderWidth: 1,\n borderColor: '#E5E7EB'\n },\n addressText: {\n flex: 1,\n fontSize: 14,\n color: '#374151',\n fontFamily: 'monospace'\n },\n copyButton: {\n padding: 8,\n marginLeft: 8\n },\n buttonRow: {\n flexDirection: 'row',\n gap: 12,\n marginTop: 24\n },\n button: {\n flex: 1,\n padding: 16,\n borderRadius: 12,\n alignItems: 'center'\n },\n cancelButton: {\n backgroundColor: '#F3F4F6'\n },\n cancelButtonText: {\n fontSize: 16,\n fontWeight: '600',\n color: '#6B7280'\n },\n saveButton: {\n backgroundColor: '#EE2A35'\n },\n saveButtonDisabled: {\n opacity: 0.6\n },\n saveButtonText: {\n fontSize: 16,\n fontWeight: '600',\n color: '#FFF'\n },\n editButton: {\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'center',\n backgroundColor: '#EE2A35',\n padding: 16,\n borderRadius: 12,\n marginTop: 24\n },\n editButtonText: {\n fontSize: 16,\n fontWeight: '600',\n color: '#FFF',\n marginLeft: 8\n }\n });\n var _c;\n $RefreshReg$(_c, \"WalletAddressScreen\");\n});","lineCount":447,"map":[[14,2,18,15,"Object"],[14,8,18,15],[14,9,18,15,"defineProperty"],[14,23,18,15],[14,24,18,15,"exports"],[14,31,18,15],[15,4,18,15,"enumerable"],[15,14,18,15],[16,4,18,15,"get"],[16,7,18,15],[16,18,18,15,"get"],[16,19,18,15],[17,6,18,15],[17,13,18,15,"WalletAddressScreen"],[17,32,18,15],[18,4,18,15],[19,2,18,15],[20,2,155,1],[20,6,155,1,"_babelRuntimeHelpersAsyncToGenerator"],[20,42,155,1],[20,45,155,1,"require"],[20,52,155,1],[20,53,155,1,"_dependencyMap"],[20,67,155,1],[21,2,155,1],[21,6,155,1,"_asyncToGenerator"],[21,23,155,1],[21,26,155,1,"_interopDefault"],[21,41,155,1],[21,42,155,1,"_babelRuntimeHelpersAsyncToGenerator"],[21,78,155,1],[22,2,155,1],[22,6,155,1,"_babelRuntimeHelpersSlicedToArray"],[22,39,155,1],[22,42,155,1,"require"],[22,49,155,1],[22,50,155,1,"_dependencyMap"],[22,64,155,1],[23,2,155,1],[23,6,155,1,"_slicedToArray"],[23,20,155,1],[23,23,155,1,"_interopDefault"],[23,38,155,1],[23,39,155,1,"_babelRuntimeHelpersSlicedToArray"],[23,72,155,1],[24,2,1,0],[24,6,1,0,"_react"],[24,12,1,0],[24,15,1,0,"require"],[24,22,1,0],[24,23,1,0,"_dependencyMap"],[24,37,1,0],[25,2,2,0],[25,6,2,0,"_reactNative"],[25,18,2,0],[25,21,2,0,"require"],[25,28,2,0],[25,29,2,0,"_dependencyMap"],[25,43,2,0],[26,2,13,0],[26,6,13,0,"_expoVectorIcons"],[26,22,13,0],[26,25,13,0,"require"],[26,32,13,0],[26,33,13,0,"_dependencyMap"],[26,47,13,0],[27,2,14,0],[27,6,14,0,"_reactNativeSafeAreaContext"],[27,33,14,0],[27,36,14,0,"require"],[27,43,14,0],[27,44,14,0,"_dependencyMap"],[27,58,14,0],[28,2,15,0],[28,6,15,0,"_contextsAuthContext"],[28,26,15,0],[28,29,15,0,"require"],[28,36,15,0],[28,37,15,0,"_dependencyMap"],[28,51,15,0],[29,2,16,0],[29,6,16,0,"_configApi"],[29,16,16,0],[29,19,16,0,"require"],[29,26,16,0],[29,27,16,0,"_dependencyMap"],[29,41,16,0],[30,2,16,46],[30,6,16,46,"_reactJsxDevRuntime"],[30,25,16,46],[30,28,16,46,"require"],[30,35,16,46],[30,36,16,46,"_dependencyMap"],[30,50,16,46],[31,2,18,15],[31,11,18,24,"WalletAddressScreen"],[31,30,18,43,"WalletAddressScreen"],[31,31,18,43,"_ref"],[31,35,18,43],[31,37,18,65],[32,4,18,65,"_s"],[32,6,18,65],[33,4,18,65],[33,8,18,46,"navigation"],[33,18,18,56],[33,21,18,56,"_ref"],[33,25,18,56],[33,26,18,46,"navigation"],[33,36,18,56],[34,4,19,2],[34,8,19,8,"insets"],[34,14,19,14],[34,17,19,17],[34,21,19,17,"useSafeAreaInsets"],[34,48,19,34],[34,49,19,34,"useSafeAreaInsets"],[34,66,19,34],[34,68,19,35],[34,69,19,36],[35,4,20,2],[35,8,20,2,"_useAuth"],[35,16,20,2],[35,19,20,19],[35,23,20,19,"useAuth"],[35,43,20,26],[35,44,20,26,"useAuth"],[35,51,20,26],[35,53,20,27],[35,54,20,28],[36,6,20,10,"user"],[36,10,20,14],[36,13,20,14,"_useAuth"],[36,21,20,14],[36,22,20,10,"user"],[36,26,20,14],[37,4,21,2],[37,8,21,2,"_useState"],[37,17,21,2],[37,20,21,32],[37,24,21,32,"useState"],[37,30,21,40],[37,31,21,40,"useState"],[37,39,21,40],[37,41,21,41],[37,46,21,46],[37,47,21,47],[38,6,21,47,"_useState2"],[38,16,21,47],[38,23,21,47,"_slicedToArray"],[38,37,21,47],[38,38,21,47,"default"],[38,45,21,47],[38,47,21,47,"_useState"],[38,56,21,47],[39,6,21,9,"loading"],[39,13,21,16],[39,16,21,16,"_useState2"],[39,26,21,16],[40,6,21,18,"setLoading"],[40,16,21,28],[40,19,21,28,"_useState2"],[40,29,21,28],[41,4,22,2],[41,8,22,2,"_useState3"],[41,18,22,2],[41,21,22,44],[41,25,22,44,"useState"],[41,31,22,52],[41,32,22,52,"useState"],[41,40,22,52],[41,42,22,53],[41,44,22,55],[41,45,22,56],[42,6,22,56,"_useState4"],[42,16,22,56],[42,23,22,56,"_slicedToArray"],[42,37,22,56],[42,38,22,56,"default"],[42,45,22,56],[42,47,22,56,"_useState3"],[42,57,22,56],[43,6,22,9,"walletAddress"],[43,19,22,22],[43,22,22,22,"_useState4"],[43,32,22,22],[44,6,22,24,"setWalletAddress"],[44,22,22,40],[44,25,22,40,"_useState4"],[44,35,22,40],[45,4,23,2],[45,8,23,2,"_useState5"],[45,18,23,2],[45,21,23,36],[45,25,23,36,"useState"],[45,31,23,44],[45,32,23,44,"useState"],[45,40,23,44],[45,42,23,45],[45,47,23,50],[45,48,23,51],[46,6,23,51,"_useState6"],[46,16,23,51],[46,23,23,51,"_slicedToArray"],[46,37,23,51],[46,38,23,51,"default"],[46,45,23,51],[46,47,23,51,"_useState5"],[46,57,23,51],[47,6,23,9,"isEditing"],[47,15,23,18],[47,18,23,18,"_useState6"],[47,28,23,18],[48,6,23,20,"setIsEditing"],[48,18,23,32],[48,21,23,32,"_useState6"],[48,31,23,32],[49,4,25,2],[49,8,25,2,"useEffect"],[49,14,25,11],[49,15,25,11,"useEffect"],[49,24,25,11],[49,26,25,12],[49,32,25,18],[50,6,26,4,"loadWalletAddress"],[50,23,26,21],[50,24,26,22],[50,25,26,23],[51,4,27,2],[51,5,27,3],[51,7,27,5],[51,9,27,7],[51,10,27,8],[52,4,29,2],[52,8,29,8,"loadWalletAddress"],[52,25,29,25],[53,6,29,25],[53,10,29,25,"_ref2"],[53,15,29,25],[53,22,29,25,"_asyncToGenerator"],[53,39,29,25],[53,40,29,25,"default"],[53,47,29,25],[53,49,29,28],[53,62,29,40],[54,8,30,4],[54,12,30,8],[55,10,31,6],[55,14,31,12,"response"],[55,22,31,20],[55,31,31,29,"fetch"],[55,36,31,34],[55,37,31,35],[55,40,31,38,"API_ENDPOINTS"],[55,50,31,51],[55,51,31,51,"API_ENDPOINTS"],[55,64,31,51],[55,65,31,52,"AUTH_USER"],[55,74,31,61],[55,75,31,62,"user"],[55,79,31,66],[55,81,31,68,"user_id"],[55,88,31,75],[55,92,31,79],[55,94,31,81],[55,95,31,82],[55,97,31,84],[55,98,31,85],[56,10,32,6],[56,14,32,10,"response"],[56,22,32,18],[56,23,32,19,"ok"],[56,25,32,21],[56,27,32,23],[57,12,33,8],[57,16,33,14,"data"],[57,20,33,18],[57,29,33,27,"response"],[57,37,33,35],[57,38,33,36,"json"],[57,42,33,40],[57,43,33,41],[57,44,33,42],[58,12,34,8,"setWalletAddress"],[58,28,34,24],[58,29,34,25,"data"],[58,33,34,29],[58,34,34,30,"wallet_address"],[58,48,34,44],[58,52,34,48],[58,54,34,50],[58,55,34,51],[59,10,35,6],[60,8,36,4],[60,9,36,5],[60,10,36,6],[60,17,36,13,"error"],[60,22,36,18],[60,24,36,20],[61,10,37,6,"console"],[61,17,37,13],[61,18,37,14,"error"],[61,23,37,19],[61,24,37,20],[61,55,37,51],[61,57,37,53,"error"],[61,62,37,58],[61,63,37,59],[62,8,38,4],[63,6,39,2],[63,7,39,3],[64,6,39,3],[64,22,29,8,"loadWalletAddress"],[64,39,29,25,"loadWalletAddress"],[64,40,29,25],[65,8,29,25],[65,15,29,25,"_ref2"],[65,20,29,25],[65,21,29,25,"apply"],[65,26,29,25],[65,33,29,25,"arguments"],[65,42,29,25],[66,6,29,25],[67,4,29,25],[67,7,39,3],[68,4,41,2],[68,8,41,8,"handleSave"],[68,18,41,18],[69,6,41,18],[69,10,41,18,"_ref3"],[69,15,41,18],[69,22,41,18,"_asyncToGenerator"],[69,39,41,18],[69,40,41,18,"default"],[69,47,41,18],[69,49,41,21],[69,62,41,33],[70,8,42,4],[70,12,42,8],[70,13,42,9,"walletAddress"],[70,26,42,22],[70,27,42,23,"trim"],[70,31,42,27],[70,32,42,28],[70,33,42,29],[70,35,42,31],[71,10,43,6,"Alert"],[71,22,43,11],[71,23,43,11,"Alert"],[71,28,43,11],[71,29,43,12,"alert"],[71,34,43,17],[71,35,43,18],[71,42,43,25],[71,44,43,27],[71,76,43,59],[71,77,43,60],[72,10,44,6],[73,8,45,4],[74,8,47,4,"setLoading"],[74,18,47,14],[74,19,47,15],[74,23,47,19],[74,24,47,20],[75,8,48,4],[75,12,48,8],[76,10,49,6],[76,14,49,12,"backendUrl"],[76,24,49,22],[76,27,49,25],[76,84,49,64],[76,107,49,87],[77,10,50,6],[77,14,50,12,"response"],[77,22,50,20],[77,31,50,29,"fetch"],[77,36,50,34],[77,37,50,35],[77,40,50,38,"backendUrl"],[77,50,50,48],[77,69,50,67],[77,71,50,69],[78,12,51,8,"method"],[78,18,51,14],[78,20,51,16],[78,25,51,21],[79,12,52,8,"headers"],[79,19,52,15],[79,21,52,17],[80,14,53,10],[80,28,53,24],[80,30,53,26],[81,12,54,8],[81,13,54,9],[82,12,55,8,"body"],[82,16,55,12],[82,18,55,14,"JSON"],[82,22,55,18],[82,23,55,19,"stringify"],[82,32,55,28],[82,33,55,29],[83,14,56,10,"user_id"],[83,21,56,17],[83,23,56,19,"user"],[83,27,56,23],[83,29,56,25,"user_id"],[83,36,56,32],[84,14,57,10,"wallet_address"],[84,28,57,24],[84,30,57,26,"walletAddress"],[85,12,58,8],[85,13,58,9],[86,10,59,6],[86,11,59,7],[86,12,59,8],[87,10,61,6],[87,14,61,10,"response"],[87,22,61,18],[87,23,61,19,"ok"],[87,25,61,21],[87,27,61,23],[88,12,62,8,"Alert"],[88,24,62,13],[88,25,62,13,"Alert"],[88,30,62,13],[88,31,62,14,"alert"],[88,36,62,19],[88,37,62,20],[88,46,62,29],[88,48,62,31],[88,86,62,69],[88,87,62,70],[89,12,63,8,"setIsEditing"],[89,24,63,20],[89,25,63,21],[89,30,63,26],[89,31,63,27],[90,10,64,6],[90,11,64,7],[90,17,64,13],[91,12,65,8,"Alert"],[91,24,65,13],[91,25,65,13,"Alert"],[91,30,65,13],[91,31,65,14,"alert"],[91,36,65,19],[91,37,65,20],[91,44,65,27],[91,46,65,29],[91,79,65,62],[91,80,65,63],[92,10,66,6],[93,8,67,4],[93,9,67,5],[93,10,67,6],[93,17,67,13,"error"],[93,22,67,18],[93,24,67,20],[94,10,68,6,"Alert"],[94,22,68,11],[94,23,68,11,"Alert"],[94,28,68,11],[94,29,68,12,"alert"],[94,34,68,17],[94,35,68,18],[94,42,68,25],[94,44,68,27],[94,68,68,51],[94,69,68,52],[95,8,69,4],[95,9,69,5],[95,18,69,14],[96,10,70,6,"setLoading"],[96,20,70,16],[96,21,70,17],[96,26,70,22],[96,27,70,23],[97,8,71,4],[98,6,72,2],[98,7,72,3],[99,6,72,3],[99,22,41,8,"handleSave"],[99,32,41,18,"handleSave"],[99,33,41,18],[100,8,41,18],[100,15,41,18,"_ref3"],[100,20,41,18],[100,21,41,18,"apply"],[100,26,41,18],[100,33,41,18,"arguments"],[100,42,41,18],[101,6,41,18],[102,4,41,18],[102,7,72,3],[103,4,74,2],[103,8,74,8,"copyToClipboard"],[103,23,74,23],[103,26,74,26,"copyToClipboard"],[103,27,74,26],[103,32,74,32],[104,6,75,4,"Clipboard"],[104,18,75,13],[104,19,75,13,"Clipboard"],[104,28,75,13],[104,29,75,14,"setString"],[104,38,75,23],[104,39,75,24,"walletAddress"],[104,52,75,37],[104,53,75,38],[105,6,76,4,"Alert"],[105,18,76,9],[105,19,76,9,"Alert"],[105,24,76,9],[105,25,76,10,"alert"],[105,30,76,15],[105,31,76,16],[105,39,76,24],[105,41,76,26],[105,77,76,62],[105,78,76,63],[106,4,77,2],[106,5,77,3],[107,4,79,2],[107,24,80,4],[107,28,80,4,"_reactJsxDevRuntime"],[107,47,80,4],[107,48,80,4,"jsxDEV"],[107,54,80,4],[107,56,80,5,"_reactNative"],[107,68,80,9],[107,69,80,9,"View"],[107,73,80,9],[108,6,80,10,"style"],[108,11,80,15],[108,13,80,17],[108,14,80,18,"styles"],[108,20,80,24],[108,21,80,25,"container"],[108,30,80,34],[108,32,80,36],[109,8,80,38,"paddingTop"],[109,18,80,48],[109,20,80,50,"insets"],[109,26,80,56],[109,27,80,57,"top"],[110,6,80,61],[110,7,80,62],[110,8,80,64],[111,6,80,64,"children"],[111,14,80,64],[111,30,81,6],[111,34,81,6,"_reactJsxDevRuntime"],[111,53,81,6],[111,54,81,6,"jsxDEV"],[111,60,81,6],[111,62,81,7,"_reactNative"],[111,74,81,11],[111,75,81,11,"View"],[111,79,81,11],[112,8,81,12,"style"],[112,13,81,17],[112,15,81,19,"styles"],[112,21,81,25],[112,22,81,26,"header"],[112,28,81,33],[113,8,81,33,"children"],[113,16,81,33],[113,32,82,8],[113,36,82,8,"_reactJsxDevRuntime"],[113,55,82,8],[113,56,82,8,"jsxDEV"],[113,62,82,8],[113,64,82,9,"_reactNative"],[113,76,82,25],[113,77,82,25,"TouchableOpacity"],[113,93,82,25],[114,10,82,26,"onPress"],[114,17,82,33],[114,19,82,35,"onPress"],[114,20,82,35],[114,25,82,41,"navigation"],[114,35,82,51],[114,36,82,52,"goBack"],[114,42,82,58],[114,43,82,59],[114,44,82,61],[115,10,82,62,"style"],[115,15,82,67],[115,17,82,69,"styles"],[115,23,82,75],[115,24,82,76,"backButton"],[115,34,82,87],[116,10,82,87,"children"],[116,18,82,87],[116,33,83,10],[116,37,83,10,"_reactJsxDevRuntime"],[116,56,83,10],[116,57,83,10,"jsxDEV"],[116,63,83,10],[116,65,83,11,"_expoVectorIcons"],[116,81,83,19],[116,82,83,19,"Ionicons"],[116,90,83,19],[117,12,83,20,"name"],[117,16,83,24],[117,18,83,25],[117,30,83,37],[118,12,83,38,"size"],[118,16,83,42],[118,18,83,44],[118,20,83,47],[119,12,83,48,"color"],[119,17,83,53],[119,19,83,54],[120,10,83,63],[121,12,83,63,"fileName"],[121,20,83,63],[121,22,83,63,"_jsxFileName"],[121,34,83,63],[122,12,83,63,"lineNumber"],[122,22,83,63],[123,12,83,63,"columnNumber"],[123,24,83,63],[124,10,83,63],[124,17,83,65],[125,8,83,66],[126,10,83,66,"fileName"],[126,18,83,66],[126,20,83,66,"_jsxFileName"],[126,32,83,66],[127,10,83,66,"lineNumber"],[127,20,83,66],[128,10,83,66,"columnNumber"],[128,22,83,66],[129,8,83,66],[129,15,84,26],[129,16,84,27],[129,31,85,8],[129,35,85,8,"_reactJsxDevRuntime"],[129,54,85,8],[129,55,85,8,"jsxDEV"],[129,61,85,8],[129,63,85,9,"_reactNative"],[129,75,85,13],[129,76,85,13,"Text"],[129,80,85,13],[130,10,85,14,"style"],[130,15,85,19],[130,17,85,21,"styles"],[130,23,85,27],[130,24,85,28,"headerTitle"],[130,35,85,40],[131,10,85,40,"children"],[131,18,85,40],[131,20,85,41],[132,8,85,55],[133,10,85,55,"fileName"],[133,18,85,55],[133,20,85,55,"_jsxFileName"],[133,32,85,55],[134,10,85,55,"lineNumber"],[134,20,85,55],[135,10,85,55,"columnNumber"],[135,22,85,55],[136,8,85,55],[136,15,85,61],[136,16,85,62],[136,31,86,8],[136,35,86,8,"_reactJsxDevRuntime"],[136,54,86,8],[136,55,86,8,"jsxDEV"],[136,61,86,8],[136,63,86,9,"_reactNative"],[136,75,86,13],[136,76,86,13,"View"],[136,80,86,13],[137,10,86,14,"style"],[137,15,86,19],[137,17,86,21],[138,12,86,23,"width"],[138,17,86,28],[138,19,86,30],[139,10,86,33],[140,8,86,35],[141,10,86,35,"fileName"],[141,18,86,35],[141,20,86,35,"_jsxFileName"],[141,32,86,35],[142,10,86,35,"lineNumber"],[142,20,86,35],[143,10,86,35,"columnNumber"],[143,22,86,35],[144,8,86,35],[144,15,86,37],[144,16,86,38],[145,6,86,38],[146,8,86,38,"fileName"],[146,16,86,38],[146,18,86,38,"_jsxFileName"],[146,30,86,38],[147,8,86,38,"lineNumber"],[147,18,86,38],[148,8,86,38,"columnNumber"],[148,20,86,38],[149,6,86,38],[149,13,87,12],[149,14,87,13],[149,29,89,6],[149,33,89,6,"_reactJsxDevRuntime"],[149,52,89,6],[149,53,89,6,"jsxDEV"],[149,59,89,6],[149,61,89,7,"_reactNative"],[149,73,89,17],[149,74,89,17,"ScrollView"],[149,84,89,17],[150,8,89,18,"contentContainerStyle"],[150,29,89,39],[150,31,89,41,"styles"],[150,37,89,47],[150,38,89,48,"scrollContent"],[150,51,89,62],[151,8,89,62,"children"],[151,16,89,62],[151,32,90,8],[151,36,90,8,"_reactJsxDevRuntime"],[151,55,90,8],[151,56,90,8,"jsxDEV"],[151,62,90,8],[151,64,90,9,"_reactNative"],[151,76,90,13],[151,77,90,13,"View"],[151,81,90,13],[152,10,90,14,"style"],[152,15,90,19],[152,17,90,21,"styles"],[152,23,90,27],[152,24,90,28,"infoBox"],[152,31,90,36],[153,10,90,36,"children"],[153,18,90,36],[153,34,91,10],[153,38,91,10,"_reactJsxDevRuntime"],[153,57,91,10],[153,58,91,10,"jsxDEV"],[153,64,91,10],[153,66,91,11,"_expoVectorIcons"],[153,82,91,19],[153,83,91,19,"Ionicons"],[153,91,91,19],[154,12,91,20,"name"],[154,16,91,24],[154,18,91,25],[154,38,91,45],[155,12,91,46,"size"],[155,16,91,50],[155,18,91,52],[155,20,91,55],[156,12,91,56,"color"],[156,17,91,61],[156,19,91,62],[157,10,91,71],[158,12,91,71,"fileName"],[158,20,91,71],[158,22,91,71,"_jsxFileName"],[158,34,91,71],[159,12,91,71,"lineNumber"],[159,22,91,71],[160,12,91,71,"columnNumber"],[160,24,91,71],[161,10,91,71],[161,17,91,73],[161,18,91,74],[161,33,92,10],[161,37,92,10,"_reactJsxDevRuntime"],[161,56,92,10],[161,57,92,10,"jsxDEV"],[161,63,92,10],[161,65,92,11,"_reactNative"],[161,77,92,15],[161,78,92,15,"Text"],[161,82,92,15],[162,12,92,16,"style"],[162,17,92,21],[162,19,92,23,"styles"],[162,25,92,29],[162,26,92,30,"infoText"],[162,34,92,39],[163,12,92,39,"children"],[163,20,92,39],[163,22,92,40],[164,10,94,10],[165,12,94,10,"fileName"],[165,20,94,10],[165,22,94,10,"_jsxFileName"],[165,34,94,10],[166,12,94,10,"lineNumber"],[166,22,94,10],[167,12,94,10,"columnNumber"],[167,24,94,10],[168,10,94,10],[168,17,94,16],[168,18,94,17],[169,8,94,17],[170,10,94,17,"fileName"],[170,18,94,17],[170,20,94,17,"_jsxFileName"],[170,32,94,17],[171,10,94,17,"lineNumber"],[171,20,94,17],[172,10,94,17,"columnNumber"],[172,22,94,17],[173,8,94,17],[173,15,95,14],[173,16,95,15],[173,31,97,8],[173,35,97,8,"_reactJsxDevRuntime"],[173,54,97,8],[173,55,97,8,"jsxDEV"],[173,61,97,8],[173,63,97,9,"_reactNative"],[173,75,97,13],[173,76,97,13,"View"],[173,80,97,13],[174,10,97,14,"style"],[174,15,97,19],[174,17,97,21,"styles"],[174,23,97,27],[174,24,97,28,"section"],[174,31,97,36],[175,10,97,36,"children"],[175,18,97,36],[175,34,98,10],[175,38,98,10,"_reactJsxDevRuntime"],[175,57,98,10],[175,58,98,10,"jsxDEV"],[175,64,98,10],[175,66,98,11,"_reactNative"],[175,78,98,15],[175,79,98,15,"Text"],[175,83,98,15],[176,12,98,16,"style"],[176,17,98,21],[176,19,98,23,"styles"],[176,25,98,29],[176,26,98,30,"label"],[176,31,98,36],[177,12,98,36,"children"],[177,20,98,36],[177,22,98,37],[178,10,98,51],[179,12,98,51,"fileName"],[179,20,98,51],[179,22,98,51,"_jsxFileName"],[179,34,98,51],[180,12,98,51,"lineNumber"],[180,22,98,51],[181,12,98,51,"columnNumber"],[181,24,98,51],[182,10,98,51],[182,17,98,57],[182,18,98,58],[182,20,99,11,"isEditing"],[182,29,99,20],[182,45,100,12],[182,49,100,12,"_reactJsxDevRuntime"],[182,68,100,12],[182,69,100,12,"jsxDEV"],[182,75,100,12],[182,77,100,13,"_reactNative"],[182,89,100,22],[182,90,100,22,"TextInput"],[182,99,100,22],[183,12,101,14,"style"],[183,17,101,19],[183,19,101,21,"styles"],[183,25,101,27],[183,26,101,28,"input"],[183,31,101,34],[184,12,102,14,"value"],[184,17,102,19],[184,19,102,21,"walletAddress"],[184,32,102,35],[185,12,103,14,"onChangeText"],[185,24,103,26],[185,26,103,28,"setWalletAddress"],[185,42,103,45],[186,12,104,14,"placeholder"],[186,23,104,25],[186,25,104,26],[186,47,104,48],[187,12,105,14,"autoCapitalize"],[187,26,105,28],[187,28,105,29],[187,34,105,35],[188,12,106,14,"multiline"],[188,21,106,23],[189,10,106,23],[190,12,106,23,"fileName"],[190,20,106,23],[190,22,106,23,"_jsxFileName"],[190,34,106,23],[191,12,106,23,"lineNumber"],[191,22,106,23],[192,12,106,23,"columnNumber"],[192,24,106,23],[193,10,106,23],[193,17,107,13],[193,18,107,14],[193,34,109,12],[193,38,109,12,"_reactJsxDevRuntime"],[193,57,109,12],[193,58,109,12,"jsxDEV"],[193,64,109,12],[193,66,109,13,"_reactNative"],[193,78,109,17],[193,79,109,17,"View"],[193,83,109,17],[194,12,109,18,"style"],[194,17,109,23],[194,19,109,25,"styles"],[194,25,109,31],[194,26,109,32,"addressContainer"],[194,42,109,49],[195,12,109,49,"children"],[195,20,109,49],[195,36,110,14],[195,40,110,14,"_reactJsxDevRuntime"],[195,59,110,14],[195,60,110,14,"jsxDEV"],[195,66,110,14],[195,68,110,15,"_reactNative"],[195,80,110,19],[195,81,110,19,"Text"],[195,85,110,19],[196,14,110,20,"style"],[196,19,110,25],[196,21,110,27,"styles"],[196,27,110,33],[196,28,110,34,"addressText"],[196,39,110,46],[197,14,110,47,"numberOfLines"],[197,27,110,60],[197,29,110,62],[197,30,110,64],[198,14,110,64,"children"],[198,22,110,64],[198,24,111,17,"walletAddress"],[198,37,111,30],[198,41,111,34],[199,12,111,57],[200,14,111,57,"fileName"],[200,22,111,57],[200,24,111,57,"_jsxFileName"],[200,36,111,57],[201,14,111,57,"lineNumber"],[201,24,111,57],[202,14,111,57,"columnNumber"],[202,26,111,57],[203,12,111,57],[203,19,112,20],[203,20,112,21],[203,35,113,14],[203,39,113,14,"_reactJsxDevRuntime"],[203,58,113,14],[203,59,113,14,"jsxDEV"],[203,65,113,14],[203,67,113,15,"_reactNative"],[203,79,113,31],[203,80,113,31,"TouchableOpacity"],[203,96,113,31],[204,14,113,32,"onPress"],[204,21,113,39],[204,23,113,41,"copyToClipboard"],[204,38,113,57],[205,14,113,58,"style"],[205,19,113,63],[205,21,113,65,"styles"],[205,27,113,71],[205,28,113,72,"copyButton"],[205,38,113,83],[206,14,113,83,"children"],[206,22,113,83],[206,37,114,16],[206,41,114,16,"_reactJsxDevRuntime"],[206,60,114,16],[206,61,114,16,"jsxDEV"],[206,67,114,16],[206,69,114,17,"_expoVectorIcons"],[206,85,114,25],[206,86,114,25,"Ionicons"],[206,94,114,25],[207,16,114,26,"name"],[207,20,114,30],[207,22,114,31],[207,36,114,45],[208,16,114,46,"size"],[208,20,114,50],[208,22,114,52],[208,24,114,55],[209,16,114,56,"color"],[209,21,114,61],[209,23,114,62],[210,14,114,71],[211,16,114,71,"fileName"],[211,24,114,71],[211,26,114,71,"_jsxFileName"],[211,38,114,71],[212,16,114,71,"lineNumber"],[212,26,114,71],[213,16,114,71,"columnNumber"],[213,28,114,71],[214,14,114,71],[214,21,114,73],[215,12,114,74],[216,14,114,74,"fileName"],[216,22,114,74],[216,24,114,74,"_jsxFileName"],[216,36,114,74],[217,14,114,74,"lineNumber"],[217,24,114,74],[218,14,114,74,"columnNumber"],[218,26,114,74],[219,12,114,74],[219,19,115,32],[219,20,115,33],[220,10,115,33],[221,12,115,33,"fileName"],[221,20,115,33],[221,22,115,33,"_jsxFileName"],[221,34,115,33],[222,12,115,33,"lineNumber"],[222,22,115,33],[223,12,115,33,"columnNumber"],[223,24,115,33],[224,10,115,33],[224,17,116,18],[224,18,117,11],[225,8,117,11],[226,10,117,11,"fileName"],[226,18,117,11],[226,20,117,11,"_jsxFileName"],[226,32,117,11],[227,10,117,11,"lineNumber"],[227,20,117,11],[228,10,117,11,"columnNumber"],[228,22,117,11],[229,8,117,11],[229,15,118,14],[229,16,118,15],[229,18,120,9,"isEditing"],[229,27,120,18],[229,43,121,10],[229,47,121,10,"_reactJsxDevRuntime"],[229,66,121,10],[229,67,121,10,"jsxDEV"],[229,73,121,10],[229,75,121,11,"_reactNative"],[229,87,121,15],[229,88,121,15,"View"],[229,92,121,15],[230,10,121,16,"style"],[230,15,121,21],[230,17,121,23,"styles"],[230,23,121,29],[230,24,121,30,"buttonRow"],[230,33,121,40],[231,10,121,40,"children"],[231,18,121,40],[231,34,122,12],[231,38,122,12,"_reactJsxDevRuntime"],[231,57,122,12],[231,58,122,12,"jsxDEV"],[231,64,122,12],[231,66,122,13,"_reactNative"],[231,78,122,29],[231,79,122,29,"TouchableOpacity"],[231,95,122,29],[232,12,123,14,"style"],[232,17,123,19],[232,19,123,21],[232,20,123,22,"styles"],[232,26,123,28],[232,27,123,29,"button"],[232,33,123,35],[232,35,123,37,"styles"],[232,41,123,43],[232,42,123,44,"cancelButton"],[232,54,123,56],[232,55,123,58],[233,12,124,14,"onPress"],[233,19,124,21],[233,21,124,23,"onPress"],[233,22,124,23],[233,27,124,29],[234,14,125,16,"setIsEditing"],[234,26,125,28],[234,27,125,29],[234,32,125,34],[234,33,125,35],[235,14,126,16,"loadWalletAddress"],[235,31,126,33],[235,32,126,34],[235,33,126,35],[236,12,127,14],[236,13,127,16],[237,12,127,16,"children"],[237,20,127,16],[237,35,129,14],[237,39,129,14,"_reactJsxDevRuntime"],[237,58,129,14],[237,59,129,14,"jsxDEV"],[237,65,129,14],[237,67,129,15,"_reactNative"],[237,79,129,19],[237,80,129,19,"Text"],[237,84,129,19],[238,14,129,20,"style"],[238,19,129,25],[238,21,129,27,"styles"],[238,27,129,33],[238,28,129,34,"cancelButtonText"],[238,44,129,51],[239,14,129,51,"children"],[239,22,129,51],[239,24,129,52],[240,12,129,58],[241,14,129,58,"fileName"],[241,22,129,58],[241,24,129,58,"_jsxFileName"],[241,36,129,58],[242,14,129,58,"lineNumber"],[242,24,129,58],[243,14,129,58,"columnNumber"],[243,26,129,58],[244,12,129,58],[244,19,129,64],[245,10,129,65],[246,12,129,65,"fileName"],[246,20,129,65],[246,22,129,65,"_jsxFileName"],[246,34,129,65],[247,12,129,65,"lineNumber"],[247,22,129,65],[248,12,129,65,"columnNumber"],[248,24,129,65],[249,10,129,65],[249,17,130,30],[249,18,130,31],[249,33,131,12],[249,37,131,12,"_reactJsxDevRuntime"],[249,56,131,12],[249,57,131,12,"jsxDEV"],[249,63,131,12],[249,65,131,13,"_reactNative"],[249,77,131,29],[249,78,131,29,"TouchableOpacity"],[249,94,131,29],[250,12,132,14,"style"],[250,17,132,19],[250,19,132,21],[250,20,132,22,"styles"],[250,26,132,28],[250,27,132,29,"button"],[250,33,132,35],[250,35,132,37,"styles"],[250,41,132,43],[250,42,132,44,"saveButton"],[250,52,132,54],[250,54,132,56,"loading"],[250,61,132,63],[250,65,132,67,"styles"],[250,71,132,73],[250,72,132,74,"saveButtonDisabled"],[250,90,132,92],[250,91,132,94],[251,12,133,14,"onPress"],[251,19,133,21],[251,21,133,23,"handleSave"],[251,31,133,34],[252,12,134,14,"disabled"],[252,20,134,22],[252,22,134,24,"loading"],[252,29,134,32],[253,12,134,32,"children"],[253,20,134,32],[253,22,136,15,"loading"],[253,29,136,22],[253,45,137,16],[253,49,137,16,"_reactJsxDevRuntime"],[253,68,137,16],[253,69,137,16,"jsxDEV"],[253,75,137,16],[253,77,137,17,"_reactNative"],[253,89,137,34],[253,90,137,34,"ActivityIndicator"],[253,107,137,34],[254,14,137,35,"color"],[254,19,137,40],[254,21,137,41],[255,12,137,47],[256,14,137,47,"fileName"],[256,22,137,47],[256,24,137,47,"_jsxFileName"],[256,36,137,47],[257,14,137,47,"lineNumber"],[257,24,137,47],[258,14,137,47,"columnNumber"],[258,26,137,47],[259,12,137,47],[259,19,137,49],[259,20,137,50],[259,36,139,16],[259,40,139,16,"_reactJsxDevRuntime"],[259,59,139,16],[259,60,139,16,"jsxDEV"],[259,66,139,16],[259,68,139,17,"_reactNative"],[259,80,139,21],[259,81,139,21,"Text"],[259,85,139,21],[260,14,139,22,"style"],[260,19,139,27],[260,21,139,29,"styles"],[260,27,139,35],[260,28,139,36,"saveButtonText"],[260,42,139,51],[261,14,139,51,"children"],[261,22,139,51],[261,24,139,52],[262,12,139,56],[263,14,139,56,"fileName"],[263,22,139,56],[263,24,139,56,"_jsxFileName"],[263,36,139,56],[264,14,139,56,"lineNumber"],[264,24,139,56],[265,14,139,56,"columnNumber"],[265,26,139,56],[266,12,139,56],[266,19,139,62],[267,10,140,15],[268,12,140,15,"fileName"],[268,20,140,15],[268,22,140,15,"_jsxFileName"],[268,34,140,15],[269,12,140,15,"lineNumber"],[269,22,140,15],[270,12,140,15,"columnNumber"],[270,24,140,15],[271,10,140,15],[271,17,141,30],[271,18,141,31],[272,8,141,31],[273,10,141,31,"fileName"],[273,18,141,31],[273,20,141,31,"_jsxFileName"],[273,32,141,31],[274,10,141,31,"lineNumber"],[274,20,141,31],[275,10,141,31,"columnNumber"],[275,22,141,31],[276,8,141,31],[276,15,142,16],[276,16,142,17],[276,32,144,10],[276,36,144,10,"_reactJsxDevRuntime"],[276,55,144,10],[276,56,144,10,"jsxDEV"],[276,62,144,10],[276,64,144,11,"_reactNative"],[276,76,144,27],[276,77,144,27,"TouchableOpacity"],[276,93,144,27],[277,10,145,12,"style"],[277,15,145,17],[277,17,145,19,"styles"],[277,23,145,25],[277,24,145,26,"editButton"],[277,34,145,37],[278,10,146,12,"onPress"],[278,17,146,19],[278,19,146,21,"onPress"],[278,20,146,21],[278,25,146,27,"setIsEditing"],[278,37,146,39],[278,38,146,40],[278,42,146,44],[278,43,146,46],[279,10,146,46,"children"],[279,18,146,46],[279,34,148,12],[279,38,148,12,"_reactJsxDevRuntime"],[279,57,148,12],[279,58,148,12,"jsxDEV"],[279,64,148,12],[279,66,148,13,"_expoVectorIcons"],[279,82,148,21],[279,83,148,21,"Ionicons"],[279,91,148,21],[280,12,148,22,"name"],[280,16,148,26],[280,18,148,27],[280,34,148,43],[281,12,148,44,"size"],[281,16,148,48],[281,18,148,50],[281,20,148,53],[282,12,148,54,"color"],[282,17,148,59],[282,19,148,60],[283,10,148,66],[284,12,148,66,"fileName"],[284,20,148,66],[284,22,148,66,"_jsxFileName"],[284,34,148,66],[285,12,148,66,"lineNumber"],[285,22,148,66],[286,12,148,66,"columnNumber"],[286,24,148,66],[287,10,148,66],[287,17,148,68],[287,18,148,69],[287,33,149,12],[287,37,149,12,"_reactJsxDevRuntime"],[287,56,149,12],[287,57,149,12,"jsxDEV"],[287,63,149,12],[287,65,149,13,"_reactNative"],[287,77,149,17],[287,78,149,17,"Text"],[287,82,149,17],[288,12,149,18,"style"],[288,17,149,23],[288,19,149,25,"styles"],[288,25,149,31],[288,26,149,32,"editButtonText"],[288,40,149,47],[289,12,149,47,"children"],[289,20,149,47],[289,22,149,48],[290,10,149,67],[291,12,149,67,"fileName"],[291,20,149,67],[291,22,149,67,"_jsxFileName"],[291,34,149,67],[292,12,149,67,"lineNumber"],[292,22,149,67],[293,12,149,67,"columnNumber"],[293,24,149,67],[294,10,149,67],[294,17,149,73],[294,18,149,74],[295,8,149,74],[296,10,149,74,"fileName"],[296,18,149,74],[296,20,149,74,"_jsxFileName"],[296,32,149,74],[297,10,149,74,"lineNumber"],[297,20,149,74],[298,10,149,74,"columnNumber"],[298,22,149,74],[299,8,149,74],[299,15,150,28],[299,16,151,9],[300,6,151,9],[301,8,151,9,"fileName"],[301,16,151,9],[301,18,151,9,"_jsxFileName"],[301,30,151,9],[302,8,151,9,"lineNumber"],[302,18,151,9],[303,8,151,9,"columnNumber"],[303,20,151,9],[304,6,151,9],[304,13,152,18],[304,14,152,19],[305,4,152,19],[306,6,152,19,"fileName"],[306,14,152,19],[306,16,152,19,"_jsxFileName"],[306,28,152,19],[307,6,152,19,"lineNumber"],[307,16,152,19],[308,6,152,19,"columnNumber"],[308,18,152,19],[309,4,152,19],[309,11,153,10],[309,12,153,11],[310,2,155,0],[311,2,155,1,"_s"],[311,4,155,1],[311,5,18,24,"WalletAddressScreen"],[311,24,18,43],[312,4,18,43],[312,12,19,17,"useSafeAreaInsets"],[312,39,19,34],[312,40,19,34,"useSafeAreaInsets"],[312,57,19,34],[312,59,20,19,"useAuth"],[312,79,20,26],[312,80,20,26,"useAuth"],[312,87,20,26],[313,2,20,26],[314,2,20,26,"_c"],[314,4,20,26],[314,7,18,24,"WalletAddressScreen"],[314,26,18,43],[315,2,157,0],[315,6,157,6,"styles"],[315,12,157,12],[315,15,157,15,"StyleSheet"],[315,27,157,25],[315,28,157,25,"StyleSheet"],[315,38,157,25],[315,39,157,26,"create"],[315,45,157,32],[315,46,157,33],[316,4,158,2,"container"],[316,13,158,11],[316,15,158,13],[317,6,159,4,"flex"],[317,10,159,8],[317,12,159,10],[317,13,159,11],[318,6,160,4,"backgroundColor"],[318,21,160,19],[318,23,160,21],[319,4,161,2],[319,5,161,3],[320,4,162,2,"header"],[320,10,162,8],[320,12,162,10],[321,6,163,4,"flexDirection"],[321,19,163,17],[321,21,163,19],[321,26,163,24],[322,6,164,4,"alignItems"],[322,16,164,14],[322,18,164,16],[322,26,164,24],[323,6,165,4,"justifyContent"],[323,20,165,18],[323,22,165,20],[323,37,165,35],[324,6,166,4,"paddingHorizontal"],[324,23,166,21],[324,25,166,23],[324,27,166,25],[325,6,167,4,"paddingVertical"],[325,21,167,19],[325,23,167,21],[325,25,167,23],[326,6,168,4,"backgroundColor"],[326,21,168,19],[326,23,168,21],[326,29,168,27],[327,6,169,4,"borderBottomWidth"],[327,23,169,21],[327,25,169,23],[327,26,169,24],[328,6,170,4,"borderBottomColor"],[328,23,170,21],[328,25,170,23],[329,4,171,2],[329,5,171,3],[330,4,172,2,"backButton"],[330,14,172,12],[330,16,172,14],[331,6,173,4,"width"],[331,11,173,9],[331,13,173,11],[331,15,173,13],[332,6,174,4,"height"],[332,12,174,10],[332,14,174,12],[332,16,174,14],[333,6,175,4,"borderRadius"],[333,18,175,16],[333,20,175,18],[333,22,175,20],[334,6,176,4,"backgroundColor"],[334,21,176,19],[334,23,176,21],[334,32,176,30],[335,6,177,4,"alignItems"],[335,16,177,14],[335,18,177,16],[335,26,177,24],[336,6,178,4,"justifyContent"],[336,20,178,18],[336,22,178,20],[337,4,179,2],[337,5,179,3],[338,4,180,2,"headerTitle"],[338,15,180,13],[338,17,180,15],[339,6,181,4,"fontSize"],[339,14,181,12],[339,16,181,14],[339,18,181,16],[340,6,182,4,"fontWeight"],[340,16,182,14],[340,18,182,16],[340,23,182,21],[341,6,183,4,"color"],[341,11,183,9],[341,13,183,11],[342,4,184,2],[342,5,184,3],[343,4,185,2,"scrollContent"],[343,17,185,15],[343,19,185,17],[344,6,186,4,"padding"],[344,13,186,11],[344,15,186,13],[344,17,186,15],[345,6,187,4,"paddingBottom"],[345,19,187,17],[345,21,187,19],[346,4,188,2],[346,5,188,3],[347,4,189,2,"infoBox"],[347,11,189,9],[347,13,189,11],[348,6,190,4,"flexDirection"],[348,19,190,17],[348,21,190,19],[348,26,190,24],[349,6,191,4,"alignItems"],[349,16,191,14],[349,18,191,16],[349,26,191,24],[350,6,192,4,"backgroundColor"],[350,21,192,19],[350,23,192,21],[350,32,192,30],[351,6,193,4,"padding"],[351,13,193,11],[351,15,193,13],[351,17,193,15],[352,6,194,4,"borderRadius"],[352,18,194,16],[352,20,194,18],[352,21,194,19],[353,6,195,4,"marginBottom"],[353,18,195,16],[353,20,195,18],[354,4,196,2],[354,5,196,3],[355,4,197,2,"infoText"],[355,12,197,10],[355,14,197,12],[356,6,198,4,"fontSize"],[356,14,198,12],[356,16,198,14],[356,18,198,16],[357,6,199,4,"color"],[357,11,199,9],[357,13,199,11],[357,22,199,20],[358,6,200,4,"marginLeft"],[358,16,200,14],[358,18,200,16],[358,19,200,17],[359,6,201,4,"flex"],[359,10,201,8],[359,12,201,10],[360,4,202,2],[360,5,202,3],[361,4,203,2,"section"],[361,11,203,9],[361,13,203,11],[362,6,204,4,"marginBottom"],[362,18,204,16],[362,20,204,18],[363,4,205,2],[363,5,205,3],[364,4,206,2,"label"],[364,9,206,7],[364,11,206,9],[365,6,207,4,"fontSize"],[365,14,207,12],[365,16,207,14],[365,18,207,16],[366,6,208,4,"fontWeight"],[366,16,208,14],[366,18,208,16],[366,23,208,21],[367,6,209,4,"color"],[367,11,209,9],[367,13,209,11],[367,22,209,20],[368,6,210,4,"marginBottom"],[368,18,210,16],[368,20,210,18],[369,4,211,2],[369,5,211,3],[370,4,212,2,"input"],[370,9,212,7],[370,11,212,9],[371,6,213,4,"backgroundColor"],[371,21,213,19],[371,23,213,21],[371,29,213,27],[372,6,214,4,"padding"],[372,13,214,11],[372,15,214,13],[372,17,214,15],[373,6,215,4,"borderRadius"],[373,18,215,16],[373,20,215,18],[373,22,215,20],[374,6,216,4,"fontSize"],[374,14,216,12],[374,16,216,14],[374,18,216,16],[375,6,217,4,"borderWidth"],[375,17,217,15],[375,19,217,17],[375,20,217,18],[376,6,218,4,"borderColor"],[376,17,218,15],[376,19,218,17],[376,28,218,26],[377,6,219,4,"minHeight"],[377,15,219,13],[377,17,219,15],[377,19,219,17],[378,6,220,4,"textAlignVertical"],[378,23,220,21],[378,25,220,23],[379,4,221,2],[379,5,221,3],[380,4,222,2,"addressContainer"],[380,20,222,18],[380,22,222,20],[381,6,223,4,"flexDirection"],[381,19,223,17],[381,21,223,19],[381,26,223,24],[382,6,224,4,"alignItems"],[382,16,224,14],[382,18,224,16],[382,26,224,24],[383,6,225,4,"backgroundColor"],[383,21,225,19],[383,23,225,21],[383,29,225,27],[384,6,226,4,"padding"],[384,13,226,11],[384,15,226,13],[384,17,226,15],[385,6,227,4,"borderRadius"],[385,18,227,16],[385,20,227,18],[385,22,227,20],[386,6,228,4,"borderWidth"],[386,17,228,15],[386,19,228,17],[386,20,228,18],[387,6,229,4,"borderColor"],[387,17,229,15],[387,19,229,17],[388,4,230,2],[388,5,230,3],[389,4,231,2,"addressText"],[389,15,231,13],[389,17,231,15],[390,6,232,4,"flex"],[390,10,232,8],[390,12,232,10],[390,13,232,11],[391,6,233,4,"fontSize"],[391,14,233,12],[391,16,233,14],[391,18,233,16],[392,6,234,4,"color"],[392,11,234,9],[392,13,234,11],[392,22,234,20],[393,6,235,4,"fontFamily"],[393,16,235,14],[393,18,235,16],[394,4,236,2],[394,5,236,3],[395,4,237,2,"copyButton"],[395,14,237,12],[395,16,237,14],[396,6,238,4,"padding"],[396,13,238,11],[396,15,238,13],[396,16,238,14],[397,6,239,4,"marginLeft"],[397,16,239,14],[397,18,239,16],[398,4,240,2],[398,5,240,3],[399,4,241,2,"buttonRow"],[399,13,241,11],[399,15,241,13],[400,6,242,4,"flexDirection"],[400,19,242,17],[400,21,242,19],[400,26,242,24],[401,6,243,4,"gap"],[401,9,243,7],[401,11,243,9],[401,13,243,11],[402,6,244,4,"marginTop"],[402,15,244,13],[402,17,244,15],[403,4,245,2],[403,5,245,3],[404,4,246,2,"button"],[404,10,246,8],[404,12,246,10],[405,6,247,4,"flex"],[405,10,247,8],[405,12,247,10],[405,13,247,11],[406,6,248,4,"padding"],[406,13,248,11],[406,15,248,13],[406,17,248,15],[407,6,249,4,"borderRadius"],[407,18,249,16],[407,20,249,18],[407,22,249,20],[408,6,250,4,"alignItems"],[408,16,250,14],[408,18,250,16],[409,4,251,2],[409,5,251,3],[410,4,252,2,"cancelButton"],[410,16,252,14],[410,18,252,16],[411,6,253,4,"backgroundColor"],[411,21,253,19],[411,23,253,21],[412,4,254,2],[412,5,254,3],[413,4,255,2,"cancelButtonText"],[413,20,255,18],[413,22,255,20],[414,6,256,4,"fontSize"],[414,14,256,12],[414,16,256,14],[414,18,256,16],[415,6,257,4,"fontWeight"],[415,16,257,14],[415,18,257,16],[415,23,257,21],[416,6,258,4,"color"],[416,11,258,9],[416,13,258,11],[417,4,259,2],[417,5,259,3],[418,4,260,2,"saveButton"],[418,14,260,12],[418,16,260,14],[419,6,261,4,"backgroundColor"],[419,21,261,19],[419,23,261,21],[420,4,262,2],[420,5,262,3],[421,4,263,2,"saveButtonDisabled"],[421,22,263,20],[421,24,263,22],[422,6,264,4,"opacity"],[422,13,264,11],[422,15,264,13],[423,4,265,2],[423,5,265,3],[424,4,266,2,"saveButtonText"],[424,18,266,16],[424,20,266,18],[425,6,267,4,"fontSize"],[425,14,267,12],[425,16,267,14],[425,18,267,16],[426,6,268,4,"fontWeight"],[426,16,268,14],[426,18,268,16],[426,23,268,21],[427,6,269,4,"color"],[427,11,269,9],[427,13,269,11],[428,4,270,2],[428,5,270,3],[429,4,271,2,"editButton"],[429,14,271,12],[429,16,271,14],[430,6,272,4,"flexDirection"],[430,19,272,17],[430,21,272,19],[430,26,272,24],[431,6,273,4,"alignItems"],[431,16,273,14],[431,18,273,16],[431,26,273,24],[432,6,274,4,"justifyContent"],[432,20,274,18],[432,22,274,20],[432,30,274,28],[433,6,275,4,"backgroundColor"],[433,21,275,19],[433,23,275,21],[433,32,275,30],[434,6,276,4,"padding"],[434,13,276,11],[434,15,276,13],[434,17,276,15],[435,6,277,4,"borderRadius"],[435,18,277,16],[435,20,277,18],[435,22,277,20],[436,6,278,4,"marginTop"],[436,15,278,13],[436,17,278,15],[437,4,279,2],[437,5,279,3],[438,4,280,2,"editButtonText"],[438,18,280,16],[438,20,280,18],[439,6,281,4,"fontSize"],[439,14,281,12],[439,16,281,14],[439,18,281,16],[440,6,282,4,"fontWeight"],[440,16,282,14],[440,18,282,16],[440,23,282,21],[441,6,283,4,"color"],[441,11,283,9],[441,13,283,11],[441,19,283,17],[442,6,284,4,"marginLeft"],[442,16,284,14],[442,18,284,16],[443,4,285,2],[444,2,286,0],[444,3,286,1],[444,4,286,2],[445,2,286,3],[445,6,286,3,"_c"],[445,8,286,3],[446,2,286,3,"$RefreshReg$"],[446,14,286,3],[446,15,286,3,"_c"],[446,17,286,3],[447,0,286,3],[447,3]],"functionMap":{"names":["","WalletAddressScreen","useEffect$argument_0","loadWalletAddress","handleSave","copyToClipboard","TouchableOpacity.props.onPress"],"mappings":"AAA;eCiB;YCO;GDE;4BEE;GFU;qBGE;GH+B;0BIE;GJG;mCKK,yBL;uBK0C;eLG;qBKmB,wBL;CDS"},"hasCjsExports":false},"type":"js/module"}]}
\ No newline at end of file
+{"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":12,"column":22,"index":203}}],"key":"KyzuX10g6ixS9UfynhmjlvCIG3g=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0,"index":204},"end":{"line":13,"column":46,"index":250}}],"key":"ow7vkrqkIckRjlSi/+MhMmRYtUE=","exportNames":["*"],"imports":1}},{"name":"react-native-safe-area-context","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":14,"column":0,"index":251},"end":{"line":14,"column":67,"index":318}}],"key":"XjdTKvCUWX6CbQzg5fSDHG/WgHk=","exportNames":["*"],"imports":1}},{"name":"../contexts/AuthContext","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":15,"column":0,"index":319},"end":{"line":15,"column":50,"index":369}}],"key":"oNCgyH4yx4pAIVZXLqqRGB2kuCY=","exportNames":["*"],"imports":1}},{"name":"../config/api","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":16,"column":0,"index":370},"end":{"line":16,"column":46,"index":416}}],"key":"V94urzZZSfzzXHrNxWFShT8IuQo=","exportNames":["*"],"imports":1}},{"name":"react/jsx-dev-runtime","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"L9D70Z4hi4aGuui1ysja/oQ5ytI=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n var _jsxFileName = \"/app/frontend/src/screens/WalletAddressScreen.tsx\",\n _s = $RefreshSig$();\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return WalletAddressScreen;\n }\n });\n var _babelRuntimeHelpersAsyncToGenerator = require(_dependencyMap[0], \"@babel/runtime/helpers/asyncToGenerator\");\n var _asyncToGenerator = _interopDefault(_babelRuntimeHelpersAsyncToGenerator);\n var _babelRuntimeHelpersSlicedToArray = require(_dependencyMap[1], \"@babel/runtime/helpers/slicedToArray\");\n var _slicedToArray = _interopDefault(_babelRuntimeHelpersSlicedToArray);\n var _react = require(_dependencyMap[2], \"react\");\n var _reactNative = require(_dependencyMap[3], \"react-native\");\n var _expoVectorIcons = require(_dependencyMap[4], \"@expo/vector-icons\");\n var _reactNativeSafeAreaContext = require(_dependencyMap[5], \"react-native-safe-area-context\");\n var _contextsAuthContext = require(_dependencyMap[6], \"../contexts/AuthContext\");\n var _configApi = require(_dependencyMap[7], \"../config/api\");\n var _reactJsxDevRuntime = require(_dependencyMap[8], \"react/jsx-dev-runtime\");\n function WalletAddressScreen(_ref) {\n _s();\n var navigation = _ref.navigation;\n var insets = (0, _reactNativeSafeAreaContext.useSafeAreaInsets)();\n var _useAuth = (0, _contextsAuthContext.useAuth)(),\n user = _useAuth.user;\n var _useState = (0, _react.useState)(false),\n _useState2 = (0, _slicedToArray.default)(_useState, 2),\n loading = _useState2[0],\n setLoading = _useState2[1];\n var _useState3 = (0, _react.useState)(''),\n _useState4 = (0, _slicedToArray.default)(_useState3, 2),\n walletAddress = _useState4[0],\n setWalletAddress = _useState4[1];\n var _useState5 = (0, _react.useState)(false),\n _useState6 = (0, _slicedToArray.default)(_useState5, 2),\n isEditing = _useState6[0],\n setIsEditing = _useState6[1];\n (0, _react.useEffect)(() => {\n loadWalletAddress();\n }, []);\n var loadWalletAddress = /*#__PURE__*/function () {\n var _ref2 = (0, _asyncToGenerator.default)(function* () {\n try {\n var response = yield fetch(`${_configApi.API_ENDPOINTS.AUTH_USER(user?.user_id || '')}`);\n if (response.ok) {\n var data = yield response.json();\n setWalletAddress(data.wallet_address || '');\n }\n } catch (error) {\n console.error('Error loading wallet address:', error);\n }\n });\n return function loadWalletAddress() {\n return _ref2.apply(this, arguments);\n };\n }();\n var handleSave = /*#__PURE__*/function () {\n var _ref3 = (0, _asyncToGenerator.default)(function* () {\n if (!walletAddress.trim()) {\n _reactNative.Alert.alert('Error', 'Wallet address cannot be empty');\n return;\n }\n setLoading(true);\n try {\n var backendUrl = \"https://kurdish-id.preview.emergentagent.com\" || 'http://localhost:8001';\n var response = yield fetch(`${backendUrl}/api/auth/profile`, {\n method: 'PUT',\n headers: {\n 'Content-Type': 'application/json'\n },\n body: JSON.stringify({\n user_id: user?.user_id,\n wallet_address: walletAddress\n })\n });\n if (response.ok) {\n _reactNative.Alert.alert('Success', 'Wallet address updated successfully!');\n setIsEditing(false);\n } else {\n _reactNative.Alert.alert('Error', 'Failed to update wallet address');\n }\n } catch (error) {\n _reactNative.Alert.alert('Error', 'Network error occurred');\n } finally {\n setLoading(false);\n }\n });\n return function handleSave() {\n return _ref3.apply(this, arguments);\n };\n }();\n var copyToClipboard = () => {\n _reactNative.Clipboard.setString(walletAddress);\n _reactNative.Alert.alert('Copied', 'Wallet address copied to clipboard');\n };\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: [styles.container, {\n paddingTop: insets.top\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.header,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n onPress: () => navigation.goBack(),\n style: styles.backButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"arrow-back\",\n size: 24,\n color: \"#1F2937\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 83,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 82,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.headerTitle,\n children: \"Wallet Address\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 85,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: {\n width: 40\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 86,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 81,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.ScrollView, {\n contentContainerStyle: styles.scrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.infoBox,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"information-circle\",\n size: 20,\n color: \"#3B82F6\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 91,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.infoText,\n children: \"Your wallet address is used to receive HEZ and PEZ tokens. Make sure it's correct.\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 92,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 90,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.label,\n children: \"Wallet Address\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 98,\n columnNumber: 11\n }, this), isEditing ? /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TextInput, {\n style: styles.input,\n value: walletAddress,\n onChangeText: setWalletAddress,\n placeholder: \"Enter wallet address\",\n autoCapitalize: \"none\",\n multiline: true\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 100,\n columnNumber: 13\n }, this) : /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.addressContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.addressText,\n numberOfLines: 3,\n children: walletAddress || 'No wallet address set'\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 110,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n onPress: copyToClipboard,\n style: styles.copyButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"copy-outline\",\n size: 20,\n color: \"#EE2A35\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 114,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 113,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 109,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 97,\n columnNumber: 9\n }, this), isEditing ? /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.buttonRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: [styles.button, styles.cancelButton],\n onPress: () => {\n setIsEditing(false);\n loadWalletAddress();\n },\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.cancelButtonText,\n children: \"Cancel\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 129,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 122,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: [styles.button, styles.saveButton, loading && styles.saveButtonDisabled],\n onPress: handleSave,\n disabled: loading,\n children: loading ? /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.ActivityIndicator, {\n color: \"#FFF\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 137,\n columnNumber: 17\n }, this) : /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.saveButtonText,\n children: \"Save\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 139,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 131,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 121,\n columnNumber: 11\n }, this) : /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.editButton,\n onPress: () => setIsEditing(true),\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"create-outline\",\n size: 20,\n color: \"#FFF\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 148,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.editButtonText,\n children: \"Edit Wallet Address\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 149,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 144,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 89,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 80,\n columnNumber: 5\n }, this);\n }\n _s(WalletAddressScreen, \"mDGXAGe+8pM6xkIporQvf7mJSKM=\", false, function () {\n return [_reactNativeSafeAreaContext.useSafeAreaInsets, _contextsAuthContext.useAuth];\n });\n _c = WalletAddressScreen;\n var styles = _reactNative.StyleSheet.create({\n container: {\n flex: 1,\n backgroundColor: '#F8F9FA'\n },\n header: {\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'space-between',\n paddingHorizontal: 16,\n paddingVertical: 16,\n backgroundColor: '#FFF',\n borderBottomWidth: 1,\n borderBottomColor: '#E5E7EB'\n },\n backButton: {\n width: 40,\n height: 40,\n borderRadius: 20,\n backgroundColor: '#F3F4F6',\n alignItems: 'center',\n justifyContent: 'center'\n },\n headerTitle: {\n fontSize: 18,\n fontWeight: '700',\n color: '#1F2937'\n },\n scrollContent: {\n padding: 16,\n paddingBottom: 80\n },\n infoBox: {\n flexDirection: 'row',\n alignItems: 'center',\n backgroundColor: '#DBEAFE',\n padding: 12,\n borderRadius: 8,\n marginBottom: 24\n },\n infoText: {\n fontSize: 14,\n color: '#1E40AF',\n marginLeft: 8,\n flex: 1\n },\n section: {\n marginBottom: 20\n },\n label: {\n fontSize: 14,\n fontWeight: '600',\n color: '#374151',\n marginBottom: 8\n },\n input: {\n backgroundColor: '#FFF',\n padding: 16,\n borderRadius: 12,\n fontSize: 14,\n borderWidth: 1,\n borderColor: '#E5E7EB',\n minHeight: 80,\n textAlignVertical: 'top'\n },\n addressContainer: {\n flexDirection: 'row',\n alignItems: 'center',\n backgroundColor: '#FFF',\n padding: 16,\n borderRadius: 12,\n borderWidth: 1,\n borderColor: '#E5E7EB'\n },\n addressText: {\n flex: 1,\n fontSize: 14,\n color: '#374151',\n fontFamily: 'monospace'\n },\n copyButton: {\n padding: 8,\n marginLeft: 8\n },\n buttonRow: {\n flexDirection: 'row',\n gap: 12,\n marginTop: 24\n },\n button: {\n flex: 1,\n padding: 16,\n borderRadius: 12,\n alignItems: 'center'\n },\n cancelButton: {\n backgroundColor: '#F3F4F6'\n },\n cancelButtonText: {\n fontSize: 16,\n fontWeight: '600',\n color: '#6B7280'\n },\n saveButton: {\n backgroundColor: '#EE2A35'\n },\n saveButtonDisabled: {\n opacity: 0.6\n },\n saveButtonText: {\n fontSize: 16,\n fontWeight: '600',\n color: '#FFF'\n },\n editButton: {\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'center',\n backgroundColor: '#EE2A35',\n padding: 16,\n borderRadius: 12,\n marginTop: 24\n },\n editButtonText: {\n fontSize: 16,\n fontWeight: '600',\n color: '#FFF',\n marginLeft: 8\n }\n });\n var _c;\n $RefreshReg$(_c, \"WalletAddressScreen\");\n});","lineCount":447,"map":[[14,2,18,15,"Object"],[14,8,18,15],[14,9,18,15,"defineProperty"],[14,23,18,15],[14,24,18,15,"exports"],[14,31,18,15],[15,4,18,15,"enumerable"],[15,14,18,15],[16,4,18,15,"get"],[16,7,18,15],[16,18,18,15,"get"],[16,19,18,15],[17,6,18,15],[17,13,18,15,"WalletAddressScreen"],[17,32,18,15],[18,4,18,15],[19,2,18,15],[20,2,155,1],[20,6,155,1,"_babelRuntimeHelpersAsyncToGenerator"],[20,42,155,1],[20,45,155,1,"require"],[20,52,155,1],[20,53,155,1,"_dependencyMap"],[20,67,155,1],[21,2,155,1],[21,6,155,1,"_asyncToGenerator"],[21,23,155,1],[21,26,155,1,"_interopDefault"],[21,41,155,1],[21,42,155,1,"_babelRuntimeHelpersAsyncToGenerator"],[21,78,155,1],[22,2,155,1],[22,6,155,1,"_babelRuntimeHelpersSlicedToArray"],[22,39,155,1],[22,42,155,1,"require"],[22,49,155,1],[22,50,155,1,"_dependencyMap"],[22,64,155,1],[23,2,155,1],[23,6,155,1,"_slicedToArray"],[23,20,155,1],[23,23,155,1,"_interopDefault"],[23,38,155,1],[23,39,155,1,"_babelRuntimeHelpersSlicedToArray"],[23,72,155,1],[24,2,1,0],[24,6,1,0,"_react"],[24,12,1,0],[24,15,1,0,"require"],[24,22,1,0],[24,23,1,0,"_dependencyMap"],[24,37,1,0],[25,2,2,0],[25,6,2,0,"_reactNative"],[25,18,2,0],[25,21,2,0,"require"],[25,28,2,0],[25,29,2,0,"_dependencyMap"],[25,43,2,0],[26,2,13,0],[26,6,13,0,"_expoVectorIcons"],[26,22,13,0],[26,25,13,0,"require"],[26,32,13,0],[26,33,13,0,"_dependencyMap"],[26,47,13,0],[27,2,14,0],[27,6,14,0,"_reactNativeSafeAreaContext"],[27,33,14,0],[27,36,14,0,"require"],[27,43,14,0],[27,44,14,0,"_dependencyMap"],[27,58,14,0],[28,2,15,0],[28,6,15,0,"_contextsAuthContext"],[28,26,15,0],[28,29,15,0,"require"],[28,36,15,0],[28,37,15,0,"_dependencyMap"],[28,51,15,0],[29,2,16,0],[29,6,16,0,"_configApi"],[29,16,16,0],[29,19,16,0,"require"],[29,26,16,0],[29,27,16,0,"_dependencyMap"],[29,41,16,0],[30,2,16,46],[30,6,16,46,"_reactJsxDevRuntime"],[30,25,16,46],[30,28,16,46,"require"],[30,35,16,46],[30,36,16,46,"_dependencyMap"],[30,50,16,46],[31,2,18,15],[31,11,18,24,"WalletAddressScreen"],[31,30,18,43,"WalletAddressScreen"],[31,31,18,43,"_ref"],[31,35,18,43],[31,37,18,65],[32,4,18,65,"_s"],[32,6,18,65],[33,4,18,65],[33,8,18,46,"navigation"],[33,18,18,56],[33,21,18,56,"_ref"],[33,25,18,56],[33,26,18,46,"navigation"],[33,36,18,56],[34,4,19,2],[34,8,19,8,"insets"],[34,14,19,14],[34,17,19,17],[34,21,19,17,"useSafeAreaInsets"],[34,48,19,34],[34,49,19,34,"useSafeAreaInsets"],[34,66,19,34],[34,68,19,35],[34,69,19,36],[35,4,20,2],[35,8,20,2,"_useAuth"],[35,16,20,2],[35,19,20,19],[35,23,20,19,"useAuth"],[35,43,20,26],[35,44,20,26,"useAuth"],[35,51,20,26],[35,53,20,27],[35,54,20,28],[36,6,20,10,"user"],[36,10,20,14],[36,13,20,14,"_useAuth"],[36,21,20,14],[36,22,20,10,"user"],[36,26,20,14],[37,4,21,2],[37,8,21,2,"_useState"],[37,17,21,2],[37,20,21,32],[37,24,21,32,"useState"],[37,30,21,40],[37,31,21,40,"useState"],[37,39,21,40],[37,41,21,41],[37,46,21,46],[37,47,21,47],[38,6,21,47,"_useState2"],[38,16,21,47],[38,23,21,47,"_slicedToArray"],[38,37,21,47],[38,38,21,47,"default"],[38,45,21,47],[38,47,21,47,"_useState"],[38,56,21,47],[39,6,21,9,"loading"],[39,13,21,16],[39,16,21,16,"_useState2"],[39,26,21,16],[40,6,21,18,"setLoading"],[40,16,21,28],[40,19,21,28,"_useState2"],[40,29,21,28],[41,4,22,2],[41,8,22,2,"_useState3"],[41,18,22,2],[41,21,22,44],[41,25,22,44,"useState"],[41,31,22,52],[41,32,22,52,"useState"],[41,40,22,52],[41,42,22,53],[41,44,22,55],[41,45,22,56],[42,6,22,56,"_useState4"],[42,16,22,56],[42,23,22,56,"_slicedToArray"],[42,37,22,56],[42,38,22,56,"default"],[42,45,22,56],[42,47,22,56,"_useState3"],[42,57,22,56],[43,6,22,9,"walletAddress"],[43,19,22,22],[43,22,22,22,"_useState4"],[43,32,22,22],[44,6,22,24,"setWalletAddress"],[44,22,22,40],[44,25,22,40,"_useState4"],[44,35,22,40],[45,4,23,2],[45,8,23,2,"_useState5"],[45,18,23,2],[45,21,23,36],[45,25,23,36,"useState"],[45,31,23,44],[45,32,23,44,"useState"],[45,40,23,44],[45,42,23,45],[45,47,23,50],[45,48,23,51],[46,6,23,51,"_useState6"],[46,16,23,51],[46,23,23,51,"_slicedToArray"],[46,37,23,51],[46,38,23,51,"default"],[46,45,23,51],[46,47,23,51,"_useState5"],[46,57,23,51],[47,6,23,9,"isEditing"],[47,15,23,18],[47,18,23,18,"_useState6"],[47,28,23,18],[48,6,23,20,"setIsEditing"],[48,18,23,32],[48,21,23,32,"_useState6"],[48,31,23,32],[49,4,25,2],[49,8,25,2,"useEffect"],[49,14,25,11],[49,15,25,11,"useEffect"],[49,24,25,11],[49,26,25,12],[49,32,25,18],[50,6,26,4,"loadWalletAddress"],[50,23,26,21],[50,24,26,22],[50,25,26,23],[51,4,27,2],[51,5,27,3],[51,7,27,5],[51,9,27,7],[51,10,27,8],[52,4,29,2],[52,8,29,8,"loadWalletAddress"],[52,25,29,25],[53,6,29,25],[53,10,29,25,"_ref2"],[53,15,29,25],[53,22,29,25,"_asyncToGenerator"],[53,39,29,25],[53,40,29,25,"default"],[53,47,29,25],[53,49,29,28],[53,62,29,40],[54,8,30,4],[54,12,30,8],[55,10,31,6],[55,14,31,12,"response"],[55,22,31,20],[55,31,31,29,"fetch"],[55,36,31,34],[55,37,31,35],[55,40,31,38,"API_ENDPOINTS"],[55,50,31,51],[55,51,31,51,"API_ENDPOINTS"],[55,64,31,51],[55,65,31,52,"AUTH_USER"],[55,74,31,61],[55,75,31,62,"user"],[55,79,31,66],[55,81,31,68,"user_id"],[55,88,31,75],[55,92,31,79],[55,94,31,81],[55,95,31,82],[55,97,31,84],[55,98,31,85],[56,10,32,6],[56,14,32,10,"response"],[56,22,32,18],[56,23,32,19,"ok"],[56,25,32,21],[56,27,32,23],[57,12,33,8],[57,16,33,14,"data"],[57,20,33,18],[57,29,33,27,"response"],[57,37,33,35],[57,38,33,36,"json"],[57,42,33,40],[57,43,33,41],[57,44,33,42],[58,12,34,8,"setWalletAddress"],[58,28,34,24],[58,29,34,25,"data"],[58,33,34,29],[58,34,34,30,"wallet_address"],[58,48,34,44],[58,52,34,48],[58,54,34,50],[58,55,34,51],[59,10,35,6],[60,8,36,4],[60,9,36,5],[60,10,36,6],[60,17,36,13,"error"],[60,22,36,18],[60,24,36,20],[61,10,37,6,"console"],[61,17,37,13],[61,18,37,14,"error"],[61,23,37,19],[61,24,37,20],[61,55,37,51],[61,57,37,53,"error"],[61,62,37,58],[61,63,37,59],[62,8,38,4],[63,6,39,2],[63,7,39,3],[64,6,39,3],[64,22,29,8,"loadWalletAddress"],[64,39,29,25,"loadWalletAddress"],[64,40,29,25],[65,8,29,25],[65,15,29,25,"_ref2"],[65,20,29,25],[65,21,29,25,"apply"],[65,26,29,25],[65,33,29,25,"arguments"],[65,42,29,25],[66,6,29,25],[67,4,29,25],[67,7,39,3],[68,4,41,2],[68,8,41,8,"handleSave"],[68,18,41,18],[69,6,41,18],[69,10,41,18,"_ref3"],[69,15,41,18],[69,22,41,18,"_asyncToGenerator"],[69,39,41,18],[69,40,41,18,"default"],[69,47,41,18],[69,49,41,21],[69,62,41,33],[70,8,42,4],[70,12,42,8],[70,13,42,9,"walletAddress"],[70,26,42,22],[70,27,42,23,"trim"],[70,31,42,27],[70,32,42,28],[70,33,42,29],[70,35,42,31],[71,10,43,6,"Alert"],[71,22,43,11],[71,23,43,11,"Alert"],[71,28,43,11],[71,29,43,12,"alert"],[71,34,43,17],[71,35,43,18],[71,42,43,25],[71,44,43,27],[71,76,43,59],[71,77,43,60],[72,10,44,6],[73,8,45,4],[74,8,47,4,"setLoading"],[74,18,47,14],[74,19,47,15],[74,23,47,19],[74,24,47,20],[75,8,48,4],[75,12,48,8],[76,10,49,6],[76,14,49,12,"backendUrl"],[76,24,49,22],[76,27,49,25],[76,84,49,64],[76,107,49,87],[77,10,50,6],[77,14,50,12,"response"],[77,22,50,20],[77,31,50,29,"fetch"],[77,36,50,34],[77,37,50,35],[77,40,50,38,"backendUrl"],[77,50,50,48],[77,69,50,67],[77,71,50,69],[78,12,51,8,"method"],[78,18,51,14],[78,20,51,16],[78,25,51,21],[79,12,52,8,"headers"],[79,19,52,15],[79,21,52,17],[80,14,53,10],[80,28,53,24],[80,30,53,26],[81,12,54,8],[81,13,54,9],[82,12,55,8,"body"],[82,16,55,12],[82,18,55,14,"JSON"],[82,22,55,18],[82,23,55,19,"stringify"],[82,32,55,28],[82,33,55,29],[83,14,56,10,"user_id"],[83,21,56,17],[83,23,56,19,"user"],[83,27,56,23],[83,29,56,25,"user_id"],[83,36,56,32],[84,14,57,10,"wallet_address"],[84,28,57,24],[84,30,57,26,"walletAddress"],[85,12,58,8],[85,13,58,9],[86,10,59,6],[86,11,59,7],[86,12,59,8],[87,10,61,6],[87,14,61,10,"response"],[87,22,61,18],[87,23,61,19,"ok"],[87,25,61,21],[87,27,61,23],[88,12,62,8,"Alert"],[88,24,62,13],[88,25,62,13,"Alert"],[88,30,62,13],[88,31,62,14,"alert"],[88,36,62,19],[88,37,62,20],[88,46,62,29],[88,48,62,31],[88,86,62,69],[88,87,62,70],[89,12,63,8,"setIsEditing"],[89,24,63,20],[89,25,63,21],[89,30,63,26],[89,31,63,27],[90,10,64,6],[90,11,64,7],[90,17,64,13],[91,12,65,8,"Alert"],[91,24,65,13],[91,25,65,13,"Alert"],[91,30,65,13],[91,31,65,14,"alert"],[91,36,65,19],[91,37,65,20],[91,44,65,27],[91,46,65,29],[91,79,65,62],[91,80,65,63],[92,10,66,6],[93,8,67,4],[93,9,67,5],[93,10,67,6],[93,17,67,13,"error"],[93,22,67,18],[93,24,67,20],[94,10,68,6,"Alert"],[94,22,68,11],[94,23,68,11,"Alert"],[94,28,68,11],[94,29,68,12,"alert"],[94,34,68,17],[94,35,68,18],[94,42,68,25],[94,44,68,27],[94,68,68,51],[94,69,68,52],[95,8,69,4],[95,9,69,5],[95,18,69,14],[96,10,70,6,"setLoading"],[96,20,70,16],[96,21,70,17],[96,26,70,22],[96,27,70,23],[97,8,71,4],[98,6,72,2],[98,7,72,3],[99,6,72,3],[99,22,41,8,"handleSave"],[99,32,41,18,"handleSave"],[99,33,41,18],[100,8,41,18],[100,15,41,18,"_ref3"],[100,20,41,18],[100,21,41,18,"apply"],[100,26,41,18],[100,33,41,18,"arguments"],[100,42,41,18],[101,6,41,18],[102,4,41,18],[102,7,72,3],[103,4,74,2],[103,8,74,8,"copyToClipboard"],[103,23,74,23],[103,26,74,26,"copyToClipboard"],[103,27,74,26],[103,32,74,32],[104,6,75,4,"Clipboard"],[104,18,75,13],[104,19,75,13,"Clipboard"],[104,28,75,13],[104,29,75,14,"setString"],[104,38,75,23],[104,39,75,24,"walletAddress"],[104,52,75,37],[104,53,75,38],[105,6,76,4,"Alert"],[105,18,76,9],[105,19,76,9,"Alert"],[105,24,76,9],[105,25,76,10,"alert"],[105,30,76,15],[105,31,76,16],[105,39,76,24],[105,41,76,26],[105,77,76,62],[105,78,76,63],[106,4,77,2],[106,5,77,3],[107,4,79,2],[107,24,80,4],[107,28,80,4,"_reactJsxDevRuntime"],[107,47,80,4],[107,48,80,4,"jsxDEV"],[107,54,80,4],[107,56,80,5,"_reactNative"],[107,68,80,9],[107,69,80,9,"View"],[107,73,80,9],[108,6,80,10,"style"],[108,11,80,15],[108,13,80,17],[108,14,80,18,"styles"],[108,20,80,24],[108,21,80,25,"container"],[108,30,80,34],[108,32,80,36],[109,8,80,38,"paddingTop"],[109,18,80,48],[109,20,80,50,"insets"],[109,26,80,56],[109,27,80,57,"top"],[110,6,80,61],[110,7,80,62],[110,8,80,64],[111,6,80,64,"children"],[111,14,80,64],[111,30,81,6],[111,34,81,6,"_reactJsxDevRuntime"],[111,53,81,6],[111,54,81,6,"jsxDEV"],[111,60,81,6],[111,62,81,7,"_reactNative"],[111,74,81,11],[111,75,81,11,"View"],[111,79,81,11],[112,8,81,12,"style"],[112,13,81,17],[112,15,81,19,"styles"],[112,21,81,25],[112,22,81,26,"header"],[112,28,81,33],[113,8,81,33,"children"],[113,16,81,33],[113,32,82,8],[113,36,82,8,"_reactJsxDevRuntime"],[113,55,82,8],[113,56,82,8,"jsxDEV"],[113,62,82,8],[113,64,82,9,"_reactNative"],[113,76,82,25],[113,77,82,25,"TouchableOpacity"],[113,93,82,25],[114,10,82,26,"onPress"],[114,17,82,33],[114,19,82,35,"onPress"],[114,20,82,35],[114,25,82,41,"navigation"],[114,35,82,51],[114,36,82,52,"goBack"],[114,42,82,58],[114,43,82,59],[114,44,82,61],[115,10,82,62,"style"],[115,15,82,67],[115,17,82,69,"styles"],[115,23,82,75],[115,24,82,76,"backButton"],[115,34,82,87],[116,10,82,87,"children"],[116,18,82,87],[116,33,83,10],[116,37,83,10,"_reactJsxDevRuntime"],[116,56,83,10],[116,57,83,10,"jsxDEV"],[116,63,83,10],[116,65,83,11,"_expoVectorIcons"],[116,81,83,19],[116,82,83,19,"Ionicons"],[116,90,83,19],[117,12,83,20,"name"],[117,16,83,24],[117,18,83,25],[117,30,83,37],[118,12,83,38,"size"],[118,16,83,42],[118,18,83,44],[118,20,83,47],[119,12,83,48,"color"],[119,17,83,53],[119,19,83,54],[120,10,83,63],[121,12,83,63,"fileName"],[121,20,83,63],[121,22,83,63,"_jsxFileName"],[121,34,83,63],[122,12,83,63,"lineNumber"],[122,22,83,63],[123,12,83,63,"columnNumber"],[123,24,83,63],[124,10,83,63],[124,17,83,65],[125,8,83,66],[126,10,83,66,"fileName"],[126,18,83,66],[126,20,83,66,"_jsxFileName"],[126,32,83,66],[127,10,83,66,"lineNumber"],[127,20,83,66],[128,10,83,66,"columnNumber"],[128,22,83,66],[129,8,83,66],[129,15,84,26],[129,16,84,27],[129,31,85,8],[129,35,85,8,"_reactJsxDevRuntime"],[129,54,85,8],[129,55,85,8,"jsxDEV"],[129,61,85,8],[129,63,85,9,"_reactNative"],[129,75,85,13],[129,76,85,13,"Text"],[129,80,85,13],[130,10,85,14,"style"],[130,15,85,19],[130,17,85,21,"styles"],[130,23,85,27],[130,24,85,28,"headerTitle"],[130,35,85,40],[131,10,85,40,"children"],[131,18,85,40],[131,20,85,41],[132,8,85,55],[133,10,85,55,"fileName"],[133,18,85,55],[133,20,85,55,"_jsxFileName"],[133,32,85,55],[134,10,85,55,"lineNumber"],[134,20,85,55],[135,10,85,55,"columnNumber"],[135,22,85,55],[136,8,85,55],[136,15,85,61],[136,16,85,62],[136,31,86,8],[136,35,86,8,"_reactJsxDevRuntime"],[136,54,86,8],[136,55,86,8,"jsxDEV"],[136,61,86,8],[136,63,86,9,"_reactNative"],[136,75,86,13],[136,76,86,13,"View"],[136,80,86,13],[137,10,86,14,"style"],[137,15,86,19],[137,17,86,21],[138,12,86,23,"width"],[138,17,86,28],[138,19,86,30],[139,10,86,33],[140,8,86,35],[141,10,86,35,"fileName"],[141,18,86,35],[141,20,86,35,"_jsxFileName"],[141,32,86,35],[142,10,86,35,"lineNumber"],[142,20,86,35],[143,10,86,35,"columnNumber"],[143,22,86,35],[144,8,86,35],[144,15,86,37],[144,16,86,38],[145,6,86,38],[146,8,86,38,"fileName"],[146,16,86,38],[146,18,86,38,"_jsxFileName"],[146,30,86,38],[147,8,86,38,"lineNumber"],[147,18,86,38],[148,8,86,38,"columnNumber"],[148,20,86,38],[149,6,86,38],[149,13,87,12],[149,14,87,13],[149,29,89,6],[149,33,89,6,"_reactJsxDevRuntime"],[149,52,89,6],[149,53,89,6,"jsxDEV"],[149,59,89,6],[149,61,89,7,"_reactNative"],[149,73,89,17],[149,74,89,17,"ScrollView"],[149,84,89,17],[150,8,89,18,"contentContainerStyle"],[150,29,89,39],[150,31,89,41,"styles"],[150,37,89,47],[150,38,89,48,"scrollContent"],[150,51,89,62],[151,8,89,62,"children"],[151,16,89,62],[151,32,90,8],[151,36,90,8,"_reactJsxDevRuntime"],[151,55,90,8],[151,56,90,8,"jsxDEV"],[151,62,90,8],[151,64,90,9,"_reactNative"],[151,76,90,13],[151,77,90,13,"View"],[151,81,90,13],[152,10,90,14,"style"],[152,15,90,19],[152,17,90,21,"styles"],[152,23,90,27],[152,24,90,28,"infoBox"],[152,31,90,36],[153,10,90,36,"children"],[153,18,90,36],[153,34,91,10],[153,38,91,10,"_reactJsxDevRuntime"],[153,57,91,10],[153,58,91,10,"jsxDEV"],[153,64,91,10],[153,66,91,11,"_expoVectorIcons"],[153,82,91,19],[153,83,91,19,"Ionicons"],[153,91,91,19],[154,12,91,20,"name"],[154,16,91,24],[154,18,91,25],[154,38,91,45],[155,12,91,46,"size"],[155,16,91,50],[155,18,91,52],[155,20,91,55],[156,12,91,56,"color"],[156,17,91,61],[156,19,91,62],[157,10,91,71],[158,12,91,71,"fileName"],[158,20,91,71],[158,22,91,71,"_jsxFileName"],[158,34,91,71],[159,12,91,71,"lineNumber"],[159,22,91,71],[160,12,91,71,"columnNumber"],[160,24,91,71],[161,10,91,71],[161,17,91,73],[161,18,91,74],[161,33,92,10],[161,37,92,10,"_reactJsxDevRuntime"],[161,56,92,10],[161,57,92,10,"jsxDEV"],[161,63,92,10],[161,65,92,11,"_reactNative"],[161,77,92,15],[161,78,92,15,"Text"],[161,82,92,15],[162,12,92,16,"style"],[162,17,92,21],[162,19,92,23,"styles"],[162,25,92,29],[162,26,92,30,"infoText"],[162,34,92,39],[163,12,92,39,"children"],[163,20,92,39],[163,22,92,40],[164,10,94,10],[165,12,94,10,"fileName"],[165,20,94,10],[165,22,94,10,"_jsxFileName"],[165,34,94,10],[166,12,94,10,"lineNumber"],[166,22,94,10],[167,12,94,10,"columnNumber"],[167,24,94,10],[168,10,94,10],[168,17,94,16],[168,18,94,17],[169,8,94,17],[170,10,94,17,"fileName"],[170,18,94,17],[170,20,94,17,"_jsxFileName"],[170,32,94,17],[171,10,94,17,"lineNumber"],[171,20,94,17],[172,10,94,17,"columnNumber"],[172,22,94,17],[173,8,94,17],[173,15,95,14],[173,16,95,15],[173,31,97,8],[173,35,97,8,"_reactJsxDevRuntime"],[173,54,97,8],[173,55,97,8,"jsxDEV"],[173,61,97,8],[173,63,97,9,"_reactNative"],[173,75,97,13],[173,76,97,13,"View"],[173,80,97,13],[174,10,97,14,"style"],[174,15,97,19],[174,17,97,21,"styles"],[174,23,97,27],[174,24,97,28,"section"],[174,31,97,36],[175,10,97,36,"children"],[175,18,97,36],[175,34,98,10],[175,38,98,10,"_reactJsxDevRuntime"],[175,57,98,10],[175,58,98,10,"jsxDEV"],[175,64,98,10],[175,66,98,11,"_reactNative"],[175,78,98,15],[175,79,98,15,"Text"],[175,83,98,15],[176,12,98,16,"style"],[176,17,98,21],[176,19,98,23,"styles"],[176,25,98,29],[176,26,98,30,"label"],[176,31,98,36],[177,12,98,36,"children"],[177,20,98,36],[177,22,98,37],[178,10,98,51],[179,12,98,51,"fileName"],[179,20,98,51],[179,22,98,51,"_jsxFileName"],[179,34,98,51],[180,12,98,51,"lineNumber"],[180,22,98,51],[181,12,98,51,"columnNumber"],[181,24,98,51],[182,10,98,51],[182,17,98,57],[182,18,98,58],[182,20,99,11,"isEditing"],[182,29,99,20],[182,45,100,12],[182,49,100,12,"_reactJsxDevRuntime"],[182,68,100,12],[182,69,100,12,"jsxDEV"],[182,75,100,12],[182,77,100,13,"_reactNative"],[182,89,100,22],[182,90,100,22,"TextInput"],[182,99,100,22],[183,12,101,14,"style"],[183,17,101,19],[183,19,101,21,"styles"],[183,25,101,27],[183,26,101,28,"input"],[183,31,101,34],[184,12,102,14,"value"],[184,17,102,19],[184,19,102,21,"walletAddress"],[184,32,102,35],[185,12,103,14,"onChangeText"],[185,24,103,26],[185,26,103,28,"setWalletAddress"],[185,42,103,45],[186,12,104,14,"placeholder"],[186,23,104,25],[186,25,104,26],[186,47,104,48],[187,12,105,14,"autoCapitalize"],[187,26,105,28],[187,28,105,29],[187,34,105,35],[188,12,106,14,"multiline"],[188,21,106,23],[189,10,106,23],[190,12,106,23,"fileName"],[190,20,106,23],[190,22,106,23,"_jsxFileName"],[190,34,106,23],[191,12,106,23,"lineNumber"],[191,22,106,23],[192,12,106,23,"columnNumber"],[192,24,106,23],[193,10,106,23],[193,17,107,13],[193,18,107,14],[193,34,109,12],[193,38,109,12,"_reactJsxDevRuntime"],[193,57,109,12],[193,58,109,12,"jsxDEV"],[193,64,109,12],[193,66,109,13,"_reactNative"],[193,78,109,17],[193,79,109,17,"View"],[193,83,109,17],[194,12,109,18,"style"],[194,17,109,23],[194,19,109,25,"styles"],[194,25,109,31],[194,26,109,32,"addressContainer"],[194,42,109,49],[195,12,109,49,"children"],[195,20,109,49],[195,36,110,14],[195,40,110,14,"_reactJsxDevRuntime"],[195,59,110,14],[195,60,110,14,"jsxDEV"],[195,66,110,14],[195,68,110,15,"_reactNative"],[195,80,110,19],[195,81,110,19,"Text"],[195,85,110,19],[196,14,110,20,"style"],[196,19,110,25],[196,21,110,27,"styles"],[196,27,110,33],[196,28,110,34,"addressText"],[196,39,110,46],[197,14,110,47,"numberOfLines"],[197,27,110,60],[197,29,110,62],[197,30,110,64],[198,14,110,64,"children"],[198,22,110,64],[198,24,111,17,"walletAddress"],[198,37,111,30],[198,41,111,34],[199,12,111,57],[200,14,111,57,"fileName"],[200,22,111,57],[200,24,111,57,"_jsxFileName"],[200,36,111,57],[201,14,111,57,"lineNumber"],[201,24,111,57],[202,14,111,57,"columnNumber"],[202,26,111,57],[203,12,111,57],[203,19,112,20],[203,20,112,21],[203,35,113,14],[203,39,113,14,"_reactJsxDevRuntime"],[203,58,113,14],[203,59,113,14,"jsxDEV"],[203,65,113,14],[203,67,113,15,"_reactNative"],[203,79,113,31],[203,80,113,31,"TouchableOpacity"],[203,96,113,31],[204,14,113,32,"onPress"],[204,21,113,39],[204,23,113,41,"copyToClipboard"],[204,38,113,57],[205,14,113,58,"style"],[205,19,113,63],[205,21,113,65,"styles"],[205,27,113,71],[205,28,113,72,"copyButton"],[205,38,113,83],[206,14,113,83,"children"],[206,22,113,83],[206,37,114,16],[206,41,114,16,"_reactJsxDevRuntime"],[206,60,114,16],[206,61,114,16,"jsxDEV"],[206,67,114,16],[206,69,114,17,"_expoVectorIcons"],[206,85,114,25],[206,86,114,25,"Ionicons"],[206,94,114,25],[207,16,114,26,"name"],[207,20,114,30],[207,22,114,31],[207,36,114,45],[208,16,114,46,"size"],[208,20,114,50],[208,22,114,52],[208,24,114,55],[209,16,114,56,"color"],[209,21,114,61],[209,23,114,62],[210,14,114,71],[211,16,114,71,"fileName"],[211,24,114,71],[211,26,114,71,"_jsxFileName"],[211,38,114,71],[212,16,114,71,"lineNumber"],[212,26,114,71],[213,16,114,71,"columnNumber"],[213,28,114,71],[214,14,114,71],[214,21,114,73],[215,12,114,74],[216,14,114,74,"fileName"],[216,22,114,74],[216,24,114,74,"_jsxFileName"],[216,36,114,74],[217,14,114,74,"lineNumber"],[217,24,114,74],[218,14,114,74,"columnNumber"],[218,26,114,74],[219,12,114,74],[219,19,115,32],[219,20,115,33],[220,10,115,33],[221,12,115,33,"fileName"],[221,20,115,33],[221,22,115,33,"_jsxFileName"],[221,34,115,33],[222,12,115,33,"lineNumber"],[222,22,115,33],[223,12,115,33,"columnNumber"],[223,24,115,33],[224,10,115,33],[224,17,116,18],[224,18,117,11],[225,8,117,11],[226,10,117,11,"fileName"],[226,18,117,11],[226,20,117,11,"_jsxFileName"],[226,32,117,11],[227,10,117,11,"lineNumber"],[227,20,117,11],[228,10,117,11,"columnNumber"],[228,22,117,11],[229,8,117,11],[229,15,118,14],[229,16,118,15],[229,18,120,9,"isEditing"],[229,27,120,18],[229,43,121,10],[229,47,121,10,"_reactJsxDevRuntime"],[229,66,121,10],[229,67,121,10,"jsxDEV"],[229,73,121,10],[229,75,121,11,"_reactNative"],[229,87,121,15],[229,88,121,15,"View"],[229,92,121,15],[230,10,121,16,"style"],[230,15,121,21],[230,17,121,23,"styles"],[230,23,121,29],[230,24,121,30,"buttonRow"],[230,33,121,40],[231,10,121,40,"children"],[231,18,121,40],[231,34,122,12],[231,38,122,12,"_reactJsxDevRuntime"],[231,57,122,12],[231,58,122,12,"jsxDEV"],[231,64,122,12],[231,66,122,13,"_reactNative"],[231,78,122,29],[231,79,122,29,"TouchableOpacity"],[231,95,122,29],[232,12,123,14,"style"],[232,17,123,19],[232,19,123,21],[232,20,123,22,"styles"],[232,26,123,28],[232,27,123,29,"button"],[232,33,123,35],[232,35,123,37,"styles"],[232,41,123,43],[232,42,123,44,"cancelButton"],[232,54,123,56],[232,55,123,58],[233,12,124,14,"onPress"],[233,19,124,21],[233,21,124,23,"onPress"],[233,22,124,23],[233,27,124,29],[234,14,125,16,"setIsEditing"],[234,26,125,28],[234,27,125,29],[234,32,125,34],[234,33,125,35],[235,14,126,16,"loadWalletAddress"],[235,31,126,33],[235,32,126,34],[235,33,126,35],[236,12,127,14],[236,13,127,16],[237,12,127,16,"children"],[237,20,127,16],[237,35,129,14],[237,39,129,14,"_reactJsxDevRuntime"],[237,58,129,14],[237,59,129,14,"jsxDEV"],[237,65,129,14],[237,67,129,15,"_reactNative"],[237,79,129,19],[237,80,129,19,"Text"],[237,84,129,19],[238,14,129,20,"style"],[238,19,129,25],[238,21,129,27,"styles"],[238,27,129,33],[238,28,129,34,"cancelButtonText"],[238,44,129,51],[239,14,129,51,"children"],[239,22,129,51],[239,24,129,52],[240,12,129,58],[241,14,129,58,"fileName"],[241,22,129,58],[241,24,129,58,"_jsxFileName"],[241,36,129,58],[242,14,129,58,"lineNumber"],[242,24,129,58],[243,14,129,58,"columnNumber"],[243,26,129,58],[244,12,129,58],[244,19,129,64],[245,10,129,65],[246,12,129,65,"fileName"],[246,20,129,65],[246,22,129,65,"_jsxFileName"],[246,34,129,65],[247,12,129,65,"lineNumber"],[247,22,129,65],[248,12,129,65,"columnNumber"],[248,24,129,65],[249,10,129,65],[249,17,130,30],[249,18,130,31],[249,33,131,12],[249,37,131,12,"_reactJsxDevRuntime"],[249,56,131,12],[249,57,131,12,"jsxDEV"],[249,63,131,12],[249,65,131,13,"_reactNative"],[249,77,131,29],[249,78,131,29,"TouchableOpacity"],[249,94,131,29],[250,12,132,14,"style"],[250,17,132,19],[250,19,132,21],[250,20,132,22,"styles"],[250,26,132,28],[250,27,132,29,"button"],[250,33,132,35],[250,35,132,37,"styles"],[250,41,132,43],[250,42,132,44,"saveButton"],[250,52,132,54],[250,54,132,56,"loading"],[250,61,132,63],[250,65,132,67,"styles"],[250,71,132,73],[250,72,132,74,"saveButtonDisabled"],[250,90,132,92],[250,91,132,94],[251,12,133,14,"onPress"],[251,19,133,21],[251,21,133,23,"handleSave"],[251,31,133,34],[252,12,134,14,"disabled"],[252,20,134,22],[252,22,134,24,"loading"],[252,29,134,32],[253,12,134,32,"children"],[253,20,134,32],[253,22,136,15,"loading"],[253,29,136,22],[253,45,137,16],[253,49,137,16,"_reactJsxDevRuntime"],[253,68,137,16],[253,69,137,16,"jsxDEV"],[253,75,137,16],[253,77,137,17,"_reactNative"],[253,89,137,34],[253,90,137,34,"ActivityIndicator"],[253,107,137,34],[254,14,137,35,"color"],[254,19,137,40],[254,21,137,41],[255,12,137,47],[256,14,137,47,"fileName"],[256,22,137,47],[256,24,137,47,"_jsxFileName"],[256,36,137,47],[257,14,137,47,"lineNumber"],[257,24,137,47],[258,14,137,47,"columnNumber"],[258,26,137,47],[259,12,137,47],[259,19,137,49],[259,20,137,50],[259,36,139,16],[259,40,139,16,"_reactJsxDevRuntime"],[259,59,139,16],[259,60,139,16,"jsxDEV"],[259,66,139,16],[259,68,139,17,"_reactNative"],[259,80,139,21],[259,81,139,21,"Text"],[259,85,139,21],[260,14,139,22,"style"],[260,19,139,27],[260,21,139,29,"styles"],[260,27,139,35],[260,28,139,36,"saveButtonText"],[260,42,139,51],[261,14,139,51,"children"],[261,22,139,51],[261,24,139,52],[262,12,139,56],[263,14,139,56,"fileName"],[263,22,139,56],[263,24,139,56,"_jsxFileName"],[263,36,139,56],[264,14,139,56,"lineNumber"],[264,24,139,56],[265,14,139,56,"columnNumber"],[265,26,139,56],[266,12,139,56],[266,19,139,62],[267,10,140,15],[268,12,140,15,"fileName"],[268,20,140,15],[268,22,140,15,"_jsxFileName"],[268,34,140,15],[269,12,140,15,"lineNumber"],[269,22,140,15],[270,12,140,15,"columnNumber"],[270,24,140,15],[271,10,140,15],[271,17,141,30],[271,18,141,31],[272,8,141,31],[273,10,141,31,"fileName"],[273,18,141,31],[273,20,141,31,"_jsxFileName"],[273,32,141,31],[274,10,141,31,"lineNumber"],[274,20,141,31],[275,10,141,31,"columnNumber"],[275,22,141,31],[276,8,141,31],[276,15,142,16],[276,16,142,17],[276,32,144,10],[276,36,144,10,"_reactJsxDevRuntime"],[276,55,144,10],[276,56,144,10,"jsxDEV"],[276,62,144,10],[276,64,144,11,"_reactNative"],[276,76,144,27],[276,77,144,27,"TouchableOpacity"],[276,93,144,27],[277,10,145,12,"style"],[277,15,145,17],[277,17,145,19,"styles"],[277,23,145,25],[277,24,145,26,"editButton"],[277,34,145,37],[278,10,146,12,"onPress"],[278,17,146,19],[278,19,146,21,"onPress"],[278,20,146,21],[278,25,146,27,"setIsEditing"],[278,37,146,39],[278,38,146,40],[278,42,146,44],[278,43,146,46],[279,10,146,46,"children"],[279,18,146,46],[279,34,148,12],[279,38,148,12,"_reactJsxDevRuntime"],[279,57,148,12],[279,58,148,12,"jsxDEV"],[279,64,148,12],[279,66,148,13,"_expoVectorIcons"],[279,82,148,21],[279,83,148,21,"Ionicons"],[279,91,148,21],[280,12,148,22,"name"],[280,16,148,26],[280,18,148,27],[280,34,148,43],[281,12,148,44,"size"],[281,16,148,48],[281,18,148,50],[281,20,148,53],[282,12,148,54,"color"],[282,17,148,59],[282,19,148,60],[283,10,148,66],[284,12,148,66,"fileName"],[284,20,148,66],[284,22,148,66,"_jsxFileName"],[284,34,148,66],[285,12,148,66,"lineNumber"],[285,22,148,66],[286,12,148,66,"columnNumber"],[286,24,148,66],[287,10,148,66],[287,17,148,68],[287,18,148,69],[287,33,149,12],[287,37,149,12,"_reactJsxDevRuntime"],[287,56,149,12],[287,57,149,12,"jsxDEV"],[287,63,149,12],[287,65,149,13,"_reactNative"],[287,77,149,17],[287,78,149,17,"Text"],[287,82,149,17],[288,12,149,18,"style"],[288,17,149,23],[288,19,149,25,"styles"],[288,25,149,31],[288,26,149,32,"editButtonText"],[288,40,149,47],[289,12,149,47,"children"],[289,20,149,47],[289,22,149,48],[290,10,149,67],[291,12,149,67,"fileName"],[291,20,149,67],[291,22,149,67,"_jsxFileName"],[291,34,149,67],[292,12,149,67,"lineNumber"],[292,22,149,67],[293,12,149,67,"columnNumber"],[293,24,149,67],[294,10,149,67],[294,17,149,73],[294,18,149,74],[295,8,149,74],[296,10,149,74,"fileName"],[296,18,149,74],[296,20,149,74,"_jsxFileName"],[296,32,149,74],[297,10,149,74,"lineNumber"],[297,20,149,74],[298,10,149,74,"columnNumber"],[298,22,149,74],[299,8,149,74],[299,15,150,28],[299,16,151,9],[300,6,151,9],[301,8,151,9,"fileName"],[301,16,151,9],[301,18,151,9,"_jsxFileName"],[301,30,151,9],[302,8,151,9,"lineNumber"],[302,18,151,9],[303,8,151,9,"columnNumber"],[303,20,151,9],[304,6,151,9],[304,13,152,18],[304,14,152,19],[305,4,152,19],[306,6,152,19,"fileName"],[306,14,152,19],[306,16,152,19,"_jsxFileName"],[306,28,152,19],[307,6,152,19,"lineNumber"],[307,16,152,19],[308,6,152,19,"columnNumber"],[308,18,152,19],[309,4,152,19],[309,11,153,10],[309,12,153,11],[310,2,155,0],[311,2,155,1,"_s"],[311,4,155,1],[311,5,18,24,"WalletAddressScreen"],[311,24,18,43],[312,4,18,43],[312,12,19,17,"useSafeAreaInsets"],[312,39,19,34],[312,40,19,34,"useSafeAreaInsets"],[312,57,19,34],[312,59,20,19,"useAuth"],[312,79,20,26],[312,80,20,26,"useAuth"],[312,87,20,26],[313,2,20,26],[314,2,20,26,"_c"],[314,4,20,26],[314,7,18,24,"WalletAddressScreen"],[314,26,18,43],[315,2,157,0],[315,6,157,6,"styles"],[315,12,157,12],[315,15,157,15,"StyleSheet"],[315,27,157,25],[315,28,157,25,"StyleSheet"],[315,38,157,25],[315,39,157,26,"create"],[315,45,157,32],[315,46,157,33],[316,4,158,2,"container"],[316,13,158,11],[316,15,158,13],[317,6,159,4,"flex"],[317,10,159,8],[317,12,159,10],[317,13,159,11],[318,6,160,4,"backgroundColor"],[318,21,160,19],[318,23,160,21],[319,4,161,2],[319,5,161,3],[320,4,162,2,"header"],[320,10,162,8],[320,12,162,10],[321,6,163,4,"flexDirection"],[321,19,163,17],[321,21,163,19],[321,26,163,24],[322,6,164,4,"alignItems"],[322,16,164,14],[322,18,164,16],[322,26,164,24],[323,6,165,4,"justifyContent"],[323,20,165,18],[323,22,165,20],[323,37,165,35],[324,6,166,4,"paddingHorizontal"],[324,23,166,21],[324,25,166,23],[324,27,166,25],[325,6,167,4,"paddingVertical"],[325,21,167,19],[325,23,167,21],[325,25,167,23],[326,6,168,4,"backgroundColor"],[326,21,168,19],[326,23,168,21],[326,29,168,27],[327,6,169,4,"borderBottomWidth"],[327,23,169,21],[327,25,169,23],[327,26,169,24],[328,6,170,4,"borderBottomColor"],[328,23,170,21],[328,25,170,23],[329,4,171,2],[329,5,171,3],[330,4,172,2,"backButton"],[330,14,172,12],[330,16,172,14],[331,6,173,4,"width"],[331,11,173,9],[331,13,173,11],[331,15,173,13],[332,6,174,4,"height"],[332,12,174,10],[332,14,174,12],[332,16,174,14],[333,6,175,4,"borderRadius"],[333,18,175,16],[333,20,175,18],[333,22,175,20],[334,6,176,4,"backgroundColor"],[334,21,176,19],[334,23,176,21],[334,32,176,30],[335,6,177,4,"alignItems"],[335,16,177,14],[335,18,177,16],[335,26,177,24],[336,6,178,4,"justifyContent"],[336,20,178,18],[336,22,178,20],[337,4,179,2],[337,5,179,3],[338,4,180,2,"headerTitle"],[338,15,180,13],[338,17,180,15],[339,6,181,4,"fontSize"],[339,14,181,12],[339,16,181,14],[339,18,181,16],[340,6,182,4,"fontWeight"],[340,16,182,14],[340,18,182,16],[340,23,182,21],[341,6,183,4,"color"],[341,11,183,9],[341,13,183,11],[342,4,184,2],[342,5,184,3],[343,4,185,2,"scrollContent"],[343,17,185,15],[343,19,185,17],[344,6,186,4,"padding"],[344,13,186,11],[344,15,186,13],[344,17,186,15],[345,6,187,4,"paddingBottom"],[345,19,187,17],[345,21,187,19],[346,4,188,2],[346,5,188,3],[347,4,189,2,"infoBox"],[347,11,189,9],[347,13,189,11],[348,6,190,4,"flexDirection"],[348,19,190,17],[348,21,190,19],[348,26,190,24],[349,6,191,4,"alignItems"],[349,16,191,14],[349,18,191,16],[349,26,191,24],[350,6,192,4,"backgroundColor"],[350,21,192,19],[350,23,192,21],[350,32,192,30],[351,6,193,4,"padding"],[351,13,193,11],[351,15,193,13],[351,17,193,15],[352,6,194,4,"borderRadius"],[352,18,194,16],[352,20,194,18],[352,21,194,19],[353,6,195,4,"marginBottom"],[353,18,195,16],[353,20,195,18],[354,4,196,2],[354,5,196,3],[355,4,197,2,"infoText"],[355,12,197,10],[355,14,197,12],[356,6,198,4,"fontSize"],[356,14,198,12],[356,16,198,14],[356,18,198,16],[357,6,199,4,"color"],[357,11,199,9],[357,13,199,11],[357,22,199,20],[358,6,200,4,"marginLeft"],[358,16,200,14],[358,18,200,16],[358,19,200,17],[359,6,201,4,"flex"],[359,10,201,8],[359,12,201,10],[360,4,202,2],[360,5,202,3],[361,4,203,2,"section"],[361,11,203,9],[361,13,203,11],[362,6,204,4,"marginBottom"],[362,18,204,16],[362,20,204,18],[363,4,205,2],[363,5,205,3],[364,4,206,2,"label"],[364,9,206,7],[364,11,206,9],[365,6,207,4,"fontSize"],[365,14,207,12],[365,16,207,14],[365,18,207,16],[366,6,208,4,"fontWeight"],[366,16,208,14],[366,18,208,16],[366,23,208,21],[367,6,209,4,"color"],[367,11,209,9],[367,13,209,11],[367,22,209,20],[368,6,210,4,"marginBottom"],[368,18,210,16],[368,20,210,18],[369,4,211,2],[369,5,211,3],[370,4,212,2,"input"],[370,9,212,7],[370,11,212,9],[371,6,213,4,"backgroundColor"],[371,21,213,19],[371,23,213,21],[371,29,213,27],[372,6,214,4,"padding"],[372,13,214,11],[372,15,214,13],[372,17,214,15],[373,6,215,4,"borderRadius"],[373,18,215,16],[373,20,215,18],[373,22,215,20],[374,6,216,4,"fontSize"],[374,14,216,12],[374,16,216,14],[374,18,216,16],[375,6,217,4,"borderWidth"],[375,17,217,15],[375,19,217,17],[375,20,217,18],[376,6,218,4,"borderColor"],[376,17,218,15],[376,19,218,17],[376,28,218,26],[377,6,219,4,"minHeight"],[377,15,219,13],[377,17,219,15],[377,19,219,17],[378,6,220,4,"textAlignVertical"],[378,23,220,21],[378,25,220,23],[379,4,221,2],[379,5,221,3],[380,4,222,2,"addressContainer"],[380,20,222,18],[380,22,222,20],[381,6,223,4,"flexDirection"],[381,19,223,17],[381,21,223,19],[381,26,223,24],[382,6,224,4,"alignItems"],[382,16,224,14],[382,18,224,16],[382,26,224,24],[383,6,225,4,"backgroundColor"],[383,21,225,19],[383,23,225,21],[383,29,225,27],[384,6,226,4,"padding"],[384,13,226,11],[384,15,226,13],[384,17,226,15],[385,6,227,4,"borderRadius"],[385,18,227,16],[385,20,227,18],[385,22,227,20],[386,6,228,4,"borderWidth"],[386,17,228,15],[386,19,228,17],[386,20,228,18],[387,6,229,4,"borderColor"],[387,17,229,15],[387,19,229,17],[388,4,230,2],[388,5,230,3],[389,4,231,2,"addressText"],[389,15,231,13],[389,17,231,15],[390,6,232,4,"flex"],[390,10,232,8],[390,12,232,10],[390,13,232,11],[391,6,233,4,"fontSize"],[391,14,233,12],[391,16,233,14],[391,18,233,16],[392,6,234,4,"color"],[392,11,234,9],[392,13,234,11],[392,22,234,20],[393,6,235,4,"fontFamily"],[393,16,235,14],[393,18,235,16],[394,4,236,2],[394,5,236,3],[395,4,237,2,"copyButton"],[395,14,237,12],[395,16,237,14],[396,6,238,4,"padding"],[396,13,238,11],[396,15,238,13],[396,16,238,14],[397,6,239,4,"marginLeft"],[397,16,239,14],[397,18,239,16],[398,4,240,2],[398,5,240,3],[399,4,241,2,"buttonRow"],[399,13,241,11],[399,15,241,13],[400,6,242,4,"flexDirection"],[400,19,242,17],[400,21,242,19],[400,26,242,24],[401,6,243,4,"gap"],[401,9,243,7],[401,11,243,9],[401,13,243,11],[402,6,244,4,"marginTop"],[402,15,244,13],[402,17,244,15],[403,4,245,2],[403,5,245,3],[404,4,246,2,"button"],[404,10,246,8],[404,12,246,10],[405,6,247,4,"flex"],[405,10,247,8],[405,12,247,10],[405,13,247,11],[406,6,248,4,"padding"],[406,13,248,11],[406,15,248,13],[406,17,248,15],[407,6,249,4,"borderRadius"],[407,18,249,16],[407,20,249,18],[407,22,249,20],[408,6,250,4,"alignItems"],[408,16,250,14],[408,18,250,16],[409,4,251,2],[409,5,251,3],[410,4,252,2,"cancelButton"],[410,16,252,14],[410,18,252,16],[411,6,253,4,"backgroundColor"],[411,21,253,19],[411,23,253,21],[412,4,254,2],[412,5,254,3],[413,4,255,2,"cancelButtonText"],[413,20,255,18],[413,22,255,20],[414,6,256,4,"fontSize"],[414,14,256,12],[414,16,256,14],[414,18,256,16],[415,6,257,4,"fontWeight"],[415,16,257,14],[415,18,257,16],[415,23,257,21],[416,6,258,4,"color"],[416,11,258,9],[416,13,258,11],[417,4,259,2],[417,5,259,3],[418,4,260,2,"saveButton"],[418,14,260,12],[418,16,260,14],[419,6,261,4,"backgroundColor"],[419,21,261,19],[419,23,261,21],[420,4,262,2],[420,5,262,3],[421,4,263,2,"saveButtonDisabled"],[421,22,263,20],[421,24,263,22],[422,6,264,4,"opacity"],[422,13,264,11],[422,15,264,13],[423,4,265,2],[423,5,265,3],[424,4,266,2,"saveButtonText"],[424,18,266,16],[424,20,266,18],[425,6,267,4,"fontSize"],[425,14,267,12],[425,16,267,14],[425,18,267,16],[426,6,268,4,"fontWeight"],[426,16,268,14],[426,18,268,16],[426,23,268,21],[427,6,269,4,"color"],[427,11,269,9],[427,13,269,11],[428,4,270,2],[428,5,270,3],[429,4,271,2,"editButton"],[429,14,271,12],[429,16,271,14],[430,6,272,4,"flexDirection"],[430,19,272,17],[430,21,272,19],[430,26,272,24],[431,6,273,4,"alignItems"],[431,16,273,14],[431,18,273,16],[431,26,273,24],[432,6,274,4,"justifyContent"],[432,20,274,18],[432,22,274,20],[432,30,274,28],[433,6,275,4,"backgroundColor"],[433,21,275,19],[433,23,275,21],[433,32,275,30],[434,6,276,4,"padding"],[434,13,276,11],[434,15,276,13],[434,17,276,15],[435,6,277,4,"borderRadius"],[435,18,277,16],[435,20,277,18],[435,22,277,20],[436,6,278,4,"marginTop"],[436,15,278,13],[436,17,278,15],[437,4,279,2],[437,5,279,3],[438,4,280,2,"editButtonText"],[438,18,280,16],[438,20,280,18],[439,6,281,4,"fontSize"],[439,14,281,12],[439,16,281,14],[439,18,281,16],[440,6,282,4,"fontWeight"],[440,16,282,14],[440,18,282,16],[440,23,282,21],[441,6,283,4,"color"],[441,11,283,9],[441,13,283,11],[441,19,283,17],[442,6,284,4,"marginLeft"],[442,16,284,14],[442,18,284,16],[443,4,285,2],[444,2,286,0],[444,3,286,1],[444,4,286,2],[445,2,286,3],[445,6,286,3,"_c"],[445,8,286,3],[446,2,286,3,"$RefreshReg$"],[446,14,286,3],[446,15,286,3,"_c"],[446,17,286,3],[447,0,286,3],[447,3]],"functionMap":{"names":["","WalletAddressScreen","useEffect$argument_0","loadWalletAddress","handleSave","copyToClipboard","TouchableOpacity.props.onPress"],"mappings":"AAA;eCiB;YCO;GDE;4BEE;GFU;qBGE;GH+B;0BIE;GJG;mCKK,yBL;uBK0C;eLG;qBKmB,wBL;CDS"},"hasCjsExports":false},"type":"js/module"}]}
\ No newline at end of file
diff --git a/frontend/.metro-cache/cache/f6/a5feaddb444b78e8d30b514b7494d01dce84e8aa4c6ef3a5d0ac5bd461d9e4f4a66a55 b/frontend/.metro-cache/cache/f6/a5feaddb444b78e8d30b514b7494d01dce84e8aa4c6ef3a5d0ac5bd461d9e4f4a66a55
index 3a554746..ede910c1 100644
--- a/frontend/.metro-cache/cache/f6/a5feaddb444b78e8d30b514b7494d01dce84e8aa4c6ef3a5d0ac5bd461d9e4f4a66a55
+++ b/frontend/.metro-cache/cache/f6/a5feaddb444b78e8d30b514b7494d01dce84e8aa4c6ef3a5d0ac5bd461d9e4f4a66a55
@@ -1 +1 @@
-{"dependencies":[{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":40,"index":40}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/View","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"4kYBDC6LJJXoH7P9rWDi3vkLVB0=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Text","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"JKIzsQ5YQ0gDj0MIyY0Q7F1zJtU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/StyleSheet","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"MK7+k1V+KnvCVW7Kj2k/ydtjmVU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/TouchableOpacity","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PnQOoa8QGKpV5+issz6ikk463eg=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/TextInput","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"DmXc1F5dPYWntVgqRwh73w0VngA=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/ScrollView","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"7Gv1K9/TiQvbDXlMy9NOQIEBHDA=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Alert","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PEUC6jrQVoAGZ2qYkvimljMOyJI=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/ActivityIndicator","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"bSAkUkqZq0shBb5bU6kCYXi4ciA=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":12,"column":0,"index":180},"end":{"line":12,"column":46,"index":226}}],"key":"ow7vkrqkIckRjlSi/+MhMmRYtUE=","exportNames":["*"],"imports":1}},{"name":"react-native-safe-area-context","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0,"index":227},"end":{"line":13,"column":67,"index":294}}],"key":"XjdTKvCUWX6CbQzg5fSDHG/WgHk=","exportNames":["*"],"imports":1}},{"name":"../contexts/AuthContext","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":14,"column":0,"index":295},"end":{"line":14,"column":50,"index":345}}],"key":"oNCgyH4yx4pAIVZXLqqRGB2kuCY=","exportNames":["*"],"imports":1}},{"name":"react/jsx-dev-runtime","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"L9D70Z4hi4aGuui1ysja/oQ5ytI=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n var _jsxFileName = \"/app/frontend/src/screens/ChangePasswordScreen.tsx\",\n _s = $RefreshSig$();\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return ChangePasswordScreen;\n }\n });\n var _react = require(_dependencyMap[0], \"react\");\n var _reactNativeWebDistExportsView = require(_dependencyMap[1], \"react-native-web/dist/exports/View\");\n var View = _interopDefault(_reactNativeWebDistExportsView);\n var _reactNativeWebDistExportsText = require(_dependencyMap[2], \"react-native-web/dist/exports/Text\");\n var Text = _interopDefault(_reactNativeWebDistExportsText);\n var _reactNativeWebDistExportsStyleSheet = require(_dependencyMap[3], \"react-native-web/dist/exports/StyleSheet\");\n var StyleSheet = _interopDefault(_reactNativeWebDistExportsStyleSheet);\n var _reactNativeWebDistExportsTouchableOpacity = require(_dependencyMap[4], \"react-native-web/dist/exports/TouchableOpacity\");\n var TouchableOpacity = _interopDefault(_reactNativeWebDistExportsTouchableOpacity);\n var _reactNativeWebDistExportsTextInput = require(_dependencyMap[5], \"react-native-web/dist/exports/TextInput\");\n var TextInput = _interopDefault(_reactNativeWebDistExportsTextInput);\n var _reactNativeWebDistExportsScrollView = require(_dependencyMap[6], \"react-native-web/dist/exports/ScrollView\");\n var ScrollView = _interopDefault(_reactNativeWebDistExportsScrollView);\n var _reactNativeWebDistExportsAlert = require(_dependencyMap[7], \"react-native-web/dist/exports/Alert\");\n var Alert = _interopDefault(_reactNativeWebDistExportsAlert);\n var _reactNativeWebDistExportsActivityIndicator = require(_dependencyMap[8], \"react-native-web/dist/exports/ActivityIndicator\");\n var ActivityIndicator = _interopDefault(_reactNativeWebDistExportsActivityIndicator);\n var _expoVectorIcons = require(_dependencyMap[9], \"@expo/vector-icons\");\n var _reactNativeSafeAreaContext = require(_dependencyMap[10], \"react-native-safe-area-context\");\n var _contextsAuthContext = require(_dependencyMap[11], \"../contexts/AuthContext\");\n var _reactJsxDevRuntime = require(_dependencyMap[12], \"react/jsx-dev-runtime\");\n function ChangePasswordScreen({\n navigation\n }) {\n _s();\n const insets = (0, _reactNativeSafeAreaContext.useSafeAreaInsets)();\n const {\n user\n } = (0, _contextsAuthContext.useAuth)();\n const [loading, setLoading] = (0, _react.useState)(false);\n const [currentPassword, setCurrentPassword] = (0, _react.useState)('');\n const [newPassword, setNewPassword] = (0, _react.useState)('');\n const [confirmPassword, setConfirmPassword] = (0, _react.useState)('');\n const [showCurrent, setShowCurrent] = (0, _react.useState)(false);\n const [showNew, setShowNew] = (0, _react.useState)(false);\n const [showConfirm, setShowConfirm] = (0, _react.useState)(false);\n const handleChangePassword = async () => {\n if (!currentPassword || !newPassword || !confirmPassword) {\n Alert.default.alert('Error', 'Please fill in all fields');\n return;\n }\n if (newPassword !== confirmPassword) {\n Alert.default.alert('Error', 'New passwords do not match');\n return;\n }\n if (newPassword.length < 8) {\n Alert.default.alert('Error', 'Password must be at least 8 characters');\n return;\n }\n setLoading(true);\n try {\n const backendUrl = \"https://digital-kurdistan.preview.emergentagent.com\" || 'http://localhost:8001';\n const response = await fetch(`${backendUrl}/api/auth/change-password`, {\n method: 'POST',\n headers: {\n 'Content-Type': 'application/json'\n },\n body: JSON.stringify({\n user_id: user?.user_id,\n current_password: currentPassword,\n new_password: newPassword\n })\n });\n if (response.ok) {\n Alert.default.alert('Success', 'Password changed successfully!', [{\n text: 'OK',\n onPress: () => navigation.goBack()\n }]);\n } else {\n Alert.default.alert('Error', 'Failed to change password');\n }\n } catch (error) {\n Alert.default.alert('Error', 'Network error occurred');\n } finally {\n setLoading(false);\n }\n };\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: [styles.container, {\n paddingTop: insets.top\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.header,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n onPress: () => navigation.goBack(),\n style: styles.backButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"arrow-back\",\n size: 24,\n color: \"#1F2937\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 76,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 75,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.headerTitle,\n children: \"Change Password\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 78,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: {\n width: 40\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 79,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 74,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n contentContainerStyle: styles.scrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.infoBox,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"information-circle\",\n size: 20,\n color: \"#3B82F6\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 84,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.infoText,\n children: \"Password must be at least 8 characters long\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 85,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 83,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.label,\n children: \"Current Password\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 91,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.passwordContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TextInput.default, {\n style: styles.passwordInput,\n value: currentPassword,\n onChangeText: setCurrentPassword,\n placeholder: \"Enter current password\",\n secureTextEntry: !showCurrent,\n autoCapitalize: \"none\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 93,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n onPress: () => setShowCurrent(!showCurrent),\n style: styles.eyeButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: showCurrent ? 'eye-off' : 'eye',\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 105,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 101,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 92,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 90,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.label,\n children: \"New Password\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 115,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.passwordContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TextInput.default, {\n style: styles.passwordInput,\n value: newPassword,\n onChangeText: setNewPassword,\n placeholder: \"Enter new password\",\n secureTextEntry: !showNew,\n autoCapitalize: \"none\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 117,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n onPress: () => setShowNew(!showNew),\n style: styles.eyeButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: showNew ? 'eye-off' : 'eye',\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 129,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 125,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 116,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 114,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.label,\n children: \"Confirm New Password\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 139,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.passwordContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TextInput.default, {\n style: styles.passwordInput,\n value: confirmPassword,\n onChangeText: setConfirmPassword,\n placeholder: \"Confirm new password\",\n secureTextEntry: !showConfirm,\n autoCapitalize: \"none\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 141,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n onPress: () => setShowConfirm(!showConfirm),\n style: styles.eyeButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: showConfirm ? 'eye-off' : 'eye',\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 153,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 149,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 140,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 138,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: [styles.saveButton, loading && styles.saveButtonDisabled],\n onPress: handleChangePassword,\n disabled: loading,\n children: loading ? /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ActivityIndicator.default, {\n color: \"#FFF\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 168,\n columnNumber: 13\n }, this) : /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.saveButtonText,\n children: \"Change Password\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 170,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 162,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 82,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 73,\n columnNumber: 5\n }, this);\n }\n _s(ChangePasswordScreen, \"+yRQisd2Yq4sC+hyXIvFoizq1nA=\", false, function () {\n return [_reactNativeSafeAreaContext.useSafeAreaInsets, _contextsAuthContext.useAuth];\n });\n _c = ChangePasswordScreen;\n const styles = StyleSheet.default.create({\n container: {\n flex: 1,\n backgroundColor: '#F8F9FA'\n },\n header: {\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'space-between',\n paddingHorizontal: 16,\n paddingVertical: 16,\n backgroundColor: '#FFF',\n borderBottomWidth: 1,\n borderBottomColor: '#E5E7EB'\n },\n backButton: {\n width: 40,\n height: 40,\n borderRadius: 20,\n backgroundColor: '#F3F4F6',\n alignItems: 'center',\n justifyContent: 'center'\n },\n headerTitle: {\n fontSize: 18,\n fontWeight: '700',\n color: '#1F2937'\n },\n scrollContent: {\n padding: 16,\n paddingBottom: 80\n },\n infoBox: {\n flexDirection: 'row',\n alignItems: 'center',\n backgroundColor: '#DBEAFE',\n padding: 12,\n borderRadius: 8,\n marginBottom: 24\n },\n infoText: {\n fontSize: 14,\n color: '#1E40AF',\n marginLeft: 8,\n flex: 1\n },\n section: {\n marginBottom: 20\n },\n label: {\n fontSize: 14,\n fontWeight: '600',\n color: '#374151',\n marginBottom: 8\n },\n passwordContainer: {\n flexDirection: 'row',\n alignItems: 'center',\n backgroundColor: '#FFF',\n borderRadius: 12,\n borderWidth: 1,\n borderColor: '#E5E7EB'\n },\n passwordInput: {\n flex: 1,\n padding: 16,\n fontSize: 16\n },\n eyeButton: {\n padding: 12\n },\n saveButton: {\n backgroundColor: '#EE2A35',\n padding: 16,\n borderRadius: 12,\n alignItems: 'center',\n marginTop: 24\n },\n saveButtonDisabled: {\n opacity: 0.6\n },\n saveButtonText: {\n fontSize: 16,\n fontWeight: '600',\n color: '#FFF'\n }\n });\n var _c;\n $RefreshReg$(_c, \"ChangePasswordScreen\");\n});","lineCount":434,"map":[[14,2,16,15,"Object"],[14,8,16,15],[14,9,16,15,"defineProperty"],[14,23,16,15],[14,24,16,15,"exports"],[14,31,16,15],[15,4,16,15,"enumerable"],[15,14,16,15],[16,4,16,15,"get"],[16,7,16,15],[16,18,16,15,"get"],[16,19,16,15],[17,6,16,15],[17,13,16,15,"ChangePasswordScreen"],[17,33,16,15],[18,4,16,15],[19,2,16,15],[20,2,1,0],[20,6,1,0,"_react"],[20,12,1,0],[20,15,1,0,"require"],[20,22,1,0],[20,23,1,0,"_dependencyMap"],[20,37,1,0],[21,2,1,40],[21,6,1,40,"_reactNativeWebDistExportsView"],[21,36,1,40],[21,39,1,40,"require"],[21,46,1,40],[21,47,1,40,"_dependencyMap"],[21,61,1,40],[22,2,1,40],[22,6,1,40,"View"],[22,10,1,40],[22,13,1,40,"_interopDefault"],[22,28,1,40],[22,29,1,40,"_reactNativeWebDistExportsView"],[22,59,1,40],[23,2,1,40],[23,6,1,40,"_reactNativeWebDistExportsText"],[23,36,1,40],[23,39,1,40,"require"],[23,46,1,40],[23,47,1,40,"_dependencyMap"],[23,61,1,40],[24,2,1,40],[24,6,1,40,"Text"],[24,10,1,40],[24,13,1,40,"_interopDefault"],[24,28,1,40],[24,29,1,40,"_reactNativeWebDistExportsText"],[24,59,1,40],[25,2,1,40],[25,6,1,40,"_reactNativeWebDistExportsStyleSheet"],[25,42,1,40],[25,45,1,40,"require"],[25,52,1,40],[25,53,1,40,"_dependencyMap"],[25,67,1,40],[26,2,1,40],[26,6,1,40,"StyleSheet"],[26,16,1,40],[26,19,1,40,"_interopDefault"],[26,34,1,40],[26,35,1,40,"_reactNativeWebDistExportsStyleSheet"],[26,71,1,40],[27,2,1,40],[27,6,1,40,"_reactNativeWebDistExportsTouchableOpacity"],[27,48,1,40],[27,51,1,40,"require"],[27,58,1,40],[27,59,1,40,"_dependencyMap"],[27,73,1,40],[28,2,1,40],[28,6,1,40,"TouchableOpacity"],[28,22,1,40],[28,25,1,40,"_interopDefault"],[28,40,1,40],[28,41,1,40,"_reactNativeWebDistExportsTouchableOpacity"],[28,83,1,40],[29,2,1,40],[29,6,1,40,"_reactNativeWebDistExportsTextInput"],[29,41,1,40],[29,44,1,40,"require"],[29,51,1,40],[29,52,1,40,"_dependencyMap"],[29,66,1,40],[30,2,1,40],[30,6,1,40,"TextInput"],[30,15,1,40],[30,18,1,40,"_interopDefault"],[30,33,1,40],[30,34,1,40,"_reactNativeWebDistExportsTextInput"],[30,69,1,40],[31,2,1,40],[31,6,1,40,"_reactNativeWebDistExportsScrollView"],[31,42,1,40],[31,45,1,40,"require"],[31,52,1,40],[31,53,1,40,"_dependencyMap"],[31,67,1,40],[32,2,1,40],[32,6,1,40,"ScrollView"],[32,16,1,40],[32,19,1,40,"_interopDefault"],[32,34,1,40],[32,35,1,40,"_reactNativeWebDistExportsScrollView"],[32,71,1,40],[33,2,1,40],[33,6,1,40,"_reactNativeWebDistExportsAlert"],[33,37,1,40],[33,40,1,40,"require"],[33,47,1,40],[33,48,1,40,"_dependencyMap"],[33,62,1,40],[34,2,1,40],[34,6,1,40,"Alert"],[34,11,1,40],[34,14,1,40,"_interopDefault"],[34,29,1,40],[34,30,1,40,"_reactNativeWebDistExportsAlert"],[34,61,1,40],[35,2,1,40],[35,6,1,40,"_reactNativeWebDistExportsActivityIndicator"],[35,49,1,40],[35,52,1,40,"require"],[35,59,1,40],[35,60,1,40,"_dependencyMap"],[35,74,1,40],[36,2,1,40],[36,6,1,40,"ActivityIndicator"],[36,23,1,40],[36,26,1,40,"_interopDefault"],[36,41,1,40],[36,42,1,40,"_reactNativeWebDistExportsActivityIndicator"],[36,85,1,40],[37,2,12,0],[37,6,12,0,"_expoVectorIcons"],[37,22,12,0],[37,25,12,0,"require"],[37,32,12,0],[37,33,12,0,"_dependencyMap"],[37,47,12,0],[38,2,13,0],[38,6,13,0,"_reactNativeSafeAreaContext"],[38,33,13,0],[38,36,13,0,"require"],[38,43,13,0],[38,44,13,0,"_dependencyMap"],[38,58,13,0],[39,2,14,0],[39,6,14,0,"_contextsAuthContext"],[39,26,14,0],[39,29,14,0,"require"],[39,36,14,0],[39,37,14,0,"_dependencyMap"],[39,51,14,0],[40,2,14,50],[40,6,14,50,"_reactJsxDevRuntime"],[40,25,14,50],[40,28,14,50,"require"],[40,35,14,50],[40,36,14,50,"_dependencyMap"],[40,50,14,50],[41,2,16,15],[41,11,16,24,"ChangePasswordScreen"],[41,31,16,44,"ChangePasswordScreen"],[41,32,16,45],[42,4,16,47,"navigation"],[43,2,16,63],[43,3,16,64],[43,5,16,66],[44,4,16,66,"_s"],[44,6,16,66],[45,4,17,2],[45,10,17,8,"insets"],[45,16,17,14],[45,19,17,17],[45,23,17,17,"useSafeAreaInsets"],[45,50,17,34],[45,51,17,34,"useSafeAreaInsets"],[45,68,17,34],[45,70,17,35],[45,71,17,36],[46,4,18,2],[46,10,18,8],[47,6,18,10,"user"],[48,4,18,15],[48,5,18,16],[48,8,18,19],[48,12,18,19,"useAuth"],[48,32,18,26],[48,33,18,26,"useAuth"],[48,40,18,26],[48,42,18,27],[48,43,18,28],[49,4,19,2],[49,10,19,8],[49,11,19,9,"loading"],[49,18,19,16],[49,20,19,18,"setLoading"],[49,30,19,28],[49,31,19,29],[49,34,19,32],[49,38,19,32,"useState"],[49,44,19,40],[49,45,19,40,"useState"],[49,53,19,40],[49,55,19,41],[49,60,19,46],[49,61,19,47],[50,4,20,2],[50,10,20,8],[50,11,20,9,"currentPassword"],[50,26,20,24],[50,28,20,26,"setCurrentPassword"],[50,46,20,44],[50,47,20,45],[50,50,20,48],[50,54,20,48,"useState"],[50,60,20,56],[50,61,20,56,"useState"],[50,69,20,56],[50,71,20,57],[50,73,20,59],[50,74,20,60],[51,4,21,2],[51,10,21,8],[51,11,21,9,"newPassword"],[51,22,21,20],[51,24,21,22,"setNewPassword"],[51,38,21,36],[51,39,21,37],[51,42,21,40],[51,46,21,40,"useState"],[51,52,21,48],[51,53,21,48,"useState"],[51,61,21,48],[51,63,21,49],[51,65,21,51],[51,66,21,52],[52,4,22,2],[52,10,22,8],[52,11,22,9,"confirmPassword"],[52,26,22,24],[52,28,22,26,"setConfirmPassword"],[52,46,22,44],[52,47,22,45],[52,50,22,48],[52,54,22,48,"useState"],[52,60,22,56],[52,61,22,56,"useState"],[52,69,22,56],[52,71,22,57],[52,73,22,59],[52,74,22,60],[53,4,23,2],[53,10,23,8],[53,11,23,9,"showCurrent"],[53,22,23,20],[53,24,23,22,"setShowCurrent"],[53,38,23,36],[53,39,23,37],[53,42,23,40],[53,46,23,40,"useState"],[53,52,23,48],[53,53,23,48,"useState"],[53,61,23,48],[53,63,23,49],[53,68,23,54],[53,69,23,55],[54,4,24,2],[54,10,24,8],[54,11,24,9,"showNew"],[54,18,24,16],[54,20,24,18,"setShowNew"],[54,30,24,28],[54,31,24,29],[54,34,24,32],[54,38,24,32,"useState"],[54,44,24,40],[54,45,24,40,"useState"],[54,53,24,40],[54,55,24,41],[54,60,24,46],[54,61,24,47],[55,4,25,2],[55,10,25,8],[55,11,25,9,"showConfirm"],[55,22,25,20],[55,24,25,22,"setShowConfirm"],[55,38,25,36],[55,39,25,37],[55,42,25,40],[55,46,25,40,"useState"],[55,52,25,48],[55,53,25,48,"useState"],[55,61,25,48],[55,63,25,49],[55,68,25,54],[55,69,25,55],[56,4,27,2],[56,10,27,8,"handleChangePassword"],[56,30,27,28],[56,33,27,31],[56,39,27,31,"handleChangePassword"],[56,40,27,31],[56,45,27,43],[57,6,28,4],[57,10,28,8],[57,11,28,9,"currentPassword"],[57,26,28,24],[57,30,28,28],[57,31,28,29,"newPassword"],[57,42,28,40],[57,46,28,44],[57,47,28,45,"confirmPassword"],[57,62,28,60],[57,64,28,62],[58,8,29,6,"Alert"],[58,13,29,11],[58,14,29,11,"default"],[58,21,29,11],[58,22,29,12,"alert"],[58,27,29,17],[58,28,29,18],[58,35,29,25],[58,37,29,27],[58,64,29,54],[58,65,29,55],[59,8,30,6],[60,6,31,4],[61,6,33,4],[61,10,33,8,"newPassword"],[61,21,33,19],[61,26,33,24,"confirmPassword"],[61,41,33,39],[61,43,33,41],[62,8,34,6,"Alert"],[62,13,34,11],[62,14,34,11,"default"],[62,21,34,11],[62,22,34,12,"alert"],[62,27,34,17],[62,28,34,18],[62,35,34,25],[62,37,34,27],[62,65,34,55],[62,66,34,56],[63,8,35,6],[64,6,36,4],[65,6,38,4],[65,10,38,8,"newPassword"],[65,21,38,19],[65,22,38,20,"length"],[65,28,38,26],[65,31,38,29],[65,32,38,30],[65,34,38,32],[66,8,39,6,"Alert"],[66,13,39,11],[66,14,39,11,"default"],[66,21,39,11],[66,22,39,12,"alert"],[66,27,39,17],[66,28,39,18],[66,35,39,25],[66,37,39,27],[66,77,39,67],[66,78,39,68],[67,8,40,6],[68,6,41,4],[69,6,43,4,"setLoading"],[69,16,43,14],[69,17,43,15],[69,21,43,19],[69,22,43,20],[70,6,44,4],[70,10,44,8],[71,8,45,6],[71,14,45,12,"backendUrl"],[71,24,45,22],[71,27,45,25],[71,84,45,64],[71,107,45,87],[72,8,46,6],[72,14,46,12,"response"],[72,22,46,20],[72,25,46,23],[72,31,46,29,"fetch"],[72,36,46,34],[72,37,46,35],[72,40,46,38,"backendUrl"],[72,50,46,48],[72,77,46,75],[72,79,46,77],[73,10,47,8,"method"],[73,16,47,14],[73,18,47,16],[73,24,47,22],[74,10,48,8,"headers"],[74,17,48,15],[74,19,48,17],[75,12,49,10],[75,26,49,24],[75,28,49,26],[76,10,50,8],[76,11,50,9],[77,10,51,8,"body"],[77,14,51,12],[77,16,51,14,"JSON"],[77,20,51,18],[77,21,51,19,"stringify"],[77,30,51,28],[77,31,51,29],[78,12,52,10,"user_id"],[78,19,52,17],[78,21,52,19,"user"],[78,25,52,23],[78,27,52,25,"user_id"],[78,34,52,32],[79,12,53,10,"current_password"],[79,28,53,26],[79,30,53,28,"currentPassword"],[79,45,53,43],[80,12,54,10,"new_password"],[80,24,54,22],[80,26,54,24,"newPassword"],[81,10,55,8],[81,11,55,9],[82,8,56,6],[82,9,56,7],[82,10,56,8],[83,8,58,6],[83,12,58,10,"response"],[83,20,58,18],[83,21,58,19,"ok"],[83,23,58,21],[83,25,58,23],[84,10,59,8,"Alert"],[84,15,59,13],[84,16,59,13,"default"],[84,23,59,13],[84,24,59,14,"alert"],[84,29,59,19],[84,30,59,20],[84,39,59,29],[84,41,59,31],[84,73,59,63],[84,75,59,65],[84,76,60,10],[85,12,60,12,"text"],[85,16,60,16],[85,18,60,18],[85,22,60,22],[86,12,60,24,"onPress"],[86,19,60,31],[86,21,60,33,"onPress"],[86,22,60,33],[86,27,60,39,"navigation"],[86,37,60,49],[86,38,60,50,"goBack"],[86,44,60,56],[86,45,60,57],[87,10,60,59],[87,11,60,60],[87,12,61,9],[87,13,61,10],[88,8,62,6],[88,9,62,7],[88,15,62,13],[89,10,63,8,"Alert"],[89,15,63,13],[89,16,63,13,"default"],[89,23,63,13],[89,24,63,14,"alert"],[89,29,63,19],[89,30,63,20],[89,37,63,27],[89,39,63,29],[89,66,63,56],[89,67,63,57],[90,8,64,6],[91,6,65,4],[91,7,65,5],[91,8,65,6],[91,15,65,13,"error"],[91,20,65,18],[91,22,65,20],[92,8,66,6,"Alert"],[92,13,66,11],[92,14,66,11,"default"],[92,21,66,11],[92,22,66,12,"alert"],[92,27,66,17],[92,28,66,18],[92,35,66,25],[92,37,66,27],[92,61,66,51],[92,62,66,52],[93,6,67,4],[93,7,67,5],[93,16,67,14],[94,8,68,6,"setLoading"],[94,18,68,16],[94,19,68,17],[94,24,68,22],[94,25,68,23],[95,6,69,4],[96,4,70,2],[96,5,70,3],[97,4,72,2],[97,24,73,4],[97,28,73,4,"_reactJsxDevRuntime"],[97,47,73,4],[97,48,73,4,"jsxDEV"],[97,54,73,4],[97,56,73,5,"View"],[97,60,73,9],[97,61,73,9,"default"],[97,68,73,9],[98,6,73,10,"style"],[98,11,73,15],[98,13,73,17],[98,14,73,18,"styles"],[98,20,73,24],[98,21,73,25,"container"],[98,30,73,34],[98,32,73,36],[99,8,73,38,"paddingTop"],[99,18,73,48],[99,20,73,50,"insets"],[99,26,73,56],[99,27,73,57,"top"],[100,6,73,61],[100,7,73,62],[100,8,73,64],[101,6,73,64,"children"],[101,14,73,64],[101,30,74,6],[101,34,74,6,"_reactJsxDevRuntime"],[101,53,74,6],[101,54,74,6,"jsxDEV"],[101,60,74,6],[101,62,74,7,"View"],[101,66,74,11],[101,67,74,11,"default"],[101,74,74,11],[102,8,74,12,"style"],[102,13,74,17],[102,15,74,19,"styles"],[102,21,74,25],[102,22,74,26,"header"],[102,28,74,33],[103,8,74,33,"children"],[103,16,74,33],[103,32,75,8],[103,36,75,8,"_reactJsxDevRuntime"],[103,55,75,8],[103,56,75,8,"jsxDEV"],[103,62,75,8],[103,64,75,9,"TouchableOpacity"],[103,80,75,25],[103,81,75,25,"default"],[103,88,75,25],[104,10,75,26,"onPress"],[104,17,75,33],[104,19,75,35,"onPress"],[104,20,75,35],[104,25,75,41,"navigation"],[104,35,75,51],[104,36,75,52,"goBack"],[104,42,75,58],[104,43,75,59],[104,44,75,61],[105,10,75,62,"style"],[105,15,75,67],[105,17,75,69,"styles"],[105,23,75,75],[105,24,75,76,"backButton"],[105,34,75,87],[106,10,75,87,"children"],[106,18,75,87],[106,33,76,10],[106,37,76,10,"_reactJsxDevRuntime"],[106,56,76,10],[106,57,76,10,"jsxDEV"],[106,63,76,10],[106,65,76,11,"_expoVectorIcons"],[106,81,76,19],[106,82,76,19,"Ionicons"],[106,90,76,19],[107,12,76,20,"name"],[107,16,76,24],[107,18,76,25],[107,30,76,37],[108,12,76,38,"size"],[108,16,76,42],[108,18,76,44],[108,20,76,47],[109,12,76,48,"color"],[109,17,76,53],[109,19,76,54],[110,10,76,63],[111,12,76,63,"fileName"],[111,20,76,63],[111,22,76,63,"_jsxFileName"],[111,34,76,63],[112,12,76,63,"lineNumber"],[112,22,76,63],[113,12,76,63,"columnNumber"],[113,24,76,63],[114,10,76,63],[114,17,76,65],[115,8,76,66],[116,10,76,66,"fileName"],[116,18,76,66],[116,20,76,66,"_jsxFileName"],[116,32,76,66],[117,10,76,66,"lineNumber"],[117,20,76,66],[118,10,76,66,"columnNumber"],[118,22,76,66],[119,8,76,66],[119,15,77,26],[119,16,77,27],[119,31,78,8],[119,35,78,8,"_reactJsxDevRuntime"],[119,54,78,8],[119,55,78,8,"jsxDEV"],[119,61,78,8],[119,63,78,9,"Text"],[119,67,78,13],[119,68,78,13,"default"],[119,75,78,13],[120,10,78,14,"style"],[120,15,78,19],[120,17,78,21,"styles"],[120,23,78,27],[120,24,78,28,"headerTitle"],[120,35,78,40],[121,10,78,40,"children"],[121,18,78,40],[121,20,78,41],[122,8,78,56],[123,10,78,56,"fileName"],[123,18,78,56],[123,20,78,56,"_jsxFileName"],[123,32,78,56],[124,10,78,56,"lineNumber"],[124,20,78,56],[125,10,78,56,"columnNumber"],[125,22,78,56],[126,8,78,56],[126,15,78,62],[126,16,78,63],[126,31,79,8],[126,35,79,8,"_reactJsxDevRuntime"],[126,54,79,8],[126,55,79,8,"jsxDEV"],[126,61,79,8],[126,63,79,9,"View"],[126,67,79,13],[126,68,79,13,"default"],[126,75,79,13],[127,10,79,14,"style"],[127,15,79,19],[127,17,79,21],[128,12,79,23,"width"],[128,17,79,28],[128,19,79,30],[129,10,79,33],[130,8,79,35],[131,10,79,35,"fileName"],[131,18,79,35],[131,20,79,35,"_jsxFileName"],[131,32,79,35],[132,10,79,35,"lineNumber"],[132,20,79,35],[133,10,79,35,"columnNumber"],[133,22,79,35],[134,8,79,35],[134,15,79,37],[134,16,79,38],[135,6,79,38],[136,8,79,38,"fileName"],[136,16,79,38],[136,18,79,38,"_jsxFileName"],[136,30,79,38],[137,8,79,38,"lineNumber"],[137,18,79,38],[138,8,79,38,"columnNumber"],[138,20,79,38],[139,6,79,38],[139,13,80,12],[139,14,80,13],[139,29,82,6],[139,33,82,6,"_reactJsxDevRuntime"],[139,52,82,6],[139,53,82,6,"jsxDEV"],[139,59,82,6],[139,61,82,7,"ScrollView"],[139,71,82,17],[139,72,82,17,"default"],[139,79,82,17],[140,8,82,18,"contentContainerStyle"],[140,29,82,39],[140,31,82,41,"styles"],[140,37,82,47],[140,38,82,48,"scrollContent"],[140,51,82,62],[141,8,82,62,"children"],[141,16,82,62],[141,32,83,8],[141,36,83,8,"_reactJsxDevRuntime"],[141,55,83,8],[141,56,83,8,"jsxDEV"],[141,62,83,8],[141,64,83,9,"View"],[141,68,83,13],[141,69,83,13,"default"],[141,76,83,13],[142,10,83,14,"style"],[142,15,83,19],[142,17,83,21,"styles"],[142,23,83,27],[142,24,83,28,"infoBox"],[142,31,83,36],[143,10,83,36,"children"],[143,18,83,36],[143,34,84,10],[143,38,84,10,"_reactJsxDevRuntime"],[143,57,84,10],[143,58,84,10,"jsxDEV"],[143,64,84,10],[143,66,84,11,"_expoVectorIcons"],[143,82,84,19],[143,83,84,19,"Ionicons"],[143,91,84,19],[144,12,84,20,"name"],[144,16,84,24],[144,18,84,25],[144,38,84,45],[145,12,84,46,"size"],[145,16,84,50],[145,18,84,52],[145,20,84,55],[146,12,84,56,"color"],[146,17,84,61],[146,19,84,62],[147,10,84,71],[148,12,84,71,"fileName"],[148,20,84,71],[148,22,84,71,"_jsxFileName"],[148,34,84,71],[149,12,84,71,"lineNumber"],[149,22,84,71],[150,12,84,71,"columnNumber"],[150,24,84,71],[151,10,84,71],[151,17,84,73],[151,18,84,74],[151,33,85,10],[151,37,85,10,"_reactJsxDevRuntime"],[151,56,85,10],[151,57,85,10,"jsxDEV"],[151,63,85,10],[151,65,85,11,"Text"],[151,69,85,15],[151,70,85,15,"default"],[151,77,85,15],[152,12,85,16,"style"],[152,17,85,21],[152,19,85,23,"styles"],[152,25,85,29],[152,26,85,30,"infoText"],[152,34,85,39],[153,12,85,39,"children"],[153,20,85,39],[153,22,85,40],[154,10,87,10],[155,12,87,10,"fileName"],[155,20,87,10],[155,22,87,10,"_jsxFileName"],[155,34,87,10],[156,12,87,10,"lineNumber"],[156,22,87,10],[157,12,87,10,"columnNumber"],[157,24,87,10],[158,10,87,10],[158,17,87,16],[158,18,87,17],[159,8,87,17],[160,10,87,17,"fileName"],[160,18,87,17],[160,20,87,17,"_jsxFileName"],[160,32,87,17],[161,10,87,17,"lineNumber"],[161,20,87,17],[162,10,87,17,"columnNumber"],[162,22,87,17],[163,8,87,17],[163,15,88,14],[163,16,88,15],[163,31,90,8],[163,35,90,8,"_reactJsxDevRuntime"],[163,54,90,8],[163,55,90,8,"jsxDEV"],[163,61,90,8],[163,63,90,9,"View"],[163,67,90,13],[163,68,90,13,"default"],[163,75,90,13],[164,10,90,14,"style"],[164,15,90,19],[164,17,90,21,"styles"],[164,23,90,27],[164,24,90,28,"section"],[164,31,90,36],[165,10,90,36,"children"],[165,18,90,36],[165,34,91,10],[165,38,91,10,"_reactJsxDevRuntime"],[165,57,91,10],[165,58,91,10,"jsxDEV"],[165,64,91,10],[165,66,91,11,"Text"],[165,70,91,15],[165,71,91,15,"default"],[165,78,91,15],[166,12,91,16,"style"],[166,17,91,21],[166,19,91,23,"styles"],[166,25,91,29],[166,26,91,30,"label"],[166,31,91,36],[167,12,91,36,"children"],[167,20,91,36],[167,22,91,37],[168,10,91,53],[169,12,91,53,"fileName"],[169,20,91,53],[169,22,91,53,"_jsxFileName"],[169,34,91,53],[170,12,91,53,"lineNumber"],[170,22,91,53],[171,12,91,53,"columnNumber"],[171,24,91,53],[172,10,91,53],[172,17,91,59],[172,18,91,60],[172,33,92,10],[172,37,92,10,"_reactJsxDevRuntime"],[172,56,92,10],[172,57,92,10,"jsxDEV"],[172,63,92,10],[172,65,92,11,"View"],[172,69,92,15],[172,70,92,15,"default"],[172,77,92,15],[173,12,92,16,"style"],[173,17,92,21],[173,19,92,23,"styles"],[173,25,92,29],[173,26,92,30,"passwordContainer"],[173,43,92,48],[174,12,92,48,"children"],[174,20,92,48],[174,36,93,12],[174,40,93,12,"_reactJsxDevRuntime"],[174,59,93,12],[174,60,93,12,"jsxDEV"],[174,66,93,12],[174,68,93,13,"TextInput"],[174,77,93,22],[174,78,93,22,"default"],[174,85,93,22],[175,14,94,14,"style"],[175,19,94,19],[175,21,94,21,"styles"],[175,27,94,27],[175,28,94,28,"passwordInput"],[175,41,94,42],[176,14,95,14,"value"],[176,19,95,19],[176,21,95,21,"currentPassword"],[176,36,95,37],[177,14,96,14,"onChangeText"],[177,26,96,26],[177,28,96,28,"setCurrentPassword"],[177,46,96,47],[178,14,97,14,"placeholder"],[178,25,97,25],[178,27,97,26],[178,51,97,50],[179,14,98,14,"secureTextEntry"],[179,29,98,29],[179,31,98,31],[179,32,98,32,"showCurrent"],[179,43,98,44],[180,14,99,14,"autoCapitalize"],[180,28,99,28],[180,30,99,29],[181,12,99,35],[182,14,99,35,"fileName"],[182,22,99,35],[182,24,99,35,"_jsxFileName"],[182,36,99,35],[183,14,99,35,"lineNumber"],[183,24,99,35],[184,14,99,35,"columnNumber"],[184,26,99,35],[185,12,99,35],[185,19,100,13],[185,20,100,14],[185,35,101,12],[185,39,101,12,"_reactJsxDevRuntime"],[185,58,101,12],[185,59,101,12,"jsxDEV"],[185,65,101,12],[185,67,101,13,"TouchableOpacity"],[185,83,101,29],[185,84,101,29,"default"],[185,91,101,29],[186,14,102,14,"onPress"],[186,21,102,21],[186,23,102,23,"onPress"],[186,24,102,23],[186,29,102,29,"setShowCurrent"],[186,43,102,43],[186,44,102,44],[186,45,102,45,"showCurrent"],[186,56,102,56],[186,57,102,58],[187,14,103,14,"style"],[187,19,103,19],[187,21,103,21,"styles"],[187,27,103,27],[187,28,103,28,"eyeButton"],[187,37,103,38],[188,14,103,38,"children"],[188,22,103,38],[188,37,105,14],[188,41,105,14,"_reactJsxDevRuntime"],[188,60,105,14],[188,61,105,14,"jsxDEV"],[188,67,105,14],[188,69,105,15,"_expoVectorIcons"],[188,85,105,23],[188,86,105,23,"Ionicons"],[188,94,105,23],[189,16,106,16,"name"],[189,20,106,20],[189,22,106,22,"showCurrent"],[189,33,106,33],[189,36,106,36],[189,45,106,45],[189,48,106,48],[189,53,106,54],[190,16,107,16,"size"],[190,20,107,20],[190,22,107,22],[190,24,107,25],[191,16,108,16,"color"],[191,21,108,21],[191,23,108,22],[192,14,108,31],[193,16,108,31,"fileName"],[193,24,108,31],[193,26,108,31,"_jsxFileName"],[193,38,108,31],[194,16,108,31,"lineNumber"],[194,26,108,31],[195,16,108,31,"columnNumber"],[195,28,108,31],[196,14,108,31],[196,21,109,15],[197,12,109,16],[198,14,109,16,"fileName"],[198,22,109,16],[198,24,109,16,"_jsxFileName"],[198,36,109,16],[199,14,109,16,"lineNumber"],[199,24,109,16],[200,14,109,16,"columnNumber"],[200,26,109,16],[201,12,109,16],[201,19,110,30],[201,20,110,31],[202,10,110,31],[203,12,110,31,"fileName"],[203,20,110,31],[203,22,110,31,"_jsxFileName"],[203,34,110,31],[204,12,110,31,"lineNumber"],[204,22,110,31],[205,12,110,31,"columnNumber"],[205,24,110,31],[206,10,110,31],[206,17,111,16],[206,18,111,17],[207,8,111,17],[208,10,111,17,"fileName"],[208,18,111,17],[208,20,111,17,"_jsxFileName"],[208,32,111,17],[209,10,111,17,"lineNumber"],[209,20,111,17],[210,10,111,17,"columnNumber"],[210,22,111,17],[211,8,111,17],[211,15,112,14],[211,16,112,15],[211,31,114,8],[211,35,114,8,"_reactJsxDevRuntime"],[211,54,114,8],[211,55,114,8,"jsxDEV"],[211,61,114,8],[211,63,114,9,"View"],[211,67,114,13],[211,68,114,13,"default"],[211,75,114,13],[212,10,114,14,"style"],[212,15,114,19],[212,17,114,21,"styles"],[212,23,114,27],[212,24,114,28,"section"],[212,31,114,36],[213,10,114,36,"children"],[213,18,114,36],[213,34,115,10],[213,38,115,10,"_reactJsxDevRuntime"],[213,57,115,10],[213,58,115,10,"jsxDEV"],[213,64,115,10],[213,66,115,11,"Text"],[213,70,115,15],[213,71,115,15,"default"],[213,78,115,15],[214,12,115,16,"style"],[214,17,115,21],[214,19,115,23,"styles"],[214,25,115,29],[214,26,115,30,"label"],[214,31,115,36],[215,12,115,36,"children"],[215,20,115,36],[215,22,115,37],[216,10,115,49],[217,12,115,49,"fileName"],[217,20,115,49],[217,22,115,49,"_jsxFileName"],[217,34,115,49],[218,12,115,49,"lineNumber"],[218,22,115,49],[219,12,115,49,"columnNumber"],[219,24,115,49],[220,10,115,49],[220,17,115,55],[220,18,115,56],[220,33,116,10],[220,37,116,10,"_reactJsxDevRuntime"],[220,56,116,10],[220,57,116,10,"jsxDEV"],[220,63,116,10],[220,65,116,11,"View"],[220,69,116,15],[220,70,116,15,"default"],[220,77,116,15],[221,12,116,16,"style"],[221,17,116,21],[221,19,116,23,"styles"],[221,25,116,29],[221,26,116,30,"passwordContainer"],[221,43,116,48],[222,12,116,48,"children"],[222,20,116,48],[222,36,117,12],[222,40,117,12,"_reactJsxDevRuntime"],[222,59,117,12],[222,60,117,12,"jsxDEV"],[222,66,117,12],[222,68,117,13,"TextInput"],[222,77,117,22],[222,78,117,22,"default"],[222,85,117,22],[223,14,118,14,"style"],[223,19,118,19],[223,21,118,21,"styles"],[223,27,118,27],[223,28,118,28,"passwordInput"],[223,41,118,42],[224,14,119,14,"value"],[224,19,119,19],[224,21,119,21,"newPassword"],[224,32,119,33],[225,14,120,14,"onChangeText"],[225,26,120,26],[225,28,120,28,"setNewPassword"],[225,42,120,43],[226,14,121,14,"placeholder"],[226,25,121,25],[226,27,121,26],[226,47,121,46],[227,14,122,14,"secureTextEntry"],[227,29,122,29],[227,31,122,31],[227,32,122,32,"showNew"],[227,39,122,40],[228,14,123,14,"autoCapitalize"],[228,28,123,28],[228,30,123,29],[229,12,123,35],[230,14,123,35,"fileName"],[230,22,123,35],[230,24,123,35,"_jsxFileName"],[230,36,123,35],[231,14,123,35,"lineNumber"],[231,24,123,35],[232,14,123,35,"columnNumber"],[232,26,123,35],[233,12,123,35],[233,19,124,13],[233,20,124,14],[233,35,125,12],[233,39,125,12,"_reactJsxDevRuntime"],[233,58,125,12],[233,59,125,12,"jsxDEV"],[233,65,125,12],[233,67,125,13,"TouchableOpacity"],[233,83,125,29],[233,84,125,29,"default"],[233,91,125,29],[234,14,126,14,"onPress"],[234,21,126,21],[234,23,126,23,"onPress"],[234,24,126,23],[234,29,126,29,"setShowNew"],[234,39,126,39],[234,40,126,40],[234,41,126,41,"showNew"],[234,48,126,48],[234,49,126,50],[235,14,127,14,"style"],[235,19,127,19],[235,21,127,21,"styles"],[235,27,127,27],[235,28,127,28,"eyeButton"],[235,37,127,38],[236,14,127,38,"children"],[236,22,127,38],[236,37,129,14],[236,41,129,14,"_reactJsxDevRuntime"],[236,60,129,14],[236,61,129,14,"jsxDEV"],[236,67,129,14],[236,69,129,15,"_expoVectorIcons"],[236,85,129,23],[236,86,129,23,"Ionicons"],[236,94,129,23],[237,16,130,16,"name"],[237,20,130,20],[237,22,130,22,"showNew"],[237,29,130,29],[237,32,130,32],[237,41,130,41],[237,44,130,44],[237,49,130,50],[238,16,131,16,"size"],[238,20,131,20],[238,22,131,22],[238,24,131,25],[239,16,132,16,"color"],[239,21,132,21],[239,23,132,22],[240,14,132,31],[241,16,132,31,"fileName"],[241,24,132,31],[241,26,132,31,"_jsxFileName"],[241,38,132,31],[242,16,132,31,"lineNumber"],[242,26,132,31],[243,16,132,31,"columnNumber"],[243,28,132,31],[244,14,132,31],[244,21,133,15],[245,12,133,16],[246,14,133,16,"fileName"],[246,22,133,16],[246,24,133,16,"_jsxFileName"],[246,36,133,16],[247,14,133,16,"lineNumber"],[247,24,133,16],[248,14,133,16,"columnNumber"],[248,26,133,16],[249,12,133,16],[249,19,134,30],[249,20,134,31],[250,10,134,31],[251,12,134,31,"fileName"],[251,20,134,31],[251,22,134,31,"_jsxFileName"],[251,34,134,31],[252,12,134,31,"lineNumber"],[252,22,134,31],[253,12,134,31,"columnNumber"],[253,24,134,31],[254,10,134,31],[254,17,135,16],[254,18,135,17],[255,8,135,17],[256,10,135,17,"fileName"],[256,18,135,17],[256,20,135,17,"_jsxFileName"],[256,32,135,17],[257,10,135,17,"lineNumber"],[257,20,135,17],[258,10,135,17,"columnNumber"],[258,22,135,17],[259,8,135,17],[259,15,136,14],[259,16,136,15],[259,31,138,8],[259,35,138,8,"_reactJsxDevRuntime"],[259,54,138,8],[259,55,138,8,"jsxDEV"],[259,61,138,8],[259,63,138,9,"View"],[259,67,138,13],[259,68,138,13,"default"],[259,75,138,13],[260,10,138,14,"style"],[260,15,138,19],[260,17,138,21,"styles"],[260,23,138,27],[260,24,138,28,"section"],[260,31,138,36],[261,10,138,36,"children"],[261,18,138,36],[261,34,139,10],[261,38,139,10,"_reactJsxDevRuntime"],[261,57,139,10],[261,58,139,10,"jsxDEV"],[261,64,139,10],[261,66,139,11,"Text"],[261,70,139,15],[261,71,139,15,"default"],[261,78,139,15],[262,12,139,16,"style"],[262,17,139,21],[262,19,139,23,"styles"],[262,25,139,29],[262,26,139,30,"label"],[262,31,139,36],[263,12,139,36,"children"],[263,20,139,36],[263,22,139,37],[264,10,139,57],[265,12,139,57,"fileName"],[265,20,139,57],[265,22,139,57,"_jsxFileName"],[265,34,139,57],[266,12,139,57,"lineNumber"],[266,22,139,57],[267,12,139,57,"columnNumber"],[267,24,139,57],[268,10,139,57],[268,17,139,63],[268,18,139,64],[268,33,140,10],[268,37,140,10,"_reactJsxDevRuntime"],[268,56,140,10],[268,57,140,10,"jsxDEV"],[268,63,140,10],[268,65,140,11,"View"],[268,69,140,15],[268,70,140,15,"default"],[268,77,140,15],[269,12,140,16,"style"],[269,17,140,21],[269,19,140,23,"styles"],[269,25,140,29],[269,26,140,30,"passwordContainer"],[269,43,140,48],[270,12,140,48,"children"],[270,20,140,48],[270,36,141,12],[270,40,141,12,"_reactJsxDevRuntime"],[270,59,141,12],[270,60,141,12,"jsxDEV"],[270,66,141,12],[270,68,141,13,"TextInput"],[270,77,141,22],[270,78,141,22,"default"],[270,85,141,22],[271,14,142,14,"style"],[271,19,142,19],[271,21,142,21,"styles"],[271,27,142,27],[271,28,142,28,"passwordInput"],[271,41,142,42],[272,14,143,14,"value"],[272,19,143,19],[272,21,143,21,"confirmPassword"],[272,36,143,37],[273,14,144,14,"onChangeText"],[273,26,144,26],[273,28,144,28,"setConfirmPassword"],[273,46,144,47],[274,14,145,14,"placeholder"],[274,25,145,25],[274,27,145,26],[274,49,145,48],[275,14,146,14,"secureTextEntry"],[275,29,146,29],[275,31,146,31],[275,32,146,32,"showConfirm"],[275,43,146,44],[276,14,147,14,"autoCapitalize"],[276,28,147,28],[276,30,147,29],[277,12,147,35],[278,14,147,35,"fileName"],[278,22,147,35],[278,24,147,35,"_jsxFileName"],[278,36,147,35],[279,14,147,35,"lineNumber"],[279,24,147,35],[280,14,147,35,"columnNumber"],[280,26,147,35],[281,12,147,35],[281,19,148,13],[281,20,148,14],[281,35,149,12],[281,39,149,12,"_reactJsxDevRuntime"],[281,58,149,12],[281,59,149,12,"jsxDEV"],[281,65,149,12],[281,67,149,13,"TouchableOpacity"],[281,83,149,29],[281,84,149,29,"default"],[281,91,149,29],[282,14,150,14,"onPress"],[282,21,150,21],[282,23,150,23,"onPress"],[282,24,150,23],[282,29,150,29,"setShowConfirm"],[282,43,150,43],[282,44,150,44],[282,45,150,45,"showConfirm"],[282,56,150,56],[282,57,150,58],[283,14,151,14,"style"],[283,19,151,19],[283,21,151,21,"styles"],[283,27,151,27],[283,28,151,28,"eyeButton"],[283,37,151,38],[284,14,151,38,"children"],[284,22,151,38],[284,37,153,14],[284,41,153,14,"_reactJsxDevRuntime"],[284,60,153,14],[284,61,153,14,"jsxDEV"],[284,67,153,14],[284,69,153,15,"_expoVectorIcons"],[284,85,153,23],[284,86,153,23,"Ionicons"],[284,94,153,23],[285,16,154,16,"name"],[285,20,154,20],[285,22,154,22,"showConfirm"],[285,33,154,33],[285,36,154,36],[285,45,154,45],[285,48,154,48],[285,53,154,54],[286,16,155,16,"size"],[286,20,155,20],[286,22,155,22],[286,24,155,25],[287,16,156,16,"color"],[287,21,156,21],[287,23,156,22],[288,14,156,31],[289,16,156,31,"fileName"],[289,24,156,31],[289,26,156,31,"_jsxFileName"],[289,38,156,31],[290,16,156,31,"lineNumber"],[290,26,156,31],[291,16,156,31,"columnNumber"],[291,28,156,31],[292,14,156,31],[292,21,157,15],[293,12,157,16],[294,14,157,16,"fileName"],[294,22,157,16],[294,24,157,16,"_jsxFileName"],[294,36,157,16],[295,14,157,16,"lineNumber"],[295,24,157,16],[296,14,157,16,"columnNumber"],[296,26,157,16],[297,12,157,16],[297,19,158,30],[297,20,158,31],[298,10,158,31],[299,12,158,31,"fileName"],[299,20,158,31],[299,22,158,31,"_jsxFileName"],[299,34,158,31],[300,12,158,31,"lineNumber"],[300,22,158,31],[301,12,158,31,"columnNumber"],[301,24,158,31],[302,10,158,31],[302,17,159,16],[302,18,159,17],[303,8,159,17],[304,10,159,17,"fileName"],[304,18,159,17],[304,20,159,17,"_jsxFileName"],[304,32,159,17],[305,10,159,17,"lineNumber"],[305,20,159,17],[306,10,159,17,"columnNumber"],[306,22,159,17],[307,8,159,17],[307,15,160,14],[307,16,160,15],[307,31,162,8],[307,35,162,8,"_reactJsxDevRuntime"],[307,54,162,8],[307,55,162,8,"jsxDEV"],[307,61,162,8],[307,63,162,9,"TouchableOpacity"],[307,79,162,25],[307,80,162,25,"default"],[307,87,162,25],[308,10,163,10,"style"],[308,15,163,15],[308,17,163,17],[308,18,163,18,"styles"],[308,24,163,24],[308,25,163,25,"saveButton"],[308,35,163,35],[308,37,163,37,"loading"],[308,44,163,44],[308,48,163,48,"styles"],[308,54,163,54],[308,55,163,55,"saveButtonDisabled"],[308,73,163,73],[308,74,163,75],[309,10,164,10,"onPress"],[309,17,164,17],[309,19,164,19,"handleChangePassword"],[309,39,164,40],[310,10,165,10,"disabled"],[310,18,165,18],[310,20,165,20,"loading"],[310,27,165,28],[311,10,165,28,"children"],[311,18,165,28],[311,20,167,11,"loading"],[311,27,167,18],[311,43,168,12],[311,47,168,12,"_reactJsxDevRuntime"],[311,66,168,12],[311,67,168,12,"jsxDEV"],[311,73,168,12],[311,75,168,13,"ActivityIndicator"],[311,92,168,30],[311,93,168,30,"default"],[311,100,168,30],[312,12,168,31,"color"],[312,17,168,36],[312,19,168,37],[313,10,168,43],[314,12,168,43,"fileName"],[314,20,168,43],[314,22,168,43,"_jsxFileName"],[314,34,168,43],[315,12,168,43,"lineNumber"],[315,22,168,43],[316,12,168,43,"columnNumber"],[316,24,168,43],[317,10,168,43],[317,17,168,45],[317,18,168,46],[317,34,170,12],[317,38,170,12,"_reactJsxDevRuntime"],[317,57,170,12],[317,58,170,12,"jsxDEV"],[317,64,170,12],[317,66,170,13,"Text"],[317,70,170,17],[317,71,170,17,"default"],[317,78,170,17],[318,12,170,18,"style"],[318,17,170,23],[318,19,170,25,"styles"],[318,25,170,31],[318,26,170,32,"saveButtonText"],[318,40,170,47],[319,12,170,47,"children"],[319,20,170,47],[319,22,170,48],[320,10,170,63],[321,12,170,63,"fileName"],[321,20,170,63],[321,22,170,63,"_jsxFileName"],[321,34,170,63],[322,12,170,63,"lineNumber"],[322,22,170,63],[323,12,170,63,"columnNumber"],[323,24,170,63],[324,10,170,63],[324,17,170,69],[325,8,171,11],[326,10,171,11,"fileName"],[326,18,171,11],[326,20,171,11,"_jsxFileName"],[326,32,171,11],[327,10,171,11,"lineNumber"],[327,20,171,11],[328,10,171,11,"columnNumber"],[328,22,171,11],[329,8,171,11],[329,15,172,26],[329,16,172,27],[330,6,172,27],[331,8,172,27,"fileName"],[331,16,172,27],[331,18,172,27,"_jsxFileName"],[331,30,172,27],[332,8,172,27,"lineNumber"],[332,18,172,27],[333,8,172,27,"columnNumber"],[333,20,172,27],[334,6,172,27],[334,13,173,18],[334,14,173,19],[335,4,173,19],[336,6,173,19,"fileName"],[336,14,173,19],[336,16,173,19,"_jsxFileName"],[336,28,173,19],[337,6,173,19,"lineNumber"],[337,16,173,19],[338,6,173,19,"columnNumber"],[338,18,173,19],[339,4,173,19],[339,11,174,10],[339,12,174,11],[340,2,176,0],[341,2,176,1,"_s"],[341,4,176,1],[341,5,16,24,"ChangePasswordScreen"],[341,25,16,44],[342,4,16,44],[342,12,17,17,"useSafeAreaInsets"],[342,39,17,34],[342,40,17,34,"useSafeAreaInsets"],[342,57,17,34],[342,59,18,19,"useAuth"],[342,79,18,26],[342,80,18,26,"useAuth"],[342,87,18,26],[343,2,18,26],[344,2,18,26,"_c"],[344,4,18,26],[344,7,16,24,"ChangePasswordScreen"],[344,27,16,44],[345,2,178,0],[345,8,178,6,"styles"],[345,14,178,12],[345,17,178,15,"StyleSheet"],[345,27,178,25],[345,28,178,25,"default"],[345,35,178,25],[345,36,178,26,"create"],[345,42,178,32],[345,43,178,33],[346,4,179,2,"container"],[346,13,179,11],[346,15,179,13],[347,6,180,4,"flex"],[347,10,180,8],[347,12,180,10],[347,13,180,11],[348,6,181,4,"backgroundColor"],[348,21,181,19],[348,23,181,21],[349,4,182,2],[349,5,182,3],[350,4,183,2,"header"],[350,10,183,8],[350,12,183,10],[351,6,184,4,"flexDirection"],[351,19,184,17],[351,21,184,19],[351,26,184,24],[352,6,185,4,"alignItems"],[352,16,185,14],[352,18,185,16],[352,26,185,24],[353,6,186,4,"justifyContent"],[353,20,186,18],[353,22,186,20],[353,37,186,35],[354,6,187,4,"paddingHorizontal"],[354,23,187,21],[354,25,187,23],[354,27,187,25],[355,6,188,4,"paddingVertical"],[355,21,188,19],[355,23,188,21],[355,25,188,23],[356,6,189,4,"backgroundColor"],[356,21,189,19],[356,23,189,21],[356,29,189,27],[357,6,190,4,"borderBottomWidth"],[357,23,190,21],[357,25,190,23],[357,26,190,24],[358,6,191,4,"borderBottomColor"],[358,23,191,21],[358,25,191,23],[359,4,192,2],[359,5,192,3],[360,4,193,2,"backButton"],[360,14,193,12],[360,16,193,14],[361,6,194,4,"width"],[361,11,194,9],[361,13,194,11],[361,15,194,13],[362,6,195,4,"height"],[362,12,195,10],[362,14,195,12],[362,16,195,14],[363,6,196,4,"borderRadius"],[363,18,196,16],[363,20,196,18],[363,22,196,20],[364,6,197,4,"backgroundColor"],[364,21,197,19],[364,23,197,21],[364,32,197,30],[365,6,198,4,"alignItems"],[365,16,198,14],[365,18,198,16],[365,26,198,24],[366,6,199,4,"justifyContent"],[366,20,199,18],[366,22,199,20],[367,4,200,2],[367,5,200,3],[368,4,201,2,"headerTitle"],[368,15,201,13],[368,17,201,15],[369,6,202,4,"fontSize"],[369,14,202,12],[369,16,202,14],[369,18,202,16],[370,6,203,4,"fontWeight"],[370,16,203,14],[370,18,203,16],[370,23,203,21],[371,6,204,4,"color"],[371,11,204,9],[371,13,204,11],[372,4,205,2],[372,5,205,3],[373,4,206,2,"scrollContent"],[373,17,206,15],[373,19,206,17],[374,6,207,4,"padding"],[374,13,207,11],[374,15,207,13],[374,17,207,15],[375,6,208,4,"paddingBottom"],[375,19,208,17],[375,21,208,19],[376,4,209,2],[376,5,209,3],[377,4,210,2,"infoBox"],[377,11,210,9],[377,13,210,11],[378,6,211,4,"flexDirection"],[378,19,211,17],[378,21,211,19],[378,26,211,24],[379,6,212,4,"alignItems"],[379,16,212,14],[379,18,212,16],[379,26,212,24],[380,6,213,4,"backgroundColor"],[380,21,213,19],[380,23,213,21],[380,32,213,30],[381,6,214,4,"padding"],[381,13,214,11],[381,15,214,13],[381,17,214,15],[382,6,215,4,"borderRadius"],[382,18,215,16],[382,20,215,18],[382,21,215,19],[383,6,216,4,"marginBottom"],[383,18,216,16],[383,20,216,18],[384,4,217,2],[384,5,217,3],[385,4,218,2,"infoText"],[385,12,218,10],[385,14,218,12],[386,6,219,4,"fontSize"],[386,14,219,12],[386,16,219,14],[386,18,219,16],[387,6,220,4,"color"],[387,11,220,9],[387,13,220,11],[387,22,220,20],[388,6,221,4,"marginLeft"],[388,16,221,14],[388,18,221,16],[388,19,221,17],[389,6,222,4,"flex"],[389,10,222,8],[389,12,222,10],[390,4,223,2],[390,5,223,3],[391,4,224,2,"section"],[391,11,224,9],[391,13,224,11],[392,6,225,4,"marginBottom"],[392,18,225,16],[392,20,225,18],[393,4,226,2],[393,5,226,3],[394,4,227,2,"label"],[394,9,227,7],[394,11,227,9],[395,6,228,4,"fontSize"],[395,14,228,12],[395,16,228,14],[395,18,228,16],[396,6,229,4,"fontWeight"],[396,16,229,14],[396,18,229,16],[396,23,229,21],[397,6,230,4,"color"],[397,11,230,9],[397,13,230,11],[397,22,230,20],[398,6,231,4,"marginBottom"],[398,18,231,16],[398,20,231,18],[399,4,232,2],[399,5,232,3],[400,4,233,2,"passwordContainer"],[400,21,233,19],[400,23,233,21],[401,6,234,4,"flexDirection"],[401,19,234,17],[401,21,234,19],[401,26,234,24],[402,6,235,4,"alignItems"],[402,16,235,14],[402,18,235,16],[402,26,235,24],[403,6,236,4,"backgroundColor"],[403,21,236,19],[403,23,236,21],[403,29,236,27],[404,6,237,4,"borderRadius"],[404,18,237,16],[404,20,237,18],[404,22,237,20],[405,6,238,4,"borderWidth"],[405,17,238,15],[405,19,238,17],[405,20,238,18],[406,6,239,4,"borderColor"],[406,17,239,15],[406,19,239,17],[407,4,240,2],[407,5,240,3],[408,4,241,2,"passwordInput"],[408,17,241,15],[408,19,241,17],[409,6,242,4,"flex"],[409,10,242,8],[409,12,242,10],[409,13,242,11],[410,6,243,4,"padding"],[410,13,243,11],[410,15,243,13],[410,17,243,15],[411,6,244,4,"fontSize"],[411,14,244,12],[411,16,244,14],[412,4,245,2],[412,5,245,3],[413,4,246,2,"eyeButton"],[413,13,246,11],[413,15,246,13],[414,6,247,4,"padding"],[414,13,247,11],[414,15,247,13],[415,4,248,2],[415,5,248,3],[416,4,249,2,"saveButton"],[416,14,249,12],[416,16,249,14],[417,6,250,4,"backgroundColor"],[417,21,250,19],[417,23,250,21],[417,32,250,30],[418,6,251,4,"padding"],[418,13,251,11],[418,15,251,13],[418,17,251,15],[419,6,252,4,"borderRadius"],[419,18,252,16],[419,20,252,18],[419,22,252,20],[420,6,253,4,"alignItems"],[420,16,253,14],[420,18,253,16],[420,26,253,24],[421,6,254,4,"marginTop"],[421,15,254,13],[421,17,254,15],[422,4,255,2],[422,5,255,3],[423,4,256,2,"saveButtonDisabled"],[423,22,256,20],[423,24,256,22],[424,6,257,4,"opacity"],[424,13,257,11],[424,15,257,13],[425,4,258,2],[425,5,258,3],[426,4,259,2,"saveButtonText"],[426,18,259,16],[426,20,259,18],[427,6,260,4,"fontSize"],[427,14,260,12],[427,16,260,14],[427,18,260,16],[428,6,261,4,"fontWeight"],[428,16,261,14],[428,18,261,16],[428,23,261,21],[429,6,262,4,"color"],[429,11,262,9],[429,13,262,11],[430,4,263,2],[431,2,264,0],[431,3,264,1],[431,4,264,2],[432,2,264,3],[432,6,264,3,"_c"],[432,8,264,3],[433,2,264,3,"$RefreshReg$"],[433,14,264,3],[433,15,264,3,"_c"],[433,17,264,3],[434,0,264,3],[434,3]],"functionMap":{"names":["","ChangePasswordScreen","handleChangePassword","onPress","TouchableOpacity.props.onPress"],"mappings":"AAA;eCe;+BCW;iCCiC,yBD;GDU;mCGK,yBH;uBG2B,kCH;uBGwB,0BH;uBGwB,kCH;CD0B"},"hasCjsExports":false},"type":"js/module"}]}
\ No newline at end of file
+{"dependencies":[{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":40,"index":40}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/View","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"4kYBDC6LJJXoH7P9rWDi3vkLVB0=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Text","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"JKIzsQ5YQ0gDj0MIyY0Q7F1zJtU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/StyleSheet","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"MK7+k1V+KnvCVW7Kj2k/ydtjmVU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/TouchableOpacity","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PnQOoa8QGKpV5+issz6ikk463eg=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/TextInput","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"DmXc1F5dPYWntVgqRwh73w0VngA=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/ScrollView","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"7Gv1K9/TiQvbDXlMy9NOQIEBHDA=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Alert","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PEUC6jrQVoAGZ2qYkvimljMOyJI=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/ActivityIndicator","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"bSAkUkqZq0shBb5bU6kCYXi4ciA=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":12,"column":0,"index":180},"end":{"line":12,"column":46,"index":226}}],"key":"ow7vkrqkIckRjlSi/+MhMmRYtUE=","exportNames":["*"],"imports":1}},{"name":"react-native-safe-area-context","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0,"index":227},"end":{"line":13,"column":67,"index":294}}],"key":"XjdTKvCUWX6CbQzg5fSDHG/WgHk=","exportNames":["*"],"imports":1}},{"name":"../contexts/AuthContext","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":14,"column":0,"index":295},"end":{"line":14,"column":50,"index":345}}],"key":"oNCgyH4yx4pAIVZXLqqRGB2kuCY=","exportNames":["*"],"imports":1}},{"name":"react/jsx-dev-runtime","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"L9D70Z4hi4aGuui1ysja/oQ5ytI=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n var _jsxFileName = \"/app/frontend/src/screens/ChangePasswordScreen.tsx\",\n _s = $RefreshSig$();\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return ChangePasswordScreen;\n }\n });\n var _react = require(_dependencyMap[0], \"react\");\n var _reactNativeWebDistExportsView = require(_dependencyMap[1], \"react-native-web/dist/exports/View\");\n var View = _interopDefault(_reactNativeWebDistExportsView);\n var _reactNativeWebDistExportsText = require(_dependencyMap[2], \"react-native-web/dist/exports/Text\");\n var Text = _interopDefault(_reactNativeWebDistExportsText);\n var _reactNativeWebDistExportsStyleSheet = require(_dependencyMap[3], \"react-native-web/dist/exports/StyleSheet\");\n var StyleSheet = _interopDefault(_reactNativeWebDistExportsStyleSheet);\n var _reactNativeWebDistExportsTouchableOpacity = require(_dependencyMap[4], \"react-native-web/dist/exports/TouchableOpacity\");\n var TouchableOpacity = _interopDefault(_reactNativeWebDistExportsTouchableOpacity);\n var _reactNativeWebDistExportsTextInput = require(_dependencyMap[5], \"react-native-web/dist/exports/TextInput\");\n var TextInput = _interopDefault(_reactNativeWebDistExportsTextInput);\n var _reactNativeWebDistExportsScrollView = require(_dependencyMap[6], \"react-native-web/dist/exports/ScrollView\");\n var ScrollView = _interopDefault(_reactNativeWebDistExportsScrollView);\n var _reactNativeWebDistExportsAlert = require(_dependencyMap[7], \"react-native-web/dist/exports/Alert\");\n var Alert = _interopDefault(_reactNativeWebDistExportsAlert);\n var _reactNativeWebDistExportsActivityIndicator = require(_dependencyMap[8], \"react-native-web/dist/exports/ActivityIndicator\");\n var ActivityIndicator = _interopDefault(_reactNativeWebDistExportsActivityIndicator);\n var _expoVectorIcons = require(_dependencyMap[9], \"@expo/vector-icons\");\n var _reactNativeSafeAreaContext = require(_dependencyMap[10], \"react-native-safe-area-context\");\n var _contextsAuthContext = require(_dependencyMap[11], \"../contexts/AuthContext\");\n var _reactJsxDevRuntime = require(_dependencyMap[12], \"react/jsx-dev-runtime\");\n function ChangePasswordScreen({\n navigation\n }) {\n _s();\n const insets = (0, _reactNativeSafeAreaContext.useSafeAreaInsets)();\n const {\n user\n } = (0, _contextsAuthContext.useAuth)();\n const [loading, setLoading] = (0, _react.useState)(false);\n const [currentPassword, setCurrentPassword] = (0, _react.useState)('');\n const [newPassword, setNewPassword] = (0, _react.useState)('');\n const [confirmPassword, setConfirmPassword] = (0, _react.useState)('');\n const [showCurrent, setShowCurrent] = (0, _react.useState)(false);\n const [showNew, setShowNew] = (0, _react.useState)(false);\n const [showConfirm, setShowConfirm] = (0, _react.useState)(false);\n const handleChangePassword = async () => {\n if (!currentPassword || !newPassword || !confirmPassword) {\n Alert.default.alert('Error', 'Please fill in all fields');\n return;\n }\n if (newPassword !== confirmPassword) {\n Alert.default.alert('Error', 'New passwords do not match');\n return;\n }\n if (newPassword.length < 8) {\n Alert.default.alert('Error', 'Password must be at least 8 characters');\n return;\n }\n setLoading(true);\n try {\n const backendUrl = \"https://kurdish-id.preview.emergentagent.com\" || 'http://localhost:8001';\n const response = await fetch(`${backendUrl}/api/auth/change-password`, {\n method: 'POST',\n headers: {\n 'Content-Type': 'application/json'\n },\n body: JSON.stringify({\n user_id: user?.user_id,\n current_password: currentPassword,\n new_password: newPassword\n })\n });\n if (response.ok) {\n Alert.default.alert('Success', 'Password changed successfully!', [{\n text: 'OK',\n onPress: () => navigation.goBack()\n }]);\n } else {\n Alert.default.alert('Error', 'Failed to change password');\n }\n } catch (error) {\n Alert.default.alert('Error', 'Network error occurred');\n } finally {\n setLoading(false);\n }\n };\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: [styles.container, {\n paddingTop: insets.top\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.header,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n onPress: () => navigation.goBack(),\n style: styles.backButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"arrow-back\",\n size: 24,\n color: \"#1F2937\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 76,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 75,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.headerTitle,\n children: \"Change Password\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 78,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: {\n width: 40\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 79,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 74,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n contentContainerStyle: styles.scrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.infoBox,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"information-circle\",\n size: 20,\n color: \"#3B82F6\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 84,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.infoText,\n children: \"Password must be at least 8 characters long\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 85,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 83,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.label,\n children: \"Current Password\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 91,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.passwordContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TextInput.default, {\n style: styles.passwordInput,\n value: currentPassword,\n onChangeText: setCurrentPassword,\n placeholder: \"Enter current password\",\n secureTextEntry: !showCurrent,\n autoCapitalize: \"none\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 93,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n onPress: () => setShowCurrent(!showCurrent),\n style: styles.eyeButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: showCurrent ? 'eye-off' : 'eye',\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 105,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 101,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 92,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 90,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.label,\n children: \"New Password\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 115,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.passwordContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TextInput.default, {\n style: styles.passwordInput,\n value: newPassword,\n onChangeText: setNewPassword,\n placeholder: \"Enter new password\",\n secureTextEntry: !showNew,\n autoCapitalize: \"none\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 117,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n onPress: () => setShowNew(!showNew),\n style: styles.eyeButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: showNew ? 'eye-off' : 'eye',\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 129,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 125,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 116,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 114,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.label,\n children: \"Confirm New Password\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 139,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.passwordContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TextInput.default, {\n style: styles.passwordInput,\n value: confirmPassword,\n onChangeText: setConfirmPassword,\n placeholder: \"Confirm new password\",\n secureTextEntry: !showConfirm,\n autoCapitalize: \"none\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 141,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n onPress: () => setShowConfirm(!showConfirm),\n style: styles.eyeButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: showConfirm ? 'eye-off' : 'eye',\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 153,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 149,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 140,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 138,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: [styles.saveButton, loading && styles.saveButtonDisabled],\n onPress: handleChangePassword,\n disabled: loading,\n children: loading ? /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ActivityIndicator.default, {\n color: \"#FFF\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 168,\n columnNumber: 13\n }, this) : /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.saveButtonText,\n children: \"Change Password\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 170,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 162,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 82,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 73,\n columnNumber: 5\n }, this);\n }\n _s(ChangePasswordScreen, \"+yRQisd2Yq4sC+hyXIvFoizq1nA=\", false, function () {\n return [_reactNativeSafeAreaContext.useSafeAreaInsets, _contextsAuthContext.useAuth];\n });\n _c = ChangePasswordScreen;\n const styles = StyleSheet.default.create({\n container: {\n flex: 1,\n backgroundColor: '#F8F9FA'\n },\n header: {\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'space-between',\n paddingHorizontal: 16,\n paddingVertical: 16,\n backgroundColor: '#FFF',\n borderBottomWidth: 1,\n borderBottomColor: '#E5E7EB'\n },\n backButton: {\n width: 40,\n height: 40,\n borderRadius: 20,\n backgroundColor: '#F3F4F6',\n alignItems: 'center',\n justifyContent: 'center'\n },\n headerTitle: {\n fontSize: 18,\n fontWeight: '700',\n color: '#1F2937'\n },\n scrollContent: {\n padding: 16,\n paddingBottom: 80\n },\n infoBox: {\n flexDirection: 'row',\n alignItems: 'center',\n backgroundColor: '#DBEAFE',\n padding: 12,\n borderRadius: 8,\n marginBottom: 24\n },\n infoText: {\n fontSize: 14,\n color: '#1E40AF',\n marginLeft: 8,\n flex: 1\n },\n section: {\n marginBottom: 20\n },\n label: {\n fontSize: 14,\n fontWeight: '600',\n color: '#374151',\n marginBottom: 8\n },\n passwordContainer: {\n flexDirection: 'row',\n alignItems: 'center',\n backgroundColor: '#FFF',\n borderRadius: 12,\n borderWidth: 1,\n borderColor: '#E5E7EB'\n },\n passwordInput: {\n flex: 1,\n padding: 16,\n fontSize: 16\n },\n eyeButton: {\n padding: 12\n },\n saveButton: {\n backgroundColor: '#EE2A35',\n padding: 16,\n borderRadius: 12,\n alignItems: 'center',\n marginTop: 24\n },\n saveButtonDisabled: {\n opacity: 0.6\n },\n saveButtonText: {\n fontSize: 16,\n fontWeight: '600',\n color: '#FFF'\n }\n });\n var _c;\n $RefreshReg$(_c, \"ChangePasswordScreen\");\n});","lineCount":434,"map":[[14,2,16,15,"Object"],[14,8,16,15],[14,9,16,15,"defineProperty"],[14,23,16,15],[14,24,16,15,"exports"],[14,31,16,15],[15,4,16,15,"enumerable"],[15,14,16,15],[16,4,16,15,"get"],[16,7,16,15],[16,18,16,15,"get"],[16,19,16,15],[17,6,16,15],[17,13,16,15,"ChangePasswordScreen"],[17,33,16,15],[18,4,16,15],[19,2,16,15],[20,2,1,0],[20,6,1,0,"_react"],[20,12,1,0],[20,15,1,0,"require"],[20,22,1,0],[20,23,1,0,"_dependencyMap"],[20,37,1,0],[21,2,1,40],[21,6,1,40,"_reactNativeWebDistExportsView"],[21,36,1,40],[21,39,1,40,"require"],[21,46,1,40],[21,47,1,40,"_dependencyMap"],[21,61,1,40],[22,2,1,40],[22,6,1,40,"View"],[22,10,1,40],[22,13,1,40,"_interopDefault"],[22,28,1,40],[22,29,1,40,"_reactNativeWebDistExportsView"],[22,59,1,40],[23,2,1,40],[23,6,1,40,"_reactNativeWebDistExportsText"],[23,36,1,40],[23,39,1,40,"require"],[23,46,1,40],[23,47,1,40,"_dependencyMap"],[23,61,1,40],[24,2,1,40],[24,6,1,40,"Text"],[24,10,1,40],[24,13,1,40,"_interopDefault"],[24,28,1,40],[24,29,1,40,"_reactNativeWebDistExportsText"],[24,59,1,40],[25,2,1,40],[25,6,1,40,"_reactNativeWebDistExportsStyleSheet"],[25,42,1,40],[25,45,1,40,"require"],[25,52,1,40],[25,53,1,40,"_dependencyMap"],[25,67,1,40],[26,2,1,40],[26,6,1,40,"StyleSheet"],[26,16,1,40],[26,19,1,40,"_interopDefault"],[26,34,1,40],[26,35,1,40,"_reactNativeWebDistExportsStyleSheet"],[26,71,1,40],[27,2,1,40],[27,6,1,40,"_reactNativeWebDistExportsTouchableOpacity"],[27,48,1,40],[27,51,1,40,"require"],[27,58,1,40],[27,59,1,40,"_dependencyMap"],[27,73,1,40],[28,2,1,40],[28,6,1,40,"TouchableOpacity"],[28,22,1,40],[28,25,1,40,"_interopDefault"],[28,40,1,40],[28,41,1,40,"_reactNativeWebDistExportsTouchableOpacity"],[28,83,1,40],[29,2,1,40],[29,6,1,40,"_reactNativeWebDistExportsTextInput"],[29,41,1,40],[29,44,1,40,"require"],[29,51,1,40],[29,52,1,40,"_dependencyMap"],[29,66,1,40],[30,2,1,40],[30,6,1,40,"TextInput"],[30,15,1,40],[30,18,1,40,"_interopDefault"],[30,33,1,40],[30,34,1,40,"_reactNativeWebDistExportsTextInput"],[30,69,1,40],[31,2,1,40],[31,6,1,40,"_reactNativeWebDistExportsScrollView"],[31,42,1,40],[31,45,1,40,"require"],[31,52,1,40],[31,53,1,40,"_dependencyMap"],[31,67,1,40],[32,2,1,40],[32,6,1,40,"ScrollView"],[32,16,1,40],[32,19,1,40,"_interopDefault"],[32,34,1,40],[32,35,1,40,"_reactNativeWebDistExportsScrollView"],[32,71,1,40],[33,2,1,40],[33,6,1,40,"_reactNativeWebDistExportsAlert"],[33,37,1,40],[33,40,1,40,"require"],[33,47,1,40],[33,48,1,40,"_dependencyMap"],[33,62,1,40],[34,2,1,40],[34,6,1,40,"Alert"],[34,11,1,40],[34,14,1,40,"_interopDefault"],[34,29,1,40],[34,30,1,40,"_reactNativeWebDistExportsAlert"],[34,61,1,40],[35,2,1,40],[35,6,1,40,"_reactNativeWebDistExportsActivityIndicator"],[35,49,1,40],[35,52,1,40,"require"],[35,59,1,40],[35,60,1,40,"_dependencyMap"],[35,74,1,40],[36,2,1,40],[36,6,1,40,"ActivityIndicator"],[36,23,1,40],[36,26,1,40,"_interopDefault"],[36,41,1,40],[36,42,1,40,"_reactNativeWebDistExportsActivityIndicator"],[36,85,1,40],[37,2,12,0],[37,6,12,0,"_expoVectorIcons"],[37,22,12,0],[37,25,12,0,"require"],[37,32,12,0],[37,33,12,0,"_dependencyMap"],[37,47,12,0],[38,2,13,0],[38,6,13,0,"_reactNativeSafeAreaContext"],[38,33,13,0],[38,36,13,0,"require"],[38,43,13,0],[38,44,13,0,"_dependencyMap"],[38,58,13,0],[39,2,14,0],[39,6,14,0,"_contextsAuthContext"],[39,26,14,0],[39,29,14,0,"require"],[39,36,14,0],[39,37,14,0,"_dependencyMap"],[39,51,14,0],[40,2,14,50],[40,6,14,50,"_reactJsxDevRuntime"],[40,25,14,50],[40,28,14,50,"require"],[40,35,14,50],[40,36,14,50,"_dependencyMap"],[40,50,14,50],[41,2,16,15],[41,11,16,24,"ChangePasswordScreen"],[41,31,16,44,"ChangePasswordScreen"],[41,32,16,45],[42,4,16,47,"navigation"],[43,2,16,63],[43,3,16,64],[43,5,16,66],[44,4,16,66,"_s"],[44,6,16,66],[45,4,17,2],[45,10,17,8,"insets"],[45,16,17,14],[45,19,17,17],[45,23,17,17,"useSafeAreaInsets"],[45,50,17,34],[45,51,17,34,"useSafeAreaInsets"],[45,68,17,34],[45,70,17,35],[45,71,17,36],[46,4,18,2],[46,10,18,8],[47,6,18,10,"user"],[48,4,18,15],[48,5,18,16],[48,8,18,19],[48,12,18,19,"useAuth"],[48,32,18,26],[48,33,18,26,"useAuth"],[48,40,18,26],[48,42,18,27],[48,43,18,28],[49,4,19,2],[49,10,19,8],[49,11,19,9,"loading"],[49,18,19,16],[49,20,19,18,"setLoading"],[49,30,19,28],[49,31,19,29],[49,34,19,32],[49,38,19,32,"useState"],[49,44,19,40],[49,45,19,40,"useState"],[49,53,19,40],[49,55,19,41],[49,60,19,46],[49,61,19,47],[50,4,20,2],[50,10,20,8],[50,11,20,9,"currentPassword"],[50,26,20,24],[50,28,20,26,"setCurrentPassword"],[50,46,20,44],[50,47,20,45],[50,50,20,48],[50,54,20,48,"useState"],[50,60,20,56],[50,61,20,56,"useState"],[50,69,20,56],[50,71,20,57],[50,73,20,59],[50,74,20,60],[51,4,21,2],[51,10,21,8],[51,11,21,9,"newPassword"],[51,22,21,20],[51,24,21,22,"setNewPassword"],[51,38,21,36],[51,39,21,37],[51,42,21,40],[51,46,21,40,"useState"],[51,52,21,48],[51,53,21,48,"useState"],[51,61,21,48],[51,63,21,49],[51,65,21,51],[51,66,21,52],[52,4,22,2],[52,10,22,8],[52,11,22,9,"confirmPassword"],[52,26,22,24],[52,28,22,26,"setConfirmPassword"],[52,46,22,44],[52,47,22,45],[52,50,22,48],[52,54,22,48,"useState"],[52,60,22,56],[52,61,22,56,"useState"],[52,69,22,56],[52,71,22,57],[52,73,22,59],[52,74,22,60],[53,4,23,2],[53,10,23,8],[53,11,23,9,"showCurrent"],[53,22,23,20],[53,24,23,22,"setShowCurrent"],[53,38,23,36],[53,39,23,37],[53,42,23,40],[53,46,23,40,"useState"],[53,52,23,48],[53,53,23,48,"useState"],[53,61,23,48],[53,63,23,49],[53,68,23,54],[53,69,23,55],[54,4,24,2],[54,10,24,8],[54,11,24,9,"showNew"],[54,18,24,16],[54,20,24,18,"setShowNew"],[54,30,24,28],[54,31,24,29],[54,34,24,32],[54,38,24,32,"useState"],[54,44,24,40],[54,45,24,40,"useState"],[54,53,24,40],[54,55,24,41],[54,60,24,46],[54,61,24,47],[55,4,25,2],[55,10,25,8],[55,11,25,9,"showConfirm"],[55,22,25,20],[55,24,25,22,"setShowConfirm"],[55,38,25,36],[55,39,25,37],[55,42,25,40],[55,46,25,40,"useState"],[55,52,25,48],[55,53,25,48,"useState"],[55,61,25,48],[55,63,25,49],[55,68,25,54],[55,69,25,55],[56,4,27,2],[56,10,27,8,"handleChangePassword"],[56,30,27,28],[56,33,27,31],[56,39,27,31,"handleChangePassword"],[56,40,27,31],[56,45,27,43],[57,6,28,4],[57,10,28,8],[57,11,28,9,"currentPassword"],[57,26,28,24],[57,30,28,28],[57,31,28,29,"newPassword"],[57,42,28,40],[57,46,28,44],[57,47,28,45,"confirmPassword"],[57,62,28,60],[57,64,28,62],[58,8,29,6,"Alert"],[58,13,29,11],[58,14,29,11,"default"],[58,21,29,11],[58,22,29,12,"alert"],[58,27,29,17],[58,28,29,18],[58,35,29,25],[58,37,29,27],[58,64,29,54],[58,65,29,55],[59,8,30,6],[60,6,31,4],[61,6,33,4],[61,10,33,8,"newPassword"],[61,21,33,19],[61,26,33,24,"confirmPassword"],[61,41,33,39],[61,43,33,41],[62,8,34,6,"Alert"],[62,13,34,11],[62,14,34,11,"default"],[62,21,34,11],[62,22,34,12,"alert"],[62,27,34,17],[62,28,34,18],[62,35,34,25],[62,37,34,27],[62,65,34,55],[62,66,34,56],[63,8,35,6],[64,6,36,4],[65,6,38,4],[65,10,38,8,"newPassword"],[65,21,38,19],[65,22,38,20,"length"],[65,28,38,26],[65,31,38,29],[65,32,38,30],[65,34,38,32],[66,8,39,6,"Alert"],[66,13,39,11],[66,14,39,11,"default"],[66,21,39,11],[66,22,39,12,"alert"],[66,27,39,17],[66,28,39,18],[66,35,39,25],[66,37,39,27],[66,77,39,67],[66,78,39,68],[67,8,40,6],[68,6,41,4],[69,6,43,4,"setLoading"],[69,16,43,14],[69,17,43,15],[69,21,43,19],[69,22,43,20],[70,6,44,4],[70,10,44,8],[71,8,45,6],[71,14,45,12,"backendUrl"],[71,24,45,22],[71,27,45,25],[71,84,45,64],[71,107,45,87],[72,8,46,6],[72,14,46,12,"response"],[72,22,46,20],[72,25,46,23],[72,31,46,29,"fetch"],[72,36,46,34],[72,37,46,35],[72,40,46,38,"backendUrl"],[72,50,46,48],[72,77,46,75],[72,79,46,77],[73,10,47,8,"method"],[73,16,47,14],[73,18,47,16],[73,24,47,22],[74,10,48,8,"headers"],[74,17,48,15],[74,19,48,17],[75,12,49,10],[75,26,49,24],[75,28,49,26],[76,10,50,8],[76,11,50,9],[77,10,51,8,"body"],[77,14,51,12],[77,16,51,14,"JSON"],[77,20,51,18],[77,21,51,19,"stringify"],[77,30,51,28],[77,31,51,29],[78,12,52,10,"user_id"],[78,19,52,17],[78,21,52,19,"user"],[78,25,52,23],[78,27,52,25,"user_id"],[78,34,52,32],[79,12,53,10,"current_password"],[79,28,53,26],[79,30,53,28,"currentPassword"],[79,45,53,43],[80,12,54,10,"new_password"],[80,24,54,22],[80,26,54,24,"newPassword"],[81,10,55,8],[81,11,55,9],[82,8,56,6],[82,9,56,7],[82,10,56,8],[83,8,58,6],[83,12,58,10,"response"],[83,20,58,18],[83,21,58,19,"ok"],[83,23,58,21],[83,25,58,23],[84,10,59,8,"Alert"],[84,15,59,13],[84,16,59,13,"default"],[84,23,59,13],[84,24,59,14,"alert"],[84,29,59,19],[84,30,59,20],[84,39,59,29],[84,41,59,31],[84,73,59,63],[84,75,59,65],[84,76,60,10],[85,12,60,12,"text"],[85,16,60,16],[85,18,60,18],[85,22,60,22],[86,12,60,24,"onPress"],[86,19,60,31],[86,21,60,33,"onPress"],[86,22,60,33],[86,27,60,39,"navigation"],[86,37,60,49],[86,38,60,50,"goBack"],[86,44,60,56],[86,45,60,57],[87,10,60,59],[87,11,60,60],[87,12,61,9],[87,13,61,10],[88,8,62,6],[88,9,62,7],[88,15,62,13],[89,10,63,8,"Alert"],[89,15,63,13],[89,16,63,13,"default"],[89,23,63,13],[89,24,63,14,"alert"],[89,29,63,19],[89,30,63,20],[89,37,63,27],[89,39,63,29],[89,66,63,56],[89,67,63,57],[90,8,64,6],[91,6,65,4],[91,7,65,5],[91,8,65,6],[91,15,65,13,"error"],[91,20,65,18],[91,22,65,20],[92,8,66,6,"Alert"],[92,13,66,11],[92,14,66,11,"default"],[92,21,66,11],[92,22,66,12,"alert"],[92,27,66,17],[92,28,66,18],[92,35,66,25],[92,37,66,27],[92,61,66,51],[92,62,66,52],[93,6,67,4],[93,7,67,5],[93,16,67,14],[94,8,68,6,"setLoading"],[94,18,68,16],[94,19,68,17],[94,24,68,22],[94,25,68,23],[95,6,69,4],[96,4,70,2],[96,5,70,3],[97,4,72,2],[97,24,73,4],[97,28,73,4,"_reactJsxDevRuntime"],[97,47,73,4],[97,48,73,4,"jsxDEV"],[97,54,73,4],[97,56,73,5,"View"],[97,60,73,9],[97,61,73,9,"default"],[97,68,73,9],[98,6,73,10,"style"],[98,11,73,15],[98,13,73,17],[98,14,73,18,"styles"],[98,20,73,24],[98,21,73,25,"container"],[98,30,73,34],[98,32,73,36],[99,8,73,38,"paddingTop"],[99,18,73,48],[99,20,73,50,"insets"],[99,26,73,56],[99,27,73,57,"top"],[100,6,73,61],[100,7,73,62],[100,8,73,64],[101,6,73,64,"children"],[101,14,73,64],[101,30,74,6],[101,34,74,6,"_reactJsxDevRuntime"],[101,53,74,6],[101,54,74,6,"jsxDEV"],[101,60,74,6],[101,62,74,7,"View"],[101,66,74,11],[101,67,74,11,"default"],[101,74,74,11],[102,8,74,12,"style"],[102,13,74,17],[102,15,74,19,"styles"],[102,21,74,25],[102,22,74,26,"header"],[102,28,74,33],[103,8,74,33,"children"],[103,16,74,33],[103,32,75,8],[103,36,75,8,"_reactJsxDevRuntime"],[103,55,75,8],[103,56,75,8,"jsxDEV"],[103,62,75,8],[103,64,75,9,"TouchableOpacity"],[103,80,75,25],[103,81,75,25,"default"],[103,88,75,25],[104,10,75,26,"onPress"],[104,17,75,33],[104,19,75,35,"onPress"],[104,20,75,35],[104,25,75,41,"navigation"],[104,35,75,51],[104,36,75,52,"goBack"],[104,42,75,58],[104,43,75,59],[104,44,75,61],[105,10,75,62,"style"],[105,15,75,67],[105,17,75,69,"styles"],[105,23,75,75],[105,24,75,76,"backButton"],[105,34,75,87],[106,10,75,87,"children"],[106,18,75,87],[106,33,76,10],[106,37,76,10,"_reactJsxDevRuntime"],[106,56,76,10],[106,57,76,10,"jsxDEV"],[106,63,76,10],[106,65,76,11,"_expoVectorIcons"],[106,81,76,19],[106,82,76,19,"Ionicons"],[106,90,76,19],[107,12,76,20,"name"],[107,16,76,24],[107,18,76,25],[107,30,76,37],[108,12,76,38,"size"],[108,16,76,42],[108,18,76,44],[108,20,76,47],[109,12,76,48,"color"],[109,17,76,53],[109,19,76,54],[110,10,76,63],[111,12,76,63,"fileName"],[111,20,76,63],[111,22,76,63,"_jsxFileName"],[111,34,76,63],[112,12,76,63,"lineNumber"],[112,22,76,63],[113,12,76,63,"columnNumber"],[113,24,76,63],[114,10,76,63],[114,17,76,65],[115,8,76,66],[116,10,76,66,"fileName"],[116,18,76,66],[116,20,76,66,"_jsxFileName"],[116,32,76,66],[117,10,76,66,"lineNumber"],[117,20,76,66],[118,10,76,66,"columnNumber"],[118,22,76,66],[119,8,76,66],[119,15,77,26],[119,16,77,27],[119,31,78,8],[119,35,78,8,"_reactJsxDevRuntime"],[119,54,78,8],[119,55,78,8,"jsxDEV"],[119,61,78,8],[119,63,78,9,"Text"],[119,67,78,13],[119,68,78,13,"default"],[119,75,78,13],[120,10,78,14,"style"],[120,15,78,19],[120,17,78,21,"styles"],[120,23,78,27],[120,24,78,28,"headerTitle"],[120,35,78,40],[121,10,78,40,"children"],[121,18,78,40],[121,20,78,41],[122,8,78,56],[123,10,78,56,"fileName"],[123,18,78,56],[123,20,78,56,"_jsxFileName"],[123,32,78,56],[124,10,78,56,"lineNumber"],[124,20,78,56],[125,10,78,56,"columnNumber"],[125,22,78,56],[126,8,78,56],[126,15,78,62],[126,16,78,63],[126,31,79,8],[126,35,79,8,"_reactJsxDevRuntime"],[126,54,79,8],[126,55,79,8,"jsxDEV"],[126,61,79,8],[126,63,79,9,"View"],[126,67,79,13],[126,68,79,13,"default"],[126,75,79,13],[127,10,79,14,"style"],[127,15,79,19],[127,17,79,21],[128,12,79,23,"width"],[128,17,79,28],[128,19,79,30],[129,10,79,33],[130,8,79,35],[131,10,79,35,"fileName"],[131,18,79,35],[131,20,79,35,"_jsxFileName"],[131,32,79,35],[132,10,79,35,"lineNumber"],[132,20,79,35],[133,10,79,35,"columnNumber"],[133,22,79,35],[134,8,79,35],[134,15,79,37],[134,16,79,38],[135,6,79,38],[136,8,79,38,"fileName"],[136,16,79,38],[136,18,79,38,"_jsxFileName"],[136,30,79,38],[137,8,79,38,"lineNumber"],[137,18,79,38],[138,8,79,38,"columnNumber"],[138,20,79,38],[139,6,79,38],[139,13,80,12],[139,14,80,13],[139,29,82,6],[139,33,82,6,"_reactJsxDevRuntime"],[139,52,82,6],[139,53,82,6,"jsxDEV"],[139,59,82,6],[139,61,82,7,"ScrollView"],[139,71,82,17],[139,72,82,17,"default"],[139,79,82,17],[140,8,82,18,"contentContainerStyle"],[140,29,82,39],[140,31,82,41,"styles"],[140,37,82,47],[140,38,82,48,"scrollContent"],[140,51,82,62],[141,8,82,62,"children"],[141,16,82,62],[141,32,83,8],[141,36,83,8,"_reactJsxDevRuntime"],[141,55,83,8],[141,56,83,8,"jsxDEV"],[141,62,83,8],[141,64,83,9,"View"],[141,68,83,13],[141,69,83,13,"default"],[141,76,83,13],[142,10,83,14,"style"],[142,15,83,19],[142,17,83,21,"styles"],[142,23,83,27],[142,24,83,28,"infoBox"],[142,31,83,36],[143,10,83,36,"children"],[143,18,83,36],[143,34,84,10],[143,38,84,10,"_reactJsxDevRuntime"],[143,57,84,10],[143,58,84,10,"jsxDEV"],[143,64,84,10],[143,66,84,11,"_expoVectorIcons"],[143,82,84,19],[143,83,84,19,"Ionicons"],[143,91,84,19],[144,12,84,20,"name"],[144,16,84,24],[144,18,84,25],[144,38,84,45],[145,12,84,46,"size"],[145,16,84,50],[145,18,84,52],[145,20,84,55],[146,12,84,56,"color"],[146,17,84,61],[146,19,84,62],[147,10,84,71],[148,12,84,71,"fileName"],[148,20,84,71],[148,22,84,71,"_jsxFileName"],[148,34,84,71],[149,12,84,71,"lineNumber"],[149,22,84,71],[150,12,84,71,"columnNumber"],[150,24,84,71],[151,10,84,71],[151,17,84,73],[151,18,84,74],[151,33,85,10],[151,37,85,10,"_reactJsxDevRuntime"],[151,56,85,10],[151,57,85,10,"jsxDEV"],[151,63,85,10],[151,65,85,11,"Text"],[151,69,85,15],[151,70,85,15,"default"],[151,77,85,15],[152,12,85,16,"style"],[152,17,85,21],[152,19,85,23,"styles"],[152,25,85,29],[152,26,85,30,"infoText"],[152,34,85,39],[153,12,85,39,"children"],[153,20,85,39],[153,22,85,40],[154,10,87,10],[155,12,87,10,"fileName"],[155,20,87,10],[155,22,87,10,"_jsxFileName"],[155,34,87,10],[156,12,87,10,"lineNumber"],[156,22,87,10],[157,12,87,10,"columnNumber"],[157,24,87,10],[158,10,87,10],[158,17,87,16],[158,18,87,17],[159,8,87,17],[160,10,87,17,"fileName"],[160,18,87,17],[160,20,87,17,"_jsxFileName"],[160,32,87,17],[161,10,87,17,"lineNumber"],[161,20,87,17],[162,10,87,17,"columnNumber"],[162,22,87,17],[163,8,87,17],[163,15,88,14],[163,16,88,15],[163,31,90,8],[163,35,90,8,"_reactJsxDevRuntime"],[163,54,90,8],[163,55,90,8,"jsxDEV"],[163,61,90,8],[163,63,90,9,"View"],[163,67,90,13],[163,68,90,13,"default"],[163,75,90,13],[164,10,90,14,"style"],[164,15,90,19],[164,17,90,21,"styles"],[164,23,90,27],[164,24,90,28,"section"],[164,31,90,36],[165,10,90,36,"children"],[165,18,90,36],[165,34,91,10],[165,38,91,10,"_reactJsxDevRuntime"],[165,57,91,10],[165,58,91,10,"jsxDEV"],[165,64,91,10],[165,66,91,11,"Text"],[165,70,91,15],[165,71,91,15,"default"],[165,78,91,15],[166,12,91,16,"style"],[166,17,91,21],[166,19,91,23,"styles"],[166,25,91,29],[166,26,91,30,"label"],[166,31,91,36],[167,12,91,36,"children"],[167,20,91,36],[167,22,91,37],[168,10,91,53],[169,12,91,53,"fileName"],[169,20,91,53],[169,22,91,53,"_jsxFileName"],[169,34,91,53],[170,12,91,53,"lineNumber"],[170,22,91,53],[171,12,91,53,"columnNumber"],[171,24,91,53],[172,10,91,53],[172,17,91,59],[172,18,91,60],[172,33,92,10],[172,37,92,10,"_reactJsxDevRuntime"],[172,56,92,10],[172,57,92,10,"jsxDEV"],[172,63,92,10],[172,65,92,11,"View"],[172,69,92,15],[172,70,92,15,"default"],[172,77,92,15],[173,12,92,16,"style"],[173,17,92,21],[173,19,92,23,"styles"],[173,25,92,29],[173,26,92,30,"passwordContainer"],[173,43,92,48],[174,12,92,48,"children"],[174,20,92,48],[174,36,93,12],[174,40,93,12,"_reactJsxDevRuntime"],[174,59,93,12],[174,60,93,12,"jsxDEV"],[174,66,93,12],[174,68,93,13,"TextInput"],[174,77,93,22],[174,78,93,22,"default"],[174,85,93,22],[175,14,94,14,"style"],[175,19,94,19],[175,21,94,21,"styles"],[175,27,94,27],[175,28,94,28,"passwordInput"],[175,41,94,42],[176,14,95,14,"value"],[176,19,95,19],[176,21,95,21,"currentPassword"],[176,36,95,37],[177,14,96,14,"onChangeText"],[177,26,96,26],[177,28,96,28,"setCurrentPassword"],[177,46,96,47],[178,14,97,14,"placeholder"],[178,25,97,25],[178,27,97,26],[178,51,97,50],[179,14,98,14,"secureTextEntry"],[179,29,98,29],[179,31,98,31],[179,32,98,32,"showCurrent"],[179,43,98,44],[180,14,99,14,"autoCapitalize"],[180,28,99,28],[180,30,99,29],[181,12,99,35],[182,14,99,35,"fileName"],[182,22,99,35],[182,24,99,35,"_jsxFileName"],[182,36,99,35],[183,14,99,35,"lineNumber"],[183,24,99,35],[184,14,99,35,"columnNumber"],[184,26,99,35],[185,12,99,35],[185,19,100,13],[185,20,100,14],[185,35,101,12],[185,39,101,12,"_reactJsxDevRuntime"],[185,58,101,12],[185,59,101,12,"jsxDEV"],[185,65,101,12],[185,67,101,13,"TouchableOpacity"],[185,83,101,29],[185,84,101,29,"default"],[185,91,101,29],[186,14,102,14,"onPress"],[186,21,102,21],[186,23,102,23,"onPress"],[186,24,102,23],[186,29,102,29,"setShowCurrent"],[186,43,102,43],[186,44,102,44],[186,45,102,45,"showCurrent"],[186,56,102,56],[186,57,102,58],[187,14,103,14,"style"],[187,19,103,19],[187,21,103,21,"styles"],[187,27,103,27],[187,28,103,28,"eyeButton"],[187,37,103,38],[188,14,103,38,"children"],[188,22,103,38],[188,37,105,14],[188,41,105,14,"_reactJsxDevRuntime"],[188,60,105,14],[188,61,105,14,"jsxDEV"],[188,67,105,14],[188,69,105,15,"_expoVectorIcons"],[188,85,105,23],[188,86,105,23,"Ionicons"],[188,94,105,23],[189,16,106,16,"name"],[189,20,106,20],[189,22,106,22,"showCurrent"],[189,33,106,33],[189,36,106,36],[189,45,106,45],[189,48,106,48],[189,53,106,54],[190,16,107,16,"size"],[190,20,107,20],[190,22,107,22],[190,24,107,25],[191,16,108,16,"color"],[191,21,108,21],[191,23,108,22],[192,14,108,31],[193,16,108,31,"fileName"],[193,24,108,31],[193,26,108,31,"_jsxFileName"],[193,38,108,31],[194,16,108,31,"lineNumber"],[194,26,108,31],[195,16,108,31,"columnNumber"],[195,28,108,31],[196,14,108,31],[196,21,109,15],[197,12,109,16],[198,14,109,16,"fileName"],[198,22,109,16],[198,24,109,16,"_jsxFileName"],[198,36,109,16],[199,14,109,16,"lineNumber"],[199,24,109,16],[200,14,109,16,"columnNumber"],[200,26,109,16],[201,12,109,16],[201,19,110,30],[201,20,110,31],[202,10,110,31],[203,12,110,31,"fileName"],[203,20,110,31],[203,22,110,31,"_jsxFileName"],[203,34,110,31],[204,12,110,31,"lineNumber"],[204,22,110,31],[205,12,110,31,"columnNumber"],[205,24,110,31],[206,10,110,31],[206,17,111,16],[206,18,111,17],[207,8,111,17],[208,10,111,17,"fileName"],[208,18,111,17],[208,20,111,17,"_jsxFileName"],[208,32,111,17],[209,10,111,17,"lineNumber"],[209,20,111,17],[210,10,111,17,"columnNumber"],[210,22,111,17],[211,8,111,17],[211,15,112,14],[211,16,112,15],[211,31,114,8],[211,35,114,8,"_reactJsxDevRuntime"],[211,54,114,8],[211,55,114,8,"jsxDEV"],[211,61,114,8],[211,63,114,9,"View"],[211,67,114,13],[211,68,114,13,"default"],[211,75,114,13],[212,10,114,14,"style"],[212,15,114,19],[212,17,114,21,"styles"],[212,23,114,27],[212,24,114,28,"section"],[212,31,114,36],[213,10,114,36,"children"],[213,18,114,36],[213,34,115,10],[213,38,115,10,"_reactJsxDevRuntime"],[213,57,115,10],[213,58,115,10,"jsxDEV"],[213,64,115,10],[213,66,115,11,"Text"],[213,70,115,15],[213,71,115,15,"default"],[213,78,115,15],[214,12,115,16,"style"],[214,17,115,21],[214,19,115,23,"styles"],[214,25,115,29],[214,26,115,30,"label"],[214,31,115,36],[215,12,115,36,"children"],[215,20,115,36],[215,22,115,37],[216,10,115,49],[217,12,115,49,"fileName"],[217,20,115,49],[217,22,115,49,"_jsxFileName"],[217,34,115,49],[218,12,115,49,"lineNumber"],[218,22,115,49],[219,12,115,49,"columnNumber"],[219,24,115,49],[220,10,115,49],[220,17,115,55],[220,18,115,56],[220,33,116,10],[220,37,116,10,"_reactJsxDevRuntime"],[220,56,116,10],[220,57,116,10,"jsxDEV"],[220,63,116,10],[220,65,116,11,"View"],[220,69,116,15],[220,70,116,15,"default"],[220,77,116,15],[221,12,116,16,"style"],[221,17,116,21],[221,19,116,23,"styles"],[221,25,116,29],[221,26,116,30,"passwordContainer"],[221,43,116,48],[222,12,116,48,"children"],[222,20,116,48],[222,36,117,12],[222,40,117,12,"_reactJsxDevRuntime"],[222,59,117,12],[222,60,117,12,"jsxDEV"],[222,66,117,12],[222,68,117,13,"TextInput"],[222,77,117,22],[222,78,117,22,"default"],[222,85,117,22],[223,14,118,14,"style"],[223,19,118,19],[223,21,118,21,"styles"],[223,27,118,27],[223,28,118,28,"passwordInput"],[223,41,118,42],[224,14,119,14,"value"],[224,19,119,19],[224,21,119,21,"newPassword"],[224,32,119,33],[225,14,120,14,"onChangeText"],[225,26,120,26],[225,28,120,28,"setNewPassword"],[225,42,120,43],[226,14,121,14,"placeholder"],[226,25,121,25],[226,27,121,26],[226,47,121,46],[227,14,122,14,"secureTextEntry"],[227,29,122,29],[227,31,122,31],[227,32,122,32,"showNew"],[227,39,122,40],[228,14,123,14,"autoCapitalize"],[228,28,123,28],[228,30,123,29],[229,12,123,35],[230,14,123,35,"fileName"],[230,22,123,35],[230,24,123,35,"_jsxFileName"],[230,36,123,35],[231,14,123,35,"lineNumber"],[231,24,123,35],[232,14,123,35,"columnNumber"],[232,26,123,35],[233,12,123,35],[233,19,124,13],[233,20,124,14],[233,35,125,12],[233,39,125,12,"_reactJsxDevRuntime"],[233,58,125,12],[233,59,125,12,"jsxDEV"],[233,65,125,12],[233,67,125,13,"TouchableOpacity"],[233,83,125,29],[233,84,125,29,"default"],[233,91,125,29],[234,14,126,14,"onPress"],[234,21,126,21],[234,23,126,23,"onPress"],[234,24,126,23],[234,29,126,29,"setShowNew"],[234,39,126,39],[234,40,126,40],[234,41,126,41,"showNew"],[234,48,126,48],[234,49,126,50],[235,14,127,14,"style"],[235,19,127,19],[235,21,127,21,"styles"],[235,27,127,27],[235,28,127,28,"eyeButton"],[235,37,127,38],[236,14,127,38,"children"],[236,22,127,38],[236,37,129,14],[236,41,129,14,"_reactJsxDevRuntime"],[236,60,129,14],[236,61,129,14,"jsxDEV"],[236,67,129,14],[236,69,129,15,"_expoVectorIcons"],[236,85,129,23],[236,86,129,23,"Ionicons"],[236,94,129,23],[237,16,130,16,"name"],[237,20,130,20],[237,22,130,22,"showNew"],[237,29,130,29],[237,32,130,32],[237,41,130,41],[237,44,130,44],[237,49,130,50],[238,16,131,16,"size"],[238,20,131,20],[238,22,131,22],[238,24,131,25],[239,16,132,16,"color"],[239,21,132,21],[239,23,132,22],[240,14,132,31],[241,16,132,31,"fileName"],[241,24,132,31],[241,26,132,31,"_jsxFileName"],[241,38,132,31],[242,16,132,31,"lineNumber"],[242,26,132,31],[243,16,132,31,"columnNumber"],[243,28,132,31],[244,14,132,31],[244,21,133,15],[245,12,133,16],[246,14,133,16,"fileName"],[246,22,133,16],[246,24,133,16,"_jsxFileName"],[246,36,133,16],[247,14,133,16,"lineNumber"],[247,24,133,16],[248,14,133,16,"columnNumber"],[248,26,133,16],[249,12,133,16],[249,19,134,30],[249,20,134,31],[250,10,134,31],[251,12,134,31,"fileName"],[251,20,134,31],[251,22,134,31,"_jsxFileName"],[251,34,134,31],[252,12,134,31,"lineNumber"],[252,22,134,31],[253,12,134,31,"columnNumber"],[253,24,134,31],[254,10,134,31],[254,17,135,16],[254,18,135,17],[255,8,135,17],[256,10,135,17,"fileName"],[256,18,135,17],[256,20,135,17,"_jsxFileName"],[256,32,135,17],[257,10,135,17,"lineNumber"],[257,20,135,17],[258,10,135,17,"columnNumber"],[258,22,135,17],[259,8,135,17],[259,15,136,14],[259,16,136,15],[259,31,138,8],[259,35,138,8,"_reactJsxDevRuntime"],[259,54,138,8],[259,55,138,8,"jsxDEV"],[259,61,138,8],[259,63,138,9,"View"],[259,67,138,13],[259,68,138,13,"default"],[259,75,138,13],[260,10,138,14,"style"],[260,15,138,19],[260,17,138,21,"styles"],[260,23,138,27],[260,24,138,28,"section"],[260,31,138,36],[261,10,138,36,"children"],[261,18,138,36],[261,34,139,10],[261,38,139,10,"_reactJsxDevRuntime"],[261,57,139,10],[261,58,139,10,"jsxDEV"],[261,64,139,10],[261,66,139,11,"Text"],[261,70,139,15],[261,71,139,15,"default"],[261,78,139,15],[262,12,139,16,"style"],[262,17,139,21],[262,19,139,23,"styles"],[262,25,139,29],[262,26,139,30,"label"],[262,31,139,36],[263,12,139,36,"children"],[263,20,139,36],[263,22,139,37],[264,10,139,57],[265,12,139,57,"fileName"],[265,20,139,57],[265,22,139,57,"_jsxFileName"],[265,34,139,57],[266,12,139,57,"lineNumber"],[266,22,139,57],[267,12,139,57,"columnNumber"],[267,24,139,57],[268,10,139,57],[268,17,139,63],[268,18,139,64],[268,33,140,10],[268,37,140,10,"_reactJsxDevRuntime"],[268,56,140,10],[268,57,140,10,"jsxDEV"],[268,63,140,10],[268,65,140,11,"View"],[268,69,140,15],[268,70,140,15,"default"],[268,77,140,15],[269,12,140,16,"style"],[269,17,140,21],[269,19,140,23,"styles"],[269,25,140,29],[269,26,140,30,"passwordContainer"],[269,43,140,48],[270,12,140,48,"children"],[270,20,140,48],[270,36,141,12],[270,40,141,12,"_reactJsxDevRuntime"],[270,59,141,12],[270,60,141,12,"jsxDEV"],[270,66,141,12],[270,68,141,13,"TextInput"],[270,77,141,22],[270,78,141,22,"default"],[270,85,141,22],[271,14,142,14,"style"],[271,19,142,19],[271,21,142,21,"styles"],[271,27,142,27],[271,28,142,28,"passwordInput"],[271,41,142,42],[272,14,143,14,"value"],[272,19,143,19],[272,21,143,21,"confirmPassword"],[272,36,143,37],[273,14,144,14,"onChangeText"],[273,26,144,26],[273,28,144,28,"setConfirmPassword"],[273,46,144,47],[274,14,145,14,"placeholder"],[274,25,145,25],[274,27,145,26],[274,49,145,48],[275,14,146,14,"secureTextEntry"],[275,29,146,29],[275,31,146,31],[275,32,146,32,"showConfirm"],[275,43,146,44],[276,14,147,14,"autoCapitalize"],[276,28,147,28],[276,30,147,29],[277,12,147,35],[278,14,147,35,"fileName"],[278,22,147,35],[278,24,147,35,"_jsxFileName"],[278,36,147,35],[279,14,147,35,"lineNumber"],[279,24,147,35],[280,14,147,35,"columnNumber"],[280,26,147,35],[281,12,147,35],[281,19,148,13],[281,20,148,14],[281,35,149,12],[281,39,149,12,"_reactJsxDevRuntime"],[281,58,149,12],[281,59,149,12,"jsxDEV"],[281,65,149,12],[281,67,149,13,"TouchableOpacity"],[281,83,149,29],[281,84,149,29,"default"],[281,91,149,29],[282,14,150,14,"onPress"],[282,21,150,21],[282,23,150,23,"onPress"],[282,24,150,23],[282,29,150,29,"setShowConfirm"],[282,43,150,43],[282,44,150,44],[282,45,150,45,"showConfirm"],[282,56,150,56],[282,57,150,58],[283,14,151,14,"style"],[283,19,151,19],[283,21,151,21,"styles"],[283,27,151,27],[283,28,151,28,"eyeButton"],[283,37,151,38],[284,14,151,38,"children"],[284,22,151,38],[284,37,153,14],[284,41,153,14,"_reactJsxDevRuntime"],[284,60,153,14],[284,61,153,14,"jsxDEV"],[284,67,153,14],[284,69,153,15,"_expoVectorIcons"],[284,85,153,23],[284,86,153,23,"Ionicons"],[284,94,153,23],[285,16,154,16,"name"],[285,20,154,20],[285,22,154,22,"showConfirm"],[285,33,154,33],[285,36,154,36],[285,45,154,45],[285,48,154,48],[285,53,154,54],[286,16,155,16,"size"],[286,20,155,20],[286,22,155,22],[286,24,155,25],[287,16,156,16,"color"],[287,21,156,21],[287,23,156,22],[288,14,156,31],[289,16,156,31,"fileName"],[289,24,156,31],[289,26,156,31,"_jsxFileName"],[289,38,156,31],[290,16,156,31,"lineNumber"],[290,26,156,31],[291,16,156,31,"columnNumber"],[291,28,156,31],[292,14,156,31],[292,21,157,15],[293,12,157,16],[294,14,157,16,"fileName"],[294,22,157,16],[294,24,157,16,"_jsxFileName"],[294,36,157,16],[295,14,157,16,"lineNumber"],[295,24,157,16],[296,14,157,16,"columnNumber"],[296,26,157,16],[297,12,157,16],[297,19,158,30],[297,20,158,31],[298,10,158,31],[299,12,158,31,"fileName"],[299,20,158,31],[299,22,158,31,"_jsxFileName"],[299,34,158,31],[300,12,158,31,"lineNumber"],[300,22,158,31],[301,12,158,31,"columnNumber"],[301,24,158,31],[302,10,158,31],[302,17,159,16],[302,18,159,17],[303,8,159,17],[304,10,159,17,"fileName"],[304,18,159,17],[304,20,159,17,"_jsxFileName"],[304,32,159,17],[305,10,159,17,"lineNumber"],[305,20,159,17],[306,10,159,17,"columnNumber"],[306,22,159,17],[307,8,159,17],[307,15,160,14],[307,16,160,15],[307,31,162,8],[307,35,162,8,"_reactJsxDevRuntime"],[307,54,162,8],[307,55,162,8,"jsxDEV"],[307,61,162,8],[307,63,162,9,"TouchableOpacity"],[307,79,162,25],[307,80,162,25,"default"],[307,87,162,25],[308,10,163,10,"style"],[308,15,163,15],[308,17,163,17],[308,18,163,18,"styles"],[308,24,163,24],[308,25,163,25,"saveButton"],[308,35,163,35],[308,37,163,37,"loading"],[308,44,163,44],[308,48,163,48,"styles"],[308,54,163,54],[308,55,163,55,"saveButtonDisabled"],[308,73,163,73],[308,74,163,75],[309,10,164,10,"onPress"],[309,17,164,17],[309,19,164,19,"handleChangePassword"],[309,39,164,40],[310,10,165,10,"disabled"],[310,18,165,18],[310,20,165,20,"loading"],[310,27,165,28],[311,10,165,28,"children"],[311,18,165,28],[311,20,167,11,"loading"],[311,27,167,18],[311,43,168,12],[311,47,168,12,"_reactJsxDevRuntime"],[311,66,168,12],[311,67,168,12,"jsxDEV"],[311,73,168,12],[311,75,168,13,"ActivityIndicator"],[311,92,168,30],[311,93,168,30,"default"],[311,100,168,30],[312,12,168,31,"color"],[312,17,168,36],[312,19,168,37],[313,10,168,43],[314,12,168,43,"fileName"],[314,20,168,43],[314,22,168,43,"_jsxFileName"],[314,34,168,43],[315,12,168,43,"lineNumber"],[315,22,168,43],[316,12,168,43,"columnNumber"],[316,24,168,43],[317,10,168,43],[317,17,168,45],[317,18,168,46],[317,34,170,12],[317,38,170,12,"_reactJsxDevRuntime"],[317,57,170,12],[317,58,170,12,"jsxDEV"],[317,64,170,12],[317,66,170,13,"Text"],[317,70,170,17],[317,71,170,17,"default"],[317,78,170,17],[318,12,170,18,"style"],[318,17,170,23],[318,19,170,25,"styles"],[318,25,170,31],[318,26,170,32,"saveButtonText"],[318,40,170,47],[319,12,170,47,"children"],[319,20,170,47],[319,22,170,48],[320,10,170,63],[321,12,170,63,"fileName"],[321,20,170,63],[321,22,170,63,"_jsxFileName"],[321,34,170,63],[322,12,170,63,"lineNumber"],[322,22,170,63],[323,12,170,63,"columnNumber"],[323,24,170,63],[324,10,170,63],[324,17,170,69],[325,8,171,11],[326,10,171,11,"fileName"],[326,18,171,11],[326,20,171,11,"_jsxFileName"],[326,32,171,11],[327,10,171,11,"lineNumber"],[327,20,171,11],[328,10,171,11,"columnNumber"],[328,22,171,11],[329,8,171,11],[329,15,172,26],[329,16,172,27],[330,6,172,27],[331,8,172,27,"fileName"],[331,16,172,27],[331,18,172,27,"_jsxFileName"],[331,30,172,27],[332,8,172,27,"lineNumber"],[332,18,172,27],[333,8,172,27,"columnNumber"],[333,20,172,27],[334,6,172,27],[334,13,173,18],[334,14,173,19],[335,4,173,19],[336,6,173,19,"fileName"],[336,14,173,19],[336,16,173,19,"_jsxFileName"],[336,28,173,19],[337,6,173,19,"lineNumber"],[337,16,173,19],[338,6,173,19,"columnNumber"],[338,18,173,19],[339,4,173,19],[339,11,174,10],[339,12,174,11],[340,2,176,0],[341,2,176,1,"_s"],[341,4,176,1],[341,5,16,24,"ChangePasswordScreen"],[341,25,16,44],[342,4,16,44],[342,12,17,17,"useSafeAreaInsets"],[342,39,17,34],[342,40,17,34,"useSafeAreaInsets"],[342,57,17,34],[342,59,18,19,"useAuth"],[342,79,18,26],[342,80,18,26,"useAuth"],[342,87,18,26],[343,2,18,26],[344,2,18,26,"_c"],[344,4,18,26],[344,7,16,24,"ChangePasswordScreen"],[344,27,16,44],[345,2,178,0],[345,8,178,6,"styles"],[345,14,178,12],[345,17,178,15,"StyleSheet"],[345,27,178,25],[345,28,178,25,"default"],[345,35,178,25],[345,36,178,26,"create"],[345,42,178,32],[345,43,178,33],[346,4,179,2,"container"],[346,13,179,11],[346,15,179,13],[347,6,180,4,"flex"],[347,10,180,8],[347,12,180,10],[347,13,180,11],[348,6,181,4,"backgroundColor"],[348,21,181,19],[348,23,181,21],[349,4,182,2],[349,5,182,3],[350,4,183,2,"header"],[350,10,183,8],[350,12,183,10],[351,6,184,4,"flexDirection"],[351,19,184,17],[351,21,184,19],[351,26,184,24],[352,6,185,4,"alignItems"],[352,16,185,14],[352,18,185,16],[352,26,185,24],[353,6,186,4,"justifyContent"],[353,20,186,18],[353,22,186,20],[353,37,186,35],[354,6,187,4,"paddingHorizontal"],[354,23,187,21],[354,25,187,23],[354,27,187,25],[355,6,188,4,"paddingVertical"],[355,21,188,19],[355,23,188,21],[355,25,188,23],[356,6,189,4,"backgroundColor"],[356,21,189,19],[356,23,189,21],[356,29,189,27],[357,6,190,4,"borderBottomWidth"],[357,23,190,21],[357,25,190,23],[357,26,190,24],[358,6,191,4,"borderBottomColor"],[358,23,191,21],[358,25,191,23],[359,4,192,2],[359,5,192,3],[360,4,193,2,"backButton"],[360,14,193,12],[360,16,193,14],[361,6,194,4,"width"],[361,11,194,9],[361,13,194,11],[361,15,194,13],[362,6,195,4,"height"],[362,12,195,10],[362,14,195,12],[362,16,195,14],[363,6,196,4,"borderRadius"],[363,18,196,16],[363,20,196,18],[363,22,196,20],[364,6,197,4,"backgroundColor"],[364,21,197,19],[364,23,197,21],[364,32,197,30],[365,6,198,4,"alignItems"],[365,16,198,14],[365,18,198,16],[365,26,198,24],[366,6,199,4,"justifyContent"],[366,20,199,18],[366,22,199,20],[367,4,200,2],[367,5,200,3],[368,4,201,2,"headerTitle"],[368,15,201,13],[368,17,201,15],[369,6,202,4,"fontSize"],[369,14,202,12],[369,16,202,14],[369,18,202,16],[370,6,203,4,"fontWeight"],[370,16,203,14],[370,18,203,16],[370,23,203,21],[371,6,204,4,"color"],[371,11,204,9],[371,13,204,11],[372,4,205,2],[372,5,205,3],[373,4,206,2,"scrollContent"],[373,17,206,15],[373,19,206,17],[374,6,207,4,"padding"],[374,13,207,11],[374,15,207,13],[374,17,207,15],[375,6,208,4,"paddingBottom"],[375,19,208,17],[375,21,208,19],[376,4,209,2],[376,5,209,3],[377,4,210,2,"infoBox"],[377,11,210,9],[377,13,210,11],[378,6,211,4,"flexDirection"],[378,19,211,17],[378,21,211,19],[378,26,211,24],[379,6,212,4,"alignItems"],[379,16,212,14],[379,18,212,16],[379,26,212,24],[380,6,213,4,"backgroundColor"],[380,21,213,19],[380,23,213,21],[380,32,213,30],[381,6,214,4,"padding"],[381,13,214,11],[381,15,214,13],[381,17,214,15],[382,6,215,4,"borderRadius"],[382,18,215,16],[382,20,215,18],[382,21,215,19],[383,6,216,4,"marginBottom"],[383,18,216,16],[383,20,216,18],[384,4,217,2],[384,5,217,3],[385,4,218,2,"infoText"],[385,12,218,10],[385,14,218,12],[386,6,219,4,"fontSize"],[386,14,219,12],[386,16,219,14],[386,18,219,16],[387,6,220,4,"color"],[387,11,220,9],[387,13,220,11],[387,22,220,20],[388,6,221,4,"marginLeft"],[388,16,221,14],[388,18,221,16],[388,19,221,17],[389,6,222,4,"flex"],[389,10,222,8],[389,12,222,10],[390,4,223,2],[390,5,223,3],[391,4,224,2,"section"],[391,11,224,9],[391,13,224,11],[392,6,225,4,"marginBottom"],[392,18,225,16],[392,20,225,18],[393,4,226,2],[393,5,226,3],[394,4,227,2,"label"],[394,9,227,7],[394,11,227,9],[395,6,228,4,"fontSize"],[395,14,228,12],[395,16,228,14],[395,18,228,16],[396,6,229,4,"fontWeight"],[396,16,229,14],[396,18,229,16],[396,23,229,21],[397,6,230,4,"color"],[397,11,230,9],[397,13,230,11],[397,22,230,20],[398,6,231,4,"marginBottom"],[398,18,231,16],[398,20,231,18],[399,4,232,2],[399,5,232,3],[400,4,233,2,"passwordContainer"],[400,21,233,19],[400,23,233,21],[401,6,234,4,"flexDirection"],[401,19,234,17],[401,21,234,19],[401,26,234,24],[402,6,235,4,"alignItems"],[402,16,235,14],[402,18,235,16],[402,26,235,24],[403,6,236,4,"backgroundColor"],[403,21,236,19],[403,23,236,21],[403,29,236,27],[404,6,237,4,"borderRadius"],[404,18,237,16],[404,20,237,18],[404,22,237,20],[405,6,238,4,"borderWidth"],[405,17,238,15],[405,19,238,17],[405,20,238,18],[406,6,239,4,"borderColor"],[406,17,239,15],[406,19,239,17],[407,4,240,2],[407,5,240,3],[408,4,241,2,"passwordInput"],[408,17,241,15],[408,19,241,17],[409,6,242,4,"flex"],[409,10,242,8],[409,12,242,10],[409,13,242,11],[410,6,243,4,"padding"],[410,13,243,11],[410,15,243,13],[410,17,243,15],[411,6,244,4,"fontSize"],[411,14,244,12],[411,16,244,14],[412,4,245,2],[412,5,245,3],[413,4,246,2,"eyeButton"],[413,13,246,11],[413,15,246,13],[414,6,247,4,"padding"],[414,13,247,11],[414,15,247,13],[415,4,248,2],[415,5,248,3],[416,4,249,2,"saveButton"],[416,14,249,12],[416,16,249,14],[417,6,250,4,"backgroundColor"],[417,21,250,19],[417,23,250,21],[417,32,250,30],[418,6,251,4,"padding"],[418,13,251,11],[418,15,251,13],[418,17,251,15],[419,6,252,4,"borderRadius"],[419,18,252,16],[419,20,252,18],[419,22,252,20],[420,6,253,4,"alignItems"],[420,16,253,14],[420,18,253,16],[420,26,253,24],[421,6,254,4,"marginTop"],[421,15,254,13],[421,17,254,15],[422,4,255,2],[422,5,255,3],[423,4,256,2,"saveButtonDisabled"],[423,22,256,20],[423,24,256,22],[424,6,257,4,"opacity"],[424,13,257,11],[424,15,257,13],[425,4,258,2],[425,5,258,3],[426,4,259,2,"saveButtonText"],[426,18,259,16],[426,20,259,18],[427,6,260,4,"fontSize"],[427,14,260,12],[427,16,260,14],[427,18,260,16],[428,6,261,4,"fontWeight"],[428,16,261,14],[428,18,261,16],[428,23,261,21],[429,6,262,4,"color"],[429,11,262,9],[429,13,262,11],[430,4,263,2],[431,2,264,0],[431,3,264,1],[431,4,264,2],[432,2,264,3],[432,6,264,3,"_c"],[432,8,264,3],[433,2,264,3,"$RefreshReg$"],[433,14,264,3],[433,15,264,3,"_c"],[433,17,264,3],[434,0,264,3],[434,3]],"functionMap":{"names":["","ChangePasswordScreen","handleChangePassword","onPress","TouchableOpacity.props.onPress"],"mappings":"AAA;eCe;+BCW;iCCiC,yBD;GDU;mCGK,yBH;uBG2B,kCH;uBGwB,0BH;uBGwB,kCH;CD0B"},"hasCjsExports":false},"type":"js/module"}]}
\ No newline at end of file
diff --git a/frontend/.metro-cache/cache/fa/3c61f84922c6c6a6618ef0244cab1553dab8db817d63ce2f6e7d4ba247b69bf54cc614 b/frontend/.metro-cache/cache/fa/3c61f84922c6c6a6618ef0244cab1553dab8db817d63ce2f6e7d4ba247b69bf54cc614
index dd4fa9d1..77760c36 100644
--- a/frontend/.metro-cache/cache/fa/3c61f84922c6c6a6618ef0244cab1553dab8db817d63ce2f6e7d4ba247b69bf54cc614
+++ b/frontend/.metro-cache/cache/fa/3c61f84922c6c6a6618ef0244cab1553dab8db817d63ce2f6e7d4ba247b69bf54cc614
@@ -1 +1 @@
-{"dependencies":[{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":51,"index":51}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/View","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"4kYBDC6LJJXoH7P9rWDi3vkLVB0=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Text","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"JKIzsQ5YQ0gDj0MIyY0Q7F1zJtU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/StyleSheet","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"MK7+k1V+KnvCVW7Kj2k/ydtjmVU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/TouchableOpacity","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PnQOoa8QGKpV5+issz6ikk463eg=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/TextInput","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"DmXc1F5dPYWntVgqRwh73w0VngA=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/ScrollView","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"7Gv1K9/TiQvbDXlMy9NOQIEBHDA=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Alert","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PEUC6jrQVoAGZ2qYkvimljMOyJI=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/ActivityIndicator","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"bSAkUkqZq0shBb5bU6kCYXi4ciA=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Clipboard","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"EoqFylXpkoRN0tc8bG15zEhaXMg=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0,"index":204},"end":{"line":13,"column":46,"index":250}}],"key":"ow7vkrqkIckRjlSi/+MhMmRYtUE=","exportNames":["*"],"imports":1}},{"name":"react-native-safe-area-context","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":14,"column":0,"index":251},"end":{"line":14,"column":67,"index":318}}],"key":"XjdTKvCUWX6CbQzg5fSDHG/WgHk=","exportNames":["*"],"imports":1}},{"name":"../contexts/AuthContext","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":15,"column":0,"index":319},"end":{"line":15,"column":50,"index":369}}],"key":"oNCgyH4yx4pAIVZXLqqRGB2kuCY=","exportNames":["*"],"imports":1}},{"name":"../config/api","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":16,"column":0,"index":370},"end":{"line":16,"column":46,"index":416}}],"key":"V94urzZZSfzzXHrNxWFShT8IuQo=","exportNames":["*"],"imports":1}},{"name":"react/jsx-dev-runtime","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"L9D70Z4hi4aGuui1ysja/oQ5ytI=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n var _jsxFileName = \"/app/frontend/src/screens/WalletAddressScreen.tsx\",\n _s = $RefreshSig$();\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return WalletAddressScreen;\n }\n });\n var _react = require(_dependencyMap[0], \"react\");\n var _reactNativeWebDistExportsView = require(_dependencyMap[1], \"react-native-web/dist/exports/View\");\n var View = _interopDefault(_reactNativeWebDistExportsView);\n var _reactNativeWebDistExportsText = require(_dependencyMap[2], \"react-native-web/dist/exports/Text\");\n var Text = _interopDefault(_reactNativeWebDistExportsText);\n var _reactNativeWebDistExportsStyleSheet = require(_dependencyMap[3], \"react-native-web/dist/exports/StyleSheet\");\n var StyleSheet = _interopDefault(_reactNativeWebDistExportsStyleSheet);\n var _reactNativeWebDistExportsTouchableOpacity = require(_dependencyMap[4], \"react-native-web/dist/exports/TouchableOpacity\");\n var TouchableOpacity = _interopDefault(_reactNativeWebDistExportsTouchableOpacity);\n var _reactNativeWebDistExportsTextInput = require(_dependencyMap[5], \"react-native-web/dist/exports/TextInput\");\n var TextInput = _interopDefault(_reactNativeWebDistExportsTextInput);\n var _reactNativeWebDistExportsScrollView = require(_dependencyMap[6], \"react-native-web/dist/exports/ScrollView\");\n var ScrollView = _interopDefault(_reactNativeWebDistExportsScrollView);\n var _reactNativeWebDistExportsAlert = require(_dependencyMap[7], \"react-native-web/dist/exports/Alert\");\n var Alert = _interopDefault(_reactNativeWebDistExportsAlert);\n var _reactNativeWebDistExportsActivityIndicator = require(_dependencyMap[8], \"react-native-web/dist/exports/ActivityIndicator\");\n var ActivityIndicator = _interopDefault(_reactNativeWebDistExportsActivityIndicator);\n var _reactNativeWebDistExportsClipboard = require(_dependencyMap[9], \"react-native-web/dist/exports/Clipboard\");\n var Clipboard = _interopDefault(_reactNativeWebDistExportsClipboard);\n var _expoVectorIcons = require(_dependencyMap[10], \"@expo/vector-icons\");\n var _reactNativeSafeAreaContext = require(_dependencyMap[11], \"react-native-safe-area-context\");\n var _contextsAuthContext = require(_dependencyMap[12], \"../contexts/AuthContext\");\n var _configApi = require(_dependencyMap[13], \"../config/api\");\n var _reactJsxDevRuntime = require(_dependencyMap[14], \"react/jsx-dev-runtime\");\n function WalletAddressScreen({\n navigation\n }) {\n _s();\n const insets = (0, _reactNativeSafeAreaContext.useSafeAreaInsets)();\n const {\n user\n } = (0, _contextsAuthContext.useAuth)();\n const [loading, setLoading] = (0, _react.useState)(false);\n const [walletAddress, setWalletAddress] = (0, _react.useState)('');\n const [isEditing, setIsEditing] = (0, _react.useState)(false);\n (0, _react.useEffect)(() => {\n loadWalletAddress();\n }, []);\n const loadWalletAddress = async () => {\n try {\n const response = await fetch(`${_configApi.API_ENDPOINTS.AUTH_USER(user?.user_id || '')}`);\n if (response.ok) {\n const data = await response.json();\n setWalletAddress(data.wallet_address || '');\n }\n } catch (error) {\n console.error('Error loading wallet address:', error);\n }\n };\n const handleSave = async () => {\n if (!walletAddress.trim()) {\n Alert.default.alert('Error', 'Wallet address cannot be empty');\n return;\n }\n setLoading(true);\n try {\n const backendUrl = \"https://digital-kurdistan.preview.emergentagent.com\" || 'http://localhost:8001';\n const response = await fetch(`${backendUrl}/api/auth/profile`, {\n method: 'PUT',\n headers: {\n 'Content-Type': 'application/json'\n },\n body: JSON.stringify({\n user_id: user?.user_id,\n wallet_address: walletAddress\n })\n });\n if (response.ok) {\n Alert.default.alert('Success', 'Wallet address updated successfully!');\n setIsEditing(false);\n } else {\n Alert.default.alert('Error', 'Failed to update wallet address');\n }\n } catch (error) {\n Alert.default.alert('Error', 'Network error occurred');\n } finally {\n setLoading(false);\n }\n };\n const copyToClipboard = () => {\n Clipboard.default.setString(walletAddress);\n Alert.default.alert('Copied', 'Wallet address copied to clipboard');\n };\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: [styles.container, {\n paddingTop: insets.top\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.header,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n onPress: () => navigation.goBack(),\n style: styles.backButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"arrow-back\",\n size: 24,\n color: \"#1F2937\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 83,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 82,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.headerTitle,\n children: \"Wallet Address\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 85,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: {\n width: 40\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 86,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 81,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n contentContainerStyle: styles.scrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.infoBox,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"information-circle\",\n size: 20,\n color: \"#3B82F6\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 91,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.infoText,\n children: \"Your wallet address is used to receive HEZ and PEZ tokens. Make sure it's correct.\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 92,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 90,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.label,\n children: \"Wallet Address\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 98,\n columnNumber: 11\n }, this), isEditing ? /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TextInput.default, {\n style: styles.input,\n value: walletAddress,\n onChangeText: setWalletAddress,\n placeholder: \"Enter wallet address\",\n autoCapitalize: \"none\",\n multiline: true\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 100,\n columnNumber: 13\n }, this) : /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.addressContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.addressText,\n numberOfLines: 3,\n children: walletAddress || 'No wallet address set'\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 110,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n onPress: copyToClipboard,\n style: styles.copyButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"copy-outline\",\n size: 20,\n color: \"#EE2A35\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 114,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 113,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 109,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 97,\n columnNumber: 9\n }, this), isEditing ? /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.buttonRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: [styles.button, styles.cancelButton],\n onPress: () => {\n setIsEditing(false);\n loadWalletAddress();\n },\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.cancelButtonText,\n children: \"Cancel\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 129,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 122,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: [styles.button, styles.saveButton, loading && styles.saveButtonDisabled],\n onPress: handleSave,\n disabled: loading,\n children: loading ? /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ActivityIndicator.default, {\n color: \"#FFF\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 137,\n columnNumber: 17\n }, this) : /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.saveButtonText,\n children: \"Save\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 139,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 131,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 121,\n columnNumber: 11\n }, this) : /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: styles.editButton,\n onPress: () => setIsEditing(true),\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"create-outline\",\n size: 20,\n color: \"#FFF\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 148,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.editButtonText,\n children: \"Edit Wallet Address\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 149,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 144,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 89,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 80,\n columnNumber: 5\n }, this);\n }\n _s(WalletAddressScreen, \"mDGXAGe+8pM6xkIporQvf7mJSKM=\", false, function () {\n return [_reactNativeSafeAreaContext.useSafeAreaInsets, _contextsAuthContext.useAuth];\n });\n _c = WalletAddressScreen;\n const styles = StyleSheet.default.create({\n container: {\n flex: 1,\n backgroundColor: '#F8F9FA'\n },\n header: {\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'space-between',\n paddingHorizontal: 16,\n paddingVertical: 16,\n backgroundColor: '#FFF',\n borderBottomWidth: 1,\n borderBottomColor: '#E5E7EB'\n },\n backButton: {\n width: 40,\n height: 40,\n borderRadius: 20,\n backgroundColor: '#F3F4F6',\n alignItems: 'center',\n justifyContent: 'center'\n },\n headerTitle: {\n fontSize: 18,\n fontWeight: '700',\n color: '#1F2937'\n },\n scrollContent: {\n padding: 16,\n paddingBottom: 80\n },\n infoBox: {\n flexDirection: 'row',\n alignItems: 'center',\n backgroundColor: '#DBEAFE',\n padding: 12,\n borderRadius: 8,\n marginBottom: 24\n },\n infoText: {\n fontSize: 14,\n color: '#1E40AF',\n marginLeft: 8,\n flex: 1\n },\n section: {\n marginBottom: 20\n },\n label: {\n fontSize: 14,\n fontWeight: '600',\n color: '#374151',\n marginBottom: 8\n },\n input: {\n backgroundColor: '#FFF',\n padding: 16,\n borderRadius: 12,\n fontSize: 14,\n borderWidth: 1,\n borderColor: '#E5E7EB',\n minHeight: 80,\n textAlignVertical: 'top'\n },\n addressContainer: {\n flexDirection: 'row',\n alignItems: 'center',\n backgroundColor: '#FFF',\n padding: 16,\n borderRadius: 12,\n borderWidth: 1,\n borderColor: '#E5E7EB'\n },\n addressText: {\n flex: 1,\n fontSize: 14,\n color: '#374151',\n fontFamily: 'monospace'\n },\n copyButton: {\n padding: 8,\n marginLeft: 8\n },\n buttonRow: {\n flexDirection: 'row',\n gap: 12,\n marginTop: 24\n },\n button: {\n flex: 1,\n padding: 16,\n borderRadius: 12,\n alignItems: 'center'\n },\n cancelButton: {\n backgroundColor: '#F3F4F6'\n },\n cancelButtonText: {\n fontSize: 16,\n fontWeight: '600',\n color: '#6B7280'\n },\n saveButton: {\n backgroundColor: '#EE2A35'\n },\n saveButtonDisabled: {\n opacity: 0.6\n },\n saveButtonText: {\n fontSize: 16,\n fontWeight: '600',\n color: '#FFF'\n },\n editButton: {\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'center',\n backgroundColor: '#EE2A35',\n padding: 16,\n borderRadius: 12,\n marginTop: 24\n },\n editButtonText: {\n fontSize: 16,\n fontWeight: '600',\n color: '#FFF',\n marginLeft: 8\n }\n });\n var _c;\n $RefreshReg$(_c, \"WalletAddressScreen\");\n});","lineCount":443,"map":[[14,2,18,15,"Object"],[14,8,18,15],[14,9,18,15,"defineProperty"],[14,23,18,15],[14,24,18,15,"exports"],[14,31,18,15],[15,4,18,15,"enumerable"],[15,14,18,15],[16,4,18,15,"get"],[16,7,18,15],[16,18,18,15,"get"],[16,19,18,15],[17,6,18,15],[17,13,18,15,"WalletAddressScreen"],[17,32,18,15],[18,4,18,15],[19,2,18,15],[20,2,1,0],[20,6,1,0,"_react"],[20,12,1,0],[20,15,1,0,"require"],[20,22,1,0],[20,23,1,0,"_dependencyMap"],[20,37,1,0],[21,2,1,51],[21,6,1,51,"_reactNativeWebDistExportsView"],[21,36,1,51],[21,39,1,51,"require"],[21,46,1,51],[21,47,1,51,"_dependencyMap"],[21,61,1,51],[22,2,1,51],[22,6,1,51,"View"],[22,10,1,51],[22,13,1,51,"_interopDefault"],[22,28,1,51],[22,29,1,51,"_reactNativeWebDistExportsView"],[22,59,1,51],[23,2,1,51],[23,6,1,51,"_reactNativeWebDistExportsText"],[23,36,1,51],[23,39,1,51,"require"],[23,46,1,51],[23,47,1,51,"_dependencyMap"],[23,61,1,51],[24,2,1,51],[24,6,1,51,"Text"],[24,10,1,51],[24,13,1,51,"_interopDefault"],[24,28,1,51],[24,29,1,51,"_reactNativeWebDistExportsText"],[24,59,1,51],[25,2,1,51],[25,6,1,51,"_reactNativeWebDistExportsStyleSheet"],[25,42,1,51],[25,45,1,51,"require"],[25,52,1,51],[25,53,1,51,"_dependencyMap"],[25,67,1,51],[26,2,1,51],[26,6,1,51,"StyleSheet"],[26,16,1,51],[26,19,1,51,"_interopDefault"],[26,34,1,51],[26,35,1,51,"_reactNativeWebDistExportsStyleSheet"],[26,71,1,51],[27,2,1,51],[27,6,1,51,"_reactNativeWebDistExportsTouchableOpacity"],[27,48,1,51],[27,51,1,51,"require"],[27,58,1,51],[27,59,1,51,"_dependencyMap"],[27,73,1,51],[28,2,1,51],[28,6,1,51,"TouchableOpacity"],[28,22,1,51],[28,25,1,51,"_interopDefault"],[28,40,1,51],[28,41,1,51,"_reactNativeWebDistExportsTouchableOpacity"],[28,83,1,51],[29,2,1,51],[29,6,1,51,"_reactNativeWebDistExportsTextInput"],[29,41,1,51],[29,44,1,51,"require"],[29,51,1,51],[29,52,1,51,"_dependencyMap"],[29,66,1,51],[30,2,1,51],[30,6,1,51,"TextInput"],[30,15,1,51],[30,18,1,51,"_interopDefault"],[30,33,1,51],[30,34,1,51,"_reactNativeWebDistExportsTextInput"],[30,69,1,51],[31,2,1,51],[31,6,1,51,"_reactNativeWebDistExportsScrollView"],[31,42,1,51],[31,45,1,51,"require"],[31,52,1,51],[31,53,1,51,"_dependencyMap"],[31,67,1,51],[32,2,1,51],[32,6,1,51,"ScrollView"],[32,16,1,51],[32,19,1,51,"_interopDefault"],[32,34,1,51],[32,35,1,51,"_reactNativeWebDistExportsScrollView"],[32,71,1,51],[33,2,1,51],[33,6,1,51,"_reactNativeWebDistExportsAlert"],[33,37,1,51],[33,40,1,51,"require"],[33,47,1,51],[33,48,1,51,"_dependencyMap"],[33,62,1,51],[34,2,1,51],[34,6,1,51,"Alert"],[34,11,1,51],[34,14,1,51,"_interopDefault"],[34,29,1,51],[34,30,1,51,"_reactNativeWebDistExportsAlert"],[34,61,1,51],[35,2,1,51],[35,6,1,51,"_reactNativeWebDistExportsActivityIndicator"],[35,49,1,51],[35,52,1,51,"require"],[35,59,1,51],[35,60,1,51,"_dependencyMap"],[35,74,1,51],[36,2,1,51],[36,6,1,51,"ActivityIndicator"],[36,23,1,51],[36,26,1,51,"_interopDefault"],[36,41,1,51],[36,42,1,51,"_reactNativeWebDistExportsActivityIndicator"],[36,85,1,51],[37,2,1,51],[37,6,1,51,"_reactNativeWebDistExportsClipboard"],[37,41,1,51],[37,44,1,51,"require"],[37,51,1,51],[37,52,1,51,"_dependencyMap"],[37,66,1,51],[38,2,1,51],[38,6,1,51,"Clipboard"],[38,15,1,51],[38,18,1,51,"_interopDefault"],[38,33,1,51],[38,34,1,51,"_reactNativeWebDistExportsClipboard"],[38,69,1,51],[39,2,13,0],[39,6,13,0,"_expoVectorIcons"],[39,22,13,0],[39,25,13,0,"require"],[39,32,13,0],[39,33,13,0,"_dependencyMap"],[39,47,13,0],[40,2,14,0],[40,6,14,0,"_reactNativeSafeAreaContext"],[40,33,14,0],[40,36,14,0,"require"],[40,43,14,0],[40,44,14,0,"_dependencyMap"],[40,58,14,0],[41,2,15,0],[41,6,15,0,"_contextsAuthContext"],[41,26,15,0],[41,29,15,0,"require"],[41,36,15,0],[41,37,15,0,"_dependencyMap"],[41,51,15,0],[42,2,16,0],[42,6,16,0,"_configApi"],[42,16,16,0],[42,19,16,0,"require"],[42,26,16,0],[42,27,16,0,"_dependencyMap"],[42,41,16,0],[43,2,16,46],[43,6,16,46,"_reactJsxDevRuntime"],[43,25,16,46],[43,28,16,46,"require"],[43,35,16,46],[43,36,16,46,"_dependencyMap"],[43,50,16,46],[44,2,18,15],[44,11,18,24,"WalletAddressScreen"],[44,30,18,43,"WalletAddressScreen"],[44,31,18,44],[45,4,18,46,"navigation"],[46,2,18,62],[46,3,18,63],[46,5,18,65],[47,4,18,65,"_s"],[47,6,18,65],[48,4,19,2],[48,10,19,8,"insets"],[48,16,19,14],[48,19,19,17],[48,23,19,17,"useSafeAreaInsets"],[48,50,19,34],[48,51,19,34,"useSafeAreaInsets"],[48,68,19,34],[48,70,19,35],[48,71,19,36],[49,4,20,2],[49,10,20,8],[50,6,20,10,"user"],[51,4,20,15],[51,5,20,16],[51,8,20,19],[51,12,20,19,"useAuth"],[51,32,20,26],[51,33,20,26,"useAuth"],[51,40,20,26],[51,42,20,27],[51,43,20,28],[52,4,21,2],[52,10,21,8],[52,11,21,9,"loading"],[52,18,21,16],[52,20,21,18,"setLoading"],[52,30,21,28],[52,31,21,29],[52,34,21,32],[52,38,21,32,"useState"],[52,44,21,40],[52,45,21,40,"useState"],[52,53,21,40],[52,55,21,41],[52,60,21,46],[52,61,21,47],[53,4,22,2],[53,10,22,8],[53,11,22,9,"walletAddress"],[53,24,22,22],[53,26,22,24,"setWalletAddress"],[53,42,22,40],[53,43,22,41],[53,46,22,44],[53,50,22,44,"useState"],[53,56,22,52],[53,57,22,52,"useState"],[53,65,22,52],[53,67,22,53],[53,69,22,55],[53,70,22,56],[54,4,23,2],[54,10,23,8],[54,11,23,9,"isEditing"],[54,20,23,18],[54,22,23,20,"setIsEditing"],[54,34,23,32],[54,35,23,33],[54,38,23,36],[54,42,23,36,"useState"],[54,48,23,44],[54,49,23,44,"useState"],[54,57,23,44],[54,59,23,45],[54,64,23,50],[54,65,23,51],[55,4,25,2],[55,8,25,2,"useEffect"],[55,14,25,11],[55,15,25,11,"useEffect"],[55,24,25,11],[55,26,25,12],[55,32,25,18],[56,6,26,4,"loadWalletAddress"],[56,23,26,21],[56,24,26,22],[56,25,26,23],[57,4,27,2],[57,5,27,3],[57,7,27,5],[57,9,27,7],[57,10,27,8],[58,4,29,2],[58,10,29,8,"loadWalletAddress"],[58,27,29,25],[58,30,29,28],[58,36,29,28,"loadWalletAddress"],[58,37,29,28],[58,42,29,40],[59,6,30,4],[59,10,30,8],[60,8,31,6],[60,14,31,12,"response"],[60,22,31,20],[60,25,31,23],[60,31,31,29,"fetch"],[60,36,31,34],[60,37,31,35],[60,40,31,38,"API_ENDPOINTS"],[60,50,31,51],[60,51,31,51,"API_ENDPOINTS"],[60,64,31,51],[60,65,31,52,"AUTH_USER"],[60,74,31,61],[60,75,31,62,"user"],[60,79,31,66],[60,81,31,68,"user_id"],[60,88,31,75],[60,92,31,79],[60,94,31,81],[60,95,31,82],[60,97,31,84],[60,98,31,85],[61,8,32,6],[61,12,32,10,"response"],[61,20,32,18],[61,21,32,19,"ok"],[61,23,32,21],[61,25,32,23],[62,10,33,8],[62,16,33,14,"data"],[62,20,33,18],[62,23,33,21],[62,29,33,27,"response"],[62,37,33,35],[62,38,33,36,"json"],[62,42,33,40],[62,43,33,41],[62,44,33,42],[63,10,34,8,"setWalletAddress"],[63,26,34,24],[63,27,34,25,"data"],[63,31,34,29],[63,32,34,30,"wallet_address"],[63,46,34,44],[63,50,34,48],[63,52,34,50],[63,53,34,51],[64,8,35,6],[65,6,36,4],[65,7,36,5],[65,8,36,6],[65,15,36,13,"error"],[65,20,36,18],[65,22,36,20],[66,8,37,6,"console"],[66,15,37,13],[66,16,37,14,"error"],[66,21,37,19],[66,22,37,20],[66,53,37,51],[66,55,37,53,"error"],[66,60,37,58],[66,61,37,59],[67,6,38,4],[68,4,39,2],[68,5,39,3],[69,4,41,2],[69,10,41,8,"handleSave"],[69,20,41,18],[69,23,41,21],[69,29,41,21,"handleSave"],[69,30,41,21],[69,35,41,33],[70,6,42,4],[70,10,42,8],[70,11,42,9,"walletAddress"],[70,24,42,22],[70,25,42,23,"trim"],[70,29,42,27],[70,30,42,28],[70,31,42,29],[70,33,42,31],[71,8,43,6,"Alert"],[71,13,43,11],[71,14,43,11,"default"],[71,21,43,11],[71,22,43,12,"alert"],[71,27,43,17],[71,28,43,18],[71,35,43,25],[71,37,43,27],[71,69,43,59],[71,70,43,60],[72,8,44,6],[73,6,45,4],[74,6,47,4,"setLoading"],[74,16,47,14],[74,17,47,15],[74,21,47,19],[74,22,47,20],[75,6,48,4],[75,10,48,8],[76,8,49,6],[76,14,49,12,"backendUrl"],[76,24,49,22],[76,27,49,25],[76,84,49,64],[76,107,49,87],[77,8,50,6],[77,14,50,12,"response"],[77,22,50,20],[77,25,50,23],[77,31,50,29,"fetch"],[77,36,50,34],[77,37,50,35],[77,40,50,38,"backendUrl"],[77,50,50,48],[77,69,50,67],[77,71,50,69],[78,10,51,8,"method"],[78,16,51,14],[78,18,51,16],[78,23,51,21],[79,10,52,8,"headers"],[79,17,52,15],[79,19,52,17],[80,12,53,10],[80,26,53,24],[80,28,53,26],[81,10,54,8],[81,11,54,9],[82,10,55,8,"body"],[82,14,55,12],[82,16,55,14,"JSON"],[82,20,55,18],[82,21,55,19,"stringify"],[82,30,55,28],[82,31,55,29],[83,12,56,10,"user_id"],[83,19,56,17],[83,21,56,19,"user"],[83,25,56,23],[83,27,56,25,"user_id"],[83,34,56,32],[84,12,57,10,"wallet_address"],[84,26,57,24],[84,28,57,26,"walletAddress"],[85,10,58,8],[85,11,58,9],[86,8,59,6],[86,9,59,7],[86,10,59,8],[87,8,61,6],[87,12,61,10,"response"],[87,20,61,18],[87,21,61,19,"ok"],[87,23,61,21],[87,25,61,23],[88,10,62,8,"Alert"],[88,15,62,13],[88,16,62,13,"default"],[88,23,62,13],[88,24,62,14,"alert"],[88,29,62,19],[88,30,62,20],[88,39,62,29],[88,41,62,31],[88,79,62,69],[88,80,62,70],[89,10,63,8,"setIsEditing"],[89,22,63,20],[89,23,63,21],[89,28,63,26],[89,29,63,27],[90,8,64,6],[90,9,64,7],[90,15,64,13],[91,10,65,8,"Alert"],[91,15,65,13],[91,16,65,13,"default"],[91,23,65,13],[91,24,65,14,"alert"],[91,29,65,19],[91,30,65,20],[91,37,65,27],[91,39,65,29],[91,72,65,62],[91,73,65,63],[92,8,66,6],[93,6,67,4],[93,7,67,5],[93,8,67,6],[93,15,67,13,"error"],[93,20,67,18],[93,22,67,20],[94,8,68,6,"Alert"],[94,13,68,11],[94,14,68,11,"default"],[94,21,68,11],[94,22,68,12,"alert"],[94,27,68,17],[94,28,68,18],[94,35,68,25],[94,37,68,27],[94,61,68,51],[94,62,68,52],[95,6,69,4],[95,7,69,5],[95,16,69,14],[96,8,70,6,"setLoading"],[96,18,70,16],[96,19,70,17],[96,24,70,22],[96,25,70,23],[97,6,71,4],[98,4,72,2],[98,5,72,3],[99,4,74,2],[99,10,74,8,"copyToClipboard"],[99,25,74,23],[99,28,74,26,"copyToClipboard"],[99,29,74,26],[99,34,74,32],[100,6,75,4,"Clipboard"],[100,15,75,13],[100,16,75,13,"default"],[100,23,75,13],[100,24,75,14,"setString"],[100,33,75,23],[100,34,75,24,"walletAddress"],[100,47,75,37],[100,48,75,38],[101,6,76,4,"Alert"],[101,11,76,9],[101,12,76,9,"default"],[101,19,76,9],[101,20,76,10,"alert"],[101,25,76,15],[101,26,76,16],[101,34,76,24],[101,36,76,26],[101,72,76,62],[101,73,76,63],[102,4,77,2],[102,5,77,3],[103,4,79,2],[103,24,80,4],[103,28,80,4,"_reactJsxDevRuntime"],[103,47,80,4],[103,48,80,4,"jsxDEV"],[103,54,80,4],[103,56,80,5,"View"],[103,60,80,9],[103,61,80,9,"default"],[103,68,80,9],[104,6,80,10,"style"],[104,11,80,15],[104,13,80,17],[104,14,80,18,"styles"],[104,20,80,24],[104,21,80,25,"container"],[104,30,80,34],[104,32,80,36],[105,8,80,38,"paddingTop"],[105,18,80,48],[105,20,80,50,"insets"],[105,26,80,56],[105,27,80,57,"top"],[106,6,80,61],[106,7,80,62],[106,8,80,64],[107,6,80,64,"children"],[107,14,80,64],[107,30,81,6],[107,34,81,6,"_reactJsxDevRuntime"],[107,53,81,6],[107,54,81,6,"jsxDEV"],[107,60,81,6],[107,62,81,7,"View"],[107,66,81,11],[107,67,81,11,"default"],[107,74,81,11],[108,8,81,12,"style"],[108,13,81,17],[108,15,81,19,"styles"],[108,21,81,25],[108,22,81,26,"header"],[108,28,81,33],[109,8,81,33,"children"],[109,16,81,33],[109,32,82,8],[109,36,82,8,"_reactJsxDevRuntime"],[109,55,82,8],[109,56,82,8,"jsxDEV"],[109,62,82,8],[109,64,82,9,"TouchableOpacity"],[109,80,82,25],[109,81,82,25,"default"],[109,88,82,25],[110,10,82,26,"onPress"],[110,17,82,33],[110,19,82,35,"onPress"],[110,20,82,35],[110,25,82,41,"navigation"],[110,35,82,51],[110,36,82,52,"goBack"],[110,42,82,58],[110,43,82,59],[110,44,82,61],[111,10,82,62,"style"],[111,15,82,67],[111,17,82,69,"styles"],[111,23,82,75],[111,24,82,76,"backButton"],[111,34,82,87],[112,10,82,87,"children"],[112,18,82,87],[112,33,83,10],[112,37,83,10,"_reactJsxDevRuntime"],[112,56,83,10],[112,57,83,10,"jsxDEV"],[112,63,83,10],[112,65,83,11,"_expoVectorIcons"],[112,81,83,19],[112,82,83,19,"Ionicons"],[112,90,83,19],[113,12,83,20,"name"],[113,16,83,24],[113,18,83,25],[113,30,83,37],[114,12,83,38,"size"],[114,16,83,42],[114,18,83,44],[114,20,83,47],[115,12,83,48,"color"],[115,17,83,53],[115,19,83,54],[116,10,83,63],[117,12,83,63,"fileName"],[117,20,83,63],[117,22,83,63,"_jsxFileName"],[117,34,83,63],[118,12,83,63,"lineNumber"],[118,22,83,63],[119,12,83,63,"columnNumber"],[119,24,83,63],[120,10,83,63],[120,17,83,65],[121,8,83,66],[122,10,83,66,"fileName"],[122,18,83,66],[122,20,83,66,"_jsxFileName"],[122,32,83,66],[123,10,83,66,"lineNumber"],[123,20,83,66],[124,10,83,66,"columnNumber"],[124,22,83,66],[125,8,83,66],[125,15,84,26],[125,16,84,27],[125,31,85,8],[125,35,85,8,"_reactJsxDevRuntime"],[125,54,85,8],[125,55,85,8,"jsxDEV"],[125,61,85,8],[125,63,85,9,"Text"],[125,67,85,13],[125,68,85,13,"default"],[125,75,85,13],[126,10,85,14,"style"],[126,15,85,19],[126,17,85,21,"styles"],[126,23,85,27],[126,24,85,28,"headerTitle"],[126,35,85,40],[127,10,85,40,"children"],[127,18,85,40],[127,20,85,41],[128,8,85,55],[129,10,85,55,"fileName"],[129,18,85,55],[129,20,85,55,"_jsxFileName"],[129,32,85,55],[130,10,85,55,"lineNumber"],[130,20,85,55],[131,10,85,55,"columnNumber"],[131,22,85,55],[132,8,85,55],[132,15,85,61],[132,16,85,62],[132,31,86,8],[132,35,86,8,"_reactJsxDevRuntime"],[132,54,86,8],[132,55,86,8,"jsxDEV"],[132,61,86,8],[132,63,86,9,"View"],[132,67,86,13],[132,68,86,13,"default"],[132,75,86,13],[133,10,86,14,"style"],[133,15,86,19],[133,17,86,21],[134,12,86,23,"width"],[134,17,86,28],[134,19,86,30],[135,10,86,33],[136,8,86,35],[137,10,86,35,"fileName"],[137,18,86,35],[137,20,86,35,"_jsxFileName"],[137,32,86,35],[138,10,86,35,"lineNumber"],[138,20,86,35],[139,10,86,35,"columnNumber"],[139,22,86,35],[140,8,86,35],[140,15,86,37],[140,16,86,38],[141,6,86,38],[142,8,86,38,"fileName"],[142,16,86,38],[142,18,86,38,"_jsxFileName"],[142,30,86,38],[143,8,86,38,"lineNumber"],[143,18,86,38],[144,8,86,38,"columnNumber"],[144,20,86,38],[145,6,86,38],[145,13,87,12],[145,14,87,13],[145,29,89,6],[145,33,89,6,"_reactJsxDevRuntime"],[145,52,89,6],[145,53,89,6,"jsxDEV"],[145,59,89,6],[145,61,89,7,"ScrollView"],[145,71,89,17],[145,72,89,17,"default"],[145,79,89,17],[146,8,89,18,"contentContainerStyle"],[146,29,89,39],[146,31,89,41,"styles"],[146,37,89,47],[146,38,89,48,"scrollContent"],[146,51,89,62],[147,8,89,62,"children"],[147,16,89,62],[147,32,90,8],[147,36,90,8,"_reactJsxDevRuntime"],[147,55,90,8],[147,56,90,8,"jsxDEV"],[147,62,90,8],[147,64,90,9,"View"],[147,68,90,13],[147,69,90,13,"default"],[147,76,90,13],[148,10,90,14,"style"],[148,15,90,19],[148,17,90,21,"styles"],[148,23,90,27],[148,24,90,28,"infoBox"],[148,31,90,36],[149,10,90,36,"children"],[149,18,90,36],[149,34,91,10],[149,38,91,10,"_reactJsxDevRuntime"],[149,57,91,10],[149,58,91,10,"jsxDEV"],[149,64,91,10],[149,66,91,11,"_expoVectorIcons"],[149,82,91,19],[149,83,91,19,"Ionicons"],[149,91,91,19],[150,12,91,20,"name"],[150,16,91,24],[150,18,91,25],[150,38,91,45],[151,12,91,46,"size"],[151,16,91,50],[151,18,91,52],[151,20,91,55],[152,12,91,56,"color"],[152,17,91,61],[152,19,91,62],[153,10,91,71],[154,12,91,71,"fileName"],[154,20,91,71],[154,22,91,71,"_jsxFileName"],[154,34,91,71],[155,12,91,71,"lineNumber"],[155,22,91,71],[156,12,91,71,"columnNumber"],[156,24,91,71],[157,10,91,71],[157,17,91,73],[157,18,91,74],[157,33,92,10],[157,37,92,10,"_reactJsxDevRuntime"],[157,56,92,10],[157,57,92,10,"jsxDEV"],[157,63,92,10],[157,65,92,11,"Text"],[157,69,92,15],[157,70,92,15,"default"],[157,77,92,15],[158,12,92,16,"style"],[158,17,92,21],[158,19,92,23,"styles"],[158,25,92,29],[158,26,92,30,"infoText"],[158,34,92,39],[159,12,92,39,"children"],[159,20,92,39],[159,22,92,40],[160,10,94,10],[161,12,94,10,"fileName"],[161,20,94,10],[161,22,94,10,"_jsxFileName"],[161,34,94,10],[162,12,94,10,"lineNumber"],[162,22,94,10],[163,12,94,10,"columnNumber"],[163,24,94,10],[164,10,94,10],[164,17,94,16],[164,18,94,17],[165,8,94,17],[166,10,94,17,"fileName"],[166,18,94,17],[166,20,94,17,"_jsxFileName"],[166,32,94,17],[167,10,94,17,"lineNumber"],[167,20,94,17],[168,10,94,17,"columnNumber"],[168,22,94,17],[169,8,94,17],[169,15,95,14],[169,16,95,15],[169,31,97,8],[169,35,97,8,"_reactJsxDevRuntime"],[169,54,97,8],[169,55,97,8,"jsxDEV"],[169,61,97,8],[169,63,97,9,"View"],[169,67,97,13],[169,68,97,13,"default"],[169,75,97,13],[170,10,97,14,"style"],[170,15,97,19],[170,17,97,21,"styles"],[170,23,97,27],[170,24,97,28,"section"],[170,31,97,36],[171,10,97,36,"children"],[171,18,97,36],[171,34,98,10],[171,38,98,10,"_reactJsxDevRuntime"],[171,57,98,10],[171,58,98,10,"jsxDEV"],[171,64,98,10],[171,66,98,11,"Text"],[171,70,98,15],[171,71,98,15,"default"],[171,78,98,15],[172,12,98,16,"style"],[172,17,98,21],[172,19,98,23,"styles"],[172,25,98,29],[172,26,98,30,"label"],[172,31,98,36],[173,12,98,36,"children"],[173,20,98,36],[173,22,98,37],[174,10,98,51],[175,12,98,51,"fileName"],[175,20,98,51],[175,22,98,51,"_jsxFileName"],[175,34,98,51],[176,12,98,51,"lineNumber"],[176,22,98,51],[177,12,98,51,"columnNumber"],[177,24,98,51],[178,10,98,51],[178,17,98,57],[178,18,98,58],[178,20,99,11,"isEditing"],[178,29,99,20],[178,45,100,12],[178,49,100,12,"_reactJsxDevRuntime"],[178,68,100,12],[178,69,100,12,"jsxDEV"],[178,75,100,12],[178,77,100,13,"TextInput"],[178,86,100,22],[178,87,100,22,"default"],[178,94,100,22],[179,12,101,14,"style"],[179,17,101,19],[179,19,101,21,"styles"],[179,25,101,27],[179,26,101,28,"input"],[179,31,101,34],[180,12,102,14,"value"],[180,17,102,19],[180,19,102,21,"walletAddress"],[180,32,102,35],[181,12,103,14,"onChangeText"],[181,24,103,26],[181,26,103,28,"setWalletAddress"],[181,42,103,45],[182,12,104,14,"placeholder"],[182,23,104,25],[182,25,104,26],[182,47,104,48],[183,12,105,14,"autoCapitalize"],[183,26,105,28],[183,28,105,29],[183,34,105,35],[184,12,106,14,"multiline"],[184,21,106,23],[185,10,106,23],[186,12,106,23,"fileName"],[186,20,106,23],[186,22,106,23,"_jsxFileName"],[186,34,106,23],[187,12,106,23,"lineNumber"],[187,22,106,23],[188,12,106,23,"columnNumber"],[188,24,106,23],[189,10,106,23],[189,17,107,13],[189,18,107,14],[189,34,109,12],[189,38,109,12,"_reactJsxDevRuntime"],[189,57,109,12],[189,58,109,12,"jsxDEV"],[189,64,109,12],[189,66,109,13,"View"],[189,70,109,17],[189,71,109,17,"default"],[189,78,109,17],[190,12,109,18,"style"],[190,17,109,23],[190,19,109,25,"styles"],[190,25,109,31],[190,26,109,32,"addressContainer"],[190,42,109,49],[191,12,109,49,"children"],[191,20,109,49],[191,36,110,14],[191,40,110,14,"_reactJsxDevRuntime"],[191,59,110,14],[191,60,110,14,"jsxDEV"],[191,66,110,14],[191,68,110,15,"Text"],[191,72,110,19],[191,73,110,19,"default"],[191,80,110,19],[192,14,110,20,"style"],[192,19,110,25],[192,21,110,27,"styles"],[192,27,110,33],[192,28,110,34,"addressText"],[192,39,110,46],[193,14,110,47,"numberOfLines"],[193,27,110,60],[193,29,110,62],[193,30,110,64],[194,14,110,64,"children"],[194,22,110,64],[194,24,111,17,"walletAddress"],[194,37,111,30],[194,41,111,34],[195,12,111,57],[196,14,111,57,"fileName"],[196,22,111,57],[196,24,111,57,"_jsxFileName"],[196,36,111,57],[197,14,111,57,"lineNumber"],[197,24,111,57],[198,14,111,57,"columnNumber"],[198,26,111,57],[199,12,111,57],[199,19,112,20],[199,20,112,21],[199,35,113,14],[199,39,113,14,"_reactJsxDevRuntime"],[199,58,113,14],[199,59,113,14,"jsxDEV"],[199,65,113,14],[199,67,113,15,"TouchableOpacity"],[199,83,113,31],[199,84,113,31,"default"],[199,91,113,31],[200,14,113,32,"onPress"],[200,21,113,39],[200,23,113,41,"copyToClipboard"],[200,38,113,57],[201,14,113,58,"style"],[201,19,113,63],[201,21,113,65,"styles"],[201,27,113,71],[201,28,113,72,"copyButton"],[201,38,113,83],[202,14,113,83,"children"],[202,22,113,83],[202,37,114,16],[202,41,114,16,"_reactJsxDevRuntime"],[202,60,114,16],[202,61,114,16,"jsxDEV"],[202,67,114,16],[202,69,114,17,"_expoVectorIcons"],[202,85,114,25],[202,86,114,25,"Ionicons"],[202,94,114,25],[203,16,114,26,"name"],[203,20,114,30],[203,22,114,31],[203,36,114,45],[204,16,114,46,"size"],[204,20,114,50],[204,22,114,52],[204,24,114,55],[205,16,114,56,"color"],[205,21,114,61],[205,23,114,62],[206,14,114,71],[207,16,114,71,"fileName"],[207,24,114,71],[207,26,114,71,"_jsxFileName"],[207,38,114,71],[208,16,114,71,"lineNumber"],[208,26,114,71],[209,16,114,71,"columnNumber"],[209,28,114,71],[210,14,114,71],[210,21,114,73],[211,12,114,74],[212,14,114,74,"fileName"],[212,22,114,74],[212,24,114,74,"_jsxFileName"],[212,36,114,74],[213,14,114,74,"lineNumber"],[213,24,114,74],[214,14,114,74,"columnNumber"],[214,26,114,74],[215,12,114,74],[215,19,115,32],[215,20,115,33],[216,10,115,33],[217,12,115,33,"fileName"],[217,20,115,33],[217,22,115,33,"_jsxFileName"],[217,34,115,33],[218,12,115,33,"lineNumber"],[218,22,115,33],[219,12,115,33,"columnNumber"],[219,24,115,33],[220,10,115,33],[220,17,116,18],[220,18,117,11],[221,8,117,11],[222,10,117,11,"fileName"],[222,18,117,11],[222,20,117,11,"_jsxFileName"],[222,32,117,11],[223,10,117,11,"lineNumber"],[223,20,117,11],[224,10,117,11,"columnNumber"],[224,22,117,11],[225,8,117,11],[225,15,118,14],[225,16,118,15],[225,18,120,9,"isEditing"],[225,27,120,18],[225,43,121,10],[225,47,121,10,"_reactJsxDevRuntime"],[225,66,121,10],[225,67,121,10,"jsxDEV"],[225,73,121,10],[225,75,121,11,"View"],[225,79,121,15],[225,80,121,15,"default"],[225,87,121,15],[226,10,121,16,"style"],[226,15,121,21],[226,17,121,23,"styles"],[226,23,121,29],[226,24,121,30,"buttonRow"],[226,33,121,40],[227,10,121,40,"children"],[227,18,121,40],[227,34,122,12],[227,38,122,12,"_reactJsxDevRuntime"],[227,57,122,12],[227,58,122,12,"jsxDEV"],[227,64,122,12],[227,66,122,13,"TouchableOpacity"],[227,82,122,29],[227,83,122,29,"default"],[227,90,122,29],[228,12,123,14,"style"],[228,17,123,19],[228,19,123,21],[228,20,123,22,"styles"],[228,26,123,28],[228,27,123,29,"button"],[228,33,123,35],[228,35,123,37,"styles"],[228,41,123,43],[228,42,123,44,"cancelButton"],[228,54,123,56],[228,55,123,58],[229,12,124,14,"onPress"],[229,19,124,21],[229,21,124,23,"onPress"],[229,22,124,23],[229,27,124,29],[230,14,125,16,"setIsEditing"],[230,26,125,28],[230,27,125,29],[230,32,125,34],[230,33,125,35],[231,14,126,16,"loadWalletAddress"],[231,31,126,33],[231,32,126,34],[231,33,126,35],[232,12,127,14],[232,13,127,16],[233,12,127,16,"children"],[233,20,127,16],[233,35,129,14],[233,39,129,14,"_reactJsxDevRuntime"],[233,58,129,14],[233,59,129,14,"jsxDEV"],[233,65,129,14],[233,67,129,15,"Text"],[233,71,129,19],[233,72,129,19,"default"],[233,79,129,19],[234,14,129,20,"style"],[234,19,129,25],[234,21,129,27,"styles"],[234,27,129,33],[234,28,129,34,"cancelButtonText"],[234,44,129,51],[235,14,129,51,"children"],[235,22,129,51],[235,24,129,52],[236,12,129,58],[237,14,129,58,"fileName"],[237,22,129,58],[237,24,129,58,"_jsxFileName"],[237,36,129,58],[238,14,129,58,"lineNumber"],[238,24,129,58],[239,14,129,58,"columnNumber"],[239,26,129,58],[240,12,129,58],[240,19,129,64],[241,10,129,65],[242,12,129,65,"fileName"],[242,20,129,65],[242,22,129,65,"_jsxFileName"],[242,34,129,65],[243,12,129,65,"lineNumber"],[243,22,129,65],[244,12,129,65,"columnNumber"],[244,24,129,65],[245,10,129,65],[245,17,130,30],[245,18,130,31],[245,33,131,12],[245,37,131,12,"_reactJsxDevRuntime"],[245,56,131,12],[245,57,131,12,"jsxDEV"],[245,63,131,12],[245,65,131,13,"TouchableOpacity"],[245,81,131,29],[245,82,131,29,"default"],[245,89,131,29],[246,12,132,14,"style"],[246,17,132,19],[246,19,132,21],[246,20,132,22,"styles"],[246,26,132,28],[246,27,132,29,"button"],[246,33,132,35],[246,35,132,37,"styles"],[246,41,132,43],[246,42,132,44,"saveButton"],[246,52,132,54],[246,54,132,56,"loading"],[246,61,132,63],[246,65,132,67,"styles"],[246,71,132,73],[246,72,132,74,"saveButtonDisabled"],[246,90,132,92],[246,91,132,94],[247,12,133,14,"onPress"],[247,19,133,21],[247,21,133,23,"handleSave"],[247,31,133,34],[248,12,134,14,"disabled"],[248,20,134,22],[248,22,134,24,"loading"],[248,29,134,32],[249,12,134,32,"children"],[249,20,134,32],[249,22,136,15,"loading"],[249,29,136,22],[249,45,137,16],[249,49,137,16,"_reactJsxDevRuntime"],[249,68,137,16],[249,69,137,16,"jsxDEV"],[249,75,137,16],[249,77,137,17,"ActivityIndicator"],[249,94,137,34],[249,95,137,34,"default"],[249,102,137,34],[250,14,137,35,"color"],[250,19,137,40],[250,21,137,41],[251,12,137,47],[252,14,137,47,"fileName"],[252,22,137,47],[252,24,137,47,"_jsxFileName"],[252,36,137,47],[253,14,137,47,"lineNumber"],[253,24,137,47],[254,14,137,47,"columnNumber"],[254,26,137,47],[255,12,137,47],[255,19,137,49],[255,20,137,50],[255,36,139,16],[255,40,139,16,"_reactJsxDevRuntime"],[255,59,139,16],[255,60,139,16,"jsxDEV"],[255,66,139,16],[255,68,139,17,"Text"],[255,72,139,21],[255,73,139,21,"default"],[255,80,139,21],[256,14,139,22,"style"],[256,19,139,27],[256,21,139,29,"styles"],[256,27,139,35],[256,28,139,36,"saveButtonText"],[256,42,139,51],[257,14,139,51,"children"],[257,22,139,51],[257,24,139,52],[258,12,139,56],[259,14,139,56,"fileName"],[259,22,139,56],[259,24,139,56,"_jsxFileName"],[259,36,139,56],[260,14,139,56,"lineNumber"],[260,24,139,56],[261,14,139,56,"columnNumber"],[261,26,139,56],[262,12,139,56],[262,19,139,62],[263,10,140,15],[264,12,140,15,"fileName"],[264,20,140,15],[264,22,140,15,"_jsxFileName"],[264,34,140,15],[265,12,140,15,"lineNumber"],[265,22,140,15],[266,12,140,15,"columnNumber"],[266,24,140,15],[267,10,140,15],[267,17,141,30],[267,18,141,31],[268,8,141,31],[269,10,141,31,"fileName"],[269,18,141,31],[269,20,141,31,"_jsxFileName"],[269,32,141,31],[270,10,141,31,"lineNumber"],[270,20,141,31],[271,10,141,31,"columnNumber"],[271,22,141,31],[272,8,141,31],[272,15,142,16],[272,16,142,17],[272,32,144,10],[272,36,144,10,"_reactJsxDevRuntime"],[272,55,144,10],[272,56,144,10,"jsxDEV"],[272,62,144,10],[272,64,144,11,"TouchableOpacity"],[272,80,144,27],[272,81,144,27,"default"],[272,88,144,27],[273,10,145,12,"style"],[273,15,145,17],[273,17,145,19,"styles"],[273,23,145,25],[273,24,145,26,"editButton"],[273,34,145,37],[274,10,146,12,"onPress"],[274,17,146,19],[274,19,146,21,"onPress"],[274,20,146,21],[274,25,146,27,"setIsEditing"],[274,37,146,39],[274,38,146,40],[274,42,146,44],[274,43,146,46],[275,10,146,46,"children"],[275,18,146,46],[275,34,148,12],[275,38,148,12,"_reactJsxDevRuntime"],[275,57,148,12],[275,58,148,12,"jsxDEV"],[275,64,148,12],[275,66,148,13,"_expoVectorIcons"],[275,82,148,21],[275,83,148,21,"Ionicons"],[275,91,148,21],[276,12,148,22,"name"],[276,16,148,26],[276,18,148,27],[276,34,148,43],[277,12,148,44,"size"],[277,16,148,48],[277,18,148,50],[277,20,148,53],[278,12,148,54,"color"],[278,17,148,59],[278,19,148,60],[279,10,148,66],[280,12,148,66,"fileName"],[280,20,148,66],[280,22,148,66,"_jsxFileName"],[280,34,148,66],[281,12,148,66,"lineNumber"],[281,22,148,66],[282,12,148,66,"columnNumber"],[282,24,148,66],[283,10,148,66],[283,17,148,68],[283,18,148,69],[283,33,149,12],[283,37,149,12,"_reactJsxDevRuntime"],[283,56,149,12],[283,57,149,12,"jsxDEV"],[283,63,149,12],[283,65,149,13,"Text"],[283,69,149,17],[283,70,149,17,"default"],[283,77,149,17],[284,12,149,18,"style"],[284,17,149,23],[284,19,149,25,"styles"],[284,25,149,31],[284,26,149,32,"editButtonText"],[284,40,149,47],[285,12,149,47,"children"],[285,20,149,47],[285,22,149,48],[286,10,149,67],[287,12,149,67,"fileName"],[287,20,149,67],[287,22,149,67,"_jsxFileName"],[287,34,149,67],[288,12,149,67,"lineNumber"],[288,22,149,67],[289,12,149,67,"columnNumber"],[289,24,149,67],[290,10,149,67],[290,17,149,73],[290,18,149,74],[291,8,149,74],[292,10,149,74,"fileName"],[292,18,149,74],[292,20,149,74,"_jsxFileName"],[292,32,149,74],[293,10,149,74,"lineNumber"],[293,20,149,74],[294,10,149,74,"columnNumber"],[294,22,149,74],[295,8,149,74],[295,15,150,28],[295,16,151,9],[296,6,151,9],[297,8,151,9,"fileName"],[297,16,151,9],[297,18,151,9,"_jsxFileName"],[297,30,151,9],[298,8,151,9,"lineNumber"],[298,18,151,9],[299,8,151,9,"columnNumber"],[299,20,151,9],[300,6,151,9],[300,13,152,18],[300,14,152,19],[301,4,152,19],[302,6,152,19,"fileName"],[302,14,152,19],[302,16,152,19,"_jsxFileName"],[302,28,152,19],[303,6,152,19,"lineNumber"],[303,16,152,19],[304,6,152,19,"columnNumber"],[304,18,152,19],[305,4,152,19],[305,11,153,10],[305,12,153,11],[306,2,155,0],[307,2,155,1,"_s"],[307,4,155,1],[307,5,18,24,"WalletAddressScreen"],[307,24,18,43],[308,4,18,43],[308,12,19,17,"useSafeAreaInsets"],[308,39,19,34],[308,40,19,34,"useSafeAreaInsets"],[308,57,19,34],[308,59,20,19,"useAuth"],[308,79,20,26],[308,80,20,26,"useAuth"],[308,87,20,26],[309,2,20,26],[310,2,20,26,"_c"],[310,4,20,26],[310,7,18,24,"WalletAddressScreen"],[310,26,18,43],[311,2,157,0],[311,8,157,6,"styles"],[311,14,157,12],[311,17,157,15,"StyleSheet"],[311,27,157,25],[311,28,157,25,"default"],[311,35,157,25],[311,36,157,26,"create"],[311,42,157,32],[311,43,157,33],[312,4,158,2,"container"],[312,13,158,11],[312,15,158,13],[313,6,159,4,"flex"],[313,10,159,8],[313,12,159,10],[313,13,159,11],[314,6,160,4,"backgroundColor"],[314,21,160,19],[314,23,160,21],[315,4,161,2],[315,5,161,3],[316,4,162,2,"header"],[316,10,162,8],[316,12,162,10],[317,6,163,4,"flexDirection"],[317,19,163,17],[317,21,163,19],[317,26,163,24],[318,6,164,4,"alignItems"],[318,16,164,14],[318,18,164,16],[318,26,164,24],[319,6,165,4,"justifyContent"],[319,20,165,18],[319,22,165,20],[319,37,165,35],[320,6,166,4,"paddingHorizontal"],[320,23,166,21],[320,25,166,23],[320,27,166,25],[321,6,167,4,"paddingVertical"],[321,21,167,19],[321,23,167,21],[321,25,167,23],[322,6,168,4,"backgroundColor"],[322,21,168,19],[322,23,168,21],[322,29,168,27],[323,6,169,4,"borderBottomWidth"],[323,23,169,21],[323,25,169,23],[323,26,169,24],[324,6,170,4,"borderBottomColor"],[324,23,170,21],[324,25,170,23],[325,4,171,2],[325,5,171,3],[326,4,172,2,"backButton"],[326,14,172,12],[326,16,172,14],[327,6,173,4,"width"],[327,11,173,9],[327,13,173,11],[327,15,173,13],[328,6,174,4,"height"],[328,12,174,10],[328,14,174,12],[328,16,174,14],[329,6,175,4,"borderRadius"],[329,18,175,16],[329,20,175,18],[329,22,175,20],[330,6,176,4,"backgroundColor"],[330,21,176,19],[330,23,176,21],[330,32,176,30],[331,6,177,4,"alignItems"],[331,16,177,14],[331,18,177,16],[331,26,177,24],[332,6,178,4,"justifyContent"],[332,20,178,18],[332,22,178,20],[333,4,179,2],[333,5,179,3],[334,4,180,2,"headerTitle"],[334,15,180,13],[334,17,180,15],[335,6,181,4,"fontSize"],[335,14,181,12],[335,16,181,14],[335,18,181,16],[336,6,182,4,"fontWeight"],[336,16,182,14],[336,18,182,16],[336,23,182,21],[337,6,183,4,"color"],[337,11,183,9],[337,13,183,11],[338,4,184,2],[338,5,184,3],[339,4,185,2,"scrollContent"],[339,17,185,15],[339,19,185,17],[340,6,186,4,"padding"],[340,13,186,11],[340,15,186,13],[340,17,186,15],[341,6,187,4,"paddingBottom"],[341,19,187,17],[341,21,187,19],[342,4,188,2],[342,5,188,3],[343,4,189,2,"infoBox"],[343,11,189,9],[343,13,189,11],[344,6,190,4,"flexDirection"],[344,19,190,17],[344,21,190,19],[344,26,190,24],[345,6,191,4,"alignItems"],[345,16,191,14],[345,18,191,16],[345,26,191,24],[346,6,192,4,"backgroundColor"],[346,21,192,19],[346,23,192,21],[346,32,192,30],[347,6,193,4,"padding"],[347,13,193,11],[347,15,193,13],[347,17,193,15],[348,6,194,4,"borderRadius"],[348,18,194,16],[348,20,194,18],[348,21,194,19],[349,6,195,4,"marginBottom"],[349,18,195,16],[349,20,195,18],[350,4,196,2],[350,5,196,3],[351,4,197,2,"infoText"],[351,12,197,10],[351,14,197,12],[352,6,198,4,"fontSize"],[352,14,198,12],[352,16,198,14],[352,18,198,16],[353,6,199,4,"color"],[353,11,199,9],[353,13,199,11],[353,22,199,20],[354,6,200,4,"marginLeft"],[354,16,200,14],[354,18,200,16],[354,19,200,17],[355,6,201,4,"flex"],[355,10,201,8],[355,12,201,10],[356,4,202,2],[356,5,202,3],[357,4,203,2,"section"],[357,11,203,9],[357,13,203,11],[358,6,204,4,"marginBottom"],[358,18,204,16],[358,20,204,18],[359,4,205,2],[359,5,205,3],[360,4,206,2,"label"],[360,9,206,7],[360,11,206,9],[361,6,207,4,"fontSize"],[361,14,207,12],[361,16,207,14],[361,18,207,16],[362,6,208,4,"fontWeight"],[362,16,208,14],[362,18,208,16],[362,23,208,21],[363,6,209,4,"color"],[363,11,209,9],[363,13,209,11],[363,22,209,20],[364,6,210,4,"marginBottom"],[364,18,210,16],[364,20,210,18],[365,4,211,2],[365,5,211,3],[366,4,212,2,"input"],[366,9,212,7],[366,11,212,9],[367,6,213,4,"backgroundColor"],[367,21,213,19],[367,23,213,21],[367,29,213,27],[368,6,214,4,"padding"],[368,13,214,11],[368,15,214,13],[368,17,214,15],[369,6,215,4,"borderRadius"],[369,18,215,16],[369,20,215,18],[369,22,215,20],[370,6,216,4,"fontSize"],[370,14,216,12],[370,16,216,14],[370,18,216,16],[371,6,217,4,"borderWidth"],[371,17,217,15],[371,19,217,17],[371,20,217,18],[372,6,218,4,"borderColor"],[372,17,218,15],[372,19,218,17],[372,28,218,26],[373,6,219,4,"minHeight"],[373,15,219,13],[373,17,219,15],[373,19,219,17],[374,6,220,4,"textAlignVertical"],[374,23,220,21],[374,25,220,23],[375,4,221,2],[375,5,221,3],[376,4,222,2,"addressContainer"],[376,20,222,18],[376,22,222,20],[377,6,223,4,"flexDirection"],[377,19,223,17],[377,21,223,19],[377,26,223,24],[378,6,224,4,"alignItems"],[378,16,224,14],[378,18,224,16],[378,26,224,24],[379,6,225,4,"backgroundColor"],[379,21,225,19],[379,23,225,21],[379,29,225,27],[380,6,226,4,"padding"],[380,13,226,11],[380,15,226,13],[380,17,226,15],[381,6,227,4,"borderRadius"],[381,18,227,16],[381,20,227,18],[381,22,227,20],[382,6,228,4,"borderWidth"],[382,17,228,15],[382,19,228,17],[382,20,228,18],[383,6,229,4,"borderColor"],[383,17,229,15],[383,19,229,17],[384,4,230,2],[384,5,230,3],[385,4,231,2,"addressText"],[385,15,231,13],[385,17,231,15],[386,6,232,4,"flex"],[386,10,232,8],[386,12,232,10],[386,13,232,11],[387,6,233,4,"fontSize"],[387,14,233,12],[387,16,233,14],[387,18,233,16],[388,6,234,4,"color"],[388,11,234,9],[388,13,234,11],[388,22,234,20],[389,6,235,4,"fontFamily"],[389,16,235,14],[389,18,235,16],[390,4,236,2],[390,5,236,3],[391,4,237,2,"copyButton"],[391,14,237,12],[391,16,237,14],[392,6,238,4,"padding"],[392,13,238,11],[392,15,238,13],[392,16,238,14],[393,6,239,4,"marginLeft"],[393,16,239,14],[393,18,239,16],[394,4,240,2],[394,5,240,3],[395,4,241,2,"buttonRow"],[395,13,241,11],[395,15,241,13],[396,6,242,4,"flexDirection"],[396,19,242,17],[396,21,242,19],[396,26,242,24],[397,6,243,4,"gap"],[397,9,243,7],[397,11,243,9],[397,13,243,11],[398,6,244,4,"marginTop"],[398,15,244,13],[398,17,244,15],[399,4,245,2],[399,5,245,3],[400,4,246,2,"button"],[400,10,246,8],[400,12,246,10],[401,6,247,4,"flex"],[401,10,247,8],[401,12,247,10],[401,13,247,11],[402,6,248,4,"padding"],[402,13,248,11],[402,15,248,13],[402,17,248,15],[403,6,249,4,"borderRadius"],[403,18,249,16],[403,20,249,18],[403,22,249,20],[404,6,250,4,"alignItems"],[404,16,250,14],[404,18,250,16],[405,4,251,2],[405,5,251,3],[406,4,252,2,"cancelButton"],[406,16,252,14],[406,18,252,16],[407,6,253,4,"backgroundColor"],[407,21,253,19],[407,23,253,21],[408,4,254,2],[408,5,254,3],[409,4,255,2,"cancelButtonText"],[409,20,255,18],[409,22,255,20],[410,6,256,4,"fontSize"],[410,14,256,12],[410,16,256,14],[410,18,256,16],[411,6,257,4,"fontWeight"],[411,16,257,14],[411,18,257,16],[411,23,257,21],[412,6,258,4,"color"],[412,11,258,9],[412,13,258,11],[413,4,259,2],[413,5,259,3],[414,4,260,2,"saveButton"],[414,14,260,12],[414,16,260,14],[415,6,261,4,"backgroundColor"],[415,21,261,19],[415,23,261,21],[416,4,262,2],[416,5,262,3],[417,4,263,2,"saveButtonDisabled"],[417,22,263,20],[417,24,263,22],[418,6,264,4,"opacity"],[418,13,264,11],[418,15,264,13],[419,4,265,2],[419,5,265,3],[420,4,266,2,"saveButtonText"],[420,18,266,16],[420,20,266,18],[421,6,267,4,"fontSize"],[421,14,267,12],[421,16,267,14],[421,18,267,16],[422,6,268,4,"fontWeight"],[422,16,268,14],[422,18,268,16],[422,23,268,21],[423,6,269,4,"color"],[423,11,269,9],[423,13,269,11],[424,4,270,2],[424,5,270,3],[425,4,271,2,"editButton"],[425,14,271,12],[425,16,271,14],[426,6,272,4,"flexDirection"],[426,19,272,17],[426,21,272,19],[426,26,272,24],[427,6,273,4,"alignItems"],[427,16,273,14],[427,18,273,16],[427,26,273,24],[428,6,274,4,"justifyContent"],[428,20,274,18],[428,22,274,20],[428,30,274,28],[429,6,275,4,"backgroundColor"],[429,21,275,19],[429,23,275,21],[429,32,275,30],[430,6,276,4,"padding"],[430,13,276,11],[430,15,276,13],[430,17,276,15],[431,6,277,4,"borderRadius"],[431,18,277,16],[431,20,277,18],[431,22,277,20],[432,6,278,4,"marginTop"],[432,15,278,13],[432,17,278,15],[433,4,279,2],[433,5,279,3],[434,4,280,2,"editButtonText"],[434,18,280,16],[434,20,280,18],[435,6,281,4,"fontSize"],[435,14,281,12],[435,16,281,14],[435,18,281,16],[436,6,282,4,"fontWeight"],[436,16,282,14],[436,18,282,16],[436,23,282,21],[437,6,283,4,"color"],[437,11,283,9],[437,13,283,11],[437,19,283,17],[438,6,284,4,"marginLeft"],[438,16,284,14],[438,18,284,16],[439,4,285,2],[440,2,286,0],[440,3,286,1],[440,4,286,2],[441,2,286,3],[441,6,286,3,"_c"],[441,8,286,3],[442,2,286,3,"$RefreshReg$"],[442,14,286,3],[442,15,286,3,"_c"],[442,17,286,3],[443,0,286,3],[443,3]],"functionMap":{"names":["","WalletAddressScreen","useEffect$argument_0","loadWalletAddress","handleSave","copyToClipboard","TouchableOpacity.props.onPress"],"mappings":"AAA;eCiB;YCO;GDE;4BEE;GFU;qBGE;GH+B;0BIE;GJG;mCKK,yBL;uBK0C;eLG;qBKmB,wBL;CDS"},"hasCjsExports":false},"type":"js/module"}]}
\ No newline at end of file
+{"dependencies":[{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":51,"index":51}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/View","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"4kYBDC6LJJXoH7P9rWDi3vkLVB0=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Text","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"JKIzsQ5YQ0gDj0MIyY0Q7F1zJtU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/StyleSheet","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"MK7+k1V+KnvCVW7Kj2k/ydtjmVU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/TouchableOpacity","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PnQOoa8QGKpV5+issz6ikk463eg=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/TextInput","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"DmXc1F5dPYWntVgqRwh73w0VngA=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/ScrollView","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"7Gv1K9/TiQvbDXlMy9NOQIEBHDA=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Alert","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PEUC6jrQVoAGZ2qYkvimljMOyJI=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/ActivityIndicator","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"bSAkUkqZq0shBb5bU6kCYXi4ciA=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Clipboard","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"EoqFylXpkoRN0tc8bG15zEhaXMg=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0,"index":204},"end":{"line":13,"column":46,"index":250}}],"key":"ow7vkrqkIckRjlSi/+MhMmRYtUE=","exportNames":["*"],"imports":1}},{"name":"react-native-safe-area-context","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":14,"column":0,"index":251},"end":{"line":14,"column":67,"index":318}}],"key":"XjdTKvCUWX6CbQzg5fSDHG/WgHk=","exportNames":["*"],"imports":1}},{"name":"../contexts/AuthContext","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":15,"column":0,"index":319},"end":{"line":15,"column":50,"index":369}}],"key":"oNCgyH4yx4pAIVZXLqqRGB2kuCY=","exportNames":["*"],"imports":1}},{"name":"../config/api","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":16,"column":0,"index":370},"end":{"line":16,"column":46,"index":416}}],"key":"V94urzZZSfzzXHrNxWFShT8IuQo=","exportNames":["*"],"imports":1}},{"name":"react/jsx-dev-runtime","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"L9D70Z4hi4aGuui1ysja/oQ5ytI=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n var _jsxFileName = \"/app/frontend/src/screens/WalletAddressScreen.tsx\",\n _s = $RefreshSig$();\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return WalletAddressScreen;\n }\n });\n var _react = require(_dependencyMap[0], \"react\");\n var _reactNativeWebDistExportsView = require(_dependencyMap[1], \"react-native-web/dist/exports/View\");\n var View = _interopDefault(_reactNativeWebDistExportsView);\n var _reactNativeWebDistExportsText = require(_dependencyMap[2], \"react-native-web/dist/exports/Text\");\n var Text = _interopDefault(_reactNativeWebDistExportsText);\n var _reactNativeWebDistExportsStyleSheet = require(_dependencyMap[3], \"react-native-web/dist/exports/StyleSheet\");\n var StyleSheet = _interopDefault(_reactNativeWebDistExportsStyleSheet);\n var _reactNativeWebDistExportsTouchableOpacity = require(_dependencyMap[4], \"react-native-web/dist/exports/TouchableOpacity\");\n var TouchableOpacity = _interopDefault(_reactNativeWebDistExportsTouchableOpacity);\n var _reactNativeWebDistExportsTextInput = require(_dependencyMap[5], \"react-native-web/dist/exports/TextInput\");\n var TextInput = _interopDefault(_reactNativeWebDistExportsTextInput);\n var _reactNativeWebDistExportsScrollView = require(_dependencyMap[6], \"react-native-web/dist/exports/ScrollView\");\n var ScrollView = _interopDefault(_reactNativeWebDistExportsScrollView);\n var _reactNativeWebDistExportsAlert = require(_dependencyMap[7], \"react-native-web/dist/exports/Alert\");\n var Alert = _interopDefault(_reactNativeWebDistExportsAlert);\n var _reactNativeWebDistExportsActivityIndicator = require(_dependencyMap[8], \"react-native-web/dist/exports/ActivityIndicator\");\n var ActivityIndicator = _interopDefault(_reactNativeWebDistExportsActivityIndicator);\n var _reactNativeWebDistExportsClipboard = require(_dependencyMap[9], \"react-native-web/dist/exports/Clipboard\");\n var Clipboard = _interopDefault(_reactNativeWebDistExportsClipboard);\n var _expoVectorIcons = require(_dependencyMap[10], \"@expo/vector-icons\");\n var _reactNativeSafeAreaContext = require(_dependencyMap[11], \"react-native-safe-area-context\");\n var _contextsAuthContext = require(_dependencyMap[12], \"../contexts/AuthContext\");\n var _configApi = require(_dependencyMap[13], \"../config/api\");\n var _reactJsxDevRuntime = require(_dependencyMap[14], \"react/jsx-dev-runtime\");\n function WalletAddressScreen({\n navigation\n }) {\n _s();\n const insets = (0, _reactNativeSafeAreaContext.useSafeAreaInsets)();\n const {\n user\n } = (0, _contextsAuthContext.useAuth)();\n const [loading, setLoading] = (0, _react.useState)(false);\n const [walletAddress, setWalletAddress] = (0, _react.useState)('');\n const [isEditing, setIsEditing] = (0, _react.useState)(false);\n (0, _react.useEffect)(() => {\n loadWalletAddress();\n }, []);\n const loadWalletAddress = async () => {\n try {\n const response = await fetch(`${_configApi.API_ENDPOINTS.AUTH_USER(user?.user_id || '')}`);\n if (response.ok) {\n const data = await response.json();\n setWalletAddress(data.wallet_address || '');\n }\n } catch (error) {\n console.error('Error loading wallet address:', error);\n }\n };\n const handleSave = async () => {\n if (!walletAddress.trim()) {\n Alert.default.alert('Error', 'Wallet address cannot be empty');\n return;\n }\n setLoading(true);\n try {\n const backendUrl = \"https://kurdish-id.preview.emergentagent.com\" || 'http://localhost:8001';\n const response = await fetch(`${backendUrl}/api/auth/profile`, {\n method: 'PUT',\n headers: {\n 'Content-Type': 'application/json'\n },\n body: JSON.stringify({\n user_id: user?.user_id,\n wallet_address: walletAddress\n })\n });\n if (response.ok) {\n Alert.default.alert('Success', 'Wallet address updated successfully!');\n setIsEditing(false);\n } else {\n Alert.default.alert('Error', 'Failed to update wallet address');\n }\n } catch (error) {\n Alert.default.alert('Error', 'Network error occurred');\n } finally {\n setLoading(false);\n }\n };\n const copyToClipboard = () => {\n Clipboard.default.setString(walletAddress);\n Alert.default.alert('Copied', 'Wallet address copied to clipboard');\n };\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: [styles.container, {\n paddingTop: insets.top\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.header,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n onPress: () => navigation.goBack(),\n style: styles.backButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"arrow-back\",\n size: 24,\n color: \"#1F2937\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 83,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 82,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.headerTitle,\n children: \"Wallet Address\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 85,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: {\n width: 40\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 86,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 81,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n contentContainerStyle: styles.scrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.infoBox,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"information-circle\",\n size: 20,\n color: \"#3B82F6\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 91,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.infoText,\n children: \"Your wallet address is used to receive HEZ and PEZ tokens. Make sure it's correct.\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 92,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 90,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.label,\n children: \"Wallet Address\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 98,\n columnNumber: 11\n }, this), isEditing ? /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TextInput.default, {\n style: styles.input,\n value: walletAddress,\n onChangeText: setWalletAddress,\n placeholder: \"Enter wallet address\",\n autoCapitalize: \"none\",\n multiline: true\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 100,\n columnNumber: 13\n }, this) : /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.addressContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.addressText,\n numberOfLines: 3,\n children: walletAddress || 'No wallet address set'\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 110,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n onPress: copyToClipboard,\n style: styles.copyButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"copy-outline\",\n size: 20,\n color: \"#EE2A35\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 114,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 113,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 109,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 97,\n columnNumber: 9\n }, this), isEditing ? /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.buttonRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: [styles.button, styles.cancelButton],\n onPress: () => {\n setIsEditing(false);\n loadWalletAddress();\n },\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.cancelButtonText,\n children: \"Cancel\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 129,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 122,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: [styles.button, styles.saveButton, loading && styles.saveButtonDisabled],\n onPress: handleSave,\n disabled: loading,\n children: loading ? /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ActivityIndicator.default, {\n color: \"#FFF\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 137,\n columnNumber: 17\n }, this) : /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.saveButtonText,\n children: \"Save\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 139,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 131,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 121,\n columnNumber: 11\n }, this) : /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n style: styles.editButton,\n onPress: () => setIsEditing(true),\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"create-outline\",\n size: 20,\n color: \"#FFF\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 148,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.editButtonText,\n children: \"Edit Wallet Address\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 149,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 144,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 89,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 80,\n columnNumber: 5\n }, this);\n }\n _s(WalletAddressScreen, \"mDGXAGe+8pM6xkIporQvf7mJSKM=\", false, function () {\n return [_reactNativeSafeAreaContext.useSafeAreaInsets, _contextsAuthContext.useAuth];\n });\n _c = WalletAddressScreen;\n const styles = StyleSheet.default.create({\n container: {\n flex: 1,\n backgroundColor: '#F8F9FA'\n },\n header: {\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'space-between',\n paddingHorizontal: 16,\n paddingVertical: 16,\n backgroundColor: '#FFF',\n borderBottomWidth: 1,\n borderBottomColor: '#E5E7EB'\n },\n backButton: {\n width: 40,\n height: 40,\n borderRadius: 20,\n backgroundColor: '#F3F4F6',\n alignItems: 'center',\n justifyContent: 'center'\n },\n headerTitle: {\n fontSize: 18,\n fontWeight: '700',\n color: '#1F2937'\n },\n scrollContent: {\n padding: 16,\n paddingBottom: 80\n },\n infoBox: {\n flexDirection: 'row',\n alignItems: 'center',\n backgroundColor: '#DBEAFE',\n padding: 12,\n borderRadius: 8,\n marginBottom: 24\n },\n infoText: {\n fontSize: 14,\n color: '#1E40AF',\n marginLeft: 8,\n flex: 1\n },\n section: {\n marginBottom: 20\n },\n label: {\n fontSize: 14,\n fontWeight: '600',\n color: '#374151',\n marginBottom: 8\n },\n input: {\n backgroundColor: '#FFF',\n padding: 16,\n borderRadius: 12,\n fontSize: 14,\n borderWidth: 1,\n borderColor: '#E5E7EB',\n minHeight: 80,\n textAlignVertical: 'top'\n },\n addressContainer: {\n flexDirection: 'row',\n alignItems: 'center',\n backgroundColor: '#FFF',\n padding: 16,\n borderRadius: 12,\n borderWidth: 1,\n borderColor: '#E5E7EB'\n },\n addressText: {\n flex: 1,\n fontSize: 14,\n color: '#374151',\n fontFamily: 'monospace'\n },\n copyButton: {\n padding: 8,\n marginLeft: 8\n },\n buttonRow: {\n flexDirection: 'row',\n gap: 12,\n marginTop: 24\n },\n button: {\n flex: 1,\n padding: 16,\n borderRadius: 12,\n alignItems: 'center'\n },\n cancelButton: {\n backgroundColor: '#F3F4F6'\n },\n cancelButtonText: {\n fontSize: 16,\n fontWeight: '600',\n color: '#6B7280'\n },\n saveButton: {\n backgroundColor: '#EE2A35'\n },\n saveButtonDisabled: {\n opacity: 0.6\n },\n saveButtonText: {\n fontSize: 16,\n fontWeight: '600',\n color: '#FFF'\n },\n editButton: {\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'center',\n backgroundColor: '#EE2A35',\n padding: 16,\n borderRadius: 12,\n marginTop: 24\n },\n editButtonText: {\n fontSize: 16,\n fontWeight: '600',\n color: '#FFF',\n marginLeft: 8\n }\n });\n var _c;\n $RefreshReg$(_c, \"WalletAddressScreen\");\n});","lineCount":443,"map":[[14,2,18,15,"Object"],[14,8,18,15],[14,9,18,15,"defineProperty"],[14,23,18,15],[14,24,18,15,"exports"],[14,31,18,15],[15,4,18,15,"enumerable"],[15,14,18,15],[16,4,18,15,"get"],[16,7,18,15],[16,18,18,15,"get"],[16,19,18,15],[17,6,18,15],[17,13,18,15,"WalletAddressScreen"],[17,32,18,15],[18,4,18,15],[19,2,18,15],[20,2,1,0],[20,6,1,0,"_react"],[20,12,1,0],[20,15,1,0,"require"],[20,22,1,0],[20,23,1,0,"_dependencyMap"],[20,37,1,0],[21,2,1,51],[21,6,1,51,"_reactNativeWebDistExportsView"],[21,36,1,51],[21,39,1,51,"require"],[21,46,1,51],[21,47,1,51,"_dependencyMap"],[21,61,1,51],[22,2,1,51],[22,6,1,51,"View"],[22,10,1,51],[22,13,1,51,"_interopDefault"],[22,28,1,51],[22,29,1,51,"_reactNativeWebDistExportsView"],[22,59,1,51],[23,2,1,51],[23,6,1,51,"_reactNativeWebDistExportsText"],[23,36,1,51],[23,39,1,51,"require"],[23,46,1,51],[23,47,1,51,"_dependencyMap"],[23,61,1,51],[24,2,1,51],[24,6,1,51,"Text"],[24,10,1,51],[24,13,1,51,"_interopDefault"],[24,28,1,51],[24,29,1,51,"_reactNativeWebDistExportsText"],[24,59,1,51],[25,2,1,51],[25,6,1,51,"_reactNativeWebDistExportsStyleSheet"],[25,42,1,51],[25,45,1,51,"require"],[25,52,1,51],[25,53,1,51,"_dependencyMap"],[25,67,1,51],[26,2,1,51],[26,6,1,51,"StyleSheet"],[26,16,1,51],[26,19,1,51,"_interopDefault"],[26,34,1,51],[26,35,1,51,"_reactNativeWebDistExportsStyleSheet"],[26,71,1,51],[27,2,1,51],[27,6,1,51,"_reactNativeWebDistExportsTouchableOpacity"],[27,48,1,51],[27,51,1,51,"require"],[27,58,1,51],[27,59,1,51,"_dependencyMap"],[27,73,1,51],[28,2,1,51],[28,6,1,51,"TouchableOpacity"],[28,22,1,51],[28,25,1,51,"_interopDefault"],[28,40,1,51],[28,41,1,51,"_reactNativeWebDistExportsTouchableOpacity"],[28,83,1,51],[29,2,1,51],[29,6,1,51,"_reactNativeWebDistExportsTextInput"],[29,41,1,51],[29,44,1,51,"require"],[29,51,1,51],[29,52,1,51,"_dependencyMap"],[29,66,1,51],[30,2,1,51],[30,6,1,51,"TextInput"],[30,15,1,51],[30,18,1,51,"_interopDefault"],[30,33,1,51],[30,34,1,51,"_reactNativeWebDistExportsTextInput"],[30,69,1,51],[31,2,1,51],[31,6,1,51,"_reactNativeWebDistExportsScrollView"],[31,42,1,51],[31,45,1,51,"require"],[31,52,1,51],[31,53,1,51,"_dependencyMap"],[31,67,1,51],[32,2,1,51],[32,6,1,51,"ScrollView"],[32,16,1,51],[32,19,1,51,"_interopDefault"],[32,34,1,51],[32,35,1,51,"_reactNativeWebDistExportsScrollView"],[32,71,1,51],[33,2,1,51],[33,6,1,51,"_reactNativeWebDistExportsAlert"],[33,37,1,51],[33,40,1,51,"require"],[33,47,1,51],[33,48,1,51,"_dependencyMap"],[33,62,1,51],[34,2,1,51],[34,6,1,51,"Alert"],[34,11,1,51],[34,14,1,51,"_interopDefault"],[34,29,1,51],[34,30,1,51,"_reactNativeWebDistExportsAlert"],[34,61,1,51],[35,2,1,51],[35,6,1,51,"_reactNativeWebDistExportsActivityIndicator"],[35,49,1,51],[35,52,1,51,"require"],[35,59,1,51],[35,60,1,51,"_dependencyMap"],[35,74,1,51],[36,2,1,51],[36,6,1,51,"ActivityIndicator"],[36,23,1,51],[36,26,1,51,"_interopDefault"],[36,41,1,51],[36,42,1,51,"_reactNativeWebDistExportsActivityIndicator"],[36,85,1,51],[37,2,1,51],[37,6,1,51,"_reactNativeWebDistExportsClipboard"],[37,41,1,51],[37,44,1,51,"require"],[37,51,1,51],[37,52,1,51,"_dependencyMap"],[37,66,1,51],[38,2,1,51],[38,6,1,51,"Clipboard"],[38,15,1,51],[38,18,1,51,"_interopDefault"],[38,33,1,51],[38,34,1,51,"_reactNativeWebDistExportsClipboard"],[38,69,1,51],[39,2,13,0],[39,6,13,0,"_expoVectorIcons"],[39,22,13,0],[39,25,13,0,"require"],[39,32,13,0],[39,33,13,0,"_dependencyMap"],[39,47,13,0],[40,2,14,0],[40,6,14,0,"_reactNativeSafeAreaContext"],[40,33,14,0],[40,36,14,0,"require"],[40,43,14,0],[40,44,14,0,"_dependencyMap"],[40,58,14,0],[41,2,15,0],[41,6,15,0,"_contextsAuthContext"],[41,26,15,0],[41,29,15,0,"require"],[41,36,15,0],[41,37,15,0,"_dependencyMap"],[41,51,15,0],[42,2,16,0],[42,6,16,0,"_configApi"],[42,16,16,0],[42,19,16,0,"require"],[42,26,16,0],[42,27,16,0,"_dependencyMap"],[42,41,16,0],[43,2,16,46],[43,6,16,46,"_reactJsxDevRuntime"],[43,25,16,46],[43,28,16,46,"require"],[43,35,16,46],[43,36,16,46,"_dependencyMap"],[43,50,16,46],[44,2,18,15],[44,11,18,24,"WalletAddressScreen"],[44,30,18,43,"WalletAddressScreen"],[44,31,18,44],[45,4,18,46,"navigation"],[46,2,18,62],[46,3,18,63],[46,5,18,65],[47,4,18,65,"_s"],[47,6,18,65],[48,4,19,2],[48,10,19,8,"insets"],[48,16,19,14],[48,19,19,17],[48,23,19,17,"useSafeAreaInsets"],[48,50,19,34],[48,51,19,34,"useSafeAreaInsets"],[48,68,19,34],[48,70,19,35],[48,71,19,36],[49,4,20,2],[49,10,20,8],[50,6,20,10,"user"],[51,4,20,15],[51,5,20,16],[51,8,20,19],[51,12,20,19,"useAuth"],[51,32,20,26],[51,33,20,26,"useAuth"],[51,40,20,26],[51,42,20,27],[51,43,20,28],[52,4,21,2],[52,10,21,8],[52,11,21,9,"loading"],[52,18,21,16],[52,20,21,18,"setLoading"],[52,30,21,28],[52,31,21,29],[52,34,21,32],[52,38,21,32,"useState"],[52,44,21,40],[52,45,21,40,"useState"],[52,53,21,40],[52,55,21,41],[52,60,21,46],[52,61,21,47],[53,4,22,2],[53,10,22,8],[53,11,22,9,"walletAddress"],[53,24,22,22],[53,26,22,24,"setWalletAddress"],[53,42,22,40],[53,43,22,41],[53,46,22,44],[53,50,22,44,"useState"],[53,56,22,52],[53,57,22,52,"useState"],[53,65,22,52],[53,67,22,53],[53,69,22,55],[53,70,22,56],[54,4,23,2],[54,10,23,8],[54,11,23,9,"isEditing"],[54,20,23,18],[54,22,23,20,"setIsEditing"],[54,34,23,32],[54,35,23,33],[54,38,23,36],[54,42,23,36,"useState"],[54,48,23,44],[54,49,23,44,"useState"],[54,57,23,44],[54,59,23,45],[54,64,23,50],[54,65,23,51],[55,4,25,2],[55,8,25,2,"useEffect"],[55,14,25,11],[55,15,25,11,"useEffect"],[55,24,25,11],[55,26,25,12],[55,32,25,18],[56,6,26,4,"loadWalletAddress"],[56,23,26,21],[56,24,26,22],[56,25,26,23],[57,4,27,2],[57,5,27,3],[57,7,27,5],[57,9,27,7],[57,10,27,8],[58,4,29,2],[58,10,29,8,"loadWalletAddress"],[58,27,29,25],[58,30,29,28],[58,36,29,28,"loadWalletAddress"],[58,37,29,28],[58,42,29,40],[59,6,30,4],[59,10,30,8],[60,8,31,6],[60,14,31,12,"response"],[60,22,31,20],[60,25,31,23],[60,31,31,29,"fetch"],[60,36,31,34],[60,37,31,35],[60,40,31,38,"API_ENDPOINTS"],[60,50,31,51],[60,51,31,51,"API_ENDPOINTS"],[60,64,31,51],[60,65,31,52,"AUTH_USER"],[60,74,31,61],[60,75,31,62,"user"],[60,79,31,66],[60,81,31,68,"user_id"],[60,88,31,75],[60,92,31,79],[60,94,31,81],[60,95,31,82],[60,97,31,84],[60,98,31,85],[61,8,32,6],[61,12,32,10,"response"],[61,20,32,18],[61,21,32,19,"ok"],[61,23,32,21],[61,25,32,23],[62,10,33,8],[62,16,33,14,"data"],[62,20,33,18],[62,23,33,21],[62,29,33,27,"response"],[62,37,33,35],[62,38,33,36,"json"],[62,42,33,40],[62,43,33,41],[62,44,33,42],[63,10,34,8,"setWalletAddress"],[63,26,34,24],[63,27,34,25,"data"],[63,31,34,29],[63,32,34,30,"wallet_address"],[63,46,34,44],[63,50,34,48],[63,52,34,50],[63,53,34,51],[64,8,35,6],[65,6,36,4],[65,7,36,5],[65,8,36,6],[65,15,36,13,"error"],[65,20,36,18],[65,22,36,20],[66,8,37,6,"console"],[66,15,37,13],[66,16,37,14,"error"],[66,21,37,19],[66,22,37,20],[66,53,37,51],[66,55,37,53,"error"],[66,60,37,58],[66,61,37,59],[67,6,38,4],[68,4,39,2],[68,5,39,3],[69,4,41,2],[69,10,41,8,"handleSave"],[69,20,41,18],[69,23,41,21],[69,29,41,21,"handleSave"],[69,30,41,21],[69,35,41,33],[70,6,42,4],[70,10,42,8],[70,11,42,9,"walletAddress"],[70,24,42,22],[70,25,42,23,"trim"],[70,29,42,27],[70,30,42,28],[70,31,42,29],[70,33,42,31],[71,8,43,6,"Alert"],[71,13,43,11],[71,14,43,11,"default"],[71,21,43,11],[71,22,43,12,"alert"],[71,27,43,17],[71,28,43,18],[71,35,43,25],[71,37,43,27],[71,69,43,59],[71,70,43,60],[72,8,44,6],[73,6,45,4],[74,6,47,4,"setLoading"],[74,16,47,14],[74,17,47,15],[74,21,47,19],[74,22,47,20],[75,6,48,4],[75,10,48,8],[76,8,49,6],[76,14,49,12,"backendUrl"],[76,24,49,22],[76,27,49,25],[76,84,49,64],[76,107,49,87],[77,8,50,6],[77,14,50,12,"response"],[77,22,50,20],[77,25,50,23],[77,31,50,29,"fetch"],[77,36,50,34],[77,37,50,35],[77,40,50,38,"backendUrl"],[77,50,50,48],[77,69,50,67],[77,71,50,69],[78,10,51,8,"method"],[78,16,51,14],[78,18,51,16],[78,23,51,21],[79,10,52,8,"headers"],[79,17,52,15],[79,19,52,17],[80,12,53,10],[80,26,53,24],[80,28,53,26],[81,10,54,8],[81,11,54,9],[82,10,55,8,"body"],[82,14,55,12],[82,16,55,14,"JSON"],[82,20,55,18],[82,21,55,19,"stringify"],[82,30,55,28],[82,31,55,29],[83,12,56,10,"user_id"],[83,19,56,17],[83,21,56,19,"user"],[83,25,56,23],[83,27,56,25,"user_id"],[83,34,56,32],[84,12,57,10,"wallet_address"],[84,26,57,24],[84,28,57,26,"walletAddress"],[85,10,58,8],[85,11,58,9],[86,8,59,6],[86,9,59,7],[86,10,59,8],[87,8,61,6],[87,12,61,10,"response"],[87,20,61,18],[87,21,61,19,"ok"],[87,23,61,21],[87,25,61,23],[88,10,62,8,"Alert"],[88,15,62,13],[88,16,62,13,"default"],[88,23,62,13],[88,24,62,14,"alert"],[88,29,62,19],[88,30,62,20],[88,39,62,29],[88,41,62,31],[88,79,62,69],[88,80,62,70],[89,10,63,8,"setIsEditing"],[89,22,63,20],[89,23,63,21],[89,28,63,26],[89,29,63,27],[90,8,64,6],[90,9,64,7],[90,15,64,13],[91,10,65,8,"Alert"],[91,15,65,13],[91,16,65,13,"default"],[91,23,65,13],[91,24,65,14,"alert"],[91,29,65,19],[91,30,65,20],[91,37,65,27],[91,39,65,29],[91,72,65,62],[91,73,65,63],[92,8,66,6],[93,6,67,4],[93,7,67,5],[93,8,67,6],[93,15,67,13,"error"],[93,20,67,18],[93,22,67,20],[94,8,68,6,"Alert"],[94,13,68,11],[94,14,68,11,"default"],[94,21,68,11],[94,22,68,12,"alert"],[94,27,68,17],[94,28,68,18],[94,35,68,25],[94,37,68,27],[94,61,68,51],[94,62,68,52],[95,6,69,4],[95,7,69,5],[95,16,69,14],[96,8,70,6,"setLoading"],[96,18,70,16],[96,19,70,17],[96,24,70,22],[96,25,70,23],[97,6,71,4],[98,4,72,2],[98,5,72,3],[99,4,74,2],[99,10,74,8,"copyToClipboard"],[99,25,74,23],[99,28,74,26,"copyToClipboard"],[99,29,74,26],[99,34,74,32],[100,6,75,4,"Clipboard"],[100,15,75,13],[100,16,75,13,"default"],[100,23,75,13],[100,24,75,14,"setString"],[100,33,75,23],[100,34,75,24,"walletAddress"],[100,47,75,37],[100,48,75,38],[101,6,76,4,"Alert"],[101,11,76,9],[101,12,76,9,"default"],[101,19,76,9],[101,20,76,10,"alert"],[101,25,76,15],[101,26,76,16],[101,34,76,24],[101,36,76,26],[101,72,76,62],[101,73,76,63],[102,4,77,2],[102,5,77,3],[103,4,79,2],[103,24,80,4],[103,28,80,4,"_reactJsxDevRuntime"],[103,47,80,4],[103,48,80,4,"jsxDEV"],[103,54,80,4],[103,56,80,5,"View"],[103,60,80,9],[103,61,80,9,"default"],[103,68,80,9],[104,6,80,10,"style"],[104,11,80,15],[104,13,80,17],[104,14,80,18,"styles"],[104,20,80,24],[104,21,80,25,"container"],[104,30,80,34],[104,32,80,36],[105,8,80,38,"paddingTop"],[105,18,80,48],[105,20,80,50,"insets"],[105,26,80,56],[105,27,80,57,"top"],[106,6,80,61],[106,7,80,62],[106,8,80,64],[107,6,80,64,"children"],[107,14,80,64],[107,30,81,6],[107,34,81,6,"_reactJsxDevRuntime"],[107,53,81,6],[107,54,81,6,"jsxDEV"],[107,60,81,6],[107,62,81,7,"View"],[107,66,81,11],[107,67,81,11,"default"],[107,74,81,11],[108,8,81,12,"style"],[108,13,81,17],[108,15,81,19,"styles"],[108,21,81,25],[108,22,81,26,"header"],[108,28,81,33],[109,8,81,33,"children"],[109,16,81,33],[109,32,82,8],[109,36,82,8,"_reactJsxDevRuntime"],[109,55,82,8],[109,56,82,8,"jsxDEV"],[109,62,82,8],[109,64,82,9,"TouchableOpacity"],[109,80,82,25],[109,81,82,25,"default"],[109,88,82,25],[110,10,82,26,"onPress"],[110,17,82,33],[110,19,82,35,"onPress"],[110,20,82,35],[110,25,82,41,"navigation"],[110,35,82,51],[110,36,82,52,"goBack"],[110,42,82,58],[110,43,82,59],[110,44,82,61],[111,10,82,62,"style"],[111,15,82,67],[111,17,82,69,"styles"],[111,23,82,75],[111,24,82,76,"backButton"],[111,34,82,87],[112,10,82,87,"children"],[112,18,82,87],[112,33,83,10],[112,37,83,10,"_reactJsxDevRuntime"],[112,56,83,10],[112,57,83,10,"jsxDEV"],[112,63,83,10],[112,65,83,11,"_expoVectorIcons"],[112,81,83,19],[112,82,83,19,"Ionicons"],[112,90,83,19],[113,12,83,20,"name"],[113,16,83,24],[113,18,83,25],[113,30,83,37],[114,12,83,38,"size"],[114,16,83,42],[114,18,83,44],[114,20,83,47],[115,12,83,48,"color"],[115,17,83,53],[115,19,83,54],[116,10,83,63],[117,12,83,63,"fileName"],[117,20,83,63],[117,22,83,63,"_jsxFileName"],[117,34,83,63],[118,12,83,63,"lineNumber"],[118,22,83,63],[119,12,83,63,"columnNumber"],[119,24,83,63],[120,10,83,63],[120,17,83,65],[121,8,83,66],[122,10,83,66,"fileName"],[122,18,83,66],[122,20,83,66,"_jsxFileName"],[122,32,83,66],[123,10,83,66,"lineNumber"],[123,20,83,66],[124,10,83,66,"columnNumber"],[124,22,83,66],[125,8,83,66],[125,15,84,26],[125,16,84,27],[125,31,85,8],[125,35,85,8,"_reactJsxDevRuntime"],[125,54,85,8],[125,55,85,8,"jsxDEV"],[125,61,85,8],[125,63,85,9,"Text"],[125,67,85,13],[125,68,85,13,"default"],[125,75,85,13],[126,10,85,14,"style"],[126,15,85,19],[126,17,85,21,"styles"],[126,23,85,27],[126,24,85,28,"headerTitle"],[126,35,85,40],[127,10,85,40,"children"],[127,18,85,40],[127,20,85,41],[128,8,85,55],[129,10,85,55,"fileName"],[129,18,85,55],[129,20,85,55,"_jsxFileName"],[129,32,85,55],[130,10,85,55,"lineNumber"],[130,20,85,55],[131,10,85,55,"columnNumber"],[131,22,85,55],[132,8,85,55],[132,15,85,61],[132,16,85,62],[132,31,86,8],[132,35,86,8,"_reactJsxDevRuntime"],[132,54,86,8],[132,55,86,8,"jsxDEV"],[132,61,86,8],[132,63,86,9,"View"],[132,67,86,13],[132,68,86,13,"default"],[132,75,86,13],[133,10,86,14,"style"],[133,15,86,19],[133,17,86,21],[134,12,86,23,"width"],[134,17,86,28],[134,19,86,30],[135,10,86,33],[136,8,86,35],[137,10,86,35,"fileName"],[137,18,86,35],[137,20,86,35,"_jsxFileName"],[137,32,86,35],[138,10,86,35,"lineNumber"],[138,20,86,35],[139,10,86,35,"columnNumber"],[139,22,86,35],[140,8,86,35],[140,15,86,37],[140,16,86,38],[141,6,86,38],[142,8,86,38,"fileName"],[142,16,86,38],[142,18,86,38,"_jsxFileName"],[142,30,86,38],[143,8,86,38,"lineNumber"],[143,18,86,38],[144,8,86,38,"columnNumber"],[144,20,86,38],[145,6,86,38],[145,13,87,12],[145,14,87,13],[145,29,89,6],[145,33,89,6,"_reactJsxDevRuntime"],[145,52,89,6],[145,53,89,6,"jsxDEV"],[145,59,89,6],[145,61,89,7,"ScrollView"],[145,71,89,17],[145,72,89,17,"default"],[145,79,89,17],[146,8,89,18,"contentContainerStyle"],[146,29,89,39],[146,31,89,41,"styles"],[146,37,89,47],[146,38,89,48,"scrollContent"],[146,51,89,62],[147,8,89,62,"children"],[147,16,89,62],[147,32,90,8],[147,36,90,8,"_reactJsxDevRuntime"],[147,55,90,8],[147,56,90,8,"jsxDEV"],[147,62,90,8],[147,64,90,9,"View"],[147,68,90,13],[147,69,90,13,"default"],[147,76,90,13],[148,10,90,14,"style"],[148,15,90,19],[148,17,90,21,"styles"],[148,23,90,27],[148,24,90,28,"infoBox"],[148,31,90,36],[149,10,90,36,"children"],[149,18,90,36],[149,34,91,10],[149,38,91,10,"_reactJsxDevRuntime"],[149,57,91,10],[149,58,91,10,"jsxDEV"],[149,64,91,10],[149,66,91,11,"_expoVectorIcons"],[149,82,91,19],[149,83,91,19,"Ionicons"],[149,91,91,19],[150,12,91,20,"name"],[150,16,91,24],[150,18,91,25],[150,38,91,45],[151,12,91,46,"size"],[151,16,91,50],[151,18,91,52],[151,20,91,55],[152,12,91,56,"color"],[152,17,91,61],[152,19,91,62],[153,10,91,71],[154,12,91,71,"fileName"],[154,20,91,71],[154,22,91,71,"_jsxFileName"],[154,34,91,71],[155,12,91,71,"lineNumber"],[155,22,91,71],[156,12,91,71,"columnNumber"],[156,24,91,71],[157,10,91,71],[157,17,91,73],[157,18,91,74],[157,33,92,10],[157,37,92,10,"_reactJsxDevRuntime"],[157,56,92,10],[157,57,92,10,"jsxDEV"],[157,63,92,10],[157,65,92,11,"Text"],[157,69,92,15],[157,70,92,15,"default"],[157,77,92,15],[158,12,92,16,"style"],[158,17,92,21],[158,19,92,23,"styles"],[158,25,92,29],[158,26,92,30,"infoText"],[158,34,92,39],[159,12,92,39,"children"],[159,20,92,39],[159,22,92,40],[160,10,94,10],[161,12,94,10,"fileName"],[161,20,94,10],[161,22,94,10,"_jsxFileName"],[161,34,94,10],[162,12,94,10,"lineNumber"],[162,22,94,10],[163,12,94,10,"columnNumber"],[163,24,94,10],[164,10,94,10],[164,17,94,16],[164,18,94,17],[165,8,94,17],[166,10,94,17,"fileName"],[166,18,94,17],[166,20,94,17,"_jsxFileName"],[166,32,94,17],[167,10,94,17,"lineNumber"],[167,20,94,17],[168,10,94,17,"columnNumber"],[168,22,94,17],[169,8,94,17],[169,15,95,14],[169,16,95,15],[169,31,97,8],[169,35,97,8,"_reactJsxDevRuntime"],[169,54,97,8],[169,55,97,8,"jsxDEV"],[169,61,97,8],[169,63,97,9,"View"],[169,67,97,13],[169,68,97,13,"default"],[169,75,97,13],[170,10,97,14,"style"],[170,15,97,19],[170,17,97,21,"styles"],[170,23,97,27],[170,24,97,28,"section"],[170,31,97,36],[171,10,97,36,"children"],[171,18,97,36],[171,34,98,10],[171,38,98,10,"_reactJsxDevRuntime"],[171,57,98,10],[171,58,98,10,"jsxDEV"],[171,64,98,10],[171,66,98,11,"Text"],[171,70,98,15],[171,71,98,15,"default"],[171,78,98,15],[172,12,98,16,"style"],[172,17,98,21],[172,19,98,23,"styles"],[172,25,98,29],[172,26,98,30,"label"],[172,31,98,36],[173,12,98,36,"children"],[173,20,98,36],[173,22,98,37],[174,10,98,51],[175,12,98,51,"fileName"],[175,20,98,51],[175,22,98,51,"_jsxFileName"],[175,34,98,51],[176,12,98,51,"lineNumber"],[176,22,98,51],[177,12,98,51,"columnNumber"],[177,24,98,51],[178,10,98,51],[178,17,98,57],[178,18,98,58],[178,20,99,11,"isEditing"],[178,29,99,20],[178,45,100,12],[178,49,100,12,"_reactJsxDevRuntime"],[178,68,100,12],[178,69,100,12,"jsxDEV"],[178,75,100,12],[178,77,100,13,"TextInput"],[178,86,100,22],[178,87,100,22,"default"],[178,94,100,22],[179,12,101,14,"style"],[179,17,101,19],[179,19,101,21,"styles"],[179,25,101,27],[179,26,101,28,"input"],[179,31,101,34],[180,12,102,14,"value"],[180,17,102,19],[180,19,102,21,"walletAddress"],[180,32,102,35],[181,12,103,14,"onChangeText"],[181,24,103,26],[181,26,103,28,"setWalletAddress"],[181,42,103,45],[182,12,104,14,"placeholder"],[182,23,104,25],[182,25,104,26],[182,47,104,48],[183,12,105,14,"autoCapitalize"],[183,26,105,28],[183,28,105,29],[183,34,105,35],[184,12,106,14,"multiline"],[184,21,106,23],[185,10,106,23],[186,12,106,23,"fileName"],[186,20,106,23],[186,22,106,23,"_jsxFileName"],[186,34,106,23],[187,12,106,23,"lineNumber"],[187,22,106,23],[188,12,106,23,"columnNumber"],[188,24,106,23],[189,10,106,23],[189,17,107,13],[189,18,107,14],[189,34,109,12],[189,38,109,12,"_reactJsxDevRuntime"],[189,57,109,12],[189,58,109,12,"jsxDEV"],[189,64,109,12],[189,66,109,13,"View"],[189,70,109,17],[189,71,109,17,"default"],[189,78,109,17],[190,12,109,18,"style"],[190,17,109,23],[190,19,109,25,"styles"],[190,25,109,31],[190,26,109,32,"addressContainer"],[190,42,109,49],[191,12,109,49,"children"],[191,20,109,49],[191,36,110,14],[191,40,110,14,"_reactJsxDevRuntime"],[191,59,110,14],[191,60,110,14,"jsxDEV"],[191,66,110,14],[191,68,110,15,"Text"],[191,72,110,19],[191,73,110,19,"default"],[191,80,110,19],[192,14,110,20,"style"],[192,19,110,25],[192,21,110,27,"styles"],[192,27,110,33],[192,28,110,34,"addressText"],[192,39,110,46],[193,14,110,47,"numberOfLines"],[193,27,110,60],[193,29,110,62],[193,30,110,64],[194,14,110,64,"children"],[194,22,110,64],[194,24,111,17,"walletAddress"],[194,37,111,30],[194,41,111,34],[195,12,111,57],[196,14,111,57,"fileName"],[196,22,111,57],[196,24,111,57,"_jsxFileName"],[196,36,111,57],[197,14,111,57,"lineNumber"],[197,24,111,57],[198,14,111,57,"columnNumber"],[198,26,111,57],[199,12,111,57],[199,19,112,20],[199,20,112,21],[199,35,113,14],[199,39,113,14,"_reactJsxDevRuntime"],[199,58,113,14],[199,59,113,14,"jsxDEV"],[199,65,113,14],[199,67,113,15,"TouchableOpacity"],[199,83,113,31],[199,84,113,31,"default"],[199,91,113,31],[200,14,113,32,"onPress"],[200,21,113,39],[200,23,113,41,"copyToClipboard"],[200,38,113,57],[201,14,113,58,"style"],[201,19,113,63],[201,21,113,65,"styles"],[201,27,113,71],[201,28,113,72,"copyButton"],[201,38,113,83],[202,14,113,83,"children"],[202,22,113,83],[202,37,114,16],[202,41,114,16,"_reactJsxDevRuntime"],[202,60,114,16],[202,61,114,16,"jsxDEV"],[202,67,114,16],[202,69,114,17,"_expoVectorIcons"],[202,85,114,25],[202,86,114,25,"Ionicons"],[202,94,114,25],[203,16,114,26,"name"],[203,20,114,30],[203,22,114,31],[203,36,114,45],[204,16,114,46,"size"],[204,20,114,50],[204,22,114,52],[204,24,114,55],[205,16,114,56,"color"],[205,21,114,61],[205,23,114,62],[206,14,114,71],[207,16,114,71,"fileName"],[207,24,114,71],[207,26,114,71,"_jsxFileName"],[207,38,114,71],[208,16,114,71,"lineNumber"],[208,26,114,71],[209,16,114,71,"columnNumber"],[209,28,114,71],[210,14,114,71],[210,21,114,73],[211,12,114,74],[212,14,114,74,"fileName"],[212,22,114,74],[212,24,114,74,"_jsxFileName"],[212,36,114,74],[213,14,114,74,"lineNumber"],[213,24,114,74],[214,14,114,74,"columnNumber"],[214,26,114,74],[215,12,114,74],[215,19,115,32],[215,20,115,33],[216,10,115,33],[217,12,115,33,"fileName"],[217,20,115,33],[217,22,115,33,"_jsxFileName"],[217,34,115,33],[218,12,115,33,"lineNumber"],[218,22,115,33],[219,12,115,33,"columnNumber"],[219,24,115,33],[220,10,115,33],[220,17,116,18],[220,18,117,11],[221,8,117,11],[222,10,117,11,"fileName"],[222,18,117,11],[222,20,117,11,"_jsxFileName"],[222,32,117,11],[223,10,117,11,"lineNumber"],[223,20,117,11],[224,10,117,11,"columnNumber"],[224,22,117,11],[225,8,117,11],[225,15,118,14],[225,16,118,15],[225,18,120,9,"isEditing"],[225,27,120,18],[225,43,121,10],[225,47,121,10,"_reactJsxDevRuntime"],[225,66,121,10],[225,67,121,10,"jsxDEV"],[225,73,121,10],[225,75,121,11,"View"],[225,79,121,15],[225,80,121,15,"default"],[225,87,121,15],[226,10,121,16,"style"],[226,15,121,21],[226,17,121,23,"styles"],[226,23,121,29],[226,24,121,30,"buttonRow"],[226,33,121,40],[227,10,121,40,"children"],[227,18,121,40],[227,34,122,12],[227,38,122,12,"_reactJsxDevRuntime"],[227,57,122,12],[227,58,122,12,"jsxDEV"],[227,64,122,12],[227,66,122,13,"TouchableOpacity"],[227,82,122,29],[227,83,122,29,"default"],[227,90,122,29],[228,12,123,14,"style"],[228,17,123,19],[228,19,123,21],[228,20,123,22,"styles"],[228,26,123,28],[228,27,123,29,"button"],[228,33,123,35],[228,35,123,37,"styles"],[228,41,123,43],[228,42,123,44,"cancelButton"],[228,54,123,56],[228,55,123,58],[229,12,124,14,"onPress"],[229,19,124,21],[229,21,124,23,"onPress"],[229,22,124,23],[229,27,124,29],[230,14,125,16,"setIsEditing"],[230,26,125,28],[230,27,125,29],[230,32,125,34],[230,33,125,35],[231,14,126,16,"loadWalletAddress"],[231,31,126,33],[231,32,126,34],[231,33,126,35],[232,12,127,14],[232,13,127,16],[233,12,127,16,"children"],[233,20,127,16],[233,35,129,14],[233,39,129,14,"_reactJsxDevRuntime"],[233,58,129,14],[233,59,129,14,"jsxDEV"],[233,65,129,14],[233,67,129,15,"Text"],[233,71,129,19],[233,72,129,19,"default"],[233,79,129,19],[234,14,129,20,"style"],[234,19,129,25],[234,21,129,27,"styles"],[234,27,129,33],[234,28,129,34,"cancelButtonText"],[234,44,129,51],[235,14,129,51,"children"],[235,22,129,51],[235,24,129,52],[236,12,129,58],[237,14,129,58,"fileName"],[237,22,129,58],[237,24,129,58,"_jsxFileName"],[237,36,129,58],[238,14,129,58,"lineNumber"],[238,24,129,58],[239,14,129,58,"columnNumber"],[239,26,129,58],[240,12,129,58],[240,19,129,64],[241,10,129,65],[242,12,129,65,"fileName"],[242,20,129,65],[242,22,129,65,"_jsxFileName"],[242,34,129,65],[243,12,129,65,"lineNumber"],[243,22,129,65],[244,12,129,65,"columnNumber"],[244,24,129,65],[245,10,129,65],[245,17,130,30],[245,18,130,31],[245,33,131,12],[245,37,131,12,"_reactJsxDevRuntime"],[245,56,131,12],[245,57,131,12,"jsxDEV"],[245,63,131,12],[245,65,131,13,"TouchableOpacity"],[245,81,131,29],[245,82,131,29,"default"],[245,89,131,29],[246,12,132,14,"style"],[246,17,132,19],[246,19,132,21],[246,20,132,22,"styles"],[246,26,132,28],[246,27,132,29,"button"],[246,33,132,35],[246,35,132,37,"styles"],[246,41,132,43],[246,42,132,44,"saveButton"],[246,52,132,54],[246,54,132,56,"loading"],[246,61,132,63],[246,65,132,67,"styles"],[246,71,132,73],[246,72,132,74,"saveButtonDisabled"],[246,90,132,92],[246,91,132,94],[247,12,133,14,"onPress"],[247,19,133,21],[247,21,133,23,"handleSave"],[247,31,133,34],[248,12,134,14,"disabled"],[248,20,134,22],[248,22,134,24,"loading"],[248,29,134,32],[249,12,134,32,"children"],[249,20,134,32],[249,22,136,15,"loading"],[249,29,136,22],[249,45,137,16],[249,49,137,16,"_reactJsxDevRuntime"],[249,68,137,16],[249,69,137,16,"jsxDEV"],[249,75,137,16],[249,77,137,17,"ActivityIndicator"],[249,94,137,34],[249,95,137,34,"default"],[249,102,137,34],[250,14,137,35,"color"],[250,19,137,40],[250,21,137,41],[251,12,137,47],[252,14,137,47,"fileName"],[252,22,137,47],[252,24,137,47,"_jsxFileName"],[252,36,137,47],[253,14,137,47,"lineNumber"],[253,24,137,47],[254,14,137,47,"columnNumber"],[254,26,137,47],[255,12,137,47],[255,19,137,49],[255,20,137,50],[255,36,139,16],[255,40,139,16,"_reactJsxDevRuntime"],[255,59,139,16],[255,60,139,16,"jsxDEV"],[255,66,139,16],[255,68,139,17,"Text"],[255,72,139,21],[255,73,139,21,"default"],[255,80,139,21],[256,14,139,22,"style"],[256,19,139,27],[256,21,139,29,"styles"],[256,27,139,35],[256,28,139,36,"saveButtonText"],[256,42,139,51],[257,14,139,51,"children"],[257,22,139,51],[257,24,139,52],[258,12,139,56],[259,14,139,56,"fileName"],[259,22,139,56],[259,24,139,56,"_jsxFileName"],[259,36,139,56],[260,14,139,56,"lineNumber"],[260,24,139,56],[261,14,139,56,"columnNumber"],[261,26,139,56],[262,12,139,56],[262,19,139,62],[263,10,140,15],[264,12,140,15,"fileName"],[264,20,140,15],[264,22,140,15,"_jsxFileName"],[264,34,140,15],[265,12,140,15,"lineNumber"],[265,22,140,15],[266,12,140,15,"columnNumber"],[266,24,140,15],[267,10,140,15],[267,17,141,30],[267,18,141,31],[268,8,141,31],[269,10,141,31,"fileName"],[269,18,141,31],[269,20,141,31,"_jsxFileName"],[269,32,141,31],[270,10,141,31,"lineNumber"],[270,20,141,31],[271,10,141,31,"columnNumber"],[271,22,141,31],[272,8,141,31],[272,15,142,16],[272,16,142,17],[272,32,144,10],[272,36,144,10,"_reactJsxDevRuntime"],[272,55,144,10],[272,56,144,10,"jsxDEV"],[272,62,144,10],[272,64,144,11,"TouchableOpacity"],[272,80,144,27],[272,81,144,27,"default"],[272,88,144,27],[273,10,145,12,"style"],[273,15,145,17],[273,17,145,19,"styles"],[273,23,145,25],[273,24,145,26,"editButton"],[273,34,145,37],[274,10,146,12,"onPress"],[274,17,146,19],[274,19,146,21,"onPress"],[274,20,146,21],[274,25,146,27,"setIsEditing"],[274,37,146,39],[274,38,146,40],[274,42,146,44],[274,43,146,46],[275,10,146,46,"children"],[275,18,146,46],[275,34,148,12],[275,38,148,12,"_reactJsxDevRuntime"],[275,57,148,12],[275,58,148,12,"jsxDEV"],[275,64,148,12],[275,66,148,13,"_expoVectorIcons"],[275,82,148,21],[275,83,148,21,"Ionicons"],[275,91,148,21],[276,12,148,22,"name"],[276,16,148,26],[276,18,148,27],[276,34,148,43],[277,12,148,44,"size"],[277,16,148,48],[277,18,148,50],[277,20,148,53],[278,12,148,54,"color"],[278,17,148,59],[278,19,148,60],[279,10,148,66],[280,12,148,66,"fileName"],[280,20,148,66],[280,22,148,66,"_jsxFileName"],[280,34,148,66],[281,12,148,66,"lineNumber"],[281,22,148,66],[282,12,148,66,"columnNumber"],[282,24,148,66],[283,10,148,66],[283,17,148,68],[283,18,148,69],[283,33,149,12],[283,37,149,12,"_reactJsxDevRuntime"],[283,56,149,12],[283,57,149,12,"jsxDEV"],[283,63,149,12],[283,65,149,13,"Text"],[283,69,149,17],[283,70,149,17,"default"],[283,77,149,17],[284,12,149,18,"style"],[284,17,149,23],[284,19,149,25,"styles"],[284,25,149,31],[284,26,149,32,"editButtonText"],[284,40,149,47],[285,12,149,47,"children"],[285,20,149,47],[285,22,149,48],[286,10,149,67],[287,12,149,67,"fileName"],[287,20,149,67],[287,22,149,67,"_jsxFileName"],[287,34,149,67],[288,12,149,67,"lineNumber"],[288,22,149,67],[289,12,149,67,"columnNumber"],[289,24,149,67],[290,10,149,67],[290,17,149,73],[290,18,149,74],[291,8,149,74],[292,10,149,74,"fileName"],[292,18,149,74],[292,20,149,74,"_jsxFileName"],[292,32,149,74],[293,10,149,74,"lineNumber"],[293,20,149,74],[294,10,149,74,"columnNumber"],[294,22,149,74],[295,8,149,74],[295,15,150,28],[295,16,151,9],[296,6,151,9],[297,8,151,9,"fileName"],[297,16,151,9],[297,18,151,9,"_jsxFileName"],[297,30,151,9],[298,8,151,9,"lineNumber"],[298,18,151,9],[299,8,151,9,"columnNumber"],[299,20,151,9],[300,6,151,9],[300,13,152,18],[300,14,152,19],[301,4,152,19],[302,6,152,19,"fileName"],[302,14,152,19],[302,16,152,19,"_jsxFileName"],[302,28,152,19],[303,6,152,19,"lineNumber"],[303,16,152,19],[304,6,152,19,"columnNumber"],[304,18,152,19],[305,4,152,19],[305,11,153,10],[305,12,153,11],[306,2,155,0],[307,2,155,1,"_s"],[307,4,155,1],[307,5,18,24,"WalletAddressScreen"],[307,24,18,43],[308,4,18,43],[308,12,19,17,"useSafeAreaInsets"],[308,39,19,34],[308,40,19,34,"useSafeAreaInsets"],[308,57,19,34],[308,59,20,19,"useAuth"],[308,79,20,26],[308,80,20,26,"useAuth"],[308,87,20,26],[309,2,20,26],[310,2,20,26,"_c"],[310,4,20,26],[310,7,18,24,"WalletAddressScreen"],[310,26,18,43],[311,2,157,0],[311,8,157,6,"styles"],[311,14,157,12],[311,17,157,15,"StyleSheet"],[311,27,157,25],[311,28,157,25,"default"],[311,35,157,25],[311,36,157,26,"create"],[311,42,157,32],[311,43,157,33],[312,4,158,2,"container"],[312,13,158,11],[312,15,158,13],[313,6,159,4,"flex"],[313,10,159,8],[313,12,159,10],[313,13,159,11],[314,6,160,4,"backgroundColor"],[314,21,160,19],[314,23,160,21],[315,4,161,2],[315,5,161,3],[316,4,162,2,"header"],[316,10,162,8],[316,12,162,10],[317,6,163,4,"flexDirection"],[317,19,163,17],[317,21,163,19],[317,26,163,24],[318,6,164,4,"alignItems"],[318,16,164,14],[318,18,164,16],[318,26,164,24],[319,6,165,4,"justifyContent"],[319,20,165,18],[319,22,165,20],[319,37,165,35],[320,6,166,4,"paddingHorizontal"],[320,23,166,21],[320,25,166,23],[320,27,166,25],[321,6,167,4,"paddingVertical"],[321,21,167,19],[321,23,167,21],[321,25,167,23],[322,6,168,4,"backgroundColor"],[322,21,168,19],[322,23,168,21],[322,29,168,27],[323,6,169,4,"borderBottomWidth"],[323,23,169,21],[323,25,169,23],[323,26,169,24],[324,6,170,4,"borderBottomColor"],[324,23,170,21],[324,25,170,23],[325,4,171,2],[325,5,171,3],[326,4,172,2,"backButton"],[326,14,172,12],[326,16,172,14],[327,6,173,4,"width"],[327,11,173,9],[327,13,173,11],[327,15,173,13],[328,6,174,4,"height"],[328,12,174,10],[328,14,174,12],[328,16,174,14],[329,6,175,4,"borderRadius"],[329,18,175,16],[329,20,175,18],[329,22,175,20],[330,6,176,4,"backgroundColor"],[330,21,176,19],[330,23,176,21],[330,32,176,30],[331,6,177,4,"alignItems"],[331,16,177,14],[331,18,177,16],[331,26,177,24],[332,6,178,4,"justifyContent"],[332,20,178,18],[332,22,178,20],[333,4,179,2],[333,5,179,3],[334,4,180,2,"headerTitle"],[334,15,180,13],[334,17,180,15],[335,6,181,4,"fontSize"],[335,14,181,12],[335,16,181,14],[335,18,181,16],[336,6,182,4,"fontWeight"],[336,16,182,14],[336,18,182,16],[336,23,182,21],[337,6,183,4,"color"],[337,11,183,9],[337,13,183,11],[338,4,184,2],[338,5,184,3],[339,4,185,2,"scrollContent"],[339,17,185,15],[339,19,185,17],[340,6,186,4,"padding"],[340,13,186,11],[340,15,186,13],[340,17,186,15],[341,6,187,4,"paddingBottom"],[341,19,187,17],[341,21,187,19],[342,4,188,2],[342,5,188,3],[343,4,189,2,"infoBox"],[343,11,189,9],[343,13,189,11],[344,6,190,4,"flexDirection"],[344,19,190,17],[344,21,190,19],[344,26,190,24],[345,6,191,4,"alignItems"],[345,16,191,14],[345,18,191,16],[345,26,191,24],[346,6,192,4,"backgroundColor"],[346,21,192,19],[346,23,192,21],[346,32,192,30],[347,6,193,4,"padding"],[347,13,193,11],[347,15,193,13],[347,17,193,15],[348,6,194,4,"borderRadius"],[348,18,194,16],[348,20,194,18],[348,21,194,19],[349,6,195,4,"marginBottom"],[349,18,195,16],[349,20,195,18],[350,4,196,2],[350,5,196,3],[351,4,197,2,"infoText"],[351,12,197,10],[351,14,197,12],[352,6,198,4,"fontSize"],[352,14,198,12],[352,16,198,14],[352,18,198,16],[353,6,199,4,"color"],[353,11,199,9],[353,13,199,11],[353,22,199,20],[354,6,200,4,"marginLeft"],[354,16,200,14],[354,18,200,16],[354,19,200,17],[355,6,201,4,"flex"],[355,10,201,8],[355,12,201,10],[356,4,202,2],[356,5,202,3],[357,4,203,2,"section"],[357,11,203,9],[357,13,203,11],[358,6,204,4,"marginBottom"],[358,18,204,16],[358,20,204,18],[359,4,205,2],[359,5,205,3],[360,4,206,2,"label"],[360,9,206,7],[360,11,206,9],[361,6,207,4,"fontSize"],[361,14,207,12],[361,16,207,14],[361,18,207,16],[362,6,208,4,"fontWeight"],[362,16,208,14],[362,18,208,16],[362,23,208,21],[363,6,209,4,"color"],[363,11,209,9],[363,13,209,11],[363,22,209,20],[364,6,210,4,"marginBottom"],[364,18,210,16],[364,20,210,18],[365,4,211,2],[365,5,211,3],[366,4,212,2,"input"],[366,9,212,7],[366,11,212,9],[367,6,213,4,"backgroundColor"],[367,21,213,19],[367,23,213,21],[367,29,213,27],[368,6,214,4,"padding"],[368,13,214,11],[368,15,214,13],[368,17,214,15],[369,6,215,4,"borderRadius"],[369,18,215,16],[369,20,215,18],[369,22,215,20],[370,6,216,4,"fontSize"],[370,14,216,12],[370,16,216,14],[370,18,216,16],[371,6,217,4,"borderWidth"],[371,17,217,15],[371,19,217,17],[371,20,217,18],[372,6,218,4,"borderColor"],[372,17,218,15],[372,19,218,17],[372,28,218,26],[373,6,219,4,"minHeight"],[373,15,219,13],[373,17,219,15],[373,19,219,17],[374,6,220,4,"textAlignVertical"],[374,23,220,21],[374,25,220,23],[375,4,221,2],[375,5,221,3],[376,4,222,2,"addressContainer"],[376,20,222,18],[376,22,222,20],[377,6,223,4,"flexDirection"],[377,19,223,17],[377,21,223,19],[377,26,223,24],[378,6,224,4,"alignItems"],[378,16,224,14],[378,18,224,16],[378,26,224,24],[379,6,225,4,"backgroundColor"],[379,21,225,19],[379,23,225,21],[379,29,225,27],[380,6,226,4,"padding"],[380,13,226,11],[380,15,226,13],[380,17,226,15],[381,6,227,4,"borderRadius"],[381,18,227,16],[381,20,227,18],[381,22,227,20],[382,6,228,4,"borderWidth"],[382,17,228,15],[382,19,228,17],[382,20,228,18],[383,6,229,4,"borderColor"],[383,17,229,15],[383,19,229,17],[384,4,230,2],[384,5,230,3],[385,4,231,2,"addressText"],[385,15,231,13],[385,17,231,15],[386,6,232,4,"flex"],[386,10,232,8],[386,12,232,10],[386,13,232,11],[387,6,233,4,"fontSize"],[387,14,233,12],[387,16,233,14],[387,18,233,16],[388,6,234,4,"color"],[388,11,234,9],[388,13,234,11],[388,22,234,20],[389,6,235,4,"fontFamily"],[389,16,235,14],[389,18,235,16],[390,4,236,2],[390,5,236,3],[391,4,237,2,"copyButton"],[391,14,237,12],[391,16,237,14],[392,6,238,4,"padding"],[392,13,238,11],[392,15,238,13],[392,16,238,14],[393,6,239,4,"marginLeft"],[393,16,239,14],[393,18,239,16],[394,4,240,2],[394,5,240,3],[395,4,241,2,"buttonRow"],[395,13,241,11],[395,15,241,13],[396,6,242,4,"flexDirection"],[396,19,242,17],[396,21,242,19],[396,26,242,24],[397,6,243,4,"gap"],[397,9,243,7],[397,11,243,9],[397,13,243,11],[398,6,244,4,"marginTop"],[398,15,244,13],[398,17,244,15],[399,4,245,2],[399,5,245,3],[400,4,246,2,"button"],[400,10,246,8],[400,12,246,10],[401,6,247,4,"flex"],[401,10,247,8],[401,12,247,10],[401,13,247,11],[402,6,248,4,"padding"],[402,13,248,11],[402,15,248,13],[402,17,248,15],[403,6,249,4,"borderRadius"],[403,18,249,16],[403,20,249,18],[403,22,249,20],[404,6,250,4,"alignItems"],[404,16,250,14],[404,18,250,16],[405,4,251,2],[405,5,251,3],[406,4,252,2,"cancelButton"],[406,16,252,14],[406,18,252,16],[407,6,253,4,"backgroundColor"],[407,21,253,19],[407,23,253,21],[408,4,254,2],[408,5,254,3],[409,4,255,2,"cancelButtonText"],[409,20,255,18],[409,22,255,20],[410,6,256,4,"fontSize"],[410,14,256,12],[410,16,256,14],[410,18,256,16],[411,6,257,4,"fontWeight"],[411,16,257,14],[411,18,257,16],[411,23,257,21],[412,6,258,4,"color"],[412,11,258,9],[412,13,258,11],[413,4,259,2],[413,5,259,3],[414,4,260,2,"saveButton"],[414,14,260,12],[414,16,260,14],[415,6,261,4,"backgroundColor"],[415,21,261,19],[415,23,261,21],[416,4,262,2],[416,5,262,3],[417,4,263,2,"saveButtonDisabled"],[417,22,263,20],[417,24,263,22],[418,6,264,4,"opacity"],[418,13,264,11],[418,15,264,13],[419,4,265,2],[419,5,265,3],[420,4,266,2,"saveButtonText"],[420,18,266,16],[420,20,266,18],[421,6,267,4,"fontSize"],[421,14,267,12],[421,16,267,14],[421,18,267,16],[422,6,268,4,"fontWeight"],[422,16,268,14],[422,18,268,16],[422,23,268,21],[423,6,269,4,"color"],[423,11,269,9],[423,13,269,11],[424,4,270,2],[424,5,270,3],[425,4,271,2,"editButton"],[425,14,271,12],[425,16,271,14],[426,6,272,4,"flexDirection"],[426,19,272,17],[426,21,272,19],[426,26,272,24],[427,6,273,4,"alignItems"],[427,16,273,14],[427,18,273,16],[427,26,273,24],[428,6,274,4,"justifyContent"],[428,20,274,18],[428,22,274,20],[428,30,274,28],[429,6,275,4,"backgroundColor"],[429,21,275,19],[429,23,275,21],[429,32,275,30],[430,6,276,4,"padding"],[430,13,276,11],[430,15,276,13],[430,17,276,15],[431,6,277,4,"borderRadius"],[431,18,277,16],[431,20,277,18],[431,22,277,20],[432,6,278,4,"marginTop"],[432,15,278,13],[432,17,278,15],[433,4,279,2],[433,5,279,3],[434,4,280,2,"editButtonText"],[434,18,280,16],[434,20,280,18],[435,6,281,4,"fontSize"],[435,14,281,12],[435,16,281,14],[435,18,281,16],[436,6,282,4,"fontWeight"],[436,16,282,14],[436,18,282,16],[436,23,282,21],[437,6,283,4,"color"],[437,11,283,9],[437,13,283,11],[437,19,283,17],[438,6,284,4,"marginLeft"],[438,16,284,14],[438,18,284,16],[439,4,285,2],[440,2,286,0],[440,3,286,1],[440,4,286,2],[441,2,286,3],[441,6,286,3,"_c"],[441,8,286,3],[442,2,286,3,"$RefreshReg$"],[442,14,286,3],[442,15,286,3,"_c"],[442,17,286,3],[443,0,286,3],[443,3]],"functionMap":{"names":["","WalletAddressScreen","useEffect$argument_0","loadWalletAddress","handleSave","copyToClipboard","TouchableOpacity.props.onPress"],"mappings":"AAA;eCiB;YCO;GDE;4BEE;GFU;qBGE;GH+B;0BIE;GJG;mCKK,yBL;uBK0C;eLG;qBKmB,wBL;CDS"},"hasCjsExports":false},"type":"js/module"}]}
\ No newline at end of file
diff --git a/frontend/app.json b/frontend/app.json
index b80a8ce3..f5dd62d0 100644
--- a/frontend/app.json
+++ b/frontend/app.json
@@ -8,7 +8,7 @@
"userInterfaceStyle": "light",
"newArchEnabled": true,
"extra": {
- "backendUrl": "https://digital-kurdistan.preview.emergentagent.com"
+ "backendUrl": "https://kurdish-id.preview.emergentagent.com"
},
"splash": {
"image": "./assets/splash-icon.png",
diff --git a/signin_test.py b/signin_test.py
index 266474c7..ae08caa7 100644
--- a/signin_test.py
+++ b/signin_test.py
@@ -6,7 +6,7 @@ Test signin and profile retrieval with existing user
import requests
import json
-BACKEND_URL = "https://digital-kurdistan.preview.emergentagent.com/api"
+BACKEND_URL = "https://kurdish-id.preview.emergentagent.com/api"
def test_existing_user_signin():
"""Test signin with existing user from logs"""