@onairos/react-native 3.5.4 โ†’ 3.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (253) hide show
  1. package/README.md +423 -423
  2. package/lib/commonjs/api/index.js +1 -1
  3. package/lib/commonjs/assets/images/Checkbox.svg +3 -3
  4. package/lib/commonjs/assets/images/EnochE.svg +19 -19
  5. package/lib/commonjs/assets/images/OnairosNewLogo.png +0 -0
  6. package/lib/commonjs/assets/images/Personalityprofile.svg +3 -3
  7. package/lib/commonjs/assets/images/Personalitytraits.svg +3 -3
  8. package/lib/commonjs/assets/images/Userpreferences.svg +3 -3
  9. package/lib/commonjs/assets/images/arrow.svg +20 -20
  10. package/lib/commonjs/assets/images/basicproficon.svg +43 -43
  11. package/lib/commonjs/assets/images/basicprofile.svg +3 -3
  12. package/lib/commonjs/assets/images/checkmark.svg +4 -4
  13. package/lib/commonjs/assets/images/contentanalysis.svg +3 -3
  14. package/lib/commonjs/assets/images/contenticon.svg +23 -23
  15. package/lib/commonjs/assets/images/personalityicon.svg +18 -18
  16. package/lib/commonjs/assets/images/x-close.svg +3 -3
  17. package/lib/commonjs/components/BodyText.js +1 -1
  18. package/lib/commonjs/components/BrandMark.js +1 -1
  19. package/lib/commonjs/components/CodeInput.js +1 -1
  20. package/lib/commonjs/components/EmailInput.js +1 -1
  21. package/lib/commonjs/components/GoogleButton.js +1 -1
  22. package/lib/commonjs/components/HeadingGroup.js +1 -1
  23. package/lib/commonjs/components/LLMDataInputModal.js +1 -1
  24. package/lib/commonjs/components/ModalHeader.js +1 -1
  25. package/lib/commonjs/components/ModalSheet.js +1 -1
  26. package/lib/commonjs/components/Onairos.js +1 -1
  27. package/lib/commonjs/components/OnairosButton.js +1 -1
  28. package/lib/commonjs/components/OnairosSignInButton.js +1 -1
  29. package/lib/commonjs/components/Overlay.js +1 -1
  30. package/lib/commonjs/components/PersonaImage.js +1 -1
  31. package/lib/commonjs/components/PersonaLoadingScreen.js +1 -1
  32. package/lib/commonjs/components/PersonalizationConsentScreen.js +1 -1
  33. package/lib/commonjs/components/PinCreationScreen.js +1 -1
  34. package/lib/commonjs/components/PinInput.js +1 -1
  35. package/lib/commonjs/components/PlatformConnectorsStep.js +3 -2
  36. package/lib/commonjs/components/PlatformList.js +1 -1
  37. package/lib/commonjs/components/PlatformToggle.js +1 -1
  38. package/lib/commonjs/components/PrimaryButton.js +1 -1
  39. package/lib/commonjs/components/SignInMatchAnimation.js +1 -1
  40. package/lib/commonjs/components/SignInStep.js +1 -1
  41. package/lib/commonjs/components/UniversalOnboarding.js +2 -1
  42. package/lib/commonjs/components/VerificationStep.js +1 -1
  43. package/lib/commonjs/components/WelcomeScreen.js +2 -1
  44. package/lib/commonjs/components/icons/Basicproficon.js +1 -1
  45. package/lib/commonjs/components/icons/Basicprofile.js +1 -1
  46. package/lib/commonjs/components/icons/Checkbox.js +1 -1
  47. package/lib/commonjs/components/icons/Checkmark.js +1 -1
  48. package/lib/commonjs/components/icons/Contentanalysis.js +1 -1
  49. package/lib/commonjs/components/icons/Contenticon.js +1 -1
  50. package/lib/commonjs/components/icons/EnochE.js +1 -1
  51. package/lib/commonjs/components/icons/Personalityicon.js +1 -1
  52. package/lib/commonjs/components/icons/Personalityprofile.js +1 -1
  53. package/lib/commonjs/components/icons/Personalitytraits.js +1 -1
  54. package/lib/commonjs/components/icons/Userpreferences.js +1 -1
  55. package/lib/commonjs/components/icons/index.js +1 -1
  56. package/lib/commonjs/components/onboarding/OAuthWebView.js +6 -2
  57. package/lib/commonjs/components/onboarding/OnboardingHeader.js +1 -1
  58. package/lib/commonjs/components/onboarding/PinInput.js +1 -1
  59. package/lib/commonjs/components/onboarding/PlatformConnector.js +1 -1
  60. package/lib/commonjs/config/api.js +1 -1
  61. package/lib/commonjs/constants/index.js +1 -1
  62. package/lib/commonjs/context/AuthContext.js +1 -1
  63. package/lib/commonjs/hooks/useConnectedAccounts.js +1 -1
  64. package/lib/commonjs/hooks/useConnections.js +1 -1
  65. package/lib/commonjs/hooks/useCredentials.js +1 -1
  66. package/lib/commonjs/hooks/useUserConnections.js +1 -1
  67. package/lib/commonjs/index.js +5 -6
  68. package/lib/commonjs/services/SDK_API_KEY_VALIDATION.md +421 -421
  69. package/lib/commonjs/services/apiClient.js +1 -1
  70. package/lib/commonjs/services/apiKeyService.js +1 -1
  71. package/lib/commonjs/services/authService.js +1 -1
  72. package/lib/commonjs/services/biometricPinService.js +1 -1
  73. package/lib/commonjs/services/chatGPTConversationExtractor.js +1 -1
  74. package/lib/commonjs/services/chatGPTConversationService.js +1 -1
  75. package/lib/commonjs/services/claudeConversationExtractor.js +1 -1
  76. package/lib/commonjs/services/claudeConversationService.js +1 -1
  77. package/lib/commonjs/services/connectedAccountsService.js +1 -1
  78. package/lib/commonjs/services/googleAuthService.js +1 -1
  79. package/lib/commonjs/services/hingeDataExtractor.js +8 -0
  80. package/lib/commonjs/services/hingeDataService.js +9 -0
  81. package/lib/commonjs/services/imageCompressionService.js +1 -1
  82. package/lib/commonjs/services/instagramDataExtractor.js +8 -0
  83. package/lib/commonjs/services/instagramDataService.js +9 -0
  84. package/lib/commonjs/services/jwtStorageService.js +1 -1
  85. package/lib/commonjs/services/linkedinDOMExtractor.js +1 -1
  86. package/lib/commonjs/services/linkedinProfileService.js +1 -1
  87. package/lib/commonjs/services/linkedinScrapingService.js +1 -1
  88. package/lib/commonjs/services/llmDataStorage.js +1 -1
  89. package/lib/commonjs/services/mobileTrainingService.js +1 -1
  90. package/lib/commonjs/services/oauthService.js +1 -1
  91. package/lib/commonjs/services/pinEncryptionService.js +1 -1
  92. package/lib/commonjs/services/pinStorageUtils.js +1 -1
  93. package/lib/commonjs/services/platformAuthService.js +1 -1
  94. package/lib/commonjs/services/sephoraDataExtractor.js +8 -0
  95. package/lib/commonjs/services/sephoraDataService.js +9 -0
  96. package/lib/commonjs/services/storageService.js +1 -1
  97. package/lib/commonjs/services/telegramDataExtractor.js +8 -0
  98. package/lib/commonjs/services/telegramDataService.js +11 -0
  99. package/lib/commonjs/services/trainingApiHelpers.js +1 -1
  100. package/lib/commonjs/services/userConnectionsService.js +1 -1
  101. package/lib/commonjs/services/youtubeMigrationService.js +1 -1
  102. package/lib/commonjs/theme/index.js +1 -1
  103. package/lib/commonjs/types/index.js +1 -1
  104. package/lib/commonjs/types.js +1 -1
  105. package/lib/commonjs/utils/Portal.js +1 -1
  106. package/lib/commonjs/utils/api.js +1 -1
  107. package/lib/commonjs/utils/assetRegistry.js +2 -2
  108. package/lib/commonjs/utils/auth.js +1 -1
  109. package/lib/commonjs/utils/connectorTests.js +29 -0
  110. package/lib/commonjs/utils/crypto.js +1 -1
  111. package/lib/commonjs/utils/debugHelper.js +1 -1
  112. package/lib/commonjs/utils/encryption.js +1 -1
  113. package/lib/commonjs/utils/eventUtils.js +1 -1
  114. package/lib/commonjs/utils/haptics.js +1 -1
  115. package/lib/commonjs/utils/imagePreloader.js +1 -1
  116. package/lib/commonjs/utils/networkDiagnostics.js +1 -1
  117. package/lib/commonjs/utils/onairosApi.js +1 -1
  118. package/lib/commonjs/utils/programmaticFlow.js +1 -1
  119. package/lib/commonjs/utils/retryHelper.js +1 -1
  120. package/lib/commonjs/utils/secureStorage.js +1 -1
  121. package/lib/commonjs/utils/webviewScripts/chatgpt.js +1 -1
  122. package/lib/commonjs/utils/webviewScripts/claude.js +1 -1
  123. package/lib/commonjs/utils/webviewScripts/hinge.js +1 -0
  124. package/lib/commonjs/utils/webviewScripts/index.js +6 -2
  125. package/lib/commonjs/utils/webviewScripts/instagram.js +1 -0
  126. package/lib/commonjs/utils/webviewScripts/linkedin.js +1 -1
  127. package/lib/commonjs/utils/webviewScripts/sephora.js +1 -0
  128. package/lib/commonjs/utils/webviewScripts/telegram.js +1 -0
  129. package/lib/module/api/index.js +1 -1
  130. package/lib/module/assets/images/Checkbox.svg +3 -3
  131. package/lib/module/assets/images/EnochE.svg +19 -19
  132. package/lib/module/assets/images/OnairosNewLogo.png +0 -0
  133. package/lib/module/assets/images/Personalityprofile.svg +3 -3
  134. package/lib/module/assets/images/Personalitytraits.svg +3 -3
  135. package/lib/module/assets/images/Userpreferences.svg +3 -3
  136. package/lib/module/assets/images/arrow.svg +20 -20
  137. package/lib/module/assets/images/basicproficon.svg +43 -43
  138. package/lib/module/assets/images/basicprofile.svg +3 -3
  139. package/lib/module/assets/images/checkmark.svg +4 -4
  140. package/lib/module/assets/images/contentanalysis.svg +3 -3
  141. package/lib/module/assets/images/contenticon.svg +23 -23
  142. package/lib/module/assets/images/personalityicon.svg +18 -18
  143. package/lib/module/assets/images/x-close.svg +3 -3
  144. package/lib/module/components/BodyText.js +1 -1
  145. package/lib/module/components/BrandMark.js +1 -1
  146. package/lib/module/components/CodeInput.js +1 -1
  147. package/lib/module/components/EmailInput.js +1 -1
  148. package/lib/module/components/GoogleButton.js +1 -1
  149. package/lib/module/components/HeadingGroup.js +1 -1
  150. package/lib/module/components/LLMDataInputModal.js +1 -1
  151. package/lib/module/components/ModalHeader.js +1 -1
  152. package/lib/module/components/ModalSheet.js +1 -1
  153. package/lib/module/components/Onairos.js +1 -1
  154. package/lib/module/components/OnairosButton.js +1 -1
  155. package/lib/module/components/OnairosSignInButton.js +1 -1
  156. package/lib/module/components/Overlay.js +1 -1
  157. package/lib/module/components/PersonaImage.js +1 -1
  158. package/lib/module/components/PersonaLoadingScreen.js +1 -1
  159. package/lib/module/components/PersonalizationConsentScreen.js +1 -1
  160. package/lib/module/components/PinCreationScreen.js +1 -1
  161. package/lib/module/components/PinInput.js +1 -1
  162. package/lib/module/components/PlatformConnectorsStep.js +7 -1
  163. package/lib/module/components/PlatformList.js +1 -1
  164. package/lib/module/components/PlatformToggle.js +1 -1
  165. package/lib/module/components/PrimaryButton.js +1 -1
  166. package/lib/module/components/SignInMatchAnimation.js +1 -1
  167. package/lib/module/components/SignInStep.js +1 -1
  168. package/lib/module/components/UniversalOnboarding.js +1 -1
  169. package/lib/module/components/VerificationStep.js +1 -1
  170. package/lib/module/components/WelcomeScreen.js +1 -1
  171. package/lib/module/components/icons/Basicproficon.js +1 -1
  172. package/lib/module/components/icons/Basicprofile.js +1 -1
  173. package/lib/module/components/icons/Checkbox.js +1 -1
  174. package/lib/module/components/icons/Checkmark.js +1 -1
  175. package/lib/module/components/icons/Contentanalysis.js +1 -1
  176. package/lib/module/components/icons/Contenticon.js +1 -1
  177. package/lib/module/components/icons/EnochE.js +1 -1
  178. package/lib/module/components/icons/Personalityicon.js +1 -1
  179. package/lib/module/components/icons/Personalityprofile.js +1 -1
  180. package/lib/module/components/icons/Personalitytraits.js +1 -1
  181. package/lib/module/components/icons/Userpreferences.js +1 -1
  182. package/lib/module/components/onboarding/OAuthWebView.js +1 -1
  183. package/lib/module/components/onboarding/OnboardingHeader.js +1 -1
  184. package/lib/module/components/onboarding/PinInput.js +1 -1
  185. package/lib/module/components/onboarding/PlatformConnector.js +1 -1
  186. package/lib/module/config/api.js +1 -1
  187. package/lib/module/constants/index.js +1 -1
  188. package/lib/module/context/AuthContext.js +1 -1
  189. package/lib/module/hooks/useConnectedAccounts.js +1 -1
  190. package/lib/module/hooks/useConnections.js +1 -1
  191. package/lib/module/hooks/useCredentials.js +1 -1
  192. package/lib/module/hooks/useUserConnections.js +1 -1
  193. package/lib/module/index.js +1 -1
  194. package/lib/module/services/SDK_API_KEY_VALIDATION.md +421 -421
  195. package/lib/module/services/apiClient.js +1 -1
  196. package/lib/module/services/apiKeyService.js +1 -1
  197. package/lib/module/services/authService.js +1 -1
  198. package/lib/module/services/biometricPinService.js +1 -1
  199. package/lib/module/services/chatGPTConversationExtractor.js +1 -1
  200. package/lib/module/services/chatGPTConversationService.js +1 -1
  201. package/lib/module/services/claudeConversationExtractor.js +1 -1
  202. package/lib/module/services/claudeConversationService.js +1 -1
  203. package/lib/module/services/connectedAccountsService.js +1 -1
  204. package/lib/module/services/googleAuthService.js +1 -1
  205. package/lib/module/services/hingeDataExtractor.js +1 -0
  206. package/lib/module/services/hingeDataService.js +1 -0
  207. package/lib/module/services/imageCompressionService.js +1 -1
  208. package/lib/module/services/instagramDataExtractor.js +1 -0
  209. package/lib/module/services/instagramDataService.js +1 -0
  210. package/lib/module/services/jwtStorageService.js +1 -1
  211. package/lib/module/services/linkedinDOMExtractor.js +1 -1
  212. package/lib/module/services/linkedinProfileService.js +1 -1
  213. package/lib/module/services/linkedinScrapingService.js +1 -1
  214. package/lib/module/services/llmDataStorage.js +1 -1
  215. package/lib/module/services/mobileTrainingService.js +1 -1
  216. package/lib/module/services/oauthService.js +1 -1
  217. package/lib/module/services/pinEncryptionService.js +1 -1
  218. package/lib/module/services/pinStorageUtils.js +1 -1
  219. package/lib/module/services/platformAuthService.js +1 -1
  220. package/lib/module/services/sephoraDataExtractor.js +1 -0
  221. package/lib/module/services/sephoraDataService.js +1 -0
  222. package/lib/module/services/storageService.js +1 -1
  223. package/lib/module/services/telegramDataExtractor.js +1 -0
  224. package/lib/module/services/telegramDataService.js +8 -0
  225. package/lib/module/services/trainingApiHelpers.js +1 -1
  226. package/lib/module/services/userConnectionsService.js +1 -1
  227. package/lib/module/services/youtubeMigrationService.js +1 -1
  228. package/lib/module/theme/index.js +1 -1
  229. package/lib/module/types.js +1 -1
  230. package/lib/module/utils/Portal.js +1 -1
  231. package/lib/module/utils/api.js +1 -1
  232. package/lib/module/utils/assetRegistry.js +2 -2
  233. package/lib/module/utils/auth.js +1 -1
  234. package/lib/module/utils/connectorTests.js +28 -0
  235. package/lib/module/utils/crypto.js +1 -1
  236. package/lib/module/utils/debugHelper.js +1 -1
  237. package/lib/module/utils/encryption.js +1 -1
  238. package/lib/module/utils/eventUtils.js +1 -1
  239. package/lib/module/utils/haptics.js +1 -1
  240. package/lib/module/utils/networkDiagnostics.js +1 -1
  241. package/lib/module/utils/onairosApi.js +1 -1
  242. package/lib/module/utils/programmaticFlow.js +1 -1
  243. package/lib/module/utils/retryHelper.js +1 -1
  244. package/lib/module/utils/secureStorage.js +1 -1
  245. package/lib/module/utils/webviewScripts/chatgpt.js +1 -1
  246. package/lib/module/utils/webviewScripts/claude.js +1 -1
  247. package/lib/module/utils/webviewScripts/hinge.js +1 -0
  248. package/lib/module/utils/webviewScripts/index.js +1 -1
  249. package/lib/module/utils/webviewScripts/instagram.js +1 -0
  250. package/lib/module/utils/webviewScripts/linkedin.js +1 -1
  251. package/lib/module/utils/webviewScripts/sephora.js +1 -0
  252. package/lib/module/utils/webviewScripts/telegram.js +1 -0
  253. package/package.json +1 -1
