@onairos/react-native 3.6.5 โ†’ 3.6.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (216) hide show
  1. package/lib/commonjs/api/index.js +1 -1
  2. package/lib/commonjs/components/BodyText.js +1 -1
  3. package/lib/commonjs/components/BrandMark.js +1 -1
  4. package/lib/commonjs/components/CodeInput.js +1 -1
  5. package/lib/commonjs/components/EmailInput.js +1 -1
  6. package/lib/commonjs/components/GoogleButton.js +1 -1
  7. package/lib/commonjs/components/HeadingGroup.js +1 -1
  8. package/lib/commonjs/components/LLMDataInputModal.js +1 -1
  9. package/lib/commonjs/components/ModalHeader.js +1 -1
  10. package/lib/commonjs/components/ModalSheet.js +1 -1
  11. package/lib/commonjs/components/Onairos.js +1 -1
  12. package/lib/commonjs/components/OnairosButton.js +1 -1
  13. package/lib/commonjs/components/OnairosSignInButton.js +1 -1
  14. package/lib/commonjs/components/Overlay.js +1 -1
  15. package/lib/commonjs/components/PersonaImage.js +1 -1
  16. package/lib/commonjs/components/PersonaLoadingScreen.js +1 -1
  17. package/lib/commonjs/components/PersonalizationConsentScreen.js +1 -1
  18. package/lib/commonjs/components/PinCreationScreen.js +1 -1
  19. package/lib/commonjs/components/PinInput.js +1 -1
  20. package/lib/commonjs/components/PlatformConnectorsStep.js +1 -1
  21. package/lib/commonjs/components/PlatformList.js +1 -1
  22. package/lib/commonjs/components/PlatformToggle.js +1 -1
  23. package/lib/commonjs/components/PrimaryButton.js +1 -1
  24. package/lib/commonjs/components/SignInMatchAnimation.js +1 -1
  25. package/lib/commonjs/components/SignInStep.js +1 -1
  26. package/lib/commonjs/components/UniversalOnboarding.js +1 -1
  27. package/lib/commonjs/components/VerificationStep.js +1 -1
  28. package/lib/commonjs/components/WelcomeScreen.js +1 -1
  29. package/lib/commonjs/components/icons/Basicproficon.js +1 -1
  30. package/lib/commonjs/components/icons/Basicprofile.js +1 -1
  31. package/lib/commonjs/components/icons/Checkbox.js +1 -1
  32. package/lib/commonjs/components/icons/Checkmark.js +1 -1
  33. package/lib/commonjs/components/icons/Contentanalysis.js +1 -1
  34. package/lib/commonjs/components/icons/Contenticon.js +1 -1
  35. package/lib/commonjs/components/icons/EnochE.js +1 -1
  36. package/lib/commonjs/components/icons/Personalityicon.js +1 -1
  37. package/lib/commonjs/components/icons/Personalityprofile.js +1 -1
  38. package/lib/commonjs/components/icons/Personalitytraits.js +1 -1
  39. package/lib/commonjs/components/icons/Userpreferences.js +1 -1
  40. package/lib/commonjs/components/icons/index.js +1 -1
  41. package/lib/commonjs/components/onboarding/OAuthWebView.js +1 -1
  42. package/lib/commonjs/components/onboarding/OnboardingHeader.js +1 -1
  43. package/lib/commonjs/components/onboarding/PinInput.js +1 -1
  44. package/lib/commonjs/components/onboarding/PlatformConnector.js +1 -1
  45. package/lib/commonjs/config/api.js +1 -1
  46. package/lib/commonjs/constants/index.js +1 -1
  47. package/lib/commonjs/context/AuthContext.js +1 -1
  48. package/lib/commonjs/hooks/useConnectedAccounts.js +1 -1
  49. package/lib/commonjs/hooks/useConnections.js +1 -1
  50. package/lib/commonjs/hooks/useCredentials.js +1 -1
  51. package/lib/commonjs/hooks/useUserConnections.js +1 -1
  52. package/lib/commonjs/index.js +1 -1
  53. package/lib/commonjs/services/apiClient.js +1 -1
  54. package/lib/commonjs/services/biometricPinService.js +1 -1
  55. package/lib/commonjs/services/chatGPTConversationExtractor.js +1 -1
  56. package/lib/commonjs/services/chatGPTConversationService.js +1 -1
  57. package/lib/commonjs/services/claudeConversationExtractor.js +1 -1
  58. package/lib/commonjs/services/claudeConversationService.js +1 -1
  59. package/lib/commonjs/services/connectedAccountsService.js +1 -1
  60. package/lib/commonjs/services/googleAuthService.js +1 -1
  61. package/lib/commonjs/services/hingeDataExtractor.js +1 -1
  62. package/lib/commonjs/services/hingeDataService.js +1 -1
  63. package/lib/commonjs/services/imageCompressionService.js +1 -1
  64. package/lib/commonjs/services/instagramDataExtractor.js +1 -1
  65. package/lib/commonjs/services/instagramDataService.js +1 -1
  66. package/lib/commonjs/services/jwtStorageService.js +1 -1
  67. package/lib/commonjs/services/linkedinDOMExtractor.js +1 -1
  68. package/lib/commonjs/services/linkedinProfileService.js +1 -1
  69. package/lib/commonjs/services/linkedinScrapingService.js +1 -1
  70. package/lib/commonjs/services/llmDataStorage.js +1 -1
  71. package/lib/commonjs/services/mobileTrainingService.js +1 -1
  72. package/lib/commonjs/services/pinEncryptionService.js +1 -1
  73. package/lib/commonjs/services/pinStorageUtils.js +1 -1
  74. package/lib/commonjs/services/platformAuthService.js +1 -1
  75. package/lib/commonjs/services/sephoraDataExtractor.js +1 -1
  76. package/lib/commonjs/services/sephoraDataService.js +1 -1
  77. package/lib/commonjs/services/storageService.js +1 -1
  78. package/lib/commonjs/services/telegramDataExtractor.js +1 -1
  79. package/lib/commonjs/services/telegramDataService.js +1 -1
  80. package/lib/commonjs/services/trainingApiHelpers.js +1 -1
  81. package/lib/commonjs/services/userConnectionsService.js +1 -1
  82. package/lib/commonjs/services/youtubeMigrationService.js +1 -1
  83. package/lib/commonjs/theme/index.js +1 -1
  84. package/lib/commonjs/types/index.js +1 -1
  85. package/lib/commonjs/types.js +1 -1
  86. package/lib/commonjs/utils/Portal.js +1 -1
  87. package/lib/commonjs/utils/api.js +1 -1
  88. package/lib/commonjs/utils/assetRegistry.js +1 -1
  89. package/lib/commonjs/utils/auth.js +1 -1
  90. package/lib/commonjs/utils/connectorTests.js +1 -1
  91. package/lib/commonjs/utils/crypto.js +1 -1
  92. package/lib/commonjs/utils/debugHelper.js +1 -1
  93. package/lib/commonjs/utils/encryption.js +1 -1
  94. package/lib/commonjs/utils/eventUtils.js +1 -1
  95. package/lib/commonjs/utils/haptics.js +1 -1
  96. package/lib/commonjs/utils/imagePreloader.js +1 -1
  97. package/lib/commonjs/utils/networkDiagnostics.js +1 -1
  98. package/lib/commonjs/utils/onairosApi.js +1 -1
  99. package/lib/commonjs/utils/programmaticFlow.js +1 -1
  100. package/lib/commonjs/utils/retryHelper.js +1 -1
  101. package/lib/commonjs/utils/secureStorage.js +1 -1
  102. package/lib/commonjs/utils/webviewScripts/chatgpt.js +1 -1
  103. package/lib/commonjs/utils/webviewScripts/claude.js +1 -1
  104. package/lib/commonjs/utils/webviewScripts/hinge.js +1 -1
  105. package/lib/commonjs/utils/webviewScripts/index.js +1 -1
  106. package/lib/commonjs/utils/webviewScripts/instagram.js +1 -1
  107. package/lib/commonjs/utils/webviewScripts/linkedin.js +1 -1
  108. package/lib/commonjs/utils/webviewScripts/sephora.js +1 -1
  109. package/lib/commonjs/utils/webviewScripts/telegram.js +1 -1
  110. package/lib/module/api/index.js +1 -1
  111. package/lib/module/components/BodyText.js +1 -1
  112. package/lib/module/components/BrandMark.js +1 -1
  113. package/lib/module/components/CodeInput.js +1 -1
  114. package/lib/module/components/EmailInput.js +1 -1
  115. package/lib/module/components/GoogleButton.js +1 -1
  116. package/lib/module/components/HeadingGroup.js +1 -1
  117. package/lib/module/components/LLMDataInputModal.js +1 -1
  118. package/lib/module/components/ModalHeader.js +1 -1
  119. package/lib/module/components/ModalSheet.js +1 -1
  120. package/lib/module/components/Onairos.js +1 -1
  121. package/lib/module/components/OnairosButton.js +1 -1
  122. package/lib/module/components/OnairosSignInButton.js +1 -1
  123. package/lib/module/components/Overlay.js +1 -1
  124. package/lib/module/components/PersonaImage.js +1 -1
  125. package/lib/module/components/PersonaLoadingScreen.js +1 -1
  126. package/lib/module/components/PersonalizationConsentScreen.js +1 -1
  127. package/lib/module/components/PinCreationScreen.js +1 -1
  128. package/lib/module/components/PinInput.js +1 -1
  129. package/lib/module/components/PlatformConnectorsStep.js +1 -1
  130. package/lib/module/components/PlatformList.js +1 -1
  131. package/lib/module/components/PlatformToggle.js +1 -1
  132. package/lib/module/components/PrimaryButton.js +1 -1
  133. package/lib/module/components/SignInMatchAnimation.js +1 -1
  134. package/lib/module/components/SignInStep.js +1 -1
  135. package/lib/module/components/UniversalOnboarding.js +1 -1
  136. package/lib/module/components/VerificationStep.js +1 -1
  137. package/lib/module/components/WelcomeScreen.js +1 -1
  138. package/lib/module/components/icons/Basicproficon.js +1 -1
  139. package/lib/module/components/icons/Basicprofile.js +1 -1
  140. package/lib/module/components/icons/Checkbox.js +1 -1
  141. package/lib/module/components/icons/Checkmark.js +1 -1
  142. package/lib/module/components/icons/Contentanalysis.js +1 -1
  143. package/lib/module/components/icons/Contenticon.js +1 -1
  144. package/lib/module/components/icons/EnochE.js +1 -1
  145. package/lib/module/components/icons/Personalityicon.js +1 -1
  146. package/lib/module/components/icons/Personalityprofile.js +1 -1
  147. package/lib/module/components/icons/Personalitytraits.js +1 -1
  148. package/lib/module/components/icons/Userpreferences.js +1 -1
  149. package/lib/module/components/onboarding/OAuthWebView.js +1 -1
  150. package/lib/module/components/onboarding/OnboardingHeader.js +1 -1
  151. package/lib/module/components/onboarding/PinInput.js +1 -1
  152. package/lib/module/components/onboarding/PlatformConnector.js +1 -1
  153. package/lib/module/config/api.js +1 -1
  154. package/lib/module/constants/index.js +1 -1
  155. package/lib/module/context/AuthContext.js +1 -1
  156. package/lib/module/hooks/useConnectedAccounts.js +1 -1
  157. package/lib/module/hooks/useConnections.js +1 -1
  158. package/lib/module/hooks/useCredentials.js +1 -1
  159. package/lib/module/hooks/useUserConnections.js +1 -1
  160. package/lib/module/index.js +1 -1
  161. package/lib/module/services/apiClient.js +1 -1
  162. package/lib/module/services/biometricPinService.js +1 -1
  163. package/lib/module/services/chatGPTConversationExtractor.js +1 -1
  164. package/lib/module/services/chatGPTConversationService.js +1 -1
  165. package/lib/module/services/claudeConversationExtractor.js +1 -1
  166. package/lib/module/services/claudeConversationService.js +1 -1
  167. package/lib/module/services/connectedAccountsService.js +1 -1
  168. package/lib/module/services/googleAuthService.js +1 -1
  169. package/lib/module/services/hingeDataExtractor.js +1 -1
  170. package/lib/module/services/hingeDataService.js +1 -1
  171. package/lib/module/services/imageCompressionService.js +1 -1
  172. package/lib/module/services/instagramDataExtractor.js +1 -1
  173. package/lib/module/services/instagramDataService.js +1 -1
  174. package/lib/module/services/jwtStorageService.js +1 -1
  175. package/lib/module/services/linkedinDOMExtractor.js +1 -1
  176. package/lib/module/services/linkedinProfileService.js +1 -1
  177. package/lib/module/services/linkedinScrapingService.js +1 -1
  178. package/lib/module/services/llmDataStorage.js +1 -1
  179. package/lib/module/services/mobileTrainingService.js +1 -1
  180. package/lib/module/services/pinEncryptionService.js +1 -1
  181. package/lib/module/services/pinStorageUtils.js +1 -1
  182. package/lib/module/services/platformAuthService.js +1 -1
  183. package/lib/module/services/sephoraDataExtractor.js +1 -1
  184. package/lib/module/services/sephoraDataService.js +1 -1
  185. package/lib/module/services/storageService.js +1 -1
  186. package/lib/module/services/telegramDataExtractor.js +1 -1
  187. package/lib/module/services/telegramDataService.js +1 -1
  188. package/lib/module/services/trainingApiHelpers.js +1 -1
  189. package/lib/module/services/userConnectionsService.js +1 -1
  190. package/lib/module/services/youtubeMigrationService.js +1 -1
  191. package/lib/module/theme/index.js +1 -1
  192. package/lib/module/types.js +1 -1
  193. package/lib/module/utils/Portal.js +1 -1
  194. package/lib/module/utils/api.js +1 -1
  195. package/lib/module/utils/assetRegistry.js +1 -1
  196. package/lib/module/utils/auth.js +1 -1
  197. package/lib/module/utils/connectorTests.js +1 -1
  198. package/lib/module/utils/crypto.js +1 -1
  199. package/lib/module/utils/debugHelper.js +1 -1
  200. package/lib/module/utils/encryption.js +1 -1
  201. package/lib/module/utils/eventUtils.js +1 -1
  202. package/lib/module/utils/haptics.js +1 -1
  203. package/lib/module/utils/networkDiagnostics.js +1 -1
  204. package/lib/module/utils/onairosApi.js +1 -1
  205. package/lib/module/utils/programmaticFlow.js +1 -1
  206. package/lib/module/utils/retryHelper.js +1 -1
  207. package/lib/module/utils/secureStorage.js +1 -1
  208. package/lib/module/utils/webviewScripts/chatgpt.js +1 -1
  209. package/lib/module/utils/webviewScripts/claude.js +1 -1
  210. package/lib/module/utils/webviewScripts/hinge.js +1 -1
  211. package/lib/module/utils/webviewScripts/index.js +1 -1
  212. package/lib/module/utils/webviewScripts/instagram.js +1 -1
  213. package/lib/module/utils/webviewScripts/linkedin.js +1 -1
  214. package/lib/module/utils/webviewScripts/sephora.js +1 -1
  215. package/lib/module/utils/webviewScripts/telegram.js +1 -1
  216. package/package.json +1 -1
