@onairos/react-native 3.4.1 โ 3.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +423 -374
- package/lib/commonjs/api/index.js +9 -145
- package/lib/commonjs/assets/animations/loaderani.json +1 -0
- package/lib/commonjs/assets/animations/persona-animation.json +1 -0
- package/lib/commonjs/assets/fonts/EBGaramond-VariableFont_wght.ttf +0 -0
- package/lib/commonjs/assets/fonts/IBMPlexSans-VariableFont_wdth,wght.ttf +0 -0
- package/lib/commonjs/assets/icons/Facebookicon.png +0 -0
- package/lib/commonjs/assets/icons/Gmail.png +0 -0
- package/lib/commonjs/assets/icons/Linkedinicon.png +0 -0
- package/lib/commonjs/assets/icons/Redditicon.png +0 -0
- package/lib/commonjs/assets/icons/YouTubeicon2.png +0 -0
- package/lib/commonjs/assets/icons/YouTubeicon3.png +0 -0
- package/lib/commonjs/assets/icons/chatgpt.png +0 -0
- package/lib/commonjs/assets/icons/claude.png +0 -0
- package/lib/commonjs/assets/icons/gemini.png +0 -0
- package/lib/commonjs/assets/icons/grok.png +0 -0
- package/lib/commonjs/assets/images/Checkbox.svg +3 -0
- package/lib/commonjs/assets/images/EnochE.svg +19 -0
- package/lib/commonjs/assets/images/Enochicon1.png +0 -0
- package/lib/commonjs/assets/images/Face_ID_logo.png +0 -0
- package/lib/commonjs/assets/images/Facebookicon.png +0 -0
- package/lib/commonjs/assets/images/Gmail.png +0 -0
- package/lib/commonjs/assets/images/Googlelogo.png +0 -0
- package/lib/commonjs/assets/images/Linkedinicon.png +0 -0
- package/lib/commonjs/assets/images/OnairosNewLogo.png +0 -0
- package/lib/commonjs/assets/images/Onairoslogo.png +0 -0
- package/lib/commonjs/assets/images/Personalityprofile.svg +3 -0
- package/lib/commonjs/assets/images/Personalitytraits.svg +3 -0
- package/lib/commonjs/assets/images/Redditicon.png +0 -0
- package/lib/commonjs/assets/images/Userpreferences.svg +3 -0
- package/lib/commonjs/assets/images/YouTubeicon3.png +0 -0
- package/lib/commonjs/assets/images/arrow.svg +20 -0
- package/lib/commonjs/assets/images/basicproficon.svg +43 -0
- package/lib/commonjs/assets/images/basicprofile.svg +3 -0
- package/lib/commonjs/assets/images/chatgpt.png +0 -0
- package/lib/commonjs/assets/images/checkmark.svg +4 -0
- package/lib/commonjs/assets/images/claude.png +0 -0
- package/lib/commonjs/assets/images/contentanalysis.svg +3 -0
- package/lib/commonjs/assets/images/contenticon.svg +23 -0
- package/lib/commonjs/assets/images/gemini.png +0 -0
- package/lib/commonjs/assets/images/grok.png +0 -0
- package/lib/commonjs/assets/images/persona1.png +0 -0
- package/lib/commonjs/assets/images/persona2.png +0 -0
- package/lib/commonjs/assets/images/persona3.png +0 -0
- package/lib/commonjs/assets/images/persona4.png +0 -0
- package/lib/commonjs/assets/images/persona5.png +0 -0
- package/lib/commonjs/assets/images/personalityicon.svg +18 -0
- package/lib/commonjs/assets/images/x-close.svg +3 -0
- package/lib/commonjs/components/BodyText.js +9 -0
- package/lib/commonjs/components/BrandMark.js +10 -0
- package/lib/commonjs/components/CodeInput.js +9 -0
- package/lib/commonjs/components/EmailInput.js +8 -0
- package/lib/commonjs/components/GoogleButton.js +9 -0
- package/lib/commonjs/components/HeadingGroup.js +9 -0
- package/lib/commonjs/components/LLMDataInputModal.js +14 -0
- package/lib/commonjs/components/ModalHeader.js +9 -0
- package/lib/commonjs/components/ModalSheet.js +9 -0
- package/lib/commonjs/components/Onairos.js +14 -374
- package/lib/commonjs/components/OnairosButton.js +13 -309
- package/lib/commonjs/components/OnairosSignInButton.js +12 -0
- package/lib/commonjs/components/Overlay.js +13 -483
- package/lib/commonjs/components/PersonaImage.js +10 -0
- package/lib/commonjs/components/PersonaLoadingScreen.js +12 -0
- package/lib/commonjs/components/PersonalizationConsentScreen.js +13 -0
- package/lib/commonjs/components/PinCreationScreen.js +12 -0
- package/lib/commonjs/components/PinInput.js +9 -302
- package/lib/commonjs/components/PlatformConnectorsStep.js +23 -0
- package/lib/commonjs/components/PlatformList.js +10 -137
- package/lib/commonjs/components/PlatformToggle.js +9 -0
- package/lib/commonjs/components/PrimaryButton.js +10 -0
- package/lib/commonjs/components/SignInMatchAnimation.js +9 -0
- package/lib/commonjs/components/SignInStep.js +12 -0
- package/lib/commonjs/components/UniversalOnboarding.js +30 -1702
- package/lib/commonjs/components/VerificationStep.js +11 -0
- package/lib/commonjs/components/WelcomeScreen.js +22 -0
- package/lib/commonjs/components/icons/Basicproficon.js +8 -0
- package/lib/commonjs/components/icons/Basicprofile.js +8 -0
- package/lib/commonjs/components/icons/Checkbox.js +8 -0
- package/lib/commonjs/components/icons/Checkmark.js +8 -0
- package/lib/commonjs/components/icons/Contentanalysis.js +8 -0
- package/lib/commonjs/components/icons/Contenticon.js +8 -0
- package/lib/commonjs/components/icons/EnochE.js +8 -0
- package/lib/commonjs/components/icons/Personalityicon.js +8 -0
- package/lib/commonjs/components/icons/Personalityprofile.js +8 -0
- package/lib/commonjs/components/icons/Personalitytraits.js +8 -0
- package/lib/commonjs/components/icons/Userpreferences.js +8 -0
- package/lib/commonjs/components/icons/index.js +17 -0
- package/lib/commonjs/components/onboarding/OAuthWebView.js +18 -827
- package/lib/commonjs/components/onboarding/OnboardingHeader.js +10 -74
- package/lib/commonjs/components/onboarding/PinInput.js +10 -283
- package/lib/commonjs/components/onboarding/PlatformConnector.js +11 -249
- package/lib/commonjs/config/api.js +7 -0
- package/lib/commonjs/constants/index.js +7 -83
- package/lib/commonjs/context/AuthContext.js +10 -0
- package/lib/commonjs/hooks/useConnectedAccounts.js +9 -0
- package/lib/commonjs/hooks/useConnections.js +8 -159
- package/lib/commonjs/hooks/useCredentials.js +10 -177
- package/lib/commonjs/hooks/useUserConnections.js +10 -0
- package/lib/commonjs/index.js +34 -106
- package/lib/commonjs/services/SDK_API_KEY_VALIDATION.md +421 -421
- package/lib/commonjs/services/apiClient.js +8 -0
- package/lib/commonjs/services/apiKeyService.js +9 -952
- package/lib/commonjs/services/authService.js +10 -0
- package/lib/commonjs/services/biometricPinService.js +8 -0
- package/lib/commonjs/services/chatGPTConversationExtractor.js +8 -0
- package/lib/commonjs/services/chatGPTConversationService.js +9 -0
- package/lib/commonjs/services/claudeConversationExtractor.js +8 -0
- package/lib/commonjs/services/claudeConversationService.js +9 -0
- package/lib/commonjs/services/connectedAccountsService.js +10 -0
- package/lib/commonjs/services/googleAuthService.js +11 -0
- package/lib/commonjs/services/hingeDataExtractor.js +8 -0
- package/lib/commonjs/services/hingeDataService.js +9 -0
- package/lib/commonjs/services/imageCompressionService.js +7 -0
- package/lib/commonjs/services/instagramDataExtractor.js +8 -0
- package/lib/commonjs/services/instagramDataService.js +9 -0
- package/lib/commonjs/services/jwtStorageService.js +7 -0
- package/lib/commonjs/services/linkedinDOMExtractor.js +7 -0
- package/lib/commonjs/services/linkedinProfileService.js +9 -0
- package/lib/commonjs/services/linkedinScrapingService.js +8 -0
- package/lib/commonjs/services/llmDataStorage.js +8 -0
- package/lib/commonjs/services/mobileTrainingService.js +8 -0
- package/lib/commonjs/services/oauthService.js +11 -390
- package/lib/commonjs/services/pinEncryptionService.js +8 -0
- package/lib/commonjs/services/pinStorageUtils.js +7 -0
- package/lib/commonjs/services/platformAuthService.js +12 -1067
- package/lib/commonjs/services/sephoraDataExtractor.js +8 -0
- package/lib/commonjs/services/sephoraDataService.js +9 -0
- package/lib/commonjs/services/storageService.js +8 -0
- package/lib/commonjs/services/telegramDataExtractor.js +8 -0
- package/lib/commonjs/services/telegramDataService.js +11 -0
- package/lib/commonjs/services/trainingApiHelpers.js +7 -0
- package/lib/commonjs/services/userConnectionsService.js +10 -0
- package/lib/commonjs/services/youtubeMigrationService.js +10 -0
- package/lib/commonjs/theme/index.js +7 -0
- package/lib/commonjs/types/ambient.d.js +1 -2
- package/lib/commonjs/types/declarations.d.js +1 -2
- package/lib/commonjs/types/index.js +1 -6
- package/lib/commonjs/types/node-fix.d.js +1 -2
- package/lib/commonjs/types/node-override.d.js +1 -2
- package/lib/commonjs/types/opacity.d.js +1 -2
- package/lib/commonjs/types.js +1 -14
- package/lib/commonjs/utils/Portal.js +8 -98
- package/lib/commonjs/utils/api.js +9 -129
- package/lib/commonjs/utils/assetRegistry.js +33 -0
- package/lib/commonjs/utils/auth.js +9 -111
- package/lib/commonjs/utils/connectorTests.js +29 -0
- package/lib/commonjs/utils/crypto.js +8 -62
- package/lib/commonjs/utils/debugHelper.js +1 -64
- package/lib/commonjs/utils/encryption.js +7 -76
- package/lib/commonjs/utils/eventUtils.js +1 -0
- package/lib/commonjs/utils/haptics.js +9 -0
- package/lib/commonjs/utils/imagePreloader.js +1 -0
- package/lib/commonjs/utils/networkDiagnostics.js +8 -0
- package/lib/commonjs/utils/onairosApi.js +9 -350
- package/lib/commonjs/utils/programmaticFlow.js +9 -117
- package/lib/commonjs/utils/retryHelper.js +1 -220
- package/lib/commonjs/utils/secureStorage.js +10 -349
- package/lib/commonjs/utils/webviewScripts/chatgpt.js +1 -0
- package/lib/commonjs/utils/webviewScripts/claude.js +1 -0
- package/lib/commonjs/utils/webviewScripts/hinge.js +1 -0
- package/lib/commonjs/utils/webviewScripts/index.js +13 -0
- package/lib/commonjs/utils/webviewScripts/instagram.js +1 -0
- package/lib/commonjs/utils/webviewScripts/linkedin.js +1 -0
- package/lib/commonjs/utils/webviewScripts/sephora.js +1 -0
- package/lib/commonjs/utils/webviewScripts/telegram.js +1 -0
- package/lib/module/api/index.js +1 -139
- package/lib/module/assets/animations/loaderani.json +1 -0
- package/lib/module/assets/animations/persona-animation.json +1 -0
- package/lib/module/assets/fonts/EBGaramond-VariableFont_wght.ttf +0 -0
- package/lib/module/assets/fonts/IBMPlexSans-VariableFont_wdth,wght.ttf +0 -0
- package/lib/module/assets/icons/Facebookicon.png +0 -0
- package/lib/module/assets/icons/Gmail.png +0 -0
- package/lib/module/assets/icons/Linkedinicon.png +0 -0
- package/lib/module/assets/icons/Redditicon.png +0 -0
- package/lib/module/assets/icons/YouTubeicon2.png +0 -0
- package/lib/module/assets/icons/YouTubeicon3.png +0 -0
- package/lib/module/assets/icons/chatgpt.png +0 -0
- package/lib/module/assets/icons/claude.png +0 -0
- package/lib/module/assets/icons/farcaster.png +0 -0
- package/lib/module/assets/icons/gemini.png +0 -0
- package/lib/module/assets/icons/grok.png +0 -0
- package/lib/module/assets/icons/instagram.png +0 -0
- package/lib/module/assets/icons/pinterest.png +0 -0
- package/lib/module/assets/icons/swerv_logo.png +0 -0
- package/lib/module/assets/icons/twitter.jpg +0 -0
- package/lib/module/assets/images/Checkbox.svg +3 -0
- package/lib/module/assets/images/EnochE.svg +19 -0
- package/lib/module/assets/images/Enochicon1.png +0 -0
- package/lib/module/assets/images/Face_ID_logo.png +0 -0
- package/lib/module/assets/images/Facebookicon.png +0 -0
- package/lib/module/assets/images/Gmail.png +0 -0
- package/lib/module/assets/images/Googlelogo.png +0 -0
- package/lib/module/assets/images/Linkedinicon.png +0 -0
- package/lib/module/assets/images/OnairosNewLogo.png +0 -0
- package/lib/module/assets/images/Onairoslogo.png +0 -0
- package/lib/module/assets/images/Personalityprofile.svg +3 -0
- package/lib/module/assets/images/Personalitytraits.svg +3 -0
- package/lib/module/assets/images/Redditicon.png +0 -0
- package/lib/module/assets/images/Userpreferences.svg +3 -0
- package/lib/module/assets/images/YouTubeicon3.png +0 -0
- package/lib/module/assets/images/arrow.svg +20 -0
- package/lib/module/assets/images/basicproficon.svg +43 -0
- package/lib/module/assets/images/basicprofile.svg +3 -0
- package/lib/module/assets/images/chatgpt.png +0 -0
- package/lib/module/assets/images/checkmark.svg +4 -0
- package/lib/module/assets/images/claude.png +0 -0
- package/lib/module/assets/images/contentanalysis.svg +3 -0
- package/lib/module/assets/images/contenticon.svg +23 -0
- package/lib/module/assets/images/gemini.png +0 -0
- package/lib/module/assets/images/grok.png +0 -0
- package/lib/module/assets/images/persona1.png +0 -0
- package/lib/module/assets/images/persona2.png +0 -0
- package/lib/module/assets/images/persona3.png +0 -0
- package/lib/module/assets/images/persona4.png +0 -0
- package/lib/module/assets/images/persona5.png +0 -0
- package/lib/module/assets/images/personalityicon.svg +18 -0
- package/lib/module/assets/images/x-close.svg +3 -0
- package/lib/module/components/BodyText.js +1 -0
- package/lib/module/components/BrandMark.js +1 -0
- package/lib/module/components/CodeInput.js +1 -0
- package/lib/module/components/EmailInput.js +1 -0
- package/lib/module/components/GoogleButton.js +1 -0
- package/lib/module/components/HeadingGroup.js +1 -0
- package/lib/module/components/LLMDataInputModal.js +8 -0
- package/lib/module/components/ModalHeader.js +1 -0
- package/lib/module/components/ModalSheet.js +1 -0
- package/lib/module/components/Onairos.js +1 -367
- package/lib/module/components/OnairosButton.js +1 -302
- package/lib/module/components/OnairosSignInButton.js +1 -0
- package/lib/module/components/Overlay.js +1 -474
- package/lib/module/components/PersonaImage.js +1 -0
- package/lib/module/components/PersonaLoadingScreen.js +1 -0
- package/lib/module/components/PersonalizationConsentScreen.js +1 -0
- package/lib/module/components/PinCreationScreen.js +1 -0
- package/lib/module/components/PinInput.js +1 -293
- package/lib/module/components/PlatformConnectorsStep.js +7 -0
- package/lib/module/components/PlatformList.js +1 -129
- package/lib/module/components/PlatformToggle.js +1 -0
- package/lib/module/components/PrimaryButton.js +1 -0
- package/lib/module/components/SignInMatchAnimation.js +1 -0
- package/lib/module/components/SignInStep.js +1 -0
- package/lib/module/components/UniversalOnboarding.js +1 -1693
- package/lib/module/components/VerificationStep.js +1 -0
- package/lib/module/components/WelcomeScreen.js +1 -0
- package/lib/module/components/icons/Basicproficon.js +1 -0
- package/lib/module/components/icons/Basicprofile.js +1 -0
- package/lib/module/components/icons/Checkbox.js +1 -0
- package/lib/module/components/icons/Checkmark.js +1 -0
- package/lib/module/components/icons/Contentanalysis.js +1 -0
- package/lib/module/components/icons/Contenticon.js +1 -0
- package/lib/module/components/icons/EnochE.js +1 -0
- package/lib/module/components/icons/Personalityicon.js +1 -0
- package/lib/module/components/icons/Personalityprofile.js +1 -0
- package/lib/module/components/icons/Personalitytraits.js +1 -0
- package/lib/module/components/icons/Userpreferences.js +1 -0
- package/lib/module/components/icons/index.js +1 -0
- package/lib/module/components/onboarding/OAuthWebView.js +1 -818
- package/lib/module/components/onboarding/OnboardingHeader.js +1 -66
- package/lib/module/components/onboarding/PinInput.js +1 -274
- package/lib/module/components/onboarding/PlatformConnector.js +1 -240
- package/lib/module/config/api.js +1 -0
- package/lib/module/constants/index.js +1 -77
- package/lib/module/context/AuthContext.js +1 -0
- package/lib/module/hooks/useConnectedAccounts.js +1 -0
- package/lib/module/hooks/useConnections.js +1 -152
- package/lib/module/hooks/useCredentials.js +6 -169
- package/lib/module/hooks/useUserConnections.js +1 -0
- package/lib/module/index.js +1 -32
- package/lib/module/services/SDK_API_KEY_VALIDATION.md +421 -421
- package/lib/module/services/apiClient.js +1 -0
- package/lib/module/services/apiKeyService.js +1 -925
- package/lib/module/services/authService.js +1 -0
- package/lib/module/services/biometricPinService.js +1 -0
- package/lib/module/services/chatGPTConversationExtractor.js +1 -0
- package/lib/module/services/chatGPTConversationService.js +1 -0
- package/lib/module/services/claudeConversationExtractor.js +1 -0
- package/lib/module/services/claudeConversationService.js +1 -0
- package/lib/module/services/connectedAccountsService.js +1 -0
- package/lib/module/services/googleAuthService.js +1 -0
- package/lib/module/services/hingeDataExtractor.js +1 -0
- package/lib/module/services/hingeDataService.js +1 -0
- package/lib/module/services/imageCompressionService.js +1 -0
- package/lib/module/services/instagramDataExtractor.js +1 -0
- package/lib/module/services/instagramDataService.js +1 -0
- package/lib/module/services/jwtStorageService.js +1 -0
- package/lib/module/services/linkedinDOMExtractor.js +1 -0
- package/lib/module/services/linkedinProfileService.js +1 -0
- package/lib/module/services/linkedinScrapingService.js +1 -0
- package/lib/module/services/llmDataStorage.js +1 -0
- package/lib/module/services/mobileTrainingService.js +1 -0
- package/lib/module/services/oauthService.js +1 -380
- package/lib/module/services/pinEncryptionService.js +7 -0
- package/lib/module/services/pinStorageUtils.js +1 -0
- package/lib/module/services/platformAuthService.js +1 -1041
- package/lib/module/services/sephoraDataExtractor.js +1 -0
- package/lib/module/services/sephoraDataService.js +1 -0
- package/lib/module/services/storageService.js +1 -0
- package/lib/module/services/telegramDataExtractor.js +1 -0
- package/lib/module/services/telegramDataService.js +8 -0
- package/lib/module/services/trainingApiHelpers.js +1 -0
- package/lib/module/services/userConnectionsService.js +1 -0
- package/lib/module/services/youtubeMigrationService.js +1 -0
- package/lib/module/theme/index.js +1 -0
- package/lib/module/types.js +1 -10
- package/lib/module/utils/Portal.js +1 -90
- package/lib/module/utils/api.js +1 -117
- package/lib/module/utils/assetRegistry.js +33 -0
- package/lib/module/utils/auth.js +1 -99
- package/lib/module/utils/connectorTests.js +28 -0
- package/lib/module/utils/crypto.js +1 -54
- package/lib/module/utils/debugHelper.js +1 -54
- package/lib/module/utils/encryption.js +1 -67
- package/lib/module/utils/eventUtils.js +1 -0
- package/lib/module/utils/haptics.js +8 -0
- package/lib/module/utils/imagePreloader.js +1 -0
- package/lib/module/utils/networkDiagnostics.js +1 -0
- package/lib/module/utils/onairosApi.js +1 -333
- package/lib/module/utils/programmaticFlow.js +1 -111
- package/lib/module/utils/retryHelper.js +1 -211
- package/lib/module/utils/secureStorage.js +6 -330
- package/lib/module/utils/webviewScripts/chatgpt.js +1 -0
- package/lib/module/utils/webviewScripts/claude.js +1 -0
- package/lib/module/utils/webviewScripts/hinge.js +1 -0
- package/lib/module/utils/webviewScripts/index.js +1 -0
- package/lib/module/utils/webviewScripts/instagram.js +1 -0
- package/lib/module/utils/webviewScripts/linkedin.js +1 -0
- package/lib/module/utils/webviewScripts/sephora.js +1 -0
- package/lib/module/utils/webviewScripts/telegram.js +1 -0
- package/package.json +62 -39
- package/lib/commonjs/api/index.js.map +0 -1
- package/lib/commonjs/assets/images/email.png +0 -0
- package/lib/commonjs/assets/images/linkedin.png +0 -0
- package/lib/commonjs/assets/images/reddit.png +0 -0
- package/lib/commonjs/assets/images/youtube.png +0 -0
- package/lib/commonjs/components/DataRequestModal.js +0 -228
- package/lib/commonjs/components/DataRequestModal.js.map +0 -1
- package/lib/commonjs/components/DataRequestScreen.js +0 -329
- package/lib/commonjs/components/DataRequestScreen.js.map +0 -1
- package/lib/commonjs/components/EmailVerificationModal.js +0 -320
- package/lib/commonjs/components/EmailVerificationModal.js.map +0 -1
- package/lib/commonjs/components/Onairos.js.map +0 -1
- package/lib/commonjs/components/OnairosButton.js.map +0 -1
- package/lib/commonjs/components/Overlay.js.map +0 -1
- package/lib/commonjs/components/PinInput.js.map +0 -1
- package/lib/commonjs/components/PlatformList.js.map +0 -1
- package/lib/commonjs/components/TrainingModal.js +0 -717
- package/lib/commonjs/components/TrainingModal.js.map +0 -1
- package/lib/commonjs/components/UniversalOnboarding.js.map +0 -1
- package/lib/commonjs/components/UniversalOnboarding.tsx.new +0 -455
- package/lib/commonjs/components/onboarding/OAuthWebView.js.map +0 -1
- package/lib/commonjs/components/onboarding/OnboardingHeader.js.map +0 -1
- package/lib/commonjs/components/onboarding/PinInput.js.map +0 -1
- package/lib/commonjs/components/onboarding/PlatformConnector.js.map +0 -1
- package/lib/commonjs/components/screens/ConnectorScreen.js +0 -146
- package/lib/commonjs/components/screens/ConnectorScreen.js.map +0 -1
- package/lib/commonjs/components/screens/LoadingScreen.js +0 -91
- package/lib/commonjs/components/screens/LoadingScreen.js.map +0 -1
- package/lib/commonjs/components/screens/PinCreationScreen.js +0 -61
- package/lib/commonjs/components/screens/PinCreationScreen.js.map +0 -1
- package/lib/commonjs/constants/index.js.map +0 -1
- package/lib/commonjs/hooks/useConnections.js.map +0 -1
- package/lib/commonjs/hooks/useCredentials.js.map +0 -1
- package/lib/commonjs/index.js.map +0 -1
- package/lib/commonjs/services/apiKeyService.js.map +0 -1
- package/lib/commonjs/services/oauthService.js.map +0 -1
- package/lib/commonjs/services/platformAuthService.js.map +0 -1
- package/lib/commonjs/types/ambient.d.js.map +0 -1
- package/lib/commonjs/types/declarations.d.js.map +0 -1
- package/lib/commonjs/types/index.d.js.map +0 -1
- package/lib/commonjs/types/index.js.map +0 -1
- package/lib/commonjs/types/node-fix.d.js.map +0 -1
- package/lib/commonjs/types/node-override.d.js.map +0 -1
- package/lib/commonjs/types/opacity.d.js.map +0 -1
- package/lib/commonjs/types/types.d.js.map +0 -1
- package/lib/commonjs/types.js.map +0 -1
- package/lib/commonjs/utils/Portal.js.map +0 -1
- package/lib/commonjs/utils/api.js.map +0 -1
- package/lib/commonjs/utils/auth.js.map +0 -1
- package/lib/commonjs/utils/crypto.js.map +0 -1
- package/lib/commonjs/utils/debugHelper.js.map +0 -1
- package/lib/commonjs/utils/encryption.js.map +0 -1
- package/lib/commonjs/utils/onairosApi.js.map +0 -1
- package/lib/commonjs/utils/programmaticFlow.js.map +0 -1
- package/lib/commonjs/utils/retryHelper.js.map +0 -1
- package/lib/commonjs/utils/secureStorage.js.map +0 -1
- package/lib/module/api/index.js.map +0 -1
- package/lib/module/assets/images/email.png +0 -0
- package/lib/module/assets/images/linkedin.png +0 -0
- package/lib/module/assets/images/reddit.png +0 -0
- package/lib/module/assets/images/youtube.png +0 -0
- package/lib/module/components/DataRequestModal.js +0 -220
- package/lib/module/components/DataRequestModal.js.map +0 -1
- package/lib/module/components/DataRequestScreen.js +0 -321
- package/lib/module/components/DataRequestScreen.js.map +0 -1
- package/lib/module/components/EmailVerificationModal.js +0 -311
- package/lib/module/components/EmailVerificationModal.js.map +0 -1
- package/lib/module/components/Onairos.js.map +0 -1
- package/lib/module/components/OnairosButton.js.map +0 -1
- package/lib/module/components/Overlay.js.map +0 -1
- package/lib/module/components/PinInput.js.map +0 -1
- package/lib/module/components/PlatformList.js.map +0 -1
- package/lib/module/components/TrainingModal.js +0 -708
- package/lib/module/components/TrainingModal.js.map +0 -1
- package/lib/module/components/UniversalOnboarding.js.map +0 -1
- package/lib/module/components/UniversalOnboarding.tsx.new +0 -455
- package/lib/module/components/onboarding/OAuthWebView.js.map +0 -1
- package/lib/module/components/onboarding/OnboardingHeader.js.map +0 -1
- package/lib/module/components/onboarding/PinInput.js.map +0 -1
- package/lib/module/components/onboarding/PlatformConnector.js.map +0 -1
- package/lib/module/components/screens/ConnectorScreen.js +0 -138
- package/lib/module/components/screens/ConnectorScreen.js.map +0 -1
- package/lib/module/components/screens/LoadingScreen.js +0 -83
- package/lib/module/components/screens/LoadingScreen.js.map +0 -1
- package/lib/module/components/screens/PinCreationScreen.js +0 -53
- package/lib/module/components/screens/PinCreationScreen.js.map +0 -1
- package/lib/module/constants/index.js.map +0 -1
- package/lib/module/hooks/useConnections.js.map +0 -1
- package/lib/module/hooks/useCredentials.js.map +0 -1
- package/lib/module/index.js.map +0 -1
- package/lib/module/services/apiKeyService.js.map +0 -1
- package/lib/module/services/oauthService.js.map +0 -1
- package/lib/module/services/platformAuthService.js.map +0 -1
- package/lib/module/types/ambient.d.js.map +0 -1
- package/lib/module/types/declarations.d.js.map +0 -1
- package/lib/module/types/index.d.js.map +0 -1
- package/lib/module/types/index.js.map +0 -1
- package/lib/module/types/node-fix.d.js.map +0 -1
- package/lib/module/types/node-override.d.js.map +0 -1
- package/lib/module/types/opacity.d.js.map +0 -1
- package/lib/module/types/types.d.js.map +0 -1
- package/lib/module/types.js.map +0 -1
- package/lib/module/utils/Portal.js.map +0 -1
- package/lib/module/utils/api.js.map +0 -1
- package/lib/module/utils/auth.js.map +0 -1
- package/lib/module/utils/crypto.js.map +0 -1
- package/lib/module/utils/debugHelper.js.map +0 -1
- package/lib/module/utils/encryption.js.map +0 -1
- package/lib/module/utils/onairosApi.js.map +0 -1
- package/lib/module/utils/programmaticFlow.js.map +0 -1
- package/lib/module/utils/retryHelper.js.map +0 -1
- package/lib/module/utils/secureStorage.js.map +0 -1
- package/lib/typescript/api/index.d.ts +0 -8
- package/lib/typescript/api/index.d.ts.map +0 -1
- package/lib/typescript/components/DataRequestModal.d.ts +0 -11
- package/lib/typescript/components/DataRequestModal.d.ts.map +0 -1
- package/lib/typescript/components/DataRequestScreen.d.ts +0 -11
- package/lib/typescript/components/DataRequestScreen.d.ts.map +0 -1
- package/lib/typescript/components/EmailVerificationModal.d.ts +0 -11
- package/lib/typescript/components/EmailVerificationModal.d.ts.map +0 -1
- package/lib/typescript/components/Onairos.d.ts +0 -4
- package/lib/typescript/components/Onairos.d.ts.map +0 -1
- package/lib/typescript/components/OnairosButton.d.ts +0 -12
- package/lib/typescript/components/OnairosButton.d.ts.map +0 -1
- package/lib/typescript/components/Overlay.d.ts +0 -4
- package/lib/typescript/components/Overlay.d.ts.map +0 -1
- package/lib/typescript/components/PinInput.d.ts +0 -4
- package/lib/typescript/components/PinInput.d.ts.map +0 -1
- package/lib/typescript/components/PlatformList.d.ts +0 -4
- package/lib/typescript/components/PlatformList.d.ts.map +0 -1
- package/lib/typescript/components/TrainingModal.d.ts +0 -4
- package/lib/typescript/components/TrainingModal.d.ts.map +0 -1
- package/lib/typescript/components/UniversalOnboarding.d.ts +0 -4
- package/lib/typescript/components/UniversalOnboarding.d.ts.map +0 -1
- package/lib/typescript/components/onboarding/OAuthWebView.d.ts +0 -10
- package/lib/typescript/components/onboarding/OAuthWebView.d.ts.map +0 -1
- package/lib/typescript/components/onboarding/OnboardingHeader.d.ts +0 -11
- package/lib/typescript/components/onboarding/OnboardingHeader.d.ts.map +0 -1
- package/lib/typescript/components/onboarding/PinInput.d.ts +0 -4
- package/lib/typescript/components/onboarding/PinInput.d.ts.map +0 -1
- package/lib/typescript/components/onboarding/PlatformConnector.d.ts +0 -13
- package/lib/typescript/components/onboarding/PlatformConnector.d.ts.map +0 -1
- package/lib/typescript/components/screens/ConnectorScreen.d.ts +0 -9
- package/lib/typescript/components/screens/ConnectorScreen.d.ts.map +0 -1
- package/lib/typescript/components/screens/LoadingScreen.d.ts +0 -9
- package/lib/typescript/components/screens/LoadingScreen.d.ts.map +0 -1
- package/lib/typescript/components/screens/PinCreationScreen.d.ts +0 -10
- package/lib/typescript/components/screens/PinCreationScreen.d.ts.map +0 -1
- package/lib/typescript/constants/index.d.ts +0 -53
- package/lib/typescript/constants/index.d.ts.map +0 -1
- package/lib/typescript/hooks/useConnections.d.ts +0 -9
- package/lib/typescript/hooks/useConnections.d.ts.map +0 -1
- package/lib/typescript/hooks/useCredentials.d.ts +0 -9
- package/lib/typescript/hooks/useCredentials.d.ts.map +0 -1
- package/lib/typescript/index.d.ts +0 -18
- package/lib/typescript/index.d.ts.map +0 -1
- package/lib/typescript/services/apiKeyService.d.ts +0 -132
- package/lib/typescript/services/apiKeyService.d.ts.map +0 -1
- package/lib/typescript/services/oauthService.d.ts +0 -50
- package/lib/typescript/services/oauthService.d.ts.map +0 -1
- package/lib/typescript/services/platformAuthService.d.ts +0 -144
- package/lib/typescript/services/platformAuthService.d.ts.map +0 -1
- package/lib/typescript/types/index.d.ts +0 -231
- package/lib/typescript/types/index.d.ts.map +0 -1
- package/lib/typescript/types.d.ts +0 -270
- package/lib/typescript/types.d.ts.map +0 -1
- package/lib/typescript/utils/Portal.d.ts +0 -14
- package/lib/typescript/utils/Portal.d.ts.map +0 -1
- package/lib/typescript/utils/api.d.ts +0 -6
- package/lib/typescript/utils/api.d.ts.map +0 -1
- package/lib/typescript/utils/auth.d.ts +0 -6
- package/lib/typescript/utils/auth.d.ts.map +0 -1
- package/lib/typescript/utils/crypto.d.ts +0 -4
- package/lib/typescript/utils/crypto.d.ts.map +0 -1
- package/lib/typescript/utils/debugHelper.d.ts +0 -29
- package/lib/typescript/utils/debugHelper.d.ts.map +0 -1
- package/lib/typescript/utils/encryption.d.ts +0 -19
- package/lib/typescript/utils/encryption.d.ts.map +0 -1
- package/lib/typescript/utils/onairosApi.d.ts +0 -87
- package/lib/typescript/utils/onairosApi.d.ts.map +0 -1
- package/lib/typescript/utils/programmaticFlow.d.ts +0 -23
- package/lib/typescript/utils/programmaticFlow.d.ts.map +0 -1
- package/lib/typescript/utils/retryHelper.d.ts +0 -69
- package/lib/typescript/utils/retryHelper.d.ts.map +0 -1
- package/lib/typescript/utils/secureStorage.d.ts +0 -94
- package/lib/typescript/utils/secureStorage.d.ts.map +0 -1
- package/src/api/index.ts +0 -111
- package/src/assets/images/email.png +0 -0
- package/src/assets/images/linkedin.png +0 -0
- package/src/assets/images/onairos_logo.png +0 -0
- package/src/assets/images/reddit.png +0 -0
- package/src/assets/images/youtube.png +0 -0
- package/src/components/DataRequestModal.tsx +0 -227
- package/src/components/DataRequestScreen.tsx +0 -356
- package/src/components/EmailVerificationModal.tsx +0 -364
- package/src/components/Onairos.tsx +0 -425
- package/src/components/OnairosButton.tsx +0 -359
- package/src/components/Overlay.tsx +0 -506
- package/src/components/PinInput.tsx +0 -343
- package/src/components/PlatformList.tsx +0 -145
- package/src/components/TrainingModal.tsx +0 -737
- package/src/components/UniversalOnboarding.tsx +0 -1839
- package/src/components/UniversalOnboarding.tsx.new +0 -455
- package/src/components/onboarding/OAuthWebView.tsx +0 -838
- package/src/components/onboarding/OnboardingHeader.tsx +0 -70
- package/src/components/onboarding/PinInput.tsx +0 -356
- package/src/components/onboarding/PlatformConnector.tsx +0 -302
- package/src/components/screens/ConnectorScreen.tsx +0 -153
- package/src/components/screens/LoadingScreen.tsx +0 -100
- package/src/components/screens/PinCreationScreen.tsx +0 -67
- package/src/constants/index.ts +0 -83
- package/src/hooks/useConnections.ts +0 -163
- package/src/hooks/useCredentials.ts +0 -175
- package/src/index.js +0 -14
- package/src/index.ts +0 -50
- package/src/services/SDK_API_KEY_VALIDATION.md +0 -421
- package/src/services/apiKeyService.ts +0 -984
- package/src/services/oauthService.ts +0 -412
- package/src/services/platformAuthService.ts +0 -1113
- package/src/types/ambient.d.ts +0 -29
- package/src/types/declarations.d.ts +0 -26
- package/src/types/index.d.ts +0 -274
- package/src/types/index.ts +0 -244
- package/src/types/node-fix.d.ts +0 -19
- package/src/types/node-override.d.ts +0 -24
- package/src/types/opacity.d.ts +0 -16
- package/src/types/types.d.ts +0 -18
- package/src/types.ts +0 -298
- package/src/utils/Portal.tsx +0 -83
- package/src/utils/api.js +0 -112
- package/src/utils/auth.js +0 -104
- package/src/utils/crypto.js +0 -60
- package/src/utils/debugHelper.ts +0 -53
- package/src/utils/encryption.ts +0 -69
- package/src/utils/onairosApi.ts +0 -391
- package/src/utils/programmaticFlow.ts +0 -113
- package/src/utils/retryHelper.ts +0 -275
- package/src/utils/secureStorage.ts +0 -361
- package/types/index.d.ts +0 -218
- package/types/node-env.d.ts +0 -15
- /package/{src/assets/images โ lib/commonjs/assets/icons}/farcaster.png +0 -0
- /package/{src/assets/images โ lib/commonjs/assets/icons}/instagram.png +0 -0
- /package/{src/assets/images โ lib/commonjs/assets/icons}/pinterest.png +0 -0
- /package/{src/assets/images โ lib/commonjs/assets/icons}/swerv_logo.png +0 -0
- /package/{src/assets/images โ lib/commonjs/assets/icons}/twitter.jpg +0 -0
|
@@ -1,129 +1 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { View, Text, StyleSheet, TouchableOpacity, ActivityIndicator } from 'react-native';
|
|
3
|
-
import Icon from 'react-native-vector-icons/MaterialIcons';
|
|
4
|
-
import { COLORS, PLATFORMS } from '../constants';
|
|
5
|
-
export const PlatformList = ({
|
|
6
|
-
connections,
|
|
7
|
-
onToggle,
|
|
8
|
-
isLoading,
|
|
9
|
-
canProceed,
|
|
10
|
-
onProceed
|
|
11
|
-
}) => {
|
|
12
|
-
const renderPlatformItem = (platform, isConnected) => {
|
|
13
|
-
const platformConfig = PLATFORMS[platform];
|
|
14
|
-
if (!platformConfig) return null;
|
|
15
|
-
return /*#__PURE__*/React.createElement(View, {
|
|
16
|
-
key: platform,
|
|
17
|
-
style: styles.platformContainer
|
|
18
|
-
}, /*#__PURE__*/React.createElement(View, {
|
|
19
|
-
style: styles.platformHeader
|
|
20
|
-
}, /*#__PURE__*/React.createElement(Icon, {
|
|
21
|
-
name: platformConfig.icon,
|
|
22
|
-
size: 24,
|
|
23
|
-
color: platformConfig.color
|
|
24
|
-
}), /*#__PURE__*/React.createElement(Text, {
|
|
25
|
-
style: styles.platformName
|
|
26
|
-
}, platformConfig.name)), platformConfig.description && /*#__PURE__*/React.createElement(Text, {
|
|
27
|
-
style: styles.platformDescription
|
|
28
|
-
}, platformConfig.description), /*#__PURE__*/React.createElement(TouchableOpacity, {
|
|
29
|
-
style: [styles.connectButton, isConnected ? styles.connectedButton : styles.disconnectedButton],
|
|
30
|
-
onPress: () => onToggle(platform, !isConnected),
|
|
31
|
-
disabled: isLoading
|
|
32
|
-
}, isLoading ? /*#__PURE__*/React.createElement(ActivityIndicator, {
|
|
33
|
-
color: "#fff"
|
|
34
|
-
}) : /*#__PURE__*/React.createElement(Text, {
|
|
35
|
-
style: styles.buttonText
|
|
36
|
-
}, isConnected ? 'Disconnect' : 'Connect')));
|
|
37
|
-
};
|
|
38
|
-
return /*#__PURE__*/React.createElement(View, {
|
|
39
|
-
style: styles.container
|
|
40
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
41
|
-
style: styles.title
|
|
42
|
-
}, "Connect your platforms"), /*#__PURE__*/React.createElement(Text, {
|
|
43
|
-
style: styles.subtitle
|
|
44
|
-
}, "Connect at least 2 platforms to proceed"), /*#__PURE__*/React.createElement(View, {
|
|
45
|
-
style: styles.platformsList
|
|
46
|
-
}, Object.entries(connections).map(([platform, status]) => renderPlatformItem(platform, !!status))), /*#__PURE__*/React.createElement(TouchableOpacity, {
|
|
47
|
-
style: [styles.proceedButton, !canProceed && styles.disabledButton],
|
|
48
|
-
onPress: onProceed,
|
|
49
|
-
disabled: !canProceed || isLoading
|
|
50
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
51
|
-
style: styles.proceedButtonText
|
|
52
|
-
}, "Proceed")));
|
|
53
|
-
};
|
|
54
|
-
const styles = StyleSheet.create({
|
|
55
|
-
container: {
|
|
56
|
-
flex: 1,
|
|
57
|
-
padding: 16
|
|
58
|
-
},
|
|
59
|
-
title: {
|
|
60
|
-
fontSize: 20,
|
|
61
|
-
fontWeight: '600',
|
|
62
|
-
marginBottom: 8,
|
|
63
|
-
color: COLORS.text.primary
|
|
64
|
-
},
|
|
65
|
-
subtitle: {
|
|
66
|
-
fontSize: 14,
|
|
67
|
-
color: COLORS.text.secondary,
|
|
68
|
-
marginBottom: 24
|
|
69
|
-
},
|
|
70
|
-
platformsList: {
|
|
71
|
-
flex: 1
|
|
72
|
-
},
|
|
73
|
-
platformContainer: {
|
|
74
|
-
backgroundColor: '#fff',
|
|
75
|
-
borderRadius: 12,
|
|
76
|
-
padding: 16,
|
|
77
|
-
marginBottom: 16,
|
|
78
|
-
borderWidth: 1,
|
|
79
|
-
borderColor: COLORS.border
|
|
80
|
-
},
|
|
81
|
-
platformHeader: {
|
|
82
|
-
flexDirection: 'row',
|
|
83
|
-
alignItems: 'center',
|
|
84
|
-
marginBottom: 8
|
|
85
|
-
},
|
|
86
|
-
platformName: {
|
|
87
|
-
fontSize: 16,
|
|
88
|
-
fontWeight: '600',
|
|
89
|
-
marginLeft: 12,
|
|
90
|
-
color: COLORS.text.primary
|
|
91
|
-
},
|
|
92
|
-
platformDescription: {
|
|
93
|
-
fontSize: 14,
|
|
94
|
-
color: COLORS.text.secondary,
|
|
95
|
-
marginBottom: 16
|
|
96
|
-
},
|
|
97
|
-
connectButton: {
|
|
98
|
-
paddingVertical: 8,
|
|
99
|
-
paddingHorizontal: 16,
|
|
100
|
-
borderRadius: 8,
|
|
101
|
-
alignItems: 'center'
|
|
102
|
-
},
|
|
103
|
-
connectedButton: {
|
|
104
|
-
backgroundColor: COLORS.success
|
|
105
|
-
},
|
|
106
|
-
disconnectedButton: {
|
|
107
|
-
backgroundColor: COLORS.primary
|
|
108
|
-
},
|
|
109
|
-
buttonText: {
|
|
110
|
-
color: '#fff',
|
|
111
|
-
fontWeight: '600'
|
|
112
|
-
},
|
|
113
|
-
proceedButton: {
|
|
114
|
-
backgroundColor: COLORS.primary,
|
|
115
|
-
paddingVertical: 16,
|
|
116
|
-
borderRadius: 12,
|
|
117
|
-
alignItems: 'center',
|
|
118
|
-
marginTop: 16
|
|
119
|
-
},
|
|
120
|
-
disabledButton: {
|
|
121
|
-
opacity: 0.5
|
|
122
|
-
},
|
|
123
|
-
proceedButtonText: {
|
|
124
|
-
color: '#fff',
|
|
125
|
-
fontSize: 16,
|
|
126
|
-
fontWeight: '600'
|
|
127
|
-
}
|
|
128
|
-
});
|
|
129
|
-
//# sourceMappingURL=PlatformList.js.map
|
|
1
|
+
import React from'react';import{View,Text,StyleSheet,TouchableOpacity,ActivityIndicator}from'react-native';import _0x1b8c2b from'react-native-vector-icons/MaterialIcons';import{COLORS,PLATFORMS}from'../constants';function _0xc7b1(_0x136be6,_0xc7b160){_0x136be6=_0x136be6-0x0;const _0x3afd2c=_0x136b();let _0x3f7263=_0x3afd2c[_0x136be6];return _0x3f7263;}function _0x136b(){const _0x42b584=['#fff','Disconnect','Connect\x20your\x20platforms','Proceed','platformContainer','platformHeader','createElement','color','name','description','connectButton','disconnectedButton','WTPiz','buttonText','BAAAm','BXvVQ','title','adYIy','subtitle','Connect\x20at\x20least\x202\x20platforms\x20to\x20proceed','platformsList','entries','map','proceedButton','disabledButton','SyDwd','create','600','text','primary','row','center','secondary','success'];_0x136b=function(){return _0x42b584;};return _0x136b();}export const PlatformList=({connections:_0x8e3675,onToggle:_0x54d204,isLoading:_0x2ae72d,canProceed:_0x28c264,onProceed:_0x1ba005})=>{const _0xc42c29={'WTPiz':_0xc7b1(0x0),'BAAAm':_0xc7b1(0x1),'BXvVQ':'Connect','adYIy':_0xc7b1(0x2),'SyDwd':_0xc7b1(0x3)},_0x3b4736=(_0x5dc62c,_0x1fa5de)=>{const _0xeade74=PLATFORMS[_0x5dc62c];if(!_0xeade74)return null;return React['createElement'](View,{'key':_0x5dc62c,'style':styles[_0xc7b1(0x4)]},React['createElement'](View,{'style':styles[_0xc7b1(0x5)]},React[_0xc7b1(0x6)](_0x1b8c2b,{'name':_0xeade74['icon'],'size':0x18,'color':_0xeade74[_0xc7b1(0x7)]}),React[_0xc7b1(0x6)](Text,{'style':styles['platformName']},_0xeade74[_0xc7b1(0x8)])),_0xeade74['description']&&React[_0xc7b1(0x6)](Text,{'style':styles['platformDescription']},_0xeade74[_0xc7b1(0x9)]),React[_0xc7b1(0x6)](TouchableOpacity,{'style':[styles[_0xc7b1(0xa)],_0x1fa5de?styles['connectedButton']:styles[_0xc7b1(0xb)]],'onPress':()=>_0x54d204(_0x5dc62c,!_0x1fa5de),'disabled':_0x2ae72d},_0x2ae72d?React[_0xc7b1(0x6)](ActivityIndicator,{'color':_0xc42c29[_0xc7b1(0xc)]}):React['createElement'](Text,{'style':styles[_0xc7b1(0xd)]},_0x1fa5de?_0xc42c29[_0xc7b1(0xe)]:_0xc42c29[_0xc7b1(0xf)])));};return React['createElement'](View,{'style':styles['container']},React['createElement'](Text,{'style':styles[_0xc7b1(0x10)]},_0xc42c29[_0xc7b1(0x11)]),React[_0xc7b1(0x6)](Text,{'style':styles[_0xc7b1(0x12)]},_0xc7b1(0x13)),React[_0xc7b1(0x6)](View,{'style':styles[_0xc7b1(0x14)]},Object[_0xc7b1(0x15)](_0x8e3675)[_0xc7b1(0x16)](([_0xca4c95,_0x2f05a4])=>_0x3b4736(_0xca4c95,!!_0x2f05a4))),React[_0xc7b1(0x6)](TouchableOpacity,{'style':[styles[_0xc7b1(0x17)],!_0x28c264&&styles[_0xc7b1(0x18)]],'onPress':_0x1ba005,'disabled':!_0x28c264||_0x2ae72d},React['createElement'](Text,{'style':styles['proceedButtonText']},_0xc42c29[_0xc7b1(0x19)])));};const styles=StyleSheet[_0xc7b1(0x1a)]({'container':{'flex':0x1,'padding':0x10},'title':{'fontSize':0x14,'fontWeight':_0xc7b1(0x1b),'marginBottom':0x8,'color':COLORS[_0xc7b1(0x1c)][_0xc7b1(0x1d)]},'subtitle':{'fontSize':0xe,'color':COLORS[_0xc7b1(0x1c)]['secondary'],'marginBottom':0x18},'platformsList':{'flex':0x1},'platformContainer':{'backgroundColor':_0xc7b1(0x0),'borderRadius':0xc,'padding':0x10,'marginBottom':0x10,'borderWidth':0x1,'borderColor':COLORS['border']},'platformHeader':{'flexDirection':_0xc7b1(0x1e),'alignItems':_0xc7b1(0x1f),'marginBottom':0x8},'platformName':{'fontSize':0x10,'fontWeight':'600','marginLeft':0xc,'color':COLORS['text'][_0xc7b1(0x1d)]},'platformDescription':{'fontSize':0xe,'color':COLORS['text'][_0xc7b1(0x20)],'marginBottom':0x10},'connectButton':{'paddingVertical':0x8,'paddingHorizontal':0x10,'borderRadius':0x8,'alignItems':_0xc7b1(0x1f)},'connectedButton':{'backgroundColor':COLORS[_0xc7b1(0x21)]},'disconnectedButton':{'backgroundColor':COLORS[_0xc7b1(0x1d)]},'buttonText':{'color':_0xc7b1(0x0),'fontWeight':_0xc7b1(0x1b)},'proceedButton':{'backgroundColor':COLORS[_0xc7b1(0x1d)],'paddingVertical':0x10,'borderRadius':0xc,'alignItems':_0xc7b1(0x1f),'marginTop':0x10},'disabledButton':{'opacity':0.5},'proceedButtonText':{'color':_0xc7b1(0x0),'fontSize':0x10,'fontWeight':'600'}});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import React from'react';import{View,Text,TouchableOpacity,Image,StyleSheet,Switch,Platform}from'react-native';function _0xd79b(_0x29d04f,_0xd79b76){_0x29d04f=_0x29d04f-0x0;const _0x5eab38=_0x29d0();let _0x3a434d=_0x5eab38[_0x29d04f];return _0x3a434d;}import{COLORS}from'../theme';const PlatformToggle=({platform:_0x2b5458,isEnabled:_0x2771d7,onToggle:_0x2fc18c,compact:compact=![],isLast:isLast=![],fullWidth:fullWidth=![],customIconSize:_0x1b2796,onLongPress:_0x1451f8,onPressOut:_0x47a0fd})=>{const _0x4f234b={'HXllu':function(_0x34340d,_0x31be58,_0x5ddc96){return _0x34340d(_0x31be58,_0x5ddc96);},'KrXzW':function(_0x6ee8d4,_0x1afa85){return _0x6ee8d4&&_0x1afa85;},'inIQB':function(_0x3c53d8,_0x26f624){return _0x3c53d8-_0x26f624;},'egNHp':_0xd79b(0x0),'euaMN':function(_0x100e9b,_0x199eac){return _0x100e9b===_0x199eac;},'wJGRb':_0xd79b(0x1)},_0xb91612=()=>{_0x4f234b[_0xd79b(0x2)](_0x2fc18c,_0x2b5458['id'],!_0x2771d7);},_0x374116=fullWidth?styles[_0xd79b(0x3)]:compact?styles[_0xd79b(0x4)]:styles[_0xd79b(0x5)];return React[_0xd79b(0x6)](TouchableOpacity,{'style':[_0x374116,_0x4f234b[_0xd79b(0x7)](!isLast,compact)&&styles['borderBottom']],'onLongPress':_0x1451f8,'onPressOut':_0x47a0fd,'activeOpacity':_0x1451f8?0.7:0x1,'disabled':!_0x1451f8},React[_0xd79b(0x6)](View,{'style':styles[_0xd79b(0x8)]},React[_0xd79b(0x6)](View,{'style':styles['leftContent']},React[_0xd79b(0x6)](Image,{'source':_0x2b5458[_0xd79b(0x9)],'style':_0x1b2796?{'width':_0x1b2796,'height':_0x1b2796,'marginRight':_0x4f234b[_0xd79b(0xa)](0xc,_0x4f234b[_0xd79b(0xa)](_0x1b2796,0x1c))}:fullWidth?styles[_0xd79b(0xb)]:compact?styles[_0xd79b(0xb)]:styles[_0xd79b(0x9)],'resizeMode':'contain'}),React[_0xd79b(0x6)](View,{'style':styles[_0xd79b(0xc)]},React[_0xd79b(0x6)](Text,{'style':fullWidth?styles[_0xd79b(0xd)]:compact?styles[_0xd79b(0xd)]:styles['platformName']},_0x2b5458[_0xd79b(0xe)]))),React['createElement'](Switch,{'value':_0x2771d7,'onValueChange':_0xb91612,'trackColor':{'false':'#E5E5E5','true':_0x4f234b[_0xd79b(0xf)]},'thumbColor':_0x4f234b['euaMN'](Platform['OS'],_0xd79b(0x10))?undefined:_0x2771d7?_0x4f234b[_0xd79b(0x11)]:_0x4f234b[_0xd79b(0x11)],'ios_backgroundColor':_0xd79b(0x12),'style':compact?styles['compactSwitch']:undefined})),fullWidth&&React[_0xd79b(0x6)](View,{'style':styles['descriptionBox']},React[_0xd79b(0x6)](Text,{'style':styles['fullWidthDescription']},_0x2b5458[_0xd79b(0x13)])),!fullWidth&&React[_0xd79b(0x6)](Text,{'style':compact?styles[_0xd79b(0x14)]:styles[_0xd79b(0x13)]},_0x2b5458['description']));},styles=StyleSheet[_0xd79b(0x15)]({'container':{'flexDirection':_0xd79b(0x16),'alignItems':_0xd79b(0x17),'justifyContent':'space-between','paddingVertical':0x10,'paddingHorizontal':0x10,'backgroundColor':COLORS['surface'],'borderRadius':0xc,'marginBottom':0xc,'borderWidth':0x1,'borderColor':'#E5E5E5'},'compactContainer':{'flexDirection':_0xd79b(0x16),'alignItems':_0xd79b(0x17),'justifyContent':_0xd79b(0x18),'paddingVertical':0x10,'paddingHorizontal':0x10,'backgroundColor':COLORS['surface']},'fullWidthContainer':{'flexDirection':_0xd79b(0x19),'paddingVertical':0x8,'paddingHorizontal':0x2,'backgroundColor':COLORS[_0xd79b(0x1a)],'marginBottom':0x4,'marginHorizontal':0x0},'topRow':{'flexDirection':'row','alignItems':_0xd79b(0x17),'justifyContent':_0xd79b(0x18),'marginBottom':0x4},'descriptionBox':{'backgroundColor':'#F5F5F5','borderRadius':0x8,'paddingVertical':0x8,'paddingHorizontal':0x4,'marginTop':0x2},'borderBottom':{'borderBottomWidth':0x1,'borderBottomColor':_0xd79b(0x12)},'leftContent':{'flexDirection':_0xd79b(0x16),'alignItems':'center','flex':0x1},'icon':{'width':0x20,'height':0x20,'marginRight':0xc},'compactIcon':{'width':0x1c,'height':0x1c,'marginRight':0xc},'textContent':{'flex':0x1},'platformName':{'fontSize':0x10,'fontFamily':_0xd79b(0x1b),'fontWeight':_0xd79b(0x1c),'color':COLORS['grey800'],'marginBottom':0x2},'compactPlatformName':{'fontSize':0x10,'fontFamily':_0xd79b(0x1b),'fontWeight':_0xd79b(0x1c),'color':COLORS['grey800'],'marginBottom':0x2},'description':{'fontSize':0xe,'fontFamily':_0xd79b(0x1b),'fontWeight':'400','color':COLORS[_0xd79b(0x1d)],'lineHeight':0x14},'compactDescription':{'fontSize':0xc,'fontFamily':'Inter','fontWeight':_0xd79b(0x1e),'color':COLORS['grey600'],'lineHeight':0x10},'fullWidthDescription':{'fontSize':0xd,'fontFamily':'Inter','fontWeight':_0xd79b(0x1e),'color':COLORS[_0xd79b(0x1d)],'lineHeight':0x12},'compactSwitch':{'transform':[{'scaleX':0.9},{'scaleY':0.9}]}});function _0x29d0(){const _0x5a6aaa=['#4CD964','#FFFFFF','HXllu','fullWidthContainer','compactContainer','container','createElement','KrXzW','topRow','icon','inIQB','compactIcon','textContent','compactPlatformName','name','egNHp','ios','wJGRb','#E5E5E5','description','compactDescription','create','row','center','space-between','column','surface','Inter','600','grey600','400'];_0x29d0=function(){return _0x5a6aaa;};return _0x29d0();}export default PlatformToggle;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import React,{useState}from'react';import{View,Text,TouchableOpacity,StyleSheet,ActivityIndicator}from'react-native';import _0x19ea04 from'react-native-linear-gradient';import{COLORS}from'../theme';function _0x3efe(_0x206c8d,_0x3efe87){_0x206c8d=_0x206c8d-0x0;const _0x263141=_0x206c();let _0x4a948e=_0x263141[_0x206c8d];return _0x4a948e;}const IconCircle=({size:size=0x28,children:_0x3e7c41})=>{const _0x200875={'fSBsf':function(_0x5f2a00,_0x4bbef7){return _0x5f2a00/_0x4bbef7;},'nwqvi':function(_0x436682,_0x4abffd){return _0x436682/_0x4abffd;}};return React['createElement'](View,{'style':[styles['iconCircle'],{'width':size,'height':size,'borderRadius':_0x200875['fSBsf'](size,0x2)}]},React['createElement'](_0x19ea04,{'colors':[COLORS[_0x3efe(0x0)],COLORS[_0x3efe(0x1)]],'style':[StyleSheet['absoluteFill'],{'borderRadius':_0x200875[_0x3efe(0x2)](size,0x2)}],'start':{'x':0x0,'y':0x0},'end':{'x':0x0,'y':0x1}}),React[_0x3efe(0x3)](View,{'style':styles[_0x3efe(0x4)]},_0x3e7c41||React['createElement'](Text,{'style':styles[_0x3efe(0x5)]},'โ')));},PrimaryButton=({label:label='Get\x20Started',onPress:_0x101c7a,iconRight:_0x116d66,loading:loading=![],disabled:disabled=![],testID:_0x45bdd7,style:_0xffceaa,textStyle:_0x8ad5fd})=>{const _0x10e9d7={'dQucV':function(_0x21d755,_0x35c079){return _0x21d755(_0x35c079);},'pyNKu':function(_0x48b9a3,_0x3b586c){return _0x48b9a3||_0x3b586c;},'WPdXO':_0x3efe(0x6)},[_0x323407,_0x4d2111]=_0x10e9d7[_0x3efe(0x7)](useState,![]),_0x4bdc69=()=>_0x4d2111(!![]),_0x2244e8=()=>_0x4d2111(![]);return React['createElement'](TouchableOpacity,{'style':[styles[_0x3efe(0x8)],!disabled&&styles[_0x3efe(0x9)],disabled&&styles['disabled'],_0xffceaa],'onPress':_0x101c7a,'onPressIn':_0x4bdc69,'onPressOut':_0x2244e8,'disabled':_0x10e9d7[_0x3efe(0xa)](disabled,loading),'activeOpacity':0x1,'testID':_0x45bdd7,'accessibilityLabel':label,'accessibilityRole':_0x10e9d7['WPdXO']},React[_0x3efe(0x3)](_0x19ea04,{'colors':[COLORS[_0x3efe(0xb)],COLORS[_0x3efe(0xc)]],'style':styles[_0x3efe(0xd)],'start':{'x':0x0,'y':0x0},'end':{'x':0x0,'y':0x1}}),_0x323407&&React[_0x3efe(0x3)](View,{'style':styles[_0x3efe(0xe)]}),React[_0x3efe(0x3)](View,{'style':styles[_0x3efe(0xf)]},loading?React[_0x3efe(0x3)](ActivityIndicator,{'color':COLORS['btnLabel'],'size':'small'}):React['createElement'](Text,{'style':[styles['label'],_0x8ad5fd]},label)),React[_0x3efe(0x3)](View,{'style':styles[_0x3efe(0x10)]},!loading&&(_0x116d66||React[_0x3efe(0x3)](IconCircle,null))));},styles=StyleSheet['create']({'outerPill':{'height':0x30,'borderRadius':0x64,'borderWidth':0x1,'borderColor':COLORS[_0x3efe(0x11)],'overflow':_0x3efe(0x12),'width':_0x3efe(0x13),'position':_0x3efe(0x14)},'outerShadow':{'shadowColor':_0x3efe(0x15),'shadowOffset':{'width':0x14,'height':0x1e},'shadowOpacity':0.1,'shadowRadius':0x28,'elevation':0x8},'disabled':{'opacity':0.65,'shadowOpacity':0x0,'elevation':0x0},'baseGradient':{...StyleSheet[_0x3efe(0x16)],'borderRadius':0x64},'pressedOverlay':{...StyleSheet[_0x3efe(0x16)],'backgroundColor':_0x3efe(0x17),'borderRadius':0x64},'textContainer':{'position':_0x3efe(0x18),'left':0x0,'right':0x0,'top':0x0,'bottom':0x0,'justifyContent':'center','alignItems':_0x3efe(0x19),'backgroundColor':_0x3efe(0x1a)},'iconPosition':{'position':_0x3efe(0x18),'right':0x4,'top':0x4,'bottom':0x4,'width':0x28,'justifyContent':_0x3efe(0x19),'alignItems':_0x3efe(0x19),'backgroundColor':_0x3efe(0x1a)},'label':{'fontFamily':_0x3efe(0x1b),'fontWeight':_0x3efe(0x1c),'fontSize':0x10,'color':COLORS[_0x3efe(0x1d)],'textAlign':'center','backgroundColor':'transparent'},'iconCircle':{'justifyContent':_0x3efe(0x19),'alignItems':_0x3efe(0x19),'borderWidth':0x1,'borderColor':_0x3efe(0x1e)},'iconContent':{'justifyContent':'center','alignItems':'center','backgroundColor':_0x3efe(0x1a)},'arrowText':{'fontSize':0x14,'color':COLORS[_0x3efe(0x1d)],'fontWeight':_0x3efe(0x1c),'opacity':0.95,'backgroundColor':_0x3efe(0x1a)}});export{IconCircle};export{PrimaryButton};export default PrimaryButton;function _0x206c(){const _0x4cfb0a=['iconCircleGradientStart','iconCircleGradientEnd','nwqvi','createElement','iconContent','arrowText','button','dQucV','outerPill','outerShadow','pyNKu','btnGradStart','btnGradEnd','baseGradient','pressedOverlay','textContainer','iconPosition','btnBorder','hidden','100%','relative','#000000','absoluteFillObject','rgba(0,0,0,0.1)','absolute','center','transparent','Inter','600','btnLabel','rgba(0,0,0,0.25)'];_0x206c=function(){return _0x4cfb0a;};return _0x206c();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x1abd(){const _0x410120=['get','window','SziYl','complete','found','lOPqe','rIRby','searching','none','Finding\x20Your\x20Matches','large','#E9C46A','Searching\x20for\x20potential\x20connections\x20based\x20on\x20your\x20profile...','Matches\x20Found!','We\x27ve\x20found\x20','We\x27ll\x20send\x20match\x20notifications\x20to\x20','@...','#f5e7c1','Continue','NReFf','PFYyq','DneLN','Value','parallel','timing','start','rSKZo','kBpdD','aCNXj','jzJWF','floor','BJZfm','RTTpF','KvdGU','GWwSH','KUWsh','kRfbX','qwFvm','kXGNd','khJKL','aqvBg','yheew','LOCrN','Nmnyi','dSuml','dkLuJ','cNfAD','random','EZznL','JUREr','TWVSe','qMPGJ','zgKDp','bpcwT','createElement','GWynE','container','View','Fragment','title','UDRjz','SlUfd','loader','message','ZBJWz','matchCircle','matchCount','dSOqG','subMessage','Complete\x20your\x20profile\x20to\x20see\x20who\x20they\x20are.','XzcMe','oCGun','Msyta','button','smykV','buttonText','XCNSX','create','center','#FFFFFF','#000','600','#555','#777','bold','100%','hidden','#333'];_0x1abd=function(){return _0x410120;};return _0x1abd();}import React,{useState,useEffect}from'react';import{View,Text,StyleSheet,Modal,ActivityIndicator,Animated,Dimensions,TouchableOpacity}from'react-native';function _0x2736(_0x1abd31,_0x2736cc){_0x1abd31=_0x1abd31-0x0;const _0x4290b3=_0x1abd();let _0x3bf426=_0x4290b3[_0x1abd31];return _0x3bf426;}import _0x573ce0 from'react-native-linear-gradient';const {width,height}=Dimensions[_0x2736(0x0)](_0x2736(0x1)),SignInMatchAnimation=({email:_0x570fdd,visible:_0x1948dd,onComplete:_0x173274})=>{const _0x4c047c={'rSKZo':function(_0x2b5e0b,_0x3c49f9){return _0x2b5e0b===_0x3c49f9;},'bzEjt':_0x2736(0x2),'kBpdD':function(_0x25847c,_0x5c92ad){return _0x25847c(_0x5c92ad);},'aCNXj':_0x2736(0x3),'jzJWF':function(_0x418b6c,_0x44f764){return _0x418b6c+_0x44f764;},'sMHMR':function(_0x42dd85,_0xbc9be2){return _0x42dd85*_0xbc9be2;},'DneLN':function(_0x406d7e,_0xc71aff){return _0x406d7e(_0xc71aff);},'BJZfm':_0x2736(0x4),'RTTpF':function(_0x1c3572,_0x27e798,_0x186565){return _0x1c3572(_0x27e798,_0x186565);},'NReFf':function(_0x28350b,_0x576cd8){return _0x28350b(_0x576cd8);},'kXGNd':function(_0x5daf3b,_0x1006ff){return _0x5daf3b!==_0x1006ff;},'khJKL':_0x2736(0x5),'aqvBg':_0x2736(0x6),'yheew':function(_0x82099a){return _0x82099a();},'PFYyq':_0x2736(0x7),'GWynE':_0x2736(0x8),'UDRjz':_0x2736(0x9),'vnzRo':_0x2736(0xa),'SlUfd':_0x2736(0xb),'ZBJWz':_0x2736(0xc),'CcwuP':_0x2736(0xd),'GJslC':_0x2736(0xe),'dSOqG':'\x20potential\x20connections\x20for\x20you!','XzcMe':'Welcome\x20to\x20Enoch!','oCGun':_0x2736(0xf),'Msyta':_0x2736(0x10),'smykV':_0x2736(0x11),'SzQcT':'#DDB957','XCNSX':_0x2736(0x12)},[_0x3ecf2f,_0x32238f]=_0x4c047c[_0x2736(0x13)](useState,_0x4c047c[_0x2736(0x14)]),[_0x136dcb,_0x82cd78]=_0x4c047c[_0x2736(0x15)](useState,0x0),_0x2fcb56=useState(new Animated['Value'](0x0))[0x0],_0x242ad6=useState(new Animated[(_0x2736(0x16))](0.9))[0x0];useEffect(()=>{_0x1948dd&&(Animated[_0x2736(0x17)]([Animated[_0x2736(0x18)](_0x2fcb56,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]}),Animated['timing'](_0x242ad6,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]})])[_0x2736(0x19)](),setTimeout(()=>{const _0x406e76={'KvdGU':function(_0x10b56b){return _0x10b56b();},'GWwSH':function(_0x18c8d,_0x1e6ea5){return _0x4c047c[_0x2736(0x1a)](_0x18c8d,_0x1e6ea5);},'KUWsh':_0x4c047c['bzEjt'],'kRfbX':function(_0x3350b9,_0x1d91d8){return _0x4c047c[_0x2736(0x1b)](_0x3350b9,_0x1d91d8);},'qwFvm':_0x4c047c[_0x2736(0x1c)]},_0x3221ec=_0x4c047c[_0x2736(0x1d)](Math[_0x2736(0x1e)](_0x4c047c['sMHMR'](Math['random'](),0x6)),0x3);_0x4c047c[_0x2736(0x1b)](_0x82cd78,_0x3221ec),_0x4c047c[_0x2736(0x15)](_0x32238f,_0x4c047c[_0x2736(0x1f)]),_0x4c047c[_0x2736(0x20)](setTimeout,()=>{const _0x2e1b20={'gwexG':function(_0x15c167){return _0x406e76[_0x2736(0x21)](_0x15c167);}};_0x406e76[_0x2736(0x22)](_0x406e76['KUWsh'],_0x406e76[_0x2736(0x23)])?_0x406e76[_0x2736(0x24)](_0x32238f,_0x406e76[_0x2736(0x25)]):Animated[_0x2736(0x17)]([Animated[_0x2736(0x18)](_0x16f0c,{'toValue':0x0,'duration':0x190,'useNativeDriver':!![]}),Animated[_0x2736(0x18)](_0x288e5c,{'toValue':0.9,'duration':0x190,'useNativeDriver':!![]})])[_0x2736(0x19)](()=>{_0x2e1b20['gwexG'](_0x420241);});},0xbb8);},0x9c4));},[_0x1948dd,_0x2fcb56,_0x242ad6]);const _0x4d1bea=()=>{Animated['parallel']([Animated['timing'](_0x2fcb56,{'toValue':0x0,'duration':0x190,'useNativeDriver':!![]}),Animated['timing'](_0x242ad6,{'toValue':0.9,'duration':0x190,'useNativeDriver':!![]})])['start'](()=>{const _0x516a06={'TNrRp':_0x4c047c[_0x2736(0x1c)],'LOCrN':function(_0x4eac79,_0x13ff35){return _0x4c047c[_0x2736(0x13)](_0x4eac79,_0x13ff35);},'Nmnyi':_0x4c047c[_0x2736(0x1f)]};if(_0x4c047c[_0x2736(0x26)](_0x4c047c[_0x2736(0x27)],_0x4c047c[_0x2736(0x28)]))_0x4c047c[_0x2736(0x29)](_0x173274);else{const _0x51a8bb={'dSuml':_0x516a06['TNrRp'],'dkLuJ':function(_0x62d541,_0x4fcd85){return _0x62d541+_0x4fcd85;},'cNfAD':function(_0x4ea267,_0xe6a746){return _0x4ea267*_0xe6a746;},'EZznL':function(_0x3c72a1,_0x3d5fab){return _0x3c72a1(_0x3d5fab);},'JUREr':function(_0x4907f8,_0x736d2f){return _0x516a06[_0x2736(0x2a)](_0x4907f8,_0x736d2f);},'TWVSe':_0x516a06[_0x2736(0x2b)],'qMPGJ':function(_0x271d70,_0x5ced91,_0x8b27a5){return _0x271d70(_0x5ced91,_0x8b27a5);}};_0xae340e&&(Animated[_0x2736(0x17)]([Animated[_0x2736(0x18)](_0x2ea109,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]}),Animated['timing'](_0x15d7a9,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]})])[_0x2736(0x19)](),_0x74c098(()=>{const _0xc9c1a6={'zgKDp':function(_0x4f7527,_0x5de3d9){return _0x4f7527(_0x5de3d9);},'bpcwT':_0x51a8bb[_0x2736(0x2c)]},_0x689f20=_0x51a8bb[_0x2736(0x2d)](_0x2edf60['floor'](_0x51a8bb[_0x2736(0x2e)](_0x4999d0[_0x2736(0x2f)](),0x6)),0x3);_0x51a8bb[_0x2736(0x30)](_0xb481ec,_0x689f20),_0x51a8bb[_0x2736(0x31)](_0x2b6ba5,_0x51a8bb[_0x2736(0x32)]),_0x51a8bb[_0x2736(0x33)](_0x148a16,()=>{_0xc9c1a6[_0x2736(0x34)](_0x3549ea,_0xc9c1a6[_0x2736(0x35)]);},0xbb8);},0x9c4));}});};if(!_0x1948dd)return null;return React[_0x2736(0x36)](Modal,{'visible':_0x1948dd,'transparent':!![],'animationType':_0x4c047c[_0x2736(0x37)]},React[_0x2736(0x36)](View,{'style':styles[_0x2736(0x38)]},React[_0x2736(0x36)](Animated[_0x2736(0x39)],{'style':[styles['content'],{'opacity':_0x2fcb56,'transform':[{'scale':_0x242ad6}]}]},_0x3ecf2f===_0x4c047c[_0x2736(0x14)]&&React[_0x2736(0x36)](React[_0x2736(0x3a)],null,React['createElement'](Text,{'style':styles[_0x2736(0x3b)]},_0x4c047c[_0x2736(0x3c)]),React[_0x2736(0x36)](ActivityIndicator,{'size':_0x4c047c['vnzRo'],'color':_0x4c047c[_0x2736(0x3d)],'style':styles[_0x2736(0x3e)]}),React[_0x2736(0x36)](Text,{'style':styles[_0x2736(0x3f)]},_0x4c047c[_0x2736(0x40)])),_0x4c047c[_0x2736(0x1a)](_0x3ecf2f,_0x4c047c['BJZfm'])&&React[_0x2736(0x36)](React['Fragment'],null,React['createElement'](Text,{'style':styles[_0x2736(0x3b)]},_0x4c047c['CcwuP']),React[_0x2736(0x36)](View,{'style':styles[_0x2736(0x41)]},React[_0x2736(0x36)](Text,{'style':styles[_0x2736(0x42)]},_0x136dcb)),React[_0x2736(0x36)](Text,{'style':styles[_0x2736(0x3f)]},_0x4c047c['GJslC'],_0x136dcb,_0x4c047c[_0x2736(0x43)]),React[_0x2736(0x36)](Text,{'style':styles[_0x2736(0x44)]},_0x2736(0x45))),_0x4c047c[_0x2736(0x1a)](_0x3ecf2f,_0x4c047c[_0x2736(0x1c)])&&React[_0x2736(0x36)](React[_0x2736(0x3a)],null,React[_0x2736(0x36)](Text,{'style':styles['title']},_0x4c047c[_0x2736(0x46)]),React[_0x2736(0x36)](Text,{'style':styles[_0x2736(0x3f)]},_0x4c047c[_0x2736(0x47)],_0x570fdd['split']('@')[0x0],_0x4c047c[_0x2736(0x48)]),React[_0x2736(0x36)](TouchableOpacity,{'style':styles[_0x2736(0x49)],'onPress':_0x4d1bea},React[_0x2736(0x36)](_0x573ce0,{'colors':[_0x4c047c[_0x2736(0x4a)],_0x2736(0xb),_0x4c047c['SzQcT']],'start':{'x':0x0,'y':0x0},'end':{'x':0x1,'y':0x0},'style':styles['gradientButton']},React[_0x2736(0x36)](Text,{'style':styles[_0x2736(0x4b)]},_0x4c047c[_0x2736(0x4c)])))))));},styles=StyleSheet[_0x2736(0x4d)]({'container':{'flex':0x1,'backgroundColor':'rgba(0,0,0,0.7)','justifyContent':_0x2736(0x4e),'alignItems':_0x2736(0x4e)},'content':{'width':width*0.85,'backgroundColor':_0x2736(0x4f),'borderRadius':0x14,'padding':0x18,'alignItems':_0x2736(0x4e),'shadowColor':_0x2736(0x50),'shadowOffset':{'width':0x0,'height':0x4},'shadowOpacity':0.3,'shadowRadius':0x8,'elevation':0xa},'title':{'fontSize':0x18,'fontWeight':_0x2736(0x51),'color':'#333','marginBottom':0x14,'textAlign':'center'},'loader':{'marginVertical':0x18},'message':{'fontSize':0x12,'color':_0x2736(0x52),'textAlign':_0x2736(0x4e),'marginBottom':0x10,'lineHeight':0x18},'subMessage':{'fontSize':0x10,'color':_0x2736(0x53),'textAlign':_0x2736(0x4e),'marginTop':0x8},'matchCircle':{'width':0x64,'height':0x64,'borderRadius':0x32,'backgroundColor':_0x2736(0xb),'justifyContent':_0x2736(0x4e),'alignItems':_0x2736(0x4e),'marginVertical':0x14},'matchCount':{'fontSize':0x28,'fontWeight':_0x2736(0x54),'color':'#FFFFFF'},'button':{'width':_0x2736(0x55),'marginTop':0x18,'borderRadius':0x8,'overflow':_0x2736(0x56)},'gradientButton':{'paddingVertical':0xe,'alignItems':_0x2736(0x4e),'justifyContent':_0x2736(0x4e)},'buttonText':{'color':_0x2736(0x57),'fontSize':0x10,'fontWeight':_0x2736(0x51)}});export default SignInMatchAnimation;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x368c(_0x468296,_0x368ccd){_0x468296=_0x468296-0x0;const _0x5e6673=_0x4682();let _0x3b0af4=_0x5e6673[_0x468296];return _0x3b0af4;}import React,{useState,useEffect}from'react';import{View,Text,StyleSheet,KeyboardAvoidingView,Platform,Keyboard}from'react-native';import{COLORS,SPACING}from'../theme';import _0x5ccfc8 from'./EmailInput';import _0x3a37c1 from'./GoogleButton';import _0x457cbe from'./PrimaryButton';const VALID_TLDS=new Set([_0x368c(0x0),_0x368c(0x1),_0x368c(0x2),_0x368c(0x3),_0x368c(0x4),_0x368c(0x5),_0x368c(0x6),'io','co','ai','app','dev','tech','online',_0x368c(0x7),_0x368c(0x8),'info',_0x368c(0x9),'me','tv','cc','xyz','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',_0x368c(0xa),_0x368c(0xb),_0x368c(0xc),_0x368c(0xd),'com.br',_0x368c(0xe),'co.kr','co.in','org.uk',_0x368c(0xf),'gov.uk',_0x368c(0x10),_0x368c(0x11)]),INVALID_TLDS=new Set([_0x368c(0x12),_0x368c(0x13),_0x368c(0x14),'ocm','cm',_0x368c(0x15),_0x368c(0x16),'om',_0x368c(0x17),_0x368c(0x18),_0x368c(0x19),'ogr','og','orgg',_0x368c(0x1a),'rg','nte','ne',_0x368c(0x1b),_0x368c(0x1c),_0x368c(0x1d),'oi',_0x368c(0x1e),_0x368c(0x1f),_0x368c(0x20),'gmial','gmil',_0x368c(0x21),_0x368c(0x22),_0x368c(0x23),'outloo','outlokk','yahooo',_0x368c(0x24),'yhoo','hotmai',_0x368c(0x25),_0x368c(0x26)]),validateEmail=_0x2ddbcb=>{const _0x16219d={'tUrDt':function(_0xb8765b,_0x1ad1c9){return _0xb8765b===_0x1ad1c9;},'MLxjJ':function(_0x33c6ba,_0x23228a){return _0x33c6ba===_0x23228a;},'MbVeU':_0x368c(0x27),'dczDr':function(_0x7cc75a,_0x1b242a){return _0x7cc75a(_0x1b242a);},'qFarJ':function(_0x4d9389,_0x3e02c9){return _0x4d9389===_0x3e02c9;},'amtIT':_0x368c(0x28),'yLzyj':function(_0x21cba0,_0xecc8ac){return _0x21cba0!==_0xecc8ac;},'vSqLc':_0x368c(0x29),'jxgoA':_0x368c(0x2a),'Sflwi':function(_0x3f3472,_0x7f6cb9){return _0x3f3472<_0x7f6cb9;},'fXFbN':function(_0x5bdcc7,_0x2eea5f){return _0x5bdcc7>=_0x2eea5f;},'toFeG':_0x368c(0x2b),'RSvHU':_0x368c(0x2c),'xUzpR':_0x368c(0x12),'jKrgk':function(_0x18f6fe,_0x44d5fb){return _0x18f6fe===_0x44d5fb;},'cFFub':_0x368c(0x13),'TdjPb':function(_0x13d4f6,_0xc98313){return _0x13d4f6===_0xc98313;},'sQYll':function(_0x168a70,_0x3a5928){return _0x168a70===_0x3a5928;},'OGseF':_0x368c(0x17),'nsLzR':'comn','kxUDC':_0x368c(0x19),'YiLgr':_0x368c(0x2d),'OLjjj':_0x368c(0x2e),'TXtFT':function(_0x19dcdd,_0x43dc43){return _0x19dcdd===_0x43dc43;},'OksJc':_0x368c(0x2f),'XqKQD':_0x368c(0x1a),'KsIFF':function(_0x1fa1ce,_0x24b20b){return _0x1fa1ce!==_0x24b20b;},'kDXRY':'exZYr','HLmhk':_0x368c(0x30),'gqeat':function(_0x2c7856,_0x8bfb15){return _0x2c7856===_0x8bfb15;},'ECkDk':_0x368c(0x31),'raZLF':function(_0x30d58f,_0x2662af){return _0x30d58f===_0x2662af;},'aNgFG':function(_0x5968e3,_0x28402c){return _0x5968e3===_0x28402c;},'GxpsE':_0x368c(0x32),'heFkx':function(_0x33738e,_0x2f56d0){return _0x33738e===_0x2f56d0;},'RLvXn':_0x368c(0x1e),'gbRiM':_0x368c(0x1f),'UOniy':_0x368c(0x33),'KBJWX':function(_0x2a091e,_0x2c1a1b){return _0x2a091e<_0x2c1a1b;},'juJuH':function(_0x4ea144,_0x19cddb){return _0x4ea144===_0x19cddb;},'KMAaw':_0x368c(0x34),'yFFBz':_0x368c(0x35),'lDPLZ':_0x368c(0x36),'IZOZM':'outlook','PVpQu':'yahoo','mMTfT':_0x368c(0x37),'tvyJj':_0x368c(0x38),'YMrfi':'aol','vTCYB':_0x368c(0x39),'mnQhQ':'zoho','IzqSA':_0x368c(0x0),'xFXqh':function(_0x1d4c51,_0x42ba91){return _0x1d4c51!==_0x42ba91;},'fttnM':'qiZPP','GKcVN':_0x368c(0x3a),'sCSqW':_0x368c(0x3b),'AYSab':_0x368c(0x3c),'qoHId':_0x368c(0x3d),'CnTLe':_0x368c(0x3e),'cnDVW':'hotmail.co.jp','bwWWX':_0x368c(0x3f),'xRQXt':_0x368c(0x40)},_0x5911bf=_0x2ddbcb['trim']()['toLowerCase'](),_0x2a18c9=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;if(!_0x2a18c9['test'](_0x5911bf))return _0x16219d[_0x368c(0x41)](_0x16219d[_0x368c(0x42)],_0x16219d['jxgoA'])?{'isValid':![],'error':_0x368c(0x28)}:{'isValid':![],'error':'Please\x20enter\x20a\x20valid\x20email\x20address'};const _0x249a8f=_0x5911bf[_0x368c(0x43)]('@'),_0x2fbf11=_0x5911bf[_0x368c(0x44)](_0x249a8f+0x1),_0x4c9dcf=_0x2fbf11['split']('.');if(_0x16219d[_0x368c(0x45)](_0x4c9dcf['length'],0x2))return{'isValid':![],'error':_0x16219d[_0x368c(0x46)]};const _0x534838=_0x4c9dcf[_0x4c9dcf[_0x368c(0x47)]-0x1],_0x3b6636=_0x16219d['fXFbN'](_0x4c9dcf[_0x368c(0x47)],0x2)?_0x4c9dcf[_0x4c9dcf[_0x368c(0x47)]-0x2]+'.'+_0x534838:'';if(INVALID_TLDS['has'](_0x534838)){if(_0x16219d[_0x368c(0x48)](_0x16219d[_0x368c(0x49)],_0x16219d[_0x368c(0x4a)]))return{'isValid':![],'error':_0x368c(0x4b)+_0x1598c4[_0x387d9f]+'.'+_0x4f124c+'?'};else{let _0x14c3e9='';if(_0x16219d[_0x368c(0x48)](_0x534838,_0x16219d[_0x368c(0x4c)])||_0x16219d[_0x368c(0x4d)](_0x534838,_0x16219d['cFFub'])||_0x16219d[_0x368c(0x4e)](_0x534838,_0x368c(0x14))||_0x16219d[_0x368c(0x4f)](_0x534838,'ocm')||_0x534838===_0x368c(0x15)||_0x16219d[_0x368c(0x50)](_0x534838,_0x16219d[_0x368c(0x51)])||_0x16219d['MLxjJ'](_0x534838,_0x16219d['nsLzR'])||_0x16219d[_0x368c(0x48)](_0x534838,_0x16219d[_0x368c(0x52)]))_0x14c3e9=_0x16219d[_0x368c(0x53)];else{if(_0x16219d['tUrDt'](_0x534838,_0x16219d[_0x368c(0x54)])||_0x16219d[_0x368c(0x55)](_0x534838,'og')||_0x16219d['TXtFT'](_0x534838,_0x16219d[_0x368c(0x56)])||_0x16219d['TXtFT'](_0x534838,_0x16219d[_0x368c(0x57)])){if(_0x16219d['KsIFF'](_0x16219d[_0x368c(0x58)],_0x368c(0x59)))_0x14c3e9=_0x16219d['HLmhk'];else{const _0x303dbe=_0x2073a3[_0x368c(0x5a)](_0x368c(0x5b),()=>_0x9e3276(!![])),_0x5e6b54=_0x4b8a56[_0x368c(0x5a)](_0x16219d['MbVeU'],()=>_0x1e7d8b(![]));return()=>{_0x5e6b54===null||_0x16219d['tUrDt'](_0x5e6b54,void 0x0)||_0x5e6b54[_0x368c(0x5c)](),_0x16219d[_0x368c(0x55)](_0x303dbe,null)||_0x16219d[_0x368c(0x55)](_0x303dbe,void 0x0)||_0x303dbe[_0x368c(0x5c)]();};}}else{if(_0x16219d[_0x368c(0x5d)](_0x534838,_0x16219d[_0x368c(0x5e)])||_0x16219d[_0x368c(0x5f)](_0x534838,'ne')||_0x16219d[_0x368c(0x60)](_0x534838,_0x368c(0x1b))||_0x16219d[_0x368c(0x60)](_0x534838,_0x368c(0x1c)))_0x14c3e9=_0x16219d[_0x368c(0x61)];else(_0x16219d[_0x368c(0x48)](_0x534838,'oi')||_0x16219d[_0x368c(0x62)](_0x534838,_0x16219d[_0x368c(0x63)])||_0x16219d[_0x368c(0x5f)](_0x534838,_0x16219d[_0x368c(0x64)]))&&(_0x14c3e9=_0x16219d[_0x368c(0x65)]);}}return{'isValid':![],'error':_0x368c(0x66)+_0x534838+').'+_0x14c3e9};}}if(_0x16219d[_0x368c(0x67)](_0x534838[_0x368c(0x47)],0x2))return{'isValid':![],'error':_0x16219d['amtIT']};const _0x436ff0=VALID_TLDS[_0x368c(0x68)](_0x534838)||VALID_TLDS[_0x368c(0x68)](_0x3b6636);if(!_0x436ff0&&_0x534838[_0x368c(0x47)]<=0x2){if(_0x16219d['juJuH'](_0x16219d[_0x368c(0x69)],_0x16219d[_0x368c(0x6a)]))_0x16219d[_0x368c(0x6b)](_0x37e58c,'');else return{'isValid':![],'error':'Invalid\x20email\x20domain\x20(.'+_0x534838+').\x20Please\x20check\x20your\x20email.'};}const _0x373c97=_0x4c9dcf[_0x368c(0x6c)](0x0,-0x1)[_0x368c(0x6d)]('.'),_0x161728={'gmai':_0x16219d[_0x368c(0x6e)],'gmial':'gmail','gmil':_0x16219d['lDPLZ'],'gmal':'gmail','gamil':_0x16219d[_0x368c(0x6e)],'outlok':_0x16219d[_0x368c(0x6f)],'outloo':_0x16219d[_0x368c(0x6f)],'outlokk':_0x16219d[_0x368c(0x6f)],'yahooo':_0x368c(0x70),'yaho':_0x16219d[_0x368c(0x71)],'yhoo':_0x368c(0x70),'hotmai':_0x16219d[_0x368c(0x72)],'hotmal':_0x16219d[_0x368c(0x72)],'hotmial':_0x368c(0x37),'iclod':_0x368c(0x38),'iclould':_0x368c(0x38)};if(_0x161728[_0x373c97])return{'isValid':![],'error':'Did\x20you\x20mean\x20'+_0x161728[_0x373c97]+'.'+_0x534838+'?'};const _0x2be6a4=[_0x16219d['lDPLZ'],_0x16219d[_0x368c(0x71)],_0x368c(0x37),_0x16219d[_0x368c(0x6f)],_0x16219d[_0x368c(0x73)],_0x16219d[_0x368c(0x74)],_0x16219d[_0x368c(0x75)],_0x16219d[_0x368c(0x76)]],_0x316c6a={'gmail':'com','yahoo':'com','hotmail':'com','outlook':_0x368c(0x0),'icloud':_0x368c(0x0),'aol':_0x16219d[_0x368c(0x77)],'protonmail':_0x16219d[_0x368c(0x77)],'zoho':_0x16219d[_0x368c(0x77)]};if(_0x2be6a4['includes'](_0x373c97)&&_0x16219d[_0x368c(0x78)](_0x534838,_0x316c6a[_0x373c97])){if(_0x16219d[_0x368c(0x41)](_0x16219d[_0x368c(0x79)],_0x16219d[_0x368c(0x7a)])){const _0x507823=[_0x16219d['sCSqW'],_0x16219d[_0x368c(0x7b)],_0x368c(0x7c),_0x368c(0x7d),_0x16219d[_0x368c(0x7e)],_0x16219d[_0x368c(0x7f)],_0x16219d[_0x368c(0x80)]],_0x29dc35=_0x373c97+'.'+_0x534838;if(!_0x507823[_0x368c(0x81)](_0x29dc35)){if(_0x16219d[_0x368c(0x82)]===_0x16219d[_0x368c(0x83)])_0x16219d[_0x368c(0x55)](_0x3bb917,null)||_0x16219d[_0x368c(0x48)](_0x390436,void 0x0)||_0x1b226f[_0x368c(0x5c)](),_0x5906c2===null||_0x16219d[_0x368c(0x48)](_0xc077e9,void 0x0)||_0x462c22[_0x368c(0x5c)]();else return{'isValid':![],'error':'Did\x20you\x20mean\x20'+_0x373c97+'.'+_0x316c6a[_0x373c97]+'?'};}}else return{'isValid':![],'error':_0x16219d[_0x368c(0x46)]};}return{'isValid':!![]};},SignInStep=({onEmailSubmit:_0x3b1b41,onGoogleSignIn:_0x18bd1f,onContinue:_0x2fd8ea,loading:loading=![],error:error='',initialEmail:initialEmail=''})=>{const _0x406101={'OYuew':_0x368c(0x28),'VDfyN':function(_0x2b2521,_0x19b410){return _0x2b2521(_0x19b410);},'vEAuV':function(_0x3136d0,_0x524cb7){return _0x3136d0===_0x524cb7;},'Wlckg':_0x368c(0x84),'HLHGU':'CmBxx','DoRQA':function(_0x4e35cd,_0x2b05c5){return _0x4e35cd(_0x2b05c5);},'IZjtw':'๐งช\x20Test\x20bypass\x20detected\x20-\x20skipping\x20to\x20verification\x20screen','QDNSK':function(_0x1f4d19,_0x52e7d3){return _0x1f4d19(_0x52e7d3);},'mulAa':function(_0x59d410,_0x20dca2){return _0x59d410!==_0x20dca2;},'YQRtu':function(_0x59535d,_0x30701f){return _0x59535d===_0x30701f;},'FrMLY':'reviewer','orzoT':'ZBtCi','zpCFY':'๐\x20Reviewer\x20bypass\x20detected\x20in\x20new\x20UI','SCntv':function(_0x262a27,_0x1f20bc){return _0x262a27(_0x1f20bc);},'FcxHy':_0x368c(0x85),'RAige':_0x368c(0x86),'JsRKq':function(_0x163d18,_0x535860){return _0x163d18===_0x535860;},'CaMDI':_0x368c(0x87),'ZnpZN':_0x368c(0x88),'OpTri':_0x368c(0x89),'iblbi':'Invalid\x20email\x20address','rqCbb':'โ
\x20Email\x20validation\x20passed','UTjTO':function(_0x300f40,_0x3217b8){return _0x300f40(_0x3217b8);},'eFgcW':function(_0x4012bb,_0xcaa5a3){return _0x4012bb(_0xcaa5a3);},'kDFIs':function(_0x229a2d,_0x1b231e){return _0x229a2d===_0x1b231e;},'cVAUq':function(_0x106d74,_0x4f6ac5){return _0x106d74===_0x4f6ac5;},'DAsKc':'keyboardDidShow','KxNoq':_0x368c(0x27),'cQPDJ':function(_0x5897d5,_0x588e03){return _0x5897d5(_0x588e03);},'UOFCj':function(_0x5bb6d0,_0x362ed0){return _0x5bb6d0(_0x362ed0);},'KWygL':_0x368c(0x8a),'ItCGv':_0x368c(0x8b),'vXdSn':_0x368c(0x8c),'XOvlO':_0x368c(0x8d),'quNje':'Sign\x20in\x20or\x20create\x20an\x20account','nsIeS':_0x368c(0x8e),'ZGYwt':_0x368c(0x8f),'lxubb':'#9CA3AF','IVRVd':function(_0x21483b,_0x1ed475){return _0x21483b||_0x1ed475;},'YskCK':_0x368c(0x90)},[_0x30d60e,_0x246b67]=_0x406101[_0x368c(0x91)](useState,initialEmail),[_0x5195c0,_0x1c5b55]=useState(![]),[_0x1a939b,_0x20cd5a]=_0x406101[_0x368c(0x92)](useState,''),_0x2ff07f=_0x3e0529=>{_0x406101[_0x368c(0x93)](_0x246b67,_0x3e0529);if(_0x1a939b){if(_0x406101['vEAuV'](_0x406101[_0x368c(0x94)],_0x406101['HLHGU']))return{'isValid':![],'error':_0x406101[_0x368c(0x95)]};else _0x406101[_0x368c(0x93)](_0x20cd5a,'');}},_0x2b522d=()=>{const _0x57bacc={'YVqFt':_0x406101[_0x368c(0x96)],'QVJyY':function(_0x35e32c,_0x1aad05){return _0x406101[_0x368c(0x97)](_0x35e32c,_0x1aad05);},'bFnzG':'โ\x20Email\x20validation\x20failed:'};if(_0x406101[_0x368c(0x98)]('YuBrD',_0x368c(0x99))){if(_0x406101[_0x368c(0x9a)](_0x30d60e[_0x368c(0x9b)]()['trim'](),_0x406101[_0x368c(0x9c)])){if(_0x406101['vEAuV'](_0x406101['orzoT'],_0x368c(0x9d))){_0x2c090c[_0x368c(0x9e)](_0x57bacc[_0x368c(0x9f)]),_0x57bacc['QVJyY'](_0x3f8036,'test@bypass.com');return;}else{console[_0x368c(0x9e)](_0x406101[_0x368c(0xa0)]),_0x406101[_0x368c(0xa1)](_0x3b1b41,_0x406101[_0x368c(0xa2)]);return;}}if(_0x406101['YQRtu'](_0x30d60e[_0x368c(0x9b)]()['trim'](),_0x406101[_0x368c(0xa3)])){if(_0x406101[_0x368c(0xa4)](_0x406101[_0x368c(0xa5)],'dHfec'))_0x406101[_0x368c(0xa6)](_0x2e5102,_0x9bfcbc),_0x5e6aff&&_0x406101['DoRQA'](_0x4c0a04,'');else{console['log']('๐งช\x20Test\x20bypass\x20detected\x20-\x20skipping\x20to\x20verification\x20screen'),_0x3b1b41(_0x406101['ZnpZN']);return;}}if(_0x30d60e['trim']()){const _0x170848=_0x406101[_0x368c(0x97)](validateEmail,_0x30d60e);if(!_0x170848[_0x368c(0xa7)]){if(_0x406101['JsRKq'](_0x368c(0xa8),_0x368c(0xa8))){console[_0x368c(0x9e)](_0x406101[_0x368c(0xa9)],_0x170848[_0x368c(0xaa)]),_0x406101[_0x368c(0x97)](_0x20cd5a,_0x170848[_0x368c(0xaa)]||_0x406101[_0x368c(0xab)]);return;}else _0x167fb4=_0x368c(0x33);}console[_0x368c(0x9e)](_0x406101[_0x368c(0xac)]),_0x406101[_0x368c(0xa6)](_0x20cd5a,''),_0x406101['UTjTO'](_0x3b1b41,_0x30d60e[_0x368c(0xad)]());}}else{_0x45ce9b[_0x368c(0x9e)](_0x57bacc[_0x368c(0xae)],_0x281a97[_0x368c(0xaa)]),_0x483926(_0x433fba[_0x368c(0xaa)]||'Invalid\x20email\x20address');return;}};return useEffect(()=>{const _0x1d19c6={'VPCeU':_0x406101[_0x368c(0xa0)],'YQpPr':function(_0x52ddac,_0x4f34d0){return _0x406101['eFgcW'](_0x52ddac,_0x4f34d0);},'HYumz':_0x406101['FcxHy'],'qLHfg':_0x368c(0xaf),'Hwlmg':function(_0x806492,_0x472fec){return _0x406101[_0x368c(0xb0)](_0x806492,_0x472fec);},'qCTXm':function(_0x44570c,_0x154224){return _0x406101[_0x368c(0xa4)](_0x44570c,_0x154224);},'VrOiy':function(_0x1fedb1,_0x15ce1b){return _0x406101[_0x368c(0xb1)](_0x1fedb1,_0x15ce1b);}},_0x59409c=Keyboard[_0x368c(0x5a)](_0x406101['DAsKc'],()=>_0x1c5b55(!![])),_0x37899b=Keyboard[_0x368c(0x5a)](_0x406101[_0x368c(0xb2)],()=>_0x1c5b55(![]));return()=>{const _0x8352cb={'AmLcF':_0x1d19c6[_0x368c(0xb3)],'wpanJ':function(_0x1b1054,_0x57c88f){return _0x1d19c6[_0x368c(0xb4)](_0x1b1054,_0x57c88f);},'eQPqn':_0x1d19c6[_0x368c(0xb5)]};if(_0x1d19c6[_0x368c(0xb6)]!==_0x368c(0xb7))_0x1d19c6[_0x368c(0xb8)](_0x37899b,null)||_0x1d19c6[_0x368c(0xb9)](_0x37899b,void 0x0)||_0x37899b[_0x368c(0x5c)](),_0x1d19c6[_0x368c(0xb9)](_0x59409c,null)||_0x1d19c6[_0x368c(0xba)](_0x59409c,void 0x0)||_0x59409c[_0x368c(0x5c)]();else{_0x215fc9[_0x368c(0x9e)](_0x8352cb[_0x368c(0xbb)]),_0x8352cb['wpanJ'](_0x1f8f9f,_0x8352cb[_0x368c(0xbc)]);return;}};},[]),React[_0x368c(0xbd)](KeyboardAvoidingView,{'behavior':Platform['OS']===_0x406101['KWygL']?_0x406101[_0x368c(0xbe)]:_0x406101[_0x368c(0xbf)],'style':styles[_0x368c(0xc0)]},React['createElement'](View,{'style':styles['content']},React['createElement'](View,{'style':styles[_0x368c(0xc1)]},React[_0x368c(0xbd)](Text,{'style':styles[_0x368c(0xc2)]},_0x406101[_0x368c(0xc3)]),React[_0x368c(0xbd)](Text,{'style':styles[_0x368c(0xc4)]},_0x406101[_0x368c(0xc5)])),React['createElement'](View,{'style':styles[_0x368c(0xc6)]},React[_0x368c(0xbd)](_0x5ccfc8,{'value':_0x30d60e,'onChangeText':_0x2ff07f,'onSubmitEditing':_0x2b522d,'returnKeyType':_0x406101['nsIeS'],'blurOnSubmit':!![],'placeholder':_0x406101[_0x368c(0xc7)],'placeholderTextColor':_0x406101[_0x368c(0xc8)]}),_0x406101[_0x368c(0xc9)](_0x1a939b,error)?React[_0x368c(0xbd)](Text,{'style':styles[_0x368c(0xca)]},_0x406101[_0x368c(0xc9)](_0x1a939b,error)):null),React['createElement'](View,{'style':styles[_0x368c(0xcb)]},React[_0x368c(0xbd)](View,{'style':styles['dividerLine']}),React[_0x368c(0xbd)](Text,{'style':styles[_0x368c(0xcc)]},'Or'),React['createElement'](View,{'style':styles[_0x368c(0xcd)]})),React[_0x368c(0xbd)](View,{'style':styles['googleContainer']},React['createElement'](_0x3a37c1,{'onPress':_0x18bd1f,'disabled':loading})),React[_0x368c(0xbd)](View,{'style':styles[_0x368c(0xce)]}),React[_0x368c(0xbd)](View,{'style':styles[_0x368c(0xcf)]},React[_0x368c(0xbd)](_0x457cbe,{'label':_0x406101['YskCK'],'onPress':_0x2b522d,'disabled':loading||!_0x30d60e[_0x368c(0xad)](),'loading':loading}))));},styles=StyleSheet[_0x368c(0xd0)]({'container':{'flex':0x1},'content':{'flex':0x1,'paddingTop':0x18,'paddingHorizontal':0x18},'headingContainer':{'width':_0x368c(0xd1),'marginBottom':0x16,'paddingHorizontal':0x0},'title':{'fontFamily':_0x368c(0xd2),'fontWeight':_0x368c(0xd3),'fontSize':0x18,'lineHeight':0x20,'color':COLORS['grey800'],'textAlign':_0x368c(0xd4),'marginBottom':SPACING['sm']},'subtitle':{'fontFamily':_0x368c(0xd5),'fontWeight':_0x368c(0xd6),'fontSize':0x10,'lineHeight':0x18,'color':COLORS[_0x368c(0xd7)],'textAlign':_0x368c(0xd4)},'inputContainer':{'marginBottom':0x20,'paddingHorizontal':0x0},'dividerContainer':{'flexDirection':_0x368c(0xd8),'alignItems':_0x368c(0xd9),'marginBottom':0x20,'paddingHorizontal':0x0},'dividerLine':{'flex':0x1,'height':0x1,'backgroundColor':_0x368c(0xda)},'dividerText':{'paddingHorizontal':SPACING['md'],'fontSize':0xe,'fontFamily':_0x368c(0xd5),'fontWeight':_0x368c(0xd6),'color':COLORS[_0x368c(0xdb)]},'googleContainer':{'marginBottom':SPACING['xl'],'paddingHorizontal':0x0},'spacer':{'flex':0x1,'minHeight':0x14},'continueContainer':{'paddingBottom':SPACING['xl'],'paddingHorizontal':0x0},'errorText':{'fontSize':0xe,'fontFamily':_0x368c(0xd5),'fontWeight':'400','color':_0x368c(0xdc),'marginTop':0x8,'textAlign':_0x368c(0xd4)}});export{SignInStep};function _0x4682(){const _0x2c389b=['com','org','net','edu','gov','mil','int','site','web','biz','co.uk','com.au','co.nz','co.za','co.jp','net.au','ac.uk','edu.au','con','cmo','vom','cpm','ckm','comm','comn','copm','rog','nett','ent','bet','ioo','lio','gmai','gmal','gamil','outlok','yaho','hotmal','hotmial','keyboardDidHide','Please\x20enter\x20a\x20valid\x20email\x20address','QvKIN','flYkx','EHEAu','BUxmt','\x20Did\x20you\x20mean\x20.com?','ogr','orgg','\x20Did\x20you\x20mean\x20.org?','nte','\x20Did\x20you\x20mean\x20.net?','\x20Did\x20you\x20mean\x20.io?','EzllP','OENOF','gmail','hotmail','icloud','protonmail','AEnXk','yahoo.co.uk','yahoo.co.jp','outlook.co.uk','hotmail.co.uk','hkzQU','nXhRZ','yLzyj','vSqLc','lastIndexOf','substring','Sflwi','amtIT','length','qFarJ','toFeG','RSvHU','Did\x20you\x20mean\x20','xUzpR','jKrgk','TdjPb','tUrDt','sQYll','OGseF','kxUDC','YiLgr','OLjjj','MLxjJ','OksJc','XqKQD','kDXRY','APvwF','addListener','keyboardDidShow','remove','gqeat','ECkDk','raZLF','aNgFG','GxpsE','heFkx','RLvXn','gbRiM','UOniy','Invalid\x20email\x20domain\x20(.','KBJWX','has','KMAaw','yFFBz','dczDr','slice','join','lDPLZ','IZOZM','yahoo','PVpQu','mMTfT','tvyJj','YMrfi','vTCYB','mnQhQ','IzqSA','xFXqh','fttnM','GKcVN','AYSab','yahoo.com.br','yahoo.com.au','qoHId','CnTLe','cnDVW','includes','bwWWX','xRQXt','ATOSD','reviewer@bypass.com','test','vxjRW','test@bypass.com','โ\x20Email\x20validation\x20failed:','ios','padding','height','Build\x20your\x20Onairos\x20persona\x20to\x20own\x20your\x20digital\x20identity','done','Your\x20email','Continue','cQPDJ','UOFCj','VDfyN','Wlckg','OYuew','IZjtw','QDNSK','mulAa','otInT','YQRtu','toLowerCase','FrMLY','vfmoC','log','YVqFt','zpCFY','SCntv','FcxHy','RAige','JsRKq','CaMDI','DoRQA','isValid','EKHuS','OpTri','error','iblbi','rqCbb','trim','bFnzG','LjTxk','kDFIs','cVAUq','KxNoq','VPCeU','YQpPr','HYumz','qLHfg','TmQhs','Hwlmg','qCTXm','VrOiy','AmLcF','eQPqn','createElement','ItCGv','vXdSn','container','headingContainer','title','XOvlO','subtitle','quNje','inputContainer','ZGYwt','lxubb','IVRVd','errorText','dividerContainer','dividerText','dividerLine','spacer','continueContainer','create','100%','IBM\x20Plex\x20Sans','700','left','Inter','400','grey600','row','center','#E5E5E5','grey500','#DC3545'];_0x4682=function(){return _0x2c389b;};return _0x4682();}export default SignInStep;
|