@onairos/react-native 3.6.9 → 3.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +423 -423
- package/lib/commonjs/api/index.js +1 -1
- package/lib/commonjs/assets/icons/netflix.png +0 -0
- package/lib/commonjs/assets/images/Checkbox.svg +3 -3
- package/lib/commonjs/assets/images/EnochE.svg +19 -19
- package/lib/commonjs/assets/images/Personalityprofile.svg +3 -3
- package/lib/commonjs/assets/images/Personalitytraits.svg +3 -3
- package/lib/commonjs/assets/images/Userpreferences.svg +3 -3
- package/lib/commonjs/assets/images/arrow.svg +20 -20
- package/lib/commonjs/assets/images/basicproficon.svg +43 -43
- package/lib/commonjs/assets/images/basicprofile.svg +3 -3
- package/lib/commonjs/assets/images/checkmark.svg +4 -4
- package/lib/commonjs/assets/images/contentanalysis.svg +3 -3
- package/lib/commonjs/assets/images/contenticon.svg +23 -23
- package/lib/commonjs/assets/images/netflix.png +0 -0
- package/lib/commonjs/assets/images/personalityicon.svg +18 -18
- package/lib/commonjs/assets/images/x-close.svg +3 -3
- package/lib/commonjs/components/BodyText.js +1 -1
- package/lib/commonjs/components/BrandMark.js +1 -1
- package/lib/commonjs/components/CodeInput.js +1 -1
- package/lib/commonjs/components/EmailInput.js +1 -1
- package/lib/commonjs/components/GoogleButton.js +1 -1
- package/lib/commonjs/components/HeadingGroup.js +1 -1
- package/lib/commonjs/components/LLMDataInputModal.js +1 -1
- package/lib/commonjs/components/ModalHeader.js +1 -1
- package/lib/commonjs/components/ModalSheet.js +1 -1
- package/lib/commonjs/components/Onairos.js +1 -1
- package/lib/commonjs/components/OnairosButton.js +1 -1
- package/lib/commonjs/components/OnairosSignInButton.js +1 -1
- package/lib/commonjs/components/Overlay.js +1 -1
- package/lib/commonjs/components/PersonaImage.js +1 -1
- package/lib/commonjs/components/PersonaLoadingScreen.js +1 -1
- package/lib/commonjs/components/PersonalizationConsentScreen.js +1 -1
- package/lib/commonjs/components/PinCreationScreen.js +1 -1
- package/lib/commonjs/components/PinInput.js +1 -1
- package/lib/commonjs/components/PlatformConnectorsStep.js +1 -1
- package/lib/commonjs/components/PlatformList.js +1 -1
- package/lib/commonjs/components/PlatformToggle.js +1 -1
- package/lib/commonjs/components/PrimaryButton.js +1 -1
- package/lib/commonjs/components/SignInMatchAnimation.js +1 -1
- package/lib/commonjs/components/SignInStep.js +1 -1
- package/lib/commonjs/components/UniversalOnboarding.js +1 -1
- package/lib/commonjs/components/VerificationStep.js +1 -1
- package/lib/commonjs/components/WelcomeScreen.js +1 -1
- package/lib/commonjs/components/icons/Basicproficon.js +1 -1
- package/lib/commonjs/components/icons/Basicprofile.js +1 -1
- package/lib/commonjs/components/icons/Checkbox.js +1 -1
- package/lib/commonjs/components/icons/Checkmark.js +1 -1
- package/lib/commonjs/components/icons/Contentanalysis.js +1 -1
- package/lib/commonjs/components/icons/Contenticon.js +1 -1
- package/lib/commonjs/components/icons/EnochE.js +1 -1
- package/lib/commonjs/components/icons/Personalityicon.js +1 -1
- package/lib/commonjs/components/icons/Personalityprofile.js +1 -1
- package/lib/commonjs/components/icons/Personalitytraits.js +1 -1
- package/lib/commonjs/components/icons/Userpreferences.js +1 -1
- package/lib/commonjs/components/icons/index.js +1 -1
- package/lib/commonjs/components/onboarding/OAuthWebView.js +1 -1
- package/lib/commonjs/components/onboarding/OnboardingHeader.js +1 -1
- package/lib/commonjs/components/onboarding/PinInput.js +1 -1
- package/lib/commonjs/components/onboarding/PlatformConnector.js +1 -1
- package/lib/commonjs/config/api.js +1 -1
- package/lib/commonjs/constants/index.js +1 -1
- package/lib/commonjs/context/AuthContext.js +1 -1
- package/lib/commonjs/hooks/useConnectedAccounts.js +1 -1
- package/lib/commonjs/hooks/useConnections.js +1 -1
- package/lib/commonjs/hooks/useCredentials.js +1 -1
- package/lib/commonjs/hooks/useUserConnections.js +1 -1
- package/lib/commonjs/index.js +1 -1
- package/lib/commonjs/services/SDK_API_KEY_VALIDATION.md +421 -421
- package/lib/commonjs/services/apiClient.js +1 -1
- package/lib/commonjs/services/apiKeyService.js +99 -99
- package/lib/commonjs/services/authService.js +72 -72
- package/lib/commonjs/services/biometricPinService.js +1 -1
- package/lib/commonjs/services/chatGPTConversationExtractor.js +1 -1
- package/lib/commonjs/services/chatGPTConversationService.js +1 -1
- package/lib/commonjs/services/claudeConversationExtractor.js +1 -1
- package/lib/commonjs/services/claudeConversationService.js +1 -1
- package/lib/commonjs/services/connectedAccountsService.js +1 -1
- package/lib/commonjs/services/googleAuthService.js +1 -1
- package/lib/commonjs/services/hingeDataExtractor.js +1 -1
- package/lib/commonjs/services/hingeDataService.js +1 -1
- package/lib/commonjs/services/imageCompressionService.js +1 -1
- package/lib/commonjs/services/instagramDataExtractor.js +1 -1
- package/lib/commonjs/services/instagramDataService.js +1 -1
- package/lib/commonjs/services/jwtStorageService.js +1 -1
- package/lib/commonjs/services/linkedinDOMExtractor.js +1 -1
- package/lib/commonjs/services/linkedinProfileService.js +1 -1
- package/lib/commonjs/services/linkedinScrapingService.js +1 -1
- package/lib/commonjs/services/llmDataStorage.js +1 -1
- package/lib/commonjs/services/mobileTrainingService.js +1 -1
- package/lib/commonjs/services/netflixDataExtractor.js +8 -0
- package/lib/commonjs/services/netflixDataService.js +9 -0
- package/lib/commonjs/services/oauthService.js +20 -20
- package/lib/commonjs/services/pinEncryptionService.js +1 -1
- package/lib/commonjs/services/pinStorageUtils.js +1 -1
- package/lib/commonjs/services/platformAuthService.js +1 -1
- package/lib/commonjs/services/sephoraDataExtractor.js +1 -1
- package/lib/commonjs/services/sephoraDataService.js +1 -1
- package/lib/commonjs/services/spotifyDataExtractor.js +8 -0
- package/lib/commonjs/services/spotifyDataService.js +9 -0
- package/lib/commonjs/services/storageService.js +1 -1
- package/lib/commonjs/services/telegramDataExtractor.js +1 -1
- package/lib/commonjs/services/telegramDataService.js +1 -1
- package/lib/commonjs/services/trainingApiHelpers.js +1 -1
- package/lib/commonjs/services/userConnectionsService.js +1 -1
- package/lib/commonjs/services/youtubeMigrationService.js +1 -1
- package/lib/commonjs/theme/index.js +1 -1
- package/lib/commonjs/types/index.js +1 -1
- package/lib/commonjs/types.js +1 -1
- package/lib/commonjs/utils/Portal.js +1 -1
- package/lib/commonjs/utils/api.js +1 -1
- package/lib/commonjs/utils/assetRegistry.js +3 -1
- package/lib/commonjs/utils/auth.js +1 -1
- package/lib/commonjs/utils/connectorTests.js +1 -1
- package/lib/commonjs/utils/crypto.js +1 -1
- package/lib/commonjs/utils/debugHelper.js +1 -1
- package/lib/commonjs/utils/encryption.js +1 -1
- package/lib/commonjs/utils/eventUtils.js +1 -1
- package/lib/commonjs/utils/haptics.js +1 -1
- package/lib/commonjs/utils/imagePreloader.js +1 -1
- package/lib/commonjs/utils/networkDiagnostics.js +1 -1
- package/lib/commonjs/utils/onairosApi.js +1 -1
- package/lib/commonjs/utils/programmaticFlow.js +1 -1
- package/lib/commonjs/utils/retryHelper.js +1 -1
- package/lib/commonjs/utils/secureStorage.js +1 -1
- package/lib/commonjs/utils/webviewScripts/chatgpt.js +1 -1
- package/lib/commonjs/utils/webviewScripts/claude.js +1 -1
- package/lib/commonjs/utils/webviewScripts/hinge.js +1 -1
- package/lib/commonjs/utils/webviewScripts/index.js +4 -2
- package/lib/commonjs/utils/webviewScripts/instagram.js +1 -1
- package/lib/commonjs/utils/webviewScripts/linkedin.js +1 -1
- package/lib/commonjs/utils/webviewScripts/netflix.js +1 -0
- package/lib/commonjs/utils/webviewScripts/sephora.js +1 -1
- package/lib/commonjs/utils/webviewScripts/spotify.js +1 -0
- package/lib/commonjs/utils/webviewScripts/telegram.js +1 -1
- package/lib/module/api/index.js +1 -1
- package/lib/module/assets/icons/netflix.png +0 -0
- package/lib/module/assets/images/Checkbox.svg +3 -3
- package/lib/module/assets/images/EnochE.svg +19 -19
- package/lib/module/assets/images/Personalityprofile.svg +3 -3
- package/lib/module/assets/images/Personalitytraits.svg +3 -3
- package/lib/module/assets/images/Userpreferences.svg +3 -3
- package/lib/module/assets/images/arrow.svg +20 -20
- package/lib/module/assets/images/basicproficon.svg +43 -43
- package/lib/module/assets/images/basicprofile.svg +3 -3
- package/lib/module/assets/images/checkmark.svg +4 -4
- package/lib/module/assets/images/contentanalysis.svg +3 -3
- package/lib/module/assets/images/contenticon.svg +23 -23
- package/lib/module/assets/images/netflix.png +0 -0
- package/lib/module/assets/images/personalityicon.svg +18 -18
- package/lib/module/assets/images/x-close.svg +3 -3
- package/lib/module/components/BodyText.js +1 -1
- package/lib/module/components/BrandMark.js +1 -1
- package/lib/module/components/CodeInput.js +1 -1
- package/lib/module/components/EmailInput.js +1 -1
- package/lib/module/components/GoogleButton.js +1 -1
- package/lib/module/components/HeadingGroup.js +1 -1
- package/lib/module/components/LLMDataInputModal.js +1 -1
- package/lib/module/components/ModalHeader.js +1 -1
- package/lib/module/components/ModalSheet.js +1 -1
- package/lib/module/components/Onairos.js +1 -1
- package/lib/module/components/OnairosButton.js +1 -1
- package/lib/module/components/OnairosSignInButton.js +1 -1
- package/lib/module/components/Overlay.js +1 -1
- package/lib/module/components/PersonaImage.js +1 -1
- package/lib/module/components/PersonaLoadingScreen.js +1 -1
- package/lib/module/components/PersonalizationConsentScreen.js +1 -1
- package/lib/module/components/PinCreationScreen.js +1 -1
- package/lib/module/components/PinInput.js +1 -1
- package/lib/module/components/PlatformConnectorsStep.js +1 -1
- package/lib/module/components/PlatformList.js +1 -1
- package/lib/module/components/PlatformToggle.js +1 -1
- package/lib/module/components/PrimaryButton.js +1 -1
- package/lib/module/components/SignInMatchAnimation.js +1 -1
- package/lib/module/components/SignInStep.js +1 -1
- package/lib/module/components/UniversalOnboarding.js +1 -1
- package/lib/module/components/VerificationStep.js +1 -1
- package/lib/module/components/WelcomeScreen.js +1 -1
- package/lib/module/components/icons/Basicproficon.js +1 -1
- package/lib/module/components/icons/Basicprofile.js +1 -1
- package/lib/module/components/icons/Checkbox.js +1 -1
- package/lib/module/components/icons/Checkmark.js +1 -1
- package/lib/module/components/icons/Contentanalysis.js +1 -1
- package/lib/module/components/icons/Contenticon.js +1 -1
- package/lib/module/components/icons/EnochE.js +1 -1
- package/lib/module/components/icons/Personalityicon.js +1 -1
- package/lib/module/components/icons/Personalityprofile.js +1 -1
- package/lib/module/components/icons/Personalitytraits.js +1 -1
- package/lib/module/components/icons/Userpreferences.js +1 -1
- package/lib/module/components/onboarding/OAuthWebView.js +1 -1
- package/lib/module/components/onboarding/OnboardingHeader.js +1 -1
- package/lib/module/components/onboarding/PinInput.js +1 -1
- package/lib/module/components/onboarding/PlatformConnector.js +1 -1
- package/lib/module/config/api.js +1 -1
- package/lib/module/constants/index.js +1 -1
- package/lib/module/context/AuthContext.js +1 -1
- package/lib/module/hooks/useConnectedAccounts.js +1 -1
- package/lib/module/hooks/useConnections.js +1 -1
- package/lib/module/hooks/useCredentials.js +1 -1
- package/lib/module/hooks/useUserConnections.js +1 -1
- package/lib/module/index.js +1 -1
- package/lib/module/services/SDK_API_KEY_VALIDATION.md +421 -421
- package/lib/module/services/apiClient.js +1 -1
- package/lib/module/services/apiKeyService.js +99 -99
- package/lib/module/services/authService.js +72 -72
- package/lib/module/services/biometricPinService.js +1 -1
- package/lib/module/services/chatGPTConversationExtractor.js +1 -1
- package/lib/module/services/chatGPTConversationService.js +1 -1
- package/lib/module/services/claudeConversationExtractor.js +1 -1
- package/lib/module/services/claudeConversationService.js +1 -1
- package/lib/module/services/connectedAccountsService.js +1 -1
- package/lib/module/services/googleAuthService.js +1 -1
- package/lib/module/services/hingeDataExtractor.js +1 -1
- package/lib/module/services/hingeDataService.js +1 -1
- package/lib/module/services/imageCompressionService.js +1 -1
- package/lib/module/services/instagramDataExtractor.js +1 -1
- package/lib/module/services/instagramDataService.js +1 -1
- package/lib/module/services/jwtStorageService.js +1 -1
- package/lib/module/services/linkedinDOMExtractor.js +1 -1
- package/lib/module/services/linkedinProfileService.js +1 -1
- package/lib/module/services/linkedinScrapingService.js +1 -1
- package/lib/module/services/llmDataStorage.js +1 -1
- package/lib/module/services/mobileTrainingService.js +1 -1
- package/lib/module/services/netflixDataExtractor.js +1 -0
- package/lib/module/services/netflixDataService.js +1 -0
- package/lib/module/services/oauthService.js +20 -20
- package/lib/module/services/pinEncryptionService.js +1 -1
- package/lib/module/services/pinStorageUtils.js +1 -1
- package/lib/module/services/platformAuthService.js +1 -1
- package/lib/module/services/sephoraDataExtractor.js +1 -1
- package/lib/module/services/sephoraDataService.js +1 -1
- package/lib/module/services/spotifyDataExtractor.js +1 -0
- package/lib/module/services/spotifyDataService.js +1 -0
- package/lib/module/services/storageService.js +1 -1
- package/lib/module/services/telegramDataExtractor.js +1 -1
- package/lib/module/services/telegramDataService.js +1 -1
- package/lib/module/services/trainingApiHelpers.js +1 -1
- package/lib/module/services/userConnectionsService.js +1 -1
- package/lib/module/services/youtubeMigrationService.js +1 -1
- package/lib/module/theme/index.js +1 -1
- package/lib/module/types.js +1 -1
- package/lib/module/utils/Portal.js +1 -1
- package/lib/module/utils/api.js +1 -1
- package/lib/module/utils/assetRegistry.js +3 -1
- package/lib/module/utils/auth.js +1 -1
- package/lib/module/utils/connectorTests.js +1 -1
- package/lib/module/utils/crypto.js +1 -1
- package/lib/module/utils/debugHelper.js +1 -1
- package/lib/module/utils/encryption.js +1 -1
- package/lib/module/utils/eventUtils.js +1 -1
- package/lib/module/utils/haptics.js +1 -1
- package/lib/module/utils/networkDiagnostics.js +1 -1
- package/lib/module/utils/onairosApi.js +1 -1
- package/lib/module/utils/programmaticFlow.js +1 -1
- package/lib/module/utils/retryHelper.js +1 -1
- package/lib/module/utils/secureStorage.js +1 -1
- package/lib/module/utils/webviewScripts/chatgpt.js +1 -1
- package/lib/module/utils/webviewScripts/claude.js +1 -1
- package/lib/module/utils/webviewScripts/hinge.js +1 -1
- package/lib/module/utils/webviewScripts/index.js +1 -1
- package/lib/module/utils/webviewScripts/instagram.js +1 -1
- package/lib/module/utils/webviewScripts/linkedin.js +1 -1
- package/lib/module/utils/webviewScripts/netflix.js +1 -0
- package/lib/module/utils/webviewScripts/sephora.js +1 -1
- package/lib/module/utils/webviewScripts/spotify.js +1 -0
- package/lib/module/utils/webviewScripts/telegram.js +1 -1
- package/package.json +172 -172
- package/lib/commonjs/config/PLATFORM_APIS.md +0 -559
- package/lib/commonjs/config/telegramConfig.js +0 -8
- package/lib/commonjs/config/webchangelog/md +0 -607
- package/lib/module/config/PLATFORM_APIS.md +0 -559
- package/lib/module/config/telegramConfig.js +0 -8
- package/lib/module/config/webchangelog/md +0 -607
|
@@ -4,4 +4,4 @@ var __ONAIROS_REQ_REGISTRY__ = [
|
|
|
4
4
|
require('react-native')
|
|
5
5
|
];
|
|
6
6
|
function __ONAIROS_REQ_FUNC__(i) { return __ONAIROS_REQ_REGISTRY__[i]; }
|
|
7
|
-
import React,{useState,useEffect,useRef,useCallback}from'react';import{View,Text,StyleSheet,ScrollView,Vibration,TouchableOpacity,Image,Animated}from'react-native';import{COLORS,SPACING}from'../theme';function _0x5c34(){const _0x347c69=['daily','Daily','Always\x20up-to-date\x20data.','Weekly','Balanced\x20freshness\x20and\x20efficiency.','biweekly','fTwCV','hhCls','VezGC','✅\x20[PLATFORMS]\x20Loaded\x20from\x20user_connected_platforms:','vQxBj','✅\x20[PLATFORMS]\x20Loaded\x20from\x20platform_account_details:','chatgpt','claude','grok','uBbAo','@onairos:linkedin_connected','jnCuU','linkedin','✅\x20[PLATFORMS]\x20Loaded\x20LinkedIn\x20connection','upreA','NULL','aMwuP','Error\x20initializing\x20username:','zehzP','hbCzm','❌\x20[TOGGLE]\x20No\x20username\x20available\x20-\x20cannot\x20proceed\x20with\x20OAuth','qsGCo','FYWQO','EmFme','...','cXJFs','VZhMg','user_connected_platforms','xtBtn','DDHFG','AkWPQ','XKlZL','FeyJk','cYWqz','GGZRS','lczZB','jTjdi','@onairos:model_refresh_frequency','jyGez','baSaj','https://privacy.onairos.io/','success','error','ltWPf','kluoA','❌\x20[STORAGE]\x20Error\x20saving\x20to\x20user_connected_platforms:','EmQDP','OHKWy','jLxJT','fgXrC','pfLlx','IyDxw','ZctRN','gmail','contain','CQFsn','HBiSD','pNrpC','youtube','#9CA3AF','Initializing...','YouTube','Reddit','reddit','LinkedIn','Gmail','ChatGPT','Use\x20your\x20ChatGPT\x20conversations\x20and\x20memories\x20to\x20enrich\x20your\x20model.','Use\x20your\x20Claude\x20conversations\x20to\x20enrich\x20your\x20model.','Gemini','Grok','Use\x20your\x20Grok\x20conversations\x20from\x20X\x20to\x20enrich\x20your\x20model.','elUcK','wkDex','ciiJx','Build\x20your\x20persona','Connect\x20platforms\x20to\x20build\x20your\x20private\x20persona','Model\x20Refresh\x20Frequency','How\x20often\x20should\x20your\x20model\x20be\x20refreshed\x20from\x20platforms?','Continue','Skip','QZnLk','lMADi','bSZbU','rxhPc','xoARQ','MlpbT','EGEvv','Value','current','aZFWu','ZcwbL','vMyxx','ZdNZH','SzabN','RUkUn','GwGDG','GpMdW','hiIvR','SAqZm','jQVGy','kdZHo','length','LDwCE','oVIcu','YtVou','log','✅\x20[WEBVIEW]\x20Rendering\x20OAuthWebView\x20for\x20','\x20with\x20URL:\x20','createElement','forEach','has','add','zICky','KnpFn','XkWiT','...)','ugAsm','WmhjN','nXmEt','qRtIY','getItem','oUEbv','ACbKE','zJGfd','setValue','timing','parse','isArray','push','paztR','rgUtA','lHlqd','yCcwu','platform','DujpJ','map','includes','fCgAu','CrozB','qQtZY','@onairos:llm_connected:','connected','oHKfx','OtaIx','✅\x20[PLATFORMS]\x20Loaded\x20LLM\x20platform:\x20','oCqAW','bjkIf','aIqqo','📊\x20[STATE]\x20WebView\x20state\x20changed\x20-\x20showOAuthWebView:\x20',',\x20oauthUrl:\x20','ZENvz','DKGmx','substring','hhRLg','OhQJF','grzKT','KHjho','skxpI','GkglX','jOxSh','SIBmS','dusVi','✅\x20[PLATFORMS]\x20Updated\x20connectedPlatforms\x20state\x20with:','from','❌\x20[TOGGLE]\x20OAuth\x20failed\x20for\x20','\x20-\x20no\x20URL\x20returned','LBQCV','ERROR','❌\x20[PLATFORMS]\x20Error\x20loading\x20connected\x20platforms\x20from\x20storage:','WZftw','TtcMk','njksZ','mFblS','tvocn','CWqXq','WdEZh','split','name','floor','random','setItem','IgGCH','mobile_user_','SUCCESS','vibrate','fxTjV','DPUHF','user_','zksOH','giisJ','BUTTON_PRESS','xxjHP','ZkvKh','HbdlH','loop','sequence','start','TdXEX','toksm','NaXdA','✅\x20[PERSONA]\x20Applied\x20pending\x20connection:\x20','layoutMeasurement','width','contentSize','jytqg','PTMvD','xsMLW','pvgSZ','Nulin','VHdHZ','zRThJ','fvrAJ','qwQCV','iVOlR','Use\x20your\x20professional\x20network\x20and\x20career\x20interests\x20to\x20enrich\x20your\x20model.','jmggj','Pstjw','ytdQM','LxQMf','oGgUI','Use\x20your\x20Gemini\x20conversations\x20to\x20enrich\x20your\x20model.','QiPxG','OyxfC','MylvX','MsDfi','find','ORzSN','URgJe','qavoD','Highly\x20Recommended','DDrqx','\x20=\x20','👤\x20[TOGGLE]\x20Username\x20check\x20-\x20stored:\x20\x22','qNJBJ','trim','wlCDW','isChatPlatform','UPLKm','LvrAy','wdCSg','🤖\x20[LLM]\x20Opening\x20WebView\x20for\x20','\x20login\x20and\x20export...','yNSKC','connecting','🌐\x20[LLM]\x20Opening\x20','\x20URL:','PAfOL','❌\x20[LLM]\x20No\x20URL\x20configured\x20for\x20platform:\x20','oKWTD','UgBue','mgfFW','🌐\x20[LINKEDIN]\x20Opening\x20LinkedIn\x20URL:','rhFCk','TCqUH','platformCard','platformCardTitle','recommendedBadge','AXuab','customToggleTrack','#10B981','BvvIh','customToggleThumb','platformCardDescription','description','hsijk','ZpzbF','IXozt','YOrSr','LoSLr','🌐\x20[TOGGLE]\x20Starting\x20OAuth\x20flow\x20for\x20','dcyqi','✅\x20[TOGGLE]\x20Setting\x20WebView\x20state\x20-\x20showing\x20modal\x20for\x20','PWTnz','apZoy','Error\x20toggling\x20platform\x20','nRqus','kgMSe','delete','disconnected','qQCeX','RFljX','CZqrP','PmjtA','ohQmn','filter','toLowerCase','wCYNN','stringify','✅\x20[STORAGE]\x20Removed\x20','ghhVE','KhUsm','❌\x20[STORAGE]\x20Error\x20removing\x20from\x20user_connected_platforms:','removeItem','vGsBQ','RqFwR','DCVAc','gosBU','bgpgz','XrIMN','aaGjR','CJggK','goqoh','hhZZR','ueqgh','YeEsU','ApgQQ','💼\x20[LINKEDIN]\x20Opening\x20WebView\x20for\x20LinkedIn\x20login...','https://www.linkedin.com/login','NlLas','hYbwt','cLAyY','QdILL','bgQNv','mPFoS','qxlgb','pRFVU','✅\x20[REFRESH]\x20Model\x20refresh\x20frequency\x20set\x20to:\x20','tGOVe','NPXqF','lnrof','nativeEvent','mnkfo','CuTKW','dHGKf','TYJlq','AtzZs','cqYpl','cYanq','ycmTL','openURL','THKIF','hhNYt','OUkKT','gcvpX','fdmUA','Owysr','qtpOq','rHPJV','DlHAc','KpDFU','vNTSE','WpJef','bPOKm','✅\x20[STORAGE]\x20Added\x20','\x20to\x20user_connected_platforms:','MKgaf','NpYLT','toISOString','\x20connection\x20stored\x20locally','ydFSZ','QUIwr','✅\x20[LINKEDIN]\x20Connection\x20stored\x20locally','PlvIb','kMguV','NdbaY','VQUuQ','lIGHJ','OxoOL','vYkuN','yubZD','NvMAO','ClEiT','YfNai','jVqOB','uQpHc','zeBOh','LpoUK','sRjov','CwPuk','OooZW','NUcGi','Qrqbf','LYDYr','NuvHo','Bulkk','QkuYF','XAcBP','dhNzz','okqOL','FwGAM','tYnIQ','dKyrR','min','max','size','PIQsL','yzPWf','WHAcB','CinmN','platformIconButton','platformIconButtonSelected','tsoQd','rBAsb','icon','youtubeIcon','DFcHk','pinterestIcon','gmailIcon','SyXmw','chatgptIcon','grokIcon','connectingDot','connectedDot','tbBHK','IGkZd','xZGPJ','afuIM','backButton','backButtonText','headingContainer','rsTRe','subtitle','eHczP','personaContainer','platformIconsScrollContent','JwARM','platformIconsCentered','DZVXg','AskMh','mWwJA','mAPEo','ptAsn','iUaJG','tLiMY','CdAOh','DwFEk','platformIcon','FOABV','claudeIcon','BqcyE','KXWLK','iRHiv','pageIndicatorContainer','scrollBarThumb','View','interpolate','scrollIndicatorText','cardContainer','cardHeader','recommendedBadgeText','ecMLd','udwGn','LVwdP','PxxOK','fLlTn','value','refreshSegment','refreshSegmentTextSelected','refreshFrequencyHint','odNDB','bottomButtonContainer','buttonWrapper','NDsMv','OPcKP','buttonOverlay','holdProgressBar','create','#F0F0F3','center','600','#1C1C1E','100%','700','grey800','left','Inter','400','absolute','row','#FFFFFF','transparent','#3B82F6','#EFF6FF','#FFA500','surface','space-between','IBM\x20Plex\x20Sans','auto','#000','grey600','#F5F5F7','#E0E0E4','#8E8E93','#E8E8ED','500','#E5E7EB','relative','hidden','grey300','bold'];_0x5c34=function(){return _0x347c69;};return _0x5c34();}function _0x537d(_0x5c34e0,_0x537d89){_0x5c34e0=_0x5c34e0-0x0;const _0x33a1ce=_0x5c34();let _0x3f7278=_0x33a1ce[_0x5c34e0];return _0x3f7278;}import{triggerHaptic,HapticType}from'../utils/haptics';import _0x3d0843 from'./PersonaImage';import _0x3a7d30 from'./PrimaryButton';import _0x5cb508 from'./PersonalizationConsentScreen';import _0x33be75 from'./PinCreationScreen';import _0x5eceb3 from'./PersonaLoadingScreen';import{useConnections}from'../hooks/useConnections';import{getPlatformIcon}from'../services/connectedAccountsService';import{initiateOAuth,initiateNativeAuth,hasNativeSDK}from'../services/platformAuthService';import{OAuthWebView}from'./onboarding/OAuthWebView';import{isLLMPlatform,getLLMPlatformUrl,isLinkedInPlatform}from'../utils/webviewScripts';import{setTemporaryPin}from'../services/pinStorageUtils';import AsyncStorage from'@react-native-async-storage/async-storage';export const MODEL_REFRESH_OPTIONS=[{'value':_0x537d(0x0),'label':_0x537d(0x1),'description':_0x537d(0x2)},{'value':'weekly','label':_0x537d(0x3),'description':_0x537d(0x4)},{'value':_0x537d(0x5),'label':'Biweekly','description':'Less\x20frequent,\x20more\x20efficient.'}];const PlatformConnectorsStep=({onUpdate:_0x56f6c1,onSkip:_0x5c2b44,loading:loading=![],onPinComplete:_0x107a9e,onReviewerBypass:_0x3ac2df,onLogout:_0x3e3cfd,allowedPlatforms:_0x148ba6,recommendedPlatforms:_0x44808c,initialConnectedPlatforms:_0x20d6dc,onRefreshFrequencyChange:_0x533dbb,initialRefreshFrequency:initialRefreshFrequency='weekly'})=>{const _0x3f53f1={'oVIcu':function(_0x7b6eaa,_0x324b46){return _0x7b6eaa!==_0x324b46;},'YtVou':_0x537d(0x6),'kdZHo':function(_0x1e4dbe,_0x107652){return _0x1e4dbe>_0x107652;},'LDwCE':function(_0x317874,_0x20aafe){return _0x317874(_0x20aafe);},'mFblS':function(_0x3a87c2,_0x2ed175){return _0x3a87c2(_0x2ed175);},'WmhjN':function(_0x2fafd9,_0x24f823){return _0x2fafd9(_0x24f823);},'nXmEt':_0x537d(0x7),'qRtIY':'pvCAX','uYVWf':'🔄\x20[PLATFORMS]\x20Loading\x20connected\x20platforms\x20from\x20storage...','TdXEX':function(_0x14e7ad,_0x45c8ce){return _0x14e7ad!==_0x45c8ce;},'oUEbv':_0x537d(0x8),'paztR':_0x537d(0x9),'rgUtA':'platform_account_details','lHlqd':function(_0x52e478,_0x5b350d){return _0x52e478===_0x5b350d;},'yCcwu':_0x537d(0xa),'DujpJ':_0x537d(0xb),'qQtZY':_0x537d(0xc),'ytdQM':_0x537d(0xd),'oGgUI':'gemini','KXWLK':_0x537d(0xe),'oHKfx':function(_0x5e0dc2,_0x145c53){return _0x5e0dc2===_0x145c53;},'OtaIx':_0x537d(0xf),'oCqAW':_0x537d(0x10),'IVrkd':_0x537d(0x11),'bjkIf':_0x537d(0x12),'KnpFn':_0x537d(0x13),'grzKT':function(_0xa393e9,_0x39b433){return _0xa393e9>_0x39b433;},'KHjho':_0x537d(0x14),'XkWiT':function(_0x355a53,_0x45065d){return _0x355a53+_0x45065d;},'FwGAM':'SET\x20(','ugAsm':_0x537d(0x15),'WZftw':function(_0x2dd2eb){return _0x2dd2eb();},'tvocn':function(_0x258468,_0x3dcc58){return _0x258468===_0x3dcc58;},'PivgI':_0x537d(0x16),'WdEZh':'onairos_username','qavoD':function(_0x24075a,_0x13ed35){return _0x24075a===_0x13ed35;},'IgGCH':'rawUB','gFAye':function(_0x400846,_0x2b6602){return _0x400846*_0x2b6602;},'DPUHF':_0x537d(0x17),'zksOH':function(_0xd40843,_0x13743a){return _0xd40843*_0x13743a;},'TtcMk':function(_0x276414){return _0x276414();},'njksZ':_0x537d(0x18),'VMgwl':_0x537d(0x19),'wlCDW':_0x537d(0x1a),'KpDFU':function(_0x8bb066,_0x24d9b5){return _0x8bb066!==_0x24d9b5;},'HbdlH':_0x537d(0x1b),'NaXdA':function(_0x30d91c,_0x26283a){return _0x30d91c(_0x26283a);},'toksm':_0x537d(0x1c),'bgQNv':function(_0x5e78d5,_0x26dd7b){return _0x5e78d5-_0x26dd7b;},'bcWXt':function(_0x373223,_0x184715){return _0x373223>_0x184715;},'jytqg':function(_0x11fbb2,_0x5ca6cc){return _0x11fbb2/_0x5ca6cc;},'PTMvD':_0x537d(0x1d),'ORzSN':function(_0x205a5e,_0x47ef60){return _0x205a5e(_0x47ef60);},'HLXCp':function(_0x546696,_0x45cebc){return _0x546696*_0x45cebc;},'DCVAc':function(_0x35d6fc,_0x58a270){return _0x35d6fc(_0x58a270);},'ZpzbF':function(_0x41495c,_0x578f81){return _0x41495c(_0x578f81);},'URgJe':function(_0xfd4755,_0x2647b6,_0x116682){return _0xfd4755(_0x2647b6,_0x116682);},'iUaJG':'connecting','DDrqx':function(_0x445697,_0x384038){return _0x445697(_0x384038);},'uOBif':function(_0x37aa97,_0x1d4956){return _0x37aa97(_0x1d4956);},'qNJBJ':function(_0x39baa4,_0x37dbb5){return _0x39baa4===_0x37dbb5;},'RFljX':function(_0x344f58,_0x16bdf7){return _0x344f58===_0x16bdf7;},'UPLKm':'rFzFI','yNSKC':function(_0x17568b,_0x3baa06){return _0x17568b(_0x3baa06);},'hhZZR':function(_0x2a7107,_0x4fa85){return _0x2a7107(_0x4fa85);},'bZMrA':function(_0x114326,_0x2abf38){return _0x114326(_0x2abf38);},'PAfOL':function(_0x55b226,_0x133709){return _0x55b226(_0x133709);},'oKWTD':function(_0x41dede,_0x3607dc){return _0x41dede(_0x3607dc);},'RUkUn':function(_0x244a3d,_0x1c6621){return _0x244a3d(_0x1c6621);},'RMwDU':function(_0x3ede1b,_0x157d04){return _0x3ede1b(_0x157d04);},'UgBue':'ChiDz','mgfFW':function(_0x4a21d0,_0x3117a3){return _0x4a21d0(_0x3117a3);},'rhFCk':function(_0x5145aa,_0xcb997a){return _0x5145aa(_0xcb997a);},'hsijk':function(_0x534cc4,_0x8f224e){return _0x534cc4(_0x8f224e);},'IXozt':function(_0x38f8c8,_0x26f287){return _0x38f8c8(_0x26f287);},'hAsgr':function(_0x1613a9,_0x1479e5){return _0x1613a9!==_0x1479e5;},'gkqyf':function(_0x13af0e,_0x4a7cee){return _0x13af0e(_0x4a7cee);},'jQVGy':function(_0xd18450,_0x5dd0f2,_0x566d8f){return _0xd18450(_0x5dd0f2,_0x566d8f);},'rpjtd':function(_0x113004,_0x57aafd){return _0x113004+_0x57aafd;},'dcyqi':_0x537d(0x1e),'nRqus':function(_0x13f687,_0x40ef78){return _0x13f687(_0x40ef78);},'PWTnz':function(_0x4f61be,_0xbf4941){return _0x4f61be(_0xbf4941);},'apZoy':_0x537d(0x1f),'kgMSe':function(_0x4a1c15,_0xe169ba){return _0x4a1c15(_0xe169ba);},'qQCeX':function(_0x454c79,_0x326e12){return _0x454c79(_0x326e12);},'PmjtA':_0x537d(0x20),'wCYNN':_0x537d(0x21),'ghhVE':_0x537d(0x22),'vGsBQ':function(_0x49d574,_0x1686ad){return _0x49d574!==_0x1686ad;},'RqFwR':_0x537d(0x23),'gosBU':function(_0x2de1a2,_0x5bce6e){return _0x2de1a2(_0x5bce6e);},'vYkuN':function(_0x16e6f4,_0x5a6905){return _0x16e6f4(_0x5a6905);},'aaGjR':function(_0x19cc7b,_0x2b3d4d){return _0x19cc7b(_0x2b3d4d);},'bgpgz':'eCVMU','XrIMN':_0x537d(0x24),'CJggK':function(_0x30507d,_0x570135){return _0x30507d(_0x570135);},'hzAdR':'rzdQj','goqoh':_0x537d(0x25),'NlLas':function(_0x21c15a,_0xbcb594){return _0x21c15a(_0xbcb594);},'ueqgh':function(_0x3cbe7c,_0x1b0716){return _0x3cbe7c===_0x1b0716;},'YeEsU':_0x537d(0x26),'ApgQQ':_0x537d(0x27),'VHtRV':function(_0x2783aa){return _0x2783aa();},'hYbwt':function(_0x20a46f,_0x1f572b){return _0x20a46f===_0x1f572b;},'cLAyY':_0x537d(0x28),'ZcwbL':function(_0x1b129e,_0x49f6b6){return _0x1b129e(_0x49f6b6);},'gluuR':_0x537d(0x29),'mPFoS':function(_0x1a1512,_0x4afd03){return _0x1a1512>_0x4afd03;},'tbeHc':function(_0x1b4cc2,_0x2e6f4f){return _0x1b4cc2/_0x2e6f4f;},'pYAQS':function(_0xb40c99,_0x459804){return _0xb40c99(_0x459804);},'qxlgb':function(_0xf9402b,_0x209b2f){return _0xf9402b===_0x209b2f;},'ELaAq':_0x537d(0x2a),'pRFVU':_0x537d(0x2b),'tGOVe':_0x537d(0x2c),'NPXqF':'lkLMo','lnrof':'❌\x20[REFRESH]\x20Error\x20saving\x20refresh\x20frequency:','cYanq':_0x537d(0x2d),'ycmTL':function(_0x9bb7dc,_0x39d1a7){return _0x9bb7dc(_0x39d1a7);},'THKIF':_0x537d(0x2e),'hhNYt':function(_0x48fe59,_0x14c4c8){return _0x48fe59(_0x14c4c8);},'hiIvR':function(_0x2f64d8,_0xba08a6){return _0x2f64d8(_0xba08a6);},'OUkKT':function(_0x17c8c2,_0x2648cc){return _0x17c8c2(_0x2648cc);},'gcvpX':'fdmUA','DlHAc':function(_0xe1eeec,_0x5362d9){return _0xe1eeec===_0x5362d9;},'kUsED':_0x537d(0x2f),'vNTSE':_0x537d(0x30),'WpJef':function(_0x1df2dc,_0x3a7501){return _0x1df2dc(_0x3a7501);},'WVzFu':function(_0x592e9a,_0x5edaa7){return _0x592e9a===_0x5edaa7;},'stovM':'GPpiB','dNzyK':_0x537d(0x31),'bPOKm':function(_0x524e62,_0x39c247){return _0x524e62===_0x39c247;},'COzml':_0x537d(0x32),'NpYLT':_0x537d(0x33),'ydFSZ':_0x537d(0x34),'QUIwr':'xKDiV','yKpgb':function(_0x5412cd,_0x606e12){return _0x5412cd(_0x606e12);},'OxoOL':function(_0x488a93,_0x319eaf){return _0x488a93(_0x319eaf);},'yubZD':function(_0x52779a,_0x492df7){return _0x52779a(_0x492df7);},'NdbaY':'VQUuQ','lIGHJ':function(_0x73ece7,_0xaa38e8){return _0x73ece7&&_0xaa38e8;},'Bulkk':function(_0x862485,_0x962997){return _0x862485===_0x962997;},'NvMAO':_0x537d(0x35),'afqDy':function(_0x55aa5d,_0x18b78d){return _0x55aa5d(_0x18b78d);},'ClEiT':function(_0x5e49c7,_0x468038){return _0x5e49c7(_0x468038);},'KHdXe':function(_0x41600d,_0x25157d){return _0x41600d(_0x25157d);},'uQpHc':function(_0x165321,_0x84ebb8){return _0x165321(_0x84ebb8);},'YfNai':_0x537d(0x36),'jVqOB':_0x537d(0x37),'zeBOh':function(_0x11eb21,_0x16c4c7){return _0x11eb21(_0x16c4c7);},'LpoUK':function(_0x7f777d,_0x3913be,_0x401ec4){return _0x7f777d(_0x3913be,_0x401ec4);},'bSZbU':function(_0x721bff,_0x54335b){return _0x721bff(_0x54335b);},'VHdHZ':function(_0x485904,_0x5267d0){return _0x485904(_0x5267d0);},'OooZW':function(_0x3e2b01,_0x53c047){return _0x3e2b01===_0x53c047;},'NUcGi':_0x537d(0x38),'DNwdl':_0x537d(0x39),'yIocQ':function(_0x29dbf5,_0x48ef7b){return _0x29dbf5(_0x48ef7b);},'QkuYF':'qvXvb','XAcBP':_0x537d(0x3a),'VtyKp':function(_0x22e0b3,_0x539c67){return _0x22e0b3||_0x539c67;},'dhNzz':'okqOL','tYnIQ':'...)','QpwFD':function(_0x382319,_0x92d126){return _0x382319(_0x92d126);},'DFcHk':function(_0x2d4b12,_0x68ad88){return _0x2d4b12===_0x68ad88;},'qwQCV':'pinterest','xhsYn':_0x537d(0x3b),'SyXmw':function(_0x9080dd,_0x5aa30b){return _0x9080dd===_0x5aa30b;},'Woflb':function(_0x469265,_0x2d798e){return _0x469265===_0x2d798e;},'iRHiv':_0x537d(0x3c),'IGkZd':function(_0x1997f4){return _0x1997f4();},'tbBHK':_0x537d(0x3d),'YzEDh':function(_0x25c03b,_0x119a7b){return _0x25c03b(_0x119a7b);},'tLiMY':function(_0x3facb7,_0x51fe7c){return _0x3facb7!==_0x51fe7c;},'CdAOh':_0x537d(0x3e),'DwFEk':function(_0x1d74af,_0x33e240){return _0x1d74af(_0x33e240);},'AskMh':_0x537d(0x3f),'mAPEo':function(_0x427363,_0x37a76c){return _0x427363===_0x37a76c;},'ptAsn':function(_0x4d4155,_0x29a282){return _0x4d4155===_0x29a282;},'FOABV':function(_0x2209c7,_0x1a59dd){return _0x2209c7===_0x1a59dd;},'xsMLW':_0x537d(0x40),'BqcyE':function(_0x2005ab,_0x2d98d0){return _0x2005ab===_0x2d98d0;},'ecMLd':'Highly\x20Recommended','udwGn':'#10B981','LVwdP':_0x537d(0x41),'QZnLk':function(_0x47bbd1,_0x3bcb0c){return _0x47bbd1(_0x3bcb0c);},'lMADi':function(_0x30ac15,_0x4b70f5){return _0x30ac15(_0x4b70f5);},'ICXrt':function(_0x144641,_0x2e9d3c){return _0x144641(_0x2e9d3c);},'rxhPc':function(_0x11e2d7,_0x1ee303){return _0x11e2d7(_0x1ee303);},'xoARQ':function(_0x549a6b,_0x30065a){return _0x549a6b(_0x30065a);},'MlpbT':function(_0x15e7ec,_0x5d0899){return _0x15e7ec(_0x5d0899);},'EGEvv':function(_0x36a0d9,_0x1556da){return _0x36a0d9(_0x1556da);},'UoKab':function(_0x216ca9,_0x32fb18){return _0x216ca9(_0x32fb18);},'aZFWu':function(_0x4672cb,_0x111400){return _0x4672cb(_0x111400);},'vMyxx':function(_0x2e6002,_0x2f6505){return _0x2e6002(_0x2f6505);},'VKcTk':function(_0x569cb8,_0x5b45cd){return _0x569cb8(_0x5b45cd);},'ZdNZH':function(_0x573827,_0x3710b0){return _0x573827(_0x3710b0);},'SzabN':_0x537d(0x42),'GwGDG':function(_0x170eb8,_0x36f0ad){return _0x170eb8(_0x36f0ad);},'GpMdW':function(_0x4c79cc,_0x120794){return _0x4c79cc(_0x120794);},'SAqZm':function(_0x3be05b,_0x3444d6){return _0x3be05b(_0x3444d6);},'zICky':function(_0x503966,_0x171ebc,_0x2cf500){return _0x503966(_0x171ebc,_0x2cf500);},'ZkvKh':function(_0x16bc33,_0x354e4d,_0x302572){return _0x16bc33(_0x354e4d,_0x302572);},'OXaaO':_0x537d(0x43),'pvgSZ':'Use\x20your\x20watch\x20history,\x20likes,\x20and\x20subscriptions\x20to\x20enrich\x20your\x20model.','Nulin':_0x537d(0x44),'zRThJ':_0x537d(0x45),'fvrAJ':'Use\x20your\x20posts\x20and\x20comments\x20to\x20enrich\x20your\x20model.','twsHF':'Pinterest','iVOlR':_0x537d(0x46),'ICngj':function(_0x36beb2,_0x1cad07){return _0x36beb2(_0x1cad07);},'CEMiE':_0x537d(0x47),'jmggj':_0x537d(0x48),'Pstjw':_0x537d(0x49),'LxQMf':'Claude','rBlMt':_0x537d(0x4a),'bOhss':_0x537d(0x4b),'QiPxG':_0x537d(0x4c),'OyxfC':_0x537d(0x4d),'MylvX':function(_0x491493,_0x2c5ff7,_0xb54a0){return _0x491493(_0x2c5ff7,_0xb54a0);},'kMguV':function(_0x170ee3,_0x3244c7,_0xb1884f){return _0x170ee3(_0x3244c7,_0xb1884f);},'CwPuk':function(_0x5ef391,_0x2af585,_0xd2a9f5){return _0x5ef391(_0x2af585,_0xd2a9f5);},'GRUPa':function(_0x2f3c29,_0x587a5c,_0x1d3adf){return _0x2f3c29(_0x587a5c,_0x1d3adf);},'Nigns':function(_0x11681f,_0x43dbef){return _0x11681f+_0x43dbef;},'PIQsL':function(_0x360dcc,_0x18f5e8){return _0x360dcc===_0x18f5e8;},'yzPWf':'kouRc','WHAcB':function(_0x22f873,_0x1ed4d6){return _0x22f873&&_0x1ed4d6;},'CinmN':_0x537d(0x4e),'xZGPJ':_0x537d(0x4f),'afuIM':_0x537d(0x50),'rsTRe':_0x537d(0x51),'eHczP':_0x537d(0x52),'JwARM':function(_0x4b7f2d,_0x5794dc){return _0x4b7f2d<=_0x5794dc;},'DZVXg':'normal','PxxOK':_0x537d(0x53),'fLlTn':_0x537d(0x54),'odNDB':function(_0x8eb6fe,_0x596d2e){return _0x8eb6fe===_0x596d2e;},'NDsMv':_0x537d(0x55),'yoVHh':function(_0x530aa3,_0x47fc65){return _0x530aa3===_0x47fc65;},'OPcKP':function(_0x3defa7,_0x1c0323){return _0x3defa7||_0x1c0323;},'ciIBi':_0x537d(0x56)};var _0x56a675;const [_0x57c169,_0x5b02b6]=_0x3f53f1[_0x537d(0x57)](useState,()=>new Set(_0x20d6dc||[])),[_0xaa55b,_0x1e4fef]=useState(![]),[_0x356a27,_0x1295a3]=_0x3f53f1[_0x537d(0x58)](useState,![]),[_0x33c022,_0x1639ec]=_0x3f53f1['ICXrt'](useState,![]),[_0x113bfb,_0x288223]=_0x3f53f1[_0x537d(0x59)](useState,''),[_0x2c095e,_0x1b55fe]=_0x3f53f1[_0x537d(0x5a)](useState,{}),[_0x32e26b,_0x3b89db]=_0x3f53f1['hsijk'](useState,![]),[_0x4d7687,_0x2c4bdb]=useState(''),[_0x2e009c,_0x4fd39c]=_0x3f53f1[_0x537d(0x5b)](useState,''),[_0x254d0e,_0x5c0fae]=_0x3f53f1[_0x537d(0x5c)](useState,null),[_0x16ccbb,_0x1929ca]=useState(0x0),_0x50fbd5=_0x3f53f1[_0x537d(0x5d)](useRef,new Animated[(_0x537d(0x5e))](0x0))[_0x537d(0x5f)],[_0xe1f7f4,_0x20c959]=_0x3f53f1['UoKab'](useState,''),_0x4fb09d=_0x3f53f1['PAfOL'](useRef,null),[_0x38294d,_0x5a379d]=_0x3f53f1['ClEiT'](useState,!![]),_0x1255d7=_0x3f53f1[_0x537d(0x60)](useRef,new Animated['Value'](0x0))['current'],[_0x391c72,_0x39de3b]=useState(0x0),_0x5be9e5=_0x3f53f1[_0x537d(0x61)](useRef,0x0),[_0x3c63d0,_0x3f6fa9]=_0x3f53f1[_0x537d(0x62)](useState,''),[_0x2e4bd8,_0x3bcbe9]=_0x3f53f1['VKcTk'](useState,0x0),[_0x26bd32,_0x33b846]=_0x3f53f1[_0x537d(0x63)](useState,_0x3f53f1[_0x537d(0x64)]),[_0x417383,_0x1bd7c3]=useState(![]),[_0x418d31,_0x5aa83a]=_0x3f53f1[_0x537d(0x65)](useState,![]),[_0x3fc7a8,_0x2f77cd]=useState(null),[_0x4fb16c,_0x328b0c]=_0x3f53f1[_0x537d(0x66)](useState,null),_0x10ea03=_0x3f53f1[_0x537d(0x67)](useRef,null),[_0x4f08b3,_0x4872bc]=_0x3f53f1[_0x537d(0x68)](useState,![]),[_0x3e78e1,_0x594a8a]=_0x3f53f1[_0x537d(0x69)](useState,''),[_0x371d88,_0x46705c]=useState(null),[_0x3c2013,_0x5df494]=useState(![]),[_0x26f577,_0x53ec72]=_0x3f53f1['oKWTD'](useState,![]),[_0x192093,_0x45925d]=useState(null),[_0x275f27,_0x1a47b1]=useState(initialRefreshFrequency),{connectPlatform:_0x49bf68,disconnectPlatform:_0x4892f1,isConnecting:_0x2ab668}=useConnections(),_0x1978fc=null;_0x3f53f1[_0x537d(0x6a)](useEffect,()=>{_0x20d6dc&&_0x3f53f1[_0x537d(0x6b)](_0x20d6dc[_0x537d(0x6c)],0x0)&&_0x3f53f1[_0x537d(0x6d)](_0x5b02b6,_0x557f4c=>{if(_0x3f53f1[_0x537d(0x6e)](_0x3f53f1[_0x537d(0x6f)],_0x537d(0x6)))return _0x3e6993[_0x537d(0x70)](_0x537d(0x71)+_0x499874+_0x537d(0x72)+_0x155d40['substring'](0x0,0x3c)+_0x537d(0x1e)),React[_0x537d(0x73)](_0x547f7f,{'url':_0x78da43,'platform':_0x47f01d,'onClose':_0x2702e0,'onSuccess':_0x1a5a2f,'onComplete':_0x2129aa,'username':_0x4bfd07});else{const _0x26c1de=new Set(_0x557f4c);let _0x2a7b8b=![];return _0x20d6dc[_0x537d(0x74)](_0x5b20d5=>{!_0x26c1de[_0x537d(0x75)](_0x5b20d5)&&(_0x26c1de[_0x537d(0x76)](_0x5b20d5),_0x2a7b8b=!![]);}),_0x2a7b8b?_0x26c1de:_0x557f4c;}});},[_0x20d6dc]),_0x3f53f1[_0x537d(0x77)](useEffect,()=>{const _0x30b49d={'fCgAu':_0x537d(0x12),'CrozB':_0x3f53f1[_0x537d(0x78)],'aIqqo':function(_0x36f3e9,_0x4fc60f){return _0x36f3e9||_0x4fc60f;},'ZENvz':function(_0x4ec144,_0x4a1e97){return _0x3f53f1[_0x537d(0x79)](_0x4ec144,_0x4a1e97);},'zJIct':function(_0x2a7bbb,_0x5d0001){return _0x3f53f1[_0x537d(0x79)](_0x2a7bbb,_0x5d0001);},'DKGmx':_0x3f53f1['FwGAM'],'hhRLg':_0x537d(0x7a),'OhQJF':_0x3f53f1[_0x537d(0x7b)],'LBQCV':function(_0x6261b9,_0x3e1988){return _0x6261b9(_0x3e1988);}},_0x58f630=async()=>{const _0x493530={'ACbKE':function(_0x23bfa2,_0x1b1353){return _0x3f53f1['mFblS'](_0x23bfa2,_0x1b1353);},'zJGfd':function(_0x1379bd,_0xdb6853){return _0x3f53f1[_0x537d(0x7c)](_0x1379bd,_0xdb6853);},'GkglX':function(_0x241bbe,_0x22f3d6){return _0x241bbe!==_0x22f3d6;},'jOxSh':_0x3f53f1[_0x537d(0x7d)],'SIBmS':_0x3f53f1[_0x537d(0x7e)]};try{console[_0x537d(0x70)](_0x3f53f1['uYVWf']);const _0x2c90ee=[],_0x17016a=await AsyncStorage[_0x537d(0x7f)]('user_connected_platforms');if(_0x17016a){if(_0x3f53f1['TdXEX'](_0x3f53f1[_0x537d(0x80)],_0x537d(0x8)))_0xe24604&&(_0x493530[_0x537d(0x81)](_0x13cf40,_0x37b2a0),_0x493530[_0x537d(0x82)](_0x502f41,null)),_0x4ed41f[_0x537d(0x83)](0x0),Animated[_0x537d(0x84)](_0x362acf,{'toValue':0x0,'duration':0xc8,'useNativeDriver':![]})['start']();else{const _0xd1e426=JSON[_0x537d(0x85)](_0x17016a);Array[_0x537d(0x86)](_0xd1e426)&&(_0x2c90ee[_0x537d(0x87)](..._0xd1e426),console['log'](_0x3f53f1[_0x537d(0x88)],_0xd1e426));}}const _0x458644=await AsyncStorage['getItem'](_0x3f53f1[_0x537d(0x89)]);if(_0x458644){if(_0x3f53f1[_0x537d(0x8a)](_0x3f53f1[_0x537d(0x8b)],_0x3f53f1[_0x537d(0x8b)])){const _0x3f9d12=JSON[_0x537d(0x85)](_0x458644);Array['isArray'](_0x3f9d12)&&(_0x3f9d12[_0x537d(0x74)](_0x5909cc=>{var _0x1083f5;const _0x28c989=(_0x1083f5=_0x5909cc[_0x537d(0x8c)])===null||_0x1083f5===void 0x0?void 0x0:_0x1083f5['toLowerCase']();_0x28c989&&!_0x2c90ee['includes'](_0x28c989)&&_0x2c90ee['push'](_0x28c989);}),console[_0x537d(0x70)](_0x3f53f1[_0x537d(0x8d)],_0x3f9d12[_0x537d(0x8e)](_0x295677=>_0x295677[_0x537d(0x8c)])));}else{const _0x59542c=_0x3d0a75[_0x537d(0x85)](_0x5f3644);_0x59542c['connected']&&!_0x5ec5f1[_0x537d(0x8f)](_0x30b49d[_0x537d(0x90)])&&(_0x4ad9d0['push'](_0x537d(0x12)),_0x11262d[_0x537d(0x70)](_0x30b49d[_0x537d(0x91)]));}}const _0x1c3ca9=[_0x3f53f1[_0x537d(0x92)],_0x3f53f1['ytdQM'],_0x3f53f1['oGgUI'],_0x3f53f1['KXWLK']];for(const _0x432e44 of _0x1c3ca9){const _0x472724=await AsyncStorage['getItem'](_0x537d(0x93)+_0x432e44);if(_0x472724){const _0x5c589d=JSON['parse'](_0x472724);_0x5c589d[_0x537d(0x94)]&&!_0x2c90ee[_0x537d(0x8f)](_0x432e44)&&(_0x3f53f1[_0x537d(0x95)](_0x3f53f1['OtaIx'],_0x3f53f1[_0x537d(0x96)])?(_0x2c90ee[_0x537d(0x87)](_0x432e44),console['log'](_0x537d(0x97)+_0x432e44)):(_0x493530[_0x537d(0x81)](_0x33f262,![]),_0x493530['ACbKE'](_0x1a2c56,!![])));}}const _0x101ea3=await AsyncStorage[_0x537d(0x7f)](_0x3f53f1[_0x537d(0x98)]);if(_0x101ea3){if(_0x3f53f1[_0x537d(0x8a)](_0x537d(0x11),_0x3f53f1['IVrkd'])){const _0x437a2f=JSON[_0x537d(0x85)](_0x101ea3);_0x437a2f[_0x537d(0x94)]&&!_0x2c90ee[_0x537d(0x8f)](_0x3f53f1['bjkIf'])&&(_0x2c90ee[_0x537d(0x87)](_0x3f53f1[_0x537d(0x99)]),console['log'](_0x3f53f1[_0x537d(0x78)]));}else _0x30b49d[_0x537d(0x9a)](_0xed69bc,_0x2a40d4)&&_0x185489['log'](_0x537d(0x9b)+_0xdd193f+_0x537d(0x9c)+(_0x25f2b1?_0x30b49d[_0x537d(0x9d)](_0x30b49d['zJIct'](_0x30b49d[_0x537d(0x9e)],_0x343735[_0x537d(0x9f)](0x0,0x28)),_0x30b49d[_0x537d(0xa0)]):_0x30b49d[_0x537d(0xa1)]));}_0x3f53f1[_0x537d(0xa2)](_0x2c90ee[_0x537d(0x6c)],0x0)&&(_0x3f53f1[_0x537d(0xa3)]!==_0x537d(0xa4)?_0x3f53f1[_0x537d(0x7c)](_0x5b02b6,_0x17f5b3=>{const _0x46583b={'wgTBh':function(_0x5c0fbf,_0x4ecb2b){return _0x493530[_0x537d(0xa5)](_0x5c0fbf,_0x4ecb2b);},'dusVi':_0x493530[_0x537d(0xa6)],'nRiqz':_0x493530[_0x537d(0xa7)]},_0x363ad8=new Set(_0x17f5b3);let _0x41e40c=![];return _0x2c90ee[_0x537d(0x74)](_0x10a2d6=>{_0x46583b['wgTBh'](_0x46583b[_0x537d(0xa8)],_0x46583b['nRiqz'])?!_0x363ad8['has'](_0x10a2d6)&&(_0x363ad8[_0x537d(0x76)](_0x10a2d6),_0x41e40c=!![]):_0x45178d[_0x537d(0x87)](_0x2a9298);}),_0x41e40c&&console[_0x537d(0x70)](_0x537d(0xa9),Array[_0x537d(0xaa)](_0x363ad8)),_0x41e40c?_0x363ad8:_0x17f5b3;}):(_0x31a112[_0x537d(0x30)](_0x537d(0xab)+_0x22bc21+_0x537d(0xac)),_0x30b49d[_0x537d(0xad)](_0x3b67a6,_0x1783e1=>({..._0x1783e1,[_0x51ddf5]:_0x537d(0x30)})),_0x30b49d[_0x537d(0xad)](_0x5462f5,_0xa04f2d[_0x537d(0xae)])));}catch(_0x4ce178){console[_0x537d(0x30)](_0x537d(0xaf),_0x4ce178);}};_0x3f53f1[_0x537d(0xb0)](_0x58f630);},[]),useEffect(()=>{const _0x4c2789={'giisJ':function(_0x1506fc,_0x3a5c00){return _0x3f53f1[_0x537d(0x6d)](_0x1506fc,_0x3a5c00);},'xxjHP':function(_0x11e448){return _0x3f53f1[_0x537d(0xb1)](_0x11e448);}};if(_0x3f53f1[_0x537d(0x6e)](_0x3f53f1[_0x537d(0xb2)],_0x3f53f1['VMgwl'])){const _0x2d4f1c=async()=>{const _0x36b1dd={'CWqXq':function(_0x22cf56,_0x28e576){return _0x3f53f1[_0x537d(0xb3)](_0x22cf56,_0x28e576);},'fxTjV':function(_0x38a944){return _0x3f53f1[_0x537d(0xb0)](_0x38a944);}};try{if(_0x3f53f1[_0x537d(0xb4)]('PSUXt',_0x3f53f1['PivgI']))_0x36b1dd[_0x537d(0xb5)](_0x4bfa12,![]);else{const _0x114f8a=await AsyncStorage[_0x537d(0x7f)](_0x3f53f1[_0x537d(0xb6)]);if(_0x114f8a&&!_0x3c63d0){_0x3f6fa9(_0x114f8a);return;}if(_0x1978fc&&!_0x3c63d0){var _0x12db56;const _0x2ebac0=(_0x1978fc===null||_0x3f53f1['lHlqd'](_0x1978fc,void 0x0)||_0x3f53f1[_0x537d(0xb4)](_0x12db56=_0x1978fc['email'],null)||_0x12db56===void 0x0?void 0x0:_0x12db56[_0x537d(0xb7)]('@')[0x0])||(_0x1978fc===null||_0x3f53f1['qavoD'](_0x1978fc,void 0x0)?void 0x0:_0x1978fc[_0x537d(0xb8)])||'user_'+Math[_0x537d(0xb9)](Math[_0x537d(0xba)]()*0x2710);_0x3f53f1['WmhjN'](_0x3f6fa9,_0x2ebac0),await AsyncStorage[_0x537d(0xbb)](_0x3f53f1[_0x537d(0xb6)],_0x2ebac0);return;}if(!_0x3c63d0){if(_0x3f53f1[_0x537d(0x95)](_0x3f53f1[_0x537d(0xbc)],_0x3f53f1['IgGCH'])){const _0x5da9d5=_0x537d(0xbd)+Math[_0x537d(0xb9)](_0x3f53f1['gFAye'](Math['random'](),0x2710));_0x3f53f1[_0x537d(0x6d)](_0x3f6fa9,_0x5da9d5),await AsyncStorage[_0x537d(0xbb)](_0x3f53f1['WdEZh'],_0x5da9d5);}else _0x36b1dd[_0x537d(0xb5)](_0x3d5935,_0x2c8de9[_0x537d(0xbe)]),_0x5050ca[_0x537d(0xbf)]([0x0,0x64,0x32,0x64]),_0x36b1dd[_0x537d(0xc0)](_0x11ee92);}}}catch(_0x4c684d){console[_0x537d(0x30)](_0x3f53f1[_0x537d(0xc1)],_0x4c684d);const _0x399283=_0x537d(0xc2)+Math['floor'](_0x3f53f1[_0x537d(0xc3)](Math['random'](),0x2710));_0x3f53f1[_0x537d(0xb3)](_0x3f6fa9,_0x399283);}};_0x3f53f1[_0x537d(0xb0)](_0x2d4f1c);}else _0x4c2789[_0x537d(0xc4)](_0x1cd06b,_0x416be5[_0x537d(0xc5)]),_0x5446c6&&_0x4c2789[_0x537d(0xc6)](_0x9d098f);},[_0x1978fc,_0x3c63d0]),_0x3f53f1[_0x537d(0xc7)](useEffect,()=>{if(_0x38294d){if(_0x3f53f1['KpDFU'](_0x3f53f1[_0x537d(0xc8)],_0x3f53f1[_0x537d(0xc8)])){_0xfad9dd[_0x537d(0x30)](_0x3f53f1['wlCDW']);return;}else Animated[_0x537d(0xc9)](Animated[_0x537d(0xca)]([Animated[_0x537d(0x84)](_0x1255d7,{'toValue':0x1,'duration':0x3e8,'useNativeDriver':!![]}),Animated[_0x537d(0x84)](_0x1255d7,{'toValue':0x0,'duration':0x3e8,'useNativeDriver':!![]})]))[_0x537d(0xcb)]();}},[_0x38294d]);const _0x3fbc8f=useCallback(_0x494af7=>{if(_0x3f53f1[_0x537d(0xcc)](_0x3f53f1['toksm'],_0x3f53f1[_0x537d(0xcd)]))_0x3f53f1['NaXdA'](_0x25954e,_0xa8f263=>{const _0x4a5437=new _0x1857a1(_0xa8f263);return _0x4a5437[_0x537d(0x76)](_0x2f95fc),_0x4a5437;}),_0x3f53f1[_0x537d(0xce)](_0x57977a,_0x24485c['SUCCESS']),_0x3118d7[_0x537d(0x70)](_0x537d(0xcf)+_0x491e9a),_0x31cd7d(null);else{const _0x3fcd3f=_0x494af7['nativeEvent']['contentOffset']['x'],_0x363d65=_0x494af7['nativeEvent'][_0x537d(0xd0)][_0x537d(0xd1)],_0x2beec8=_0x494af7['nativeEvent'][_0x537d(0xd2)][_0x537d(0xd1)];_0x5be9e5[_0x537d(0x5f)]=_0x3fcd3f;const _0x20dc5f=_0x3f53f1['bgQNv'](_0x2beec8,_0x363d65),_0x53b47f=_0x3f53f1['bcWXt'](_0x20dc5f,0x0)?_0x3f53f1[_0x537d(0xd3)](_0x3fcd3f,_0x20dc5f):0x0;_0x3f53f1[_0x537d(0x6d)](_0x39de3b,_0x53b47f),_0x3f53f1['grzKT'](_0x3fcd3f,0xa)&&_0x38294d&&(_0x3f53f1[_0x537d(0xcc)](_0x537d(0x1d),_0x3f53f1[_0x537d(0xd4)])?_0x3f53f1[_0x537d(0xb3)](_0x186d1b,_0x44927d):_0x5a379d(![]));}},[_0x38294d]),_0x5c0557=[{'id':_0x3f53f1[_0x537d(0xd5)],'name':_0x3f53f1['OXaaO'],'icon':_0x3f53f1['yKpgb'](getPlatformIcon,_0x3f53f1[_0x537d(0xd5)]),'description':_0x3f53f1[_0x537d(0xd6)],'isChatPlatform':![]},{'id':'reddit','name':_0x3f53f1[_0x537d(0xd7)],'icon':_0x3f53f1[_0x537d(0xd8)](getPlatformIcon,_0x3f53f1[_0x537d(0xd9)]),'description':_0x3f53f1[_0x537d(0xda)],'isChatPlatform':![]},{'id':_0x3f53f1[_0x537d(0xdb)],'name':_0x3f53f1['twsHF'],'icon':getPlatformIcon(_0x3f53f1[_0x537d(0xdb)]),'description':'Use\x20your\x20pins,\x20boards,\x20and\x20interests\x20to\x20enrich\x20your\x20model.','isChatPlatform':![]},{'id':_0x3f53f1[_0x537d(0x99)],'name':_0x3f53f1[_0x537d(0xdc)],'icon':_0x3f53f1['ICngj'](getPlatformIcon,_0x3f53f1[_0x537d(0x99)]),'description':_0x537d(0xdd),'isChatPlatform':![]},{'id':_0x3f53f1['xhsYn'],'name':_0x3f53f1['CEMiE'],'icon':getPlatformIcon(_0x537d(0x3b)),'description':'Use\x20your\x20email\x20information\x20to\x20enrich\x20your\x20model.','isChatPlatform':![]},{'id':_0x3f53f1['qQtZY'],'name':_0x3f53f1[_0x537d(0xde)],'icon':_0x3f53f1['bSZbU'](getPlatformIcon,_0x3f53f1[_0x537d(0x92)]),'description':_0x3f53f1[_0x537d(0xdf)],'isChatPlatform':!![]},{'id':_0x3f53f1[_0x537d(0xe0)],'name':_0x3f53f1[_0x537d(0xe1)],'icon':_0x3f53f1['vMyxx'](getPlatformIcon,_0x3f53f1[_0x537d(0xe0)]),'description':_0x3f53f1['rBlMt'],'isChatPlatform':!![]},{'id':_0x3f53f1[_0x537d(0xe2)],'name':_0x3f53f1['bOhss'],'icon':_0x3f53f1[_0x537d(0x5b)](getPlatformIcon,_0x3f53f1[_0x537d(0xe2)]),'description':_0x537d(0xe3),'isChatPlatform':!![]},{'id':_0x537d(0xe),'name':_0x3f53f1[_0x537d(0xe4)],'icon':_0x3f53f1[_0x537d(0xce)](getPlatformIcon,_0x537d(0xe)),'description':_0x3f53f1[_0x537d(0xe5)],'isChatPlatform':!![]}],_0x152c89=_0x148ba6?_0x148ba6[_0x537d(0x8e)](_0x4ea4d7=>_0x5c0557['find'](_0x405b71=>_0x405b71['id']===_0x4ea4d7))['filter'](_0x1fa2ca=>_0x1fa2ca!==undefined):_0x5c0557;_0x3f53f1[_0x537d(0xe6)](useEffect,()=>{if(_0x537d(0xe7)==='nkVeO')_0x330b20&&_0x312371();else{if(_0x3f53f1[_0x537d(0x6b)](_0x152c89[_0x537d(0x6c)],0x0)){const _0xa9d5ee=_0x152c89[0x0]['id'];(!_0xe1f7f4||!_0x152c89[_0x537d(0xe8)](_0x5d6579=>_0x5d6579['id']===_0xe1f7f4))&&_0x3f53f1[_0x537d(0xe9)](_0x20c959,_0xa9d5ee);}}},[_0x148ba6,_0x152c89['length']]);const _0xf81dfc=async(_0x29b378,_0x33e933)=>{const _0x4a5b65={'LvrAy':function(_0x5801d2,_0x2bb512){return _0x5801d2(_0x2bb512);},'wdCSg':function(_0x2d787f,_0x4cca69){return _0x3f53f1['ZpzbF'](_0x2d787f,_0x4cca69);},'PRfJe':function(_0x41be93,_0x1dc07e,_0x5a1226){return _0x3f53f1[_0x537d(0xea)](_0x41be93,_0x1dc07e,_0x5a1226);},'RpaXH':function(_0x1cd8d0,_0x1ac238){return _0x3f53f1['tvocn'](_0x1cd8d0,_0x1ac238);},'TCqUH':_0x3f53f1['iUaJG'],'QjWQB':function(_0x39ad26,_0x3f51d8){return _0x3f53f1[_0x537d(0xeb)](_0x39ad26,_0x3f51d8);},'AXuab':_0x537d(0xec),'BvvIh':'#9CA3AF','ohQmn':_0x3f53f1['paztR'],'KhUsm':function(_0x36ac44,_0x12736a){return _0x3f53f1[_0x537d(0xed)](_0x36ac44,_0x12736a);}};_0x3f53f1['uOBif'](triggerHaptic,HapticType[_0x537d(0xc5)]),console[_0x537d(0x70)]('🔄\x20[TOGGLE]\x20Platform\x20toggle:\x20'+_0x29b378+_0x537d(0xee)+_0x33e933);try{if(_0x33e933){const _0xf520e4=await AsyncStorage[_0x537d(0x7f)](_0x3f53f1[_0x537d(0xb6)]),_0xfd7efe=_0xf520e4||_0x3c63d0;console[_0x537d(0x70)](_0x537d(0xef)+_0xf520e4+'\x22,\x20state:\x20\x22'+_0x3c63d0+'\x22,\x20valid:\x20\x22'+_0xfd7efe+'\x22');if(!_0xfd7efe||_0x3f53f1[_0x537d(0xf0)](_0xfd7efe[_0x537d(0xf1)](),'')){console[_0x537d(0x30)](_0x3f53f1[_0x537d(0xf2)]);return;}const _0x4dc320=_0x5c0557[_0x537d(0xe8)](_0x276e8e=>_0x276e8e['id']===_0x29b378),_0x5693df=(_0x4dc320===null||_0x3f53f1['RFljX'](_0x4dc320,void 0x0)?void 0x0:_0x4dc320[_0x537d(0xf3)])||isLLMPlatform(_0x29b378);if(_0x5693df){if(_0x3f53f1[_0x537d(0xf4)]!==_0x3f53f1[_0x537d(0xf4)]){const _0x2a49ba=_0x4a5b65['PRfJe'](_0x4d2a72,()=>{_0x323442(_0x5180e9=>{const _0x16a4ce=new _0x302658(_0x5180e9);return _0x16a4ce['add'](_0x3a6430),_0x16a4ce;}),_0x4a5b65[_0x537d(0xf5)](_0x2ece9f,_0x4c1948[_0x537d(0xbe)]),_0x1ade6a[_0x537d(0x70)](_0x537d(0xcf)+_0x28c8c5),_0x4a5b65[_0x537d(0xf6)](_0x5f5243,null);},0x12c);return()=>_0x98a2c8(_0x2a49ba);}else{console['log'](_0x537d(0xf7)+_0x29b378+_0x537d(0xf8)),_0x3f53f1[_0x537d(0xf9)](_0x4fd39c,_0x29b378),_0x3f53f1['hhZZR'](_0x1b55fe,_0x725d59=>({..._0x725d59,[_0x29b378]:_0x537d(0xfa)}));const _0x466e50=_0x3f53f1[_0x537d(0xf9)](getLLMPlatformUrl,_0x29b378);_0x466e50?(console[_0x537d(0x70)](_0x537d(0xfb)+_0x29b378+_0x537d(0xfc),_0x466e50),_0x3f53f1['bZMrA'](_0x2c4bdb,_0x466e50),_0x3f53f1[_0x537d(0xfd)](_0x3b89db,!![])):(console['error'](_0x537d(0xfe)+_0x29b378),_0x3f53f1[_0x537d(0xff)](_0x1b55fe,_0x2e544f=>({..._0x2e544f,[_0x29b378]:_0x537d(0x30)})),_0x3f53f1[_0x537d(0x65)](triggerHaptic,HapticType[_0x537d(0xae)]));return;}}if(_0x3f53f1['RMwDU'](isLinkedInPlatform,_0x29b378)){if(_0x3f53f1[_0x537d(0x95)]('ChiDz',_0x3f53f1[_0x537d(0x100)])){console[_0x537d(0x70)]('💼\x20[LINKEDIN]\x20Opening\x20WebView\x20for\x20LinkedIn\x20login...'),_0x3f53f1[_0x537d(0x101)](_0x4fd39c,_0x29b378),_0x3f53f1[_0x537d(0xfd)](_0x1b55fe,_0x90204a=>({..._0x90204a,[_0x29b378]:_0x537d(0xfa)}));const _0x34547c='https://www.linkedin.com/login';console[_0x537d(0x70)](_0x537d(0x102),_0x34547c),_0x3f53f1[_0x537d(0x101)](_0x2c4bdb,_0x34547c),_0x3f53f1[_0x537d(0x103)](_0x3b89db,!![]);return;}else{const _0x433d29=_0x2834d9[_0x537d(0xe8)](_0x46a699=>_0x46a699['id']===_0xbed002);if(!_0x433d29)return null;const _0x4bd1dc=_0x3a83d1[_0x537d(0x75)](_0x28e3ac),_0x40157d=_0x4a5b65['RpaXH'](_0x1917e4[_0x347e93],_0x4a5b65[_0x537d(0x104)]),_0x409048=_0xa3aead===null||_0x4a5b65['QjWQB'](_0x1c5b46,void 0x0)?void 0x0:_0x49ef1f[_0x537d(0x8f)](_0x59605f);return React[_0x537d(0x73)](View,{'style':_0x540daa[_0x537d(0x105)]},React[_0x537d(0x73)](View,{'style':_0xf217bd['cardHeader']},React[_0x537d(0x73)](Text,{'style':_0x381120[_0x537d(0x106)]},_0x433d29[_0x537d(0xb8)]),_0x409048&&React['createElement'](View,{'style':_0x37dedd[_0x537d(0x107)]},React['createElement'](Text,{'style':_0x55b66a['recommendedBadgeText']},_0x4a5b65[_0x537d(0x108)])),React[_0x537d(0x73)](TouchableOpacity,{'activeOpacity':0.8,'onPress':()=>!_0x40157d&&_0x132ed(_0x186891,!_0x4bd1dc),'disabled':_0x40157d,'style':[_0xf35113[_0x537d(0x109)],{'backgroundColor':_0x4bd1dc?_0x537d(0x10a):_0x4a5b65[_0x537d(0x10b)]}]},React[_0x537d(0x73)](View,{'style':[_0x6f31fb[_0x537d(0x10c)],{'transform':[{'translateX':_0x4bd1dc?0x14:0x0}]}]}))),React[_0x537d(0x73)](View,{'style':_0x4fd2e5['descriptionContainer']},React['createElement'](Text,{'style':_0x256b80[_0x537d(0x10d)]},_0x433d29[_0x537d(0x10e)])));}}if(_0x3f53f1[_0x537d(0x10f)](hasNativeSDK,_0x29b378)){_0x3f53f1[_0x537d(0x6d)](_0x4fd39c,_0x29b378),_0x1b55fe(_0x1f8a6b=>({..._0x1f8a6b,[_0x29b378]:_0x537d(0xfa)}));const _0x169551=await _0x3f53f1[_0x537d(0xea)](initiateNativeAuth,_0x29b378,_0xfd7efe);if(_0x169551){const _0x3fbf22=new Set(_0x57c169);_0x3fbf22['add'](_0x29b378),_0x3f53f1[_0x537d(0x110)](_0x5b02b6,_0x3fbf22),_0x3f53f1[_0x537d(0x101)](_0x1b55fe,_0x2a7693=>({..._0x2a7693,[_0x29b378]:_0x537d(0x94)})),triggerHaptic(HapticType[_0x537d(0xbe)]);}else _0x3f53f1[_0x537d(0x111)](_0x1b55fe,_0x538cd6=>({..._0x538cd6,[_0x29b378]:'error'})),triggerHaptic(HapticType[_0x537d(0xae)]);}else{if(_0x3f53f1['hAsgr'](_0x537d(0x112),_0x537d(0x113))){console[_0x537d(0x70)](_0x537d(0x114)+_0x29b378+_0x537d(0x1e)),_0x4fd39c(_0x29b378),_0x3f53f1['gkqyf'](_0x1b55fe,_0x298e77=>({..._0x298e77,[_0x29b378]:_0x537d(0xfa)}));const _0x4e2db6=await _0x3f53f1['jQVGy'](initiateOAuth,_0x29b378,_0xfd7efe);console[_0x537d(0x70)]('🔗\x20[TOGGLE]\x20OAuth\x20URL\x20result\x20for\x20'+_0x29b378+':',_0x4e2db6?_0x3f53f1['rpjtd'](_0x4e2db6[_0x537d(0x9f)](0x0,0x32),_0x3f53f1[_0x537d(0x115)]):_0x3f53f1[_0x537d(0x7b)]),_0x4e2db6?(console['log'](_0x537d(0x116)+_0x29b378),_0x3f53f1['nRqus'](_0x2c4bdb,_0x4e2db6),_0x3f53f1[_0x537d(0x117)](_0x3b89db,!![])):_0x3f53f1['TdXEX'](_0x3f53f1['apZoy'],_0x3f53f1[_0x537d(0x118)])?(_0xba181d[_0x537d(0x30)](_0x537d(0x119)+_0x34e870+':',_0x4b79b8),_0x4a5b65[_0x537d(0xf6)](_0x37c609,_0x234468=>({..._0x234468,[_0x3e24fd]:'error'})),_0xc77f6f(_0x4d6bca[_0x537d(0xae)])):(console['error'](_0x537d(0xab)+_0x29b378+_0x537d(0xac)),_0x1b55fe(_0x28f267=>({..._0x28f267,[_0x29b378]:_0x537d(0x30)})),_0x3f53f1[_0x537d(0x11a)](triggerHaptic,HapticType[_0x537d(0xae)]));}else{const _0x286782=_0x5d86d6[_0x537d(0x85)](_0x81bc44);_0x2a071e[_0x537d(0x86)](_0x286782)&&(_0xba4c28[_0x537d(0x87)](..._0x286782),_0x3a9d4a['log'](_0x3f53f1[_0x537d(0x88)],_0x286782));}}}else{await _0x3f53f1[_0x537d(0x11b)](_0x4892f1,_0x29b378);const _0x545db2=new Set(_0x57c169);_0x545db2[_0x537d(0x11c)](_0x29b378),_0x3f53f1[_0x537d(0x103)](_0x5b02b6,_0x545db2),_0x1b55fe(_0x4fbb1b=>({..._0x4fbb1b,[_0x29b378]:_0x537d(0x11d)})),_0x3f53f1[_0x537d(0x11e)](triggerHaptic,HapticType['BUTTON_PRESS']);try{const _0x4347d4=await AsyncStorage[_0x537d(0x7f)](_0x537d(0x21));if(_0x4347d4){if(_0x3f53f1[_0x537d(0x11f)](_0x537d(0x120),_0x3f53f1[_0x537d(0x121)]))_0xec834b[_0x537d(0x87)](..._0x40424b),_0x1b324f['log'](_0x4a5b65[_0x537d(0x122)],_0x377f37);else{const _0x410330=JSON[_0x537d(0x85)](_0x4347d4),_0x10441e=_0x410330[_0x537d(0x123)](_0x382f10=>_0x382f10[_0x537d(0x124)]()!==_0x29b378[_0x537d(0x124)]());await AsyncStorage[_0x537d(0xbb)](_0x3f53f1[_0x537d(0x125)],JSON[_0x537d(0x126)](_0x10441e)),console[_0x537d(0x70)](_0x537d(0x127)+_0x29b378+'\x20from\x20user_connected_platforms:',_0x10441e);}}}catch(_0x3f2f6b){_0x3f53f1[_0x537d(0x128)]!==_0x3f53f1[_0x537d(0x128)]?(_0x4b73c4[_0x537d(0x70)](_0x537d(0xfb)+_0x1bd801+'\x20URL:',_0x51c9ab),_0x4a5b65[_0x537d(0x129)](_0x398b1c,_0x4a6793),_0x78bb2a(!![])):console[_0x537d(0x30)](_0x537d(0x12a),_0x3f2f6b);}await AsyncStorage[_0x537d(0x12b)]('@onairos:llm_connected:'+_0x29b378);if(_0x3f53f1[_0x537d(0x11f)](_0x29b378[_0x537d(0x124)](),'linkedin')){if(_0x3f53f1[_0x537d(0x12c)](_0x3f53f1[_0x537d(0x12d)],_0x3f53f1[_0x537d(0x12d)])){_0x4460fd[_0x537d(0x30)](_0x3f53f1['DPUHF'],_0x467176);const _0x640707='user_'+_0x166f00[_0x537d(0xb9)](_0x3f53f1['HLXCp'](_0x193472['random'](),0x2710));_0x3f53f1[_0x537d(0x12e)](_0x5e0bc2,_0x640707);}else await AsyncStorage[_0x537d(0x12b)](_0x3f53f1[_0x537d(0x98)]);}}}catch(_0x3a8138){console[_0x537d(0x30)]('Error\x20toggling\x20platform\x20'+_0x29b378+':',_0x3a8138),_0x3f53f1[_0x537d(0x12f)](_0x1b55fe,_0x36a67e=>({..._0x36a67e,[_0x29b378]:_0x537d(0x30)})),triggerHaptic(HapticType[_0x537d(0xae)]);}},_0x18a293=async()=>{if(_0x3f53f1[_0x537d(0xf0)](_0x3f53f1[_0x537d(0x130)],_0x3f53f1[_0x537d(0x131)]))_0x2a19b9[_0x537d(0x30)]('❌\x20[LLM]\x20No\x20URL\x20configured\x20for\x20platform:\x20'+_0x19dd79),_0x3f53f1['vYkuN'](_0x31a933,_0x1043f3=>({..._0x1043f3,[_0x3b0ed1]:_0x537d(0x30)})),_0x3f53f1[_0x537d(0x132)](_0x848f09,_0x532221['ERROR']);else{triggerHaptic(HapticType[_0x537d(0xc5)]),_0x3f53f1[_0x537d(0x133)](_0x5df494,!![]);try{_0x1295a3(!![]);}finally{_0x3f53f1['hzAdR']!==_0x3f53f1[_0x537d(0x134)]?_0x3f53f1[_0x537d(0x135)](_0x5df494,![]):_0x3f53f1['gosBU'](_0x42d8f6,_0x18b08f);}}},_0x3eab96=()=>{_0x3f53f1[_0x537d(0x10f)](triggerHaptic,HapticType[_0x537d(0xc5)]);if(_0x5c2b44){if(_0x3f53f1[_0x537d(0x136)](_0x3f53f1[_0x537d(0x137)],_0x3f53f1[_0x537d(0x138)])){_0x23a408[_0x537d(0x70)](_0x537d(0x139)),_0x3b6842(_0x4e0dae),_0x3f53f1[_0x537d(0x11e)](_0x141463,_0x1427c4=>({..._0x1427c4,[_0x3f74f1]:_0x537d(0xfa)}));const _0xa6e19e=_0x537d(0x13a);_0x3bb54e[_0x537d(0x70)](_0x537d(0x102),_0xa6e19e),_0x3f53f1[_0x537d(0x13b)](_0x5a901c,_0xa6e19e),_0x3f53f1['vYkuN'](_0x52bda9,!![]);return;}else _0x3f53f1['VHtRV'](_0x5c2b44);}},_0x66cb4d=async()=>{if(_0x3f53f1[_0x537d(0x13c)](_0x3f53f1[_0x537d(0x13d)],_0x3f53f1[_0x537d(0x13d)])){_0x3f53f1[_0x537d(0x61)](triggerHaptic,HapticType['BUTTON_PRESS']),_0x3f53f1[_0x537d(0xf9)](_0x53ec72,!![]),await new Promise(_0x748e8f=>setTimeout(_0x748e8f,0x32));try{if(_0x107a9e){if(_0x537d(0x13e)!==_0x3f53f1['gluuR'])await _0x3f53f1[_0x537d(0xed)](_0x107a9e,_0x113bfb);else{_0x5eaa17(_0x234844);return;}}else await _0x3f53f1['ZcwbL'](_0x56f6c1,Array[_0x537d(0xaa)](_0x57c169));}finally{_0x3f53f1[_0x537d(0x7c)](_0x53ec72,![]);}}else _0x78f463(_0x3c20c6);},_0x53ec54=()=>{_0x3f53f1[_0x537d(0x135)](triggerHaptic,HapticType[_0x537d(0xc5)]),_0x1e4fef(![]);},_0x1d4ee4=async _0x535635=>{const _0x82a907={'mnkfo':function(_0x2bc236,_0x5f28ec){return _0x3f53f1[_0x537d(0x13f)](_0x2bc236,_0x5f28ec);},'CuTKW':function(_0x3d5ba7,_0x325c52){return _0x3f53f1[_0x537d(0x140)](_0x3d5ba7,_0x325c52);},'dHGKf':function(_0x4ee5a2,_0x1dcfce){return _0x3f53f1['tbeHc'](_0x4ee5a2,_0x1dcfce);},'TYJlq':function(_0x56b475,_0x2f536a){return _0x3f53f1['pYAQS'](_0x56b475,_0x2f536a);},'AtzZs':function(_0x2d672b,_0x5322ff){return _0x3f53f1[_0x537d(0x6b)](_0x2d672b,_0x5322ff);}};triggerHaptic(HapticType[_0x537d(0xc5)]),_0x1a47b1(_0x535635);try{_0x3f53f1[_0x537d(0x141)](_0x3f53f1['ELaAq'],_0x3f53f1['ELaAq'])?(await AsyncStorage[_0x537d(0xbb)](_0x3f53f1[_0x537d(0x142)],_0x535635),console[_0x537d(0x70)](_0x537d(0x143)+_0x535635)):_0x27603a(_0x59b95c=>{const _0x374daa=new _0x1e694c(_0x59b95c);let _0x2b991f=![];return _0x59c615[_0x537d(0x74)](_0x28538f=>{!_0x374daa[_0x537d(0x75)](_0x28538f)&&(_0x374daa[_0x537d(0x76)](_0x28538f),_0x2b991f=!![]);}),_0x2b991f?_0x374daa:_0x59b95c;});}catch(_0x259b80){if(_0x3f53f1[_0x537d(0x144)]!==_0x3f53f1[_0x537d(0x145)])console[_0x537d(0x30)](_0x3f53f1[_0x537d(0x146)],_0x259b80);else{const _0x3f5a64=_0x3fe96a['nativeEvent']['contentOffset']['x'],_0x483315=_0x36e215[_0x537d(0x147)][_0x537d(0xd0)][_0x537d(0xd1)],_0x93ca58=_0x538d02[_0x537d(0x147)]['contentSize'][_0x537d(0xd1)];_0x5cd84d[_0x537d(0x5f)]=_0x3f5a64;const _0x4afbd5=_0x82a907[_0x537d(0x148)](_0x93ca58,_0x483315),_0x2baff3=_0x82a907[_0x537d(0x149)](_0x4afbd5,0x0)?_0x82a907[_0x537d(0x14a)](_0x3f5a64,_0x4afbd5):0x0;_0x82a907[_0x537d(0x14b)](_0x52882f,_0x2baff3),_0x82a907[_0x537d(0x14c)](_0x3f5a64,0xa)&&_0x226806&&_0x4141ca(![]);}}_0x533dbb&&_0x3f53f1[_0x537d(0xce)](_0x533dbb,_0x535635);},_0x1b1b32=()=>{if(_0x3f53f1['hAsgr'](_0x537d(0x14d),_0x3f53f1[_0x537d(0x14e)])){const Linking=_0x3f53f1[_0x537d(0x14f)](__ONAIROS_REQ_FUNC__,0x0)['Linking'];Linking[_0x537d(0x150)](_0x3f53f1[_0x537d(0x151)]);}else _0x1f845c();},_0x148c61=async _0x1e5bb9=>{_0x3f53f1['bZMrA'](_0x288223,_0x1e5bb9),_0x3f53f1[_0x537d(0x152)](setTemporaryPin,_0x1e5bb9),_0x3f53f1[_0x537d(0x68)](_0x1295a3,![]),_0x3f53f1['gkqyf'](_0x1639ec,!![]);},_0x30009a=()=>{_0x3f53f1[_0x537d(0x153)](_0x1639ec,![]),_0x1e4fef(!![]);},_0x23cb03=async _0xab18d6=>{const _0x1da282={'Owysr':function(_0x546db0,_0x3c1bc0){return _0x3f53f1[_0x537d(0xeb)](_0x546db0,_0x3c1bc0);},'rHPJV':'✅\x20[PLATFORMS]\x20Loaded\x20from\x20platform_account_details:','MKgaf':function(_0x448078,_0x37b0e1){return _0x448078(_0x37b0e1);},'PlvIb':function(_0x5494b2,_0x3f578){return _0x5494b2(_0x3f578);}};if(_0x2e009c){if(_0x3f53f1['TdXEX'](_0x3f53f1[_0x537d(0x154)],_0x537d(0x155))){const _0x1d4376={'SXIda':function(_0x3257b2,_0x503b8f){return _0x3257b2===_0x503b8f;},'qtpOq':function(_0x2f7885,_0x3af8a0){return _0x1da282[_0x537d(0x156)](_0x2f7885,_0x3af8a0);}};_0x3e2ae1[_0x537d(0x74)](_0x3e5f06=>{var _0x549943;const _0xa2e8ae=_0x1d4376['SXIda'](_0x549943=_0x3e5f06['platform'],null)||_0x1d4376[_0x537d(0x157)](_0x549943,void 0x0)?void 0x0:_0x549943[_0x537d(0x124)]();_0xa2e8ae&&!_0x37be3[_0x537d(0x8f)](_0xa2e8ae)&&_0x418449[_0x537d(0x87)](_0xa2e8ae);}),_0x15724[_0x537d(0x70)](_0x1da282[_0x537d(0x158)],_0x56af47['map'](_0x201919=>_0x201919[_0x537d(0x8c)]));}else{if(_0x3f53f1[_0x537d(0x159)](_0xab18d6,_0x3f53f1['kUsED'])||_0x3f53f1[_0x537d(0x15a)](_0xab18d6,_0x3f53f1[_0x537d(0x15b)])){_0x3f53f1[_0x537d(0x15c)](_0x45925d,_0x2e009c),_0x3f53f1[_0x537d(0xfd)](_0x1b55fe,_0x81ca81=>({..._0x81ca81,[_0x2e009c]:_0x537d(0x94)}));try{if(_0x3f53f1['WVzFu'](_0x3f53f1['stovM'],_0x3f53f1['dNzyK']))return React[_0x537d(0x73)](_0x2c0827,{'visible':_0x379945,'onComplete':_0x2a10a5});else{const _0x1d20a9=await AsyncStorage[_0x537d(0x7f)](_0x3f53f1[_0x537d(0x125)]),_0x2f04d7=_0x1d20a9?JSON[_0x537d(0x85)](_0x1d20a9):[];!_0x2f04d7[_0x537d(0x8f)](_0x2e009c[_0x537d(0x124)]())&&(_0x3f53f1[_0x537d(0x15d)](_0x537d(0x32),_0x3f53f1['COzml'])?(_0x2f04d7['push'](_0x2e009c['toLowerCase']()),await AsyncStorage[_0x537d(0xbb)](_0x3f53f1[_0x537d(0x125)],JSON[_0x537d(0x126)](_0x2f04d7)),console[_0x537d(0x70)](_0x537d(0x15e)+_0x2e009c+_0x537d(0x15f),_0x2f04d7)):_0x1da282[_0x537d(0x160)](_0x4da907,![]));}}catch(_0x16e7c7){console['error'](_0x3f53f1[_0x537d(0x161)],_0x16e7c7);}_0x3f53f1[_0x537d(0x133)](isLLMPlatform,_0x2e009c)&&(await AsyncStorage[_0x537d(0xbb)](_0x537d(0x93)+_0x2e009c,JSON[_0x537d(0x126)]({'connected':!![],'platform':_0x2e009c,'connectedAt':new Date()[_0x537d(0x162)]()})),console[_0x537d(0x70)]('✅\x20[LLM]\x20'+_0x2e009c+_0x537d(0x163)));if(_0x3f53f1[_0x537d(0x11f)](_0x2e009c[_0x537d(0x124)](),_0x3f53f1[_0x537d(0x99)])){if(_0x3f53f1['KpDFU'](_0x3f53f1[_0x537d(0x164)],_0x3f53f1[_0x537d(0x165)]))await AsyncStorage[_0x537d(0xbb)](_0x537d(0x10),JSON[_0x537d(0x126)]({'connected':!![],'platform':_0x3f53f1[_0x537d(0x99)],'connectedAt':new Date()[_0x537d(0x162)]()})),console[_0x537d(0x70)](_0x537d(0x166));else{const _0x1f82ed=new _0x3729ad(_0x376765);_0x1f82ed[_0x537d(0x76)](_0x204765),_0x1da282[_0x537d(0x160)](_0x5e0121,_0x1f82ed),_0x1da282[_0x537d(0x167)](_0x53e3ce,_0x5159b8=>({..._0x5159b8,[_0x1d449c]:_0x537d(0x94)})),_0x1da282[_0x537d(0x167)](_0x3d80a6,_0x44aaeb[_0x537d(0xbe)]);}}}else _0x1b55fe(_0x320679=>({..._0x320679,[_0x2e009c]:_0x537d(0x30)})),_0x3f53f1[_0x537d(0xb3)](triggerHaptic,HapticType['ERROR']);}}_0x3b89db(![]),_0x3f53f1['yKpgb'](_0x2c4bdb,''),_0x4fd39c('');};_0x3f53f1[_0x537d(0x168)](useEffect,()=>{if(_0x3f53f1[_0x537d(0xb4)](_0x3f53f1[_0x537d(0x169)],_0x537d(0x16a))){if(_0x3f53f1[_0x537d(0x16b)](_0x192093,!_0x32e26b)){const _0x7c2cec=setTimeout(()=>{_0x3f53f1[_0x537d(0x16c)](_0x5b02b6,_0xb6039c=>{const _0x4fef18=new Set(_0xb6039c);return _0x4fef18[_0x537d(0x76)](_0x192093),_0x4fef18;}),_0x3f53f1[_0x537d(0x16d)](triggerHaptic,HapticType['SUCCESS']),console['log'](_0x537d(0xcf)+_0x192093),_0x3f53f1[_0x537d(0x16e)](_0x45925d,null);},0x12c);return()=>clearTimeout(_0x7c2cec);}}else{const _0x5cf0a5=new _0x1afae0(_0x232938);return _0x5cf0a5['add'](_0x334f86),_0x5cf0a5;}},[_0x192093,_0x32e26b]);const _0x2cd0c1=()=>{if(_0x3f53f1['Bulkk'](_0x3f53f1['NvMAO'],_0x3f53f1[_0x537d(0x16f)]))_0x3b89db(![]),_0x3f53f1[_0x537d(0x117)](_0x2c4bdb,''),_0x2e009c&&_0x3f53f1['afqDy'](_0x1b55fe,_0x11dcd1=>({..._0x11dcd1,[_0x2e009c]:_0x537d(0x11d)})),_0x4fd39c('');else{const _0xedb9c1=_0xdd31cc[0x0]['id'];(!_0x38270e||!_0x2c3a37[_0x537d(0xe8)](_0x5c9da8=>_0x5c9da8['id']===_0x59d677))&&_0x3f53f1['oKWTD'](_0x12c99f,_0xedb9c1);}},_0x22872e=()=>{_0x3f53f1[_0x537d(0x170)](_0x1295a3,![]);},_0x2fc92d=()=>{_0x3ac2df&&(_0x3f53f1[_0x537d(0x171)]!==_0x3f53f1[_0x537d(0x172)]?_0x3ac2df():(_0x3f53f1['KHdXe'](_0x18b4b6,_0x35dc3e=>({..._0x35dc3e,[_0x102134]:'error'})),_0x3f53f1[_0x537d(0x173)](_0x5b0b01,_0x186cd4['ERROR'])));},_0x24d701=()=>{const _0x552db0={'sRjov':function(_0x492a48,_0x383a37){return _0x3f53f1[_0x537d(0x174)](_0x492a48,_0x383a37);}};Animated[_0x537d(0x84)](_0x50fbd5,{'toValue':0x1,'duration':0xfa0,'useNativeDriver':![]})[_0x537d(0xcb)]();const _0x4e6bf6=_0x3f53f1[_0x537d(0x175)](setTimeout,()=>{_0x552db0[_0x537d(0x176)](triggerHaptic,HapticType[_0x537d(0xbe)]),Vibration[_0x537d(0xbf)]([0x0,0x64,0x32,0x64]),_0x2fc92d();},0xfa0);_0x3f53f1[_0x537d(0x59)](_0x5c0fae,_0x4e6bf6);},_0x51410f=()=>{_0x254d0e&&(clearTimeout(_0x254d0e),_0x5c0fae(null)),_0x50fbd5[_0x537d(0x83)](0x0),Animated[_0x537d(0x84)](_0x50fbd5,{'toValue':0x0,'duration':0xc8,'useNativeDriver':![]})[_0x537d(0xcb)]();};_0x3f53f1[_0x537d(0x177)](useEffect,()=>{const _0x13ce84={'NuvHo':function(_0x57ff4e,_0x4587b7){return _0x3f53f1[_0x537d(0xd8)](_0x57ff4e,_0x4587b7);},'Qrqbf':function(_0x42b01a,_0x2b6362){return _0x3f53f1[_0x537d(0x178)](_0x42b01a,_0x2b6362);},'bEiRU':_0x3f53f1[_0x537d(0x179)],'LYDYr':_0x3f53f1['DNwdl'],'sxyEp':function(_0xded634,_0x4d53cb){return _0x3f53f1['yIocQ'](_0xded634,_0x4d53cb);}};return()=>{_0x13ce84[_0x537d(0x17a)](_0x13ce84['bEiRU'],_0x13ce84[_0x537d(0x17b)])?(_0x237977(![]),_0x355e30(''),_0x46799b&&_0x13ce84[_0x537d(0x17c)](_0x11567d,_0x3ed25b=>({..._0x3ed25b,[_0x238f08]:_0x537d(0x11d)})),_0x4d8654('')):_0x254d0e&&_0x13ce84['sxyEp'](clearTimeout,_0x254d0e);};},[_0x254d0e]),_0x3f53f1['GRUPa'](useEffect,()=>{const _0x56f60c={'dKyrR':_0x537d(0xa9)};_0x3f53f1[_0x537d(0x17d)](_0x3f53f1[_0x537d(0x17e)],_0x3f53f1[_0x537d(0x17f)])?!_0x34f54f['has'](_0x45fd14)&&(_0x5ecbf4[_0x537d(0x76)](_0x1791fb),_0xef3f11=!![]):_0x3f53f1['VtyKp'](_0x32e26b,_0x4d7687)&&(_0x3f53f1[_0x537d(0x180)]===_0x537d(0x181)?console[_0x537d(0x70)]('📊\x20[STATE]\x20WebView\x20state\x20changed\x20-\x20showOAuthWebView:\x20'+_0x32e26b+_0x537d(0x9c)+(_0x4d7687?_0x3f53f1[_0x537d(0x79)](_0x3f53f1[_0x537d(0x79)](_0x3f53f1[_0x537d(0x182)],_0x4d7687[_0x537d(0x9f)](0x0,0x28)),_0x3f53f1[_0x537d(0x183)]):_0x3f53f1[_0x537d(0x7b)])):_0x533d88[_0x537d(0x70)](_0x56f60c[_0x537d(0x184)],_0x281053['from'](_0x19bd2c)));},[_0x32e26b,_0x4d7687]);const _0xca06cf=Math[_0x537d(0x185)](0x5,Math[_0x537d(0x186)](0x1,_0x3f53f1['Nigns'](_0x57c169[_0x537d(0x187)],0x1))),_0x240958=0x78,_0x30b1be=0x46;if(_0x356a27){if(_0x3f53f1[_0x537d(0x188)](_0x3f53f1['yzPWf'],_0x3f53f1[_0x537d(0x189)]))return React['createElement'](_0x33be75,{'visible':_0x356a27,'onComplete':_0x148c61,'onBack':_0x22872e});else{const _0xfcc09a=new _0x58bf47(_0x39a17c);let _0x476873=![];return _0x4880ef['forEach'](_0x2084ae=>{!_0xfcc09a['has'](_0x2084ae)&&(_0xfcc09a[_0x537d(0x76)](_0x2084ae),_0x476873=!![]);}),_0x476873?_0xfcc09a:_0x93027f;}}if(_0x33c022)return React[_0x537d(0x73)](_0x5eceb3,{'visible':_0x33c022,'onComplete':_0x30009a});if(_0x3f53f1[_0x537d(0x18a)](_0x32e26b,_0x4d7687)){if(_0x3f53f1[_0x537d(0x11f)](_0x3f53f1['CinmN'],_0x3f53f1[_0x537d(0x18b)]))return console['log'](_0x537d(0x71)+_0x2e009c+_0x537d(0x72)+_0x4d7687[_0x537d(0x9f)](0x0,0x3c)+_0x537d(0x1e)),React[_0x537d(0x73)](OAuthWebView,{'url':_0x4d7687,'platform':_0x2e009c,'onClose':_0x2cd0c1,'onSuccess':_0x23cb03,'onComplete':_0x2cd0c1,'username':_0x3c63d0});else{const _0x32c084={'tsoQd':function(_0x125208,_0x2c0aad){return _0x3f53f1[_0x537d(0x117)](_0x125208,_0x2c0aad);},'rBAsb':function(_0x5662d3,_0x164f3f){return _0x3f53f1['QpwFD'](_0x5662d3,_0x164f3f);}},_0x396d5c=_0x1feea9===_0xea092c['id'],_0x4e1bf1=_0x4a420b[_0x537d(0x75)](_0x2f6d7f['id']),_0x18f3c5=_0x3f53f1[_0x537d(0xf0)](_0x57ed2d[_0x138edb['id']],_0x537d(0xfa));return React[_0x537d(0x73)](TouchableOpacity,{'key':_0x11fea1['id'],'style':[_0x2d09f8[_0x537d(0x18c)],_0x396d5c&&_0x2eb37d[_0x537d(0x18d)]],'onPress':()=>{_0x32c084[_0x537d(0x18e)](_0x13f435,_0x2a9fc2[_0x537d(0xc5)]),_0x32c084[_0x537d(0x18f)](_0x48f205,_0x54f63c['id']);},'activeOpacity':0.7},React['createElement'](Image,{'source':_0x53e98a[_0x537d(0x190)],'style':[_0x1e9216['platformIcon'],_0x3f53f1[_0x537d(0xf0)](_0x3da593['id'],_0x537d(0x40))&&_0x10af20[_0x537d(0x191)],_0x3f53f1[_0x537d(0x192)](_0x562e8e['id'],_0x3f53f1[_0x537d(0xdb)])&&_0x441141[_0x537d(0x193)],_0x3f53f1[_0x537d(0x136)](_0x46f01c['id'],_0x3f53f1['xhsYn'])&&_0x30cf99[_0x537d(0x194)],_0x3f53f1[_0x537d(0x195)](_0x42cc0d['id'],_0x3f53f1[_0x537d(0x92)])&&_0x1068b1[_0x537d(0x196)],_0x3f53f1[_0x537d(0x11f)](_0x4c015e['id'],_0x3f53f1[_0x537d(0xe0)])&&_0x28276['claudeIcon'],_0x3f53f1['Woflb'](_0x4e84c7['id'],_0x3f53f1['KXWLK'])&&_0x2e5a26[_0x537d(0x197)]],'resizeMode':_0x3f53f1['iRHiv']}),_0x18f3c5&&React[_0x537d(0x73)](View,{'style':_0xbcadec[_0x537d(0x198)]}),_0x4e1bf1&&React[_0x537d(0x73)](View,{'style':_0x25a3dc[_0x537d(0x199)]}));}}const _0x3af8bf=()=>{_0x3f53f1[_0x537d(0x15a)](_0x3f53f1[_0x537d(0x19a)],_0x3f53f1['tbBHK'])?_0x3f53f1[_0x537d(0x19b)](_0x289af3):(_0x3f53f1['YzEDh'](triggerHaptic,HapticType['BUTTON_PRESS']),_0x1e4fef(![]));};if(_0xaa55b){if(_0x3f53f1[_0x537d(0x19c)]===_0x3f53f1[_0x537d(0x19d)])!_0x5c1f8d[_0x537d(0x75)](_0x316ae2)&&(_0x2007a8['add'](_0x22fbbb),_0x1ec04e=!![]);else return React[_0x537d(0x73)](_0x5cb508,{'visible':_0xaa55b,'onAccept':_0x66cb4d,'onDecline':_0x53ec54,'connectedPlatforms':Array['from'](_0x57c169),'onConnectMore':_0x3af8bf,'loading':_0x26f577});}return React['createElement'](View,{'style':styles['container']},React[_0x537d(0x73)](ScrollView,{'style':styles['scrollContent'],'showsVerticalScrollIndicator':![],'bounces':!![]},_0x3e3cfd&&React[_0x537d(0x73)](TouchableOpacity,{'style':styles[_0x537d(0x19e)],'onPress':_0x3e3cfd,'activeOpacity':0.7},React[_0x537d(0x73)](Text,{'style':styles[_0x537d(0x19f)]},'‹')),React[_0x537d(0x73)](View,{'style':styles[_0x537d(0x1a0)]},React[_0x537d(0x73)](Text,{'style':styles['title']},_0x3f53f1[_0x537d(0x1a1)]),React['createElement'](Text,{'style':styles[_0x537d(0x1a2)]},_0x3f53f1[_0x537d(0x1a3)])),React['createElement'](View,{'style':styles[_0x537d(0x1a4)]},React[_0x537d(0x73)](_0x3d0843,{'level':_0xca06cf,'style':styles['largePersona']}),React[_0x537d(0x73)](ScrollView,{'ref':_0x4fb09d,'horizontal':!![],'style':[styles['platformIconsOverlay'],{'bottom':_0x240958}],'contentContainerStyle':[styles[_0x537d(0x1a5)],_0x3f53f1[_0x537d(0x1a6)](_0x152c89[_0x537d(0x6c)],0x4)&&styles[_0x537d(0x1a7)]],'showsHorizontalScrollIndicator':![],'onScroll':_0x3fbc8f,'scrollEventThrottle':0x10,'decelerationRate':_0x3f53f1[_0x537d(0x1a8)],'scrollEnabled':_0x3f53f1[_0x537d(0xa2)](_0x152c89[_0x537d(0x6c)],0x4)},_0x152c89[_0x537d(0x8e)](_0x1bb9be=>{if(_0x3f53f1['AskMh']!==_0x3f53f1[_0x537d(0x1a9)]){const _0x31c770={'mWwJA':function(_0x1886cd){return _0x1886cd();}};Animated[_0x537d(0x84)](_0x4bc918,{'toValue':0x1,'duration':0xfa0,'useNativeDriver':![]})[_0x537d(0xcb)]();const _0xec04ad=_0x54f1a3(()=>{_0x3de114(_0x2278ab[_0x537d(0xbe)]),_0x286254[_0x537d(0xbf)]([0x0,0x64,0x32,0x64]),_0x31c770[_0x537d(0x1aa)](_0x510d6e);},0xfa0);_0x1a8dee(_0xec04ad);}else{const _0x377cff=_0x3f53f1[_0x537d(0x1ab)](_0xe1f7f4,_0x1bb9be['id']),_0x5b4580=_0x57c169[_0x537d(0x75)](_0x1bb9be['id']),_0x2101c2=_0x3f53f1[_0x537d(0x1ac)](_0x2c095e[_0x1bb9be['id']],_0x3f53f1[_0x537d(0x1ad)]);return React['createElement'](TouchableOpacity,{'key':_0x1bb9be['id'],'style':[styles[_0x537d(0x18c)],_0x377cff&&styles[_0x537d(0x18d)]],'onPress':()=>{_0x3f53f1[_0x537d(0x1ae)](_0x3f53f1[_0x537d(0x1af)],_0x3f53f1[_0x537d(0x1af)])?_0x4355d0[_0x537d(0x30)](_0x537d(0x33),_0x215c43):(_0x3f53f1[_0x537d(0x1b0)](triggerHaptic,HapticType[_0x537d(0xc5)]),_0x20c959(_0x1bb9be['id']));},'activeOpacity':0.7},React['createElement'](Image,{'source':_0x1bb9be['icon'],'style':[styles[_0x537d(0x1b1)],_0x3f53f1[_0x537d(0x1b2)](_0x1bb9be['id'],_0x3f53f1['xsMLW'])&&styles[_0x537d(0x191)],_0x1bb9be['id']===_0x3f53f1[_0x537d(0xdb)]&&styles[_0x537d(0x193)],_0x1bb9be['id']===_0x537d(0x3b)&&styles[_0x537d(0x194)],_0x1bb9be['id']===_0x3f53f1[_0x537d(0x92)]&&styles[_0x537d(0x196)],_0x1bb9be['id']===_0x3f53f1[_0x537d(0xe0)]&&styles[_0x537d(0x1b3)],_0x3f53f1[_0x537d(0x1b4)](_0x1bb9be['id'],_0x3f53f1[_0x537d(0x1b5)])&&styles[_0x537d(0x197)]],'resizeMode':_0x3f53f1[_0x537d(0x1b6)]}),_0x2101c2&&React[_0x537d(0x73)](View,{'style':styles['connectingDot']}),_0x5b4580&&React[_0x537d(0x73)](View,{'style':styles[_0x537d(0x199)]}));}})),_0x3f53f1['mPFoS'](_0x152c89[_0x537d(0x6c)],0x4)&&React[_0x537d(0x73)](View,{'style':[styles[_0x537d(0x1b7)],{'bottom':_0x30b1be}]},React['createElement'](View,{'style':styles['scrollBarTrack']},React[_0x537d(0x73)](View,{'style':[styles[_0x537d(0x1b8)],{'left':_0x3f53f1[_0x537d(0xc3)](_0x391c72,0x38)}]}))),_0x38294d&&_0x152c89[_0x537d(0x6c)]>0x4&&React['createElement'](Animated[_0x537d(0x1b9)],{'style':[styles['scrollIndicator'],{'transform':[{'translateX':_0x1255d7[_0x537d(0x1ba)]({'inputRange':[0x0,0x1],'outputRange':[0x0,0x8]})}],'opacity':_0x1255d7[_0x537d(0x1ba)]({'inputRange':[0x0,0x1],'outputRange':[0.5,0x1]})}]},React['createElement'](Text,{'style':styles[_0x537d(0x1bb)]},'›'))),React[_0x537d(0x73)](View,{'style':styles[_0x537d(0x1bc)]},_0xe1f7f4&&((()=>{const _0x3ad45e=_0x152c89[_0x537d(0xe8)](_0x1e6c50=>_0x1e6c50['id']===_0xe1f7f4);if(!_0x3ad45e)return null;const _0x7ab86b=_0x57c169[_0x537d(0x75)](_0xe1f7f4),_0x11eee2=_0x3f53f1[_0x537d(0x141)](_0x2c095e[_0xe1f7f4],_0x3f53f1[_0x537d(0x1ad)]),_0x3811dc=_0x44808c===null||_0x3f53f1[_0x537d(0x1b2)](_0x44808c,void 0x0)?void 0x0:_0x44808c['includes'](_0xe1f7f4);return React[_0x537d(0x73)](View,{'style':styles[_0x537d(0x105)]},React[_0x537d(0x73)](View,{'style':styles[_0x537d(0x1bd)]},React[_0x537d(0x73)](Text,{'style':styles[_0x537d(0x106)]},_0x3ad45e['name']),_0x3811dc&&React[_0x537d(0x73)](View,{'style':styles['recommendedBadge']},React[_0x537d(0x73)](Text,{'style':styles[_0x537d(0x1be)]},_0x3f53f1[_0x537d(0x1bf)])),React[_0x537d(0x73)](TouchableOpacity,{'activeOpacity':0.8,'onPress':()=>!_0x11eee2&&_0xf81dfc(_0xe1f7f4,!_0x7ab86b),'disabled':_0x11eee2,'style':[styles[_0x537d(0x109)],{'backgroundColor':_0x7ab86b?_0x3f53f1[_0x537d(0x1c0)]:_0x3f53f1[_0x537d(0x1c1)]}]},React[_0x537d(0x73)](View,{'style':[styles[_0x537d(0x10c)],{'transform':[{'translateX':_0x7ab86b?0x14:0x0}]}]}))),React['createElement'](View,{'style':styles['descriptionContainer']},React['createElement'](Text,{'style':styles['platformCardDescription']},_0x3ad45e[_0x537d(0x10e)])));})())),React[_0x537d(0x73)](View,{'style':styles['refreshFrequencySection']},React[_0x537d(0x73)](Text,{'style':styles['refreshFrequencyTitle']},_0x3f53f1[_0x537d(0x1c2)]),React[_0x537d(0x73)](Text,{'style':styles['refreshFrequencyDescription']},_0x3f53f1[_0x537d(0x1c3)]),React[_0x537d(0x73)](View,{'style':styles['refreshSegmentedControl']},MODEL_REFRESH_OPTIONS['map'](_0x3540f5=>React[_0x537d(0x73)](TouchableOpacity,{'key':_0x3540f5[_0x537d(0x1c4)],'style':[styles[_0x537d(0x1c5)],_0x275f27===_0x3540f5['value']&&styles['refreshSegmentSelected']],'onPress':()=>_0x1d4ee4(_0x3540f5[_0x537d(0x1c4)]),'activeOpacity':0.7},React['createElement'](Text,{'style':[styles['refreshSegmentText'],_0x275f27===_0x3540f5[_0x537d(0x1c4)]&&styles[_0x537d(0x1c6)]]},_0x3540f5['label'])))),React['createElement'](Text,{'style':styles[_0x537d(0x1c7)]},((_0x56a675=MODEL_REFRESH_OPTIONS['find'](_0x2c358a=>_0x2c358a['value']===_0x275f27))===null||_0x3f53f1[_0x537d(0x1c8)](_0x56a675,void 0x0)?void 0x0:_0x56a675[_0x537d(0x10e)])||'')),React[_0x537d(0x73)](View,{'style':styles[_0x537d(0x1c9)]},React[_0x537d(0x73)](View,{'style':styles[_0x537d(0x1ca)]},React[_0x537d(0x73)](_0x3a7d30,{'label':_0x3f53f1[_0x537d(0x1cb)],'onPress':_0x18a293,'disabled':loading||_0x3f53f1['yoVHh'](_0x57c169[_0x537d(0x187)],0x0)||_0x2ab668||_0x3c2013,'loading':_0x3f53f1[_0x537d(0x1cc)](loading,_0x2ab668)||_0x3c2013}),React[_0x537d(0x73)](TouchableOpacity,{'style':styles[_0x537d(0x1cd)],'activeOpacity':0x1,'onPressIn':_0x24d701,'onPressOut':_0x51410f,'onPress':()=>{_0x3f53f1['kdZHo'](_0x57c169[_0x537d(0x187)],0x0)&&!loading&&!_0x2ab668&&!_0x3c2013&&_0x18a293();}},React['createElement'](Animated['View'],{'style':[styles[_0x537d(0x1ce)],{'width':_0x50fbd5['interpolate']({'inputRange':[0x0,0x1],'outputRange':['0%','100%']})}]}))),_0x5c2b44&&React[_0x537d(0x73)](TouchableOpacity,{'style':styles['skipButton'],'onPress':_0x3eab96},React['createElement'](Text,{'style':styles['skipButtonText']},_0x3f53f1['ciIBi'])))));},styles=StyleSheet[_0x537d(0x1cf)]({'container':{'flex':0x1,'backgroundColor':COLORS['surface'],'paddingHorizontal':0x18},'backButton':{'width':0x20,'height':0x20,'borderRadius':0x10,'backgroundColor':_0x537d(0x1d0),'alignItems':_0x537d(0x1d1),'justifyContent':_0x537d(0x1d1),'marginBottom':0x2},'backButtonText':{'fontSize':0x16,'fontWeight':_0x537d(0x1d2),'color':_0x537d(0x1d3),'marginTop':-0x2},'scrollContent':{'flex':0x1},'headingContainer':{'width':_0x537d(0x1d4),'marginBottom':SPACING['sm'],'paddingTop':0x0,'marginTop':0x0},'title':{'fontFamily':'IBM\x20Plex\x20Sans','fontWeight':_0x537d(0x1d5),'fontSize':0x18,'lineHeight':0x20,'color':COLORS[_0x537d(0x1d6)],'textAlign':_0x537d(0x1d7),'marginBottom':0x4},'subtitle':{'fontFamily':_0x537d(0x1d8),'fontWeight':_0x537d(0x1d9),'fontSize':0x10,'lineHeight':0x18,'color':COLORS['grey600'],'textAlign':'left'},'personaContainer':{'alignItems':_0x537d(0x1d1),'position':'relative','marginTop':-0x14,'marginBottom':-0x78,'height':0x1c2},'largePersona':{'width':0x1f4,'height':0x1f4},'platformIconsOverlay':{'position':_0x537d(0x1da),'width':'100%','height':0x46,'zIndex':0xa},'platformIconsScrollContent':{'flexDirection':_0x537d(0x1db),'alignItems':_0x537d(0x1d1),'paddingHorizontal':0x14,'gap':0x18},'platformIconsCentered':{'flexGrow':0x1,'justifyContent':'center'},'platformIconButton':{'width':0x34,'height':0x34,'borderRadius':0x1a,'backgroundColor':_0x537d(0x1dc),'justifyContent':_0x537d(0x1d1),'alignItems':'center','borderWidth':0x3,'borderColor':_0x537d(0x1dd),'shadowColor':'#000','shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.15,'shadowRadius':0x4,'elevation':0x4},'platformIconButtonSelected':{'borderColor':_0x537d(0x1de),'backgroundColor':_0x537d(0x1df)},'platformIcon':{'width':0x1e,'height':0x1e},'youtubeIcon':{'width':0x2a,'height':0x2a},'pinterestIcon':{'width':0x24,'height':0x24},'gmailIcon':{'width':0x24,'height':0x24},'chatgptIcon':{'width':0x1e,'height':0x1e},'claudeIcon':{'width':0x20,'height':0x20},'grokIcon':{'width':0x24,'height':0x24},'connectingDot':{'position':'absolute','top':0x2,'right':0x2,'width':0xc,'height':0xc,'borderRadius':0x6,'backgroundColor':_0x537d(0x1e0),'borderWidth':0x2,'borderColor':COLORS[_0x537d(0x1e1)]},'connectedDot':{'position':_0x537d(0x1da),'top':0x2,'right':0x2,'width':0xc,'height':0xc,'borderRadius':0x6,'backgroundColor':_0x537d(0x10a),'borderWidth':0x2,'borderColor':COLORS['surface']},'cardContainer':{'alignItems':_0x537d(0x1d1),'marginTop':0x10,'marginBottom':SPACING['md']},'platformCard':{'width':0x147,'backgroundColor':_0x537d(0x1dc),'borderRadius':0x10,'padding':0x8,'shadowColor':'#000','shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.1,'shadowRadius':0x8,'elevation':0x3,'gap':0xa},'cardHeader':{'flexDirection':_0x537d(0x1db),'alignItems':_0x537d(0x1d1),'justifyContent':_0x537d(0x1e2)},'platformCardTitle':{'fontSize':0x10,'fontWeight':'600','color':COLORS['grey800'],'fontFamily':_0x537d(0x1e3)},'recommendedBadge':{'backgroundColor':'#EFF6FF','paddingHorizontal':0xc,'paddingVertical':0x6,'borderRadius':0x10,'marginLeft':0x8},'recommendedBadgeText':{'fontSize':0xc,'fontWeight':_0x537d(0x1d2),'color':'#2563EB','fontFamily':'IBM\x20Plex\x20Sans'},'customToggleTrack':{'width':0x32,'height':0x1e,'borderRadius':0xf,'padding':0x2,'marginLeft':_0x537d(0x1e4),'marginRight':0x8,'justifyContent':_0x537d(0x1d1)},'customToggleThumb':{'width':0x1a,'height':0x1a,'borderRadius':0xd,'backgroundColor':_0x537d(0x1dc),'shadowColor':_0x537d(0x1e5),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.2,'shadowRadius':0x2,'elevation':0x2},'descriptionContainer':{'backgroundColor':'#F9FAFB','borderRadius':0x8,'padding':0x8},'platformCardDescription':{'fontSize':0xd,'lineHeight':0x12,'color':COLORS[_0x537d(0x1e6)],'fontFamily':'Inter'},'refreshFrequencySection':{'paddingHorizontal':0x10,'paddingVertical':0x14,'marginTop':0xc,'backgroundColor':_0x537d(0x1e7),'borderRadius':0x10,'marginHorizontal':SPACING['md'],'marginBottom':0x8,'borderWidth':0x1,'borderColor':_0x537d(0x1e8)},'refreshFrequencyTitle':{'fontSize':0x11,'fontWeight':_0x537d(0x1d5),'color':_0x537d(0x1d3),'fontFamily':_0x537d(0x1e3),'marginBottom':0x4},'refreshFrequencyDescription':{'fontSize':0xe,'color':_0x537d(0x1e9),'fontFamily':_0x537d(0x1d8),'fontWeight':_0x537d(0x1d9),'marginBottom':0x10},'refreshSegmentedControl':{'flexDirection':_0x537d(0x1db),'backgroundColor':_0x537d(0x1ea),'borderRadius':0xc,'padding':0x3},'refreshSegment':{'flex':0x1,'paddingVertical':0xa,'alignItems':_0x537d(0x1d1),'justifyContent':_0x537d(0x1d1),'borderRadius':0xa},'refreshSegmentSelected':{'backgroundColor':_0x537d(0x1d3),'shadowColor':_0x537d(0x1e5),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.15,'shadowRadius':0x4,'elevation':0x3},'refreshSegmentText':{'fontSize':0xf,'fontFamily':_0x537d(0x1d8),'fontWeight':_0x537d(0x1eb),'color':'#8E8E93'},'refreshSegmentTextSelected':{'fontWeight':'700','color':_0x537d(0x1dc)},'refreshFrequencyHint':{'fontSize':0xd,'fontFamily':_0x537d(0x1d8),'fontWeight':_0x537d(0x1d9),'color':_0x537d(0x1e9),'textAlign':_0x537d(0x1d1),'marginTop':0xc},'privacyLinkContainer':{'marginTop':0x10,'paddingTop':0x10,'borderTopWidth':0x1,'borderTopColor':_0x537d(0x1ec),'alignItems':_0x537d(0x1d1)},'privacyLinkText':{'fontSize':0xe,'color':'#8B5CF6','fontFamily':'Inter','fontWeight':'500'},'bottomButtonContainer':{'paddingTop':0x8,'paddingBottom':0x0,'paddingHorizontal':SPACING['md']},'buttonWrapper':{'position':_0x537d(0x1ed)},'buttonOverlay':{'position':_0x537d(0x1da),'top':0x0,'left':0x0,'right':0x0,'bottom':0x0,'borderRadius':0xc,'overflow':_0x537d(0x1ee)},'holdProgressBar':{'position':_0x537d(0x1da),'bottom':0x0,'left':0x0,'height':0x4,'backgroundColor':_0x537d(0x10a),'borderRadius':0x2},'skipButton':{'alignItems':_0x537d(0x1d1),'paddingVertical':0xa,'marginBottom':0x22},'skipButtonText':{'fontSize':0x10,'fontFamily':'Inter','fontWeight':_0x537d(0x1eb),'color':COLORS[_0x537d(0x1e6)]},'pageIndicatorContainer':{'position':_0x537d(0x1da),'alignSelf':_0x537d(0x1d1),'zIndex':0xb},'scrollBarTrack':{'width':0x50,'height':0x4,'backgroundColor':COLORS[_0x537d(0x1ef)],'borderRadius':0x2,'position':_0x537d(0x1ed),'overflow':_0x537d(0x1ee)},'scrollBarThumb':{'position':_0x537d(0x1da),'width':0x18,'height':0x4,'backgroundColor':COLORS[_0x537d(0x1e6)],'borderRadius':0x2,'left':0x0},'scrollIndicator':{'position':_0x537d(0x1da),'bottom':0x3c,'right':0x1e,'zIndex':0xc},'scrollIndicatorText':{'fontSize':0x20,'color':COLORS['grey500'],'fontWeight':_0x537d(0x1f0)}});export default PlatformConnectorsStep;
|
|
7
|
+
import React,{useState,useEffect,useRef,useCallback}from'react';import{View,Text,StyleSheet,ScrollView,Vibration,TouchableOpacity,Image,Animated}from'react-native';import{COLORS,SPACING}from'../theme';import{triggerHaptic,HapticType}from'../utils/haptics';import _0x65fd2d from'./PersonaImage';function _0x375f(_0x3c7d14,_0x375f74){_0x3c7d14=_0x3c7d14-0x0;const _0x2d46b0=_0x3c7d();let _0x21beb0=_0x2d46b0[_0x3c7d14];return _0x21beb0;}import _0xd6824 from'./PrimaryButton';import _0x1e000e from'./PersonalizationConsentScreen';import _0x308d74 from'./PinCreationScreen';import _0x463eec from'./PersonaLoadingScreen';import{useConnections}from'../hooks/useConnections';import{getPlatformIcon}from'../services/connectedAccountsService';import{initiateOAuth,initiateNativeAuth,hasNativeSDK}from'../services/platformAuthService';import{OAuthWebView}from'./onboarding/OAuthWebView';import{isLLMPlatform,getLLMPlatformUrl,isLinkedInPlatform}from'../utils/webviewScripts';import{setTemporaryPin}from'../services/pinStorageUtils';import AsyncStorage from'@react-native-async-storage/async-storage';function _0x3c7d(){const _0x43a5f2=['daily','Daily','Always\x20up-to-date\x20data.','weekly','Weekly','Balanced\x20freshness\x20and\x20efficiency.','biweekly','mUQcl','UpLEo','✅\x20[PLATFORMS]\x20Loaded\x20from\x20platform_account_details:','#9CA3AF','linkedin','❌\x20[STORAGE]\x20Error\x20removing\x20from\x20user_connected_platforms:','QasqE','🔄\x20[PLATFORMS]\x20Loading\x20connected\x20platforms\x20from\x20storage...','bHiRn','fHpiz','platform_account_details','claude','grok','@onairos:linkedin_connected','ZZwCg','XeHDC','OrMHj','onairos_username','OUpQk','LPnIN','❌\x20[REFRESH]\x20Error\x20saving\x20refresh\x20frequency:','Error\x20initializing\x20username:','dbZQe','XIXlz','vdyJQ','FRkob','uDaDY','cZSPZ','brYwQ','uJGsx','dgQMS','saMNG','iQnCG','AGlgg','rMsNF','https://privacy.onairos.io/','https://www.linkedin.com/login','XPQXd','IdhqT','❌\x20[STORAGE]\x20Error\x20saving\x20to\x20user_connected_platforms:','xfLhV','FHFqQ','mvRpo','iCBZp','szSAh','jEYjo','DkbsO','zvyqT','youtube','pinterest','gmail','contain','Highly\x20Recommended','Initializing...','Use\x20your\x20watch\x20history,\x20likes,\x20and\x20subscriptions\x20to\x20enrich\x20your\x20model.','reddit','Reddit','Pinterest','Gmail','Use\x20your\x20email\x20information\x20to\x20enrich\x20your\x20model.','chatgpt','Use\x20your\x20ChatGPT\x20conversations\x20and\x20memories\x20to\x20enrich\x20your\x20model.','Claude','Grok','Build\x20your\x20persona','Connect\x20platforms\x20to\x20build\x20your\x20private\x20persona','normal','Model\x20Refresh\x20Frequency','How\x20often\x20should\x20your\x20model\x20be\x20refreshed\x20from\x20platforms?','100%','Skip','SpnVY','apfAc','lnjen','TGUFZ','Value','oQAdd','current','DJmNo','rNfVL','NQSbw','zcsVy','KruCI','mnHUg','DCHyk','Raapq','length','idYtC','forEach','XwJPK','has','kagKm','add','rItGY','timing','start','fGZrY','vibrate','CjUDX','zNxPI','RRJPB','VvXZD','ekToX','#10B981','VcTYI','ElDhZ','CvEBJ','mxGgm','YxdmN','SVKoO','zbAvw','Ootlr','EPawe','qYdCJ','Koxop','gemini','GnaOX','QGVeX','pQpzM','TYtrM','ezkZD','UungE','✅\x20[PLATFORMS]\x20Loaded\x20LinkedIn\x20connection','KwhCQ','DDFWN','CtLQz','tvNan','XEvwb','pfLrf','bsOta','medNi','djvCb','find','tSRMD','log','IqFBC','getItem','user_connected_platforms','UTAgC','vRpvI','parse','isArray','wVOre','VxABi','BbuQZ','createElement','push','includes','tDkwK','uikHg','KgIIv','kZnUw','WnGZD','platform','eWNwh','toLowerCase','PFFoW','IcbAe','map','OicUH','cucTD','@onairos:llm_connected:','svzpc','PvNnY','connected','kzOZT','connecting','cardHeader','name','recommendedBadgeText','customToggleTrack','bzZNu','customToggleThumb','descriptionContainer','platformCardDescription','description','WgqWP','pJKpl','BUTTON_PRESS','HWfXB','yTKYS','zJMqO','TCKjx','jiBJK','XKsiQ','error','whoLL','ytUvO','RJKXF','eBSqS','from','HxxfN','eETcY','kOeYV','WyTAA','joKeg','ngCAM','YYDFk','split','aEeJd','user_','floor','random','setItem','mobile_user_','BdlsD','qZNiy','gOnOw','UDfCw','loop','lNvQU','xfMVU','rrNqO','GFeFr','JbEau','nativeEvent','layoutMeasurement','width','contentSize','xrjJh','VtRlE','YouTube','grFvM','xcHoi','RSIFe','dxiJh','ADxkI','tvcos','LinkedIn','MyeMP','xwFRP','WZRaL','LdZoo','ChatGPT','XSDDi','FYvbn','cGrJm','HYePW','Use\x20your\x20Claude\x20conversations\x20to\x20enrich\x20your\x20model.','cmDNk','Gemini','HsoYx','pkNeF','YbthI','Use\x20your\x20Grok\x20conversations\x20from\x20X\x20to\x20enrich\x20your\x20model.','filter','aORWP','gNMSy','ZdHcD','🔄\x20[TOGGLE]\x20Platform\x20toggle:\x20','\x20=\x20','CIQSB','👤\x20[TOGGLE]\x20Username\x20check\x20-\x20stored:\x20\x22','\x22,\x20state:\x20\x22','\x22,\x20valid:\x20\x22','trim','eIwAn','HgPDv','zFHvm','\x20-\x20no\x20URL\x20returned','uxtUy','ajjmC','FHOdJ','RdhOD','isChatPlatform','ronSd','gDyje','DXHzo','🤖\x20[LLM]\x20Opening\x20WebView\x20for\x20','dvFna','🌐\x20[LLM]\x20Opening\x20','NnnGs','❌\x20[LLM]\x20No\x20URL\x20configured\x20for\x20platform:\x20','✅\x20[PLATFORMS]\x20Loaded\x20from\x20user_connected_platforms:','KsjUy','💼\x20[LINKEDIN]\x20Opening\x20WebView\x20for\x20LinkedIn\x20login...','🌐\x20[LINKEDIN]\x20Opening\x20LinkedIn\x20URL:','OxGiq','iLKKK','SUCCESS','ERROR','🌐\x20[TOGGLE]\x20Starting\x20OAuth\x20flow\x20for\x20','...','sVfpc','substring','AnoeQ','nQdNI','AapSq','ChYlC','xVWuS','rhHZb','RvZqE','EjZqM','delete','disconnected','fabfy','QEgwE','✅\x20[STORAGE]\x20Removed\x20','\x20from\x20user_connected_platforms:','QzlWU','removeItem','pNIdK','lcvXL','✅\x20[PERSONA]\x20Applied\x20pending\x20connection:\x20','Error\x20toggling\x20platform\x20','JOdUe','AASTw','DwDQE','aQjTY','yGdHD','DtCtV','gDlNp','RMrED','hEFqt','NNeQH','VFpTx','contentOffset','sJJpG','vCOOH','LICyf','pzQxW','wBdCO','uuhtX','cnYSa','wjjcq','xPTwK','MjfOx','@onairos:model_refresh_frequency','VcHpT','Lytsb','setValue','GltKO','WyIjI','cLNqc','EjxwK','nOkOU','openURL','zdOEy','HvDfb','BrFFV','AbnNH','crSnU','size','GlHaE','jbcJf','FAmbB','YZjeD','fGUIL','xkBDt','MNwKL','fGOtP','EoMNc','uYDHQ','ZfcVv','ckpAc','hIOlq','FDFsC','GXqsf','fYeZM','rUoJJ','stringify','\x20to\x20user_connected_platforms:','uQgZG','oEdvL','zvkwp','WytvH','gGeAs','zPRhN','mNNVw','📊\x20[STATE]\x20WebView\x20state\x20changed\x20-\x20showOAuthWebView:\x20',',\x20oauthUrl:\x20','TNDEC','lNfne','dJhZq','toISOString','✅\x20[LLM]\x20','\x20connection\x20stored\x20locally','✅\x20[LINKEDIN]\x20Connection\x20stored\x20locally','hisvq','aHyPE','\x20login\x20and\x20export...','IISWl','ROsAR','\x20URL:','umppD','Phslq','lWhnQ','fOMBq','htIUq','GchMN','EGcAs','jSyZD','PwZEM','VvypZ','JXhXi','QJMKA','jefie','wAati','dAflV','XrMqa','tOBXG','obtAg','DPayg','qRQRy','VfkTu','LOBrC','nCugs','NBVLx','Ubtee','DUdRg','KTRgZ','fQsPp','eaycB','✅\x20[PLATFORMS]\x20Updated\x20connectedPlatforms\x20state\x20with:','lwMeM','oIaTQ','max','NVskN','UQZfe','✅\x20[WEBVIEW]\x20Rendering\x20OAuthWebView\x20for\x20','\x20with\x20URL:\x20','fQjAl','pRzsK','esPfI','container','scrollContent','backButton','backButtonText','headingContainer','title','EuYpM','subtitle','oVcys','personaContainer','largePersona','platformIconsOverlay','mSkNj','platformIconsCentered','cGWtQ','SwryD','xNACi','sequence','Xyhax','platformIconButton','platformIconButtonSelected','lBjMn','icon','platformIcon','youtubeIcon','pinterestIcon','wMUoM','chatgptIcon','claudeIcon','grokIcon','fSjHG','OeRHl','pageIndicatorContainer','scrollBarThumb','OPyVj','View','scrollIndicator','scrollIndicatorText','cardContainer','platformCard','recommendedBadge','CGADJ','refreshFrequencySection','refreshFrequencyTitle','pyuia','refreshFrequencyDescription','EMcPX','value','refreshSegment','refreshSegmentText','refreshSegmentTextSelected','label','refreshFrequencyHint','buttonOverlay','holdProgressBar','interpolate','skipButtonText','#F0F0F3','center','600','#1C1C1E','IBM\x20Plex\x20Sans','700','grey800','left','Inter','grey600','relative','#FFFFFF','transparent','#3B82F6','#EFF6FF','absolute','#FFA500','surface','#000','row','space-between','#2563EB','auto','#F9FAFB','#F5F5F7','#E0E0E4','#8E8E93','400','#E8E8ED','500','#E5E7EB','#8B5CF6','hidden','grey500','bold'];_0x3c7d=function(){return _0x43a5f2;};return _0x3c7d();}export const MODEL_REFRESH_OPTIONS=[{'value':_0x375f(0x0),'label':_0x375f(0x1),'description':_0x375f(0x2)},{'value':_0x375f(0x3),'label':_0x375f(0x4),'description':_0x375f(0x5)},{'value':_0x375f(0x6),'label':'Biweekly','description':'Less\x20frequent,\x20more\x20efficient.'}];const PlatformConnectorsStep=({onUpdate:_0x59bc37,onSkip:_0x4d45ae,loading:loading=![],onPinComplete:_0x4a13b3,onReviewerBypass:_0x44b475,onLogout:_0x327098,allowedPlatforms:_0x1eaec4,recommendedPlatforms:_0x1929e4,initialConnectedPlatforms:_0x4a51a0,onRefreshFrequencyChange:_0x6c3c1e,initialRefreshFrequency:initialRefreshFrequency=_0x375f(0x3)})=>{const _0x16e0e4={'DCHyk':function(_0x533e2c,_0x20bb3f){return _0x533e2c(_0x20bb3f);},'dQPPw':_0x375f(0x7),'Raapq':function(_0x390d4e,_0x5e609e){return _0x390d4e>_0x5e609e;},'idYtC':function(_0x1534c8,_0x6c313b){return _0x1534c8(_0x6c313b);},'zNxPI':function(_0x34347a,_0x2ddc5d){return _0x34347a!==_0x2ddc5d;},'RRJPB':function(_0x451d7f,_0x76fc2a){return _0x451d7f===_0x76fc2a;},'VvXZD':_0x375f(0x8),'ekToX':_0x375f(0x9),'ObzJo':_0x375f(0xa),'VcTYI':function(_0xf5556f,_0x4af5bf){return _0xf5556f>_0x4af5bf;},'ElDhZ':_0x375f(0xb),'QzlWU':_0x375f(0xc),'CvEBJ':function(_0x212c92,_0x16d31e){return _0x212c92===_0x16d31e;},'mxGgm':_0x375f(0xd),'YxdmN':_0x375f(0xe),'SVKoO':_0x375f(0xf),'zbAvw':_0x375f(0x10),'Ootlr':'cjgUe','EPawe':_0x375f(0x11),'wsUdw':'BZMDt','TbIQf':'ZRUeL','qYdCJ':'qguSf','Koxop':_0x375f(0x12),'GnaOX':_0x375f(0x13),'MNzmT':'JduEH','hCqeX':_0x375f(0x14),'QGVeX':_0x375f(0x15),'pQpzM':'❌\x20[PLATFORMS]\x20Error\x20loading\x20connected\x20platforms\x20from\x20storage:','kOeYV':function(_0x1208fa){return _0x1208fa();},'WyTAA':function(_0x2630f1,_0x37893d){return _0x2630f1===_0x37893d;},'ZGRZt':_0x375f(0x16),'lwfJQ':_0x375f(0x17),'joKeg':_0x375f(0x18),'VMbHm':function(_0x47ef59,_0x4b9413){return _0x47ef59&&_0x4b9413;},'KViiH':function(_0xaa4850,_0x140751){return _0xaa4850&&_0x140751;},'ngCAM':function(_0xe17920,_0x23494a){return _0xe17920===_0x23494a;},'YYDFk':function(_0x5cd0fe,_0x1c1525){return _0x5cd0fe===_0x1c1525;},'aEeJd':function(_0x181275,_0x490621){return _0x181275===_0x490621;},'BdlsD':function(_0x234c5a,_0x2dd853){return _0x234c5a*_0x2dd853;},'qZNiy':function(_0x1e4f5e,_0x141517){return _0x1e4f5e(_0x141517);},'rFErx':function(_0x3f7e7b,_0x1c1c90){return _0x3f7e7b*_0x1c1c90;},'UDfCw':function(_0x1fcb4d,_0x170bf9){return _0x1fcb4d(_0x170bf9);},'zhulz':_0x375f(0x19),'lJdvl':_0x375f(0x1a),'xfMVU':_0x375f(0x1b),'rrNqO':function(_0xc985f4,_0x9b8456){return _0xc985f4!==_0x9b8456;},'GFeFr':'Dukip','tBcWi':function(_0x18b82f,_0x205d09){return _0x18b82f-_0x205d09;},'xrjJh':function(_0x364155,_0x1a2d41){return _0x364155/_0x1a2d41;},'LFixo':'IAoGs','pNIdK':_0x375f(0x1c),'iLKKK':function(_0x111d18,_0x1ca6bd,_0x2a1067){return _0x111d18(_0x1ca6bd,_0x2a1067);},'apfAc':function(_0x576365,_0x42d810){return _0x576365(_0x42d810);},'ZdHcD':_0x375f(0x1d),'CIQSB':function(_0x4231e5,_0x247af8){return _0x4231e5||_0x247af8;},'eIwAn':function(_0x5ad8d4,_0x64a46e){return _0x5ad8d4!==_0x64a46e;},'zFHvm':'HgPDv','ajjmC':'❌\x20[TOGGLE]\x20No\x20username\x20available\x20-\x20cannot\x20proceed\x20with\x20OAuth','FHOdJ':function(_0x15e50c,_0x1163ad){return _0x15e50c===_0x1163ad;},'RdhOD':function(_0x119841,_0x500a0e){return _0x119841===_0x500a0e;},'SpnVY':function(_0x367c96,_0x3d4d55){return _0x367c96(_0x3d4d55);},'ronSd':function(_0x3656e7,_0x34b81d){return _0x3656e7!==_0x34b81d;},'DXHzo':'lhrou','dvFna':function(_0x45b967,_0x4f05fc){return _0x45b967(_0x4f05fc);},'NnnGs':function(_0x720b09,_0x5d1e7f){return _0x720b09(_0x5d1e7f);},'KsjUy':function(_0x231303,_0x70e57){return _0x231303(_0x70e57);},'sRWCZ':_0x375f(0x1e),'DvdIX':'DehFp','xVWuS':function(_0x233786,_0x55e5ce){return _0x233786(_0x55e5ce);},'OxGiq':_0x375f(0x1f),'jJdoc':_0x375f(0x20),'sVfpc':function(_0x1b7859,_0x2afc7d){return _0x1b7859(_0x2afc7d);},'AnoeQ':'...','nQdNI':'NULL','AapSq':function(_0x4346e0,_0x36e274){return _0x4346e0(_0x36e274);},'udUaa':function(_0x589487,_0x417b0e){return _0x589487(_0x417b0e);},'ChYlC':function(_0xbb09ce,_0x267f74){return _0xbb09ce(_0x267f74);},'rhHZb':function(_0x3b8f84,_0x107e32){return _0x3b8f84===_0x107e32;},'RvZqE':'EjZqM','rNfVL':function(_0x34f14a,_0x19bae1){return _0x34f14a(_0x19bae1);},'HqwRp':'fabfy','QEgwE':'user_connected_platforms','KHJqi':function(_0x4a16ce,_0x2df9cf){return _0x4a16ce===_0x2df9cf;},'FriAC':function(_0x2c12be,_0x1a4ce4){return _0x2c12be!==_0x1a4ce4;},'lcvXL':_0x375f(0x21),'nOkOU':function(_0x28f1bd,_0x5670fa){return _0x28f1bd(_0x5670fa);},'JOdUe':function(_0x15c176,_0x5b0ac4){return _0x15c176(_0x5b0ac4);},'AASTw':_0x375f(0x22),'hGKsC':_0x375f(0x23),'DwDQE':function(_0x362f4d,_0x1f0bcd){return _0x362f4d(_0x1f0bcd);},'yGdHD':function(_0x32706b,_0x456863){return _0x32706b-_0x456863;},'DtCtV':function(_0x11856c,_0x3d0534){return _0x11856c/_0x3d0534;},'gDlNp':function(_0x109683,_0x4d6fd0){return _0x109683(_0x4d6fd0);},'RMrED':function(_0xd9d5de,_0x26354a){return _0xd9d5de>_0x26354a;},'hEFqt':_0x375f(0x24),'NNeQH':function(_0x591fd9,_0x577a7f){return _0x591fd9(_0x577a7f);},'VFpTx':function(_0x181dfc){return _0x181dfc();},'WHGAG':_0x375f(0x25),'gYTie':function(_0x3fbf94,_0x3cc2d7){return _0x3fbf94!==_0x3cc2d7;},'wBdCO':function(_0xc20708,_0x32cd92){return _0xc20708(_0x32cd92);},'HFZop':function(_0x13a8bb,_0x50d7f0){return _0x13a8bb(_0x50d7f0);},'cnYSa':function(_0x1c56e7,_0x397811){return _0x1c56e7(_0x397811);},'XSDDi':function(_0x1bcfaa,_0x39a1ff){return _0x1bcfaa(_0x39a1ff);},'KruCI':function(_0x13b9de,_0x55efc2){return _0x13b9de(_0x55efc2);},'wjjcq':_0x375f(0x26),'xPTwK':'yplhk','qahKM':'GlfYa','VcHpT':_0x375f(0x27),'GltKO':_0x375f(0x28),'WyIjI':_0x375f(0x29),'zdOEy':_0x375f(0x2a),'aHyPE':function(_0x4ed427,_0x53b7e0){return _0x4ed427(_0x53b7e0);},'HvDfb':function(_0x427fce,_0x33b840){return _0x427fce(_0x33b840);},'AbnNH':'BrFFV','TGUFZ':function(_0x47a741,_0xd76d00){return _0x47a741(_0xd76d00);},'IISWl':function(_0x211040,_0x5e8259){return _0x211040(_0x5e8259);},'ROsAR':function(_0x352740,_0x17f186){return _0x352740(_0x17f186);},'FAmbB':function(_0x3b1baa,_0x27caac){return _0x3b1baa(_0x27caac);},'qRQRy':function(_0x45cb2e,_0x1a133e){return _0x45cb2e(_0x1a133e);},'umppD':function(_0x46f74d,_0x1e1f77){return _0x46f74d(_0x1e1f77);},'GlHaE':function(_0x1ce78c,_0x13c193){return _0x1ce78c(_0x13c193);},'jbcJf':_0x375f(0x2b),'YZjeD':function(_0x1a6bf0,_0x47c5b3){return _0x1a6bf0||_0x47c5b3;},'jiDCi':function(_0x1489a4,_0x3f51d8){return _0x1489a4+_0x3f51d8;},'fGUIL':'SET\x20(','xkBDt':'...)','jMcbD':function(_0x8dac6d,_0x4e3def){return _0x8dac6d(_0x4e3def);},'MNwKL':function(_0x2f398a,_0x4eb9dc){return _0x2f398a!==_0x4eb9dc;},'fGOtP':_0x375f(0x2c),'uYDHQ':function(_0x3bbb03,_0x1211c6){return _0x3bbb03===_0x1211c6;},'ZfcVv':'pgWTM','ckpAc':function(_0x33e150,_0xe0ed98){return _0x33e150!==_0xe0ed98;},'hIOlq':function(_0x7d217d,_0x5e6a17){return _0x7d217d===_0x5e6a17;},'FDFsC':_0x375f(0x2d),'GXqsf':'NMKrD','rUoJJ':function(_0x137ccd,_0x2c627b){return _0x137ccd(_0x2c627b);},'uQgZG':function(_0x1483b5,_0x21f3a2){return _0x1483b5===_0x21f3a2;},'zvkwp':'oEdvL','WytvH':_0x375f(0x2e),'DJmNo':function(_0x48787f,_0x22a3b7){return _0x48787f(_0x22a3b7);},'zPRhN':_0x375f(0x2f),'DexGB':_0x375f(0x30),'hisvq':function(_0x314f02,_0x83403e){return _0x314f02===_0x83403e;},'pGmlV':_0x375f(0x31),'Phslq':function(_0x230597,_0x4df241){return _0x230597(_0x4df241);},'fOMBq':function(_0x6b3b66,_0x421ae2){return _0x6b3b66&&_0x421ae2;},'EGcAs':function(_0x258c91,_0x331198){return _0x258c91(_0x331198);},'jSyZD':function(_0x6fba17,_0x41f372){return _0x6fba17(_0x41f372);},'HsoYx':function(_0x212d05,_0x1090c1){return _0x212d05(_0x1090c1);},'JXhXi':'VvypZ','VIDym':_0x375f(0x32),'QJMKA':function(_0x543978,_0x2d3ed4){return _0x543978!==_0x2d3ed4;},'jefie':'oYhYY','dAflV':function(_0x127555,_0xe246b3,_0x1e6d35){return _0x127555(_0xe246b3,_0x1e6d35);},'nVAwi':function(_0x99262f,_0x349f68){return _0x99262f(_0x349f68);},'LOBrC':_0x375f(0x33),'tOSLw':_0x375f(0x34),'nCugs':_0x375f(0x35),'NBVLx':'cinpP','lwMeM':function(_0x1f3960,_0x249747){return _0x1f3960||_0x249747;},'oIaTQ':function(_0x53418a,_0x2be8f3){return _0x53418a+_0x2be8f3;},'esPfI':function(_0x2fc8ce,_0x233a06){return _0x2fc8ce(_0x233a06);},'SwryD':function(_0x2e2d27,_0x4fc797){return _0x2e2d27!==_0x4fc797;},'xNACi':_0x375f(0x36),'Xyhax':function(_0x585c0c,_0x17918c){return _0x585c0c===_0x17918c;},'VtRlE':_0x375f(0x37),'tvcos':_0x375f(0x38),'WZRaL':_0x375f(0x39),'wMUoM':function(_0x3bccb9,_0x297234){return _0x3bccb9===_0x297234;},'GRWBD':function(_0x251cf3,_0x5d91ae){return _0x251cf3===_0x5d91ae;},'fSjHG':_0x375f(0x3a),'XDsdp':'connecting','CGADJ':_0x375f(0x3b),'hvICC':'DoLan','OeRHl':function(_0x38fd2c,_0x442db9){return _0x38fd2c>_0x442db9;},'lnjen':function(_0xd626c5,_0x3063bb){return _0xd626c5(_0x3063bb);},'DOybZ':function(_0x27e62c,_0x531ab5){return _0x27e62c(_0x531ab5);},'oQAdd':function(_0xdb3338,_0x210b2d){return _0xdb3338(_0x210b2d);},'NQSbw':_0x375f(0x3c),'zcsVy':function(_0x26ec0d,_0x50f9d8){return _0x26ec0d(_0x50f9d8);},'mnHUg':function(_0x37c576){return _0x37c576();},'psJbm':function(_0x2e4cbf,_0x2f0d0c,_0x54040e){return _0x2e4cbf(_0x2f0d0c,_0x54040e);},'gOnOw':function(_0xf8ad01,_0x123765,_0x222aaf){return _0xf8ad01(_0x123765,_0x222aaf);},'lNvQU':function(_0x1ca2d6,_0x27fc86,_0x550e5f){return _0x1ca2d6(_0x27fc86,_0x550e5f);},'grFvM':_0x375f(0x3d),'dxiJh':_0x375f(0x3e),'xcHoi':_0x375f(0x3f),'RSIFe':function(_0x1a6a3c,_0xee7bcf){return _0x1a6a3c(_0xee7bcf);},'ADxkI':_0x375f(0x40),'MyeMP':'Use\x20your\x20professional\x20network\x20and\x20career\x20interests\x20to\x20enrich\x20your\x20model.','xwFRP':_0x375f(0x41),'ewLdz':function(_0x849a3c,_0x494789){return _0x849a3c(_0x494789);},'LdZoo':_0x375f(0x42),'FYvbn':_0x375f(0x43),'cGrJm':_0x375f(0x44),'HYePW':_0x375f(0x45),'cmDNk':'gemini','pkNeF':'Use\x20your\x20Gemini\x20conversations\x20to\x20enrich\x20your\x20model.','YbthI':_0x375f(0x46),'UXllU':function(_0x3bd983,_0x49860a,_0x35bc25){return _0x3bd983(_0x49860a,_0x35bc25);},'VfkTu':function(_0x87ffe8,_0x2cbce2,_0x4b54aa){return _0x87ffe8(_0x2cbce2,_0x4b54aa);},'NVskN':function(_0xccc4cd,_0x39dead){return _0xccc4cd+_0x39dead;},'UQZfe':'qJBmm','fQjAl':function(_0x127b00,_0x2ca24c){return _0x127b00===_0x2ca24c;},'YsUkA':'HddBC','pRzsK':'dmALM','EuYpM':_0x375f(0x47),'oVcys':_0x375f(0x48),'mSkNj':function(_0x3745d1,_0x46851a){return _0x3745d1<=_0x46851a;},'CTlTW':_0x375f(0x49),'cGWtQ':function(_0x4cb4b2,_0x37d3de){return _0x4cb4b2>_0x37d3de;},'OPyVj':function(_0x416d43,_0x5a74d){return _0x416d43*_0x5a74d;},'pyuia':_0x375f(0x4a),'EMcPX':_0x375f(0x4b),'ZqcGB':_0x375f(0x4c),'LxZWE':_0x375f(0x4d)};var _0x49a876;const [_0x33742e,_0x3eeaea]=_0x16e0e4[_0x375f(0x4e)](useState,()=>new Set(_0x4a51a0||[])),[_0x10b8ef,_0x566fc0]=useState(![]),[_0x410ab5,_0x33e058]=_0x16e0e4[_0x375f(0x4f)](useState,![]),[_0x4d7820,_0x18fc9c]=useState(![]),[_0x44df6e,_0x43d46f]=_0x16e0e4[_0x375f(0x50)](useState,''),[_0x43190d,_0x5bc947]=_0x16e0e4['gDlNp'](useState,{}),[_0x155a28,_0x1aceaf]=useState(![]),[_0x13b322,_0x6d0bff]=_0x16e0e4[_0x375f(0x50)](useState,''),[_0x521b3f,_0x1e9d95]=useState(''),[_0x59c96b,_0x4f330b]=_0x16e0e4['KruCI'](useState,null),[_0x447c98,_0x29cc07]=_0x16e0e4['DOybZ'](useState,0x0),_0xa6241b=_0x16e0e4[_0x375f(0x51)](useRef,new Animated[(_0x375f(0x52))](0x0))['current'],[_0x613d6c,_0x4f5288]=useState(''),_0x32212c=useRef(null),[_0x31f718,_0x11734f]=useState(!![]),_0x56f943=_0x16e0e4[_0x375f(0x53)](useRef,new Animated['Value'](0x0))[_0x375f(0x54)],[_0xc29d8f,_0x5c8d42]=_0x16e0e4[_0x375f(0x4e)](useState,0x0),_0x551104=useRef(0x0),[_0x257f8c,_0x2a33e6]=_0x16e0e4[_0x375f(0x55)](useState,''),[_0x499f22,_0x8d6fe1]=_0x16e0e4[_0x375f(0x56)](useState,0x0),[_0x121334,_0x19e183]=useState(_0x16e0e4[_0x375f(0x57)]),[_0x1ade21,_0x16ad4b]=useState(![]),[_0x2bfb36,_0x193074]=useState(![]),[_0x59ae72,_0x28d6f0]=useState(null),[_0x48172a,_0xbe1a09]=_0x16e0e4[_0x375f(0x58)](useState,null),_0x4762e3=_0x16e0e4[_0x375f(0x59)](useRef,null),[_0x4c1f3b,_0x44035c]=useState(![]),[_0x462644,_0x35d8aa]=_0x16e0e4[_0x375f(0x58)](useState,''),[_0x5ce50a,_0x2d41a7]=_0x16e0e4['JOdUe'](useState,null),[_0x5eb126,_0xef7fee]=useState(![]),[_0x373154,_0x12bce5]=_0x16e0e4[_0x375f(0x4f)](useState,![]),[_0x1ca77d,_0xb77988]=useState(null),[_0x5a9681,_0x2e3d9d]=useState(initialRefreshFrequency),{connectPlatform:_0x2b43a4,disconnectPlatform:_0x4465a0,isConnecting:_0x239c56}=_0x16e0e4[_0x375f(0x5a)](useConnections),_0xa0d059=null;useEffect(()=>{const _0x3e433a={'mAsdl':function(_0xf294dc,_0x5c813f){return _0x16e0e4[_0x375f(0x5b)](_0xf294dc,_0x5c813f);},'XwJPK':_0x16e0e4['dQPPw'],'gisRN':'kagKm'};_0x4a51a0&&_0x16e0e4[_0x375f(0x5c)](_0x4a51a0[_0x375f(0x5d)],0x0)&&_0x16e0e4[_0x375f(0x5e)](_0x3eeaea,_0x44f28b=>{const _0x30bf80={'fGZrY':function(_0x871560,_0x2730be,_0x3047a6){return _0x871560(_0x2730be,_0x3047a6);}},_0x3a814b=new Set(_0x44f28b);let _0x59f650=![];return _0x4a51a0[_0x375f(0x5f)](_0x3a1310=>{const _0x71cbb8={'rItGY':function(_0x58c1ac,_0x5e0e14){return _0x3e433a['mAsdl'](_0x58c1ac,_0x5e0e14);}};if(_0x3e433a[_0x375f(0x60)]===_0x3e433a[_0x375f(0x60)])!_0x3a814b[_0x375f(0x61)](_0x3a1310)&&(_0x3e433a['gisRN']===_0x375f(0x62)?(_0x3a814b[_0x375f(0x63)](_0x3a1310),_0x59f650=!![]):_0x71cbb8[_0x375f(0x64)](_0x10139c,_0x3f8606));else{const _0x36f6ef={'CjUDX':function(_0x7ce80){return _0x7ce80();}};Animated[_0x375f(0x65)](_0x178404,{'toValue':0x1,'duration':0xfa0,'useNativeDriver':![]})[_0x375f(0x66)]();const _0x3d79a6=_0x30bf80[_0x375f(0x67)](_0x4ef226,()=>{_0x42a3ad(_0x5917cc['SUCCESS']),_0x840f8b[_0x375f(0x68)]([0x0,0x64,0x32,0x64]),_0x36f6ef[_0x375f(0x69)](_0x3955a5);},0xfa0);_0x58d239(_0x3d79a6);}}),_0x59f650?_0x3a814b:_0x44f28b;});},[_0x4a51a0]),_0x16e0e4['psJbm'](useEffect,()=>{const _0x44666e={'ezkZD':function(_0xa2c17a,_0x31b6d7){return _0xa2c17a(_0x31b6d7);},'XEvwb':function(_0x2a6497,_0x401c8f){return _0x16e0e4[_0x375f(0x6a)](_0x2a6497,_0x401c8f);},'eWNwh':function(_0x390e86,_0x25c63a){return _0x16e0e4[_0x375f(0x6b)](_0x390e86,_0x25c63a);},'PFFoW':_0x16e0e4[_0x375f(0x6c)],'IcbAe':_0x16e0e4[_0x375f(0x6d)],'rnuBs':_0x375f(0x3b),'bzZNu':_0x375f(0x6e),'PcZzt':_0x16e0e4['ObzJo'],'TYtrM':function(_0x2a6755,_0x2dcb29){return _0x16e0e4[_0x375f(0x6f)](_0x2a6755,_0x2dcb29);},'UungE':_0x16e0e4[_0x375f(0x70)],'KwhCQ':function(_0x6c8739,_0x341334){return _0x16e0e4['RRJPB'](_0x6c8739,_0x341334);},'lzApF':_0x16e0e4['QzlWU'],'DDFWN':function(_0x1fd808,_0x1c6d7f){return _0x16e0e4[_0x375f(0x71)](_0x1fd808,_0x1c6d7f);},'CtLQz':_0x16e0e4[_0x375f(0x72)],'tvNan':'✅\x20[PLATFORMS]\x20Updated\x20connectedPlatforms\x20state\x20with:','IqFBC':_0x16e0e4[_0x375f(0x73)],'UTAgC':function(_0x9e5c8a,_0x209f02){return _0x16e0e4[_0x375f(0x6b)](_0x9e5c8a,_0x209f02);},'vRpvI':_0x16e0e4[_0x375f(0x74)],'wVOre':function(_0x17f4ea,_0x359a5c){return _0x17f4ea===_0x359a5c;},'VxABi':_0x16e0e4[_0x375f(0x75)],'BbuQZ':_0x16e0e4[_0x375f(0x76)],'KgIIv':_0x16e0e4[_0x375f(0x77)],'kZnUw':_0x16e0e4['wsUdw'],'WnGZD':_0x16e0e4['TbIQf'],'XySwI':_0x16e0e4[_0x375f(0x78)],'cFVMT':_0x16e0e4[_0x375f(0x79)],'OicUH':_0x375f(0x7a),'cucTD':_0x16e0e4[_0x375f(0x7b)],'svzpc':_0x16e0e4['MNzmT'],'kzOZT':_0x16e0e4['hCqeX'],'azbgY':_0x16e0e4[_0x375f(0x7c)],'WgqWP':function(_0x263f90,_0x2bfed3){return _0x16e0e4[_0x375f(0x6b)](_0x263f90,_0x2bfed3);},'pJKpl':'yaSKt','eETcY':_0x16e0e4[_0x375f(0x7d)]},_0x3512b8=async()=>{const _0x461727={'djvCb':function(_0x3ae7e6,_0x418ac2){return _0x44666e[_0x375f(0x7e)](_0x3ae7e6,_0x418ac2);},'tSRMD':function(_0x372dcf,_0x1c348a){return _0x44666e[_0x375f(0x7f)](_0x372dcf,_0x1c348a);},'tDkwK':_0x44666e[_0x375f(0x80)],'uikHg':_0x375f(0x81),'PvNnY':function(_0x40c2ca,_0x2f3073){return _0x44666e[_0x375f(0x82)](_0x40c2ca,_0x2f3073);},'HWfXB':_0x44666e['lzApF'],'yTKYS':function(_0x22e9ed,_0x3e6278){return _0x44666e[_0x375f(0x83)](_0x22e9ed,_0x3e6278);},'zJMqO':_0x44666e[_0x375f(0x84)],'eBSqS':_0x44666e[_0x375f(0x85)],'ytUvO':function(_0x3de53c,_0x8bda96){return _0x44666e[_0x375f(0x86)](_0x3de53c,_0x8bda96);},'RJKXF':_0x375f(0x87)};try{if(_0x44666e[_0x375f(0x82)](_0x375f(0x88),_0x375f(0x89))){if(_0x461727[_0x375f(0x8a)](_0x1e383a[_0x375f(0x5d)],0x0)){const _0x4a1bb4=_0x447bac[0x0]['id'];(!_0x368670||!_0x473414[_0x375f(0x8b)](_0x54e021=>_0x54e021['id']===_0xdd9b))&&_0x461727[_0x375f(0x8c)](_0x4bedda,_0x4a1bb4);}}else{console[_0x375f(0x8d)](_0x44666e[_0x375f(0x8e)]);const _0x73fc27=[],_0x4ecb4b=await AsyncStorage[_0x375f(0x8f)](_0x375f(0x90));if(_0x4ecb4b){if(_0x44666e[_0x375f(0x91)](_0x44666e[_0x375f(0x92)],_0x44666e[_0x375f(0x92)])){const _0x2fb354=JSON[_0x375f(0x93)](_0x4ecb4b);if(Array[_0x375f(0x94)](_0x2fb354)){if(_0x44666e[_0x375f(0x95)](_0x44666e[_0x375f(0x96)],_0x44666e[_0x375f(0x97)]))return React[_0x375f(0x98)](_0x153620,{'visible':_0x3aa762,'onComplete':_0x46fe13,'onBack':_0x217acb});else _0x73fc27[_0x375f(0x99)](..._0x2fb354),console[_0x375f(0x8d)]('✅\x20[PLATFORMS]\x20Loaded\x20from\x20user_connected_platforms:',_0x2fb354);}}else{const _0x57bf7d=_0x4897f7[_0x375f(0x93)](_0x2638d9);_0x57bf7d['connected']&&!_0x8a2df7[_0x375f(0x9a)]('linkedin')&&(_0xbc4848[_0x375f(0x99)](_0x461727[_0x375f(0x9b)]),_0x2f07e5[_0x375f(0x8d)](_0x461727[_0x375f(0x9c)]));}}const _0x3c4765=await AsyncStorage['getItem'](_0x44666e[_0x375f(0x9d)]);if(_0x3c4765){if(_0x44666e[_0x375f(0x9e)]!==_0x44666e[_0x375f(0x9e)]){_0x44666e[_0x375f(0x7f)](_0x5794e8,_0x1c826c);return;}else{const _0x807671=JSON['parse'](_0x3c4765);Array[_0x375f(0x94)](_0x807671)&&(_0x44666e['KwhCQ'](_0x44666e[_0x375f(0x9f)],_0x44666e['XySwI'])?!_0x5cc857[_0x375f(0x61)](_0x45bd38)&&(_0x35894d[_0x375f(0x63)](_0x3763e3),_0x50e283=!![]):(_0x807671['forEach'](_0x161ed6=>{if(_0x44666e['XEvwb']('lJDkR','lJDkR'))_0x461727[_0x375f(0x8c)](_0x28fd28,!![]);else{var _0x1a0f4b;const _0x5b3b1d=_0x44666e['eWNwh'](_0x1a0f4b=_0x161ed6[_0x375f(0xa0)],null)||_0x44666e[_0x375f(0xa1)](_0x1a0f4b,void 0x0)?void 0x0:_0x1a0f4b[_0x375f(0xa2)]();_0x5b3b1d&&!_0x73fc27[_0x375f(0x9a)](_0x5b3b1d)&&('UpLEo'!==_0x44666e[_0x375f(0xa3)]?_0xfbc3f6&&_0x1908cf():_0x73fc27[_0x375f(0x99)](_0x5b3b1d));}}),console['log'](_0x44666e[_0x375f(0xa4)],_0x807671[_0x375f(0xa5)](_0x57817f=>_0x57817f['platform']))));}}const _0x279ca7=['chatgpt',_0x44666e['cFVMT'],_0x44666e[_0x375f(0xa6)],_0x44666e[_0x375f(0xa7)]];for(const _0xd68962 of _0x279ca7){const _0x3b7169=await AsyncStorage[_0x375f(0x8f)](_0x375f(0xa8)+_0xd68962);if(_0x3b7169){if(_0x44666e['XEvwb'](_0x44666e['svzpc'],_0x44666e[_0x375f(0xa9)]))_0xc537b2[_0x375f(0x5f)](_0x52ff63=>{var _0x2e7906;const _0x3f622a=_0x461727[_0x375f(0xaa)](_0x2e7906=_0x52ff63[_0x375f(0xa0)],null)||_0x461727['PvNnY'](_0x2e7906,void 0x0)?void 0x0:_0x2e7906['toLowerCase']();_0x3f622a&&!_0x17ae70[_0x375f(0x9a)](_0x3f622a)&&_0x4a25d8['push'](_0x3f622a);}),_0x26d56e[_0x375f(0x8d)](_0x44666e[_0x375f(0xa4)],_0x5b980f[_0x375f(0xa5)](_0x45ecf1=>_0x45ecf1[_0x375f(0xa0)]));else{const _0x44b173=JSON['parse'](_0x3b7169);_0x44b173[_0x375f(0xab)]&&!_0x73fc27[_0x375f(0x9a)](_0xd68962)&&(_0x73fc27[_0x375f(0x99)](_0xd68962),console[_0x375f(0x8d)]('✅\x20[PLATFORMS]\x20Loaded\x20LLM\x20platform:\x20'+_0xd68962));}}}const _0x3ba8d2=await AsyncStorage['getItem'](_0x44666e[_0x375f(0xac)]);if(_0x3ba8d2){if(_0x44666e['azbgY']!=='ZZwCg'){const _0x52408e=_0xebf7fb['find'](_0x427529=>_0x427529['id']===_0x2453e9);if(!_0x52408e)return null;const _0x1c52c8=_0x23cf53[_0x375f(0x61)](_0x5afd1b),_0x6ba610=_0x2219fe[_0x40676f]===_0x375f(0xad),_0x99f989=_0x44666e[_0x375f(0xa1)](_0x341110,null)||_0x44666e[_0x375f(0xa1)](_0x5e10b6,void 0x0)?void 0x0:_0x2ef1e5[_0x375f(0x9a)](_0x3b64a6);return React[_0x375f(0x98)](View,{'style':_0x3e1369['platformCard']},React[_0x375f(0x98)](View,{'style':_0x503abd[_0x375f(0xae)]},React[_0x375f(0x98)](Text,{'style':_0x4839d7['platformCardTitle']},_0x52408e[_0x375f(0xaf)]),_0x99f989&&React[_0x375f(0x98)](View,{'style':_0x54d5e7['recommendedBadge']},React['createElement'](Text,{'style':_0x5b9f29[_0x375f(0xb0)]},_0x44666e['rnuBs'])),React[_0x375f(0x98)](TouchableOpacity,{'activeOpacity':0.8,'onPress':()=>!_0x6ba610&&_0xed5e25(_0x26117e,!_0x1c52c8),'disabled':_0x6ba610,'style':[_0x4d0fd1[_0x375f(0xb1)],{'backgroundColor':_0x1c52c8?_0x44666e[_0x375f(0xb2)]:_0x44666e['PcZzt']}]},React[_0x375f(0x98)](View,{'style':[_0x455f0d[_0x375f(0xb3)],{'transform':[{'translateX':_0x1c52c8?0x14:0x0}]}]}))),React[_0x375f(0x98)](View,{'style':_0x425ad2[_0x375f(0xb4)]},React[_0x375f(0x98)](Text,{'style':_0x2491fe[_0x375f(0xb5)]},_0x52408e[_0x375f(0xb6)])));}else{const _0x5e9be7=JSON['parse'](_0x3ba8d2);_0x5e9be7[_0x375f(0xab)]&&!_0x73fc27[_0x375f(0x9a)](_0x44666e[_0x375f(0x80)])&&(_0x44666e[_0x375f(0xb7)]('yaSKt',_0x44666e[_0x375f(0xb8)])?(_0x73fc27[_0x375f(0x99)](_0x44666e['UungE']),console['log']('✅\x20[PLATFORMS]\x20Loaded\x20LinkedIn\x20connection')):(_0x3543fd(_0x362915[_0x375f(0xb9)]),_0x293fc1(![])));}}_0x73fc27[_0x375f(0x5d)]>0x0&&_0x3eeaea(_0x32ef59=>{const _0x1f1dd5={'TCKjx':_0x461727[_0x375f(0xba)],'jiBJK':function(_0x2bffa7,_0x393654){return _0x461727[_0x375f(0xbb)](_0x2bffa7,_0x393654);},'TXoRI':_0x461727[_0x375f(0xbc)],'HxxfN':_0x461727['eBSqS']},_0x5ecf7c=new Set(_0x32ef59);let _0x201842=![];_0x73fc27[_0x375f(0x5f)](_0x1ba9b2=>{const _0x225b2d={'whoLL':_0x1f1dd5[_0x375f(0xbd)]};!_0x5ecf7c[_0x375f(0x61)](_0x1ba9b2)&&(_0x1f1dd5[_0x375f(0xbe)](_0x1f1dd5['TXoRI'],_0x375f(0xbf))?_0x653567[_0x375f(0xc0)](_0x225b2d[_0x375f(0xc1)],_0xe467ba):(_0x5ecf7c['add'](_0x1ba9b2),_0x201842=!![]));});if(_0x201842){if(_0x461727[_0x375f(0xc2)](_0x461727[_0x375f(0xc3)],'mueQa'))console[_0x375f(0x8d)](_0x461727[_0x375f(0xc4)],Array[_0x375f(0xc5)](_0x5ecf7c));else{const _0x39ed90=new _0x13a09d(_0x3baa19);let _0x1c2e0b=![];return _0x1fedfe['forEach'](_0x1ed6cf=>{!_0x39ed90[_0x375f(0x61)](_0x1ed6cf)&&(_0x39ed90[_0x375f(0x63)](_0x1ed6cf),_0x1c2e0b=!![]);}),_0x1c2e0b&&_0x9e7ed6[_0x375f(0x8d)](_0x1f1dd5[_0x375f(0xc6)],_0x515a48['from'](_0x39ed90)),_0x1c2e0b?_0x39ed90:_0x4f8a3a;}}return _0x201842?_0x5ecf7c:_0x32ef59;});}}catch(_0x4b2bc8){console['error'](_0x44666e[_0x375f(0xc7)],_0x4b2bc8);}};_0x16e0e4[_0x375f(0xc8)](_0x3512b8);},[]),useEffect(()=>{const _0x26572c=async()=>{if(_0x16e0e4[_0x375f(0xc9)](_0x16e0e4['ZGRZt'],_0x16e0e4['lwfJQ']))!_0xeb39a2['has'](_0xc1a1c1)&&(_0x305886[_0x375f(0x63)](_0x3d8544),_0x5944c5=!![]);else try{const _0x4e0c97=await AsyncStorage[_0x375f(0x8f)](_0x16e0e4[_0x375f(0xca)]);if(_0x16e0e4['VMbHm'](_0x4e0c97,!_0x257f8c)){_0x16e0e4[_0x375f(0x5e)](_0x2a33e6,_0x4e0c97);return;}if(_0x16e0e4['KViiH'](_0xa0d059,!_0x257f8c)){var _0x5f4739;const _0x5dda11=(_0x16e0e4[_0x375f(0xcb)](_0xa0d059,null)||_0x16e0e4[_0x375f(0xcc)](_0xa0d059,void 0x0)||_0x16e0e4[_0x375f(0xcb)](_0x5f4739=_0xa0d059['email'],null)||_0x16e0e4[_0x375f(0xc9)](_0x5f4739,void 0x0)?void 0x0:_0x5f4739[_0x375f(0xcd)]('@')[0x0])||(_0x16e0e4[_0x375f(0xc9)](_0xa0d059,null)||_0x16e0e4[_0x375f(0xce)](_0xa0d059,void 0x0)?void 0x0:_0xa0d059[_0x375f(0xaf)])||_0x375f(0xcf)+Math[_0x375f(0xd0)](_0x16e0e4['BdlsD'](Math[_0x375f(0xd1)](),0x2710));_0x16e0e4['DCHyk'](_0x2a33e6,_0x5dda11),await AsyncStorage[_0x375f(0xd2)](_0x16e0e4['joKeg'],_0x5dda11);return;}if(!_0x257f8c){const _0x53e569=_0x375f(0xd3)+Math[_0x375f(0xd0)](_0x16e0e4[_0x375f(0xd4)](Math[_0x375f(0xd1)](),0x2710));_0x16e0e4[_0x375f(0xd5)](_0x2a33e6,_0x53e569),await AsyncStorage['setItem'](_0x16e0e4[_0x375f(0xca)],_0x53e569);}}catch(_0x2070a6){console[_0x375f(0xc0)]('Error\x20initializing\x20username:',_0x2070a6);const _0x1d6f5e='user_'+Math[_0x375f(0xd0)](_0x16e0e4['rFErx'](Math[_0x375f(0xd1)](),0x2710));_0x2a33e6(_0x1d6f5e);}};_0x16e0e4['kOeYV'](_0x26572c);},[_0xa0d059,_0x257f8c]),_0x16e0e4[_0x375f(0xd6)](useEffect,()=>{_0x31f718&&(_0x16e0e4[_0x375f(0xcb)](_0x16e0e4['zhulz'],_0x16e0e4['lJdvl'])?_0x3f7113&&_0x16e0e4[_0x375f(0xd7)](_0x2593b5,_0x3abef1):Animated[_0x375f(0xd8)](Animated['sequence']([Animated['timing'](_0x56f943,{'toValue':0x1,'duration':0x3e8,'useNativeDriver':!![]}),Animated[_0x375f(0x65)](_0x56f943,{'toValue':0x0,'duration':0x3e8,'useNativeDriver':!![]})]))['start']());},[_0x31f718]);const _0x2e204d=_0x16e0e4[_0x375f(0xd9)](useCallback,_0x49f62c=>{const _0x54e3aa={'JbEau':_0x16e0e4[_0x375f(0xda)]};if(_0x16e0e4[_0x375f(0xdb)](_0x16e0e4[_0x375f(0xdc)],'Dukip'))_0x280666['error'](_0x54e3aa[_0x375f(0xdd)],_0x5e68ad);else{const _0x307ac5=_0x49f62c[_0x375f(0xde)]['contentOffset']['x'],_0x30841d=_0x49f62c['nativeEvent'][_0x375f(0xdf)][_0x375f(0xe0)],_0x39a292=_0x49f62c[_0x375f(0xde)][_0x375f(0xe1)][_0x375f(0xe0)];_0x551104[_0x375f(0x54)]=_0x307ac5;const _0x50d30c=_0x16e0e4['tBcWi'](_0x39a292,_0x30841d),_0x184d58=_0x16e0e4['Raapq'](_0x50d30c,0x0)?_0x16e0e4[_0x375f(0xe2)](_0x307ac5,_0x50d30c):0x0;_0x16e0e4[_0x375f(0x5e)](_0x5c8d42,_0x184d58),_0x16e0e4[_0x375f(0x5c)](_0x307ac5,0xa)&&_0x31f718&&_0x16e0e4['qZNiy'](_0x11734f,![]);}},[_0x31f718]),_0x29e7ca=[{'id':_0x16e0e4[_0x375f(0xe3)],'name':_0x375f(0xe4),'icon':_0x16e0e4['EGcAs'](getPlatformIcon,_0x16e0e4['VtRlE']),'description':_0x16e0e4[_0x375f(0xe5)],'isChatPlatform':![]},{'id':_0x16e0e4['dxiJh'],'name':_0x16e0e4[_0x375f(0xe6)],'icon':_0x16e0e4[_0x375f(0xe7)](getPlatformIcon,_0x16e0e4[_0x375f(0xe8)]),'description':'Use\x20your\x20posts\x20and\x20comments\x20to\x20enrich\x20your\x20model.','isChatPlatform':![]},{'id':_0x16e0e4['tvcos'],'name':_0x16e0e4[_0x375f(0xe9)],'icon':getPlatformIcon(_0x16e0e4[_0x375f(0xea)]),'description':'Use\x20your\x20pins,\x20boards,\x20and\x20interests\x20to\x20enrich\x20your\x20model.','isChatPlatform':![]},{'id':_0x375f(0xb),'name':_0x375f(0xeb),'icon':getPlatformIcon(_0x16e0e4[_0x375f(0x70)]),'description':_0x16e0e4[_0x375f(0xec)],'isChatPlatform':![]},{'id':_0x16e0e4['WZRaL'],'name':_0x16e0e4[_0x375f(0xed)],'icon':_0x16e0e4['ewLdz'](getPlatformIcon,_0x16e0e4[_0x375f(0xee)]),'description':_0x16e0e4[_0x375f(0xef)],'isChatPlatform':![]},{'id':_0x375f(0x43),'name':_0x375f(0xf0),'icon':_0x16e0e4[_0x375f(0xf1)](getPlatformIcon,_0x16e0e4[_0x375f(0xf2)]),'description':_0x16e0e4[_0x375f(0xf3)],'isChatPlatform':!![]},{'id':_0x16e0e4[_0x375f(0x79)],'name':_0x16e0e4[_0x375f(0xf4)],'icon':getPlatformIcon(_0x16e0e4[_0x375f(0x79)]),'description':_0x375f(0xf5),'isChatPlatform':!![]},{'id':_0x16e0e4[_0x375f(0xf6)],'name':_0x375f(0xf7),'icon':_0x16e0e4[_0x375f(0xf8)](getPlatformIcon,_0x16e0e4[_0x375f(0xf6)]),'description':_0x16e0e4[_0x375f(0xf9)],'isChatPlatform':!![]},{'id':_0x16e0e4['GnaOX'],'name':_0x16e0e4[_0x375f(0xfa)],'icon':getPlatformIcon(_0x16e0e4['GnaOX']),'description':_0x375f(0xfb),'isChatPlatform':!![]}],_0x169f91=_0x1eaec4?_0x1eaec4[_0x375f(0xa5)](_0x322396=>_0x29e7ca[_0x375f(0x8b)](_0x4637b2=>_0x4637b2['id']===_0x322396))[_0x375f(0xfc)](_0x408fbd=>_0x408fbd!==undefined):_0x29e7ca;_0x16e0e4['UXllU'](useEffect,()=>{const _0x20c61e={'gNMSy':function(_0xfccc52,_0x3ed634){return _0x16e0e4[_0x375f(0x5b)](_0xfccc52,_0x3ed634);}};if(_0x16e0e4['LFixo']!==_0x375f(0xfd)){if(_0x16e0e4['VcTYI'](_0x169f91[_0x375f(0x5d)],0x0)){const _0x458feb=_0x169f91[0x0]['id'];(!_0x613d6c||!_0x169f91['find'](_0x1e2a81=>_0x1e2a81['id']===_0x613d6c))&&_0x16e0e4[_0x375f(0xd5)](_0x4f5288,_0x458feb);}}else _0x20c61e[_0x375f(0xfe)](_0x50a7bc,![]);},[_0x1eaec4,_0x169f91[_0x375f(0x5d)]]);const _0x69832f=async(_0x427229,_0x463c8b)=>{const _0x41bad7={'uxtUy':function(_0x18c85f,_0x52e9ae){return _0x18c85f(_0x52e9ae);},'AKLkj':function(_0x52baae,_0x2c0335){return _0x16e0e4[_0x375f(0x4f)](_0x52baae,_0x2c0335);}};if(_0x16e0e4[_0x375f(0xff)]!==_0x16e0e4[_0x375f(0xff)])return React['createElement'](_0x1b79d7,{'visible':_0x6f2586,'onComplete':_0x18450f});else{triggerHaptic(HapticType[_0x375f(0xb9)]),console[_0x375f(0x8d)](_0x375f(0x100)+_0x427229+_0x375f(0x101)+_0x463c8b);try{if(_0x463c8b){const _0x266bc7=await AsyncStorage[_0x375f(0x8f)]('onairos_username'),_0x28bceb=_0x16e0e4[_0x375f(0x102)](_0x266bc7,_0x257f8c);console[_0x375f(0x8d)](_0x375f(0x103)+_0x266bc7+_0x375f(0x104)+_0x257f8c+_0x375f(0x105)+_0x28bceb+'\x22');if(!_0x28bceb||_0x16e0e4['WyTAA'](_0x28bceb[_0x375f(0x106)](),'')){if(_0x16e0e4[_0x375f(0x107)](_0x375f(0x108),_0x16e0e4[_0x375f(0x109)]))_0x5b86e8['error']('❌\x20[TOGGLE]\x20OAuth\x20failed\x20for\x20'+_0x3f4122+_0x375f(0x10a)),_0x41bad7[_0x375f(0x10b)](_0x1b716c,_0x11fc20=>({..._0x11fc20,[_0x1e14ba]:_0x375f(0xc0)})),_0x41bad7[_0x375f(0x10b)](_0x2678df,_0x50c420['ERROR']);else{console[_0x375f(0xc0)](_0x16e0e4[_0x375f(0x10c)]);return;}}const _0x1a208a=_0x29e7ca[_0x375f(0x8b)](_0x2e355b=>_0x2e355b['id']===_0x427229),_0x56354f=(_0x16e0e4[_0x375f(0x10d)](_0x1a208a,null)||_0x16e0e4[_0x375f(0x10e)](_0x1a208a,void 0x0)?void 0x0:_0x1a208a[_0x375f(0x10f)])||_0x16e0e4['SpnVY'](isLLMPlatform,_0x427229);if(_0x56354f){if(_0x16e0e4[_0x375f(0x110)](_0x375f(0x111),_0x16e0e4[_0x375f(0x112)])){console[_0x375f(0x8d)](_0x375f(0x113)+_0x427229+'\x20login\x20and\x20export...'),_0x16e0e4[_0x375f(0x114)](_0x1e9d95,_0x427229),_0x16e0e4[_0x375f(0x4e)](_0x5bc947,_0x148cf7=>({..._0x148cf7,[_0x427229]:_0x375f(0xad)}));const _0x282921=getLLMPlatformUrl(_0x427229);_0x282921?(console[_0x375f(0x8d)](_0x375f(0x115)+_0x427229+'\x20URL:',_0x282921),_0x16e0e4['dvFna'](_0x6d0bff,_0x282921),_0x16e0e4[_0x375f(0x116)](_0x1aceaf,!![])):(console[_0x375f(0xc0)](_0x375f(0x117)+_0x427229),_0x16e0e4[_0x375f(0x116)](_0x5bc947,_0x3d7ac8=>({..._0x3d7ac8,[_0x427229]:_0x375f(0xc0)})),triggerHaptic(HapticType['ERROR']));return;}else _0x248a46[_0x375f(0x99)](..._0x4a5e13),_0x3aa229['log'](_0x375f(0x118),_0x55ae09);}if(_0x16e0e4[_0x375f(0x119)](isLinkedInPlatform,_0x427229)){if(_0x16e0e4[_0x375f(0xcb)](_0x16e0e4['sRWCZ'],_0x16e0e4['DvdIX']))_0x41bad7['uxtUy'](_0x189906,_0x321600),_0x41bad7[_0x375f(0x10b)](_0xbf077c,_0x3e9103),_0x41bad7['uxtUy'](_0x5c2cf1,![]),_0x10c6b3(!![]);else{console[_0x375f(0x8d)](_0x375f(0x11a)),_0x16e0e4[_0x375f(0x4f)](_0x1e9d95,_0x427229),_0x5bc947(_0x31af6d=>({..._0x31af6d,[_0x427229]:_0x375f(0xad)}));const _0x16f71d=_0x375f(0x2b);console[_0x375f(0x8d)](_0x375f(0x11b),_0x16f71d),_0x6d0bff(_0x16f71d),_0x16e0e4['xVWuS'](_0x1aceaf,!![]);return;}}if(hasNativeSDK(_0x427229)){if(_0x16e0e4[_0x375f(0x110)](_0x16e0e4[_0x375f(0x11c)],_0x16e0e4['jJdoc'])){_0x16e0e4[_0x375f(0x4e)](_0x1e9d95,_0x427229),_0x5bc947(_0x5952a6=>({..._0x5952a6,[_0x427229]:'connecting'}));const _0x4a731f=await _0x16e0e4[_0x375f(0x11d)](initiateNativeAuth,_0x427229,_0x28bceb);if(_0x4a731f){const _0x21e76d=new Set(_0x33742e);_0x21e76d[_0x375f(0x63)](_0x427229),_0x16e0e4['dvFna'](_0x3eeaea,_0x21e76d),_0x16e0e4['idYtC'](_0x5bc947,_0x5b36e9=>({..._0x5b36e9,[_0x427229]:'connected'})),_0x16e0e4[_0x375f(0x4f)](triggerHaptic,HapticType[_0x375f(0x11e)]);}else _0x16e0e4[_0x375f(0x116)](_0x5bc947,_0xb932fa=>({..._0xb932fa,[_0x427229]:'error'})),_0x16e0e4[_0x375f(0xd7)](triggerHaptic,HapticType[_0x375f(0x11f)]);}else return()=>{_0x4a4617&&_0x156041(_0x13e836);};}else{console['log'](_0x375f(0x120)+_0x427229+_0x375f(0x121)),_0x1e9d95(_0x427229),_0x16e0e4[_0x375f(0x122)](_0x5bc947,_0x5b8de8=>({..._0x5b8de8,[_0x427229]:_0x375f(0xad)}));const _0x511537=await _0x16e0e4['iLKKK'](initiateOAuth,_0x427229,_0x28bceb);console['log']('🔗\x20[TOGGLE]\x20OAuth\x20URL\x20result\x20for\x20'+_0x427229+':',_0x511537?_0x511537[_0x375f(0x123)](0x0,0x32)+_0x16e0e4[_0x375f(0x124)]:_0x16e0e4[_0x375f(0x125)]),_0x511537?(console[_0x375f(0x8d)]('✅\x20[TOGGLE]\x20Setting\x20WebView\x20state\x20-\x20showing\x20modal\x20for\x20'+_0x427229),_0x16e0e4[_0x375f(0x126)](_0x6d0bff,_0x511537),_0x16e0e4['udUaa'](_0x1aceaf,!![])):(console[_0x375f(0xc0)]('❌\x20[TOGGLE]\x20OAuth\x20failed\x20for\x20'+_0x427229+'\x20-\x20no\x20URL\x20returned'),_0x16e0e4[_0x375f(0x127)](_0x5bc947,_0x4c2fcb=>({..._0x4c2fcb,[_0x427229]:'error'})),_0x16e0e4[_0x375f(0x128)](triggerHaptic,HapticType['ERROR']));}}else{if(_0x16e0e4[_0x375f(0x129)](_0x16e0e4[_0x375f(0x12a)],_0x375f(0x12b))){await _0x4465a0(_0x427229);const _0x592ced=new Set(_0x33742e);_0x592ced[_0x375f(0x12c)](_0x427229),_0x16e0e4['rNfVL'](_0x3eeaea,_0x592ced),_0x16e0e4[_0x375f(0x116)](_0x5bc947,_0x277718=>({..._0x277718,[_0x427229]:_0x375f(0x12d)})),_0x16e0e4['AapSq'](triggerHaptic,HapticType['BUTTON_PRESS']);try{const _0x1694d7=await AsyncStorage[_0x375f(0x8f)](_0x375f(0x90));if(_0x1694d7){if(_0x375f(0x12e)===_0x16e0e4['HqwRp']){const _0x564379=JSON[_0x375f(0x93)](_0x1694d7),_0x1088d3=_0x564379[_0x375f(0xfc)](_0x4a980d=>_0x4a980d[_0x375f(0xa2)]()!==_0x427229[_0x375f(0xa2)]());await AsyncStorage[_0x375f(0xd2)](_0x16e0e4[_0x375f(0x12f)],JSON['stringify'](_0x1088d3)),console['log'](_0x375f(0x130)+_0x427229+_0x375f(0x131),_0x1088d3);}else{const _0xee7b73=_0x53d2e9[_0x375f(0x93)](_0x14cd84);_0x331bde[_0x375f(0x94)](_0xee7b73)&&(_0x4634ea['push'](..._0xee7b73),_0xd7560e[_0x375f(0x8d)](_0x375f(0x118),_0xee7b73));}}}catch(_0x1e2d59){console[_0x375f(0xc0)](_0x16e0e4[_0x375f(0x132)],_0x1e2d59);}await AsyncStorage['removeItem'](_0x375f(0xa8)+_0x427229),_0x16e0e4['KHJqi'](_0x427229[_0x375f(0xa2)](),_0x16e0e4[_0x375f(0x70)])&&await AsyncStorage[_0x375f(0x133)](_0x16e0e4['hCqeX']);}else{_0x566b8e[_0x375f(0xc0)](_0x16e0e4[_0x375f(0x134)],_0x5be6c8);const _0x12e059=_0x375f(0xcf)+_0x2bd69e['floor'](_0x16e0e4[_0x375f(0xd4)](_0x518650[_0x375f(0xd1)](),0x2710));_0x1a8252(_0x12e059);}}}catch(_0x4014b2){if(_0x16e0e4['FriAC'](_0x16e0e4[_0x375f(0x135)],_0x16e0e4['lcvXL'])){const _0x323a46=_0x16e0e4['iLKKK'](_0x3ab1c6,()=>{_0x41bad7[_0x375f(0x10b)](_0x35415c,_0x280efe=>{const _0x198473=new _0x4ca565(_0x280efe);return _0x198473[_0x375f(0x63)](_0x21aed0),_0x198473;}),_0x41bad7[_0x375f(0x10b)](_0x29856f,_0x292d4f[_0x375f(0x11e)]),_0x233749[_0x375f(0x8d)](_0x375f(0x136)+_0x457092),_0x41bad7['AKLkj'](_0x274cc1,null);},0x12c);return()=>_0x263711(_0x323a46);}else console[_0x375f(0xc0)](_0x375f(0x137)+_0x427229+':',_0x4014b2),_0x16e0e4['nOkOU'](_0x5bc947,_0x45919e=>({..._0x45919e,[_0x427229]:_0x375f(0xc0)})),triggerHaptic(HapticType[_0x375f(0x11f)]);}}},_0x40e6d7=async()=>{const _0x584ff2={'aQjTY':function(_0x27e440,_0x335b51){return _0x16e0e4[_0x375f(0x138)](_0x27e440,_0x335b51);}};if(_0x16e0e4[_0x375f(0x139)]!==_0x16e0e4['hGKsC']){triggerHaptic(HapticType[_0x375f(0xb9)]),_0x16e0e4[_0x375f(0x13a)](_0xef7fee,!![]);try{_0x33e058(!![]);}finally{_0x16e0e4[_0x375f(0x126)](_0xef7fee,![]);}}else _0x28d536(![]),_0x584ff2['aQjTY'](_0x16dd43,''),_0x5c2a71&&_0x584ff2[_0x375f(0x13b)](_0x5e26b2,_0x114d69=>({..._0x114d69,[_0x30fcea]:'disconnected'})),_0x584ff2['aQjTY'](_0x37f0fa,'');},_0x9fef60=()=>{const _0x26e47c={'MODkV':function(_0x2d9316,_0x25e749){return _0x16e0e4[_0x375f(0x13c)](_0x2d9316,_0x25e749);},'sJJpG':function(_0x1ad73f,_0x325829){return _0x1ad73f>_0x325829;},'vCOOH':function(_0x4c8a02,_0xd06adf){return _0x16e0e4[_0x375f(0x13d)](_0x4c8a02,_0xd06adf);},'LICyf':function(_0x468b82,_0x5b493c){return _0x16e0e4[_0x375f(0x13e)](_0x468b82,_0x5b493c);},'tLhzP':function(_0x46fdd2,_0x197eff){return _0x16e0e4[_0x375f(0x13f)](_0x46fdd2,_0x197eff);}};if(_0x16e0e4['rhHZb'](_0x16e0e4[_0x375f(0x140)],_0x16e0e4[_0x375f(0x140)]))_0x16e0e4[_0x375f(0x141)](triggerHaptic,HapticType['BUTTON_PRESS']),_0x4d45ae&&_0x16e0e4[_0x375f(0x142)](_0x4d45ae);else{const _0x4d507f=_0x33436c[_0x375f(0xde)][_0x375f(0x143)]['x'],_0x342c82=_0x3e26cd['nativeEvent']['layoutMeasurement'][_0x375f(0xe0)],_0x4c73f7=_0x30825c[_0x375f(0xde)][_0x375f(0xe1)][_0x375f(0xe0)];_0x40cf2b['current']=_0x4d507f;const _0x1ecabe=_0x26e47c['MODkV'](_0x4c73f7,_0x342c82),_0x570ef8=_0x26e47c[_0x375f(0x144)](_0x1ecabe,0x0)?_0x26e47c[_0x375f(0x145)](_0x4d507f,_0x1ecabe):0x0;_0x26e47c[_0x375f(0x146)](_0x790999,_0x570ef8),_0x26e47c['tLhzP'](_0x4d507f,0xa)&&_0x41ea5b&&_0x26e47c[_0x375f(0x146)](_0xe22b63,![]);}},_0x4da8fd=async()=>{triggerHaptic(HapticType[_0x375f(0xb9)]),_0x16e0e4['sVfpc'](_0x12bce5,!![]),await new Promise(_0x3b5085=>setTimeout(_0x3b5085,0x32));try{if(_0x4a13b3){if(_0x16e0e4[_0x375f(0x110)](_0x16e0e4['WHGAG'],_0x375f(0x25))){const _0x4be7b8=new _0x4f04a3(_0x2ebd6c);let _0x426e8b=![];return _0xa5ad5f[_0x375f(0x5f)](_0x1f109b=>{!_0x4be7b8[_0x375f(0x61)](_0x1f109b)&&(_0x4be7b8[_0x375f(0x63)](_0x1f109b),_0x426e8b=!![]);}),_0x426e8b?_0x4be7b8:_0x42aa30;}else await _0x4a13b3(_0x44df6e);}else _0x16e0e4['gYTie'](_0x375f(0x147),'pzQxW')?_0x3dce4c(_0x60b05c):await _0x16e0e4[_0x375f(0x148)](_0x59bc37,Array[_0x375f(0xc5)](_0x33742e));}finally{_0x12bce5(![]);}},_0x635d34=()=>{_0x16e0e4['ronSd'](_0x375f(0x149),'msIgy')?(_0x16e0e4['HFZop'](triggerHaptic,HapticType['BUTTON_PRESS']),_0x16e0e4[_0x375f(0x14a)](_0x566fc0,![])):_0x4beca2[_0x375f(0x99)](_0x1b9487);},_0x18c5c1=async _0x21df10=>{const _0x248f5e={'HQcGc':function(_0xda494b,_0x1243ec){return _0x16e0e4[_0x375f(0x127)](_0xda494b,_0x1243ec);},'MjfOx':function(_0x1086ee,_0x161bdc){return _0x16e0e4['HFZop'](_0x1086ee,_0x161bdc);},'Lytsb':function(_0x44d2d2,_0x30d476){return _0x16e0e4[_0x375f(0x122)](_0x44d2d2,_0x30d476);},'cLNqc':function(_0x3c15fd,_0x48c75a){return _0x16e0e4[_0x375f(0xf1)](_0x3c15fd,_0x48c75a);},'EjxwK':function(_0x4ba497,_0x4392bd){return _0x16e0e4[_0x375f(0x14a)](_0x4ba497,_0x4392bd);}};_0x16e0e4[_0x375f(0x59)](triggerHaptic,HapticType[_0x375f(0xb9)]),_0x16e0e4[_0x375f(0x5e)](_0x2e3d9d,_0x21df10);try{_0x16e0e4[_0x375f(0x14b)]===_0x16e0e4[_0x375f(0x14c)]?(_0x105b24(_0x5d5e60=>{const _0x3f5aec=new _0xef468f(_0x5d5e60);return _0x3f5aec[_0x375f(0x63)](_0x1f9911),_0x3f5aec;}),_0x248f5e['HQcGc'](_0x13f24f,_0x227ba5[_0x375f(0x11e)]),_0x54d3dd[_0x375f(0x8d)]('✅\x20[PERSONA]\x20Applied\x20pending\x20connection:\x20'+_0x53f8d1),_0x248f5e[_0x375f(0x14d)](_0x42cdab,null)):(await AsyncStorage['setItem'](_0x375f(0x14e),_0x21df10),console[_0x375f(0x8d)]('✅\x20[REFRESH]\x20Model\x20refresh\x20frequency\x20set\x20to:\x20'+_0x21df10));}catch(_0x143e38){_0x16e0e4[_0x375f(0x129)](_0x16e0e4['qahKM'],_0x16e0e4[_0x375f(0x14f)])?(_0x38e713&&(_0x248f5e[_0x375f(0x150)](_0x483093,_0x579825),_0x1e2d24(null)),_0x699c7a[_0x375f(0x151)](0x0),Animated['timing'](_0x5184ba,{'toValue':0x0,'duration':0xc8,'useNativeDriver':![]})['start']()):console[_0x375f(0xc0)](_0x16e0e4[_0x375f(0xda)],_0x143e38);}if(_0x6c3c1e){if(_0x16e0e4[_0x375f(0x10e)](_0x16e0e4[_0x375f(0x152)],_0x16e0e4[_0x375f(0x153)])){_0x248f5e[_0x375f(0x154)](_0x56099d,_0x463335[_0x375f(0xb9)]),_0x248f5e[_0x375f(0x155)](_0x2358f7,!![]);try{_0x248f5e[_0x375f(0x155)](_0xa1945e,!![]);}finally{_0x248f5e[_0x375f(0x155)](_0x1f78ba,![]);}}else _0x16e0e4[_0x375f(0x156)](_0x6c3c1e,_0x21df10);}},_0x442a7e=()=>{const Linking=_0x16e0e4[_0x375f(0x14a)](__ONAIROS_REQ_FUNC__,0x0)['Linking'];Linking[_0x375f(0x157)](_0x16e0e4[_0x375f(0x158)]);},_0xb8607a=async _0x23ebf9=>{_0x16e0e4['sVfpc'](_0x43d46f,_0x23ebf9),_0x16e0e4['aHyPE'](setTemporaryPin,_0x23ebf9),_0x16e0e4[_0x375f(0x159)](_0x33e058,![]),_0x16e0e4[_0x375f(0x128)](_0x18fc9c,!![]);},_0x13e306=()=>{const _0xbf00ff={'crSnU':function(_0x293628,_0x3e5d14){return _0x16e0e4[_0x375f(0x6f)](_0x293628,_0x3e5d14);}};_0x16e0e4[_0x375f(0xdb)](_0x375f(0x15a),_0x16e0e4[_0x375f(0x15b)])?_0xbf00ff[_0x375f(0x15c)](_0x1c0dea[_0x375f(0x15d)],0x0)&&!_0x4beca6&&!_0x3f1b2d&&!_0x4aa64d&&_0x310301():(_0x16e0e4[_0x375f(0x141)](_0x18fc9c,![]),_0x16e0e4[_0x375f(0x51)](_0x566fc0,!![]));},_0x205814=async _0x3079b6=>{const _0x4fd579={'fYeZM':function(_0x5d7912,_0xfd8bc4){return _0x16e0e4[_0x375f(0x15e)](_0x5d7912,_0xfd8bc4);},'VLopK':_0x16e0e4[_0x375f(0x15f)],'gGeAs':function(_0x317719,_0x436303){return _0x16e0e4[_0x375f(0x160)](_0x317719,_0x436303);},'mNNVw':function(_0x52cbaf,_0x54d332){return _0x16e0e4[_0x375f(0x161)](_0x52cbaf,_0x54d332);},'TNDEC':function(_0x28d312,_0x42554e){return _0x16e0e4['jiDCi'](_0x28d312,_0x42554e);},'lNfne':_0x16e0e4[_0x375f(0x162)],'mbnWl':_0x16e0e4[_0x375f(0x163)],'dJhZq':_0x16e0e4[_0x375f(0x125)],'lWhnQ':function(_0x381966,_0x26d18b){return _0x16e0e4['jMcbD'](_0x381966,_0x26d18b);}};if(_0x16e0e4[_0x375f(0x164)](_0x16e0e4[_0x375f(0x165)],_0x375f(0x166))){if(_0x521b3f){if(_0x16e0e4[_0x375f(0x167)](_0x16e0e4['ZfcVv'],_0x16e0e4[_0x375f(0x168)])){if(_0x3079b6==='success'||_0x16e0e4[_0x375f(0x169)](_0x3079b6,_0x375f(0xc0))){if(_0x16e0e4[_0x375f(0x16a)](_0x16e0e4[_0x375f(0x16b)],_0x16e0e4[_0x375f(0x16c)]))_0x4fd579[_0x375f(0x16d)](_0x447505,_0x383089=>({..._0x383089,[_0x3b9086]:_0x375f(0xc0)})),_0x3722c2(_0x6d2f49[_0x375f(0x11f)]);else{_0x16e0e4[_0x375f(0x16e)](_0xb77988,_0x521b3f),_0x5bc947(_0x42a969=>({..._0x42a969,[_0x521b3f]:_0x375f(0xab)}));try{const _0x5e905b=await AsyncStorage['getItem'](_0x16e0e4[_0x375f(0x12f)]),_0x1a15ad=_0x5e905b?JSON['parse'](_0x5e905b):[];!_0x1a15ad[_0x375f(0x9a)](_0x521b3f[_0x375f(0xa2)]())&&(_0x1a15ad[_0x375f(0x99)](_0x521b3f['toLowerCase']()),await AsyncStorage['setItem'](_0x16e0e4[_0x375f(0x12f)],JSON[_0x375f(0x16f)](_0x1a15ad)),console['log']('✅\x20[STORAGE]\x20Added\x20'+_0x521b3f+_0x375f(0x170),_0x1a15ad));}catch(_0x371cff){if(_0x16e0e4[_0x375f(0x171)](_0x375f(0x172),_0x16e0e4[_0x375f(0x173)]))console[_0x375f(0xc0)](_0x16e0e4[_0x375f(0x174)],_0x371cff);else{_0x4b1692[_0x375f(0x8d)]('💼\x20[LINKEDIN]\x20Opening\x20WebView\x20for\x20LinkedIn\x20login...'),_0x4fd579[_0x375f(0x16d)](_0x10afa7,_0x3e8138),_0x21def3(_0x4b7cfa=>({..._0x4b7cfa,[_0x35f70d]:'connecting'}));const _0xfffffc=_0x4fd579['VLopK'];_0x5c47ed[_0x375f(0x8d)]('🌐\x20[LINKEDIN]\x20Opening\x20LinkedIn\x20URL:',_0xfffffc),_0x4fd579[_0x375f(0x175)](_0x553310,_0xfffffc),_0x4f897e(!![]);return;}}_0x16e0e4[_0x375f(0x55)](isLLMPlatform,_0x521b3f)&&(_0x16e0e4[_0x375f(0xcb)](_0x16e0e4[_0x375f(0x176)],_0x16e0e4['DexGB'])?_0x4fd579[_0x375f(0x177)](_0x2c2d22,_0x40a681)&&_0x3384dc[_0x375f(0x8d)](_0x375f(0x178)+_0x252b9a+_0x375f(0x179)+(_0x5af5fa?_0x4fd579['TNDEC'](_0x4fd579[_0x375f(0x17a)](_0x4fd579[_0x375f(0x17b)],_0x2a8bb6[_0x375f(0x123)](0x0,0x28)),_0x4fd579['mbnWl']):_0x4fd579[_0x375f(0x17c)])):(await AsyncStorage['setItem'](_0x375f(0xa8)+_0x521b3f,JSON[_0x375f(0x16f)]({'connected':!![],'platform':_0x521b3f,'connectedAt':new Date()[_0x375f(0x17d)]()})),console[_0x375f(0x8d)](_0x375f(0x17e)+_0x521b3f+_0x375f(0x17f)))),_0x521b3f[_0x375f(0xa2)]()===_0x16e0e4[_0x375f(0x70)]&&(await AsyncStorage[_0x375f(0xd2)](_0x375f(0x14),JSON[_0x375f(0x16f)]({'connected':!![],'platform':_0x16e0e4[_0x375f(0x70)],'connectedAt':new Date()['toISOString']()})),console[_0x375f(0x8d)](_0x375f(0x180)));}}else _0x16e0e4[_0x375f(0x181)](_0x375f(0x31),_0x16e0e4['pGmlV'])?(_0x5bc947(_0x2931b0=>({..._0x2931b0,[_0x521b3f]:_0x375f(0xc0)})),_0x16e0e4[_0x375f(0x182)](triggerHaptic,HapticType[_0x375f(0x11f)])):(_0x23d91b['add'](_0x3bf529),_0x2c543d=!![]);}else{_0x15c2bf[_0x375f(0x8d)](_0x375f(0x113)+_0x1ab410+_0x375f(0x183)),_0x16e0e4[_0x375f(0x184)](_0x184806,_0x45ca63),_0x16e0e4[_0x375f(0x185)](_0x1870e1,_0x2797da=>({..._0x2797da,[_0x421000]:'connecting'}));const _0x25637c=_0x16e0e4[_0x375f(0x116)](_0x24566f,_0x5bdfa5);_0x25637c?(_0x5ee436[_0x375f(0x8d)](_0x375f(0x115)+_0x3567f3+_0x375f(0x186),_0x25637c),_0x16e0e4[_0x375f(0x127)](_0x162a1d,_0x25637c),_0x16e0e4[_0x375f(0x160)](_0x57abfd,!![])):(_0x3273e4[_0x375f(0xc0)](_0x375f(0x117)+_0x4f7ae5),_0x16e0e4['qRQRy'](_0x2c8232,_0x350acd=>({..._0x350acd,[_0x4dac28]:_0x375f(0xc0)})),_0x16e0e4[_0x375f(0x187)](_0x37c2d5,_0x4502ef[_0x375f(0x11f)]));return;}}_0x1aceaf(![]),_0x16e0e4[_0x375f(0x116)](_0x6d0bff,''),_0x16e0e4[_0x375f(0x188)](_0x1e9d95,'');}else _0x4fd579[_0x375f(0x189)](_0x344415,_0x52a8ba);};_0x16e0e4['psJbm'](useEffect,()=>{const _0x578dad={'htIUq':function(_0x3debc1,_0x47af17){return _0x3debc1(_0x47af17);},'GchMN':function(_0x57126f,_0x3d07bd){return _0x57126f(_0x3d07bd);}};if(_0x16e0e4[_0x375f(0x18a)](_0x1ca77d,!_0x155a28)){const _0x2576a4=setTimeout(()=>{_0x578dad[_0x375f(0x18b)](_0x3eeaea,_0x11906b=>{const _0x9873a7=new Set(_0x11906b);return _0x9873a7[_0x375f(0x63)](_0x1ca77d),_0x9873a7;}),triggerHaptic(HapticType[_0x375f(0x11e)]),console['log'](_0x375f(0x136)+_0x1ca77d),_0x578dad[_0x375f(0x18c)](_0xb77988,null);},0x12c);return()=>clearTimeout(_0x2576a4);}},[_0x1ca77d,_0x155a28]);const _0x268c13=()=>{_0x1aceaf(![]),_0x16e0e4[_0x375f(0x18d)](_0x6d0bff,''),_0x521b3f&&_0x16e0e4[_0x375f(0x18e)](_0x5bc947,_0x387e7d=>({..._0x387e7d,[_0x521b3f]:'disconnected'})),_0x16e0e4['HsoYx'](_0x1e9d95,'');},_0x4f7364=()=>{_0x16e0e4[_0x375f(0x169)](_0x375f(0x18f),'PwZEM')?(_0x16e0e4[_0x375f(0x15e)](_0x4d819d,_0x4d4fea=>({..._0x4d4fea,[_0x3a20a7]:_0x375f(0xc0)})),_0x16e0e4[_0x375f(0x116)](_0x53eb31,_0x231ec8['ERROR'])):_0x33e058(![]);},_0x5001f0=()=>{_0x44b475&&(_0x16e0e4['rrNqO'](_0x375f(0x190),_0x16e0e4[_0x375f(0x191)])?_0x516c4c():_0x16e0e4['kOeYV'](_0x44b475));},_0x491703=()=>{const _0x101786={'obtAg':function(_0x386fef){return _0x386fef();},'XrMqa':function(_0x4fcaee,_0x2a54fc){return _0x16e0e4['FriAC'](_0x4fcaee,_0x2a54fc);},'tOBXG':_0x16e0e4['VIDym'],'DPayg':function(_0x565d48,_0x84d874){return _0x16e0e4['qZNiy'](_0x565d48,_0x84d874);}};if(_0x16e0e4[_0x375f(0x192)](_0x16e0e4[_0x375f(0x193)],_0x375f(0x194))){Animated[_0x375f(0x65)](_0xa6241b,{'toValue':0x1,'duration':0xfa0,'useNativeDriver':![]})[_0x375f(0x66)]();const _0x516299=_0x16e0e4[_0x375f(0x195)](setTimeout,()=>{_0x101786[_0x375f(0x196)](_0x101786[_0x375f(0x197)],_0x101786[_0x375f(0x197)])?(_0x31fb38(_0x3cf47a['BUTTON_PRESS']),_0x478ebb&&_0x101786[_0x375f(0x198)](_0x3399ea)):(_0x101786[_0x375f(0x199)](triggerHaptic,HapticType['SUCCESS']),Vibration[_0x375f(0x68)]([0x0,0x64,0x32,0x64]),_0x101786[_0x375f(0x198)](_0x5001f0));},0xfa0);_0x16e0e4['nVAwi'](_0x4f330b,_0x516299);}else _0x4651eb(_0x32f04a),_0x101786[_0x375f(0x199)](_0x576e3a,null);},_0x3afa95=()=>{_0x59c96b&&(_0x16e0e4[_0x375f(0x19a)](clearTimeout,_0x59c96b),_0x16e0e4['IISWl'](_0x4f330b,null)),_0xa6241b[_0x375f(0x151)](0x0),Animated['timing'](_0xa6241b,{'toValue':0x0,'duration':0xc8,'useNativeDriver':![]})[_0x375f(0x66)]();};_0x16e0e4[_0x375f(0x19b)](useEffect,()=>{const _0x4f8762={'fQsPp':function(_0x16b670){return _0x16b670();},'Ubtee':function(_0x389e47,_0x3e300e){return _0x16e0e4[_0x375f(0x16a)](_0x389e47,_0x3e300e);},'DUdRg':_0x16e0e4[_0x375f(0x19c)],'KTRgZ':_0x16e0e4['tOSLw'],'eaycB':function(_0x55e683,_0x58f3d1){return _0x55e683(_0x58f3d1);}};if(_0x16e0e4[_0x375f(0x169)](_0x16e0e4[_0x375f(0x19d)],_0x16e0e4[_0x375f(0x19e)]))return()=>{_0x4f8762[_0x375f(0x19f)](_0x4f8762[_0x375f(0x1a0)],_0x4f8762[_0x375f(0x1a1)])?_0x4f8762[_0x375f(0x1a2)](_0x15400c):_0x59c96b&&_0x4f8762[_0x375f(0x1a3)](clearTimeout,_0x59c96b);};else _0x54d636['log'](_0x375f(0x1a4),_0x4ad726['from'](_0x17b160));},[_0x59c96b]),_0x16e0e4[_0x375f(0x11d)](useEffect,()=>{_0x16e0e4[_0x375f(0x1a5)](_0x155a28,_0x13b322)&&console['log']('📊\x20[STATE]\x20WebView\x20state\x20changed\x20-\x20showOAuthWebView:\x20'+_0x155a28+_0x375f(0x179)+(_0x13b322?_0x16e0e4['jiDCi'](_0x16e0e4[_0x375f(0x1a6)](_0x16e0e4[_0x375f(0x162)],_0x13b322[_0x375f(0x123)](0x0,0x28)),'...)'):_0x16e0e4['nQdNI']));},[_0x155a28,_0x13b322]);const _0x59b178=Math['min'](0x5,Math[_0x375f(0x1a7)](0x1,_0x16e0e4[_0x375f(0x1a8)](_0x33742e[_0x375f(0x15d)],0x1))),_0x38985f=0x78,_0x5bb70a=0x46;if(_0x410ab5)return React[_0x375f(0x98)](_0x308d74,{'visible':_0x410ab5,'onComplete':_0xb8607a,'onBack':_0x4f7364});if(_0x4d7820){if(_0x16e0e4['ngCAM'](_0x16e0e4[_0x375f(0x1a9)],_0x16e0e4[_0x375f(0x1a9)]))return React[_0x375f(0x98)](_0x463eec,{'visible':_0x4d7820,'onComplete':_0x13e306});else{_0x121a66[_0x375f(0xc0)](_0x16e0e4[_0x375f(0x10c)]);return;}}if(_0x155a28&&_0x13b322)return console[_0x375f(0x8d)](_0x375f(0x1aa)+_0x521b3f+_0x375f(0x1ab)+_0x13b322[_0x375f(0x123)](0x0,0x3c)+_0x375f(0x121)),React['createElement'](OAuthWebView,{'url':_0x13b322,'platform':_0x521b3f,'onClose':_0x268c13,'onSuccess':_0x205814,'onComplete':_0x268c13,'username':_0x257f8c});const _0x182eea=()=>{_0x16e0e4[_0x375f(0x148)](triggerHaptic,HapticType[_0x375f(0xb9)]),_0x16e0e4[_0x375f(0x141)](_0x566fc0,![]);};if(_0x10b8ef){if(_0x16e0e4[_0x375f(0x1ac)](_0x16e0e4['YsUkA'],_0x16e0e4[_0x375f(0x1ad)])){const _0x12ee02=_0x295cd6[0x0]['id'];(!_0x362c9e||!_0x435a0d[_0x375f(0x8b)](_0x550625=>_0x550625['id']===_0x2e148c))&&_0x16e0e4[_0x375f(0x1ae)](_0x587472,_0x12ee02);}else return React[_0x375f(0x98)](_0x1e000e,{'visible':_0x10b8ef,'onAccept':_0x4da8fd,'onDecline':_0x635d34,'connectedPlatforms':Array[_0x375f(0xc5)](_0x33742e),'onConnectMore':_0x182eea,'loading':_0x373154});}return React[_0x375f(0x98)](View,{'style':styles[_0x375f(0x1af)]},React[_0x375f(0x98)](ScrollView,{'style':styles[_0x375f(0x1b0)],'showsVerticalScrollIndicator':![],'bounces':!![]},_0x327098&&React[_0x375f(0x98)](TouchableOpacity,{'style':styles[_0x375f(0x1b1)],'onPress':_0x327098,'activeOpacity':0.7},React[_0x375f(0x98)](Text,{'style':styles[_0x375f(0x1b2)]},'‹')),React['createElement'](View,{'style':styles[_0x375f(0x1b3)]},React[_0x375f(0x98)](Text,{'style':styles[_0x375f(0x1b4)]},_0x16e0e4[_0x375f(0x1b5)]),React[_0x375f(0x98)](Text,{'style':styles[_0x375f(0x1b6)]},_0x16e0e4[_0x375f(0x1b7)])),React['createElement'](View,{'style':styles[_0x375f(0x1b8)]},React[_0x375f(0x98)](_0x65fd2d,{'level':_0x59b178,'style':styles[_0x375f(0x1b9)]}),React[_0x375f(0x98)](ScrollView,{'ref':_0x32212c,'horizontal':!![],'style':[styles[_0x375f(0x1ba)],{'bottom':_0x38985f}],'contentContainerStyle':[styles['platformIconsScrollContent'],_0x16e0e4[_0x375f(0x1bb)](_0x169f91[_0x375f(0x5d)],0x4)&&styles[_0x375f(0x1bc)]],'showsHorizontalScrollIndicator':![],'onScroll':_0x2e204d,'scrollEventThrottle':0x10,'decelerationRate':_0x16e0e4['CTlTW'],'scrollEnabled':_0x16e0e4[_0x375f(0x1bd)](_0x169f91[_0x375f(0x5d)],0x4)},_0x169f91[_0x375f(0xa5)](_0x5c5d5d=>{const _0x25410a={'lBjMn':function(_0x3a423b,_0x3b8987){return _0x16e0e4[_0x375f(0x1ae)](_0x3a423b,_0x3b8987);}};if(_0x16e0e4[_0x375f(0x1be)](_0x375f(0x36),_0x16e0e4[_0x375f(0x1bf)]))Animated['loop'](Animated[_0x375f(0x1c0)]([Animated['timing'](_0x2efcde,{'toValue':0x1,'duration':0x3e8,'useNativeDriver':!![]}),Animated[_0x375f(0x65)](_0x4d4ebc,{'toValue':0x0,'duration':0x3e8,'useNativeDriver':!![]})]))[_0x375f(0x66)]();else{const _0x55a24f=_0x613d6c===_0x5c5d5d['id'],_0xf6cb79=_0x33742e[_0x375f(0x61)](_0x5c5d5d['id']),_0x53a6fc=_0x16e0e4[_0x375f(0x1c1)](_0x43190d[_0x5c5d5d['id']],_0x375f(0xad));return React[_0x375f(0x98)](TouchableOpacity,{'key':_0x5c5d5d['id'],'style':[styles[_0x375f(0x1c2)],_0x55a24f&&styles[_0x375f(0x1c3)]],'onPress':()=>{_0x25410a[_0x375f(0x1c4)](triggerHaptic,HapticType['BUTTON_PRESS']),_0x25410a[_0x375f(0x1c4)](_0x4f5288,_0x5c5d5d['id']);},'activeOpacity':0.7},React[_0x375f(0x98)](Image,{'source':_0x5c5d5d[_0x375f(0x1c5)],'style':[styles[_0x375f(0x1c6)],_0x5c5d5d['id']===_0x16e0e4[_0x375f(0xe3)]&&styles[_0x375f(0x1c7)],_0x16e0e4[_0x375f(0xc9)](_0x5c5d5d['id'],_0x16e0e4['tvcos'])&&styles[_0x375f(0x1c8)],_0x5c5d5d['id']===_0x16e0e4['WZRaL']&&styles['gmailIcon'],_0x16e0e4[_0x375f(0x1c9)](_0x5c5d5d['id'],'chatgpt')&&styles[_0x375f(0x1ca)],_0x16e0e4['GRWBD'](_0x5c5d5d['id'],_0x16e0e4[_0x375f(0x79)])&&styles[_0x375f(0x1cb)],_0x16e0e4['hIOlq'](_0x5c5d5d['id'],'grok')&&styles[_0x375f(0x1cc)]],'resizeMode':_0x16e0e4[_0x375f(0x1cd)]}),_0x53a6fc&&React[_0x375f(0x98)](View,{'style':styles['connectingDot']}),_0xf6cb79&&React[_0x375f(0x98)](View,{'style':styles['connectedDot']}));}})),_0x16e0e4[_0x375f(0x1ce)](_0x169f91[_0x375f(0x5d)],0x4)&&React[_0x375f(0x98)](View,{'style':[styles[_0x375f(0x1cf)],{'bottom':_0x5bb70a}]},React[_0x375f(0x98)](View,{'style':styles['scrollBarTrack']},React[_0x375f(0x98)](View,{'style':[styles[_0x375f(0x1d0)],{'left':_0x16e0e4[_0x375f(0x1d1)](_0xc29d8f,0x38)}]}))),_0x31f718&&_0x169f91['length']>0x4&&React[_0x375f(0x98)](Animated[_0x375f(0x1d2)],{'style':[styles[_0x375f(0x1d3)],{'transform':[{'translateX':_0x56f943['interpolate']({'inputRange':[0x0,0x1],'outputRange':[0x0,0x8]})}],'opacity':_0x56f943['interpolate']({'inputRange':[0x0,0x1],'outputRange':[0.5,0x1]})}]},React[_0x375f(0x98)](Text,{'style':styles[_0x375f(0x1d4)]},'›'))),React['createElement'](View,{'style':styles[_0x375f(0x1d5)]},_0x613d6c&&((()=>{const _0x468de3=_0x169f91['find'](_0x5534ff=>_0x5534ff['id']===_0x613d6c);if(!_0x468de3)return null;const _0x115705=_0x33742e[_0x375f(0x61)](_0x613d6c),_0x21dea7=_0x43190d[_0x613d6c]===_0x16e0e4['XDsdp'],_0xa99045=_0x1929e4===null||_0x1929e4===void 0x0?void 0x0:_0x1929e4['includes'](_0x613d6c);return React[_0x375f(0x98)](View,{'style':styles[_0x375f(0x1d6)]},React[_0x375f(0x98)](View,{'style':styles[_0x375f(0xae)]},React['createElement'](Text,{'style':styles['platformCardTitle']},_0x468de3[_0x375f(0xaf)]),_0xa99045&&React[_0x375f(0x98)](View,{'style':styles[_0x375f(0x1d7)]},React['createElement'](Text,{'style':styles[_0x375f(0xb0)]},_0x16e0e4[_0x375f(0x1d8)])),React[_0x375f(0x98)](TouchableOpacity,{'activeOpacity':0.8,'onPress':()=>!_0x21dea7&&_0x69832f(_0x613d6c,!_0x115705),'disabled':_0x21dea7,'style':[styles[_0x375f(0xb1)],{'backgroundColor':_0x115705?'#10B981':_0x375f(0xa)}]},React[_0x375f(0x98)](View,{'style':[styles[_0x375f(0xb3)],{'transform':[{'translateX':_0x115705?0x14:0x0}]}]}))),React[_0x375f(0x98)](View,{'style':styles[_0x375f(0xb4)]},React[_0x375f(0x98)](Text,{'style':styles[_0x375f(0xb5)]},_0x468de3['description'])));})())),React[_0x375f(0x98)](View,{'style':styles[_0x375f(0x1d9)]},React['createElement'](Text,{'style':styles[_0x375f(0x1da)]},_0x16e0e4[_0x375f(0x1db)]),React[_0x375f(0x98)](Text,{'style':styles[_0x375f(0x1dc)]},_0x16e0e4[_0x375f(0x1dd)]),React[_0x375f(0x98)](View,{'style':styles['refreshSegmentedControl']},MODEL_REFRESH_OPTIONS[_0x375f(0xa5)](_0x55e9e2=>React[_0x375f(0x98)](TouchableOpacity,{'key':_0x55e9e2[_0x375f(0x1de)],'style':[styles[_0x375f(0x1df)],_0x5a9681===_0x55e9e2[_0x375f(0x1de)]&&styles['refreshSegmentSelected']],'onPress':()=>_0x18c5c1(_0x55e9e2[_0x375f(0x1de)]),'activeOpacity':0.7},React[_0x375f(0x98)](Text,{'style':[styles[_0x375f(0x1e0)],_0x5a9681===_0x55e9e2['value']&&styles[_0x375f(0x1e1)]]},_0x55e9e2[_0x375f(0x1e2)])))),React[_0x375f(0x98)](Text,{'style':styles[_0x375f(0x1e3)]},((_0x49a876=MODEL_REFRESH_OPTIONS[_0x375f(0x8b)](_0x39980a=>_0x39980a[_0x375f(0x1de)]===_0x5a9681))===null||_0x16e0e4['WyTAA'](_0x49a876,void 0x0)?void 0x0:_0x49a876[_0x375f(0xb6)])||'')),React[_0x375f(0x98)](View,{'style':styles['bottomButtonContainer']},React[_0x375f(0x98)](View,{'style':styles['buttonWrapper']},React[_0x375f(0x98)](_0xd6824,{'label':'Continue','onPress':_0x40e6d7,'disabled':loading||_0x33742e[_0x375f(0x15d)]===0x0||_0x239c56||_0x5eb126,'loading':loading||_0x239c56||_0x5eb126}),React[_0x375f(0x98)](TouchableOpacity,{'style':styles[_0x375f(0x1e4)],'activeOpacity':0x1,'onPressIn':_0x491703,'onPressOut':_0x3afa95,'onPress':()=>{_0x16e0e4[_0x375f(0x192)]('DoLan',_0x16e0e4['hvICC'])?(_0x16e0e4['KruCI'](_0x502dc1,_0x5f1b54['BUTTON_PRESS']),_0x4122c7(![])):_0x16e0e4[_0x375f(0x1ce)](_0x33742e[_0x375f(0x15d)],0x0)&&!loading&&!_0x239c56&&!_0x5eb126&&_0x40e6d7();}},React[_0x375f(0x98)](Animated['View'],{'style':[styles[_0x375f(0x1e5)],{'width':_0xa6241b[_0x375f(0x1e6)]({'inputRange':[0x0,0x1],'outputRange':['0%',_0x16e0e4['ZqcGB']]})}]}))),_0x4d45ae&&React[_0x375f(0x98)](TouchableOpacity,{'style':styles['skipButton'],'onPress':_0x9fef60},React[_0x375f(0x98)](Text,{'style':styles[_0x375f(0x1e7)]},_0x16e0e4['LxZWE'])))));},styles=StyleSheet['create']({'container':{'flex':0x1,'backgroundColor':COLORS['surface'],'paddingHorizontal':0x18},'backButton':{'width':0x20,'height':0x20,'borderRadius':0x10,'backgroundColor':_0x375f(0x1e8),'alignItems':_0x375f(0x1e9),'justifyContent':_0x375f(0x1e9),'marginBottom':0x2},'backButtonText':{'fontSize':0x16,'fontWeight':_0x375f(0x1ea),'color':_0x375f(0x1eb),'marginTop':-0x2},'scrollContent':{'flex':0x1},'headingContainer':{'width':_0x375f(0x4c),'marginBottom':SPACING['sm'],'paddingTop':0x0,'marginTop':0x0},'title':{'fontFamily':_0x375f(0x1ec),'fontWeight':_0x375f(0x1ed),'fontSize':0x18,'lineHeight':0x20,'color':COLORS[_0x375f(0x1ee)],'textAlign':_0x375f(0x1ef),'marginBottom':0x4},'subtitle':{'fontFamily':_0x375f(0x1f0),'fontWeight':'400','fontSize':0x10,'lineHeight':0x18,'color':COLORS[_0x375f(0x1f1)],'textAlign':_0x375f(0x1ef)},'personaContainer':{'alignItems':_0x375f(0x1e9),'position':_0x375f(0x1f2),'marginTop':-0x14,'marginBottom':-0x78,'height':0x1c2},'largePersona':{'width':0x1f4,'height':0x1f4},'platformIconsOverlay':{'position':'absolute','width':'100%','height':0x46,'zIndex':0xa},'platformIconsScrollContent':{'flexDirection':'row','alignItems':_0x375f(0x1e9),'paddingHorizontal':0x14,'gap':0x18},'platformIconsCentered':{'flexGrow':0x1,'justifyContent':'center'},'platformIconButton':{'width':0x34,'height':0x34,'borderRadius':0x1a,'backgroundColor':_0x375f(0x1f3),'justifyContent':_0x375f(0x1e9),'alignItems':'center','borderWidth':0x3,'borderColor':_0x375f(0x1f4),'shadowColor':'#000','shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.15,'shadowRadius':0x4,'elevation':0x4},'platformIconButtonSelected':{'borderColor':_0x375f(0x1f5),'backgroundColor':_0x375f(0x1f6)},'platformIcon':{'width':0x1e,'height':0x1e},'youtubeIcon':{'width':0x2a,'height':0x2a},'pinterestIcon':{'width':0x24,'height':0x24},'gmailIcon':{'width':0x24,'height':0x24},'chatgptIcon':{'width':0x1e,'height':0x1e},'claudeIcon':{'width':0x20,'height':0x20},'grokIcon':{'width':0x24,'height':0x24},'connectingDot':{'position':_0x375f(0x1f7),'top':0x2,'right':0x2,'width':0xc,'height':0xc,'borderRadius':0x6,'backgroundColor':_0x375f(0x1f8),'borderWidth':0x2,'borderColor':COLORS['surface']},'connectedDot':{'position':'absolute','top':0x2,'right':0x2,'width':0xc,'height':0xc,'borderRadius':0x6,'backgroundColor':'#10B981','borderWidth':0x2,'borderColor':COLORS[_0x375f(0x1f9)]},'cardContainer':{'alignItems':_0x375f(0x1e9),'marginTop':0x10,'marginBottom':SPACING['md']},'platformCard':{'width':0x147,'backgroundColor':_0x375f(0x1f3),'borderRadius':0x10,'padding':0x8,'shadowColor':_0x375f(0x1fa),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.1,'shadowRadius':0x8,'elevation':0x3,'gap':0xa},'cardHeader':{'flexDirection':_0x375f(0x1fb),'alignItems':'center','justifyContent':_0x375f(0x1fc)},'platformCardTitle':{'fontSize':0x10,'fontWeight':_0x375f(0x1ea),'color':COLORS[_0x375f(0x1ee)],'fontFamily':_0x375f(0x1ec)},'recommendedBadge':{'backgroundColor':_0x375f(0x1f6),'paddingHorizontal':0xc,'paddingVertical':0x6,'borderRadius':0x10,'marginLeft':0x8},'recommendedBadgeText':{'fontSize':0xc,'fontWeight':_0x375f(0x1ea),'color':_0x375f(0x1fd),'fontFamily':_0x375f(0x1ec)},'customToggleTrack':{'width':0x32,'height':0x1e,'borderRadius':0xf,'padding':0x2,'marginLeft':_0x375f(0x1fe),'marginRight':0x8,'justifyContent':'center'},'customToggleThumb':{'width':0x1a,'height':0x1a,'borderRadius':0xd,'backgroundColor':_0x375f(0x1f3),'shadowColor':'#000','shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.2,'shadowRadius':0x2,'elevation':0x2},'descriptionContainer':{'backgroundColor':_0x375f(0x1ff),'borderRadius':0x8,'padding':0x8},'platformCardDescription':{'fontSize':0xd,'lineHeight':0x12,'color':COLORS[_0x375f(0x1f1)],'fontFamily':'Inter'},'refreshFrequencySection':{'paddingHorizontal':0x10,'paddingVertical':0x14,'marginTop':0xc,'backgroundColor':_0x375f(0x200),'borderRadius':0x10,'marginHorizontal':SPACING['md'],'marginBottom':0x8,'borderWidth':0x1,'borderColor':_0x375f(0x201)},'refreshFrequencyTitle':{'fontSize':0x11,'fontWeight':'700','color':'#1C1C1E','fontFamily':_0x375f(0x1ec),'marginBottom':0x4},'refreshFrequencyDescription':{'fontSize':0xe,'color':_0x375f(0x202),'fontFamily':_0x375f(0x1f0),'fontWeight':_0x375f(0x203),'marginBottom':0x10},'refreshSegmentedControl':{'flexDirection':'row','backgroundColor':_0x375f(0x204),'borderRadius':0xc,'padding':0x3},'refreshSegment':{'flex':0x1,'paddingVertical':0xa,'alignItems':_0x375f(0x1e9),'justifyContent':_0x375f(0x1e9),'borderRadius':0xa},'refreshSegmentSelected':{'backgroundColor':_0x375f(0x1eb),'shadowColor':_0x375f(0x1fa),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.15,'shadowRadius':0x4,'elevation':0x3},'refreshSegmentText':{'fontSize':0xf,'fontFamily':'Inter','fontWeight':_0x375f(0x205),'color':'#8E8E93'},'refreshSegmentTextSelected':{'fontWeight':_0x375f(0x1ed),'color':_0x375f(0x1f3)},'refreshFrequencyHint':{'fontSize':0xd,'fontFamily':_0x375f(0x1f0),'fontWeight':_0x375f(0x203),'color':_0x375f(0x202),'textAlign':_0x375f(0x1e9),'marginTop':0xc},'privacyLinkContainer':{'marginTop':0x10,'paddingTop':0x10,'borderTopWidth':0x1,'borderTopColor':_0x375f(0x206),'alignItems':_0x375f(0x1e9)},'privacyLinkText':{'fontSize':0xe,'color':_0x375f(0x207),'fontFamily':_0x375f(0x1f0),'fontWeight':'500'},'bottomButtonContainer':{'paddingTop':0x8,'paddingBottom':0x0,'paddingHorizontal':SPACING['md']},'buttonWrapper':{'position':_0x375f(0x1f2)},'buttonOverlay':{'position':_0x375f(0x1f7),'top':0x0,'left':0x0,'right':0x0,'bottom':0x0,'borderRadius':0xc,'overflow':_0x375f(0x208)},'holdProgressBar':{'position':_0x375f(0x1f7),'bottom':0x0,'left':0x0,'height':0x4,'backgroundColor':_0x375f(0x6e),'borderRadius':0x2},'skipButton':{'alignItems':'center','paddingVertical':0xa,'marginBottom':0x22},'skipButtonText':{'fontSize':0x10,'fontFamily':'Inter','fontWeight':_0x375f(0x205),'color':COLORS['grey600']},'pageIndicatorContainer':{'position':_0x375f(0x1f7),'alignSelf':'center','zIndex':0xb},'scrollBarTrack':{'width':0x50,'height':0x4,'backgroundColor':COLORS['grey300'],'borderRadius':0x2,'position':'relative','overflow':_0x375f(0x208)},'scrollBarThumb':{'position':_0x375f(0x1f7),'width':0x18,'height':0x4,'backgroundColor':COLORS[_0x375f(0x1f1)],'borderRadius':0x2,'left':0x0},'scrollIndicator':{'position':_0x375f(0x1f7),'bottom':0x3c,'right':0x1e,'zIndex':0xc},'scrollIndicatorText':{'fontSize':0x20,'color':COLORS[_0x375f(0x209)],'fontWeight':_0x375f(0x20a)}});export default PlatformConnectorsStep;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import React from'react';
|
|
1
|
+
import React from'react';import{View,Text,StyleSheet,TouchableOpacity,ActivityIndicator}from'react-native';import _0x4fa966 from'react-native-vector-icons/MaterialIcons';import{COLORS,PLATFORMS}from'../constants';function _0x3bd0(){const _0xbd2f1f=['#fff','Disconnect','Connect\x20your\x20platforms','Connect\x20at\x20least\x202\x20platforms\x20to\x20proceed','Proceed','createElement','platformHeader','icon','color','platformName','description','platformDescription','connectButton','disconnectedButton','mxear','MBWEt','title','bpMsG','subtitle','RmVUN','entries','map','proceedButton','disabledButton','Zwixl','proceedButtonText','600','text','primary','border','row','center','secondary','success'];_0x3bd0=function(){return _0xbd2f1f;};return _0x3bd0();}function _0x5a75(_0x3bd0cd,_0x5a7584){_0x3bd0cd=_0x3bd0cd-0x0;const _0x37276e=_0x3bd0();let _0x579fe2=_0x37276e[_0x3bd0cd];return _0x579fe2;}export const PlatformList=({connections:_0x278c4e,onToggle:_0x5a13b7,isLoading:_0x422314,canProceed:_0x10fe75,onProceed:_0x2df526})=>{const _0x72c6f3={'ayaDJ':_0x5a75(0x0),'mxear':_0x5a75(0x1),'MBWEt':'Connect','bpMsG':_0x5a75(0x2),'RmVUN':_0x5a75(0x3),'Zwixl':function(_0x19cff7,_0x31ab05){return _0x19cff7||_0x31ab05;},'kKieJ':_0x5a75(0x4)},_0x2cd820=(_0x1daf72,_0x1978d3)=>{const _0x422ebf=PLATFORMS[_0x1daf72];if(!_0x422ebf)return null;return React[_0x5a75(0x5)](View,{'key':_0x1daf72,'style':styles['platformContainer']},React['createElement'](View,{'style':styles[_0x5a75(0x6)]},React[_0x5a75(0x5)](_0x4fa966,{'name':_0x422ebf[_0x5a75(0x7)],'size':0x18,'color':_0x422ebf[_0x5a75(0x8)]}),React[_0x5a75(0x5)](Text,{'style':styles[_0x5a75(0x9)]},_0x422ebf['name'])),_0x422ebf[_0x5a75(0xa)]&&React['createElement'](Text,{'style':styles[_0x5a75(0xb)]},_0x422ebf[_0x5a75(0xa)]),React[_0x5a75(0x5)](TouchableOpacity,{'style':[styles[_0x5a75(0xc)],_0x1978d3?styles['connectedButton']:styles[_0x5a75(0xd)]],'onPress':()=>_0x5a13b7(_0x1daf72,!_0x1978d3),'disabled':_0x422314},_0x422314?React[_0x5a75(0x5)](ActivityIndicator,{'color':_0x72c6f3['ayaDJ']}):React[_0x5a75(0x5)](Text,{'style':styles['buttonText']},_0x1978d3?_0x72c6f3[_0x5a75(0xe)]:_0x72c6f3[_0x5a75(0xf)])));};return React['createElement'](View,{'style':styles['container']},React[_0x5a75(0x5)](Text,{'style':styles[_0x5a75(0x10)]},_0x72c6f3[_0x5a75(0x11)]),React[_0x5a75(0x5)](Text,{'style':styles[_0x5a75(0x12)]},_0x72c6f3[_0x5a75(0x13)]),React[_0x5a75(0x5)](View,{'style':styles['platformsList']},Object[_0x5a75(0x14)](_0x278c4e)[_0x5a75(0x15)](([_0xd10a06,_0x3ebee8])=>_0x2cd820(_0xd10a06,!!_0x3ebee8))),React[_0x5a75(0x5)](TouchableOpacity,{'style':[styles[_0x5a75(0x16)],!_0x10fe75&&styles[_0x5a75(0x17)]],'onPress':_0x2df526,'disabled':_0x72c6f3[_0x5a75(0x18)](!_0x10fe75,_0x422314)},React[_0x5a75(0x5)](Text,{'style':styles[_0x5a75(0x19)]},_0x72c6f3['kKieJ'])));};const styles=StyleSheet['create']({'container':{'flex':0x1,'padding':0x10},'title':{'fontSize':0x14,'fontWeight':_0x5a75(0x1a),'marginBottom':0x8,'color':COLORS[_0x5a75(0x1b)][_0x5a75(0x1c)]},'subtitle':{'fontSize':0xe,'color':COLORS[_0x5a75(0x1b)]['secondary'],'marginBottom':0x18},'platformsList':{'flex':0x1},'platformContainer':{'backgroundColor':'#fff','borderRadius':0xc,'padding':0x10,'marginBottom':0x10,'borderWidth':0x1,'borderColor':COLORS[_0x5a75(0x1d)]},'platformHeader':{'flexDirection':_0x5a75(0x1e),'alignItems':_0x5a75(0x1f),'marginBottom':0x8},'platformName':{'fontSize':0x10,'fontWeight':_0x5a75(0x1a),'marginLeft':0xc,'color':COLORS[_0x5a75(0x1b)]['primary']},'platformDescription':{'fontSize':0xe,'color':COLORS[_0x5a75(0x1b)][_0x5a75(0x20)],'marginBottom':0x10},'connectButton':{'paddingVertical':0x8,'paddingHorizontal':0x10,'borderRadius':0x8,'alignItems':_0x5a75(0x1f)},'connectedButton':{'backgroundColor':COLORS[_0x5a75(0x21)]},'disconnectedButton':{'backgroundColor':COLORS[_0x5a75(0x1c)]},'buttonText':{'color':_0x5a75(0x0),'fontWeight':_0x5a75(0x1a)},'proceedButton':{'backgroundColor':COLORS[_0x5a75(0x1c)],'paddingVertical':0x10,'borderRadius':0xc,'alignItems':_0x5a75(0x1f),'marginTop':0x10},'disabledButton':{'opacity':0.5},'proceedButtonText':{'color':_0x5a75(0x0),'fontSize':0x10,'fontWeight':_0x5a75(0x1a)}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import React from'react';function
|
|
1
|
+
function _0x4672(_0x5cc5f5,_0x4672bc){_0x5cc5f5=_0x5cc5f5-0x0;const _0x219119=_0x5cc5();let _0x2a7f93=_0x219119[_0x5cc5f5];return _0x2a7f93;}import React from'react';import{View,Text,TouchableOpacity,Image,StyleSheet,Switch,Platform}from'react-native';function _0x5cc5(){const _0x2d1c36=['contain','#E5E5E5','ios','#FFFFFF','FJelA','fullWidthContainer','container','createElement','VDrVx','leftContent','compactIcon','kzYBb','textContent','compactPlatformName','name','FtuKI','awIRh','oJAQR','cmAiZ','fullWidthDescription','description','compactDescription','create','center','space-between','surface','row','#F5F5F5','Inter','grey800','600','400','grey600'];_0x5cc5=function(){return _0x2d1c36;};return _0x5cc5();}import{COLORS}from'../theme';const PlatformToggle=({platform:_0x3c5d8c,isEnabled:_0x1387af,onToggle:_0x20ae44,compact:compact=![],isLast:isLast=![],fullWidth:fullWidth=![],customIconSize:_0x53d981,onLongPress:_0x2b4798,onPressOut:_0x297e57})=>{const _0x82bb55={'FJelA':function(_0x354794,_0x426168,_0x5f146b){return _0x354794(_0x426168,_0x5f146b);},'VDrVx':function(_0x3e206e,_0x218915){return _0x3e206e&&_0x218915;},'GIxGl':function(_0x2b4b12,_0xf4dc7e){return _0x2b4b12-_0xf4dc7e;},'kzYBb':_0x4672(0x0),'FtuKI':_0x4672(0x1),'awIRh':function(_0x2d06d6,_0x1f37d2){return _0x2d06d6===_0x1f37d2;},'oJAQR':_0x4672(0x2),'cmAiZ':_0x4672(0x3)},_0xd5539d=()=>{_0x82bb55[_0x4672(0x4)](_0x20ae44,_0x3c5d8c['id'],!_0x1387af);},_0x4ffba8=fullWidth?styles[_0x4672(0x5)]:compact?styles['compactContainer']:styles[_0x4672(0x6)];return React[_0x4672(0x7)](TouchableOpacity,{'style':[_0x4ffba8,_0x82bb55[_0x4672(0x8)](!isLast,compact)&&styles['borderBottom']],'onLongPress':_0x2b4798,'onPressOut':_0x297e57,'activeOpacity':_0x2b4798?0.7:0x1,'disabled':!_0x2b4798},React[_0x4672(0x7)](View,{'style':styles['topRow']},React[_0x4672(0x7)](View,{'style':styles[_0x4672(0x9)]},React[_0x4672(0x7)](Image,{'source':_0x3c5d8c['icon'],'style':_0x53d981?{'width':_0x53d981,'height':_0x53d981,'marginRight':_0x82bb55['GIxGl'](0xc,_0x53d981-0x1c)}:fullWidth?styles[_0x4672(0xa)]:compact?styles[_0x4672(0xa)]:styles['icon'],'resizeMode':_0x82bb55[_0x4672(0xb)]}),React[_0x4672(0x7)](View,{'style':styles[_0x4672(0xc)]},React['createElement'](Text,{'style':fullWidth?styles[_0x4672(0xd)]:compact?styles['compactPlatformName']:styles['platformName']},_0x3c5d8c[_0x4672(0xe)]))),React[_0x4672(0x7)](Switch,{'value':_0x1387af,'onValueChange':_0xd5539d,'trackColor':{'false':_0x82bb55[_0x4672(0xf)],'true':'#4CD964'},'thumbColor':_0x82bb55[_0x4672(0x10)](Platform['OS'],_0x82bb55[_0x4672(0x11)])?undefined:_0x1387af?_0x82bb55[_0x4672(0x12)]:_0x82bb55[_0x4672(0x12)],'ios_backgroundColor':_0x82bb55['FtuKI'],'style':compact?styles['compactSwitch']:undefined})),fullWidth&&React['createElement'](View,{'style':styles['descriptionBox']},React[_0x4672(0x7)](Text,{'style':styles[_0x4672(0x13)]},_0x3c5d8c[_0x4672(0x14)])),!fullWidth&&React[_0x4672(0x7)](Text,{'style':compact?styles[_0x4672(0x15)]:styles[_0x4672(0x14)]},_0x3c5d8c[_0x4672(0x14)]));},styles=StyleSheet[_0x4672(0x16)]({'container':{'flexDirection':'row','alignItems':_0x4672(0x17),'justifyContent':_0x4672(0x18),'paddingVertical':0x10,'paddingHorizontal':0x10,'backgroundColor':COLORS[_0x4672(0x19)],'borderRadius':0xc,'marginBottom':0xc,'borderWidth':0x1,'borderColor':_0x4672(0x1)},'compactContainer':{'flexDirection':_0x4672(0x1a),'alignItems':'center','justifyContent':_0x4672(0x18),'paddingVertical':0x10,'paddingHorizontal':0x10,'backgroundColor':COLORS['surface']},'fullWidthContainer':{'flexDirection':'column','paddingVertical':0x8,'paddingHorizontal':0x2,'backgroundColor':COLORS[_0x4672(0x19)],'marginBottom':0x4,'marginHorizontal':0x0},'topRow':{'flexDirection':_0x4672(0x1a),'alignItems':'center','justifyContent':'space-between','marginBottom':0x4},'descriptionBox':{'backgroundColor':_0x4672(0x1b),'borderRadius':0x8,'paddingVertical':0x8,'paddingHorizontal':0x4,'marginTop':0x2},'borderBottom':{'borderBottomWidth':0x1,'borderBottomColor':_0x4672(0x1)},'leftContent':{'flexDirection':_0x4672(0x1a),'alignItems':_0x4672(0x17),'flex':0x1},'icon':{'width':0x20,'height':0x20,'marginRight':0xc},'compactIcon':{'width':0x1c,'height':0x1c,'marginRight':0xc},'textContent':{'flex':0x1},'platformName':{'fontSize':0x10,'fontFamily':_0x4672(0x1c),'fontWeight':'600','color':COLORS[_0x4672(0x1d)],'marginBottom':0x2},'compactPlatformName':{'fontSize':0x10,'fontFamily':'Inter','fontWeight':_0x4672(0x1e),'color':COLORS[_0x4672(0x1d)],'marginBottom':0x2},'description':{'fontSize':0xe,'fontFamily':_0x4672(0x1c),'fontWeight':_0x4672(0x1f),'color':COLORS['grey600'],'lineHeight':0x14},'compactDescription':{'fontSize':0xc,'fontFamily':'Inter','fontWeight':_0x4672(0x1f),'color':COLORS[_0x4672(0x20)],'lineHeight':0x10},'fullWidthDescription':{'fontSize':0xd,'fontFamily':'Inter','fontWeight':_0x4672(0x1f),'color':COLORS[_0x4672(0x20)],'lineHeight':0x12},'compactSwitch':{'transform':[{'scaleX':0.9},{'scaleY':0.9}]}});export default PlatformToggle;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import React,{useState}from'react';import{View,Text,TouchableOpacity,StyleSheet,ActivityIndicator}from'react-native';
|
|
1
|
+
import React,{useState}from'react';import{View,Text,TouchableOpacity,StyleSheet,ActivityIndicator}from'react-native';function _0x83fc(_0x1d004a,_0x83fc34){_0x1d004a=_0x1d004a-0x0;const _0x3e0092=_0x1d00();let _0x446d02=_0x3e0092[_0x1d004a];return _0x446d02;}import _0x38fb2d from'react-native-linear-gradient';import{COLORS}from'../theme';const IconCircle=({size:size=0x28,children:_0x1bc2ab})=>{return React[_0x83fc(0x0)](View,{'style':[styles[_0x83fc(0x1)],{'width':size,'height':size,'borderRadius':size/0x2}]},React[_0x83fc(0x0)](_0x38fb2d,{'colors':[COLORS[_0x83fc(0x2)],COLORS['iconCircleGradientEnd']],'style':[StyleSheet['absoluteFill'],{'borderRadius':size/0x2}],'start':{'x':0x0,'y':0x0},'end':{'x':0x0,'y':0x1}}),React[_0x83fc(0x0)](View,{'style':styles['iconContent']},_0x1bc2ab||React[_0x83fc(0x0)](Text,{'style':styles[_0x83fc(0x3)]},'→')));},PrimaryButton=({label:label=_0x83fc(0x4),onPress:_0x2d0955,iconRight:_0x152d6e,loading:loading=![],disabled:disabled=![],testID:_0x3e3572,style:_0x43474a,textStyle:_0x403419})=>{const _0x6b929b={'dzQBo':function(_0x30e51e,_0x15b8d4){return _0x30e51e(_0x15b8d4);},'tZIHm':function(_0x3a9af0,_0x5ba9dc){return _0x3a9af0||_0x5ba9dc;},'oMAne':'button','TSvcq':_0x83fc(0x5)},[_0x5ec1d6,_0x541a51]=_0x6b929b[_0x83fc(0x6)](useState,![]),_0x1786e2=()=>_0x541a51(!![]),_0x40b97f=()=>_0x541a51(![]);return React[_0x83fc(0x0)](TouchableOpacity,{'style':[styles['outerPill'],!disabled&&styles[_0x83fc(0x7)],disabled&&styles['disabled'],_0x43474a],'onPress':_0x2d0955,'onPressIn':_0x1786e2,'onPressOut':_0x40b97f,'disabled':_0x6b929b['tZIHm'](disabled,loading),'activeOpacity':0x1,'testID':_0x3e3572,'accessibilityLabel':label,'accessibilityRole':_0x6b929b['oMAne']},React[_0x83fc(0x0)](_0x38fb2d,{'colors':[COLORS[_0x83fc(0x8)],COLORS[_0x83fc(0x9)]],'style':styles[_0x83fc(0xa)],'start':{'x':0x0,'y':0x0},'end':{'x':0x0,'y':0x1}}),_0x5ec1d6&&React[_0x83fc(0x0)](View,{'style':styles['pressedOverlay']}),React['createElement'](View,{'style':styles['textContainer']},loading?React[_0x83fc(0x0)](ActivityIndicator,{'color':COLORS[_0x83fc(0xb)],'size':_0x6b929b[_0x83fc(0xc)]}):React[_0x83fc(0x0)](Text,{'style':[styles['label'],_0x403419]},label)),React[_0x83fc(0x0)](View,{'style':styles[_0x83fc(0xd)]},!loading&&(_0x152d6e||React[_0x83fc(0x0)](IconCircle,null))));},styles=StyleSheet[_0x83fc(0xe)]({'outerPill':{'height':0x30,'borderRadius':0x64,'borderWidth':0x1,'borderColor':COLORS[_0x83fc(0xf)],'overflow':_0x83fc(0x10),'width':_0x83fc(0x11),'position':_0x83fc(0x12)},'outerShadow':{'shadowColor':_0x83fc(0x13),'shadowOffset':{'width':0x14,'height':0x1e},'shadowOpacity':0.1,'shadowRadius':0x28,'elevation':0x8},'disabled':{'opacity':0.65,'shadowOpacity':0x0,'elevation':0x0},'baseGradient':{...StyleSheet['absoluteFillObject'],'borderRadius':0x64},'pressedOverlay':{...StyleSheet['absoluteFillObject'],'backgroundColor':_0x83fc(0x14),'borderRadius':0x64},'textContainer':{'position':_0x83fc(0x15),'left':0x0,'right':0x0,'top':0x0,'bottom':0x0,'justifyContent':_0x83fc(0x16),'alignItems':_0x83fc(0x16),'backgroundColor':_0x83fc(0x17)},'iconPosition':{'position':_0x83fc(0x15),'right':0x4,'top':0x4,'bottom':0x4,'width':0x28,'justifyContent':_0x83fc(0x16),'alignItems':_0x83fc(0x16),'backgroundColor':_0x83fc(0x17)},'label':{'fontFamily':_0x83fc(0x18),'fontWeight':_0x83fc(0x19),'fontSize':0x10,'color':COLORS['btnLabel'],'textAlign':_0x83fc(0x16),'backgroundColor':_0x83fc(0x17)},'iconCircle':{'justifyContent':_0x83fc(0x16),'alignItems':'center','borderWidth':0x1,'borderColor':_0x83fc(0x1a)},'iconContent':{'justifyContent':_0x83fc(0x16),'alignItems':'center','backgroundColor':_0x83fc(0x17)},'arrowText':{'fontSize':0x14,'color':COLORS['btnLabel'],'fontWeight':_0x83fc(0x19),'opacity':0.95,'backgroundColor':_0x83fc(0x17)}});export{IconCircle};function _0x1d00(){const _0x52b5c3=['createElement','iconCircle','iconCircleGradientStart','arrowText','Get\x20Started','small','dzQBo','outerShadow','btnGradStart','btnGradEnd','baseGradient','btnLabel','TSvcq','iconPosition','create','btnBorder','hidden','100%','relative','#000000','rgba(0,0,0,0.1)','absolute','center','transparent','Inter','600','rgba(0,0,0,0.25)'];_0x1d00=function(){return _0x52b5c3;};return _0x1d00();}export{PrimaryButton};export default PrimaryButton;
|