@onairos/react-native 3.5.4 → 3.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +423 -423
- package/lib/commonjs/api/index.js +1 -1
- package/lib/commonjs/assets/images/Checkbox.svg +3 -3
- package/lib/commonjs/assets/images/EnochE.svg +19 -19
- package/lib/commonjs/assets/images/OnairosNewLogo.png +0 -0
- package/lib/commonjs/assets/images/Personalityprofile.svg +3 -3
- package/lib/commonjs/assets/images/Personalitytraits.svg +3 -3
- package/lib/commonjs/assets/images/Userpreferences.svg +3 -3
- package/lib/commonjs/assets/images/arrow.svg +20 -20
- package/lib/commonjs/assets/images/basicproficon.svg +43 -43
- package/lib/commonjs/assets/images/basicprofile.svg +3 -3
- package/lib/commonjs/assets/images/checkmark.svg +4 -4
- package/lib/commonjs/assets/images/contentanalysis.svg +3 -3
- package/lib/commonjs/assets/images/contenticon.svg +23 -23
- package/lib/commonjs/assets/images/personalityicon.svg +18 -18
- package/lib/commonjs/assets/images/x-close.svg +3 -3
- package/lib/commonjs/components/BodyText.js +1 -1
- package/lib/commonjs/components/BrandMark.js +1 -1
- package/lib/commonjs/components/CodeInput.js +1 -1
- package/lib/commonjs/components/EmailInput.js +1 -1
- package/lib/commonjs/components/GoogleButton.js +1 -1
- package/lib/commonjs/components/HeadingGroup.js +1 -1
- package/lib/commonjs/components/LLMDataInputModal.js +1 -1
- package/lib/commonjs/components/ModalHeader.js +1 -1
- package/lib/commonjs/components/ModalSheet.js +1 -1
- package/lib/commonjs/components/Onairos.js +1 -1
- package/lib/commonjs/components/OnairosButton.js +1 -1
- package/lib/commonjs/components/OnairosSignInButton.js +1 -1
- package/lib/commonjs/components/Overlay.js +1 -1
- package/lib/commonjs/components/PersonaImage.js +1 -1
- package/lib/commonjs/components/PersonaLoadingScreen.js +1 -1
- package/lib/commonjs/components/PersonalizationConsentScreen.js +1 -1
- package/lib/commonjs/components/PinCreationScreen.js +1 -1
- package/lib/commonjs/components/PinInput.js +1 -1
- package/lib/commonjs/components/PlatformConnectorsStep.js +3 -2
- 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 +2 -1
- package/lib/commonjs/components/VerificationStep.js +1 -1
- package/lib/commonjs/components/WelcomeScreen.js +2 -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 +6 -2
- 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 +5 -6
- package/lib/commonjs/services/SDK_API_KEY_VALIDATION.md +421 -421
- package/lib/commonjs/services/apiClient.js +1 -1
- package/lib/commonjs/services/apiKeyService.js +1 -1
- package/lib/commonjs/services/authService.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 +8 -0
- package/lib/commonjs/services/hingeDataService.js +9 -0
- package/lib/commonjs/services/imageCompressionService.js +1 -1
- package/lib/commonjs/services/instagramDataExtractor.js +8 -0
- package/lib/commonjs/services/instagramDataService.js +9 -0
- package/lib/commonjs/services/jwtStorageService.js +1 -1
- package/lib/commonjs/services/linkedinDOMExtractor.js +1 -1
- package/lib/commonjs/services/linkedinProfileService.js +1 -1
- package/lib/commonjs/services/linkedinScrapingService.js +1 -1
- package/lib/commonjs/services/llmDataStorage.js +1 -1
- package/lib/commonjs/services/mobileTrainingService.js +1 -1
- package/lib/commonjs/services/oauthService.js +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 +8 -0
- package/lib/commonjs/services/sephoraDataService.js +9 -0
- package/lib/commonjs/services/storageService.js +1 -1
- package/lib/commonjs/services/telegramDataExtractor.js +8 -0
- package/lib/commonjs/services/telegramDataService.js +11 -0
- 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 +2 -2
- package/lib/commonjs/utils/auth.js +1 -1
- package/lib/commonjs/utils/connectorTests.js +29 -0
- 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 -0
- package/lib/commonjs/utils/webviewScripts/index.js +6 -2
- package/lib/commonjs/utils/webviewScripts/instagram.js +1 -0
- package/lib/commonjs/utils/webviewScripts/linkedin.js +1 -1
- package/lib/commonjs/utils/webviewScripts/sephora.js +1 -0
- package/lib/commonjs/utils/webviewScripts/telegram.js +1 -0
- package/lib/module/api/index.js +1 -1
- package/lib/module/assets/images/Checkbox.svg +3 -3
- package/lib/module/assets/images/EnochE.svg +19 -19
- package/lib/module/assets/images/OnairosNewLogo.png +0 -0
- package/lib/module/assets/images/Personalityprofile.svg +3 -3
- package/lib/module/assets/images/Personalitytraits.svg +3 -3
- package/lib/module/assets/images/Userpreferences.svg +3 -3
- package/lib/module/assets/images/arrow.svg +20 -20
- package/lib/module/assets/images/basicproficon.svg +43 -43
- package/lib/module/assets/images/basicprofile.svg +3 -3
- package/lib/module/assets/images/checkmark.svg +4 -4
- package/lib/module/assets/images/contentanalysis.svg +3 -3
- package/lib/module/assets/images/contenticon.svg +23 -23
- package/lib/module/assets/images/personalityicon.svg +18 -18
- package/lib/module/assets/images/x-close.svg +3 -3
- package/lib/module/components/BodyText.js +1 -1
- package/lib/module/components/BrandMark.js +1 -1
- package/lib/module/components/CodeInput.js +1 -1
- package/lib/module/components/EmailInput.js +1 -1
- package/lib/module/components/GoogleButton.js +1 -1
- package/lib/module/components/HeadingGroup.js +1 -1
- package/lib/module/components/LLMDataInputModal.js +1 -1
- package/lib/module/components/ModalHeader.js +1 -1
- package/lib/module/components/ModalSheet.js +1 -1
- package/lib/module/components/Onairos.js +1 -1
- package/lib/module/components/OnairosButton.js +1 -1
- package/lib/module/components/OnairosSignInButton.js +1 -1
- package/lib/module/components/Overlay.js +1 -1
- package/lib/module/components/PersonaImage.js +1 -1
- package/lib/module/components/PersonaLoadingScreen.js +1 -1
- package/lib/module/components/PersonalizationConsentScreen.js +1 -1
- package/lib/module/components/PinCreationScreen.js +1 -1
- package/lib/module/components/PinInput.js +1 -1
- package/lib/module/components/PlatformConnectorsStep.js +7 -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/SDK_API_KEY_VALIDATION.md +421 -421
- package/lib/module/services/apiClient.js +1 -1
- package/lib/module/services/apiKeyService.js +1 -1
- package/lib/module/services/authService.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 -0
- package/lib/module/services/hingeDataService.js +1 -0
- package/lib/module/services/imageCompressionService.js +1 -1
- package/lib/module/services/instagramDataExtractor.js +1 -0
- package/lib/module/services/instagramDataService.js +1 -0
- package/lib/module/services/jwtStorageService.js +1 -1
- package/lib/module/services/linkedinDOMExtractor.js +1 -1
- package/lib/module/services/linkedinProfileService.js +1 -1
- package/lib/module/services/linkedinScrapingService.js +1 -1
- package/lib/module/services/llmDataStorage.js +1 -1
- package/lib/module/services/mobileTrainingService.js +1 -1
- package/lib/module/services/oauthService.js +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 -0
- package/lib/module/services/sephoraDataService.js +1 -0
- package/lib/module/services/storageService.js +1 -1
- package/lib/module/services/telegramDataExtractor.js +1 -0
- package/lib/module/services/telegramDataService.js +8 -0
- 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 +2 -2
- package/lib/module/utils/auth.js +1 -1
- package/lib/module/utils/connectorTests.js +28 -0
- 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 -0
- package/lib/module/utils/webviewScripts/index.js +1 -1
- package/lib/module/utils/webviewScripts/instagram.js +1 -0
- package/lib/module/utils/webviewScripts/linkedin.js +1 -1
- package/lib/module/utils/webviewScripts/sephora.js +1 -0
- package/lib/module/utils/webviewScripts/telegram.js +1 -0
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
import React,{useState,useCallback}from'react';import{View,Text,StyleSheet,TextInput,TouchableOpacity,Dimensions,Keyboard,ActivityIndicator}from'react-native';import{biometricPinService}from'../services/biometricPinService';function _0x3d17(_0x269224,_0x3d1769){_0x269224=_0x269224-0x0;const _0x212b45=_0x2692();let _0x566cff=_0x212b45[_0x269224];return _0x566cff;}const {width}=Dimensions['get']('window');export const PinInput=({onSubmit:_0xcffe0d,minLength:minLength=0x8,requireSpecialChar:requireSpecialChar=!![],requireNumber:requireNumber=!![],onBack:_0x19b1a6,enableBiometricStorage:enableBiometricStorage=!![],onBackgroundTrainingStart:_0xe62aa0,showBackgroundProgress:showBackgroundProgress=![],backgroundProgressText:backgroundProgressText=_0x3d17(0x0)})=>{const _0x35ec66={'clBIU':function(_0x112fa9,_0xe4d235){return _0x112fa9===_0xe4d235;},'KdPLv':_0x3d17(0x1),'YZbdk':_0x3d17(0x2),'ZbmBL':function(_0x46e7e5,_0xe7811){return _0x46e7e5(_0xe7811);},'gYOfq':_0x3d17(0x3),'oDQHe':_0x3d17(0x4),'lwWNB':'Biometric\x20Authentication\x20Failed','TTZiU':'error','fzaOc':'Authenticating...','fXacy':_0x3d17(0x5),'HfnxT':'info','MZUoS':_0x3d17(0x6),'pGqMG':_0x3d17(0x7),'iwxtN':function(_0x1ad5ec,_0x552c92){return _0x1ad5ec&&_0x552c92;},'wbyla':function(_0x1b9ddf,_0x57ed5d){return _0x1b9ddf!==_0x57ed5d;},'ITawF':_0x3d17(0x8),'ebIdH':_0x3d17(0x9),'knEmK':function(_0x53c0ed){return _0x53c0ed();},'NuMAG':function(_0x55c591,_0x1b44b7){return _0x55c591(_0x1b44b7);},'KgzRI':_0x3d17(0xa),'Ghngp':function(_0x49e645,_0x51c141){return _0x49e645(_0x51c141);},'qwmuU':_0x3d17(0xb),'sKasH':_0x3d17(0xc),'SpwWI':'Fkngo','rtxoi':function(_0x33f703,_0x2bab80){return _0x33f703(_0x2bab80);},'usZnJ':function(_0x134fa9,_0x4485e4){return _0x134fa9(_0x4485e4);},'QrwxW':function(_0x4a8919,_0x3858ba){return _0x4a8919(_0x3858ba);},'iuaYz':function(_0x17744c,_0xc3815d){return _0x17744c(_0xc3815d);},'StCHl':'authenticating','YClpz':function(_0x109e64,_0x19a68d){return _0x109e64!==_0x19a68d;},'tqpBl':'RSawh','BuZcr':function(_0x19e231,_0x3eddae){return _0x19e231(_0x3eddae);},'eJYyc':function(_0x10f627,_0x4b85c3){return _0x10f627(_0x4b85c3);},'emlws':function(_0x5998cb,_0x54fcd3){return _0x5998cb===_0x54fcd3;},'hHxTr':'TLzJP','coubt':'YaUae','HFvlW':_0x3d17(0xd),'ZNfDq':function(_0x41b0ab,_0x207288){return _0x41b0ab(_0x207288);},'cVrAT':function(_0x4b9a21,_0x55b744){return _0x4b9a21!==_0x55b744;},'muJOc':_0x3d17(0xe),'oxjTS':function(_0x59cdaa,_0x1fdb5e){return _0x59cdaa(_0x1fdb5e);},'xiXPv':function(_0x32c2dd,_0x26e1ab){return _0x32c2dd(_0x26e1ab);},'Upiwm':function(_0x2279b7,_0x91c44d){return _0x2279b7(_0x91c44d);},'hDZaJ':_0x3d17(0xf),'XbYpq':function(_0x61235e,_0x34f171){return _0x61235e(_0x34f171);},'TXlWp':_0x3d17(0x10),'ZPqsE':_0x3d17(0x11),'bsINo':'warning','xHPii':_0x3d17(0x12),'VShGk':_0x3d17(0x13),'HeMHu':function(_0x10398e,_0x5e19ad){return _0x10398e(_0x5e19ad);},'VwlqX':function(_0xc07019,_0x46ea3e,_0x3007f7){return _0xc07019(_0x46ea3e,_0x3007f7);},'aQQWC':function(_0x2682d0,_0xcd101e,_0x34b3f2){return _0x2682d0(_0xcd101e,_0x34b3f2);},'refuB':function(_0x598869,_0x30bf95,_0x31610){return _0x598869(_0x30bf95,_0x31610);},'PcjbF':function(_0xaccb66){return _0xaccb66();},'UsXHY':_0x3d17(0x14),'gqONA':_0x3d17(0x15),'PpjRY':_0x3d17(0x16),'jApDM':_0x3d17(0x17),'aeYSZ':'done','REZxK':_0x3d17(0x18),'POyfG':_0x3d17(0x19),'DUpjl':function(_0x1b1379,_0x3decd5){return _0x1b1379>=_0x3decd5;},'otiUP':_0x3d17(0x1a),'ibnxJ':'\x20characters','vsKSD':_0x3d17(0x1b),'RKJoP':'•\x20Include\x20a\x20number','QeWkk':function(_0x5e5fa5,_0x186a1d){return _0x5e5fa5===_0x186a1d;},'qeJzh':function(_0x202cdf,_0x325989){return _0x202cdf===_0x325989;},'HmBtt':function(_0x637ae3,_0x5480f7){return _0x637ae3===_0x5480f7;},'JvTIm':function(_0x2bf5a8,_0x1c5216){return _0x2bf5a8===_0x1c5216;},'QlKFb':_0x3d17(0x1c),'aKvzF':_0x3d17(0x1d),'xwtqZ':_0x3d17(0x1e)},[_0x5697b0,_0x1ef1d6]=useState(''),[_0x3aec6f,_0x539c99]=_0x35ec66[_0x3d17(0x1f)](useState,null),[_0x3798cb,_0x1f0c48]=useState(![]),[_0x2a6295,_0x1c25b9]=_0x35ec66['rtxoi'](useState,![]),[_0xf4f5a5,_0x461cad]=_0x35ec66[_0x3d17(0x20)](useState,_0x35ec66[_0x3d17(0x21)]),[_0x3b388b,_0x255688]=_0x35ec66['HeMHu'](useState,![]);React['useEffect'](()=>{const _0x189095={'EUPge':_0x35ec66[_0x3d17(0x22)],'XsuvZ':_0x3d17(0x11),'aYeUS':_0x35ec66[_0x3d17(0x23)],'IeBcD':_0x35ec66['lwWNB'],'CqtWw':_0x3d17(0x12),'oOllw':_0x3d17(0xa),'wzGTT':'Storage\x20Error','rlwns':_0x3d17(0x24),'Tubbu':_0x35ec66[_0x3d17(0x25)],'EHlOJ':_0x35ec66['fzaOc'],'jdkJz':_0x35ec66[_0x3d17(0x26)],'eWHnr':_0x35ec66[_0x3d17(0x27)],'iOLPK':_0x35ec66[_0x3d17(0x28)],'hcsBE':_0x35ec66[_0x3d17(0x29)]};if(_0x35ec66['iwxtN'](_0xe62aa0,!_0x3b388b)&&showBackgroundProgress){if(_0x35ec66['wbyla'](_0x35ec66[_0x3d17(0x2a)],_0x35ec66[_0x3d17(0x2b)]))console[_0x3d17(0x2c)]('\uD83D\uDE80 [PIN INPUT] Background training explicitly requested...'),_0x35ec66['ZbmBL'](_0x255688,!![]),_0x35ec66[_0x3d17(0x2d)](_0xe62aa0)['catch'](_0x62b9cc=>{if(_0x35ec66[_0x3d17(0x2e)](_0x35ec66[_0x3d17(0x2f)],_0x35ec66[_0x3d17(0x30)]))switch(_0x565af2){case _0x189095[_0x3d17(0x31)]:return{'title':_0x189095[_0x3d17(0x32)],'message':_0x189095[_0x3d17(0x33)],'type':_0x3d17(0x34),'showActions':!![]};case _0x3d17(0xd):return{'title':_0x189095[_0x3d17(0x35)],'message':_0x189095[_0x3d17(0x36)],'type':_0x3d17(0x34),'showActions':!![]};case _0x189095[_0x3d17(0x37)]:return{'title':_0x189095[_0x3d17(0x38)],'message':_0x189095[_0x3d17(0x39)],'type':_0x189095[_0x3d17(0x3a)],'showActions':!![]};case _0x3d17(0x3b):return{'title':_0x189095['EHlOJ'],'message':_0x189095[_0x3d17(0x3c)],'type':_0x189095[_0x3d17(0x3d)],'showActions':![]};default:return{'title':_0x189095['iOLPK'],'message':_0x189095[_0x3d17(0x3e)],'type':'info','showActions':![]};}else console[_0x3d17(0x3f)]('\u274C [PIN INPUT] Background training failed:',_0x62b9cc),_0x35ec66[_0x3d17(0x40)](_0x255688,![]);});else{_0x59283a[_0x3d17(0x2c)]('\u274C [PIN INPUT] Validation failed:',_0x7154d0),_0x35ec66[_0x3d17(0x40)](_0x47cef4,_0x38ac26);return;}}},[_0xe62aa0,_0x3b388b,showBackgroundProgress]);const _0x5d44ff=_0x35ec66[_0x3d17(0x41)](useCallback,_0xfa6cec=>{const _0xfb8394={'KeXUE':function(_0x8275c8,_0x4d6d07){return _0x35ec66['NuMAG'](_0x8275c8,_0x4d6d07);},'YzJEO':_0x35ec66['KgzRI'],'OUipx':function(_0x5c31f2,_0x44c3b0){return _0x35ec66[_0x3d17(0x42)](_0x5c31f2,_0x44c3b0);}};if(_0xfa6cec[_0x3d17(0x43)]<minLength){if(_0x35ec66[_0x3d17(0x44)](_0x35ec66['qwmuU'],_0x35ec66[_0x3d17(0x45)]))return _0x3d17(0x46)+minLength+'\x20characters';else _0x4340fc[_0x3d17(0x3f)]('\u274C [PIN INPUT] PIN storage verification failed'),_0xfb8394[_0x3d17(0x47)](_0x2a9d6c,_0xfb8394[_0x3d17(0x48)]),_0xfb8394[_0x3d17(0x49)](_0x3e66e2,![]);}if(requireSpecialChar&&!/[!@#$%^&*(),.?":{}|<>]/[_0x3d17(0x4a)](_0xfa6cec))return _0x3d17(0x4b);if(requireNumber&&!/\d/[_0x3d17(0x4a)](_0xfa6cec)){if(_0x35ec66[_0x3d17(0x44)](_0x35ec66[_0x3d17(0x4c)],_0x3d17(0x4d)))_0x2aa780[_0x3d17(0x3f)]('\u274C [PIN INPUT] Error handling biometric PIN storage:',_0x3e736f),_0xb07c40(_0xfb8394[_0x3d17(0x48)]),_0x3f4516(![]);else return'PIN\x20must\x20include\x20a\x20number';}return null;},[minLength,requireSpecialChar,requireNumber]),_0x3af712=_0x35ec66['aQQWC'](useCallback,async()=>{const _0x3f6576={'XrHyV':function(_0x39a7a7,_0x477d6){return _0x35ec66[_0x3d17(0x4e)](_0x39a7a7,_0x477d6);}};console[_0x3d17(0x2c)]('\uD83D\uDD0D [PIN INPUT] handleSubmit called with PIN length:',_0x5697b0[_0x3d17(0x43)]);const _0x54d621=_0x35ec66[_0x3d17(0x4f)](_0x5d44ff,_0x5697b0);if(_0x54d621){console['log']('\u274C [PIN INPUT] Validation failed:',_0x54d621),_0x35ec66[_0x3d17(0x50)](_0x539c99,_0x54d621);return;}console[_0x3d17(0x2c)]('\u2705 [PIN INPUT] PIN validation passed');if(enableBiometricStorage){console[_0x3d17(0x2c)]('\uD83D\uDD10 [PIN INPUT] Biometric storage enabled, starting biometric flow...'),_0x35ec66[_0x3d17(0x51)](_0x1c25b9,!![]),_0x35ec66[_0x3d17(0x40)](_0x461cad,_0x35ec66[_0x3d17(0x52)]);try{const _0x40f6e1=await biometricPinService[_0x3d17(0x53)]();console['log']('\uD83D\uDCF1 [PIN INPUT] Biometric available:',_0x40f6e1);if(!_0x40f6e1){console[_0x3d17(0x3f)]('\u274C [PIN INPUT] Face ID not available on this device'),_0x461cad(_0x3d17(0x3)),_0x1c25b9(![]);return;}console[_0x3d17(0x2c)]('\uD83D\uDD10 [PIN INPUT] Triggering biometric authentication for PIN storage...');const _0x1690f7=await biometricPinService[_0x3d17(0x54)](_0x5697b0);if(_0x1690f7){if(_0x35ec66[_0x3d17(0x55)](_0x35ec66[_0x3d17(0x56)],_0x35ec66[_0x3d17(0x56)]))return _0x3d17(0x46)+_0x22d03a+_0x3d17(0x57);else{console[_0x3d17(0x2c)]('\u2705 [PIN INPUT] PIN stored successfully with biometric protection');const _0x31d5a9=await biometricPinService[_0x3d17(0x58)]();_0x31d5a9?(console['log']('\u2705 [PIN INPUT] PIN storage verified - proceeding with onboarding'),_0x35ec66['QrwxW'](_0xcffe0d,_0x5697b0)):(console['error']('\u274C [PIN INPUT] PIN storage verification failed'),_0x35ec66[_0x3d17(0x59)](_0x461cad,_0x35ec66['KgzRI']),_0x35ec66['eJYyc'](_0x1c25b9,![]));}}else _0x35ec66[_0x3d17(0x5a)](_0x35ec66['hHxTr'],_0x35ec66[_0x3d17(0x5b)])?(_0x5439ad[_0x3d17(0x2c)]('\uD83D\uDD10 [PIN INPUT] Biometric storage disabled, proceeding normally'),_0x35ec66[_0x3d17(0x42)](_0x20f4fe,_0x2149d4)):(console[_0x3d17(0x5c)]('\u26A0️ [PIN INPUT] Biometric authentication failed or was cancelled'),_0x35ec66[_0x3d17(0x59)](_0x461cad,_0x35ec66['HFvlW']),_0x1c25b9(![]));}catch(_0x413af5){console[_0x3d17(0x3f)]('\u274C [PIN INPUT] Error handling biometric PIN storage:',_0x413af5),_0x35ec66[_0x3d17(0x4f)](_0x461cad,_0x35ec66[_0x3d17(0x5d)]),_0x35ec66['ZNfDq'](_0x1c25b9,![]);}}else _0x35ec66[_0x3d17(0x5e)](_0x35ec66[_0x3d17(0x5f)],_0x35ec66['muJOc'])?(_0x17db2c['log']('\u2705 [PIN INPUT] PIN storage verified - proceeding with onboarding'),_0x3f6576[_0x3d17(0x60)](_0x1cd7a7,_0xc45fd6)):(console[_0x3d17(0x2c)]('\uD83D\uDD10 [PIN INPUT] Biometric storage disabled, proceeding normally'),_0x35ec66[_0x3d17(0x59)](_0xcffe0d,_0x5697b0));},[_0x5697b0,_0x5d44ff,_0xcffe0d,enableBiometricStorage]),_0x3fe422=_0x35ec66['refuB'](useCallback,_0xc0536d=>{_0x35ec66['oxjTS'](_0x1ef1d6,_0xc0536d),_0x35ec66[_0x3d17(0x61)](_0x539c99,null),_0x35ec66['Upiwm'](_0x461cad,_0x35ec66[_0x3d17(0x21)]),console[_0x3d17(0x2c)]('\uD83D\uDD0D [PIN INPUT] PIN changed:',{'length':_0xc0536d[_0x3d17(0x43)],'hasSpecialChar':/[!@#$%^&*(),.?":{}|<>]/['test'](_0xc0536d),'hasNumber':/\d/['test'](_0xc0536d),'isValid':!_0x5d44ff(_0xc0536d)});},[_0x5d44ff]),_0xbfb093=_0x35ec66['VwlqX'](useCallback,()=>{const _0xdaeb68={'CEmjf':function(_0x3b95c5,_0x3f464d){return _0x35ec66[_0x3d17(0x62)](_0x3b95c5,_0x3f464d);},'rcRtU':function(_0x224a41,_0x2cf3aa){return _0x224a41(_0x2cf3aa);},'LWSKd':function(_0x6a0121){return _0x6a0121();}};if(_0x35ec66[_0x3d17(0x5a)](_0x35ec66[_0x3d17(0x63)],_0x3d17(0x64))){const _0x517465={'lvhDB':function(_0x1db13c,_0x13f749){return _0xdaeb68[_0x3d17(0x65)](_0x1db13c,_0x13f749);}};_0x1de256&&!_0x1fd9a9&&_0x1e59a3&&(_0xde9b8d['log']('\uD83D\uDE80 [PIN INPUT] Background training explicitly requested...'),_0xdaeb68[_0x3d17(0x66)](_0x165e6a,!![]),_0xdaeb68[_0x3d17(0x67)](_0x20aa90)[_0x3d17(0x68)](_0x18f635=>{_0x286dbb['error']('\u274C [PIN INPUT] Background training failed:',_0x18f635),_0x517465[_0x3d17(0x69)](_0x1d2fda,![]);}));}else console[_0x3d17(0x5c)]('\u26A0️ [PIN INPUT] User chose to continue without biometric security'),_0xcffe0d(_0x5697b0);},[_0x5697b0,_0xcffe0d]),_0x33bf83=useCallback(()=>{_0x35ec66[_0x3d17(0x51)](_0x461cad,_0x35ec66[_0x3d17(0x21)]),_0x35ec66[_0x3d17(0x2d)](_0x3af712);},[_0x3af712]),_0x5ca9dd=()=>{switch(_0xf4f5a5){case _0x35ec66[_0x3d17(0x22)]:return{'title':_0x35ec66[_0x3d17(0x6a)],'message':_0x35ec66['oDQHe'],'type':_0x35ec66[_0x3d17(0x6b)],'showActions':!![]};case _0x35ec66['HFvlW']:return{'title':_0x35ec66[_0x3d17(0x6c)],'message':_0x35ec66[_0x3d17(0x6d)],'type':_0x35ec66['bsINo'],'showActions':!![]};case _0x35ec66[_0x3d17(0x5d)]:return{'title':_0x35ec66[_0x3d17(0x6e)],'message':'An\x20error\x20occurred\x20while\x20securing\x20your\x20PIN.\x20Would\x20you\x20like\x20to\x20try\x20again?','type':_0x35ec66[_0x3d17(0x25)],'showActions':!![]};case _0x3d17(0x3b):return{'title':_0x35ec66[_0x3d17(0x6f)],'message':_0x35ec66[_0x3d17(0x26)],'type':_0x35ec66[_0x3d17(0x27)],'showActions':![]};default:return{'title':_0x35ec66[_0x3d17(0x28)],'message':_0x35ec66[_0x3d17(0x29)],'type':_0x35ec66[_0x3d17(0x27)],'showActions':![]};}},_0x176616=_0x35ec66[_0x3d17(0x70)](_0x5ca9dd);return React['createElement'](View,{'style':styles[_0x3d17(0x71)]},React[_0x3d17(0x72)](View,{'style':styles[_0x3d17(0x73)]},React['createElement'](View,{'style':styles[_0x3d17(0x74)]},_0x19b1a6&&React[_0x3d17(0x72)](TouchableOpacity,{'style':styles[_0x3d17(0x75)],'onPress':_0x19b1a6},React['createElement'](Text,{'style':{'fontSize':0x18}},'←')),React[_0x3d17(0x72)](Text,{'style':styles[_0x3d17(0x76)]},_0x35ec66[_0x3d17(0x77)])),React['createElement'](Text,{'style':styles[_0x3d17(0x78)]},'A\x20PIN\x20so\x20only\x20you\x20have\x20access\x20to\x20your\x20data'),_0x35ec66[_0x3d17(0x79)](showBackgroundProgress,_0x3b388b)&&React[_0x3d17(0x72)](View,{'style':styles[_0x3d17(0x7a)]},React[_0x3d17(0x72)](Text,{'style':styles[_0x3d17(0x7b)]},backgroundProgressText),React[_0x3d17(0x72)](View,{'style':styles[_0x3d17(0x7c)]},React[_0x3d17(0x72)](ActivityIndicator,{'size':_0x35ec66[_0x3d17(0x7d)],'color':_0x35ec66[_0x3d17(0x7e)]}))),React[_0x3d17(0x72)](View,{'style':styles['inputContainer']},React[_0x3d17(0x72)](TextInput,{'style':styles['input'],'value':_0x5697b0,'onChangeText':_0x3fe422,'secureTextEntry':!_0x3798cb,'placeholder':_0x35ec66['jApDM'],'keyboardType':_0x35ec66['hDZaJ'],'maxLength':0x14,'autoCapitalize':_0x3d17(0x7f),'autoCorrect':![],'returnKeyType':_0x35ec66[_0x3d17(0x80)],'onSubmitEditing':()=>Keyboard[_0x3d17(0x81)]()}),React[_0x3d17(0x72)](TouchableOpacity,{'style':styles[_0x3d17(0x82)],'onPress':()=>_0x1f0c48(!_0x3798cb)},React[_0x3d17(0x72)](Text,null,_0x3798cb?_0x35ec66['REZxK']:_0x35ec66[_0x3d17(0x83)])))),_0x3aec6f&&React[_0x3d17(0x72)](Text,{'style':styles[_0x3d17(0x3f)]},_0x3aec6f),React[_0x3d17(0x72)](View,{'style':styles[_0x3d17(0x84)]},React[_0x3d17(0x72)](Text,{'style':styles['requirementTitle']},_0x3d17(0x85)),React[_0x3d17(0x72)](Text,{'style':[styles['requirement'],_0x35ec66[_0x3d17(0x86)](_0x5697b0['length'],minLength)&&styles[_0x3d17(0x87)]]},_0x35ec66[_0x3d17(0x88)],minLength,_0x35ec66[_0x3d17(0x89)]),requireSpecialChar&&React[_0x3d17(0x72)](Text,{'style':[styles[_0x3d17(0x8a)],/[!@#$%^&*(),.?":{}|<>]/[_0x3d17(0x4a)](_0x5697b0)&&styles['requirementMet']]},_0x35ec66[_0x3d17(0x8b)]),requireNumber&&React[_0x3d17(0x72)](Text,{'style':[styles['requirement'],/\d/[_0x3d17(0x4a)](_0x5697b0)&&styles[_0x3d17(0x87)]]},_0x35ec66[_0x3d17(0x8c)])),React['createElement'](View,{'style':[styles[_0x3d17(0x8d)],_0x35ec66[_0x3d17(0x8e)](_0x176616['type'],_0x35ec66[_0x3d17(0x27)])&&styles[_0x3d17(0x8f)],_0x176616[_0x3d17(0x90)]===_0x35ec66[_0x3d17(0x6b)]&&styles[_0x3d17(0x91)],_0x176616[_0x3d17(0x90)]===_0x35ec66[_0x3d17(0x25)]&&styles[_0x3d17(0x92)]]},React[_0x3d17(0x72)](Text,{'style':[styles[_0x3d17(0x93)],_0x35ec66[_0x3d17(0x94)](_0x176616['type'],_0x35ec66[_0x3d17(0x27)])&&styles['infoTitleInfo'],_0x35ec66[_0x3d17(0x95)](_0x176616[_0x3d17(0x90)],_0x35ec66[_0x3d17(0x6b)])&&styles[_0x3d17(0x96)],_0x35ec66[_0x3d17(0x97)](_0x176616[_0x3d17(0x90)],_0x35ec66[_0x3d17(0x25)])&&styles[_0x3d17(0x98)]]},_0x176616[_0x3d17(0x76)]),React[_0x3d17(0x72)](Text,{'style':[styles[_0x3d17(0x99)],_0x176616['type']===_0x35ec66['HfnxT']&&styles['infoMessageInfo'],_0x35ec66[_0x3d17(0x94)](_0x176616['type'],_0x35ec66[_0x3d17(0x6b)])&&styles[_0x3d17(0x9a)],_0x176616[_0x3d17(0x90)]===_0x35ec66[_0x3d17(0x25)]&&styles[_0x3d17(0x9b)]]},_0x176616[_0x3d17(0x9c)]),_0x176616[_0x3d17(0x9d)]&&React['createElement'](View,{'style':styles[_0x3d17(0x9e)]},React[_0x3d17(0x72)](TouchableOpacity,{'style':styles[_0x3d17(0x9f)],'onPress':_0x33bf83},React[_0x3d17(0x72)](Text,{'style':styles[_0x3d17(0xa0)]},_0x3d17(0xa1))),React[_0x3d17(0x72)](TouchableOpacity,{'style':[styles['infoActionButton'],styles['infoActionButtonSecondary']],'onPress':_0xbfb093},React[_0x3d17(0x72)](Text,{'style':[styles[_0x3d17(0xa0)],styles['infoActionButtonSecondaryText']]},_0x35ec66[_0x3d17(0xa2)])))),React[_0x3d17(0x72)](View,{'style':styles['footer']},_0x19b1a6&&React[_0x3d17(0x72)](TouchableOpacity,{'style':styles[_0x3d17(0xa3)],'onPress':_0x19b1a6},React[_0x3d17(0x72)](Text,{'style':styles[_0x3d17(0xa4)]},_0x35ec66[_0x3d17(0xa5)])),React[_0x3d17(0x72)](TouchableOpacity,{'style':[styles[_0x3d17(0xa6)],(!_0x5697b0||_0x2a6295||_0x5d44ff(_0x5697b0))&&styles[_0x3d17(0xa7)]],'onPress':_0x3af712,'disabled':!_0x5697b0||_0x2a6295||!!_0x5d44ff(_0x5697b0)},React[_0x3d17(0x72)](Text,{'style':styles['submitButtonText']},_0x2a6295?_0x35ec66['fzaOc']:_0x35ec66[_0x3d17(0xa8)]))));};const styles=StyleSheet[_0x3d17(0xa9)]({'container':{'flex':0x1,'padding':0x10,'width':width,'backgroundColor':'#fff','justifyContent':_0x3d17(0xaa)},'inputSection':{'width':_0x3d17(0xab),'marginTop':0x0,'paddingTop':0x0},'header':{'flexDirection':'row','alignItems':'center','justifyContent':'space-between','marginBottom':0x10,'paddingVertical':0x8},'backButton':{'padding':0x8},'title':{'fontSize':0x14,'fontWeight':_0x3d17(0xac),'color':_0x3d17(0xad),'textAlign':'center','flex':0x1,'marginBottom':0x8},'subtitle':{'fontSize':0xe,'color':_0x3d17(0xae),'marginBottom':0x18,'textAlign':_0x3d17(0xaf)},'inputContainer':{'flexDirection':_0x3d17(0xb0),'alignItems':_0x3d17(0xaf),'borderWidth':0x1,'borderColor':_0x3d17(0xb1),'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':_0x3d17(0xb2)},'infoContainerWarning':{'backgroundColor':_0x3d17(0xb3),'borderColor':_0x3d17(0xb4)},'infoContainerError':{'backgroundColor':_0x3d17(0xb5),'borderColor':'#F44336'},'infoTitle':{'fontSize':0x10,'fontWeight':_0x3d17(0xac),'marginBottom':0x8},'infoTitleInfo':{'color':_0x3d17(0xb6)},'infoTitleWarning':{'color':_0x3d17(0xb7)},'infoTitleError':{'color':_0x3d17(0xb8)},'infoMessage':{'fontSize':0xe,'lineHeight':0x14,'marginBottom':0xc},'infoMessageInfo':{'color':_0x3d17(0xb9)},'infoMessageWarning':{'color':_0x3d17(0xba)},'infoMessageError':{'color':'#C62828'},'infoActions':{'flexDirection':_0x3d17(0xb0),'justifyContent':'space-between','marginTop':0x8},'infoActionButton':{'flex':0x1,'paddingVertical':0xa,'paddingHorizontal':0x10,'borderRadius':0x8,'backgroundColor':_0x3d17(0x16),'marginHorizontal':0x4,'alignItems':'center'},'infoActionButtonSecondary':{'backgroundColor':'transparent','borderWidth':0x1,'borderColor':'#007AFF'},'infoActionButtonText':{'color':'#fff','fontSize':0xe,'fontWeight':_0x3d17(0xac)},'infoActionButtonSecondaryText':{'color':_0x3d17(0x16)},'error':{'color':_0x3d17(0xbb),'marginBottom':0x10},'requirements':{'marginBottom':0x18},'requirementTitle':{'fontSize':0xe,'fontWeight':_0x3d17(0xac),'marginBottom':0x8,'color':'#333'},'requirement':{'fontSize':0xe,'color':'#666','marginBottom':0x4},'requirementMet':{'color':_0x3d17(0xbc)},'footer':{'flexDirection':_0x3d17(0xb0),'alignItems':'center','justifyContent':_0x3d17(0xbd),'marginTop':0x18,'borderTopWidth':0x1,'borderTopColor':'#eee','paddingTop':0x10},'cancelButton':{'paddingVertical':0x8,'paddingHorizontal':0x10},'cancelButtonText':{'color':_0x3d17(0xae),'fontSize':0x10},'submitButton':{'paddingVertical':0x10,'paddingHorizontal':0x20,'borderRadius':0x10,'backgroundColor':_0x3d17(0xbe),'alignItems':'center'},'submitButtonDisabled':{'opacity':0.5},'submitButtonText':{'color':'#fff','fontSize':0x10,'fontWeight':_0x3d17(0xac)},'backgroundProgressContainer':{'flexDirection':_0x3d17(0xb0),'alignItems':'center','justifyContent':_0x3d17(0xaf),'marginBottom':0x10},'backgroundProgressText':{'fontSize':0xe,'color':'#666','marginRight':0xa},'backgroundProgressIndicator':{'padding':0x5}});function _0x2692(){const _0x41d8d6=['Training\x20is\x20starting\x20in\x20the\x20background...','aNTeS','BIRBZ','biometric-unavailable','This\x20device\x20does\x20not\x20support\x20Face\x20ID\x20or\x20Touch\x20ID.\x20Please\x20enable\x20biometric\x20authentication\x20in\x20your\x20device\x20settings\x20to\x20secure\x20your\x20PIN.','Please\x20complete\x20biometric\x20authentication\x20to\x20secure\x20your\x20PIN.','Secure\x20PIN\x20Storage','Your\x20PIN\x20will\x20be\x20securely\x20stored\x20locally\x20on\x20your\x20device\x20using\x20biometric\x20authentication\x20(Face\x20ID\x20or\x20Touch\x20ID)\x20for\x20enhanced\x20security.','WXdII','FUOWB','storage-error','eJlBU','SjZsk','biometric-failed','zgLsM','default','DEYnI','Biometric\x20Authentication\x20Not\x20Available','Biometric\x20authentication\x20was\x20cancelled\x20or\x20failed.\x20Your\x20PIN\x20needs\x20to\x20be\x20secured\x20with\x20biometric\x20authentication\x20to\x20proceed.','Storage\x20Error','Create\x20a\x20PIN','small','#007AFF','e.g.\x20MyPin123!','👁️','👁️🗨️','•\x20At\x20least\x20','•\x20Include\x20a\x20special\x20character','Continue\x20Without\x20Biometric','Back','Continue','Upiwm','eJYyc','hDZaJ','gYOfq','oDQHe','An\x20error\x20occurred\x20while\x20securing\x20your\x20PIN.\x20Would\x20you\x20like\x20to\x20try\x20again?','TTZiU','fXacy','HfnxT','MZUoS','pGqMG','ITawF','ebIdH','log','knEmK','clBIU','KdPLv','YZbdk','EUPge','XsuvZ','aYeUS','warning','IeBcD','CqtWw','oOllw','wzGTT','rlwns','Tubbu','authenticating','jdkJz','eWHnr','hcsBE','error','ZbmBL','VwlqX','Ghngp','length','wbyla','sKasH','PIN\x20must\x20be\x20at\x20least\x20','KeXUE','YzJEO','OUipx','test','PIN\x20must\x20include\x20a\x20special\x20character','SpwWI','Fkngo','rtxoi','usZnJ','QrwxW','iuaYz','StCHl','isBiometricAvailable','storePinWithBiometric','YClpz','tqpBl','\x20characters','isPinStored','BuZcr','emlws','coubt','warn','KgzRI','cVrAT','muJOc','XrHyV','xiXPv','XbYpq','TXlWp','sNnQk','CEmjf','rcRtU','LWSKd','catch','lvhDB','ZPqsE','bsINo','lwWNB','xHPii','VShGk','fzaOc','PcjbF','container','createElement','inputSection','header','backButton','title','UsXHY','subtitle','iwxtN','backgroundProgressContainer','backgroundProgressText','backgroundProgressIndicator','gqONA','PpjRY','none','aeYSZ','dismiss','visibilityButton','POyfG','requirements','PIN\x20Requirements:','DUpjl','requirementMet','otiUP','ibnxJ','requirement','vsKSD','RKJoP','infoContainer','QeWkk','infoContainerInfo','type','infoContainerWarning','infoContainerError','infoTitle','qeJzh','HmBtt','infoTitleWarning','JvTIm','infoTitleError','infoMessage','infoMessageWarning','infoMessageError','message','showActions','infoActions','infoActionButton','infoActionButtonText','Try\x20Again','QlKFb','cancelButton','cancelButtonText','aKvzF','submitButton','submitButtonDisabled','xwtqZ','create','flex-start','100%','600','#333','#666','center','row','#CCCCCC','#2196F3','#FFF3E0','#FF9800','#FFEBEE','#1976D2','#F57C00','#D32F2F','#1565C0','#E65100','#FF3B30','#34C759','space-between','#000000'];_0x2692=function(){return _0x41d8d6;};return _0x2692();}
|
|
1
|
+
import React,{useState,useCallback}from'react';import{View,Text,StyleSheet,TextInput,TouchableOpacity,Dimensions,Keyboard,ActivityIndicator}from'react-native';function _0x2ba4(){const _0x10fd33=['get','window','hlYLt','default','This\x20device\x20does\x20not\x20support\x20Face\x20ID\x20or\x20Touch\x20ID.\x20Please\x20enable\x20biometric\x20authentication\x20in\x20your\x20device\x20settings\x20to\x20secure\x20your\x20PIN.','warning','Biometric\x20Authentication\x20Failed','storage-error','Your\x20PIN\x20will\x20be\x20securely\x20stored\x20locally\x20on\x20your\x20device\x20using\x20biometric\x20authentication\x20(Face\x20ID\x20or\x20Touch\x20ID)\x20for\x20enhanced\x20security.','Ewjzs','biometric-unavailable','vxTZM','xHJFB','bPqyG','pQbhn','NgDnn','uTgTo','IdIdP','bvgQf','cWLkI','RTJva','Biometric\x20Authentication\x20Not\x20Available','biometric-failed','Storage\x20Error','info','Secure\x20PIN\x20Storage','Create\x20a\x20PIN','none','👁️','👁️🗨️','PIN\x20Requirements:','•\x20At\x20least\x20','•\x20Include\x20a\x20number','error','Back','Continue','XSSbb','LTUBt','iVcaj','MHxRm','useEffect','KOUqN','yajrs','tXLud','VHoRi','pCVMp','RhKPD','catch','leIJR','\x20characters','test','DiRga','HzvPY','muHKn','OOJje','An\x20error\x20occurred\x20while\x20securing\x20your\x20PIN.\x20Would\x20you\x20like\x20to\x20try\x20again?','authenticating','PAVuq','gafJN','owoCn','hVPGy','MrzVR','ZkUPw','log','LBBLf','length','BKTdV','htBTT','PGpty','dRWLT','HgxRJ','wNLhO','gCtJa','SlLDW','UWYDn','vJxVD','DscQR','nlEcz','PIN\x20must\x20be\x20at\x20least\x20','PIN\x20must\x20include\x20a\x20number','tPxwl','JigIs','KGlZm','pmaKh','UoguS','cgxqj','DFzas','Wzhqv','ksNSJ','pIRtM','juIYB','bvSmz','NUmbG','IDBQL','storePinWithBiometric','isPinStored','ibmUa','xVYiy','VTvxv','warn','QHXSG','oArWN','KnTOA','quKQT','DwqQE','LjStl','NOpwT','XHiAY','KgFIs','mWCSV','pSZLf','PIN\x20must\x20include\x20a\x20special\x20character','CmgqS','Fitwf','narQN','tqViW','JvXUw','RoiJn','VrpxN','ubUBR','Dhskh','mXfut','createElement','container','inputSection','backButton','title','bRmnc','backgroundProgressContainer','backgroundProgressIndicator','#007AFF','inputContainer','input','aaUbD','dismiss','visibilityButton','ZCJjD','mZIvE','requirements','requirementTitle','requirement','BNRUp','haLeB','jOMdS','requirementMet','•\x20Include\x20a\x20special\x20character','gDXpp','infoContainer','infoContainerInfo','type','infoContainerError','infoTitle','infoTitleInfo','cHSNb','infoTitleWarning','ckWFN','infoTitleError','ZjLOb','infoMessageWarning','SDsws','aApnB','message','infoActionButton','infoActionButtonText','Try\x20Again','infoActionButtonSecondary','infoActionButtonSecondaryText','Continue\x20Without\x20Biometric','footer','cancelButtonText','knBGn','LFwHp','submitButtonDisabled','submitButtonText','BrWBh','#fff','row','center','space-between','600','#CCCCCC','#E3F2FD','#FFF3E0','#FF9800','#FFEBEE','#F44336','#1976D2','#F57C00','#D32F2F','#E65100','transparent','#FF3B30','#333','#666','#34C759','#eee','#000000'];_0x2ba4=function(){return _0x10fd33;};return _0x2ba4();}import{biometricPinService}from'../services/biometricPinService';const {width}=Dimensions[_0x1895(0x0)](_0x1895(0x1));function _0x1895(_0x2ba447,_0x189512){_0x2ba447=_0x2ba447-0x0;const _0x443f12=_0x2ba4();let _0x512024=_0x443f12[_0x2ba447];return _0x512024;}export const PinInput=({onSubmit:_0x3f9cd1,minLength:minLength=0x8,requireSpecialChar:requireSpecialChar=!![],requireNumber:requireNumber=!![],onBack:_0x34e212,enableBiometricStorage:enableBiometricStorage=!![],onBackgroundTrainingStart:_0x107809,showBackgroundProgress:showBackgroundProgress=![],backgroundProgressText:backgroundProgressText='Training\x20is\x20starting\x20in\x20the\x20background...'})=>{const _0x47d575={'NOpwT':function(_0xf3217a,_0x529686){return _0xf3217a(_0x529686);},'DiRga':'PIN\x20must\x20include\x20a\x20special\x20character','HzvPY':'PIN\x20must\x20include\x20a\x20number','MHxRm':function(_0x5a1e24,_0x38c469){return _0x5a1e24(_0x38c469);},'KOUqN':function(_0x233cf8,_0x3ba5cb){return _0x233cf8===_0x3ba5cb;},'VHoRi':function(_0x12bcd4,_0x1bb1c5){return _0x12bcd4&&_0x1bb1c5;},'pCVMp':_0x1895(0x2),'RhKPD':function(_0x126119){return _0x126119();},'iVcaj':_0x1895(0x3),'cgxqj':function(_0x3ed9b5,_0x2d9090){return _0x3ed9b5(_0x2d9090);},'muHKn':_0x1895(0x4),'cHSNb':_0x1895(0x5),'OOJje':_0x1895(0x6),'xVYiy':_0x1895(0x7),'PAVuq':'Authenticating...','gafJN':'Please\x20complete\x20biometric\x20authentication\x20to\x20secure\x20your\x20PIN.','owoCn':_0x1895(0x8),'hVPGy':function(_0x43cf84,_0x544c15){return _0x43cf84!==_0x544c15;},'MrzVR':_0x1895(0x9),'PvWGg':function(_0x4cd7e9,_0x3352f6){return _0x4cd7e9<_0x3352f6;},'BKTdV':'MfUDj','pmaKh':function(_0x44f3d6){return _0x44f3d6();},'JigIs':function(_0x5bb0c0,_0x19c341){return _0x5bb0c0(_0x19c341);},'KGlZm':function(_0xa36e37,_0x5f0977){return _0xa36e37&&_0x5f0977;},'UoguS':_0x1895(0xa),'DFzas':_0x1895(0xb),'Wzhqv':function(_0x4d5f4c,_0x133940){return _0x4d5f4c(_0x133940);},'ksNSJ':function(_0x241a1b,_0x32d0ee){return _0x241a1b!==_0x32d0ee;},'pIRtM':'fSMjM','juIYB':_0x1895(0xc),'NUmbG':'authenticating','UGEDl':_0x1895(0xd),'fWDXa':_0x1895(0xe),'gIyuu':_0x1895(0xf),'IDBQL':function(_0x55ce3a,_0x9b3c76){return _0x55ce3a(_0x9b3c76);},'Fitwf':function(_0x9ad92a,_0x14787a){return _0x9ad92a(_0x14787a);},'ibmUa':function(_0x2dc665,_0x8aae09){return _0x2dc665(_0x8aae09);},'VTvxv':_0x1895(0x10),'QHXSG':function(_0x42e5e7,_0x492819){return _0x42e5e7(_0x492819);},'nFVCl':function(_0x1ecdf5,_0xe82887){return _0x1ecdf5(_0xe82887);},'DwqQE':'aJvGm','XHiAY':function(_0x5c80ac,_0x304073){return _0x5c80ac(_0x304073);},'KgFIs':function(_0x4913a8,_0x18d7cd){return _0x4913a8(_0x18d7cd);},'pSZLf':_0x1895(0x11),'LTUBt':function(_0x2e0b69,_0x575af9){return _0x2e0b69(_0x575af9);},'CmgqS':_0x1895(0x12),'narQN':function(_0x192b5e,_0x4d5d50){return _0x192b5e!==_0x4d5d50;},'tqViW':_0x1895(0x13),'JvXUw':_0x1895(0x14),'RoiJn':_0x1895(0x15),'VrpxN':_0x1895(0x16),'ubUBR':'Biometric\x20authentication\x20was\x20cancelled\x20or\x20failed.\x20Your\x20PIN\x20needs\x20to\x20be\x20secured\x20with\x20biometric\x20authentication\x20to\x20proceed.','Dhskh':_0x1895(0x17),'QdvSA':'An\x20error\x20occurred\x20while\x20securing\x20your\x20PIN.\x20Would\x20you\x20like\x20to\x20try\x20again?','mXfut':_0x1895(0x18),'sJVys':_0x1895(0x19),'XSSbb':function(_0x4c0831,_0x532e5b){return _0x4c0831(_0x532e5b);},'NnJha':function(_0x1962ab,_0x5b29d3){return _0x1962ab(_0x5b29d3);},'tPxwl':function(_0x40c7ab,_0x20bc82,_0x3cba82){return _0x40c7ab(_0x20bc82,_0x3cba82);},'mWCSV':function(_0x3ec4c3,_0x2997e4,_0x37c53a){return _0x3ec4c3(_0x2997e4,_0x37c53a);},'bRmnc':_0x1895(0x1a),'EioPB':'small','PtTEF':'e.g.\x20MyPin123!','aaUbD':_0x1895(0x1b),'ZCJjD':_0x1895(0x1c),'mZIvE':_0x1895(0x1d),'cubDQ':_0x1895(0x1e),'BNRUp':function(_0x4ac857,_0x245bc5){return _0x4ac857>=_0x245bc5;},'haLeB':_0x1895(0x1f),'jOMdS':'\x20characters','gDXpp':_0x1895(0x20),'mxuPV':function(_0x5d3ef1,_0x207313){return _0x5d3ef1===_0x207313;},'aApnB':_0x1895(0x21),'ckWFN':function(_0x4c4f2e,_0x2dd17b){return _0x4c4f2e===_0x2dd17b;},'ZjLOb':function(_0x14c4b5,_0x3f20bc){return _0x14c4b5===_0x3f20bc;},'uZpYF':function(_0x1f0b94,_0x587e1c){return _0x1f0b94===_0x587e1c;},'SDsws':function(_0xbc70a,_0x28eff9){return _0xbc70a===_0x28eff9;},'knBGn':_0x1895(0x22),'LFwHp':function(_0x512c67,_0x26f133){return _0x512c67||_0x26f133;},'cdsNr':function(_0x3b8752,_0x98927){return _0x3b8752||_0x98927;},'BrWBh':_0x1895(0x23)},[_0x570051,_0x1aef49]=_0x47d575[_0x1895(0x24)](useState,''),[_0x46f8d3,_0x5a3cfe]=_0x47d575['cgxqj'](useState,null),[_0x512d30,_0x32952d]=useState(![]),[_0xbc4ee6,_0x3db709]=_0x47d575[_0x1895(0x25)](useState,![]),[_0x2f0472,_0x280160]=_0x47d575['NnJha'](useState,_0x47d575[_0x1895(0x26)]),[_0x129392,_0x11efc4]=_0x47d575[_0x1895(0x27)](useState,![]);React[_0x1895(0x28)](()=>{const _0x154b61={'leIJR':function(_0x5ab71c,_0xce5df2){return _0x47d575['MHxRm'](_0x5ab71c,_0xce5df2);}};if(_0x47d575[_0x1895(0x29)](_0x1895(0x2a),_0x1895(0x2b)))_0x3b8566[_0x1895(0x21)]('\u274C [PIN INPUT] Background training failed:',_0x1bec89),_0x47d575['NOpwT'](_0x3cf09b,![]);else{if(_0x47d575[_0x1895(0x2c)](_0x107809,!_0x129392)&&showBackgroundProgress){if(_0x47d575[_0x1895(0x2d)]===_0x1895(0x2))console['log']('\uD83D\uDE80 [PIN INPUT] Background training explicitly requested...'),_0x11efc4(!![]),_0x47d575[_0x1895(0x2e)](_0x107809)[_0x1895(0x2f)](_0x59570d=>{console[_0x1895(0x21)]('\u274C [PIN INPUT] Background training failed:',_0x59570d),_0x154b61[_0x1895(0x30)](_0x11efc4,![]);});else{if(_0x8d18d3['length']<_0x49f6dc)return'PIN\x20must\x20be\x20at\x20least\x20'+_0x1d28f1+_0x1895(0x31);if(_0x431eaa&&!/[!@#$%^&*(),.?":{}|<>]/[_0x1895(0x32)](_0x1c1620))return _0x47d575[_0x1895(0x33)];if(_0x7c490&&!/\d/[_0x1895(0x32)](_0x2f6666))return _0x47d575[_0x1895(0x34)];return null;}}}},[_0x107809,_0x129392,showBackgroundProgress]);const _0x1e24d0=useCallback(_0x55e202=>{const _0x4072ed={'ZkUPw':function(_0x2c8441,_0x4478e8){return _0x47d575['NOpwT'](_0x2c8441,_0x4478e8);},'IedJY':_0x47d575[_0x1895(0x26)],'LBBLf':function(_0x344baa,_0x404e27){return _0x47d575['cgxqj'](_0x344baa,_0x404e27);},'htBTT':'Biometric\x20Authentication\x20Not\x20Available','PGpty':_0x47d575[_0x1895(0x35)],'dRWLT':_0x47d575['cHSNb'],'HgxRJ':_0x1895(0x16),'tiXhL':_0x47d575[_0x1895(0x36)],'wNLhO':_0x47d575['xVYiy'],'gCtJa':_0x1895(0x17),'SlLDW':_0x1895(0x37),'ijVHI':_0x1895(0x38),'UWYDn':_0x47d575[_0x1895(0x39)],'vJxVD':_0x47d575[_0x1895(0x3a)],'DscQR':_0x1895(0x19),'nlEcz':_0x47d575[_0x1895(0x3b)]};if(_0x47d575[_0x1895(0x3c)](_0x1895(0x9),_0x47d575[_0x1895(0x3d)]))_0x4072ed[_0x1895(0x3e)](_0x1c6115,_0x1a82b2),_0x1ef576(null),_0x4072ed[_0x1895(0x3e)](_0x35f6b4,_0x4072ed['IedJY']),_0x487286[_0x1895(0x3f)]('\uD83D\uDD0D [PIN INPUT] PIN changed:',{'length':_0x2ed3b8['length'],'hasSpecialChar':/[!@#$%^&*(),.?":{}|<>]/[_0x1895(0x32)](_0x17e0bc),'hasNumber':/\d/[_0x1895(0x32)](_0x38b434),'isValid':!_0x4072ed[_0x1895(0x40)](_0x185cd3,_0x344fd3)});else{if(_0x47d575['PvWGg'](_0x55e202[_0x1895(0x41)],minLength)){if(_0x47d575['hVPGy'](_0x47d575['BKTdV'],_0x47d575[_0x1895(0x42)]))switch(_0xbb8933){case _0x1895(0xa):return{'title':_0x4072ed[_0x1895(0x43)],'message':_0x4072ed[_0x1895(0x44)],'type':_0x4072ed[_0x1895(0x45)],'showActions':!![]};case _0x4072ed[_0x1895(0x46)]:return{'title':_0x4072ed['tiXhL'],'message':'Biometric\x20authentication\x20was\x20cancelled\x20or\x20failed.\x20Your\x20PIN\x20needs\x20to\x20be\x20secured\x20with\x20biometric\x20authentication\x20to\x20proceed.','type':'warning','showActions':!![]};case _0x4072ed[_0x1895(0x47)]:return{'title':_0x4072ed[_0x1895(0x48)],'message':_0x4072ed[_0x1895(0x49)],'type':'error','showActions':!![]};case _0x4072ed['ijVHI']:return{'title':_0x4072ed[_0x1895(0x4a)],'message':_0x4072ed[_0x1895(0x4b)],'type':_0x1895(0x18),'showActions':![]};default:return{'title':_0x4072ed[_0x1895(0x4c)],'message':_0x4072ed[_0x1895(0x4d)],'type':_0x1895(0x18),'showActions':![]};}else return _0x1895(0x4e)+minLength+_0x1895(0x31);}if(requireSpecialChar&&!/[!@#$%^&*(),.?":{}|<>]/['test'](_0x55e202))return _0x47d575[_0x1895(0x33)];if(requireNumber&&!/\d/[_0x1895(0x32)](_0x55e202))return _0x1895(0x4f);return null;}},[minLength,requireSpecialChar,requireNumber]),_0x21edda=_0x47d575[_0x1895(0x50)](useCallback,async()=>{const _0x27bedb={'bvSmz':function(_0x19de8b,_0x4f1c9e){return _0x47d575[_0x1895(0x51)](_0x19de8b,_0x4f1c9e);},'oArWN':function(_0x1e1ea8,_0x33305d){return _0x47d575[_0x1895(0x52)](_0x1e1ea8,_0x33305d);},'KnTOA':function(_0x515d5b){return _0x47d575[_0x1895(0x53)](_0x515d5b);},'quKQT':_0x47d575[_0x1895(0x54)],'BbBGB':function(_0x4342e0,_0x407384){return _0x47d575[_0x1895(0x55)](_0x4342e0,_0x407384);},'LjStl':_0x47d575['xVYiy'],'krqcC':function(_0x34d080,_0x47fe26){return _0x34d080(_0x47fe26);}};if(_0x47d575['DFzas']!==_0x47d575[_0x1895(0x56)])_0x2603cc['log']('\uD83D\uDE80 [PIN INPUT] Background training explicitly requested...'),_0x47d575['MHxRm'](_0x35ab68,!![]),_0x47d575[_0x1895(0x53)](_0x25b2fb)[_0x1895(0x2f)](_0x56b8d8=>{_0x569c5b[_0x1895(0x21)]('\u274C [PIN INPUT] Background training failed:',_0x56b8d8),_0x3a14a9(![]);});else{console[_0x1895(0x3f)]('\uD83D\uDD0D [PIN INPUT] handleSubmit called with PIN length:',_0x570051[_0x1895(0x41)]);const _0x1d93df=_0x47d575[_0x1895(0x57)](_0x1e24d0,_0x570051);if(_0x1d93df){if(_0x47d575[_0x1895(0x58)](_0x47d575[_0x1895(0x59)],_0x47d575[_0x1895(0x5a)])){console[_0x1895(0x3f)]('\u274C [PIN INPUT] Validation failed:',_0x1d93df),_0x47d575[_0x1895(0x27)](_0x5a3cfe,_0x1d93df);return;}else _0x4a821b[_0x1895(0x3f)]('\uD83D\uDD10 [PIN INPUT] Biometric storage disabled, proceeding normally'),_0x27bedb[_0x1895(0x5b)](_0x593f15,_0x5f6bec);}console[_0x1895(0x3f)]('\u2705 [PIN INPUT] PIN validation passed');if(enableBiometricStorage){console['log']('\uD83D\uDD10 [PIN INPUT] Biometric storage enabled, starting biometric flow...'),_0x47d575[_0x1895(0x51)](_0x3db709,!![]),_0x47d575[_0x1895(0x57)](_0x280160,_0x47d575[_0x1895(0x5c)]);try{if(_0x47d575[_0x1895(0x29)](_0x47d575['UGEDl'],_0x47d575['UGEDl'])){const _0x2bdf8d=await biometricPinService['isBiometricAvailable']();console[_0x1895(0x3f)]('\uD83D\uDCF1 [PIN INPUT] Biometric available:',_0x2bdf8d);if(!_0x2bdf8d){if(_0x47d575['fWDXa']===_0x47d575['gIyuu'])return'PIN\x20must\x20include\x20a\x20number';else{console[_0x1895(0x21)]('\u274C [PIN INPUT] Face ID not available on this device'),_0x47d575[_0x1895(0x5d)](_0x280160,_0x47d575[_0x1895(0x54)]),_0x47d575[_0x1895(0x55)](_0x3db709,![]);return;}}console[_0x1895(0x3f)]('\uD83D\uDD10 [PIN INPUT] Triggering biometric authentication for PIN storage...');const _0x33a2e3=await biometricPinService[_0x1895(0x5e)](_0x570051);if(_0x33a2e3){console['log']('\u2705 [PIN INPUT] PIN stored successfully with biometric protection');const _0x58b2df=await biometricPinService[_0x1895(0x5f)]();_0x58b2df?(console[_0x1895(0x3f)]('\u2705 [PIN INPUT] PIN storage verified - proceeding with onboarding'),_0x47d575['Fitwf'](_0x3f9cd1,_0x570051)):(console['error']('\u274C [PIN INPUT] PIN storage verification failed'),_0x47d575[_0x1895(0x60)](_0x280160,_0x47d575[_0x1895(0x61)]),_0x3db709(![]));}else _0x47d575['KOUqN'](_0x47d575[_0x1895(0x62)],_0x47d575[_0x1895(0x62)])?(console[_0x1895(0x63)]('\u26A0️ [PIN INPUT] Biometric authentication failed or was cancelled'),_0x47d575[_0x1895(0x64)](_0x280160,_0x1895(0x16)),_0x47d575['nFVCl'](_0x3db709,![])):_0x27bedb[_0x1895(0x65)](_0x5e2a04,!_0x2ace28)&&_0x5152b4&&(_0x23399d[_0x1895(0x3f)]('\uD83D\uDE80 [PIN INPUT] Background training explicitly requested...'),_0x2acd9f(!![]),_0x27bedb[_0x1895(0x66)](_0x87d13f)[_0x1895(0x2f)](_0x3489a3=>{_0x7231d7[_0x1895(0x21)]('\u274C [PIN INPUT] Background training failed:',_0x3489a3),_0x27bedb['bvSmz'](_0x301a1a,![]);}));}else{_0x22b298[_0x1895(0x21)]('\u274C [PIN INPUT] Face ID not available on this device'),_0x5f3aea(_0x27bedb[_0x1895(0x67)]),_0x27bedb[_0x1895(0x5b)](_0x49e0dd,![]);return;}}catch(_0x3bf77c){_0x47d575[_0x1895(0x29)](_0x47d575[_0x1895(0x68)],_0x47d575[_0x1895(0x68)])?(console[_0x1895(0x21)]('\u274C [PIN INPUT] Error handling biometric PIN storage:',_0x3bf77c),_0x280160(_0x47d575[_0x1895(0x61)]),_0x47d575[_0x1895(0x64)](_0x3db709,![])):(_0x3bd05f['error']('\u274C [PIN INPUT] PIN storage verification failed'),_0x27bedb['BbBGB'](_0x97ec70,_0x27bedb[_0x1895(0x69)]),_0x27bedb['krqcC'](_0x52de51,![]));}}else console['log']('\uD83D\uDD10 [PIN INPUT] Biometric storage disabled, proceeding normally'),_0x47d575[_0x1895(0x6a)](_0x3f9cd1,_0x570051);}},[_0x570051,_0x1e24d0,_0x3f9cd1,enableBiometricStorage]),_0xa084d6=useCallback(_0x4ae2de=>{_0x47d575[_0x1895(0x6b)](_0x1aef49,_0x4ae2de),_0x47d575[_0x1895(0x5d)](_0x5a3cfe,null),_0x47d575[_0x1895(0x6c)](_0x280160,_0x1895(0x3)),console[_0x1895(0x3f)]('\uD83D\uDD0D [PIN INPUT] PIN changed:',{'length':_0x4ae2de['length'],'hasSpecialChar':/[!@#$%^&*(),.?":{}|<>]/[_0x1895(0x32)](_0x4ae2de),'hasNumber':/\d/['test'](_0x4ae2de),'isValid':!_0x47d575['Wzhqv'](_0x1e24d0,_0x4ae2de)});},[_0x1e24d0]),_0x2192c8=_0x47d575[_0x1895(0x6d)](useCallback,()=>{if(_0x47d575[_0x1895(0x6e)]!==_0x1895(0x11))return _0x1895(0x6f);else console['warn']('\u26A0️ [PIN INPUT] User chose to continue without biometric security'),_0x47d575['LTUBt'](_0x3f9cd1,_0x570051);},[_0x570051,_0x3f9cd1]),_0x5b239b=_0x47d575['mWCSV'](useCallback,()=>{if(_0x47d575[_0x1895(0x70)]!=='PgVji')_0x47d575[_0x1895(0x51)](_0x280160,_0x1895(0x3)),_0x47d575['RhKPD'](_0x21edda);else{_0x4df3fb['log']('\u274C [PIN INPUT] Validation failed:',_0x3e510e),_0x47d575[_0x1895(0x71)](_0x16a9ed,_0x57a19e);return;}},[_0x21edda]),_0x1fa94e=()=>{if(_0x47d575[_0x1895(0x72)](_0x47d575[_0x1895(0x73)],_0x47d575[_0x1895(0x74)]))switch(_0x2f0472){case _0x47d575[_0x1895(0x54)]:return{'title':_0x47d575[_0x1895(0x75)],'message':'This\x20device\x20does\x20not\x20support\x20Face\x20ID\x20or\x20Touch\x20ID.\x20Please\x20enable\x20biometric\x20authentication\x20in\x20your\x20device\x20settings\x20to\x20secure\x20your\x20PIN.','type':_0x1895(0x5),'showActions':!![]};case _0x47d575[_0x1895(0x76)]:return{'title':_0x47d575[_0x1895(0x36)],'message':_0x47d575[_0x1895(0x77)],'type':_0x1895(0x5),'showActions':!![]};case _0x47d575[_0x1895(0x61)]:return{'title':_0x47d575[_0x1895(0x78)],'message':_0x47d575['QdvSA'],'type':'error','showActions':!![]};case _0x47d575[_0x1895(0x5c)]:return{'title':_0x47d575[_0x1895(0x39)],'message':'Please\x20complete\x20biometric\x20authentication\x20to\x20secure\x20your\x20PIN.','type':_0x47d575[_0x1895(0x79)],'showActions':![]};default:return{'title':_0x47d575['sJVys'],'message':_0x47d575[_0x1895(0x3b)],'type':_0x47d575['mXfut'],'showActions':![]};}else return _0x1895(0x4e)+_0x1b5aba+_0x1895(0x31);},_0x303cc0=_0x1fa94e();return React[_0x1895(0x7a)](View,{'style':styles[_0x1895(0x7b)]},React[_0x1895(0x7a)](View,{'style':styles[_0x1895(0x7c)]},React[_0x1895(0x7a)](View,{'style':styles['header']},_0x34e212&&React[_0x1895(0x7a)](TouchableOpacity,{'style':styles[_0x1895(0x7d)],'onPress':_0x34e212},React[_0x1895(0x7a)](Text,{'style':{'fontSize':0x18}},'←')),React[_0x1895(0x7a)](Text,{'style':styles[_0x1895(0x7e)]},_0x47d575[_0x1895(0x7f)])),React[_0x1895(0x7a)](Text,{'style':styles['subtitle']},'A\x20PIN\x20so\x20only\x20you\x20have\x20access\x20to\x20your\x20data'),showBackgroundProgress&&_0x129392&&React[_0x1895(0x7a)](View,{'style':styles[_0x1895(0x80)]},React[_0x1895(0x7a)](Text,{'style':styles['backgroundProgressText']},backgroundProgressText),React['createElement'](View,{'style':styles[_0x1895(0x81)]},React[_0x1895(0x7a)](ActivityIndicator,{'size':_0x47d575['EioPB'],'color':_0x1895(0x82)}))),React[_0x1895(0x7a)](View,{'style':styles[_0x1895(0x83)]},React['createElement'](TextInput,{'style':styles[_0x1895(0x84)],'value':_0x570051,'onChangeText':_0xa084d6,'secureTextEntry':!_0x512d30,'placeholder':_0x47d575['PtTEF'],'keyboardType':_0x47d575[_0x1895(0x26)],'maxLength':0x14,'autoCapitalize':_0x47d575[_0x1895(0x85)],'autoCorrect':![],'returnKeyType':'done','onSubmitEditing':()=>Keyboard[_0x1895(0x86)]()}),React[_0x1895(0x7a)](TouchableOpacity,{'style':styles[_0x1895(0x87)],'onPress':()=>_0x32952d(!_0x512d30)},React[_0x1895(0x7a)](Text,null,_0x512d30?_0x47d575[_0x1895(0x88)]:_0x47d575[_0x1895(0x89)])))),_0x46f8d3&&React['createElement'](Text,{'style':styles[_0x1895(0x21)]},_0x46f8d3),React[_0x1895(0x7a)](View,{'style':styles[_0x1895(0x8a)]},React[_0x1895(0x7a)](Text,{'style':styles[_0x1895(0x8b)]},_0x47d575['cubDQ']),React[_0x1895(0x7a)](Text,{'style':[styles[_0x1895(0x8c)],_0x47d575[_0x1895(0x8d)](_0x570051[_0x1895(0x41)],minLength)&&styles['requirementMet']]},_0x47d575[_0x1895(0x8e)],minLength,_0x47d575[_0x1895(0x8f)]),requireSpecialChar&&React[_0x1895(0x7a)](Text,{'style':[styles['requirement'],/[!@#$%^&*(),.?":{}|<>]/[_0x1895(0x32)](_0x570051)&&styles[_0x1895(0x90)]]},_0x1895(0x91)),requireNumber&&React['createElement'](Text,{'style':[styles[_0x1895(0x8c)],/\d/['test'](_0x570051)&&styles[_0x1895(0x90)]]},_0x47d575[_0x1895(0x92)])),React[_0x1895(0x7a)](View,{'style':[styles[_0x1895(0x93)],_0x47d575['mxuPV'](_0x303cc0['type'],_0x47d575[_0x1895(0x79)])&&styles[_0x1895(0x94)],_0x47d575['mxuPV'](_0x303cc0[_0x1895(0x95)],_0x1895(0x5))&&styles['infoContainerWarning'],_0x303cc0[_0x1895(0x95)]===_0x47d575['aApnB']&&styles[_0x1895(0x96)]]},React[_0x1895(0x7a)](Text,{'style':[styles[_0x1895(0x97)],_0x303cc0[_0x1895(0x95)]===_0x47d575[_0x1895(0x79)]&&styles[_0x1895(0x98)],_0x47d575[_0x1895(0x29)](_0x303cc0[_0x1895(0x95)],_0x47d575[_0x1895(0x99)])&&styles[_0x1895(0x9a)],_0x47d575[_0x1895(0x9b)](_0x303cc0['type'],_0x1895(0x21))&&styles[_0x1895(0x9c)]]},_0x303cc0[_0x1895(0x7e)]),React[_0x1895(0x7a)](Text,{'style':[styles['infoMessage'],_0x47d575[_0x1895(0x9d)](_0x303cc0[_0x1895(0x95)],_0x47d575[_0x1895(0x79)])&&styles['infoMessageInfo'],_0x47d575['uZpYF'](_0x303cc0[_0x1895(0x95)],_0x1895(0x5))&&styles[_0x1895(0x9e)],_0x47d575[_0x1895(0x9f)](_0x303cc0[_0x1895(0x95)],_0x47d575[_0x1895(0xa0)])&&styles['infoMessageError']]},_0x303cc0[_0x1895(0xa1)]),_0x303cc0['showActions']&&React[_0x1895(0x7a)](View,{'style':styles['infoActions']},React[_0x1895(0x7a)](TouchableOpacity,{'style':styles[_0x1895(0xa2)],'onPress':_0x5b239b},React['createElement'](Text,{'style':styles[_0x1895(0xa3)]},_0x1895(0xa4))),React['createElement'](TouchableOpacity,{'style':[styles[_0x1895(0xa2)],styles[_0x1895(0xa5)]],'onPress':_0x2192c8},React[_0x1895(0x7a)](Text,{'style':[styles['infoActionButtonText'],styles[_0x1895(0xa6)]]},_0x1895(0xa7))))),React[_0x1895(0x7a)](View,{'style':styles[_0x1895(0xa8)]},_0x34e212&&React[_0x1895(0x7a)](TouchableOpacity,{'style':styles['cancelButton'],'onPress':_0x34e212},React['createElement'](Text,{'style':styles[_0x1895(0xa9)]},_0x47d575[_0x1895(0xaa)])),React[_0x1895(0x7a)](TouchableOpacity,{'style':[styles['submitButton'],(_0x47d575[_0x1895(0xab)](!_0x570051,_0xbc4ee6)||_0x1e24d0(_0x570051))&&styles[_0x1895(0xac)]],'onPress':_0x21edda,'disabled':_0x47d575['cdsNr'](!_0x570051,_0xbc4ee6)||!!_0x47d575[_0x1895(0x51)](_0x1e24d0,_0x570051)},React[_0x1895(0x7a)](Text,{'style':styles[_0x1895(0xad)]},_0xbc4ee6?_0x47d575[_0x1895(0x39)]:_0x47d575[_0x1895(0xae)]))));};const styles=StyleSheet['create']({'container':{'flex':0x1,'padding':0x10,'width':width,'backgroundColor':_0x1895(0xaf),'justifyContent':'flex-start'},'inputSection':{'width':'100%','marginTop':0x0,'paddingTop':0x0},'header':{'flexDirection':_0x1895(0xb0),'alignItems':_0x1895(0xb1),'justifyContent':_0x1895(0xb2),'marginBottom':0x10,'paddingVertical':0x8},'backButton':{'padding':0x8},'title':{'fontSize':0x14,'fontWeight':_0x1895(0xb3),'color':'#333','textAlign':_0x1895(0xb1),'flex':0x1,'marginBottom':0x8},'subtitle':{'fontSize':0xe,'color':'#666','marginBottom':0x18,'textAlign':_0x1895(0xb1)},'inputContainer':{'flexDirection':_0x1895(0xb0),'alignItems':_0x1895(0xb1),'borderWidth':0x1,'borderColor':_0x1895(0xb4),'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':_0x1895(0xb5),'borderColor':'#2196F3'},'infoContainerWarning':{'backgroundColor':_0x1895(0xb6),'borderColor':_0x1895(0xb7)},'infoContainerError':{'backgroundColor':_0x1895(0xb8),'borderColor':_0x1895(0xb9)},'infoTitle':{'fontSize':0x10,'fontWeight':_0x1895(0xb3),'marginBottom':0x8},'infoTitleInfo':{'color':_0x1895(0xba)},'infoTitleWarning':{'color':_0x1895(0xbb)},'infoTitleError':{'color':_0x1895(0xbc)},'infoMessage':{'fontSize':0xe,'lineHeight':0x14,'marginBottom':0xc},'infoMessageInfo':{'color':'#1565C0'},'infoMessageWarning':{'color':_0x1895(0xbd)},'infoMessageError':{'color':'#C62828'},'infoActions':{'flexDirection':_0x1895(0xb0),'justifyContent':_0x1895(0xb2),'marginTop':0x8},'infoActionButton':{'flex':0x1,'paddingVertical':0xa,'paddingHorizontal':0x10,'borderRadius':0x8,'backgroundColor':_0x1895(0x82),'marginHorizontal':0x4,'alignItems':_0x1895(0xb1)},'infoActionButtonSecondary':{'backgroundColor':_0x1895(0xbe),'borderWidth':0x1,'borderColor':_0x1895(0x82)},'infoActionButtonText':{'color':'#fff','fontSize':0xe,'fontWeight':_0x1895(0xb3)},'infoActionButtonSecondaryText':{'color':_0x1895(0x82)},'error':{'color':_0x1895(0xbf),'marginBottom':0x10},'requirements':{'marginBottom':0x18},'requirementTitle':{'fontSize':0xe,'fontWeight':_0x1895(0xb3),'marginBottom':0x8,'color':_0x1895(0xc0)},'requirement':{'fontSize':0xe,'color':_0x1895(0xc1),'marginBottom':0x4},'requirementMet':{'color':_0x1895(0xc2)},'footer':{'flexDirection':_0x1895(0xb0),'alignItems':_0x1895(0xb1),'justifyContent':_0x1895(0xb2),'marginTop':0x18,'borderTopWidth':0x1,'borderTopColor':_0x1895(0xc3),'paddingTop':0x10},'cancelButton':{'paddingVertical':0x8,'paddingHorizontal':0x10},'cancelButtonText':{'color':_0x1895(0xc1),'fontSize':0x10},'submitButton':{'paddingVertical':0x10,'paddingHorizontal':0x20,'borderRadius':0x10,'backgroundColor':_0x1895(0xc4),'alignItems':_0x1895(0xb1)},'submitButtonDisabled':{'opacity':0.5},'submitButtonText':{'color':_0x1895(0xaf),'fontSize':0x10,'fontWeight':_0x1895(0xb3)},'backgroundProgressContainer':{'flexDirection':_0x1895(0xb0),'alignItems':_0x1895(0xb1),'justifyContent':_0x1895(0xb1),'marginBottom':0x10},'backgroundProgressText':{'fontSize':0xe,'color':_0x1895(0xc1),'marginRight':0xa},'backgroundProgressIndicator':{'padding':0x5}});
|
|
@@ -1 +1,7 @@
|
|
|
1
|
-
function _0x2950(_0x5a332e,_0x295097){_0x5a332e=_0x5a332e-0x0;const _0x1fce8a=_0x5a33();let _0x1e056e=_0x1fce8a[_0x5a332e];return _0x1e056e;}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 _0x9ccd80 from'./PersonaImage';import _0x8d89ce from'./PrimaryButton';import _0x284934 from'./PersonalizationConsentScreen';import _0x4786a4 from'./PinCreationScreen';import _0x39ee18 from'./PersonaLoadingScreen';function _0x5a33(){const _0x250b30=['...)','UgGea','iMVGt','Error\x20initializing\x20username:','APsNV','akeLw','ctinZ','https://www.linkedin.com/login','jXzZV','...','NULL','UzZKq','FzXKl','noFLS','SqcUs','SpnXt','success','bxMJu','QWpJo','oWCis','yAAPg','pmLXQ','bzqal','KyUCI','SET\x20(','HgcwX','GMDaL','POZxt','connecting','youtube','pinterest','gmail','chatgpt','claude','grok','contain','Highly\x20Recommended','#10B981','#9CA3AF','ujgDJ','reddit','Reddit','Use\x20your\x20posts\x20and\x20comments\x20to\x20enrich\x20your\x20model.','Pinterest','Use\x20your\x20professional\x20network\x20and\x20career\x20interests\x20to\x20enrich\x20your\x20model.','Gmail','Use\x20your\x20email\x20information\x20to\x20enrich\x20your\x20model.','ChatGPT','Use\x20your\x20ChatGPT\x20conversations\x20and\x20memories\x20to\x20enrich\x20your\x20model.','Claude','gemini','Gemini','Use\x20your\x20Gemini\x20conversations\x20to\x20enrich\x20your\x20model.','Grok','Use\x20your\x20Grok\x20conversations\x20from\x20X\x20to\x20enrich\x20your\x20model.','vTRCL','Connect\x20platforms','Continue','100%','Skip','xqnfm','QyqQB','yFpJq','WHALy','oqzFc','current','IiVTL','GyJDZ','PzbQa','Value','Dgymf','dRbbX','atbEo','vFHlB','ScRmh','CqhbB','YKzgt','zsWhV','WwZwW','esjzB','bjGSx','lLKtm','cKfDA','rsAgk','weTrm','IXyCD','uLTsa','QBfdF','PoVeG','WeiGI','REleP','log',',\x20oauthUrl:\x20','substring','wAORV','DiGzy','getItem','ctNnr','rPwQl','AyQZa','vYCfd','wgWzQ','name','user_','ChcXy','random','setItem','floor','error','YINGb','aLins','NTAKO','loop','sequence','timing','start','nativeEvent','layoutMeasurement','width','lwcXC','MqHmh','rMHZt','OULan','YouTube','YaMYL','efZxl','ZfvxZ','tNpXO','tnMWr','Use\x20your\x20pins,\x20boards,\x20and\x20interests\x20to\x20enrich\x20your\x20model.','linkedin','njHMG','rwltJ','bDBai','kjgMo','jPmto','Ivdfy','QnutP','SFFSa','dHZnW','PVSMq','aQhBd','vazps','FsLtG','EgPrA','nvLgZ','lFSJQ','map','filter','QWqsS','length','find','DzhxU','jzxEk','🔄\x20[TOGGLE]\x20Platform\x20toggle:\x20','mzWIe','\x22,\x20state:\x20\x22','jTutB','IAlYI','isChatPlatform','🤖\x20[LLM]\x20Opening\x20WebView\x20for\x20','\x20login\x20and\x20export...','Ijxyc','MytZS','🌐\x20[LLM]\x20Opening\x20','FQgDF','DzFmL','disconnected','❌\x20[LLM]\x20No\x20URL\x20configured\x20for\x20platform:\x20','ONLFx','zcgHx','wqgbZ','💼\x20[LINKEDIN]\x20Opening\x20WebView\x20for\x20LinkedIn\x20login...','uRfRx','🌐\x20[LINKEDIN]\x20Opening\x20LinkedIn\x20URL:','❌\x20[TOGGLE]\x20OAuth\x20failed\x20for\x20','\x20-\x20no\x20URL\x20returned','AGlzo','ERROR','KJyrW','pgwCu','HkvCw','rKgEY','ZkWPS','connected','SUCCESS','bpcdY','🌐\x20[TOGGLE]\x20Starting\x20OAuth\x20flow\x20for\x20','🔗\x20[TOGGLE]\x20OAuth\x20URL\x20result\x20for\x20','iXJhQ','zOjyc','✅\x20[TOGGLE]\x20Setting\x20WebView\x20state\x20-\x20showing\x20modal\x20for\x20','gFukG','Orjcz','vhyJc','removeItem','add','Error\x20toggling\x20platform\x20','eLLvx','sOIxL','swJuS','BUTTON_PRESS','rYoHY','dqYCd','NAzSh','dstGa','from','DGPRM','SqJzl','nEIjY','tinuG','vLsvA','GfdsI','KriFA','wYCWw','zQkzj','dfbWz','MAWpz','oSIKi','dyLLP','@onairos:llm_connected:','stringify','toISOString','✅\x20[LLM]\x20','\x20connection\x20stored\x20locally','ujziQ','bpDEw','toLowerCase','@onairos:linkedin_connected','✅\x20[LINKEDIN]\x20Connection\x20stored\x20locally','KBPDM','RpOEE','BaCwl','hUYOd','✅\x20[PERSONA]\x20Applied\x20pending\x20connection:\x20','Nwgjj','tSbfF','OYQio','rghhK','EWcBe','YjwlK','GbHvd','wtWKU','sDDst','pToam','bCbOn','awjcn','createElement','Drebp','oAGTn','antoz','Cwbfu','min','max','✅\x20[WEBVIEW]\x20Rendering\x20OAuthWebView\x20for\x20','QaGOe','hdbvb','AMlAM','kxNps','CcITA','headingContainer','JrmQp','More\x20connections,\x20smarter\x20personalization.','platformIconsOverlay','platformIconsCentered','normal','Wejvk','HuvYk','CXHra','has','platformIconButton','platformIconButtonSelected','pKUBB','JABRT','tpoIB','vrIvk','icon','platformIcon','pinterestIcon','gmailIcon','chatgptIcon','grokIcon','EyZqD','connectedDot','scrollBarTrack','taYlJ','WsGMP','View','scrollIndicator','interpolate','scrollIndicatorText','cardContainer','IAbdy','includes','cardHeader','platformCardTitle','TRocE','customToggleTrack','NPzHN','customToggleThumb','descriptionContainer','platformCardDescription','description','buttonWrapper','bDNwa','ciuFy','size','buttonOverlay','HlyLP','Xddtk','xUViu','gPfgc','skipButton','skipButtonText','create','surface','IBM\x20Plex\x20Sans','700','grey800','left','Inter','400','center','relative','absolute','row','#FFFFFF','transparent','#000','#3B82F6','#EFF6FF','600','#2563EB','auto','#F9FAFB','grey600','hidden','grey300','grey500'];_0x5a33=function(){return _0x250b30;};return _0x5a33();}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';const PlatformConnectorsStep=({onUpdate:_0x31cb4a,onSkip:_0x180bfe,loading:loading=![],onPinComplete:_0x2d8858,onReviewerBypass:_0x47bae0,allowedPlatforms:_0x54c2bd,recommendedPlatforms:_0x2c81a7})=>{const _0x236156={'lLKtm':_0x2950(0x0),'iAGrv':function(_0x669ae,_0x239408){return _0x669ae===_0x239408;},'cKfDA':_0x2950(0x1),'rsAgk':_0x2950(0x2),'weTrm':'onairos_username','IXyCD':function(_0x29faf1,_0x1e8dc7){return _0x29faf1&&_0x1e8dc7;},'uLTsa':function(_0x1c7fbc,_0x32ec58){return _0x1c7fbc(_0x32ec58);},'QaGOe':function(_0x4ec3c1,_0x1e1807){return _0x4ec3c1===_0x1e1807;},'QBfdF':function(_0xd15a86,_0xd8f786){return _0xd15a86===_0xd8f786;},'PoVeG':_0x2950(0x3),'MqHmh':function(_0x460bab,_0x993e31){return _0x460bab(_0x993e31);},'NTAKO':function(_0x2372c7){return _0x2372c7();},'eCMAT':function(_0x10455b,_0x431446){return _0x10455b-_0x431446;},'lwcXC':function(_0xac2a6e,_0x2e0fa4){return _0xac2a6e>_0x2e0fa4;},'rMHZt':function(_0x5bec1a,_0x157397){return _0x5bec1a>_0x157397;},'VoTen':function(_0x308911,_0x4c5139){return _0x308911>_0x4c5139;},'ETWFG':function(_0x2a44e3,_0x4837ee){return _0x2a44e3!==_0x4837ee;},'dtNDt':_0x2950(0x4),'DzhxU':function(_0x3c23fd,_0x55e877){return _0x3c23fd(_0x55e877);},'AGlzo':function(_0x29ff54,_0x40a7a2){return _0x29ff54(_0x40a7a2);},'WHALy':function(_0xe5991d,_0x229751){return _0xe5991d(_0x229751);},'NKKYy':function(_0x49ae51,_0x56fcdf){return _0x49ae51(_0x56fcdf);},'jzxEk':function(_0x3825f8){return _0x3825f8();},'vazps':function(_0x50206d,_0x3ce673){return _0x50206d(_0x3ce673);},'mzWIe':function(_0x3c63a4,_0x1213e9){return _0x3c63a4||_0x1213e9;},'jTutB':'❌\x20[TOGGLE]\x20No\x20username\x20available\x20-\x20cannot\x20proceed\x20with\x20OAuth','IAlYI':function(_0x1ff08a,_0x237b6a){return _0x1ff08a===_0x237b6a;},'mttEn':_0x2950(0x5),'KJyrW':function(_0x48638d,_0x5819dc){return _0x48638d!==_0x5819dc;},'Ijxyc':_0x2950(0x6),'MytZS':'vscsm','FQgDF':function(_0x45af22,_0x7e7fd7){return _0x45af22(_0x7e7fd7);},'MYniT':function(_0x9921bc,_0x3d60d4){return _0x9921bc(_0x3d60d4);},'ONLFx':function(_0x4172d5,_0xda14c5){return _0x4172d5!==_0xda14c5;},'wqgbZ':'wkIae','GyJDZ':function(_0x460952,_0x2c0900){return _0x460952(_0x2c0900);},'ScRmh':function(_0x45ac8b,_0x42804a){return _0x45ac8b(_0x42804a);},'uRfRx':_0x2950(0x7),'pgwCu':_0x2950(0x8),'YKzgt':function(_0xc16ebd,_0xc6acde){return _0xc16ebd(_0xc6acde);},'rKgEY':function(_0x407a64,_0x365c6f,_0x2c03ce){return _0x407a64(_0x365c6f,_0x2c03ce);},'tSbfF':function(_0x40d448,_0x42b9bc){return _0x40d448(_0x42b9bc);},'ZkWPS':function(_0x42d852,_0x100970){return _0x42d852(_0x100970);},'bpcdY':function(_0x43d991,_0x46c2f7){return _0x43d991(_0x46c2f7);},'yFpJq':function(_0x4b12ee,_0x36d7e2){return _0x4b12ee(_0x36d7e2);},'RRWby':_0x2950(0x9),'iXJhQ':_0x2950(0xa),'zOjyc':_0x2950(0xb),'HBWTN':function(_0x24df04,_0x2928fc){return _0x24df04(_0x2928fc);},'gFukG':function(_0x51896b,_0xd0c21f){return _0x51896b!==_0xd0c21f;},'Orjcz':'LAwfi','vhyJc':_0x2950(0xc),'eLLvx':function(_0x3f082e,_0x425201){return _0x3f082e(_0x425201);},'HlyLP':function(_0x591f46,_0x23edc0){return _0x591f46>_0x23edc0;},'xvJWF':function(_0x4468bf,_0x8db08d){return _0x4468bf===_0x8db08d;},'swJuS':_0x2950(0xd),'gKnEv':_0x2950(0xe),'rYoHY':function(_0x425a25){return _0x425a25();},'dqYCd':function(_0x1eb1ed,_0x55c753){return _0x1eb1ed(_0x55c753);},'NAzSh':function(_0x1d5d71,_0x4f3903){return _0x1d5d71(_0x4f3903);},'dstGa':function(_0x3f835d,_0x3db9e7){return _0x3f835d!==_0x3db9e7;},'Ziyiu':'uPLyc','DGPRM':function(_0x33d85e,_0x42950b){return _0x33d85e!==_0x42950b;},'SqJzl':_0x2950(0xf),'vLsvA':function(_0x350e00){return _0x350e00();},'nEIjY':function(_0x58a4fb,_0x1b332e){return _0x58a4fb!==_0x1b332e;},'tinuG':'sjpQm','GfdsI':function(_0x1bbf5e,_0x5e852b){return _0x1bbf5e(_0x5e852b);},'faoNl':function(_0x3cd971,_0x4cb8f6){return _0x3cd971(_0x4cb8f6);},'esjzB':function(_0x231347,_0x168632){return _0x231347(_0x168632);},'KriFA':_0x2950(0x10),'wYCWw':function(_0x159305,_0x477710){return _0x159305!==_0x477710;},'zQkzj':'tjlrl','dfbWz':function(_0x107e76,_0x14c33a){return _0x107e76(_0x14c33a);},'zsWhV':function(_0x12740a,_0x14bd2d){return _0x12740a(_0x14bd2d);},'MAWpz':function(_0x1dc54a,_0x5c71d6){return _0x1dc54a(_0x5c71d6);},'oSIKi':function(_0x124825,_0x2185e7){return _0x124825===_0x2185e7;},'dyLLP':_0x2950(0x11),'bDBai':'linkedin','KBPDM':function(_0x3be4ee,_0x41b26e){return _0x3be4ee(_0x41b26e);},'xqnfm':function(_0x20c7d2,_0x20e522){return _0x20c7d2(_0x20e522);},'QyqQB':function(_0x58e506,_0x1a2881){return _0x58e506(_0x1a2881);},'RpOEE':_0x2950(0x12),'Qqccf':function(_0x1d894e,_0x274292){return _0x1d894e===_0x274292;},'kHnsi':function(_0x4bd018,_0x58fd43){return _0x4bd018(_0x58fd43);},'EWcBe':function(_0x177122,_0x537e43){return _0x177122&&_0x537e43;},'bjGSx':function(_0x30a1a5,_0x2141f4,_0x249035){return _0x30a1a5(_0x2141f4,_0x249035);},'OYQio':'goFKl','rghhK':_0x2950(0x13),'Dgymf':function(_0x134a74,_0xc670c1){return _0x134a74(_0xc670c1);},'TjFjX':function(_0x1551d2,_0x14b6f1){return _0x1551d2!==_0x14b6f1;},'GbHvd':_0x2950(0x14),'NYGvo':_0x2950(0x15),'pToam':function(_0x4fa75d,_0x5a0a6d){return _0x4fa75d(_0x5a0a6d);},'bCbOn':function(_0x142163,_0x172a30){return _0x142163===_0x172a30;},'awjcn':_0x2950(0x16),'MCYWv':function(_0xe63a98,_0xdda6c1){return _0xe63a98!==_0xdda6c1;},'Drebp':_0x2950(0x17),'antoz':function(_0x2afc39,_0x247402){return _0x2afc39||_0x247402;},'Cwbfu':_0x2950(0x18),'hdbvb':_0x2950(0x19),'CcITA':function(_0x383380,_0x375fd8){return _0x383380(_0x375fd8);},'NKyOL':function(_0x10c971,_0x4b338c){return _0x10c971(_0x4b338c);},'pKUBB':function(_0xab0fba,_0x55afd0){return _0xab0fba===_0x55afd0;},'JABRT':'TrTLr','tpoIB':_0x2950(0x1a),'vrIvk':function(_0x43fcd0,_0x2b167f){return _0x43fcd0(_0x2b167f);},'HuvYk':function(_0x1a78e7,_0x55ee8d){return _0x1a78e7!==_0x55ee8d;},'CXHra':_0x2950(0x1b),'IAbdy':_0x2950(0x1c),'OULan':_0x2950(0x1d),'AzyJF':function(_0x551e32,_0x196529){return _0x551e32===_0x196529;},'tnMWr':_0x2950(0x1e),'jPmto':_0x2950(0x1f),'QnutP':_0x2950(0x20),'dHZnW':_0x2950(0x21),'nvLgZ':_0x2950(0x22),'EyZqD':_0x2950(0x23),'TRocE':_0x2950(0x24),'NPzHN':_0x2950(0x25),'KSNWq':_0x2950(0x26),'Xddtk':function(_0x5b097e,_0x2dc5bb){return _0x5b097e(_0x2dc5bb);},'DPCQb':_0x2950(0x27),'xUViu':function(_0x11ea09){return _0x11ea09();},'oqzFc':function(_0x49d79a,_0x1fb454){return _0x49d79a(_0x1fb454);},'IiVTL':function(_0x106ff3,_0x246d63){return _0x106ff3(_0x246d63);},'PzbQa':function(_0xfba933,_0x520d7f){return _0xfba933(_0x520d7f);},'dRbbX':function(_0x10b843,_0x59810a){return _0x10b843(_0x59810a);},'atbEo':function(_0x4217bd,_0xe5d854){return _0x4217bd(_0xe5d854);},'vFHlB':function(_0x1328c2,_0x4e1a06){return _0x1328c2(_0x4e1a06);},'CqhbB':function(_0xbb92a5,_0x3d9dd4){return _0xbb92a5(_0x3d9dd4);},'FCtYA':function(_0x31d8ee,_0xd4765b){return _0x31d8ee(_0xd4765b);},'WwZwW':function(_0x18170d,_0x44967e){return _0x18170d(_0x44967e);},'YaMYL':function(_0x5dbc9f,_0x5e39f8){return _0x5dbc9f(_0x5e39f8);},'efZxl':_0x2950(0x28),'ZfvxZ':_0x2950(0x29),'tNpXO':_0x2950(0x2a),'MlWcv':_0x2950(0x2b),'njHMG':'LinkedIn','rwltJ':function(_0xd532c1,_0x215e5c){return _0xd532c1(_0x215e5c);},'kjgMo':_0x2950(0x2c),'qjkUR':_0x2950(0x2d),'tDDBr':function(_0xeced17,_0x392981){return _0xeced17(_0x392981);},'Ivdfy':_0x2950(0x2e),'SFFSa':_0x2950(0x2f),'txWhd':function(_0x3902e4,_0x2d402f){return _0x3902e4(_0x2d402f);},'ztKAB':_0x2950(0x30),'PVSMq':_0x2950(0x31),'PGkLw':'Use\x20your\x20Claude\x20conversations\x20to\x20enrich\x20your\x20model.','aQhBd':_0x2950(0x32),'hIzjV':_0x2950(0x33),'FsLtG':_0x2950(0x34),'EgPrA':_0x2950(0x35),'lFSJQ':_0x2950(0x36),'QWqsS':function(_0x535f27,_0x1d78c7,_0x6c70da){return _0x535f27(_0x1d78c7,_0x6c70da);},'oAGTn':function(_0x4c021a,_0x3afd0b,_0x4dad4f){return _0x4c021a(_0x3afd0b,_0x4dad4f);},'YVUmO':function(_0x219782,_0x26dffe){return _0x219782+_0x26dffe;},'eggVk':function(_0x4a1a01,_0x50f5cd){return _0x4a1a01&&_0x50f5cd;},'kxNps':'LNmRm','WATPx':_0x2950(0x37),'JrmQp':_0x2950(0x38),'Wejvk':function(_0x1e971f,_0x34d4b2){return _0x1e971f>_0x34d4b2;},'taYlJ':function(_0x32250f,_0x61c12e){return _0x32250f*_0x61c12e;},'WsGMP':function(_0x6920e5,_0x5a72f9){return _0x6920e5>_0x5a72f9;},'bDNwa':_0x2950(0x39),'ciuFy':function(_0xefd995,_0x43f82b){return _0xefd995===_0x43f82b;},'gPfgc':_0x2950(0x3a),'NWvCB':_0x2950(0x3b)},[_0x8aae93,_0x52eb0f]=_0x236156[_0x2950(0x3c)](useState,new Set()),[_0x4b9b27,_0xf6fa8c]=useState(![]),[_0x478e96,_0x4da6a9]=_0x236156['NKKYy'](useState,![]),[_0x3f810f,_0x41cfd4]=useState(![]),[_0x1291e8,_0x12ac31]=useState(''),[_0x58bb47,_0x24aa96]=_0x236156[_0x2950(0x3d)](useState,{}),[_0x5afdec,_0x2f51c8]=useState(![]),[_0x5cd42b,_0x363970]=_0x236156[_0x2950(0x3e)](useState,''),[_0xe9d7ce,_0x230538]=_0x236156[_0x2950(0x3f)](useState,''),[_0x1dbbae,_0x171341]=_0x236156[_0x2950(0x40)](useState,null),[_0x1b1354,_0x4ba2b5]=_0x236156['GfdsI'](useState,0x0),_0x246945=_0x236156[_0x2950(0x3f)](useRef,new Animated['Value'](0x0))[_0x2950(0x41)],[_0x80a852,_0x224d81]=useState(''),_0x37cd82=_0x236156[_0x2950(0x42)](useRef,null),[_0xd2f8df,_0x32852b]=_0x236156[_0x2950(0x43)](useState,!![]),_0xce4491=_0x236156[_0x2950(0x44)](useRef,new Animated[(_0x2950(0x45))](0x0))[_0x2950(0x41)],[_0x162afb,_0xae98a2]=_0x236156[_0x2950(0x46)](useState,0x0),_0x216013=_0x236156['kHnsi'](useRef,0x0),[_0x3354d1,_0x2872a5]=_0x236156[_0x2950(0x47)](useState,''),[_0x456700,_0x166df5]=_0x236156[_0x2950(0x48)](useState,0x0),[_0x55d3f9,_0x37fe78]=_0x236156[_0x2950(0x49)](useState,'Initializing...'),[_0x51ff79,_0x59103d]=useState(![]),[_0x45e83e,_0x1adbef]=_0x236156[_0x2950(0x4a)](useState,![]),[_0x118cbf,_0x2b7a2e]=_0x236156[_0x2950(0x4b)](useState,null),[_0x37ef31,_0xcd2f64]=useState(null),_0x1e0e6c=_0x236156[_0x2950(0x4c)](useRef,null),[_0x46a5a2,_0xe19c7a]=_0x236156[_0x2950(0x4d)](useState,![]),[_0x555985,_0x539347]=_0x236156['faoNl'](useState,''),[_0x44639c,_0x1ee25b]=_0x236156[_0x2950(0x4a)](useState,null),[_0x322583,_0x4b57aa]=_0x236156['FCtYA'](useState,![]),[_0x1cfc72,_0x590e65]=_0x236156[_0x2950(0x4e)](useState,![]),[_0x107007,_0x327c18]=_0x236156[_0x2950(0x4f)](useState,null),{connectPlatform:_0x47fe19,disconnectPlatform:_0x4bfb4b,isConnecting:_0x4a10f1}=useConnections(),_0x1cff70=null;_0x236156[_0x2950(0x50)](useEffect,()=>{const _0x1150a0={'EvEpy':_0x236156[_0x2950(0x51)],'WqRcO':'NULL','jwTtJ':function(_0x4df79a,_0x3cd80a){return _0x236156['iAGrv'](_0x4df79a,_0x3cd80a);},'WeiGI':_0x236156[_0x2950(0x52)],'REleP':_0x236156[_0x2950(0x53)],'ctNnr':_0x236156[_0x2950(0x54)],'rPwQl':function(_0x251847,_0x497653){return _0x236156[_0x2950(0x55)](_0x251847,_0x497653);},'AyQZa':function(_0xb19604,_0x595b06){return _0x236156[_0x2950(0x56)](_0xb19604,_0x595b06);},'RpKfd':function(_0x5d1d80,_0x370435){return _0x5d1d80===_0x370435;},'vYCfd':function(_0x175e2e,_0x3c051d){return _0x236156['QaGOe'](_0x175e2e,_0x3c051d);},'wgWzQ':function(_0x30eaf1,_0x545298){return _0x236156[_0x2950(0x57)](_0x30eaf1,_0x545298);},'ChcXy':function(_0x169b73,_0x4055cc){return _0x169b73*_0x4055cc;},'YINGb':_0x236156[_0x2950(0x58)],'aLins':function(_0x184882,_0x2203cc){return _0x236156['MqHmh'](_0x184882,_0x2203cc);}},_0xb6e1d3=async()=>{const _0x1b9567={'wAORV':_0x1150a0['EvEpy'],'DiGzy':_0x1150a0['WqRcO']};if(_0x1150a0['jwTtJ'](_0x1150a0[_0x2950(0x59)],_0x1150a0[_0x2950(0x5a)]))_0x59950d[_0x2950(0x5b)]('📊\x20[STATE]\x20WebView\x20state\x20changed\x20-\x20showOAuthWebView:\x20'+_0x566579+_0x2950(0x5c)+(_0x2adc79?'SET\x20('+_0x10837e[_0x2950(0x5d)](0x0,0x28)+_0x1b9567[_0x2950(0x5e)]:_0x1b9567[_0x2950(0x5f)]));else try{const _0x2d77b6=await AsyncStorage[_0x2950(0x60)](_0x1150a0[_0x2950(0x61)]);if(_0x1150a0[_0x2950(0x62)](_0x2d77b6,!_0x3354d1)){_0x1150a0[_0x2950(0x63)](_0x2872a5,_0x2d77b6);return;}if(_0x1cff70&&!_0x3354d1){var _0x311cdc;const _0x1527fb=(_0x1150a0['jwTtJ'](_0x1cff70,null)||_0x1cff70===void 0x0||_0x1150a0['RpKfd'](_0x311cdc=_0x1cff70['email'],null)||_0x1150a0[_0x2950(0x64)](_0x311cdc,void 0x0)?void 0x0:_0x311cdc['split']('@')[0x0])||(_0x1150a0[_0x2950(0x64)](_0x1cff70,null)||_0x1150a0[_0x2950(0x65)](_0x1cff70,void 0x0)?void 0x0:_0x1cff70[_0x2950(0x66)])||_0x2950(0x67)+Math['floor'](_0x1150a0[_0x2950(0x68)](Math[_0x2950(0x69)](),0x2710));_0x1150a0[_0x2950(0x63)](_0x2872a5,_0x1527fb),await AsyncStorage[_0x2950(0x6a)](_0x1150a0[_0x2950(0x61)],_0x1527fb);return;}if(!_0x3354d1){const _0x10605d='mobile_user_'+Math[_0x2950(0x6b)](Math[_0x2950(0x69)]()*0x2710);_0x1150a0[_0x2950(0x63)](_0x2872a5,_0x10605d),await AsyncStorage[_0x2950(0x6a)](_0x1150a0[_0x2950(0x61)],_0x10605d);}}catch(_0x3e73d2){console[_0x2950(0x6c)](_0x1150a0[_0x2950(0x6d)],_0x3e73d2);const _0xce7e51='user_'+Math[_0x2950(0x6b)](_0x1150a0[_0x2950(0x68)](Math[_0x2950(0x69)](),0x2710));_0x1150a0[_0x2950(0x6e)](_0x2872a5,_0xce7e51);}};_0x236156[_0x2950(0x6f)](_0xb6e1d3);},[_0x1cff70,_0x3354d1]),useEffect(()=>{_0xd2f8df&&Animated[_0x2950(0x70)](Animated[_0x2950(0x71)]([Animated['timing'](_0xce4491,{'toValue':0x1,'duration':0x3e8,'useNativeDriver':!![]}),Animated[_0x2950(0x72)](_0xce4491,{'toValue':0x0,'duration':0x3e8,'useNativeDriver':!![]})]))[_0x2950(0x73)]();},[_0xd2f8df]);const _0x280731=useCallback(_0x50cca0=>{const _0x337403=_0x50cca0[_0x2950(0x74)]['contentOffset']['x'],_0x3e63eb=_0x50cca0[_0x2950(0x74)][_0x2950(0x75)][_0x2950(0x76)],_0x48c62e=_0x50cca0[_0x2950(0x74)]['contentSize']['width'];_0x216013[_0x2950(0x41)]=_0x337403;const _0x13aadf=_0x236156['eCMAT'](_0x48c62e,_0x3e63eb),_0x39b3da=_0x236156[_0x2950(0x77)](_0x13aadf,0x0)?_0x337403/_0x13aadf:0x0;_0x236156[_0x2950(0x78)](_0xae98a2,_0x39b3da),_0x236156[_0x2950(0x79)](_0x337403,0xa)&&_0xd2f8df&&_0x236156['MqHmh'](_0x32852b,![]);},[_0xd2f8df]),_0x5bfd6b=[{'id':_0x236156[_0x2950(0x7a)],'name':_0x2950(0x7b),'icon':_0x236156[_0x2950(0x7c)](getPlatformIcon,_0x2950(0x1d)),'description':'Use\x20your\x20watch\x20history,\x20likes,\x20and\x20subscriptions\x20to\x20enrich\x20your\x20model.','isChatPlatform':![]},{'id':_0x236156[_0x2950(0x7d)],'name':_0x236156[_0x2950(0x7e)],'icon':getPlatformIcon(_0x236156[_0x2950(0x7d)]),'description':_0x236156[_0x2950(0x7f)],'isChatPlatform':![]},{'id':_0x236156[_0x2950(0x80)],'name':_0x236156['MlWcv'],'icon':_0x236156[_0x2950(0x47)](getPlatformIcon,_0x236156[_0x2950(0x80)]),'description':_0x2950(0x81),'isChatPlatform':![]},{'id':_0x2950(0x82),'name':_0x236156[_0x2950(0x83)],'icon':_0x236156[_0x2950(0x84)](getPlatformIcon,_0x236156[_0x2950(0x85)]),'description':_0x236156[_0x2950(0x86)],'isChatPlatform':![]},{'id':_0x236156['jPmto'],'name':_0x236156['qjkUR'],'icon':_0x236156['tDDBr'](getPlatformIcon,_0x236156[_0x2950(0x87)]),'description':_0x236156[_0x2950(0x88)],'isChatPlatform':![]},{'id':_0x236156[_0x2950(0x89)],'name':_0x236156[_0x2950(0x8a)],'icon':_0x236156['txWhd'](getPlatformIcon,_0x2950(0x20)),'description':_0x236156['ztKAB'],'isChatPlatform':!![]},{'id':_0x236156[_0x2950(0x8b)],'name':_0x236156[_0x2950(0x8c)],'icon':getPlatformIcon(_0x2950(0x21)),'description':_0x236156['PGkLw'],'isChatPlatform':!![]},{'id':_0x236156[_0x2950(0x8d)],'name':_0x236156['hIzjV'],'icon':_0x236156[_0x2950(0x8e)](getPlatformIcon,_0x236156[_0x2950(0x8d)]),'description':_0x236156[_0x2950(0x8f)],'isChatPlatform':!![]},{'id':'grok','name':_0x236156[_0x2950(0x90)],'icon':getPlatformIcon(_0x236156[_0x2950(0x91)]),'description':_0x236156[_0x2950(0x92)],'isChatPlatform':!![]}],_0x3c3cbc=_0x54c2bd?_0x54c2bd[_0x2950(0x93)](_0x39c756=>_0x5bfd6b['find'](_0x6e5e7f=>_0x6e5e7f['id']===_0x39c756))[_0x2950(0x94)](_0x27d4dc=>_0x27d4dc!==undefined):_0x5bfd6b;_0x236156[_0x2950(0x95)](useEffect,()=>{if(_0x236156['VoTen'](_0x3c3cbc[_0x2950(0x96)],0x0)){if(_0x236156['ETWFG'](_0x236156['dtNDt'],_0x236156['dtNDt'])){_0x31333c(_0x107e72);return;}else{const _0x230533=_0x3c3cbc[0x0]['id'];(!_0x80a852||!_0x3c3cbc[_0x2950(0x97)](_0x181afc=>_0x181afc['id']===_0x80a852))&&_0x236156[_0x2950(0x98)](_0x224d81,_0x230533);}}},[_0x54c2bd,_0x3c3cbc[_0x2950(0x96)]]);const _0x54b92f=async(_0x439bc9,_0x8d9b94)=>{const _0xb321ec={'DzFmL':function(_0x14093b,_0x288eba){return _0x236156['NKKYy'](_0x14093b,_0x288eba);},'HkvCw':function(_0x154989){return _0x236156[_0x2950(0x99)](_0x154989);}};_0x236156[_0x2950(0x8e)](triggerHaptic,HapticType['BUTTON_PRESS']),console[_0x2950(0x5b)](_0x2950(0x9a)+_0x439bc9+'\x20=\x20'+_0x8d9b94);try{if(_0x8d9b94){const _0x1b7607=await AsyncStorage[_0x2950(0x60)](_0x236156[_0x2950(0x54)]),_0x56a14e=_0x236156[_0x2950(0x9b)](_0x1b7607,_0x3354d1);console['log']('👤\x20[TOGGLE]\x20Username\x20check\x20-\x20stored:\x20\x22'+_0x1b7607+_0x2950(0x9c)+_0x3354d1+'\x22,\x20valid:\x20\x22'+_0x56a14e+'\x22');if(!_0x56a14e||_0x236156[_0x2950(0x57)](_0x56a14e['trim'](),'')){console[_0x2950(0x6c)](_0x236156[_0x2950(0x9d)]);return;}const _0x589eee=_0x5bfd6b['find'](_0x3e53d5=>_0x3e53d5['id']===_0x439bc9),_0x3459d7=(_0x236156[_0x2950(0x57)](_0x589eee,null)||_0x236156[_0x2950(0x9e)](_0x589eee,void 0x0)?void 0x0:_0x589eee[_0x2950(0x9f)])||_0x236156[_0x2950(0x56)](isLLMPlatform,_0x439bc9);if(_0x3459d7){if(_0x236156['mttEn']!==_0x236156['mttEn'])_0x161eeb&&_0x4c46c5();else{console[_0x2950(0x5b)](_0x2950(0xa0)+_0x439bc9+_0x2950(0xa1)),_0x236156[_0x2950(0x78)](_0x230538,_0x439bc9),_0x236156[_0x2950(0x98)](_0x24aa96,_0x485d60=>({..._0x485d60,[_0x439bc9]:'connecting'}));const _0x42e29d=_0x236156[_0x2950(0x8e)](getLLMPlatformUrl,_0x439bc9);_0x42e29d?_0x236156['KJyrW'](_0x236156[_0x2950(0xa2)],_0x236156[_0x2950(0xa3)])?(console[_0x2950(0x5b)](_0x2950(0xa4)+_0x439bc9+'\x20URL:',_0x42e29d),_0x236156[_0x2950(0xa5)](_0x363970,_0x42e29d),_0x2f51c8(!![])):(_0xb321ec['DzFmL'](_0x337076,![]),_0xb321ec['DzFmL'](_0x127f08,''),_0x5b18d5&&_0xb321ec[_0x2950(0xa6)](_0x1ab622,_0x162e83=>({..._0x162e83,[_0x48f7d3]:_0x2950(0xa7)})),_0xb321ec[_0x2950(0xa6)](_0x13f6e3,'')):(console[_0x2950(0x6c)](_0x2950(0xa8)+_0x439bc9),_0x236156[_0x2950(0xa5)](_0x24aa96,_0x3267bc=>({..._0x3267bc,[_0x439bc9]:_0x2950(0x6c)})),_0x236156['MYniT'](triggerHaptic,HapticType['ERROR']));return;}}if(_0x236156['MqHmh'](isLinkedInPlatform,_0x439bc9)){if(_0x236156[_0x2950(0xa9)](_0x2950(0xaa),_0x236156[_0x2950(0xab)])){console['log'](_0x2950(0xac)),_0x236156[_0x2950(0x43)](_0x230538,_0x439bc9),_0x236156[_0x2950(0x4a)](_0x24aa96,_0x531396=>({..._0x531396,[_0x439bc9]:_0x2950(0x1c)}));const _0x5a541a=_0x236156[_0x2950(0xad)];console['log'](_0x2950(0xae),_0x5a541a),_0x363970(_0x5a541a),_0x2f51c8(!![]);return;}else _0x54dfdb[_0x2950(0x6c)](_0x2950(0xaf)+_0x538288+_0x2950(0xb0)),_0x236156[_0x2950(0xb1)](_0x160ec2,_0x242b0c=>({..._0x242b0c,[_0xa45dc3]:'error'})),_0x236156[_0x2950(0x3f)](_0x391d8c,_0x2740be[_0x2950(0xb2)]);}if(hasNativeSDK(_0x439bc9)){if(_0x236156[_0x2950(0xb3)](_0x236156[_0x2950(0xb4)],_0x236156[_0x2950(0xb4)]))_0xb321ec[_0x2950(0xb5)](_0x432032);else{_0x236156[_0x2950(0x4c)](_0x230538,_0x439bc9),_0x236156[_0x2950(0x78)](_0x24aa96,_0x1c1f15=>({..._0x1c1f15,[_0x439bc9]:_0x2950(0x1c)}));const _0x2a9ccd=await _0x236156[_0x2950(0xb6)](initiateNativeAuth,_0x439bc9,_0x56a14e);if(_0x2a9ccd){const _0xffbca1=new Set(_0x8aae93);_0xffbca1['add'](_0x439bc9),_0x236156['tSbfF'](_0x52eb0f,_0xffbca1),_0x236156[_0x2950(0xb7)](_0x24aa96,_0x505f5f=>({..._0x505f5f,[_0x439bc9]:_0x2950(0xb8)})),_0x236156['MqHmh'](triggerHaptic,HapticType[_0x2950(0xb9)]);}else _0x24aa96(_0x2962b7=>({..._0x2962b7,[_0x439bc9]:'error'})),_0x236156[_0x2950(0xba)](triggerHaptic,HapticType[_0x2950(0xb2)]);}}else{console[_0x2950(0x5b)](_0x2950(0xbb)+_0x439bc9+_0x2950(0x9)),_0x236156[_0x2950(0x43)](_0x230538,_0x439bc9),_0x236156[_0x2950(0x3e)](_0x24aa96,_0x3bebe1=>({..._0x3bebe1,[_0x439bc9]:_0x2950(0x1c)}));const _0x50573f=await _0x236156[_0x2950(0xb6)](initiateOAuth,_0x439bc9,_0x56a14e);console[_0x2950(0x5b)](_0x2950(0xbc)+_0x439bc9+':',_0x50573f?_0x50573f['substring'](0x0,0x32)+_0x236156['RRWby']:_0x236156[_0x2950(0xbd)]),_0x50573f?_0x236156[_0x2950(0xbe)]!=='UDtWf'?(console[_0x2950(0x5b)](_0x2950(0xbf)+_0x439bc9),_0x236156['AGlzo'](_0x363970,_0x50573f),_0x2f51c8(!![])):_0x2557a2&&Animated[_0x2950(0x70)](Animated[_0x2950(0x71)]([Animated['timing'](_0xfad45e,{'toValue':0x1,'duration':0x3e8,'useNativeDriver':!![]}),Animated['timing'](_0x40e600,{'toValue':0x0,'duration':0x3e8,'useNativeDriver':!![]})]))['start']():(console['error'](_0x2950(0xaf)+_0x439bc9+_0x2950(0xb0)),_0x236156[_0x2950(0x3f)](_0x24aa96,_0x3a6a93=>({..._0x3a6a93,[_0x439bc9]:_0x2950(0x6c)})),_0x236156['HBWTN'](triggerHaptic,HapticType[_0x2950(0xb2)]));}}else{if(_0x236156[_0x2950(0xc0)](_0x236156[_0x2950(0xc1)],_0x236156[_0x2950(0xc2)])){await _0x4bfb4b(_0x439bc9);const _0x2c1342=new Set(_0x8aae93);_0x2c1342['delete'](_0x439bc9),_0x52eb0f(_0x2c1342),_0x236156[_0x2950(0xa5)](_0x24aa96,_0x1bf7ee=>({..._0x1bf7ee,[_0x439bc9]:_0x2950(0xa7)})),_0x236156['NKKYy'](triggerHaptic,HapticType['BUTTON_PRESS']),await AsyncStorage[_0x2950(0xc3)]('@onairos:llm_connected:'+_0x439bc9);}else{const _0x623d4=new _0x2465c0(_0x37f97c);return _0x623d4[_0x2950(0xc4)](_0x2cc570),_0x623d4;}}}catch(_0x5d36b1){console['error'](_0x2950(0xc5)+_0x439bc9+':',_0x5d36b1),_0x236156[_0x2950(0xba)](_0x24aa96,_0x3f87fd=>({..._0x3f87fd,[_0x439bc9]:_0x2950(0x6c)})),_0x236156[_0x2950(0xc6)](triggerHaptic,HapticType['ERROR']);}},_0x49bd1b=async()=>{if(_0x236156['xvJWF'](_0x2950(0xc7),_0x236156[_0x2950(0xc8)])){if(_0x236156['HlyLP'](_0x27bdf5['length'],0x0)){const _0x400df5=_0x15662c[0x0]['id'];(!_0xe33eee||!_0x34a9b0[_0x2950(0x97)](_0x4b8152=>_0x4b8152['id']===_0x10e557))&&_0x236156[_0x2950(0xb7)](_0x3f5101,_0x400df5);}}else{_0x236156[_0x2950(0xb1)](triggerHaptic,HapticType[_0x2950(0xc9)]),_0x236156[_0x2950(0x8e)](_0x4b57aa,!![]);try{_0x236156['gKnEv']!=='SqcUs'?_0x236156[_0x2950(0x99)](_0x5a5a00):_0x236156[_0x2950(0xb7)](_0x4da6a9,!![]);}finally{_0x236156['uLTsa'](_0x4b57aa,![]);}}},_0x101480=()=>{triggerHaptic(HapticType['BUTTON_PRESS']),_0x180bfe&&_0x236156[_0x2950(0xca)](_0x180bfe);},_0x233527=async()=>{_0x236156[_0x2950(0x4c)](triggerHaptic,HapticType[_0x2950(0xc9)]),_0x236156[_0x2950(0xcb)](_0x590e65,!![]),await new Promise(_0x3e710e=>setTimeout(_0x3e710e,0x32));try{if(_0x2d8858)await _0x236156[_0x2950(0xcc)](_0x2d8858,_0x1291e8);else{if(_0x236156[_0x2950(0xcd)](_0x236156['Ziyiu'],_0x236156['Ziyiu'])){_0x4aff3e['error'](_0x236156[_0x2950(0x9d)]);return;}else await _0x31cb4a(Array[_0x2950(0xce)](_0x8aae93));}}finally{_0x590e65(![]);}},_0x519a6b=()=>{_0x236156[_0x2950(0xcf)](_0x236156[_0x2950(0xd0)],_0x236156[_0x2950(0xd0)])?(_0x46d131[_0x2950(0x6c)]('Error\x20toggling\x20platform\x20'+_0x549943+':',_0x2818ad),_0x236156['tSbfF'](_0x5917dc,_0x234f30=>({..._0x234f30,[_0xcac37c]:_0x2950(0x6c)})),_0x236156[_0x2950(0xb7)](_0x216c15,_0x225dcf['ERROR'])):(_0x236156[_0x2950(0xc6)](triggerHaptic,HapticType[_0x2950(0xc9)]),_0x236156[_0x2950(0x98)](_0xf6fa8c,![]));},_0x255543=async _0x3fde44=>{_0x236156[_0x2950(0xd1)](_0x236156[_0x2950(0xd2)],_0x236156[_0x2950(0xd2)])?_0x236156[_0x2950(0xd3)](_0x43317e):(_0x236156[_0x2950(0x8e)](_0x12ac31,_0x3fde44),_0x236156[_0x2950(0xc6)](setTemporaryPin,_0x3fde44),_0x236156[_0x2950(0xa5)](_0x4da6a9,![]),_0x236156[_0x2950(0xd4)](_0x41cfd4,!![]));},_0x32aa3e=()=>{_0x236156[_0x2950(0xb7)](_0x41cfd4,![]),_0x236156['faoNl'](_0xf6fa8c,!![]);},_0x7a208e=async _0x580fb5=>{const _0x14d1db={'ujziQ':function(_0x4a81bf,_0x4dd5a4){return _0x236156[_0x2950(0xb1)](_0x4a81bf,_0x4dd5a4);},'bpDEw':function(_0xfbe47,_0xf46f98){return _0x236156[_0x2950(0xcc)](_0xfbe47,_0xf46f98);}};if(_0xe9d7ce){if(_0x580fb5===_0x236156[_0x2950(0xd5)]||_0x236156[_0x2950(0xd6)](_0x580fb5,_0x2950(0x6c))){if(_0x236156['IAlYI'](_0x236156[_0x2950(0xd7)],_0x236156[_0x2950(0xd7)])){_0x236156[_0x2950(0xd8)](_0x327c18,_0xe9d7ce),_0x236156[_0x2950(0x4d)](_0x24aa96,_0x480375=>({..._0x480375,[_0xe9d7ce]:'connected'}));if(_0x236156[_0x2950(0xd9)](isLLMPlatform,_0xe9d7ce)){if(_0x236156[_0x2950(0xda)](_0x236156[_0x2950(0xdb)],_0x236156[_0x2950(0xdb)]))await AsyncStorage[_0x2950(0x6a)](_0x2950(0xdc)+_0xe9d7ce,JSON[_0x2950(0xdd)]({'connected':!![],'platform':_0xe9d7ce,'connectedAt':new Date()[_0x2950(0xde)]()})),console[_0x2950(0x5b)](_0x2950(0xdf)+_0xe9d7ce+_0x2950(0xe0));else{const _0xabe008=new _0x2fdd45(_0x3ca06a);_0xabe008[_0x2950(0xc4)](_0x329773),_0x14d1db[_0x2950(0xe1)](_0x3b6488,_0xabe008),_0x14d1db[_0x2950(0xe2)](_0x4beaab,_0xe7b01f=>({..._0xe7b01f,[_0x1c359b]:_0x2950(0xb8)})),_0x15813b(_0x4c8d26[_0x2950(0xb9)]);}}_0xe9d7ce[_0x2950(0xe3)]()===_0x236156[_0x2950(0x85)]&&(await AsyncStorage[_0x2950(0x6a)](_0x2950(0xe4),JSON[_0x2950(0xdd)]({'connected':!![],'platform':_0x236156[_0x2950(0x85)],'connectedAt':new Date()[_0x2950(0xde)]()})),console['log'](_0x2950(0xe5)));}else _0x2e5ad8[_0x2950(0x5b)]('🌐\x20[LLM]\x20Opening\x20'+_0x1e2a7d+'\x20URL:',_0x4edf2b),_0x236156[_0x2950(0x4f)](_0x1fe4ae,_0x568c5d),_0x115c67(!![]);}else _0x24aa96(_0x5f2724=>({..._0x5f2724,[_0xe9d7ce]:'error'})),triggerHaptic(HapticType[_0x2950(0xb2)]);}_0x236156[_0x2950(0xe6)](_0x2f51c8,![]),_0x236156[_0x2950(0x43)](_0x363970,''),_0x230538('');};_0x236156[_0x2950(0xb6)](useEffect,()=>{const _0x1d9713={'BaCwl':function(_0x225983,_0xb49f00){return _0x225983(_0xb49f00);},'hUYOd':function(_0x2db416,_0x113f94){return _0x236156['QyqQB'](_0x2db416,_0x113f94);}};if(_0x236156[_0x2950(0xb3)](_0x2950(0x12),_0x236156[_0x2950(0xe7)]))_0x1d9713[_0x2950(0xe8)](_0x1b6a64,_0x49e70c=>({..._0x49e70c,[_0x58661a]:_0x2950(0x6c)})),_0x1d9713[_0x2950(0xe9)](_0x8a990f,_0xbe7ef1[_0x2950(0xb2)]);else{if(_0x236156[_0x2950(0x55)](_0x107007,!_0x5afdec)){const _0x2b18d6=setTimeout(()=>{_0x52eb0f(_0x4d2525=>{const _0x1a1428=new Set(_0x4d2525);return _0x1a1428['add'](_0x107007),_0x1a1428;}),_0x236156[_0x2950(0x3c)](triggerHaptic,HapticType[_0x2950(0xb9)]),console[_0x2950(0x5b)](_0x2950(0xea)+_0x107007),_0x327c18(null);},0x12c);return()=>clearTimeout(_0x2b18d6);}}},[_0x107007,_0x5afdec]);const _0x1b0bf7=()=>{if(_0x236156['Qqccf'](_0x2950(0xeb),'PwkRr')){const _0x34ebca=_0x41eea8[0x0]['id'];(!_0x50515f||!_0x36906b[_0x2950(0x97)](_0x3d06e9=>_0x3d06e9['id']===_0x4a51ec))&&_0x179820(_0x34ebca);}else _0x236156[_0x2950(0x4f)](_0x2f51c8,![]),_0x363970(''),_0xe9d7ce&&_0x236156[_0x2950(0xec)](_0x24aa96,_0xe33d9b=>({..._0xe33d9b,[_0xe9d7ce]:_0x2950(0xa7)})),_0x236156[_0x2950(0xc6)](_0x230538,'');},_0xad2b62=()=>{if(_0x236156[_0x2950(0xed)]===_0x236156[_0x2950(0xee)]){const _0x2e3821={'YjwlK':function(_0x10c7d9,_0x2cb0cc){return _0x236156['kHnsi'](_0x10c7d9,_0x2cb0cc);}};if(_0x236156[_0x2950(0xef)](_0x496778,!_0x2c7d2f)){const _0x5b09c4=_0x236156[_0x2950(0x50)](_0xdd5011,()=>{_0x2e3821[_0x2950(0xf0)](_0x3aefe2,_0x2f941b=>{const _0x2edf65=new _0x19b112(_0x2f941b);return _0x2edf65[_0x2950(0xc4)](_0x1567aa),_0x2edf65;}),_0x1a70dc(_0x27544f[_0x2950(0xb9)]),_0x4e9995[_0x2950(0x5b)](_0x2950(0xea)+_0x1b80fc),_0x2e3821['YjwlK'](_0x16579c,null);},0x12c);return()=>_0x151f96(_0x5b09c4);}}else _0x236156['QyqQB'](_0x4da6a9,![]);},_0x435459=()=>{const _0x45c5cf={'wtWKU':function(_0x4e6aa,_0x4b66dd){return _0x236156['Dgymf'](_0x4e6aa,_0x4b66dd);}};_0x47bae0&&(_0x236156['TjFjX'](_0x236156[_0x2950(0xf1)],_0x236156['NYGvo'])?_0x236156[_0x2950(0xd3)](_0x47bae0):(_0x45c5cf['wtWKU'](_0x1ee63f,_0x36bf2d),_0x45c5cf[_0x2950(0xf2)](_0x2524c1,null)));},_0x40c684=()=>{const _0x4b6d7e={'sDDst':function(_0x112f9b){return _0x236156[_0x2950(0x99)](_0x112f9b);}};Animated[_0x2950(0x72)](_0x246945,{'toValue':0x1,'duration':0xfa0,'useNativeDriver':![]})[_0x2950(0x73)]();const _0x4fcc3b=_0x236156[_0x2950(0xb6)](setTimeout,()=>{triggerHaptic(HapticType[_0x2950(0xb9)]),Vibration['vibrate']([0x0,0x64,0x32,0x64]),_0x4b6d7e[_0x2950(0xf3)](_0x435459);},0xfa0);_0x236156[_0x2950(0xf4)](_0x171341,_0x4fcc3b);},_0x6ad803=()=>{if(_0x236156[_0x2950(0xf5)]('bzqal',_0x236156[_0x2950(0xf6)]))_0x1dbbae&&(clearTimeout(_0x1dbbae),_0x171341(null)),_0x246945['setValue'](0x0),Animated[_0x2950(0x72)](_0x246945,{'toValue':0x0,'duration':0xc8,'useNativeDriver':![]})[_0x2950(0x73)]();else return React[_0x2950(0xf7)](_0x197cfc,{'visible':_0x4e45f6,'onAccept':_0x51c7d9,'onDecline':_0x5a2e43,'connectedPlatforms':_0x53d750[_0x2950(0xce)](_0x31b15c),'onConnectMore':_0x3f6bd9,'loading':_0xd36dae});};_0x236156[_0x2950(0xb6)](useEffect,()=>{const _0x456d74={'vrfKN':function(_0x15d2ef,_0x46999f){return _0x236156[_0x2950(0xb7)](_0x15d2ef,_0x46999f);}};if(_0x236156['MCYWv'](_0x236156[_0x2950(0xf8)],_0x236156[_0x2950(0xf8)]))_0x236156[_0x2950(0x43)](_0x38178a,_0x8efdc4=>({..._0x8efdc4,[_0x53e9c8]:'disconnected'}));else return()=>{_0x1dbbae&&_0x456d74['vrfKN'](clearTimeout,_0x1dbbae);};},[_0x1dbbae]),_0x236156[_0x2950(0xf9)](useEffect,()=>{_0x236156[_0x2950(0xfa)](_0x5afdec,_0x5cd42b)&&console[_0x2950(0x5b)]('📊\x20[STATE]\x20WebView\x20state\x20changed\x20-\x20showOAuthWebView:\x20'+_0x5afdec+',\x20oauthUrl:\x20'+(_0x5cd42b?_0x236156[_0x2950(0xfb)]+_0x5cd42b['substring'](0x0,0x28)+_0x2950(0x0):_0x236156[_0x2950(0xbd)]));},[_0x5afdec,_0x5cd42b]);const _0xd1ee0f=Math[_0x2950(0xfc)](0x5,Math[_0x2950(0xfd)](0x1,_0x236156['YVUmO'](_0x8aae93['size'],0x1))),_0x425b93=0x50,_0x215145=0x46;if(_0x478e96)return React['createElement'](_0x4786a4,{'visible':_0x478e96,'onComplete':_0x255543,'onBack':_0xad2b62});if(_0x3f810f)return React[_0x2950(0xf7)](_0x39ee18,{'visible':_0x3f810f,'onComplete':_0x32aa3e});if(_0x236156['eggVk'](_0x5afdec,_0x5cd42b))return console[_0x2950(0x5b)](_0x2950(0xfe)+_0xe9d7ce+'\x20with\x20URL:\x20'+_0x5cd42b[_0x2950(0x5d)](0x0,0x3c)+_0x2950(0x9)),React['createElement'](OAuthWebView,{'url':_0x5cd42b,'platform':_0xe9d7ce,'onClose':_0x1b0bf7,'onSuccess':_0x7a208e,'onComplete':_0x1b0bf7,'username':_0x3354d1});const _0x3e8356=()=>{_0x236156[_0x2950(0xff)](_0x236156[_0x2950(0x100)],_0x2950(0x101))?Animated[_0x2950(0x70)](Animated[_0x2950(0x71)]([Animated[_0x2950(0x72)](_0x3f77d9,{'toValue':0x1,'duration':0x3e8,'useNativeDriver':!![]}),Animated['timing'](_0x42fada,{'toValue':0x0,'duration':0x3e8,'useNativeDriver':!![]})]))[_0x2950(0x73)]():(triggerHaptic(HapticType['BUTTON_PRESS']),_0x236156['esjzB'](_0xf6fa8c,![]));};if(_0x4b9b27){if(_0x236156['AzyJF'](_0x236156[_0x2950(0x102)],_0x236156['WATPx']))_0x49b97b(_0x1b837b=>({..._0x1b837b,[_0x4aa05c]:_0x2950(0x6c)})),_0x236156[_0x2950(0x103)](_0x39dea7,_0x3a1a1c[_0x2950(0xb2)]);else return React[_0x2950(0xf7)](_0x284934,{'visible':_0x4b9b27,'onAccept':_0x233527,'onDecline':_0x519a6b,'connectedPlatforms':Array['from'](_0x8aae93),'onConnectMore':_0x3e8356,'loading':_0x1cfc72});}return React[_0x2950(0xf7)](View,{'style':styles['container']},React[_0x2950(0xf7)](View,{'style':styles[_0x2950(0x104)]},React[_0x2950(0xf7)](Text,{'style':styles['title']},_0x236156[_0x2950(0x105)]),React[_0x2950(0xf7)](Text,{'style':styles['subtitle']},_0x2950(0x106))),React[_0x2950(0xf7)](View,{'style':styles['personaContainer']},React[_0x2950(0xf7)](_0x9ccd80,{'level':_0xd1ee0f,'style':styles['largePersona']}),React[_0x2950(0xf7)](ScrollView,{'ref':_0x37cd82,'horizontal':!![],'style':[styles[_0x2950(0x107)],{'bottom':_0x425b93}],'contentContainerStyle':[styles['platformIconsScrollContent'],_0x3c3cbc['length']<=0x4&&styles[_0x2950(0x108)]],'showsHorizontalScrollIndicator':![],'onScroll':_0x280731,'scrollEventThrottle':0x10,'decelerationRate':_0x2950(0x109),'scrollEnabled':_0x236156[_0x2950(0x10a)](_0x3c3cbc[_0x2950(0x96)],0x4)},_0x3c3cbc['map'](_0x2d8e39=>{if(_0x236156[_0x2950(0x10b)](_0x236156[_0x2950(0x10c)],_0x236156[_0x2950(0x10c)]))_0x5366cb[_0x2950(0x5b)](_0x2950(0xbf)+_0x2179fb),_0x236156['tSbfF'](_0x4383e6,_0x2227e2),_0x236156['NKyOL'](_0x272162,!![]);else{const _0x2d8123=_0x80a852===_0x2d8e39['id'],_0x3255e6=_0x8aae93[_0x2950(0x10d)](_0x2d8e39['id']),_0x3134f8=_0x58bb47[_0x2d8e39['id']]===_0x236156['IAbdy'];return React[_0x2950(0xf7)](TouchableOpacity,{'key':_0x2d8e39['id'],'style':[styles[_0x2950(0x10e)],_0x2d8123&&styles[_0x2950(0x10f)]],'onPress':()=>{if(_0x236156[_0x2950(0x110)](_0x236156[_0x2950(0x111)],_0x236156[_0x2950(0x112)]))return()=>{_0x75542e&&_0x1c329e(_0x18b056);};else _0x236156[_0x2950(0x113)](triggerHaptic,HapticType[_0x2950(0xc9)]),_0x236156[_0x2950(0x78)](_0x224d81,_0x2d8e39['id']);},'activeOpacity':0.7},React[_0x2950(0xf7)](Image,{'source':_0x2d8e39[_0x2950(0x114)],'style':[styles[_0x2950(0x115)],_0x2d8e39['id']===_0x236156[_0x2950(0x7a)]&&styles['youtubeIcon'],_0x236156['AzyJF'](_0x2d8e39['id'],_0x236156[_0x2950(0x80)])&&styles[_0x2950(0x116)],_0x236156[_0x2950(0xff)](_0x2d8e39['id'],_0x236156[_0x2950(0x87)])&&styles[_0x2950(0x117)],_0x236156[_0x2950(0xff)](_0x2d8e39['id'],_0x236156[_0x2950(0x89)])&&styles[_0x2950(0x118)],_0x236156['pKUBB'](_0x2d8e39['id'],_0x236156[_0x2950(0x8b)])&&styles['claudeIcon'],_0x236156['QaGOe'](_0x2d8e39['id'],_0x236156[_0x2950(0x91)])&&styles[_0x2950(0x119)]],'resizeMode':_0x236156[_0x2950(0x11a)]}),_0x3134f8&&React['createElement'](View,{'style':styles['connectingDot']}),_0x3255e6&&React[_0x2950(0xf7)](View,{'style':styles[_0x2950(0x11b)]}));}})),_0x236156[_0x2950(0x79)](_0x3c3cbc[_0x2950(0x96)],0x4)&&React[_0x2950(0xf7)](View,{'style':[styles['pageIndicatorContainer'],{'bottom':_0x215145}]},React[_0x2950(0xf7)](View,{'style':styles[_0x2950(0x11c)]},React['createElement'](View,{'style':[styles['scrollBarThumb'],{'left':_0x236156[_0x2950(0x11d)](_0x162afb,0x38)}]}))),_0xd2f8df&&_0x236156[_0x2950(0x11e)](_0x3c3cbc['length'],0x4)&&React[_0x2950(0xf7)](Animated[_0x2950(0x11f)],{'style':[styles[_0x2950(0x120)],{'transform':[{'translateX':_0xce4491[_0x2950(0x121)]({'inputRange':[0x0,0x1],'outputRange':[0x0,0x8]})}],'opacity':_0xce4491['interpolate']({'inputRange':[0x0,0x1],'outputRange':[0.5,0x1]})}]},React[_0x2950(0xf7)](Text,{'style':styles[_0x2950(0x122)]},'›'))),React[_0x2950(0xf7)](View,{'style':styles[_0x2950(0x123)]},_0x80a852&&((()=>{const _0x407d70=_0x3c3cbc['find'](_0x1412a3=>_0x1412a3['id']===_0x80a852);if(!_0x407d70)return null;const _0x37ad9e=_0x8aae93[_0x2950(0x10d)](_0x80a852),_0x4ad648=_0x58bb47[_0x80a852]===_0x236156[_0x2950(0x124)],_0x213d37=_0x236156['AzyJF'](_0x2c81a7,null)||_0x2c81a7===void 0x0?void 0x0:_0x2c81a7[_0x2950(0x125)](_0x80a852);return React[_0x2950(0xf7)](View,{'style':styles['platformCard']},React[_0x2950(0xf7)](View,{'style':styles[_0x2950(0x126)]},React[_0x2950(0xf7)](Text,{'style':styles[_0x2950(0x127)]},_0x407d70['name']),_0x213d37&&React['createElement'](View,{'style':styles['recommendedBadge']},React[_0x2950(0xf7)](Text,{'style':styles['recommendedBadgeText']},_0x236156[_0x2950(0x128)])),React['createElement'](TouchableOpacity,{'activeOpacity':0.8,'onPress':()=>!_0x4ad648&&_0x54b92f(_0x80a852,!_0x37ad9e),'disabled':_0x4ad648,'style':[styles[_0x2950(0x129)],{'backgroundColor':_0x37ad9e?_0x236156[_0x2950(0x12a)]:_0x236156['KSNWq']}]},React['createElement'](View,{'style':[styles[_0x2950(0x12b)],{'transform':[{'translateX':_0x37ad9e?0x14:0x0}]}]}))),React['createElement'](View,{'style':styles[_0x2950(0x12c)]},React[_0x2950(0xf7)](Text,{'style':styles[_0x2950(0x12d)]},_0x407d70[_0x2950(0x12e)])));})())),React['createElement'](View,{'style':styles['bottomButtonContainer']},React['createElement'](View,{'style':styles[_0x2950(0x12f)]},React[_0x2950(0xf7)](_0x8d89ce,{'label':_0x236156[_0x2950(0x130)],'onPress':_0x49bd1b,'disabled':loading||_0x236156[_0x2950(0x131)](_0x8aae93[_0x2950(0x132)],0x0)||_0x4a10f1||_0x322583,'loading':loading||_0x4a10f1||_0x322583}),React[_0x2950(0xf7)](TouchableOpacity,{'style':styles[_0x2950(0x133)],'activeOpacity':0x1,'onPressIn':_0x40c684,'onPressOut':_0x6ad803,'onPress':()=>{_0x236156[_0x2950(0x134)](_0x8aae93[_0x2950(0x132)],0x0)&&!loading&&!_0x4a10f1&&!_0x322583&&(_0x236156[_0x2950(0x10b)](_0x2950(0x27),_0x236156['DPCQb'])?_0x236156[_0x2950(0x135)](_0x5635da,![]):_0x236156[_0x2950(0x136)](_0x49bd1b));}},React[_0x2950(0xf7)](Animated[_0x2950(0x11f)],{'style':[styles['holdProgressBar'],{'width':_0x246945[_0x2950(0x121)]({'inputRange':[0x0,0x1],'outputRange':['0%',_0x236156[_0x2950(0x137)]]})}]}))),_0x180bfe&&React[_0x2950(0xf7)](TouchableOpacity,{'style':styles[_0x2950(0x138)],'onPress':_0x101480},React[_0x2950(0xf7)](Text,{'style':styles[_0x2950(0x139)]},_0x236156['NWvCB']))));},styles=StyleSheet[_0x2950(0x13a)]({'container':{'flex':0x1,'backgroundColor':COLORS[_0x2950(0x13b)],'paddingHorizontal':0x18},'headingContainer':{'width':_0x2950(0x3a),'marginBottom':SPACING['sm'],'paddingTop':0x8,'marginTop':0x8},'title':{'fontFamily':_0x2950(0x13c),'fontWeight':_0x2950(0x13d),'fontSize':0x18,'lineHeight':0x20,'color':COLORS[_0x2950(0x13e)],'textAlign':_0x2950(0x13f),'marginBottom':0x4},'subtitle':{'fontFamily':_0x2950(0x140),'fontWeight':_0x2950(0x141),'fontSize':0x10,'lineHeight':0x18,'color':COLORS['grey600'],'textAlign':'left'},'personaContainer':{'alignItems':_0x2950(0x142),'position':_0x2950(0x143),'marginTop':-0xa,'marginBottom':-0x50,'height':0x1c2},'largePersona':{'width':0x1f4,'height':0x1f4},'platformIconsOverlay':{'position':_0x2950(0x144),'width':_0x2950(0x3a),'height':0x46,'zIndex':0xa},'platformIconsScrollContent':{'flexDirection':_0x2950(0x145),'alignItems':_0x2950(0x142),'paddingHorizontal':0x14,'gap':0x18},'platformIconsCentered':{'flexGrow':0x1,'justifyContent':_0x2950(0x142)},'platformIconButton':{'width':0x34,'height':0x34,'borderRadius':0x1a,'backgroundColor':_0x2950(0x146),'justifyContent':_0x2950(0x142),'alignItems':_0x2950(0x142),'borderWidth':0x3,'borderColor':_0x2950(0x147),'shadowColor':_0x2950(0x148),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.15,'shadowRadius':0x4,'elevation':0x4},'platformIconButtonSelected':{'borderColor':_0x2950(0x149),'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':_0x2950(0x144),'top':0x2,'right':0x2,'width':0xc,'height':0xc,'borderRadius':0x6,'backgroundColor':'#FFA500','borderWidth':0x2,'borderColor':COLORS['surface']},'connectedDot':{'position':_0x2950(0x144),'top':0x2,'right':0x2,'width':0xc,'height':0xc,'borderRadius':0x6,'backgroundColor':'#10B981','borderWidth':0x2,'borderColor':COLORS[_0x2950(0x13b)]},'cardContainer':{'alignItems':_0x2950(0x142),'marginTop':0x20,'marginBottom':SPACING['md']},'platformCard':{'width':0x147,'backgroundColor':_0x2950(0x146),'borderRadius':0x10,'padding':0x8,'shadowColor':_0x2950(0x148),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.1,'shadowRadius':0x8,'elevation':0x3,'gap':0xa},'cardHeader':{'flexDirection':_0x2950(0x145),'alignItems':_0x2950(0x142),'justifyContent':'space-between'},'platformCardTitle':{'fontSize':0x10,'fontWeight':'600','color':COLORS[_0x2950(0x13e)],'fontFamily':_0x2950(0x13c)},'recommendedBadge':{'backgroundColor':_0x2950(0x14a),'paddingHorizontal':0xc,'paddingVertical':0x6,'borderRadius':0x10,'marginLeft':0x8},'recommendedBadgeText':{'fontSize':0xc,'fontWeight':_0x2950(0x14b),'color':_0x2950(0x14c),'fontFamily':_0x2950(0x13c)},'customToggleTrack':{'width':0x32,'height':0x1e,'borderRadius':0xf,'padding':0x2,'marginLeft':_0x2950(0x14d),'marginRight':0x8,'justifyContent':_0x2950(0x142)},'customToggleThumb':{'width':0x1a,'height':0x1a,'borderRadius':0xd,'backgroundColor':_0x2950(0x146),'shadowColor':_0x2950(0x148),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.2,'shadowRadius':0x2,'elevation':0x2},'descriptionContainer':{'backgroundColor':_0x2950(0x14e),'borderRadius':0x8,'padding':0x8},'platformCardDescription':{'fontSize':0xd,'lineHeight':0x12,'color':COLORS[_0x2950(0x14f)],'fontFamily':_0x2950(0x140)},'bottomButtonContainer':{'marginTop':'auto','paddingBottom':SPACING['xl'],'paddingHorizontal':SPACING['md']},'buttonWrapper':{'position':_0x2950(0x143)},'buttonOverlay':{'position':_0x2950(0x144),'top':0x0,'left':0x0,'right':0x0,'bottom':0x0,'borderRadius':0xc,'overflow':_0x2950(0x150)},'holdProgressBar':{'position':_0x2950(0x144),'bottom':0x0,'left':0x0,'height':0x4,'backgroundColor':_0x2950(0x25),'borderRadius':0x2},'skipButton':{'alignItems':_0x2950(0x142),'paddingVertical':0x10},'skipButtonText':{'fontSize':0x10,'fontFamily':'Inter','fontWeight':'500','color':COLORS[_0x2950(0x14f)]},'pageIndicatorContainer':{'position':_0x2950(0x144),'alignSelf':_0x2950(0x142),'zIndex':0xb},'scrollBarTrack':{'width':0x50,'height':0x4,'backgroundColor':COLORS[_0x2950(0x151)],'borderRadius':0x2,'position':_0x2950(0x143),'overflow':'hidden'},'scrollBarThumb':{'position':_0x2950(0x144),'width':0x18,'height':0x4,'backgroundColor':COLORS[_0x2950(0x14f)],'borderRadius':0x2,'left':0x0},'scrollIndicator':{'position':_0x2950(0x144),'bottom':0x3c,'right':0x1e,'zIndex':0xc},'scrollIndicatorText':{'fontSize':0x20,'color':COLORS[_0x2950(0x152)],'fontWeight':'bold'}});export default PlatformConnectorsStep;
|
|
1
|
+
|
|
2
|
+
// Onairos SDK - Asset Registry (auto-generated)
|
|
3
|
+
var __ONAIROS_REQ_REGISTRY__ = [
|
|
4
|
+
require('react-native')
|
|
5
|
+
];
|
|
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 _0x1b6dcf from'./PersonaImage';import _0x44726c from'./PrimaryButton';function _0x2457(){const _0x174a90=['Never\x20again','daily','weekly','Once\x20a\x20week','biweekly','Once\x20every\x20two\x20weeks','SFdpi','✅\x20[PLATFORMS]\x20Loaded\x20from\x20user_connected_platforms:','❌\x20[STORAGE]\x20Error\x20saving\x20to\x20user_connected_platforms:','IVOvn','🔄\x20[PLATFORMS]\x20Loading\x20connected\x20platforms\x20from\x20storage...','platform_account_details','DyjJS','cGPkb','✅\x20[PLATFORMS]\x20Loaded\x20from\x20platform_account_details:','grok','@onairos:linkedin_connected','ZKWzI','mYqja','✅\x20[PLATFORMS]\x20Loaded\x20LinkedIn\x20connection','VBMos','❌\x20[PLATFORMS]\x20Error\x20loading\x20connected\x20platforms\x20from\x20storage:','VybHN','KqxXW','nMYHj','onairos_username','DUfLH','auEpP','yBOzm','connecting','Highly\x20Recommended','#10B981','#9CA3AF','pfCpq','IBlfj','VpUps','linkedin','https://www.linkedin.com/login','kWABX','cAQBp','HLBeg','uVhnt','❌\x20[TOGGLE]\x20No\x20username\x20available\x20-\x20cannot\x20proceed\x20with\x20OAuth','akUKR','LFZRq','QasTM','OgyZt','TWaVh','❌\x20[STORAGE]\x20Error\x20removing\x20from\x20user_connected_platforms:','SqquF','SvgmV','Xdsus','xqAfF','qxreR','nJWfP','https://privacy.onairos.io/','eqCYJ','success','error','nFFaP','eqsdn','QhnUT','eCbrO','CIBdH','FBKmN','XpniJ','XDwMC','ThKVX','kPOcf','SET\x20(','zeHiT','gncLs','youtube','czxyK','Initializing...','Use\x20your\x20watch\x20history,\x20likes,\x20and\x20subscriptions\x20to\x20enrich\x20your\x20model.','reddit','Reddit','Use\x20your\x20posts\x20and\x20comments\x20to\x20enrich\x20your\x20model.','Pinterest','Use\x20your\x20pins,\x20boards,\x20and\x20interests\x20to\x20enrich\x20your\x20model.','LinkedIn','Use\x20your\x20professional\x20network\x20and\x20career\x20interests\x20to\x20enrich\x20your\x20model.','Gmail','ChatGPT','Use\x20your\x20ChatGPT\x20conversations\x20and\x20memories\x20to\x20enrich\x20your\x20model.','claude','Claude','Use\x20your\x20Claude\x20conversations\x20to\x20enrich\x20your\x20model.','Gemini','Use\x20your\x20Gemini\x20conversations\x20to\x20enrich\x20your\x20model.','Use\x20your\x20Grok\x20conversations\x20from\x20X\x20to\x20enrich\x20your\x20model.','Mshzq','BDcQc','Connect\x20platforms','More\x20connections,\x20smarter\x20personalization.','normal','Model\x20Refresh\x20Frequency','How\x20often\x20should\x20your\x20model\x20be\x20refreshed\x20with\x20platform\x20data?','Skip','Use\x20different\x20account','lAmek','FxthX','HYAyU','Value','current','fBlbZ','jGbVU','EYoJT','aZHJn','DPTlA','nlIJE','qTLLP','NLbPI','UCOpn','pvCoB','ODPwo','Xtgkp','YZyZi','dTfKH','BKTrd','lNTLz','xnwWM','pJTil','DPMVS','hHasW','yjUeW','ypBrb','EvFos','has','add','ttlmT','...)','RWDRW','LUDtm','EucXw','VMRRH','JPubj','LGEjr','krWAk','ycybR','MImcm','getItem','mtDsf','parse','isArray','IrQCb','Rasvb','dusTt','XZUIh','foesB','platform','pgHeJ','toLowerCase','includes','lzHtl','push','📊\x20[STATE]\x20WebView\x20state\x20changed\x20-\x20showOAuthWebView:\x20','FbbrY','EjWyY','substring','zxIDf','igeVf','log','Uzxjw','map','uONpN','wYLQD','khfyc','@onairos:llm_connected:','connected','OHkoF','aAfMK','tQTbt','✅\x20[PLATFORMS]\x20Loaded\x20LLM\x20platform:\x20','ypVVj','xoeUd','hXOlZ','hUZcJ','iJMEN','OkfzQ','forEach','BruDU','CUotB','from','mCKcc','NkDtq','pUdZK','UrayY','OlUNG','AkCjE','vwluT','cyVjP','VyLgF','eFhXQ','tGzQh','size','XeXUG','qVoQv','email','hMnmv','split','hwQVw','name','vrUro','random','setItem','❌\x20[TOGGLE]\x20OAuth\x20failed\x20for\x20','siIEc','kvmNn','ERROR','mobile_user_','floor','jIdad','user_','hXrar','loop','timing','start','hLLYD','nativeEvent','contentOffset','layoutMeasurement','width','swlPJ','UJUUf','kvnSK','KzUiJ','TLXsp','RJSdC','PBCjl','tgoRY','mIdlm','wiqmu','Ciryn','alxuA','mJTQo','jVAoo','DmZBn','Euqhd','gmail','fOggi','CoCaz','chatgpt','grleP','PDBkj','nKvlk','JZZNk','gemini','MpmBL','filter','aaJDo','tlSAs','length','ICCwa','find','HUsWj','wqfgs','BUTTON_PRESS','HPDoi','XhRsp','wPhtf','tptmb','createElement','platformCard','platformCardTitle','recommendedBadge','recommendedBadgeText','BtoFc','customToggleTrack','VmgoC','ojCpB','description','zOnIK','GVeLu','FJJog','nGapm','UEAkC','🔄\x20[TOGGLE]\x20Platform\x20toggle:\x20','\x20=\x20','cRtJO','ePhhE','\x22,\x20state:\x20\x22','trim','rOQNv','CUTaz','jCZGh','wsmgb','cSHHh','\x20login\x20and\x20export...','dTSxN','🌐\x20[LLM]\x20Opening\x20','\x20URL:','dhZmQ','❌\x20[LLM]\x20No\x20URL\x20configured\x20for\x20platform:\x20','esCnB','Mmjab','mmGJP','RXzYK','TGerU','hqWef','evkQZ','SUCCESS','otTFB','UONPj','🌐\x20[TOGGLE]\x20Starting\x20OAuth\x20flow\x20for\x20','...','🔗\x20[TOGGLE]\x20OAuth\x20URL\x20result\x20for\x20','NULL','✅\x20[TOGGLE]\x20Setting\x20WebView\x20state\x20-\x20showing\x20modal\x20for\x20','mjrJT','\x20-\x20no\x20URL\x20returned','yoDod','KTQMP','itqvw','delete','disconnected','CePDX','VVVSi','user_connected_platforms','stringify','✅\x20[STORAGE]\x20Removed\x20','\x20from\x20user_connected_platforms:','EiAqm','UeyAJ','rQPvs','removeItem','LvFVf','CgdbB','💼\x20[LINKEDIN]\x20Opening\x20WebView\x20for\x20LinkedIn\x20login...','ORBQr','CkRxu','uxNyP','bdJaA','EOpqE','Error\x20toggling\x20platform\x20','hMUKA','VxgWR','uGCLm','BvOYH','czkak','wWadC','myoeI','qRaeR','MlywB','zQNLL','PyBAE','ucyYr','dYOaR','@onairos:model_refresh_frequency','✅\x20[REFRESH]\x20Model\x20refresh\x20frequency\x20set\x20to:\x20','❌\x20[REFRESH]\x20Error\x20saving\x20refresh\x20frequency:','HubMy','aNIuv','wXIkE','Gctxy','Linking','ekBYK','KczdL','ZShhl','DPGTV','qNrNi','qMVOh','OqJro','stDgS','mpjII','uySUl','nPGQs','TCxTg','VfFkX','lnrVw','lDDcs','Aevtl','VktMN','✅\x20[STORAGE]\x20Added\x20','\x20to\x20user_connected_platforms:','✅\x20[LLM]\x20','wDhbr','VtBBp','QolYH','IohTE','aNpjP','xhePI','iSCiS','MzxRA','xNqps','✅\x20[PERSONA]\x20Applied\x20pending\x20connection:\x20','uVtMM','TiNdQ','fzqtm','Dgndv','UXUvf','VpzbS','xdSZS','gYKUt','FFXsU','YbZBz','Trrur','rEuqy','lfFJf','gxBHl','KmMJO','vibrate','bjmJb','Bpumw','lFwSh','KJlfP','hzjwm','HXylD','setValue','oCKnp','BQSxj','pZSbI','TrOrS','elARn','exbsI','RgHGM','yFUzq','sZiKl','GtzAn','Onxed','sTPCX','spTQA','DwTVn','WBuIE','eosYO','PqOvC','NRNGL','✅\x20[WEBVIEW]\x20Rendering\x20OAuthWebView\x20for\x20','\x20with\x20URL:\x20','qIqeX','MkoGi','FmWQG','GVZGr','container','headingContainer','EGRJP','eJiZz','personaContainer','platformIconsScrollContent','JCwjT','IGZtz','platformIconButton','platformIconButtonSelected','qMguQ','CoFzg','youtubeIcon','gmailIcon','ahhmr','Iauax','claudeIcon','rXnvx','connectingDot','connectedDot','sequence','pageIndicatorContainer','scrollBarTrack','scrollBarThumb','View','interpolate','scrollIndicatorText','cardContainer','cardHeader','descriptionContainer','platformCardDescription','refreshFrequencySection','refreshFrequencyTitle','PXDGI','refreshFrequencyDescription','JNwkq','refreshOptionsContainer','value','refreshOptionSelected','refreshRadio','refreshRadioSelected','refreshRadioInner','refreshOptionText','refreshOptionTextSelected','label','privacyLinkText','View\x20Privacy\x20Policy\x20→','bottomButtonContainer','buttonWrapper','Continue','bdaMb','buttonOverlay','NtQAY','VevQS','jpfNH','hfEVU','openURL','izIxv','skipButton','skipButtonText','logoutButton','logoutButtonText','mTYno','create','surface','IBM\x20Plex\x20Sans','700','grey800','Inter','400','grey600','left','center','relative','absolute','100%','row','#FFFFFF','transparent','#000','#FFA500','space-between','#EFF6FF','600','#2563EB','auto','#F9FAFB','#E5E7EB','#8B5CF6','#F5F3FF','#D1D5DB','grey700','#6D28D9','500','grey500','underline','grey300'];_0x2457=function(){return _0x174a90;};return _0x2457();}import _0x2d6eff from'./PersonalizationConsentScreen';import _0x13e07f from'./PinCreationScreen';function _0x1e46(_0x245777,_0x1e46aa){_0x245777=_0x245777-0x0;const _0x4ba1d8=_0x2457();let _0x494f51=_0x4ba1d8[_0x245777];return _0x494f51;}import _0x5b45aa from'./PersonaLoadingScreen';import{useConnections}from'../hooks/useConnections';import{getPlatformIcon}from'../services/connectedAccountsService';import{initiateOAuth,initiateNativeAuth,hasNativeSDK}from'../services/platformAuthService';import{OAuthWebView}from'./onboarding/OAuthWebView';import{isLLMPlatform,getLLMPlatformUrl,isLinkedInPlatform}from'../utils/webviewScripts';import{setTemporaryPin}from'../services/pinStorageUtils';import AsyncStorage from'@react-native-async-storage/async-storage';export const MODEL_REFRESH_OPTIONS=[{'value':'never','label':_0x1e46(0x0)},{'value':_0x1e46(0x1),'label':'Once\x20a\x20day'},{'value':_0x1e46(0x2),'label':_0x1e46(0x3)},{'value':_0x1e46(0x4),'label':_0x1e46(0x5)}];const PlatformConnectorsStep=({onUpdate:_0x56ed6a,onSkip:_0x15ee2a,loading:loading=![],onPinComplete:_0x45d765,onReviewerBypass:_0x56a82b,onLogout:_0x477bbc,allowedPlatforms:_0x519742,recommendedPlatforms:_0x217a80,initialConnectedPlatforms:_0x31972,onRefreshFrequencyChange:_0x429954,initialRefreshFrequency:initialRefreshFrequency='weekly'})=>{const _0x5e428c={'lNTLz':function(_0x2a2228,_0x4c21f0){return _0x2a2228(_0x4c21f0);},'xnwWM':function(_0x3940a0,_0x38f836){return _0x3940a0===_0x38f836;},'pJTil':_0x1e46(0x6),'DPMVS':function(_0x57cfb8,_0xe98a89){return _0x57cfb8>_0xe98a89;},'hHasW':'IFfNn','ReBfV':'xtfAU','LGEjr':function(_0x347a27,_0x10577e){return _0x347a27(_0x10577e);},'IrQCb':_0x1e46(0x7),'JPubj':_0x1e46(0x8),'krWAk':_0x1e46(0x9),'ycybR':'✅\x20[PLATFORMS]\x20Updated\x20connectedPlatforms\x20state\x20with:','MImcm':_0x1e46(0xa),'mtDsf':'user_connected_platforms','Rasvb':_0x1e46(0xb),'WaxdJ':_0x1e46(0xc),'OIlck':_0x1e46(0xd),'Uzxjw':_0x1e46(0xe),'wYLQD':'chatgpt','cupqI':'gemini','khfyc':_0x1e46(0xf),'OHkoF':function(_0x3b1154,_0x523b78){return _0x3b1154!==_0x523b78;},'aAfMK':'SStdd','ypVVj':_0x1e46(0x10),'xoeUd':_0x1e46(0x11),'hXOlZ':_0x1e46(0x12),'yoDod':_0x1e46(0x13),'iJMEN':_0x1e46(0x14),'VMRRH':function(_0x3d5cf2,_0x33b8ad){return _0x3d5cf2(_0x33b8ad);},'EucXw':_0x1e46(0x15),'pYzTL':function(_0x3a088c,_0x58eb93){return _0x3a088c+_0x58eb93;},'RWDRW':'NULL','LUDtm':_0x1e46(0x16),'Trrur':function(_0x5a77f8){return _0x5a77f8();},'IohTE':function(_0x44546c,_0x3f25eb){return _0x44546c(_0x3f25eb);},'AkCjE':'mVaGj','vwluT':_0x1e46(0x17),'cyVjP':_0x1e46(0x18),'VyLgF':_0x1e46(0x19),'eFhXQ':function(_0x4be2ba,_0x285146){return _0x4be2ba&&_0x285146;},'tGzQh':function(_0x3c35da,_0x3b06c1){return _0x3c35da===_0x3b06c1;},'flVFt':'wRKhN','qVoQv':_0x1e46(0x1a),'tptmb':function(_0x5024d1,_0x1ac295){return _0x5024d1===_0x1ac295;},'hMnmv':function(_0x4c2ba6,_0x479ec8){return _0x4c2ba6===_0x479ec8;},'hwQVw':function(_0x4dad7e,_0x7b43b3){return _0x4dad7e===_0x7b43b3;},'vrUro':function(_0x2d32a0,_0x403ca1){return _0x2d32a0*_0x403ca1;},'DPTlA':function(_0x132322,_0x23ee2c){return _0x132322(_0x23ee2c);},'hXrar':function(_0x33e2a8,_0x553b7a){return _0x33e2a8*_0x553b7a;},'FxthX':function(_0x40851a,_0x546bed){return _0x40851a(_0x546bed);},'jIdad':'Error\x20initializing\x20username:','NkDtq':function(_0x2b7782,_0xe74b70){return _0x2b7782===_0xe74b70;},'pUdZK':_0x1e46(0x1b),'UrayY':_0x1e46(0x1c),'hLLYD':function(_0x2c4506){return _0x2c4506();},'swlPJ':function(_0x4d29c5,_0x953d87){return _0x4d29c5-_0x953d87;},'UJUUf':function(_0x1dc23e,_0x50e788){return _0x1dc23e/_0x50e788;},'kvnSK':function(_0x715687,_0x46f0b6){return _0x715687(_0x46f0b6);},'KzUiJ':function(_0x58d4ae,_0x32782e){return _0x58d4ae>_0x32782e;},'HPDoi':function(_0x3e0ca2,_0x5fd9b3){return _0x3e0ca2===_0x5fd9b3;},'XhRsp':_0x1e46(0x1d),'wPhtf':function(_0x3992ce,_0x390dc2){return _0x3992ce===_0x390dc2;},'BtoFc':_0x1e46(0x1e),'VmgoC':_0x1e46(0x1f),'ojCpB':_0x1e46(0x20),'aaJDo':function(_0x5056a8,_0x402037){return _0x5056a8===_0x402037;},'tlSAs':_0x1e46(0x21),'ICCwa':_0x1e46(0x22),'HUsWj':'QUHMX','wqfgs':_0x1e46(0x23),'mJTQo':_0x1e46(0x24),'nlIJE':function(_0x344f7f,_0x4f5268){return _0x344f7f(_0x4f5268);},'FJJog':function(_0x5872dc,_0x42bdd6){return _0x5872dc(_0x42bdd6);},'dhZmQ':function(_0x4e3ec0,_0x5444d3){return _0x4e3ec0(_0x5444d3);},'zOnIK':function(_0x3fc2d9,_0x93e473){return _0x3fc2d9(_0x93e473);},'GVeLu':_0x1e46(0x25),'itqvw':function(_0x594ee7,_0x9e6f40){return _0x594ee7(_0x9e6f40);},'nGapm':function(_0x5674c2,_0x1e96e8){return _0x5674c2!==_0x1e96e8;},'UEAkC':_0x1e46(0x26),'cRtJO':function(_0x2eb2e4,_0x331204){return _0x2eb2e4!==_0x331204;},'ePhhE':_0x1e46(0x27),'sZiKl':function(_0x1572e2,_0x2b0248){return _0x1572e2||_0x2b0248;},'rOQNv':function(_0x122e60,_0x34066b){return _0x122e60!==_0x34066b;},'CUTaz':_0x1e46(0x28),'BVcBQ':_0x1e46(0x29),'jCZGh':_0x1e46(0x2a),'HYAyU':function(_0x284029,_0x28328f){return _0x284029(_0x28328f);},'dTSxN':function(_0xf41dd1,_0x368e0f){return _0xf41dd1(_0x368e0f);},'EYoJT':function(_0x41b756,_0x90f27a){return _0x41b756(_0x90f27a);},'esCnB':function(_0x2a81af,_0x5e01ed){return _0x2a81af(_0x5e01ed);},'Mmjab':function(_0x517e8a,_0x307ffb){return _0x517e8a(_0x307ffb);},'mmGJP':function(_0x3feb15,_0x5d58a3){return _0x3feb15(_0x5d58a3);},'aGHlT':function(_0xed50f2,_0x596be3){return _0xed50f2(_0x596be3);},'RXzYK':function(_0x463223,_0x4ab7eb){return _0x463223(_0x4ab7eb);},'BKTrd':function(_0x205dd9,_0x43bf79,_0x373394){return _0x205dd9(_0x43bf79,_0x373394);},'TGerU':function(_0x5eab1b,_0x2e11ed){return _0x5eab1b===_0x2e11ed;},'skWQu':_0x1e46(0x2b),'hqWef':function(_0x1b5652,_0x10d484){return _0x1b5652(_0x10d484);},'evkQZ':function(_0x1305d5,_0xb047a9){return _0x1305d5(_0xb047a9);},'TiNdQ':function(_0x2b4aae,_0x2876e5){return _0x2b4aae(_0x2876e5);},'otTFB':function(_0x558419,_0x1be9e0){return _0x558419===_0x1be9e0;},'UONPj':_0x1e46(0x2c),'iqxyr':function(_0x5bb582,_0x5976d7){return _0x5bb582(_0x5976d7);},'aNIuv':function(_0x2601b8,_0x1eab3b){return _0x2601b8(_0x1eab3b);},'mjrJT':function(_0x2708cc,_0x1a62f8){return _0x2708cc(_0x1a62f8);},'Xtgkp':function(_0xccc684,_0x340f2b){return _0xccc684(_0x340f2b);},'CePDX':'ufdrr','VVVSi':_0x1e46(0x2d),'EiAqm':_0x1e46(0x2e),'UeyAJ':_0x1e46(0x2f),'rQPvs':_0x1e46(0x30),'LvFVf':_0x1e46(0x31),'hMUKA':function(_0x23fe85,_0x13558e){return _0x23fe85(_0x13558e);},'VxgWR':_0x1e46(0x32),'uGCLm':_0x1e46(0x33),'BvOYH':function(_0x14cff0,_0x2906af){return _0x14cff0(_0x2906af);},'lAmek':function(_0x378e34,_0x12ae95){return _0x378e34(_0x12ae95);},'ajICG':function(_0x47e631,_0x2ac6bf){return _0x47e631===_0x2ac6bf;},'czkak':'KsOBZ','wWadC':function(_0x5e69c9,_0xed23b){return _0x5e69c9(_0xed23b);},'myoeI':function(_0x3eaeac,_0x1e717a){return _0x3eaeac(_0x1e717a);},'rEuqy':function(_0x2305d2,_0x595c2c){return _0x2305d2===_0x595c2c;},'qRaeR':_0x1e46(0x34),'MlywB':function(_0x14f932,_0x38e1b4){return _0x14f932(_0x38e1b4);},'zQNLL':function(_0x7130f3,_0x38ced5){return _0x7130f3(_0x38ced5);},'PyBAE':'ypJrH','HubMy':_0x1e46(0x35),'wXIkE':function(_0x3d7397,_0x29aae3){return _0x3d7397!==_0x29aae3;},'Gctxy':'HaMCh','QNzde':_0x1e46(0x36),'ekBYK':_0x1e46(0x37),'KczdL':'UbDNX','ZShhl':function(_0x58a3e5,_0x569eee){return _0x58a3e5(_0x569eee);},'qmqzN':function(_0x5b8f75,_0x3f29b6){return _0x5b8f75(_0x3f29b6);},'DPGTV':function(_0x169794,_0x4228f8){return _0x169794(_0x4228f8);},'qNrNi':function(_0x4740f3,_0x557075){return _0x4740f3(_0x557075);},'qMVOh':function(_0x3fbf02,_0x3a9c9a){return _0x3fbf02(_0x3a9c9a);},'OqJro':function(_0x1ac30e,_0x971e09){return _0x1ac30e(_0x971e09);},'stDgS':function(_0x4d5271,_0xb0f032){return _0x4d5271===_0xb0f032;},'mpjII':_0x1e46(0x38),'nPGQs':function(_0xc7f48e,_0xf33c9c){return _0xc7f48e===_0xf33c9c;},'TCxTg':_0x1e46(0x39),'VfFkX':function(_0x518c0c,_0x206d9b){return _0x518c0c!==_0x206d9b;},'lnrVw':_0x1e46(0x3a),'lDDcs':function(_0x4c7c1d,_0x3e01ba){return _0x4c7c1d===_0x3e01ba;},'Aevtl':_0x1e46(0x3b),'VktMN':function(_0x22a58d,_0x3af8f4){return _0x22a58d(_0x3af8f4);},'wDhbr':function(_0x501730,_0xd892c2){return _0x501730===_0xd892c2;},'VtBBp':function(_0x1b1158,_0x4c8e20){return _0x1b1158(_0x4c8e20);},'IGNBE':function(_0x3208e9,_0x394f6f){return _0x3208e9(_0x394f6f);},'aNpjP':function(_0x4e0ab4,_0x21bc0e){return _0x4e0ab4&&_0x21bc0e;},'xhePI':_0x1e46(0x3c),'UXUvf':function(_0x3ce917,_0x23ab69){return _0x3ce917(_0x23ab69);},'VpzbS':function(_0x4d59d2,_0x3ab00b){return _0x4d59d2(_0x3ab00b);},'uVtMM':'rVGKG','HNGQg':_0x1e46(0x3d),'sTPCX':function(_0xd38500,_0x176f0a){return _0xd38500(_0x176f0a);},'fzqtm':function(_0x2155b7,_0xecf499){return _0x2155b7!==_0xecf499;},'Dgndv':_0x1e46(0x3e),'aZHJn':function(_0x3d1225,_0x4c65b8){return _0x3d1225(_0x4c65b8);},'jGbVU':function(_0x23cd14,_0x352696){return _0x23cd14(_0x352696);},'gYKUt':function(_0x31c665,_0x55a976){return _0x31c665(_0x55a976);},'FFXsU':function(_0x154fbe,_0xf75574){return _0x154fbe===_0xf75574;},'ZeGeW':'WtJKf','YbZBz':_0x1e46(0x3f),'KmMJO':'Wermn','bjmJb':function(_0x299cda,_0x48413c){return _0x299cda(_0x48413c);},'Bpumw':function(_0x3de5bf,_0x4902ea){return _0x3de5bf===_0x4902ea;},'lFwSh':_0x1e46(0x40),'KJlfP':_0x1e46(0x41),'hzjwm':_0x1e46(0x42),'elARn':function(_0x32cf05,_0x17ffbc){return _0x32cf05!==_0x17ffbc;},'exbsI':_0x1e46(0x43),'pZSbI':function(_0x274ac8,_0x3063d3){return _0x274ac8===_0x3063d3;},'TrOrS':_0x1e46(0x44),'Onxed':function(_0x4837da,_0x108e80){return _0x4837da/_0x108e80;},'DwTVn':function(_0x2aedde,_0x2b236f){return _0x2aedde(_0x2b236f);},'WBuIE':function(_0xada575,_0x54850b){return _0xada575(_0x54850b);},'WAECj':'GtzAn','spTQA':_0x1e46(0x45),'MkoGi':function(_0x35045d,_0x4aa190){return _0x35045d(_0x4aa190);},'FmWQG':function(_0x99648c,_0x471cab){return _0x99648c(_0x471cab);},'GVZGr':function(_0x4db09c,_0x4822e3){return _0x4db09c(_0x4822e3);},'wZanb':function(_0x22a9e3,_0x35aa25){return _0x22a9e3(_0x35aa25);},'ayGwM':_0x1e46(0x46),'qMguQ':'KXWtq','CoFzg':function(_0x30d2bc,_0x2bc56e){return _0x30d2bc(_0x2bc56e);},'IGZtz':_0x1e46(0x47),'TLXsp':_0x1e46(0x48),'wiqmu':'pinterest','DmZBn':'gmail','ahhmr':function(_0x23f3de,_0x471350){return _0x23f3de===_0x471350;},'Iauax':function(_0x1a1fcf,_0x1fe9aa){return _0x1a1fcf===_0x1fe9aa;},'rXnvx':function(_0x392505,_0xfc72fd){return _0x392505===_0xfc72fd;},'VUxXt':'contain','NtQAY':_0x1e46(0x49),'VevQS':function(_0x3073ab,_0x1d7644){return _0x3073ab>_0x1d7644;},'jpfNH':function(_0x34f5ac,_0x3b08fc){return _0x34f5ac!==_0x3b08fc;},'hfEVU':'kifAv','pvCoB':function(_0x1071e2,_0x42dacc){return _0x1071e2(_0x42dacc);},'fBlbZ':function(_0x265996,_0x3c5794){return _0x265996(_0x3c5794);},'qTLLP':function(_0x4ee1bb,_0x1d0554){return _0x4ee1bb(_0x1d0554);},'NLbPI':_0x1e46(0x4a),'UCOpn':function(_0x5544e2,_0x52eec7){return _0x5544e2(_0x52eec7);},'ODPwo':function(_0x30d65e,_0x4b0506){return _0x30d65e(_0x4b0506);},'vQiWT':function(_0x5f0896,_0x11ba20){return _0x5f0896(_0x11ba20);},'YZyZi':function(_0x198ff7,_0x2d424e){return _0x198ff7(_0x2d424e);},'dTfKH':function(_0x4650ff,_0x1e2b17){return _0x4650ff(_0x1e2b17);},'RJSdC':'YouTube','fjtld':_0x1e46(0x4b),'PBCjl':_0x1e46(0x4c),'tgoRY':_0x1e46(0x4d),'mIdlm':_0x1e46(0x4e),'Ciryn':_0x1e46(0x4f),'alxuA':_0x1e46(0x50),'ypMLD':_0x1e46(0x51),'jVAoo':function(_0x1608b4,_0x187b5b){return _0x1608b4(_0x187b5b);},'BMqdI':_0x1e46(0x52),'Euqhd':_0x1e46(0x53),'fOggi':'Use\x20your\x20email\x20information\x20to\x20enrich\x20your\x20model.','CoCaz':_0x1e46(0x54),'grleP':_0x1e46(0x55),'PDBkj':_0x1e46(0x56),'kReQz':_0x1e46(0x57),'nKvlk':function(_0x51210c,_0x16dc99){return _0x51210c(_0x16dc99);},'HjaEH':_0x1e46(0x58),'JZZNk':_0x1e46(0x59),'MpmBL':_0x1e46(0x5a),'OxRHO':_0x1e46(0x5b),'QolYH':function(_0xe62cfa,_0x31fb07,_0x4f25d4){return _0xe62cfa(_0x31fb07,_0x4f25d4);},'eosYO':function(_0x51fe76,_0xbda24f){return _0x51fe76+_0xbda24f;},'PqOvC':function(_0x1d32c4,_0x49131e){return _0x1d32c4!==_0x49131e;},'NRNGL':_0x1e46(0x5c),'qIqeX':_0x1e46(0x5d),'EGRJP':_0x1e46(0x5e),'eJiZz':_0x1e46(0x5f),'JCwjT':_0x1e46(0x60),'PXDGI':_0x1e46(0x61),'JNwkq':_0x1e46(0x62),'bdaMb':function(_0x43b2f8,_0x54fe01){return _0x43b2f8||_0x54fe01;},'izIxv':'100%','BQXkm':_0x1e46(0x63),'mTYno':_0x1e46(0x64)},[_0x48fa92,_0x473cff]=_0x5e428c['qNrNi'](useState,()=>new Set(_0x31972||[])),[_0x523743,_0x56be6b]=_0x5e428c[_0x1e46(0x65)](useState,![]),[_0x45388b,_0x4f4d88]=useState(![]),[_0x2b62aa,_0x4837fa]=_0x5e428c['DwTVn'](useState,![]),[_0x580e5d,_0x16b267]=_0x5e428c['pvCoB'](useState,''),[_0x25ddaa,_0x1519ca]=_0x5e428c[_0x1e46(0x66)](useState,{}),[_0x324281,_0x52d3b2]=useState(![]),[_0x14a66e,_0x33905c]=_0x5e428c['WBuIE'](useState,''),[_0x48eace,_0x30b2d8]=_0x5e428c['DPTlA'](useState,''),[_0x2d7533,_0x51bfb2]=_0x5e428c[_0x1e46(0x65)](useState,null),[_0x3ff07e,_0x5a3834]=_0x5e428c[_0x1e46(0x67)](useState,0x0),_0x496824=useRef(new Animated[(_0x1e46(0x68))](0x0))[_0x1e46(0x69)],[_0x4028fb,_0x36c93c]=_0x5e428c[_0x1e46(0x6a)](useState,''),_0x267a77=_0x5e428c['mjrJT'](useRef,null),[_0x11beba,_0x57667c]=_0x5e428c[_0x1e46(0x6b)](useState,!![]),_0x260ddb=_0x5e428c[_0x1e46(0x6b)](useRef,new Animated[(_0x1e46(0x68))](0x0))['current'],[_0x13941a,_0x2cd4ea]=_0x5e428c[_0x1e46(0x6c)](useState,0x0),_0x447c5a=_0x5e428c[_0x1e46(0x6d)](useRef,0x0),[_0x4ec019,_0x2ec08e]=_0x5e428c[_0x1e46(0x6e)](useState,''),[_0x3e2f89,_0x1e415f]=_0x5e428c[_0x1e46(0x6f)](useState,0x0),[_0x4c53b7,_0x4b6c30]=_0x5e428c[_0x1e46(0x70)](useState,_0x5e428c[_0x1e46(0x71)]),[_0x2e7808,_0x9b9e5b]=useState(![]),[_0x15a9ba,_0x361b46]=_0x5e428c[_0x1e46(0x72)](useState,![]),[_0x11c4c8,_0x3901c4]=_0x5e428c[_0x1e46(0x73)](useState,null),[_0x4e0fda,_0x169342]=_0x5e428c['bjmJb'](useState,null),_0x3800fd=_0x5e428c[_0x1e46(0x74)](useRef,null),[_0x2fe3e2,_0xee413f]=useState(![]),[_0xe99ea1,_0x1a9a9d]=useState(''),[_0x1d6722,_0x2aca2]=_0x5e428c['vQiWT'](useState,null),[_0x33c7c8,_0x3ae4fa]=_0x5e428c[_0x1e46(0x75)](useState,![]),[_0x4e86e6,_0x1f31e1]=_0x5e428c[_0x1e46(0x75)](useState,![]),[_0x7d4592,_0x232523]=_0x5e428c[_0x1e46(0x76)](useState,null),[_0x2d54a2,_0x533507]=_0x5e428c[_0x1e46(0x77)](useState,initialRefreshFrequency),{connectPlatform:_0x2377c0,disconnectPlatform:_0xf18d93,isConnecting:_0x371deb}=useConnections(),_0x4e6988=null;_0x5e428c[_0x1e46(0x78)](useEffect,()=>{const _0xe10ae9={'yjUeW':function(_0x359b70,_0x31500f){return _0x5e428c[_0x1e46(0x79)](_0x359b70,_0x31500f);},'ttlmT':function(_0x17d25b,_0x4618a1){return _0x17d25b(_0x4618a1);},'AnARF':function(_0x3707c7,_0x372b17){return _0x5e428c[_0x1e46(0x79)](_0x3707c7,_0x372b17);},'ypBrb':function(_0xe772be,_0x2b9227){return _0x5e428c[_0x1e46(0x7a)](_0xe772be,_0x2b9227);},'EvFos':_0x5e428c[_0x1e46(0x7b)]};_0x31972&&_0x5e428c[_0x1e46(0x7c)](_0x31972['length'],0x0)&&(_0x5e428c[_0x1e46(0x7d)]===_0x5e428c['ReBfV']?(_0xe10ae9[_0x1e46(0x7e)](_0x32000c,_0x4bb202=>({..._0x4bb202,[_0x31d57f]:_0x1e46(0x3a)})),_0xe10ae9[_0x1e46(0x7e)](_0x409ade,_0x360bc2['ERROR'])):_0x5e428c['LGEjr'](_0x473cff,_0x5a59fb=>{if(_0xe10ae9[_0x1e46(0x7f)](_0xe10ae9[_0x1e46(0x80)],_0xe10ae9[_0x1e46(0x80)])){const _0x32802b=new Set(_0x5a59fb);let _0x57d9d7=![];return _0x31972['forEach'](_0x4601cb=>{!_0x32802b[_0x1e46(0x81)](_0x4601cb)&&(_0x32802b[_0x1e46(0x82)](_0x4601cb),_0x57d9d7=!![]);}),_0x57d9d7?_0x32802b:_0x5a59fb;}else _0xe10ae9[_0x1e46(0x83)](_0x16c63e,_0x22cac4),_0xe10ae9['AnARF'](_0x543931,null);}));},[_0x31972]),useEffect(()=>{const _0x27e30b={'dusTt':function(_0x348dbd,_0x2f5da9){return _0x5e428c['pYzTL'](_0x348dbd,_0x2f5da9);},'XZUIh':_0x1e46(0x45),'foesB':_0x1e46(0x84),'UkpqE':_0x5e428c[_0x1e46(0x85)],'pgHeJ':function(_0x19924c,_0x493546){return _0x5e428c[_0x1e46(0x7a)](_0x19924c,_0x493546);},'lzHtl':_0x5e428c[_0x1e46(0x86)],'tQTbt':_0x5e428c[_0x1e46(0x87)],'OkfzQ':function(_0x3b4d46,_0x243056){return _0x5e428c[_0x1e46(0x88)](_0x3b4d46,_0x243056);}},_0x3316cb=async()=>{const _0x33746b={'uONpN':_0x5e428c['IrQCb'],'hUZcJ':_0x5e428c[_0x1e46(0x89)],'mCKcc':function(_0x35f2c8,_0x32fa4f){return _0x5e428c[_0x1e46(0x8a)](_0x35f2c8,_0x32fa4f);},'BruDU':_0x5e428c[_0x1e46(0x8b)],'CUotB':_0x5e428c[_0x1e46(0x8c)]};try{console['log'](_0x5e428c[_0x1e46(0x8d)]);const _0x3de4ef=[],_0x1d4c67=await AsyncStorage[_0x1e46(0x8e)](_0x5e428c[_0x1e46(0x8f)]);if(_0x1d4c67){const _0x4ff5bc=JSON[_0x1e46(0x90)](_0x1d4c67);Array[_0x1e46(0x91)](_0x4ff5bc)&&(_0x3de4ef['push'](..._0x4ff5bc),console['log'](_0x5e428c[_0x1e46(0x92)],_0x4ff5bc));}const _0x34b546=await AsyncStorage[_0x1e46(0x8e)](_0x5e428c[_0x1e46(0x93)]);if(_0x34b546){const _0x58c148=JSON[_0x1e46(0x90)](_0x34b546);if(Array[_0x1e46(0x91)](_0x58c148)){if(_0x5e428c['WaxdJ']!==_0x5e428c['OIlck'])_0x58c148['forEach'](_0x278115=>{const _0x1a250c={'LaMeq':function(_0x75e2e7,_0x28eef5){return _0x75e2e7||_0x28eef5;},'FbbrY':function(_0x39b6e0,_0x789082){return _0x27e30b[_0x1e46(0x94)](_0x39b6e0,_0x789082);},'EjWyY':_0x27e30b[_0x1e46(0x95)],'zxIDf':_0x27e30b[_0x1e46(0x96)],'igeVf':_0x27e30b['UkpqE']};var _0x1bfa55;const _0x5acaf4=(_0x1bfa55=_0x278115[_0x1e46(0x97)])===null||_0x27e30b[_0x1e46(0x98)](_0x1bfa55,void 0x0)?void 0x0:_0x1bfa55[_0x1e46(0x99)]();_0x5acaf4&&!_0x3de4ef[_0x1e46(0x9a)](_0x5acaf4)&&(_0x27e30b[_0x1e46(0x98)](_0x27e30b['lzHtl'],_0x27e30b[_0x1e46(0x9b)])?_0x3de4ef[_0x1e46(0x9c)](_0x5acaf4):_0x1a250c['LaMeq'](_0x376083,_0x37fd49)&&_0x5813be['log'](_0x1e46(0x9d)+_0x10e054+',\x20oauthUrl:\x20'+(_0x186921?_0x1a250c[_0x1e46(0x9e)](_0x1a250c[_0x1e46(0x9f)],_0x52c274[_0x1e46(0xa0)](0x0,0x28))+_0x1a250c[_0x1e46(0xa1)]:_0x1a250c[_0x1e46(0xa2)])));}),console[_0x1e46(0xa3)](_0x5e428c[_0x1e46(0xa4)],_0x58c148[_0x1e46(0xa5)](_0x2d9b29=>_0x2d9b29[_0x1e46(0x97)]));else{const _0x304882=_0xaed6c7[_0x1e46(0x90)](_0x11e644);_0x1c3ae2['isArray'](_0x304882)&&(_0x3f4622[_0x1e46(0x9c)](..._0x304882),_0x5480bb['log'](_0x33746b[_0x1e46(0xa6)],_0x304882));}}}const _0x27bcfc=[_0x5e428c[_0x1e46(0xa7)],_0x1e46(0x56),_0x5e428c['cupqI'],_0x5e428c[_0x1e46(0xa8)]];for(const _0x41deae of _0x27bcfc){const _0x515226=await AsyncStorage['getItem'](_0x1e46(0xa9)+_0x41deae);if(_0x515226){const _0x2ec0d2=JSON[_0x1e46(0x90)](_0x515226);_0x2ec0d2[_0x1e46(0xaa)]&&!_0x3de4ef['includes'](_0x41deae)&&(_0x5e428c[_0x1e46(0xab)](_0x5e428c['aAfMK'],_0x5e428c[_0x1e46(0xac)])?_0x49a294[_0x1e46(0x3a)](_0x27e30b[_0x1e46(0xad)],_0x342a76):(_0x3de4ef[_0x1e46(0x9c)](_0x41deae),console[_0x1e46(0xa3)](_0x1e46(0xae)+_0x41deae)));}}const _0x1f7768=await AsyncStorage[_0x1e46(0x8e)](_0x5e428c[_0x1e46(0xaf)]);if(_0x1f7768){if(_0x5e428c[_0x1e46(0x7a)](_0x5e428c[_0x1e46(0xb0)],_0x5e428c[_0x1e46(0xb1)]))_0x4e0810[_0x1e46(0x3a)](_0x33746b[_0x1e46(0xb2)],_0x3df398);else{const _0x46bee4=JSON['parse'](_0x1f7768);_0x46bee4['connected']&&!_0x3de4ef[_0x1e46(0x9a)]('linkedin')&&(_0x3de4ef[_0x1e46(0x9c)](_0x1e46(0x24)),console['log'](_0x5e428c['yoDod']));}}_0x5e428c[_0x1e46(0x7c)](_0x3de4ef['length'],0x0)&&(_0x5e428c['OHkoF'](_0x5e428c[_0x1e46(0xb3)],_0x5e428c[_0x1e46(0xb3)])?_0x27e30b[_0x1e46(0xb4)](_0x1cc0dc,![]):_0x5e428c[_0x1e46(0x88)](_0x473cff,_0x500a84=>{const _0x1aa08d=new Set(_0x500a84);let _0x5525b5=![];return _0x3de4ef[_0x1e46(0xb5)](_0x3628d0=>{!_0x1aa08d[_0x1e46(0x81)](_0x3628d0)&&(_0x1aa08d[_0x1e46(0x82)](_0x3628d0),_0x5525b5=!![]);}),_0x5525b5&&(_0x33746b[_0x1e46(0xb6)]===_0x33746b[_0x1e46(0xb6)]?console[_0x1e46(0xa3)](_0x33746b[_0x1e46(0xb7)],Array[_0x1e46(0xb8)](_0x1aa08d)):_0x33746b[_0x1e46(0xb9)](_0x3998d3,![])),_0x5525b5?_0x1aa08d:_0x500a84;}));}catch(_0x2ebfb5){console['error'](_0x5e428c['EucXw'],_0x2ebfb5);}};_0x3316cb();},[]),_0x5e428c[_0x1e46(0x78)](useEffect,()=>{if(_0x5e428c[_0x1e46(0xba)](_0x5e428c[_0x1e46(0xbb)],_0x5e428c[_0x1e46(0xbc)]))_0x1ce7d8(![]);else{const _0x1df6bc=async()=>{const _0x4af0ce={'XeXUG':function(_0x2ecdfc){return _0x5e428c['Trrur'](_0x2ecdfc);},'siIEc':function(_0x3aae50,_0x4822ba){return _0x5e428c['IohTE'](_0x3aae50,_0x4822ba);},'kvmNn':function(_0x173075,_0x16740c){return _0x5e428c[_0x1e46(0x79)](_0x173075,_0x16740c);}};if(_0x1e46(0xbd)!==_0x5e428c[_0x1e46(0xbe)])try{if(_0x5e428c[_0x1e46(0xbf)]!==_0x5e428c[_0x1e46(0xc0)]){const _0x5e6010=await AsyncStorage[_0x1e46(0x8e)](_0x5e428c[_0x1e46(0xc1)]);if(_0x5e428c[_0x1e46(0xc2)](_0x5e6010,!_0x4ec019)){if(_0x5e428c[_0x1e46(0xc3)](_0x5e428c['flVFt'],_0x5e428c['flVFt'])){_0x5e428c[_0x1e46(0x8a)](_0x2ec08e,_0x5e6010);return;}else _0x50f3bd[_0x1e46(0xc4)]>0x0&&!_0x4658a4&&!_0x30f40a&&!_0x19f02f&&_0x4af0ce[_0x1e46(0xc5)](_0x2947d0);}if(_0x5e428c[_0x1e46(0xc2)](_0x4e6988,!_0x4ec019)){if(_0x5e428c[_0x1e46(0xc6)]===_0x5e428c[_0x1e46(0xc6)]){var _0x2fa7d3;const _0x151c4e=(_0x5e428c[_0x1e46(0x7a)](_0x4e6988,null)||_0x5e428c['tptmb'](_0x4e6988,void 0x0)||_0x5e428c['xnwWM'](_0x2fa7d3=_0x4e6988[_0x1e46(0xc7)],null)||_0x5e428c[_0x1e46(0xc8)](_0x2fa7d3,void 0x0)?void 0x0:_0x2fa7d3[_0x1e46(0xc9)]('@')[0x0])||(_0x5e428c[_0x1e46(0xca)](_0x4e6988,null)||_0x4e6988===void 0x0?void 0x0:_0x4e6988[_0x1e46(0xcb)])||'user_'+Math['floor'](_0x5e428c[_0x1e46(0xcc)](Math[_0x1e46(0xcd)](),0x2710));_0x5e428c[_0x1e46(0x6e)](_0x2ec08e,_0x151c4e),await AsyncStorage[_0x1e46(0xce)](_0x5e428c[_0x1e46(0xc1)],_0x151c4e);return;}else _0x2486de[_0x1e46(0x3a)](_0x1e46(0xcf)+_0x811342+'\x20-\x20no\x20URL\x20returned'),_0x4af0ce[_0x1e46(0xd0)](_0x349cb7,_0x73eccf=>({..._0x73eccf,[_0x4af0ee]:'error'})),_0x4af0ce[_0x1e46(0xd1)](_0x169306,_0x3ad239[_0x1e46(0xd2)]);}if(!_0x4ec019){const _0x47ef48=_0x1e46(0xd3)+Math[_0x1e46(0xd4)](_0x5e428c['hXrar'](Math[_0x1e46(0xcd)](),0x2710));_0x5e428c[_0x1e46(0x66)](_0x2ec08e,_0x47ef48),await AsyncStorage[_0x1e46(0xce)](_0x5e428c[_0x1e46(0xc1)],_0x47ef48);}}else _0xeffd20();}catch(_0x4aa26b){console[_0x1e46(0x3a)](_0x5e428c[_0x1e46(0xd5)],_0x4aa26b);const _0x40d53e=_0x1e46(0xd6)+Math[_0x1e46(0xd4)](_0x5e428c[_0x1e46(0xd7)](Math[_0x1e46(0xcd)](),0x2710));_0x5e428c[_0x1e46(0x79)](_0x2ec08e,_0x40d53e);}else _0x25efee&&Animated[_0x1e46(0xd8)](Animated['sequence']([Animated[_0x1e46(0xd9)](_0x3c06ee,{'toValue':0x1,'duration':0x3e8,'useNativeDriver':!![]}),Animated[_0x1e46(0xd9)](_0x1954e9,{'toValue':0x0,'duration':0x3e8,'useNativeDriver':!![]})]))[_0x1e46(0xda)]();};_0x5e428c[_0x1e46(0xdb)](_0x1df6bc);}},[_0x4e6988,_0x4ec019]),_0x5e428c[_0x1e46(0x78)](useEffect,()=>{_0x11beba&&Animated['loop'](Animated['sequence']([Animated[_0x1e46(0xd9)](_0x260ddb,{'toValue':0x1,'duration':0x3e8,'useNativeDriver':!![]}),Animated['timing'](_0x260ddb,{'toValue':0x0,'duration':0x3e8,'useNativeDriver':!![]})]))[_0x1e46(0xda)]();},[_0x11beba]);const _0x149c6a=_0x5e428c[_0x1e46(0x78)](useCallback,_0x33fddc=>{const _0x343f00=_0x33fddc[_0x1e46(0xdc)][_0x1e46(0xdd)]['x'],_0x3bb462=_0x33fddc['nativeEvent'][_0x1e46(0xde)][_0x1e46(0xdf)],_0x2cf9f0=_0x33fddc[_0x1e46(0xdc)]['contentSize'][_0x1e46(0xdf)];_0x447c5a[_0x1e46(0x69)]=_0x343f00;const _0x2bce73=_0x5e428c[_0x1e46(0xe0)](_0x2cf9f0,_0x3bb462),_0x12e733=_0x5e428c[_0x1e46(0x7c)](_0x2bce73,0x0)?_0x5e428c[_0x1e46(0xe1)](_0x343f00,_0x2bce73):0x0;_0x5e428c[_0x1e46(0xe2)](_0x2cd4ea,_0x12e733),_0x5e428c[_0x1e46(0xe3)](_0x343f00,0xa)&&_0x11beba&&_0x5e428c['LGEjr'](_0x57667c,![]);},[_0x11beba]),_0x4301fe=[{'id':_0x5e428c[_0x1e46(0xe4)],'name':_0x5e428c[_0x1e46(0xe5)],'icon':getPlatformIcon(_0x5e428c['TLXsp']),'description':_0x5e428c['fjtld'],'isChatPlatform':![]},{'id':_0x5e428c[_0x1e46(0xe6)],'name':_0x5e428c[_0x1e46(0xe7)],'icon':_0x5e428c[_0x1e46(0x6d)](getPlatformIcon,_0x1e46(0x4c)),'description':_0x5e428c[_0x1e46(0xe8)],'isChatPlatform':![]},{'id':_0x5e428c[_0x1e46(0xe9)],'name':_0x5e428c[_0x1e46(0xea)],'icon':getPlatformIcon('pinterest'),'description':_0x5e428c[_0x1e46(0xeb)],'isChatPlatform':![]},{'id':_0x5e428c[_0x1e46(0xec)],'name':_0x5e428c['ypMLD'],'icon':_0x5e428c[_0x1e46(0xed)](getPlatformIcon,_0x5e428c['mJTQo']),'description':_0x5e428c['BMqdI'],'isChatPlatform':![]},{'id':_0x5e428c[_0x1e46(0xee)],'name':_0x5e428c[_0x1e46(0xef)],'icon':_0x5e428c[_0x1e46(0x6c)](getPlatformIcon,_0x1e46(0xf0)),'description':_0x5e428c[_0x1e46(0xf1)],'isChatPlatform':![]},{'id':_0x5e428c[_0x1e46(0xa7)],'name':_0x5e428c[_0x1e46(0xf2)],'icon':getPlatformIcon(_0x1e46(0xf3)),'description':_0x5e428c[_0x1e46(0xf4)],'isChatPlatform':!![]},{'id':_0x5e428c[_0x1e46(0xf5)],'name':_0x5e428c['kReQz'],'icon':_0x5e428c[_0x1e46(0xf6)](getPlatformIcon,_0x5e428c[_0x1e46(0xf5)]),'description':_0x5e428c['HjaEH'],'isChatPlatform':!![]},{'id':_0x5e428c['cupqI'],'name':_0x5e428c[_0x1e46(0xf7)],'icon':_0x5e428c['myoeI'](getPlatformIcon,_0x1e46(0xf8)),'description':_0x5e428c[_0x1e46(0xf9)],'isChatPlatform':!![]},{'id':_0x5e428c[_0x1e46(0xa8)],'name':'Grok','icon':getPlatformIcon(_0x5e428c[_0x1e46(0xa8)]),'description':_0x5e428c['OxRHO'],'isChatPlatform':!![]}],_0x477df2=_0x519742?_0x519742['map'](_0x555a1e=>_0x4301fe['find'](_0x18fac4=>_0x18fac4['id']===_0x555a1e))[_0x1e46(0xfa)](_0x45f366=>_0x45f366!==undefined):_0x4301fe;_0x5e428c[_0x1e46(0x78)](useEffect,()=>{const _0xaeca2={'EkWFy':function(_0x229912,_0x159698){return _0x229912(_0x159698);}};if(_0x5e428c[_0x1e46(0xfb)](_0x5e428c[_0x1e46(0xfc)],_0x5e428c[_0x1e46(0xfc)])){if(_0x5e428c['KzUiJ'](_0x477df2[_0x1e46(0xfd)],0x0)){if(_0x5e428c[_0x1e46(0xab)](_0x5e428c[_0x1e46(0xfe)],'IBlfj')){const _0x5609d1=new _0x24a0af(_0x28ceb4);let _0x118a72=![];return _0x19202f[_0x1e46(0xb5)](_0x4214d3=>{!_0x5609d1['has'](_0x4214d3)&&(_0x5609d1['add'](_0x4214d3),_0x118a72=!![]);}),_0x118a72&&_0x474bd6[_0x1e46(0xa3)](_0x5e428c[_0x1e46(0x8c)],_0x364a05[_0x1e46(0xb8)](_0x5609d1)),_0x118a72?_0x5609d1:_0x1ad798;}else{const _0x4aa20d=_0x477df2[0x0]['id'];(!_0x4028fb||!_0x477df2[_0x1e46(0xff)](_0x5cb6f6=>_0x5cb6f6['id']===_0x4028fb))&&(_0x5e428c[_0x1e46(0xab)](_0x5e428c[_0x1e46(0x100)],_0x5e428c[_0x1e46(0x101)])?_0x5e428c['lNTLz'](_0x36c93c,_0x4aa20d):(_0xaeca2['EkWFy'](_0x37a75a,_0x6fa42a[_0x1e46(0x102)]),_0x1aee6a(_0x86f614['id'])));}}}else{const _0x2fda50=_0x3f1bfc[_0x1e46(0xff)](_0x34324a=>_0x34324a['id']===_0x434d81);if(!_0x2fda50)return null;const _0x235c91=_0x55115d[_0x1e46(0x81)](_0xc90664),_0x23f3f8=_0x5e428c[_0x1e46(0x103)](_0x4865c3[_0x1e9a96],_0x5e428c[_0x1e46(0x104)]),_0x40d42d=_0x5e428c[_0x1e46(0x105)](_0x597a47,null)||_0x5e428c[_0x1e46(0x106)](_0x258461,void 0x0)?void 0x0:_0xd143f7[_0x1e46(0x9a)](_0x412a4f);return React[_0x1e46(0x107)](View,{'style':_0x2277bb[_0x1e46(0x108)]},React['createElement'](View,{'style':_0x54929a['cardHeader']},React[_0x1e46(0x107)](Text,{'style':_0x4fba[_0x1e46(0x109)]},_0x2fda50[_0x1e46(0xcb)]),_0x40d42d&&React['createElement'](View,{'style':_0x36d959[_0x1e46(0x10a)]},React['createElement'](Text,{'style':_0x1287ad[_0x1e46(0x10b)]},_0x5e428c[_0x1e46(0x10c)])),React[_0x1e46(0x107)](TouchableOpacity,{'activeOpacity':0.8,'onPress':()=>!_0x23f3f8&&_0x2e3375(_0x518a21,!_0x235c91),'disabled':_0x23f3f8,'style':[_0x1e0645[_0x1e46(0x10d)],{'backgroundColor':_0x235c91?_0x5e428c[_0x1e46(0x10e)]:_0x5e428c[_0x1e46(0x10f)]}]},React[_0x1e46(0x107)](View,{'style':[_0x26167b['customToggleThumb'],{'transform':[{'translateX':_0x235c91?0x14:0x0}]}]}))),React['createElement'](View,{'style':_0x52c6d2['descriptionContainer']},React[_0x1e46(0x107)](Text,{'style':_0x4abcf3['platformCardDescription']},_0x2fda50[_0x1e46(0x110)])));}},[_0x519742,_0x477df2[_0x1e46(0xfd)]]);const _0x2dea73=async(_0x2d6f26,_0x412930)=>{const _0x5971c8={'wsmgb':function(_0x500669,_0x72eb66){return _0x500669===_0x72eb66;},'CgdbB':function(_0x726507,_0x37575f){return _0x5e428c[_0x1e46(0x111)](_0x726507,_0x37575f);},'CkRxu':function(_0x3b4281,_0x2cf663){return _0x3b4281(_0x2cf663);},'ORBQr':function(_0x2f8449,_0x24c65c){return _0x2f8449(_0x24c65c);},'uxNyP':_0x5e428c[_0x1e46(0x112)],'bdJaA':function(_0x5ad58d,_0x23c73a){return _0x5e428c[_0x1e46(0x113)](_0x5ad58d,_0x23c73a);},'EOpqE':function(_0x4a153d,_0x29d30c){return _0x5e428c['itqvw'](_0x4a153d,_0x29d30c);}};if(_0x5e428c[_0x1e46(0x114)](_0x5e428c[_0x1e46(0x115)],'NthkJ')){triggerHaptic(HapticType[_0x1e46(0x102)]),console[_0x1e46(0xa3)](_0x1e46(0x116)+_0x2d6f26+_0x1e46(0x117)+_0x412930);try{if(_0x5e428c[_0x1e46(0x118)](_0x5e428c['ePhhE'],_0x5e428c[_0x1e46(0x119)]))_0x164512(_0x39f495);else{if(_0x412930){const _0x30a891=await AsyncStorage[_0x1e46(0x8e)](_0x1e46(0x19)),_0x40d72e=_0x5e428c['sZiKl'](_0x30a891,_0x4ec019);console['log']('👤\x20[TOGGLE]\x20Username\x20check\x20-\x20stored:\x20\x22'+_0x30a891+_0x1e46(0x11a)+_0x4ec019+'\x22,\x20valid:\x20\x22'+_0x40d72e+'\x22');if(!_0x40d72e||_0x5e428c[_0x1e46(0xba)](_0x40d72e[_0x1e46(0x11b)](),'')){if(_0x5e428c[_0x1e46(0x11c)](_0x5e428c[_0x1e46(0x11d)],_0x5e428c['BVcBQ'])){console[_0x1e46(0x3a)](_0x5e428c[_0x1e46(0x11e)]);return;}else{const _0x2acbe8={'cSHHh':function(_0x58bb4d,_0x46f941){return _0x5971c8[_0x1e46(0x11f)](_0x58bb4d,_0x46f941);}},_0x23abc2=_0x2a796f[_0x1e46(0x90)](_0x3a5e9f);_0xd0b350['isArray'](_0x23abc2)&&(_0x23abc2['forEach'](_0x5579eb=>{var _0x213735;const _0x4c8481=_0x2acbe8[_0x1e46(0x120)](_0x213735=_0x5579eb[_0x1e46(0x97)],null)||_0x213735===void 0x0?void 0x0:_0x213735[_0x1e46(0x99)]();_0x4c8481&&!_0x1d9d22[_0x1e46(0x9a)](_0x4c8481)&&_0x1862d8[_0x1e46(0x9c)](_0x4c8481);}),_0x1774a6[_0x1e46(0xa3)]('✅\x20[PLATFORMS]\x20Loaded\x20from\x20platform_account_details:',_0x23abc2[_0x1e46(0xa5)](_0x570cda=>_0x570cda[_0x1e46(0x97)])));}}const _0x40b054=_0x4301fe[_0x1e46(0xff)](_0x49ffe7=>_0x49ffe7['id']===_0x2d6f26),_0x4edf5=(_0x5e428c['HPDoi'](_0x40b054,null)||_0x40b054===void 0x0?void 0x0:_0x40b054['isChatPlatform'])||_0x5e428c[_0x1e46(0x67)](isLLMPlatform,_0x2d6f26);if(_0x4edf5){console[_0x1e46(0xa3)]('🤖\x20[LLM]\x20Opening\x20WebView\x20for\x20'+_0x2d6f26+_0x1e46(0x121)),_0x5e428c['dTSxN'](_0x30b2d8,_0x2d6f26),_0x1519ca(_0x3c95e0=>({..._0x3c95e0,[_0x2d6f26]:_0x1e46(0x1d)}));const _0x59f6c0=_0x5e428c[_0x1e46(0x122)](getLLMPlatformUrl,_0x2d6f26);_0x59f6c0?(console[_0x1e46(0xa3)](_0x1e46(0x123)+_0x2d6f26+_0x1e46(0x124),_0x59f6c0),_0x5e428c[_0x1e46(0x125)](_0x33905c,_0x59f6c0),_0x5e428c[_0x1e46(0x6c)](_0x52d3b2,!![])):(console['error'](_0x1e46(0x126)+_0x2d6f26),_0x5e428c[_0x1e46(0x127)](_0x1519ca,_0xa7c336=>({..._0xa7c336,[_0x2d6f26]:_0x1e46(0x3a)})),_0x5e428c[_0x1e46(0x79)](triggerHaptic,HapticType['ERROR']));return;}if(_0x5e428c[_0x1e46(0x128)](isLinkedInPlatform,_0x2d6f26)){console[_0x1e46(0xa3)]('💼\x20[LINKEDIN]\x20Opening\x20WebView\x20for\x20LinkedIn\x20login...'),_0x30b2d8(_0x2d6f26),_0x5e428c[_0x1e46(0x6f)](_0x1519ca,_0x2fd127=>({..._0x2fd127,[_0x2d6f26]:_0x1e46(0x1d)}));const _0x3ae933=_0x5e428c[_0x1e46(0x112)];console[_0x1e46(0xa3)]('🌐\x20[LINKEDIN]\x20Opening\x20LinkedIn\x20URL:',_0x3ae933),_0x5e428c[_0x1e46(0x122)](_0x33905c,_0x3ae933),_0x5e428c[_0x1e46(0x129)](_0x52d3b2,!![]);return;}if(_0x5e428c['aGHlT'](hasNativeSDK,_0x2d6f26)){_0x5e428c[_0x1e46(0x12a)](_0x30b2d8,_0x2d6f26),_0x1519ca(_0x7952a2=>({..._0x7952a2,[_0x2d6f26]:_0x1e46(0x1d)}));const _0x3ee4c9=await _0x5e428c[_0x1e46(0x78)](initiateNativeAuth,_0x2d6f26,_0x40d72e);if(_0x3ee4c9){if(_0x5e428c[_0x1e46(0x12b)]('yGvhD',_0x5e428c['skWQu'])){const _0x50be8c=new _0x7516fe(_0x5867e1);let _0x308038=![];return _0x31326e[_0x1e46(0xb5)](_0x1df6b8=>{!_0x50be8c[_0x1e46(0x81)](_0x1df6b8)&&(_0x50be8c[_0x1e46(0x82)](_0x1df6b8),_0x308038=!![]);}),_0x308038?_0x50be8c:_0x119359;}else{const _0x5790dc=new Set(_0x48fa92);_0x5790dc[_0x1e46(0x82)](_0x2d6f26),_0x5e428c[_0x1e46(0x12c)](_0x473cff,_0x5790dc),_0x5e428c[_0x1e46(0x125)](_0x1519ca,_0x16554a=>({..._0x16554a,[_0x2d6f26]:_0x1e46(0xaa)})),_0x5e428c[_0x1e46(0x12d)](triggerHaptic,HapticType[_0x1e46(0x12e)]);}}else _0x5e428c[_0x1e46(0x127)](_0x1519ca,_0x437f14=>({..._0x437f14,[_0x2d6f26]:_0x1e46(0x3a)})),_0x5e428c['TiNdQ'](triggerHaptic,HapticType[_0x1e46(0xd2)]);}else{if(_0x5e428c[_0x1e46(0x12f)]('LFZRq',_0x5e428c[_0x1e46(0x130)])){console[_0x1e46(0xa3)](_0x1e46(0x131)+_0x2d6f26+_0x1e46(0x132)),_0x5e428c['iqxyr'](_0x30b2d8,_0x2d6f26),_0x5e428c['aNIuv'](_0x1519ca,_0x14acd5=>({..._0x14acd5,[_0x2d6f26]:_0x1e46(0x1d)}));const _0x4ea72f=await initiateOAuth(_0x2d6f26,_0x40d72e);console[_0x1e46(0xa3)](_0x1e46(0x133)+_0x2d6f26+':',_0x4ea72f?_0x4ea72f[_0x1e46(0xa0)](0x0,0x32)+_0x1e46(0x132):_0x1e46(0x134)),_0x4ea72f?(console[_0x1e46(0xa3)](_0x1e46(0x135)+_0x2d6f26),_0x5e428c[_0x1e46(0x66)](_0x33905c,_0x4ea72f),_0x5e428c[_0x1e46(0x136)](_0x52d3b2,!![])):(console[_0x1e46(0x3a)]('❌\x20[TOGGLE]\x20OAuth\x20failed\x20for\x20'+_0x2d6f26+_0x1e46(0x137)),_0x5e428c[_0x1e46(0x79)](_0x1519ca,_0x372886=>({..._0x372886,[_0x2d6f26]:_0x1e46(0x3a)})),triggerHaptic(HapticType[_0x1e46(0xd2)]));}else{const _0x52452f=_0x23d6e1[_0x1e46(0x90)](_0x1203cc);_0x52452f[_0x1e46(0xaa)]&&!_0xf5d8a7[_0x1e46(0x9a)](_0x1e46(0x24))&&(_0x2e07f3[_0x1e46(0x9c)](_0x5e428c[_0x1e46(0xec)]),_0x1559b7['log'](_0x5e428c[_0x1e46(0x138)]));}}}else{if(_0x1e46(0x139)!=='zrAql'){await _0x5e428c[_0x1e46(0x13a)](_0xf18d93,_0x2d6f26);const _0x5ae955=new Set(_0x48fa92);_0x5ae955[_0x1e46(0x13b)](_0x2d6f26),_0x5e428c[_0x1e46(0x75)](_0x473cff,_0x5ae955),_0x5e428c[_0x1e46(0x122)](_0x1519ca,_0x4a63b1=>({..._0x4a63b1,[_0x2d6f26]:_0x1e46(0x13c)})),triggerHaptic(HapticType[_0x1e46(0x102)]);try{if(_0x5e428c[_0x1e46(0x13d)]!==_0x5e428c[_0x1e46(0x13e)]){const _0x1dd424=await AsyncStorage['getItem'](_0x5e428c[_0x1e46(0x8f)]);if(_0x1dd424){const _0x5a08fd=JSON[_0x1e46(0x90)](_0x1dd424),_0x2844bb=_0x5a08fd[_0x1e46(0xfa)](_0x5501ac=>_0x5501ac['toLowerCase']()!==_0x2d6f26[_0x1e46(0x99)]());await AsyncStorage['setItem'](_0x1e46(0x13f),JSON[_0x1e46(0x140)](_0x2844bb)),console[_0x1e46(0xa3)](_0x1e46(0x141)+_0x2d6f26+_0x1e46(0x142),_0x2844bb);}}else return React[_0x1e46(0x107)](_0x4a1c22,{'visible':_0x3fdf70,'onComplete':_0x43de45,'onBack':_0x54e151});}catch(_0x20451f){_0x5e428c[_0x1e46(0xc8)](_0x5e428c[_0x1e46(0x143)],_0x5e428c[_0x1e46(0x144)])?(_0x5d3956['log'](_0x1e46(0x123)+_0x438b51+_0x1e46(0x124),_0x410afb),_0x5e428c[_0x1e46(0x6f)](_0x2babad,_0x279eb1),_0x5e428c[_0x1e46(0x88)](_0x43aed0,!![])):console['error'](_0x5e428c[_0x1e46(0x145)],_0x20451f);}await AsyncStorage[_0x1e46(0x146)](_0x1e46(0xa9)+_0x2d6f26),_0x2d6f26['toLowerCase']()===_0x5e428c['mJTQo']&&(_0x5e428c[_0x1e46(0x103)](_0x5e428c['LvFVf'],_0x5e428c[_0x1e46(0x147)])?await AsyncStorage[_0x1e46(0x146)](_0x1e46(0x10)):(_0x5971c8[_0x1e46(0x148)](_0x431c70,_0xd89310['BUTTON_PRESS']),_0x5971c8['CkRxu'](_0x45a113,![])));}else{_0x465b8d['log'](_0x1e46(0x149)),_0x5971c8[_0x1e46(0x14a)](_0x5dd44e,_0xece5be),_0x5971c8[_0x1e46(0x14b)](_0x26c7b9,_0x5b41df=>({..._0x5b41df,[_0x41cbba]:_0x1e46(0x1d)}));const _0x3c7d54=_0x5971c8[_0x1e46(0x14c)];_0x4cb08d[_0x1e46(0xa3)]('🌐\x20[LINKEDIN]\x20Opening\x20LinkedIn\x20URL:',_0x3c7d54),_0x5971c8[_0x1e46(0x14d)](_0x1ad9fb,_0x3c7d54),_0x5971c8[_0x1e46(0x14e)](_0x41b503,!![]);return;}}}}catch(_0x919746){console[_0x1e46(0x3a)](_0x1e46(0x14f)+_0x2d6f26+':',_0x919746),_0x5e428c[_0x1e46(0x136)](_0x1519ca,_0x3a8c9d=>({..._0x3a8c9d,[_0x2d6f26]:_0x1e46(0x3a)})),_0x5e428c[_0x1e46(0x150)](triggerHaptic,HapticType[_0x1e46(0xd2)]);}}else _0x5e428c['FJJog'](_0x430489,_0x20c8bc),_0x5013b2(_0x3123e1),_0x5e428c['FxthX'](_0x2c9449,![]),_0x5e428c[_0x1e46(0x125)](_0x10f9aa,!![]);},_0x2179ca=async()=>{if(_0x5e428c[_0x1e46(0x118)](_0x5e428c[_0x1e46(0x151)],_0x5e428c[_0x1e46(0x152)])){_0x5e428c[_0x1e46(0x136)](triggerHaptic,HapticType[_0x1e46(0x102)]),_0x5e428c[_0x1e46(0x75)](_0x3ae4fa,!![]);try{_0x5e428c[_0x1e46(0x153)](_0x4f4d88,!![]);}finally{_0x5e428c[_0x1e46(0x129)](_0x3ae4fa,![]);}}else _0x5412ec(_0x3add47=>({..._0x3add47,[_0x458781]:_0x1e46(0x13c)}));},_0x5a7faf=()=>{_0x5e428c[_0x1e46(0x65)](triggerHaptic,HapticType[_0x1e46(0x102)]),_0x15ee2a&&_0x15ee2a();},_0x3070c8=async()=>{_0x5e428c['Xtgkp'](triggerHaptic,HapticType['BUTTON_PRESS']),_0x5e428c['FJJog'](_0x1f31e1,!![]),await new Promise(_0xcb80b=>setTimeout(_0xcb80b,0x32));try{_0x5e428c['ajICG']('kllmo',_0x5e428c[_0x1e46(0x154)])?_0x1d4744[_0x1e46(0x9c)](_0x240961):_0x45d765?await _0x5e428c[_0x1e46(0x155)](_0x45d765,_0x580e5d):await _0x5e428c[_0x1e46(0x156)](_0x56ed6a,Array[_0x1e46(0xb8)](_0x48fa92));}finally{_0x5e428c['rEuqy'](_0x5e428c[_0x1e46(0x157)],'xqAfF')?_0x5e428c[_0x1e46(0x158)](_0x1f31e1,![]):_0x1ac3da();}},_0x5f2a16=()=>{const _0x3dcca3={'dYOaR':function(_0x3b309a,_0x967955){return _0x5e428c[_0x1e46(0x159)](_0x3b309a,_0x967955);}};if(_0x5e428c[_0x1e46(0x15a)]!==_0x1e46(0x15b))_0x5e428c[_0x1e46(0x6c)](triggerHaptic,HapticType['BUTTON_PRESS']),_0x5e428c['evkQZ'](_0x56be6b,![]);else return()=>{_0x5bdd39&&_0x3dcca3[_0x1e46(0x15c)](_0x500729,_0x587ea0);};},_0x33b68e=async _0x347ef6=>{_0x5e428c['zOnIK'](triggerHaptic,HapticType[_0x1e46(0x102)]),_0x533507(_0x347ef6);try{await AsyncStorage[_0x1e46(0xce)](_0x1e46(0x15d),_0x347ef6),console[_0x1e46(0xa3)](_0x1e46(0x15e)+_0x347ef6);}catch(_0x5182a9){console['error'](_0x1e46(0x15f),_0x5182a9);}if(_0x429954){if(_0x5e428c[_0x1e46(0x160)]!==_0x5e428c[_0x1e46(0x160)])return React['createElement'](_0x4258db,{'visible':_0x16692e,'onComplete':_0x118b7a});else _0x5e428c[_0x1e46(0x161)](_0x429954,_0x347ef6);}},_0x545874=()=>{if(_0x5e428c[_0x1e46(0x162)](_0x5e428c[_0x1e46(0x163)],_0x5e428c['QNzde'])){const Linking=__ONAIROS_REQ_FUNC__(0x0)[_0x1e46(0x164)];Linking['openURL'](_0x5e428c[_0x1e46(0x165)]);}else _0x44ba5a(_0xa76b89);},_0x50091d=async _0x1ac84f=>{_0x5e428c['KczdL']===_0x5e428c[_0x1e46(0x166)]?(_0x5e428c[_0x1e46(0x167)](_0x16b267,_0x1ac84f),_0x5e428c['qmqzN'](setTemporaryPin,_0x1ac84f),_0x5e428c['HYAyU'](_0x4f4d88,![]),_0x5e428c[_0x1e46(0x168)](_0x4837fa,!![])):(_0x25c56d[_0x1e46(0x9c)](_0x47102a),_0xe89d3f['log']('✅\x20[PLATFORMS]\x20Loaded\x20LLM\x20platform:\x20'+_0x1c3b4e));},_0x3332bf=()=>{_0x5e428c[_0x1e46(0x169)](_0x4837fa,![]),_0x5e428c[_0x1e46(0x16a)](_0x56be6b,!![]);},_0x53d702=async _0x4affe1=>{const _0xc4373={'AdUgd':function(_0xe13c85,_0x493abc){return _0x5e428c[_0x1e46(0x16b)](_0xe13c85,_0x493abc);}};if(_0x5e428c[_0x1e46(0x16c)](_0x5e428c[_0x1e46(0x16d)],_0x1e46(0x16e))){const _0x4508fc=new _0x3e8ba9(_0x4016b2);return _0x4508fc[_0x1e46(0x82)](_0xb61db),_0x4508fc;}else{if(_0x48eace){if(_0x5e428c[_0x1e46(0x16f)](_0x4affe1,_0x5e428c[_0x1e46(0x170)])||_0x5e428c[_0x1e46(0x171)](_0x4affe1,_0x5e428c[_0x1e46(0x172)])){if(_0x5e428c[_0x1e46(0x173)](_0x5e428c[_0x1e46(0x174)],_0x1e46(0x3b))){_0x232523(_0x48eace),_0x5e428c[_0x1e46(0x175)](_0x1519ca,_0x26f377=>({..._0x26f377,[_0x48eace]:_0x1e46(0xaa)}));try{const _0x2b012c=await AsyncStorage[_0x1e46(0x8e)](_0x5e428c[_0x1e46(0x8f)]),_0x367457=_0x2b012c?JSON['parse'](_0x2b012c):[];!_0x367457['includes'](_0x48eace[_0x1e46(0x99)]())&&(_0x367457[_0x1e46(0x9c)](_0x48eace[_0x1e46(0x99)]()),await AsyncStorage[_0x1e46(0xce)](_0x1e46(0x13f),JSON[_0x1e46(0x140)](_0x367457)),console[_0x1e46(0xa3)](_0x1e46(0x176)+_0x48eace+_0x1e46(0x177),_0x367457));}catch(_0x2ce887){console[_0x1e46(0x3a)](_0x5e428c[_0x1e46(0x89)],_0x2ce887);}_0x5e428c[_0x1e46(0x159)](isLLMPlatform,_0x48eace)&&(await AsyncStorage[_0x1e46(0xce)](_0x1e46(0xa9)+_0x48eace,JSON['stringify']({'connected':!![],'platform':_0x48eace,'connectedAt':new Date()['toISOString']()})),console['log'](_0x1e46(0x178)+_0x48eace+'\x20connection\x20stored\x20locally')),_0x5e428c[_0x1e46(0x179)](_0x48eace[_0x1e46(0x99)](),_0x5e428c['mJTQo'])&&(await AsyncStorage['setItem'](_0x1e46(0x10),JSON[_0x1e46(0x140)]({'connected':!![],'platform':_0x5e428c[_0x1e46(0xec)],'connectedAt':new Date()['toISOString']()})),console[_0x1e46(0xa3)]('✅\x20[LINKEDIN]\x20Connection\x20stored\x20locally'));}else{const _0x45e06f=new _0xf41a98(_0x551f60);_0x45e06f[_0x1e46(0x82)](_0x1212d3),_0x4669c4(_0x45e06f),_0xc4373['AdUgd'](_0x11d370,_0x2b7c1e=>({..._0x2b7c1e,[_0x24489c]:_0x1e46(0xaa)})),_0x3b0c96(_0x14b471[_0x1e46(0x12e)]);}}else _0x5e428c[_0x1e46(0x17a)](_0x1519ca,_0x2898fe=>({..._0x2898fe,[_0x48eace]:_0x1e46(0x3a)})),triggerHaptic(HapticType[_0x1e46(0xd2)]);}_0x5e428c['IGNBE'](_0x52d3b2,![]),_0x5e428c['zQNLL'](_0x33905c,''),_0x30b2d8('');}};_0x5e428c[_0x1e46(0x17b)](useEffect,()=>{const _0x5b3871={'MzxRA':function(_0x2fb3c7,_0xdff461){return _0x2fb3c7(_0xdff461);},'xNqps':function(_0x4c3d21,_0xd1c6e2){return _0x5e428c[_0x1e46(0x17c)](_0x4c3d21,_0xd1c6e2);}};if(_0x5e428c[_0x1e46(0x17d)](_0x7d4592,!_0x324281)){if(_0x5e428c[_0x1e46(0x173)](_0x5e428c[_0x1e46(0x17e)],_0x1e46(0x17f)))_0x40c669&&_0xc43f38();else{const _0x2f3d78=setTimeout(()=>{_0x5b3871[_0x1e46(0x180)](_0x473cff,_0x5ec99c=>{const _0xff67ca=new Set(_0x5ec99c);return _0xff67ca['add'](_0x7d4592),_0xff67ca;}),_0x5b3871[_0x1e46(0x181)](triggerHaptic,HapticType[_0x1e46(0x12e)]),console[_0x1e46(0xa3)](_0x1e46(0x182)+_0x7d4592),_0x5b3871[_0x1e46(0x180)](_0x232523,null);},0x12c);return()=>clearTimeout(_0x2f3d78);}}},[_0x7d4592,_0x324281]);const _0x18b373=()=>{const _0xac3daa={'xdSZS':_0x5e428c[_0x1e46(0x92)]};_0x5e428c[_0x1e46(0x171)](_0x5e428c[_0x1e46(0x183)],_0x5e428c['HNGQg'])?(_0x5e428c[_0x1e46(0x184)](_0x52d3b2,![]),_0x5e428c['sTPCX'](_0x33905c,''),_0x48eace&&(_0x5e428c[_0x1e46(0x185)](_0x5e428c[_0x1e46(0x186)],_0x5e428c['Dgndv'])?(_0x2fe18d(![]),_0x5e428c[_0x1e46(0x187)](_0x401482,''),_0x84ee57&&_0x5e428c['wWadC'](_0x2c35c6,_0x271d84=>({..._0x271d84,[_0x35ab88]:_0x1e46(0x13c)})),_0x5e428c[_0x1e46(0x188)](_0x1a6834,'')):_0x5e428c[_0x1e46(0x6d)](_0x1519ca,_0x284e16=>({..._0x284e16,[_0x48eace]:_0x1e46(0x13c)}))),_0x5e428c[_0x1e46(0x6b)](_0x30b2d8,'')):(_0x3ddc7b[_0x1e46(0x9c)](..._0x473281),_0x52979c[_0x1e46(0xa3)](_0xac3daa[_0x1e46(0x189)],_0x1db225));},_0x45b3b1=()=>{_0x5e428c[_0x1e46(0x18a)](_0x4f4d88,![]);},_0x3ddea3=()=>{_0x56a82b&&(_0x5e428c[_0x1e46(0x18b)](_0x5e428c['ZeGeW'],_0x5e428c[_0x1e46(0x18c)])?!_0x594c76['has'](_0x38b860)&&(_0x115413[_0x1e46(0x82)](_0x5e18d2),_0x5bd991=!![]):_0x5e428c[_0x1e46(0x18d)](_0x56a82b));},_0x1fb89c=()=>{if(_0x5e428c[_0x1e46(0x18e)]('lfFJf',_0x1e46(0x18f))){Animated[_0x1e46(0xd9)](_0x496824,{'toValue':0x1,'duration':0xfa0,'useNativeDriver':![]})['start']();const _0x16ec7b=_0x5e428c[_0x1e46(0x78)](setTimeout,()=>{_0x5e428c[_0x1e46(0x171)](_0x1e46(0x190),_0x5e428c[_0x1e46(0x191)])?(_0x5e428c['hqWef'](triggerHaptic,HapticType[_0x1e46(0x12e)]),Vibration[_0x1e46(0x192)]([0x0,0x64,0x32,0x64]),_0x5e428c[_0x1e46(0x18d)](_0x3ddea3)):(_0xcf1485(_0x363f77=>({..._0x363f77,[_0xe4781e]:_0x1e46(0x3a)})),_0x57c692(_0x23b351['ERROR']));},0xfa0);_0x5e428c['FJJog'](_0x51bfb2,_0x16ec7b);}else _0x5219c6[_0x1e46(0x3a)](_0x1e46(0x15f),_0x2167ba);},_0x1d948a=()=>{const _0x5c6f08={'HXylD':function(_0x1398a0,_0x3c1b2b){return _0x5e428c[_0x1e46(0x193)](_0x1398a0,_0x3c1b2b);},'oCKnp':_0x5e428c[_0x1e46(0xd5)],'BQSxj':function(_0x2a9794,_0x3094cc){return _0x5e428c['hXrar'](_0x2a9794,_0x3094cc);}};if(_0x5e428c[_0x1e46(0x194)](_0x5e428c[_0x1e46(0x195)],_0x5e428c[_0x1e46(0x195)]))_0x2d7533&&(_0x5e428c[_0x1e46(0x7a)](_0x5e428c[_0x1e46(0x196)],_0x5e428c[_0x1e46(0x197)])?(_0x49a5a5[_0x1e46(0x3a)]('Error\x20toggling\x20platform\x20'+_0x3319c6+':',_0xef6aff),_0x5c6f08[_0x1e46(0x198)](_0x116ec6,_0x1ec977=>({..._0x1ec977,[_0x2938a0]:_0x1e46(0x3a)})),_0x5c6f08['HXylD'](_0x95ea4c,_0x468add['ERROR'])):(_0x5e428c['evkQZ'](clearTimeout,_0x2d7533),_0x5e428c['sTPCX'](_0x51bfb2,null))),_0x496824[_0x1e46(0x199)](0x0),Animated[_0x1e46(0xd9)](_0x496824,{'toValue':0x0,'duration':0xc8,'useNativeDriver':![]})[_0x1e46(0xda)]();else{_0x466060[_0x1e46(0x3a)](_0x5c6f08[_0x1e46(0x19a)],_0x537884);const _0x4f6c9f=_0x1e46(0xd6)+_0x463779['floor'](_0x5c6f08[_0x1e46(0x19b)](_0x4e45b7[_0x1e46(0xcd)](),0x2710));_0x5c6f08['HXylD'](_0xb3c077,_0x4f6c9f);}};useEffect(()=>{const _0x1749e5={'RgHGM':function(_0x696cbe,_0x22928e){return _0x5e428c[_0x1e46(0x167)](_0x696cbe,_0x22928e);},'JTiIv':function(_0x2819d7,_0x495f24){return _0x5e428c[_0x1e46(0x155)](_0x2819d7,_0x495f24);}};if(_0x5e428c[_0x1e46(0x19c)](_0x5e428c[_0x1e46(0x19d)],_0x5e428c[_0x1e46(0x19d)]))return()=>{_0x2d7533&&(_0x5e428c[_0x1e46(0x19e)](_0x5e428c[_0x1e46(0x19f)],'YoPWH')?_0x5e428c['IohTE'](clearTimeout,_0x2d7533):(_0x1749e5[_0x1e46(0x1a0)](_0x2d1839,_0x3dd69a=>{const _0x5ed6aa=new _0x272bd6(_0x3dd69a);return _0x5ed6aa[_0x1e46(0x82)](_0x3d611f),_0x5ed6aa;}),_0x1749e5['JTiIv'](_0x3fb214,_0x20318a[_0x1e46(0x12e)]),_0x4cd415[_0x1e46(0xa3)](_0x1e46(0x182)+_0x327090),_0x1749e5['RgHGM'](_0x6b5968,null)));};else _0x5928d9[_0x1e46(0x3a)](_0x5e428c[_0x1e46(0x145)],_0x51c04b);},[_0x2d7533]),_0x5e428c[_0x1e46(0x78)](useEffect,()=>{if(_0x5e428c[_0x1e46(0xfb)](_0x1e46(0x1a1),_0x1e46(0x1a1))){if(_0x5e428c[_0x1e46(0x1a2)](_0x324281,_0x14a66e)){if(_0x1e46(0x1a3)!==_0x5e428c['WAECj']){const _0x4629f5=_0x1c741d[_0x1e46(0xdc)][_0x1e46(0xdd)]['x'],_0x2120d9=_0x56b5e0['nativeEvent'][_0x1e46(0xde)][_0x1e46(0xdf)],_0x2daf68=_0x35aed7[_0x1e46(0xdc)]['contentSize']['width'];_0x3e5fe9[_0x1e46(0x69)]=_0x4629f5;const _0x5a57d2=_0x2daf68-_0x2120d9,_0x2231be=_0x5e428c[_0x1e46(0xe3)](_0x5a57d2,0x0)?_0x5e428c[_0x1e46(0x1a4)](_0x4629f5,_0x5a57d2):0x0;_0x5e428c[_0x1e46(0x1a5)](_0x5b9be3,_0x2231be),_0x5e428c['DPMVS'](_0x4629f5,0xa)&&_0x248530&&_0x190d9d(![]);}else console['log']('📊\x20[STATE]\x20WebView\x20state\x20changed\x20-\x20showOAuthWebView:\x20'+_0x324281+',\x20oauthUrl:\x20'+(_0x14a66e?_0x5e428c['pYzTL'](_0x5e428c[_0x1e46(0x1a6)],_0x14a66e[_0x1e46(0xa0)](0x0,0x28))+_0x1e46(0x84):_0x5e428c['RWDRW']));}}else _0x4b53ae[_0x1e46(0xa3)]('✅\x20[TOGGLE]\x20Setting\x20WebView\x20state\x20-\x20showing\x20modal\x20for\x20'+_0x4be17f),_0x5e428c[_0x1e46(0x1a7)](_0x2d94fc,_0x1c4a33),_0x5e428c[_0x1e46(0x1a8)](_0x27f5e,!![]);},[_0x324281,_0x14a66e]);const _0x4fa1bc=Math['min'](0x5,Math['max'](0x1,_0x5e428c[_0x1e46(0x1a9)](_0x48fa92[_0x1e46(0xc4)],0x1))),_0x10a630=0x50,_0x5d844e=0x46;if(_0x45388b)return _0x5e428c[_0x1e46(0x1aa)](_0x5e428c[_0x1e46(0x1ab)],'aFaBU')?React[_0x1e46(0x107)](_0x13e07f,{'visible':_0x45388b,'onComplete':_0x50091d,'onBack':_0x45b3b1}):(_0x2d7ea1[_0x1e46(0xa3)](_0x1e46(0x1ac)+_0x537a02+_0x1e46(0x1ad)+_0x1bf88a['substring'](0x0,0x3c)+_0x1e46(0x132)),React['createElement'](_0x470d7f,{'url':_0x22bcca,'platform':_0x85226b,'onClose':_0x18b068,'onSuccess':_0x39f388,'onComplete':_0x3c038d,'username':_0x20e533}));if(_0x2b62aa)return React[_0x1e46(0x107)](_0x5b45aa,{'visible':_0x2b62aa,'onComplete':_0x3332bf});if(_0x5e428c['aNpjP'](_0x324281,_0x14a66e)){if(_0x5e428c['aaJDo'](_0x5e428c['qIqeX'],_0x5e428c[_0x1e46(0x1ae)]))return console[_0x1e46(0xa3)]('✅\x20[WEBVIEW]\x20Rendering\x20OAuthWebView\x20for\x20'+_0x48eace+_0x1e46(0x1ad)+_0x14a66e[_0x1e46(0xa0)](0x0,0x3c)+_0x1e46(0x132)),React[_0x1e46(0x107)](OAuthWebView,{'url':_0x14a66e,'platform':_0x48eace,'onClose':_0x18b373,'onSuccess':_0x53d702,'onComplete':_0x18b373,'username':_0x4ec019});else{const _0x29f938=_0xa9ae0d(()=>{_0x5e428c[_0x1e46(0x1af)](_0x25347d,_0x3c9cd7=>{const _0x3e0312=new _0x56f9f3(_0x3c9cd7);return _0x3e0312[_0x1e46(0x82)](_0x5b8b3c),_0x3e0312;}),_0x5e428c[_0x1e46(0x1b0)](_0xd2913,_0xc8a3f5[_0x1e46(0x12e)]),_0x34476c[_0x1e46(0xa3)](_0x1e46(0x182)+_0x39b7af),_0x5e428c[_0x1e46(0x1a8)](_0x69cc3b,null);},0x12c);return()=>_0x5ec397(_0x29f938);}}const _0x252b75=()=>{_0x5e428c[_0x1e46(0x1b1)](triggerHaptic,HapticType[_0x1e46(0x102)]),_0x5e428c['wZanb'](_0x56be6b,![]);};if(_0x523743)return React[_0x1e46(0x107)](_0x2d6eff,{'visible':_0x523743,'onAccept':_0x3070c8,'onDecline':_0x5f2a16,'connectedPlatforms':Array['from'](_0x48fa92),'onConnectMore':_0x252b75,'loading':_0x4e86e6});return React[_0x1e46(0x107)](View,{'style':styles[_0x1e46(0x1b2)]},React[_0x1e46(0x107)](View,{'style':styles[_0x1e46(0x1b3)]},React[_0x1e46(0x107)](Text,{'style':styles['title']},_0x5e428c[_0x1e46(0x1b4)]),React[_0x1e46(0x107)](Text,{'style':styles['subtitle']},_0x5e428c[_0x1e46(0x1b5)])),React[_0x1e46(0x107)](View,{'style':styles[_0x1e46(0x1b6)]},React[_0x1e46(0x107)](_0x1b6dcf,{'level':_0x4fa1bc,'style':styles['largePersona']}),React[_0x1e46(0x107)](ScrollView,{'ref':_0x267a77,'horizontal':!![],'style':[styles['platformIconsOverlay'],{'bottom':_0x10a630}],'contentContainerStyle':[styles[_0x1e46(0x1b7)],_0x477df2[_0x1e46(0xfd)]<=0x4&&styles['platformIconsCentered']],'showsHorizontalScrollIndicator':![],'onScroll':_0x149c6a,'scrollEventThrottle':0x10,'decelerationRate':_0x5e428c[_0x1e46(0x1b8)],'scrollEnabled':_0x5e428c[_0x1e46(0xe3)](_0x477df2[_0x1e46(0xfd)],0x4)},_0x477df2[_0x1e46(0xa5)](_0x5e5f0d=>{if(_0x5e428c[_0x1e46(0x1b9)]===_0x5e428c[_0x1e46(0x1b9)]){const _0x579b6d=_0x4028fb===_0x5e5f0d['id'],_0x274ed7=_0x48fa92[_0x1e46(0x81)](_0x5e5f0d['id']),_0x297d75=_0x25ddaa[_0x5e5f0d['id']]===_0x5e428c[_0x1e46(0x104)];return React[_0x1e46(0x107)](TouchableOpacity,{'key':_0x5e5f0d['id'],'style':[styles[_0x1e46(0x1ba)],_0x579b6d&&styles[_0x1e46(0x1bb)]],'onPress':()=>{const _0x4bd7b2={'QfQlm':function(_0x1fe521,_0x4d3a1b){return _0x1fe521(_0x4d3a1b);}};if(_0x5e428c[_0x1e46(0x106)](_0x5e428c['ayGwM'],_0x5e428c[_0x1e46(0x1bc)])){if(_0x6df362['length']>0x0){const _0x5a77f7=_0x4a0af1[0x0]['id'];(!_0x37ef58||!_0xcba076['find'](_0x2e0410=>_0x2e0410['id']===_0x559522))&&_0x4bd7b2['QfQlm'](_0x2de788,_0x5a77f7);}}else _0x5e428c[_0x1e46(0x187)](triggerHaptic,HapticType[_0x1e46(0x102)]),_0x5e428c[_0x1e46(0x1bd)](_0x36c93c,_0x5e5f0d['id']);},'activeOpacity':0.7},React['createElement'](Image,{'source':_0x5e5f0d['icon'],'style':[styles['platformIcon'],_0x5e5f0d['id']===_0x5e428c['TLXsp']&&styles[_0x1e46(0x1be)],_0x5e428c[_0x1e46(0x173)](_0x5e5f0d['id'],_0x5e428c[_0x1e46(0xe9)])&&styles['pinterestIcon'],_0x5e428c['aaJDo'](_0x5e5f0d['id'],_0x5e428c[_0x1e46(0xee)])&&styles[_0x1e46(0x1bf)],_0x5e428c[_0x1e46(0x1c0)](_0x5e5f0d['id'],_0x5e428c[_0x1e46(0xa7)])&&styles['chatgptIcon'],_0x5e428c[_0x1e46(0x1c1)](_0x5e5f0d['id'],_0x1e46(0x56))&&styles[_0x1e46(0x1c2)],_0x5e428c[_0x1e46(0x1c3)](_0x5e5f0d['id'],_0x5e428c['khfyc'])&&styles['grokIcon']],'resizeMode':_0x5e428c['VUxXt']}),_0x297d75&&React[_0x1e46(0x107)](View,{'style':styles[_0x1e46(0x1c4)]}),_0x274ed7&&React[_0x1e46(0x107)](View,{'style':styles[_0x1e46(0x1c5)]}));}else Animated[_0x1e46(0xd8)](Animated[_0x1e46(0x1c6)]([Animated['timing'](_0x585d90,{'toValue':0x1,'duration':0x3e8,'useNativeDriver':!![]}),Animated[_0x1e46(0xd9)](_0x529e63,{'toValue':0x0,'duration':0x3e8,'useNativeDriver':!![]})]))[_0x1e46(0xda)]();})),_0x477df2[_0x1e46(0xfd)]>0x4&&React['createElement'](View,{'style':[styles[_0x1e46(0x1c7)],{'bottom':_0x5d844e}]},React[_0x1e46(0x107)](View,{'style':styles[_0x1e46(0x1c8)]},React[_0x1e46(0x107)](View,{'style':[styles[_0x1e46(0x1c9)],{'left':_0x5e428c[_0x1e46(0xcc)](_0x13941a,0x38)}]}))),_0x11beba&&_0x477df2[_0x1e46(0xfd)]>0x4&&React['createElement'](Animated[_0x1e46(0x1ca)],{'style':[styles['scrollIndicator'],{'transform':[{'translateX':_0x260ddb[_0x1e46(0x1cb)]({'inputRange':[0x0,0x1],'outputRange':[0x0,0x8]})}],'opacity':_0x260ddb[_0x1e46(0x1cb)]({'inputRange':[0x0,0x1],'outputRange':[0.5,0x1]})}]},React[_0x1e46(0x107)](Text,{'style':styles[_0x1e46(0x1cc)]},'›'))),React[_0x1e46(0x107)](View,{'style':styles[_0x1e46(0x1cd)]},_0x4028fb&&((()=>{const _0x2cca88=_0x477df2[_0x1e46(0xff)](_0x581285=>_0x581285['id']===_0x4028fb);if(!_0x2cca88)return null;const _0x413449=_0x48fa92[_0x1e46(0x81)](_0x4028fb),_0xd583e4=_0x25ddaa[_0x4028fb]===_0x5e428c[_0x1e46(0x104)],_0x2187ac=_0x5e428c[_0x1e46(0xca)](_0x217a80,null)||_0x217a80===void 0x0?void 0x0:_0x217a80[_0x1e46(0x9a)](_0x4028fb);return React[_0x1e46(0x107)](View,{'style':styles['platformCard']},React[_0x1e46(0x107)](View,{'style':styles[_0x1e46(0x1ce)]},React[_0x1e46(0x107)](Text,{'style':styles['platformCardTitle']},_0x2cca88[_0x1e46(0xcb)]),_0x2187ac&&React[_0x1e46(0x107)](View,{'style':styles[_0x1e46(0x10a)]},React[_0x1e46(0x107)](Text,{'style':styles[_0x1e46(0x10b)]},_0x1e46(0x1e))),React[_0x1e46(0x107)](TouchableOpacity,{'activeOpacity':0.8,'onPress':()=>!_0xd583e4&&_0x2dea73(_0x4028fb,!_0x413449),'disabled':_0xd583e4,'style':[styles['customToggleTrack'],{'backgroundColor':_0x413449?_0x5e428c['VmgoC']:_0x5e428c['ojCpB']}]},React[_0x1e46(0x107)](View,{'style':[styles['customToggleThumb'],{'transform':[{'translateX':_0x413449?0x14:0x0}]}]}))),React[_0x1e46(0x107)](View,{'style':styles[_0x1e46(0x1cf)]},React[_0x1e46(0x107)](Text,{'style':styles[_0x1e46(0x1d0)]},_0x2cca88['description'])));})())),React[_0x1e46(0x107)](View,{'style':styles[_0x1e46(0x1d1)]},React[_0x1e46(0x107)](Text,{'style':styles[_0x1e46(0x1d2)]},_0x5e428c[_0x1e46(0x1d3)]),React['createElement'](Text,{'style':styles[_0x1e46(0x1d4)]},_0x5e428c[_0x1e46(0x1d5)]),React[_0x1e46(0x107)](View,{'style':styles[_0x1e46(0x1d6)]},MODEL_REFRESH_OPTIONS['map'](_0x33afd0=>React['createElement'](TouchableOpacity,{'key':_0x33afd0[_0x1e46(0x1d7)],'style':[styles['refreshOption'],_0x2d54a2===_0x33afd0[_0x1e46(0x1d7)]&&styles[_0x1e46(0x1d8)]],'onPress':()=>_0x33b68e(_0x33afd0[_0x1e46(0x1d7)]),'activeOpacity':0.7},React[_0x1e46(0x107)](View,{'style':[styles[_0x1e46(0x1d9)],_0x2d54a2===_0x33afd0[_0x1e46(0x1d7)]&&styles[_0x1e46(0x1da)]]},_0x2d54a2===_0x33afd0[_0x1e46(0x1d7)]&&React['createElement'](View,{'style':styles[_0x1e46(0x1db)]})),React[_0x1e46(0x107)](Text,{'style':[styles[_0x1e46(0x1dc)],_0x2d54a2===_0x33afd0[_0x1e46(0x1d7)]&&styles[_0x1e46(0x1dd)]]},_0x33afd0[_0x1e46(0x1de)])))),React[_0x1e46(0x107)](TouchableOpacity,{'onPress':_0x545874,'style':styles['privacyLinkContainer']},React['createElement'](Text,{'style':styles[_0x1e46(0x1df)]},_0x1e46(0x1e0)))),React['createElement'](View,{'style':styles[_0x1e46(0x1e1)]},React[_0x1e46(0x107)](View,{'style':styles[_0x1e46(0x1e2)]},React['createElement'](_0x44726c,{'label':_0x1e46(0x1e3),'onPress':_0x2179ca,'disabled':loading||_0x48fa92['size']===0x0||_0x371deb||_0x33c7c8,'loading':_0x5e428c[_0x1e46(0x1e4)](loading,_0x371deb)||_0x33c7c8}),React[_0x1e46(0x107)](TouchableOpacity,{'style':styles[_0x1e46(0x1e5)],'activeOpacity':0x1,'onPressIn':_0x1fb89c,'onPressOut':_0x1d948a,'onPress':()=>{if(_0x5e428c[_0x1e46(0x162)]('QgfAC',_0x5e428c[_0x1e46(0x1e6)])){if(_0x5e428c[_0x1e46(0x1e7)](_0x48fa92[_0x1e46(0xc4)],0x0)&&!loading&&!_0x371deb&&!_0x33c7c8){if(_0x5e428c[_0x1e46(0x1e8)](_0x5e428c[_0x1e46(0x1e9)],_0x5e428c[_0x1e46(0x1e9)])){const Linking=_0x5e428c[_0x1e46(0x1b1)](_0x269792,0x0)[_0x1e46(0x164)];Linking[_0x1e46(0x1ea)](_0x5e428c[_0x1e46(0x165)]);}else _0x2179ca();}}else return React[_0x1e46(0x107)](_0x4dc363,{'visible':_0x49c15d,'onAccept':_0x3fc327,'onDecline':_0x2d913c,'connectedPlatforms':_0x4f1df1[_0x1e46(0xb8)](_0x55760e),'onConnectMore':_0x189714,'loading':_0x4bb184});}},React['createElement'](Animated[_0x1e46(0x1ca)],{'style':[styles['holdProgressBar'],{'width':_0x496824[_0x1e46(0x1cb)]({'inputRange':[0x0,0x1],'outputRange':['0%',_0x5e428c[_0x1e46(0x1eb)]]})}]}))),_0x15ee2a&&React[_0x1e46(0x107)](TouchableOpacity,{'style':styles[_0x1e46(0x1ec)],'onPress':_0x5a7faf},React[_0x1e46(0x107)](Text,{'style':styles[_0x1e46(0x1ed)]},_0x5e428c['BQXkm'])),_0x477bbc&&React[_0x1e46(0x107)](TouchableOpacity,{'style':styles[_0x1e46(0x1ee)],'onPress':_0x477bbc},React[_0x1e46(0x107)](Text,{'style':styles[_0x1e46(0x1ef)]},_0x5e428c[_0x1e46(0x1f0)]))));},styles=StyleSheet[_0x1e46(0x1f1)]({'container':{'flex':0x1,'backgroundColor':COLORS[_0x1e46(0x1f2)],'paddingHorizontal':0x18},'headingContainer':{'width':'100%','marginBottom':SPACING['sm'],'paddingTop':0x8,'marginTop':0x8},'title':{'fontFamily':_0x1e46(0x1f3),'fontWeight':_0x1e46(0x1f4),'fontSize':0x18,'lineHeight':0x20,'color':COLORS[_0x1e46(0x1f5)],'textAlign':'left','marginBottom':0x4},'subtitle':{'fontFamily':_0x1e46(0x1f6),'fontWeight':_0x1e46(0x1f7),'fontSize':0x10,'lineHeight':0x18,'color':COLORS[_0x1e46(0x1f8)],'textAlign':_0x1e46(0x1f9)},'personaContainer':{'alignItems':_0x1e46(0x1fa),'position':_0x1e46(0x1fb),'marginTop':-0xa,'marginBottom':-0x50,'height':0x1c2},'largePersona':{'width':0x1f4,'height':0x1f4},'platformIconsOverlay':{'position':_0x1e46(0x1fc),'width':_0x1e46(0x1fd),'height':0x46,'zIndex':0xa},'platformIconsScrollContent':{'flexDirection':_0x1e46(0x1fe),'alignItems':'center','paddingHorizontal':0x14,'gap':0x18},'platformIconsCentered':{'flexGrow':0x1,'justifyContent':_0x1e46(0x1fa)},'platformIconButton':{'width':0x34,'height':0x34,'borderRadius':0x1a,'backgroundColor':_0x1e46(0x1ff),'justifyContent':'center','alignItems':'center','borderWidth':0x3,'borderColor':_0x1e46(0x200),'shadowColor':_0x1e46(0x201),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.15,'shadowRadius':0x4,'elevation':0x4},'platformIconButtonSelected':{'borderColor':'#3B82F6','backgroundColor':'#EFF6FF'},'platformIcon':{'width':0x1e,'height':0x1e},'youtubeIcon':{'width':0x2a,'height':0x2a},'pinterestIcon':{'width':0x24,'height':0x24},'gmailIcon':{'width':0x24,'height':0x24},'chatgptIcon':{'width':0x1e,'height':0x1e},'claudeIcon':{'width':0x20,'height':0x20},'grokIcon':{'width':0x24,'height':0x24},'connectingDot':{'position':_0x1e46(0x1fc),'top':0x2,'right':0x2,'width':0xc,'height':0xc,'borderRadius':0x6,'backgroundColor':_0x1e46(0x202),'borderWidth':0x2,'borderColor':COLORS[_0x1e46(0x1f2)]},'connectedDot':{'position':'absolute','top':0x2,'right':0x2,'width':0xc,'height':0xc,'borderRadius':0x6,'backgroundColor':_0x1e46(0x1f),'borderWidth':0x2,'borderColor':COLORS[_0x1e46(0x1f2)]},'cardContainer':{'alignItems':_0x1e46(0x1fa),'marginTop':0x20,'marginBottom':SPACING['md']},'platformCard':{'width':0x147,'backgroundColor':_0x1e46(0x1ff),'borderRadius':0x10,'padding':0x8,'shadowColor':'#000','shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.1,'shadowRadius':0x8,'elevation':0x3,'gap':0xa},'cardHeader':{'flexDirection':_0x1e46(0x1fe),'alignItems':'center','justifyContent':_0x1e46(0x203)},'platformCardTitle':{'fontSize':0x10,'fontWeight':'600','color':COLORS[_0x1e46(0x1f5)],'fontFamily':_0x1e46(0x1f3)},'recommendedBadge':{'backgroundColor':_0x1e46(0x204),'paddingHorizontal':0xc,'paddingVertical':0x6,'borderRadius':0x10,'marginLeft':0x8},'recommendedBadgeText':{'fontSize':0xc,'fontWeight':_0x1e46(0x205),'color':_0x1e46(0x206),'fontFamily':_0x1e46(0x1f3)},'customToggleTrack':{'width':0x32,'height':0x1e,'borderRadius':0xf,'padding':0x2,'marginLeft':_0x1e46(0x207),'marginRight':0x8,'justifyContent':_0x1e46(0x1fa)},'customToggleThumb':{'width':0x1a,'height':0x1a,'borderRadius':0xd,'backgroundColor':_0x1e46(0x1ff),'shadowColor':_0x1e46(0x201),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.2,'shadowRadius':0x2,'elevation':0x2},'descriptionContainer':{'backgroundColor':_0x1e46(0x208),'borderRadius':0x8,'padding':0x8},'platformCardDescription':{'fontSize':0xd,'lineHeight':0x12,'color':COLORS['grey600'],'fontFamily':_0x1e46(0x1f6)},'refreshFrequencySection':{'paddingHorizontal':SPACING['md'],'paddingVertical':SPACING['lg'],'marginTop':SPACING['lg'],'backgroundColor':_0x1e46(0x208),'borderRadius':0xc,'marginHorizontal':SPACING['md'],'marginBottom':SPACING['md']},'refreshFrequencyTitle':{'fontSize':0x10,'fontWeight':_0x1e46(0x205),'color':COLORS[_0x1e46(0x1f5)],'fontFamily':'IBM\x20Plex\x20Sans','marginBottom':0x4},'refreshFrequencyDescription':{'fontSize':0xd,'color':COLORS[_0x1e46(0x1f8)],'fontFamily':_0x1e46(0x1f6),'marginBottom':0x10},'refreshOptionsContainer':{'gap':0x8},'refreshOption':{'flexDirection':_0x1e46(0x1fe),'alignItems':_0x1e46(0x1fa),'paddingVertical':0xc,'paddingHorizontal':0xc,'backgroundColor':'#FFFFFF','borderRadius':0x8,'borderWidth':0x1,'borderColor':_0x1e46(0x209)},'refreshOptionSelected':{'borderColor':_0x1e46(0x20a),'backgroundColor':_0x1e46(0x20b)},'refreshRadio':{'width':0x14,'height':0x14,'borderRadius':0xa,'borderWidth':0x2,'borderColor':_0x1e46(0x20c),'alignItems':'center','justifyContent':_0x1e46(0x1fa),'marginRight':0xc},'refreshRadioSelected':{'borderColor':_0x1e46(0x20a)},'refreshRadioInner':{'width':0xa,'height':0xa,'borderRadius':0x5,'backgroundColor':_0x1e46(0x20a)},'refreshOptionText':{'fontSize':0xe,'color':COLORS[_0x1e46(0x20d)],'fontFamily':_0x1e46(0x1f6),'fontWeight':_0x1e46(0x1f7)},'refreshOptionTextSelected':{'fontWeight':_0x1e46(0x205),'color':_0x1e46(0x20e)},'privacyLinkContainer':{'marginTop':0x10,'paddingTop':0x10,'borderTopWidth':0x1,'borderTopColor':_0x1e46(0x209),'alignItems':_0x1e46(0x1fa)},'privacyLinkText':{'fontSize':0xe,'color':_0x1e46(0x20a),'fontFamily':'Inter','fontWeight':_0x1e46(0x20f)},'bottomButtonContainer':{'marginTop':'auto','paddingBottom':SPACING['xl'],'paddingHorizontal':SPACING['md']},'buttonWrapper':{'position':_0x1e46(0x1fb)},'buttonOverlay':{'position':_0x1e46(0x1fc),'top':0x0,'left':0x0,'right':0x0,'bottom':0x0,'borderRadius':0xc,'overflow':'hidden'},'holdProgressBar':{'position':_0x1e46(0x1fc),'bottom':0x0,'left':0x0,'height':0x4,'backgroundColor':_0x1e46(0x1f),'borderRadius':0x2},'skipButton':{'alignItems':_0x1e46(0x1fa),'paddingVertical':0x10},'skipButtonText':{'fontSize':0x10,'fontFamily':_0x1e46(0x1f6),'fontWeight':_0x1e46(0x20f),'color':COLORS['grey600']},'logoutButton':{'alignItems':_0x1e46(0x1fa),'paddingVertical':0xc,'marginTop':0x4},'logoutButtonText':{'fontSize':0xe,'fontFamily':_0x1e46(0x1f6),'fontWeight':_0x1e46(0x1f7),'color':COLORS[_0x1e46(0x210)],'textDecorationLine':_0x1e46(0x211)},'pageIndicatorContainer':{'position':_0x1e46(0x1fc),'alignSelf':'center','zIndex':0xb},'scrollBarTrack':{'width':0x50,'height':0x4,'backgroundColor':COLORS[_0x1e46(0x212)],'borderRadius':0x2,'position':'relative','overflow':'hidden'},'scrollBarThumb':{'position':_0x1e46(0x1fc),'width':0x18,'height':0x4,'backgroundColor':COLORS[_0x1e46(0x1f8)],'borderRadius':0x2,'left':0x0},'scrollIndicator':{'position':_0x1e46(0x1fc),'bottom':0x3c,'right':0x1e,'zIndex':0xc},'scrollIndicatorText':{'fontSize':0x20,'color':COLORS['grey500'],'fontWeight':'bold'}});export default PlatformConnectorsStep;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import React from'react';import{View,Text,StyleSheet,TouchableOpacity,ActivityIndicator}from'react-native';function
|
|
1
|
+
import React from'react';import{View,Text,StyleSheet,TouchableOpacity,ActivityIndicator}from'react-native';import _0x1b8c2b from'react-native-vector-icons/MaterialIcons';import{COLORS,PLATFORMS}from'../constants';function _0xc7b1(_0x136be6,_0xc7b160){_0x136be6=_0x136be6-0x0;const _0x3afd2c=_0x136b();let _0x3f7263=_0x3afd2c[_0x136be6];return _0x3f7263;}function _0x136b(){const _0x42b584=['#fff','Disconnect','Connect\x20your\x20platforms','Proceed','platformContainer','platformHeader','createElement','color','name','description','connectButton','disconnectedButton','WTPiz','buttonText','BAAAm','BXvVQ','title','adYIy','subtitle','Connect\x20at\x20least\x202\x20platforms\x20to\x20proceed','platformsList','entries','map','proceedButton','disabledButton','SyDwd','create','600','text','primary','row','center','secondary','success'];_0x136b=function(){return _0x42b584;};return _0x136b();}export const PlatformList=({connections:_0x8e3675,onToggle:_0x54d204,isLoading:_0x2ae72d,canProceed:_0x28c264,onProceed:_0x1ba005})=>{const _0xc42c29={'WTPiz':_0xc7b1(0x0),'BAAAm':_0xc7b1(0x1),'BXvVQ':'Connect','adYIy':_0xc7b1(0x2),'SyDwd':_0xc7b1(0x3)},_0x3b4736=(_0x5dc62c,_0x1fa5de)=>{const _0xeade74=PLATFORMS[_0x5dc62c];if(!_0xeade74)return null;return React['createElement'](View,{'key':_0x5dc62c,'style':styles[_0xc7b1(0x4)]},React['createElement'](View,{'style':styles[_0xc7b1(0x5)]},React[_0xc7b1(0x6)](_0x1b8c2b,{'name':_0xeade74['icon'],'size':0x18,'color':_0xeade74[_0xc7b1(0x7)]}),React[_0xc7b1(0x6)](Text,{'style':styles['platformName']},_0xeade74[_0xc7b1(0x8)])),_0xeade74['description']&&React[_0xc7b1(0x6)](Text,{'style':styles['platformDescription']},_0xeade74[_0xc7b1(0x9)]),React[_0xc7b1(0x6)](TouchableOpacity,{'style':[styles[_0xc7b1(0xa)],_0x1fa5de?styles['connectedButton']:styles[_0xc7b1(0xb)]],'onPress':()=>_0x54d204(_0x5dc62c,!_0x1fa5de),'disabled':_0x2ae72d},_0x2ae72d?React[_0xc7b1(0x6)](ActivityIndicator,{'color':_0xc42c29[_0xc7b1(0xc)]}):React['createElement'](Text,{'style':styles[_0xc7b1(0xd)]},_0x1fa5de?_0xc42c29[_0xc7b1(0xe)]:_0xc42c29[_0xc7b1(0xf)])));};return React['createElement'](View,{'style':styles['container']},React['createElement'](Text,{'style':styles[_0xc7b1(0x10)]},_0xc42c29[_0xc7b1(0x11)]),React[_0xc7b1(0x6)](Text,{'style':styles[_0xc7b1(0x12)]},_0xc7b1(0x13)),React[_0xc7b1(0x6)](View,{'style':styles[_0xc7b1(0x14)]},Object[_0xc7b1(0x15)](_0x8e3675)[_0xc7b1(0x16)](([_0xca4c95,_0x2f05a4])=>_0x3b4736(_0xca4c95,!!_0x2f05a4))),React[_0xc7b1(0x6)](TouchableOpacity,{'style':[styles[_0xc7b1(0x17)],!_0x28c264&&styles[_0xc7b1(0x18)]],'onPress':_0x1ba005,'disabled':!_0x28c264||_0x2ae72d},React['createElement'](Text,{'style':styles['proceedButtonText']},_0xc42c29[_0xc7b1(0x19)])));};const styles=StyleSheet[_0xc7b1(0x1a)]({'container':{'flex':0x1,'padding':0x10},'title':{'fontSize':0x14,'fontWeight':_0xc7b1(0x1b),'marginBottom':0x8,'color':COLORS[_0xc7b1(0x1c)][_0xc7b1(0x1d)]},'subtitle':{'fontSize':0xe,'color':COLORS[_0xc7b1(0x1c)]['secondary'],'marginBottom':0x18},'platformsList':{'flex':0x1},'platformContainer':{'backgroundColor':_0xc7b1(0x0),'borderRadius':0xc,'padding':0x10,'marginBottom':0x10,'borderWidth':0x1,'borderColor':COLORS['border']},'platformHeader':{'flexDirection':_0xc7b1(0x1e),'alignItems':_0xc7b1(0x1f),'marginBottom':0x8},'platformName':{'fontSize':0x10,'fontWeight':'600','marginLeft':0xc,'color':COLORS['text'][_0xc7b1(0x1d)]},'platformDescription':{'fontSize':0xe,'color':COLORS['text'][_0xc7b1(0x20)],'marginBottom':0x10},'connectButton':{'paddingVertical':0x8,'paddingHorizontal':0x10,'borderRadius':0x8,'alignItems':_0xc7b1(0x1f)},'connectedButton':{'backgroundColor':COLORS[_0xc7b1(0x21)]},'disconnectedButton':{'backgroundColor':COLORS[_0xc7b1(0x1d)]},'buttonText':{'color':_0xc7b1(0x0),'fontWeight':_0xc7b1(0x1b)},'proceedButton':{'backgroundColor':COLORS[_0xc7b1(0x1d)],'paddingVertical':0x10,'borderRadius':0xc,'alignItems':_0xc7b1(0x1f),'marginTop':0x10},'disabledButton':{'opacity':0.5},'proceedButtonText':{'color':_0xc7b1(0x0),'fontSize':0x10,'fontWeight':'600'}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import React from'react';
|
|
1
|
+
import React from'react';import{View,Text,TouchableOpacity,Image,StyleSheet,Switch,Platform}from'react-native';function _0xd79b(_0x29d04f,_0xd79b76){_0x29d04f=_0x29d04f-0x0;const _0x5eab38=_0x29d0();let _0x3a434d=_0x5eab38[_0x29d04f];return _0x3a434d;}import{COLORS}from'../theme';const PlatformToggle=({platform:_0x2b5458,isEnabled:_0x2771d7,onToggle:_0x2fc18c,compact:compact=![],isLast:isLast=![],fullWidth:fullWidth=![],customIconSize:_0x1b2796,onLongPress:_0x1451f8,onPressOut:_0x47a0fd})=>{const _0x4f234b={'HXllu':function(_0x34340d,_0x31be58,_0x5ddc96){return _0x34340d(_0x31be58,_0x5ddc96);},'KrXzW':function(_0x6ee8d4,_0x1afa85){return _0x6ee8d4&&_0x1afa85;},'inIQB':function(_0x3c53d8,_0x26f624){return _0x3c53d8-_0x26f624;},'egNHp':_0xd79b(0x0),'euaMN':function(_0x100e9b,_0x199eac){return _0x100e9b===_0x199eac;},'wJGRb':_0xd79b(0x1)},_0xb91612=()=>{_0x4f234b[_0xd79b(0x2)](_0x2fc18c,_0x2b5458['id'],!_0x2771d7);},_0x374116=fullWidth?styles[_0xd79b(0x3)]:compact?styles[_0xd79b(0x4)]:styles[_0xd79b(0x5)];return React[_0xd79b(0x6)](TouchableOpacity,{'style':[_0x374116,_0x4f234b[_0xd79b(0x7)](!isLast,compact)&&styles['borderBottom']],'onLongPress':_0x1451f8,'onPressOut':_0x47a0fd,'activeOpacity':_0x1451f8?0.7:0x1,'disabled':!_0x1451f8},React[_0xd79b(0x6)](View,{'style':styles[_0xd79b(0x8)]},React[_0xd79b(0x6)](View,{'style':styles['leftContent']},React[_0xd79b(0x6)](Image,{'source':_0x2b5458[_0xd79b(0x9)],'style':_0x1b2796?{'width':_0x1b2796,'height':_0x1b2796,'marginRight':_0x4f234b[_0xd79b(0xa)](0xc,_0x4f234b[_0xd79b(0xa)](_0x1b2796,0x1c))}:fullWidth?styles[_0xd79b(0xb)]:compact?styles[_0xd79b(0xb)]:styles[_0xd79b(0x9)],'resizeMode':'contain'}),React[_0xd79b(0x6)](View,{'style':styles[_0xd79b(0xc)]},React[_0xd79b(0x6)](Text,{'style':fullWidth?styles[_0xd79b(0xd)]:compact?styles[_0xd79b(0xd)]:styles['platformName']},_0x2b5458[_0xd79b(0xe)]))),React['createElement'](Switch,{'value':_0x2771d7,'onValueChange':_0xb91612,'trackColor':{'false':'#E5E5E5','true':_0x4f234b[_0xd79b(0xf)]},'thumbColor':_0x4f234b['euaMN'](Platform['OS'],_0xd79b(0x10))?undefined:_0x2771d7?_0x4f234b[_0xd79b(0x11)]:_0x4f234b[_0xd79b(0x11)],'ios_backgroundColor':_0xd79b(0x12),'style':compact?styles['compactSwitch']:undefined})),fullWidth&&React[_0xd79b(0x6)](View,{'style':styles['descriptionBox']},React[_0xd79b(0x6)](Text,{'style':styles['fullWidthDescription']},_0x2b5458[_0xd79b(0x13)])),!fullWidth&&React[_0xd79b(0x6)](Text,{'style':compact?styles[_0xd79b(0x14)]:styles[_0xd79b(0x13)]},_0x2b5458['description']));},styles=StyleSheet[_0xd79b(0x15)]({'container':{'flexDirection':_0xd79b(0x16),'alignItems':_0xd79b(0x17),'justifyContent':'space-between','paddingVertical':0x10,'paddingHorizontal':0x10,'backgroundColor':COLORS['surface'],'borderRadius':0xc,'marginBottom':0xc,'borderWidth':0x1,'borderColor':'#E5E5E5'},'compactContainer':{'flexDirection':_0xd79b(0x16),'alignItems':_0xd79b(0x17),'justifyContent':_0xd79b(0x18),'paddingVertical':0x10,'paddingHorizontal':0x10,'backgroundColor':COLORS['surface']},'fullWidthContainer':{'flexDirection':_0xd79b(0x19),'paddingVertical':0x8,'paddingHorizontal':0x2,'backgroundColor':COLORS[_0xd79b(0x1a)],'marginBottom':0x4,'marginHorizontal':0x0},'topRow':{'flexDirection':'row','alignItems':_0xd79b(0x17),'justifyContent':_0xd79b(0x18),'marginBottom':0x4},'descriptionBox':{'backgroundColor':'#F5F5F5','borderRadius':0x8,'paddingVertical':0x8,'paddingHorizontal':0x4,'marginTop':0x2},'borderBottom':{'borderBottomWidth':0x1,'borderBottomColor':_0xd79b(0x12)},'leftContent':{'flexDirection':_0xd79b(0x16),'alignItems':'center','flex':0x1},'icon':{'width':0x20,'height':0x20,'marginRight':0xc},'compactIcon':{'width':0x1c,'height':0x1c,'marginRight':0xc},'textContent':{'flex':0x1},'platformName':{'fontSize':0x10,'fontFamily':_0xd79b(0x1b),'fontWeight':_0xd79b(0x1c),'color':COLORS['grey800'],'marginBottom':0x2},'compactPlatformName':{'fontSize':0x10,'fontFamily':_0xd79b(0x1b),'fontWeight':_0xd79b(0x1c),'color':COLORS['grey800'],'marginBottom':0x2},'description':{'fontSize':0xe,'fontFamily':_0xd79b(0x1b),'fontWeight':'400','color':COLORS[_0xd79b(0x1d)],'lineHeight':0x14},'compactDescription':{'fontSize':0xc,'fontFamily':'Inter','fontWeight':_0xd79b(0x1e),'color':COLORS['grey600'],'lineHeight':0x10},'fullWidthDescription':{'fontSize':0xd,'fontFamily':'Inter','fontWeight':_0xd79b(0x1e),'color':COLORS[_0xd79b(0x1d)],'lineHeight':0x12},'compactSwitch':{'transform':[{'scaleX':0.9},{'scaleY':0.9}]}});function _0x29d0(){const _0x5a6aaa=['#4CD964','#FFFFFF','HXllu','fullWidthContainer','compactContainer','container','createElement','KrXzW','topRow','icon','inIQB','compactIcon','textContent','compactPlatformName','name','egNHp','ios','wJGRb','#E5E5E5','description','compactDescription','create','row','center','space-between','column','surface','Inter','600','grey600','400'];_0x29d0=function(){return _0x5a6aaa;};return _0x29d0();}export default PlatformToggle;
|