@onairos/react-native 3.6.3 → 3.6.5
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/lib/commonjs/api/index.js +1 -1
- package/lib/commonjs/components/BodyText.js +1 -1
- package/lib/commonjs/components/BrandMark.js +1 -1
- package/lib/commonjs/components/CodeInput.js +1 -1
- package/lib/commonjs/components/EmailInput.js +1 -1
- package/lib/commonjs/components/GoogleButton.js +1 -1
- package/lib/commonjs/components/HeadingGroup.js +1 -1
- package/lib/commonjs/components/LLMDataInputModal.js +1 -1
- package/lib/commonjs/components/ModalHeader.js +1 -1
- package/lib/commonjs/components/ModalSheet.js +1 -1
- package/lib/commonjs/components/Onairos.js +1 -1
- package/lib/commonjs/components/OnairosButton.js +1 -1
- package/lib/commonjs/components/OnairosSignInButton.js +1 -1
- package/lib/commonjs/components/Overlay.js +1 -1
- package/lib/commonjs/components/PersonaImage.js +1 -1
- package/lib/commonjs/components/PersonaLoadingScreen.js +1 -1
- package/lib/commonjs/components/PersonalizationConsentScreen.js +1 -1
- package/lib/commonjs/components/PinCreationScreen.js +1 -1
- package/lib/commonjs/components/PinInput.js +1 -1
- package/lib/commonjs/components/PlatformConnectorsStep.js +1 -1
- package/lib/commonjs/components/PlatformList.js +1 -1
- package/lib/commonjs/components/PlatformToggle.js +1 -1
- package/lib/commonjs/components/PrimaryButton.js +1 -1
- package/lib/commonjs/components/SignInMatchAnimation.js +1 -1
- package/lib/commonjs/components/SignInStep.js +1 -1
- package/lib/commonjs/components/UniversalOnboarding.js +1 -1
- package/lib/commonjs/components/VerificationStep.js +1 -1
- package/lib/commonjs/components/WelcomeScreen.js +1 -1
- package/lib/commonjs/components/icons/Basicproficon.js +1 -1
- package/lib/commonjs/components/icons/Basicprofile.js +1 -1
- package/lib/commonjs/components/icons/Checkbox.js +1 -1
- package/lib/commonjs/components/icons/Checkmark.js +1 -1
- package/lib/commonjs/components/icons/Contentanalysis.js +1 -1
- package/lib/commonjs/components/icons/Contenticon.js +1 -1
- package/lib/commonjs/components/icons/EnochE.js +1 -1
- package/lib/commonjs/components/icons/Personalityicon.js +1 -1
- package/lib/commonjs/components/icons/Personalityprofile.js +1 -1
- package/lib/commonjs/components/icons/Personalitytraits.js +1 -1
- package/lib/commonjs/components/icons/Userpreferences.js +1 -1
- package/lib/commonjs/components/icons/index.js +1 -1
- package/lib/commonjs/components/onboarding/OAuthWebView.js +1 -1
- package/lib/commonjs/components/onboarding/OnboardingHeader.js +1 -1
- package/lib/commonjs/components/onboarding/PinInput.js +1 -1
- package/lib/commonjs/components/onboarding/PlatformConnector.js +1 -1
- package/lib/commonjs/config/api.js +1 -1
- package/lib/commonjs/constants/index.js +1 -1
- package/lib/commonjs/context/AuthContext.js +1 -1
- package/lib/commonjs/hooks/useConnectedAccounts.js +1 -1
- package/lib/commonjs/hooks/useConnections.js +1 -1
- package/lib/commonjs/hooks/useCredentials.js +1 -1
- package/lib/commonjs/hooks/useUserConnections.js +1 -1
- package/lib/commonjs/index.js +1 -1
- package/lib/commonjs/services/apiClient.js +1 -1
- package/lib/commonjs/services/apiKeyService.js +924 -9
- package/lib/commonjs/services/authService.js +627 -10
- 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 +391 -11
- 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/components/BodyText.js +1 -1
- package/lib/module/components/BrandMark.js +1 -1
- package/lib/module/components/CodeInput.js +1 -1
- package/lib/module/components/EmailInput.js +1 -1
- package/lib/module/components/GoogleButton.js +1 -1
- package/lib/module/components/HeadingGroup.js +1 -1
- package/lib/module/components/LLMDataInputModal.js +1 -1
- package/lib/module/components/ModalHeader.js +1 -1
- package/lib/module/components/ModalSheet.js +1 -1
- package/lib/module/components/Onairos.js +1 -1
- package/lib/module/components/OnairosButton.js +1 -1
- package/lib/module/components/OnairosSignInButton.js +1 -1
- package/lib/module/components/Overlay.js +1 -1
- package/lib/module/components/PersonaImage.js +1 -1
- package/lib/module/components/PersonaLoadingScreen.js +1 -1
- package/lib/module/components/PersonalizationConsentScreen.js +1 -1
- package/lib/module/components/PinCreationScreen.js +1 -1
- package/lib/module/components/PinInput.js +1 -1
- package/lib/module/components/PlatformConnectorsStep.js +1 -1
- package/lib/module/components/PlatformList.js +1 -1
- package/lib/module/components/PlatformToggle.js +1 -1
- package/lib/module/components/PrimaryButton.js +1 -1
- package/lib/module/components/SignInMatchAnimation.js +1 -1
- package/lib/module/components/SignInStep.js +1 -1
- package/lib/module/components/UniversalOnboarding.js +1 -1
- package/lib/module/components/VerificationStep.js +1 -1
- package/lib/module/components/WelcomeScreen.js +1 -1
- package/lib/module/components/icons/Basicproficon.js +1 -1
- package/lib/module/components/icons/Basicprofile.js +1 -1
- package/lib/module/components/icons/Checkbox.js +1 -1
- package/lib/module/components/icons/Checkmark.js +1 -1
- package/lib/module/components/icons/Contentanalysis.js +1 -1
- package/lib/module/components/icons/Contenticon.js +1 -1
- package/lib/module/components/icons/EnochE.js +1 -1
- package/lib/module/components/icons/Personalityicon.js +1 -1
- package/lib/module/components/icons/Personalityprofile.js +1 -1
- package/lib/module/components/icons/Personalitytraits.js +1 -1
- package/lib/module/components/icons/Userpreferences.js +1 -1
- package/lib/module/components/onboarding/OAuthWebView.js +1 -1
- package/lib/module/components/onboarding/OnboardingHeader.js +1 -1
- package/lib/module/components/onboarding/PinInput.js +1 -1
- package/lib/module/components/onboarding/PlatformConnector.js +1 -1
- package/lib/module/config/api.js +1 -1
- package/lib/module/constants/index.js +1 -1
- package/lib/module/context/AuthContext.js +1 -1
- package/lib/module/hooks/useConnectedAccounts.js +1 -1
- package/lib/module/hooks/useConnections.js +1 -1
- package/lib/module/hooks/useCredentials.js +1 -1
- package/lib/module/hooks/useUserConnections.js +1 -1
- package/lib/module/index.js +1 -1
- package/lib/module/services/apiClient.js +1 -1
- package/lib/module/services/apiKeyService.js +898 -1
- package/lib/module/services/authService.js +602 -1
- 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 +381 -1
- 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 +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
import React,{useState,useCallback}from'react';import{View,Text,StyleSheet,TextInput,TouchableOpacity,Dimensions,Keyboard,ActivityIndicator}from'react-native';import{biometricPinService}from'../services/biometricPinService';function _0x462f(){const _0x129eca=['get','window','Training\x20is\x20starting\x20in\x20the\x20background...','jdCpL','ScAow','mERno','PIN\x20must\x20include\x20a\x20special\x20character','PIN\x20must\x20include\x20a\x20number','biometric-unavailable','Biometric\x20Authentication\x20Not\x20Available','warning','Biometric\x20authentication\x20was\x20cancelled\x20or\x20failed.\x20Your\x20PIN\x20needs\x20to\x20be\x20secured\x20with\x20biometric\x20authentication\x20to\x20proceed.','error','Please\x20complete\x20biometric\x20authentication\x20to\x20secure\x20your\x20PIN.','Your\x20PIN\x20will\x20be\x20securely\x20stored\x20locally\x20on\x20your\x20device\x20using\x20biometric\x20authentication\x20(Face\x20ID\x20or\x20Touch\x20ID)\x20for\x20enhanced\x20security.','info','CqwaL','authenticating','NFsyi','default','This\x20device\x20does\x20not\x20support\x20Face\x20ID\x20or\x20Touch\x20ID.\x20Please\x20enable\x20biometric\x20authentication\x20in\x20your\x20device\x20settings\x20to\x20secure\x20your\x20PIN.','Biometric\x20Authentication\x20Failed','Authenticating...','Secure\x20PIN\x20Storage','Create\x20a\x20PIN','small','#007AFF','done','•\x20At\x20least\x20','\x20characters','Try\x20Again','Continue\x20Without\x20Biometric','Continue','ISBZy','YlrHB','uOcQV','tsNkc','XVMOB','lryRO','ZjiaF','catch','Ylhro','warn','AhLVQ','aCjGu','ZwDbD','biometric-failed','FrNtj','CGBSt','length','PIN\x20must\x20be\x20at\x20least\x20','test','cTVMR','Imooo','iwZzc','xGhnk','QWPhR','fcZXA','dOsCe','fuXqx','JOFki','gBKWC','An\x20error\x20occurred\x20while\x20securing\x20your\x20PIN.\x20Would\x20you\x20like\x20to\x20try\x20again?','jLzhM','SBwJD','yejDV','DIvHo','GbLJa','cyFiY','EQtLw','KmpAI','SQLvA','vZmMq','fbOcf','hYBXB','TzCvZ','cXmye','EHwPA','log','QrHYV','VAZwW','PcglL','XSwdb','LAFkk','oeWDO','DUBCp','isBiometricAvailable','storePinWithBiometric','isPinStored','RkWEt','roZMB','IUvPM','nIAgG','NOXzc','iKtoI','aBYRF','TURPs','BwTsS','LrXXe','createElement','container','inputSection','header','backButton','zGmMJ','backgroundProgressContainer','backgroundProgressIndicator','UnfjD','inputContainer','input','e.g.\x20MyPin123!','none','worTy','visibilityButton','hQSee','👁️🗨️','requirements','requirementTitle','llkMA','requirementMet','pBVXB','mZDoM','requirement','infoContainer','infoContainerInfo','aFZMd','infoContainerWarning','type','infoTitle','uOslh','infoTitleInfo','infoTitleWarning','pJTNI','infoTitleError','infoMessage','GoIgZ','infoMessageInfo','infoMessageWarning','dazgb','message','showActions','infoActions','infoActionButton','ixacc','infoActionButtonText','infoActionButtonSecondaryText','OuvFu','footer','cancelButton','cancelButtonText','VwqUX','submitButtonDisabled','VkdVC','QjOnx','create','#fff','flex-start','row','center','space-between','600','#333','#666','#E3F2FD','#2196F3','#FF9800','#FFEBEE','#F44336','#1976D2','#F57C00','#D32F2F','#1565C0','#E65100','#C62828','#FF3B30','#eee','#000000'];_0x462f=function(){return _0x129eca;};return _0x462f();}const {width}=Dimensions[_0x59da(0x0)](_0x59da(0x1));export const PinInput=({onSubmit:_0x25207a,minLength:minLength=0x8,requireSpecialChar:requireSpecialChar=!![],requireNumber:requireNumber=!![],onBack:_0x2b2980,enableBiometricStorage:enableBiometricStorage=!![],onBackgroundTrainingStart:_0x43cb8d,showBackgroundProgress:showBackgroundProgress=![],backgroundProgressText:backgroundProgressText=_0x59da(0x2)})=>{const _0x437f99={'XVMOB':function(_0x30752a,_0x4d0e2c){return _0x30752a(_0x4d0e2c);},'VAZwW':function(_0xdc9fe,_0x1ecf68){return _0xdc9fe===_0x1ecf68;},'lryRO':_0x59da(0x3),'ZjiaF':function(_0x308960){return _0x308960();},'ZwDbD':function(_0x1bb28f,_0x4c6983){return _0x1bb28f(_0x4c6983);},'AoFLI':function(_0x2b3f7b,_0x2b1262){return _0x2b3f7b(_0x2b1262);},'FrNtj':function(_0x45ba28,_0x45ccf3){return _0x45ba28!==_0x45ccf3;},'emRcD':_0x59da(0x4),'cTVMR':function(_0x3aa9f8,_0x1fdaf7){return _0x3aa9f8!==_0x1fdaf7;},'Imooo':_0x59da(0x5),'iwZzc':_0x59da(0x6),'WuIHe':_0x59da(0x7),'LAFkk':function(_0x2caa00,_0x46c93c){return _0x2caa00(_0x46c93c);},'oeWDO':function(_0x40ca62){return _0x40ca62();},'roZMB':function(_0x5b7141,_0xc62bf4){return _0x5b7141&&_0xc62bf4;},'dOsCe':_0x59da(0x8),'hCYBG':_0x59da(0x9),'fuXqx':_0x59da(0xa),'NOXzc':'biometric-failed','JOFki':_0x59da(0xb),'aBYRF':'storage-error','gBKWC':'Storage\x20Error','jLzhM':_0x59da(0xc),'SBwJD':_0x59da(0xd),'yejDV':_0x59da(0xe),'uOslh':_0x59da(0xf),'DIvHo':_0x59da(0x10),'YlrHB':function(_0xdc1f70,_0x43c5f8){return _0xdc1f70(_0x43c5f8);},'QrHYV':_0x59da(0x11),'PcglL':_0x59da(0x12),'XSwdb':'wXoIi','WISAU':function(_0x557cef,_0x5ebe24){return _0x557cef===_0x5ebe24;},'ISBZy':function(_0x3d0661,_0x312565){return _0x3d0661(_0x312565);},'YlAbL':'XvVmQ','nIAgG':function(_0x4d0fee,_0x2966b0){return _0x4d0fee(_0x2966b0);},'iKtoI':function(_0x3cec81,_0x215f8f){return _0x3cec81(_0x215f8f);},'TURPs':'pwAwK','tsNkc':_0x59da(0x13),'BwTsS':_0x59da(0x14),'LrXXe':_0x59da(0x15),'FPKIz':_0x59da(0x16),'hpjOp':_0x59da(0x17),'LNiJX':function(_0x88b3ba,_0x4ae916){return _0x88b3ba(_0x4ae916);},'uOcQV':function(_0x52a3b1,_0x5e45b8){return _0x52a3b1(_0x5e45b8);},'AzUim':function(_0x68d1bb,_0xbb4244){return _0x68d1bb(_0xbb4244);},'aCjGu':function(_0x41376d,_0x1c355e,_0x459634){return _0x41376d(_0x1c355e,_0x459634);},'jQuLe':function(_0x5d88a3,_0x3c40b8,_0x5ed0d5){return _0x5d88a3(_0x3c40b8,_0x5ed0d5);},'zGmMJ':_0x59da(0x18),'vZAkc':_0x59da(0x19),'UnfjD':_0x59da(0x1a),'worTy':_0x59da(0x1b),'hQSee':'👁️','llkMA':'PIN\x20Requirements:','pBVXB':_0x59da(0x1c),'mZDoM':_0x59da(0x1d),'PIaci':'•\x20Include\x20a\x20special\x20character','InWYN':'•\x20Include\x20a\x20number','RDeMM':function(_0x4ac44c,_0x299407){return _0x4ac44c===_0x299407;},'aFZMd':function(_0xab50f2,_0x57c6e6){return _0xab50f2===_0x57c6e6;},'gQXDi':function(_0x40d5a0,_0x2bb674){return _0x40d5a0===_0x2bb674;},'pJTNI':function(_0x1e0b4a,_0x8ac1c6){return _0x1e0b4a===_0x8ac1c6;},'GoIgZ':function(_0x432429,_0x11db0e){return _0x432429===_0x11db0e;},'dazgb':function(_0x5479ae,_0x16e8b8){return _0x5479ae===_0x16e8b8;},'ixacc':_0x59da(0x1e),'OuvFu':_0x59da(0x1f),'GxYwp':'Back','VwqUX':function(_0x59f002,_0x40247c){return _0x59f002||_0x40247c;},'VkdVC':function(_0x49a1f8,_0x3a4489){return _0x49a1f8(_0x3a4489);},'QjOnx':_0x59da(0x20)},[_0x5c5900,_0x1bcd41]=useState(''),[_0x3898b0,_0x22522f]=_0x437f99[_0x59da(0x21)](useState,null),[_0xb3f35e,_0x3df50a]=_0x437f99[_0x59da(0x22)](useState,![]),[_0x25b686,_0x3f65b4]=_0x437f99['LNiJX'](useState,![]),[_0x24ddea,_0x5e9d4c]=_0x437f99[_0x59da(0x23)](useState,_0x437f99[_0x59da(0x24)]),[_0x35c33c,_0x5edb61]=_0x437f99['AzUim'](useState,![]);React['useEffect'](()=>{const _0x421fe3={'Ylhro':function(_0x570bf4,_0x238523){return _0x437f99[_0x59da(0x25)](_0x570bf4,_0x238523);},'AhLVQ':function(_0x30f78b,_0x133c3b){return _0x437f99[_0x59da(0x25)](_0x30f78b,_0x133c3b);}};_0x437f99['VAZwW'](_0x437f99[_0x59da(0x26)],'jdCpL')?_0x43cb8d&&!_0x35c33c&&showBackgroundProgress&&(console['log']('\uD83D\uDE80 [PIN INPUT] Background training explicitly requested...'),_0x437f99[_0x59da(0x25)](_0x5edb61,!![]),_0x437f99[_0x59da(0x27)](_0x43cb8d)[_0x59da(0x28)](_0x290d83=>{console['error']('\u274C [PIN INPUT] Background training failed:',_0x290d83),_0x421fe3[_0x59da(0x29)](_0x5edb61,![]);})):(_0x55b9c8[_0x59da(0x2a)]('\u26A0️ [PIN INPUT] User chose to continue without biometric security'),_0x421fe3[_0x59da(0x2b)](_0x1b508a,_0x30d653));},[_0x43cb8d,_0x35c33c,showBackgroundProgress]);const _0x30e3dd=_0x437f99[_0x59da(0x2c)](useCallback,_0x5a1c5f=>{const _0x22937f={'wtTTl':function(_0x12361b,_0x2604c9){return _0x437f99[_0x59da(0x2d)](_0x12361b,_0x2604c9);},'xGhnk':function(_0x35f671){return _0x35f671();},'QWPhR':function(_0x3c9754,_0x337b13){return _0x437f99['AoFLI'](_0x3c9754,_0x337b13);},'fcZXA':_0x59da(0x2e)};if(_0x437f99[_0x59da(0x2f)](_0x59da(0x30),_0x437f99['emRcD'])){if(_0x5a1c5f[_0x59da(0x31)]<minLength)return _0x59da(0x32)+minLength+_0x59da(0x1d);if(requireSpecialChar&&!/[!@#$%^&*(),.?":{}|<>]/[_0x59da(0x33)](_0x5a1c5f)){if(_0x437f99[_0x59da(0x34)]('WeKMu',_0x437f99[_0x59da(0x35)]))return _0x437f99[_0x59da(0x36)];else _0x22937f['wtTTl'](_0x293065,_0x59da(0x13)),_0x22937f[_0x59da(0x37)](_0x1fd94e);}if(requireNumber&&!/\d/[_0x59da(0x33)](_0x5a1c5f))return _0x437f99['WuIHe'];return null;}else _0x4a505e[_0x59da(0x2a)]('\u26A0️ [PIN INPUT] Biometric authentication failed or was cancelled'),_0x22937f[_0x59da(0x38)](_0x51c349,_0x22937f[_0x59da(0x39)]),_0x22937f[_0x59da(0x38)](_0x302517,![]);},[minLength,requireSpecialChar,requireNumber]),_0x143597=_0x437f99[_0x59da(0x2c)](useCallback,async()=>{const _0x5b0c3a={'GbLJa':_0x437f99[_0x59da(0x3a)],'cyFiY':_0x437f99['hCYBG'],'EQtLw':_0x59da(0x14),'lkXAN':_0x437f99[_0x59da(0x3b)],'KmpAI':_0x437f99['NOXzc'],'SQLvA':_0x437f99[_0x59da(0x3c)],'vZmMq':_0x437f99['aBYRF'],'fbOcf':_0x437f99[_0x59da(0x3d)],'hYBXB':_0x59da(0x3e),'TzCvZ':_0x437f99[_0x59da(0x3f)],'cXmye':_0x437f99[_0x59da(0x40)],'EHwPA':_0x437f99[_0x59da(0x41)],'xFOzn':_0x437f99['uOslh']};console['log']('\uD83D\uDD0D [PIN INPUT] handleSubmit called with PIN length:',_0x5c5900[_0x59da(0x31)]);const _0x1c99b7=_0x437f99['XVMOB'](_0x30e3dd,_0x5c5900);if(_0x1c99b7){if(_0x437f99[_0x59da(0x42)]!==_0x59da(0x10))switch(_0x4038b2){case _0x5b0c3a[_0x59da(0x43)]:return{'title':_0x5b0c3a[_0x59da(0x44)],'message':_0x5b0c3a[_0x59da(0x45)],'type':_0x5b0c3a['lkXAN'],'showActions':!![]};case _0x5b0c3a[_0x59da(0x46)]:return{'title':_0x59da(0x15),'message':_0x5b0c3a[_0x59da(0x47)],'type':_0x59da(0xa),'showActions':!![]};case _0x5b0c3a[_0x59da(0x48)]:return{'title':_0x5b0c3a[_0x59da(0x49)],'message':_0x5b0c3a[_0x59da(0x4a)],'type':_0x5b0c3a[_0x59da(0x4b)],'showActions':!![]};case _0x59da(0x11):return{'title':'Authenticating...','message':_0x5b0c3a[_0x59da(0x4c)],'type':_0x59da(0xf),'showActions':![]};default:return{'title':'Secure\x20PIN\x20Storage','message':_0x5b0c3a[_0x59da(0x4d)],'type':_0x5b0c3a['xFOzn'],'showActions':![]};}else{console[_0x59da(0x4e)]('\u274C [PIN INPUT] Validation failed:',_0x1c99b7),_0x437f99['XVMOB'](_0x22522f,_0x1c99b7);return;}}console[_0x59da(0x4e)]('\u2705 [PIN INPUT] PIN validation passed');if(enableBiometricStorage){console[_0x59da(0x4e)]('\uD83D\uDD10 [PIN INPUT] Biometric storage enabled, starting biometric flow...'),_0x437f99[_0x59da(0x22)](_0x3f65b4,!![]),_0x437f99['LAFkk'](_0x5e9d4c,_0x437f99[_0x59da(0x4f)]);try{if(_0x437f99[_0x59da(0x50)](_0x437f99[_0x59da(0x51)],_0x437f99[_0x59da(0x52)])){const _0x16d64f={'DUBCp':function(_0x1c6e1d,_0x494862){return _0x437f99[_0x59da(0x2d)](_0x1c6e1d,_0x494862);}};_0x5bbc3d[_0x59da(0x4e)]('\uD83D\uDE80 [PIN INPUT] Background training explicitly requested...'),_0x437f99[_0x59da(0x53)](_0x3254fc,!![]),_0x437f99[_0x59da(0x54)](_0x27c216)[_0x59da(0x28)](_0x2d8a56=>{_0x54b498[_0x59da(0xc)]('\u274C [PIN INPUT] Background training failed:',_0x2d8a56),_0x16d64f[_0x59da(0x55)](_0x128ade,![]);});}else{const _0x378754=await biometricPinService[_0x59da(0x56)]();console[_0x59da(0x4e)]('\uD83D\uDCF1 [PIN INPUT] Biometric available:',_0x378754);if(!_0x378754){console[_0x59da(0xc)]('\u274C [PIN INPUT] Face ID not available on this device'),_0x5e9d4c('biometric-unavailable'),_0x437f99[_0x59da(0x22)](_0x3f65b4,![]);return;}console['log']('\uD83D\uDD10 [PIN INPUT] Triggering biometric authentication for PIN storage...');const _0x41b3ce=await biometricPinService[_0x59da(0x57)](_0x5c5900);if(_0x41b3ce){console[_0x59da(0x4e)]('\u2705 [PIN INPUT] PIN stored successfully with biometric protection');const _0x4bfcdf=await biometricPinService[_0x59da(0x58)]();if(_0x4bfcdf)_0x437f99['WISAU'](_0x59da(0x59),_0x59da(0x59))?(console[_0x59da(0x4e)]('\u2705 [PIN INPUT] PIN storage verified - proceeding with onboarding'),_0x437f99[_0x59da(0x21)](_0x25207a,_0x5c5900)):_0x437f99[_0x59da(0x5a)](_0x489f66,!_0x1cb0e7)&&_0x5560ec&&(_0x30ca6b[_0x59da(0x4e)]('\uD83D\uDE80 [PIN INPUT] Background training explicitly requested...'),_0x588183(!![]),_0x42cac2()[_0x59da(0x28)](_0x3cc74c=>{_0x10c8da[_0x59da(0xc)]('\u274C [PIN INPUT] Background training failed:',_0x3cc74c),_0x28378e(![]);}));else{if(_0x437f99[_0x59da(0x34)](_0x59da(0x5b),_0x437f99['YlAbL']))console[_0x59da(0xc)]('\u274C [PIN INPUT] PIN storage verification failed'),_0x437f99[_0x59da(0x5c)](_0x5e9d4c,'storage-error'),_0x437f99['YlrHB'](_0x3f65b4,![]);else{_0x296379[_0x59da(0xc)]('\u274C [PIN INPUT] Face ID not available on this device'),_0x437f99[_0x59da(0x2d)](_0x5c1f22,_0x437f99['dOsCe']),_0x437f99[_0x59da(0x53)](_0x314496,![]);return;}}}else console[_0x59da(0x2a)]('\u26A0️ [PIN INPUT] Biometric authentication failed or was cancelled'),_0x437f99['LAFkk'](_0x5e9d4c,_0x437f99[_0x59da(0x5d)]),_0x437f99[_0x59da(0x5e)](_0x3f65b4,![]);}}catch(_0x4275e6){console[_0x59da(0xc)]('\u274C [PIN INPUT] Error handling biometric PIN storage:',_0x4275e6),_0x437f99[_0x59da(0x5e)](_0x5e9d4c,_0x437f99[_0x59da(0x5f)]),_0x437f99[_0x59da(0x21)](_0x3f65b4,![]);}}else console['log']('\uD83D\uDD10 [PIN INPUT] Biometric storage disabled, proceeding normally'),_0x437f99[_0x59da(0x5c)](_0x25207a,_0x5c5900);},[_0x5c5900,_0x30e3dd,_0x25207a,enableBiometricStorage]),_0x31078b=_0x437f99[_0x59da(0x2c)](useCallback,_0x3d0f45=>{const _0x53ea59={'VepaH':_0x437f99['iwZzc']};if(_0x437f99['VAZwW']('dVCQj',_0x437f99[_0x59da(0x60)])){if(_0x3fa90b[_0x59da(0x31)]<_0x36278c)return _0x59da(0x32)+_0x23db7a+_0x59da(0x1d);if(_0x244faa&&!/[!@#$%^&*(),.?":{}|<>]/[_0x59da(0x33)](_0x1a67ab))return _0x53ea59['VepaH'];if(_0x5ee69d&&!/\d/['test'](_0x316d5c))return _0x59da(0x7);return null;}else _0x437f99[_0x59da(0x2d)](_0x1bcd41,_0x3d0f45),_0x437f99['nIAgG'](_0x22522f,null),_0x437f99['iKtoI'](_0x5e9d4c,_0x437f99[_0x59da(0x24)]),console[_0x59da(0x4e)]('\uD83D\uDD0D [PIN INPUT] PIN changed:',{'length':_0x3d0f45[_0x59da(0x31)],'hasSpecialChar':/[!@#$%^&*(),.?":{}|<>]/[_0x59da(0x33)](_0x3d0f45),'hasNumber':/\d/[_0x59da(0x33)](_0x3d0f45),'isValid':!_0x437f99['YlrHB'](_0x30e3dd,_0x3d0f45)});},[_0x30e3dd]),_0x233e81=_0x437f99['jQuLe'](useCallback,()=>{console['warn']('\u26A0️ [PIN INPUT] User chose to continue without biometric security'),_0x25207a(_0x5c5900);},[_0x5c5900,_0x25207a]),_0x4797c0=_0x437f99[_0x59da(0x2c)](useCallback,()=>{_0x5e9d4c(_0x437f99[_0x59da(0x24)]),_0x437f99[_0x59da(0x54)](_0x143597);},[_0x143597]),_0x39e875=()=>{switch(_0x24ddea){case'biometric-unavailable':return{'title':_0x437f99['hCYBG'],'message':_0x437f99[_0x59da(0x61)],'type':_0x437f99['fuXqx'],'showActions':!![]};case'biometric-failed':return{'title':_0x437f99[_0x59da(0x62)],'message':'Biometric\x20authentication\x20was\x20cancelled\x20or\x20failed.\x20Your\x20PIN\x20needs\x20to\x20be\x20secured\x20with\x20biometric\x20authentication\x20to\x20proceed.','type':_0x437f99[_0x59da(0x3b)],'showActions':!![]};case _0x437f99[_0x59da(0x5f)]:return{'title':_0x437f99[_0x59da(0x3d)],'message':_0x59da(0x3e),'type':_0x437f99[_0x59da(0x3f)],'showActions':!![]};case _0x437f99['QrHYV']:return{'title':_0x437f99['FPKIz'],'message':_0x437f99[_0x59da(0x40)],'type':_0x437f99['uOslh'],'showActions':![]};default:return{'title':_0x437f99['hpjOp'],'message':_0x437f99[_0x59da(0x41)],'type':_0x437f99['uOslh'],'showActions':![]};}},_0x22147a=_0x437f99[_0x59da(0x27)](_0x39e875);return React[_0x59da(0x63)](View,{'style':styles[_0x59da(0x64)]},React[_0x59da(0x63)](View,{'style':styles[_0x59da(0x65)]},React[_0x59da(0x63)](View,{'style':styles[_0x59da(0x66)]},_0x2b2980&&React[_0x59da(0x63)](TouchableOpacity,{'style':styles[_0x59da(0x67)],'onPress':_0x2b2980},React[_0x59da(0x63)](Text,{'style':{'fontSize':0x18}},'←')),React['createElement'](Text,{'style':styles['title']},_0x437f99[_0x59da(0x68)])),React[_0x59da(0x63)](Text,{'style':styles['subtitle']},'A\x20PIN\x20so\x20only\x20you\x20have\x20access\x20to\x20your\x20data'),showBackgroundProgress&&_0x35c33c&&React['createElement'](View,{'style':styles[_0x59da(0x69)]},React['createElement'](Text,{'style':styles['backgroundProgressText']},backgroundProgressText),React[_0x59da(0x63)](View,{'style':styles[_0x59da(0x6a)]},React[_0x59da(0x63)](ActivityIndicator,{'size':_0x437f99['vZAkc'],'color':_0x437f99[_0x59da(0x6b)]}))),React['createElement'](View,{'style':styles[_0x59da(0x6c)]},React[_0x59da(0x63)](TextInput,{'style':styles[_0x59da(0x6d)],'value':_0x5c5900,'onChangeText':_0x31078b,'secureTextEntry':!_0xb3f35e,'placeholder':_0x59da(0x6e),'keyboardType':_0x437f99[_0x59da(0x24)],'maxLength':0x14,'autoCapitalize':_0x59da(0x6f),'autoCorrect':![],'returnKeyType':_0x437f99[_0x59da(0x70)],'onSubmitEditing':()=>Keyboard['dismiss']()}),React[_0x59da(0x63)](TouchableOpacity,{'style':styles[_0x59da(0x71)],'onPress':()=>_0x3df50a(!_0xb3f35e)},React[_0x59da(0x63)](Text,null,_0xb3f35e?_0x437f99[_0x59da(0x72)]:_0x59da(0x73))))),_0x3898b0&&React[_0x59da(0x63)](Text,{'style':styles[_0x59da(0xc)]},_0x3898b0),React[_0x59da(0x63)](View,{'style':styles[_0x59da(0x74)]},React[_0x59da(0x63)](Text,{'style':styles[_0x59da(0x75)]},_0x437f99[_0x59da(0x76)]),React['createElement'](Text,{'style':[styles['requirement'],_0x5c5900['length']>=minLength&&styles[_0x59da(0x77)]]},_0x437f99[_0x59da(0x78)],minLength,_0x437f99[_0x59da(0x79)]),requireSpecialChar&&React[_0x59da(0x63)](Text,{'style':[styles[_0x59da(0x7a)],/[!@#$%^&*(),.?":{}|<>]/[_0x59da(0x33)](_0x5c5900)&&styles[_0x59da(0x77)]]},_0x437f99['PIaci']),requireNumber&&React[_0x59da(0x63)](Text,{'style':[styles[_0x59da(0x7a)],/\d/[_0x59da(0x33)](_0x5c5900)&&styles['requirementMet']]},_0x437f99['InWYN'])),React[_0x59da(0x63)](View,{'style':[styles[_0x59da(0x7b)],_0x437f99['RDeMM'](_0x22147a['type'],_0x59da(0xf))&&styles[_0x59da(0x7c)],_0x437f99[_0x59da(0x7d)](_0x22147a['type'],_0x59da(0xa))&&styles[_0x59da(0x7e)],_0x437f99['RDeMM'](_0x22147a[_0x59da(0x7f)],_0x437f99['jLzhM'])&&styles['infoContainerError']]},React[_0x59da(0x63)](Text,{'style':[styles[_0x59da(0x80)],_0x437f99['gQXDi'](_0x22147a['type'],_0x437f99[_0x59da(0x81)])&&styles[_0x59da(0x82)],_0x22147a[_0x59da(0x7f)]===_0x437f99[_0x59da(0x3b)]&&styles[_0x59da(0x83)],_0x437f99[_0x59da(0x84)](_0x22147a[_0x59da(0x7f)],_0x437f99['jLzhM'])&&styles[_0x59da(0x85)]]},_0x22147a['title']),React['createElement'](Text,{'style':[styles[_0x59da(0x86)],_0x437f99[_0x59da(0x87)](_0x22147a['type'],_0x59da(0xf))&&styles[_0x59da(0x88)],_0x437f99[_0x59da(0x87)](_0x22147a[_0x59da(0x7f)],_0x437f99['fuXqx'])&&styles[_0x59da(0x89)],_0x437f99[_0x59da(0x8a)](_0x22147a[_0x59da(0x7f)],_0x59da(0xc))&&styles['infoMessageError']]},_0x22147a[_0x59da(0x8b)]),_0x22147a[_0x59da(0x8c)]&&React[_0x59da(0x63)](View,{'style':styles[_0x59da(0x8d)]},React[_0x59da(0x63)](TouchableOpacity,{'style':styles[_0x59da(0x8e)],'onPress':_0x4797c0},React[_0x59da(0x63)](Text,{'style':styles['infoActionButtonText']},_0x437f99[_0x59da(0x8f)])),React[_0x59da(0x63)](TouchableOpacity,{'style':[styles[_0x59da(0x8e)],styles['infoActionButtonSecondary']],'onPress':_0x233e81},React[_0x59da(0x63)](Text,{'style':[styles[_0x59da(0x90)],styles[_0x59da(0x91)]]},_0x437f99[_0x59da(0x92)])))),React[_0x59da(0x63)](View,{'style':styles[_0x59da(0x93)]},_0x2b2980&&React['createElement'](TouchableOpacity,{'style':styles[_0x59da(0x94)],'onPress':_0x2b2980},React['createElement'](Text,{'style':styles[_0x59da(0x95)]},_0x437f99['GxYwp'])),React[_0x59da(0x63)](TouchableOpacity,{'style':[styles['submitButton'],(_0x437f99[_0x59da(0x96)](!_0x5c5900,_0x25b686)||_0x437f99[_0x59da(0x25)](_0x30e3dd,_0x5c5900))&&styles[_0x59da(0x97)]],'onPress':_0x143597,'disabled':!_0x5c5900||_0x25b686||!!_0x437f99[_0x59da(0x98)](_0x30e3dd,_0x5c5900)},React['createElement'](Text,{'style':styles['submitButtonText']},_0x25b686?_0x437f99['FPKIz']:_0x437f99[_0x59da(0x99)]))));};function _0x59da(_0x462fa1,_0x59da75){_0x462fa1=_0x462fa1-0x0;const _0x148356=_0x462f();let _0x1a1064=_0x148356[_0x462fa1];return _0x1a1064;}const styles=StyleSheet[_0x59da(0x9a)]({'container':{'flex':0x1,'padding':0x10,'width':width,'backgroundColor':_0x59da(0x9b),'justifyContent':_0x59da(0x9c)},'inputSection':{'width':'100%','marginTop':0x0,'paddingTop':0x0},'header':{'flexDirection':_0x59da(0x9d),'alignItems':_0x59da(0x9e),'justifyContent':_0x59da(0x9f),'marginBottom':0x10,'paddingVertical':0x8},'backButton':{'padding':0x8},'title':{'fontSize':0x14,'fontWeight':_0x59da(0xa0),'color':_0x59da(0xa1),'textAlign':_0x59da(0x9e),'flex':0x1,'marginBottom':0x8},'subtitle':{'fontSize':0xe,'color':_0x59da(0xa2),'marginBottom':0x18,'textAlign':_0x59da(0x9e)},'inputContainer':{'flexDirection':_0x59da(0x9d),'alignItems':_0x59da(0x9e),'borderWidth':0x1,'borderColor':'#CCCCCC','borderRadius':0x8,'marginBottom':0x10},'input':{'flex':0x1,'padding':0xc,'fontSize':0x10},'visibilityButton':{'padding':0xc},'infoContainer':{'padding':0x10,'borderRadius':0xc,'marginBottom':0x10,'borderWidth':0x1},'infoContainerInfo':{'backgroundColor':_0x59da(0xa3),'borderColor':_0x59da(0xa4)},'infoContainerWarning':{'backgroundColor':'#FFF3E0','borderColor':_0x59da(0xa5)},'infoContainerError':{'backgroundColor':_0x59da(0xa6),'borderColor':_0x59da(0xa7)},'infoTitle':{'fontSize':0x10,'fontWeight':_0x59da(0xa0),'marginBottom':0x8},'infoTitleInfo':{'color':_0x59da(0xa8)},'infoTitleWarning':{'color':_0x59da(0xa9)},'infoTitleError':{'color':_0x59da(0xaa)},'infoMessage':{'fontSize':0xe,'lineHeight':0x14,'marginBottom':0xc},'infoMessageInfo':{'color':_0x59da(0xab)},'infoMessageWarning':{'color':_0x59da(0xac)},'infoMessageError':{'color':_0x59da(0xad)},'infoActions':{'flexDirection':'row','justifyContent':'space-between','marginTop':0x8},'infoActionButton':{'flex':0x1,'paddingVertical':0xa,'paddingHorizontal':0x10,'borderRadius':0x8,'backgroundColor':_0x59da(0x1a),'marginHorizontal':0x4,'alignItems':_0x59da(0x9e)},'infoActionButtonSecondary':{'backgroundColor':'transparent','borderWidth':0x1,'borderColor':_0x59da(0x1a)},'infoActionButtonText':{'color':_0x59da(0x9b),'fontSize':0xe,'fontWeight':_0x59da(0xa0)},'infoActionButtonSecondaryText':{'color':_0x59da(0x1a)},'error':{'color':_0x59da(0xae),'marginBottom':0x10},'requirements':{'marginBottom':0x18},'requirementTitle':{'fontSize':0xe,'fontWeight':_0x59da(0xa0),'marginBottom':0x8,'color':_0x59da(0xa1)},'requirement':{'fontSize':0xe,'color':'#666','marginBottom':0x4},'requirementMet':{'color':'#34C759'},'footer':{'flexDirection':'row','alignItems':'center','justifyContent':_0x59da(0x9f),'marginTop':0x18,'borderTopWidth':0x1,'borderTopColor':_0x59da(0xaf),'paddingTop':0x10},'cancelButton':{'paddingVertical':0x8,'paddingHorizontal':0x10},'cancelButtonText':{'color':_0x59da(0xa2),'fontSize':0x10},'submitButton':{'paddingVertical':0x10,'paddingHorizontal':0x20,'borderRadius':0x10,'backgroundColor':_0x59da(0xb0),'alignItems':_0x59da(0x9e)},'submitButtonDisabled':{'opacity':0.5},'submitButtonText':{'color':'#fff','fontSize':0x10,'fontWeight':'600'},'backgroundProgressContainer':{'flexDirection':'row','alignItems':'center','justifyContent':_0x59da(0x9e),'marginBottom':0x10},'backgroundProgressText':{'fontSize':0xe,'color':'#666','marginRight':0xa},'backgroundProgressIndicator':{'padding':0x5}});
|
|
1
|
+
function _0x1f09(){const _0x5c4393=['get','window','Training\x20is\x20starting\x20in\x20the\x20background...','PIN\x20must\x20include\x20a\x20special\x20character','PIN\x20must\x20include\x20a\x20number','WqBBs','ZHEtN','biometric-failed','bMqUa','spypp','sxoGG','ACGta','ytZeN','biometric-unavailable','ryIGI','storage-error','lavps','pFcAn','default','seNeC','Biometric\x20Authentication\x20Not\x20Available','This\x20device\x20does\x20not\x20support\x20Face\x20ID\x20or\x20Touch\x20ID.\x20Please\x20enable\x20biometric\x20authentication\x20in\x20your\x20device\x20settings\x20to\x20secure\x20your\x20PIN.','warning','Biometric\x20Authentication\x20Failed','Biometric\x20authentication\x20was\x20cancelled\x20or\x20failed.\x20Your\x20PIN\x20needs\x20to\x20be\x20secured\x20with\x20biometric\x20authentication\x20to\x20proceed.','Storage\x20Error','error','Authenticating...','Secure\x20PIN\x20Storage','Your\x20PIN\x20will\x20be\x20securely\x20stored\x20locally\x20on\x20your\x20device\x20using\x20biometric\x20authentication\x20(Face\x20ID\x20or\x20Touch\x20ID)\x20for\x20enhanced\x20security.','done','PIN\x20Requirements:','•\x20At\x20least\x20','Continue\x20Without\x20Biometric','KqzaX','xqAMi','kLhHE','rZMMG','VprTQ','OyMAR','YtKmB','log','EQuiQ','catch','CmHeb','GFjbY','QMtHg','length','PIN\x20must\x20be\x20at\x20least\x20','test','FXESo','HEroA','OLuNL','vzRRf','\x20characters','warn','JPHke','ytHCZ','dHrDR','dfyTL','eDtxJ','XEeFG','RajZo','ypiMl','bNgoi','authenticating','ktWQB','NflCl','DnOrN','DbTCS','IueiW','isBiometricAvailable','ycgpr','storePinWithBiometric','isPinStored','EwzXB','PQXAa','NOgeE','Zpkyp','NgDzE','GEtAp','qrbpR','kFRjI','CIWLc','DlaDf','kHwXA','lkRRP','KKIYq','aMmWA','wRKUX','An\x20error\x20occurred\x20while\x20securing\x20your\x20PIN.\x20Would\x20you\x20like\x20to\x20try\x20again?','JevEs','EpXtp','WrmXI','eaFiW','createElement','inputSection','backButton','Create\x20a\x20PIN','subtitle','A\x20PIN\x20so\x20only\x20you\x20have\x20access\x20to\x20your\x20data','backgroundProgressContainer','backgroundProgressText','backgroundProgressIndicator','small','inputContainer','input','aIKbN','SDZEI','iuUMz','dismiss','👁️🗨️','requirements','requirementTitle','ryKts','requirement','•\x20Include\x20a\x20special\x20character','requirementMet','mRmfd','GBVQg','type','infoContainerInfo','Vcrij','infoContainerWarning','eQVKx','infoTitle','rkbOG','infoTitleInfo','infoMessageInfo','iZral','infoMessageError','showActions','infoActions','infoActionButtonText','infoActionButton','infoActionButtonSecondaryText','dlZKN','cancelButton','Back','submitButton','OFYMl','kHlFg','submitButtonDisabled','CwpnC','submitButtonText','hvARo','JuILf','create','#fff','flex-start','row','center','space-between','#333','#666','#CCCCCC','#E3F2FD','#2196F3','#FF9800','#FFEBEE','#F44336','#1976D2','#F57C00','#D32F2F','#1565C0','#E65100','#C62828','#007AFF','600','#FF3B30','#34C759'];_0x1f09=function(){return _0x5c4393;};return _0x1f09();}import React,{useState,useCallback}from'react';import{View,Text,StyleSheet,TextInput,TouchableOpacity,Dimensions,Keyboard,ActivityIndicator}from'react-native';import{biometricPinService}from'../services/biometricPinService';const {width}=Dimensions[_0x32ca(0x0)](_0x32ca(0x1));export const PinInput=({onSubmit:_0x48e741,minLength:minLength=0x8,requireSpecialChar:requireSpecialChar=!![],requireNumber:requireNumber=!![],onBack:_0x20c7e9,enableBiometricStorage:enableBiometricStorage=!![],onBackgroundTrainingStart:_0x4f53da,showBackgroundProgress:showBackgroundProgress=![],backgroundProgressText:backgroundProgressText=_0x32ca(0x2)})=>{const _0x388792={'ytHCZ':_0x32ca(0x3),'OyMAR':_0x32ca(0x4),'xePbv':_0x32ca(0x5),'YtKmB':_0x32ca(0x6),'RajZo':function(_0x13ddb3,_0x546b0c){return _0x13ddb3(_0x546b0c);},'EQuiQ':function(_0x47f77a){return _0x47f77a();},'JPHke':_0x32ca(0x7),'zzruR':function(_0x143616,_0x5f10b8){return _0x143616(_0x5f10b8);},'dHrDR':function(_0x431d55,_0x47a0b1){return _0x431d55&&_0x47a0b1;},'ypiMl':function(_0x1a387b,_0x4d8994){return _0x1a387b(_0x4d8994);},'ePWsy':function(_0x2d2f33,_0x306044){return _0x2d2f33<_0x306044;},'OLuNL':function(_0x4335e1,_0x51e2f1){return _0x4335e1!==_0x51e2f1;},'vzRRf':_0x32ca(0x8),'bvTnk':_0x32ca(0x9),'EwzXB':function(_0x1a33cb,_0x69e1bd){return _0x1a33cb===_0x69e1bd;},'mJNMS':'MmNeb','mgTne':_0x32ca(0xa),'GEtAp':function(_0x37f0c6,_0x10c982){return _0x37f0c6(_0x10c982);},'VprTQ':function(_0x1e155d,_0x3c2884){return _0x1e155d(_0x3c2884);},'eDtxJ':function(_0x377f68,_0xf1d3bd){return _0x377f68===_0xf1d3bd;},'tMdRl':_0x32ca(0xb),'XEeFG':'romwC','bNgoi':function(_0x1123be,_0x17a5bc){return _0x1123be(_0x17a5bc);},'ktWQB':function(_0x57b52b,_0x50c7e9){return _0x57b52b!==_0x50c7e9;},'NflCl':_0x32ca(0xc),'ycgpr':_0x32ca(0xd),'GBPXK':function(_0x57dfc6,_0x507c00){return _0x57dfc6(_0x507c00);},'PQXAa':_0x32ca(0xe),'NOgeE':function(_0x5d86bf,_0x59f81a){return _0x5d86bf(_0x59f81a);},'Zpkyp':_0x32ca(0xf),'xqAMi':function(_0x4503e3,_0x593699){return _0x4503e3(_0x593699);},'kFRjI':function(_0x3405d1,_0x4e8d4f){return _0x3405d1(_0x4e8d4f);},'dhHdE':_0x32ca(0x10),'NgDzE':_0x32ca(0x11),'inxRt':function(_0x44bd44,_0x57b8da){return _0x44bd44(_0x57b8da);},'kHlFg':function(_0x5733f7,_0x327169){return _0x5733f7(_0x327169);},'rZMMG':_0x32ca(0x12),'CIWLc':function(_0xa7f48e,_0x2daa3c){return _0xa7f48e(_0x2daa3c);},'DlaDf':function(_0x321b50){return _0x321b50();},'OceQv':_0x32ca(0x13),'lkRRP':_0x32ca(0x14),'VaGin':_0x32ca(0x15),'Vcrij':_0x32ca(0x16),'KKIYq':_0x32ca(0x17),'aMmWA':_0x32ca(0x18),'wRKUX':_0x32ca(0x19),'JevEs':_0x32ca(0x1a),'hvARo':_0x32ca(0x1b),'EpXtp':'Please\x20complete\x20biometric\x20authentication\x20to\x20secure\x20your\x20PIN.','WrmXI':'info','eaFiW':_0x32ca(0x1c),'gqetS':_0x32ca(0x1d),'KqzaX':function(_0x5c7254,_0x2daa5c){return _0x5c7254(_0x2daa5c);},'kLhHE':function(_0xa8c4a3,_0x313f7d){return _0xa8c4a3(_0x313f7d);},'dqhvQ':function(_0xb9c8d0,_0x454063){return _0xb9c8d0(_0x454063);},'dfyTL':function(_0x45187e,_0x3aa119,_0x2b0028){return _0x45187e(_0x3aa119,_0x2b0028);},'qrbpR':function(_0x531434,_0xdd78e7,_0x221418){return _0x531434(_0xdd78e7,_0x221418);},'xJxOt':'#007AFF','aIKbN':'e.g.\x20MyPin123!','SDZEI':'none','iuUMz':_0x32ca(0x1e),'ioYWF':'👁️','ARSgl':_0x32ca(0x1f),'ILMhW':function(_0x50d0ee,_0x35a7de){return _0x50d0ee>=_0x35a7de;},'ryKts':_0x32ca(0x20),'mRmfd':'•\x20Include\x20a\x20number','GBVQg':function(_0x53d0b3,_0x19a88c){return _0x53d0b3===_0x19a88c;},'eQVKx':function(_0x2cb729,_0x3530cb){return _0x2cb729===_0x3530cb;},'rkbOG':function(_0x2e3994,_0x113b9b){return _0x2e3994===_0x113b9b;},'iZral':function(_0x50d208,_0x5b3a9c){return _0x50d208===_0x5b3a9c;},'dlZKN':_0x32ca(0x21),'OFYMl':function(_0x391bf6,_0x34dbdf){return _0x391bf6||_0x34dbdf;},'gCLaw':function(_0x4a490d,_0x51c235){return _0x4a490d||_0x51c235;},'CwpnC':function(_0x4a68d3,_0x573b6c){return _0x4a68d3(_0x573b6c);},'JuILf':'Continue'},[_0xee5e9b,_0x55f1b8]=_0x388792[_0x32ca(0x22)](useState,''),[_0xea2222,_0x48a2fe]=_0x388792[_0x32ca(0x23)](useState,null),[_0x5b5074,_0x347a66]=_0x388792[_0x32ca(0x24)](useState,![]),[_0x1b62cb,_0x2b6431]=useState(![]),[_0x34156b,_0x187f44]=_0x388792['dqhvQ'](useState,_0x388792[_0x32ca(0x25)]),[_0x76561,_0x393cc0]=_0x388792[_0x32ca(0x26)](useState,![]);React['useEffect'](()=>{const _0x52c33d={'FXESo':_0x388792['ytHCZ'],'HEroA':_0x388792[_0x32ca(0x27)],'CmHeb':function(_0x249ebf,_0x5ad17e){return _0x249ebf===_0x5ad17e;},'GFjbY':_0x388792['xePbv'],'QMtHg':_0x388792[_0x32ca(0x28)]};_0x4f53da&&!_0x76561&&showBackgroundProgress&&(console[_0x32ca(0x29)]('\uD83D\uDE80 [PIN INPUT] Background training explicitly requested...'),_0x388792['RajZo'](_0x393cc0,!![]),_0x388792[_0x32ca(0x2a)](_0x4f53da)[_0x32ca(0x2b)](_0x59ec93=>{if(_0x52c33d[_0x32ca(0x2c)](_0x52c33d[_0x32ca(0x2d)],_0x52c33d[_0x32ca(0x2e)])){if(_0x109a21[_0x32ca(0x2f)]<_0x4b353f)return _0x32ca(0x30)+_0x2a7976+'\x20characters';if(_0x5f3695&&!/[!@#$%^&*(),.?":{}|<>]/[_0x32ca(0x31)](_0x1331be))return _0x52c33d[_0x32ca(0x32)];if(_0xe19271&&!/\d/['test'](_0x30ba6c))return _0x52c33d[_0x32ca(0x33)];return null;}else console[_0x32ca(0x1a)]('\u274C [PIN INPUT] Background training failed:',_0x59ec93),_0x393cc0(![]);}));},[_0x4f53da,_0x76561,showBackgroundProgress]);const _0x34add4=useCallback(_0x4c3454=>{if(_0x388792['ePWsy'](_0x4c3454[_0x32ca(0x2f)],minLength)){if(_0x388792[_0x32ca(0x34)](_0x388792[_0x32ca(0x35)],_0x388792['bvTnk']))return'PIN\x20must\x20be\x20at\x20least\x20'+minLength+_0x32ca(0x36);else _0x22946c[_0x32ca(0x37)]('\u26A0️ [PIN INPUT] Biometric authentication failed or was cancelled'),_0x388792['RajZo'](_0xfcb9cb,_0x388792[_0x32ca(0x38)]),_0x388792['zzruR'](_0x197b35,![]);}if(requireSpecialChar&&!/[!@#$%^&*(),.?":{}|<>]/[_0x32ca(0x31)](_0x4c3454))return _0x388792[_0x32ca(0x39)];if(requireNumber&&!/\d/['test'](_0x4c3454)){if(_0x388792['EwzXB'](_0x388792['mJNMS'],_0x388792['mgTne']))_0x388792[_0x32ca(0x3a)](_0x200471,!_0x433931)&&_0x16eea9&&(_0x18e467[_0x32ca(0x29)]('\uD83D\uDE80 [PIN INPUT] Background training explicitly requested...'),_0x388792['ypiMl'](_0x5aed84,!![]),_0x388792['EQuiQ'](_0x283043)['catch'](_0x2b1018=>{_0x51168b[_0x32ca(0x1a)]('\u274C [PIN INPUT] Background training failed:',_0x2b1018),_0x4bb9f2(![]);}));else return _0x32ca(0x4);}return null;},[minLength,requireSpecialChar,requireNumber]),_0x466ddc=_0x388792[_0x32ca(0x3b)](useCallback,async()=>{const _0x55cf4c={'yLlML':_0x388792[_0x32ca(0x27)],'DnOrN':function(_0x481385,_0x4de8ef){return _0x481385(_0x4de8ef);},'DbTCS':function(_0x2a43ba){return _0x2a43ba();}};if(_0x388792[_0x32ca(0x3c)](_0x388792['tMdRl'],_0x388792[_0x32ca(0x3d)]))return _0x55cf4c['yLlML'];else{console[_0x32ca(0x29)]('\uD83D\uDD0D [PIN INPUT] handleSubmit called with PIN length:',_0xee5e9b[_0x32ca(0x2f)]);const _0x529c68=_0x388792[_0x32ca(0x3e)](_0x34add4,_0xee5e9b);if(_0x529c68){console['log']('\u274C [PIN INPUT] Validation failed:',_0x529c68),_0x388792[_0x32ca(0x3f)](_0x48a2fe,_0x529c68);return;}console['log']('\u2705 [PIN INPUT] PIN validation passed');if(enableBiometricStorage){console[_0x32ca(0x29)]('\uD83D\uDD10 [PIN INPUT] Biometric storage enabled, starting biometric flow...'),_0x388792['ypiMl'](_0x2b6431,!![]),_0x388792[_0x32ca(0x40)](_0x187f44,_0x32ca(0x41));try{if(_0x388792[_0x32ca(0x42)](_0x388792[_0x32ca(0x43)],_0x388792[_0x32ca(0x43)])){const _0x30a2c6={'IueiW':function(_0x39570c,_0xe287e6){return _0x55cf4c[_0x32ca(0x44)](_0x39570c,_0xe287e6);}};_0x21233d[_0x32ca(0x29)]('\uD83D\uDE80 [PIN INPUT] Background training explicitly requested...'),_0x55cf4c[_0x32ca(0x44)](_0x1ab79d,!![]),_0x55cf4c[_0x32ca(0x45)](_0x2af518)[_0x32ca(0x2b)](_0x2b4979=>{_0x180090['error']('\u274C [PIN INPUT] Background training failed:',_0x2b4979),_0x30a2c6[_0x32ca(0x46)](_0x3b96e4,![]);});}else{const _0x497b16=await biometricPinService[_0x32ca(0x47)]();console['log']('\uD83D\uDCF1 [PIN INPUT] Biometric available:',_0x497b16);if(!_0x497b16){console['error']('\u274C [PIN INPUT] Face ID not available on this device'),_0x388792[_0x32ca(0x26)](_0x187f44,_0x388792[_0x32ca(0x48)]),_0x388792['GBPXK'](_0x2b6431,![]);return;}console[_0x32ca(0x29)]('\uD83D\uDD10 [PIN INPUT] Triggering biometric authentication for PIN storage...');const _0x282340=await biometricPinService[_0x32ca(0x49)](_0xee5e9b);if(_0x282340){console[_0x32ca(0x29)]('\u2705 [PIN INPUT] PIN stored successfully with biometric protection');const _0x87ea32=await biometricPinService[_0x32ca(0x4a)]();_0x87ea32?_0x388792[_0x32ca(0x4b)](_0x388792[_0x32ca(0x4c)],_0x32ca(0xe))?(console['log']('\u2705 [PIN INPUT] PIN storage verified - proceeding with onboarding'),_0x388792[_0x32ca(0x4d)](_0x48e741,_0xee5e9b)):(_0x41d96a[_0x32ca(0x29)]('\uD83D\uDD10 [PIN INPUT] Biometric storage disabled, proceeding normally'),_0x55cf4c[_0x32ca(0x44)](_0x384279,_0x2aa177)):(console[_0x32ca(0x1a)]('\u274C [PIN INPUT] PIN storage verification failed'),_0x388792[_0x32ca(0x26)](_0x187f44,_0x388792[_0x32ca(0x4e)]),_0x388792[_0x32ca(0x23)](_0x2b6431,![]));}else console[_0x32ca(0x37)]('\u26A0️ [PIN INPUT] Biometric authentication failed or was cancelled'),_0x388792['kFRjI'](_0x187f44,_0x388792['JPHke']),_0x388792[_0x32ca(0x3e)](_0x2b6431,![]);}}catch(_0x438fe7){console['error']('\u274C [PIN INPUT] Error handling biometric PIN storage:',_0x438fe7),_0x187f44(_0x32ca(0xf)),_0x388792[_0x32ca(0x3e)](_0x2b6431,![]);}}else{if(_0x388792['dhHdE']===_0x388792[_0x32ca(0x4f)]){_0x178d67[_0x32ca(0x1a)]('\u274C [PIN INPUT] Face ID not available on this device'),_0x388792[_0x32ca(0x50)](_0x4282a6,_0x32ca(0xd)),_0x388792['VprTQ'](_0xf04643,![]);return;}else console['log']('\uD83D\uDD10 [PIN INPUT] Biometric storage disabled, proceeding normally'),_0x48e741(_0xee5e9b);}}},[_0xee5e9b,_0x34add4,_0x48e741,enableBiometricStorage]),_0x25263c=_0x388792[_0x32ca(0x51)](useCallback,_0x335078=>{_0x388792['inxRt'](_0x55f1b8,_0x335078),_0x388792['kHlFg'](_0x48a2fe,null),_0x388792[_0x32ca(0x40)](_0x187f44,_0x388792[_0x32ca(0x25)]),console[_0x32ca(0x29)]('\uD83D\uDD0D [PIN INPUT] PIN changed:',{'length':_0x335078[_0x32ca(0x2f)],'hasSpecialChar':/[!@#$%^&*(),.?":{}|<>]/['test'](_0x335078),'hasNumber':/\d/[_0x32ca(0x31)](_0x335078),'isValid':!_0x388792[_0x32ca(0x52)](_0x34add4,_0x335078)});},[_0x34add4]),_0x5014d0=_0x388792[_0x32ca(0x51)](useCallback,()=>{console['warn']('\u26A0️ [PIN INPUT] User chose to continue without biometric security'),_0x48e741(_0xee5e9b);},[_0xee5e9b,_0x48e741]),_0xebf085=useCallback(()=>{_0x388792[_0x32ca(0x53)](_0x187f44,_0x388792[_0x32ca(0x25)]),_0x388792[_0x32ca(0x54)](_0x466ddc);},[_0x466ddc]),_0x34ab4b=()=>{if(_0x32ca(0x55)===_0x388792['OceQv'])return _0x32ca(0x30)+_0x4cdbda+_0x32ca(0x36);else switch(_0x34156b){case _0x388792[_0x32ca(0x48)]:return{'title':_0x388792[_0x32ca(0x56)],'message':_0x388792['VaGin'],'type':_0x388792['Vcrij'],'showActions':!![]};case _0x388792[_0x32ca(0x38)]:return{'title':_0x388792[_0x32ca(0x57)],'message':_0x388792[_0x32ca(0x58)],'type':_0x32ca(0x16),'showActions':!![]};case _0x388792['Zpkyp']:return{'title':_0x388792[_0x32ca(0x59)],'message':_0x32ca(0x5a),'type':_0x388792[_0x32ca(0x5b)],'showActions':!![]};case _0x32ca(0x41):return{'title':_0x388792['hvARo'],'message':_0x388792[_0x32ca(0x5c)],'type':_0x388792[_0x32ca(0x5d)],'showActions':![]};default:return{'title':_0x388792[_0x32ca(0x5e)],'message':_0x388792['gqetS'],'type':'info','showActions':![]};}},_0x541371=_0x34ab4b();return React[_0x32ca(0x5f)](View,{'style':styles['container']},React['createElement'](View,{'style':styles[_0x32ca(0x60)]},React['createElement'](View,{'style':styles['header']},_0x20c7e9&&React[_0x32ca(0x5f)](TouchableOpacity,{'style':styles[_0x32ca(0x61)],'onPress':_0x20c7e9},React[_0x32ca(0x5f)](Text,{'style':{'fontSize':0x18}},'←')),React[_0x32ca(0x5f)](Text,{'style':styles['title']},_0x32ca(0x62))),React['createElement'](Text,{'style':styles[_0x32ca(0x63)]},_0x32ca(0x64)),_0x388792[_0x32ca(0x3a)](showBackgroundProgress,_0x76561)&&React['createElement'](View,{'style':styles[_0x32ca(0x65)]},React[_0x32ca(0x5f)](Text,{'style':styles[_0x32ca(0x66)]},backgroundProgressText),React[_0x32ca(0x5f)](View,{'style':styles[_0x32ca(0x67)]},React[_0x32ca(0x5f)](ActivityIndicator,{'size':_0x32ca(0x68),'color':_0x388792['xJxOt']}))),React[_0x32ca(0x5f)](View,{'style':styles[_0x32ca(0x69)]},React[_0x32ca(0x5f)](TextInput,{'style':styles[_0x32ca(0x6a)],'value':_0xee5e9b,'onChangeText':_0x25263c,'secureTextEntry':!_0x5b5074,'placeholder':_0x388792[_0x32ca(0x6b)],'keyboardType':_0x388792[_0x32ca(0x25)],'maxLength':0x14,'autoCapitalize':_0x388792[_0x32ca(0x6c)],'autoCorrect':![],'returnKeyType':_0x388792[_0x32ca(0x6d)],'onSubmitEditing':()=>Keyboard[_0x32ca(0x6e)]()}),React[_0x32ca(0x5f)](TouchableOpacity,{'style':styles['visibilityButton'],'onPress':()=>_0x347a66(!_0x5b5074)},React[_0x32ca(0x5f)](Text,null,_0x5b5074?_0x388792['ioYWF']:_0x32ca(0x6f))))),_0xea2222&&React['createElement'](Text,{'style':styles['error']},_0xea2222),React[_0x32ca(0x5f)](View,{'style':styles[_0x32ca(0x70)]},React[_0x32ca(0x5f)](Text,{'style':styles[_0x32ca(0x71)]},_0x388792['ARSgl']),React[_0x32ca(0x5f)](Text,{'style':[styles['requirement'],_0x388792['ILMhW'](_0xee5e9b[_0x32ca(0x2f)],minLength)&&styles['requirementMet']]},_0x388792[_0x32ca(0x72)],minLength,_0x32ca(0x36)),requireSpecialChar&&React['createElement'](Text,{'style':[styles[_0x32ca(0x73)],/[!@#$%^&*(),.?":{}|<>]/['test'](_0xee5e9b)&&styles['requirementMet']]},_0x32ca(0x74)),requireNumber&&React[_0x32ca(0x5f)](Text,{'style':[styles[_0x32ca(0x73)],/\d/['test'](_0xee5e9b)&&styles[_0x32ca(0x75)]]},_0x388792[_0x32ca(0x76)])),React['createElement'](View,{'style':[styles['infoContainer'],_0x388792[_0x32ca(0x77)](_0x541371[_0x32ca(0x78)],_0x388792[_0x32ca(0x5d)])&&styles[_0x32ca(0x79)],_0x541371[_0x32ca(0x78)]===_0x388792[_0x32ca(0x7a)]&&styles[_0x32ca(0x7b)],_0x388792[_0x32ca(0x7c)](_0x541371[_0x32ca(0x78)],_0x388792[_0x32ca(0x5b)])&&styles['infoContainerError']]},React['createElement'](Text,{'style':[styles[_0x32ca(0x7d)],_0x388792[_0x32ca(0x7e)](_0x541371[_0x32ca(0x78)],'info')&&styles[_0x32ca(0x7f)],_0x388792['eQVKx'](_0x541371[_0x32ca(0x78)],_0x388792[_0x32ca(0x7a)])&&styles['infoTitleWarning'],_0x388792['EwzXB'](_0x541371[_0x32ca(0x78)],_0x388792['JevEs'])&&styles['infoTitleError']]},_0x541371['title']),React[_0x32ca(0x5f)](Text,{'style':[styles['infoMessage'],_0x388792[_0x32ca(0x7e)](_0x541371[_0x32ca(0x78)],_0x388792[_0x32ca(0x5d)])&&styles[_0x32ca(0x80)],_0x388792[_0x32ca(0x81)](_0x541371[_0x32ca(0x78)],_0x32ca(0x16))&&styles['infoMessageWarning'],_0x388792[_0x32ca(0x4b)](_0x541371[_0x32ca(0x78)],'error')&&styles[_0x32ca(0x82)]]},_0x541371['message']),_0x541371[_0x32ca(0x83)]&&React[_0x32ca(0x5f)](View,{'style':styles[_0x32ca(0x84)]},React[_0x32ca(0x5f)](TouchableOpacity,{'style':styles['infoActionButton'],'onPress':_0xebf085},React[_0x32ca(0x5f)](Text,{'style':styles[_0x32ca(0x85)]},'Try\x20Again')),React[_0x32ca(0x5f)](TouchableOpacity,{'style':[styles[_0x32ca(0x86)],styles['infoActionButtonSecondary']],'onPress':_0x5014d0},React[_0x32ca(0x5f)](Text,{'style':[styles[_0x32ca(0x85)],styles[_0x32ca(0x87)]]},_0x388792[_0x32ca(0x88)])))),React[_0x32ca(0x5f)](View,{'style':styles['footer']},_0x20c7e9&&React['createElement'](TouchableOpacity,{'style':styles[_0x32ca(0x89)],'onPress':_0x20c7e9},React[_0x32ca(0x5f)](Text,{'style':styles['cancelButtonText']},_0x32ca(0x8a))),React['createElement'](TouchableOpacity,{'style':[styles[_0x32ca(0x8b)],(_0x388792[_0x32ca(0x8c)](!_0xee5e9b,_0x1b62cb)||_0x388792[_0x32ca(0x8d)](_0x34add4,_0xee5e9b))&&styles[_0x32ca(0x8e)]],'onPress':_0x466ddc,'disabled':_0x388792['gCLaw'](!_0xee5e9b,_0x1b62cb)||!!_0x388792[_0x32ca(0x8f)](_0x34add4,_0xee5e9b)},React[_0x32ca(0x5f)](Text,{'style':styles[_0x32ca(0x90)]},_0x1b62cb?_0x388792[_0x32ca(0x91)]:_0x388792[_0x32ca(0x92)]))));};function _0x32ca(_0x1f098c,_0x32caef){_0x1f098c=_0x1f098c-0x0;const _0x28777e=_0x1f09();let _0x3a9ca4=_0x28777e[_0x1f098c];return _0x3a9ca4;}const styles=StyleSheet[_0x32ca(0x93)]({'container':{'flex':0x1,'padding':0x10,'width':width,'backgroundColor':_0x32ca(0x94),'justifyContent':_0x32ca(0x95)},'inputSection':{'width':'100%','marginTop':0x0,'paddingTop':0x0},'header':{'flexDirection':_0x32ca(0x96),'alignItems':_0x32ca(0x97),'justifyContent':_0x32ca(0x98),'marginBottom':0x10,'paddingVertical':0x8},'backButton':{'padding':0x8},'title':{'fontSize':0x14,'fontWeight':'600','color':_0x32ca(0x99),'textAlign':'center','flex':0x1,'marginBottom':0x8},'subtitle':{'fontSize':0xe,'color':_0x32ca(0x9a),'marginBottom':0x18,'textAlign':'center'},'inputContainer':{'flexDirection':'row','alignItems':_0x32ca(0x97),'borderWidth':0x1,'borderColor':_0x32ca(0x9b),'borderRadius':0x8,'marginBottom':0x10},'input':{'flex':0x1,'padding':0xc,'fontSize':0x10},'visibilityButton':{'padding':0xc},'infoContainer':{'padding':0x10,'borderRadius':0xc,'marginBottom':0x10,'borderWidth':0x1},'infoContainerInfo':{'backgroundColor':_0x32ca(0x9c),'borderColor':_0x32ca(0x9d)},'infoContainerWarning':{'backgroundColor':'#FFF3E0','borderColor':_0x32ca(0x9e)},'infoContainerError':{'backgroundColor':_0x32ca(0x9f),'borderColor':_0x32ca(0xa0)},'infoTitle':{'fontSize':0x10,'fontWeight':'600','marginBottom':0x8},'infoTitleInfo':{'color':_0x32ca(0xa1)},'infoTitleWarning':{'color':_0x32ca(0xa2)},'infoTitleError':{'color':_0x32ca(0xa3)},'infoMessage':{'fontSize':0xe,'lineHeight':0x14,'marginBottom':0xc},'infoMessageInfo':{'color':_0x32ca(0xa4)},'infoMessageWarning':{'color':_0x32ca(0xa5)},'infoMessageError':{'color':_0x32ca(0xa6)},'infoActions':{'flexDirection':_0x32ca(0x96),'justifyContent':_0x32ca(0x98),'marginTop':0x8},'infoActionButton':{'flex':0x1,'paddingVertical':0xa,'paddingHorizontal':0x10,'borderRadius':0x8,'backgroundColor':_0x32ca(0xa7),'marginHorizontal':0x4,'alignItems':_0x32ca(0x97)},'infoActionButtonSecondary':{'backgroundColor':'transparent','borderWidth':0x1,'borderColor':_0x32ca(0xa7)},'infoActionButtonText':{'color':_0x32ca(0x94),'fontSize':0xe,'fontWeight':_0x32ca(0xa8)},'infoActionButtonSecondaryText':{'color':_0x32ca(0xa7)},'error':{'color':_0x32ca(0xa9),'marginBottom':0x10},'requirements':{'marginBottom':0x18},'requirementTitle':{'fontSize':0xe,'fontWeight':'600','marginBottom':0x8,'color':_0x32ca(0x99)},'requirement':{'fontSize':0xe,'color':_0x32ca(0x9a),'marginBottom':0x4},'requirementMet':{'color':_0x32ca(0xaa)},'footer':{'flexDirection':_0x32ca(0x96),'alignItems':_0x32ca(0x97),'justifyContent':_0x32ca(0x98),'marginTop':0x18,'borderTopWidth':0x1,'borderTopColor':'#eee','paddingTop':0x10},'cancelButton':{'paddingVertical':0x8,'paddingHorizontal':0x10},'cancelButtonText':{'color':_0x32ca(0x9a),'fontSize':0x10},'submitButton':{'paddingVertical':0x10,'paddingHorizontal':0x20,'borderRadius':0x10,'backgroundColor':'#000000','alignItems':_0x32ca(0x97)},'submitButtonDisabled':{'opacity':0.5},'submitButtonText':{'color':_0x32ca(0x94),'fontSize':0x10,'fontWeight':'600'},'backgroundProgressContainer':{'flexDirection':'row','alignItems':_0x32ca(0x97),'justifyContent':_0x32ca(0x97),'marginBottom':0x10},'backgroundProgressText':{'fontSize':0xe,'color':'#666','marginRight':0xa},'backgroundProgressIndicator':{'padding':0x5}});
|
|
@@ -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 _0x1ae381 from'./PersonaImage';import _0x43e589 from'./PrimaryButton';import _0x11a48a from'./PersonalizationConsentScreen';import _0x3147b6 from'./PinCreationScreen';import _0x7b761c from'./PersonaLoadingScreen';function _0x4bac(){const _0xb37e5=['Never\x20again','daily','Once\x20a\x20day','weekly','Once\x20a\x20week','Once\x20every\x20two\x20weeks','nxdGQ','VojZd','SET\x20(','...)','NULL','🔄\x20[PLATFORMS]\x20Loading\x20connected\x20platforms\x20from\x20storage...','user_connected_platforms','platform_account_details','WPNYB','claude','grok','linkedin','eMNeg','❌\x20[PLATFORMS]\x20Error\x20loading\x20connected\x20platforms\x20from\x20storage:','XjraY','fxXQV','onairos_username','Error\x20initializing\x20username:','WzPDI','❌\x20[STORAGE]\x20Error\x20saving\x20to\x20user_connected_platforms:','sETVS','GFkuO','jBJnN','EggYC','FfQbA','HlzaT','KLlwY','https://www.linkedin.com/login','ZpDlf','aOOuv','GqbIV','Uwmiw','aItmQ','...','WTDta','PutDe','RUNWF','cNLKC','qsTFD','❌\x20[STORAGE]\x20Error\x20removing\x20from\x20user_connected_platforms:','aPhcM','VOHCO','RZCyz','FcEjU','uQJWT','aeSza','MNsCw','❌\x20[REFRESH]\x20Error\x20saving\x20refresh\x20frequency:','QTxUc','error','sitiq','oHmXZ','PAaMH','SVDLn','BJejw','AJWbz','uIVaV','connecting','Highly\x20Recommended','#10B981','chatgpt','contain','#9CA3AF','IZUul','PWQIs','Initializing...','YouTube','Use\x20your\x20watch\x20history,\x20likes,\x20and\x20subscriptions\x20to\x20enrich\x20your\x20model.','reddit','Reddit','Use\x20your\x20posts\x20and\x20comments\x20to\x20enrich\x20your\x20model.','Gmail','ChatGPT','gemini','Gemini','Use\x20your\x20Grok\x20conversations\x20from\x20X\x20to\x20enrich\x20your\x20model.','hUaGQ','More\x20connections,\x20smarter\x20personalization.','How\x20often\x20should\x20your\x20model\x20be\x20refreshed\x20with\x20platform\x20data?','View\x20Privacy\x20Policy\x20→','100%','Skip','Use\x20different\x20account','AnisJ','HpTeB','yFEdM','PLFZB','GPbin','IjmmK','OTDaf','CtZgS','RSaRz','CdJhY','WncWD','Value','current','KRHyU','jeEuk','nYzeH','mYHKS','IBNtR','QqLmb','uccQp','QEBIN','uVztd','aLJAv','lUPVU','length','VjUSi','EoyCn','forEach','VuUnY','XACIZ','timing','start','OsEdB','SUCCESS','vibrate','eUoYP','has','add','sghDz','PaxLv','qiEyh','enOyK','fCBLv','lOVed','hldxh','✅\x20[PLATFORMS]\x20Loaded\x20from\x20user_connected_platforms:','hvKuB','JiOGd','gOEYW','wQIGF','voTII','WLunF','tYXuL','NzcXq','RLZjS','MappS','ZwvII','cqinz','jQypL','📊\x20[STATE]\x20WebView\x20state\x20changed\x20-\x20showOAuthWebView:\x20',',\x20oauthUrl:\x20','Pqqon','xxXCU','substring','BWOWM','HbDCE','oFIbm','CkaJn','qXSXw','GJspx','DiXVd','UjGKR','disconnected','isArray','log','QwWwD','getItem','jUzwD','parse','pUdiD','ZACMb','platform','sFwLP','includes','push','ybJdg','map','mYvVH','toLowerCase','rIrRL','uAXNM','YkTzq','LJljA','@onairos:llm_connected:','connected','ShnNV','✅\x20[PLATFORMS]\x20Loaded\x20LLM\x20platform:\x20','czIIQ','iQCli','NoVVI','uDBtn','OSBPq','✅\x20[PLATFORMS]\x20Loaded\x20LinkedIn\x20connection','YwNxd','uwexl','BUTTON_PRESS','UuIug','from','ILJQW','uKJUb','xtZAZ','OTNyp','zreFP','VhBrA','iDQlw','split','oEtJv','name','user_','floor','setItem','YXKEd','createElement','mobile_user_','MjkNG','random','zoHeG','dWDMD','tJFAd','mbbad','loop','sequence','cbioO','JQSQk','sRznR','eBqCF','eubxm','ZTcGQ','pSbHS','jqIrt','nativeEvent','width','contentSize','jdRDS','GaRjX','ElXUT','kHfVW','RaCCs','FJDvO','opfvk','Pinterest','pinterest','FBuDm','KFJTA','Use\x20your\x20professional\x20network\x20and\x20career\x20interests\x20to\x20enrich\x20your\x20model.','GcHaQ','UKTOV','ERXBM','Use\x20your\x20email\x20information\x20to\x20enrich\x20your\x20model.','HwcIr','zkrin','Use\x20your\x20ChatGPT\x20conversations\x20and\x20memories\x20to\x20enrich\x20your\x20model.','ounmf','Use\x20your\x20Claude\x20conversations\x20to\x20enrich\x20your\x20model.','MfEIT','Use\x20your\x20Gemini\x20conversations\x20to\x20enrich\x20your\x20model.','TXEvB','find','filter','AZBFu','iGDus','LZjDu','TcDfQ','VHckh','PNpyR','🔄\x20[TOGGLE]\x20Platform\x20toggle:\x20','YemuU','\x22,\x20valid:\x20\x22','❌\x20[TOGGLE]\x20No\x20username\x20available\x20-\x20cannot\x20proceed\x20with\x20OAuth','AoCvr','isChatPlatform','kJKSr','\x20login\x20and\x20export...','ffaaW','MwCAG','nCJnt','KKgXk','🤖\x20[LLM]\x20Opening\x20WebView\x20for\x20','nshOc','🌐\x20[LLM]\x20Opening\x20','ERROR','\x20URL:','vdSUF','❌\x20[LLM]\x20No\x20URL\x20configured\x20for\x20platform:\x20','💼\x20[LINKEDIN]\x20Opening\x20WebView\x20for\x20LinkedIn\x20login...','TzDKY','WIjRI','PqaXQ','znOIB','dWLwt','YcoDJ','kHmxA','IhOKM','qweOh','Htnea','ZPmuU','🔗\x20[TOGGLE]\x20OAuth\x20URL\x20result\x20for\x20','sJdMm','cVkuY','tSmHG','✅\x20[TOGGLE]\x20Setting\x20WebView\x20state\x20-\x20showing\x20modal\x20for\x20','bdfBj','\x20-\x20no\x20URL\x20returned','SPRoF','delete','kzSSA','nGXtK','KLtKC','EYXOB','stringify','\x20from\x20user_connected_platforms:','EkicY','JRRvI','removeItem','mHMPs','rfidF','SedWe','LIxeJ','lklHg','XqDKq','Error\x20toggling\x20platform\x20','WabzR','hHhdj','eVmpH','bUYKB','VIaBs','PbUME','aNojG','xzokx','hYfim','KWsOW','DaFtr','✅\x20[PLATFORMS]\x20Updated\x20connectedPlatforms\x20state\x20with:','GDEyW','EhjmS','sgQaq','NOlST','HnmJO','cuKRL','BiEjW','@onairos:model_refresh_frequency','yqgCg','LOYwt','ZNgES','✅\x20[PERSONA]\x20Applied\x20pending\x20connection:\x20','iJzBu','PRLjS','mgoyg','nXimd','CZeBs','Linking','openURL','https://privacy.onairos.io/','nXmcV','ULGel','yfIxu','TsaGM','cqgIu','kCbzE','vwush','FeePO','GUcCg','nwNaq','lXqQg','RjxJS','\x20to\x20user_connected_platforms:','UoZdz','✅\x20[LLM]\x20','\x20connection\x20stored\x20locally','PYwgc','toISOString','xEdKo','xUiWt','cZKDa','hFQWB','AYkOW','ExKkW','KuXsb','NHqgL','SoBqU','FwmNn','sjIdi','odBaO','STINo','knRKf','adadn','HyuVM','TWUhS','🌐\x20[LINKEDIN]\x20Opening\x20LinkedIn\x20URL:','EZNgc','Vmgib','setValue','etTrj','EEjHZ','yTIcn','xfNxG','bHKWK','pJngj','LvJWn','min','max','size','wBOuu','✅\x20[WEBVIEW]\x20Rendering\x20OAuthWebView\x20for\x20','nsMmV','bGRrk','sQJXx','QbiKK','layoutMeasurement','CesHP','IIlBj','rNBFt','BwyfR','aLhGt','fwmij','container','scrollContent','headingContainer','title','KFIaS','subtitle','ZSOWY','largePersona','platformIconsOverlay','platformIconsScrollContent','QgBbH','platformIconsCentered','normal','Stnja','EMxhx','BcjiU','platformCard','platformCardTitle','recommendedBadge','Bpdtv','UQrvs','descriptionContainer','platformCardDescription','description','DRvJZ','platformIconButtonSelected','znArd','gmail','gmailIcon','chatgptIcon','xSATe','claudeIcon','grokIcon','bIxiE','connectingDot','connectedDot','pageIndicatorContainer','View','scrollIndicator','interpolate','cardContainer','cardHeader','recommendedBadgeText','customToggleTrack','oFcPM','customToggleThumb','refreshFrequencyTitle','ATrKi','yiWgp','refreshOptionsContainer','value','refreshOptionSelected','refreshRadio','refreshRadioSelected','refreshRadioInner','refreshOptionText','refreshOptionTextSelected','label','privacyLinkContainer','privacyLinkText','vghYl','bottomButtonContainer','buttonWrapper','Continue','buttonOverlay','WKPES','YHYHB','IcNcj','vGvbo','EewtG','holdProgressBar','HOCVS','skipButtonText','KUyZg','logoutButton','logoutButtonText','zTKlr','create','700','grey800','left','Inter','400','relative','absolute','row','center','#FFFFFF','transparent','#000','#EFF6FF','#FFA500','surface','space-between','600','IBM\x20Plex\x20Sans','#F9FAFB','grey600','#F5F3FF','#8B5CF6','grey700','#6D28D9','#E5E7EB','500','auto','hidden','grey500','underline','grey300'];_0x4bac=function(){return _0xb37e5;};return _0x4bac();}function _0x13f2(_0x4bacfa,_0x13f246){_0x4bacfa=_0x4bacfa-0x0;const _0x2da7aa=_0x4bac();let _0x335544=_0x2da7aa[_0x4bacfa];return _0x335544;}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':'never','label':_0x13f2(0x0)},{'value':_0x13f2(0x1),'label':_0x13f2(0x2)},{'value':_0x13f2(0x3),'label':_0x13f2(0x4)},{'value':'biweekly','label':_0x13f2(0x5)}];const PlatformConnectorsStep=({onUpdate:_0xeea464,onSkip:_0x5873d2,loading:loading=![],onPinComplete:_0x4d72f4,onReviewerBypass:_0x2ea367,onLogout:_0x389068,allowedPlatforms:_0x46d323,recommendedPlatforms:_0x34b113,initialConnectedPlatforms:_0xd8860f,onRefreshFrequencyChange:_0x2626ca,initialRefreshFrequency:initialRefreshFrequency='weekly'})=>{const _0x16b7cb={'cbioO':function(_0x21de70,_0x338469,_0x463e57){return _0x21de70(_0x338469,_0x463e57);},'EoyCn':function(_0x168622,_0x5626d2){return _0x168622(_0x5626d2);},'QEBIN':function(_0x43ce8c){return _0x43ce8c();},'uVztd':_0x13f2(0x6),'aLJAv':_0x13f2(0x7),'lUPVU':function(_0x4ece6a,_0x48d87b){return _0x4ece6a>_0x48d87b;},'VjUSi':function(_0x4f7816,_0x4c59d3){return _0x4f7816(_0x4c59d3);},'sghDz':function(_0x228290,_0x258d98){return _0x228290+_0x258d98;},'PaxLv':function(_0x13a382,_0x489f22){return _0x13a382+_0x489f22;},'LvJWn':_0x13f2(0x8),'ejTnN':_0x13f2(0x9),'qiEyh':_0x13f2(0xa),'gJimd':function(_0x12bca1){return _0x12bca1();},'DXmgP':function(_0x3941eb,_0x5562bf){return _0x3941eb===_0x5562bf;},'wLzZZ':'✅\x20[PLATFORMS]\x20Loaded\x20from\x20platform_account_details:','enOyK':'✅\x20[PLATFORMS]\x20Updated\x20connectedPlatforms\x20state\x20with:','fCBLv':_0x13f2(0xb),'lOVed':_0x13f2(0xc),'hldxh':'wgxbV','hvKuB':_0x13f2(0xd),'JiOGd':function(_0x19fde4,_0xb249ab){return _0x19fde4!==_0xb249ab;},'gOEYW':_0x13f2(0xe),'wQIGF':_0x13f2(0xf),'voTII':_0x13f2(0x10),'WLunF':'@onairos:linkedin_connected','tYXuL':_0x13f2(0x11),'NzcXq':'IbaRt','RLZjS':function(_0x1facc1,_0x370d79){return _0x1facc1===_0x370d79;},'MappS':_0x13f2(0x12),'ZwvII':_0x13f2(0x13),'cqinz':_0x13f2(0x14),'jQypL':_0x13f2(0x15),'uKJUb':function(_0x3cccaa,_0x234d2f){return _0x3cccaa&&_0x234d2f;},'xtZAZ':function(_0x1a6219,_0x4b3aec){return _0x1a6219(_0x4b3aec);},'OTNyp':function(_0x4d7063,_0x324d66){return _0x4d7063&&_0x324d66;},'iDQlw':function(_0x324620,_0x360f81){return _0x324620===_0x360f81;},'oEtJv':function(_0x334156,_0x2320a4){return _0x334156===_0x2320a4;},'YXKEd':_0x13f2(0x16),'MjkNG':function(_0x4e8021,_0x5c7b82){return _0x4e8021*_0x5c7b82;},'zoHeG':function(_0x5972d2,_0x4250c4){return _0x5972d2!==_0x4250c4;},'mbbad':_0x13f2(0x17),'DTOLe':function(_0x44d268,_0x4c69a0){return _0x44d268(_0x4c69a0);},'uccQp':function(_0x20f36c){return _0x20f36c();},'ILJQW':function(_0x3ebbea,_0x599fc9){return _0x3ebbea!==_0x599fc9;},'WgPJj':_0x13f2(0x18),'RSaRz':function(_0x58e202,_0x28e142){return _0x58e202(_0x28e142);},'pSbHS':_0x13f2(0x19),'JQSQk':function(_0x5e947a,_0x2dac3e){return _0x5e947a===_0x2dac3e;},'sRznR':_0x13f2(0x1a),'OczbG':'DsWDf','eBqCF':function(_0x35c731,_0x22573e){return _0x35c731===_0x22573e;},'ZTcGQ':_0x13f2(0x1b),'jdRDS':function(_0x4e83ec,_0x41b88b){return _0x4e83ec-_0x41b88b;},'WKPES':function(_0x157c84,_0x2796b1){return _0x157c84>_0x2796b1;},'cHJUD':_0x13f2(0x1c),'LZjDu':function(_0x4dccaf,_0x2c45e9){return _0x4dccaf(_0x2c45e9);},'KaCHo':function(_0x4c0910,_0x2f3e9a){return _0x4c0910*_0x2f3e9a;},'AZBFu':_0x13f2(0x1d),'iGDus':_0x13f2(0x1e),'ffaaW':function(_0x313780,_0x2bd648){return _0x313780(_0x2bd648);},'nshOc':function(_0xf2181c,_0x477261){return _0xf2181c(_0x477261);},'jeEuk':function(_0x1a72e1,_0x29e45e){return _0x1a72e1(_0x29e45e);},'YemuU':function(_0x3d06b2,_0x11c968){return _0x3d06b2||_0x11c968;},'nGXtK':function(_0x1a4089,_0x4abae9){return _0x1a4089+_0x4abae9;},'VHckh':function(_0x275b9b,_0x5df410){return _0x275b9b(_0x5df410);},'PNpyR':function(_0x2ff4eb,_0x2f8ea8){return _0x2ff4eb(_0x2f8ea8);},'xfNxG':'✅\x20[PLATFORMS]\x20Loaded\x20LinkedIn\x20connection','AoCvr':function(_0x1d5b5f,_0x4118a0){return _0x1d5b5f===_0x4118a0;},'kJKSr':_0x13f2(0x1f),'MwCAG':function(_0x26002f,_0x22a39b){return _0x26002f(_0x22a39b);},'nCJnt':function(_0x593ddc,_0x5f4b4e){return _0x593ddc!==_0x5f4b4e;},'KKgXk':_0x13f2(0x20),'vdSUF':function(_0xe9dee6,_0x107d0d){return _0xe9dee6(_0x107d0d);},'TzDKY':_0x13f2(0x21),'WIjRI':function(_0x269c68,_0x5aea5b){return _0x269c68(_0x5aea5b);},'PqaXQ':function(_0xa8e615,_0x288746){return _0xa8e615(_0x288746);},'lnHFL':_0x13f2(0x22),'YcoDJ':_0x13f2(0x23),'TgzQE':_0x13f2(0x24),'SMafo':_0x13f2(0x25),'kHmxA':'QxYMw','IhOKM':_0x13f2(0x26),'ZPmuU':function(_0x38cc4d,_0x3a64de,_0x31a169){return _0x38cc4d(_0x3a64de,_0x31a169);},'sJdMm':function(_0x1e769d,_0x3d1586){return _0x1e769d+_0x3d1586;},'cVkuY':_0x13f2(0x27),'tSmHG':_0x13f2(0x28),'TgHax':_0x13f2(0x29),'bdfBj':function(_0x4451af,_0x2ec82e){return _0x4451af(_0x2ec82e);},'KFJTA':function(_0x48113c,_0x25066d){return _0x48113c(_0x25066d);},'XucNv':'WhNBS','ebkwQ':function(_0x371880,_0x5a46de){return _0x371880===_0x5a46de;},'KLtKC':_0x13f2(0x2a),'EYXOB':_0x13f2(0x2b),'EkicY':_0x13f2(0x2c),'CuNZx':_0x13f2(0x2d),'mHMPs':function(_0x5bf1f0,_0x1cbe70){return _0x5bf1f0===_0x1cbe70;},'rfidF':function(_0x485f2f,_0x1195e2){return _0x485f2f===_0x1195e2;},'LIxeJ':'SlxVs','OTDaf':function(_0x5f0bc9,_0x4a8a77){return _0x5f0bc9(_0x4a8a77);},'VIaBs':function(_0x27e423,_0x4c3f7c){return _0x27e423>_0x4c3f7c;},'PbUME':function(_0x7fec37,_0x176a9f){return _0x7fec37(_0x176a9f);},'hHhdj':'rgwiZ','eVmpH':function(_0x1c95a8,_0x25b827){return _0x1c95a8===_0x25b827;},'bUYKB':_0x13f2(0x2e),'RaCCs':function(_0x45276a,_0xd5577c){return _0x45276a(_0xd5577c);},'GDEyW':function(_0x49b287,_0x421ab9){return _0x49b287(_0x421ab9);},'vNvfk':function(_0x176d20,_0x1c73fb){return _0x176d20(_0x1c73fb);},'znArd':function(_0x210ee4,_0x2c2f56){return _0x210ee4(_0x2c2f56);},'aNojG':_0x13f2(0x2f),'xzokx':function(_0x51b2b9,_0xb14752){return _0x51b2b9(_0xb14752);},'hYfim':function(_0x3bdb1a,_0x4812e6){return _0x3bdb1a(_0x4812e6);},'DaFtr':_0x13f2(0x30),'wFmNd':'BiKIH','EhjmS':function(_0x11525c,_0x13a9d8){return _0x11525c(_0x13a9d8);},'eQBFB':function(_0x3bbc17){return _0x3bbc17();},'NOlST':_0x13f2(0x31),'nYzeH':function(_0x5c5258,_0x254f0d){return _0x5c5258(_0x254f0d);},'nXmcV':function(_0x34e1f1,_0x25e001){return _0x34e1f1(_0x25e001);},'nXimd':function(_0x2ab6be,_0x437c4b){return _0x2ab6be(_0x437c4b);},'HnmJO':_0x13f2(0x32),'cuKRL':_0x13f2(0x33),'BiEjW':function(_0x121d53,_0x2d9237){return _0x121d53(_0x2d9237);},'yqgCg':_0x13f2(0x34),'LOYwt':_0x13f2(0x35),'PRLjS':function(_0x3e56f8,_0x42cc85){return _0x3e56f8===_0x42cc85;},'EKnac':_0x13f2(0x36),'mgoyg':'NTidv','WncWD':function(_0xa8d39,_0x2e415a){return _0xa8d39(_0x2e415a);},'CZeBs':function(_0x5ca67a,_0x3bd198){return _0x5ca67a(_0x3bd198);},'ULGel':function(_0x2ff1e3,_0x201051){return _0x2ff1e3(_0x201051);},'yfIxu':'YfIhx','TsaGM':function(_0x4a6b60,_0x117b90){return _0x4a6b60(_0x117b90);},'xUiWt':function(_0xc93dbc,_0x5b0c14){return _0xc93dbc(_0x5b0c14);},'cqgIu':function(_0x4c14d9){return _0x4c14d9();},'kCbzE':'YxfTL','vwush':'UOdpd','FeePO':function(_0x556dab,_0x23f03c){return _0x556dab===_0x23f03c;},'GUcCg':'success','ZRdIi':_0x13f2(0x37),'nwNaq':function(_0x2888c6,_0x2ba59c){return _0x2888c6(_0x2ba59c);},'lXqQg':function(_0x4d84d0,_0x510a53){return _0x4d84d0(_0x510a53);},'RjxJS':_0x13f2(0x38),'PYwgc':_0x13f2(0x39),'ounmf':function(_0x87a65a,_0x2dd16a){return _0x87a65a(_0x2dd16a);},'xEdKo':function(_0x31ebad,_0x381ec6){return _0x31ebad(_0x381ec6);},'KuXsb':function(_0x16f4c9,_0x1a2f99){return _0x16f4c9===_0x1a2f99;},'NHqgL':_0x13f2(0x3a),'SoBqU':_0x13f2(0x3b),'FwmNn':function(_0x3ffa2e,_0x58cfbb){return _0x3ffa2e(_0x58cfbb);},'sjIdi':function(_0x5c797e,_0x11b9c6){return _0x5c797e(_0x11b9c6);},'cZKDa':function(_0x176c47,_0x143fe2){return _0x176c47(_0x143fe2);},'wIcUi':function(_0x296f4b,_0x54f8db){return _0x296f4b&&_0x54f8db;},'EypIX':function(_0x5b26d9,_0x454b4c){return _0x5b26d9===_0x454b4c;},'hFQWB':_0x13f2(0x3c),'vMoJQ':function(_0xf21210,_0x59a114,_0x10ec46){return _0xf21210(_0x59a114,_0x10ec46);},'odBaO':function(_0x5e3ecd,_0x5a1b66){return _0x5e3ecd(_0x5a1b66);},'TWUhS':function(_0x40f6a3,_0x2a8ee7){return _0x40f6a3(_0x2a8ee7);},'KRHyU':function(_0x4229a6,_0x44ed68){return _0x4229a6(_0x44ed68);},'STINo':'XRFom','VdVNe':function(_0x28dcf3,_0x11515c){return _0x28dcf3===_0x11515c;},'HyuVM':'MLaLI','EZNgc':function(_0x4bdd57){return _0x4bdd57();},'Vmgib':function(_0x27fb75){return _0x27fb75();},'jqIrt':function(_0x3a9f14,_0x33d37a,_0x1f559f){return _0x3a9f14(_0x33d37a,_0x1f559f);},'IBNtR':function(_0x2bff11,_0x2ac72d){return _0x2bff11(_0x2ac72d);},'EEjHZ':function(_0x19a5c7,_0x2dfec5){return _0x19a5c7===_0x2dfec5;},'pulNp':_0x13f2(0x3d),'yTIcn':_0x13f2(0x3e),'nsMmV':function(_0x544d59,_0x5d92e8){return _0x544d59/_0x5d92e8;},'bGRrk':function(_0xd4611a,_0x4e03b2){return _0xd4611a>_0x4e03b2;},'sQJXx':function(_0xe291b3,_0x51840b){return _0xe291b3===_0x51840b;},'HiYEp':'ORHtY','BcjiU':function(_0x4440bc,_0x906782){return _0x4440bc===_0x906782;},'DRvJZ':_0x13f2(0x3f),'Bpdtv':_0x13f2(0x40),'UQrvs':_0x13f2(0x41),'EMxhx':'keCiL','GaRjX':'youtube','opfvk':'pinterest','HwcIr':_0x13f2(0x42),'xSATe':function(_0x4d2bdf,_0x99082){return _0x4d2bdf===_0x99082;},'bIxiE':_0x13f2(0x43),'ZWkAv':function(_0x55675a,_0x1c7725){return _0x55675a===_0x1c7725;},'oFcPM':_0x13f2(0x44),'YHYHB':function(_0xf97b10,_0x541962){return _0xf97b10!==_0x541962;},'IcNcj':_0x13f2(0x45),'vGvbo':_0x13f2(0x46),'EewtG':function(_0xf16ae1){return _0xf16ae1();},'AnisJ':function(_0x9655cb,_0x3b0897){return _0x9655cb(_0x3b0897);},'HpTeB':function(_0x4a91e2,_0x1b9bfa){return _0x4a91e2(_0x1b9bfa);},'yFEdM':function(_0x5e93d1,_0x585781){return _0x5e93d1(_0x585781);},'PLFZB':function(_0x313f8d,_0x3874d2){return _0x313f8d(_0x3874d2);},'GPbin':function(_0x4043c0,_0x3066f8){return _0x4043c0(_0x3066f8);},'IjmmK':function(_0x86b3ae,_0x223cb1){return _0x86b3ae(_0x223cb1);},'CtZgS':function(_0x551c58,_0x283e0e){return _0x551c58(_0x283e0e);},'CdJhY':function(_0x126d7b,_0x1527a0){return _0x126d7b(_0x1527a0);},'GTZiw':function(_0x15286e,_0x389ff9){return _0x15286e(_0x389ff9);},'DCwAx':_0x13f2(0x47),'mYHKS':function(_0xdc3c33,_0x5baaaa){return _0xdc3c33(_0x5baaaa);},'igKtU':function(_0x170a26,_0x29844d){return _0x170a26(_0x29844d);},'QqLmb':function(_0x444c09,_0x2160e3){return _0x444c09(_0x2160e3);},'ElXUT':_0x13f2(0x48),'kHfVW':function(_0x22ebc5,_0x4b8caa){return _0x22ebc5(_0x4b8caa);},'dsWeA':_0x13f2(0x49),'FJDvO':_0x13f2(0x4a),'OWSBc':_0x13f2(0x4b),'xQyCr':_0x13f2(0x4c),'FBuDm':'Use\x20your\x20pins,\x20boards,\x20and\x20interests\x20to\x20enrich\x20your\x20model.','GcHaQ':'gmail','UKTOV':_0x13f2(0x4d),'ERXBM':function(_0x483f0c,_0x55ad74){return _0x483f0c(_0x55ad74);},'zkrin':_0x13f2(0x4e),'XnMiO':_0x13f2(0x4f),'QbrgO':_0x13f2(0x50),'MfEIT':function(_0x5abc4f,_0x15fe86){return _0x5abc4f(_0x15fe86);},'mhvGa':'Grok','NhcmN':function(_0x1e57f6,_0x423e30){return _0x1e57f6(_0x423e30);},'TXEvB':_0x13f2(0x51),'etTrj':function(_0x226067,_0x452355,_0x55190b){return _0x226067(_0x452355,_0x55190b);},'pJngj':function(_0x29b8e2,_0x1c9cb3,_0xf0ebd7){return _0x29b8e2(_0x1c9cb3,_0xf0ebd7);},'RQSdQ':_0x13f2(0x52),'KFIaS':'Connect\x20platforms','ZSOWY':_0x13f2(0x53),'QgBbH':function(_0x11cbc6,_0x3605b8){return _0x11cbc6<=_0x3605b8;},'ATrKi':'Model\x20Refresh\x20Frequency','yiWgp':_0x13f2(0x54),'vghYl':_0x13f2(0x55),'OIWAn':function(_0x21a9bf,_0x56a2e2){return _0x21a9bf===_0x56a2e2;},'HOCVS':_0x13f2(0x56),'KUyZg':_0x13f2(0x57),'zTKlr':_0x13f2(0x58)},[_0x4cb4e6,_0x323b33]=_0x16b7cb[_0x13f2(0x59)](useState,()=>new Set(_0xd8860f||[])),[_0x409ad5,_0x54dca7]=_0x16b7cb['PqaXQ'](useState,![]),[_0x1bfbf8,_0x514661]=_0x16b7cb[_0x13f2(0x5a)](useState,![]),[_0x4435fc,_0x31b02b]=_0x16b7cb[_0x13f2(0x5b)](useState,![]),[_0x13bc2d,_0x62bc9f]=_0x16b7cb[_0x13f2(0x5c)](useState,''),[_0x4edb63,_0x66c804]=_0x16b7cb[_0x13f2(0x5d)](useState,{}),[_0x20d40e,_0x3d6d79]=_0x16b7cb[_0x13f2(0x5e)](useState,![]),[_0x123d44,_0x37edc0]=_0x16b7cb[_0x13f2(0x5f)](useState,''),[_0x314ecd,_0x39e9bd]=_0x16b7cb[_0x13f2(0x60)](useState,''),[_0x1bc2b0,_0x412786]=_0x16b7cb[_0x13f2(0x61)](useState,null),[_0x2274ee,_0x5a2af7]=_0x16b7cb[_0x13f2(0x62)](useState,0x0),_0x405b49=_0x16b7cb[_0x13f2(0x63)](useRef,new Animated[(_0x13f2(0x64))](0x0))[_0x13f2(0x65)],[_0x5bd05a,_0x2a0c03]=_0x16b7cb['nwNaq'](useState,''),_0x4f974d=useRef(null),[_0x56b041,_0x38bf01]=_0x16b7cb[_0x13f2(0x66)](useState,!![]),_0x207175=useRef(new Animated['Value'](0x0))['current'],[_0x4a6830,_0x4b9177]=_0x16b7cb[_0x13f2(0x67)](useState,0x0),_0x1a33fd=_0x16b7cb['IBNtR'](useRef,0x0),[_0x1b6c40,_0x5d5eff]=useState(''),[_0x475190,_0x4570e9]=_0x16b7cb[_0x13f2(0x61)](useState,0x0),[_0x545028,_0x3ddd69]=_0x16b7cb['GTZiw'](useState,_0x16b7cb['DCwAx']),[_0x2f400c,_0x43a493]=_0x16b7cb[_0x13f2(0x68)](useState,![]),[_0xbddac5,_0x104a11]=_0x16b7cb[_0x13f2(0x69)](useState,![]),[_0x32e2fc,_0x5c1986]=_0x16b7cb[_0x13f2(0x6a)](useState,null),[_0x458602,_0x3441c2]=useState(null),_0x3360cf=_0x16b7cb['igKtU'](useRef,null),[_0x98a8c8,_0x3c5adf]=_0x16b7cb['nwNaq'](useState,![]),[_0x1e417c,_0x2869bb]=useState(''),[_0x223a2d,_0x4000bd]=_0x16b7cb[_0x13f2(0x6b)](useState,null),[_0x438ec4,_0x4b1f3f]=useState(![]),[_0x5ad826,_0xe3e71b]=_0x16b7cb[_0x13f2(0x5c)](useState,![]),[_0x4b060a,_0x3b5248]=_0x16b7cb['MwCAG'](useState,null),[_0x3190b1,_0x2d4ea8]=useState(initialRefreshFrequency),{connectPlatform:_0x374c6b,disconnectPlatform:_0x21e20a,isConnecting:_0x9af5b2}=_0x16b7cb[_0x13f2(0x6c)](useConnections),_0x19da8e=null;_0x16b7cb['vMoJQ'](useEffect,()=>{const _0x4c0a3f={'VuUnY':function(_0x4116e4){return _0x16b7cb[_0x13f2(0x6d)](_0x4116e4);},'UEALg':_0x16b7cb[_0x13f2(0x6e)],'XACIZ':_0x16b7cb[_0x13f2(0x6f)]};_0xd8860f&&_0x16b7cb[_0x13f2(0x70)](_0xd8860f[_0x13f2(0x71)],0x0)&&_0x16b7cb[_0x13f2(0x72)](_0x323b33,_0x2d5064=>{const _0x4f16c3={'OsEdB':function(_0x453eae,_0x5275b8,_0x4bf292){return _0x16b7cb['cbioO'](_0x453eae,_0x5275b8,_0x4bf292);},'Qpfce':function(_0x386452,_0x8be7){return _0x16b7cb[_0x13f2(0x73)](_0x386452,_0x8be7);}},_0x5b85c8=new Set(_0x2d5064);let _0xdc5211=![];return _0xd8860f[_0x13f2(0x74)](_0x14c661=>{const _0xbfd3e8={'eUoYP':function(_0x4c0383){return _0x4c0a3f[_0x13f2(0x75)](_0x4c0383);}};if(_0x4c0a3f['UEALg']===_0x4c0a3f[_0x13f2(0x76)]){Animated[_0x13f2(0x77)](_0x2be512,{'toValue':0x1,'duration':0xfa0,'useNativeDriver':![]})[_0x13f2(0x78)]();const _0x1043cb=_0x4f16c3[_0x13f2(0x79)](_0x57ed63,()=>{_0x4739ff(_0x1b4bcc[_0x13f2(0x7a)]),_0x4e6fc9[_0x13f2(0x7b)]([0x0,0x64,0x32,0x64]),_0xbfd3e8[_0x13f2(0x7c)](_0x1697fa);},0xfa0);_0x4f16c3['Qpfce'](_0x3e4771,_0x1043cb);}else!_0x5b85c8[_0x13f2(0x7d)](_0x14c661)&&(_0x5b85c8[_0x13f2(0x7e)](_0x14c661),_0xdc5211=!![]);}),_0xdc5211?_0x5b85c8:_0x2d5064;});},[_0xd8860f]),useEffect(()=>{const _0x564994={'Pqqon':function(_0x4daade,_0x23b4e5){return _0x16b7cb[_0x13f2(0x7f)](_0x4daade,_0x23b4e5);},'UJXwZ':function(_0x2ef7e1,_0x329869){return _0x16b7cb[_0x13f2(0x80)](_0x2ef7e1,_0x329869);},'xxXCU':_0x16b7cb['LvJWn'],'BWOWM':_0x16b7cb['ejTnN'],'IQsnO':_0x16b7cb[_0x13f2(0x81)],'NoVVI':function(_0x1a9ef0,_0x2cce2a){return _0x16b7cb[_0x13f2(0x73)](_0x1a9ef0,_0x2cce2a);},'uDBtn':function(_0x15bd96){return _0x16b7cb['gJimd'](_0x15bd96);},'HbDCE':function(_0x1dffbd,_0x256b88){return _0x16b7cb['DXmgP'](_0x1dffbd,_0x256b88);},'oFIbm':_0x16b7cb['wLzZZ'],'OOCDq':function(_0x13d4cc,_0x2c2afb){return _0x13d4cc(_0x2c2afb);},'CkaJn':_0x16b7cb[_0x13f2(0x82)],'lsEaU':_0x16b7cb[_0x13f2(0x83)],'qXSXw':_0x16b7cb[_0x13f2(0x84)],'GJspx':_0x16b7cb[_0x13f2(0x85)],'QwWwD':_0x13f2(0x86),'jUzwD':_0x16b7cb[_0x13f2(0x87)],'pUdiD':function(_0x258a3d,_0x1ba51f){return _0x16b7cb[_0x13f2(0x88)](_0x258a3d,_0x1ba51f);},'ZACMb':_0x16b7cb[_0x13f2(0x89)],'rIrRL':'chatgpt','uAXNM':_0x16b7cb[_0x13f2(0x8a)],'YkTzq':_0x13f2(0x4f),'LJljA':_0x16b7cb[_0x13f2(0x8b)],'czIIQ':_0x16b7cb[_0x13f2(0x8c)],'OSBPq':_0x16b7cb[_0x13f2(0x8d)],'iQCli':_0x16b7cb[_0x13f2(0x8e)],'YwNxd':function(_0x3c7188,_0x586943){return _0x3c7188>_0x586943;},'uwexl':function(_0x1b53ed,_0xde1a08){return _0x16b7cb[_0x13f2(0x8f)](_0x1b53ed,_0xde1a08);},'PFpKe':'dogNG','QtkaW':_0x16b7cb[_0x13f2(0x90)],'dbejK':_0x16b7cb[_0x13f2(0x91)]};if(_0x16b7cb[_0x13f2(0x92)]===_0x16b7cb[_0x13f2(0x93)])_0x41d0d2['log'](_0x13f2(0x94)+_0xd73ac6+_0x13f2(0x95)+(_0x1f4922?_0x564994[_0x13f2(0x96)](_0x564994['UJXwZ'](_0x564994[_0x13f2(0x97)],_0x1e7ea1[_0x13f2(0x98)](0x0,0x28)),_0x564994[_0x13f2(0x99)]):_0x564994['IQsnO']));else{const _0x3fd983=async()=>{const _0x1d6ee3={'UjGKR':function(_0x7dd905,_0x2c14bd){return _0x564994['NoVVI'](_0x7dd905,_0x2c14bd);},'sFwLP':function(_0x54f0d3,_0x422038){return _0x564994[_0x13f2(0x9a)](_0x54f0d3,_0x422038);},'ybJdg':_0x564994[_0x13f2(0x9b)],'mYvVH':function(_0x25a6f0,_0x5d9fef){return _0x564994['HbDCE'](_0x25a6f0,_0x5d9fef);},'cqSRE':function(_0x344527,_0x52d694){return _0x564994['OOCDq'](_0x344527,_0x52d694);},'UuIug':_0x564994[_0x13f2(0x9c)]};try{console['log'](_0x564994['lsEaU']);const _0x477d61=[],_0x38eef8=await AsyncStorage['getItem'](_0x564994[_0x13f2(0x9d)]);if(_0x38eef8){if(_0x564994[_0x13f2(0x9e)]===_0x13f2(0x9f))_0x1d6ee3[_0x13f2(0xa0)](_0x4ed61f,_0x273325=>({..._0x273325,[_0x2d62e8]:_0x13f2(0xa1)}));else{const _0x15ea0c=JSON['parse'](_0x38eef8);Array[_0x13f2(0xa2)](_0x15ea0c)&&(_0x477d61['push'](..._0x15ea0c),console[_0x13f2(0xa3)](_0x564994[_0x13f2(0xa4)],_0x15ea0c));}}const _0x32f266=await AsyncStorage[_0x13f2(0xa5)](_0x564994[_0x13f2(0xa6)]);if(_0x32f266){const _0x30af4d=JSON[_0x13f2(0xa7)](_0x32f266);if(Array[_0x13f2(0xa2)](_0x30af4d)){if(_0x564994[_0x13f2(0xa8)](_0x564994['ZACMb'],_0x564994[_0x13f2(0xa9)])){const _0x4f3a8f=_0x3f97e3['parse'](_0x1e9130);_0x251e88['isArray'](_0x4f3a8f)&&(_0x4f3a8f[_0x13f2(0x74)](_0x291200=>{var _0x5c92b3;const _0x5a2dba=_0x1d6ee3['sFwLP'](_0x5c92b3=_0x291200[_0x13f2(0xaa)],null)||_0x1d6ee3[_0x13f2(0xab)](_0x5c92b3,void 0x0)?void 0x0:_0x5c92b3['toLowerCase']();_0x5a2dba&&!_0x13f5b7[_0x13f2(0xac)](_0x5a2dba)&&_0x1eb23b[_0x13f2(0xad)](_0x5a2dba);}),_0x48344d[_0x13f2(0xa3)](_0x1d6ee3[_0x13f2(0xae)],_0x4f3a8f[_0x13f2(0xaf)](_0x2e7e95=>_0x2e7e95[_0x13f2(0xaa)])));}else _0x30af4d['forEach'](_0x40540c=>{var _0x3b5224;const _0x12e05d=_0x1d6ee3[_0x13f2(0xab)](_0x3b5224=_0x40540c[_0x13f2(0xaa)],null)||_0x1d6ee3[_0x13f2(0xb0)](_0x3b5224,void 0x0)?void 0x0:_0x3b5224[_0x13f2(0xb1)]();_0x12e05d&&!_0x477d61[_0x13f2(0xac)](_0x12e05d)&&_0x477d61[_0x13f2(0xad)](_0x12e05d);}),console[_0x13f2(0xa3)](_0x564994[_0x13f2(0x9b)],_0x30af4d[_0x13f2(0xaf)](_0x2e7093=>_0x2e7093[_0x13f2(0xaa)]));}}const _0x4ff7ce=[_0x564994[_0x13f2(0xb2)],_0x564994[_0x13f2(0xb3)],_0x564994[_0x13f2(0xb4)],_0x564994[_0x13f2(0xb5)]];for(const _0x35a5bb of _0x4ff7ce){const _0x26645a=await AsyncStorage[_0x13f2(0xa5)](_0x13f2(0xb6)+_0x35a5bb);if(_0x26645a){const _0x298f06=JSON['parse'](_0x26645a);if(_0x298f06[_0x13f2(0xb7)]&&!_0x477d61[_0x13f2(0xac)](_0x35a5bb)){if(_0x564994[_0x13f2(0xa8)](_0x13f2(0xb8),_0x13f2(0xb8))){_0x1d6ee3['cqSRE'](_0x5bfdd6,_0x1f1759);return;}else _0x477d61['push'](_0x35a5bb),console[_0x13f2(0xa3)](_0x13f2(0xb9)+_0x35a5bb);}}}const _0x1f97b1=await AsyncStorage[_0x13f2(0xa5)](_0x564994[_0x13f2(0xba)]);if(_0x1f97b1){const _0x5097e7=JSON['parse'](_0x1f97b1);_0x5097e7[_0x13f2(0xb7)]&&!_0x477d61[_0x13f2(0xac)](_0x564994['OSBPq'])&&(_0x564994[_0x13f2(0xa8)](_0x564994[_0x13f2(0xbb)],_0x564994[_0x13f2(0xbb)])?(_0x564994[_0x13f2(0xbc)](_0x8d7228,_0x5320ae['SUCCESS']),_0x5adb9f['vibrate']([0x0,0x64,0x32,0x64]),_0x564994[_0x13f2(0xbd)](_0x466a82)):(_0x477d61[_0x13f2(0xad)](_0x564994[_0x13f2(0xbe)]),console[_0x13f2(0xa3)](_0x13f2(0xbf))));}_0x564994[_0x13f2(0xc0)](_0x477d61[_0x13f2(0x71)],0x0)&&(_0x564994[_0x13f2(0xc1)](_0x564994['PFpKe'],_0x564994['QtkaW'])?(_0x45467d(_0x496be4[_0x13f2(0xc2)]),_0x564994['NoVVI'](_0x9a747,_0x152ecd['id'])):_0x323b33(_0x3b6897=>{const _0x235bff=new Set(_0x3b6897);let _0x14cc87=![];return _0x477d61[_0x13f2(0x74)](_0xa7d06a=>{!_0x235bff[_0x13f2(0x7d)](_0xa7d06a)&&(_0x235bff[_0x13f2(0x7e)](_0xa7d06a),_0x14cc87=!![]);}),_0x14cc87&&console[_0x13f2(0xa3)](_0x1d6ee3[_0x13f2(0xc3)],Array[_0x13f2(0xc4)](_0x235bff)),_0x14cc87?_0x235bff:_0x3b6897;}));}catch(_0xa31b49){console[_0x13f2(0x37)](_0x564994['dbejK'],_0xa31b49);}};_0x3fd983();}},[]),useEffect(()=>{if(_0x16b7cb[_0x13f2(0xc5)](_0x16b7cb['WgPJj'],'FNGzX')){const _0x3e288e=async()=>{try{const _0x10142b=await AsyncStorage['getItem'](_0x13f2(0x16));if(_0x16b7cb[_0x13f2(0xc6)](_0x10142b,!_0x1b6c40)){_0x16b7cb[_0x13f2(0xc7)](_0x5d5eff,_0x10142b);return;}if(_0x16b7cb[_0x13f2(0xc8)](_0x19da8e,!_0x1b6c40)){if(_0x13f2(0xc9)!==_0x13f2(0xca)){var _0x355982;const _0x53ea56=(_0x19da8e===null||_0x16b7cb[_0x13f2(0xcb)](_0x19da8e,void 0x0)||_0x16b7cb['iDQlw'](_0x355982=_0x19da8e['email'],null)||_0x16b7cb['oEtJv'](_0x355982,void 0x0)?void 0x0:_0x355982[_0x13f2(0xcc)]('@')[0x0])||(_0x16b7cb[_0x13f2(0xcd)](_0x19da8e,null)||_0x16b7cb[_0x13f2(0x8f)](_0x19da8e,void 0x0)?void 0x0:_0x19da8e[_0x13f2(0xce)])||_0x13f2(0xcf)+Math[_0x13f2(0xd0)](Math['random']()*0x2710);_0x16b7cb['xtZAZ'](_0x5d5eff,_0x53ea56),await AsyncStorage[_0x13f2(0xd1)](_0x16b7cb[_0x13f2(0xd2)],_0x53ea56);return;}else return React[_0x13f2(0xd3)](_0x18fe94,{'visible':_0x3b66b0,'onAccept':_0x544336,'onDecline':_0x32f317,'connectedPlatforms':_0x6a8600[_0x13f2(0xc4)](_0x309ab5),'onConnectMore':_0x2ce101,'loading':_0x3c8fea});}if(!_0x1b6c40){const _0x52104d=_0x13f2(0xd4)+Math[_0x13f2(0xd0)](_0x16b7cb[_0x13f2(0xd5)](Math[_0x13f2(0xd6)](),0x2710));_0x5d5eff(_0x52104d),await AsyncStorage[_0x13f2(0xd1)]('onairos_username',_0x52104d);}}catch(_0x2cdd94){if(_0x16b7cb[_0x13f2(0xd7)](_0x13f2(0xd8),_0x13f2(0xd9))){console['error'](_0x16b7cb[_0x13f2(0xda)],_0x2cdd94);const _0x1de915=_0x13f2(0xcf)+Math[_0x13f2(0xd0)](_0x16b7cb[_0x13f2(0xd5)](Math[_0x13f2(0xd6)](),0x2710));_0x16b7cb['DTOLe'](_0x5d5eff,_0x1de915);}else Animated[_0x13f2(0xdb)](Animated[_0x13f2(0xdc)]([Animated['timing'](_0x155d9d,{'toValue':0x1,'duration':0x3e8,'useNativeDriver':!![]}),Animated['timing'](_0x4963cd,{'toValue':0x0,'duration':0x3e8,'useNativeDriver':!![]})]))['start']();}};_0x3e288e();}else _0x16b7cb['uccQp'](_0x7afe5f);},[_0x19da8e,_0x1b6c40]),_0x16b7cb[_0x13f2(0xdd)](useEffect,()=>{if(_0x16b7cb[_0x13f2(0xde)](_0x16b7cb[_0x13f2(0xdf)],_0x16b7cb['OczbG'])){_0x16b7cb[_0x13f2(0x61)](_0x35ad51,_0x1f5695[_0x13f2(0xc2)]),_0x477bbf(!![]);try{_0x16b7cb[_0x13f2(0xc7)](_0x14df48,!![]);}finally{_0x16b7cb[_0x13f2(0x61)](_0x324bde,![]);}}else _0x56b041&&(_0x16b7cb[_0x13f2(0xe0)](_0x13f2(0xe1),_0x16b7cb[_0x13f2(0xe2)])?_0x2ffffd['error'](_0x16b7cb[_0x13f2(0xe3)],_0x359f9f):Animated['loop'](Animated[_0x13f2(0xdc)]([Animated[_0x13f2(0x77)](_0x207175,{'toValue':0x1,'duration':0x3e8,'useNativeDriver':!![]}),Animated['timing'](_0x207175,{'toValue':0x0,'duration':0x3e8,'useNativeDriver':!![]})]))[_0x13f2(0x78)]());},[_0x56b041]);const _0x4c0699=_0x16b7cb[_0x13f2(0xe4)](useCallback,_0x1d462c=>{const _0x1a02cb=_0x1d462c[_0x13f2(0xe5)]['contentOffset']['x'],_0x1dbda9=_0x1d462c[_0x13f2(0xe5)]['layoutMeasurement'][_0x13f2(0xe6)],_0x6bb1ab=_0x1d462c[_0x13f2(0xe5)][_0x13f2(0xe7)][_0x13f2(0xe6)];_0x1a33fd[_0x13f2(0x65)]=_0x1a02cb;const _0x5bd0bb=_0x16b7cb[_0x13f2(0xe8)](_0x6bb1ab,_0x1dbda9),_0x2eb4cb=_0x5bd0bb>0x0?_0x1a02cb/_0x5bd0bb:0x0;_0x16b7cb[_0x13f2(0x73)](_0x4b9177,_0x2eb4cb),_0x16b7cb['WKPES'](_0x1a02cb,0xa)&&_0x56b041&&(_0x16b7cb['cHJUD']!==_0x16b7cb['cHJUD']?!_0x1aa31a[_0x13f2(0x7d)](_0x3a1003)&&(_0x415192[_0x13f2(0x7e)](_0x5dcbef),_0x2e09e0=!![]):_0x16b7cb['LZjDu'](_0x38bf01,![]));},[_0x56b041]),_0x264e11=[{'id':_0x16b7cb[_0x13f2(0xe9)],'name':_0x16b7cb[_0x13f2(0xea)],'icon':_0x16b7cb[_0x13f2(0xeb)](getPlatformIcon,_0x16b7cb[_0x13f2(0xe9)]),'description':_0x16b7cb['dsWeA'],'isChatPlatform':![]},{'id':_0x16b7cb['FJDvO'],'name':_0x16b7cb['OWSBc'],'icon':_0x16b7cb[_0x13f2(0xec)](getPlatformIcon,_0x16b7cb[_0x13f2(0xed)]),'description':_0x16b7cb['xQyCr'],'isChatPlatform':![]},{'id':_0x16b7cb[_0x13f2(0xee)],'name':_0x13f2(0xef),'icon':_0x16b7cb[_0x13f2(0x69)](getPlatformIcon,_0x13f2(0xf0)),'description':_0x16b7cb[_0x13f2(0xf1)],'isChatPlatform':![]},{'id':_0x16b7cb[_0x13f2(0x8d)],'name':'LinkedIn','icon':_0x16b7cb[_0x13f2(0xf2)](getPlatformIcon,_0x16b7cb[_0x13f2(0x8d)]),'description':_0x13f2(0xf3),'isChatPlatform':![]},{'id':_0x16b7cb[_0x13f2(0xf4)],'name':_0x16b7cb[_0x13f2(0xf5)],'icon':_0x16b7cb[_0x13f2(0xf6)](getPlatformIcon,_0x16b7cb['GcHaQ']),'description':_0x13f2(0xf7),'isChatPlatform':![]},{'id':_0x16b7cb[_0x13f2(0xf8)],'name':_0x16b7cb[_0x13f2(0xf9)],'icon':_0x16b7cb['BiEjW'](getPlatformIcon,_0x16b7cb['HwcIr']),'description':_0x13f2(0xfa),'isChatPlatform':!![]},{'id':_0x16b7cb[_0x13f2(0x8a)],'name':'Claude','icon':_0x16b7cb[_0x13f2(0xfb)](getPlatformIcon,_0x13f2(0xf)),'description':_0x13f2(0xfc),'isChatPlatform':!![]},{'id':_0x16b7cb['XnMiO'],'name':_0x16b7cb['QbrgO'],'icon':_0x16b7cb[_0x13f2(0xfd)](getPlatformIcon,_0x13f2(0x4f)),'description':_0x13f2(0xfe),'isChatPlatform':!![]},{'id':_0x13f2(0x10),'name':_0x16b7cb['mhvGa'],'icon':_0x16b7cb['NhcmN'](getPlatformIcon,_0x16b7cb[_0x13f2(0x8b)]),'description':_0x16b7cb[_0x13f2(0xff)],'isChatPlatform':!![]}],_0xa8429=_0x46d323?_0x46d323[_0x13f2(0xaf)](_0x219f04=>_0x264e11[_0x13f2(0x100)](_0x4001f7=>_0x4001f7['id']===_0x219f04))[_0x13f2(0x101)](_0x2bd480=>_0x2bd480!==undefined):_0x264e11;_0x16b7cb[_0x13f2(0xe4)](useEffect,()=>{const _0x31e760={'TcDfQ':function(_0x457f44,_0x408dc1){return _0x16b7cb['VjUSi'](_0x457f44,_0x408dc1);}};if(_0xa8429['length']>0x0){if(_0x16b7cb[_0x13f2(0x102)]===_0x16b7cb[_0x13f2(0x102)]){const _0x56926f=_0xa8429[0x0]['id'];(!_0x5bd05a||!_0xa8429[_0x13f2(0x100)](_0xbba01f=>_0xbba01f['id']===_0x5bd05a))&&(_0x13f2(0x1e)===_0x16b7cb[_0x13f2(0x103)]?_0x16b7cb[_0x13f2(0x104)](_0x2a0c03,_0x56926f):(_0x31e760[_0x13f2(0x105)](_0x5ea479,_0x58d5df[_0x13f2(0xc2)]),_0x246fb9(![])));}else{_0x2d50bd[_0x13f2(0x37)](_0x16b7cb[_0x13f2(0xda)],_0x126aec);const _0x285e5c=_0x13f2(0xcf)+_0x45a8a7[_0x13f2(0xd0)](_0x16b7cb['KaCHo'](_0x158492[_0x13f2(0xd6)](),0x2710));_0x45183b(_0x285e5c);}}},[_0x46d323,_0xa8429[_0x13f2(0x71)]]);const _0x3a726e=async(_0x43f465,_0x401910)=>{const _0x384973={'dWLwt':function(_0xc563e1,_0x1f3203){return _0x16b7cb[_0x13f2(0x106)](_0xc563e1,_0x1f3203);},'Htnea':function(_0x4a81af,_0x3a374e){return _0x16b7cb['VjUSi'](_0x4a81af,_0x3a374e);},'JRRvI':function(_0x31cdba,_0x17cb29){return _0x16b7cb[_0x13f2(0x107)](_0x31cdba,_0x17cb29);},'lklHg':_0x16b7cb[_0x13f2(0x8d)],'XqDKq':_0x16b7cb['xfNxG']};triggerHaptic(HapticType['BUTTON_PRESS']),console[_0x13f2(0xa3)](_0x13f2(0x108)+_0x43f465+'\x20=\x20'+_0x401910);try{if(_0x401910){const _0x133056=await AsyncStorage['getItem'](_0x13f2(0x16)),_0x5c9e19=_0x16b7cb[_0x13f2(0x109)](_0x133056,_0x1b6c40);console[_0x13f2(0xa3)]('👤\x20[TOGGLE]\x20Username\x20check\x20-\x20stored:\x20\x22'+_0x133056+'\x22,\x20state:\x20\x22'+_0x1b6c40+_0x13f2(0x10a)+_0x5c9e19+'\x22');if(!_0x5c9e19||_0x16b7cb[_0x13f2(0xe0)](_0x5c9e19['trim'](),'')){console[_0x13f2(0x37)](_0x13f2(0x10b));return;}const _0x533084=_0x264e11[_0x13f2(0x100)](_0x476a31=>_0x476a31['id']===_0x43f465),_0x23d585=(_0x16b7cb[_0x13f2(0x10c)](_0x533084,null)||_0x533084===void 0x0?void 0x0:_0x533084[_0x13f2(0x10d)])||isLLMPlatform(_0x43f465);if(_0x23d585){if(_0x16b7cb[_0x13f2(0xd7)](_0x16b7cb[_0x13f2(0x10e)],_0x16b7cb[_0x13f2(0x10e)])){const _0x2f8fad=_0x57858a['parse'](_0xe8a90b);_0x2f8fad[_0x13f2(0xb7)]&&!_0x51b9b7['includes'](_0x2fe57a)&&(_0x1ed49e[_0x13f2(0xad)](_0x4981fe),_0x3b47b5[_0x13f2(0xa3)](_0x13f2(0xb9)+_0x30cc08));}else{console[_0x13f2(0xa3)]('🤖\x20[LLM]\x20Opening\x20WebView\x20for\x20'+_0x43f465+_0x13f2(0x10f)),_0x16b7cb[_0x13f2(0x110)](_0x39e9bd,_0x43f465),_0x16b7cb[_0x13f2(0x111)](_0x66c804,_0x2048ef=>({..._0x2048ef,[_0x43f465]:_0x13f2(0x3f)}));const _0x108efe=getLLMPlatformUrl(_0x43f465);if(_0x108efe){if(_0x16b7cb[_0x13f2(0x112)](_0x16b7cb[_0x13f2(0x113)],_0x13f2(0x20))){_0x373da0['log'](_0x13f2(0x114)+_0x2c5e60+_0x13f2(0x10f)),_0x16b7cb['LZjDu'](_0x5198df,_0x25be84),_0x16b7cb['ffaaW'](_0x2e9380,_0x27c090=>({..._0x27c090,[_0x3ee06d]:_0x13f2(0x3f)}));const _0x3ff2cf=_0x16b7cb[_0x13f2(0x115)](_0x5495e7,_0x2722b5);_0x3ff2cf?(_0x455e5c[_0x13f2(0xa3)](_0x13f2(0x116)+_0x52e1df+'\x20URL:',_0x3ff2cf),_0x16b7cb['xtZAZ'](_0x4f75a8,_0x3ff2cf),_0x16b7cb[_0x13f2(0x61)](_0x684971,!![])):(_0x31d07f['error']('❌\x20[LLM]\x20No\x20URL\x20configured\x20for\x20platform:\x20'+_0x1426ba),_0x16b7cb[_0x13f2(0x73)](_0xf8c074,_0x353f8f=>({..._0x353f8f,[_0x5a4e7f]:_0x13f2(0x37)})),_0x16b7cb[_0x13f2(0x67)](_0xd22677,_0x567a62[_0x13f2(0x117)]));return;}else console[_0x13f2(0xa3)](_0x13f2(0x116)+_0x43f465+_0x13f2(0x118),_0x108efe),_0x16b7cb[_0x13f2(0xc7)](_0x37edc0,_0x108efe),_0x16b7cb[_0x13f2(0x119)](_0x3d6d79,!![]);}else console['error'](_0x13f2(0x11a)+_0x43f465),_0x66c804(_0xa87d88=>({..._0xa87d88,[_0x43f465]:_0x13f2(0x37)})),triggerHaptic(HapticType[_0x13f2(0x117)]);return;}}if(_0x16b7cb[_0x13f2(0x67)](isLinkedInPlatform,_0x43f465)){console[_0x13f2(0xa3)](_0x13f2(0x11b)),_0x39e9bd(_0x43f465),_0x16b7cb['DTOLe'](_0x66c804,_0x49a9d5=>({..._0x49a9d5,[_0x43f465]:_0x13f2(0x3f)}));const _0x506a59=_0x16b7cb[_0x13f2(0x11c)];console[_0x13f2(0xa3)]('🌐\x20[LINKEDIN]\x20Opening\x20LinkedIn\x20URL:',_0x506a59),_0x16b7cb[_0x13f2(0x11d)](_0x37edc0,_0x506a59),_0x16b7cb[_0x13f2(0xc7)](_0x3d6d79,!![]);return;}if(_0x16b7cb[_0x13f2(0x11e)](hasNativeSDK,_0x43f465)){if(_0x13f2(0x11f)===_0x16b7cb['lnHFL'])_0x384973[_0x13f2(0x120)](_0x54abcc,_0x223a5a);else{_0x39e9bd(_0x43f465),_0x16b7cb[_0x13f2(0x107)](_0x66c804,_0x3676d9=>({..._0x3676d9,[_0x43f465]:_0x13f2(0x3f)}));const _0x4ec81e=await _0x16b7cb['cbioO'](initiateNativeAuth,_0x43f465,_0x5c9e19);if(_0x4ec81e){if(_0x16b7cb[_0x13f2(0x121)]!==_0x16b7cb['TgzQE']){const _0x4ccbbd=new Set(_0x4cb4e6);_0x4ccbbd[_0x13f2(0x7e)](_0x43f465),_0x16b7cb[_0x13f2(0x11e)](_0x323b33,_0x4ccbbd),_0x16b7cb[_0x13f2(0x104)](_0x66c804,_0x5508bd=>({..._0x5508bd,[_0x43f465]:_0x13f2(0xb7)})),_0x16b7cb['PqaXQ'](triggerHaptic,HapticType[_0x13f2(0x7a)]);}else _0x16b7cb['jeEuk'](_0x84a6df,![]);}else{if(_0x16b7cb[_0x13f2(0xc5)](_0x16b7cb['SMafo'],_0x16b7cb[_0x13f2(0x122)]))_0x16b7cb['jeEuk'](_0x66c804,_0xe73336=>({..._0xe73336,[_0x43f465]:'error'})),_0x16b7cb[_0x13f2(0x11d)](triggerHaptic,HapticType[_0x13f2(0x117)]);else{const _0x306329=new _0x2d0dcc(_0x561aab);let _0x49953e=![];return _0x8bd976[_0x13f2(0x74)](_0x5a501f=>{!_0x306329[_0x13f2(0x7d)](_0x5a501f)&&(_0x306329['add'](_0x5a501f),_0x49953e=!![]);}),_0x49953e?_0x306329:_0x1ed463;}}}}else{if(_0x16b7cb[_0x13f2(0x123)]===_0x13f2(0x124))_0x384973[_0x13f2(0x125)](_0x42d018,![]);else{console[_0x13f2(0xa3)]('🌐\x20[TOGGLE]\x20Starting\x20OAuth\x20flow\x20for\x20'+_0x43f465+'...'),_0x39e9bd(_0x43f465),_0x16b7cb['LZjDu'](_0x66c804,_0x2249a1=>({..._0x2249a1,[_0x43f465]:_0x13f2(0x3f)}));const _0x2f7676=await _0x16b7cb[_0x13f2(0x126)](initiateOAuth,_0x43f465,_0x5c9e19);console[_0x13f2(0xa3)](_0x13f2(0x127)+_0x43f465+':',_0x2f7676?_0x16b7cb[_0x13f2(0x128)](_0x2f7676[_0x13f2(0x98)](0x0,0x32),_0x16b7cb[_0x13f2(0x129)]):'NULL'),_0x2f7676?_0x16b7cb[_0x13f2(0xe0)](_0x16b7cb[_0x13f2(0x12a)],_0x16b7cb['TgHax'])?_0xc47d9e[_0x13f2(0x37)](_0x16b7cb[_0x13f2(0x91)],_0x12e03a):(console[_0x13f2(0xa3)](_0x13f2(0x12b)+_0x43f465),_0x16b7cb[_0x13f2(0x12c)](_0x37edc0,_0x2f7676),_0x16b7cb['KFJTA'](_0x3d6d79,!![])):(console[_0x13f2(0x37)]('❌\x20[TOGGLE]\x20OAuth\x20failed\x20for\x20'+_0x43f465+_0x13f2(0x12d)),_0x16b7cb[_0x13f2(0x11d)](_0x66c804,_0x53df5f=>({..._0x53df5f,[_0x43f465]:'error'})),triggerHaptic(HapticType[_0x13f2(0x117)]));}}}else{if(_0x16b7cb[_0x13f2(0xc5)]('BUQIA',_0x13f2(0x12e))){await _0x16b7cb[_0x13f2(0x115)](_0x21e20a,_0x43f465);const _0x3a07f8=new Set(_0x4cb4e6);_0x3a07f8[_0x13f2(0x12f)](_0x43f465),_0x16b7cb[_0x13f2(0xf2)](_0x323b33,_0x3a07f8),_0x16b7cb[_0x13f2(0xf2)](_0x66c804,_0x1c6769=>({..._0x1c6769,[_0x43f465]:'disconnected'})),triggerHaptic(HapticType[_0x13f2(0xc2)]);try{if(_0x16b7cb['XucNv']===_0x13f2(0x130))_0x16b7cb[_0x13f2(0x109)](_0x10de30,_0x34b67a)&&_0x4bd3ea[_0x13f2(0xa3)](_0x13f2(0x94)+_0x538930+_0x13f2(0x95)+(_0x51d63f?_0x16b7cb[_0x13f2(0x131)](_0x13f2(0x8),_0x1bfcff['substring'](0x0,0x28))+_0x13f2(0x9):_0x16b7cb[_0x13f2(0x81)]));else{const _0x36fc74=await AsyncStorage[_0x13f2(0xa5)](_0x13f2(0xc));if(_0x36fc74){if(_0x16b7cb['ebkwQ'](_0x16b7cb[_0x13f2(0x132)],_0x16b7cb[_0x13f2(0x133)]))_0x4d9a68(![]);else{const _0x465a5c=JSON[_0x13f2(0xa7)](_0x36fc74),_0x2b9104=_0x465a5c[_0x13f2(0x101)](_0x6e4229=>_0x6e4229[_0x13f2(0xb1)]()!==_0x43f465['toLowerCase']());await AsyncStorage[_0x13f2(0xd1)](_0x13f2(0xc),JSON[_0x13f2(0x134)](_0x2b9104)),console[_0x13f2(0xa3)]('✅\x20[STORAGE]\x20Removed\x20'+_0x43f465+_0x13f2(0x135),_0x2b9104);}}}}catch(_0x2740cc){_0x16b7cb[_0x13f2(0xd7)]('qyxfk',_0x16b7cb[_0x13f2(0x136)])?console[_0x13f2(0x37)](_0x16b7cb['CuNZx'],_0x2740cc):(_0x4e4e1c[_0x13f2(0xa3)]('✅\x20[TOGGLE]\x20Setting\x20WebView\x20state\x20-\x20showing\x20modal\x20for\x20'+_0x59979e),_0x384973[_0x13f2(0x120)](_0x55d023,_0x15910f),_0x384973[_0x13f2(0x137)](_0x338582,!![]));}await AsyncStorage[_0x13f2(0x138)](_0x13f2(0xb6)+_0x43f465),_0x16b7cb[_0x13f2(0x139)](_0x43f465['toLowerCase'](),_0x16b7cb[_0x13f2(0x8d)])&&await AsyncStorage[_0x13f2(0x138)](_0x16b7cb[_0x13f2(0x8c)]);}else return React[_0x13f2(0xd3)](_0x5d5e7e,{'visible':_0x2551d2,'onComplete':_0x4a7fc9,'onBack':_0x2d1541});}}catch(_0x16be83){_0x16b7cb[_0x13f2(0x13a)](_0x13f2(0x13b),_0x16b7cb[_0x13f2(0x13c)])?(_0x3f3800[_0x13f2(0xad)](_0x384973[_0x13f2(0x13d)]),_0x16b05b[_0x13f2(0xa3)](_0x384973[_0x13f2(0x13e)])):(console[_0x13f2(0x37)](_0x13f2(0x13f)+_0x43f465+':',_0x16be83),_0x16b7cb[_0x13f2(0x5f)](_0x66c804,_0x31f4b3=>({..._0x31f4b3,[_0x43f465]:_0x13f2(0x37)})),_0x16b7cb['jeEuk'](triggerHaptic,HapticType[_0x13f2(0x117)]));}},_0x447b19=async()=>{if(_0x16b7cb[_0x13f2(0x88)](_0x13f2(0x140),_0x16b7cb[_0x13f2(0x141)])){_0x16b7cb[_0x13f2(0x61)](triggerHaptic,HapticType[_0x13f2(0xc2)]),_0x16b7cb[_0x13f2(0xc7)](_0x4b1f3f,!![]);try{if(_0x16b7cb[_0x13f2(0x142)](_0x16b7cb[_0x13f2(0x143)],'aPhcM'))_0x16b7cb[_0x13f2(0x5f)](_0x514661,!![]);else{if(_0x16b7cb[_0x13f2(0x144)](_0x25ac01[_0x13f2(0x71)],0x0)){const _0x185b8e=_0x357a50[0x0]['id'];(!_0x49a14d||!_0x26982d[_0x13f2(0x100)](_0x27d32b=>_0x27d32b['id']===_0x25af34))&&_0x16b7cb[_0x13f2(0x145)](_0x33c567,_0x185b8e);}}}finally{_0x16b7cb[_0x13f2(0x5f)](_0x4b1f3f,![]);}}else!_0x2803da[_0x13f2(0x7d)](_0x157e70)&&(_0x30a0bb[_0x13f2(0x7e)](_0x5947a3),_0x4041d1=!![]);},_0x4f265a=()=>{_0x16b7cb[_0x13f2(0xec)](triggerHaptic,HapticType[_0x13f2(0xc2)]),_0x5873d2&&_0x5873d2();},_0x2e6cd5=async()=>{const _0x545a3e={'cuAsY':function(_0x4e6b3a,_0x3ac69e){return _0x16b7cb['vNvfk'](_0x4e6b3a,_0x3ac69e);},'sgQaq':function(_0x5f18b3,_0x35dfdb){return _0x16b7cb['znArd'](_0x5f18b3,_0x35dfdb);}};if(_0x16b7cb[_0x13f2(0xc5)](_0x16b7cb[_0x13f2(0x146)],'UsvRd')){_0x16b7cb[_0x13f2(0x147)](triggerHaptic,HapticType[_0x13f2(0xc2)]),_0x16b7cb[_0x13f2(0x148)](_0xe3e71b,!![]),await new Promise(_0x4a70e4=>setTimeout(_0x4a70e4,0x32));try{_0x4d72f4?_0x13f2(0x149)===_0x16b7cb[_0x13f2(0x14a)]?_0x4ef6ac[_0x13f2(0xa3)](_0x13f2(0x14b),_0x5916fb[_0x13f2(0xc4)](_0x39e34c)):await _0x4d72f4(_0x13bc2d):_0x16b7cb[_0x13f2(0xc5)](_0x16b7cb['wFmNd'],_0x16b7cb['wFmNd'])?(_0x16161a['error']('❌\x20[TOGGLE]\x20OAuth\x20failed\x20for\x20'+_0x5af97c+_0x13f2(0x12d)),_0x16b7cb[_0x13f2(0x14c)](_0x39c0d7,_0x1a937=>({..._0x1a937,[_0x3b981f]:_0x13f2(0x37)})),_0x6d8610(_0x17e818[_0x13f2(0x117)])):await _0x16b7cb[_0x13f2(0x14d)](_0xeea464,Array['from'](_0x4cb4e6));}finally{_0xe3e71b(![]);}}else _0x5ad6bf[_0x13f2(0x37)](_0x13f2(0x11a)+_0x276cd8),_0x545a3e['cuAsY'](_0x33cb58,_0x442284=>({..._0x442284,[_0xb4937c]:_0x13f2(0x37)})),_0x545a3e[_0x13f2(0x14e)](_0x1970de,_0x2b5f12['ERROR']);},_0x410691=()=>{_0x16b7cb[_0x13f2(0x14f)]!==_0x16b7cb[_0x13f2(0x14f)]?(_0x278d76(_0x986c80[_0x13f2(0xc2)]),_0x2bd970&&_0x16b7cb['eQBFB'](_0x2e6d13)):(_0x16b7cb[_0x13f2(0x14c)](triggerHaptic,HapticType[_0x13f2(0xc2)]),_0x16b7cb[_0x13f2(0xf2)](_0x54dca7,![]));},_0x51d18a=async _0x4930dd=>{if(_0x16b7cb['nCJnt'](_0x16b7cb[_0x13f2(0x150)],_0x16b7cb[_0x13f2(0x151)])){_0x16b7cb[_0x13f2(0x152)](triggerHaptic,HapticType[_0x13f2(0xc2)]),_0x16b7cb[_0x13f2(0x111)](_0x2d4ea8,_0x4930dd);try{await AsyncStorage['setItem'](_0x13f2(0x153),_0x4930dd),console[_0x13f2(0xa3)]('✅\x20[REFRESH]\x20Model\x20refresh\x20frequency\x20set\x20to:\x20'+_0x4930dd);}catch(_0x34b4d3){if(_0x16b7cb['yqgCg']===_0x16b7cb[_0x13f2(0x154)])console[_0x13f2(0x37)](_0x16b7cb[_0x13f2(0x155)],_0x34b4d3);else{const _0x3cb680={'ZNgES':function(_0x123650,_0x27de2a){return _0x16b7cb['MwCAG'](_0x123650,_0x27de2a);},'iJzBu':function(_0x2d40b3,_0x1e56bb){return _0x16b7cb[_0x13f2(0x68)](_0x2d40b3,_0x1e56bb);}};if(_0x16b7cb[_0x13f2(0xc6)](_0x4572a6,!_0x52100c)){const _0x198157=_0x16b7cb[_0x13f2(0x126)](_0xcccc2a,()=>{_0x3cb680['ZNgES'](_0x4b043a,_0x4807f8=>{const _0x17697f=new _0x49b953(_0x4807f8);return _0x17697f[_0x13f2(0x7e)](_0x53b2ab),_0x17697f;}),_0x3cb680[_0x13f2(0x156)](_0x6bb6a0,_0x1366b5[_0x13f2(0x7a)]),_0x37556a[_0x13f2(0xa3)](_0x13f2(0x157)+_0x5c3fbe),_0x3cb680[_0x13f2(0x158)](_0x59e453,null);},0x12c);return()=>_0x5008ce(_0x198157);}}}_0x2626ca&&(_0x16b7cb[_0x13f2(0x159)](_0x16b7cb['EKnac'],_0x16b7cb[_0x13f2(0x15a)])?(_0x16b7cb['nXmcV'](_0xa29b43,_0xa2377b=>({..._0xa2377b,[_0x20fdf1]:_0x13f2(0x37)})),_0x34b27f(_0x138191[_0x13f2(0x117)])):_0x16b7cb[_0x13f2(0x63)](_0x2626ca,_0x4930dd));}else _0x16b7cb[_0x13f2(0x15b)](_0x2d05eb,_0x3d59c1);},_0x26b9cb=()=>{const Linking=_0x16b7cb[_0x13f2(0x15c)](__ONAIROS_REQ_FUNC__,0x0)[_0x13f2(0x15d)];Linking[_0x13f2(0x15e)](_0x13f2(0x15f));},_0xd0afcb=async _0x49a508=>{_0x62bc9f(_0x49a508),_0x16b7cb['nYzeH'](setTemporaryPin,_0x49a508),_0x16b7cb[_0x13f2(0x160)](_0x514661,![]),_0x16b7cb[_0x13f2(0x161)](_0x31b02b,!![]);},_0x5acbe4=()=>{_0x16b7cb[_0x13f2(0x162)]!=='YfIhx'?_0x435b3d&&Animated['loop'](Animated[_0x13f2(0xdc)]([Animated['timing'](_0x2e978b,{'toValue':0x1,'duration':0x3e8,'useNativeDriver':!![]}),Animated['timing'](_0x109f62,{'toValue':0x0,'duration':0x3e8,'useNativeDriver':!![]})]))[_0x13f2(0x78)]():(_0x31b02b(![]),_0x16b7cb[_0x13f2(0x163)](_0x54dca7,!![]));},_0x2b5805=async _0xdca4e8=>{const _0x36e77b={'UoZdz':function(_0x24c184){return _0x16b7cb[_0x13f2(0x164)](_0x24c184);}};if(_0x16b7cb[_0x13f2(0x165)]!==_0x16b7cb[_0x13f2(0x166)]){if(_0x314ecd){if(_0x16b7cb[_0x13f2(0x167)](_0xdca4e8,_0x16b7cb[_0x13f2(0x168)])||_0x16b7cb[_0x13f2(0xd7)](_0xdca4e8,_0x16b7cb['ZRdIi'])){_0x16b7cb[_0x13f2(0x169)](_0x3b5248,_0x314ecd),_0x16b7cb[_0x13f2(0x16a)](_0x66c804,_0x36dd88=>({..._0x36dd88,[_0x314ecd]:'connected'}));try{const _0x1a4f12=await AsyncStorage['getItem'](_0x16b7cb[_0x13f2(0x84)]),_0x1bde8d=_0x1a4f12?JSON['parse'](_0x1a4f12):[];!_0x1bde8d[_0x13f2(0xac)](_0x314ecd[_0x13f2(0xb1)]())&&(_0x16b7cb[_0x13f2(0x16b)]===_0x13f2(0x38)?(_0x1bde8d[_0x13f2(0xad)](_0x314ecd[_0x13f2(0xb1)]()),await AsyncStorage[_0x13f2(0xd1)](_0x16b7cb[_0x13f2(0x84)],JSON[_0x13f2(0x134)](_0x1bde8d)),console['log']('✅\x20[STORAGE]\x20Added\x20'+_0x314ecd+_0x13f2(0x16c),_0x1bde8d)):_0x27cc12&&_0x36e77b[_0x13f2(0x16d)](_0x5d1006));}catch(_0x3c4548){console[_0x13f2(0x37)](_0x16b7cb[_0x13f2(0xe3)],_0x3c4548);}isLLMPlatform(_0x314ecd)&&(await AsyncStorage['setItem'](_0x13f2(0xb6)+_0x314ecd,JSON[_0x13f2(0x134)]({'connected':!![],'platform':_0x314ecd,'connectedAt':new Date()['toISOString']()})),console[_0x13f2(0xa3)](_0x13f2(0x16e)+_0x314ecd+_0x13f2(0x16f))),_0x16b7cb[_0x13f2(0x8f)](_0x314ecd[_0x13f2(0xb1)](),_0x13f2(0x11))&&(_0x16b7cb[_0x13f2(0x167)](_0x16b7cb[_0x13f2(0x170)],_0x16b7cb[_0x13f2(0x170)])?(await AsyncStorage[_0x13f2(0xd1)]('@onairos:linkedin_connected',JSON[_0x13f2(0x134)]({'connected':!![],'platform':_0x13f2(0x11),'connectedAt':new Date()[_0x13f2(0x171)]()})),console[_0x13f2(0xa3)]('✅\x20[LINKEDIN]\x20Connection\x20stored\x20locally')):_0x14a681[_0x13f2(0x37)](_0x13f2(0x2d),_0x500b55));}else _0x16b7cb['ounmf'](_0x66c804,_0x32e441=>({..._0x32e441,[_0x314ecd]:'error'})),_0x16b7cb[_0x13f2(0x14d)](triggerHaptic,HapticType[_0x13f2(0x117)]);}_0x3d6d79(![]),_0x16b7cb[_0x13f2(0x172)](_0x37edc0,''),_0x16b7cb[_0x13f2(0xfb)](_0x39e9bd,'');}else{const _0x40cf66=_0x225e2a[0x0]['id'];(!_0x395747||!_0x45376e[_0x13f2(0x100)](_0x49467b=>_0x49467b['id']===_0x842c52))&&_0x16b7cb[_0x13f2(0x173)](_0x57351a,_0x40cf66);}};useEffect(()=>{const _0x3666db={'AYkOW':function(_0x2a136e,_0x35cc7d){return _0x16b7cb[_0x13f2(0x174)](_0x2a136e,_0x35cc7d);},'ExKkW':function(_0x4b1cfb,_0x10c5cb){return _0x16b7cb['nYzeH'](_0x4b1cfb,_0x10c5cb);}};if(_0x16b7cb['wIcUi'](_0x4b060a,!_0x20d40e)){if(_0x16b7cb['EypIX']('bSJxz',_0x16b7cb[_0x13f2(0x175)]))_0x3666db[_0x13f2(0x176)](_0x3e851f,![]),_0x3666db[_0x13f2(0x177)](_0x3692c5,!![]);else{const _0x5da6a7=_0x16b7cb['vMoJQ'](setTimeout,()=>{_0x16b7cb[_0x13f2(0x178)](_0x16b7cb[_0x13f2(0x179)],_0x16b7cb[_0x13f2(0x17a)])?_0x3666db['AYkOW'](_0x5d308e,_0x4ded26):(_0x16b7cb[_0x13f2(0x17b)](_0x323b33,_0x45ed5c=>{const _0x292bdc=new Set(_0x45ed5c);return _0x292bdc[_0x13f2(0x7e)](_0x4b060a),_0x292bdc;}),_0x16b7cb[_0x13f2(0x17c)](triggerHaptic,HapticType[_0x13f2(0x7a)]),console[_0x13f2(0xa3)]('✅\x20[PERSONA]\x20Applied\x20pending\x20connection:\x20'+_0x4b060a),_0x16b7cb[_0x13f2(0x11d)](_0x3b5248,null));},0x12c);return()=>clearTimeout(_0x5da6a7);}}},[_0x4b060a,_0x20d40e]);const _0x4e7409=()=>{_0x16b7cb[_0x13f2(0x17d)](_0x3d6d79,![]),_0x16b7cb[_0x13f2(0x12c)](_0x37edc0,''),_0x314ecd&&_0x66c804(_0x466a90=>({..._0x466a90,[_0x314ecd]:'disconnected'})),_0x16b7cb[_0x13f2(0x17b)](_0x39e9bd,'');},_0x8c3051=()=>{_0x514661(![]);},_0x2aa243=()=>{const _0x2fec5f={'knRKf':function(_0x78c77a,_0x435168){return _0x16b7cb[_0x13f2(0x61)](_0x78c77a,_0x435168);}};if(_0x16b7cb[_0x13f2(0x112)](_0x16b7cb[_0x13f2(0x17e)],_0x16b7cb['STINo'])){const Linking=_0x2fec5f[_0x13f2(0x17f)](_0x2e0915,0x0)[_0x13f2(0x15d)];Linking['openURL']('https://privacy.onairos.io/');}else{if(_0x2ea367){if(_0x16b7cb['VdVNe'](_0x13f2(0x180),_0x16b7cb[_0x13f2(0x181)])){_0x3e9680[_0x13f2(0xa3)]('💼\x20[LINKEDIN]\x20Opening\x20WebView\x20for\x20LinkedIn\x20login...'),_0x16b7cb[_0x13f2(0x182)](_0x1228d1,_0x73bc15),_0x595ced(_0x6d2931=>({..._0x6d2931,[_0x759384]:'connecting'}));const _0x190250='https://www.linkedin.com/login';_0x2e0fb6[_0x13f2(0xa3)](_0x13f2(0x183),_0x190250),_0x16b7cb['KRHyU'](_0x1c1f39,_0x190250),_0x16b7cb['znArd'](_0x4a6cf4,!![]);return;}else _0x16b7cb[_0x13f2(0x184)](_0x2ea367);}}},_0x964b49=()=>{const _0x4d7571={'PNyqm':function(_0x4e3cf0){return _0x16b7cb[_0x13f2(0x185)](_0x4e3cf0);}};Animated[_0x13f2(0x77)](_0x405b49,{'toValue':0x1,'duration':0xfa0,'useNativeDriver':![]})[_0x13f2(0x78)]();const _0x5414da=_0x16b7cb[_0x13f2(0xe4)](setTimeout,()=>{triggerHaptic(HapticType[_0x13f2(0x7a)]),Vibration[_0x13f2(0x7b)]([0x0,0x64,0x32,0x64]),_0x4d7571['PNyqm'](_0x2aa243);},0xfa0);_0x16b7cb[_0x13f2(0x111)](_0x412786,_0x5414da);},_0x3750f3=()=>{_0x1bc2b0&&(_0x16b7cb[_0x13f2(0x115)](clearTimeout,_0x1bc2b0),_0x16b7cb['IBNtR'](_0x412786,null)),_0x405b49[_0x13f2(0x186)](0x0),Animated[_0x13f2(0x77)](_0x405b49,{'toValue':0x0,'duration':0xc8,'useNativeDriver':![]})[_0x13f2(0x78)]();};_0x16b7cb[_0x13f2(0x187)](useEffect,()=>{const _0x5d8cd0={'bHKWK':function(_0x5afb74,_0x3ee1b8){return _0x16b7cb['PNpyR'](_0x5afb74,_0x3ee1b8);}};if(_0x16b7cb[_0x13f2(0x188)](_0x16b7cb['pulNp'],_0x16b7cb[_0x13f2(0x189)])){const _0x5dcf9b=_0x3d9694[_0x13f2(0xa7)](_0x51f4f4);_0x5dcf9b[_0x13f2(0xb7)]&&!_0x3199ed[_0x13f2(0xac)](_0x16b7cb[_0x13f2(0x8d)])&&(_0x72cb[_0x13f2(0xad)](_0x16b7cb[_0x13f2(0x8d)]),_0x403f89[_0x13f2(0xa3)](_0x16b7cb[_0x13f2(0x18a)]));}else return()=>{_0x1bc2b0&&_0x5d8cd0[_0x13f2(0x18b)](clearTimeout,_0x1bc2b0);};},[_0x1bc2b0]),_0x16b7cb[_0x13f2(0x18c)](useEffect,()=>{_0x16b7cb[_0x13f2(0x109)](_0x20d40e,_0x123d44)&&console[_0x13f2(0xa3)](_0x13f2(0x94)+_0x20d40e+_0x13f2(0x95)+(_0x123d44?_0x16b7cb['nGXtK'](_0x16b7cb['sghDz'](_0x16b7cb[_0x13f2(0x18d)],_0x123d44[_0x13f2(0x98)](0x0,0x28)),_0x13f2(0x9)):_0x16b7cb[_0x13f2(0x81)]));},[_0x20d40e,_0x123d44]);const _0x15c094=Math[_0x13f2(0x18e)](0x5,Math[_0x13f2(0x18f)](0x1,_0x4cb4e6[_0x13f2(0x190)]+0x1)),_0x1eaa16=0x50,_0x402112=0x46;if(_0x1bfbf8)return React[_0x13f2(0xd3)](_0x3147b6,{'visible':_0x1bfbf8,'onComplete':_0xd0afcb,'onBack':_0x8c3051});if(_0x4435fc)return React[_0x13f2(0xd3)](_0x7b761c,{'visible':_0x4435fc,'onComplete':_0x5acbe4});if(_0x20d40e&&_0x123d44){if(_0x16b7cb['RQSdQ']!==_0x13f2(0x191))return console[_0x13f2(0xa3)](_0x13f2(0x192)+_0x314ecd+'\x20with\x20URL:\x20'+_0x123d44[_0x13f2(0x98)](0x0,0x3c)+_0x13f2(0x27)),React[_0x13f2(0xd3)](OAuthWebView,{'url':_0x123d44,'platform':_0x314ecd,'onClose':_0x4e7409,'onSuccess':_0x2b5805,'onComplete':_0x4e7409,'username':_0x1b6c40});else _0x2f8bfc[_0x13f2(0x37)](_0x13f2(0x13f)+_0x454925+':',_0x997994),_0x235040(_0x1672d7=>({..._0x1672d7,[_0x2b4da7]:_0x13f2(0x37)})),_0x1a7c9b(_0x2d3c27[_0x13f2(0x117)]);}const _0xcb9bec=()=>{const _0x44bb43={'CesHP':function(_0x2e66ca,_0x53b53f){return _0x16b7cb['jdRDS'](_0x2e66ca,_0x53b53f);},'IIlBj':function(_0xbcd100,_0x3e5160){return _0xbcd100>_0x3e5160;},'rNBFt':function(_0x14ae09,_0x392133){return _0x16b7cb[_0x13f2(0x193)](_0x14ae09,_0x392133);},'BwyfR':function(_0x4645ba,_0x1a5ea9){return _0x16b7cb[_0x13f2(0x104)](_0x4645ba,_0x1a5ea9);},'aLhGt':function(_0xd886ce,_0x38b1fd){return _0x16b7cb[_0x13f2(0x194)](_0xd886ce,_0x38b1fd);},'fwmij':function(_0x11793a,_0x57d7dc){return _0x11793a(_0x57d7dc);}};if(_0x16b7cb[_0x13f2(0x195)](_0x16b7cb['HiYEp'],_0x13f2(0x196))){const _0x1b0e92=_0x7039e2[_0x13f2(0xe5)]['contentOffset']['x'],_0x23d0b8=_0x30f1fa[_0x13f2(0xe5)][_0x13f2(0x197)][_0x13f2(0xe6)],_0x3c1286=_0x44b78c[_0x13f2(0xe5)][_0x13f2(0xe7)][_0x13f2(0xe6)];_0x3a7372[_0x13f2(0x65)]=_0x1b0e92;const _0x183962=_0x44bb43[_0x13f2(0x198)](_0x3c1286,_0x23d0b8),_0x453d0b=_0x44bb43[_0x13f2(0x199)](_0x183962,0x0)?_0x44bb43[_0x13f2(0x19a)](_0x1b0e92,_0x183962):0x0;_0x44bb43[_0x13f2(0x19b)](_0x424d33,_0x453d0b),_0x44bb43[_0x13f2(0x19c)](_0x1b0e92,0xa)&&_0x58193d&&_0x44bb43[_0x13f2(0x19d)](_0x55bb50,![]);}else _0x16b7cb['VjUSi'](triggerHaptic,HapticType[_0x13f2(0xc2)]),_0x16b7cb[_0x13f2(0x15b)](_0x54dca7,![]);};if(_0x409ad5)return React[_0x13f2(0xd3)](_0x11a48a,{'visible':_0x409ad5,'onAccept':_0x2e6cd5,'onDecline':_0x410691,'connectedPlatforms':Array['from'](_0x4cb4e6),'onConnectMore':_0xcb9bec,'loading':_0x5ad826});return React['createElement'](View,{'style':styles[_0x13f2(0x19e)]},React[_0x13f2(0xd3)](ScrollView,{'style':styles[_0x13f2(0x19f)],'showsVerticalScrollIndicator':![],'bounces':!![]},React[_0x13f2(0xd3)](View,{'style':styles[_0x13f2(0x1a0)]},React['createElement'](Text,{'style':styles[_0x13f2(0x1a1)]},_0x16b7cb[_0x13f2(0x1a2)]),React[_0x13f2(0xd3)](Text,{'style':styles[_0x13f2(0x1a3)]},_0x16b7cb[_0x13f2(0x1a4)])),React[_0x13f2(0xd3)](View,{'style':styles['personaContainer']},React[_0x13f2(0xd3)](_0x1ae381,{'level':_0x15c094,'style':styles[_0x13f2(0x1a5)]}),React['createElement'](ScrollView,{'ref':_0x4f974d,'horizontal':!![],'style':[styles[_0x13f2(0x1a6)],{'bottom':_0x1eaa16}],'contentContainerStyle':[styles[_0x13f2(0x1a7)],_0x16b7cb[_0x13f2(0x1a8)](_0xa8429[_0x13f2(0x71)],0x4)&&styles[_0x13f2(0x1a9)]],'showsHorizontalScrollIndicator':![],'onScroll':_0x4c0699,'scrollEventThrottle':0x10,'decelerationRate':_0x13f2(0x1aa),'scrollEnabled':_0x16b7cb['VIaBs'](_0xa8429[_0x13f2(0x71)],0x4)},_0xa8429[_0x13f2(0xaf)](_0x1b59ae=>{if(_0x13f2(0x1ab)===_0x16b7cb[_0x13f2(0x1ac)]){const _0x4de713=_0x3ba43[_0x13f2(0x100)](_0x5883e4=>_0x5883e4['id']===_0x12f8f6);if(!_0x4de713)return null;const _0x518860=_0x130a81[_0x13f2(0x7d)](_0x19dcdd),_0x515feb=_0x16b7cb[_0x13f2(0x1ad)](_0x2e3bbf[_0x2e7ed3],_0x16b7cb['DRvJZ']),_0x254eab=_0x56a545===null||_0x16b7cb['eBqCF'](_0x5a5ea6,void 0x0)?void 0x0:_0x500b1c['includes'](_0x1d8e46);return React['createElement'](View,{'style':_0x278a84[_0x13f2(0x1ae)]},React['createElement'](View,{'style':_0x41d062['cardHeader']},React[_0x13f2(0xd3)](Text,{'style':_0x232948[_0x13f2(0x1af)]},_0x4de713[_0x13f2(0xce)]),_0x254eab&&React[_0x13f2(0xd3)](View,{'style':_0x50242f[_0x13f2(0x1b0)]},React[_0x13f2(0xd3)](Text,{'style':_0x1c8107['recommendedBadgeText']},_0x16b7cb[_0x13f2(0x1b1)])),React[_0x13f2(0xd3)](TouchableOpacity,{'activeOpacity':0.8,'onPress':()=>!_0x515feb&&_0x29b82a(_0x1d9f8f,!_0x518860),'disabled':_0x515feb,'style':[_0x351137['customToggleTrack'],{'backgroundColor':_0x518860?_0x16b7cb[_0x13f2(0x1b2)]:'#9CA3AF'}]},React[_0x13f2(0xd3)](View,{'style':[_0x24f94c['customToggleThumb'],{'transform':[{'translateX':_0x518860?0x14:0x0}]}]}))),React[_0x13f2(0xd3)](View,{'style':_0x14c356[_0x13f2(0x1b3)]},React[_0x13f2(0xd3)](Text,{'style':_0x477733[_0x13f2(0x1b4)]},_0x4de713[_0x13f2(0x1b5)])));}else{const _0x514c38=_0x16b7cb['iDQlw'](_0x5bd05a,_0x1b59ae['id']),_0x2a7f89=_0x4cb4e6['has'](_0x1b59ae['id']),_0x119cd9=_0x16b7cb['eVmpH'](_0x4edb63[_0x1b59ae['id']],_0x16b7cb[_0x13f2(0x1b6)]);return React[_0x13f2(0xd3)](TouchableOpacity,{'key':_0x1b59ae['id'],'style':[styles['platformIconButton'],_0x514c38&&styles[_0x13f2(0x1b7)]],'onPress':()=>{_0x16b7cb[_0x13f2(0x1b8)](triggerHaptic,HapticType[_0x13f2(0xc2)]),_0x2a0c03(_0x1b59ae['id']);},'activeOpacity':0.7},React[_0x13f2(0xd3)](Image,{'source':_0x1b59ae['icon'],'style':[styles['platformIcon'],_0x16b7cb['ebkwQ'](_0x1b59ae['id'],_0x16b7cb[_0x13f2(0xe9)])&&styles['youtubeIcon'],_0x16b7cb[_0x13f2(0x159)](_0x1b59ae['id'],_0x16b7cb['opfvk'])&&styles['pinterestIcon'],_0x16b7cb['BcjiU'](_0x1b59ae['id'],_0x13f2(0x1b9))&&styles[_0x13f2(0x1ba)],_0x16b7cb[_0x13f2(0x188)](_0x1b59ae['id'],_0x16b7cb[_0x13f2(0xf8)])&&styles[_0x13f2(0x1bb)],_0x16b7cb[_0x13f2(0x1bc)](_0x1b59ae['id'],_0x13f2(0xf))&&styles[_0x13f2(0x1bd)],_0x1b59ae['id']===_0x13f2(0x10)&&styles[_0x13f2(0x1be)]],'resizeMode':_0x16b7cb[_0x13f2(0x1bf)]}),_0x119cd9&&React[_0x13f2(0xd3)](View,{'style':styles[_0x13f2(0x1c0)]}),_0x2a7f89&&React['createElement'](View,{'style':styles[_0x13f2(0x1c1)]}));}})),_0x16b7cb[_0x13f2(0x194)](_0xa8429[_0x13f2(0x71)],0x4)&&React[_0x13f2(0xd3)](View,{'style':[styles[_0x13f2(0x1c2)],{'bottom':_0x402112}]},React['createElement'](View,{'style':styles['scrollBarTrack']},React[_0x13f2(0xd3)](View,{'style':[styles['scrollBarThumb'],{'left':_0x4a6830*0x38}]}))),_0x56b041&&_0x16b7cb['VIaBs'](_0xa8429[_0x13f2(0x71)],0x4)&&React[_0x13f2(0xd3)](Animated[_0x13f2(0x1c3)],{'style':[styles[_0x13f2(0x1c4)],{'transform':[{'translateX':_0x207175[_0x13f2(0x1c5)]({'inputRange':[0x0,0x1],'outputRange':[0x0,0x8]})}],'opacity':_0x207175[_0x13f2(0x1c5)]({'inputRange':[0x0,0x1],'outputRange':[0.5,0x1]})}]},React[_0x13f2(0xd3)](Text,{'style':styles['scrollIndicatorText']},'›'))),React[_0x13f2(0xd3)](View,{'style':styles[_0x13f2(0x1c6)]},_0x5bd05a&&((()=>{const _0x251206=_0xa8429[_0x13f2(0x100)](_0xf2d778=>_0xf2d778['id']===_0x5bd05a);if(!_0x251206)return null;const _0x5af498=_0x4cb4e6['has'](_0x5bd05a),_0x5c9b2f=_0x4edb63[_0x5bd05a]===_0x16b7cb[_0x13f2(0x1b6)],_0x3e430d=_0x34b113===null||_0x16b7cb['ZWkAv'](_0x34b113,void 0x0)?void 0x0:_0x34b113[_0x13f2(0xac)](_0x5bd05a);return React[_0x13f2(0xd3)](View,{'style':styles['platformCard']},React[_0x13f2(0xd3)](View,{'style':styles[_0x13f2(0x1c7)]},React['createElement'](Text,{'style':styles[_0x13f2(0x1af)]},_0x251206['name']),_0x3e430d&&React[_0x13f2(0xd3)](View,{'style':styles[_0x13f2(0x1b0)]},React[_0x13f2(0xd3)](Text,{'style':styles[_0x13f2(0x1c8)]},_0x16b7cb[_0x13f2(0x1b1)])),React[_0x13f2(0xd3)](TouchableOpacity,{'activeOpacity':0.8,'onPress':()=>!_0x5c9b2f&&_0x3a726e(_0x5bd05a,!_0x5af498),'disabled':_0x5c9b2f,'style':[styles[_0x13f2(0x1c9)],{'backgroundColor':_0x5af498?_0x13f2(0x41):_0x16b7cb[_0x13f2(0x1ca)]}]},React[_0x13f2(0xd3)](View,{'style':[styles[_0x13f2(0x1cb)],{'transform':[{'translateX':_0x5af498?0x14:0x0}]}]}))),React['createElement'](View,{'style':styles[_0x13f2(0x1b3)]},React[_0x13f2(0xd3)](Text,{'style':styles['platformCardDescription']},_0x251206[_0x13f2(0x1b5)])));})())),React[_0x13f2(0xd3)](View,{'style':styles['refreshFrequencySection']},React['createElement'](Text,{'style':styles[_0x13f2(0x1cc)]},_0x16b7cb[_0x13f2(0x1cd)]),React[_0x13f2(0xd3)](Text,{'style':styles['refreshFrequencyDescription']},_0x16b7cb[_0x13f2(0x1ce)]),React['createElement'](View,{'style':styles[_0x13f2(0x1cf)]},MODEL_REFRESH_OPTIONS[_0x13f2(0xaf)](_0x2a8452=>React[_0x13f2(0xd3)](TouchableOpacity,{'key':_0x2a8452[_0x13f2(0x1d0)],'style':[styles['refreshOption'],_0x3190b1===_0x2a8452[_0x13f2(0x1d0)]&&styles[_0x13f2(0x1d1)]],'onPress':()=>_0x51d18a(_0x2a8452[_0x13f2(0x1d0)]),'activeOpacity':0.7},React[_0x13f2(0xd3)](View,{'style':[styles[_0x13f2(0x1d2)],_0x3190b1===_0x2a8452[_0x13f2(0x1d0)]&&styles[_0x13f2(0x1d3)]]},_0x3190b1===_0x2a8452[_0x13f2(0x1d0)]&&React['createElement'](View,{'style':styles[_0x13f2(0x1d4)]})),React[_0x13f2(0xd3)](Text,{'style':[styles[_0x13f2(0x1d5)],_0x3190b1===_0x2a8452['value']&&styles[_0x13f2(0x1d6)]]},_0x2a8452[_0x13f2(0x1d7)])))),React[_0x13f2(0xd3)](TouchableOpacity,{'onPress':_0x26b9cb,'style':styles[_0x13f2(0x1d8)]},React[_0x13f2(0xd3)](Text,{'style':styles[_0x13f2(0x1d9)]},_0x16b7cb[_0x13f2(0x1da)])))),React['createElement'](View,{'style':styles[_0x13f2(0x1db)]},React['createElement'](View,{'style':styles[_0x13f2(0x1dc)]},React['createElement'](_0x43e589,{'label':_0x13f2(0x1dd),'onPress':_0x447b19,'disabled':loading||_0x16b7cb['OIWAn'](_0x4cb4e6['size'],0x0)||_0x9af5b2||_0x438ec4,'loading':_0x16b7cb[_0x13f2(0x109)](loading,_0x9af5b2)||_0x438ec4}),React[_0x13f2(0xd3)](TouchableOpacity,{'style':styles[_0x13f2(0x1de)],'activeOpacity':0x1,'onPressIn':_0x964b49,'onPressOut':_0x3750f3,'onPress':()=>{_0x16b7cb[_0x13f2(0x1df)](_0x4cb4e6[_0x13f2(0x190)],0x0)&&!loading&&!_0x9af5b2&&!_0x438ec4&&(_0x16b7cb[_0x13f2(0x1e0)](_0x16b7cb[_0x13f2(0x1e1)],_0x16b7cb[_0x13f2(0x1e2)])?_0x16b7cb[_0x13f2(0x1e3)](_0x447b19):_0x139958[_0x13f2(0xad)](_0x549853));}},React[_0x13f2(0xd3)](Animated['View'],{'style':[styles[_0x13f2(0x1e4)],{'width':_0x405b49[_0x13f2(0x1c5)]({'inputRange':[0x0,0x1],'outputRange':['0%',_0x16b7cb[_0x13f2(0x1e5)]]})}]}))),_0x5873d2&&React[_0x13f2(0xd3)](TouchableOpacity,{'style':styles['skipButton'],'onPress':_0x4f265a},React[_0x13f2(0xd3)](Text,{'style':styles[_0x13f2(0x1e6)]},_0x16b7cb[_0x13f2(0x1e7)])),_0x389068&&React['createElement'](TouchableOpacity,{'style':styles[_0x13f2(0x1e8)],'onPress':_0x389068},React['createElement'](Text,{'style':styles[_0x13f2(0x1e9)]},_0x16b7cb[_0x13f2(0x1ea)]))));},styles=StyleSheet[_0x13f2(0x1eb)]({'container':{'flex':0x1,'backgroundColor':COLORS['surface'],'paddingHorizontal':0x18},'scrollContent':{'flex':0x1},'headingContainer':{'width':_0x13f2(0x56),'marginBottom':SPACING['sm'],'paddingTop':0x8,'marginTop':0x8},'title':{'fontFamily':'IBM\x20Plex\x20Sans','fontWeight':_0x13f2(0x1ec),'fontSize':0x18,'lineHeight':0x20,'color':COLORS[_0x13f2(0x1ed)],'textAlign':_0x13f2(0x1ee),'marginBottom':0x4},'subtitle':{'fontFamily':_0x13f2(0x1ef),'fontWeight':_0x13f2(0x1f0),'fontSize':0x10,'lineHeight':0x18,'color':COLORS['grey600'],'textAlign':_0x13f2(0x1ee)},'personaContainer':{'alignItems':'center','position':_0x13f2(0x1f1),'marginTop':-0xa,'marginBottom':-0x50,'height':0x1c2},'largePersona':{'width':0x1f4,'height':0x1f4},'platformIconsOverlay':{'position':_0x13f2(0x1f2),'width':_0x13f2(0x56),'height':0x46,'zIndex':0xa},'platformIconsScrollContent':{'flexDirection':_0x13f2(0x1f3),'alignItems':_0x13f2(0x1f4),'paddingHorizontal':0x14,'gap':0x18},'platformIconsCentered':{'flexGrow':0x1,'justifyContent':'center'},'platformIconButton':{'width':0x34,'height':0x34,'borderRadius':0x1a,'backgroundColor':_0x13f2(0x1f5),'justifyContent':_0x13f2(0x1f4),'alignItems':_0x13f2(0x1f4),'borderWidth':0x3,'borderColor':_0x13f2(0x1f6),'shadowColor':_0x13f2(0x1f7),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.15,'shadowRadius':0x4,'elevation':0x4},'platformIconButtonSelected':{'borderColor':'#3B82F6','backgroundColor':_0x13f2(0x1f8)},'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':_0x13f2(0x1f9),'borderWidth':0x2,'borderColor':COLORS[_0x13f2(0x1fa)]},'connectedDot':{'position':_0x13f2(0x1f2),'top':0x2,'right':0x2,'width':0xc,'height':0xc,'borderRadius':0x6,'backgroundColor':_0x13f2(0x41),'borderWidth':0x2,'borderColor':COLORS[_0x13f2(0x1fa)]},'cardContainer':{'alignItems':_0x13f2(0x1f4),'marginTop':0x20,'marginBottom':SPACING['md']},'platformCard':{'width':0x147,'backgroundColor':_0x13f2(0x1f5),'borderRadius':0x10,'padding':0x8,'shadowColor':_0x13f2(0x1f7),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.1,'shadowRadius':0x8,'elevation':0x3,'gap':0xa},'cardHeader':{'flexDirection':_0x13f2(0x1f3),'alignItems':'center','justifyContent':_0x13f2(0x1fb)},'platformCardTitle':{'fontSize':0x10,'fontWeight':_0x13f2(0x1fc),'color':COLORS[_0x13f2(0x1ed)],'fontFamily':_0x13f2(0x1fd)},'recommendedBadge':{'backgroundColor':_0x13f2(0x1f8),'paddingHorizontal':0xc,'paddingVertical':0x6,'borderRadius':0x10,'marginLeft':0x8},'recommendedBadgeText':{'fontSize':0xc,'fontWeight':_0x13f2(0x1fc),'color':'#2563EB','fontFamily':'IBM\x20Plex\x20Sans'},'customToggleTrack':{'width':0x32,'height':0x1e,'borderRadius':0xf,'padding':0x2,'marginLeft':'auto','marginRight':0x8,'justifyContent':_0x13f2(0x1f4)},'customToggleThumb':{'width':0x1a,'height':0x1a,'borderRadius':0xd,'backgroundColor':_0x13f2(0x1f5),'shadowColor':_0x13f2(0x1f7),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.2,'shadowRadius':0x2,'elevation':0x2},'descriptionContainer':{'backgroundColor':_0x13f2(0x1fe),'borderRadius':0x8,'padding':0x8},'platformCardDescription':{'fontSize':0xd,'lineHeight':0x12,'color':COLORS[_0x13f2(0x1ff)],'fontFamily':_0x13f2(0x1ef)},'refreshFrequencySection':{'paddingHorizontal':SPACING['md'],'paddingVertical':SPACING['lg'],'marginTop':SPACING['lg'],'backgroundColor':_0x13f2(0x1fe),'borderRadius':0xc,'marginHorizontal':SPACING['md'],'marginBottom':SPACING['md']},'refreshFrequencyTitle':{'fontSize':0x10,'fontWeight':_0x13f2(0x1fc),'color':COLORS[_0x13f2(0x1ed)],'fontFamily':_0x13f2(0x1fd),'marginBottom':0x4},'refreshFrequencyDescription':{'fontSize':0xd,'color':COLORS[_0x13f2(0x1ff)],'fontFamily':_0x13f2(0x1ef),'marginBottom':0x10},'refreshOptionsContainer':{'gap':0x8},'refreshOption':{'flexDirection':_0x13f2(0x1f3),'alignItems':_0x13f2(0x1f4),'paddingVertical':0xc,'paddingHorizontal':0xc,'backgroundColor':_0x13f2(0x1f5),'borderRadius':0x8,'borderWidth':0x1,'borderColor':'#E5E7EB'},'refreshOptionSelected':{'borderColor':'#8B5CF6','backgroundColor':_0x13f2(0x200)},'refreshRadio':{'width':0x14,'height':0x14,'borderRadius':0xa,'borderWidth':0x2,'borderColor':'#D1D5DB','alignItems':_0x13f2(0x1f4),'justifyContent':_0x13f2(0x1f4),'marginRight':0xc},'refreshRadioSelected':{'borderColor':_0x13f2(0x201)},'refreshRadioInner':{'width':0xa,'height':0xa,'borderRadius':0x5,'backgroundColor':_0x13f2(0x201)},'refreshOptionText':{'fontSize':0xe,'color':COLORS[_0x13f2(0x202)],'fontFamily':_0x13f2(0x1ef),'fontWeight':'400'},'refreshOptionTextSelected':{'fontWeight':'600','color':_0x13f2(0x203)},'privacyLinkContainer':{'marginTop':0x10,'paddingTop':0x10,'borderTopWidth':0x1,'borderTopColor':_0x13f2(0x204),'alignItems':_0x13f2(0x1f4)},'privacyLinkText':{'fontSize':0xe,'color':'#8B5CF6','fontFamily':_0x13f2(0x1ef),'fontWeight':_0x13f2(0x205)},'bottomButtonContainer':{'marginTop':_0x13f2(0x206),'paddingBottom':SPACING['xl'],'paddingHorizontal':SPACING['md']},'buttonWrapper':{'position':_0x13f2(0x1f1)},'buttonOverlay':{'position':_0x13f2(0x1f2),'top':0x0,'left':0x0,'right':0x0,'bottom':0x0,'borderRadius':0xc,'overflow':_0x13f2(0x207)},'holdProgressBar':{'position':_0x13f2(0x1f2),'bottom':0x0,'left':0x0,'height':0x4,'backgroundColor':_0x13f2(0x41),'borderRadius':0x2},'skipButton':{'alignItems':_0x13f2(0x1f4),'paddingVertical':0x10},'skipButtonText':{'fontSize':0x10,'fontFamily':'Inter','fontWeight':_0x13f2(0x205),'color':COLORS['grey600']},'logoutButton':{'alignItems':'center','paddingVertical':0xc,'marginTop':0x4},'logoutButtonText':{'fontSize':0xe,'fontFamily':_0x13f2(0x1ef),'fontWeight':'400','color':COLORS[_0x13f2(0x208)],'textDecorationLine':_0x13f2(0x209)},'pageIndicatorContainer':{'position':'absolute','alignSelf':_0x13f2(0x1f4),'zIndex':0xb},'scrollBarTrack':{'width':0x50,'height':0x4,'backgroundColor':COLORS[_0x13f2(0x20a)],'borderRadius':0x2,'position':_0x13f2(0x1f1),'overflow':_0x13f2(0x207)},'scrollBarThumb':{'position':_0x13f2(0x1f2),'width':0x18,'height':0x4,'backgroundColor':COLORS[_0x13f2(0x1ff)],'borderRadius':0x2,'left':0x0},'scrollIndicator':{'position':_0x13f2(0x1f2),'bottom':0x3c,'right':0x1e,'zIndex':0xc},'scrollIndicatorText':{'fontSize':0x20,'color':COLORS['grey500'],'fontWeight':'bold'}});export default PlatformConnectorsStep;
|
|
7
|
+
import React,{useState,useEffect,useRef,useCallback}from'react';import{View,Text,StyleSheet,ScrollView,Vibration,TouchableOpacity,Image,Animated}from'react-native';import{COLORS,SPACING}from'../theme';import{triggerHaptic,HapticType}from'../utils/haptics';function _0xc616(_0x366ab4,_0xc6164a){_0x366ab4=_0x366ab4-0x0;const _0x3a9b87=_0x366a();let _0x4d72d7=_0x3a9b87[_0x366ab4];return _0x4d72d7;}import _0x3f7ab4 from'./PersonaImage';import _0x59be63 from'./PrimaryButton';import _0x294e50 from'./PersonalizationConsentScreen';import _0x41f71f from'./PinCreationScreen';import _0x11f723 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':_0xc616(0x0),'label':_0xc616(0x1),'description':_0xc616(0x2)},{'value':_0xc616(0x3),'label':_0xc616(0x4),'description':_0xc616(0x5)},{'value':_0xc616(0x6),'label':_0xc616(0x7),'description':'Less\x20frequent,\x20more\x20efficient.'}];const PlatformConnectorsStep=({onUpdate:_0x3899a8,onSkip:_0x1f8981,loading:loading=![],onPinComplete:_0x12724e,onReviewerBypass:_0x3412ed,onLogout:_0x3e2cf6,allowedPlatforms:_0x1d31ce,recommendedPlatforms:_0x11f992,initialConnectedPlatforms:_0x4842de,onRefreshFrequencyChange:_0x377a47,initialRefreshFrequency:initialRefreshFrequency='weekly'})=>{const _0x26de1d={'PPXJX':function(_0x51aa17,_0x4181c4){return _0x51aa17(_0x4181c4);},'wayXS':function(_0x7348dd){return _0x7348dd();},'VRePS':function(_0x10d575,_0x5cbe1c){return _0x10d575(_0x5cbe1c);},'YzlYB':function(_0xe791d,_0xffce35){return _0xe791d===_0xffce35;},'nPrkA':'✅\x20[PLATFORMS]\x20Loaded\x20from\x20platform_account_details:','rqAtB':_0xc616(0x8),'WWfxu':function(_0x2c1197,_0x4a42c0){return _0x2c1197===_0x4a42c0;},'kuCME':'gVRbA','UNsEm':'GHTfF','nYDGe':'✅\x20[PLATFORMS]\x20Updated\x20connectedPlatforms\x20state\x20with:','QoOaC':function(_0x2edfaa,_0x2a7b46){return _0x2edfaa===_0x2a7b46;},'IMpIB':_0xc616(0x9),'zJKQN':_0xc616(0xa),'VEqSv':_0xc616(0xb),'qAVHs':_0xc616(0xc),'klgoW':_0xc616(0xd),'iiwnU':_0xc616(0xe),'Sxfhg':'BudcG','pUaTT':_0xc616(0xf),'WTERr':'gemini','pNCwj':function(_0x513ed0,_0x4b9b5d){return _0x513ed0===_0x4b9b5d;},'yiBUJ':_0xc616(0x10),'vPstU':_0xc616(0x11),'WMAKo':_0xc616(0x12),'bQtdG':function(_0x387bba,_0x11cc9e){return _0x387bba===_0x11cc9e;},'gHZNo':_0xc616(0x13),'oMYax':_0xc616(0x14),'wDnyk':'qLjwv','MsRmy':'❌\x20[PLATFORMS]\x20Error\x20loading\x20connected\x20platforms\x20from\x20storage:','LlRsG':function(_0x329183){return _0x329183();},'DTwkg':function(_0xcf3698,_0x5d3b63){return _0xcf3698===_0x5d3b63;},'TZBOn':_0xc616(0x15),'WVIxm':function(_0x426cd8,_0x2c882d){return _0x426cd8&&_0x2c882d;},'sjZCc':function(_0x67d32b,_0x58e7db){return _0x67d32b===_0x58e7db;},'xpLQt':function(_0x7697b6,_0x364218){return _0x7697b6*_0x364218;},'sjojQ':function(_0x559841,_0x58033f){return _0x559841!==_0x58033f;},'Yfqvh':_0xc616(0x16),'yIXMV':function(_0x2f0a3d,_0x5c1045){return _0x2f0a3d*_0x5c1045;},'oCTHY':function(_0x1e8c95,_0x414928){return _0x1e8c95(_0x414928);},'mJrju':_0xc616(0x17),'nrdsd':function(_0x3b19d4){return _0x3b19d4();},'EVuDY':function(_0x3e9072,_0x5d8d20){return _0x3e9072!==_0x5d8d20;},'oHEdp':'ywuUX','SetZL':function(_0x169304,_0x350e93){return _0x169304!==_0x350e93;},'nCarz':'Yjdzs','EyZSM':function(_0x5b6339,_0x49e656){return _0x5b6339-_0x49e656;},'LHIpY':function(_0x2dff2a,_0x1c8b87){return _0x2dff2a>_0x1c8b87;},'DtKUD':function(_0x39c139,_0x37ea9f){return _0x39c139>_0x37ea9f;},'nnexM':function(_0x3114fc,_0x5553d3){return _0x3114fc(_0x5553d3);},'DGFmo':'aYEWc','drBeS':_0xc616(0x18),'nsdOo':function(_0x3bd56c,_0x1b6941){return _0x3bd56c>_0x1b6941;},'lMpvH':_0xc616(0x19),'wQLYh':_0xc616(0x1a),'GyabL':_0xc616(0x1b),'kcbpI':'gelOT','uOLlM':function(_0x4753b2,_0x22a270){return _0x4753b2(_0x22a270);},'dsOLv':function(_0x1cf035,_0x20c7a3){return _0x1cf035(_0x20c7a3);},'DHESb':function(_0x4e5965,_0x4652d2){return _0x4e5965(_0x4652d2);},'HabuO':function(_0x2e54c9,_0x560903){return _0x2e54c9(_0x560903);},'IdZBE':function(_0x3c3194,_0x14a898){return _0x3c3194!==_0x14a898;},'rYdaP':_0xc616(0x1c),'RGUuX':function(_0x3b7138,_0x4c9a75){return _0x3b7138(_0x4c9a75);},'wBICc':function(_0x50dddd,_0xaae5fb){return _0x50dddd===_0xaae5fb;},'ekuRY':_0xc616(0x1d),'zICCo':function(_0x404a4b,_0x4feea2){return _0x404a4b===_0x4feea2;},'gMfMR':function(_0x5404a6,_0x4136b8){return _0x5404a6!==_0x4136b8;},'BKxvZ':'❌\x20[TOGGLE]\x20No\x20username\x20available\x20-\x20cannot\x20proceed\x20with\x20OAuth','jKubs':function(_0x240ace,_0x5b7863){return _0x240ace===_0x5b7863;},'QqrNg':function(_0x32e9b4,_0x17f7bd){return _0x32e9b4(_0x17f7bd);},'qJAWK':function(_0x3e63f3,_0x526611){return _0x3e63f3(_0x526611);},'pNbVB':function(_0x13b0fd,_0x70db12){return _0x13b0fd(_0x70db12);},'HHtun':_0xc616(0x1e),'dxflI':function(_0x1ce77e,_0x565f7e){return _0x1ce77e(_0x565f7e);},'jcmgc':_0xc616(0x1f),'JGMlB':function(_0x40ee20,_0x59872c){return _0x40ee20(_0x59872c);},'GoRbr':function(_0x50089e,_0x30dae3){return _0x50089e(_0x30dae3);},'fuaCT':function(_0x4842ed,_0x162691){return _0x4842ed(_0x162691);},'DhaKM':function(_0x2de679,_0x474e43,_0xa61027){return _0x2de679(_0x474e43,_0xa61027);},'XsOmh':'...','hJCBa':'NULL','UWFuy':function(_0x4749ed,_0x5df372){return _0x4749ed(_0x5df372);},'DYUhd':function(_0x56b5b2,_0x16f67b){return _0x56b5b2(_0x16f67b);},'rbxLl':function(_0x9fcef7,_0x57a53c){return _0x9fcef7(_0x57a53c);},'vjqKH':function(_0x56a720,_0xc3cc31){return _0x56a720(_0xc3cc31);},'nYJtA':'❌\x20[STORAGE]\x20Error\x20removing\x20from\x20user_connected_platforms:','ViZri':'linkedin','wRRnQ':function(_0x479344,_0x22e427){return _0x479344(_0x22e427);},'qwmKO':function(_0x2c732a,_0x46d794){return _0x2c732a!==_0x46d794;},'QsNpr':'gcCvR','OTQRz':function(_0x2ef14c,_0xe9d6f6){return _0x2ef14c!==_0xe9d6f6;},'CsGPk':_0xc616(0x20),'KzPJd':function(_0x18530d){return _0x18530d();},'DCsaT':function(_0x5f2264,_0x4bfac7){return _0x5f2264(_0x4bfac7);},'bISxI':function(_0x39dda3,_0x1badfc){return _0x39dda3(_0x1badfc);},'CqBRT':function(_0x146cdd,_0x12d263){return _0x146cdd!==_0x12d263;},'ESSMt':_0xc616(0x21),'SuNvO':function(_0x235af1,_0x3e4adf){return _0x235af1(_0x3e4adf);},'zYKtE':function(_0x22f0e2,_0x36968e,_0x32ec84){return _0x22f0e2(_0x36968e,_0x32ec84);},'xTlKf':function(_0x2bc54c,_0x4157bf){return _0x2bc54c===_0x4157bf;},'DenVy':'NIcxD','AOvTV':_0xc616(0x22),'VeGlS':'https://privacy.onairos.io/','PWkkB':function(_0x52ffb6,_0x1c5387){return _0x52ffb6(_0x1c5387);},'VDryL':function(_0x40a6a6,_0x2cb4e5){return _0x40a6a6===_0x2cb4e5;},'PVjfo':_0xc616(0x23),'jyuNP':function(_0x6612ec,_0xf8abf){return _0x6612ec===_0xf8abf;},'yIWMy':_0xc616(0x24),'dLsjL':_0xc616(0x25),'dRTTt':function(_0x54b57b,_0x7ec337){return _0x54b57b(_0x7ec337);},'RwGif':function(_0x169c65,_0x16869f){return _0x169c65(_0x16869f);},'kwdJY':function(_0x43d185,_0xe8f30a){return _0x43d185(_0xe8f30a);},'UFNZk':function(_0x5e4506,_0x11c4e6){return _0x5e4506(_0x11c4e6);},'lHPfq':function(_0x364110,_0x379ce0){return _0x364110(_0x379ce0);},'vzhpm':function(_0x1e50c6,_0x251bc4){return _0x1e50c6(_0x251bc4);},'sAhvY':function(_0x3df060,_0x47de36){return _0x3df060(_0x47de36);},'EjWxb':_0xc616(0x26),'Zxzcc':_0xc616(0x27),'zsGVa':function(_0x296e37,_0x15e368){return _0x296e37(_0x15e368);},'hGxkT':_0xc616(0x28),'UDSIT':function(_0xf5fa80,_0x439be5){return _0xf5fa80(_0x439be5);},'UXtxv':function(_0xe0df0f,_0x57db03){return _0xe0df0f(_0x57db03);},'nMRiN':_0xc616(0x29),'vnvdL':_0xc616(0x2a),'rAObW':_0xc616(0x2b),'JUmaS':'FVvma','reWUu':function(_0x48cef1){return _0x48cef1();},'geTds':function(_0x58047c,_0x2610f5){return _0x58047c(_0x2610f5);},'RPbLl':function(_0x3f4d69,_0x573bfc){return _0x3f4d69===_0x573bfc;},'WmsZO':_0xc616(0x2c),'HvhMF':function(_0x16c553,_0x597e96){return _0x16c553(_0x597e96);},'GieiO':function(_0x3d546b,_0x15ba7c){return _0x3d546b||_0x15ba7c;},'skquw':function(_0x5ec2cd,_0x42cdaf){return _0x5ec2cd!==_0x42cdaf;},'mNFeY':'eKrau','yWzQB':function(_0x30f83c,_0x23bb9a){return _0x30f83c+_0x23bb9a;},'qikla':_0xc616(0x2d),'khMJi':_0xc616(0x2e),'fhCOw':_0xc616(0x2f),'kEsDb':function(_0x11b10f,_0x328ee0){return _0x11b10f(_0x328ee0);},'lVEmK':function(_0x4597c7,_0x4a0033){return _0x4597c7(_0x4a0033);},'wGXHp':function(_0x1604f2,_0x485a49){return _0x1604f2!==_0x485a49;},'LoXYJ':function(_0x5a0939,_0x30f75e){return _0x5a0939===_0x30f75e;},'dVFuL':function(_0x31c284,_0x531c6c){return _0x31c284===_0x531c6c;},'EwtYz':_0xc616(0x30),'QrmSG':function(_0x3b4cca,_0x5d126f){return _0x3b4cca===_0x5d126f;},'lyMSV':_0xc616(0x31),'olDrC':function(_0x2cdebb,_0x48fdd2){return _0x2cdebb===_0x48fdd2;},'joONJ':_0xc616(0x32),'ibRQb':function(_0x2a9586,_0x346527){return _0x2a9586===_0x346527;},'BmTOJ':'gmail','iVIpq':function(_0x375014,_0x216793){return _0x375014===_0x216793;},'jFLJo':_0xc616(0x33),'ZuphL':function(_0x5a616e,_0x4ec0f3){return _0x5a616e===_0x4ec0f3;},'ejHLf':function(_0x215e0b,_0x137be9){return _0x215e0b===_0x137be9;},'ffdDw':'Bpwxn','iFlhZ':function(_0x2c7fb0,_0x9ae3fa){return _0x2c7fb0!==_0x9ae3fa;},'jHthb':_0xc616(0x34),'yXnfc':function(_0x5f36c3){return _0x5f36c3();},'sIYng':function(_0x1126f6,_0x498db6){return _0x1126f6(_0x498db6);},'wngmr':function(_0x18ac74,_0x55b0dc){return _0x18ac74(_0x55b0dc);},'hNsLb':function(_0x375da2,_0x2adb9a){return _0x375da2(_0x2adb9a);},'gQiZm':function(_0x14dd61,_0x4d9cce){return _0x14dd61(_0x4d9cce);},'OiOgD':function(_0x44b29c,_0x5bde24){return _0x44b29c(_0x5bde24);},'uXqxA':function(_0x51c7a6,_0x205d97){return _0x51c7a6(_0x205d97);},'PhLQq':function(_0x3b9eb3,_0x196969){return _0x3b9eb3(_0x196969);},'VGOdi':'Initializing...','hsLKd':function(_0x3743a2,_0x57f99b){return _0x3743a2(_0x57f99b);},'vcOhC':function(_0x4c846c,_0x1f15e7){return _0x4c846c(_0x1f15e7);},'nFpXO':function(_0x4dead4,_0x23fe49){return _0x4dead4(_0x23fe49);},'EzwoI':function(_0x2c21a1,_0x523e89){return _0x2c21a1(_0x523e89);},'oDVop':function(_0x357ba5,_0x232458){return _0x357ba5(_0x232458);},'CBjaG':function(_0x4fc5e5,_0x7f67a1){return _0x4fc5e5(_0x7f67a1);},'gInGl':function(_0x3ca662,_0x669b9){return _0x3ca662(_0x669b9);},'wIDHP':function(_0x3233a9,_0x50bdec){return _0x3233a9(_0x50bdec);},'Fzhlw':function(_0x5c9c28){return _0x5c9c28();},'FiWzE':function(_0x311115,_0x25feb4,_0x2efb6e){return _0x311115(_0x25feb4,_0x2efb6e);},'SwizH':function(_0x5f1b5b,_0x1c35c1,_0xafb67d){return _0x5f1b5b(_0x1c35c1,_0xafb67d);},'UCxRQ':'YouTube','rinMQ':_0xc616(0x35),'urCTE':'Reddit','QwDlS':'Use\x20your\x20posts\x20and\x20comments\x20to\x20enrich\x20your\x20model.','kQqNQ':'Use\x20your\x20pins,\x20boards,\x20and\x20interests\x20to\x20enrich\x20your\x20model.','RoIfc':'LinkedIn','xTQWS':_0xc616(0x36),'YxNXc':function(_0x4c30b1,_0x494fc3){return _0x4c30b1(_0x494fc3);},'wNqMH':_0xc616(0x37),'BBPAE':_0xc616(0x38),'ZIWjD':function(_0x4f2b10,_0x537690){return _0x4f2b10(_0x537690);},'saBLf':_0xc616(0x39),'rblBD':_0xc616(0x3a),'VWvDj':function(_0x107d24,_0x2f1d9a){return _0x107d24(_0x2f1d9a);},'PMcwA':'grok','ZjwQz':_0xc616(0x3b),'NUNig':function(_0x117ad8,_0x503c35,_0xdadae5){return _0x117ad8(_0x503c35,_0xdadae5);},'dCvaI':function(_0x9f0ac2,_0x3b97e1){return _0x9f0ac2+_0x3b97e1;},'lFwyZ':function(_0x5c85ed,_0x3451e0){return _0x5c85ed&&_0x3451e0;},'pxPTO':_0xc616(0x3c),'lVPzU':_0xc616(0x3d),'qIugX':function(_0x1f05b1,_0x438188){return _0x1f05b1<=_0x438188;},'RaZvg':_0xc616(0x3e),'rXgHa':function(_0xb098e8,_0x2887db){return _0xb098e8*_0x2887db;},'vhJvI':function(_0x1e0050,_0x6dac4e){return _0x1e0050>_0x6dac4e;},'dcUxU':_0xc616(0x3f),'XegTc':'How\x20often\x20should\x20your\x20model\x20be\x20refreshed\x20from\x20platforms?','KWmmS':'Skip'};var _0x36eba0;const [_0x591c3e,_0x578df3]=_0x26de1d[_0xc616(0x40)](useState,()=>new Set(_0x4842de||[])),[_0x2fe487,_0x11388b]=_0x26de1d[_0xc616(0x41)](useState,![]),[_0x477f0c,_0x138a5]=_0x26de1d[_0xc616(0x42)](useState,![]),[_0x530ec3,_0x52b5d1]=_0x26de1d[_0xc616(0x43)](useState,![]),[_0x23d41c,_0x2e8f62]=useState(''),[_0x587a29,_0x198669]=_0x26de1d[_0xc616(0x44)](useState,{}),[_0xc18ad,_0x1852d5]=useState(![]),[_0x416e97,_0x2ced3b]=_0x26de1d[_0xc616(0x45)](useState,''),[_0x4f52ae,_0x5d153a]=_0x26de1d['hNsLb'](useState,''),[_0x3e864b,_0x30d360]=_0x26de1d[_0xc616(0x46)](useState,null),[_0x5d7e39,_0x1737df]=_0x26de1d['dsOLv'](useState,0x0),_0x2ab235=_0x26de1d[_0xc616(0x47)](useRef,new Animated[(_0xc616(0x48))](0x0))['current'],[_0x338f10,_0x10c5e1]=_0x26de1d[_0xc616(0x49)](useState,''),_0xf4a865=_0x26de1d[_0xc616(0x4a)](useRef,null),[_0x4cca5d,_0x3bc6dc]=useState(!![]),_0x17be27=useRef(new Animated[(_0xc616(0x48))](0x0))['current'],[_0x34bd44,_0x24b15f]=_0x26de1d[_0xc616(0x4b)](useState,0x0),_0x7e4f84=_0x26de1d['uXqxA'](useRef,0x0),[_0x3047b7,_0x1d01ff]=_0x26de1d[_0xc616(0x47)](useState,''),[_0x11b904,_0x20efc7]=_0x26de1d[_0xc616(0x4c)](useState,0x0),[_0x56c794,_0x35ca23]=_0x26de1d[_0xc616(0x4d)](useState,_0x26de1d[_0xc616(0x4e)]),[_0x1cc1b9,_0x8b9af6]=_0x26de1d['GoRbr'](useState,![]),[_0x16a70f,_0x602a51]=useState(![]),[_0x32fe58,_0x3308a7]=_0x26de1d[_0xc616(0x4f)](useState,null),[_0xbb25f6,_0x21fa25]=_0x26de1d[_0xc616(0x50)](useState,null),_0x81f51b=_0x26de1d[_0xc616(0x51)](useRef,null),[_0x788007,_0x5b1692]=_0x26de1d[_0xc616(0x52)](useState,![]),[_0xa94c3d,_0x548169]=_0x26de1d[_0xc616(0x53)](useState,''),[_0x749594,_0x4b9f13]=useState(null),[_0x345d8a,_0x53fe7e]=useState(![]),[_0x16338e,_0x539fa4]=_0x26de1d['CBjaG'](useState,![]),[_0x22737b,_0x1b8f8d]=_0x26de1d[_0xc616(0x54)](useState,null),[_0x236fa5,_0x2c9b33]=_0x26de1d[_0xc616(0x55)](useState,initialRefreshFrequency),{connectPlatform:_0x1d25d0,disconnectPlatform:_0x1360dd,isConnecting:_0xd33f9b}=_0x26de1d['Fzhlw'](useConnections),_0x343e01=null;useEffect(()=>{_0x4842de&&_0x4842de[_0xc616(0x56)]>0x0&&_0x26de1d[_0xc616(0x57)](_0x578df3,_0x1f316d=>{const _0x4309b9=new Set(_0x1f316d);let _0x335d4b=![];return _0x4842de[_0xc616(0x58)](_0x2a2b12=>{!_0x4309b9[_0xc616(0x59)](_0x2a2b12)&&(_0x4309b9['add'](_0x2a2b12),_0x335d4b=!![]);}),_0x335d4b?_0x4309b9:_0x1f316d;});},[_0x4842de]),_0x26de1d[_0xc616(0x5a)](useEffect,()=>{const _0x1f8035={'WAlBC':function(_0x4e742c){return _0x26de1d[_0xc616(0x5b)](_0x4e742c);},'CIuFm':function(_0x231447,_0x3af87f){return _0x26de1d['VRePS'](_0x231447,_0x3af87f);},'WNiMx':function(_0x4ec6ad,_0x265427){return _0x4ec6ad(_0x265427);},'GzBLm':function(_0x3302bc,_0x1495cb){return _0x26de1d[_0xc616(0x5c)](_0x3302bc,_0x1495cb);},'XGEHj':_0x26de1d['nPrkA'],'RelDf':_0xc616(0x5d),'KWCDv':_0xc616(0x5e),'dzCpi':_0x26de1d[_0xc616(0x5f)],'gAoaz':function(_0xa39d25,_0x14d87a){return _0x26de1d[_0xc616(0x60)](_0xa39d25,_0x14d87a);},'yTvMR':_0x26de1d[_0xc616(0x61)],'AQKav':_0x26de1d[_0xc616(0x62)],'aJJjS':_0x26de1d[_0xc616(0x63)],'ePAOA':function(_0x418d3e,_0x2bc693){return _0x26de1d[_0xc616(0x64)](_0x418d3e,_0x2bc693);},'oCGaf':function(_0x8867da,_0x4b53c5){return _0x26de1d['QoOaC'](_0x8867da,_0x4b53c5);},'CVxOj':_0x26de1d[_0xc616(0x65)],'MsZBc':_0x26de1d[_0xc616(0x66)],'DJWKk':_0x26de1d[_0xc616(0x67)],'MRtkK':function(_0x345697,_0x48ae99){return _0x345697===_0x48ae99;},'cNOzv':_0x26de1d[_0xc616(0x68)],'tLMiF':_0x26de1d[_0xc616(0x69)],'WhcSr':_0x26de1d[_0xc616(0x6a)],'cPewP':function(_0x458168,_0x4ca3dd){return _0x458168!==_0x4ca3dd;},'fJylN':_0x26de1d[_0xc616(0x6b)],'kyWbp':_0xc616(0x6c),'EHWBJ':_0x26de1d[_0xc616(0x6d)],'iBzrc':_0xc616(0x33),'eeZWd':_0x26de1d[_0xc616(0x6e)],'CcQas':function(_0x3b5a3b,_0x1384d1){return _0x26de1d[_0xc616(0x6f)](_0x3b5a3b,_0x1384d1);},'Zdtal':_0x26de1d[_0xc616(0x70)],'kpquu':_0x26de1d['vPstU'],'zNzTD':_0x26de1d[_0xc616(0x71)],'opJwV':function(_0x553044,_0x366051){return _0x26de1d['bQtdG'](_0x553044,_0x366051);},'AJUPr':_0x26de1d[_0xc616(0x72)],'QNlfU':_0xc616(0x73),'iLamP':_0x26de1d[_0xc616(0x74)],'xSzCf':function(_0x326570,_0x12c326){return _0x326570>_0x12c326;},'KJHPq':function(_0x53cb4e,_0x2dbfe7){return _0x26de1d[_0xc616(0x75)](_0x53cb4e,_0x2dbfe7);},'YXqXe':_0x26de1d[_0xc616(0x76)],'YXawc':_0x26de1d['MsRmy']},_0x27338e=async()=>{const _0x5873e7={'vsJgk':function(_0x79bf43,_0x3a8454){return _0x1f8035[_0xc616(0x77)](_0x79bf43,_0x3a8454);},'emKRU':function(_0x37bc2b,_0x47fb51){return _0x1f8035[_0xc616(0x78)](_0x37bc2b,_0x47fb51);},'FjQlG':function(_0x7145e0,_0x3115dd){return _0x7145e0===_0x3115dd;},'ppDPK':_0x1f8035[_0xc616(0x79)],'wlvMr':function(_0x484771,_0xcb4480){return _0x1f8035[_0xc616(0x7a)](_0x484771,_0xcb4480);}};try{console[_0xc616(0x7b)](_0x1f8035[_0xc616(0x7c)]);const _0x2b0db4=[],_0x343546=await AsyncStorage['getItem'](_0x1f8035[_0xc616(0x7d)]);if(_0x343546){const _0x76e2e7=JSON[_0xc616(0x7e)](_0x343546);Array[_0xc616(0x7f)](_0x76e2e7)&&(_0x2b0db4[_0xc616(0x80)](..._0x76e2e7),console['log'](_0x1f8035[_0xc616(0x81)],_0x76e2e7));}const _0x22c51a=await AsyncStorage[_0xc616(0x82)](_0xc616(0x83));if(_0x22c51a){const _0x20b705=JSON[_0xc616(0x7e)](_0x22c51a);Array[_0xc616(0x7f)](_0x20b705)&&(_0x1f8035[_0xc616(0x84)](_0x1f8035[_0xc616(0x85)],_0x1f8035['kyWbp'])?(_0x20b705[_0xc616(0x58)](_0x2718d8=>{const _0x4f2890={'EOVSS':function(_0x12e200,_0x47643e){return _0x5873e7['vsJgk'](_0x12e200,_0x47643e);}};var _0x53ce76;const _0x5b513b=_0x5873e7[_0xc616(0x86)](_0x53ce76=_0x2718d8[_0xc616(0x87)],null)||_0x5873e7[_0xc616(0x88)](_0x53ce76,void 0x0)?void 0x0:_0x53ce76[_0xc616(0x89)]();if(_0x5b513b&&!_0x2b0db4['includes'](_0x5b513b)){if(_0x5873e7['ppDPK']!==_0x5873e7['ppDPK'])return()=>{_0x269451&&_0x4f2890['EOVSS'](_0x997f27,_0xa082c0);};else _0x2b0db4[_0xc616(0x80)](_0x5b513b);}}),console[_0xc616(0x7b)](_0x1f8035[_0xc616(0x8a)],_0x20b705[_0xc616(0x8b)](_0x16ff7c=>_0x16ff7c[_0xc616(0x87)]))):_0x1f8035[_0xc616(0x8c)](_0x5ea8d5));}const _0x39a21a=[_0x1f8035[_0xc616(0x8d)],_0x1f8035[_0xc616(0x8e)],_0x1f8035[_0xc616(0x8f)],'grok'];for(const _0x16e4c0 of _0x39a21a){if(_0x1f8035[_0xc616(0x90)](_0xc616(0x10),_0x1f8035['Zdtal'])){const _0x2d27b2=await AsyncStorage[_0xc616(0x82)](_0xc616(0x91)+_0x16e4c0);if(_0x2d27b2){const _0x4b6f54=JSON[_0xc616(0x7e)](_0x2d27b2);_0x4b6f54[_0xc616(0x92)]&&!_0x2b0db4['includes'](_0x16e4c0)&&(_0x1f8035[_0xc616(0x84)](_0xc616(0x93),_0x1f8035[_0xc616(0x94)])?(_0x2b0db4[_0xc616(0x80)](_0x16e4c0),console[_0xc616(0x7b)](_0xc616(0x95)+_0x16e4c0)):(_0x1f8035[_0xc616(0x77)](_0x3ee523,_0x2c946c[_0xc616(0x96)]),_0x1f8035['WNiMx'](_0x47a0d1,_0x4d963c['id'])));}}else _0x59c95d&&(_0x5873e7[_0xc616(0x97)](_0x514a3b,_0x4ea41c),_0x1df19d(null)),_0x3faa9d['setValue'](0x0),Animated['timing'](_0x4e2f45,{'toValue':0x0,'duration':0xc8,'useNativeDriver':![]})['start']();}const _0x400ffc=await AsyncStorage['getItem'](_0x1f8035[_0xc616(0x98)]);if(_0x400ffc){const _0xff8c8e=JSON[_0xc616(0x7e)](_0x400ffc);_0xff8c8e[_0xc616(0x92)]&&!_0x2b0db4[_0xc616(0x99)](_0xc616(0x73))&&(_0x1f8035[_0xc616(0x9a)](_0x1f8035[_0xc616(0x9b)],'udEXl')?(_0x3dff7e[_0xc616(0x25)]('Error\x20toggling\x20platform\x20'+_0x497be6+':',_0x2e8b88),_0x5873e7[_0xc616(0x97)](_0x2da973,_0x258cd0=>({..._0x258cd0,[_0x1dac8e]:_0xc616(0x25)})),_0x5873e7[_0xc616(0x9c)](_0x466792,_0x18e6cd['ERROR'])):(_0x2b0db4[_0xc616(0x80)](_0x1f8035[_0xc616(0x9d)]),console[_0xc616(0x7b)](_0x1f8035['iLamP'])));}_0x1f8035[_0xc616(0x9e)](_0x2b0db4['length'],0x0)&&_0x1f8035['KJHPq'](_0x578df3,_0x4aa41e=>{const _0x2cbe25={'NpYjR':function(_0x3e13c6,_0x43d5c0){return _0x1f8035[_0xc616(0x9f)](_0x3e13c6,_0x43d5c0);},'VMmRa':_0x1f8035[_0xc616(0x8a)],'KigGz':function(_0x3e537b,_0x46e4e1){return _0x3e537b!==_0x46e4e1;},'jgHMM':_0x1f8035['RelDf'],'efSic':_0x1f8035[_0xc616(0xa0)],'ecsAn':_0x1f8035['dzCpi']};if(_0x1f8035['gAoaz'](_0x1f8035[_0xc616(0xa1)],_0x1f8035['yTvMR'])){const _0x4e0385=new Set(_0x4aa41e);let _0x52bc03=![];return _0x2b0db4[_0xc616(0x58)](_0x4f7bba=>{if(!_0x4e0385['has'](_0x4f7bba)){if(_0x2cbe25[_0xc616(0xa2)](_0x2cbe25[_0xc616(0xa3)],_0x2cbe25[_0xc616(0xa4)]))_0x4e0385['add'](_0x4f7bba),_0x52bc03=!![];else{const _0x467e91={'UwLIr':function(_0x251acc,_0x275741){return _0x2cbe25[_0xc616(0xa5)](_0x251acc,_0x275741);}};_0x380ebe[_0xc616(0x58)](_0x5d8c5f=>{var _0x5f1a0d;const _0x43c6d3=_0x467e91['UwLIr'](_0x5f1a0d=_0x5d8c5f[_0xc616(0x87)],null)||_0x5f1a0d===void 0x0?void 0x0:_0x5f1a0d[_0xc616(0x89)]();_0x43c6d3&&!_0x285b8e[_0xc616(0x99)](_0x43c6d3)&&_0x13dd7f[_0xc616(0x80)](_0x43c6d3);}),_0x1b443d[_0xc616(0x7b)](_0x2cbe25['VMmRa'],_0xfe8e57[_0xc616(0x8b)](_0x7f07d1=>_0x7f07d1[_0xc616(0x87)]));}}}),_0x52bc03&&(_0x1f8035[_0xc616(0x9f)](_0x1f8035['AQKav'],_0x1f8035[_0xc616(0xa6)])?console[_0xc616(0x7b)](_0x1f8035[_0xc616(0xa7)],Array[_0xc616(0xa8)](_0x4e0385)):(_0x13dddf['push'](..._0x153781),_0xb807a2[_0xc616(0x7b)](_0x2cbe25[_0xc616(0xa9)],_0x1320c5))),_0x52bc03?_0x4e0385:_0x4aa41e;}else _0x3041e6();});}catch(_0x571c1c){if(_0x1f8035['YXqXe']!==_0xc616(0xaa)){const _0x3253b3=_0xa3fa15[_0xc616(0xab)](_0x4041bb=>_0x4041bb['id']===_0x296270);if(!_0x3253b3)return null;const _0x9f0327=_0x464e0a['has'](_0x17b5d6),_0x183c18=_0x1f8035[_0xc616(0xac)](_0x2c2ce2[_0x513235],'connecting'),_0x45680a=_0x1f8035[_0xc616(0xad)](_0x4e53aa,null)||_0x1f8035[_0xc616(0xac)](_0x454751,void 0x0)?void 0x0:_0x32b619['includes'](_0x275838);return React['createElement'](View,{'style':_0x28e2a4[_0xc616(0xae)]},React[_0xc616(0xaf)](View,{'style':_0x844c7a['cardHeader']},React[_0xc616(0xaf)](Text,{'style':_0x250a18['platformCardTitle']},_0x3253b3[_0xc616(0xb0)]),_0x45680a&&React[_0xc616(0xaf)](View,{'style':_0x4bfa57[_0xc616(0xb1)]},React[_0xc616(0xaf)](Text,{'style':_0x3e8dc2['recommendedBadgeText']},_0x1f8035[_0xc616(0xb2)])),React[_0xc616(0xaf)](TouchableOpacity,{'activeOpacity':0.8,'onPress':()=>!_0x183c18&&_0x4989bf(_0x4843d2,!_0x9f0327),'disabled':_0x183c18,'style':[_0x5ec18d[_0xc616(0xb3)],{'backgroundColor':_0x9f0327?_0x1f8035[_0xc616(0xb4)]:_0x1f8035[_0xc616(0xb5)]}]},React[_0xc616(0xaf)](View,{'style':[_0x224300[_0xc616(0xb6)],{'transform':[{'translateX':_0x9f0327?0x14:0x0}]}]}))),React[_0xc616(0xaf)](View,{'style':_0x5ceed0[_0xc616(0xb7)]},React['createElement'](Text,{'style':_0x15d528[_0xc616(0xb8)]},_0x3253b3[_0xc616(0xb9)])));}else console[_0xc616(0x25)](_0x1f8035[_0xc616(0xba)],_0x571c1c);}};_0x26de1d['LlRsG'](_0x27338e);},[]),_0x26de1d[_0xc616(0x5a)](useEffect,()=>{const _0x19d15d={'lyOLu':function(_0x131226,_0x530a19){return _0x26de1d['VRePS'](_0x131226,_0x530a19);},'vPnRq':_0xc616(0xbb),'kgsDk':function(_0x2ceb07,_0x5b261e){return _0x2ceb07(_0x5b261e);},'fIplg':function(_0x1f648f,_0x3c40bc){return _0x26de1d[_0xc616(0xbc)](_0x1f648f,_0x3c40bc);},'exTYF':_0x26de1d[_0xc616(0xbd)],'YRahP':_0xc616(0xbe),'opszx':function(_0x9abb35,_0x268eec){return _0x9abb35&&_0x268eec;},'gCzSv':function(_0x37f9a2,_0x7f3d21){return _0x26de1d['VRePS'](_0x37f9a2,_0x7f3d21);},'WAucb':function(_0x312a18,_0x4ad2ea){return _0x26de1d[_0xc616(0xbf)](_0x312a18,_0x4ad2ea);},'ArOmV':function(_0x31e16e,_0x4645eb){return _0x26de1d[_0xc616(0xc0)](_0x31e16e,_0x4645eb);},'fCIyS':function(_0x505691,_0x2dbd74){return _0x26de1d[_0xc616(0xc1)](_0x505691,_0x2dbd74);},'rAdyo':function(_0x332640,_0x221a7c){return _0x26de1d[_0xc616(0xc2)](_0x332640,_0x221a7c);},'iAxdT':_0x26de1d['Yfqvh'],'tnssm':function(_0x544064,_0x464b2d){return _0x26de1d[_0xc616(0xc3)](_0x544064,_0x464b2d);},'qooZX':function(_0x1af8ef,_0x410a1e){return _0x26de1d[_0xc616(0xc4)](_0x1af8ef,_0x410a1e);},'wTNgY':'cBvFX','AVVXK':_0x26de1d['mJrju']},_0x5f428d=async()=>{if(_0x19d15d[_0xc616(0xc5)](_0x19d15d[_0xc616(0xc6)],_0x19d15d[_0xc616(0xc6)]))try{const _0x1dd4b8=await AsyncStorage[_0xc616(0x82)](_0x19d15d[_0xc616(0xc7)]);if(_0x19d15d[_0xc616(0xc8)](_0x1dd4b8,!_0x3047b7)){_0x19d15d['gCzSv'](_0x1d01ff,_0x1dd4b8);return;}if(_0x19d15d[_0xc616(0xc9)](_0x343e01,!_0x3047b7)){var _0x2afa56;const _0x537481=(_0x19d15d['fIplg'](_0x343e01,null)||_0x19d15d[_0xc616(0xca)](_0x343e01,void 0x0)||_0x19d15d[_0xc616(0xc5)](_0x2afa56=_0x343e01['email'],null)||_0x19d15d['fIplg'](_0x2afa56,void 0x0)?void 0x0:_0x2afa56[_0xc616(0xcb)]('@')[0x0])||(_0x343e01===null||_0x19d15d[_0xc616(0xc5)](_0x343e01,void 0x0)?void 0x0:_0x343e01[_0xc616(0xb0)])||_0xc616(0xcc)+Math[_0xc616(0xcd)](_0x19d15d[_0xc616(0xce)](Math[_0xc616(0xcf)](),0x2710));_0x1d01ff(_0x537481),await AsyncStorage[_0xc616(0xd0)](_0x19d15d[_0xc616(0xc7)],_0x537481);return;}if(!_0x3047b7){if(_0x19d15d['rAdyo'](_0x19d15d[_0xc616(0xd1)],_0x19d15d[_0xc616(0xd1)]))_0x3e1af4();else{const _0x3fbcd8=_0xc616(0xd2)+Math[_0xc616(0xcd)](_0x19d15d[_0xc616(0xd3)](Math[_0xc616(0xcf)](),0x2710));_0x19d15d[_0xc616(0xd4)](_0x1d01ff,_0x3fbcd8),await AsyncStorage[_0xc616(0xd0)](_0xc616(0xbe),_0x3fbcd8);}}}catch(_0x396b8a){if(_0x19d15d[_0xc616(0xd5)]!==_0x19d15d['wTNgY']){const Linking=_0x19d15d[_0xc616(0xd6)](_0x5bf404,0x0)['Linking'];Linking[_0xc616(0xd7)](_0x19d15d[_0xc616(0xd8)]);}else{console[_0xc616(0x25)](_0x19d15d[_0xc616(0xd9)],_0x396b8a);const _0x2b87d7=_0xc616(0xcc)+Math[_0xc616(0xcd)](Math[_0xc616(0xcf)]()*0x2710);_0x19d15d[_0xc616(0xd6)](_0x1d01ff,_0x2b87d7);}}else _0x327e9a['error']('❌\x20[LLM]\x20No\x20URL\x20configured\x20for\x20platform:\x20'+_0x51256a),_0x19d15d['kgsDk'](_0x2686a4,_0x590495=>({..._0x590495,[_0x268b5e]:_0xc616(0x25)})),_0x82b7e9(_0x5bc8a7[_0xc616(0xda)]);};_0x26de1d[_0xc616(0x5b)](_0x5f428d);},[_0x343e01,_0x3047b7]),useEffect(()=>{const _0x358c06={'IOBJI':function(_0x3de745){return _0x26de1d[_0xc616(0xdb)](_0x3de745);}};_0x26de1d[_0xc616(0xdc)](_0x26de1d[_0xc616(0xdd)],_0x26de1d[_0xc616(0xdd)])?_0x27ef1e[_0xc616(0xde)]>0x0&&!_0x3cd68d&&!_0x270213&&!_0x24514f&&_0x358c06['IOBJI'](_0x55de4f):_0x4cca5d&&Animated[_0xc616(0xdf)](Animated[_0xc616(0xe0)]([Animated[_0xc616(0xe1)](_0x17be27,{'toValue':0x1,'duration':0x3e8,'useNativeDriver':!![]}),Animated[_0xc616(0xe1)](_0x17be27,{'toValue':0x0,'duration':0x3e8,'useNativeDriver':!![]})]))[_0xc616(0xe2)]();},[_0x4cca5d]);const _0x501224=_0x26de1d['SwizH'](useCallback,_0x4ed4e6=>{const _0x32d3f1={'RBsQD':function(_0x3f2bc1,_0x1dd9d9){return _0x3f2bc1(_0x1dd9d9);}};if(_0x26de1d[_0xc616(0xe3)](_0x26de1d[_0xc616(0xe4)],_0x26de1d[_0xc616(0xe4)]))_0x32d3f1['RBsQD'](_0x12a306,_0x5ba04a=>({..._0x5ba04a,[_0x4e69e5]:_0xc616(0x25)})),_0x532c9a(_0x1bf127[_0xc616(0xda)]);else{const _0x5102ca=_0x4ed4e6[_0xc616(0xe5)]['contentOffset']['x'],_0x446a08=_0x4ed4e6[_0xc616(0xe5)][_0xc616(0xe6)][_0xc616(0xe7)],_0xe8a1d8=_0x4ed4e6[_0xc616(0xe5)][_0xc616(0xe8)]['width'];_0x7e4f84[_0xc616(0xe9)]=_0x5102ca;const _0x198a1d=_0x26de1d[_0xc616(0xea)](_0xe8a1d8,_0x446a08),_0x346363=_0x26de1d[_0xc616(0xeb)](_0x198a1d,0x0)?_0x5102ca/_0x198a1d:0x0;_0x24b15f(_0x346363),_0x26de1d[_0xc616(0xec)](_0x5102ca,0xa)&&_0x4cca5d&&_0x3bc6dc(![]);}},[_0x4cca5d]),_0x47f08f=[{'id':_0xc616(0x31),'name':_0x26de1d[_0xc616(0xed)],'icon':_0x26de1d[_0xc616(0xc4)](getPlatformIcon,_0xc616(0x31)),'description':_0xc616(0xee),'isChatPlatform':![]},{'id':_0x26de1d[_0xc616(0xef)],'name':_0x26de1d[_0xc616(0xf0)],'icon':getPlatformIcon('reddit'),'description':_0x26de1d[_0xc616(0xf1)],'isChatPlatform':![]},{'id':_0x26de1d['joONJ'],'name':_0xc616(0xf2),'icon':_0x26de1d[_0xc616(0x49)](getPlatformIcon,_0xc616(0x32)),'description':_0x26de1d['kQqNQ'],'isChatPlatform':![]},{'id':_0x26de1d[_0xc616(0xf3)],'name':_0x26de1d[_0xc616(0xf4)],'icon':getPlatformIcon(_0x26de1d[_0xc616(0xf3)]),'description':_0xc616(0xf5),'isChatPlatform':![]},{'id':_0x26de1d['BmTOJ'],'name':_0x26de1d[_0xc616(0xf6)],'icon':_0x26de1d[_0xc616(0xf7)](getPlatformIcon,_0x26de1d[_0xc616(0xf8)]),'description':_0x26de1d[_0xc616(0xf9)],'isChatPlatform':![]},{'id':_0x26de1d[_0xc616(0x6d)],'name':_0x26de1d[_0xc616(0xfa)],'icon':_0x26de1d[_0xc616(0xfb)](getPlatformIcon,_0xc616(0xf)),'description':'Use\x20your\x20ChatGPT\x20conversations\x20and\x20memories\x20to\x20enrich\x20your\x20model.','isChatPlatform':!![]},{'id':_0x26de1d[_0xc616(0xfc)],'name':_0xc616(0xfd),'icon':getPlatformIcon(_0x26de1d[_0xc616(0xfc)]),'description':_0x26de1d['saBLf'],'isChatPlatform':!![]},{'id':_0x26de1d[_0xc616(0x6e)],'name':'Gemini','icon':getPlatformIcon(_0x26de1d[_0xc616(0x6e)]),'description':_0x26de1d[_0xc616(0xfe)],'isChatPlatform':!![]},{'id':'grok','name':_0xc616(0xff),'icon':_0x26de1d[_0xc616(0x100)](getPlatformIcon,_0x26de1d[_0xc616(0x101)]),'description':_0x26de1d[_0xc616(0x102)],'isChatPlatform':!![]}],_0x138bca=_0x1d31ce?_0x1d31ce['map'](_0x3ae263=>_0x47f08f['find'](_0x59f6be=>_0x59f6be['id']===_0x3ae263))[_0xc616(0x103)](_0x197489=>_0x197489!==undefined):_0x47f08f;_0x26de1d[_0xc616(0x104)](useEffect,()=>{const _0x38b61b={'sONuW':function(_0x4ccf35,_0x58d893){return _0x26de1d[_0xc616(0x4a)](_0x4ccf35,_0x58d893);}};if(_0x26de1d[_0xc616(0x105)]===_0x26de1d[_0xc616(0x106)])_0x26de1d[_0xc616(0xc4)](_0x45d38e,_0x292f36);else{if(_0x26de1d[_0xc616(0x107)](_0x138bca[_0xc616(0x56)],0x0)){if(_0x26de1d[_0xc616(0x108)]===_0x26de1d['wQLYh']){const _0x59af01={'ikQso':function(_0x21da6b,_0x3ac7c2){return _0x21da6b(_0x3ac7c2);}},_0xca7bc2=_0x13e65f(()=>{_0x59af01[_0xc616(0x109)](_0x5b16cd,_0x39eeba=>{const _0x30f1cf=new _0x15a26a(_0x39eeba);return _0x30f1cf[_0xc616(0x10a)](_0x333cb4),_0x30f1cf;}),_0x454af0(_0x375c52[_0xc616(0x10b)]),_0x4764e6[_0xc616(0x7b)](_0xc616(0x10c)+_0x5f051e),_0x59af01[_0xc616(0x109)](_0x5aa68a,null);},0x12c);return()=>_0x1339bd(_0xca7bc2);}else{const _0x36291f=_0x138bca[0x0]['id'];if(!_0x338f10||!_0x138bca[_0xc616(0xab)](_0x208790=>_0x208790['id']===_0x338f10)){if(_0x26de1d[_0xc616(0x6f)](_0x26de1d['GyabL'],_0x26de1d['kcbpI'])){_0x38b61b[_0xc616(0x10d)](_0x1c3089,_0x18f1b1);return;}else _0x10c5e1(_0x36291f);}}}}},[_0x1d31ce,_0x138bca['length']]);const _0x459c65=async(_0x2ce2d2,_0xba0e36)=>{if(_0x26de1d[_0xc616(0x10e)](_0x26de1d[_0xc616(0x10f)],_0xc616(0x110))){_0x26de1d[_0xc616(0x111)](triggerHaptic,HapticType[_0xc616(0x96)]),console[_0xc616(0x7b)](_0xc616(0x112)+_0x2ce2d2+_0xc616(0x113)+_0xba0e36);try{if(_0x26de1d['wBICc'](_0x26de1d[_0xc616(0x114)],_0x26de1d['ekuRY'])){if(_0xba0e36){if(_0xc616(0x115)!==_0xc616(0x116)){const _0x202629=await AsyncStorage['getItem'](_0xc616(0xbe)),_0x5381d8=_0x202629||_0x3047b7;console[_0xc616(0x7b)](_0xc616(0x117)+_0x202629+_0xc616(0x118)+_0x3047b7+_0xc616(0x119)+_0x5381d8+'\x22');if(!_0x5381d8||_0x26de1d[_0xc616(0x11a)](_0x5381d8['trim'](),'')){if(_0x26de1d[_0xc616(0x11b)]('kXydj','GhGkB')){console[_0xc616(0x25)](_0x26de1d[_0xc616(0x11c)]);return;}else return React['createElement'](_0x3c4a88,{'visible':_0x212b35,'onComplete':_0x3d610a});}const _0x1ec1cd=_0x47f08f['find'](_0x157531=>_0x157531['id']===_0x2ce2d2),_0x1f904c=(_0x26de1d['wBICc'](_0x1ec1cd,null)||_0x26de1d[_0xc616(0x11d)](_0x1ec1cd,void 0x0)?void 0x0:_0x1ec1cd[_0xc616(0x11e)])||_0x26de1d[_0xc616(0x11f)](isLLMPlatform,_0x2ce2d2);if(_0x1f904c){console[_0xc616(0x7b)]('🤖\x20[LLM]\x20Opening\x20WebView\x20for\x20'+_0x2ce2d2+'\x20login\x20and\x20export...'),_0x26de1d[_0xc616(0x111)](_0x5d153a,_0x2ce2d2),_0x198669(_0x4e7c15=>({..._0x4e7c15,[_0x2ce2d2]:_0xc616(0x30)}));const _0xaf6692=getLLMPlatformUrl(_0x2ce2d2);_0xaf6692?(console[_0xc616(0x7b)](_0xc616(0x120)+_0x2ce2d2+_0xc616(0x121),_0xaf6692),_0x26de1d[_0xc616(0x122)](_0x2ced3b,_0xaf6692),_0x26de1d[_0xc616(0x111)](_0x1852d5,!![])):(console['error']('❌\x20[LLM]\x20No\x20URL\x20configured\x20for\x20platform:\x20'+_0x2ce2d2),_0x26de1d[_0xc616(0x123)](_0x198669,_0x30f8c4=>({..._0x30f8c4,[_0x2ce2d2]:'error'})),_0x26de1d['uOLlM'](triggerHaptic,HapticType[_0xc616(0xda)]));return;}if(_0x26de1d[_0xc616(0x124)](isLinkedInPlatform,_0x2ce2d2)){if(_0x26de1d[_0xc616(0x10e)](_0x26de1d[_0xc616(0x125)],_0x26de1d['HHtun']))_0x26de1d[_0xc616(0x126)](_0x1b0957,_0x4dec4f=>({..._0x4dec4f,[_0x3a7b49]:_0xc616(0x25)})),_0x26de1d[_0xc616(0x127)](_0x4f4a92,_0x535434[_0xc616(0xda)]);else{console[_0xc616(0x7b)](_0xc616(0x128)),_0x26de1d[_0xc616(0x11f)](_0x5d153a,_0x2ce2d2),_0x26de1d[_0xc616(0x129)](_0x198669,_0x3d1f29=>({..._0x3d1f29,[_0x2ce2d2]:_0xc616(0x30)}));const _0x2926bd=_0x26de1d['jcmgc'];console[_0xc616(0x7b)](_0xc616(0x12a),_0x2926bd),_0x26de1d[_0xc616(0xc4)](_0x2ced3b,_0x2926bd),_0x26de1d[_0xc616(0x12b)](_0x1852d5,!![]);return;}}if(hasNativeSDK(_0x2ce2d2)){_0x26de1d[_0xc616(0x12b)](_0x5d153a,_0x2ce2d2),_0x26de1d[_0xc616(0x111)](_0x198669,_0x35fb43=>({..._0x35fb43,[_0x2ce2d2]:_0xc616(0x30)}));const _0x2e2d53=await initiateNativeAuth(_0x2ce2d2,_0x5381d8);if(_0x2e2d53){const _0x5bf6c8=new Set(_0x591c3e);_0x5bf6c8[_0xc616(0x10a)](_0x2ce2d2),_0x26de1d['JGMlB'](_0x578df3,_0x5bf6c8),_0x198669(_0x495dd5=>({..._0x495dd5,[_0x2ce2d2]:_0xc616(0x92)})),_0x26de1d[_0xc616(0x122)](triggerHaptic,HapticType[_0xc616(0x10b)]);}else _0x26de1d[_0xc616(0x12c)](_0x198669,_0x25b3a3=>({..._0x25b3a3,[_0x2ce2d2]:_0xc616(0x25)})),_0x26de1d[_0xc616(0x124)](triggerHaptic,HapticType[_0xc616(0xda)]);}else{console[_0xc616(0x7b)]('🌐\x20[TOGGLE]\x20Starting\x20OAuth\x20flow\x20for\x20'+_0x2ce2d2+_0xc616(0x12d)),_0x26de1d[_0xc616(0x12e)](_0x5d153a,_0x2ce2d2),_0x26de1d[_0xc616(0x12f)](_0x198669,_0x505e8b=>({..._0x505e8b,[_0x2ce2d2]:_0xc616(0x30)}));const _0xe78ee8=await _0x26de1d[_0xc616(0x130)](initiateOAuth,_0x2ce2d2,_0x5381d8);console[_0xc616(0x7b)](_0xc616(0x131)+_0x2ce2d2+':',_0xe78ee8?_0xe78ee8[_0xc616(0x132)](0x0,0x32)+_0x26de1d[_0xc616(0x133)]:_0x26de1d[_0xc616(0x134)]),_0xe78ee8?(console[_0xc616(0x7b)](_0xc616(0x135)+_0x2ce2d2),_0x26de1d[_0xc616(0x4c)](_0x2ced3b,_0xe78ee8),_0x26de1d['DYUhd'](_0x1852d5,!![])):_0xc616(0x136)===_0xc616(0x136)?(console[_0xc616(0x25)](_0xc616(0x137)+_0x2ce2d2+_0xc616(0x138)),_0x198669(_0x58f1b7=>({..._0x58f1b7,[_0x2ce2d2]:_0xc616(0x25)})),_0x26de1d[_0xc616(0x139)](triggerHaptic,HapticType[_0xc616(0xda)])):_0x26de1d[_0xc616(0x123)](_0xed6326,![]);}}else _0x26de1d[_0xc616(0x12b)](_0x5ec7e3,_0x531d2c[_0xc616(0x96)]),_0x5803ff(![]);}else{await _0x26de1d['RGUuX'](_0x1360dd,_0x2ce2d2);const _0x760a7c=new Set(_0x591c3e);_0x760a7c[_0xc616(0x13a)](_0x2ce2d2),_0x578df3(_0x760a7c),_0x198669(_0x482b35=>({..._0x482b35,[_0x2ce2d2]:_0xc616(0x13b)})),_0x26de1d[_0xc616(0x42)](triggerHaptic,HapticType[_0xc616(0x96)]);try{const _0x499285=await AsyncStorage['getItem'](_0x26de1d[_0xc616(0x6a)]);if(_0x499285){const _0x306d2c=JSON[_0xc616(0x7e)](_0x499285),_0x5b944f=_0x306d2c[_0xc616(0x103)](_0x24d6cf=>_0x24d6cf['toLowerCase']()!==_0x2ce2d2[_0xc616(0x89)]());await AsyncStorage[_0xc616(0xd0)](_0x26de1d[_0xc616(0x6a)],JSON['stringify'](_0x5b944f)),console[_0xc616(0x7b)]('✅\x20[STORAGE]\x20Removed\x20'+_0x2ce2d2+'\x20from\x20user_connected_platforms:',_0x5b944f);}}catch(_0x2a9ff1){console[_0xc616(0x25)](_0x26de1d[_0xc616(0x13c)],_0x2a9ff1);}await AsyncStorage['removeItem']('@onairos:llm_connected:'+_0x2ce2d2),_0x2ce2d2['toLowerCase']()===_0x26de1d[_0xc616(0xf3)]&&await AsyncStorage[_0xc616(0x13d)](_0x26de1d[_0xc616(0x71)]);}}else!_0x3a8e68[_0xc616(0x59)](_0x556c62)&&(_0x415dd3[_0xc616(0x10a)](_0xa54244),_0x52fa79=!![]);}catch(_0x315a5f){console[_0xc616(0x25)](_0xc616(0x13e)+_0x2ce2d2+':',_0x315a5f),_0x26de1d['nnexM'](_0x198669,_0x1a981f=>({..._0x1a981f,[_0x2ce2d2]:_0xc616(0x25)})),_0x26de1d[_0xc616(0x12b)](triggerHaptic,HapticType['ERROR']);}}else _0x36165c['log'](_0xc616(0x13f),_0x1cf523['from'](_0x3d757a));},_0x146c1c=async()=>{_0x26de1d[_0xc616(0x124)](triggerHaptic,HapticType[_0xc616(0x96)]),_0x26de1d[_0xc616(0x11f)](_0x53fe7e,!![]);try{_0x26de1d['qwmKO'](_0xc616(0x140),_0x26de1d['QsNpr'])?_0x26de1d[_0xc616(0x12b)](_0x138a5,!![]):(_0x12b81f(![]),_0x26de1d[_0xc616(0x141)](_0xc2c678,''),_0xdc635d&&_0x1bfea5(_0x5e4ca3=>({..._0x5e4ca3,[_0x185b0b]:_0xc616(0x13b)})),_0x26de1d[_0xc616(0x12c)](_0x36e52c,''));}finally{_0x26de1d['vjqKH'](_0x53fe7e,![]);}},_0x358644=()=>{triggerHaptic(HapticType[_0xc616(0x96)]),_0x1f8981&&(_0x26de1d[_0xc616(0x142)](_0xc616(0x143),_0x26de1d[_0xc616(0x144)])?_0x26de1d[_0xc616(0x145)](_0x1f8981):(_0x26de1d[_0xc616(0x127)](_0x5a3978,_0x2e4fb5=>{const _0x4a56c3=new _0x3c9bde(_0x2e4fb5);return _0x4a56c3[_0xc616(0x10a)](_0x2c40ee),_0x4a56c3;}),_0x26de1d[_0xc616(0xc4)](_0x33ebf7,_0x404a01[_0xc616(0x10b)]),_0xa59ba8[_0xc616(0x7b)](_0xc616(0x10c)+_0xa2e203),_0x4120d4(null)));},_0x415b20=async()=>{_0x26de1d['DCsaT'](triggerHaptic,HapticType[_0xc616(0x96)]),_0x539fa4(!![]),await new Promise(_0x5f5815=>setTimeout(_0x5f5815,0x32));try{_0x12724e?await _0x26de1d[_0xc616(0x111)](_0x12724e,_0x23d41c):await _0x26de1d[_0xc616(0x146)](_0x3899a8,Array['from'](_0x591c3e));}finally{_0x26de1d[_0xc616(0x147)](_0x26de1d[_0xc616(0x148)],'CUntq')?_0x26de1d[_0xc616(0x126)](_0x8a5a9b,_0x247f8):_0x26de1d[_0xc616(0x149)](_0x539fa4,![]);}},_0x4e05be=()=>{_0x26de1d[_0xc616(0x12b)](triggerHaptic,HapticType[_0xc616(0x96)]),_0x11388b(![]);},_0x36501e=async _0x2ab8a4=>{_0x26de1d[_0xc616(0x11f)](triggerHaptic,HapticType[_0xc616(0x96)]),_0x26de1d['HabuO'](_0x2c9b33,_0x2ab8a4);try{if(_0x26de1d[_0xc616(0x14a)](_0x26de1d[_0xc616(0x14b)],_0x26de1d[_0xc616(0x14b)]))await AsyncStorage[_0xc616(0xd0)](_0xc616(0x14c),_0x2ab8a4),console[_0xc616(0x7b)](_0xc616(0x14d)+_0x2ab8a4);else{const _0x27c37b={'QRAQw':function(_0x5e8494){return _0x5e8494();}};Animated[_0xc616(0xe1)](_0x5e2de4,{'toValue':0x1,'duration':0xfa0,'useNativeDriver':![]})[_0xc616(0xe2)]();const _0x5718a3=_0x26de1d['zYKtE'](_0x4e4b58,()=>{_0x56fa01(_0x7f9c96[_0xc616(0x10b)]),_0x20c833['vibrate']([0x0,0x64,0x32,0x64]),_0x27c37b['QRAQw'](_0x4ec0d2);},0xfa0);_0x26de1d[_0xc616(0x14e)](_0x517694,_0x5718a3);}}catch(_0xc9266f){console[_0xc616(0x25)]('❌\x20[REFRESH]\x20Error\x20saving\x20refresh\x20frequency:',_0xc9266f);}_0x377a47&&(_0x26de1d['jKubs']('rgaLn',_0x26de1d[_0xc616(0x14f)])?!_0x1c68e9['has'](_0x9d637f)&&(_0x35787f[_0xc616(0x10a)](_0x11bf5a),_0x25dfae=!![]):_0x26de1d[_0xc616(0x129)](_0x377a47,_0x2ab8a4));},_0x50301a=()=>{const Linking=_0x26de1d[_0xc616(0x49)](__ONAIROS_REQ_FUNC__,0x0)['Linking'];Linking[_0xc616(0xd7)](_0x26de1d[_0xc616(0x150)]);},_0x5deb6e=async _0x386ca5=>{_0x26de1d['vjqKH'](_0x2e8f62,_0x386ca5),_0x26de1d[_0xc616(0x12f)](setTemporaryPin,_0x386ca5),_0x138a5(![]),_0x26de1d[_0xc616(0x151)](_0x52b5d1,!![]);},_0x21a8f3=()=>{_0x26de1d['nnexM'](_0x52b5d1,![]),_0x11388b(!![]);},_0x318159=async _0x28cafa=>{if(_0x26de1d[_0xc616(0x152)](_0x26de1d['PVjfo'],_0x26de1d['PVjfo'])){if(_0x4f52ae){if(_0x26de1d[_0xc616(0x153)](_0x28cafa,_0x26de1d['yIWMy'])||_0x26de1d[_0xc616(0x10e)](_0x28cafa,_0x26de1d[_0xc616(0x154)])){_0x26de1d['dRTTt'](_0x1b8f8d,_0x4f52ae),_0x26de1d['RwGif'](_0x198669,_0x46745f=>({..._0x46745f,[_0x4f52ae]:_0xc616(0x92)}));try{const _0x4fd535=await AsyncStorage[_0xc616(0x82)](_0x26de1d[_0xc616(0x6a)]),_0x2813ff=_0x4fd535?JSON['parse'](_0x4fd535):[];!_0x2813ff[_0xc616(0x99)](_0x4f52ae['toLowerCase']())&&(_0x2813ff[_0xc616(0x80)](_0x4f52ae['toLowerCase']()),await AsyncStorage[_0xc616(0xd0)](_0x26de1d[_0xc616(0x6a)],JSON[_0xc616(0x155)](_0x2813ff)),console[_0xc616(0x7b)](_0xc616(0x156)+_0x4f52ae+_0xc616(0x157),_0x2813ff));}catch(_0x2b4313){console[_0xc616(0x25)]('❌\x20[STORAGE]\x20Error\x20saving\x20to\x20user_connected_platforms:',_0x2b4313);}_0x26de1d[_0xc616(0x158)](isLLMPlatform,_0x4f52ae)&&(await AsyncStorage[_0xc616(0xd0)](_0xc616(0x91)+_0x4f52ae,JSON['stringify']({'connected':!![],'platform':_0x4f52ae,'connectedAt':new Date()[_0xc616(0x159)]()})),console[_0xc616(0x7b)]('✅\x20[LLM]\x20'+_0x4f52ae+_0xc616(0x15a))),_0x4f52ae[_0xc616(0x89)]()===_0x26de1d[_0xc616(0xf3)]&&(await AsyncStorage['setItem'](_0xc616(0x12),JSON[_0xc616(0x155)]({'connected':!![],'platform':_0x26de1d[_0xc616(0xf3)],'connectedAt':new Date()[_0xc616(0x159)]()})),console[_0xc616(0x7b)](_0xc616(0x15b)));}else _0x26de1d[_0xc616(0x15c)](_0x198669,_0x59b7c8=>({..._0x59b7c8,[_0x4f52ae]:'error'})),_0x26de1d['lHPfq'](triggerHaptic,HapticType['ERROR']);}_0x1852d5(![]),_0x26de1d[_0xc616(0x15d)](_0x2ced3b,''),_0x26de1d['sAhvY'](_0x5d153a,'');}else _0x2eacd3[_0xc616(0x25)](_0xc616(0x15e),_0x4c48d9);};_0x26de1d[_0xc616(0x130)](useEffect,()=>{const _0x463682={'excWZ':'❌\x20[PLATFORMS]\x20Error\x20loading\x20connected\x20platforms\x20from\x20storage:'};if(_0xc616(0x15f)!==_0xc616(0x160)){if(_0x22737b&&!_0xc18ad){const _0x4cd120=_0x26de1d['DhaKM'](setTimeout,()=>{_0x26de1d[_0xc616(0x161)]===_0x26de1d['Zxzcc']?_0x3f6b58[_0xc616(0x25)](_0x463682['excWZ'],_0x2562cb):(_0x578df3(_0x2486dc=>{const _0x2d878e=new Set(_0x2486dc);return _0x2d878e['add'](_0x22737b),_0x2d878e;}),_0x26de1d[_0xc616(0x129)](triggerHaptic,HapticType['SUCCESS']),console[_0xc616(0x7b)]('✅\x20[PERSONA]\x20Applied\x20pending\x20connection:\x20'+_0x22737b),_0x26de1d[_0xc616(0x162)](_0x1b8f8d,null));},0x12c);return()=>clearTimeout(_0x4cd120);}}else{const _0x56b67c=new _0xc559be(_0x285772);return _0x56b67c[_0xc616(0x10a)](_0x25ff42),_0x56b67c;}},[_0x22737b,_0xc18ad]);const _0x4b40f0=()=>{_0x26de1d[_0xc616(0x163)]!==_0x26de1d[_0xc616(0x163)]?(_0x445cf6[_0xc616(0x80)](_0x24c327),_0x27ee45['log'](_0xc616(0x95)+_0x1959fb)):(_0x1852d5(![]),_0x26de1d[_0xc616(0x164)](_0x2ced3b,''),_0x4f52ae&&_0x26de1d['DYUhd'](_0x198669,_0x4fb7b1=>({..._0x4fb7b1,[_0x4f52ae]:_0xc616(0x13b)})),_0x26de1d[_0xc616(0x44)](_0x5d153a,''));},_0x22fe0c=()=>{const _0x37402b={'wvwvt':_0x26de1d[_0xc616(0xf3)]};if(_0x26de1d[_0xc616(0x165)]!==_0x26de1d['nMRiN']){const _0x58fb20=_0x1b2d90[_0xc616(0x7e)](_0x5beeea);_0x58fb20[_0xc616(0x92)]&&!_0x32de4b[_0xc616(0x99)](_0x37402b[_0xc616(0x166)])&&(_0x1672de[_0xc616(0x80)](_0x37402b[_0xc616(0x166)]),_0xd8c43f[_0xc616(0x7b)](_0xc616(0x14)));}else _0x138a5(![]);},_0x5ba4e2=()=>{const _0x2f9e54={'aTJhC':function(_0x18c508,_0x39c0cf){return _0x18c508===_0x39c0cf;},'dUzuj':function(_0x1cecad,_0x147546){return _0x26de1d[_0xc616(0x5c)](_0x1cecad,_0x147546);}};if(_0x26de1d[_0xc616(0x167)](_0x26de1d[_0xc616(0x168)],_0x26de1d['rAObW'])){var _0x3e125c;const _0x31053c=_0x2f9e54['aTJhC'](_0x3e125c=_0x4c5e72[_0xc616(0x87)],null)||_0x2f9e54['dUzuj'](_0x3e125c,void 0x0)?void 0x0:_0x3e125c[_0xc616(0x89)]();_0x31053c&&!_0x10bdcc[_0xc616(0x99)](_0x31053c)&&_0x22ffa8['push'](_0x31053c);}else{if(_0x3412ed){if(_0xc616(0x169)===_0x26de1d[_0xc616(0x16a)]){_0x5a0108[_0xc616(0x25)](_0x26de1d[_0xc616(0x16b)],_0x552d09);const _0x5d1e4e=_0xc616(0xcc)+_0x3d223d[_0xc616(0xcd)](_0x419f12[_0xc616(0xcf)]()*0x2710);_0x26de1d[_0xc616(0x15d)](_0x1a2f5b,_0x5d1e4e);}else _0x26de1d[_0xc616(0x16c)](_0x3412ed);}}},_0x1ec181=()=>{Animated[_0xc616(0xe1)](_0x2ab235,{'toValue':0x1,'duration':0xfa0,'useNativeDriver':![]})[_0xc616(0xe2)]();const _0x33d58a=setTimeout(()=>{_0x26de1d[_0xc616(0x43)](triggerHaptic,HapticType['SUCCESS']),Vibration[_0xc616(0x16d)]([0x0,0x64,0x32,0x64]),_0x26de1d[_0xc616(0xdb)](_0x5ba4e2);},0xfa0);_0x26de1d[_0xc616(0x12b)](_0x30d360,_0x33d58a);},_0x47dc64=()=>{const _0x584557={'FwkOg':function(_0x1a3c07,_0x3eb2e5){return _0x26de1d[_0xc616(0x15c)](_0x1a3c07,_0x3eb2e5);}};_0x26de1d[_0xc616(0x16e)](_0x26de1d[_0xc616(0x16f)],_0x26de1d['WmsZO'])?(_0x3e864b&&(clearTimeout(_0x3e864b),_0x26de1d['HvhMF'](_0x30d360,null)),_0x2ab235[_0xc616(0x170)](0x0),Animated[_0xc616(0xe1)](_0x2ab235,{'toValue':0x0,'duration':0xc8,'useNativeDriver':![]})[_0xc616(0xe2)]()):_0x584557[_0xc616(0x171)](_0x3abdab,![]);};_0x26de1d['DhaKM'](useEffect,()=>{return()=>{_0x3e864b&&clearTimeout(_0x3e864b);};},[_0x3e864b]),_0x26de1d['NUNig'](useEffect,()=>{_0x26de1d['GieiO'](_0xc18ad,_0x416e97)&&(_0x26de1d[_0xc616(0x172)](_0x26de1d[_0xc616(0x173)],_0xc616(0x174))?_0x26de1d[_0xc616(0x158)](_0x2bf275,!![]):console['log'](_0xc616(0x175)+_0xc18ad+_0xc616(0x176)+(_0x416e97?_0x26de1d[_0xc616(0x177)](_0x26de1d['qikla']+_0x416e97[_0xc616(0x132)](0x0,0x28),_0x26de1d[_0xc616(0x178)]):_0x26de1d['hJCBa'])));},[_0xc18ad,_0x416e97]);const _0x5d848d=Math[_0xc616(0x179)](0x5,Math['max'](0x1,_0x26de1d[_0xc616(0x17a)](_0x591c3e['size'],0x1))),_0x3a5ec6=0x78,_0x12a50d=0x46;if(_0x477f0c)return React[_0xc616(0xaf)](_0x41f71f,{'visible':_0x477f0c,'onComplete':_0x5deb6e,'onBack':_0x22fe0c});if(_0x530ec3){if(_0xc616(0x17b)==='SyrUx')_0x2c58d9&&_0x26de1d[_0xc616(0x5b)](_0x2e7a91);else return React['createElement'](_0x11f723,{'visible':_0x530ec3,'onComplete':_0x21a8f3});}if(_0x26de1d['lFwyZ'](_0xc18ad,_0x416e97))return console['log'](_0xc616(0x17c)+_0x4f52ae+_0xc616(0x17d)+_0x416e97[_0xc616(0x132)](0x0,0x3c)+_0xc616(0x12d)),React[_0xc616(0xaf)](OAuthWebView,{'url':_0x416e97,'platform':_0x4f52ae,'onClose':_0x4b40f0,'onSuccess':_0x318159,'onComplete':_0x4b40f0,'username':_0x3047b7});const _0x1b9496=()=>{if(_0x26de1d['xTlKf'](_0xc616(0x2f),_0x26de1d[_0xc616(0x17e)]))_0x26de1d['kEsDb'](triggerHaptic,HapticType[_0xc616(0x96)]),_0x26de1d['dxflI'](_0x11388b,![]);else return _0x318c11[_0xc616(0x7b)](_0xc616(0x17c)+_0x4ea123+_0xc616(0x17d)+_0x56af56[_0xc616(0x132)](0x0,0x3c)+_0xc616(0x12d)),React[_0xc616(0xaf)](_0x15514b,{'url':_0x17ed73,'platform':_0x4f7793,'onClose':_0x63e75,'onSuccess':_0x1bc353,'onComplete':_0x4936e1,'username':_0x268846});};if(_0x2fe487){if(_0x26de1d['pxPTO']!==_0xc616(0x17f))return React[_0xc616(0xaf)](_0x294e50,{'visible':_0x2fe487,'onAccept':_0x415b20,'onDecline':_0x4e05be,'connectedPlatforms':Array[_0xc616(0xa8)](_0x591c3e),'onConnectMore':_0x1b9496,'loading':_0x16338e});else _0x5e9955[_0xc616(0x25)]('❌\x20[TOGGLE]\x20OAuth\x20failed\x20for\x20'+_0x4bfd3a+_0xc616(0x138)),_0x26de1d[_0xc616(0x123)](_0x3b8432,_0x205783=>({..._0x205783,[_0x3b09aa]:'error'})),_0x26de1d[_0xc616(0x180)](_0x32259f,_0x324021[_0xc616(0xda)]);}return React['createElement'](View,{'style':styles[_0xc616(0x181)]},React['createElement'](ScrollView,{'style':styles[_0xc616(0x182)],'showsVerticalScrollIndicator':![],'bounces':!![]},_0x3e2cf6&&React[_0xc616(0xaf)](TouchableOpacity,{'style':styles[_0xc616(0x183)],'onPress':_0x3e2cf6,'activeOpacity':0.7},React['createElement'](Text,{'style':styles[_0xc616(0x184)]},'‹')),React[_0xc616(0xaf)](View,{'style':styles[_0xc616(0x185)]},React[_0xc616(0xaf)](Text,{'style':styles[_0xc616(0x186)]},_0xc616(0x187)),React[_0xc616(0xaf)](Text,{'style':styles[_0xc616(0x188)]},_0x26de1d[_0xc616(0x189)])),React['createElement'](View,{'style':styles[_0xc616(0x18a)]},React[_0xc616(0xaf)](_0x3f7ab4,{'level':_0x5d848d,'style':styles[_0xc616(0x18b)]}),React[_0xc616(0xaf)](ScrollView,{'ref':_0xf4a865,'horizontal':!![],'style':[styles['platformIconsOverlay'],{'bottom':_0x3a5ec6}],'contentContainerStyle':[styles['platformIconsScrollContent'],_0x26de1d['qIugX'](_0x138bca[_0xc616(0x56)],0x4)&&styles[_0xc616(0x18c)]],'showsHorizontalScrollIndicator':![],'onScroll':_0x501224,'scrollEventThrottle':0x10,'decelerationRate':_0x26de1d[_0xc616(0x18d)],'scrollEnabled':_0x26de1d[_0xc616(0xec)](_0x138bca[_0xc616(0x56)],0x4)},_0x138bca[_0xc616(0x8b)](_0x58299d=>{const _0x136803={'UDgTp':_0xc616(0x8)},_0x56a520=_0x26de1d[_0xc616(0x18e)](_0x338f10,_0x58299d['id']),_0x4cd504=_0x591c3e[_0xc616(0x59)](_0x58299d['id']),_0xaae090=_0x26de1d['dVFuL'](_0x587a29[_0x58299d['id']],_0x26de1d[_0xc616(0x18f)]);return React[_0xc616(0xaf)](TouchableOpacity,{'key':_0x58299d['id'],'style':[styles[_0xc616(0x190)],_0x56a520&&styles[_0xc616(0x191)]],'onPress':()=>{if(_0x26de1d[_0xc616(0x192)](_0xc616(0x193),'lSMwg'))_0x26de1d[_0xc616(0x139)](triggerHaptic,HapticType[_0xc616(0x96)]),_0x26de1d['zsGVa'](_0x10c5e1,_0x58299d['id']);else{const _0x36a11e=_0x2146aa[_0xc616(0x7e)](_0x3496f6);_0x3cb33f[_0xc616(0x7f)](_0x36a11e)&&(_0x5bc2c0['push'](..._0x36a11e),_0x52a932[_0xc616(0x7b)](_0x136803['UDgTp'],_0x36a11e));}},'activeOpacity':0.7},React[_0xc616(0xaf)](Image,{'source':_0x58299d[_0xc616(0x194)],'style':[styles[_0xc616(0x195)],_0x26de1d[_0xc616(0x196)](_0x58299d['id'],_0x26de1d['lyMSV'])&&styles['youtubeIcon'],_0x26de1d[_0xc616(0x197)](_0x58299d['id'],_0x26de1d[_0xc616(0x198)])&&styles['pinterestIcon'],_0x26de1d['ibRQb'](_0x58299d['id'],_0x26de1d[_0xc616(0xf8)])&&styles[_0xc616(0x199)],_0x26de1d['iVIpq'](_0x58299d['id'],_0x26de1d[_0xc616(0x6d)])&&styles['chatgptIcon'],_0x26de1d['zICCo'](_0x58299d['id'],_0x26de1d[_0xc616(0xfc)])&&styles[_0xc616(0x19a)],_0x58299d['id']===_0xc616(0x19b)&&styles[_0xc616(0x19c)]],'resizeMode':'contain'}),_0xaae090&&React[_0xc616(0xaf)](View,{'style':styles[_0xc616(0x19d)]}),_0x4cd504&&React['createElement'](View,{'style':styles[_0xc616(0x19e)]}));})),_0x138bca[_0xc616(0x56)]>0x4&&React[_0xc616(0xaf)](View,{'style':[styles['pageIndicatorContainer'],{'bottom':_0x12a50d}]},React[_0xc616(0xaf)](View,{'style':styles['scrollBarTrack']},React[_0xc616(0xaf)](View,{'style':[styles[_0xc616(0x19f)],{'left':_0x26de1d[_0xc616(0x1a0)](_0x34bd44,0x38)}]}))),_0x4cca5d&&_0x26de1d[_0xc616(0x1a1)](_0x138bca[_0xc616(0x56)],0x4)&&React[_0xc616(0xaf)](Animated[_0xc616(0x1a2)],{'style':[styles['scrollIndicator'],{'transform':[{'translateX':_0x17be27[_0xc616(0x1a3)]({'inputRange':[0x0,0x1],'outputRange':[0x0,0x8]})}],'opacity':_0x17be27[_0xc616(0x1a3)]({'inputRange':[0x0,0x1],'outputRange':[0.5,0x1]})}]},React[_0xc616(0xaf)](Text,{'style':styles[_0xc616(0x1a4)]},'›'))),React[_0xc616(0xaf)](View,{'style':styles[_0xc616(0x1a5)]},_0x338f10&&((()=>{const _0x6502ea=_0x138bca[_0xc616(0xab)](_0x45f8a5=>_0x45f8a5['id']===_0x338f10);if(!_0x6502ea)return null;const _0x137384=_0x591c3e[_0xc616(0x59)](_0x338f10),_0x223208=_0x26de1d[_0xc616(0x11a)](_0x587a29[_0x338f10],_0x26de1d['EwtYz']),_0x469b1c=_0x26de1d['olDrC'](_0x11f992,null)||_0x26de1d[_0xc616(0x1a6)](_0x11f992,void 0x0)?void 0x0:_0x11f992[_0xc616(0x99)](_0x338f10);return React[_0xc616(0xaf)](View,{'style':styles[_0xc616(0xae)]},React['createElement'](View,{'style':styles[_0xc616(0x1a7)]},React[_0xc616(0xaf)](Text,{'style':styles[_0xc616(0x1a8)]},_0x6502ea[_0xc616(0xb0)]),_0x469b1c&&React['createElement'](View,{'style':styles[_0xc616(0xb1)]},React[_0xc616(0xaf)](Text,{'style':styles[_0xc616(0x1a9)]},_0xc616(0x9))),React['createElement'](TouchableOpacity,{'activeOpacity':0.8,'onPress':()=>!_0x223208&&_0x459c65(_0x338f10,!_0x137384),'disabled':_0x223208,'style':[styles[_0xc616(0xb3)],{'backgroundColor':_0x137384?'#10B981':_0xc616(0xb)}]},React['createElement'](View,{'style':[styles[_0xc616(0xb6)],{'transform':[{'translateX':_0x137384?0x14:0x0}]}]}))),React['createElement'](View,{'style':styles[_0xc616(0xb7)]},React[_0xc616(0xaf)](Text,{'style':styles[_0xc616(0xb8)]},_0x6502ea[_0xc616(0xb9)])));})())),React['createElement'](View,{'style':styles[_0xc616(0x1aa)]},React['createElement'](Text,{'style':styles[_0xc616(0x1ab)]},_0x26de1d[_0xc616(0x1ac)]),React[_0xc616(0xaf)](Text,{'style':styles[_0xc616(0x1ad)]},_0x26de1d[_0xc616(0x1ae)]),React[_0xc616(0xaf)](View,{'style':styles[_0xc616(0x1af)]},MODEL_REFRESH_OPTIONS[_0xc616(0x8b)](_0x3fda8e=>React[_0xc616(0xaf)](TouchableOpacity,{'key':_0x3fda8e[_0xc616(0x1b0)],'style':[styles[_0xc616(0x1b1)],_0x236fa5===_0x3fda8e['value']&&styles['refreshSegmentSelected']],'onPress':()=>_0x36501e(_0x3fda8e[_0xc616(0x1b0)]),'activeOpacity':0.7},React[_0xc616(0xaf)](Text,{'style':[styles[_0xc616(0x1b2)],_0x236fa5===_0x3fda8e[_0xc616(0x1b0)]&&styles[_0xc616(0x1b3)]]},_0x3fda8e[_0xc616(0x1b4)])))),React[_0xc616(0xaf)](Text,{'style':styles[_0xc616(0x1b5)]},(_0x26de1d[_0xc616(0x1b6)](_0x36eba0=MODEL_REFRESH_OPTIONS[_0xc616(0xab)](_0x342f5c=>_0x342f5c[_0xc616(0x1b0)]===_0x236fa5),null)||_0x26de1d['DTwkg'](_0x36eba0,void 0x0)?void 0x0:_0x36eba0[_0xc616(0xb9)])||'')),React[_0xc616(0xaf)](View,{'style':styles[_0xc616(0x1b7)]},React['createElement'](View,{'style':styles[_0xc616(0x1b8)]},React['createElement'](_0x59be63,{'label':_0xc616(0x1b9),'onPress':_0x146c1c,'disabled':loading||_0x591c3e[_0xc616(0xde)]===0x0||_0xd33f9b||_0x345d8a,'loading':_0x26de1d[_0xc616(0x1ba)](loading,_0xd33f9b)||_0x345d8a}),React[_0xc616(0xaf)](TouchableOpacity,{'style':styles[_0xc616(0x1bb)],'activeOpacity':0x1,'onPressIn':_0x1ec181,'onPressOut':_0x47dc64,'onPress':()=>{const _0x427e0e={'WcfeO':function(_0x51ae51,_0x4f9406){return _0x26de1d[_0xc616(0x126)](_0x51ae51,_0x4f9406);},'EzaXf':_0x26de1d['jcmgc']};if(_0x26de1d[_0xc616(0x1bc)](_0xc616(0x1bd),_0x26de1d[_0xc616(0x1be)])){_0x3f5061['log'](_0xc616(0x128)),_0x427e0e['WcfeO'](_0x4208db,_0x4e836b),_0x3c1d58(_0x5e9fa5=>({..._0x5e9fa5,[_0x4b2571]:_0xc616(0x30)}));const _0x42a4cb=_0x427e0e[_0xc616(0x1bf)];_0x121fa8['log'](_0xc616(0x12a),_0x42a4cb),_0x427e0e[_0xc616(0x1c0)](_0x40d90f,_0x42a4cb),_0x427e0e[_0xc616(0x1c0)](_0x2e17c8,!![]);return;}else _0x26de1d[_0xc616(0xec)](_0x591c3e['size'],0x0)&&!loading&&!_0xd33f9b&&!_0x345d8a&&(_0x26de1d[_0xc616(0x1c1)](_0xc616(0x1c2),_0x26de1d['jHthb'])?_0x26de1d[_0xc616(0x1c3)](_0x146c1c):Animated[_0xc616(0xdf)](Animated[_0xc616(0xe0)]([Animated[_0xc616(0xe1)](_0x36302d,{'toValue':0x1,'duration':0x3e8,'useNativeDriver':!![]}),Animated['timing'](_0x11bef3,{'toValue':0x0,'duration':0x3e8,'useNativeDriver':!![]})]))[_0xc616(0xe2)]());}},React[_0xc616(0xaf)](Animated['View'],{'style':[styles[_0xc616(0x1c4)],{'width':_0x2ab235['interpolate']({'inputRange':[0x0,0x1],'outputRange':['0%',_0xc616(0x1c5)]})}]}))),_0x1f8981&&React['createElement'](TouchableOpacity,{'style':styles[_0xc616(0x1c6)],'onPress':_0x358644},React[_0xc616(0xaf)](Text,{'style':styles[_0xc616(0x1c7)]},_0x26de1d[_0xc616(0x1c8)])))));},styles=StyleSheet[_0xc616(0x1c9)]({'container':{'flex':0x1,'backgroundColor':COLORS[_0xc616(0x1ca)],'paddingHorizontal':0x18},'backButton':{'width':0x20,'height':0x20,'borderRadius':0x10,'backgroundColor':_0xc616(0x1cb),'alignItems':'center','justifyContent':_0xc616(0x1cc),'marginBottom':0x2},'backButtonText':{'fontSize':0x16,'fontWeight':_0xc616(0x1cd),'color':_0xc616(0x1ce),'marginTop':-0x2},'scrollContent':{'flex':0x1},'headingContainer':{'width':_0xc616(0x1c5),'marginBottom':SPACING['sm'],'paddingTop':0x0,'marginTop':0x0},'title':{'fontFamily':_0xc616(0x1cf),'fontWeight':_0xc616(0x1d0),'fontSize':0x18,'lineHeight':0x20,'color':COLORS['grey800'],'textAlign':_0xc616(0x1d1),'marginBottom':0x4},'subtitle':{'fontFamily':_0xc616(0x1d2),'fontWeight':_0xc616(0x1d3),'fontSize':0x10,'lineHeight':0x18,'color':COLORS[_0xc616(0x1d4)],'textAlign':_0xc616(0x1d1)},'personaContainer':{'alignItems':_0xc616(0x1cc),'position':_0xc616(0x1d5),'marginTop':-0x14,'marginBottom':-0x78,'height':0x1c2},'largePersona':{'width':0x1f4,'height':0x1f4},'platformIconsOverlay':{'position':'absolute','width':_0xc616(0x1c5),'height':0x46,'zIndex':0xa},'platformIconsScrollContent':{'flexDirection':_0xc616(0x1d6),'alignItems':_0xc616(0x1cc),'paddingHorizontal':0x14,'gap':0x18},'platformIconsCentered':{'flexGrow':0x1,'justifyContent':_0xc616(0x1cc)},'platformIconButton':{'width':0x34,'height':0x34,'borderRadius':0x1a,'backgroundColor':_0xc616(0x1d7),'justifyContent':_0xc616(0x1cc),'alignItems':'center','borderWidth':0x3,'borderColor':_0xc616(0x1d8),'shadowColor':_0xc616(0x1d9),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.15,'shadowRadius':0x4,'elevation':0x4},'platformIconButtonSelected':{'borderColor':_0xc616(0x1da),'backgroundColor':_0xc616(0x1db)},'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':_0xc616(0x1dc),'borderWidth':0x2,'borderColor':COLORS[_0xc616(0x1ca)]},'connectedDot':{'position':_0xc616(0x1dd),'top':0x2,'right':0x2,'width':0xc,'height':0xc,'borderRadius':0x6,'backgroundColor':_0xc616(0xa),'borderWidth':0x2,'borderColor':COLORS[_0xc616(0x1ca)]},'cardContainer':{'alignItems':'center','marginTop':0x10,'marginBottom':SPACING['md']},'platformCard':{'width':0x147,'backgroundColor':'#FFFFFF','borderRadius':0x10,'padding':0x8,'shadowColor':_0xc616(0x1d9),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.1,'shadowRadius':0x8,'elevation':0x3,'gap':0xa},'cardHeader':{'flexDirection':_0xc616(0x1d6),'alignItems':_0xc616(0x1cc),'justifyContent':'space-between'},'platformCardTitle':{'fontSize':0x10,'fontWeight':_0xc616(0x1cd),'color':COLORS[_0xc616(0x1de)],'fontFamily':'IBM\x20Plex\x20Sans'},'recommendedBadge':{'backgroundColor':'#EFF6FF','paddingHorizontal':0xc,'paddingVertical':0x6,'borderRadius':0x10,'marginLeft':0x8},'recommendedBadgeText':{'fontSize':0xc,'fontWeight':_0xc616(0x1cd),'color':'#2563EB','fontFamily':'IBM\x20Plex\x20Sans'},'customToggleTrack':{'width':0x32,'height':0x1e,'borderRadius':0xf,'padding':0x2,'marginLeft':_0xc616(0x1df),'marginRight':0x8,'justifyContent':_0xc616(0x1cc)},'customToggleThumb':{'width':0x1a,'height':0x1a,'borderRadius':0xd,'backgroundColor':_0xc616(0x1d7),'shadowColor':_0xc616(0x1d9),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.2,'shadowRadius':0x2,'elevation':0x2},'descriptionContainer':{'backgroundColor':_0xc616(0x1e0),'borderRadius':0x8,'padding':0x8},'platformCardDescription':{'fontSize':0xd,'lineHeight':0x12,'color':COLORS[_0xc616(0x1d4)],'fontFamily':_0xc616(0x1d2)},'refreshFrequencySection':{'paddingHorizontal':0x10,'paddingVertical':0x14,'marginTop':0xc,'backgroundColor':_0xc616(0x1e1),'borderRadius':0x10,'marginHorizontal':SPACING['md'],'marginBottom':0x8,'borderWidth':0x1,'borderColor':_0xc616(0x1e2)},'refreshFrequencyTitle':{'fontSize':0x11,'fontWeight':_0xc616(0x1d0),'color':_0xc616(0x1ce),'fontFamily':'IBM\x20Plex\x20Sans','marginBottom':0x4},'refreshFrequencyDescription':{'fontSize':0xe,'color':_0xc616(0x1e3),'fontFamily':_0xc616(0x1d2),'fontWeight':_0xc616(0x1d3),'marginBottom':0x10},'refreshSegmentedControl':{'flexDirection':_0xc616(0x1d6),'backgroundColor':_0xc616(0x1e4),'borderRadius':0xc,'padding':0x3},'refreshSegment':{'flex':0x1,'paddingVertical':0xa,'alignItems':_0xc616(0x1cc),'justifyContent':_0xc616(0x1cc),'borderRadius':0xa},'refreshSegmentSelected':{'backgroundColor':_0xc616(0x1ce),'shadowColor':_0xc616(0x1d9),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.15,'shadowRadius':0x4,'elevation':0x3},'refreshSegmentText':{'fontSize':0xf,'fontFamily':_0xc616(0x1d2),'fontWeight':_0xc616(0x1e5),'color':'#8E8E93'},'refreshSegmentTextSelected':{'fontWeight':_0xc616(0x1d0),'color':_0xc616(0x1d7)},'refreshFrequencyHint':{'fontSize':0xd,'fontFamily':_0xc616(0x1d2),'fontWeight':_0xc616(0x1d3),'color':_0xc616(0x1e3),'textAlign':'center','marginTop':0xc},'privacyLinkContainer':{'marginTop':0x10,'paddingTop':0x10,'borderTopWidth':0x1,'borderTopColor':'#E5E7EB','alignItems':'center'},'privacyLinkText':{'fontSize':0xe,'color':_0xc616(0x1e6),'fontFamily':_0xc616(0x1d2),'fontWeight':_0xc616(0x1e5)},'bottomButtonContainer':{'paddingTop':0x8,'paddingBottom':0x0,'paddingHorizontal':SPACING['md']},'buttonWrapper':{'position':_0xc616(0x1d5)},'buttonOverlay':{'position':_0xc616(0x1dd),'top':0x0,'left':0x0,'right':0x0,'bottom':0x0,'borderRadius':0xc,'overflow':_0xc616(0x1e7)},'holdProgressBar':{'position':'absolute','bottom':0x0,'left':0x0,'height':0x4,'backgroundColor':_0xc616(0xa),'borderRadius':0x2},'skipButton':{'alignItems':_0xc616(0x1cc),'paddingVertical':0xa,'marginBottom':0x22},'skipButtonText':{'fontSize':0x10,'fontFamily':_0xc616(0x1d2),'fontWeight':_0xc616(0x1e5),'color':COLORS['grey600']},'pageIndicatorContainer':{'position':_0xc616(0x1dd),'alignSelf':_0xc616(0x1cc),'zIndex':0xb},'scrollBarTrack':{'width':0x50,'height':0x4,'backgroundColor':COLORS[_0xc616(0x1e8)],'borderRadius':0x2,'position':'relative','overflow':_0xc616(0x1e7)},'scrollBarThumb':{'position':_0xc616(0x1dd),'width':0x18,'height':0x4,'backgroundColor':COLORS[_0xc616(0x1d4)],'borderRadius':0x2,'left':0x0},'scrollIndicator':{'position':'absolute','bottom':0x3c,'right':0x1e,'zIndex':0xc},'scrollIndicatorText':{'fontSize':0x20,'color':COLORS[_0xc616(0x1e9)],'fontWeight':'bold'}});export default PlatformConnectorsStep;function _0x366a(){const _0x51ad23=['daily','Daily','Always\x20up-to-date\x20data.','weekly','Weekly','Balanced\x20freshness\x20and\x20efficiency.','biweekly','Biweekly','✅\x20[PLATFORMS]\x20Loaded\x20from\x20user_connected_platforms:','Highly\x20Recommended','#10B981','#9CA3AF','DawwY','🔄\x20[PLATFORMS]\x20Loading\x20connected\x20platforms\x20from\x20storage...','user_connected_platforms','chatgpt','ZbMlH','ZyyyW','@onairos:linkedin_connected','dcqmT','✅\x20[PLATFORMS]\x20Loaded\x20LinkedIn\x20connection','jblNq','QNaZe','Error\x20initializing\x20username:','pdJwZ','AbZgR','eJVAI','fEXRO','DxGhX','cZgXM','GFqiM','https://www.linkedin.com/login','QigtE','CUntq','wgFRD','Juaxt','success','error','keBse','EpQgK','bmJEE','kwqgh','TkLSN','uzbPC','fXAAU','SET\x20(','...)','ZMliH','connecting','youtube','pinterest','claude','PkhEJ','reddit','Gmail','Use\x20your\x20email\x20information\x20to\x20enrich\x20your\x20model.','ChatGPT','Use\x20your\x20Claude\x20conversations\x20to\x20enrich\x20your\x20model.','Use\x20your\x20Gemini\x20conversations\x20to\x20enrich\x20your\x20model.','Use\x20your\x20Grok\x20conversations\x20from\x20X\x20to\x20enrich\x20your\x20model.','AzHfr','Connect\x20platforms\x20to\x20build\x20your\x20private\x20persona','normal','Model\x20Refresh\x20Frequency','sIYng','wngmr','vjqKH','geTds','UXtxv','lHPfq','gQiZm','OiOgD','Value','DYUhd','nnexM','dRTTt','UWFuy','PhLQq','VGOdi','hsLKd','vcOhC','nFpXO','EzwoI','oDVop','gInGl','wIDHP','length','PPXJX','forEach','has','FiWzE','wayXS','YzlYB','TvWob','rvgJl','rqAtB','WWfxu','kuCME','UNsEm','nYDGe','QoOaC','IMpIB','zJKQN','VEqSv','qAVHs','klgoW','iiwnU','Sxfhg','uhIwI','pUaTT','WTERr','pNCwj','yiBUJ','WMAKo','gHZNo','linkedin','oMYax','VRePS','wDnyk','CIuFm','MRtkK','cNOzv','WNiMx','log','tLMiF','WhcSr','parse','isArray','push','dzCpi','getItem','platform_account_details','cPewP','fJylN','emKRU','platform','FjQlG','toLowerCase','XGEHj','map','WAlBC','EHWBJ','iBzrc','eeZWd','CcQas','@onairos:llm_connected:','connected','Rhbic','kpquu','✅\x20[PLATFORMS]\x20Loaded\x20LLM\x20platform:\x20','BUTTON_PRESS','wlvMr','zNzTD','includes','opJwV','AJUPr','vsJgk','QNlfU','xSzCf','GzBLm','KWCDv','yTvMR','KigGz','jgHMM','efSic','NpYjR','AQKav','aJJjS','from','ecsAn','qLjwv','find','ePAOA','oCGaf','platformCard','createElement','name','recommendedBadge','CVxOj','customToggleTrack','MsZBc','DJWKk','customToggleThumb','descriptionContainer','platformCardDescription','description','YXawc','https://privacy.onairos.io/','DTwkg','TZBOn','onairos_username','WVIxm','sjZCc','xpLQt','sjojQ','yIXMV','oCTHY','fIplg','exTYF','YRahP','opszx','WAucb','ArOmV','split','user_','floor','fCIyS','random','setItem','iAxdT','mobile_user_','tnssm','qooZX','wTNgY','lyOLu','openURL','vPnRq','AVVXK','ERROR','nrdsd','EVuDY','oHEdp','size','loop','sequence','timing','start','SetZL','nCarz','nativeEvent','layoutMeasurement','width','contentSize','current','EyZSM','LHIpY','DtKUD','UCxRQ','Use\x20your\x20watch\x20history,\x20likes,\x20and\x20subscriptions\x20to\x20enrich\x20your\x20model.','rinMQ','urCTE','QwDlS','Pinterest','ViZri','RoIfc','Use\x20your\x20professional\x20network\x20and\x20career\x20interests\x20to\x20enrich\x20your\x20model.','xTQWS','YxNXc','BmTOJ','wNqMH','BBPAE','ZIWjD','jFLJo','Claude','rblBD','Grok','VWvDj','PMcwA','ZjwQz','filter','SwizH','DGFmo','drBeS','nsdOo','lMpvH','ikQso','add','SUCCESS','✅\x20[PERSONA]\x20Applied\x20pending\x20connection:\x20','sONuW','IdZBE','rYdaP','GTEne','RGUuX','🔄\x20[TOGGLE]\x20Platform\x20toggle:\x20','\x20=\x20','ekuRY','IMgvf','EytDW','👤\x20[TOGGLE]\x20Username\x20check\x20-\x20stored:\x20\x22','\x22,\x20state:\x20\x22','\x22,\x20valid:\x20\x22','zICCo','gMfMR','BKxvZ','jKubs','isChatPlatform','QqrNg','🌐\x20[LLM]\x20Opening\x20','\x20URL:','qJAWK','DHESb','pNbVB','HHtun','uOLlM','dsOLv','💼\x20[LINKEDIN]\x20Opening\x20WebView\x20for\x20LinkedIn\x20login...','dxflI','🌐\x20[LINKEDIN]\x20Opening\x20LinkedIn\x20URL:','HabuO','GoRbr','...','JGMlB','fuaCT','DhaKM','🔗\x20[TOGGLE]\x20OAuth\x20URL\x20result\x20for\x20','substring','XsOmh','hJCBa','✅\x20[TOGGLE]\x20Setting\x20WebView\x20state\x20-\x20showing\x20modal\x20for\x20','MbiEJ','❌\x20[TOGGLE]\x20OAuth\x20failed\x20for\x20','\x20-\x20no\x20URL\x20returned','rbxLl','delete','disconnected','nYJtA','removeItem','Error\x20toggling\x20platform\x20','✅\x20[PLATFORMS]\x20Updated\x20connectedPlatforms\x20state\x20with:','AONBG','wRRnQ','OTQRz','kotnL','CsGPk','KzPJd','bISxI','CqBRT','ESSMt','SuNvO','xTlKf','DenVy','@onairos:model_refresh_frequency','✅\x20[REFRESH]\x20Model\x20refresh\x20frequency\x20set\x20to:\x20','DCsaT','AOvTV','VeGlS','PWkkB','VDryL','jyuNP','dLsjL','stringify','✅\x20[STORAGE]\x20Added\x20','\x20to\x20user_connected_platforms:','kwdJY','toISOString','\x20connection\x20stored\x20locally','✅\x20[LINKEDIN]\x20Connection\x20stored\x20locally','UFNZk','vzhpm','❌\x20[STORAGE]\x20Error\x20saving\x20to\x20user_connected_platforms:','iccng','icpzW','EjWxb','zsGVa','hGxkT','UDSIT','nMRiN','wvwvt','wBICc','vnvdL','JSdOt','JUmaS','mJrju','reWUu','vibrate','RPbLl','WmsZO','setValue','FwkOg','skquw','mNFeY','eKrau','📊\x20[STATE]\x20WebView\x20state\x20changed\x20-\x20showOAuthWebView:\x20',',\x20oauthUrl:\x20','yWzQB','khMJi','min','dCvaI','KFpcD','✅\x20[WEBVIEW]\x20Rendering\x20OAuthWebView\x20for\x20','\x20with\x20URL:\x20','fhCOw','Tereo','lVEmK','container','scrollContent','backButton','backButtonText','headingContainer','title','Build\x20your\x20persona','subtitle','lVPzU','personaContainer','largePersona','platformIconsCentered','RaZvg','LoXYJ','EwtYz','platformIconButton','platformIconButtonSelected','wGXHp','EyxzA','icon','platformIcon','QrmSG','olDrC','joONJ','gmailIcon','claudeIcon','grok','grokIcon','connectingDot','connectedDot','scrollBarThumb','rXgHa','vhJvI','View','interpolate','scrollIndicatorText','cardContainer','ZuphL','cardHeader','platformCardTitle','recommendedBadgeText','refreshFrequencySection','refreshFrequencyTitle','dcUxU','refreshFrequencyDescription','XegTc','refreshSegmentedControl','value','refreshSegment','refreshSegmentText','refreshSegmentTextSelected','label','refreshFrequencyHint','dVFuL','bottomButtonContainer','buttonWrapper','Continue','GieiO','buttonOverlay','ejHLf','cekRf','ffdDw','EzaXf','WcfeO','iFlhZ','WPwdQ','yXnfc','holdProgressBar','100%','skipButton','skipButtonText','KWmmS','create','surface','#F0F0F3','center','600','#1C1C1E','IBM\x20Plex\x20Sans','700','left','Inter','400','grey600','relative','row','#FFFFFF','transparent','#000','#3B82F6','#EFF6FF','#FFA500','absolute','grey800','auto','#F9FAFB','#F5F5F7','#E0E0E4','#8E8E93','#E8E8ED','500','#8B5CF6','hidden','grey300','grey500'];_0x366a=function(){return _0x51ad23;};return _0x366a();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import React from'react';import{View,Text,StyleSheet,TouchableOpacity,ActivityIndicator}from'react-native';import
|
|
1
|
+
import React from'react';import{View,Text,StyleSheet,TouchableOpacity,ActivityIndicator}from'react-native';import _0x5a4144 from'react-native-vector-icons/MaterialIcons';import{COLORS,PLATFORMS}from'../constants';function _0x7cee(){const _0x4de669=['#fff','Disconnect','Connect\x20your\x20platforms','Connect\x20at\x20least\x202\x20platforms\x20to\x20proceed','Proceed','platformContainer','platformHeader','createElement','icon','platformName','name','platformDescription','connectButton','connectedButton','tVTIc','buttonText','DiWMu','Connect','container','title','LwPmu','subtitle','wQNxV','platformsList','entries','map','disabledButton','wbOzh','proceedButtonText','djOia','create','text','primary','secondary','row','center','600','success'];_0x7cee=function(){return _0x4de669;};return _0x7cee();}function _0x2f4c(_0x7ceeff,_0x2f4c6f){_0x7ceeff=_0x7ceeff-0x0;const _0x437388=_0x7cee();let _0x38336d=_0x437388[_0x7ceeff];return _0x38336d;}export const PlatformList=({connections:_0x23a04a,onToggle:_0x231839,isLoading:_0x4b7c39,canProceed:_0x175090,onProceed:_0x5b252c})=>{const _0x5cd21e={'tVTIc':_0x2f4c(0x0),'DiWMu':_0x2f4c(0x1),'LwPmu':_0x2f4c(0x2),'wQNxV':_0x2f4c(0x3),'wbOzh':function(_0x47522c,_0x4e21e5){return _0x47522c||_0x4e21e5;},'djOia':_0x2f4c(0x4)},_0x2c20e7=(_0x435b71,_0x855566)=>{const _0x4501a1=PLATFORMS[_0x435b71];if(!_0x4501a1)return null;return React['createElement'](View,{'key':_0x435b71,'style':styles[_0x2f4c(0x5)]},React['createElement'](View,{'style':styles[_0x2f4c(0x6)]},React[_0x2f4c(0x7)](_0x5a4144,{'name':_0x4501a1[_0x2f4c(0x8)],'size':0x18,'color':_0x4501a1['color']}),React[_0x2f4c(0x7)](Text,{'style':styles[_0x2f4c(0x9)]},_0x4501a1[_0x2f4c(0xa)])),_0x4501a1['description']&&React[_0x2f4c(0x7)](Text,{'style':styles[_0x2f4c(0xb)]},_0x4501a1['description']),React['createElement'](TouchableOpacity,{'style':[styles[_0x2f4c(0xc)],_0x855566?styles[_0x2f4c(0xd)]:styles['disconnectedButton']],'onPress':()=>_0x231839(_0x435b71,!_0x855566),'disabled':_0x4b7c39},_0x4b7c39?React[_0x2f4c(0x7)](ActivityIndicator,{'color':_0x5cd21e[_0x2f4c(0xe)]}):React[_0x2f4c(0x7)](Text,{'style':styles[_0x2f4c(0xf)]},_0x855566?_0x5cd21e[_0x2f4c(0x10)]:_0x2f4c(0x11))));};return React[_0x2f4c(0x7)](View,{'style':styles[_0x2f4c(0x12)]},React[_0x2f4c(0x7)](Text,{'style':styles[_0x2f4c(0x13)]},_0x5cd21e[_0x2f4c(0x14)]),React[_0x2f4c(0x7)](Text,{'style':styles[_0x2f4c(0x15)]},_0x5cd21e[_0x2f4c(0x16)]),React[_0x2f4c(0x7)](View,{'style':styles[_0x2f4c(0x17)]},Object[_0x2f4c(0x18)](_0x23a04a)[_0x2f4c(0x19)](([_0x54c757,_0x286ea2])=>_0x2c20e7(_0x54c757,!!_0x286ea2))),React[_0x2f4c(0x7)](TouchableOpacity,{'style':[styles['proceedButton'],!_0x175090&&styles[_0x2f4c(0x1a)]],'onPress':_0x5b252c,'disabled':_0x5cd21e[_0x2f4c(0x1b)](!_0x175090,_0x4b7c39)},React[_0x2f4c(0x7)](Text,{'style':styles[_0x2f4c(0x1c)]},_0x5cd21e[_0x2f4c(0x1d)])));};const styles=StyleSheet[_0x2f4c(0x1e)]({'container':{'flex':0x1,'padding':0x10},'title':{'fontSize':0x14,'fontWeight':'600','marginBottom':0x8,'color':COLORS[_0x2f4c(0x1f)][_0x2f4c(0x20)]},'subtitle':{'fontSize':0xe,'color':COLORS[_0x2f4c(0x1f)][_0x2f4c(0x21)],'marginBottom':0x18},'platformsList':{'flex':0x1},'platformContainer':{'backgroundColor':'#fff','borderRadius':0xc,'padding':0x10,'marginBottom':0x10,'borderWidth':0x1,'borderColor':COLORS['border']},'platformHeader':{'flexDirection':_0x2f4c(0x22),'alignItems':_0x2f4c(0x23),'marginBottom':0x8},'platformName':{'fontSize':0x10,'fontWeight':_0x2f4c(0x24),'marginLeft':0xc,'color':COLORS['text'][_0x2f4c(0x20)]},'platformDescription':{'fontSize':0xe,'color':COLORS['text'][_0x2f4c(0x21)],'marginBottom':0x10},'connectButton':{'paddingVertical':0x8,'paddingHorizontal':0x10,'borderRadius':0x8,'alignItems':_0x2f4c(0x23)},'connectedButton':{'backgroundColor':COLORS[_0x2f4c(0x25)]},'disconnectedButton':{'backgroundColor':COLORS[_0x2f4c(0x20)]},'buttonText':{'color':_0x2f4c(0x0),'fontWeight':_0x2f4c(0x24)},'proceedButton':{'backgroundColor':COLORS[_0x2f4c(0x20)],'paddingVertical':0x10,'borderRadius':0xc,'alignItems':_0x2f4c(0x23),'marginTop':0x10},'disabledButton':{'opacity':0.5},'proceedButtonText':{'color':_0x2f4c(0x0),'fontSize':0x10,'fontWeight':'600'}});
|