@onairos/react-native 3.6.6 โ†’ 3.6.7

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.
Files changed (216) hide show
  1. package/lib/commonjs/api/index.js +1 -1
  2. package/lib/commonjs/components/BodyText.js +1 -1
  3. package/lib/commonjs/components/BrandMark.js +1 -1
  4. package/lib/commonjs/components/CodeInput.js +1 -1
  5. package/lib/commonjs/components/EmailInput.js +1 -1
  6. package/lib/commonjs/components/GoogleButton.js +1 -1
  7. package/lib/commonjs/components/HeadingGroup.js +1 -1
  8. package/lib/commonjs/components/LLMDataInputModal.js +1 -1
  9. package/lib/commonjs/components/ModalHeader.js +1 -1
  10. package/lib/commonjs/components/ModalSheet.js +1 -1
  11. package/lib/commonjs/components/Onairos.js +1 -1
  12. package/lib/commonjs/components/OnairosButton.js +1 -1
  13. package/lib/commonjs/components/OnairosSignInButton.js +1 -1
  14. package/lib/commonjs/components/Overlay.js +1 -1
  15. package/lib/commonjs/components/PersonaImage.js +1 -1
  16. package/lib/commonjs/components/PersonaLoadingScreen.js +1 -1
  17. package/lib/commonjs/components/PersonalizationConsentScreen.js +1 -1
  18. package/lib/commonjs/components/PinCreationScreen.js +1 -1
  19. package/lib/commonjs/components/PinInput.js +1 -1
  20. package/lib/commonjs/components/PlatformConnectorsStep.js +1 -1
  21. package/lib/commonjs/components/PlatformList.js +1 -1
  22. package/lib/commonjs/components/PlatformToggle.js +1 -1
  23. package/lib/commonjs/components/PrimaryButton.js +1 -1
  24. package/lib/commonjs/components/SignInMatchAnimation.js +1 -1
  25. package/lib/commonjs/components/SignInStep.js +1 -1
  26. package/lib/commonjs/components/UniversalOnboarding.js +1 -1
  27. package/lib/commonjs/components/VerificationStep.js +1 -1
  28. package/lib/commonjs/components/WelcomeScreen.js +1 -1
  29. package/lib/commonjs/components/icons/Basicproficon.js +1 -1
  30. package/lib/commonjs/components/icons/Basicprofile.js +1 -1
  31. package/lib/commonjs/components/icons/Checkbox.js +1 -1
  32. package/lib/commonjs/components/icons/Checkmark.js +1 -1
  33. package/lib/commonjs/components/icons/Contentanalysis.js +1 -1
  34. package/lib/commonjs/components/icons/Contenticon.js +1 -1
  35. package/lib/commonjs/components/icons/EnochE.js +1 -1
  36. package/lib/commonjs/components/icons/Personalityicon.js +1 -1
  37. package/lib/commonjs/components/icons/Personalityprofile.js +1 -1
  38. package/lib/commonjs/components/icons/Personalitytraits.js +1 -1
  39. package/lib/commonjs/components/icons/Userpreferences.js +1 -1
  40. package/lib/commonjs/components/icons/index.js +1 -1
  41. package/lib/commonjs/components/onboarding/OAuthWebView.js +1 -1
  42. package/lib/commonjs/components/onboarding/OnboardingHeader.js +1 -1
  43. package/lib/commonjs/components/onboarding/PinInput.js +1 -1
  44. package/lib/commonjs/components/onboarding/PlatformConnector.js +1 -1
  45. package/lib/commonjs/config/api.js +1 -1
  46. package/lib/commonjs/constants/index.js +1 -1
  47. package/lib/commonjs/context/AuthContext.js +1 -1
  48. package/lib/commonjs/hooks/useConnectedAccounts.js +1 -1
  49. package/lib/commonjs/hooks/useConnections.js +1 -1
  50. package/lib/commonjs/hooks/useCredentials.js +1 -1
  51. package/lib/commonjs/hooks/useUserConnections.js +1 -1
  52. package/lib/commonjs/index.js +1 -1
  53. package/lib/commonjs/services/apiClient.js +1 -1
  54. package/lib/commonjs/services/biometricPinService.js +1 -1
  55. package/lib/commonjs/services/chatGPTConversationExtractor.js +1 -1
  56. package/lib/commonjs/services/chatGPTConversationService.js +1 -1
  57. package/lib/commonjs/services/claudeConversationExtractor.js +1 -1
  58. package/lib/commonjs/services/claudeConversationService.js +1 -1
  59. package/lib/commonjs/services/connectedAccountsService.js +1 -1
  60. package/lib/commonjs/services/googleAuthService.js +1 -1
  61. package/lib/commonjs/services/hingeDataExtractor.js +1 -1
  62. package/lib/commonjs/services/hingeDataService.js +1 -1
  63. package/lib/commonjs/services/imageCompressionService.js +1 -1
  64. package/lib/commonjs/services/instagramDataExtractor.js +1 -1
  65. package/lib/commonjs/services/instagramDataService.js +1 -1
  66. package/lib/commonjs/services/jwtStorageService.js +1 -1
  67. package/lib/commonjs/services/linkedinDOMExtractor.js +1 -1
  68. package/lib/commonjs/services/linkedinProfileService.js +1 -1
  69. package/lib/commonjs/services/linkedinScrapingService.js +1 -1
  70. package/lib/commonjs/services/llmDataStorage.js +1 -1
  71. package/lib/commonjs/services/mobileTrainingService.js +1 -1
  72. package/lib/commonjs/services/pinEncryptionService.js +1 -1
  73. package/lib/commonjs/services/pinStorageUtils.js +1 -1
  74. package/lib/commonjs/services/platformAuthService.js +1 -1
  75. package/lib/commonjs/services/sephoraDataExtractor.js +1 -1
  76. package/lib/commonjs/services/sephoraDataService.js +1 -1
  77. package/lib/commonjs/services/storageService.js +1 -1
  78. package/lib/commonjs/services/telegramDataExtractor.js +1 -1
  79. package/lib/commonjs/services/telegramDataService.js +1 -1
  80. package/lib/commonjs/services/trainingApiHelpers.js +1 -1
  81. package/lib/commonjs/services/userConnectionsService.js +1 -1
  82. package/lib/commonjs/services/youtubeMigrationService.js +1 -1
  83. package/lib/commonjs/theme/index.js +1 -1
  84. package/lib/commonjs/types/index.js +1 -1
  85. package/lib/commonjs/types.js +1 -1
  86. package/lib/commonjs/utils/Portal.js +1 -1
  87. package/lib/commonjs/utils/api.js +1 -1
  88. package/lib/commonjs/utils/assetRegistry.js +1 -1
  89. package/lib/commonjs/utils/auth.js +1 -1
  90. package/lib/commonjs/utils/connectorTests.js +1 -1
  91. package/lib/commonjs/utils/crypto.js +1 -1
  92. package/lib/commonjs/utils/debugHelper.js +1 -1
  93. package/lib/commonjs/utils/encryption.js +1 -1
  94. package/lib/commonjs/utils/eventUtils.js +1 -1
  95. package/lib/commonjs/utils/haptics.js +1 -1
  96. package/lib/commonjs/utils/imagePreloader.js +1 -1
  97. package/lib/commonjs/utils/networkDiagnostics.js +1 -1
  98. package/lib/commonjs/utils/onairosApi.js +1 -1
  99. package/lib/commonjs/utils/programmaticFlow.js +1 -1
  100. package/lib/commonjs/utils/retryHelper.js +1 -1
  101. package/lib/commonjs/utils/secureStorage.js +1 -1
  102. package/lib/commonjs/utils/webviewScripts/chatgpt.js +1 -1
  103. package/lib/commonjs/utils/webviewScripts/claude.js +1 -1
  104. package/lib/commonjs/utils/webviewScripts/hinge.js +1 -1
  105. package/lib/commonjs/utils/webviewScripts/index.js +1 -1
  106. package/lib/commonjs/utils/webviewScripts/instagram.js +1 -1
  107. package/lib/commonjs/utils/webviewScripts/linkedin.js +1 -1
  108. package/lib/commonjs/utils/webviewScripts/sephora.js +1 -1
  109. package/lib/commonjs/utils/webviewScripts/telegram.js +1 -1
  110. package/lib/module/api/index.js +1 -1
  111. package/lib/module/components/BodyText.js +1 -1
  112. package/lib/module/components/BrandMark.js +1 -1
  113. package/lib/module/components/CodeInput.js +1 -1
  114. package/lib/module/components/EmailInput.js +1 -1
  115. package/lib/module/components/GoogleButton.js +1 -1
  116. package/lib/module/components/HeadingGroup.js +1 -1
  117. package/lib/module/components/LLMDataInputModal.js +1 -1
  118. package/lib/module/components/ModalHeader.js +1 -1
  119. package/lib/module/components/ModalSheet.js +1 -1
  120. package/lib/module/components/Onairos.js +1 -1
  121. package/lib/module/components/OnairosButton.js +1 -1
  122. package/lib/module/components/OnairosSignInButton.js +1 -1
  123. package/lib/module/components/Overlay.js +1 -1
  124. package/lib/module/components/PersonaImage.js +1 -1
  125. package/lib/module/components/PersonaLoadingScreen.js +1 -1
  126. package/lib/module/components/PersonalizationConsentScreen.js +1 -1
  127. package/lib/module/components/PinCreationScreen.js +1 -1
  128. package/lib/module/components/PinInput.js +1 -1
  129. package/lib/module/components/PlatformConnectorsStep.js +1 -1
  130. package/lib/module/components/PlatformList.js +1 -1
  131. package/lib/module/components/PlatformToggle.js +1 -1
  132. package/lib/module/components/PrimaryButton.js +1 -1
  133. package/lib/module/components/SignInMatchAnimation.js +1 -1
  134. package/lib/module/components/SignInStep.js +1 -1
  135. package/lib/module/components/UniversalOnboarding.js +1 -1
  136. package/lib/module/components/VerificationStep.js +1 -1
  137. package/lib/module/components/WelcomeScreen.js +1 -1
  138. package/lib/module/components/icons/Basicproficon.js +1 -1
  139. package/lib/module/components/icons/Basicprofile.js +1 -1
  140. package/lib/module/components/icons/Checkbox.js +1 -1
  141. package/lib/module/components/icons/Checkmark.js +1 -1
  142. package/lib/module/components/icons/Contentanalysis.js +1 -1
  143. package/lib/module/components/icons/Contenticon.js +1 -1
  144. package/lib/module/components/icons/EnochE.js +1 -1
  145. package/lib/module/components/icons/Personalityicon.js +1 -1
  146. package/lib/module/components/icons/Personalityprofile.js +1 -1
  147. package/lib/module/components/icons/Personalitytraits.js +1 -1
  148. package/lib/module/components/icons/Userpreferences.js +1 -1
  149. package/lib/module/components/onboarding/OAuthWebView.js +1 -1
  150. package/lib/module/components/onboarding/OnboardingHeader.js +1 -1
  151. package/lib/module/components/onboarding/PinInput.js +1 -1
  152. package/lib/module/components/onboarding/PlatformConnector.js +1 -1
  153. package/lib/module/config/api.js +1 -1
  154. package/lib/module/constants/index.js +1 -1
  155. package/lib/module/context/AuthContext.js +1 -1
  156. package/lib/module/hooks/useConnectedAccounts.js +1 -1
  157. package/lib/module/hooks/useConnections.js +1 -1
  158. package/lib/module/hooks/useCredentials.js +1 -1
  159. package/lib/module/hooks/useUserConnections.js +1 -1
  160. package/lib/module/index.js +1 -1
  161. package/lib/module/services/apiClient.js +1 -1
  162. package/lib/module/services/biometricPinService.js +1 -1
  163. package/lib/module/services/chatGPTConversationExtractor.js +1 -1
  164. package/lib/module/services/chatGPTConversationService.js +1 -1
  165. package/lib/module/services/claudeConversationExtractor.js +1 -1
  166. package/lib/module/services/claudeConversationService.js +1 -1
  167. package/lib/module/services/connectedAccountsService.js +1 -1
  168. package/lib/module/services/googleAuthService.js +1 -1
  169. package/lib/module/services/hingeDataExtractor.js +1 -1
  170. package/lib/module/services/hingeDataService.js +1 -1
  171. package/lib/module/services/imageCompressionService.js +1 -1
  172. package/lib/module/services/instagramDataExtractor.js +1 -1
  173. package/lib/module/services/instagramDataService.js +1 -1
  174. package/lib/module/services/jwtStorageService.js +1 -1
  175. package/lib/module/services/linkedinDOMExtractor.js +1 -1
  176. package/lib/module/services/linkedinProfileService.js +1 -1
  177. package/lib/module/services/linkedinScrapingService.js +1 -1
  178. package/lib/module/services/llmDataStorage.js +1 -1
  179. package/lib/module/services/mobileTrainingService.js +1 -1
  180. package/lib/module/services/pinEncryptionService.js +1 -1
  181. package/lib/module/services/pinStorageUtils.js +1 -1
  182. package/lib/module/services/platformAuthService.js +1 -1
  183. package/lib/module/services/sephoraDataExtractor.js +1 -1
  184. package/lib/module/services/sephoraDataService.js +1 -1
  185. package/lib/module/services/storageService.js +1 -1
  186. package/lib/module/services/telegramDataExtractor.js +1 -1
  187. package/lib/module/services/telegramDataService.js +1 -1
  188. package/lib/module/services/trainingApiHelpers.js +1 -1
  189. package/lib/module/services/userConnectionsService.js +1 -1
  190. package/lib/module/services/youtubeMigrationService.js +1 -1
  191. package/lib/module/theme/index.js +1 -1
  192. package/lib/module/types.js +1 -1
  193. package/lib/module/utils/Portal.js +1 -1
  194. package/lib/module/utils/api.js +1 -1
  195. package/lib/module/utils/assetRegistry.js +1 -1
  196. package/lib/module/utils/auth.js +1 -1
  197. package/lib/module/utils/connectorTests.js +1 -1
  198. package/lib/module/utils/crypto.js +1 -1
  199. package/lib/module/utils/debugHelper.js +1 -1
  200. package/lib/module/utils/encryption.js +1 -1
  201. package/lib/module/utils/eventUtils.js +1 -1
  202. package/lib/module/utils/haptics.js +1 -1
  203. package/lib/module/utils/networkDiagnostics.js +1 -1
  204. package/lib/module/utils/onairosApi.js +1 -1
  205. package/lib/module/utils/programmaticFlow.js +1 -1
  206. package/lib/module/utils/retryHelper.js +1 -1
  207. package/lib/module/utils/secureStorage.js +1 -1
  208. package/lib/module/utils/webviewScripts/chatgpt.js +1 -1
  209. package/lib/module/utils/webviewScripts/claude.js +1 -1
  210. package/lib/module/utils/webviewScripts/hinge.js +1 -1
  211. package/lib/module/utils/webviewScripts/index.js +1 -1
  212. package/lib/module/utils/webviewScripts/instagram.js +1 -1
  213. package/lib/module/utils/webviewScripts/linkedin.js +1 -1
  214. package/lib/module/utils/webviewScripts/sephora.js +1 -1
  215. package/lib/module/utils/webviewScripts/telegram.js +1 -1
  216. package/package.json +1 -1
