@onairos/react-native 3.7.1 โ†’ 3.7.2

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/spotify.png +0 -0
  3. package/lib/commonjs/assets/images/spotify.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/spotify.png +0 -0
  120. package/lib/module/assets/images/spotify.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
- 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
+ import React from'react';function _0x53b1(_0x487f21,_0x53b12a){_0x487f21=_0x487f21-0x0;const _0x48c7c5=_0x487f();let _0x406512=_0x48c7c5[_0x487f21];return _0x406512;}import{View,Text,TouchableOpacity,Image,StyleSheet,Switch,Platform}from'react-native';import{COLORS}from'../theme';const PlatformToggle=({platform:_0x214e43,isEnabled:_0x11a04e,onToggle:_0x281311,compact:compact=![],isLast:isLast=![],fullWidth:fullWidth=![],customIconSize:_0x25f0b3,onLongPress:_0x1dc44f,onPressOut:_0x24ec81})=>{const _0xb42be9={'Gqott':function(_0x303997,_0x3ecc76,_0x2ff049){return _0x303997(_0x3ecc76,_0x2ff049);},'jjlyu':function(_0x4f9248,_0x3ab3f2){return _0x4f9248-_0x3ab3f2;},'RPqlZ':function(_0x65d743,_0x13d585){return _0x65d743-_0x13d585;},'eSGNc':_0x53b1(0x0),'YhalC':function(_0x495c80,_0x453fed){return _0x495c80===_0x453fed;},'eudZJ':'ios','HpRhe':_0x53b1(0x1)},_0x16727e=()=>{_0xb42be9['Gqott'](_0x281311,_0x214e43['id'],!_0x11a04e);},_0x3e7a46=fullWidth?styles[_0x53b1(0x2)]:compact?styles[_0x53b1(0x3)]:styles[_0x53b1(0x4)];return React[_0x53b1(0x5)](TouchableOpacity,{'style':[_0x3e7a46,!isLast&&compact&&styles[_0x53b1(0x6)]],'onLongPress':_0x1dc44f,'onPressOut':_0x24ec81,'activeOpacity':_0x1dc44f?0.7:0x1,'disabled':!_0x1dc44f},React[_0x53b1(0x5)](View,{'style':styles[_0x53b1(0x7)]},React['createElement'](View,{'style':styles[_0x53b1(0x8)]},React['createElement'](Image,{'source':_0x214e43[_0x53b1(0x9)],'style':_0x25f0b3?{'width':_0x25f0b3,'height':_0x25f0b3,'marginRight':_0xb42be9[_0x53b1(0xa)](0xc,_0xb42be9[_0x53b1(0xb)](_0x25f0b3,0x1c))}:fullWidth?styles[_0x53b1(0xc)]:compact?styles[_0x53b1(0xc)]:styles[_0x53b1(0x9)],'resizeMode':_0x53b1(0xd)}),React['createElement'](View,{'style':styles['textContent']},React[_0x53b1(0x5)](Text,{'style':fullWidth?styles[_0x53b1(0xe)]:compact?styles[_0x53b1(0xe)]:styles[_0x53b1(0xf)]},_0x214e43[_0x53b1(0x10)]))),React[_0x53b1(0x5)](Switch,{'value':_0x11a04e,'onValueChange':_0x16727e,'trackColor':{'false':_0xb42be9[_0x53b1(0x11)],'true':_0x53b1(0x12)},'thumbColor':_0xb42be9['YhalC'](Platform['OS'],_0xb42be9[_0x53b1(0x13)])?undefined:_0x11a04e?_0xb42be9['HpRhe']:_0x53b1(0x1),'ios_backgroundColor':_0xb42be9[_0x53b1(0x11)],'style':compact?styles[_0x53b1(0x14)]:undefined})),fullWidth&&React[_0x53b1(0x5)](View,{'style':styles[_0x53b1(0x15)]},React[_0x53b1(0x5)](Text,{'style':styles[_0x53b1(0x16)]},_0x214e43['description'])),!fullWidth&&React['createElement'](Text,{'style':compact?styles['compactDescription']:styles[_0x53b1(0x17)]},_0x214e43['description']));},styles=StyleSheet[_0x53b1(0x18)]({'container':{'flexDirection':_0x53b1(0x19),'alignItems':_0x53b1(0x1a),'justifyContent':'space-between','paddingVertical':0x10,'paddingHorizontal':0x10,'backgroundColor':COLORS[_0x53b1(0x1b)],'borderRadius':0xc,'marginBottom':0xc,'borderWidth':0x1,'borderColor':_0x53b1(0x0)},'compactContainer':{'flexDirection':_0x53b1(0x19),'alignItems':'center','justifyContent':_0x53b1(0x1c),'paddingVertical':0x10,'paddingHorizontal':0x10,'backgroundColor':COLORS[_0x53b1(0x1b)]},'fullWidthContainer':{'flexDirection':'column','paddingVertical':0x8,'paddingHorizontal':0x2,'backgroundColor':COLORS[_0x53b1(0x1b)],'marginBottom':0x4,'marginHorizontal':0x0},'topRow':{'flexDirection':_0x53b1(0x19),'alignItems':'center','justifyContent':_0x53b1(0x1c),'marginBottom':0x4},'descriptionBox':{'backgroundColor':_0x53b1(0x1d),'borderRadius':0x8,'paddingVertical':0x8,'paddingHorizontal':0x4,'marginTop':0x2},'borderBottom':{'borderBottomWidth':0x1,'borderBottomColor':'#E5E5E5'},'leftContent':{'flexDirection':_0x53b1(0x19),'alignItems':_0x53b1(0x1a),'flex':0x1},'icon':{'width':0x20,'height':0x20,'marginRight':0xc},'compactIcon':{'width':0x1c,'height':0x1c,'marginRight':0xc},'textContent':{'flex':0x1},'platformName':{'fontSize':0x10,'fontFamily':_0x53b1(0x1e),'fontWeight':_0x53b1(0x1f),'color':COLORS['grey800'],'marginBottom':0x2},'compactPlatformName':{'fontSize':0x10,'fontFamily':_0x53b1(0x1e),'fontWeight':'600','color':COLORS[_0x53b1(0x20)],'marginBottom':0x2},'description':{'fontSize':0xe,'fontFamily':_0x53b1(0x1e),'fontWeight':_0x53b1(0x21),'color':COLORS[_0x53b1(0x22)],'lineHeight':0x14},'compactDescription':{'fontSize':0xc,'fontFamily':_0x53b1(0x1e),'fontWeight':_0x53b1(0x21),'color':COLORS[_0x53b1(0x22)],'lineHeight':0x10},'fullWidthDescription':{'fontSize':0xd,'fontFamily':_0x53b1(0x1e),'fontWeight':_0x53b1(0x21),'color':COLORS[_0x53b1(0x22)],'lineHeight':0x12},'compactSwitch':{'transform':[{'scaleX':0.9},{'scaleY':0.9}]}});function _0x487f(){const _0x219b4c=['#E5E5E5','#FFFFFF','fullWidthContainer','compactContainer','container','createElement','borderBottom','topRow','leftContent','icon','jjlyu','RPqlZ','compactIcon','contain','compactPlatformName','platformName','name','eSGNc','#4CD964','eudZJ','compactSwitch','descriptionBox','fullWidthDescription','description','create','row','center','surface','space-between','#F5F5F5','Inter','600','grey800','400','grey600'];_0x487f=function(){return _0x219b4c;};return _0x487f();}export default PlatformToggle;
@@ -1 +1 @@
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
+ import React,{useState}from'react';import{View,Text,TouchableOpacity,StyleSheet,ActivityIndicator}from'react-native';import _0x2b228b from'react-native-linear-gradient';function _0x3fcc(_0x5c663c,_0x3fccbc){_0x5c663c=_0x5c663c-0x0;const _0x53c4f8=_0x5c66();let _0x2dcd6d=_0x53c4f8[_0x5c663c];return _0x2dcd6d;}function _0x5c66(){const _0x4b0173=['JiEcF','createElement','iconCircleGradientStart','iconCircleGradientEnd','absoluteFill','iconContent','arrowText','Get\x20Started','outerPill','outerShadow','button','btnGradStart','btnGradEnd','textContainer','btnLabel','MSXIP','label','create','btnBorder','hidden','relative','#000000','absoluteFillObject','rgba(0,0,0,0.1)','center','transparent','absolute','Inter','600'];_0x5c66=function(){return _0x4b0173;};return _0x5c66();}import{COLORS}from'../theme';const IconCircle=({size:size=0x28,children:_0x5adaf3})=>{const _0x1f81c7={'JiEcF':function(_0x49f031,_0x45dde0){return _0x49f031/_0x45dde0;},'OxQDB':function(_0x143213,_0x483ead){return _0x143213/_0x483ead;}};return React['createElement'](View,{'style':[styles['iconCircle'],{'width':size,'height':size,'borderRadius':_0x1f81c7[_0x3fcc(0x0)](size,0x2)}]},React[_0x3fcc(0x1)](_0x2b228b,{'colors':[COLORS[_0x3fcc(0x2)],COLORS[_0x3fcc(0x3)]],'style':[StyleSheet[_0x3fcc(0x4)],{'borderRadius':_0x1f81c7['OxQDB'](size,0x2)}],'start':{'x':0x0,'y':0x0},'end':{'x':0x0,'y':0x1}}),React[_0x3fcc(0x1)](View,{'style':styles[_0x3fcc(0x5)]},_0x5adaf3||React['createElement'](Text,{'style':styles[_0x3fcc(0x6)]},'โ†’')));},PrimaryButton=({label:label=_0x3fcc(0x7),onPress:_0x242170,iconRight:_0x4c3388,loading:loading=![],disabled:disabled=![],testID:_0x5050c1,style:_0x200f47,textStyle:_0x5d15be})=>{const _0x3411b2={'iiMVf':function(_0x477302,_0x1ea7da){return _0x477302(_0x1ea7da);},'MSXIP':'small'},[_0xfb2e5c,_0x151ac1]=_0x3411b2['iiMVf'](useState,![]),_0x476e09=()=>_0x151ac1(!![]),_0x331bec=()=>_0x151ac1(![]);return React[_0x3fcc(0x1)](TouchableOpacity,{'style':[styles[_0x3fcc(0x8)],!disabled&&styles[_0x3fcc(0x9)],disabled&&styles['disabled'],_0x200f47],'onPress':_0x242170,'onPressIn':_0x476e09,'onPressOut':_0x331bec,'disabled':disabled||loading,'activeOpacity':0x1,'testID':_0x5050c1,'accessibilityLabel':label,'accessibilityRole':_0x3fcc(0xa)},React[_0x3fcc(0x1)](_0x2b228b,{'colors':[COLORS[_0x3fcc(0xb)],COLORS[_0x3fcc(0xc)]],'style':styles['baseGradient'],'start':{'x':0x0,'y':0x0},'end':{'x':0x0,'y':0x1}}),_0xfb2e5c&&React[_0x3fcc(0x1)](View,{'style':styles['pressedOverlay']}),React['createElement'](View,{'style':styles[_0x3fcc(0xd)]},loading?React[_0x3fcc(0x1)](ActivityIndicator,{'color':COLORS[_0x3fcc(0xe)],'size':_0x3411b2[_0x3fcc(0xf)]}):React[_0x3fcc(0x1)](Text,{'style':[styles[_0x3fcc(0x10)],_0x5d15be]},label)),React[_0x3fcc(0x1)](View,{'style':styles['iconPosition']},!loading&&(_0x4c3388||React[_0x3fcc(0x1)](IconCircle,null))));},styles=StyleSheet[_0x3fcc(0x11)]({'outerPill':{'height':0x30,'borderRadius':0x64,'borderWidth':0x1,'borderColor':COLORS[_0x3fcc(0x12)],'overflow':_0x3fcc(0x13),'width':'100%','position':_0x3fcc(0x14)},'outerShadow':{'shadowColor':_0x3fcc(0x15),'shadowOffset':{'width':0x14,'height':0x1e},'shadowOpacity':0.1,'shadowRadius':0x28,'elevation':0x8},'disabled':{'opacity':0.65,'shadowOpacity':0x0,'elevation':0x0},'baseGradient':{...StyleSheet[_0x3fcc(0x16)],'borderRadius':0x64},'pressedOverlay':{...StyleSheet[_0x3fcc(0x16)],'backgroundColor':_0x3fcc(0x17),'borderRadius':0x64},'textContainer':{'position':'absolute','left':0x0,'right':0x0,'top':0x0,'bottom':0x0,'justifyContent':_0x3fcc(0x18),'alignItems':_0x3fcc(0x18),'backgroundColor':_0x3fcc(0x19)},'iconPosition':{'position':_0x3fcc(0x1a),'right':0x4,'top':0x4,'bottom':0x4,'width':0x28,'justifyContent':_0x3fcc(0x18),'alignItems':_0x3fcc(0x18),'backgroundColor':_0x3fcc(0x19)},'label':{'fontFamily':_0x3fcc(0x1b),'fontWeight':_0x3fcc(0x1c),'fontSize':0x10,'color':COLORS[_0x3fcc(0xe)],'textAlign':'center','backgroundColor':_0x3fcc(0x19)},'iconCircle':{'justifyContent':_0x3fcc(0x18),'alignItems':'center','borderWidth':0x1,'borderColor':'rgba(0,0,0,0.25)'},'iconContent':{'justifyContent':_0x3fcc(0x18),'alignItems':_0x3fcc(0x18),'backgroundColor':_0x3fcc(0x19)},'arrowText':{'fontSize':0x14,'color':COLORS[_0x3fcc(0xe)],'fontWeight':'600','opacity':0.95,'backgroundColor':'transparent'}});export{IconCircle};export{PrimaryButton};export default PrimaryButton;
@@ -1 +1 @@
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
+ function _0x58b2(){const _0x150d55=['window','complete','found','bjbtI','bsEpY','gsycw','mBfwP','searching','Finding\x20Your\x20Matches','large','#E9C46A','Matches\x20Found!','We\x27ve\x20found\x20','Complete\x20your\x20profile\x20to\x20see\x20who\x20they\x20are.','Welcome\x20to\x20Enoch!','@...','#f5e7c1','#DDB957','mEzPn','Cywyz','Value','eAjCv','sTPDX','VlfqL','EeCKB','Higsy','sWRBA','parallel','timing','GQOpt','UsaRD','KLDvG','TgvFH','floor','cFIjz','qjpVr','grwzB','OiOFj','Uetjc','nYzib','ngibB','DxmNJ','start','rtWmm','XMOpo','iDgHy','lOdhe','CMjPB','ipFgE','AQHiU','random','pIlXB','eOyHx','UWNbp','createElement','container','content','vDdES','Fragment','title','bhVmB','loader','message','Searching\x20for\x20potential\x20connections\x20based\x20on\x20your\x20profile...','GsKCl','matchCount','\x20potential\x20connections\x20for\x20you!','RzCBp','FwuZT','ArnAU','split','button','hBfAn','UOFvc','slwZt','gradientButton','buttonText','Continue','create','rgba(0,0,0,0.7)','center','600','#333','#777','bold','#FFFFFF','100%'];_0x58b2=function(){return _0x150d55;};return _0x58b2();}import React,{useState,useEffect}from'react';import{View,Text,StyleSheet,Modal,ActivityIndicator,Animated,Dimensions,TouchableOpacity}from'react-native';function _0x374d(_0x58b229,_0x374d7d){_0x58b229=_0x58b229-0x0;const _0x3c3dff=_0x58b2();let _0x4ed7e1=_0x3c3dff[_0x58b229];return _0x4ed7e1;}import _0x34a466 from'react-native-linear-gradient';const {width,height}=Dimensions['get'](_0x374d(0x0)),SignInMatchAnimation=({email:_0x42aba7,visible:_0x3acb3f,onComplete:_0x5c9477})=>{const _0x5e18cd={'GIxoA':function(_0x8a14d3){return _0x8a14d3();},'sTPDX':function(_0x388fb9,_0x49167e){return _0x388fb9(_0x49167e);},'VlfqL':_0x374d(0x1),'EeCKB':_0x374d(0x2),'Higsy':function(_0x4125cf,_0x13df6f){return _0x4125cf!==_0x13df6f;},'FlGwU':_0x374d(0x3),'sWRBA':_0x374d(0x4),'rtWmm':function(_0x1d2b49,_0xecc57d){return _0x1d2b49+_0xecc57d;},'XMOpo':function(_0x39a844,_0x2ca2b,_0x148709){return _0x39a844(_0x2ca2b,_0x148709);},'iDgHy':_0x374d(0x5),'lOdhe':_0x374d(0x6),'mEzPn':_0x374d(0x7),'Cywyz':function(_0x253964,_0x5b228b){return _0x253964(_0x5b228b);},'SLhQq':function(_0x41fcb4,_0x54b711){return _0x41fcb4(_0x54b711);},'eJJVK':'none','vDdES':function(_0x4721e7,_0x36fa19){return _0x4721e7===_0x36fa19;},'bhVmB':_0x374d(0x8),'qLPJM':_0x374d(0x9),'UOFvc':_0x374d(0xa),'GsKCl':_0x374d(0xb),'JlMzp':_0x374d(0xc),'RzCBp':_0x374d(0xd),'FwuZT':_0x374d(0xe),'ArnAU':'We\x27ll\x20send\x20match\x20notifications\x20to\x20','QldBW':_0x374d(0xf),'hBfAn':_0x374d(0x10),'slwZt':_0x374d(0x11)},[_0x5041a7,_0x3d29d7]=_0x5e18cd['sTPDX'](useState,_0x5e18cd[_0x374d(0x12)]),[_0x1f5b8e,_0x232a4f]=_0x5e18cd['Cywyz'](useState,0x0),_0x8aa00b=_0x5e18cd[_0x374d(0x13)](useState,new Animated['Value'](0x0))[0x0],_0x27a753=_0x5e18cd['SLhQq'](useState,new Animated[(_0x374d(0x14))](0.9))[0x0];useEffect(()=>{const _0x2a8b45={'GQOpt':function(_0x2afa90,_0x3e99fd){return _0x2afa90!==_0x3e99fd;},'UsaRD':_0x374d(0x15),'KLDvG':function(_0x5da582,_0x507647){return _0x5e18cd[_0x374d(0x16)](_0x5da582,_0x507647);},'TgvFH':_0x5e18cd[_0x374d(0x17)],'cFIjz':function(_0x35d2d4,_0x2babee){return _0x35d2d4*_0x2babee;},'qjpVr':_0x5e18cd[_0x374d(0x18)],'grwzB':function(_0x778799,_0x186778,_0x435b11){return _0x778799(_0x186778,_0x435b11);}};_0x3acb3f&&(_0x5e18cd[_0x374d(0x19)](_0x5e18cd['FlGwU'],_0x5e18cd[_0x374d(0x1a)])?(Animated[_0x374d(0x1b)]([Animated[_0x374d(0x1c)](_0x8aa00b,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]}),Animated['timing'](_0x27a753,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]})])['start'](),setTimeout(()=>{const _0x3b9ff0={'OiOFj':function(_0x3bcbc4,_0x4e3508){return _0x2a8b45[_0x374d(0x1d)](_0x3bcbc4,_0x4e3508);},'Uetjc':_0x2a8b45[_0x374d(0x1e)],'ngibB':function(_0x33c04e,_0x413c18){return _0x2a8b45[_0x374d(0x1f)](_0x33c04e,_0x413c18);},'DxmNJ':_0x2a8b45[_0x374d(0x20)]},_0x1d564b=Math[_0x374d(0x21)](_0x2a8b45[_0x374d(0x22)](Math['random'](),0x6))+0x3;_0x232a4f(_0x1d564b),_0x2a8b45[_0x374d(0x1f)](_0x3d29d7,_0x2a8b45[_0x374d(0x23)]),_0x2a8b45[_0x374d(0x24)](setTimeout,()=>{_0x3b9ff0[_0x374d(0x25)](_0x3b9ff0[_0x374d(0x26)],_0x374d(0x27))?_0x3b9ff0[_0x374d(0x28)](_0x3d29d7,_0x3b9ff0[_0x374d(0x29)]):Animated[_0x374d(0x1b)]([Animated[_0x374d(0x1c)](_0x1c5cc1,{'toValue':0x0,'duration':0x190,'useNativeDriver':!![]}),Animated[_0x374d(0x1c)](_0x271db1,{'toValue':0.9,'duration':0x190,'useNativeDriver':!![]})])[_0x374d(0x2a)](()=>{_0x4ef5a3();});},0xbb8);},0x9c4)):_0x5e18cd['GIxoA'](_0x2d34c8));},[_0x3acb3f,_0x8aa00b,_0x27a753]);const _0x2820c7=()=>{const _0x32dde5={'AQHiU':function(_0x4190c8,_0x5069ab){return _0x5e18cd[_0x374d(0x2b)](_0x4190c8,_0x5069ab);},'CDYwm':function(_0x2d82a7,_0x277b40){return _0x2d82a7*_0x277b40;},'KqiAz':function(_0x1490b6,_0x469a4b){return _0x1490b6(_0x469a4b);},'pIlXB':_0x374d(0x2),'CMjPB':_0x374d(0x1),'ipFgE':function(_0x5d950a,_0x531ebb,_0x2d8802){return _0x5e18cd[_0x374d(0x2c)](_0x5d950a,_0x531ebb,_0x2d8802);}};if(_0x5e18cd[_0x374d(0x2d)]===_0x5e18cd[_0x374d(0x2e)]){const _0x156cb4={'eOyHx':function(_0x14668f,_0x31975e){return _0x32dde5['KqiAz'](_0x14668f,_0x31975e);},'UWNbp':_0x32dde5[_0x374d(0x2f)]};Animated[_0x374d(0x1b)]([Animated['timing'](_0x4a1970,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]}),Animated['timing'](_0x49dd51,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]})])[_0x374d(0x2a)](),_0x32dde5[_0x374d(0x30)](_0x30e6ca,()=>{const _0x23d17a=_0x32dde5[_0x374d(0x31)](_0x43376e['floor'](_0x32dde5['CDYwm'](_0x104177[_0x374d(0x32)](),0x6)),0x3);_0x5560ce(_0x23d17a),_0x32dde5['KqiAz'](_0x3fd1e6,_0x32dde5[_0x374d(0x33)]),_0x1471f8(()=>{_0x156cb4[_0x374d(0x34)](_0x89d95a,_0x156cb4[_0x374d(0x35)]);},0xbb8);},0x9c4);}else Animated[_0x374d(0x1b)]([Animated[_0x374d(0x1c)](_0x8aa00b,{'toValue':0x0,'duration':0x190,'useNativeDriver':!![]}),Animated['timing'](_0x27a753,{'toValue':0.9,'duration':0x190,'useNativeDriver':!![]})])[_0x374d(0x2a)](()=>{_0x5c9477();});};if(!_0x3acb3f)return null;return React[_0x374d(0x36)](Modal,{'visible':_0x3acb3f,'transparent':!![],'animationType':_0x5e18cd['eJJVK']},React['createElement'](View,{'style':styles[_0x374d(0x37)]},React[_0x374d(0x36)](Animated['View'],{'style':[styles[_0x374d(0x38)],{'opacity':_0x8aa00b,'transform':[{'scale':_0x27a753}]}]},_0x5e18cd[_0x374d(0x39)](_0x5041a7,_0x5e18cd[_0x374d(0x12)])&&React[_0x374d(0x36)](React[_0x374d(0x3a)],null,React[_0x374d(0x36)](Text,{'style':styles[_0x374d(0x3b)]},_0x5e18cd[_0x374d(0x3c)]),React[_0x374d(0x36)](ActivityIndicator,{'size':_0x5e18cd['qLPJM'],'color':_0x5e18cd['UOFvc'],'style':styles[_0x374d(0x3d)]}),React['createElement'](Text,{'style':styles[_0x374d(0x3e)]},_0x374d(0x3f))),_0x5041a7===_0x374d(0x2)&&React[_0x374d(0x36)](React[_0x374d(0x3a)],null,React['createElement'](Text,{'style':styles[_0x374d(0x3b)]},_0x5e18cd[_0x374d(0x40)]),React[_0x374d(0x36)](View,{'style':styles['matchCircle']},React[_0x374d(0x36)](Text,{'style':styles[_0x374d(0x41)]},_0x1f5b8e)),React[_0x374d(0x36)](Text,{'style':styles['message']},_0x5e18cd['JlMzp'],_0x1f5b8e,_0x374d(0x42)),React['createElement'](Text,{'style':styles['subMessage']},_0x5e18cd[_0x374d(0x43)])),_0x5041a7===_0x374d(0x1)&&React[_0x374d(0x36)](React[_0x374d(0x3a)],null,React[_0x374d(0x36)](Text,{'style':styles[_0x374d(0x3b)]},_0x5e18cd[_0x374d(0x44)]),React[_0x374d(0x36)](Text,{'style':styles[_0x374d(0x3e)]},_0x5e18cd[_0x374d(0x45)],_0x42aba7[_0x374d(0x46)]('@')[0x0],_0x5e18cd['QldBW']),React['createElement'](TouchableOpacity,{'style':styles[_0x374d(0x47)],'onPress':_0x2820c7},React[_0x374d(0x36)](_0x34a466,{'colors':[_0x5e18cd[_0x374d(0x48)],_0x5e18cd[_0x374d(0x49)],_0x5e18cd[_0x374d(0x4a)]],'start':{'x':0x0,'y':0x0},'end':{'x':0x1,'y':0x0},'style':styles[_0x374d(0x4b)]},React['createElement'](Text,{'style':styles[_0x374d(0x4c)]},_0x374d(0x4d))))))));},styles=StyleSheet[_0x374d(0x4e)]({'container':{'flex':0x1,'backgroundColor':_0x374d(0x4f),'justifyContent':_0x374d(0x50),'alignItems':_0x374d(0x50)},'content':{'width':width*0.85,'backgroundColor':'#FFFFFF','borderRadius':0x14,'padding':0x18,'alignItems':_0x374d(0x50),'shadowColor':'#000','shadowOffset':{'width':0x0,'height':0x4},'shadowOpacity':0.3,'shadowRadius':0x8,'elevation':0xa},'title':{'fontSize':0x18,'fontWeight':_0x374d(0x51),'color':_0x374d(0x52),'marginBottom':0x14,'textAlign':_0x374d(0x50)},'loader':{'marginVertical':0x18},'message':{'fontSize':0x12,'color':'#555','textAlign':_0x374d(0x50),'marginBottom':0x10,'lineHeight':0x18},'subMessage':{'fontSize':0x10,'color':_0x374d(0x53),'textAlign':_0x374d(0x50),'marginTop':0x8},'matchCircle':{'width':0x64,'height':0x64,'borderRadius':0x32,'backgroundColor':_0x374d(0xa),'justifyContent':_0x374d(0x50),'alignItems':_0x374d(0x50),'marginVertical':0x14},'matchCount':{'fontSize':0x28,'fontWeight':_0x374d(0x54),'color':_0x374d(0x55)},'button':{'width':_0x374d(0x56),'marginTop':0x18,'borderRadius':0x8,'overflow':'hidden'},'gradientButton':{'paddingVertical':0xe,'alignItems':_0x374d(0x50),'justifyContent':_0x374d(0x50)},'buttonText':{'color':_0x374d(0x52),'fontSize':0x10,'fontWeight':_0x374d(0x51)}});export default SignInMatchAnimation;
@@ -1 +1 @@
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;
1
+ function _0x3b17(_0x3fff17,_0x3b17f5){_0x3fff17=_0x3fff17-0x0;const _0xde8a53=_0x3fff();let _0x3e3023=_0xde8a53[_0x3fff17];return _0x3e3023;}function _0x3fff(){const _0x10621f=['com','org','net','edu','mil','app','dev','online','site','info','xyz','co.nz','com.br','co.jp','co.in','org.uk','net.au','gov.uk','ac.uk','edu.au','con','cmo','vom','ocm','cpm','ckm','comm','comn','ogr','orgg','nte','nett','ent','bet','ioo','lio','gmai','gmal','outlok','outloo','outlokk','yahooo','yhoo','hotmai','hotmal','hotmial','keyboardDidShow','keyboardDidHide','\x20Did\x20you\x20mean\x20.org?','โŒ\x20Email\x20validation\x20failed:','โœ…\x20Email\x20validation\x20passed','Please\x20enter\x20a\x20valid\x20email\x20address','copm','rog','kTzeS','\x20Did\x20you\x20mean\x20.net?','\x20Did\x20you\x20mean\x20.io?','gmail','outlook','yahoo','hotmail','icloud','aol','protonmail','yahoo.co.uk','yahoo.co.jp','yahoo.com.br','outlook.co.uk','mGfaR','yzKnu','trim','test','pKkwW','lastIndexOf','substring','split','vLOgC','length','AMDlZ','bZUWZ','nzYGX','YhLiw','YOVjB','QtxOt','QgSUZ','VKITY','dypeq','zeylD','umWdT','OJcdj','zmpMk','Swoaz','vcypD','QyeMg','UCdWi','MaPmh','Bpdbs','ORZGW','frmfA','MHjIt','addListener','YWnjB','gRaEO','bzdDs','remove','HHKcU','qsuPH','Invalid\x20email\x20domain\x20(.','has','DgJhw','RZkVo','join','wSKPm','GWjRC','LXpqV','XdiiK','KNGNV','ErXGK','xIhIz','PtFXG','YfThp','includes','yblle','XHLtI','geFNN','hotmail.co.uk','IySNe','flnVM','isValid','XvBSg','error','log','ykOFW','reviewer@bypass.com','KkOSJ','๐Ÿงช\x20Test\x20bypass\x20detected\x20-\x20skipping\x20to\x20verification\x20screen','test@bypass.com','OAyNZ','Invalid\x20email\x20address','Sign\x20in\x20or\x20create\x20an\x20account','done','Your\x20email','BLenn','Atmmp','chATL','gUBWS','jgmWJ','wamCm','zfiAQ','toLowerCase','reviewer','ftpwy','oCzxQ','fljmg','uTcLG','TiADE','NcROG','eFVrl','Zjisc','RjLRx','Hkxkp','nBFzb','vxSNN','createElement','padding','container','content','headingContainer','title','VamFS','subtitle','OIoGg','inputContainer','Inpcv','spbeO','#9CA3AF','EvfFG','errorText','dividerContainer','dividerLine','dividerText','googleContainer','vZDeW','create','100%','IBM\x20Plex\x20Sans','700','grey800','left','400','grey600','center','#E5E5E5','grey500','#DC3545'];_0x3fff=function(){return _0x10621f;};return _0x3fff();}import React,{useState,useEffect}from'react';import{View,Text,StyleSheet,KeyboardAvoidingView,Platform,Keyboard}from'react-native';import{COLORS,SPACING}from'../theme';import _0x5263e9 from'./EmailInput';import _0x536262 from'./GoogleButton';import _0x1b3648 from'./PrimaryButton';const VALID_TLDS=new Set([_0x3b17(0x0),_0x3b17(0x1),_0x3b17(0x2),_0x3b17(0x3),'gov',_0x3b17(0x4),'int','io','co','ai',_0x3b17(0x5),_0x3b17(0x6),'tech',_0x3b17(0x7),_0x3b17(0x8),'web',_0x3b17(0x9),'biz','me','tv','cc',_0x3b17(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','co.uk','com.au',_0x3b17(0xb),'co.za',_0x3b17(0xc),_0x3b17(0xd),'co.kr',_0x3b17(0xe),_0x3b17(0xf),_0x3b17(0x10),_0x3b17(0x11),_0x3b17(0x12),_0x3b17(0x13)]),INVALID_TLDS=new Set([_0x3b17(0x14),_0x3b17(0x15),_0x3b17(0x16),_0x3b17(0x17),'cm',_0x3b17(0x18),_0x3b17(0x19),'om',_0x3b17(0x1a),_0x3b17(0x1b),'copm',_0x3b17(0x1c),'og',_0x3b17(0x1d),'rog','rg',_0x3b17(0x1e),'ne',_0x3b17(0x1f),_0x3b17(0x20),_0x3b17(0x21),'oi',_0x3b17(0x22),_0x3b17(0x23),_0x3b17(0x24),'gmial','gmil',_0x3b17(0x25),'gamil',_0x3b17(0x26),_0x3b17(0x27),_0x3b17(0x28),_0x3b17(0x29),'yaho',_0x3b17(0x2a),_0x3b17(0x2b),_0x3b17(0x2c),_0x3b17(0x2d)]),validateEmail=_0x294273=>{const _0x46711c={'VKITY':function(_0x456bc3,_0xeeb700){return _0x456bc3===_0xeeb700;},'MHjIt':_0x3b17(0x2e),'YWnjB':_0x3b17(0x2f),'UCdWi':_0x3b17(0x30),'flnVM':function(_0xf82f58,_0x4e3aaf){return _0xf82f58(_0x4e3aaf);},'XvBSg':_0x3b17(0x31),'uWHFR':'Invalid\x20email\x20address','ykOFW':_0x3b17(0x32),'pKkwW':_0x3b17(0x33),'vLOgC':function(_0x375a2b,_0xeb9882){return _0x375a2b<_0xeb9882;},'AMDlZ':function(_0x2a4dfe,_0x3e9c59){return _0x2a4dfe>=_0x3e9c59;},'yCFol':function(_0x162e89,_0x4ab1d0){return _0x162e89-_0x4ab1d0;},'PBEAA':_0x3b17(0x14),'bZUWZ':function(_0x25f412,_0x159f47){return _0x25f412===_0x159f47;},'nzYGX':_0x3b17(0x15),'YhLiw':function(_0x3a3319,_0x376639){return _0x3a3319===_0x376639;},'tpNCr':_0x3b17(0x16),'YOVjB':function(_0x5d5cdd,_0x41aadc){return _0x5d5cdd===_0x41aadc;},'QtxOt':_0x3b17(0x17),'QgSUZ':_0x3b17(0x18),'dypeq':_0x3b17(0x1a),'zeylD':function(_0x36d209,_0x245bd2){return _0x36d209===_0x245bd2;},'umWdT':_0x3b17(0x1b),'OJcdj':function(_0x1d750a,_0x4b3e9e){return _0x1d750a===_0x4b3e9e;},'tIFPK':_0x3b17(0x34),'zmpMk':_0x3b17(0x1c),'Swoaz':_0x3b17(0x1d),'vcypD':function(_0x20d9db,_0x1a2f93){return _0x20d9db===_0x1a2f93;},'VoNby':_0x3b17(0x35),'ArDzx':_0x3b17(0x36),'uFCUc':function(_0x12d784,_0x1ec788){return _0x12d784===_0x1ec788;},'MaPmh':function(_0x3c8469,_0x539eaa){return _0x3c8469===_0x539eaa;},'Bpdbs':_0x3b17(0x1f),'ORZGW':function(_0x800b0a,_0x5309af){return _0x800b0a===_0x5309af;},'zPxaK':'frmfA','HHKcU':_0x3b17(0x37),'qsuPH':_0x3b17(0x22),'lkAkn':'lio','DDvZM':_0x3b17(0x38),'woHUn':function(_0x33d703,_0x4baf97){return _0x33d703<_0x4baf97;},'DgJhw':function(_0x467bf6,_0x22c987){return _0x467bf6<=_0x22c987;},'RZkVo':'cRhOJ','wSKPm':_0x3b17(0x39),'GWjRC':_0x3b17(0x3a),'LXpqV':_0x3b17(0x3b),'XdiiK':_0x3b17(0x3c),'KNGNV':_0x3b17(0x3d),'ErXGK':_0x3b17(0x3e),'xIhIz':_0x3b17(0x3f),'PtFXG':'zoho','YfThp':_0x3b17(0x0),'yblle':function(_0x3e66ab,_0x229078){return _0x3e66ab!==_0x229078;},'HwGMM':_0x3b17(0x40),'pgOoh':_0x3b17(0x41),'XHLtI':_0x3b17(0x42),'Hlrsy':'yahoo.com.au','geFNN':_0x3b17(0x43),'ROPnr':function(_0x5b0bf4,_0x583961){return _0x5b0bf4===_0x583961;},'IySNe':_0x3b17(0x44),'MYydc':_0x3b17(0x45)},_0x4d68ec=_0x294273[_0x3b17(0x46)]()['toLowerCase'](),_0x20b440=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;if(!_0x20b440[_0x3b17(0x47)](_0x4d68ec))return{'isValid':![],'error':_0x46711c[_0x3b17(0x48)]};const _0x4710e4=_0x4d68ec[_0x3b17(0x49)]('@'),_0x4508f0=_0x4d68ec[_0x3b17(0x4a)](_0x4710e4+0x1),_0x124414=_0x4508f0[_0x3b17(0x4b)]('.');if(_0x46711c[_0x3b17(0x4c)](_0x124414[_0x3b17(0x4d)],0x2))return{'isValid':![],'error':_0x46711c[_0x3b17(0x48)]};const _0x4e5dad=_0x124414[_0x124414[_0x3b17(0x4d)]-0x1],_0xd93d6c=_0x46711c[_0x3b17(0x4e)](_0x124414[_0x3b17(0x4d)],0x2)?_0x124414[_0x46711c['yCFol'](_0x124414['length'],0x2)]+'.'+_0x4e5dad:'';if(INVALID_TLDS['has'](_0x4e5dad)){let _0x5b2bfd='';if(_0x4e5dad===_0x46711c['PBEAA']||_0x46711c[_0x3b17(0x4f)](_0x4e5dad,_0x46711c[_0x3b17(0x50)])||_0x46711c[_0x3b17(0x51)](_0x4e5dad,_0x46711c['tpNCr'])||_0x46711c[_0x3b17(0x52)](_0x4e5dad,_0x46711c[_0x3b17(0x53)])||_0x46711c[_0x3b17(0x52)](_0x4e5dad,_0x46711c[_0x3b17(0x54)])||_0x46711c[_0x3b17(0x55)](_0x4e5dad,_0x46711c[_0x3b17(0x56)])||_0x46711c[_0x3b17(0x57)](_0x4e5dad,_0x46711c[_0x3b17(0x58)])||_0x46711c[_0x3b17(0x59)](_0x4e5dad,_0x46711c['tIFPK']))_0x5b2bfd='\x20Did\x20you\x20mean\x20.com?';else{if(_0x4e5dad===_0x46711c[_0x3b17(0x5a)]||_0x4e5dad==='og'||_0x4e5dad===_0x46711c[_0x3b17(0x5b)]||_0x46711c[_0x3b17(0x5c)](_0x4e5dad,_0x46711c['VoNby'])){if(_0x46711c['ArDzx']!==_0x3b17(0x5d))_0x5b2bfd=_0x46711c[_0x3b17(0x5e)];else return{'isValid':![],'error':_0x3b17(0x33)};}else{if(_0x46711c['uFCUc'](_0x4e5dad,_0x3b17(0x1e))||_0x46711c[_0x3b17(0x5f)](_0x4e5dad,'ne')||_0x4e5dad===_0x46711c[_0x3b17(0x60)]||_0x46711c[_0x3b17(0x61)](_0x4e5dad,'ent')){if(_0x3b17(0x62)!==_0x46711c['zPxaK']){const _0x22bf9d={'gRaEO':function(_0x4a9fdb,_0x38b458){return _0x4a9fdb===_0x38b458;},'bzdDs':function(_0x1fdc8d,_0x5074ab){return _0x46711c[_0x3b17(0x55)](_0x1fdc8d,_0x5074ab);}},_0x481c78=_0x237cce['addListener'](_0x46711c[_0x3b17(0x63)],()=>_0x2c7513(!![])),_0x47757b=_0x41438d[_0x3b17(0x64)](_0x46711c[_0x3b17(0x65)],()=>_0x5d30f9(![]));return()=>{_0x22bf9d[_0x3b17(0x66)](_0x47757b,null)||_0x22bf9d[_0x3b17(0x67)](_0x47757b,void 0x0)||_0x47757b['remove'](),_0x481c78===null||_0x481c78===void 0x0||_0x481c78[_0x3b17(0x68)]();};}else _0x5b2bfd=_0x46711c[_0x3b17(0x69)];}else(_0x4e5dad==='oi'||_0x4e5dad===_0x46711c[_0x3b17(0x6a)]||_0x46711c[_0x3b17(0x59)](_0x4e5dad,_0x46711c['lkAkn']))&&(_0x5b2bfd=_0x46711c['DDvZM']);}}return{'isValid':![],'error':_0x3b17(0x6b)+_0x4e5dad+').'+_0x5b2bfd};}if(_0x46711c['woHUn'](_0x4e5dad[_0x3b17(0x4d)],0x2))return{'isValid':![],'error':_0x46711c[_0x3b17(0x48)]};const _0x55fc0c=VALID_TLDS[_0x3b17(0x6c)](_0x4e5dad)||VALID_TLDS[_0x3b17(0x6c)](_0xd93d6c);if(!_0x55fc0c&&_0x46711c[_0x3b17(0x6d)](_0x4e5dad[_0x3b17(0x4d)],0x2)){if('PYfVG'===_0x46711c[_0x3b17(0x6e)])_0x167e3c=_0x46711c[_0x3b17(0x5e)];else return{'isValid':![],'error':_0x3b17(0x6b)+_0x4e5dad+').\x20Please\x20check\x20your\x20email.'};}const _0x3a9a3a=_0x124414['slice'](0x0,-0x1)[_0x3b17(0x6f)]('.'),_0x53dde1={'gmai':_0x46711c[_0x3b17(0x70)],'gmial':_0x46711c[_0x3b17(0x70)],'gmil':_0x46711c[_0x3b17(0x70)],'gmal':_0x3b17(0x39),'gamil':_0x46711c['wSKPm'],'outlok':_0x46711c[_0x3b17(0x71)],'outloo':_0x46711c[_0x3b17(0x71)],'outlokk':_0x46711c[_0x3b17(0x71)],'yahooo':_0x46711c['LXpqV'],'yaho':_0x46711c[_0x3b17(0x72)],'yhoo':_0x46711c[_0x3b17(0x72)],'hotmai':_0x46711c[_0x3b17(0x73)],'hotmal':_0x3b17(0x3c),'hotmial':_0x46711c[_0x3b17(0x73)],'iclod':_0x46711c[_0x3b17(0x74)],'iclould':_0x46711c[_0x3b17(0x74)]};if(_0x53dde1[_0x3a9a3a])return{'isValid':![],'error':'Did\x20you\x20mean\x20'+_0x53dde1[_0x3a9a3a]+'.'+_0x4e5dad+'?'};const _0x3b07ec=[_0x46711c['wSKPm'],_0x46711c[_0x3b17(0x72)],_0x46711c[_0x3b17(0x73)],_0x46711c[_0x3b17(0x71)],_0x3b17(0x3d),_0x46711c[_0x3b17(0x75)],_0x46711c[_0x3b17(0x76)],_0x46711c[_0x3b17(0x77)]],_0x5e8728={'gmail':_0x3b17(0x0),'yahoo':_0x46711c[_0x3b17(0x78)],'hotmail':_0x46711c[_0x3b17(0x78)],'outlook':_0x46711c[_0x3b17(0x78)],'icloud':_0x3b17(0x0),'aol':_0x46711c['YfThp'],'protonmail':_0x46711c[_0x3b17(0x78)],'zoho':_0x3b17(0x0)};if(_0x3b07ec[_0x3b17(0x79)](_0x3a9a3a)&&_0x46711c[_0x3b17(0x7a)](_0x4e5dad,_0x5e8728[_0x3a9a3a])){const _0x4d7851=[_0x46711c['HwGMM'],_0x46711c['pgOoh'],_0x46711c[_0x3b17(0x7b)],_0x46711c['Hlrsy'],_0x46711c[_0x3b17(0x7c)],_0x3b17(0x7d),'hotmail.co.jp'],_0x18e033=_0x3a9a3a+'.'+_0x4e5dad;if(!_0x4d7851[_0x3b17(0x79)](_0x18e033)){if(_0x46711c['ROPnr'](_0x46711c[_0x3b17(0x7e)],_0x46711c['MYydc'])){const _0x3f47a8=_0x46711c[_0x3b17(0x7f)](_0x194fd4,_0x9a6d42);if(!_0x3f47a8[_0x3b17(0x80)]){_0x2b6730['log'](_0x46711c[_0x3b17(0x81)],_0x3f47a8[_0x3b17(0x82)]),_0x46711c[_0x3b17(0x7f)](_0x4fbd21,_0x3f47a8[_0x3b17(0x82)]||_0x46711c['uWHFR']);return;}_0x147f95[_0x3b17(0x83)](_0x46711c[_0x3b17(0x84)]),_0x276e80(''),_0x46711c[_0x3b17(0x7f)](_0x28610a,_0x3c6674['trim']());}else return{'isValid':![],'error':'Did\x20you\x20mean\x20'+_0x3a9a3a+'.'+_0x5e8728[_0x3a9a3a]+'?'};}}return{'isValid':!![]};},SignInStep=({onEmailSubmit:_0x59803c,onGoogleSignIn:_0x3c31b8,onContinue:_0x372de9,loading:loading=![],error:error='',initialEmail:initialEmail=''})=>{const _0x4d3cf3={'chATL':_0x3b17(0x85),'gUBWS':_0x3b17(0x86),'BLenn':function(_0x2b06fc,_0x2e650d){return _0x2b06fc(_0x2e650d);},'uTcLG':_0x3b17(0x87),'zfiAQ':_0x3b17(0x88),'fljmg':_0x3b17(0x38),'jgmWJ':function(_0x376a0d,_0x19690a){return _0x376a0d===_0x19690a;},'wamCm':'PWOkP','ybMVf':'NKMxB','ODBmQ':function(_0x56be7f,_0x5493ba){return _0x56be7f===_0x5493ba;},'ftpwy':_0x3b17(0x47),'aLjDr':'ybdRf','oCzxQ':_0x3b17(0x89),'TiADE':function(_0x44dcd7,_0x5997db){return _0x44dcd7!==_0x5997db;},'eFVrl':'hEGST','Mmfnt':'Ivsjn','RjLRx':_0x3b17(0x31),'Hkxkp':_0x3b17(0x8a),'vxSNN':function(_0x2db992,_0x20abe4){return _0x2db992===_0x20abe4;},'nBFzb':_0x3b17(0x2e),'mFHoa':_0x3b17(0x2f),'Atmmp':function(_0xc18863,_0x3200e4){return _0xc18863(_0x3200e4);},'anazY':function(_0x5d2fe2,_0x3116fd){return _0x5d2fe2===_0x3116fd;},'StUiD':'height','VamFS':'Build\x20your\x20Onairos\x20persona\x20to\x20own\x20your\x20digital\x20identity','OIoGg':_0x3b17(0x8b),'Inpcv':_0x3b17(0x8c),'spbeO':_0x3b17(0x8d),'EvfFG':function(_0x13667f,_0x410c8d){return _0x13667f||_0x410c8d;},'vZDeW':'Continue'},[_0x7aa540,_0x308549]=useState(initialEmail),[_0x103a0e,_0x64ac8c]=_0x4d3cf3[_0x3b17(0x8e)](useState,![]),[_0x2dfd69,_0x5e30e1]=_0x4d3cf3[_0x3b17(0x8f)](useState,''),_0x13299a=_0x2f11d9=>{const _0x4dd44d={'hkDBJ':'๐Ÿ”\x20Reviewer\x20bypass\x20detected\x20in\x20new\x20UI','yYdRM':function(_0x2ad34d,_0x207cfb){return _0x2ad34d(_0x207cfb);},'vCGSj':_0x4d3cf3[_0x3b17(0x90)]};if(_0x4d3cf3[_0x3b17(0x91)]!==_0x4d3cf3['gUBWS']){_0x5d202e['log'](_0x4dd44d['hkDBJ']),_0x4dd44d['yYdRM'](_0x18b57b,_0x4dd44d['vCGSj']);return;}else _0x4d3cf3[_0x3b17(0x8e)](_0x308549,_0x2f11d9),_0x2dfd69&&_0x4d3cf3[_0x3b17(0x8e)](_0x5e30e1,'');},_0x17eb78=()=>{const _0x48ae3f={'Zjisc':function(_0x16c281,_0x1f4343){return _0x16c281(_0x1f4343);},'lhdeA':function(_0x295421,_0x3bace3){return _0x4d3cf3[_0x3b17(0x8e)](_0x295421,_0x3bace3);}};if(_0x4d3cf3[_0x3b17(0x92)](_0x4d3cf3[_0x3b17(0x93)],_0x4d3cf3['ybMVf'])){_0x496dea['log'](_0x4d3cf3['uTcLG']),_0x28bed1(_0x4d3cf3[_0x3b17(0x94)]);return;}else{if(_0x7aa540[_0x3b17(0x95)]()[_0x3b17(0x46)]()===_0x3b17(0x96)){console[_0x3b17(0x83)]('๐Ÿ”\x20Reviewer\x20bypass\x20detected\x20in\x20new\x20UI'),_0x59803c(_0x4d3cf3['chATL']);return;}if(_0x4d3cf3['ODBmQ'](_0x7aa540[_0x3b17(0x95)]()['trim'](),_0x4d3cf3[_0x3b17(0x97)])){if(_0x4d3cf3['aLjDr']===_0x4d3cf3[_0x3b17(0x98)])_0x30d90d=_0x4d3cf3[_0x3b17(0x99)];else{console['log'](_0x4d3cf3[_0x3b17(0x9a)]),_0x4d3cf3['BLenn'](_0x59803c,_0x4d3cf3['zfiAQ']);return;}}if(_0x7aa540['trim']()){if(_0x4d3cf3[_0x3b17(0x9b)](_0x3b17(0x9c),_0x4d3cf3[_0x3b17(0x9d)])){const _0x4375e6=_0x4d3cf3[_0x3b17(0x8e)](validateEmail,_0x7aa540);if(!_0x4375e6[_0x3b17(0x80)]){if(_0x4d3cf3['Mmfnt']!==_0x4d3cf3['Mmfnt'])_0x48ae3f[_0x3b17(0x9e)](_0x36b533,'');else{console[_0x3b17(0x83)](_0x4d3cf3[_0x3b17(0x9f)],_0x4375e6[_0x3b17(0x82)]),_0x5e30e1(_0x4375e6[_0x3b17(0x82)]||_0x4d3cf3[_0x3b17(0xa0)]);return;}}console[_0x3b17(0x83)](_0x3b17(0x32)),_0x4d3cf3[_0x3b17(0x8e)](_0x5e30e1,''),_0x4d3cf3[_0x3b17(0x8e)](_0x59803c,_0x7aa540[_0x3b17(0x46)]());}else _0x48ae3f['lhdeA'](_0x32d86d,_0x42b517),_0x1fd363&&_0x48ae3f['Zjisc'](_0x309f35,'');}}};return useEffect(()=>{const _0x499492=Keyboard[_0x3b17(0x64)](_0x4d3cf3[_0x3b17(0xa1)],()=>_0x64ac8c(!![])),_0x25ab64=Keyboard[_0x3b17(0x64)](_0x4d3cf3['mFHoa'],()=>_0x64ac8c(![]));return()=>{_0x25ab64===null||_0x4d3cf3['ODBmQ'](_0x25ab64,void 0x0)||_0x25ab64['remove'](),_0x4d3cf3[_0x3b17(0x92)](_0x499492,null)||_0x4d3cf3[_0x3b17(0xa2)](_0x499492,void 0x0)||_0x499492[_0x3b17(0x68)]();};},[]),React[_0x3b17(0xa3)](KeyboardAvoidingView,{'behavior':_0x4d3cf3['anazY'](Platform['OS'],'ios')?_0x3b17(0xa4):_0x4d3cf3['StUiD'],'style':styles[_0x3b17(0xa5)]},React[_0x3b17(0xa3)](View,{'style':styles[_0x3b17(0xa6)]},React[_0x3b17(0xa3)](View,{'style':styles[_0x3b17(0xa7)]},React['createElement'](Text,{'style':styles[_0x3b17(0xa8)]},_0x4d3cf3[_0x3b17(0xa9)]),React[_0x3b17(0xa3)](Text,{'style':styles[_0x3b17(0xaa)]},_0x4d3cf3[_0x3b17(0xab)])),React[_0x3b17(0xa3)](View,{'style':styles[_0x3b17(0xac)]},React[_0x3b17(0xa3)](_0x5263e9,{'value':_0x7aa540,'onChangeText':_0x13299a,'onSubmitEditing':_0x17eb78,'returnKeyType':_0x4d3cf3[_0x3b17(0xad)],'blurOnSubmit':!![],'placeholder':_0x4d3cf3[_0x3b17(0xae)],'placeholderTextColor':_0x3b17(0xaf)}),_0x4d3cf3[_0x3b17(0xb0)](_0x2dfd69,error)?React[_0x3b17(0xa3)](Text,{'style':styles[_0x3b17(0xb1)]},_0x2dfd69||error):null),React[_0x3b17(0xa3)](View,{'style':styles[_0x3b17(0xb2)]},React[_0x3b17(0xa3)](View,{'style':styles[_0x3b17(0xb3)]}),React[_0x3b17(0xa3)](Text,{'style':styles[_0x3b17(0xb4)]},'Or'),React['createElement'](View,{'style':styles[_0x3b17(0xb3)]})),React['createElement'](View,{'style':styles[_0x3b17(0xb5)]},React[_0x3b17(0xa3)](_0x536262,{'onPress':_0x3c31b8,'disabled':loading})),React[_0x3b17(0xa3)](View,{'style':styles['spacer']}),React[_0x3b17(0xa3)](View,{'style':styles['continueContainer']},React[_0x3b17(0xa3)](_0x1b3648,{'label':_0x4d3cf3[_0x3b17(0xb6)],'onPress':_0x17eb78,'disabled':loading||!_0x7aa540[_0x3b17(0x46)](),'loading':loading}))));},styles=StyleSheet[_0x3b17(0xb7)]({'container':{'flex':0x1},'content':{'flex':0x1,'paddingTop':0x18,'paddingHorizontal':0x18},'headingContainer':{'width':_0x3b17(0xb8),'marginBottom':0x16,'paddingHorizontal':0x0},'title':{'fontFamily':_0x3b17(0xb9),'fontWeight':_0x3b17(0xba),'fontSize':0x18,'lineHeight':0x20,'color':COLORS[_0x3b17(0xbb)],'textAlign':_0x3b17(0xbc),'marginBottom':SPACING['sm']},'subtitle':{'fontFamily':'Inter','fontWeight':_0x3b17(0xbd),'fontSize':0x10,'lineHeight':0x18,'color':COLORS[_0x3b17(0xbe)],'textAlign':_0x3b17(0xbc)},'inputContainer':{'marginBottom':0x20,'paddingHorizontal':0x0},'dividerContainer':{'flexDirection':'row','alignItems':_0x3b17(0xbf),'marginBottom':0x20,'paddingHorizontal':0x0},'dividerLine':{'flex':0x1,'height':0x1,'backgroundColor':_0x3b17(0xc0)},'dividerText':{'paddingHorizontal':SPACING['md'],'fontSize':0xe,'fontFamily':'Inter','fontWeight':_0x3b17(0xbd),'color':COLORS[_0x3b17(0xc1)]},'googleContainer':{'marginBottom':SPACING['xl'],'paddingHorizontal':0x0},'spacer':{'flex':0x1,'minHeight':0x14},'continueContainer':{'paddingBottom':SPACING['xl'],'paddingHorizontal':0x0},'errorText':{'fontSize':0xe,'fontFamily':'Inter','fontWeight':_0x3b17(0xbd),'color':_0x3b17(0xc2),'marginTop':0x8,'textAlign':'left'}});export{SignInStep};export default SignInStep;