@onairos/react-native 3.7.0 โ†’ 3.7.1

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 (232) hide show
  1. package/lib/commonjs/api/index.js +1 -1
  2. package/lib/commonjs/assets/icons/netflix.png +0 -0
  3. package/lib/commonjs/assets/images/netflix.png +0 -0
  4. package/lib/commonjs/components/BodyText.js +1 -1
  5. package/lib/commonjs/components/BrandMark.js +1 -1
  6. package/lib/commonjs/components/CodeInput.js +1 -1
  7. package/lib/commonjs/components/EmailInput.js +1 -1
  8. package/lib/commonjs/components/GoogleButton.js +1 -1
  9. package/lib/commonjs/components/HeadingGroup.js +1 -1
  10. package/lib/commonjs/components/LLMDataInputModal.js +1 -1
  11. package/lib/commonjs/components/ModalHeader.js +1 -1
  12. package/lib/commonjs/components/ModalSheet.js +1 -1
  13. package/lib/commonjs/components/Onairos.js +1 -1
  14. package/lib/commonjs/components/OnairosButton.js +1 -1
  15. package/lib/commonjs/components/OnairosSignInButton.js +1 -1
  16. package/lib/commonjs/components/Overlay.js +1 -1
  17. package/lib/commonjs/components/PersonaImage.js +1 -1
  18. package/lib/commonjs/components/PersonaLoadingScreen.js +1 -1
  19. package/lib/commonjs/components/PersonalizationConsentScreen.js +1 -1
  20. package/lib/commonjs/components/PinCreationScreen.js +1 -1
  21. package/lib/commonjs/components/PinInput.js +1 -1
  22. package/lib/commonjs/components/PlatformConnectorsStep.js +1 -1
  23. package/lib/commonjs/components/PlatformList.js +1 -1
  24. package/lib/commonjs/components/PlatformToggle.js +1 -1
  25. package/lib/commonjs/components/PrimaryButton.js +1 -1
  26. package/lib/commonjs/components/SignInMatchAnimation.js +1 -1
  27. package/lib/commonjs/components/SignInStep.js +1 -1
  28. package/lib/commonjs/components/UniversalOnboarding.js +1 -1
  29. package/lib/commonjs/components/VerificationStep.js +1 -1
  30. package/lib/commonjs/components/WelcomeScreen.js +1 -1
  31. package/lib/commonjs/components/icons/Basicproficon.js +1 -1
  32. package/lib/commonjs/components/icons/Basicprofile.js +1 -1
  33. package/lib/commonjs/components/icons/Checkbox.js +1 -1
  34. package/lib/commonjs/components/icons/Checkmark.js +1 -1
  35. package/lib/commonjs/components/icons/Contentanalysis.js +1 -1
  36. package/lib/commonjs/components/icons/Contenticon.js +1 -1
  37. package/lib/commonjs/components/icons/EnochE.js +1 -1
  38. package/lib/commonjs/components/icons/Personalityicon.js +1 -1
  39. package/lib/commonjs/components/icons/Personalityprofile.js +1 -1
  40. package/lib/commonjs/components/icons/Personalitytraits.js +1 -1
  41. package/lib/commonjs/components/icons/Userpreferences.js +1 -1
  42. package/lib/commonjs/components/icons/index.js +1 -1
  43. package/lib/commonjs/components/onboarding/OAuthWebView.js +1 -1
  44. package/lib/commonjs/components/onboarding/OnboardingHeader.js +1 -1
  45. package/lib/commonjs/components/onboarding/PinInput.js +1 -1
  46. package/lib/commonjs/components/onboarding/PlatformConnector.js +1 -1
  47. package/lib/commonjs/config/api.js +1 -1
  48. package/lib/commonjs/constants/index.js +1 -1
  49. package/lib/commonjs/context/AuthContext.js +1 -1
  50. package/lib/commonjs/hooks/useConnectedAccounts.js +1 -1
  51. package/lib/commonjs/hooks/useConnections.js +1 -1
  52. package/lib/commonjs/hooks/useCredentials.js +1 -1
  53. package/lib/commonjs/hooks/useUserConnections.js +1 -1
  54. package/lib/commonjs/index.js +1 -1
  55. package/lib/commonjs/services/apiClient.js +1 -1
  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/netflixDataExtractor.js +1 -1
  75. package/lib/commonjs/services/netflixDataService.js +1 -1
  76. package/lib/commonjs/services/pinEncryptionService.js +1 -1
  77. package/lib/commonjs/services/pinStorageUtils.js +1 -1
  78. package/lib/commonjs/services/platformAuthService.js +1 -1
  79. package/lib/commonjs/services/sephoraDataExtractor.js +1 -1
  80. package/lib/commonjs/services/sephoraDataService.js +1 -1
  81. package/lib/commonjs/services/spotifyDataExtractor.js +1 -1
  82. package/lib/commonjs/services/spotifyDataService.js +1 -1
  83. package/lib/commonjs/services/storageService.js +1 -1
  84. package/lib/commonjs/services/telegramDataExtractor.js +1 -1
  85. package/lib/commonjs/services/telegramDataService.js +1 -1
  86. package/lib/commonjs/services/trainingApiHelpers.js +1 -1
  87. package/lib/commonjs/services/userConnectionsService.js +1 -1
  88. package/lib/commonjs/services/youtubeMigrationService.js +1 -1
  89. package/lib/commonjs/theme/index.js +1 -1
  90. package/lib/commonjs/types/index.js +1 -1
  91. package/lib/commonjs/types.js +1 -1
  92. package/lib/commonjs/utils/Portal.js +1 -1
  93. package/lib/commonjs/utils/api.js +1 -1
  94. package/lib/commonjs/utils/assetRegistry.js +1 -1
  95. package/lib/commonjs/utils/auth.js +1 -1
  96. package/lib/commonjs/utils/connectorTests.js +1 -1
  97. package/lib/commonjs/utils/crypto.js +1 -1
  98. package/lib/commonjs/utils/debugHelper.js +1 -1
  99. package/lib/commonjs/utils/encryption.js +1 -1
  100. package/lib/commonjs/utils/eventUtils.js +1 -1
  101. package/lib/commonjs/utils/haptics.js +1 -1
  102. package/lib/commonjs/utils/imagePreloader.js +1 -1
  103. package/lib/commonjs/utils/networkDiagnostics.js +1 -1
  104. package/lib/commonjs/utils/onairosApi.js +1 -1
  105. package/lib/commonjs/utils/programmaticFlow.js +1 -1
  106. package/lib/commonjs/utils/retryHelper.js +1 -1
  107. package/lib/commonjs/utils/secureStorage.js +1 -1
  108. package/lib/commonjs/utils/webviewScripts/chatgpt.js +1 -1
  109. package/lib/commonjs/utils/webviewScripts/claude.js +1 -1
  110. package/lib/commonjs/utils/webviewScripts/hinge.js +1 -1
  111. package/lib/commonjs/utils/webviewScripts/index.js +1 -1
  112. package/lib/commonjs/utils/webviewScripts/instagram.js +1 -1
  113. package/lib/commonjs/utils/webviewScripts/linkedin.js +1 -1
  114. package/lib/commonjs/utils/webviewScripts/netflix.js +1 -1
  115. package/lib/commonjs/utils/webviewScripts/sephora.js +1 -1
  116. package/lib/commonjs/utils/webviewScripts/spotify.js +1 -1
  117. package/lib/commonjs/utils/webviewScripts/telegram.js +1 -1
  118. package/lib/module/api/index.js +1 -1
  119. package/lib/module/assets/icons/netflix.png +0 -0
  120. package/lib/module/assets/images/netflix.png +0 -0
  121. package/lib/module/components/BodyText.js +1 -1
  122. package/lib/module/components/BrandMark.js +1 -1
  123. package/lib/module/components/CodeInput.js +1 -1
  124. package/lib/module/components/EmailInput.js +1 -1
  125. package/lib/module/components/GoogleButton.js +1 -1
  126. package/lib/module/components/HeadingGroup.js +1 -1
  127. package/lib/module/components/LLMDataInputModal.js +1 -1
  128. package/lib/module/components/ModalHeader.js +1 -1
  129. package/lib/module/components/ModalSheet.js +1 -1
  130. package/lib/module/components/Onairos.js +1 -1
  131. package/lib/module/components/OnairosButton.js +1 -1
  132. package/lib/module/components/OnairosSignInButton.js +1 -1
  133. package/lib/module/components/Overlay.js +1 -1
  134. package/lib/module/components/PersonaImage.js +1 -1
  135. package/lib/module/components/PersonaLoadingScreen.js +1 -1
  136. package/lib/module/components/PersonalizationConsentScreen.js +1 -1
  137. package/lib/module/components/PinCreationScreen.js +1 -1
  138. package/lib/module/components/PinInput.js +1 -1
  139. package/lib/module/components/PlatformConnectorsStep.js +1 -1
  140. package/lib/module/components/PlatformList.js +1 -1
  141. package/lib/module/components/PlatformToggle.js +1 -1
  142. package/lib/module/components/PrimaryButton.js +1 -1
  143. package/lib/module/components/SignInMatchAnimation.js +1 -1
  144. package/lib/module/components/SignInStep.js +1 -1
  145. package/lib/module/components/UniversalOnboarding.js +1 -1
  146. package/lib/module/components/VerificationStep.js +1 -1
  147. package/lib/module/components/WelcomeScreen.js +1 -1
  148. package/lib/module/components/icons/Basicproficon.js +1 -1
  149. package/lib/module/components/icons/Basicprofile.js +1 -1
  150. package/lib/module/components/icons/Checkbox.js +1 -1
  151. package/lib/module/components/icons/Checkmark.js +1 -1
  152. package/lib/module/components/icons/Contentanalysis.js +1 -1
  153. package/lib/module/components/icons/Contenticon.js +1 -1
  154. package/lib/module/components/icons/EnochE.js +1 -1
  155. package/lib/module/components/icons/Personalityicon.js +1 -1
  156. package/lib/module/components/icons/Personalityprofile.js +1 -1
  157. package/lib/module/components/icons/Personalitytraits.js +1 -1
  158. package/lib/module/components/icons/Userpreferences.js +1 -1
  159. package/lib/module/components/onboarding/OAuthWebView.js +1 -1
  160. package/lib/module/components/onboarding/OnboardingHeader.js +1 -1
  161. package/lib/module/components/onboarding/PinInput.js +1 -1
  162. package/lib/module/components/onboarding/PlatformConnector.js +1 -1
  163. package/lib/module/config/api.js +1 -1
  164. package/lib/module/constants/index.js +1 -1
  165. package/lib/module/context/AuthContext.js +1 -1
  166. package/lib/module/hooks/useConnectedAccounts.js +1 -1
  167. package/lib/module/hooks/useConnections.js +1 -1
  168. package/lib/module/hooks/useCredentials.js +1 -1
  169. package/lib/module/hooks/useUserConnections.js +1 -1
  170. package/lib/module/index.js +1 -1
  171. package/lib/module/services/apiClient.js +1 -1
  172. package/lib/module/services/biometricPinService.js +1 -1
  173. package/lib/module/services/chatGPTConversationExtractor.js +1 -1
  174. package/lib/module/services/chatGPTConversationService.js +1 -1
  175. package/lib/module/services/claudeConversationExtractor.js +1 -1
  176. package/lib/module/services/claudeConversationService.js +1 -1
  177. package/lib/module/services/connectedAccountsService.js +1 -1
  178. package/lib/module/services/googleAuthService.js +1 -1
  179. package/lib/module/services/hingeDataExtractor.js +1 -1
  180. package/lib/module/services/hingeDataService.js +1 -1
  181. package/lib/module/services/imageCompressionService.js +1 -1
  182. package/lib/module/services/instagramDataExtractor.js +1 -1
  183. package/lib/module/services/instagramDataService.js +1 -1
  184. package/lib/module/services/jwtStorageService.js +1 -1
  185. package/lib/module/services/linkedinDOMExtractor.js +1 -1
  186. package/lib/module/services/linkedinProfileService.js +1 -1
  187. package/lib/module/services/linkedinScrapingService.js +1 -1
  188. package/lib/module/services/llmDataStorage.js +1 -1
  189. package/lib/module/services/mobileTrainingService.js +1 -1
  190. package/lib/module/services/netflixDataExtractor.js +1 -1
  191. package/lib/module/services/netflixDataService.js +1 -1
  192. package/lib/module/services/pinEncryptionService.js +1 -1
  193. package/lib/module/services/pinStorageUtils.js +1 -1
  194. package/lib/module/services/platformAuthService.js +1 -1
  195. package/lib/module/services/sephoraDataExtractor.js +1 -1
  196. package/lib/module/services/sephoraDataService.js +1 -1
  197. package/lib/module/services/spotifyDataExtractor.js +1 -1
  198. package/lib/module/services/spotifyDataService.js +1 -1
  199. package/lib/module/services/storageService.js +1 -1
  200. package/lib/module/services/telegramDataExtractor.js +1 -1
  201. package/lib/module/services/telegramDataService.js +1 -1
  202. package/lib/module/services/trainingApiHelpers.js +1 -1
  203. package/lib/module/services/userConnectionsService.js +1 -1
  204. package/lib/module/services/youtubeMigrationService.js +1 -1
  205. package/lib/module/theme/index.js +1 -1
  206. package/lib/module/types.js +1 -1
  207. package/lib/module/utils/Portal.js +1 -1
  208. package/lib/module/utils/api.js +1 -1
  209. package/lib/module/utils/assetRegistry.js +1 -1
  210. package/lib/module/utils/auth.js +1 -1
  211. package/lib/module/utils/connectorTests.js +1 -1
  212. package/lib/module/utils/crypto.js +1 -1
  213. package/lib/module/utils/debugHelper.js +1 -1
  214. package/lib/module/utils/encryption.js +1 -1
  215. package/lib/module/utils/eventUtils.js +1 -1
  216. package/lib/module/utils/haptics.js +1 -1
  217. package/lib/module/utils/networkDiagnostics.js +1 -1
  218. package/lib/module/utils/onairosApi.js +1 -1
  219. package/lib/module/utils/programmaticFlow.js +1 -1
  220. package/lib/module/utils/retryHelper.js +1 -1
  221. package/lib/module/utils/secureStorage.js +1 -1
  222. package/lib/module/utils/webviewScripts/chatgpt.js +1 -1
  223. package/lib/module/utils/webviewScripts/claude.js +1 -1
  224. package/lib/module/utils/webviewScripts/hinge.js +1 -1
  225. package/lib/module/utils/webviewScripts/index.js +1 -1
  226. package/lib/module/utils/webviewScripts/instagram.js +1 -1
  227. package/lib/module/utils/webviewScripts/linkedin.js +1 -1
  228. package/lib/module/utils/webviewScripts/netflix.js +1 -1
  229. package/lib/module/utils/webviewScripts/sephora.js +1 -1
  230. package/lib/module/utils/webviewScripts/spotify.js +1 -1
  231. package/lib/module/utils/webviewScripts/telegram.js +1 -1
  232. package/package.json +1 -1
