@onairos/react-native 3.6.2 โ 3.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/api/index.js +1 -1
- package/lib/commonjs/components/BodyText.js +1 -1
- package/lib/commonjs/components/BrandMark.js +1 -1
- package/lib/commonjs/components/CodeInput.js +1 -1
- package/lib/commonjs/components/EmailInput.js +1 -1
- package/lib/commonjs/components/GoogleButton.js +1 -1
- package/lib/commonjs/components/HeadingGroup.js +1 -1
- package/lib/commonjs/components/LLMDataInputModal.js +1 -1
- package/lib/commonjs/components/ModalHeader.js +1 -1
- package/lib/commonjs/components/ModalSheet.js +1 -1
- package/lib/commonjs/components/Onairos.js +1 -1
- package/lib/commonjs/components/OnairosButton.js +1 -1
- package/lib/commonjs/components/OnairosSignInButton.js +1 -1
- package/lib/commonjs/components/Overlay.js +1 -1
- package/lib/commonjs/components/PersonaImage.js +1 -1
- package/lib/commonjs/components/PersonaLoadingScreen.js +1 -1
- package/lib/commonjs/components/PersonalizationConsentScreen.js +1 -1
- package/lib/commonjs/components/PinCreationScreen.js +1 -1
- package/lib/commonjs/components/PinInput.js +1 -1
- package/lib/commonjs/components/PlatformConnectorsStep.js +1 -1
- package/lib/commonjs/components/PlatformList.js +1 -1
- package/lib/commonjs/components/PlatformToggle.js +1 -1
- package/lib/commonjs/components/PrimaryButton.js +1 -1
- package/lib/commonjs/components/SignInMatchAnimation.js +1 -1
- package/lib/commonjs/components/SignInStep.js +1 -1
- package/lib/commonjs/components/UniversalOnboarding.js +1 -1
- package/lib/commonjs/components/VerificationStep.js +1 -1
- package/lib/commonjs/components/WelcomeScreen.js +1 -1
- package/lib/commonjs/components/icons/Basicproficon.js +1 -1
- package/lib/commonjs/components/icons/Basicprofile.js +1 -1
- package/lib/commonjs/components/icons/Checkbox.js +1 -1
- package/lib/commonjs/components/icons/Checkmark.js +1 -1
- package/lib/commonjs/components/icons/Contentanalysis.js +1 -1
- package/lib/commonjs/components/icons/Contenticon.js +1 -1
- package/lib/commonjs/components/icons/EnochE.js +1 -1
- package/lib/commonjs/components/icons/Personalityicon.js +1 -1
- package/lib/commonjs/components/icons/Personalityprofile.js +1 -1
- package/lib/commonjs/components/icons/Personalitytraits.js +1 -1
- package/lib/commonjs/components/icons/Userpreferences.js +1 -1
- package/lib/commonjs/components/icons/index.js +1 -1
- package/lib/commonjs/components/onboarding/OAuthWebView.js +1 -1
- package/lib/commonjs/components/onboarding/OnboardingHeader.js +1 -1
- package/lib/commonjs/components/onboarding/PinInput.js +1 -1
- package/lib/commonjs/components/onboarding/PlatformConnector.js +1 -1
- package/lib/commonjs/config/api.js +1 -1
- package/lib/commonjs/constants/index.js +1 -1
- package/lib/commonjs/context/AuthContext.js +1 -1
- package/lib/commonjs/hooks/useConnectedAccounts.js +1 -1
- package/lib/commonjs/hooks/useConnections.js +1 -1
- package/lib/commonjs/hooks/useCredentials.js +1 -1
- package/lib/commonjs/hooks/useUserConnections.js +1 -1
- package/lib/commonjs/index.js +1 -1
- package/lib/commonjs/services/apiClient.js +1 -1
- package/lib/commonjs/services/apiKeyService.js +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 +1 -1
- package/lib/commonjs/services/hingeDataService.js +1 -1
- package/lib/commonjs/services/imageCompressionService.js +1 -1
- package/lib/commonjs/services/instagramDataExtractor.js +1 -1
- package/lib/commonjs/services/instagramDataService.js +1 -1
- package/lib/commonjs/services/jwtStorageService.js +1 -1
- package/lib/commonjs/services/linkedinDOMExtractor.js +1 -1
- package/lib/commonjs/services/linkedinProfileService.js +1 -1
- package/lib/commonjs/services/linkedinScrapingService.js +1 -1
- package/lib/commonjs/services/llmDataStorage.js +1 -1
- package/lib/commonjs/services/mobileTrainingService.js +1 -1
- package/lib/commonjs/services/oauthService.js +1 -1
- package/lib/commonjs/services/pinEncryptionService.js +1 -1
- package/lib/commonjs/services/pinStorageUtils.js +1 -1
- package/lib/commonjs/services/platformAuthService.js +1 -1
- package/lib/commonjs/services/sephoraDataExtractor.js +1 -1
- package/lib/commonjs/services/sephoraDataService.js +1 -1
- package/lib/commonjs/services/storageService.js +1 -1
- package/lib/commonjs/services/telegramDataExtractor.js +1 -1
- package/lib/commonjs/services/telegramDataService.js +1 -1
- package/lib/commonjs/services/trainingApiHelpers.js +1 -1
- package/lib/commonjs/services/userConnectionsService.js +1 -1
- package/lib/commonjs/services/youtubeMigrationService.js +1 -1
- package/lib/commonjs/theme/index.js +1 -1
- package/lib/commonjs/types/index.js +1 -1
- package/lib/commonjs/types.js +1 -1
- package/lib/commonjs/utils/Portal.js +1 -1
- package/lib/commonjs/utils/api.js +1 -1
- package/lib/commonjs/utils/assetRegistry.js +1 -1
- package/lib/commonjs/utils/auth.js +1 -1
- package/lib/commonjs/utils/connectorTests.js +1 -1
- package/lib/commonjs/utils/crypto.js +1 -1
- package/lib/commonjs/utils/debugHelper.js +1 -1
- package/lib/commonjs/utils/encryption.js +1 -1
- package/lib/commonjs/utils/eventUtils.js +1 -1
- package/lib/commonjs/utils/haptics.js +1 -1
- package/lib/commonjs/utils/imagePreloader.js +1 -1
- package/lib/commonjs/utils/networkDiagnostics.js +1 -1
- package/lib/commonjs/utils/onairosApi.js +1 -1
- package/lib/commonjs/utils/programmaticFlow.js +1 -1
- package/lib/commonjs/utils/retryHelper.js +1 -1
- package/lib/commonjs/utils/secureStorage.js +1 -1
- package/lib/commonjs/utils/webviewScripts/chatgpt.js +1 -1
- package/lib/commonjs/utils/webviewScripts/claude.js +1 -1
- package/lib/commonjs/utils/webviewScripts/hinge.js +1 -1
- package/lib/commonjs/utils/webviewScripts/index.js +1 -1
- package/lib/commonjs/utils/webviewScripts/instagram.js +1 -1
- package/lib/commonjs/utils/webviewScripts/linkedin.js +1 -1
- package/lib/commonjs/utils/webviewScripts/sephora.js +1 -1
- package/lib/commonjs/utils/webviewScripts/telegram.js +1 -1
- package/lib/module/api/index.js +1 -1
- package/lib/module/components/BodyText.js +1 -1
- package/lib/module/components/BrandMark.js +1 -1
- package/lib/module/components/CodeInput.js +1 -1
- package/lib/module/components/EmailInput.js +1 -1
- package/lib/module/components/GoogleButton.js +1 -1
- package/lib/module/components/HeadingGroup.js +1 -1
- package/lib/module/components/LLMDataInputModal.js +1 -1
- package/lib/module/components/ModalHeader.js +1 -1
- package/lib/module/components/ModalSheet.js +1 -1
- package/lib/module/components/Onairos.js +1 -1
- package/lib/module/components/OnairosButton.js +1 -1
- package/lib/module/components/OnairosSignInButton.js +1 -1
- package/lib/module/components/Overlay.js +1 -1
- package/lib/module/components/PersonaImage.js +1 -1
- package/lib/module/components/PersonaLoadingScreen.js +1 -1
- package/lib/module/components/PersonalizationConsentScreen.js +1 -1
- package/lib/module/components/PinCreationScreen.js +1 -1
- package/lib/module/components/PinInput.js +1 -1
- package/lib/module/components/PlatformConnectorsStep.js +1 -1
- package/lib/module/components/PlatformList.js +1 -1
- package/lib/module/components/PlatformToggle.js +1 -1
- package/lib/module/components/PrimaryButton.js +1 -1
- package/lib/module/components/SignInMatchAnimation.js +1 -1
- package/lib/module/components/SignInStep.js +1 -1
- package/lib/module/components/UniversalOnboarding.js +1 -1
- package/lib/module/components/VerificationStep.js +1 -1
- package/lib/module/components/WelcomeScreen.js +1 -1
- package/lib/module/components/icons/Basicproficon.js +1 -1
- package/lib/module/components/icons/Basicprofile.js +1 -1
- package/lib/module/components/icons/Checkbox.js +1 -1
- package/lib/module/components/icons/Checkmark.js +1 -1
- package/lib/module/components/icons/Contentanalysis.js +1 -1
- package/lib/module/components/icons/Contenticon.js +1 -1
- package/lib/module/components/icons/EnochE.js +1 -1
- package/lib/module/components/icons/Personalityicon.js +1 -1
- package/lib/module/components/icons/Personalityprofile.js +1 -1
- package/lib/module/components/icons/Personalitytraits.js +1 -1
- package/lib/module/components/icons/Userpreferences.js +1 -1
- package/lib/module/components/onboarding/OAuthWebView.js +1 -1
- package/lib/module/components/onboarding/OnboardingHeader.js +1 -1
- package/lib/module/components/onboarding/PinInput.js +1 -1
- package/lib/module/components/onboarding/PlatformConnector.js +1 -1
- package/lib/module/config/api.js +1 -1
- package/lib/module/constants/index.js +1 -1
- package/lib/module/context/AuthContext.js +1 -1
- package/lib/module/hooks/useConnectedAccounts.js +1 -1
- package/lib/module/hooks/useConnections.js +1 -1
- package/lib/module/hooks/useCredentials.js +1 -1
- package/lib/module/hooks/useUserConnections.js +1 -1
- package/lib/module/index.js +1 -1
- package/lib/module/services/apiClient.js +1 -1
- package/lib/module/services/apiKeyService.js +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 -1
- package/lib/module/services/hingeDataService.js +1 -1
- package/lib/module/services/imageCompressionService.js +1 -1
- package/lib/module/services/instagramDataExtractor.js +1 -1
- package/lib/module/services/instagramDataService.js +1 -1
- package/lib/module/services/jwtStorageService.js +1 -1
- package/lib/module/services/linkedinDOMExtractor.js +1 -1
- package/lib/module/services/linkedinProfileService.js +1 -1
- package/lib/module/services/linkedinScrapingService.js +1 -1
- package/lib/module/services/llmDataStorage.js +1 -1
- package/lib/module/services/mobileTrainingService.js +1 -1
- package/lib/module/services/oauthService.js +1 -1
- package/lib/module/services/pinEncryptionService.js +1 -1
- package/lib/module/services/pinStorageUtils.js +1 -1
- package/lib/module/services/platformAuthService.js +1 -1
- package/lib/module/services/sephoraDataExtractor.js +1 -1
- package/lib/module/services/sephoraDataService.js +1 -1
- package/lib/module/services/storageService.js +1 -1
- package/lib/module/services/telegramDataExtractor.js +1 -1
- package/lib/module/services/telegramDataService.js +1 -1
- package/lib/module/services/trainingApiHelpers.js +1 -1
- package/lib/module/services/userConnectionsService.js +1 -1
- package/lib/module/services/youtubeMigrationService.js +1 -1
- package/lib/module/theme/index.js +1 -1
- package/lib/module/types.js +1 -1
- package/lib/module/utils/Portal.js +1 -1
- package/lib/module/utils/api.js +1 -1
- package/lib/module/utils/assetRegistry.js +1 -1
- package/lib/module/utils/auth.js +1 -1
- package/lib/module/utils/connectorTests.js +1 -1
- package/lib/module/utils/crypto.js +1 -1
- package/lib/module/utils/debugHelper.js +1 -1
- package/lib/module/utils/encryption.js +1 -1
- package/lib/module/utils/eventUtils.js +1 -1
- package/lib/module/utils/haptics.js +1 -1
- package/lib/module/utils/networkDiagnostics.js +1 -1
- package/lib/module/utils/onairosApi.js +1 -1
- package/lib/module/utils/programmaticFlow.js +1 -1
- package/lib/module/utils/retryHelper.js +1 -1
- package/lib/module/utils/secureStorage.js +1 -1
- package/lib/module/utils/webviewScripts/chatgpt.js +1 -1
- package/lib/module/utils/webviewScripts/claude.js +1 -1
- package/lib/module/utils/webviewScripts/hinge.js +1 -1
- package/lib/module/utils/webviewScripts/index.js +1 -1
- package/lib/module/utils/webviewScripts/instagram.js +1 -1
- package/lib/module/utils/webviewScripts/linkedin.js +1 -1
- package/lib/module/utils/webviewScripts/sephora.js +1 -1
- package/lib/module/utils/webviewScripts/telegram.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
import React,{useState,useEffect}from'react';import{View,Text,StyleSheet,KeyboardAvoidingView,Platform,Keyboard}from'react-native';import{COLORS,SPACING}from'../theme';function _0x4749(_0x595045,_0x4749e6){_0x595045=_0x595045-0x0;const _0x3d1798=_0x5950();let _0x41736f=_0x3d1798[_0x595045];return _0x41736f;}import _0x106add from'./EmailInput';import _0x5a6453 from'./GoogleButton';import _0x2182a6 from'./PrimaryButton';const VALID_TLDS=new Set([_0x4749(0x0),_0x4749(0x1),_0x4749(0x2),_0x4749(0x3),_0x4749(0x4),_0x4749(0x5),_0x4749(0x6),'io','co','ai',_0x4749(0x7),'dev','tech',_0x4749(0x8),'site',_0x4749(0x9),'info',_0x4749(0xa),'me','tv','cc',_0x4749(0xb),'uk','us','ca','au','de','fr','it','es','nl','be','ch','at','se','no','dk','fi','jp','cn','kr','in','br','mx','ar','ru','pl','cz','ie','nz','za','sg','hk','tw','pt','gr','tr','il','ae','sa','eg','ng','ke','gh','ph','id','my','th','vn',_0x4749(0xc),_0x4749(0xd),_0x4749(0xe),_0x4749(0xf),_0x4749(0x10),_0x4749(0x11),'co.kr',_0x4749(0x12),_0x4749(0x13),_0x4749(0x14),_0x4749(0x15),_0x4749(0x16),_0x4749(0x17)]),INVALID_TLDS=new Set([_0x4749(0x18),_0x4749(0x19),_0x4749(0x1a),_0x4749(0x1b),'cm',_0x4749(0x1c),_0x4749(0x1d),'om',_0x4749(0x1e),_0x4749(0x1f),_0x4749(0x20),_0x4749(0x21),'og',_0x4749(0x22),_0x4749(0x23),'rg','nte','ne',_0x4749(0x24),_0x4749(0x25),_0x4749(0x26),'oi','ioo',_0x4749(0x27),'gmai',_0x4749(0x28),_0x4749(0x29),'gmal',_0x4749(0x2a),_0x4749(0x2b),'outloo',_0x4749(0x2c),_0x4749(0x2d),_0x4749(0x2e),_0x4749(0x2f),_0x4749(0x30),'hotmal',_0x4749(0x31)]),validateEmail=_0x4fd039=>{const _0x24863f={'FbGNf':_0x4749(0x32),'OhVPI':_0x4749(0x33),'grPWv':function(_0x59c945,_0xc22363){return _0x59c945(_0xc22363);},'JrbtH':'Invalid\x20email\x20address','EpKEH':_0x4749(0x34),'lLyFg':function(_0x51b868,_0x5f09c5){return _0x51b868+_0x5f09c5;},'oXyzr':function(_0x5f08ec,_0x28a0fc){return _0x5f08ec-_0x28a0fc;},'IwMCv':function(_0x3c838c,_0x38b0fb){return _0x3c838c>=_0x38b0fb;},'tRFWO':function(_0x3345a5,_0x173ee4){return _0x3345a5===_0x173ee4;},'RUWqn':_0x4749(0x18),'WboLs':function(_0xb3cb44,_0x375858){return _0xb3cb44===_0x375858;},'SEVYl':'cmo','xFbFO':function(_0x18e1a5,_0x16f471){return _0x18e1a5===_0x16f471;},'xTdsZ':'vom','FncwL':function(_0x55a337,_0x27466b){return _0x55a337===_0x27466b;},'xYPsk':function(_0x517404,_0x451dfc){return _0x517404===_0x451dfc;},'wApfo':function(_0x303b00,_0x2bcea3){return _0x303b00===_0x2bcea3;},'AIECL':'comn','qxCRf':_0x4749(0x20),'UPicE':_0x4749(0x21),'kYnKB':function(_0x236f3b,_0x3604bb){return _0x236f3b===_0x3604bb;},'fpJol':function(_0x4f88b8,_0x373265){return _0x4f88b8===_0x373265;},'ItzUL':_0x4749(0x22),'oduQj':_0x4749(0x23),'CQurY':_0x4749(0x35),'JtIJA':function(_0x374eb2,_0x18f52a){return _0x374eb2===_0x18f52a;},'DaIzx':_0x4749(0x36),'qnHJu':function(_0x29f17a,_0x4c2f7c){return _0x29f17a===_0x4c2f7c;},'jPHUz':_0x4749(0x25),'FKGwa':function(_0x178a75,_0x3f0250){return _0x178a75===_0x3f0250;},'VCdno':_0x4749(0x37),'LntVT':'lio','RZCFH':_0x4749(0x38),'eELvY':_0x4749(0x39),'NZcWJ':function(_0x2b46dd,_0x84435e){return _0x2b46dd<_0x84435e;},'QxzVT':function(_0x272e57,_0x174826){return _0x272e57<=_0x174826;},'oPgJs':function(_0x4d40b6,_0x3e05f6){return _0x4d40b6===_0x3e05f6;},'TGcTm':'JbVGi','lUaab':_0x4749(0x3a),'fgHFO':_0x4749(0x3b),'GnDAS':_0x4749(0x3c),'DfKuh':_0x4749(0x3d),'LMTPU':_0x4749(0x3e),'eTMuJ':'aol','XgOrv':_0x4749(0x3f),'AQQKP':_0x4749(0x40),'CeWMa':_0x4749(0x0),'ZLnBC':_0x4749(0x41),'QMeXt':'yahoo.com.br','nPeOv':_0x4749(0x42),'rLofa':_0x4749(0x43),'byjid':_0x4749(0x44),'eYjCR':_0x4749(0x45)},_0x3c1076=_0x4fd039[_0x4749(0x46)]()[_0x4749(0x47)](),_0x59e47f=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;if(!_0x59e47f[_0x4749(0x48)](_0x3c1076))return{'isValid':![],'error':_0x24863f[_0x4749(0x49)]};const _0x47a48d=_0x3c1076[_0x4749(0x4a)]('@'),_0x4253c1=_0x3c1076[_0x4749(0x4b)](_0x24863f['lLyFg'](_0x47a48d,0x1)),_0x109c21=_0x4253c1[_0x4749(0x4c)]('.');if(_0x109c21[_0x4749(0x4d)]<0x2)return{'isValid':![],'error':_0x24863f[_0x4749(0x49)]};const _0x40dfe9=_0x109c21[_0x24863f[_0x4749(0x4e)](_0x109c21['length'],0x1)],_0x2bd096=_0x24863f['IwMCv'](_0x109c21[_0x4749(0x4d)],0x2)?_0x109c21[_0x24863f[_0x4749(0x4e)](_0x109c21['length'],0x2)]+'.'+_0x40dfe9:'';if(INVALID_TLDS['has'](_0x40dfe9)){let _0x24b425='';if(_0x24863f[_0x4749(0x4f)](_0x40dfe9,_0x24863f[_0x4749(0x50)])||_0x24863f[_0x4749(0x51)](_0x40dfe9,_0x24863f[_0x4749(0x52)])||_0x24863f[_0x4749(0x53)](_0x40dfe9,_0x24863f['xTdsZ'])||_0x40dfe9===_0x4749(0x1b)||_0x24863f[_0x4749(0x54)](_0x40dfe9,_0x4749(0x1c))||_0x24863f['xYPsk'](_0x40dfe9,_0x4749(0x1e))||_0x24863f[_0x4749(0x55)](_0x40dfe9,_0x24863f['AIECL'])||_0x40dfe9===_0x24863f[_0x4749(0x56)])_0x24b425=_0x24863f[_0x4749(0x57)];else{if(_0x24863f[_0x4749(0x53)](_0x40dfe9,_0x24863f[_0x4749(0x58)])||_0x24863f[_0x4749(0x59)](_0x40dfe9,'og')||_0x24863f[_0x4749(0x5a)](_0x40dfe9,_0x24863f['ItzUL'])||_0x24863f[_0x4749(0x59)](_0x40dfe9,_0x24863f[_0x4749(0x5b)]))_0x24b425=_0x24863f[_0x4749(0x5c)];else{if(_0x24863f['JtIJA'](_0x40dfe9,_0x24863f['DaIzx'])||_0x24863f[_0x4749(0x59)](_0x40dfe9,'ne')||_0x24863f[_0x4749(0x51)](_0x40dfe9,'nett')||_0x24863f[_0x4749(0x5d)](_0x40dfe9,_0x24863f[_0x4749(0x5e)]))_0x24b425=_0x4749(0x5f);else(_0x24863f[_0x4749(0x60)](_0x40dfe9,'oi')||_0x24863f[_0x4749(0x61)](_0x40dfe9,_0x24863f['VCdno'])||_0x40dfe9===_0x24863f[_0x4749(0x62)])&&(_0x24863f[_0x4749(0x59)](_0x24863f[_0x4749(0x63)],_0x4749(0x64))?_0x14416e=_0x24863f[_0x4749(0x57)]:_0x24b425=_0x24863f[_0x4749(0x65)]);}}return{'isValid':![],'error':_0x4749(0x66)+_0x40dfe9+').'+_0x24b425};}if(_0x24863f[_0x4749(0x67)](_0x40dfe9[_0x4749(0x4d)],0x2))return{'isValid':![],'error':_0x24863f[_0x4749(0x49)]};const _0x15a91b=VALID_TLDS[_0x4749(0x68)](_0x40dfe9)||VALID_TLDS[_0x4749(0x68)](_0x2bd096);if(!_0x15a91b&&_0x24863f[_0x4749(0x69)](_0x40dfe9[_0x4749(0x4d)],0x2)){if(_0x24863f['oPgJs'](_0x24863f['TGcTm'],_0x4749(0x6a)))return{'isValid':![],'error':_0x4749(0x66)+_0x40dfe9+_0x4749(0x6b)};else _0x152707(_0x14d302),_0x429cfc&&_0x3520d9('');}const _0x236525=_0x109c21['slice'](0x0,-0x1)[_0x4749(0x6c)]('.'),_0x235334={'gmai':_0x24863f[_0x4749(0x6d)],'gmial':_0x24863f[_0x4749(0x6d)],'gmil':_0x24863f[_0x4749(0x6d)],'gmal':_0x4749(0x3a),'gamil':_0x24863f[_0x4749(0x6d)],'outlok':_0x24863f['fgHFO'],'outloo':_0x24863f[_0x4749(0x6e)],'outlokk':_0x4749(0x3b),'yahooo':'yahoo','yaho':_0x24863f[_0x4749(0x6f)],'yhoo':_0x24863f['GnDAS'],'hotmai':_0x24863f[_0x4749(0x70)],'hotmal':_0x24863f['DfKuh'],'hotmial':_0x24863f[_0x4749(0x70)],'iclod':_0x24863f[_0x4749(0x71)],'iclould':_0x24863f[_0x4749(0x71)]};if(_0x235334[_0x236525])return{'isValid':![],'error':_0x4749(0x72)+_0x235334[_0x236525]+'.'+_0x40dfe9+'?'};const _0x1ec914=[_0x24863f['lUaab'],_0x24863f[_0x4749(0x6f)],_0x4749(0x3d),_0x24863f['fgHFO'],_0x24863f[_0x4749(0x71)],_0x24863f[_0x4749(0x73)],_0x24863f['XgOrv'],_0x24863f[_0x4749(0x74)]],_0x3e7865={'gmail':'com','yahoo':_0x24863f['CeWMa'],'hotmail':_0x24863f['CeWMa'],'outlook':_0x4749(0x0),'icloud':_0x24863f['CeWMa'],'aol':_0x24863f['CeWMa'],'protonmail':_0x24863f[_0x4749(0x75)],'zoho':_0x24863f[_0x4749(0x75)]};if(_0x1ec914['includes'](_0x236525)&&_0x40dfe9!==_0x3e7865[_0x236525]){const _0x249f78=['yahoo.co.uk',_0x24863f[_0x4749(0x76)],_0x24863f[_0x4749(0x77)],_0x24863f[_0x4749(0x78)],_0x24863f[_0x4749(0x79)],'hotmail.co.uk',_0x24863f[_0x4749(0x7a)]],_0x3ad6b3=_0x236525+'.'+_0x40dfe9;if(!_0x249f78['includes'](_0x3ad6b3)){if(_0x24863f[_0x4749(0x7b)]===_0x24863f[_0x4749(0x7b)])return{'isValid':![],'error':'Did\x20you\x20mean\x20'+_0x236525+'.'+_0x3e7865[_0x236525]+'?'};else{_0x4211c9[_0x4749(0x7c)](_0x24863f['OhVPI'],_0xab841c['error']),_0x24863f[_0x4749(0x7d)](_0x2da031,_0x5b3011[_0x4749(0x7e)]||_0x24863f[_0x4749(0x7f)]);return;}}}return{'isValid':!![]};},SignInStep=({onEmailSubmit:_0x1ae990,onGoogleSignIn:_0x5a90fe,onContinue:_0x3cb863,loading:loading=![],error:error='',initialEmail:initialEmail=''})=>{const _0x485718={'BgluD':function(_0x326ac4,_0x34830c){return _0x326ac4(_0x34830c);},'byUSP':function(_0x36c24a,_0x424632){return _0x36c24a(_0x424632);},'JesBh':function(_0x3e3562,_0x26ed11){return _0x3e3562===_0x26ed11;},'XPjaG':function(_0xc77a79,_0x55f0d4){return _0xc77a79===_0x55f0d4;},'svOEO':_0x4749(0x80),'QwPRG':_0x4749(0x81),'kjKZB':'๐\x20Reviewer\x20bypass\x20detected\x20in\x20new\x20UI','ooPKk':_0x4749(0x82),'okYnU':_0x4749(0x48),'VXtla':_0x4749(0x83),'dCXrt':'test@bypass.com','RqQwX':function(_0xa2fa77,_0x5b1768){return _0xa2fa77(_0x5b1768);},'dOrct':_0x4749(0x33),'EYTem':_0x4749(0x84),'UigGy':_0x4749(0x85),'DXCJq':_0x4749(0x86),'bePSD':_0x4749(0x87),'GCfVZ':function(_0x3a34a0,_0x306d0f){return _0x3a34a0===_0x306d0f;},'YCyKt':function(_0x3bf692,_0x3ca340){return _0x3bf692===_0x3ca340;},'DhqBd':function(_0x527ae8,_0x1c8e26){return _0x527ae8===_0x1c8e26;},'ZFudz':function(_0x33d90d,_0x1a39b9){return _0x33d90d(_0x1a39b9);},'qLsES':function(_0x546402,_0x513a5c,_0x5550f1){return _0x546402(_0x513a5c,_0x5550f1);},'FpPzl':_0x4749(0x88),'HQIEz':'padding','Wentd':_0x4749(0x89),'qPAeV':_0x4749(0x8a),'IbyYV':_0x4749(0x8b),'hGCKL':function(_0x96923c,_0x1449e6){return _0x96923c||_0x1449e6;},'VwhCp':_0x4749(0x8c)},[_0x30ae01,_0xbe4dab]=useState(initialEmail),[_0x1af81e,_0x2367f6]=useState(![]),[_0x4eccf9,_0x44fc86]=_0x485718['ZFudz'](useState,''),_0x166931=_0x587c83=>{_0x485718[_0x4749(0x8d)](_0xbe4dab,_0x587c83),_0x4eccf9&&_0x485718[_0x4749(0x8e)](_0x44fc86,'');},_0x25634a=()=>{const _0x555272={'Nabrt':function(_0x50903f,_0x565de8){return _0x485718[_0x4749(0x8f)](_0x50903f,_0x565de8);},'HsPaC':function(_0x4c9d4d,_0x275871){return _0x485718[_0x4749(0x90)](_0x4c9d4d,_0x275871);}};if(_0x485718[_0x4749(0x90)](_0x485718[_0x4749(0x91)],_0x485718[_0x4749(0x91)])){if(_0x30ae01[_0x4749(0x47)]()[_0x4749(0x46)]()===_0x485718[_0x4749(0x92)]){console[_0x4749(0x7c)](_0x485718[_0x4749(0x93)]),_0x485718[_0x4749(0x8d)](_0x1ae990,_0x485718['ooPKk']);return;}if(_0x30ae01[_0x4749(0x47)]()[_0x4749(0x46)]()===_0x485718['okYnU']){console[_0x4749(0x7c)](_0x485718['VXtla']),_0x485718[_0x4749(0x8d)](_0x1ae990,_0x485718[_0x4749(0x94)]);return;}if(_0x30ae01[_0x4749(0x46)]()){const _0x2c2e8c=_0x485718[_0x4749(0x95)](validateEmail,_0x30ae01);if(!_0x2c2e8c[_0x4749(0x96)]){console[_0x4749(0x7c)](_0x485718['dOrct'],_0x2c2e8c['error']),_0x44fc86(_0x2c2e8c[_0x4749(0x7e)]||_0x485718['EYTem']);return;}console[_0x4749(0x7c)](_0x485718[_0x4749(0x97)]),_0x485718['byUSP'](_0x44fc86,''),_0x1ae990(_0x30ae01[_0x4749(0x46)]());}}else _0x555272[_0x4749(0x98)](_0x3b40cd,null)||_0x399e21===void 0x0||_0x1302d6[_0x4749(0x99)](),_0x555272[_0x4749(0x98)](_0x5e4749,null)||_0x555272['HsPaC'](_0x189c40,void 0x0)||_0x5c780a[_0x4749(0x99)]();};return _0x485718[_0x4749(0x9a)](useEffect,()=>{const _0x5659f3={'usfUh':function(_0x2a2eab,_0x245fd1){return _0x485718[_0x4749(0x9b)](_0x2a2eab,_0x245fd1);},'puCaL':function(_0x9569e6,_0x196d41){return _0x485718[_0x4749(0x9b)](_0x9569e6,_0x196d41);}};if(_0x485718[_0x4749(0x9c)](_0x4749(0x9d),_0x4749(0x9e))){const _0x138d22=_0x3ce882[_0x4749(0x9f)](_0x485718[_0x4749(0xa0)],()=>_0x59e27d(!![])),_0x1687b8=_0x3ad025['addListener'](_0x485718[_0x4749(0xa1)],()=>_0x8a27b5(![]));return()=>{_0x5659f3['usfUh'](_0x1687b8,null)||_0x5659f3['usfUh'](_0x1687b8,void 0x0)||_0x1687b8[_0x4749(0x99)](),_0x5659f3['usfUh'](_0x138d22,null)||_0x5659f3[_0x4749(0xa2)](_0x138d22,void 0x0)||_0x138d22[_0x4749(0x99)]();};}else{const _0x2135b9=Keyboard['addListener'](_0x485718[_0x4749(0xa0)],()=>_0x2367f6(!![])),_0x103990=Keyboard['addListener'](_0x4749(0x87),()=>_0x2367f6(![]));return()=>{_0x485718['GCfVZ'](_0x103990,null)||_0x103990===void 0x0||_0x103990['remove'](),_0x2135b9===null||_0x485718[_0x4749(0x9b)](_0x2135b9,void 0x0)||_0x2135b9[_0x4749(0x99)]();};}},[]),React[_0x4749(0xa3)](KeyboardAvoidingView,{'behavior':_0x485718[_0x4749(0x8f)](Platform['OS'],_0x485718[_0x4749(0xa4)])?_0x485718[_0x4749(0xa5)]:_0x4749(0xa6),'style':styles[_0x4749(0xa7)]},React[_0x4749(0xa3)](View,{'style':styles['content']},React['createElement'](View,{'style':styles[_0x4749(0xa8)]},React[_0x4749(0xa3)](Text,{'style':styles[_0x4749(0xa9)]},_0x485718[_0x4749(0xaa)]),React['createElement'](Text,{'style':styles[_0x4749(0xab)]},'Sign\x20in\x20or\x20create\x20an\x20account')),React[_0x4749(0xa3)](View,{'style':styles[_0x4749(0xac)]},React[_0x4749(0xa3)](_0x106add,{'value':_0x30ae01,'onChangeText':_0x166931,'onSubmitEditing':_0x25634a,'returnKeyType':_0x485718[_0x4749(0xad)],'blurOnSubmit':!![],'placeholder':_0x485718[_0x4749(0xae)],'placeholderTextColor':_0x4749(0xaf)}),_0x485718['hGCKL'](_0x4eccf9,error)?React[_0x4749(0xa3)](Text,{'style':styles[_0x4749(0xb0)]},_0x485718[_0x4749(0xb1)](_0x4eccf9,error)):null),React[_0x4749(0xa3)](View,{'style':styles[_0x4749(0xb2)]},React[_0x4749(0xa3)](View,{'style':styles[_0x4749(0xb3)]}),React[_0x4749(0xa3)](Text,{'style':styles[_0x4749(0xb4)]},'Or'),React[_0x4749(0xa3)](View,{'style':styles[_0x4749(0xb3)]})),React['createElement'](View,{'style':styles[_0x4749(0xb5)]},React[_0x4749(0xa3)](_0x5a6453,{'onPress':_0x5a90fe,'disabled':loading})),React[_0x4749(0xa3)](View,{'style':styles[_0x4749(0xb6)]}),React[_0x4749(0xa3)](View,{'style':styles[_0x4749(0xb7)]},React[_0x4749(0xa3)](_0x2182a6,{'label':_0x485718['VwhCp'],'onPress':_0x25634a,'disabled':loading||!_0x30ae01[_0x4749(0x46)](),'loading':loading}))));},styles=StyleSheet[_0x4749(0xb8)]({'container':{'flex':0x1},'content':{'flex':0x1,'paddingTop':0x18,'paddingHorizontal':0x18},'headingContainer':{'width':_0x4749(0xb9),'marginBottom':0x16,'paddingHorizontal':0x0},'title':{'fontFamily':'IBM\x20Plex\x20Sans','fontWeight':_0x4749(0xba),'fontSize':0x18,'lineHeight':0x20,'color':COLORS[_0x4749(0xbb)],'textAlign':_0x4749(0xbc),'marginBottom':SPACING['sm']},'subtitle':{'fontFamily':_0x4749(0xbd),'fontWeight':_0x4749(0xbe),'fontSize':0x10,'lineHeight':0x18,'color':COLORS[_0x4749(0xbf)],'textAlign':_0x4749(0xbc)},'inputContainer':{'marginBottom':0x20,'paddingHorizontal':0x0},'dividerContainer':{'flexDirection':_0x4749(0xc0),'alignItems':_0x4749(0xc1),'marginBottom':0x20,'paddingHorizontal':0x0},'dividerLine':{'flex':0x1,'height':0x1,'backgroundColor':_0x4749(0xc2)},'dividerText':{'paddingHorizontal':SPACING['md'],'fontSize':0xe,'fontFamily':_0x4749(0xbd),'fontWeight':'400','color':COLORS[_0x4749(0xc3)]},'googleContainer':{'marginBottom':SPACING['xl'],'paddingHorizontal':0x0},'spacer':{'flex':0x1,'minHeight':0x14},'continueContainer':{'paddingBottom':SPACING['xl'],'paddingHorizontal':0x0},'errorText':{'fontSize':0xe,'fontFamily':_0x4749(0xbd),'fontWeight':_0x4749(0xbe),'color':'#DC3545','marginTop':0x8,'textAlign':'left'}});function _0x5950(){const _0x434d73=['com','org','net','edu','gov','mil','int','app','online','web','biz','xyz','co.uk','com.au','co.nz','co.za','com.br','co.jp','co.in','org.uk','net.au','gov.uk','ac.uk','edu.au','con','cmo','vom','ocm','cpm','ckm','comm','comn','copm','ogr','orgg','rog','nett','ent','bet','lio','gmial','gmil','gamil','outlok','outlokk','yahooo','yaho','yhoo','hotmai','hotmial','\x20Did\x20you\x20mean\x20.com?','โ\x20Email\x20validation\x20failed:','Please\x20enter\x20a\x20valid\x20email\x20address','\x20Did\x20you\x20mean\x20.org?','nte','ioo','rNxtT','\x20Did\x20you\x20mean\x20.io?','gmail','outlook','yahoo','hotmail','icloud','protonmail','zoho','yahoo.co.jp','yahoo.com.au','outlook.co.uk','hotmail.co.jp','DZDJA','trim','toLowerCase','test','EpKEH','lastIndexOf','substring','split','length','oXyzr','tRFWO','RUWqn','WboLs','SEVYl','xFbFO','FncwL','wApfo','qxCRf','FbGNf','UPicE','kYnKB','fpJol','oduQj','CQurY','qnHJu','jPHUz','\x20Did\x20you\x20mean\x20.net?','FKGwa','JtIJA','LntVT','RZCFH','ixTaQ','eELvY','Invalid\x20email\x20domain\x20(.','NZcWJ','has','QxzVT','JbVGi',').\x20Please\x20check\x20your\x20email.','join','lUaab','fgHFO','GnDAS','DfKuh','LMTPU','Did\x20you\x20mean\x20','eTMuJ','AQQKP','CeWMa','ZLnBC','QMeXt','nPeOv','rLofa','byjid','eYjCR','log','grPWv','error','JrbtH','yRLMy','reviewer','reviewer@bypass.com','๐งช\x20Test\x20bypass\x20detected\x20-\x20skipping\x20to\x20verification\x20screen','Invalid\x20email\x20address','โ
\x20Email\x20validation\x20passed','keyboardDidShow','keyboardDidHide','ios','Build\x20your\x20Onairos\x20persona\x20to\x20own\x20your\x20digital\x20identity','done','Your\x20email','Continue','BgluD','byUSP','JesBh','XPjaG','svOEO','QwPRG','kjKZB','dCXrt','RqQwX','isValid','UigGy','Nabrt','remove','qLsES','YCyKt','DhqBd','CFdHb','lpoUi','addListener','DXCJq','bePSD','puCaL','createElement','FpPzl','HQIEz','height','container','headingContainer','title','Wentd','subtitle','inputContainer','qPAeV','IbyYV','#9CA3AF','errorText','hGCKL','dividerContainer','dividerLine','dividerText','googleContainer','spacer','continueContainer','create','100%','700','grey800','left','Inter','400','grey600','row','center','#E5E5E5','grey500'];_0x5950=function(){return _0x434d73;};return _0x5950();}export{SignInStep};export default SignInStep;
|
|
1
|
+
function _0x47ae(){const _0x26d97e=['com','org','net','edu','mil','dev','tech','site','info','biz','xyz','co.uk','com.au','co.nz','co.za','com.br','co.jp','co.kr','co.in','org.uk','net.au','gov.uk','ac.uk','edu.au','con','cmo','vom','ocm','cpm','ckm','comm','comn','copm','ogr','orgg','rog','nett','ent','bet','ioo','gmial','gmil','gmal','gamil','outlok','outloo','outlokk','yhoo','hotmai','hotmial','โ\x20Email\x20validation\x20failed:','โ
\x20Email\x20validation\x20passed','XgsUE','kdnnJ','jsyaH','hQlOh','dejqV','\x20Did\x20you\x20mean\x20.net?','lio','PBZig','\x20Did\x20you\x20mean\x20.io?','gmail','outlook','icloud','FYyZb','MSfSN','protonmail','yahoo.co.uk','yahoo.co.jp','outlook.co.uk','hotmail.co.uk','trim','toLowerCase','test','YJeQZ','KCuGX','rtmVE','Did\x20you\x20mean\x20','lastIndexOf','substring','split','vhRCk','RvFVf','uABmZ','lftFg','log','error','TAdzN','zNHjp','jqCqX','vmQkA','hlesy','length','has','UfYGr','UAHfQ','WWojJ','NJYNB','EVUwy','ARzWv','IIuws','CEBNy','JhPea','toSXU','FjZTa','fPtMd','DJkWo','htRxq','qXlhU','\x20Did\x20you\x20mean\x20.org?','nJIqL','lhIPD','jRhPj','XkGDK','fTIZD','UupSf','meveD','๐งช\x20Test\x20bypass\x20detected\x20-\x20skipping\x20to\x20verification\x20screen','BGFCa','MAdNj',').\x20Please\x20check\x20your\x20email.','slice','join','WHFmw','ScPYr','yahoo','GSLix','AWGgG','sALco','hotmail','aol','ZnLzF','yfCwa','NMAtn','SpyDs','yahoo.com.au','Ryils','NVxdC','hotmail.co.jp','includes','reviewer','test@bypass.com','Invalid\x20email\x20address','keyboardDidHide','padding','height','Build\x20your\x20Onairos\x20persona\x20to\x20own\x20your\x20digital\x20identity','Sign\x20in\x20or\x20create\x20an\x20account','Your\x20email','#9CA3AF','jYCKV','inWuP','EQPvE','lVdex','nDGaF','fgYTX','XekXU','isValid','KrMvd','AsdLv','AhfCh','HAMKG','addListener','keyboardDidShow','zxHtM','lgKLl','remove','OtglC','createElement','oBAPj','ios','qhBAa','container','content','title','VfnEV','subtitle','AKiyE','inputContainer','jJAPG','Lgdka','JPyUk','dividerContainer','dividerLine','dividerText','googleContainer','eijTi','create','700','grey800','left','Inter','400','grey600','row','center','#E5E5E5','grey500','#DC3545'];_0x47ae=function(){return _0x26d97e;};return _0x47ae();}import React,{useState,useEffect}from'react';import{View,Text,StyleSheet,KeyboardAvoidingView,Platform,Keyboard}from'react-native';import{COLORS,SPACING}from'../theme';function _0x3ff4(_0x47ae91,_0x3ff476){_0x47ae91=_0x47ae91-0x0;const _0x401091=_0x47ae();let _0x36249c=_0x401091[_0x47ae91];return _0x36249c;}import _0x362be from'./EmailInput';import _0xe4e4c7 from'./GoogleButton';import _0x53ff9c from'./PrimaryButton';const VALID_TLDS=new Set([_0x3ff4(0x0),_0x3ff4(0x1),_0x3ff4(0x2),_0x3ff4(0x3),'gov',_0x3ff4(0x4),'int','io','co','ai','app',_0x3ff4(0x5),_0x3ff4(0x6),'online',_0x3ff4(0x7),'web',_0x3ff4(0x8),_0x3ff4(0x9),'me','tv','cc',_0x3ff4(0xa),'uk','us','ca','au','de','fr','it','es','nl','be','ch','at','se','no','dk','fi','jp','cn','kr','in','br','mx','ar','ru','pl','cz','ie','nz','za','sg','hk','tw','pt','gr','tr','il','ae','sa','eg','ng','ke','gh','ph','id','my','th','vn',_0x3ff4(0xb),_0x3ff4(0xc),_0x3ff4(0xd),_0x3ff4(0xe),_0x3ff4(0xf),_0x3ff4(0x10),_0x3ff4(0x11),_0x3ff4(0x12),_0x3ff4(0x13),_0x3ff4(0x14),_0x3ff4(0x15),_0x3ff4(0x16),_0x3ff4(0x17)]),INVALID_TLDS=new Set([_0x3ff4(0x18),_0x3ff4(0x19),_0x3ff4(0x1a),_0x3ff4(0x1b),'cm',_0x3ff4(0x1c),_0x3ff4(0x1d),'om',_0x3ff4(0x1e),_0x3ff4(0x1f),_0x3ff4(0x20),_0x3ff4(0x21),'og',_0x3ff4(0x22),_0x3ff4(0x23),'rg','nte','ne',_0x3ff4(0x24),_0x3ff4(0x25),_0x3ff4(0x26),'oi',_0x3ff4(0x27),'lio','gmai',_0x3ff4(0x28),_0x3ff4(0x29),_0x3ff4(0x2a),_0x3ff4(0x2b),_0x3ff4(0x2c),_0x3ff4(0x2d),_0x3ff4(0x2e),'yahooo','yaho',_0x3ff4(0x2f),_0x3ff4(0x30),'hotmal',_0x3ff4(0x31)]),validateEmail=_0x10ea95=>{const _0x363825={'lftFg':function(_0x3c7f9c,_0x1d1c53){return _0x3c7f9c(_0x1d1c53);},'PmELS':_0x3ff4(0x32),'TAdzN':function(_0x2772a0,_0x486866){return _0x2772a0(_0x486866);},'zhbpe':_0x3ff4(0x33),'zNHjp':function(_0x51d86f,_0x5bf351){return _0x51d86f(_0x5bf351);},'jqCqX':function(_0x30e784,_0x471618){return _0x30e784(_0x471618);},'rtmVE':'Please\x20enter\x20a\x20valid\x20email\x20address','YJeQZ':function(_0x17710d,_0x861b96){return _0x17710d===_0x861b96;},'KCuGX':_0x3ff4(0x34),'vhRCk':function(_0x52638e,_0x3123da){return _0x52638e<_0x3123da;},'qeEwJ':function(_0x16ed1e,_0xc1c527){return _0x16ed1e!==_0xc1c527;},'RvFVf':_0x3ff4(0x35),'uABmZ':_0x3ff4(0x36),'vmQkA':function(_0x4eaa09,_0x5b0d26){return _0x4eaa09-_0x5b0d26;},'hlesy':function(_0xf16288,_0x528dd2){return _0xf16288>=_0x528dd2;},'UfYGr':_0x3ff4(0x18),'UAHfQ':_0x3ff4(0x19),'ZmAWx':_0x3ff4(0x1a),'WWojJ':_0x3ff4(0x1b),'NJYNB':function(_0x1fed63,_0x90aacb){return _0x1fed63===_0x90aacb;},'EVUwy':_0x3ff4(0x1e),'ARzWv':function(_0x44e3fc,_0x583868){return _0x44e3fc===_0x583868;},'IIuws':'comn','CEBNy':'\x20Did\x20you\x20mean\x20.com?','JhPea':'ogr','toSXU':function(_0x2614ea,_0x37f4e3){return _0x2614ea===_0x37f4e3;},'XmKkn':'orgg','FjZTa':_0x3ff4(0x23),'fPtMd':function(_0x158195,_0x397451){return _0x158195===_0x397451;},'DJkWo':'nte','lhIPD':function(_0x26ad94,_0x558294){return _0x26ad94===_0x558294;},'htRxq':_0x3ff4(0x37),'qXlhU':_0x3ff4(0x38),'nJIqL':_0x3ff4(0x39),'jRhPj':_0x3ff4(0x27),'FAseq':function(_0x23544b,_0x1be2c7){return _0x23544b===_0x1be2c7;},'XkGDK':_0x3ff4(0x3a),'fTIZD':function(_0x51b008,_0x3d749a){return _0x51b008===_0x3d749a;},'UupSf':_0x3ff4(0x3b),'meveD':'pemOn','BGFCa':_0x3ff4(0x3c),'iYaOr':function(_0xa0ec36,_0x32bcef){return _0xa0ec36<_0x32bcef;},'MAdNj':function(_0x42728e,_0x381dd0){return _0x42728e<=_0x381dd0;},'WHFmw':_0x3ff4(0x3d),'ScPYr':_0x3ff4(0x3e),'GSLix':'yahoo','AWGgG':'hotmail','sALco':_0x3ff4(0x3f),'icoPs':_0x3ff4(0x40),'cSoOJ':_0x3ff4(0x41),'VXiwD':_0x3ff4(0x42),'yprIx':'zoho','ZnLzF':'com','yfCwa':_0x3ff4(0x43),'NMAtn':_0x3ff4(0x44),'SpyDs':'yahoo.com.br','Ryils':_0x3ff4(0x45),'NVxdC':_0x3ff4(0x46)},_0x5cd5fd=_0x10ea95[_0x3ff4(0x47)]()[_0x3ff4(0x48)](),_0x2999c6=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;if(!_0x2999c6[_0x3ff4(0x49)](_0x5cd5fd))return _0x363825[_0x3ff4(0x4a)](_0x363825[_0x3ff4(0x4b)],_0x3ff4(0x34))?{'isValid':![],'error':_0x363825[_0x3ff4(0x4c)]}:{'isValid':![],'error':_0x3ff4(0x4d)+_0x2906d3[_0x4096c5]+'.'+_0x25c34b+'?'};const _0x5ac952=_0x5cd5fd[_0x3ff4(0x4e)]('@'),_0x417e1b=_0x5cd5fd[_0x3ff4(0x4f)](_0x5ac952+0x1),_0x43fd89=_0x417e1b[_0x3ff4(0x50)]('.');if(_0x363825[_0x3ff4(0x51)](_0x43fd89['length'],0x2)){if(_0x363825['qeEwJ'](_0x363825[_0x3ff4(0x52)],_0x363825[_0x3ff4(0x53)]))return{'isValid':![],'error':_0x363825[_0x3ff4(0x4c)]};else{const _0xc5b169=_0x363825[_0x3ff4(0x54)](_0x37c93d,_0x2eb6c3);if(!_0xc5b169['isValid']){_0xed1cd4[_0x3ff4(0x55)](_0x363825['PmELS'],_0xc5b169[_0x3ff4(0x56)]),_0x363825[_0x3ff4(0x57)](_0x86eda6,_0xc5b169[_0x3ff4(0x56)]||'Invalid\x20email\x20address');return;}_0x105b31['log'](_0x363825['zhbpe']),_0x363825[_0x3ff4(0x58)](_0x85b4fc,''),_0x363825[_0x3ff4(0x59)](_0x2c574d,_0x4969f4[_0x3ff4(0x47)]());}}const _0x20622e=_0x43fd89[_0x363825[_0x3ff4(0x5a)](_0x43fd89['length'],0x1)],_0x28f7eb=_0x363825[_0x3ff4(0x5b)](_0x43fd89[_0x3ff4(0x5c)],0x2)?_0x43fd89[_0x363825[_0x3ff4(0x5a)](_0x43fd89['length'],0x2)]+'.'+_0x20622e:'';if(INVALID_TLDS[_0x3ff4(0x5d)](_0x20622e)){let _0x54999a='';if(_0x363825[_0x3ff4(0x4a)](_0x20622e,_0x363825[_0x3ff4(0x5e)])||_0x363825['YJeQZ'](_0x20622e,_0x363825[_0x3ff4(0x5f)])||_0x363825['YJeQZ'](_0x20622e,_0x363825['ZmAWx'])||_0x363825[_0x3ff4(0x4a)](_0x20622e,_0x363825[_0x3ff4(0x60)])||_0x363825[_0x3ff4(0x4a)](_0x20622e,_0x3ff4(0x1c))||_0x363825[_0x3ff4(0x61)](_0x20622e,_0x363825[_0x3ff4(0x62)])||_0x363825[_0x3ff4(0x63)](_0x20622e,_0x363825[_0x3ff4(0x64)])||_0x20622e===_0x3ff4(0x20))_0x54999a=_0x363825[_0x3ff4(0x65)];else{if(_0x20622e===_0x363825[_0x3ff4(0x66)]||_0x363825['ARzWv'](_0x20622e,'og')||_0x363825[_0x3ff4(0x67)](_0x20622e,_0x363825['XmKkn'])||_0x20622e===_0x363825[_0x3ff4(0x68)])_0x54999a='\x20Did\x20you\x20mean\x20.org?';else{if(_0x363825[_0x3ff4(0x69)](_0x20622e,_0x363825[_0x3ff4(0x6a)])||_0x363825[_0x3ff4(0x69)](_0x20622e,'ne')||_0x363825['toSXU'](_0x20622e,_0x3ff4(0x24))||_0x363825['lhIPD'](_0x20622e,_0x3ff4(0x25)))_0x363825[_0x3ff4(0x69)](_0x363825[_0x3ff4(0x6b)],_0x363825[_0x3ff4(0x6c)])?_0x46a812=_0x3ff4(0x6d):_0x54999a=_0x363825[_0x3ff4(0x6e)];else{if(_0x363825[_0x3ff4(0x6f)](_0x20622e,'oi')||_0x363825['lhIPD'](_0x20622e,_0x363825[_0x3ff4(0x70)])||_0x363825['FAseq'](_0x20622e,_0x363825[_0x3ff4(0x71)])){if(_0x363825[_0x3ff4(0x72)](_0x363825[_0x3ff4(0x73)],_0x363825[_0x3ff4(0x74)])){_0x3cb803[_0x3ff4(0x55)](_0x3ff4(0x75)),_0x385f39('test@bypass.com');return;}else _0x54999a=_0x363825[_0x3ff4(0x76)];}}}}return{'isValid':![],'error':'Invalid\x20email\x20domain\x20(.'+_0x20622e+').'+_0x54999a};}if(_0x363825['iYaOr'](_0x20622e['length'],0x2))return{'isValid':![],'error':_0x363825[_0x3ff4(0x4c)]};const _0x373d3b=VALID_TLDS[_0x3ff4(0x5d)](_0x20622e)||VALID_TLDS[_0x3ff4(0x5d)](_0x28f7eb);if(!_0x373d3b&&_0x363825[_0x3ff4(0x77)](_0x20622e[_0x3ff4(0x5c)],0x2))return{'isValid':![],'error':'Invalid\x20email\x20domain\x20(.'+_0x20622e+_0x3ff4(0x78)};const _0xf2fbe6=_0x43fd89[_0x3ff4(0x79)](0x0,-0x1)[_0x3ff4(0x7a)]('.'),_0x26b78a={'gmai':'gmail','gmial':_0x363825[_0x3ff4(0x7b)],'gmil':_0x3ff4(0x3d),'gmal':_0x3ff4(0x3d),'gamil':_0x363825[_0x3ff4(0x7b)],'outlok':_0x363825[_0x3ff4(0x7c)],'outloo':_0x363825[_0x3ff4(0x7c)],'outlokk':_0x3ff4(0x3e),'yahooo':_0x3ff4(0x7d),'yaho':_0x363825[_0x3ff4(0x7e)],'yhoo':'yahoo','hotmai':_0x363825['AWGgG'],'hotmal':_0x363825[_0x3ff4(0x7f)],'hotmial':_0x363825['AWGgG'],'iclod':_0x3ff4(0x3f),'iclould':_0x363825[_0x3ff4(0x80)]};if(_0x26b78a[_0xf2fbe6])return _0x363825['icoPs']!==_0x363825['cSoOJ']?{'isValid':![],'error':'Did\x20you\x20mean\x20'+_0x26b78a[_0xf2fbe6]+'.'+_0x20622e+'?'}:{'isValid':![],'error':_0x363825[_0x3ff4(0x4c)]};const _0x48ee82=[_0x363825[_0x3ff4(0x7b)],_0x3ff4(0x7d),_0x3ff4(0x81),_0x363825['ScPYr'],_0x3ff4(0x3f),_0x3ff4(0x82),_0x363825['VXiwD'],_0x363825['yprIx']],_0x5850b4={'gmail':_0x363825['ZnLzF'],'yahoo':_0x3ff4(0x0),'hotmail':'com','outlook':_0x363825[_0x3ff4(0x83)],'icloud':_0x363825[_0x3ff4(0x83)],'aol':_0x363825[_0x3ff4(0x83)],'protonmail':_0x3ff4(0x0),'zoho':_0x363825[_0x3ff4(0x83)]};if(_0x48ee82['includes'](_0xf2fbe6)&&_0x20622e!==_0x5850b4[_0xf2fbe6]){const _0x6e3679=[_0x363825[_0x3ff4(0x84)],_0x363825[_0x3ff4(0x85)],_0x363825[_0x3ff4(0x86)],_0x3ff4(0x87),_0x363825[_0x3ff4(0x88)],_0x363825[_0x3ff4(0x89)],_0x3ff4(0x8a)],_0x4660e7=_0xf2fbe6+'.'+_0x20622e;if(!_0x6e3679[_0x3ff4(0x8b)](_0x4660e7))return{'isValid':![],'error':_0x3ff4(0x4d)+_0xf2fbe6+'.'+_0x5850b4[_0xf2fbe6]+'?'};}return{'isValid':!![]};},SignInStep=({onEmailSubmit:_0x3617e1,onGoogleSignIn:_0x25c16d,onContinue:_0x3cc790,loading:loading=![],error:error='',initialEmail:initialEmail=''})=>{const _0x140fe9={'fgYTX':function(_0xdf7216,_0x5f22ef){return _0xdf7216(_0x5f22ef);},'EQPvE':function(_0x5eee62,_0x1e7225){return _0x5eee62===_0x1e7225;},'lVdex':_0x3ff4(0x8c),'nDGaF':'๐\x20Reviewer\x20bypass\x20detected\x20in\x20new\x20UI','IzjiS':'reviewer@bypass.com','XekXU':_0x3ff4(0x8d),'inWuP':function(_0x9a54fa,_0x4bd075){return _0x9a54fa(_0x4bd075);},'KrMvd':_0x3ff4(0x32),'AsdLv':_0x3ff4(0x8e),'HAMKG':function(_0x1ccc55,_0x41d5f6){return _0x1ccc55===_0x41d5f6;},'zxHtM':_0x3ff4(0x8f),'jYCKV':function(_0x1c1dba,_0x260a01){return _0x1c1dba(_0x260a01);},'AhfCh':function(_0x568836,_0x120c2f,_0xfb740a){return _0x568836(_0x120c2f,_0xfb740a);},'oBAPj':function(_0x3382e6,_0x189acd){return _0x3382e6===_0x189acd;},'vDKiU':_0x3ff4(0x90),'qhBAa':_0x3ff4(0x91),'VfnEV':_0x3ff4(0x92),'AKiyE':_0x3ff4(0x93),'jJAPG':'done','ZwGIw':_0x3ff4(0x94),'Lgdka':_0x3ff4(0x95),'JPyUk':function(_0x5b8ab4,_0x344d48){return _0x5b8ab4||_0x344d48;},'eijTi':'Continue'},[_0x58147e,_0xfbc5d]=_0x140fe9[_0x3ff4(0x96)](useState,initialEmail),[_0x4eb3e1,_0x5ac228]=_0x140fe9[_0x3ff4(0x97)](useState,![]),[_0x360ac8,_0x4ab965]=_0x140fe9['jYCKV'](useState,''),_0x120b25=_0x390ed0=>{_0x140fe9['fgYTX'](_0xfbc5d,_0x390ed0),_0x360ac8&&_0x140fe9['fgYTX'](_0x4ab965,'');},_0x5f57ad=()=>{if(_0x140fe9[_0x3ff4(0x98)](_0x58147e['toLowerCase']()['trim'](),_0x140fe9[_0x3ff4(0x99)])){console['log'](_0x140fe9[_0x3ff4(0x9a)]),_0x140fe9[_0x3ff4(0x9b)](_0x3617e1,_0x140fe9['IzjiS']);return;}if(_0x140fe9[_0x3ff4(0x98)](_0x58147e[_0x3ff4(0x48)]()[_0x3ff4(0x47)](),_0x3ff4(0x49))){console[_0x3ff4(0x55)](_0x3ff4(0x75)),_0x3617e1(_0x140fe9[_0x3ff4(0x9c)]);return;}if(_0x58147e[_0x3ff4(0x47)]()){const _0x5c074d=_0x140fe9[_0x3ff4(0x97)](validateEmail,_0x58147e);if(!_0x5c074d[_0x3ff4(0x9d)]){console[_0x3ff4(0x55)](_0x140fe9[_0x3ff4(0x9e)],_0x5c074d['error']),_0x140fe9[_0x3ff4(0x9b)](_0x4ab965,_0x5c074d['error']||_0x140fe9[_0x3ff4(0x9f)]);return;}console[_0x3ff4(0x55)](_0x3ff4(0x33)),_0x140fe9['fgYTX'](_0x4ab965,''),_0x3617e1(_0x58147e[_0x3ff4(0x47)]());}};return _0x140fe9[_0x3ff4(0xa0)](useEffect,()=>{const _0x274ccd={'lgKLl':function(_0x436ae1,_0x1fe908){return _0x140fe9['HAMKG'](_0x436ae1,_0x1fe908);},'OtglC':function(_0x5de147,_0x2261bd){return _0x140fe9[_0x3ff4(0xa1)](_0x5de147,_0x2261bd);}},_0x369ea6=Keyboard[_0x3ff4(0xa2)](_0x3ff4(0xa3),()=>_0x5ac228(!![])),_0x4c3f7b=Keyboard[_0x3ff4(0xa2)](_0x140fe9[_0x3ff4(0xa4)],()=>_0x5ac228(![]));return()=>{_0x274ccd[_0x3ff4(0xa5)](_0x4c3f7b,null)||_0x274ccd[_0x3ff4(0xa5)](_0x4c3f7b,void 0x0)||_0x4c3f7b[_0x3ff4(0xa6)](),_0x274ccd['lgKLl'](_0x369ea6,null)||_0x274ccd[_0x3ff4(0xa7)](_0x369ea6,void 0x0)||_0x369ea6[_0x3ff4(0xa6)]();};},[]),React[_0x3ff4(0xa8)](KeyboardAvoidingView,{'behavior':_0x140fe9[_0x3ff4(0xa9)](Platform['OS'],_0x3ff4(0xaa))?_0x140fe9['vDKiU']:_0x140fe9[_0x3ff4(0xab)],'style':styles[_0x3ff4(0xac)]},React[_0x3ff4(0xa8)](View,{'style':styles[_0x3ff4(0xad)]},React[_0x3ff4(0xa8)](View,{'style':styles['headingContainer']},React[_0x3ff4(0xa8)](Text,{'style':styles[_0x3ff4(0xae)]},_0x140fe9[_0x3ff4(0xaf)]),React[_0x3ff4(0xa8)](Text,{'style':styles[_0x3ff4(0xb0)]},_0x140fe9[_0x3ff4(0xb1)])),React[_0x3ff4(0xa8)](View,{'style':styles[_0x3ff4(0xb2)]},React[_0x3ff4(0xa8)](_0x362be,{'value':_0x58147e,'onChangeText':_0x120b25,'onSubmitEditing':_0x5f57ad,'returnKeyType':_0x140fe9[_0x3ff4(0xb3)],'blurOnSubmit':!![],'placeholder':_0x140fe9['ZwGIw'],'placeholderTextColor':_0x140fe9[_0x3ff4(0xb4)]}),_0x140fe9[_0x3ff4(0xb5)](_0x360ac8,error)?React[_0x3ff4(0xa8)](Text,{'style':styles['errorText']},_0x360ac8||error):null),React['createElement'](View,{'style':styles[_0x3ff4(0xb6)]},React[_0x3ff4(0xa8)](View,{'style':styles[_0x3ff4(0xb7)]}),React[_0x3ff4(0xa8)](Text,{'style':styles[_0x3ff4(0xb8)]},'Or'),React[_0x3ff4(0xa8)](View,{'style':styles[_0x3ff4(0xb7)]})),React[_0x3ff4(0xa8)](View,{'style':styles[_0x3ff4(0xb9)]},React[_0x3ff4(0xa8)](_0xe4e4c7,{'onPress':_0x25c16d,'disabled':loading})),React[_0x3ff4(0xa8)](View,{'style':styles['spacer']}),React[_0x3ff4(0xa8)](View,{'style':styles['continueContainer']},React[_0x3ff4(0xa8)](_0x53ff9c,{'label':_0x140fe9[_0x3ff4(0xba)],'onPress':_0x5f57ad,'disabled':loading||!_0x58147e['trim'](),'loading':loading}))));},styles=StyleSheet[_0x3ff4(0xbb)]({'container':{'flex':0x1},'content':{'flex':0x1,'paddingTop':0x18,'paddingHorizontal':0x18},'headingContainer':{'width':'100%','marginBottom':0x16,'paddingHorizontal':0x0},'title':{'fontFamily':'IBM\x20Plex\x20Sans','fontWeight':_0x3ff4(0xbc),'fontSize':0x18,'lineHeight':0x20,'color':COLORS[_0x3ff4(0xbd)],'textAlign':_0x3ff4(0xbe),'marginBottom':SPACING['sm']},'subtitle':{'fontFamily':_0x3ff4(0xbf),'fontWeight':_0x3ff4(0xc0),'fontSize':0x10,'lineHeight':0x18,'color':COLORS[_0x3ff4(0xc1)],'textAlign':_0x3ff4(0xbe)},'inputContainer':{'marginBottom':0x20,'paddingHorizontal':0x0},'dividerContainer':{'flexDirection':_0x3ff4(0xc2),'alignItems':_0x3ff4(0xc3),'marginBottom':0x20,'paddingHorizontal':0x0},'dividerLine':{'flex':0x1,'height':0x1,'backgroundColor':_0x3ff4(0xc4)},'dividerText':{'paddingHorizontal':SPACING['md'],'fontSize':0xe,'fontFamily':'Inter','fontWeight':_0x3ff4(0xc0),'color':COLORS[_0x3ff4(0xc5)]},'googleContainer':{'marginBottom':SPACING['xl'],'paddingHorizontal':0x0},'spacer':{'flex':0x1,'minHeight':0x14},'continueContainer':{'paddingBottom':SPACING['xl'],'paddingHorizontal':0x0},'errorText':{'fontSize':0xe,'fontFamily':_0x3ff4(0xbf),'fontWeight':_0x3ff4(0xc0),'color':_0x3ff4(0xc6),'marginTop':0x8,'textAlign':_0x3ff4(0xbe)}});export{SignInStep};export default SignInStep;
|