@onairos/react-native 3.6.8 → 3.6.9
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/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/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/PLATFORM_APIS.md +559 -0
- package/lib/commonjs/config/api.js +1 -1
- package/lib/commonjs/config/telegramConfig.js +8 -0
- package/lib/commonjs/config/webchangelog/md +607 -0
- 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/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/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 +1 -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 +1 -1
- package/lib/commonjs/utils/webviewScripts/instagram.js +1 -1
- package/lib/commonjs/utils/webviewScripts/linkedin.js +1 -1
- package/lib/commonjs/utils/webviewScripts/sephora.js +1 -1
- package/lib/commonjs/utils/webviewScripts/telegram.js +1 -1
- package/lib/module/api/index.js +1 -1
- 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/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/PLATFORM_APIS.md +559 -0
- package/lib/module/config/api.js +1 -1
- package/lib/module/config/telegramConfig.js +8 -0
- package/lib/module/config/webchangelog/md +607 -0
- 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/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/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 +1 -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/sephora.js +1 -1
- package/lib/module/utils/webviewScripts/telegram.js +1 -1
- package/package.json +172 -172
|
@@ -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';import{triggerHaptic,HapticType}from'../utils/haptics';import _0x2098d3 from'./PersonaImage';import _0x36ac42 from'./PrimaryButton';import _0x3cb9de from'./PersonalizationConsentScreen';function _0x5961(){const _0x3c0573=['daily','Always\x20up-to-date\x20data.','Weekly','Balanced\x20freshness\x20and\x20efficiency.','biweekly','Biweekly','Less\x20frequent,\x20more\x20efficient.','NUDXT','dXrNz','jFJmo','Hdhzs','✅\x20[PLATFORMS]\x20Loaded\x20from\x20user_connected_platforms:','platform_account_details','claude','foWaZ','AkvoK','PPaKp','❌\x20[PLATFORMS]\x20Error\x20loading\x20connected\x20platforms\x20from\x20storage:','TETmc','IgHVS','LxAMy','jPqFD','oMPhY','onairos_username','SoXuY','Onyad','VwuKi','ItIAT','SjtRJ','PeLJp','xHjep','rzKjR','hcQTl','nxVPK','HFSve','...','NULL','EXTGc','user_connected_platforms','fFslT','@onairos:linkedin_connected','UhHXs','❌\x20[TOGGLE]\x20No\x20username\x20available\x20-\x20cannot\x20proceed\x20with\x20OAuth','SFKSE','Lxtes','ijWAn','NrueW','VkZPS','nmPIa','@onairos:model_refresh_frequency','hOtqY','❌\x20[REFRESH]\x20Error\x20saving\x20refresh\x20frequency:','YLPbh','dpckA','error','BeKKJ','usmrX','mPRMz','URhLn','❌\x20[STORAGE]\x20Error\x20saving\x20to\x20user_connected_platforms:','linkedin','connecting','gmail','contain','hMXUD','DFMZC','JPasp','IxpIn','chatgpt','Highly\x20Recommended','#10B981','#9CA3AF','Initializing...','YouTube','Use\x20your\x20watch\x20history,\x20likes,\x20and\x20subscriptions\x20to\x20enrich\x20your\x20model.','reddit','Reddit','Use\x20your\x20posts\x20and\x20comments\x20to\x20enrich\x20your\x20model.','Use\x20your\x20pins,\x20boards,\x20and\x20interests\x20to\x20enrich\x20your\x20model.','LinkedIn','Use\x20your\x20professional\x20network\x20and\x20career\x20interests\x20to\x20enrich\x20your\x20model.','Gmail','Use\x20your\x20email\x20information\x20to\x20enrich\x20your\x20model.','ChatGPT','Use\x20your\x20ChatGPT\x20conversations\x20and\x20memories\x20to\x20enrich\x20your\x20model.','Claude','Gemini','Grok','Use\x20your\x20Grok\x20conversations\x20from\x20X\x20to\x20enrich\x20your\x20model.','nLOjK','DDoRZ','HoFlQ','PHKZT','Build\x20your\x20persona','Connect\x20platforms\x20to\x20build\x20your\x20private\x20persona','Model\x20Refresh\x20Frequency','jtydX','QZVVH','Fcctk','LOABe','FwYUo','Value','current','ZIMJF','oYKyz','sOdxI','fFvaI','ubFlI','wSTtG','dzBKE','GwLwP','DwFqC','nezTu','FfQdT','ZCcKW','LxUlC','IjxwP','psluK','diKYI','JlabD','TJClX','YgnsJ','vDBgk','mFBZc','RDaHE','length','IXsBL','PGWsR','HUpdB','❌\x20[LLM]\x20No\x20URL\x20configured\x20for\x20platform:\x20','ERROR','forEach','yPvLy','eIhAX','XqFwM','ByZFK','platform','includes','push','ZUWdo','map','xADau','WKnjC','jsBti','add','FDRQS','ahDeM','xLrHL','ayOjk','LYGXw','CyYgq','✅\x20[PLATFORMS]\x20Loaded\x20LinkedIn\x20connection','YJKQL','ZDcdz','ghyUX','YdbeZ','QwCpP','vjnOh','hCIiC','UdhYy','mKHlg','NiLgB','OdgBQ','KgOrl','AzxQM','eeqXE','SZryx','NOJUL','EhBAM','Error\x20toggling\x20platform\x20','log','lLrgP','parse','connected','✅\x20[PLATFORMS]\x20Loaded\x20LLM\x20platform:\x20','isArray','QUtuQ','getItem','tMgYs','toLowerCase','dhuEs','WpyFr','BUTTON_PRESS','fTsjg','mKvzt','SUCCESS','JJdpZ','QJEZI','gemini','UsVZE','PZoZR','CsBaH','foiWt','adtwj','RMUOp','axFua','TRBnR','bfjiU','SUOgC','TvzzS','XLjTA','YJkuG','aIrve','uRYdK','ExRGk','✅\x20[WEBVIEW]\x20Rendering\x20OAuthWebView\x20for\x20','\x20with\x20URL:\x20','substring','createElement','XBIVD','has','LVqoI','wWaEA','VCpWS','KTyfC','UAruC','SURxq','from','AOLlH','RbipQ','\x20-\x20no\x20URL\x20returned','lJMds','LxTyp','GiYvG','JMqDC','HsOOr','jRtmi','dFOSB','ZOgum','LxOfS','sRUcF','email','BNfzA','user_','Ixoie','random','WDNXB','setItem','JUqyN','mobile_user_','floor','KwqyH','vibrate','TNRww','loop','sequence','timing','start','KghVh','NapWk','hIyQg','nativeEvent','contentOffset','layoutMeasurement','width','contentSize','PTAnP','DWxLl','Vgvbv','FiXTf','HgyWd','UuOka','VAuRz','BsKGx','bCnsV','pyKtk','brViC','kKnVx','VVoyL','pinterest','Pinterest','PrwSm','dIkqx','CTDHR','UNuml','yAVbB','YULDL','tkwrx','JeflJ','cwdQP','frudc','hVyju','UjIbx','Rnigf','Oiatd','hoVbL','find','Linking','openURL','edNrM','PZWxy','AOHIf','🔄\x20[TOGGLE]\x20Platform\x20toggle:\x20','\x20=\x20','TeDuE','PHRQV','👤\x20[TOGGLE]\x20Username\x20check\x20-\x20stored:\x20\x22','\x22,\x20state:\x20\x22','\x22,\x20valid:\x20\x22','eQqld','zBsaB','isChatPlatform','KPlhM','\x20login\x20and\x20export...','🌐\x20[LLM]\x20Opening\x20','\x20URL:','dDWSC','FUcrA','💼\x20[LINKEDIN]\x20Opening\x20WebView\x20for\x20LinkedIn\x20login...','https://www.linkedin.com/login','eZIHF','Jwlrm','nWrYM','hbErr','qzRKu','✅\x20[PERSONA]\x20Applied\x20pending\x20connection:\x20','yRVwl','🌐\x20[TOGGLE]\x20Starting\x20OAuth\x20flow\x20for\x20','🔗\x20[TOGGLE]\x20OAuth\x20URL\x20result\x20for\x20','ahwtI','okNmr','Oxzmq','NjGuu','✅\x20[TOGGLE]\x20Setting\x20WebView\x20state\x20-\x20showing\x20modal\x20for\x20','❌\x20[TOGGLE]\x20OAuth\x20failed\x20for\x20','aNBoQ','IGNLe','Npdjm','kICUJ','wcKPd','filter','✅\x20[STORAGE]\x20Removed\x20','\x20from\x20user_connected_platforms:','hmSUr','dxREh','❌\x20[STORAGE]\x20Error\x20removing\x20from\x20user_connected_platforms:','Gndfj','@onairos:llm_connected:','zfUDQ','hleVM','OeVQR','BdNYl','WbaLd','bsHJf','hPhPG','vjdHX','CiiFs','BoiDJ','cXcCb',',\x20oauthUrl:\x20','WbGkq','xMMgF','WuNzH','ciZVn','pLwgJ','pqalo','KTvQk','DYjkz','VQnHo','XgWKp','gzJNs','yQVqN','zbGRl','ZBvlZ','KcWif','YmBzQ','IARAj','eQzsY','flzpq','hNHrw','FTrQh','Nsnos','✅\x20[REFRESH]\x20Model\x20refresh\x20frequency\x20set\x20to:\x20','ZjtVr','Error\x20initializing\x20username:','JYUMq','eHOTw','setValue','MpzWc','EeshQ','wGoYx','bTsbo','ygbYf','KDAPH','success','KKgrg','CuRqk','YfjEt','MregF','yKvzG','🌐\x20[LINKEDIN]\x20Opening\x20LinkedIn\x20URL:','nNOBU','vqCSw','gINrE','uyJpM','AYSxi','bUAbp','OAcJp','stringify','✅\x20[STORAGE]\x20Added\x20','\x20to\x20user_connected_platforms:','tZGZY','toISOString','✅\x20[LLM]\x20','\x20connection\x20stored\x20locally','yrZPE','✅\x20[LINKEDIN]\x20Connection\x20stored\x20locally','iQNRr','youtube','vaowp','rESXI','hTOCK','fXKfS','IwTEF','ECPKl','ESDhS','platformIconButton','platformIconButtonSelected','CKeku','icon','LEKbo','youtubeIcon','xMBjg','gmailIcon','SAPyc','SRLLV','chatgptIcon','ctLgl','grokIcon','INRnc','connectingDot','connectedDot','KTqbs','pwWpB','Hbozp','NDDis','xTZJP','KrFSt','WQxeF','📊\x20[STATE]\x20WebView\x20state\x20changed\x20-\x20showOAuthWebView:\x20','vxGXZ','disconnected','qnlBy','vgxwh','xLBxU','ELHnu','NyeVz','OOHJB','tunpZ','HPPzy','WbgCP','FSXeh','dgMzN','DHzgc','tegLL','YndPh','ZUuAW','zLEgz','gGNMn','XWYcN','...)','min','max','size','WLVHR','uLZmf','igLeI','JhDWF','MBprC','WMalD','OdEji','container','scrollContent','backButton','backButtonText','headingContainer','title','pqdyn','subtitle','UDKCh','personaContainer','largePersona','platformIconsOverlay','platformIconsScrollContent','platformIconsCentered','xHdwj','ZGbcU','fVDGL','lrHIS','platformIcon','vdYte','pinterestIcon','claudeIcon','eozep','huZJY','pageIndicatorContainer','scrollBarTrack','scrollBarThumb','View','scrollIndicator','interpolate','scrollIndicatorText','cardContainer','sCdwK','kMUbn','UzXwd','vpFVP','cardHeader','platformCardTitle','name','recommendedBadgeText','frPKb','customToggleTrack','eFJuR','customToggleThumb','descriptionContainer','platformCardDescription','refreshFrequencySection','refreshFrequencyTitle','ahqJn','value','refreshSegment','refreshSegmentSelected','refreshSegmentText','label','refreshFrequencyHint','buttonWrapper','Continue','Dfdzl','buttonOverlay','holdProgressBar','100%','skipButton','skipButtonText','niTDm','surface','#F0F0F3','center','600','#1C1C1E','700','Inter','400','left','relative','absolute','row','#FFFFFF','transparent','#000','#3B82F6','#EFF6FF','#FFA500','space-between','grey800','IBM\x20Plex\x20Sans','#F9FAFB','grey600','#F5F5F7','#E0E0E4','#8E8E93','500','#E5E7EB','#8B5CF6','hidden','grey500','bold'];_0x5961=function(){return _0x3c0573;};return _0x5961();}import _0x1eba4d from'./PinCreationScreen';import _0x21001e from'./PersonaLoadingScreen';import{useConnections}from'../hooks/useConnections';function _0x1eeb(_0x596139,_0x1eebbe){_0x596139=_0x596139-0x0;const _0x40b32b=_0x5961();let _0x3b0732=_0x40b32b[_0x596139];return _0x3b0732;}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':_0x1eeb(0x0),'label':'Daily','description':_0x1eeb(0x1)},{'value':'weekly','label':_0x1eeb(0x2),'description':_0x1eeb(0x3)},{'value':_0x1eeb(0x4),'label':_0x1eeb(0x5),'description':_0x1eeb(0x6)}];const PlatformConnectorsStep=({onUpdate:_0x5756b3,onSkip:_0x3e1068,loading:loading=![],onPinComplete:_0x360a32,onReviewerBypass:_0x4864a9,onLogout:_0x1a8269,allowedPlatforms:_0x457284,recommendedPlatforms:_0x3f785c,initialConnectedPlatforms:_0x22f20d,onRefreshFrequencyChange:_0x2963c1,initialRefreshFrequency:initialRefreshFrequency='weekly'})=>{const _0x4c3a97={'IXsBL':'✅\x20[PLATFORMS]\x20Loaded\x20from\x20platform_account_details:','PGWsR':function(_0x2057c0,_0x536e73){return _0x2057c0!==_0x536e73;},'HUpdB':_0x1eeb(0x7),'QZVVH':function(_0x327db3,_0x552a63){return _0x327db3(_0x552a63);},'JlabD':function(_0x5a036c,_0x1dead5){return _0x5a036c(_0x1dead5);},'TJClX':'CkVIR','YgnsJ':function(_0x22d34f,_0x385b5c){return _0x22d34f===_0x385b5c;},'vDBgk':'Thsgq','mFBZc':_0x1eeb(0x8),'RDaHE':function(_0x484b4c,_0x218f77){return _0x484b4c>_0x218f77;},'FDRQS':function(_0x389657,_0x70594d){return _0x389657(_0x70594d);},'xLrHL':function(_0x13dc5a,_0x2053ea){return _0x13dc5a!==_0x2053ea;},'ayOjk':function(_0x15c9dc,_0x35e919){return _0x15c9dc!==_0x35e919;},'TWmKY':_0x1eeb(0x9),'SZZZx':function(_0x12064f,_0x238339){return _0x12064f!==_0x238339;},'oHSfw':'✅\x20[PLATFORMS]\x20Updated\x20connectedPlatforms\x20state\x20with:','zBsaB':function(_0x28ad18,_0x405d56){return _0x28ad18===_0x405d56;},'CyYgq':'Orhfu','zkbRY':_0x1eeb(0xa),'YJKQL':_0x1eeb(0xb),'ZDcdz':_0x1eeb(0xc),'ghyUX':_0x1eeb(0xd),'YdbeZ':'grok','QwCpP':_0x1eeb(0xe),'vjnOh':function(_0x38cd2b,_0x402a99){return _0x38cd2b===_0x402a99;},'hCIiC':_0x1eeb(0xf),'UdhYy':_0x1eeb(0x10),'mKHlg':_0x1eeb(0x11),'NiLgB':_0x1eeb(0x12),'RbipQ':function(_0x56be22){return _0x56be22();},'WISIt':function(_0x57e0a4,_0x30d260){return _0x57e0a4!==_0x30d260;},'GiYvG':_0x1eeb(0x13),'JMqDC':_0x1eeb(0x14),'HsOOr':function(_0x3809d2,_0x40fe01){return _0x3809d2!==_0x40fe01;},'jRtmi':_0x1eeb(0x15),'dFOSB':_0x1eeb(0x16),'ZOgum':_0x1eeb(0x17),'LxOfS':function(_0x3ab9d7,_0x2eda84){return _0x3ab9d7&&_0x2eda84;},'fFvaI':function(_0x257fce,_0x2db326){return _0x257fce(_0x2db326);},'sRUcF':function(_0x42180d,_0x4df4c6){return _0x42180d===_0x4df4c6;},'BNfzA':function(_0x1bb7fc,_0x1bf103){return _0x1bb7fc===_0x1bf103;},'Ixoie':function(_0x4c1b8d,_0x5ad494){return _0x4c1b8d*_0x5ad494;},'WDNXB':function(_0xf873a3,_0x47b44c){return _0xf873a3(_0x47b44c);},'mWyOh':'JUqyN','gOIyf':'Error\x20initializing\x20username:','lJMds':function(_0x5759a8){return _0x5759a8();},'IARAj':function(_0x3539a1,_0x85d89){return _0x3539a1===_0x85d89;},'LxTyp':'uIwKW','iRarb':_0x1eeb(0x18),'DWxLl':function(_0x459ede,_0x452584){return _0x459ede>_0x452584;},'UuOka':function(_0x5f5c6,_0xc269a8){return _0x5f5c6(_0xc269a8);},'KghVh':function(_0x7ef052,_0x48c4f6){return _0x7ef052===_0x48c4f6;},'NapWk':'hIyQg','PTAnP':function(_0x247244,_0x1216ba){return _0x247244-_0x1216ba;},'PtIQp':function(_0xb570ca,_0x291331){return _0xb570ca/_0x291331;},'Vgvbv':function(_0x4a3f16,_0x4f96a6){return _0x4a3f16(_0x4f96a6);},'FiXTf':function(_0x70b2b6,_0x24c2ea){return _0x70b2b6>_0x24c2ea;},'qsVbR':_0x1eeb(0x19),'vBJZQ':function(_0x27105a,_0x388846){return _0x27105a(_0x388846);},'edNrM':'https://privacy.onairos.io/','hoVbL':_0x1eeb(0x1a),'jnKOp':_0x1eeb(0x1b),'zddVz':_0x1eeb(0x1c),'oYKyz':function(_0xba6f43,_0x22ba30){return _0xba6f43(_0x22ba30);},'Oiatd':function(_0x10b635,_0x5988f4,_0x28e275){return _0x10b635(_0x5988f4,_0x28e275);},'hbErr':function(_0x396753,_0x5e82d9){return _0x396753(_0x5e82d9);},'psluK':function(_0x1d2a92){return _0x1d2a92();},'AOHIf':'❌\x20[STORAGE]\x20Error\x20removing\x20from\x20user_connected_platforms:','TeDuE':_0x1eeb(0x1d),'PHRQV':_0x1eeb(0x1e),'LXVDw':function(_0xffda80,_0xb794e4){return _0xffda80||_0xb794e4;},'eQqld':function(_0x800e18,_0x5b5fc3){return _0x800e18===_0x5b5fc3;},'KPlhM':function(_0x55b13c,_0x36ffee){return _0x55b13c(_0x36ffee);},'XgWKp':function(_0x3a7bb4,_0x486491){return _0x3a7bb4(_0x486491);},'FfQdT':function(_0x39e6d9,_0x188c3f){return _0x39e6d9(_0x188c3f);},'dDWSC':_0x1eeb(0x1f),'FUcrA':function(_0x44500f,_0x1e5cc5){return _0x44500f(_0x1e5cc5);},'nFGtJ':_0x1eeb(0x20),'IjxwP':function(_0x204e3b,_0x1defd8){return _0x204e3b(_0x1defd8);},'MregF':function(_0x141b36,_0x3e6c47){return _0x141b36(_0x3e6c47);},'eZIHF':function(_0x5a253f,_0x1aacbf){return _0x5a253f(_0x1aacbf);},'Jwlrm':_0x1eeb(0x21),'nWrYM':_0x1eeb(0x22),'bTsbo':function(_0xa90697,_0xaf6412){return _0xa90697(_0xaf6412);},'ahwtI':function(_0x12ce59,_0xf1bbca){return _0x12ce59+_0xf1bbca;},'okNmr':_0x1eeb(0x23),'Oxzmq':_0x1eeb(0x24),'NjGuu':_0x1eeb(0x25),'iQNRr':function(_0x47a60c,_0x693b7c){return _0x47a60c(_0x693b7c);},'aNBoQ':function(_0x164c02,_0x958dc9){return _0x164c02(_0x958dc9);},'IGNLe':function(_0x28df4f,_0xcf14){return _0x28df4f(_0xcf14);},'KcWif':function(_0x1a151f,_0x883217){return _0x1a151f(_0x883217);},'Npdjm':_0x1eeb(0x26),'kICUJ':function(_0x35cfe3,_0x1b0d7f){return _0x35cfe3!==_0x1b0d7f;},'wcKPd':'elZTv','hmSUr':'CyCWd','zfUDQ':_0x1eeb(0x27),'OeVQR':_0x1eeb(0x28),'BdNYl':_0x1eeb(0x29),'bsHJf':function(_0x1a0759,_0x4f672a){return _0x1a0759===_0x4f672a;},'vjdHX':function(_0x1e0aac){return _0x1e0aac();},'WbGkq':function(_0x5373f9,_0x1094db){return _0x5373f9+_0x1094db;},'xMMgF':'SET\x20(','WuNzH':'...)','ueioF':_0x1eeb(0x2a),'DwFqC':function(_0x3066c4,_0x555ba3){return _0x3066c4(_0x555ba3);},'CiiFs':function(_0x14b318,_0x376fff){return _0x14b318(_0x376fff);},'BoiDJ':function(_0x3a22c7,_0x4744bb,_0x4ad0d1){return _0x3a22c7(_0x4744bb,_0x4ad0d1);},'JaNYe':_0x1eeb(0x2b),'WXyyY':_0x1eeb(0x2c),'ciZVn':_0x1eeb(0x2d),'KTvQk':function(_0x1293cb,_0x295be4){return _0x1293cb!==_0x295be4;},'gzJNs':_0x1eeb(0x2e),'uZMBL':function(_0x10efa9,_0x4c62e4){return _0x10efa9(_0x4c62e4);},'yQVqN':function(_0x3b22ba,_0x1d7ed4){return _0x3b22ba!==_0x1d7ed4;},'zbGRl':_0x1eeb(0x2f),'YmBzQ':function(_0x575b1f,_0x2cb72b){return _0x575b1f(_0x2cb72b);},'tZGZY':function(_0x2494a7,_0x59921f){return _0x2494a7(_0x59921f);},'flzpq':_0x1eeb(0x30),'hNHrw':'ymSPz','Nsnos':_0x1eeb(0x31),'gINrE':function(_0x1759f3,_0x34e84d){return _0x1759f3===_0x34e84d;},'ZjtVr':_0x1eeb(0x32),'xTZJP':_0x1eeb(0x33),'eHOTw':_0x1eeb(0x34),'WbgCP':function(_0x3b97d8,_0x3f4b37){return _0x3b97d8!==_0x3f4b37;},'EeshQ':_0x1eeb(0x35),'wGoYx':function(_0x28c55b,_0x2644b2){return _0x28c55b(_0x2644b2);},'ygbYf':function(_0x172a86,_0x250402){return _0x172a86(_0x250402);},'YfjEt':function(_0x1b6fdf,_0x2a9e12){return _0x1b6fdf(_0x2a9e12);},'yKvzG':'https://www.linkedin.com/login','nNOBU':function(_0x41bd8f,_0x3db8bb){return _0x41bd8f(_0x3db8bb);},'KDAPH':function(_0x35c8be,_0x1152f1){return _0x35c8be===_0x1152f1;},'KAdiu':_0x1eeb(0x36),'ZmexK':function(_0x3e095a,_0x2f21c6){return _0x3e095a===_0x2f21c6;},'KKgrg':_0x1eeb(0x37),'vqCSw':function(_0x5f49ae,_0x13f3f3){return _0x5f49ae(_0x13f3f3);},'uyJpM':_0x1eeb(0x38),'AYSxi':function(_0x1cc2e6,_0x5a953e){return _0x1cc2e6===_0x5a953e;},'bUAbp':_0x1eeb(0x39),'OAcJp':_0x1eeb(0x3a),'ndDnS':_0x1eeb(0x3b),'yrZPE':_0x1eeb(0x3c),'Hbozp':function(_0x2f6d39,_0x221aa5){return _0x2f6d39(_0x221aa5);},'NDDis':function(_0x5e7083,_0x2a97c3){return _0x5e7083(_0x2a97c3);},'wSTtG':function(_0x4e602f,_0x5ad184){return _0x4e602f(_0x5ad184);},'fVDGL':_0x1eeb(0x3d),'vaowp':'pinterest','UNuml':_0x1eeb(0x3e),'rESXI':_0x1eeb(0x3f),'hTOCK':'VNtCp','KTqbs':function(_0x1c8ef2,_0x26293a){return _0x1c8ef2&&_0x26293a;},'pwWpB':function(_0x4e2388,_0x5d9171,_0x32419a){return _0x4e2388(_0x5d9171,_0x32419a);},'vxGXZ':function(_0xfee05e,_0x364a52){return _0xfee05e+_0x364a52;},'BaXsX':_0x1eeb(0x40),'KrFSt':function(_0x293c8e,_0x499104){return _0x293c8e!==_0x499104;},'VEkLR':'WQxeF','nezTu':function(_0x490162,_0x52beb0){return _0x490162(_0x52beb0);},'qnlBy':function(_0x1c89bf,_0x51d49d){return _0x1c89bf===_0x51d49d;},'vgxwh':'gmYqX','ELHnu':_0x1eeb(0x41),'vHznA':function(_0x20acab,_0x334f1d,_0x478d7a){return _0x20acab(_0x334f1d,_0x478d7a);},'NyeVz':function(_0x3d8d70,_0x513c58){return _0x3d8d70(_0x513c58);},'HPPzy':_0x1eeb(0x42),'FSXeh':_0x1eeb(0x43),'iKylM':function(_0x25686f,_0x167efc){return _0x25686f(_0x167efc);},'gGNMn':'ujSDq','XWYcN':function(_0x49cc9b,_0x3df9cc){return _0x49cc9b||_0x3df9cc;},'WMalD':function(_0x535a02,_0x214bf0){return _0x535a02(_0x214bf0);},'lrHIS':function(_0x4cc9f1,_0x5ce559){return _0x4cc9f1(_0x5ce559);},'vdYte':function(_0x4f2c11,_0x10f75a){return _0x4f2c11===_0x10f75a;},'VAuRz':'youtube','YULDL':_0x1eeb(0x44),'eozep':function(_0x1b08ec,_0x4a5b96){return _0x1b08ec===_0x4a5b96;},'igLeI':function(_0x4b6fce,_0x423387){return _0x4b6fce===_0x423387;},'sCdwK':function(_0x5058f9,_0x32be68){return _0x5058f9!==_0x32be68;},'kMUbn':'UzXwd','frPKb':_0x1eeb(0x45),'eFJuR':_0x1eeb(0x46),'KbiUP':_0x1eeb(0x47),'FIrqH':function(_0xd78ae3,_0x172503){return _0xd78ae3>_0x172503;},'jtydX':function(_0x3fbb01,_0x796169){return _0x3fbb01(_0x796169);},'LOABe':function(_0x472a55,_0x55ec59){return _0x472a55(_0x55ec59);},'Fcctk':function(_0x42042f,_0x333209){return _0x42042f(_0x333209);},'GzkvX':function(_0x2bc343,_0x5819fa){return _0x2bc343(_0x5819fa);},'FwYUo':function(_0x135510,_0x520928){return _0x135510(_0x520928);},'ZIMJF':function(_0x3f5648,_0x47fe49){return _0x3f5648(_0x47fe49);},'sOdxI':function(_0x16c859,_0x158c3f){return _0x16c859(_0x158c3f);},'ubFlI':function(_0x4f8304,_0x598553){return _0x4f8304(_0x598553);},'dzBKE':_0x1eeb(0x48),'GwLwP':function(_0x255616,_0x869f04){return _0x255616(_0x869f04);},'fHarY':function(_0x7fdd3b,_0x4fd7e1){return _0x7fdd3b(_0x4fd7e1);},'ZCcKW':function(_0x5a1269,_0x1a36cf){return _0x5a1269(_0x1a36cf);},'LxUlC':function(_0x28f8c1,_0x25ac19){return _0x28f8c1(_0x25ac19);},'diKYI':function(_0x31a5a1,_0x3418eb,_0x2da90b){return _0x31a5a1(_0x3418eb,_0x2da90b);},'BsKGx':_0x1eeb(0x49),'bCnsV':_0x1eeb(0x4a),'pyKtk':_0x1eeb(0x4b),'brViC':_0x1eeb(0x4c),'kKnVx':function(_0x32424f,_0x1a4983){return _0x32424f(_0x1a4983);},'VVoyL':_0x1eeb(0x4d),'PrwSm':function(_0x374990,_0x2c3f91){return _0x374990(_0x2c3f91);},'xwcyv':_0x1eeb(0x4e),'dIkqx':_0x1eeb(0x4f),'CTDHR':_0x1eeb(0x50),'yAVbB':_0x1eeb(0x51),'iCWgO':function(_0x44ea1f,_0x5d6d0e){return _0x44ea1f(_0x5d6d0e);},'TwRSC':_0x1eeb(0x52),'PStTy':_0x1eeb(0x53),'tkwrx':_0x1eeb(0x54),'JeflJ':_0x1eeb(0x55),'cwdQP':'Use\x20your\x20Claude\x20conversations\x20to\x20enrich\x20your\x20model.','hVyju':'gemini','frudc':_0x1eeb(0x56),'uXBkF':'Use\x20your\x20Gemini\x20conversations\x20to\x20enrich\x20your\x20model.','UjIbx':_0x1eeb(0x57),'Rnigf':_0x1eeb(0x58),'zLEgz':function(_0x568b0f,_0x45cddd,_0x2ea983){return _0x568b0f(_0x45cddd,_0x2ea983);},'eTSam':function(_0x474aa5,_0x491d9d){return _0x474aa5!==_0x491d9d;},'WLVHR':_0x1eeb(0x59),'uLZmf':'kvuTh','JhDWF':_0x1eeb(0x5a),'MBprC':_0x1eeb(0x5b),'OdEji':_0x1eeb(0x5c),'pqdyn':_0x1eeb(0x5d),'UDKCh':_0x1eeb(0x5e),'tHwFa':function(_0xb4b082,_0x5294c0){return _0xb4b082<=_0x5294c0;},'xHdwj':'normal','ZGbcU':function(_0x434639,_0x596755){return _0x434639>_0x596755;},'huZJY':function(_0x162e63,_0x435b22){return _0x162e63>_0x435b22;},'ahqJn':_0x1eeb(0x5f),'ZGdGg':'How\x20often\x20should\x20your\x20model\x20be\x20refreshed\x20from\x20platforms?','Dfdzl':function(_0x86fce5,_0x2186bd){return _0x86fce5||_0x2186bd;},'niTDm':'Skip'};var _0x4e9d3f;const [_0x39a494,_0x4d4a67]=_0x4c3a97[_0x1eeb(0x60)](useState,()=>new Set(_0x22f20d||[])),[_0x4925fc,_0x1efac0]=useState(![]),[_0x2fc0a3,_0x5a1494]=_0x4c3a97['WDNXB'](useState,![]),[_0x2e420c,_0x5138fe]=useState(![]),[_0x4899eb,_0x5a2c26]=_0x4c3a97['LOABe'](useState,''),[_0xb96f90,_0x4bc47e]=useState({}),[_0x1d0c97,_0x5d8634]=_0x4c3a97[_0x1eeb(0x61)](useState,![]),[_0x3de2fc,_0x4aeb72]=useState(''),[_0xb8476e,_0x5e8f84]=_0x4c3a97[_0x1eeb(0x62)](useState,''),[_0x2bef38,_0x51adb9]=_0x4c3a97['GzkvX'](useState,null),[_0x32d24a,_0x569fcf]=_0x4c3a97[_0x1eeb(0x63)](useState,0x0),_0x4269b2=_0x4c3a97[_0x1eeb(0x64)](useRef,new Animated[(_0x1eeb(0x65))](0x0))[_0x1eeb(0x66)],[_0x2ee448,_0x4fdfb5]=_0x4c3a97[_0x1eeb(0x67)](useState,''),_0xd0312f=_0x4c3a97['hbErr'](useRef,null),[_0x5f12a5,_0x3eee00]=_0x4c3a97[_0x1eeb(0x68)](useState,!![]),_0xf4dad=_0x4c3a97[_0x1eeb(0x69)](useRef,new Animated[(_0x1eeb(0x65))](0x0))[_0x1eeb(0x66)],[_0x3bb1bb,_0x2218a0]=_0x4c3a97[_0x1eeb(0x6a)](useState,0x0),_0x5bb203=useRef(0x0),[_0x14308d,_0x3dc6f9]=_0x4c3a97[_0x1eeb(0x6b)](useState,''),[_0xde1357,_0x94ec45]=useState(0x0),[_0x471614,_0x2c9b5c]=_0x4c3a97[_0x1eeb(0x6c)](useState,_0x4c3a97[_0x1eeb(0x6d)]),[_0x4951f9,_0x4e1c4f]=_0x4c3a97[_0x1eeb(0x6e)](useState,![]),[_0x477ff2,_0x382ede]=_0x4c3a97['fHarY'](useState,![]),[_0x2933ef,_0x49fd6a]=_0x4c3a97[_0x1eeb(0x6f)](useState,null),[_0x2273b1,_0x78e84d]=useState(null),_0x3ed48c=useRef(null),[_0x34701a,_0x35f4e1]=_0x4c3a97[_0x1eeb(0x70)](useState,![]),[_0x42d64b,_0x3324b2]=useState(''),[_0x38eba1,_0x32dc94]=_0x4c3a97[_0x1eeb(0x71)](useState,null),[_0x50ad3c,_0x2c3259]=_0x4c3a97[_0x1eeb(0x72)](useState,![]),[_0x4e4cdd,_0x54d9ca]=useState(![]),[_0x258a9c,_0x4f0faa]=_0x4c3a97[_0x1eeb(0x73)](useState,null),[_0x42949c,_0x382422]=_0x4c3a97[_0x1eeb(0x74)](useState,initialRefreshFrequency),{connectPlatform:_0x4f375c,disconnectPlatform:_0x2541dc,isConnecting:_0x2c17b3}=_0x4c3a97[_0x1eeb(0x75)](useConnections),_0x4db85c=null;_0x4c3a97[_0x1eeb(0x76)](useEffect,()=>{const _0xc1a348={'ESwDK':function(_0x3d8cc8,_0x127235){return _0x4c3a97[_0x1eeb(0x61)](_0x3d8cc8,_0x127235);},'WtxZt':function(_0x636d02,_0x40756c){return _0x4c3a97[_0x1eeb(0x77)](_0x636d02,_0x40756c);},'yPvLy':function(_0x2d1022,_0x40a3d0){return _0x2d1022===_0x40a3d0;},'XqFwM':_0x4c3a97[_0x1eeb(0x78)],'xADau':function(_0x3124bc,_0x41950b){return _0x4c3a97[_0x1eeb(0x79)](_0x3124bc,_0x41950b);},'WKnjC':_0x4c3a97[_0x1eeb(0x7a)],'jsBti':_0x4c3a97[_0x1eeb(0x7b)]};_0x22f20d&&_0x4c3a97[_0x1eeb(0x7c)](_0x22f20d[_0x1eeb(0x7d)],0x0)&&_0x4c3a97[_0x1eeb(0x77)](_0x4d4a67,_0x1ba654=>{const _0x23e49d={'ZUWdo':_0x4c3a97[_0x1eeb(0x7e)]};if(_0x4c3a97[_0x1eeb(0x7f)](_0x4c3a97[_0x1eeb(0x80)],'NUDXT'))_0x439307[_0x1eeb(0x36)](_0x1eeb(0x81)+_0x1602c3),_0xc1a348['ESwDK'](_0x1ef2a9,_0x4812ca=>({..._0x4812ca,[_0x5cf6c3]:_0x1eeb(0x36)})),_0xc1a348['WtxZt'](_0x16f200,_0x49302e[_0x1eeb(0x82)]);else{const _0x3facc2=new Set(_0x1ba654);let _0x3a9903=![];return _0x22f20d[_0x1eeb(0x83)](_0x26884b=>{if(_0xc1a348[_0x1eeb(0x84)](_0x1eeb(0x85),_0xc1a348[_0x1eeb(0x86)])){const _0x5374d8={'ByZFK':function(_0xe7a3e9,_0x334260){return _0xe7a3e9===_0x334260;}};_0x27bea7[_0x1eeb(0x83)](_0x1b1ffd=>{var _0x10f3d2;const _0x2c9a6d=_0x5374d8[_0x1eeb(0x87)](_0x10f3d2=_0x1b1ffd[_0x1eeb(0x88)],null)||_0x5374d8[_0x1eeb(0x87)](_0x10f3d2,void 0x0)?void 0x0:_0x10f3d2['toLowerCase']();_0x2c9a6d&&!_0x4188ec[_0x1eeb(0x89)](_0x2c9a6d)&&_0xbc82a9[_0x1eeb(0x8a)](_0x2c9a6d);}),_0x4d2092['log'](_0x23e49d[_0x1eeb(0x8b)],_0x52c791[_0x1eeb(0x8c)](_0x5ac891=>_0x5ac891[_0x1eeb(0x88)]));}else!_0x3facc2['has'](_0x26884b)&&(_0xc1a348[_0x1eeb(0x8d)](_0xc1a348[_0x1eeb(0x8e)],_0xc1a348[_0x1eeb(0x8f)])?_0x5a7743():(_0x3facc2[_0x1eeb(0x90)](_0x26884b),_0x3a9903=!![]));}),_0x3a9903?_0x3facc2:_0x1ba654;}});},[_0x22f20d]),useEffect(()=>{const _0x3e9255={'mKvzt':function(_0x3501c8,_0x5e0772){return _0x4c3a97[_0x1eeb(0x91)](_0x3501c8,_0x5e0772);},'foiWt':function(_0x22626b,_0x2cad8d){return _0x4c3a97[_0x1eeb(0x61)](_0x22626b,_0x2cad8d);},'TRBnR':function(_0x4e48fd,_0x561b92){return _0x4c3a97[_0x1eeb(0x77)](_0x4e48fd,_0x561b92);},'KgOrl':function(_0x20b948,_0x34c3ce){return _0x20b948===_0x34c3ce;},'aIrve':_0x1eeb(0x92),'NOJUL':function(_0xd5b619,_0x3b4ccf){return _0x4c3a97[_0x1eeb(0x93)](_0xd5b619,_0x3b4ccf);},'uRYdK':function(_0x282c13,_0x45abca){return _0x4c3a97[_0x1eeb(0x94)](_0x282c13,_0x45abca);},'ExRGk':_0x4c3a97['TWmKY'],'KTyfC':function(_0x331432,_0x25a32d){return _0x4c3a97['SZZZx'](_0x331432,_0x25a32d);},'oIPMo':_0x1eeb(0x95),'SURxq':_0x4c3a97['oHSfw'],'OdgBQ':function(_0x4b70d0,_0x194089){return _0x4b70d0(_0x194089);},'AzxQM':function(_0x4c5c87,_0x1ecc7a){return _0x4c3a97['zBsaB'](_0x4c5c87,_0x1ecc7a);},'UPeWM':_0x4c3a97[_0x1eeb(0x96)],'SZryx':_0x1eeb(0x97),'XsSAB':'🔄\x20[PLATFORMS]\x20Loading\x20connected\x20platforms\x20from\x20storage...','lLrgP':_0x4c3a97['zkbRY'],'QUtuQ':_0x4c3a97[_0x1eeb(0x98)],'XBWpV':_0x4c3a97[_0x1eeb(0x99)],'sGRrg':'Skqpe','fTsjg':_0x4c3a97[_0x1eeb(0x7e)],'JJdpZ':_0x1eeb(0x44),'QJEZI':_0x4c3a97[_0x1eeb(0x9a)],'XfVFi':_0x4c3a97[_0x1eeb(0x9b)],'UsVZE':function(_0x222ed5,_0xa7982c){return _0x222ed5===_0xa7982c;},'PZoZR':_0x4c3a97[_0x1eeb(0x9c)],'adtwj':function(_0xc78994,_0x42289a){return _0x4c3a97[_0x1eeb(0x9d)](_0xc78994,_0x42289a);},'RMUOp':_0x4c3a97[_0x1eeb(0x9e)],'IeFvd':_0x1eeb(0x3c),'bfjiU':_0x4c3a97[_0x1eeb(0x9f)],'XLjTA':function(_0x27f7e6,_0x4ab7e7){return _0x4c3a97[_0x1eeb(0x7c)](_0x27f7e6,_0x4ab7e7);},'YJkuG':function(_0xe698de,_0x11ff2a){return _0x4c3a97[_0x1eeb(0x77)](_0xe698de,_0x11ff2a);},'AOLlH':_0x4c3a97[_0x1eeb(0xa0)]};if(_0x4c3a97['vjnOh'](_0x4c3a97[_0x1eeb(0xa1)],_0x4c3a97[_0x1eeb(0xa1)])){const _0x2fcb92=async()=>{const _0x306eed={'sJADX':function(_0x15bf01,_0x11a662){return _0x3e9255[_0x1eeb(0xa2)](_0x15bf01,_0x11a662);},'VWJPV':function(_0x50db0d,_0x163158){return _0x3e9255[_0x1eeb(0xa3)](_0x50db0d,_0x163158);},'tMgYs':function(_0x2e70c9,_0xd38c19){return _0x3e9255[_0x1eeb(0xa4)](_0x2e70c9,_0xd38c19);},'dhuEs':function(_0x44d60f,_0x20c716){return _0x44d60f===_0x20c716;},'WpyFr':_0x1eeb(0xa5),'GlYne':_0x3e9255['UPeWM'],'SUOgC':_0x1eeb(0x3c),'TvzzS':_0x3e9255[_0x1eeb(0xa6)]};if(_0x3e9255[_0x1eeb(0xa7)](_0x1eeb(0xa8),_0x1eeb(0xa8)))_0x2b0905[_0x1eeb(0x36)](_0x1eeb(0xa9)+_0x54e988+':',_0x740e3d),_0x306eed['sJADX'](_0x3186e7,_0x418632=>({..._0x418632,[_0xce5358]:_0x1eeb(0x36)})),_0x306eed['sJADX'](_0xf71fa6,_0x267896[_0x1eeb(0x82)]);else try{console[_0x1eeb(0xaa)](_0x3e9255['XsSAB']);const _0x4c7678=[],_0x157644=await AsyncStorage['getItem'](_0x1eeb(0x26));if(_0x157644){if(_0x3e9255['KTyfC'](_0x3e9255[_0x1eeb(0xab)],_0x3e9255[_0x1eeb(0xab)])){const _0x500e85=_0x5879a4[_0x1eeb(0xac)](_0x1305af);_0x500e85[_0x1eeb(0xad)]&&!_0x453bc7[_0x1eeb(0x89)](_0x29a605)&&(_0x1e6fff['push'](_0x42c90e),_0x57ecc8['log'](_0x1eeb(0xae)+_0x415065));}else{const _0x253d53=JSON[_0x1eeb(0xac)](_0x157644);Array[_0x1eeb(0xaf)](_0x253d53)&&(_0x4c7678['push'](..._0x253d53),console[_0x1eeb(0xaa)](_0x3e9255[_0x1eeb(0xb0)],_0x253d53));}}const _0x1e5ac7=await AsyncStorage[_0x1eeb(0xb1)](_0x3e9255['XBWpV']);if(_0x1e5ac7){if(_0x3e9255[_0x1eeb(0xa4)](_0x3e9255['sGRrg'],_0x3e9255['sGRrg'])){const _0x5b1bba=JSON[_0x1eeb(0xac)](_0x1e5ac7);Array[_0x1eeb(0xaf)](_0x5b1bba)&&(_0x5b1bba['forEach'](_0xd4276c=>{var _0x5c79b6;const _0x311177=_0x306eed['VWJPV'](_0x5c79b6=_0xd4276c[_0x1eeb(0x88)],null)||_0x306eed[_0x1eeb(0xb2)](_0x5c79b6,void 0x0)?void 0x0:_0x5c79b6[_0x1eeb(0xb3)]();_0x311177&&!_0x4c7678[_0x1eeb(0x89)](_0x311177)&&(_0x306eed[_0x1eeb(0xb4)](_0x306eed[_0x1eeb(0xb5)],_0x306eed['GlYne'])?(_0x83c7e2(_0x4b0e66[_0x1eeb(0xb6)]),_0x5b8d16(_0x1e1e59['id'])):_0x4c7678['push'](_0x311177));}),console[_0x1eeb(0xaa)](_0x3e9255[_0x1eeb(0xb7)],_0x5b1bba['map'](_0x39b7a1=>_0x39b7a1[_0x1eeb(0x88)])));}else{const _0x27210d=new _0x1269c3(_0x27d98d);_0x27210d['add'](_0x3df056),_0x17c6ab(_0x27210d),_0x3e9255[_0x1eeb(0xb8)](_0x2728bc,_0x90e6de=>({..._0x90e6de,[_0x4d17dd]:_0x1eeb(0xad)})),_0x489f0f(_0x18339d[_0x1eeb(0xb9)]);}}const _0x450458=[_0x3e9255[_0x1eeb(0xba)],_0x3e9255[_0x1eeb(0xbb)],_0x1eeb(0xbc),_0x3e9255['XfVFi']];for(const _0x1d2258 of _0x450458){const _0x9a530e=await AsyncStorage[_0x1eeb(0xb1)]('@onairos:llm_connected:'+_0x1d2258);if(_0x9a530e){const _0x1cd289=JSON[_0x1eeb(0xac)](_0x9a530e);_0x1cd289['connected']&&!_0x4c7678[_0x1eeb(0x89)](_0x1d2258)&&(_0x3e9255[_0x1eeb(0xbd)](_0x3e9255[_0x1eeb(0xbe)],_0x1eeb(0xbf))?_0x3e9255[_0x1eeb(0xc0)](_0x345735,_0x3286d9):(_0x4c7678['push'](_0x1d2258),console['log'](_0x1eeb(0xae)+_0x1d2258)));}}const _0x4c8948=await AsyncStorage['getItem'](_0x1eeb(0x28));if(_0x4c8948){if(_0x3e9255[_0x1eeb(0xc1)](_0x3e9255[_0x1eeb(0xc2)],_0x1eeb(0xc3)))_0x3e9255[_0x1eeb(0xc4)](_0x22b45e,![]);else{const _0x3ff8c4=JSON[_0x1eeb(0xac)](_0x4c8948);if(_0x3ff8c4[_0x1eeb(0xad)]&&!_0x4c7678[_0x1eeb(0x89)](_0x3e9255['IeFvd'])){if(_0x3e9255['KTyfC'](_0x3e9255['bfjiU'],_0x3e9255[_0x1eeb(0xc5)])){const _0x42c8f6=_0x55e677['parse'](_0x5e6a74);_0x42c8f6['connected']&&!_0x526257[_0x1eeb(0x89)](_0x306eed['SUOgC'])&&(_0x138710[_0x1eeb(0x8a)](_0x306eed[_0x1eeb(0xc6)]),_0x5f4768[_0x1eeb(0xaa)](_0x306eed[_0x1eeb(0xc7)]));}else _0x4c7678[_0x1eeb(0x8a)](_0x1eeb(0x3c)),console[_0x1eeb(0xaa)](_0x3e9255[_0x1eeb(0xa6)]);}}}_0x3e9255[_0x1eeb(0xc8)](_0x4c7678['length'],0x0)&&_0x3e9255[_0x1eeb(0xc9)](_0x4d4a67,_0x29f5cd=>{const _0x77d4cb={'XrzAP':function(_0x164a7e,_0x4b3fa3){return _0x164a7e(_0x4b3fa3);},'VOXCU':function(_0x22a0f3,_0x5905a9){return _0x3e9255['KgOrl'](_0x22a0f3,_0x5905a9);},'XBIVD':_0x3e9255[_0x1eeb(0xca)],'VWWoR':function(_0x4386be,_0x3a7a6c){return _0x3e9255[_0x1eeb(0xa7)](_0x4386be,_0x3a7a6c);},'LVqoI':'NGXgl','UAruC':function(_0x517d0b,_0x4fd158){return _0x517d0b(_0x4fd158);}};if(_0x3e9255[_0x1eeb(0xcb)]('jFJmo',_0x3e9255[_0x1eeb(0xcc)]))return _0x284a68[_0x1eeb(0xaa)](_0x1eeb(0xcd)+_0x12461f+_0x1eeb(0xce)+_0x5b54df[_0x1eeb(0xcf)](0x0,0x3c)+_0x1eeb(0x23)),React[_0x1eeb(0xd0)](_0x4fd34a,{'url':_0x18f46a,'platform':_0x50af1f,'onClose':_0x1307a9,'onSuccess':_0x11169e,'onComplete':_0x2cbe81,'username':_0x12ba9d});else{const _0x35836b=new Set(_0x29f5cd);let _0x2ba55c=![];return _0x4c7678[_0x1eeb(0x83)](_0x3acaa0=>{const _0x3b86d5={'VCpWS':function(_0x4d88e3,_0x59f68d){return _0x77d4cb['XrzAP'](_0x4d88e3,_0x59f68d);}};_0x77d4cb['VOXCU'](_0x77d4cb[_0x1eeb(0xd1)],_0x77d4cb['XBIVD'])?!_0x35836b[_0x1eeb(0xd2)](_0x3acaa0)&&(_0x77d4cb['VWWoR'](_0x77d4cb[_0x1eeb(0xd3)],_0x1eeb(0xd4))?(_0x35836b['add'](_0x3acaa0),_0x2ba55c=!![]):(_0x3a41f0(_0x20020a=>({..._0x20020a,[_0x204d32]:'error'})),_0x3b86d5[_0x1eeb(0xd5)](_0x2d8728,_0x2b6b86[_0x1eeb(0x82)]))):_0x59d4a1['push'](_0x5b34f2);}),_0x2ba55c&&(_0x3e9255[_0x1eeb(0xd6)](_0x1eeb(0x95),_0x3e9255['oIPMo'])?_0x77d4cb[_0x1eeb(0xd7)](_0x283fee,_0x3bed20):console[_0x1eeb(0xaa)](_0x3e9255[_0x1eeb(0xd8)],Array[_0x1eeb(0xd9)](_0x35836b))),_0x2ba55c?_0x35836b:_0x29f5cd;}});}catch(_0x5884ce){console[_0x1eeb(0x36)](_0x3e9255[_0x1eeb(0xda)],_0x5884ce);}};_0x4c3a97[_0x1eeb(0xdb)](_0x2fcb92);}else _0x164ba3[_0x1eeb(0x36)]('❌\x20[TOGGLE]\x20OAuth\x20failed\x20for\x20'+_0x349b5a+_0x1eeb(0xdc)),_0x4c3a97[_0x1eeb(0x91)](_0x487165,_0x5cd923=>({..._0x5cd923,[_0x453159]:_0x1eeb(0x36)})),_0x338ac7(_0x489855['ERROR']);},[]),useEffect(()=>{const _0x253cb4={'KwqyH':function(_0x1a2b7e,_0x2c44f1){return _0x4c3a97[_0x1eeb(0x91)](_0x1a2b7e,_0x2c44f1);},'epOaq':function(_0x3b4b31){return _0x4c3a97[_0x1eeb(0xdd)](_0x3b4b31);},'TNRww':function(_0x1fde8c,_0x50fa97){return _0x1fde8c(_0x50fa97);}};if(_0x4c3a97['IARAj'](_0x4c3a97[_0x1eeb(0xde)],_0x4c3a97['iRarb'])){const _0x3b4342=new _0x38bac6(_0x235e03);let _0xa1992b=![];return _0xec5b8c[_0x1eeb(0x83)](_0x538d7d=>{!_0x3b4342['has'](_0x538d7d)&&(_0x3b4342[_0x1eeb(0x90)](_0x538d7d),_0xa1992b=!![]);}),_0xa1992b?_0x3b4342:_0x15b710;}else{const _0x5b83c6=async()=>{if(_0x4c3a97['WISIt'](_0x4c3a97[_0x1eeb(0xdf)],_0x4c3a97[_0x1eeb(0xe0)]))try{if(_0x4c3a97[_0x1eeb(0xe1)](_0x4c3a97[_0x1eeb(0xe2)],_0x4c3a97[_0x1eeb(0xe3)])){const _0x14ecab=await AsyncStorage['getItem'](_0x4c3a97[_0x1eeb(0xe4)]);if(_0x4c3a97['LxOfS'](_0x14ecab,!_0x14308d)){_0x4c3a97[_0x1eeb(0x6a)](_0x3dc6f9,_0x14ecab);return;}if(_0x4c3a97[_0x1eeb(0xe5)](_0x4db85c,!_0x14308d)){var _0x393624;const _0x1c24f3=(_0x4db85c===null||_0x4c3a97[_0x1eeb(0xe6)](_0x4db85c,void 0x0)||_0x4c3a97[_0x1eeb(0xe6)](_0x393624=_0x4db85c[_0x1eeb(0xe7)],null)||_0x4c3a97[_0x1eeb(0xe8)](_0x393624,void 0x0)?void 0x0:_0x393624['split']('@')[0x0])||(_0x4c3a97[_0x1eeb(0x9d)](_0x4db85c,null)||_0x4c3a97[_0x1eeb(0x9d)](_0x4db85c,void 0x0)?void 0x0:_0x4db85c['name'])||_0x1eeb(0xe9)+Math['floor'](_0x4c3a97[_0x1eeb(0xea)](Math[_0x1eeb(0xeb)](),0x2710));_0x4c3a97[_0x1eeb(0xec)](_0x3dc6f9,_0x1c24f3),await AsyncStorage[_0x1eeb(0xed)](_0x4c3a97[_0x1eeb(0xe4)],_0x1c24f3);return;}if(!_0x14308d){if(_0x4c3a97[_0x1eeb(0x94)](_0x4c3a97['mWyOh'],_0x1eeb(0xee)))_0x2ccfaf();else{const _0x5155d0=_0x1eeb(0xef)+Math[_0x1eeb(0xf0)](_0x4c3a97[_0x1eeb(0xea)](Math[_0x1eeb(0xeb)](),0x2710));_0x4c3a97[_0x1eeb(0x77)](_0x3dc6f9,_0x5155d0),await AsyncStorage[_0x1eeb(0xed)](_0x1eeb(0x17),_0x5155d0);}}}else _0x253cb4[_0x1eeb(0xf1)](_0x1fa6f3,_0x3eec8d[_0x1eeb(0xb9)]),_0x3f8eef[_0x1eeb(0xf2)]([0x0,0x64,0x32,0x64]),_0x253cb4['epOaq'](_0x51a8b8);}catch(_0x2938a6){console['error'](_0x4c3a97['gOIyf'],_0x2938a6);const _0x19c8f4=_0x1eeb(0xe9)+Math[_0x1eeb(0xf0)](Math[_0x1eeb(0xeb)]()*0x2710);_0x3dc6f9(_0x19c8f4);}else _0x253cb4[_0x1eeb(0xf3)](_0x59717c,_0x5e5d06),_0x253cb4['KwqyH'](_0x50876d,null);};_0x4c3a97[_0x1eeb(0xdd)](_0x5b83c6);}},[_0x4db85c,_0x14308d]),useEffect(()=>{_0x5f12a5&&Animated[_0x1eeb(0xf4)](Animated[_0x1eeb(0xf5)]([Animated[_0x1eeb(0xf6)](_0xf4dad,{'toValue':0x1,'duration':0x3e8,'useNativeDriver':!![]}),Animated['timing'](_0xf4dad,{'toValue':0x0,'duration':0x3e8,'useNativeDriver':!![]})]))[_0x1eeb(0xf7)]();},[_0x5f12a5]);const _0x2fc7ca=useCallback(_0xc1670a=>{if(_0x4c3a97[_0x1eeb(0xf8)](_0x4c3a97[_0x1eeb(0xf9)],_0x1eeb(0xfa))){const _0x196abc=_0xc1670a[_0x1eeb(0xfb)][_0x1eeb(0xfc)]['x'],_0x56d0a3=_0xc1670a[_0x1eeb(0xfb)][_0x1eeb(0xfd)][_0x1eeb(0xfe)],_0x4ab649=_0xc1670a[_0x1eeb(0xfb)][_0x1eeb(0xff)][_0x1eeb(0xfe)];_0x5bb203[_0x1eeb(0x66)]=_0x196abc;const _0x241987=_0x4c3a97[_0x1eeb(0x100)](_0x4ab649,_0x56d0a3),_0x1bfd52=_0x4c3a97[_0x1eeb(0x101)](_0x241987,0x0)?_0x4c3a97['PtIQp'](_0x196abc,_0x241987):0x0;_0x4c3a97[_0x1eeb(0x102)](_0x2218a0,_0x1bfd52);if(_0x4c3a97[_0x1eeb(0x103)](_0x196abc,0xa)&&_0x5f12a5){if(_0x1eeb(0x104)===_0x4c3a97['qsVbR']){if(_0x4c3a97[_0x1eeb(0x101)](_0x4a2ae8['length'],0x0)){const _0x8f2ab9=_0x4696a5[0x0]['id'];(!_0xbec816||!_0x18a876['find'](_0x29cc0a=>_0x29cc0a['id']===_0x4c703f))&&_0x4c3a97[_0x1eeb(0x105)](_0x1c584f,_0x8f2ab9);}}else _0x4c3a97['vBJZQ'](_0x3eee00,![]);}}else _0x3d384b['push'](_0x2aa4c1),_0x1ebca5[_0x1eeb(0xaa)](_0x1eeb(0xae)+_0x37a526);},[_0x5f12a5]),_0x52f191=[{'id':_0x4c3a97[_0x1eeb(0x106)],'name':_0x4c3a97[_0x1eeb(0x107)],'icon':getPlatformIcon(_0x4c3a97[_0x1eeb(0x106)]),'description':_0x4c3a97[_0x1eeb(0x108)],'isChatPlatform':![]},{'id':_0x4c3a97[_0x1eeb(0x109)],'name':_0x4c3a97[_0x1eeb(0x10a)],'icon':_0x4c3a97[_0x1eeb(0x10b)](getPlatformIcon,'reddit'),'description':_0x4c3a97[_0x1eeb(0x10c)],'isChatPlatform':![]},{'id':_0x1eeb(0x10d),'name':_0x1eeb(0x10e),'icon':_0x4c3a97[_0x1eeb(0x10f)](getPlatformIcon,_0x4c3a97['vaowp']),'description':_0x4c3a97['xwcyv'],'isChatPlatform':![]},{'id':'linkedin','name':_0x4c3a97[_0x1eeb(0x110)],'icon':getPlatformIcon(_0x4c3a97['yrZPE']),'description':_0x4c3a97[_0x1eeb(0x111)],'isChatPlatform':![]},{'id':_0x4c3a97[_0x1eeb(0x112)],'name':_0x4c3a97[_0x1eeb(0x113)],'icon':_0x4c3a97['iCWgO'](getPlatformIcon,_0x4c3a97[_0x1eeb(0x112)]),'description':_0x4c3a97['TwRSC'],'isChatPlatform':![]},{'id':_0x4c3a97[_0x1eeb(0x114)],'name':_0x4c3a97['PStTy'],'icon':getPlatformIcon(_0x4c3a97[_0x1eeb(0x114)]),'description':_0x4c3a97[_0x1eeb(0x115)],'isChatPlatform':!![]},{'id':_0x1eeb(0xd),'name':_0x4c3a97[_0x1eeb(0x116)],'icon':_0x4c3a97[_0x1eeb(0x6f)](getPlatformIcon,_0x4c3a97[_0x1eeb(0x9a)]),'description':_0x4c3a97[_0x1eeb(0x117)],'isChatPlatform':!![]},{'id':_0x4c3a97['hVyju'],'name':_0x4c3a97[_0x1eeb(0x118)],'icon':getPlatformIcon(_0x4c3a97[_0x1eeb(0x119)]),'description':_0x4c3a97['uXBkF'],'isChatPlatform':!![]},{'id':_0x4c3a97[_0x1eeb(0x9b)],'name':_0x4c3a97[_0x1eeb(0x11a)],'icon':getPlatformIcon(_0x4c3a97[_0x1eeb(0x9b)]),'description':_0x4c3a97[_0x1eeb(0x11b)],'isChatPlatform':!![]}],_0x49859f=_0x457284?_0x457284[_0x1eeb(0x8c)](_0x2f4bef=>_0x52f191['find'](_0x2841fa=>_0x2841fa['id']===_0x2f4bef))['filter'](_0x2d7ef6=>_0x2d7ef6!==undefined):_0x52f191;_0x4c3a97[_0x1eeb(0x11c)](useEffect,()=>{if(_0x4c3a97[_0x1eeb(0x9d)](_0x1eeb(0x1a),_0x4c3a97[_0x1eeb(0x11d)])){if(_0x49859f[_0x1eeb(0x7d)]>0x0){const _0x58f004=_0x49859f[0x0]['id'];if(!_0x2ee448||!_0x49859f[_0x1eeb(0x11e)](_0x395cf2=>_0x395cf2['id']===_0x2ee448)){if(_0x4c3a97[_0x1eeb(0xe8)](_0x4c3a97['jnKOp'],_0x4c3a97['zddVz'])){const Linking=_0x4c3a97['QZVVH'](_0x38e480,0x0)[_0x1eeb(0x11f)];Linking[_0x1eeb(0x120)](_0x4c3a97[_0x1eeb(0x121)]);}else _0x4c3a97[_0x1eeb(0x91)](_0x4fdfb5,_0x58f004);}}}else{const _0x924aaf={'PZWxy':function(_0x535cd5,_0x3cdf79){return _0x535cd5(_0x3cdf79);}};return()=>{_0x377b16&&_0x924aaf[_0x1eeb(0x122)](_0xada8cc,_0x3111e5);};}},[_0x457284,_0x49859f[_0x1eeb(0x7d)]]);const _0x3600c4=async(_0x59fb0e,_0x5736ca)=>{const _0x316453={'Gndfj':function(_0x2d5ac3){return _0x4c3a97[_0x1eeb(0x75)](_0x2d5ac3);},'hleVM':_0x4c3a97[_0x1eeb(0x123)],'WbaLd':function(_0xe7cdeb,_0x3de9c6){return _0xe7cdeb(_0x3de9c6);}};triggerHaptic(HapticType['BUTTON_PRESS']),console['log'](_0x1eeb(0x124)+_0x59fb0e+_0x1eeb(0x125)+_0x5736ca);try{if(_0x4c3a97[_0x1eeb(0x93)](_0x4c3a97[_0x1eeb(0x126)],_0x4c3a97[_0x1eeb(0x127)])){if(_0x5736ca){const _0x46f432=await AsyncStorage[_0x1eeb(0xb1)](_0x4c3a97[_0x1eeb(0xe4)]),_0x4c237d=_0x4c3a97['LXVDw'](_0x46f432,_0x14308d);console[_0x1eeb(0xaa)](_0x1eeb(0x128)+_0x46f432+_0x1eeb(0x129)+_0x14308d+_0x1eeb(0x12a)+_0x4c237d+'\x22');if(!_0x4c237d||_0x4c3a97['YgnsJ'](_0x4c237d['trim'](),'')){console[_0x1eeb(0x36)](_0x1eeb(0x2a));return;}const _0x41b3d2=_0x52f191['find'](_0x375d1b=>_0x375d1b['id']===_0x59fb0e),_0x42ec3d=(_0x4c3a97[_0x1eeb(0x12b)](_0x41b3d2,null)||_0x4c3a97[_0x1eeb(0x12c)](_0x41b3d2,void 0x0)?void 0x0:_0x41b3d2[_0x1eeb(0x12d)])||_0x4c3a97[_0x1eeb(0x12e)](isLLMPlatform,_0x59fb0e);if(_0x42ec3d){console[_0x1eeb(0xaa)]('🤖\x20[LLM]\x20Opening\x20WebView\x20for\x20'+_0x59fb0e+_0x1eeb(0x12f)),_0x5e8f84(_0x59fb0e),_0x4c3a97[_0x1eeb(0x12e)](_0x4bc47e,_0xdf17b8=>({..._0xdf17b8,[_0x59fb0e]:'connecting'}));const _0x51c7f2=_0x4c3a97['XgWKp'](getLLMPlatformUrl,_0x59fb0e);_0x51c7f2?(console[_0x1eeb(0xaa)](_0x1eeb(0x130)+_0x59fb0e+_0x1eeb(0x131),_0x51c7f2),_0x4c3a97['JlabD'](_0x4aeb72,_0x51c7f2),_0x4c3a97[_0x1eeb(0x71)](_0x5d8634,!![])):_0x4c3a97[_0x1eeb(0x7f)](_0x4c3a97[_0x1eeb(0x132)],'rzKjR')?_0x1ba729&&_0x4c3a97[_0x1eeb(0x68)](_0x4b39e9,_0x4f9cbc):(console['error'](_0x1eeb(0x81)+_0x59fb0e),_0x4c3a97[_0x1eeb(0x102)](_0x4bc47e,_0x2f80cb=>({..._0x2f80cb,[_0x59fb0e]:'error'})),_0x4c3a97['KPlhM'](triggerHaptic,HapticType['ERROR']));return;}if(_0x4c3a97[_0x1eeb(0x133)](isLinkedInPlatform,_0x59fb0e)){if(_0x4c3a97[_0x1eeb(0x9d)]('hcQTl',_0x4c3a97['nFGtJ'])){console[_0x1eeb(0xaa)](_0x1eeb(0x134)),_0x4c3a97[_0x1eeb(0x74)](_0x5e8f84,_0x59fb0e),_0x4c3a97['XgWKp'](_0x4bc47e,_0x3665b5=>({..._0x3665b5,[_0x59fb0e]:_0x1eeb(0x3d)}));const _0x2e72fd=_0x1eeb(0x135);console[_0x1eeb(0xaa)]('🌐\x20[LINKEDIN]\x20Opening\x20LinkedIn\x20URL:',_0x2e72fd),_0x4aeb72(_0x2e72fd),_0x4c3a97['MregF'](_0x5d8634,!![]);return;}else _0x21064b[_0x1eeb(0x90)](_0x4460c9),_0x195d7f=!![];}if(_0x4c3a97[_0x1eeb(0x136)](hasNativeSDK,_0x59fb0e)){if(_0x4c3a97[_0x1eeb(0xe1)](_0x4c3a97[_0x1eeb(0x137)],_0x4c3a97[_0x1eeb(0x138)])){_0x5e8f84(_0x59fb0e),_0x4c3a97[_0x1eeb(0x102)](_0x4bc47e,_0x323dd5=>({..._0x323dd5,[_0x59fb0e]:'connecting'}));const _0x45e75d=await _0x4c3a97[_0x1eeb(0x11c)](initiateNativeAuth,_0x59fb0e,_0x4c237d);if(_0x45e75d){const _0xc7c513=new Set(_0x39a494);_0xc7c513[_0x1eeb(0x90)](_0x59fb0e),_0x4c3a97[_0x1eeb(0x136)](_0x4d4a67,_0xc7c513),_0x4c3a97[_0x1eeb(0x139)](_0x4bc47e,_0x1cc08c=>({..._0x1cc08c,[_0x59fb0e]:_0x1eeb(0xad)})),triggerHaptic(HapticType['SUCCESS']);}else _0x4c3a97['JlabD'](_0x4bc47e,_0x31fdec=>({..._0x31fdec,[_0x59fb0e]:_0x1eeb(0x36)})),_0x4c3a97[_0x1eeb(0x139)](triggerHaptic,HapticType[_0x1eeb(0x82)]);}else{const _0xddf706={'qzRKu':function(_0x35881b,_0x2c52a2){return _0x4c3a97['WDNXB'](_0x35881b,_0x2c52a2);},'yRVwl':function(_0x1ccb1a,_0x180617){return _0x4c3a97['Vgvbv'](_0x1ccb1a,_0x180617);}},_0x1610a4=_0x4c3a97[_0x1eeb(0x11c)](_0x4ba252,()=>{_0xddf706['qzRKu'](_0x526133,_0x35a2d9=>{const _0x1a7836=new _0x31887f(_0x35a2d9);return _0x1a7836[_0x1eeb(0x90)](_0x4f6434),_0x1a7836;}),_0xddf706[_0x1eeb(0x13a)](_0x23c3d2,_0x66d00f['SUCCESS']),_0x4338b1[_0x1eeb(0xaa)](_0x1eeb(0x13b)+_0x15072b),_0xddf706[_0x1eeb(0x13c)](_0x2f9232,null);},0x12c);return()=>_0x33bb45(_0x1610a4);}}else{console['log'](_0x1eeb(0x13d)+_0x59fb0e+_0x1eeb(0x23)),_0x5e8f84(_0x59fb0e),_0x4c3a97['bTsbo'](_0x4bc47e,_0x288c69=>({..._0x288c69,[_0x59fb0e]:_0x1eeb(0x3d)}));const _0x1d770e=await initiateOAuth(_0x59fb0e,_0x4c237d);console[_0x1eeb(0xaa)](_0x1eeb(0x13e)+_0x59fb0e+':',_0x1d770e?_0x4c3a97[_0x1eeb(0x13f)](_0x1d770e[_0x1eeb(0xcf)](0x0,0x32),_0x4c3a97[_0x1eeb(0x140)]):_0x4c3a97[_0x1eeb(0x141)]),_0x1d770e?_0x4c3a97[_0x1eeb(0x142)]!==_0x4c3a97[_0x1eeb(0x142)]?(_0x34bf38(![]),_0x4c3a97['hbErr'](_0xb044a,!![])):(console[_0x1eeb(0xaa)](_0x1eeb(0x143)+_0x59fb0e),_0x4c3a97['WDNXB'](_0x4aeb72,_0x1d770e),_0x5d8634(!![])):(console[_0x1eeb(0x36)](_0x1eeb(0x144)+_0x59fb0e+_0x1eeb(0xdc)),_0x4bc47e(_0x100d85=>({..._0x100d85,[_0x59fb0e]:_0x1eeb(0x36)})),triggerHaptic(HapticType[_0x1eeb(0x82)]));}}else{await _0x4c3a97['iQNRr'](_0x2541dc,_0x59fb0e);const _0x44dd69=new Set(_0x39a494);_0x44dd69['delete'](_0x59fb0e),_0x4c3a97[_0x1eeb(0x145)](_0x4d4a67,_0x44dd69),_0x4c3a97[_0x1eeb(0x146)](_0x4bc47e,_0x42b3ad=>({..._0x42b3ad,[_0x59fb0e]:'disconnected'})),_0x4c3a97['KcWif'](triggerHaptic,HapticType[_0x1eeb(0xb6)]);try{const _0x13a00d=await AsyncStorage[_0x1eeb(0xb1)](_0x4c3a97[_0x1eeb(0x147)]);if(_0x13a00d){if(_0x4c3a97[_0x1eeb(0x148)](_0x4c3a97['wcKPd'],_0x4c3a97[_0x1eeb(0x149)]))!_0x2314a4['has'](_0x4ed4eb)&&(_0x33b1a3[_0x1eeb(0x90)](_0xe736b5),_0x15a457=!![]);else{const _0x451e4f=JSON[_0x1eeb(0xac)](_0x13a00d),_0x22da90=_0x451e4f[_0x1eeb(0x14a)](_0xb935ba=>_0xb935ba[_0x1eeb(0xb3)]()!==_0x59fb0e[_0x1eeb(0xb3)]());await AsyncStorage['setItem'](_0x1eeb(0x26),JSON['stringify'](_0x22da90)),console[_0x1eeb(0xaa)](_0x1eeb(0x14b)+_0x59fb0e+_0x1eeb(0x14c),_0x22da90);}}}catch(_0x3417d1){_0x4c3a97[_0x1eeb(0x14d)]!==_0x1eeb(0x14e)?console[_0x1eeb(0x36)](_0x1eeb(0x14f),_0x3417d1):_0x192ace&&_0x316453[_0x1eeb(0x150)](_0x4292a6);}await AsyncStorage['removeItem'](_0x1eeb(0x151)+_0x59fb0e),_0x59fb0e[_0x1eeb(0xb3)]()===_0x1eeb(0x3c)&&(_0x4c3a97[_0x1eeb(0x152)]!=='fFslT'?_0x469b96[_0x1eeb(0x36)](_0x316453[_0x1eeb(0x153)],_0x5279a8):await AsyncStorage['removeItem'](_0x4c3a97[_0x1eeb(0x154)]));}}else _0x2d6653&&Animated['loop'](Animated[_0x1eeb(0xf5)]([Animated['timing'](_0x3e4ef6,{'toValue':0x1,'duration':0x3e8,'useNativeDriver':!![]}),Animated[_0x1eeb(0xf6)](_0x1a214c,{'toValue':0x0,'duration':0x3e8,'useNativeDriver':!![]})]))[_0x1eeb(0xf7)]();}catch(_0x4e03b4){if(_0x4c3a97['PGWsR'](_0x4c3a97[_0x1eeb(0x155)],_0x4c3a97['BdNYl'])){_0x316453[_0x1eeb(0x156)](_0x46658a,_0x4e5685);return;}else console[_0x1eeb(0x36)]('Error\x20toggling\x20platform\x20'+_0x59fb0e+':',_0x4e03b4),_0x4c3a97[_0x1eeb(0x145)](_0x4bc47e,_0x575de8=>({..._0x575de8,[_0x59fb0e]:'error'})),triggerHaptic(HapticType[_0x1eeb(0x82)]);}},_0xdb4bf3=async()=>{if(_0x4c3a97[_0x1eeb(0x157)](_0x1eeb(0x158),_0x1eeb(0x158))){triggerHaptic(HapticType[_0x1eeb(0xb6)]),_0x4c3a97[_0x1eeb(0x68)](_0x2c3259,!![]);try{_0x4c3a97[_0x1eeb(0x146)](_0x5a1494,!![]);}finally{_0x4c3a97[_0x1eeb(0xec)](_0x2c3259,![]);}}else _0x479890['push'](..._0xe62e6e),_0x309bc2[_0x1eeb(0xaa)](_0x1eeb(0xb),_0x4f2a55);},_0x3d7793=()=>{_0x4c3a97[_0x1eeb(0x91)](triggerHaptic,HapticType[_0x1eeb(0xb6)]),_0x3e1068&&_0x4c3a97[_0x1eeb(0x159)](_0x3e1068);},_0x25a0fe=async()=>{const _0x59b3bc={'pLwgJ':function(_0x20b7f0,_0x1b6272){return _0x4c3a97[_0x1eeb(0x15a)](_0x20b7f0,_0x1b6272);},'pqalo':function(_0x4c6998){return _0x4c3a97['psluK'](_0x4c6998);},'ahxvI':function(_0x11dd02,_0x4d6211,_0x313520){return _0x4c3a97[_0x1eeb(0x15b)](_0x11dd02,_0x4d6211,_0x313520);}};if(_0x4c3a97[_0x1eeb(0x157)](_0x4c3a97['JaNYe'],_0x1eeb(0x15c)))_0xb0cf33[_0x1eeb(0xaa)]('📊\x20[STATE]\x20WebView\x20state\x20changed\x20-\x20showOAuthWebView:\x20'+_0x463c5e+_0x1eeb(0x15d)+(_0x3825d9?_0x4c3a97[_0x1eeb(0x15e)](_0x4c3a97[_0x1eeb(0x13f)](_0x4c3a97[_0x1eeb(0x15f)],_0x503d71[_0x1eeb(0xcf)](0x0,0x28)),_0x4c3a97[_0x1eeb(0x160)]):'NULL'));else{triggerHaptic(HapticType['BUTTON_PRESS']),_0x54d9ca(!![]),await new Promise(_0x6c80b9=>setTimeout(_0x6c80b9,0x32));try{if(_0x4c3a97[_0x1eeb(0x12b)](_0x4c3a97['WXyyY'],_0x4c3a97[_0x1eeb(0x161)])){Animated[_0x1eeb(0xf6)](_0x5d48be,{'toValue':0x1,'duration':0xfa0,'useNativeDriver':![]})[_0x1eeb(0xf7)]();const _0x1228d5=_0x59b3bc['ahxvI'](_0x5edc85,()=>{_0x59b3bc[_0x1eeb(0x162)](_0x121673,_0x3bdb6b[_0x1eeb(0xb9)]),_0x231306[_0x1eeb(0xf2)]([0x0,0x64,0x32,0x64]),_0x59b3bc[_0x1eeb(0x163)](_0xbd8a37);},0xfa0);_0x5fb966(_0x1228d5);}else{if(_0x360a32){if(_0x4c3a97[_0x1eeb(0x164)](_0x1eeb(0x165),_0x1eeb(0x166)))await _0x4c3a97[_0x1eeb(0x167)](_0x360a32,_0x4899eb);else{_0x31a038[_0x1eeb(0x36)](_0x4c3a97['ueioF']);return;}}else _0x4c3a97[_0x1eeb(0x94)](_0x4c3a97[_0x1eeb(0x168)],_0x4c3a97[_0x1eeb(0x168)])?(_0x4beb2d[_0x1eeb(0xaa)]('🌐\x20[LLM]\x20Opening\x20'+_0x2bb3f6+_0x1eeb(0x131),_0x477ebb),_0x4c3a97[_0x1eeb(0x6f)](_0x2f1d31,_0xc3a1ea),_0x3376cc(!![])):await _0x4c3a97['uZMBL'](_0x5756b3,Array[_0x1eeb(0xd9)](_0x39a494));}}finally{_0x4c3a97[_0x1eeb(0x169)](_0x4c3a97[_0x1eeb(0x16a)],_0x1eeb(0x16b))?_0x4c3a97[_0x1eeb(0x16c)](_0x54d9ca,![]):_0x2feaf8(![]);}}},_0x26f82b=()=>{_0x4c3a97[_0x1eeb(0x77)](triggerHaptic,HapticType[_0x1eeb(0xb6)]),_0x4c3a97[_0x1eeb(0x16d)](_0x1efac0,![]);},_0x378ea6=async _0x2bc070=>{const _0x5438fe={'JYUMq':function(_0x27eac4,_0x21003f){return _0x27eac4(_0x21003f);},'feiON':function(_0xdced3a,_0x4a34e8){return _0x4c3a97['tZGZY'](_0xdced3a,_0x4a34e8);}};if(_0x4c3a97[_0x1eeb(0x16e)](_0x1eeb(0x16f),_0x4c3a97[_0x1eeb(0x170)]))_0x1daca8[_0x1eeb(0xaa)]('✅\x20[PLATFORMS]\x20Updated\x20connectedPlatforms\x20state\x20with:',_0x5bcb58['from'](_0x55048f));else{triggerHaptic(HapticType[_0x1eeb(0xb6)]),_0x4c3a97['XgWKp'](_0x382422,_0x2bc070);try{_0x4c3a97[_0x1eeb(0x171)]===_0x1eeb(0x172)?_0x28964e(_0x25436e=>{const _0x36f27a=new _0x3b3e38(_0x25436e);let _0x4b07c9=![];return _0x390611['forEach'](_0x4469a7=>{!_0x36f27a[_0x1eeb(0xd2)](_0x4469a7)&&(_0x36f27a[_0x1eeb(0x90)](_0x4469a7),_0x4b07c9=!![]);}),_0x4b07c9?_0x36f27a:_0x25436e;}):(await AsyncStorage[_0x1eeb(0xed)](_0x4c3a97[_0x1eeb(0x173)],_0x2bc070),console['log'](_0x1eeb(0x174)+_0x2bc070));}catch(_0x312d06){if(_0x4c3a97['gINrE'](_0x4c3a97[_0x1eeb(0x175)],_0x4c3a97['ZjtVr']))console[_0x1eeb(0x36)](_0x4c3a97['xTZJP'],_0x312d06);else{_0x54f715[_0x1eeb(0x36)](_0x1eeb(0x176),_0x36ee8f);const _0x30e781=_0x1eeb(0xe9)+_0x1af97e[_0x1eeb(0xf0)](_0x38b855[_0x1eeb(0xeb)]()*0x2710);_0x5438fe[_0x1eeb(0x177)](_0x34925f,_0x30e781);}}_0x2963c1&&(_0x4c3a97[_0x1eeb(0x178)]===_0x1eeb(0x34)?_0x4c3a97[_0x1eeb(0x146)](_0x2963c1,_0x2bc070):(_0x193e49&&(_0x5438fe[_0x1eeb(0x177)](_0x50371d,_0x1dc183),_0x5438fe['feiON'](_0x3d5cbf,null)),_0x99e43c[_0x1eeb(0x179)](0x0),Animated[_0x1eeb(0xf6)](_0x4d7577,{'toValue':0x0,'duration':0xc8,'useNativeDriver':![]})[_0x1eeb(0xf7)]()));}},_0x93301d=()=>{if(_0x4c3a97['WbgCP'](_0x1eeb(0x17a),_0x4c3a97[_0x1eeb(0x17b)])){const Linking=_0x4c3a97[_0x1eeb(0x17c)](__ONAIROS_REQ_FUNC__,0x0)[_0x1eeb(0x11f)];Linking['openURL'](_0x4c3a97['edNrM']);}else return React[_0x1eeb(0xd0)](_0x195bd6,{'visible':_0x4ffdd9,'onComplete':_0x42c3f4,'onBack':_0x372701});},_0x2cb183=async _0x185e3c=>{_0x5a2c26(_0x185e3c),setTemporaryPin(_0x185e3c),_0x5a1494(![]),_0x4c3a97[_0x1eeb(0x17c)](_0x5138fe,!![]);},_0x32db0b=()=>{_0x4c3a97[_0x1eeb(0x17d)](_0x5138fe,![]),_0x4c3a97[_0x1eeb(0x17e)](_0x1efac0,!![]);},_0x1da1fd=async _0x346b80=>{if(_0xb8476e){if(_0x4c3a97[_0x1eeb(0x17f)](_0x346b80,_0x1eeb(0x180))||_0x4c3a97[_0x1eeb(0x164)](_0x346b80,_0x4c3a97['KAdiu'])){if(_0x4c3a97['ZmexK'](_0x4c3a97[_0x1eeb(0x181)],_0x1eeb(0x182))){_0x508a40['log'](_0x1eeb(0x134)),_0x4c3a97[_0x1eeb(0x183)](_0x28f538,_0x2571ee),_0x4c3a97[_0x1eeb(0x184)](_0x4bfd0c,_0x4e3224=>({..._0x4e3224,[_0x4e933e]:_0x1eeb(0x3d)}));const _0x4722e0=_0x4c3a97[_0x1eeb(0x185)];_0x3f1648[_0x1eeb(0xaa)](_0x1eeb(0x186),_0x4722e0),_0x4c3a97[_0x1eeb(0x187)](_0x11c858,_0x4722e0),_0x4c3a97['MregF'](_0x545be3,!![]);return;}else{_0x4c3a97['fFvaI'](_0x4f0faa,_0xb8476e),_0x4c3a97[_0x1eeb(0x188)](_0x4bc47e,_0x4ef9e1=>({..._0x4ef9e1,[_0xb8476e]:_0x1eeb(0xad)}));try{if(_0x4c3a97[_0x1eeb(0x189)](_0x4c3a97[_0x1eeb(0x18a)],_0x4c3a97[_0x1eeb(0x18a)])){const _0x2d60a0=await AsyncStorage[_0x1eeb(0xb1)](_0x4c3a97['Npdjm']),_0x5ebcbf=_0x2d60a0?JSON[_0x1eeb(0xac)](_0x2d60a0):[];if(!_0x5ebcbf[_0x1eeb(0x89)](_0xb8476e[_0x1eeb(0xb3)]())){if(_0x4c3a97[_0x1eeb(0x18b)](_0x4c3a97[_0x1eeb(0x18c)],_0x4c3a97[_0x1eeb(0x18d)]))return React[_0x1eeb(0xd0)](_0x2dbff2,{'visible':_0x490d02,'onAccept':_0x3fd9c3,'onDecline':_0x327d84,'connectedPlatforms':_0x54090d[_0x1eeb(0xd9)](_0x2d6b85),'onConnectMore':_0x56a824,'loading':_0x5a9017});else _0x5ebcbf[_0x1eeb(0x8a)](_0xb8476e[_0x1eeb(0xb3)]()),await AsyncStorage[_0x1eeb(0xed)](_0x4c3a97['Npdjm'],JSON[_0x1eeb(0x18e)](_0x5ebcbf)),console[_0x1eeb(0xaa)](_0x1eeb(0x18f)+_0xb8476e+_0x1eeb(0x190),_0x5ebcbf);}}else return React[_0x1eeb(0xd0)](_0x2c3a7b,{'visible':_0x1fc4c0,'onComplete':_0x2be3ac});}catch(_0x323fc0){console[_0x1eeb(0x36)](_0x4c3a97['ndDnS'],_0x323fc0);}_0x4c3a97[_0x1eeb(0x191)](isLLMPlatform,_0xb8476e)&&(await AsyncStorage['setItem'](_0x1eeb(0x151)+_0xb8476e,JSON[_0x1eeb(0x18e)]({'connected':!![],'platform':_0xb8476e,'connectedAt':new Date()[_0x1eeb(0x192)]()})),console['log'](_0x1eeb(0x193)+_0xb8476e+_0x1eeb(0x194))),_0x4c3a97[_0x1eeb(0x189)](_0xb8476e['toLowerCase'](),_0x4c3a97[_0x1eeb(0x195)])&&(await AsyncStorage[_0x1eeb(0xed)]('@onairos:linkedin_connected',JSON[_0x1eeb(0x18e)]({'connected':!![],'platform':_0x4c3a97[_0x1eeb(0x195)],'connectedAt':new Date()['toISOString']()})),console[_0x1eeb(0xaa)](_0x1eeb(0x196)));}}else _0x4c3a97[_0x1eeb(0x12e)](_0x4bc47e,_0x14ca63=>({..._0x14ca63,[_0xb8476e]:'error'})),_0x4c3a97['DwFqC'](triggerHaptic,HapticType[_0x1eeb(0x82)]);}_0x4c3a97['tZGZY'](_0x5d8634,![]),_0x4c3a97[_0x1eeb(0x197)](_0x4aeb72,''),_0x5e8f84('');};_0x4c3a97[_0x1eeb(0x76)](useEffect,()=>{const _0x308b89={'IwTEF':function(_0x25efcb,_0xcc6f24){return _0x4c3a97[_0x1eeb(0x6c)](_0x25efcb,_0xcc6f24);},'ECPKl':function(_0x1e9f66,_0x397362){return _0x1e9f66===_0x397362;},'ESDhS':_0x4c3a97['fVDGL'],'LEKbo':_0x1eeb(0x198),'mxHXC':_0x4c3a97[_0x1eeb(0x199)],'oHgPs':function(_0x3a7fd2,_0x37a884){return _0x4c3a97['ZmexK'](_0x3a7fd2,_0x37a884);},'xMBjg':_0x4c3a97[_0x1eeb(0x112)],'SAPyc':function(_0x321b07,_0x30e282){return _0x4c3a97['gINrE'](_0x321b07,_0x30e282);},'SRLLV':_0x1eeb(0x44),'ctLgl':_0x4c3a97[_0x1eeb(0x9b)],'INRnc':_0x4c3a97[_0x1eeb(0x19a)]};if(_0x4c3a97[_0x1eeb(0xe6)](_0x4c3a97[_0x1eeb(0x19b)],_0x1eeb(0x19c))){const _0x7d5260={'CKeku':function(_0x56a16e,_0x2a01d6){return _0x308b89[_0x1eeb(0x19d)](_0x56a16e,_0x2a01d6);}},_0x208078=_0x308b89[_0x1eeb(0x19e)](_0x3a0317,_0x464f8b['id']),_0x40c2fc=_0x1f5d2a[_0x1eeb(0xd2)](_0x2efc5b['id']),_0x1a801f=_0x350ea3[_0x465691['id']]===_0x308b89[_0x1eeb(0x19f)];return React[_0x1eeb(0xd0)](TouchableOpacity,{'key':_0x2f5b36['id'],'style':[_0x15fa11[_0x1eeb(0x1a0)],_0x208078&&_0xc58a72[_0x1eeb(0x1a1)]],'onPress':()=>{_0x7d5260[_0x1eeb(0x1a2)](_0x5680f9,_0x5da863[_0x1eeb(0xb6)]),_0x7d5260[_0x1eeb(0x1a2)](_0x570755,_0x45407b['id']);},'activeOpacity':0.7},React[_0x1eeb(0xd0)](Image,{'source':_0x29b18e[_0x1eeb(0x1a3)],'style':[_0xedfcbf['platformIcon'],_0x308b89[_0x1eeb(0x19e)](_0x6948db['id'],_0x308b89[_0x1eeb(0x1a4)])&&_0x1ef574[_0x1eeb(0x1a5)],_0x308b89[_0x1eeb(0x19e)](_0x4c11b1['id'],_0x308b89['mxHXC'])&&_0x2c72c5['pinterestIcon'],_0x308b89['oHgPs'](_0x440241['id'],_0x308b89[_0x1eeb(0x1a6)])&&_0x4432e2[_0x1eeb(0x1a7)],_0x308b89[_0x1eeb(0x1a8)](_0x106edd['id'],_0x308b89[_0x1eeb(0x1a9)])&&_0x3cd1ba[_0x1eeb(0x1aa)],_0x308b89['oHgPs'](_0x31155c['id'],'claude')&&_0x46a147['claudeIcon'],_0x536f37['id']===_0x308b89[_0x1eeb(0x1ab)]&&_0x5884bc[_0x1eeb(0x1ac)]],'resizeMode':_0x308b89[_0x1eeb(0x1ad)]}),_0x1a801f&&React[_0x1eeb(0xd0)](View,{'style':_0x4f8648[_0x1eeb(0x1ae)]}),_0x40c2fc&&React[_0x1eeb(0xd0)](View,{'style':_0x4ffceb[_0x1eeb(0x1af)]}));}else{if(_0x4c3a97[_0x1eeb(0x1b0)](_0x258a9c,!_0x1d0c97)){const _0x117e1f=_0x4c3a97[_0x1eeb(0x1b1)](setTimeout,()=>{_0x4d4a67(_0x1c82e5=>{const _0x90266c=new Set(_0x1c82e5);return _0x90266c['add'](_0x258a9c),_0x90266c;}),_0x4c3a97[_0x1eeb(0x1b2)](triggerHaptic,HapticType[_0x1eeb(0xb9)]),console[_0x1eeb(0xaa)](_0x1eeb(0x13b)+_0x258a9c),_0x4c3a97[_0x1eeb(0x1b3)](_0x4f0faa,null);},0x12c);return()=>clearTimeout(_0x117e1f);}}},[_0x258a9c,_0x1d0c97]);const _0xad8b58=()=>{_0x4c3a97['sRUcF']('ijLaD',_0x4c3a97['BaXsX'])?_0x532ac9[_0x1eeb(0x36)](_0x4c3a97[_0x1eeb(0x1b4)],_0x4dff1d):(_0x4c3a97[_0x1eeb(0x146)](_0x5d8634,![]),_0x4c3a97[_0x1eeb(0x145)](_0x4aeb72,''),_0xb8476e&&(_0x4c3a97[_0x1eeb(0x1b5)](_0x4c3a97['VEkLR'],_0x1eeb(0x1b6))?(_0x13631d||_0x550f3a)&&_0x2fe92f[_0x1eeb(0xaa)](_0x1eeb(0x1b7)+_0x3a6a22+_0x1eeb(0x15d)+(_0x5b7e4e?_0x4c3a97[_0x1eeb(0x1b8)](_0x4c3a97[_0x1eeb(0x15f)],_0x275552[_0x1eeb(0xcf)](0x0,0x28))+_0x4c3a97[_0x1eeb(0x160)]:_0x4c3a97[_0x1eeb(0x141)])):_0x4bc47e(_0x3cda69=>({..._0x3cda69,[_0xb8476e]:_0x1eeb(0x1b9)}))),_0x4c3a97[_0x1eeb(0x183)](_0x5e8f84,''));},_0x24fb6d=()=>{_0x4c3a97[_0x1eeb(0x70)](_0x5a1494,![]);},_0x306b51=()=>{const _0x5d8f6d={'xLBxU':function(_0x5c91e9,_0x578430){return _0x5c91e9(_0x578430);}};_0x4864a9&&(_0x4c3a97[_0x1eeb(0x1ba)](_0x4c3a97[_0x1eeb(0x1bb)],_0x4c3a97['vgxwh'])?_0x4c3a97['vjdHX'](_0x4864a9):_0x5d8f6d[_0x1eeb(0x1bc)](_0x226ee8,![]));},_0x204ac4=()=>{const _0x42aae5={'OOHJB':function(_0x1c8e98,_0xece0b8){return _0x4c3a97[_0x1eeb(0x146)](_0x1c8e98,_0xece0b8);},'tunpZ':function(_0x325eb3,_0x748dbb){return _0x325eb3(_0x748dbb);}};if(_0x4c3a97[_0x1eeb(0x1bd)]==='DFMZC'){Animated[_0x1eeb(0xf6)](_0x4269b2,{'toValue':0x1,'duration':0xfa0,'useNativeDriver':![]})[_0x1eeb(0xf7)]();const _0x57fcca=_0x4c3a97['vHznA'](setTimeout,()=>{triggerHaptic(HapticType[_0x1eeb(0xb9)]),Vibration[_0x1eeb(0xf2)]([0x0,0x64,0x32,0x64]),_0x306b51();},0xfa0);_0x4c3a97[_0x1eeb(0x1be)](_0x51adb9,_0x57fcca);}else _0x42aae5[_0x1eeb(0x1bf)](_0x26c2bf,_0x108c60),_0x42aae5[_0x1eeb(0x1bf)](_0x85d976,_0x830605),_0x42aae5['OOHJB'](_0x220ca5,![]),_0x42aae5[_0x1eeb(0x1c0)](_0x1f8ae2,!![]);},_0x50a728=()=>{const _0x3659bd={'bPBqr':function(_0x5e1f2d,_0x3ad430){return _0x4c3a97[_0x1eeb(0x1b2)](_0x5e1f2d,_0x3ad430);}};_0x4c3a97['gINrE'](_0x4c3a97[_0x1eeb(0x1c1)],'JPasp')?(_0x2bef38&&(_0x4c3a97['DwFqC'](clearTimeout,_0x2bef38),_0x4c3a97[_0x1eeb(0x1b3)](_0x51adb9,null)),_0x4269b2['setValue'](0x0),Animated[_0x1eeb(0xf6)](_0x4269b2,{'toValue':0x0,'duration':0xc8,'useNativeDriver':![]})[_0x1eeb(0xf7)]()):_0x3659bd['bPBqr'](_0x27d154,_0x33d86b=>({..._0x33d86b,[_0x47f926]:_0x1eeb(0x1b9)}));};useEffect(()=>{const _0x44ec9e={'dgMzN':_0x4c3a97['IXsBL'],'DHzgc':function(_0x4eccb2,_0x95095c){return _0x4c3a97[_0x1eeb(0x1c2)](_0x4eccb2,_0x95095c);},'tegLL':_0x4c3a97[_0x1eeb(0x1c3)],'ZUuAW':function(_0x2c26b3,_0x5ceb64){return _0x4c3a97[_0x1eeb(0x12e)](_0x2c26b3,_0x5ceb64);}};return()=>{const _0x26dd8c={'YndPh':_0x44ec9e[_0x1eeb(0x1c4)]};if(_0x44ec9e[_0x1eeb(0x1c5)](_0x44ec9e[_0x1eeb(0x1c6)],_0x44ec9e[_0x1eeb(0x1c6)])){const _0x177e23=_0x3eeab6[_0x1eeb(0xac)](_0x4d4d40);_0x283cf1[_0x1eeb(0xaf)](_0x177e23)&&(_0x177e23[_0x1eeb(0x83)](_0x22201d=>{var _0x296c3f;const _0xcda99c=(_0x296c3f=_0x22201d['platform'])===null||_0x296c3f===void 0x0?void 0x0:_0x296c3f[_0x1eeb(0xb3)]();_0xcda99c&&!_0x116b23['includes'](_0xcda99c)&&_0x280167[_0x1eeb(0x8a)](_0xcda99c);}),_0x314445[_0x1eeb(0xaa)](_0x26dd8c[_0x1eeb(0x1c7)],_0x177e23[_0x1eeb(0x8c)](_0x327aa5=>_0x327aa5['platform'])));}else _0x2bef38&&_0x44ec9e[_0x1eeb(0x1c8)](clearTimeout,_0x2bef38);};},[_0x2bef38]),_0x4c3a97[_0x1eeb(0x1c9)](useEffect,()=>{_0x4c3a97['SZZZx'](_0x4c3a97['gGNMn'],_0x4c3a97[_0x1eeb(0x1ca)])?_0x4c3a97['iKylM'](_0x51364c,_0x2123e3):_0x4c3a97[_0x1eeb(0x1cb)](_0x1d0c97,_0x3de2fc)&&console[_0x1eeb(0xaa)](_0x1eeb(0x1b7)+_0x1d0c97+_0x1eeb(0x15d)+(_0x3de2fc?_0x4c3a97[_0x1eeb(0x15e)](_0x4c3a97[_0x1eeb(0x15f)],_0x3de2fc['substring'](0x0,0x28))+_0x1eeb(0x1cc):_0x4c3a97[_0x1eeb(0x141)]));},[_0x1d0c97,_0x3de2fc]);const _0x1c95e3=Math[_0x1eeb(0x1cd)](0x5,Math[_0x1eeb(0x1ce)](0x1,_0x4c3a97['vxGXZ'](_0x39a494[_0x1eeb(0x1cf)],0x1))),_0x3a5856=0x78,_0x2cc04f=0x46;if(_0x2fc0a3)return React[_0x1eeb(0xd0)](_0x1eba4d,{'visible':_0x2fc0a3,'onComplete':_0x2cb183,'onBack':_0x24fb6d});if(_0x2e420c){if(_0x4c3a97['eTSam'](_0x4c3a97[_0x1eeb(0x1d0)],_0x4c3a97[_0x1eeb(0x1d1)]))return React['createElement'](_0x21001e,{'visible':_0x2e420c,'onComplete':_0x32db0b});else _0x264aa7['error'](_0x4c3a97['ndDnS'],_0x5c1ec4);}if(_0x4c3a97[_0x1eeb(0x1b0)](_0x1d0c97,_0x3de2fc)){if(_0x4c3a97[_0x1eeb(0x1d2)](_0x4c3a97[_0x1eeb(0x1d3)],_0x4c3a97[_0x1eeb(0x1d4)]))_0x4c3a97[_0x1eeb(0x68)](_0x4aaa45,_0x1601f1=>({..._0x1601f1,[_0x136d51]:_0x1eeb(0x36)})),_0x4c3a97[_0x1eeb(0x197)](_0x365de2,_0x859e9f['ERROR']);else return console['log'](_0x1eeb(0xcd)+_0xb8476e+'\x20with\x20URL:\x20'+_0x3de2fc['substring'](0x0,0x3c)+_0x1eeb(0x23)),React[_0x1eeb(0xd0)](OAuthWebView,{'url':_0x3de2fc,'platform':_0xb8476e,'onClose':_0xad8b58,'onSuccess':_0x1da1fd,'onComplete':_0xad8b58,'username':_0x14308d});}const _0x1f0e2c=()=>{_0x4c3a97[_0x1eeb(0x1d5)](triggerHaptic,HapticType[_0x1eeb(0xb6)]),_0x4c3a97[_0x1eeb(0x184)](_0x1efac0,![]);};if(_0x4925fc){if(_0x4c3a97[_0x1eeb(0x1d2)]('fTMrM',_0x4c3a97[_0x1eeb(0x1d6)]))_0x194b5b();else return React['createElement'](_0x3cb9de,{'visible':_0x4925fc,'onAccept':_0x25a0fe,'onDecline':_0x26f82b,'connectedPlatforms':Array[_0x1eeb(0xd9)](_0x39a494),'onConnectMore':_0x1f0e2c,'loading':_0x4e4cdd});}return React[_0x1eeb(0xd0)](View,{'style':styles[_0x1eeb(0x1d7)]},React['createElement'](ScrollView,{'style':styles[_0x1eeb(0x1d8)],'showsVerticalScrollIndicator':![],'bounces':!![]},_0x1a8269&&React[_0x1eeb(0xd0)](TouchableOpacity,{'style':styles[_0x1eeb(0x1d9)],'onPress':_0x1a8269,'activeOpacity':0.7},React[_0x1eeb(0xd0)](Text,{'style':styles[_0x1eeb(0x1da)]},'‹')),React[_0x1eeb(0xd0)](View,{'style':styles[_0x1eeb(0x1db)]},React[_0x1eeb(0xd0)](Text,{'style':styles[_0x1eeb(0x1dc)]},_0x4c3a97[_0x1eeb(0x1dd)]),React[_0x1eeb(0xd0)](Text,{'style':styles[_0x1eeb(0x1de)]},_0x4c3a97[_0x1eeb(0x1df)])),React[_0x1eeb(0xd0)](View,{'style':styles[_0x1eeb(0x1e0)]},React[_0x1eeb(0xd0)](_0x2098d3,{'level':_0x1c95e3,'style':styles[_0x1eeb(0x1e1)]}),React[_0x1eeb(0xd0)](ScrollView,{'ref':_0xd0312f,'horizontal':!![],'style':[styles[_0x1eeb(0x1e2)],{'bottom':_0x3a5856}],'contentContainerStyle':[styles[_0x1eeb(0x1e3)],_0x4c3a97['tHwFa'](_0x49859f['length'],0x4)&&styles[_0x1eeb(0x1e4)]],'showsHorizontalScrollIndicator':![],'onScroll':_0x2fc7ca,'scrollEventThrottle':0x10,'decelerationRate':_0x4c3a97[_0x1eeb(0x1e5)],'scrollEnabled':_0x4c3a97[_0x1eeb(0x1e6)](_0x49859f['length'],0x4)},_0x49859f[_0x1eeb(0x8c)](_0x538cdd=>{const _0x503325=_0x2ee448===_0x538cdd['id'],_0x4d06df=_0x39a494[_0x1eeb(0xd2)](_0x538cdd['id']),_0x350b25=_0xb96f90[_0x538cdd['id']]===_0x4c3a97[_0x1eeb(0x1e7)];return React[_0x1eeb(0xd0)](TouchableOpacity,{'key':_0x538cdd['id'],'style':[styles[_0x1eeb(0x1a0)],_0x503325&&styles[_0x1eeb(0x1a1)]],'onPress':()=>{_0x4c3a97[_0x1eeb(0x1e8)](triggerHaptic,HapticType[_0x1eeb(0xb6)]),_0x4c3a97[_0x1eeb(0x1d5)](_0x4fdfb5,_0x538cdd['id']);},'activeOpacity':0.7},React[_0x1eeb(0xd0)](Image,{'source':_0x538cdd[_0x1eeb(0x1a3)],'style':[styles[_0x1eeb(0x1e9)],_0x4c3a97[_0x1eeb(0x1ea)](_0x538cdd['id'],_0x4c3a97['VAuRz'])&&styles[_0x1eeb(0x1a5)],_0x538cdd['id']===_0x4c3a97['vaowp']&&styles[_0x1eeb(0x1eb)],_0x4c3a97['zBsaB'](_0x538cdd['id'],_0x1eeb(0x3e))&&styles[_0x1eeb(0x1a7)],_0x4c3a97[_0x1eeb(0x17f)](_0x538cdd['id'],_0x4c3a97[_0x1eeb(0x114)])&&styles[_0x1eeb(0x1aa)],_0x4c3a97[_0x1eeb(0xf8)](_0x538cdd['id'],_0x4c3a97[_0x1eeb(0x9a)])&&styles[_0x1eeb(0x1ec)],_0x4c3a97[_0x1eeb(0x1ed)](_0x538cdd['id'],_0x4c3a97[_0x1eeb(0x9b)])&&styles[_0x1eeb(0x1ac)]],'resizeMode':_0x4c3a97['rESXI']}),_0x350b25&&React[_0x1eeb(0xd0)](View,{'style':styles['connectingDot']}),_0x4d06df&&React[_0x1eeb(0xd0)](View,{'style':styles['connectedDot']}));})),_0x4c3a97[_0x1eeb(0x1ee)](_0x49859f[_0x1eeb(0x7d)],0x4)&&React[_0x1eeb(0xd0)](View,{'style':[styles[_0x1eeb(0x1ef)],{'bottom':_0x2cc04f}]},React[_0x1eeb(0xd0)](View,{'style':styles[_0x1eeb(0x1f0)]},React['createElement'](View,{'style':[styles[_0x1eeb(0x1f1)],{'left':_0x3bb1bb*0x38}]}))),_0x5f12a5&&_0x49859f[_0x1eeb(0x7d)]>0x4&&React[_0x1eeb(0xd0)](Animated[_0x1eeb(0x1f2)],{'style':[styles[_0x1eeb(0x1f3)],{'transform':[{'translateX':_0xf4dad['interpolate']({'inputRange':[0x0,0x1],'outputRange':[0x0,0x8]})}],'opacity':_0xf4dad[_0x1eeb(0x1f4)]({'inputRange':[0x0,0x1],'outputRange':[0.5,0x1]})}]},React[_0x1eeb(0xd0)](Text,{'style':styles[_0x1eeb(0x1f5)]},'›'))),React[_0x1eeb(0xd0)](View,{'style':styles[_0x1eeb(0x1f6)]},_0x2ee448&&((()=>{const _0x2d7ee4={'vpFVP':function(_0x2cf405,_0xf0365b){return _0x4c3a97[_0x1eeb(0x1d2)](_0x2cf405,_0xf0365b);}};if(_0x4c3a97[_0x1eeb(0x1f7)](_0x4c3a97[_0x1eeb(0x1f8)],_0x1eeb(0x1f9))){var _0x290c29;const _0x18eb7d=_0x2d7ee4[_0x1eeb(0x1fa)](_0x290c29=_0x3944cd[_0x1eeb(0x88)],null)||_0x290c29===void 0x0?void 0x0:_0x290c29[_0x1eeb(0xb3)]();_0x18eb7d&&!_0x4a9aec[_0x1eeb(0x89)](_0x18eb7d)&&_0x3973e6[_0x1eeb(0x8a)](_0x18eb7d);}else{const _0x372b03=_0x49859f[_0x1eeb(0x11e)](_0x1358d7=>_0x1358d7['id']===_0x2ee448);if(!_0x372b03)return null;const _0x4370c9=_0x39a494[_0x1eeb(0xd2)](_0x2ee448),_0x1178c7=_0x4c3a97[_0x1eeb(0x79)](_0xb96f90[_0x2ee448],_0x4c3a97[_0x1eeb(0x1e7)]),_0x4592a5=_0x3f785c===null||_0x3f785c===void 0x0?void 0x0:_0x3f785c['includes'](_0x2ee448);return React[_0x1eeb(0xd0)](View,{'style':styles['platformCard']},React[_0x1eeb(0xd0)](View,{'style':styles[_0x1eeb(0x1fb)]},React[_0x1eeb(0xd0)](Text,{'style':styles[_0x1eeb(0x1fc)]},_0x372b03[_0x1eeb(0x1fd)]),_0x4592a5&&React[_0x1eeb(0xd0)](View,{'style':styles['recommendedBadge']},React[_0x1eeb(0xd0)](Text,{'style':styles[_0x1eeb(0x1fe)]},_0x4c3a97[_0x1eeb(0x1ff)])),React[_0x1eeb(0xd0)](TouchableOpacity,{'activeOpacity':0.8,'onPress':()=>!_0x1178c7&&_0x3600c4(_0x2ee448,!_0x4370c9),'disabled':_0x1178c7,'style':[styles[_0x1eeb(0x200)],{'backgroundColor':_0x4370c9?_0x4c3a97[_0x1eeb(0x201)]:_0x4c3a97['KbiUP']}]},React['createElement'](View,{'style':[styles[_0x1eeb(0x202)],{'transform':[{'translateX':_0x4370c9?0x14:0x0}]}]}))),React[_0x1eeb(0xd0)](View,{'style':styles[_0x1eeb(0x203)]},React[_0x1eeb(0xd0)](Text,{'style':styles[_0x1eeb(0x204)]},_0x372b03['description'])));}})())),React[_0x1eeb(0xd0)](View,{'style':styles[_0x1eeb(0x205)]},React[_0x1eeb(0xd0)](Text,{'style':styles[_0x1eeb(0x206)]},_0x4c3a97[_0x1eeb(0x207)]),React['createElement'](Text,{'style':styles['refreshFrequencyDescription']},_0x4c3a97['ZGdGg']),React[_0x1eeb(0xd0)](View,{'style':styles['refreshSegmentedControl']},MODEL_REFRESH_OPTIONS[_0x1eeb(0x8c)](_0x257a04=>React[_0x1eeb(0xd0)](TouchableOpacity,{'key':_0x257a04[_0x1eeb(0x208)],'style':[styles[_0x1eeb(0x209)],_0x42949c===_0x257a04[_0x1eeb(0x208)]&&styles[_0x1eeb(0x20a)]],'onPress':()=>_0x378ea6(_0x257a04['value']),'activeOpacity':0.7},React[_0x1eeb(0xd0)](Text,{'style':[styles[_0x1eeb(0x20b)],_0x42949c===_0x257a04[_0x1eeb(0x208)]&&styles['refreshSegmentTextSelected']]},_0x257a04[_0x1eeb(0x20c)])))),React[_0x1eeb(0xd0)](Text,{'style':styles[_0x1eeb(0x20d)]},(_0x4c3a97[_0x1eeb(0x16e)](_0x4e9d3f=MODEL_REFRESH_OPTIONS[_0x1eeb(0x11e)](_0x13214e=>_0x13214e[_0x1eeb(0x208)]===_0x42949c),null)||_0x4c3a97[_0x1eeb(0x16e)](_0x4e9d3f,void 0x0)?void 0x0:_0x4e9d3f['description'])||'')),React[_0x1eeb(0xd0)](View,{'style':styles['bottomButtonContainer']},React[_0x1eeb(0xd0)](View,{'style':styles[_0x1eeb(0x20e)]},React[_0x1eeb(0xd0)](_0x36ac42,{'label':_0x1eeb(0x20f),'onPress':_0xdb4bf3,'disabled':loading||_0x39a494['size']===0x0||_0x2c17b3||_0x50ad3c,'loading':_0x4c3a97[_0x1eeb(0x210)](loading,_0x2c17b3)||_0x50ad3c}),React[_0x1eeb(0xd0)](TouchableOpacity,{'style':styles[_0x1eeb(0x211)],'activeOpacity':0x1,'onPressIn':_0x204ac4,'onPressOut':_0x50a728,'onPress':()=>{_0x4c3a97['FIrqH'](_0x39a494['size'],0x0)&&!loading&&!_0x2c17b3&&!_0x50ad3c&&_0xdb4bf3();}},React[_0x1eeb(0xd0)](Animated['View'],{'style':[styles[_0x1eeb(0x212)],{'width':_0x4269b2['interpolate']({'inputRange':[0x0,0x1],'outputRange':['0%',_0x1eeb(0x213)]})}]}))),_0x3e1068&&React[_0x1eeb(0xd0)](TouchableOpacity,{'style':styles[_0x1eeb(0x214)],'onPress':_0x3d7793},React['createElement'](Text,{'style':styles[_0x1eeb(0x215)]},_0x4c3a97[_0x1eeb(0x216)])))));},styles=StyleSheet['create']({'container':{'flex':0x1,'backgroundColor':COLORS[_0x1eeb(0x217)],'paddingHorizontal':0x18},'backButton':{'width':0x20,'height':0x20,'borderRadius':0x10,'backgroundColor':_0x1eeb(0x218),'alignItems':_0x1eeb(0x219),'justifyContent':'center','marginBottom':0x2},'backButtonText':{'fontSize':0x16,'fontWeight':_0x1eeb(0x21a),'color':_0x1eeb(0x21b),'marginTop':-0x2},'scrollContent':{'flex':0x1},'headingContainer':{'width':_0x1eeb(0x213),'marginBottom':SPACING['sm'],'paddingTop':0x0,'marginTop':0x0},'title':{'fontFamily':'IBM\x20Plex\x20Sans','fontWeight':_0x1eeb(0x21c),'fontSize':0x18,'lineHeight':0x20,'color':COLORS['grey800'],'textAlign':'left','marginBottom':0x4},'subtitle':{'fontFamily':_0x1eeb(0x21d),'fontWeight':_0x1eeb(0x21e),'fontSize':0x10,'lineHeight':0x18,'color':COLORS['grey600'],'textAlign':_0x1eeb(0x21f)},'personaContainer':{'alignItems':'center','position':_0x1eeb(0x220),'marginTop':-0x14,'marginBottom':-0x78,'height':0x1c2},'largePersona':{'width':0x1f4,'height':0x1f4},'platformIconsOverlay':{'position':_0x1eeb(0x221),'width':'100%','height':0x46,'zIndex':0xa},'platformIconsScrollContent':{'flexDirection':_0x1eeb(0x222),'alignItems':'center','paddingHorizontal':0x14,'gap':0x18},'platformIconsCentered':{'flexGrow':0x1,'justifyContent':'center'},'platformIconButton':{'width':0x34,'height':0x34,'borderRadius':0x1a,'backgroundColor':_0x1eeb(0x223),'justifyContent':_0x1eeb(0x219),'alignItems':_0x1eeb(0x219),'borderWidth':0x3,'borderColor':_0x1eeb(0x224),'shadowColor':_0x1eeb(0x225),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.15,'shadowRadius':0x4,'elevation':0x4},'platformIconButtonSelected':{'borderColor':_0x1eeb(0x226),'backgroundColor':_0x1eeb(0x227)},'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':_0x1eeb(0x221),'top':0x2,'right':0x2,'width':0xc,'height':0xc,'borderRadius':0x6,'backgroundColor':_0x1eeb(0x228),'borderWidth':0x2,'borderColor':COLORS[_0x1eeb(0x217)]},'connectedDot':{'position':_0x1eeb(0x221),'top':0x2,'right':0x2,'width':0xc,'height':0xc,'borderRadius':0x6,'backgroundColor':_0x1eeb(0x46),'borderWidth':0x2,'borderColor':COLORS['surface']},'cardContainer':{'alignItems':'center','marginTop':0x10,'marginBottom':SPACING['md']},'platformCard':{'width':0x147,'backgroundColor':_0x1eeb(0x223),'borderRadius':0x10,'padding':0x8,'shadowColor':_0x1eeb(0x225),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.1,'shadowRadius':0x8,'elevation':0x3,'gap':0xa},'cardHeader':{'flexDirection':_0x1eeb(0x222),'alignItems':'center','justifyContent':_0x1eeb(0x229)},'platformCardTitle':{'fontSize':0x10,'fontWeight':_0x1eeb(0x21a),'color':COLORS[_0x1eeb(0x22a)],'fontFamily':_0x1eeb(0x22b)},'recommendedBadge':{'backgroundColor':'#EFF6FF','paddingHorizontal':0xc,'paddingVertical':0x6,'borderRadius':0x10,'marginLeft':0x8},'recommendedBadgeText':{'fontSize':0xc,'fontWeight':_0x1eeb(0x21a),'color':'#2563EB','fontFamily':_0x1eeb(0x22b)},'customToggleTrack':{'width':0x32,'height':0x1e,'borderRadius':0xf,'padding':0x2,'marginLeft':'auto','marginRight':0x8,'justifyContent':_0x1eeb(0x219)},'customToggleThumb':{'width':0x1a,'height':0x1a,'borderRadius':0xd,'backgroundColor':'#FFFFFF','shadowColor':_0x1eeb(0x225),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.2,'shadowRadius':0x2,'elevation':0x2},'descriptionContainer':{'backgroundColor':_0x1eeb(0x22c),'borderRadius':0x8,'padding':0x8},'platformCardDescription':{'fontSize':0xd,'lineHeight':0x12,'color':COLORS[_0x1eeb(0x22d)],'fontFamily':'Inter'},'refreshFrequencySection':{'paddingHorizontal':0x10,'paddingVertical':0x14,'marginTop':0xc,'backgroundColor':_0x1eeb(0x22e),'borderRadius':0x10,'marginHorizontal':SPACING['md'],'marginBottom':0x8,'borderWidth':0x1,'borderColor':_0x1eeb(0x22f)},'refreshFrequencyTitle':{'fontSize':0x11,'fontWeight':_0x1eeb(0x21c),'color':_0x1eeb(0x21b),'fontFamily':'IBM\x20Plex\x20Sans','marginBottom':0x4},'refreshFrequencyDescription':{'fontSize':0xe,'color':_0x1eeb(0x230),'fontFamily':_0x1eeb(0x21d),'fontWeight':_0x1eeb(0x21e),'marginBottom':0x10},'refreshSegmentedControl':{'flexDirection':_0x1eeb(0x222),'backgroundColor':'#E8E8ED','borderRadius':0xc,'padding':0x3},'refreshSegment':{'flex':0x1,'paddingVertical':0xa,'alignItems':'center','justifyContent':_0x1eeb(0x219),'borderRadius':0xa},'refreshSegmentSelected':{'backgroundColor':_0x1eeb(0x21b),'shadowColor':_0x1eeb(0x225),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.15,'shadowRadius':0x4,'elevation':0x3},'refreshSegmentText':{'fontSize':0xf,'fontFamily':_0x1eeb(0x21d),'fontWeight':_0x1eeb(0x231),'color':'#8E8E93'},'refreshSegmentTextSelected':{'fontWeight':_0x1eeb(0x21c),'color':_0x1eeb(0x223)},'refreshFrequencyHint':{'fontSize':0xd,'fontFamily':_0x1eeb(0x21d),'fontWeight':_0x1eeb(0x21e),'color':'#8E8E93','textAlign':'center','marginTop':0xc},'privacyLinkContainer':{'marginTop':0x10,'paddingTop':0x10,'borderTopWidth':0x1,'borderTopColor':_0x1eeb(0x232),'alignItems':_0x1eeb(0x219)},'privacyLinkText':{'fontSize':0xe,'color':_0x1eeb(0x233),'fontFamily':'Inter','fontWeight':_0x1eeb(0x231)},'bottomButtonContainer':{'paddingTop':0x8,'paddingBottom':0x0,'paddingHorizontal':SPACING['md']},'buttonWrapper':{'position':_0x1eeb(0x220)},'buttonOverlay':{'position':_0x1eeb(0x221),'top':0x0,'left':0x0,'right':0x0,'bottom':0x0,'borderRadius':0xc,'overflow':_0x1eeb(0x234)},'holdProgressBar':{'position':_0x1eeb(0x221),'bottom':0x0,'left':0x0,'height':0x4,'backgroundColor':'#10B981','borderRadius':0x2},'skipButton':{'alignItems':_0x1eeb(0x219),'paddingVertical':0xa,'marginBottom':0x22},'skipButtonText':{'fontSize':0x10,'fontFamily':_0x1eeb(0x21d),'fontWeight':_0x1eeb(0x231),'color':COLORS[_0x1eeb(0x22d)]},'pageIndicatorContainer':{'position':'absolute','alignSelf':_0x1eeb(0x219),'zIndex':0xb},'scrollBarTrack':{'width':0x50,'height':0x4,'backgroundColor':COLORS['grey300'],'borderRadius':0x2,'position':'relative','overflow':_0x1eeb(0x234)},'scrollBarThumb':{'position':_0x1eeb(0x221),'width':0x18,'height':0x4,'backgroundColor':COLORS[_0x1eeb(0x22d)],'borderRadius':0x2,'left':0x0},'scrollIndicator':{'position':_0x1eeb(0x221),'bottom':0x3c,'right':0x1e,'zIndex':0xc},'scrollIndicatorText':{'fontSize':0x20,'color':COLORS[_0x1eeb(0x235)],'fontWeight':_0x1eeb(0x236)}});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';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;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import React from'react';function
|
|
1
|
+
import React from'react';function _0xf776(_0x1e5632,_0xf77606){_0x1e5632=_0x1e5632-0x0;const _0x26ce97=_0x1e56();let _0x5f3670=_0x26ce97[_0x1e5632];return _0x5f3670;}function _0x1e56(){const _0x11b6f7=['#fff','Connect','Connect\x20your\x20platforms','Connect\x20at\x20least\x202\x20platforms\x20to\x20proceed','createElement','platformHeader','icon','color','platformName','name','platformDescription','connectedButton','disconnectedButton','LFyQv','buttonText','jKQAl','lWZah','hpIum','subtitle','nsQOD','platformsList','entries','map','proceedButton','disabledButton','proceedButtonText','600','text','secondary','border','row','center','primary','success'];_0x1e56=function(){return _0x11b6f7;};return _0x1e56();}import{View,Text,StyleSheet,TouchableOpacity,ActivityIndicator}from'react-native';import _0x590833 from'react-native-vector-icons/MaterialIcons';import{COLORS,PLATFORMS}from'../constants';export const PlatformList=({connections:_0x40d545,onToggle:_0x10040a,isLoading:_0x27afcc,canProceed:_0x8a56fa,onProceed:_0x382843})=>{const _0x5624d6={'LFyQv':_0xf776(0x0),'jKQAl':'Disconnect','lWZah':_0xf776(0x1),'hpIum':_0xf776(0x2),'nsQOD':_0xf776(0x3)},_0xcdf449=(_0x4c857c,_0xe61d06)=>{const _0x2c5db0=PLATFORMS[_0x4c857c];if(!_0x2c5db0)return null;return React[_0xf776(0x4)](View,{'key':_0x4c857c,'style':styles['platformContainer']},React[_0xf776(0x4)](View,{'style':styles[_0xf776(0x5)]},React[_0xf776(0x4)](_0x590833,{'name':_0x2c5db0[_0xf776(0x6)],'size':0x18,'color':_0x2c5db0[_0xf776(0x7)]}),React[_0xf776(0x4)](Text,{'style':styles[_0xf776(0x8)]},_0x2c5db0[_0xf776(0x9)])),_0x2c5db0['description']&&React[_0xf776(0x4)](Text,{'style':styles[_0xf776(0xa)]},_0x2c5db0['description']),React['createElement'](TouchableOpacity,{'style':[styles['connectButton'],_0xe61d06?styles[_0xf776(0xb)]:styles[_0xf776(0xc)]],'onPress':()=>_0x10040a(_0x4c857c,!_0xe61d06),'disabled':_0x27afcc},_0x27afcc?React[_0xf776(0x4)](ActivityIndicator,{'color':_0x5624d6[_0xf776(0xd)]}):React[_0xf776(0x4)](Text,{'style':styles[_0xf776(0xe)]},_0xe61d06?_0x5624d6[_0xf776(0xf)]:_0x5624d6[_0xf776(0x10)])));};return React[_0xf776(0x4)](View,{'style':styles['container']},React[_0xf776(0x4)](Text,{'style':styles['title']},_0x5624d6[_0xf776(0x11)]),React['createElement'](Text,{'style':styles[_0xf776(0x12)]},_0x5624d6[_0xf776(0x13)]),React[_0xf776(0x4)](View,{'style':styles[_0xf776(0x14)]},Object[_0xf776(0x15)](_0x40d545)[_0xf776(0x16)](([_0x33eeeb,_0x3173fa])=>_0xcdf449(_0x33eeeb,!!_0x3173fa))),React[_0xf776(0x4)](TouchableOpacity,{'style':[styles[_0xf776(0x17)],!_0x8a56fa&&styles[_0xf776(0x18)]],'onPress':_0x382843,'disabled':!_0x8a56fa||_0x27afcc},React[_0xf776(0x4)](Text,{'style':styles[_0xf776(0x19)]},'Proceed')));};const styles=StyleSheet['create']({'container':{'flex':0x1,'padding':0x10},'title':{'fontSize':0x14,'fontWeight':_0xf776(0x1a),'marginBottom':0x8,'color':COLORS[_0xf776(0x1b)]['primary']},'subtitle':{'fontSize':0xe,'color':COLORS[_0xf776(0x1b)][_0xf776(0x1c)],'marginBottom':0x18},'platformsList':{'flex':0x1},'platformContainer':{'backgroundColor':_0xf776(0x0),'borderRadius':0xc,'padding':0x10,'marginBottom':0x10,'borderWidth':0x1,'borderColor':COLORS[_0xf776(0x1d)]},'platformHeader':{'flexDirection':_0xf776(0x1e),'alignItems':_0xf776(0x1f),'marginBottom':0x8},'platformName':{'fontSize':0x10,'fontWeight':_0xf776(0x1a),'marginLeft':0xc,'color':COLORS['text'][_0xf776(0x20)]},'platformDescription':{'fontSize':0xe,'color':COLORS[_0xf776(0x1b)][_0xf776(0x1c)],'marginBottom':0x10},'connectButton':{'paddingVertical':0x8,'paddingHorizontal':0x10,'borderRadius':0x8,'alignItems':_0xf776(0x1f)},'connectedButton':{'backgroundColor':COLORS[_0xf776(0x21)]},'disconnectedButton':{'backgroundColor':COLORS['primary']},'buttonText':{'color':'#fff','fontWeight':_0xf776(0x1a)},'proceedButton':{'backgroundColor':COLORS['primary'],'paddingVertical':0x10,'borderRadius':0xc,'alignItems':_0xf776(0x1f),'marginTop':0x10},'disabledButton':{'opacity':0.5},'proceedButtonText':{'color':_0xf776(0x0),'fontSize':0x10,'fontWeight':_0xf776(0x1a)}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import React from'react';
|
|
1
|
+
import React from'react';function _0x3255(){const _0x26b200=['#FFFFFF','#E5E5E5','fullWidthContainer','compactContainer','container','createElement','rKMmX','leftContent','inuXb','compactIcon','icon','textContent','compactPlatformName','platformName','name','#4CD964','PKYNM','ios','EKKOi','JwLHK','compactSwitch','descriptionBox','fullWidthDescription','description','create','row','center','space-between','surface','#F5F5F5','grey800','Inter','600','400','grey600'];_0x3255=function(){return _0x26b200;};return _0x3255();}import{View,Text,TouchableOpacity,Image,StyleSheet,Switch,Platform}from'react-native';function _0x4123(_0x32550b,_0x412398){_0x32550b=_0x32550b-0x0;const _0xfb7faa=_0x3255();let _0x3394a9=_0xfb7faa[_0x32550b];return _0x3394a9;}import{COLORS}from'../theme';const PlatformToggle=({platform:_0x3da425,isEnabled:_0xb4ee96,onToggle:_0x2c48ab,compact:compact=![],isLast:isLast=![],fullWidth:fullWidth=![],customIconSize:_0x2d63d1,onLongPress:_0x5a5090,onPressOut:_0x169a2c})=>{const _0x2bae4b={'rKMmX':function(_0x935259,_0x49d0f0){return _0x935259&&_0x49d0f0;},'QplUL':function(_0x4fe1d4,_0x320674){return _0x4fe1d4-_0x320674;},'inuXb':function(_0x5050b1,_0x373131){return _0x5050b1-_0x373131;},'PKYNM':function(_0x1b9e98,_0x1def22){return _0x1b9e98===_0x1def22;},'EKKOi':_0x4123(0x0),'JwLHK':_0x4123(0x1)},_0x5ef70e=()=>{_0x2c48ab(_0x3da425['id'],!_0xb4ee96);},_0x325e0e=fullWidth?styles[_0x4123(0x2)]:compact?styles[_0x4123(0x3)]:styles[_0x4123(0x4)];return React[_0x4123(0x5)](TouchableOpacity,{'style':[_0x325e0e,_0x2bae4b[_0x4123(0x6)](!isLast,compact)&&styles['borderBottom']],'onLongPress':_0x5a5090,'onPressOut':_0x169a2c,'activeOpacity':_0x5a5090?0.7:0x1,'disabled':!_0x5a5090},React[_0x4123(0x5)](View,{'style':styles['topRow']},React[_0x4123(0x5)](View,{'style':styles[_0x4123(0x7)]},React[_0x4123(0x5)](Image,{'source':_0x3da425['icon'],'style':_0x2d63d1?{'width':_0x2d63d1,'height':_0x2d63d1,'marginRight':_0x2bae4b['QplUL'](0xc,_0x2bae4b[_0x4123(0x8)](_0x2d63d1,0x1c))}:fullWidth?styles[_0x4123(0x9)]:compact?styles[_0x4123(0x9)]:styles[_0x4123(0xa)],'resizeMode':'contain'}),React[_0x4123(0x5)](View,{'style':styles[_0x4123(0xb)]},React['createElement'](Text,{'style':fullWidth?styles[_0x4123(0xc)]:compact?styles['compactPlatformName']:styles[_0x4123(0xd)]},_0x3da425[_0x4123(0xe)]))),React[_0x4123(0x5)](Switch,{'value':_0xb4ee96,'onValueChange':_0x5ef70e,'trackColor':{'false':_0x4123(0x1),'true':_0x4123(0xf)},'thumbColor':_0x2bae4b[_0x4123(0x10)](Platform['OS'],_0x4123(0x11))?undefined:_0xb4ee96?_0x2bae4b[_0x4123(0x12)]:_0x2bae4b['EKKOi'],'ios_backgroundColor':_0x2bae4b[_0x4123(0x13)],'style':compact?styles[_0x4123(0x14)]:undefined})),fullWidth&&React[_0x4123(0x5)](View,{'style':styles[_0x4123(0x15)]},React[_0x4123(0x5)](Text,{'style':styles[_0x4123(0x16)]},_0x3da425[_0x4123(0x17)])),!fullWidth&&React[_0x4123(0x5)](Text,{'style':compact?styles['compactDescription']:styles[_0x4123(0x17)]},_0x3da425[_0x4123(0x17)]));},styles=StyleSheet[_0x4123(0x18)]({'container':{'flexDirection':_0x4123(0x19),'alignItems':_0x4123(0x1a),'justifyContent':_0x4123(0x1b),'paddingVertical':0x10,'paddingHorizontal':0x10,'backgroundColor':COLORS[_0x4123(0x1c)],'borderRadius':0xc,'marginBottom':0xc,'borderWidth':0x1,'borderColor':_0x4123(0x1)},'compactContainer':{'flexDirection':_0x4123(0x19),'alignItems':'center','justifyContent':_0x4123(0x1b),'paddingVertical':0x10,'paddingHorizontal':0x10,'backgroundColor':COLORS['surface']},'fullWidthContainer':{'flexDirection':'column','paddingVertical':0x8,'paddingHorizontal':0x2,'backgroundColor':COLORS['surface'],'marginBottom':0x4,'marginHorizontal':0x0},'topRow':{'flexDirection':'row','alignItems':_0x4123(0x1a),'justifyContent':_0x4123(0x1b),'marginBottom':0x4},'descriptionBox':{'backgroundColor':_0x4123(0x1d),'borderRadius':0x8,'paddingVertical':0x8,'paddingHorizontal':0x4,'marginTop':0x2},'borderBottom':{'borderBottomWidth':0x1,'borderBottomColor':'#E5E5E5'},'leftContent':{'flexDirection':_0x4123(0x19),'alignItems':_0x4123(0x1a),'flex':0x1},'icon':{'width':0x20,'height':0x20,'marginRight':0xc},'compactIcon':{'width':0x1c,'height':0x1c,'marginRight':0xc},'textContent':{'flex':0x1},'platformName':{'fontSize':0x10,'fontFamily':'Inter','fontWeight':'600','color':COLORS[_0x4123(0x1e)],'marginBottom':0x2},'compactPlatformName':{'fontSize':0x10,'fontFamily':_0x4123(0x1f),'fontWeight':_0x4123(0x20),'color':COLORS[_0x4123(0x1e)],'marginBottom':0x2},'description':{'fontSize':0xe,'fontFamily':_0x4123(0x1f),'fontWeight':_0x4123(0x21),'color':COLORS[_0x4123(0x22)],'lineHeight':0x14},'compactDescription':{'fontSize':0xc,'fontFamily':_0x4123(0x1f),'fontWeight':_0x4123(0x21),'color':COLORS[_0x4123(0x22)],'lineHeight':0x10},'fullWidthDescription':{'fontSize':0xd,'fontFamily':_0x4123(0x1f),'fontWeight':_0x4123(0x21),'color':COLORS[_0x4123(0x22)],'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';import
|
|
1
|
+
import React,{useState}from'react';import{View,Text,TouchableOpacity,StyleSheet,ActivityIndicator}from'react-native';import _0x5603d4 from'react-native-linear-gradient';import{COLORS}from'../theme';function _0x43d9(_0x247b24,_0x43d9c1){_0x247b24=_0x247b24-0x0;const _0xc7df6b=_0x247b();let _0x321f9d=_0xc7df6b[_0x247b24];return _0x321f9d;}const IconCircle=({size:size=0x28,children:_0x47cf96})=>{const _0x1cfefc={'phNHr':function(_0x42f260,_0x496973){return _0x42f260/_0x496973;}};return React['createElement'](View,{'style':[styles['iconCircle'],{'width':size,'height':size,'borderRadius':_0x1cfefc[_0x43d9(0x0)](size,0x2)}]},React[_0x43d9(0x1)](_0x5603d4,{'colors':[COLORS[_0x43d9(0x2)],COLORS[_0x43d9(0x3)]],'style':[StyleSheet[_0x43d9(0x4)],{'borderRadius':size/0x2}],'start':{'x':0x0,'y':0x0},'end':{'x':0x0,'y':0x1}}),React[_0x43d9(0x1)](View,{'style':styles[_0x43d9(0x5)]},_0x47cf96||React[_0x43d9(0x1)](Text,{'style':styles[_0x43d9(0x6)]},'→')));},PrimaryButton=({label:label='Get\x20Started',onPress:_0x427b73,iconRight:_0x27374d,loading:loading=![],disabled:disabled=![],testID:_0x4898cb,style:_0x235420,textStyle:_0x498742})=>{const _0x37b07b={'Sdjsu':function(_0x413f47,_0x2dd9c4){return _0x413f47(_0x2dd9c4);},'RLvFJ':function(_0x53336f,_0x17ec45){return _0x53336f||_0x17ec45;},'SWQsK':_0x43d9(0x7),'JURQr':_0x43d9(0x8)},[_0x44140e,_0x1c238d]=_0x37b07b[_0x43d9(0x9)](useState,![]),_0x11e68c=()=>_0x1c238d(!![]),_0x14e6f9=()=>_0x1c238d(![]);return React['createElement'](TouchableOpacity,{'style':[styles[_0x43d9(0xa)],!disabled&&styles[_0x43d9(0xb)],disabled&&styles[_0x43d9(0xc)],_0x235420],'onPress':_0x427b73,'onPressIn':_0x11e68c,'onPressOut':_0x14e6f9,'disabled':_0x37b07b[_0x43d9(0xd)](disabled,loading),'activeOpacity':0x1,'testID':_0x4898cb,'accessibilityLabel':label,'accessibilityRole':_0x37b07b['SWQsK']},React[_0x43d9(0x1)](_0x5603d4,{'colors':[COLORS[_0x43d9(0xe)],COLORS[_0x43d9(0xf)]],'style':styles[_0x43d9(0x10)],'start':{'x':0x0,'y':0x0},'end':{'x':0x0,'y':0x1}}),_0x44140e&&React[_0x43d9(0x1)](View,{'style':styles[_0x43d9(0x11)]}),React['createElement'](View,{'style':styles['textContainer']},loading?React['createElement'](ActivityIndicator,{'color':COLORS[_0x43d9(0x12)],'size':_0x37b07b[_0x43d9(0x13)]}):React[_0x43d9(0x1)](Text,{'style':[styles[_0x43d9(0x14)],_0x498742]},label)),React['createElement'](View,{'style':styles[_0x43d9(0x15)]},!loading&&(_0x27374d||React[_0x43d9(0x1)](IconCircle,null))));},styles=StyleSheet[_0x43d9(0x16)]({'outerPill':{'height':0x30,'borderRadius':0x64,'borderWidth':0x1,'borderColor':COLORS[_0x43d9(0x17)],'overflow':_0x43d9(0x18),'width':_0x43d9(0x19),'position':_0x43d9(0x1a)},'outerShadow':{'shadowColor':'#000000','shadowOffset':{'width':0x14,'height':0x1e},'shadowOpacity':0.1,'shadowRadius':0x28,'elevation':0x8},'disabled':{'opacity':0.65,'shadowOpacity':0x0,'elevation':0x0},'baseGradient':{...StyleSheet[_0x43d9(0x1b)],'borderRadius':0x64},'pressedOverlay':{...StyleSheet[_0x43d9(0x1b)],'backgroundColor':_0x43d9(0x1c),'borderRadius':0x64},'textContainer':{'position':_0x43d9(0x1d),'left':0x0,'right':0x0,'top':0x0,'bottom':0x0,'justifyContent':_0x43d9(0x1e),'alignItems':_0x43d9(0x1e),'backgroundColor':'transparent'},'iconPosition':{'position':_0x43d9(0x1d),'right':0x4,'top':0x4,'bottom':0x4,'width':0x28,'justifyContent':_0x43d9(0x1e),'alignItems':_0x43d9(0x1e),'backgroundColor':_0x43d9(0x1f)},'label':{'fontFamily':_0x43d9(0x20),'fontWeight':_0x43d9(0x21),'fontSize':0x10,'color':COLORS['btnLabel'],'textAlign':_0x43d9(0x1e),'backgroundColor':'transparent'},'iconCircle':{'justifyContent':_0x43d9(0x1e),'alignItems':'center','borderWidth':0x1,'borderColor':'rgba(0,0,0,0.25)'},'iconContent':{'justifyContent':_0x43d9(0x1e),'alignItems':_0x43d9(0x1e),'backgroundColor':_0x43d9(0x1f)},'arrowText':{'fontSize':0x14,'color':COLORS['btnLabel'],'fontWeight':'600','opacity':0.95,'backgroundColor':_0x43d9(0x1f)}});export{IconCircle};export{PrimaryButton};function _0x247b(){const _0x577015=['phNHr','createElement','iconCircleGradientStart','iconCircleGradientEnd','absoluteFill','iconContent','arrowText','button','small','Sdjsu','outerPill','outerShadow','disabled','RLvFJ','btnGradStart','btnGradEnd','baseGradient','pressedOverlay','btnLabel','JURQr','label','iconPosition','create','btnBorder','hidden','100%','relative','absoluteFillObject','rgba(0,0,0,0.1)','absolute','center','transparent','Inter','600'];_0x247b=function(){return _0x577015;};return _0x247b();}export default PrimaryButton;
|