@onairos/react-native 3.6.4 → 3.6.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (222) hide show
  1. package/lib/commonjs/api/index.js +1 -1
  2. package/lib/commonjs/components/BodyText.js +1 -1
  3. package/lib/commonjs/components/BrandMark.js +1 -1
  4. package/lib/commonjs/components/CodeInput.js +1 -1
  5. package/lib/commonjs/components/EmailInput.js +1 -1
  6. package/lib/commonjs/components/GoogleButton.js +1 -1
  7. package/lib/commonjs/components/HeadingGroup.js +1 -1
  8. package/lib/commonjs/components/LLMDataInputModal.js +1 -1
  9. package/lib/commonjs/components/ModalHeader.js +1 -1
  10. package/lib/commonjs/components/ModalSheet.js +1 -1
  11. package/lib/commonjs/components/Onairos.js +1 -1
  12. package/lib/commonjs/components/OnairosButton.js +1 -1
  13. package/lib/commonjs/components/OnairosSignInButton.js +1 -1
  14. package/lib/commonjs/components/Overlay.js +1 -1
  15. package/lib/commonjs/components/PersonaImage.js +1 -1
  16. package/lib/commonjs/components/PersonaLoadingScreen.js +1 -1
  17. package/lib/commonjs/components/PersonalizationConsentScreen.js +1 -1
  18. package/lib/commonjs/components/PinCreationScreen.js +1 -1
  19. package/lib/commonjs/components/PinInput.js +1 -1
  20. package/lib/commonjs/components/PlatformConnectorsStep.js +1 -1
  21. package/lib/commonjs/components/PlatformList.js +1 -1
  22. package/lib/commonjs/components/PlatformToggle.js +1 -1
  23. package/lib/commonjs/components/PrimaryButton.js +1 -1
  24. package/lib/commonjs/components/SignInMatchAnimation.js +1 -1
  25. package/lib/commonjs/components/SignInStep.js +1 -1
  26. package/lib/commonjs/components/UniversalOnboarding.js +1 -1
  27. package/lib/commonjs/components/VerificationStep.js +1 -1
  28. package/lib/commonjs/components/WelcomeScreen.js +1 -1
  29. package/lib/commonjs/components/icons/Basicproficon.js +1 -1
  30. package/lib/commonjs/components/icons/Basicprofile.js +1 -1
  31. package/lib/commonjs/components/icons/Checkbox.js +1 -1
  32. package/lib/commonjs/components/icons/Checkmark.js +1 -1
  33. package/lib/commonjs/components/icons/Contentanalysis.js +1 -1
  34. package/lib/commonjs/components/icons/Contenticon.js +1 -1
  35. package/lib/commonjs/components/icons/EnochE.js +1 -1
  36. package/lib/commonjs/components/icons/Personalityicon.js +1 -1
  37. package/lib/commonjs/components/icons/Personalityprofile.js +1 -1
  38. package/lib/commonjs/components/icons/Personalitytraits.js +1 -1
  39. package/lib/commonjs/components/icons/Userpreferences.js +1 -1
  40. package/lib/commonjs/components/icons/index.js +1 -1
  41. package/lib/commonjs/components/onboarding/OAuthWebView.js +1 -1
  42. package/lib/commonjs/components/onboarding/OnboardingHeader.js +1 -1
  43. package/lib/commonjs/components/onboarding/PinInput.js +1 -1
  44. package/lib/commonjs/components/onboarding/PlatformConnector.js +1 -1
  45. package/lib/commonjs/config/api.js +1 -1
  46. package/lib/commonjs/constants/index.js +1 -1
  47. package/lib/commonjs/context/AuthContext.js +1 -1
  48. package/lib/commonjs/hooks/useConnectedAccounts.js +1 -1
  49. package/lib/commonjs/hooks/useConnections.js +1 -1
  50. package/lib/commonjs/hooks/useCredentials.js +1 -1
  51. package/lib/commonjs/hooks/useUserConnections.js +1 -1
  52. package/lib/commonjs/index.js +1 -1
  53. package/lib/commonjs/services/apiClient.js +1 -1
  54. package/lib/commonjs/services/apiKeyService.js +924 -9
  55. package/lib/commonjs/services/authService.js +627 -10
  56. package/lib/commonjs/services/biometricPinService.js +1 -1
  57. package/lib/commonjs/services/chatGPTConversationExtractor.js +1 -1
  58. package/lib/commonjs/services/chatGPTConversationService.js +1 -1
  59. package/lib/commonjs/services/claudeConversationExtractor.js +1 -1
  60. package/lib/commonjs/services/claudeConversationService.js +1 -1
  61. package/lib/commonjs/services/connectedAccountsService.js +1 -1
  62. package/lib/commonjs/services/googleAuthService.js +1 -1
  63. package/lib/commonjs/services/hingeDataExtractor.js +1 -1
  64. package/lib/commonjs/services/hingeDataService.js +1 -1
  65. package/lib/commonjs/services/imageCompressionService.js +1 -1
  66. package/lib/commonjs/services/instagramDataExtractor.js +1 -1
  67. package/lib/commonjs/services/instagramDataService.js +1 -1
  68. package/lib/commonjs/services/jwtStorageService.js +1 -1
  69. package/lib/commonjs/services/linkedinDOMExtractor.js +1 -1
  70. package/lib/commonjs/services/linkedinProfileService.js +1 -1
  71. package/lib/commonjs/services/linkedinScrapingService.js +1 -1
  72. package/lib/commonjs/services/llmDataStorage.js +1 -1
  73. package/lib/commonjs/services/mobileTrainingService.js +1 -1
  74. package/lib/commonjs/services/oauthService.js +391 -11
  75. package/lib/commonjs/services/pinEncryptionService.js +1 -1
  76. package/lib/commonjs/services/pinStorageUtils.js +1 -1
  77. package/lib/commonjs/services/platformAuthService.js +1 -1
  78. package/lib/commonjs/services/sephoraDataExtractor.js +1 -1
  79. package/lib/commonjs/services/sephoraDataService.js +1 -1
  80. package/lib/commonjs/services/storageService.js +1 -1
  81. package/lib/commonjs/services/telegramDataExtractor.js +1 -1
  82. package/lib/commonjs/services/telegramDataService.js +1 -1
  83. package/lib/commonjs/services/trainingApiHelpers.js +1 -1
  84. package/lib/commonjs/services/userConnectionsService.js +1 -1
  85. package/lib/commonjs/services/youtubeMigrationService.js +1 -1
  86. package/lib/commonjs/theme/index.js +1 -1
  87. package/lib/commonjs/types/index.js +1 -1
  88. package/lib/commonjs/types.js +1 -1
  89. package/lib/commonjs/utils/Portal.js +1 -1
  90. package/lib/commonjs/utils/api.js +1 -1
  91. package/lib/commonjs/utils/assetRegistry.js +1 -1
  92. package/lib/commonjs/utils/auth.js +1 -1
  93. package/lib/commonjs/utils/connectorTests.js +1 -1
  94. package/lib/commonjs/utils/crypto.js +1 -1
  95. package/lib/commonjs/utils/debugHelper.js +1 -1
  96. package/lib/commonjs/utils/encryption.js +1 -1
  97. package/lib/commonjs/utils/eventUtils.js +1 -1
  98. package/lib/commonjs/utils/haptics.js +1 -1
  99. package/lib/commonjs/utils/imagePreloader.js +1 -1
  100. package/lib/commonjs/utils/networkDiagnostics.js +1 -1
  101. package/lib/commonjs/utils/onairosApi.js +1 -1
  102. package/lib/commonjs/utils/programmaticFlow.js +1 -1
  103. package/lib/commonjs/utils/retryHelper.js +1 -1
  104. package/lib/commonjs/utils/secureStorage.js +1 -1
  105. package/lib/commonjs/utils/webviewScripts/chatgpt.js +1 -1
  106. package/lib/commonjs/utils/webviewScripts/claude.js +1 -1
  107. package/lib/commonjs/utils/webviewScripts/hinge.js +1 -1
  108. package/lib/commonjs/utils/webviewScripts/index.js +1 -1
  109. package/lib/commonjs/utils/webviewScripts/instagram.js +1 -1
  110. package/lib/commonjs/utils/webviewScripts/linkedin.js +1 -1
  111. package/lib/commonjs/utils/webviewScripts/sephora.js +1 -1
  112. package/lib/commonjs/utils/webviewScripts/telegram.js +1 -1
  113. package/lib/module/api/index.js +1 -1
  114. package/lib/module/components/BodyText.js +1 -1
  115. package/lib/module/components/BrandMark.js +1 -1
  116. package/lib/module/components/CodeInput.js +1 -1
  117. package/lib/module/components/EmailInput.js +1 -1
  118. package/lib/module/components/GoogleButton.js +1 -1
  119. package/lib/module/components/HeadingGroup.js +1 -1
  120. package/lib/module/components/LLMDataInputModal.js +1 -1
  121. package/lib/module/components/ModalHeader.js +1 -1
  122. package/lib/module/components/ModalSheet.js +1 -1
  123. package/lib/module/components/Onairos.js +1 -1
  124. package/lib/module/components/OnairosButton.js +1 -1
  125. package/lib/module/components/OnairosSignInButton.js +1 -1
  126. package/lib/module/components/Overlay.js +1 -1
  127. package/lib/module/components/PersonaImage.js +1 -1
  128. package/lib/module/components/PersonaLoadingScreen.js +1 -1
  129. package/lib/module/components/PersonalizationConsentScreen.js +1 -1
  130. package/lib/module/components/PinCreationScreen.js +1 -1
  131. package/lib/module/components/PinInput.js +1 -1
  132. package/lib/module/components/PlatformConnectorsStep.js +1 -1
  133. package/lib/module/components/PlatformList.js +1 -1
  134. package/lib/module/components/PlatformToggle.js +1 -1
  135. package/lib/module/components/PrimaryButton.js +1 -1
  136. package/lib/module/components/SignInMatchAnimation.js +1 -1
  137. package/lib/module/components/SignInStep.js +1 -1
  138. package/lib/module/components/UniversalOnboarding.js +1 -1
  139. package/lib/module/components/VerificationStep.js +1 -1
  140. package/lib/module/components/WelcomeScreen.js +1 -1
  141. package/lib/module/components/icons/Basicproficon.js +1 -1
  142. package/lib/module/components/icons/Basicprofile.js +1 -1
  143. package/lib/module/components/icons/Checkbox.js +1 -1
  144. package/lib/module/components/icons/Checkmark.js +1 -1
  145. package/lib/module/components/icons/Contentanalysis.js +1 -1
  146. package/lib/module/components/icons/Contenticon.js +1 -1
  147. package/lib/module/components/icons/EnochE.js +1 -1
  148. package/lib/module/components/icons/Personalityicon.js +1 -1
  149. package/lib/module/components/icons/Personalityprofile.js +1 -1
  150. package/lib/module/components/icons/Personalitytraits.js +1 -1
  151. package/lib/module/components/icons/Userpreferences.js +1 -1
  152. package/lib/module/components/onboarding/OAuthWebView.js +1 -1
  153. package/lib/module/components/onboarding/OnboardingHeader.js +1 -1
  154. package/lib/module/components/onboarding/PinInput.js +1 -1
  155. package/lib/module/components/onboarding/PlatformConnector.js +1 -1
  156. package/lib/module/config/api.js +1 -1
  157. package/lib/module/constants/index.js +1 -1
  158. package/lib/module/context/AuthContext.js +1 -1
  159. package/lib/module/hooks/useConnectedAccounts.js +1 -1
  160. package/lib/module/hooks/useConnections.js +1 -1
  161. package/lib/module/hooks/useCredentials.js +1 -1
  162. package/lib/module/hooks/useUserConnections.js +1 -1
  163. package/lib/module/index.js +1 -1
  164. package/lib/module/services/apiClient.js +1 -1
  165. package/lib/module/services/apiKeyService.js +898 -1
  166. package/lib/module/services/authService.js +602 -1
  167. package/lib/module/services/biometricPinService.js +1 -1
  168. package/lib/module/services/chatGPTConversationExtractor.js +1 -1
  169. package/lib/module/services/chatGPTConversationService.js +1 -1
  170. package/lib/module/services/claudeConversationExtractor.js +1 -1
  171. package/lib/module/services/claudeConversationService.js +1 -1
  172. package/lib/module/services/connectedAccountsService.js +1 -1
  173. package/lib/module/services/googleAuthService.js +1 -1
  174. package/lib/module/services/hingeDataExtractor.js +1 -1
  175. package/lib/module/services/hingeDataService.js +1 -1
  176. package/lib/module/services/imageCompressionService.js +1 -1
  177. package/lib/module/services/instagramDataExtractor.js +1 -1
  178. package/lib/module/services/instagramDataService.js +1 -1
  179. package/lib/module/services/jwtStorageService.js +1 -1
  180. package/lib/module/services/linkedinDOMExtractor.js +1 -1
  181. package/lib/module/services/linkedinProfileService.js +1 -1
  182. package/lib/module/services/linkedinScrapingService.js +1 -1
  183. package/lib/module/services/llmDataStorage.js +1 -1
  184. package/lib/module/services/mobileTrainingService.js +1 -1
  185. package/lib/module/services/oauthService.js +381 -1
  186. package/lib/module/services/pinEncryptionService.js +1 -1
  187. package/lib/module/services/pinStorageUtils.js +1 -1
  188. package/lib/module/services/platformAuthService.js +1 -1
  189. package/lib/module/services/sephoraDataExtractor.js +1 -1
  190. package/lib/module/services/sephoraDataService.js +1 -1
  191. package/lib/module/services/storageService.js +1 -1
  192. package/lib/module/services/telegramDataExtractor.js +1 -1
  193. package/lib/module/services/telegramDataService.js +1 -1
  194. package/lib/module/services/trainingApiHelpers.js +1 -1
  195. package/lib/module/services/userConnectionsService.js +1 -1
  196. package/lib/module/services/youtubeMigrationService.js +1 -1
  197. package/lib/module/theme/index.js +1 -1
  198. package/lib/module/types.js +1 -1
  199. package/lib/module/utils/Portal.js +1 -1
  200. package/lib/module/utils/api.js +1 -1
  201. package/lib/module/utils/assetRegistry.js +1 -1
  202. package/lib/module/utils/auth.js +1 -1
  203. package/lib/module/utils/connectorTests.js +1 -1
  204. package/lib/module/utils/crypto.js +1 -1
  205. package/lib/module/utils/debugHelper.js +1 -1
  206. package/lib/module/utils/encryption.js +1 -1
  207. package/lib/module/utils/eventUtils.js +1 -1
  208. package/lib/module/utils/haptics.js +1 -1
  209. package/lib/module/utils/networkDiagnostics.js +1 -1
  210. package/lib/module/utils/onairosApi.js +1 -1
  211. package/lib/module/utils/programmaticFlow.js +1 -1
  212. package/lib/module/utils/retryHelper.js +1 -1
  213. package/lib/module/utils/secureStorage.js +1 -1
  214. package/lib/module/utils/webviewScripts/chatgpt.js +1 -1
  215. package/lib/module/utils/webviewScripts/claude.js +1 -1
  216. package/lib/module/utils/webviewScripts/hinge.js +1 -1
  217. package/lib/module/utils/webviewScripts/index.js +1 -1
  218. package/lib/module/utils/webviewScripts/instagram.js +1 -1
  219. package/lib/module/utils/webviewScripts/linkedin.js +1 -1
  220. package/lib/module/utils/webviewScripts/sephora.js +1 -1
  221. package/lib/module/utils/webviewScripts/telegram.js +1 -1
  222. package/package.json +1 -1
