@onairos/react-native 3.7.0 → 3.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/api/index.js +1 -1
- package/lib/commonjs/assets/icons/netflix.png +0 -0
- package/lib/commonjs/assets/images/netflix.png +0 -0
- 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/biometricPinService.js +1 -1
- package/lib/commonjs/services/chatGPTConversationExtractor.js +1 -1
- package/lib/commonjs/services/chatGPTConversationService.js +1 -1
- package/lib/commonjs/services/claudeConversationExtractor.js +1 -1
- package/lib/commonjs/services/claudeConversationService.js +1 -1
- package/lib/commonjs/services/connectedAccountsService.js +1 -1
- package/lib/commonjs/services/googleAuthService.js +1 -1
- package/lib/commonjs/services/hingeDataExtractor.js +1 -1
- package/lib/commonjs/services/hingeDataService.js +1 -1
- package/lib/commonjs/services/imageCompressionService.js +1 -1
- package/lib/commonjs/services/instagramDataExtractor.js +1 -1
- package/lib/commonjs/services/instagramDataService.js +1 -1
- package/lib/commonjs/services/jwtStorageService.js +1 -1
- package/lib/commonjs/services/linkedinDOMExtractor.js +1 -1
- package/lib/commonjs/services/linkedinProfileService.js +1 -1
- package/lib/commonjs/services/linkedinScrapingService.js +1 -1
- package/lib/commonjs/services/llmDataStorage.js +1 -1
- package/lib/commonjs/services/mobileTrainingService.js +1 -1
- package/lib/commonjs/services/netflixDataExtractor.js +1 -1
- package/lib/commonjs/services/netflixDataService.js +1 -1
- package/lib/commonjs/services/pinEncryptionService.js +1 -1
- package/lib/commonjs/services/pinStorageUtils.js +1 -1
- package/lib/commonjs/services/platformAuthService.js +1 -1
- package/lib/commonjs/services/sephoraDataExtractor.js +1 -1
- package/lib/commonjs/services/sephoraDataService.js +1 -1
- package/lib/commonjs/services/spotifyDataExtractor.js +1 -1
- package/lib/commonjs/services/spotifyDataService.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/netflix.js +1 -1
- package/lib/commonjs/utils/webviewScripts/sephora.js +1 -1
- package/lib/commonjs/utils/webviewScripts/spotify.js +1 -1
- package/lib/commonjs/utils/webviewScripts/telegram.js +1 -1
- package/lib/module/api/index.js +1 -1
- package/lib/module/assets/icons/netflix.png +0 -0
- package/lib/module/assets/images/netflix.png +0 -0
- 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/biometricPinService.js +1 -1
- package/lib/module/services/chatGPTConversationExtractor.js +1 -1
- package/lib/module/services/chatGPTConversationService.js +1 -1
- package/lib/module/services/claudeConversationExtractor.js +1 -1
- package/lib/module/services/claudeConversationService.js +1 -1
- package/lib/module/services/connectedAccountsService.js +1 -1
- package/lib/module/services/googleAuthService.js +1 -1
- package/lib/module/services/hingeDataExtractor.js +1 -1
- package/lib/module/services/hingeDataService.js +1 -1
- package/lib/module/services/imageCompressionService.js +1 -1
- package/lib/module/services/instagramDataExtractor.js +1 -1
- package/lib/module/services/instagramDataService.js +1 -1
- package/lib/module/services/jwtStorageService.js +1 -1
- package/lib/module/services/linkedinDOMExtractor.js +1 -1
- package/lib/module/services/linkedinProfileService.js +1 -1
- package/lib/module/services/linkedinScrapingService.js +1 -1
- package/lib/module/services/llmDataStorage.js +1 -1
- package/lib/module/services/mobileTrainingService.js +1 -1
- package/lib/module/services/netflixDataExtractor.js +1 -1
- package/lib/module/services/netflixDataService.js +1 -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/spotifyDataExtractor.js +1 -1
- package/lib/module/services/spotifyDataService.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/netflix.js +1 -1
- package/lib/module/utils/webviewScripts/sephora.js +1 -1
- package/lib/module/utils/webviewScripts/spotify.js +1 -1
- package/lib/module/utils/webviewScripts/telegram.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x2846(_0x494924,_0x28466e){_0x494924=_0x494924-0x0;const _0x15b6c8=_0x4949();let _0x1dbde0=_0x15b6c8[_0x494924];return _0x1dbde0;}import React,{useState,useCallback}from'react';import{View,Text,StyleSheet,TextInput,TouchableOpacity,Dimensions,Keyboard,ActivityIndicator}from'react-native';import{biometricPinService}from'../services/biometricPinService';function _0x4949(){const _0xda8fb3=['get','window','Training\x20is\x20starting\x20in\x20the\x20background...','biometric-failed','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.','Biometric\x20Authentication\x20Failed','storage-error','Storage\x20Error','An\x20error\x20occurred\x20while\x20securing\x20your\x20PIN.\x20Would\x20you\x20like\x20to\x20try\x20again?','authenticating','Please\x20complete\x20biometric\x20authentication\x20to\x20secure\x20your\x20PIN.','Secure\x20PIN\x20Storage','Mlxzw','UdcDi','PIN\x20must\x20include\x20a\x20number','default','biometric-unavailable','camDn','Cyilb','NiNaP','WrexE','lLtTA','IDlEH','nfmZg','OFjxE','sfEpP','Your\x20PIN\x20will\x20be\x20securely\x20stored\x20locally\x20on\x20your\x20device\x20using\x20biometric\x20authentication\x20(Face\x20ID\x20or\x20Touch\x20ID)\x20for\x20enhanced\x20security.','Create\x20a\x20PIN','small','done','👁️','👁️🗨️','PIN\x20Requirements:','•\x20At\x20least\x20','•\x20Include\x20a\x20special\x20character','NUgli','GrJNV','useEffect','zVsmu','warn','nsvnz','eiYPi','JTuMM','error','ZoqOi','DAPQs','dpKAq','PttYH','CcfiQ','itUsh','JTJMZ','GZEbw','kFLVi','vBHHj','EMuXO','length','PIN\x20must\x20be\x20at\x20least\x20','\x20characters','test','PIN\x20must\x20include\x20a\x20special\x20character','LxQUy','aVrsK','PIrNF','xfjzC','yvekn','warning','uFOLj','KJbRo','Biometric\x20authentication\x20was\x20cancelled\x20or\x20failed.\x20Your\x20PIN\x20needs\x20to\x20be\x20secured\x20with\x20biometric\x20authentication\x20to\x20proceed.','AmtQs','lAekX','LqveC','KOiaw','jmGNi','AEQvr','uOOiQ','TLWze','mBDBT','FwIey','LEJsS','EsoDv','GpnGF','log','eMzhZ','CrWXE','WyniC','nGzsE','puxNg','ZiYkK','NNwfr','XwqDf','uBIsY','BoWlH','ASUBO','storePinWithBiometric','ymuHM','isPinStored','wpLhB','eQVvx','VUNRf','Tsxnu','XGpkQ','szrRy','pTIFa','MOHUO','vxYKg','Kantb','OXOlk','BvmCr','qEEZM','wEljP','qXYhj','dJesb','WrCdf','vQmdO','catch','QzuYt','YneNk','iGBRt','iyWVN','tsUUw','RmwFI','bBBFQ','createElement','container','inputSection','header','wqqse','subtitle','joOzT','backgroundProgressContainer','backgroundProgressText','backgroundProgressIndicator','GWAau','#007AFF','inputContainer','input','e.g.\x20MyPin123!','mFYIx','cXshn','dismiss','visibilityButton','GRqYT','requirementTitle','znYFY','requirement','requirementMet','rcBEy','vdjbY','FneWf','infoContainer','type','infoContainerInfo','cXFBL','infoContainerWarning','Rvrbs','infoContainerError','infoTitleInfo','infoTitleError','title','infoMessage','infoMessageInfo','infoMessageError','message','showActions','infoActionButton','infoActionButtonText','Continue\x20Without\x20Biometric','footer','cancelButton','submitButton','UmsVd','submitButtonDisabled','XZouF','Authenticating...','FcPOF','create','#fff','flex-start','100%','row','center','space-between','#333','#666','#CCCCCC','#2196F3','#FFF3E0','#FFEBEE','#F44336','600','#1976D2','#F57C00','#D32F2F','#1565C0','#E65100','#C62828','transparent','#FF3B30','#34C759'];_0x4949=function(){return _0xda8fb3;};return _0x4949();}const {width}=Dimensions[_0x2846(0x0)](_0x2846(0x1));export const PinInput=({onSubmit:_0x412ef3,minLength:minLength=0x8,requireSpecialChar:requireSpecialChar=!![],requireNumber:requireNumber=!![],onBack:_0x20af8e,enableBiometricStorage:enableBiometricStorage=!![],onBackgroundTrainingStart:_0x250935,showBackgroundProgress:showBackgroundProgress=![],backgroundProgressText:backgroundProgressText=_0x2846(0x2)})=>{const _0x51bf7b={'nsvnz':function(_0x2c759b,_0x169602){return _0x2c759b(_0x169602);},'eiYPi':_0x2846(0x3),'ZoqOi':function(_0x4f63e6,_0x350878){return _0x4f63e6(_0x350878);},'JTuMM':function(_0x1ab54d,_0x5728ac){return _0x1ab54d(_0x5728ac);},'gbYdb':function(_0x15e95f){return _0x15e95f();},'DAPQs':_0x2846(0x4),'dpKAq':_0x2846(0x5),'iGBRt':_0x2846(0x6),'PttYH':_0x2846(0x7),'CcfiQ':_0x2846(0x8),'itUsh':_0x2846(0x9),'JTJMZ':'error','GZEbw':_0x2846(0xa),'kFLVi':'Authenticating...','iyWVN':_0x2846(0xb),'tsUUw':'info','vBHHj':_0x2846(0xc),'EMuXO':function(_0x16074f,_0x3baf13){return _0x16074f<_0x3baf13;},'LxQUy':_0x2846(0xd),'aVrsK':_0x2846(0xe),'GTqQi':_0x2846(0xf),'FwIey':_0x2846(0x10),'iQUtR':function(_0x2c3044){return _0x2c3044();},'LEJsS':_0x2846(0x11),'EsoDv':function(_0x2f9c88,_0x29d14c){return _0x2f9c88!==_0x29d14c;},'GpnGF':_0x2846(0x12),'eMzhZ':function(_0x3044bc,_0x349f34){return _0x3044bc(_0x349f34);},'CrWXE':'AkgsP','WyniC':_0x2846(0x13),'nGzsE':function(_0x4ad852,_0x37145e){return _0x4ad852===_0x37145e;},'puxNg':_0x2846(0x14),'ZiYkK':function(_0x1d0188,_0x1f0fc5){return _0x1d0188!==_0x1f0fc5;},'NNwfr':'tUYqh','XwqDf':_0x2846(0x15),'uBIsY':function(_0x40f4b,_0x303d1f){return _0x40f4b(_0x303d1f);},'ymuHM':_0x2846(0x16),'wpLhB':_0x2846(0x17),'eQVvx':function(_0x1ea25a,_0x3779d3){return _0x1ea25a(_0x3779d3);},'VUNRf':function(_0x2b2470,_0x54abf4){return _0x2b2470(_0x54abf4);},'XGpkQ':function(_0x3364d5,_0x1123a2){return _0x3364d5(_0x1123a2);},'vxYKg':function(_0xecc30f,_0x29e169){return _0xecc30f!==_0x29e169;},'Kantb':_0x2846(0x18),'HRkFS':_0x2846(0x19),'OXOlk':function(_0x37c8cd,_0x1ff029){return _0x37c8cd(_0x1ff029);},'qGxJE':function(_0x241f3c,_0x2670e5){return _0x241f3c(_0x2670e5);},'qEEZM':function(_0x59406a,_0x215af5){return _0x59406a(_0x215af5);},'wEljP':function(_0x4075aa,_0x5b807e){return _0x4075aa(_0x5b807e);},'bBBFQ':function(_0x25346d){return _0x25346d();},'qXYhj':function(_0x3320a3,_0x363e81){return _0x3320a3===_0x363e81;},'mdBJH':_0x2846(0x1a),'QzuYt':function(_0x57197e,_0x7a1ceb){return _0x57197e(_0x7a1ceb);},'BWZbd':function(_0x3593fb){return _0x3593fb();},'YneNk':'warning','RmwFI':_0x2846(0x1b),'NUgli':function(_0x2c10be,_0x144812){return _0x2c10be(_0x144812);},'GrJNV':function(_0xc401ca,_0x4555d4){return _0xc401ca(_0x4555d4);},'mBDBT':function(_0x3bd9f4,_0x34d225,_0x2b1dff){return _0x3bd9f4(_0x34d225,_0x2b1dff);},'wqqse':_0x2846(0x1c),'joOzT':function(_0x2376dc,_0x230563){return _0x2376dc&&_0x230563;},'GWAau':_0x2846(0x1d),'mFYIx':'none','cXshn':_0x2846(0x1e),'TqZFb':_0x2846(0x1f),'GRqYT':_0x2846(0x20),'znYFY':_0x2846(0x21),'rcBEy':_0x2846(0x22),'vdjbY':_0x2846(0x23),'FneWf':'•\x20Include\x20a\x20number','cXFBL':function(_0x171b56,_0x6829e2){return _0x171b56===_0x6829e2;},'Rvrbs':function(_0x317d24,_0x5d3a04){return _0x317d24===_0x5d3a04;},'GspKK':function(_0x408813,_0x13262d){return _0x408813||_0x13262d;},'UmsVd':function(_0x4f3421,_0x274054){return _0x4f3421(_0x274054);},'XZouF':function(_0x40b733,_0x12981f){return _0x40b733(_0x12981f);},'FcPOF':'Continue'},[_0x54db32,_0x4034d6]=_0x51bf7b[_0x2846(0x24)](useState,''),[_0x8d72d1,_0x362a1e]=useState(null),[_0x353c6d,_0x4982f1]=useState(![]),[_0x27313f,_0x2596f4]=_0x51bf7b[_0x2846(0x25)](useState,![]),[_0x4633a1,_0x3283f7]=useState(_0x51bf7b['FwIey']),[_0x489348,_0x1d177b]=useState(![]);React[_0x2846(0x26)](()=>{_0x250935&&!_0x489348&&showBackgroundProgress&&('UtcGr'===_0x2846(0x27)?(_0x1d50f8[_0x2846(0x28)]('\u26A0️ [PIN INPUT] Biometric authentication failed or was cancelled'),_0x51bf7b[_0x2846(0x29)](_0x55ab69,_0x51bf7b[_0x2846(0x2a)]),_0x51bf7b[_0x2846(0x29)](_0x7d5cbf,![])):(console['log']('\uD83D\uDE80 [PIN INPUT] Background training explicitly requested...'),_0x51bf7b[_0x2846(0x2b)](_0x1d177b,!![]),_0x51bf7b['gbYdb'](_0x250935)['catch'](_0x35a04e=>{console[_0x2846(0x2c)]('\u274C [PIN INPUT] Background training failed:',_0x35a04e),_0x51bf7b[_0x2846(0x2d)](_0x1d177b,![]);})));},[_0x250935,_0x489348,showBackgroundProgress]);const _0x19fd20=useCallback(_0x801581=>{const _0xf8a944={'PIrNF':'biometric-unavailable','xfjzC':_0x51bf7b[_0x2846(0x2e)],'yvekn':_0x51bf7b[_0x2846(0x2f)],'uFOLj':_0x51bf7b['eiYPi'],'KJbRo':_0x51bf7b['iGBRt'],'AmtQs':'warning','lAekX':_0x51bf7b[_0x2846(0x30)],'PfOxh':_0x51bf7b[_0x2846(0x31)],'LqveC':_0x51bf7b[_0x2846(0x32)],'KOiaw':_0x51bf7b[_0x2846(0x33)],'jmGNi':_0x51bf7b[_0x2846(0x34)],'AEQvr':_0x51bf7b[_0x2846(0x35)],'WASJV':_0x51bf7b['iyWVN'],'uOOiQ':_0x51bf7b['tsUUw'],'TLWze':_0x51bf7b[_0x2846(0x36)],'nfVLW':'Your\x20PIN\x20will\x20be\x20securely\x20stored\x20locally\x20on\x20your\x20device\x20using\x20biometric\x20authentication\x20(Face\x20ID\x20or\x20Touch\x20ID)\x20for\x20enhanced\x20security.'};if(_0x51bf7b[_0x2846(0x37)](_0x801581[_0x2846(0x38)],minLength))return _0x2846(0x39)+minLength+_0x2846(0x3a);if(requireSpecialChar&&!/[!@#$%^&*(),.?":{}|<>]/[_0x2846(0x3b)](_0x801581))return _0x2846(0x3c);if(requireNumber&&!/\d/['test'](_0x801581)){if(_0x51bf7b[_0x2846(0x3d)]!==_0x51bf7b[_0x2846(0x3e)])return _0x51bf7b['GTqQi'];else switch(_0x4dbf2b){case _0xf8a944[_0x2846(0x3f)]:return{'title':_0xf8a944[_0x2846(0x40)],'message':_0xf8a944[_0x2846(0x41)],'type':_0x2846(0x42),'showActions':!![]};case _0xf8a944[_0x2846(0x43)]:return{'title':_0xf8a944[_0x2846(0x44)],'message':_0x2846(0x45),'type':_0xf8a944[_0x2846(0x46)],'showActions':!![]};case _0xf8a944[_0x2846(0x47)]:return{'title':_0xf8a944['PfOxh'],'message':_0xf8a944[_0x2846(0x48)],'type':_0xf8a944[_0x2846(0x49)],'showActions':!![]};case _0xf8a944[_0x2846(0x4a)]:return{'title':_0xf8a944[_0x2846(0x4b)],'message':_0xf8a944['WASJV'],'type':_0xf8a944[_0x2846(0x4c)],'showActions':![]};default:return{'title':_0xf8a944[_0x2846(0x4d)],'message':_0xf8a944['nfVLW'],'type':_0xf8a944[_0x2846(0x4c)],'showActions':![]};}}return null;},[minLength,requireSpecialChar,requireNumber]),_0x370e2e=_0x51bf7b[_0x2846(0x4e)](useCallback,async()=>{const _0x289e1e={'Tsxnu':function(_0x3ead00,_0x304ba0){return _0x51bf7b[_0x2846(0x29)](_0x3ead00,_0x304ba0);},'BoWlH':_0x51bf7b['PttYH'],'ASUBO':function(_0x15143e,_0x100a78){return _0x51bf7b['JTuMM'](_0x15143e,_0x100a78);},'szrRy':function(_0x3f54b4,_0x155669){return _0x3f54b4(_0x155669);},'pTIFa':_0x51bf7b[_0x2846(0x4f)],'MOHUO':function(_0x305b42){return _0x51bf7b['iQUtR'](_0x305b42);},'BvmCr':_0x51bf7b[_0x2846(0x50)],'vFhXW':function(_0x2df08a,_0x3b2687){return _0x51bf7b[_0x2846(0x2d)](_0x2df08a,_0x3b2687);}};if(_0x51bf7b[_0x2846(0x51)](_0x51bf7b[_0x2846(0x52)],_0x51bf7b['GpnGF']))_0x33e976[_0x2846(0x2c)]('\u274C [PIN INPUT] Background training failed:',_0x40cd61),_0x51bf7b[_0x2846(0x2b)](_0x472391,![]);else{console[_0x2846(0x53)]('\uD83D\uDD0D [PIN INPUT] handleSubmit called with PIN length:',_0x54db32[_0x2846(0x38)]);const _0x285046=_0x51bf7b[_0x2846(0x29)](_0x19fd20,_0x54db32);if(_0x285046){console[_0x2846(0x53)]('\u274C [PIN INPUT] Validation failed:',_0x285046),_0x51bf7b[_0x2846(0x54)](_0x362a1e,_0x285046);return;}console[_0x2846(0x53)]('\u2705 [PIN INPUT] PIN validation passed');if(enableBiometricStorage){if(_0x51bf7b[_0x2846(0x51)](_0x51bf7b[_0x2846(0x55)],_0x51bf7b[_0x2846(0x56)])){console[_0x2846(0x53)]('\uD83D\uDD10 [PIN INPUT] Biometric storage enabled, starting biometric flow...'),_0x2596f4(!![]),_0x51bf7b['JTuMM'](_0x3283f7,'authenticating');try{if(_0x51bf7b[_0x2846(0x57)](_0x51bf7b['puxNg'],_0x51bf7b[_0x2846(0x58)])){const _0x19d773=await biometricPinService['isBiometricAvailable']();console[_0x2846(0x53)]('\uD83D\uDCF1 [PIN INPUT] Biometric available:',_0x19d773);if(!_0x19d773){if(_0x51bf7b[_0x2846(0x59)](_0x51bf7b[_0x2846(0x5a)],_0x51bf7b[_0x2846(0x5b)])){console[_0x2846(0x2c)]('\u274C [PIN INPUT] Face ID not available on this device'),_0x51bf7b[_0x2846(0x5c)](_0x3283f7,_0x2846(0x11)),_0x2596f4(![]);return;}else _0x4b28ae['error']('\u274C [PIN INPUT] Error handling biometric PIN storage:',_0x36def7),_0x289e1e['Tsxnu'](_0x43a441,_0x289e1e[_0x2846(0x5d)]),_0x289e1e[_0x2846(0x5e)](_0x9d182c,![]);}console[_0x2846(0x53)]('\uD83D\uDD10 [PIN INPUT] Triggering biometric authentication for PIN storage...');const _0x4536eb=await biometricPinService[_0x2846(0x5f)](_0x54db32);if(_0x4536eb){if(_0x51bf7b[_0x2846(0x60)]!==_0x2846(0x16))return _0x2846(0xf);else{console[_0x2846(0x53)]('\u2705 [PIN INPUT] PIN stored successfully with biometric protection');const _0x305175=await biometricPinService[_0x2846(0x61)]();if(_0x305175){if(_0x51bf7b['ZiYkK'](_0x51bf7b[_0x2846(0x62)],_0x51bf7b[_0x2846(0x62)])){_0x17252c[_0x2846(0x53)]('\u274C [PIN INPUT] Validation failed:',_0x4dab0d),_0x4d674f(_0x12a355);return;}else console[_0x2846(0x53)]('\u2705 [PIN INPUT] PIN storage verified - proceeding with onboarding'),_0x412ef3(_0x54db32);}else console[_0x2846(0x2c)]('\u274C [PIN INPUT] PIN storage verification failed'),_0x51bf7b[_0x2846(0x63)](_0x3283f7,_0x2846(0x7)),_0x2596f4(![]);}}else console['warn']('\u26A0️ [PIN INPUT] Biometric authentication failed or was cancelled'),_0x51bf7b[_0x2846(0x63)](_0x3283f7,_0x51bf7b[_0x2846(0x2a)]),_0x51bf7b[_0x2846(0x64)](_0x2596f4,![]);}else _0x5103e8[_0x2846(0x53)]('\uD83D\uDD10 [PIN INPUT] Biometric storage disabled, proceeding normally'),_0x289e1e[_0x2846(0x65)](_0x333403,_0x2a245a);}catch(_0x6da6a7){console[_0x2846(0x2c)]('\u274C [PIN INPUT] Error handling biometric PIN storage:',_0x6da6a7),_0x51bf7b[_0x2846(0x2d)](_0x3283f7,_0x51bf7b[_0x2846(0x30)]),_0x51bf7b[_0x2846(0x66)](_0x2596f4,![]);}}else _0x289e1e[_0x2846(0x67)](_0x26d649,_0x289e1e[_0x2846(0x68)]),_0x289e1e[_0x2846(0x69)](_0x3e2e8f);}else{if(_0x51bf7b[_0x2846(0x6a)](_0x51bf7b[_0x2846(0x6b)],_0x51bf7b['HRkFS']))console[_0x2846(0x53)]('\uD83D\uDD10 [PIN INPUT] Biometric storage disabled, proceeding normally'),_0x51bf7b[_0x2846(0x6c)](_0x412ef3,_0x54db32);else{_0x4ea9dc['error']('\u274C [PIN INPUT] Face ID not available on this device'),_0x51e474(_0x289e1e[_0x2846(0x6d)]),_0x289e1e['vFhXW'](_0x36fbb8,![]);return;}}}},[_0x54db32,_0x19fd20,_0x412ef3,enableBiometricStorage]),_0x446af3=_0x51bf7b['mBDBT'](useCallback,_0x9e5013=>{_0x51bf7b[_0x2846(0x66)](_0x4034d6,_0x9e5013),_0x51bf7b[_0x2846(0x29)](_0x362a1e,null),_0x51bf7b['qGxJE'](_0x3283f7,_0x51bf7b[_0x2846(0x4f)]),console[_0x2846(0x53)]('\uD83D\uDD0D [PIN INPUT] PIN changed:',{'length':_0x9e5013['length'],'hasSpecialChar':/[!@#$%^&*(),.?":{}|<>]/[_0x2846(0x3b)](_0x9e5013),'hasNumber':/\d/[_0x2846(0x3b)](_0x9e5013),'isValid':!_0x51bf7b[_0x2846(0x6e)](_0x19fd20,_0x9e5013)});},[_0x19fd20]),_0x456b10=useCallback(()=>{const _0x3b3974={'WrCdf':function(_0x6ce267,_0x21000e){return _0x51bf7b[_0x2846(0x6f)](_0x6ce267,_0x21000e);},'vQmdO':function(_0x530df2){return _0x51bf7b['bBBFQ'](_0x530df2);}};_0x51bf7b[_0x2846(0x70)](_0x2846(0x71),_0x51bf7b['mdBJH'])?(_0x44786c[_0x2846(0x53)]('\uD83D\uDE80 [PIN INPUT] Background training explicitly requested...'),_0x3b3974[_0x2846(0x72)](_0x11505f,!![]),_0x3b3974[_0x2846(0x73)](_0x5042ef)[_0x2846(0x74)](_0x4ea803=>{_0x49ce7c[_0x2846(0x2c)]('\u274C [PIN INPUT] Background training failed:',_0x4ea803),_0x3b3974[_0x2846(0x72)](_0x3a5de2,![]);})):(console[_0x2846(0x28)]('\u26A0️ [PIN INPUT] User chose to continue without biometric security'),_0x51bf7b[_0x2846(0x75)](_0x412ef3,_0x54db32));},[_0x54db32,_0x412ef3]),_0x40da28=_0x51bf7b[_0x2846(0x4e)](useCallback,()=>{_0x3283f7(_0x2846(0x10)),_0x51bf7b['BWZbd'](_0x370e2e);},[_0x370e2e]),_0x48e99b=()=>{switch(_0x4633a1){case'biometric-unavailable':return{'title':_0x51bf7b[_0x2846(0x2e)],'message':_0x51bf7b[_0x2846(0x2f)],'type':_0x51bf7b[_0x2846(0x76)],'showActions':!![]};case _0x51bf7b['eiYPi']:return{'title':_0x51bf7b[_0x2846(0x77)],'message':_0x2846(0x45),'type':_0x2846(0x42),'showActions':!![]};case'storage-error':return{'title':_0x51bf7b[_0x2846(0x31)],'message':_0x51bf7b['itUsh'],'type':_0x51bf7b[_0x2846(0x33)],'showActions':!![]};case _0x51bf7b[_0x2846(0x34)]:return{'title':_0x51bf7b[_0x2846(0x35)],'message':_0x51bf7b[_0x2846(0x78)],'type':_0x51bf7b[_0x2846(0x79)],'showActions':![]};default:return{'title':_0x51bf7b[_0x2846(0x36)],'message':_0x51bf7b[_0x2846(0x7a)],'type':_0x51bf7b['tsUUw'],'showActions':![]};}},_0x5c53a8=_0x51bf7b[_0x2846(0x7b)](_0x48e99b);return React[_0x2846(0x7c)](View,{'style':styles[_0x2846(0x7d)]},React[_0x2846(0x7c)](View,{'style':styles[_0x2846(0x7e)]},React['createElement'](View,{'style':styles[_0x2846(0x7f)]},_0x20af8e&&React[_0x2846(0x7c)](TouchableOpacity,{'style':styles['backButton'],'onPress':_0x20af8e},React[_0x2846(0x7c)](Text,{'style':{'fontSize':0x18}},'←')),React['createElement'](Text,{'style':styles['title']},_0x51bf7b[_0x2846(0x80)])),React[_0x2846(0x7c)](Text,{'style':styles[_0x2846(0x81)]},'A\x20PIN\x20so\x20only\x20you\x20have\x20access\x20to\x20your\x20data'),_0x51bf7b[_0x2846(0x82)](showBackgroundProgress,_0x489348)&&React[_0x2846(0x7c)](View,{'style':styles[_0x2846(0x83)]},React[_0x2846(0x7c)](Text,{'style':styles[_0x2846(0x84)]},backgroundProgressText),React['createElement'](View,{'style':styles[_0x2846(0x85)]},React[_0x2846(0x7c)](ActivityIndicator,{'size':_0x51bf7b[_0x2846(0x86)],'color':_0x2846(0x87)}))),React['createElement'](View,{'style':styles[_0x2846(0x88)]},React['createElement'](TextInput,{'style':styles[_0x2846(0x89)],'value':_0x54db32,'onChangeText':_0x446af3,'secureTextEntry':!_0x353c6d,'placeholder':_0x2846(0x8a),'keyboardType':_0x51bf7b['FwIey'],'maxLength':0x14,'autoCapitalize':_0x51bf7b[_0x2846(0x8b)],'autoCorrect':![],'returnKeyType':_0x51bf7b[_0x2846(0x8c)],'onSubmitEditing':()=>Keyboard[_0x2846(0x8d)]()}),React[_0x2846(0x7c)](TouchableOpacity,{'style':styles[_0x2846(0x8e)],'onPress':()=>_0x4982f1(!_0x353c6d)},React[_0x2846(0x7c)](Text,null,_0x353c6d?_0x51bf7b['TqZFb']:_0x51bf7b[_0x2846(0x8f)])))),_0x8d72d1&&React[_0x2846(0x7c)](Text,{'style':styles['error']},_0x8d72d1),React[_0x2846(0x7c)](View,{'style':styles['requirements']},React[_0x2846(0x7c)](Text,{'style':styles[_0x2846(0x90)]},_0x51bf7b[_0x2846(0x91)]),React[_0x2846(0x7c)](Text,{'style':[styles[_0x2846(0x92)],_0x54db32[_0x2846(0x38)]>=minLength&&styles[_0x2846(0x93)]]},_0x51bf7b[_0x2846(0x94)],minLength,'\x20characters'),requireSpecialChar&&React[_0x2846(0x7c)](Text,{'style':[styles[_0x2846(0x92)],/[!@#$%^&*(),.?":{}|<>]/['test'](_0x54db32)&&styles[_0x2846(0x93)]]},_0x51bf7b[_0x2846(0x95)]),requireNumber&&React[_0x2846(0x7c)](Text,{'style':[styles[_0x2846(0x92)],/\d/['test'](_0x54db32)&&styles[_0x2846(0x93)]]},_0x51bf7b[_0x2846(0x96)])),React[_0x2846(0x7c)](View,{'style':[styles[_0x2846(0x97)],_0x51bf7b[_0x2846(0x70)](_0x5c53a8[_0x2846(0x98)],_0x51bf7b[_0x2846(0x79)])&&styles[_0x2846(0x99)],_0x51bf7b[_0x2846(0x9a)](_0x5c53a8[_0x2846(0x98)],_0x51bf7b['YneNk'])&&styles[_0x2846(0x9b)],_0x51bf7b[_0x2846(0x9c)](_0x5c53a8[_0x2846(0x98)],_0x51bf7b[_0x2846(0x33)])&&styles[_0x2846(0x9d)]]},React[_0x2846(0x7c)](Text,{'style':[styles['infoTitle'],_0x51bf7b[_0x2846(0x70)](_0x5c53a8['type'],_0x51bf7b['tsUUw'])&&styles[_0x2846(0x9e)],_0x5c53a8[_0x2846(0x98)]==='warning'&&styles['infoTitleWarning'],_0x5c53a8[_0x2846(0x98)]===_0x2846(0x2c)&&styles[_0x2846(0x9f)]]},_0x5c53a8[_0x2846(0xa0)]),React[_0x2846(0x7c)](Text,{'style':[styles[_0x2846(0xa1)],_0x51bf7b[_0x2846(0x9c)](_0x5c53a8[_0x2846(0x98)],'info')&&styles[_0x2846(0xa2)],_0x5c53a8[_0x2846(0x98)]===_0x2846(0x42)&&styles['infoMessageWarning'],_0x51bf7b[_0x2846(0x9a)](_0x5c53a8[_0x2846(0x98)],_0x51bf7b[_0x2846(0x33)])&&styles[_0x2846(0xa3)]]},_0x5c53a8[_0x2846(0xa4)]),_0x5c53a8[_0x2846(0xa5)]&&React[_0x2846(0x7c)](View,{'style':styles['infoActions']},React[_0x2846(0x7c)](TouchableOpacity,{'style':styles[_0x2846(0xa6)],'onPress':_0x40da28},React[_0x2846(0x7c)](Text,{'style':styles[_0x2846(0xa7)]},'Try\x20Again')),React[_0x2846(0x7c)](TouchableOpacity,{'style':[styles[_0x2846(0xa6)],styles['infoActionButtonSecondary']],'onPress':_0x456b10},React[_0x2846(0x7c)](Text,{'style':[styles['infoActionButtonText'],styles['infoActionButtonSecondaryText']]},_0x2846(0xa8))))),React[_0x2846(0x7c)](View,{'style':styles[_0x2846(0xa9)]},_0x20af8e&&React['createElement'](TouchableOpacity,{'style':styles[_0x2846(0xaa)],'onPress':_0x20af8e},React[_0x2846(0x7c)](Text,{'style':styles['cancelButtonText']},'Back')),React[_0x2846(0x7c)](TouchableOpacity,{'style':[styles[_0x2846(0xab)],(_0x51bf7b['GspKK'](!_0x54db32,_0x27313f)||_0x51bf7b[_0x2846(0xac)](_0x19fd20,_0x54db32))&&styles[_0x2846(0xad)]],'onPress':_0x370e2e,'disabled':!_0x54db32||_0x27313f||!!_0x51bf7b[_0x2846(0xae)](_0x19fd20,_0x54db32)},React[_0x2846(0x7c)](Text,{'style':styles['submitButtonText']},_0x27313f?_0x2846(0xaf):_0x51bf7b[_0x2846(0xb0)]))));};const styles=StyleSheet[_0x2846(0xb1)]({'container':{'flex':0x1,'padding':0x10,'width':width,'backgroundColor':_0x2846(0xb2),'justifyContent':_0x2846(0xb3)},'inputSection':{'width':_0x2846(0xb4),'marginTop':0x0,'paddingTop':0x0},'header':{'flexDirection':_0x2846(0xb5),'alignItems':_0x2846(0xb6),'justifyContent':_0x2846(0xb7),'marginBottom':0x10,'paddingVertical':0x8},'backButton':{'padding':0x8},'title':{'fontSize':0x14,'fontWeight':'600','color':_0x2846(0xb8),'textAlign':_0x2846(0xb6),'flex':0x1,'marginBottom':0x8},'subtitle':{'fontSize':0xe,'color':_0x2846(0xb9),'marginBottom':0x18,'textAlign':'center'},'inputContainer':{'flexDirection':_0x2846(0xb5),'alignItems':_0x2846(0xb6),'borderWidth':0x1,'borderColor':_0x2846(0xba),'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':'#E3F2FD','borderColor':_0x2846(0xbb)},'infoContainerWarning':{'backgroundColor':_0x2846(0xbc),'borderColor':'#FF9800'},'infoContainerError':{'backgroundColor':_0x2846(0xbd),'borderColor':_0x2846(0xbe)},'infoTitle':{'fontSize':0x10,'fontWeight':_0x2846(0xbf),'marginBottom':0x8},'infoTitleInfo':{'color':_0x2846(0xc0)},'infoTitleWarning':{'color':_0x2846(0xc1)},'infoTitleError':{'color':_0x2846(0xc2)},'infoMessage':{'fontSize':0xe,'lineHeight':0x14,'marginBottom':0xc},'infoMessageInfo':{'color':_0x2846(0xc3)},'infoMessageWarning':{'color':_0x2846(0xc4)},'infoMessageError':{'color':_0x2846(0xc5)},'infoActions':{'flexDirection':_0x2846(0xb5),'justifyContent':_0x2846(0xb7),'marginTop':0x8},'infoActionButton':{'flex':0x1,'paddingVertical':0xa,'paddingHorizontal':0x10,'borderRadius':0x8,'backgroundColor':'#007AFF','marginHorizontal':0x4,'alignItems':_0x2846(0xb6)},'infoActionButtonSecondary':{'backgroundColor':_0x2846(0xc6),'borderWidth':0x1,'borderColor':_0x2846(0x87)},'infoActionButtonText':{'color':_0x2846(0xb2),'fontSize':0xe,'fontWeight':_0x2846(0xbf)},'infoActionButtonSecondaryText':{'color':'#007AFF'},'error':{'color':_0x2846(0xc7),'marginBottom':0x10},'requirements':{'marginBottom':0x18},'requirementTitle':{'fontSize':0xe,'fontWeight':'600','marginBottom':0x8,'color':_0x2846(0xb8)},'requirement':{'fontSize':0xe,'color':_0x2846(0xb9),'marginBottom':0x4},'requirementMet':{'color':_0x2846(0xc8)},'footer':{'flexDirection':_0x2846(0xb5),'alignItems':'center','justifyContent':_0x2846(0xb7),'marginTop':0x18,'borderTopWidth':0x1,'borderTopColor':'#eee','paddingTop':0x10},'cancelButton':{'paddingVertical':0x8,'paddingHorizontal':0x10},'cancelButtonText':{'color':_0x2846(0xb9),'fontSize':0x10},'submitButton':{'paddingVertical':0x10,'paddingHorizontal':0x20,'borderRadius':0x10,'backgroundColor':'#000000','alignItems':_0x2846(0xb6)},'submitButtonDisabled':{'opacity':0.5},'submitButtonText':{'color':_0x2846(0xb2),'fontSize':0x10,'fontWeight':'600'},'backgroundProgressContainer':{'flexDirection':'row','alignItems':_0x2846(0xb6),'justifyContent':_0x2846(0xb6),'marginBottom':0x10},'backgroundProgressText':{'fontSize':0xe,'color':_0x2846(0xb9),'marginRight':0xa},'backgroundProgressIndicator':{'padding':0x5}});
|
|
1
|
+
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[_0x2072(0x0)](_0x2072(0x1));export const PinInput=({onSubmit:_0x52761e,minLength:minLength=0x8,requireSpecialChar:requireSpecialChar=!![],requireNumber:requireNumber=!![],onBack:_0x24e093,enableBiometricStorage:enableBiometricStorage=!![],onBackgroundTrainingStart:_0x3efd82,showBackgroundProgress:showBackgroundProgress=![],backgroundProgressText:backgroundProgressText='Training\x20is\x20starting\x20in\x20the\x20background...'})=>{const _0x25a7a1={'JUIUq':function(_0x164793,_0x1ca9f4){return _0x164793(_0x1ca9f4);},'sYfRs':function(_0x896e45,_0x4638b5){return _0x896e45(_0x4638b5);},'LEPCx':function(_0x25fd97){return _0x25fd97();},'twxQH':_0x2072(0x2),'CGBgH':_0x2072(0x3),'gOWOk':_0x2072(0x4),'lULiY':_0x2072(0x5),'dwJze':_0x2072(0x6),'jZssE':_0x2072(0x7),'qMcgi':_0x2072(0x8),'lLbGU':_0x2072(0x9),'brbMV':_0x2072(0xa),'qEkQw':_0x2072(0xb),'WBpfo':'info','ZEGax':function(_0x139b0d,_0x303274){return _0x139b0d<_0x303274;},'NKEXD':_0x2072(0xc),'JqAzG':function(_0x3f2a43,_0x14991e){return _0x3f2a43===_0x14991e;},'nNjuN':_0x2072(0xd),'bkkah':_0x2072(0xe),'fooZl':'PIN\x20must\x20include\x20a\x20number','fPTCz':function(_0xf222ed,_0x40285f){return _0xf222ed(_0x40285f);},'cIbeL':_0x2072(0xf),'psRqq':function(_0x35653f,_0x46498a){return _0x35653f(_0x46498a);},'LfNnP':function(_0x587f9f,_0x10a88d){return _0x587f9f(_0x10a88d);},'pvMXq':function(_0x244a20,_0xa8cec4){return _0x244a20(_0xa8cec4);},'nRpaq':function(_0x204259,_0x408fd3){return _0x204259(_0x408fd3);},'anpvU':function(_0x221ada,_0x33b824){return _0x221ada!==_0x33b824;},'NQKKn':_0x2072(0x10),'KCyuM':function(_0x26609e,_0x15045b){return _0x26609e(_0x15045b);},'gzSjr':function(_0x3e8c0a,_0x2b18d9){return _0x3e8c0a(_0x2b18d9);},'nsibH':function(_0x4340e5,_0x55f0b0){return _0x4340e5(_0x55f0b0);},'iexNF':_0x2072(0x11),'oLsie':_0x2072(0x12),'GJKBi':_0x2072(0x13),'lpgrv':function(_0x39387c,_0x2897b7){return _0x39387c(_0x2897b7);},'izJjp':function(_0xb5837d,_0x55d150){return _0xb5837d(_0x55d150);},'NDZKh':function(_0x2c5ad3,_0x37ad25){return _0x2c5ad3(_0x37ad25);},'gLdkA':_0x2072(0x14),'DSgXt':function(_0x223ff6,_0x4d015e){return _0x223ff6(_0x4d015e);},'wttXy':_0x2072(0x15),'YmGFC':function(_0x3fae82,_0x3ebf19){return _0x3fae82(_0x3ebf19);},'Wcyxr':function(_0x4f6965,_0x3b9297){return _0x4f6965!==_0x3b9297;},'xxkfD':'XAAkI','sInwC':function(_0x5e50c3){return _0x5e50c3();},'IHzvt':'Secure\x20PIN\x20Storage','OWfeY':function(_0x339833,_0x442669){return _0x339833(_0x442669);},'XsdLL':function(_0x1e5bb8,_0x1acd01){return _0x1e5bb8(_0x1acd01);},'IJSzJ':function(_0x31e300,_0x799d99){return _0x31e300(_0x799d99);},'Xcibz':function(_0x14ec65,_0x1c239f){return _0x14ec65(_0x1c239f);},'LoUEY':function(_0x5a6593,_0x11f62d,_0x3e5159){return _0x5a6593(_0x11f62d,_0x3e5159);},'HdDle':function(_0x35023a,_0x240033,_0x53c872){return _0x35023a(_0x240033,_0x53c872);},'HeMWt':function(_0xabb31){return _0xabb31();},'DBTtA':_0x2072(0x16),'qmCPU':function(_0x4a1883,_0x35f1a3){return _0x4a1883&&_0x35f1a3;},'xAQSL':_0x2072(0x17),'WvMHJ':_0x2072(0x18),'iwOhN':'none','dJgKu':_0x2072(0x19),'JQCGo':_0x2072(0x1a),'pRyrK':_0x2072(0x1b),'emTqu':function(_0x2316ed,_0x13266a){return _0x2316ed>=_0x13266a;},'sPvFL':_0x2072(0x1c),'zXuBx':'\x20characters','StITU':_0x2072(0x1d),'jsZoT':_0x2072(0x1e),'meHii':function(_0x3d402c,_0x35a808){return _0x3d402c===_0x35a808;},'hSdWQ':function(_0x5874c6,_0x4581ea){return _0x5874c6===_0x4581ea;},'rDkfd':'Try\x20Again','lhZUC':function(_0x508dda,_0x73c370){return _0x508dda||_0x73c370;},'sMFaR':function(_0x24a669,_0x4c35ef){return _0x24a669(_0x4c35ef);},'BfGpd':_0x2072(0x1f)},[_0x14b38c,_0x17f4cf]=_0x25a7a1['OWfeY'](useState,''),[_0x12d6b0,_0x323106]=_0x25a7a1[_0x2072(0x20)](useState,null),[_0x1e7ab6,_0x339c3c]=_0x25a7a1[_0x2072(0x21)](useState,![]),[_0x4f689b,_0xca3e8e]=_0x25a7a1[_0x2072(0x22)](useState,![]),[_0x5679e4,_0x19057b]=_0x25a7a1[_0x2072(0x23)](useState,_0x25a7a1['wttXy']),[_0x2d291e,_0x5810a1]=_0x25a7a1[_0x2072(0x24)](useState,![]);React[_0x2072(0x25)](()=>{_0x3efd82&&!_0x2d291e&&showBackgroundProgress&&(console[_0x2072(0x26)]('\uD83D\uDE80 [PIN INPUT] Background training explicitly requested...'),_0x25a7a1[_0x2072(0x22)](_0x5810a1,!![]),_0x25a7a1['LEPCx'](_0x3efd82)['catch'](_0x349c41=>{console[_0x2072(0x9)]('\u274C [PIN INPUT] Background training failed:',_0x349c41),_0x25a7a1[_0x2072(0x27)](_0x5810a1,![]);}));},[_0x3efd82,_0x2d291e,showBackgroundProgress]);const _0x1d6205=_0x25a7a1['LoUEY'](useCallback,_0x3d9495=>{if(_0x25a7a1[_0x2072(0x28)](_0x3d9495['length'],minLength))return _0x2072(0x29)+minLength+_0x2072(0x2a);if(requireSpecialChar&&!/[!@#$%^&*(),.?":{}|<>]/[_0x2072(0x2b)](_0x3d9495))return _0x25a7a1[_0x2072(0x2c)];if(requireNumber&&!/\d/[_0x2072(0x2b)](_0x3d9495)){if(_0x25a7a1[_0x2072(0x2d)](_0x25a7a1['nNjuN'],_0x25a7a1[_0x2072(0x2e)]))switch(_0x590315){case _0x2072(0xf):return{'title':_0x25a7a1[_0x2072(0x2f)],'message':_0x25a7a1['CGBgH'],'type':_0x25a7a1[_0x2072(0x30)],'showActions':!![]};case _0x25a7a1[_0x2072(0x31)]:return{'title':_0x2072(0x32),'message':_0x25a7a1[_0x2072(0x33)],'type':_0x25a7a1[_0x2072(0x30)],'showActions':!![]};case _0x2072(0x13):return{'title':_0x25a7a1[_0x2072(0x34)],'message':_0x25a7a1[_0x2072(0x35)],'type':_0x25a7a1[_0x2072(0x36)],'showActions':!![]};case _0x2072(0x37):return{'title':_0x25a7a1[_0x2072(0x38)],'message':_0x25a7a1[_0x2072(0x39)],'type':_0x25a7a1[_0x2072(0x3a)],'showActions':![]};default:return{'title':_0x2072(0x3b),'message':_0x2072(0x3c),'type':_0x2072(0x3d),'showActions':![]};}else return _0x25a7a1[_0x2072(0x3e)];}return null;},[minLength,requireSpecialChar,requireNumber]),_0x31ba94=_0x25a7a1[_0x2072(0x3f)](useCallback,async()=>{const _0x153256={'kbsIw':function(_0x4b0dce,_0x496a15){return _0x25a7a1[_0x2072(0x40)](_0x4b0dce,_0x496a15);}};console[_0x2072(0x26)]('\uD83D\uDD0D [PIN INPUT] handleSubmit called with PIN length:',_0x14b38c[_0x2072(0x41)]);const _0x4ab1e5=_0x25a7a1[_0x2072(0x42)](_0x1d6205,_0x14b38c);if(_0x4ab1e5){if(_0x25a7a1['anpvU'](_0x2072(0x43),_0x25a7a1[_0x2072(0x44)])){console[_0x2072(0x26)]('\u274C [PIN INPUT] Validation failed:',_0x4ab1e5),_0x25a7a1['KCyuM'](_0x323106,_0x4ab1e5);return;}else{_0xea572a['error']('\u274C [PIN INPUT] Face ID not available on this device'),_0x25a7a1[_0x2072(0x42)](_0x11abce,_0x25a7a1[_0x2072(0x45)]),_0x25a7a1[_0x2072(0x46)](_0x48ac12,![]);return;}}console[_0x2072(0x26)]('\u2705 [PIN INPUT] PIN validation passed');if(enableBiometricStorage){console[_0x2072(0x26)]('\uD83D\uDD10 [PIN INPUT] Biometric storage enabled, starting biometric flow...'),_0x25a7a1[_0x2072(0x47)](_0xca3e8e,!![]),_0x25a7a1[_0x2072(0x48)](_0x19057b,_0x2072(0x37));try{if(_0x25a7a1[_0x2072(0x2d)]('SgqNk',_0x25a7a1[_0x2072(0x49)]))_0x2c4ac6[_0x2072(0x26)]('\uD83D\uDD10 [PIN INPUT] Biometric storage disabled, proceeding normally'),_0x25a7a1[_0x2072(0x4a)](_0x43bf95,_0x2343c7);else{const _0x19a662=await biometricPinService[_0x2072(0x4b)]();console['log']('\uD83D\uDCF1 [PIN INPUT] Biometric available:',_0x19a662);if(!_0x19a662){if(_0x25a7a1[_0x2072(0x4c)](_0x25a7a1[_0x2072(0x4d)],_0x25a7a1['oLsie']))_0x2be5d1[_0x2072(0x26)]('\u2705 [PIN INPUT] PIN storage verified - proceeding with onboarding'),_0x25a7a1[_0x2072(0x4e)](_0x1f0331,_0x7b8009);else{console['error']('\u274C [PIN INPUT] Face ID not available on this device'),_0x19057b(_0x25a7a1['cIbeL']),_0x25a7a1['sYfRs'](_0xca3e8e,![]);return;}}console['log']('\uD83D\uDD10 [PIN INPUT] Triggering biometric authentication for PIN storage...');const _0x3b4122=await biometricPinService['storePinWithBiometric'](_0x14b38c);if(_0x3b4122){console[_0x2072(0x26)]('\u2705 [PIN INPUT] PIN stored successfully with biometric protection');const _0x3a6c24=await biometricPinService[_0x2072(0x4f)]();_0x3a6c24?_0x2072(0x50)!=='SiiIj'?(console['log']('\u2705 [PIN INPUT] PIN storage verified - proceeding with onboarding'),_0x52761e(_0x14b38c)):(_0x100b7e[_0x2072(0x51)]('\u26A0️ [PIN INPUT] User chose to continue without biometric security'),_0x153256[_0x2072(0x52)](_0x11f467,_0x1c6d01)):(console['error']('\u274C [PIN INPUT] PIN storage verification failed'),_0x25a7a1[_0x2072(0x4e)](_0x19057b,_0x25a7a1['GJKBi']),_0xca3e8e(![]));}else console['warn']('\u26A0️ [PIN INPUT] Biometric authentication failed or was cancelled'),_0x25a7a1[_0x2072(0x53)](_0x19057b,_0x25a7a1['lULiY']),_0xca3e8e(![]);}}catch(_0x314b61){console['error']('\u274C [PIN INPUT] Error handling biometric PIN storage:',_0x314b61),_0x19057b(_0x25a7a1[_0x2072(0x54)]),_0xca3e8e(![]);}}else console[_0x2072(0x26)]('\uD83D\uDD10 [PIN INPUT] Biometric storage disabled, proceeding normally'),_0x52761e(_0x14b38c);},[_0x14b38c,_0x1d6205,_0x52761e,enableBiometricStorage]),_0x153692=_0x25a7a1[_0x2072(0x3f)](useCallback,_0x497ddd=>{_0x25a7a1[_0x2072(0x55)]===_0x25a7a1[_0x2072(0x55)]?(_0x17f4cf(_0x497ddd),_0x25a7a1[_0x2072(0x56)](_0x323106,null),_0x25a7a1[_0x2072(0x47)](_0x19057b,_0x25a7a1[_0x2072(0x57)]),console[_0x2072(0x26)]('\uD83D\uDD0D [PIN INPUT] PIN changed:',{'length':_0x497ddd[_0x2072(0x41)],'hasSpecialChar':/[!@#$%^&*(),.?":{}|<>]/[_0x2072(0x2b)](_0x497ddd),'hasNumber':/\d/[_0x2072(0x2b)](_0x497ddd),'isValid':!_0x25a7a1[_0x2072(0x56)](_0x1d6205,_0x497ddd)})):(_0x31a8a2[_0x2072(0x9)]('\u274C [PIN INPUT] Error handling biometric PIN storage:',_0xa33305),_0x25a7a1['izJjp'](_0x14030e,_0x25a7a1[_0x2072(0x54)]),_0x25a7a1[_0x2072(0x20)](_0x4d7a1d,![]));},[_0x1d6205]),_0x2ff4db=_0x25a7a1[_0x2072(0x58)](useCallback,()=>{console[_0x2072(0x51)]('\u26A0️ [PIN INPUT] User chose to continue without biometric security'),_0x25a7a1[_0x2072(0x59)](_0x52761e,_0x14b38c);},[_0x14b38c,_0x52761e]),_0x169b7e=_0x25a7a1[_0x2072(0x3f)](useCallback,()=>{if(_0x25a7a1[_0x2072(0x5a)](_0x25a7a1[_0x2072(0x5b)],_0x25a7a1[_0x2072(0x5b)])){_0xa6cb75[_0x2072(0x26)]('\u274C [PIN INPUT] Validation failed:',_0x1f9a7c),_0x25a7a1[_0x2072(0x59)](_0x3460ae,_0x5b0f64);return;}else _0x25a7a1[_0x2072(0x27)](_0x19057b,_0x2072(0x15)),_0x25a7a1[_0x2072(0x5c)](_0x31ba94);},[_0x31ba94]),_0x47c107=()=>{switch(_0x5679e4){case _0x25a7a1[_0x2072(0x45)]:return{'title':_0x25a7a1['twxQH'],'message':_0x25a7a1['CGBgH'],'type':_0x25a7a1['gOWOk'],'showActions':!![]};case _0x2072(0x5):return{'title':_0x2072(0x32),'message':_0x25a7a1[_0x2072(0x33)],'type':_0x25a7a1[_0x2072(0x30)],'showActions':!![]};case'storage-error':return{'title':_0x25a7a1['jZssE'],'message':_0x25a7a1[_0x2072(0x35)],'type':_0x25a7a1['lLbGU'],'showActions':!![]};case _0x2072(0x37):return{'title':_0x25a7a1['brbMV'],'message':_0x25a7a1[_0x2072(0x39)],'type':_0x25a7a1[_0x2072(0x3a)],'showActions':![]};default:return{'title':_0x25a7a1[_0x2072(0x5d)],'message':'Your\x20PIN\x20will\x20be\x20securely\x20stored\x20locally\x20on\x20your\x20device\x20using\x20biometric\x20authentication\x20(Face\x20ID\x20or\x20Touch\x20ID)\x20for\x20enhanced\x20security.','type':_0x25a7a1[_0x2072(0x3a)],'showActions':![]};}},_0x5ce55b=_0x25a7a1[_0x2072(0x5e)](_0x47c107);return React[_0x2072(0x5f)](View,{'style':styles['container']},React[_0x2072(0x5f)](View,{'style':styles[_0x2072(0x60)]},React[_0x2072(0x5f)](View,{'style':styles[_0x2072(0x61)]},_0x24e093&&React[_0x2072(0x5f)](TouchableOpacity,{'style':styles[_0x2072(0x62)],'onPress':_0x24e093},React[_0x2072(0x5f)](Text,{'style':{'fontSize':0x18}},'←')),React[_0x2072(0x5f)](Text,{'style':styles[_0x2072(0x63)]},_0x2072(0x64))),React[_0x2072(0x5f)](Text,{'style':styles[_0x2072(0x65)]},_0x25a7a1[_0x2072(0x66)]),_0x25a7a1[_0x2072(0x67)](showBackgroundProgress,_0x2d291e)&&React['createElement'](View,{'style':styles['backgroundProgressContainer']},React['createElement'](Text,{'style':styles[_0x2072(0x68)]},backgroundProgressText),React[_0x2072(0x5f)](View,{'style':styles[_0x2072(0x69)]},React[_0x2072(0x5f)](ActivityIndicator,{'size':_0x25a7a1['xAQSL'],'color':_0x25a7a1[_0x2072(0x6a)]}))),React[_0x2072(0x5f)](View,{'style':styles['inputContainer']},React[_0x2072(0x5f)](TextInput,{'style':styles[_0x2072(0x6b)],'value':_0x14b38c,'onChangeText':_0x153692,'secureTextEntry':!_0x1e7ab6,'placeholder':'e.g.\x20MyPin123!','keyboardType':_0x25a7a1[_0x2072(0x57)],'maxLength':0x14,'autoCapitalize':_0x25a7a1[_0x2072(0x6c)],'autoCorrect':![],'returnKeyType':_0x25a7a1[_0x2072(0x6d)],'onSubmitEditing':()=>Keyboard[_0x2072(0x6e)]()}),React['createElement'](TouchableOpacity,{'style':styles[_0x2072(0x6f)],'onPress':()=>_0x339c3c(!_0x1e7ab6)},React['createElement'](Text,null,_0x1e7ab6?_0x25a7a1[_0x2072(0x70)]:_0x2072(0x71))))),_0x12d6b0&&React['createElement'](Text,{'style':styles['error']},_0x12d6b0),React[_0x2072(0x5f)](View,{'style':styles[_0x2072(0x72)]},React[_0x2072(0x5f)](Text,{'style':styles[_0x2072(0x73)]},_0x25a7a1[_0x2072(0x74)]),React[_0x2072(0x5f)](Text,{'style':[styles[_0x2072(0x75)],_0x25a7a1['emTqu'](_0x14b38c[_0x2072(0x41)],minLength)&&styles['requirementMet']]},_0x25a7a1[_0x2072(0x76)],minLength,_0x25a7a1[_0x2072(0x77)]),requireSpecialChar&&React[_0x2072(0x5f)](Text,{'style':[styles[_0x2072(0x75)],/[!@#$%^&*(),.?":{}|<>]/[_0x2072(0x2b)](_0x14b38c)&&styles[_0x2072(0x78)]]},_0x25a7a1['StITU']),requireNumber&&React[_0x2072(0x5f)](Text,{'style':[styles[_0x2072(0x75)],/\d/['test'](_0x14b38c)&&styles['requirementMet']]},_0x25a7a1['jsZoT'])),React[_0x2072(0x5f)](View,{'style':[styles[_0x2072(0x79)],_0x25a7a1[_0x2072(0x2d)](_0x5ce55b['type'],_0x2072(0x3d))&&styles['infoContainerInfo'],_0x5ce55b[_0x2072(0x7a)]===_0x25a7a1[_0x2072(0x30)]&&styles['infoContainerWarning'],_0x25a7a1['JqAzG'](_0x5ce55b[_0x2072(0x7a)],_0x25a7a1['lLbGU'])&&styles[_0x2072(0x7b)]]},React[_0x2072(0x5f)](Text,{'style':[styles['infoTitle'],_0x25a7a1[_0x2072(0x2d)](_0x5ce55b[_0x2072(0x7a)],_0x2072(0x3d))&&styles[_0x2072(0x7c)],_0x25a7a1['meHii'](_0x5ce55b[_0x2072(0x7a)],_0x25a7a1[_0x2072(0x30)])&&styles[_0x2072(0x7d)],_0x25a7a1[_0x2072(0x7e)](_0x5ce55b['type'],_0x25a7a1[_0x2072(0x36)])&&styles['infoTitleError']]},_0x5ce55b[_0x2072(0x63)]),React[_0x2072(0x5f)](Text,{'style':[styles[_0x2072(0x7f)],_0x5ce55b[_0x2072(0x7a)]==='info'&&styles['infoMessageInfo'],_0x25a7a1[_0x2072(0x80)](_0x5ce55b[_0x2072(0x7a)],_0x25a7a1[_0x2072(0x30)])&&styles[_0x2072(0x81)],_0x5ce55b[_0x2072(0x7a)]===_0x25a7a1[_0x2072(0x36)]&&styles[_0x2072(0x82)]]},_0x5ce55b[_0x2072(0x83)]),_0x5ce55b['showActions']&&React['createElement'](View,{'style':styles[_0x2072(0x84)]},React[_0x2072(0x5f)](TouchableOpacity,{'style':styles[_0x2072(0x85)],'onPress':_0x169b7e},React[_0x2072(0x5f)](Text,{'style':styles[_0x2072(0x86)]},_0x25a7a1[_0x2072(0x87)])),React['createElement'](TouchableOpacity,{'style':[styles[_0x2072(0x85)],styles[_0x2072(0x88)]],'onPress':_0x2ff4db},React[_0x2072(0x5f)](Text,{'style':[styles['infoActionButtonText'],styles[_0x2072(0x89)]]},_0x2072(0x8a))))),React[_0x2072(0x5f)](View,{'style':styles[_0x2072(0x8b)]},_0x24e093&&React[_0x2072(0x5f)](TouchableOpacity,{'style':styles[_0x2072(0x8c)],'onPress':_0x24e093},React[_0x2072(0x5f)](Text,{'style':styles['cancelButtonText']},'Back')),React[_0x2072(0x5f)](TouchableOpacity,{'style':[styles[_0x2072(0x8d)],(!_0x14b38c||_0x4f689b||_0x1d6205(_0x14b38c))&&styles['submitButtonDisabled']],'onPress':_0x31ba94,'disabled':_0x25a7a1[_0x2072(0x8e)](!_0x14b38c,_0x4f689b)||!!_0x25a7a1['sMFaR'](_0x1d6205,_0x14b38c)},React[_0x2072(0x5f)](Text,{'style':styles[_0x2072(0x8f)]},_0x4f689b?_0x25a7a1[_0x2072(0x38)]:_0x25a7a1[_0x2072(0x90)]))));};function _0x40d2(){const _0x3c537d=['get','window','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-failed','Biometric\x20authentication\x20was\x20cancelled\x20or\x20failed.\x20Your\x20PIN\x20needs\x20to\x20be\x20secured\x20with\x20biometric\x20authentication\x20to\x20proceed.','Storage\x20Error','An\x20error\x20occurred\x20while\x20securing\x20your\x20PIN.\x20Would\x20you\x20like\x20to\x20try\x20again?','error','Authenticating...','Please\x20complete\x20biometric\x20authentication\x20to\x20secure\x20your\x20PIN.','PIN\x20must\x20include\x20a\x20special\x20character','UrvQe','pgoNg','biometric-unavailable','wOFUc','VTlwU','gtfZI','storage-error','uBpwv','default','A\x20PIN\x20so\x20only\x20you\x20have\x20access\x20to\x20your\x20data','small','#007AFF','done','👁️','PIN\x20Requirements:','•\x20At\x20least\x20','•\x20Include\x20a\x20special\x20character','•\x20Include\x20a\x20number','Continue','NDZKh','XsdLL','sYfRs','IJSzJ','Xcibz','useEffect','log','JUIUq','ZEGax','PIN\x20must\x20be\x20at\x20least\x20','\x20characters','test','NKEXD','JqAzG','bkkah','twxQH','gOWOk','lULiY','Biometric\x20Authentication\x20Failed','dwJze','jZssE','qMcgi','lLbGU','authenticating','brbMV','qEkQw','WBpfo','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.','info','fooZl','LoUEY','nRpaq','length','fPTCz','fqqip','NQKKn','cIbeL','psRqq','gzSjr','nsibH','iexNF','LfNnP','isBiometricAvailable','anpvU','oLsie','pvMXq','isPinStored','hasOJ','warn','kbsIw','lpgrv','GJKBi','gLdkA','DSgXt','wttXy','HdDle','YmGFC','Wcyxr','xxkfD','sInwC','IHzvt','HeMWt','createElement','inputSection','header','backButton','title','Create\x20a\x20PIN','subtitle','DBTtA','qmCPU','backgroundProgressText','backgroundProgressIndicator','WvMHJ','input','iwOhN','dJgKu','dismiss','visibilityButton','JQCGo','👁️🗨️','requirements','requirementTitle','pRyrK','requirement','sPvFL','zXuBx','requirementMet','infoContainer','type','infoContainerError','infoTitleInfo','infoTitleWarning','meHii','infoMessage','hSdWQ','infoMessageWarning','infoMessageError','message','infoActions','infoActionButton','infoActionButtonText','rDkfd','infoActionButtonSecondary','infoActionButtonSecondaryText','Continue\x20Without\x20Biometric','footer','cancelButton','submitButton','lhZUC','submitButtonText','BfGpd','row','center','space-between','600','#333','#666','#CCCCCC','#FFEBEE','#F44336','#F57C00','#D32F2F','#1565C0','#C62828','#fff','#FF3B30','#eee'];_0x40d2=function(){return _0x3c537d;};return _0x40d2();}function _0x2072(_0x40d272,_0x2072f6){_0x40d272=_0x40d272-0x0;const _0x434219=_0x40d2();let _0x5f056a=_0x434219[_0x40d272];return _0x5f056a;}const styles=StyleSheet['create']({'container':{'flex':0x1,'padding':0x10,'width':width,'backgroundColor':'#fff','justifyContent':'flex-start'},'inputSection':{'width':'100%','marginTop':0x0,'paddingTop':0x0},'header':{'flexDirection':_0x2072(0x91),'alignItems':_0x2072(0x92),'justifyContent':_0x2072(0x93),'marginBottom':0x10,'paddingVertical':0x8},'backButton':{'padding':0x8},'title':{'fontSize':0x14,'fontWeight':_0x2072(0x94),'color':_0x2072(0x95),'textAlign':_0x2072(0x92),'flex':0x1,'marginBottom':0x8},'subtitle':{'fontSize':0xe,'color':_0x2072(0x96),'marginBottom':0x18,'textAlign':_0x2072(0x92)},'inputContainer':{'flexDirection':_0x2072(0x91),'alignItems':'center','borderWidth':0x1,'borderColor':_0x2072(0x97),'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':'#E3F2FD','borderColor':'#2196F3'},'infoContainerWarning':{'backgroundColor':'#FFF3E0','borderColor':'#FF9800'},'infoContainerError':{'backgroundColor':_0x2072(0x98),'borderColor':_0x2072(0x99)},'infoTitle':{'fontSize':0x10,'fontWeight':_0x2072(0x94),'marginBottom':0x8},'infoTitleInfo':{'color':'#1976D2'},'infoTitleWarning':{'color':_0x2072(0x9a)},'infoTitleError':{'color':_0x2072(0x9b)},'infoMessage':{'fontSize':0xe,'lineHeight':0x14,'marginBottom':0xc},'infoMessageInfo':{'color':_0x2072(0x9c)},'infoMessageWarning':{'color':'#E65100'},'infoMessageError':{'color':_0x2072(0x9d)},'infoActions':{'flexDirection':_0x2072(0x91),'justifyContent':_0x2072(0x93),'marginTop':0x8},'infoActionButton':{'flex':0x1,'paddingVertical':0xa,'paddingHorizontal':0x10,'borderRadius':0x8,'backgroundColor':_0x2072(0x18),'marginHorizontal':0x4,'alignItems':'center'},'infoActionButtonSecondary':{'backgroundColor':'transparent','borderWidth':0x1,'borderColor':_0x2072(0x18)},'infoActionButtonText':{'color':_0x2072(0x9e),'fontSize':0xe,'fontWeight':_0x2072(0x94)},'infoActionButtonSecondaryText':{'color':_0x2072(0x18)},'error':{'color':_0x2072(0x9f),'marginBottom':0x10},'requirements':{'marginBottom':0x18},'requirementTitle':{'fontSize':0xe,'fontWeight':_0x2072(0x94),'marginBottom':0x8,'color':'#333'},'requirement':{'fontSize':0xe,'color':'#666','marginBottom':0x4},'requirementMet':{'color':'#34C759'},'footer':{'flexDirection':_0x2072(0x91),'alignItems':_0x2072(0x92),'justifyContent':_0x2072(0x93),'marginTop':0x18,'borderTopWidth':0x1,'borderTopColor':_0x2072(0xa0),'paddingTop':0x10},'cancelButton':{'paddingVertical':0x8,'paddingHorizontal':0x10},'cancelButtonText':{'color':_0x2072(0x96),'fontSize':0x10},'submitButton':{'paddingVertical':0x10,'paddingHorizontal':0x20,'borderRadius':0x10,'backgroundColor':'#000000','alignItems':'center'},'submitButtonDisabled':{'opacity':0.5},'submitButtonText':{'color':'#fff','fontSize':0x10,'fontWeight':_0x2072(0x94)},'backgroundProgressContainer':{'flexDirection':_0x2072(0x91),'alignItems':_0x2072(0x92),'justifyContent':_0x2072(0x92),'marginBottom':0x10},'backgroundProgressText':{'fontSize':0xe,'color':_0x2072(0x96),'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 _0x17cc96 from'./PersonaImage';import _0x485592 from'./PrimaryButton';import _0x15c595 from'./PersonalizationConsentScreen';function _0x5af1(){const _0x4981a3=['daily','Daily','Always\x20up-to-date\x20data.','weekly','Weekly','Balanced\x20freshness\x20and\x20efficiency.','biweekly','Less\x20frequent,\x20more\x20efficient.','tVbIN','✅\x20[PLATFORMS]\x20Updated\x20connectedPlatforms\x20state\x20with:','user_connected_platforms','YEEeK','grok','BhZED','✅\x20[PLATFORMS]\x20Loaded\x20LinkedIn\x20connection','❌\x20[PLATFORMS]\x20Error\x20loading\x20connected\x20platforms\x20from\x20storage:','✅\x20[PLATFORMS]\x20Loaded\x20from\x20user_connected_platforms:','WxZkl','BeXBu','Zgxrd','Error\x20initializing\x20username:','VdrMF','joAhc','❌\x20[TOGGLE]\x20No\x20username\x20available\x20-\x20cannot\x20proceed\x20with\x20OAuth','dCMie','https://www.linkedin.com/login','WUHnV','jBXgd','zVYFd','❌\x20[STORAGE]\x20Error\x20removing\x20from\x20user_connected_platforms:','eDZzW','NEehp','sNRmM','wdIfW','KoTpG','JzABC','SMyNJ','uCpNU','https://privacy.onairos.io/','hPVoG','success','error','iXbwB','❌\x20[STORAGE]\x20Error\x20saving\x20to\x20user_connected_platforms:','nKjjB','bvlwB','mGXez','SET\x20(','CqdrM','...)','AgeTm','youtube','gmail','chatgpt','contain','connecting','Highly\x20Recommended','#10B981','#9CA3AF','ZFDkT','mKeNq','ucFYu','Use\x20your\x20watch\x20history,\x20likes,\x20and\x20subscriptions\x20to\x20enrich\x20your\x20model.','reddit','Reddit','Use\x20your\x20professional\x20network\x20and\x20career\x20interests\x20to\x20enrich\x20your\x20model.','Claude','Use\x20your\x20Gemini\x20conversations\x20to\x20enrich\x20your\x20model.','Grok','Use\x20your\x20Grok\x20conversations\x20from\x20X\x20to\x20enrich\x20your\x20model.','BCJPB','Build\x20your\x20persona','Connect\x20platforms\x20to\x20build\x20your\x20private\x20persona','Model\x20Refresh\x20Frequency','Continue','Skip','hiHnM','FKAnl','fPdQd','hCuBh','ndpHg','wKQkV','RAlVo','Value','IWEES','uEjxn','CaeFa','GAdVI','current','ThEGQ','Initializing...','TWdGX','iIiVd','GQxRg','OjUhU','ZtGdl','MixsC','CSUVu','optPs','xLSeE','ZfMGg','wTzry','ndMwl','PPOag','forEach','aaTXA','ouMaq','PnGNI','Kbjlx','abGgx','KHTAY','has','add','hweEK','dNfTf','huWme','NmqZw','UBGFY','OLcza','wrIgu','✅\x20[PLATFORMS]\x20Loaded\x20from\x20platform_account_details:','VlCeD','deKXE','TdqCG','BohEJ','dYfFP','OUdNY','SUCCESS','log','✅\x20[PERSONA]\x20Applied\x20pending\x20connection:\x20','🔄\x20[PLATFORMS]\x20Loading\x20connected\x20platforms\x20from\x20storage...','GfneS','push','getItem','platform_account_details','parse','isArray','bJOqa','lmpbp','tFaug','YFhXm','platform','yjYcO','RcEox','OmYKO','OHfyN','ERROR','map','mFiza','DmpDA','connected','includes','CYLAF','ypGVN','wCUia','xlLZT','AKpEg','rsUHV','length','fXxFF','xoIdJ','Uotps','UTbKA','BUTTON_PRESS','RiszX','from','bmFEE','xiScW','AzVLp','toLowerCase','VPBwu','yBJzM','AvWDX','HBOlW','MXGxk','hKQvN','vGVsP','ffNuv','HYWqo','WWoqL','bpYSW','nRgZO','arZRa','BEukx','BnmIG','vmYpI','yxlXL','email','split','name','user_','floor','setItem','sqlcF','NXLNI','setValue','timing','mobile_user_','abDBs','random','ttIfh','BEalY','srQkr','SUwEV','loop','sequence','start','gxsTR','nativeEvent','contentOffset','layoutMeasurement','width','contentSize','OjdqV','vbOLB','Orgze','iVrkn','xjeUs','rvGAt','pinterest','ippBJ','NvoWS','linkedin','WzALX','Gmail','xtEnR','Use\x20your\x20email\x20information\x20to\x20enrich\x20your\x20model.','fSARk','cSYTO','ncvZw','Use\x20your\x20ChatGPT\x20conversations\x20and\x20memories\x20to\x20enrich\x20your\x20model.','nlmax','hSeSv','okwmn','GJpIz','find','filter','Jqqqt','XIOnc','thYuQ','\x20=\x20','aaDMY','onairos_username','👤\x20[TOGGLE]\x20Username\x20check\x20-\x20stored:\x20\x22','\x22,\x20state:\x20\x22','ewNnp','trim','jOGPY','UIESk','CxRAR','isChatPlatform','🤖\x20[LLM]\x20Opening\x20WebView\x20for\x20','\x20URL:','tdreq','SfIWQ','❌\x20[LLM]\x20No\x20URL\x20configured\x20for\x20platform:\x20','rNmTR','💼\x20[LINKEDIN]\x20Opening\x20WebView\x20for\x20LinkedIn\x20login...','uGoAx','kDilH','🌐\x20[LINKEDIN]\x20Opening\x20LinkedIn\x20URL:','LjjdH','Krguh','iCOuw','BPsZY','dPBBN','vibrate','nBCAN','RZveI','uzjFf','createElement','🌐\x20[TOGGLE]\x20Starting\x20OAuth\x20flow\x20for\x20','...','BUNYe','hdcbY','xpcCW','substring','CPyVs','✅\x20[TOGGLE]\x20Setting\x20WebView\x20state\x20-\x20showing\x20modal\x20for\x20','QhRIL','wVdBm','❌\x20[TOGGLE]\x20OAuth\x20failed\x20for\x20','\x20-\x20no\x20URL\x20returned','disconnected','stringify','✅\x20[STORAGE]\x20Removed\x20','BHEqU','removeItem','@onairos:llm_connected:','Error\x20toggling\x20platform\x20','PsjAO','BYwNY','wjpiD','hKrQA','oDJvV','bsoPx','KmBnt','auQPg','RGzDe','TutkE','Nsotj','QjTBx','esGqZ','uVTwO','PhKRZ','@onairos:model_refresh_frequency','✅\x20[REFRESH]\x20Model\x20refresh\x20frequency\x20set\x20to:\x20','JAKUd','vzbru','IjaQi','eUzfr','✅\x20[PLATFORMS]\x20Loaded\x20LLM\x20platform:\x20','Linking','openURL','VXkJv','ChSyE','gqiUn','zFQGA','wwdGa','xsNay','tKgmH','✅\x20[STORAGE]\x20Added\x20','IYoLB','zJXqK','bNCGg','JhMxQ','dLCLU','toISOString','✅\x20[LLM]\x20','vHOyQ','✅\x20[LINKEDIN]\x20Connection\x20stored\x20locally','KBvWr','jJKpd','rvYCt','WmVNH','VNquw','VtoJS','dRtTl','jXofm','rBXfh','hItrZ','LaVSE','olTPz','LCVrM','✅\x20[WEBVIEW]\x20Rendering\x20OAuthWebView\x20for\x20','fmzFZ','aqdgm','Ujimj','yNPYJ','MbAhh','yTemf','FqMXr','uEuTP','oCATm','pQVtw','FmZcp','TmvII','zLXuv','📊\x20[STATE]\x20WebView\x20state\x20changed\x20-\x20showOAuthWebView:\x20',',\x20oauthUrl:\x20','Xkicp','CKOhj','spyIu','PgXTI','CfZHJ','wnOGu','gQFaI','qVJlf','DIgJZ','min','max','size','\x20with\x20URL:\x20','container','scrollContent','backButton','backButtonText','title','xhCnF','subtitle','OtgIj','personaContainer','largePersona','platformIconsOverlay','platformIconsScrollContent','VaSGB','platformIconsCentered','ZmPzr','platformIconButtonSelected','icon','platformIcon','youtubeIcon','pinterestIcon','claudeIcon','XQinY','grokIcon','nEDct','connectingDot','connectedDot','fdeew','pageIndicatorContainer','scrollBarTrack','View','scrollIndicator','interpolate','scrollIndicatorText','cardContainer','GQCiF','BDKcC','FrKsV','platformCard','recommendedBadge','recommendedBadgeText','customToggleTrack','kfgiF','descriptionContainer','platformCardDescription','refreshFrequencyTitle','BZYsC','refreshFrequencyDescription','How\x20often\x20should\x20your\x20model\x20be\x20refreshed\x20from\x20platforms?','refreshSegmentedControl','value','refreshSegmentTextSelected','refreshFrequencyHint','bottomButtonContainer','buttonWrapper','qRUZC','rdRsI','ILWmy','ztGIi','ydXXf','uHXFr','BZhMO','holdProgressBar','GjGrc','skipButton','skipButtonText','TpybW','create','surface','center','600','100%','IBM\x20Plex\x20Sans','grey800','left','400','absolute','row','transparent','#EFF6FF','#000','space-between','auto','#FFFFFF','#F9FAFB','#F5F5F7','#E0E0E4','700','#8E8E93','Inter','#1C1C1E','500','#E5E7EB','#8B5CF6','relative','grey600','hidden','grey500','bold'];_0x5af1=function(){return _0x4981a3;};return _0x5af1();}import _0x3cdfa0 from'./PinCreationScreen';import _0x3529db from'./PersonaLoadingScreen';import{useConnections}from'../hooks/useConnections';import{getPlatformIcon}from'../services/connectedAccountsService';import{initiateOAuth,initiateNativeAuth,hasNativeSDK}from'../services/platformAuthService';function _0x5775(_0x5af153,_0x577566){_0x5af153=_0x5af153-0x0;const _0x347c2d=_0x5af1();let _0xc0a4f7=_0x347c2d[_0x5af153];return _0xc0a4f7;}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':_0x5775(0x0),'label':_0x5775(0x1),'description':_0x5775(0x2)},{'value':_0x5775(0x3),'label':_0x5775(0x4),'description':_0x5775(0x5)},{'value':_0x5775(0x6),'label':'Biweekly','description':_0x5775(0x7)}];const PlatformConnectorsStep=({onUpdate:_0x982aa,onSkip:_0x31582a,loading:loading=![],onPinComplete:_0x2eba04,onReviewerBypass:_0x1c5fd5,onLogout:_0x50d16f,allowedPlatforms:_0x33b0ec,recommendedPlatforms:_0x3115f4,initialConnectedPlatforms:_0x5efac0,onRefreshFrequencyChange:_0x580f87,initialRefreshFrequency:initialRefreshFrequency='weekly'})=>{const _0x595b11={'kxPTP':_0x5775(0x8),'optPs':function(_0x27c379,_0x777645){return _0x27c379===_0x777645;},'hweEK':function(_0x2bfcac,_0x5ddc36){return _0x2bfcac(_0x5ddc36);},'NmqZw':function(_0x191afc,_0x2052ad){return _0x191afc(_0x2052ad);},'UBGFY':function(_0x58a5b1,_0x121667){return _0x58a5b1===_0x121667;},'wrIgu':_0x5775(0x9),'VlCeD':'fRPSf','deKXE':'GTbVY','GfneS':_0x5775(0xa),'bJOqa':function(_0x4c5af8,_0xd370f9){return _0x4c5af8!==_0xd370f9;},'lmpbp':_0x5775(0xb),'nlmax':'claude','mFiza':'gemini','DmpDA':_0x5775(0xc),'OeDnO':'@onairos:linkedin_connected','CYLAF':'linkedin','ypGVN':function(_0x450bcc,_0x16cca0){return _0x450bcc===_0x16cca0;},'xlLZT':_0x5775(0xd),'ymQOn':_0x5775(0xe),'rsUHV':function(_0x497734,_0xb8c062){return _0x497734>_0xb8c062;},'dNfTf':function(_0x14b6fa,_0xb4e29c){return _0x14b6fa===_0xb4e29c;},'bmFEE':'AliXl','xiScW':_0x5775(0xf),'huWme':_0x5775(0x10),'qRUZC':function(_0x18d812){return _0x18d812();},'yBJzM':function(_0x21756a,_0x218b54){return _0x21756a(_0x218b54);},'AvWDX':_0x5775(0x11),'HBOlW':'onairos_username','MXGxk':_0x5775(0x12),'cPbdP':function(_0x1acad2,_0x3f8f4b){return _0x1acad2===_0x3f8f4b;},'hKQvN':_0x5775(0x13),'vGVsP':function(_0x480647,_0x1317f4){return _0x480647===_0x1317f4;},'ffNuv':_0x5775(0x14),'srQkr':function(_0x13a56d){return _0x13a56d();},'OjdqV':function(_0x5ed15b,_0x5cdbf5){return _0x5ed15b-_0x5cdbf5;},'vbOLB':function(_0x298624,_0x5f0366){return _0x298624/_0x5f0366;},'Jqqqt':_0x5775(0x15),'ewNnp':function(_0x10e6f1,_0x442df0){return _0x10e6f1===_0x442df0;},'CxRAR':function(_0x58e043,_0x66718c){return _0x58e043===_0x66718c;},'tdreq':function(_0x1456f7,_0x149859){return _0x1456f7(_0x149859);},'thYuQ':function(_0x11c434,_0x2a4456){return _0x11c434(_0x2a4456);},'aaDMY':_0x5775(0x16),'oCATm':function(_0x9adf24,_0x471bec){return _0x9adf24||_0x471bec;},'jOGPY':_0x5775(0x17),'UIESk':function(_0x48bc57,_0x3a8bbb){return _0x48bc57===_0x3a8bbb;},'ThEGQ':function(_0xef13ff,_0x65b0b6){return _0xef13ff(_0x65b0b6);},'EQDlc':_0x5775(0x18),'rNmTR':function(_0xb20756,_0x57f3d8){return _0xb20756(_0x57f3d8);},'uGoAx':function(_0x3c8715,_0x342d40){return _0x3c8715(_0x342d40);},'kDilH':_0x5775(0x19),'GlGZw':function(_0x4ff9e5,_0x175878){return _0x4ff9e5===_0x175878;},'LjjdH':_0x5775(0x1a),'SUwEV':function(_0x63c982,_0x5d2ef2,_0x4271db){return _0x63c982(_0x5d2ef2,_0x4271db);},'Krguh':function(_0x2a0674,_0x12fb86){return _0x2a0674!==_0x12fb86;},'iCOuw':_0x5775(0x1b),'BPsZY':'USqvU','FKAnl':function(_0x54fc5b,_0x4eb29c){return _0x54fc5b(_0x4eb29c);},'fPdQd':function(_0x2b6b80,_0x4b2016){return _0x2b6b80(_0x4b2016);},'dPBBN':function(_0x1d19ed,_0x222136){return _0x1d19ed(_0x222136);},'nBCAN':function(_0x49d793,_0x127ca2){return _0x49d793(_0x127ca2);},'uzjFf':_0x5775(0x1c),'esGqZ':function(_0x125f20,_0x97f01c){return _0x125f20(_0x97f01c);},'BUNYe':function(_0xd69e11,_0xe05791){return _0xd69e11(_0xe05791);},'hdcbY':function(_0x54599b,_0x2d5b95,_0xc74989){return _0x54599b(_0x2d5b95,_0xc74989);},'xpcCW':function(_0x19366b,_0x4feb0d){return _0x19366b+_0x4feb0d;},'CPyVs':'NULL','QhRIL':function(_0x191f70,_0x1382e0){return _0x191f70!==_0x1382e0;},'OjUhU':function(_0x43ab9e,_0x248f4b){return _0x43ab9e(_0x248f4b);},'BHEqU':_0x5775(0x1d),'XQinY':function(_0x4b23f5,_0x2e78f1){return _0x4b23f5===_0x2e78f1;},'GAdVI':function(_0x51f135,_0x78dcd4){return _0x51f135(_0x78dcd4);},'ClaFp':function(_0x1e152a,_0x5c0689){return _0x1e152a!==_0x5c0689;},'BYwNY':_0x5775(0x1e),'wjpiD':function(_0x227adc,_0x1cc5bc){return _0x227adc(_0x1cc5bc);},'hKrQA':function(_0xb5ca1e){return _0xb5ca1e();},'oDJvV':function(_0x44b11f,_0x130481){return _0x44b11f(_0x130481);},'wKQkV':function(_0x1a8003,_0x4269c9){return _0x1a8003(_0x4269c9);},'bsoPx':function(_0x48de89,_0x100ab7){return _0x48de89!==_0x100ab7;},'KmBnt':_0x5775(0x1f),'auQPg':_0x5775(0x20),'RGzDe':function(_0x365941,_0x4676ea){return _0x365941!==_0x4676ea;},'hrIzW':_0x5775(0x21),'TutkE':'FASzN','QjTBx':_0x5775(0x22),'uVTwO':function(_0x5f2392,_0x2c9604){return _0x5f2392(_0x2c9604);},'PhKRZ':function(_0x580aee,_0x1bf015){return _0x580aee(_0x1bf015);},'wnOGu':function(_0x761997,_0x4678f2){return _0x761997(_0x4678f2);},'JAKUd':_0x5775(0x23),'IjaQi':'❌\x20[REFRESH]\x20Error\x20saving\x20refresh\x20frequency:','SXXNp':_0x5775(0x24),'eUzfr':_0x5775(0x25),'VXkJv':_0x5775(0x26),'ChSyE':function(_0x1e9c1f,_0x1e9741){return _0x1e9c1f(_0x1e9741);},'gqiUn':function(_0xd186c1,_0x493d41){return _0xd186c1(_0x493d41);},'wwdGa':function(_0x5121e0,_0x20dd49){return _0x5121e0(_0x20dd49);},'PSpQA':_0x5775(0x27),'zFQGA':'djDaI','xsNay':_0x5775(0x28),'tKgmH':_0x5775(0x29),'ncvZw':function(_0xeb8898,_0x59cf26){return _0xeb8898(_0x59cf26);},'IYoLB':_0x5775(0x2a),'zJXqK':_0x5775(0x2b),'bNCGg':function(_0x2f4dd8,_0x22c641){return _0x2f4dd8(_0x22c641);},'JhMxQ':_0x5775(0x2c),'vHOyQ':function(_0x15bf67,_0x476e8c){return _0x15bf67===_0x476e8c;},'KBvWr':function(_0x555acb,_0x327f7f){return _0x555acb(_0x327f7f);},'iIiVd':function(_0x2d091e,_0x8ae300){return _0x2d091e(_0x8ae300);},'jJKpd':function(_0x5d07aa,_0x13175f){return _0x5d07aa(_0x13175f);},'dRtTl':function(_0x1a388a,_0x2b97dc){return _0x1a388a(_0x2b97dc);},'FvfuH':function(_0x1e3ac2,_0x3fdded){return _0x1e3ac2(_0x3fdded);},'rvYCt':function(_0x1fb82c,_0x547cfd){return _0x1fb82c===_0x547cfd;},'oulrQ':'UDrDe','WmVNH':function(_0x5d45a2,_0x379c34){return _0x5d45a2===_0x379c34;},'VNquw':'fTigQ','VtoJS':_0x5775(0x2d),'jXofm':function(_0x1be45a,_0x551f38){return _0x1be45a&&_0x551f38;},'ZAxdj':function(_0x9277bd,_0x5db3b3){return _0x9277bd===_0x5db3b3;},'uEuTP':'✅\x20[PLATFORMS]\x20Loaded\x20from\x20platform_account_details:','fmzFZ':function(_0x26c9f8,_0x7bc09b){return _0x26c9f8!==_0x7bc09b;},'yNPYJ':function(_0x5be6db,_0x27fbe2){return _0x5be6db(_0x27fbe2);},'rdRsI':function(_0x2b8250,_0x136138){return _0x2b8250===_0x136138;},'IqKQT':'cqyUd','MbAhh':_0x5775(0x2e),'pQVtw':function(_0x4165ef,_0x3b23c5){return _0x4165ef+_0x3b23c5;},'efVSY':_0x5775(0x2f),'FmZcp':_0x5775(0x30),'TmvII':function(_0x539c25,_0x111cfb){return _0x539c25(_0x111cfb);},'CSUVu':function(_0x32c9bc,_0x592d02,_0x5bd709){return _0x32c9bc(_0x592d02,_0x5bd709);},'CfZHJ':function(_0x4d000c,_0x435886){return _0x4d000c(_0x435886);},'qVJlf':function(_0x47b190,_0x5d4eb2){return _0x47b190||_0x5d4eb2;},'DIgJZ':function(_0x3f180f,_0x2ce52a){return _0x3f180f+_0x2ce52a;},'WMmwe':_0x5775(0x31),'ZmPzr':'STAdf','dNWuK':_0x5775(0x32),'Orgze':_0x5775(0x33),'ScITK':function(_0x124791,_0x3c34f8){return _0x124791===_0x3c34f8;},'xtEnR':_0x5775(0x34),'fSARk':_0x5775(0x35),'wUYQl':function(_0x566a83,_0x36efab){return _0x566a83===_0x36efab;},'nEDct':_0x5775(0x36),'GQCiF':function(_0x284ea1,_0x44a4f8){return _0x284ea1===_0x44a4f8;},'BDKcC':_0x5775(0x37),'FrKsV':function(_0x22ef3d,_0x1d22cf){return _0x22ef3d===_0x1d22cf;},'UinGO':_0x5775(0x38),'HWlHm':_0x5775(0x39),'kfgiF':_0x5775(0x3a),'ILWmy':_0x5775(0x3b),'ztGIi':_0x5775(0x3c),'ydXXf':function(_0x2570a2,_0x5b313c){return _0x2570a2>_0x5b313c;},'pnTZO':function(_0x1a2322,_0x49d0f3){return _0x1a2322===_0x49d0f3;},'uHXFr':_0x5775(0x3d),'hiHnM':function(_0xaed1ac,_0x384846){return _0xaed1ac(_0x384846);},'uBgFM':function(_0x428345,_0x17d8e8){return _0x428345(_0x17d8e8);},'hCuBh':function(_0x29ed11,_0x36f57d){return _0x29ed11(_0x36f57d);},'ndpHg':function(_0x27d127,_0x47a1c4){return _0x27d127(_0x47a1c4);},'tGnOL':function(_0xb8b8ae,_0x4a6047){return _0xb8b8ae(_0x4a6047);},'RAlVo':function(_0x4cf99f,_0x30f807){return _0x4cf99f(_0x30f807);},'IWEES':function(_0x5e899d,_0x43df2e){return _0x5e899d(_0x43df2e);},'uEjxn':function(_0x4a4743,_0x15145f){return _0x4a4743(_0x15145f);},'CaeFa':function(_0x5c0e25,_0x16370b){return _0x5c0e25(_0x16370b);},'TWdGX':function(_0x1ec914,_0x2d4f8e){return _0x1ec914(_0x2d4f8e);},'GQxRg':function(_0x5d0528,_0x1eda73){return _0x5d0528(_0x1eda73);},'ZtGdl':function(_0x5490b2,_0x45fa5c){return _0x5490b2(_0x45fa5c);},'MixsC':function(_0x103384,_0x29d7c6){return _0x103384(_0x29d7c6);},'gxsTR':function(_0x29efec,_0x558f7b,_0x533ed1){return _0x29efec(_0x558f7b,_0x533ed1);},'Opnhm':'YouTube','iVrkn':_0x5775(0x3e),'ITpAO':_0x5775(0x3f),'xjeUs':_0x5775(0x40),'rvGAt':'Use\x20your\x20posts\x20and\x20comments\x20to\x20enrich\x20your\x20model.','ippBJ':'Pinterest','Nhnmb':function(_0x517b1c,_0x2e6e1c){return _0x517b1c(_0x2e6e1c);},'NvoWS':'Use\x20your\x20pins,\x20boards,\x20and\x20interests\x20to\x20enrich\x20your\x20model.','WzALX':'LinkedIn','KudeD':function(_0x5ca168,_0x35b935){return _0x5ca168(_0x35b935);},'vdfDL':_0x5775(0x41),'cSYTO':'ChatGPT','hSeSv':_0x5775(0x42),'Xoijx':'Gemini','wzhbr':function(_0x52a089,_0xad3b18){return _0x52a089(_0xad3b18);},'JKsIJ':_0x5775(0x43),'lqhRr':_0x5775(0x44),'okwmn':function(_0x4f2e71,_0x437f00){return _0x4f2e71(_0x437f00);},'GJpIz':_0x5775(0x45),'zDlRV':_0x5775(0x46),'xhCnF':_0x5775(0x47),'OtgIj':_0x5775(0x48),'VaSGB':function(_0x2b87ce,_0x230864){return _0x2b87ce<=_0x230864;},'XaNhr':'normal','BZYsC':_0x5775(0x49),'kdTcm':_0x5775(0x4a),'GjGrc':'100%','TpybW':_0x5775(0x4b)};var _0x4b13e4;const [_0xb43c1a,_0x335b6a]=_0x595b11[_0x5775(0x4c)](useState,()=>new Set(_0x5efac0||[])),[_0x18b7a5,_0x1f9a98]=_0x595b11['esGqZ'](useState,![]),[_0x20f8ef,_0x2b4dc7]=_0x595b11[_0x5775(0x4d)](useState,![]),[_0x4459eb,_0x1a0832]=_0x595b11['uBgFM'](useState,![]),[_0x4c6129,_0x3d4c01]=_0x595b11[_0x5775(0x4e)](useState,''),[_0x3b756f,_0x379071]=_0x595b11[_0x5775(0x4f)](useState,{}),[_0x45356d,_0x261a0b]=_0x595b11[_0x5775(0x50)](useState,![]),[_0x54e0a6,_0x8abe12]=useState(''),[_0x5b88b8,_0x33470a]=useState(''),[_0x6392e3,_0x16e76b]=_0x595b11['tGnOL'](useState,null),[_0x55cb41,_0x567362]=_0x595b11[_0x5775(0x51)](useState,0x0),_0x4e376a=_0x595b11[_0x5775(0x52)](useRef,new Animated[(_0x5775(0x53))](0x0))['current'],[_0x5c86a2,_0x130b0a]=_0x595b11[_0x5775(0x54)](useState,''),_0x4d8b00=_0x595b11[_0x5775(0x55)](useRef,null),[_0x2f572e,_0x4aa8ba]=_0x595b11[_0x5775(0x56)](useState,!![]),_0xb88382=_0x595b11[_0x5775(0x57)](useRef,new Animated[(_0x5775(0x53))](0x0))[_0x5775(0x58)],[_0x4f8841,_0x59e7ab]=_0x595b11[_0x5775(0x59)](useState,0x0),_0x11b725=_0x595b11['nBCAN'](useRef,0x0),[_0x130e13,_0x37d147]=useState(''),[_0x35e13e,_0x5c6c27]=_0x595b11[_0x5775(0x57)](useState,0x0),[_0x45d8d7,_0x2b46a2]=useState(_0x5775(0x5a)),[_0x401fa7,_0x34163f]=useState(![]),[_0xe99b18,_0x1aba00]=_0x595b11[_0x5775(0x5b)](useState,![]),[_0x1df4f7,_0x214e14]=_0x595b11[_0x5775(0x5c)](useState,null),[_0x19aa38,_0x133091]=useState(null),_0x23d78b=_0x595b11[_0x5775(0x5d)](useRef,null),[_0x36a791,_0x2d0d9c]=_0x595b11[_0x5775(0x5e)](useState,![]),[_0x59b727,_0x4d636b]=useState(''),[_0x170546,_0x401646]=_0x595b11['uBgFM'](useState,null),[_0x48318f,_0x59487f]=_0x595b11[_0x5775(0x5f)](useState,![]),[_0x1b24ba,_0x103946]=_0x595b11[_0x5775(0x57)](useState,![]),[_0x4d3f5b,_0x267e67]=useState(null),[_0x59cb9e,_0x801cb3]=_0x595b11[_0x5775(0x60)](useState,initialRefreshFrequency),{connectPlatform:_0x21cc05,disconnectPlatform:_0x512e60,isConnecting:_0x1e91dc}=useConnections(),_0x55a8fe=null;_0x595b11[_0x5775(0x61)](useEffect,()=>{const _0x57fb00={'ZfMGg':_0x595b11['kxPTP'],'wTzry':function(_0x5bff61,_0x1e1545){return _0x595b11[_0x5775(0x62)](_0x5bff61,_0x1e1545);},'ndMwl':_0x5775(0x63)};_0x5efac0&&_0x5efac0['length']>0x0&&_0x595b11['hweEK'](_0x335b6a,_0xfc558=>{const _0x2c8477={'aaTXA':_0x57fb00[_0x5775(0x64)],'Kbjlx':function(_0x20da06,_0x1ef89b){return _0x57fb00[_0x5775(0x65)](_0x20da06,_0x1ef89b);},'abGgx':_0x57fb00[_0x5775(0x66)],'KHTAY':_0x5775(0x67)},_0x53d97e=new Set(_0xfc558);let _0x38aa23=![];return _0x5efac0[_0x5775(0x68)](_0x3e7a93=>{const _0x295fe2={'PnGNI':function(_0x4ec794,_0x161dd8){return _0x4ec794(_0x161dd8);}};if(_0x2c8477[_0x5775(0x69)]===_0x5775(0x6a))return()=>{_0x1f927d&&_0x295fe2[_0x5775(0x6b)](_0xed34d1,_0x30b2b0);};else!_0x53d97e['has'](_0x3e7a93)&&(_0x2c8477[_0x5775(0x6c)](_0x2c8477[_0x5775(0x6d)],_0x2c8477[_0x5775(0x6e)])?!_0x86b418[_0x5775(0x6f)](_0x12de34)&&(_0x4300e6[_0x5775(0x70)](_0x32826e),_0x55a4d8=!![]):(_0x53d97e[_0x5775(0x70)](_0x3e7a93),_0x38aa23=!![]));}),_0x38aa23?_0x53d97e:_0xfc558;});},[_0x5efac0]),_0x595b11[_0x5775(0x61)](useEffect,()=>{const _0x38fd4a={'mIapp':function(_0x1c8c79,_0x50c141){return _0x595b11[_0x5775(0x71)](_0x1c8c79,_0x50c141);},'YFhXm':function(_0x2f9700,_0x195b80){return _0x595b11[_0x5775(0x72)](_0x2f9700,_0x195b80);},'yjYcO':function(_0x4017ed,_0xed43b){return _0x4017ed===_0xed43b;},'AKpEg':_0x595b11[_0x5775(0x73)]},_0x1e203b=async()=>{const _0xa95f2c={'TdqCG':function(_0x27937a,_0x558adb){return _0x595b11[_0x5775(0x74)](_0x27937a,_0x558adb);},'BohEJ':function(_0x2f3874,_0x2396dd,_0x2f2014){return _0x2f3874(_0x2396dd,_0x2f2014);},'MxFRo':function(_0x2e02df,_0x56b883){return _0x595b11['hweEK'](_0x2e02df,_0x56b883);},'AzVLp':function(_0x289241,_0x4cbc27){return _0x595b11[_0x5775(0x75)](_0x289241,_0x4cbc27);},'fXxFF':_0x5775(0x76),'xqpMy':_0x595b11[_0x5775(0x77)],'VPBwu':_0x5775(0x78)};if(_0x595b11[_0x5775(0x75)](_0x595b11[_0x5775(0x79)],_0x595b11[_0x5775(0x7a)])){const _0x31dcb5={'dYfFP':function(_0x5198ae,_0x75f68e){return _0xa95f2c[_0x5775(0x7b)](_0x5198ae,_0x75f68e);},'OUdNY':function(_0x28a5e4,_0x2c0d3f){return _0xa95f2c[_0x5775(0x7b)](_0x28a5e4,_0x2c0d3f);}},_0x501f56=_0xa95f2c[_0x5775(0x7c)](_0x2b9042,()=>{_0x31dcb5[_0x5775(0x7d)](_0x293997,_0x7b106a=>{const _0x149604=new _0x325376(_0x7b106a);return _0x149604[_0x5775(0x70)](_0x199b42),_0x149604;}),_0x31dcb5[_0x5775(0x7e)](_0x253f4d,_0x45d8eb[_0x5775(0x7f)]),_0x53def6[_0x5775(0x80)](_0x5775(0x81)+_0x31170d),_0x1aee4c(null);},0x12c);return()=>_0x2145c6(_0x501f56);}else try{console[_0x5775(0x80)](_0x5775(0x82));const _0x123a6=[],_0x12080c=await AsyncStorage['getItem'](_0x595b11[_0x5775(0x83)]);if(_0x12080c){const _0x1d46d5=JSON['parse'](_0x12080c);Array['isArray'](_0x1d46d5)&&(_0x123a6[_0x5775(0x84)](..._0x1d46d5),console[_0x5775(0x80)]('✅\x20[PLATFORMS]\x20Loaded\x20from\x20user_connected_platforms:',_0x1d46d5));}const _0x46a947=await AsyncStorage[_0x5775(0x85)](_0x5775(0x86));if(_0x46a947){const _0x399173=JSON[_0x5775(0x87)](_0x46a947);Array[_0x5775(0x88)](_0x399173)&&(_0x595b11[_0x5775(0x89)](_0x595b11[_0x5775(0x8a)],_0x5775(0x8b))?(_0x399173[_0x5775(0x68)](_0x3df267=>{const _0x465399={'OHfyN':function(_0x5100e1,_0xc3ffdd){return _0x5100e1(_0xc3ffdd);},'dwtWX':function(_0x1b13dc,_0x3d7c46){return _0x38fd4a['mIapp'](_0x1b13dc,_0x3d7c46);}};var _0x14045b;const _0x52bed4=_0x38fd4a[_0x5775(0x8c)](_0x14045b=_0x3df267[_0x5775(0x8d)],null)||_0x38fd4a[_0x5775(0x8e)](_0x14045b,void 0x0)?void 0x0:_0x14045b['toLowerCase']();_0x52bed4&&!_0x123a6['includes'](_0x52bed4)&&(_0x5775(0x8f)===_0x5775(0x90)?(_0x465399[_0x5775(0x91)](_0x3344a6,_0xeac5f=>({..._0xeac5f,[_0x257a50]:'error'})),_0x465399['dwtWX'](_0x23faea,_0x1e1157[_0x5775(0x92)])):_0x123a6[_0x5775(0x84)](_0x52bed4));}),console[_0x5775(0x80)]('✅\x20[PLATFORMS]\x20Loaded\x20from\x20platform_account_details:',_0x399173[_0x5775(0x93)](_0x44e39c=>_0x44e39c[_0x5775(0x8d)]))):(_0x4d52d9[_0x5775(0x70)](_0x4d9b63),_0x2367c9=!![]));}const _0x5a903f=[_0x5775(0x35),_0x595b11['nlmax'],_0x595b11[_0x5775(0x94)],_0x595b11[_0x5775(0x95)]];for(const _0x3b8f98 of _0x5a903f){const _0x575f75=await AsyncStorage[_0x5775(0x85)]('@onairos:llm_connected:'+_0x3b8f98);if(_0x575f75){const _0x47cd00=JSON[_0x5775(0x87)](_0x575f75);_0x47cd00[_0x5775(0x96)]&&!_0x123a6[_0x5775(0x97)](_0x3b8f98)&&(_0x123a6['push'](_0x3b8f98),console[_0x5775(0x80)]('✅\x20[PLATFORMS]\x20Loaded\x20LLM\x20platform:\x20'+_0x3b8f98));}}const _0x5049f4=await AsyncStorage[_0x5775(0x85)](_0x595b11['OeDnO']);if(_0x5049f4){const _0x29c2e=JSON[_0x5775(0x87)](_0x5049f4);_0x29c2e[_0x5775(0x96)]&&!_0x123a6[_0x5775(0x97)](_0x595b11[_0x5775(0x98)])&&(_0x595b11[_0x5775(0x99)](_0x5775(0x9a),_0x595b11[_0x5775(0x9b)])?(_0x472c10['push'](..._0x546a61),_0x7aebf[_0x5775(0x80)](_0x38fd4a[_0x5775(0x9c)],_0x1bfaf5)):(_0x123a6[_0x5775(0x84)](_0x595b11[_0x5775(0x98)]),console[_0x5775(0x80)](_0x595b11['ymQOn'])));}_0x595b11[_0x5775(0x9d)](_0x123a6[_0x5775(0x9e)],0x0)&&_0x335b6a(_0x387e97=>{const _0x1d8eea={'xoIdJ':function(_0x5f456c,_0x55b9eb){return _0xa95f2c['MxFRo'](_0x5f456c,_0x55b9eb);},'Uotps':function(_0x866e7b,_0x9a0f92){return _0xa95f2c['AzVLp'](_0x866e7b,_0x9a0f92);},'UTbKA':_0xa95f2c[_0x5775(0x9f)]},_0x45bb6b=new Set(_0x387e97);let _0x3f44df=![];return _0x123a6['forEach'](_0x5a9ba1=>{const _0x3c0730={'zdLWK':function(_0x312afd,_0x374869){return _0x1d8eea[_0x5775(0xa0)](_0x312afd,_0x374869);},'RiszX':function(_0x224f45){return _0x224f45();}};!_0x45bb6b[_0x5775(0x6f)](_0x5a9ba1)&&(_0x1d8eea[_0x5775(0xa1)](_0x1d8eea[_0x5775(0xa2)],_0x5775(0x76))?(_0x45bb6b['add'](_0x5a9ba1),_0x3f44df=!![]):(_0x3c0730['zdLWK'](_0x20daeb,_0x7b5d26[_0x5775(0xa3)]),_0x5c864e&&_0x3c0730[_0x5775(0xa4)](_0x29cc8f)));}),_0x3f44df&&console['log'](_0xa95f2c['xqpMy'],Array[_0x5775(0xa5)](_0x45bb6b)),_0x3f44df?_0x45bb6b:_0x387e97;});}catch(_0x448413){_0x595b11[_0x5775(0x72)](_0x595b11[_0x5775(0xa6)],'AliXl')?console[_0x5775(0x29)](_0x595b11[_0x5775(0xa7)],_0x448413):(_0x543ac1['forEach'](_0x310051=>{var _0x14db15;const _0x18aca4=(_0x14db15=_0x310051['platform'])===null||_0xa95f2c[_0x5775(0xa8)](_0x14db15,void 0x0)?void 0x0:_0x14db15[_0x5775(0xa9)]();_0x18aca4&&!_0x19d3aa[_0x5775(0x97)](_0x18aca4)&&_0x3545a0[_0x5775(0x84)](_0x18aca4);}),_0x33f482[_0x5775(0x80)](_0xa95f2c[_0x5775(0xaa)],_0x4a2563[_0x5775(0x93)](_0x282481=>_0x282481[_0x5775(0x8d)])));}};_0x595b11['qRUZC'](_0x1e203b);},[]),_0x595b11['CSUVu'](useEffect,()=>{const _0x343dcd={'cgXPS':function(_0x1e3e62,_0x154952){return _0x595b11[_0x5775(0x74)](_0x1e3e62,_0x154952);},'HYWqo':function(_0xe54a47,_0x5204e7){return _0x595b11[_0x5775(0xab)](_0xe54a47,_0x5204e7);},'WWoqL':function(_0x4e1d8e,_0x11b28d){return _0x4e1d8e(_0x11b28d);},'bpYSW':function(_0x901a9f,_0x1ad32d){return _0x595b11[_0x5775(0x89)](_0x901a9f,_0x1ad32d);},'arZRa':_0x595b11[_0x5775(0xac)],'ttIfh':_0x595b11[_0x5775(0xad)],'BEukx':function(_0x3461f2,_0x1b785f){return _0x3461f2&&_0x1b785f;},'BnmIG':_0x595b11[_0x5775(0xae)],'LYFYI':function(_0x3f321d,_0x3a9df2){return _0x595b11['cPbdP'](_0x3f321d,_0x3a9df2);},'vmYpI':_0x595b11[_0x5775(0xaf)],'yxlXL':function(_0xb9b1d5,_0x265e33){return _0x595b11[_0x5775(0xb0)](_0xb9b1d5,_0x265e33);},'yYqum':function(_0x239083,_0x807530){return _0x239083(_0x807530);},'abDBs':function(_0xf675f6,_0x5ba779){return _0xf675f6*_0x5ba779;},'BEalY':_0x595b11[_0x5775(0xb1)]},_0x162871=async()=>{const _0x44dbd8={'sqlcF':function(_0x5dd9e2,_0x3d23cc){return _0x343dcd[_0x5775(0xb2)](_0x5dd9e2,_0x3d23cc);},'NXLNI':function(_0x3714f0,_0x1018d1){return _0x343dcd[_0x5775(0xb3)](_0x3714f0,_0x1018d1);}};if(_0x343dcd[_0x5775(0xb4)](_0x5775(0xb5),_0x343dcd[_0x5775(0xb6)]))try{const _0x34d7e5=await AsyncStorage[_0x5775(0x85)](_0x343dcd['ttIfh']);if(_0x343dcd[_0x5775(0xb7)](_0x34d7e5,!_0x130e13)){if(_0x343dcd[_0x5775(0xb8)]!==_0x5775(0x12))_0x195280();else{_0x37d147(_0x34d7e5);return;}}if(_0x55a8fe&&!_0x130e13){if(_0x343dcd['LYFYI'](_0x343dcd[_0x5775(0xb9)],_0x343dcd[_0x5775(0xb9)])){var _0x153c40;const _0x5d14a8=(_0x343dcd[_0x5775(0xba)](_0x55a8fe,null)||_0x55a8fe===void 0x0||(_0x153c40=_0x55a8fe[_0x5775(0xbb)])===null||_0x153c40===void 0x0?void 0x0:_0x153c40[_0x5775(0xbc)]('@')[0x0])||(_0x343dcd[_0x5775(0xba)](_0x55a8fe,null)||_0x343dcd['LYFYI'](_0x55a8fe,void 0x0)?void 0x0:_0x55a8fe[_0x5775(0xbd)])||_0x5775(0xbe)+Math[_0x5775(0xbf)](Math['random']()*0x2710);_0x343dcd['yYqum'](_0x37d147,_0x5d14a8),await AsyncStorage[_0x5775(0xc0)](_0x343dcd['ttIfh'],_0x5d14a8);return;}else _0x5911c3&&(_0x44dbd8[_0x5775(0xc1)](_0x5d9ac4,_0x3414df),_0x44dbd8[_0x5775(0xc2)](_0xace523,null)),_0x4a2053[_0x5775(0xc3)](0x0),Animated[_0x5775(0xc4)](_0x168bf0,{'toValue':0x0,'duration':0xc8,'useNativeDriver':![]})['start']();}if(!_0x130e13){const _0x159ada=_0x5775(0xc5)+Math[_0x5775(0xbf)](_0x343dcd[_0x5775(0xc6)](Math[_0x5775(0xc7)](),0x2710));_0x37d147(_0x159ada),await AsyncStorage[_0x5775(0xc0)](_0x343dcd[_0x5775(0xc8)],_0x159ada);}}catch(_0x344498){console[_0x5775(0x29)](_0x343dcd[_0x5775(0xc9)],_0x344498);const _0x4be95a='user_'+Math[_0x5775(0xbf)](_0x343dcd[_0x5775(0xc6)](Math['random'](),0x2710));_0x343dcd['cgXPS'](_0x37d147,_0x4be95a);}else _0x5f5599&&_0x343dcd['cgXPS'](_0x132e74,_0x5d4e64);};_0x595b11[_0x5775(0xca)](_0x162871);},[_0x55a8fe,_0x130e13]),_0x595b11[_0x5775(0xcb)](useEffect,()=>{_0x2f572e&&Animated[_0x5775(0xcc)](Animated[_0x5775(0xcd)]([Animated[_0x5775(0xc4)](_0xb88382,{'toValue':0x1,'duration':0x3e8,'useNativeDriver':!![]}),Animated[_0x5775(0xc4)](_0xb88382,{'toValue':0x0,'duration':0x3e8,'useNativeDriver':!![]})]))[_0x5775(0xce)]();},[_0x2f572e]);const _0x425c84=_0x595b11[_0x5775(0xcf)](useCallback,_0x4f45a3=>{const _0x45f14d=_0x4f45a3[_0x5775(0xd0)][_0x5775(0xd1)]['x'],_0x367221=_0x4f45a3[_0x5775(0xd0)][_0x5775(0xd2)][_0x5775(0xd3)],_0x45c1ce=_0x4f45a3[_0x5775(0xd0)][_0x5775(0xd4)][_0x5775(0xd3)];_0x11b725[_0x5775(0x58)]=_0x45f14d;const _0x5a4e60=_0x595b11[_0x5775(0xd5)](_0x45c1ce,_0x367221),_0x42ff04=_0x5a4e60>0x0?_0x595b11[_0x5775(0xd6)](_0x45f14d,_0x5a4e60):0x0;_0x59e7ab(_0x42ff04),_0x45f14d>0xa&&_0x2f572e&&_0x595b11['NmqZw'](_0x4aa8ba,![]);},[_0x2f572e]),_0x588d05=[{'id':_0x595b11[_0x5775(0xd7)],'name':_0x595b11['Opnhm'],'icon':getPlatformIcon(_0x595b11[_0x5775(0xd7)]),'description':_0x595b11[_0x5775(0xd8)],'isChatPlatform':![]},{'id':_0x595b11['ITpAO'],'name':_0x595b11[_0x5775(0xd9)],'icon':_0x595b11[_0x5775(0x74)](getPlatformIcon,_0x5775(0x3f)),'description':_0x595b11[_0x5775(0xda)],'isChatPlatform':![]},{'id':_0x5775(0xdb),'name':_0x595b11[_0x5775(0xdc)],'icon':_0x595b11['Nhnmb'](getPlatformIcon,_0x5775(0xdb)),'description':_0x595b11[_0x5775(0xdd)],'isChatPlatform':![]},{'id':_0x5775(0xde),'name':_0x595b11[_0x5775(0xdf)],'icon':_0x595b11['KudeD'](getPlatformIcon,_0x5775(0xde)),'description':_0x595b11['vdfDL'],'isChatPlatform':![]},{'id':_0x5775(0x34),'name':_0x5775(0xe0),'icon':getPlatformIcon(_0x595b11[_0x5775(0xe1)]),'description':_0x5775(0xe2),'isChatPlatform':![]},{'id':_0x595b11[_0x5775(0xe3)],'name':_0x595b11[_0x5775(0xe4)],'icon':_0x595b11[_0x5775(0xe5)](getPlatformIcon,'chatgpt'),'description':_0x5775(0xe6),'isChatPlatform':!![]},{'id':_0x595b11[_0x5775(0xe7)],'name':_0x595b11[_0x5775(0xe8)],'icon':getPlatformIcon('claude'),'description':'Use\x20your\x20Claude\x20conversations\x20to\x20enrich\x20your\x20model.','isChatPlatform':!![]},{'id':_0x595b11[_0x5775(0x94)],'name':_0x595b11['Xoijx'],'icon':_0x595b11['wzhbr'](getPlatformIcon,_0x595b11[_0x5775(0x94)]),'description':_0x595b11['JKsIJ'],'isChatPlatform':!![]},{'id':_0x595b11[_0x5775(0x95)],'name':_0x595b11['lqhRr'],'icon':_0x595b11[_0x5775(0xe9)](getPlatformIcon,_0x5775(0xc)),'description':_0x595b11[_0x5775(0xea)],'isChatPlatform':!![]}],_0x2b38a5=_0x33b0ec?_0x33b0ec[_0x5775(0x93)](_0x2f76c8=>_0x588d05[_0x5775(0xeb)](_0x2b8a24=>_0x2b8a24['id']===_0x2f76c8))[_0x5775(0xec)](_0x2ab077=>_0x2ab077!==undefined):_0x588d05;useEffect(()=>{const _0x144f44={'XIOnc':function(_0x41fcc0,_0x426009){return _0x595b11[_0x5775(0x74)](_0x41fcc0,_0x426009);}};if(_0x595b11['Jqqqt']===_0x595b11[_0x5775(0xed)]){if(_0x595b11[_0x5775(0x9d)](_0x2b38a5[_0x5775(0x9e)],0x0)){const _0x5427c9=_0x2b38a5[0x0]['id'];(!_0x5c86a2||!_0x2b38a5[_0x5775(0xeb)](_0x52c328=>_0x52c328['id']===_0x5c86a2))&&_0x130b0a(_0x5427c9);}}else _0x144f44[_0x5775(0xee)](_0x541880,_0x2066a8);},[_0x33b0ec,_0x2b38a5[_0x5775(0x9e)]]);const _0x3de72a=async(_0x318253,_0x21ed22)=>{const _0x2e8b8c={'RZveI':function(_0x205866,_0x2d9be1){return _0x595b11[_0x5775(0xef)](_0x205866,_0x2d9be1);}};triggerHaptic(HapticType['BUTTON_PRESS']),console['log']('🔄\x20[TOGGLE]\x20Platform\x20toggle:\x20'+_0x318253+_0x5775(0xf0)+_0x21ed22);try{if(_0x21ed22){if(_0x595b11[_0x5775(0x89)](_0x595b11[_0x5775(0xf1)],_0x595b11[_0x5775(0xf1)]))_0x2fc630[_0x5775(0x80)]('✅\x20[PLATFORMS]\x20Updated\x20connectedPlatforms\x20state\x20with:',_0x541a1f['from'](_0x39bb08));else{const _0x193cd1=await AsyncStorage[_0x5775(0x85)](_0x5775(0xf2)),_0xb2ff42=_0x595b11['oCATm'](_0x193cd1,_0x130e13);console['log'](_0x5775(0xf3)+_0x193cd1+_0x5775(0xf4)+_0x130e13+'\x22,\x20valid:\x20\x22'+_0xb2ff42+'\x22');if(!_0xb2ff42||_0x595b11[_0x5775(0xf5)](_0xb2ff42[_0x5775(0xf6)](),'')){console[_0x5775(0x29)](_0x595b11[_0x5775(0xf7)]);return;}const _0x423609=_0x588d05['find'](_0x490988=>_0x490988['id']===_0x318253),_0x35883d=(_0x595b11[_0x5775(0xf8)](_0x423609,null)||_0x595b11[_0x5775(0xf9)](_0x423609,void 0x0)?void 0x0:_0x423609[_0x5775(0xfa)])||_0x595b11[_0x5775(0xef)](isLLMPlatform,_0x318253);if(_0x35883d){console[_0x5775(0x80)](_0x5775(0xfb)+_0x318253+'\x20login\x20and\x20export...'),_0x33470a(_0x318253),_0x595b11[_0x5775(0xab)](_0x379071,_0xd86db2=>({..._0xd86db2,[_0x318253]:_0x5775(0x37)}));const _0x391cf5=_0x595b11['tdreq'](getLLMPlatformUrl,_0x318253);if(_0x391cf5)console[_0x5775(0x80)]('🌐\x20[LLM]\x20Opening\x20'+_0x318253+_0x5775(0xfc),_0x391cf5),_0x595b11[_0x5775(0x59)](_0x8abe12,_0x391cf5),_0x595b11[_0x5775(0xfd)](_0x261a0b,!![]);else{if(_0x595b11[_0x5775(0x99)](_0x5775(0xfe),_0x595b11['EQDlc'])){var _0x406b00;const _0x3615b5=_0x595b11[_0x5775(0xf5)](_0x406b00=_0x2c6a7c[_0x5775(0x8d)],null)||_0x595b11[_0x5775(0xf9)](_0x406b00,void 0x0)?void 0x0:_0x406b00['toLowerCase']();_0x3615b5&&!_0x18d0fa[_0x5775(0x97)](_0x3615b5)&&_0x5ce6b8['push'](_0x3615b5);}else console[_0x5775(0x29)](_0x5775(0xff)+_0x318253),_0x595b11[_0x5775(0x74)](_0x379071,_0x240217=>({..._0x240217,[_0x318253]:_0x5775(0x29)})),_0x595b11[_0x5775(0x100)](triggerHaptic,HapticType[_0x5775(0x92)]);}return;}if(_0x595b11['rNmTR'](isLinkedInPlatform,_0x318253)){console['log'](_0x5775(0x101)),_0x595b11[_0x5775(0xab)](_0x33470a,_0x318253),_0x595b11[_0x5775(0x102)](_0x379071,_0x87cbb0=>({..._0x87cbb0,[_0x318253]:_0x5775(0x37)}));const _0x9983d9=_0x595b11[_0x5775(0x103)];console[_0x5775(0x80)](_0x5775(0x104),_0x9983d9),_0x595b11[_0x5775(0x71)](_0x8abe12,_0x9983d9),_0x261a0b(!![]);return;}if(hasNativeSDK(_0x318253)){if(_0x595b11['GlGZw'](_0x595b11[_0x5775(0x105)],_0x595b11['LjjdH'])){_0x595b11['tdreq'](_0x33470a,_0x318253),_0x595b11['NmqZw'](_0x379071,_0x3c09ed=>({..._0x3c09ed,[_0x318253]:_0x5775(0x37)}));const _0x296fea=await _0x595b11[_0x5775(0xcb)](initiateNativeAuth,_0x318253,_0xb2ff42);if(_0x296fea){if(_0x595b11[_0x5775(0x106)](_0x595b11[_0x5775(0x107)],_0x595b11[_0x5775(0x108)])){const _0x3de331=new Set(_0xb43c1a);_0x3de331['add'](_0x318253),_0x595b11[_0x5775(0x4d)](_0x335b6a,_0x3de331),_0x595b11['fPdQd'](_0x379071,_0x483772=>({..._0x483772,[_0x318253]:_0x5775(0x96)})),_0x595b11[_0x5775(0x109)](triggerHaptic,HapticType[_0x5775(0x7f)]);}else _0x595b11['tdreq'](_0x207865,_0x40370d[_0x5775(0x7f)]),_0x4595eb[_0x5775(0x10a)]([0x0,0x64,0x32,0x64]),_0x595b11['srQkr'](_0x49a6a3);}else _0x595b11[_0x5775(0x10b)](_0x379071,_0x13124b=>({..._0x13124b,[_0x318253]:_0x5775(0x29)})),_0x595b11['ThEGQ'](triggerHaptic,HapticType['ERROR']);}else _0x2e8b8c[_0x5775(0x10c)](_0x4943bb,_0x2621dc),_0x2e8b8c[_0x5775(0x10c)](_0x13a8e3,null);}else{if(_0x595b11['Krguh'](_0x595b11['uzjFf'],_0x595b11[_0x5775(0x10d)]))return React[_0x5775(0x10e)](_0x27affd,{'visible':_0x335d80,'onComplete':_0x5d4eeb});else{console[_0x5775(0x80)](_0x5775(0x10f)+_0x318253+_0x5775(0x110)),_0x595b11['esGqZ'](_0x33470a,_0x318253),_0x595b11[_0x5775(0x111)](_0x379071,_0x196acd=>({..._0x196acd,[_0x318253]:_0x5775(0x37)}));const _0x4bb25b=await _0x595b11[_0x5775(0x112)](initiateOAuth,_0x318253,_0xb2ff42);console[_0x5775(0x80)]('🔗\x20[TOGGLE]\x20OAuth\x20URL\x20result\x20for\x20'+_0x318253+':',_0x4bb25b?_0x595b11[_0x5775(0x113)](_0x4bb25b[_0x5775(0x114)](0x0,0x32),'...'):_0x595b11[_0x5775(0x115)]),_0x4bb25b?(console[_0x5775(0x80)](_0x5775(0x116)+_0x318253),_0x8abe12(_0x4bb25b),_0x595b11[_0x5775(0xab)](_0x261a0b,!![])):_0x595b11[_0x5775(0x117)](_0x5775(0x118),'wVdBm')?_0x569359[_0x5775(0x84)](_0x5eeae4):(console[_0x5775(0x29)](_0x5775(0x119)+_0x318253+_0x5775(0x11a)),_0x595b11[_0x5775(0x111)](_0x379071,_0xc972ed=>({..._0xc972ed,[_0x318253]:_0x5775(0x29)})),triggerHaptic(HapticType[_0x5775(0x92)]));}}}}else{await _0x512e60(_0x318253);const _0x567d45=new Set(_0xb43c1a);_0x567d45['delete'](_0x318253),_0x595b11[_0x5775(0x111)](_0x335b6a,_0x567d45),_0x595b11[_0x5775(0x5e)](_0x379071,_0x383b64=>({..._0x383b64,[_0x318253]:_0x5775(0x11b)})),_0x595b11[_0x5775(0x74)](triggerHaptic,HapticType[_0x5775(0xa3)]);try{const _0x3b3e9b=await AsyncStorage[_0x5775(0x85)](_0x595b11[_0x5775(0x83)]);if(_0x3b3e9b){const _0xcbae11=JSON['parse'](_0x3b3e9b),_0x2649bd=_0xcbae11[_0x5775(0xec)](_0x13639e=>_0x13639e[_0x5775(0xa9)]()!==_0x318253[_0x5775(0xa9)]());await AsyncStorage[_0x5775(0xc0)](_0x595b11['GfneS'],JSON[_0x5775(0x11c)](_0x2649bd)),console['log'](_0x5775(0x11d)+_0x318253+'\x20from\x20user_connected_platforms:',_0x2649bd);}}catch(_0x4a7ccd){console[_0x5775(0x29)](_0x595b11[_0x5775(0x11e)],_0x4a7ccd);}await AsyncStorage[_0x5775(0x11f)](_0x5775(0x120)+_0x318253),_0x595b11['XQinY'](_0x318253['toLowerCase'](),_0x5775(0xde))&&await AsyncStorage['removeItem'](_0x595b11['OeDnO']);}}catch(_0x47a268){console[_0x5775(0x29)](_0x5775(0x121)+_0x318253+':',_0x47a268),_0x595b11[_0x5775(0x59)](_0x379071,_0x1c2f6d=>({..._0x1c2f6d,[_0x318253]:_0x5775(0x29)})),_0x595b11[_0x5775(0x4d)](triggerHaptic,HapticType['ERROR']);}},_0x5df8e5=async()=>{if(_0x595b11['ClaFp'](_0x5775(0x122),_0x595b11[_0x5775(0x123)])){_0x595b11[_0x5775(0x71)](triggerHaptic,HapticType[_0x5775(0xa3)]),_0x595b11[_0x5775(0x102)](_0x59487f,!![]);try{_0x595b11[_0x5775(0xab)](_0x2b4dc7,!![]);}finally{_0x595b11['thYuQ'](_0x59487f,![]);}}else _0x528eef[_0x5775(0x29)](_0x5775(0x121)+_0x1376e5+':',_0x953f0c),_0x595b11[_0x5775(0x10b)](_0xf55c74,_0x116623=>({..._0x116623,[_0x234d97]:_0x5775(0x29)})),_0x595b11[_0x5775(0x57)](_0x15086b,_0x35649d[_0x5775(0x92)]);},_0x22e2aa=()=>{_0x595b11[_0x5775(0x124)](triggerHaptic,HapticType[_0x5775(0xa3)]),_0x31582a&&_0x595b11[_0x5775(0x125)](_0x31582a);},_0x83f916=async()=>{const _0x3a7c0b={'Nsotj':function(_0x590f5f,_0x4e392b){return _0x590f5f(_0x4e392b);}};_0x595b11[_0x5775(0x126)](triggerHaptic,HapticType[_0x5775(0xa3)]),_0x595b11[_0x5775(0x51)](_0x103946,!![]),await new Promise(_0x51a0fe=>setTimeout(_0x51a0fe,0x32));try{if(_0x595b11[_0x5775(0x127)](_0x595b11[_0x5775(0x128)],_0x595b11[_0x5775(0x129)])){if(_0x2eba04)_0x595b11[_0x5775(0x12a)](_0x595b11['hrIzW'],_0x595b11[_0x5775(0x12b)])?await _0x595b11[_0x5775(0x71)](_0x2eba04,_0x4c6129):_0x3a7c0b[_0x5775(0x12c)](_0x596644,_0x2d019d=>{const _0x2a09d7=new _0x7f830b(_0x2d019d);let _0x37967d=![];return _0xb19431['forEach'](_0x1afebd=>{!_0x2a09d7['has'](_0x1afebd)&&(_0x2a09d7[_0x5775(0x70)](_0x1afebd),_0x37967d=!![]);}),_0x37967d?_0x2a09d7:_0x2d019d;});else{if(_0x595b11['bsoPx'](_0x595b11[_0x5775(0x12d)],_0x595b11['QjTBx'])){const _0x3276f2=new _0x4a6593(_0x522a0e);let _0x5efb8f=![];return _0x18837e[_0x5775(0x68)](_0x5ee0f4=>{!_0x3276f2[_0x5775(0x6f)](_0x5ee0f4)&&(_0x3276f2[_0x5775(0x70)](_0x5ee0f4),_0x5efb8f=!![]);}),_0x5efb8f?_0x3276f2:_0x3e13ec;}else await _0x595b11[_0x5775(0x74)](_0x982aa,Array[_0x5775(0xa5)](_0xb43c1a));}}else _0x595b11[_0x5775(0x12e)](_0x222983,![]);}finally{_0x595b11[_0x5775(0x12f)](_0x103946,![]);}},_0x491ce7=()=>{triggerHaptic(HapticType[_0x5775(0xa3)]),_0x595b11[_0x5775(0x130)](_0x1f9a98,![]);},_0x30bb72=async _0x3d61f2=>{const _0x525c79={'vzbru':_0x595b11[_0x5775(0x77)]};_0x595b11['wnOGu'](triggerHaptic,HapticType[_0x5775(0xa3)]),_0x801cb3(_0x3d61f2);try{await AsyncStorage[_0x5775(0xc0)](_0x5775(0x131),_0x3d61f2),console[_0x5775(0x80)](_0x5775(0x132)+_0x3d61f2);}catch(_0x1f622b){if(_0x595b11[_0x5775(0x89)](_0x595b11[_0x5775(0x133)],_0x5775(0x23))){const _0x28d0fd=new _0x2336b3(_0x1fedcf);let _0x1ac527=![];return _0x331328[_0x5775(0x68)](_0x261b3c=>{!_0x28d0fd[_0x5775(0x6f)](_0x261b3c)&&(_0x28d0fd[_0x5775(0x70)](_0x261b3c),_0x1ac527=!![]);}),_0x1ac527&&_0x301bca[_0x5775(0x80)](_0x525c79[_0x5775(0x134)],_0x5de0b1['from'](_0x28d0fd)),_0x1ac527?_0x28d0fd:_0x114686;}else console[_0x5775(0x29)](_0x595b11[_0x5775(0x135)],_0x1f622b);}_0x580f87&&(_0x595b11['SXXNp']===_0x595b11[_0x5775(0x136)]?(_0x1ad06e[_0x5775(0x84)](_0x33cc6e),_0x27408f['log'](_0x5775(0x137)+_0x2260f3)):_0x580f87(_0x3d61f2));},_0x456187=()=>{const Linking=__ONAIROS_REQ_FUNC__(0x0)[_0x5775(0x138)];Linking[_0x5775(0x139)](_0x595b11[_0x5775(0x13a)]);},_0x3402b6=async _0x45f192=>{_0x3d4c01(_0x45f192),_0x595b11[_0x5775(0x102)](setTemporaryPin,_0x45f192),_0x595b11[_0x5775(0x12e)](_0x2b4dc7,![]),_0x595b11[_0x5775(0x13b)](_0x1a0832,!![]);},_0x502790=()=>{_0x1a0832(![]),_0x595b11[_0x5775(0x13c)](_0x1f9a98,!![]);},_0x40ec93=async _0x41cfbf=>{const _0x3873b8={'CSEnA':'❌\x20[TOGGLE]\x20No\x20username\x20available\x20-\x20cannot\x20proceed\x20with\x20OAuth'};if(_0x595b11[_0x5775(0xb0)](_0x595b11['PSpQA'],_0x595b11[_0x5775(0x13d)])){const Linking=_0x595b11[_0x5775(0x13e)](_0x2151e7,0x0)[_0x5775(0x138)];Linking['openURL'](_0x595b11['VXkJv']);}else{if(_0x5b88b8){if(_0x595b11['vGVsP'](_0x41cfbf,_0x595b11[_0x5775(0x13f)])||_0x41cfbf!==_0x595b11[_0x5775(0x140)]){_0x595b11['ncvZw'](_0x267e67,_0x5b88b8),_0x379071(_0x5bda7e=>({..._0x5bda7e,[_0x5b88b8]:_0x5775(0x96)}));try{const _0x3e4b78=await AsyncStorage[_0x5775(0x85)](_0x5775(0xa)),_0x466404=_0x3e4b78?JSON['parse'](_0x3e4b78):[];!_0x466404[_0x5775(0x97)](_0x5b88b8[_0x5775(0xa9)]())&&(_0x466404[_0x5775(0x84)](_0x5b88b8['toLowerCase']()),await AsyncStorage[_0x5775(0xc0)](_0x595b11[_0x5775(0x83)],JSON[_0x5775(0x11c)](_0x466404)),console[_0x5775(0x80)](_0x5775(0x141)+_0x5b88b8+'\x20to\x20user_connected_platforms:',_0x466404));}catch(_0x41c57a){if(_0x595b11[_0x5775(0x62)]('iXbwB',_0x595b11[_0x5775(0x142)]))console['error'](_0x595b11[_0x5775(0x143)],_0x41c57a);else{const _0x1e67ac=_0x4694c9['parse'](_0x485d0d);_0x1e67ac['connected']&&!_0x378a86['includes'](_0x42e62f)&&(_0x1497ba['push'](_0x34c1e5),_0x2eae03['log']('✅\x20[PLATFORMS]\x20Loaded\x20LLM\x20platform:\x20'+_0x3a3250));}}if(_0x595b11[_0x5775(0x144)](isLLMPlatform,_0x5b88b8)){if(_0x595b11[_0x5775(0x72)](_0x595b11[_0x5775(0x145)],_0x5775(0x146))){_0x5c7e0e[_0x5775(0x29)](_0x3873b8['CSEnA']);return;}else await AsyncStorage['setItem']('@onairos:llm_connected:'+_0x5b88b8,JSON[_0x5775(0x11c)]({'connected':!![],'platform':_0x5b88b8,'connectedAt':new Date()[_0x5775(0x147)]()})),console['log'](_0x5775(0x148)+_0x5b88b8+'\x20connection\x20stored\x20locally');}_0x595b11[_0x5775(0x149)](_0x5b88b8[_0x5775(0xa9)](),_0x595b11[_0x5775(0x98)])&&(await AsyncStorage[_0x5775(0xc0)]('@onairos:linkedin_connected',JSON[_0x5775(0x11c)]({'connected':!![],'platform':_0x5775(0xde),'connectedAt':new Date()[_0x5775(0x147)]()})),console['log'](_0x5775(0x14a)));}else _0x595b11[_0x5775(0x10b)](_0x379071,_0x89ada1=>({..._0x89ada1,[_0x5b88b8]:'error'})),triggerHaptic(HapticType['ERROR']);}_0x595b11[_0x5775(0x14b)](_0x261a0b,![]),_0x595b11[_0x5775(0x5c)](_0x8abe12,''),_0x595b11[_0x5775(0x14c)](_0x33470a,'');}};useEffect(()=>{const _0x27dbba={'LCVrM':function(_0x3852da,_0x189ed0){return _0x595b11[_0x5775(0xef)](_0x3852da,_0x189ed0);},'LaVSE':function(_0x1fd178,_0x24b2f2){return _0x595b11[_0x5775(0x14d)](_0x1fd178,_0x24b2f2);},'olTPz':_0x595b11['oulrQ'],'XVDqG':function(_0x57392a,_0x299d7a){return _0x57392a(_0x299d7a);}};if(_0x595b11[_0x5775(0x14e)](_0x595b11[_0x5775(0x14f)],_0x595b11[_0x5775(0x150)]))_0x3f5d6d[_0x5775(0x29)]('❌\x20[LLM]\x20No\x20URL\x20configured\x20for\x20platform:\x20'+_0x5f30cc),_0x595b11[_0x5775(0x151)](_0x35ed5f,_0x151e2e=>({..._0x151e2e,[_0x478c8b]:_0x5775(0x29)})),_0x595b11['FvfuH'](_0x399b03,_0x486716[_0x5775(0x92)]);else{if(_0x595b11[_0x5775(0x152)](_0x4d3f5b,!_0x45356d)){if(_0x595b11['Krguh'](_0x5775(0x153),_0x5775(0x154))){const _0x2e3899=_0x595b11[_0x5775(0xcb)](setTimeout,()=>{_0x27dbba[_0x5775(0x155)](_0x27dbba['olTPz'],_0x27dbba[_0x5775(0x156)])?(_0x27dbba['XVDqG'](_0x335b6a,_0xf99216=>{const _0x4bb0c5=new Set(_0xf99216);return _0x4bb0c5['add'](_0x4d3f5b),_0x4bb0c5;}),triggerHaptic(HapticType['SUCCESS']),console[_0x5775(0x80)](_0x5775(0x81)+_0x4d3f5b),_0x27dbba[_0x5775(0x157)](_0x267e67,null)):(_0x46fbea[_0x5775(0x29)]('❌\x20[TOGGLE]\x20OAuth\x20failed\x20for\x20'+_0x1481a1+_0x5775(0x11a)),_0x27dbba['LCVrM'](_0x4bf282,_0x292906=>({..._0x292906,[_0x567d20]:_0x5775(0x29)})),_0x14a67f(_0xe025fa['ERROR']));},0x12c);return()=>clearTimeout(_0x2e3899);}else return _0x44fb36[_0x5775(0x80)](_0x5775(0x158)+_0x87c70+'\x20with\x20URL:\x20'+_0x550955[_0x5775(0x114)](0x0,0x3c)+'...'),React[_0x5775(0x10e)](_0x271c2c,{'url':_0x53b1ae,'platform':_0x347821,'onClose':_0x239b70,'onSuccess':_0x37b3e6,'onComplete':_0x2920c1,'username':_0x47f030});}}},[_0x4d3f5b,_0x45356d]);const _0xb0f16e=()=>{if(_0x595b11[_0x5775(0x159)](_0x5775(0x15a),_0x5775(0x15b))){_0x595b11[_0x5775(0x15c)](_0x261a0b,![]),_0x595b11[_0x5775(0xab)](_0x8abe12,'');if(_0x5b88b8){if(_0x595b11['rdRsI'](_0x595b11['IqKQT'],_0x595b11[_0x5775(0x15d)])){const _0x332d68={'yTemf':function(_0x70ae11,_0x5b3591){return _0x595b11['ZAxdj'](_0x70ae11,_0x5b3591);},'FqMXr':function(_0x6561ac,_0x4f9064){return _0x595b11[_0x5775(0x99)](_0x6561ac,_0x4f9064);}},_0x4b5285=_0x3233d6['parse'](_0x3bbd7a);_0x522ba3['isArray'](_0x4b5285)&&(_0x4b5285['forEach'](_0x194a7c=>{var _0x34f2fd;const _0x20d38d=_0x332d68[_0x5775(0x15e)](_0x34f2fd=_0x194a7c['platform'],null)||_0x332d68[_0x5775(0x15f)](_0x34f2fd,void 0x0)?void 0x0:_0x34f2fd[_0x5775(0xa9)]();_0x20d38d&&!_0x30b33a[_0x5775(0x97)](_0x20d38d)&&_0x2336cd[_0x5775(0x84)](_0x20d38d);}),_0x56ebcc[_0x5775(0x80)](_0x595b11[_0x5775(0x160)],_0x4b5285[_0x5775(0x93)](_0x21409a=>_0x21409a[_0x5775(0x8d)])));}else _0x379071(_0x1381ab=>({..._0x1381ab,[_0x5b88b8]:_0x5775(0x11b)}));}_0x33470a('');}else return React[_0x5775(0x10e)](_0x99e26c,{'visible':_0x34d9fb,'onComplete':_0x40a815,'onBack':_0x46b697});},_0x2e423c=()=>{_0x595b11[_0x5775(0x4d)](_0x2b4dc7,![]);},_0x568d1b=()=>{_0x1c5fd5&&_0x1c5fd5();},_0x4c5333=()=>{const _0x1949c7={'bgzvR':function(_0x4ee94c,_0x4671f6){return _0x595b11[_0x5775(0x161)](_0x4ee94c,_0x4671f6);},'Xkicp':function(_0x5ac074,_0x24a65e){return _0x595b11[_0x5775(0x162)](_0x5ac074,_0x24a65e);},'CKOhj':function(_0xc7ce98,_0x4777f9){return _0xc7ce98+_0x4777f9;},'spyIu':_0x595b11['efVSY'],'PgXTI':_0x595b11[_0x5775(0x115)],'VnuXi':_0x595b11[_0x5775(0x163)],'oGlqA':function(_0x1467b3,_0x50b086){return _0x595b11[_0x5775(0x164)](_0x1467b3,_0x50b086);},'zLXuv':function(_0x4e1b4d){return _0x595b11[_0x5775(0x125)](_0x4e1b4d);}};Animated['timing'](_0x4e376a,{'toValue':0x1,'duration':0xfa0,'useNativeDriver':![]})[_0x5775(0xce)]();const _0x5580d7=_0x595b11['CSUVu'](setTimeout,()=>{_0x1949c7['VnuXi']===_0x5775(0x30)?(_0x1949c7['oGlqA'](triggerHaptic,HapticType['SUCCESS']),Vibration['vibrate']([0x0,0x64,0x32,0x64]),_0x1949c7[_0x5775(0x165)](_0x568d1b)):_0x1949c7['bgzvR'](_0xfd26a2,_0x41e449)&&_0x4dbcd6[_0x5775(0x80)](_0x5775(0x166)+_0x4ef394+_0x5775(0x167)+(_0x3a595c?_0x1949c7[_0x5775(0x168)](_0x1949c7[_0x5775(0x169)](_0x1949c7[_0x5775(0x16a)],_0x30e678[_0x5775(0x114)](0x0,0x28)),_0x5775(0x31)):_0x1949c7[_0x5775(0x16b)]));},0xfa0);_0x595b11[_0x5775(0x16c)](_0x16e76b,_0x5580d7);},_0xea9cc1=()=>{_0x6392e3&&(_0x595b11[_0x5775(0x16d)](clearTimeout,_0x6392e3),_0x16e76b(null)),_0x4e376a[_0x5775(0xc3)](0x0),Animated['timing'](_0x4e376a,{'toValue':0x0,'duration':0xc8,'useNativeDriver':![]})[_0x5775(0xce)]();};_0x595b11[_0x5775(0xcb)](useEffect,()=>{const _0x3bb4d3={'gQFaI':function(_0x5109e5,_0x134cb6){return _0x5109e5(_0x134cb6);}};return()=>{_0x6392e3&&_0x3bb4d3[_0x5775(0x16e)](clearTimeout,_0x6392e3);};},[_0x6392e3]),_0x595b11[_0x5775(0xcb)](useEffect,()=>{_0x595b11[_0x5775(0x16f)](_0x45356d,_0x54e0a6)&&console[_0x5775(0x80)]('📊\x20[STATE]\x20WebView\x20state\x20changed\x20-\x20showOAuthWebView:\x20'+_0x45356d+_0x5775(0x167)+(_0x54e0a6?_0x595b11[_0x5775(0x170)](_0x595b11[_0x5775(0x162)](_0x595b11['efVSY'],_0x54e0a6[_0x5775(0x114)](0x0,0x28)),_0x595b11['WMmwe']):_0x595b11[_0x5775(0x115)]));},[_0x45356d,_0x54e0a6]);const _0x3022b9=Math[_0x5775(0x171)](0x5,Math[_0x5775(0x172)](0x1,_0xb43c1a[_0x5775(0x173)]+0x1)),_0x50c3ad=0x78,_0x4bd36f=0x46;if(_0x20f8ef){if(_0x595b11[_0x5775(0x89)](_0x595b11['zDlRV'],_0x5775(0x46))){const _0x82894f=_0x19cb13[_0x5775(0x87)](_0x215733);_0x547bda[_0x5775(0x88)](_0x82894f)&&(_0x1bf629[_0x5775(0x84)](..._0x82894f),_0x1c4b55[_0x5775(0x80)](_0x595b11[_0x5775(0x73)],_0x82894f));}else return React[_0x5775(0x10e)](_0x3cdfa0,{'visible':_0x20f8ef,'onComplete':_0x3402b6,'onBack':_0x2e423c});}if(_0x4459eb)return React['createElement'](_0x3529db,{'visible':_0x4459eb,'onComplete':_0x502790});if(_0x45356d&&_0x54e0a6)return console['log'](_0x5775(0x158)+_0x5b88b8+_0x5775(0x174)+_0x54e0a6[_0x5775(0x114)](0x0,0x3c)+_0x5775(0x110)),React[_0x5775(0x10e)](OAuthWebView,{'url':_0x54e0a6,'platform':_0x5b88b8,'onClose':_0xb0f16e,'onSuccess':_0x40ec93,'onComplete':_0xb0f16e,'username':_0x130e13});const _0x567eea=()=>{_0x595b11[_0x5775(0x4e)](triggerHaptic,HapticType[_0x5775(0xa3)]),_0x1f9a98(![]);};if(_0x18b7a5)return React[_0x5775(0x10e)](_0x15c595,{'visible':_0x18b7a5,'onAccept':_0x83f916,'onDecline':_0x491ce7,'connectedPlatforms':Array[_0x5775(0xa5)](_0xb43c1a),'onConnectMore':_0x567eea,'loading':_0x1b24ba});return React[_0x5775(0x10e)](View,{'style':styles[_0x5775(0x175)]},React[_0x5775(0x10e)](ScrollView,{'style':styles[_0x5775(0x176)],'showsVerticalScrollIndicator':![],'bounces':!![]},_0x50d16f&&React['createElement'](TouchableOpacity,{'style':styles[_0x5775(0x177)],'onPress':_0x50d16f,'activeOpacity':0.7},React[_0x5775(0x10e)](Text,{'style':styles[_0x5775(0x178)]},'‹')),React[_0x5775(0x10e)](View,{'style':styles['headingContainer']},React[_0x5775(0x10e)](Text,{'style':styles[_0x5775(0x179)]},_0x595b11[_0x5775(0x17a)]),React['createElement'](Text,{'style':styles[_0x5775(0x17b)]},_0x595b11[_0x5775(0x17c)])),React['createElement'](View,{'style':styles[_0x5775(0x17d)]},React[_0x5775(0x10e)](_0x17cc96,{'level':_0x3022b9,'style':styles[_0x5775(0x17e)]}),React[_0x5775(0x10e)](ScrollView,{'ref':_0x4d8b00,'horizontal':!![],'style':[styles[_0x5775(0x17f)],{'bottom':_0x50c3ad}],'contentContainerStyle':[styles[_0x5775(0x180)],_0x595b11[_0x5775(0x181)](_0x2b38a5[_0x5775(0x9e)],0x4)&&styles[_0x5775(0x182)]],'showsHorizontalScrollIndicator':![],'onScroll':_0x425c84,'scrollEventThrottle':0x10,'decelerationRate':_0x595b11['XaNhr'],'scrollEnabled':_0x2b38a5['length']>0x4},_0x2b38a5[_0x5775(0x93)](_0x36864a=>{const _0x2ca32e={'fdeew':_0x595b11['BHEqU']};if(_0x595b11[_0x5775(0x183)]!==_0x595b11['dNWuK']){const _0x3f7afd=_0x595b11[_0x5775(0x72)](_0x5c86a2,_0x36864a['id']),_0x43f211=_0xb43c1a[_0x5775(0x6f)](_0x36864a['id']),_0x3e2a6f=_0x3b756f[_0x36864a['id']]===_0x5775(0x37);return React[_0x5775(0x10e)](TouchableOpacity,{'key':_0x36864a['id'],'style':[styles['platformIconButton'],_0x3f7afd&&styles[_0x5775(0x184)]],'onPress':()=>{triggerHaptic(HapticType[_0x5775(0xa3)]),_0x595b11['BUNYe'](_0x130b0a,_0x36864a['id']);},'activeOpacity':0.7},React['createElement'](Image,{'source':_0x36864a[_0x5775(0x185)],'style':[styles[_0x5775(0x186)],_0x595b11['vHOyQ'](_0x36864a['id'],_0x595b11['Orgze'])&&styles[_0x5775(0x187)],_0x36864a['id']===_0x5775(0xdb)&&styles[_0x5775(0x188)],_0x595b11['ScITK'](_0x36864a['id'],_0x595b11['xtEnR'])&&styles['gmailIcon'],_0x36864a['id']===_0x595b11['fSARk']&&styles['chatgptIcon'],_0x595b11['wUYQl'](_0x36864a['id'],_0x595b11['nlmax'])&&styles[_0x5775(0x189)],_0x595b11[_0x5775(0x18a)](_0x36864a['id'],_0x595b11[_0x5775(0x95)])&&styles[_0x5775(0x18b)]],'resizeMode':_0x595b11[_0x5775(0x18c)]}),_0x3e2a6f&&React[_0x5775(0x10e)](View,{'style':styles[_0x5775(0x18d)]}),_0x43f211&&React[_0x5775(0x10e)](View,{'style':styles[_0x5775(0x18e)]}));}else _0x3a9a3b[_0x5775(0x29)](_0x2ca32e[_0x5775(0x18f)],_0x29a674);})),_0x595b11[_0x5775(0x9d)](_0x2b38a5[_0x5775(0x9e)],0x4)&&React['createElement'](View,{'style':[styles[_0x5775(0x190)],{'bottom':_0x4bd36f}]},React[_0x5775(0x10e)](View,{'style':styles[_0x5775(0x191)]},React[_0x5775(0x10e)](View,{'style':[styles['scrollBarThumb'],{'left':_0x4f8841*0x38}]}))),_0x2f572e&&_0x595b11[_0x5775(0x9d)](_0x2b38a5[_0x5775(0x9e)],0x4)&&React['createElement'](Animated[_0x5775(0x192)],{'style':[styles[_0x5775(0x193)],{'transform':[{'translateX':_0xb88382['interpolate']({'inputRange':[0x0,0x1],'outputRange':[0x0,0x8]})}],'opacity':_0xb88382[_0x5775(0x194)]({'inputRange':[0x0,0x1],'outputRange':[0.5,0x1]})}]},React['createElement'](Text,{'style':styles[_0x5775(0x195)]},'›'))),React[_0x5775(0x10e)](View,{'style':styles[_0x5775(0x196)]},_0x5c86a2&&((()=>{const _0x37a65b=_0x2b38a5[_0x5775(0xeb)](_0x609928=>_0x609928['id']===_0x5c86a2);if(!_0x37a65b)return null;const _0x522a95=_0xb43c1a['has'](_0x5c86a2),_0x4979b1=_0x595b11[_0x5775(0x197)](_0x3b756f[_0x5c86a2],_0x595b11[_0x5775(0x198)]),_0x21d027=_0x595b11[_0x5775(0x72)](_0x3115f4,null)||_0x595b11[_0x5775(0x199)](_0x3115f4,void 0x0)?void 0x0:_0x3115f4[_0x5775(0x97)](_0x5c86a2);return React[_0x5775(0x10e)](View,{'style':styles[_0x5775(0x19a)]},React[_0x5775(0x10e)](View,{'style':styles['cardHeader']},React[_0x5775(0x10e)](Text,{'style':styles['platformCardTitle']},_0x37a65b[_0x5775(0xbd)]),_0x21d027&&React[_0x5775(0x10e)](View,{'style':styles[_0x5775(0x19b)]},React['createElement'](Text,{'style':styles[_0x5775(0x19c)]},_0x595b11['UinGO'])),React[_0x5775(0x10e)](TouchableOpacity,{'activeOpacity':0.8,'onPress':()=>!_0x4979b1&&_0x3de72a(_0x5c86a2,!_0x522a95),'disabled':_0x4979b1,'style':[styles[_0x5775(0x19d)],{'backgroundColor':_0x522a95?_0x595b11['HWlHm']:_0x595b11[_0x5775(0x19e)]}]},React[_0x5775(0x10e)](View,{'style':[styles['customToggleThumb'],{'transform':[{'translateX':_0x522a95?0x14:0x0}]}]}))),React[_0x5775(0x10e)](View,{'style':styles[_0x5775(0x19f)]},React[_0x5775(0x10e)](Text,{'style':styles[_0x5775(0x1a0)]},_0x37a65b['description'])));})())),React['createElement'](View,{'style':styles['refreshFrequencySection']},React[_0x5775(0x10e)](Text,{'style':styles[_0x5775(0x1a1)]},_0x595b11[_0x5775(0x1a2)]),React[_0x5775(0x10e)](Text,{'style':styles[_0x5775(0x1a3)]},_0x5775(0x1a4)),React[_0x5775(0x10e)](View,{'style':styles[_0x5775(0x1a5)]},MODEL_REFRESH_OPTIONS[_0x5775(0x93)](_0x44ffa5=>React['createElement'](TouchableOpacity,{'key':_0x44ffa5[_0x5775(0x1a6)],'style':[styles['refreshSegment'],_0x59cb9e===_0x44ffa5[_0x5775(0x1a6)]&&styles['refreshSegmentSelected']],'onPress':()=>_0x30bb72(_0x44ffa5[_0x5775(0x1a6)]),'activeOpacity':0.7},React[_0x5775(0x10e)](Text,{'style':[styles['refreshSegmentText'],_0x59cb9e===_0x44ffa5[_0x5775(0x1a6)]&&styles[_0x5775(0x1a7)]]},_0x44ffa5['label'])))),React[_0x5775(0x10e)](Text,{'style':styles[_0x5775(0x1a8)]},((_0x4b13e4=MODEL_REFRESH_OPTIONS[_0x5775(0xeb)](_0x2b5926=>_0x2b5926[_0x5775(0x1a6)]===_0x59cb9e))===null||_0x595b11['ZAxdj'](_0x4b13e4,void 0x0)?void 0x0:_0x4b13e4['description'])||'')),React[_0x5775(0x10e)](View,{'style':styles[_0x5775(0x1a9)]},React[_0x5775(0x10e)](View,{'style':styles[_0x5775(0x1aa)]},React[_0x5775(0x10e)](_0x485592,{'label':_0x595b11['kdTcm'],'onPress':_0x5df8e5,'disabled':loading||_0x595b11[_0x5775(0xf5)](_0xb43c1a['size'],0x0)||_0x1e91dc||_0x48318f,'loading':loading||_0x1e91dc||_0x48318f}),React[_0x5775(0x10e)](TouchableOpacity,{'style':styles['buttonOverlay'],'activeOpacity':0x1,'onPressIn':_0x4c5333,'onPressOut':_0xea9cc1,'onPress':()=>{const _0xbbbdb6={'BZhMO':function(_0x4272c8,_0x1a05fc){return _0x595b11[_0x5775(0x9d)](_0x4272c8,_0x1a05fc);},'YQsEM':function(_0x279ba2){return _0x595b11[_0x5775(0x1ab)](_0x279ba2);}};_0x595b11[_0x5775(0x1ac)](_0x595b11[_0x5775(0x1ad)],_0x595b11[_0x5775(0x1ae)])?_0x26490f[_0x5775(0x29)]('❌\x20[PLATFORMS]\x20Error\x20loading\x20connected\x20platforms\x20from\x20storage:',_0x2b9ad5):_0x595b11[_0x5775(0x1af)](_0xb43c1a[_0x5775(0x173)],0x0)&&!loading&&!_0x1e91dc&&!_0x48318f&&(_0x595b11['pnTZO'](_0x595b11[_0x5775(0x1b0)],_0x595b11['uHXFr'])?_0x595b11[_0x5775(0x1ab)](_0x5df8e5):_0xbbbdb6[_0x5775(0x1b1)](_0x20bad8['size'],0x0)&&!_0x580bfa&&!_0x3bac61&&!_0x52e9ec&&_0xbbbdb6['YQsEM'](_0x381bbe));}},React[_0x5775(0x10e)](Animated[_0x5775(0x192)],{'style':[styles[_0x5775(0x1b2)],{'width':_0x4e376a[_0x5775(0x194)]({'inputRange':[0x0,0x1],'outputRange':['0%',_0x595b11[_0x5775(0x1b3)]]})}]}))),_0x31582a&&React[_0x5775(0x10e)](TouchableOpacity,{'style':styles[_0x5775(0x1b4)],'onPress':_0x22e2aa},React[_0x5775(0x10e)](Text,{'style':styles[_0x5775(0x1b5)]},_0x595b11[_0x5775(0x1b6)])))));},styles=StyleSheet[_0x5775(0x1b7)]({'container':{'flex':0x1,'backgroundColor':COLORS[_0x5775(0x1b8)],'paddingHorizontal':0x18},'backButton':{'width':0x20,'height':0x20,'borderRadius':0x10,'backgroundColor':'#F0F0F3','alignItems':_0x5775(0x1b9),'justifyContent':_0x5775(0x1b9),'marginBottom':0x2},'backButtonText':{'fontSize':0x16,'fontWeight':_0x5775(0x1ba),'color':'#1C1C1E','marginTop':-0x2},'scrollContent':{'flex':0x1},'headingContainer':{'width':_0x5775(0x1bb),'marginBottom':SPACING['sm'],'paddingTop':0x0,'marginTop':0x0},'title':{'fontFamily':_0x5775(0x1bc),'fontWeight':'700','fontSize':0x18,'lineHeight':0x20,'color':COLORS[_0x5775(0x1bd)],'textAlign':_0x5775(0x1be),'marginBottom':0x4},'subtitle':{'fontFamily':'Inter','fontWeight':_0x5775(0x1bf),'fontSize':0x10,'lineHeight':0x18,'color':COLORS['grey600'],'textAlign':'left'},'personaContainer':{'alignItems':_0x5775(0x1b9),'position':'relative','marginTop':-0x14,'marginBottom':-0x78,'height':0x1c2},'largePersona':{'width':0x1f4,'height':0x1f4},'platformIconsOverlay':{'position':_0x5775(0x1c0),'width':'100%','height':0x46,'zIndex':0xa},'platformIconsScrollContent':{'flexDirection':_0x5775(0x1c1),'alignItems':_0x5775(0x1b9),'paddingHorizontal':0x14,'gap':0x18},'platformIconsCentered':{'flexGrow':0x1,'justifyContent':_0x5775(0x1b9)},'platformIconButton':{'width':0x34,'height':0x34,'borderRadius':0x1a,'backgroundColor':'#FFFFFF','justifyContent':_0x5775(0x1b9),'alignItems':_0x5775(0x1b9),'borderWidth':0x3,'borderColor':_0x5775(0x1c2),'shadowColor':'#000','shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.15,'shadowRadius':0x4,'elevation':0x4},'platformIconButtonSelected':{'borderColor':'#3B82F6','backgroundColor':_0x5775(0x1c3)},'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':_0x5775(0x1c0),'top':0x2,'right':0x2,'width':0xc,'height':0xc,'borderRadius':0x6,'backgroundColor':'#FFA500','borderWidth':0x2,'borderColor':COLORS[_0x5775(0x1b8)]},'connectedDot':{'position':_0x5775(0x1c0),'top':0x2,'right':0x2,'width':0xc,'height':0xc,'borderRadius':0x6,'backgroundColor':_0x5775(0x39),'borderWidth':0x2,'borderColor':COLORS['surface']},'cardContainer':{'alignItems':'center','marginTop':0x10,'marginBottom':SPACING['md']},'platformCard':{'width':0x147,'backgroundColor':'#FFFFFF','borderRadius':0x10,'padding':0x8,'shadowColor':_0x5775(0x1c4),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.1,'shadowRadius':0x8,'elevation':0x3,'gap':0xa},'cardHeader':{'flexDirection':_0x5775(0x1c1),'alignItems':_0x5775(0x1b9),'justifyContent':_0x5775(0x1c5)},'platformCardTitle':{'fontSize':0x10,'fontWeight':_0x5775(0x1ba),'color':COLORS[_0x5775(0x1bd)],'fontFamily':_0x5775(0x1bc)},'recommendedBadge':{'backgroundColor':_0x5775(0x1c3),'paddingHorizontal':0xc,'paddingVertical':0x6,'borderRadius':0x10,'marginLeft':0x8},'recommendedBadgeText':{'fontSize':0xc,'fontWeight':_0x5775(0x1ba),'color':'#2563EB','fontFamily':_0x5775(0x1bc)},'customToggleTrack':{'width':0x32,'height':0x1e,'borderRadius':0xf,'padding':0x2,'marginLeft':_0x5775(0x1c6),'marginRight':0x8,'justifyContent':'center'},'customToggleThumb':{'width':0x1a,'height':0x1a,'borderRadius':0xd,'backgroundColor':_0x5775(0x1c7),'shadowColor':_0x5775(0x1c4),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.2,'shadowRadius':0x2,'elevation':0x2},'descriptionContainer':{'backgroundColor':_0x5775(0x1c8),'borderRadius':0x8,'padding':0x8},'platformCardDescription':{'fontSize':0xd,'lineHeight':0x12,'color':COLORS['grey600'],'fontFamily':'Inter'},'refreshFrequencySection':{'paddingHorizontal':0x10,'paddingVertical':0x14,'marginTop':0xc,'backgroundColor':_0x5775(0x1c9),'borderRadius':0x10,'marginHorizontal':SPACING['md'],'marginBottom':0x8,'borderWidth':0x1,'borderColor':_0x5775(0x1ca)},'refreshFrequencyTitle':{'fontSize':0x11,'fontWeight':_0x5775(0x1cb),'color':'#1C1C1E','fontFamily':_0x5775(0x1bc),'marginBottom':0x4},'refreshFrequencyDescription':{'fontSize':0xe,'color':_0x5775(0x1cc),'fontFamily':_0x5775(0x1cd),'fontWeight':_0x5775(0x1bf),'marginBottom':0x10},'refreshSegmentedControl':{'flexDirection':_0x5775(0x1c1),'backgroundColor':'#E8E8ED','borderRadius':0xc,'padding':0x3},'refreshSegment':{'flex':0x1,'paddingVertical':0xa,'alignItems':'center','justifyContent':_0x5775(0x1b9),'borderRadius':0xa},'refreshSegmentSelected':{'backgroundColor':_0x5775(0x1ce),'shadowColor':_0x5775(0x1c4),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.15,'shadowRadius':0x4,'elevation':0x3},'refreshSegmentText':{'fontSize':0xf,'fontFamily':_0x5775(0x1cd),'fontWeight':_0x5775(0x1cf),'color':_0x5775(0x1cc)},'refreshSegmentTextSelected':{'fontWeight':'700','color':_0x5775(0x1c7)},'refreshFrequencyHint':{'fontSize':0xd,'fontFamily':_0x5775(0x1cd),'fontWeight':_0x5775(0x1bf),'color':_0x5775(0x1cc),'textAlign':_0x5775(0x1b9),'marginTop':0xc},'privacyLinkContainer':{'marginTop':0x10,'paddingTop':0x10,'borderTopWidth':0x1,'borderTopColor':_0x5775(0x1d0),'alignItems':_0x5775(0x1b9)},'privacyLinkText':{'fontSize':0xe,'color':_0x5775(0x1d1),'fontFamily':'Inter','fontWeight':_0x5775(0x1cf)},'bottomButtonContainer':{'paddingTop':0x8,'paddingBottom':0x0,'paddingHorizontal':SPACING['md']},'buttonWrapper':{'position':_0x5775(0x1d2)},'buttonOverlay':{'position':'absolute','top':0x0,'left':0x0,'right':0x0,'bottom':0x0,'borderRadius':0xc,'overflow':'hidden'},'holdProgressBar':{'position':_0x5775(0x1c0),'bottom':0x0,'left':0x0,'height':0x4,'backgroundColor':'#10B981','borderRadius':0x2},'skipButton':{'alignItems':_0x5775(0x1b9),'paddingVertical':0xa,'marginBottom':0x22},'skipButtonText':{'fontSize':0x10,'fontFamily':_0x5775(0x1cd),'fontWeight':_0x5775(0x1cf),'color':COLORS[_0x5775(0x1d3)]},'pageIndicatorContainer':{'position':_0x5775(0x1c0),'alignSelf':_0x5775(0x1b9),'zIndex':0xb},'scrollBarTrack':{'width':0x50,'height':0x4,'backgroundColor':COLORS['grey300'],'borderRadius':0x2,'position':_0x5775(0x1d2),'overflow':_0x5775(0x1d4)},'scrollBarThumb':{'position':_0x5775(0x1c0),'width':0x18,'height':0x4,'backgroundColor':COLORS[_0x5775(0x1d3)],'borderRadius':0x2,'left':0x0},'scrollIndicator':{'position':_0x5775(0x1c0),'bottom':0x3c,'right':0x1e,'zIndex':0xc},'scrollIndicatorText':{'fontSize':0x20,'color':COLORS[_0x5775(0x1d5)],'fontWeight':_0x5775(0x1d6)}});export default PlatformConnectorsStep;
|
|
7
|
+
import React,{useState,useEffect,useRef,useCallback}from'react';import{View,Text,StyleSheet,ScrollView,Vibration,TouchableOpacity,Image,Animated}from'react-native';import{COLORS,SPACING}from'../theme';import{triggerHaptic,HapticType}from'../utils/haptics';import _0x65fd2d from'./PersonaImage';function _0x375f(_0x3c7d14,_0x375f74){_0x3c7d14=_0x3c7d14-0x0;const _0x2d46b0=_0x3c7d();let _0x21beb0=_0x2d46b0[_0x3c7d14];return _0x21beb0;}import _0xd6824 from'./PrimaryButton';import _0x1e000e from'./PersonalizationConsentScreen';import _0x308d74 from'./PinCreationScreen';import _0x463eec from'./PersonaLoadingScreen';import{useConnections}from'../hooks/useConnections';import{getPlatformIcon}from'../services/connectedAccountsService';import{initiateOAuth,initiateNativeAuth,hasNativeSDK}from'../services/platformAuthService';import{OAuthWebView}from'./onboarding/OAuthWebView';import{isLLMPlatform,getLLMPlatformUrl,isLinkedInPlatform}from'../utils/webviewScripts';import{setTemporaryPin}from'../services/pinStorageUtils';import AsyncStorage from'@react-native-async-storage/async-storage';function _0x3c7d(){const _0x43a5f2=['daily','Daily','Always\x20up-to-date\x20data.','weekly','Weekly','Balanced\x20freshness\x20and\x20efficiency.','biweekly','mUQcl','UpLEo','✅\x20[PLATFORMS]\x20Loaded\x20from\x20platform_account_details:','#9CA3AF','linkedin','❌\x20[STORAGE]\x20Error\x20removing\x20from\x20user_connected_platforms:','QasqE','🔄\x20[PLATFORMS]\x20Loading\x20connected\x20platforms\x20from\x20storage...','bHiRn','fHpiz','platform_account_details','claude','grok','@onairos:linkedin_connected','ZZwCg','XeHDC','OrMHj','onairos_username','OUpQk','LPnIN','❌\x20[REFRESH]\x20Error\x20saving\x20refresh\x20frequency:','Error\x20initializing\x20username:','dbZQe','XIXlz','vdyJQ','FRkob','uDaDY','cZSPZ','brYwQ','uJGsx','dgQMS','saMNG','iQnCG','AGlgg','rMsNF','https://privacy.onairos.io/','https://www.linkedin.com/login','XPQXd','IdhqT','❌\x20[STORAGE]\x20Error\x20saving\x20to\x20user_connected_platforms:','xfLhV','FHFqQ','mvRpo','iCBZp','szSAh','jEYjo','DkbsO','zvyqT','youtube','pinterest','gmail','contain','Highly\x20Recommended','Initializing...','Use\x20your\x20watch\x20history,\x20likes,\x20and\x20subscriptions\x20to\x20enrich\x20your\x20model.','reddit','Reddit','Pinterest','Gmail','Use\x20your\x20email\x20information\x20to\x20enrich\x20your\x20model.','chatgpt','Use\x20your\x20ChatGPT\x20conversations\x20and\x20memories\x20to\x20enrich\x20your\x20model.','Claude','Grok','Build\x20your\x20persona','Connect\x20platforms\x20to\x20build\x20your\x20private\x20persona','normal','Model\x20Refresh\x20Frequency','How\x20often\x20should\x20your\x20model\x20be\x20refreshed\x20from\x20platforms?','100%','Skip','SpnVY','apfAc','lnjen','TGUFZ','Value','oQAdd','current','DJmNo','rNfVL','NQSbw','zcsVy','KruCI','mnHUg','DCHyk','Raapq','length','idYtC','forEach','XwJPK','has','kagKm','add','rItGY','timing','start','fGZrY','vibrate','CjUDX','zNxPI','RRJPB','VvXZD','ekToX','#10B981','VcTYI','ElDhZ','CvEBJ','mxGgm','YxdmN','SVKoO','zbAvw','Ootlr','EPawe','qYdCJ','Koxop','gemini','GnaOX','QGVeX','pQpzM','TYtrM','ezkZD','UungE','✅\x20[PLATFORMS]\x20Loaded\x20LinkedIn\x20connection','KwhCQ','DDFWN','CtLQz','tvNan','XEvwb','pfLrf','bsOta','medNi','djvCb','find','tSRMD','log','IqFBC','getItem','user_connected_platforms','UTAgC','vRpvI','parse','isArray','wVOre','VxABi','BbuQZ','createElement','push','includes','tDkwK','uikHg','KgIIv','kZnUw','WnGZD','platform','eWNwh','toLowerCase','PFFoW','IcbAe','map','OicUH','cucTD','@onairos:llm_connected:','svzpc','PvNnY','connected','kzOZT','connecting','cardHeader','name','recommendedBadgeText','customToggleTrack','bzZNu','customToggleThumb','descriptionContainer','platformCardDescription','description','WgqWP','pJKpl','BUTTON_PRESS','HWfXB','yTKYS','zJMqO','TCKjx','jiBJK','XKsiQ','error','whoLL','ytUvO','RJKXF','eBSqS','from','HxxfN','eETcY','kOeYV','WyTAA','joKeg','ngCAM','YYDFk','split','aEeJd','user_','floor','random','setItem','mobile_user_','BdlsD','qZNiy','gOnOw','UDfCw','loop','lNvQU','xfMVU','rrNqO','GFeFr','JbEau','nativeEvent','layoutMeasurement','width','contentSize','xrjJh','VtRlE','YouTube','grFvM','xcHoi','RSIFe','dxiJh','ADxkI','tvcos','LinkedIn','MyeMP','xwFRP','WZRaL','LdZoo','ChatGPT','XSDDi','FYvbn','cGrJm','HYePW','Use\x20your\x20Claude\x20conversations\x20to\x20enrich\x20your\x20model.','cmDNk','Gemini','HsoYx','pkNeF','YbthI','Use\x20your\x20Grok\x20conversations\x20from\x20X\x20to\x20enrich\x20your\x20model.','filter','aORWP','gNMSy','ZdHcD','🔄\x20[TOGGLE]\x20Platform\x20toggle:\x20','\x20=\x20','CIQSB','👤\x20[TOGGLE]\x20Username\x20check\x20-\x20stored:\x20\x22','\x22,\x20state:\x20\x22','\x22,\x20valid:\x20\x22','trim','eIwAn','HgPDv','zFHvm','\x20-\x20no\x20URL\x20returned','uxtUy','ajjmC','FHOdJ','RdhOD','isChatPlatform','ronSd','gDyje','DXHzo','🤖\x20[LLM]\x20Opening\x20WebView\x20for\x20','dvFna','🌐\x20[LLM]\x20Opening\x20','NnnGs','❌\x20[LLM]\x20No\x20URL\x20configured\x20for\x20platform:\x20','✅\x20[PLATFORMS]\x20Loaded\x20from\x20user_connected_platforms:','KsjUy','💼\x20[LINKEDIN]\x20Opening\x20WebView\x20for\x20LinkedIn\x20login...','🌐\x20[LINKEDIN]\x20Opening\x20LinkedIn\x20URL:','OxGiq','iLKKK','SUCCESS','ERROR','🌐\x20[TOGGLE]\x20Starting\x20OAuth\x20flow\x20for\x20','...','sVfpc','substring','AnoeQ','nQdNI','AapSq','ChYlC','xVWuS','rhHZb','RvZqE','EjZqM','delete','disconnected','fabfy','QEgwE','✅\x20[STORAGE]\x20Removed\x20','\x20from\x20user_connected_platforms:','QzlWU','removeItem','pNIdK','lcvXL','✅\x20[PERSONA]\x20Applied\x20pending\x20connection:\x20','Error\x20toggling\x20platform\x20','JOdUe','AASTw','DwDQE','aQjTY','yGdHD','DtCtV','gDlNp','RMrED','hEFqt','NNeQH','VFpTx','contentOffset','sJJpG','vCOOH','LICyf','pzQxW','wBdCO','uuhtX','cnYSa','wjjcq','xPTwK','MjfOx','@onairos:model_refresh_frequency','VcHpT','Lytsb','setValue','GltKO','WyIjI','cLNqc','EjxwK','nOkOU','openURL','zdOEy','HvDfb','BrFFV','AbnNH','crSnU','size','GlHaE','jbcJf','FAmbB','YZjeD','fGUIL','xkBDt','MNwKL','fGOtP','EoMNc','uYDHQ','ZfcVv','ckpAc','hIOlq','FDFsC','GXqsf','fYeZM','rUoJJ','stringify','\x20to\x20user_connected_platforms:','uQgZG','oEdvL','zvkwp','WytvH','gGeAs','zPRhN','mNNVw','📊\x20[STATE]\x20WebView\x20state\x20changed\x20-\x20showOAuthWebView:\x20',',\x20oauthUrl:\x20','TNDEC','lNfne','dJhZq','toISOString','✅\x20[LLM]\x20','\x20connection\x20stored\x20locally','✅\x20[LINKEDIN]\x20Connection\x20stored\x20locally','hisvq','aHyPE','\x20login\x20and\x20export...','IISWl','ROsAR','\x20URL:','umppD','Phslq','lWhnQ','fOMBq','htIUq','GchMN','EGcAs','jSyZD','PwZEM','VvypZ','JXhXi','QJMKA','jefie','wAati','dAflV','XrMqa','tOBXG','obtAg','DPayg','qRQRy','VfkTu','LOBrC','nCugs','NBVLx','Ubtee','DUdRg','KTRgZ','fQsPp','eaycB','✅\x20[PLATFORMS]\x20Updated\x20connectedPlatforms\x20state\x20with:','lwMeM','oIaTQ','max','NVskN','UQZfe','✅\x20[WEBVIEW]\x20Rendering\x20OAuthWebView\x20for\x20','\x20with\x20URL:\x20','fQjAl','pRzsK','esPfI','container','scrollContent','backButton','backButtonText','headingContainer','title','EuYpM','subtitle','oVcys','personaContainer','largePersona','platformIconsOverlay','mSkNj','platformIconsCentered','cGWtQ','SwryD','xNACi','sequence','Xyhax','platformIconButton','platformIconButtonSelected','lBjMn','icon','platformIcon','youtubeIcon','pinterestIcon','wMUoM','chatgptIcon','claudeIcon','grokIcon','fSjHG','OeRHl','pageIndicatorContainer','scrollBarThumb','OPyVj','View','scrollIndicator','scrollIndicatorText','cardContainer','platformCard','recommendedBadge','CGADJ','refreshFrequencySection','refreshFrequencyTitle','pyuia','refreshFrequencyDescription','EMcPX','value','refreshSegment','refreshSegmentText','refreshSegmentTextSelected','label','refreshFrequencyHint','buttonOverlay','holdProgressBar','interpolate','skipButtonText','#F0F0F3','center','600','#1C1C1E','IBM\x20Plex\x20Sans','700','grey800','left','Inter','grey600','relative','#FFFFFF','transparent','#3B82F6','#EFF6FF','absolute','#FFA500','surface','#000','row','space-between','#2563EB','auto','#F9FAFB','#F5F5F7','#E0E0E4','#8E8E93','400','#E8E8ED','500','#E5E7EB','#8B5CF6','hidden','grey500','bold'];_0x3c7d=function(){return _0x43a5f2;};return _0x3c7d();}export const MODEL_REFRESH_OPTIONS=[{'value':_0x375f(0x0),'label':_0x375f(0x1),'description':_0x375f(0x2)},{'value':_0x375f(0x3),'label':_0x375f(0x4),'description':_0x375f(0x5)},{'value':_0x375f(0x6),'label':'Biweekly','description':'Less\x20frequent,\x20more\x20efficient.'}];const PlatformConnectorsStep=({onUpdate:_0x59bc37,onSkip:_0x4d45ae,loading:loading=![],onPinComplete:_0x4a13b3,onReviewerBypass:_0x44b475,onLogout:_0x327098,allowedPlatforms:_0x1eaec4,recommendedPlatforms:_0x1929e4,initialConnectedPlatforms:_0x4a51a0,onRefreshFrequencyChange:_0x6c3c1e,initialRefreshFrequency:initialRefreshFrequency=_0x375f(0x3)})=>{const _0x16e0e4={'DCHyk':function(_0x533e2c,_0x20bb3f){return _0x533e2c(_0x20bb3f);},'dQPPw':_0x375f(0x7),'Raapq':function(_0x390d4e,_0x5e609e){return _0x390d4e>_0x5e609e;},'idYtC':function(_0x1534c8,_0x6c313b){return _0x1534c8(_0x6c313b);},'zNxPI':function(_0x34347a,_0x2ddc5d){return _0x34347a!==_0x2ddc5d;},'RRJPB':function(_0x451d7f,_0x76fc2a){return _0x451d7f===_0x76fc2a;},'VvXZD':_0x375f(0x8),'ekToX':_0x375f(0x9),'ObzJo':_0x375f(0xa),'VcTYI':function(_0xf5556f,_0x4af5bf){return _0xf5556f>_0x4af5bf;},'ElDhZ':_0x375f(0xb),'QzlWU':_0x375f(0xc),'CvEBJ':function(_0x212c92,_0x16d31e){return _0x212c92===_0x16d31e;},'mxGgm':_0x375f(0xd),'YxdmN':_0x375f(0xe),'SVKoO':_0x375f(0xf),'zbAvw':_0x375f(0x10),'Ootlr':'cjgUe','EPawe':_0x375f(0x11),'wsUdw':'BZMDt','TbIQf':'ZRUeL','qYdCJ':'qguSf','Koxop':_0x375f(0x12),'GnaOX':_0x375f(0x13),'MNzmT':'JduEH','hCqeX':_0x375f(0x14),'QGVeX':_0x375f(0x15),'pQpzM':'❌\x20[PLATFORMS]\x20Error\x20loading\x20connected\x20platforms\x20from\x20storage:','kOeYV':function(_0x1208fa){return _0x1208fa();},'WyTAA':function(_0x2630f1,_0x37893d){return _0x2630f1===_0x37893d;},'ZGRZt':_0x375f(0x16),'lwfJQ':_0x375f(0x17),'joKeg':_0x375f(0x18),'VMbHm':function(_0x47ef59,_0x4b9413){return _0x47ef59&&_0x4b9413;},'KViiH':function(_0xaa4850,_0x140751){return _0xaa4850&&_0x140751;},'ngCAM':function(_0xe17920,_0x23494a){return _0xe17920===_0x23494a;},'YYDFk':function(_0x5cd0fe,_0x1c1525){return _0x5cd0fe===_0x1c1525;},'aEeJd':function(_0x181275,_0x490621){return _0x181275===_0x490621;},'BdlsD':function(_0x234c5a,_0x2dd853){return _0x234c5a*_0x2dd853;},'qZNiy':function(_0x1e4f5e,_0x141517){return _0x1e4f5e(_0x141517);},'rFErx':function(_0x3f7e7b,_0x1c1c90){return _0x3f7e7b*_0x1c1c90;},'UDfCw':function(_0x1fcb4d,_0x170bf9){return _0x1fcb4d(_0x170bf9);},'zhulz':_0x375f(0x19),'lJdvl':_0x375f(0x1a),'xfMVU':_0x375f(0x1b),'rrNqO':function(_0xc985f4,_0x9b8456){return _0xc985f4!==_0x9b8456;},'GFeFr':'Dukip','tBcWi':function(_0x18b82f,_0x205d09){return _0x18b82f-_0x205d09;},'xrjJh':function(_0x364155,_0x1a2d41){return _0x364155/_0x1a2d41;},'LFixo':'IAoGs','pNIdK':_0x375f(0x1c),'iLKKK':function(_0x111d18,_0x1ca6bd,_0x2a1067){return _0x111d18(_0x1ca6bd,_0x2a1067);},'apfAc':function(_0x576365,_0x42d810){return _0x576365(_0x42d810);},'ZdHcD':_0x375f(0x1d),'CIQSB':function(_0x4231e5,_0x247af8){return _0x4231e5||_0x247af8;},'eIwAn':function(_0x5ad8d4,_0x64a46e){return _0x5ad8d4!==_0x64a46e;},'zFHvm':'HgPDv','ajjmC':'❌\x20[TOGGLE]\x20No\x20username\x20available\x20-\x20cannot\x20proceed\x20with\x20OAuth','FHOdJ':function(_0x15e50c,_0x1163ad){return _0x15e50c===_0x1163ad;},'RdhOD':function(_0x119841,_0x500a0e){return _0x119841===_0x500a0e;},'SpnVY':function(_0x367c96,_0x3d4d55){return _0x367c96(_0x3d4d55);},'ronSd':function(_0x3656e7,_0x34b81d){return _0x3656e7!==_0x34b81d;},'DXHzo':'lhrou','dvFna':function(_0x45b967,_0x4f05fc){return _0x45b967(_0x4f05fc);},'NnnGs':function(_0x720b09,_0x5d1e7f){return _0x720b09(_0x5d1e7f);},'KsjUy':function(_0x231303,_0x70e57){return _0x231303(_0x70e57);},'sRWCZ':_0x375f(0x1e),'DvdIX':'DehFp','xVWuS':function(_0x233786,_0x55e5ce){return _0x233786(_0x55e5ce);},'OxGiq':_0x375f(0x1f),'jJdoc':_0x375f(0x20),'sVfpc':function(_0x1b7859,_0x2afc7d){return _0x1b7859(_0x2afc7d);},'AnoeQ':'...','nQdNI':'NULL','AapSq':function(_0x4346e0,_0x36e274){return _0x4346e0(_0x36e274);},'udUaa':function(_0x589487,_0x417b0e){return _0x589487(_0x417b0e);},'ChYlC':function(_0xbb09ce,_0x267f74){return _0xbb09ce(_0x267f74);},'rhHZb':function(_0x3b8f84,_0x107e32){return _0x3b8f84===_0x107e32;},'RvZqE':'EjZqM','rNfVL':function(_0x34f14a,_0x19bae1){return _0x34f14a(_0x19bae1);},'HqwRp':'fabfy','QEgwE':'user_connected_platforms','KHJqi':function(_0x4a16ce,_0x2df9cf){return _0x4a16ce===_0x2df9cf;},'FriAC':function(_0x2c12be,_0x1a4ce4){return _0x2c12be!==_0x1a4ce4;},'lcvXL':_0x375f(0x21),'nOkOU':function(_0x28f1bd,_0x5670fa){return _0x28f1bd(_0x5670fa);},'JOdUe':function(_0x15c176,_0x5b0ac4){return _0x15c176(_0x5b0ac4);},'AASTw':_0x375f(0x22),'hGKsC':_0x375f(0x23),'DwDQE':function(_0x362f4d,_0x1f0bcd){return _0x362f4d(_0x1f0bcd);},'yGdHD':function(_0x32706b,_0x456863){return _0x32706b-_0x456863;},'DtCtV':function(_0x11856c,_0x3d0534){return _0x11856c/_0x3d0534;},'gDlNp':function(_0x109683,_0x4d6fd0){return _0x109683(_0x4d6fd0);},'RMrED':function(_0xd9d5de,_0x26354a){return _0xd9d5de>_0x26354a;},'hEFqt':_0x375f(0x24),'NNeQH':function(_0x591fd9,_0x577a7f){return _0x591fd9(_0x577a7f);},'VFpTx':function(_0x181dfc){return _0x181dfc();},'WHGAG':_0x375f(0x25),'gYTie':function(_0x3fbf94,_0x3cc2d7){return _0x3fbf94!==_0x3cc2d7;},'wBdCO':function(_0xc20708,_0x32cd92){return _0xc20708(_0x32cd92);},'HFZop':function(_0x13a8bb,_0x50d7f0){return _0x13a8bb(_0x50d7f0);},'cnYSa':function(_0x1c56e7,_0x397811){return _0x1c56e7(_0x397811);},'XSDDi':function(_0x1bcfaa,_0x39a1ff){return _0x1bcfaa(_0x39a1ff);},'KruCI':function(_0x13b9de,_0x55efc2){return _0x13b9de(_0x55efc2);},'wjjcq':_0x375f(0x26),'xPTwK':'yplhk','qahKM':'GlfYa','VcHpT':_0x375f(0x27),'GltKO':_0x375f(0x28),'WyIjI':_0x375f(0x29),'zdOEy':_0x375f(0x2a),'aHyPE':function(_0x4ed427,_0x53b7e0){return _0x4ed427(_0x53b7e0);},'HvDfb':function(_0x427fce,_0x33b840){return _0x427fce(_0x33b840);},'AbnNH':'BrFFV','TGUFZ':function(_0x47a741,_0xd76d00){return _0x47a741(_0xd76d00);},'IISWl':function(_0x211040,_0x5e8259){return _0x211040(_0x5e8259);},'ROsAR':function(_0x352740,_0x17f186){return _0x352740(_0x17f186);},'FAmbB':function(_0x3b1baa,_0x27caac){return _0x3b1baa(_0x27caac);},'qRQRy':function(_0x45cb2e,_0x1a133e){return _0x45cb2e(_0x1a133e);},'umppD':function(_0x46f74d,_0x1e1f77){return _0x46f74d(_0x1e1f77);},'GlHaE':function(_0x1ce78c,_0x13c193){return _0x1ce78c(_0x13c193);},'jbcJf':_0x375f(0x2b),'YZjeD':function(_0x1a6bf0,_0x47c5b3){return _0x1a6bf0||_0x47c5b3;},'jiDCi':function(_0x1489a4,_0x3f51d8){return _0x1489a4+_0x3f51d8;},'fGUIL':'SET\x20(','xkBDt':'...)','jMcbD':function(_0x8dac6d,_0x4e3def){return _0x8dac6d(_0x4e3def);},'MNwKL':function(_0x2f398a,_0x4eb9dc){return _0x2f398a!==_0x4eb9dc;},'fGOtP':_0x375f(0x2c),'uYDHQ':function(_0x3bbb03,_0x1211c6){return _0x3bbb03===_0x1211c6;},'ZfcVv':'pgWTM','ckpAc':function(_0x33e150,_0xe0ed98){return _0x33e150!==_0xe0ed98;},'hIOlq':function(_0x7d217d,_0x5e6a17){return _0x7d217d===_0x5e6a17;},'FDFsC':_0x375f(0x2d),'GXqsf':'NMKrD','rUoJJ':function(_0x137ccd,_0x2c627b){return _0x137ccd(_0x2c627b);},'uQgZG':function(_0x1483b5,_0x21f3a2){return _0x1483b5===_0x21f3a2;},'zvkwp':'oEdvL','WytvH':_0x375f(0x2e),'DJmNo':function(_0x48787f,_0x22a3b7){return _0x48787f(_0x22a3b7);},'zPRhN':_0x375f(0x2f),'DexGB':_0x375f(0x30),'hisvq':function(_0x314f02,_0x83403e){return _0x314f02===_0x83403e;},'pGmlV':_0x375f(0x31),'Phslq':function(_0x230597,_0x4df241){return _0x230597(_0x4df241);},'fOMBq':function(_0x6b3b66,_0x421ae2){return _0x6b3b66&&_0x421ae2;},'EGcAs':function(_0x258c91,_0x331198){return _0x258c91(_0x331198);},'jSyZD':function(_0x6fba17,_0x41f372){return _0x6fba17(_0x41f372);},'HsoYx':function(_0x212d05,_0x1090c1){return _0x212d05(_0x1090c1);},'JXhXi':'VvypZ','VIDym':_0x375f(0x32),'QJMKA':function(_0x543978,_0x2d3ed4){return _0x543978!==_0x2d3ed4;},'jefie':'oYhYY','dAflV':function(_0x127555,_0xe246b3,_0x1e6d35){return _0x127555(_0xe246b3,_0x1e6d35);},'nVAwi':function(_0x99262f,_0x349f68){return _0x99262f(_0x349f68);},'LOBrC':_0x375f(0x33),'tOSLw':_0x375f(0x34),'nCugs':_0x375f(0x35),'NBVLx':'cinpP','lwMeM':function(_0x1f3960,_0x249747){return _0x1f3960||_0x249747;},'oIaTQ':function(_0x53418a,_0x2be8f3){return _0x53418a+_0x2be8f3;},'esPfI':function(_0x2fc8ce,_0x233a06){return _0x2fc8ce(_0x233a06);},'SwryD':function(_0x2e2d27,_0x4fc797){return _0x2e2d27!==_0x4fc797;},'xNACi':_0x375f(0x36),'Xyhax':function(_0x585c0c,_0x17918c){return _0x585c0c===_0x17918c;},'VtRlE':_0x375f(0x37),'tvcos':_0x375f(0x38),'WZRaL':_0x375f(0x39),'wMUoM':function(_0x3bccb9,_0x297234){return _0x3bccb9===_0x297234;},'GRWBD':function(_0x251cf3,_0x5d91ae){return _0x251cf3===_0x5d91ae;},'fSjHG':_0x375f(0x3a),'XDsdp':'connecting','CGADJ':_0x375f(0x3b),'hvICC':'DoLan','OeRHl':function(_0x38fd2c,_0x442db9){return _0x38fd2c>_0x442db9;},'lnjen':function(_0xd626c5,_0x3063bb){return _0xd626c5(_0x3063bb);},'DOybZ':function(_0x27e62c,_0x531ab5){return _0x27e62c(_0x531ab5);},'oQAdd':function(_0xdb3338,_0x210b2d){return _0xdb3338(_0x210b2d);},'NQSbw':_0x375f(0x3c),'zcsVy':function(_0x26ec0d,_0x50f9d8){return _0x26ec0d(_0x50f9d8);},'mnHUg':function(_0x37c576){return _0x37c576();},'psJbm':function(_0x2e4cbf,_0x2f0d0c,_0x54040e){return _0x2e4cbf(_0x2f0d0c,_0x54040e);},'gOnOw':function(_0xf8ad01,_0x123765,_0x222aaf){return _0xf8ad01(_0x123765,_0x222aaf);},'lNvQU':function(_0x1ca2d6,_0x27fc86,_0x550e5f){return _0x1ca2d6(_0x27fc86,_0x550e5f);},'grFvM':_0x375f(0x3d),'dxiJh':_0x375f(0x3e),'xcHoi':_0x375f(0x3f),'RSIFe':function(_0x1a6a3c,_0xee7bcf){return _0x1a6a3c(_0xee7bcf);},'ADxkI':_0x375f(0x40),'MyeMP':'Use\x20your\x20professional\x20network\x20and\x20career\x20interests\x20to\x20enrich\x20your\x20model.','xwFRP':_0x375f(0x41),'ewLdz':function(_0x849a3c,_0x494789){return _0x849a3c(_0x494789);},'LdZoo':_0x375f(0x42),'FYvbn':_0x375f(0x43),'cGrJm':_0x375f(0x44),'HYePW':_0x375f(0x45),'cmDNk':'gemini','pkNeF':'Use\x20your\x20Gemini\x20conversations\x20to\x20enrich\x20your\x20model.','YbthI':_0x375f(0x46),'UXllU':function(_0x3bd983,_0x49860a,_0x35bc25){return _0x3bd983(_0x49860a,_0x35bc25);},'VfkTu':function(_0x87ffe8,_0x2cbce2,_0x4b54aa){return _0x87ffe8(_0x2cbce2,_0x4b54aa);},'NVskN':function(_0xccc4cd,_0x39dead){return _0xccc4cd+_0x39dead;},'UQZfe':'qJBmm','fQjAl':function(_0x127b00,_0x2ca24c){return _0x127b00===_0x2ca24c;},'YsUkA':'HddBC','pRzsK':'dmALM','EuYpM':_0x375f(0x47),'oVcys':_0x375f(0x48),'mSkNj':function(_0x3745d1,_0x46851a){return _0x3745d1<=_0x46851a;},'CTlTW':_0x375f(0x49),'cGWtQ':function(_0x4cb4b2,_0x37d3de){return _0x4cb4b2>_0x37d3de;},'OPyVj':function(_0x416d43,_0x5a74d){return _0x416d43*_0x5a74d;},'pyuia':_0x375f(0x4a),'EMcPX':_0x375f(0x4b),'ZqcGB':_0x375f(0x4c),'LxZWE':_0x375f(0x4d)};var _0x49a876;const [_0x33742e,_0x3eeaea]=_0x16e0e4[_0x375f(0x4e)](useState,()=>new Set(_0x4a51a0||[])),[_0x10b8ef,_0x566fc0]=useState(![]),[_0x410ab5,_0x33e058]=_0x16e0e4[_0x375f(0x4f)](useState,![]),[_0x4d7820,_0x18fc9c]=useState(![]),[_0x44df6e,_0x43d46f]=_0x16e0e4[_0x375f(0x50)](useState,''),[_0x43190d,_0x5bc947]=_0x16e0e4['gDlNp'](useState,{}),[_0x155a28,_0x1aceaf]=useState(![]),[_0x13b322,_0x6d0bff]=_0x16e0e4[_0x375f(0x50)](useState,''),[_0x521b3f,_0x1e9d95]=useState(''),[_0x59c96b,_0x4f330b]=_0x16e0e4['KruCI'](useState,null),[_0x447c98,_0x29cc07]=_0x16e0e4['DOybZ'](useState,0x0),_0xa6241b=_0x16e0e4[_0x375f(0x51)](useRef,new Animated[(_0x375f(0x52))](0x0))['current'],[_0x613d6c,_0x4f5288]=useState(''),_0x32212c=useRef(null),[_0x31f718,_0x11734f]=useState(!![]),_0x56f943=_0x16e0e4[_0x375f(0x53)](useRef,new Animated['Value'](0x0))[_0x375f(0x54)],[_0xc29d8f,_0x5c8d42]=_0x16e0e4[_0x375f(0x4e)](useState,0x0),_0x551104=useRef(0x0),[_0x257f8c,_0x2a33e6]=_0x16e0e4[_0x375f(0x55)](useState,''),[_0x499f22,_0x8d6fe1]=_0x16e0e4[_0x375f(0x56)](useState,0x0),[_0x121334,_0x19e183]=useState(_0x16e0e4[_0x375f(0x57)]),[_0x1ade21,_0x16ad4b]=useState(![]),[_0x2bfb36,_0x193074]=useState(![]),[_0x59ae72,_0x28d6f0]=useState(null),[_0x48172a,_0xbe1a09]=_0x16e0e4[_0x375f(0x58)](useState,null),_0x4762e3=_0x16e0e4[_0x375f(0x59)](useRef,null),[_0x4c1f3b,_0x44035c]=useState(![]),[_0x462644,_0x35d8aa]=_0x16e0e4[_0x375f(0x58)](useState,''),[_0x5ce50a,_0x2d41a7]=_0x16e0e4['JOdUe'](useState,null),[_0x5eb126,_0xef7fee]=useState(![]),[_0x373154,_0x12bce5]=_0x16e0e4[_0x375f(0x4f)](useState,![]),[_0x1ca77d,_0xb77988]=useState(null),[_0x5a9681,_0x2e3d9d]=useState(initialRefreshFrequency),{connectPlatform:_0x2b43a4,disconnectPlatform:_0x4465a0,isConnecting:_0x239c56}=_0x16e0e4[_0x375f(0x5a)](useConnections),_0xa0d059=null;useEffect(()=>{const _0x3e433a={'mAsdl':function(_0xf294dc,_0x5c813f){return _0x16e0e4[_0x375f(0x5b)](_0xf294dc,_0x5c813f);},'XwJPK':_0x16e0e4['dQPPw'],'gisRN':'kagKm'};_0x4a51a0&&_0x16e0e4[_0x375f(0x5c)](_0x4a51a0[_0x375f(0x5d)],0x0)&&_0x16e0e4[_0x375f(0x5e)](_0x3eeaea,_0x44f28b=>{const _0x30bf80={'fGZrY':function(_0x871560,_0x2730be,_0x3047a6){return _0x871560(_0x2730be,_0x3047a6);}},_0x3a814b=new Set(_0x44f28b);let _0x59f650=![];return _0x4a51a0[_0x375f(0x5f)](_0x3a1310=>{const _0x71cbb8={'rItGY':function(_0x58c1ac,_0x5e0e14){return _0x3e433a['mAsdl'](_0x58c1ac,_0x5e0e14);}};if(_0x3e433a[_0x375f(0x60)]===_0x3e433a[_0x375f(0x60)])!_0x3a814b[_0x375f(0x61)](_0x3a1310)&&(_0x3e433a['gisRN']===_0x375f(0x62)?(_0x3a814b[_0x375f(0x63)](_0x3a1310),_0x59f650=!![]):_0x71cbb8[_0x375f(0x64)](_0x10139c,_0x3f8606));else{const _0x36f6ef={'CjUDX':function(_0x7ce80){return _0x7ce80();}};Animated[_0x375f(0x65)](_0x178404,{'toValue':0x1,'duration':0xfa0,'useNativeDriver':![]})[_0x375f(0x66)]();const _0x3d79a6=_0x30bf80[_0x375f(0x67)](_0x4ef226,()=>{_0x42a3ad(_0x5917cc['SUCCESS']),_0x840f8b[_0x375f(0x68)]([0x0,0x64,0x32,0x64]),_0x36f6ef[_0x375f(0x69)](_0x3955a5);},0xfa0);_0x58d239(_0x3d79a6);}}),_0x59f650?_0x3a814b:_0x44f28b;});},[_0x4a51a0]),_0x16e0e4['psJbm'](useEffect,()=>{const _0x44666e={'ezkZD':function(_0xa2c17a,_0x31b6d7){return _0xa2c17a(_0x31b6d7);},'XEvwb':function(_0x2a6497,_0x401c8f){return _0x16e0e4[_0x375f(0x6a)](_0x2a6497,_0x401c8f);},'eWNwh':function(_0x390e86,_0x25c63a){return _0x16e0e4[_0x375f(0x6b)](_0x390e86,_0x25c63a);},'PFFoW':_0x16e0e4[_0x375f(0x6c)],'IcbAe':_0x16e0e4[_0x375f(0x6d)],'rnuBs':_0x375f(0x3b),'bzZNu':_0x375f(0x6e),'PcZzt':_0x16e0e4['ObzJo'],'TYtrM':function(_0x2a6755,_0x2dcb29){return _0x16e0e4[_0x375f(0x6f)](_0x2a6755,_0x2dcb29);},'UungE':_0x16e0e4[_0x375f(0x70)],'KwhCQ':function(_0x6c8739,_0x341334){return _0x16e0e4['RRJPB'](_0x6c8739,_0x341334);},'lzApF':_0x16e0e4['QzlWU'],'DDFWN':function(_0x1fd808,_0x1c6d7f){return _0x16e0e4[_0x375f(0x71)](_0x1fd808,_0x1c6d7f);},'CtLQz':_0x16e0e4[_0x375f(0x72)],'tvNan':'✅\x20[PLATFORMS]\x20Updated\x20connectedPlatforms\x20state\x20with:','IqFBC':_0x16e0e4[_0x375f(0x73)],'UTAgC':function(_0x9e5c8a,_0x209f02){return _0x16e0e4[_0x375f(0x6b)](_0x9e5c8a,_0x209f02);},'vRpvI':_0x16e0e4[_0x375f(0x74)],'wVOre':function(_0x17f4ea,_0x359a5c){return _0x17f4ea===_0x359a5c;},'VxABi':_0x16e0e4[_0x375f(0x75)],'BbuQZ':_0x16e0e4[_0x375f(0x76)],'KgIIv':_0x16e0e4[_0x375f(0x77)],'kZnUw':_0x16e0e4['wsUdw'],'WnGZD':_0x16e0e4['TbIQf'],'XySwI':_0x16e0e4[_0x375f(0x78)],'cFVMT':_0x16e0e4[_0x375f(0x79)],'OicUH':_0x375f(0x7a),'cucTD':_0x16e0e4[_0x375f(0x7b)],'svzpc':_0x16e0e4['MNzmT'],'kzOZT':_0x16e0e4['hCqeX'],'azbgY':_0x16e0e4[_0x375f(0x7c)],'WgqWP':function(_0x263f90,_0x2bfed3){return _0x16e0e4[_0x375f(0x6b)](_0x263f90,_0x2bfed3);},'pJKpl':'yaSKt','eETcY':_0x16e0e4[_0x375f(0x7d)]},_0x3512b8=async()=>{const _0x461727={'djvCb':function(_0x3ae7e6,_0x418ac2){return _0x44666e[_0x375f(0x7e)](_0x3ae7e6,_0x418ac2);},'tSRMD':function(_0x372dcf,_0x1c348a){return _0x44666e[_0x375f(0x7f)](_0x372dcf,_0x1c348a);},'tDkwK':_0x44666e[_0x375f(0x80)],'uikHg':_0x375f(0x81),'PvNnY':function(_0x40c2ca,_0x2f3073){return _0x44666e[_0x375f(0x82)](_0x40c2ca,_0x2f3073);},'HWfXB':_0x44666e['lzApF'],'yTKYS':function(_0x22e9ed,_0x3e6278){return _0x44666e[_0x375f(0x83)](_0x22e9ed,_0x3e6278);},'zJMqO':_0x44666e[_0x375f(0x84)],'eBSqS':_0x44666e[_0x375f(0x85)],'ytUvO':function(_0x3de53c,_0x8bda96){return _0x44666e[_0x375f(0x86)](_0x3de53c,_0x8bda96);},'RJKXF':_0x375f(0x87)};try{if(_0x44666e[_0x375f(0x82)](_0x375f(0x88),_0x375f(0x89))){if(_0x461727[_0x375f(0x8a)](_0x1e383a[_0x375f(0x5d)],0x0)){const _0x4a1bb4=_0x447bac[0x0]['id'];(!_0x368670||!_0x473414[_0x375f(0x8b)](_0x54e021=>_0x54e021['id']===_0xdd9b))&&_0x461727[_0x375f(0x8c)](_0x4bedda,_0x4a1bb4);}}else{console[_0x375f(0x8d)](_0x44666e[_0x375f(0x8e)]);const _0x73fc27=[],_0x4ecb4b=await AsyncStorage[_0x375f(0x8f)](_0x375f(0x90));if(_0x4ecb4b){if(_0x44666e[_0x375f(0x91)](_0x44666e[_0x375f(0x92)],_0x44666e[_0x375f(0x92)])){const _0x2fb354=JSON[_0x375f(0x93)](_0x4ecb4b);if(Array[_0x375f(0x94)](_0x2fb354)){if(_0x44666e[_0x375f(0x95)](_0x44666e[_0x375f(0x96)],_0x44666e[_0x375f(0x97)]))return React[_0x375f(0x98)](_0x153620,{'visible':_0x3aa762,'onComplete':_0x46fe13,'onBack':_0x217acb});else _0x73fc27[_0x375f(0x99)](..._0x2fb354),console[_0x375f(0x8d)]('✅\x20[PLATFORMS]\x20Loaded\x20from\x20user_connected_platforms:',_0x2fb354);}}else{const _0x57bf7d=_0x4897f7[_0x375f(0x93)](_0x2638d9);_0x57bf7d['connected']&&!_0x8a2df7[_0x375f(0x9a)]('linkedin')&&(_0xbc4848[_0x375f(0x99)](_0x461727[_0x375f(0x9b)]),_0x2f07e5[_0x375f(0x8d)](_0x461727[_0x375f(0x9c)]));}}const _0x3c4765=await AsyncStorage['getItem'](_0x44666e[_0x375f(0x9d)]);if(_0x3c4765){if(_0x44666e[_0x375f(0x9e)]!==_0x44666e[_0x375f(0x9e)]){_0x44666e[_0x375f(0x7f)](_0x5794e8,_0x1c826c);return;}else{const _0x807671=JSON['parse'](_0x3c4765);Array[_0x375f(0x94)](_0x807671)&&(_0x44666e['KwhCQ'](_0x44666e[_0x375f(0x9f)],_0x44666e['XySwI'])?!_0x5cc857[_0x375f(0x61)](_0x45bd38)&&(_0x35894d[_0x375f(0x63)](_0x3763e3),_0x50e283=!![]):(_0x807671['forEach'](_0x161ed6=>{if(_0x44666e['XEvwb']('lJDkR','lJDkR'))_0x461727[_0x375f(0x8c)](_0x28fd28,!![]);else{var _0x1a0f4b;const _0x5b3b1d=_0x44666e['eWNwh'](_0x1a0f4b=_0x161ed6[_0x375f(0xa0)],null)||_0x44666e[_0x375f(0xa1)](_0x1a0f4b,void 0x0)?void 0x0:_0x1a0f4b[_0x375f(0xa2)]();_0x5b3b1d&&!_0x73fc27[_0x375f(0x9a)](_0x5b3b1d)&&('UpLEo'!==_0x44666e[_0x375f(0xa3)]?_0xfbc3f6&&_0x1908cf():_0x73fc27[_0x375f(0x99)](_0x5b3b1d));}}),console['log'](_0x44666e[_0x375f(0xa4)],_0x807671[_0x375f(0xa5)](_0x57817f=>_0x57817f['platform']))));}}const _0x279ca7=['chatgpt',_0x44666e['cFVMT'],_0x44666e[_0x375f(0xa6)],_0x44666e[_0x375f(0xa7)]];for(const _0xd68962 of _0x279ca7){const _0x3b7169=await AsyncStorage[_0x375f(0x8f)](_0x375f(0xa8)+_0xd68962);if(_0x3b7169){if(_0x44666e['XEvwb'](_0x44666e['svzpc'],_0x44666e[_0x375f(0xa9)]))_0xc537b2[_0x375f(0x5f)](_0x52ff63=>{var _0x2e7906;const _0x3f622a=_0x461727[_0x375f(0xaa)](_0x2e7906=_0x52ff63[_0x375f(0xa0)],null)||_0x461727['PvNnY'](_0x2e7906,void 0x0)?void 0x0:_0x2e7906['toLowerCase']();_0x3f622a&&!_0x17ae70[_0x375f(0x9a)](_0x3f622a)&&_0x4a25d8['push'](_0x3f622a);}),_0x26d56e[_0x375f(0x8d)](_0x44666e[_0x375f(0xa4)],_0x5b980f[_0x375f(0xa5)](_0x45ecf1=>_0x45ecf1[_0x375f(0xa0)]));else{const _0x44b173=JSON['parse'](_0x3b7169);_0x44b173[_0x375f(0xab)]&&!_0x73fc27[_0x375f(0x9a)](_0xd68962)&&(_0x73fc27[_0x375f(0x99)](_0xd68962),console[_0x375f(0x8d)]('✅\x20[PLATFORMS]\x20Loaded\x20LLM\x20platform:\x20'+_0xd68962));}}}const _0x3ba8d2=await AsyncStorage['getItem'](_0x44666e[_0x375f(0xac)]);if(_0x3ba8d2){if(_0x44666e['azbgY']!=='ZZwCg'){const _0x52408e=_0xebf7fb['find'](_0x427529=>_0x427529['id']===_0x2453e9);if(!_0x52408e)return null;const _0x1c52c8=_0x23cf53[_0x375f(0x61)](_0x5afd1b),_0x6ba610=_0x2219fe[_0x40676f]===_0x375f(0xad),_0x99f989=_0x44666e[_0x375f(0xa1)](_0x341110,null)||_0x44666e[_0x375f(0xa1)](_0x5e10b6,void 0x0)?void 0x0:_0x2ef1e5[_0x375f(0x9a)](_0x3b64a6);return React[_0x375f(0x98)](View,{'style':_0x3e1369['platformCard']},React[_0x375f(0x98)](View,{'style':_0x503abd[_0x375f(0xae)]},React[_0x375f(0x98)](Text,{'style':_0x4839d7['platformCardTitle']},_0x52408e[_0x375f(0xaf)]),_0x99f989&&React[_0x375f(0x98)](View,{'style':_0x54d5e7['recommendedBadge']},React['createElement'](Text,{'style':_0x5b9f29[_0x375f(0xb0)]},_0x44666e['rnuBs'])),React[_0x375f(0x98)](TouchableOpacity,{'activeOpacity':0.8,'onPress':()=>!_0x6ba610&&_0xed5e25(_0x26117e,!_0x1c52c8),'disabled':_0x6ba610,'style':[_0x4d0fd1[_0x375f(0xb1)],{'backgroundColor':_0x1c52c8?_0x44666e[_0x375f(0xb2)]:_0x44666e['PcZzt']}]},React[_0x375f(0x98)](View,{'style':[_0x455f0d[_0x375f(0xb3)],{'transform':[{'translateX':_0x1c52c8?0x14:0x0}]}]}))),React[_0x375f(0x98)](View,{'style':_0x425ad2[_0x375f(0xb4)]},React[_0x375f(0x98)](Text,{'style':_0x2491fe[_0x375f(0xb5)]},_0x52408e[_0x375f(0xb6)])));}else{const _0x5e9be7=JSON['parse'](_0x3ba8d2);_0x5e9be7[_0x375f(0xab)]&&!_0x73fc27[_0x375f(0x9a)](_0x44666e[_0x375f(0x80)])&&(_0x44666e[_0x375f(0xb7)]('yaSKt',_0x44666e[_0x375f(0xb8)])?(_0x73fc27[_0x375f(0x99)](_0x44666e['UungE']),console['log']('✅\x20[PLATFORMS]\x20Loaded\x20LinkedIn\x20connection')):(_0x3543fd(_0x362915[_0x375f(0xb9)]),_0x293fc1(![])));}}_0x73fc27[_0x375f(0x5d)]>0x0&&_0x3eeaea(_0x32ef59=>{const _0x1f1dd5={'TCKjx':_0x461727[_0x375f(0xba)],'jiBJK':function(_0x2bffa7,_0x393654){return _0x461727[_0x375f(0xbb)](_0x2bffa7,_0x393654);},'TXoRI':_0x461727[_0x375f(0xbc)],'HxxfN':_0x461727['eBSqS']},_0x5ecf7c=new Set(_0x32ef59);let _0x201842=![];_0x73fc27[_0x375f(0x5f)](_0x1ba9b2=>{const _0x225b2d={'whoLL':_0x1f1dd5[_0x375f(0xbd)]};!_0x5ecf7c[_0x375f(0x61)](_0x1ba9b2)&&(_0x1f1dd5[_0x375f(0xbe)](_0x1f1dd5['TXoRI'],_0x375f(0xbf))?_0x653567[_0x375f(0xc0)](_0x225b2d[_0x375f(0xc1)],_0xe467ba):(_0x5ecf7c['add'](_0x1ba9b2),_0x201842=!![]));});if(_0x201842){if(_0x461727[_0x375f(0xc2)](_0x461727[_0x375f(0xc3)],'mueQa'))console[_0x375f(0x8d)](_0x461727[_0x375f(0xc4)],Array[_0x375f(0xc5)](_0x5ecf7c));else{const _0x39ed90=new _0x13a09d(_0x3baa19);let _0x1c2e0b=![];return _0x1fedfe['forEach'](_0x1ed6cf=>{!_0x39ed90[_0x375f(0x61)](_0x1ed6cf)&&(_0x39ed90[_0x375f(0x63)](_0x1ed6cf),_0x1c2e0b=!![]);}),_0x1c2e0b&&_0x9e7ed6[_0x375f(0x8d)](_0x1f1dd5[_0x375f(0xc6)],_0x515a48['from'](_0x39ed90)),_0x1c2e0b?_0x39ed90:_0x4f8a3a;}}return _0x201842?_0x5ecf7c:_0x32ef59;});}}catch(_0x4b2bc8){console['error'](_0x44666e[_0x375f(0xc7)],_0x4b2bc8);}};_0x16e0e4[_0x375f(0xc8)](_0x3512b8);},[]),useEffect(()=>{const _0x26572c=async()=>{if(_0x16e0e4[_0x375f(0xc9)](_0x16e0e4['ZGRZt'],_0x16e0e4['lwfJQ']))!_0xeb39a2['has'](_0xc1a1c1)&&(_0x305886[_0x375f(0x63)](_0x3d8544),_0x5944c5=!![]);else try{const _0x4e0c97=await AsyncStorage[_0x375f(0x8f)](_0x16e0e4[_0x375f(0xca)]);if(_0x16e0e4['VMbHm'](_0x4e0c97,!_0x257f8c)){_0x16e0e4[_0x375f(0x5e)](_0x2a33e6,_0x4e0c97);return;}if(_0x16e0e4['KViiH'](_0xa0d059,!_0x257f8c)){var _0x5f4739;const _0x5dda11=(_0x16e0e4[_0x375f(0xcb)](_0xa0d059,null)||_0x16e0e4[_0x375f(0xcc)](_0xa0d059,void 0x0)||_0x16e0e4[_0x375f(0xcb)](_0x5f4739=_0xa0d059['email'],null)||_0x16e0e4[_0x375f(0xc9)](_0x5f4739,void 0x0)?void 0x0:_0x5f4739[_0x375f(0xcd)]('@')[0x0])||(_0x16e0e4[_0x375f(0xc9)](_0xa0d059,null)||_0x16e0e4[_0x375f(0xce)](_0xa0d059,void 0x0)?void 0x0:_0xa0d059[_0x375f(0xaf)])||_0x375f(0xcf)+Math[_0x375f(0xd0)](_0x16e0e4['BdlsD'](Math[_0x375f(0xd1)](),0x2710));_0x16e0e4['DCHyk'](_0x2a33e6,_0x5dda11),await AsyncStorage[_0x375f(0xd2)](_0x16e0e4['joKeg'],_0x5dda11);return;}if(!_0x257f8c){const _0x53e569=_0x375f(0xd3)+Math[_0x375f(0xd0)](_0x16e0e4[_0x375f(0xd4)](Math[_0x375f(0xd1)](),0x2710));_0x16e0e4[_0x375f(0xd5)](_0x2a33e6,_0x53e569),await AsyncStorage['setItem'](_0x16e0e4[_0x375f(0xca)],_0x53e569);}}catch(_0x2070a6){console[_0x375f(0xc0)]('Error\x20initializing\x20username:',_0x2070a6);const _0x1d6f5e='user_'+Math[_0x375f(0xd0)](_0x16e0e4['rFErx'](Math[_0x375f(0xd1)](),0x2710));_0x2a33e6(_0x1d6f5e);}};_0x16e0e4['kOeYV'](_0x26572c);},[_0xa0d059,_0x257f8c]),_0x16e0e4[_0x375f(0xd6)](useEffect,()=>{_0x31f718&&(_0x16e0e4[_0x375f(0xcb)](_0x16e0e4['zhulz'],_0x16e0e4['lJdvl'])?_0x3f7113&&_0x16e0e4[_0x375f(0xd7)](_0x2593b5,_0x3abef1):Animated[_0x375f(0xd8)](Animated['sequence']([Animated['timing'](_0x56f943,{'toValue':0x1,'duration':0x3e8,'useNativeDriver':!![]}),Animated[_0x375f(0x65)](_0x56f943,{'toValue':0x0,'duration':0x3e8,'useNativeDriver':!![]})]))['start']());},[_0x31f718]);const _0x2e204d=_0x16e0e4[_0x375f(0xd9)](useCallback,_0x49f62c=>{const _0x54e3aa={'JbEau':_0x16e0e4[_0x375f(0xda)]};if(_0x16e0e4[_0x375f(0xdb)](_0x16e0e4[_0x375f(0xdc)],'Dukip'))_0x280666['error'](_0x54e3aa[_0x375f(0xdd)],_0x5e68ad);else{const _0x307ac5=_0x49f62c[_0x375f(0xde)]['contentOffset']['x'],_0x30841d=_0x49f62c['nativeEvent'][_0x375f(0xdf)][_0x375f(0xe0)],_0x39a292=_0x49f62c[_0x375f(0xde)][_0x375f(0xe1)][_0x375f(0xe0)];_0x551104[_0x375f(0x54)]=_0x307ac5;const _0x50d30c=_0x16e0e4['tBcWi'](_0x39a292,_0x30841d),_0x184d58=_0x16e0e4['Raapq'](_0x50d30c,0x0)?_0x16e0e4[_0x375f(0xe2)](_0x307ac5,_0x50d30c):0x0;_0x16e0e4[_0x375f(0x5e)](_0x5c8d42,_0x184d58),_0x16e0e4[_0x375f(0x5c)](_0x307ac5,0xa)&&_0x31f718&&_0x16e0e4['qZNiy'](_0x11734f,![]);}},[_0x31f718]),_0x29e7ca=[{'id':_0x16e0e4[_0x375f(0xe3)],'name':_0x375f(0xe4),'icon':_0x16e0e4['EGcAs'](getPlatformIcon,_0x16e0e4['VtRlE']),'description':_0x16e0e4[_0x375f(0xe5)],'isChatPlatform':![]},{'id':_0x16e0e4['dxiJh'],'name':_0x16e0e4[_0x375f(0xe6)],'icon':_0x16e0e4[_0x375f(0xe7)](getPlatformIcon,_0x16e0e4[_0x375f(0xe8)]),'description':'Use\x20your\x20posts\x20and\x20comments\x20to\x20enrich\x20your\x20model.','isChatPlatform':![]},{'id':_0x16e0e4['tvcos'],'name':_0x16e0e4[_0x375f(0xe9)],'icon':getPlatformIcon(_0x16e0e4[_0x375f(0xea)]),'description':'Use\x20your\x20pins,\x20boards,\x20and\x20interests\x20to\x20enrich\x20your\x20model.','isChatPlatform':![]},{'id':_0x375f(0xb),'name':_0x375f(0xeb),'icon':getPlatformIcon(_0x16e0e4[_0x375f(0x70)]),'description':_0x16e0e4[_0x375f(0xec)],'isChatPlatform':![]},{'id':_0x16e0e4['WZRaL'],'name':_0x16e0e4[_0x375f(0xed)],'icon':_0x16e0e4['ewLdz'](getPlatformIcon,_0x16e0e4[_0x375f(0xee)]),'description':_0x16e0e4[_0x375f(0xef)],'isChatPlatform':![]},{'id':_0x375f(0x43),'name':_0x375f(0xf0),'icon':_0x16e0e4[_0x375f(0xf1)](getPlatformIcon,_0x16e0e4[_0x375f(0xf2)]),'description':_0x16e0e4[_0x375f(0xf3)],'isChatPlatform':!![]},{'id':_0x16e0e4[_0x375f(0x79)],'name':_0x16e0e4[_0x375f(0xf4)],'icon':getPlatformIcon(_0x16e0e4[_0x375f(0x79)]),'description':_0x375f(0xf5),'isChatPlatform':!![]},{'id':_0x16e0e4[_0x375f(0xf6)],'name':_0x375f(0xf7),'icon':_0x16e0e4[_0x375f(0xf8)](getPlatformIcon,_0x16e0e4[_0x375f(0xf6)]),'description':_0x16e0e4[_0x375f(0xf9)],'isChatPlatform':!![]},{'id':_0x16e0e4['GnaOX'],'name':_0x16e0e4[_0x375f(0xfa)],'icon':getPlatformIcon(_0x16e0e4['GnaOX']),'description':_0x375f(0xfb),'isChatPlatform':!![]}],_0x169f91=_0x1eaec4?_0x1eaec4[_0x375f(0xa5)](_0x322396=>_0x29e7ca[_0x375f(0x8b)](_0x4637b2=>_0x4637b2['id']===_0x322396))[_0x375f(0xfc)](_0x408fbd=>_0x408fbd!==undefined):_0x29e7ca;_0x16e0e4['UXllU'](useEffect,()=>{const _0x20c61e={'gNMSy':function(_0xfccc52,_0x3ed634){return _0x16e0e4[_0x375f(0x5b)](_0xfccc52,_0x3ed634);}};if(_0x16e0e4['LFixo']!==_0x375f(0xfd)){if(_0x16e0e4['VcTYI'](_0x169f91[_0x375f(0x5d)],0x0)){const _0x458feb=_0x169f91[0x0]['id'];(!_0x613d6c||!_0x169f91['find'](_0x1e2a81=>_0x1e2a81['id']===_0x613d6c))&&_0x16e0e4[_0x375f(0xd5)](_0x4f5288,_0x458feb);}}else _0x20c61e[_0x375f(0xfe)](_0x50a7bc,![]);},[_0x1eaec4,_0x169f91[_0x375f(0x5d)]]);const _0x69832f=async(_0x427229,_0x463c8b)=>{const _0x41bad7={'uxtUy':function(_0x18c85f,_0x52e9ae){return _0x18c85f(_0x52e9ae);},'AKLkj':function(_0x52baae,_0x2c0335){return _0x16e0e4[_0x375f(0x4f)](_0x52baae,_0x2c0335);}};if(_0x16e0e4[_0x375f(0xff)]!==_0x16e0e4[_0x375f(0xff)])return React['createElement'](_0x1b79d7,{'visible':_0x6f2586,'onComplete':_0x18450f});else{triggerHaptic(HapticType[_0x375f(0xb9)]),console[_0x375f(0x8d)](_0x375f(0x100)+_0x427229+_0x375f(0x101)+_0x463c8b);try{if(_0x463c8b){const _0x266bc7=await AsyncStorage[_0x375f(0x8f)]('onairos_username'),_0x28bceb=_0x16e0e4[_0x375f(0x102)](_0x266bc7,_0x257f8c);console[_0x375f(0x8d)](_0x375f(0x103)+_0x266bc7+_0x375f(0x104)+_0x257f8c+_0x375f(0x105)+_0x28bceb+'\x22');if(!_0x28bceb||_0x16e0e4['WyTAA'](_0x28bceb[_0x375f(0x106)](),'')){if(_0x16e0e4[_0x375f(0x107)](_0x375f(0x108),_0x16e0e4[_0x375f(0x109)]))_0x5b86e8['error']('❌\x20[TOGGLE]\x20OAuth\x20failed\x20for\x20'+_0x3f4122+_0x375f(0x10a)),_0x41bad7[_0x375f(0x10b)](_0x1b716c,_0x11fc20=>({..._0x11fc20,[_0x1e14ba]:_0x375f(0xc0)})),_0x41bad7[_0x375f(0x10b)](_0x2678df,_0x50c420['ERROR']);else{console[_0x375f(0xc0)](_0x16e0e4[_0x375f(0x10c)]);return;}}const _0x1a208a=_0x29e7ca[_0x375f(0x8b)](_0x2e355b=>_0x2e355b['id']===_0x427229),_0x56354f=(_0x16e0e4[_0x375f(0x10d)](_0x1a208a,null)||_0x16e0e4[_0x375f(0x10e)](_0x1a208a,void 0x0)?void 0x0:_0x1a208a[_0x375f(0x10f)])||_0x16e0e4['SpnVY'](isLLMPlatform,_0x427229);if(_0x56354f){if(_0x16e0e4[_0x375f(0x110)](_0x375f(0x111),_0x16e0e4[_0x375f(0x112)])){console[_0x375f(0x8d)](_0x375f(0x113)+_0x427229+'\x20login\x20and\x20export...'),_0x16e0e4[_0x375f(0x114)](_0x1e9d95,_0x427229),_0x16e0e4[_0x375f(0x4e)](_0x5bc947,_0x148cf7=>({..._0x148cf7,[_0x427229]:_0x375f(0xad)}));const _0x282921=getLLMPlatformUrl(_0x427229);_0x282921?(console[_0x375f(0x8d)](_0x375f(0x115)+_0x427229+'\x20URL:',_0x282921),_0x16e0e4['dvFna'](_0x6d0bff,_0x282921),_0x16e0e4[_0x375f(0x116)](_0x1aceaf,!![])):(console[_0x375f(0xc0)](_0x375f(0x117)+_0x427229),_0x16e0e4[_0x375f(0x116)](_0x5bc947,_0x3d7ac8=>({..._0x3d7ac8,[_0x427229]:_0x375f(0xc0)})),triggerHaptic(HapticType['ERROR']));return;}else _0x248a46[_0x375f(0x99)](..._0x4a5e13),_0x3aa229['log'](_0x375f(0x118),_0x55ae09);}if(_0x16e0e4[_0x375f(0x119)](isLinkedInPlatform,_0x427229)){if(_0x16e0e4[_0x375f(0xcb)](_0x16e0e4['sRWCZ'],_0x16e0e4['DvdIX']))_0x41bad7['uxtUy'](_0x189906,_0x321600),_0x41bad7[_0x375f(0x10b)](_0xbf077c,_0x3e9103),_0x41bad7['uxtUy'](_0x5c2cf1,![]),_0x10c6b3(!![]);else{console[_0x375f(0x8d)](_0x375f(0x11a)),_0x16e0e4[_0x375f(0x4f)](_0x1e9d95,_0x427229),_0x5bc947(_0x31af6d=>({..._0x31af6d,[_0x427229]:_0x375f(0xad)}));const _0x16f71d=_0x375f(0x2b);console[_0x375f(0x8d)](_0x375f(0x11b),_0x16f71d),_0x6d0bff(_0x16f71d),_0x16e0e4['xVWuS'](_0x1aceaf,!![]);return;}}if(hasNativeSDK(_0x427229)){if(_0x16e0e4[_0x375f(0x110)](_0x16e0e4[_0x375f(0x11c)],_0x16e0e4['jJdoc'])){_0x16e0e4[_0x375f(0x4e)](_0x1e9d95,_0x427229),_0x5bc947(_0x5952a6=>({..._0x5952a6,[_0x427229]:'connecting'}));const _0x4a731f=await _0x16e0e4[_0x375f(0x11d)](initiateNativeAuth,_0x427229,_0x28bceb);if(_0x4a731f){const _0x21e76d=new Set(_0x33742e);_0x21e76d[_0x375f(0x63)](_0x427229),_0x16e0e4['dvFna'](_0x3eeaea,_0x21e76d),_0x16e0e4['idYtC'](_0x5bc947,_0x5b36e9=>({..._0x5b36e9,[_0x427229]:'connected'})),_0x16e0e4[_0x375f(0x4f)](triggerHaptic,HapticType[_0x375f(0x11e)]);}else _0x16e0e4[_0x375f(0x116)](_0x5bc947,_0xb932fa=>({..._0xb932fa,[_0x427229]:'error'})),_0x16e0e4[_0x375f(0xd7)](triggerHaptic,HapticType[_0x375f(0x11f)]);}else return()=>{_0x4a4617&&_0x156041(_0x13e836);};}else{console['log'](_0x375f(0x120)+_0x427229+_0x375f(0x121)),_0x1e9d95(_0x427229),_0x16e0e4[_0x375f(0x122)](_0x5bc947,_0x5b8de8=>({..._0x5b8de8,[_0x427229]:_0x375f(0xad)}));const _0x511537=await _0x16e0e4['iLKKK'](initiateOAuth,_0x427229,_0x28bceb);console['log']('🔗\x20[TOGGLE]\x20OAuth\x20URL\x20result\x20for\x20'+_0x427229+':',_0x511537?_0x511537[_0x375f(0x123)](0x0,0x32)+_0x16e0e4[_0x375f(0x124)]:_0x16e0e4[_0x375f(0x125)]),_0x511537?(console[_0x375f(0x8d)]('✅\x20[TOGGLE]\x20Setting\x20WebView\x20state\x20-\x20showing\x20modal\x20for\x20'+_0x427229),_0x16e0e4[_0x375f(0x126)](_0x6d0bff,_0x511537),_0x16e0e4['udUaa'](_0x1aceaf,!![])):(console[_0x375f(0xc0)]('❌\x20[TOGGLE]\x20OAuth\x20failed\x20for\x20'+_0x427229+'\x20-\x20no\x20URL\x20returned'),_0x16e0e4[_0x375f(0x127)](_0x5bc947,_0x4c2fcb=>({..._0x4c2fcb,[_0x427229]:'error'})),_0x16e0e4[_0x375f(0x128)](triggerHaptic,HapticType['ERROR']));}}else{if(_0x16e0e4[_0x375f(0x129)](_0x16e0e4[_0x375f(0x12a)],_0x375f(0x12b))){await _0x4465a0(_0x427229);const _0x592ced=new Set(_0x33742e);_0x592ced[_0x375f(0x12c)](_0x427229),_0x16e0e4['rNfVL'](_0x3eeaea,_0x592ced),_0x16e0e4[_0x375f(0x116)](_0x5bc947,_0x277718=>({..._0x277718,[_0x427229]:_0x375f(0x12d)})),_0x16e0e4['AapSq'](triggerHaptic,HapticType['BUTTON_PRESS']);try{const _0x1694d7=await AsyncStorage[_0x375f(0x8f)](_0x375f(0x90));if(_0x1694d7){if(_0x375f(0x12e)===_0x16e0e4['HqwRp']){const _0x564379=JSON[_0x375f(0x93)](_0x1694d7),_0x1088d3=_0x564379[_0x375f(0xfc)](_0x4a980d=>_0x4a980d[_0x375f(0xa2)]()!==_0x427229[_0x375f(0xa2)]());await AsyncStorage[_0x375f(0xd2)](_0x16e0e4[_0x375f(0x12f)],JSON['stringify'](_0x1088d3)),console['log'](_0x375f(0x130)+_0x427229+_0x375f(0x131),_0x1088d3);}else{const _0xee7b73=_0x53d2e9[_0x375f(0x93)](_0x14cd84);_0x331bde[_0x375f(0x94)](_0xee7b73)&&(_0x4634ea['push'](..._0xee7b73),_0xd7560e[_0x375f(0x8d)](_0x375f(0x118),_0xee7b73));}}}catch(_0x1e2d59){console[_0x375f(0xc0)](_0x16e0e4[_0x375f(0x132)],_0x1e2d59);}await AsyncStorage['removeItem'](_0x375f(0xa8)+_0x427229),_0x16e0e4['KHJqi'](_0x427229[_0x375f(0xa2)](),_0x16e0e4[_0x375f(0x70)])&&await AsyncStorage[_0x375f(0x133)](_0x16e0e4['hCqeX']);}else{_0x566b8e[_0x375f(0xc0)](_0x16e0e4[_0x375f(0x134)],_0x5be6c8);const _0x12e059=_0x375f(0xcf)+_0x2bd69e['floor'](_0x16e0e4[_0x375f(0xd4)](_0x518650[_0x375f(0xd1)](),0x2710));_0x1a8252(_0x12e059);}}}catch(_0x4014b2){if(_0x16e0e4['FriAC'](_0x16e0e4[_0x375f(0x135)],_0x16e0e4['lcvXL'])){const _0x323a46=_0x16e0e4['iLKKK'](_0x3ab1c6,()=>{_0x41bad7[_0x375f(0x10b)](_0x35415c,_0x280efe=>{const _0x198473=new _0x4ca565(_0x280efe);return _0x198473[_0x375f(0x63)](_0x21aed0),_0x198473;}),_0x41bad7[_0x375f(0x10b)](_0x29856f,_0x292d4f[_0x375f(0x11e)]),_0x233749[_0x375f(0x8d)](_0x375f(0x136)+_0x457092),_0x41bad7['AKLkj'](_0x274cc1,null);},0x12c);return()=>_0x263711(_0x323a46);}else console[_0x375f(0xc0)](_0x375f(0x137)+_0x427229+':',_0x4014b2),_0x16e0e4['nOkOU'](_0x5bc947,_0x45919e=>({..._0x45919e,[_0x427229]:_0x375f(0xc0)})),triggerHaptic(HapticType[_0x375f(0x11f)]);}}},_0x40e6d7=async()=>{const _0x584ff2={'aQjTY':function(_0x27e440,_0x335b51){return _0x16e0e4[_0x375f(0x138)](_0x27e440,_0x335b51);}};if(_0x16e0e4[_0x375f(0x139)]!==_0x16e0e4['hGKsC']){triggerHaptic(HapticType[_0x375f(0xb9)]),_0x16e0e4[_0x375f(0x13a)](_0xef7fee,!![]);try{_0x33e058(!![]);}finally{_0x16e0e4[_0x375f(0x126)](_0xef7fee,![]);}}else _0x28d536(![]),_0x584ff2['aQjTY'](_0x16dd43,''),_0x5c2a71&&_0x584ff2[_0x375f(0x13b)](_0x5e26b2,_0x114d69=>({..._0x114d69,[_0x30fcea]:'disconnected'})),_0x584ff2['aQjTY'](_0x37f0fa,'');},_0x9fef60=()=>{const _0x26e47c={'MODkV':function(_0x2d9316,_0x25e749){return _0x16e0e4[_0x375f(0x13c)](_0x2d9316,_0x25e749);},'sJJpG':function(_0x1ad73f,_0x325829){return _0x1ad73f>_0x325829;},'vCOOH':function(_0x4c8a02,_0xd06adf){return _0x16e0e4[_0x375f(0x13d)](_0x4c8a02,_0xd06adf);},'LICyf':function(_0x468b82,_0x5b493c){return _0x16e0e4[_0x375f(0x13e)](_0x468b82,_0x5b493c);},'tLhzP':function(_0x46fdd2,_0x197eff){return _0x16e0e4[_0x375f(0x13f)](_0x46fdd2,_0x197eff);}};if(_0x16e0e4['rhHZb'](_0x16e0e4[_0x375f(0x140)],_0x16e0e4[_0x375f(0x140)]))_0x16e0e4[_0x375f(0x141)](triggerHaptic,HapticType['BUTTON_PRESS']),_0x4d45ae&&_0x16e0e4[_0x375f(0x142)](_0x4d45ae);else{const _0x4d507f=_0x33436c[_0x375f(0xde)][_0x375f(0x143)]['x'],_0x342c82=_0x3e26cd['nativeEvent']['layoutMeasurement'][_0x375f(0xe0)],_0x4c73f7=_0x30825c[_0x375f(0xde)][_0x375f(0xe1)][_0x375f(0xe0)];_0x40cf2b['current']=_0x4d507f;const _0x1ecabe=_0x26e47c['MODkV'](_0x4c73f7,_0x342c82),_0x570ef8=_0x26e47c[_0x375f(0x144)](_0x1ecabe,0x0)?_0x26e47c[_0x375f(0x145)](_0x4d507f,_0x1ecabe):0x0;_0x26e47c[_0x375f(0x146)](_0x790999,_0x570ef8),_0x26e47c['tLhzP'](_0x4d507f,0xa)&&_0x41ea5b&&_0x26e47c[_0x375f(0x146)](_0xe22b63,![]);}},_0x4da8fd=async()=>{triggerHaptic(HapticType[_0x375f(0xb9)]),_0x16e0e4['sVfpc'](_0x12bce5,!![]),await new Promise(_0x3b5085=>setTimeout(_0x3b5085,0x32));try{if(_0x4a13b3){if(_0x16e0e4[_0x375f(0x110)](_0x16e0e4['WHGAG'],_0x375f(0x25))){const _0x4be7b8=new _0x4f04a3(_0x2ebd6c);let _0x426e8b=![];return _0xa5ad5f[_0x375f(0x5f)](_0x1f109b=>{!_0x4be7b8[_0x375f(0x61)](_0x1f109b)&&(_0x4be7b8[_0x375f(0x63)](_0x1f109b),_0x426e8b=!![]);}),_0x426e8b?_0x4be7b8:_0x42aa30;}else await _0x4a13b3(_0x44df6e);}else _0x16e0e4['gYTie'](_0x375f(0x147),'pzQxW')?_0x3dce4c(_0x60b05c):await _0x16e0e4[_0x375f(0x148)](_0x59bc37,Array[_0x375f(0xc5)](_0x33742e));}finally{_0x12bce5(![]);}},_0x635d34=()=>{_0x16e0e4['ronSd'](_0x375f(0x149),'msIgy')?(_0x16e0e4['HFZop'](triggerHaptic,HapticType['BUTTON_PRESS']),_0x16e0e4[_0x375f(0x14a)](_0x566fc0,![])):_0x4beca2[_0x375f(0x99)](_0x1b9487);},_0x18c5c1=async _0x21df10=>{const _0x248f5e={'HQcGc':function(_0xda494b,_0x1243ec){return _0x16e0e4[_0x375f(0x127)](_0xda494b,_0x1243ec);},'MjfOx':function(_0x1086ee,_0x161bdc){return _0x16e0e4['HFZop'](_0x1086ee,_0x161bdc);},'Lytsb':function(_0x44d2d2,_0x30d476){return _0x16e0e4[_0x375f(0x122)](_0x44d2d2,_0x30d476);},'cLNqc':function(_0x3c15fd,_0x48c75a){return _0x16e0e4[_0x375f(0xf1)](_0x3c15fd,_0x48c75a);},'EjxwK':function(_0x4ba497,_0x4392bd){return _0x16e0e4[_0x375f(0x14a)](_0x4ba497,_0x4392bd);}};_0x16e0e4[_0x375f(0x59)](triggerHaptic,HapticType[_0x375f(0xb9)]),_0x16e0e4[_0x375f(0x5e)](_0x2e3d9d,_0x21df10);try{_0x16e0e4[_0x375f(0x14b)]===_0x16e0e4[_0x375f(0x14c)]?(_0x105b24(_0x5d5e60=>{const _0x3f5aec=new _0xef468f(_0x5d5e60);return _0x3f5aec[_0x375f(0x63)](_0x1f9911),_0x3f5aec;}),_0x248f5e['HQcGc'](_0x13f24f,_0x227ba5[_0x375f(0x11e)]),_0x54d3dd[_0x375f(0x8d)]('✅\x20[PERSONA]\x20Applied\x20pending\x20connection:\x20'+_0x53f8d1),_0x248f5e[_0x375f(0x14d)](_0x42cdab,null)):(await AsyncStorage['setItem'](_0x375f(0x14e),_0x21df10),console[_0x375f(0x8d)]('✅\x20[REFRESH]\x20Model\x20refresh\x20frequency\x20set\x20to:\x20'+_0x21df10));}catch(_0x143e38){_0x16e0e4[_0x375f(0x129)](_0x16e0e4['qahKM'],_0x16e0e4[_0x375f(0x14f)])?(_0x38e713&&(_0x248f5e[_0x375f(0x150)](_0x483093,_0x579825),_0x1e2d24(null)),_0x699c7a[_0x375f(0x151)](0x0),Animated['timing'](_0x5184ba,{'toValue':0x0,'duration':0xc8,'useNativeDriver':![]})['start']()):console[_0x375f(0xc0)](_0x16e0e4[_0x375f(0xda)],_0x143e38);}if(_0x6c3c1e){if(_0x16e0e4[_0x375f(0x10e)](_0x16e0e4[_0x375f(0x152)],_0x16e0e4[_0x375f(0x153)])){_0x248f5e[_0x375f(0x154)](_0x56099d,_0x463335[_0x375f(0xb9)]),_0x248f5e[_0x375f(0x155)](_0x2358f7,!![]);try{_0x248f5e[_0x375f(0x155)](_0xa1945e,!![]);}finally{_0x248f5e[_0x375f(0x155)](_0x1f78ba,![]);}}else _0x16e0e4[_0x375f(0x156)](_0x6c3c1e,_0x21df10);}},_0x442a7e=()=>{const Linking=_0x16e0e4[_0x375f(0x14a)](__ONAIROS_REQ_FUNC__,0x0)['Linking'];Linking[_0x375f(0x157)](_0x16e0e4[_0x375f(0x158)]);},_0xb8607a=async _0x23ebf9=>{_0x16e0e4['sVfpc'](_0x43d46f,_0x23ebf9),_0x16e0e4['aHyPE'](setTemporaryPin,_0x23ebf9),_0x16e0e4[_0x375f(0x159)](_0x33e058,![]),_0x16e0e4[_0x375f(0x128)](_0x18fc9c,!![]);},_0x13e306=()=>{const _0xbf00ff={'crSnU':function(_0x293628,_0x3e5d14){return _0x16e0e4[_0x375f(0x6f)](_0x293628,_0x3e5d14);}};_0x16e0e4[_0x375f(0xdb)](_0x375f(0x15a),_0x16e0e4[_0x375f(0x15b)])?_0xbf00ff[_0x375f(0x15c)](_0x1c0dea[_0x375f(0x15d)],0x0)&&!_0x4beca6&&!_0x3f1b2d&&!_0x4aa64d&&_0x310301():(_0x16e0e4[_0x375f(0x141)](_0x18fc9c,![]),_0x16e0e4[_0x375f(0x51)](_0x566fc0,!![]));},_0x205814=async _0x3079b6=>{const _0x4fd579={'fYeZM':function(_0x5d7912,_0xfd8bc4){return _0x16e0e4[_0x375f(0x15e)](_0x5d7912,_0xfd8bc4);},'VLopK':_0x16e0e4[_0x375f(0x15f)],'gGeAs':function(_0x317719,_0x436303){return _0x16e0e4[_0x375f(0x160)](_0x317719,_0x436303);},'mNNVw':function(_0x52cbaf,_0x54d332){return _0x16e0e4[_0x375f(0x161)](_0x52cbaf,_0x54d332);},'TNDEC':function(_0x28d312,_0x42554e){return _0x16e0e4['jiDCi'](_0x28d312,_0x42554e);},'lNfne':_0x16e0e4[_0x375f(0x162)],'mbnWl':_0x16e0e4[_0x375f(0x163)],'dJhZq':_0x16e0e4[_0x375f(0x125)],'lWhnQ':function(_0x381966,_0x26d18b){return _0x16e0e4['jMcbD'](_0x381966,_0x26d18b);}};if(_0x16e0e4[_0x375f(0x164)](_0x16e0e4[_0x375f(0x165)],_0x375f(0x166))){if(_0x521b3f){if(_0x16e0e4[_0x375f(0x167)](_0x16e0e4['ZfcVv'],_0x16e0e4[_0x375f(0x168)])){if(_0x3079b6==='success'||_0x16e0e4[_0x375f(0x169)](_0x3079b6,_0x375f(0xc0))){if(_0x16e0e4[_0x375f(0x16a)](_0x16e0e4[_0x375f(0x16b)],_0x16e0e4[_0x375f(0x16c)]))_0x4fd579[_0x375f(0x16d)](_0x447505,_0x383089=>({..._0x383089,[_0x3b9086]:_0x375f(0xc0)})),_0x3722c2(_0x6d2f49[_0x375f(0x11f)]);else{_0x16e0e4[_0x375f(0x16e)](_0xb77988,_0x521b3f),_0x5bc947(_0x42a969=>({..._0x42a969,[_0x521b3f]:_0x375f(0xab)}));try{const _0x5e905b=await AsyncStorage['getItem'](_0x16e0e4[_0x375f(0x12f)]),_0x1a15ad=_0x5e905b?JSON['parse'](_0x5e905b):[];!_0x1a15ad[_0x375f(0x9a)](_0x521b3f[_0x375f(0xa2)]())&&(_0x1a15ad[_0x375f(0x99)](_0x521b3f['toLowerCase']()),await AsyncStorage['setItem'](_0x16e0e4[_0x375f(0x12f)],JSON[_0x375f(0x16f)](_0x1a15ad)),console['log']('✅\x20[STORAGE]\x20Added\x20'+_0x521b3f+_0x375f(0x170),_0x1a15ad));}catch(_0x371cff){if(_0x16e0e4[_0x375f(0x171)](_0x375f(0x172),_0x16e0e4[_0x375f(0x173)]))console[_0x375f(0xc0)](_0x16e0e4[_0x375f(0x174)],_0x371cff);else{_0x4b1692[_0x375f(0x8d)]('💼\x20[LINKEDIN]\x20Opening\x20WebView\x20for\x20LinkedIn\x20login...'),_0x4fd579[_0x375f(0x16d)](_0x10afa7,_0x3e8138),_0x21def3(_0x4b7cfa=>({..._0x4b7cfa,[_0x35f70d]:'connecting'}));const _0xfffffc=_0x4fd579['VLopK'];_0x5c47ed[_0x375f(0x8d)]('🌐\x20[LINKEDIN]\x20Opening\x20LinkedIn\x20URL:',_0xfffffc),_0x4fd579[_0x375f(0x175)](_0x553310,_0xfffffc),_0x4f897e(!![]);return;}}_0x16e0e4[_0x375f(0x55)](isLLMPlatform,_0x521b3f)&&(_0x16e0e4[_0x375f(0xcb)](_0x16e0e4[_0x375f(0x176)],_0x16e0e4['DexGB'])?_0x4fd579[_0x375f(0x177)](_0x2c2d22,_0x40a681)&&_0x3384dc[_0x375f(0x8d)](_0x375f(0x178)+_0x252b9a+_0x375f(0x179)+(_0x5af5fa?_0x4fd579['TNDEC'](_0x4fd579[_0x375f(0x17a)](_0x4fd579[_0x375f(0x17b)],_0x2a8bb6[_0x375f(0x123)](0x0,0x28)),_0x4fd579['mbnWl']):_0x4fd579[_0x375f(0x17c)])):(await AsyncStorage['setItem'](_0x375f(0xa8)+_0x521b3f,JSON[_0x375f(0x16f)]({'connected':!![],'platform':_0x521b3f,'connectedAt':new Date()[_0x375f(0x17d)]()})),console[_0x375f(0x8d)](_0x375f(0x17e)+_0x521b3f+_0x375f(0x17f)))),_0x521b3f[_0x375f(0xa2)]()===_0x16e0e4[_0x375f(0x70)]&&(await AsyncStorage[_0x375f(0xd2)](_0x375f(0x14),JSON[_0x375f(0x16f)]({'connected':!![],'platform':_0x16e0e4[_0x375f(0x70)],'connectedAt':new Date()['toISOString']()})),console[_0x375f(0x8d)](_0x375f(0x180)));}}else _0x16e0e4[_0x375f(0x181)](_0x375f(0x31),_0x16e0e4['pGmlV'])?(_0x5bc947(_0x2931b0=>({..._0x2931b0,[_0x521b3f]:_0x375f(0xc0)})),_0x16e0e4[_0x375f(0x182)](triggerHaptic,HapticType[_0x375f(0x11f)])):(_0x23d91b['add'](_0x3bf529),_0x2c543d=!![]);}else{_0x15c2bf[_0x375f(0x8d)](_0x375f(0x113)+_0x1ab410+_0x375f(0x183)),_0x16e0e4[_0x375f(0x184)](_0x184806,_0x45ca63),_0x16e0e4[_0x375f(0x185)](_0x1870e1,_0x2797da=>({..._0x2797da,[_0x421000]:'connecting'}));const _0x25637c=_0x16e0e4[_0x375f(0x116)](_0x24566f,_0x5bdfa5);_0x25637c?(_0x5ee436[_0x375f(0x8d)](_0x375f(0x115)+_0x3567f3+_0x375f(0x186),_0x25637c),_0x16e0e4[_0x375f(0x127)](_0x162a1d,_0x25637c),_0x16e0e4[_0x375f(0x160)](_0x57abfd,!![])):(_0x3273e4[_0x375f(0xc0)](_0x375f(0x117)+_0x4f7ae5),_0x16e0e4['qRQRy'](_0x2c8232,_0x350acd=>({..._0x350acd,[_0x4dac28]:_0x375f(0xc0)})),_0x16e0e4[_0x375f(0x187)](_0x37c2d5,_0x4502ef[_0x375f(0x11f)]));return;}}_0x1aceaf(![]),_0x16e0e4[_0x375f(0x116)](_0x6d0bff,''),_0x16e0e4[_0x375f(0x188)](_0x1e9d95,'');}else _0x4fd579[_0x375f(0x189)](_0x344415,_0x52a8ba);};_0x16e0e4['psJbm'](useEffect,()=>{const _0x578dad={'htIUq':function(_0x3debc1,_0x47af17){return _0x3debc1(_0x47af17);},'GchMN':function(_0x57126f,_0x3d07bd){return _0x57126f(_0x3d07bd);}};if(_0x16e0e4[_0x375f(0x18a)](_0x1ca77d,!_0x155a28)){const _0x2576a4=setTimeout(()=>{_0x578dad[_0x375f(0x18b)](_0x3eeaea,_0x11906b=>{const _0x9873a7=new Set(_0x11906b);return _0x9873a7[_0x375f(0x63)](_0x1ca77d),_0x9873a7;}),triggerHaptic(HapticType[_0x375f(0x11e)]),console['log'](_0x375f(0x136)+_0x1ca77d),_0x578dad[_0x375f(0x18c)](_0xb77988,null);},0x12c);return()=>clearTimeout(_0x2576a4);}},[_0x1ca77d,_0x155a28]);const _0x268c13=()=>{_0x1aceaf(![]),_0x16e0e4[_0x375f(0x18d)](_0x6d0bff,''),_0x521b3f&&_0x16e0e4[_0x375f(0x18e)](_0x5bc947,_0x387e7d=>({..._0x387e7d,[_0x521b3f]:'disconnected'})),_0x16e0e4['HsoYx'](_0x1e9d95,'');},_0x4f7364=()=>{_0x16e0e4[_0x375f(0x169)](_0x375f(0x18f),'PwZEM')?(_0x16e0e4[_0x375f(0x15e)](_0x4d819d,_0x4d4fea=>({..._0x4d4fea,[_0x3a20a7]:_0x375f(0xc0)})),_0x16e0e4[_0x375f(0x116)](_0x53eb31,_0x231ec8['ERROR'])):_0x33e058(![]);},_0x5001f0=()=>{_0x44b475&&(_0x16e0e4['rrNqO'](_0x375f(0x190),_0x16e0e4[_0x375f(0x191)])?_0x516c4c():_0x16e0e4['kOeYV'](_0x44b475));},_0x491703=()=>{const _0x101786={'obtAg':function(_0x386fef){return _0x386fef();},'XrMqa':function(_0x4fcaee,_0x2a54fc){return _0x16e0e4['FriAC'](_0x4fcaee,_0x2a54fc);},'tOBXG':_0x16e0e4['VIDym'],'DPayg':function(_0x565d48,_0x84d874){return _0x16e0e4['qZNiy'](_0x565d48,_0x84d874);}};if(_0x16e0e4[_0x375f(0x192)](_0x16e0e4[_0x375f(0x193)],_0x375f(0x194))){Animated[_0x375f(0x65)](_0xa6241b,{'toValue':0x1,'duration':0xfa0,'useNativeDriver':![]})[_0x375f(0x66)]();const _0x516299=_0x16e0e4[_0x375f(0x195)](setTimeout,()=>{_0x101786[_0x375f(0x196)](_0x101786[_0x375f(0x197)],_0x101786[_0x375f(0x197)])?(_0x31fb38(_0x3cf47a['BUTTON_PRESS']),_0x478ebb&&_0x101786[_0x375f(0x198)](_0x3399ea)):(_0x101786[_0x375f(0x199)](triggerHaptic,HapticType['SUCCESS']),Vibration[_0x375f(0x68)]([0x0,0x64,0x32,0x64]),_0x101786[_0x375f(0x198)](_0x5001f0));},0xfa0);_0x16e0e4['nVAwi'](_0x4f330b,_0x516299);}else _0x4651eb(_0x32f04a),_0x101786[_0x375f(0x199)](_0x576e3a,null);},_0x3afa95=()=>{_0x59c96b&&(_0x16e0e4[_0x375f(0x19a)](clearTimeout,_0x59c96b),_0x16e0e4['IISWl'](_0x4f330b,null)),_0xa6241b[_0x375f(0x151)](0x0),Animated['timing'](_0xa6241b,{'toValue':0x0,'duration':0xc8,'useNativeDriver':![]})[_0x375f(0x66)]();};_0x16e0e4[_0x375f(0x19b)](useEffect,()=>{const _0x4f8762={'fQsPp':function(_0x16b670){return _0x16b670();},'Ubtee':function(_0x389e47,_0x3e300e){return _0x16e0e4[_0x375f(0x16a)](_0x389e47,_0x3e300e);},'DUdRg':_0x16e0e4[_0x375f(0x19c)],'KTRgZ':_0x16e0e4['tOSLw'],'eaycB':function(_0x55e683,_0x58f3d1){return _0x55e683(_0x58f3d1);}};if(_0x16e0e4[_0x375f(0x169)](_0x16e0e4[_0x375f(0x19d)],_0x16e0e4[_0x375f(0x19e)]))return()=>{_0x4f8762[_0x375f(0x19f)](_0x4f8762[_0x375f(0x1a0)],_0x4f8762[_0x375f(0x1a1)])?_0x4f8762[_0x375f(0x1a2)](_0x15400c):_0x59c96b&&_0x4f8762[_0x375f(0x1a3)](clearTimeout,_0x59c96b);};else _0x54d636['log'](_0x375f(0x1a4),_0x4ad726['from'](_0x17b160));},[_0x59c96b]),_0x16e0e4[_0x375f(0x11d)](useEffect,()=>{_0x16e0e4[_0x375f(0x1a5)](_0x155a28,_0x13b322)&&console['log']('📊\x20[STATE]\x20WebView\x20state\x20changed\x20-\x20showOAuthWebView:\x20'+_0x155a28+_0x375f(0x179)+(_0x13b322?_0x16e0e4['jiDCi'](_0x16e0e4[_0x375f(0x1a6)](_0x16e0e4[_0x375f(0x162)],_0x13b322[_0x375f(0x123)](0x0,0x28)),'...)'):_0x16e0e4['nQdNI']));},[_0x155a28,_0x13b322]);const _0x59b178=Math['min'](0x5,Math[_0x375f(0x1a7)](0x1,_0x16e0e4[_0x375f(0x1a8)](_0x33742e[_0x375f(0x15d)],0x1))),_0x38985f=0x78,_0x5bb70a=0x46;if(_0x410ab5)return React[_0x375f(0x98)](_0x308d74,{'visible':_0x410ab5,'onComplete':_0xb8607a,'onBack':_0x4f7364});if(_0x4d7820){if(_0x16e0e4['ngCAM'](_0x16e0e4[_0x375f(0x1a9)],_0x16e0e4[_0x375f(0x1a9)]))return React[_0x375f(0x98)](_0x463eec,{'visible':_0x4d7820,'onComplete':_0x13e306});else{_0x121a66[_0x375f(0xc0)](_0x16e0e4[_0x375f(0x10c)]);return;}}if(_0x155a28&&_0x13b322)return console[_0x375f(0x8d)](_0x375f(0x1aa)+_0x521b3f+_0x375f(0x1ab)+_0x13b322[_0x375f(0x123)](0x0,0x3c)+_0x375f(0x121)),React['createElement'](OAuthWebView,{'url':_0x13b322,'platform':_0x521b3f,'onClose':_0x268c13,'onSuccess':_0x205814,'onComplete':_0x268c13,'username':_0x257f8c});const _0x182eea=()=>{_0x16e0e4[_0x375f(0x148)](triggerHaptic,HapticType[_0x375f(0xb9)]),_0x16e0e4[_0x375f(0x141)](_0x566fc0,![]);};if(_0x10b8ef){if(_0x16e0e4[_0x375f(0x1ac)](_0x16e0e4['YsUkA'],_0x16e0e4[_0x375f(0x1ad)])){const _0x12ee02=_0x295cd6[0x0]['id'];(!_0x362c9e||!_0x435a0d[_0x375f(0x8b)](_0x550625=>_0x550625['id']===_0x2e148c))&&_0x16e0e4[_0x375f(0x1ae)](_0x587472,_0x12ee02);}else return React[_0x375f(0x98)](_0x1e000e,{'visible':_0x10b8ef,'onAccept':_0x4da8fd,'onDecline':_0x635d34,'connectedPlatforms':Array[_0x375f(0xc5)](_0x33742e),'onConnectMore':_0x182eea,'loading':_0x373154});}return React[_0x375f(0x98)](View,{'style':styles[_0x375f(0x1af)]},React[_0x375f(0x98)](ScrollView,{'style':styles[_0x375f(0x1b0)],'showsVerticalScrollIndicator':![],'bounces':!![]},_0x327098&&React[_0x375f(0x98)](TouchableOpacity,{'style':styles[_0x375f(0x1b1)],'onPress':_0x327098,'activeOpacity':0.7},React[_0x375f(0x98)](Text,{'style':styles[_0x375f(0x1b2)]},'‹')),React['createElement'](View,{'style':styles[_0x375f(0x1b3)]},React[_0x375f(0x98)](Text,{'style':styles[_0x375f(0x1b4)]},_0x16e0e4[_0x375f(0x1b5)]),React[_0x375f(0x98)](Text,{'style':styles[_0x375f(0x1b6)]},_0x16e0e4[_0x375f(0x1b7)])),React['createElement'](View,{'style':styles[_0x375f(0x1b8)]},React[_0x375f(0x98)](_0x65fd2d,{'level':_0x59b178,'style':styles[_0x375f(0x1b9)]}),React[_0x375f(0x98)](ScrollView,{'ref':_0x32212c,'horizontal':!![],'style':[styles[_0x375f(0x1ba)],{'bottom':_0x38985f}],'contentContainerStyle':[styles['platformIconsScrollContent'],_0x16e0e4[_0x375f(0x1bb)](_0x169f91[_0x375f(0x5d)],0x4)&&styles[_0x375f(0x1bc)]],'showsHorizontalScrollIndicator':![],'onScroll':_0x2e204d,'scrollEventThrottle':0x10,'decelerationRate':_0x16e0e4['CTlTW'],'scrollEnabled':_0x16e0e4[_0x375f(0x1bd)](_0x169f91[_0x375f(0x5d)],0x4)},_0x169f91[_0x375f(0xa5)](_0x5c5d5d=>{const _0x25410a={'lBjMn':function(_0x3a423b,_0x3b8987){return _0x16e0e4[_0x375f(0x1ae)](_0x3a423b,_0x3b8987);}};if(_0x16e0e4[_0x375f(0x1be)](_0x375f(0x36),_0x16e0e4[_0x375f(0x1bf)]))Animated['loop'](Animated[_0x375f(0x1c0)]([Animated['timing'](_0x2efcde,{'toValue':0x1,'duration':0x3e8,'useNativeDriver':!![]}),Animated[_0x375f(0x65)](_0x4d4ebc,{'toValue':0x0,'duration':0x3e8,'useNativeDriver':!![]})]))[_0x375f(0x66)]();else{const _0x55a24f=_0x613d6c===_0x5c5d5d['id'],_0xf6cb79=_0x33742e[_0x375f(0x61)](_0x5c5d5d['id']),_0x53a6fc=_0x16e0e4[_0x375f(0x1c1)](_0x43190d[_0x5c5d5d['id']],_0x375f(0xad));return React[_0x375f(0x98)](TouchableOpacity,{'key':_0x5c5d5d['id'],'style':[styles[_0x375f(0x1c2)],_0x55a24f&&styles[_0x375f(0x1c3)]],'onPress':()=>{_0x25410a[_0x375f(0x1c4)](triggerHaptic,HapticType['BUTTON_PRESS']),_0x25410a[_0x375f(0x1c4)](_0x4f5288,_0x5c5d5d['id']);},'activeOpacity':0.7},React[_0x375f(0x98)](Image,{'source':_0x5c5d5d[_0x375f(0x1c5)],'style':[styles[_0x375f(0x1c6)],_0x5c5d5d['id']===_0x16e0e4[_0x375f(0xe3)]&&styles[_0x375f(0x1c7)],_0x16e0e4[_0x375f(0xc9)](_0x5c5d5d['id'],_0x16e0e4['tvcos'])&&styles[_0x375f(0x1c8)],_0x5c5d5d['id']===_0x16e0e4['WZRaL']&&styles['gmailIcon'],_0x16e0e4[_0x375f(0x1c9)](_0x5c5d5d['id'],'chatgpt')&&styles[_0x375f(0x1ca)],_0x16e0e4['GRWBD'](_0x5c5d5d['id'],_0x16e0e4[_0x375f(0x79)])&&styles[_0x375f(0x1cb)],_0x16e0e4['hIOlq'](_0x5c5d5d['id'],'grok')&&styles[_0x375f(0x1cc)]],'resizeMode':_0x16e0e4[_0x375f(0x1cd)]}),_0x53a6fc&&React[_0x375f(0x98)](View,{'style':styles['connectingDot']}),_0xf6cb79&&React[_0x375f(0x98)](View,{'style':styles['connectedDot']}));}})),_0x16e0e4[_0x375f(0x1ce)](_0x169f91[_0x375f(0x5d)],0x4)&&React[_0x375f(0x98)](View,{'style':[styles[_0x375f(0x1cf)],{'bottom':_0x5bb70a}]},React[_0x375f(0x98)](View,{'style':styles['scrollBarTrack']},React[_0x375f(0x98)](View,{'style':[styles[_0x375f(0x1d0)],{'left':_0x16e0e4[_0x375f(0x1d1)](_0xc29d8f,0x38)}]}))),_0x31f718&&_0x169f91['length']>0x4&&React[_0x375f(0x98)](Animated[_0x375f(0x1d2)],{'style':[styles[_0x375f(0x1d3)],{'transform':[{'translateX':_0x56f943['interpolate']({'inputRange':[0x0,0x1],'outputRange':[0x0,0x8]})}],'opacity':_0x56f943['interpolate']({'inputRange':[0x0,0x1],'outputRange':[0.5,0x1]})}]},React[_0x375f(0x98)](Text,{'style':styles[_0x375f(0x1d4)]},'›'))),React['createElement'](View,{'style':styles[_0x375f(0x1d5)]},_0x613d6c&&((()=>{const _0x468de3=_0x169f91['find'](_0x5534ff=>_0x5534ff['id']===_0x613d6c);if(!_0x468de3)return null;const _0x115705=_0x33742e[_0x375f(0x61)](_0x613d6c),_0x21dea7=_0x43190d[_0x613d6c]===_0x16e0e4['XDsdp'],_0xa99045=_0x1929e4===null||_0x1929e4===void 0x0?void 0x0:_0x1929e4['includes'](_0x613d6c);return React[_0x375f(0x98)](View,{'style':styles[_0x375f(0x1d6)]},React[_0x375f(0x98)](View,{'style':styles[_0x375f(0xae)]},React['createElement'](Text,{'style':styles['platformCardTitle']},_0x468de3[_0x375f(0xaf)]),_0xa99045&&React[_0x375f(0x98)](View,{'style':styles[_0x375f(0x1d7)]},React['createElement'](Text,{'style':styles[_0x375f(0xb0)]},_0x16e0e4[_0x375f(0x1d8)])),React[_0x375f(0x98)](TouchableOpacity,{'activeOpacity':0.8,'onPress':()=>!_0x21dea7&&_0x69832f(_0x613d6c,!_0x115705),'disabled':_0x21dea7,'style':[styles[_0x375f(0xb1)],{'backgroundColor':_0x115705?'#10B981':_0x375f(0xa)}]},React[_0x375f(0x98)](View,{'style':[styles[_0x375f(0xb3)],{'transform':[{'translateX':_0x115705?0x14:0x0}]}]}))),React[_0x375f(0x98)](View,{'style':styles[_0x375f(0xb4)]},React[_0x375f(0x98)](Text,{'style':styles[_0x375f(0xb5)]},_0x468de3['description'])));})())),React[_0x375f(0x98)](View,{'style':styles[_0x375f(0x1d9)]},React['createElement'](Text,{'style':styles[_0x375f(0x1da)]},_0x16e0e4[_0x375f(0x1db)]),React[_0x375f(0x98)](Text,{'style':styles[_0x375f(0x1dc)]},_0x16e0e4[_0x375f(0x1dd)]),React[_0x375f(0x98)](View,{'style':styles['refreshSegmentedControl']},MODEL_REFRESH_OPTIONS[_0x375f(0xa5)](_0x55e9e2=>React[_0x375f(0x98)](TouchableOpacity,{'key':_0x55e9e2[_0x375f(0x1de)],'style':[styles[_0x375f(0x1df)],_0x5a9681===_0x55e9e2[_0x375f(0x1de)]&&styles['refreshSegmentSelected']],'onPress':()=>_0x18c5c1(_0x55e9e2[_0x375f(0x1de)]),'activeOpacity':0.7},React[_0x375f(0x98)](Text,{'style':[styles[_0x375f(0x1e0)],_0x5a9681===_0x55e9e2['value']&&styles[_0x375f(0x1e1)]]},_0x55e9e2[_0x375f(0x1e2)])))),React[_0x375f(0x98)](Text,{'style':styles[_0x375f(0x1e3)]},((_0x49a876=MODEL_REFRESH_OPTIONS[_0x375f(0x8b)](_0x39980a=>_0x39980a[_0x375f(0x1de)]===_0x5a9681))===null||_0x16e0e4['WyTAA'](_0x49a876,void 0x0)?void 0x0:_0x49a876[_0x375f(0xb6)])||'')),React[_0x375f(0x98)](View,{'style':styles['bottomButtonContainer']},React[_0x375f(0x98)](View,{'style':styles['buttonWrapper']},React[_0x375f(0x98)](_0xd6824,{'label':'Continue','onPress':_0x40e6d7,'disabled':loading||_0x33742e[_0x375f(0x15d)]===0x0||_0x239c56||_0x5eb126,'loading':loading||_0x239c56||_0x5eb126}),React[_0x375f(0x98)](TouchableOpacity,{'style':styles[_0x375f(0x1e4)],'activeOpacity':0x1,'onPressIn':_0x491703,'onPressOut':_0x3afa95,'onPress':()=>{_0x16e0e4[_0x375f(0x192)]('DoLan',_0x16e0e4['hvICC'])?(_0x16e0e4['KruCI'](_0x502dc1,_0x5f1b54['BUTTON_PRESS']),_0x4122c7(![])):_0x16e0e4[_0x375f(0x1ce)](_0x33742e[_0x375f(0x15d)],0x0)&&!loading&&!_0x239c56&&!_0x5eb126&&_0x40e6d7();}},React[_0x375f(0x98)](Animated['View'],{'style':[styles[_0x375f(0x1e5)],{'width':_0xa6241b[_0x375f(0x1e6)]({'inputRange':[0x0,0x1],'outputRange':['0%',_0x16e0e4['ZqcGB']]})}]}))),_0x4d45ae&&React[_0x375f(0x98)](TouchableOpacity,{'style':styles['skipButton'],'onPress':_0x9fef60},React[_0x375f(0x98)](Text,{'style':styles[_0x375f(0x1e7)]},_0x16e0e4['LxZWE'])))));},styles=StyleSheet['create']({'container':{'flex':0x1,'backgroundColor':COLORS['surface'],'paddingHorizontal':0x18},'backButton':{'width':0x20,'height':0x20,'borderRadius':0x10,'backgroundColor':_0x375f(0x1e8),'alignItems':_0x375f(0x1e9),'justifyContent':_0x375f(0x1e9),'marginBottom':0x2},'backButtonText':{'fontSize':0x16,'fontWeight':_0x375f(0x1ea),'color':_0x375f(0x1eb),'marginTop':-0x2},'scrollContent':{'flex':0x1},'headingContainer':{'width':_0x375f(0x4c),'marginBottom':SPACING['sm'],'paddingTop':0x0,'marginTop':0x0},'title':{'fontFamily':_0x375f(0x1ec),'fontWeight':_0x375f(0x1ed),'fontSize':0x18,'lineHeight':0x20,'color':COLORS[_0x375f(0x1ee)],'textAlign':_0x375f(0x1ef),'marginBottom':0x4},'subtitle':{'fontFamily':_0x375f(0x1f0),'fontWeight':'400','fontSize':0x10,'lineHeight':0x18,'color':COLORS[_0x375f(0x1f1)],'textAlign':_0x375f(0x1ef)},'personaContainer':{'alignItems':_0x375f(0x1e9),'position':_0x375f(0x1f2),'marginTop':-0x14,'marginBottom':-0x78,'height':0x1c2},'largePersona':{'width':0x1f4,'height':0x1f4},'platformIconsOverlay':{'position':'absolute','width':'100%','height':0x46,'zIndex':0xa},'platformIconsScrollContent':{'flexDirection':'row','alignItems':_0x375f(0x1e9),'paddingHorizontal':0x14,'gap':0x18},'platformIconsCentered':{'flexGrow':0x1,'justifyContent':'center'},'platformIconButton':{'width':0x34,'height':0x34,'borderRadius':0x1a,'backgroundColor':_0x375f(0x1f3),'justifyContent':_0x375f(0x1e9),'alignItems':'center','borderWidth':0x3,'borderColor':_0x375f(0x1f4),'shadowColor':'#000','shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.15,'shadowRadius':0x4,'elevation':0x4},'platformIconButtonSelected':{'borderColor':_0x375f(0x1f5),'backgroundColor':_0x375f(0x1f6)},'platformIcon':{'width':0x1e,'height':0x1e},'youtubeIcon':{'width':0x2a,'height':0x2a},'pinterestIcon':{'width':0x24,'height':0x24},'gmailIcon':{'width':0x24,'height':0x24},'chatgptIcon':{'width':0x1e,'height':0x1e},'claudeIcon':{'width':0x20,'height':0x20},'grokIcon':{'width':0x24,'height':0x24},'connectingDot':{'position':_0x375f(0x1f7),'top':0x2,'right':0x2,'width':0xc,'height':0xc,'borderRadius':0x6,'backgroundColor':_0x375f(0x1f8),'borderWidth':0x2,'borderColor':COLORS['surface']},'connectedDot':{'position':'absolute','top':0x2,'right':0x2,'width':0xc,'height':0xc,'borderRadius':0x6,'backgroundColor':'#10B981','borderWidth':0x2,'borderColor':COLORS[_0x375f(0x1f9)]},'cardContainer':{'alignItems':_0x375f(0x1e9),'marginTop':0x10,'marginBottom':SPACING['md']},'platformCard':{'width':0x147,'backgroundColor':_0x375f(0x1f3),'borderRadius':0x10,'padding':0x8,'shadowColor':_0x375f(0x1fa),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.1,'shadowRadius':0x8,'elevation':0x3,'gap':0xa},'cardHeader':{'flexDirection':_0x375f(0x1fb),'alignItems':'center','justifyContent':_0x375f(0x1fc)},'platformCardTitle':{'fontSize':0x10,'fontWeight':_0x375f(0x1ea),'color':COLORS[_0x375f(0x1ee)],'fontFamily':_0x375f(0x1ec)},'recommendedBadge':{'backgroundColor':_0x375f(0x1f6),'paddingHorizontal':0xc,'paddingVertical':0x6,'borderRadius':0x10,'marginLeft':0x8},'recommendedBadgeText':{'fontSize':0xc,'fontWeight':_0x375f(0x1ea),'color':_0x375f(0x1fd),'fontFamily':_0x375f(0x1ec)},'customToggleTrack':{'width':0x32,'height':0x1e,'borderRadius':0xf,'padding':0x2,'marginLeft':_0x375f(0x1fe),'marginRight':0x8,'justifyContent':'center'},'customToggleThumb':{'width':0x1a,'height':0x1a,'borderRadius':0xd,'backgroundColor':_0x375f(0x1f3),'shadowColor':'#000','shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.2,'shadowRadius':0x2,'elevation':0x2},'descriptionContainer':{'backgroundColor':_0x375f(0x1ff),'borderRadius':0x8,'padding':0x8},'platformCardDescription':{'fontSize':0xd,'lineHeight':0x12,'color':COLORS[_0x375f(0x1f1)],'fontFamily':'Inter'},'refreshFrequencySection':{'paddingHorizontal':0x10,'paddingVertical':0x14,'marginTop':0xc,'backgroundColor':_0x375f(0x200),'borderRadius':0x10,'marginHorizontal':SPACING['md'],'marginBottom':0x8,'borderWidth':0x1,'borderColor':_0x375f(0x201)},'refreshFrequencyTitle':{'fontSize':0x11,'fontWeight':'700','color':'#1C1C1E','fontFamily':_0x375f(0x1ec),'marginBottom':0x4},'refreshFrequencyDescription':{'fontSize':0xe,'color':_0x375f(0x202),'fontFamily':_0x375f(0x1f0),'fontWeight':_0x375f(0x203),'marginBottom':0x10},'refreshSegmentedControl':{'flexDirection':'row','backgroundColor':_0x375f(0x204),'borderRadius':0xc,'padding':0x3},'refreshSegment':{'flex':0x1,'paddingVertical':0xa,'alignItems':_0x375f(0x1e9),'justifyContent':_0x375f(0x1e9),'borderRadius':0xa},'refreshSegmentSelected':{'backgroundColor':_0x375f(0x1eb),'shadowColor':_0x375f(0x1fa),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.15,'shadowRadius':0x4,'elevation':0x3},'refreshSegmentText':{'fontSize':0xf,'fontFamily':'Inter','fontWeight':_0x375f(0x205),'color':'#8E8E93'},'refreshSegmentTextSelected':{'fontWeight':_0x375f(0x1ed),'color':_0x375f(0x1f3)},'refreshFrequencyHint':{'fontSize':0xd,'fontFamily':_0x375f(0x1f0),'fontWeight':_0x375f(0x203),'color':_0x375f(0x202),'textAlign':_0x375f(0x1e9),'marginTop':0xc},'privacyLinkContainer':{'marginTop':0x10,'paddingTop':0x10,'borderTopWidth':0x1,'borderTopColor':_0x375f(0x206),'alignItems':_0x375f(0x1e9)},'privacyLinkText':{'fontSize':0xe,'color':_0x375f(0x207),'fontFamily':_0x375f(0x1f0),'fontWeight':'500'},'bottomButtonContainer':{'paddingTop':0x8,'paddingBottom':0x0,'paddingHorizontal':SPACING['md']},'buttonWrapper':{'position':_0x375f(0x1f2)},'buttonOverlay':{'position':_0x375f(0x1f7),'top':0x0,'left':0x0,'right':0x0,'bottom':0x0,'borderRadius':0xc,'overflow':_0x375f(0x208)},'holdProgressBar':{'position':_0x375f(0x1f7),'bottom':0x0,'left':0x0,'height':0x4,'backgroundColor':_0x375f(0x6e),'borderRadius':0x2},'skipButton':{'alignItems':'center','paddingVertical':0xa,'marginBottom':0x22},'skipButtonText':{'fontSize':0x10,'fontFamily':'Inter','fontWeight':_0x375f(0x205),'color':COLORS['grey600']},'pageIndicatorContainer':{'position':_0x375f(0x1f7),'alignSelf':'center','zIndex':0xb},'scrollBarTrack':{'width':0x50,'height':0x4,'backgroundColor':COLORS['grey300'],'borderRadius':0x2,'position':'relative','overflow':_0x375f(0x208)},'scrollBarThumb':{'position':_0x375f(0x1f7),'width':0x18,'height':0x4,'backgroundColor':COLORS[_0x375f(0x1f1)],'borderRadius':0x2,'left':0x0},'scrollIndicator':{'position':_0x375f(0x1f7),'bottom':0x3c,'right':0x1e,'zIndex':0xc},'scrollIndicatorText':{'fontSize':0x20,'color':COLORS[_0x375f(0x209)],'fontWeight':_0x375f(0x20a)}});export default PlatformConnectorsStep;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import React from'react';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 _0x4fa966 from'react-native-vector-icons/MaterialIcons';import{COLORS,PLATFORMS}from'../constants';function _0x3bd0(){const _0xbd2f1f=['#fff','Disconnect','Connect\x20your\x20platforms','Connect\x20at\x20least\x202\x20platforms\x20to\x20proceed','Proceed','createElement','platformHeader','icon','color','platformName','description','platformDescription','connectButton','disconnectedButton','mxear','MBWEt','title','bpMsG','subtitle','RmVUN','entries','map','proceedButton','disabledButton','Zwixl','proceedButtonText','600','text','primary','border','row','center','secondary','success'];_0x3bd0=function(){return _0xbd2f1f;};return _0x3bd0();}function _0x5a75(_0x3bd0cd,_0x5a7584){_0x3bd0cd=_0x3bd0cd-0x0;const _0x37276e=_0x3bd0();let _0x579fe2=_0x37276e[_0x3bd0cd];return _0x579fe2;}export const PlatformList=({connections:_0x278c4e,onToggle:_0x5a13b7,isLoading:_0x422314,canProceed:_0x10fe75,onProceed:_0x2df526})=>{const _0x72c6f3={'ayaDJ':_0x5a75(0x0),'mxear':_0x5a75(0x1),'MBWEt':'Connect','bpMsG':_0x5a75(0x2),'RmVUN':_0x5a75(0x3),'Zwixl':function(_0x19cff7,_0x31ab05){return _0x19cff7||_0x31ab05;},'kKieJ':_0x5a75(0x4)},_0x2cd820=(_0x1daf72,_0x1978d3)=>{const _0x422ebf=PLATFORMS[_0x1daf72];if(!_0x422ebf)return null;return React[_0x5a75(0x5)](View,{'key':_0x1daf72,'style':styles['platformContainer']},React['createElement'](View,{'style':styles[_0x5a75(0x6)]},React[_0x5a75(0x5)](_0x4fa966,{'name':_0x422ebf[_0x5a75(0x7)],'size':0x18,'color':_0x422ebf[_0x5a75(0x8)]}),React[_0x5a75(0x5)](Text,{'style':styles[_0x5a75(0x9)]},_0x422ebf['name'])),_0x422ebf[_0x5a75(0xa)]&&React['createElement'](Text,{'style':styles[_0x5a75(0xb)]},_0x422ebf[_0x5a75(0xa)]),React[_0x5a75(0x5)](TouchableOpacity,{'style':[styles[_0x5a75(0xc)],_0x1978d3?styles['connectedButton']:styles[_0x5a75(0xd)]],'onPress':()=>_0x5a13b7(_0x1daf72,!_0x1978d3),'disabled':_0x422314},_0x422314?React[_0x5a75(0x5)](ActivityIndicator,{'color':_0x72c6f3['ayaDJ']}):React[_0x5a75(0x5)](Text,{'style':styles['buttonText']},_0x1978d3?_0x72c6f3[_0x5a75(0xe)]:_0x72c6f3[_0x5a75(0xf)])));};return React['createElement'](View,{'style':styles['container']},React[_0x5a75(0x5)](Text,{'style':styles[_0x5a75(0x10)]},_0x72c6f3[_0x5a75(0x11)]),React[_0x5a75(0x5)](Text,{'style':styles[_0x5a75(0x12)]},_0x72c6f3[_0x5a75(0x13)]),React[_0x5a75(0x5)](View,{'style':styles['platformsList']},Object[_0x5a75(0x14)](_0x278c4e)[_0x5a75(0x15)](([_0xd10a06,_0x3ebee8])=>_0x2cd820(_0xd10a06,!!_0x3ebee8))),React[_0x5a75(0x5)](TouchableOpacity,{'style':[styles[_0x5a75(0x16)],!_0x10fe75&&styles[_0x5a75(0x17)]],'onPress':_0x2df526,'disabled':_0x72c6f3[_0x5a75(0x18)](!_0x10fe75,_0x422314)},React[_0x5a75(0x5)](Text,{'style':styles[_0x5a75(0x19)]},_0x72c6f3['kKieJ'])));};const styles=StyleSheet['create']({'container':{'flex':0x1,'padding':0x10},'title':{'fontSize':0x14,'fontWeight':_0x5a75(0x1a),'marginBottom':0x8,'color':COLORS[_0x5a75(0x1b)][_0x5a75(0x1c)]},'subtitle':{'fontSize':0xe,'color':COLORS[_0x5a75(0x1b)]['secondary'],'marginBottom':0x18},'platformsList':{'flex':0x1},'platformContainer':{'backgroundColor':'#fff','borderRadius':0xc,'padding':0x10,'marginBottom':0x10,'borderWidth':0x1,'borderColor':COLORS[_0x5a75(0x1d)]},'platformHeader':{'flexDirection':_0x5a75(0x1e),'alignItems':_0x5a75(0x1f),'marginBottom':0x8},'platformName':{'fontSize':0x10,'fontWeight':_0x5a75(0x1a),'marginLeft':0xc,'color':COLORS[_0x5a75(0x1b)]['primary']},'platformDescription':{'fontSize':0xe,'color':COLORS[_0x5a75(0x1b)][_0x5a75(0x20)],'marginBottom':0x10},'connectButton':{'paddingVertical':0x8,'paddingHorizontal':0x10,'borderRadius':0x8,'alignItems':_0x5a75(0x1f)},'connectedButton':{'backgroundColor':COLORS[_0x5a75(0x21)]},'disconnectedButton':{'backgroundColor':COLORS[_0x5a75(0x1c)]},'buttonText':{'color':_0x5a75(0x0),'fontWeight':_0x5a75(0x1a)},'proceedButton':{'backgroundColor':COLORS[_0x5a75(0x1c)],'paddingVertical':0x10,'borderRadius':0xc,'alignItems':_0x5a75(0x1f),'marginTop':0x10},'disabledButton':{'opacity':0.5},'proceedButtonText':{'color':_0x5a75(0x0),'fontSize':0x10,'fontWeight':_0x5a75(0x1a)}});
|