@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
@@ -6,4 +6,4 @@ var __ONAIROS_REQ_REGISTRY__ = [
6
6
  require("react-native-linear-gradient")
7
7
  ];
8
8
  function __ONAIROS_REQ_FUNC__(i) { return __ONAIROS_REQ_REGISTRY__[i]; }
9
- function _0x11ac(){const _0x461cc3=['defineProperty','__esModule','default','qAEKg','rUaHp','object','function','CcWsq','hewap','FJcnH','StfXF','YLLLf','EnHfL','TzCZA','get','set','hasOwnProperty','call','getOwnPropertyDescriptor','oLUrg','CojgA','bOMLp','has','dRyoc','Dimensions','complete','found','bGvZM','NKfhr','searching','none','Finding\x20Your\x20Matches','#E9C46A','Searching\x20for\x20potential\x20connections\x20based\x20on\x20your\x20profile...','\x20potential\x20connections\x20for\x20you!','We\x27ll\x20send\x20match\x20notifications\x20to\x20','#f5e7c1','Continue','XAsKV','useState','Value','useEffect','lTTWm','PuGxT','pdNBg','dYrUG','iCAYd','IMkQn','VvLbj','yVbSX','Pvrcq','Animated','timing','start','DjEuK','iohCu','OYIAy','OenWO','CEMYz','euWHS','qsrwZ','parallel','Ebppc','floor','random','gngZS','createElement','Modal','aJWnZ','View','gUZzV','Fragment','ActivityIndicator','loader','Text','message','ehdCH','title','Matches\x20Found!','matchCircle','matchCount','We\x27ve\x20found\x20','XQUqA','Complete\x20your\x20profile\x20to\x20see\x20who\x20they\x20are.','BOywS','WjPmn','@...','button','eEJhM','#DDB957','gradientButton','ZdQuM','create','rgba(0,0,0,0.7)','#FFFFFF','#000','600','#333','center','#555','#777','bold','hidden'];_0x11ac=function(){return _0x461cc3;};return _0x11ac();}function _0x4fd7(_0x11ac34,_0x4fd70d){_0x11ac34=_0x11ac34-0x0;const _0x2bd683=_0x11ac();let _0x1e14bc=_0x2bd683[_0x11ac34];return _0x1e14bc;}Object[_0x4fd7(0x0)](exports,_0x4fd7(0x1),{'value':!![]}),exports[_0x4fd7(0x2)]=void 0x0;var _react=_interopRequireWildcard(__ONAIROS_REQ_FUNC__(0x0)),_reactNative=__ONAIROS_REQ_FUNC__(0x1),_reactNativeLinearGradient=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x2));function _interopRequireDefault(_0x19ccbe){return _0x19ccbe&&_0x19ccbe['__esModule']?_0x19ccbe:{'default':_0x19ccbe};}function _interopRequireWildcard(_0x546a81,_0x48d27a){const _0x5ea8ee={'CojgA':function(_0x2d6c6b,_0xf40c01){return _0x2d6c6b&&_0xf40c01;},'EnHfL':function(_0x3b7d69,_0x5a77bb){return _0x3b7d69===_0x5a77bb;},'TzCZA':function(_0x2d0496,_0x25a4f0){return _0x2d0496!=_0x25a4f0;},'XbQLL':function(_0x24fe27,_0xd3a7c8){return _0x24fe27!==_0xd3a7c8;},'oLUrg':function(_0x2d000b,_0x2a6515,_0x8b5523,_0x367115){return _0x2d000b(_0x2a6515,_0x8b5523,_0x367115);},'FJcnH':function(_0x4e3a23,_0x504613){return _0x4e3a23===_0x504613;},'StfXF':_0x4fd7(0x3),'YLLLf':_0x4fd7(0x4),'bOMLp':_0x4fd7(0x5),'hewap':_0x4fd7(0x6),'dRyoc':function(_0x4da8e1,_0x196f99){return _0x4da8e1!==_0x196f99;},'knBik':_0x4fd7(0x2),'CcWsq':function(_0x17ce9b,_0x578003){return _0x17ce9b==_0x578003;}};if(_0x5ea8ee[_0x4fd7(0x7)](_0x5ea8ee[_0x4fd7(0x8)],typeof WeakMap))var _0x276973=new WeakMap(),_0x52a57d=new WeakMap();return(_interopRequireWildcard=function(_0x29fef5,_0xcab5eb){if(_0x5ea8ee[_0x4fd7(0x9)](_0x5ea8ee[_0x4fd7(0xa)],_0x5ea8ee[_0x4fd7(0xb)])){if(_0x5ea8ee['CojgA'](!_0x23dea0,_0x3a7a74)&&_0x50f42c[_0x4fd7(0x1)])return _0x1e4cc4;var _0x1193f5,_0x207f62,_0x2468fa={'__proto__':null,'default':_0x1c9775};if(_0x5ea8ee[_0x4fd7(0xc)](null,_0x16129b)||_0x5ea8ee[_0x4fd7(0xd)](_0x4fd7(0x5),typeof _0x5919be)&&_0x5ea8ee[_0x4fd7(0xd)](_0x4fd7(0x6),typeof _0x59c0bf))return _0x2468fa;if(_0x1193f5=_0x1ff895?_0x19c6ed:_0x532348){if(_0x1193f5['has'](_0x1cc849))return _0x1193f5[_0x4fd7(0xe)](_0x9f4f1c);_0x1193f5[_0x4fd7(0xf)](_0x1cc900,_0x2468fa);}for(const _0x47bbf5 in _0x5e1e45)_0x5ea8ee['XbQLL']('default',_0x47bbf5)&&{}[_0x4fd7(0x10)][_0x4fd7(0x11)](_0x26da5f,_0x47bbf5)&&((_0x207f62=(_0x1193f5=_0x1453ec[_0x4fd7(0x0)])&&_0x112005[_0x4fd7(0x12)](_0x3f7697,_0x47bbf5))&&(_0x207f62['get']||_0x207f62[_0x4fd7(0xf)])?_0x5ea8ee[_0x4fd7(0x13)](_0x1193f5,_0x2468fa,_0x47bbf5,_0x207f62):_0x2468fa[_0x47bbf5]=_0x393111[_0x47bbf5]);return _0x2468fa;}else{if(_0x5ea8ee[_0x4fd7(0x14)](!_0xcab5eb,_0x29fef5)&&_0x29fef5[_0x4fd7(0x1)])return _0x29fef5;var _0x406207,_0x2f1991,_0x20eeb7={'__proto__':null,'default':_0x29fef5};if(_0x5ea8ee[_0x4fd7(0xc)](null,_0x29fef5)||_0x5ea8ee[_0x4fd7(0xd)](_0x5ea8ee[_0x4fd7(0x15)],typeof _0x29fef5)&&_0x5ea8ee[_0x4fd7(0xd)](_0x5ea8ee[_0x4fd7(0x8)],typeof _0x29fef5))return _0x20eeb7;if(_0x406207=_0xcab5eb?_0x52a57d:_0x276973){if(_0x406207[_0x4fd7(0x16)](_0x29fef5))return _0x406207[_0x4fd7(0xe)](_0x29fef5);_0x406207[_0x4fd7(0xf)](_0x29fef5,_0x20eeb7);}for(const _0x163420 in _0x29fef5)_0x5ea8ee[_0x4fd7(0x17)](_0x5ea8ee['knBik'],_0x163420)&&{}[_0x4fd7(0x10)][_0x4fd7(0x11)](_0x29fef5,_0x163420)&&((_0x2f1991=(_0x406207=Object[_0x4fd7(0x0)])&&Object[_0x4fd7(0x12)](_0x29fef5,_0x163420))&&(_0x2f1991[_0x4fd7(0xe)]||_0x2f1991[_0x4fd7(0xf)])?_0x406207(_0x20eeb7,_0x163420,_0x2f1991):_0x20eeb7[_0x163420]=_0x29fef5[_0x163420]);return _0x20eeb7;}})(_0x546a81,_0x48d27a);}const {width,height}=_reactNative[_0x4fd7(0x18)]['get']('window'),SignInMatchAnimation=({email:_0x579380,visible:_0x36e358,onComplete:_0x1f3f32})=>{const _0x544471={'pdNBg':_0x4fd7(0x19),'Ebppc':function(_0x20396a,_0x578f4b){return _0x20396a+_0x578f4b;},'NVCPp':function(_0x4b62c4,_0x2f6151){return _0x4b62c4(_0x2f6151);},'PuGxT':_0x4fd7(0x1a),'nVGPs':function(_0x1d11c8,_0x32ca0b,_0x558c4b){return _0x1d11c8(_0x32ca0b,_0x558c4b);},'lTTWm':function(_0x592dd8,_0x1fe8cb){return _0x592dd8+_0x1fe8cb;},'dYrUG':function(_0x329be7,_0x46f020){return _0x329be7===_0x46f020;},'iCAYd':'qJTxZ','VvLbj':_0x4fd7(0x1b),'yVbSX':_0x4fd7(0x1c),'szcVU':function(_0x250d88,_0x17eb23,_0x37d96d){return _0x250d88(_0x17eb23,_0x37d96d);},'XAsKV':_0x4fd7(0x1d),'aJWnZ':_0x4fd7(0x1e),'gUZzV':function(_0x5f5cf0,_0x1809db){return _0x5f5cf0===_0x1809db;},'DzaXu':_0x4fd7(0x1f),'eWPUt':_0x4fd7(0x20),'ehdCH':_0x4fd7(0x21),'GNONs':function(_0x1596eb,_0x24eec1){return _0x1596eb===_0x24eec1;},'XQUqA':_0x4fd7(0x22),'BOywS':function(_0x52f881,_0x4f9f91){return _0x52f881===_0x4f9f91;},'WjPmn':'Welcome\x20to\x20Enoch!','hdvOt':_0x4fd7(0x23),'eEJhM':_0x4fd7(0x24),'ZdQuM':_0x4fd7(0x25)},[_0x27278f,_0x1fb2c8]=(0x0,_react['useState'])(_0x544471[_0x4fd7(0x26)]),[_0x66250b,_0x473185]=(0x0,_react[_0x4fd7(0x27)])(0x0),_0x1a6aa0=(0x0,_react[_0x4fd7(0x27)])(new _reactNative['Animated']['Value'](0x0))[0x0],_0x5ab1d2=(0x0,_react[_0x4fd7(0x27)])(new _reactNative['Animated'][(_0x4fd7(0x28))](0.9))[0x0];(0x0,_react[_0x4fd7(0x29)])(()=>{const _0x13b6fc={'iohCu':function(_0x2d1d0b,_0x3091ad){return _0x544471[_0x4fd7(0x2a)](_0x2d1d0b,_0x3091ad);},'OYIAy':function(_0x447cb8,_0x2c2920){return _0x447cb8*_0x2c2920;},'OenWO':function(_0x47b68d,_0x3c305d){return _0x544471['NVCPp'](_0x47b68d,_0x3c305d);},'CEMYz':_0x544471[_0x4fd7(0x2b)],'DjEuK':function(_0x558f24,_0x7dffd7,_0x457974){return _0x558f24(_0x7dffd7,_0x457974);},'Pvrcq':_0x544471[_0x4fd7(0x2c)]};if(_0x544471[_0x4fd7(0x2d)](_0x544471[_0x4fd7(0x2e)],_0x4fd7(0x2f)))_0x2780fe();else{if(_0x36e358){if(_0x544471[_0x4fd7(0x2d)](_0x544471[_0x4fd7(0x30)],_0x544471[_0x4fd7(0x31)])){const _0x4216c8={'euWHS':function(_0x171ae,_0x26fbcf){return _0x171ae(_0x26fbcf);},'qsrwZ':_0x13b6fc[_0x4fd7(0x32)]};_0x4bedc8[_0x4fd7(0x33)]['parallel']([_0x3deed9[_0x4fd7(0x33)][_0x4fd7(0x34)](_0x2f6335,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]}),_0x5d4fd2[_0x4fd7(0x33)][_0x4fd7(0x34)](_0x4a26cf,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]})])[_0x4fd7(0x35)](),_0x13b6fc[_0x4fd7(0x36)](_0xedd250,()=>{const _0x203ff0=_0x13b6fc[_0x4fd7(0x37)](_0x2b9d94['floor'](_0x13b6fc[_0x4fd7(0x38)](_0x399e8d['random'](),0x6)),0x3);_0x13b6fc[_0x4fd7(0x39)](_0x29aac6,_0x203ff0),_0x18e66a(_0x13b6fc[_0x4fd7(0x3a)]),_0x13b6fc['DjEuK'](_0x491fde,()=>{_0x4216c8[_0x4fd7(0x3b)](_0x1749bc,_0x4216c8[_0x4fd7(0x3c)]);},0xbb8);},0x9c4);}else _reactNative[_0x4fd7(0x33)][_0x4fd7(0x3d)]([_reactNative[_0x4fd7(0x33)]['timing'](_0x1a6aa0,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]}),_reactNative[_0x4fd7(0x33)][_0x4fd7(0x34)](_0x5ab1d2,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]})])['start'](),_0x544471['szcVU'](setTimeout,()=>{const _0x21222e={'gngZS':_0x544471['pdNBg']},_0x5ae861=_0x544471[_0x4fd7(0x3e)](Math[_0x4fd7(0x3f)](Math[_0x4fd7(0x40)]()*0x6),0x3);_0x544471['NVCPp'](_0x473185,_0x5ae861),_0x1fb2c8(_0x544471[_0x4fd7(0x2b)]),_0x544471['nVGPs'](setTimeout,()=>{_0x1fb2c8(_0x21222e[_0x4fd7(0x41)]);},0xbb8);},0x9c4);}}},[_0x36e358,_0x1a6aa0,_0x5ab1d2]);const _0x340ad6=()=>{_reactNative[_0x4fd7(0x33)][_0x4fd7(0x3d)]([_reactNative[_0x4fd7(0x33)][_0x4fd7(0x34)](_0x1a6aa0,{'toValue':0x0,'duration':0x190,'useNativeDriver':!![]}),_reactNative[_0x4fd7(0x33)]['timing'](_0x5ab1d2,{'toValue':0.9,'duration':0x190,'useNativeDriver':!![]})])[_0x4fd7(0x35)](()=>{_0x1f3f32();});};if(!_0x36e358)return null;return _react[_0x4fd7(0x2)][_0x4fd7(0x42)](_reactNative[_0x4fd7(0x43)],{'visible':_0x36e358,'transparent':!![],'animationType':_0x544471[_0x4fd7(0x44)]},_react[_0x4fd7(0x2)][_0x4fd7(0x42)](_reactNative['View'],{'style':styles['container']},_react[_0x4fd7(0x2)][_0x4fd7(0x42)](_reactNative['Animated'][_0x4fd7(0x45)],{'style':[styles['content'],{'opacity':_0x1a6aa0,'transform':[{'scale':_0x5ab1d2}]}]},_0x544471[_0x4fd7(0x46)](_0x27278f,_0x4fd7(0x1d))&&_react[_0x4fd7(0x2)][_0x4fd7(0x42)](_react[_0x4fd7(0x2)][_0x4fd7(0x47)],null,_react[_0x4fd7(0x2)][_0x4fd7(0x42)](_reactNative['Text'],{'style':styles['title']},_0x544471['DzaXu']),_react['default']['createElement'](_reactNative[_0x4fd7(0x48)],{'size':'large','color':_0x544471['eWPUt'],'style':styles[_0x4fd7(0x49)]}),_react[_0x4fd7(0x2)][_0x4fd7(0x42)](_reactNative[_0x4fd7(0x4a)],{'style':styles[_0x4fd7(0x4b)]},_0x544471[_0x4fd7(0x4c)])),_0x544471['GNONs'](_0x27278f,_0x544471[_0x4fd7(0x2b)])&&_react[_0x4fd7(0x2)][_0x4fd7(0x42)](_react['default'][_0x4fd7(0x47)],null,_react[_0x4fd7(0x2)][_0x4fd7(0x42)](_reactNative[_0x4fd7(0x4a)],{'style':styles[_0x4fd7(0x4d)]},_0x4fd7(0x4e)),_react['default'][_0x4fd7(0x42)](_reactNative[_0x4fd7(0x45)],{'style':styles[_0x4fd7(0x4f)]},_react[_0x4fd7(0x2)][_0x4fd7(0x42)](_reactNative[_0x4fd7(0x4a)],{'style':styles[_0x4fd7(0x50)]},_0x66250b)),_react[_0x4fd7(0x2)]['createElement'](_reactNative['Text'],{'style':styles[_0x4fd7(0x4b)]},_0x4fd7(0x51),_0x66250b,_0x544471[_0x4fd7(0x52)]),_react['default'][_0x4fd7(0x42)](_reactNative[_0x4fd7(0x4a)],{'style':styles['subMessage']},_0x4fd7(0x53))),_0x544471[_0x4fd7(0x54)](_0x27278f,_0x544471['pdNBg'])&&_react[_0x4fd7(0x2)]['createElement'](_react[_0x4fd7(0x2)][_0x4fd7(0x47)],null,_react[_0x4fd7(0x2)][_0x4fd7(0x42)](_reactNative['Text'],{'style':styles['title']},_0x544471[_0x4fd7(0x55)]),_react['default']['createElement'](_reactNative['Text'],{'style':styles['message']},_0x544471['hdvOt'],_0x579380['split']('@')[0x0],_0x4fd7(0x56)),_react[_0x4fd7(0x2)]['createElement'](_reactNative['TouchableOpacity'],{'style':styles[_0x4fd7(0x57)],'onPress':_0x340ad6},_react[_0x4fd7(0x2)][_0x4fd7(0x42)](_reactNativeLinearGradient[_0x4fd7(0x2)],{'colors':[_0x544471[_0x4fd7(0x58)],'#E9C46A',_0x4fd7(0x59)],'start':{'x':0x0,'y':0x0},'end':{'x':0x1,'y':0x0},'style':styles[_0x4fd7(0x5a)]},_react[_0x4fd7(0x2)][_0x4fd7(0x42)](_reactNative[_0x4fd7(0x4a)],{'style':styles['buttonText']},_0x544471[_0x4fd7(0x5b)])))))));},styles=_reactNative['StyleSheet'][_0x4fd7(0x5c)]({'container':{'flex':0x1,'backgroundColor':_0x4fd7(0x5d),'justifyContent':'center','alignItems':'center'},'content':{'width':width*0.85,'backgroundColor':_0x4fd7(0x5e),'borderRadius':0x14,'padding':0x18,'alignItems':'center','shadowColor':_0x4fd7(0x5f),'shadowOffset':{'width':0x0,'height':0x4},'shadowOpacity':0.3,'shadowRadius':0x8,'elevation':0xa},'title':{'fontSize':0x18,'fontWeight':_0x4fd7(0x60),'color':_0x4fd7(0x61),'marginBottom':0x14,'textAlign':_0x4fd7(0x62)},'loader':{'marginVertical':0x18},'message':{'fontSize':0x12,'color':_0x4fd7(0x63),'textAlign':_0x4fd7(0x62),'marginBottom':0x10,'lineHeight':0x18},'subMessage':{'fontSize':0x10,'color':_0x4fd7(0x64),'textAlign':_0x4fd7(0x62),'marginTop':0x8},'matchCircle':{'width':0x64,'height':0x64,'borderRadius':0x32,'backgroundColor':'#E9C46A','justifyContent':_0x4fd7(0x62),'alignItems':_0x4fd7(0x62),'marginVertical':0x14},'matchCount':{'fontSize':0x28,'fontWeight':_0x4fd7(0x65),'color':'#FFFFFF'},'button':{'width':'100%','marginTop':0x18,'borderRadius':0x8,'overflow':_0x4fd7(0x66)},'gradientButton':{'paddingVertical':0xe,'alignItems':'center','justifyContent':_0x4fd7(0x62)},'buttonText':{'color':_0x4fd7(0x61),'fontSize':0x10,'fontWeight':_0x4fd7(0x60)}});var _default=exports[_0x4fd7(0x2)]=SignInMatchAnimation;
9
+ function _0x12ce(){const _0x2978a4=['defineProperty','__esModule','complete','object','default','KzBvH','MjOty','lNejk','pxWrJ','zqnlb','Animated','start','lUdxq','random','found','FqfeS','ursXL','iXuGD','ZviXc','wMngl','ZalVU','function','has','get','set','USvQB','SgWRg','hasOwnProperty','yKZWU','Dimensions','window','FTdJi','searching','Finding\x20Your\x20Matches','large','#E9C46A','Searching\x20for\x20potential\x20connections\x20based\x20on\x20your\x20profile...','We\x27ve\x20found\x20','\x20potential\x20connections\x20for\x20you!','Complete\x20your\x20profile\x20to\x20see\x20who\x20they\x20are.','We\x27ll\x20send\x20match\x20notifications\x20to\x20','@...','useState','LlFTQ','Value','timing','iAobb','LxwgS','floor','erwnt','dfrdA','fiBnF','dnfBq','parallel','BkoIP','brqhd','BpvQj','createElement','Modal','none','View','container','content','bWHCr','Fragment','title','snPDs','ActivityIndicator','PtNJO','DIlRy','loader','message','XDFVw','Text','iqLPU','matchCircle','matchCount','jbMQq','gwywI','subMessage','EWAyw','WrMJE','wsmKu','Welcome\x20to\x20Enoch!','BPlBb','split','TouchableOpacity','pauPL','LFjKz','gradientButton','buttonText','Continue','StyleSheet','create','center','#FFFFFF','#000','600','#333','#555','bold','100%'];_0x12ce=function(){return _0x2978a4;};return _0x12ce();}Object[_0x5a09(0x0)](exports,'__esModule',{'value':!![]}),exports['default']=void 0x0;var _react=_interopRequireWildcard(__ONAIROS_REQ_FUNC__(0x0)),_reactNative=__ONAIROS_REQ_FUNC__(0x1),_reactNativeLinearGradient=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x2));function _interopRequireDefault(_0x1a1314){return _0x1a1314&&_0x1a1314[_0x5a09(0x1)]?_0x1a1314:{'default':_0x1a1314};}function _0x5a09(_0x12ceab,_0x5a0955){_0x12ceab=_0x12ceab-0x0;const _0x3cc150=_0x12ce();let _0x4f2d0a=_0x3cc150[_0x12ceab];return _0x4f2d0a;}function _interopRequireWildcard(_0x54e0db,_0x1effc9){const _0x12a8f8={'KzBvH':function(_0x2f4f01,_0x440b47){return _0x2f4f01+_0x440b47;},'MjOty':_0x5a09(0x2),'USvQB':function(_0x474970,_0x43d723){return _0x474970!==_0x43d723;},'HXTTD':'lNejk','iXuGD':function(_0x334197,_0x111b21){return _0x334197&&_0x111b21;},'ZviXc':function(_0x4981fd,_0x5d8a56){return _0x4981fd===_0x5d8a56;},'wMngl':function(_0xc886c8,_0x504262){return _0xc886c8!=_0x504262;},'ZalVU':_0x5a09(0x3),'SgWRg':_0x5a09(0x4),'yKZWU':function(_0x305244,_0x440665,_0x9331a5,_0x2b53f5){return _0x305244(_0x440665,_0x9331a5,_0x2b53f5);},'Ssibs':function(_0x3d8372,_0xbae4a2){return _0x3d8372==_0xbae4a2;}};if(_0x12a8f8['Ssibs']('function',typeof WeakMap))var _0x42d462=new WeakMap(),_0x577132=new WeakMap();return(_interopRequireWildcard=function(_0x1d57e4,_0x1864b7){const _0x1bf5c6={'lUdxq':function(_0x396e7a,_0x18115d){return _0x12a8f8[_0x5a09(0x5)](_0x396e7a,_0x18115d);},'pxWrJ':function(_0x317ba8,_0x216a83){return _0x317ba8(_0x216a83);},'zqnlb':_0x12a8f8[_0x5a09(0x6)]};if(_0x12a8f8['USvQB'](_0x12a8f8['HXTTD'],_0x5a09(0x7))){const _0x5e8f47={'FqfeS':function(_0x237b91,_0x47bbad){return _0x1bf5c6[_0x5a09(0x8)](_0x237b91,_0x47bbad);},'ursXL':_0x1bf5c6[_0x5a09(0x9)]};_0xe27455&&(_0x2bf29a['Animated']['parallel']([_0x27d6ed[_0x5a09(0xa)]['timing'](_0x5d11e5,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]}),_0x173477[_0x5a09(0xa)]['timing'](_0x6a764d,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]})])[_0x5a09(0xb)](),_0xf703c(()=>{const _0x357c63=_0x1bf5c6[_0x5a09(0xc)](_0x377e73['floor'](_0x122380[_0x5a09(0xd)]()*0x6),0x3);_0x1bf5c6[_0x5a09(0x8)](_0x5c4fc7,_0x357c63),_0x1bf5c6[_0x5a09(0x8)](_0x5e3109,_0x5a09(0xe)),_0x22bd04(()=>{_0x5e8f47[_0x5a09(0xf)](_0xe49c16,_0x5e8f47[_0x5a09(0x10)]);},0xbb8);},0x9c4));}else{if(_0x12a8f8[_0x5a09(0x11)](!_0x1864b7,_0x1d57e4)&&_0x1d57e4[_0x5a09(0x1)])return _0x1d57e4;var _0x205540,_0xa4916a,_0xb873f4={'__proto__':null,'default':_0x1d57e4};if(_0x12a8f8[_0x5a09(0x12)](null,_0x1d57e4)||_0x12a8f8[_0x5a09(0x13)](_0x12a8f8[_0x5a09(0x14)],typeof _0x1d57e4)&&_0x12a8f8['wMngl'](_0x5a09(0x15),typeof _0x1d57e4))return _0xb873f4;if(_0x205540=_0x1864b7?_0x577132:_0x42d462){if(_0x205540[_0x5a09(0x16)](_0x1d57e4))return _0x205540[_0x5a09(0x17)](_0x1d57e4);_0x205540[_0x5a09(0x18)](_0x1d57e4,_0xb873f4);}for(const _0x3461be in _0x1d57e4)_0x12a8f8[_0x5a09(0x19)](_0x12a8f8[_0x5a09(0x1a)],_0x3461be)&&{}[_0x5a09(0x1b)]['call'](_0x1d57e4,_0x3461be)&&((_0xa4916a=(_0x205540=Object[_0x5a09(0x0)])&&Object['getOwnPropertyDescriptor'](_0x1d57e4,_0x3461be))&&(_0xa4916a[_0x5a09(0x17)]||_0xa4916a[_0x5a09(0x18)])?_0x12a8f8[_0x5a09(0x1c)](_0x205540,_0xb873f4,_0x3461be,_0xa4916a):_0xb873f4[_0x3461be]=_0x1d57e4[_0x3461be]);return _0xb873f4;}})(_0x54e0db,_0x1effc9);}const {width,height}=_reactNative[_0x5a09(0x1d)]['get'](_0x5a09(0x1e)),SignInMatchAnimation=({email:_0x1f26a8,visible:_0xfa3589,onComplete:_0x20d571})=>{const _0x2db5e0={'wsmKu':'complete','LxwgS':function(_0x2f4b52,_0x532d71){return _0x2f4b52+_0x532d71;},'erwnt':function(_0xcf6b65,_0x29a720){return _0xcf6b65(_0x29a720);},'xmOIb':'found','PMPGx':function(_0x4623cd,_0x4cc434,_0x31d31d){return _0x4623cd(_0x4cc434,_0x31d31d);},'iAobb':function(_0x26072a,_0x163c54,_0x4bee39){return _0x26072a(_0x163c54,_0x4bee39);},'BkoIP':function(_0x184df6,_0x3a33d8){return _0x184df6!==_0x3a33d8;},'brqhd':_0x5a09(0x1f),'dnfBq':function(_0x57d27d){return _0x57d27d();},'LlFTQ':_0x5a09(0x20),'bWHCr':function(_0x1d7c2a,_0x4d4a0e){return _0x1d7c2a===_0x4d4a0e;},'snPDs':_0x5a09(0x21),'PtNJO':_0x5a09(0x22),'DIlRy':_0x5a09(0x23),'XDFVw':_0x5a09(0x24),'WrMJE':function(_0x57829d,_0xf29abe){return _0x57829d===_0xf29abe;},'iqLPU':'Matches\x20Found!','jbMQq':_0x5a09(0x25),'gwywI':_0x5a09(0x26),'EWAyw':_0x5a09(0x27),'BPlBb':_0x5a09(0x28),'ccjtN':_0x5a09(0x29),'pauPL':'#f5e7c1','LFjKz':'#DDB957'},[_0x60f30,_0x198aa7]=(0x0,_react[_0x5a09(0x2a)])(_0x2db5e0[_0x5a09(0x2b)]),[_0x3c3fe1,_0x3ddd13]=(0x0,_react[_0x5a09(0x2a)])(0x0),_0x359ec9=(0x0,_react[_0x5a09(0x2a)])(new _reactNative['Animated'][(_0x5a09(0x2c))](0x0))[0x0],_0x54dc9b=(0x0,_react['useState'])(new _reactNative[(_0x5a09(0xa))][(_0x5a09(0x2c))](0.9))[0x0];(0x0,_react['useEffect'])(()=>{_0xfa3589&&(_reactNative[_0x5a09(0xa)]['parallel']([_reactNative[_0x5a09(0xa)]['timing'](_0x359ec9,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]}),_reactNative[_0x5a09(0xa)][_0x5a09(0x2d)](_0x54dc9b,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]})])[_0x5a09(0xb)](),_0x2db5e0[_0x5a09(0x2e)](setTimeout,()=>{const _0x5331f3={'dfrdA':function(_0x4a3322,_0x2bb4a3){return _0x4a3322(_0x2bb4a3);},'fiBnF':_0x2db5e0['wsmKu']},_0x50e924=_0x2db5e0[_0x5a09(0x2f)](Math[_0x5a09(0x30)](Math[_0x5a09(0xd)]()*0x6),0x3);_0x2db5e0[_0x5a09(0x31)](_0x3ddd13,_0x50e924),_0x198aa7(_0x2db5e0['xmOIb']),_0x2db5e0['PMPGx'](setTimeout,()=>{_0x5331f3[_0x5a09(0x32)](_0x198aa7,_0x5331f3[_0x5a09(0x33)]);},0xbb8);},0x9c4));},[_0xfa3589,_0x359ec9,_0x54dc9b]);const _0x282b0e=()=>{const _0x1aa852={'BpvQj':function(_0x9aa477){return _0x2db5e0[_0x5a09(0x34)](_0x9aa477);}};_reactNative[_0x5a09(0xa)][_0x5a09(0x35)]([_reactNative[_0x5a09(0xa)][_0x5a09(0x2d)](_0x359ec9,{'toValue':0x0,'duration':0x190,'useNativeDriver':!![]}),_reactNative['Animated']['timing'](_0x54dc9b,{'toValue':0.9,'duration':0x190,'useNativeDriver':!![]})])[_0x5a09(0xb)](()=>{_0x2db5e0[_0x5a09(0x36)](_0x2db5e0[_0x5a09(0x37)],'FTdJi')?_0x1aa852[_0x5a09(0x38)](_0x5f5049):_0x2db5e0[_0x5a09(0x34)](_0x20d571);});};if(!_0xfa3589)return null;return _react[_0x5a09(0x4)][_0x5a09(0x39)](_reactNative[_0x5a09(0x3a)],{'visible':_0xfa3589,'transparent':!![],'animationType':_0x5a09(0x3b)},_react[_0x5a09(0x4)][_0x5a09(0x39)](_reactNative[_0x5a09(0x3c)],{'style':styles[_0x5a09(0x3d)]},_react['default'][_0x5a09(0x39)](_reactNative['Animated'][_0x5a09(0x3c)],{'style':[styles[_0x5a09(0x3e)],{'opacity':_0x359ec9,'transform':[{'scale':_0x54dc9b}]}]},_0x2db5e0[_0x5a09(0x3f)](_0x60f30,_0x2db5e0[_0x5a09(0x2b)])&&_react[_0x5a09(0x4)]['createElement'](_react['default'][_0x5a09(0x40)],null,_react[_0x5a09(0x4)]['createElement'](_reactNative['Text'],{'style':styles[_0x5a09(0x41)]},_0x2db5e0[_0x5a09(0x42)]),_react['default'][_0x5a09(0x39)](_reactNative[_0x5a09(0x43)],{'size':_0x2db5e0[_0x5a09(0x44)],'color':_0x2db5e0[_0x5a09(0x45)],'style':styles[_0x5a09(0x46)]}),_react['default'][_0x5a09(0x39)](_reactNative['Text'],{'style':styles[_0x5a09(0x47)]},_0x2db5e0[_0x5a09(0x48)])),_0x2db5e0['WrMJE'](_0x60f30,'found')&&_react[_0x5a09(0x4)]['createElement'](_react['default']['Fragment'],null,_react[_0x5a09(0x4)][_0x5a09(0x39)](_reactNative[_0x5a09(0x49)],{'style':styles[_0x5a09(0x41)]},_0x2db5e0[_0x5a09(0x4a)]),_react[_0x5a09(0x4)][_0x5a09(0x39)](_reactNative[_0x5a09(0x3c)],{'style':styles[_0x5a09(0x4b)]},_react['default'][_0x5a09(0x39)](_reactNative['Text'],{'style':styles[_0x5a09(0x4c)]},_0x3c3fe1)),_react['default'][_0x5a09(0x39)](_reactNative[_0x5a09(0x49)],{'style':styles[_0x5a09(0x47)]},_0x2db5e0[_0x5a09(0x4d)],_0x3c3fe1,_0x2db5e0[_0x5a09(0x4e)]),_react[_0x5a09(0x4)][_0x5a09(0x39)](_reactNative['Text'],{'style':styles[_0x5a09(0x4f)]},_0x2db5e0[_0x5a09(0x50)])),_0x2db5e0[_0x5a09(0x51)](_0x60f30,_0x2db5e0[_0x5a09(0x52)])&&_react[_0x5a09(0x4)]['createElement'](_react[_0x5a09(0x4)][_0x5a09(0x40)],null,_react[_0x5a09(0x4)]['createElement'](_reactNative[_0x5a09(0x49)],{'style':styles[_0x5a09(0x41)]},_0x5a09(0x53)),_react[_0x5a09(0x4)][_0x5a09(0x39)](_reactNative[_0x5a09(0x49)],{'style':styles[_0x5a09(0x47)]},_0x2db5e0[_0x5a09(0x54)],_0x1f26a8[_0x5a09(0x55)]('@')[0x0],_0x2db5e0['ccjtN']),_react[_0x5a09(0x4)][_0x5a09(0x39)](_reactNative[_0x5a09(0x56)],{'style':styles['button'],'onPress':_0x282b0e},_react['default']['createElement'](_reactNativeLinearGradient[_0x5a09(0x4)],{'colors':[_0x2db5e0[_0x5a09(0x57)],_0x5a09(0x23),_0x2db5e0[_0x5a09(0x58)]],'start':{'x':0x0,'y':0x0},'end':{'x':0x1,'y':0x0},'style':styles[_0x5a09(0x59)]},_react[_0x5a09(0x4)][_0x5a09(0x39)](_reactNative[_0x5a09(0x49)],{'style':styles[_0x5a09(0x5a)]},_0x5a09(0x5b))))))));},styles=_reactNative[_0x5a09(0x5c)][_0x5a09(0x5d)]({'container':{'flex':0x1,'backgroundColor':'rgba(0,0,0,0.7)','justifyContent':_0x5a09(0x5e),'alignItems':_0x5a09(0x5e)},'content':{'width':width*0.85,'backgroundColor':_0x5a09(0x5f),'borderRadius':0x14,'padding':0x18,'alignItems':_0x5a09(0x5e),'shadowColor':_0x5a09(0x60),'shadowOffset':{'width':0x0,'height':0x4},'shadowOpacity':0.3,'shadowRadius':0x8,'elevation':0xa},'title':{'fontSize':0x18,'fontWeight':_0x5a09(0x61),'color':_0x5a09(0x62),'marginBottom':0x14,'textAlign':_0x5a09(0x5e)},'loader':{'marginVertical':0x18},'message':{'fontSize':0x12,'color':_0x5a09(0x63),'textAlign':_0x5a09(0x5e),'marginBottom':0x10,'lineHeight':0x18},'subMessage':{'fontSize':0x10,'color':'#777','textAlign':'center','marginTop':0x8},'matchCircle':{'width':0x64,'height':0x64,'borderRadius':0x32,'backgroundColor':_0x5a09(0x23),'justifyContent':_0x5a09(0x5e),'alignItems':'center','marginVertical':0x14},'matchCount':{'fontSize':0x28,'fontWeight':_0x5a09(0x64),'color':'#FFFFFF'},'button':{'width':_0x5a09(0x65),'marginTop':0x18,'borderRadius':0x8,'overflow':'hidden'},'gradientButton':{'paddingVertical':0xe,'alignItems':'center','justifyContent':_0x5a09(0x5e)},'buttonText':{'color':_0x5a09(0x62),'fontSize':0x10,'fontWeight':_0x5a09(0x61)}});var _default=exports[_0x5a09(0x4)]=SignInMatchAnimation;
@@ -9,4 +9,4 @@ var __ONAIROS_REQ_REGISTRY__ = [
9
9
  require("./PrimaryButton")
10
10
  ];
