@onairos/react-native 3.7.1 → 3.7.2
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/spotify.png +0 -0
- package/lib/commonjs/assets/images/spotify.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/spotify.png +0 -0
- package/lib/module/assets/images/spotify.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
|
-
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}});
|
|
1
|
+
function _0x3ce2(_0x11fd0b,_0x3ce296){_0x11fd0b=_0x11fd0b-0x0;const _0xb869d9=_0x11fd();let _0x524fe9=_0xb869d9[_0x11fd0b];return _0x524fe9;}import React,{useState,useCallback}from'react';function _0x11fd(){const _0x3221e5=['window','Training\x20is\x20starting\x20in\x20the\x20background...','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','Please\x20complete\x20biometric\x20authentication\x20to\x20secure\x20your\x20PIN.','info','Secure\x20PIN\x20Storage','biometric-unavailable','NpPoj','authenticating','AiFGI','storage-error','FuxLG','impqu','Biometric\x20authentication\x20was\x20cancelled\x20or\x20failed.\x20Your\x20PIN\x20needs\x20to\x20be\x20secured\x20with\x20biometric\x20authentication\x20to\x20proceed.','Storage\x20Error','error','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','#007AFF','e.g.\x20MyPin123!','none','done','•\x20At\x20least\x20','Continue\x20Without\x20Biometric','Back','Continue','Krbhm','UuGkO','uroVo','PlHxi','useEffect','log','catch','AOMJW','dyyRz','HTXSX','FMVZo','BNDAl','An\x20error\x20occurred\x20while\x20securing\x20your\x20PIN.\x20Would\x20you\x20like\x20to\x20try\x20again?','ImHqq','gKpla','BcWBk','VNgFN','QZhvr','length','\x20characters','PsdAz','Mmeox','KPHFV','EOZmT','hDKHm','uebHB','cICBX','xfxGl','pCibc','tWbjC','XAqJd','test','PYOfx','PIN\x20must\x20include\x20a\x20number','IZEjS','qfIAL','FWSug','tltJP','KfHzb','vUBPA','XCsHm','RStuN','AZiIq','PIN\x20must\x20be\x20at\x20least\x20','PIN\x20must\x20include\x20a\x20special\x20character','UFBjC','isBiometricAvailable','bTHig','storePinWithBiometric','cAuRO','sCLfk','bNzeI','isPinStored','DLLwC','oWAfJ','klYLS','BFJAS','ncpKs','ktaBk','HBIWy','TqklL','QeNhg','GMgTx','mxBKe','UoVla','warn','HSSws','YfScl','JwAES','cjcby','uDhnK','bkVrc','Biometric\x20Authentication\x20Not\x20Available','EaDKu','RgzQf','VrfHP','HLriT','ipnOM','xXgRE','createElement','container','title','iKdPs','subtitle','A\x20PIN\x20so\x20only\x20you\x20have\x20access\x20to\x20your\x20data','backgroundProgressText','backgroundProgressIndicator','inputContainer','input','jsCfq','lotmI','visibilityButton','👁️','👁️🗨️','requirements','requirement','fvWMc','requirementMet','VpCxE','•\x20Include\x20a\x20number','infoContainer','qdOwM','type','infoContainerInfo','GrWhu','infoTitle','nyvEO','infoTitleInfo','infoTitleWarning','infoTitleError','infoMessageError','message','showActions','infoActions','infoActionButton','infoActionButtonText','Try\x20Again','infoActionButtonSecondary','NJRcy','cancelButton','submitButton','GsQop','submitButtonDisabled','submitButtonText','fpMmG','create','#fff','flex-start','100%','row','center','600','#333','#E3F2FD','#2196F3','#FFF3E0','#FFEBEE','#F44336','#F57C00','#D32F2F','#E65100','#C62828','space-between','transparent','#34C759','#eee','#666','#000000'];_0x11fd=function(){return _0x3221e5;};return _0x11fd();}import{View,Text,StyleSheet,TextInput,TouchableOpacity,Dimensions,Keyboard,ActivityIndicator}from'react-native';import{biometricPinService}from'../services/biometricPinService';const {width}=Dimensions['get'](_0x3ce2(0x0));export const PinInput=({onSubmit:_0x581e73,minLength:minLength=0x8,requireSpecialChar:requireSpecialChar=!![],requireNumber:requireNumber=!![],onBack:_0x58c808,enableBiometricStorage:enableBiometricStorage=!![],onBackgroundTrainingStart:_0x23f63b,showBackgroundProgress:showBackgroundProgress=![],backgroundProgressText:backgroundProgressText=_0x3ce2(0x1)})=>{const _0x86c923={'bTHig':function(_0x589dde,_0x94f0bc){return _0x589dde(_0x94f0bc);},'ktaBk':function(_0x3a777b,_0xc9c9ac){return _0x3a777b&&_0xc9c9ac;},'HTXSX':'Biometric\x20Authentication\x20Not\x20Available','FMVZo':_0x3ce2(0x2),'BNDAl':_0x3ce2(0x3),'EaDKu':_0x3ce2(0x4),'RgzQf':'Biometric\x20Authentication\x20Failed','ImHqq':'Authenticating...','gKpla':_0x3ce2(0x5),'BcWBk':_0x3ce2(0x6),'VNgFN':_0x3ce2(0x7),'Krbhm':function(_0x39420a,_0x2c9205){return _0x39420a(_0x2c9205);},'QZhvr':function(_0x2ef20f,_0x1e0d37){return _0x2ef20f<_0x1e0d37;},'cAuRO':function(_0x193880,_0x76210f){return _0x193880===_0x76210f;},'PsdAz':'FhAWq','Mmeox':'PIN\x20must\x20include\x20a\x20special\x20character','PYOfx':'sXzKB','FWSug':function(_0x406579,_0x3d239b){return _0x406579(_0x3d239b);},'bNzeI':_0x3ce2(0x8),'XCsHm':function(_0x33f8d1,_0x5cad7a){return _0x33f8d1(_0x5cad7a);},'HBIWy':function(_0x4a70e0){return _0x4a70e0();},'tltJP':function(_0x18947a,_0x3b030c){return _0x18947a!==_0x3b030c;},'QWoFO':_0x3ce2(0x9),'vUBPA':function(_0x5bef4f,_0x5e33f7){return _0x5bef4f(_0x5e33f7);},'RStuN':'ZrfqT','UFBjC':_0x3ce2(0xa),'NcPGz':function(_0x481eed,_0x558ca7){return _0x481eed(_0x558ca7);},'DLLwC':_0x3ce2(0xb),'klYLS':'oWAfJ','mxBKe':function(_0x97c0bf,_0x552858){return _0x97c0bf(_0x552858);},'fwUrE':function(_0x1b7f8e,_0x2a3532){return _0x1b7f8e(_0x2a3532);},'ncpKs':_0x3ce2(0xc),'vyJiW':function(_0x349771,_0x52b3ad){return _0x349771(_0x52b3ad);},'TqklL':function(_0x1487b7,_0xdf9ae0){return _0x1487b7===_0xdf9ae0;},'QeNhg':_0x3ce2(0xd),'PlHxi':'default','HSSws':function(_0x5d08bb,_0x237457){return _0x5d08bb(_0x237457);},'juANl':function(_0x207f6e,_0x4099b1){return _0x207f6e(_0x4099b1);},'YfScl':_0x3ce2(0xe),'JwAES':function(_0x48925e){return _0x48925e();},'VrfHP':_0x3ce2(0xf),'WVrLC':_0x3ce2(0x10),'HLriT':'An\x20error\x20occurred\x20while\x20securing\x20your\x20PIN.\x20Would\x20you\x20like\x20to\x20try\x20again?','ipnOM':_0x3ce2(0x11),'xXgRE':_0x3ce2(0x12),'UuGkO':function(_0x41057e,_0x3146c5){return _0x41057e(_0x3146c5);},'uroVo':function(_0x4a06c3,_0x2796cc){return _0x4a06c3(_0x2796cc);},'UoVSV':function(_0x1c21d0,_0x35177e){return _0x1c21d0(_0x35177e);},'dyyRz':function(_0x33d50d,_0x595bf2,_0x3cd8e0){return _0x33d50d(_0x595bf2,_0x3cd8e0);},'qfIAL':function(_0x2cf8bc,_0x2463c9,_0x5d5827){return _0x2cf8bc(_0x2463c9,_0x5d5827);},'UoVla':function(_0x4af53a,_0x2edc21,_0x271d1f){return _0x4af53a(_0x2edc21,_0x271d1f);},'iKdPs':_0x3ce2(0x13),'yPmYy':_0x3ce2(0x14),'aCeJA':_0x3ce2(0x15),'rclYH':_0x3ce2(0x16),'jsCfq':_0x3ce2(0x17),'lotmI':_0x3ce2(0x18),'fvWMc':_0x3ce2(0x19),'VpCxE':'•\x20Include\x20a\x20special\x20character','qdOwM':function(_0x5596ad,_0x7fe46b){return _0x5596ad===_0x7fe46b;},'GrWhu':function(_0x3159ab,_0xd1d1a7){return _0x3159ab===_0xd1d1a7;},'nyvEO':function(_0x17087d,_0x564221){return _0x17087d===_0x564221;},'yAUvY':function(_0x1e9e6c,_0x1a7b51){return _0x1e9e6c===_0x1a7b51;},'NJRcy':_0x3ce2(0x1a),'YfDKp':_0x3ce2(0x1b),'GsQop':function(_0x505a7a,_0x4acf2a){return _0x505a7a||_0x4acf2a;},'fpMmG':_0x3ce2(0x1c)},[_0x50eea9,_0xdde28d]=_0x86c923[_0x3ce2(0x1d)](useState,''),[_0x38622e,_0x19aa89]=_0x86c923[_0x3ce2(0x1e)](useState,null),[_0x423680,_0x19900a]=useState(![]),[_0x24d10b,_0x288ace]=_0x86c923[_0x3ce2(0x1f)](useState,![]),[_0x568789,_0x2c6a25]=_0x86c923['UoVSV'](useState,_0x86c923[_0x3ce2(0x20)]),[_0x3224ba,_0x3cf132]=useState(![]);React[_0x3ce2(0x21)](()=>{const _0x372e99={'AOMJW':function(_0x5254ae,_0x35b8f2){return _0x86c923['bTHig'](_0x5254ae,_0x35b8f2);}};_0x86c923['ktaBk'](_0x23f63b,!_0x3224ba)&&showBackgroundProgress&&(console[_0x3ce2(0x22)]('\uD83D\uDE80 [PIN INPUT] Background training explicitly requested...'),_0x86c923['bTHig'](_0x3cf132,!![]),_0x23f63b()[_0x3ce2(0x23)](_0x9066ef=>{console[_0x3ce2(0x11)]('\u274C [PIN INPUT] Background training failed:',_0x9066ef),_0x372e99[_0x3ce2(0x24)](_0x3cf132,![]);}));},[_0x23f63b,_0x3224ba,showBackgroundProgress]);const _0x4f6e3d=_0x86c923[_0x3ce2(0x25)](useCallback,_0x2850c5=>{const _0x371669={'KPHFV':_0x86c923[_0x3ce2(0x26)],'EOZmT':_0x86c923[_0x3ce2(0x27)],'cICBX':_0x86c923[_0x3ce2(0x28)],'bcZmW':_0x86c923['EaDKu'],'hDKHm':_0x86c923['RgzQf'],'uebHB':'Biometric\x20authentication\x20was\x20cancelled\x20or\x20failed.\x20Your\x20PIN\x20needs\x20to\x20be\x20secured\x20with\x20biometric\x20authentication\x20to\x20proceed.','xfxGl':_0x3ce2(0x29),'aXvYE':_0x86c923[_0x3ce2(0x2a)],'pCibc':_0x86c923[_0x3ce2(0x2b)],'tWbjC':_0x86c923[_0x3ce2(0x2c)],'XAqJd':_0x86c923[_0x3ce2(0x2d)],'IZEjS':function(_0x2efa8b,_0x38b883){return _0x86c923[_0x3ce2(0x1d)](_0x2efa8b,_0x38b883);}};if(_0x86c923[_0x3ce2(0x2e)](_0x2850c5[_0x3ce2(0x2f)],minLength))return'PIN\x20must\x20be\x20at\x20least\x20'+minLength+_0x3ce2(0x30);if(requireSpecialChar&&!/[!@#$%^&*(),.?":{}|<>]/['test'](_0x2850c5)){if(_0x86c923['cAuRO'](_0x86c923[_0x3ce2(0x31)],_0x86c923[_0x3ce2(0x31)]))return _0x86c923[_0x3ce2(0x32)];else switch(_0x5663bc){case _0x3ce2(0x8):return{'title':_0x371669[_0x3ce2(0x33)],'message':_0x371669[_0x3ce2(0x34)],'type':_0x371669['cICBX'],'showActions':!![]};case _0x371669['bcZmW']:return{'title':_0x371669[_0x3ce2(0x35)],'message':_0x371669[_0x3ce2(0x36)],'type':_0x371669[_0x3ce2(0x37)],'showActions':!![]};case _0x3ce2(0xc):return{'title':_0x3ce2(0x10),'message':_0x371669[_0x3ce2(0x38)],'type':'error','showActions':!![]};case _0x3ce2(0xa):return{'title':_0x371669['aXvYE'],'message':_0x371669[_0x3ce2(0x39)],'type':_0x371669[_0x3ce2(0x3a)],'showActions':![]};default:return{'title':_0x371669[_0x3ce2(0x3b)],'message':_0x3ce2(0x12),'type':_0x3ce2(0x6),'showActions':![]};}}if(requireNumber&&!/\d/[_0x3ce2(0x3c)](_0x2850c5)){if(_0x86c923[_0x3ce2(0x3d)]===_0x86c923[_0x3ce2(0x3d)])return _0x3ce2(0x3e);else{_0x4f796e['log']('\u274C [PIN INPUT] Validation failed:',_0x5b6ebc),_0x371669[_0x3ce2(0x3f)](_0x134b8b,_0x113891);return;}}return null;},[minLength,requireSpecialChar,requireNumber]),_0x5832c3=_0x86c923[_0x3ce2(0x40)](useCallback,async()=>{const _0x47dbd9={'AZiIq':function(_0x4f4d0f,_0x5d4e01){return _0x86c923[_0x3ce2(0x2e)](_0x4f4d0f,_0x5d4e01);},'BFJAS':function(_0x25ed37,_0x5937fb){return _0x86c923[_0x3ce2(0x41)](_0x25ed37,_0x5937fb);}};if(_0x86c923[_0x3ce2(0x42)](_0x3ce2(0x43),_0x86c923['QWoFO'])){console[_0x3ce2(0x22)]('\uD83D\uDD0D [PIN INPUT] handleSubmit called with PIN length:',_0x50eea9[_0x3ce2(0x2f)]);const _0x4cc0af=_0x86c923[_0x3ce2(0x44)](_0x4f6e3d,_0x50eea9);if(_0x4cc0af){console['log']('\u274C [PIN INPUT] Validation failed:',_0x4cc0af),_0x86c923[_0x3ce2(0x45)](_0x19aa89,_0x4cc0af);return;}console['log']('\u2705 [PIN INPUT] PIN validation passed');if(enableBiometricStorage){if(_0x86c923[_0x3ce2(0x42)](_0x86c923[_0x3ce2(0x46)],_0x86c923[_0x3ce2(0x46)])){if(_0x47dbd9[_0x3ce2(0x47)](_0x5da000[_0x3ce2(0x2f)],_0x281c8a))return _0x3ce2(0x48)+_0x412043+_0x3ce2(0x30);if(_0x1515c2&&!/[!@#$%^&*(),.?":{}|<>]/[_0x3ce2(0x3c)](_0x321acf))return _0x3ce2(0x49);if(_0x37a596&&!/\d/[_0x3ce2(0x3c)](_0x4a99b3))return'PIN\x20must\x20include\x20a\x20number';return null;}else{console[_0x3ce2(0x22)]('\uD83D\uDD10 [PIN INPUT] Biometric storage enabled, starting biometric flow...'),_0x86c923[_0x3ce2(0x44)](_0x288ace,!![]),_0x2c6a25(_0x86c923[_0x3ce2(0x4a)]);try{const _0x4f9916=await biometricPinService[_0x3ce2(0x4b)]();console[_0x3ce2(0x22)]('\uD83D\uDCF1 [PIN INPUT] Biometric available:',_0x4f9916);if(!_0x4f9916){console[_0x3ce2(0x11)]('\u274C [PIN INPUT] Face ID not available on this device'),_0x86c923[_0x3ce2(0x4c)](_0x2c6a25,'biometric-unavailable'),_0x86c923['NcPGz'](_0x288ace,![]);return;}console[_0x3ce2(0x22)]('\uD83D\uDD10 [PIN INPUT] Triggering biometric authentication for PIN storage...');const _0x5d2139=await biometricPinService[_0x3ce2(0x4d)](_0x50eea9);if(_0x5d2139){if(_0x86c923[_0x3ce2(0x4e)](_0x3ce2(0x4f),'npjYN')){_0x3f40fa[_0x3ce2(0x11)]('\u274C [PIN INPUT] Face ID not available on this device'),_0x86c923[_0x3ce2(0x41)](_0x3fbdf4,_0x86c923[_0x3ce2(0x50)]),_0x86c923[_0x3ce2(0x45)](_0x3fc18a,![]);return;}else{console['log']('\u2705 [PIN INPUT] PIN stored successfully with biometric protection');const _0x551412=await biometricPinService[_0x3ce2(0x51)]();if(_0x551412){if('yHKua'===_0x86c923[_0x3ce2(0x52)])return _0x86c923[_0x3ce2(0x32)];else console['log']('\u2705 [PIN INPUT] PIN storage verified - proceeding with onboarding'),_0x86c923[_0x3ce2(0x44)](_0x581e73,_0x50eea9);}else _0x86c923[_0x3ce2(0x4e)](_0x3ce2(0x53),_0x86c923[_0x3ce2(0x54)])?(console['error']('\u274C [PIN INPUT] PIN storage verification failed'),_0x86c923['mxBKe'](_0x2c6a25,_0x3ce2(0xc)),_0x288ace(![])):(_0x302383[_0x3ce2(0x22)]('\uD83D\uDE80 [PIN INPUT] Background training explicitly requested...'),_0x5b4b8b(!![]),_0x86c923['HBIWy'](_0x2e82de)['catch'](_0xe1fa0a=>{_0x3fc078[_0x3ce2(0x11)]('\u274C [PIN INPUT] Background training failed:',_0xe1fa0a),_0x47dbd9[_0x3ce2(0x55)](_0x27f0e2,![]);}));}}else console['warn']('\u26A0️ [PIN INPUT] Biometric authentication failed or was cancelled'),_0x86c923['fwUrE'](_0x2c6a25,_0x86c923['EaDKu']),_0x86c923['NcPGz'](_0x288ace,![]);}catch(_0x3ea04c){console[_0x3ce2(0x11)]('\u274C [PIN INPUT] Error handling biometric PIN storage:',_0x3ea04c),_0x2c6a25(_0x86c923[_0x3ce2(0x56)]),_0x86c923['vyJiW'](_0x288ace,![]);}}}else console[_0x3ce2(0x22)]('\uD83D\uDD10 [PIN INPUT] Biometric storage disabled, proceeding normally'),_0x581e73(_0x50eea9);}else{const _0x105463={'xJnfb':function(_0x43ed99,_0x2dcef8){return _0x86c923[_0x3ce2(0x45)](_0x43ed99,_0x2dcef8);}};_0x86c923[_0x3ce2(0x57)](_0x5d2fcd,!_0xfd9d2e)&&_0x21f97e&&(_0x25a0b5[_0x3ce2(0x22)]('\uD83D\uDE80 [PIN INPUT] Background training explicitly requested...'),_0x86c923[_0x3ce2(0x45)](_0xeeb946,!![]),_0x86c923[_0x3ce2(0x58)](_0x1acf89)[_0x3ce2(0x23)](_0x34e909=>{_0x8983be[_0x3ce2(0x11)]('\u274C [PIN INPUT] Background training failed:',_0x34e909),_0x105463['xJnfb'](_0x52a535,![]);}));}},[_0x50eea9,_0x4f6e3d,_0x581e73,enableBiometricStorage]),_0xe46895=_0x86c923[_0x3ce2(0x25)](useCallback,_0x5ca196=>{if(_0x86c923[_0x3ce2(0x59)](_0x86c923[_0x3ce2(0x5a)],_0x3ce2(0x5b)))return _0x3ce2(0x48)+_0x298e61+'\x20characters';else _0x86c923[_0x3ce2(0x5c)](_0xdde28d,_0x5ca196),_0x86c923['FWSug'](_0x19aa89,null),_0x86c923['mxBKe'](_0x2c6a25,_0x86c923['PlHxi']),console[_0x3ce2(0x22)]('\uD83D\uDD0D [PIN INPUT] PIN changed:',{'length':_0x5ca196[_0x3ce2(0x2f)],'hasSpecialChar':/[!@#$%^&*(),.?":{}|<>]/[_0x3ce2(0x3c)](_0x5ca196),'hasNumber':/\d/[_0x3ce2(0x3c)](_0x5ca196),'isValid':!_0x4f6e3d(_0x5ca196)});},[_0x4f6e3d]),_0x1ed0b7=_0x86c923[_0x3ce2(0x5d)](useCallback,()=>{console[_0x3ce2(0x5e)]('\u26A0️ [PIN INPUT] User chose to continue without biometric security'),_0x86c923[_0x3ce2(0x5f)](_0x581e73,_0x50eea9);},[_0x50eea9,_0x581e73]),_0x3de5e9=useCallback(()=>{const _0x35c571={'cjcby':function(_0x4bcd18,_0x309ece){return _0x86c923['juANl'](_0x4bcd18,_0x309ece);},'uDhnK':_0x86c923['PlHxi'],'bkVrc':function(_0x3f6153){return _0x3f6153();}};_0x86c923[_0x3ce2(0x4e)](_0x3ce2(0xe),_0x86c923[_0x3ce2(0x60)])?(_0x2c6a25(_0x86c923[_0x3ce2(0x20)]),_0x86c923[_0x3ce2(0x61)](_0x5832c3)):(_0x35c571[_0x3ce2(0x62)](_0x40a991,_0x35c571[_0x3ce2(0x63)]),_0x35c571[_0x3ce2(0x64)](_0x56b142));},[_0x5832c3]),_0x35b2d5=()=>{switch(_0x568789){case'biometric-unavailable':return{'title':_0x3ce2(0x65),'message':_0x86c923['FMVZo'],'type':_0x86c923[_0x3ce2(0x28)],'showActions':!![]};case _0x86c923[_0x3ce2(0x66)]:return{'title':_0x86c923[_0x3ce2(0x67)],'message':_0x86c923[_0x3ce2(0x68)],'type':_0x86c923[_0x3ce2(0x28)],'showActions':!![]};case _0x86c923[_0x3ce2(0x56)]:return{'title':_0x86c923['WVrLC'],'message':_0x86c923[_0x3ce2(0x69)],'type':_0x86c923[_0x3ce2(0x6a)],'showActions':!![]};case _0x86c923[_0x3ce2(0x4a)]:return{'title':_0x86c923['ImHqq'],'message':_0x86c923[_0x3ce2(0x2b)],'type':_0x86c923[_0x3ce2(0x2c)],'showActions':![]};default:return{'title':_0x86c923[_0x3ce2(0x2d)],'message':_0x86c923[_0x3ce2(0x6b)],'type':_0x86c923[_0x3ce2(0x2c)],'showActions':![]};}},_0x49aa30=_0x86c923[_0x3ce2(0x61)](_0x35b2d5);return React[_0x3ce2(0x6c)](View,{'style':styles[_0x3ce2(0x6d)]},React[_0x3ce2(0x6c)](View,{'style':styles['inputSection']},React[_0x3ce2(0x6c)](View,{'style':styles['header']},_0x58c808&&React['createElement'](TouchableOpacity,{'style':styles['backButton'],'onPress':_0x58c808},React[_0x3ce2(0x6c)](Text,{'style':{'fontSize':0x18}},'←')),React['createElement'](Text,{'style':styles[_0x3ce2(0x6e)]},_0x86c923[_0x3ce2(0x6f)])),React[_0x3ce2(0x6c)](Text,{'style':styles[_0x3ce2(0x70)]},_0x3ce2(0x71)),_0x86c923[_0x3ce2(0x57)](showBackgroundProgress,_0x3224ba)&&React[_0x3ce2(0x6c)](View,{'style':styles['backgroundProgressContainer']},React['createElement'](Text,{'style':styles[_0x3ce2(0x72)]},backgroundProgressText),React[_0x3ce2(0x6c)](View,{'style':styles[_0x3ce2(0x73)]},React['createElement'](ActivityIndicator,{'size':_0x86c923['yPmYy'],'color':_0x86c923['aCeJA']}))),React[_0x3ce2(0x6c)](View,{'style':styles[_0x3ce2(0x74)]},React['createElement'](TextInput,{'style':styles[_0x3ce2(0x75)],'value':_0x50eea9,'onChangeText':_0xe46895,'secureTextEntry':!_0x423680,'placeholder':_0x86c923['rclYH'],'keyboardType':_0x86c923[_0x3ce2(0x20)],'maxLength':0x14,'autoCapitalize':_0x86c923[_0x3ce2(0x76)],'autoCorrect':![],'returnKeyType':_0x86c923[_0x3ce2(0x77)],'onSubmitEditing':()=>Keyboard['dismiss']()}),React[_0x3ce2(0x6c)](TouchableOpacity,{'style':styles[_0x3ce2(0x78)],'onPress':()=>_0x19900a(!_0x423680)},React[_0x3ce2(0x6c)](Text,null,_0x423680?_0x3ce2(0x79):_0x3ce2(0x7a))))),_0x38622e&&React[_0x3ce2(0x6c)](Text,{'style':styles[_0x3ce2(0x11)]},_0x38622e),React['createElement'](View,{'style':styles[_0x3ce2(0x7b)]},React[_0x3ce2(0x6c)](Text,{'style':styles['requirementTitle']},'PIN\x20Requirements:'),React[_0x3ce2(0x6c)](Text,{'style':[styles[_0x3ce2(0x7c)],_0x50eea9[_0x3ce2(0x2f)]>=minLength&&styles['requirementMet']]},_0x86c923[_0x3ce2(0x7d)],minLength,'\x20characters'),requireSpecialChar&&React[_0x3ce2(0x6c)](Text,{'style':[styles[_0x3ce2(0x7c)],/[!@#$%^&*(),.?":{}|<>]/[_0x3ce2(0x3c)](_0x50eea9)&&styles[_0x3ce2(0x7e)]]},_0x86c923[_0x3ce2(0x7f)]),requireNumber&&React[_0x3ce2(0x6c)](Text,{'style':[styles[_0x3ce2(0x7c)],/\d/['test'](_0x50eea9)&&styles[_0x3ce2(0x7e)]]},_0x3ce2(0x80))),React[_0x3ce2(0x6c)](View,{'style':[styles[_0x3ce2(0x81)],_0x86c923[_0x3ce2(0x82)](_0x49aa30[_0x3ce2(0x83)],'info')&&styles[_0x3ce2(0x84)],_0x86c923[_0x3ce2(0x85)](_0x49aa30[_0x3ce2(0x83)],_0x86c923['BNDAl'])&&styles['infoContainerWarning'],_0x86c923[_0x3ce2(0x4e)](_0x49aa30['type'],'error')&&styles['infoContainerError']]},React[_0x3ce2(0x6c)](Text,{'style':[styles[_0x3ce2(0x86)],_0x86c923[_0x3ce2(0x87)](_0x49aa30[_0x3ce2(0x83)],_0x86c923['BcWBk'])&&styles[_0x3ce2(0x88)],_0x86c923['cAuRO'](_0x49aa30[_0x3ce2(0x83)],_0x86c923[_0x3ce2(0x28)])&&styles[_0x3ce2(0x89)],_0x86c923[_0x3ce2(0x85)](_0x49aa30[_0x3ce2(0x83)],_0x86c923[_0x3ce2(0x6a)])&&styles[_0x3ce2(0x8a)]]},_0x49aa30[_0x3ce2(0x6e)]),React[_0x3ce2(0x6c)](Text,{'style':[styles['infoMessage'],_0x49aa30[_0x3ce2(0x83)]===_0x86c923[_0x3ce2(0x2c)]&&styles['infoMessageInfo'],_0x86c923['yAUvY'](_0x49aa30[_0x3ce2(0x83)],_0x86c923['BNDAl'])&&styles['infoMessageWarning'],_0x49aa30[_0x3ce2(0x83)]===_0x86c923[_0x3ce2(0x6a)]&&styles[_0x3ce2(0x8b)]]},_0x49aa30[_0x3ce2(0x8c)]),_0x49aa30[_0x3ce2(0x8d)]&&React[_0x3ce2(0x6c)](View,{'style':styles[_0x3ce2(0x8e)]},React[_0x3ce2(0x6c)](TouchableOpacity,{'style':styles[_0x3ce2(0x8f)],'onPress':_0x3de5e9},React[_0x3ce2(0x6c)](Text,{'style':styles[_0x3ce2(0x90)]},_0x3ce2(0x91))),React['createElement'](TouchableOpacity,{'style':[styles[_0x3ce2(0x8f)],styles[_0x3ce2(0x92)]],'onPress':_0x1ed0b7},React[_0x3ce2(0x6c)](Text,{'style':[styles[_0x3ce2(0x90)],styles['infoActionButtonSecondaryText']]},_0x86c923[_0x3ce2(0x93)])))),React[_0x3ce2(0x6c)](View,{'style':styles['footer']},_0x58c808&&React[_0x3ce2(0x6c)](TouchableOpacity,{'style':styles[_0x3ce2(0x94)],'onPress':_0x58c808},React[_0x3ce2(0x6c)](Text,{'style':styles['cancelButtonText']},_0x86c923['YfDKp'])),React['createElement'](TouchableOpacity,{'style':[styles[_0x3ce2(0x95)],(_0x86c923[_0x3ce2(0x96)](!_0x50eea9,_0x24d10b)||_0x86c923['FWSug'](_0x4f6e3d,_0x50eea9))&&styles[_0x3ce2(0x97)]],'onPress':_0x5832c3,'disabled':_0x86c923['GsQop'](!_0x50eea9,_0x24d10b)||!!_0x4f6e3d(_0x50eea9)},React[_0x3ce2(0x6c)](Text,{'style':styles[_0x3ce2(0x98)]},_0x24d10b?_0x86c923[_0x3ce2(0x2a)]:_0x86c923[_0x3ce2(0x99)]))));};const styles=StyleSheet[_0x3ce2(0x9a)]({'container':{'flex':0x1,'padding':0x10,'width':width,'backgroundColor':_0x3ce2(0x9b),'justifyContent':_0x3ce2(0x9c)},'inputSection':{'width':_0x3ce2(0x9d),'marginTop':0x0,'paddingTop':0x0},'header':{'flexDirection':_0x3ce2(0x9e),'alignItems':_0x3ce2(0x9f),'justifyContent':'space-between','marginBottom':0x10,'paddingVertical':0x8},'backButton':{'padding':0x8},'title':{'fontSize':0x14,'fontWeight':_0x3ce2(0xa0),'color':_0x3ce2(0xa1),'textAlign':_0x3ce2(0x9f),'flex':0x1,'marginBottom':0x8},'subtitle':{'fontSize':0xe,'color':'#666','marginBottom':0x18,'textAlign':'center'},'inputContainer':{'flexDirection':_0x3ce2(0x9e),'alignItems':_0x3ce2(0x9f),'borderWidth':0x1,'borderColor':'#CCCCCC','borderRadius':0x8,'marginBottom':0x10},'input':{'flex':0x1,'padding':0xc,'fontSize':0x10},'visibilityButton':{'padding':0xc},'infoContainer':{'padding':0x10,'borderRadius':0xc,'marginBottom':0x10,'borderWidth':0x1},'infoContainerInfo':{'backgroundColor':_0x3ce2(0xa2),'borderColor':_0x3ce2(0xa3)},'infoContainerWarning':{'backgroundColor':_0x3ce2(0xa4),'borderColor':'#FF9800'},'infoContainerError':{'backgroundColor':_0x3ce2(0xa5),'borderColor':_0x3ce2(0xa6)},'infoTitle':{'fontSize':0x10,'fontWeight':_0x3ce2(0xa0),'marginBottom':0x8},'infoTitleInfo':{'color':'#1976D2'},'infoTitleWarning':{'color':_0x3ce2(0xa7)},'infoTitleError':{'color':_0x3ce2(0xa8)},'infoMessage':{'fontSize':0xe,'lineHeight':0x14,'marginBottom':0xc},'infoMessageInfo':{'color':'#1565C0'},'infoMessageWarning':{'color':_0x3ce2(0xa9)},'infoMessageError':{'color':_0x3ce2(0xaa)},'infoActions':{'flexDirection':'row','justifyContent':_0x3ce2(0xab),'marginTop':0x8},'infoActionButton':{'flex':0x1,'paddingVertical':0xa,'paddingHorizontal':0x10,'borderRadius':0x8,'backgroundColor':'#007AFF','marginHorizontal':0x4,'alignItems':_0x3ce2(0x9f)},'infoActionButtonSecondary':{'backgroundColor':_0x3ce2(0xac),'borderWidth':0x1,'borderColor':_0x3ce2(0x15)},'infoActionButtonText':{'color':'#fff','fontSize':0xe,'fontWeight':_0x3ce2(0xa0)},'infoActionButtonSecondaryText':{'color':_0x3ce2(0x15)},'error':{'color':'#FF3B30','marginBottom':0x10},'requirements':{'marginBottom':0x18},'requirementTitle':{'fontSize':0xe,'fontWeight':_0x3ce2(0xa0),'marginBottom':0x8,'color':'#333'},'requirement':{'fontSize':0xe,'color':'#666','marginBottom':0x4},'requirementMet':{'color':_0x3ce2(0xad)},'footer':{'flexDirection':'row','alignItems':_0x3ce2(0x9f),'justifyContent':'space-between','marginTop':0x18,'borderTopWidth':0x1,'borderTopColor':_0x3ce2(0xae),'paddingTop':0x10},'cancelButton':{'paddingVertical':0x8,'paddingHorizontal':0x10},'cancelButtonText':{'color':_0x3ce2(0xaf),'fontSize':0x10},'submitButton':{'paddingVertical':0x10,'paddingHorizontal':0x20,'borderRadius':0x10,'backgroundColor':_0x3ce2(0xb0),'alignItems':_0x3ce2(0x9f)},'submitButtonDisabled':{'opacity':0.5},'submitButtonText':{'color':_0x3ce2(0x9b),'fontSize':0x10,'fontWeight':_0x3ce2(0xa0)},'backgroundProgressContainer':{'flexDirection':_0x3ce2(0x9e),'alignItems':_0x3ce2(0x9f),'justifyContent':'center','marginBottom':0x10},'backgroundProgressText':{'fontSize':0xe,'color':_0x3ce2(0xaf),'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 _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;
|
|
7
|
+
import React,{useState,useEffect,useRef,useCallback}from'react';import{View,Text,StyleSheet,ScrollView,Vibration,TouchableOpacity,Image,Animated}from'react-native';function _0x334c(_0x40fc5f,_0x334c89){_0x40fc5f=_0x40fc5f-0x0;const _0x518a5a=_0x40fc();let _0x572d4d=_0x518a5a[_0x40fc5f];return _0x572d4d;}import{COLORS,SPACING}from'../theme';import{triggerHaptic,HapticType}from'../utils/haptics';import _0x57614b from'./PersonaImage';import _0x55724b from'./PrimaryButton';import _0x20d6ce from'./PersonalizationConsentScreen';import _0x925f58 from'./PinCreationScreen';import _0x297def from'./PersonaLoadingScreen';import{useConnections}from'../hooks/useConnections';import{getPlatformIcon}from'../services/connectedAccountsService';import{initiateOAuth,initiateNativeAuth,hasNativeSDK}from'../services/platformAuthService';function _0x40fc(){const _0x5b9cb4=['daily','Daily','Always\x20up-to-date\x20data.','weekly','Weekly','Balanced\x20freshness\x20and\x20efficiency.','biweekly','Biweekly','Less\x20frequent,\x20more\x20efficient.','❌\x20[REFRESH]\x20Error\x20saving\x20refresh\x20frequency:','UdJtU','eCEBN','wTZkD','❌\x20[STORAGE]\x20Error\x20saving\x20to\x20user_connected_platforms:','CnYFm','Error\x20initializing\x20username:','🔄\x20[PLATFORMS]\x20Loading\x20connected\x20platforms\x20from\x20storage...','✅\x20[PLATFORMS]\x20Loaded\x20from\x20user_connected_platforms:','✅\x20[PLATFORMS]\x20Loaded\x20from\x20platform_account_details:','claude','gemini','grok','ZxgZW','FFpBM','@onairos:linkedin_connected','RPzmZ','WRnfH','✅\x20[PLATFORMS]\x20Updated\x20connectedPlatforms\x20state\x20with:','qqEgf','iwXeR','MpkxP','pwjRy','STuHT','onairos_username','LeayZ','efYZR','zgBdf','TDLyn','❌\x20[TOGGLE]\x20No\x20username\x20available\x20-\x20cannot\x20proceed\x20with\x20OAuth','iCDkO','izlDd','vAPHn','jeRbS','NULL','naBWa','user_connected_platforms','adLbs','uNbpH','❌\x20[STORAGE]\x20Error\x20removing\x20from\x20user_connected_platforms:','dmgsW','zQEKJ','IbGDi','jMSYw','USkSu','BxJID','pgVkY','mkNbj','faeys','Creyv','vAPUl','youtube','gmail','zBTRe','JLpCn','SeBfP','NZysj','WgyBB','...)','HLiPC','RNqXi','fRoVu','Highly\x20Recommended','#10B981','#9CA3AF','rwRAj','✅\x20[PLATFORMS]\x20Loaded\x20LinkedIn\x20connection','pinterest','GRKoZ','GpnMQ','svxyj','Initializing...','YouTube','Use\x20your\x20watch\x20history,\x20likes,\x20and\x20subscriptions\x20to\x20enrich\x20your\x20model.','reddit','Use\x20your\x20professional\x20network\x20and\x20career\x20interests\x20to\x20enrich\x20your\x20model.','Gmail','Use\x20your\x20ChatGPT\x20conversations\x20and\x20memories\x20to\x20enrich\x20your\x20model.','Use\x20your\x20Claude\x20conversations\x20to\x20enrich\x20your\x20model.','Use\x20your\x20Gemini\x20conversations\x20to\x20enrich\x20your\x20model.','Use\x20your\x20Grok\x20conversations\x20from\x20X\x20to\x20enrich\x20your\x20model.','dIAhR','VfyVW','yjnYg','Build\x20your\x20persona','Connect\x20platforms\x20to\x20build\x20your\x20private\x20persona','normal','Model\x20Refresh\x20Frequency','Continue','Skip','qkkqh','lZXsW','RmSwX','kSpSH','WKAqT','JTBMr','dbElC','Value','current','YRDtl','yABPN','WZPdR','TMKgo','VdayX','kcVhQ','dyosX','uKEBD','YtcUv','yVkZm','yfmRb','snfbn','JDsIB','BtZpL','cGgpe','eyQDG','dIgUz','lwyOG','sQnGw','JSgAX','ZaRAz','eNYFa','ZBkwr','SUCCESS','log','✅\x20[PERSONA]\x20Applied\x20pending\x20connection:\x20','RcYMR','LEJGk','WRWzQ','forEach','oQXIL','RPmyE','GcbrG','error','add','nativeEvent','contentOffset','layoutMeasurement','width','contentSize','FXGzW','geRdN','vFZqk','QbMfi','RVhYj','YJeZu','GBvch','AZTHx','zLVoy','ZAjLD','mKpGy','LqEGB','QXJyw','cpWaT','dOnoQ','FrJoV','SdXzA','getItem','parse','push','SNKQE','aUAXK','isArray','LUhGD','ThSLp','JUPwn','platform','uHeLN','toLowerCase','DHlZJ','xONOk','map','gGPsz','xIbBb','lpZcb','aOCPe','CiLhU','@onairos:llm_connected:','iEXMv','sbsBN','LILkN','includes','cEndS','mNstR','✅\x20[PLATFORMS]\x20Loaded\x20LLM\x20platform:\x20','xfkUd','eovUc','MdZpo','kvGxB','user_','qSzsL','CFYKX','connected','KqvNw','MMXMj','XoUOP','xEsqH','length','sMCYA','UEXKZ','LodpM','gqedK','DIgsH','LnRrT','has','ntgHv','ChXSg','GTOwD','from','Wdskk','plrMT','bFAwK','LCVrf','KENDl','HzppD','KMoeI','iOCxK','SbirH','GrAKw','udvru','split','name','floor','random','setItem','XQjYZ','CWqmu','vibrate','bmmpy','fGtsI','PojKS','PmJRM','oRbsy','cHDtX','NYzkZ','oMAPQ','sequence','timing','start','Vnpwf','FvmmT','AeZHc','pidCC','nQfzc','mcXtB','NXxsC','moqGe','NfgSk','eBvKq','OnFSC','kalKj','ewqTV','linkedin','zPKEz','lYQUw','vSvRU','SCdlU','FftEC','JzGuV','cFRoR','cgOyM','Claude','DXoPp','ZLayN','Gemini','bwtxw','find','filter','vVcQx','jvsWB','BUTTON_PRESS','tOMHc','bSaMX','🔄\x20[TOGGLE]\x20Platform\x20toggle:\x20','\x20=\x20','cKQuR','NfEbZ','QXCJC','👤\x20[TOGGLE]\x20Username\x20check\x20-\x20stored:\x20\x22','\x22,\x20state:\x20\x22','\x22,\x20valid:\x20\x22','trim','BIazC','iKKNN','isChatPlatform','🤖\x20[LLM]\x20Opening\x20WebView\x20for\x20','\x20login\x20and\x20export...','fHwmi','ERzOd','CPOvj','setValue','🌐\x20[LLM]\x20Opening\x20','\x20URL:','❌\x20[LLM]\x20No\x20URL\x20configured\x20for\x20platform:\x20','Jeusv','ERROR','KZwBf','NwHgK','dbFqd','kOzMb','connecting','WyxVY','🌐\x20[LINKEDIN]\x20Opening\x20LinkedIn\x20URL:','SmJjl','iSKSD','NCSQF','OFBbK','UNXEe','vURtv','yvjgd','🌐\x20[TOGGLE]\x20Starting\x20OAuth\x20flow\x20for\x20','...','wjKHr','substring','rAKGf','✅\x20[TOGGLE]\x20Setting\x20WebView\x20state\x20-\x20showing\x20modal\x20for\x20','liztC','❌\x20[TOGGLE]\x20OAuth\x20failed\x20for\x20','\x20-\x20no\x20URL\x20returned','delete','kublz','IvDBs','disconnected','Yyapo','NvQLe','rDame','✅\x20[STORAGE]\x20Removed\x20','\x20from\x20user_connected_platforms:','rSQkv','removeItem','lsTdv','loop','BdoBE','IsKjO','sLkIp','xRCgK','sHgMq','fIqAA','createElement','IIzku','https://privacy.onairos.io/','KZaCc','DctkL','auqBJ','Linking','openURL','gHJzF','BgmSH','bplZZ','vpFQC','YWVul','vHeqG','OyNlT','size','hRuEh','UKULT','kyjfP','WUgMI','IKmQz','RgpwS','KfGHJ','bMnge','FTRaK','uITcz','💼\x20[LINKEDIN]\x20Opening\x20WebView\x20for\x20LinkedIn\x20login...','JSWVQ','IfOOa','@onairos:model_refresh_frequency','✅\x20[REFRESH]\x20Model\x20refresh\x20frequency\x20set\x20to:\x20','pOprC','wVrGw','xRxCc','kXNCG','adCBf','LwBTn','DhuNy','DdnXg','platformIconButton','platformIconButtonSelected','pinterestIcon','eiNUt','chatgpt','chatgptIcon','dmgNj','claudeIcon','WUySK','connectingDot','jCHNB','mmwtm','leYoW','EFznp','sTAlT','cdHon','success','JWLGZ','✅\x20[STORAGE]\x20Added\x20','\x20to\x20user_connected_platforms:','hviUW','tRWCu','FGFJl','mustm','stringify','toISOString','✅\x20[LLM]\x20','\x20connection\x20stored\x20locally','ndEgY','✅\x20[LINKEDIN]\x20Connection\x20stored\x20locally','VgKZI','JUXWb','sBbuR','SET\x20(','LLwPU','iRdMb','gVIzv','📊\x20[STATE]\x20WebView\x20state\x20changed\x20-\x20showOAuthWebView:\x20',',\x20oauthUrl:\x20','rDTfy','ikqLp','jjfhc','mtgya','gTSJp','wkvZY','fhZiJ','DopxM','Laatk','vaWTl','EuteH','fsaWX','nUDIj','nCNGV','TmLmk','zPeFU','platformCard','platformCardTitle','recommendedBadge','kDAFX','customToggleTrack','YZBEo','customToggleThumb','oIces','iIhCT','✅\x20[WEBVIEW]\x20Rendering\x20OAuthWebView\x20for\x20','\x20with\x20URL:\x20','kBjsU','jkckz','min','Ekjzz','fPkYD','lzvxn','MvPzf','GYOQc','whCut','LimTB','tSVJI','BvImw','oiwOw','SeRai','container','scrollContent','backButtonText','headingContainer','title','UkjIW','subtitle','pTmeb','personaContainer','platformIconsOverlay','platformIconsScrollContent','platformIconsCentered','vlOCB','XYCHS','icon','platformIcon','youtubeIcon','gmailIcon','grokIcon','connectedDot','kOWgC','pageIndicatorContainer','scrollBarTrack','scrollBarThumb','EWbrS','gLWhS','View','interpolate','scrollIndicatorText','cardContainer','BZzJT','LPgPy','yUuGm','wzPxc','cardHeader','recommendedBadgeText','descriptionContainer','platformCardDescription','refreshFrequencySection','refreshFrequencyDescription','How\x20often\x20should\x20your\x20model\x20be\x20refreshed\x20from\x20platforms?','refreshSegmentedControl','refreshSegment','value','refreshSegmentText','label','aRrwN','buttonWrapper','XThhV','kewGR','xDITD','qzhcJ','McWDB','ksLVb','holdProgressBar','skipButton','skipButtonText','LClGd','create','surface','#F0F0F3','center','600','100%','IBM\x20Plex\x20Sans','700','grey800','left','Inter','grey600','absolute','row','#000','#3B82F6','#FFA500','#FFFFFF','space-between','#EFF6FF','#2563EB','auto','#F9FAFB','#F5F5F7','#E0E0E4','#1C1C1E','#8E8E93','500','400','#E5E7EB','#8B5CF6','relative','hidden','grey500','bold'];_0x40fc=function(){return _0x5b9cb4;};return _0x40fc();}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':_0x334c(0x0),'label':_0x334c(0x1),'description':_0x334c(0x2)},{'value':_0x334c(0x3),'label':_0x334c(0x4),'description':_0x334c(0x5)},{'value':_0x334c(0x6),'label':_0x334c(0x7),'description':_0x334c(0x8)}];const PlatformConnectorsStep=({onUpdate:_0x426113,onSkip:_0x3bc8d0,loading:loading=![],onPinComplete:_0x1c286e,onReviewerBypass:_0x2dd414,onLogout:_0x47d54e,allowedPlatforms:_0x373f0b,recommendedPlatforms:_0x4e460d,initialConnectedPlatforms:_0x49a5b3,onRefreshFrequencyChange:_0x5207bc,initialRefreshFrequency:initialRefreshFrequency='weekly'})=>{const _0x45ac4c={'eNYFa':function(_0x1074d0,_0x1ab5c9,_0xa8a771){return _0x1074d0(_0x1ab5c9,_0xa8a771);},'LEJGk':function(_0x10cdfa,_0x3e2593){return _0x10cdfa-_0x3e2593;},'NISUT':function(_0x9b372c,_0x4178d7){return _0x9b372c/_0x4178d7;},'snfbn':function(_0x308812,_0x5ac02a){return _0x308812(_0x5ac02a);},'WRWzQ':function(_0x16a035,_0x563548){return _0x16a035>_0x563548;},'RVhYj':_0x334c(0x9),'oAxDY':_0x334c(0xa),'BtZpL':_0x334c(0xb),'cGgpe':function(_0x3b5e41,_0x5a4c6a){return _0x3b5e41!==_0x5a4c6a;},'eyQDG':'SCWZE','dIgUz':'GOpst','lwyOG':function(_0x16b53a,_0x28b2ab){return _0x16b53a>_0x28b2ab;},'sQnGw':function(_0x998a35,_0xb95833){return _0x998a35===_0xb95833;},'JSgAX':_0x334c(0xc),'RcYMR':function(_0x127253,_0x110462){return _0x127253(_0x110462);},'mKpGy':_0x334c(0xd),'LqEGB':_0x334c(0xe),'QXJyw':function(_0x30f7e8,_0x5dde55){return _0x30f7e8&&_0x5dde55;},'cpWaT':function(_0x228988,_0x21fb10){return _0x228988(_0x21fb10);},'dOnoQ':_0x334c(0xf),'CXbMR':function(_0x326bea,_0x44f715){return _0x326bea*_0x44f715;},'FrJoV':function(_0x509a71,_0x3b4ffb){return _0x509a71(_0x3b4ffb);},'SdXzA':_0x334c(0x10),'SNKQE':_0x334c(0x11),'aUAXK':'platform_account_details','xONOk':_0x334c(0x12),'gGPsz':'chatgpt','xIbBb':_0x334c(0x13),'ZLayN':_0x334c(0x14),'lpZcb':_0x334c(0x15),'aOCPe':'dcezX','CiLhU':'syten','iEXMv':_0x334c(0x16),'FTRaK':function(_0xb1bdf0,_0x5442cf){return _0xb1bdf0===_0x5442cf;},'QeUBT':_0x334c(0x17),'cEndS':'xwtim','eovUc':_0x334c(0x18),'MdZpo':_0x334c(0x19),'xEsqH':'linkedin','KqvNw':function(_0x3fae60,_0x4eaf75){return _0x3fae60===_0x4eaf75;},'xygLn':_0x334c(0x1a),'MMXMj':'bLhUy','JTBMr':function(_0x45261e,_0x2c2112){return _0x45261e(_0x2c2112);},'bFAwK':'❌\x20[PLATFORMS]\x20Error\x20loading\x20connected\x20platforms\x20from\x20storage:','KlRHX':function(_0x200c71,_0x61ddda){return _0x200c71(_0x61ddda);},'GBvch':_0x334c(0x1b),'vPEbD':_0x334c(0x1c),'AZTHx':_0x334c(0x1d),'zLVoy':function(_0x501b21,_0x82c3aa){return _0x501b21===_0x82c3aa;},'ZAjLD':_0x334c(0x1e),'lBYkH':function(_0x57c5c4){return _0x57c5c4();},'KENDl':_0x334c(0x1f),'UKULT':function(_0x36450b,_0x1ed033){return _0x36450b(_0x1ed033);},'iOCxK':function(_0x549cf6,_0x3276f0){return _0x549cf6===_0x3276f0;},'SbirH':_0x334c(0x20),'GrAKw':function(_0x32e46d,_0x4d1eca){return _0x32e46d===_0x4d1eca;},'udvru':function(_0x48821e,_0x105e93){return _0x48821e===_0x105e93;},'SvhiE':function(_0x4e5dc0,_0x2ef0aa){return _0x4e5dc0*_0x2ef0aa;},'XQjYZ':_0x334c(0x21),'fGtsI':_0x334c(0x22),'PmJRM':function(_0x3e9c32,_0x4f4fca){return _0x3e9c32*_0x4f4fca;},'XZSDl':function(_0x18c0b0,_0x43b2da){return _0x18c0b0(_0x43b2da);},'LCVrf':function(_0x12f77a){return _0x12f77a();},'cHDtX':function(_0x278f4d){return _0x278f4d();},'eotNb':_0x334c(0x23),'oMAPQ':_0x334c(0x24),'kOWgC':function(_0x201d21,_0x85e855){return _0x201d21>_0x85e855;},'FvmmT':function(_0x55f38d,_0x221d39){return _0x55f38d/_0x221d39;},'AeZHc':function(_0xf336e,_0x13209d){return _0xf336e(_0x13209d);},'jvsWB':function(_0xa77c5e,_0x52bbfe){return _0xa77c5e(_0x52bbfe);},'KZaCc':function(_0x4e9813,_0x94f971){return _0x4e9813!==_0x94f971;},'vVcQx':_0x334c(0x25),'SpGOg':'YBdqi','ERzOd':function(_0x1924ad,_0x3c8e95){return _0x1924ad(_0x3c8e95);},'UBmyn':function(_0x270e03,_0x2df269){return _0x270e03(_0x2df269);},'IIzku':function(_0x4bd5e4,_0x3c0477){return _0x4bd5e4(_0x3c0477);},'yfmRb':function(_0x667f37,_0x1cc7ce){return _0x667f37(_0x1cc7ce);},'tOMHc':_0x334c(0x26),'bSaMX':function(_0x25ae8e,_0x284908){return _0x25ae8e(_0x284908);},'wkvZY':function(_0x56c4d7,_0x838d8d){return _0x56c4d7(_0x838d8d);},'cKQuR':_0x334c(0x27),'QXCJC':function(_0x170502,_0x37cd01){return _0x170502||_0x37cd01;},'vpFQC':function(_0x32ebe2,_0x4c3bb1){return _0x32ebe2===_0x4c3bb1;},'fHwmi':function(_0x1697a9,_0x4b44fd){return _0x1697a9(_0x4b44fd);},'CPOvj':_0x334c(0x28),'Jeusv':function(_0x4dd1c3,_0x555b22){return _0x4dd1c3(_0x555b22);},'lZXsW':function(_0x21d28b,_0x2f5ff3){return _0x21d28b(_0x2f5ff3);},'kcVhQ':function(_0x5a2b42,_0x1b2000){return _0x5a2b42(_0x1b2000);},'KZwBf':_0x334c(0x29),'NwHgK':'vgiDR','dbFqd':function(_0x563618,_0x2d4eed){return _0x563618(_0x2d4eed);},'kOzMb':function(_0x20d400,_0xe81e72){return _0x20d400(_0xe81e72);},'WyxVY':'https://www.linkedin.com/login','SmJjl':function(_0xe6d98f,_0x3e7a6a,_0x232dc1){return _0xe6d98f(_0x3e7a6a,_0x232dc1);},'UNXEe':function(_0x261587,_0x178584){return _0x261587(_0x178584);},'yvjgd':_0x334c(0x2a),'wjKHr':function(_0x359e6c,_0x58d7a4){return _0x359e6c+_0x58d7a4;},'soGpO':'...','rAKGf':_0x334c(0x2b),'liztC':function(_0x135e68,_0x3beca0){return _0x135e68(_0x3beca0);},'sLkIp':function(_0x2cb5a9,_0x3fde49){return _0x2cb5a9(_0x3fde49);},'VgKZI':function(_0x21f2ca,_0x33f858){return _0x21f2ca(_0x33f858);},'kublz':function(_0x529e14,_0x15b02e){return _0x529e14(_0x15b02e);},'IvDBs':function(_0x24190e,_0x3efd42){return _0x24190e(_0x3efd42);},'Yyapo':_0x334c(0x2c),'NvQLe':'QOUDG','rDame':_0x334c(0x2d),'rSQkv':_0x334c(0x2e),'InVrl':_0x334c(0x2f),'WzByh':_0x334c(0x30),'FYDbc':function(_0x306af0,_0xb5ff55){return _0x306af0===_0xb5ff55;},'lsTdv':_0x334c(0x31),'bBrGV':'ubmhX','BPntQ':function(_0x8f7f2b,_0x55fe9f){return _0x8f7f2b===_0x55fe9f;},'BdoBE':_0x334c(0x32),'xRCgK':function(_0x196100,_0x197637){return _0x196100(_0x197637);},'sHgMq':_0x334c(0x33),'DctkL':_0x334c(0x34),'BgmSH':function(_0x1336e2,_0x4aaf1f){return _0x1336e2!==_0x4aaf1f;},'bplZZ':_0x334c(0x35),'YWVul':_0x334c(0x36),'vHeqG':_0x334c(0x37),'OyNlT':_0x334c(0x38),'QQdKd':'rtenu','IKmQz':function(_0x489f3a,_0x164c43){return _0x489f3a===_0x164c43;},'RgpwS':_0x334c(0x39),'KfGHJ':function(_0x5de0f8,_0xcaaa7b){return _0x5de0f8(_0xcaaa7b);},'bMnge':function(_0xb9b3e3,_0x596329){return _0xb9b3e3(_0x596329);},'wCIOR':function(_0x7feca2,_0x882c8f){return _0x7feca2(_0x882c8f);},'yABPN':function(_0x37c33d,_0x5775e3){return _0x37c33d(_0x5775e3);},'zvDqj':_0x334c(0x3a),'IfOOa':function(_0x3293c2,_0xd3ac59){return _0x3293c2(_0xd3ac59);},'dbElC':function(_0x48e9fe,_0x8d96cc){return _0x48e9fe(_0x8d96cc);},'pOprC':function(_0x1b0e14,_0x11b6b1){return _0x1b0e14!==_0x11b6b1;},'wVrGw':'CEBHD','xRxCc':_0x334c(0x3b),'DhuNy':function(_0x363b43,_0x456c4f){return _0x363b43===_0x456c4f;},'DdnXg':'connecting','cdHon':function(_0x2d20e6,_0x10a087){return _0x2d20e6===_0x10a087;},'pidCC':_0x334c(0x3c),'zPeFU':function(_0x449209,_0x59924f){return _0x449209===_0x59924f;},'FftEC':_0x334c(0x3d),'eiNUt':function(_0x4ddb00,_0x3a0f4c){return _0x4ddb00===_0x3a0f4c;},'dmgNj':function(_0x56036b,_0x2d2369){return _0x56036b===_0x2d2369;},'WUySK':'contain','kXNCG':function(_0x285f7b,_0x34bb39){return _0x285f7b!==_0x34bb39;},'adCBf':_0x334c(0x3e),'LwBTn':'VOqiq','mmwtm':function(_0x3ebe39,_0x21dbfd){return _0x3ebe39===_0x21dbfd;},'jCHNB':_0x334c(0x3f),'EFznp':function(_0x3f3cb7,_0x57b044){return _0x3f3cb7(_0x57b044);},'taYjQ':function(_0x466146,_0x1fa15e){return _0x466146(_0x1fa15e);},'sTAlT':_0x334c(0x40),'JWLGZ':'error','kalKj':function(_0x4761a3,_0x837340){return _0x4761a3(_0x837340);},'hviUW':_0x334c(0x41),'mustm':function(_0x4280d3,_0x45e21b){return _0x4280d3(_0x45e21b);},'ndEgY':_0x334c(0x42),'zOhhW':function(_0x2ae964,_0x37db9b){return _0x2ae964(_0x37db9b);},'dyosX':function(_0x133b0a,_0x4e8bc4){return _0x133b0a(_0x4e8bc4);},'JUXWb':function(_0x2aaa12,_0x198fac){return _0x2aaa12(_0x198fac);},'sBbuR':function(_0x380fb0,_0x31a484){return _0x380fb0(_0x31a484);},'bwtxw':function(_0x4806cd,_0x1e3211){return _0x4806cd(_0x1e3211);},'kBjsU':function(_0x274cd7,_0x156f0e){return _0x274cd7+_0x156f0e;},'LLwPU':_0x334c(0x43),'iRdMb':function(_0x17a61e,_0x432c48){return _0x17a61e===_0x432c48;},'DvcmX':_0x334c(0x44),'gVIzv':_0x334c(0x45),'VdayX':function(_0x5537b6,_0x3b71cc){return _0x5537b6(_0x3b71cc);},'mtgya':function(_0x2814ce,_0x10b135){return _0x2814ce(_0x10b135);},'kSpSH':function(_0x533c28,_0x52172a){return _0x533c28(_0x52172a);},'gTSJp':function(_0x3f5431){return _0x3f5431();},'fhZiJ':function(_0x1cfa9b,_0x324b4c){return _0x1cfa9b!==_0x324b4c;},'bKDha':_0x334c(0x46),'vaWTl':function(_0x5d8a75){return _0x5d8a75();},'YtcUv':function(_0x3189b4,_0x500319){return _0x3189b4(_0x500319);},'kDAFX':_0x334c(0x47),'TzLPH':_0x334c(0x48),'YZBEo':_0x334c(0x49),'EuteH':function(_0x4cef8e,_0x13204d){return _0x4cef8e!==_0x13204d;},'nUDIj':'TJVUn','oIces':_0x334c(0x4a),'COpSc':function(_0x2a3f3b,_0xdbf012){return _0x2a3f3b(_0xdbf012);},'XDorJ':function(_0x1b9175,_0x5295a5){return _0x1b9175||_0x5295a5;},'jkckz':function(_0x4e29fd,_0x1d045f){return _0x4e29fd+_0x1d045f;},'lzvxn':_0x334c(0x4b),'LimTB':function(_0x32adff,_0x506d60){return _0x32adff(_0x506d60);},'tSVJI':function(_0x21aebb,_0x2064f5){return _0x21aebb(_0x2064f5);},'yZRHQ':function(_0x4dbc1d,_0x5051eb){return _0x4dbc1d===_0x5051eb;},'oiwOw':function(_0x2cf365,_0x34ea6d){return _0x2cf365(_0x34ea6d);},'vlOCB':function(_0xeff979,_0x493292){return _0xeff979===_0x493292;},'XYCHS':function(_0x18e5ac,_0x25a0ed){return _0x18e5ac===_0x25a0ed;},'eBvKq':_0x334c(0x4c),'BZzJT':_0x334c(0x4d),'LPgPy':function(_0x202edb,_0x47e950){return _0x202edb===_0x47e950;},'yUuGm':function(_0x587458,_0x3a680a){return _0x587458===_0x3a680a;},'wzPxc':function(_0x199194,_0x555fb2){return _0x199194===_0x555fb2;},'xDITD':function(_0x3659f6,_0x36375f){return _0x3659f6>_0x36375f;},'qzhcJ':function(_0x5b36f0,_0x27cef8){return _0x5b36f0===_0x27cef8;},'McWDB':_0x334c(0x4e),'ksLVb':_0x334c(0x4f),'qkkqh':function(_0x49fc49,_0x325751){return _0x49fc49(_0x325751);},'RmSwX':function(_0x1bbfe5,_0x388c19){return _0x1bbfe5(_0x388c19);},'WKAqT':function(_0x126b18,_0x148ef6){return _0x126b18(_0x148ef6);},'yVkZm':function(_0xf50660,_0x56c971){return _0xf50660(_0x56c971);},'YRDtl':function(_0x53d30b,_0x1fec1b){return _0x53d30b(_0x1fec1b);},'jWJJa':function(_0x531621,_0x484a61){return _0x531621(_0x484a61);},'WZPdR':function(_0x1eb57b,_0x221d60){return _0x1eb57b(_0x221d60);},'TMKgo':_0x334c(0x50),'uKEBD':function(_0x40ce93,_0x540511){return _0x40ce93(_0x540511);},'BznMI':function(_0x3b0d30,_0x28259b,_0xdc57d6){return _0x3b0d30(_0x28259b,_0xdc57d6);},'YJeZu':function(_0x237e2f,_0x69ff00,_0x24d82f){return _0x237e2f(_0x69ff00,_0x24d82f);},'NYzkZ':function(_0x8aabcd,_0x11cdff,_0x39dc20){return _0x8aabcd(_0x11cdff,_0x39dc20);},'Vnpwf':function(_0x246302,_0x1144fc,_0x28ef98){return _0x246302(_0x1144fc,_0x28ef98);},'nQfzc':_0x334c(0x51),'mcXtB':function(_0x1fee0b,_0x2a41c4){return _0x1fee0b(_0x2a41c4);},'NXxsC':_0x334c(0x52),'moqGe':_0x334c(0x53),'NfgSk':'Use\x20your\x20posts\x20and\x20comments\x20to\x20enrich\x20your\x20model.','OnFSC':'Pinterest','ewqTV':'Use\x20your\x20pins,\x20boards,\x20and\x20interests\x20to\x20enrich\x20your\x20model.','zPKEz':'LinkedIn','lYQUw':function(_0x524d87,_0x2deef6){return _0x524d87(_0x2deef6);},'vSvRU':_0x334c(0x54),'qyVur':_0x334c(0x55),'SCdlU':function(_0x2783e7,_0xce5355){return _0x2783e7(_0xce5355);},'JzGuV':'Use\x20your\x20email\x20information\x20to\x20enrich\x20your\x20model.','cFRoR':'ChatGPT','cgOyM':_0x334c(0x56),'LoAQH':function(_0x4636a4,_0x359822){return _0x4636a4(_0x359822);},'DXoPp':_0x334c(0x57),'CRpni':_0x334c(0x58),'Erhiu':'Grok','lXHAi':_0x334c(0x59),'xosQW':function(_0x119d4c,_0x50d28a,_0x56c220){return _0x119d4c(_0x50d28a,_0x56c220);},'eAlIh':function(_0x1d16ba,_0x39b24d){return _0x1d16ba+_0x39b24d;},'Ekjzz':function(_0xe57982,_0x4e5e7e){return _0xe57982!==_0x4e5e7e;},'fPkYD':_0x334c(0x5a),'MvPzf':function(_0x236923,_0x2358d0){return _0x236923===_0x2358d0;},'GYOQc':_0x334c(0x5b),'BvImw':function(_0x21033e,_0x530dc9){return _0x21033e===_0x530dc9;},'kfwUj':_0x334c(0x5c),'SeRai':'SfdOl','UkjIW':_0x334c(0x5d),'pTmeb':_0x334c(0x5e),'iQRdL':_0x334c(0x5f),'EWbrS':function(_0x2c704e,_0x25dede){return _0x2c704e*_0x25dede;},'gLWhS':function(_0x4d8948,_0x2c0d7d){return _0x4d8948>_0x2c0d7d;},'vDXPj':_0x334c(0x60),'aRrwN':function(_0x276787,_0x57e488){return _0x276787===_0x57e488;},'XThhV':_0x334c(0x61),'kewGR':function(_0x3b6648,_0x31560b){return _0x3b6648===_0x31560b;},'LClGd':_0x334c(0x62)};var _0x313e62;const [_0x12b47b,_0x4a5bc6]=_0x45ac4c[_0x334c(0x63)](useState,()=>new Set(_0x49a5b3||[])),[_0x469f5b,_0x1cea89]=useState(![]),[_0x32a359,_0x34f81]=_0x45ac4c[_0x334c(0x64)](useState,![]),[_0x5a0f7c,_0x5123f6]=_0x45ac4c[_0x334c(0x65)](useState,![]),[_0x4b7ab1,_0x4b4af0]=_0x45ac4c[_0x334c(0x66)](useState,''),[_0xd85c2a,_0x292894]=useState({}),[_0x7ff725,_0x371830]=useState(![]),[_0x4e3d6e,_0x351dc9]=useState(''),[_0x44aac3,_0x352132]=_0x45ac4c[_0x334c(0x67)](useState,''),[_0x2f5827,_0x4ecefb]=_0x45ac4c[_0x334c(0x68)](useState,null),[_0x3d038d,_0xb82265]=useState(0x0),_0x1259dd=_0x45ac4c[_0x334c(0x69)](useRef,new Animated[(_0x334c(0x6a))](0x0))[_0x334c(0x6b)],[_0x55d8d1,_0x6f73cb]=_0x45ac4c['yVkZm'](useState,''),_0x39df7f=useRef(null),[_0x153ac9,_0x29e5bc]=_0x45ac4c[_0x334c(0x6c)](useState,!![]),_0x39a012=_0x45ac4c['jWJJa'](useRef,new Animated[(_0x334c(0x6a))](0x0))[_0x334c(0x6b)],[_0x37302c,_0x235e7f]=useState(0x0),_0x4d2c5d=_0x45ac4c[_0x334c(0x6d)](useRef,0x0),[_0x531d35,_0x38cd96]=useState(''),[_0x1c1b26,_0x25a135]=useState(0x0),[_0x533705,_0x293f33]=_0x45ac4c[_0x334c(0x6e)](useState,_0x45ac4c[_0x334c(0x6f)]),[_0x427874,_0x4695de]=_0x45ac4c[_0x334c(0x70)](useState,![]),[_0x66fc96,_0x3bc161]=useState(![]),[_0x1c0494,_0x40694d]=useState(null),[_0x2cb56d,_0x592cbe]=_0x45ac4c['UBmyn'](useState,null),_0x28541f=useRef(null),[_0x41ec96,_0x421d4f]=_0x45ac4c[_0x334c(0x71)](useState,![]),[_0x6c4b0a,_0x567f3f]=_0x45ac4c[_0x334c(0x72)](useState,''),[_0x6b94d0,_0x1ee7c9]=_0x45ac4c[_0x334c(0x73)](useState,null),[_0x163b53,_0x4fbbf3]=_0x45ac4c[_0x334c(0x74)](useState,![]),[_0x4fe761,_0x23e36e]=_0x45ac4c[_0x334c(0x66)](useState,![]),[_0xfa2275,_0xa54e68]=_0x45ac4c[_0x334c(0x75)](useState,null),[_0x4ae0ee,_0x145487]=_0x45ac4c[_0x334c(0x76)](useState,initialRefreshFrequency),{connectPlatform:_0xcae876,disconnectPlatform:_0x2c9fdc,isConnecting:_0x1a1f6e}=useConnections(),_0x18f415=null;_0x45ac4c['BznMI'](useEffect,()=>{const _0x4bd990={'KJwOw':function(_0x254b4b,_0xeb72bb){return _0x45ac4c[_0x334c(0x77)](_0x254b4b,_0xeb72bb);},'cxsWe':function(_0x4fa465,_0x437fef){return _0x4fa465===_0x437fef;},'oQXIL':_0x45ac4c['oAxDY'],'RPmyE':_0x334c(0x78),'ENQix':_0x45ac4c[_0x334c(0x79)]};if(_0x45ac4c[_0x334c(0x7a)](_0x45ac4c[_0x334c(0x7b)],_0x45ac4c[_0x334c(0x7c)])){if(_0x49a5b3&&_0x45ac4c[_0x334c(0x7d)](_0x49a5b3['length'],0x0)){if(_0x45ac4c[_0x334c(0x7e)](_0x45ac4c[_0x334c(0x7f)],_0x334c(0x80))){const _0x24947a={'ZBkwr':function(_0xacc031,_0x2fee62){return _0xacc031(_0x2fee62);}},_0x395349=_0x45ac4c[_0x334c(0x81)](_0x5d4af1,()=>{_0x24947a[_0x334c(0x82)](_0xb27015,_0x28e822=>{const _0x122f51=new _0x1b64ae(_0x28e822);return _0x122f51['add'](_0x1fe4d5),_0x122f51;}),_0x24947a[_0x334c(0x82)](_0x1d2db1,_0x491dd9[_0x334c(0x83)]),_0x4dc38e[_0x334c(0x84)](_0x334c(0x85)+_0x7b8167),_0x24947a['ZBkwr'](_0xbfea3e,null);},0x12c);return()=>_0x2e5bb1(_0x395349);}else _0x45ac4c[_0x334c(0x86)](_0x4a5bc6,_0x4e4211=>{const _0x3406ab={'FXGzW':function(_0x56a8b5,_0x1f1d95){return _0x45ac4c[_0x334c(0x87)](_0x56a8b5,_0x1f1d95);},'kzjHT':function(_0x42c88b,_0x5e2d1d){return _0x45ac4c['NISUT'](_0x42c88b,_0x5e2d1d);},'geRdN':function(_0x5cca7c,_0x1ff74c){return _0x45ac4c[_0x334c(0x77)](_0x5cca7c,_0x1ff74c);},'vFZqk':function(_0x10b542,_0xc82d0a){return _0x45ac4c[_0x334c(0x88)](_0x10b542,_0xc82d0a);},'QbMfi':function(_0x5b6046,_0x2ae45b){return _0x5b6046(_0x2ae45b);}},_0x3c155b=new Set(_0x4e4211);let _0x1c1c99=![];return _0x49a5b3[_0x334c(0x89)](_0x5192ec=>{const _0x456d39={'GcbrG':function(_0x50c78c,_0x3781dc){return _0x4bd990['KJwOw'](_0x50c78c,_0x3781dc);}};if(_0x4bd990['cxsWe'](_0x4bd990[_0x334c(0x8a)],_0x4bd990['oQXIL']))!_0x3c155b['has'](_0x5192ec)&&(_0x4bd990['cxsWe'](_0x4bd990[_0x334c(0x8b)],_0x4bd990['ENQix'])?(_0x456d39[_0x334c(0x8c)](_0x213b19,_0x48d857=>({..._0x48d857,[_0x1f263a]:_0x334c(0x8d)})),_0x456d39[_0x334c(0x8c)](_0x424793,_0x2a0a27['ERROR'])):(_0x3c155b[_0x334c(0x8e)](_0x5192ec),_0x1c1c99=!![]));else{const _0x17d891=_0x1dadb2[_0x334c(0x8f)][_0x334c(0x90)]['x'],_0x5aefed=_0x57f0cc['nativeEvent'][_0x334c(0x91)][_0x334c(0x92)],_0x2acfe3=_0x208c3e[_0x334c(0x8f)][_0x334c(0x93)]['width'];_0x5d2888[_0x334c(0x6b)]=_0x17d891;const _0x30d31e=_0x3406ab[_0x334c(0x94)](_0x2acfe3,_0x5aefed),_0x49ff48=_0x30d31e>0x0?_0x3406ab['kzjHT'](_0x17d891,_0x30d31e):0x0;_0x3406ab[_0x334c(0x95)](_0xdbaf7f,_0x49ff48),_0x3406ab[_0x334c(0x96)](_0x17d891,0xa)&&_0xb7568b&&_0x3406ab[_0x334c(0x97)](_0x48d43e,![]);}}),_0x1c1c99?_0x3c155b:_0x4e4211;});}}else _0x562bdd[_0x334c(0x8d)](_0x45ac4c[_0x334c(0x98)],_0x56294f);},[_0x49a5b3]),_0x45ac4c[_0x334c(0x99)](useEffect,()=>{const _0x1cb9df={'mNstR':function(_0x38afa7,_0x4afc7b){return _0x45ac4c['KlRHX'](_0x38afa7,_0x4afc7b);},'plrMT':_0x45ac4c[_0x334c(0x9a)],'sMCYA':_0x45ac4c['vPEbD'],'UEXKZ':_0x45ac4c[_0x334c(0x9b)],'LodpM':function(_0x54a534,_0x3654fc){return _0x45ac4c[_0x334c(0x9c)](_0x54a534,_0x3654fc);},'gqedK':_0x45ac4c[_0x334c(0x9d)]},_0x2437bb=async()=>{const _0x522970={'LUhGD':_0x45ac4c[_0x334c(0x9e)],'ThSLp':function(_0x318fa8,_0x3e3cee){return _0x45ac4c[_0x334c(0x7e)](_0x318fa8,_0x3e3cee);},'JUPwn':_0x45ac4c[_0x334c(0x9f)],'uHeLN':function(_0x30a84d,_0x3d18cb){return _0x30a84d===_0x3d18cb;},'sbsBN':function(_0x46b5fa,_0x2a3f65){return _0x45ac4c[_0x334c(0xa0)](_0x46b5fa,_0x2a3f65);},'xfkUd':function(_0x14838c,_0x2de3c5){return _0x45ac4c[_0x334c(0xa1)](_0x14838c,_0x2de3c5);},'kvGxB':_0x45ac4c[_0x334c(0xa2)],'qSzsL':function(_0x2f0903,_0x46932e){return _0x45ac4c['CXbMR'](_0x2f0903,_0x46932e);},'CFYKX':function(_0x5bd856,_0x572d61){return _0x45ac4c[_0x334c(0xa1)](_0x5bd856,_0x572d61);},'XoUOP':function(_0x3fc6a5,_0x518b33){return _0x45ac4c[_0x334c(0xa3)](_0x3fc6a5,_0x518b33);}};try{console[_0x334c(0x84)](_0x45ac4c[_0x334c(0xa4)]);const _0x1b9fb8=[],_0x1fb27d=await AsyncStorage[_0x334c(0xa5)]('user_connected_platforms');if(_0x1fb27d){const _0x3200b5=JSON[_0x334c(0xa6)](_0x1fb27d);Array['isArray'](_0x3200b5)&&(_0x1b9fb8[_0x334c(0xa7)](..._0x3200b5),console[_0x334c(0x84)](_0x45ac4c[_0x334c(0xa8)],_0x3200b5));}const _0x4a2540=await AsyncStorage[_0x334c(0xa5)](_0x45ac4c[_0x334c(0xa9)]);if(_0x4a2540){const _0x2c0adc=JSON[_0x334c(0xa6)](_0x4a2540);Array[_0x334c(0xaa)](_0x2c0adc)&&(_0x2c0adc['forEach'](_0x3a644e=>{const _0xa6a85={'DHlZJ':_0x522970[_0x334c(0xab)]};if(_0x522970[_0x334c(0xac)](_0x522970[_0x334c(0xad)],_0x522970[_0x334c(0xad)])){var _0x458ea6;const _0x29c3fe=_0x522970[_0x334c(0xac)](_0x458ea6=_0x3a644e[_0x334c(0xae)],null)||_0x522970[_0x334c(0xaf)](_0x458ea6,void 0x0)?void 0x0:_0x458ea6[_0x334c(0xb0)]();_0x29c3fe&&!_0x1b9fb8['includes'](_0x29c3fe)&&_0x1b9fb8[_0x334c(0xa7)](_0x29c3fe);}else _0x3d94cc[_0x334c(0x8d)](_0xa6a85[_0x334c(0xb1)],_0x108960);}),console[_0x334c(0x84)](_0x45ac4c[_0x334c(0xb2)],_0x2c0adc[_0x334c(0xb3)](_0x20e846=>_0x20e846['platform'])));}const _0xde0d42=[_0x45ac4c[_0x334c(0xb4)],_0x45ac4c[_0x334c(0xb5)],_0x45ac4c['ZLayN'],_0x45ac4c[_0x334c(0xb6)]];for(const _0x444c99 of _0xde0d42){if(_0x45ac4c[_0x334c(0x7a)](_0x45ac4c[_0x334c(0xb7)],_0x45ac4c[_0x334c(0xb8)])){const _0xa66734=await AsyncStorage[_0x334c(0xa5)](_0x334c(0xb9)+_0x444c99);if(_0xa66734){if(_0x45ac4c['cGgpe'](_0x45ac4c[_0x334c(0xba)],_0x45ac4c[_0x334c(0xba)])){const _0x1d3102={'LILkN':function(_0x139966,_0x42be0f){return _0x139966(_0x42be0f);}};if(_0x522970[_0x334c(0xbb)](_0x5ad6e4,!_0x1cfd02)){const _0x22eb4e=_0x423b46(()=>{_0x1d3102[_0x334c(0xbc)](_0x2320ed,_0x3d3125=>{const _0x226182=new _0x2b16d5(_0x3d3125);return _0x226182['add'](_0x377eb3),_0x226182;}),_0x1d3102[_0x334c(0xbc)](_0x3891fd,_0x5cc62d[_0x334c(0x83)]),_0x4a3acb[_0x334c(0x84)](_0x334c(0x85)+_0x511adc),_0x1d3102['LILkN'](_0x12e82b,null);},0x12c);return()=>_0x10becc(_0x22eb4e);}}else{const _0x41076f=JSON[_0x334c(0xa6)](_0xa66734);_0x41076f['connected']&&!_0x1b9fb8[_0x334c(0xbd)](_0x444c99)&&(_0x45ac4c['FTRaK'](_0x45ac4c['QeUBT'],_0x45ac4c[_0x334c(0xbe)])?_0x1cb9df[_0x334c(0xbf)](_0x2df8ed,_0x3fe57e):(_0x1b9fb8[_0x334c(0xa7)](_0x444c99),console['log'](_0x334c(0xc0)+_0x444c99)));}}}else _0x522970[_0x334c(0xc1)](_0x5d4d57,_0x5ccf0f),_0x522970[_0x334c(0xc1)](_0x2279fb,_0x537a3a),_0x416096(![]),_0x513ba9(!![]);}const _0x2adb47=await AsyncStorage['getItem'](_0x45ac4c[_0x334c(0xc2)]);if(_0x2adb47){if(_0x45ac4c['MdZpo']!==_0x45ac4c[_0x334c(0xc3)]){_0x3136fd[_0x334c(0x8d)](_0x522970[_0x334c(0xc4)],_0x3e1c42);const _0x3ffc6d=_0x334c(0xc5)+_0x3cbc91['floor'](_0x522970[_0x334c(0xc6)](_0xe276fa['random'](),0x2710));_0x522970[_0x334c(0xc7)](_0x2cb51c,_0x3ffc6d);}else{const _0x44035f=JSON[_0x334c(0xa6)](_0x2adb47);_0x44035f[_0x334c(0xc8)]&&!_0x1b9fb8['includes'](_0x45ac4c['xEsqH'])&&(_0x45ac4c[_0x334c(0xc9)](_0x45ac4c['xygLn'],_0x45ac4c[_0x334c(0xca)])?(_0x522970['CFYKX'](_0xc728e3,![]),_0x522970[_0x334c(0xcb)](_0x24ce46,!![])):(_0x1b9fb8[_0x334c(0xa7)](_0x45ac4c[_0x334c(0xcc)]),console[_0x334c(0x84)](_0x334c(0x4b))));}}_0x45ac4c[_0x334c(0x88)](_0x1b9fb8[_0x334c(0xcd)],0x0)&&_0x45ac4c[_0x334c(0x68)](_0x4a5bc6,_0x5690eb=>{const _0x264e26={'DIgsH':_0x1cb9df['plrMT'],'LnRrT':_0x1cb9df[_0x334c(0xce)],'tKjXm':_0x1cb9df[_0x334c(0xcf)],'ntgHv':function(_0x14f861,_0x35d12d){return _0x1cb9df[_0x334c(0xd0)](_0x14f861,_0x35d12d);},'ChXSg':_0x1cb9df[_0x334c(0xd1)]},_0x42a2aa=new Set(_0x5690eb);let _0x40700a=![];return _0x1b9fb8['forEach'](_0xb7a0f9=>{const _0x120b45={'GTOwD':_0x264e26[_0x334c(0xd2)],'Wdskk':function(_0x3a393e,_0x152bff){return _0x3a393e(_0x152bff);}};if(_0x264e26[_0x334c(0xd3)]!==_0x264e26['tKjXm']){if(!_0x42a2aa[_0x334c(0xd4)](_0xb7a0f9)){if(_0x264e26[_0x334c(0xd5)](_0x264e26[_0x334c(0xd6)],_0x264e26['ChXSg']))_0x42a2aa[_0x334c(0x8e)](_0xb7a0f9),_0x40700a=!![];else{const _0x7bbdea=new _0x513968(_0x21f931);let _0x447ef5=![];return _0x4ab081[_0x334c(0x89)](_0x536c29=>{!_0x7bbdea[_0x334c(0xd4)](_0x536c29)&&(_0x7bbdea[_0x334c(0x8e)](_0x536c29),_0x447ef5=!![]);}),_0x447ef5&&_0x183107[_0x334c(0x84)](_0x120b45[_0x334c(0xd7)],_0x13d931[_0x334c(0xd8)](_0x7bbdea)),_0x447ef5?_0x7bbdea:_0x3a444b;}}}else _0x120b45[_0x334c(0xd9)](_0x1da994,_0xc4fdd6=>{const _0x2fab3f=new _0x51e4b7(_0xc4fdd6);let _0x95d193=![];return _0x247761[_0x334c(0x89)](_0x196d4c=>{!_0x2fab3f['has'](_0x196d4c)&&(_0x2fab3f[_0x334c(0x8e)](_0x196d4c),_0x95d193=!![]);}),_0x95d193?_0x2fab3f:_0xc4fdd6;});}),_0x40700a&&console[_0x334c(0x84)](_0x1cb9df[_0x334c(0xda)],Array[_0x334c(0xd8)](_0x42a2aa)),_0x40700a?_0x42a2aa:_0x5690eb;});}catch(_0x238a69){console[_0x334c(0x8d)](_0x45ac4c[_0x334c(0xdb)],_0x238a69);}};_0x45ac4c['lBYkH'](_0x2437bb);},[]),_0x45ac4c[_0x334c(0x99)](useEffect,()=>{const _0x1635aa={'CWqmu':function(_0xdc5286,_0x766dee){return _0x45ac4c['XZSDl'](_0xdc5286,_0x766dee);},'bmmpy':function(_0x37752b){return _0x45ac4c[_0x334c(0xdc)](_0x37752b);}},_0x15c26d=async()=>{const _0xe6feb0={'HzppD':function(_0x4821f8,_0x5594ce){return _0x4821f8>_0x5594ce;},'KMoeI':function(_0x5e7723,_0x2e34c0){return _0x45ac4c[_0x334c(0xa3)](_0x5e7723,_0x2e34c0);}};try{const _0x56b657=await AsyncStorage[_0x334c(0xa5)](_0x334c(0x21));if(_0x56b657&&!_0x531d35){if('TBmJu'===_0x45ac4c[_0x334c(0xdd)]){if(_0xe6feb0[_0x334c(0xde)](_0x4ea834[_0x334c(0xcd)],0x0)){const _0x25aabf=_0x21dc91[0x0]['id'];(!_0x1bcdd5||!_0x1dfc7d['find'](_0x19b858=>_0x19b858['id']===_0x2bca15))&&_0xe6feb0[_0x334c(0xdf)](_0x183463,_0x25aabf);}}else{_0x45ac4c['UKULT'](_0x38cd96,_0x56b657);return;}}if(_0x18f415&&!_0x531d35){if(_0x45ac4c[_0x334c(0xe0)](_0x45ac4c[_0x334c(0xe1)],_0x45ac4c[_0x334c(0xe1)])){var _0x18abe9;const _0x3682c8=(_0x45ac4c[_0x334c(0xe2)](_0x18f415,null)||_0x18f415===void 0x0||_0x45ac4c[_0x334c(0x7e)](_0x18abe9=_0x18f415['email'],null)||_0x45ac4c[_0x334c(0xe3)](_0x18abe9,void 0x0)?void 0x0:_0x18abe9[_0x334c(0xe4)]('@')[0x0])||(_0x45ac4c[_0x334c(0xe3)](_0x18f415,null)||_0x18f415===void 0x0?void 0x0:_0x18f415[_0x334c(0xe5)])||'user_'+Math[_0x334c(0xe6)](_0x45ac4c['SvhiE'](Math[_0x334c(0xe7)](),0x2710));_0x38cd96(_0x3682c8),await AsyncStorage[_0x334c(0xe8)](_0x45ac4c[_0x334c(0xe9)],_0x3682c8);return;}else _0x1635aa[_0x334c(0xea)](_0x2eeae7,_0x13f295[_0x334c(0x83)]),_0x1a2346[_0x334c(0xeb)]([0x0,0x64,0x32,0x64]),_0x1635aa[_0x334c(0xec)](_0xb989ed);}if(!_0x531d35){if(_0x45ac4c[_0x334c(0xed)]!==_0x334c(0xee)){const _0x1c4548='mobile_user_'+Math[_0x334c(0xe6)](_0x45ac4c[_0x334c(0xef)](Math[_0x334c(0xe7)](),0x2710));_0x45ac4c[_0x334c(0x68)](_0x38cd96,_0x1c4548),await AsyncStorage[_0x334c(0xe8)](_0x45ac4c['XQjYZ'],_0x1c4548);}else _0x216762&&_0xe6feb0['KMoeI'](_0x154706,_0x48dde5);}}catch(_0x5bfea0){if(_0x334c(0xf0)===_0x334c(0xf0)){console['error'](_0x45ac4c[_0x334c(0xa2)],_0x5bfea0);const _0x304ea4=_0x334c(0xc5)+Math[_0x334c(0xe6)](Math[_0x334c(0xe7)]()*0x2710);_0x45ac4c[_0x334c(0xa1)](_0x38cd96,_0x304ea4);}else _0x6c46da(![]);}};_0x45ac4c[_0x334c(0xf1)](_0x15c26d);},[_0x18f415,_0x531d35]),_0x45ac4c[_0x334c(0xf2)](useEffect,()=>{if(_0x45ac4c['eotNb']===_0x45ac4c[_0x334c(0xf3)]){const _0x5d153c=new _0x4fca20(_0x5d29e5);let _0x59025e=![];return _0x338b9b[_0x334c(0x89)](_0x1aab68=>{!_0x5d153c[_0x334c(0xd4)](_0x1aab68)&&(_0x5d153c[_0x334c(0x8e)](_0x1aab68),_0x59025e=!![]);}),_0x59025e?_0x5d153c:_0x48a13e;}else _0x153ac9&&Animated['loop'](Animated[_0x334c(0xf4)]([Animated['timing'](_0x39a012,{'toValue':0x1,'duration':0x3e8,'useNativeDriver':!![]}),Animated[_0x334c(0xf5)](_0x39a012,{'toValue':0x0,'duration':0x3e8,'useNativeDriver':!![]})]))[_0x334c(0xf6)]();},[_0x153ac9]);const _0x2944d8=_0x45ac4c[_0x334c(0xf7)](useCallback,_0x4bd6ff=>{const _0x51e451=_0x4bd6ff[_0x334c(0x8f)][_0x334c(0x90)]['x'],_0x44ff00=_0x4bd6ff['nativeEvent'][_0x334c(0x91)]['width'],_0x2631d2=_0x4bd6ff[_0x334c(0x8f)][_0x334c(0x93)][_0x334c(0x92)];_0x4d2c5d[_0x334c(0x6b)]=_0x51e451;const _0x4e0912=_0x45ac4c[_0x334c(0x87)](_0x2631d2,_0x44ff00),_0x5d8250=_0x45ac4c['kOWgC'](_0x4e0912,0x0)?_0x45ac4c[_0x334c(0xf8)](_0x51e451,_0x4e0912):0x0;_0x235e7f(_0x5d8250),_0x51e451>0xa&&_0x153ac9&&_0x45ac4c[_0x334c(0xf9)](_0x29e5bc,![]);},[_0x153ac9]),_0x37cff6=[{'id':_0x45ac4c[_0x334c(0xfa)],'name':_0x45ac4c[_0x334c(0xfb)],'icon':_0x45ac4c[_0x334c(0xfc)](getPlatformIcon,_0x45ac4c[_0x334c(0xfa)]),'description':_0x45ac4c[_0x334c(0xfd)],'isChatPlatform':![]},{'id':_0x45ac4c[_0x334c(0xfe)],'name':'Reddit','icon':getPlatformIcon('reddit'),'description':_0x45ac4c[_0x334c(0xff)],'isChatPlatform':![]},{'id':_0x45ac4c[_0x334c(0x100)],'name':_0x45ac4c[_0x334c(0x101)],'icon':_0x45ac4c[_0x334c(0x102)](getPlatformIcon,_0x334c(0x4c)),'description':_0x45ac4c[_0x334c(0x103)],'isChatPlatform':![]},{'id':_0x334c(0x104),'name':_0x45ac4c[_0x334c(0x105)],'icon':_0x45ac4c[_0x334c(0x106)](getPlatformIcon,_0x45ac4c[_0x334c(0xcc)]),'description':_0x45ac4c[_0x334c(0x107)],'isChatPlatform':![]},{'id':_0x334c(0x3d),'name':_0x45ac4c['qyVur'],'icon':_0x45ac4c[_0x334c(0x108)](getPlatformIcon,_0x45ac4c[_0x334c(0x109)]),'description':_0x45ac4c[_0x334c(0x10a)],'isChatPlatform':![]},{'id':_0x45ac4c['gGPsz'],'name':_0x45ac4c[_0x334c(0x10b)],'icon':_0x45ac4c['JTBMr'](getPlatformIcon,_0x45ac4c[_0x334c(0xb4)]),'description':_0x45ac4c[_0x334c(0x10c)],'isChatPlatform':!![]},{'id':_0x45ac4c[_0x334c(0xb5)],'name':_0x334c(0x10d),'icon':_0x45ac4c['LoAQH'](getPlatformIcon,_0x45ac4c[_0x334c(0xb5)]),'description':_0x45ac4c[_0x334c(0x10e)],'isChatPlatform':!![]},{'id':_0x45ac4c[_0x334c(0x10f)],'name':_0x334c(0x110),'icon':getPlatformIcon(_0x45ac4c[_0x334c(0x10f)]),'description':_0x45ac4c['CRpni'],'isChatPlatform':!![]},{'id':_0x45ac4c[_0x334c(0xb6)],'name':_0x45ac4c['Erhiu'],'icon':_0x45ac4c[_0x334c(0x111)](getPlatformIcon,_0x334c(0x15)),'description':_0x45ac4c['lXHAi'],'isChatPlatform':!![]}],_0xaecf9=_0x373f0b?_0x373f0b[_0x334c(0xb3)](_0xd7f92f=>_0x37cff6[_0x334c(0x112)](_0x4adfc1=>_0x4adfc1['id']===_0xd7f92f))[_0x334c(0x113)](_0x5b4586=>_0x5b4586!==undefined):_0x37cff6;_0x45ac4c['xosQW'](useEffect,()=>{if(_0x45ac4c['KZaCc'](_0x45ac4c[_0x334c(0x114)],_0x45ac4c['SpGOg'])){if(_0xaecf9['length']>0x0){const _0x4f5582=_0xaecf9[0x0]['id'];(!_0x55d8d1||!_0xaecf9[_0x334c(0x112)](_0xb6625d=>_0xb6625d['id']===_0x55d8d1))&&_0x45ac4c['ERzOd'](_0x6f73cb,_0x4f5582);}}else _0x45ac4c[_0x334c(0x115)](_0x45381b,_0x3dffb8[_0x334c(0x116)]),_0x45ac4c[_0x334c(0xa1)](_0x40b89b,![]);},[_0x373f0b,_0xaecf9['length']]);const _0x42a29d=async(_0x514617,_0x3f8d98)=>{const _0x507abd={'NfEbZ':function(_0x446c25,_0x272a7){return _0x45ac4c[_0x334c(0x76)](_0x446c25,_0x272a7);},'iKKNN':function(_0x1e0b31,_0x4db6ed){return _0x45ac4c[_0x334c(0x115)](_0x1e0b31,_0x4db6ed);},'OFBbK':_0x45ac4c[_0x334c(0x117)],'IsKjO':function(_0x1fe7f2,_0xfc13a6){return _0x45ac4c[_0x334c(0x118)](_0x1fe7f2,_0xfc13a6);}};_0x45ac4c['wkvZY'](triggerHaptic,HapticType[_0x334c(0x116)]),console[_0x334c(0x84)](_0x334c(0x119)+_0x514617+_0x334c(0x11a)+_0x3f8d98);try{if(_0x3f8d98){if(_0x45ac4c[_0x334c(0x7a)](_0x45ac4c['cKQuR'],_0x45ac4c[_0x334c(0x11b)]))_0x507abd[_0x334c(0x11c)](_0x4ef946,_0x57cc08),_0x507abd[_0x334c(0x11c)](_0x5bd538,null);else{const _0x4e644c=await AsyncStorage['getItem'](_0x45ac4c['XQjYZ']),_0x511044=_0x45ac4c[_0x334c(0x11d)](_0x4e644c,_0x531d35);console['log'](_0x334c(0x11e)+_0x4e644c+_0x334c(0x11f)+_0x531d35+_0x334c(0x120)+_0x511044+'\x22');if(!_0x511044||_0x45ac4c['vpFQC'](_0x511044[_0x334c(0x121)](),'')){if(_0x334c(0x122)!==_0x334c(0x122))_0x507abd[_0x334c(0x123)](_0x21a870,![]);else{console[_0x334c(0x8d)](_0x45ac4c[_0x334c(0x117)]);return;}}const _0x24e890=_0x37cff6[_0x334c(0x112)](_0x1949bb=>_0x1949bb['id']===_0x514617),_0x1949f3=(_0x24e890===null||_0x24e890===void 0x0?void 0x0:_0x24e890[_0x334c(0x124)])||_0x45ac4c[_0x334c(0x76)](isLLMPlatform,_0x514617);if(_0x1949f3){console[_0x334c(0x84)](_0x334c(0x125)+_0x514617+_0x334c(0x126)),_0x352132(_0x514617),_0x45ac4c[_0x334c(0x127)](_0x292894,_0x1987f9=>({..._0x1987f9,[_0x514617]:'connecting'}));const _0x36b203=_0x45ac4c[_0x334c(0x128)](getLLMPlatformUrl,_0x514617);_0x36b203?'cSrRG'===_0x45ac4c[_0x334c(0x129)]?(_0x32a0ed&&(_0x45ac4c['UBmyn'](_0xcd9306,_0x3b4c5c),_0x45ac4c['FrJoV'](_0x18d111,null)),_0x45e979[_0x334c(0x12a)](0x0),Animated[_0x334c(0xf5)](_0x37723a,{'toValue':0x0,'duration':0xc8,'useNativeDriver':![]})['start']()):(console['log'](_0x334c(0x12b)+_0x514617+_0x334c(0x12c),_0x36b203),_0x351dc9(_0x36b203),_0x45ac4c[_0x334c(0x127)](_0x371830,!![])):(console[_0x334c(0x8d)](_0x334c(0x12d)+_0x514617),_0x45ac4c[_0x334c(0x12e)](_0x292894,_0x3f2f40=>({..._0x3f2f40,[_0x514617]:_0x334c(0x8d)})),_0x45ac4c[_0x334c(0x64)](triggerHaptic,HapticType[_0x334c(0x12f)]));return;}if(_0x45ac4c[_0x334c(0x71)](isLinkedInPlatform,_0x514617)){if(_0x45ac4c[_0x334c(0x130)]!==_0x45ac4c[_0x334c(0x131)]){console['log']('💼\x20[LINKEDIN]\x20Opening\x20WebView\x20for\x20LinkedIn\x20login...'),_0x45ac4c[_0x334c(0x132)](_0x352132,_0x514617),_0x45ac4c[_0x334c(0x133)](_0x292894,_0x26540e=>({..._0x26540e,[_0x514617]:_0x334c(0x134)}));const _0x4eed27=_0x45ac4c[_0x334c(0x135)];console[_0x334c(0x84)](_0x334c(0x136),_0x4eed27),_0x351dc9(_0x4eed27),_0x45ac4c[_0x334c(0x77)](_0x371830,!![]);return;}else _0x1339c1[_0x334c(0xa7)](_0x4643f8),_0x48222a[_0x334c(0x84)]('✅\x20[PLATFORMS]\x20Loaded\x20LLM\x20platform:\x20'+_0x313586);}if(hasNativeSDK(_0x514617)){_0x45ac4c['yfmRb'](_0x352132,_0x514617),_0x292894(_0x2953ee=>({..._0x2953ee,[_0x514617]:_0x334c(0x134)}));const _0x13cae4=await _0x45ac4c[_0x334c(0x137)](initiateNativeAuth,_0x514617,_0x511044);if(_0x13cae4){if(_0x334c(0x138)===_0x334c(0x139)){_0x179400[_0x334c(0x8d)](_0x507abd[_0x334c(0x13a)]);return;}else{const _0x630a88=new Set(_0x12b47b);_0x630a88['add'](_0x514617),_0x45ac4c[_0x334c(0x12e)](_0x4a5bc6,_0x630a88),_0x292894(_0x4792e6=>({..._0x4792e6,[_0x514617]:_0x334c(0xc8)})),_0x45ac4c['UKULT'](triggerHaptic,HapticType[_0x334c(0x83)]);}}else _0x292894(_0x4f172d=>({..._0x4f172d,[_0x514617]:_0x334c(0x8d)})),_0x45ac4c[_0x334c(0x13b)](triggerHaptic,HapticType[_0x334c(0x12f)]);}else{if(_0x45ac4c['udvru'](_0x334c(0x13c),_0x45ac4c[_0x334c(0x13d)]))_0x3c88d6[_0x334c(0x84)](_0x334c(0x12b)+_0x266b9c+_0x334c(0x12c),_0x29e978),_0x45ac4c['cpWaT'](_0x3f81d7,_0x4d11c9),_0x384384(!![]);else{console[_0x334c(0x84)](_0x334c(0x13e)+_0x514617+_0x334c(0x13f)),_0x352132(_0x514617),_0x45ac4c['Jeusv'](_0x292894,_0x5e7d9e=>({..._0x5e7d9e,[_0x514617]:_0x334c(0x134)}));const _0x10e9fd=await initiateOAuth(_0x514617,_0x511044);console[_0x334c(0x84)]('🔗\x20[TOGGLE]\x20OAuth\x20URL\x20result\x20for\x20'+_0x514617+':',_0x10e9fd?_0x45ac4c[_0x334c(0x140)](_0x10e9fd[_0x334c(0x141)](0x0,0x32),_0x45ac4c['soGpO']):_0x45ac4c[_0x334c(0x142)]),_0x10e9fd?(console[_0x334c(0x84)](_0x334c(0x143)+_0x514617),_0x45ac4c[_0x334c(0x115)](_0x351dc9,_0x10e9fd),_0x45ac4c[_0x334c(0x144)](_0x371830,!![])):(console[_0x334c(0x8d)](_0x334c(0x145)+_0x514617+_0x334c(0x146)),_0x45ac4c[_0x334c(0xf9)](_0x292894,_0x2c2ec8=>({..._0x2c2ec8,[_0x514617]:'error'})),_0x45ac4c['sLkIp'](triggerHaptic,HapticType[_0x334c(0x12f)]));}}}}else{await _0x45ac4c['VgKZI'](_0x2c9fdc,_0x514617);const _0x573fae=new Set(_0x12b47b);_0x573fae[_0x334c(0x147)](_0x514617),_0x45ac4c[_0x334c(0x148)](_0x4a5bc6,_0x573fae),_0x45ac4c[_0x334c(0x149)](_0x292894,_0x44252e=>({..._0x44252e,[_0x514617]:_0x334c(0x14a)})),_0x45ac4c[_0x334c(0x86)](triggerHaptic,HapticType[_0x334c(0x116)]);try{const _0x48c859=await AsyncStorage['getItem']('user_connected_platforms');if(_0x48c859){if(_0x45ac4c[_0x334c(0x7a)](_0x45ac4c[_0x334c(0x14b)],_0x45ac4c[_0x334c(0x14c)])){const _0x5cdb7e=JSON[_0x334c(0xa6)](_0x48c859),_0x588e74=_0x5cdb7e['filter'](_0x47d695=>_0x47d695['toLowerCase']()!==_0x514617[_0x334c(0xb0)]());await AsyncStorage[_0x334c(0xe8)](_0x45ac4c[_0x334c(0x14d)],JSON['stringify'](_0x588e74)),console[_0x334c(0x84)](_0x334c(0x14e)+_0x514617+_0x334c(0x14f),_0x588e74);}else _0x45ac4c['IIzku'](_0xa4a788,![]);}}catch(_0x260c07){_0x45ac4c[_0x334c(0xe3)](_0x45ac4c[_0x334c(0x150)],_0x45ac4c['InVrl'])?_0x507abd[_0x334c(0x11c)](_0x14daee,_0x52a5f3):console[_0x334c(0x8d)](_0x45ac4c['WzByh'],_0x260c07);}await AsyncStorage[_0x334c(0x151)]('@onairos:llm_connected:'+_0x514617),_0x514617['toLowerCase']()===_0x334c(0x104)&&(_0x45ac4c['FYDbc'](_0x45ac4c[_0x334c(0x152)],_0x45ac4c['bBrGV'])?Animated[_0x334c(0x153)](Animated[_0x334c(0xf4)]([Animated[_0x334c(0xf5)](_0x5ee01c,{'toValue':0x1,'duration':0x3e8,'useNativeDriver':!![]}),Animated[_0x334c(0xf5)](_0x16e6a4,{'toValue':0x0,'duration':0x3e8,'useNativeDriver':!![]})]))[_0x334c(0xf6)]():await AsyncStorage['removeItem'](_0x45ac4c['eovUc']));}}catch(_0x2947b8){_0x45ac4c['BPntQ']('WaUOQ',_0x45ac4c[_0x334c(0x154)])?(_0x507abd[_0x334c(0x123)](_0xf66999,![]),_0x161a2a(''),_0x28d63a&&_0x5deb1a(_0x3a1a8a=>({..._0x3a1a8a,[_0x4168b1]:'disconnected'})),_0x507abd[_0x334c(0x155)](_0x21a226,'')):(console[_0x334c(0x8d)]('Error\x20toggling\x20platform\x20'+_0x514617+':',_0x2947b8),_0x45ac4c[_0x334c(0x156)](_0x292894,_0x1e020d=>({..._0x1e020d,[_0x514617]:_0x334c(0x8d)})),_0x45ac4c[_0x334c(0x77)](triggerHaptic,HapticType[_0x334c(0x12f)]));}},_0x602dba=async()=>{triggerHaptic(HapticType[_0x334c(0x116)]),_0x45ac4c[_0x334c(0x157)](_0x4fbbf3,!![]);try{if(_0x45ac4c[_0x334c(0x7a)](_0x45ac4c[_0x334c(0x158)],_0x334c(0x159)))_0x34f81(!![]);else return React[_0x334c(0x15a)](_0x4888e1,{'visible':_0x2b742f,'onAccept':_0x5fa176,'onDecline':_0xee7602,'connectedPlatforms':_0x4e9f6c[_0x334c(0xd8)](_0x10900),'onConnectMore':_0x3e87f9,'loading':_0x3a3652});}finally{_0x4fbbf3(![]);}},_0x375a73=()=>{const _0x4a7abb={'auqBJ':function(_0x36873d,_0x2f1989){return _0x45ac4c[_0x334c(0x15b)](_0x36873d,_0x2f1989);},'gHJzF':_0x334c(0x15c)};if(_0x45ac4c[_0x334c(0x15d)](_0x45ac4c[_0x334c(0x15e)],_0x45ac4c[_0x334c(0x15e)])){const Linking=_0x4a7abb[_0x334c(0x15f)](_0x5e9e2c,0x0)[_0x334c(0x160)];Linking[_0x334c(0x161)](_0x4a7abb[_0x334c(0x162)]);}else triggerHaptic(HapticType[_0x334c(0x116)]),_0x3bc8d0&&(_0x45ac4c[_0x334c(0x163)](_0x45ac4c[_0x334c(0x164)],_0x45ac4c['bplZZ'])?!_0x35183f['has'](_0x5537f6)&&(_0x59c7c9[_0x334c(0x8e)](_0x1019c0),_0x367283=!![]):_0x3bc8d0());},_0x51e082=async()=>{const _0x1ea33d={'WCgXn':function(_0x5bc049,_0x298d57){return _0x45ac4c[_0x334c(0x88)](_0x5bc049,_0x298d57);},'WUgMI':_0x45ac4c[_0x334c(0xb2)]};if(_0x45ac4c[_0x334c(0x165)]('BxJID',_0x45ac4c[_0x334c(0x166)])){_0x45ac4c['wkvZY'](triggerHaptic,HapticType[_0x334c(0x116)]),_0x23e36e(!![]),await new Promise(_0x26dd08=>setTimeout(_0x26dd08,0x32));try{if(_0x1c286e)_0x45ac4c[_0x334c(0x15d)](_0x45ac4c[_0x334c(0x167)],_0x45ac4c[_0x334c(0x168)])?await _0x1c286e(_0x4b7ab1):_0x1ea33d['WCgXn'](_0x3b5211[_0x334c(0x169)],0x0)&&!_0x47b71e&&!_0x1b2624&&!_0x1dcdbe&&_0x554f7f();else{if(_0x45ac4c[_0x334c(0x7a)](_0x334c(0x16a),_0x45ac4c['QQdKd']))await _0x426113(Array[_0x334c(0xd8)](_0x12b47b));else{_0x45ac4c[_0x334c(0x16b)](_0x17723b,_0x49248c);return;}}}finally{_0x45ac4c['IIzku'](_0x23e36e,![]);}}else{const _0x4b2dc8={'kyjfP':function(_0x3ae08e,_0x38132f){return _0x3ae08e===_0x38132f;}};_0x259f2a[_0x334c(0x89)](_0x188c18=>{var _0x256ade;const _0x21b150=_0x4b2dc8[_0x334c(0x16c)](_0x256ade=_0x188c18[_0x334c(0xae)],null)||_0x4b2dc8[_0x334c(0x16c)](_0x256ade,void 0x0)?void 0x0:_0x256ade[_0x334c(0xb0)]();_0x21b150&&!_0xcffd23[_0x334c(0xbd)](_0x21b150)&&_0x50fd21['push'](_0x21b150);}),_0x182606[_0x334c(0x84)](_0x1ea33d[_0x334c(0x16d)],_0xf1037e[_0x334c(0xb3)](_0x2d033c=>_0x2d033c[_0x334c(0xae)]));}},_0x1e8789=()=>{_0x45ac4c[_0x334c(0x16e)](_0x45ac4c[_0x334c(0x16f)],_0x45ac4c[_0x334c(0x16f)])?(_0x45ac4c[_0x334c(0x170)](triggerHaptic,HapticType[_0x334c(0x116)]),_0x45ac4c[_0x334c(0x171)](_0x1cea89,![])):_0x4a6149(!![]);},_0x1e5d7f=async _0x2d5025=>{const _0x52ef7b={'sVWPV':_0x45ac4c[_0x334c(0x135)],'JSWVQ':function(_0x297c4a,_0x45e511){return _0x45ac4c['yABPN'](_0x297c4a,_0x45e511);}};if(_0x45ac4c[_0x334c(0x172)](_0x334c(0x173),_0x45ac4c['zvDqj'])){_0x3392bb[_0x334c(0x84)](_0x334c(0x174)),_0x10085f(_0x1bae3a),_0x2c43be(_0x555eb8=>({..._0x555eb8,[_0xafc85]:_0x334c(0x134)}));const _0x599daa=_0x52ef7b['sVWPV'];_0x37432c[_0x334c(0x84)]('🌐\x20[LINKEDIN]\x20Opening\x20LinkedIn\x20URL:',_0x599daa),_0x52ef7b[_0x334c(0x175)](_0x5d81de,_0x599daa),_0x52ef7b['JSWVQ'](_0x157f49,!![]);return;}else{_0x45ac4c[_0x334c(0x176)](triggerHaptic,HapticType[_0x334c(0x116)]),_0x45ac4c[_0x334c(0x69)](_0x145487,_0x2d5025);try{await AsyncStorage['setItem'](_0x334c(0x177),_0x2d5025),console[_0x334c(0x84)](_0x334c(0x178)+_0x2d5025);}catch(_0x28dd1d){_0x45ac4c[_0x334c(0x179)](_0x45ac4c[_0x334c(0x17a)],_0x45ac4c[_0x334c(0x17b)])?console[_0x334c(0x8d)](_0x334c(0x9),_0x28dd1d):(_0x3ccf85(_0x18ab50[_0x334c(0x116)]),_0x45ac4c['wCIOR'](_0x160b2d,![]));}_0x5207bc&&_0x45ac4c[_0x334c(0x86)](_0x5207bc,_0x2d5025);}},_0x2d01a6=()=>{const Linking=__ONAIROS_REQ_FUNC__(0x0)[_0x334c(0x160)];Linking[_0x334c(0x161)](_0x334c(0x15c));},_0x22ce1a=async _0x4e8f48=>{if(_0x45ac4c[_0x334c(0x17c)](_0x45ac4c[_0x334c(0x17d)],_0x45ac4c[_0x334c(0x17e)]))_0x4b4af0(_0x4e8f48),setTemporaryPin(_0x4e8f48),_0x45ac4c['dbElC'](_0x34f81,![]),_0x5123f6(!![]);else{const _0x5ef8ac={'Khyby':function(_0x3e8823,_0x1617cc){return _0x45ac4c[_0x334c(0x132)](_0x3e8823,_0x1617cc);}},_0x1e7b44=_0x45ac4c[_0x334c(0xe3)](_0x528aff,_0x1e9360['id']),_0x5f2e2d=_0x55e7fc['has'](_0x13f484['id']),_0x36a158=_0x45ac4c[_0x334c(0x17f)](_0x4e909b[_0x4fd93e['id']],_0x45ac4c[_0x334c(0x180)]);return React[_0x334c(0x15a)](TouchableOpacity,{'key':_0x27b6af['id'],'style':[_0x376f90[_0x334c(0x181)],_0x1e7b44&&_0x545f9d[_0x334c(0x182)]],'onPress':()=>{_0x5ef8ac['Khyby'](_0x37565b,_0x556e50[_0x334c(0x116)]),_0x532242(_0x8b65c0['id']);},'activeOpacity':0.7},React[_0x334c(0x15a)](Image,{'source':_0xa1ef99['icon'],'style':[_0x471196['platformIcon'],_0x45ac4c['cdHon'](_0x45e54c['id'],_0x45ac4c['pidCC'])&&_0x1d87e6['youtubeIcon'],_0x45ac4c['sQnGw'](_0x5cd8e2['id'],_0x334c(0x4c))&&_0x259934[_0x334c(0x183)],_0x45ac4c['zPeFU'](_0xda4702['id'],_0x45ac4c[_0x334c(0x109)])&&_0x1d2ef8['gmailIcon'],_0x45ac4c[_0x334c(0x184)](_0x2b9439['id'],_0x334c(0x185))&&_0x4c1213[_0x334c(0x186)],_0x45ac4c[_0x334c(0x187)](_0x1cf708['id'],_0x45ac4c[_0x334c(0xb5)])&&_0x4feb4c[_0x334c(0x188)],_0x45ac4c[_0x334c(0x17f)](_0x11758c['id'],_0x45ac4c[_0x334c(0xb6)])&&_0x4227ff['grokIcon']],'resizeMode':_0x45ac4c[_0x334c(0x189)]}),_0x36a158&&React['createElement'](View,{'style':_0x3460e3[_0x334c(0x18a)]}),_0x5f2e2d&&React[_0x334c(0x15a)](View,{'style':_0x2759b6['connectedDot']}));}},_0x24ad61=()=>{if(_0x45ac4c[_0x334c(0x18b)]!==_0x45ac4c[_0x334c(0x18b)]){const _0x5c3b3c={'leYoW':function(_0x505050,_0x2ad9f2){return _0x45ac4c[_0x334c(0x18c)](_0x505050,_0x2ad9f2);}},_0xfd29f0=_0x33c5ae[_0x334c(0xa6)](_0xb9d4a4);_0x522149['isArray'](_0xfd29f0)&&(_0xfd29f0[_0x334c(0x89)](_0x1eaf90=>{var _0x423d45;const _0x42662e=_0x5c3b3c[_0x334c(0x18d)](_0x423d45=_0x1eaf90[_0x334c(0xae)],null)||_0x5c3b3c[_0x334c(0x18d)](_0x423d45,void 0x0)?void 0x0:_0x423d45[_0x334c(0xb0)]();_0x42662e&&!_0x50a98e[_0x334c(0xbd)](_0x42662e)&&_0x137b95[_0x334c(0xa7)](_0x42662e);}),_0x4c8e8c['log'](_0x45ac4c['xONOk'],_0xfd29f0[_0x334c(0xb3)](_0x545e39=>_0x545e39[_0x334c(0xae)])));}else _0x45ac4c[_0x334c(0x18e)](_0x5123f6,![]),_0x45ac4c['taYjQ'](_0x1cea89,!![]);},_0x328d22=async _0x248e05=>{const _0x45b3ff={'tRWCu':function(_0x266de2,_0x1a2ea2){return _0x266de2(_0x1a2ea2);},'FGFJl':function(_0x41691f,_0x2a5191){return _0x41691f(_0x2a5191);}};if(_0x45ac4c[_0x334c(0x17c)](_0x334c(0x40),_0x45ac4c[_0x334c(0x18f)]))_0x44f371&&Animated[_0x334c(0x153)](Animated[_0x334c(0xf4)]([Animated[_0x334c(0xf5)](_0x5c67b4,{'toValue':0x1,'duration':0x3e8,'useNativeDriver':!![]}),Animated[_0x334c(0xf5)](_0xd9da08,{'toValue':0x0,'duration':0x3e8,'useNativeDriver':!![]})]))[_0x334c(0xf6)]();else{if(_0x44aac3){if(_0x45ac4c[_0x334c(0x190)](_0x248e05,_0x334c(0x191))||_0x45ac4c[_0x334c(0x17c)](_0x248e05,_0x45ac4c[_0x334c(0x192)])){_0x45ac4c[_0x334c(0x6d)](_0xa54e68,_0x44aac3),_0x45ac4c['kalKj'](_0x292894,_0x17ad11=>({..._0x17ad11,[_0x44aac3]:_0x334c(0xc8)}));try{const _0x57b241=await AsyncStorage['getItem'](_0x45ac4c['rDame']),_0x259272=_0x57b241?JSON[_0x334c(0xa6)](_0x57b241):[];!_0x259272[_0x334c(0xbd)](_0x44aac3['toLowerCase']())&&(_0x259272[_0x334c(0xa7)](_0x44aac3[_0x334c(0xb0)]()),await AsyncStorage[_0x334c(0xe8)](_0x45ac4c['rDame'],JSON['stringify'](_0x259272)),console[_0x334c(0x84)](_0x334c(0x193)+_0x44aac3+_0x334c(0x194),_0x259272));}catch(_0x3dd431){_0x45ac4c['iOCxK'](_0x45ac4c[_0x334c(0x195)],_0x45ac4c[_0x334c(0x195)])?console[_0x334c(0x8d)](_0x45ac4c['mKpGy'],_0x3dd431):(_0x45b3ff[_0x334c(0x196)](_0x3bab29,_0x4b24fa[_0x334c(0x116)]),_0x45b3ff[_0x334c(0x197)](_0x1bae2d,_0x27fc3e['id']));}_0x45ac4c[_0x334c(0x198)](isLLMPlatform,_0x44aac3)&&(await AsyncStorage[_0x334c(0xe8)](_0x334c(0xb9)+_0x44aac3,JSON[_0x334c(0x199)]({'connected':!![],'platform':_0x44aac3,'connectedAt':new Date()[_0x334c(0x19a)]()})),console[_0x334c(0x84)](_0x334c(0x19b)+_0x44aac3+_0x334c(0x19c))),_0x44aac3[_0x334c(0xb0)]()==='linkedin'&&(_0x45ac4c['BgmSH'](_0x45ac4c[_0x334c(0x19d)],_0x45ac4c[_0x334c(0x19d)])?_0x8ad1ab['log']('✅\x20[PLATFORMS]\x20Updated\x20connectedPlatforms\x20state\x20with:',_0x1febfc[_0x334c(0xd8)](_0x396579)):(await AsyncStorage[_0x334c(0xe8)](_0x334c(0x18),JSON[_0x334c(0x199)]({'connected':!![],'platform':_0x45ac4c[_0x334c(0xcc)],'connectedAt':new Date()['toISOString']()})),console[_0x334c(0x84)](_0x334c(0x19e))));}else _0x45ac4c['zOhhW'](_0x292894,_0x4cb4b7=>({..._0x4cb4b7,[_0x44aac3]:_0x334c(0x8d)})),_0x45ac4c[_0x334c(0x72)](triggerHaptic,HapticType[_0x334c(0x12f)]);}_0x45ac4c[_0x334c(0x19f)](_0x371830,![]),_0x45ac4c[_0x334c(0x1a0)](_0x351dc9,''),_0x45ac4c[_0x334c(0x1a1)](_0x352132,'');}};_0x45ac4c[_0x334c(0x81)](useEffect,()=>{const _0xf34197={'yzijZ':function(_0x55673a,_0x5c0f8a){return _0x45ac4c['kBjsU'](_0x55673a,_0x5c0f8a);},'rDTfy':_0x334c(0x1a2),'ikqLp':_0x45ac4c[_0x334c(0x1a3)],'jjfhc':_0x45ac4c[_0x334c(0x142)]};if(_0x45ac4c[_0x334c(0x1a4)](_0x45ac4c['DvcmX'],_0x45ac4c[_0x334c(0x1a5)]))_0x2c5daf[_0x334c(0x84)](_0x334c(0x1a6)+_0x161187+_0x334c(0x1a7)+(_0x51895b?_0xf34197['yzijZ'](_0xf34197[_0x334c(0x1a8)],_0x144208['substring'](0x0,0x28))+_0xf34197[_0x334c(0x1a9)]:_0xf34197[_0x334c(0x1aa)]));else{if(_0xfa2275&&!_0x7ff725){const _0x204a1d=setTimeout(()=>{_0x45ac4c['UNXEe'](_0x4a5bc6,_0x2820da=>{const _0x4c7671=new Set(_0x2820da);return _0x4c7671['add'](_0xfa2275),_0x4c7671;}),_0x45ac4c[_0x334c(0x111)](triggerHaptic,HapticType[_0x334c(0x83)]),console[_0x334c(0x84)](_0x334c(0x85)+_0xfa2275),_0x45ac4c[_0x334c(0x12e)](_0xa54e68,null);},0x12c);return()=>clearTimeout(_0x204a1d);}}},[_0xfa2275,_0x7ff725]);const _0x403719=()=>{_0x371830(![]),_0x45ac4c[_0x334c(0x156)](_0x351dc9,''),_0x44aac3&&_0x45ac4c[_0x334c(0x70)](_0x292894,_0x3eeb4f=>({..._0x3eeb4f,[_0x44aac3]:_0x334c(0x14a)})),_0x45ac4c[_0x334c(0x1ab)](_0x352132,'');},_0x29adfb=()=>{_0x45ac4c[_0x334c(0x66)](_0x34f81,![]);},_0x5ceb81=()=>{_0x2dd414&&_0x45ac4c[_0x334c(0x1ac)](_0x2dd414);},_0x16453f=()=>{const _0x2940ff={'XTnXc':function(_0x56a031,_0x289c8a){return _0x45ac4c[_0x334c(0x74)](_0x56a031,_0x289c8a);},'DopxM':function(_0x15f96d,_0x434186){return _0x45ac4c['kOzMb'](_0x15f96d,_0x434186);},'Laatk':function(_0x2c1b7f,_0x59ca67){return _0x45ac4c[_0x334c(0x1ad)](_0x2c1b7f,_0x59ca67);}};Animated[_0x334c(0xf5)](_0x1259dd,{'toValue':0x1,'duration':0xfa0,'useNativeDriver':![]})[_0x334c(0xf6)]();const _0x7170c2=_0x45ac4c['SmJjl'](setTimeout,()=>{if(_0x45ac4c[_0x334c(0x1ae)](_0x45ac4c['bKDha'],_0x334c(0x46))){const _0x28c797=new _0xacd74b(_0x1acab1);_0x28c797['add'](_0x12e505),_0x2940ff['XTnXc'](_0x29ff9c,_0x28c797),_0x2940ff[_0x334c(0x1af)](_0x5b2e8d,_0x2b9fe9=>({..._0x2b9fe9,[_0x3eb32c]:_0x334c(0xc8)})),_0x2940ff[_0x334c(0x1b0)](_0x2a6a81,_0x27fba8[_0x334c(0x83)]);}else _0x45ac4c[_0x334c(0x170)](triggerHaptic,HapticType['SUCCESS']),Vibration[_0x334c(0xeb)]([0x0,0x64,0x32,0x64]),_0x45ac4c[_0x334c(0x1b1)](_0x5ceb81);},0xfa0);_0x4ecefb(_0x7170c2);},_0x3c44dc=()=>{if(_0x45ac4c[_0x334c(0x1b2)](_0x334c(0x1b3),_0x45ac4c[_0x334c(0x1b4)])){if(_0x2f5827){if(_0x334c(0x1b5)!==_0x334c(0x1b6))clearTimeout(_0x2f5827),_0x45ac4c[_0x334c(0x156)](_0x4ecefb,null);else return React[_0x334c(0x15a)](_0x5406cf,{'visible':_0x4e792b,'onComplete':_0x27b30f});}_0x1259dd[_0x334c(0x12a)](0x0),Animated[_0x334c(0xf5)](_0x1259dd,{'toValue':0x0,'duration':0xc8,'useNativeDriver':![]})['start']();}else{const _0xd5597c=_0x2f6a07[_0x334c(0x112)](_0x441ddd=>_0x441ddd['id']===_0x528116);if(!_0xd5597c)return null;const _0xa0a28d=_0x170a9f[_0x334c(0xd4)](_0xb72524),_0x4c4366=_0x45ac4c[_0x334c(0x172)](_0x1c32a8[_0x17f558],_0x334c(0x134)),_0x4cd1e6=_0x36b683===null||_0x45ac4c[_0x334c(0x1b7)](_0x30aaeb,void 0x0)?void 0x0:_0x5037dc[_0x334c(0xbd)](_0x2a0676);return React[_0x334c(0x15a)](View,{'style':_0x1529ee[_0x334c(0x1b8)]},React[_0x334c(0x15a)](View,{'style':_0x2f0640['cardHeader']},React['createElement'](Text,{'style':_0x498f32[_0x334c(0x1b9)]},_0xd5597c[_0x334c(0xe5)]),_0x4cd1e6&&React['createElement'](View,{'style':_0x5d46eb[_0x334c(0x1ba)]},React[_0x334c(0x15a)](Text,{'style':_0x19107d['recommendedBadgeText']},_0x45ac4c[_0x334c(0x1bb)])),React['createElement'](TouchableOpacity,{'activeOpacity':0.8,'onPress':()=>!_0x4c4366&&_0x2c5607(_0x292c59,!_0xa0a28d),'disabled':_0x4c4366,'style':[_0x404783[_0x334c(0x1bc)],{'backgroundColor':_0xa0a28d?_0x45ac4c['TzLPH']:_0x45ac4c[_0x334c(0x1bd)]}]},React[_0x334c(0x15a)](View,{'style':[_0x1f0bd1[_0x334c(0x1be)],{'transform':[{'translateX':_0xa0a28d?0x14:0x0}]}]}))),React[_0x334c(0x15a)](View,{'style':_0x314845['descriptionContainer']},React[_0x334c(0x15a)](Text,{'style':_0x3c49fc['platformCardDescription']},_0xd5597c['description'])));}};_0x45ac4c[_0x334c(0xf2)](useEffect,()=>{return()=>{if(_0x2f5827){if(_0x45ac4c[_0x334c(0x1bf)]===_0x334c(0x1c0))return _0x319d1e[_0x334c(0x84)](_0x334c(0x1c1)+_0x1d4977+_0x334c(0x1c2)+_0x526128[_0x334c(0x141)](0x0,0x3c)+_0x334c(0x13f)),React[_0x334c(0x15a)](_0x544962,{'url':_0x2cf879,'platform':_0x202612,'onClose':_0x5cfde8,'onSuccess':_0x538b36,'onComplete':_0x1da805,'username':_0xe308e3});else _0x45ac4c['COpSc'](clearTimeout,_0x2f5827);}};},[_0x2f5827]),_0x45ac4c[_0x334c(0x99)](useEffect,()=>{_0x45ac4c['XDorJ'](_0x7ff725,_0x4e3d6e)&&console['log'](_0x334c(0x1a6)+_0x7ff725+_0x334c(0x1a7)+(_0x4e3d6e?_0x45ac4c[_0x334c(0x1c3)](_0x45ac4c[_0x334c(0x1c4)]('SET\x20(',_0x4e3d6e['substring'](0x0,0x28)),_0x45ac4c[_0x334c(0x1a3)]):_0x45ac4c[_0x334c(0x142)]));},[_0x7ff725,_0x4e3d6e]);const _0x530619=Math[_0x334c(0x1c5)](0x5,Math['max'](0x1,_0x45ac4c['eAlIh'](_0x12b47b['size'],0x1))),_0x347612=0x78,_0xc1d83b=0x46;if(_0x32a359){if(_0x45ac4c[_0x334c(0x1c6)](_0x45ac4c[_0x334c(0x1c7)],_0x45ac4c['fPkYD'])){const _0xd3b3a3=_0x8552d1['parse'](_0x16e51e);_0xd3b3a3[_0x334c(0xc8)]&&!_0x494c4f['includes'](_0x45ac4c[_0x334c(0xcc)])&&(_0x59c164['push'](_0x45ac4c['xEsqH']),_0x2a3193[_0x334c(0x84)](_0x45ac4c[_0x334c(0x1c8)]));}else return React[_0x334c(0x15a)](_0x925f58,{'visible':_0x32a359,'onComplete':_0x22ce1a,'onBack':_0x29adfb});}if(_0x5a0f7c){if(_0x45ac4c[_0x334c(0x1c9)](_0x45ac4c[_0x334c(0x1ca)],_0x334c(0x1cb)))_0x45ac4c[_0x334c(0x1cc)](_0x199fa5,_0x129da4=>{const _0x1c81a0=new _0x25c09d(_0x129da4);return _0x1c81a0[_0x334c(0x8e)](_0x3f9a62),_0x1c81a0;}),_0x4f817b(_0x422d55['SUCCESS']),_0x46d340[_0x334c(0x84)](_0x334c(0x85)+_0x280c30),_0x45ac4c[_0x334c(0x1cd)](_0x6944e0,null);else return React[_0x334c(0x15a)](_0x297def,{'visible':_0x5a0f7c,'onComplete':_0x24ad61});}if(_0x45ac4c[_0x334c(0xa0)](_0x7ff725,_0x4e3d6e)){if(_0x45ac4c[_0x334c(0x1ce)](_0x334c(0x5c),_0x45ac4c['kfwUj']))return console[_0x334c(0x84)](_0x334c(0x1c1)+_0x44aac3+_0x334c(0x1c2)+_0x4e3d6e['substring'](0x0,0x3c)+_0x334c(0x13f)),React[_0x334c(0x15a)](OAuthWebView,{'url':_0x4e3d6e,'platform':_0x44aac3,'onClose':_0x403719,'onSuccess':_0x328d22,'onComplete':_0x403719,'username':_0x531d35});else{var _0x43653e;const _0x4bb517=_0x45ac4c['yZRHQ'](_0x43653e=_0x19db5a['platform'],null)||_0x45ac4c['eiNUt'](_0x43653e,void 0x0)?void 0x0:_0x43653e[_0x334c(0xb0)]();_0x4bb517&&!_0x2c52a5[_0x334c(0xbd)](_0x4bb517)&&_0x1bcf7d[_0x334c(0xa7)](_0x4bb517);}}const _0x2f42f4=()=>{_0x45ac4c[_0x334c(0x1cf)](triggerHaptic,HapticType['BUTTON_PRESS']),_0x1cea89(![]);};if(_0x469f5b){if(_0x45ac4c['SeRai']===_0x45ac4c[_0x334c(0x1d0)])return React[_0x334c(0x15a)](_0x20d6ce,{'visible':_0x469f5b,'onAccept':_0x51e082,'onDecline':_0x1e8789,'connectedPlatforms':Array[_0x334c(0xd8)](_0x12b47b),'onConnectMore':_0x2f42f4,'loading':_0x4fe761});else _0x3ea29f[_0x334c(0xa7)](..._0x48ef25),_0x506863[_0x334c(0x84)](_0x45ac4c[_0x334c(0xa8)],_0x417d9b);}return React[_0x334c(0x15a)](View,{'style':styles[_0x334c(0x1d1)]},React['createElement'](ScrollView,{'style':styles[_0x334c(0x1d2)],'showsVerticalScrollIndicator':![],'bounces':!![]},_0x47d54e&&React[_0x334c(0x15a)](TouchableOpacity,{'style':styles['backButton'],'onPress':_0x47d54e,'activeOpacity':0.7},React[_0x334c(0x15a)](Text,{'style':styles[_0x334c(0x1d3)]},'‹')),React['createElement'](View,{'style':styles[_0x334c(0x1d4)]},React[_0x334c(0x15a)](Text,{'style':styles[_0x334c(0x1d5)]},_0x45ac4c[_0x334c(0x1d6)]),React[_0x334c(0x15a)](Text,{'style':styles[_0x334c(0x1d7)]},_0x45ac4c[_0x334c(0x1d8)])),React[_0x334c(0x15a)](View,{'style':styles[_0x334c(0x1d9)]},React[_0x334c(0x15a)](_0x57614b,{'level':_0x530619,'style':styles['largePersona']}),React[_0x334c(0x15a)](ScrollView,{'ref':_0x39df7f,'horizontal':!![],'style':[styles[_0x334c(0x1da)],{'bottom':_0x347612}],'contentContainerStyle':[styles[_0x334c(0x1db)],_0xaecf9[_0x334c(0xcd)]<=0x4&&styles[_0x334c(0x1dc)]],'showsHorizontalScrollIndicator':![],'onScroll':_0x2944d8,'scrollEventThrottle':0x10,'decelerationRate':_0x45ac4c['iQRdL'],'scrollEnabled':_0xaecf9[_0x334c(0xcd)]>0x4},_0xaecf9['map'](_0x2f48de=>{const _0xff115=_0x45ac4c[_0x334c(0x1dd)](_0x55d8d1,_0x2f48de['id']),_0x5ac6c0=_0x12b47b[_0x334c(0xd4)](_0x2f48de['id']),_0x378a81=_0x45ac4c[_0x334c(0x1de)](_0xd85c2a[_0x2f48de['id']],_0x45ac4c[_0x334c(0x180)]);return React['createElement'](TouchableOpacity,{'key':_0x2f48de['id'],'style':[styles[_0x334c(0x181)],_0xff115&&styles['platformIconButtonSelected']],'onPress':()=>{_0x45ac4c[_0x334c(0x68)](triggerHaptic,HapticType[_0x334c(0x116)]),_0x45ac4c[_0x334c(0x198)](_0x6f73cb,_0x2f48de['id']);},'activeOpacity':0.7},React['createElement'](Image,{'source':_0x2f48de[_0x334c(0x1df)],'style':[styles[_0x334c(0x1e0)],_0x45ac4c[_0x334c(0x184)](_0x2f48de['id'],_0x45ac4c[_0x334c(0xfa)])&&styles[_0x334c(0x1e1)],_0x45ac4c['FTRaK'](_0x2f48de['id'],_0x45ac4c['eBvKq'])&&styles[_0x334c(0x183)],_0x2f48de['id']===_0x45ac4c[_0x334c(0x109)]&&styles[_0x334c(0x1e2)],_0x45ac4c[_0x334c(0x17f)](_0x2f48de['id'],_0x45ac4c['gGPsz'])&&styles[_0x334c(0x186)],_0x2f48de['id']===_0x334c(0x13)&&styles['claudeIcon'],_0x2f48de['id']===_0x45ac4c[_0x334c(0xb6)]&&styles[_0x334c(0x1e3)]],'resizeMode':_0x45ac4c[_0x334c(0x189)]}),_0x378a81&&React['createElement'](View,{'style':styles[_0x334c(0x18a)]}),_0x5ac6c0&&React[_0x334c(0x15a)](View,{'style':styles[_0x334c(0x1e4)]}));})),_0x45ac4c[_0x334c(0x1e5)](_0xaecf9[_0x334c(0xcd)],0x4)&&React[_0x334c(0x15a)](View,{'style':[styles[_0x334c(0x1e6)],{'bottom':_0xc1d83b}]},React[_0x334c(0x15a)](View,{'style':styles[_0x334c(0x1e7)]},React['createElement'](View,{'style':[styles[_0x334c(0x1e8)],{'left':_0x45ac4c[_0x334c(0x1e9)](_0x37302c,0x38)}]}))),_0x153ac9&&_0x45ac4c[_0x334c(0x1ea)](_0xaecf9['length'],0x4)&&React[_0x334c(0x15a)](Animated[_0x334c(0x1eb)],{'style':[styles['scrollIndicator'],{'transform':[{'translateX':_0x39a012[_0x334c(0x1ec)]({'inputRange':[0x0,0x1],'outputRange':[0x0,0x8]})}],'opacity':_0x39a012['interpolate']({'inputRange':[0x0,0x1],'outputRange':[0.5,0x1]})}]},React['createElement'](Text,{'style':styles[_0x334c(0x1ed)]},'›'))),React['createElement'](View,{'style':styles[_0x334c(0x1ee)]},_0x55d8d1&&((()=>{if(_0x45ac4c[_0x334c(0x1b7)](_0x45ac4c[_0x334c(0x1ef)],_0x45ac4c['BZzJT'])){const _0x5883ac=_0xaecf9[_0x334c(0x112)](_0x276ce1=>_0x276ce1['id']===_0x55d8d1);if(!_0x5883ac)return null;const _0x5b850a=_0x12b47b[_0x334c(0xd4)](_0x55d8d1),_0x410fb1=_0x45ac4c[_0x334c(0x1f0)](_0xd85c2a[_0x55d8d1],_0x334c(0x134)),_0x1162a2=_0x45ac4c[_0x334c(0x1f1)](_0x4e460d,null)||_0x45ac4c[_0x334c(0x1f2)](_0x4e460d,void 0x0)?void 0x0:_0x4e460d['includes'](_0x55d8d1);return React['createElement'](View,{'style':styles['platformCard']},React[_0x334c(0x15a)](View,{'style':styles[_0x334c(0x1f3)]},React[_0x334c(0x15a)](Text,{'style':styles[_0x334c(0x1b9)]},_0x5883ac[_0x334c(0xe5)]),_0x1162a2&&React['createElement'](View,{'style':styles['recommendedBadge']},React['createElement'](Text,{'style':styles[_0x334c(0x1f4)]},'Highly\x20Recommended')),React[_0x334c(0x15a)](TouchableOpacity,{'activeOpacity':0.8,'onPress':()=>!_0x410fb1&&_0x42a29d(_0x55d8d1,!_0x5b850a),'disabled':_0x410fb1,'style':[styles['customToggleTrack'],{'backgroundColor':_0x5b850a?_0x334c(0x48):_0x334c(0x49)}]},React[_0x334c(0x15a)](View,{'style':[styles[_0x334c(0x1be)],{'transform':[{'translateX':_0x5b850a?0x14:0x0}]}]}))),React[_0x334c(0x15a)](View,{'style':styles[_0x334c(0x1f5)]},React['createElement'](Text,{'style':styles[_0x334c(0x1f6)]},_0x5883ac['description'])));}else _0x26886e['add'](_0xe0aa52),_0xa80313=!![];})())),React[_0x334c(0x15a)](View,{'style':styles[_0x334c(0x1f7)]},React['createElement'](Text,{'style':styles['refreshFrequencyTitle']},_0x45ac4c['vDXPj']),React[_0x334c(0x15a)](Text,{'style':styles[_0x334c(0x1f8)]},_0x334c(0x1f9)),React[_0x334c(0x15a)](View,{'style':styles[_0x334c(0x1fa)]},MODEL_REFRESH_OPTIONS[_0x334c(0xb3)](_0x2e87b7=>React[_0x334c(0x15a)](TouchableOpacity,{'key':_0x2e87b7['value'],'style':[styles[_0x334c(0x1fb)],_0x4ae0ee===_0x2e87b7[_0x334c(0x1fc)]&&styles['refreshSegmentSelected']],'onPress':()=>_0x1e5d7f(_0x2e87b7['value']),'activeOpacity':0.7},React[_0x334c(0x15a)](Text,{'style':[styles[_0x334c(0x1fd)],_0x4ae0ee===_0x2e87b7[_0x334c(0x1fc)]&&styles['refreshSegmentTextSelected']]},_0x2e87b7[_0x334c(0x1fe)])))),React['createElement'](Text,{'style':styles['refreshFrequencyHint']},(_0x45ac4c[_0x334c(0x1ff)](_0x313e62=MODEL_REFRESH_OPTIONS[_0x334c(0x112)](_0x5f0717=>_0x5f0717[_0x334c(0x1fc)]===_0x4ae0ee),null)||_0x45ac4c[_0x334c(0x9c)](_0x313e62,void 0x0)?void 0x0:_0x313e62['description'])||'')),React[_0x334c(0x15a)](View,{'style':styles['bottomButtonContainer']},React[_0x334c(0x15a)](View,{'style':styles[_0x334c(0x200)]},React['createElement'](_0x55724b,{'label':_0x45ac4c[_0x334c(0x201)],'onPress':_0x602dba,'disabled':loading||_0x45ac4c[_0x334c(0x202)](_0x12b47b[_0x334c(0x169)],0x0)||_0x1a1f6e||_0x163b53,'loading':loading||_0x1a1f6e||_0x163b53}),React[_0x334c(0x15a)](TouchableOpacity,{'style':styles['buttonOverlay'],'activeOpacity':0x1,'onPressIn':_0x16453f,'onPressOut':_0x3c44dc,'onPress':()=>{_0x45ac4c[_0x334c(0x203)](_0x12b47b[_0x334c(0x169)],0x0)&&!loading&&!_0x1a1f6e&&!_0x163b53&&(_0x45ac4c[_0x334c(0x204)](_0x45ac4c[_0x334c(0x205)],_0x45ac4c[_0x334c(0x206)])?_0x173f92[_0x334c(0xa7)](_0x45ab55):_0x45ac4c['vaWTl'](_0x602dba));}},React['createElement'](Animated[_0x334c(0x1eb)],{'style':[styles[_0x334c(0x207)],{'width':_0x1259dd['interpolate']({'inputRange':[0x0,0x1],'outputRange':['0%','100%']})}]}))),_0x3bc8d0&&React['createElement'](TouchableOpacity,{'style':styles[_0x334c(0x208)],'onPress':_0x375a73},React[_0x334c(0x15a)](Text,{'style':styles[_0x334c(0x209)]},_0x45ac4c[_0x334c(0x20a)])))));},styles=StyleSheet[_0x334c(0x20b)]({'container':{'flex':0x1,'backgroundColor':COLORS[_0x334c(0x20c)],'paddingHorizontal':0x18},'backButton':{'width':0x20,'height':0x20,'borderRadius':0x10,'backgroundColor':_0x334c(0x20d),'alignItems':_0x334c(0x20e),'justifyContent':'center','marginBottom':0x2},'backButtonText':{'fontSize':0x16,'fontWeight':_0x334c(0x20f),'color':'#1C1C1E','marginTop':-0x2},'scrollContent':{'flex':0x1},'headingContainer':{'width':_0x334c(0x210),'marginBottom':SPACING['sm'],'paddingTop':0x0,'marginTop':0x0},'title':{'fontFamily':_0x334c(0x211),'fontWeight':_0x334c(0x212),'fontSize':0x18,'lineHeight':0x20,'color':COLORS[_0x334c(0x213)],'textAlign':_0x334c(0x214),'marginBottom':0x4},'subtitle':{'fontFamily':_0x334c(0x215),'fontWeight':'400','fontSize':0x10,'lineHeight':0x18,'color':COLORS[_0x334c(0x216)],'textAlign':_0x334c(0x214)},'personaContainer':{'alignItems':_0x334c(0x20e),'position':'relative','marginTop':-0x14,'marginBottom':-0x78,'height':0x1c2},'largePersona':{'width':0x1f4,'height':0x1f4},'platformIconsOverlay':{'position':_0x334c(0x217),'width':'100%','height':0x46,'zIndex':0xa},'platformIconsScrollContent':{'flexDirection':_0x334c(0x218),'alignItems':_0x334c(0x20e),'paddingHorizontal':0x14,'gap':0x18},'platformIconsCentered':{'flexGrow':0x1,'justifyContent':'center'},'platformIconButton':{'width':0x34,'height':0x34,'borderRadius':0x1a,'backgroundColor':'#FFFFFF','justifyContent':_0x334c(0x20e),'alignItems':_0x334c(0x20e),'borderWidth':0x3,'borderColor':'transparent','shadowColor':_0x334c(0x219),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.15,'shadowRadius':0x4,'elevation':0x4},'platformIconButtonSelected':{'borderColor':_0x334c(0x21a),'backgroundColor':'#EFF6FF'},'platformIcon':{'width':0x1e,'height':0x1e},'youtubeIcon':{'width':0x2a,'height':0x2a},'pinterestIcon':{'width':0x24,'height':0x24},'gmailIcon':{'width':0x24,'height':0x24},'chatgptIcon':{'width':0x1e,'height':0x1e},'claudeIcon':{'width':0x20,'height':0x20},'grokIcon':{'width':0x24,'height':0x24},'connectingDot':{'position':'absolute','top':0x2,'right':0x2,'width':0xc,'height':0xc,'borderRadius':0x6,'backgroundColor':_0x334c(0x21b),'borderWidth':0x2,'borderColor':COLORS[_0x334c(0x20c)]},'connectedDot':{'position':_0x334c(0x217),'top':0x2,'right':0x2,'width':0xc,'height':0xc,'borderRadius':0x6,'backgroundColor':_0x334c(0x48),'borderWidth':0x2,'borderColor':COLORS[_0x334c(0x20c)]},'cardContainer':{'alignItems':_0x334c(0x20e),'marginTop':0x10,'marginBottom':SPACING['md']},'platformCard':{'width':0x147,'backgroundColor':_0x334c(0x21c),'borderRadius':0x10,'padding':0x8,'shadowColor':_0x334c(0x219),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.1,'shadowRadius':0x8,'elevation':0x3,'gap':0xa},'cardHeader':{'flexDirection':_0x334c(0x218),'alignItems':_0x334c(0x20e),'justifyContent':_0x334c(0x21d)},'platformCardTitle':{'fontSize':0x10,'fontWeight':_0x334c(0x20f),'color':COLORS['grey800'],'fontFamily':_0x334c(0x211)},'recommendedBadge':{'backgroundColor':_0x334c(0x21e),'paddingHorizontal':0xc,'paddingVertical':0x6,'borderRadius':0x10,'marginLeft':0x8},'recommendedBadgeText':{'fontSize':0xc,'fontWeight':'600','color':_0x334c(0x21f),'fontFamily':_0x334c(0x211)},'customToggleTrack':{'width':0x32,'height':0x1e,'borderRadius':0xf,'padding':0x2,'marginLeft':_0x334c(0x220),'marginRight':0x8,'justifyContent':'center'},'customToggleThumb':{'width':0x1a,'height':0x1a,'borderRadius':0xd,'backgroundColor':_0x334c(0x21c),'shadowColor':'#000','shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.2,'shadowRadius':0x2,'elevation':0x2},'descriptionContainer':{'backgroundColor':_0x334c(0x221),'borderRadius':0x8,'padding':0x8},'platformCardDescription':{'fontSize':0xd,'lineHeight':0x12,'color':COLORS[_0x334c(0x216)],'fontFamily':_0x334c(0x215)},'refreshFrequencySection':{'paddingHorizontal':0x10,'paddingVertical':0x14,'marginTop':0xc,'backgroundColor':_0x334c(0x222),'borderRadius':0x10,'marginHorizontal':SPACING['md'],'marginBottom':0x8,'borderWidth':0x1,'borderColor':_0x334c(0x223)},'refreshFrequencyTitle':{'fontSize':0x11,'fontWeight':_0x334c(0x212),'color':_0x334c(0x224),'fontFamily':_0x334c(0x211),'marginBottom':0x4},'refreshFrequencyDescription':{'fontSize':0xe,'color':_0x334c(0x225),'fontFamily':'Inter','fontWeight':'400','marginBottom':0x10},'refreshSegmentedControl':{'flexDirection':_0x334c(0x218),'backgroundColor':'#E8E8ED','borderRadius':0xc,'padding':0x3},'refreshSegment':{'flex':0x1,'paddingVertical':0xa,'alignItems':_0x334c(0x20e),'justifyContent':_0x334c(0x20e),'borderRadius':0xa},'refreshSegmentSelected':{'backgroundColor':_0x334c(0x224),'shadowColor':_0x334c(0x219),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.15,'shadowRadius':0x4,'elevation':0x3},'refreshSegmentText':{'fontSize':0xf,'fontFamily':_0x334c(0x215),'fontWeight':_0x334c(0x226),'color':_0x334c(0x225)},'refreshSegmentTextSelected':{'fontWeight':_0x334c(0x212),'color':'#FFFFFF'},'refreshFrequencyHint':{'fontSize':0xd,'fontFamily':'Inter','fontWeight':_0x334c(0x227),'color':'#8E8E93','textAlign':_0x334c(0x20e),'marginTop':0xc},'privacyLinkContainer':{'marginTop':0x10,'paddingTop':0x10,'borderTopWidth':0x1,'borderTopColor':_0x334c(0x228),'alignItems':_0x334c(0x20e)},'privacyLinkText':{'fontSize':0xe,'color':_0x334c(0x229),'fontFamily':'Inter','fontWeight':_0x334c(0x226)},'bottomButtonContainer':{'paddingTop':0x8,'paddingBottom':0x0,'paddingHorizontal':SPACING['md']},'buttonWrapper':{'position':_0x334c(0x22a)},'buttonOverlay':{'position':'absolute','top':0x0,'left':0x0,'right':0x0,'bottom':0x0,'borderRadius':0xc,'overflow':_0x334c(0x22b)},'holdProgressBar':{'position':'absolute','bottom':0x0,'left':0x0,'height':0x4,'backgroundColor':_0x334c(0x48),'borderRadius':0x2},'skipButton':{'alignItems':'center','paddingVertical':0xa,'marginBottom':0x22},'skipButtonText':{'fontSize':0x10,'fontFamily':_0x334c(0x215),'fontWeight':'500','color':COLORS[_0x334c(0x216)]},'pageIndicatorContainer':{'position':_0x334c(0x217),'alignSelf':'center','zIndex':0xb},'scrollBarTrack':{'width':0x50,'height':0x4,'backgroundColor':COLORS['grey300'],'borderRadius':0x2,'position':_0x334c(0x22a),'overflow':'hidden'},'scrollBarThumb':{'position':_0x334c(0x217),'width':0x18,'height':0x4,'backgroundColor':COLORS['grey600'],'borderRadius':0x2,'left':0x0},'scrollIndicator':{'position':_0x334c(0x217),'bottom':0x3c,'right':0x1e,'zIndex':0xc},'scrollIndicatorText':{'fontSize':0x20,'color':COLORS[_0x334c(0x22c)],'fontWeight':_0x334c(0x22d)}});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 _0x152f05 from'react-native-vector-icons/MaterialIcons';function _0x3d83(_0x1520ec,_0x3d83ff){_0x1520ec=_0x1520ec-0x0;const _0x2f15f6=_0x1520();let _0x2a40c8=_0x2f15f6[_0x1520ec];return _0x2a40c8;}import{COLORS,PLATFORMS}from'../constants';export const PlatformList=({connections:_0x53b893,onToggle:_0x138a1f,isLoading:_0x45b456,canProceed:_0x50fd4c,onProceed:_0xfcaf65})=>{const _0x2a0996={'nLqIw':_0x3d83(0x0),'VjZXP':_0x3d83(0x1),'QFrjQ':'Connect\x20your\x20platforms','jnmfR':function(_0x3ed1fc,_0x180874){return _0x3ed1fc||_0x180874;}},_0x322700=(_0x217ea1,_0x64371a)=>{const _0x433924=PLATFORMS[_0x217ea1];if(!_0x433924)return null;return React[_0x3d83(0x2)](View,{'key':_0x217ea1,'style':styles[_0x3d83(0x3)]},React[_0x3d83(0x2)](View,{'style':styles['platformHeader']},React[_0x3d83(0x2)](_0x152f05,{'name':_0x433924['icon'],'size':0x18,'color':_0x433924[_0x3d83(0x4)]}),React['createElement'](Text,{'style':styles[_0x3d83(0x5)]},_0x433924['name'])),_0x433924['description']&&React[_0x3d83(0x2)](Text,{'style':styles[_0x3d83(0x6)]},_0x433924['description']),React[_0x3d83(0x2)](TouchableOpacity,{'style':[styles['connectButton'],_0x64371a?styles[_0x3d83(0x7)]:styles[_0x3d83(0x8)]],'onPress':()=>_0x138a1f(_0x217ea1,!_0x64371a),'disabled':_0x45b456},_0x45b456?React[_0x3d83(0x2)](ActivityIndicator,{'color':_0x2a0996[_0x3d83(0x9)]}):React[_0x3d83(0x2)](Text,{'style':styles[_0x3d83(0xa)]},_0x64371a?_0x2a0996[_0x3d83(0xb)]:_0x3d83(0xc))));};return React[_0x3d83(0x2)](View,{'style':styles[_0x3d83(0xd)]},React[_0x3d83(0x2)](Text,{'style':styles[_0x3d83(0xe)]},_0x2a0996[_0x3d83(0xf)]),React['createElement'](Text,{'style':styles['subtitle']},_0x3d83(0x10)),React['createElement'](View,{'style':styles[_0x3d83(0x11)]},Object[_0x3d83(0x12)](_0x53b893)[_0x3d83(0x13)](([_0x51c292,_0x4be086])=>_0x322700(_0x51c292,!!_0x4be086))),React['createElement'](TouchableOpacity,{'style':[styles['proceedButton'],!_0x50fd4c&&styles[_0x3d83(0x14)]],'onPress':_0xfcaf65,'disabled':_0x2a0996[_0x3d83(0x15)](!_0x50fd4c,_0x45b456)},React['createElement'](Text,{'style':styles[_0x3d83(0x16)]},_0x3d83(0x17))));};function _0x1520(){const _0x4420d1=['#fff','Disconnect','createElement','platformContainer','color','platformName','platformDescription','connectedButton','disconnectedButton','nLqIw','buttonText','VjZXP','Connect','container','title','QFrjQ','Connect\x20at\x20least\x202\x20platforms\x20to\x20proceed','platformsList','entries','map','disabledButton','jnmfR','proceedButtonText','Proceed','create','text','secondary','border','row','600','primary','center','success'];_0x1520=function(){return _0x4420d1;};return _0x1520();}const styles=StyleSheet[_0x3d83(0x18)]({'container':{'flex':0x1,'padding':0x10},'title':{'fontSize':0x14,'fontWeight':'600','marginBottom':0x8,'color':COLORS[_0x3d83(0x19)]['primary']},'subtitle':{'fontSize':0xe,'color':COLORS['text'][_0x3d83(0x1a)],'marginBottom':0x18},'platformsList':{'flex':0x1},'platformContainer':{'backgroundColor':_0x3d83(0x0),'borderRadius':0xc,'padding':0x10,'marginBottom':0x10,'borderWidth':0x1,'borderColor':COLORS[_0x3d83(0x1b)]},'platformHeader':{'flexDirection':_0x3d83(0x1c),'alignItems':'center','marginBottom':0x8},'platformName':{'fontSize':0x10,'fontWeight':_0x3d83(0x1d),'marginLeft':0xc,'color':COLORS['text'][_0x3d83(0x1e)]},'platformDescription':{'fontSize':0xe,'color':COLORS[_0x3d83(0x19)][_0x3d83(0x1a)],'marginBottom':0x10},'connectButton':{'paddingVertical':0x8,'paddingHorizontal':0x10,'borderRadius':0x8,'alignItems':_0x3d83(0x1f)},'connectedButton':{'backgroundColor':COLORS[_0x3d83(0x20)]},'disconnectedButton':{'backgroundColor':COLORS[_0x3d83(0x1e)]},'buttonText':{'color':_0x3d83(0x0),'fontWeight':_0x3d83(0x1d)},'proceedButton':{'backgroundColor':COLORS[_0x3d83(0x1e)],'paddingVertical':0x10,'borderRadius':0xc,'alignItems':_0x3d83(0x1f),'marginTop':0x10},'disabledButton':{'opacity':0.5},'proceedButtonText':{'color':'#fff','fontSize':0x10,'fontWeight':_0x3d83(0x1d)}});
|