@onairos/react-native 3.6.4 → 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
|
-
function _0x235f(_0x10e96a,_0x235f30){_0x10e96a=_0x10e96a-0x0;const _0x3f2670=_0x10e9();let _0x18c582=_0x3f2670[_0x10e96a];return _0x18c582;}function _0x10e9(){const _0x395deb=['get','Training\x20is\x20starting\x20in\x20the\x20background...','biometric-unavailable','ZQzQH','XkpFx','qyDLd','LwFmS','storage-error','default','warning','biometric-failed','Storage\x20Error','An\x20error\x20occurred\x20while\x20securing\x20your\x20PIN.\x20Would\x20you\x20like\x20to\x20try\x20again?','Please\x20complete\x20biometric\x20authentication\x20to\x20secure\x20your\x20PIN.','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.','A\x20PIN\x20so\x20only\x20you\x20have\x20access\x20to\x20your\x20data','small','e.g.\x20MyPin123!','none','done','PIN\x20Requirements:','•\x20At\x20least\x20','\x20characters','error','Continue','LWkdc','LkyXk','xjjLg','AebJv','useEffect','catch','tYRDp','BLWor','ouSNC','cLNmu','length','PIN\x20must\x20include\x20a\x20special\x20character','IhTWZ','uhOHY','EUvVu','tVRnP','LwhOV','log','YvKvA','xyNNY','HYEGe','warn','MndzJ','vDTrx','isBiometricAvailable','PjEOu','storePinWithBiometric','zijmd','tnOtf','isPinStored','aTAJA','PlFbh','cGZji','rWXjF','GhbiY','FqFUj','WQIxR','WMJNC','lJkWu','test','cvGEx','qHcSG','FXIPE','dChNH','This\x20device\x20does\x20not\x20support\x20Face\x20ID\x20or\x20Touch\x20ID.\x20Please\x20enable\x20biometric\x20authentication\x20in\x20your\x20device\x20settings\x20to\x20secure\x20your\x20PIN.','YGbjd','MdsAn','nLkdJ','DahMX','Authenticating...','muOsY','info','wzkaU','JAPaA','svmpW','createElement','container','inputSection','header','backButton','title','ECEhj','subtitle','ElvuY','backgroundProgressContainer','backgroundProgressText','backgroundProgressIndicator','GjdMn','#007AFF','inputContainer','input','qBDDM','IgAii','dismiss','visibilityButton','Rwqhe','requirements','requirementTitle','requirement','requirementMet','pdtXc','QlzmV','CQHZl','•\x20Include\x20a\x20number','infoContainer','DBHrt','type','infoContainerInfo','infoContainerWarning','infoTitle','bqYjA','infoTitleInfo','tPVHL','infoTitleWarning','dCJsg','oOwMj','infoTitleError','infoMessage','infoMessageInfo','infoMessageWarning','infoMessageError','message','showActions','infoActions','infoActionButton','infoActionButtonText','gSdYf','infoActionButtonSecondary','Continue\x20Without\x20Biometric','cancelButtonText','ksAYv','submitButton','mAVTo','submitButtonDisabled','QlpXO','WtmJC','create','#fff','flex-start','100%','row','center','600','#CCCCCC','#E3F2FD','#2196F3','#FFF3E0','#FF9800','#FFEBEE','#F44336','#1976D2','#F57C00','#1565C0','#C62828','space-between','transparent','#FF3B30','#333','#666','#34C759','#eee','#000000'];_0x10e9=function(){return _0x395deb;};return _0x10e9();}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[_0x235f(0x0)]('window');export const PinInput=({onSubmit:_0x5bef54,minLength:minLength=0x8,requireSpecialChar:requireSpecialChar=!![],requireNumber:requireNumber=!![],onBack:_0xc75eca,enableBiometricStorage:enableBiometricStorage=!![],onBackgroundTrainingStart:_0x44892b,showBackgroundProgress:showBackgroundProgress=![],backgroundProgressText:backgroundProgressText=_0x235f(0x1)})=>{const _0x245698={'xUmdE':function(_0xda2173){return _0xda2173();},'tYRDp':_0x235f(0x2),'BLWor':_0x235f(0x3),'uhOHY':function(_0x55c30d,_0x5ef3ed){return _0x55c30d(_0x5ef3ed);},'EUvVu':function(_0x8d04d5){return _0x8d04d5();},'tVRnP':function(_0x52fc0f,_0x52dd36){return _0x52fc0f!==_0x52dd36;},'OgzTb':_0x235f(0x4),'YvKvA':function(_0x110021,_0x698c81){return _0x110021(_0x698c81);},'xyNNY':'authenticating','PjEOu':function(_0xa284dc,_0x2d984d){return _0xa284dc(_0x2d984d);},'zijmd':function(_0x3266f0,_0x5495f3){return _0x3266f0===_0x5495f3;},'PfXmg':'UXCTm','vFqDu':_0x235f(0x5),'aTAJA':function(_0x3abe76,_0x413fc6){return _0x3abe76(_0x413fc6);},'PlFbh':_0x235f(0x6),'LWkdc':function(_0x36f4ec,_0x479a0e){return _0x36f4ec(_0x479a0e);},'rWXjF':_0x235f(0x7),'GhbiY':function(_0x57b219,_0x49b80c){return _0x57b219(_0x49b80c);},'FqFUj':function(_0x1cfb12,_0x57460b){return _0x1cfb12(_0x57460b);},'xjjLg':function(_0x556630,_0x3d946e){return _0x556630(_0x3d946e);},'LkyXk':function(_0x39ff4d,_0x5afda0){return _0x39ff4d(_0x5afda0);},'lJkWu':_0x235f(0x8),'cvGEx':function(_0x5497a8,_0x1fe89e){return _0x5497a8(_0x1fe89e);},'AebJv':function(_0x39d71f,_0x46f098){return _0x39d71f(_0x46f098);},'qHcSG':function(_0x425f68,_0xab1df8){return _0x425f68===_0xab1df8;},'mkoYL':'Biometric\x20Authentication\x20Not\x20Available','YGbjd':_0x235f(0x9),'qETEI':_0x235f(0xa),'MdsAn':'Biometric\x20Authentication\x20Failed','nLkdJ':'Biometric\x20authentication\x20was\x20cancelled\x20or\x20failed.\x20Your\x20PIN\x20needs\x20to\x20be\x20secured\x20with\x20biometric\x20authentication\x20to\x20proceed.','DahMX':_0x235f(0xb),'ygLzS':_0x235f(0xc),'muOsY':_0x235f(0xd),'wzkaU':_0x235f(0xe),'JAPaA':_0x235f(0xf),'IhTWZ':function(_0x1c7008,_0x397d26,_0x35d5ab){return _0x1c7008(_0x397d26,_0x35d5ab);},'WMJNC':function(_0x6c4a38,_0x3fc4b0,_0x34670c){return _0x6c4a38(_0x3fc4b0,_0x34670c);},'svmpW':function(_0x1ceeb5){return _0x1ceeb5();},'ECEhj':'Create\x20a\x20PIN','VBWil':_0x235f(0x10),'ElvuY':function(_0x293a51,_0x101d1a){return _0x293a51&&_0x101d1a;},'GjdMn':_0x235f(0x11),'LZrGh':_0x235f(0x12),'qBDDM':_0x235f(0x13),'IgAii':_0x235f(0x14),'Rwqhe':'👁️','UJJbc':_0x235f(0x15),'pdtXc':_0x235f(0x16),'QlzmV':_0x235f(0x17),'CQHZl':'•\x20Include\x20a\x20special\x20character','DBHrt':function(_0x2c4564,_0x432484){return _0x2c4564===_0x432484;},'bqYjA':'info','oOwMj':_0x235f(0x18),'tPVHL':function(_0x3da540,_0x2e61b9){return _0x3da540===_0x2e61b9;},'dCJsg':function(_0x148303,_0x132c27){return _0x148303===_0x132c27;},'IDqCf':function(_0xac64a9,_0x29be7b){return _0xac64a9===_0x29be7b;},'gSdYf':'Try\x20Again','ksAYv':'Back','raqLA':function(_0x182231,_0x49394e){return _0x182231||_0x49394e;},'mAVTo':function(_0x9b48a0,_0x27814e){return _0x9b48a0(_0x27814e);},'QlpXO':function(_0x3a1d70,_0x209659){return _0x3a1d70||_0x209659;},'WtmJC':function(_0x40a402,_0x2305b9){return _0x40a402(_0x2305b9);},'CkQdS':'Authenticating...','TaNHt':_0x235f(0x19)},[_0x5538da,_0x15a19f]=_0x245698[_0x235f(0x1a)](useState,''),[_0x47b082,_0x1f25c3]=_0x245698[_0x235f(0x1b)](useState,null),[_0x57b3bd,_0x5da1af]=_0x245698[_0x235f(0x1b)](useState,![]),[_0x58cf5c,_0x2bdd3d]=_0x245698[_0x235f(0x1a)](useState,![]),[_0x272957,_0x5e542f]=_0x245698[_0x235f(0x1c)](useState,_0x235f(0x8)),[_0x43ef57,_0x5c259a]=_0x245698[_0x235f(0x1d)](useState,![]);React[_0x235f(0x1e)](()=>{_0x44892b&&!_0x43ef57&&showBackgroundProgress&&(console['log']('\uD83D\uDE80 [PIN INPUT] Background training explicitly requested...'),_0x5c259a(!![]),_0x245698['xUmdE'](_0x44892b)[_0x235f(0x1f)](_0x410a64=>{console['error']('\u274C [PIN INPUT] Background training failed:',_0x410a64),_0x5c259a(![]);}));},[_0x44892b,_0x43ef57,showBackgroundProgress]);const _0x3c60eb=useCallback(_0x137ad2=>{const _0x15e5ac={'ouSNC':function(_0x2204f1,_0x270edf){return _0x2204f1(_0x270edf);},'cLNmu':_0x245698[_0x235f(0x20)]};if(_0x245698[_0x235f(0x21)]!==_0x245698['BLWor']){_0x12a713['error']('\u274C [PIN INPUT] Face ID not available on this device'),_0x15e5ac[_0x235f(0x22)](_0x5d3984,_0x15e5ac[_0x235f(0x23)]),_0x15e5ac[_0x235f(0x22)](_0x28cf63,![]);return;}else{if(_0x137ad2[_0x235f(0x24)]<minLength)return'PIN\x20must\x20be\x20at\x20least\x20'+minLength+_0x235f(0x17);if(requireSpecialChar&&!/[!@#$%^&*(),.?":{}|<>]/['test'](_0x137ad2))return _0x235f(0x25);if(requireNumber&&!/\d/['test'](_0x137ad2))return'PIN\x20must\x20include\x20a\x20number';return null;}},[minLength,requireSpecialChar,requireNumber]),_0x1343ee=_0x245698[_0x235f(0x26)](useCallback,async()=>{const _0x59d250={'HSfsq':function(_0x4adc2c,_0x42bba3){return _0x245698[_0x235f(0x27)](_0x4adc2c,_0x42bba3);},'MndzJ':'biometric-failed','vDTrx':function(_0xc1cad6,_0x370234){return _0x245698[_0x235f(0x27)](_0xc1cad6,_0x370234);},'tnOtf':'PIN\x20must\x20include\x20a\x20number','mYukt':function(_0x292a6a,_0x2a96ff){return _0x245698['uhOHY'](_0x292a6a,_0x2a96ff);},'cGZji':function(_0x358b9e){return _0x245698[_0x235f(0x28)](_0x358b9e);},'WQIxR':_0x235f(0x25)};if(_0x245698[_0x235f(0x29)](_0x245698['OgzTb'],_0x235f(0x2a))){console[_0x235f(0x2b)]('\uD83D\uDD0D [PIN INPUT] handleSubmit called with PIN length:',_0x5538da[_0x235f(0x24)]);const _0x4844ee=_0x245698[_0x235f(0x27)](_0x3c60eb,_0x5538da);if(_0x4844ee){console['log']('\u274C [PIN INPUT] Validation failed:',_0x4844ee),_0x245698['YvKvA'](_0x1f25c3,_0x4844ee);return;}console[_0x235f(0x2b)]('\u2705 [PIN INPUT] PIN validation passed');if(enableBiometricStorage){console[_0x235f(0x2b)]('\uD83D\uDD10 [PIN INPUT] Biometric storage enabled, starting biometric flow...'),_0x245698[_0x235f(0x27)](_0x2bdd3d,!![]),_0x245698[_0x235f(0x2c)](_0x5e542f,_0x245698[_0x235f(0x2d)]);try{if(_0x245698[_0x235f(0x29)](_0x235f(0x2e),'HYEGe'))_0x1c1dc5[_0x235f(0x2f)]('\u26A0️ [PIN INPUT] Biometric authentication failed or was cancelled'),_0x59d250['HSfsq'](_0x196111,_0x59d250[_0x235f(0x30)]),_0x59d250[_0x235f(0x31)](_0x3e6da4,![]);else{const _0x1fa2fa=await biometricPinService[_0x235f(0x32)]();console[_0x235f(0x2b)]('\uD83D\uDCF1 [PIN INPUT] Biometric available:',_0x1fa2fa);if(!_0x1fa2fa){console[_0x235f(0x18)]('\u274C [PIN INPUT] Face ID not available on this device'),_0x245698[_0x235f(0x33)](_0x5e542f,'biometric-unavailable'),_0x245698[_0x235f(0x2c)](_0x2bdd3d,![]);return;}console[_0x235f(0x2b)]('\uD83D\uDD10 [PIN INPUT] Triggering biometric authentication for PIN storage...');const _0x23e04b=await biometricPinService[_0x235f(0x34)](_0x5538da);if(_0x23e04b){if(_0x245698[_0x235f(0x35)](_0x245698['PfXmg'],_0x245698['vFqDu']))return _0x59d250[_0x235f(0x36)];else{console[_0x235f(0x2b)]('\u2705 [PIN INPUT] PIN stored successfully with biometric protection');const _0x582d46=await biometricPinService[_0x235f(0x37)]();_0x582d46?(console[_0x235f(0x2b)]('\u2705 [PIN INPUT] PIN storage verified - proceeding with onboarding'),_0x245698[_0x235f(0x38)](_0x5bef54,_0x5538da)):_0x245698[_0x235f(0x29)](_0x245698[_0x235f(0x39)],'LwFmS')?(_0x349066['log']('\uD83D\uDE80 [PIN INPUT] Background training explicitly requested...'),_0x59d250['mYukt'](_0xbd5f93,!![]),_0x59d250[_0x235f(0x3a)](_0x58e248)[_0x235f(0x1f)](_0x17e5e3=>{_0x1bd976[_0x235f(0x18)]('\u274C [PIN INPUT] Background training failed:',_0x17e5e3),_0x47d02a(![]);})):(console[_0x235f(0x18)]('\u274C [PIN INPUT] PIN storage verification failed'),_0x245698[_0x235f(0x1a)](_0x5e542f,_0x245698[_0x235f(0x3b)]),_0x245698[_0x235f(0x38)](_0x2bdd3d,![]));}}else console['warn']('\u26A0️ [PIN INPUT] Biometric authentication failed or was cancelled'),_0x245698[_0x235f(0x33)](_0x5e542f,_0x235f(0xa)),_0x245698[_0x235f(0x3c)](_0x2bdd3d,![]);}}catch(_0xa74e57){console['error']('\u274C [PIN INPUT] Error handling biometric PIN storage:',_0xa74e57),_0x245698['YvKvA'](_0x5e542f,_0x245698[_0x235f(0x3b)]),_0x245698[_0x235f(0x3d)](_0x2bdd3d,![]);}}else console[_0x235f(0x2b)]('\uD83D\uDD10 [PIN INPUT] Biometric storage disabled, proceeding normally'),_0x245698[_0x235f(0x38)](_0x5bef54,_0x5538da);}else return _0x59d250[_0x235f(0x3e)];},[_0x5538da,_0x3c60eb,_0x5bef54,enableBiometricStorage]),_0x5928b3=_0x245698[_0x235f(0x3f)](useCallback,_0xf844d8=>{_0x245698['xjjLg'](_0x15a19f,_0xf844d8),_0x245698[_0x235f(0x3c)](_0x1f25c3,null),_0x245698[_0x235f(0x1b)](_0x5e542f,_0x245698[_0x235f(0x40)]),console['log']('\uD83D\uDD0D [PIN INPUT] PIN changed:',{'length':_0xf844d8['length'],'hasSpecialChar':/[!@#$%^&*(),.?":{}|<>]/[_0x235f(0x41)](_0xf844d8),'hasNumber':/\d/[_0x235f(0x41)](_0xf844d8),'isValid':!_0x3c60eb(_0xf844d8)});},[_0x3c60eb]),_0x4b9eeb=useCallback(()=>{console[_0x235f(0x2f)]('\u26A0️ [PIN INPUT] User chose to continue without biometric security'),_0x245698[_0x235f(0x42)](_0x5bef54,_0x5538da);},[_0x5538da,_0x5bef54]),_0x20ca64=useCallback(()=>{_0x245698[_0x235f(0x42)](_0x5e542f,_0x245698[_0x235f(0x40)]),_0x1343ee();},[_0x1343ee]),_0x24ae01=()=>{const _0x3e7f40={'MWGsk':function(_0x50ae3b,_0x1a7afe){return _0x245698[_0x235f(0x1d)](_0x50ae3b,_0x1a7afe);}};if(_0x245698[_0x235f(0x43)](_0x235f(0x44),_0x235f(0x45)))_0x3ec301[_0x235f(0x18)]('\u274C [PIN INPUT] PIN storage verification failed'),_0x5ca715(_0x235f(0x7)),_0x3e7f40['MWGsk'](_0x639b31,![]);else switch(_0x272957){case _0x245698['tYRDp']:return{'title':_0x245698['mkoYL'],'message':_0x235f(0x46),'type':_0x245698[_0x235f(0x47)],'showActions':!![]};case _0x245698['qETEI']:return{'title':_0x245698[_0x235f(0x48)],'message':_0x245698[_0x235f(0x49)],'type':_0x245698[_0x235f(0x47)],'showActions':!![]};case _0x235f(0x7):return{'title':_0x245698[_0x235f(0x4a)],'message':_0x245698['ygLzS'],'type':'error','showActions':!![]};case _0x245698[_0x235f(0x2d)]:return{'title':_0x235f(0x4b),'message':_0x245698[_0x235f(0x4c)],'type':_0x235f(0x4d),'showActions':![]};default:return{'title':_0x245698[_0x235f(0x4e)],'message':_0x245698[_0x235f(0x4f)],'type':'info','showActions':![]};}},_0x2d51fe=_0x245698[_0x235f(0x50)](_0x24ae01);return React[_0x235f(0x51)](View,{'style':styles[_0x235f(0x52)]},React['createElement'](View,{'style':styles[_0x235f(0x53)]},React['createElement'](View,{'style':styles[_0x235f(0x54)]},_0xc75eca&&React['createElement'](TouchableOpacity,{'style':styles[_0x235f(0x55)],'onPress':_0xc75eca},React[_0x235f(0x51)](Text,{'style':{'fontSize':0x18}},'←')),React[_0x235f(0x51)](Text,{'style':styles[_0x235f(0x56)]},_0x245698[_0x235f(0x57)])),React['createElement'](Text,{'style':styles[_0x235f(0x58)]},_0x245698['VBWil']),_0x245698[_0x235f(0x59)](showBackgroundProgress,_0x43ef57)&&React['createElement'](View,{'style':styles[_0x235f(0x5a)]},React['createElement'](Text,{'style':styles[_0x235f(0x5b)]},backgroundProgressText),React[_0x235f(0x51)](View,{'style':styles[_0x235f(0x5c)]},React[_0x235f(0x51)](ActivityIndicator,{'size':_0x245698[_0x235f(0x5d)],'color':_0x235f(0x5e)}))),React[_0x235f(0x51)](View,{'style':styles[_0x235f(0x5f)]},React[_0x235f(0x51)](TextInput,{'style':styles[_0x235f(0x60)],'value':_0x5538da,'onChangeText':_0x5928b3,'secureTextEntry':!_0x57b3bd,'placeholder':_0x245698['LZrGh'],'keyboardType':_0x245698[_0x235f(0x40)],'maxLength':0x14,'autoCapitalize':_0x245698[_0x235f(0x61)],'autoCorrect':![],'returnKeyType':_0x245698[_0x235f(0x62)],'onSubmitEditing':()=>Keyboard[_0x235f(0x63)]()}),React[_0x235f(0x51)](TouchableOpacity,{'style':styles[_0x235f(0x64)],'onPress':()=>_0x5da1af(!_0x57b3bd)},React[_0x235f(0x51)](Text,null,_0x57b3bd?_0x245698[_0x235f(0x65)]:'👁️🗨️')))),_0x47b082&&React[_0x235f(0x51)](Text,{'style':styles[_0x235f(0x18)]},_0x47b082),React[_0x235f(0x51)](View,{'style':styles[_0x235f(0x66)]},React[_0x235f(0x51)](Text,{'style':styles[_0x235f(0x67)]},_0x245698['UJJbc']),React[_0x235f(0x51)](Text,{'style':[styles[_0x235f(0x68)],_0x5538da[_0x235f(0x24)]>=minLength&&styles[_0x235f(0x69)]]},_0x245698[_0x235f(0x6a)],minLength,_0x245698[_0x235f(0x6b)]),requireSpecialChar&&React['createElement'](Text,{'style':[styles['requirement'],/[!@#$%^&*(),.?":{}|<>]/[_0x235f(0x41)](_0x5538da)&&styles[_0x235f(0x69)]]},_0x245698[_0x235f(0x6c)]),requireNumber&&React[_0x235f(0x51)](Text,{'style':[styles[_0x235f(0x68)],/\d/['test'](_0x5538da)&&styles[_0x235f(0x69)]]},_0x235f(0x6d))),React[_0x235f(0x51)](View,{'style':[styles[_0x235f(0x6e)],_0x245698[_0x235f(0x6f)](_0x2d51fe[_0x235f(0x70)],_0x245698['bqYjA'])&&styles[_0x235f(0x71)],_0x245698[_0x235f(0x35)](_0x2d51fe[_0x235f(0x70)],_0x245698['YGbjd'])&&styles[_0x235f(0x72)],_0x245698[_0x235f(0x43)](_0x2d51fe[_0x235f(0x70)],_0x245698['oOwMj'])&&styles['infoContainerError']]},React['createElement'](Text,{'style':[styles[_0x235f(0x73)],_0x245698[_0x235f(0x43)](_0x2d51fe[_0x235f(0x70)],_0x245698[_0x235f(0x74)])&&styles[_0x235f(0x75)],_0x245698[_0x235f(0x76)](_0x2d51fe['type'],_0x245698['YGbjd'])&&styles[_0x235f(0x77)],_0x245698[_0x235f(0x78)](_0x2d51fe[_0x235f(0x70)],_0x245698[_0x235f(0x79)])&&styles[_0x235f(0x7a)]]},_0x2d51fe[_0x235f(0x56)]),React[_0x235f(0x51)](Text,{'style':[styles[_0x235f(0x7b)],_0x2d51fe[_0x235f(0x70)]===_0x245698['bqYjA']&&styles[_0x235f(0x7c)],_0x245698['IDqCf'](_0x2d51fe[_0x235f(0x70)],'warning')&&styles[_0x235f(0x7d)],_0x2d51fe['type']==='error'&&styles[_0x235f(0x7e)]]},_0x2d51fe[_0x235f(0x7f)]),_0x2d51fe[_0x235f(0x80)]&&React['createElement'](View,{'style':styles[_0x235f(0x81)]},React[_0x235f(0x51)](TouchableOpacity,{'style':styles[_0x235f(0x82)],'onPress':_0x20ca64},React['createElement'](Text,{'style':styles[_0x235f(0x83)]},_0x245698[_0x235f(0x84)])),React[_0x235f(0x51)](TouchableOpacity,{'style':[styles['infoActionButton'],styles[_0x235f(0x85)]],'onPress':_0x4b9eeb},React[_0x235f(0x51)](Text,{'style':[styles[_0x235f(0x83)],styles['infoActionButtonSecondaryText']]},_0x235f(0x86))))),React['createElement'](View,{'style':styles['footer']},_0xc75eca&&React['createElement'](TouchableOpacity,{'style':styles['cancelButton'],'onPress':_0xc75eca},React['createElement'](Text,{'style':styles[_0x235f(0x87)]},_0x245698[_0x235f(0x88)])),React['createElement'](TouchableOpacity,{'style':[styles[_0x235f(0x89)],(_0x245698['raqLA'](!_0x5538da,_0x58cf5c)||_0x245698[_0x235f(0x8a)](_0x3c60eb,_0x5538da))&&styles[_0x235f(0x8b)]],'onPress':_0x1343ee,'disabled':_0x245698[_0x235f(0x8c)](!_0x5538da,_0x58cf5c)||!!_0x245698[_0x235f(0x8d)](_0x3c60eb,_0x5538da)},React['createElement'](Text,{'style':styles['submitButtonText']},_0x58cf5c?_0x245698['CkQdS']:_0x245698['TaNHt']))));};const styles=StyleSheet[_0x235f(0x8e)]({'container':{'flex':0x1,'padding':0x10,'width':width,'backgroundColor':_0x235f(0x8f),'justifyContent':_0x235f(0x90)},'inputSection':{'width':_0x235f(0x91),'marginTop':0x0,'paddingTop':0x0},'header':{'flexDirection':_0x235f(0x92),'alignItems':_0x235f(0x93),'justifyContent':'space-between','marginBottom':0x10,'paddingVertical':0x8},'backButton':{'padding':0x8},'title':{'fontSize':0x14,'fontWeight':_0x235f(0x94),'color':'#333','textAlign':_0x235f(0x93),'flex':0x1,'marginBottom':0x8},'subtitle':{'fontSize':0xe,'color':'#666','marginBottom':0x18,'textAlign':_0x235f(0x93)},'inputContainer':{'flexDirection':'row','alignItems':_0x235f(0x93),'borderWidth':0x1,'borderColor':_0x235f(0x95),'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':_0x235f(0x96),'borderColor':_0x235f(0x97)},'infoContainerWarning':{'backgroundColor':_0x235f(0x98),'borderColor':_0x235f(0x99)},'infoContainerError':{'backgroundColor':_0x235f(0x9a),'borderColor':_0x235f(0x9b)},'infoTitle':{'fontSize':0x10,'fontWeight':_0x235f(0x94),'marginBottom':0x8},'infoTitleInfo':{'color':_0x235f(0x9c)},'infoTitleWarning':{'color':_0x235f(0x9d)},'infoTitleError':{'color':'#D32F2F'},'infoMessage':{'fontSize':0xe,'lineHeight':0x14,'marginBottom':0xc},'infoMessageInfo':{'color':_0x235f(0x9e)},'infoMessageWarning':{'color':'#E65100'},'infoMessageError':{'color':_0x235f(0x9f)},'infoActions':{'flexDirection':_0x235f(0x92),'justifyContent':_0x235f(0xa0),'marginTop':0x8},'infoActionButton':{'flex':0x1,'paddingVertical':0xa,'paddingHorizontal':0x10,'borderRadius':0x8,'backgroundColor':'#007AFF','marginHorizontal':0x4,'alignItems':_0x235f(0x93)},'infoActionButtonSecondary':{'backgroundColor':_0x235f(0xa1),'borderWidth':0x1,'borderColor':_0x235f(0x5e)},'infoActionButtonText':{'color':'#fff','fontSize':0xe,'fontWeight':_0x235f(0x94)},'infoActionButtonSecondaryText':{'color':_0x235f(0x5e)},'error':{'color':_0x235f(0xa2),'marginBottom':0x10},'requirements':{'marginBottom':0x18},'requirementTitle':{'fontSize':0xe,'fontWeight':'600','marginBottom':0x8,'color':_0x235f(0xa3)},'requirement':{'fontSize':0xe,'color':_0x235f(0xa4),'marginBottom':0x4},'requirementMet':{'color':_0x235f(0xa5)},'footer':{'flexDirection':_0x235f(0x92),'alignItems':_0x235f(0x93),'justifyContent':'space-between','marginTop':0x18,'borderTopWidth':0x1,'borderTopColor':_0x235f(0xa6),'paddingTop':0x10},'cancelButton':{'paddingVertical':0x8,'paddingHorizontal':0x10},'cancelButtonText':{'color':'#666','fontSize':0x10},'submitButton':{'paddingVertical':0x10,'paddingHorizontal':0x20,'borderRadius':0x10,'backgroundColor':_0x235f(0xa7),'alignItems':'center'},'submitButtonDisabled':{'opacity':0.5},'submitButtonText':{'color':'#fff','fontSize':0x10,'fontWeight':_0x235f(0x94)},'backgroundProgressContainer':{'flexDirection':'row','alignItems':'center','justifyContent':_0x235f(0x93),'marginBottom':0x10},'backgroundProgressText':{'fontSize':0xe,'color':_0x235f(0xa4),'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 _0x46bfb0 from'./PersonaImage';import _0x5913c9 from'./PrimaryButton';import _0x3fd55a from'./PersonalizationConsentScreen';import _0x16f73e from'./PinCreationScreen';import _0x5f46a7 from'./PersonaLoadingScreen';function _0x59e0(_0x59898d,_0x59e089){_0x59898d=_0x59898d-0x0;const _0x110760=_0x5989();let _0x459af4=_0x110760[_0x59898d];return _0x459af4;}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':_0x59e0(0x0),'label':'Daily','description':_0x59e0(0x1)},{'value':'weekly','label':'Weekly','description':_0x59e0(0x2)},{'value':_0x59e0(0x3),'label':'Biweekly','description':_0x59e0(0x4)}];const PlatformConnectorsStep=({onUpdate:_0x131fa6,onSkip:_0x1869ce,loading:loading=![],onPinComplete:_0x4f3de9,onReviewerBypass:_0x1a15a2,onLogout:_0x573954,allowedPlatforms:_0x498718,recommendedPlatforms:_0xf85a46,initialConnectedPlatforms:_0x2d7d19,onRefreshFrequencyChange:_0x1c05ad,initialRefreshFrequency:initialRefreshFrequency=_0x59e0(0x5)})=>{const _0x52709e={'kmmFh':function(_0x58468b,_0x282c4b){return _0x58468b(_0x282c4b);},'uQkbV':function(_0x5ac955){return _0x5ac955();},'RJWeP':function(_0x2bc504,_0x4db8c0){return _0x2bc504===_0x4db8c0;},'jfTPu':_0x59e0(0x6),'txibS':function(_0x416e91,_0x18461e){return _0x416e91>_0x18461e;},'mNRbg':function(_0x593c77,_0x18845b){return _0x593c77!==_0x18845b;},'AKMJN':_0x59e0(0x7),'Ebowu':_0x59e0(0x8),'dgUQD':function(_0x6e8f9e,_0x70ce94){return _0x6e8f9e(_0x70ce94);},'VQuPx':function(_0x5346c2,_0x5540bd){return _0x5346c2/_0x5540bd;},'RcRwx':function(_0x4ac673,_0x1bb22e){return _0x4ac673(_0x1bb22e);},'uYgcP':function(_0x30467c,_0x53a8e8){return _0x30467c>_0x53a8e8;},'YzIUK':_0x59e0(0x9),'GxicN':_0x59e0(0xa),'ewZPY':'✅\x20[PLATFORMS]\x20Loaded\x20from\x20user_connected_platforms:','cRKDa':_0x59e0(0xb),'kRAIn':_0x59e0(0xc),'VImjM':_0x59e0(0xd),'BKpHm':'linkedin','NKMXK':_0x59e0(0xe),'dojWp':_0x59e0(0xf),'yiRkm':function(_0x1b2936){return _0x1b2936();},'dePJI':function(_0x554ef1,_0x463dd4){return _0x554ef1===_0x463dd4;},'UXOTr':'KZenk','Esygr':'onairos_username','GObOn':'dYPAY','LbPkg':function(_0x19e4f7,_0x445712){return _0x19e4f7===_0x445712;},'fmvxs':function(_0x23c6d5,_0x5efc25){return _0x23c6d5*_0x5efc25;},'rRKiy':_0x59e0(0x10),'vNNBa':function(_0xa60c01,_0x428b89){return _0xa60c01===_0x428b89;},'TsXxz':_0x59e0(0x11),'UWySM':_0x59e0(0x12),'sCrMh':function(_0x52eb18,_0x515b46){return _0x52eb18-_0x515b46;},'LckVp':function(_0x26e22e,_0xf0fd6a){return _0x26e22e(_0xf0fd6a);},'JTGnE':function(_0x23a413,_0x29e65b){return _0x23a413(_0x29e65b);},'eNFZk':_0x59e0(0x13),'fNYSn':function(_0x291f1e,_0x3d8290){return _0x291f1e===_0x3d8290;},'hHbsB':function(_0x27a962,_0x1dc257){return _0x27a962===_0x1dc257;},'fJfpw':_0x59e0(0x14),'iRHAU':_0x59e0(0x15),'XztpV':_0x59e0(0x16),'uVamN':'KctaJ','UWCFb':_0x59e0(0x17),'wfern':_0x59e0(0x18),'MNrHZ':function(_0x44c450,_0x4d6032){return _0x44c450||_0x4d6032;},'HbTkh':_0x59e0(0x19),'tZZun':_0x59e0(0x1a),'izqPJ':'bFkxO','uBYLd':function(_0x3a2db8,_0x3e734f){return _0x3a2db8(_0x3e734f);},'dbHyy':function(_0x40528a,_0x1a9268){return _0x40528a(_0x1a9268);},'SDwVe':_0x59e0(0x1b),'Nngzc':function(_0x1c1544,_0x359834){return _0x1c1544(_0x359834);},'xgkfp':_0x59e0(0x1c),'KWciz':function(_0x2b5d4c,_0x38a5f6){return _0x2b5d4c(_0x38a5f6);},'NdyyD':function(_0x229265,_0x42d31d){return _0x229265(_0x42d31d);},'gpGSa':function(_0x2f7e64,_0x24709a){return _0x2f7e64(_0x24709a);},'LMWjE':_0x59e0(0x1d),'hARfm':function(_0xd5a7a3,_0x15cbd5){return _0xd5a7a3(_0x15cbd5);},'mCtdW':function(_0x3bc299,_0x4536e8){return _0x3bc299(_0x4536e8);},'nLicW':function(_0x9eb019,_0x14cb5e,_0x1ef6a4){return _0x9eb019(_0x14cb5e,_0x1ef6a4);},'XitSG':_0x59e0(0x1e),'DIWXF':function(_0x5ab656,_0x5c7c4b){return _0x5ab656(_0x5c7c4b);},'EipBp':function(_0x29a342,_0x42afc8){return _0x29a342(_0x42afc8);},'TLbrD':function(_0x527ef0,_0x3a650c){return _0x527ef0(_0x3a650c);},'ALKlt':function(_0x3d900f,_0x312a83){return _0x3d900f+_0x312a83;},'ynFBr':_0x59e0(0x1f),'lSipo':_0x59e0(0x20),'WJujj':function(_0x57e671,_0x198f4f){return _0x57e671(_0x198f4f);},'XJvhJ':function(_0x52e06c,_0x16ab01){return _0x52e06c!==_0x16ab01;},'rdeHQ':_0x59e0(0x21),'QAYNL':_0x59e0(0x22),'OjArF':function(_0x206218,_0x290f6c){return _0x206218(_0x290f6c);},'kZxqh':function(_0x3fbfd1,_0x4b8876){return _0x3fbfd1(_0x4b8876);},'sGDqT':function(_0x37279c,_0x319f68){return _0x37279c(_0x319f68);},'uSkIA':_0x59e0(0x23),'vrlAP':_0x59e0(0x24),'iWire':_0x59e0(0x25),'WkSUx':function(_0x29d904,_0x4c063c){return _0x29d904===_0x4c063c;},'lZnKF':_0x59e0(0x26),'HizCv':function(_0x165c48,_0x366002){return _0x165c48(_0x366002);},'asOKl':_0x59e0(0x27),'DujTG':'jFmlV','xqoEK':function(_0x2da4ef,_0x183ae7){return _0x2da4ef(_0x183ae7);},'modEA':_0x59e0(0x28),'OhzwB':function(_0x144a97,_0x22d7c5){return _0x144a97(_0x22d7c5);},'oahcN':function(_0x28f9b3,_0x41e043){return _0x28f9b3(_0x41e043);},'tKYtV':function(_0x3bbb32,_0x321e4b){return _0x3bbb32(_0x321e4b);},'GZZxy':function(_0x2db399,_0x4657e5){return _0x2db399(_0x4657e5);},'DZZMr':function(_0x20df38,_0x5c01e5){return _0x20df38===_0x5c01e5;},'BIcXe':_0x59e0(0x29),'AqMlm':_0x59e0(0x2a),'KlMIL':_0x59e0(0x2b),'wyeWh':function(_0x1804e0,_0x3ecca2){return _0x1804e0!==_0x3ecca2;},'deIaS':_0x59e0(0x2c),'KDwHj':function(_0x18843c,_0x535e02){return _0x18843c(_0x535e02);},'DkMCe':function(_0x4e1f00,_0x1c4917){return _0x4e1f00(_0x1c4917);},'NWWLs':_0x59e0(0x2d),'VhzXk':_0x59e0(0x2e),'ECGCn':_0x59e0(0x2f),'zYSiV':_0x59e0(0x30),'nFDke':_0x59e0(0x31),'ZxcLi':function(_0x2423a1,_0x1c9db7){return _0x2423a1(_0x1c9db7);},'erLbL':function(_0x1b35a1,_0x2f603d){return _0x1b35a1===_0x2f603d;},'atVId':'hYlNe','WCvit':function(_0x3260f9,_0x154047){return _0x3260f9(_0x154047);},'jdJWp':function(_0x533621,_0x2160a3){return _0x533621(_0x2160a3);},'qrDXY':function(_0x1e9a0e,_0x49672f){return _0x1e9a0e(_0x49672f);},'jozEz':_0x59e0(0x32),'jAqME':function(_0x507d23,_0x28a932){return _0x507d23+_0x28a932;},'StYTl':_0x59e0(0x33),'VSJYF':'...)','eLnAq':_0x59e0(0x34),'BfvqG':function(_0x2fcb8d,_0x1ef3c5){return _0x2fcb8d===_0x1ef3c5;},'QnZst':_0x59e0(0x35),'npRXy':function(_0x46b4b6,_0x4bcb8a){return _0x46b4b6(_0x4bcb8a);},'eSxqi':_0x59e0(0x36),'ZRxve':'XQqhJ','vzOCH':function(_0x318668,_0x58ba46){return _0x318668===_0x58ba46;},'wvwuE':function(_0x8b5c40,_0x3a2f2c){return _0x8b5c40===_0x3a2f2c;},'sYwwQ':_0x59e0(0x37),'XazZx':function(_0x50f99b,_0x2714a2){return _0x50f99b(_0x2714a2);},'pfrjJ':function(_0x5aa3a1,_0x5da97c){return _0x5aa3a1(_0x5da97c);},'rCIDa':function(_0x13f04e,_0x5ecb3b){return _0x13f04e(_0x5ecb3b);},'wdqLx':function(_0x4126ce,_0x37e21d){return _0x4126ce(_0x37e21d);},'yvbyA':function(_0xaafbe,_0x52d33a){return _0xaafbe(_0x52d33a);},'LKEFu':function(_0x11c9f7,_0x2984f9){return _0x11c9f7===_0x2984f9;},'mopBg':function(_0x3df678,_0x1d0b0f){return _0x3df678&&_0x1d0b0f;},'GsMzH':function(_0x1329ce,_0x328dab){return _0x1329ce===_0x328dab;},'xvZhF':'nDzLv','fWlLY':function(_0x3305b4,_0x1054d1){return _0x3305b4!==_0x1054d1;},'CzVjm':'wHEMo','XmkQh':function(_0x460fe6,_0x28a395){return _0x460fe6(_0x28a395);},'BmRNL':function(_0x297e25,_0x367f15){return _0x297e25(_0x367f15);},'UApYu':'reYMo','MnwyN':function(_0x30cbb7,_0x481f50){return _0x30cbb7(_0x481f50);},'MlTMy':'nAkaU','ZgsTF':function(_0x1bcb19,_0x4f0c48){return _0x1bcb19(_0x4f0c48);},'TxIat':function(_0x18ae5d,_0x4e152c){return _0x18ae5d>_0x4e152c;},'OaWNX':function(_0x3a15fb,_0x1f9546){return _0x3a15fb!==_0x1f9546;},'vqWSR':_0x59e0(0x38),'zSGxT':function(_0x30679d,_0x40eeb6,_0x143e50){return _0x30679d(_0x40eeb6,_0x143e50);},'eDzQw':function(_0x1f9800,_0x20a7e5){return _0x1f9800(_0x20a7e5);},'ygNzw':function(_0xa214ae,_0x202149){return _0xa214ae(_0x202149);},'RwKmh':_0x59e0(0x39),'ncOsA':'tQbCU','shFQm':function(_0x39a891,_0x5e4adb){return _0x39a891(_0x5e4adb);},'pXAVc':'OeycB','PWAyN':function(_0x45094a,_0x29353d){return _0x45094a===_0x29353d;},'BFzcF':_0x59e0(0x3a),'CtUFZ':function(_0x152b18,_0x520975){return _0x152b18===_0x520975;},'yTTNV':'gmail','CaVMZ':function(_0x1972b1,_0x51f89c){return _0x1972b1===_0x51f89c;},'EhKLO':_0x59e0(0x3b),'LOmyK':function(_0x3a6a15,_0x139ffb){return _0x3a6a15(_0x139ffb);},'Xlbhz':_0x59e0(0x3c),'SyvHj':function(_0x2cc596,_0x192677){return _0x2cc596===_0x192677;},'kbKJp':function(_0x56c57a,_0x26f0ab){return _0x56c57a(_0x26f0ab);},'mrOrn':function(_0x2e75dc,_0xee07fd){return _0x2e75dc>_0xee07fd;},'IPHJP':_0x59e0(0x3d),'tRkKT':function(_0x129e04,_0x399e6d){return _0x129e04(_0x399e6d);},'qOeiy':function(_0xd3ea8a,_0x5e68b9){return _0xd3ea8a(_0x5e68b9);},'zNaPr':function(_0x4cae0d,_0x322040){return _0x4cae0d(_0x322040);},'bhDPd':function(_0x58dd0a,_0x114c09){return _0x58dd0a(_0x114c09);},'GFQtD':_0x59e0(0x3e),'bWBGI':function(_0x2484b4,_0x5a5172){return _0x2484b4(_0x5a5172);},'RgKaA':function(_0x469952,_0x5316c3){return _0x469952(_0x5316c3);},'BzaBF':function(_0x5e7481,_0x17ecda){return _0x5e7481(_0x17ecda);},'tOiJr':function(_0xb9b586,_0x3d1af6){return _0xb9b586(_0x3d1af6);},'ZjfsZ':function(_0x569720,_0x43613f,_0xeacef3){return _0x569720(_0x43613f,_0xeacef3);},'PPKuX':function(_0x33db3b,_0x275ede,_0x5bf64f){return _0x33db3b(_0x275ede,_0x5bf64f);},'cjoTk':'youtube','dbavk':_0x59e0(0x3f),'aCyrt':_0x59e0(0x40),'mrCpA':_0x59e0(0x41),'zVNns':'Use\x20your\x20posts\x20and\x20comments\x20to\x20enrich\x20your\x20model.','QieZQ':_0x59e0(0x42),'cAhYz':function(_0x22f3ca,_0xce63b1){return _0x22f3ca(_0xce63b1);},'JLTfh':_0x59e0(0x43),'nhPfK':_0x59e0(0x44),'rOIFa':'Use\x20your\x20email\x20information\x20to\x20enrich\x20your\x20model.','fimfc':'ChatGPT','QcSUQ':function(_0x5c500d,_0x2ab8d3){return _0x5c500d(_0x2ab8d3);},'ujkuz':_0x59e0(0x45),'aeMYJ':_0x59e0(0x46),'dwKpQ':_0x59e0(0x47),'tTyMv':'Gemini','UraHh':function(_0x2517bd,_0x7bdfcc){return _0x2517bd(_0x7bdfcc);},'qXBlX':_0x59e0(0x48),'TBpbt':_0x59e0(0x49),'CmdsS':_0x59e0(0x4a),'wXYVE':_0x59e0(0x4b),'yXQSA':function(_0x58d8d2,_0x37963b,_0x190288){return _0x58d8d2(_0x37963b,_0x190288);},'lRqif':function(_0xad2040,_0x53d6f3){return _0xad2040!==_0x53d6f3;},'QwNAp':_0x59e0(0x4c),'VkchI':function(_0x1628cf,_0x1c008a){return _0x1628cf&&_0x1c008a;},'OziMo':function(_0x3463c0,_0x3ac6c3){return _0x3463c0!==_0x3ac6c3;},'zphaf':_0x59e0(0x4d),'ZbqGE':_0x59e0(0x4e),'taHZM':'Build\x20your\x20persona','WHYOV':function(_0x757edf,_0x2268e5){return _0x757edf<=_0x2268e5;},'AMfgg':_0x59e0(0x4f),'nRiFu':function(_0x3e2709,_0x253847){return _0x3e2709>_0x253847;},'lXSXy':function(_0x1bfc0b,_0x4d31ea){return _0x1bfc0b>_0x4d31ea;},'BXxYq':_0x59e0(0x50),'uUdcq':_0x59e0(0x51),'LIlfn':function(_0x219488,_0x1afc5d){return _0x219488===_0x1afc5d;},'mdNGB':function(_0x2c4277,_0x45c414){return _0x2c4277||_0x45c414;},'pDJMS':_0x59e0(0x52)};var _0x696de8;const [_0x13257d,_0x4f1c48]=_0x52709e[_0x59e0(0x53)](useState,()=>new Set(_0x2d7d19||[])),[_0x2ae60d,_0x29ea32]=_0x52709e[_0x59e0(0x54)](useState,![]),[_0x4fc271,_0x6186da]=_0x52709e['RcRwx'](useState,![]),[_0x3a3cf2,_0x539743]=useState(![]),[_0x45ce29,_0x46791c]=useState(''),[_0x2d1225,_0x3e5af0]=useState({}),[_0x66272a,_0x881c04]=useState(![]),[_0x3844c3,_0x443c71]=_0x52709e[_0x59e0(0x55)](useState,''),[_0x388551,_0x4620f6]=useState(''),[_0x4fa800,_0x441052]=_0x52709e[_0x59e0(0x56)](useState,null),[_0x31a3f3,_0x66435d]=_0x52709e['WCvit'](useState,0x0),_0x290e8e=_0x52709e[_0x59e0(0x57)](useRef,new Animated['Value'](0x0))[_0x59e0(0x58)],[_0x552ffd,_0x558fd6]=useState(''),_0x4ec44f=_0x52709e[_0x59e0(0x59)](useRef,null),[_0x5cc8a3,_0x1e90ad]=useState(!![]),_0x15dedb=_0x52709e[_0x59e0(0x5a)](useRef,new Animated['Value'](0x0))['current'],[_0x165216,_0x29dca6]=_0x52709e['zNaPr'](useState,0x0),_0x1e5da3=useRef(0x0),[_0x4144e7,_0x14b535]=_0x52709e[_0x59e0(0x5b)](useState,''),[_0x27a62b,_0x2d0fcb]=_0x52709e[_0x59e0(0x5c)](useState,0x0),[_0x3cfe24,_0x220c55]=_0x52709e[_0x59e0(0x5d)](useState,_0x52709e[_0x59e0(0x5e)]),[_0x208b7b,_0x307aa5]=useState(![]),[_0x9428a8,_0x471768]=_0x52709e[_0x59e0(0x5f)](useState,![]),[_0x3315a6,_0x484519]=_0x52709e[_0x59e0(0x60)](useState,null),[_0x198ea1,_0x3760f8]=useState(null),_0x90d607=_0x52709e[_0x59e0(0x61)](useRef,null),[_0x43a6aa,_0x1a8f3a]=_0x52709e[_0x59e0(0x62)](useState,![]),[_0x31555e,_0xc90cad]=_0x52709e['BzaBF'](useState,''),[_0x432f9f,_0x51c356]=_0x52709e[_0x59e0(0x63)](useState,null),[_0x1471a0,_0x34a055]=_0x52709e[_0x59e0(0x64)](useState,![]),[_0x38dc2f,_0x5c949a]=useState(![]),[_0x58d8b8,_0x502fe4]=_0x52709e[_0x59e0(0x56)](useState,null),[_0x14490e,_0x1c07e3]=_0x52709e[_0x59e0(0x65)](useState,initialRefreshFrequency),{connectPlatform:_0x287fd6,disconnectPlatform:_0x5504ea,isConnecting:_0x33bbca}=useConnections(),_0x2bc38a=null;_0x52709e[_0x59e0(0x66)](useEffect,()=>{const _0x271d00={'cMCJV':function(_0x34f53e,_0x39a264){return _0x52709e[_0x59e0(0x67)](_0x34f53e,_0x39a264);},'fRbuq':function(_0x3354fa){return _0x52709e[_0x59e0(0x68)](_0x3354fa);}};_0x52709e['RJWeP'](_0x52709e['jfTPu'],_0x52709e[_0x59e0(0x69)])?_0x2d7d19&&_0x52709e[_0x59e0(0x6a)](_0x2d7d19[_0x59e0(0x6b)],0x0)&&_0x52709e[_0x59e0(0x67)](_0x4f1c48,_0x115c28=>{const _0xd4ebf=new Set(_0x115c28);let _0x306f58=![];return _0x2d7d19[_0x59e0(0x6c)](_0x21f84a=>{_0x59e0(0x6d)!==_0x59e0(0x6d)?_0x4b39df&&_0x1061f2(_0x5665f7):!_0xd4ebf[_0x59e0(0x6e)](_0x21f84a)&&(_0xd4ebf[_0x59e0(0x6f)](_0x21f84a),_0x306f58=!![]);}),_0x306f58?_0xd4ebf:_0x115c28;}):(_0x271d00[_0x59e0(0x70)](_0x2ab75b,_0x25c9e[_0x59e0(0x71)]),_0x237e57[_0x59e0(0x72)]([0x0,0x64,0x32,0x64]),_0x271d00[_0x59e0(0x73)](_0x5d1f6a));},[_0x2d7d19]),useEffect(()=>{const _0x349a38={'zQvVI':function(_0x1803e5,_0x54766d){return _0x52709e[_0x59e0(0x74)](_0x1803e5,_0x54766d);},'lxVCl':_0x52709e[_0x59e0(0x75)],'HHEPs':function(_0x5dfd31,_0x5d26ca){return _0x5dfd31===_0x5d26ca;},'oTSrB':function(_0x13a7ab,_0x3c02a9){return _0x52709e[_0x59e0(0x74)](_0x13a7ab,_0x3c02a9);},'EKyXT':_0x52709e[_0x59e0(0x76)],'wRMkE':function(_0x6ef939,_0x267140){return _0x6ef939(_0x267140);},'fcJBe':function(_0x5cc757,_0x416619){return _0x52709e[_0x59e0(0x5a)](_0x5cc757,_0x416619);},'bpPrk':function(_0x5829bb,_0x4f997c){return _0x5829bb-_0x4f997c;},'fdQaO':function(_0x5422ff,_0x144f8b){return _0x52709e[_0x59e0(0x77)](_0x5422ff,_0x144f8b);},'lhsqB':function(_0xae5154,_0x570fcb){return _0x52709e[_0x59e0(0x78)](_0xae5154,_0x570fcb);},'lmXLE':function(_0x1f2777,_0xa88a57){return _0x52709e['uYgcP'](_0x1f2777,_0xa88a57);},'PAbhT':_0x59e0(0x79),'BYaoC':_0x52709e[_0x59e0(0x7a)],'XYuIw':_0x52709e['GxicN'],'RRTjM':_0x52709e[_0x59e0(0x7b)],'ajngY':_0x59e0(0x7c),'vHpQu':_0x52709e['cRKDa'],'vNokA':_0x52709e[_0x59e0(0x7d)],'bDDPr':_0x52709e[_0x59e0(0x7e)],'qyGSW':function(_0x465b37,_0x3a2927){return _0x52709e['RJWeP'](_0x465b37,_0x3a2927);},'JXIPI':'vKrTY','WHkpG':_0x59e0(0x7f),'gWenj':_0x52709e['BKpHm'],'AdUTc':function(_0x4b33b0,_0x3427b2){return _0x52709e[_0x59e0(0x80)](_0x4b33b0,_0x3427b2);},'kqFLf':function(_0x14cf0a,_0x2c1a9f){return _0x14cf0a(_0x2c1a9f);},'NqdxY':_0x52709e[_0x59e0(0x81)]};if(_0x52709e[_0x59e0(0x74)](_0x59e0(0xf),_0x52709e[_0x59e0(0x82)])){const _0x38ee65=new _0x4fa841(_0xc5ffff);let _0x4f7f67=![];return _0x3103a5['forEach'](_0x405106=>{!_0x38ee65[_0x59e0(0x6e)](_0x405106)&&(_0x38ee65[_0x59e0(0x6f)](_0x405106),_0x4f7f67=!![]);}),_0x4f7f67&&_0x4de57c['log'](_0x59e0(0x32),_0x984a3d[_0x59e0(0x83)](_0x38ee65)),_0x4f7f67?_0x38ee65:_0x3e3b99;}else{const _0x1414a4=async()=>{const _0x57eef9={'uOkhU':function(_0x1a2575,_0xdcf9af){return _0x349a38[_0x59e0(0x84)](_0x1a2575,_0xdcf9af);},'MtoYe':function(_0x1b2932,_0x37d04e){return _0x349a38['fdQaO'](_0x1b2932,_0x37d04e);},'eWuJh':function(_0x2445d9,_0x3da49b){return _0x349a38[_0x59e0(0x85)](_0x2445d9,_0x3da49b);},'jbfUn':function(_0x1a4123,_0x72f84d){return _0x349a38['lmXLE'](_0x1a4123,_0x72f84d);},'shbKd':function(_0x4b94e5,_0x4fa9da){return _0x4b94e5===_0x4fa9da;},'oLXsM':_0x59e0(0xb),'rcVQT':function(_0x3df7a3,_0x555f9c){return _0x3df7a3(_0x555f9c);}};try{console['log'](_0x349a38[_0x59e0(0x86)]);const _0x2a6a04=[],_0x1347d7=await AsyncStorage[_0x59e0(0x87)](_0x59e0(0x23));if(_0x1347d7){if(_0x349a38['zQvVI'](_0x349a38['BYaoC'],_0x349a38['XYuIw'])){const _0x2d3824=JSON[_0x59e0(0x88)](_0x1347d7);Array[_0x59e0(0x89)](_0x2d3824)&&(_0x2a6a04[_0x59e0(0x8a)](..._0x2d3824),console['log'](_0x349a38[_0x59e0(0x8b)],_0x2d3824));}else{const _0x2498a4=_0x288fc2[_0x59e0(0x8c)]['contentOffset']['x'],_0x338d40=_0x490d0d[_0x59e0(0x8c)][_0x59e0(0x8d)][_0x59e0(0x8e)],_0x3a33d6=_0x4e77d4['nativeEvent']['contentSize']['width'];_0x3964d1[_0x59e0(0x58)]=_0x2498a4;const _0x1f67ed=_0x57eef9['uOkhU'](_0x3a33d6,_0x338d40),_0x25d15b=_0x1f67ed>0x0?_0x57eef9[_0x59e0(0x8f)](_0x2498a4,_0x1f67ed):0x0;_0x57eef9[_0x59e0(0x90)](_0x456016,_0x25d15b),_0x57eef9['jbfUn'](_0x2498a4,0xa)&&_0x39c0a0&&_0x57eef9[_0x59e0(0x90)](_0x2a0ef1,![]);}}const _0x342ea6=await AsyncStorage[_0x59e0(0x87)](_0x349a38[_0x59e0(0x91)]);if(_0x342ea6){const _0x157909=JSON['parse'](_0x342ea6);Array[_0x59e0(0x89)](_0x157909)&&(_0x157909['forEach'](_0x5acc74=>{if(_0x349a38[_0x59e0(0x92)](_0x349a38['lxVCl'],'EtcFp')){const _0x1c4282={'lyhWR':function(_0x5dad38,_0xd63bf0){return _0x57eef9['shbKd'](_0x5dad38,_0xd63bf0);},'lUlrJ':function(_0x3908e9,_0x390228){return _0x57eef9[_0x59e0(0x93)](_0x3908e9,_0x390228);}},_0x259b29=_0x340287[_0x59e0(0x88)](_0x5dada2);_0x36d40f['isArray'](_0x259b29)&&(_0x259b29['forEach'](_0x8e796c=>{var _0x21a12d;const _0x2494f4=_0x1c4282[_0x59e0(0x94)](_0x21a12d=_0x8e796c[_0x59e0(0x95)],null)||_0x1c4282[_0x59e0(0x96)](_0x21a12d,void 0x0)?void 0x0:_0x21a12d[_0x59e0(0x97)]();_0x2494f4&&!_0x4cd347[_0x59e0(0x98)](_0x2494f4)&&_0x46c004[_0x59e0(0x8a)](_0x2494f4);}),_0x158622[_0x59e0(0x99)](_0x57eef9[_0x59e0(0x9a)],_0x259b29['map'](_0x26c4b5=>_0x26c4b5[_0x59e0(0x95)])));}else{var _0x481bdd;const _0x186460=(_0x481bdd=_0x5acc74['platform'])===null||_0x349a38['HHEPs'](_0x481bdd,void 0x0)?void 0x0:_0x481bdd[_0x59e0(0x97)]();if(_0x186460&&!_0x2a6a04[_0x59e0(0x98)](_0x186460)){if(_0x349a38[_0x59e0(0x9b)](_0x349a38[_0x59e0(0x9c)],'Kdbge'))_0x2a6a04[_0x59e0(0x8a)](_0x186460);else{const _0x354038=new _0x251a68(_0x1ee567);_0x354038[_0x59e0(0x6f)](_0x4d578b),_0x57eef9[_0x59e0(0x90)](_0x599f08,_0x354038),_0x57eef9[_0x59e0(0x9d)](_0x25a2b3,_0x1a90fa=>({..._0x1a90fa,[_0x571f4b]:'connected'})),_0x2e7414(_0x4d9be7[_0x59e0(0x71)]);}}}}),console['log'](_0x349a38[_0x59e0(0x9e)],_0x157909[_0x59e0(0x9f)](_0x207ccb=>_0x207ccb[_0x59e0(0x95)])));}const _0x38bdb7=[_0x349a38['vNokA'],_0x349a38['bDDPr'],'gemini','grok'];for(const _0x8453cc of _0x38bdb7){const _0x1b9733=await AsyncStorage[_0x59e0(0x87)](_0x59e0(0xa0)+_0x8453cc);if(_0x1b9733){const _0x4d2adc=JSON[_0x59e0(0x88)](_0x1b9733);_0x4d2adc[_0x59e0(0xa1)]&&!_0x2a6a04[_0x59e0(0x98)](_0x8453cc)&&(_0x349a38['qyGSW']('vKrTY',_0x349a38[_0x59e0(0xa2)])?(_0x2a6a04[_0x59e0(0x8a)](_0x8453cc),console[_0x59e0(0x99)](_0x59e0(0xa3)+_0x8453cc)):(_0x13a6f9[_0x59e0(0xa4)](_0x59e0(0xa5)+_0x1ad2d4+_0x59e0(0xa6)),_0x349a38[_0x59e0(0xa7)](_0x5045a8,_0x573579=>({..._0x573579,[_0x59d94a]:_0x59e0(0xa4)})),_0x349a38['fcJBe'](_0xc93e67,_0x1347a5[_0x59e0(0xa8)])));}}const _0x36d45a=await AsyncStorage['getItem'](_0x349a38[_0x59e0(0xa9)]);if(_0x36d45a){const _0x197de0=JSON[_0x59e0(0x88)](_0x36d45a);_0x197de0[_0x59e0(0xa1)]&&!_0x2a6a04[_0x59e0(0x98)](_0x349a38[_0x59e0(0xaa)])&&(_0x2a6a04[_0x59e0(0x8a)](_0x349a38[_0x59e0(0xaa)]),console[_0x59e0(0x99)](_0x59e0(0x2b)));}_0x349a38[_0x59e0(0xab)](_0x2a6a04[_0x59e0(0x6b)],0x0)&&_0x349a38[_0x59e0(0xac)](_0x4f1c48,_0x1dba24=>{const _0x378915=new Set(_0x1dba24);let _0x184e5f=![];return _0x2a6a04[_0x59e0(0x6c)](_0x2ef91f=>{!_0x378915['has'](_0x2ef91f)&&(_0x378915['add'](_0x2ef91f),_0x184e5f=!![]);}),_0x184e5f&&console[_0x59e0(0x99)]('✅\x20[PLATFORMS]\x20Updated\x20connectedPlatforms\x20state\x20with:',Array[_0x59e0(0x83)](_0x378915)),_0x184e5f?_0x378915:_0x1dba24;});}catch(_0x1ac91d){console[_0x59e0(0xa4)](_0x349a38[_0x59e0(0xad)],_0x1ac91d);}};_0x52709e[_0x59e0(0xae)](_0x1414a4);}},[]),_0x52709e[_0x59e0(0xaf)](useEffect,()=>{const _0x3686ba={'iLYCj':function(_0x1c081c,_0x4d4bfb){return _0x1c081c(_0x4d4bfb);},'yaTOd':function(_0x447fc9,_0x315d06){return _0x52709e[_0x59e0(0xb0)](_0x447fc9,_0x315d06);},'gThdY':_0x52709e['UXOTr'],'EvXMb':_0x59e0(0xb1),'derEa':_0x52709e['Esygr'],'HbVrN':function(_0x416e26,_0x513d82){return _0x416e26&&_0x513d82;},'fWuGv':function(_0x5bc9fd,_0x386c65){return _0x52709e[_0x59e0(0xb0)](_0x5bc9fd,_0x386c65);},'LoExp':_0x52709e[_0x59e0(0xb2)],'BiNAC':function(_0x3b2018,_0x20cb6d){return _0x52709e[_0x59e0(0x5a)](_0x3b2018,_0x20cb6d);},'TdDYf':function(_0x4a3a94,_0x4b1af){return _0x52709e['LbPkg'](_0x4a3a94,_0x4b1af);},'ymZsf':function(_0x28b850,_0xed3b97){return _0x52709e[_0x59e0(0xb3)](_0x28b850,_0xed3b97);},'cZhmP':function(_0x5dade7,_0x376975){return _0x52709e[_0x59e0(0xb3)](_0x5dade7,_0x376975);},'KIczl':_0x52709e[_0x59e0(0xb4)],'ptAJI':function(_0x1bc3ae,_0x3d8052){return _0x52709e['fmvxs'](_0x1bc3ae,_0x3d8052);},'yrmcN':function(_0x2624e1,_0x1c410b){return _0x52709e[_0x59e0(0x67)](_0x2624e1,_0x1c410b);}},_0x18c5aa=async()=>{const _0x5c69c0={'tJLHV':function(_0x32b03a,_0x1187ae){return _0x3686ba[_0x59e0(0xb5)](_0x32b03a,_0x1187ae);}};if(_0x3686ba[_0x59e0(0xb6)](_0x3686ba['gThdY'],_0x3686ba[_0x59e0(0xb7)]))_0x5c69c0[_0x59e0(0xb8)](_0x5a1f19,![]);else try{const _0x1da935=await AsyncStorage[_0x59e0(0x87)](_0x3686ba[_0x59e0(0xb9)]);if(_0x3686ba[_0x59e0(0xba)](_0x1da935,!_0x4144e7)){if(_0x3686ba[_0x59e0(0xbb)](_0x3686ba['LoExp'],'dYPAY')){_0x3686ba[_0x59e0(0xbc)](_0x14b535,_0x1da935);return;}else return React[_0x59e0(0xbd)](_0x3be8ad,{'visible':_0x257834,'onComplete':_0x59691f,'onBack':_0x5c3355});}if(_0x3686ba['HbVrN'](_0x2bc38a,!_0x4144e7)){var _0x4b590e;const _0x29aa09=(_0x2bc38a===null||_0x3686ba[_0x59e0(0xb6)](_0x2bc38a,void 0x0)||_0x3686ba[_0x59e0(0xb6)](_0x4b590e=_0x2bc38a[_0x59e0(0xbe)],null)||_0x3686ba[_0x59e0(0xbf)](_0x4b590e,void 0x0)?void 0x0:_0x4b590e[_0x59e0(0xc0)]('@')[0x0])||(_0x3686ba[_0x59e0(0xb6)](_0x2bc38a,null)||_0x2bc38a===void 0x0?void 0x0:_0x2bc38a[_0x59e0(0xc1)])||_0x59e0(0xc2)+Math[_0x59e0(0xc3)](_0x3686ba[_0x59e0(0xc4)](Math[_0x59e0(0xc5)](),0x2710));_0x3686ba[_0x59e0(0xb5)](_0x14b535,_0x29aa09),await AsyncStorage[_0x59e0(0xc6)](_0x3686ba[_0x59e0(0xb9)],_0x29aa09);return;}if(!_0x4144e7){const _0xc5b29a=_0x59e0(0xc7)+Math[_0x59e0(0xc3)](_0x3686ba[_0x59e0(0xc8)](Math[_0x59e0(0xc5)](),0x2710));_0x14b535(_0xc5b29a),await AsyncStorage[_0x59e0(0xc6)](_0x3686ba[_0x59e0(0xb9)],_0xc5b29a);}}catch(_0x15335c){console[_0x59e0(0xa4)](_0x3686ba[_0x59e0(0xc9)],_0x15335c);const _0x45d9cc=_0x59e0(0xc2)+Math['floor'](_0x3686ba['ptAJI'](Math[_0x59e0(0xc5)](),0x2710));_0x3686ba[_0x59e0(0xca)](_0x14b535,_0x45d9cc);}};_0x52709e[_0x59e0(0xae)](_0x18c5aa);},[_0x2bc38a,_0x4144e7]),useEffect(()=>{const _0x491a02={'CvsvH':function(_0x1633f8,_0x599948){return _0x52709e[_0x59e0(0xcb)](_0x1633f8,_0x599948);}};_0x52709e['TsXxz']===_0x52709e[_0x59e0(0xcc)]?(_0x103e67[_0x59e0(0x6c)](_0x10c4e0=>{var _0x316822;const _0x263fed=(_0x316822=_0x10c4e0[_0x59e0(0x95)])===null||_0x491a02[_0x59e0(0xcd)](_0x316822,void 0x0)?void 0x0:_0x316822['toLowerCase']();_0x263fed&&!_0x3d4489[_0x59e0(0x98)](_0x263fed)&&_0x336d03[_0x59e0(0x8a)](_0x263fed);}),_0x27dcde['log'](_0x52709e['cRKDa'],_0x376523[_0x59e0(0x9f)](_0x55e5e8=>_0x55e5e8[_0x59e0(0x95)]))):_0x5cc8a3&&Animated['loop'](Animated[_0x59e0(0xce)]([Animated[_0x59e0(0xcf)](_0x15dedb,{'toValue':0x1,'duration':0x3e8,'useNativeDriver':!![]}),Animated[_0x59e0(0xcf)](_0x15dedb,{'toValue':0x0,'duration':0x3e8,'useNativeDriver':!![]})]))[_0x59e0(0xd0)]();},[_0x5cc8a3]);const _0x40b96e=_0x52709e[_0x59e0(0xd1)](useCallback,_0x3d713d=>{const _0x24af0e=_0x3d713d[_0x59e0(0x8c)][_0x59e0(0xd2)]['x'],_0x34d30a=_0x3d713d[_0x59e0(0x8c)][_0x59e0(0x8d)][_0x59e0(0x8e)],_0x186f7d=_0x3d713d[_0x59e0(0x8c)]['contentSize'][_0x59e0(0x8e)];_0x1e5da3[_0x59e0(0x58)]=_0x24af0e;const _0x4106f0=_0x52709e['sCrMh'](_0x186f7d,_0x34d30a),_0x5736b7=_0x52709e[_0x59e0(0x80)](_0x4106f0,0x0)?_0x24af0e/_0x4106f0:0x0;_0x52709e['LckVp'](_0x29dca6,_0x5736b7),_0x24af0e>0xa&&_0x5cc8a3&&_0x52709e[_0x59e0(0xd3)](_0x1e90ad,![]);},[_0x5cc8a3]),_0x5f3e00=[{'id':_0x52709e[_0x59e0(0xd4)],'name':_0x59e0(0xd5),'icon':_0x52709e[_0x59e0(0xd6)](getPlatformIcon,_0x59e0(0xd7)),'description':_0x52709e['dbavk'],'isChatPlatform':![]},{'id':_0x52709e[_0x59e0(0xd8)],'name':_0x52709e[_0x59e0(0xd9)],'icon':_0x52709e['sGDqT'](getPlatformIcon,_0x59e0(0x40)),'description':_0x52709e[_0x59e0(0xda)],'isChatPlatform':![]},{'id':'pinterest','name':_0x52709e[_0x59e0(0xdb)],'icon':_0x52709e['cAhYz'](getPlatformIcon,_0x59e0(0x3a)),'description':_0x59e0(0xdc),'isChatPlatform':![]},{'id':_0x52709e[_0x59e0(0xdd)],'name':'LinkedIn','icon':_0x52709e['oahcN'](getPlatformIcon,_0x52709e[_0x59e0(0xdd)]),'description':_0x52709e[_0x59e0(0xde)],'isChatPlatform':![]},{'id':_0x52709e['yTTNV'],'name':_0x52709e[_0x59e0(0xdf)],'icon':_0x52709e[_0x59e0(0x56)](getPlatformIcon,_0x52709e[_0x59e0(0xe0)]),'description':_0x52709e['rOIFa'],'isChatPlatform':![]},{'id':_0x52709e[_0x59e0(0x7d)],'name':_0x52709e[_0x59e0(0xe1)],'icon':_0x52709e[_0x59e0(0xe2)](getPlatformIcon,_0x52709e[_0x59e0(0x7d)]),'description':_0x52709e[_0x59e0(0xe3)],'isChatPlatform':!![]},{'id':_0x59e0(0xd),'name':_0x52709e[_0x59e0(0xe4)],'icon':_0x52709e[_0x59e0(0xe5)](getPlatformIcon,_0x52709e[_0x59e0(0x7e)]),'description':_0x52709e[_0x59e0(0xe6)],'isChatPlatform':!![]},{'id':_0x59e0(0x48),'name':_0x52709e[_0x59e0(0xe7)],'icon':_0x52709e[_0x59e0(0xe8)](getPlatformIcon,_0x52709e['qXBlX']),'description':_0x52709e['TBpbt'],'isChatPlatform':!![]},{'id':_0x52709e[_0x59e0(0xe9)],'name':_0x52709e[_0x59e0(0xea)],'icon':_0x52709e[_0x59e0(0xeb)](getPlatformIcon,_0x52709e[_0x59e0(0xe9)]),'description':_0x52709e[_0x59e0(0xec)],'isChatPlatform':!![]}],_0x5e30d4=_0x498718?_0x498718['map'](_0x550f2e=>_0x5f3e00['find'](_0x340577=>_0x340577['id']===_0x550f2e))[_0x59e0(0xed)](_0x5277e7=>_0x5277e7!==undefined):_0x5f3e00;_0x52709e[_0x59e0(0x66)](useEffect,()=>{if(_0x5e30d4[_0x59e0(0x6b)]>0x0){const _0x3a7d77=_0x5e30d4[0x0]['id'];(!_0x552ffd||!_0x5e30d4[_0x59e0(0xee)](_0x5ef012=>_0x5ef012['id']===_0x552ffd))&&_0x52709e[_0x59e0(0x78)](_0x558fd6,_0x3a7d77);}},[_0x498718,_0x5e30d4[_0x59e0(0x6b)]]);const _0x3e5c8f=async(_0x256fc5,_0x558798)=>{const _0x53090b={'wLALi':function(_0x54680d,_0x21afcc){return _0x52709e[_0x59e0(0x78)](_0x54680d,_0x21afcc);},'ghaCh':_0x52709e['ewZPY'],'IOtVs':_0x52709e[_0x59e0(0x81)]};if(_0x52709e[_0x59e0(0xef)]===_0x59e0(0xf0))_0x52709e['kmmFh'](_0x532f72,_0x5155e2);else{triggerHaptic(HapticType['BUTTON_PRESS']),console[_0x59e0(0x99)](_0x59e0(0xf1)+_0x256fc5+_0x59e0(0xf2)+_0x558798);try{if(_0x558798){if(_0x52709e['UWCFb']!==_0x52709e[_0x59e0(0xf3)]){const _0x2203b1=await AsyncStorage['getItem'](_0x52709e[_0x59e0(0xf4)]),_0x4a2518=_0x52709e['MNrHZ'](_0x2203b1,_0x4144e7);console[_0x59e0(0x99)](_0x59e0(0xf5)+_0x2203b1+_0x59e0(0xf6)+_0x4144e7+_0x59e0(0xf7)+_0x4a2518+'\x22');if(!_0x4a2518||_0x52709e[_0x59e0(0xf8)](_0x4a2518[_0x59e0(0xf9)](),'')){if(_0x52709e[_0x59e0(0xcb)](_0x52709e[_0x59e0(0xfa)],_0x52709e[_0x59e0(0xfa)])){console[_0x59e0(0xa4)](_0x52709e[_0x59e0(0xfb)]);return;}else _0x52709e[_0x59e0(0x5a)](_0x5436af,![]);}const _0x3ccb05=_0x5f3e00[_0x59e0(0xee)](_0x3d6f18=>_0x3d6f18['id']===_0x256fc5),_0x2a61d5=(_0x52709e[_0x59e0(0xfc)](_0x3ccb05,null)||_0x3ccb05===void 0x0?void 0x0:_0x3ccb05[_0x59e0(0xfd)])||isLLMPlatform(_0x256fc5);if(_0x2a61d5){if(_0x52709e[_0x59e0(0xfc)](_0x59e0(0xfe),_0x52709e[_0x59e0(0xff)])){console['log'](_0x59e0(0x100)+_0x256fc5+_0x59e0(0x101)),_0x52709e['dgUQD'](_0x4620f6,_0x256fc5),_0x52709e[_0x59e0(0x102)](_0x3e5af0,_0x24e187=>({..._0x24e187,[_0x256fc5]:'connecting'}));const _0x3d5bf3=_0x52709e[_0x59e0(0x103)](getLLMPlatformUrl,_0x256fc5);if(_0x3d5bf3){if(_0x52709e['mNRbg'](_0x59e0(0x1b),_0x52709e[_0x59e0(0x104)])){const _0x1923f7=_0x4656a0[_0x59e0(0xee)](_0x32e29e=>_0x32e29e['id']===_0x5df6d8);if(!_0x1923f7)return null;const _0x138520=_0x4cd4a4[_0x59e0(0x6e)](_0x33ad1c),_0x3ffe95=_0x3c07d7[_0x2c8a8d]===_0x52709e[_0x59e0(0x105)],_0x598fa3=_0x52709e[_0x59e0(0xfc)](_0x170d32,null)||_0x52709e['hHbsB'](_0x568519,void 0x0)?void 0x0:_0x478d1e[_0x59e0(0x98)](_0x3b10e8);return React[_0x59e0(0xbd)](View,{'style':_0x35b5ff[_0x59e0(0x106)]},React[_0x59e0(0xbd)](View,{'style':_0x4d0317[_0x59e0(0x107)]},React[_0x59e0(0xbd)](Text,{'style':_0x5e88f0[_0x59e0(0x108)]},_0x1923f7[_0x59e0(0xc1)]),_0x598fa3&&React[_0x59e0(0xbd)](View,{'style':_0x501138[_0x59e0(0x109)]},React['createElement'](Text,{'style':_0x11f4ba['recommendedBadgeText']},_0x52709e[_0x59e0(0x10a)])),React[_0x59e0(0xbd)](TouchableOpacity,{'activeOpacity':0.8,'onPress':()=>!_0x3ffe95&&_0x171c50(_0x36ff13,!_0x138520),'disabled':_0x3ffe95,'style':[_0x322108['customToggleTrack'],{'backgroundColor':_0x138520?_0x52709e[_0x59e0(0x10b)]:_0x52709e[_0x59e0(0x10c)]}]},React['createElement'](View,{'style':[_0xa53cf[_0x59e0(0x10d)],{'transform':[{'translateX':_0x138520?0x14:0x0}]}]}))),React[_0x59e0(0xbd)](View,{'style':_0x307784[_0x59e0(0x10e)]},React[_0x59e0(0xbd)](Text,{'style':_0x16e38f['platformCardDescription']},_0x1923f7[_0x59e0(0x10f)])));}else console['log'](_0x59e0(0x110)+_0x256fc5+'\x20URL:',_0x3d5bf3),_0x52709e['Nngzc'](_0x443c71,_0x3d5bf3),_0x52709e[_0x59e0(0x102)](_0x881c04,!![]);}else _0x52709e['xgkfp']!==_0x59e0(0x111)?(console[_0x59e0(0xa4)](_0x59e0(0x112)+_0x256fc5),_0x52709e[_0x59e0(0x78)](_0x3e5af0,_0x92a64f=>({..._0x92a64f,[_0x256fc5]:_0x59e0(0xa4)})),_0x52709e[_0x59e0(0x67)](triggerHaptic,HapticType[_0x59e0(0xa8)])):(_0x5e6295['log'](_0x59e0(0x110)+_0x44a8eb+_0x59e0(0x113),_0x5484eb),_0x53090b['wLALi'](_0x5effcd,_0x16848d),_0x53090b['wLALi'](_0x42e88a,!![]));return;}else _0x52709e['JTGnE'](_0x4656c7,_0x5164c0=>({..._0x5164c0,[_0x2fe07d]:_0x59e0(0xa4)})),_0x1040e0(_0x21c84d['ERROR']);}if(_0x52709e['KWciz'](isLinkedInPlatform,_0x256fc5)){console[_0x59e0(0x99)](_0x59e0(0x114)),_0x52709e[_0x59e0(0x60)](_0x4620f6,_0x256fc5),_0x52709e['gpGSa'](_0x3e5af0,_0x33fadf=>({..._0x33fadf,[_0x256fc5]:'connecting'}));const _0x429a9f=_0x52709e[_0x59e0(0x115)];console[_0x59e0(0x99)](_0x59e0(0x116),_0x429a9f),_0x52709e['KWciz'](_0x443c71,_0x429a9f),_0x52709e[_0x59e0(0x117)](_0x881c04,!![]);return;}if(_0x52709e['KWciz'](hasNativeSDK,_0x256fc5)){_0x52709e[_0x59e0(0xeb)](_0x4620f6,_0x256fc5),_0x52709e[_0x59e0(0x118)](_0x3e5af0,_0x1753bc=>({..._0x1753bc,[_0x256fc5]:_0x59e0(0x13)}));const _0x4b3a70=await _0x52709e[_0x59e0(0xaf)](initiateNativeAuth,_0x256fc5,_0x4a2518);if(_0x4b3a70){if(_0x52709e[_0x59e0(0xf8)](_0x52709e[_0x59e0(0x119)],_0x59e0(0x1e))){const _0x4fe412=new Set(_0x13257d);_0x4fe412[_0x59e0(0x6f)](_0x256fc5),_0x4f1c48(_0x4fe412),_0x52709e[_0x59e0(0x5f)](_0x3e5af0,_0x37a7b4=>({..._0x37a7b4,[_0x256fc5]:_0x59e0(0xa1)})),_0x52709e[_0x59e0(0x53)](triggerHaptic,HapticType[_0x59e0(0x71)]);}else{const _0x1f3dbe=_0x5d4654[_0x59e0(0x88)](_0x2c80f8);_0x3581d9[_0x59e0(0x89)](_0x1f3dbe)&&(_0x313a88[_0x59e0(0x8a)](..._0x1f3dbe),_0x23b45c[_0x59e0(0x99)](_0x53090b['ghaCh'],_0x1f3dbe));}}else _0x52709e[_0x59e0(0x117)](_0x3e5af0,_0x441e94=>({..._0x441e94,[_0x256fc5]:_0x59e0(0xa4)})),_0x52709e['KWciz'](triggerHaptic,HapticType['ERROR']);}else{console['log'](_0x59e0(0x11a)+_0x256fc5+_0x59e0(0x1f)),_0x52709e[_0x59e0(0x11b)](_0x4620f6,_0x256fc5),_0x52709e[_0x59e0(0x11c)](_0x3e5af0,_0x39370c=>({..._0x39370c,[_0x256fc5]:_0x59e0(0x13)}));const _0x2b5c6a=await _0x52709e['nLicW'](initiateOAuth,_0x256fc5,_0x4a2518);console[_0x59e0(0x99)]('🔗\x20[TOGGLE]\x20OAuth\x20URL\x20result\x20for\x20'+_0x256fc5+':',_0x2b5c6a?_0x52709e['ALKlt'](_0x2b5c6a[_0x59e0(0x11d)](0x0,0x32),_0x52709e[_0x59e0(0x11e)]):_0x52709e['lSipo']),_0x2b5c6a?(console[_0x59e0(0x99)](_0x59e0(0x11f)+_0x256fc5),_0x52709e[_0x59e0(0x120)](_0x443c71,_0x2b5c6a),_0x52709e[_0x59e0(0x121)](_0x881c04,!![])):_0x52709e[_0x59e0(0x122)](_0x52709e['rdeHQ'],_0x52709e[_0x59e0(0x123)])?(console[_0x59e0(0xa4)](_0x59e0(0xa5)+_0x256fc5+_0x59e0(0xa6)),_0x3e5af0(_0xe8fa78=>({..._0xe8fa78,[_0x256fc5]:'error'})),_0x52709e[_0x59e0(0xd6)](triggerHaptic,HapticType[_0x59e0(0xa8)])):_0x5b83ef[_0x59e0(0xa4)](_0x53090b[_0x59e0(0x124)],_0x58481f);}}else _0x170ef4[_0x59e0(0x6f)](_0xc30390),_0x2e45fb=!![];}else{await _0x52709e['JTGnE'](_0x5504ea,_0x256fc5);const _0x1939d=new Set(_0x13257d);_0x1939d[_0x59e0(0x125)](_0x256fc5),_0x52709e[_0x59e0(0x5f)](_0x4f1c48,_0x1939d),_0x52709e[_0x59e0(0x126)](_0x3e5af0,_0x39cb29=>({..._0x39cb29,[_0x256fc5]:'disconnected'})),_0x52709e['sGDqT'](triggerHaptic,HapticType['BUTTON_PRESS']);try{const _0x12d2c7=await AsyncStorage[_0x59e0(0x87)](_0x52709e['uSkIA']);if(_0x12d2c7){const _0x5a9eb2=JSON['parse'](_0x12d2c7),_0x5bf4a0=_0x5a9eb2['filter'](_0x52f2ed=>_0x52f2ed[_0x59e0(0x97)]()!==_0x256fc5['toLowerCase']());await AsyncStorage['setItem'](_0x52709e[_0x59e0(0x127)],JSON[_0x59e0(0x128)](_0x5bf4a0)),console['log'](_0x59e0(0x129)+_0x256fc5+'\x20from\x20user_connected_platforms:',_0x5bf4a0);}}catch(_0xc8ee68){_0x52709e[_0x59e0(0xcb)](_0x52709e[_0x59e0(0x12a)],_0x52709e[_0x59e0(0x12b)])?_0x5f20a2(_0x52aa6d=>({..._0x52aa6d,[_0x596faa]:_0x59e0(0x12c)})):console[_0x59e0(0xa4)](_0x59e0(0x12d),_0xc8ee68);}await AsyncStorage[_0x59e0(0x12e)]('@onairos:llm_connected:'+_0x256fc5),_0x52709e[_0x59e0(0x12f)](_0x256fc5[_0x59e0(0x97)](),_0x52709e['BKpHm'])&&await AsyncStorage[_0x59e0(0x12e)]('@onairos:linkedin_connected');}}catch(_0x5b85ae){console[_0x59e0(0xa4)]('Error\x20toggling\x20platform\x20'+_0x256fc5+':',_0x5b85ae),_0x52709e['sGDqT'](_0x3e5af0,_0x325f58=>({..._0x325f58,[_0x256fc5]:_0x59e0(0xa4)})),_0x52709e[_0x59e0(0x11c)](triggerHaptic,HapticType[_0x59e0(0xa8)]);}}},_0x2d74d8=async()=>{if(_0x52709e['XJvhJ'](_0x52709e[_0x59e0(0x130)],'Nzxaa')){_0x52709e[_0x59e0(0x5f)](_0x142f92,_0x1c2b84);return;}else{_0x52709e[_0x59e0(0x5d)](triggerHaptic,HapticType[_0x59e0(0x131)]),_0x52709e['HizCv'](_0x34a055,!![]);try{if(_0x52709e[_0x59e0(0x132)]!==_0x52709e[_0x59e0(0x133)])_0x52709e[_0x59e0(0x11c)](_0x6186da,!![]);else{var _0x15ae45;const _0x3aa1f3=_0x52709e['RJWeP'](_0x15ae45=_0x2086cc[_0x59e0(0x95)],null)||_0x15ae45===void 0x0?void 0x0:_0x15ae45[_0x59e0(0x97)]();_0x3aa1f3&&!_0x2c6610[_0x59e0(0x98)](_0x3aa1f3)&&_0x535655[_0x59e0(0x8a)](_0x3aa1f3);}}finally{_0x52709e[_0x59e0(0x55)](_0x34a055,![]);}}},_0x19875f=()=>{if(_0x52709e[_0x59e0(0x74)](_0x52709e[_0x59e0(0x134)],_0x59e0(0x28)))return React[_0x59e0(0xbd)](_0xbaabfc,{'visible':_0x434ec5,'onComplete':_0x4ef423});else _0x52709e[_0x59e0(0x78)](triggerHaptic,HapticType[_0x59e0(0x131)]),_0x1869ce&&_0x1869ce();},_0x17e3fa=async()=>{const _0x11cfe1={'JazJh':function(_0xc20a91){return _0xc20a91();}};triggerHaptic(HapticType[_0x59e0(0x131)]),_0x52709e['tKYtV'](_0x5c949a,!![]),await new Promise(_0x1401f6=>setTimeout(_0x1401f6,0x32));try{_0x4f3de9?await _0x52709e[_0x59e0(0x135)](_0x4f3de9,_0x45ce29):_0x52709e['XJvhJ'](_0x59e0(0x136),'UcAyg')?await _0x131fa6(Array[_0x59e0(0x83)](_0x13257d)):_0xf5b16c&&_0x11cfe1[_0x59e0(0x137)](_0x2e588b);}finally{_0x52709e['DZZMr'](_0x52709e[_0x59e0(0x138)],_0x52709e[_0x59e0(0x139)])?(_0x4b299e[_0x59e0(0xa4)]('❌\x20[LLM]\x20No\x20URL\x20configured\x20for\x20platform:\x20'+_0x87f31d),_0x52709e[_0x59e0(0x13a)](_0x2e2c9e,_0xcb6ebf=>({..._0xcb6ebf,[_0xa8bb18]:_0x59e0(0xa4)})),_0x52709e['oahcN'](_0x57adc7,_0x23522e[_0x59e0(0xa8)])):_0x52709e[_0x59e0(0x135)](_0x5c949a,![]);}},_0x39d0d0=()=>{_0x52709e['wyeWh'](_0x59e0(0x2c),_0x52709e['deIaS'])?(_0x1103ff[_0x59e0(0x8a)](_0x52709e[_0x59e0(0xdd)]),_0x40f78f[_0x59e0(0x99)](_0x52709e[_0x59e0(0x13b)])):(_0x52709e[_0x59e0(0x13c)](triggerHaptic,HapticType[_0x59e0(0x131)]),_0x29ea32(![]));},_0x59ffa9=async _0x507efb=>{_0x52709e[_0x59e0(0x135)](triggerHaptic,HapticType[_0x59e0(0x131)]),_0x52709e[_0x59e0(0x13d)](_0x1c07e3,_0x507efb);try{_0x52709e[_0x59e0(0x13e)]===_0x52709e[_0x59e0(0x13f)]?(_0x3825fa(![]),_0x52709e[_0x59e0(0x117)](_0x33a141,!![])):(await AsyncStorage[_0x59e0(0xc6)](_0x52709e['ECGCn'],_0x507efb),console[_0x59e0(0x99)](_0x59e0(0x140)+_0x507efb));}catch(_0x583f4e){console[_0x59e0(0xa4)](_0x52709e[_0x59e0(0x141)],_0x583f4e);}_0x1c05ad&&_0x52709e[_0x59e0(0xeb)](_0x1c05ad,_0x507efb);},_0x2ce7a3=()=>{const Linking=_0x52709e['HizCv'](__ONAIROS_REQ_FUNC__,0x0)[_0x59e0(0x142)];Linking[_0x59e0(0x143)](_0x52709e[_0x59e0(0x144)]);},_0x16f3fe=async _0x537e82=>{if(_0x52709e['erLbL'](_0x52709e[_0x59e0(0x145)],_0x52709e[_0x59e0(0x145)]))_0x52709e[_0x59e0(0x146)](_0x46791c,_0x537e82),setTemporaryPin(_0x537e82),_0x52709e[_0x59e0(0x5c)](_0x6186da,![]),_0x52709e[_0x59e0(0x147)](_0x539743,!![]);else{const _0x26b397={'nxVft':function(_0x1feea2,_0x1157bb){return _0x52709e[_0x59e0(0x148)](_0x1feea2,_0x1157bb);}},_0x46786d=_0x47adb0(()=>{_0x5eb08b(_0x1d69a7=>{const _0x201bae=new _0x3fd7ed(_0x1d69a7);return _0x201bae[_0x59e0(0x6f)](_0x4bc57b),_0x201bae;}),_0x15df76(_0x1eb8ec[_0x59e0(0x71)]),_0x4e02cf[_0x59e0(0x99)]('✅\x20[PERSONA]\x20Applied\x20pending\x20connection:\x20'+_0x4a4b70),_0x26b397[_0x59e0(0x149)](_0x58d303,null);},0x12c);return()=>_0x1e6909(_0x46786d);}},_0xfb545c=()=>{_0x539743(![]),_0x52709e['WCvit'](_0x29ea32,!![]);},_0x13797e=async _0x573f69=>{if(_0x388551){if(_0x52709e[_0x59e0(0x14a)]!=='tYAey')return _0x56ed26[_0x59e0(0x99)](_0x59e0(0x14b)+_0x84f48+_0x59e0(0x14c)+_0x42ccb1['substring'](0x0,0x3c)+_0x59e0(0x1f)),React['createElement'](_0x578536,{'url':_0x25e476,'platform':_0x3dbc90,'onClose':_0x5226f2,'onSuccess':_0xec67b8,'onComplete':_0x2bc004,'username':_0x1d5168});else{if(_0x52709e[_0x59e0(0x14d)](_0x573f69,_0x52709e[_0x59e0(0x14e)])||_0x52709e[_0x59e0(0x14f)](_0x573f69,_0x59e0(0xa4))){_0x502fe4(_0x388551),_0x52709e[_0x59e0(0x65)](_0x3e5af0,_0x5d227a=>({..._0x5d227a,[_0x388551]:_0x59e0(0xa1)}));try{const _0x36aa06=await AsyncStorage[_0x59e0(0x87)](_0x59e0(0x23)),_0x120f87=_0x36aa06?JSON[_0x59e0(0x88)](_0x36aa06):[];!_0x120f87['includes'](_0x388551[_0x59e0(0x97)]())&&(_0x52709e['RJWeP'](_0x52709e['eSxqi'],_0x52709e[_0x59e0(0x150)])?_0x4aaeea['log'](_0x52709e[_0x59e0(0x151)],_0x5741d7[_0x59e0(0x83)](_0x32b812)):(_0x120f87[_0x59e0(0x8a)](_0x388551['toLowerCase']()),await AsyncStorage['setItem'](_0x52709e['uSkIA'],JSON['stringify'](_0x120f87)),console[_0x59e0(0x99)](_0x59e0(0x152)+_0x388551+_0x59e0(0x153),_0x120f87)));}catch(_0x32bd73){console[_0x59e0(0xa4)](_0x59e0(0x154),_0x32bd73);}isLLMPlatform(_0x388551)&&(await AsyncStorage[_0x59e0(0xc6)](_0x59e0(0xa0)+_0x388551,JSON[_0x59e0(0x128)]({'connected':!![],'platform':_0x388551,'connectedAt':new Date()[_0x59e0(0x155)]()})),console[_0x59e0(0x99)](_0x59e0(0x156)+_0x388551+'\x20connection\x20stored\x20locally')),_0x52709e[_0x59e0(0x157)](_0x388551['toLowerCase'](),_0x59e0(0x158))&&(await AsyncStorage[_0x59e0(0xc6)](_0x59e0(0x7f),JSON[_0x59e0(0x128)]({'connected':!![],'platform':_0x52709e[_0x59e0(0xdd)],'connectedAt':new Date()[_0x59e0(0x155)]()})),console[_0x59e0(0x99)](_0x59e0(0x159)));}else _0x52709e[_0x59e0(0x15a)](_0x59e0(0x37),_0x52709e[_0x59e0(0x15b)])?(_0x52709e[_0x59e0(0xd3)](_0x3e5af0,_0x1fd055=>({..._0x1fd055,[_0x388551]:'error'})),_0x52709e['XazZx'](triggerHaptic,HapticType[_0x59e0(0xa8)])):_0x3d99c2[_0x59e0(0x99)]('📊\x20[STATE]\x20WebView\x20state\x20changed\x20-\x20showOAuthWebView:\x20'+_0x249481+_0x59e0(0x15c)+(_0x60f079?_0x52709e[_0x59e0(0x15d)](_0x52709e['StYTl'],_0xe82246[_0x59e0(0x11d)](0x0,0x28))+_0x52709e[_0x59e0(0x15e)]:_0x52709e[_0x59e0(0x15f)]));}}_0x52709e['DkMCe'](_0x881c04,![]),_0x443c71(''),_0x52709e[_0x59e0(0x13a)](_0x4620f6,'');};useEffect(()=>{const _0x4ce080={'oDjAT':function(_0x2a5584,_0x3e361d,_0x3bc17b){return _0x52709e[_0x59e0(0xaf)](_0x2a5584,_0x3e361d,_0x3bc17b);},'ibAiy':function(_0x2a0acf,_0x4dd153){return _0x52709e[_0x59e0(0x160)](_0x2a0acf,_0x4dd153);},'ZoWSH':function(_0x192e22,_0x16f34b){return _0x192e22(_0x16f34b);},'hdDtV':function(_0x2be394,_0x237b3c){return _0x52709e['LKEFu'](_0x2be394,_0x237b3c);},'PodSW':'uLTMS'};if(_0x52709e[_0x59e0(0x161)](_0x58d8b8,!_0x66272a)){if(_0x52709e[_0x59e0(0x162)](_0x52709e[_0x59e0(0x163)],_0x52709e[_0x59e0(0x163)])){const _0xcc4efa=setTimeout(()=>{const _0x1f3df7={'dsLyW':function(_0x85789d,_0x586e60){return _0x4ce080[_0x59e0(0x164)](_0x85789d,_0x586e60);},'zLsJa':function(_0x17d14a){return _0x17d14a();}};if(_0x4ce080[_0x59e0(0x165)](_0x4ce080[_0x59e0(0x166)],_0x4ce080[_0x59e0(0x166)]))_0x4f1c48(_0x473cf8=>{const _0x47d506=new Set(_0x473cf8);return _0x47d506[_0x59e0(0x6f)](_0x58d8b8),_0x47d506;}),_0x4ce080['ZoWSH'](triggerHaptic,HapticType[_0x59e0(0x71)]),console['log'](_0x59e0(0x167)+_0x58d8b8),_0x4ce080[_0x59e0(0x168)](_0x502fe4,null);else{Animated[_0x59e0(0xcf)](_0x47883e,{'toValue':0x1,'duration':0xfa0,'useNativeDriver':![]})[_0x59e0(0xd0)]();const _0x460046=_0x4ce080[_0x59e0(0x169)](_0x234cdd,()=>{_0x1f3df7[_0x59e0(0x16a)](_0x475e2e,_0x3d7765['SUCCESS']),_0x16a373[_0x59e0(0x72)]([0x0,0x64,0x32,0x64]),_0x1f3df7[_0x59e0(0x16b)](_0xea0d74);},0xfa0);_0x4ce080[_0x59e0(0x168)](_0xcaaea0,_0x460046);}},0x12c);return()=>clearTimeout(_0xcc4efa);}else _0x52709e['pfrjJ'](_0x1c9151,_0x51bcbf),_0x52709e['rCIDa'](_0x488093,_0xdf3e83),_0x9de391(![]),_0x52709e[_0x59e0(0x16c)](_0x35f67e,!![]);}},[_0x58d8b8,_0x66272a]);const _0x37837b=()=>{_0x52709e[_0x59e0(0x16d)](_0x59e0(0x16e),_0x52709e[_0x59e0(0x16f)])?_0x40e5ae():(_0x52709e[_0x59e0(0x170)](_0x881c04,![]),_0x52709e[_0x59e0(0x171)](_0x443c71,''),_0x388551&&(_0x52709e['erLbL'](_0x52709e[_0x59e0(0x172)],_0x59e0(0x173))?_0x52709e[_0x59e0(0x64)](_0x3e5af0,_0x1eb41b=>({..._0x1eb41b,[_0x388551]:'disconnected'})):!_0x417fda[_0x59e0(0x6e)](_0x94ced2)&&(_0x243888[_0x59e0(0x6f)](_0x1ac244),_0x587450=!![])),_0x52709e[_0x59e0(0x59)](_0x4620f6,''));},_0x3652cb=()=>{if(_0x52709e[_0x59e0(0x122)]('RneSg',_0x52709e[_0x59e0(0x174)]))_0x52709e[_0x59e0(0x175)](_0x6186da,![]);else{const _0x214d4b=new _0x46f267(_0x391f90);let _0x573ebc=![];return _0x45938d['forEach'](_0x3fa66b=>{!_0x214d4b[_0x59e0(0x6e)](_0x3fa66b)&&(_0x214d4b[_0x59e0(0x6f)](_0x3fa66b),_0x573ebc=!![]);}),_0x573ebc?_0x214d4b:_0x301cbb;}},_0x27b26d=()=>{_0x1a15a2&&_0x1a15a2();},_0x26f0a8=()=>{const _0x44f637={'NrEJm':function(_0x41b7df,_0x1ee9af){return _0x52709e[_0x59e0(0x176)](_0x41b7df,_0x1ee9af);}};if(_0x52709e['OaWNX'](_0x52709e[_0x59e0(0x177)],_0x52709e['vqWSR']))_0x44f637[_0x59e0(0x178)](_0x3a4f7b['size'],0x0)&&!_0x544ddd&&!_0x49e118&&!_0x550710&&_0x727259();else{Animated['timing'](_0x290e8e,{'toValue':0x1,'duration':0xfa0,'useNativeDriver':![]})['start']();const _0x566418=_0x52709e['zSGxT'](setTimeout,()=>{_0x52709e[_0x59e0(0x179)](triggerHaptic,HapticType['SUCCESS']),Vibration[_0x59e0(0x72)]([0x0,0x64,0x32,0x64]),_0x52709e[_0x59e0(0x68)](_0x27b26d);},0xfa0);_0x441052(_0x566418);}},_0x3421b8=()=>{_0x4fa800&&(_0x52709e[_0x59e0(0x135)](clearTimeout,_0x4fa800),_0x52709e['eDzQw'](_0x441052,null)),_0x290e8e['setValue'](0x0),Animated[_0x59e0(0xcf)](_0x290e8e,{'toValue':0x0,'duration':0xc8,'useNativeDriver':![]})[_0x59e0(0xd0)]();};_0x52709e[_0x59e0(0x17a)](useEffect,()=>{const _0x5ab54c={'FFLXr':function(_0x29c44d,_0x465ab9){return _0x52709e['ygNzw'](_0x29c44d,_0x465ab9);},'GORnK':function(_0x4e6bb2,_0xb8c1fb){return _0x52709e[_0x59e0(0x157)](_0x4e6bb2,_0xb8c1fb);},'LbtZp':_0x52709e[_0x59e0(0x17b)],'bKTyR':_0x52709e['ncOsA']};return()=>{const _0x1d0bbe={'VzZUG':function(_0x4bf8d6,_0x18cf72){return _0x5ab54c['FFLXr'](_0x4bf8d6,_0x18cf72);},'VvtgT':_0x59e0(0x31)};if(_0x4fa800){if(_0x5ab54c[_0x59e0(0x17c)](_0x5ab54c[_0x59e0(0x17d)],_0x5ab54c[_0x59e0(0x17e)])){const Linking=_0x1d0bbe[_0x59e0(0x17f)](_0x523022,0x0)['Linking'];Linking[_0x59e0(0x143)](_0x1d0bbe[_0x59e0(0x180)]);}else clearTimeout(_0x4fa800);}};},[_0x4fa800]),useEffect(()=>{_0x52709e['MNrHZ'](_0x66272a,_0x3844c3)&&console[_0x59e0(0x99)](_0x59e0(0x181)+_0x66272a+_0x59e0(0x15c)+(_0x3844c3?_0x52709e[_0x59e0(0x15d)](_0x59e0(0x33),_0x3844c3[_0x59e0(0x11d)](0x0,0x28))+_0x59e0(0x182):'NULL'));},[_0x66272a,_0x3844c3]);const _0xe3f602=Math['min'](0x5,Math[_0x59e0(0x183)](0x1,_0x52709e[_0x59e0(0x15d)](_0x13257d[_0x59e0(0x184)],0x1))),_0x149882=0x78,_0x1b98b1=0x46;if(_0x4fc271){if(_0x52709e['lRqif'](_0x52709e[_0x59e0(0x185)],_0x52709e[_0x59e0(0x185)]))_0x585633(!![]);else return React[_0x59e0(0xbd)](_0x16f73e,{'visible':_0x4fc271,'onComplete':_0x16f3fe,'onBack':_0x3652cb});}if(_0x3a3cf2)return React[_0x59e0(0xbd)](_0x5f46a7,{'visible':_0x3a3cf2,'onComplete':_0xfb545c});if(_0x52709e[_0x59e0(0x186)](_0x66272a,_0x3844c3)){if(_0x52709e[_0x59e0(0x187)](_0x52709e[_0x59e0(0x188)],_0x59e0(0x4d)))_0x1f68d7[_0x59e0(0xa4)](_0x59e0(0x12d),_0x1680e1);else return console['log'](_0x59e0(0x14b)+_0x388551+_0x59e0(0x14c)+_0x3844c3[_0x59e0(0x11d)](0x0,0x3c)+_0x59e0(0x1f)),React['createElement'](OAuthWebView,{'url':_0x3844c3,'platform':_0x388551,'onClose':_0x37837b,'onSuccess':_0x13797e,'onComplete':_0x37837b,'username':_0x4144e7});}const _0x405262=()=>{triggerHaptic(HapticType[_0x59e0(0x131)]),_0x29ea32(![]);};if(_0x2ae60d){if(_0x52709e['ZbqGE']===_0x52709e[_0x59e0(0x189)])return React[_0x59e0(0xbd)](_0x3fd55a,{'visible':_0x2ae60d,'onAccept':_0x17e3fa,'onDecline':_0x39d0d0,'connectedPlatforms':Array[_0x59e0(0x83)](_0x13257d),'onConnectMore':_0x405262,'loading':_0x38dc2f});else _0xe7210c[_0x59e0(0x6f)](_0x1b65d2),_0x3c82c7=!![];}return React[_0x59e0(0xbd)](View,{'style':styles[_0x59e0(0x18a)]},React[_0x59e0(0xbd)](ScrollView,{'style':styles['scrollContent'],'showsVerticalScrollIndicator':![],'bounces':!![]},_0x573954&&React[_0x59e0(0xbd)](TouchableOpacity,{'style':styles[_0x59e0(0x18b)],'onPress':_0x573954,'activeOpacity':0.7},React[_0x59e0(0xbd)](Text,{'style':styles[_0x59e0(0x18c)]},'‹')),React['createElement'](View,{'style':styles['headingContainer']},React[_0x59e0(0xbd)](Text,{'style':styles['title']},_0x52709e['taHZM']),React[_0x59e0(0xbd)](Text,{'style':styles[_0x59e0(0x18d)]},'Connect\x20platforms\x20to\x20build\x20your\x20private\x20persona')),React[_0x59e0(0xbd)](View,{'style':styles[_0x59e0(0x18e)]},React[_0x59e0(0xbd)](_0x46bfb0,{'level':_0xe3f602,'style':styles['largePersona']}),React[_0x59e0(0xbd)](ScrollView,{'ref':_0x4ec44f,'horizontal':!![],'style':[styles[_0x59e0(0x18f)],{'bottom':_0x149882}],'contentContainerStyle':[styles['platformIconsScrollContent'],_0x52709e[_0x59e0(0x190)](_0x5e30d4['length'],0x4)&&styles[_0x59e0(0x191)]],'showsHorizontalScrollIndicator':![],'onScroll':_0x40b96e,'scrollEventThrottle':0x10,'decelerationRate':_0x52709e[_0x59e0(0x192)],'scrollEnabled':_0x52709e[_0x59e0(0x176)](_0x5e30d4[_0x59e0(0x6b)],0x4)},_0x5e30d4[_0x59e0(0x9f)](_0x43e564=>{const _0x4483d9={'jNgSk':function(_0x1371c5,_0x51b953){return _0x52709e[_0x59e0(0x103)](_0x1371c5,_0x51b953);},'GTpgk':function(_0x4275f4,_0x2cf01a){return _0x52709e[_0x59e0(0x193)](_0x4275f4,_0x2cf01a);}};if(_0x52709e[_0x59e0(0x194)]('XTBRG',_0x52709e[_0x59e0(0x195)]))_0x4483d9[_0x59e0(0x196)](_0x55b3b8,_0x4eb251);else{const _0x37abb8=_0x552ffd===_0x43e564['id'],_0x10fbd2=_0x13257d[_0x59e0(0x6e)](_0x43e564['id']),_0x19b0ad=_0x52709e['LKEFu'](_0x2d1225[_0x43e564['id']],_0x52709e[_0x59e0(0x105)]);return React[_0x59e0(0xbd)](TouchableOpacity,{'key':_0x43e564['id'],'style':[styles['platformIconButton'],_0x37abb8&&styles['platformIconButtonSelected']],'onPress':()=>{_0x4483d9[_0x59e0(0x197)](triggerHaptic,HapticType[_0x59e0(0x131)]),_0x4483d9[_0x59e0(0x197)](_0x558fd6,_0x43e564['id']);},'activeOpacity':0.7},React[_0x59e0(0xbd)](Image,{'source':_0x43e564[_0x59e0(0x198)],'style':[styles[_0x59e0(0x199)],_0x52709e[_0x59e0(0x19a)](_0x43e564['id'],_0x59e0(0xd7))&&styles[_0x59e0(0x19b)],_0x52709e[_0x59e0(0xcb)](_0x43e564['id'],_0x52709e[_0x59e0(0x19c)])&&styles[_0x59e0(0x19d)],_0x52709e['CtUFZ'](_0x43e564['id'],_0x52709e[_0x59e0(0xe0)])&&styles['gmailIcon'],_0x43e564['id']===_0x52709e[_0x59e0(0x7d)]&&styles[_0x59e0(0x19e)],_0x52709e[_0x59e0(0x19f)](_0x43e564['id'],_0x52709e[_0x59e0(0x7e)])&&styles[_0x59e0(0x1a0)],_0x52709e[_0x59e0(0xb0)](_0x43e564['id'],_0x52709e['EhKLO'])&&styles[_0x59e0(0x1a1)]],'resizeMode':_0x59e0(0x1a2)}),_0x19b0ad&&React[_0x59e0(0xbd)](View,{'style':styles[_0x59e0(0x1a3)]}),_0x10fbd2&&React[_0x59e0(0xbd)](View,{'style':styles[_0x59e0(0x1a4)]}));}})),_0x52709e[_0x59e0(0x1a5)](_0x5e30d4['length'],0x4)&&React[_0x59e0(0xbd)](View,{'style':[styles[_0x59e0(0x1a6)],{'bottom':_0x1b98b1}]},React[_0x59e0(0xbd)](View,{'style':styles[_0x59e0(0x1a7)]},React[_0x59e0(0xbd)](View,{'style':[styles[_0x59e0(0x1a8)],{'left':_0x52709e[_0x59e0(0xb3)](_0x165216,0x38)}]}))),_0x5cc8a3&&_0x52709e[_0x59e0(0x1a9)](_0x5e30d4[_0x59e0(0x6b)],0x4)&&React['createElement'](Animated[_0x59e0(0x1aa)],{'style':[styles['scrollIndicator'],{'transform':[{'translateX':_0x15dedb[_0x59e0(0x1ab)]({'inputRange':[0x0,0x1],'outputRange':[0x0,0x8]})}],'opacity':_0x15dedb['interpolate']({'inputRange':[0x0,0x1],'outputRange':[0.5,0x1]})}]},React[_0x59e0(0xbd)](Text,{'style':styles[_0x59e0(0x1ac)]},'›'))),React[_0x59e0(0xbd)](View,{'style':styles['cardContainer']},_0x552ffd&&((()=>{const _0x1f97b3={'kxgYE':function(_0x35348c,_0xfaa06d){return _0x52709e['LOmyK'](_0x35348c,_0xfaa06d);},'oaCRl':function(_0x3c02ed,_0x18e461){return _0x52709e[_0x59e0(0x13a)](_0x3c02ed,_0x18e461);}};if(_0x52709e[_0x59e0(0x157)](_0x52709e[_0x59e0(0x1ad)],_0x59e0(0x1ae)))_0x1f97b3[_0x59e0(0x1af)](_0x19ead8,_0x19fe48=>{const _0x2932ab=new _0x4a742b(_0x19fe48);return _0x2932ab[_0x59e0(0x6f)](_0x591419),_0x2932ab;}),_0x1f97b3[_0x59e0(0x1b0)](_0x1a1a62,_0x2026dd[_0x59e0(0x71)]),_0x183f27[_0x59e0(0x99)](_0x59e0(0x167)+_0x38e244),_0x1f97b3[_0x59e0(0x1b0)](_0x3ddf08,null);else{const _0x53acbf=_0x5e30d4[_0x59e0(0xee)](_0x35ea62=>_0x35ea62['id']===_0x552ffd);if(!_0x53acbf)return null;const _0x3b9d3b=_0x13257d[_0x59e0(0x6e)](_0x552ffd),_0x1f42e2=_0x2d1225[_0x552ffd]===_0x52709e['eNFZk'],_0x42033b=_0x52709e[_0x59e0(0x1b1)](_0xf85a46,null)||_0x52709e[_0x59e0(0xfc)](_0xf85a46,void 0x0)?void 0x0:_0xf85a46[_0x59e0(0x98)](_0x552ffd);return React[_0x59e0(0xbd)](View,{'style':styles[_0x59e0(0x106)]},React[_0x59e0(0xbd)](View,{'style':styles[_0x59e0(0x107)]},React[_0x59e0(0xbd)](Text,{'style':styles['platformCardTitle']},_0x53acbf[_0x59e0(0xc1)]),_0x42033b&&React[_0x59e0(0xbd)](View,{'style':styles[_0x59e0(0x109)]},React[_0x59e0(0xbd)](Text,{'style':styles[_0x59e0(0x1b2)]},_0x52709e[_0x59e0(0x10a)])),React[_0x59e0(0xbd)](TouchableOpacity,{'activeOpacity':0.8,'onPress':()=>!_0x1f42e2&&_0x3e5c8f(_0x552ffd,!_0x3b9d3b),'disabled':_0x1f42e2,'style':[styles['customToggleTrack'],{'backgroundColor':_0x3b9d3b?_0x52709e['iRHAU']:_0x52709e[_0x59e0(0x10c)]}]},React[_0x59e0(0xbd)](View,{'style':[styles[_0x59e0(0x10d)],{'transform':[{'translateX':_0x3b9d3b?0x14:0x0}]}]}))),React[_0x59e0(0xbd)](View,{'style':styles[_0x59e0(0x10e)]},React[_0x59e0(0xbd)](Text,{'style':styles['platformCardDescription']},_0x53acbf[_0x59e0(0x10f)])));}})())),React[_0x59e0(0xbd)](View,{'style':styles[_0x59e0(0x1b3)]},React[_0x59e0(0xbd)](Text,{'style':styles[_0x59e0(0x1b4)]},_0x52709e[_0x59e0(0x1b5)]),React[_0x59e0(0xbd)](Text,{'style':styles[_0x59e0(0x1b6)]},_0x52709e[_0x59e0(0x1b7)]),React[_0x59e0(0xbd)](View,{'style':styles['refreshSegmentedControl']},MODEL_REFRESH_OPTIONS[_0x59e0(0x9f)](_0xdd4d25=>React[_0x59e0(0xbd)](TouchableOpacity,{'key':_0xdd4d25[_0x59e0(0x1b8)],'style':[styles[_0x59e0(0x1b9)],_0x14490e===_0xdd4d25[_0x59e0(0x1b8)]&&styles[_0x59e0(0x1ba)]],'onPress':()=>_0x59ffa9(_0xdd4d25[_0x59e0(0x1b8)]),'activeOpacity':0.7},React[_0x59e0(0xbd)](Text,{'style':[styles[_0x59e0(0x1bb)],_0x14490e===_0xdd4d25[_0x59e0(0x1b8)]&&styles['refreshSegmentTextSelected']]},_0xdd4d25['label'])))),React[_0x59e0(0xbd)](Text,{'style':styles['refreshFrequencyHint']},((_0x696de8=MODEL_REFRESH_OPTIONS[_0x59e0(0xee)](_0x384511=>_0x384511[_0x59e0(0x1b8)]===_0x14490e))===null||_0x52709e[_0x59e0(0x157)](_0x696de8,void 0x0)?void 0x0:_0x696de8[_0x59e0(0x10f)])||'')),React[_0x59e0(0xbd)](View,{'style':styles[_0x59e0(0x1bc)]},React[_0x59e0(0xbd)](View,{'style':styles[_0x59e0(0x1bd)]},React[_0x59e0(0xbd)](_0x5913c9,{'label':_0x59e0(0x1be),'onPress':_0x2d74d8,'disabled':loading||_0x52709e[_0x59e0(0x1bf)](_0x13257d[_0x59e0(0x184)],0x0)||_0x33bbca||_0x1471a0,'loading':_0x52709e[_0x59e0(0x1c0)](loading,_0x33bbca)||_0x1471a0}),React['createElement'](TouchableOpacity,{'style':styles['buttonOverlay'],'activeOpacity':0x1,'onPressIn':_0x26f0a8,'onPressOut':_0x3421b8,'onPress':()=>{const _0x3c30eb={'ohKKY':function(_0x28e250,_0x5553c9){return _0x52709e[_0x59e0(0x1c1)](_0x28e250,_0x5553c9);}};_0x52709e['mrOrn'](_0x13257d[_0x59e0(0x184)],0x0)&&!loading&&!_0x33bbca&&!_0x1471a0&&(_0x52709e['IPHJP']!==_0x52709e[_0x59e0(0x1c2)]?(_0x3b8046&&(_0x3c30eb[_0x59e0(0x1c3)](_0x3b0723,_0x6292aa),_0x3c30eb[_0x59e0(0x1c3)](_0x5085f5,null)),_0x3d0629['setValue'](0x0),Animated[_0x59e0(0xcf)](_0x250b87,{'toValue':0x0,'duration':0xc8,'useNativeDriver':![]})['start']()):_0x52709e[_0x59e0(0xae)](_0x2d74d8));}},React[_0x59e0(0xbd)](Animated[_0x59e0(0x1aa)],{'style':[styles['holdProgressBar'],{'width':_0x290e8e['interpolate']({'inputRange':[0x0,0x1],'outputRange':['0%',_0x52709e[_0x59e0(0x1c4)]]})}]}))),_0x1869ce&&React[_0x59e0(0xbd)](TouchableOpacity,{'style':styles['skipButton'],'onPress':_0x19875f},React[_0x59e0(0xbd)](Text,{'style':styles[_0x59e0(0x1c5)]},_0x59e0(0x1c6))))));},styles=StyleSheet[_0x59e0(0x1c7)]({'container':{'flex':0x1,'backgroundColor':COLORS[_0x59e0(0x1c8)],'paddingHorizontal':0x18},'backButton':{'width':0x20,'height':0x20,'borderRadius':0x10,'backgroundColor':_0x59e0(0x1c9),'alignItems':_0x59e0(0x1ca),'justifyContent':_0x59e0(0x1ca),'marginBottom':0x2},'backButtonText':{'fontSize':0x16,'fontWeight':_0x59e0(0x1cb),'color':_0x59e0(0x1cc),'marginTop':-0x2},'scrollContent':{'flex':0x1},'headingContainer':{'width':_0x59e0(0x52),'marginBottom':SPACING['sm'],'paddingTop':0x0,'marginTop':0x0},'title':{'fontFamily':_0x59e0(0x1cd),'fontWeight':'700','fontSize':0x18,'lineHeight':0x20,'color':COLORS[_0x59e0(0x1ce)],'textAlign':'left','marginBottom':0x4},'subtitle':{'fontFamily':'Inter','fontWeight':'400','fontSize':0x10,'lineHeight':0x18,'color':COLORS[_0x59e0(0x1cf)],'textAlign':'left'},'personaContainer':{'alignItems':'center','position':_0x59e0(0x1d0),'marginTop':-0x14,'marginBottom':-0x78,'height':0x1c2},'largePersona':{'width':0x1f4,'height':0x1f4},'platformIconsOverlay':{'position':_0x59e0(0x1d1),'width':_0x59e0(0x52),'height':0x46,'zIndex':0xa},'platformIconsScrollContent':{'flexDirection':'row','alignItems':'center','paddingHorizontal':0x14,'gap':0x18},'platformIconsCentered':{'flexGrow':0x1,'justifyContent':_0x59e0(0x1ca)},'platformIconButton':{'width':0x34,'height':0x34,'borderRadius':0x1a,'backgroundColor':_0x59e0(0x1d2),'justifyContent':_0x59e0(0x1ca),'alignItems':_0x59e0(0x1ca),'borderWidth':0x3,'borderColor':_0x59e0(0x1d3),'shadowColor':_0x59e0(0x1d4),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.15,'shadowRadius':0x4,'elevation':0x4},'platformIconButtonSelected':{'borderColor':'#3B82F6','backgroundColor':'#EFF6FF'},'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':_0x59e0(0x1d1),'top':0x2,'right':0x2,'width':0xc,'height':0xc,'borderRadius':0x6,'backgroundColor':_0x59e0(0x1d5),'borderWidth':0x2,'borderColor':COLORS[_0x59e0(0x1c8)]},'connectedDot':{'position':_0x59e0(0x1d1),'top':0x2,'right':0x2,'width':0xc,'height':0xc,'borderRadius':0x6,'backgroundColor':_0x59e0(0x15),'borderWidth':0x2,'borderColor':COLORS[_0x59e0(0x1c8)]},'cardContainer':{'alignItems':_0x59e0(0x1ca),'marginTop':0x10,'marginBottom':SPACING['md']},'platformCard':{'width':0x147,'backgroundColor':_0x59e0(0x1d2),'borderRadius':0x10,'padding':0x8,'shadowColor':'#000','shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.1,'shadowRadius':0x8,'elevation':0x3,'gap':0xa},'cardHeader':{'flexDirection':'row','alignItems':_0x59e0(0x1ca),'justifyContent':'space-between'},'platformCardTitle':{'fontSize':0x10,'fontWeight':_0x59e0(0x1cb),'color':COLORS['grey800'],'fontFamily':_0x59e0(0x1cd)},'recommendedBadge':{'backgroundColor':'#EFF6FF','paddingHorizontal':0xc,'paddingVertical':0x6,'borderRadius':0x10,'marginLeft':0x8},'recommendedBadgeText':{'fontSize':0xc,'fontWeight':'600','color':'#2563EB','fontFamily':'IBM\x20Plex\x20Sans'},'customToggleTrack':{'width':0x32,'height':0x1e,'borderRadius':0xf,'padding':0x2,'marginLeft':_0x59e0(0x1d6),'marginRight':0x8,'justifyContent':_0x59e0(0x1ca)},'customToggleThumb':{'width':0x1a,'height':0x1a,'borderRadius':0xd,'backgroundColor':_0x59e0(0x1d2),'shadowColor':'#000','shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.2,'shadowRadius':0x2,'elevation':0x2},'descriptionContainer':{'backgroundColor':_0x59e0(0x1d7),'borderRadius':0x8,'padding':0x8},'platformCardDescription':{'fontSize':0xd,'lineHeight':0x12,'color':COLORS[_0x59e0(0x1cf)],'fontFamily':_0x59e0(0x1d8)},'refreshFrequencySection':{'paddingHorizontal':0x10,'paddingVertical':0x14,'marginTop':0xc,'backgroundColor':'#F5F5F7','borderRadius':0x10,'marginHorizontal':SPACING['md'],'marginBottom':0x8,'borderWidth':0x1,'borderColor':_0x59e0(0x1d9)},'refreshFrequencyTitle':{'fontSize':0x11,'fontWeight':'700','color':_0x59e0(0x1cc),'fontFamily':'IBM\x20Plex\x20Sans','marginBottom':0x4},'refreshFrequencyDescription':{'fontSize':0xe,'color':_0x59e0(0x1da),'fontFamily':'Inter','fontWeight':_0x59e0(0x1db),'marginBottom':0x10},'refreshSegmentedControl':{'flexDirection':'row','backgroundColor':_0x59e0(0x1dc),'borderRadius':0xc,'padding':0x3},'refreshSegment':{'flex':0x1,'paddingVertical':0xa,'alignItems':_0x59e0(0x1ca),'justifyContent':_0x59e0(0x1ca),'borderRadius':0xa},'refreshSegmentSelected':{'backgroundColor':_0x59e0(0x1cc),'shadowColor':_0x59e0(0x1d4),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.15,'shadowRadius':0x4,'elevation':0x3},'refreshSegmentText':{'fontSize':0xf,'fontFamily':_0x59e0(0x1d8),'fontWeight':_0x59e0(0x1dd),'color':_0x59e0(0x1da)},'refreshSegmentTextSelected':{'fontWeight':_0x59e0(0x1de),'color':_0x59e0(0x1d2)},'refreshFrequencyHint':{'fontSize':0xd,'fontFamily':'Inter','fontWeight':_0x59e0(0x1db),'color':'#8E8E93','textAlign':_0x59e0(0x1ca),'marginTop':0xc},'privacyLinkContainer':{'marginTop':0x10,'paddingTop':0x10,'borderTopWidth':0x1,'borderTopColor':_0x59e0(0x1df),'alignItems':_0x59e0(0x1ca)},'privacyLinkText':{'fontSize':0xe,'color':'#8B5CF6','fontFamily':_0x59e0(0x1d8),'fontWeight':_0x59e0(0x1dd)},'bottomButtonContainer':{'paddingTop':0x8,'paddingBottom':0x0,'paddingHorizontal':SPACING['md']},'buttonWrapper':{'position':'relative'},'buttonOverlay':{'position':_0x59e0(0x1d1),'top':0x0,'left':0x0,'right':0x0,'bottom':0x0,'borderRadius':0xc,'overflow':'hidden'},'holdProgressBar':{'position':_0x59e0(0x1d1),'bottom':0x0,'left':0x0,'height':0x4,'backgroundColor':_0x59e0(0x15),'borderRadius':0x2},'skipButton':{'alignItems':_0x59e0(0x1ca),'paddingVertical':0xa,'marginBottom':0x22},'skipButtonText':{'fontSize':0x10,'fontFamily':_0x59e0(0x1d8),'fontWeight':'500','color':COLORS[_0x59e0(0x1cf)]},'pageIndicatorContainer':{'position':'absolute','alignSelf':'center','zIndex':0xb},'scrollBarTrack':{'width':0x50,'height':0x4,'backgroundColor':COLORS[_0x59e0(0x1e0)],'borderRadius':0x2,'position':_0x59e0(0x1d0),'overflow':_0x59e0(0x1e1)},'scrollBarThumb':{'position':_0x59e0(0x1d1),'width':0x18,'height':0x4,'backgroundColor':COLORS[_0x59e0(0x1cf)],'borderRadius':0x2,'left':0x0},'scrollIndicator':{'position':_0x59e0(0x1d1),'bottom':0x3c,'right':0x1e,'zIndex':0xc},'scrollIndicatorText':{'fontSize':0x20,'color':COLORS[_0x59e0(0x1e2)],'fontWeight':_0x59e0(0x1e3)}});function _0x5989(){const _0x397014=['daily','Always\x20up-to-date\x20data.','Balanced\x20freshness\x20and\x20efficiency.','biweekly','Less\x20frequent,\x20more\x20efficient.','weekly','iMPes','EtcFp','NWrsu','GPSWg','wTeTS','✅\x20[PLATFORMS]\x20Loaded\x20from\x20platform_account_details:','chatgpt','claude','❌\x20[PLATFORMS]\x20Error\x20loading\x20connected\x20platforms\x20from\x20storage:','RhfvS','Error\x20initializing\x20username:','miRXs','yvirj','connecting','Highly\x20Recommended','#10B981','#9CA3AF','yOLPG','usOVe','WoVMc','❌\x20[TOGGLE]\x20No\x20username\x20available\x20-\x20cannot\x20proceed\x20with\x20OAuth','pnxSI','XMavQ','https://www.linkedin.com/login','JcLsx','...','NULL','pCoZL','zfnnf','user_connected_platforms','UhZhR','ElAhz','Nzxaa','PlOJL','XAJSz','CDIDr','RmsmT','✅\x20[PLATFORMS]\x20Loaded\x20LinkedIn\x20connection','RnIHz','Yfktr','kijYP','@onairos:model_refresh_frequency','❌\x20[REFRESH]\x20Error\x20saving\x20refresh\x20frequency:','https://privacy.onairos.io/','✅\x20[PLATFORMS]\x20Updated\x20connectedPlatforms\x20state\x20with:','SET\x20(','tYAey','success','FdQEc','qvDDR','wpwpE','byyrv','pinterest','grok','ZdOxq','rQEhQ','Initializing...','Use\x20your\x20watch\x20history,\x20likes,\x20and\x20subscriptions\x20to\x20enrich\x20your\x20model.','reddit','Reddit','Pinterest','Use\x20your\x20professional\x20network\x20and\x20career\x20interests\x20to\x20enrich\x20your\x20model.','Gmail','Use\x20your\x20ChatGPT\x20conversations\x20and\x20memories\x20to\x20enrich\x20your\x20model.','Claude','Use\x20your\x20Claude\x20conversations\x20to\x20enrich\x20your\x20model.','gemini','Use\x20your\x20Gemini\x20conversations\x20to\x20enrich\x20your\x20model.','Grok','Use\x20your\x20Grok\x20conversations\x20from\x20X\x20to\x20enrich\x20your\x20model.','HDYQG','LeUZl','GoYuF','normal','Model\x20Refresh\x20Frequency','How\x20often\x20should\x20your\x20model\x20be\x20refreshed\x20from\x20platforms?','100%','DIWXF','tRkKT','xqoEK','eDzQw','qOeiy','current','XazZx','dgUQD','bhDPd','jdJWp','HizCv','GFQtD','KWciz','NdyyD','bWBGI','RgKaA','tOiJr','MnwyN','npRXy','ZjfsZ','kmmFh','uQkbV','jfTPu','txibS','length','forEach','aSVva','has','add','cMCJV','SUCCESS','vibrate','fRbuq','mNRbg','AKMJN','Ebowu','VQuPx','RcRwx','🔄\x20[PLATFORMS]\x20Loading\x20connected\x20platforms\x20from\x20storage...','YzIUK','ewZPY','platform_account_details','kRAIn','VImjM','@onairos:linkedin_connected','uYgcP','NKMXK','dojWp','from','bpPrk','lhsqB','PAbhT','getItem','parse','isArray','push','RRTjM','nativeEvent','layoutMeasurement','width','MtoYe','eWuJh','ajngY','zQvVI','shbKd','lyhWR','platform','lUlrJ','toLowerCase','includes','log','oLXsM','oTSrB','EKyXT','rcVQT','vHpQu','map','@onairos:llm_connected:','connected','JXIPI','✅\x20[PLATFORMS]\x20Loaded\x20LLM\x20platform:\x20','error','❌\x20[TOGGLE]\x20OAuth\x20failed\x20for\x20','\x20-\x20no\x20URL\x20returned','wRMkE','ERROR','WHkpG','gWenj','AdUTc','kqFLf','NqdxY','yiRkm','nLicW','dePJI','uGXSr','GObOn','fmvxs','rRKiy','iLYCj','yaTOd','EvXMb','tJLHV','derEa','HbVrN','fWuGv','BiNAC','createElement','email','TdDYf','split','name','user_','floor','ymZsf','random','setItem','mobile_user_','cZhmP','KIczl','yrmcN','vNNBa','UWySM','CvsvH','sequence','timing','start','PPKuX','contentOffset','JTGnE','cjoTk','YouTube','OjArF','youtube','aCyrt','mrCpA','zVNns','QieZQ','Use\x20your\x20pins,\x20boards,\x20and\x20interests\x20to\x20enrich\x20your\x20model.','BKpHm','JLTfh','nhPfK','yTTNV','fimfc','QcSUQ','ujkuz','aeMYJ','rCIDa','dwKpQ','tTyMv','UraHh','EhKLO','CmdsS','gpGSa','wXYVE','filter','find','uVamN','xzPyF','🔄\x20[TOGGLE]\x20Platform\x20toggle:\x20','\x20=\x20','wfern','Esygr','👤\x20[TOGGLE]\x20Username\x20check\x20-\x20stored:\x20\x22','\x22,\x20state:\x20\x22','\x22,\x20valid:\x20\x22','RJWeP','trim','HbTkh','tZZun','fNYSn','isChatPlatform','bFkxO','izqPJ','🤖\x20[LLM]\x20Opening\x20WebView\x20for\x20','\x20login\x20and\x20export...','uBYLd','dbHyy','SDwVe','eNFZk','platformCard','cardHeader','platformCardTitle','recommendedBadge','fJfpw','iRHAU','XztpV','customToggleThumb','descriptionContainer','description','🌐\x20[LLM]\x20Opening\x20','FsCgm','❌\x20[LLM]\x20No\x20URL\x20configured\x20for\x20platform:\x20','\x20URL:','💼\x20[LINKEDIN]\x20Opening\x20WebView\x20for\x20LinkedIn\x20login...','LMWjE','🌐\x20[LINKEDIN]\x20Opening\x20LinkedIn\x20URL:','hARfm','mCtdW','XitSG','🌐\x20[TOGGLE]\x20Starting\x20OAuth\x20flow\x20for\x20','EipBp','TLbrD','substring','ynFBr','✅\x20[TOGGLE]\x20Setting\x20WebView\x20state\x20-\x20showing\x20modal\x20for\x20','WJujj','LckVp','XJvhJ','QAYNL','IOtVs','delete','kZxqh','uSkIA','stringify','✅\x20[STORAGE]\x20Removed\x20','vrlAP','iWire','disconnected','❌\x20[STORAGE]\x20Error\x20removing\x20from\x20user_connected_platforms:','removeItem','WkSUx','lZnKF','BUTTON_PRESS','asOKl','DujTG','modEA','GZZxy','oLxCp','JazJh','BIcXe','AqMlm','OhzwB','KlMIL','KDwHj','DkMCe','NWWLs','VhzXk','✅\x20[REFRESH]\x20Model\x20refresh\x20frequency\x20set\x20to:\x20','zYSiV','Linking','openURL','nFDke','atVId','WCvit','qrDXY','ZxcLi','nxVft','eLnAq','✅\x20[WEBVIEW]\x20Rendering\x20OAuthWebView\x20for\x20','\x20with\x20URL:\x20','BfvqG','QnZst','wyeWh','ZRxve','jozEz','✅\x20[STORAGE]\x20Added\x20','\x20to\x20user_connected_platforms:','❌\x20[STORAGE]\x20Error\x20saving\x20to\x20user_connected_platforms:','toISOString','✅\x20[LLM]\x20','vzOCH','linkedin','✅\x20[LINKEDIN]\x20Connection\x20stored\x20locally','wvwuE','sYwwQ',',\x20oauthUrl:\x20','jAqME','VSJYF','lSipo','yvbyA','mopBg','GsMzH','xvZhF','ZoWSH','hdDtV','PodSW','✅\x20[PERSONA]\x20Applied\x20pending\x20connection:\x20','ibAiy','oDjAT','dsLyW','zLsJa','wdqLx','fWlLY','wHEMo','CzVjm','XmkQh','BmRNL','UApYu','reYMo','MlTMy','tKYtV','TxIat','vqWSR','NrEJm','ZgsTF','yXQSA','RwKmh','GORnK','LbtZp','bKTyR','VzZUG','VvtgT','📊\x20[STATE]\x20WebView\x20state\x20changed\x20-\x20showOAuthWebView:\x20','...)','max','size','QwNAp','VkchI','OziMo','zphaf','ZbqGE','container','backButton','backButtonText','subtitle','personaContainer','platformIconsOverlay','WHYOV','platformIconsCentered','AMfgg','shFQm','DZZMr','pXAVc','jNgSk','GTpgk','icon','platformIcon','PWAyN','youtubeIcon','BFzcF','pinterestIcon','chatgptIcon','CaVMZ','claudeIcon','grokIcon','contain','connectingDot','connectedDot','nRiFu','pageIndicatorContainer','scrollBarTrack','scrollBarThumb','lXSXy','View','interpolate','scrollIndicatorText','Xlbhz','uRjjd','kxgYE','oaCRl','SyvHj','recommendedBadgeText','refreshFrequencySection','refreshFrequencyTitle','BXxYq','refreshFrequencyDescription','uUdcq','value','refreshSegment','refreshSegmentSelected','refreshSegmentText','bottomButtonContainer','buttonWrapper','Continue','LIlfn','mdNGB','kbKJp','IPHJP','ohKKY','pDJMS','skipButtonText','Skip','create','surface','#F0F0F3','center','600','#1C1C1E','IBM\x20Plex\x20Sans','grey800','grey600','relative','absolute','#FFFFFF','transparent','#000','#FFA500','auto','#F9FAFB','Inter','#E0E0E4','#8E8E93','400','#E8E8ED','500','700','#E5E7EB','grey300','hidden','grey500','bold'];_0x5989=function(){return _0x397014;};return _0x5989();}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'}});
|