@@ -1 +1 @@
1
- import React from'react';function _0x2f78(_0x3e889d,_0x2f78e5){_0x3e889d=_0x3e889d-0x0;const _0x35a02b=_0x3e88();let _0xb6f40e=_0x35a02b[_0x3e889d];return _0xb6f40e;}import{View,Text,TouchableOpacity,Image,StyleSheet,Switch,Platform}from'react-native';import{COLORS}from'../theme';function _0x3e88(){const _0x4c84af=['contain','#E5E5E5','#4CD964','ios','#FFFFFF','compactContainer','createElement','zifKR','borderBottom','leftContent','icon','MUiRw','compactIcon','QcPOh','textContent','compactPlatformName','platformName','TsHOc','descriptionBox','fullWidthDescription','description','create','center','space-between','surface','row','#F5F5F5','600','Inter','grey800','400','grey600'];_0x3e88=function(){return _0x4c84af;};return _0x3e88();}const PlatformToggle=({platform:_0x46cdab,isEnabled:_0x207a71,onToggle:_0x367e2b,compact:compact=![],isLast:isLast=![],fullWidth:fullWidth=![],customIconSize:_0xa04807,onLongPress:_0x5c9931,onPressOut:_0x57558d})=>{const _0x2d64f2={'zifKR':function(_0x3379bd,_0x12d872){return _0x3379bd&&_0x12d872;},'FzonA':function(_0x57a645,_0xcbb7c1){return _0x57a645-_0xcbb7c1;},'MUiRw':function(_0x6f1081,_0x428b30){return _0x6f1081-_0x428b30;},'QcPOh':_0x2f78(0x0),'QmawD':_0x2f78(0x1),'yljke':_0x2f78(0x2),'TsHOc':_0x2f78(0x3),'CSlJB':_0x2f78(0x4)},_0xe1179b=()=>{_0x367e2b(_0x46cdab['id'],!_0x207a71);},_0x5e5371=fullWidth?styles['fullWidthContainer']:compact?styles[_0x2f78(0x5)]:styles['container'];return React[_0x2f78(0x6)](TouchableOpacity,{'style':[_0x5e5371,_0x2d64f2[_0x2f78(0x7)](!isLast,compact)&&styles[_0x2f78(0x8)]],'onLongPress':_0x5c9931,'onPressOut':_0x57558d,'activeOpacity':_0x5c9931?0.7:0x1,'disabled':!_0x5c9931},React[_0x2f78(0x6)](View,{'style':styles['topRow']},React[_0x2f78(0x6)](View,{'style':styles[_0x2f78(0x9)]},React[_0x2f78(0x6)](Image,{'source':_0x46cdab[_0x2f78(0xa)],'style':_0xa04807?{'width':_0xa04807,'height':_0xa04807,'marginRight':_0x2d64f2['FzonA'](0xc,_0x2d64f2[_0x2f78(0xb)](_0xa04807,0x1c))}:fullWidth?styles[_0x2f78(0xc)]:compact?styles['compactIcon']:styles[_0x2f78(0xa)],'resizeMode':_0x2d64f2[_0x2f78(0xd)]}),React[_0x2f78(0x6)](View,{'style':styles[_0x2f78(0xe)]},React[_0x2f78(0x6)](Text,{'style':fullWidth?styles[_0x2f78(0xf)]:compact?styles[_0x2f78(0xf)]:styles[_0x2f78(0x10)]},_0x46cdab['name']))),React['createElement'](Switch,{'value':_0x207a71,'onValueChange':_0xe1179b,'trackColor':{'false':_0x2d64f2['QmawD'],'true':_0x2d64f2['yljke']},'thumbColor':Platform['OS']===_0x2d64f2[_0x2f78(0x11)]?undefined:_0x207a71?_0x2f78(0x4):_0x2d64f2['CSlJB'],'ios_backgroundColor':_0x2f78(0x1),'style':compact?styles['compactSwitch']:undefined})),fullWidth&&React['createElement'](View,{'style':styles[_0x2f78(0x12)]},React['createElement'](Text,{'style':styles[_0x2f78(0x13)]},_0x46cdab[_0x2f78(0x14)])),!fullWidth&&React[_0x2f78(0x6)](Text,{'style':compact?styles['compactDescription']:styles[_0x2f78(0x14)]},_0x46cdab[_0x2f78(0x14)]));},styles=StyleSheet[_0x2f78(0x15)]({'container':{'flexDirection':'row','alignItems':_0x2f78(0x16),'justifyContent':_0x2f78(0x17),'paddingVertical':0x10,'paddingHorizontal':0x10,'backgroundColor':COLORS[_0x2f78(0x18)],'borderRadius':0xc,'marginBottom':0xc,'borderWidth':0x1,'borderColor':_0x2f78(0x1)},'compactContainer':{'flexDirection':_0x2f78(0x19),'alignItems':_0x2f78(0x16),'justifyContent':_0x2f78(0x17),'paddingVertical':0x10,'paddingHorizontal':0x10,'backgroundColor':COLORS[_0x2f78(0x18)]},'fullWidthContainer':{'flexDirection':'column','paddingVertical':0x8,'paddingHorizontal':0x2,'backgroundColor':COLORS[_0x2f78(0x18)],'marginBottom':0x4,'marginHorizontal':0x0},'topRow':{'flexDirection':'row','alignItems':'center','justifyContent':_0x2f78(0x17),'marginBottom':0x4},'descriptionBox':{'backgroundColor':_0x2f78(0x1a),'borderRadius':0x8,'paddingVertical':0x8,'paddingHorizontal':0x4,'marginTop':0x2},'borderBottom':{'borderBottomWidth':0x1,'borderBottomColor':'#E5E5E5'},'leftContent':{'flexDirection':_0x2f78(0x19),'alignItems':'center','flex':0x1},'icon':{'width':0x20,'height':0x20,'marginRight':0xc},'compactIcon':{'width':0x1c,'height':0x1c,'marginRight':0xc},'textContent':{'flex':0x1},'platformName':{'fontSize':0x10,'fontFamily':'Inter','fontWeight':_0x2f78(0x1b),'color':COLORS['grey800'],'marginBottom':0x2},'compactPlatformName':{'fontSize':0x10,'fontFamily':_0x2f78(0x1c),'fontWeight':_0x2f78(0x1b),'color':COLORS[_0x2f78(0x1d)],'marginBottom':0x2},'description':{'fontSize':0xe,'fontFamily':'Inter','fontWeight':_0x2f78(0x1e),'color':COLORS[_0x2f78(0x1f)],'lineHeight':0x14},'compactDescription':{'fontSize':0xc,'fontFamily':_0x2f78(0x1c),'fontWeight':_0x2f78(0x1e),'color':COLORS['grey600'],'lineHeight':0x10},'fullWidthDescription':{'fontSize':0xd,'fontFamily':_0x2f78(0x1c),'fontWeight':'400','color':COLORS[_0x2f78(0x1f)],'lineHeight':0x12},'compactSwitch':{'transform':[{'scaleX':0.9},{'scaleY':0.9}]}});export default PlatformToggle;
1
+ function _0x4672(_0x5cc5f5,_0x4672bc){_0x5cc5f5=_0x5cc5f5-0x0;const _0x219119=_0x5cc5();let _0x2a7f93=_0x219119[_0x5cc5f5];return _0x2a7f93;}import React from'react';import{View,Text,TouchableOpacity,Image,StyleSheet,Switch,Platform}from'react-native';function _0x5cc5(){const _0x2d1c36=['contain','#E5E5E5','ios','#FFFFFF','FJelA','fullWidthContainer','container','createElement','VDrVx','leftContent','compactIcon','kzYBb','textContent','compactPlatformName','name','FtuKI','awIRh','oJAQR','cmAiZ','fullWidthDescription','description','compactDescription','create','center','space-between','surface','row','#F5F5F5','Inter','grey800','600','400','grey600'];_0x5cc5=function(){return _0x2d1c36;};return _0x5cc5();}import{COLORS}from'../theme';const PlatformToggle=({platform:_0x3c5d8c,isEnabled:_0x1387af,onToggle:_0x20ae44,compact:compact=![],isLast:isLast=![],fullWidth:fullWidth=![],customIconSize:_0x53d981,onLongPress:_0x2b4798,onPressOut:_0x297e57})=>{const _0x82bb55={'FJelA':function(_0x354794,_0x426168,_0x5f146b){return _0x354794(_0x426168,_0x5f146b);},'VDrVx':function(_0x3e206e,_0x218915){return _0x3e206e&&_0x218915;},'GIxGl':function(_0x2b4b12,_0xf4dc7e){return _0x2b4b12-_0xf4dc7e;},'kzYBb':_0x4672(0x0),'FtuKI':_0x4672(0x1),'awIRh':function(_0x2d06d6,_0x1f37d2){return _0x2d06d6===_0x1f37d2;},'oJAQR':_0x4672(0x2),'cmAiZ':_0x4672(0x3)},_0xd5539d=()=>{_0x82bb55[_0x4672(0x4)](_0x20ae44,_0x3c5d8c['id'],!_0x1387af);},_0x4ffba8=fullWidth?styles[_0x4672(0x5)]:compact?styles['compactContainer']:styles[_0x4672(0x6)];return React[_0x4672(0x7)](TouchableOpacity,{'style':[_0x4ffba8,_0x82bb55[_0x4672(0x8)](!isLast,compact)&&styles['borderBottom']],'onLongPress':_0x2b4798,'onPressOut':_0x297e57,'activeOpacity':_0x2b4798?0.7:0x1,'disabled':!_0x2b4798},React[_0x4672(0x7)](View,{'style':styles['topRow']},React[_0x4672(0x7)](View,{'style':styles[_0x4672(0x9)]},React[_0x4672(0x7)](Image,{'source':_0x3c5d8c['icon'],'style':_0x53d981?{'width':_0x53d981,'height':_0x53d981,'marginRight':_0x82bb55['GIxGl'](0xc,_0x53d981-0x1c)}:fullWidth?styles[_0x4672(0xa)]:compact?styles[_0x4672(0xa)]:styles['icon'],'resizeMode':_0x82bb55[_0x4672(0xb)]}),React[_0x4672(0x7)](View,{'style':styles[_0x4672(0xc)]},React['createElement'](Text,{'style':fullWidth?styles[_0x4672(0xd)]:compact?styles['compactPlatformName']:styles['platformName']},_0x3c5d8c[_0x4672(0xe)]))),React[_0x4672(0x7)](Switch,{'value':_0x1387af,'onValueChange':_0xd5539d,'trackColor':{'false':_0x82bb55[_0x4672(0xf)],'true':'#4CD964'},'thumbColor':_0x82bb55[_0x4672(0x10)](Platform['OS'],_0x82bb55[_0x4672(0x11)])?undefined:_0x1387af?_0x82bb55[_0x4672(0x12)]:_0x82bb55[_0x4672(0x12)],'ios_backgroundColor':_0x82bb55['FtuKI'],'style':compact?styles['compactSwitch']:undefined})),fullWidth&&React['createElement'](View,{'style':styles['descriptionBox']},React[_0x4672(0x7)](Text,{'style':styles[_0x4672(0x13)]},_0x3c5d8c[_0x4672(0x14)])),!fullWidth&&React[_0x4672(0x7)](Text,{'style':compact?styles[_0x4672(0x15)]:styles[_0x4672(0x14)]},_0x3c5d8c[_0x4672(0x14)]));},styles=StyleSheet[_0x4672(0x16)]({'container':{'flexDirection':'row','alignItems':_0x4672(0x17),'justifyContent':_0x4672(0x18),'paddingVertical':0x10,'paddingHorizontal':0x10,'backgroundColor':COLORS[_0x4672(0x19)],'borderRadius':0xc,'marginBottom':0xc,'borderWidth':0x1,'borderColor':_0x4672(0x1)},'compactContainer':{'flexDirection':_0x4672(0x1a),'alignItems':'center','justifyContent':_0x4672(0x18),'paddingVertical':0x10,'paddingHorizontal':0x10,'backgroundColor':COLORS['surface']},'fullWidthContainer':{'flexDirection':'column','paddingVertical':0x8,'paddingHorizontal':0x2,'backgroundColor':COLORS[_0x4672(0x19)],'marginBottom':0x4,'marginHorizontal':0x0},'topRow':{'flexDirection':_0x4672(0x1a),'alignItems':'center','justifyContent':'space-between','marginBottom':0x4},'descriptionBox':{'backgroundColor':_0x4672(0x1b),'borderRadius':0x8,'paddingVertical':0x8,'paddingHorizontal':0x4,'marginTop':0x2},'borderBottom':{'borderBottomWidth':0x1,'borderBottomColor':_0x4672(0x1)},'leftContent':{'flexDirection':_0x4672(0x1a),'alignItems':_0x4672(0x17),'flex':0x1},'icon':{'width':0x20,'height':0x20,'marginRight':0xc},'compactIcon':{'width':0x1c,'height':0x1c,'marginRight':0xc},'textContent':{'flex':0x1},'platformName':{'fontSize':0x10,'fontFamily':_0x4672(0x1c),'fontWeight':'600','color':COLORS[_0x4672(0x1d)],'marginBottom':0x2},'compactPlatformName':{'fontSize':0x10,'fontFamily':'Inter','fontWeight':_0x4672(0x1e),'color':COLORS[_0x4672(0x1d)],'marginBottom':0x2},'description':{'fontSize':0xe,'fontFamily':_0x4672(0x1c),'fontWeight':_0x4672(0x1f),'color':COLORS['grey600'],'lineHeight':0x14},'compactDescription':{'fontSize':0xc,'fontFamily':'Inter','fontWeight':_0x4672(0x1f),'color':COLORS[_0x4672(0x20)],'lineHeight':0x10},'fullWidthDescription':{'fontSize':0xd,'fontFamily':'Inter','fontWeight':_0x4672(0x1f),'color':COLORS[_0x4672(0x20)],'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 _0x49793a from'react-native-linear-gradient';function _0x1d43(){const _0x33ebea=['createElement','usSTH','iconCircleGradientStart','iconCircleGradientEnd','absoluteFill','Get\x20Started','giOtx','outerPill','outerShadow','disabled','button','btnGradEnd','baseGradient','pressedOverlay','textContainer','btnLabel','small','create','btnBorder','hidden','100%','relative','#000000','absoluteFillObject','rgba(0,0,0,0.1)','absolute','center','transparent','Inter','600'];_0x1d43=function(){return _0x33ebea;};return _0x1d43();}import{COLORS}from'../theme';const IconCircle=({size:size=0x28,children:_0x3e868a})=>{const _0x4245eb={'usSTH':function(_0x3b5dca,_0x348e0a){return _0x3b5dca/_0x348e0a;}};return React[_0x526c(0x0)](View,{'style':[styles['iconCircle'],{'width':size,'height':size,'borderRadius':_0x4245eb[_0x526c(0x1)](size,0x2)}]},React[_0x526c(0x0)](_0x49793a,{'colors':[COLORS[_0x526c(0x2)],COLORS[_0x526c(0x3)]],'style':[StyleSheet[_0x526c(0x4)],{'borderRadius':_0x4245eb[_0x526c(0x1)](size,0x2)}],'start':{'x':0x0,'y':0x0},'end':{'x':0x0,'y':0x1}}),React['createElement'](View,{'style':styles['iconContent']},_0x3e868a||React[_0x526c(0x0)](Text,{'style':styles['arrowText']},'โ†’')));},PrimaryButton=({label:label=_0x526c(0x5),onPress:_0x2b8399,iconRight:_0x56bd39,loading:loading=![],disabled:disabled=![],testID:_0x46b249,style:_0x2bb0bc,textStyle:_0xb753c1})=>{const _0x496144={'giOtx':function(_0x1185aa,_0x6209e8){return _0x1185aa(_0x6209e8);}},[_0x5e0168,_0x480c47]=_0x496144[_0x526c(0x6)](useState,![]),_0x2d3834=()=>_0x480c47(!![]),_0x3513ea=()=>_0x480c47(![]);return React[_0x526c(0x0)](TouchableOpacity,{'style':[styles[_0x526c(0x7)],!disabled&&styles[_0x526c(0x8)],disabled&&styles[_0x526c(0x9)],_0x2bb0bc],'onPress':_0x2b8399,'onPressIn':_0x2d3834,'onPressOut':_0x3513ea,'disabled':disabled||loading,'activeOpacity':0x1,'testID':_0x46b249,'accessibilityLabel':label,'accessibilityRole':_0x526c(0xa)},React[_0x526c(0x0)](_0x49793a,{'colors':[COLORS['btnGradStart'],COLORS[_0x526c(0xb)]],'style':styles[_0x526c(0xc)],'start':{'x':0x0,'y':0x0},'end':{'x':0x0,'y':0x1}}),_0x5e0168&&React[_0x526c(0x0)](View,{'style':styles[_0x526c(0xd)]}),React[_0x526c(0x0)](View,{'style':styles[_0x526c(0xe)]},loading?React['createElement'](ActivityIndicator,{'color':COLORS[_0x526c(0xf)],'size':_0x526c(0x10)}):React['createElement'](Text,{'style':[styles['label'],_0xb753c1]},label)),React[_0x526c(0x0)](View,{'style':styles['iconPosition']},!loading&&(_0x56bd39||React['createElement'](IconCircle,null))));},styles=StyleSheet[_0x526c(0x11)]({'outerPill':{'height':0x30,'borderRadius':0x64,'borderWidth':0x1,'borderColor':COLORS[_0x526c(0x12)],'overflow':_0x526c(0x13),'width':_0x526c(0x14),'position':_0x526c(0x15)},'outerShadow':{'shadowColor':_0x526c(0x16),'shadowOffset':{'width':0x14,'height':0x1e},'shadowOpacity':0.1,'shadowRadius':0x28,'elevation':0x8},'disabled':{'opacity':0.65,'shadowOpacity':0x0,'elevation':0x0},'baseGradient':{...StyleSheet[_0x526c(0x17)],'borderRadius':0x64},'pressedOverlay':{...StyleSheet['absoluteFillObject'],'backgroundColor':_0x526c(0x18),'borderRadius':0x64},'textContainer':{'position':_0x526c(0x19),'left':0x0,'right':0x0,'top':0x0,'bottom':0x0,'justifyContent':'center','alignItems':_0x526c(0x1a),'backgroundColor':'transparent'},'iconPosition':{'position':_0x526c(0x19),'right':0x4,'top':0x4,'bottom':0x4,'width':0x28,'justifyContent':_0x526c(0x1a),'alignItems':_0x526c(0x1a),'backgroundColor':_0x526c(0x1b)},'label':{'fontFamily':_0x526c(0x1c),'fontWeight':_0x526c(0x1d),'fontSize':0x10,'color':COLORS['btnLabel'],'textAlign':_0x526c(0x1a),'backgroundColor':_0x526c(0x1b)},'iconCircle':{'justifyContent':_0x526c(0x1a),'alignItems':_0x526c(0x1a),'borderWidth':0x1,'borderColor':'rgba(0,0,0,0.25)'},'iconContent':{'justifyContent':_0x526c(0x1a),'alignItems':_0x526c(0x1a),'backgroundColor':_0x526c(0x1b)},'arrowText':{'fontSize':0x14,'color':COLORS[_0x526c(0xf)],'fontWeight':_0x526c(0x1d),'opacity':0.95,'backgroundColor':_0x526c(0x1b)}});export{IconCircle};function _0x526c(_0x1d43d3,_0x526c07){_0x1d43d3=_0x1d43d3-0x0;const _0x1a52ac=_0x1d43();let _0x30d0ea=_0x1a52ac[_0x1d43d3];return _0x30d0ea;}export{PrimaryButton};export default PrimaryButton;
1
+ import React,{useState}from'react';import{View,Text,TouchableOpacity,StyleSheet,ActivityIndicator}from'react-native';function _0x83fc(_0x1d004a,_0x83fc34){_0x1d004a=_0x1d004a-0x0;const _0x3e0092=_0x1d00();let _0x446d02=_0x3e0092[_0x1d004a];return _0x446d02;}import _0x38fb2d from'react-native-linear-gradient';import{COLORS}from'../theme';const IconCircle=({size:size=0x28,children:_0x1bc2ab})=>{return React[_0x83fc(0x0)](View,{'style':[styles[_0x83fc(0x1)],{'width':size,'height':size,'borderRadius':size/0x2}]},React[_0x83fc(0x0)](_0x38fb2d,{'colors':[COLORS[_0x83fc(0x2)],COLORS['iconCircleGradientEnd']],'style':[StyleSheet['absoluteFill'],{'borderRadius':size/0x2}],'start':{'x':0x0,'y':0x0},'end':{'x':0x0,'y':0x1}}),React[_0x83fc(0x0)](View,{'style':styles['iconContent']},_0x1bc2ab||React[_0x83fc(0x0)](Text,{'style':styles[_0x83fc(0x3)]},'โ†’')));},PrimaryButton=({label:label=_0x83fc(0x4),onPress:_0x2d0955,iconRight:_0x152d6e,loading:loading=![],disabled:disabled=![],testID:_0x3e3572,style:_0x43474a,textStyle:_0x403419})=>{const _0x6b929b={'dzQBo':function(_0x30e51e,_0x15b8d4){return _0x30e51e(_0x15b8d4);},'tZIHm':function(_0x3a9af0,_0x5ba9dc){return _0x3a9af0||_0x5ba9dc;},'oMAne':'button','TSvcq':_0x83fc(0x5)},[_0x5ec1d6,_0x541a51]=_0x6b929b[_0x83fc(0x6)](useState,![]),_0x1786e2=()=>_0x541a51(!![]),_0x40b97f=()=>_0x541a51(![]);return React[_0x83fc(0x0)](TouchableOpacity,{'style':[styles['outerPill'],!disabled&&styles[_0x83fc(0x7)],disabled&&styles['disabled'],_0x43474a],'onPress':_0x2d0955,'onPressIn':_0x1786e2,'onPressOut':_0x40b97f,'disabled':_0x6b929b['tZIHm'](disabled,loading),'activeOpacity':0x1,'testID':_0x3e3572,'accessibilityLabel':label,'accessibilityRole':_0x6b929b['oMAne']},React[_0x83fc(0x0)](_0x38fb2d,{'colors':[COLORS[_0x83fc(0x8)],COLORS[_0x83fc(0x9)]],'style':styles[_0x83fc(0xa)],'start':{'x':0x0,'y':0x0},'end':{'x':0x0,'y':0x1}}),_0x5ec1d6&&React[_0x83fc(0x0)](View,{'style':styles['pressedOverlay']}),React['createElement'](View,{'style':styles['textContainer']},loading?React[_0x83fc(0x0)](ActivityIndicator,{'color':COLORS[_0x83fc(0xb)],'size':_0x6b929b[_0x83fc(0xc)]}):React[_0x83fc(0x0)](Text,{'style':[styles['label'],_0x403419]},label)),React[_0x83fc(0x0)](View,{'style':styles[_0x83fc(0xd)]},!loading&&(_0x152d6e||React[_0x83fc(0x0)](IconCircle,null))));},styles=StyleSheet[_0x83fc(0xe)]({'outerPill':{'height':0x30,'borderRadius':0x64,'borderWidth':0x1,'borderColor':COLORS[_0x83fc(0xf)],'overflow':_0x83fc(0x10),'width':_0x83fc(0x11),'position':_0x83fc(0x12)},'outerShadow':{'shadowColor':_0x83fc(0x13),'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['absoluteFillObject'],'backgroundColor':_0x83fc(0x14),'borderRadius':0x64},'textContainer':{'position':_0x83fc(0x15),'left':0x0,'right':0x0,'top':0x0,'bottom':0x0,'justifyContent':_0x83fc(0x16),'alignItems':_0x83fc(0x16),'backgroundColor':_0x83fc(0x17)},'iconPosition':{'position':_0x83fc(0x15),'right':0x4,'top':0x4,'bottom':0x4,'width':0x28,'justifyContent':_0x83fc(0x16),'alignItems':_0x83fc(0x16),'backgroundColor':_0x83fc(0x17)},'label':{'fontFamily':_0x83fc(0x18),'fontWeight':_0x83fc(0x19),'fontSize':0x10,'color':COLORS['btnLabel'],'textAlign':_0x83fc(0x16),'backgroundColor':_0x83fc(0x17)},'iconCircle':{'justifyContent':_0x83fc(0x16),'alignItems':'center','borderWidth':0x1,'borderColor':_0x83fc(0x1a)},'iconContent':{'justifyContent':_0x83fc(0x16),'alignItems':'center','backgroundColor':_0x83fc(0x17)},'arrowText':{'fontSize':0x14,'color':COLORS['btnLabel'],'fontWeight':_0x83fc(0x19),'opacity':0.95,'backgroundColor':_0x83fc(0x17)}});export{IconCircle};function _0x1d00(){const _0x52b5c3=['createElement','iconCircle','iconCircleGradientStart','arrowText','Get\x20Started','small','dzQBo','outerShadow','btnGradStart','btnGradEnd','baseGradient','btnLabel','TSvcq','iconPosition','create','btnBorder','hidden','100%','relative','#000000','rgba(0,0,0,0.1)','absolute','center','transparent','Inter','600','rgba(0,0,0,0.25)'];_0x1d00=function(){return _0x52b5c3;};return _0x1d00();}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 _0x2f6cdd from'react-native-linear-gradient';const {width,height}=Dimensions[_0x1d1b(0x0)](_0x1d1b(0x1)),SignInMatchAnimation=({email:_0x4886cb,visible:_0x2aca17,onComplete:_0x44d7a6})=>{const _0x9101be={'KxRpZ':function(_0x21cb74,_0x5234e3){return _0x21cb74(_0x5234e3);},'rdDju':function(_0x992404,_0x2543ff){return _0x992404+_0x2543ff;},'pjZEa':function(_0x2f4242,_0x321ce3){return _0x2f4242*_0x321ce3;},'UsDEg':_0x1d1b(0x2),'dEPpe':function(_0x1e4e4a,_0x558a58,_0x5811e7){return _0x1e4e4a(_0x558a58,_0x5811e7);},'xfqAi':function(_0x338455,_0x4ab0ad){return _0x338455(_0x4ab0ad);},'RqkjZ':_0x1d1b(0x3),'znATf':function(_0x37840e,_0x2d23c4){return _0x37840e===_0x2d23c4;},'aTnCh':_0x1d1b(0x4),'wkAKG':'BETYg','BYoEY':function(_0x446fcd,_0x20bd1d){return _0x446fcd*_0x20bd1d;},'DWxlx':function(_0x4fa654,_0xda96aa){return _0x4fa654(_0xda96aa);},'WEHah':function(_0xfe064a,_0x1fa4fe){return _0xfe064a(_0x1fa4fe);},'Nxhoc':function(_0x26f88b){return _0x26f88b();},'HeLAU':_0x1d1b(0x5),'XCNFz':function(_0x5c4832,_0x58ba5f){return _0x5c4832!==_0x58ba5f;},'CxJOb':_0x1d1b(0x6),'xDZzW':_0x1d1b(0x7),'qaDMC':function(_0x36a736){return _0x36a736();},'UxXgl':function(_0x476edc,_0x4291d1){return _0x476edc+_0x4291d1;},'zNbQS':function(_0x372a9c,_0x3faef5){return _0x372a9c(_0x3faef5);},'FkSnP':_0x1d1b(0x8),'yQIdR':function(_0x462603,_0x34dfc1){return _0x462603(_0x34dfc1);},'LswEc':function(_0xf0a07d,_0x1941fb){return _0xf0a07d(_0x1941fb);},'yxobh':function(_0x13fbd1,_0x14827e){return _0x13fbd1(_0x14827e);},'bADYw':function(_0x12d32f,_0x3170e2,_0x299fc5){return _0x12d32f(_0x3170e2,_0x299fc5);},'WKeWK':_0x1d1b(0x9),'DLROu':'searching','yvnOp':_0x1d1b(0xa),'srenb':_0x1d1b(0xb),'rpNnw':_0x1d1b(0xc),'MnXyZ':function(_0x18abf7,_0x1b71d8){return _0x18abf7===_0x1b71d8;},'VQqit':_0x1d1b(0xd),'yTSLu':_0x1d1b(0xe),'ohQSS':_0x1d1b(0xf),'wKZbg':_0x1d1b(0x10),'ievAV':_0x1d1b(0x11)},[_0x502509,_0x99bf83]=_0x9101be[_0x1d1b(0x12)](useState,_0x1d1b(0x13)),[_0x4b1647,_0x3655c4]=useState(0x0),_0x5d6ed0=_0x9101be[_0x1d1b(0x14)](useState,new Animated[(_0x1d1b(0x15))](0x0))[0x0],_0x45f474=_0x9101be[_0x1d1b(0x16)](useState,new Animated[(_0x1d1b(0x15))](0.9))[0x0];_0x9101be[_0x1d1b(0x17)](useEffect,()=>{const _0x5a59d4={'HGPUn':function(_0x3c0aaa){return _0x9101be[_0x1d1b(0x18)](_0x3c0aaa);},'GqdJW':_0x9101be['RqkjZ']};if(_0x9101be['znATf'](_0x1d1b(0x19),_0x9101be[_0x1d1b(0x1a)])){const _0x31acaa={'GYQNf':function(_0x2d13f6,_0x5a8e47){return _0x9101be[_0x1d1b(0x1b)](_0x2d13f6,_0x5a8e47);}},_0x227567=_0x9101be[_0x1d1b(0x1c)](_0x22df59['floor'](_0x9101be[_0x1d1b(0x1d)](_0x4a55e1['random'](),0x6)),0x3);_0x9101be[_0x1d1b(0x1b)](_0x1c1b99,_0x227567),_0x9101be['KxRpZ'](_0x75a25c,_0x9101be[_0x1d1b(0x1e)]),_0x9101be[_0x1d1b(0x1f)](_0x5c10f2,()=>{_0x31acaa['GYQNf'](_0x462900,_0x1d1b(0x3));},0xbb8);}else _0x2aca17&&(_0x9101be[_0x1d1b(0x20)](_0x9101be[_0x1d1b(0x21)],_0x9101be[_0x1d1b(0x21)])?Animated[_0x1d1b(0x22)]([Animated['timing'](_0x5d59a0,{'toValue':0x0,'duration':0x190,'useNativeDriver':!![]}),Animated['timing'](_0x993795,{'toValue':0.9,'duration':0x190,'useNativeDriver':!![]})])[_0x1d1b(0x23)](()=>{_0x5a59d4[_0x1d1b(0x24)](_0x45ed63);}):(Animated[_0x1d1b(0x22)]([Animated[_0x1d1b(0x25)](_0x5d6ed0,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]}),Animated[_0x1d1b(0x25)](_0x45f474,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]})])['start'](),setTimeout(()=>{const _0x3a4a67={'ChrFn':function(_0x58f558,_0x1a299f){return _0x9101be[_0x1d1b(0x26)](_0x58f558,_0x1a299f);},'hObff':_0x9101be[_0x1d1b(0x27)]};if(_0x9101be['znATf'](_0x9101be['aTnCh'],_0x9101be['wkAKG']))_0x2c271d(_0x5a59d4[_0x1d1b(0x28)]);else{const _0x37b17a=_0x9101be[_0x1d1b(0x1c)](Math['floor'](_0x9101be[_0x1d1b(0x29)](Math['random'](),0x6)),0x3);_0x9101be[_0x1d1b(0x2a)](_0x3655c4,_0x37b17a),_0x9101be[_0x1d1b(0x2b)](_0x99bf83,_0x9101be[_0x1d1b(0x1e)]),_0x9101be[_0x1d1b(0x1f)](setTimeout,()=>{_0x3a4a67['ChrFn'](_0x99bf83,_0x3a4a67['hObff']);},0xbb8);}},0x9c4)));},[_0x2aca17,_0x5d6ed0,_0x45f474]);const _0x56cb02=()=>{const _0x3ef568={'GZICc':function(_0x1d5e8a,_0x27d585){return _0x9101be['UxXgl'](_0x1d5e8a,_0x27d585);},'ygkzI':function(_0x3b2d45,_0x323bfb){return _0x9101be[_0x1d1b(0x1d)](_0x3b2d45,_0x323bfb);},'NrbSb':function(_0x1985b1,_0x4ad6ca){return _0x9101be['zNbQS'](_0x1985b1,_0x4ad6ca);},'kXIrS':_0x9101be[_0x1d1b(0x1e)],'MoeRi':function(_0x589433,_0x40d2ea,_0x57f0a){return _0x9101be[_0x1d1b(0x1f)](_0x589433,_0x40d2ea,_0x57f0a);},'acLqI':_0x9101be[_0x1d1b(0x27)],'rgooJ':function(_0xc3c164,_0x3db891,_0x351075){return _0x9101be[_0x1d1b(0x1f)](_0xc3c164,_0x3db891,_0x351075);}};if(_0x9101be['znATf'](_0x9101be[_0x1d1b(0x2c)],_0x1d1b(0x8)))Animated[_0x1d1b(0x22)]([Animated[_0x1d1b(0x25)](_0x5d6ed0,{'toValue':0x0,'duration':0x190,'useNativeDriver':!![]}),Animated['timing'](_0x45f474,{'toValue':0.9,'duration':0x190,'useNativeDriver':!![]})])[_0x1d1b(0x23)](()=>{const _0x2dc6e5={'zfzHN':_0x9101be[_0x1d1b(0x27)],'widVq':function(_0x2a6083,_0x292112){return _0x2a6083+_0x292112;},'ixeXG':function(_0x3a5885,_0x518155){return _0x3a5885(_0x518155);},'dsvDO':function(_0x34f336,_0x682032){return _0x9101be['xfqAi'](_0x34f336,_0x682032);},'smdSx':_0x9101be['UsDEg'],'cZNjs':function(_0x5731c8,_0x10bbff,_0x446e2b){return _0x9101be[_0x1d1b(0x1f)](_0x5731c8,_0x10bbff,_0x446e2b);},'tgSkP':function(_0x1133c5,_0x21dbf4,_0x3ce284){return _0x9101be[_0x1d1b(0x1f)](_0x1133c5,_0x21dbf4,_0x3ce284);}};_0x9101be[_0x1d1b(0x20)](_0x9101be[_0x1d1b(0x2d)],_0x9101be['xDZzW'])?(Animated[_0x1d1b(0x22)]([Animated[_0x1d1b(0x25)](_0x5d9711,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]}),Animated[_0x1d1b(0x25)](_0x409cef,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]})])[_0x1d1b(0x23)](),_0x2dc6e5['tgSkP'](_0x3500fb,()=>{const _0x5d9b37={'WrruP':_0x2dc6e5['zfzHN']},_0x494e1a=_0x2dc6e5[_0x1d1b(0x2e)](_0x821244[_0x1d1b(0x2f)](_0x4c3a63[_0x1d1b(0x30)]()*0x6),0x3);_0x2dc6e5[_0x1d1b(0x31)](_0x4b0074,_0x494e1a),_0x2dc6e5['dsvDO'](_0x58b142,_0x2dc6e5['smdSx']),_0x2dc6e5[_0x1d1b(0x32)](_0x30937f,()=>{_0x59f8f5(_0x5d9b37[_0x1d1b(0x33)]);},0xbb8);},0x9c4)):_0x9101be[_0x1d1b(0x34)](_0x44d7a6);});else{const _0x43ca9f={'ZmjpC':function(_0x5a7e2b,_0x234e30){return _0x5a7e2b(_0x234e30);},'uHeNo':_0x3ef568[_0x1d1b(0x35)]};_0x3e98b4&&(Animated['parallel']([Animated[_0x1d1b(0x25)](_0x191cee,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]}),Animated[_0x1d1b(0x25)](_0x3e301a,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]})])[_0x1d1b(0x23)](),_0x3ef568[_0x1d1b(0x36)](_0x4d02f0,()=>{const _0x28adcf=_0x3ef568[_0x1d1b(0x37)](_0x29e541['floor'](_0x3ef568[_0x1d1b(0x38)](_0x27c48c['random'](),0x6)),0x3);_0xbd6951(_0x28adcf),_0x3ef568[_0x1d1b(0x39)](_0x27f4c1,_0x3ef568[_0x1d1b(0x3a)]),_0x3ef568[_0x1d1b(0x3b)](_0x4506c2,()=>{_0x43ca9f['ZmjpC'](_0x1ee987,_0x43ca9f[_0x1d1b(0x3c)]);},0xbb8);},0x9c4));}};if(!_0x2aca17)return null;return React[_0x1d1b(0x3d)](Modal,{'visible':_0x2aca17,'transparent':!![],'animationType':_0x9101be[_0x1d1b(0x3e)]},React['createElement'](View,{'style':styles['container']},React[_0x1d1b(0x3d)](Animated['View'],{'style':[styles['content'],{'opacity':_0x5d6ed0,'transform':[{'scale':_0x45f474}]}]},_0x9101be['znATf'](_0x502509,_0x9101be[_0x1d1b(0x3f)])&&React[_0x1d1b(0x3d)](React['Fragment'],null,React[_0x1d1b(0x3d)](Text,{'style':styles['title']},_0x1d1b(0x40)),React[_0x1d1b(0x3d)](ActivityIndicator,{'size':_0x9101be['yvnOp'],'color':_0x9101be[_0x1d1b(0x41)],'style':styles[_0x1d1b(0x42)]}),React[_0x1d1b(0x3d)](Text,{'style':styles[_0x1d1b(0x43)]},_0x9101be[_0x1d1b(0x44)])),_0x9101be[_0x1d1b(0x45)](_0x502509,_0x9101be[_0x1d1b(0x1e)])&&React[_0x1d1b(0x3d)](React[_0x1d1b(0x46)],null,React['createElement'](Text,{'style':styles[_0x1d1b(0x47)]},_0x9101be[_0x1d1b(0x48)]),React[_0x1d1b(0x3d)](View,{'style':styles[_0x1d1b(0x49)]},React[_0x1d1b(0x3d)](Text,{'style':styles[_0x1d1b(0x4a)]},_0x4b1647)),React['createElement'](Text,{'style':styles['message']},_0x9101be[_0x1d1b(0x4b)],_0x4b1647,_0x9101be[_0x1d1b(0x4c)]),React['createElement'](Text,{'style':styles['subMessage']},_0x1d1b(0x4d))),_0x9101be[_0x1d1b(0x45)](_0x502509,_0x9101be[_0x1d1b(0x27)])&&React['createElement'](React['Fragment'],null,React[_0x1d1b(0x3d)](Text,{'style':styles['title']},_0x1d1b(0x4e)),React[_0x1d1b(0x3d)](Text,{'style':styles[_0x1d1b(0x43)]},_0x9101be[_0x1d1b(0x4f)],_0x4886cb['split']('@')[0x0],_0x1d1b(0x50)),React['createElement'](TouchableOpacity,{'style':styles['button'],'onPress':_0x56cb02},React[_0x1d1b(0x3d)](_0x2f6cdd,{'colors':[_0x1d1b(0x51),_0x9101be['srenb'],_0x1d1b(0x52)],'start':{'x':0x0,'y':0x0},'end':{'x':0x1,'y':0x0},'style':styles['gradientButton']},React['createElement'](Text,{'style':styles[_0x1d1b(0x53)]},_0x9101be[_0x1d1b(0x54)])))))));},styles=StyleSheet[_0x1d1b(0x55)]({'container':{'flex':0x1,'backgroundColor':_0x1d1b(0x56),'justifyContent':_0x1d1b(0x57),'alignItems':_0x1d1b(0x57)},'content':{'width':width*0.85,'backgroundColor':_0x1d1b(0x58),'borderRadius':0x14,'padding':0x18,'alignItems':_0x1d1b(0x57),'shadowColor':_0x1d1b(0x59),'shadowOffset':{'width':0x0,'height':0x4},'shadowOpacity':0.3,'shadowRadius':0x8,'elevation':0xa},'title':{'fontSize':0x18,'fontWeight':_0x1d1b(0x5a),'color':_0x1d1b(0x5b),'marginBottom':0x14,'textAlign':_0x1d1b(0x57)},'loader':{'marginVertical':0x18},'message':{'fontSize':0x12,'color':_0x1d1b(0x5c),'textAlign':_0x1d1b(0x57),'marginBottom':0x10,'lineHeight':0x18},'subMessage':{'fontSize':0x10,'color':'#777','textAlign':_0x1d1b(0x57),'marginTop':0x8},'matchCircle':{'width':0x64,'height':0x64,'borderRadius':0x32,'backgroundColor':_0x1d1b(0xb),'justifyContent':_0x1d1b(0x57),'alignItems':_0x1d1b(0x57),'marginVertical':0x14},'matchCount':{'fontSize':0x28,'fontWeight':'bold','color':_0x1d1b(0x58)},'button':{'width':_0x1d1b(0x5d),'marginTop':0x18,'borderRadius':0x8,'overflow':_0x1d1b(0x5e)},'gradientButton':{'paddingVertical':0xe,'alignItems':_0x1d1b(0x57),'justifyContent':_0x1d1b(0x57)},'buttonText':{'color':_0x1d1b(0x5b),'fontSize':0x10,'fontWeight':_0x1d1b(0x5a)}});function _0x1d1b(_0x2238b6,_0x1d1b04){_0x2238b6=_0x2238b6-0x0;const _0x32c51a=_0x2238();let _0x38b22d=_0x32c51a[_0x2238b6];return _0x38b22d;}export default SignInMatchAnimation;function _0x2238(){const _0x3f2fbb=['get','window','found','complete','AqAlg','WFtAL','sntiO','JJkhd','jjhdX','none','large','#E9C46A','Searching\x20for\x20potential\x20connections\x20based\x20on\x20your\x20profile...','Matches\x20Found!','We\x27ve\x20found\x20','\x20potential\x20connections\x20for\x20you!','We\x27ll\x20send\x20match\x20notifications\x20to\x20','Continue','yQIdR','searching','LswEc','Value','yxobh','bADYw','Nxhoc','UBSDp','HeLAU','KxRpZ','rdDju','pjZEa','UsDEg','dEPpe','XCNFz','CxJOb','parallel','start','HGPUn','timing','xfqAi','RqkjZ','GqdJW','BYoEY','DWxlx','WEHah','FkSnP','xDZzW','widVq','floor','random','ixeXG','cZNjs','WrruP','qaDMC','acLqI','rgooJ','GZICc','ygkzI','NrbSb','kXIrS','MoeRi','uHeNo','createElement','WKeWK','DLROu','Finding\x20Your\x20Matches','srenb','loader','message','rpNnw','MnXyZ','Fragment','title','VQqit','matchCircle','matchCount','yTSLu','ohQSS','Complete\x20your\x20profile\x20to\x20see\x20who\x20they\x20are.','Welcome\x20to\x20Enoch!','wKZbg','@...','#f5e7c1','#DDB957','buttonText','ievAV','create','rgba(0,0,0,0.7)','center','#FFFFFF','#000','600','#333','#555','100%','hidden'];_0x2238=function(){return _0x3f2fbb;};return _0x2238();}
1
+ import React,{useState,useEffect}from'react';function _0x2199(_0x5d4a34,_0x21996d){_0x5d4a34=_0x5d4a34-0x0;const _0x34639f=_0x5d4a();let _0x4a53cb=_0x34639f[_0x5d4a34];return _0x4a53cb;}import{View,Text,StyleSheet,Modal,ActivityIndicator,Animated,Dimensions,TouchableOpacity}from'react-native';import _0x2bb179 from'react-native-linear-gradient';const {width,height}=Dimensions[_0x2199(0x0)]('window'),SignInMatchAnimation=({email:_0x2a53ba,visible:_0x4532cb,onComplete:_0x540c9c})=>{const _0x11a6b5={'OCupn':_0x2199(0x1),'sfYxv':function(_0x414d45,_0x52df76){return _0x414d45*_0x52df76;},'iPRrN':function(_0xcfbe57,_0xc5493){return _0xcfbe57(_0xc5493);},'YqvJw':function(_0xf056c2,_0x4dc952,_0x47c595){return _0xf056c2(_0x4dc952,_0x47c595);},'eOBHg':function(_0x4da78b,_0x3835f9){return _0x4da78b===_0x3835f9;},'LPkwf':_0x2199(0x2),'yHDyY':_0x2199(0x3),'ALFkY':function(_0x2177ad,_0x31cb0a){return _0x2177ad(_0x31cb0a);},'FRskX':_0x2199(0x4),'aNMaD':function(_0x19809a){return _0x19809a();},'weHiX':'searching','ZUmeC':function(_0x241d47,_0x3a1d94,_0x4216f7){return _0x241d47(_0x3a1d94,_0x4216f7);},'nnlKF':_0x2199(0x5),'lKiDM':function(_0x31be08,_0xc6d9ea){return _0x31be08===_0xc6d9ea;},'RKfRZ':_0x2199(0x6),'lKMpf':_0x2199(0x7),'OobXj':_0x2199(0x8),'Bpbfs':_0x2199(0x9),'DxFWF':_0x2199(0xa),'ibpuk':_0x2199(0xb),'AMWfu':_0x2199(0xc),'McVRV':_0x2199(0xd),'XDSZg':_0x2199(0xe)},[_0x345528,_0xb9b242]=_0x11a6b5[_0x2199(0xf)](useState,_0x11a6b5[_0x2199(0x10)]),[_0x531d71,_0x5179c7]=useState(0x0),_0x1c1ace=useState(new Animated['Value'](0x0))[0x0],_0x542f01=_0x11a6b5[_0x2199(0x11)](useState,new Animated[(_0x2199(0x12))](0.9))[0x0];_0x11a6b5[_0x2199(0x13)](useEffect,()=>{const _0x31e833={'zJSTY':function(_0x5e8f6b,_0x505aa5){return _0x5e8f6b(_0x505aa5);},'HFZXo':_0x11a6b5[_0x2199(0x14)],'HCqRt':function(_0x2f4d15,_0x49bc27){return _0x2f4d15+_0x49bc27;},'FrxcY':function(_0x3961e3,_0x475af2){return _0x11a6b5[_0x2199(0x15)](_0x3961e3,_0x475af2);},'BhtHM':function(_0x2c71ae,_0x241f35){return _0x11a6b5['iPRrN'](_0x2c71ae,_0x241f35);},'FUKde':function(_0x959f79,_0x1117f0,_0x1c25a8){return _0x11a6b5['YqvJw'](_0x959f79,_0x1117f0,_0x1c25a8);},'prUBc':function(_0x4a922c,_0x1e201f){return _0x11a6b5['eOBHg'](_0x4a922c,_0x1e201f);},'AgYHn':_0x11a6b5[_0x2199(0x16)],'qycgc':_0x11a6b5[_0x2199(0x17)],'ONchF':function(_0x3cc9ae,_0x2b5059){return _0x3cc9ae*_0x2b5059;},'TWYxs':function(_0xfc487d,_0x1a88da){return _0x11a6b5['ALFkY'](_0xfc487d,_0x1a88da);},'iysAr':function(_0x40af81,_0x4ced53){return _0x11a6b5[_0x2199(0x11)](_0x40af81,_0x4ced53);},'sPTGj':function(_0x598802,_0x40487a,_0xdfef4){return _0x598802(_0x40487a,_0xdfef4);}};if(_0x4532cb){if(_0x11a6b5[_0x2199(0x18)](_0x11a6b5[_0x2199(0x19)],_0x2199(0x4)))Animated[_0x2199(0x1a)]([Animated[_0x2199(0x1b)](_0x1c1ace,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]}),Animated['timing'](_0x542f01,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]})])[_0x2199(0x1c)](),setTimeout(()=>{const _0x51704b=Math['floor'](_0x31e833[_0x2199(0x1d)](Math[_0x2199(0x1e)](),0x6))+0x3;_0x31e833['TWYxs'](_0x5179c7,_0x51704b),_0x31e833[_0x2199(0x1f)](_0xb9b242,_0x2199(0x20)),_0x31e833[_0x2199(0x21)](setTimeout,()=>{const _0x487e1c={'Ncecb':function(_0xf5789d,_0x4461af){return _0x31e833['zJSTY'](_0xf5789d,_0x4461af);},'NIHDn':_0x31e833[_0x2199(0x22)],'pCbCg':function(_0x3012bc,_0x4778d4){return _0x31e833['HCqRt'](_0x3012bc,_0x4778d4);},'GdrPi':function(_0x37c349,_0x5c3568){return _0x31e833[_0x2199(0x23)](_0x37c349,_0x5c3568);},'qobmw':function(_0x2db702,_0x17ae40){return _0x31e833[_0x2199(0x24)](_0x2db702,_0x17ae40);},'QjXTZ':function(_0x767aa8,_0x5fbada,_0x3346ca){return _0x31e833[_0x2199(0x25)](_0x767aa8,_0x5fbada,_0x3346ca);}};_0x31e833[_0x2199(0x26)](_0x31e833[_0x2199(0x27)],_0x31e833[_0x2199(0x28)])?(Animated[_0x2199(0x1a)]([Animated[_0x2199(0x1b)](_0x18aef5,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]}),Animated[_0x2199(0x1b)](_0x5d218b,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]})])[_0x2199(0x1c)](),_0x487e1c[_0x2199(0x29)](_0x1640ef,()=>{const _0x43a0f8={'jGfqN':function(_0x137953,_0x54c05d){return _0x487e1c['Ncecb'](_0x137953,_0x54c05d);},'sRHPG':_0x487e1c[_0x2199(0x2a)]},_0x3819e4=_0x487e1c['pCbCg'](_0x5ce2a4[_0x2199(0x2b)](_0x487e1c[_0x2199(0x2c)](_0x3010cd[_0x2199(0x1e)](),0x6)),0x3);_0x591d45(_0x3819e4),_0x487e1c[_0x2199(0x2d)](_0x16ca0b,_0x2199(0x20)),_0x12f437(()=>{_0x43a0f8['jGfqN'](_0x619de7,_0x43a0f8[_0x2199(0x2e)]);},0xbb8);},0x9c4)):_0xb9b242(_0x31e833['HFZXo']);},0xbb8);},0x9c4);else{const _0x2a57e1={'yrgai':function(_0xad18ee){return _0xad18ee();}};Animated[_0x2199(0x1a)]([Animated[_0x2199(0x1b)](_0x2d795f,{'toValue':0x0,'duration':0x190,'useNativeDriver':!![]}),Animated[_0x2199(0x1b)](_0x51aaf7,{'toValue':0.9,'duration':0x190,'useNativeDriver':!![]})])[_0x2199(0x1c)](()=>{_0x2a57e1[_0x2199(0x2f)](_0x2a3114);});}}},[_0x4532cb,_0x1c1ace,_0x542f01]);const _0x4fd800=()=>{Animated[_0x2199(0x1a)]([Animated['timing'](_0x1c1ace,{'toValue':0x0,'duration':0x190,'useNativeDriver':!![]}),Animated[_0x2199(0x1b)](_0x542f01,{'toValue':0.9,'duration':0x190,'useNativeDriver':!![]})])[_0x2199(0x1c)](()=>{_0x11a6b5[_0x2199(0x30)](_0x540c9c);});};if(!_0x4532cb)return null;return React[_0x2199(0x31)](Modal,{'visible':_0x4532cb,'transparent':!![],'animationType':_0x11a6b5['nnlKF']},React[_0x2199(0x31)](View,{'style':styles[_0x2199(0x32)]},React['createElement'](Animated[_0x2199(0x33)],{'style':[styles[_0x2199(0x34)],{'opacity':_0x1c1ace,'transform':[{'scale':_0x542f01}]}]},_0x11a6b5['lKiDM'](_0x345528,_0x11a6b5[_0x2199(0x10)])&&React['createElement'](React[_0x2199(0x35)],null,React[_0x2199(0x31)](Text,{'style':styles['title']},_0x2199(0x36)),React[_0x2199(0x31)](ActivityIndicator,{'size':_0x11a6b5[_0x2199(0x37)],'color':_0x11a6b5[_0x2199(0x38)],'style':styles[_0x2199(0x39)]}),React[_0x2199(0x31)](Text,{'style':styles[_0x2199(0x3a)]},_0x11a6b5[_0x2199(0x3b)])),_0x11a6b5[_0x2199(0x18)](_0x345528,_0x2199(0x20))&&React[_0x2199(0x31)](React[_0x2199(0x35)],null,React[_0x2199(0x31)](Text,{'style':styles['title']},_0x11a6b5[_0x2199(0x3c)]),React['createElement'](View,{'style':styles[_0x2199(0x3d)]},React[_0x2199(0x31)](Text,{'style':styles[_0x2199(0x3e)]},_0x531d71)),React[_0x2199(0x31)](Text,{'style':styles[_0x2199(0x3a)]},'We\x27ve\x20found\x20',_0x531d71,_0x11a6b5['DxFWF']),React[_0x2199(0x31)](Text,{'style':styles[_0x2199(0x3f)]},_0x11a6b5[_0x2199(0x40)])),_0x11a6b5[_0x2199(0x18)](_0x345528,_0x11a6b5[_0x2199(0x14)])&&React[_0x2199(0x31)](React[_0x2199(0x35)],null,React[_0x2199(0x31)](Text,{'style':styles[_0x2199(0x41)]},'Welcome\x20to\x20Enoch!'),React['createElement'](Text,{'style':styles[_0x2199(0x3a)]},_0x2199(0x42),_0x2a53ba[_0x2199(0x43)]('@')[0x0],_0x11a6b5[_0x2199(0x44)]),React[_0x2199(0x31)](TouchableOpacity,{'style':styles[_0x2199(0x45)],'onPress':_0x4fd800},React[_0x2199(0x31)](_0x2bb179,{'colors':[_0x11a6b5[_0x2199(0x46)],_0x11a6b5[_0x2199(0x38)],'#DDB957'],'start':{'x':0x0,'y':0x0},'end':{'x':0x1,'y':0x0},'style':styles[_0x2199(0x47)]},React[_0x2199(0x31)](Text,{'style':styles[_0x2199(0x48)]},_0x11a6b5[_0x2199(0x49)])))))));},styles=StyleSheet[_0x2199(0x4a)]({'container':{'flex':0x1,'backgroundColor':_0x2199(0x4b),'justifyContent':'center','alignItems':'center'},'content':{'width':width*0.85,'backgroundColor':_0x2199(0x4c),'borderRadius':0x14,'padding':0x18,'alignItems':_0x2199(0x4d),'shadowColor':_0x2199(0x4e),'shadowOffset':{'width':0x0,'height':0x4},'shadowOpacity':0.3,'shadowRadius':0x8,'elevation':0xa},'title':{'fontSize':0x18,'fontWeight':_0x2199(0x4f),'color':'#333','marginBottom':0x14,'textAlign':_0x2199(0x4d)},'loader':{'marginVertical':0x18},'message':{'fontSize':0x12,'color':_0x2199(0x50),'textAlign':_0x2199(0x4d),'marginBottom':0x10,'lineHeight':0x18},'subMessage':{'fontSize':0x10,'color':_0x2199(0x51),'textAlign':_0x2199(0x4d),'marginTop':0x8},'matchCircle':{'width':0x64,'height':0x64,'borderRadius':0x32,'backgroundColor':'#E9C46A','justifyContent':'center','alignItems':_0x2199(0x4d),'marginVertical':0x14},'matchCount':{'fontSize':0x28,'fontWeight':_0x2199(0x52),'color':_0x2199(0x4c)},'button':{'width':_0x2199(0x53),'marginTop':0x18,'borderRadius':0x8,'overflow':'hidden'},'gradientButton':{'paddingVertical':0xe,'alignItems':_0x2199(0x4d),'justifyContent':_0x2199(0x4d)},'buttonText':{'color':_0x2199(0x54),'fontSize':0x10,'fontWeight':_0x2199(0x4f)}});export default SignInMatchAnimation;function _0x5d4a(){const _0x310c70=['get','complete','BVOqC','VPFQM','TicCg','none','large','#E9C46A','Searching\x20for\x20potential\x20connections\x20based\x20on\x20your\x20profile...','Matches\x20Found!','\x20potential\x20connections\x20for\x20you!','Complete\x20your\x20profile\x20to\x20see\x20who\x20they\x20are.','@...','#f5e7c1','Continue','iPRrN','weHiX','ALFkY','Value','ZUmeC','OCupn','sfYxv','LPkwf','yHDyY','eOBHg','FRskX','parallel','timing','start','ONchF','random','iysAr','found','sPTGj','HFZXo','FrxcY','BhtHM','FUKde','prUBc','AgYHn','qycgc','QjXTZ','NIHDn','floor','GdrPi','qobmw','sRHPG','yrgai','aNMaD','createElement','container','View','content','Fragment','Finding\x20Your\x20Matches','RKfRZ','lKMpf','loader','message','OobXj','Bpbfs','matchCircle','matchCount','subMessage','ibpuk','title','We\x27ll\x20send\x20match\x20notifications\x20to\x20','split','AMWfu','button','McVRV','gradientButton','buttonText','XDSZg','create','rgba(0,0,0,0.7)','#FFFFFF','center','#000','600','#555','#777','bold','100%','#333'];_0x5d4a=function(){return _0x310c70;};return _0x5d4a();}
@@ -1 +1 @@
1
- import React,{useState,useEffect}from'react';function _0x53c8(_0x2b5f74,_0x53c882){_0x2b5f74=_0x2b5f74-0x0;const _0x1c0349=_0x2b5f();let _0xbeded0=_0x1c0349[_0x2b5f74];return _0xbeded0;}import{View,Text,StyleSheet,KeyboardAvoidingView,Platform,Keyboard}from'react-native';import{COLORS,SPACING}from'../theme';import _0x4fc69a from'./EmailInput';function _0x2b5f(){const _0x455b69=['net','gov','int','app','dev','tech','site','info','biz','co.uk','com.au','co.nz','co.za','co.jp','co.kr','org.uk','gov.uk','ac.uk','edu.au','cmo','vom','ocm','cpm','comm','comn','copm','ogr','orgg','rog','nte','ent','bet','ioo','lio','gmai','gmial','gmal','outlok','outloo','yahooo','yaho','hotmai','hotmal','hotmial','โŒ\x20Email\x20validation\x20failed:','\x20Did\x20you\x20mean\x20.com?','keyboardDidHide','rsnOI','\x20Did\x20you\x20mean\x20.org?','\x20Did\x20you\x20mean\x20.net?','siStb','jxsWf','ZYhqT','gmail','outlook','yahoo','hotmail','icloud','KvVnq','mtPZX','aol','protonmail','zoho','com','rtQGd','yahoo.co.jp','yahoo.com.br','FexoM','trim','toLowerCase','test','qVRuB','lastIndexOf','substring','LGjbl','split','iozPs','length','Please\x20enter\x20a\x20valid\x20email\x20address','AKznD','oyLQF','has','wwkZj','eUeyq','YkjLy','bCJIe','hMJXT','eWUDe','DtFJo','mnBSu','eCnlj','XcqBP','NlDsA','ePThM','HXvBJ','hiVlj','OzSCG','error','Invalid\x20email\x20address','fMhtD','dbUGE','wytJO','YZXkD','STPEq','vPLyn','fcBNc','GbCmn','oXBvj','FVvfD','\x20Did\x20you\x20mean\x20.io?','CndCq','qSIPd','LpkSL','SnHQS','lNnta','Invalid\x20email\x20domain\x20(.',').\x20Please\x20check\x20your\x20email.','addListener','urWei','remove','ZZnCJ','hKyzX','shpqg','QGShg','VPdBv','JlUCX','tkWPp','Did\x20you\x20mean\x20','yomlU','AjmlV','ewfqy','fDSXI','includes','hoQAV','yahoo.co.uk','uNcfV','peiaP','hotmail.co.uk','VXeSS','TaEFb','dDWOh','reviewer','yttwV','๐Ÿ”\x20Reviewer\x20bypass\x20detected\x20in\x20new\x20UI','reviewer@bypass.com','test@bypass.com','โœ…\x20Email\x20validation\x20passed','padding','Sign\x20in\x20or\x20create\x20an\x20account','Your\x20email','#9CA3AF','jkxpB','yhpqo','RBthc','xdIsW','log','PnsUx','๐Ÿงช\x20Test\x20bypass\x20detected\x20-\x20skipping\x20to\x20verification\x20screen','uVnrV','isValid','Reihi','yWBpA','vqEuC','keyboardDidShow','mBOBG','createElement','eSOxR','height','content','headingContainer','title','Build\x20your\x20Onairos\x20persona\x20to\x20own\x20your\x20digital\x20identity','subtitle','PoUMd','inputContainer','done','IklFm','yRybY','dividerLine','dividerText','googleContainer','continueContainer','svedS','create','100%','IBM\x20Plex\x20Sans','left','Inter','grey600','row','#E5E5E5','400','grey500'];_0x2b5f=function(){return _0x455b69;};return _0x2b5f();}import _0x182f5e from'./GoogleButton';import _0x2fe2ce from'./PrimaryButton';const VALID_TLDS=new Set(['com','org',_0x53c8(0x0),'edu',_0x53c8(0x1),'mil',_0x53c8(0x2),'io','co','ai',_0x53c8(0x3),_0x53c8(0x4),_0x53c8(0x5),'online',_0x53c8(0x6),'web',_0x53c8(0x7),_0x53c8(0x8),'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',_0x53c8(0x9),_0x53c8(0xa),_0x53c8(0xb),_0x53c8(0xc),'com.br',_0x53c8(0xd),_0x53c8(0xe),'co.in',_0x53c8(0xf),'net.au',_0x53c8(0x10),_0x53c8(0x11),_0x53c8(0x12)]),INVALID_TLDS=new Set(['con',_0x53c8(0x13),_0x53c8(0x14),_0x53c8(0x15),'cm',_0x53c8(0x16),'ckm','om',_0x53c8(0x17),_0x53c8(0x18),_0x53c8(0x19),_0x53c8(0x1a),'og',_0x53c8(0x1b),_0x53c8(0x1c),'rg',_0x53c8(0x1d),'ne','nett',_0x53c8(0x1e),_0x53c8(0x1f),'oi',_0x53c8(0x20),_0x53c8(0x21),_0x53c8(0x22),_0x53c8(0x23),'gmil',_0x53c8(0x24),'gamil',_0x53c8(0x25),_0x53c8(0x26),'outlokk',_0x53c8(0x27),_0x53c8(0x28),'yhoo',_0x53c8(0x29),_0x53c8(0x2a),_0x53c8(0x2b)]),validateEmail=_0x3e6142=>{const _0x211474={'OzSCG':_0x53c8(0x2c),'VDwMR':function(_0x385959,_0x36a61e){return _0x385959(_0x36a61e);},'LpkSL':_0x53c8(0x2d),'urWei':function(_0x560eb1,_0x460465){return _0x560eb1===_0x460465;},'jqixD':_0x53c8(0x2e),'TaEFb':function(_0x2e0a87,_0x265a48){return _0x2e0a87===_0x265a48;},'dDWOh':function(_0x4ce373,_0x38a2bc){return _0x4ce373===_0x38a2bc;},'qVRuB':'Please\x20enter\x20a\x20valid\x20email\x20address','LGjbl':function(_0x1d41d4,_0x3108cb){return _0x1d41d4+_0x3108cb;},'iozPs':function(_0x3efd20,_0x32eb0c){return _0x3efd20<_0x32eb0c;},'AKznD':function(_0x38583b,_0x56dd1f){return _0x38583b-_0x56dd1f;},'oyLQF':function(_0x5b0f3,_0x2ff23a){return _0x5b0f3>=_0x2ff23a;},'wwkZj':function(_0x472c1a,_0x50a2b3){return _0x472c1a===_0x50a2b3;},'eUeyq':'con','YkjLy':_0x53c8(0x13),'bCJIe':function(_0x113bd6,_0x59a9f5){return _0x113bd6===_0x59a9f5;},'hMJXT':function(_0x6cf7dc,_0xe5948e){return _0x6cf7dc===_0xe5948e;},'GWYzi':_0x53c8(0x15),'cjPaz':function(_0x27af3b,_0x4ff1c9){return _0x27af3b===_0x4ff1c9;},'eWUDe':_0x53c8(0x16),'dbUGE':function(_0x259088,_0x92191f){return _0x259088===_0x92191f;},'DtFJo':_0x53c8(0x17),'mnBSu':'comn','eCnlj':function(_0x493f50,_0x5054b8){return _0x493f50===_0x5054b8;},'XcqBP':function(_0x2926bb,_0x2fe390){return _0x2926bb===_0x2fe390;},'NlDsA':_0x53c8(0x1a),'ePThM':function(_0x453faa,_0x3b7ebc){return _0x453faa===_0x3b7ebc;},'HXvBJ':_0x53c8(0x1b),'nskQr':function(_0x6941cd,_0x2c9620){return _0x6941cd!==_0x2c9620;},'hiVlj':_0x53c8(0x2f),'kFnDb':_0x53c8(0x30),'fMhtD':function(_0x5f3066,_0x55c01d){return _0x5f3066===_0x55c01d;},'wytJO':function(_0x1e53dc,_0x464cde){return _0x1e53dc===_0x464cde;},'YZXkD':_0x53c8(0x1e),'wEnYf':'STPEq','vPLyn':_0x53c8(0x31),'fcBNc':function(_0x55db37,_0x1324c9){return _0x55db37===_0x1324c9;},'GbCmn':_0x53c8(0x21),'oXBvj':function(_0x4be2f4,_0x266aab){return _0x4be2f4!==_0x266aab;},'FVvfD':_0x53c8(0x32),'kmRjn':_0x53c8(0x33),'CndCq':function(_0x13ecc1,_0x200018){return _0x13ecc1===_0x200018;},'qSIPd':_0x53c8(0x34),'SnHQS':function(_0x3e6504,_0x5cb8d2){return _0x3e6504<=_0x5cb8d2;},'lNnta':'eahxv','ZZnCJ':_0x53c8(0x35),'hKyzX':_0x53c8(0x36),'shpqg':_0x53c8(0x37),'QGShg':_0x53c8(0x38),'VPdBv':_0x53c8(0x39),'JlUCX':_0x53c8(0x3a),'tkWPp':_0x53c8(0x3b),'yomlU':_0x53c8(0x3c),'AjmlV':_0x53c8(0x3d),'ewfqy':_0x53c8(0x3e),'fDSXI':_0x53c8(0x3f),'hoQAV':'heaKJ','AcWox':_0x53c8(0x40),'uNcfV':_0x53c8(0x41),'peiaP':_0x53c8(0x42),'xgDjd':'yahoo.com.au','AGhcX':'outlook.co.uk','VXeSS':function(_0x418a5a,_0xe9fff){return _0x418a5a!==_0xe9fff;},'VvVhD':_0x53c8(0x43)},_0x2a7755=_0x3e6142[_0x53c8(0x44)]()[_0x53c8(0x45)](),_0x22bbd7=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;if(!_0x22bbd7[_0x53c8(0x46)](_0x2a7755))return{'isValid':![],'error':_0x211474[_0x53c8(0x47)]};const _0xe3cfa8=_0x2a7755[_0x53c8(0x48)]('@'),_0x52e294=_0x2a7755[_0x53c8(0x49)](_0x211474[_0x53c8(0x4a)](_0xe3cfa8,0x1)),_0x3412bf=_0x52e294[_0x53c8(0x4b)]('.');if(_0x211474[_0x53c8(0x4c)](_0x3412bf[_0x53c8(0x4d)],0x2))return{'isValid':![],'error':_0x53c8(0x4e)};const _0x37df82=_0x3412bf[_0x211474[_0x53c8(0x4f)](_0x3412bf['length'],0x1)],_0x59d47f=_0x211474[_0x53c8(0x50)](_0x3412bf[_0x53c8(0x4d)],0x2)?_0x3412bf[_0x3412bf[_0x53c8(0x4d)]-0x2]+'.'+_0x37df82:'';if(INVALID_TLDS[_0x53c8(0x51)](_0x37df82)){let _0x3beba7='';if(_0x211474[_0x53c8(0x52)](_0x37df82,_0x211474[_0x53c8(0x53)])||_0x37df82===_0x211474[_0x53c8(0x54)]||_0x211474[_0x53c8(0x55)](_0x37df82,_0x53c8(0x14))||_0x211474[_0x53c8(0x56)](_0x37df82,_0x211474['GWYzi'])||_0x211474['cjPaz'](_0x37df82,_0x211474[_0x53c8(0x57)])||_0x211474['dbUGE'](_0x37df82,_0x211474[_0x53c8(0x58)])||_0x37df82===_0x211474[_0x53c8(0x59)]||_0x211474[_0x53c8(0x5a)](_0x37df82,'copm'))_0x3beba7=_0x211474['LpkSL'];else{if(_0x211474[_0x53c8(0x5b)](_0x37df82,_0x211474[_0x53c8(0x5c)])||_0x37df82==='og'||_0x211474[_0x53c8(0x5d)](_0x37df82,_0x211474[_0x53c8(0x5e)])||_0x211474[_0x53c8(0x55)](_0x37df82,_0x53c8(0x1c))){if(_0x211474['nskQr'](_0x211474[_0x53c8(0x5f)],_0x211474[_0x53c8(0x5f)])){_0xebd047['log'](_0x211474[_0x53c8(0x60)],_0x535436[_0x53c8(0x61)]),_0x211474['VDwMR'](_0x3088d3,_0x45b328[_0x53c8(0x61)]||_0x53c8(0x62));return;}else _0x3beba7=_0x211474['kFnDb'];}else{if(_0x211474[_0x53c8(0x63)](_0x37df82,_0x53c8(0x1d))||_0x211474[_0x53c8(0x64)](_0x37df82,'ne')||_0x211474[_0x53c8(0x65)](_0x37df82,'nett')||_0x37df82===_0x211474[_0x53c8(0x66)])_0x211474['wEnYf']===_0x53c8(0x67)?_0x3beba7=_0x211474[_0x53c8(0x68)]:_0x12aeec('');else{if(_0x211474[_0x53c8(0x69)](_0x37df82,'oi')||_0x211474[_0x53c8(0x52)](_0x37df82,_0x53c8(0x20))||_0x211474['hMJXT'](_0x37df82,_0x211474[_0x53c8(0x6a)])){if(_0x211474[_0x53c8(0x6b)](_0x211474[_0x53c8(0x6c)],_0x211474['kmRjn']))_0x3beba7=_0x53c8(0x6d);else return{'isValid':![],'error':_0x53c8(0x4e)};}}}}return{'isValid':![],'error':'Invalid\x20email\x20domain\x20(.'+_0x37df82+').'+_0x3beba7};}if(_0x211474[_0x53c8(0x4c)](_0x37df82[_0x53c8(0x4d)],0x2)){if(_0x211474[_0x53c8(0x6e)]('JADCh',_0x211474[_0x53c8(0x6f)]))_0x13c26d=_0x211474[_0x53c8(0x70)];else return{'isValid':![],'error':_0x211474[_0x53c8(0x47)]};}const _0x4f7d2d=VALID_TLDS[_0x53c8(0x51)](_0x37df82)||VALID_TLDS[_0x53c8(0x51)](_0x59d47f);if(!_0x4f7d2d&&_0x211474[_0x53c8(0x71)](_0x37df82[_0x53c8(0x4d)],0x2)){if(_0x211474[_0x53c8(0x72)]===_0x211474[_0x53c8(0x72)])return{'isValid':![],'error':_0x53c8(0x73)+_0x37df82+_0x53c8(0x74)};else{const _0x50b063=_0x293621['addListener']('keyboardDidShow',()=>_0x3d7178(!![])),_0x2a64dd=_0x2c994e[_0x53c8(0x75)](_0x211474['jqixD'],()=>_0x2dbaa6(![]));return()=>{_0x211474['urWei'](_0x2a64dd,null)||_0x211474[_0x53c8(0x76)](_0x2a64dd,void 0x0)||_0x2a64dd['remove'](),_0x211474[_0x53c8(0x76)](_0x50b063,null)||_0x211474['urWei'](_0x50b063,void 0x0)||_0x50b063[_0x53c8(0x77)]();};}}const _0x46f717=_0x3412bf['slice'](0x0,-0x1)['join']('.'),_0x1de640={'gmai':_0x211474['ZZnCJ'],'gmial':_0x211474[_0x53c8(0x78)],'gmil':_0x53c8(0x35),'gmal':'gmail','gamil':_0x211474['ZZnCJ'],'outlok':_0x211474['hKyzX'],'outloo':_0x211474[_0x53c8(0x79)],'outlokk':_0x211474[_0x53c8(0x79)],'yahooo':_0x211474[_0x53c8(0x7a)],'yaho':_0x211474['shpqg'],'yhoo':_0x211474['shpqg'],'hotmai':_0x53c8(0x38),'hotmal':_0x211474[_0x53c8(0x7b)],'hotmial':_0x211474[_0x53c8(0x7b)],'iclod':_0x53c8(0x39),'iclould':_0x211474[_0x53c8(0x7c)]};if(_0x1de640[_0x46f717])return _0x211474[_0x53c8(0x5d)](_0x211474[_0x53c8(0x7d)],_0x211474[_0x53c8(0x7e)])?{'isValid':![],'error':'Did\x20you\x20mean\x20'+_0x573c60+'.'+_0x485938[_0x306f67]+'?'}:{'isValid':![],'error':_0x53c8(0x7f)+_0x1de640[_0x46f717]+'.'+_0x37df82+'?'};const _0xca6058=[_0x211474[_0x53c8(0x78)],_0x211474[_0x53c8(0x7a)],_0x211474['QGShg'],_0x211474[_0x53c8(0x79)],'icloud',_0x211474[_0x53c8(0x80)],_0x211474[_0x53c8(0x81)],_0x211474[_0x53c8(0x82)]],_0x36746d={'gmail':_0x211474[_0x53c8(0x83)],'yahoo':_0x211474[_0x53c8(0x83)],'hotmail':_0x211474[_0x53c8(0x83)],'outlook':_0x211474['fDSXI'],'icloud':_0x53c8(0x3f),'aol':_0x211474[_0x53c8(0x83)],'protonmail':_0x211474[_0x53c8(0x83)],'zoho':_0x211474[_0x53c8(0x83)]};if(_0xca6058[_0x53c8(0x84)](_0x46f717)&&_0x211474[_0x53c8(0x6b)](_0x37df82,_0x36746d[_0x46f717])){if(_0x211474[_0x53c8(0x85)]!==_0x211474['AcWox']){const _0x12620a=[_0x53c8(0x86),_0x211474[_0x53c8(0x87)],_0x211474[_0x53c8(0x88)],_0x211474['xgDjd'],_0x211474['AGhcX'],_0x53c8(0x89),'hotmail.co.jp'],_0x48e4f4=_0x46f717+'.'+_0x37df82;if(!_0x12620a[_0x53c8(0x84)](_0x48e4f4)){if(_0x211474[_0x53c8(0x8a)](_0x211474['VvVhD'],_0x53c8(0x43)))_0x211474[_0x53c8(0x8b)](_0x1cf4a3,null)||_0x533e21===void 0x0||_0x69db0c[_0x53c8(0x77)](),_0xb4ca7d===null||_0x211474[_0x53c8(0x8c)](_0x2f5426,void 0x0)||_0x569211[_0x53c8(0x77)]();else return{'isValid':![],'error':_0x53c8(0x7f)+_0x46f717+'.'+_0x36746d[_0x46f717]+'?'};}}else return{'isValid':![],'error':'Did\x20you\x20mean\x20'+_0x16c436[_0x21225e]+'.'+_0x4d8877+'?'};}return{'isValid':!![]};},SignInStep=({onEmailSubmit:_0x26bda1,onGoogleSignIn:_0x503f1b,onContinue:_0x2bc6ef,loading:loading=![],error:error='',initialEmail:initialEmail=''})=>{const _0x54aba6={'jkxpB':function(_0x385e29,_0x58d170){return _0x385e29(_0x58d170);},'RBthc':function(_0x59ea20,_0x5c9435){return _0x59ea20===_0x5c9435;},'cLOgv':_0x53c8(0x8d),'COLKW':function(_0x264381,_0x2261c5){return _0x264381===_0x2261c5;},'xdIsW':_0x53c8(0x8e),'fwDeb':_0x53c8(0x8f),'PnsUx':_0x53c8(0x90),'uVnrV':_0x53c8(0x91),'Reihi':_0x53c8(0x2c),'yWBpA':_0x53c8(0x92),'mBOBG':function(_0x5260b9,_0x3d5a61){return _0x5260b9===_0x3d5a61;},'yhpqo':function(_0x3d818a,_0x6f5554){return _0x3d818a(_0x6f5554);},'vqEuC':function(_0x304e57,_0x1b02c3,_0x4588fb){return _0x304e57(_0x1b02c3,_0x4588fb);},'eSOxR':_0x53c8(0x93),'PoUMd':_0x53c8(0x94),'IklFm':_0x53c8(0x95),'uzuBc':_0x53c8(0x96),'yRybY':function(_0x20c81c,_0x2600fe){return _0x20c81c||_0x2600fe;},'svedS':'Continue'},[_0x18c7c7,_0x15684c]=_0x54aba6[_0x53c8(0x97)](useState,initialEmail),[_0x2cc5f5,_0x3e5b74]=useState(![]),[_0x436abd,_0x52f5f5]=_0x54aba6[_0x53c8(0x98)](useState,''),_0x5f280a=_0x4838ee=>{_0x15684c(_0x4838ee),_0x436abd&&_0x54aba6[_0x53c8(0x97)](_0x52f5f5,'');},_0x5856c1=()=>{if(_0x54aba6[_0x53c8(0x99)](_0x18c7c7[_0x53c8(0x45)]()[_0x53c8(0x44)](),_0x54aba6['cLOgv'])){if(_0x54aba6['COLKW'](_0x54aba6[_0x53c8(0x9a)],_0x54aba6[_0x53c8(0x9a)])){console[_0x53c8(0x9b)](_0x54aba6['fwDeb']),_0x54aba6[_0x53c8(0x97)](_0x26bda1,_0x54aba6[_0x53c8(0x9c)]);return;}else _0x21fdc6=_0x53c8(0x6d);}if(_0x54aba6['COLKW'](_0x18c7c7[_0x53c8(0x45)]()[_0x53c8(0x44)](),_0x53c8(0x46))){console['log'](_0x53c8(0x9d)),_0x54aba6[_0x53c8(0x97)](_0x26bda1,_0x54aba6[_0x53c8(0x9e)]);return;}if(_0x18c7c7[_0x53c8(0x44)]()){const _0x4a0070=validateEmail(_0x18c7c7);if(!_0x4a0070[_0x53c8(0x9f)]){console[_0x53c8(0x9b)](_0x54aba6[_0x53c8(0xa0)],_0x4a0070[_0x53c8(0x61)]),_0x52f5f5(_0x4a0070['error']||_0x53c8(0x62));return;}console[_0x53c8(0x9b)](_0x54aba6[_0x53c8(0xa1)]),_0x52f5f5(''),_0x26bda1(_0x18c7c7[_0x53c8(0x44)]());}};return _0x54aba6[_0x53c8(0xa2)](useEffect,()=>{const _0x2426f4=Keyboard['addListener'](_0x53c8(0xa3),()=>_0x3e5b74(!![])),_0x373a88=Keyboard['addListener'](_0x53c8(0x2e),()=>_0x3e5b74(![]));return()=>{_0x54aba6[_0x53c8(0x99)](_0x373a88,null)||_0x373a88===void 0x0||_0x373a88['remove'](),_0x54aba6['COLKW'](_0x2426f4,null)||_0x54aba6[_0x53c8(0xa4)](_0x2426f4,void 0x0)||_0x2426f4[_0x53c8(0x77)]();};},[]),React[_0x53c8(0xa5)](KeyboardAvoidingView,{'behavior':Platform['OS']==='ios'?_0x54aba6[_0x53c8(0xa6)]:_0x53c8(0xa7),'style':styles['container']},React[_0x53c8(0xa5)](View,{'style':styles[_0x53c8(0xa8)]},React['createElement'](View,{'style':styles[_0x53c8(0xa9)]},React[_0x53c8(0xa5)](Text,{'style':styles[_0x53c8(0xaa)]},_0x53c8(0xab)),React[_0x53c8(0xa5)](Text,{'style':styles[_0x53c8(0xac)]},_0x54aba6[_0x53c8(0xad)])),React[_0x53c8(0xa5)](View,{'style':styles[_0x53c8(0xae)]},React[_0x53c8(0xa5)](_0x4fc69a,{'value':_0x18c7c7,'onChangeText':_0x5f280a,'onSubmitEditing':_0x5856c1,'returnKeyType':_0x53c8(0xaf),'blurOnSubmit':!![],'placeholder':_0x54aba6[_0x53c8(0xb0)],'placeholderTextColor':_0x54aba6['uzuBc']}),_0x54aba6['yRybY'](_0x436abd,error)?React[_0x53c8(0xa5)](Text,{'style':styles['errorText']},_0x54aba6[_0x53c8(0xb1)](_0x436abd,error)):null),React[_0x53c8(0xa5)](View,{'style':styles['dividerContainer']},React[_0x53c8(0xa5)](View,{'style':styles[_0x53c8(0xb2)]}),React[_0x53c8(0xa5)](Text,{'style':styles[_0x53c8(0xb3)]},'Or'),React[_0x53c8(0xa5)](View,{'style':styles[_0x53c8(0xb2)]})),React['createElement'](View,{'style':styles[_0x53c8(0xb4)]},React[_0x53c8(0xa5)](_0x182f5e,{'onPress':_0x503f1b,'disabled':loading})),React[_0x53c8(0xa5)](View,{'style':styles['spacer']}),React[_0x53c8(0xa5)](View,{'style':styles[_0x53c8(0xb5)]},React['createElement'](_0x2fe2ce,{'label':_0x54aba6[_0x53c8(0xb6)],'onPress':_0x5856c1,'disabled':loading||!_0x18c7c7[_0x53c8(0x44)](),'loading':loading}))));},styles=StyleSheet[_0x53c8(0xb7)]({'container':{'flex':0x1},'content':{'flex':0x1,'paddingTop':0x18,'paddingHorizontal':0x18},'headingContainer':{'width':_0x53c8(0xb8),'marginBottom':0x16,'paddingHorizontal':0x0},'title':{'fontFamily':_0x53c8(0xb9),'fontWeight':'700','fontSize':0x18,'lineHeight':0x20,'color':COLORS['grey800'],'textAlign':_0x53c8(0xba),'marginBottom':SPACING['sm']},'subtitle':{'fontFamily':_0x53c8(0xbb),'fontWeight':'400','fontSize':0x10,'lineHeight':0x18,'color':COLORS[_0x53c8(0xbc)],'textAlign':_0x53c8(0xba)},'inputContainer':{'marginBottom':0x20,'paddingHorizontal':0x0},'dividerContainer':{'flexDirection':_0x53c8(0xbd),'alignItems':'center','marginBottom':0x20,'paddingHorizontal':0x0},'dividerLine':{'flex':0x1,'height':0x1,'backgroundColor':_0x53c8(0xbe)},'dividerText':{'paddingHorizontal':SPACING['md'],'fontSize':0xe,'fontFamily':_0x53c8(0xbb),'fontWeight':_0x53c8(0xbf),'color':COLORS[_0x53c8(0xc0)]},'googleContainer':{'marginBottom':SPACING['xl'],'paddingHorizontal':0x0},'spacer':{'flex':0x1,'minHeight':0x14},'continueContainer':{'paddingBottom':SPACING['xl'],'paddingHorizontal':0x0},'errorText':{'fontSize':0xe,'fontFamily':_0x53c8(0xbb),'fontWeight':_0x53c8(0xbf),'color':'#DC3545','marginTop':0x8,'textAlign':_0x53c8(0xba)}});export{SignInStep};export default SignInStep;
1
+ import React,{useState,useEffect}from'react';function _0x2de8(){const _0x2d66c3=['com','org','net','edu','gov','mil','app','tech','site','web','info','xyz','co.uk','co.nz','co.za','com.br','co.jp','co.kr','co.in','net.au','gov.uk','ac.uk','edu.au','con','cmo','vom','cpm','comm','comn','copm','ogr','orgg','rog','nte','nett','ent','ioo','lio','gmai','gmal','gamil','outlok','outlokk','yahooo','hotmal','hotmial','yahoo.co.jp','yahoo.com.br','hotmail.co.jp','Please\x20enter\x20a\x20valid\x20email\x20address','โŒ\x20Email\x20validation\x20failed:','\x20Did\x20you\x20mean\x20.net?','reviewer@bypass.com','\x20Did\x20you\x20mean\x20.org?','ECbIq','\x20Did\x20you\x20mean\x20.com?','guksZ','TctpN','PUnFI','huaFu','gmail','outlook','hotmail','icloud','Kugmx','aol','protonmail','iggfx','ugvIY','yahoo.com.au','outlook.co.uk','KnWAF','trim','toLowerCase','bVYyT','ezPzP','biBZN','LNzZv','uYSrH','hfPuA','hotmail.co.uk','qvHjH','includes','Did\x20you\x20mean\x20','FcfgO','substring','ewzbM','split','WTzLY','KyniV','length','DdHPW','has','rvlUu','RDSrp','ocm','JgzPJ','fgMXr','PLgSW','TsdQf','MUnSY','iYUtL','efptp','UClMh','goRWG','log','๐Ÿงช\x20Test\x20bypass\x20detected\x20-\x20skipping\x20to\x20verification\x20screen','cfYvC','rXhXQ','LQtgu','TrOpO','MkLGG','DIBkL','hNAkH','IcoWq','nplOh','wyrgm','LznDA','zJfmZ','\x20Did\x20you\x20mean\x20.io?','Invalid\x20email\x20domain\x20(.','DzxQW','Zwerz','QkTZy','VfhyZ','cjuZK','cKobL','dKecc','HUAeq',').\x20Please\x20check\x20your\x20email.','slice','join','ZIbtr','RgHTZ','YmdOi','YdhwM','lNngN','ZmVYU','vLzTa','๐Ÿ”\x20Reviewer\x20bypass\x20detected\x20in\x20new\x20UI','zRBnw','sxJPk','yahoo','YYGLz','zoho','aDlJC','BbiRf','nRONs','DNlWG','nYtLo','iSnDr','zncsQ','keyboardDidHide','AgAzz','kPvNj','test','LwDLs','WHwYb','height','Build\x20your\x20Onairos\x20persona\x20to\x20own\x20your\x20digital\x20identity','Your\x20email','Continue','hvMGl','oubbw','uzaRc','CIppx','QhpvF','GihBt','aNYcq','gkjEz','PRRBC','KDNcw','reviewer','ACnRP','olNcA','OBjcF','oupKX','sOWuW','test@bypass.com','QlypE','VKsRb','addListener','keyboardDidShow','fSOPw','VdZAs','remove','xsBGC','QUAiJ','mlgLD','isValid','kOWKz','error','Invalid\x20email\x20address','โœ…\x20Email\x20validation\x20passed','UhiIj','xiLkP','nnNkQ','ios','padding','bbcjx','container','createElement','content','headingContainer','title','subtitle','Sign\x20in\x20or\x20create\x20an\x20account','inputContainer','done','PEaWD','LuzXZ','errorText','TMTYw','dividerContainer','dividerLine','dividerText','googleContainer','spacer','rFmiq','create','100%','700','grey800','left','Inter','400','grey600','row','center','#E5E5E5','grey500','#DC3545'];_0x2de8=function(){return _0x2d66c3;};return _0x2de8();}import{View,Text,StyleSheet,KeyboardAvoidingView,Platform,Keyboard}from'react-native';import{COLORS,SPACING}from'../theme';import _0x2fd84a from'./EmailInput';import _0x1f898c from'./GoogleButton';import _0x45886e from'./PrimaryButton';const VALID_TLDS=new Set([_0x198e(0x0),_0x198e(0x1),_0x198e(0x2),_0x198e(0x3),_0x198e(0x4),_0x198e(0x5),'int','io','co','ai',_0x198e(0x6),'dev',_0x198e(0x7),'online',_0x198e(0x8),_0x198e(0x9),_0x198e(0xa),'biz','me','tv','cc',_0x198e(0xb),'uk','us','ca','au','de','fr','it','es','nl','be','ch','at','se','no','dk','fi','jp','cn','kr','in','br','mx','ar','ru','pl','cz','ie','nz','za','sg','hk','tw','pt','gr','tr','il','ae','sa','eg','ng','ke','gh','ph','id','my','th','vn',_0x198e(0xc),'com.au',_0x198e(0xd),_0x198e(0xe),_0x198e(0xf),_0x198e(0x10),_0x198e(0x11),_0x198e(0x12),'org.uk',_0x198e(0x13),_0x198e(0x14),_0x198e(0x15),_0x198e(0x16)]),INVALID_TLDS=new Set([_0x198e(0x17),_0x198e(0x18),_0x198e(0x19),'ocm','cm',_0x198e(0x1a),'ckm','om',_0x198e(0x1b),_0x198e(0x1c),_0x198e(0x1d),_0x198e(0x1e),'og',_0x198e(0x1f),_0x198e(0x20),'rg',_0x198e(0x21),'ne',_0x198e(0x22),_0x198e(0x23),'bet','oi',_0x198e(0x24),_0x198e(0x25),_0x198e(0x26),'gmial','gmil',_0x198e(0x27),_0x198e(0x28),_0x198e(0x29),'outloo',_0x198e(0x2a),_0x198e(0x2b),'yaho','yhoo','hotmai',_0x198e(0x2c),_0x198e(0x2d)]),validateEmail=_0x3aab8b=>{const _0x588984={'LNzZv':'yahoo.co.uk','uYSrH':_0x198e(0x2e),'hfPuA':_0x198e(0x2f),'qvHjH':_0x198e(0x30),'cjuZK':function(_0x1ef0e2,_0x42b201){return _0x1ef0e2(_0x42b201);},'sVFaX':'test@bypass.com','FcfgO':_0x198e(0x31),'VfhyZ':_0x198e(0x32),'fPwaa':'Invalid\x20email\x20address','hNAkH':_0x198e(0x33),'zRBnw':function(_0x1618e5,_0x272ebd){return _0x1618e5(_0x272ebd);},'sxJPk':_0x198e(0x34),'cfYvC':_0x198e(0x35),'bVYyT':function(_0x322edd,_0x24704d){return _0x322edd===_0x24704d;},'ezPzP':_0x198e(0x36),'ewzbM':function(_0x2a1272,_0x264312){return _0x2a1272+_0x264312;},'WTzLY':function(_0x2a606a,_0x11a4ba){return _0x2a606a<_0x11a4ba;},'KyniV':function(_0x3fe35c,_0x51a3e0){return _0x3fe35c-_0x51a3e0;},'DdHPW':function(_0x50a382,_0xd10127){return _0x50a382-_0xd10127;},'rvlUu':_0x198e(0x17),'eaOwW':'cmo','RDSrp':'vom','iYUtL':function(_0x48614d,_0x479ec9){return _0x48614d===_0x479ec9;},'JgzPJ':_0x198e(0x1a),'fgMXr':_0x198e(0x1b),'UClMh':function(_0xb57a3a,_0x56982b){return _0xb57a3a===_0x56982b;},'PLgSW':'copm','TsdQf':_0x198e(0x37),'MUnSY':_0x198e(0x1e),'Mkfye':_0x198e(0x1f),'efptp':function(_0x2fa0a7,_0x2b4859){return _0x2fa0a7===_0x2b4859;},'goRWG':'kFXSp','rXhXQ':function(_0x586eec,_0x9b2770){return _0x586eec===_0x9b2770;},'LQtgu':_0x198e(0x21),'CqwZt':function(_0x48ee04,_0x58ec8e){return _0x48ee04===_0x58ec8e;},'TrOpO':_0x198e(0x22),'MkLGG':function(_0x41ca5f,_0x453f56){return _0x41ca5f===_0x453f56;},'DIBkL':_0x198e(0x23),'IcoWq':function(_0x13c516,_0xba28de){return _0x13c516===_0xba28de;},'nplOh':_0x198e(0x24),'pJuZV':'lio','wyrgm':function(_0x28dd65,_0x20acda){return _0x28dd65!==_0x20acda;},'LznDA':_0x198e(0x38),'zJfmZ':'zyeRL','DzxQW':function(_0x22be1d,_0x434905){return _0x22be1d===_0x434905;},'Zwerz':_0x198e(0x39),'QkTZy':_0x198e(0x3a),'cKobL':function(_0x38aabb,_0x3198cf){return _0x38aabb<=_0x3198cf;},'dKecc':function(_0x37037d,_0x1a2891){return _0x37037d!==_0x1a2891;},'HUAeq':_0x198e(0x3b),'ZIbtr':_0x198e(0x3c),'RgHTZ':_0x198e(0x3d),'YmdOi':'yahoo','YdhwM':_0x198e(0x3e),'lNngN':_0x198e(0x3f),'ZmVYU':_0x198e(0x40),'FDmdw':_0x198e(0x41),'YYGLz':_0x198e(0x42),'aDlJC':_0x198e(0x0),'BbiRf':function(_0xebaa6e,_0x3b8738){return _0xebaa6e!==_0x3b8738;},'yVcga':_0x198e(0x43),'nRONs':_0x198e(0x44),'HyOYu':_0x198e(0x45),'BPqql':_0x198e(0x46),'DNlWG':function(_0x128315,_0x33a4b9){return _0x128315===_0x33a4b9;},'nYtLo':_0x198e(0x47)},_0x11e50c=_0x3aab8b[_0x198e(0x48)]()[_0x198e(0x49)](),_0x517b5f=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;if(!_0x517b5f['test'](_0x11e50c)){if(_0x588984[_0x198e(0x4a)](_0x588984[_0x198e(0x4b)],_0x198e(0x4c))){const _0x242b26=[_0x588984[_0x198e(0x4d)],_0x588984[_0x198e(0x4e)],_0x588984[_0x198e(0x4f)],'yahoo.com.au',_0x198e(0x46),_0x198e(0x50),_0x588984[_0x198e(0x51)]],_0x4862e9=_0x517534+'.'+_0x2f0c22;if(!_0x242b26[_0x198e(0x52)](_0x4862e9))return{'isValid':![],'error':_0x198e(0x53)+_0x1ea6e4+'.'+_0xfbf308[_0x18b37a]+'?'};}else return{'isValid':![],'error':_0x588984[_0x198e(0x54)]};}const _0x5e1580=_0x11e50c['lastIndexOf']('@'),_0x23f445=_0x11e50c[_0x198e(0x55)](_0x588984[_0x198e(0x56)](_0x5e1580,0x1)),_0x9781c6=_0x23f445[_0x198e(0x57)]('.');if(_0x588984[_0x198e(0x58)](_0x9781c6['length'],0x2))return{'isValid':![],'error':_0x588984[_0x198e(0x54)]};const _0x1991db=_0x9781c6[_0x588984[_0x198e(0x59)](_0x9781c6[_0x198e(0x5a)],0x1)],_0x44bf68=_0x9781c6[_0x198e(0x5a)]>=0x2?_0x9781c6[_0x588984[_0x198e(0x5b)](_0x9781c6[_0x198e(0x5a)],0x2)]+'.'+_0x1991db:'';if(INVALID_TLDS[_0x198e(0x5c)](_0x1991db)){let _0x1df7f0='';if(_0x588984['bVYyT'](_0x1991db,_0x588984[_0x198e(0x5d)])||_0x588984[_0x198e(0x4a)](_0x1991db,_0x588984['eaOwW'])||_0x1991db===_0x588984[_0x198e(0x5e)]||_0x588984[_0x198e(0x4a)](_0x1991db,_0x198e(0x5f))||_0x588984['iYUtL'](_0x1991db,_0x588984[_0x198e(0x60)])||_0x588984[_0x198e(0x4a)](_0x1991db,_0x588984[_0x198e(0x61)])||_0x588984[_0x198e(0x4a)](_0x1991db,_0x198e(0x1c))||_0x588984['UClMh'](_0x1991db,_0x588984[_0x198e(0x62)]))_0x1df7f0=_0x588984[_0x198e(0x63)];else{if(_0x1991db===_0x588984[_0x198e(0x64)]||_0x588984[_0x198e(0x65)](_0x1991db,'og')||_0x1991db===_0x588984['Mkfye']||_0x588984[_0x198e(0x66)](_0x1991db,_0x198e(0x20))){if(_0x588984[_0x198e(0x67)](_0x588984[_0x198e(0x68)],'CmZvr')){_0x31ce74[_0x198e(0x69)](_0x198e(0x6a)),_0x588984['cjuZK'](_0x37aea3,_0x588984['sVFaX']);return;}else _0x1df7f0=_0x588984[_0x198e(0x6b)];}else{if(_0x588984[_0x198e(0x6c)](_0x1991db,_0x588984[_0x198e(0x6d)])||_0x588984[_0x198e(0x66)](_0x1991db,'ne')||_0x588984['CqwZt'](_0x1991db,_0x588984[_0x198e(0x6e)])||_0x588984[_0x198e(0x6f)](_0x1991db,_0x588984[_0x198e(0x70)]))_0x1df7f0=_0x588984[_0x198e(0x71)];else{if(_0x588984[_0x198e(0x4a)](_0x1991db,'oi')||_0x588984[_0x198e(0x72)](_0x1991db,_0x588984[_0x198e(0x73)])||_0x588984[_0x198e(0x65)](_0x1991db,_0x588984['pJuZV'])){if(_0x588984[_0x198e(0x74)](_0x588984[_0x198e(0x75)],_0x588984[_0x198e(0x76)]))_0x1df7f0=_0x198e(0x77);else return{'isValid':![],'error':_0x588984[_0x198e(0x54)]};}}}}return{'isValid':![],'error':_0x198e(0x78)+_0x1991db+').'+_0x1df7f0};}if(_0x588984[_0x198e(0x58)](_0x1991db[_0x198e(0x5a)],0x2)){if(_0x588984[_0x198e(0x79)](_0x588984[_0x198e(0x7a)],_0x588984[_0x198e(0x7b)])){_0x1b301f[_0x198e(0x69)](_0x588984[_0x198e(0x7c)],_0x24a251['error']),_0x588984[_0x198e(0x7d)](_0x14a2b5,_0x59c3ff['error']||_0x588984['fPwaa']);return;}else return{'isValid':![],'error':_0x198e(0x31)};}const _0xc45a50=VALID_TLDS[_0x198e(0x5c)](_0x1991db)||VALID_TLDS[_0x198e(0x5c)](_0x44bf68);if(!_0xc45a50&&_0x588984[_0x198e(0x7e)](_0x1991db[_0x198e(0x5a)],0x2)){if(_0x588984[_0x198e(0x7f)](_0x588984[_0x198e(0x80)],_0x588984[_0x198e(0x80)]))_0x253824=_0x588984['hNAkH'];else return{'isValid':![],'error':_0x198e(0x78)+_0x1991db+_0x198e(0x81)};}const _0x24e029=_0x9781c6[_0x198e(0x82)](0x0,-0x1)[_0x198e(0x83)]('.'),_0x12c330={'gmai':'gmail','gmial':_0x588984[_0x198e(0x84)],'gmil':_0x198e(0x3c),'gmal':_0x588984[_0x198e(0x84)],'gamil':_0x588984[_0x198e(0x84)],'outlok':_0x588984[_0x198e(0x85)],'outloo':_0x588984['RgHTZ'],'outlokk':_0x198e(0x3d),'yahooo':_0x588984[_0x198e(0x86)],'yaho':_0x588984[_0x198e(0x86)],'yhoo':_0x588984['YmdOi'],'hotmai':_0x588984['YdhwM'],'hotmal':_0x198e(0x3e),'hotmial':_0x588984[_0x198e(0x87)],'iclod':_0x588984[_0x198e(0x88)],'iclould':_0x588984[_0x198e(0x88)]};if(_0x12c330[_0x24e029]){if(_0x588984[_0x198e(0x89)]!==_0x198e(0x8a))return{'isValid':![],'error':_0x198e(0x53)+_0x12c330[_0x24e029]+'.'+_0x1991db+'?'};else{_0x3f6ce0[_0x198e(0x69)](_0x198e(0x8b)),_0x588984[_0x198e(0x8c)](_0x148ca7,_0x588984[_0x198e(0x8d)]);return;}}const _0x5f6f18=[_0x588984[_0x198e(0x84)],_0x198e(0x8e),_0x588984[_0x198e(0x87)],_0x588984[_0x198e(0x85)],_0x198e(0x3f),_0x588984['FDmdw'],_0x588984[_0x198e(0x8f)],_0x198e(0x90)],_0x4d6618={'gmail':_0x198e(0x0),'yahoo':_0x588984[_0x198e(0x91)],'hotmail':_0x588984[_0x198e(0x91)],'outlook':_0x588984['aDlJC'],'icloud':_0x588984[_0x198e(0x91)],'aol':_0x588984[_0x198e(0x91)],'protonmail':_0x588984[_0x198e(0x91)],'zoho':_0x198e(0x0)};if(_0x5f6f18['includes'](_0x24e029)&&_0x588984[_0x198e(0x92)](_0x1991db,_0x4d6618[_0x24e029])){if(_0x588984[_0x198e(0x92)](_0x588984['yVcga'],_0x588984[_0x198e(0x93)])){const _0x44b437=[_0x588984[_0x198e(0x4d)],_0x588984[_0x198e(0x4e)],_0x588984[_0x198e(0x4f)],_0x588984['HyOYu'],_0x588984['BPqql'],_0x198e(0x50),_0x588984[_0x198e(0x51)]],_0x337e32=_0x24e029+'.'+_0x1991db;if(!_0x44b437[_0x198e(0x52)](_0x337e32)){if(_0x588984[_0x198e(0x94)](_0x588984[_0x198e(0x95)],_0x198e(0x96)))_0x2c8612('');else return{'isValid':![],'error':_0x198e(0x53)+_0x24e029+'.'+_0x4d6618[_0x24e029]+'?'};}}else _0x22de71=_0x588984[_0x198e(0x6b)];}return{'isValid':!![]};},SignInStep=({onEmailSubmit:_0x5445da,onGoogleSignIn:_0x4cfb98,onContinue:_0x21a513,loading:loading=![],error:error='',initialEmail:initialEmail=''})=>{const _0x5bdd38={'gkjEz':function(_0x81fc1d,_0x195d64){return _0x81fc1d(_0x195d64);},'hvMGl':function(_0x3994a9,_0x538067){return _0x3994a9(_0x538067);},'CIppx':function(_0x8f2d8d,_0x55ddfc){return _0x8f2d8d!==_0x55ddfc;},'QhpvF':_0x198e(0x97),'aNYcq':function(_0x200265,_0x46e76d){return _0x200265(_0x46e76d);},'ojPZk':'\x20Did\x20you\x20mean\x20.com?','nnNkQ':function(_0x5ab3df,_0x524db3){return _0x5ab3df===_0x524db3;},'BIUIk':function(_0x2155ff,_0x2b4012){return _0x2155ff===_0x2b4012;},'PRRBC':_0x198e(0x98),'KDNcw':function(_0x18b3ae,_0x374dbf){return _0x18b3ae===_0x374dbf;},'ACnRP':_0x198e(0x99),'olNcA':_0x198e(0x9a),'uzaRc':function(_0x4dc3d8,_0x178c6f){return _0x4dc3d8(_0x178c6f);},'OBjcF':_0x198e(0x34),'DFgwx':_0x198e(0x9b),'oupKX':_0x198e(0x9c),'sOWuW':_0x198e(0x6a),'QxpFc':function(_0x25d254,_0x4fe99d){return _0x25d254!==_0x4fe99d;},'QUAiJ':_0x198e(0x9d),'mlgLD':function(_0x1eeb6c,_0xa23386){return _0x1eeb6c(_0xa23386);},'kOWKz':_0x198e(0x32),'UhiIj':'keyboardDidShow','oubbw':function(_0x5f1bf2,_0x299428){return _0x5f1bf2(_0x299428);},'bbcjx':_0x198e(0x9e),'sXIKO':_0x198e(0x9f),'PEaWD':_0x198e(0xa0),'oLEfh':'#9CA3AF','LuzXZ':function(_0xfda5c0,_0x1a5268){return _0xfda5c0||_0x1a5268;},'TMTYw':function(_0x248f41,_0x402db2){return _0x248f41||_0x402db2;},'rFmiq':_0x198e(0xa1)},[_0x4ad398,_0x4039b7]=_0x5bdd38[_0x198e(0xa2)](useState,initialEmail),[_0x4587b7,_0x59d9c]=_0x5bdd38[_0x198e(0xa3)](useState,![]),[_0x4493f2,_0x19bd88]=_0x5bdd38[_0x198e(0xa4)](useState,''),_0x166fbd=_0x2ef3d9=>{_0x5bdd38[_0x198e(0xa2)](_0x4039b7,_0x2ef3d9),_0x4493f2&&(_0x5bdd38[_0x198e(0xa5)](_0x5bdd38[_0x198e(0xa6)],_0x198e(0xa7))?_0x5bdd38[_0x198e(0xa8)](_0x19bd88,''):(_0x5bdd38['gkjEz'](_0xc7210b,_0x25710b),_0x437eb6&&_0x5bdd38[_0x198e(0xa9)](_0x6e108b,'')));},_0x268a4f=()=>{const _0x509142={'QlypE':function(_0x9b8c32,_0x6b1e76){return _0x5bdd38['nnNkQ'](_0x9b8c32,_0x6b1e76);},'VKsRb':function(_0x51483b,_0x437975){return _0x5bdd38['BIUIk'](_0x51483b,_0x437975);},'fSOPw':_0x5bdd38[_0x198e(0xaa)]};if(_0x5bdd38[_0x198e(0xab)](_0x4ad398[_0x198e(0x49)]()['trim'](),_0x198e(0xac))){if(_0x5bdd38[_0x198e(0xad)]!==_0x5bdd38[_0x198e(0xae)]){console[_0x198e(0x69)]('๐Ÿ”\x20Reviewer\x20bypass\x20detected\x20in\x20new\x20UI'),_0x5bdd38['uzaRc'](_0x5445da,_0x5bdd38[_0x198e(0xaf)]);return;}else _0x4c6b33=_0x5bdd38['ojPZk'];}if(_0x5bdd38['BIUIk'](_0x4ad398[_0x198e(0x49)]()[_0x198e(0x48)](),_0x5bdd38['DFgwx'])){if(_0x5bdd38['KDNcw'](_0x5bdd38[_0x198e(0xb0)],_0x5bdd38[_0x198e(0xb0)])){console[_0x198e(0x69)](_0x5bdd38[_0x198e(0xb1)]),_0x5445da(_0x198e(0xb2));return;}else{const _0x5d699a={'XCRag':function(_0x116519,_0x414b82){return _0x509142[_0x198e(0xb3)](_0x116519,_0x414b82);},'VdZAs':function(_0x47d904,_0x31909b){return _0x509142[_0x198e(0xb4)](_0x47d904,_0x31909b);},'xsBGC':function(_0x313c6b,_0x8d418f){return _0x313c6b===_0x8d418f;}},_0x118801=_0x230be9[_0x198e(0xb5)](_0x198e(0xb6),()=>_0xa5f7d(!![])),_0x1ec27b=_0x3e234c['addListener'](_0x509142[_0x198e(0xb7)],()=>_0x325744(![]));return()=>{_0x5d699a['XCRag'](_0x1ec27b,null)||_0x5d699a[_0x198e(0xb8)](_0x1ec27b,void 0x0)||_0x1ec27b[_0x198e(0xb9)](),_0x5d699a['XCRag'](_0x118801,null)||_0x5d699a[_0x198e(0xba)](_0x118801,void 0x0)||_0x118801[_0x198e(0xb9)]();};}}if(_0x4ad398[_0x198e(0x48)]()){if(_0x5bdd38['QxpFc'](_0x5bdd38[_0x198e(0xbb)],'MPmcv')){const _0x5257d4=_0x5bdd38[_0x198e(0xbc)](validateEmail,_0x4ad398);if(!_0x5257d4[_0x198e(0xbd)]){console['log'](_0x5bdd38[_0x198e(0xbe)],_0x5257d4['error']),_0x5bdd38[_0x198e(0xa9)](_0x19bd88,_0x5257d4[_0x198e(0xbf)]||_0x198e(0xc0));return;}console['log'](_0x198e(0xc1)),_0x19bd88(''),_0x5bdd38[_0x198e(0xa8)](_0x5445da,_0x4ad398[_0x198e(0x48)]());}else return{'isValid':![],'error':_0x198e(0x31)};}};return useEffect(()=>{const _0x5a86a2={'xiLkP':function(_0x2cf02b,_0xa56bef){return _0x2cf02b===_0xa56bef;}},_0x187f95=Keyboard['addListener'](_0x5bdd38[_0x198e(0xc2)],()=>_0x59d9c(!![])),_0x2763a6=Keyboard[_0x198e(0xb5)](_0x5bdd38[_0x198e(0xaa)],()=>_0x59d9c(![]));return()=>{_0x5a86a2['xiLkP'](_0x2763a6,null)||_0x5a86a2['xiLkP'](_0x2763a6,void 0x0)||_0x2763a6[_0x198e(0xb9)](),_0x187f95===null||_0x5a86a2[_0x198e(0xc3)](_0x187f95,void 0x0)||_0x187f95['remove']();};},[]),React['createElement'](KeyboardAvoidingView,{'behavior':_0x5bdd38[_0x198e(0xc4)](Platform['OS'],_0x198e(0xc5))?_0x198e(0xc6):_0x5bdd38[_0x198e(0xc7)],'style':styles[_0x198e(0xc8)]},React[_0x198e(0xc9)](View,{'style':styles[_0x198e(0xca)]},React[_0x198e(0xc9)](View,{'style':styles[_0x198e(0xcb)]},React[_0x198e(0xc9)](Text,{'style':styles[_0x198e(0xcc)]},_0x5bdd38['sXIKO']),React[_0x198e(0xc9)](Text,{'style':styles[_0x198e(0xcd)]},_0x198e(0xce))),React[_0x198e(0xc9)](View,{'style':styles[_0x198e(0xcf)]},React[_0x198e(0xc9)](_0x2fd84a,{'value':_0x4ad398,'onChangeText':_0x166fbd,'onSubmitEditing':_0x268a4f,'returnKeyType':_0x198e(0xd0),'blurOnSubmit':!![],'placeholder':_0x5bdd38[_0x198e(0xd1)],'placeholderTextColor':_0x5bdd38['oLEfh']}),_0x5bdd38[_0x198e(0xd2)](_0x4493f2,error)?React[_0x198e(0xc9)](Text,{'style':styles[_0x198e(0xd3)]},_0x5bdd38[_0x198e(0xd4)](_0x4493f2,error)):null),React[_0x198e(0xc9)](View,{'style':styles[_0x198e(0xd5)]},React['createElement'](View,{'style':styles[_0x198e(0xd6)]}),React[_0x198e(0xc9)](Text,{'style':styles[_0x198e(0xd7)]},'Or'),React[_0x198e(0xc9)](View,{'style':styles[_0x198e(0xd6)]})),React[_0x198e(0xc9)](View,{'style':styles[_0x198e(0xd8)]},React[_0x198e(0xc9)](_0x1f898c,{'onPress':_0x4cfb98,'disabled':loading})),React[_0x198e(0xc9)](View,{'style':styles[_0x198e(0xd9)]}),React[_0x198e(0xc9)](View,{'style':styles['continueContainer']},React[_0x198e(0xc9)](_0x45886e,{'label':_0x5bdd38[_0x198e(0xda)],'onPress':_0x268a4f,'disabled':loading||!_0x4ad398['trim'](),'loading':loading}))));},styles=StyleSheet[_0x198e(0xdb)]({'container':{'flex':0x1},'content':{'flex':0x1,'paddingTop':0x18,'paddingHorizontal':0x18},'headingContainer':{'width':_0x198e(0xdc),'marginBottom':0x16,'paddingHorizontal':0x0},'title':{'fontFamily':'IBM\x20Plex\x20Sans','fontWeight':_0x198e(0xdd),'fontSize':0x18,'lineHeight':0x20,'color':COLORS[_0x198e(0xde)],'textAlign':_0x198e(0xdf),'marginBottom':SPACING['sm']},'subtitle':{'fontFamily':_0x198e(0xe0),'fontWeight':_0x198e(0xe1),'fontSize':0x10,'lineHeight':0x18,'color':COLORS[_0x198e(0xe2)],'textAlign':_0x198e(0xdf)},'inputContainer':{'marginBottom':0x20,'paddingHorizontal':0x0},'dividerContainer':{'flexDirection':_0x198e(0xe3),'alignItems':_0x198e(0xe4),'marginBottom':0x20,'paddingHorizontal':0x0},'dividerLine':{'flex':0x1,'height':0x1,'backgroundColor':_0x198e(0xe5)},'dividerText':{'paddingHorizontal':SPACING['md'],'fontSize':0xe,'fontFamily':_0x198e(0xe0),'fontWeight':_0x198e(0xe1),'color':COLORS[_0x198e(0xe6)]},'googleContainer':{'marginBottom':SPACING['xl'],'paddingHorizontal':0x0},'spacer':{'flex':0x1,'minHeight':0x14},'continueContainer':{'paddingBottom':SPACING['xl'],'paddingHorizontal':0x0},'errorText':{'fontSize':0xe,'fontFamily':'Inter','fontWeight':_0x198e(0xe1),'color':_0x198e(0xe7),'marginTop':0x8,'textAlign':_0x198e(0xdf)}});function _0x198e(_0x2de8ee,_0x198eb3){_0x2de8ee=_0x2de8ee-0x0;const _0x570d65=_0x2de8();let _0x246fa6=_0x570d65[_0x2de8ee];return _0x246fa6;}export{SignInStep};export default SignInStep;