11
11
  function __ONAIROS_REQ_FUNC__(i) { return __ONAIROS_REQ_REGISTRY__[i]; }
12
- Object[_0xfcb1(0x0)](exports,_0xfcb1(0x1),{'value':!![]}),exports['default']=exports[_0xfcb1(0x2)]=void 0x0;var _react=_interopRequireWildcard(__ONAIROS_REQ_FUNC__(0x0)),_reactNative=__ONAIROS_REQ_FUNC__(0x1),_theme=__ONAIROS_REQ_FUNC__(0x2),_EmailInput=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x3)),_GoogleButton=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x4)),_PrimaryButton=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x5));function _interopRequireDefault(_0x529b9f){return _0x529b9f&&_0x529b9f[_0xfcb1(0x1)]?_0x529b9f:{'default':_0x529b9f};}function _interopRequireWildcard(_0x358f9d,_0x4cf6a9){const _0x462a63={'LEzgh':'\x20Did\x20you\x20mean\x20.com?','juMgP':function(_0x4f5c4c,_0x2e80f5){return _0x4f5c4c&&_0x2e80f5;},'PfRbf':function(_0x1dbef9,_0x2e9999){return _0x1dbef9!=_0x2e9999;},'OFIdi':_0xfcb1(0x3),'HVFEy':function(_0x594fe0,_0x11126e){return _0x594fe0!=_0x11126e;},'tpXnO':_0xfcb1(0x4),'EkgdW':function(_0x2466e9,_0x5bb5fd){return _0x2466e9===_0x5bb5fd;},'RcJSd':_0xfcb1(0x5),'tcUuo':function(_0x2de2e4,_0x25b196,_0x2f11eb,_0x3eaafd){return _0x2de2e4(_0x25b196,_0x2f11eb,_0x3eaafd);},'CYZAC':function(_0x47216d,_0x293b65){return _0x47216d==_0x293b65;}};if(_0x462a63[_0xfcb1(0x6)](_0xfcb1(0x4),typeof WeakMap))var _0x5bd260=new WeakMap(),_0x3f6186=new WeakMap();return(_interopRequireWildcard=function(_0x266ca9,_0x50e600){if(_0x462a63[_0xfcb1(0x7)](!_0x50e600,_0x266ca9)&&_0x266ca9['__esModule'])return _0x266ca9;var _0x3bda9a,_0x21c2e0,_0x588a42={'__proto__':null,'default':_0x266ca9};if(null===_0x266ca9||_0x462a63[_0xfcb1(0x8)](_0x462a63[_0xfcb1(0x9)],typeof _0x266ca9)&&_0x462a63['HVFEy'](_0x462a63[_0xfcb1(0xa)],typeof _0x266ca9))return _0x588a42;if(_0x3bda9a=_0x50e600?_0x3f6186:_0x5bd260){if(_0x462a63[_0xfcb1(0xb)](_0xfcb1(0xc),_0xfcb1(0xc))){if(_0x3bda9a[_0xfcb1(0xd)](_0x266ca9))return _0x3bda9a['get'](_0x266ca9);_0x3bda9a['set'](_0x266ca9,_0x588a42);}else _0x2bdc0f=_0x462a63['LEzgh'];}for(const _0x1e6d21 in _0x266ca9)_0x462a63['RcJSd']!==_0x1e6d21&&{}['hasOwnProperty'][_0xfcb1(0xe)](_0x266ca9,_0x1e6d21)&&((_0x21c2e0=(_0x3bda9a=Object[_0xfcb1(0x0)])&&Object['getOwnPropertyDescriptor'](_0x266ca9,_0x1e6d21))&&(_0x21c2e0['get']||_0x21c2e0[_0xfcb1(0xf)])?_0x462a63[_0xfcb1(0x10)](_0x3bda9a,_0x588a42,_0x1e6d21,_0x21c2e0):_0x588a42[_0x1e6d21]=_0x266ca9[_0x1e6d21]);return _0x588a42;})(_0x358f9d,_0x4cf6a9);}const VALID_TLDS=new Set([_0xfcb1(0x11),_0xfcb1(0x12),'net',_0xfcb1(0x13),_0xfcb1(0x14),_0xfcb1(0x15),_0xfcb1(0x16),'io','co','ai',_0xfcb1(0x17),'dev',_0xfcb1(0x18),_0xfcb1(0x19),_0xfcb1(0x1a),_0xfcb1(0x1b),_0xfcb1(0x1c),'biz','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',_0xfcb1(0x1d),'com.au',_0xfcb1(0x1e),'co.za','com.br',_0xfcb1(0x1f),_0xfcb1(0x20),_0xfcb1(0x21),_0xfcb1(0x22),_0xfcb1(0x23),_0xfcb1(0x24),_0xfcb1(0x25),_0xfcb1(0x26)]),INVALID_TLDS=new Set([_0xfcb1(0x27),_0xfcb1(0x28),_0xfcb1(0x29),'ocm','cm',_0xfcb1(0x2a),_0xfcb1(0x2b),'om',_0xfcb1(0x2c),_0xfcb1(0x2d),_0xfcb1(0x2e),_0xfcb1(0x2f),'og',_0xfcb1(0x30),'rog','rg',_0xfcb1(0x31),'ne',_0xfcb1(0x32),_0xfcb1(0x33),_0xfcb1(0x34),'oi',_0xfcb1(0x35),_0xfcb1(0x36),_0xfcb1(0x37),_0xfcb1(0x38),_0xfcb1(0x39),'gmal',_0xfcb1(0x3a),_0xfcb1(0x3b),_0xfcb1(0x3c),_0xfcb1(0x3d),'yahooo','yaho',_0xfcb1(0x3e),_0xfcb1(0x3f),_0xfcb1(0x40),_0xfcb1(0x41)]),validateEmail=_0x57952b=>{const _0x2f1be9={'OAxKU':function(_0x130648,_0x379d37){return _0x130648(_0x379d37);},'XmTvJ':function(_0x3a7c13,_0x4a1dd0){return _0x3a7c13&&_0x4a1dd0;},'OwxkI':function(_0x19b50c,_0x2ed49c){return _0x19b50c===_0x2ed49c;},'PrZeR':function(_0x2a25ce,_0x4df207){return _0x2a25ce!=_0x4df207;},'eWbHt':_0xfcb1(0x4),'hmIQS':function(_0xa9d93c,_0x2b20f3){return _0xa9d93c!==_0x2b20f3;},'mTkoH':_0xfcb1(0x5),'fYOgC':function(_0x1eed7a,_0xcb6b13){return _0x1eed7a==_0xcb6b13;},'IOZqZ':_0xfcb1(0x42),'rjcob':function(_0x24849c,_0x6b2256){return _0x24849c(_0x6b2256);},'DvyxU':_0xfcb1(0x43),'PSAQV':function(_0x2c66dc,_0x38452f){return _0x2c66dc+_0x38452f;},'TXgbX':function(_0x433d01,_0x5c035a){return _0x433d01<_0x5c035a;},'cXufg':function(_0x302e7c,_0x4d9408){return _0x302e7c-_0x4d9408;},'aNbCT':function(_0x5757ac,_0x3a8163){return _0x5757ac-_0x3a8163;},'FpCUW':function(_0x1a1c13,_0x4a821b){return _0x1a1c13!==_0x4a821b;},'zuKuH':_0xfcb1(0x44),'seVbq':function(_0x45e938,_0xa0ee17){return _0x45e938===_0xa0ee17;},'gItOv':_0xfcb1(0x28),'vudLv':function(_0x5ad8b0,_0x1f8ce1){return _0x5ad8b0===_0x1f8ce1;},'mXuJY':_0xfcb1(0x2a),'kPPFA':function(_0x5e7b7,_0x25dc95){return _0x5e7b7===_0x25dc95;},'DoPZe':_0xfcb1(0x2c),'gLkxZ':'comn','yIrCK':_0xfcb1(0x45),'NoEFI':_0xfcb1(0x46),'GwOEn':_0xfcb1(0x47),'HxxYZ':function(_0x33e5b3,_0x36c424){return _0x33e5b3===_0x36c424;},'jJNKQ':'ogr','Xqafd':function(_0x1b2286,_0x3d9fc9){return _0x1b2286===_0x3d9fc9;},'FQmSA':_0xfcb1(0x48),'ioWhu':_0xfcb1(0x49),'JUjIF':_0xfcb1(0x31),'cRAWk':function(_0x10bc45,_0x1d003b){return _0x10bc45===_0x1d003b;},'XWiXm':_0xfcb1(0x32),'xnQlt':_0xfcb1(0x33),'iiDFb':_0xfcb1(0x36),'eaWKw':function(_0x5e8cf0,_0x33c58f){return _0x5e8cf0!==_0x33c58f;},'ELWGH':_0xfcb1(0x4a),'nGQkb':function(_0x596f5c,_0x36f28b){return _0x596f5c<=_0x36f28b;},'nuQKg':_0xfcb1(0x4b),'wdRBX':_0xfcb1(0x4c),'DcDOH':_0xfcb1(0x4d),'eRLsa':_0xfcb1(0x4e),'Pmsft':_0xfcb1(0x4f),'KOpUZ':_0xfcb1(0x50),'OvOMB':_0xfcb1(0x51),'kbqCI':_0xfcb1(0x52),'FbIzL':_0xfcb1(0x53),'jQZCI':_0xfcb1(0x11),'ymPPt':_0xfcb1(0x54),'fuwsQ':'yahoo.com.br','zwktH':_0xfcb1(0x55),'cFrFU':_0xfcb1(0x56),'nokEf':_0xfcb1(0x57),'PBriw':function(_0x210f87,_0x408e95){return _0x210f87===_0x408e95;},'jJnFy':_0xfcb1(0x58)},_0x9c5537=_0x57952b[_0xfcb1(0x59)]()['toLowerCase'](),_0x4f904a=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;if(!_0x4f904a[_0xfcb1(0x5a)](_0x9c5537))return{'isValid':![],'error':_0x2f1be9[_0xfcb1(0x5b)]};const _0x253d66=_0x9c5537[_0xfcb1(0x5c)]('@'),_0x5c16ba=_0x9c5537['substring'](_0x2f1be9[_0xfcb1(0x5d)](_0x253d66,0x1)),_0x5a338e=_0x5c16ba[_0xfcb1(0x5e)]('.');if(_0x2f1be9[_0xfcb1(0x5f)](_0x5a338e[_0xfcb1(0x60)],0x2))return{'isValid':![],'error':_0x2f1be9[_0xfcb1(0x5b)]};const _0x2d18e2=_0x5a338e[_0x2f1be9[_0xfcb1(0x61)](_0x5a338e['length'],0x1)],_0x134a12=_0x5a338e['length']>=0x2?_0x5a338e[_0x2f1be9['aNbCT'](_0x5a338e[_0xfcb1(0x60)],0x2)]+'.'+_0x2d18e2:'';if(INVALID_TLDS[_0xfcb1(0xd)](_0x2d18e2)){if(_0x2f1be9[_0xfcb1(0x62)](_0x2f1be9[_0xfcb1(0x63)],_0xfcb1(0x64))){let _0x422ef8='';if(_0x2f1be9['seVbq'](_0x2d18e2,_0xfcb1(0x27))||_0x2d18e2===_0x2f1be9['gItOv']||_0x2f1be9['seVbq'](_0x2d18e2,_0xfcb1(0x29))||_0x2f1be9[_0xfcb1(0x65)](_0x2d18e2,_0xfcb1(0x66))||_0x2f1be9[_0xfcb1(0x67)](_0x2d18e2,_0x2f1be9[_0xfcb1(0x68)])||_0x2f1be9[_0xfcb1(0x69)](_0x2d18e2,_0x2f1be9[_0xfcb1(0x6a)])||_0x2f1be9[_0xfcb1(0x65)](_0x2d18e2,_0x2f1be9[_0xfcb1(0x6b)])||_0x2d18e2==='copm')_0x2f1be9[_0xfcb1(0x67)](_0x2f1be9[_0xfcb1(0x6c)],_0x2f1be9[_0xfcb1(0x6d)])?_0x2f1be9[_0xfcb1(0x6e)](_0x52325f,''):_0x422ef8=_0x2f1be9[_0xfcb1(0x6f)];else{if(_0x2f1be9['HxxYZ'](_0x2d18e2,_0x2f1be9[_0xfcb1(0x70)])||_0x2f1be9[_0xfcb1(0x71)](_0x2d18e2,'og')||_0x2f1be9[_0xfcb1(0x71)](_0x2d18e2,_0xfcb1(0x30))||_0x2f1be9[_0xfcb1(0x65)](_0x2d18e2,_0x2f1be9['FQmSA']))_0x422ef8=_0x2f1be9['ioWhu'];else{if(_0x2f1be9['Xqafd'](_0x2d18e2,_0x2f1be9['JUjIF'])||_0x2f1be9['Xqafd'](_0x2d18e2,'ne')||_0x2f1be9[_0xfcb1(0x72)](_0x2d18e2,_0x2f1be9[_0xfcb1(0x73)])||_0x2d18e2===_0x2f1be9[_0xfcb1(0x74)])_0x422ef8=_0xfcb1(0x75);else{if(_0x2d18e2==='oi'||_0x2d18e2===_0xfcb1(0x35)||_0x2f1be9[_0xfcb1(0x65)](_0x2d18e2,_0x2f1be9[_0xfcb1(0x76)])){if(_0x2f1be9[_0xfcb1(0x77)](_0x2f1be9['ELWGH'],_0x2f1be9[_0xfcb1(0x78)])){if(_0x2f1be9['fYOgC']('function',typeof _0x1ae51f))var _0x28b90a=new _0x2ef6ad(),_0x1636b5=new _0x18a3b7();return(_0x265a83=function(_0x4aca53,_0x574431){if(_0x2f1be9[_0xfcb1(0x79)](!_0x574431,_0x4aca53)&&_0x4aca53[_0xfcb1(0x1)])return _0x4aca53;var _0x4cb2e4,_0x4a6ac0,_0x1239ce={'__proto__':null,'default':_0x4aca53};if(_0x2f1be9['OwxkI'](null,_0x4aca53)||_0xfcb1(0x3)!=typeof _0x4aca53&&_0x2f1be9[_0xfcb1(0x7a)](_0x2f1be9['eWbHt'],typeof _0x4aca53))return _0x1239ce;if(_0x4cb2e4=_0x574431?_0x1636b5:_0x28b90a){if(_0x4cb2e4[_0xfcb1(0xd)](_0x4aca53))return _0x4cb2e4[_0xfcb1(0x7b)](_0x4aca53);_0x4cb2e4[_0xfcb1(0xf)](_0x4aca53,_0x1239ce);}for(const _0x351116 in _0x4aca53)_0x2f1be9['hmIQS'](_0x2f1be9[_0xfcb1(0x7c)],_0x351116)&&{}['hasOwnProperty'][_0xfcb1(0xe)](_0x4aca53,_0x351116)&&((_0x4a6ac0=(_0x4cb2e4=_0x23d2b7[_0xfcb1(0x0)])&&_0x20f6af[_0xfcb1(0x7d)](_0x4aca53,_0x351116))&&(_0x4a6ac0[_0xfcb1(0x7b)]||_0x4a6ac0['set'])?_0x4cb2e4(_0x1239ce,_0x351116,_0x4a6ac0):_0x1239ce[_0x351116]=_0x4aca53[_0x351116]);return _0x1239ce;})(_0x3d5e21,_0x43f641);}else _0x422ef8=_0x2f1be9[_0xfcb1(0x7e)];}}}}return{'isValid':![],'error':_0xfcb1(0x7f)+_0x2d18e2+').'+_0x422ef8};}else return{'isValid':![],'error':_0xfcb1(0x43)};}if(_0x2f1be9[_0xfcb1(0x5f)](_0x2d18e2['length'],0x2))return{'isValid':![],'error':_0x2f1be9[_0xfcb1(0x5b)]};const _0x440225=VALID_TLDS[_0xfcb1(0xd)](_0x2d18e2)||VALID_TLDS['has'](_0x134a12);if(!_0x440225&&_0x2f1be9[_0xfcb1(0x80)](_0x2d18e2[_0xfcb1(0x60)],0x2)){if(_0x2f1be9[_0xfcb1(0x81)](_0x2f1be9[_0xfcb1(0x82)],_0x2f1be9['nuQKg']))_0x3863cb=_0x2f1be9['IOZqZ'];else return{'isValid':![],'error':_0xfcb1(0x7f)+_0x2d18e2+_0xfcb1(0x83)};}const _0x59af68=_0x5a338e[_0xfcb1(0x84)](0x0,-0x1)[_0xfcb1(0x85)]('.'),_0x4ce2cf={'gmai':_0x2f1be9['wdRBX'],'gmial':_0x2f1be9[_0xfcb1(0x86)],'gmil':_0x2f1be9[_0xfcb1(0x86)],'gmal':_0x2f1be9[_0xfcb1(0x86)],'gamil':_0x2f1be9[_0xfcb1(0x86)],'outlok':_0x2f1be9['DcDOH'],'outloo':_0x2f1be9[_0xfcb1(0x87)],'outlokk':_0x2f1be9[_0xfcb1(0x87)],'yahooo':_0x2f1be9[_0xfcb1(0x88)],'yaho':_0x2f1be9[_0xfcb1(0x88)],'yhoo':_0x2f1be9[_0xfcb1(0x88)],'hotmai':_0xfcb1(0x4f),'hotmal':_0x2f1be9['Pmsft'],'hotmial':_0x2f1be9[_0xfcb1(0x89)],'iclod':_0xfcb1(0x50),'iclould':_0x2f1be9['KOpUZ']};if(_0x4ce2cf[_0x59af68])return{'isValid':![],'error':'Did\x20you\x20mean\x20'+_0x4ce2cf[_0x59af68]+'.'+_0x2d18e2+'?'};const _0x3e9066=[_0x2f1be9['wdRBX'],_0x2f1be9[_0xfcb1(0x88)],'hotmail',_0x2f1be9[_0xfcb1(0x87)],'icloud',_0x2f1be9[_0xfcb1(0x8a)],_0x2f1be9[_0xfcb1(0x8b)],_0x2f1be9['FbIzL']],_0x11918f={'gmail':_0x2f1be9['jQZCI'],'yahoo':_0x2f1be9['jQZCI'],'hotmail':_0xfcb1(0x11),'outlook':_0x2f1be9['jQZCI'],'icloud':_0x2f1be9[_0xfcb1(0x8c)],'aol':_0xfcb1(0x11),'protonmail':_0x2f1be9[_0xfcb1(0x8c)],'zoho':_0x2f1be9['jQZCI']};if(_0x3e9066[_0xfcb1(0x8d)](_0x59af68)&&_0x2f1be9[_0xfcb1(0x62)](_0x2d18e2,_0x11918f[_0x59af68])){const _0x4dc6b0=[_0xfcb1(0x8e),_0x2f1be9[_0xfcb1(0x8f)],_0x2f1be9['fuwsQ'],_0xfcb1(0x90),_0x2f1be9[_0xfcb1(0x91)],_0x2f1be9[_0xfcb1(0x92)],_0x2f1be9['nokEf']],_0xece234=_0x59af68+'.'+_0x2d18e2;if(!_0x4dc6b0[_0xfcb1(0x8d)](_0xece234)){if(_0x2f1be9[_0xfcb1(0x93)](_0x2f1be9[_0xfcb1(0x94)],_0x2f1be9[_0xfcb1(0x94)]))return{'isValid':![],'error':'Did\x20you\x20mean\x20'+_0x59af68+'.'+_0x11918f[_0x59af68]+'?'};else _0x2f1be9['OAxKU'](_0x3747b8,_0x227565),_0x4d4a70&&_0x2f1be9[_0xfcb1(0x95)](_0x11355c,'');}}return{'isValid':!![]};},SignInStep=({onEmailSubmit:_0x4c71ac,onGoogleSignIn:_0x1eea59,onContinue:_0x141923,loading:loading=![],error:error='',initialEmail:initialEmail=''})=>{const _0x219902={'FkMOc':'Please\x20enter\x20a\x20valid\x20email\x20address','Vpjfx':_0xfcb1(0x96),'tBBzz':function(_0x2011b7,_0x4bd3ce){return _0x2011b7(_0x4bd3ce);},'pICeP':function(_0x3707a2,_0x3b12f0){return _0x3707a2(_0x3b12f0);},'RapRx':function(_0x4b84b8,_0x38bf10){return _0x4b84b8===_0x38bf10;},'BoFpt':function(_0xccb76a,_0x3e5332){return _0xccb76a!==_0x3e5332;},'wQnuw':_0xfcb1(0x97),'BcUyJ':_0xfcb1(0x5a),'tGZbe':function(_0xc16b47,_0x398397){return _0xc16b47(_0x398397);},'DSDrR':_0xfcb1(0x98),'kcdNG':_0xfcb1(0x99),'LflxR':_0xfcb1(0x9a),'bxLkG':function(_0x5ef8f9,_0x2cb607){return _0x5ef8f9(_0x2cb607);},'otGxp':_0xfcb1(0x9b),'cTvrP':function(_0x115332,_0x2c9147){return _0x115332===_0x2c9147;},'FYdKO':_0xfcb1(0x9c),'nfXaN':_0xfcb1(0x9d),'qCycX':_0xfcb1(0x9e),'BgSIu':function(_0x3fa182,_0x21cbd7){return _0x3fa182===_0x21cbd7;},'RRYKP':'ios','sePlI':_0xfcb1(0x9f),'aswoE':_0xfcb1(0xa0),'YLyHk':'Build\x20your\x20Onairos\x20persona\x20to\x20own\x20your\x20digital\x20identity','CcNDv':_0xfcb1(0xa1),'LDCJu':_0xfcb1(0xa2),'LbDHS':'Your\x20email','msrIw':_0xfcb1(0xa3),'jSOWo':function(_0x3ae89c,_0x1cc6fc){return _0x3ae89c||_0x1cc6fc;},'KfpXi':function(_0x2812ea,_0x292bc6){return _0x2812ea||_0x292bc6;}},[_0x35cb10,_0x55fc99]=(0x0,_react[_0xfcb1(0xa4)])(initialEmail),[_0x15f649,_0x33a81e]=(0x0,_react[_0xfcb1(0xa4)])(![]),[_0x40a396,_0x5da6f0]=(0x0,_react[_0xfcb1(0xa4)])(''),_0x56a337=_0x177ac6=>{if('ziJkX'===_0x219902[_0xfcb1(0xa5)])_0x219902[_0xfcb1(0xa6)](_0x55fc99,_0x177ac6),_0x40a396&&_0x219902[_0xfcb1(0xa7)](_0x5da6f0,'');else return{'isValid':![],'error':_0x219902[_0xfcb1(0xa8)]};},_0x14bc4d=()=>{const _0x42b681={'tfAoV':function(_0xa662f1,_0x4c2188){return _0xa662f1===_0x4c2188;},'BjDGZ':function(_0x1042c1,_0x37dd47){return _0x219902['RapRx'](_0x1042c1,_0x37dd47);},'Nacuo':_0xfcb1(0x9d)};if(_0x219902[_0xfcb1(0xa9)](_0x219902[_0xfcb1(0xaa)],_0x219902[_0xfcb1(0xaa)])){const _0x42402f=_0x41f3c9[_0xfcb1(0xab)][_0xfcb1(0xac)](_0x42b681[_0xfcb1(0xad)],()=>_0x29e970(!![])),_0x5559cd=_0x12efa6[_0xfcb1(0xab)]['addListener']('keyboardDidHide',()=>_0x204336(![]));return()=>{_0x5559cd===null||_0x42b681[_0xfcb1(0xae)](_0x5559cd,void 0x0)||_0x5559cd[_0xfcb1(0xaf)](),_0x42b681[_0xfcb1(0xb0)](_0x42402f,null)||_0x42402f===void 0x0||_0x42402f[_0xfcb1(0xaf)]();};}else{if(_0x219902[_0xfcb1(0xb1)](_0x35cb10[_0xfcb1(0xb2)]()[_0xfcb1(0x59)](),_0xfcb1(0xb3))){console[_0xfcb1(0xb4)]('๐Ÿ”\x20Reviewer\x20bypass\x20detected\x20in\x20new\x20UI'),_0x4c71ac(_0xfcb1(0x9b));return;}if(_0x35cb10['toLowerCase']()[_0xfcb1(0x59)]()===_0x219902['BcUyJ']){console[_0xfcb1(0xb4)](_0xfcb1(0xb5)),_0x219902[_0xfcb1(0xb6)](_0x4c71ac,_0x219902[_0xfcb1(0xb7)]);return;}if(_0x35cb10[_0xfcb1(0x59)]()){const _0x707138=_0x219902[_0xfcb1(0xb6)](validateEmail,_0x35cb10);if(!_0x707138[_0xfcb1(0xb8)]){console['log'](_0xfcb1(0xb9),_0x707138['error']),_0x219902[_0xfcb1(0xa7)](_0x5da6f0,_0x707138[_0xfcb1(0xba)]||_0x219902[_0xfcb1(0xbb)]);return;}console[_0xfcb1(0xb4)](_0x219902[_0xfcb1(0xbc)]),_0x5da6f0(''),_0x219902['bxLkG'](_0x4c71ac,_0x35cb10[_0xfcb1(0x59)]());}}};return(0x0,_react[_0xfcb1(0xbd)])(()=>{const _0x42b81e={'oEkUx':_0xfcb1(0xbe),'WHYBO':function(_0x29ba87,_0x363da3){return _0x29ba87===_0x363da3;},'qTCyl':function(_0x2c07cf,_0x5e3e20){return _0x219902[_0xfcb1(0xb1)](_0x2c07cf,_0x5e3e20);}};if(_0x219902['cTvrP'](_0x219902[_0xfcb1(0xbf)],_0x219902[_0xfcb1(0xbf)])){const _0x21b65c=_reactNative['Keyboard']['addListener'](_0x219902['nfXaN'],()=>_0x33a81e(!![])),_0x4ea62f=_reactNative[_0xfcb1(0xab)][_0xfcb1(0xac)](_0x219902[_0xfcb1(0xc0)],()=>_0x33a81e(![]));return()=>{if(_0x42b81e[_0xfcb1(0xc1)]!==_0x42b81e[_0xfcb1(0xc1)]){if(_0x1a44a2[_0xfcb1(0xd)](_0x3d9e8b))return _0x1b49d7[_0xfcb1(0x7b)](_0x544577);_0x2e5c24[_0xfcb1(0xf)](_0x39d696,_0x373e5e);}else _0x4ea62f===null||_0x42b81e['WHYBO'](_0x4ea62f,void 0x0)||_0x4ea62f['remove'](),_0x42b81e[_0xfcb1(0xc2)](_0x21b65c,null)||_0x42b81e[_0xfcb1(0xc3)](_0x21b65c,void 0x0)||_0x21b65c[_0xfcb1(0xaf)]();};}else{_0x5ed5fe[_0xfcb1(0xb4)](_0xfcb1(0xc4)),_0x219902[_0xfcb1(0xa7)](_0x3d1bb9,_0x219902[_0xfcb1(0xc5)]);return;}},[]),_react[_0xfcb1(0x5)][_0xfcb1(0xc6)](_reactNative['KeyboardAvoidingView'],{'behavior':_0x219902['BgSIu'](_reactNative[_0xfcb1(0xc7)]['OS'],_0x219902[_0xfcb1(0xc8)])?_0x219902['sePlI']:_0x219902['aswoE'],'style':styles[_0xfcb1(0xc9)]},_react[_0xfcb1(0x5)]['createElement'](_reactNative['View'],{'style':styles['content']},_react[_0xfcb1(0x5)][_0xfcb1(0xc6)](_reactNative[_0xfcb1(0xca)],{'style':styles[_0xfcb1(0xcb)]},_react[_0xfcb1(0x5)]['createElement'](_reactNative[_0xfcb1(0xcc)],{'style':styles[_0xfcb1(0xcd)]},_0x219902[_0xfcb1(0xce)]),_react['default'][_0xfcb1(0xc6)](_reactNative[_0xfcb1(0xcc)],{'style':styles[_0xfcb1(0xcf)]},_0x219902[_0xfcb1(0xd0)])),_react[_0xfcb1(0x5)][_0xfcb1(0xc6)](_reactNative['View'],{'style':styles['inputContainer']},_react[_0xfcb1(0x5)][_0xfcb1(0xc6)](_EmailInput['default'],{'value':_0x35cb10,'onChangeText':_0x56a337,'onSubmitEditing':_0x14bc4d,'returnKeyType':_0x219902[_0xfcb1(0xd1)],'blurOnSubmit':!![],'placeholder':_0x219902['LbDHS'],'placeholderTextColor':_0x219902[_0xfcb1(0xd2)]}),_0x219902['jSOWo'](_0x40a396,error)?_react[_0xfcb1(0x5)][_0xfcb1(0xc6)](_reactNative['Text'],{'style':styles['errorText']},_0x219902[_0xfcb1(0xd3)](_0x40a396,error)):null),_react[_0xfcb1(0x5)]['createElement'](_reactNative[_0xfcb1(0xca)],{'style':styles['dividerContainer']},_react['default'][_0xfcb1(0xc6)](_reactNative[_0xfcb1(0xca)],{'style':styles['dividerLine']}),_react['default'][_0xfcb1(0xc6)](_reactNative[_0xfcb1(0xcc)],{'style':styles['dividerText']},'Or'),_react[_0xfcb1(0x5)][_0xfcb1(0xc6)](_reactNative[_0xfcb1(0xca)],{'style':styles[_0xfcb1(0xd4)]})),_react[_0xfcb1(0x5)][_0xfcb1(0xc6)](_reactNative[_0xfcb1(0xca)],{'style':styles[_0xfcb1(0xd5)]},_react['default'][_0xfcb1(0xc6)](_GoogleButton[_0xfcb1(0x5)],{'onPress':_0x1eea59,'disabled':loading})),_react[_0xfcb1(0x5)]['createElement'](_reactNative[_0xfcb1(0xca)],{'style':styles['spacer']}),_react['default'][_0xfcb1(0xc6)](_reactNative[_0xfcb1(0xca)],{'style':styles['continueContainer']},_react[_0xfcb1(0x5)][_0xfcb1(0xc6)](_PrimaryButton[_0xfcb1(0x5)],{'label':_0xfcb1(0xd6),'onPress':_0x14bc4d,'disabled':loading||!_0x35cb10[_0xfcb1(0x59)](),'loading':loading}))));};exports[_0xfcb1(0x2)]=SignInStep;function _0xfcb1(_0x4f556a,_0xfcb1bd){_0x4f556a=_0x4f556a-0x0;const _0x55ebcd=_0x4f55();let _0x4a7624=_0x55ebcd[_0x4f556a];return _0x4a7624;}const styles=_reactNative['StyleSheet'][_0xfcb1(0xd7)]({'container':{'flex':0x1},'content':{'flex':0x1,'paddingTop':0x18,'paddingHorizontal':0x18},'headingContainer':{'width':_0xfcb1(0xd8),'marginBottom':0x16,'paddingHorizontal':0x0},'title':{'fontFamily':_0xfcb1(0xd9),'fontWeight':_0xfcb1(0xda),'fontSize':0x18,'lineHeight':0x20,'color':_theme[_0xfcb1(0xdb)][_0xfcb1(0xdc)],'textAlign':_0xfcb1(0xdd),'marginBottom':_theme[_0xfcb1(0xde)]['sm']},'subtitle':{'fontFamily':'Inter','fontWeight':_0xfcb1(0xdf),'fontSize':0x10,'lineHeight':0x18,'color':_theme['COLORS'][_0xfcb1(0xe0)],'textAlign':'left'},'inputContainer':{'marginBottom':0x20,'paddingHorizontal':0x0},'dividerContainer':{'flexDirection':_0xfcb1(0xe1),'alignItems':_0xfcb1(0xe2),'marginBottom':0x20,'paddingHorizontal':0x0},'dividerLine':{'flex':0x1,'height':0x1,'backgroundColor':_0xfcb1(0xe3)},'dividerText':{'paddingHorizontal':_theme[_0xfcb1(0xde)]['md'],'fontSize':0xe,'fontFamily':'Inter','fontWeight':'400','color':_theme[_0xfcb1(0xdb)][_0xfcb1(0xe4)]},'googleContainer':{'marginBottom':_theme[_0xfcb1(0xde)]['xl'],'paddingHorizontal':0x0},'spacer':{'flex':0x1,'minHeight':0x14},'continueContainer':{'paddingBottom':_theme[_0xfcb1(0xde)]['xl'],'paddingHorizontal':0x0},'errorText':{'fontSize':0xe,'fontFamily':'Inter','fontWeight':_0xfcb1(0xdf),'color':_0xfcb1(0xe5),'marginTop':0x8,'textAlign':_0xfcb1(0xdd)}});var _default=exports['default']=SignInStep;function _0x4f55(){const _0x2719c4=['defineProperty','__esModule','SignInStep','object','function','default','CYZAC','juMgP','PfRbf','OFIdi','tpXnO','EkgdW','SClPj','has','call','set','tcUuo','com','org','edu','gov','mil','int','app','tech','online','site','web','info','co.uk','co.nz','co.jp','co.kr','co.in','org.uk','net.au','gov.uk','ac.uk','edu.au','con','cmo','vom','cpm','ckm','comm','comn','copm','ogr','orgg','nte','nett','ent','bet','ioo','lio','gmai','gmial','gmil','gamil','outlok','outloo','outlokk','yhoo','hotmai','hotmal','hotmial','\x20Did\x20you\x20mean\x20.io?','Please\x20enter\x20a\x20valid\x20email\x20address','YVJoS','QOyFX','WVqVE','\x20Did\x20you\x20mean\x20.com?','rog','\x20Did\x20you\x20mean\x20.org?','wTGkw','EjGLs','gmail','outlook','yahoo','hotmail','icloud','aol','protonmail','zoho','yahoo.co.jp','outlook.co.uk','hotmail.co.uk','hotmail.co.jp','LanvQ','trim','test','DvyxU','lastIndexOf','PSAQV','split','TXgbX','length','cXufg','FpCUW','zuKuH','wMqCv','vudLv','ocm','OwxkI','mXuJY','kPPFA','DoPZe','gLkxZ','yIrCK','NoEFI','OAxKU','GwOEn','jJNKQ','Xqafd','cRAWk','XWiXm','xnQlt','\x20Did\x20you\x20mean\x20.net?','iiDFb','eaWKw','ELWGH','XmTvJ','PrZeR','get','mTkoH','getOwnPropertyDescriptor','IOZqZ','Invalid\x20email\x20domain\x20(.','nGQkb','hmIQS','nuQKg',').\x20Please\x20check\x20your\x20email.','slice','join','wdRBX','DcDOH','eRLsa','Pmsft','OvOMB','kbqCI','jQZCI','includes','yahoo.co.uk','ymPPt','yahoo.com.au','zwktH','cFrFU','PBriw','jJnFy','rjcob','ziJkX','OtCKt','test@bypass.com','Invalid\x20email\x20address','โœ…\x20Email\x20validation\x20passed','reviewer@bypass.com','XaUcR','keyboardDidShow','keyboardDidHide','padding','height','Sign\x20in\x20or\x20create\x20an\x20account','done','#9CA3AF','useState','Vpjfx','tBBzz','pICeP','FkMOc','BoFpt','wQnuw','Keyboard','addListener','Nacuo','tfAoV','remove','BjDGZ','RapRx','toLowerCase','reviewer','log','๐Ÿงช\x20Test\x20bypass\x20detected\x20-\x20skipping\x20to\x20verification\x20screen','tGZbe','DSDrR','isValid','โŒ\x20Email\x20validation\x20failed:','error','kcdNG','LflxR','useEffect','SdYMZ','FYdKO','qCycX','oEkUx','WHYBO','qTCyl','๐Ÿ”\x20Reviewer\x20bypass\x20detected\x20in\x20new\x20UI','otGxp','createElement','Platform','RRYKP','container','View','headingContainer','Text','title','YLyHk','subtitle','CcNDv','LDCJu','msrIw','KfpXi','dividerLine','googleContainer','Continue','create','100%','IBM\x20Plex\x20Sans','700','COLORS','grey800','left','SPACING','400','grey600','row','center','#E5E5E5','grey500','#DC3545'];_0x4f55=function(){return _0x2719c4;};return _0x4f55();}
12
+ Object['defineProperty'](exports,_0x136c(0x0),{'value':!![]}),exports[_0x136c(0x1)]=exports[_0x136c(0x2)]=void 0x0;var _react=_interopRequireWildcard(__ONAIROS_REQ_FUNC__(0x0)),_reactNative=__ONAIROS_REQ_FUNC__(0x1),_theme=__ONAIROS_REQ_FUNC__(0x2),_EmailInput=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x3)),_GoogleButton=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x4)),_PrimaryButton=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x5));function _interopRequireDefault(_0x1bc9c4){return _0x1bc9c4&&_0x1bc9c4['__esModule']?_0x1bc9c4:{'default':_0x1bc9c4};}function _0x50da(){const _0x504c6a=['__esModule','default','SignInStep','Invalid\x20email\x20address','โœ…\x20Email\x20validation\x20passed','YyXRm','object','function','JCbew','oGjRr','aSiHy','UABqz','dwdtR','log','โŒ\x20Email\x20validation\x20failed:','error','JoQFZ','ZHLIl','trim','FInbD','abAjk','SnRtX','nYKgv','has','get','set','guOLK','hasOwnProperty','call','defineProperty','com','org','net','edu','gov','mil','int','tech','online','web','info','biz','xyz','co.uk','co.nz','com.br','co.jp','co.kr','co.in','org.uk','net.au','edu.au','cmo','vom','cpm','ckm','comn','copm','ogr','orgg','nte','ent','lio','gmai','gmial','gmil','gmal','gamil','outloo','outlokk','yahooo','yhoo','hotmai','hotmial','๐Ÿ”\x20Reviewer\x20bypass\x20detected\x20in\x20new\x20UI','con','comm','\x20Did\x20you\x20mean\x20.com?','rog','ioo','iCjgH','\x20Did\x20you\x20mean\x20.io?','jqQgm','gmail','yahoo','outlook','protonmail','zoho','yahoo.co.uk','yahoo.com.br','hotmail.co.jp','toLowerCase','test','BxdGV','lastIndexOf','substring','hITUI','split','stZhK','Please\x20enter\x20a\x20valid\x20email\x20address','length','HbgIt','HHctk','jByfE','pBLoy','ldNNX','RlHau','noMZG','ELSqx','DURyY','AvUxT','csHtg','Zwbdu','WxBDV','\x20Did\x20you\x20mean\x20.org?','WBwfQ','SaUdO','Cvkwr','zQIpH','GUypD','TkbnO','RyDCl','qGFcC','reviewer@bypass.com','flylm','nvbKX',').\x20Please\x20check\x20your\x20email.','join','qDGdH','HUaeW','qZhhO','ktPLy','icloud','wlqdX','MtNgr','ElnbK','nrDJD','TazKp','xWgMf','yahoo.co.jp','fYSkD','ycAIK','dMIFq','includes','Did\x20you\x20mean\x20','๐Ÿงช\x20Test\x20bypass\x20detected\x20-\x20skipping\x20to\x20verification\x20screen','test@bypass.com','WUPJF','reviewer','liATu','keyboardDidShow','keyboardDidHide','padding','height','Build\x20your\x20Onairos\x20persona\x20to\x20own\x20your\x20digital\x20identity','Sign\x20in\x20or\x20create\x20an\x20account','done','#9CA3AF','Continue','useState','BTBUy','DaZqH','VyOyc','WsYAd','ZmYpw','mMGcV','XYzsS','xRotR','QCGVt','CQiSw','HaGhy','XRMwS','isValid','kHysC','hIMLP','iZIWa','useEffect','Keyboard','addListener','jVfGo','PDYBO','tPYLM','remove','KeyboardAvoidingView','Platform','tMeEr','container','View','content','createElement','headingContainer','Text','subtitle','Jerzo','lYqMz','GqDrh','errorText','dividerLine','dividerText','spacer','continueContainer','700','grey800','SPACING','COLORS','grey600','left','row','center','#E5E5E5','Inter','grey500','400'];_0x50da=function(){return _0x504c6a;};return _0x50da();}function _interopRequireWildcard(_0x50005b,_0xeea715){const _0x4a215d={'JCbew':function(_0x3a8c38,_0x1a405b){return _0x3a8c38(_0x1a405b);},'EMcxc':_0x136c(0x3),'oGjRr':_0x136c(0x4),'aSiHy':function(_0x562127,_0x43c37b){return _0x562127===_0x43c37b;},'xiVUZ':_0x136c(0x5),'FInbD':function(_0x3e8b04,_0x767414){return _0x3e8b04&&_0x767414;},'rHXOh':function(_0x5e8695,_0x58d419){return _0x5e8695!=_0x58d419;},'abAjk':_0x136c(0x6),'SnRtX':function(_0x14a345,_0x1294c8){return _0x14a345!=_0x1294c8;},'nYKgv':_0x136c(0x7),'guOLK':function(_0x1d1c1f,_0x287522){return _0x1d1c1f!==_0x287522;},'RUXbj':function(_0x5d0f10,_0x3955fb){return _0x5d0f10==_0x3955fb;}};if(_0x4a215d['RUXbj'](_0x136c(0x7),typeof WeakMap))var _0x3b9376=new WeakMap(),_0x28a3c0=new WeakMap();return(_interopRequireWildcard=function(_0x12b003,_0x44d5da){const _0x1bda5c={'dwdtR':function(_0x5be682,_0x313430){return _0x4a215d[_0x136c(0x8)](_0x5be682,_0x313430);},'wYtkv':_0x4a215d['EMcxc'],'JoQFZ':_0x4a215d[_0x136c(0x9)],'ZHLIl':function(_0xdb9a5c,_0x3ca412){return _0xdb9a5c(_0x3ca412);}};if(_0x4a215d[_0x136c(0xa)](_0x136c(0xb),_0x4a215d['xiVUZ'])){const _0x493609=_0x1bda5c[_0x136c(0xc)](_0x3ca5aa,_0x3af8f2);if(!_0x493609['isValid']){_0x4a5902[_0x136c(0xd)](_0x136c(0xe),_0x493609[_0x136c(0xf)]),_0x1bda5c[_0x136c(0xc)](_0x559097,_0x493609[_0x136c(0xf)]||_0x1bda5c['wYtkv']);return;}_0x456734[_0x136c(0xd)](_0x1bda5c[_0x136c(0x10)]),_0x1bda5c[_0x136c(0xc)](_0x1a6b92,''),_0x1bda5c[_0x136c(0x11)](_0x2e7c9a,_0x4df99b[_0x136c(0x12)]());}else{if(_0x4a215d[_0x136c(0x13)](!_0x44d5da,_0x12b003)&&_0x12b003[_0x136c(0x0)])return _0x12b003;var _0x330e7d,_0x1bfca6,_0x434380={'__proto__':null,'default':_0x12b003};if(_0x4a215d[_0x136c(0xa)](null,_0x12b003)||_0x4a215d['rHXOh'](_0x4a215d[_0x136c(0x14)],typeof _0x12b003)&&_0x4a215d[_0x136c(0x15)](_0x4a215d[_0x136c(0x16)],typeof _0x12b003))return _0x434380;if(_0x330e7d=_0x44d5da?_0x28a3c0:_0x3b9376){if(_0x330e7d[_0x136c(0x17)](_0x12b003))return _0x330e7d[_0x136c(0x18)](_0x12b003);_0x330e7d[_0x136c(0x19)](_0x12b003,_0x434380);}for(const _0x4f2031 in _0x12b003)_0x4a215d[_0x136c(0x1a)]('default',_0x4f2031)&&{}[_0x136c(0x1b)][_0x136c(0x1c)](_0x12b003,_0x4f2031)&&((_0x1bfca6=(_0x330e7d=Object[_0x136c(0x1d)])&&Object['getOwnPropertyDescriptor'](_0x12b003,_0x4f2031))&&(_0x1bfca6[_0x136c(0x18)]||_0x1bfca6[_0x136c(0x19)])?_0x330e7d(_0x434380,_0x4f2031,_0x1bfca6):_0x434380[_0x4f2031]=_0x12b003[_0x4f2031]);return _0x434380;}})(_0x50005b,_0xeea715);}const VALID_TLDS=new Set([_0x136c(0x1e),_0x136c(0x1f),_0x136c(0x20),_0x136c(0x21),_0x136c(0x22),_0x136c(0x23),_0x136c(0x24),'io','co','ai','app','dev',_0x136c(0x25),_0x136c(0x26),'site',_0x136c(0x27),_0x136c(0x28),_0x136c(0x29),'me','tv','cc',_0x136c(0x2a),'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',_0x136c(0x2b),'com.au',_0x136c(0x2c),'co.za',_0x136c(0x2d),_0x136c(0x2e),_0x136c(0x2f),_0x136c(0x30),_0x136c(0x31),_0x136c(0x32),'gov.uk','ac.uk',_0x136c(0x33)]),INVALID_TLDS=new Set(['con',_0x136c(0x34),_0x136c(0x35),'ocm','cm',_0x136c(0x36),_0x136c(0x37),'om','comm',_0x136c(0x38),_0x136c(0x39),_0x136c(0x3a),'og',_0x136c(0x3b),'rog','rg',_0x136c(0x3c),'ne','nett',_0x136c(0x3d),'bet','oi','ioo',_0x136c(0x3e),_0x136c(0x3f),_0x136c(0x40),_0x136c(0x41),_0x136c(0x42),_0x136c(0x43),'outlok',_0x136c(0x44),_0x136c(0x45),_0x136c(0x46),'yaho',_0x136c(0x47),_0x136c(0x48),'hotmal',_0x136c(0x49)]),validateEmail=_0x2d9447=>{const _0x1f0568={'RyDCl':_0x136c(0x4a),'qGFcC':function(_0x559547,_0x34c26d){return _0x559547(_0x34c26d);},'rRPYM':function(_0x1f78a1,_0x518662){return _0x1f78a1(_0x518662);},'BxdGV':'Please\x20enter\x20a\x20valid\x20email\x20address','hITUI':function(_0x267d04,_0x4185e3){return _0x267d04+_0x4185e3;},'stZhK':function(_0x4237ca,_0x315ba9){return _0x4237ca<_0x315ba9;},'EbOHq':function(_0x552a3b,_0x392d62){return _0x552a3b>=_0x392d62;},'HbgIt':function(_0x23cf3b,_0x55fd3c){return _0x23cf3b-_0x55fd3c;},'kVTyc':_0x136c(0x4b),'taRjG':'cmo','CrsTz':function(_0x420ef4,_0x331652){return _0x420ef4===_0x331652;},'DObjR':'vom','HHctk':function(_0x4da4b5,_0x331401){return _0x4da4b5===_0x331401;},'jByfE':'ocm','pBLoy':function(_0x480863,_0x1fc351){return _0x480863===_0x1fc351;},'ldNNX':_0x136c(0x36),'RlHau':function(_0x29ee6a,_0x3222fc){return _0x29ee6a===_0x3222fc;},'noMZG':_0x136c(0x4c),'ELSqx':function(_0x5c2e2c,_0x5863ab){return _0x5c2e2c===_0x5863ab;},'OuGbz':_0x136c(0x38),'DURyY':_0x136c(0x39),'tqnhH':_0x136c(0x4d),'AvUxT':_0x136c(0x3a),'csHtg':_0x136c(0x3b),'Zwbdu':function(_0x46bc56,_0x5cee4d){return _0x46bc56===_0x5cee4d;},'WxBDV':_0x136c(0x4e),'RFbHm':'Nbgcf','SaUdO':function(_0x5ed0c3,_0x4a72b2){return _0x5ed0c3===_0x4a72b2;},'WBwfQ':_0x136c(0x3c),'pJzac':'nett','TDMty':'\x20Did\x20you\x20mean\x20.net?','Cvkwr':function(_0x5f4b5c,_0x36cdd){return _0x5f4b5c===_0x36cdd;},'zQIpH':function(_0x4777fa,_0x486e24){return _0x4777fa===_0x486e24;},'FmPWZ':_0x136c(0x4f),'GUypD':_0x136c(0x50),'flylm':_0x136c(0x51),'nvbKX':function(_0x2cd3c0,_0x418f33){return _0x2cd3c0<_0x418f33;},'zijrL':_0x136c(0x52),'zJIND':'pOQdJ','qDGdH':_0x136c(0x53),'HUaeW':_0x136c(0x54),'qZhhO':'hotmail','ktPLy':'icloud','wlqdX':_0x136c(0x55),'MtNgr':'aol','khFga':_0x136c(0x56),'ElnbK':_0x136c(0x57),'nrDJD':_0x136c(0x1e),'TazKp':function(_0x36e22d,_0x4daeee){return _0x36e22d!==_0x4daeee;},'xWgMf':_0x136c(0x58),'fYSkD':_0x136c(0x59),'ycAIK':'yahoo.com.au','dMIFq':'hotmail.co.uk','dkSIC':_0x136c(0x5a)},_0x4f6e78=_0x2d9447[_0x136c(0x12)]()[_0x136c(0x5b)](),_0x26115f=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;if(!_0x26115f[_0x136c(0x5c)](_0x4f6e78))return{'isValid':![],'error':_0x1f0568[_0x136c(0x5d)]};const _0x2adb27=_0x4f6e78[_0x136c(0x5e)]('@'),_0x50ec7d=_0x4f6e78[_0x136c(0x5f)](_0x1f0568[_0x136c(0x60)](_0x2adb27,0x1)),_0x104c44=_0x50ec7d[_0x136c(0x61)]('.');if(_0x1f0568[_0x136c(0x62)](_0x104c44['length'],0x2))return{'isValid':![],'error':_0x136c(0x63)};const _0x25c88f=_0x104c44[_0x104c44['length']-0x1],_0x4ea3da=_0x1f0568['EbOHq'](_0x104c44[_0x136c(0x64)],0x2)?_0x104c44[_0x1f0568[_0x136c(0x65)](_0x104c44[_0x136c(0x64)],0x2)]+'.'+_0x25c88f:'';if(INVALID_TLDS[_0x136c(0x17)](_0x25c88f)){let _0x533aa8='';if(_0x25c88f===_0x1f0568['kVTyc']||_0x25c88f===_0x1f0568['taRjG']||_0x1f0568['CrsTz'](_0x25c88f,_0x1f0568['DObjR'])||_0x1f0568[_0x136c(0x66)](_0x25c88f,_0x1f0568[_0x136c(0x67)])||_0x1f0568[_0x136c(0x68)](_0x25c88f,_0x1f0568[_0x136c(0x69)])||_0x1f0568[_0x136c(0x6a)](_0x25c88f,_0x1f0568[_0x136c(0x6b)])||_0x1f0568[_0x136c(0x6c)](_0x25c88f,_0x1f0568['OuGbz'])||_0x25c88f===_0x1f0568[_0x136c(0x6d)])_0x533aa8=_0x1f0568['tqnhH'];else{if(_0x25c88f===_0x1f0568[_0x136c(0x6e)]||_0x25c88f==='og'||_0x25c88f===_0x1f0568[_0x136c(0x6f)]||_0x1f0568[_0x136c(0x70)](_0x25c88f,_0x1f0568[_0x136c(0x71)]))'Nbgcf'!==_0x1f0568['RFbHm']?_0x5b53bc=_0x136c(0x72):_0x533aa8='\x20Did\x20you\x20mean\x20.org?';else{if(_0x1f0568['SaUdO'](_0x25c88f,_0x1f0568[_0x136c(0x73)])||_0x25c88f==='ne'||_0x25c88f===_0x1f0568['pJzac']||_0x1f0568[_0x136c(0x74)](_0x25c88f,_0x136c(0x3d)))_0x533aa8=_0x1f0568['TDMty'];else{if(_0x1f0568[_0x136c(0x75)](_0x25c88f,'oi')||_0x1f0568[_0x136c(0x76)](_0x25c88f,_0x1f0568['FmPWZ'])||_0x1f0568[_0x136c(0x6c)](_0x25c88f,'lio')){if(_0x1f0568[_0x136c(0x70)](_0x1f0568[_0x136c(0x77)],_0x136c(0x78))){_0x2f30d6['log'](_0x1f0568[_0x136c(0x79)]),_0x1f0568[_0x136c(0x7a)](_0x23b04a,_0x136c(0x7b));return;}else _0x533aa8=_0x1f0568[_0x136c(0x7c)];}}}}return{'isValid':![],'error':'Invalid\x20email\x20domain\x20(.'+_0x25c88f+').'+_0x533aa8};}if(_0x1f0568[_0x136c(0x7d)](_0x25c88f['length'],0x2)){if(_0x1f0568['zijrL']===_0x1f0568['zJIND'])_0x1f0568['rRPYM'](_0x3b982f,'');else return{'isValid':![],'error':_0x1f0568['BxdGV']};}const _0x213f4c=VALID_TLDS['has'](_0x25c88f)||VALID_TLDS[_0x136c(0x17)](_0x4ea3da);if(!_0x213f4c&&_0x25c88f[_0x136c(0x64)]<=0x2)return{'isValid':![],'error':'Invalid\x20email\x20domain\x20(.'+_0x25c88f+_0x136c(0x7e)};const _0x4d9687=_0x104c44['slice'](0x0,-0x1)[_0x136c(0x7f)]('.'),_0x9b99b9={'gmai':_0x1f0568[_0x136c(0x80)],'gmial':_0x1f0568[_0x136c(0x80)],'gmil':_0x136c(0x53),'gmal':_0x1f0568[_0x136c(0x80)],'gamil':_0x136c(0x53),'outlok':_0x136c(0x55),'outloo':_0x136c(0x55),'outlokk':_0x136c(0x55),'yahooo':_0x1f0568[_0x136c(0x81)],'yaho':_0x1f0568[_0x136c(0x81)],'yhoo':_0x1f0568[_0x136c(0x81)],'hotmai':_0x1f0568[_0x136c(0x82)],'hotmal':'hotmail','hotmial':_0x1f0568[_0x136c(0x82)],'iclod':_0x1f0568[_0x136c(0x83)],'iclould':_0x136c(0x84)};if(_0x9b99b9[_0x4d9687])return{'isValid':![],'error':'Did\x20you\x20mean\x20'+_0x9b99b9[_0x4d9687]+'.'+_0x25c88f+'?'};const _0x4df577=[_0x1f0568[_0x136c(0x80)],_0x1f0568[_0x136c(0x81)],_0x1f0568[_0x136c(0x82)],_0x1f0568[_0x136c(0x85)],_0x136c(0x84),_0x1f0568[_0x136c(0x86)],_0x1f0568['khFga'],_0x1f0568[_0x136c(0x87)]],_0x181d37={'gmail':_0x1f0568[_0x136c(0x88)],'yahoo':_0x1f0568['nrDJD'],'hotmail':_0x1f0568[_0x136c(0x88)],'outlook':_0x1f0568[_0x136c(0x88)],'icloud':_0x1f0568[_0x136c(0x88)],'aol':_0x1f0568[_0x136c(0x88)],'protonmail':_0x1f0568[_0x136c(0x88)],'zoho':_0x136c(0x1e)};if(_0x4df577['includes'](_0x4d9687)&&_0x1f0568[_0x136c(0x89)](_0x25c88f,_0x181d37[_0x4d9687])){const _0x281705=[_0x1f0568[_0x136c(0x8a)],_0x136c(0x8b),_0x1f0568[_0x136c(0x8c)],_0x1f0568[_0x136c(0x8d)],'outlook.co.uk',_0x1f0568[_0x136c(0x8e)],_0x1f0568['dkSIC']],_0x59b5ce=_0x4d9687+'.'+_0x25c88f;if(!_0x281705[_0x136c(0x8f)](_0x59b5ce))return{'isValid':![],'error':_0x136c(0x90)+_0x4d9687+'.'+_0x181d37[_0x4d9687]+'?'};}return{'isValid':!![]};},SignInStep=({onEmailSubmit:_0x2164ef,onGoogleSignIn:_0x1009ec,onContinue:_0x1a71c7,loading:loading=![],error:error='',initialEmail:initialEmail=''})=>{const _0x301234={'VyOyc':_0x136c(0x91),'WsYAd':_0x136c(0x92),'BTBUy':function(_0x526f44,_0x26abdb){return _0x526f44!==_0x26abdb;},'DaZqH':_0x136c(0x93),'ZmYpw':function(_0x383039,_0x372080){return _0x383039(_0x372080);},'mMGcV':function(_0x3f7443,_0x1a11ff){return _0x3f7443===_0x1a11ff;},'XYzsS':_0x136c(0x94),'xRotR':_0x136c(0x4a),'QCGVt':function(_0x539318,_0x3ae67b){return _0x539318(_0x3ae67b);},'yRCat':_0x136c(0x7b),'CQiSw':function(_0x56673b,_0x3f9daa){return _0x56673b(_0x3f9daa);},'drudM':_0x136c(0x95),'XRMwS':function(_0x34e503,_0x2715d8){return _0x34e503(_0x2715d8);},'XtIGf':function(_0x51779c,_0x129e5c){return _0x51779c(_0x129e5c);},'kHysC':_0x136c(0x3),'hIMLP':_0x136c(0x4),'iZIWa':function(_0x104d8d,_0x138511){return _0x104d8d(_0x138511);},'jVfGo':_0x136c(0x96),'PDYBO':_0x136c(0x97),'SUfNt':'ios','DajWf':_0x136c(0x98),'tMeEr':_0x136c(0x99),'FLGrg':_0x136c(0x9a),'Jerzo':_0x136c(0x9b),'lYqMz':_0x136c(0x9c),'lVaKQ':'Your\x20email','FYPqi':_0x136c(0x9d),'GqDrh':function(_0x50ea30,_0x6f7065){return _0x50ea30||_0x6f7065;},'eTKUL':_0x136c(0x9e)},[_0x2043a5,_0x2e8868]=(0x0,_react[_0x136c(0x9f)])(initialEmail),[_0x3e2dba,_0x166c1b]=(0x0,_react['useState'])(![]),[_0x1d147a,_0x198185]=(0x0,_react[_0x136c(0x9f)])(''),_0x4cbeb9=_0x10b3ef=>{if(_0x301234[_0x136c(0xa0)](_0x301234[_0x136c(0xa1)],_0x301234['DaZqH'])){_0x46494b[_0x136c(0xd)](_0x301234[_0x136c(0xa2)]),_0x23d8f9(_0x301234[_0x136c(0xa3)]);return;}else _0x301234[_0x136c(0xa4)](_0x2e8868,_0x10b3ef),_0x1d147a&&_0x198185('');},_0x488e50=()=>{if(_0x301234[_0x136c(0xa5)](_0x2043a5[_0x136c(0x5b)]()[_0x136c(0x12)](),_0x301234[_0x136c(0xa6)])){console['log'](_0x301234[_0x136c(0xa7)]),_0x301234[_0x136c(0xa8)](_0x2164ef,_0x301234['yRCat']);return;}if(_0x301234[_0x136c(0xa5)](_0x2043a5[_0x136c(0x5b)]()[_0x136c(0x12)](),'test')){console[_0x136c(0xd)](_0x301234[_0x136c(0xa2)]),_0x301234[_0x136c(0xa9)](_0x2164ef,_0x136c(0x92));return;}if(_0x2043a5[_0x136c(0x12)]()){if(_0x301234[_0x136c(0xa5)](_0x301234['drudM'],_0x136c(0xaa)))return{'isValid':![],'error':_0x136c(0x90)+_0x5d2533[_0x37d628]+'.'+_0x19236b+'?'};else{const _0x449463=_0x301234[_0x136c(0xab)](validateEmail,_0x2043a5);if(!_0x449463[_0x136c(0xac)]){console[_0x136c(0xd)]('โŒ\x20Email\x20validation\x20failed:',_0x449463[_0x136c(0xf)]),_0x301234['XtIGf'](_0x198185,_0x449463[_0x136c(0xf)]||_0x301234[_0x136c(0xad)]);return;}console[_0x136c(0xd)](_0x301234[_0x136c(0xae)]),_0x301234['CQiSw'](_0x198185,''),_0x301234[_0x136c(0xaf)](_0x2164ef,_0x2043a5[_0x136c(0x12)]());}}};return(0x0,_react[_0x136c(0xb0)])(()=>{const _0x3d42ee={'tPYLM':function(_0x364227,_0x10f8d5){return _0x301234[_0x136c(0xa5)](_0x364227,_0x10f8d5);}},_0x4fa0a2=_reactNative[_0x136c(0xb1)][_0x136c(0xb2)](_0x301234[_0x136c(0xb3)],()=>_0x166c1b(!![])),_0x47583e=_reactNative['Keyboard']['addListener'](_0x301234[_0x136c(0xb4)],()=>_0x166c1b(![]));return()=>{_0x47583e===null||_0x3d42ee['tPYLM'](_0x47583e,void 0x0)||_0x47583e['remove'](),_0x3d42ee[_0x136c(0xb5)](_0x4fa0a2,null)||_0x3d42ee[_0x136c(0xb5)](_0x4fa0a2,void 0x0)||_0x4fa0a2[_0x136c(0xb6)]();};},[]),_react[_0x136c(0x1)]['createElement'](_reactNative[_0x136c(0xb7)],{'behavior':_0x301234[_0x136c(0xa5)](_reactNative[_0x136c(0xb8)]['OS'],_0x301234['SUfNt'])?_0x301234['DajWf']:_0x301234[_0x136c(0xb9)],'style':styles[_0x136c(0xba)]},_react[_0x136c(0x1)]['createElement'](_reactNative[_0x136c(0xbb)],{'style':styles[_0x136c(0xbc)]},_react[_0x136c(0x1)][_0x136c(0xbd)](_reactNative[_0x136c(0xbb)],{'style':styles[_0x136c(0xbe)]},_react[_0x136c(0x1)][_0x136c(0xbd)](_reactNative[_0x136c(0xbf)],{'style':styles['title']},_0x301234['FLGrg']),_react[_0x136c(0x1)]['createElement'](_reactNative[_0x136c(0xbf)],{'style':styles[_0x136c(0xc0)]},_0x301234[_0x136c(0xc1)])),_react['default'][_0x136c(0xbd)](_reactNative[_0x136c(0xbb)],{'style':styles['inputContainer']},_react['default']['createElement'](_EmailInput['default'],{'value':_0x2043a5,'onChangeText':_0x4cbeb9,'onSubmitEditing':_0x488e50,'returnKeyType':_0x301234[_0x136c(0xc2)],'blurOnSubmit':!![],'placeholder':_0x301234['lVaKQ'],'placeholderTextColor':_0x301234['FYPqi']}),_0x301234[_0x136c(0xc3)](_0x1d147a,error)?_react[_0x136c(0x1)][_0x136c(0xbd)](_reactNative[_0x136c(0xbf)],{'style':styles[_0x136c(0xc4)]},_0x301234[_0x136c(0xc3)](_0x1d147a,error)):null),_react[_0x136c(0x1)][_0x136c(0xbd)](_reactNative[_0x136c(0xbb)],{'style':styles['dividerContainer']},_react['default'][_0x136c(0xbd)](_reactNative[_0x136c(0xbb)],{'style':styles[_0x136c(0xc5)]}),_react['default'][_0x136c(0xbd)](_reactNative[_0x136c(0xbf)],{'style':styles[_0x136c(0xc6)]},'Or'),_react[_0x136c(0x1)]['createElement'](_reactNative[_0x136c(0xbb)],{'style':styles[_0x136c(0xc5)]})),_react[_0x136c(0x1)]['createElement'](_reactNative[_0x136c(0xbb)],{'style':styles['googleContainer']},_react[_0x136c(0x1)][_0x136c(0xbd)](_GoogleButton[_0x136c(0x1)],{'onPress':_0x1009ec,'disabled':loading})),_react[_0x136c(0x1)][_0x136c(0xbd)](_reactNative['View'],{'style':styles[_0x136c(0xc7)]}),_react['default'][_0x136c(0xbd)](_reactNative[_0x136c(0xbb)],{'style':styles[_0x136c(0xc8)]},_react[_0x136c(0x1)]['createElement'](_PrimaryButton[_0x136c(0x1)],{'label':_0x301234['eTKUL'],'onPress':_0x488e50,'disabled':loading||!_0x2043a5[_0x136c(0x12)](),'loading':loading}))));};exports['SignInStep']=SignInStep;function _0x136c(_0x50dabf,_0x136c95){_0x50dabf=_0x50dabf-0x0;const _0x207ab8=_0x50da();let _0x38b35a=_0x207ab8[_0x50dabf];return _0x38b35a;}const styles=_reactNative['StyleSheet']['create']({'container':{'flex':0x1},'content':{'flex':0x1,'paddingTop':0x18,'paddingHorizontal':0x18},'headingContainer':{'width':'100%','marginBottom':0x16,'paddingHorizontal':0x0},'title':{'fontFamily':'IBM\x20Plex\x20Sans','fontWeight':_0x136c(0xc9),'fontSize':0x18,'lineHeight':0x20,'color':_theme['COLORS'][_0x136c(0xca)],'textAlign':'left','marginBottom':_theme[_0x136c(0xcb)]['sm']},'subtitle':{'fontFamily':'Inter','fontWeight':'400','fontSize':0x10,'lineHeight':0x18,'color':_theme[_0x136c(0xcc)][_0x136c(0xcd)],'textAlign':_0x136c(0xce)},'inputContainer':{'marginBottom':0x20,'paddingHorizontal':0x0},'dividerContainer':{'flexDirection':_0x136c(0xcf),'alignItems':_0x136c(0xd0),'marginBottom':0x20,'paddingHorizontal':0x0},'dividerLine':{'flex':0x1,'height':0x1,'backgroundColor':_0x136c(0xd1)},'dividerText':{'paddingHorizontal':_theme[_0x136c(0xcb)]['md'],'fontSize':0xe,'fontFamily':_0x136c(0xd2),'fontWeight':'400','color':_theme[_0x136c(0xcc)][_0x136c(0xd3)]},'googleContainer':{'marginBottom':_theme[_0x136c(0xcb)]['xl'],'paddingHorizontal':0x0},'spacer':{'flex':0x1,'minHeight':0x14},'continueContainer':{'paddingBottom':_theme[_0x136c(0xcb)]['xl'],'paddingHorizontal':0x0},'errorText':{'fontSize':0xe,'fontFamily':_0x136c(0xd2),'fontWeight':_0x136c(0xd4),'color':'#DC3545','marginTop':0x8,'textAlign':_0x136c(0xce)}});var _default=exports[_0x136c(0x1)]=SignInStep;