@@ -1 +1 @@
1
- function _0x4b4e(_0x1ce5c2,_0x4b4e35){_0x1ce5c2=_0x1ce5c2-0x0;const _0x2893be=_0x1ce5();let _0x296083=_0x2893be[_0x1ce5c2];return _0x296083;}import React,{useState}from'react';import{View,Text,TouchableOpacity,StyleSheet,ActivityIndicator}from'react-native';import _0x32addd from'react-native-linear-gradient';import{COLORS}from'../theme';const IconCircle=({size:size=0x28,children:_0x351279})=>{const _0x2f57c1={'cLZJk':function(_0x3532fd,_0x256c94){return _0x3532fd/_0x256c94;}};return React[_0x4b4e(0x0)](View,{'style':[styles[_0x4b4e(0x1)],{'width':size,'height':size,'borderRadius':_0x2f57c1[_0x4b4e(0x2)](size,0x2)}]},React[_0x4b4e(0x0)](_0x32addd,{'colors':[COLORS['iconCircleGradientStart'],COLORS[_0x4b4e(0x3)]],'style':[StyleSheet[_0x4b4e(0x4)],{'borderRadius':size/0x2}],'start':{'x':0x0,'y':0x0},'end':{'x':0x0,'y':0x1}}),React[_0x4b4e(0x0)](View,{'style':styles[_0x4b4e(0x5)]},_0x351279||React['createElement'](Text,{'style':styles[_0x4b4e(0x6)]},'โ†’')));},PrimaryButton=({label:label=_0x4b4e(0x7),onPress:_0x1c22f7,iconRight:_0x33e4a1,loading:loading=![],disabled:disabled=![],testID:_0x1117ce,style:_0x2a5313,textStyle:_0x555a42})=>{const _0xfa5ce={'nsmog':_0x4b4e(0x8),'fGOFo':_0x4b4e(0x9)},[_0x18e760,_0x1c05bf]=useState(![]),_0x4850fc=()=>_0x1c05bf(!![]),_0x9ddd2b=()=>_0x1c05bf(![]);return React['createElement'](TouchableOpacity,{'style':[styles[_0x4b4e(0xa)],!disabled&&styles['outerShadow'],disabled&&styles['disabled'],_0x2a5313],'onPress':_0x1c22f7,'onPressIn':_0x4850fc,'onPressOut':_0x9ddd2b,'disabled':disabled||loading,'activeOpacity':0x1,'testID':_0x1117ce,'accessibilityLabel':label,'accessibilityRole':_0xfa5ce[_0x4b4e(0xb)]},React[_0x4b4e(0x0)](_0x32addd,{'colors':[COLORS[_0x4b4e(0xc)],COLORS[_0x4b4e(0xd)]],'style':styles[_0x4b4e(0xe)],'start':{'x':0x0,'y':0x0},'end':{'x':0x0,'y':0x1}}),_0x18e760&&React[_0x4b4e(0x0)](View,{'style':styles[_0x4b4e(0xf)]}),React[_0x4b4e(0x0)](View,{'style':styles[_0x4b4e(0x10)]},loading?React[_0x4b4e(0x0)](ActivityIndicator,{'color':COLORS[_0x4b4e(0x11)],'size':_0xfa5ce[_0x4b4e(0x12)]}):React[_0x4b4e(0x0)](Text,{'style':[styles[_0x4b4e(0x13)],_0x555a42]},label)),React[_0x4b4e(0x0)](View,{'style':styles[_0x4b4e(0x14)]},!loading&&(_0x33e4a1||React['createElement'](IconCircle,null))));},styles=StyleSheet[_0x4b4e(0x15)]({'outerPill':{'height':0x30,'borderRadius':0x64,'borderWidth':0x1,'borderColor':COLORS['btnBorder'],'overflow':_0x4b4e(0x16),'width':_0x4b4e(0x17),'position':'relative'},'outerShadow':{'shadowColor':_0x4b4e(0x18),'shadowOffset':{'width':0x14,'height':0x1e},'shadowOpacity':0.1,'shadowRadius':0x28,'elevation':0x8},'disabled':{'opacity':0.65,'shadowOpacity':0x0,'elevation':0x0},'baseGradient':{...StyleSheet[_0x4b4e(0x19)],'borderRadius':0x64},'pressedOverlay':{...StyleSheet['absoluteFillObject'],'backgroundColor':'rgba(0,0,0,0.1)','borderRadius':0x64},'textContainer':{'position':_0x4b4e(0x1a),'left':0x0,'right':0x0,'top':0x0,'bottom':0x0,'justifyContent':_0x4b4e(0x1b),'alignItems':'center','backgroundColor':_0x4b4e(0x1c)},'iconPosition':{'position':'absolute','right':0x4,'top':0x4,'bottom':0x4,'width':0x28,'justifyContent':_0x4b4e(0x1b),'alignItems':_0x4b4e(0x1b),'backgroundColor':'transparent'},'label':{'fontFamily':_0x4b4e(0x1d),'fontWeight':_0x4b4e(0x1e),'fontSize':0x10,'color':COLORS[_0x4b4e(0x11)],'textAlign':_0x4b4e(0x1b),'backgroundColor':_0x4b4e(0x1c)},'iconCircle':{'justifyContent':_0x4b4e(0x1b),'alignItems':'center','borderWidth':0x1,'borderColor':'rgba(0,0,0,0.25)'},'iconContent':{'justifyContent':_0x4b4e(0x1b),'alignItems':_0x4b4e(0x1b),'backgroundColor':'transparent'},'arrowText':{'fontSize':0x14,'color':COLORS['btnLabel'],'fontWeight':_0x4b4e(0x1e),'opacity':0.95,'backgroundColor':'transparent'}});export{IconCircle};function _0x1ce5(){const _0x4d7282=['createElement','iconCircle','cLZJk','iconCircleGradientEnd','absoluteFill','iconContent','arrowText','Get\x20Started','button','small','outerPill','nsmog','btnGradStart','btnGradEnd','baseGradient','pressedOverlay','textContainer','btnLabel','fGOFo','label','iconPosition','create','hidden','100%','#000000','absoluteFillObject','absolute','center','transparent','Inter','600'];_0x1ce5=function(){return _0x4d7282;};return _0x1ce5();}export{PrimaryButton};export default PrimaryButton;
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();}
@@ -1 +1 @@
1
- function _0x3430(_0x5ce002,_0x343057){_0x5ce002=_0x5ce002-0x0;const _0x276582=_0x5ce0();let _0x55f741=_0x276582[_0x5ce002];return _0x55f741;}import React,{useState,useEffect}from'react';function _0x5ce0(){const _0x2f9c14=['get','window','complete','uXfUQ','none','found','Welcome\x20to\x20Enoch!','@...','#E9C46A','#DDB957','Continue','tyFsA','searching','GcVlw','eiWpO','Value','MiZNw','iIbBR','dLAXC','parallel','timing','start','BUtuu','rYIiE','floor','ibTwE','random','GywVw','axCHJ','JLRog','AgMTO','pStfv','createElement','View','content','deqit','Fragment','BYsEl','KHhVU','loader','Searching\x20for\x20potential\x20connections\x20based\x20on\x20your\x20profile...','RkyaU','matchCircle','message','We\x27ve\x20found\x20','DRIst','subMessage','Complete\x20your\x20profile\x20to\x20see\x20who\x20they\x20are.','title','bVxNW','pjHPz','button','#f5e7c1','tnkMG','gradientButton','jnhZK','create','rgba(0,0,0,0.7)','center','#FFFFFF','600','#555','#777','100%','hidden','#333'];_0x5ce0=function(){return _0x2f9c14;};return _0x5ce0();}import{View,Text,StyleSheet,Modal,ActivityIndicator,Animated,Dimensions,TouchableOpacity}from'react-native';import _0x3decec from'react-native-linear-gradient';const {width,height}=Dimensions[_0x3430(0x0)](_0x3430(0x1)),SignInMatchAnimation=({email:_0xd52fe5,visible:_0x38ed5f,onComplete:_0x344b33})=>{const _0x1b035d={'rYIiE':function(_0x43dfce,_0x4aee9e){return _0x43dfce+_0x4aee9e;},'ibTwE':function(_0x1284ed,_0x4a7352){return _0x1284ed*_0x4a7352;},'tyFsA':function(_0x3b54ce,_0x2e2010){return _0x3b54ce(_0x2e2010);},'GywVw':function(_0x4c13c1,_0x407fbd,_0x1f550f){return _0x4c13c1(_0x407fbd,_0x1f550f);},'iIbBR':_0x3430(0x2),'MiZNw':function(_0x3a99eb,_0x38f740,_0x372423){return _0x3a99eb(_0x38f740,_0x372423);},'eiWpO':function(_0x18d027,_0x222714){return _0x18d027(_0x222714);},'AGqob':function(_0x35d2fe,_0xd0341){return _0x35d2fe===_0xd0341;},'dLAXC':_0x3430(0x3),'BUtuu':function(_0x3c1428,_0xe2c683,_0x342bfb){return _0x3c1428(_0xe2c683,_0x342bfb);},'pStfv':function(_0x5e7b6d){return _0x5e7b6d();},'AiiEa':function(_0x3e9607,_0x4aed15){return _0x3e9607(_0x4aed15);},'GcVlw':function(_0x352d23,_0x1eb19b){return _0x352d23(_0x1eb19b);},'gojDz':_0x3430(0x4),'deqit':'searching','BYsEl':'Finding\x20Your\x20Matches','KHhVU':'large','PTofj':_0x3430(0x5),'RkyaU':'Matches\x20Found!','DRIst':'\x20potential\x20connections\x20for\x20you!','bVxNW':_0x3430(0x6),'pjHPz':_0x3430(0x7),'IKQsf':_0x3430(0x8),'tnkMG':_0x3430(0x9),'jnhZK':_0x3430(0xa)},[_0xf6a327,_0x3b239a]=_0x1b035d[_0x3430(0xb)](useState,_0x3430(0xc)),[_0x371c55,_0x1adda4]=_0x1b035d['AiiEa'](useState,0x0),_0x2ca6e9=_0x1b035d[_0x3430(0xd)](useState,new Animated['Value'](0x0))[0x0],_0x3fa5a2=_0x1b035d[_0x3430(0xe)](useState,new Animated[(_0x3430(0xf))](0.9))[0x0];_0x1b035d[_0x3430(0x10)](useEffect,()=>{const _0x2637a9={'bFbtF':function(_0x975bf9,_0x818175){return _0x1b035d[_0x3430(0xe)](_0x975bf9,_0x818175);},'axCHJ':_0x1b035d[_0x3430(0x11)]};if(_0x1b035d['AGqob'](_0x1b035d[_0x3430(0x12)],_0x1b035d['dLAXC']))_0x38ed5f&&(Animated[_0x3430(0x13)]([Animated[_0x3430(0x14)](_0x2ca6e9,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]}),Animated[_0x3430(0x14)](_0x3fa5a2,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]})])[_0x3430(0x15)](),_0x1b035d[_0x3430(0x16)](setTimeout,()=>{const _0x40b778=_0x1b035d[_0x3430(0x17)](Math[_0x3430(0x18)](_0x1b035d[_0x3430(0x19)](Math[_0x3430(0x1a)](),0x6)),0x3);_0x1b035d[_0x3430(0xb)](_0x1adda4,_0x40b778),_0x3b239a(_0x3430(0x5)),_0x1b035d[_0x3430(0x1b)](setTimeout,()=>{_0x2637a9['bFbtF'](_0x3b239a,_0x2637a9[_0x3430(0x1c)]);},0xbb8);},0x9c4));else{const _0x43ef5d={'JLRog':function(_0x22494b,_0x570ed3){return _0x1b035d[_0x3430(0xb)](_0x22494b,_0x570ed3);},'AgMTO':_0x1b035d[_0x3430(0x11)]};Animated[_0x3430(0x13)]([Animated['timing'](_0x130759,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]}),Animated[_0x3430(0x14)](_0x11a780,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]})])['start'](),_0x1b035d[_0x3430(0x10)](_0x260809,()=>{const _0x3a48ea=_0x13b98b[_0x3430(0x18)](_0x20303d[_0x3430(0x1a)]()*0x6)+0x3;_0x43ef5d['JLRog'](_0x558f85,_0x3a48ea),_0x43ef5d['JLRog'](_0x176005,'found'),_0x5ef87e(()=>{_0x43ef5d[_0x3430(0x1d)](_0x3cfecb,_0x43ef5d[_0x3430(0x1e)]);},0xbb8);},0x9c4);}},[_0x38ed5f,_0x2ca6e9,_0x3fa5a2]);const _0x3b9bf2=()=>{Animated['parallel']([Animated[_0x3430(0x14)](_0x2ca6e9,{'toValue':0x0,'duration':0x190,'useNativeDriver':!![]}),Animated[_0x3430(0x14)](_0x3fa5a2,{'toValue':0.9,'duration':0x190,'useNativeDriver':!![]})])['start'](()=>{_0x1b035d[_0x3430(0x1f)](_0x344b33);});};if(!_0x38ed5f)return null;return React['createElement'](Modal,{'visible':_0x38ed5f,'transparent':!![],'animationType':_0x1b035d['gojDz']},React[_0x3430(0x20)](View,{'style':styles['container']},React[_0x3430(0x20)](Animated[_0x3430(0x21)],{'style':[styles[_0x3430(0x22)],{'opacity':_0x2ca6e9,'transform':[{'scale':_0x3fa5a2}]}]},_0x1b035d['AGqob'](_0xf6a327,_0x1b035d[_0x3430(0x23)])&&React[_0x3430(0x20)](React[_0x3430(0x24)],null,React[_0x3430(0x20)](Text,{'style':styles['title']},_0x1b035d[_0x3430(0x25)]),React['createElement'](ActivityIndicator,{'size':_0x1b035d[_0x3430(0x26)],'color':_0x3430(0x8),'style':styles[_0x3430(0x27)]}),React['createElement'](Text,{'style':styles['message']},_0x3430(0x28))),_0x1b035d['AGqob'](_0xf6a327,_0x1b035d['PTofj'])&&React[_0x3430(0x20)](React[_0x3430(0x24)],null,React[_0x3430(0x20)](Text,{'style':styles['title']},_0x1b035d[_0x3430(0x29)]),React[_0x3430(0x20)](View,{'style':styles[_0x3430(0x2a)]},React['createElement'](Text,{'style':styles['matchCount']},_0x371c55)),React[_0x3430(0x20)](Text,{'style':styles[_0x3430(0x2b)]},_0x3430(0x2c),_0x371c55,_0x1b035d[_0x3430(0x2d)]),React['createElement'](Text,{'style':styles[_0x3430(0x2e)]},_0x3430(0x2f))),_0xf6a327===_0x3430(0x2)&&React['createElement'](React['Fragment'],null,React[_0x3430(0x20)](Text,{'style':styles[_0x3430(0x30)]},_0x1b035d[_0x3430(0x31)]),React[_0x3430(0x20)](Text,{'style':styles[_0x3430(0x2b)]},'We\x27ll\x20send\x20match\x20notifications\x20to\x20',_0xd52fe5['split']('@')[0x0],_0x1b035d[_0x3430(0x32)]),React[_0x3430(0x20)](TouchableOpacity,{'style':styles[_0x3430(0x33)],'onPress':_0x3b9bf2},React[_0x3430(0x20)](_0x3decec,{'colors':[_0x3430(0x34),_0x1b035d['IKQsf'],_0x1b035d[_0x3430(0x35)]],'start':{'x':0x0,'y':0x0},'end':{'x':0x1,'y':0x0},'style':styles[_0x3430(0x36)]},React[_0x3430(0x20)](Text,{'style':styles['buttonText']},_0x1b035d[_0x3430(0x37)])))))));},styles=StyleSheet[_0x3430(0x38)]({'container':{'flex':0x1,'backgroundColor':_0x3430(0x39),'justifyContent':_0x3430(0x3a),'alignItems':_0x3430(0x3a)},'content':{'width':width*0.85,'backgroundColor':_0x3430(0x3b),'borderRadius':0x14,'padding':0x18,'alignItems':_0x3430(0x3a),'shadowColor':'#000','shadowOffset':{'width':0x0,'height':0x4},'shadowOpacity':0.3,'shadowRadius':0x8,'elevation':0xa},'title':{'fontSize':0x18,'fontWeight':_0x3430(0x3c),'color':'#333','marginBottom':0x14,'textAlign':_0x3430(0x3a)},'loader':{'marginVertical':0x18},'message':{'fontSize':0x12,'color':_0x3430(0x3d),'textAlign':_0x3430(0x3a),'marginBottom':0x10,'lineHeight':0x18},'subMessage':{'fontSize':0x10,'color':_0x3430(0x3e),'textAlign':_0x3430(0x3a),'marginTop':0x8},'matchCircle':{'width':0x64,'height':0x64,'borderRadius':0x32,'backgroundColor':'#E9C46A','justifyContent':_0x3430(0x3a),'alignItems':'center','marginVertical':0x14},'matchCount':{'fontSize':0x28,'fontWeight':'bold','color':_0x3430(0x3b)},'button':{'width':_0x3430(0x3f),'marginTop':0x18,'borderRadius':0x8,'overflow':_0x3430(0x40)},'gradientButton':{'paddingVertical':0xe,'alignItems':'center','justifyContent':_0x3430(0x3a)},'buttonText':{'color':_0x3430(0x41),'fontSize':0x10,'fontWeight':'600'}});export default SignInMatchAnimation;
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;
@@ -1 +1 @@
1
- import React,{useState,useEffect}from'react';import{View,Text,StyleSheet,KeyboardAvoidingView,Platform,Keyboard}from'react-native';import{COLORS,SPACING}from'../theme';function _0x1496(_0x23dcbf,_0x1496ef){_0x23dcbf=_0x23dcbf-0x0;const _0x1a53a3=_0x23dc();let _0x31758d=_0x1a53a3[_0x23dcbf];return _0x31758d;}import _0x31e99e from'./EmailInput';import _0x5a7e62 from'./GoogleButton';import _0x5163bd from'./PrimaryButton';const VALID_TLDS=new Set([_0x1496(0x0),_0x1496(0x1),_0x1496(0x2),_0x1496(0x3),_0x1496(0x4),_0x1496(0x5),_0x1496(0x6),'io','co','ai','app',_0x1496(0x7),'tech',_0x1496(0x8),_0x1496(0x9),_0x1496(0xa),_0x1496(0xb),_0x1496(0xc),'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',_0x1496(0xd),'com.au',_0x1496(0xe),_0x1496(0xf),_0x1496(0x10),_0x1496(0x11),_0x1496(0x12),_0x1496(0x13),_0x1496(0x14),'net.au','gov.uk','ac.uk',_0x1496(0x15)]),INVALID_TLDS=new Set([_0x1496(0x16),_0x1496(0x17),_0x1496(0x18),_0x1496(0x19),'cm',_0x1496(0x1a),_0x1496(0x1b),'om',_0x1496(0x1c),_0x1496(0x1d),_0x1496(0x1e),_0x1496(0x1f),'og',_0x1496(0x20),_0x1496(0x21),'rg',_0x1496(0x22),'ne',_0x1496(0x23),_0x1496(0x24),_0x1496(0x25),'oi',_0x1496(0x26),_0x1496(0x27),_0x1496(0x28),_0x1496(0x29),_0x1496(0x2a),_0x1496(0x2b),_0x1496(0x2c),_0x1496(0x2d),'outloo',_0x1496(0x2e),_0x1496(0x2f),_0x1496(0x30),'yhoo',_0x1496(0x31),_0x1496(0x32),_0x1496(0x33)]),validateEmail=_0x1db621=>{const _0x2e18f8={'rQBsk':_0x1496(0x34),'PdwZW':function(_0x4a8a43,_0x391200){return _0x4a8a43(_0x391200);},'UdTmP':_0x1496(0x35),'EurDL':_0x1496(0x36),'VzpKT':_0x1496(0x37),'NAvVr':function(_0x463be4,_0x36e5f7){return _0x463be4+_0x36e5f7;},'hWnlI':function(_0x583f6c,_0x525b1c){return _0x583f6c<_0x525b1c;},'hvMgM':function(_0x126b9b,_0x23e85f){return _0x126b9b===_0x23e85f;},'goaCT':'kHtgG','sIvaD':_0x1496(0x38),'cmAmQ':_0x1496(0x16),'pxAcb':function(_0x2e8a22,_0x580e90){return _0x2e8a22===_0x580e90;},'htMIN':_0x1496(0x18),'gMcrV':function(_0x2f1b15,_0x81dd11){return _0x2f1b15===_0x81dd11;},'cDHLn':_0x1496(0x1a),'SUAkZ':'comn','belxT':'copm','nTApj':_0x1496(0x39),'XpVWV':_0x1496(0x1f),'zSPwW':function(_0x2eb43a,_0xe7d85f){return _0x2eb43a===_0xe7d85f;},'NYJOw':function(_0x31b343,_0x45da3b){return _0x31b343===_0x45da3b;},'xHwQd':_0x1496(0x20),'XkbIp':function(_0x356771,_0x5cb598){return _0x356771===_0x5cb598;},'nTqWS':_0x1496(0x21),'jROxH':function(_0x63e13d,_0xd79901){return _0x63e13d!==_0xd79901;},'MIMSb':_0x1496(0x3a),'qvExQ':'GOCZb','ksPWp':'\x20Did\x20you\x20mean\x20.org?','ztNAo':_0x1496(0x22),'JieTn':function(_0x298883,_0x291984){return _0x298883===_0x291984;},'KSAXN':function(_0x154276,_0xf41d1f){return _0x154276===_0xf41d1f;},'gzhOM':'nett','ZBVNW':'ent','IYBkv':'\x20Did\x20you\x20mean\x20.net?','ItZCH':function(_0x302ab4,_0xd12b5e){return _0x302ab4===_0xd12b5e;},'pRgRb':function(_0x1910fd,_0x105b7c){return _0x1910fd===_0x105b7c;},'uohOa':_0x1496(0x3b),'TWuNB':function(_0x5213dc,_0x4d8f53){return _0x5213dc<_0x4d8f53;},'EzTkg':function(_0x7eca04,_0x307f42){return _0x7eca04<=_0x307f42;},'GLfAG':'gmail','BCmJb':_0x1496(0x3c),'XbMdD':'yahoo','lNRXn':_0x1496(0x3d),'jciiJ':_0x1496(0x3e),'QVnQe':_0x1496(0x3f),'kEUIM':_0x1496(0x40),'tKREg':_0x1496(0x41),'pvnIj':_0x1496(0x42),'JOOKO':_0x1496(0x0),'WcUFe':_0x1496(0x43),'kqLMx':_0x1496(0x44),'myZci':_0x1496(0x45),'XjNzV':_0x1496(0x46)},_0xf172e1=_0x1db621['trim']()[_0x1496(0x47)](),_0x585b4a=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;if(!_0x585b4a[_0x1496(0x48)](_0xf172e1))return{'isValid':![],'error':_0x2e18f8['VzpKT']};const _0x26f599=_0xf172e1['lastIndexOf']('@'),_0x636116=_0xf172e1['substring'](_0x2e18f8[_0x1496(0x49)](_0x26f599,0x1)),_0x1fe278=_0x636116['split']('.');if(_0x2e18f8[_0x1496(0x4a)](_0x1fe278[_0x1496(0x4b)],0x2)){if(_0x2e18f8['hvMgM'](_0x2e18f8[_0x1496(0x4c)],_0x2e18f8[_0x1496(0x4d)]))_0x418189('');else return{'isValid':![],'error':_0x2e18f8['VzpKT']};}const _0x4d18cd=_0x1fe278[_0x1fe278[_0x1496(0x4b)]-0x1],_0x132d24=_0x1fe278[_0x1496(0x4b)]>=0x2?_0x1fe278[_0x1fe278[_0x1496(0x4b)]-0x2]+'.'+_0x4d18cd:'';if(INVALID_TLDS[_0x1496(0x4e)](_0x4d18cd)){let _0x179a98='';if(_0x2e18f8[_0x1496(0x4f)](_0x4d18cd,_0x2e18f8[_0x1496(0x50)])||_0x2e18f8[_0x1496(0x51)](_0x4d18cd,_0x1496(0x17))||_0x2e18f8['pxAcb'](_0x4d18cd,_0x2e18f8[_0x1496(0x52)])||_0x2e18f8[_0x1496(0x53)](_0x4d18cd,_0x1496(0x19))||_0x4d18cd===_0x2e18f8['cDHLn']||_0x2e18f8[_0x1496(0x4f)](_0x4d18cd,_0x1496(0x1c))||_0x4d18cd===_0x2e18f8[_0x1496(0x54)]||_0x2e18f8[_0x1496(0x51)](_0x4d18cd,_0x2e18f8[_0x1496(0x55)]))_0x179a98=_0x2e18f8['nTApj'];else{if(_0x2e18f8['pxAcb'](_0x4d18cd,_0x2e18f8[_0x1496(0x56)])||_0x2e18f8['zSPwW'](_0x4d18cd,'og')||_0x2e18f8[_0x1496(0x57)](_0x4d18cd,_0x2e18f8[_0x1496(0x58)])||_0x2e18f8[_0x1496(0x59)](_0x4d18cd,_0x2e18f8[_0x1496(0x5a)])){if(_0x2e18f8['jROxH'](_0x2e18f8[_0x1496(0x5b)],_0x2e18f8['qvExQ']))_0x179a98=_0x2e18f8[_0x1496(0x5c)];else{const _0x4e9fc8=_0x51c037(_0x17d5f3);if(!_0x4e9fc8['isValid']){_0x297c45['log'](_0x2e18f8[_0x1496(0x5d)],_0x4e9fc8['error']),_0x2e18f8[_0x1496(0x5e)](_0x1c8a01,_0x4e9fc8[_0x1496(0x5f)]||_0x2e18f8[_0x1496(0x60)]);return;}_0x1c7800[_0x1496(0x61)](_0x1496(0x62)),_0x49b458(''),_0x2e18f8[_0x1496(0x5e)](_0x89f438,_0x4312d0[_0x1496(0x63)]());}}else{if(_0x2e18f8[_0x1496(0x57)](_0x4d18cd,_0x2e18f8['ztNAo'])||_0x2e18f8[_0x1496(0x64)](_0x4d18cd,'ne')||_0x2e18f8[_0x1496(0x65)](_0x4d18cd,_0x2e18f8[_0x1496(0x66)])||_0x2e18f8[_0x1496(0x51)](_0x4d18cd,_0x2e18f8[_0x1496(0x67)]))_0x179a98=_0x2e18f8['IYBkv'];else(_0x2e18f8[_0x1496(0x68)](_0x4d18cd,'oi')||_0x2e18f8['pRgRb'](_0x4d18cd,_0x1496(0x26))||_0x2e18f8[_0x1496(0x4f)](_0x4d18cd,_0x1496(0x27)))&&(_0x2e18f8[_0x1496(0x69)](_0x2e18f8[_0x1496(0x6a)],_0x2e18f8[_0x1496(0x6a)])?_0x254214=_0x2e18f8[_0x1496(0x6b)]:_0x179a98=_0x2e18f8[_0x1496(0x6b)]);}}return{'isValid':![],'error':_0x1496(0x6c)+_0x4d18cd+').'+_0x179a98};}if(_0x2e18f8['TWuNB'](_0x4d18cd[_0x1496(0x4b)],0x2))return{'isValid':![],'error':_0x1496(0x37)};const _0x5ec182=VALID_TLDS[_0x1496(0x4e)](_0x4d18cd)||VALID_TLDS[_0x1496(0x4e)](_0x132d24);if(!_0x5ec182&&_0x2e18f8[_0x1496(0x6d)](_0x4d18cd['length'],0x2))return{'isValid':![],'error':_0x1496(0x6c)+_0x4d18cd+').\x20Please\x20check\x20your\x20email.'};const _0xd4a03e=_0x1fe278['slice'](0x0,-0x1)[_0x1496(0x6e)]('.'),_0x35586d={'gmai':_0x2e18f8[_0x1496(0x6f)],'gmial':_0x1496(0x70),'gmil':_0x2e18f8['GLfAG'],'gmal':_0x1496(0x70),'gamil':_0x1496(0x70),'outlok':_0x2e18f8['BCmJb'],'outloo':_0x2e18f8[_0x1496(0x71)],'outlokk':_0x2e18f8[_0x1496(0x71)],'yahooo':_0x2e18f8[_0x1496(0x72)],'yaho':_0x1496(0x73),'yhoo':_0x2e18f8['XbMdD'],'hotmai':_0x2e18f8[_0x1496(0x74)],'hotmal':_0x2e18f8['lNRXn'],'hotmial':_0x2e18f8['lNRXn'],'iclod':'icloud','iclould':_0x2e18f8[_0x1496(0x75)]};if(_0x35586d[_0xd4a03e])return _0x2e18f8[_0x1496(0x69)](_0x2e18f8[_0x1496(0x76)],_0x2e18f8['kEUIM'])?{'isValid':![],'error':'Did\x20you\x20mean\x20'+_0x35586d[_0xd4a03e]+'.'+_0x4d18cd+'?'}:{'isValid':![],'error':_0x1496(0x37)};const _0x3d679d=[_0x2e18f8[_0x1496(0x6f)],'yahoo',_0x2e18f8[_0x1496(0x74)],_0x2e18f8['BCmJb'],_0x2e18f8['jciiJ'],'aol',_0x2e18f8['tKREg'],_0x2e18f8[_0x1496(0x77)]],_0x377ba2={'gmail':_0x1496(0x0),'yahoo':_0x2e18f8[_0x1496(0x78)],'hotmail':_0x2e18f8[_0x1496(0x78)],'outlook':_0x2e18f8['JOOKO'],'icloud':_0x1496(0x0),'aol':_0x2e18f8[_0x1496(0x78)],'protonmail':_0x2e18f8[_0x1496(0x78)],'zoho':_0x2e18f8[_0x1496(0x78)]};if(_0x3d679d['includes'](_0xd4a03e)&&_0x2e18f8[_0x1496(0x69)](_0x4d18cd,_0x377ba2[_0xd4a03e])){const _0x33a01f=['yahoo.co.uk',_0x2e18f8['WcUFe'],_0x2e18f8[_0x1496(0x79)],_0x2e18f8[_0x1496(0x7a)],_0x1496(0x7b),_0x2e18f8[_0x1496(0x7c)],'hotmail.co.jp'],_0x526bcf=_0xd4a03e+'.'+_0x4d18cd;if(!_0x33a01f[_0x1496(0x7d)](_0x526bcf))return{'isValid':![],'error':_0x1496(0x7e)+_0xd4a03e+'.'+_0x377ba2[_0xd4a03e]+'?'};}return{'isValid':!![]};},SignInStep=({onEmailSubmit:_0x47554f,onGoogleSignIn:_0x18eea7,onContinue:_0x53b78c,loading:loading=![],error:error='',initialEmail:initialEmail=''})=>{const _0x64be84={'bBuwm':function(_0x546cb8,_0x393a55){return _0x546cb8(_0x393a55);},'wGHat':function(_0x4cedee,_0x2a1c3a){return _0x4cedee===_0x2a1c3a;},'BeCJa':_0x1496(0x7f),'qfkfW':_0x1496(0x80),'lhnhK':_0x1496(0x81),'jaOzD':'๐Ÿ”\x20Reviewer\x20bypass\x20detected\x20in\x20new\x20UI','oinCQ':_0x1496(0x82),'yvzuQ':_0x1496(0x48),'MlgDt':function(_0x190ddd,_0x51b2f7){return _0x190ddd(_0x51b2f7);},'oNNOL':_0x1496(0x83),'xJqxz':function(_0x742a53,_0x410c70){return _0x742a53===_0x410c70;},'IRSiH':_0x1496(0x84),'VUgRx':_0x1496(0x85),'oOzeg':function(_0x2450d3,_0x22ee10){return _0x2450d3(_0x22ee10);},'eSIot':_0x1496(0x35),'pYQWv':'โœ…\x20Email\x20validation\x20passed','ZJkap':function(_0x4710a0,_0x1c1af0){return _0x4710a0(_0x1c1af0);},'HOylg':_0x1496(0x86),'crKCo':_0x1496(0x87),'JvPcf':function(_0x3de8a3,_0x2f06b0){return _0x3de8a3(_0x2f06b0);},'zphmU':function(_0x440f7a,_0x393f5e){return _0x440f7a(_0x393f5e);},'UYrRD':function(_0x4bfcd8,_0x4cff84,_0x26b30d){return _0x4bfcd8(_0x4cff84,_0x26b30d);},'GYnmh':_0x1496(0x88),'ausqa':_0x1496(0x89),'YfTUT':_0x1496(0x8a),'GAuTU':_0x1496(0x8b),'PmQhU':'done','DUnVn':_0x1496(0x8c),'ACgfY':function(_0x32722b,_0x23be16){return _0x32722b||_0x23be16;},'Bfuwa':_0x1496(0x8d)},[_0x398118,_0x537f52]=_0x64be84['JvPcf'](useState,initialEmail),[_0x236beb,_0xe3eee5]=_0x64be84[_0x1496(0x8e)](useState,![]),[_0x2057b1,_0xdda148]=_0x64be84['zphmU'](useState,''),_0x1932a4=_0xa0aaf7=>{_0x537f52(_0xa0aaf7),_0x2057b1&&_0x64be84[_0x1496(0x8f)](_0xdda148,'');},_0x580739=()=>{const _0x23e58c={'liXry':_0x1496(0x90)};if(_0x64be84['wGHat'](_0x64be84[_0x1496(0x91)],_0x64be84[_0x1496(0x91)])){if(_0x398118[_0x1496(0x47)]()[_0x1496(0x63)]()===_0x1496(0x92)){if(_0x64be84['qfkfW']===_0x64be84[_0x1496(0x93)])return{'isValid':![],'error':_0x1496(0x37)};else{console['log'](_0x64be84['jaOzD']),_0x64be84[_0x1496(0x8f)](_0x47554f,_0x64be84[_0x1496(0x94)]);return;}}if(_0x64be84['wGHat'](_0x398118[_0x1496(0x47)]()[_0x1496(0x63)](),_0x64be84['yvzuQ'])){console[_0x1496(0x61)](_0x1496(0x95)),_0x64be84[_0x1496(0x96)](_0x47554f,_0x64be84[_0x1496(0x97)]);return;}if(_0x398118[_0x1496(0x63)]()){const _0x4f5d4c=validateEmail(_0x398118);if(!_0x4f5d4c['isValid']){if(_0x64be84[_0x1496(0x98)](_0x64be84[_0x1496(0x99)],_0x64be84[_0x1496(0x9a)]))return{'isValid':![],'error':'Did\x20you\x20mean\x20'+_0x2e2fa2[_0x4ed114]+'.'+_0x24d36d+'?'};else{console[_0x1496(0x61)]('โŒ\x20Email\x20validation\x20failed:',_0x4f5d4c['error']),_0x64be84[_0x1496(0x9b)](_0xdda148,_0x4f5d4c[_0x1496(0x5f)]||_0x64be84[_0x1496(0x9c)]);return;}}console[_0x1496(0x61)](_0x64be84[_0x1496(0x9d)]),_0x64be84[_0x1496(0x9e)](_0xdda148,''),_0x47554f(_0x398118['trim']());}}else _0xfc610a=_0x23e58c[_0x1496(0x9f)];};return _0x64be84[_0x1496(0xa0)](useEffect,()=>{const _0x472699=Keyboard[_0x1496(0xa1)](_0x64be84[_0x1496(0xa2)],()=>_0xe3eee5(!![])),_0x2d5ad2=Keyboard['addListener'](_0x64be84[_0x1496(0xa3)],()=>_0xe3eee5(![]));return()=>{_0x64be84['wGHat'](_0x2d5ad2,null)||_0x64be84[_0x1496(0x98)](_0x2d5ad2,void 0x0)||_0x2d5ad2[_0x1496(0xa4)](),_0x472699===null||_0x64be84[_0x1496(0xa5)](_0x472699,void 0x0)||_0x472699[_0x1496(0xa4)]();};},[]),React[_0x1496(0xa6)](KeyboardAvoidingView,{'behavior':_0x64be84[_0x1496(0xa5)](Platform['OS'],_0x64be84[_0x1496(0xa7)])?_0x64be84['ausqa']:_0x1496(0xa8),'style':styles['container']},React[_0x1496(0xa6)](View,{'style':styles[_0x1496(0xa9)]},React[_0x1496(0xa6)](View,{'style':styles[_0x1496(0xaa)]},React[_0x1496(0xa6)](Text,{'style':styles[_0x1496(0xab)]},_0x64be84[_0x1496(0xac)]),React[_0x1496(0xa6)](Text,{'style':styles[_0x1496(0xad)]},_0x64be84[_0x1496(0xae)])),React[_0x1496(0xa6)](View,{'style':styles[_0x1496(0xaf)]},React[_0x1496(0xa6)](_0x31e99e,{'value':_0x398118,'onChangeText':_0x1932a4,'onSubmitEditing':_0x580739,'returnKeyType':_0x64be84[_0x1496(0xb0)],'blurOnSubmit':!![],'placeholder':'Your\x20email','placeholderTextColor':_0x64be84['DUnVn']}),_0x64be84[_0x1496(0xb1)](_0x2057b1,error)?React[_0x1496(0xa6)](Text,{'style':styles[_0x1496(0xb2)]},_0x64be84[_0x1496(0xb1)](_0x2057b1,error)):null),React['createElement'](View,{'style':styles[_0x1496(0xb3)]},React[_0x1496(0xa6)](View,{'style':styles[_0x1496(0xb4)]}),React[_0x1496(0xa6)](Text,{'style':styles['dividerText']},'Or'),React[_0x1496(0xa6)](View,{'style':styles[_0x1496(0xb4)]})),React[_0x1496(0xa6)](View,{'style':styles[_0x1496(0xb5)]},React['createElement'](_0x5a7e62,{'onPress':_0x18eea7,'disabled':loading})),React[_0x1496(0xa6)](View,{'style':styles[_0x1496(0xb6)]}),React[_0x1496(0xa6)](View,{'style':styles[_0x1496(0xb7)]},React[_0x1496(0xa6)](_0x5163bd,{'label':_0x64be84['Bfuwa'],'onPress':_0x580739,'disabled':loading||!_0x398118[_0x1496(0x63)](),'loading':loading}))));},styles=StyleSheet[_0x1496(0xb8)]({'container':{'flex':0x1},'content':{'flex':0x1,'paddingTop':0x18,'paddingHorizontal':0x18},'headingContainer':{'width':_0x1496(0xb9),'marginBottom':0x16,'paddingHorizontal':0x0},'title':{'fontFamily':_0x1496(0xba),'fontWeight':'700','fontSize':0x18,'lineHeight':0x20,'color':COLORS['grey800'],'textAlign':'left','marginBottom':SPACING['sm']},'subtitle':{'fontFamily':_0x1496(0xbb),'fontWeight':'400','fontSize':0x10,'lineHeight':0x18,'color':COLORS[_0x1496(0xbc)],'textAlign':_0x1496(0xbd)},'inputContainer':{'marginBottom':0x20,'paddingHorizontal':0x0},'dividerContainer':{'flexDirection':_0x1496(0xbe),'alignItems':_0x1496(0xbf),'marginBottom':0x20,'paddingHorizontal':0x0},'dividerLine':{'flex':0x1,'height':0x1,'backgroundColor':_0x1496(0xc0)},'dividerText':{'paddingHorizontal':SPACING['md'],'fontSize':0xe,'fontFamily':_0x1496(0xbb),'fontWeight':'400','color':COLORS[_0x1496(0xc1)]},'googleContainer':{'marginBottom':SPACING['xl'],'paddingHorizontal':0x0},'spacer':{'flex':0x1,'minHeight':0x14},'continueContainer':{'paddingBottom':SPACING['xl'],'paddingHorizontal':0x0},'errorText':{'fontSize':0xe,'fontFamily':_0x1496(0xbb),'fontWeight':'400','color':_0x1496(0xc2),'marginTop':0x8,'textAlign':_0x1496(0xbd)}});export{SignInStep};function _0x23dc(){const _0x459a46=['com','org','net','edu','gov','mil','int','dev','online','site','web','info','biz','co.uk','co.nz','co.za','com.br','co.jp','co.kr','co.in','org.uk','edu.au','con','cmo','vom','ocm','cpm','ckm','comm','comn','copm','ogr','orgg','rog','nte','nett','ent','bet','ioo','lio','gmai','gmial','gmil','gmal','gamil','outlok','outlokk','yahooo','yaho','hotmai','hotmal','hotmial','โŒ\x20Email\x20validation\x20failed:','Invalid\x20email\x20address','\x20Did\x20you\x20mean\x20.io?','Please\x20enter\x20a\x20valid\x20email\x20address','VreAc','\x20Did\x20you\x20mean\x20.com?','jdvku','zatsh','outlook','hotmail','icloud','JdRgd','AbGzK','protonmail','zoho','yahoo.co.jp','yahoo.com.br','yahoo.com.au','hotmail.co.uk','toLowerCase','test','NAvVr','hWnlI','length','goaCT','sIvaD','has','hvMgM','cmAmQ','pxAcb','htMIN','gMcrV','SUAkZ','belxT','XpVWV','NYJOw','xHwQd','XkbIp','nTqWS','MIMSb','ksPWp','rQBsk','PdwZW','error','UdTmP','log','โœ…\x20Email\x20validation\x20passed','trim','JieTn','KSAXN','gzhOM','ZBVNW','ItZCH','jROxH','uohOa','EurDL','Invalid\x20email\x20domain\x20(.','EzTkg','join','GLfAG','gmail','BCmJb','XbMdD','yahoo','lNRXn','jciiJ','QVnQe','pvnIj','JOOKO','kqLMx','myZci','outlook.co.uk','XjNzV','includes','Did\x20you\x20mean\x20','DjRti','YCzZK','CtNWP','reviewer@bypass.com','test@bypass.com','GbDeb','huEqj','keyboardDidShow','keyboardDidHide','ios','padding','Build\x20your\x20Onairos\x20persona\x20to\x20own\x20your\x20digital\x20identity','Sign\x20in\x20or\x20create\x20an\x20account','#9CA3AF','Continue','JvPcf','bBuwm','\x20Did\x20you\x20mean\x20.org?','BeCJa','reviewer','lhnhK','oinCQ','๐Ÿงช\x20Test\x20bypass\x20detected\x20-\x20skipping\x20to\x20verification\x20screen','MlgDt','oNNOL','xJqxz','IRSiH','VUgRx','oOzeg','eSIot','pYQWv','ZJkap','liXry','UYrRD','addListener','HOylg','crKCo','remove','wGHat','createElement','GYnmh','height','content','headingContainer','title','YfTUT','subtitle','GAuTU','inputContainer','PmQhU','ACgfY','errorText','dividerContainer','dividerLine','googleContainer','spacer','continueContainer','create','100%','IBM\x20Plex\x20Sans','Inter','grey600','left','row','center','#E5E5E5','grey500','#DC3545'];_0x23dc=function(){return _0x459a46;};return _0x23dc();}export default SignInStep;
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;