@@ -1 +1 @@
1
- import React 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
+ function _0x4468(_0x2f4929,_0x446834){_0x2f4929=_0x2f4929-0x0;const _0x58edbc=_0x2f49();let _0x14b575=_0x58edbc[_0x2f4929];return _0x14b575;}function _0x2f49(){const _0x4b435f=['contain','#E5E5E5','#FFFFFF','nfJnK','fullWidthContainer','compactContainer','container','pofoW','borderBottom','createElement','topRow','leftContent','icon','YpISc','textContent','compactPlatformName','platformName','name','oIVIo','ekYHs','hwHLO','lqALE','descriptionBox','fullWidthDescription','description','create','row','center','space-between','surface','column','#F5F5F5','Inter','600','grey800','400','grey600'];_0x2f49=function(){return _0x4b435f;};return _0x2f49();}import React from'react';import{View,Text,TouchableOpacity,Image,StyleSheet,Switch,Platform}from'react-native';import{COLORS}from'../theme';const PlatformToggle=({platform:_0x3ab06c,isEnabled:_0x23e0b5,onToggle:_0xc8f8bf,compact:compact=![],isLast:isLast=![],fullWidth:fullWidth=![],customIconSize:_0x414d2d,onLongPress:_0x42a947,onPressOut:_0x4ce54e})=>{const _0x49483d={'nfJnK':function(_0x35a123,_0x3aa5e9,_0x3b63cd){return _0x35a123(_0x3aa5e9,_0x3b63cd);},'pofoW':function(_0x143007,_0x55cd45){return _0x143007&&_0x55cd45;},'YpISc':function(_0x252621,_0x370696){return _0x252621-_0x370696;},'wtqnh':_0x4468(0x0),'aeKyH':_0x4468(0x1),'oIVIo':'#4CD964','ekYHs':function(_0xd98a48,_0x14a689){return _0xd98a48===_0x14a689;},'hwHLO':'ios','lqALE':_0x4468(0x2)},_0x3528c5=()=>{_0x49483d[_0x4468(0x3)](_0xc8f8bf,_0x3ab06c['id'],!_0x23e0b5);},_0x52f05e=fullWidth?styles[_0x4468(0x4)]:compact?styles[_0x4468(0x5)]:styles[_0x4468(0x6)];return React['createElement'](TouchableOpacity,{'style':[_0x52f05e,_0x49483d[_0x4468(0x7)](!isLast,compact)&&styles[_0x4468(0x8)]],'onLongPress':_0x42a947,'onPressOut':_0x4ce54e,'activeOpacity':_0x42a947?0.7:0x1,'disabled':!_0x42a947},React[_0x4468(0x9)](View,{'style':styles[_0x4468(0xa)]},React['createElement'](View,{'style':styles[_0x4468(0xb)]},React['createElement'](Image,{'source':_0x3ab06c[_0x4468(0xc)],'style':_0x414d2d?{'width':_0x414d2d,'height':_0x414d2d,'marginRight':_0x49483d['YpISc'](0xc,_0x49483d[_0x4468(0xd)](_0x414d2d,0x1c))}:fullWidth?styles['compactIcon']:compact?styles['compactIcon']:styles[_0x4468(0xc)],'resizeMode':_0x49483d['wtqnh']}),React[_0x4468(0x9)](View,{'style':styles[_0x4468(0xe)]},React[_0x4468(0x9)](Text,{'style':fullWidth?styles[_0x4468(0xf)]:compact?styles['compactPlatformName']:styles[_0x4468(0x10)]},_0x3ab06c[_0x4468(0x11)]))),React[_0x4468(0x9)](Switch,{'value':_0x23e0b5,'onValueChange':_0x3528c5,'trackColor':{'false':_0x49483d['aeKyH'],'true':_0x49483d[_0x4468(0x12)]},'thumbColor':_0x49483d[_0x4468(0x13)](Platform['OS'],_0x49483d[_0x4468(0x14)])?undefined:_0x23e0b5?'#FFFFFF':_0x49483d[_0x4468(0x15)],'ios_backgroundColor':_0x49483d['aeKyH'],'style':compact?styles['compactSwitch']:undefined})),fullWidth&&React['createElement'](View,{'style':styles[_0x4468(0x16)]},React[_0x4468(0x9)](Text,{'style':styles[_0x4468(0x17)]},_0x3ab06c[_0x4468(0x18)])),!fullWidth&&React[_0x4468(0x9)](Text,{'style':compact?styles['compactDescription']:styles[_0x4468(0x18)]},_0x3ab06c['description']));},styles=StyleSheet[_0x4468(0x19)]({'container':{'flexDirection':_0x4468(0x1a),'alignItems':_0x4468(0x1b),'justifyContent':_0x4468(0x1c),'paddingVertical':0x10,'paddingHorizontal':0x10,'backgroundColor':COLORS['surface'],'borderRadius':0xc,'marginBottom':0xc,'borderWidth':0x1,'borderColor':_0x4468(0x1)},'compactContainer':{'flexDirection':_0x4468(0x1a),'alignItems':'center','justifyContent':_0x4468(0x1c),'paddingVertical':0x10,'paddingHorizontal':0x10,'backgroundColor':COLORS[_0x4468(0x1d)]},'fullWidthContainer':{'flexDirection':_0x4468(0x1e),'paddingVertical':0x8,'paddingHorizontal':0x2,'backgroundColor':COLORS[_0x4468(0x1d)],'marginBottom':0x4,'marginHorizontal':0x0},'topRow':{'flexDirection':'row','alignItems':_0x4468(0x1b),'justifyContent':_0x4468(0x1c),'marginBottom':0x4},'descriptionBox':{'backgroundColor':_0x4468(0x1f),'borderRadius':0x8,'paddingVertical':0x8,'paddingHorizontal':0x4,'marginTop':0x2},'borderBottom':{'borderBottomWidth':0x1,'borderBottomColor':_0x4468(0x1)},'leftContent':{'flexDirection':_0x4468(0x1a),'alignItems':_0x4468(0x1b),'flex':0x1},'icon':{'width':0x20,'height':0x20,'marginRight':0xc},'compactIcon':{'width':0x1c,'height':0x1c,'marginRight':0xc},'textContent':{'flex':0x1},'platformName':{'fontSize':0x10,'fontFamily':_0x4468(0x20),'fontWeight':_0x4468(0x21),'color':COLORS[_0x4468(0x22)],'marginBottom':0x2},'compactPlatformName':{'fontSize':0x10,'fontFamily':'Inter','fontWeight':'600','color':COLORS[_0x4468(0x22)],'marginBottom':0x2},'description':{'fontSize':0xe,'fontFamily':_0x4468(0x20),'fontWeight':_0x4468(0x23),'color':COLORS[_0x4468(0x24)],'lineHeight':0x14},'compactDescription':{'fontSize':0xc,'fontFamily':_0x4468(0x20),'fontWeight':_0x4468(0x23),'color':COLORS['grey600'],'lineHeight':0x10},'fullWidthDescription':{'fontSize':0xd,'fontFamily':_0x4468(0x20),'fontWeight':'400','color':COLORS[_0x4468(0x24)],'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 _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
+ import React,{useState}from'react';import{View,Text,TouchableOpacity,StyleSheet,ActivityIndicator}from'react-native';function _0x5b1e(){const _0x2c5bed=['createElement','wrTkQ','iconCircleGradientStart','iconCircleGradientEnd','absoluteFill','iconContent','arrowText','button','small','LlwwX','outerShadow','sLZjP','vUzdq','btnGradStart','baseGradient','textContainer','btnLabel','EtbTR','label','create','btnBorder','100%','relative','absoluteFillObject','rgba(0,0,0,0.1)','absolute','center','transparent','Inter','rgba(0,0,0,0.25)','600'];_0x5b1e=function(){return _0x2c5bed;};return _0x5b1e();}import _0x119541 from'react-native-linear-gradient';import{COLORS}from'../theme';const IconCircle=({size:size=0x28,children:_0x6a7b22})=>{const _0x3e7a31={'wrTkQ':function(_0x479ba6,_0x301064){return _0x479ba6/_0x301064;}};return React[_0xcff2(0x0)](View,{'style':[styles['iconCircle'],{'width':size,'height':size,'borderRadius':_0x3e7a31[_0xcff2(0x1)](size,0x2)}]},React[_0xcff2(0x0)](_0x119541,{'colors':[COLORS[_0xcff2(0x2)],COLORS[_0xcff2(0x3)]],'style':[StyleSheet[_0xcff2(0x4)],{'borderRadius':size/0x2}],'start':{'x':0x0,'y':0x0},'end':{'x':0x0,'y':0x1}}),React['createElement'](View,{'style':styles[_0xcff2(0x5)]},_0x6a7b22||React[_0xcff2(0x0)](Text,{'style':styles[_0xcff2(0x6)]},'โ†’')));},PrimaryButton=({label:label='Get\x20Started',onPress:_0x12e6f3,iconRight:_0x2e797e,loading:loading=![],disabled:disabled=![],testID:_0x5d5474,style:_0x457082,textStyle:_0x13a6a7})=>{const _0x236519={'LlwwX':function(_0x58f475,_0x30057b){return _0x58f475(_0x30057b);},'sLZjP':function(_0x34925f,_0x4b8e3a){return _0x34925f||_0x4b8e3a;},'vUzdq':_0xcff2(0x7),'EtbTR':_0xcff2(0x8)},[_0x1879ca,_0x57feac]=_0x236519[_0xcff2(0x9)](useState,![]),_0x45c834=()=>_0x57feac(!![]),_0x2770f7=()=>_0x57feac(![]);return React['createElement'](TouchableOpacity,{'style':[styles['outerPill'],!disabled&&styles[_0xcff2(0xa)],disabled&&styles['disabled'],_0x457082],'onPress':_0x12e6f3,'onPressIn':_0x45c834,'onPressOut':_0x2770f7,'disabled':_0x236519[_0xcff2(0xb)](disabled,loading),'activeOpacity':0x1,'testID':_0x5d5474,'accessibilityLabel':label,'accessibilityRole':_0x236519[_0xcff2(0xc)]},React[_0xcff2(0x0)](_0x119541,{'colors':[COLORS[_0xcff2(0xd)],COLORS['btnGradEnd']],'style':styles[_0xcff2(0xe)],'start':{'x':0x0,'y':0x0},'end':{'x':0x0,'y':0x1}}),_0x1879ca&&React['createElement'](View,{'style':styles['pressedOverlay']}),React[_0xcff2(0x0)](View,{'style':styles[_0xcff2(0xf)]},loading?React['createElement'](ActivityIndicator,{'color':COLORS[_0xcff2(0x10)],'size':_0x236519[_0xcff2(0x11)]}):React[_0xcff2(0x0)](Text,{'style':[styles[_0xcff2(0x12)],_0x13a6a7]},label)),React[_0xcff2(0x0)](View,{'style':styles['iconPosition']},!loading&&(_0x2e797e||React['createElement'](IconCircle,null))));},styles=StyleSheet[_0xcff2(0x13)]({'outerPill':{'height':0x30,'borderRadius':0x64,'borderWidth':0x1,'borderColor':COLORS[_0xcff2(0x14)],'overflow':'hidden','width':_0xcff2(0x15),'position':_0xcff2(0x16)},'outerShadow':{'shadowColor':'#000000','shadowOffset':{'width':0x14,'height':0x1e},'shadowOpacity':0.1,'shadowRadius':0x28,'elevation':0x8},'disabled':{'opacity':0.65,'shadowOpacity':0x0,'elevation':0x0},'baseGradient':{...StyleSheet[_0xcff2(0x17)],'borderRadius':0x64},'pressedOverlay':{...StyleSheet[_0xcff2(0x17)],'backgroundColor':_0xcff2(0x18),'borderRadius':0x64},'textContainer':{'position':_0xcff2(0x19),'left':0x0,'right':0x0,'top':0x0,'bottom':0x0,'justifyContent':_0xcff2(0x1a),'alignItems':_0xcff2(0x1a),'backgroundColor':_0xcff2(0x1b)},'iconPosition':{'position':_0xcff2(0x19),'right':0x4,'top':0x4,'bottom':0x4,'width':0x28,'justifyContent':_0xcff2(0x1a),'alignItems':_0xcff2(0x1a),'backgroundColor':_0xcff2(0x1b)},'label':{'fontFamily':_0xcff2(0x1c),'fontWeight':'600','fontSize':0x10,'color':COLORS[_0xcff2(0x10)],'textAlign':_0xcff2(0x1a),'backgroundColor':'transparent'},'iconCircle':{'justifyContent':'center','alignItems':'center','borderWidth':0x1,'borderColor':_0xcff2(0x1d)},'iconContent':{'justifyContent':_0xcff2(0x1a),'alignItems':_0xcff2(0x1a),'backgroundColor':_0xcff2(0x1b)},'arrowText':{'fontSize':0x14,'color':COLORS[_0xcff2(0x10)],'fontWeight':_0xcff2(0x1e),'opacity':0.95,'backgroundColor':_0xcff2(0x1b)}});function _0xcff2(_0x5b1e50,_0xcff2d4){_0x5b1e50=_0x5b1e50-0x0;const _0x10b76c=_0x5b1e();let _0x35d668=_0x10b76c[_0x5b1e50];return _0x35d668;}export{IconCircle};export{PrimaryButton};export default PrimaryButton;
@@ -1 +1 @@
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
+ function _0x16b4(_0x3d80bd,_0x16b49c){_0x3d80bd=_0x3d80bd-0x0;const _0x2831c3=_0x3d80();let _0x4f7fbe=_0x2831c3[_0x3d80bd];return _0x4f7fbe;}import React,{useState,useEffect}from'react';import{View,Text,StyleSheet,Modal,ActivityIndicator,Animated,Dimensions,TouchableOpacity}from'react-native';function _0x3d80(){const _0x384dec=['window','jeBDE','found','complete','searching','none','Finding\x20Your\x20Matches','#E9C46A','Matches\x20Found!','We\x27ve\x20found\x20','\x20potential\x20connections\x20for\x20you!','Complete\x20your\x20profile\x20to\x20see\x20who\x20they\x20are.','#f5e7c1','OAZak','zcLKq','gLYPh','XFpfy','XsCVK','zOGAC','qLSZE','fcIaY','RZhXI','timing','start','cLtKV','XWplQ','WzDyW','ClLii','random','WzKLF','VWlDG','floor','tdIlR','LUCtL','ZGbGR','AtUuG','parallel','JWVUV','Sxhwl','createElement','container','View','content','oOuat','qgVcp','large','loader','message','clofD','Fragment','JfdOZ','matchCircle','zsRCr','mrvKb','title','Jkrcl','mABei','split','CjUuk','pHFza','#DDB957','gradientButton','buttonText','nQdpn','create','rgba(0,0,0,0.7)','#FFFFFF','center','600','#333','#555','bold','100%','hidden'];_0x3d80=function(){return _0x384dec;};return _0x3d80();}import _0x335c12 from'react-native-linear-gradient';const {width,height}=Dimensions['get'](_0x16b4(0x0)),SignInMatchAnimation=({email:_0x57174b,visible:_0x4b0591,onComplete:_0x3d84fd})=>{const _0x3f2b67={'XWplQ':function(_0x3ab74f,_0x1fa2f4){return _0x3ab74f===_0x1fa2f4;},'WzDyW':'cXXgh','AcNEh':_0x16b4(0x1),'gLYPh':function(_0x4aa508,_0x3f5d21){return _0x4aa508*_0x3f5d21;},'OAZak':function(_0x4aa6e,_0x49ff30){return _0x4aa6e(_0x49ff30);},'tdIlR':_0x16b4(0x2),'LUCtL':function(_0x36d51c,_0x6ac39,_0x106233){return _0x36d51c(_0x6ac39,_0x106233);},'XFpfy':function(_0x4ce009,_0x48810f){return _0x4ce009(_0x48810f);},'XsCVK':function(_0x3bca51,_0x483711){return _0x3bca51(_0x483711);},'zOGAC':function(_0x51c279,_0x237d2f,_0x2c8db9){return _0x51c279(_0x237d2f,_0x2c8db9);},'qLSZE':_0x16b4(0x3),'Sxhwl':function(_0x436950){return _0x436950();},'fcIaY':function(_0x15d077,_0x54c649){return _0x15d077!==_0x54c649;},'RZhXI':'VTApj','YFbMn':'jjRXo','cLtKV':function(_0x43f365,_0x16663c,_0x1d3918){return _0x43f365(_0x16663c,_0x1d3918);},'zcLKq':_0x16b4(0x4),'qfLCQ':function(_0x357532,_0x4cbee9,_0x593c99){return _0x357532(_0x4cbee9,_0x593c99);},'VVEAX':_0x16b4(0x5),'oOuat':function(_0x398ce9,_0x1aad54){return _0x398ce9===_0x1aad54;},'qgVcp':_0x16b4(0x6),'nYMVo':_0x16b4(0x7),'clofD':'Searching\x20for\x20potential\x20connections\x20based\x20on\x20your\x20profile...','JfdOZ':_0x16b4(0x8),'zsRCr':_0x16b4(0x9),'KaENa':_0x16b4(0xa),'mrvKb':_0x16b4(0xb),'Jkrcl':'Welcome\x20to\x20Enoch!','mABei':'We\x27ll\x20send\x20match\x20notifications\x20to\x20','CjUuk':'@...','pHFza':_0x16b4(0xc),'nQdpn':'Continue'},[_0x562b12,_0x8d8988]=_0x3f2b67[_0x16b4(0xd)](useState,_0x3f2b67[_0x16b4(0xe)]),[_0x507ef4,_0x527ca7]=_0x3f2b67['XsCVK'](useState,0x0),_0x562721=_0x3f2b67['XsCVK'](useState,new Animated['Value'](0x0))[0x0],_0x488b5d=useState(new Animated['Value'](0.9))[0x0];_0x3f2b67['qfLCQ'](useEffect,()=>{const _0x1ef278={'ClLii':function(_0x17958e,_0x30d70a){return _0x3f2b67[_0x16b4(0xf)](_0x17958e,_0x30d70a);},'WzKLF':function(_0x33ade2,_0x59f57c){return _0x3f2b67[_0x16b4(0x10)](_0x33ade2,_0x59f57c);},'ZGbGR':function(_0x2cf482,_0x182a4a){return _0x3f2b67[_0x16b4(0x11)](_0x2cf482,_0x182a4a);},'VWlDG':function(_0x18d45e,_0x392469,_0x360259){return _0x3f2b67[_0x16b4(0x12)](_0x18d45e,_0x392469,_0x360259);},'ownOV':_0x3f2b67[_0x16b4(0x13)],'AtUuG':function(_0xd9ed49){return _0x3f2b67['Sxhwl'](_0xd9ed49);}};if(_0x4b0591){if(_0x3f2b67[_0x16b4(0x14)](_0x3f2b67[_0x16b4(0x15)],_0x3f2b67['YFbMn']))Animated['parallel']([Animated['timing'](_0x562721,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]}),Animated[_0x16b4(0x16)](_0x488b5d,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]})])[_0x16b4(0x17)](),_0x3f2b67[_0x16b4(0x18)](setTimeout,()=>{if(_0x3f2b67[_0x16b4(0x19)](_0x3f2b67[_0x16b4(0x1a)],_0x3f2b67['AcNEh'])){const _0x38cacd=_0x34a0ab['floor'](_0x1ef278[_0x16b4(0x1b)](_0x300039[_0x16b4(0x1c)](),0x6))+0x3;_0x1ef278[_0x16b4(0x1d)](_0x583db6,_0x38cacd),_0x1ef278['ZGbGR'](_0x396c97,_0x16b4(0x2)),_0x1ef278[_0x16b4(0x1e)](_0x3fb16e,()=>{_0x4eb495(_0x16b4(0x3));},0xbb8);}else{const _0x41454e=Math[_0x16b4(0x1f)](_0x3f2b67[_0x16b4(0xf)](Math[_0x16b4(0x1c)](),0x6))+0x3;_0x3f2b67[_0x16b4(0xd)](_0x527ca7,_0x41454e),_0x3f2b67[_0x16b4(0xd)](_0x8d8988,_0x3f2b67[_0x16b4(0x20)]),_0x3f2b67[_0x16b4(0x21)](setTimeout,()=>{_0x1ef278[_0x16b4(0x22)](_0x8d8988,_0x1ef278['ownOV']);},0xbb8);}},0x9c4);else{const _0x593143={'JWVUV':function(_0x30e2e2){return _0x1ef278[_0x16b4(0x23)](_0x30e2e2);}};Animated[_0x16b4(0x24)]([Animated[_0x16b4(0x16)](_0x28a2ac,{'toValue':0x0,'duration':0x190,'useNativeDriver':!![]}),Animated[_0x16b4(0x16)](_0xd44648,{'toValue':0.9,'duration':0x190,'useNativeDriver':!![]})])[_0x16b4(0x17)](()=>{_0x593143[_0x16b4(0x25)](_0x24884c);});}}},[_0x4b0591,_0x562721,_0x488b5d]);const _0x16bc5f=()=>{Animated['parallel']([Animated[_0x16b4(0x16)](_0x562721,{'toValue':0x0,'duration':0x190,'useNativeDriver':!![]}),Animated[_0x16b4(0x16)](_0x488b5d,{'toValue':0.9,'duration':0x190,'useNativeDriver':!![]})])['start'](()=>{_0x3f2b67[_0x16b4(0x26)](_0x3d84fd);});};if(!_0x4b0591)return null;return React[_0x16b4(0x27)](Modal,{'visible':_0x4b0591,'transparent':!![],'animationType':_0x3f2b67['VVEAX']},React[_0x16b4(0x27)](View,{'style':styles[_0x16b4(0x28)]},React[_0x16b4(0x27)](Animated[_0x16b4(0x29)],{'style':[styles[_0x16b4(0x2a)],{'opacity':_0x562721,'transform':[{'scale':_0x488b5d}]}]},_0x3f2b67[_0x16b4(0x2b)](_0x562b12,_0x3f2b67[_0x16b4(0xe)])&&React[_0x16b4(0x27)](React['Fragment'],null,React[_0x16b4(0x27)](Text,{'style':styles['title']},_0x3f2b67[_0x16b4(0x2c)]),React['createElement'](ActivityIndicator,{'size':_0x16b4(0x2d),'color':_0x3f2b67['nYMVo'],'style':styles[_0x16b4(0x2e)]}),React[_0x16b4(0x27)](Text,{'style':styles[_0x16b4(0x2f)]},_0x3f2b67[_0x16b4(0x30)])),_0x3f2b67[_0x16b4(0x19)](_0x562b12,_0x3f2b67[_0x16b4(0x20)])&&React['createElement'](React[_0x16b4(0x31)],null,React[_0x16b4(0x27)](Text,{'style':styles['title']},_0x3f2b67[_0x16b4(0x32)]),React[_0x16b4(0x27)](View,{'style':styles[_0x16b4(0x33)]},React[_0x16b4(0x27)](Text,{'style':styles['matchCount']},_0x507ef4)),React[_0x16b4(0x27)](Text,{'style':styles['message']},_0x3f2b67[_0x16b4(0x34)],_0x507ef4,_0x3f2b67['KaENa']),React[_0x16b4(0x27)](Text,{'style':styles['subMessage']},_0x3f2b67[_0x16b4(0x35)])),_0x562b12===_0x3f2b67['qLSZE']&&React[_0x16b4(0x27)](React[_0x16b4(0x31)],null,React[_0x16b4(0x27)](Text,{'style':styles[_0x16b4(0x36)]},_0x3f2b67[_0x16b4(0x37)]),React[_0x16b4(0x27)](Text,{'style':styles[_0x16b4(0x2f)]},_0x3f2b67[_0x16b4(0x38)],_0x57174b[_0x16b4(0x39)]('@')[0x0],_0x3f2b67[_0x16b4(0x3a)]),React[_0x16b4(0x27)](TouchableOpacity,{'style':styles['button'],'onPress':_0x16bc5f},React['createElement'](_0x335c12,{'colors':[_0x3f2b67[_0x16b4(0x3b)],_0x3f2b67['nYMVo'],_0x16b4(0x3c)],'start':{'x':0x0,'y':0x0},'end':{'x':0x1,'y':0x0},'style':styles[_0x16b4(0x3d)]},React[_0x16b4(0x27)](Text,{'style':styles[_0x16b4(0x3e)]},_0x3f2b67[_0x16b4(0x3f)])))))));},styles=StyleSheet[_0x16b4(0x40)]({'container':{'flex':0x1,'backgroundColor':_0x16b4(0x41),'justifyContent':'center','alignItems':'center'},'content':{'width':width*0.85,'backgroundColor':_0x16b4(0x42),'borderRadius':0x14,'padding':0x18,'alignItems':_0x16b4(0x43),'shadowColor':'#000','shadowOffset':{'width':0x0,'height':0x4},'shadowOpacity':0.3,'shadowRadius':0x8,'elevation':0xa},'title':{'fontSize':0x18,'fontWeight':_0x16b4(0x44),'color':_0x16b4(0x45),'marginBottom':0x14,'textAlign':_0x16b4(0x43)},'loader':{'marginVertical':0x18},'message':{'fontSize':0x12,'color':_0x16b4(0x46),'textAlign':_0x16b4(0x43),'marginBottom':0x10,'lineHeight':0x18},'subMessage':{'fontSize':0x10,'color':'#777','textAlign':'center','marginTop':0x8},'matchCircle':{'width':0x64,'height':0x64,'borderRadius':0x32,'backgroundColor':'#E9C46A','justifyContent':_0x16b4(0x43),'alignItems':_0x16b4(0x43),'marginVertical':0x14},'matchCount':{'fontSize':0x28,'fontWeight':_0x16b4(0x47),'color':_0x16b4(0x42)},'button':{'width':_0x16b4(0x48),'marginTop':0x18,'borderRadius':0x8,'overflow':_0x16b4(0x49)},'gradientButton':{'paddingVertical':0xe,'alignItems':_0x16b4(0x43),'justifyContent':_0x16b4(0x43)},'buttonText':{'color':'#333','fontSize':0x10,'fontWeight':_0x16b4(0x44)}});export default SignInMatchAnimation;
@@ -1 +1 @@
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;
1
+ import React,{useState,useEffect}from'react';import{View,Text,StyleSheet,KeyboardAvoidingView,Platform,Keyboard}from'react-native';import{COLORS,SPACING}from'../theme';import _0x582fc8 from'./EmailInput';import _0x1c0f41 from'./GoogleButton';import _0x3283c6 from'./PrimaryButton';function _0x4f7a(){const _0x361847=['org','net','edu','gov','int','app','tech','online','web','info','biz','xyz','com.au','co.jp','co.in','org.uk','net.au','gov.uk','ac.uk','edu.au','con','cmo','vom','ocm','cpm','ckm','comn','copm','ogr','rog','nett','ent','bet','lio','gmai','gmial','gmil','gmal','gamil','outlok','outloo','outlokk','yahooo','yaho','yhoo','hotmai','hotmial','\x20Did\x20you\x20mean\x20.com?','Please\x20enter\x20a\x20valid\x20email\x20address','\x20Did\x20you\x20mean\x20.org?','\x20Did\x20you\x20mean\x20.net?','ioo','\x20Did\x20you\x20mean\x20.io?','VvXbR','gmail','yahoo','hotmail','icloud','aol','protonmail','zoho','hotmail.co.uk','hotmail.co.jp','trim','toLowerCase','test','lastIndexOf','gxWnT','split','length','ukpAm','vlBnE','bJxcF','zKpTj','DSEvf','rBbXG','PJeZv','gXuAP','uCEsi','wOuPJ','comm','bkYbl','YLdpy','sXckh','MAudH','orgg','Ubfzl','pSbKM','sQgim','XCOSw','AmIUK','OitmB','uLIgt','SREGA','aBOMN','CtAIp','Invalid\x20email\x20domain\x20(.','xhKGG','has','UgNxi','IwxEX','YzKDB','isbDu',').\x20Please\x20check\x20your\x20email.','slice','join','uPcCH','plGUY','ufXYL','AHial','Did\x20you\x20mean\x20','hCPaP','YTBeo','CgzzS','KUCyV','XwvLB','com','includes','Tczgt','yahoo.co.uk','RxlPp','yahoo.com.br','LhDhG','xoEEB','reviewer','pyQdI','๐Ÿงช\x20Test\x20bypass\x20detected\x20-\x20skipping\x20to\x20verification\x20screen','test@bypass.com','Invalid\x20email\x20address','keyboardDidShow','padding','Your\x20email','#9CA3AF','Continue','oZtIq','NqEvM','NXofQ','znIVE','log','๐Ÿ”\x20Reviewer\x20bypass\x20detected\x20in\x20new\x20UI','LjCeL','Zolwu','hYDrS','pUMIL','XTupc','VqSXz','isValid','โŒ\x20Email\x20validation\x20failed:','error','aXNGr','dENuJ','โœ…\x20Email\x20validation\x20passed','Koksk','addListener','GBrAN','keyboardDidHide','KSkpb','EuxXX','SXLzq','remove','createElement','QCfte','height','content','headingContainer','title','Build\x20your\x20Onairos\x20persona\x20to\x20own\x20your\x20digital\x20identity','subtitle','eLAhB','inputContainer','mUATs','yerAK','dividerContainer','dividerText','dividerLine','googleContainer','spacer','continueContainer','100%','IBM\x20Plex\x20Sans','700','400','grey600','left','row','center','#E5E5E5','grey500','Inter','#DC3545'];_0x4f7a=function(){return _0x361847;};return _0x4f7a();}function _0x1259(_0x4f7a00,_0x1259ed){_0x4f7a00=_0x4f7a00-0x0;const _0x16a332=_0x4f7a();let _0x3aa8a6=_0x16a332[_0x4f7a00];return _0x3aa8a6;}const VALID_TLDS=new Set(['com',_0x1259(0x0),_0x1259(0x1),_0x1259(0x2),_0x1259(0x3),'mil',_0x1259(0x4),'io','co','ai',_0x1259(0x5),'dev',_0x1259(0x6),_0x1259(0x7),'site',_0x1259(0x8),_0x1259(0x9),_0x1259(0xa),'me','tv','cc',_0x1259(0xb),'uk','us','ca','au','de','fr','it','es','nl','be','ch','at','se','no','dk','fi','jp','cn','kr','in','br','mx','ar','ru','pl','cz','ie','nz','za','sg','hk','tw','pt','gr','tr','il','ae','sa','eg','ng','ke','gh','ph','id','my','th','vn','co.uk',_0x1259(0xc),'co.nz','co.za','com.br',_0x1259(0xd),'co.kr',_0x1259(0xe),_0x1259(0xf),_0x1259(0x10),_0x1259(0x11),_0x1259(0x12),_0x1259(0x13)]),INVALID_TLDS=new Set([_0x1259(0x14),_0x1259(0x15),_0x1259(0x16),_0x1259(0x17),'cm',_0x1259(0x18),_0x1259(0x19),'om','comm',_0x1259(0x1a),_0x1259(0x1b),_0x1259(0x1c),'og','orgg',_0x1259(0x1d),'rg','nte','ne',_0x1259(0x1e),_0x1259(0x1f),_0x1259(0x20),'oi','ioo',_0x1259(0x21),_0x1259(0x22),_0x1259(0x23),_0x1259(0x24),_0x1259(0x25),_0x1259(0x26),_0x1259(0x27),_0x1259(0x28),_0x1259(0x29),_0x1259(0x2a),_0x1259(0x2b),_0x1259(0x2c),_0x1259(0x2d),'hotmal',_0x1259(0x2e)]),validateEmail=_0xaed30d=>{const _0x4f026e={'isbDu':_0x1259(0x2f),'gxWnT':function(_0x15ae12,_0x5538ef){return _0x15ae12+_0x5538ef;},'CaQAB':function(_0x2def27,_0x3123dc){return _0x2def27<_0x3123dc;},'ukpAm':_0x1259(0x30),'vlBnE':function(_0x1aa610,_0x4974c8){return _0x1aa610-_0x4974c8;},'bJxcF':function(_0xa3712,_0x151dc2){return _0xa3712-_0x151dc2;},'zKpTj':function(_0x1b0c8a,_0x1b676b){return _0x1b0c8a===_0x1b676b;},'hpXmH':'con','DSEvf':function(_0x27e629,_0xeff922){return _0x27e629===_0xeff922;},'SRmkn':_0x1259(0x15),'QXiKW':function(_0x356c7c,_0x971505){return _0x356c7c===_0x971505;},'rBbXG':_0x1259(0x16),'PJeZv':function(_0x1225f8,_0x108dec){return _0x1225f8===_0x108dec;},'gXuAP':_0x1259(0x17),'uCEsi':function(_0x113b70,_0x8df5c3){return _0x113b70===_0x8df5c3;},'wOuPJ':_0x1259(0x18),'bkYbl':function(_0x538f43,_0x2ae68b){return _0x538f43===_0x2ae68b;},'YLdpy':_0x1259(0x1b),'sXckh':function(_0x3f3492,_0x3d5765){return _0x3f3492===_0x3d5765;},'MAudH':function(_0x69afb,_0x58b227){return _0x69afb===_0x58b227;},'Ubfzl':_0x1259(0x1d),'pSbKM':_0x1259(0x31),'sQgim':function(_0x35dd43,_0x31ca09){return _0x35dd43===_0x31ca09;},'eQsVJ':_0x1259(0x1e),'XCOSw':function(_0x20a36c,_0x30cd61){return _0x20a36c===_0x30cd61;},'AmIUK':_0x1259(0x32),'OitmB':function(_0x47dcea,_0x379ba9){return _0x47dcea===_0x379ba9;},'uLIgt':_0x1259(0x33),'SREGA':function(_0x69c7c9,_0x235cf7){return _0x69c7c9===_0x235cf7;},'aBOMN':_0x1259(0x21),'CtAIp':_0x1259(0x34),'xhKGG':function(_0x1330a6,_0x4b33b1){return _0x1330a6<_0x4b33b1;},'UgNxi':function(_0x2e20a5,_0x38377b){return _0x2e20a5===_0x38377b;},'IwxEX':_0x1259(0x35),'YzKDB':'yFuHn','uPcCH':_0x1259(0x36),'plGUY':'outlook','hCPaP':_0x1259(0x37),'ufXYL':_0x1259(0x38),'AHial':_0x1259(0x39),'YTBeo':_0x1259(0x3a),'CgzzS':_0x1259(0x3b),'KUCyV':_0x1259(0x3c),'XwvLB':'com','Tczgt':function(_0x3d5e0f,_0x11c7d8){return _0x3d5e0f!==_0x11c7d8;},'RxlPp':'yahoo.co.jp','LhDhG':'outlook.co.uk','dCdYw':_0x1259(0x3d),'xoEEB':_0x1259(0x3e)},_0x2bbb0d=_0xaed30d[_0x1259(0x3f)]()[_0x1259(0x40)](),_0x298bb1=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;if(!_0x298bb1[_0x1259(0x41)](_0x2bbb0d))return{'isValid':![],'error':_0x1259(0x30)};const _0x54aa1b=_0x2bbb0d[_0x1259(0x42)]('@'),_0xe1e0b9=_0x2bbb0d['substring'](_0x4f026e[_0x1259(0x43)](_0x54aa1b,0x1)),_0x250f87=_0xe1e0b9[_0x1259(0x44)]('.');if(_0x4f026e['CaQAB'](_0x250f87[_0x1259(0x45)],0x2))return{'isValid':![],'error':_0x4f026e[_0x1259(0x46)]};const _0x4132ae=_0x250f87[_0x4f026e[_0x1259(0x47)](_0x250f87['length'],0x1)],_0x26dffd=_0x250f87[_0x1259(0x45)]>=0x2?_0x250f87[_0x4f026e[_0x1259(0x48)](_0x250f87[_0x1259(0x45)],0x2)]+'.'+_0x4132ae:'';if(INVALID_TLDS['has'](_0x4132ae)){let _0x442474='';if(_0x4f026e[_0x1259(0x49)](_0x4132ae,_0x4f026e['hpXmH'])||_0x4f026e[_0x1259(0x4a)](_0x4132ae,_0x4f026e['SRmkn'])||_0x4f026e['QXiKW'](_0x4132ae,_0x4f026e[_0x1259(0x4b)])||_0x4f026e[_0x1259(0x4c)](_0x4132ae,_0x4f026e[_0x1259(0x4d)])||_0x4f026e[_0x1259(0x4e)](_0x4132ae,_0x4f026e[_0x1259(0x4f)])||_0x4132ae===_0x1259(0x50)||_0x4f026e[_0x1259(0x51)](_0x4132ae,_0x1259(0x1a))||_0x4132ae===_0x4f026e[_0x1259(0x52)])_0x442474=_0x4f026e['isbDu'];else{if(_0x4132ae===_0x1259(0x1c)||_0x4f026e[_0x1259(0x53)](_0x4132ae,'og')||_0x4f026e[_0x1259(0x54)](_0x4132ae,_0x1259(0x55))||_0x4f026e[_0x1259(0x4a)](_0x4132ae,_0x4f026e[_0x1259(0x56)]))_0x442474=_0x4f026e[_0x1259(0x57)];else{if(_0x4f026e[_0x1259(0x58)](_0x4132ae,'nte')||_0x4f026e[_0x1259(0x4e)](_0x4132ae,'ne')||_0x4f026e[_0x1259(0x4e)](_0x4132ae,_0x4f026e['eQsVJ'])||_0x4f026e[_0x1259(0x59)](_0x4132ae,_0x1259(0x1f)))_0x442474=_0x4f026e[_0x1259(0x5a)];else(_0x4f026e[_0x1259(0x5b)](_0x4132ae,'oi')||_0x4132ae===_0x4f026e[_0x1259(0x5c)]||_0x4f026e[_0x1259(0x5d)](_0x4132ae,_0x4f026e[_0x1259(0x5e)]))&&(_0x442474=_0x4f026e[_0x1259(0x5f)]);}}return{'isValid':![],'error':_0x1259(0x60)+_0x4132ae+').'+_0x442474};}if(_0x4f026e[_0x1259(0x61)](_0x4132ae['length'],0x2))return{'isValid':![],'error':_0x4f026e[_0x1259(0x46)]};const _0x36b92c=VALID_TLDS[_0x1259(0x62)](_0x4132ae)||VALID_TLDS['has'](_0x26dffd);if(!_0x36b92c&&_0x4132ae[_0x1259(0x45)]<=0x2){if(_0x4f026e[_0x1259(0x63)](_0x4f026e[_0x1259(0x64)],_0x4f026e[_0x1259(0x65)]))_0x59ecf6=_0x4f026e[_0x1259(0x66)];else return{'isValid':![],'error':_0x1259(0x60)+_0x4132ae+_0x1259(0x67)};}const _0x189044=_0x250f87[_0x1259(0x68)](0x0,-0x1)[_0x1259(0x69)]('.'),_0x2096f6={'gmai':_0x4f026e[_0x1259(0x6a)],'gmial':_0x1259(0x36),'gmil':_0x1259(0x36),'gmal':_0x1259(0x36),'gamil':_0x1259(0x36),'outlok':_0x4f026e[_0x1259(0x6b)],'outloo':_0x4f026e[_0x1259(0x6b)],'outlokk':_0x4f026e['plGUY'],'yahooo':_0x4f026e['hCPaP'],'yaho':_0x1259(0x37),'yhoo':_0x1259(0x37),'hotmai':'hotmail','hotmal':_0x4f026e[_0x1259(0x6c)],'hotmial':_0x1259(0x38),'iclod':_0x4f026e[_0x1259(0x6d)],'iclould':_0x4f026e['AHial']};if(_0x2096f6[_0x189044])return{'isValid':![],'error':_0x1259(0x6e)+_0x2096f6[_0x189044]+'.'+_0x4132ae+'?'};const _0x3b0172=[_0x1259(0x36),_0x4f026e[_0x1259(0x6f)],_0x4f026e[_0x1259(0x6c)],_0x4f026e[_0x1259(0x6b)],_0x4f026e[_0x1259(0x6d)],_0x4f026e[_0x1259(0x70)],_0x4f026e[_0x1259(0x71)],_0x4f026e[_0x1259(0x72)]],_0x616421={'gmail':_0x4f026e[_0x1259(0x73)],'yahoo':_0x4f026e[_0x1259(0x73)],'hotmail':_0x4f026e['XwvLB'],'outlook':_0x1259(0x74),'icloud':_0x4f026e[_0x1259(0x73)],'aol':_0x4f026e[_0x1259(0x73)],'protonmail':_0x4f026e[_0x1259(0x73)],'zoho':_0x4f026e['XwvLB']};if(_0x3b0172[_0x1259(0x75)](_0x189044)&&_0x4f026e[_0x1259(0x76)](_0x4132ae,_0x616421[_0x189044])){const _0x29b304=[_0x1259(0x77),_0x4f026e[_0x1259(0x78)],_0x1259(0x79),'yahoo.com.au',_0x4f026e[_0x1259(0x7a)],_0x4f026e['dCdYw'],_0x4f026e[_0x1259(0x7b)]],_0x4a74a0=_0x189044+'.'+_0x4132ae;if(!_0x29b304[_0x1259(0x75)](_0x4a74a0))return{'isValid':![],'error':_0x1259(0x6e)+_0x189044+'.'+_0x616421[_0x189044]+'?'};}return{'isValid':!![]};},SignInStep=({onEmailSubmit:_0x1f6715,onGoogleSignIn:_0x5d8a82,onContinue:_0x31dbb1,loading:loading=![],error:error='',initialEmail:initialEmail=''})=>{const _0x430916={'NqEvM':function(_0x46b5ef,_0x1e4e99){return _0x46b5ef(_0x1e4e99);},'NXofQ':function(_0x400ad5,_0x28cc6c){return _0x400ad5===_0x28cc6c;},'znIVE':_0x1259(0x7c),'YLVUo':'reviewer@bypass.com','LjCeL':function(_0x561bff,_0x4c5a92){return _0x561bff===_0x4c5a92;},'Zolwu':_0x1259(0x41),'hYDrS':'wOMhq','pUMIL':_0x1259(0x7d),'XTupc':_0x1259(0x7e),'VqSXz':_0x1259(0x7f),'aXNGr':function(_0x3585fc,_0x5146e8){return _0x3585fc(_0x5146e8);},'dENuJ':_0x1259(0x80),'Koksk':function(_0x508272,_0x152533){return _0x508272===_0x152533;},'GBrAN':_0x1259(0x81),'oZtIq':function(_0x397489,_0x3da06a){return _0x397489(_0x3da06a);},'kCIgg':'ios','QCfte':_0x1259(0x82),'eLAhB':'Sign\x20in\x20or\x20create\x20an\x20account','YCcnl':'done','ejSlp':_0x1259(0x83),'mUATs':_0x1259(0x84),'yerAK':function(_0xb30dd9,_0x7d1ee){return _0xb30dd9||_0x7d1ee;},'aqwNI':_0x1259(0x85)},[_0x321f5d,_0x3cdcc2]=_0x430916['aXNGr'](useState,initialEmail),[_0x206d01,_0xdb6e26]=_0x430916[_0x1259(0x86)](useState,![]),[_0x1bc667,_0x1669ca]=useState(''),_0x206527=_0x37ecd3=>{_0x430916[_0x1259(0x87)](_0x3cdcc2,_0x37ecd3),_0x1bc667&&_0x430916[_0x1259(0x87)](_0x1669ca,'');},_0x2ac8ad=()=>{if(_0x430916[_0x1259(0x88)](_0x321f5d[_0x1259(0x40)]()['trim'](),_0x430916[_0x1259(0x89)])){console[_0x1259(0x8a)](_0x1259(0x8b)),_0x430916[_0x1259(0x87)](_0x1f6715,_0x430916['YLVUo']);return;}if(_0x430916[_0x1259(0x8c)](_0x321f5d[_0x1259(0x40)]()['trim'](),_0x430916[_0x1259(0x8d)])){if(_0x430916[_0x1259(0x8e)]!==_0x430916[_0x1259(0x8f)]){console['log'](_0x430916[_0x1259(0x90)]),_0x430916[_0x1259(0x87)](_0x1f6715,_0x430916[_0x1259(0x91)]);return;}else return{'isValid':![],'error':_0x1259(0x6e)+_0x164654[_0x19d340]+'.'+_0x5c5366+'?'};}if(_0x321f5d[_0x1259(0x3f)]()){const _0x103f38=_0x430916[_0x1259(0x87)](validateEmail,_0x321f5d);if(!_0x103f38[_0x1259(0x92)]){console[_0x1259(0x8a)](_0x1259(0x93),_0x103f38[_0x1259(0x94)]),_0x430916[_0x1259(0x95)](_0x1669ca,_0x103f38['error']||_0x430916[_0x1259(0x96)]);return;}console[_0x1259(0x8a)](_0x1259(0x97)),_0x1669ca(''),_0x1f6715(_0x321f5d[_0x1259(0x3f)]());}};return useEffect(()=>{const _0x5b4a40={'KSkpb':function(_0x59fa03,_0x277814){return _0x430916[_0x1259(0x98)](_0x59fa03,_0x277814);},'SXLzq':function(_0x15c1cb,_0x61e738){return _0x15c1cb===_0x61e738;}},_0x504bad=Keyboard[_0x1259(0x99)](_0x430916[_0x1259(0x9a)],()=>_0xdb6e26(!![])),_0x476a30=Keyboard[_0x1259(0x99)](_0x1259(0x9b),()=>_0xdb6e26(![]));return()=>{if(_0x5b4a40[_0x1259(0x9c)](_0x1259(0x9d),'QPGnJ'))return{'isValid':![],'error':'Invalid\x20email\x20domain\x20(.'+_0x662d4+_0x1259(0x67)};else _0x5b4a40[_0x1259(0x9c)](_0x476a30,null)||_0x5b4a40[_0x1259(0x9e)](_0x476a30,void 0x0)||_0x476a30['remove'](),_0x504bad===null||_0x5b4a40[_0x1259(0x9e)](_0x504bad,void 0x0)||_0x504bad[_0x1259(0x9f)]();};},[]),React[_0x1259(0xa0)](KeyboardAvoidingView,{'behavior':_0x430916[_0x1259(0x8c)](Platform['OS'],_0x430916['kCIgg'])?_0x430916[_0x1259(0xa1)]:_0x1259(0xa2),'style':styles['container']},React[_0x1259(0xa0)](View,{'style':styles[_0x1259(0xa3)]},React[_0x1259(0xa0)](View,{'style':styles[_0x1259(0xa4)]},React[_0x1259(0xa0)](Text,{'style':styles[_0x1259(0xa5)]},_0x1259(0xa6)),React[_0x1259(0xa0)](Text,{'style':styles[_0x1259(0xa7)]},_0x430916[_0x1259(0xa8)])),React[_0x1259(0xa0)](View,{'style':styles[_0x1259(0xa9)]},React[_0x1259(0xa0)](_0x582fc8,{'value':_0x321f5d,'onChangeText':_0x206527,'onSubmitEditing':_0x2ac8ad,'returnKeyType':_0x430916['YCcnl'],'blurOnSubmit':!![],'placeholder':_0x430916['ejSlp'],'placeholderTextColor':_0x430916[_0x1259(0xaa)]}),_0x430916[_0x1259(0xab)](_0x1bc667,error)?React[_0x1259(0xa0)](Text,{'style':styles['errorText']},_0x430916['yerAK'](_0x1bc667,error)):null),React[_0x1259(0xa0)](View,{'style':styles[_0x1259(0xac)]},React[_0x1259(0xa0)](View,{'style':styles['dividerLine']}),React[_0x1259(0xa0)](Text,{'style':styles[_0x1259(0xad)]},'Or'),React[_0x1259(0xa0)](View,{'style':styles[_0x1259(0xae)]})),React['createElement'](View,{'style':styles[_0x1259(0xaf)]},React[_0x1259(0xa0)](_0x1c0f41,{'onPress':_0x5d8a82,'disabled':loading})),React[_0x1259(0xa0)](View,{'style':styles[_0x1259(0xb0)]}),React[_0x1259(0xa0)](View,{'style':styles[_0x1259(0xb1)]},React['createElement'](_0x3283c6,{'label':_0x430916['aqwNI'],'onPress':_0x2ac8ad,'disabled':loading||!_0x321f5d[_0x1259(0x3f)](),'loading':loading}))));},styles=StyleSheet['create']({'container':{'flex':0x1},'content':{'flex':0x1,'paddingTop':0x18,'paddingHorizontal':0x18},'headingContainer':{'width':_0x1259(0xb2),'marginBottom':0x16,'paddingHorizontal':0x0},'title':{'fontFamily':_0x1259(0xb3),'fontWeight':_0x1259(0xb4),'fontSize':0x18,'lineHeight':0x20,'color':COLORS['grey800'],'textAlign':'left','marginBottom':SPACING['sm']},'subtitle':{'fontFamily':'Inter','fontWeight':_0x1259(0xb5),'fontSize':0x10,'lineHeight':0x18,'color':COLORS[_0x1259(0xb6)],'textAlign':_0x1259(0xb7)},'inputContainer':{'marginBottom':0x20,'paddingHorizontal':0x0},'dividerContainer':{'flexDirection':_0x1259(0xb8),'alignItems':_0x1259(0xb9),'marginBottom':0x20,'paddingHorizontal':0x0},'dividerLine':{'flex':0x1,'height':0x1,'backgroundColor':_0x1259(0xba)},'dividerText':{'paddingHorizontal':SPACING['md'],'fontSize':0xe,'fontFamily':'Inter','fontWeight':_0x1259(0xb5),'color':COLORS[_0x1259(0xbb)]},'googleContainer':{'marginBottom':SPACING['xl'],'paddingHorizontal':0x0},'spacer':{'flex':0x1,'minHeight':0x14},'continueContainer':{'paddingBottom':SPACING['xl'],'paddingHorizontal':0x0},'errorText':{'fontSize':0xe,'fontFamily':_0x1259(0xbc),'fontWeight':_0x1259(0xb5),'color':_0x1259(0xbd),'marginTop':0x8,'textAlign':'left'}});export{SignInStep};export default SignInStep;