@@ -1 +1 @@
1
- import React,{useState}from'react';import{View,Text,TouchableOpacity,StyleSheet,ActivityIndicator}from'react-native';function _0x5b1e(){const _0x2c5bed=['createElement','wrTkQ','iconCircleGradientStart','iconCircleGradientEnd','absoluteFill','iconContent','arrowText','button','small','LlwwX','outerShadow','sLZjP','vUzdq','btnGradStart','baseGradient','textContainer','btnLabel','EtbTR','label','create','btnBorder','100%','relative','absoluteFillObject','rgba(0,0,0,0.1)','absolute','center','transparent','Inter','rgba(0,0,0,0.25)','600'];_0x5b1e=function(){return _0x2c5bed;};return _0x5b1e();}import _0x119541 from'react-native-linear-gradient';import{COLORS}from'../theme';const IconCircle=({size:size=0x28,children:_0x6a7b22})=>{const _0x3e7a31={'wrTkQ':function(_0x479ba6,_0x301064){return _0x479ba6/_0x301064;}};return React[_0xcff2(0x0)](View,{'style':[styles['iconCircle'],{'width':size,'height':size,'borderRadius':_0x3e7a31[_0xcff2(0x1)](size,0x2)}]},React[_0xcff2(0x0)](_0x119541,{'colors':[COLORS[_0xcff2(0x2)],COLORS[_0xcff2(0x3)]],'style':[StyleSheet[_0xcff2(0x4)],{'borderRadius':size/0x2}],'start':{'x':0x0,'y':0x0},'end':{'x':0x0,'y':0x1}}),React['createElement'](View,{'style':styles[_0xcff2(0x5)]},_0x6a7b22||React[_0xcff2(0x0)](Text,{'style':styles[_0xcff2(0x6)]},'โ†’')));},PrimaryButton=({label:label='Get\x20Started',onPress:_0x12e6f3,iconRight:_0x2e797e,loading:loading=![],disabled:disabled=![],testID:_0x5d5474,style:_0x457082,textStyle:_0x13a6a7})=>{const _0x236519={'LlwwX':function(_0x58f475,_0x30057b){return _0x58f475(_0x30057b);},'sLZjP':function(_0x34925f,_0x4b8e3a){return _0x34925f||_0x4b8e3a;},'vUzdq':_0xcff2(0x7),'EtbTR':_0xcff2(0x8)},[_0x1879ca,_0x57feac]=_0x236519[_0xcff2(0x9)](useState,![]),_0x45c834=()=>_0x57feac(!![]),_0x2770f7=()=>_0x57feac(![]);return React['createElement'](TouchableOpacity,{'style':[styles['outerPill'],!disabled&&styles[_0xcff2(0xa)],disabled&&styles['disabled'],_0x457082],'onPress':_0x12e6f3,'onPressIn':_0x45c834,'onPressOut':_0x2770f7,'disabled':_0x236519[_0xcff2(0xb)](disabled,loading),'activeOpacity':0x1,'testID':_0x5d5474,'accessibilityLabel':label,'accessibilityRole':_0x236519[_0xcff2(0xc)]},React[_0xcff2(0x0)](_0x119541,{'colors':[COLORS[_0xcff2(0xd)],COLORS['btnGradEnd']],'style':styles[_0xcff2(0xe)],'start':{'x':0x0,'y':0x0},'end':{'x':0x0,'y':0x1}}),_0x1879ca&&React['createElement'](View,{'style':styles['pressedOverlay']}),React[_0xcff2(0x0)](View,{'style':styles[_0xcff2(0xf)]},loading?React['createElement'](ActivityIndicator,{'color':COLORS[_0xcff2(0x10)],'size':_0x236519[_0xcff2(0x11)]}):React[_0xcff2(0x0)](Text,{'style':[styles[_0xcff2(0x12)],_0x13a6a7]},label)),React[_0xcff2(0x0)](View,{'style':styles['iconPosition']},!loading&&(_0x2e797e||React['createElement'](IconCircle,null))));},styles=StyleSheet[_0xcff2(0x13)]({'outerPill':{'height':0x30,'borderRadius':0x64,'borderWidth':0x1,'borderColor':COLORS[_0xcff2(0x14)],'overflow':'hidden','width':_0xcff2(0x15),'position':_0xcff2(0x16)},'outerShadow':{'shadowColor':'#000000','shadowOffset':{'width':0x14,'height':0x1e},'shadowOpacity':0.1,'shadowRadius':0x28,'elevation':0x8},'disabled':{'opacity':0.65,'shadowOpacity':0x0,'elevation':0x0},'baseGradient':{...StyleSheet[_0xcff2(0x17)],'borderRadius':0x64},'pressedOverlay':{...StyleSheet[_0xcff2(0x17)],'backgroundColor':_0xcff2(0x18),'borderRadius':0x64},'textContainer':{'position':_0xcff2(0x19),'left':0x0,'right':0x0,'top':0x0,'bottom':0x0,'justifyContent':_0xcff2(0x1a),'alignItems':_0xcff2(0x1a),'backgroundColor':_0xcff2(0x1b)},'iconPosition':{'position':_0xcff2(0x19),'right':0x4,'top':0x4,'bottom':0x4,'width':0x28,'justifyContent':_0xcff2(0x1a),'alignItems':_0xcff2(0x1a),'backgroundColor':_0xcff2(0x1b)},'label':{'fontFamily':_0xcff2(0x1c),'fontWeight':'600','fontSize':0x10,'color':COLORS[_0xcff2(0x10)],'textAlign':_0xcff2(0x1a),'backgroundColor':'transparent'},'iconCircle':{'justifyContent':'center','alignItems':'center','borderWidth':0x1,'borderColor':_0xcff2(0x1d)},'iconContent':{'justifyContent':_0xcff2(0x1a),'alignItems':_0xcff2(0x1a),'backgroundColor':_0xcff2(0x1b)},'arrowText':{'fontSize':0x14,'color':COLORS[_0xcff2(0x10)],'fontWeight':_0xcff2(0x1e),'opacity':0.95,'backgroundColor':_0xcff2(0x1b)}});function _0xcff2(_0x5b1e50,_0xcff2d4){_0x5b1e50=_0x5b1e50-0x0;const _0x10b76c=_0x5b1e();let _0x35d668=_0x10b76c[_0x5b1e50];return _0x35d668;}export{IconCircle};export{PrimaryButton};export default PrimaryButton;
1
+ import React,{useState}from'react';import{View,Text,TouchableOpacity,StyleSheet,ActivityIndicator}from'react-native';import _0x31dae6 from'react-native-linear-gradient';function _0x3983(){const _0x140e5b=['createElement','iconCircleGradientEnd','absoluteFill','kYIQT','iconContent','arrowText','Get\x20Started','button','small','cjwGJ','PIxdE','btnGradStart','btnGradEnd','baseGradient','pressedOverlay','textContainer','btnLabel','BJiCX','iconPosition','create','btnBorder','hidden','100%','relative','absoluteFillObject','absolute','center','transparent','rgba(0,0,0,0.25)','600'];_0x3983=function(){return _0x140e5b;};return _0x3983();}import{COLORS}from'../theme';const IconCircle=({size:size=0x28,children:_0x246d24})=>{const _0x4127a0={'kYIQT':function(_0x255cad,_0x407f2c){return _0x255cad/_0x407f2c;}};return React['createElement'](View,{'style':[styles['iconCircle'],{'width':size,'height':size,'borderRadius':size/0x2}]},React[_0x5b9d(0x0)](_0x31dae6,{'colors':[COLORS['iconCircleGradientStart'],COLORS[_0x5b9d(0x1)]],'style':[StyleSheet[_0x5b9d(0x2)],{'borderRadius':_0x4127a0[_0x5b9d(0x3)](size,0x2)}],'start':{'x':0x0,'y':0x0},'end':{'x':0x0,'y':0x1}}),React[_0x5b9d(0x0)](View,{'style':styles[_0x5b9d(0x4)]},_0x246d24||React[_0x5b9d(0x0)](Text,{'style':styles[_0x5b9d(0x5)]},'โ†’')));},PrimaryButton=({label:label=_0x5b9d(0x6),onPress:_0x372146,iconRight:_0x896f7b,loading:loading=![],disabled:disabled=![],testID:_0x4f7d25,style:_0x495a01,textStyle:_0x560094})=>{const _0x3565a6={'cjwGJ':function(_0x25c2ec,_0x23bf28){return _0x25c2ec(_0x23bf28);},'PIxdE':function(_0x3229d7,_0x4fa413){return _0x3229d7||_0x4fa413;},'qSyxw':_0x5b9d(0x7),'BJiCX':_0x5b9d(0x8)},[_0x711199,_0x3ee156]=_0x3565a6[_0x5b9d(0x9)](useState,![]),_0x4d5590=()=>_0x3ee156(!![]),_0x36b4e0=()=>_0x3ee156(![]);return React['createElement'](TouchableOpacity,{'style':[styles['outerPill'],!disabled&&styles['outerShadow'],disabled&&styles['disabled'],_0x495a01],'onPress':_0x372146,'onPressIn':_0x4d5590,'onPressOut':_0x36b4e0,'disabled':_0x3565a6[_0x5b9d(0xa)](disabled,loading),'activeOpacity':0x1,'testID':_0x4f7d25,'accessibilityLabel':label,'accessibilityRole':_0x3565a6['qSyxw']},React['createElement'](_0x31dae6,{'colors':[COLORS[_0x5b9d(0xb)],COLORS[_0x5b9d(0xc)]],'style':styles[_0x5b9d(0xd)],'start':{'x':0x0,'y':0x0},'end':{'x':0x0,'y':0x1}}),_0x711199&&React[_0x5b9d(0x0)](View,{'style':styles[_0x5b9d(0xe)]}),React[_0x5b9d(0x0)](View,{'style':styles[_0x5b9d(0xf)]},loading?React[_0x5b9d(0x0)](ActivityIndicator,{'color':COLORS[_0x5b9d(0x10)],'size':_0x3565a6[_0x5b9d(0x11)]}):React[_0x5b9d(0x0)](Text,{'style':[styles['label'],_0x560094]},label)),React['createElement'](View,{'style':styles[_0x5b9d(0x12)]},!loading&&(_0x896f7b||React[_0x5b9d(0x0)](IconCircle,null))));},styles=StyleSheet[_0x5b9d(0x13)]({'outerPill':{'height':0x30,'borderRadius':0x64,'borderWidth':0x1,'borderColor':COLORS[_0x5b9d(0x14)],'overflow':_0x5b9d(0x15),'width':_0x5b9d(0x16),'position':_0x5b9d(0x17)},'outerShadow':{'shadowColor':'#000000','shadowOffset':{'width':0x14,'height':0x1e},'shadowOpacity':0.1,'shadowRadius':0x28,'elevation':0x8},'disabled':{'opacity':0.65,'shadowOpacity':0x0,'elevation':0x0},'baseGradient':{...StyleSheet[_0x5b9d(0x18)],'borderRadius':0x64},'pressedOverlay':{...StyleSheet[_0x5b9d(0x18)],'backgroundColor':'rgba(0,0,0,0.1)','borderRadius':0x64},'textContainer':{'position':_0x5b9d(0x19),'left':0x0,'right':0x0,'top':0x0,'bottom':0x0,'justifyContent':_0x5b9d(0x1a),'alignItems':'center','backgroundColor':'transparent'},'iconPosition':{'position':_0x5b9d(0x19),'right':0x4,'top':0x4,'bottom':0x4,'width':0x28,'justifyContent':'center','alignItems':_0x5b9d(0x1a),'backgroundColor':_0x5b9d(0x1b)},'label':{'fontFamily':'Inter','fontWeight':'600','fontSize':0x10,'color':COLORS[_0x5b9d(0x10)],'textAlign':_0x5b9d(0x1a),'backgroundColor':'transparent'},'iconCircle':{'justifyContent':_0x5b9d(0x1a),'alignItems':_0x5b9d(0x1a),'borderWidth':0x1,'borderColor':_0x5b9d(0x1c)},'iconContent':{'justifyContent':'center','alignItems':'center','backgroundColor':_0x5b9d(0x1b)},'arrowText':{'fontSize':0x14,'color':COLORS[_0x5b9d(0x10)],'fontWeight':_0x5b9d(0x1d),'opacity':0.95,'backgroundColor':_0x5b9d(0x1b)}});export{IconCircle};export{PrimaryButton};function _0x5b9d(_0x398314,_0x5b9dfc){_0x398314=_0x398314-0x0;const _0x3f8d06=_0x3983();let _0x1c59ea=_0x3f8d06[_0x398314];return _0x1c59ea;}export default PrimaryButton;
@@ -1 +1 @@
1
- function _0x16b4(_0x3d80bd,_0x16b49c){_0x3d80bd=_0x3d80bd-0x0;const _0x2831c3=_0x3d80();let _0x4f7fbe=_0x2831c3[_0x3d80bd];return _0x4f7fbe;}import React,{useState,useEffect}from'react';import{View,Text,StyleSheet,Modal,ActivityIndicator,Animated,Dimensions,TouchableOpacity}from'react-native';function _0x3d80(){const _0x384dec=['window','jeBDE','found','complete','searching','none','Finding\x20Your\x20Matches','#E9C46A','Matches\x20Found!','We\x27ve\x20found\x20','\x20potential\x20connections\x20for\x20you!','Complete\x20your\x20profile\x20to\x20see\x20who\x20they\x20are.','#f5e7c1','OAZak','zcLKq','gLYPh','XFpfy','XsCVK','zOGAC','qLSZE','fcIaY','RZhXI','timing','start','cLtKV','XWplQ','WzDyW','ClLii','random','WzKLF','VWlDG','floor','tdIlR','LUCtL','ZGbGR','AtUuG','parallel','JWVUV','Sxhwl','createElement','container','View','content','oOuat','qgVcp','large','loader','message','clofD','Fragment','JfdOZ','matchCircle','zsRCr','mrvKb','title','Jkrcl','mABei','split','CjUuk','pHFza','#DDB957','gradientButton','buttonText','nQdpn','create','rgba(0,0,0,0.7)','#FFFFFF','center','600','#333','#555','bold','100%','hidden'];_0x3d80=function(){return _0x384dec;};return _0x3d80();}import _0x335c12 from'react-native-linear-gradient';const {width,height}=Dimensions['get'](_0x16b4(0x0)),SignInMatchAnimation=({email:_0x57174b,visible:_0x4b0591,onComplete:_0x3d84fd})=>{const _0x3f2b67={'XWplQ':function(_0x3ab74f,_0x1fa2f4){return _0x3ab74f===_0x1fa2f4;},'WzDyW':'cXXgh','AcNEh':_0x16b4(0x1),'gLYPh':function(_0x4aa508,_0x3f5d21){return _0x4aa508*_0x3f5d21;},'OAZak':function(_0x4aa6e,_0x49ff30){return _0x4aa6e(_0x49ff30);},'tdIlR':_0x16b4(0x2),'LUCtL':function(_0x36d51c,_0x6ac39,_0x106233){return _0x36d51c(_0x6ac39,_0x106233);},'XFpfy':function(_0x4ce009,_0x48810f){return _0x4ce009(_0x48810f);},'XsCVK':function(_0x3bca51,_0x483711){return _0x3bca51(_0x483711);},'zOGAC':function(_0x51c279,_0x237d2f,_0x2c8db9){return _0x51c279(_0x237d2f,_0x2c8db9);},'qLSZE':_0x16b4(0x3),'Sxhwl':function(_0x436950){return _0x436950();},'fcIaY':function(_0x15d077,_0x54c649){return _0x15d077!==_0x54c649;},'RZhXI':'VTApj','YFbMn':'jjRXo','cLtKV':function(_0x43f365,_0x16663c,_0x1d3918){return _0x43f365(_0x16663c,_0x1d3918);},'zcLKq':_0x16b4(0x4),'qfLCQ':function(_0x357532,_0x4cbee9,_0x593c99){return _0x357532(_0x4cbee9,_0x593c99);},'VVEAX':_0x16b4(0x5),'oOuat':function(_0x398ce9,_0x1aad54){return _0x398ce9===_0x1aad54;},'qgVcp':_0x16b4(0x6),'nYMVo':_0x16b4(0x7),'clofD':'Searching\x20for\x20potential\x20connections\x20based\x20on\x20your\x20profile...','JfdOZ':_0x16b4(0x8),'zsRCr':_0x16b4(0x9),'KaENa':_0x16b4(0xa),'mrvKb':_0x16b4(0xb),'Jkrcl':'Welcome\x20to\x20Enoch!','mABei':'We\x27ll\x20send\x20match\x20notifications\x20to\x20','CjUuk':'@...','pHFza':_0x16b4(0xc),'nQdpn':'Continue'},[_0x562b12,_0x8d8988]=_0x3f2b67[_0x16b4(0xd)](useState,_0x3f2b67[_0x16b4(0xe)]),[_0x507ef4,_0x527ca7]=_0x3f2b67['XsCVK'](useState,0x0),_0x562721=_0x3f2b67['XsCVK'](useState,new Animated['Value'](0x0))[0x0],_0x488b5d=useState(new Animated['Value'](0.9))[0x0];_0x3f2b67['qfLCQ'](useEffect,()=>{const _0x1ef278={'ClLii':function(_0x17958e,_0x30d70a){return _0x3f2b67[_0x16b4(0xf)](_0x17958e,_0x30d70a);},'WzKLF':function(_0x33ade2,_0x59f57c){return _0x3f2b67[_0x16b4(0x10)](_0x33ade2,_0x59f57c);},'ZGbGR':function(_0x2cf482,_0x182a4a){return _0x3f2b67[_0x16b4(0x11)](_0x2cf482,_0x182a4a);},'VWlDG':function(_0x18d45e,_0x392469,_0x360259){return _0x3f2b67[_0x16b4(0x12)](_0x18d45e,_0x392469,_0x360259);},'ownOV':_0x3f2b67[_0x16b4(0x13)],'AtUuG':function(_0xd9ed49){return _0x3f2b67['Sxhwl'](_0xd9ed49);}};if(_0x4b0591){if(_0x3f2b67[_0x16b4(0x14)](_0x3f2b67[_0x16b4(0x15)],_0x3f2b67['YFbMn']))Animated['parallel']([Animated['timing'](_0x562721,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]}),Animated[_0x16b4(0x16)](_0x488b5d,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]})])[_0x16b4(0x17)](),_0x3f2b67[_0x16b4(0x18)](setTimeout,()=>{if(_0x3f2b67[_0x16b4(0x19)](_0x3f2b67[_0x16b4(0x1a)],_0x3f2b67['AcNEh'])){const _0x38cacd=_0x34a0ab['floor'](_0x1ef278[_0x16b4(0x1b)](_0x300039[_0x16b4(0x1c)](),0x6))+0x3;_0x1ef278[_0x16b4(0x1d)](_0x583db6,_0x38cacd),_0x1ef278['ZGbGR'](_0x396c97,_0x16b4(0x2)),_0x1ef278[_0x16b4(0x1e)](_0x3fb16e,()=>{_0x4eb495(_0x16b4(0x3));},0xbb8);}else{const _0x41454e=Math[_0x16b4(0x1f)](_0x3f2b67[_0x16b4(0xf)](Math[_0x16b4(0x1c)](),0x6))+0x3;_0x3f2b67[_0x16b4(0xd)](_0x527ca7,_0x41454e),_0x3f2b67[_0x16b4(0xd)](_0x8d8988,_0x3f2b67[_0x16b4(0x20)]),_0x3f2b67[_0x16b4(0x21)](setTimeout,()=>{_0x1ef278[_0x16b4(0x22)](_0x8d8988,_0x1ef278['ownOV']);},0xbb8);}},0x9c4);else{const _0x593143={'JWVUV':function(_0x30e2e2){return _0x1ef278[_0x16b4(0x23)](_0x30e2e2);}};Animated[_0x16b4(0x24)]([Animated[_0x16b4(0x16)](_0x28a2ac,{'toValue':0x0,'duration':0x190,'useNativeDriver':!![]}),Animated[_0x16b4(0x16)](_0xd44648,{'toValue':0.9,'duration':0x190,'useNativeDriver':!![]})])[_0x16b4(0x17)](()=>{_0x593143[_0x16b4(0x25)](_0x24884c);});}}},[_0x4b0591,_0x562721,_0x488b5d]);const _0x16bc5f=()=>{Animated['parallel']([Animated[_0x16b4(0x16)](_0x562721,{'toValue':0x0,'duration':0x190,'useNativeDriver':!![]}),Animated[_0x16b4(0x16)](_0x488b5d,{'toValue':0.9,'duration':0x190,'useNativeDriver':!![]})])['start'](()=>{_0x3f2b67[_0x16b4(0x26)](_0x3d84fd);});};if(!_0x4b0591)return null;return React[_0x16b4(0x27)](Modal,{'visible':_0x4b0591,'transparent':!![],'animationType':_0x3f2b67['VVEAX']},React[_0x16b4(0x27)](View,{'style':styles[_0x16b4(0x28)]},React[_0x16b4(0x27)](Animated[_0x16b4(0x29)],{'style':[styles[_0x16b4(0x2a)],{'opacity':_0x562721,'transform':[{'scale':_0x488b5d}]}]},_0x3f2b67[_0x16b4(0x2b)](_0x562b12,_0x3f2b67[_0x16b4(0xe)])&&React[_0x16b4(0x27)](React['Fragment'],null,React[_0x16b4(0x27)](Text,{'style':styles['title']},_0x3f2b67[_0x16b4(0x2c)]),React['createElement'](ActivityIndicator,{'size':_0x16b4(0x2d),'color':_0x3f2b67['nYMVo'],'style':styles[_0x16b4(0x2e)]}),React[_0x16b4(0x27)](Text,{'style':styles[_0x16b4(0x2f)]},_0x3f2b67[_0x16b4(0x30)])),_0x3f2b67[_0x16b4(0x19)](_0x562b12,_0x3f2b67[_0x16b4(0x20)])&&React['createElement'](React[_0x16b4(0x31)],null,React[_0x16b4(0x27)](Text,{'style':styles['title']},_0x3f2b67[_0x16b4(0x32)]),React[_0x16b4(0x27)](View,{'style':styles[_0x16b4(0x33)]},React[_0x16b4(0x27)](Text,{'style':styles['matchCount']},_0x507ef4)),React[_0x16b4(0x27)](Text,{'style':styles['message']},_0x3f2b67[_0x16b4(0x34)],_0x507ef4,_0x3f2b67['KaENa']),React[_0x16b4(0x27)](Text,{'style':styles['subMessage']},_0x3f2b67[_0x16b4(0x35)])),_0x562b12===_0x3f2b67['qLSZE']&&React[_0x16b4(0x27)](React[_0x16b4(0x31)],null,React[_0x16b4(0x27)](Text,{'style':styles[_0x16b4(0x36)]},_0x3f2b67[_0x16b4(0x37)]),React[_0x16b4(0x27)](Text,{'style':styles[_0x16b4(0x2f)]},_0x3f2b67[_0x16b4(0x38)],_0x57174b[_0x16b4(0x39)]('@')[0x0],_0x3f2b67[_0x16b4(0x3a)]),React[_0x16b4(0x27)](TouchableOpacity,{'style':styles['button'],'onPress':_0x16bc5f},React['createElement'](_0x335c12,{'colors':[_0x3f2b67[_0x16b4(0x3b)],_0x3f2b67['nYMVo'],_0x16b4(0x3c)],'start':{'x':0x0,'y':0x0},'end':{'x':0x1,'y':0x0},'style':styles[_0x16b4(0x3d)]},React[_0x16b4(0x27)](Text,{'style':styles[_0x16b4(0x3e)]},_0x3f2b67[_0x16b4(0x3f)])))))));},styles=StyleSheet[_0x16b4(0x40)]({'container':{'flex':0x1,'backgroundColor':_0x16b4(0x41),'justifyContent':'center','alignItems':'center'},'content':{'width':width*0.85,'backgroundColor':_0x16b4(0x42),'borderRadius':0x14,'padding':0x18,'alignItems':_0x16b4(0x43),'shadowColor':'#000','shadowOffset':{'width':0x0,'height':0x4},'shadowOpacity':0.3,'shadowRadius':0x8,'elevation':0xa},'title':{'fontSize':0x18,'fontWeight':_0x16b4(0x44),'color':_0x16b4(0x45),'marginBottom':0x14,'textAlign':_0x16b4(0x43)},'loader':{'marginVertical':0x18},'message':{'fontSize':0x12,'color':_0x16b4(0x46),'textAlign':_0x16b4(0x43),'marginBottom':0x10,'lineHeight':0x18},'subMessage':{'fontSize':0x10,'color':'#777','textAlign':'center','marginTop':0x8},'matchCircle':{'width':0x64,'height':0x64,'borderRadius':0x32,'backgroundColor':'#E9C46A','justifyContent':_0x16b4(0x43),'alignItems':_0x16b4(0x43),'marginVertical':0x14},'matchCount':{'fontSize':0x28,'fontWeight':_0x16b4(0x47),'color':_0x16b4(0x42)},'button':{'width':_0x16b4(0x48),'marginTop':0x18,'borderRadius':0x8,'overflow':_0x16b4(0x49)},'gradientButton':{'paddingVertical':0xe,'alignItems':_0x16b4(0x43),'justifyContent':_0x16b4(0x43)},'buttonText':{'color':'#333','fontSize':0x10,'fontWeight':_0x16b4(0x44)}});export default SignInMatchAnimation;
1
+ function _0x3657(_0x54c91a,_0x365705){_0x54c91a=_0x54c91a-0x0;const _0x29b545=_0x54c9();let _0x23940c=_0x29b545[_0x54c91a];return _0x23940c;}function _0x54c9(){const _0x3e181f=['get','window','rVsmO','CmozD','JwxNf','#E9C46A','Searching\x20for\x20potential\x20connections\x20based\x20on\x20your\x20profile...','Matches\x20Found!','We\x27ve\x20found\x20','Welcome\x20to\x20Enoch!','We\x27ll\x20send\x20match\x20notifications\x20to\x20','@...','#DDB957','Continue','wfKpm','Value','MsvwE','UDVlu','IYcdp','lFcex','dfPOs','parallel','timing','start','foPEo','complete','floor','HHJvE','random','kQfCc','GQFFf','leukw','OwCih','mEyYu','XFaFU','Omvyb','found','kyBdk','HvlyR','hzdzT','wgtHc','omWvt','LmOet','vGDwV','NgEyl','pbvuZ','createElement','View','content','jNhYq','Fragment','title','Finding\x20Your\x20Matches','NwtNE','loader','JOyWC','HsQJE','tRnMf','matchCircle','matchCount','twHgE','\x20potential\x20connections\x20for\x20you!','subMessage','Complete\x20your\x20profile\x20to\x20see\x20who\x20they\x20are.','wUVMc','PgpBH','message','cEjFh','Elkdl','button','#f5e7c1','buttonText','IbFdu','create','rgba(0,0,0,0.7)','center','#FFFFFF','#000','#333','100%','600'];_0x54c9=function(){return _0x3e181f;};return _0x54c9();}import React,{useState,useEffect}from'react';import{View,Text,StyleSheet,Modal,ActivityIndicator,Animated,Dimensions,TouchableOpacity}from'react-native';import _0x2830d0 from'react-native-linear-gradient';const {width,height}=Dimensions[_0x3657(0x0)](_0x3657(0x1)),SignInMatchAnimation=({email:_0x5d7f32,visible:_0xa12f95,onComplete:_0x27410d})=>{const _0x3e671e={'dfPOs':function(_0x2fff34){return _0x2fff34();},'HHJvE':function(_0x4f775d,_0x5d8274){return _0x4f775d*_0x5d8274;},'tRnMf':'found','AmpIY':function(_0x53a599,_0x29419f,_0x197568){return _0x53a599(_0x29419f,_0x197568);},'UDVlu':function(_0x4d0a3f,_0x4eb528){return _0x4d0a3f===_0x4eb528;},'IYcdp':_0x3657(0x2),'vfmsn':function(_0x329925,_0x382bbb){return _0x329925+_0x382bbb;},'GQFFf':function(_0x76669,_0x2d43ce,_0x39099c){return _0x76669(_0x2d43ce,_0x39099c);},'leukw':function(_0x2af359,_0x207605,_0x41d271){return _0x2af359(_0x207605,_0x41d271);},'OwCih':_0x3657(0x3),'dvvtF':_0x3657(0x4),'wAQeM':function(_0x4a2783){return _0x4a2783();},'GqMLg':function(_0xa92936,_0x9a1854){return _0xa92936(_0x9a1854);},'kyRfO':'searching','wfKpm':function(_0x2e77d5,_0x34e392){return _0x2e77d5(_0x34e392);},'MpaWK':function(_0xcb0a1e,_0x2ab1bb){return _0xcb0a1e(_0x2ab1bb);},'MsvwE':function(_0x2f93ac,_0x311482,_0x1ecf82){return _0x2f93ac(_0x311482,_0x1ecf82);},'pbvuZ':'none','jNhYq':function(_0x29c5ac,_0x4cac97){return _0x29c5ac===_0x4cac97;},'nvVqp':'large','NwtNE':_0x3657(0x5),'JOyWC':_0x3657(0x6),'HsQJE':function(_0x407a42,_0x2ff6b1){return _0x407a42===_0x2ff6b1;},'MveTZ':_0x3657(0x7),'twHgE':_0x3657(0x8),'EMOpp':function(_0x3ad741,_0xb08353){return _0x3ad741===_0xb08353;},'wUVMc':'complete','PgpBH':_0x3657(0x9),'cEjFh':_0x3657(0xa),'Elkdl':_0x3657(0xb),'kodNd':_0x3657(0xc),'IbFdu':_0x3657(0xd)},[_0xe418,_0x3d875b]=_0x3e671e['GqMLg'](useState,_0x3e671e['kyRfO']),[_0x583262,_0x26df11]=_0x3e671e[_0x3657(0xe)](useState,0x0),_0x417708=useState(new Animated[(_0x3657(0xf))](0x0))[0x0],_0x1b4984=_0x3e671e['MpaWK'](useState,new Animated[(_0x3657(0xf))](0.9))[0x0];_0x3e671e[_0x3657(0x10)](useEffect,()=>{if(_0xa12f95){if(_0x3e671e[_0x3657(0x11)](_0x3e671e[_0x3657(0x12)],_0x3657(0x13))){const _0x36e6ff={'foPEo':function(_0x3afa02){return _0x3e671e[_0x3657(0x14)](_0x3afa02);}};Animated[_0x3657(0x15)]([Animated[_0x3657(0x16)](_0x452177,{'toValue':0x0,'duration':0x190,'useNativeDriver':!![]}),Animated[_0x3657(0x16)](_0x52e6a0,{'toValue':0.9,'duration':0x190,'useNativeDriver':!![]})])[_0x3657(0x17)](()=>{_0x36e6ff[_0x3657(0x18)](_0x465d13);});}else Animated['parallel']([Animated['timing'](_0x417708,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]}),Animated['timing'](_0x1b4984,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]})])[_0x3657(0x17)](),_0x3e671e['AmpIY'](setTimeout,()=>{const _0x36505f={'kQfCc':_0x3657(0x19)},_0x297604=Math[_0x3657(0x1a)](_0x3e671e[_0x3657(0x1b)](Math[_0x3657(0x1c)](),0x6))+0x3;_0x26df11(_0x297604),_0x3d875b(_0x3e671e['tRnMf']),_0x3e671e['AmpIY'](setTimeout,()=>{_0x3d875b(_0x36505f[_0x3657(0x1d)]);},0xbb8);},0x9c4);}},[_0xa12f95,_0x417708,_0x1b4984]);const _0x387d8f=()=>{const _0x3537c6={'Omvyb':function(_0x1f84d8,_0x580b83){return _0x3e671e['vfmsn'](_0x1f84d8,_0x580b83);},'kyBdk':function(_0x3a579b,_0xfbff60,_0x7dfc91){return _0x3e671e[_0x3657(0x1e)](_0x3a579b,_0xfbff60,_0x7dfc91);},'HvlyR':function(_0x168a45,_0x39509f,_0x23ce5e){return _0x3e671e[_0x3657(0x1f)](_0x168a45,_0x39509f,_0x23ce5e);},'mEyYu':_0x3e671e[_0x3657(0x20)],'XFaFU':_0x3e671e['dvvtF'],'NgEyl':function(_0x3c572c){return _0x3e671e['wAQeM'](_0x3c572c);}};Animated[_0x3657(0x15)]([Animated[_0x3657(0x16)](_0x417708,{'toValue':0x0,'duration':0x190,'useNativeDriver':!![]}),Animated['timing'](_0x1b4984,{'toValue':0.9,'duration':0x190,'useNativeDriver':!![]})])[_0x3657(0x17)](()=>{if(_0x3537c6[_0x3657(0x21)]===_0x3537c6[_0x3657(0x22)]){const _0x29b33={'hzdzT':function(_0x17309c,_0xe8d917){return _0x17309c(_0xe8d917);},'tcuIe':'complete','GhrYF':function(_0x2fbadb,_0x5a6aa3){return _0x3537c6[_0x3657(0x23)](_0x2fbadb,_0x5a6aa3);},'VEJOS':function(_0x4121be,_0x4e0071){return _0x4121be*_0x4e0071;},'wgtHc':_0x3657(0x24),'omWvt':function(_0x4fc9f8,_0x53117e,_0x41ec2e){return _0x3537c6[_0x3657(0x25)](_0x4fc9f8,_0x53117e,_0x41ec2e);}};Animated['parallel']([Animated[_0x3657(0x16)](_0x303d23,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]}),Animated[_0x3657(0x16)](_0x5dac62,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]})])[_0x3657(0x17)](),_0x3537c6[_0x3657(0x26)](_0x53278d,()=>{const _0x3fdf36={'LmOet':function(_0xd13ed4,_0x29a8ca){return _0x29b33[_0x3657(0x27)](_0xd13ed4,_0x29a8ca);},'vGDwV':_0x29b33['tcuIe']},_0xb7ad43=_0x29b33['GhrYF'](_0x3ba62d[_0x3657(0x1a)](_0x29b33['VEJOS'](_0x5e9f7c[_0x3657(0x1c)](),0x6)),0x3);_0x29b33[_0x3657(0x27)](_0x1321fa,_0xb7ad43),_0x29b33[_0x3657(0x27)](_0x30c610,_0x29b33[_0x3657(0x28)]),_0x29b33[_0x3657(0x29)](_0x44dd50,()=>{_0x3fdf36[_0x3657(0x2a)](_0xc74417,_0x3fdf36[_0x3657(0x2b)]);},0xbb8);},0x9c4);}else _0x3537c6[_0x3657(0x2c)](_0x27410d);});};if(!_0xa12f95)return null;return React['createElement'](Modal,{'visible':_0xa12f95,'transparent':!![],'animationType':_0x3e671e[_0x3657(0x2d)]},React[_0x3657(0x2e)](View,{'style':styles['container']},React[_0x3657(0x2e)](Animated[_0x3657(0x2f)],{'style':[styles[_0x3657(0x30)],{'opacity':_0x417708,'transform':[{'scale':_0x1b4984}]}]},_0x3e671e[_0x3657(0x31)](_0xe418,_0x3e671e['kyRfO'])&&React['createElement'](React[_0x3657(0x32)],null,React[_0x3657(0x2e)](Text,{'style':styles[_0x3657(0x33)]},_0x3657(0x34)),React['createElement'](ActivityIndicator,{'size':_0x3e671e['nvVqp'],'color':_0x3e671e[_0x3657(0x35)],'style':styles[_0x3657(0x36)]}),React[_0x3657(0x2e)](Text,{'style':styles['message']},_0x3e671e[_0x3657(0x37)])),_0x3e671e[_0x3657(0x38)](_0xe418,_0x3e671e[_0x3657(0x39)])&&React[_0x3657(0x2e)](React[_0x3657(0x32)],null,React[_0x3657(0x2e)](Text,{'style':styles[_0x3657(0x33)]},_0x3e671e['MveTZ']),React[_0x3657(0x2e)](View,{'style':styles[_0x3657(0x3a)]},React[_0x3657(0x2e)](Text,{'style':styles[_0x3657(0x3b)]},_0x583262)),React[_0x3657(0x2e)](Text,{'style':styles['message']},_0x3e671e[_0x3657(0x3c)],_0x583262,_0x3657(0x3d)),React[_0x3657(0x2e)](Text,{'style':styles[_0x3657(0x3e)]},_0x3657(0x3f))),_0x3e671e['EMOpp'](_0xe418,_0x3e671e[_0x3657(0x40)])&&React[_0x3657(0x2e)](React['Fragment'],null,React[_0x3657(0x2e)](Text,{'style':styles[_0x3657(0x33)]},_0x3e671e[_0x3657(0x41)]),React['createElement'](Text,{'style':styles[_0x3657(0x42)]},_0x3e671e[_0x3657(0x43)],_0x5d7f32['split']('@')[0x0],_0x3e671e[_0x3657(0x44)]),React[_0x3657(0x2e)](TouchableOpacity,{'style':styles[_0x3657(0x45)],'onPress':_0x387d8f},React[_0x3657(0x2e)](_0x2830d0,{'colors':[_0x3657(0x46),'#E9C46A',_0x3e671e['kodNd']],'start':{'x':0x0,'y':0x0},'end':{'x':0x1,'y':0x0},'style':styles['gradientButton']},React[_0x3657(0x2e)](Text,{'style':styles[_0x3657(0x47)]},_0x3e671e[_0x3657(0x48)])))))));},styles=StyleSheet[_0x3657(0x49)]({'container':{'flex':0x1,'backgroundColor':_0x3657(0x4a),'justifyContent':_0x3657(0x4b),'alignItems':_0x3657(0x4b)},'content':{'width':width*0.85,'backgroundColor':_0x3657(0x4c),'borderRadius':0x14,'padding':0x18,'alignItems':_0x3657(0x4b),'shadowColor':_0x3657(0x4d),'shadowOffset':{'width':0x0,'height':0x4},'shadowOpacity':0.3,'shadowRadius':0x8,'elevation':0xa},'title':{'fontSize':0x18,'fontWeight':'600','color':_0x3657(0x4e),'marginBottom':0x14,'textAlign':_0x3657(0x4b)},'loader':{'marginVertical':0x18},'message':{'fontSize':0x12,'color':'#555','textAlign':_0x3657(0x4b),'marginBottom':0x10,'lineHeight':0x18},'subMessage':{'fontSize':0x10,'color':'#777','textAlign':_0x3657(0x4b),'marginTop':0x8},'matchCircle':{'width':0x64,'height':0x64,'borderRadius':0x32,'backgroundColor':_0x3657(0x5),'justifyContent':_0x3657(0x4b),'alignItems':_0x3657(0x4b),'marginVertical':0x14},'matchCount':{'fontSize':0x28,'fontWeight':'bold','color':_0x3657(0x4c)},'button':{'width':_0x3657(0x4f),'marginTop':0x18,'borderRadius':0x8,'overflow':'hidden'},'gradientButton':{'paddingVertical':0xe,'alignItems':_0x3657(0x4b),'justifyContent':_0x3657(0x4b)},'buttonText':{'color':_0x3657(0x4e),'fontSize':0x10,'fontWeight':_0x3657(0x50)}});export default SignInMatchAnimation;
@@ -1 +1 @@
1
- import React,{useState,useEffect}from'react';import{View,Text,StyleSheet,KeyboardAvoidingView,Platform,Keyboard}from'react-native';import{COLORS,SPACING}from'../theme';import _0x582fc8 from'./EmailInput';import _0x1c0f41 from'./GoogleButton';import _0x3283c6 from'./PrimaryButton';function _0x4f7a(){const _0x361847=['org','net','edu','gov','int','app','tech','online','web','info','biz','xyz','com.au','co.jp','co.in','org.uk','net.au','gov.uk','ac.uk','edu.au','con','cmo','vom','ocm','cpm','ckm','comn','copm','ogr','rog','nett','ent','bet','lio','gmai','gmial','gmil','gmal','gamil','outlok','outloo','outlokk','yahooo','yaho','yhoo','hotmai','hotmial','\x20Did\x20you\x20mean\x20.com?','Please\x20enter\x20a\x20valid\x20email\x20address','\x20Did\x20you\x20mean\x20.org?','\x20Did\x20you\x20mean\x20.net?','ioo','\x20Did\x20you\x20mean\x20.io?','VvXbR','gmail','yahoo','hotmail','icloud','aol','protonmail','zoho','hotmail.co.uk','hotmail.co.jp','trim','toLowerCase','test','lastIndexOf','gxWnT','split','length','ukpAm','vlBnE','bJxcF','zKpTj','DSEvf','rBbXG','PJeZv','gXuAP','uCEsi','wOuPJ','comm','bkYbl','YLdpy','sXckh','MAudH','orgg','Ubfzl','pSbKM','sQgim','XCOSw','AmIUK','OitmB','uLIgt','SREGA','aBOMN','CtAIp','Invalid\x20email\x20domain\x20(.','xhKGG','has','UgNxi','IwxEX','YzKDB','isbDu',').\x20Please\x20check\x20your\x20email.','slice','join','uPcCH','plGUY','ufXYL','AHial','Did\x20you\x20mean\x20','hCPaP','YTBeo','CgzzS','KUCyV','XwvLB','com','includes','Tczgt','yahoo.co.uk','RxlPp','yahoo.com.br','LhDhG','xoEEB','reviewer','pyQdI','๐Ÿงช\x20Test\x20bypass\x20detected\x20-\x20skipping\x20to\x20verification\x20screen','test@bypass.com','Invalid\x20email\x20address','keyboardDidShow','padding','Your\x20email','#9CA3AF','Continue','oZtIq','NqEvM','NXofQ','znIVE','log','๐Ÿ”\x20Reviewer\x20bypass\x20detected\x20in\x20new\x20UI','LjCeL','Zolwu','hYDrS','pUMIL','XTupc','VqSXz','isValid','โŒ\x20Email\x20validation\x20failed:','error','aXNGr','dENuJ','โœ…\x20Email\x20validation\x20passed','Koksk','addListener','GBrAN','keyboardDidHide','KSkpb','EuxXX','SXLzq','remove','createElement','QCfte','height','content','headingContainer','title','Build\x20your\x20Onairos\x20persona\x20to\x20own\x20your\x20digital\x20identity','subtitle','eLAhB','inputContainer','mUATs','yerAK','dividerContainer','dividerText','dividerLine','googleContainer','spacer','continueContainer','100%','IBM\x20Plex\x20Sans','700','400','grey600','left','row','center','#E5E5E5','grey500','Inter','#DC3545'];_0x4f7a=function(){return _0x361847;};return _0x4f7a();}function _0x1259(_0x4f7a00,_0x1259ed){_0x4f7a00=_0x4f7a00-0x0;const _0x16a332=_0x4f7a();let _0x3aa8a6=_0x16a332[_0x4f7a00];return _0x3aa8a6;}const VALID_TLDS=new Set(['com',_0x1259(0x0),_0x1259(0x1),_0x1259(0x2),_0x1259(0x3),'mil',_0x1259(0x4),'io','co','ai',_0x1259(0x5),'dev',_0x1259(0x6),_0x1259(0x7),'site',_0x1259(0x8),_0x1259(0x9),_0x1259(0xa),'me','tv','cc',_0x1259(0xb),'uk','us','ca','au','de','fr','it','es','nl','be','ch','at','se','no','dk','fi','jp','cn','kr','in','br','mx','ar','ru','pl','cz','ie','nz','za','sg','hk','tw','pt','gr','tr','il','ae','sa','eg','ng','ke','gh','ph','id','my','th','vn','co.uk',_0x1259(0xc),'co.nz','co.za','com.br',_0x1259(0xd),'co.kr',_0x1259(0xe),_0x1259(0xf),_0x1259(0x10),_0x1259(0x11),_0x1259(0x12),_0x1259(0x13)]),INVALID_TLDS=new Set([_0x1259(0x14),_0x1259(0x15),_0x1259(0x16),_0x1259(0x17),'cm',_0x1259(0x18),_0x1259(0x19),'om','comm',_0x1259(0x1a),_0x1259(0x1b),_0x1259(0x1c),'og','orgg',_0x1259(0x1d),'rg','nte','ne',_0x1259(0x1e),_0x1259(0x1f),_0x1259(0x20),'oi','ioo',_0x1259(0x21),_0x1259(0x22),_0x1259(0x23),_0x1259(0x24),_0x1259(0x25),_0x1259(0x26),_0x1259(0x27),_0x1259(0x28),_0x1259(0x29),_0x1259(0x2a),_0x1259(0x2b),_0x1259(0x2c),_0x1259(0x2d),'hotmal',_0x1259(0x2e)]),validateEmail=_0xaed30d=>{const _0x4f026e={'isbDu':_0x1259(0x2f),'gxWnT':function(_0x15ae12,_0x5538ef){return _0x15ae12+_0x5538ef;},'CaQAB':function(_0x2def27,_0x3123dc){return _0x2def27<_0x3123dc;},'ukpAm':_0x1259(0x30),'vlBnE':function(_0x1aa610,_0x4974c8){return _0x1aa610-_0x4974c8;},'bJxcF':function(_0xa3712,_0x151dc2){return _0xa3712-_0x151dc2;},'zKpTj':function(_0x1b0c8a,_0x1b676b){return _0x1b0c8a===_0x1b676b;},'hpXmH':'con','DSEvf':function(_0x27e629,_0xeff922){return _0x27e629===_0xeff922;},'SRmkn':_0x1259(0x15),'QXiKW':function(_0x356c7c,_0x971505){return _0x356c7c===_0x971505;},'rBbXG':_0x1259(0x16),'PJeZv':function(_0x1225f8,_0x108dec){return _0x1225f8===_0x108dec;},'gXuAP':_0x1259(0x17),'uCEsi':function(_0x113b70,_0x8df5c3){return _0x113b70===_0x8df5c3;},'wOuPJ':_0x1259(0x18),'bkYbl':function(_0x538f43,_0x2ae68b){return _0x538f43===_0x2ae68b;},'YLdpy':_0x1259(0x1b),'sXckh':function(_0x3f3492,_0x3d5765){return _0x3f3492===_0x3d5765;},'MAudH':function(_0x69afb,_0x58b227){return _0x69afb===_0x58b227;},'Ubfzl':_0x1259(0x1d),'pSbKM':_0x1259(0x31),'sQgim':function(_0x35dd43,_0x31ca09){return _0x35dd43===_0x31ca09;},'eQsVJ':_0x1259(0x1e),'XCOSw':function(_0x20a36c,_0x30cd61){return _0x20a36c===_0x30cd61;},'AmIUK':_0x1259(0x32),'OitmB':function(_0x47dcea,_0x379ba9){return _0x47dcea===_0x379ba9;},'uLIgt':_0x1259(0x33),'SREGA':function(_0x69c7c9,_0x235cf7){return _0x69c7c9===_0x235cf7;},'aBOMN':_0x1259(0x21),'CtAIp':_0x1259(0x34),'xhKGG':function(_0x1330a6,_0x4b33b1){return _0x1330a6<_0x4b33b1;},'UgNxi':function(_0x2e20a5,_0x38377b){return _0x2e20a5===_0x38377b;},'IwxEX':_0x1259(0x35),'YzKDB':'yFuHn','uPcCH':_0x1259(0x36),'plGUY':'outlook','hCPaP':_0x1259(0x37),'ufXYL':_0x1259(0x38),'AHial':_0x1259(0x39),'YTBeo':_0x1259(0x3a),'CgzzS':_0x1259(0x3b),'KUCyV':_0x1259(0x3c),'XwvLB':'com','Tczgt':function(_0x3d5e0f,_0x11c7d8){return _0x3d5e0f!==_0x11c7d8;},'RxlPp':'yahoo.co.jp','LhDhG':'outlook.co.uk','dCdYw':_0x1259(0x3d),'xoEEB':_0x1259(0x3e)},_0x2bbb0d=_0xaed30d[_0x1259(0x3f)]()[_0x1259(0x40)](),_0x298bb1=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;if(!_0x298bb1[_0x1259(0x41)](_0x2bbb0d))return{'isValid':![],'error':_0x1259(0x30)};const _0x54aa1b=_0x2bbb0d[_0x1259(0x42)]('@'),_0xe1e0b9=_0x2bbb0d['substring'](_0x4f026e[_0x1259(0x43)](_0x54aa1b,0x1)),_0x250f87=_0xe1e0b9[_0x1259(0x44)]('.');if(_0x4f026e['CaQAB'](_0x250f87[_0x1259(0x45)],0x2))return{'isValid':![],'error':_0x4f026e[_0x1259(0x46)]};const _0x4132ae=_0x250f87[_0x4f026e[_0x1259(0x47)](_0x250f87['length'],0x1)],_0x26dffd=_0x250f87[_0x1259(0x45)]>=0x2?_0x250f87[_0x4f026e[_0x1259(0x48)](_0x250f87[_0x1259(0x45)],0x2)]+'.'+_0x4132ae:'';if(INVALID_TLDS['has'](_0x4132ae)){let _0x442474='';if(_0x4f026e[_0x1259(0x49)](_0x4132ae,_0x4f026e['hpXmH'])||_0x4f026e[_0x1259(0x4a)](_0x4132ae,_0x4f026e['SRmkn'])||_0x4f026e['QXiKW'](_0x4132ae,_0x4f026e[_0x1259(0x4b)])||_0x4f026e[_0x1259(0x4c)](_0x4132ae,_0x4f026e[_0x1259(0x4d)])||_0x4f026e[_0x1259(0x4e)](_0x4132ae,_0x4f026e[_0x1259(0x4f)])||_0x4132ae===_0x1259(0x50)||_0x4f026e[_0x1259(0x51)](_0x4132ae,_0x1259(0x1a))||_0x4132ae===_0x4f026e[_0x1259(0x52)])_0x442474=_0x4f026e['isbDu'];else{if(_0x4132ae===_0x1259(0x1c)||_0x4f026e[_0x1259(0x53)](_0x4132ae,'og')||_0x4f026e[_0x1259(0x54)](_0x4132ae,_0x1259(0x55))||_0x4f026e[_0x1259(0x4a)](_0x4132ae,_0x4f026e[_0x1259(0x56)]))_0x442474=_0x4f026e[_0x1259(0x57)];else{if(_0x4f026e[_0x1259(0x58)](_0x4132ae,'nte')||_0x4f026e[_0x1259(0x4e)](_0x4132ae,'ne')||_0x4f026e[_0x1259(0x4e)](_0x4132ae,_0x4f026e['eQsVJ'])||_0x4f026e[_0x1259(0x59)](_0x4132ae,_0x1259(0x1f)))_0x442474=_0x4f026e[_0x1259(0x5a)];else(_0x4f026e[_0x1259(0x5b)](_0x4132ae,'oi')||_0x4132ae===_0x4f026e[_0x1259(0x5c)]||_0x4f026e[_0x1259(0x5d)](_0x4132ae,_0x4f026e[_0x1259(0x5e)]))&&(_0x442474=_0x4f026e[_0x1259(0x5f)]);}}return{'isValid':![],'error':_0x1259(0x60)+_0x4132ae+').'+_0x442474};}if(_0x4f026e[_0x1259(0x61)](_0x4132ae['length'],0x2))return{'isValid':![],'error':_0x4f026e[_0x1259(0x46)]};const _0x36b92c=VALID_TLDS[_0x1259(0x62)](_0x4132ae)||VALID_TLDS['has'](_0x26dffd);if(!_0x36b92c&&_0x4132ae[_0x1259(0x45)]<=0x2){if(_0x4f026e[_0x1259(0x63)](_0x4f026e[_0x1259(0x64)],_0x4f026e[_0x1259(0x65)]))_0x59ecf6=_0x4f026e[_0x1259(0x66)];else return{'isValid':![],'error':_0x1259(0x60)+_0x4132ae+_0x1259(0x67)};}const _0x189044=_0x250f87[_0x1259(0x68)](0x0,-0x1)[_0x1259(0x69)]('.'),_0x2096f6={'gmai':_0x4f026e[_0x1259(0x6a)],'gmial':_0x1259(0x36),'gmil':_0x1259(0x36),'gmal':_0x1259(0x36),'gamil':_0x1259(0x36),'outlok':_0x4f026e[_0x1259(0x6b)],'outloo':_0x4f026e[_0x1259(0x6b)],'outlokk':_0x4f026e['plGUY'],'yahooo':_0x4f026e['hCPaP'],'yaho':_0x1259(0x37),'yhoo':_0x1259(0x37),'hotmai':'hotmail','hotmal':_0x4f026e[_0x1259(0x6c)],'hotmial':_0x1259(0x38),'iclod':_0x4f026e[_0x1259(0x6d)],'iclould':_0x4f026e['AHial']};if(_0x2096f6[_0x189044])return{'isValid':![],'error':_0x1259(0x6e)+_0x2096f6[_0x189044]+'.'+_0x4132ae+'?'};const _0x3b0172=[_0x1259(0x36),_0x4f026e[_0x1259(0x6f)],_0x4f026e[_0x1259(0x6c)],_0x4f026e[_0x1259(0x6b)],_0x4f026e[_0x1259(0x6d)],_0x4f026e[_0x1259(0x70)],_0x4f026e[_0x1259(0x71)],_0x4f026e[_0x1259(0x72)]],_0x616421={'gmail':_0x4f026e[_0x1259(0x73)],'yahoo':_0x4f026e[_0x1259(0x73)],'hotmail':_0x4f026e['XwvLB'],'outlook':_0x1259(0x74),'icloud':_0x4f026e[_0x1259(0x73)],'aol':_0x4f026e[_0x1259(0x73)],'protonmail':_0x4f026e[_0x1259(0x73)],'zoho':_0x4f026e['XwvLB']};if(_0x3b0172[_0x1259(0x75)](_0x189044)&&_0x4f026e[_0x1259(0x76)](_0x4132ae,_0x616421[_0x189044])){const _0x29b304=[_0x1259(0x77),_0x4f026e[_0x1259(0x78)],_0x1259(0x79),'yahoo.com.au',_0x4f026e[_0x1259(0x7a)],_0x4f026e['dCdYw'],_0x4f026e[_0x1259(0x7b)]],_0x4a74a0=_0x189044+'.'+_0x4132ae;if(!_0x29b304[_0x1259(0x75)](_0x4a74a0))return{'isValid':![],'error':_0x1259(0x6e)+_0x189044+'.'+_0x616421[_0x189044]+'?'};}return{'isValid':!![]};},SignInStep=({onEmailSubmit:_0x1f6715,onGoogleSignIn:_0x5d8a82,onContinue:_0x31dbb1,loading:loading=![],error:error='',initialEmail:initialEmail=''})=>{const _0x430916={'NqEvM':function(_0x46b5ef,_0x1e4e99){return _0x46b5ef(_0x1e4e99);},'NXofQ':function(_0x400ad5,_0x28cc6c){return _0x400ad5===_0x28cc6c;},'znIVE':_0x1259(0x7c),'YLVUo':'reviewer@bypass.com','LjCeL':function(_0x561bff,_0x4c5a92){return _0x561bff===_0x4c5a92;},'Zolwu':_0x1259(0x41),'hYDrS':'wOMhq','pUMIL':_0x1259(0x7d),'XTupc':_0x1259(0x7e),'VqSXz':_0x1259(0x7f),'aXNGr':function(_0x3585fc,_0x5146e8){return _0x3585fc(_0x5146e8);},'dENuJ':_0x1259(0x80),'Koksk':function(_0x508272,_0x152533){return _0x508272===_0x152533;},'GBrAN':_0x1259(0x81),'oZtIq':function(_0x397489,_0x3da06a){return _0x397489(_0x3da06a);},'kCIgg':'ios','QCfte':_0x1259(0x82),'eLAhB':'Sign\x20in\x20or\x20create\x20an\x20account','YCcnl':'done','ejSlp':_0x1259(0x83),'mUATs':_0x1259(0x84),'yerAK':function(_0xb30dd9,_0x7d1ee){return _0xb30dd9||_0x7d1ee;},'aqwNI':_0x1259(0x85)},[_0x321f5d,_0x3cdcc2]=_0x430916['aXNGr'](useState,initialEmail),[_0x206d01,_0xdb6e26]=_0x430916[_0x1259(0x86)](useState,![]),[_0x1bc667,_0x1669ca]=useState(''),_0x206527=_0x37ecd3=>{_0x430916[_0x1259(0x87)](_0x3cdcc2,_0x37ecd3),_0x1bc667&&_0x430916[_0x1259(0x87)](_0x1669ca,'');},_0x2ac8ad=()=>{if(_0x430916[_0x1259(0x88)](_0x321f5d[_0x1259(0x40)]()['trim'](),_0x430916[_0x1259(0x89)])){console[_0x1259(0x8a)](_0x1259(0x8b)),_0x430916[_0x1259(0x87)](_0x1f6715,_0x430916['YLVUo']);return;}if(_0x430916[_0x1259(0x8c)](_0x321f5d[_0x1259(0x40)]()['trim'](),_0x430916[_0x1259(0x8d)])){if(_0x430916[_0x1259(0x8e)]!==_0x430916[_0x1259(0x8f)]){console['log'](_0x430916[_0x1259(0x90)]),_0x430916[_0x1259(0x87)](_0x1f6715,_0x430916[_0x1259(0x91)]);return;}else return{'isValid':![],'error':_0x1259(0x6e)+_0x164654[_0x19d340]+'.'+_0x5c5366+'?'};}if(_0x321f5d[_0x1259(0x3f)]()){const _0x103f38=_0x430916[_0x1259(0x87)](validateEmail,_0x321f5d);if(!_0x103f38[_0x1259(0x92)]){console[_0x1259(0x8a)](_0x1259(0x93),_0x103f38[_0x1259(0x94)]),_0x430916[_0x1259(0x95)](_0x1669ca,_0x103f38['error']||_0x430916[_0x1259(0x96)]);return;}console[_0x1259(0x8a)](_0x1259(0x97)),_0x1669ca(''),_0x1f6715(_0x321f5d[_0x1259(0x3f)]());}};return useEffect(()=>{const _0x5b4a40={'KSkpb':function(_0x59fa03,_0x277814){return _0x430916[_0x1259(0x98)](_0x59fa03,_0x277814);},'SXLzq':function(_0x15c1cb,_0x61e738){return _0x15c1cb===_0x61e738;}},_0x504bad=Keyboard[_0x1259(0x99)](_0x430916[_0x1259(0x9a)],()=>_0xdb6e26(!![])),_0x476a30=Keyboard[_0x1259(0x99)](_0x1259(0x9b),()=>_0xdb6e26(![]));return()=>{if(_0x5b4a40[_0x1259(0x9c)](_0x1259(0x9d),'QPGnJ'))return{'isValid':![],'error':'Invalid\x20email\x20domain\x20(.'+_0x662d4+_0x1259(0x67)};else _0x5b4a40[_0x1259(0x9c)](_0x476a30,null)||_0x5b4a40[_0x1259(0x9e)](_0x476a30,void 0x0)||_0x476a30['remove'](),_0x504bad===null||_0x5b4a40[_0x1259(0x9e)](_0x504bad,void 0x0)||_0x504bad[_0x1259(0x9f)]();};},[]),React[_0x1259(0xa0)](KeyboardAvoidingView,{'behavior':_0x430916[_0x1259(0x8c)](Platform['OS'],_0x430916['kCIgg'])?_0x430916[_0x1259(0xa1)]:_0x1259(0xa2),'style':styles['container']},React[_0x1259(0xa0)](View,{'style':styles[_0x1259(0xa3)]},React[_0x1259(0xa0)](View,{'style':styles[_0x1259(0xa4)]},React[_0x1259(0xa0)](Text,{'style':styles[_0x1259(0xa5)]},_0x1259(0xa6)),React[_0x1259(0xa0)](Text,{'style':styles[_0x1259(0xa7)]},_0x430916[_0x1259(0xa8)])),React[_0x1259(0xa0)](View,{'style':styles[_0x1259(0xa9)]},React[_0x1259(0xa0)](_0x582fc8,{'value':_0x321f5d,'onChangeText':_0x206527,'onSubmitEditing':_0x2ac8ad,'returnKeyType':_0x430916['YCcnl'],'blurOnSubmit':!![],'placeholder':_0x430916['ejSlp'],'placeholderTextColor':_0x430916[_0x1259(0xaa)]}),_0x430916[_0x1259(0xab)](_0x1bc667,error)?React[_0x1259(0xa0)](Text,{'style':styles['errorText']},_0x430916['yerAK'](_0x1bc667,error)):null),React[_0x1259(0xa0)](View,{'style':styles[_0x1259(0xac)]},React[_0x1259(0xa0)](View,{'style':styles['dividerLine']}),React[_0x1259(0xa0)](Text,{'style':styles[_0x1259(0xad)]},'Or'),React[_0x1259(0xa0)](View,{'style':styles[_0x1259(0xae)]})),React['createElement'](View,{'style':styles[_0x1259(0xaf)]},React[_0x1259(0xa0)](_0x1c0f41,{'onPress':_0x5d8a82,'disabled':loading})),React[_0x1259(0xa0)](View,{'style':styles[_0x1259(0xb0)]}),React[_0x1259(0xa0)](View,{'style':styles[_0x1259(0xb1)]},React['createElement'](_0x3283c6,{'label':_0x430916['aqwNI'],'onPress':_0x2ac8ad,'disabled':loading||!_0x321f5d[_0x1259(0x3f)](),'loading':loading}))));},styles=StyleSheet['create']({'container':{'flex':0x1},'content':{'flex':0x1,'paddingTop':0x18,'paddingHorizontal':0x18},'headingContainer':{'width':_0x1259(0xb2),'marginBottom':0x16,'paddingHorizontal':0x0},'title':{'fontFamily':_0x1259(0xb3),'fontWeight':_0x1259(0xb4),'fontSize':0x18,'lineHeight':0x20,'color':COLORS['grey800'],'textAlign':'left','marginBottom':SPACING['sm']},'subtitle':{'fontFamily':'Inter','fontWeight':_0x1259(0xb5),'fontSize':0x10,'lineHeight':0x18,'color':COLORS[_0x1259(0xb6)],'textAlign':_0x1259(0xb7)},'inputContainer':{'marginBottom':0x20,'paddingHorizontal':0x0},'dividerContainer':{'flexDirection':_0x1259(0xb8),'alignItems':_0x1259(0xb9),'marginBottom':0x20,'paddingHorizontal':0x0},'dividerLine':{'flex':0x1,'height':0x1,'backgroundColor':_0x1259(0xba)},'dividerText':{'paddingHorizontal':SPACING['md'],'fontSize':0xe,'fontFamily':'Inter','fontWeight':_0x1259(0xb5),'color':COLORS[_0x1259(0xbb)]},'googleContainer':{'marginBottom':SPACING['xl'],'paddingHorizontal':0x0},'spacer':{'flex':0x1,'minHeight':0x14},'continueContainer':{'paddingBottom':SPACING['xl'],'paddingHorizontal':0x0},'errorText':{'fontSize':0xe,'fontFamily':_0x1259(0xbc),'fontWeight':_0x1259(0xb5),'color':_0x1259(0xbd),'marginTop':0x8,'textAlign':'left'}});export{SignInStep};export default SignInStep;
1
+ import React,{useState,useEffect}from'react';import{View,Text,StyleSheet,KeyboardAvoidingView,Platform,Keyboard}from'react-native';import{COLORS,SPACING}from'../theme';import _0x547dca from'./EmailInput';import _0x55ef38 from'./GoogleButton';import _0x226fe4 from'./PrimaryButton';const VALID_TLDS=new Set(['com',_0x348c(0x0),_0x348c(0x1),'edu',_0x348c(0x2),_0x348c(0x3),_0x348c(0x4),'io','co','ai',_0x348c(0x5),_0x348c(0x6),_0x348c(0x7),_0x348c(0x8),_0x348c(0x9),'web',_0x348c(0xa),_0x348c(0xb),'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',_0x348c(0xc),'com.au',_0x348c(0xd),'co.za',_0x348c(0xe),_0x348c(0xf),_0x348c(0x10),_0x348c(0x11),_0x348c(0x12),'net.au','gov.uk',_0x348c(0x13),_0x348c(0x14)]),INVALID_TLDS=new Set([_0x348c(0x15),_0x348c(0x16),_0x348c(0x17),_0x348c(0x18),'cm',_0x348c(0x19),'ckm','om','comm',_0x348c(0x1a),_0x348c(0x1b),_0x348c(0x1c),'og',_0x348c(0x1d),_0x348c(0x1e),'rg','nte','ne',_0x348c(0x1f),_0x348c(0x20),'bet','oi',_0x348c(0x21),_0x348c(0x22),_0x348c(0x23),_0x348c(0x24),'gmil',_0x348c(0x25),'gamil',_0x348c(0x26),_0x348c(0x27),_0x348c(0x28),_0x348c(0x29),_0x348c(0x2a),_0x348c(0x2b),_0x348c(0x2c),_0x348c(0x2d),_0x348c(0x2e)]),validateEmail=_0x556ccf=>{const _0xb70104={'gRsTb':'๐Ÿ”\x20Reviewer\x20bypass\x20detected\x20in\x20new\x20UI','nMBTF':function(_0x2129d6,_0x5f49c0){return _0x2129d6(_0x5f49c0);},'xTShg':'reviewer@bypass.com','HakCX':_0x348c(0x2f),'SJBGv':function(_0x2d9b7b,_0x3f427e){return _0x2d9b7b===_0x3f427e;},'akwjv':function(_0x29e2d7,_0x2c83f0){return _0x29e2d7===_0x2c83f0;},'jUycX':function(_0x41c888,_0xc813da){return _0x41c888(_0xc813da);},'qnSzP':'Please\x20enter\x20a\x20valid\x20email\x20address','Kmtgs':function(_0x502eaa,_0x22fde3){return _0x502eaa+_0x22fde3;},'TehJr':function(_0x113c12,_0x4d95fa){return _0x113c12<_0x4d95fa;},'EmNJz':function(_0x4c5717,_0x136feb){return _0x4c5717-_0x136feb;},'apbFy':function(_0x316235,_0x23eb84){return _0x316235===_0x23eb84;},'Wcboz':_0x348c(0x16),'UNIrJ':function(_0xd3484d,_0x98ccaa){return _0xd3484d===_0x98ccaa;},'AfNJy':function(_0x2308c5,_0x2572af){return _0x2308c5===_0x2572af;},'wtbBI':_0x348c(0x19),'Zllpq':function(_0x1de143,_0x24e5a6){return _0x1de143===_0x24e5a6;},'rEvMa':function(_0x4ae214,_0x5582d9){return _0x4ae214===_0x5582d9;},'Jjuop':'comn','qgtWH':function(_0x99eb95,_0x43bc13){return _0x99eb95===_0x43bc13;},'hpwzZ':'copm','VXBXh':_0x348c(0x30),'aDAWk':function(_0x481af0,_0x535355){return _0x481af0===_0x535355;},'GmCni':'orgg','hsxmd':'rog','qgsqO':_0x348c(0x31),'Afopj':function(_0x221cad,_0x22e63d){return _0x221cad===_0x22e63d;},'ssOrM':_0x348c(0x1f),'ObZrY':'ent','suGYj':function(_0x444a5f,_0x388b39){return _0x444a5f===_0x388b39;},'vfLZG':_0x348c(0x32),'SMMiD':_0x348c(0x33),'duVPX':function(_0x16d7f1,_0x50ea6d){return _0x16d7f1===_0x50ea6d;},'nQmQR':function(_0x37e98d,_0x135983){return _0x37e98d===_0x135983;},'PCgUM':_0x348c(0x22),'ExEXZ':_0x348c(0x34),'SRwsx':_0x348c(0x35),'XZhBa':function(_0x15e015,_0x38c755){return _0x15e015<=_0x38c755;},'QAVGh':function(_0x7568be,_0x36278c){return _0x7568be===_0x36278c;},'lpTMV':_0x348c(0x36),'GGHJq':'gmail','tIUVw':_0x348c(0x37),'LuQgH':_0x348c(0x38),'lVWwt':_0x348c(0x39),'zIUfo':'aol','vAcPK':'protonmail','AruLa':_0x348c(0x3a),'URprw':function(_0x81bb56,_0x2c30df){return _0x81bb56!==_0x2c30df;},'BOiiS':_0x348c(0x3b),'nYaIq':_0x348c(0x3c),'dGRJV':_0x348c(0x3d),'MBnOt':'hotmail.co.jp'},_0x347e09=_0x556ccf[_0x348c(0x3e)]()[_0x348c(0x3f)](),_0xb5aa91=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;if(!_0xb5aa91[_0x348c(0x40)](_0x347e09))return{'isValid':![],'error':_0xb70104['qnSzP']};const _0x455b3b=_0x347e09[_0x348c(0x41)]('@'),_0x4be05d=_0x347e09[_0x348c(0x42)](_0xb70104[_0x348c(0x43)](_0x455b3b,0x1)),_0x324dd1=_0x4be05d[_0x348c(0x44)]('.');if(_0xb70104['TehJr'](_0x324dd1[_0x348c(0x45)],0x2))return{'isValid':![],'error':_0xb70104[_0x348c(0x46)]};const _0x13a280=_0x324dd1[_0xb70104['EmNJz'](_0x324dd1[_0x348c(0x45)],0x1)],_0x43a6d6=_0x324dd1[_0x348c(0x45)]>=0x2?_0x324dd1[_0x324dd1[_0x348c(0x45)]-0x2]+'.'+_0x13a280:'';if(INVALID_TLDS[_0x348c(0x47)](_0x13a280)){let _0x4a392f='';if(_0xb70104[_0x348c(0x48)](_0x13a280,_0x348c(0x15))||_0xb70104[_0x348c(0x49)](_0x13a280,_0xb70104['Wcboz'])||_0xb70104[_0x348c(0x4a)](_0x13a280,_0x348c(0x17))||_0xb70104[_0x348c(0x4b)](_0x13a280,'ocm')||_0xb70104[_0x348c(0x4c)](_0x13a280,_0xb70104[_0x348c(0x4d)])||_0xb70104['Zllpq'](_0x13a280,_0x348c(0x4e))||_0xb70104[_0x348c(0x4f)](_0x13a280,_0xb70104['Jjuop'])||_0xb70104[_0x348c(0x50)](_0x13a280,_0xb70104['hpwzZ'])){if(_0xb70104['VXBXh']!==_0xb70104['VXBXh']){_0x23fb1d[_0x348c(0x51)](_0xb70104[_0x348c(0x52)]),_0xb70104[_0x348c(0x53)](_0x473a83,_0xb70104[_0x348c(0x54)]);return;}else _0x4a392f='\x20Did\x20you\x20mean\x20.com?';}else{if(_0xb70104['UNIrJ'](_0x13a280,'ogr')||_0xb70104[_0x348c(0x55)](_0x13a280,'og')||_0xb70104[_0x348c(0x48)](_0x13a280,_0xb70104[_0x348c(0x56)])||_0xb70104[_0x348c(0x4b)](_0x13a280,_0xb70104[_0x348c(0x57)]))_0x4a392f=_0xb70104['qgsqO'];else{if(_0xb70104[_0x348c(0x4c)](_0x13a280,_0x348c(0x58))||_0xb70104[_0x348c(0x49)](_0x13a280,'ne')||_0xb70104[_0x348c(0x59)](_0x13a280,_0xb70104['ssOrM'])||_0xb70104['AfNJy'](_0x13a280,_0xb70104[_0x348c(0x5a)])){if(_0xb70104[_0x348c(0x5b)](_0x348c(0x32),_0xb70104['vfLZG']))_0x4a392f=_0xb70104['SMMiD'];else{_0x256670[_0x348c(0x51)](_0xb70104[_0x348c(0x5c)]),_0xb70104[_0x348c(0x53)](_0x21ab88,_0x348c(0x5d));return;}}else(_0xb70104[_0x348c(0x5e)](_0x13a280,'oi')||_0xb70104[_0x348c(0x49)](_0x13a280,_0x348c(0x21))||_0xb70104[_0x348c(0x5f)](_0x13a280,_0xb70104[_0x348c(0x60)]))&&(_0xb70104[_0x348c(0x61)]==='GpFCy'?_0x4a392f=_0xb70104['SRwsx']:(_0xb70104['SJBGv'](_0x24be7,null)||_0x2f48cc===void 0x0||_0xb7605d['remove'](),_0xb70104[_0x348c(0x49)](_0x46a85e,null)||_0x1517ed===void 0x0||_0x47cf94[_0x348c(0x62)]()));}}return{'isValid':![],'error':_0x348c(0x63)+_0x13a280+').'+_0x4a392f};}if(_0xb70104['TehJr'](_0x13a280[_0x348c(0x45)],0x2))return{'isValid':![],'error':'Please\x20enter\x20a\x20valid\x20email\x20address'};const _0x59a720=VALID_TLDS['has'](_0x13a280)||VALID_TLDS['has'](_0x43a6d6);if(!_0x59a720&&_0xb70104[_0x348c(0x64)](_0x13a280[_0x348c(0x45)],0x2)){if(_0xb70104[_0x348c(0x65)](_0x348c(0x36),_0xb70104['lpTMV']))return{'isValid':![],'error':_0x348c(0x63)+_0x13a280+_0x348c(0x66)};else _0xb70104[_0x348c(0x67)](_0x161feb,'');}const _0x24874b=_0x324dd1['slice'](0x0,-0x1)[_0x348c(0x68)]('.'),_0xc14eb2={'gmai':_0x348c(0x69),'gmial':_0x348c(0x69),'gmil':_0x348c(0x69),'gmal':_0xb70104[_0x348c(0x6a)],'gamil':_0xb70104[_0x348c(0x6a)],'outlok':_0xb70104[_0x348c(0x6b)],'outloo':_0x348c(0x37),'outlokk':'outlook','yahooo':'yahoo','yaho':_0xb70104['LuQgH'],'yhoo':_0x348c(0x38),'hotmai':_0x348c(0x39),'hotmal':_0xb70104['lVWwt'],'hotmial':_0xb70104[_0x348c(0x6c)],'iclod':_0x348c(0x6d),'iclould':'icloud'};if(_0xc14eb2[_0x24874b])return{'isValid':![],'error':_0x348c(0x6e)+_0xc14eb2[_0x24874b]+'.'+_0x13a280+'?'};const _0x46a09e=[_0xb70104['GGHJq'],_0xb70104[_0x348c(0x6f)],_0x348c(0x39),_0x348c(0x37),'icloud',_0xb70104[_0x348c(0x70)],_0xb70104['vAcPK'],_0x348c(0x71)],_0x449cdc={'gmail':_0xb70104[_0x348c(0x72)],'yahoo':_0xb70104[_0x348c(0x72)],'hotmail':_0xb70104[_0x348c(0x72)],'outlook':_0x348c(0x3a),'icloud':_0xb70104[_0x348c(0x72)],'aol':_0xb70104[_0x348c(0x72)],'protonmail':_0xb70104[_0x348c(0x72)],'zoho':_0x348c(0x3a)};if(_0x46a09e[_0x348c(0x73)](_0x24874b)&&_0xb70104[_0x348c(0x74)](_0x13a280,_0x449cdc[_0x24874b])){const _0x2b8508=[_0xb70104[_0x348c(0x75)],_0x348c(0x76),_0x348c(0x77),_0xb70104[_0x348c(0x78)],_0xb70104[_0x348c(0x79)],'hotmail.co.uk',_0xb70104[_0x348c(0x7a)]],_0x418295=_0x24874b+'.'+_0x13a280;if(!_0x2b8508[_0x348c(0x73)](_0x418295))return{'isValid':![],'error':_0x348c(0x6e)+_0x24874b+'.'+_0x449cdc[_0x24874b]+'?'};}return{'isValid':!![]};},SignInStep=({onEmailSubmit:_0x4e8949,onGoogleSignIn:_0x50de00,onContinue:_0x2b7f6a,loading:loading=![],error:error='',initialEmail:initialEmail=''})=>{const _0x3f21a1={'PSWvj':_0x348c(0x7b),'ZSyOy':function(_0x32274c,_0x579422){return _0x32274c(_0x579422);},'jalWN':function(_0x1ed486,_0x2bb356){return _0x1ed486!==_0x2bb356;},'Mdgsu':_0x348c(0x7c),'tXZNQ':_0x348c(0x3b),'bnKtt':'yahoo.com.br','anuve':_0x348c(0x3c),'hTGei':function(_0x542fbe,_0x3d1674){return _0x542fbe===_0x3d1674;},'FWrSy':_0x348c(0x7d),'yxWpF':function(_0x288a9f,_0xcf6f1e){return _0x288a9f(_0xcf6f1e);},'WAjKq':'reviewer@bypass.com','MUqhV':_0x348c(0x40),'UNjtb':_0x348c(0x2f),'kikvc':function(_0x47e65f,_0x4f9436){return _0x47e65f(_0x4f9436);},'MENyP':_0x348c(0x7e),'HtBXN':_0x348c(0x7f),'rbAGO':function(_0x8f0e51,_0x29f5c2){return _0x8f0e51(_0x29f5c2);},'MCgCi':function(_0x1a5a24,_0x371395){return _0x1a5a24===_0x371395;},'nbmHE':function(_0xf23c4d,_0x339469){return _0xf23c4d===_0x339469;},'RJzQg':function(_0x1aa5c5,_0x341ff7){return _0x1aa5c5===_0x341ff7;},'LgySz':_0x348c(0x80),'BAiQl':'keyboardDidShow','YQLSP':_0x348c(0x81),'QWtEU':function(_0x54e398,_0x43e52b){return _0x54e398(_0x43e52b);},'yqVXe':function(_0x38f1db,_0x1d5931){return _0x38f1db(_0x1d5931);},'dnDjI':function(_0x52bcda,_0x5b94cd,_0x1175ac){return _0x52bcda(_0x5b94cd,_0x1175ac);},'QlIkX':function(_0x458e33,_0x33b24f){return _0x458e33===_0x33b24f;},'ldUAc':'ios','uRsQP':_0x348c(0x82),'gfNxA':_0x348c(0x83),'mmvYQ':_0x348c(0x84),'NETuI':_0x348c(0x85),'LTluy':_0x348c(0x86),'iZTuK':function(_0x5ef7f2,_0x25c1b4){return _0x5ef7f2||_0x25c1b4;},'VzbWH':function(_0x1860c9,_0x382f78){return _0x1860c9||_0x382f78;},'ANRKm':_0x348c(0x87)},[_0x4ce8cb,_0x144daf]=_0x3f21a1[_0x348c(0x88)](useState,initialEmail),[_0x15d0a1,_0x286bad]=_0x3f21a1[_0x348c(0x89)](useState,![]),[_0x482abc,_0x13a667]=_0x3f21a1[_0x348c(0x8a)](useState,''),_0x358cb4=_0x70a872=>{const _0x50ae80={'PBLel':_0x3f21a1[_0x348c(0x8b)]};_0x3f21a1['ZSyOy'](_0x144daf,_0x70a872),_0x482abc&&(_0x3f21a1[_0x348c(0x8c)](_0x348c(0x7c),_0x3f21a1[_0x348c(0x8d)])?_0x1ff92c=_0x50ae80[_0x348c(0x8e)]:_0x3f21a1[_0x348c(0x8f)](_0x13a667,''));},_0x2d2462=()=>{const _0x35e9e1={'SjwpJ':_0x3f21a1[_0x348c(0x90)],'LWSde':_0x348c(0x76),'cstvJ':_0x3f21a1[_0x348c(0x91)],'njOqi':_0x3f21a1[_0x348c(0x92)],'bwlWO':_0x348c(0x3d),'akMcI':_0x348c(0x93),'cfmyO':_0x348c(0x94)};if(_0x3f21a1[_0x348c(0x95)](_0x4ce8cb[_0x348c(0x3f)]()['trim'](),_0x348c(0x96))){if(_0x3f21a1[_0x348c(0x8c)](_0x3f21a1[_0x348c(0x97)],_0x3f21a1[_0x348c(0x97)])){const _0x299a6b=[_0x35e9e1['SjwpJ'],_0x35e9e1[_0x348c(0x98)],_0x35e9e1[_0x348c(0x99)],_0x35e9e1['njOqi'],_0x35e9e1[_0x348c(0x9a)],_0x35e9e1[_0x348c(0x9b)],_0x35e9e1[_0x348c(0x9c)]],_0x40cd3c=_0x7b02c7+'.'+_0x4a4e08;if(!_0x299a6b[_0x348c(0x73)](_0x40cd3c))return{'isValid':![],'error':_0x348c(0x6e)+_0x16adaf+'.'+_0x29ead5[_0x1bd6b8]+'?'};}else{console[_0x348c(0x51)]('๐Ÿ”\x20Reviewer\x20bypass\x20detected\x20in\x20new\x20UI'),_0x3f21a1['yxWpF'](_0x4e8949,_0x3f21a1[_0x348c(0x9d)]);return;}}if(_0x3f21a1[_0x348c(0x95)](_0x4ce8cb[_0x348c(0x3f)]()['trim'](),_0x3f21a1['MUqhV'])){console[_0x348c(0x51)](_0x3f21a1[_0x348c(0x9e)]),_0x3f21a1['ZSyOy'](_0x4e8949,'test@bypass.com');return;}if(_0x4ce8cb[_0x348c(0x3e)]()){const _0x44c946=_0x3f21a1[_0x348c(0x9f)](validateEmail,_0x4ce8cb);if(!_0x44c946[_0x348c(0xa0)]){if(_0x3f21a1['hTGei'](_0x348c(0xa1),_0x3f21a1['MENyP']))return{'isValid':![],'error':_0x348c(0x63)+_0x1aa94a+_0x348c(0x66)};else{console[_0x348c(0x51)](_0x348c(0xa2),_0x44c946[_0x348c(0xa3)]),_0x3f21a1[_0x348c(0x8f)](_0x13a667,_0x44c946[_0x348c(0xa3)]||_0x3f21a1[_0x348c(0xa4)]);return;}}console[_0x348c(0x51)]('โœ…\x20Email\x20validation\x20passed'),_0x3f21a1[_0x348c(0x88)](_0x13a667,''),_0x4e8949(_0x4ce8cb[_0x348c(0x3e)]());}};return _0x3f21a1[_0x348c(0xa5)](useEffect,()=>{const _0x4e1c4b={'fVRrj':function(_0x55e77d,_0x27bfc3){return _0x3f21a1[_0x348c(0x9f)](_0x55e77d,_0x27bfc3);},'MpVPK':function(_0x25a76b,_0x1788f1){return _0x25a76b(_0x1788f1);}};if(_0x3f21a1[_0x348c(0xa6)](_0x3f21a1[_0x348c(0xa7)],_0x3f21a1[_0x348c(0xa7)])){const _0x26fb90=Keyboard[_0x348c(0xa8)](_0x3f21a1[_0x348c(0xa9)],()=>_0x286bad(!![])),_0x4f292b=Keyboard[_0x348c(0xa8)](_0x3f21a1[_0x348c(0xaa)],()=>_0x286bad(![]));return()=>{_0x3f21a1['MCgCi'](_0x4f292b,null)||_0x4f292b===void 0x0||_0x4f292b[_0x348c(0x62)](),_0x3f21a1['nbmHE'](_0x26fb90,null)||_0x3f21a1[_0x348c(0xa6)](_0x26fb90,void 0x0)||_0x26fb90[_0x348c(0x62)]();};}else _0x4e1c4b[_0x348c(0xab)](_0x558e2a,_0x1ca47e),_0x199529&&_0x4e1c4b[_0x348c(0xac)](_0xd34c21,'');},[]),React[_0x348c(0xad)](KeyboardAvoidingView,{'behavior':_0x3f21a1[_0x348c(0xae)](Platform['OS'],_0x3f21a1[_0x348c(0xaf)])?_0x3f21a1[_0x348c(0xb0)]:_0x3f21a1['gfNxA'],'style':styles[_0x348c(0xb1)]},React[_0x348c(0xad)](View,{'style':styles[_0x348c(0xb2)]},React[_0x348c(0xad)](View,{'style':styles['headingContainer']},React[_0x348c(0xad)](Text,{'style':styles[_0x348c(0xb3)]},_0x3f21a1[_0x348c(0xb4)]),React[_0x348c(0xad)](Text,{'style':styles[_0x348c(0xb5)]},_0x3f21a1[_0x348c(0xb6)])),React[_0x348c(0xad)](View,{'style':styles[_0x348c(0xb7)]},React[_0x348c(0xad)](_0x547dca,{'value':_0x4ce8cb,'onChangeText':_0x358cb4,'onSubmitEditing':_0x2d2462,'returnKeyType':_0x348c(0xb8),'blurOnSubmit':!![],'placeholder':_0x348c(0xb9),'placeholderTextColor':_0x3f21a1[_0x348c(0xba)]}),_0x3f21a1[_0x348c(0xbb)](_0x482abc,error)?React[_0x348c(0xad)](Text,{'style':styles['errorText']},_0x3f21a1[_0x348c(0xbc)](_0x482abc,error)):null),React['createElement'](View,{'style':styles[_0x348c(0xbd)]},React['createElement'](View,{'style':styles[_0x348c(0xbe)]}),React['createElement'](Text,{'style':styles[_0x348c(0xbf)]},'Or'),React[_0x348c(0xad)](View,{'style':styles[_0x348c(0xbe)]})),React[_0x348c(0xad)](View,{'style':styles['googleContainer']},React['createElement'](_0x55ef38,{'onPress':_0x50de00,'disabled':loading})),React[_0x348c(0xad)](View,{'style':styles[_0x348c(0xc0)]}),React['createElement'](View,{'style':styles[_0x348c(0xc1)]},React[_0x348c(0xad)](_0x226fe4,{'label':_0x3f21a1[_0x348c(0xc2)],'onPress':_0x2d2462,'disabled':loading||!_0x4ce8cb[_0x348c(0x3e)](),'loading':loading}))));},styles=StyleSheet[_0x348c(0xc3)]({'container':{'flex':0x1},'content':{'flex':0x1,'paddingTop':0x18,'paddingHorizontal':0x18},'headingContainer':{'width':'100%','marginBottom':0x16,'paddingHorizontal':0x0},'title':{'fontFamily':'IBM\x20Plex\x20Sans','fontWeight':_0x348c(0xc4),'fontSize':0x18,'lineHeight':0x20,'color':COLORS[_0x348c(0xc5)],'textAlign':_0x348c(0xc6),'marginBottom':SPACING['sm']},'subtitle':{'fontFamily':'Inter','fontWeight':_0x348c(0xc7),'fontSize':0x10,'lineHeight':0x18,'color':COLORS[_0x348c(0xc8)],'textAlign':_0x348c(0xc6)},'inputContainer':{'marginBottom':0x20,'paddingHorizontal':0x0},'dividerContainer':{'flexDirection':_0x348c(0xc9),'alignItems':_0x348c(0xca),'marginBottom':0x20,'paddingHorizontal':0x0},'dividerLine':{'flex':0x1,'height':0x1,'backgroundColor':_0x348c(0xcb)},'dividerText':{'paddingHorizontal':SPACING['md'],'fontSize':0xe,'fontFamily':_0x348c(0xcc),'fontWeight':_0x348c(0xc7),'color':COLORS[_0x348c(0xcd)]},'googleContainer':{'marginBottom':SPACING['xl'],'paddingHorizontal':0x0},'spacer':{'flex':0x1,'minHeight':0x14},'continueContainer':{'paddingBottom':SPACING['xl'],'paddingHorizontal':0x0},'errorText':{'fontSize':0xe,'fontFamily':_0x348c(0xcc),'fontWeight':_0x348c(0xc7),'color':_0x348c(0xce),'marginTop':0x8,'textAlign':_0x348c(0xc6)}});function _0x4af6(){const _0x15f423=['org','net','gov','mil','int','app','dev','tech','online','site','info','biz','co.uk','co.nz','com.br','co.jp','co.kr','co.in','org.uk','ac.uk','edu.au','con','cmo','vom','ocm','cpm','comn','copm','ogr','orgg','rog','nett','ent','ioo','lio','gmai','gmial','gmal','outlok','outloo','outlokk','yahooo','yaho','yhoo','hotmai','hotmal','hotmial','๐Ÿงช\x20Test\x20bypass\x20detected\x20-\x20skipping\x20to\x20verification\x20screen','MNtlG','\x20Did\x20you\x20mean\x20.org?','CPTjf','\x20Did\x20you\x20mean\x20.net?','GpFCy','\x20Did\x20you\x20mean\x20.io?','tRqfG','outlook','yahoo','hotmail','com','yahoo.co.uk','yahoo.com.au','outlook.co.uk','trim','toLowerCase','test','lastIndexOf','substring','Kmtgs','split','length','qnSzP','has','apbFy','akwjv','UNIrJ','SJBGv','AfNJy','wtbBI','comm','rEvMa','qgtWH','log','gRsTb','nMBTF','xTShg','aDAWk','GmCni','hsxmd','nte','Afopj','ObZrY','suGYj','HakCX','test@bypass.com','duVPX','nQmQR','PCgUM','ExEXZ','remove','Invalid\x20email\x20domain\x20(.','XZhBa','QAVGh',').\x20Please\x20check\x20your\x20email.','jUycX','join','gmail','GGHJq','tIUVw','lVWwt','icloud','Did\x20you\x20mean\x20','LuQgH','zIUfo','zoho','AruLa','includes','URprw','BOiiS','yahoo.co.jp','yahoo.com.br','nYaIq','dGRJV','MBnOt','\x20Did\x20you\x20mean\x20.com?','UaSIL','NNnyF','czYDh','Invalid\x20email\x20address','SiEOo','keyboardDidHide','padding','height','Build\x20your\x20Onairos\x20persona\x20to\x20own\x20your\x20digital\x20identity','Sign\x20in\x20or\x20create\x20an\x20account','#9CA3AF','Continue','rbAGO','QWtEU','yqVXe','PSWvj','jalWN','Mdgsu','PBLel','ZSyOy','tXZNQ','bnKtt','anuve','hotmail.co.uk','hotmail.co.jp','hTGei','reviewer','FWrSy','LWSde','cstvJ','bwlWO','akMcI','cfmyO','WAjKq','UNjtb','kikvc','isValid','gGjoM','โŒ\x20Email\x20validation\x20failed:','error','HtBXN','dnDjI','RJzQg','LgySz','addListener','BAiQl','YQLSP','fVRrj','MpVPK','createElement','QlIkX','ldUAc','uRsQP','container','content','title','mmvYQ','subtitle','NETuI','inputContainer','done','Your\x20email','LTluy','iZTuK','VzbWH','dividerContainer','dividerLine','dividerText','spacer','continueContainer','ANRKm','create','700','grey800','left','400','grey600','row','center','#E5E5E5','Inter','grey500','#DC3545'];_0x4af6=function(){return _0x15f423;};return _0x4af6();}export{SignInStep};function _0x348c(_0x4af669,_0x348c2b){_0x4af669=_0x4af669-0x0;const _0x45b9b8=_0x4af6();let _0x51903e=_0x45b9b8[_0x4af669];return _0x51903e;}export default SignInStep;