@onairos/react-native 3.6.3 โ 3.6.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/api/index.js +1 -1
- package/lib/commonjs/components/BodyText.js +1 -1
- package/lib/commonjs/components/BrandMark.js +1 -1
- package/lib/commonjs/components/CodeInput.js +1 -1
- package/lib/commonjs/components/EmailInput.js +1 -1
- package/lib/commonjs/components/GoogleButton.js +1 -1
- package/lib/commonjs/components/HeadingGroup.js +1 -1
- package/lib/commonjs/components/LLMDataInputModal.js +1 -1
- package/lib/commonjs/components/ModalHeader.js +1 -1
- package/lib/commonjs/components/ModalSheet.js +1 -1
- package/lib/commonjs/components/Onairos.js +1 -1
- package/lib/commonjs/components/OnairosButton.js +1 -1
- package/lib/commonjs/components/OnairosSignInButton.js +1 -1
- package/lib/commonjs/components/Overlay.js +1 -1
- package/lib/commonjs/components/PersonaImage.js +1 -1
- package/lib/commonjs/components/PersonaLoadingScreen.js +1 -1
- package/lib/commonjs/components/PersonalizationConsentScreen.js +1 -1
- package/lib/commonjs/components/PinCreationScreen.js +1 -1
- package/lib/commonjs/components/PinInput.js +1 -1
- package/lib/commonjs/components/PlatformConnectorsStep.js +1 -1
- package/lib/commonjs/components/PlatformList.js +1 -1
- package/lib/commonjs/components/PlatformToggle.js +1 -1
- package/lib/commonjs/components/PrimaryButton.js +1 -1
- package/lib/commonjs/components/SignInMatchAnimation.js +1 -1
- package/lib/commonjs/components/SignInStep.js +1 -1
- package/lib/commonjs/components/UniversalOnboarding.js +1 -1
- package/lib/commonjs/components/VerificationStep.js +1 -1
- package/lib/commonjs/components/WelcomeScreen.js +1 -1
- package/lib/commonjs/components/icons/Basicproficon.js +1 -1
- package/lib/commonjs/components/icons/Basicprofile.js +1 -1
- package/lib/commonjs/components/icons/Checkbox.js +1 -1
- package/lib/commonjs/components/icons/Checkmark.js +1 -1
- package/lib/commonjs/components/icons/Contentanalysis.js +1 -1
- package/lib/commonjs/components/icons/Contenticon.js +1 -1
- package/lib/commonjs/components/icons/EnochE.js +1 -1
- package/lib/commonjs/components/icons/Personalityicon.js +1 -1
- package/lib/commonjs/components/icons/Personalityprofile.js +1 -1
- package/lib/commonjs/components/icons/Personalitytraits.js +1 -1
- package/lib/commonjs/components/icons/Userpreferences.js +1 -1
- package/lib/commonjs/components/icons/index.js +1 -1
- package/lib/commonjs/components/onboarding/OAuthWebView.js +1 -1
- package/lib/commonjs/components/onboarding/OnboardingHeader.js +1 -1
- package/lib/commonjs/components/onboarding/PinInput.js +1 -1
- package/lib/commonjs/components/onboarding/PlatformConnector.js +1 -1
- package/lib/commonjs/config/api.js +1 -1
- package/lib/commonjs/constants/index.js +1 -1
- package/lib/commonjs/context/AuthContext.js +1 -1
- package/lib/commonjs/hooks/useConnectedAccounts.js +1 -1
- package/lib/commonjs/hooks/useConnections.js +1 -1
- package/lib/commonjs/hooks/useCredentials.js +1 -1
- package/lib/commonjs/hooks/useUserConnections.js +1 -1
- package/lib/commonjs/index.js +1 -1
- package/lib/commonjs/services/apiClient.js +1 -1
- package/lib/commonjs/services/apiKeyService.js +924 -9
- package/lib/commonjs/services/authService.js +627 -10
- package/lib/commonjs/services/biometricPinService.js +1 -1
- package/lib/commonjs/services/chatGPTConversationExtractor.js +1 -1
- package/lib/commonjs/services/chatGPTConversationService.js +1 -1
- package/lib/commonjs/services/claudeConversationExtractor.js +1 -1
- package/lib/commonjs/services/claudeConversationService.js +1 -1
- package/lib/commonjs/services/connectedAccountsService.js +1 -1
- package/lib/commonjs/services/googleAuthService.js +1 -1
- package/lib/commonjs/services/hingeDataExtractor.js +1 -1
- package/lib/commonjs/services/hingeDataService.js +1 -1
- package/lib/commonjs/services/imageCompressionService.js +1 -1
- package/lib/commonjs/services/instagramDataExtractor.js +1 -1
- package/lib/commonjs/services/instagramDataService.js +1 -1
- package/lib/commonjs/services/jwtStorageService.js +1 -1
- package/lib/commonjs/services/linkedinDOMExtractor.js +1 -1
- package/lib/commonjs/services/linkedinProfileService.js +1 -1
- package/lib/commonjs/services/linkedinScrapingService.js +1 -1
- package/lib/commonjs/services/llmDataStorage.js +1 -1
- package/lib/commonjs/services/mobileTrainingService.js +1 -1
- package/lib/commonjs/services/oauthService.js +391 -11
- package/lib/commonjs/services/pinEncryptionService.js +1 -1
- package/lib/commonjs/services/pinStorageUtils.js +1 -1
- package/lib/commonjs/services/platformAuthService.js +1 -1
- package/lib/commonjs/services/sephoraDataExtractor.js +1 -1
- package/lib/commonjs/services/sephoraDataService.js +1 -1
- package/lib/commonjs/services/storageService.js +1 -1
- package/lib/commonjs/services/telegramDataExtractor.js +1 -1
- package/lib/commonjs/services/telegramDataService.js +1 -1
- package/lib/commonjs/services/trainingApiHelpers.js +1 -1
- package/lib/commonjs/services/userConnectionsService.js +1 -1
- package/lib/commonjs/services/youtubeMigrationService.js +1 -1
- package/lib/commonjs/theme/index.js +1 -1
- package/lib/commonjs/types/index.js +1 -1
- package/lib/commonjs/types.js +1 -1
- package/lib/commonjs/utils/Portal.js +1 -1
- package/lib/commonjs/utils/api.js +1 -1
- package/lib/commonjs/utils/assetRegistry.js +1 -1
- package/lib/commonjs/utils/auth.js +1 -1
- package/lib/commonjs/utils/connectorTests.js +1 -1
- package/lib/commonjs/utils/crypto.js +1 -1
- package/lib/commonjs/utils/debugHelper.js +1 -1
- package/lib/commonjs/utils/encryption.js +1 -1
- package/lib/commonjs/utils/eventUtils.js +1 -1
- package/lib/commonjs/utils/haptics.js +1 -1
- package/lib/commonjs/utils/imagePreloader.js +1 -1
- package/lib/commonjs/utils/networkDiagnostics.js +1 -1
- package/lib/commonjs/utils/onairosApi.js +1 -1
- package/lib/commonjs/utils/programmaticFlow.js +1 -1
- package/lib/commonjs/utils/retryHelper.js +1 -1
- package/lib/commonjs/utils/secureStorage.js +1 -1
- package/lib/commonjs/utils/webviewScripts/chatgpt.js +1 -1
- package/lib/commonjs/utils/webviewScripts/claude.js +1 -1
- package/lib/commonjs/utils/webviewScripts/hinge.js +1 -1
- package/lib/commonjs/utils/webviewScripts/index.js +1 -1
- package/lib/commonjs/utils/webviewScripts/instagram.js +1 -1
- package/lib/commonjs/utils/webviewScripts/linkedin.js +1 -1
- package/lib/commonjs/utils/webviewScripts/sephora.js +1 -1
- package/lib/commonjs/utils/webviewScripts/telegram.js +1 -1
- package/lib/module/api/index.js +1 -1
- package/lib/module/components/BodyText.js +1 -1
- package/lib/module/components/BrandMark.js +1 -1
- package/lib/module/components/CodeInput.js +1 -1
- package/lib/module/components/EmailInput.js +1 -1
- package/lib/module/components/GoogleButton.js +1 -1
- package/lib/module/components/HeadingGroup.js +1 -1
- package/lib/module/components/LLMDataInputModal.js +1 -1
- package/lib/module/components/ModalHeader.js +1 -1
- package/lib/module/components/ModalSheet.js +1 -1
- package/lib/module/components/Onairos.js +1 -1
- package/lib/module/components/OnairosButton.js +1 -1
- package/lib/module/components/OnairosSignInButton.js +1 -1
- package/lib/module/components/Overlay.js +1 -1
- package/lib/module/components/PersonaImage.js +1 -1
- package/lib/module/components/PersonaLoadingScreen.js +1 -1
- package/lib/module/components/PersonalizationConsentScreen.js +1 -1
- package/lib/module/components/PinCreationScreen.js +1 -1
- package/lib/module/components/PinInput.js +1 -1
- package/lib/module/components/PlatformConnectorsStep.js +1 -1
- package/lib/module/components/PlatformList.js +1 -1
- package/lib/module/components/PlatformToggle.js +1 -1
- package/lib/module/components/PrimaryButton.js +1 -1
- package/lib/module/components/SignInMatchAnimation.js +1 -1
- package/lib/module/components/SignInStep.js +1 -1
- package/lib/module/components/UniversalOnboarding.js +1 -1
- package/lib/module/components/VerificationStep.js +1 -1
- package/lib/module/components/WelcomeScreen.js +1 -1
- package/lib/module/components/icons/Basicproficon.js +1 -1
- package/lib/module/components/icons/Basicprofile.js +1 -1
- package/lib/module/components/icons/Checkbox.js +1 -1
- package/lib/module/components/icons/Checkmark.js +1 -1
- package/lib/module/components/icons/Contentanalysis.js +1 -1
- package/lib/module/components/icons/Contenticon.js +1 -1
- package/lib/module/components/icons/EnochE.js +1 -1
- package/lib/module/components/icons/Personalityicon.js +1 -1
- package/lib/module/components/icons/Personalityprofile.js +1 -1
- package/lib/module/components/icons/Personalitytraits.js +1 -1
- package/lib/module/components/icons/Userpreferences.js +1 -1
- package/lib/module/components/onboarding/OAuthWebView.js +1 -1
- package/lib/module/components/onboarding/OnboardingHeader.js +1 -1
- package/lib/module/components/onboarding/PinInput.js +1 -1
- package/lib/module/components/onboarding/PlatformConnector.js +1 -1
- package/lib/module/config/api.js +1 -1
- package/lib/module/constants/index.js +1 -1
- package/lib/module/context/AuthContext.js +1 -1
- package/lib/module/hooks/useConnectedAccounts.js +1 -1
- package/lib/module/hooks/useConnections.js +1 -1
- package/lib/module/hooks/useCredentials.js +1 -1
- package/lib/module/hooks/useUserConnections.js +1 -1
- package/lib/module/index.js +1 -1
- package/lib/module/services/apiClient.js +1 -1
- package/lib/module/services/apiKeyService.js +898 -1
- package/lib/module/services/authService.js +602 -1
- package/lib/module/services/biometricPinService.js +1 -1
- package/lib/module/services/chatGPTConversationExtractor.js +1 -1
- package/lib/module/services/chatGPTConversationService.js +1 -1
- package/lib/module/services/claudeConversationExtractor.js +1 -1
- package/lib/module/services/claudeConversationService.js +1 -1
- package/lib/module/services/connectedAccountsService.js +1 -1
- package/lib/module/services/googleAuthService.js +1 -1
- package/lib/module/services/hingeDataExtractor.js +1 -1
- package/lib/module/services/hingeDataService.js +1 -1
- package/lib/module/services/imageCompressionService.js +1 -1
- package/lib/module/services/instagramDataExtractor.js +1 -1
- package/lib/module/services/instagramDataService.js +1 -1
- package/lib/module/services/jwtStorageService.js +1 -1
- package/lib/module/services/linkedinDOMExtractor.js +1 -1
- package/lib/module/services/linkedinProfileService.js +1 -1
- package/lib/module/services/linkedinScrapingService.js +1 -1
- package/lib/module/services/llmDataStorage.js +1 -1
- package/lib/module/services/mobileTrainingService.js +1 -1
- package/lib/module/services/oauthService.js +381 -1
- package/lib/module/services/pinEncryptionService.js +1 -1
- package/lib/module/services/pinStorageUtils.js +1 -1
- package/lib/module/services/platformAuthService.js +1 -1
- package/lib/module/services/sephoraDataExtractor.js +1 -1
- package/lib/module/services/sephoraDataService.js +1 -1
- package/lib/module/services/storageService.js +1 -1
- package/lib/module/services/telegramDataExtractor.js +1 -1
- package/lib/module/services/telegramDataService.js +1 -1
- package/lib/module/services/trainingApiHelpers.js +1 -1
- package/lib/module/services/userConnectionsService.js +1 -1
- package/lib/module/services/youtubeMigrationService.js +1 -1
- package/lib/module/theme/index.js +1 -1
- package/lib/module/types.js +1 -1
- package/lib/module/utils/Portal.js +1 -1
- package/lib/module/utils/api.js +1 -1
- package/lib/module/utils/assetRegistry.js +1 -1
- package/lib/module/utils/auth.js +1 -1
- package/lib/module/utils/connectorTests.js +1 -1
- package/lib/module/utils/crypto.js +1 -1
- package/lib/module/utils/debugHelper.js +1 -1
- package/lib/module/utils/encryption.js +1 -1
- package/lib/module/utils/eventUtils.js +1 -1
- package/lib/module/utils/haptics.js +1 -1
- package/lib/module/utils/networkDiagnostics.js +1 -1
- package/lib/module/utils/onairosApi.js +1 -1
- package/lib/module/utils/programmaticFlow.js +1 -1
- package/lib/module/utils/retryHelper.js +1 -1
- package/lib/module/utils/secureStorage.js +1 -1
- package/lib/module/utils/webviewScripts/chatgpt.js +1 -1
- package/lib/module/utils/webviewScripts/claude.js +1 -1
- package/lib/module/utils/webviewScripts/hinge.js +1 -1
- package/lib/module/utils/webviewScripts/index.js +1 -1
- package/lib/module/utils/webviewScripts/instagram.js +1 -1
- package/lib/module/utils/webviewScripts/linkedin.js +1 -1
- package/lib/module/utils/webviewScripts/sephora.js +1 -1
- package/lib/module/utils/webviewScripts/telegram.js +1 -1
- package/package.json +1 -1
|
@@ -7,4 +7,4 @@ var __ONAIROS_REQ_REGISTRY__ = [
|
|
|
7
7
|
require("../constants")
|
|
8
8
|
];
|
|
9
9
|
function __ONAIROS_REQ_FUNC__(i) { return __ONAIROS_REQ_REGISTRY__[i]; }
|
|
10
|
-
Object[
|
|
10
|
+
Object[_0x2c34(0x0)](exports,_0x2c34(0x1),{'value':!![]}),exports['PlatformList']=void 0x0;function _0x2c34(_0x3654d7,_0x2c3404){_0x3654d7=_0x3654d7-0x0;var _0x28ca9e=_0x3654();var _0x515333=_0x28ca9e[_0x3654d7];return _0x515333;}function _0x3654(){var _0x123db6=['defineProperty','__esModule','Connect\x20your\x20platforms','Connect\x20at\x20least\x202\x20platforms\x20to\x20proceed','Proceed','PLATFORMS','default','createElement','View','platformHeader','icon','color','platformName','description','Text','platformDescription','ActivityIndicator','buttonText','PVsWn','ZrXCv','container','title','aPLQQ','wRDeb','platformsList','entries','map','TouchableOpacity','disabledButton','proceedButtonText','SOaVH','PlatformList','create','600','COLORS','text','secondary','#fff','border','center','primary','success'];_0x3654=function(){return _0x123db6;};return _0x3654();}var _react=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x0)),_reactNative=__ONAIROS_REQ_FUNC__(0x1),_MaterialIcons=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x2)),_constants=__ONAIROS_REQ_FUNC__(0x3);function _interopRequireDefault(_0x1fcbef){return _0x1fcbef&&_0x1fcbef[_0x2c34(0x1)]?_0x1fcbef:{'default':_0x1fcbef};}const PlatformList=({connections:_0x1cd871,onToggle:_0x53e18b,isLoading:_0x14a558,canProceed:_0x52372d,onProceed:_0x1611fe})=>{var _0x38d22d={'PVsWn':'Disconnect','ZrXCv':'Connect','aPLQQ':_0x2c34(0x2),'wRDeb':_0x2c34(0x3),'SOaVH':_0x2c34(0x4)};const _0x31e5e7=(_0x5a625e,_0x28a2c9)=>{const _0x413456=_constants[_0x2c34(0x5)][_0x5a625e];if(!_0x413456)return null;return _react[_0x2c34(0x6)][_0x2c34(0x7)](_reactNative[_0x2c34(0x8)],{'key':_0x5a625e,'style':styles['platformContainer']},_react[_0x2c34(0x6)][_0x2c34(0x7)](_reactNative[_0x2c34(0x8)],{'style':styles[_0x2c34(0x9)]},_react[_0x2c34(0x6)]['createElement'](_MaterialIcons[_0x2c34(0x6)],{'name':_0x413456[_0x2c34(0xa)],'size':0x18,'color':_0x413456[_0x2c34(0xb)]}),_react['default'][_0x2c34(0x7)](_reactNative['Text'],{'style':styles[_0x2c34(0xc)]},_0x413456['name'])),_0x413456[_0x2c34(0xd)]&&_react['default']['createElement'](_reactNative[_0x2c34(0xe)],{'style':styles[_0x2c34(0xf)]},_0x413456[_0x2c34(0xd)]),_react[_0x2c34(0x6)][_0x2c34(0x7)](_reactNative['TouchableOpacity'],{'style':[styles['connectButton'],_0x28a2c9?styles['connectedButton']:styles['disconnectedButton']],'onPress':()=>_0x53e18b(_0x5a625e,!_0x28a2c9),'disabled':_0x14a558},_0x14a558?_react[_0x2c34(0x6)][_0x2c34(0x7)](_reactNative[_0x2c34(0x10)],{'color':'#fff'}):_react[_0x2c34(0x6)][_0x2c34(0x7)](_reactNative['Text'],{'style':styles[_0x2c34(0x11)]},_0x28a2c9?_0x38d22d[_0x2c34(0x12)]:_0x38d22d[_0x2c34(0x13)])));};return _react[_0x2c34(0x6)][_0x2c34(0x7)](_reactNative[_0x2c34(0x8)],{'style':styles[_0x2c34(0x14)]},_react['default'][_0x2c34(0x7)](_reactNative[_0x2c34(0xe)],{'style':styles[_0x2c34(0x15)]},_0x38d22d[_0x2c34(0x16)]),_react[_0x2c34(0x6)][_0x2c34(0x7)](_reactNative[_0x2c34(0xe)],{'style':styles['subtitle']},_0x38d22d[_0x2c34(0x17)]),_react[_0x2c34(0x6)][_0x2c34(0x7)](_reactNative['View'],{'style':styles[_0x2c34(0x18)]},Object[_0x2c34(0x19)](_0x1cd871)[_0x2c34(0x1a)](([_0x4463a6,_0x557968])=>_0x31e5e7(_0x4463a6,!!_0x557968))),_react[_0x2c34(0x6)][_0x2c34(0x7)](_reactNative[_0x2c34(0x1b)],{'style':[styles['proceedButton'],!_0x52372d&&styles[_0x2c34(0x1c)]],'onPress':_0x1611fe,'disabled':!_0x52372d||_0x14a558},_react[_0x2c34(0x6)][_0x2c34(0x7)](_reactNative[_0x2c34(0xe)],{'style':styles[_0x2c34(0x1d)]},_0x38d22d[_0x2c34(0x1e)])));};exports[_0x2c34(0x1f)]=PlatformList;const styles=_reactNative['StyleSheet'][_0x2c34(0x20)]({'container':{'flex':0x1,'padding':0x10},'title':{'fontSize':0x14,'fontWeight':_0x2c34(0x21),'marginBottom':0x8,'color':_constants[_0x2c34(0x22)]['text']['primary']},'subtitle':{'fontSize':0xe,'color':_constants[_0x2c34(0x22)][_0x2c34(0x23)][_0x2c34(0x24)],'marginBottom':0x18},'platformsList':{'flex':0x1},'platformContainer':{'backgroundColor':_0x2c34(0x25),'borderRadius':0xc,'padding':0x10,'marginBottom':0x10,'borderWidth':0x1,'borderColor':_constants[_0x2c34(0x22)][_0x2c34(0x26)]},'platformHeader':{'flexDirection':'row','alignItems':_0x2c34(0x27),'marginBottom':0x8},'platformName':{'fontSize':0x10,'fontWeight':_0x2c34(0x21),'marginLeft':0xc,'color':_constants['COLORS'][_0x2c34(0x23)][_0x2c34(0x28)]},'platformDescription':{'fontSize':0xe,'color':_constants[_0x2c34(0x22)][_0x2c34(0x23)]['secondary'],'marginBottom':0x10},'connectButton':{'paddingVertical':0x8,'paddingHorizontal':0x10,'borderRadius':0x8,'alignItems':_0x2c34(0x27)},'connectedButton':{'backgroundColor':_constants[_0x2c34(0x22)][_0x2c34(0x29)]},'disconnectedButton':{'backgroundColor':_constants[_0x2c34(0x22)][_0x2c34(0x28)]},'buttonText':{'color':'#fff','fontWeight':'600'},'proceedButton':{'backgroundColor':_constants[_0x2c34(0x22)][_0x2c34(0x28)],'paddingVertical':0x10,'borderRadius':0xc,'alignItems':'center','marginTop':0x10},'disabledButton':{'opacity':0.5},'proceedButtonText':{'color':_0x2c34(0x25),'fontSize':0x10,'fontWeight':'600'}});
|
|
@@ -6,4 +6,4 @@ var __ONAIROS_REQ_REGISTRY__ = [
|
|
|
6
6
|
require("../theme")
|
|
7
7
|
];
|
|
8
8
|
function __ONAIROS_REQ_FUNC__(i) { return __ONAIROS_REQ_REGISTRY__[i]; }
|
|
9
|
-
function
|
|
9
|
+
function _0x2776(){const _0xe5e084=['__esModule','default','#E5E5E5','#4CD964','ios','zHnBX','fullWidthContainer','compactContainer','container','createElement','TouchableOpacity','lvYhB','borderBottom','topRow','View','leftContent','Image','icon','TQQEH','compactIcon','textContent','compactPlatformName','platformName','name','Switch','bpDEn','Platform','mKhrN','AweKX','compactSwitch','descriptionBox','Text','compactDescription','StyleSheet','create','row','COLORS','surface','space-between','center','Inter','600','grey800','400','grey600'];_0x2776=function(){return _0xe5e084;};return _0x2776();}Object['defineProperty'](exports,_0x1815(0x0),{'value':!![]}),exports[_0x1815(0x1)]=void 0x0;var _react=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x0)),_reactNative=__ONAIROS_REQ_FUNC__(0x1),_theme=__ONAIROS_REQ_FUNC__(0x2);function _interopRequireDefault(_0x457716){return _0x457716&&_0x457716[_0x1815(0x0)]?_0x457716:{'default':_0x457716};}function _0x1815(_0x2776f3,_0x18155b){_0x2776f3=_0x2776f3-0x0;const _0x206319=_0x2776();let _0x2c6773=_0x206319[_0x2776f3];return _0x2c6773;}const PlatformToggle=({platform:_0x56e284,isEnabled:_0x429f7c,onToggle:_0x2ef5c2,compact:compact=![],isLast:isLast=![],fullWidth:fullWidth=![],customIconSize:_0x22a1d5,onLongPress:_0x582a07,onPressOut:_0x48ab6d})=>{const _0x537577={'zHnBX':function(_0x536c30,_0x39aaf2,_0x3ed2f3){return _0x536c30(_0x39aaf2,_0x3ed2f3);},'lvYhB':function(_0x13942f,_0x19be7c){return _0x13942f&&_0x19be7c;},'TQQEH':function(_0x3c70ec,_0xa2c4a0){return _0x3c70ec-_0xa2c4a0;},'bpDEn':_0x1815(0x2),'HFlBB':_0x1815(0x3),'OlQuH':function(_0x216415,_0x14c80a){return _0x216415===_0x14c80a;},'mKhrN':_0x1815(0x4),'AweKX':'#FFFFFF'},_0x4d33d7=()=>{_0x537577[_0x1815(0x5)](_0x2ef5c2,_0x56e284['id'],!_0x429f7c);},_0x5673c4=fullWidth?styles[_0x1815(0x6)]:compact?styles[_0x1815(0x7)]:styles[_0x1815(0x8)];return _react[_0x1815(0x1)][_0x1815(0x9)](_reactNative[_0x1815(0xa)],{'style':[_0x5673c4,_0x537577[_0x1815(0xb)](!isLast,compact)&&styles[_0x1815(0xc)]],'onLongPress':_0x582a07,'onPressOut':_0x48ab6d,'activeOpacity':_0x582a07?0.7:0x1,'disabled':!_0x582a07},_react['default'][_0x1815(0x9)](_reactNative['View'],{'style':styles[_0x1815(0xd)]},_react[_0x1815(0x1)]['createElement'](_reactNative[_0x1815(0xe)],{'style':styles[_0x1815(0xf)]},_react[_0x1815(0x1)][_0x1815(0x9)](_reactNative[_0x1815(0x10)],{'source':_0x56e284[_0x1815(0x11)],'style':_0x22a1d5?{'width':_0x22a1d5,'height':_0x22a1d5,'marginRight':_0x537577[_0x1815(0x12)](0xc,_0x537577[_0x1815(0x12)](_0x22a1d5,0x1c))}:fullWidth?styles['compactIcon']:compact?styles[_0x1815(0x13)]:styles[_0x1815(0x11)],'resizeMode':'contain'}),_react['default'][_0x1815(0x9)](_reactNative[_0x1815(0xe)],{'style':styles[_0x1815(0x14)]},_react['default'][_0x1815(0x9)](_reactNative['Text'],{'style':fullWidth?styles[_0x1815(0x15)]:compact?styles[_0x1815(0x15)]:styles[_0x1815(0x16)]},_0x56e284[_0x1815(0x17)]))),_react[_0x1815(0x1)]['createElement'](_reactNative[_0x1815(0x18)],{'value':_0x429f7c,'onValueChange':_0x4d33d7,'trackColor':{'false':_0x537577[_0x1815(0x19)],'true':_0x537577['HFlBB']},'thumbColor':_0x537577['OlQuH'](_reactNative[_0x1815(0x1a)]['OS'],_0x537577[_0x1815(0x1b)])?undefined:_0x429f7c?_0x537577[_0x1815(0x1c)]:_0x537577[_0x1815(0x1c)],'ios_backgroundColor':_0x537577[_0x1815(0x19)],'style':compact?styles[_0x1815(0x1d)]:undefined})),fullWidth&&_react[_0x1815(0x1)][_0x1815(0x9)](_reactNative[_0x1815(0xe)],{'style':styles[_0x1815(0x1e)]},_react[_0x1815(0x1)][_0x1815(0x9)](_reactNative[_0x1815(0x1f)],{'style':styles['fullWidthDescription']},_0x56e284['description'])),!fullWidth&&_react[_0x1815(0x1)][_0x1815(0x9)](_reactNative[_0x1815(0x1f)],{'style':compact?styles[_0x1815(0x20)]:styles['description']},_0x56e284['description']));},styles=_reactNative[_0x1815(0x21)][_0x1815(0x22)]({'container':{'flexDirection':_0x1815(0x23),'alignItems':'center','justifyContent':'space-between','paddingVertical':0x10,'paddingHorizontal':0x10,'backgroundColor':_theme[_0x1815(0x24)][_0x1815(0x25)],'borderRadius':0xc,'marginBottom':0xc,'borderWidth':0x1,'borderColor':'#E5E5E5'},'compactContainer':{'flexDirection':_0x1815(0x23),'alignItems':'center','justifyContent':_0x1815(0x26),'paddingVertical':0x10,'paddingHorizontal':0x10,'backgroundColor':_theme[_0x1815(0x24)]['surface']},'fullWidthContainer':{'flexDirection':'column','paddingVertical':0x8,'paddingHorizontal':0x2,'backgroundColor':_theme['COLORS']['surface'],'marginBottom':0x4,'marginHorizontal':0x0},'topRow':{'flexDirection':'row','alignItems':_0x1815(0x27),'justifyContent':_0x1815(0x26),'marginBottom':0x4},'descriptionBox':{'backgroundColor':'#F5F5F5','borderRadius':0x8,'paddingVertical':0x8,'paddingHorizontal':0x4,'marginTop':0x2},'borderBottom':{'borderBottomWidth':0x1,'borderBottomColor':'#E5E5E5'},'leftContent':{'flexDirection':'row','alignItems':_0x1815(0x27),'flex':0x1},'icon':{'width':0x20,'height':0x20,'marginRight':0xc},'compactIcon':{'width':0x1c,'height':0x1c,'marginRight':0xc},'textContent':{'flex':0x1},'platformName':{'fontSize':0x10,'fontFamily':_0x1815(0x28),'fontWeight':_0x1815(0x29),'color':_theme[_0x1815(0x24)]['grey800'],'marginBottom':0x2},'compactPlatformName':{'fontSize':0x10,'fontFamily':'Inter','fontWeight':'600','color':_theme[_0x1815(0x24)][_0x1815(0x2a)],'marginBottom':0x2},'description':{'fontSize':0xe,'fontFamily':'Inter','fontWeight':_0x1815(0x2b),'color':_theme[_0x1815(0x24)][_0x1815(0x2c)],'lineHeight':0x14},'compactDescription':{'fontSize':0xc,'fontFamily':_0x1815(0x28),'fontWeight':_0x1815(0x2b),'color':_theme['COLORS'][_0x1815(0x2c)],'lineHeight':0x10},'fullWidthDescription':{'fontSize':0xd,'fontFamily':_0x1815(0x28),'fontWeight':_0x1815(0x2b),'color':_theme[_0x1815(0x24)][_0x1815(0x2c)],'lineHeight':0x12},'compactSwitch':{'transform':[{'scaleX':0.9},{'scaleY':0.9}]}});var _default=exports[_0x1815(0x1)]=PlatformToggle;
|
|
@@ -7,4 +7,4 @@ var __ONAIROS_REQ_REGISTRY__ = [
|
|
|
7
7
|
require("../theme")
|
|
8
8
|
];
|
|
9
9
|
function __ONAIROS_REQ_FUNC__(i) { return __ONAIROS_REQ_REGISTRY__[i]; }
|
|
10
|
-
|
|
10
|
+
function _0x5ca3(){const _0xa1b34a=['__esModule','PrimaryButton','IconCircle','object','function','default','bsqLO','rYszo','CSZBb','wrCMa','has','get','set','sgVGb','hasOwnProperty','call','defineProperty','getOwnPropertyDescriptor','View','iconCircle','createElement','COLORS','iconCircleGradientStart','iconCircleGradientEnd','absoluteFill','jYHUf','Text','arrowText','useState','outerPill','outerShadow','disabled','iUrrz','btnGradStart','btnGradEnd','pressedOverlay','btnLabel','LyEyi','label','iconPosition','StyleSheet','create','hidden','relative','#000000','absoluteFillObject','absolute','center','transparent','600','rgba(0,0,0,0.25)'];_0x5ca3=function(){return _0xa1b34a;};return _0x5ca3();}Object['defineProperty'](exports,_0x4160(0x0),{'value':!![]}),exports['default']=exports[_0x4160(0x1)]=exports[_0x4160(0x2)]=void 0x0;var _react=_interopRequireWildcard(__ONAIROS_REQ_FUNC__(0x0)),_reactNative=__ONAIROS_REQ_FUNC__(0x1),_reactNativeLinearGradient=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x2)),_theme=__ONAIROS_REQ_FUNC__(0x3);function _0x4160(_0x5ca3ec,_0x416022){_0x5ca3ec=_0x5ca3ec-0x0;const _0x186f87=_0x5ca3();let _0x32ccce=_0x186f87[_0x5ca3ec];return _0x32ccce;}function _interopRequireDefault(_0x49222e){return _0x49222e&&_0x49222e[_0x4160(0x0)]?_0x49222e:{'default':_0x49222e};}function _interopRequireWildcard(_0x5db8b8,_0x409a0c){const _0x3febf2={'JSCPc':function(_0x16c37f,_0x1071f6){return _0x16c37f!=_0x1071f6;},'rYszo':_0x4160(0x3),'CSZBb':function(_0xb6accf,_0x2e3415){return _0xb6accf!=_0x2e3415;},'wrCMa':_0x4160(0x4),'dWpSI':function(_0x11f557,_0x271444){return _0x11f557!==_0x271444;},'sgVGb':_0x4160(0x5),'bsqLO':function(_0xd35549,_0x20e790){return _0xd35549==_0x20e790;}};if(_0x3febf2[_0x4160(0x6)](_0x4160(0x4),typeof WeakMap))var _0x3c88b4=new WeakMap(),_0x50eed2=new WeakMap();return(_interopRequireWildcard=function(_0x2185d7,_0x5802ed){if(!_0x5802ed&&_0x2185d7&&_0x2185d7['__esModule'])return _0x2185d7;var _0x242b48,_0x1e9556,_0x170fbb={'__proto__':null,'default':_0x2185d7};if(null===_0x2185d7||_0x3febf2['JSCPc'](_0x3febf2[_0x4160(0x7)],typeof _0x2185d7)&&_0x3febf2[_0x4160(0x8)](_0x3febf2[_0x4160(0x9)],typeof _0x2185d7))return _0x170fbb;if(_0x242b48=_0x5802ed?_0x50eed2:_0x3c88b4){if(_0x242b48[_0x4160(0xa)](_0x2185d7))return _0x242b48[_0x4160(0xb)](_0x2185d7);_0x242b48[_0x4160(0xc)](_0x2185d7,_0x170fbb);}for(const _0x228b8a in _0x2185d7)_0x3febf2['dWpSI'](_0x3febf2[_0x4160(0xd)],_0x228b8a)&&{}[_0x4160(0xe)][_0x4160(0xf)](_0x2185d7,_0x228b8a)&&((_0x1e9556=(_0x242b48=Object[_0x4160(0x10)])&&Object[_0x4160(0x11)](_0x2185d7,_0x228b8a))&&(_0x1e9556[_0x4160(0xb)]||_0x1e9556[_0x4160(0xc)])?_0x242b48(_0x170fbb,_0x228b8a,_0x1e9556):_0x170fbb[_0x228b8a]=_0x2185d7[_0x228b8a]);return _0x170fbb;})(_0x5db8b8,_0x409a0c);}const IconCircle=({size:size=0x28,children:_0x3cf8d3})=>{const _0x4a790c={'jYHUf':function(_0x2efc55,_0xf9bd5d){return _0x2efc55/_0xf9bd5d;}};return _react[_0x4160(0x5)]['createElement'](_reactNative[_0x4160(0x12)],{'style':[styles[_0x4160(0x13)],{'width':size,'height':size,'borderRadius':_0x4a790c['jYHUf'](size,0x2)}]},_react[_0x4160(0x5)][_0x4160(0x14)](_reactNativeLinearGradient[_0x4160(0x5)],{'colors':[_theme[_0x4160(0x15)][_0x4160(0x16)],_theme['COLORS'][_0x4160(0x17)]],'style':[_reactNative['StyleSheet'][_0x4160(0x18)],{'borderRadius':_0x4a790c[_0x4160(0x19)](size,0x2)}],'start':{'x':0x0,'y':0x0},'end':{'x':0x0,'y':0x1}}),_react['default']['createElement'](_reactNative[_0x4160(0x12)],{'style':styles['iconContent']},_0x3cf8d3||_react[_0x4160(0x5)][_0x4160(0x14)](_reactNative[_0x4160(0x1a)],{'style':styles[_0x4160(0x1b)]},'โ')));};exports[_0x4160(0x2)]=IconCircle;const PrimaryButton=({label:label='Get\x20Started',onPress:_0x5809c1,iconRight:_0xe8f9d2,loading:loading=![],disabled:disabled=![],testID:_0x49ee4d,style:_0x5a8fae,textStyle:_0x5f4792})=>{const _0x3bcd87={'iUrrz':function(_0x257e6f,_0x11a4af){return _0x257e6f||_0x11a4af;},'LyEyi':'small'},[_0x4ee87b,_0x1c5f89]=(0x0,_react[_0x4160(0x1c)])(![]),_0x401921=()=>_0x1c5f89(!![]),_0x32020d=()=>_0x1c5f89(![]);return _react[_0x4160(0x5)][_0x4160(0x14)](_reactNative['TouchableOpacity'],{'style':[styles[_0x4160(0x1d)],!disabled&&styles[_0x4160(0x1e)],disabled&&styles[_0x4160(0x1f)],_0x5a8fae],'onPress':_0x5809c1,'onPressIn':_0x401921,'onPressOut':_0x32020d,'disabled':_0x3bcd87[_0x4160(0x20)](disabled,loading),'activeOpacity':0x1,'testID':_0x49ee4d,'accessibilityLabel':label,'accessibilityRole':'button'},_react[_0x4160(0x5)][_0x4160(0x14)](_reactNativeLinearGradient['default'],{'colors':[_theme[_0x4160(0x15)][_0x4160(0x21)],_theme[_0x4160(0x15)][_0x4160(0x22)]],'style':styles['baseGradient'],'start':{'x':0x0,'y':0x0},'end':{'x':0x0,'y':0x1}}),_0x4ee87b&&_react['default'][_0x4160(0x14)](_reactNative[_0x4160(0x12)],{'style':styles[_0x4160(0x23)]}),_react['default']['createElement'](_reactNative[_0x4160(0x12)],{'style':styles['textContainer']},loading?_react[_0x4160(0x5)][_0x4160(0x14)](_reactNative['ActivityIndicator'],{'color':_theme[_0x4160(0x15)][_0x4160(0x24)],'size':_0x3bcd87[_0x4160(0x25)]}):_react[_0x4160(0x5)]['createElement'](_reactNative[_0x4160(0x1a)],{'style':[styles[_0x4160(0x26)],_0x5f4792]},label)),_react['default'][_0x4160(0x14)](_reactNative[_0x4160(0x12)],{'style':styles[_0x4160(0x27)]},!loading&&(_0xe8f9d2||_react[_0x4160(0x5)][_0x4160(0x14)](IconCircle,null))));};exports[_0x4160(0x1)]=PrimaryButton;const styles=_reactNative[_0x4160(0x28)][_0x4160(0x29)]({'outerPill':{'height':0x30,'borderRadius':0x64,'borderWidth':0x1,'borderColor':_theme[_0x4160(0x15)]['btnBorder'],'overflow':_0x4160(0x2a),'width':'100%','position':_0x4160(0x2b)},'outerShadow':{'shadowColor':_0x4160(0x2c),'shadowOffset':{'width':0x14,'height':0x1e},'shadowOpacity':0.1,'shadowRadius':0x28,'elevation':0x8},'disabled':{'opacity':0.65,'shadowOpacity':0x0,'elevation':0x0},'baseGradient':{..._reactNative['StyleSheet'][_0x4160(0x2d)],'borderRadius':0x64},'pressedOverlay':{..._reactNative['StyleSheet'][_0x4160(0x2d)],'backgroundColor':'rgba(0,0,0,0.1)','borderRadius':0x64},'textContainer':{'position':_0x4160(0x2e),'left':0x0,'right':0x0,'top':0x0,'bottom':0x0,'justifyContent':_0x4160(0x2f),'alignItems':'center','backgroundColor':_0x4160(0x30)},'iconPosition':{'position':_0x4160(0x2e),'right':0x4,'top':0x4,'bottom':0x4,'width':0x28,'justifyContent':_0x4160(0x2f),'alignItems':_0x4160(0x2f),'backgroundColor':_0x4160(0x30)},'label':{'fontFamily':'Inter','fontWeight':_0x4160(0x31),'fontSize':0x10,'color':_theme[_0x4160(0x15)][_0x4160(0x24)],'textAlign':_0x4160(0x2f),'backgroundColor':_0x4160(0x30)},'iconCircle':{'justifyContent':_0x4160(0x2f),'alignItems':_0x4160(0x2f),'borderWidth':0x1,'borderColor':_0x4160(0x32)},'iconContent':{'justifyContent':_0x4160(0x2f),'alignItems':'center','backgroundColor':_0x4160(0x30)},'arrowText':{'fontSize':0x14,'color':_theme[_0x4160(0x15)]['btnLabel'],'fontWeight':'600','opacity':0.95,'backgroundColor':_0x4160(0x30)}});var _default=exports[_0x4160(0x5)]=PrimaryButton;
|
|
@@ -6,4 +6,4 @@ var __ONAIROS_REQ_REGISTRY__ = [
|
|
|
6
6
|
require("react-native-linear-gradient")
|
|
7
7
|
];
|
|
8
8
|
function __ONAIROS_REQ_FUNC__(i) { return __ONAIROS_REQ_REGISTRY__[i]; }
|
|
9
|
-
Object['defineProperty'](exports,_0x1e4c(0x0),{'value':!![]}),exports[_0x1e4c(0x1)]=void 0x0;function _0xcab4(){const _0x447db0=['__esModule','default','function','bmYxe','YzrYe','eqUaE','UkhEQ','object','xuvvB','parallel','timing','Animated','start','Jwgpp','has','set','nSOnh','OCaAB','hasOwnProperty','call','defineProperty','get','window','zYVHf','iexaU','searching','none','large','#E9C46A','found','complete','Welcome\x20to\x20Enoch!','We\x27ll\x20send\x20match\x20notifications\x20to\x20','@...','#f5e7c1','Continue','SLfdJ','useState','Value','useEffect','DiwQp','EDliJ','olrnW','lmmmn','djIRQ','jJreI','TvyIU','YvWTS','yQJUj','floor','maqPf','YisVc','ScTmO','cUCMl','adOPZ','DVSPf','Mujcl','createElement','Modal','Bzkiy','View','content','Fragment','Text','Finding\x20Your\x20Matches','ActivityIndicator','wyody','CyRTM','message','Searching\x20for\x20potential\x20connections\x20based\x20on\x20your\x20profile...','alhsj','title','Matches\x20Found!','matchCircle','matchCount','\x20potential\x20connections\x20for\x20you!','subMessage','HKwzl','zTagu','split','jyBYt','TouchableOpacity','#DDB957','gradientButton','buttonText','StyleSheet','rgba(0,0,0,0.7)','center','#FFFFFF','#000','600','#555','#777','100%','hidden','#333'];_0xcab4=function(){return _0x447db0;};return _0xcab4();}var _react=_interopRequireWildcard(__ONAIROS_REQ_FUNC__(0x0)),_reactNative=__ONAIROS_REQ_FUNC__(0x1),_reactNativeLinearGradient=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x2));function _interopRequireDefault(_0x53d594){return _0x53d594&&_0x53d594[_0x1e4c(0x0)]?_0x53d594:{'default':_0x53d594};}function _interopRequireWildcard(_0x209097,_0x5d5b35){const _0x51bc9b={'aTxaw':function(_0x3ffa37){return _0x3ffa37();},'UkhEQ':function(_0x50911e,_0x2a686b){return _0x50911e===_0x2a686b;},'WRfnq':function(_0x2bf250,_0x356a9a){return _0x2bf250!=_0x356a9a;},'eqUaE':_0x1e4c(0x2),'kIOwe':_0x1e4c(0x3),'xuvvB':'LdITj','nSOnh':function(_0x2a441d,_0x2159a7){return _0x2a441d!==_0x2159a7;},'OCaAB':_0x1e4c(0x1),'xXIWk':function(_0x467ba1,_0x24c798,_0x4a86e4,_0x1af6b7){return _0x467ba1(_0x24c798,_0x4a86e4,_0x1af6b7);},'YzrYe':function(_0x2e1976,_0x3e5bf9){return _0x2e1976==_0x3e5bf9;}};if(_0x51bc9b[_0x1e4c(0x4)](_0x51bc9b[_0x1e4c(0x5)],typeof WeakMap))var _0x267ebc=new WeakMap(),_0x4b52de=new WeakMap();return(_interopRequireWildcard=function(_0xf67cd3,_0x3a3e16){if(!_0x3a3e16&&_0xf67cd3&&_0xf67cd3['__esModule'])return _0xf67cd3;var _0x58d605,_0x33e625,_0x17b579={'__proto__':null,'default':_0xf67cd3};if(_0x51bc9b[_0x1e4c(0x6)](null,_0xf67cd3)||_0x51bc9b['WRfnq'](_0x1e4c(0x7),typeof _0xf67cd3)&&_0x51bc9b[_0x1e4c(0x5)]!=typeof _0xf67cd3)return _0x17b579;if(_0x58d605=_0x3a3e16?_0x4b52de:_0x267ebc){if(_0x51bc9b['kIOwe']===_0x51bc9b[_0x1e4c(0x8)]){const _0x5c1f99={'Jwgpp':function(_0x532b61){return _0x51bc9b['aTxaw'](_0x532b61);}};_0x1d1e2a['Animated'][_0x1e4c(0x9)]([_0x2fa725['Animated'][_0x1e4c(0xa)](_0x5a93a8,{'toValue':0x0,'duration':0x190,'useNativeDriver':!![]}),_0x2f233a[_0x1e4c(0xb)]['timing'](_0x1d7d07,{'toValue':0.9,'duration':0x190,'useNativeDriver':!![]})])[_0x1e4c(0xc)](()=>{_0x5c1f99[_0x1e4c(0xd)](_0xbaf188);});}else{if(_0x58d605[_0x1e4c(0xe)](_0xf67cd3))return _0x58d605['get'](_0xf67cd3);_0x58d605[_0x1e4c(0xf)](_0xf67cd3,_0x17b579);}}for(const _0x510c64 in _0xf67cd3)_0x51bc9b[_0x1e4c(0x10)](_0x51bc9b[_0x1e4c(0x11)],_0x510c64)&&{}[_0x1e4c(0x12)][_0x1e4c(0x13)](_0xf67cd3,_0x510c64)&&((_0x33e625=(_0x58d605=Object[_0x1e4c(0x14)])&&Object['getOwnPropertyDescriptor'](_0xf67cd3,_0x510c64))&&(_0x33e625[_0x1e4c(0x15)]||_0x33e625[_0x1e4c(0xf)])?_0x51bc9b['xXIWk'](_0x58d605,_0x17b579,_0x510c64,_0x33e625):_0x17b579[_0x510c64]=_0xf67cd3[_0x510c64]);return _0x17b579;})(_0x209097,_0x5d5b35);}function _0x1e4c(_0xcab458,_0x1e4c60){_0xcab458=_0xcab458-0x0;const _0x582c65=_0xcab4();let _0x5951be=_0x582c65[_0xcab458];return _0x5951be;}const {width,height}=_reactNative['Dimensions'][_0x1e4c(0x15)](_0x1e4c(0x16)),SignInMatchAnimation=({email:_0x71ac36,visible:_0x7e35b7,onComplete:_0x34ba86})=>{const _0x505b8c={'DiwQp':_0x1e4c(0x17),'EDliJ':function(_0x30179f,_0x285bb){return _0x30179f*_0x285bb;},'olrnW':function(_0x4d3736,_0x587b4e){return _0x4d3736(_0x587b4e);},'lmmmn':function(_0x1862b1,_0x14af92,_0x596a88){return _0x1862b1(_0x14af92,_0x596a88);},'djIRQ':function(_0x2b9682,_0x4cb1ba){return _0x2b9682===_0x4cb1ba;},'jJreI':_0x1e4c(0x18),'LBczu':function(_0x4dcc2f){return _0x4dcc2f();},'SLfdJ':_0x1e4c(0x19),'Bzkiy':_0x1e4c(0x1a),'wyody':_0x1e4c(0x1b),'CyRTM':_0x1e4c(0x1c),'alhsj':_0x1e4c(0x1d),'NSKDs':function(_0x428b3c,_0x411cb5){return _0x428b3c===_0x411cb5;},'IgjBv':_0x1e4c(0x1e),'HKwzl':_0x1e4c(0x1f),'zTagu':_0x1e4c(0x20),'jyBYt':_0x1e4c(0x21),'uBAwN':_0x1e4c(0x22),'XUumJ':_0x1e4c(0x23)},[_0x2db276,_0x3993d6]=(0x0,_react['useState'])(_0x505b8c[_0x1e4c(0x24)]),[_0x34b1de,_0x22ad9b]=(0x0,_react[_0x1e4c(0x25)])(0x0),_0xbf2a2c=(0x0,_react[_0x1e4c(0x25)])(new _reactNative[(_0x1e4c(0xb))][(_0x1e4c(0x26))](0x0))[0x0],_0x27c7dc=(0x0,_react[_0x1e4c(0x25)])(new _reactNative['Animated'][(_0x1e4c(0x26))](0.9))[0x0];(0x0,_react[_0x1e4c(0x27)])(()=>{const _0x2c35b1={'Mujcl':function(_0x44b2ca,_0x28fc78){return _0x44b2ca(_0x28fc78);},'TvyIU':_0x1e4c(0x1e),'YvWTS':function(_0x13db30,_0x5499e3){return _0x13db30!==_0x5499e3;},'yQJUj':_0x505b8c[_0x1e4c(0x28)],'nPhiQ':function(_0x376cf7,_0x4157f5){return _0x376cf7+_0x4157f5;},'maqPf':function(_0x1663db,_0x392e45){return _0x505b8c[_0x1e4c(0x29)](_0x1663db,_0x392e45);},'YisVc':function(_0x5e59ac,_0x2a85a8){return _0x505b8c[_0x1e4c(0x2a)](_0x5e59ac,_0x2a85a8);},'ScTmO':_0x1e4c(0x1d),'cUCMl':function(_0x423c87,_0x11f4c1,_0x364f3e){return _0x505b8c[_0x1e4c(0x2b)](_0x423c87,_0x11f4c1,_0x364f3e);}};if(_0x7e35b7){if(_0x505b8c[_0x1e4c(0x2c)]('hHrQF',_0x505b8c[_0x1e4c(0x2d)])){if(_0x3538cb[_0x1e4c(0xe)](_0x4b23bd))return _0x58bdbd[_0x1e4c(0x15)](_0x48faac);_0x6d4e7e[_0x1e4c(0xf)](_0x45fe71,_0xf477aa);}else _reactNative[_0x1e4c(0xb)][_0x1e4c(0x9)]([_reactNative[_0x1e4c(0xb)][_0x1e4c(0xa)](_0xbf2a2c,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]}),_reactNative[_0x1e4c(0xb)][_0x1e4c(0xa)](_0x27c7dc,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]})])['start'](),_0x505b8c[_0x1e4c(0x2b)](setTimeout,()=>{const _0x2bc711={'adOPZ':function(_0x4bb758,_0x2d99e5){return _0x2c35b1['Mujcl'](_0x4bb758,_0x2d99e5);},'DVSPf':_0x2c35b1[_0x1e4c(0x2e)]};if(_0x2c35b1[_0x1e4c(0x2f)]('JQiMJ',_0x2c35b1[_0x1e4c(0x30)])){const _0x20f1a1=_0x2c35b1['nPhiQ'](Math[_0x1e4c(0x31)](_0x2c35b1[_0x1e4c(0x32)](Math['random'](),0x6)),0x3);_0x22ad9b(_0x20f1a1),_0x2c35b1[_0x1e4c(0x33)](_0x3993d6,_0x2c35b1[_0x1e4c(0x34)]),_0x2c35b1[_0x1e4c(0x35)](setTimeout,()=>{_0x2bc711[_0x1e4c(0x36)](_0x3993d6,_0x2bc711[_0x1e4c(0x37)]);},0xbb8);}else _0x2c35b1[_0x1e4c(0x38)](_0x264f3c,_0x2c35b1[_0x1e4c(0x2e)]);},0x9c4);}},[_0x7e35b7,_0xbf2a2c,_0x27c7dc]);const _0x5976f7=()=>{_reactNative[_0x1e4c(0xb)][_0x1e4c(0x9)]([_reactNative[_0x1e4c(0xb)]['timing'](_0xbf2a2c,{'toValue':0x0,'duration':0x190,'useNativeDriver':!![]}),_reactNative[_0x1e4c(0xb)][_0x1e4c(0xa)](_0x27c7dc,{'toValue':0.9,'duration':0x190,'useNativeDriver':!![]})])['start'](()=>{_0x505b8c['LBczu'](_0x34ba86);});};if(!_0x7e35b7)return null;return _react['default'][_0x1e4c(0x39)](_reactNative[_0x1e4c(0x3a)],{'visible':_0x7e35b7,'transparent':!![],'animationType':_0x505b8c[_0x1e4c(0x3b)]},_react['default']['createElement'](_reactNative[_0x1e4c(0x3c)],{'style':styles['container']},_react[_0x1e4c(0x1)]['createElement'](_reactNative[_0x1e4c(0xb)]['View'],{'style':[styles[_0x1e4c(0x3d)],{'opacity':_0xbf2a2c,'transform':[{'scale':_0x27c7dc}]}]},_0x505b8c[_0x1e4c(0x2c)](_0x2db276,_0x1e4c(0x19))&&_react[_0x1e4c(0x1)][_0x1e4c(0x39)](_react[_0x1e4c(0x1)][_0x1e4c(0x3e)],null,_react[_0x1e4c(0x1)][_0x1e4c(0x39)](_reactNative[_0x1e4c(0x3f)],{'style':styles['title']},_0x1e4c(0x40)),_react[_0x1e4c(0x1)]['createElement'](_reactNative[_0x1e4c(0x41)],{'size':_0x505b8c[_0x1e4c(0x42)],'color':_0x505b8c[_0x1e4c(0x43)],'style':styles['loader']}),_react['default'][_0x1e4c(0x39)](_reactNative[_0x1e4c(0x3f)],{'style':styles[_0x1e4c(0x44)]},_0x1e4c(0x45))),_0x505b8c['djIRQ'](_0x2db276,_0x505b8c[_0x1e4c(0x46)])&&_react[_0x1e4c(0x1)]['createElement'](_react[_0x1e4c(0x1)][_0x1e4c(0x3e)],null,_react[_0x1e4c(0x1)][_0x1e4c(0x39)](_reactNative[_0x1e4c(0x3f)],{'style':styles[_0x1e4c(0x47)]},_0x1e4c(0x48)),_react[_0x1e4c(0x1)][_0x1e4c(0x39)](_reactNative[_0x1e4c(0x3c)],{'style':styles[_0x1e4c(0x49)]},_react[_0x1e4c(0x1)][_0x1e4c(0x39)](_reactNative[_0x1e4c(0x3f)],{'style':styles[_0x1e4c(0x4a)]},_0x34b1de)),_react[_0x1e4c(0x1)]['createElement'](_reactNative[_0x1e4c(0x3f)],{'style':styles['message']},'We\x27ve\x20found\x20',_0x34b1de,_0x1e4c(0x4b)),_react[_0x1e4c(0x1)][_0x1e4c(0x39)](_reactNative[_0x1e4c(0x3f)],{'style':styles[_0x1e4c(0x4c)]},'Complete\x20your\x20profile\x20to\x20see\x20who\x20they\x20are.')),_0x505b8c['NSKDs'](_0x2db276,_0x505b8c['IgjBv'])&&_react[_0x1e4c(0x1)][_0x1e4c(0x39)](_react[_0x1e4c(0x1)]['Fragment'],null,_react[_0x1e4c(0x1)][_0x1e4c(0x39)](_reactNative[_0x1e4c(0x3f)],{'style':styles[_0x1e4c(0x47)]},_0x505b8c[_0x1e4c(0x4d)]),_react[_0x1e4c(0x1)]['createElement'](_reactNative[_0x1e4c(0x3f)],{'style':styles[_0x1e4c(0x44)]},_0x505b8c[_0x1e4c(0x4e)],_0x71ac36[_0x1e4c(0x4f)]('@')[0x0],_0x505b8c[_0x1e4c(0x50)]),_react[_0x1e4c(0x1)]['createElement'](_reactNative[_0x1e4c(0x51)],{'style':styles['button'],'onPress':_0x5976f7},_react[_0x1e4c(0x1)][_0x1e4c(0x39)](_reactNativeLinearGradient[_0x1e4c(0x1)],{'colors':[_0x505b8c['uBAwN'],_0x505b8c[_0x1e4c(0x43)],_0x1e4c(0x52)],'start':{'x':0x0,'y':0x0},'end':{'x':0x1,'y':0x0},'style':styles[_0x1e4c(0x53)]},_react[_0x1e4c(0x1)][_0x1e4c(0x39)](_reactNative[_0x1e4c(0x3f)],{'style':styles[_0x1e4c(0x54)]},_0x505b8c['XUumJ'])))))));},styles=_reactNative[_0x1e4c(0x55)]['create']({'container':{'flex':0x1,'backgroundColor':_0x1e4c(0x56),'justifyContent':_0x1e4c(0x57),'alignItems':'center'},'content':{'width':width*0.85,'backgroundColor':_0x1e4c(0x58),'borderRadius':0x14,'padding':0x18,'alignItems':'center','shadowColor':_0x1e4c(0x59),'shadowOffset':{'width':0x0,'height':0x4},'shadowOpacity':0.3,'shadowRadius':0x8,'elevation':0xa},'title':{'fontSize':0x18,'fontWeight':_0x1e4c(0x5a),'color':'#333','marginBottom':0x14,'textAlign':_0x1e4c(0x57)},'loader':{'marginVertical':0x18},'message':{'fontSize':0x12,'color':_0x1e4c(0x5b),'textAlign':_0x1e4c(0x57),'marginBottom':0x10,'lineHeight':0x18},'subMessage':{'fontSize':0x10,'color':_0x1e4c(0x5c),'textAlign':_0x1e4c(0x57),'marginTop':0x8},'matchCircle':{'width':0x64,'height':0x64,'borderRadius':0x32,'backgroundColor':_0x1e4c(0x1c),'justifyContent':_0x1e4c(0x57),'alignItems':_0x1e4c(0x57),'marginVertical':0x14},'matchCount':{'fontSize':0x28,'fontWeight':'bold','color':_0x1e4c(0x58)},'button':{'width':_0x1e4c(0x5d),'marginTop':0x18,'borderRadius':0x8,'overflow':_0x1e4c(0x5e)},'gradientButton':{'paddingVertical':0xe,'alignItems':_0x1e4c(0x57),'justifyContent':_0x1e4c(0x57)},'buttonText':{'color':_0x1e4c(0x5f),'fontSize':0x10,'fontWeight':_0x1e4c(0x5a)}});var _default=exports[_0x1e4c(0x1)]=SignInMatchAnimation;
|
|
9
|
+
Object[_0x4932(0x0)](exports,'__esModule',{'value':!![]}),exports[_0x4932(0x1)]=void 0x0;var _react=_interopRequireWildcard(__ONAIROS_REQ_FUNC__(0x0)),_reactNative=__ONAIROS_REQ_FUNC__(0x1),_reactNativeLinearGradient=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x2));function _interopRequireDefault(_0x3e68b5){return _0x3e68b5&&_0x3e68b5[_0x4932(0x2)]?_0x3e68b5:{'default':_0x3e68b5};}function _interopRequireWildcard(_0x537b72,_0x70671a){const _0x45aa19={'REuZy':function(_0x21b99d,_0x197df0){return _0x21b99d(_0x197df0);},'bAwYy':function(_0x26bad6,_0x2a76f6){return _0x26bad6+_0x2a76f6;},'fISjf':function(_0x2547b4,_0x3f9b52){return _0x2547b4*_0x3f9b52;},'rzSzD':function(_0x437cd0,_0x4142cd){return _0x437cd0(_0x4142cd);},'cbYTg':_0x4932(0x3),'liWgb':function(_0x4a5578,_0x50e28f){return _0x4a5578!==_0x50e28f;},'dOEEx':_0x4932(0x4),'uZgBs':function(_0x3a9aa2,_0x245751){return _0x3a9aa2===_0x245751;},'dgPYa':function(_0x24eb53,_0x39484e){return _0x24eb53!=_0x39484e;},'lOXKU':_0x4932(0x5),'KfsXi':_0x4932(0x6),'WKQtC':_0x4932(0x1),'ACeUO':function(_0x409c4a,_0x3e2616,_0x4c9f44,_0x5f08f6){return _0x409c4a(_0x3e2616,_0x4c9f44,_0x5f08f6);},'ZIreT':function(_0x56176a,_0x2c9807){return _0x56176a==_0x2c9807;}};if(_0x45aa19[_0x4932(0x7)](_0x45aa19['KfsXi'],typeof WeakMap))var _0x4c2de5=new WeakMap(),_0x4b316b=new WeakMap();return(_interopRequireWildcard=function(_0x2c25ca,_0x4b69c9){if(_0x45aa19[_0x4932(0x8)]('fjotF',_0x45aa19[_0x4932(0x9)])){const _0x46f5b5={'LFPYt':function(_0x614cd0,_0x4d64f2){return _0x45aa19[_0x4932(0xa)](_0x614cd0,_0x4d64f2);}},_0xab0b87=_0x45aa19[_0x4932(0xb)](_0x2c8017[_0x4932(0xc)](_0x45aa19[_0x4932(0xd)](_0x1c9e42['random'](),0x6)),0x3);_0x45aa19[_0x4932(0xe)](_0x172b84,_0xab0b87),_0x45aa19[_0x4932(0xe)](_0x53ba2c,_0x45aa19['cbYTg']),_0xe863bb(()=>{_0x46f5b5[_0x4932(0xf)](_0x14208,_0x4932(0x10));},0xbb8);}else{if(!_0x4b69c9&&_0x2c25ca&&_0x2c25ca[_0x4932(0x2)])return _0x2c25ca;var _0x771d72,_0x165eff,_0x352eaf={'__proto__':null,'default':_0x2c25ca};if(_0x45aa19[_0x4932(0x11)](null,_0x2c25ca)||_0x45aa19['dgPYa'](_0x45aa19[_0x4932(0x12)],typeof _0x2c25ca)&&_0x45aa19['KfsXi']!=typeof _0x2c25ca)return _0x352eaf;if(_0x771d72=_0x4b69c9?_0x4b316b:_0x4c2de5){if(_0x771d72[_0x4932(0x13)](_0x2c25ca))return _0x771d72['get'](_0x2c25ca);_0x771d72['set'](_0x2c25ca,_0x352eaf);}for(const _0x16916f in _0x2c25ca)_0x45aa19[_0x4932(0x14)]!==_0x16916f&&{}['hasOwnProperty'][_0x4932(0x15)](_0x2c25ca,_0x16916f)&&((_0x165eff=(_0x771d72=Object[_0x4932(0x0)])&&Object[_0x4932(0x16)](_0x2c25ca,_0x16916f))&&(_0x165eff[_0x4932(0x17)]||_0x165eff[_0x4932(0x18)])?_0x45aa19[_0x4932(0x19)](_0x771d72,_0x352eaf,_0x16916f,_0x165eff):_0x352eaf[_0x16916f]=_0x2c25ca[_0x16916f]);return _0x352eaf;}})(_0x537b72,_0x70671a);}const {width,height}=_reactNative[_0x4932(0x1a)][_0x4932(0x17)](_0x4932(0x1b)),SignInMatchAnimation=({email:_0x2a63e9,visible:_0x147d75,onComplete:_0x10f7e9})=>{const _0x4aef9a={'CPZyu':function(_0x273e91,_0x5a4808){return _0x273e91&&_0x5a4808;},'wwgUe':function(_0x31d0ec,_0x1a0c34){return _0x31d0ec!=_0x1a0c34;},'gtKCb':_0x4932(0x5),'iKGPb':function(_0x3c7748,_0x282fb4){return _0x3c7748!=_0x282fb4;},'jhfzU':_0x4932(0x6),'WOYse':function(_0x206eaa,_0x390bb7){return _0x206eaa!==_0x390bb7;},'xTRRi':_0x4932(0x1),'rFXgE':function(_0x1e72d7,_0x282d92,_0x1d0be4,_0x4a6bef){return _0x1e72d7(_0x282d92,_0x1d0be4,_0x4a6bef);},'HRaey':function(_0x3fd825,_0x304732){return _0x3fd825+_0x304732;},'JrSky':function(_0x1e3309,_0x154e99){return _0x1e3309(_0x154e99);},'ZbzjP':function(_0x506f3b,_0x983cdd,_0x3fd1e7){return _0x506f3b(_0x983cdd,_0x3fd1e7);},'cDAsE':_0x4932(0x3),'XHlsi':function(_0x52b2a3,_0x409bfb){return _0x52b2a3===_0x409bfb;},'lxuLV':'IREIE','YGtoP':_0x4932(0x10),'EzpgR':function(_0x13d464,_0x2b40f9){return _0x13d464===_0x2b40f9;},'DbnIF':_0x4932(0x1c),'xRUZt':_0x4932(0x1d),'JvdhR':function(_0x5b7527,_0x27d479){return _0x5b7527===_0x27d479;},'VWspt':_0x4932(0x1e),'GIxBS':_0x4932(0x1f),'OQLkF':_0x4932(0x20),'OaXGS':_0x4932(0x21),'fOlFI':function(_0x54bb93,_0x54200e){return _0x54bb93===_0x54200e;},'xtDdz':_0x4932(0x22),'ODmWD':_0x4932(0x23),'NrcVS':_0x4932(0x24),'PwjUQ':_0x4932(0x25),'sdXKT':_0x4932(0x26),'taqWV':'We\x27ve\x20found\x20','zSimA':_0x4932(0x27),'nIKCK':_0x4932(0x28),'JHAFt':function(_0x2ef4e8,_0x28193d){return _0x2ef4e8===_0x28193d;},'HkPFU':_0x4932(0x29),'PLcaG':'#f5e7c1','roCMI':_0x4932(0x2a),'ahbsp':_0x4932(0x2b)},[_0x463ee7,_0x3279ef]=(0x0,_react[_0x4932(0x2c)])(_0x4aef9a[_0x4932(0x2d)]),[_0x345e16,_0x5508f9]=(0x0,_react[_0x4932(0x2c)])(0x0),_0x58cf97=(0x0,_react[_0x4932(0x2c)])(new _reactNative['Animated']['Value'](0x0))[0x0],_0x468bea=(0x0,_react['useState'])(new _reactNative[(_0x4932(0x2e))]['Value'](0.9))[0x0];(0x0,_react['useEffect'])(()=>{const _0x5c4265={'hrXCE':function(_0x2781ef,_0x3a686f){return _0x2781ef+_0x3a686f;},'bNMYl':function(_0x97153a,_0x37d51a){return _0x4aef9a['JrSky'](_0x97153a,_0x37d51a);},'owCCt':_0x4aef9a[_0x4932(0x2f)],'gUcGt':function(_0x1e4250,_0x291b9c,_0x42b11f){return _0x4aef9a[_0x4932(0x30)](_0x1e4250,_0x291b9c,_0x42b11f);},'MuEMB':function(_0x23cea3,_0x1c300e){return _0x4aef9a['XHlsi'](_0x23cea3,_0x1c300e);},'jWeGd':_0x4932(0x31),'YwYem':_0x4aef9a[_0x4932(0x32)],'Ghygw':function(_0x4806a9,_0x3994f1){return _0x4aef9a[_0x4932(0x33)](_0x4806a9,_0x3994f1);},'yqrhH':_0x4aef9a[_0x4932(0x34)]};if(_0x4aef9a[_0x4932(0x35)](_0x4aef9a[_0x4932(0x36)],_0x4aef9a[_0x4932(0x37)]))return _0x11e506&&_0x1c3e9e[_0x4932(0x2)]?_0xebf33f:{'default':_0xd7a7e6};else{if(_0x147d75){if(_0x4aef9a[_0x4932(0x38)](_0x4aef9a['VWspt'],_0x4aef9a[_0x4932(0x39)])){if(_0x4aef9a[_0x4932(0x3a)](!_0x2ddc33,_0x2d9598)&&_0x5a84df[_0x4932(0x2)])return _0x43851f;var _0x42d554,_0x2b7bbe,_0xc4fdd8={'__proto__':null,'default':_0x34ba41};if(null===_0x5f1424||_0x4aef9a[_0x4932(0x3b)](_0x4aef9a[_0x4932(0x3c)],typeof _0x39bde8)&&_0x4aef9a[_0x4932(0x3d)](_0x4aef9a[_0x4932(0x3e)],typeof _0x302386))return _0xc4fdd8;if(_0x42d554=_0x28180d?_0x474318:_0x29db68){if(_0x42d554[_0x4932(0x13)](_0x1854c3))return _0x42d554[_0x4932(0x17)](_0x150099);_0x42d554['set'](_0x3c6de1,_0xc4fdd8);}for(const _0x45d36a in _0x209f1b)_0x4aef9a[_0x4932(0x3f)](_0x4aef9a[_0x4932(0x40)],_0x45d36a)&&{}[_0x4932(0x41)][_0x4932(0x15)](_0xdc541f,_0x45d36a)&&((_0x2b7bbe=(_0x42d554=_0x433d1b[_0x4932(0x0)])&&_0x39ac31[_0x4932(0x16)](_0x3c7490,_0x45d36a))&&(_0x2b7bbe['get']||_0x2b7bbe[_0x4932(0x18)])?_0x4aef9a['rFXgE'](_0x42d554,_0xc4fdd8,_0x45d36a,_0x2b7bbe):_0xc4fdd8[_0x45d36a]=_0xd5f4af[_0x45d36a]);return _0xc4fdd8;}else _reactNative[_0x4932(0x2e)][_0x4932(0x42)]([_reactNative[_0x4932(0x2e)]['timing'](_0x58cf97,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]}),_reactNative['Animated'][_0x4932(0x43)](_0x468bea,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]})])[_0x4932(0x44)](),setTimeout(()=>{const _0x467b18=_0x4aef9a['HRaey'](Math[_0x4932(0xc)](Math[_0x4932(0x45)]()*0x6),0x3);_0x5508f9(_0x467b18),_0x4aef9a[_0x4932(0x33)](_0x3279ef,_0x4932(0x3)),_0x4aef9a['ZbzjP'](setTimeout,()=>{const _0x48dd76={'mzYRf':function(_0x483001,_0x33babd){return _0x5c4265[_0x4932(0x46)](_0x483001,_0x33babd);},'MCmay':function(_0x447bc4,_0xebdc0c){return _0x447bc4*_0xebdc0c;},'QjRbY':function(_0x5bf308,_0x5996fd){return _0x5bf308(_0x5996fd);},'ilKjH':function(_0x731b7c,_0x44eb89){return _0x5c4265[_0x4932(0x47)](_0x731b7c,_0x44eb89);},'GqoNd':_0x5c4265['owCCt'],'PjSkZ':function(_0x59e8a5,_0x29eac1,_0x18ef77){return _0x5c4265['gUcGt'](_0x59e8a5,_0x29eac1,_0x18ef77);},'FCaHf':function(_0x9352db,_0xba678f){return _0x9352db(_0xba678f);}};if(_0x5c4265['MuEMB'](_0x5c4265['jWeGd'],_0x5c4265['YwYem'])){const _0x3ba821={'BtTOk':function(_0x2cfb68,_0x5cb215){return _0x48dd76[_0x4932(0x48)](_0x2cfb68,_0x5cb215);},'vzqJT':'complete'};_0x2e74bf[_0x4932(0x2e)][_0x4932(0x42)]([_0xcfa289[_0x4932(0x2e)][_0x4932(0x43)](_0xd22404,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]}),_0x43a130['Animated']['timing'](_0x50a861,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]})])[_0x4932(0x44)](),_0x48dd76[_0x4932(0x49)](_0x576fa3,()=>{const _0x55bd98=_0x48dd76[_0x4932(0x4a)](_0x125661[_0x4932(0xc)](_0x48dd76[_0x4932(0x4b)](_0xa5fcb2[_0x4932(0x45)](),0x6)),0x3);_0x48dd76[_0x4932(0x4c)](_0x11627d,_0x55bd98),_0x48dd76[_0x4932(0x4d)](_0x228f79,_0x48dd76['GqoNd']),_0x48dd76[_0x4932(0x49)](_0x5b1557,()=>{_0x3ba821[_0x4932(0x4e)](_0x14550f,_0x3ba821[_0x4932(0x4f)]);},0xbb8);},0x9c4);}else _0x5c4265[_0x4932(0x50)](_0x3279ef,_0x5c4265[_0x4932(0x51)]);},0xbb8);},0x9c4);}}},[_0x147d75,_0x58cf97,_0x468bea]);const _0xe12b5f=()=>{const _0x16a0f8={'IYmUI':function(_0x538382){return _0x538382();}};_reactNative['Animated'][_0x4932(0x42)]([_reactNative[_0x4932(0x2e)][_0x4932(0x43)](_0x58cf97,{'toValue':0x0,'duration':0x190,'useNativeDriver':!![]}),_reactNative[_0x4932(0x2e)][_0x4932(0x43)](_0x468bea,{'toValue':0.9,'duration':0x190,'useNativeDriver':!![]})])['start'](()=>{_0x16a0f8['IYmUI'](_0x10f7e9);});};if(!_0x147d75)return null;return _react[_0x4932(0x1)][_0x4932(0x52)](_reactNative[_0x4932(0x53)],{'visible':_0x147d75,'transparent':!![],'animationType':_0x4aef9a['OaXGS']},_react['default'][_0x4932(0x52)](_reactNative[_0x4932(0x54)],{'style':styles[_0x4932(0x55)]},_react[_0x4932(0x1)][_0x4932(0x52)](_reactNative[_0x4932(0x2e)][_0x4932(0x54)],{'style':[styles[_0x4932(0x56)],{'opacity':_0x58cf97,'transform':[{'scale':_0x468bea}]}]},_0x4aef9a[_0x4932(0x57)](_0x463ee7,_0x4aef9a[_0x4932(0x2d)])&&_react['default'][_0x4932(0x52)](_react[_0x4932(0x1)][_0x4932(0x58)],null,_react[_0x4932(0x1)]['createElement'](_reactNative[_0x4932(0x59)],{'style':styles[_0x4932(0x5a)]},_0x4aef9a['xtDdz']),_react[_0x4932(0x1)][_0x4932(0x52)](_reactNative[_0x4932(0x5b)],{'size':_0x4aef9a[_0x4932(0x5c)],'color':_0x4aef9a[_0x4932(0x5d)],'style':styles[_0x4932(0x5e)]}),_react[_0x4932(0x1)]['createElement'](_reactNative[_0x4932(0x59)],{'style':styles[_0x4932(0x5f)]},_0x4aef9a[_0x4932(0x60)])),_0x4aef9a[_0x4932(0x57)](_0x463ee7,_0x4932(0x3))&&_react['default'][_0x4932(0x52)](_react[_0x4932(0x1)][_0x4932(0x58)],null,_react['default'][_0x4932(0x52)](_reactNative[_0x4932(0x59)],{'style':styles[_0x4932(0x5a)]},_0x4aef9a[_0x4932(0x61)]),_react[_0x4932(0x1)][_0x4932(0x52)](_reactNative[_0x4932(0x54)],{'style':styles[_0x4932(0x62)]},_react[_0x4932(0x1)]['createElement'](_reactNative[_0x4932(0x59)],{'style':styles[_0x4932(0x63)]},_0x345e16)),_react[_0x4932(0x1)][_0x4932(0x52)](_reactNative[_0x4932(0x59)],{'style':styles['message']},_0x4aef9a['taqWV'],_0x345e16,_0x4aef9a['zSimA']),_react[_0x4932(0x1)]['createElement'](_reactNative[_0x4932(0x59)],{'style':styles[_0x4932(0x64)]},_0x4aef9a[_0x4932(0x65)])),_0x4aef9a['JHAFt'](_0x463ee7,_0x4aef9a[_0x4932(0x34)])&&_react['default'][_0x4932(0x52)](_react['default'][_0x4932(0x58)],null,_react[_0x4932(0x1)][_0x4932(0x52)](_reactNative['Text'],{'style':styles['title']},'Welcome\x20to\x20Enoch!'),_react[_0x4932(0x1)][_0x4932(0x52)](_reactNative[_0x4932(0x59)],{'style':styles['message']},_0x4aef9a[_0x4932(0x66)],_0x2a63e9[_0x4932(0x67)]('@')[0x0],_0x4932(0x68)),_react[_0x4932(0x1)][_0x4932(0x52)](_reactNative[_0x4932(0x69)],{'style':styles['button'],'onPress':_0xe12b5f},_react[_0x4932(0x1)][_0x4932(0x52)](_reactNativeLinearGradient[_0x4932(0x1)],{'colors':[_0x4aef9a['PLcaG'],_0x4932(0x24),_0x4aef9a[_0x4932(0x6a)]],'start':{'x':0x0,'y':0x0},'end':{'x':0x1,'y':0x0},'style':styles[_0x4932(0x6b)]},_react['default'][_0x4932(0x52)](_reactNative[_0x4932(0x59)],{'style':styles[_0x4932(0x6c)]},_0x4aef9a[_0x4932(0x6d)])))))));},styles=_reactNative['StyleSheet']['create']({'container':{'flex':0x1,'backgroundColor':_0x4932(0x6e),'justifyContent':_0x4932(0x6f),'alignItems':'center'},'content':{'width':width*0.85,'backgroundColor':_0x4932(0x70),'borderRadius':0x14,'padding':0x18,'alignItems':_0x4932(0x6f),'shadowColor':_0x4932(0x71),'shadowOffset':{'width':0x0,'height':0x4},'shadowOpacity':0.3,'shadowRadius':0x8,'elevation':0xa},'title':{'fontSize':0x18,'fontWeight':_0x4932(0x72),'color':_0x4932(0x73),'marginBottom':0x14,'textAlign':'center'},'loader':{'marginVertical':0x18},'message':{'fontSize':0x12,'color':_0x4932(0x74),'textAlign':_0x4932(0x6f),'marginBottom':0x10,'lineHeight':0x18},'subMessage':{'fontSize':0x10,'color':_0x4932(0x75),'textAlign':'center','marginTop':0x8},'matchCircle':{'width':0x64,'height':0x64,'borderRadius':0x32,'backgroundColor':'#E9C46A','justifyContent':_0x4932(0x6f),'alignItems':_0x4932(0x6f),'marginVertical':0x14},'matchCount':{'fontSize':0x28,'fontWeight':_0x4932(0x76),'color':_0x4932(0x70)},'button':{'width':_0x4932(0x77),'marginTop':0x18,'borderRadius':0x8,'overflow':_0x4932(0x78)},'gradientButton':{'paddingVertical':0xe,'alignItems':'center','justifyContent':_0x4932(0x6f)},'buttonText':{'color':'#333','fontSize':0x10,'fontWeight':_0x4932(0x72)}});function _0x4932(_0x569d91,_0x4932f7){_0x569d91=_0x569d91-0x0;const _0x256561=_0x569d();let _0xdb136d=_0x256561[_0x569d91];return _0xdb136d;}var _default=exports['default']=SignInMatchAnimation;function _0x569d(){const _0x3442f3=['defineProperty','default','__esModule','found','fjotF','object','function','ZIreT','liWgb','dOEEx','REuZy','bAwYy','floor','fISjf','rzSzD','LFPYt','complete','uZgBs','lOXKU','has','WKQtC','call','getOwnPropertyDescriptor','get','set','ACeUO','Dimensions','window','jTmdX','yXgnE','OBoFg','CfhHd','searching','none','Finding\x20Your\x20Matches','large','#E9C46A','Searching\x20for\x20potential\x20connections\x20based\x20on\x20your\x20profile...','Matches\x20Found!','\x20potential\x20connections\x20for\x20you!','Complete\x20your\x20profile\x20to\x20see\x20who\x20they\x20are.','We\x27ll\x20send\x20match\x20notifications\x20to\x20','#DDB957','Continue','useState','OQLkF','Animated','cDAsE','ZbzjP','Vrjek','lxuLV','JrSky','YGtoP','EzpgR','DbnIF','xRUZt','JvdhR','GIxBS','CPZyu','wwgUe','gtKCb','iKGPb','jhfzU','WOYse','xTRRi','hasOwnProperty','parallel','timing','start','random','hrXCE','bNMYl','FCaHf','PjSkZ','mzYRf','MCmay','QjRbY','ilKjH','BtTOk','vzqJT','Ghygw','yqrhH','createElement','Modal','View','container','content','fOlFI','Fragment','Text','title','ActivityIndicator','ODmWD','NrcVS','loader','message','PwjUQ','sdXKT','matchCircle','matchCount','subMessage','nIKCK','HkPFU','split','@...','TouchableOpacity','roCMI','gradientButton','buttonText','ahbsp','rgba(0,0,0,0.7)','center','#FFFFFF','#000','600','#333','#555','#777','bold','100%','hidden'];_0x569d=function(){return _0x3442f3;};return _0x569d();}
|
|
@@ -9,4 +9,4 @@ var __ONAIROS_REQ_REGISTRY__ = [
|
|
|
9
9
|
require("./PrimaryButton")
|
|
10
10
|
];
|
|
11
11
|
function __ONAIROS_REQ_FUNC__(i) { return __ONAIROS_REQ_REGISTRY__[i]; }
|
|
12
|
-
Object[_0x105c(0x0)](exports,_0x105c(0x1),{'value':!![]}),exports[_0x105c(0x2)]=exports[_0x105c(0x3)]=void 0x0;var _react=_interopRequireWildcard(__ONAIROS_REQ_FUNC__(0x0)),_reactNative=__ONAIROS_REQ_FUNC__(0x1),_theme=__ONAIROS_REQ_FUNC__(0x2),_EmailInput=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x3)),_GoogleButton=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x4)),_PrimaryButton=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x5));function _0x105c(_0x280a81,_0x105c81){_0x280a81=_0x280a81-0x0;const _0x34455b=_0x280a();let _0x179619=_0x34455b[_0x280a81];return _0x179619;}function _interopRequireDefault(_0x418f68){return _0x418f68&&_0x418f68[_0x105c(0x1)]?_0x418f68:{'default':_0x418f68};}function _interopRequireWildcard(_0x76aaa8,_0xa75256){const _0x1410cb={'dfmuu':_0x105c(0x4),'nWLml':function(_0x3a330a,_0x4921da){return _0x3a330a&&_0x4921da;},'HpnoA':function(_0x390f01,_0xbdc92b){return _0x390f01!=_0xbdc92b;},'OPNbm':_0x105c(0x5),'zENGh':_0x105c(0x6),'qvNFE':function(_0x261ffb,_0x41a03f){return _0x261ffb!==_0x41a03f;},'KUXcy':_0x105c(0x7),'yPXWv':_0x105c(0x8),'tthYX':_0x105c(0x2),'jTXgn':function(_0xc48d22,_0x2f3c04,_0x25f552,_0x5b087b){return _0xc48d22(_0x2f3c04,_0x25f552,_0x5b087b);},'xusdZ':function(_0x387bdc,_0x332103){return _0x387bdc==_0x332103;}};if(_0x1410cb[_0x105c(0x9)](_0x1410cb[_0x105c(0xa)],typeof WeakMap))var _0x47cd20=new WeakMap(),_0x474211=new WeakMap();return(_interopRequireWildcard=function(_0x4010e3,_0x3b6f86){const _0x3c5900={'tUFBD':_0x1410cb['dfmuu']};if(_0x1410cb[_0x105c(0xb)](!_0x3b6f86,_0x4010e3)&&_0x4010e3[_0x105c(0x1)])return _0x4010e3;var _0xcaad4f,_0x439453,_0x78a4ec={'__proto__':null,'default':_0x4010e3};if(null===_0x4010e3||_0x1410cb[_0x105c(0xc)](_0x1410cb[_0x105c(0xd)],typeof _0x4010e3)&&_0x1410cb['HpnoA'](_0x1410cb[_0x105c(0xa)],typeof _0x4010e3))return _0x78a4ec;if(_0xcaad4f=_0x3b6f86?_0x474211:_0x47cd20){if(_0x1410cb['qvNFE'](_0x1410cb[_0x105c(0xe)],_0x1410cb[_0x105c(0xf)])){if(_0xcaad4f[_0x105c(0x10)](_0x4010e3))return _0xcaad4f[_0x105c(0x11)](_0x4010e3);_0xcaad4f[_0x105c(0x12)](_0x4010e3,_0x78a4ec);}else return{'isValid':![],'error':_0x3c5900[_0x105c(0x13)]};}for(const _0x32987d in _0x4010e3)_0x1410cb[_0x105c(0x14)](_0x1410cb[_0x105c(0x15)],_0x32987d)&&{}[_0x105c(0x16)][_0x105c(0x17)](_0x4010e3,_0x32987d)&&((_0x439453=(_0xcaad4f=Object[_0x105c(0x0)])&&Object[_0x105c(0x18)](_0x4010e3,_0x32987d))&&(_0x439453['get']||_0x439453['set'])?_0x1410cb['jTXgn'](_0xcaad4f,_0x78a4ec,_0x32987d,_0x439453):_0x78a4ec[_0x32987d]=_0x4010e3[_0x32987d]);return _0x78a4ec;})(_0x76aaa8,_0xa75256);}const VALID_TLDS=new Set(['com',_0x105c(0x19),_0x105c(0x1a),_0x105c(0x1b),'gov',_0x105c(0x1c),_0x105c(0x1d),'io','co','ai',_0x105c(0x1e),_0x105c(0x1f),_0x105c(0x20),_0x105c(0x21),'site',_0x105c(0x22),'info','biz','me','tv','cc',_0x105c(0x23),'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',_0x105c(0x24),_0x105c(0x25),_0x105c(0x26),_0x105c(0x27),'com.br',_0x105c(0x28),'co.kr','co.in',_0x105c(0x29),'net.au',_0x105c(0x2a),'ac.uk',_0x105c(0x2b)]),INVALID_TLDS=new Set(['con','cmo',_0x105c(0x2c),'ocm','cm',_0x105c(0x2d),'ckm','om',_0x105c(0x2e),_0x105c(0x2f),_0x105c(0x30),'ogr','og','orgg',_0x105c(0x31),'rg',_0x105c(0x32),'ne','nett',_0x105c(0x33),_0x105c(0x34),'oi',_0x105c(0x35),'lio',_0x105c(0x36),_0x105c(0x37),_0x105c(0x38),_0x105c(0x39),'gamil',_0x105c(0x3a),'outloo',_0x105c(0x3b),_0x105c(0x3c),_0x105c(0x3d),_0x105c(0x3e),_0x105c(0x3f),_0x105c(0x40),_0x105c(0x41)]),validateEmail=_0x137396=>{const _0x26413d={'xAkej':'โ\x20Email\x20validation\x20failed:','KixDK':function(_0x4f1878,_0x247816){return _0x4f1878(_0x247816);},'nKllR':'Invalid\x20email\x20address','vRcAu':_0x105c(0x42),'JHPCp':function(_0x36cd70,_0x4d30ed){return _0x36cd70(_0x4d30ed);},'NrkIv':_0x105c(0x43),'SyzhC':'test@bypass.com','GZiWK':_0x105c(0x4),'KDEAa':function(_0x4a05c7,_0x23f510){return _0x4a05c7+_0x23f510;},'JPmhY':function(_0x8d3465,_0xf1add5){return _0x8d3465<_0xf1add5;},'ZBxad':function(_0x5b24cd,_0xd760c3){return _0x5b24cd>=_0xd760c3;},'aGedB':function(_0x23ea48,_0x406992){return _0x23ea48-_0x406992;},'GNMZE':_0x105c(0x44),'uSRMz':function(_0x1bdfaf,_0x56e594){return _0x1bdfaf===_0x56e594;},'bWuAq':_0x105c(0x45),'VUldt':_0x105c(0x46),'YHqXL':'cpm','oPZLr':function(_0x9f0e4c,_0x333e63){return _0x9f0e4c===_0x333e63;},'sHlXJ':_0x105c(0x2f),'EWJaa':function(_0x68231,_0x454c8b){return _0x68231===_0x454c8b;},'eHLpo':'copm','kCNIC':_0x105c(0x47),'GoCCy':_0x105c(0x48),'OinZY':function(_0xb32f4d,_0x49def7){return _0xb32f4d===_0x49def7;},'zXrmJ':function(_0x4e3846,_0x121501){return _0x4e3846===_0x121501;},'nvTtO':_0x105c(0x49),'sgBHb':function(_0x17a36b,_0x1eb87e){return _0x17a36b===_0x1eb87e;},'SUQnf':_0x105c(0x32),'KQwcc':'nett','utrZq':_0x105c(0x33),'EcVBE':function(_0x392241,_0x3bfd93){return _0x392241!==_0x3bfd93;},'FwAui':_0x105c(0x4a),'SkWBQ':_0x105c(0x4b),'vHThZ':_0x105c(0x4c),'cTsEL':function(_0x3988f1,_0x36136d){return _0x3988f1===_0x36136d;},'ZvVCl':_0x105c(0x35),'PSAsy':function(_0x2b3964,_0x42cbe8){return _0x2b3964===_0x42cbe8;},'kEXbb':_0x105c(0x4d),'AXGHC':function(_0x590fc0,_0x42a21b){return _0x590fc0===_0x42a21b;},'qftWR':_0x105c(0x4e),'IlFFN':function(_0x2196f5,_0x1dc82d){return _0x2196f5<=_0x1dc82d;},'bGBpk':_0x105c(0x4f),'Bqknj':_0x105c(0x50),'PNJOt':_0x105c(0x51),'JTpbS':'hotmail','RgnBW':'icloud','ibvRX':_0x105c(0x52),'AjoKa':'protonmail','tDEMm':'zoho','UnzaB':'com','WYTeJ':_0x105c(0x53),'zQsKD':'daIUA','tqoza':_0x105c(0x54),'QWoem':_0x105c(0x55),'XDpHL':_0x105c(0x56),'vraGE':_0x105c(0x57),'htQSB':'hotmail.co.jp'},_0x2b84e2=_0x137396[_0x105c(0x58)]()[_0x105c(0x59)](),_0x13975f=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;if(!_0x13975f['test'](_0x2b84e2))return{'isValid':![],'error':_0x26413d[_0x105c(0x5a)]};const _0x44af65=_0x2b84e2[_0x105c(0x5b)]('@'),_0x1ded3e=_0x2b84e2[_0x105c(0x5c)](_0x26413d[_0x105c(0x5d)](_0x44af65,0x1)),_0x415cb5=_0x1ded3e['split']('.');if(_0x26413d[_0x105c(0x5e)](_0x415cb5[_0x105c(0x5f)],0x2))return{'isValid':![],'error':_0x26413d[_0x105c(0x5a)]};const _0x33446e=_0x415cb5[_0x415cb5[_0x105c(0x5f)]-0x1],_0x8994c0=_0x26413d['ZBxad'](_0x415cb5[_0x105c(0x5f)],0x2)?_0x415cb5[_0x26413d[_0x105c(0x60)](_0x415cb5[_0x105c(0x5f)],0x2)]+'.'+_0x33446e:'';if(INVALID_TLDS[_0x105c(0x10)](_0x33446e)){let _0x5d5dfc='';if(_0x33446e===_0x26413d['GNMZE']||_0x26413d[_0x105c(0x61)](_0x33446e,_0x26413d[_0x105c(0x62)])||_0x33446e===_0x105c(0x2c)||_0x26413d['uSRMz'](_0x33446e,_0x26413d[_0x105c(0x63)])||_0x26413d[_0x105c(0x61)](_0x33446e,_0x26413d[_0x105c(0x64)])||_0x33446e==='comm'||_0x26413d['oPZLr'](_0x33446e,_0x26413d[_0x105c(0x65)])||_0x26413d[_0x105c(0x66)](_0x33446e,_0x26413d[_0x105c(0x67)])){if(_0x105c(0x47)!==_0x26413d[_0x105c(0x68)]){_0xe577dd[_0x105c(0x69)](_0x26413d[_0x105c(0x6a)],_0x211ddf[_0x105c(0x6b)]),_0x26413d[_0x105c(0x6c)](_0x1983ef,_0x5518ad[_0x105c(0x6b)]||_0x26413d[_0x105c(0x6d)]);return;}else _0x5d5dfc=_0x26413d[_0x105c(0x6e)];}else{if(_0x26413d[_0x105c(0x6f)](_0x33446e,_0x105c(0x70))||_0x26413d[_0x105c(0x71)](_0x33446e,'og')||_0x33446e===_0x26413d[_0x105c(0x72)]||_0x26413d['sgBHb'](_0x33446e,_0x105c(0x31)))_0x5d5dfc='\x20Did\x20you\x20mean\x20.org?';else{if(_0x33446e===_0x26413d['SUQnf']||_0x33446e==='ne'||_0x33446e===_0x26413d['KQwcc']||_0x33446e===_0x26413d[_0x105c(0x73)]){if(_0x26413d[_0x105c(0x74)](_0x26413d[_0x105c(0x75)],_0x26413d[_0x105c(0x76)]))_0x5d5dfc=_0x26413d['vHThZ'];else{_0x3f633c[_0x105c(0x69)](_0x26413d['vRcAu']),_0x26413d['JHPCp'](_0x242068,_0x26413d[_0x105c(0x77)]);return;}}else(_0x26413d[_0x105c(0x78)](_0x33446e,'oi')||_0x26413d['EWJaa'](_0x33446e,_0x26413d[_0x105c(0x79)])||_0x26413d['PSAsy'](_0x33446e,_0x26413d[_0x105c(0x7a)]))&&(_0x5d5dfc=_0x105c(0x7b));}}return{'isValid':![],'error':'Invalid\x20email\x20domain\x20(.'+_0x33446e+').'+_0x5d5dfc};}if(_0x33446e[_0x105c(0x5f)]<0x2){if(_0x26413d[_0x105c(0x7c)]('ZAyIr',_0x26413d['qftWR']))return{'isValid':![],'error':_0x26413d[_0x105c(0x5a)]};else{_0x4a569b[_0x105c(0x69)]('๐งช\x20Test\x20bypass\x20detected\x20-\x20skipping\x20to\x20verification\x20screen'),_0x19f088(_0x26413d[_0x105c(0x7d)]);return;}}const _0x143996=VALID_TLDS[_0x105c(0x10)](_0x33446e)||VALID_TLDS[_0x105c(0x10)](_0x8994c0);if(!_0x143996&&_0x26413d[_0x105c(0x7e)](_0x33446e[_0x105c(0x5f)],0x2))return{'isValid':![],'error':_0x105c(0x7f)+_0x33446e+_0x105c(0x80)};const _0x505a74=_0x415cb5['slice'](0x0,-0x1)[_0x105c(0x81)]('.'),_0xabf264={'gmai':_0x26413d['bGBpk'],'gmial':_0x26413d['bGBpk'],'gmil':_0x26413d[_0x105c(0x82)],'gmal':_0x26413d[_0x105c(0x82)],'gamil':_0x26413d[_0x105c(0x82)],'outlok':_0x105c(0x50),'outloo':_0x105c(0x50),'outlokk':_0x26413d[_0x105c(0x83)],'yahooo':'yahoo','yaho':_0x26413d['PNJOt'],'yhoo':_0x26413d[_0x105c(0x84)],'hotmai':_0x26413d[_0x105c(0x85)],'hotmal':_0x26413d[_0x105c(0x85)],'hotmial':_0x105c(0x86),'iclod':_0x26413d[_0x105c(0x87)],'iclould':_0x105c(0x88)};if(_0xabf264[_0x505a74])return{'isValid':![],'error':_0x105c(0x89)+_0xabf264[_0x505a74]+'.'+_0x33446e+'?'};const _0x53b42d=[_0x105c(0x4f),_0x26413d['PNJOt'],_0x105c(0x86),_0x26413d[_0x105c(0x83)],_0x26413d[_0x105c(0x87)],_0x26413d['ibvRX'],_0x26413d[_0x105c(0x8a)],_0x26413d[_0x105c(0x8b)]],_0x2595a8={'gmail':_0x26413d[_0x105c(0x8c)],'yahoo':_0x26413d[_0x105c(0x8c)],'hotmail':_0x26413d[_0x105c(0x8c)],'outlook':_0x105c(0x8d),'icloud':'com','aol':_0x26413d[_0x105c(0x8c)],'protonmail':_0x26413d[_0x105c(0x8c)],'zoho':_0x105c(0x8d)};if(_0x53b42d[_0x105c(0x8e)](_0x505a74)&&_0x26413d['EcVBE'](_0x33446e,_0x2595a8[_0x505a74])){if(_0x26413d[_0x105c(0x8f)](_0x26413d[_0x105c(0x90)],_0x26413d['zQsKD']))return{'isValid':![],'error':_0x105c(0x89)+_0x30dcda[_0x8700a9]+'.'+_0x4a70fe+'?'};else{const _0x46245f=[_0x26413d['tqoza'],_0x26413d['QWoem'],_0x26413d[_0x105c(0x91)],_0x105c(0x92),'outlook.co.uk',_0x26413d[_0x105c(0x93)],_0x26413d[_0x105c(0x94)]],_0x5826cc=_0x505a74+'.'+_0x33446e;if(!_0x46245f['includes'](_0x5826cc))return{'isValid':![],'error':_0x105c(0x89)+_0x505a74+'.'+_0x2595a8[_0x505a74]+'?'};}}return{'isValid':!![]};},SignInStep=({onEmailSubmit:_0x3ea9cb,onGoogleSignIn:_0x3267b7,onContinue:_0x82f01e,loading:loading=![],error:error='',initialEmail:initialEmail=''})=>{const _0x521468={'sFUOq':function(_0x2695ac,_0x4eeabb){return _0x2695ac===_0x4eeabb;},'lTlDC':function(_0x12df8c,_0x44d9b1){return _0x12df8c!==_0x44d9b1;},'mRQin':_0x105c(0x95),'pLgdU':'xyuBr','nCGlX':function(_0x4b5591,_0x15e397){return _0x4b5591(_0x15e397);},'TKRCP':function(_0x1aac29,_0x3d4230){return _0x1aac29&&_0x3d4230;},'Vtawe':function(_0x2d4143,_0xdc886a){return _0x2d4143!=_0xdc886a;},'VvhRz':_0x105c(0x5),'VjxNr':'function','xYcLO':function(_0xede7b9,_0xccb686){return _0xede7b9!==_0xccb686;},'JSolQ':_0x105c(0x2),'ujLwK':function(_0x49e22e,_0x488612,_0x3e4da5,_0x51aabb){return _0x49e22e(_0x488612,_0x3e4da5,_0x51aabb);},'oWmtJ':_0x105c(0x48),'gcNCl':_0x105c(0x96),'zVuqK':_0x105c(0x43),'XDYbc':_0x105c(0x97),'IXjyx':_0x105c(0x98),'Vplnb':_0x105c(0x99),'qkJjb':'test@bypass.com','AAiLb':function(_0x4ea355,_0x57c463){return _0x4ea355(_0x57c463);},'cwIPR':function(_0x34e997,_0x3c674c){return _0x34e997!==_0x3c674c;},'lXHKg':'rYQKw','pYscR':_0x105c(0x9a),'mGbNt':'โ\x20Email\x20validation\x20failed:','CjNBO':function(_0x553dec,_0x40a0d3){return _0x553dec===_0x40a0d3;},'qKMNa':_0x105c(0x9b),'HRnKr':function(_0x4f65e1,_0x1924c3){return _0x4f65e1===_0x1924c3;},'CjlbL':'padding','DDbeD':_0x105c(0x9c),'aFpUr':'Sign\x20in\x20or\x20create\x20an\x20account','zuRhW':'done','TAFsf':_0x105c(0x9d),'pzjOs':function(_0x1bf18,_0x28bd8d){return _0x1bf18||_0x28bd8d;},'tcKgO':function(_0x1f9890,_0x19d62b){return _0x1f9890||_0x19d62b;},'khzAp':'Continue'},[_0x2bc220,_0x110d51]=(0x0,_react[_0x105c(0x9e)])(initialEmail),[_0x144be2,_0x91fe11]=(0x0,_react[_0x105c(0x9e)])(![]),[_0x42e3c9,_0x4713e8]=(0x0,_react['useState'])(''),_0x4fdab9=_0x5b9a64=>{const _0x191e37={'iiBTs':function(_0x3e1a61,_0x4da983){return _0x521468[_0x105c(0x9f)](_0x3e1a61,_0x4da983);}};_0x521468['lTlDC'](_0x521468['mRQin'],_0x521468[_0x105c(0xa0)])?(_0x110d51(_0x5b9a64),_0x42e3c9&&_0x521468[_0x105c(0xa1)](_0x4713e8,'')):(_0x125e4e===null||_0x5f52f4===void 0x0||_0x3322c5[_0x105c(0xa2)](),_0xef0884===null||_0x191e37[_0x105c(0xa3)](_0x448e3a,void 0x0)||_0x3b5b31[_0x105c(0xa2)]());},_0x19c3b8=()=>{if(_0x521468[_0x105c(0x9f)](_0x105c(0x96),_0x521468[_0x105c(0xa4)])){if(_0x521468[_0x105c(0x9f)](_0x2bc220[_0x105c(0x59)]()[_0x105c(0x58)](),_0x105c(0xa5))){console[_0x105c(0x69)]('๐\x20Reviewer\x20bypass\x20detected\x20in\x20new\x20UI'),_0x521468[_0x105c(0xa1)](_0x3ea9cb,_0x521468[_0x105c(0xa6)]);return;}if(_0x521468['sFUOq'](_0x2bc220['toLowerCase']()[_0x105c(0x58)](),_0x521468[_0x105c(0xa7)])){if(_0x521468[_0x105c(0x9f)](_0x521468['IXjyx'],_0x521468[_0x105c(0xa8)])){console[_0x105c(0x69)](_0x521468['Vplnb']),_0x521468['nCGlX'](_0x3ea9cb,_0x521468[_0x105c(0xa9)]);return;}else{if(_0x521468[_0x105c(0xaa)](!_0xea33fc,_0x586405)&&_0x3eb0bc[_0x105c(0x1)])return _0x22a1c5;var _0x5a6015,_0x2ba19b,_0x5b134e={'__proto__':null,'default':_0xac0230};if(_0x521468['sFUOq'](null,_0x2c78b3)||_0x521468[_0x105c(0xab)](_0x521468[_0x105c(0xac)],typeof _0x2d2dd4)&&_0x521468[_0x105c(0xab)](_0x521468[_0x105c(0xad)],typeof _0x4944e2))return _0x5b134e;if(_0x5a6015=_0x42eb43?_0x575225:_0x4c1a50){if(_0x5a6015['has'](_0x4edae5))return _0x5a6015['get'](_0x357769);_0x5a6015[_0x105c(0x12)](_0x46fd79,_0x5b134e);}for(const _0x46c3ce in _0x3afea1)_0x521468[_0x105c(0xae)](_0x521468['JSolQ'],_0x46c3ce)&&{}[_0x105c(0x16)][_0x105c(0x17)](_0x89499a,_0x46c3ce)&&((_0x2ba19b=(_0x5a6015=_0x479278[_0x105c(0x0)])&&_0x33a4a7[_0x105c(0x18)](_0x2cf113,_0x46c3ce))&&(_0x2ba19b[_0x105c(0x11)]||_0x2ba19b[_0x105c(0x12)])?_0x521468[_0x105c(0xaf)](_0x5a6015,_0x5b134e,_0x46c3ce,_0x2ba19b):_0x5b134e[_0x46c3ce]=_0x298773[_0x46c3ce]);return _0x5b134e;}}if(_0x2bc220[_0x105c(0x58)]()){const _0x1c604d=_0x521468[_0x105c(0xb0)](validateEmail,_0x2bc220);if(!_0x1c604d[_0x105c(0xb1)]){if(_0x521468[_0x105c(0xb2)](_0x521468['lXHKg'],_0x521468[_0x105c(0xb3)])){console[_0x105c(0x69)](_0x521468['mGbNt'],_0x1c604d[_0x105c(0x6b)]),_0x521468[_0x105c(0xb0)](_0x4713e8,_0x1c604d[_0x105c(0x6b)]||'Invalid\x20email\x20address');return;}else _0xd88528=_0x521468[_0x105c(0xb4)];}console['log'](_0x105c(0xb5)),_0x4713e8(''),_0x521468[_0x105c(0xa1)](_0x3ea9cb,_0x2bc220[_0x105c(0x58)]());}}else return _0x22edf0&&_0xd1ee17[_0x105c(0x1)]?_0x6d288c:{'default':_0x1922ac};};return(0x0,_react['useEffect'])(()=>{const _0x564e89=_reactNative[_0x105c(0xb6)][_0x105c(0xb7)](_0x521468['qKMNa'],()=>_0x91fe11(!![])),_0x436e41=_reactNative[_0x105c(0xb6)][_0x105c(0xb7)](_0x105c(0xb8),()=>_0x91fe11(![]));return()=>{_0x521468[_0x105c(0x9f)](_0x436e41,null)||_0x521468[_0x105c(0xb9)](_0x436e41,void 0x0)||_0x436e41[_0x105c(0xa2)](),_0x521468[_0x105c(0xb9)](_0x564e89,null)||_0x521468['sFUOq'](_0x564e89,void 0x0)||_0x564e89[_0x105c(0xa2)]();};},[]),_react[_0x105c(0x2)][_0x105c(0xba)](_reactNative[_0x105c(0xbb)],{'behavior':_0x521468[_0x105c(0xbc)](_reactNative[_0x105c(0xbd)]['OS'],_0x105c(0xbe))?_0x521468[_0x105c(0xbf)]:_0x105c(0xc0),'style':styles[_0x105c(0xc1)]},_react[_0x105c(0x2)][_0x105c(0xba)](_reactNative[_0x105c(0xc2)],{'style':styles[_0x105c(0xc3)]},_react[_0x105c(0x2)][_0x105c(0xba)](_reactNative[_0x105c(0xc2)],{'style':styles[_0x105c(0xc4)]},_react[_0x105c(0x2)][_0x105c(0xba)](_reactNative[_0x105c(0xc5)],{'style':styles[_0x105c(0xc6)]},_0x521468[_0x105c(0xc7)]),_react['default'][_0x105c(0xba)](_reactNative['Text'],{'style':styles['subtitle']},_0x521468[_0x105c(0xc8)])),_react[_0x105c(0x2)][_0x105c(0xba)](_reactNative[_0x105c(0xc2)],{'style':styles[_0x105c(0xc9)]},_react[_0x105c(0x2)][_0x105c(0xba)](_EmailInput[_0x105c(0x2)],{'value':_0x2bc220,'onChangeText':_0x4fdab9,'onSubmitEditing':_0x19c3b8,'returnKeyType':_0x521468[_0x105c(0xca)],'blurOnSubmit':!![],'placeholder':_0x521468['TAFsf'],'placeholderTextColor':_0x105c(0xcb)}),_0x521468[_0x105c(0xcc)](_0x42e3c9,error)?_react[_0x105c(0x2)][_0x105c(0xba)](_reactNative[_0x105c(0xc5)],{'style':styles[_0x105c(0xcd)]},_0x521468['tcKgO'](_0x42e3c9,error)):null),_react[_0x105c(0x2)][_0x105c(0xba)](_reactNative[_0x105c(0xc2)],{'style':styles[_0x105c(0xce)]},_react['default'][_0x105c(0xba)](_reactNative[_0x105c(0xc2)],{'style':styles['dividerLine']}),_react[_0x105c(0x2)][_0x105c(0xba)](_reactNative[_0x105c(0xc5)],{'style':styles['dividerText']},'Or'),_react[_0x105c(0x2)]['createElement'](_reactNative[_0x105c(0xc2)],{'style':styles['dividerLine']})),_react[_0x105c(0x2)]['createElement'](_reactNative[_0x105c(0xc2)],{'style':styles['googleContainer']},_react[_0x105c(0x2)][_0x105c(0xba)](_GoogleButton['default'],{'onPress':_0x3267b7,'disabled':loading})),_react[_0x105c(0x2)][_0x105c(0xba)](_reactNative[_0x105c(0xc2)],{'style':styles[_0x105c(0xcf)]}),_react['default'][_0x105c(0xba)](_reactNative[_0x105c(0xc2)],{'style':styles[_0x105c(0xd0)]},_react[_0x105c(0x2)][_0x105c(0xba)](_PrimaryButton['default'],{'label':_0x521468[_0x105c(0xd1)],'onPress':_0x19c3b8,'disabled':loading||!_0x2bc220[_0x105c(0x58)](),'loading':loading}))));};function _0x280a(){const _0x3d1b13=['defineProperty','__esModule','default','SignInStep','Please\x20enter\x20a\x20valid\x20email\x20address','object','function','FWycY','fpISI','xusdZ','zENGh','nWLml','HpnoA','OPNbm','KUXcy','yPXWv','has','get','set','tUFBD','qvNFE','tthYX','hasOwnProperty','call','getOwnPropertyDescriptor','org','net','edu','mil','int','app','dev','tech','online','web','xyz','co.uk','com.au','co.nz','co.za','co.jp','org.uk','gov.uk','edu.au','vom','cpm','comm','comn','copm','rog','nte','ent','bet','ioo','gmai','gmial','gmil','gmal','outlok','outlokk','yahooo','yaho','yhoo','hotmai','hotmal','hotmial','๐\x20Reviewer\x20bypass\x20detected\x20in\x20new\x20UI','reviewer@bypass.com','con','cmo','ocm','fgIIf','\x20Did\x20you\x20mean\x20.com?','orgg','PaVOe','PyUtt','\x20Did\x20you\x20mean\x20.net?','lio','ZAyIr','gmail','outlook','yahoo','aol','Tjtgt','yahoo.co.uk','yahoo.co.jp','yahoo.com.br','hotmail.co.uk','trim','toLowerCase','GZiWK','lastIndexOf','substring','KDEAa','JPmhY','length','aGedB','uSRMz','bWuAq','VUldt','YHqXL','sHlXJ','EWJaa','eHLpo','kCNIC','log','xAkej','error','KixDK','nKllR','GoCCy','OinZY','ogr','zXrmJ','nvTtO','utrZq','EcVBE','FwAui','SkWBQ','NrkIv','cTsEL','ZvVCl','kEXbb','\x20Did\x20you\x20mean\x20.io?','AXGHC','SyzhC','IlFFN','Invalid\x20email\x20domain\x20(.',').\x20Please\x20check\x20your\x20email.','join','bGBpk','Bqknj','PNJOt','JTpbS','hotmail','RgnBW','icloud','Did\x20you\x20mean\x20','AjoKa','tDEMm','UnzaB','com','includes','oPZLr','WYTeJ','XDpHL','yahoo.com.au','vraGE','htQSB','yJfvJ','Imray','test','FHDMG','๐งช\x20Test\x20bypass\x20detected\x20-\x20skipping\x20to\x20verification\x20screen','uUVwW','keyboardDidShow','Build\x20your\x20Onairos\x20persona\x20to\x20own\x20your\x20digital\x20identity','Your\x20email','useState','sFUOq','pLgdU','nCGlX','remove','iiBTs','gcNCl','reviewer','zVuqK','XDYbc','IXjyx','qkJjb','TKRCP','Vtawe','VvhRz','VjxNr','xYcLO','ujLwK','AAiLb','isValid','cwIPR','pYscR','oWmtJ','โ
\x20Email\x20validation\x20passed','Keyboard','addListener','keyboardDidHide','CjNBO','createElement','KeyboardAvoidingView','HRnKr','Platform','ios','CjlbL','height','container','View','content','headingContainer','Text','title','DDbeD','aFpUr','inputContainer','zuRhW','#9CA3AF','pzjOs','errorText','dividerContainer','spacer','continueContainer','khzAp','create','IBM\x20Plex\x20Sans','700','COLORS','grey800','SPACING','400','grey600','left','#E5E5E5','Inter','grey500','#DC3545'];_0x280a=function(){return _0x3d1b13;};return _0x280a();}exports['SignInStep']=SignInStep;const styles=_reactNative['StyleSheet'][_0x105c(0xd2)]({'container':{'flex':0x1},'content':{'flex':0x1,'paddingTop':0x18,'paddingHorizontal':0x18},'headingContainer':{'width':'100%','marginBottom':0x16,'paddingHorizontal':0x0},'title':{'fontFamily':_0x105c(0xd3),'fontWeight':_0x105c(0xd4),'fontSize':0x18,'lineHeight':0x20,'color':_theme[_0x105c(0xd5)][_0x105c(0xd6)],'textAlign':'left','marginBottom':_theme[_0x105c(0xd7)]['sm']},'subtitle':{'fontFamily':'Inter','fontWeight':_0x105c(0xd8),'fontSize':0x10,'lineHeight':0x18,'color':_theme[_0x105c(0xd5)][_0x105c(0xd9)],'textAlign':_0x105c(0xda)},'inputContainer':{'marginBottom':0x20,'paddingHorizontal':0x0},'dividerContainer':{'flexDirection':'row','alignItems':'center','marginBottom':0x20,'paddingHorizontal':0x0},'dividerLine':{'flex':0x1,'height':0x1,'backgroundColor':_0x105c(0xdb)},'dividerText':{'paddingHorizontal':_theme[_0x105c(0xd7)]['md'],'fontSize':0xe,'fontFamily':_0x105c(0xdc),'fontWeight':_0x105c(0xd8),'color':_theme['COLORS'][_0x105c(0xdd)]},'googleContainer':{'marginBottom':_theme[_0x105c(0xd7)]['xl'],'paddingHorizontal':0x0},'spacer':{'flex':0x1,'minHeight':0x14},'continueContainer':{'paddingBottom':_theme[_0x105c(0xd7)]['xl'],'paddingHorizontal':0x0},'errorText':{'fontSize':0xe,'fontFamily':'Inter','fontWeight':'400','color':_0x105c(0xde),'marginTop':0x8,'textAlign':_0x105c(0xda)}});var _default=exports[_0x105c(0x2)]=SignInStep;
|
|
12
|
+
Object[_0x3159(0x0)](exports,_0x3159(0x1),{'value':!![]}),exports[_0x3159(0x2)]=exports[_0x3159(0x3)]=void 0x0;var _react=_interopRequireWildcard(__ONAIROS_REQ_FUNC__(0x0)),_reactNative=__ONAIROS_REQ_FUNC__(0x1),_theme=__ONAIROS_REQ_FUNC__(0x2),_EmailInput=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x3)),_GoogleButton=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x4)),_PrimaryButton=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x5));function _interopRequireDefault(_0x1da54f){return _0x1da54f&&_0x1da54f['__esModule']?_0x1da54f:{'default':_0x1da54f};}function _interopRequireWildcard(_0x4b6f7b,_0x4caae8){const _0x4b24dc={'jvhHN':function(_0x2a50ad,_0x53749c){return _0x2a50ad===_0x53749c;},'mTXSl':function(_0x4e040b,_0x5cd032){return _0x4e040b!=_0x5cd032;},'NHWmT':_0x3159(0x4),'vqYXT':'default','AFqYY':function(_0x404437,_0x25da95,_0x45e7a9,_0x4bf2df){return _0x404437(_0x25da95,_0x45e7a9,_0x4bf2df);},'pyVBs':function(_0x1ff017,_0x42ff74){return _0x1ff017==_0x42ff74;}};if(_0x4b24dc[_0x3159(0x5)](_0x4b24dc[_0x3159(0x6)],typeof WeakMap))var _0x34d2ca=new WeakMap(),_0x2f00b0=new WeakMap();return(_interopRequireWildcard=function(_0x37d0a7,_0x35a137){if(!_0x35a137&&_0x37d0a7&&_0x37d0a7[_0x3159(0x1)])return _0x37d0a7;var _0x22e11d,_0x10e585,_0x270a20={'__proto__':null,'default':_0x37d0a7};if(_0x4b24dc[_0x3159(0x7)](null,_0x37d0a7)||_0x4b24dc[_0x3159(0x8)](_0x3159(0x9),typeof _0x37d0a7)&&_0x4b24dc[_0x3159(0x8)](_0x4b24dc[_0x3159(0x6)],typeof _0x37d0a7))return _0x270a20;if(_0x22e11d=_0x35a137?_0x2f00b0:_0x34d2ca){if(_0x22e11d[_0x3159(0xa)](_0x37d0a7))return _0x22e11d['get'](_0x37d0a7);_0x22e11d[_0x3159(0xb)](_0x37d0a7,_0x270a20);}for(const _0xf113fb in _0x37d0a7)_0x4b24dc[_0x3159(0xc)]!==_0xf113fb&&{}[_0x3159(0xd)][_0x3159(0xe)](_0x37d0a7,_0xf113fb)&&((_0x10e585=(_0x22e11d=Object[_0x3159(0x0)])&&Object[_0x3159(0xf)](_0x37d0a7,_0xf113fb))&&(_0x10e585[_0x3159(0x10)]||_0x10e585[_0x3159(0xb)])?_0x4b24dc[_0x3159(0x11)](_0x22e11d,_0x270a20,_0xf113fb,_0x10e585):_0x270a20[_0xf113fb]=_0x37d0a7[_0xf113fb]);return _0x270a20;})(_0x4b6f7b,_0x4caae8);}function _0x5285(){const _0x148cdb=['defineProperty','__esModule','default','SignInStep','function','pyVBs','NHWmT','jvhHN','mTXSl','object','has','set','vqYXT','hasOwnProperty','call','getOwnPropertyDescriptor','get','AFqYY','com','org','net','edu','mil','int','app','dev','online','info','biz','xyz','co.uk','com.au','co.nz','co.za','com.br','co.in','org.uk','net.au','gov.uk','ac.uk','edu.au','con','cmo','vom','ocm','cpm','ckm','comm','comn','orgg','rog','nte','ent','bet','gmai','gmial','gmil','gamil','outlok','outloo','outlokk','yaho','yhoo','hotmai','hotmal','Please\x20enter\x20a\x20valid\x20email\x20address','ijIQm','copm','ogr','\x20Did\x20you\x20mean\x20.org?','nett','ioo','GPNqc','\x20Did\x20you\x20mean\x20.io?','SOksg','gmail','hotmail','pxfJJ','aol','zoho','yahoo.co.uk','yahoo.co.jp','outlook.co.uk','test','TeBxD','lastIndexOf','xyJto','split','uTzER','length','DySWA','slqYu','WCDdV','IEYmN','ljkih','PeNfS','Jmuow','HeORl','\x20Did\x20you\x20mean\x20.com?','xGeMS','LlRFn','Xgwnt','cgxKC','xevAS','ZgRSX','gGPUk','hoMsH','XosFf','fUSQD','lio','TbQca','JYxzJ','Invalid\x20email\x20domain\x20(.',').\x20Please\x20check\x20your\x20email.','Xrrao','VJYRM','vDIpb','FVJOs','slice','join','JXaOS','Fjogs','gqfVu','yahoo','icloud','ZvDEM','TVcOT','log','error','PBwKH','Did\x20you\x20mean\x20','OJtSA','qkXQX','protonmail','VBhgh','qVXcj','includes','QxOzi','qXKYk','QHalU','qmvKw','Kjiff','MhtDC','๐งช\x20Test\x20bypass\x20detected\x20-\x20skipping\x20to\x20verification\x20screen','test@bypass.com','reviewer','reviewer@bypass.com','TwliS','โ\x20Email\x20validation\x20failed:','โ
\x20Email\x20validation\x20passed','\x20Did\x20you\x20mean\x20.net?','rJejn','ios','done','Your\x20email','#9CA3AF','Continue','useState','dnibA','MdUNO','toLowerCase','trim','sIJRF','๐\x20Reviewer\x20bypass\x20detected\x20in\x20new\x20UI','qGTLJ','RtqEH','eWUiU','rKnqY','qYtjK','isValid','Irlfo','rRcRa','DBCNF','hchcy','CdQfO','Invalid\x20email\x20address','fCZxU','useEffect','DLQGP','cwQQU','Keyboard','addListener','HteKf','yrQHA','jmkQX','remove','joSqn','sBfpo','createElement','Platform','tQUKY','NIdHn','IsapG','container','View','content','Text','title','subtitle','VEFMB','jRAyP','QGdVr','OOzra','errorText','dividerContainer','dividerText','continueContainer','miFAo','StyleSheet','create','100%','IBM\x20Plex\x20Sans','700','COLORS','grey800','left','SPACING','Inter','grey600','center','#E5E5E5','400'];_0x5285=function(){return _0x148cdb;};return _0x5285();}const VALID_TLDS=new Set([_0x3159(0x12),_0x3159(0x13),_0x3159(0x14),_0x3159(0x15),'gov',_0x3159(0x16),_0x3159(0x17),'io','co','ai',_0x3159(0x18),_0x3159(0x19),'tech',_0x3159(0x1a),'site','web',_0x3159(0x1b),_0x3159(0x1c),'me','tv','cc',_0x3159(0x1d),'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',_0x3159(0x1e),_0x3159(0x1f),_0x3159(0x20),_0x3159(0x21),_0x3159(0x22),'co.jp','co.kr',_0x3159(0x23),_0x3159(0x24),_0x3159(0x25),_0x3159(0x26),_0x3159(0x27),_0x3159(0x28)]),INVALID_TLDS=new Set([_0x3159(0x29),_0x3159(0x2a),_0x3159(0x2b),_0x3159(0x2c),'cm',_0x3159(0x2d),_0x3159(0x2e),'om',_0x3159(0x2f),_0x3159(0x30),'copm','ogr','og',_0x3159(0x31),_0x3159(0x32),'rg',_0x3159(0x33),'ne','nett',_0x3159(0x34),_0x3159(0x35),'oi','ioo','lio',_0x3159(0x36),_0x3159(0x37),_0x3159(0x38),'gmal',_0x3159(0x39),_0x3159(0x3a),_0x3159(0x3b),_0x3159(0x3c),'yahooo',_0x3159(0x3d),_0x3159(0x3e),_0x3159(0x3f),_0x3159(0x40),'hotmial']),validateEmail=_0x593f68=>{const _0x5eaf3c={'FVJOs':function(_0x2b7765,_0x4e376a){return _0x2b7765(_0x4e376a);},'CIDnZ':'โ\x20Email\x20validation\x20failed:','PBwKH':function(_0x2a7bd8,_0x2bb62e){return _0x2a7bd8(_0x2bb62e);},'hrDrg':'Invalid\x20email\x20address','TeBxD':_0x3159(0x41),'xyJto':function(_0x160d1e,_0x2ee16f){return _0x160d1e+_0x2ee16f;},'uTzER':function(_0x1f95cd,_0x5c7b11){return _0x1f95cd<_0x5c7b11;},'DySWA':function(_0xd6f57c,_0x574366){return _0xd6f57c-_0x574366;},'VJYRM':function(_0x3224ee,_0x38ea6d){return _0x3224ee!==_0x38ea6d;},'slqYu':_0x3159(0x42),'WCDdV':_0x3159(0x29),'IEYmN':_0x3159(0x2a),'ljkih':function(_0x5831bb,_0x4e6265){return _0x5831bb===_0x4e6265;},'PeNfS':function(_0x4e15fe,_0x4e2d97){return _0x4e15fe===_0x4e2d97;},'Jmuow':_0x3159(0x2c),'XkWsC':_0x3159(0x2f),'HeORl':_0x3159(0x43),'ljduz':_0x3159(0x44),'xGeMS':function(_0x54abc1,_0x22cf11){return _0x54abc1===_0x22cf11;},'NptWt':function(_0x3c009a,_0x217331){return _0x3c009a===_0x217331;},'LlRFn':'rog','xjmJo':_0x3159(0x45),'cgxKC':function(_0x516fc3,_0x5cc5c9){return _0x516fc3===_0x5cc5c9;},'ZgRSX':function(_0x368550,_0x513459){return _0x368550===_0x513459;},'xevAS':_0x3159(0x46),'gGPUk':'\x20Did\x20you\x20mean\x20.net?','hoMsH':function(_0x4d7e75,_0x38a073){return _0x4d7e75===_0x38a073;},'XosFf':function(_0x57d261,_0x3e3472){return _0x57d261===_0x3e3472;},'fUSQD':_0x3159(0x47),'TbQca':_0x3159(0x48),'Xrrao':_0x3159(0x49),'vDIpb':_0x3159(0x4a),'JXaOS':_0x3159(0x4b),'Fjogs':'outlook','gqfVu':'yahoo','OJtSA':_0x3159(0x4c),'zHitT':function(_0x676b69,_0x20a5f4){return _0x676b69===_0x20a5f4;},'TVcOT':_0x3159(0x4d),'qkXQX':'icloud','GYerg':_0x3159(0x4e),'VBhgh':_0x3159(0x4f),'qVXcj':_0x3159(0x12),'QxOzi':_0x3159(0x50),'qXKYk':_0x3159(0x51),'QHalU':'yahoo.com.br','qMXda':'yahoo.com.au','qmvKw':_0x3159(0x52),'Kjiff':'hotmail.co.uk','MhtDC':'hotmail.co.jp'},_0x745bf0=_0x593f68['trim']()['toLowerCase'](),_0x59dd8c=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;if(!_0x59dd8c[_0x3159(0x53)](_0x745bf0))return{'isValid':![],'error':_0x5eaf3c[_0x3159(0x54)]};const _0x9886b3=_0x745bf0[_0x3159(0x55)]('@'),_0x21737e=_0x745bf0['substring'](_0x5eaf3c[_0x3159(0x56)](_0x9886b3,0x1)),_0x3eccee=_0x21737e[_0x3159(0x57)]('.');if(_0x5eaf3c[_0x3159(0x58)](_0x3eccee[_0x3159(0x59)],0x2))return{'isValid':![],'error':_0x5eaf3c[_0x3159(0x54)]};const _0x319e59=_0x3eccee[_0x3eccee[_0x3159(0x59)]-0x1],_0x41aa80=_0x3eccee['length']>=0x2?_0x3eccee[_0x5eaf3c[_0x3159(0x5a)](_0x3eccee[_0x3159(0x59)],0x2)]+'.'+_0x319e59:'';if(INVALID_TLDS[_0x3159(0xa)](_0x319e59)){if(_0x5eaf3c['VJYRM'](_0x5eaf3c[_0x3159(0x5b)],'ijIQm'))return _0x39bce6&&_0x1fc88d[_0x3159(0x1)]?_0x5b7e25:{'default':_0x1c6add};else{let _0x51b385='';if(_0x319e59===_0x5eaf3c[_0x3159(0x5c)]||_0x319e59===_0x5eaf3c[_0x3159(0x5d)]||_0x5eaf3c[_0x3159(0x5e)](_0x319e59,'vom')||_0x5eaf3c[_0x3159(0x5f)](_0x319e59,_0x5eaf3c[_0x3159(0x60)])||_0x5eaf3c[_0x3159(0x5e)](_0x319e59,_0x3159(0x2d))||_0x5eaf3c[_0x3159(0x5f)](_0x319e59,_0x5eaf3c['XkWsC'])||_0x5eaf3c[_0x3159(0x5e)](_0x319e59,_0x3159(0x30))||_0x5eaf3c['PeNfS'](_0x319e59,_0x5eaf3c[_0x3159(0x61)]))_0x51b385=_0x3159(0x62);else{if(_0x5eaf3c['ljkih'](_0x319e59,_0x5eaf3c['ljduz'])||_0x5eaf3c['xGeMS'](_0x319e59,'og')||_0x5eaf3c[_0x3159(0x63)](_0x319e59,_0x3159(0x31))||_0x5eaf3c['NptWt'](_0x319e59,_0x5eaf3c[_0x3159(0x64)])){if('clRud'===_0x3159(0x65)){if(_0x2541ff[_0x3159(0xa)](_0x33b3cb))return _0x15059e[_0x3159(0x10)](_0x5ab116);_0x177947['set'](_0x228755,_0x4d1eb1);}else _0x51b385=_0x5eaf3c['xjmJo'];}else{if(_0x5eaf3c[_0x3159(0x63)](_0x319e59,_0x3159(0x33))||_0x5eaf3c[_0x3159(0x66)](_0x319e59,'ne')||_0x5eaf3c['ZgRSX'](_0x319e59,_0x5eaf3c[_0x3159(0x67)])||_0x5eaf3c[_0x3159(0x68)](_0x319e59,_0x3159(0x34)))_0x51b385=_0x5eaf3c[_0x3159(0x69)];else{if(_0x5eaf3c[_0x3159(0x6a)](_0x319e59,'oi')||_0x5eaf3c[_0x3159(0x6b)](_0x319e59,_0x5eaf3c[_0x3159(0x6c)])||_0x319e59===_0x3159(0x6d)){if(_0x5eaf3c[_0x3159(0x66)](_0x5eaf3c[_0x3159(0x6e)],_0x3159(0x6f)))return{'isValid':![],'error':_0x3159(0x70)+_0x2c8a0b+_0x3159(0x71)};else _0x51b385=_0x5eaf3c[_0x3159(0x72)];}}}}return{'isValid':![],'error':_0x3159(0x70)+_0x319e59+').'+_0x51b385};}}if(_0x319e59['length']<0x2){if(_0x5eaf3c[_0x3159(0x73)](_0x5eaf3c[_0x3159(0x74)],_0x5eaf3c[_0x3159(0x74)]))_0x5eaf3c[_0x3159(0x75)](_0x5d88d8,_0x420850),_0x5a9cbf&&_0x563fb4('');else return{'isValid':![],'error':_0x5eaf3c[_0x3159(0x54)]};}const _0x37cbd0=VALID_TLDS[_0x3159(0xa)](_0x319e59)||VALID_TLDS[_0x3159(0xa)](_0x41aa80);if(!_0x37cbd0&&_0x319e59['length']<=0x2)return{'isValid':![],'error':_0x3159(0x70)+_0x319e59+_0x3159(0x71)};const _0x31eb1a=_0x3eccee[_0x3159(0x76)](0x0,-0x1)[_0x3159(0x77)]('.'),_0x27442c={'gmai':_0x3159(0x4b),'gmial':_0x5eaf3c[_0x3159(0x78)],'gmil':_0x5eaf3c[_0x3159(0x78)],'gmal':_0x5eaf3c[_0x3159(0x78)],'gamil':_0x5eaf3c['JXaOS'],'outlok':_0x5eaf3c['Fjogs'],'outloo':_0x5eaf3c['Fjogs'],'outlokk':_0x5eaf3c[_0x3159(0x79)],'yahooo':_0x5eaf3c[_0x3159(0x7a)],'yaho':_0x5eaf3c['gqfVu'],'yhoo':_0x3159(0x7b),'hotmai':_0x5eaf3c['OJtSA'],'hotmal':_0x3159(0x4c),'hotmial':_0x5eaf3c['OJtSA'],'iclod':_0x3159(0x7c),'iclould':_0x3159(0x7c)};if(_0x27442c[_0x31eb1a]){if(_0x5eaf3c['zHitT'](_0x3159(0x7d),_0x5eaf3c[_0x3159(0x7e)])){_0x1f40ac[_0x3159(0x7f)](_0x5eaf3c['CIDnZ'],_0xf9950a[_0x3159(0x80)]),_0x5eaf3c[_0x3159(0x81)](_0x2a9580,_0x1ce93d['error']||_0x5eaf3c['hrDrg']);return;}else return{'isValid':![],'error':_0x3159(0x82)+_0x27442c[_0x31eb1a]+'.'+_0x319e59+'?'};}const _0x4a8c95=[_0x5eaf3c[_0x3159(0x78)],_0x5eaf3c[_0x3159(0x7a)],_0x5eaf3c[_0x3159(0x83)],_0x5eaf3c[_0x3159(0x79)],_0x5eaf3c[_0x3159(0x84)],_0x5eaf3c['GYerg'],_0x3159(0x85),_0x5eaf3c[_0x3159(0x86)]],_0x2609bf={'gmail':_0x5eaf3c['qVXcj'],'yahoo':_0x5eaf3c[_0x3159(0x87)],'hotmail':_0x3159(0x12),'outlook':_0x5eaf3c[_0x3159(0x87)],'icloud':_0x5eaf3c[_0x3159(0x87)],'aol':'com','protonmail':_0x5eaf3c[_0x3159(0x87)],'zoho':_0x5eaf3c[_0x3159(0x87)]};if(_0x4a8c95[_0x3159(0x88)](_0x31eb1a)&&_0x319e59!==_0x2609bf[_0x31eb1a]){const _0x22ec08=[_0x5eaf3c[_0x3159(0x89)],_0x5eaf3c[_0x3159(0x8a)],_0x5eaf3c[_0x3159(0x8b)],_0x5eaf3c['qMXda'],_0x5eaf3c[_0x3159(0x8c)],_0x5eaf3c[_0x3159(0x8d)],_0x5eaf3c[_0x3159(0x8e)]],_0x591c7c=_0x31eb1a+'.'+_0x319e59;if(!_0x22ec08[_0x3159(0x88)](_0x591c7c))return{'isValid':![],'error':'Did\x20you\x20mean\x20'+_0x31eb1a+'.'+_0x2609bf[_0x31eb1a]+'?'};}return{'isValid':!![]};},SignInStep=({onEmailSubmit:_0x3dbe58,onGoogleSignIn:_0x4f6ee9,onContinue:_0x15021d,loading:loading=![],error:error='',initialEmail:initialEmail=''})=>{const _0x4b695b={'dnibA':function(_0xc539d3,_0x5f0da6){return _0xc539d3(_0x5f0da6);},'eWUiU':_0x3159(0x8f),'DBCNF':function(_0x251111,_0x296cba){return _0x251111(_0x296cba);},'hchcy':_0x3159(0x90),'MdUNO':function(_0x1e161c,_0x7de1df){return _0x1e161c===_0x7de1df;},'sIJRF':_0x3159(0x91),'qGTLJ':_0x3159(0x92),'RtqEH':_0x3159(0x53),'PXGdh':function(_0x4acc27,_0x165dbc){return _0x4acc27(_0x165dbc);},'rKnqY':_0x3159(0x93),'DRrHp':function(_0x1d005f,_0x31536d){return _0x1d005f(_0x31536d);},'CdQfO':_0x3159(0x94),'fCZxU':_0x3159(0x95),'yrQHA':function(_0x1acbba,_0x616b2b){return _0x1acbba===_0x616b2b;},'jmkQX':function(_0x512d34,_0x4b5899){return _0x512d34===_0x4b5899;},'joSqn':function(_0x565909,_0xa721d4){return _0x565909===_0xa721d4;},'sBfpo':_0x3159(0x96),'DLQGP':_0x3159(0x97),'HteKf':'keyboardDidHide','tQUKY':_0x3159(0x98),'NIdHn':'padding','IsapG':'height','VEFMB':'Sign\x20in\x20or\x20create\x20an\x20account','jRAyP':_0x3159(0x99),'MZIzV':_0x3159(0x9a),'QGdVr':_0x3159(0x9b),'OOzra':function(_0x459534,_0x353688){return _0x459534||_0x353688;},'miFAo':_0x3159(0x9c)},[_0x1cb140,_0x26e6a9]=(0x0,_react[_0x3159(0x9d)])(initialEmail),[_0xb3c30,_0x216ef3]=(0x0,_react[_0x3159(0x9d)])(![]),[_0x138e83,_0x21b0bb]=(0x0,_react[_0x3159(0x9d)])(''),_0x19a063=_0x48de1f=>{_0x4b695b['dnibA'](_0x26e6a9,_0x48de1f),_0x138e83&&_0x4b695b[_0x3159(0x9e)](_0x21b0bb,'');},_0x2258e0=()=>{const _0x2b4463={'qYtjK':_0x3159(0x49)};if(_0x4b695b[_0x3159(0x9f)](_0x1cb140[_0x3159(0xa0)]()[_0x3159(0xa1)](),_0x4b695b[_0x3159(0xa2)])){console[_0x3159(0x7f)](_0x3159(0xa3)),_0x3dbe58(_0x4b695b[_0x3159(0xa4)]);return;}if(_0x1cb140[_0x3159(0xa0)]()['trim']()===_0x4b695b[_0x3159(0xa5)]){console[_0x3159(0x7f)](_0x4b695b[_0x3159(0xa6)]),_0x4b695b['PXGdh'](_0x3dbe58,_0x3159(0x90));return;}if(_0x1cb140['trim']()){if(_0x4b695b[_0x3159(0xa7)]!==_0x4b695b[_0x3159(0xa7)])_0x6ad4b=_0x2b4463[_0x3159(0xa8)];else{const _0x3e01fc=_0x4b695b['DRrHp'](validateEmail,_0x1cb140);if(!_0x3e01fc[_0x3159(0xa9)]){if(_0x3159(0xaa)===_0x3159(0xab)){_0x3bc5c5[_0x3159(0x7f)](_0x4b695b[_0x3159(0xa6)]),_0x4b695b[_0x3159(0xac)](_0x24e553,_0x4b695b[_0x3159(0xad)]);return;}else{console[_0x3159(0x7f)](_0x4b695b[_0x3159(0xae)],_0x3e01fc[_0x3159(0x80)]),_0x4b695b['PXGdh'](_0x21b0bb,_0x3e01fc[_0x3159(0x80)]||_0x3159(0xaf));return;}}console['log'](_0x4b695b[_0x3159(0xb0)]),_0x4b695b[_0x3159(0xac)](_0x21b0bb,''),_0x3dbe58(_0x1cb140[_0x3159(0xa1)]());}}};return(0x0,_react[_0x3159(0xb1)])(()=>{if(_0x4b695b[_0x3159(0xb2)]!==_0x3159(0xb3)){const _0x45b3b1=_reactNative[_0x3159(0xb4)]['addListener']('keyboardDidShow',()=>_0x216ef3(!![])),_0x1d7115=_reactNative[_0x3159(0xb4)][_0x3159(0xb5)](_0x4b695b[_0x3159(0xb6)],()=>_0x216ef3(![]));return()=>{_0x4b695b[_0x3159(0xb7)](_0x1d7115,null)||_0x4b695b[_0x3159(0xb8)](_0x1d7115,void 0x0)||_0x1d7115[_0x3159(0xb9)](),_0x4b695b['jmkQX'](_0x45b3b1,null)||_0x4b695b[_0x3159(0xba)](_0x45b3b1,void 0x0)||_0x45b3b1[_0x3159(0xb9)]();};}else _0x421465=_0x4b695b[_0x3159(0xbb)];},[]),_react['default'][_0x3159(0xbc)](_reactNative['KeyboardAvoidingView'],{'behavior':_reactNative[_0x3159(0xbd)]['OS']===_0x4b695b[_0x3159(0xbe)]?_0x4b695b[_0x3159(0xbf)]:_0x4b695b[_0x3159(0xc0)],'style':styles[_0x3159(0xc1)]},_react['default'][_0x3159(0xbc)](_reactNative[_0x3159(0xc2)],{'style':styles[_0x3159(0xc3)]},_react[_0x3159(0x2)][_0x3159(0xbc)](_reactNative[_0x3159(0xc2)],{'style':styles['headingContainer']},_react[_0x3159(0x2)][_0x3159(0xbc)](_reactNative[_0x3159(0xc4)],{'style':styles[_0x3159(0xc5)]},'Build\x20your\x20Onairos\x20persona\x20to\x20own\x20your\x20digital\x20identity'),_react[_0x3159(0x2)][_0x3159(0xbc)](_reactNative[_0x3159(0xc4)],{'style':styles[_0x3159(0xc6)]},_0x4b695b[_0x3159(0xc7)])),_react[_0x3159(0x2)][_0x3159(0xbc)](_reactNative[_0x3159(0xc2)],{'style':styles['inputContainer']},_react[_0x3159(0x2)]['createElement'](_EmailInput[_0x3159(0x2)],{'value':_0x1cb140,'onChangeText':_0x19a063,'onSubmitEditing':_0x2258e0,'returnKeyType':_0x4b695b[_0x3159(0xc8)],'blurOnSubmit':!![],'placeholder':_0x4b695b['MZIzV'],'placeholderTextColor':_0x4b695b[_0x3159(0xc9)]}),_0x4b695b[_0x3159(0xca)](_0x138e83,error)?_react[_0x3159(0x2)][_0x3159(0xbc)](_reactNative[_0x3159(0xc4)],{'style':styles[_0x3159(0xcb)]},_0x138e83||error):null),_react[_0x3159(0x2)][_0x3159(0xbc)](_reactNative[_0x3159(0xc2)],{'style':styles[_0x3159(0xcc)]},_react[_0x3159(0x2)]['createElement'](_reactNative[_0x3159(0xc2)],{'style':styles['dividerLine']}),_react['default'][_0x3159(0xbc)](_reactNative[_0x3159(0xc4)],{'style':styles[_0x3159(0xcd)]},'Or'),_react[_0x3159(0x2)][_0x3159(0xbc)](_reactNative[_0x3159(0xc2)],{'style':styles['dividerLine']})),_react['default'][_0x3159(0xbc)](_reactNative['View'],{'style':styles['googleContainer']},_react[_0x3159(0x2)][_0x3159(0xbc)](_GoogleButton[_0x3159(0x2)],{'onPress':_0x4f6ee9,'disabled':loading})),_react[_0x3159(0x2)][_0x3159(0xbc)](_reactNative[_0x3159(0xc2)],{'style':styles['spacer']}),_react[_0x3159(0x2)][_0x3159(0xbc)](_reactNative[_0x3159(0xc2)],{'style':styles[_0x3159(0xce)]},_react[_0x3159(0x2)]['createElement'](_PrimaryButton['default'],{'label':_0x4b695b[_0x3159(0xcf)],'onPress':_0x2258e0,'disabled':loading||!_0x1cb140['trim'](),'loading':loading}))));};exports[_0x3159(0x3)]=SignInStep;function _0x3159(_0x5285e8,_0x3159cd){_0x5285e8=_0x5285e8-0x0;const _0x8c439a=_0x5285();let _0x1b5640=_0x8c439a[_0x5285e8];return _0x1b5640;}const styles=_reactNative[_0x3159(0xd0)][_0x3159(0xd1)]({'container':{'flex':0x1},'content':{'flex':0x1,'paddingTop':0x18,'paddingHorizontal':0x18},'headingContainer':{'width':_0x3159(0xd2),'marginBottom':0x16,'paddingHorizontal':0x0},'title':{'fontFamily':_0x3159(0xd3),'fontWeight':_0x3159(0xd4),'fontSize':0x18,'lineHeight':0x20,'color':_theme[_0x3159(0xd5)][_0x3159(0xd6)],'textAlign':_0x3159(0xd7),'marginBottom':_theme[_0x3159(0xd8)]['sm']},'subtitle':{'fontFamily':_0x3159(0xd9),'fontWeight':'400','fontSize':0x10,'lineHeight':0x18,'color':_theme[_0x3159(0xd5)][_0x3159(0xda)],'textAlign':'left'},'inputContainer':{'marginBottom':0x20,'paddingHorizontal':0x0},'dividerContainer':{'flexDirection':'row','alignItems':_0x3159(0xdb),'marginBottom':0x20,'paddingHorizontal':0x0},'dividerLine':{'flex':0x1,'height':0x1,'backgroundColor':_0x3159(0xdc)},'dividerText':{'paddingHorizontal':_theme[_0x3159(0xd8)]['md'],'fontSize':0xe,'fontFamily':'Inter','fontWeight':_0x3159(0xdd),'color':_theme[_0x3159(0xd5)]['grey500']},'googleContainer':{'marginBottom':_theme[_0x3159(0xd8)]['xl'],'paddingHorizontal':0x0},'spacer':{'flex':0x1,'minHeight':0x14},'continueContainer':{'paddingBottom':_theme['SPACING']['xl'],'paddingHorizontal':0x0},'errorText':{'fontSize':0xe,'fontFamily':'Inter','fontWeight':_0x3159(0xdd),'color':'#DC3545','marginTop':0x8,'textAlign':_0x3159(0xd7)}});var _default=exports[_0x3159(0x2)]=SignInStep;
|