@@ -1 +1 @@
1
- function _0x1b3a(_0x5b48ec,_0x1b3a94){_0x5b48ec=_0x5b48ec-0x0;const _0x267a95=_0x5b48();let _0x31e2c4=_0x267a95[_0x5b48ec];return _0x31e2c4;}import React from'react';import{View,Text,TouchableOpacity,Image,StyleSheet,Switch,Platform}from'react-native';import{COLORS}from'../theme';function _0x5b48(){const _0x4db7cb=['#E5E5E5','fullWidthContainer','container','createElement','borderBottom','topRow','leftContent','sHfhp','compactIcon','icon','contain','textContent','compactPlatformName','nvilb','uHnqf','#FFFFFF','oZGdY','descriptionBox','description','compactDescription','create','row','space-between','center','surface','column','#F5F5F5','Inter','600','grey800','400','grey600'];_0x5b48=function(){return _0x4db7cb;};return _0x5b48();}const PlatformToggle=({platform:_0xd2a805,isEnabled:_0x3bfdc7,onToggle:_0x1f4eaa,compact:compact=![],isLast:isLast=![],fullWidth:fullWidth=![],customIconSize:_0x5c973f,onLongPress:_0x5a2f7a,onPressOut:_0x500c33})=>{const _0x28fd09={'sHfhp':function(_0x260960,_0xd81306){return _0x260960-_0xd81306;},'nvilb':'#4CD964','fPMvW':'ios','uHnqf':'#FFFFFF','oZGdY':_0x1b3a(0x0)},_0x4d6c9f=()=>{_0x1f4eaa(_0xd2a805['id'],!_0x3bfdc7);},_0x43ac47=fullWidth?styles[_0x1b3a(0x1)]:compact?styles['compactContainer']:styles[_0x1b3a(0x2)];return React[_0x1b3a(0x3)](TouchableOpacity,{'style':[_0x43ac47,!isLast&&compact&&styles[_0x1b3a(0x4)]],'onLongPress':_0x5a2f7a,'onPressOut':_0x500c33,'activeOpacity':_0x5a2f7a?0.7:0x1,'disabled':!_0x5a2f7a},React[_0x1b3a(0x3)](View,{'style':styles[_0x1b3a(0x5)]},React['createElement'](View,{'style':styles[_0x1b3a(0x6)]},React[_0x1b3a(0x3)](Image,{'source':_0xd2a805['icon'],'style':_0x5c973f?{'width':_0x5c973f,'height':_0x5c973f,'marginRight':_0x28fd09[_0x1b3a(0x7)](0xc,_0x28fd09['sHfhp'](_0x5c973f,0x1c))}:fullWidth?styles['compactIcon']:compact?styles[_0x1b3a(0x8)]:styles[_0x1b3a(0x9)],'resizeMode':_0x1b3a(0xa)}),React['createElement'](View,{'style':styles[_0x1b3a(0xb)]},React[_0x1b3a(0x3)](Text,{'style':fullWidth?styles[_0x1b3a(0xc)]:compact?styles[_0x1b3a(0xc)]:styles['platformName']},_0xd2a805['name']))),React[_0x1b3a(0x3)](Switch,{'value':_0x3bfdc7,'onValueChange':_0x4d6c9f,'trackColor':{'false':_0x1b3a(0x0),'true':_0x28fd09[_0x1b3a(0xd)]},'thumbColor':Platform['OS']===_0x28fd09['fPMvW']?undefined:_0x3bfdc7?_0x28fd09[_0x1b3a(0xe)]:_0x1b3a(0xf),'ios_backgroundColor':_0x28fd09[_0x1b3a(0x10)],'style':compact?styles['compactSwitch']:undefined})),fullWidth&&React[_0x1b3a(0x3)](View,{'style':styles[_0x1b3a(0x11)]},React[_0x1b3a(0x3)](Text,{'style':styles['fullWidthDescription']},_0xd2a805[_0x1b3a(0x12)])),!fullWidth&&React[_0x1b3a(0x3)](Text,{'style':compact?styles[_0x1b3a(0x13)]:styles['description']},_0xd2a805[_0x1b3a(0x12)]));},styles=StyleSheet[_0x1b3a(0x14)]({'container':{'flexDirection':_0x1b3a(0x15),'alignItems':'center','justifyContent':_0x1b3a(0x16),'paddingVertical':0x10,'paddingHorizontal':0x10,'backgroundColor':COLORS['surface'],'borderRadius':0xc,'marginBottom':0xc,'borderWidth':0x1,'borderColor':'#E5E5E5'},'compactContainer':{'flexDirection':_0x1b3a(0x15),'alignItems':_0x1b3a(0x17),'justifyContent':_0x1b3a(0x16),'paddingVertical':0x10,'paddingHorizontal':0x10,'backgroundColor':COLORS[_0x1b3a(0x18)]},'fullWidthContainer':{'flexDirection':_0x1b3a(0x19),'paddingVertical':0x8,'paddingHorizontal':0x2,'backgroundColor':COLORS[_0x1b3a(0x18)],'marginBottom':0x4,'marginHorizontal':0x0},'topRow':{'flexDirection':'row','alignItems':'center','justifyContent':'space-between','marginBottom':0x4},'descriptionBox':{'backgroundColor':_0x1b3a(0x1a),'borderRadius':0x8,'paddingVertical':0x8,'paddingHorizontal':0x4,'marginTop':0x2},'borderBottom':{'borderBottomWidth':0x1,'borderBottomColor':_0x1b3a(0x0)},'leftContent':{'flexDirection':_0x1b3a(0x15),'alignItems':_0x1b3a(0x17),'flex':0x1},'icon':{'width':0x20,'height':0x20,'marginRight':0xc},'compactIcon':{'width':0x1c,'height':0x1c,'marginRight':0xc},'textContent':{'flex':0x1},'platformName':{'fontSize':0x10,'fontFamily':'Inter','fontWeight':'600','color':COLORS['grey800'],'marginBottom':0x2},'compactPlatformName':{'fontSize':0x10,'fontFamily':_0x1b3a(0x1b),'fontWeight':_0x1b3a(0x1c),'color':COLORS[_0x1b3a(0x1d)],'marginBottom':0x2},'description':{'fontSize':0xe,'fontFamily':'Inter','fontWeight':_0x1b3a(0x1e),'color':COLORS[_0x1b3a(0x1f)],'lineHeight':0x14},'compactDescription':{'fontSize':0xc,'fontFamily':'Inter','fontWeight':_0x1b3a(0x1e),'color':COLORS[_0x1b3a(0x1f)],'lineHeight':0x10},'fullWidthDescription':{'fontSize':0xd,'fontFamily':_0x1b3a(0x1b),'fontWeight':_0x1b3a(0x1e),'color':COLORS[_0x1b3a(0x1f)],'lineHeight':0x12},'compactSwitch':{'transform':[{'scaleX':0.9},{'scaleY':0.9}]}});export default PlatformToggle;
1
+ import React from'react';function _0x4a5a(){const _0x263998=['#E5E5E5','ios','#FFFFFF','XFADl','fullWidthContainer','compactContainer','container','DpbSF','borderBottom','createElement','topRow','icon','nBHCR','compactIcon','contain','compactPlatformName','platformName','name','KnuBo','#4CD964','compactSwitch','descriptionBox','description','compactDescription','create','row','center','surface','column','space-between','#F5F5F5','600','Inter','grey800','400','grey600'];_0x4a5a=function(){return _0x263998;};return _0x4a5a();}function _0x44c9(_0x4a5ae8,_0x44c9f2){_0x4a5ae8=_0x4a5ae8-0x0;const _0x3edda3=_0x4a5a();let _0x42c3ec=_0x3edda3[_0x4a5ae8];return _0x42c3ec;}import{View,Text,TouchableOpacity,Image,StyleSheet,Switch,Platform}from'react-native';import{COLORS}from'../theme';const PlatformToggle=({platform:_0x55c7cc,isEnabled:_0x24653,onToggle:_0x1233d3,compact:compact=![],isLast:isLast=![],fullWidth:fullWidth=![],customIconSize:_0x589e33,onLongPress:_0x36af33,onPressOut:_0x4c411c})=>{const _0x15aa3a={'XFADl':function(_0x2cbf30,_0x2950db,_0x806900){return _0x2cbf30(_0x2950db,_0x806900);},'DpbSF':function(_0x4f88d8,_0x3bdfa4){return _0x4f88d8&&_0x3bdfa4;},'nBHCR':function(_0x305d39,_0x4e3da2){return _0x305d39-_0x4e3da2;},'KnuBo':_0x44c9(0x0),'IvyoJ':_0x44c9(0x1),'LTmcl':_0x44c9(0x2)},_0x106589=()=>{_0x15aa3a[_0x44c9(0x3)](_0x1233d3,_0x55c7cc['id'],!_0x24653);},_0x31dfac=fullWidth?styles[_0x44c9(0x4)]:compact?styles[_0x44c9(0x5)]:styles[_0x44c9(0x6)];return React['createElement'](TouchableOpacity,{'style':[_0x31dfac,_0x15aa3a[_0x44c9(0x7)](!isLast,compact)&&styles[_0x44c9(0x8)]],'onLongPress':_0x36af33,'onPressOut':_0x4c411c,'activeOpacity':_0x36af33?0.7:0x1,'disabled':!_0x36af33},React[_0x44c9(0x9)](View,{'style':styles[_0x44c9(0xa)]},React['createElement'](View,{'style':styles['leftContent']},React[_0x44c9(0x9)](Image,{'source':_0x55c7cc[_0x44c9(0xb)],'style':_0x589e33?{'width':_0x589e33,'height':_0x589e33,'marginRight':_0x15aa3a[_0x44c9(0xc)](0xc,_0x15aa3a[_0x44c9(0xc)](_0x589e33,0x1c))}:fullWidth?styles['compactIcon']:compact?styles[_0x44c9(0xd)]:styles[_0x44c9(0xb)],'resizeMode':_0x44c9(0xe)}),React['createElement'](View,{'style':styles['textContent']},React[_0x44c9(0x9)](Text,{'style':fullWidth?styles[_0x44c9(0xf)]:compact?styles[_0x44c9(0xf)]:styles[_0x44c9(0x10)]},_0x55c7cc[_0x44c9(0x11)]))),React['createElement'](Switch,{'value':_0x24653,'onValueChange':_0x106589,'trackColor':{'false':_0x15aa3a[_0x44c9(0x12)],'true':_0x44c9(0x13)},'thumbColor':Platform['OS']===_0x15aa3a['IvyoJ']?undefined:_0x24653?_0x15aa3a['LTmcl']:_0x15aa3a['LTmcl'],'ios_backgroundColor':_0x15aa3a[_0x44c9(0x12)],'style':compact?styles[_0x44c9(0x14)]:undefined})),fullWidth&&React[_0x44c9(0x9)](View,{'style':styles[_0x44c9(0x15)]},React[_0x44c9(0x9)](Text,{'style':styles['fullWidthDescription']},_0x55c7cc[_0x44c9(0x16)])),!fullWidth&&React[_0x44c9(0x9)](Text,{'style':compact?styles[_0x44c9(0x17)]:styles[_0x44c9(0x16)]},_0x55c7cc[_0x44c9(0x16)]));},styles=StyleSheet[_0x44c9(0x18)]({'container':{'flexDirection':_0x44c9(0x19),'alignItems':_0x44c9(0x1a),'justifyContent':'space-between','paddingVertical':0x10,'paddingHorizontal':0x10,'backgroundColor':COLORS[_0x44c9(0x1b)],'borderRadius':0xc,'marginBottom':0xc,'borderWidth':0x1,'borderColor':_0x44c9(0x0)},'compactContainer':{'flexDirection':_0x44c9(0x19),'alignItems':'center','justifyContent':'space-between','paddingVertical':0x10,'paddingHorizontal':0x10,'backgroundColor':COLORS[_0x44c9(0x1b)]},'fullWidthContainer':{'flexDirection':_0x44c9(0x1c),'paddingVertical':0x8,'paddingHorizontal':0x2,'backgroundColor':COLORS[_0x44c9(0x1b)],'marginBottom':0x4,'marginHorizontal':0x0},'topRow':{'flexDirection':_0x44c9(0x19),'alignItems':_0x44c9(0x1a),'justifyContent':_0x44c9(0x1d),'marginBottom':0x4},'descriptionBox':{'backgroundColor':_0x44c9(0x1e),'borderRadius':0x8,'paddingVertical':0x8,'paddingHorizontal':0x4,'marginTop':0x2},'borderBottom':{'borderBottomWidth':0x1,'borderBottomColor':_0x44c9(0x0)},'leftContent':{'flexDirection':_0x44c9(0x19),'alignItems':_0x44c9(0x1a),'flex':0x1},'icon':{'width':0x20,'height':0x20,'marginRight':0xc},'compactIcon':{'width':0x1c,'height':0x1c,'marginRight':0xc},'textContent':{'flex':0x1},'platformName':{'fontSize':0x10,'fontFamily':'Inter','fontWeight':_0x44c9(0x1f),'color':COLORS['grey800'],'marginBottom':0x2},'compactPlatformName':{'fontSize':0x10,'fontFamily':_0x44c9(0x20),'fontWeight':_0x44c9(0x1f),'color':COLORS[_0x44c9(0x21)],'marginBottom':0x2},'description':{'fontSize':0xe,'fontFamily':_0x44c9(0x20),'fontWeight':_0x44c9(0x22),'color':COLORS[_0x44c9(0x23)],'lineHeight':0x14},'compactDescription':{'fontSize':0xc,'fontFamily':_0x44c9(0x20),'fontWeight':_0x44c9(0x22),'color':COLORS[_0x44c9(0x23)],'lineHeight':0x10},'fullWidthDescription':{'fontSize':0xd,'fontFamily':_0x44c9(0x20),'fontWeight':_0x44c9(0x22),'color':COLORS[_0x44c9(0x23)],'lineHeight':0x12},'compactSwitch':{'transform':[{'scaleX':0.9},{'scaleY':0.9}]}});export default PlatformToggle;
@@ -1 +1 @@
1
- import React,{useState}from'react';import{View,Text,TouchableOpacity,StyleSheet,ActivityIndicator}from'react-native';import _0x53cd67 from'react-native-linear-gradient';import{COLORS}from'../theme';const IconCircle=({size:size=0x28,children:_0x274ed2})=>{const _0x7e95ef={'xzcbh':function(_0x9844cc,_0x31e83c){return _0x9844cc/_0x31e83c;}};return React[_0x4e20(0x0)](View,{'style':[styles[_0x4e20(0x1)],{'width':size,'height':size,'borderRadius':size/0x2}]},React[_0x4e20(0x0)](_0x53cd67,{'colors':[COLORS[_0x4e20(0x2)],COLORS['iconCircleGradientEnd']],'style':[StyleSheet['absoluteFill'],{'borderRadius':_0x7e95ef[_0x4e20(0x3)](size,0x2)}],'start':{'x':0x0,'y':0x0},'end':{'x':0x0,'y':0x1}}),React[_0x4e20(0x0)](View,{'style':styles[_0x4e20(0x4)]},_0x274ed2||React[_0x4e20(0x0)](Text,{'style':styles[_0x4e20(0x5)]},'→')));},PrimaryButton=({label:label='Get\x20Started',onPress:_0x2bf2f7,iconRight:_0x26ccb0,loading:loading=![],disabled:disabled=![],testID:_0x3ff4cc,style:_0x1d113e,textStyle:_0x227c6a})=>{const _0x99c685={'hSMtW':function(_0x488490,_0x556bd0){return _0x488490(_0x556bd0);},'jgqmr':function(_0x8b8c66,_0x366666){return _0x8b8c66||_0x366666;},'oauFG':_0x4e20(0x6),'HLANv':_0x4e20(0x7)},[_0x1354f0,_0x58bcb0]=_0x99c685[_0x4e20(0x8)](useState,![]),_0x261abc=()=>_0x58bcb0(!![]),_0x45c7db=()=>_0x58bcb0(![]);return React[_0x4e20(0x0)](TouchableOpacity,{'style':[styles[_0x4e20(0x9)],!disabled&&styles[_0x4e20(0xa)],disabled&&styles['disabled'],_0x1d113e],'onPress':_0x2bf2f7,'onPressIn':_0x261abc,'onPressOut':_0x45c7db,'disabled':_0x99c685[_0x4e20(0xb)](disabled,loading),'activeOpacity':0x1,'testID':_0x3ff4cc,'accessibilityLabel':label,'accessibilityRole':_0x99c685[_0x4e20(0xc)]},React[_0x4e20(0x0)](_0x53cd67,{'colors':[COLORS[_0x4e20(0xd)],COLORS['btnGradEnd']],'style':styles[_0x4e20(0xe)],'start':{'x':0x0,'y':0x0},'end':{'x':0x0,'y':0x1}}),_0x1354f0&&React['createElement'](View,{'style':styles[_0x4e20(0xf)]}),React['createElement'](View,{'style':styles[_0x4e20(0x10)]},loading?React[_0x4e20(0x0)](ActivityIndicator,{'color':COLORS[_0x4e20(0x11)],'size':_0x99c685[_0x4e20(0x12)]}):React['createElement'](Text,{'style':[styles[_0x4e20(0x13)],_0x227c6a]},label)),React[_0x4e20(0x0)](View,{'style':styles['iconPosition']},!loading&&(_0x26ccb0||React[_0x4e20(0x0)](IconCircle,null))));},styles=StyleSheet[_0x4e20(0x14)]({'outerPill':{'height':0x30,'borderRadius':0x64,'borderWidth':0x1,'borderColor':COLORS[_0x4e20(0x15)],'overflow':_0x4e20(0x16),'width':'100%','position':_0x4e20(0x17)},'outerShadow':{'shadowColor':'#000000','shadowOffset':{'width':0x14,'height':0x1e},'shadowOpacity':0.1,'shadowRadius':0x28,'elevation':0x8},'disabled':{'opacity':0.65,'shadowOpacity':0x0,'elevation':0x0},'baseGradient':{...StyleSheet[_0x4e20(0x18)],'borderRadius':0x64},'pressedOverlay':{...StyleSheet[_0x4e20(0x18)],'backgroundColor':_0x4e20(0x19),'borderRadius':0x64},'textContainer':{'position':_0x4e20(0x1a),'left':0x0,'right':0x0,'top':0x0,'bottom':0x0,'justifyContent':_0x4e20(0x1b),'alignItems':_0x4e20(0x1b),'backgroundColor':'transparent'},'iconPosition':{'position':_0x4e20(0x1a),'right':0x4,'top':0x4,'bottom':0x4,'width':0x28,'justifyContent':'center','alignItems':_0x4e20(0x1b),'backgroundColor':_0x4e20(0x1c)},'label':{'fontFamily':_0x4e20(0x1d),'fontWeight':'600','fontSize':0x10,'color':COLORS[_0x4e20(0x11)],'textAlign':_0x4e20(0x1b),'backgroundColor':'transparent'},'iconCircle':{'justifyContent':'center','alignItems':_0x4e20(0x1b),'borderWidth':0x1,'borderColor':'rgba(0,0,0,0.25)'},'iconContent':{'justifyContent':'center','alignItems':_0x4e20(0x1b),'backgroundColor':_0x4e20(0x1c)},'arrowText':{'fontSize':0x14,'color':COLORS[_0x4e20(0x11)],'fontWeight':'600','opacity':0.95,'backgroundColor':_0x4e20(0x1c)}});export{IconCircle};export{PrimaryButton};export default PrimaryButton;function _0x4e20(_0x274881,_0x4e2030){_0x274881=_0x274881-0x0;const _0x39ec18=_0x2748();let _0x2f5cd8=_0x39ec18[_0x274881];return _0x2f5cd8;}function _0x2748(){const _0x3ca2bf=['createElement','iconCircle','iconCircleGradientStart','xzcbh','iconContent','arrowText','button','small','hSMtW','outerPill','outerShadow','jgqmr','oauFG','btnGradStart','baseGradient','pressedOverlay','textContainer','btnLabel','HLANv','label','create','btnBorder','hidden','relative','absoluteFillObject','rgba(0,0,0,0.1)','absolute','center','transparent','Inter'];_0x2748=function(){return _0x3ca2bf;};return _0x2748();}
1
+ import React,{useState}from'react';import{View,Text,TouchableOpacity,StyleSheet,ActivityIndicator}from'react-native';import _0x39852c from'react-native-linear-gradient';import{COLORS}from'../theme';function _0x39b2(){const _0x11c6ec=['createElement','iconCircle','ITLLz','iconCircleGradientStart','iconCircleGradientEnd','KMkot','iconContent','arrowText','button','small','jbAtX','outerShadow','disabled','cKXrL','btnGradStart','baseGradient','pressedOverlay','IYdYv','label','iconPosition','create','btnBorder','hidden','100%','#000000','absoluteFillObject','rgba(0,0,0,0.1)','absolute','center','transparent','Inter','600','btnLabel','rgba(0,0,0,0.25)'];_0x39b2=function(){return _0x11c6ec;};return _0x39b2();}const IconCircle=({size:size=0x28,children:_0x1ed294})=>{const _0x2092e0={'ITLLz':function(_0x36ec34,_0x193177){return _0x36ec34/_0x193177;},'KMkot':function(_0xcab17c,_0x1a6501){return _0xcab17c/_0x1a6501;}};return React[_0x1d53(0x0)](View,{'style':[styles[_0x1d53(0x1)],{'width':size,'height':size,'borderRadius':_0x2092e0[_0x1d53(0x2)](size,0x2)}]},React[_0x1d53(0x0)](_0x39852c,{'colors':[COLORS[_0x1d53(0x3)],COLORS[_0x1d53(0x4)]],'style':[StyleSheet['absoluteFill'],{'borderRadius':_0x2092e0[_0x1d53(0x5)](size,0x2)}],'start':{'x':0x0,'y':0x0},'end':{'x':0x0,'y':0x1}}),React[_0x1d53(0x0)](View,{'style':styles[_0x1d53(0x6)]},_0x1ed294||React['createElement'](Text,{'style':styles[_0x1d53(0x7)]},'→')));},PrimaryButton=({label:label='Get\x20Started',onPress:_0xb0b4c0,iconRight:_0x1632ce,loading:loading=![],disabled:disabled=![],testID:_0x50bdf9,style:_0x273e70,textStyle:_0x241ec8})=>{const _0xa5ebd3={'jbAtX':function(_0x50916e,_0x5da832){return _0x50916e(_0x5da832);},'cKXrL':_0x1d53(0x8),'IYdYv':_0x1d53(0x9)},[_0x553ec4,_0x23c618]=_0xa5ebd3[_0x1d53(0xa)](useState,![]),_0x1f6d93=()=>_0x23c618(!![]),_0xe6738b=()=>_0x23c618(![]);return React['createElement'](TouchableOpacity,{'style':[styles['outerPill'],!disabled&&styles[_0x1d53(0xb)],disabled&&styles[_0x1d53(0xc)],_0x273e70],'onPress':_0xb0b4c0,'onPressIn':_0x1f6d93,'onPressOut':_0xe6738b,'disabled':disabled||loading,'activeOpacity':0x1,'testID':_0x50bdf9,'accessibilityLabel':label,'accessibilityRole':_0xa5ebd3[_0x1d53(0xd)]},React[_0x1d53(0x0)](_0x39852c,{'colors':[COLORS[_0x1d53(0xe)],COLORS['btnGradEnd']],'style':styles[_0x1d53(0xf)],'start':{'x':0x0,'y':0x0},'end':{'x':0x0,'y':0x1}}),_0x553ec4&&React[_0x1d53(0x0)](View,{'style':styles[_0x1d53(0x10)]}),React[_0x1d53(0x0)](View,{'style':styles['textContainer']},loading?React[_0x1d53(0x0)](ActivityIndicator,{'color':COLORS['btnLabel'],'size':_0xa5ebd3[_0x1d53(0x11)]}):React[_0x1d53(0x0)](Text,{'style':[styles[_0x1d53(0x12)],_0x241ec8]},label)),React[_0x1d53(0x0)](View,{'style':styles[_0x1d53(0x13)]},!loading&&(_0x1632ce||React['createElement'](IconCircle,null))));},styles=StyleSheet[_0x1d53(0x14)]({'outerPill':{'height':0x30,'borderRadius':0x64,'borderWidth':0x1,'borderColor':COLORS[_0x1d53(0x15)],'overflow':_0x1d53(0x16),'width':_0x1d53(0x17),'position':'relative'},'outerShadow':{'shadowColor':_0x1d53(0x18),'shadowOffset':{'width':0x14,'height':0x1e},'shadowOpacity':0.1,'shadowRadius':0x28,'elevation':0x8},'disabled':{'opacity':0.65,'shadowOpacity':0x0,'elevation':0x0},'baseGradient':{...StyleSheet['absoluteFillObject'],'borderRadius':0x64},'pressedOverlay':{...StyleSheet[_0x1d53(0x19)],'backgroundColor':_0x1d53(0x1a),'borderRadius':0x64},'textContainer':{'position':_0x1d53(0x1b),'left':0x0,'right':0x0,'top':0x0,'bottom':0x0,'justifyContent':_0x1d53(0x1c),'alignItems':'center','backgroundColor':_0x1d53(0x1d)},'iconPosition':{'position':_0x1d53(0x1b),'right':0x4,'top':0x4,'bottom':0x4,'width':0x28,'justifyContent':_0x1d53(0x1c),'alignItems':_0x1d53(0x1c),'backgroundColor':_0x1d53(0x1d)},'label':{'fontFamily':_0x1d53(0x1e),'fontWeight':_0x1d53(0x1f),'fontSize':0x10,'color':COLORS[_0x1d53(0x20)],'textAlign':'center','backgroundColor':_0x1d53(0x1d)},'iconCircle':{'justifyContent':_0x1d53(0x1c),'alignItems':_0x1d53(0x1c),'borderWidth':0x1,'borderColor':_0x1d53(0x21)},'iconContent':{'justifyContent':_0x1d53(0x1c),'alignItems':_0x1d53(0x1c),'backgroundColor':_0x1d53(0x1d)},'arrowText':{'fontSize':0x14,'color':COLORS['btnLabel'],'fontWeight':_0x1d53(0x1f),'opacity':0.95,'backgroundColor':_0x1d53(0x1d)}});export{IconCircle};function _0x1d53(_0x39b272,_0x1d53b6){_0x39b272=_0x39b272-0x0;const _0x378600=_0x39b2();let _0x1b05e4=_0x378600[_0x39b272];return _0x1b05e4;}export{PrimaryButton};export default PrimaryButton;
@@ -1 +1 @@
1
- import React,{useState,useEffect}from'react';import{View,Text,StyleSheet,Modal,ActivityIndicator,Animated,Dimensions,TouchableOpacity}from'react-native';import _0x17b703 from'react-native-linear-gradient';function _0x19d5(_0x2f8a53,_0x19d5d8){_0x2f8a53=_0x2f8a53-0x0;const _0x2025bf=_0x2f8a();let _0x4c9d84=_0x2025bf[_0x2f8a53];return _0x4c9d84;}const {width,height}=Dimensions['get']('window'),SignInMatchAnimation=({email:_0x4873f2,visible:_0x17c5e7,onComplete:_0x663002})=>{const _0x1108c1={'lFuKj':function(_0x268d40,_0x2ca941,_0x4ed007){return _0x268d40(_0x2ca941,_0x4ed007);},'xKmhz':function(_0x4677fd,_0x3819f4){return _0x4677fd+_0x3819f4;},'SzJwY':function(_0x5e185e,_0x32b6a8){return _0x5e185e*_0x32b6a8;},'Zkvgf':function(_0x64113d,_0x38607f){return _0x64113d(_0x38607f);},'OBXNm':function(_0x150693,_0x30fd72){return _0x150693(_0x30fd72);},'KMbVC':function(_0x432730,_0x592e53){return _0x432730(_0x592e53);},'DmJKA':function(_0x595262,_0xf1bed8){return _0x595262!==_0xf1bed8;},'ukSBB':'qTsOP','ulMBx':function(_0x1f859f,_0x58b588){return _0x1f859f===_0x58b588;},'nvqcP':_0x19d5(0x0),'sULNv':function(_0xea8047){return _0xea8047();},'eqado':'searching','KugDD':function(_0x1079e7,_0x396f38){return _0x1079e7(_0x396f38);},'RCrVn':function(_0x4a342c,_0x1ed588,_0x2d1ee1){return _0x4a342c(_0x1ed588,_0x2d1ee1);},'Rkhmz':'none','zmlWZ':'Finding\x20Your\x20Matches','yMtrm':_0x19d5(0x1),'bJlpe':_0x19d5(0x2),'cTeje':_0x19d5(0x3),'rOCdh':_0x19d5(0x4),'DlYzv':_0x19d5(0x5),'cZNXW':'We\x27ve\x20found\x20','JOvWp':'Complete\x20your\x20profile\x20to\x20see\x20who\x20they\x20are.','qFxox':_0x19d5(0x6),'UkaQE':_0x19d5(0x7),'JHImU':_0x19d5(0x8),'OdRDc':_0x19d5(0x9),'EsBmF':_0x19d5(0xa),'faxSg':'Continue'},[_0x582d10,_0x2d7df1]=_0x1108c1[_0x19d5(0xb)](useState,_0x1108c1[_0x19d5(0xc)]),[_0x4b93b4,_0x4cbddb]=_0x1108c1[_0x19d5(0xd)](useState,0x0),_0x3ee335=_0x1108c1[_0x19d5(0xd)](useState,new Animated[(_0x19d5(0xe))](0x0))[0x0],_0x1af11a=useState(new Animated[(_0x19d5(0xe))](0.9))[0x0];_0x1108c1['RCrVn'](useEffect,()=>{const _0x42422f={'fKidG':function(_0x47928a,_0x76d6b5){return _0x1108c1[_0x19d5(0xf)](_0x47928a,_0x76d6b5);},'SfyQa':function(_0x1381d2,_0x429d1e){return _0x1108c1[_0x19d5(0x10)](_0x1381d2,_0x429d1e);},'rxfHb':function(_0x4960a2,_0x2ad890){return _0x1108c1[_0x19d5(0xb)](_0x4960a2,_0x2ad890);},'vKCRI':function(_0x2626a2,_0x57ac0a){return _0x1108c1[_0x19d5(0x11)](_0x2626a2,_0x57ac0a);},'xnnic':function(_0x30c244,_0x23934){return _0x1108c1[_0x19d5(0x12)](_0x30c244,_0x23934);},'yERSr':_0x19d5(0x6),'Ssyjh':function(_0x45295d,_0xb32746){return _0x1108c1['xKmhz'](_0x45295d,_0xb32746);},'PLtbV':function(_0x1bb7aa,_0x4f16b8,_0xc9df2d){return _0x1108c1[_0x19d5(0x13)](_0x1bb7aa,_0x4f16b8,_0xc9df2d);}};if(_0x17c5e7){if(_0x1108c1[_0x19d5(0x14)](_0x1108c1[_0x19d5(0x15)],_0x1108c1[_0x19d5(0x15)])){const _0x26f554={'kQVLN':function(_0x483cdf,_0x4c731f){return _0x483cdf(_0x4c731f);}};_0x4a994f&&(Animated['parallel']([Animated['timing'](_0x5abfa4,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]}),Animated[_0x19d5(0x16)](_0x1132f4,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]})])[_0x19d5(0x17)](),_0x1108c1[_0x19d5(0x13)](_0x2cd578,()=>{const _0x13d306=_0x42422f[_0x19d5(0x18)](_0x5c8da2[_0x19d5(0x19)](_0x42422f['SfyQa'](_0x2e4a5f[_0x19d5(0x1a)](),0x6)),0x3);_0x42422f[_0x19d5(0x1b)](_0xebe46a,_0x13d306),_0x42422f[_0x19d5(0x1c)](_0xf18989,_0x19d5(0x4)),_0x5e4a62(()=>{_0x26f554[_0x19d5(0x1d)](_0x226b34,'complete');},0xbb8);},0x9c4));}else Animated[_0x19d5(0x1e)]([Animated[_0x19d5(0x16)](_0x3ee335,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]}),Animated['timing'](_0x1af11a,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]})])[_0x19d5(0x17)](),setTimeout(()=>{const _0x2f7f87=_0x42422f[_0x19d5(0x1f)](Math[_0x19d5(0x19)](_0x42422f[_0x19d5(0x20)](Math[_0x19d5(0x1a)](),0x6)),0x3);_0x42422f['vKCRI'](_0x4cbddb,_0x2f7f87),_0x42422f[_0x19d5(0x21)](_0x2d7df1,_0x19d5(0x4)),_0x42422f[_0x19d5(0x22)](setTimeout,()=>{_0x42422f[_0x19d5(0x21)](_0x2d7df1,_0x42422f[_0x19d5(0x23)]);},0xbb8);},0x9c4);}},[_0x17c5e7,_0x3ee335,_0x1af11a]);const _0xf69821=()=>{Animated[_0x19d5(0x1e)]([Animated[_0x19d5(0x16)](_0x3ee335,{'toValue':0x0,'duration':0x190,'useNativeDriver':!![]}),Animated[_0x19d5(0x16)](_0x1af11a,{'toValue':0.9,'duration':0x190,'useNativeDriver':!![]})])['start'](()=>{const _0xc8d582={'vhVRG':function(_0x561ea9,_0x1d62a3){return _0x1108c1[_0x19d5(0xb)](_0x561ea9,_0x1d62a3);}};_0x1108c1[_0x19d5(0x24)](_0x19d5(0x0),_0x1108c1[_0x19d5(0x25)])?_0x1108c1['sULNv'](_0x663002):_0xc8d582[_0x19d5(0x26)](_0x18ecaf,_0x19d5(0x6));});};if(!_0x17c5e7)return null;return React[_0x19d5(0x27)](Modal,{'visible':_0x17c5e7,'transparent':!![],'animationType':_0x1108c1[_0x19d5(0x28)]},React[_0x19d5(0x27)](View,{'style':styles[_0x19d5(0x29)]},React[_0x19d5(0x27)](Animated[_0x19d5(0x2a)],{'style':[styles['content'],{'opacity':_0x3ee335,'transform':[{'scale':_0x1af11a}]}]},_0x1108c1[_0x19d5(0x24)](_0x582d10,_0x1108c1[_0x19d5(0xc)])&&React[_0x19d5(0x27)](React[_0x19d5(0x2b)],null,React[_0x19d5(0x27)](Text,{'style':styles[_0x19d5(0x2c)]},_0x1108c1['zmlWZ']),React[_0x19d5(0x27)](ActivityIndicator,{'size':_0x1108c1[_0x19d5(0x2d)],'color':_0x1108c1['bJlpe'],'style':styles[_0x19d5(0x2e)]}),React['createElement'](Text,{'style':styles[_0x19d5(0x2f)]},_0x1108c1[_0x19d5(0x30)])),_0x582d10===_0x1108c1[_0x19d5(0x31)]&&React[_0x19d5(0x27)](React[_0x19d5(0x2b)],null,React[_0x19d5(0x27)](Text,{'style':styles[_0x19d5(0x2c)]},_0x1108c1['DlYzv']),React[_0x19d5(0x27)](View,{'style':styles[_0x19d5(0x32)]},React[_0x19d5(0x27)](Text,{'style':styles[_0x19d5(0x33)]},_0x4b93b4)),React[_0x19d5(0x27)](Text,{'style':styles[_0x19d5(0x2f)]},_0x1108c1['cZNXW'],_0x4b93b4,_0x19d5(0x34)),React[_0x19d5(0x27)](Text,{'style':styles[_0x19d5(0x35)]},_0x1108c1[_0x19d5(0x36)])),_0x1108c1[_0x19d5(0x24)](_0x582d10,_0x1108c1[_0x19d5(0x37)])&&React[_0x19d5(0x27)](React['Fragment'],null,React[_0x19d5(0x27)](Text,{'style':styles[_0x19d5(0x2c)]},_0x1108c1[_0x19d5(0x38)]),React['createElement'](Text,{'style':styles[_0x19d5(0x2f)]},_0x1108c1[_0x19d5(0x39)],_0x4873f2[_0x19d5(0x3a)]('@')[0x0],_0x1108c1[_0x19d5(0x3b)]),React[_0x19d5(0x27)](TouchableOpacity,{'style':styles[_0x19d5(0x3c)],'onPress':_0xf69821},React[_0x19d5(0x27)](_0x17b703,{'colors':['#f5e7c1',_0x1108c1[_0x19d5(0x3d)],_0x1108c1[_0x19d5(0x3e)]],'start':{'x':0x0,'y':0x0},'end':{'x':0x1,'y':0x0},'style':styles['gradientButton']},React[_0x19d5(0x27)](Text,{'style':styles[_0x19d5(0x3f)]},_0x1108c1[_0x19d5(0x40)])))))));},styles=StyleSheet['create']({'container':{'flex':0x1,'backgroundColor':'rgba(0,0,0,0.7)','justifyContent':_0x19d5(0x41),'alignItems':_0x19d5(0x41)},'content':{'width':width*0.85,'backgroundColor':'#FFFFFF','borderRadius':0x14,'padding':0x18,'alignItems':'center','shadowColor':_0x19d5(0x42),'shadowOffset':{'width':0x0,'height':0x4},'shadowOpacity':0.3,'shadowRadius':0x8,'elevation':0xa},'title':{'fontSize':0x18,'fontWeight':_0x19d5(0x43),'color':'#333','marginBottom':0x14,'textAlign':_0x19d5(0x41)},'loader':{'marginVertical':0x18},'message':{'fontSize':0x12,'color':'#555','textAlign':'center','marginBottom':0x10,'lineHeight':0x18},'subMessage':{'fontSize':0x10,'color':_0x19d5(0x44),'textAlign':'center','marginTop':0x8},'matchCircle':{'width':0x64,'height':0x64,'borderRadius':0x32,'backgroundColor':_0x19d5(0x2),'justifyContent':'center','alignItems':_0x19d5(0x41),'marginVertical':0x14},'matchCount':{'fontSize':0x28,'fontWeight':_0x19d5(0x45),'color':'#FFFFFF'},'button':{'width':_0x19d5(0x46),'marginTop':0x18,'borderRadius':0x8,'overflow':_0x19d5(0x47)},'gradientButton':{'paddingVertical':0xe,'alignItems':_0x19d5(0x41),'justifyContent':'center'},'buttonText':{'color':_0x19d5(0x48),'fontSize':0x10,'fontWeight':_0x19d5(0x43)}});function _0x2f8a(){const _0x45cce2=['tALaQ','large','#E9C46A','Searching\x20for\x20potential\x20connections\x20based\x20on\x20your\x20profile...','found','Matches\x20Found!','complete','Welcome\x20to\x20Enoch!','We\x27ll\x20send\x20match\x20notifications\x20to\x20','@...','#DDB957','Zkvgf','eqado','KugDD','Value','xKmhz','SzJwY','OBXNm','KMbVC','lFuKj','DmJKA','ukSBB','timing','start','fKidG','floor','random','rxfHb','vKCRI','kQVLN','parallel','Ssyjh','SfyQa','xnnic','PLtbV','yERSr','ulMBx','nvqcP','vhVRG','createElement','Rkhmz','container','View','Fragment','title','yMtrm','loader','message','cTeje','rOCdh','matchCircle','matchCount','\x20potential\x20connections\x20for\x20you!','subMessage','JOvWp','qFxox','UkaQE','JHImU','split','OdRDc','button','bJlpe','EsBmF','buttonText','faxSg','center','#000','600','#777','bold','100%','hidden','#333'];_0x2f8a=function(){return _0x45cce2;};return _0x2f8a();}export default SignInMatchAnimation;
1
+ import React,{useState,useEffect}from'react';import{View,Text,StyleSheet,Modal,ActivityIndicator,Animated,Dimensions,TouchableOpacity}from'react-native';import _0x105b83 from'react-native-linear-gradient';const {width,height}=Dimensions[_0x4609(0x0)](_0x4609(0x1)),SignInMatchAnimation=({email:_0x195738,visible:_0x73acd3,onComplete:_0x321efd})=>{const _0x31535b={'zSbRK':function(_0x56d361){return _0x56d361();},'tdTiT':function(_0x1f691e,_0x5b9ac4){return _0x1f691e*_0x5b9ac4;},'pxitP':_0x4609(0x2),'DzCAZ':function(_0x2a2466,_0x310f88,_0x74c924){return _0x2a2466(_0x310f88,_0x74c924);},'QnvQM':_0x4609(0x3),'fyHTm':function(_0x3b8ec4,_0x2679a2){return _0x3b8ec4===_0x2679a2;},'SOgtU':function(_0x302574,_0x424816){return _0x302574(_0x424816);},'KlCzv':_0x4609(0x4),'QRjej':'searching','NtuuV':function(_0x599b49,_0x444d2e){return _0x599b49(_0x444d2e);},'qfuwk':function(_0x38be05,_0x22ae88,_0x34a7c5){return _0x38be05(_0x22ae88,_0x34a7c5);},'uNfpk':_0x4609(0x5),'IrtNX':_0x4609(0x6),'Jzkph':function(_0x30799d,_0x316d1a){return _0x30799d===_0x316d1a;},'uaEMp':_0x4609(0x7),'rmIIH':_0x4609(0x8),'PegZA':'\x20potential\x20connections\x20for\x20you!','tcNja':function(_0x1ad487,_0x5ec857){return _0x1ad487===_0x5ec857;},'gqHIL':'Welcome\x20to\x20Enoch!','eEbLe':'We\x27ll\x20send\x20match\x20notifications\x20to\x20','AKFrr':_0x4609(0x9),'mrBZi':_0x4609(0xa),'ahnqf':'#E9C46A','JluMI':_0x4609(0xb)},[_0x781e63,_0x28b03e]=_0x31535b[_0x4609(0xc)](useState,_0x31535b[_0x4609(0xd)]),[_0x402a78,_0x40411f]=_0x31535b[_0x4609(0xe)](useState,0x0),_0x199102=useState(new Animated['Value'](0x0))[0x0],_0x4737b2=_0x31535b[_0x4609(0xc)](useState,new Animated[(_0x4609(0xf))](0.9))[0x0];_0x31535b[_0x4609(0x10)](useEffect,()=>{const _0x3703b7={'OxLbX':_0x31535b[_0x4609(0x11)],'sNGQH':function(_0x58dab9,_0x50e5a8){return _0x31535b[_0x4609(0x12)](_0x58dab9,_0x50e5a8);},'sfGLJ':function(_0x30ded2,_0x161c34){return _0x31535b[_0x4609(0xc)](_0x30ded2,_0x161c34);},'EJdzi':function(_0x1449e4,_0x3c809f){return _0x1449e4(_0x3c809f);}};_0x73acd3&&(_0x31535b[_0x4609(0x13)]===_0x31535b[_0x4609(0x13)]?(Animated['parallel']([Animated[_0x4609(0x14)](_0x199102,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]}),Animated['timing'](_0x4737b2,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]})])[_0x4609(0x15)](),_0x31535b[_0x4609(0x16)](setTimeout,()=>{const _0x15bf5d={'CsjPQ':function(_0x2e7d9c){return _0x31535b[_0x4609(0x17)](_0x2e7d9c);}};if(_0x4609(0x18)!=='wHRmd'){const _0xf73d47=Math[_0x4609(0x19)](_0x31535b[_0x4609(0x1a)](Math[_0x4609(0x1b)](),0x6))+0x3;_0x40411f(_0xf73d47),_0x28b03e(_0x31535b['pxitP']),_0x31535b[_0x4609(0x16)](setTimeout,()=>{const _0x3b2242={'gTehQ':_0x3703b7['OxLbX'],'cllPO':function(_0x64af26,_0x8c7e20){return _0x64af26(_0x8c7e20);},'mzUeO':_0x4609(0x2),'XQfmb':function(_0x448176,_0x866f52,_0x31cd64){return _0x448176(_0x866f52,_0x31cd64);}};if(_0x3703b7[_0x4609(0x1c)](_0x4609(0x1d),_0x4609(0x1e))){const _0x544bd1={'kwkCt':function(_0x4b63d7,_0x57ca32){return _0x4b63d7(_0x57ca32);},'jQlIr':_0x3b2242['gTehQ']},_0x351faa=_0x397e1b['floor'](_0x1f8a58[_0x4609(0x1b)]()*0x6)+0x3;_0x1f45be(_0x351faa),_0x3b2242[_0x4609(0x1f)](_0x38670d,_0x3b2242[_0x4609(0x20)]),_0x3b2242[_0x4609(0x21)](_0x3e7487,()=>{_0x544bd1[_0x4609(0x22)](_0x34b66c,_0x544bd1[_0x4609(0x23)]);},0xbb8);}else _0x3703b7[_0x4609(0x24)](_0x28b03e,_0x4609(0x3));},0xbb8);}else _0x15bf5d[_0x4609(0x25)](_0x5585a3);},0x9c4)):_0x3703b7[_0x4609(0x26)](_0x1f546b,'complete'));},[_0x73acd3,_0x199102,_0x4737b2]);const _0x4b79fb=()=>{Animated[_0x4609(0x27)]([Animated[_0x4609(0x14)](_0x199102,{'toValue':0x0,'duration':0x190,'useNativeDriver':!![]}),Animated[_0x4609(0x14)](_0x4737b2,{'toValue':0.9,'duration':0x190,'useNativeDriver':!![]})])[_0x4609(0x15)](()=>{_0x321efd();});};if(!_0x73acd3)return null;return React[_0x4609(0x28)](Modal,{'visible':_0x73acd3,'transparent':!![],'animationType':_0x31535b[_0x4609(0x29)]},React[_0x4609(0x28)](View,{'style':styles[_0x4609(0x2a)]},React[_0x4609(0x28)](Animated[_0x4609(0x2b)],{'style':[styles['content'],{'opacity':_0x199102,'transform':[{'scale':_0x4737b2}]}]},_0x31535b[_0x4609(0x12)](_0x781e63,_0x4609(0x2c))&&React[_0x4609(0x28)](React[_0x4609(0x2d)],null,React['createElement'](Text,{'style':styles[_0x4609(0x2e)]},_0x4609(0x2f)),React['createElement'](ActivityIndicator,{'size':_0x31535b[_0x4609(0x30)],'color':_0x4609(0x31),'style':styles[_0x4609(0x32)]}),React['createElement'](Text,{'style':styles[_0x4609(0x33)]},_0x4609(0x34))),_0x31535b[_0x4609(0x35)](_0x781e63,_0x31535b[_0x4609(0x36)])&&React['createElement'](React[_0x4609(0x2d)],null,React[_0x4609(0x28)](Text,{'style':styles[_0x4609(0x2e)]},_0x31535b[_0x4609(0x37)]),React['createElement'](View,{'style':styles['matchCircle']},React['createElement'](Text,{'style':styles[_0x4609(0x38)]},_0x402a78)),React['createElement'](Text,{'style':styles[_0x4609(0x33)]},_0x31535b[_0x4609(0x39)],_0x402a78,_0x31535b[_0x4609(0x3a)]),React[_0x4609(0x28)](Text,{'style':styles[_0x4609(0x3b)]},_0x4609(0x3c))),_0x31535b[_0x4609(0x3d)](_0x781e63,_0x31535b[_0x4609(0x11)])&&React[_0x4609(0x28)](React['Fragment'],null,React[_0x4609(0x28)](Text,{'style':styles[_0x4609(0x2e)]},_0x31535b[_0x4609(0x3e)]),React[_0x4609(0x28)](Text,{'style':styles[_0x4609(0x33)]},_0x31535b[_0x4609(0x3f)],_0x195738[_0x4609(0x40)]('@')[0x0],_0x31535b[_0x4609(0x41)]),React['createElement'](TouchableOpacity,{'style':styles[_0x4609(0x42)],'onPress':_0x4b79fb},React[_0x4609(0x28)](_0x105b83,{'colors':[_0x31535b['mrBZi'],_0x31535b[_0x4609(0x43)],_0x4609(0x44)],'start':{'x':0x0,'y':0x0},'end':{'x':0x1,'y':0x0},'style':styles['gradientButton']},React[_0x4609(0x28)](Text,{'style':styles['buttonText']},_0x31535b[_0x4609(0x45)])))))));},styles=StyleSheet['create']({'container':{'flex':0x1,'backgroundColor':_0x4609(0x46),'justifyContent':_0x4609(0x47),'alignItems':_0x4609(0x47)},'content':{'width':width*0.85,'backgroundColor':_0x4609(0x48),'borderRadius':0x14,'padding':0x18,'alignItems':'center','shadowColor':_0x4609(0x49),'shadowOffset':{'width':0x0,'height':0x4},'shadowOpacity':0.3,'shadowRadius':0x8,'elevation':0xa},'title':{'fontSize':0x18,'fontWeight':_0x4609(0x4a),'color':'#333','marginBottom':0x14,'textAlign':_0x4609(0x47)},'loader':{'marginVertical':0x18},'message':{'fontSize':0x12,'color':_0x4609(0x4b),'textAlign':_0x4609(0x47),'marginBottom':0x10,'lineHeight':0x18},'subMessage':{'fontSize':0x10,'color':_0x4609(0x4c),'textAlign':_0x4609(0x47),'marginTop':0x8},'matchCircle':{'width':0x64,'height':0x64,'borderRadius':0x32,'backgroundColor':_0x4609(0x31),'justifyContent':_0x4609(0x47),'alignItems':_0x4609(0x47),'marginVertical':0x14},'matchCount':{'fontSize':0x28,'fontWeight':_0x4609(0x4d),'color':'#FFFFFF'},'button':{'width':_0x4609(0x4e),'marginTop':0x18,'borderRadius':0x8,'overflow':'hidden'},'gradientButton':{'paddingVertical':0xe,'alignItems':_0x4609(0x47),'justifyContent':'center'},'buttonText':{'color':_0x4609(0x4f),'fontSize':0x10,'fontWeight':_0x4609(0x4a)}});function _0x4609(_0x3f5f7d,_0x460965){_0x3f5f7d=_0x3f5f7d-0x0;const _0x3874ba=_0x3f5f();let _0x5d24fa=_0x3874ba[_0x3f5f7d];return _0x5d24fa;}export default SignInMatchAnimation;function _0x3f5f(){const _0x1c8d65=['get','window','found','complete','BmUvq','none','large','Matches\x20Found!','We\x27ve\x20found\x20','@...','#f5e7c1','Continue','SOgtU','QRjej','NtuuV','Value','qfuwk','QnvQM','fyHTm','KlCzv','timing','start','DzCAZ','zSbRK','DvLhX','floor','tdTiT','random','sNGQH','smFGJ','iCwOH','cllPO','mzUeO','XQfmb','kwkCt','jQlIr','sfGLJ','CsjPQ','EJdzi','parallel','createElement','uNfpk','container','View','searching','Fragment','title','Finding\x20Your\x20Matches','IrtNX','#E9C46A','loader','message','Searching\x20for\x20potential\x20connections\x20based\x20on\x20your\x20profile...','Jzkph','pxitP','uaEMp','matchCount','rmIIH','PegZA','subMessage','Complete\x20your\x20profile\x20to\x20see\x20who\x20they\x20are.','tcNja','gqHIL','eEbLe','split','AKFrr','button','ahnqf','#DDB957','JluMI','rgba(0,0,0,0.7)','center','#FFFFFF','#000','600','#555','#777','bold','100%','#333'];_0x3f5f=function(){return _0x1c8d65;};return _0x3f5f();}
@@ -1 +1 @@
1
- function _0x47ae(){const _0x26d97e=['com','org','net','edu','mil','dev','tech','site','info','biz','xyz','co.uk','com.au','co.nz','co.za','com.br','co.jp','co.kr','co.in','org.uk','net.au','gov.uk','ac.uk','edu.au','con','cmo','vom','ocm','cpm','ckm','comm','comn','copm','ogr','orgg','rog','nett','ent','bet','ioo','gmial','gmil','gmal','gamil','outlok','outloo','outlokk','yhoo','hotmai','hotmial','❌\x20Email\x20validation\x20failed:','✅\x20Email\x20validation\x20passed','XgsUE','kdnnJ','jsyaH','hQlOh','dejqV','\x20Did\x20you\x20mean\x20.net?','lio','PBZig','\x20Did\x20you\x20mean\x20.io?','gmail','outlook','icloud','FYyZb','MSfSN','protonmail','yahoo.co.uk','yahoo.co.jp','outlook.co.uk','hotmail.co.uk','trim','toLowerCase','test','YJeQZ','KCuGX','rtmVE','Did\x20you\x20mean\x20','lastIndexOf','substring','split','vhRCk','RvFVf','uABmZ','lftFg','log','error','TAdzN','zNHjp','jqCqX','vmQkA','hlesy','length','has','UfYGr','UAHfQ','WWojJ','NJYNB','EVUwy','ARzWv','IIuws','CEBNy','JhPea','toSXU','FjZTa','fPtMd','DJkWo','htRxq','qXlhU','\x20Did\x20you\x20mean\x20.org?','nJIqL','lhIPD','jRhPj','XkGDK','fTIZD','UupSf','meveD','🧪\x20Test\x20bypass\x20detected\x20-\x20skipping\x20to\x20verification\x20screen','BGFCa','MAdNj',').\x20Please\x20check\x20your\x20email.','slice','join','WHFmw','ScPYr','yahoo','GSLix','AWGgG','sALco','hotmail','aol','ZnLzF','yfCwa','NMAtn','SpyDs','yahoo.com.au','Ryils','NVxdC','hotmail.co.jp','includes','reviewer','test@bypass.com','Invalid\x20email\x20address','keyboardDidHide','padding','height','Build\x20your\x20Onairos\x20persona\x20to\x20own\x20your\x20digital\x20identity','Sign\x20in\x20or\x20create\x20an\x20account','Your\x20email','#9CA3AF','jYCKV','inWuP','EQPvE','lVdex','nDGaF','fgYTX','XekXU','isValid','KrMvd','AsdLv','AhfCh','HAMKG','addListener','keyboardDidShow','zxHtM','lgKLl','remove','OtglC','createElement','oBAPj','ios','qhBAa','container','content','title','VfnEV','subtitle','AKiyE','inputContainer','jJAPG','Lgdka','JPyUk','dividerContainer','dividerLine','dividerText','googleContainer','eijTi','create','700','grey800','left','Inter','400','grey600','row','center','#E5E5E5','grey500','#DC3545'];_0x47ae=function(){return _0x26d97e;};return _0x47ae();}import React,{useState,useEffect}from'react';import{View,Text,StyleSheet,KeyboardAvoidingView,Platform,Keyboard}from'react-native';import{COLORS,SPACING}from'../theme';function _0x3ff4(_0x47ae91,_0x3ff476){_0x47ae91=_0x47ae91-0x0;const _0x401091=_0x47ae();let _0x36249c=_0x401091[_0x47ae91];return _0x36249c;}import _0x362be from'./EmailInput';import _0xe4e4c7 from'./GoogleButton';import _0x53ff9c from'./PrimaryButton';const VALID_TLDS=new Set([_0x3ff4(0x0),_0x3ff4(0x1),_0x3ff4(0x2),_0x3ff4(0x3),'gov',_0x3ff4(0x4),'int','io','co','ai','app',_0x3ff4(0x5),_0x3ff4(0x6),'online',_0x3ff4(0x7),'web',_0x3ff4(0x8),_0x3ff4(0x9),'me','tv','cc',_0x3ff4(0xa),'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',_0x3ff4(0xb),_0x3ff4(0xc),_0x3ff4(0xd),_0x3ff4(0xe),_0x3ff4(0xf),_0x3ff4(0x10),_0x3ff4(0x11),_0x3ff4(0x12),_0x3ff4(0x13),_0x3ff4(0x14),_0x3ff4(0x15),_0x3ff4(0x16),_0x3ff4(0x17)]),INVALID_TLDS=new Set([_0x3ff4(0x18),_0x3ff4(0x19),_0x3ff4(0x1a),_0x3ff4(0x1b),'cm',_0x3ff4(0x1c),_0x3ff4(0x1d),'om',_0x3ff4(0x1e),_0x3ff4(0x1f),_0x3ff4(0x20),_0x3ff4(0x21),'og',_0x3ff4(0x22),_0x3ff4(0x23),'rg','nte','ne',_0x3ff4(0x24),_0x3ff4(0x25),_0x3ff4(0x26),'oi',_0x3ff4(0x27),'lio','gmai',_0x3ff4(0x28),_0x3ff4(0x29),_0x3ff4(0x2a),_0x3ff4(0x2b),_0x3ff4(0x2c),_0x3ff4(0x2d),_0x3ff4(0x2e),'yahooo','yaho',_0x3ff4(0x2f),_0x3ff4(0x30),'hotmal',_0x3ff4(0x31)]),validateEmail=_0x10ea95=>{const _0x363825={'lftFg':function(_0x3c7f9c,_0x1d1c53){return _0x3c7f9c(_0x1d1c53);},'PmELS':_0x3ff4(0x32),'TAdzN':function(_0x2772a0,_0x486866){return _0x2772a0(_0x486866);},'zhbpe':_0x3ff4(0x33),'zNHjp':function(_0x51d86f,_0x5bf351){return _0x51d86f(_0x5bf351);},'jqCqX':function(_0x30e784,_0x471618){return _0x30e784(_0x471618);},'rtmVE':'Please\x20enter\x20a\x20valid\x20email\x20address','YJeQZ':function(_0x17710d,_0x861b96){return _0x17710d===_0x861b96;},'KCuGX':_0x3ff4(0x34),'vhRCk':function(_0x52638e,_0x3123da){return _0x52638e<_0x3123da;},'qeEwJ':function(_0x16ed1e,_0xc1c527){return _0x16ed1e!==_0xc1c527;},'RvFVf':_0x3ff4(0x35),'uABmZ':_0x3ff4(0x36),'vmQkA':function(_0x4eaa09,_0x5b0d26){return _0x4eaa09-_0x5b0d26;},'hlesy':function(_0xf16288,_0x528dd2){return _0xf16288>=_0x528dd2;},'UfYGr':_0x3ff4(0x18),'UAHfQ':_0x3ff4(0x19),'ZmAWx':_0x3ff4(0x1a),'WWojJ':_0x3ff4(0x1b),'NJYNB':function(_0x1fed63,_0x90aacb){return _0x1fed63===_0x90aacb;},'EVUwy':_0x3ff4(0x1e),'ARzWv':function(_0x44e3fc,_0x583868){return _0x44e3fc===_0x583868;},'IIuws':'comn','CEBNy':'\x20Did\x20you\x20mean\x20.com?','JhPea':'ogr','toSXU':function(_0x2614ea,_0x37f4e3){return _0x2614ea===_0x37f4e3;},'XmKkn':'orgg','FjZTa':_0x3ff4(0x23),'fPtMd':function(_0x158195,_0x397451){return _0x158195===_0x397451;},'DJkWo':'nte','lhIPD':function(_0x26ad94,_0x558294){return _0x26ad94===_0x558294;},'htRxq':_0x3ff4(0x37),'qXlhU':_0x3ff4(0x38),'nJIqL':_0x3ff4(0x39),'jRhPj':_0x3ff4(0x27),'FAseq':function(_0x23544b,_0x1be2c7){return _0x23544b===_0x1be2c7;},'XkGDK':_0x3ff4(0x3a),'fTIZD':function(_0x51b008,_0x3d749a){return _0x51b008===_0x3d749a;},'UupSf':_0x3ff4(0x3b),'meveD':'pemOn','BGFCa':_0x3ff4(0x3c),'iYaOr':function(_0xa0ec36,_0x32bcef){return _0xa0ec36<_0x32bcef;},'MAdNj':function(_0x42728e,_0x381dd0){return _0x42728e<=_0x381dd0;},'WHFmw':_0x3ff4(0x3d),'ScPYr':_0x3ff4(0x3e),'GSLix':'yahoo','AWGgG':'hotmail','sALco':_0x3ff4(0x3f),'icoPs':_0x3ff4(0x40),'cSoOJ':_0x3ff4(0x41),'VXiwD':_0x3ff4(0x42),'yprIx':'zoho','ZnLzF':'com','yfCwa':_0x3ff4(0x43),'NMAtn':_0x3ff4(0x44),'SpyDs':'yahoo.com.br','Ryils':_0x3ff4(0x45),'NVxdC':_0x3ff4(0x46)},_0x5cd5fd=_0x10ea95[_0x3ff4(0x47)]()[_0x3ff4(0x48)](),_0x2999c6=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;if(!_0x2999c6[_0x3ff4(0x49)](_0x5cd5fd))return _0x363825[_0x3ff4(0x4a)](_0x363825[_0x3ff4(0x4b)],_0x3ff4(0x34))?{'isValid':![],'error':_0x363825[_0x3ff4(0x4c)]}:{'isValid':![],'error':_0x3ff4(0x4d)+_0x2906d3[_0x4096c5]+'.'+_0x25c34b+'?'};const _0x5ac952=_0x5cd5fd[_0x3ff4(0x4e)]('@'),_0x417e1b=_0x5cd5fd[_0x3ff4(0x4f)](_0x5ac952+0x1),_0x43fd89=_0x417e1b[_0x3ff4(0x50)]('.');if(_0x363825[_0x3ff4(0x51)](_0x43fd89['length'],0x2)){if(_0x363825['qeEwJ'](_0x363825[_0x3ff4(0x52)],_0x363825[_0x3ff4(0x53)]))return{'isValid':![],'error':_0x363825[_0x3ff4(0x4c)]};else{const _0xc5b169=_0x363825[_0x3ff4(0x54)](_0x37c93d,_0x2eb6c3);if(!_0xc5b169['isValid']){_0xed1cd4[_0x3ff4(0x55)](_0x363825['PmELS'],_0xc5b169[_0x3ff4(0x56)]),_0x363825[_0x3ff4(0x57)](_0x86eda6,_0xc5b169[_0x3ff4(0x56)]||'Invalid\x20email\x20address');return;}_0x105b31['log'](_0x363825['zhbpe']),_0x363825[_0x3ff4(0x58)](_0x85b4fc,''),_0x363825[_0x3ff4(0x59)](_0x2c574d,_0x4969f4[_0x3ff4(0x47)]());}}const _0x20622e=_0x43fd89[_0x363825[_0x3ff4(0x5a)](_0x43fd89['length'],0x1)],_0x28f7eb=_0x363825[_0x3ff4(0x5b)](_0x43fd89[_0x3ff4(0x5c)],0x2)?_0x43fd89[_0x363825[_0x3ff4(0x5a)](_0x43fd89['length'],0x2)]+'.'+_0x20622e:'';if(INVALID_TLDS[_0x3ff4(0x5d)](_0x20622e)){let _0x54999a='';if(_0x363825[_0x3ff4(0x4a)](_0x20622e,_0x363825[_0x3ff4(0x5e)])||_0x363825['YJeQZ'](_0x20622e,_0x363825[_0x3ff4(0x5f)])||_0x363825['YJeQZ'](_0x20622e,_0x363825['ZmAWx'])||_0x363825[_0x3ff4(0x4a)](_0x20622e,_0x363825[_0x3ff4(0x60)])||_0x363825[_0x3ff4(0x4a)](_0x20622e,_0x3ff4(0x1c))||_0x363825[_0x3ff4(0x61)](_0x20622e,_0x363825[_0x3ff4(0x62)])||_0x363825[_0x3ff4(0x63)](_0x20622e,_0x363825[_0x3ff4(0x64)])||_0x20622e===_0x3ff4(0x20))_0x54999a=_0x363825[_0x3ff4(0x65)];else{if(_0x20622e===_0x363825[_0x3ff4(0x66)]||_0x363825['ARzWv'](_0x20622e,'og')||_0x363825[_0x3ff4(0x67)](_0x20622e,_0x363825['XmKkn'])||_0x20622e===_0x363825[_0x3ff4(0x68)])_0x54999a='\x20Did\x20you\x20mean\x20.org?';else{if(_0x363825[_0x3ff4(0x69)](_0x20622e,_0x363825[_0x3ff4(0x6a)])||_0x363825[_0x3ff4(0x69)](_0x20622e,'ne')||_0x363825['toSXU'](_0x20622e,_0x3ff4(0x24))||_0x363825['lhIPD'](_0x20622e,_0x3ff4(0x25)))_0x363825[_0x3ff4(0x69)](_0x363825[_0x3ff4(0x6b)],_0x363825[_0x3ff4(0x6c)])?_0x46a812=_0x3ff4(0x6d):_0x54999a=_0x363825[_0x3ff4(0x6e)];else{if(_0x363825[_0x3ff4(0x6f)](_0x20622e,'oi')||_0x363825['lhIPD'](_0x20622e,_0x363825[_0x3ff4(0x70)])||_0x363825['FAseq'](_0x20622e,_0x363825[_0x3ff4(0x71)])){if(_0x363825[_0x3ff4(0x72)](_0x363825[_0x3ff4(0x73)],_0x363825[_0x3ff4(0x74)])){_0x3cb803[_0x3ff4(0x55)](_0x3ff4(0x75)),_0x385f39('test@bypass.com');return;}else _0x54999a=_0x363825[_0x3ff4(0x76)];}}}}return{'isValid':![],'error':'Invalid\x20email\x20domain\x20(.'+_0x20622e+').'+_0x54999a};}if(_0x363825['iYaOr'](_0x20622e['length'],0x2))return{'isValid':![],'error':_0x363825[_0x3ff4(0x4c)]};const _0x373d3b=VALID_TLDS[_0x3ff4(0x5d)](_0x20622e)||VALID_TLDS[_0x3ff4(0x5d)](_0x28f7eb);if(!_0x373d3b&&_0x363825[_0x3ff4(0x77)](_0x20622e[_0x3ff4(0x5c)],0x2))return{'isValid':![],'error':'Invalid\x20email\x20domain\x20(.'+_0x20622e+_0x3ff4(0x78)};const _0xf2fbe6=_0x43fd89[_0x3ff4(0x79)](0x0,-0x1)[_0x3ff4(0x7a)]('.'),_0x26b78a={'gmai':'gmail','gmial':_0x363825[_0x3ff4(0x7b)],'gmil':_0x3ff4(0x3d),'gmal':_0x3ff4(0x3d),'gamil':_0x363825[_0x3ff4(0x7b)],'outlok':_0x363825[_0x3ff4(0x7c)],'outloo':_0x363825[_0x3ff4(0x7c)],'outlokk':_0x3ff4(0x3e),'yahooo':_0x3ff4(0x7d),'yaho':_0x363825[_0x3ff4(0x7e)],'yhoo':'yahoo','hotmai':_0x363825['AWGgG'],'hotmal':_0x363825[_0x3ff4(0x7f)],'hotmial':_0x363825['AWGgG'],'iclod':_0x3ff4(0x3f),'iclould':_0x363825[_0x3ff4(0x80)]};if(_0x26b78a[_0xf2fbe6])return _0x363825['icoPs']!==_0x363825['cSoOJ']?{'isValid':![],'error':'Did\x20you\x20mean\x20'+_0x26b78a[_0xf2fbe6]+'.'+_0x20622e+'?'}:{'isValid':![],'error':_0x363825[_0x3ff4(0x4c)]};const _0x48ee82=[_0x363825[_0x3ff4(0x7b)],_0x3ff4(0x7d),_0x3ff4(0x81),_0x363825['ScPYr'],_0x3ff4(0x3f),_0x3ff4(0x82),_0x363825['VXiwD'],_0x363825['yprIx']],_0x5850b4={'gmail':_0x363825['ZnLzF'],'yahoo':_0x3ff4(0x0),'hotmail':'com','outlook':_0x363825[_0x3ff4(0x83)],'icloud':_0x363825[_0x3ff4(0x83)],'aol':_0x363825[_0x3ff4(0x83)],'protonmail':_0x3ff4(0x0),'zoho':_0x363825[_0x3ff4(0x83)]};if(_0x48ee82['includes'](_0xf2fbe6)&&_0x20622e!==_0x5850b4[_0xf2fbe6]){const _0x6e3679=[_0x363825[_0x3ff4(0x84)],_0x363825[_0x3ff4(0x85)],_0x363825[_0x3ff4(0x86)],_0x3ff4(0x87),_0x363825[_0x3ff4(0x88)],_0x363825[_0x3ff4(0x89)],_0x3ff4(0x8a)],_0x4660e7=_0xf2fbe6+'.'+_0x20622e;if(!_0x6e3679[_0x3ff4(0x8b)](_0x4660e7))return{'isValid':![],'error':_0x3ff4(0x4d)+_0xf2fbe6+'.'+_0x5850b4[_0xf2fbe6]+'?'};}return{'isValid':!![]};},SignInStep=({onEmailSubmit:_0x3617e1,onGoogleSignIn:_0x25c16d,onContinue:_0x3cc790,loading:loading=![],error:error='',initialEmail:initialEmail=''})=>{const _0x140fe9={'fgYTX':function(_0xdf7216,_0x5f22ef){return _0xdf7216(_0x5f22ef);},'EQPvE':function(_0x5eee62,_0x1e7225){return _0x5eee62===_0x1e7225;},'lVdex':_0x3ff4(0x8c),'nDGaF':'🔍\x20Reviewer\x20bypass\x20detected\x20in\x20new\x20UI','IzjiS':'reviewer@bypass.com','XekXU':_0x3ff4(0x8d),'inWuP':function(_0x9a54fa,_0x4bd075){return _0x9a54fa(_0x4bd075);},'KrMvd':_0x3ff4(0x32),'AsdLv':_0x3ff4(0x8e),'HAMKG':function(_0x1ccc55,_0x41d5f6){return _0x1ccc55===_0x41d5f6;},'zxHtM':_0x3ff4(0x8f),'jYCKV':function(_0x1c1dba,_0x260a01){return _0x1c1dba(_0x260a01);},'AhfCh':function(_0x568836,_0x120c2f,_0xfb740a){return _0x568836(_0x120c2f,_0xfb740a);},'oBAPj':function(_0x3382e6,_0x189acd){return _0x3382e6===_0x189acd;},'vDKiU':_0x3ff4(0x90),'qhBAa':_0x3ff4(0x91),'VfnEV':_0x3ff4(0x92),'AKiyE':_0x3ff4(0x93),'jJAPG':'done','ZwGIw':_0x3ff4(0x94),'Lgdka':_0x3ff4(0x95),'JPyUk':function(_0x5b8ab4,_0x344d48){return _0x5b8ab4||_0x344d48;},'eijTi':'Continue'},[_0x58147e,_0xfbc5d]=_0x140fe9[_0x3ff4(0x96)](useState,initialEmail),[_0x4eb3e1,_0x5ac228]=_0x140fe9[_0x3ff4(0x97)](useState,![]),[_0x360ac8,_0x4ab965]=_0x140fe9['jYCKV'](useState,''),_0x120b25=_0x390ed0=>{_0x140fe9['fgYTX'](_0xfbc5d,_0x390ed0),_0x360ac8&&_0x140fe9['fgYTX'](_0x4ab965,'');},_0x5f57ad=()=>{if(_0x140fe9[_0x3ff4(0x98)](_0x58147e['toLowerCase']()['trim'](),_0x140fe9[_0x3ff4(0x99)])){console['log'](_0x140fe9[_0x3ff4(0x9a)]),_0x140fe9[_0x3ff4(0x9b)](_0x3617e1,_0x140fe9['IzjiS']);return;}if(_0x140fe9[_0x3ff4(0x98)](_0x58147e[_0x3ff4(0x48)]()[_0x3ff4(0x47)](),_0x3ff4(0x49))){console[_0x3ff4(0x55)](_0x3ff4(0x75)),_0x3617e1(_0x140fe9[_0x3ff4(0x9c)]);return;}if(_0x58147e[_0x3ff4(0x47)]()){const _0x5c074d=_0x140fe9[_0x3ff4(0x97)](validateEmail,_0x58147e);if(!_0x5c074d[_0x3ff4(0x9d)]){console[_0x3ff4(0x55)](_0x140fe9[_0x3ff4(0x9e)],_0x5c074d['error']),_0x140fe9[_0x3ff4(0x9b)](_0x4ab965,_0x5c074d['error']||_0x140fe9[_0x3ff4(0x9f)]);return;}console[_0x3ff4(0x55)](_0x3ff4(0x33)),_0x140fe9['fgYTX'](_0x4ab965,''),_0x3617e1(_0x58147e[_0x3ff4(0x47)]());}};return _0x140fe9[_0x3ff4(0xa0)](useEffect,()=>{const _0x274ccd={'lgKLl':function(_0x436ae1,_0x1fe908){return _0x140fe9['HAMKG'](_0x436ae1,_0x1fe908);},'OtglC':function(_0x5de147,_0x2261bd){return _0x140fe9[_0x3ff4(0xa1)](_0x5de147,_0x2261bd);}},_0x369ea6=Keyboard[_0x3ff4(0xa2)](_0x3ff4(0xa3),()=>_0x5ac228(!![])),_0x4c3f7b=Keyboard[_0x3ff4(0xa2)](_0x140fe9[_0x3ff4(0xa4)],()=>_0x5ac228(![]));return()=>{_0x274ccd[_0x3ff4(0xa5)](_0x4c3f7b,null)||_0x274ccd[_0x3ff4(0xa5)](_0x4c3f7b,void 0x0)||_0x4c3f7b[_0x3ff4(0xa6)](),_0x274ccd['lgKLl'](_0x369ea6,null)||_0x274ccd[_0x3ff4(0xa7)](_0x369ea6,void 0x0)||_0x369ea6[_0x3ff4(0xa6)]();};},[]),React[_0x3ff4(0xa8)](KeyboardAvoidingView,{'behavior':_0x140fe9[_0x3ff4(0xa9)](Platform['OS'],_0x3ff4(0xaa))?_0x140fe9['vDKiU']:_0x140fe9[_0x3ff4(0xab)],'style':styles[_0x3ff4(0xac)]},React[_0x3ff4(0xa8)](View,{'style':styles[_0x3ff4(0xad)]},React[_0x3ff4(0xa8)](View,{'style':styles['headingContainer']},React[_0x3ff4(0xa8)](Text,{'style':styles[_0x3ff4(0xae)]},_0x140fe9[_0x3ff4(0xaf)]),React[_0x3ff4(0xa8)](Text,{'style':styles[_0x3ff4(0xb0)]},_0x140fe9[_0x3ff4(0xb1)])),React[_0x3ff4(0xa8)](View,{'style':styles[_0x3ff4(0xb2)]},React[_0x3ff4(0xa8)](_0x362be,{'value':_0x58147e,'onChangeText':_0x120b25,'onSubmitEditing':_0x5f57ad,'returnKeyType':_0x140fe9[_0x3ff4(0xb3)],'blurOnSubmit':!![],'placeholder':_0x140fe9['ZwGIw'],'placeholderTextColor':_0x140fe9[_0x3ff4(0xb4)]}),_0x140fe9[_0x3ff4(0xb5)](_0x360ac8,error)?React[_0x3ff4(0xa8)](Text,{'style':styles['errorText']},_0x360ac8||error):null),React['createElement'](View,{'style':styles[_0x3ff4(0xb6)]},React[_0x3ff4(0xa8)](View,{'style':styles[_0x3ff4(0xb7)]}),React[_0x3ff4(0xa8)](Text,{'style':styles[_0x3ff4(0xb8)]},'Or'),React[_0x3ff4(0xa8)](View,{'style':styles[_0x3ff4(0xb7)]})),React[_0x3ff4(0xa8)](View,{'style':styles[_0x3ff4(0xb9)]},React[_0x3ff4(0xa8)](_0xe4e4c7,{'onPress':_0x25c16d,'disabled':loading})),React[_0x3ff4(0xa8)](View,{'style':styles['spacer']}),React[_0x3ff4(0xa8)](View,{'style':styles['continueContainer']},React[_0x3ff4(0xa8)](_0x53ff9c,{'label':_0x140fe9[_0x3ff4(0xba)],'onPress':_0x5f57ad,'disabled':loading||!_0x58147e['trim'](),'loading':loading}))));},styles=StyleSheet[_0x3ff4(0xbb)]({'container':{'flex':0x1},'content':{'flex':0x1,'paddingTop':0x18,'paddingHorizontal':0x18},'headingContainer':{'width':'100%','marginBottom':0x16,'paddingHorizontal':0x0},'title':{'fontFamily':'IBM\x20Plex\x20Sans','fontWeight':_0x3ff4(0xbc),'fontSize':0x18,'lineHeight':0x20,'color':COLORS[_0x3ff4(0xbd)],'textAlign':_0x3ff4(0xbe),'marginBottom':SPACING['sm']},'subtitle':{'fontFamily':_0x3ff4(0xbf),'fontWeight':_0x3ff4(0xc0),'fontSize':0x10,'lineHeight':0x18,'color':COLORS[_0x3ff4(0xc1)],'textAlign':_0x3ff4(0xbe)},'inputContainer':{'marginBottom':0x20,'paddingHorizontal':0x0},'dividerContainer':{'flexDirection':_0x3ff4(0xc2),'alignItems':_0x3ff4(0xc3),'marginBottom':0x20,'paddingHorizontal':0x0},'dividerLine':{'flex':0x1,'height':0x1,'backgroundColor':_0x3ff4(0xc4)},'dividerText':{'paddingHorizontal':SPACING['md'],'fontSize':0xe,'fontFamily':'Inter','fontWeight':_0x3ff4(0xc0),'color':COLORS[_0x3ff4(0xc5)]},'googleContainer':{'marginBottom':SPACING['xl'],'paddingHorizontal':0x0},'spacer':{'flex':0x1,'minHeight':0x14},'continueContainer':{'paddingBottom':SPACING['xl'],'paddingHorizontal':0x0},'errorText':{'fontSize':0xe,'fontFamily':_0x3ff4(0xbf),'fontWeight':_0x3ff4(0xc0),'color':_0x3ff4(0xc6),'marginTop':0x8,'textAlign':_0x3ff4(0xbe)}});export{SignInStep};export default SignInStep;
1
+ import React,{useState,useEffect}from'react';import{View,Text,StyleSheet,KeyboardAvoidingView,Platform,Keyboard}from'react-native';import{COLORS,SPACING}from'../theme';function _0x19be(_0x33bb6f,_0x19be85){_0x33bb6f=_0x33bb6f-0x0;const _0x5d0ecd=_0x33bb();let _0x4e3dfd=_0x5d0ecd[_0x33bb6f];return _0x4e3dfd;}import _0xce5a99 from'./EmailInput';import _0x44485f from'./GoogleButton';import _0xc286d8 from'./PrimaryButton';const VALID_TLDS=new Set(['com','org','net',_0x19be(0x0),'gov',_0x19be(0x1),_0x19be(0x2),'io','co','ai',_0x19be(0x3),_0x19be(0x4),_0x19be(0x5),_0x19be(0x6),_0x19be(0x7),_0x19be(0x8),'info',_0x19be(0x9),'me','tv','cc',_0x19be(0xa),'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',_0x19be(0xb),'com.au',_0x19be(0xc),'co.za','com.br',_0x19be(0xd),_0x19be(0xe),_0x19be(0xf),_0x19be(0x10),_0x19be(0x11),'gov.uk','ac.uk',_0x19be(0x12)]),INVALID_TLDS=new Set([_0x19be(0x13),_0x19be(0x14),_0x19be(0x15),_0x19be(0x16),'cm',_0x19be(0x17),_0x19be(0x18),'om','comm','comn',_0x19be(0x19),'ogr','og',_0x19be(0x1a),_0x19be(0x1b),'rg',_0x19be(0x1c),'ne',_0x19be(0x1d),_0x19be(0x1e),'bet','oi',_0x19be(0x1f),'lio',_0x19be(0x20),_0x19be(0x21),'gmil','gmal','gamil',_0x19be(0x22),_0x19be(0x23),_0x19be(0x24),_0x19be(0x25),_0x19be(0x26),_0x19be(0x27),_0x19be(0x28),_0x19be(0x29),'hotmial']),validateEmail=_0x4c313f=>{const _0x1435e8={'BFweR':'Please\x20enter\x20a\x20valid\x20email\x20address','zvOOO':_0x19be(0x2a),'CPyge':function(_0x5c2a8c,_0x469d7a){return _0x5c2a8c+_0x469d7a;},'myeLM':function(_0x5057e1,_0x2277db){return _0x5057e1<_0x2277db;},'ZOFli':_0x19be(0x2b),'CpHFO':function(_0x5d40f3,_0x501571){return _0x5d40f3>=_0x501571;},'kUbdR':function(_0x1e8c96,_0x4e2661){return _0x1e8c96-_0x4e2661;},'FyiNl':_0x19be(0x13),'uueCz':function(_0x3c0873,_0x2a8e96){return _0x3c0873===_0x2a8e96;},'wODlU':'vom','UFXlc':function(_0x26d0d6,_0xc00386){return _0x26d0d6===_0xc00386;},'lRfLC':_0x19be(0x16),'USGLd':'cpm','dGKpM':function(_0x3473c3,_0x5dc434){return _0x3473c3===_0x5dc434;},'xjJOe':function(_0x14a75c,_0x2767f4){return _0x14a75c===_0x2767f4;},'fbCHh':'copm','TGiud':function(_0x46053d,_0x3477f9){return _0x46053d===_0x3477f9;},'clTVW':'ogr','amwNY':_0x19be(0x1a),'shGJh':function(_0xc5f05a,_0x2aed99){return _0xc5f05a===_0x2aed99;},'RocPx':'rog','VRncR':function(_0x4cbb79,_0x37d89f){return _0x4cbb79===_0x37d89f;},'QsbiA':'nte','hseYN':function(_0x324bfa,_0x587747){return _0x324bfa===_0x587747;},'ngiYb':_0x19be(0x2c),'SFCNo':'ioo','OCuCz':_0x19be(0x2d),'wtxrx':function(_0x5d2d46,_0x8dffe0){return _0x5d2d46!==_0x8dffe0;},'SAVuT':'guShS','qyoNs':_0x19be(0x2e),'kgeiY':'\x20Did\x20you\x20mean\x20.io?','iOjvb':function(_0x309be2,_0x14305f){return _0x309be2<=_0x14305f;},'MEqQG':_0x19be(0x2f),'WhQUK':_0x19be(0x30),'vPXqP':_0x19be(0x31),'DfNOf':_0x19be(0x32),'HTEza':_0x19be(0x33),'ivTjX':'wQRJd','cWrtP':_0x19be(0x34),'fNZyY':_0x19be(0x35),'oKUFy':'com','zMUiy':function(_0x5b1ad5,_0x4f2f81){return _0x5b1ad5!==_0x4f2f81;},'XmyHj':_0x19be(0x36),'IISgz':_0x19be(0x37),'Zkkga':_0x19be(0x38),'FshyO':_0x19be(0x39),'dHEHh':_0x19be(0x3a),'JlPRb':_0x19be(0x3b),'jTnFI':function(_0x4234da,_0xb914b7){return _0x4234da!==_0xb914b7;},'mJDNH':_0x19be(0x3c)},_0x4b6ac2=_0x4c313f['trim']()[_0x19be(0x3d)](),_0x364cd6=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;if(!_0x364cd6[_0x19be(0x3e)](_0x4b6ac2))return{'isValid':![],'error':_0x1435e8[_0x19be(0x3f)]};const _0x483b94=_0x4b6ac2[_0x19be(0x40)]('@'),_0x135c20=_0x4b6ac2[_0x19be(0x41)](_0x1435e8[_0x19be(0x42)](_0x483b94,0x1)),_0x282c11=_0x135c20[_0x19be(0x43)]('.');if(_0x1435e8[_0x19be(0x44)](_0x282c11['length'],0x2))return'RLmMs'===_0x1435e8[_0x19be(0x45)]?{'isValid':![],'error':_0x1435e8['BFweR']}:{'isValid':![],'error':_0x1435e8[_0x19be(0x3f)]};const _0x1048ff=_0x282c11[_0x282c11[_0x19be(0x46)]-0x1],_0x349004=_0x1435e8[_0x19be(0x47)](_0x282c11[_0x19be(0x46)],0x2)?_0x282c11[_0x1435e8[_0x19be(0x48)](_0x282c11[_0x19be(0x46)],0x2)]+'.'+_0x1048ff:'';if(INVALID_TLDS['has'](_0x1048ff)){let _0x391e2c='';if(_0x1048ff===_0x1435e8[_0x19be(0x49)]||_0x1435e8[_0x19be(0x4a)](_0x1048ff,_0x19be(0x14))||_0x1435e8['uueCz'](_0x1048ff,_0x1435e8['wODlU'])||_0x1435e8[_0x19be(0x4b)](_0x1048ff,_0x1435e8[_0x19be(0x4c)])||_0x1048ff===_0x1435e8['USGLd']||_0x1435e8['dGKpM'](_0x1048ff,_0x19be(0x4d))||_0x1435e8['dGKpM'](_0x1048ff,_0x19be(0x4e))||_0x1435e8[_0x19be(0x4f)](_0x1048ff,_0x1435e8[_0x19be(0x50)]))_0x391e2c=_0x19be(0x51);else{if(_0x1435e8[_0x19be(0x52)](_0x1048ff,_0x1435e8['clTVW'])||_0x1048ff==='og'||_0x1435e8[_0x19be(0x4a)](_0x1048ff,_0x1435e8[_0x19be(0x53)])||_0x1435e8[_0x19be(0x54)](_0x1048ff,_0x1435e8['RocPx']))_0x391e2c=_0x1435e8[_0x19be(0x55)];else{if(_0x1435e8[_0x19be(0x56)](_0x1048ff,_0x1435e8['QsbiA'])||_0x1435e8[_0x19be(0x57)](_0x1048ff,'ne')||_0x1435e8['shGJh'](_0x1048ff,_0x19be(0x1d))||_0x1435e8[_0x19be(0x57)](_0x1048ff,_0x19be(0x1e)))_0x391e2c=_0x1435e8[_0x19be(0x58)];else{if(_0x1435e8['UFXlc'](_0x1048ff,'oi')||_0x1435e8[_0x19be(0x56)](_0x1048ff,_0x1435e8[_0x19be(0x59)])||_0x1435e8[_0x19be(0x54)](_0x1048ff,_0x1435e8[_0x19be(0x5a)])){if(_0x1435e8[_0x19be(0x5b)](_0x1435e8[_0x19be(0x5c)],_0x1435e8['qyoNs']))_0x391e2c=_0x1435e8[_0x19be(0x5d)];else return{'isValid':![],'error':_0x1435e8[_0x19be(0x3f)]};}}}}return{'isValid':![],'error':_0x19be(0x5e)+_0x1048ff+').'+_0x391e2c};}if(_0x1048ff[_0x19be(0x46)]<0x2)return{'isValid':![],'error':_0x1435e8[_0x19be(0x3f)]};const _0x12cf8a=VALID_TLDS[_0x19be(0x5f)](_0x1048ff)||VALID_TLDS['has'](_0x349004);if(!_0x12cf8a&&_0x1435e8[_0x19be(0x60)](_0x1048ff['length'],0x2))return{'isValid':![],'error':_0x19be(0x5e)+_0x1048ff+_0x19be(0x61)};const _0xbc8ffa=_0x282c11[_0x19be(0x62)](0x0,-0x1)[_0x19be(0x63)]('.'),_0x5c329b={'gmai':_0x1435e8[_0x19be(0x64)],'gmial':'gmail','gmil':_0x1435e8['MEqQG'],'gmal':_0x19be(0x2f),'gamil':_0x1435e8[_0x19be(0x64)],'outlok':'outlook','outloo':_0x1435e8[_0x19be(0x65)],'outlokk':_0x1435e8['WhQUK'],'yahooo':_0x1435e8[_0x19be(0x66)],'yaho':_0x1435e8['vPXqP'],'yhoo':_0x1435e8[_0x19be(0x66)],'hotmai':_0x1435e8[_0x19be(0x67)],'hotmal':_0x1435e8[_0x19be(0x67)],'hotmial':_0x1435e8['DfNOf'],'iclod':_0x1435e8[_0x19be(0x68)],'iclould':_0x19be(0x33)};if(_0x5c329b[_0xbc8ffa])return _0x1435e8[_0x19be(0x69)]===_0x19be(0x6a)?{'isValid':![],'error':_0x19be(0x6b)+_0x431c90[_0x2c6465]+'.'+_0x7227f7+'?'}:{'isValid':![],'error':'Did\x20you\x20mean\x20'+_0x5c329b[_0xbc8ffa]+'.'+_0x1048ff+'?'};const _0x245f72=[_0x19be(0x2f),_0x1435e8['vPXqP'],_0x19be(0x32),_0x19be(0x30),_0x1435e8[_0x19be(0x68)],_0x19be(0x6c),_0x1435e8[_0x19be(0x6d)],_0x1435e8[_0x19be(0x6e)]],_0xd90f63={'gmail':_0x1435e8[_0x19be(0x6f)],'yahoo':_0x1435e8[_0x19be(0x6f)],'hotmail':'com','outlook':_0x1435e8[_0x19be(0x6f)],'icloud':_0x19be(0x70),'aol':_0x1435e8[_0x19be(0x6f)],'protonmail':_0x1435e8[_0x19be(0x6f)],'zoho':_0x19be(0x70)};if(_0x245f72[_0x19be(0x71)](_0xbc8ffa)&&_0x1435e8[_0x19be(0x72)](_0x1048ff,_0xd90f63[_0xbc8ffa])){if(_0x1435e8[_0x19be(0x73)]===_0x1435e8['XmyHj']){const _0x402f10=[_0x19be(0x74),_0x1435e8[_0x19be(0x75)],_0x1435e8[_0x19be(0x76)],_0x1435e8[_0x19be(0x77)],_0x19be(0x78),_0x1435e8[_0x19be(0x79)],_0x1435e8[_0x19be(0x7a)]],_0x1ac341=_0xbc8ffa+'.'+_0x1048ff;if(!_0x402f10[_0x19be(0x71)](_0x1ac341)){if(_0x1435e8['jTnFI']('lwEXb',_0x1435e8[_0x19be(0x7b)]))_0x3bc1a1=_0x1435e8['zvOOO'];else return{'isValid':![],'error':'Did\x20you\x20mean\x20'+_0xbc8ffa+'.'+_0xd90f63[_0xbc8ffa]+'?'};}}else return{'isValid':![],'error':_0x1435e8[_0x19be(0x3f)]};}return{'isValid':!![]};},SignInStep=({onEmailSubmit:_0x52271b,onGoogleSignIn:_0xb136e1,onContinue:_0x4f138b,loading:loading=![],error:error='',initialEmail:initialEmail=''})=>{const _0xa4b1e3={'pUjah':_0x19be(0x7c),'fSjPb':function(_0x41f1ed,_0x448434){return _0x41f1ed(_0x448434);},'mKFlQ':'reviewer@bypass.com','AZJGF':function(_0x2f2516,_0x132400){return _0x2f2516!==_0x132400;},'Aaaef':function(_0x54b864,_0x2fc5b9){return _0x54b864===_0x2fc5b9;},'JhDpI':_0x19be(0x7d),'CZHrw':function(_0x3d4aad,_0x32f02c){return _0x3d4aad===_0x32f02c;},'mjbxN':_0x19be(0x3e),'YdCQu':_0x19be(0x7e),'ccLhT':_0x19be(0x7f),'ZiuGb':_0x19be(0x80),'OGXdZ':function(_0x1f870c,_0x33eede){return _0x1f870c(_0x33eede);},'qArhH':_0x19be(0x81),'FKLpH':function(_0x33589f,_0x560c50){return _0x33589f(_0x560c50);},'wMGNz':_0x19be(0x82),'HnOVX':_0x19be(0x83),'LkkUl':'sTvaC','NZggV':function(_0x365328,_0x27cf45){return _0x365328(_0x27cf45);},'JfkPg':function(_0x55cb07,_0x19c850){return _0x55cb07===_0x19c850;},'YiYsS':_0x19be(0x84),'MMEQy':_0x19be(0x85),'cphij':_0x19be(0x86),'UnCJo':'Sign\x20in\x20or\x20create\x20an\x20account','knDWZ':_0x19be(0x87),'yJKZE':_0x19be(0x88),'EqtuU':_0x19be(0x89),'jyCWP':function(_0x45c2ac,_0x28a716){return _0x45c2ac||_0x28a716;},'njXRH':function(_0x6afe3e,_0x22ac14){return _0x6afe3e||_0x22ac14;},'jEwiK':_0x19be(0x8a)},[_0x39fb0f,_0x3178f3]=_0xa4b1e3[_0x19be(0x8b)](useState,initialEmail),[_0x418b1d,_0x41659a]=useState(![]),[_0x357d0e,_0x2c5752]=_0xa4b1e3[_0x19be(0x8b)](useState,''),_0x427812=_0x31c146=>{_0x3178f3(_0x31c146);if(_0x357d0e){if(_0xa4b1e3['AZJGF'](_0x19be(0x8c),_0x19be(0x8c))){_0x3c5911[_0x19be(0x8d)](_0xa4b1e3[_0x19be(0x8e)]),_0xa4b1e3[_0x19be(0x8f)](_0x35879c,_0xa4b1e3[_0x19be(0x90)]);return;}else _0xa4b1e3['fSjPb'](_0x2c5752,'');}},_0x2b38d8=()=>{const _0x5b94ae={'ohJxJ':function(_0x5667fd,_0xe083f3){return _0x5667fd(_0xe083f3);}};if(_0xa4b1e3[_0x19be(0x91)](_0x39fb0f[_0x19be(0x3d)]()[_0x19be(0x92)](),_0xa4b1e3[_0x19be(0x93)])){console[_0x19be(0x8d)](_0xa4b1e3[_0x19be(0x8e)]),_0xa4b1e3[_0x19be(0x8f)](_0x52271b,_0xa4b1e3[_0x19be(0x90)]);return;}if(_0xa4b1e3['CZHrw'](_0x39fb0f[_0x19be(0x3d)]()['trim'](),_0xa4b1e3[_0x19be(0x94)])){console['log'](_0xa4b1e3[_0x19be(0x95)]),_0xa4b1e3['fSjPb'](_0x52271b,_0xa4b1e3['ccLhT']);return;}if(_0x39fb0f[_0x19be(0x92)]()){if('EjAUU'===_0xa4b1e3[_0x19be(0x96)])_0x5b94ae['ohJxJ'](_0x5bcb70,'');else{const _0x18dce7=_0xa4b1e3[_0x19be(0x97)](validateEmail,_0x39fb0f);if(!_0x18dce7[_0x19be(0x98)]){console[_0x19be(0x8d)](_0xa4b1e3['qArhH'],_0x18dce7[_0x19be(0x99)]),_0xa4b1e3[_0x19be(0x9a)](_0x2c5752,_0x18dce7['error']||_0xa4b1e3['wMGNz']);return;}console['log'](_0xa4b1e3['HnOVX']),_0xa4b1e3['FKLpH'](_0x2c5752,''),_0xa4b1e3['fSjPb'](_0x52271b,_0x39fb0f[_0x19be(0x92)]());}}};return useEffect(()=>{const _0x66c192=Keyboard[_0x19be(0x9b)](_0x19be(0x9c),()=>_0x41659a(!![])),_0x1db35b=Keyboard[_0x19be(0x9b)]('keyboardDidHide',()=>_0x41659a(![]));return()=>{if(_0xa4b1e3[_0x19be(0x9d)]===_0xa4b1e3['LkkUl'])_0xa4b1e3[_0x19be(0x9e)](_0x1db35b,null)||_0xa4b1e3[_0x19be(0x91)](_0x1db35b,void 0x0)||_0x1db35b[_0x19be(0x9f)](),_0xa4b1e3[_0x19be(0x9e)](_0x66c192,null)||_0x66c192===void 0x0||_0x66c192[_0x19be(0x9f)]();else return{'isValid':![],'error':_0x19be(0x6b)+_0x317667+'.'+_0x4b39cc[_0x21b8c7]+'?'};};},[]),React['createElement'](KeyboardAvoidingView,{'behavior':_0xa4b1e3['JfkPg'](Platform['OS'],_0xa4b1e3[_0x19be(0xa0)])?_0x19be(0xa1):_0xa4b1e3['MMEQy'],'style':styles[_0x19be(0xa2)]},React[_0x19be(0xa3)](View,{'style':styles[_0x19be(0xa4)]},React[_0x19be(0xa3)](View,{'style':styles[_0x19be(0xa5)]},React[_0x19be(0xa3)](Text,{'style':styles[_0x19be(0xa6)]},_0xa4b1e3[_0x19be(0xa7)]),React[_0x19be(0xa3)](Text,{'style':styles[_0x19be(0xa8)]},_0xa4b1e3[_0x19be(0xa9)])),React[_0x19be(0xa3)](View,{'style':styles['inputContainer']},React[_0x19be(0xa3)](_0xce5a99,{'value':_0x39fb0f,'onChangeText':_0x427812,'onSubmitEditing':_0x2b38d8,'returnKeyType':_0xa4b1e3[_0x19be(0xaa)],'blurOnSubmit':!![],'placeholder':_0xa4b1e3['yJKZE'],'placeholderTextColor':_0xa4b1e3['EqtuU']}),_0xa4b1e3[_0x19be(0xab)](_0x357d0e,error)?React[_0x19be(0xa3)](Text,{'style':styles[_0x19be(0xac)]},_0xa4b1e3[_0x19be(0xad)](_0x357d0e,error)):null),React[_0x19be(0xa3)](View,{'style':styles['dividerContainer']},React[_0x19be(0xa3)](View,{'style':styles['dividerLine']}),React[_0x19be(0xa3)](Text,{'style':styles[_0x19be(0xae)]},'Or'),React[_0x19be(0xa3)](View,{'style':styles['dividerLine']})),React[_0x19be(0xa3)](View,{'style':styles['googleContainer']},React[_0x19be(0xa3)](_0x44485f,{'onPress':_0xb136e1,'disabled':loading})),React['createElement'](View,{'style':styles[_0x19be(0xaf)]}),React[_0x19be(0xa3)](View,{'style':styles[_0x19be(0xb0)]},React[_0x19be(0xa3)](_0xc286d8,{'label':_0xa4b1e3[_0x19be(0xb1)],'onPress':_0x2b38d8,'disabled':loading||!_0x39fb0f[_0x19be(0x92)](),'loading':loading}))));},styles=StyleSheet[_0x19be(0xb2)]({'container':{'flex':0x1},'content':{'flex':0x1,'paddingTop':0x18,'paddingHorizontal':0x18},'headingContainer':{'width':_0x19be(0xb3),'marginBottom':0x16,'paddingHorizontal':0x0},'title':{'fontFamily':_0x19be(0xb4),'fontWeight':'700','fontSize':0x18,'lineHeight':0x20,'color':COLORS[_0x19be(0xb5)],'textAlign':'left','marginBottom':SPACING['sm']},'subtitle':{'fontFamily':_0x19be(0xb6),'fontWeight':'400','fontSize':0x10,'lineHeight':0x18,'color':COLORS['grey600'],'textAlign':_0x19be(0xb7)},'inputContainer':{'marginBottom':0x20,'paddingHorizontal':0x0},'dividerContainer':{'flexDirection':_0x19be(0xb8),'alignItems':_0x19be(0xb9),'marginBottom':0x20,'paddingHorizontal':0x0},'dividerLine':{'flex':0x1,'height':0x1,'backgroundColor':_0x19be(0xba)},'dividerText':{'paddingHorizontal':SPACING['md'],'fontSize':0xe,'fontFamily':'Inter','fontWeight':_0x19be(0xbb),'color':COLORS[_0x19be(0xbc)]},'googleContainer':{'marginBottom':SPACING['xl'],'paddingHorizontal':0x0},'spacer':{'flex':0x1,'minHeight':0x14},'continueContainer':{'paddingBottom':SPACING['xl'],'paddingHorizontal':0x0},'errorText':{'fontSize':0xe,'fontFamily':_0x19be(0xb6),'fontWeight':_0x19be(0xbb),'color':_0x19be(0xbd),'marginTop':0x8,'textAlign':_0x19be(0xb7)}});function _0x33bb(){const _0x18a0b7=['edu','mil','int','app','dev','tech','online','site','web','biz','xyz','co.uk','co.nz','co.jp','co.kr','co.in','org.uk','net.au','edu.au','con','cmo','vom','ocm','cpm','ckm','copm','orgg','rog','nte','nett','ent','ioo','gmai','gmial','outlok','outloo','outlokk','yahooo','yaho','yhoo','hotmai','hotmal','\x20Did\x20you\x20mean\x20.org?','RLmMs','\x20Did\x20you\x20mean\x20.net?','lio','YgyhR','gmail','outlook','yahoo','hotmail','icloud','protonmail','zoho','BgVgg','yahoo.co.jp','yahoo.com.br','yahoo.com.au','hotmail.co.uk','hotmail.co.jp','lwEXb','toLowerCase','test','BFweR','lastIndexOf','substring','CPyge','split','myeLM','ZOFli','length','CpHFO','kUbdR','FyiNl','uueCz','UFXlc','lRfLC','comm','comn','xjJOe','fbCHh','\x20Did\x20you\x20mean\x20.com?','TGiud','amwNY','shGJh','zvOOO','VRncR','hseYN','ngiYb','SFCNo','OCuCz','wtxrx','SAVuT','kgeiY','Invalid\x20email\x20domain\x20(.','has','iOjvb',').\x20Please\x20check\x20your\x20email.','slice','join','MEqQG','WhQUK','vPXqP','DfNOf','HTEza','ivTjX','rbKMW','Did\x20you\x20mean\x20','aol','cWrtP','fNZyY','oKUFy','com','includes','zMUiy','XmyHj','yahoo.co.uk','IISgz','Zkkga','FshyO','outlook.co.uk','dHEHh','JlPRb','mJDNH','🔍\x20Reviewer\x20bypass\x20detected\x20in\x20new\x20UI','reviewer','🧪\x20Test\x20bypass\x20detected\x20-\x20skipping\x20to\x20verification\x20screen','test@bypass.com','zKkmE','❌\x20Email\x20validation\x20failed:','Invalid\x20email\x20address','✅\x20Email\x20validation\x20passed','ios','height','Build\x20your\x20Onairos\x20persona\x20to\x20own\x20your\x20digital\x20identity','done','Your\x20email','#9CA3AF','Continue','NZggV','XfeeR','log','pUjah','fSjPb','mKFlQ','Aaaef','trim','JhDpI','mjbxN','YdCQu','ZiuGb','OGXdZ','isValid','error','FKLpH','addListener','keyboardDidShow','LkkUl','CZHrw','remove','YiYsS','padding','container','createElement','content','headingContainer','title','cphij','subtitle','UnCJo','knDWZ','jyCWP','errorText','njXRH','dividerText','spacer','continueContainer','jEwiK','create','100%','IBM\x20Plex\x20Sans','grey800','Inter','left','row','center','#E5E5E5','400','grey500','#DC3545'];_0x33bb=function(){return _0x18a0b7;};return _0x33bb();}export{SignInStep};export default SignInStep;