@onairos/react-native 3.6.7 → 3.6.9

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 (257) hide show
  1. package/README.md +423 -423
  2. package/lib/commonjs/api/index.js +1 -1
  3. package/lib/commonjs/assets/images/Checkbox.svg +3 -3
  4. package/lib/commonjs/assets/images/EnochE.svg +19 -19
  5. package/lib/commonjs/assets/images/Personalityprofile.svg +3 -3
  6. package/lib/commonjs/assets/images/Personalitytraits.svg +3 -3
  7. package/lib/commonjs/assets/images/Userpreferences.svg +3 -3
  8. package/lib/commonjs/assets/images/arrow.svg +20 -20
  9. package/lib/commonjs/assets/images/basicproficon.svg +43 -43
  10. package/lib/commonjs/assets/images/basicprofile.svg +3 -3
  11. package/lib/commonjs/assets/images/checkmark.svg +4 -4
  12. package/lib/commonjs/assets/images/contentanalysis.svg +3 -3
  13. package/lib/commonjs/assets/images/contenticon.svg +23 -23
  14. package/lib/commonjs/assets/images/personalityicon.svg +18 -18
  15. package/lib/commonjs/assets/images/x-close.svg +3 -3
  16. package/lib/commonjs/components/BodyText.js +1 -1
  17. package/lib/commonjs/components/BrandMark.js +1 -1
  18. package/lib/commonjs/components/CodeInput.js +1 -1
  19. package/lib/commonjs/components/EmailInput.js +1 -1
  20. package/lib/commonjs/components/GoogleButton.js +1 -1
  21. package/lib/commonjs/components/HeadingGroup.js +1 -1
  22. package/lib/commonjs/components/LLMDataInputModal.js +1 -1
  23. package/lib/commonjs/components/ModalHeader.js +1 -1
  24. package/lib/commonjs/components/ModalSheet.js +1 -1
  25. package/lib/commonjs/components/Onairos.js +1 -1
  26. package/lib/commonjs/components/OnairosButton.js +1 -1
  27. package/lib/commonjs/components/OnairosSignInButton.js +1 -1
  28. package/lib/commonjs/components/Overlay.js +1 -1
  29. package/lib/commonjs/components/PersonaImage.js +1 -1
  30. package/lib/commonjs/components/PersonaLoadingScreen.js +1 -1
  31. package/lib/commonjs/components/PersonalizationConsentScreen.js +1 -1
  32. package/lib/commonjs/components/PinCreationScreen.js +1 -1
  33. package/lib/commonjs/components/PinInput.js +1 -1
  34. package/lib/commonjs/components/PlatformConnectorsStep.js +1 -1
  35. package/lib/commonjs/components/PlatformList.js +1 -1
  36. package/lib/commonjs/components/PlatformToggle.js +1 -1
  37. package/lib/commonjs/components/PrimaryButton.js +1 -1
  38. package/lib/commonjs/components/SignInMatchAnimation.js +1 -1
  39. package/lib/commonjs/components/SignInStep.js +1 -1
  40. package/lib/commonjs/components/UniversalOnboarding.js +1 -1
  41. package/lib/commonjs/components/VerificationStep.js +1 -1
  42. package/lib/commonjs/components/WelcomeScreen.js +1 -1
  43. package/lib/commonjs/components/icons/Basicproficon.js +1 -1
  44. package/lib/commonjs/components/icons/Basicprofile.js +1 -1
  45. package/lib/commonjs/components/icons/Checkbox.js +1 -1
  46. package/lib/commonjs/components/icons/Checkmark.js +1 -1
  47. package/lib/commonjs/components/icons/Contentanalysis.js +1 -1
  48. package/lib/commonjs/components/icons/Contenticon.js +1 -1
  49. package/lib/commonjs/components/icons/EnochE.js +1 -1
  50. package/lib/commonjs/components/icons/Personalityicon.js +1 -1
  51. package/lib/commonjs/components/icons/Personalityprofile.js +1 -1
  52. package/lib/commonjs/components/icons/Personalitytraits.js +1 -1
  53. package/lib/commonjs/components/icons/Userpreferences.js +1 -1
  54. package/lib/commonjs/components/icons/index.js +1 -1
  55. package/lib/commonjs/components/onboarding/OAuthWebView.js +1 -1
  56. package/lib/commonjs/components/onboarding/OnboardingHeader.js +1 -1
  57. package/lib/commonjs/components/onboarding/PinInput.js +1 -1
  58. package/lib/commonjs/components/onboarding/PlatformConnector.js +1 -1
  59. package/lib/commonjs/config/PLATFORM_APIS.md +559 -0
  60. package/lib/commonjs/config/api.js +1 -1
  61. package/lib/commonjs/config/telegramConfig.js +8 -0
  62. package/lib/commonjs/config/webchangelog/md +607 -0
  63. package/lib/commonjs/constants/index.js +1 -1
  64. package/lib/commonjs/context/AuthContext.js +1 -1
  65. package/lib/commonjs/hooks/useConnectedAccounts.js +1 -1
  66. package/lib/commonjs/hooks/useConnections.js +1 -1
  67. package/lib/commonjs/hooks/useCredentials.js +1 -1
  68. package/lib/commonjs/hooks/useUserConnections.js +1 -1
  69. package/lib/commonjs/index.js +1 -1
  70. package/lib/commonjs/services/SDK_API_KEY_VALIDATION.md +421 -421
  71. package/lib/commonjs/services/apiClient.js +1 -1
  72. package/lib/commonjs/services/apiKeyService.js +99 -99
  73. package/lib/commonjs/services/authService.js +72 -72
  74. package/lib/commonjs/services/biometricPinService.js +1 -1
  75. package/lib/commonjs/services/chatGPTConversationExtractor.js +1 -1
  76. package/lib/commonjs/services/chatGPTConversationService.js +1 -1
  77. package/lib/commonjs/services/claudeConversationExtractor.js +1 -1
  78. package/lib/commonjs/services/claudeConversationService.js +1 -1
  79. package/lib/commonjs/services/connectedAccountsService.js +1 -1
  80. package/lib/commonjs/services/googleAuthService.js +1 -1
  81. package/lib/commonjs/services/hingeDataExtractor.js +1 -1
  82. package/lib/commonjs/services/hingeDataService.js +1 -1
  83. package/lib/commonjs/services/imageCompressionService.js +1 -1
  84. package/lib/commonjs/services/instagramDataExtractor.js +1 -1
  85. package/lib/commonjs/services/instagramDataService.js +1 -1
  86. package/lib/commonjs/services/jwtStorageService.js +1 -1
  87. package/lib/commonjs/services/linkedinDOMExtractor.js +1 -1
  88. package/lib/commonjs/services/linkedinProfileService.js +1 -1
  89. package/lib/commonjs/services/linkedinScrapingService.js +1 -1
  90. package/lib/commonjs/services/llmDataStorage.js +1 -1
  91. package/lib/commonjs/services/mobileTrainingService.js +1 -1
  92. package/lib/commonjs/services/oauthService.js +20 -20
  93. package/lib/commonjs/services/pinEncryptionService.js +1 -1
  94. package/lib/commonjs/services/pinStorageUtils.js +1 -1
  95. package/lib/commonjs/services/platformAuthService.js +1 -1
  96. package/lib/commonjs/services/sephoraDataExtractor.js +1 -1
  97. package/lib/commonjs/services/sephoraDataService.js +1 -1
  98. package/lib/commonjs/services/storageService.js +1 -1
  99. package/lib/commonjs/services/telegramDataExtractor.js +1 -1
  100. package/lib/commonjs/services/telegramDataService.js +1 -1
  101. package/lib/commonjs/services/trainingApiHelpers.js +1 -1
  102. package/lib/commonjs/services/userConnectionsService.js +1 -1
  103. package/lib/commonjs/services/youtubeMigrationService.js +1 -1
  104. package/lib/commonjs/theme/index.js +1 -1
  105. package/lib/commonjs/types/index.js +1 -1
  106. package/lib/commonjs/types.js +1 -1
  107. package/lib/commonjs/utils/Portal.js +1 -1
  108. package/lib/commonjs/utils/api.js +1 -1
  109. package/lib/commonjs/utils/assetRegistry.js +1 -1
  110. package/lib/commonjs/utils/auth.js +1 -1
  111. package/lib/commonjs/utils/connectorTests.js +1 -1
  112. package/lib/commonjs/utils/crypto.js +1 -1
  113. package/lib/commonjs/utils/debugHelper.js +1 -1
  114. package/lib/commonjs/utils/encryption.js +1 -1
  115. package/lib/commonjs/utils/eventUtils.js +1 -1
  116. package/lib/commonjs/utils/haptics.js +1 -1
  117. package/lib/commonjs/utils/imagePreloader.js +1 -1
  118. package/lib/commonjs/utils/networkDiagnostics.js +1 -1
  119. package/lib/commonjs/utils/onairosApi.js +1 -1
  120. package/lib/commonjs/utils/programmaticFlow.js +1 -1
  121. package/lib/commonjs/utils/retryHelper.js +1 -1
  122. package/lib/commonjs/utils/secureStorage.js +1 -1
  123. package/lib/commonjs/utils/webviewScripts/chatgpt.js +1 -1
  124. package/lib/commonjs/utils/webviewScripts/claude.js +1 -1
  125. package/lib/commonjs/utils/webviewScripts/hinge.js +1 -1
  126. package/lib/commonjs/utils/webviewScripts/index.js +1 -1
  127. package/lib/commonjs/utils/webviewScripts/instagram.js +1 -1
  128. package/lib/commonjs/utils/webviewScripts/linkedin.js +1 -1
  129. package/lib/commonjs/utils/webviewScripts/sephora.js +1 -1
  130. package/lib/commonjs/utils/webviewScripts/telegram.js +1 -1
  131. package/lib/module/api/index.js +1 -1
  132. package/lib/module/assets/images/Checkbox.svg +3 -3
  133. package/lib/module/assets/images/EnochE.svg +19 -19
  134. package/lib/module/assets/images/Personalityprofile.svg +3 -3
  135. package/lib/module/assets/images/Personalitytraits.svg +3 -3
  136. package/lib/module/assets/images/Userpreferences.svg +3 -3
  137. package/lib/module/assets/images/arrow.svg +20 -20
  138. package/lib/module/assets/images/basicproficon.svg +43 -43
  139. package/lib/module/assets/images/basicprofile.svg +3 -3
  140. package/lib/module/assets/images/checkmark.svg +4 -4
  141. package/lib/module/assets/images/contentanalysis.svg +3 -3
  142. package/lib/module/assets/images/contenticon.svg +23 -23
  143. package/lib/module/assets/images/personalityicon.svg +18 -18
  144. package/lib/module/assets/images/x-close.svg +3 -3
  145. package/lib/module/components/BodyText.js +1 -1
  146. package/lib/module/components/BrandMark.js +1 -1
  147. package/lib/module/components/CodeInput.js +1 -1
  148. package/lib/module/components/EmailInput.js +1 -1
  149. package/lib/module/components/GoogleButton.js +1 -1
  150. package/lib/module/components/HeadingGroup.js +1 -1
  151. package/lib/module/components/LLMDataInputModal.js +1 -1
  152. package/lib/module/components/ModalHeader.js +1 -1
  153. package/lib/module/components/ModalSheet.js +1 -1
  154. package/lib/module/components/Onairos.js +1 -1
  155. package/lib/module/components/OnairosButton.js +1 -1
  156. package/lib/module/components/OnairosSignInButton.js +1 -1
  157. package/lib/module/components/Overlay.js +1 -1
  158. package/lib/module/components/PersonaImage.js +1 -1
  159. package/lib/module/components/PersonaLoadingScreen.js +1 -1
  160. package/lib/module/components/PersonalizationConsentScreen.js +1 -1
  161. package/lib/module/components/PinCreationScreen.js +1 -1
  162. package/lib/module/components/PinInput.js +1 -1
  163. package/lib/module/components/PlatformConnectorsStep.js +1 -1
  164. package/lib/module/components/PlatformList.js +1 -1
  165. package/lib/module/components/PlatformToggle.js +1 -1
  166. package/lib/module/components/PrimaryButton.js +1 -1
  167. package/lib/module/components/SignInMatchAnimation.js +1 -1
  168. package/lib/module/components/SignInStep.js +1 -1
  169. package/lib/module/components/UniversalOnboarding.js +1 -1
  170. package/lib/module/components/VerificationStep.js +1 -1
  171. package/lib/module/components/WelcomeScreen.js +1 -1
  172. package/lib/module/components/icons/Basicproficon.js +1 -1
  173. package/lib/module/components/icons/Basicprofile.js +1 -1
  174. package/lib/module/components/icons/Checkbox.js +1 -1
  175. package/lib/module/components/icons/Checkmark.js +1 -1
  176. package/lib/module/components/icons/Contentanalysis.js +1 -1
  177. package/lib/module/components/icons/Contenticon.js +1 -1
  178. package/lib/module/components/icons/EnochE.js +1 -1
  179. package/lib/module/components/icons/Personalityicon.js +1 -1
  180. package/lib/module/components/icons/Personalityprofile.js +1 -1
  181. package/lib/module/components/icons/Personalitytraits.js +1 -1
  182. package/lib/module/components/icons/Userpreferences.js +1 -1
  183. package/lib/module/components/onboarding/OAuthWebView.js +1 -1
  184. package/lib/module/components/onboarding/OnboardingHeader.js +1 -1
  185. package/lib/module/components/onboarding/PinInput.js +1 -1
  186. package/lib/module/components/onboarding/PlatformConnector.js +1 -1
  187. package/lib/module/config/PLATFORM_APIS.md +559 -0
  188. package/lib/module/config/api.js +1 -1
  189. package/lib/module/config/telegramConfig.js +8 -0
  190. package/lib/module/config/webchangelog/md +607 -0
  191. package/lib/module/constants/index.js +1 -1
  192. package/lib/module/context/AuthContext.js +1 -1
  193. package/lib/module/hooks/useConnectedAccounts.js +1 -1
  194. package/lib/module/hooks/useConnections.js +1 -1
  195. package/lib/module/hooks/useCredentials.js +1 -1
  196. package/lib/module/hooks/useUserConnections.js +1 -1
  197. package/lib/module/index.js +1 -1
  198. package/lib/module/services/SDK_API_KEY_VALIDATION.md +421 -421
  199. package/lib/module/services/apiClient.js +1 -1
  200. package/lib/module/services/apiKeyService.js +99 -99
  201. package/lib/module/services/authService.js +72 -72
  202. package/lib/module/services/biometricPinService.js +1 -1
  203. package/lib/module/services/chatGPTConversationExtractor.js +1 -1
  204. package/lib/module/services/chatGPTConversationService.js +1 -1
  205. package/lib/module/services/claudeConversationExtractor.js +1 -1
  206. package/lib/module/services/claudeConversationService.js +1 -1
  207. package/lib/module/services/connectedAccountsService.js +1 -1
  208. package/lib/module/services/googleAuthService.js +1 -1
  209. package/lib/module/services/hingeDataExtractor.js +1 -1
  210. package/lib/module/services/hingeDataService.js +1 -1
  211. package/lib/module/services/imageCompressionService.js +1 -1
  212. package/lib/module/services/instagramDataExtractor.js +1 -1
  213. package/lib/module/services/instagramDataService.js +1 -1
  214. package/lib/module/services/jwtStorageService.js +1 -1
  215. package/lib/module/services/linkedinDOMExtractor.js +1 -1
  216. package/lib/module/services/linkedinProfileService.js +1 -1
  217. package/lib/module/services/linkedinScrapingService.js +1 -1
  218. package/lib/module/services/llmDataStorage.js +1 -1
  219. package/lib/module/services/mobileTrainingService.js +1 -1
  220. package/lib/module/services/oauthService.js +20 -20
  221. package/lib/module/services/pinEncryptionService.js +1 -1
  222. package/lib/module/services/pinStorageUtils.js +1 -1
  223. package/lib/module/services/platformAuthService.js +1 -1
  224. package/lib/module/services/sephoraDataExtractor.js +1 -1
  225. package/lib/module/services/sephoraDataService.js +1 -1
  226. package/lib/module/services/storageService.js +1 -1
  227. package/lib/module/services/telegramDataExtractor.js +1 -1
  228. package/lib/module/services/telegramDataService.js +1 -1
  229. package/lib/module/services/trainingApiHelpers.js +1 -1
  230. package/lib/module/services/userConnectionsService.js +1 -1
  231. package/lib/module/services/youtubeMigrationService.js +1 -1
  232. package/lib/module/theme/index.js +1 -1
  233. package/lib/module/types.js +1 -1
  234. package/lib/module/utils/Portal.js +1 -1
  235. package/lib/module/utils/api.js +1 -1
  236. package/lib/module/utils/assetRegistry.js +1 -1
  237. package/lib/module/utils/auth.js +1 -1
  238. package/lib/module/utils/connectorTests.js +1 -1
  239. package/lib/module/utils/crypto.js +1 -1
  240. package/lib/module/utils/debugHelper.js +1 -1
  241. package/lib/module/utils/encryption.js +1 -1
  242. package/lib/module/utils/eventUtils.js +1 -1
  243. package/lib/module/utils/haptics.js +1 -1
  244. package/lib/module/utils/networkDiagnostics.js +1 -1
  245. package/lib/module/utils/onairosApi.js +1 -1
  246. package/lib/module/utils/programmaticFlow.js +1 -1
  247. package/lib/module/utils/retryHelper.js +1 -1
  248. package/lib/module/utils/secureStorage.js +1 -1
  249. package/lib/module/utils/webviewScripts/chatgpt.js +1 -1
  250. package/lib/module/utils/webviewScripts/claude.js +1 -1
  251. package/lib/module/utils/webviewScripts/hinge.js +1 -1
  252. package/lib/module/utils/webviewScripts/index.js +1 -1
  253. package/lib/module/utils/webviewScripts/instagram.js +1 -1
  254. package/lib/module/utils/webviewScripts/linkedin.js +1 -1
  255. package/lib/module/utils/webviewScripts/sephora.js +1 -1
  256. package/lib/module/utils/webviewScripts/telegram.js +1 -1
  257. package/package.json +172 -172
@@ -4,4 +4,4 @@ var __ONAIROS_REQ_REGISTRY__ = [
4
4
  require('react-native')
5
5
  ];
6
6
  function __ONAIROS_REQ_FUNC__(i) { return __ONAIROS_REQ_REGISTRY__[i]; }
7
- import React,{useState,useEffect,useRef,useCallback}from'react';import{View,Text,StyleSheet,ScrollView,Vibration,TouchableOpacity,Image,Animated}from'react-native';function _0xfccb(){const _0x3fa6ad=['Daily','weekly','Weekly','biweekly','Biweekly','Less\x20frequent,\x20more\x20efficient.','uYcrC','olUVd','connecting','pinterest','contain','LaHgR','CrYkd','✅\x20[PLATFORMS]\x20Loaded\x20from\x20user_connected_platforms:','platform_account_details','CzSYc','✅\x20[PLATFORMS]\x20Loaded\x20from\x20platform_account_details:','chatgpt','claude','gemini','hIFbW','SqtOO','@onairos:linkedin_connected','CycTC','qGKST','linkedin','✅\x20[PLATFORMS]\x20Loaded\x20LinkedIn\x20connection','❌\x20[PLATFORMS]\x20Error\x20loading\x20connected\x20platforms\x20from\x20storage:','dEYem','ydMmy','RONqf','onairos_username','Error\x20initializing\x20username:','❌\x20[REFRESH]\x20Error\x20saving\x20refresh\x20frequency:','❌\x20[TOGGLE]\x20No\x20username\x20available\x20-\x20cannot\x20proceed\x20with\x20OAuth','YMhdW','yrZVP','tKlim','YUwOI','NULL','RTVxc','ATFgq','pIcxt','CUISc','DDiDO','iIAku','@onairos:model_refresh_frequency','lUUfw','vlDCs','https://privacy.onairos.io/','iNXeK','❌\x20[STORAGE]\x20Error\x20saving\x20to\x20user_connected_platforms:','IuaMx','IQMFG','pnsIM','QrnwR','JRHHd','czWcc','akDeE','bNixE','cpHKn','vDEMy','dizFi','OOgDl','eiYAl','REpCb','gmail','#10B981','#9CA3AF','youtube','Reddit','Pinterest','Use\x20your\x20pins,\x20boards,\x20and\x20interests\x20to\x20enrich\x20your\x20model.','LinkedIn','Use\x20your\x20professional\x20network\x20and\x20career\x20interests\x20to\x20enrich\x20your\x20model.','Use\x20your\x20ChatGPT\x20conversations\x20and\x20memories\x20to\x20enrich\x20your\x20model.','Claude','Use\x20your\x20Grok\x20conversations\x20from\x20X\x20to\x20enrich\x20your\x20model.','XAPbp','Build\x20your\x20persona','Connect\x20platforms\x20to\x20build\x20your\x20private\x20persona','normal','Model\x20Refresh\x20Frequency','How\x20often\x20should\x20your\x20model\x20be\x20refreshed\x20from\x20platforms?','Skip','Wqikp','fvHfh','kmxiN','PZyzJ','hfFft','current','Value','rZdGT','evqTd','kKrFT','kfewW','SRUxT','XmrZA','cxCYS','rZKUY','POZyS','cYSib','vaFLq','length','YWOgL','NhUnp','dUjCK','tqLzU','aTIjL','NhWCf','qWXKU','oNpMr','HaKdK','has','sEFMo','PVMYY','openURL','YJmVS','LJXLO','ZBmei','wycXg','MfDSj','lSRhg','ofmBs','FBqjz','LRyEr','NAGdH','NVPSB','iSAjd','ufsbh','log','getItem','vxasE','uZycr','XBogg','khZYm','createElement','platformIconButton','platformIconButtonSelected','BUTTON_PRESS','platformIcon','ZHrmb','youtubeIcon','RUWdg','xswli','pinterestIcon','gmailIcon','nPzoI','RDpdT','QitKv','cGCfT','grokIcon','connectingDot','connectedDot','parse','isArray','push','Fqcle','HruNK','tLJox','add','forEach','platform','RhfbQ','toLowerCase','includes','PxzgL','map','JOxpS','edLqA','vrymf','QxJkq','connected','✅\x20[PLATFORMS]\x20Loaded\x20LLM\x20platform:\x20','loop','timing','start','fijSf','XRHpX','KbCFb','pOcem','Yxzup','IOByT','bLszA','✅\x20[PLATFORMS]\x20Updated\x20connectedPlatforms\x20state\x20with:','from','error','Ddrve','pchGV','vQCqX','zQDrm','pJGGH','UFLXT','oZRxS','email','split','tVNkc','name','user_','floor','random','CPYGM','mobile_user_','HncdB','odZtD','UgIBh','jdgml','EBtiR','sequence','nativeEvent','contentOffset','layoutMeasurement','width','contentSize','UfAKo','BQycL','ZPsKd','rrYXv','jypzn','mAjqU','Use\x20your\x20posts\x20and\x20comments\x20to\x20enrich\x20your\x20model.','kPbvD','rqpnz','mOeNB','rLrsp','pVGDR','Use\x20your\x20Claude\x20conversations\x20to\x20enrich\x20your\x20model.','Gemini','CVnlC','Use\x20your\x20Gemini\x20conversations\x20to\x20enrich\x20your\x20model.','EvbAU','JHJeR','find','filter','YAGlo','\x20=\x20','HNKbH','\x22,\x20state:\x20\x22','\x22,\x20valid:\x20\x22','trim','gJMQz','isChatPlatform','klGfs','DynjN','🤖\x20[LLM]\x20Opening\x20WebView\x20for\x20','\x20login\x20and\x20export...','\x20URL:','BZZFq','ERROR','knWsM','yMjdH','BAXGR','GZMUP','https://www.linkedin.com/login','🌐\x20[LINKEDIN]\x20Opening\x20LinkedIn\x20URL:','nnnyl','pOmmq','iiUti','SUCCESS','KCYBk','SpYKi','🌐\x20[TOGGLE]\x20Starting\x20OAuth\x20flow\x20for\x20','...','lueWO','substring','hxzwk','iyTEH','✅\x20[TOGGLE]\x20Setting\x20WebView\x20state\x20-\x20showing\x20modal\x20for\x20','dwmEn','❌\x20[TOGGLE]\x20OAuth\x20failed\x20for\x20','\x20-\x20no\x20URL\x20returned','qQiax','Xasee','delete','MvBnW','setItem','stringify','✅\x20[STORAGE]\x20Removed\x20','\x20from\x20user_connected_platforms:','❌\x20[STORAGE]\x20Error\x20removing\x20from\x20user_connected_platforms:','removeItem','ACStP','YRfNI','fUAst','vibrate','hIbjW','huppu','yfXiu','kbDam','rJXdm','tPDWX','AMutO','xBMNZ','fYDBI','lnSSU','QEtfK','IZftF','mUeTr','UeDTS','LnmeN','gyyiz','gfsuQ','BMLKx','vbgsG','JrbSu','TjVuP','DrAqT','Linking','WmMIH','MusPK','GyTHS','rcGwZ','FPUvF','oNQYs','zioYZ','vdwzG','GMKHC','wtAQy','qzNWE','BGVvB','zndHa','kRTKc','wsHkG','rFbxW','PjYuj','gdNrm','OwKSV','DoHSs','JGVjd','cIFkX','❌\x20[LLM]\x20No\x20URL\x20configured\x20for\x20platform:\x20','user_connected_platforms','✅\x20[STORAGE]\x20Added\x20','\x20to\x20user_connected_platforms:','fwonl','NSdXa','toISOString','✅\x20[LLM]\x20','\x20connection\x20stored\x20locally','GmIRn','RJbMb','gIROe','✅\x20[LINKEDIN]\x20Connection\x20stored\x20locally','aQfyb','NqBVw','ZFRZr','eFpQl','cLkRx','NLSKm','jMpfn','CLjVF','PYrGe','MyZBD','NYHaJ','uDmXN','disconnected','CcPRk','YaGbA','QuokY','uHyra','setValue','edDru','dbrag','AlarB','chANI','akftr','owJoP','bgLaH','yVSma','eOCHl','IlbPq','LaRKl','📊\x20[STATE]\x20WebView\x20state\x20changed\x20-\x20showOAuthWebView:\x20',',\x20oauthUrl:\x20','SET\x20(','OizTH','min','size','JqfVw','✅\x20[WEBVIEW]\x20Rendering\x20OAuthWebView\x20for\x20','\x20with\x20URL:\x20','TXXwX','container','scrollContent','backButton','headingContainer','title','vkoQb','bYGjx','largePersona','platformIconsOverlay','platformIconsCentered','LuxUl','FwbFy','eRCYk','icon','jFYoM','buaPk','chatgptIcon','claudeIcon','pageIndicatorContainer','scrollBarThumb','View','scrollIndicator','interpolate','scrollIndicatorText','cardContainer','platformCard','cardHeader','recommendedBadge','recommendedBadgeText','Highly\x20Recommended','Mpazf','NUXpU','customToggleThumb','platformCardDescription','refreshFrequencySection','refreshFrequencyTitle','CaExu','refreshFrequencyDescription','gkCEF','refreshSegmentedControl','value','refreshSegment','refreshSegmentSelected','refreshSegmentText','refreshSegmentTextSelected','refreshFrequencyHint','wFPbj','FRVUn','bottomButtonContainer','buttonWrapper','Continue','pETFl','holdProgressBar','mNCPt','skipButton','skipButtonText','cLICT','create','surface','#F0F0F3','center','600','#1C1C1E','100%','IBM\x20Plex\x20Sans','700','grey800','left','400','relative','absolute','row','#FFFFFF','transparent','#3B82F6','#EFF6FF','#FFA500','#000','space-between','#2563EB','auto','#F9FAFB','grey600','#E0E0E4','#8E8E93','Inter','#E8E8ED','500','#E5E7EB','#8B5CF6','hidden','grey300','grey500','bold'];_0xfccb=function(){return _0x3fa6ad;};return _0xfccb();}import{COLORS,SPACING}from'../theme';import{triggerHaptic,HapticType}from'../utils/haptics';import _0xd8ab0 from'./PersonaImage';import _0x1af79b from'./PrimaryButton';import _0x3506be from'./PersonalizationConsentScreen';import _0x2e29ad from'./PinCreationScreen';import _0x2f51e8 from'./PersonaLoadingScreen';import{useConnections}from'../hooks/useConnections';import{getPlatformIcon}from'../services/connectedAccountsService';import{initiateOAuth,initiateNativeAuth,hasNativeSDK}from'../services/platformAuthService';import{OAuthWebView}from'./onboarding/OAuthWebView';import{isLLMPlatform,getLLMPlatformUrl,isLinkedInPlatform}from'../utils/webviewScripts';function _0x535a(_0xfccbcd,_0x535a1f){_0xfccbcd=_0xfccbcd-0x0;const _0x4aa475=_0xfccb();let _0x1a6104=_0x4aa475[_0xfccbcd];return _0x1a6104;}import{setTemporaryPin}from'../services/pinStorageUtils';import AsyncStorage from'@react-native-async-storage/async-storage';export const MODEL_REFRESH_OPTIONS=[{'value':'daily','label':_0x535a(0x0),'description':'Always\x20up-to-date\x20data.'},{'value':_0x535a(0x1),'label':_0x535a(0x2),'description':'Balanced\x20freshness\x20and\x20efficiency.'},{'value':_0x535a(0x3),'label':_0x535a(0x4),'description':_0x535a(0x5)}];const PlatformConnectorsStep=({onUpdate:_0x355f13,onSkip:_0x11ff3d,loading:loading=![],onPinComplete:_0x4266e6,onReviewerBypass:_0x7971a7,onLogout:_0x967042,allowedPlatforms:_0xbd5b41,recommendedPlatforms:_0x4e1c9e,initialConnectedPlatforms:_0x308bb3,onRefreshFrequencyChange:_0x4f994a,initialRefreshFrequency:initialRefreshFrequency=_0x535a(0x1)})=>{const _0x4455e7={'NhUnp':function(_0xfde824){return _0xfde824();},'dUjCK':function(_0x397cd2,_0x5423e5){return _0x397cd2===_0x5423e5;},'tqLzU':_0x535a(0x6),'cxCYS':function(_0x2e9815,_0x4f535f){return _0x2e9815(_0x4f535f);},'rZKUY':function(_0x26ad21,_0x30e13e){return _0x26ad21===_0x30e13e;},'cYSib':_0x535a(0x7),'vaFLq':function(_0x7812af,_0x14f880){return _0x7812af>_0x14f880;},'YWOgL':function(_0x1c12aa,_0x18f282){return _0x1c12aa(_0x18f282);},'MfDSj':function(_0x15aae1,_0x544fd4){return _0x15aae1(_0x544fd4);},'lSRhg':_0x535a(0x8),'iFoSO':_0x535a(0x9),'vrymf':'grok','ofmBs':_0x535a(0xa),'FBqjz':function(_0x4a87e3,_0x332921){return _0x4a87e3!==_0x332921;},'NAGdH':_0x535a(0xb),'NVPSB':function(_0x46abca,_0x451370){return _0x46abca!==_0x451370;},'ufsbh':_0x535a(0xc),'vxasE':'user_connected_platforms','uZycr':function(_0xbcfe6a,_0x3a7f99){return _0xbcfe6a!==_0x3a7f99;},'XBogg':'xTbgf','Fqcle':_0x535a(0xd),'HruNK':_0x535a(0xe),'tLJox':_0x535a(0xf),'PxzgL':_0x535a(0x10),'JOxpS':_0x535a(0x11),'rLrsp':_0x535a(0x12),'edLqA':_0x535a(0x13),'kRTKc':function(_0x33deaf,_0x3176bd){return _0x33deaf!==_0x3176bd;},'QxJkq':_0x535a(0x14),'vqmpi':_0x535a(0x15),'fijSf':_0x535a(0x16),'XRHpX':_0x535a(0x17),'KbCFb':_0x535a(0x18),'pOcem':_0x535a(0x19),'Yxzup':_0x535a(0x1a),'Ddrve':_0x535a(0x1b),'pchGV':function(_0x49a12c,_0x3866bc){return _0x49a12c===_0x3866bc;},'vQCqX':_0x535a(0x1c),'zQDrm':_0x535a(0x1d),'mqOKc':_0x535a(0x1e),'UFLXT':function(_0x27d2c3,_0x2aaca6){return _0x27d2c3(_0x2aaca6);},'oZRxS':function(_0x216184,_0x550f9d){return _0x216184&&_0x550f9d;},'tVNkc':function(_0x47eb8e,_0x15a1f2){return _0x47eb8e===_0x15a1f2;},'HncdB':function(_0x30363b,_0x59cfba){return _0x30363b*_0x59cfba;},'CPYGM':_0x535a(0x1f),'odZtD':function(_0x2c8029,_0x194b34){return _0x2c8029(_0x194b34);},'UgIBh':_0x535a(0x20),'jdgml':function(_0x4b8abf){return _0x4b8abf();},'UfAKo':function(_0x4bc46c,_0x195e1a){return _0x4bc46c>_0x195e1a;},'BQycL':function(_0x4d52a7,_0x1dc1b8){return _0x4d52a7/_0x1dc1b8;},'ZPsKd':function(_0x340b3f,_0xb06c3e){return _0x340b3f(_0xb06c3e);},'rrYXv':function(_0x24aeed,_0x241efe){return _0x24aeed>_0x241efe;},'jypzn':function(_0x1db855,_0x108302){return _0x1db855(_0x108302);},'iiUti':_0x535a(0x21),'nnnyl':function(_0x3f8eb0,_0x3a0df0){return _0x3f8eb0(_0x3a0df0);},'YAGlo':function(_0x1a4617){return _0x1a4617();},'HNKbH':function(_0x38dea0,_0x265b8c){return _0x38dea0||_0x265b8c;},'qzNWE':_0x535a(0x22),'gJMQz':function(_0x2b6c95,_0x2b2879){return _0x2b6c95===_0x2b2879;},'CwCsr':function(_0x1f136f,_0x3875c9){return _0x1f136f===_0x3875c9;},'klGfs':_0x535a(0x23),'DynjN':_0x535a(0x24),'BZZFq':function(_0x59da8b,_0x29c01c){return _0x59da8b(_0x29c01c);},'knWsM':function(_0x4766e4,_0x432b45){return _0x4766e4(_0x432b45);},'yMjdH':function(_0xbb3672,_0x5470cd){return _0xbb3672===_0x5470cd;},'BAXGR':_0x535a(0x25),'GZMUP':function(_0x1bf67a,_0x5b1534){return _0x1bf67a(_0x5b1534);},'pOmmq':function(_0xbf6a38,_0xbff806){return _0xbf6a38(_0xbff806);},'vdwzG':function(_0x135cf0,_0xabaf41){return _0x135cf0(_0xabaf41);},'kKrFT':function(_0x21ac81,_0x4cef1c){return _0x21ac81(_0x4cef1c);},'KCYBk':'dDeem','SpYKi':_0x535a(0x26),'dwmEn':function(_0x25c8d1,_0x5a1929){return _0x25c8d1(_0x5a1929);},'wycXg':function(_0x5ee60e,_0x254971,_0x39c162){return _0x5ee60e(_0x254971,_0x39c162);},'lueWO':function(_0x58011e,_0x233928){return _0x58011e+_0x233928;},'hxzwk':'...','iyTEH':_0x535a(0x27),'Xasee':function(_0x1fbc11,_0x579f54){return _0x1fbc11(_0x579f54);},'MvBnW':function(_0x4f049c,_0x171089){return _0x4f049c(_0x171089);},'Jgpic':'WgnBl','ACStP':_0x535a(0x28),'rokyp':_0x535a(0x29),'gyyiz':function(_0xd76412,_0x5d668a){return _0xd76412(_0x5d668a);},'huppu':function(_0x1e50eb,_0x251a37){return _0x1e50eb(_0x251a37);},'yfXiu':function(_0x36ffca,_0x1ba27c){return _0x36ffca===_0x1ba27c;},'pHtfT':_0x535a(0x2a),'qyUGC':'wHyys','kbDam':function(_0x20da33,_0x386c9c){return _0x20da33(_0x386c9c);},'rJXdm':function(_0x347731,_0x102803){return _0x347731(_0x102803);},'tPDWX':function(_0x5b0512){return _0x5b0512();},'fYDBI':function(_0x1b0ad2,_0x39dc4d){return _0x1b0ad2*_0x39dc4d;},'vbgsG':function(_0x298459,_0x3923c6){return _0x298459(_0x3923c6);},'LnmeN':function(_0x3105ae){return _0x3105ae();},'AMutO':function(_0x5cdbe3,_0xdac41b){return _0x5cdbe3(_0xdac41b);},'zkGtT':'unerb','xBMNZ':_0x535a(0x2b),'lnSSU':function(_0x36f782,_0x320cee){return _0x36f782(_0x320cee);},'QEtfK':function(_0x1eb1fa,_0x1428ff){return _0x1eb1fa(_0x1428ff);},'IZftF':function(_0x2448bc,_0x303079){return _0x2448bc===_0x303079;},'mUeTr':_0x535a(0x2c),'UeDTS':function(_0x4d0c4c,_0x40348d){return _0x4d0c4c(_0x40348d);},'rZdGT':function(_0x310de3,_0x409724){return _0x310de3(_0x409724);},'YsjiI':function(_0x1dd22e,_0xc0842c){return _0x1dd22e(_0xc0842c);},'oBJVD':'❌\x20[STORAGE]\x20Error\x20removing\x20from\x20user_connected_platforms:','gfsuQ':function(_0x1079ef,_0x3220ef){return _0x1079ef===_0x3220ef;},'bTRMz':_0x535a(0x2d),'BMLKx':_0x535a(0x2e),'PuAwa':_0x535a(0x2f),'TjVuP':function(_0x5147df,_0x3372cf){return _0x5147df!==_0x3372cf;},'DrAqT':_0x535a(0x30),'WmMIH':_0x535a(0x31),'Wqikp':function(_0x3332bf,_0x13e7c0){return _0x3332bf(_0x13e7c0);},'WqGaT':'HkPgh','MusPK':'cBzzp','GyTHS':function(_0x1cfa1c,_0x3d4e7c){return _0x1cfa1c(_0x3d4e7c);},'FPUvF':function(_0x4b635a,_0x40fd5a){return _0x4b635a===_0x40fd5a;},'oNQYs':'zioYZ','BGVvB':function(_0x37c0f3,_0x13fc6d){return _0x37c0f3(_0x13fc6d);},'zndHa':function(_0x342ebf,_0x379a72){return _0x342ebf(_0x379a72);},'CVnlC':function(_0x1a7986,_0x4c5dbe){return _0x1a7986(_0x4c5dbe);},'wsHkG':_0x535a(0x32),'PjYuj':'error','gdNrm':function(_0x24c08a,_0x4f1d43){return _0x24c08a===_0x4f1d43;},'avUmj':'ZPQKH','CcPRk':function(_0x4d271f,_0x130e24){return _0x4d271f(_0x130e24);},'RgmXL':_0x535a(0x33),'fwonl':function(_0x5f88cb,_0x4dceaa){return _0x5f88cb(_0x4dceaa);},'NSdXa':_0x535a(0x34),'MEaLg':_0x535a(0x35),'GmIRn':_0x535a(0x36),'RJbMb':_0x535a(0x37),'aQfyb':function(_0x56cfc9,_0xeb6c56){return _0x56cfc9(_0xeb6c56);},'XPnuL':function(_0x5f2f7a,_0x442d12){return _0x5f2f7a(_0x442d12);},'NqBVw':function(_0x25fd38,_0x35a7f5){return _0x25fd38(_0x35a7f5);},'AjZNW':function(_0x25064b,_0x5333d1){return _0x25064b(_0x5333d1);},'TjZwH':function(_0x547e21,_0x3a4ec){return _0x547e21(_0x3a4ec);},'MyZBD':function(_0x5d650d,_0x39eddc){return _0x5d650d(_0x39eddc);},'ZFRZr':_0x535a(0x38),'eFpQl':_0x535a(0x39),'cLkRx':function(_0x439c94,_0x49f468){return _0x439c94&&_0x49f468;},'NkdJV':_0x535a(0x3a),'SRUxT':function(_0x1f8c16){return _0x1f8c16();},'kfewW':function(_0x449730,_0x5a2831){return _0x449730(_0x5a2831);},'NYHaJ':_0x535a(0x3b),'uDmXN':_0x535a(0x3c),'FHICL':function(_0x509f61){return _0x509f61();},'XmrZA':function(_0x10b1b6,_0x53f5db,_0x30f1b7){return _0x10b1b6(_0x53f5db,_0x30f1b7);},'MVKaL':_0x535a(0x3d),'uHyra':function(_0x30cac7,_0x4ceb31){return _0x30cac7(_0x4ceb31);},'KnGdH':function(_0x110cac,_0x53ef84){return _0x110cac(_0x53ef84);},'edDru':_0x535a(0x3e),'dbrag':function(_0x142bca,_0x49f81d){return _0x142bca(_0x49f81d);},'EnLVA':function(_0x5ce975,_0x5776b9){return _0x5ce975===_0x5776b9;},'yVSma':function(_0x42c6d6,_0x78ad0f){return _0x42c6d6!==_0x78ad0f;},'eOCHl':_0x535a(0x3f),'LaRKl':function(_0x239aaf,_0xf11951){return _0x239aaf||_0xf11951;},'OizTH':'...)','uSKpL':_0x535a(0x40),'PZyzJ':function(_0x235e33,_0xc0e4e9){return _0x235e33(_0xc0e4e9);},'cQrGl':_0x535a(0x41),'FwbFy':function(_0x3fb0e2,_0x304f93){return _0x3fb0e2(_0x304f93);},'eRCYk':function(_0xcf3e52,_0x784202){return _0xcf3e52(_0x784202);},'BZZhF':function(_0x1fcb7d,_0x421af2){return _0x1fcb7d===_0x421af2;},'jFYoM':function(_0x3eb690,_0x4937f3){return _0x3eb690===_0x4937f3;},'buaPk':function(_0xebe83c,_0x5482f){return _0xebe83c===_0x5482f;},'rqpnz':_0x535a(0x42),'hAbsZ':function(_0x3f8b20,_0x3b3198){return _0x3f8b20===_0x3b3198;},'LyJuC':function(_0x2c474c,_0x27ac04){return _0x2c474c===_0x27ac04;},'Mpazf':_0x535a(0x43),'NUXpU':_0x535a(0x44),'fvHfh':function(_0x3335d9,_0x457245){return _0x3335d9(_0x457245);},'kmxiN':function(_0x1dfbd9,_0x206a5a){return _0x1dfbd9(_0x206a5a);},'hfFft':function(_0xb0e7e1,_0xb30a9){return _0xb0e7e1(_0xb30a9);},'Ctdri':function(_0x45dfb2,_0x4826e8){return _0x45dfb2(_0x4826e8);},'OkbEp':function(_0xd74318,_0x38981e){return _0xd74318(_0x38981e);},'evqTd':function(_0x27aee7,_0x3a48c2){return _0x27aee7(_0x3a48c2);},'vPGZr':function(_0x5ae76c,_0x5a5419){return _0x5ae76c(_0x5a5419);},'PpeQg':function(_0x4091d6,_0xbf49be){return _0x4091d6(_0xbf49be);},'EBtiR':function(_0xec4869,_0x5ed3c9,_0x51f154){return _0xec4869(_0x5ed3c9,_0x51f154);},'mAjqU':_0x535a(0x45),'mOeNB':function(_0x2dc00b,_0x499446){return _0x2dc00b(_0x499446);},'QpYpg':'Use\x20your\x20watch\x20history,\x20likes,\x20and\x20subscriptions\x20to\x20enrich\x20your\x20model.','vNVRj':'reddit','YaKBW':_0x535a(0x46),'oLeuJ':_0x535a(0x47),'kPbvD':_0x535a(0x48),'wuouC':_0x535a(0x49),'ZpNWv':_0x535a(0x4a),'DfLFE':_0x535a(0x4b),'pVGDR':_0x535a(0x4c),'EvbAU':'Grok','JHJeR':_0x535a(0x4d),'JqfVw':'iCyim','gcGjQ':_0x535a(0x4e),'vkoQb':_0x535a(0x4f),'bYGjx':_0x535a(0x50),'HJHFV':function(_0x111f65,_0x1b3a3e){return _0x111f65<=_0x1b3a3e;},'KIJTF':_0x535a(0x51),'naVvZ':function(_0x215c2c,_0x52bea3){return _0x215c2c>_0x52bea3;},'CaExu':_0x535a(0x52),'gkCEF':_0x535a(0x53),'wFPbj':function(_0x156959,_0x33b19d){return _0x156959===_0x33b19d;},'FRVUn':function(_0x3dfabe,_0x3c1c69){return _0x3dfabe===_0x3c1c69;},'pETFl':function(_0x2eae8b,_0x21e66b){return _0x2eae8b||_0x21e66b;},'mNCPt':'100%','cLICT':_0x535a(0x54)};var _0x4f05aa;const [_0xccc9b5,_0x53a211]=_0x4455e7['vbgsG'](useState,()=>new Set(_0x308bb3||[])),[_0x9e799d,_0x1ccfd8]=_0x4455e7['NqBVw'](useState,![]),[_0x5e66bb,_0x3ccb87]=useState(![]),[_0x3dab85,_0x17c679]=useState(![]),[_0x50e6f5,_0x13160e]=_0x4455e7[_0x535a(0x55)](useState,''),[_0x3dd25f,_0x195111]=_0x4455e7[_0x535a(0x56)](useState,{}),[_0x13e502,_0x836274]=_0x4455e7['TjZwH'](useState,![]),[_0x57fb78,_0x3a35d1]=_0x4455e7[_0x535a(0x57)](useState,''),[_0x2fce67,_0x4155ba]=_0x4455e7[_0x535a(0x57)](useState,''),[_0x55ae8a,_0x530a4c]=_0x4455e7[_0x535a(0x58)](useState,null),[_0x472958,_0x295c7f]=useState(0x0),_0x1984db=_0x4455e7[_0x535a(0x59)](useRef,new Animated['Value'](0x0))[_0x535a(0x5a)],[_0x5524c2,_0x519662]=_0x4455e7['Ctdri'](useState,''),_0x22825a=_0x4455e7['fvHfh'](useRef,null),[_0x386012,_0xde9595]=_0x4455e7['vbgsG'](useState,!![]),_0x28e7be=useRef(new Animated[(_0x535a(0x5b))](0x0))[_0x535a(0x5a)],[_0x24670d,_0x464ec1]=useState(0x0),_0x21abe3=useRef(0x0),[_0xcfe5f9,_0x2622f2]=_0x4455e7['OkbEp'](useState,''),[_0x2f1e38,_0x3ed848]=useState(0x0),[_0x4d5787,_0x2aa566]=_0x4455e7['kfewW'](useState,'Initializing...'),[_0x35540a,_0xbe3576]=_0x4455e7[_0x535a(0x5c)](useState,![]),[_0x90ba84,_0x56cda2]=useState(![]),[_0x54aab2,_0x1943e7]=_0x4455e7['dbrag'](useState,null),[_0x51f239,_0xc94a15]=_0x4455e7[_0x535a(0x59)](useState,null),_0x131fed=useRef(null),[_0xf71425,_0x20105a]=_0x4455e7[_0x535a(0x5d)](useState,![]),[_0x18deb1,_0x295456]=_0x4455e7[_0x535a(0x5e)](useState,''),[_0x3d5c91,_0x1ef0d7]=_0x4455e7['vPGZr'](useState,null),[_0x142ca3,_0x504b3c]=_0x4455e7['PpeQg'](useState,![]),[_0x47c9e2,_0x2591ba]=useState(![]),[_0x2a2ee8,_0x4b8cb3]=useState(null),[_0x274f4d,_0x34282e]=_0x4455e7[_0x535a(0x5f)](useState,initialRefreshFrequency),{connectPlatform:_0x2383ab,disconnectPlatform:_0x1c94b7,isConnecting:_0x1ab6b0}=_0x4455e7[_0x535a(0x60)](useConnections),_0x106a7c=null;_0x4455e7[_0x535a(0x61)](useEffect,()=>{const _0x572196={'aTIjL':function(_0x45b1e3,_0x307793){return _0x4455e7['cxCYS'](_0x45b1e3,_0x307793);},'NhWCf':_0x535a(0x31),'qWXKU':function(_0x4d171f,_0x3e72e5){return _0x4455e7[_0x535a(0x62)](_0x4d171f,_0x3e72e5);},'oNpMr':function(_0x3e1bd1,_0x20f2ad){return _0x4455e7[_0x535a(0x63)](_0x3e1bd1,_0x20f2ad);},'HaKdK':_0x535a(0x64),'sEFMo':_0x4455e7[_0x535a(0x65)]};_0x308bb3&&_0x4455e7[_0x535a(0x66)](_0x308bb3[_0x535a(0x67)],0x0)&&_0x4455e7[_0x535a(0x68)](_0x53a211,_0x32d44f=>{const _0x1361a9={'ZBmei':function(_0x1f56e3){return _0x4455e7[_0x535a(0x69)](_0x1f56e3);}};if(_0x4455e7[_0x535a(0x6a)](_0x4455e7['tqLzU'],_0x4455e7[_0x535a(0x6b)])){const _0x4a65da=new Set(_0x32d44f);let _0x5770ab=![];return _0x308bb3['forEach'](_0x1ae7b2=>{const _0x1a44af={'VtWLz':function(_0x363938,_0x47ff86){return _0x572196[_0x535a(0x6c)](_0x363938,_0x47ff86);},'YJmVS':_0x572196[_0x535a(0x6d)],'LJXLO':function(_0x3b9beb,_0x30946f){return _0x572196[_0x535a(0x6e)](_0x3b9beb,_0x30946f);}};if(_0x572196[_0x535a(0x6f)](_0x572196[_0x535a(0x70)],_0x572196['HaKdK'])){if(!_0x4a65da[_0x535a(0x71)](_0x1ae7b2)){if(_0x572196['oNpMr'](_0x572196[_0x535a(0x72)],_0x535a(0x73))){const Linking=_0x1a44af['VtWLz'](_0x365b81,0x0)['Linking'];Linking[_0x535a(0x74)](_0x1a44af[_0x535a(0x75)]);}else _0x4a65da['add'](_0x1ae7b2),_0x5770ab=!![];}}else _0x1a44af[_0x535a(0x76)](_0x2f4cfc,![]);}),_0x5770ab?_0x4a65da:_0x32d44f;}else _0x51bca5&&_0x1361a9[_0x535a(0x77)](_0xdb8967);});},[_0x308bb3]),_0x4455e7[_0x535a(0x78)](useEffect,()=>{const _0x3d0d93={'RhfbQ':function(_0x14fa17,_0x29c3dc){return _0x4455e7['rZKUY'](_0x14fa17,_0x29c3dc);}},_0x22b809=async()=>{const _0xd2a658={'lAmzX':function(_0x3cb5de,_0x586296){return _0x4455e7[_0x535a(0x79)](_0x3cb5de,_0x586296);},'khZYm':_0x4455e7[_0x535a(0x7a)],'ZHrmb':function(_0x270ae6,_0x2ba3a2){return _0x270ae6===_0x2ba3a2;},'RUWdg':function(_0x3b93b7,_0x48c9aa){return _0x4455e7[_0x535a(0x6a)](_0x3b93b7,_0x48c9aa);},'xswli':_0x4455e7['iFoSO'],'nPzoI':function(_0x5a8311,_0xb7ec45){return _0x5a8311===_0xb7ec45;},'RDpdT':'chatgpt','QitKv':_0x535a(0x12),'cGCfT':_0x4455e7['vrymf'],'jqNaR':_0x4455e7[_0x535a(0x7b)],'ubdOj':function(_0x54e446,_0x243d79){return _0x4455e7[_0x535a(0x7c)](_0x54e446,_0x243d79);},'echEO':_0x535a(0x7d),'IOByT':_0x4455e7[_0x535a(0x7e)]};try{if(_0x4455e7[_0x535a(0x7f)](_0x535a(0x80),_0x4455e7[_0x535a(0x81)])){console[_0x535a(0x82)]('🔄\x20[PLATFORMS]\x20Loading\x20connected\x20platforms\x20from\x20storage...');const _0xdb56f2=[],_0x8d0e4e=await AsyncStorage[_0x535a(0x83)](_0x4455e7[_0x535a(0x84)]);if(_0x8d0e4e){if(_0x4455e7[_0x535a(0x85)](_0x4455e7[_0x535a(0x86)],_0x4455e7[_0x535a(0x86)])){const _0x3b6812=_0x144bab===_0x11d3f7['id'],_0x596e6c=_0x4a21b9[_0x535a(0x71)](_0xa962a2['id']),_0x4e5cee=_0x6d7a31[_0x41e255['id']]===_0xd2a658[_0x535a(0x87)];return React[_0x535a(0x88)](TouchableOpacity,{'key':_0x5d54b9['id'],'style':[_0x252b8d[_0x535a(0x89)],_0x3b6812&&_0x20eefa[_0x535a(0x8a)]],'onPress':()=>{_0x576c8e(_0x4e8bc5[_0x535a(0x8b)]),_0xd2a658['lAmzX'](_0x26854a,_0x1283fd['id']);},'activeOpacity':0.7},React[_0x535a(0x88)](Image,{'source':_0x25912d['icon'],'style':[_0x3f9f93[_0x535a(0x8c)],_0xd2a658[_0x535a(0x8d)](_0x4c39f6['id'],_0x535a(0x45))&&_0x54599d[_0x535a(0x8e)],_0xd2a658[_0x535a(0x8f)](_0x58d031['id'],_0xd2a658[_0x535a(0x90)])&&_0x34298e[_0x535a(0x91)],_0x174abb['id']===_0x535a(0x42)&&_0x5cae83[_0x535a(0x92)],_0xd2a658[_0x535a(0x93)](_0x4454fa['id'],_0xd2a658[_0x535a(0x94)])&&_0x11bf46['chatgptIcon'],_0x1c033c['id']===_0xd2a658[_0x535a(0x95)]&&_0x3e2233['claudeIcon'],_0x11e860['id']===_0xd2a658[_0x535a(0x96)]&&_0x113866[_0x535a(0x97)]],'resizeMode':_0xd2a658['jqNaR']}),_0x4e5cee&&React['createElement'](View,{'style':_0x57b8f4[_0x535a(0x98)]}),_0x596e6c&&React[_0x535a(0x88)](View,{'style':_0x570371[_0x535a(0x99)]}));}else{const _0x5462e1=JSON[_0x535a(0x9a)](_0x8d0e4e);Array[_0x535a(0x9b)](_0x5462e1)&&(_0xdb56f2[_0x535a(0x9c)](..._0x5462e1),console[_0x535a(0x82)](_0x4455e7[_0x535a(0x9d)],_0x5462e1));}}const _0x5506df=await AsyncStorage[_0x535a(0x83)](_0x4455e7[_0x535a(0x9e)]);if(_0x5506df){const _0x38a7d4=JSON[_0x535a(0x9a)](_0x5506df);Array[_0x535a(0x9b)](_0x38a7d4)&&(_0x4455e7[_0x535a(0x9f)]!==_0x4455e7[_0x535a(0x9f)]?!_0x3b7839[_0x535a(0x71)](_0xaa2ee)&&(_0x1f14ae[_0x535a(0xa0)](_0x4a727b),_0x2d2e6e=!![]):(_0x38a7d4[_0x535a(0xa1)](_0x3d63c3=>{var _0x447b72;const _0x3c0c7b=(_0x447b72=_0x3d63c3[_0x535a(0xa2)])===null||_0x3d0d93[_0x535a(0xa3)](_0x447b72,void 0x0)?void 0x0:_0x447b72[_0x535a(0xa4)]();_0x3c0c7b&&!_0xdb56f2[_0x535a(0xa5)](_0x3c0c7b)&&_0xdb56f2[_0x535a(0x9c)](_0x3c0c7b);}),console[_0x535a(0x82)](_0x4455e7[_0x535a(0xa6)],_0x38a7d4[_0x535a(0xa7)](_0x13977b=>_0x13977b[_0x535a(0xa2)]))));}const _0x599656=[_0x4455e7[_0x535a(0xa8)],_0x4455e7['rLrsp'],_0x4455e7[_0x535a(0xa9)],_0x4455e7[_0x535a(0xaa)]];for(const _0x2adfb1 of _0x599656){const _0x24a106=await AsyncStorage[_0x535a(0x83)]('@onairos:llm_connected:'+_0x2adfb1);if(_0x24a106){if(_0x4455e7['kRTKc'](_0x4455e7[_0x535a(0xab)],_0x4455e7['vqmpi'])){const _0x20061c=JSON[_0x535a(0x9a)](_0x24a106);_0x20061c[_0x535a(0xac)]&&!_0xdb56f2[_0x535a(0xa5)](_0x2adfb1)&&(_0xdb56f2[_0x535a(0x9c)](_0x2adfb1),console[_0x535a(0x82)](_0x535a(0xad)+_0x2adfb1));}else Animated[_0x535a(0xae)](Animated['sequence']([Animated[_0x535a(0xaf)](_0x16d9ab,{'toValue':0x1,'duration':0x3e8,'useNativeDriver':!![]}),Animated[_0x535a(0xaf)](_0x538948,{'toValue':0x0,'duration':0x3e8,'useNativeDriver':!![]})]))[_0x535a(0xb0)]();}}const _0x5484f2=await AsyncStorage['getItem'](_0x4455e7[_0x535a(0xb1)]);if(_0x5484f2){const _0x316733=JSON['parse'](_0x5484f2);if(_0x316733[_0x535a(0xac)]&&!_0xdb56f2['includes'](_0x535a(0x19))){if(_0x4455e7['rZKUY'](_0x4455e7[_0x535a(0xb2)],_0x4455e7[_0x535a(0xb3)])){const _0x2273a6=_0x40ba63[_0x535a(0x9a)](_0x19e5c4);_0x2273a6[_0x535a(0xac)]&&!_0xd30527[_0x535a(0xa5)](_0x33ae5e)&&(_0x190576[_0x535a(0x9c)](_0x39cd30),_0xb3f856['log'](_0x535a(0xad)+_0x476361));}else _0xdb56f2[_0x535a(0x9c)](_0x4455e7[_0x535a(0xb4)]),console['log'](_0x4455e7[_0x535a(0xb5)]);}}_0x4455e7[_0x535a(0x66)](_0xdb56f2[_0x535a(0x67)],0x0)&&_0x4455e7[_0x535a(0x62)](_0x53a211,_0x4e711d=>{const _0x4c287f={'bLszA':function(_0x3fe833,_0x37434c){return _0x3fe833(_0x37434c);}},_0x4b651b=new Set(_0x4e711d);let _0x39071b=![];return _0xdb56f2[_0x535a(0xa1)](_0x5d5f4c=>{_0xd2a658['ubdOj'](_0xd2a658['echEO'],_0xd2a658[_0x535a(0xb6)])?!_0x4b651b['has'](_0x5d5f4c)&&(_0x4b651b[_0x535a(0xa0)](_0x5d5f4c),_0x39071b=!![]):(_0x1d76cc(![]),_0x4c287f[_0x535a(0xb7)](_0x2ba100,!![]));}),_0x39071b&&console[_0x535a(0x82)](_0x535a(0xb8),Array[_0x535a(0xb9)](_0x4b651b)),_0x39071b?_0x4b651b:_0x4e711d;});}else _0x2cf6e8['push'](..._0x2ba8e7),_0x4764c2['log'](_0x535a(0xd),_0x315eac);}catch(_0x1230c2){console[_0x535a(0xba)](_0x4455e7[_0x535a(0xbb)],_0x1230c2);}};_0x22b809();},[]),_0x4455e7[_0x535a(0x61)](useEffect,()=>{const _0x28f038={'pJGGH':function(_0x5971a2,_0x3dc97a){return _0x5971a2(_0x3dc97a);}},_0x1df66d=async()=>{if(_0x4455e7[_0x535a(0xbc)](_0x4455e7[_0x535a(0xbd)],_0x4455e7[_0x535a(0xbe)]))_0x28f038[_0x535a(0xbf)](_0x11b17f,!![]);else try{if(_0x4455e7['mqOKc']===_0x535a(0x1e)){const _0x4a1429=await AsyncStorage[_0x535a(0x83)](_0x535a(0x1f));if(_0x4a1429&&!_0xcfe5f9){_0x4455e7[_0x535a(0xc0)](_0x2622f2,_0x4a1429);return;}if(_0x4455e7[_0x535a(0xc1)](_0x106a7c,!_0xcfe5f9)){var _0x38187f;const _0x4217c1=(_0x4455e7['tVNkc'](_0x106a7c,null)||_0x106a7c===void 0x0||_0x4455e7[_0x535a(0x63)](_0x38187f=_0x106a7c[_0x535a(0xc2)],null)||_0x4455e7['pchGV'](_0x38187f,void 0x0)?void 0x0:_0x38187f[_0x535a(0xc3)]('@')[0x0])||(_0x4455e7[_0x535a(0xc4)](_0x106a7c,null)||_0x106a7c===void 0x0?void 0x0:_0x106a7c[_0x535a(0xc5)])||_0x535a(0xc6)+Math[_0x535a(0xc7)](_0x4455e7['HncdB'](Math[_0x535a(0xc8)](),0x2710));_0x4455e7[_0x535a(0x62)](_0x2622f2,_0x4217c1),await AsyncStorage['setItem'](_0x4455e7[_0x535a(0xc9)],_0x4217c1);return;}if(!_0xcfe5f9){const _0x118f6e=_0x535a(0xca)+Math[_0x535a(0xc7)](_0x4455e7[_0x535a(0xcb)](Math[_0x535a(0xc8)](),0x2710));_0x4455e7[_0x535a(0xcc)](_0x2622f2,_0x118f6e),await AsyncStorage['setItem'](_0x4455e7['CPYGM'],_0x118f6e);}}else _0x28f038['pJGGH'](_0x3f764f,_0x2947b7[_0x535a(0x8b)]),_0x25bb4f&&_0x51ef9f();}catch(_0x2778a0){console['error'](_0x4455e7[_0x535a(0xcd)],_0x2778a0);const _0x3f2551='user_'+Math['floor'](Math['random']()*0x2710);_0x4455e7[_0x535a(0x62)](_0x2622f2,_0x3f2551);}};_0x4455e7[_0x535a(0xce)](_0x1df66d);},[_0x106a7c,_0xcfe5f9]),_0x4455e7[_0x535a(0xcf)](useEffect,()=>{_0x386012&&Animated['loop'](Animated[_0x535a(0xd0)]([Animated[_0x535a(0xaf)](_0x28e7be,{'toValue':0x1,'duration':0x3e8,'useNativeDriver':!![]}),Animated[_0x535a(0xaf)](_0x28e7be,{'toValue':0x0,'duration':0x3e8,'useNativeDriver':!![]})]))[_0x535a(0xb0)]();},[_0x386012]);const _0x3a3129=_0x4455e7['XmrZA'](useCallback,_0x202eb6=>{const _0x147c2f=_0x202eb6[_0x535a(0xd1)][_0x535a(0xd2)]['x'],_0x39ac48=_0x202eb6[_0x535a(0xd1)][_0x535a(0xd3)][_0x535a(0xd4)],_0x4f0758=_0x202eb6[_0x535a(0xd1)][_0x535a(0xd5)][_0x535a(0xd4)];_0x21abe3[_0x535a(0x5a)]=_0x147c2f;const _0xa7a46e=_0x4f0758-_0x39ac48,_0x265a38=_0x4455e7[_0x535a(0xd6)](_0xa7a46e,0x0)?_0x4455e7[_0x535a(0xd7)](_0x147c2f,_0xa7a46e):0x0;_0x4455e7[_0x535a(0xd8)](_0x464ec1,_0x265a38),_0x4455e7[_0x535a(0xd9)](_0x147c2f,0xa)&&_0x386012&&_0x4455e7[_0x535a(0xda)](_0xde9595,![]);},[_0x386012]),_0x6e6581=[{'id':_0x4455e7[_0x535a(0xdb)],'name':'YouTube','icon':_0x4455e7['mOeNB'](getPlatformIcon,_0x535a(0x45)),'description':_0x4455e7['QpYpg'],'isChatPlatform':![]},{'id':_0x4455e7['vNVRj'],'name':_0x4455e7['YaKBW'],'icon':_0x4455e7['eRCYk'](getPlatformIcon,_0x4455e7['vNVRj']),'description':_0x535a(0xdc),'isChatPlatform':![]},{'id':_0x4455e7['iFoSO'],'name':_0x4455e7['oLeuJ'],'icon':getPlatformIcon(_0x535a(0x9)),'description':_0x4455e7[_0x535a(0xdd)],'isChatPlatform':![]},{'id':_0x4455e7[_0x535a(0xb4)],'name':_0x4455e7['wuouC'],'icon':getPlatformIcon(_0x4455e7['pOcem']),'description':_0x4455e7['ZpNWv'],'isChatPlatform':![]},{'id':_0x535a(0x42),'name':'Gmail','icon':getPlatformIcon(_0x4455e7[_0x535a(0xde)]),'description':'Use\x20your\x20email\x20information\x20to\x20enrich\x20your\x20model.','isChatPlatform':![]},{'id':_0x4455e7[_0x535a(0xa8)],'name':'ChatGPT','icon':_0x4455e7[_0x535a(0xdf)](getPlatformIcon,_0x4455e7['JOxpS']),'description':_0x4455e7['DfLFE'],'isChatPlatform':!![]},{'id':_0x4455e7[_0x535a(0xe0)],'name':_0x4455e7[_0x535a(0xe1)],'icon':_0x4455e7[_0x535a(0xc0)](getPlatformIcon,_0x535a(0x12)),'description':_0x535a(0xe2),'isChatPlatform':!![]},{'id':'gemini','name':_0x535a(0xe3),'icon':_0x4455e7[_0x535a(0xe4)](getPlatformIcon,_0x4455e7[_0x535a(0xa9)]),'description':_0x535a(0xe5),'isChatPlatform':!![]},{'id':_0x4455e7['vrymf'],'name':_0x4455e7[_0x535a(0xe6)],'icon':_0x4455e7[_0x535a(0xe4)](getPlatformIcon,_0x4455e7['vrymf']),'description':_0x4455e7[_0x535a(0xe7)],'isChatPlatform':!![]}],_0x3f7d11=_0xbd5b41?_0xbd5b41[_0x535a(0xa7)](_0x120e7c=>_0x6e6581[_0x535a(0xe8)](_0x1174b4=>_0x1174b4['id']===_0x120e7c))[_0x535a(0xe9)](_0x18f0ea=>_0x18f0ea!==undefined):_0x6e6581;_0x4455e7[_0x535a(0xcf)](useEffect,()=>{if(_0x4455e7[_0x535a(0x66)](_0x3f7d11[_0x535a(0x67)],0x0)){const _0x4233c9=_0x3f7d11[0x0]['id'];(!_0x5524c2||!_0x3f7d11[_0x535a(0xe8)](_0x3bacab=>_0x3bacab['id']===_0x5524c2))&&_0x519662(_0x4233c9);}},[_0xbd5b41,_0x3f7d11[_0x535a(0x67)]]);const _0x5328fe=async(_0x13d06b,_0x12f848)=>{const _0x35a4bb={'qQiax':function(_0x584965,_0x16bde2){return _0x584965(_0x16bde2);},'YRfNI':function(_0x4254f3){return _0x4455e7[_0x535a(0xea)](_0x4254f3);},'fUAst':function(_0x8afdfc,_0x50cf61,_0x465333){return _0x8afdfc(_0x50cf61,_0x465333);}};_0x4455e7[_0x535a(0xd8)](triggerHaptic,HapticType[_0x535a(0x8b)]),console['log']('🔄\x20[TOGGLE]\x20Platform\x20toggle:\x20'+_0x13d06b+_0x535a(0xeb)+_0x12f848);try{if(_0x12f848){const _0x2253ac=await AsyncStorage[_0x535a(0x83)](_0x535a(0x1f)),_0x37c812=_0x4455e7[_0x535a(0xec)](_0x2253ac,_0xcfe5f9);console[_0x535a(0x82)]('👤\x20[TOGGLE]\x20Username\x20check\x20-\x20stored:\x20\x22'+_0x2253ac+_0x535a(0xed)+_0xcfe5f9+_0x535a(0xee)+_0x37c812+'\x22');if(!_0x37c812||_0x37c812[_0x535a(0xef)]()===''){console[_0x535a(0xba)](_0x4455e7['qzNWE']);return;}const _0x310c28=_0x6e6581[_0x535a(0xe8)](_0x1c11dd=>_0x1c11dd['id']===_0x13d06b),_0x279ff2=(_0x4455e7[_0x535a(0xbc)](_0x310c28,null)||_0x4455e7[_0x535a(0xf0)](_0x310c28,void 0x0)?void 0x0:_0x310c28[_0x535a(0xf1)])||isLLMPlatform(_0x13d06b);if(_0x279ff2){if(_0x4455e7['CwCsr'](_0x4455e7[_0x535a(0xf2)],_0x4455e7[_0x535a(0xf3)]))!_0x846978['has'](_0x271a39)&&(_0x230d0a[_0x535a(0xa0)](_0x5dfae0),_0x1393b5=!![]);else{console[_0x535a(0x82)](_0x535a(0xf4)+_0x13d06b+_0x535a(0xf5)),_0x4455e7[_0x535a(0x62)](_0x4155ba,_0x13d06b),_0x195111(_0x922b84=>({..._0x922b84,[_0x13d06b]:_0x535a(0x8)}));const _0x4201f8=_0x4455e7[_0x535a(0xda)](getLLMPlatformUrl,_0x13d06b);_0x4201f8?(console['log']('🌐\x20[LLM]\x20Opening\x20'+_0x13d06b+_0x535a(0xf6),_0x4201f8),_0x4455e7[_0x535a(0xf7)](_0x3a35d1,_0x4201f8),_0x836274(!![])):(console['error']('❌\x20[LLM]\x20No\x20URL\x20configured\x20for\x20platform:\x20'+_0x13d06b),_0x195111(_0x51913c=>({..._0x51913c,[_0x13d06b]:'error'})),_0x4455e7[_0x535a(0x79)](triggerHaptic,HapticType[_0x535a(0xf8)]));return;}}if(_0x4455e7[_0x535a(0xf9)](isLinkedInPlatform,_0x13d06b)){if(_0x4455e7[_0x535a(0xfa)](_0x535a(0x25),_0x4455e7[_0x535a(0xfb)])){console[_0x535a(0x82)]('💼\x20[LINKEDIN]\x20Opening\x20WebView\x20for\x20LinkedIn\x20login...'),_0x4455e7[_0x535a(0xf7)](_0x4155ba,_0x13d06b),_0x4455e7[_0x535a(0xfc)](_0x195111,_0x9b84e2=>({..._0x9b84e2,[_0x13d06b]:'connecting'}));const _0x1f4a67=_0x535a(0xfd);console[_0x535a(0x82)](_0x535a(0xfe),_0x1f4a67),_0x4455e7[_0x535a(0xff)](_0x3a35d1,_0x1f4a67),_0x4455e7[_0x535a(0x100)](_0x836274,!![]);return;}else _0x487f7b[_0x535a(0xba)](_0x4455e7[_0x535a(0x101)],_0x4be635);}if(_0x4455e7['vdwzG'](hasNativeSDK,_0x13d06b)){_0x4455e7[_0x535a(0x68)](_0x4155ba,_0x13d06b),_0x4455e7[_0x535a(0x100)](_0x195111,_0x34114f=>({..._0x34114f,[_0x13d06b]:_0x535a(0x8)}));const _0x1987b2=await initiateNativeAuth(_0x13d06b,_0x37c812);if(_0x1987b2){const _0x21b9e0=new Set(_0xccc9b5);_0x21b9e0[_0x535a(0xa0)](_0x13d06b),_0x4455e7[_0x535a(0xfc)](_0x53a211,_0x21b9e0),_0x4455e7[_0x535a(0xda)](_0x195111,_0x382aac=>({..._0x382aac,[_0x13d06b]:_0x535a(0xac)})),_0x4455e7[_0x535a(0x5e)](triggerHaptic,HapticType[_0x535a(0x102)]);}else _0x4455e7[_0x535a(0xbc)]('xicAv',_0x4455e7[_0x535a(0x103)])?_0x4455e7['nnnyl'](_0x35588b,![]):(_0x195111(_0xe9a97b=>({..._0xe9a97b,[_0x13d06b]:_0x535a(0xba)})),_0x4455e7[_0x535a(0xc0)](triggerHaptic,HapticType[_0x535a(0xf8)]));}else{if('YUwOI'===_0x4455e7[_0x535a(0x104)]){console['log'](_0x535a(0x105)+_0x13d06b+_0x535a(0x106)),_0x4455e7[_0x535a(0x79)](_0x4155ba,_0x13d06b),_0x4455e7['dwmEn'](_0x195111,_0x5a33cb=>({..._0x5a33cb,[_0x13d06b]:'connecting'}));const _0xe2e7e2=await _0x4455e7[_0x535a(0x78)](initiateOAuth,_0x13d06b,_0x37c812);console[_0x535a(0x82)]('🔗\x20[TOGGLE]\x20OAuth\x20URL\x20result\x20for\x20'+_0x13d06b+':',_0xe2e7e2?_0x4455e7[_0x535a(0x107)](_0xe2e7e2[_0x535a(0x108)](0x0,0x32),_0x4455e7[_0x535a(0x109)]):_0x4455e7[_0x535a(0x10a)]),_0xe2e7e2?(console['log'](_0x535a(0x10b)+_0x13d06b),_0x4455e7[_0x535a(0x10c)](_0x3a35d1,_0xe2e7e2),_0x836274(!![])):(console['error'](_0x535a(0x10d)+_0x13d06b+_0x535a(0x10e)),_0x195111(_0x5a51e1=>({..._0x5a51e1,[_0x13d06b]:_0x535a(0xba)})),_0x4455e7[_0x535a(0x79)](triggerHaptic,HapticType[_0x535a(0xf8)]));}else _0x581ea9(_0x40b256),_0x35a4bb[_0x535a(0x10f)](_0x4f0c1c,_0x7399c8),_0x1dfced(![]),_0x48bf37(!![]);}}else{await _0x4455e7[_0x535a(0x110)](_0x1c94b7,_0x13d06b);const _0xa0b696=new Set(_0xccc9b5);_0xa0b696[_0x535a(0x111)](_0x13d06b),_0x4455e7[_0x535a(0x112)](_0x53a211,_0xa0b696),_0x4455e7[_0x535a(0xcc)](_0x195111,_0x262a6c=>({..._0x262a6c,[_0x13d06b]:'disconnected'})),_0x4455e7[_0x535a(0xf9)](triggerHaptic,HapticType['BUTTON_PRESS']);try{const _0x1dc4c4=await AsyncStorage[_0x535a(0x83)](_0x4455e7[_0x535a(0x84)]);if(_0x1dc4c4){const _0x4833a9=JSON[_0x535a(0x9a)](_0x1dc4c4),_0x468836=_0x4833a9[_0x535a(0xe9)](_0x2a32d3=>_0x2a32d3[_0x535a(0xa4)]()!==_0x13d06b[_0x535a(0xa4)]());await AsyncStorage[_0x535a(0x113)](_0x4455e7[_0x535a(0x84)],JSON[_0x535a(0x114)](_0x468836)),console[_0x535a(0x82)](_0x535a(0x115)+_0x13d06b+_0x535a(0x116),_0x468836);}}catch(_0x17c9df){console['error'](_0x535a(0x117),_0x17c9df);}await AsyncStorage[_0x535a(0x118)]('@onairos:llm_connected:'+_0x13d06b),_0x4455e7['CwCsr'](_0x13d06b[_0x535a(0xa4)](),_0x535a(0x19))&&await AsyncStorage[_0x535a(0x118)](_0x535a(0x16));}}catch(_0x53982f){if(_0x4455e7['rZKUY'](_0x4455e7['Jgpic'],_0x4455e7[_0x535a(0x119)])){const _0x1d1d0d={'hIbjW':function(_0x5a149f){return _0x35a4bb[_0x535a(0x11a)](_0x5a149f);}};Animated[_0x535a(0xaf)](_0x1219fb,{'toValue':0x1,'duration':0xfa0,'useNativeDriver':![]})[_0x535a(0xb0)]();const _0x5b7b9a=_0x35a4bb[_0x535a(0x11b)](_0x5d5803,()=>{_0x49bd9a(_0xf356fd[_0x535a(0x102)]),_0x35a73e[_0x535a(0x11c)]([0x0,0x64,0x32,0x64]),_0x1d1d0d[_0x535a(0x11d)](_0x2d3c4f);},0xfa0);_0x4b9b3a(_0x5b7b9a);}else console[_0x535a(0xba)]('Error\x20toggling\x20platform\x20'+_0x13d06b+':',_0x53982f),_0x195111(_0x2dbe33=>({..._0x2dbe33,[_0x13d06b]:_0x535a(0xba)})),_0x4455e7[_0x535a(0xff)](triggerHaptic,HapticType[_0x535a(0xf8)]);}},_0xaf0321=async()=>{if(_0x4455e7[_0x535a(0xfa)](_0x4455e7['rokyp'],_0x4455e7['rokyp'])){_0x4455e7['gyyiz'](triggerHaptic,HapticType['BUTTON_PRESS']),_0x4455e7[_0x535a(0x11e)](_0x504b3c,!![]);try{_0x4455e7[_0x535a(0x11f)](_0x4455e7['pHtfT'],_0x4455e7['qyUGC'])?(_0x407c1c[_0x535a(0x9c)]('linkedin'),_0x25252e[_0x535a(0x82)](_0x4455e7[_0x535a(0xb5)])):_0x3ccb87(!![]);}finally{_0x4455e7[_0x535a(0x120)](_0x504b3c,![]);}}else _0x55f051[_0x535a(0x82)](_0x535a(0xb8),_0x1e8550[_0x535a(0xb9)](_0x41eff7));},_0x13d030=()=>{_0x4455e7[_0x535a(0x121)](triggerHaptic,HapticType[_0x535a(0x8b)]),_0x11ff3d&&_0x4455e7[_0x535a(0x122)](_0x11ff3d);},_0x5bab35=async()=>{_0x4455e7[_0x535a(0x10c)](triggerHaptic,HapticType[_0x535a(0x8b)]),_0x4455e7[_0x535a(0x123)](_0x2591ba,!![]),await new Promise(_0x5ea06b=>setTimeout(_0x5ea06b,0x32));try{if(_0x4266e6){if(_0x4455e7[_0x535a(0x11f)](_0x4455e7['zkGtT'],_0x4455e7[_0x535a(0x124)])){_0x3e5291[_0x535a(0xba)](_0x4455e7[_0x535a(0xcd)],_0x58fff2);const _0x328f0f='user_'+_0x19e82e['floor'](_0x4455e7[_0x535a(0x125)](_0x5a6dba['random'](),0x2710));_0x4455e7['vbgsG'](_0x3243cb,_0x328f0f);}else await _0x4455e7[_0x535a(0x126)](_0x4266e6,_0x50e6f5);}else await _0x4455e7[_0x535a(0x127)](_0x355f13,Array[_0x535a(0xb9)](_0xccc9b5));}finally{_0x4455e7[_0x535a(0x128)](_0x4455e7['mUeTr'],_0x4455e7[_0x535a(0x129)])?_0x4455e7[_0x535a(0x12a)](_0x2591ba,![]):_0x4455e7[_0x535a(0x12b)](_0x326a23);}},_0x1e63d4=()=>{_0x4455e7[_0x535a(0x5c)](triggerHaptic,HapticType['BUTTON_PRESS']),_0x4455e7[_0x535a(0x12c)](_0x1ccfd8,![]);},_0x173a35=async _0x380f7d=>{const _0x156a08={'JrbSu':_0x4455e7['oBJVD']};if(_0x4455e7[_0x535a(0x12d)](_0x4455e7['bTRMz'],_0x535a(0x2d))){_0x4455e7['BZZFq'](triggerHaptic,HapticType['BUTTON_PRESS']),_0x34282e(_0x380f7d);try{await AsyncStorage[_0x535a(0x113)](_0x4455e7[_0x535a(0x12e)],_0x380f7d),console[_0x535a(0x82)]('✅\x20[REFRESH]\x20Model\x20refresh\x20frequency\x20set\x20to:\x20'+_0x380f7d);}catch(_0x4e89b6){_0x4455e7[_0x535a(0x7f)](_0x535a(0x2f),_0x4455e7['PuAwa'])?(_0x3c8c56[_0x535a(0x82)](_0x535a(0x10b)+_0x1afc5b),_0x17ac78(_0x350464),_0x4455e7['YsjiI'](_0x2070e8,!![])):console[_0x535a(0xba)](_0x4455e7[_0x535a(0x101)],_0x4e89b6);}_0x4f994a&&_0x4455e7[_0x535a(0x12f)](_0x4f994a,_0x380f7d);}else _0x34854f[_0x535a(0xba)](_0x156a08[_0x535a(0x130)],_0x2ccb06);},_0x293dc8=()=>{if(_0x4455e7[_0x535a(0x131)](_0x4455e7[_0x535a(0x132)],_0x4455e7[_0x535a(0x132)]))_0x5a76ff(_0x8f812a);else{const Linking=_0x4455e7[_0x535a(0x127)](__ONAIROS_REQ_FUNC__,0x0)[_0x535a(0x133)];Linking[_0x535a(0x74)](_0x4455e7[_0x535a(0x134)]);}},_0x1cf7b8=async _0xff5e13=>{const _0x415576={'rcGwZ':function(_0x1ddd61,_0x514bb5){return _0x4455e7[_0x535a(0x55)](_0x1ddd61,_0x514bb5);}};_0x4455e7[_0x535a(0x7f)](_0x4455e7['WqGaT'],_0x4455e7[_0x535a(0x135)])?(_0x13160e(_0xff5e13),_0x4455e7[_0x535a(0x136)](setTemporaryPin,_0xff5e13),_0x4455e7[_0x535a(0xcc)](_0x3ccb87,![]),_0x4455e7['cxCYS'](_0x17c679,!![])):_0x415576[_0x535a(0x137)](_0x166805,_0x52c83d=>{const _0x3ee6c0=new _0x2a777a(_0x52c83d);let _0x3f9531=![];return _0x3147de[_0x535a(0xa1)](_0x35b9a8=>{!_0x3ee6c0[_0x535a(0x71)](_0x35b9a8)&&(_0x3ee6c0['add'](_0x35b9a8),_0x3f9531=!![]);}),_0x3f9531?_0x3ee6c0:_0x52c83d;});},_0x8a4692=()=>{const _0x7aa5e8={'GMKHC':function(_0x387d9c,_0x16fbd4){return _0x387d9c===_0x16fbd4;},'wtAQy':function(_0x5292f6,_0x3f468c){return _0x4455e7[_0x535a(0x138)](_0x5292f6,_0x3f468c);}};if(_0x4455e7[_0x535a(0x139)]===_0x535a(0x13a))_0x4455e7[_0x535a(0xda)](_0x17c679,![]),_0x4455e7[_0x535a(0x13b)](_0x1ccfd8,!![]);else{var _0x38f720;const _0x45a6e2=_0x7aa5e8[_0x535a(0x13c)](_0x38f720=_0x2276ba[_0x535a(0xa2)],null)||_0x7aa5e8[_0x535a(0x13d)](_0x38f720,void 0x0)?void 0x0:_0x38f720[_0x535a(0xa4)]();_0x45a6e2&&!_0x26cc7a[_0x535a(0xa5)](_0x45a6e2)&&_0x57d36b[_0x535a(0x9c)](_0x45a6e2);}},_0x579999=async _0x2defcd=>{const _0xaed57d={'rFbxW':_0x4455e7[_0x535a(0x13e)],'DoHSs':function(_0x193fd2,_0x97d6f2){return _0x4455e7[_0x535a(0x13f)](_0x193fd2,_0x97d6f2);},'JGVjd':function(_0x2daef8,_0x54dfc8){return _0x4455e7[_0x535a(0x5e)](_0x2daef8,_0x54dfc8);},'cIFkX':function(_0x410317,_0xd50ab6){return _0x4455e7[_0x535a(0x140)](_0x410317,_0xd50ab6);},'gIROe':function(_0x24876e,_0x4700a8){return _0x4455e7[_0x535a(0xe4)](_0x24876e,_0x4700a8);}};if(_0x2fce67){if(_0x4455e7[_0x535a(0x141)](_0x535a(0x32),_0x4455e7[_0x535a(0x142)])){_0x2cd07d[_0x535a(0xba)](_0xaed57d[_0x535a(0x143)]);return;}else{if(_0x2defcd==='success'||_0x2defcd!==_0x4455e7[_0x535a(0x144)]){if(_0x4455e7[_0x535a(0x145)](_0x4455e7['avUmj'],_0x535a(0x146))){_0x386e83[_0x535a(0x82)](_0x535a(0xf4)+_0x323c15+_0x535a(0xf5)),_0x27bd10(_0x463a42),_0xaed57d[_0x535a(0x147)](_0xfc073d,_0x2cf439=>({..._0x2cf439,[_0x1db0b5]:_0x535a(0x8)}));const _0x51e539=_0x17b354(_0x36f87e);_0x51e539?(_0x407bd2[_0x535a(0x82)]('🌐\x20[LLM]\x20Opening\x20'+_0x2e3c7c+_0x535a(0xf6),_0x51e539),_0xaed57d[_0x535a(0x148)](_0x562bd5,_0x51e539),_0xaed57d[_0x535a(0x149)](_0x11acd0,!![])):(_0x27381b['error'](_0x535a(0x14a)+_0xe5e511),_0xaed57d[_0x535a(0x148)](_0xb49c2b,_0xc5e89c=>({..._0xc5e89c,[_0x187a93]:_0x535a(0xba)})),_0xaed57d[_0x535a(0x149)](_0x848064,_0x14404a['ERROR']));return;}else{_0x4b8cb3(_0x2fce67),_0x4455e7['CcPRk'](_0x195111,_0xa3ce67=>({..._0xa3ce67,[_0x2fce67]:_0x535a(0xac)}));try{const _0x129ff9=await AsyncStorage[_0x535a(0x83)](_0x535a(0x14b)),_0x19a804=_0x129ff9?JSON[_0x535a(0x9a)](_0x129ff9):[];!_0x19a804[_0x535a(0xa5)](_0x2fce67['toLowerCase']())&&(_0x19a804[_0x535a(0x9c)](_0x2fce67[_0x535a(0xa4)]()),await AsyncStorage[_0x535a(0x113)](_0x4455e7[_0x535a(0x84)],JSON['stringify'](_0x19a804)),console['log'](_0x535a(0x14c)+_0x2fce67+_0x535a(0x14d),_0x19a804));}catch(_0x1b3092){console[_0x535a(0xba)](_0x4455e7['RgmXL'],_0x1b3092);}_0x4455e7[_0x535a(0x14e)](isLLMPlatform,_0x2fce67)&&(_0x4455e7[_0x535a(0x14f)]!==_0x4455e7['MEaLg']?(await AsyncStorage[_0x535a(0x113)]('@onairos:llm_connected:'+_0x2fce67,JSON['stringify']({'connected':!![],'platform':_0x2fce67,'connectedAt':new Date()[_0x535a(0x150)]()})),console[_0x535a(0x82)](_0x535a(0x151)+_0x2fce67+_0x535a(0x152))):_0x3e0465[_0x535a(0xba)](_0x4455e7[_0x535a(0xbb)],_0x3df14d)),_0x2fce67[_0x535a(0xa4)]()===_0x535a(0x19)&&(_0x4455e7[_0x535a(0x153)]===_0x4455e7[_0x535a(0x154)]?(_0xaed57d['JGVjd'](_0x1e6ae5,_0x3e6782),_0xaed57d[_0x535a(0x155)](_0x2192c8,null)):(await AsyncStorage[_0x535a(0x113)]('@onairos:linkedin_connected',JSON[_0x535a(0x114)]({'connected':!![],'platform':_0x4455e7['pOcem'],'connectedAt':new Date()[_0x535a(0x150)]()})),console[_0x535a(0x82)](_0x535a(0x156))));}}else _0x4455e7[_0x535a(0x157)](_0x195111,_0x4496cb=>({..._0x4496cb,[_0x2fce67]:_0x535a(0xba)})),_0x4455e7['XPnuL'](triggerHaptic,HapticType[_0x535a(0xf8)]);}}_0x4455e7[_0x535a(0x158)](_0x836274,![]),_0x4455e7['AjZNW'](_0x3a35d1,''),_0x4455e7[_0x535a(0x14e)](_0x4155ba,'');};useEffect(()=>{const _0x4dc6d1={'jMpfn':function(_0x2b83f1){return _0x2b83f1();},'CLjVF':_0x4455e7[_0x535a(0x159)],'MeRWn':_0x4455e7[_0x535a(0x15a)]};if(_0x4455e7[_0x535a(0x15b)](_0x2a2ee8,!_0x13e502)){if(_0x4455e7['yfXiu'](_0x4455e7['NkdJV'],_0x535a(0x15c))){const _0x48aff8=_0x5aeaf4[_0x535a(0x9a)](_0x26fb05);_0x315517[_0x535a(0x9b)](_0x48aff8)&&(_0x439157[_0x535a(0x9c)](..._0x48aff8),_0x52700f['log'](_0x4455e7[_0x535a(0x9d)],_0x48aff8));}else{const _0x85efcb=_0x4455e7['wycXg'](setTimeout,()=>{_0x4455e7['TjZwH'](_0x53a211,_0x5b3a67=>{const _0x360e03={'PYrGe':function(_0x2de43d){return _0x4dc6d1[_0x535a(0x15d)](_0x2de43d);}};if(_0x4dc6d1[_0x535a(0x15e)]===_0x4dc6d1['MeRWn'])_0x360e03[_0x535a(0x15f)](_0x46e8cf);else{const _0x3d2c6d=new Set(_0x5b3a67);return _0x3d2c6d[_0x535a(0xa0)](_0x2a2ee8),_0x3d2c6d;}}),_0x4455e7[_0x535a(0x160)](triggerHaptic,HapticType[_0x535a(0x102)]),console['log']('✅\x20[PERSONA]\x20Applied\x20pending\x20connection:\x20'+_0x2a2ee8),_0x4455e7[_0x535a(0x13f)](_0x4b8cb3,null);},0x12c);return()=>clearTimeout(_0x85efcb);}}},[_0x2a2ee8,_0x13e502]);const _0x366019=()=>{_0x4455e7[_0x535a(0x5f)](_0x836274,![]),_0x4455e7[_0x535a(0xfc)](_0x3a35d1,''),_0x2fce67&&(_0x4455e7[_0x535a(0x161)]!==_0x4455e7[_0x535a(0x162)]?_0x195111(_0x509a6e=>({..._0x509a6e,[_0x2fce67]:_0x535a(0x163)})):(_0x4455e7[_0x535a(0xf7)](_0x1a4b8f,_0x1cfa91['SUCCESS']),_0x351cc1[_0x535a(0x11c)]([0x0,0x64,0x32,0x64]),_0x4455e7[_0x535a(0x60)](_0x282571))),_0x4155ba('');},_0x209716=()=>{_0x4455e7[_0x535a(0x164)](_0x3ccb87,![]);},_0x23dff7=()=>{_0x7971a7&&_0x4455e7['FHICL'](_0x7971a7);},_0x31ca2d=()=>{const _0x29537d={'YaGbA':function(_0xcb059a){return _0x4455e7[_0x535a(0x12b)](_0xcb059a);}};Animated[_0x535a(0xaf)](_0x1984db,{'toValue':0x1,'duration':0xfa0,'useNativeDriver':![]})[_0x535a(0xb0)]();const _0x2617ee=_0x4455e7[_0x535a(0x61)](setTimeout,()=>{triggerHaptic(HapticType[_0x535a(0x102)]),Vibration[_0x535a(0x11c)]([0x0,0x64,0x32,0x64]),_0x29537d[_0x535a(0x165)](_0x23dff7);},0xfa0);_0x4455e7['BGVvB'](_0x530a4c,_0x2617ee);},_0x4b50cd=()=>{if(_0x55ae8a){if(_0x4455e7[_0x535a(0x6a)](_0x535a(0x166),_0x4455e7['MVKaL']))return()=>{_0x2b1603&&_0xc238a(_0x2323a8);};else _0x4455e7[_0x535a(0x167)](clearTimeout,_0x55ae8a),_0x4455e7['KnGdH'](_0x530a4c,null);}_0x1984db[_0x535a(0x168)](0x0),Animated[_0x535a(0xaf)](_0x1984db,{'toValue':0x0,'duration':0xc8,'useNativeDriver':![]})[_0x535a(0xb0)]();};_0x4455e7[_0x535a(0xcf)](useEffect,()=>{const _0xddc59e={'AlarB':function(_0x267b58){return _0x267b58();},'chANI':function(_0x417dc0,_0x23b853){return _0x4455e7['kRTKc'](_0x417dc0,_0x23b853);},'akftr':_0x4455e7[_0x535a(0x169)],'bgLaH':function(_0x184392,_0x467445){return _0x4455e7[_0x535a(0x16a)](_0x184392,_0x467445);}};return()=>{const _0xa07cf0={'owJoP':function(_0x5483c1){return _0xddc59e[_0x535a(0x16b)](_0x5483c1);}};_0xddc59e[_0x535a(0x16c)](_0xddc59e[_0x535a(0x16d)],_0xddc59e[_0x535a(0x16d)])?_0xa07cf0[_0x535a(0x16e)](_0x33454c):_0x55ae8a&&_0xddc59e[_0x535a(0x16f)](clearTimeout,_0x55ae8a);};},[_0x55ae8a]),_0x4455e7[_0x535a(0xcf)](useEffect,()=>{if(_0x4455e7[_0x535a(0x170)](_0x4455e7[_0x535a(0x171)],_0x4455e7[_0x535a(0x171)])){const _0x19b2c7={'IlbPq':function(_0x618cc7,_0x2a6b8b){return _0x4455e7['EnLVA'](_0x618cc7,_0x2a6b8b);}},_0x3c63dd=_0x38e59f[_0x535a(0x9a)](_0x1fc9cf);_0x30c08a['isArray'](_0x3c63dd)&&(_0x3c63dd[_0x535a(0xa1)](_0xe66ddb=>{var _0x62d758;const _0x43da7a=(_0x62d758=_0xe66ddb[_0x535a(0xa2)])===null||_0x19b2c7[_0x535a(0x172)](_0x62d758,void 0x0)?void 0x0:_0x62d758[_0x535a(0xa4)]();_0x43da7a&&!_0x36da4a[_0x535a(0xa5)](_0x43da7a)&&_0x51ba01[_0x535a(0x9c)](_0x43da7a);}),_0x5481a6['log'](_0x4455e7[_0x535a(0xa6)],_0x3c63dd['map'](_0x252ae2=>_0x252ae2['platform'])));}else _0x4455e7[_0x535a(0x173)](_0x13e502,_0x57fb78)&&console[_0x535a(0x82)](_0x535a(0x174)+_0x13e502+_0x535a(0x175)+(_0x57fb78?_0x4455e7[_0x535a(0x107)](_0x535a(0x176),_0x57fb78[_0x535a(0x108)](0x0,0x28))+_0x4455e7[_0x535a(0x177)]:_0x4455e7[_0x535a(0x10a)]));},[_0x13e502,_0x57fb78]);const _0x5cd193=Math[_0x535a(0x178)](0x5,Math['max'](0x1,_0x4455e7['lueWO'](_0xccc9b5[_0x535a(0x179)],0x1))),_0x1c4392=0x78,_0x1599ac=0x46;if(_0x5e66bb)return React['createElement'](_0x2e29ad,{'visible':_0x5e66bb,'onComplete':_0x1cf7b8,'onBack':_0x209716});if(_0x3dab85)return React[_0x535a(0x88)](_0x2f51e8,{'visible':_0x3dab85,'onComplete':_0x8a4692});if(_0x4455e7[_0x535a(0xc1)](_0x13e502,_0x57fb78)){if(_0x4455e7[_0x535a(0x141)](_0x4455e7[_0x535a(0x17a)],_0x4455e7['gcGjQ']))return console[_0x535a(0x82)](_0x535a(0x17b)+_0x2fce67+_0x535a(0x17c)+_0x57fb78[_0x535a(0x108)](0x0,0x3c)+_0x535a(0x106)),React[_0x535a(0x88)](OAuthWebView,{'url':_0x57fb78,'platform':_0x2fce67,'onClose':_0x366019,'onSuccess':_0x579999,'onComplete':_0x366019,'username':_0xcfe5f9});else _0x2940b4[_0x535a(0x9c)](_0x41d07a),_0x495300[_0x535a(0x82)]('✅\x20[PLATFORMS]\x20Loaded\x20LLM\x20platform:\x20'+_0x151aca);}const _0x5757e3=()=>{const _0x2eef8e={'TXXwX':function(_0x43cc61,_0x46d9aa){return _0x43cc61(_0x46d9aa);}};_0x4455e7['uSKpL']!==_0x535a(0x40)?_0x2eef8e[_0x535a(0x17d)](_0x35ede1,![]):(_0x4455e7[_0x535a(0x58)](triggerHaptic,HapticType[_0x535a(0x8b)]),_0x4455e7['YsjiI'](_0x1ccfd8,![]));};if(_0x9e799d)return React[_0x535a(0x88)](_0x3506be,{'visible':_0x9e799d,'onAccept':_0x5bab35,'onDecline':_0x1e63d4,'connectedPlatforms':Array[_0x535a(0xb9)](_0xccc9b5),'onConnectMore':_0x5757e3,'loading':_0x47c9e2});return React[_0x535a(0x88)](View,{'style':styles[_0x535a(0x17e)]},React['createElement'](ScrollView,{'style':styles[_0x535a(0x17f)],'showsVerticalScrollIndicator':![],'bounces':!![]},_0x967042&&React[_0x535a(0x88)](TouchableOpacity,{'style':styles[_0x535a(0x180)],'onPress':_0x967042,'activeOpacity':0.7},React[_0x535a(0x88)](Text,{'style':styles['backButtonText']},'‹')),React[_0x535a(0x88)](View,{'style':styles[_0x535a(0x181)]},React[_0x535a(0x88)](Text,{'style':styles[_0x535a(0x182)]},_0x4455e7[_0x535a(0x183)]),React[_0x535a(0x88)](Text,{'style':styles['subtitle']},_0x4455e7[_0x535a(0x184)])),React[_0x535a(0x88)](View,{'style':styles['personaContainer']},React[_0x535a(0x88)](_0xd8ab0,{'level':_0x5cd193,'style':styles[_0x535a(0x185)]}),React[_0x535a(0x88)](ScrollView,{'ref':_0x22825a,'horizontal':!![],'style':[styles[_0x535a(0x186)],{'bottom':_0x1c4392}],'contentContainerStyle':[styles['platformIconsScrollContent'],_0x4455e7['HJHFV'](_0x3f7d11[_0x535a(0x67)],0x4)&&styles[_0x535a(0x187)]],'showsHorizontalScrollIndicator':![],'onScroll':_0x3a3129,'scrollEventThrottle':0x10,'decelerationRate':_0x4455e7['KIJTF'],'scrollEnabled':_0x4455e7[_0x535a(0x66)](_0x3f7d11[_0x535a(0x67)],0x4)},_0x3f7d11[_0x535a(0xa7)](_0x576552=>{const _0x3295d8=_0x5524c2===_0x576552['id'],_0x512e0e=_0xccc9b5[_0x535a(0x71)](_0x576552['id']),_0x2c7616=_0x4455e7[_0x535a(0x6a)](_0x3dd25f[_0x576552['id']],_0x4455e7[_0x535a(0x7a)]);return React[_0x535a(0x88)](TouchableOpacity,{'key':_0x576552['id'],'style':[styles['platformIconButton'],_0x3295d8&&styles[_0x535a(0x8a)]],'onPress':()=>{_0x4455e7['kRTKc'](_0x535a(0x188),_0x4455e7['cQrGl'])?(_0x4455e7[_0x535a(0x189)](triggerHaptic,HapticType[_0x535a(0x8b)]),_0x4455e7[_0x535a(0x18a)](_0x519662,_0x576552['id'])):_0x5c027d&&Animated['loop'](Animated[_0x535a(0xd0)]([Animated[_0x535a(0xaf)](_0x98131a,{'toValue':0x1,'duration':0x3e8,'useNativeDriver':!![]}),Animated['timing'](_0x206a17,{'toValue':0x0,'duration':0x3e8,'useNativeDriver':!![]})]))[_0x535a(0xb0)]();},'activeOpacity':0.7},React['createElement'](Image,{'source':_0x576552[_0x535a(0x18b)],'style':[styles[_0x535a(0x8c)],_0x4455e7['BZZhF'](_0x576552['id'],_0x535a(0x45))&&styles['youtubeIcon'],_0x4455e7[_0x535a(0x18c)](_0x576552['id'],'pinterest')&&styles['pinterestIcon'],_0x4455e7[_0x535a(0x18d)](_0x576552['id'],_0x4455e7[_0x535a(0xde)])&&styles['gmailIcon'],_0x4455e7[_0x535a(0x128)](_0x576552['id'],_0x4455e7[_0x535a(0xa8)])&&styles[_0x535a(0x18e)],_0x4455e7['hAbsZ'](_0x576552['id'],'claude')&&styles[_0x535a(0x18f)],_0x4455e7['LyJuC'](_0x576552['id'],_0x4455e7['vrymf'])&&styles[_0x535a(0x97)]],'resizeMode':_0x4455e7[_0x535a(0x7b)]}),_0x2c7616&&React['createElement'](View,{'style':styles['connectingDot']}),_0x512e0e&&React[_0x535a(0x88)](View,{'style':styles[_0x535a(0x99)]}));})),_0x4455e7[_0x535a(0xd9)](_0x3f7d11[_0x535a(0x67)],0x4)&&React[_0x535a(0x88)](View,{'style':[styles[_0x535a(0x190)],{'bottom':_0x1599ac}]},React[_0x535a(0x88)](View,{'style':styles['scrollBarTrack']},React[_0x535a(0x88)](View,{'style':[styles[_0x535a(0x191)],{'left':_0x4455e7[_0x535a(0x125)](_0x24670d,0x38)}]}))),_0x386012&&_0x4455e7['naVvZ'](_0x3f7d11[_0x535a(0x67)],0x4)&&React[_0x535a(0x88)](Animated[_0x535a(0x192)],{'style':[styles[_0x535a(0x193)],{'transform':[{'translateX':_0x28e7be[_0x535a(0x194)]({'inputRange':[0x0,0x1],'outputRange':[0x0,0x8]})}],'opacity':_0x28e7be[_0x535a(0x194)]({'inputRange':[0x0,0x1],'outputRange':[0.5,0x1]})}]},React[_0x535a(0x88)](Text,{'style':styles[_0x535a(0x195)]},'›'))),React[_0x535a(0x88)](View,{'style':styles[_0x535a(0x196)]},_0x5524c2&&((()=>{const _0x1088da=_0x3f7d11[_0x535a(0xe8)](_0x22e683=>_0x22e683['id']===_0x5524c2);if(!_0x1088da)return null;const _0x35b7af=_0xccc9b5['has'](_0x5524c2),_0x1be2ba=_0x4455e7[_0x535a(0x18c)](_0x3dd25f[_0x5524c2],_0x4455e7[_0x535a(0x7a)]),_0xd0def8=_0x4455e7[_0x535a(0xf0)](_0x4e1c9e,null)||_0x4e1c9e===void 0x0?void 0x0:_0x4e1c9e[_0x535a(0xa5)](_0x5524c2);return React[_0x535a(0x88)](View,{'style':styles[_0x535a(0x197)]},React[_0x535a(0x88)](View,{'style':styles[_0x535a(0x198)]},React[_0x535a(0x88)](Text,{'style':styles['platformCardTitle']},_0x1088da['name']),_0xd0def8&&React[_0x535a(0x88)](View,{'style':styles[_0x535a(0x199)]},React[_0x535a(0x88)](Text,{'style':styles[_0x535a(0x19a)]},_0x535a(0x19b))),React[_0x535a(0x88)](TouchableOpacity,{'activeOpacity':0.8,'onPress':()=>!_0x1be2ba&&_0x5328fe(_0x5524c2,!_0x35b7af),'disabled':_0x1be2ba,'style':[styles['customToggleTrack'],{'backgroundColor':_0x35b7af?_0x4455e7[_0x535a(0x19c)]:_0x4455e7[_0x535a(0x19d)]}]},React[_0x535a(0x88)](View,{'style':[styles[_0x535a(0x19e)],{'transform':[{'translateX':_0x35b7af?0x14:0x0}]}]}))),React[_0x535a(0x88)](View,{'style':styles['descriptionContainer']},React[_0x535a(0x88)](Text,{'style':styles[_0x535a(0x19f)]},_0x1088da['description'])));})())),React[_0x535a(0x88)](View,{'style':styles[_0x535a(0x1a0)]},React[_0x535a(0x88)](Text,{'style':styles[_0x535a(0x1a1)]},_0x4455e7[_0x535a(0x1a2)]),React[_0x535a(0x88)](Text,{'style':styles[_0x535a(0x1a3)]},_0x4455e7[_0x535a(0x1a4)]),React['createElement'](View,{'style':styles[_0x535a(0x1a5)]},MODEL_REFRESH_OPTIONS[_0x535a(0xa7)](_0x22f3d2=>React['createElement'](TouchableOpacity,{'key':_0x22f3d2[_0x535a(0x1a6)],'style':[styles[_0x535a(0x1a7)],_0x274f4d===_0x22f3d2[_0x535a(0x1a6)]&&styles[_0x535a(0x1a8)]],'onPress':()=>_0x173a35(_0x22f3d2[_0x535a(0x1a6)]),'activeOpacity':0.7},React[_0x535a(0x88)](Text,{'style':[styles[_0x535a(0x1a9)],_0x274f4d===_0x22f3d2['value']&&styles[_0x535a(0x1aa)]]},_0x22f3d2['label'])))),React[_0x535a(0x88)](Text,{'style':styles[_0x535a(0x1ab)]},(_0x4455e7[_0x535a(0x1ac)](_0x4f05aa=MODEL_REFRESH_OPTIONS['find'](_0x40e82c=>_0x40e82c[_0x535a(0x1a6)]===_0x274f4d),null)||_0x4455e7[_0x535a(0x1ad)](_0x4f05aa,void 0x0)?void 0x0:_0x4f05aa['description'])||'')),React[_0x535a(0x88)](View,{'style':styles[_0x535a(0x1ae)]},React['createElement'](View,{'style':styles[_0x535a(0x1af)]},React[_0x535a(0x88)](_0x1af79b,{'label':_0x535a(0x1b0),'onPress':_0xaf0321,'disabled':loading||_0x4455e7['buaPk'](_0xccc9b5['size'],0x0)||_0x1ab6b0||_0x142ca3,'loading':_0x4455e7[_0x535a(0x1b1)](loading,_0x1ab6b0)||_0x142ca3}),React[_0x535a(0x88)](TouchableOpacity,{'style':styles['buttonOverlay'],'activeOpacity':0x1,'onPressIn':_0x31ca2d,'onPressOut':_0x4b50cd,'onPress':()=>{_0x4455e7[_0x535a(0x66)](_0xccc9b5[_0x535a(0x179)],0x0)&&!loading&&!_0x1ab6b0&&!_0x142ca3&&_0xaf0321();}},React[_0x535a(0x88)](Animated['View'],{'style':[styles[_0x535a(0x1b2)],{'width':_0x1984db[_0x535a(0x194)]({'inputRange':[0x0,0x1],'outputRange':['0%',_0x4455e7[_0x535a(0x1b3)]]})}]}))),_0x11ff3d&&React['createElement'](TouchableOpacity,{'style':styles[_0x535a(0x1b4)],'onPress':_0x13d030},React[_0x535a(0x88)](Text,{'style':styles[_0x535a(0x1b5)]},_0x4455e7[_0x535a(0x1b6)])))));},styles=StyleSheet[_0x535a(0x1b7)]({'container':{'flex':0x1,'backgroundColor':COLORS[_0x535a(0x1b8)],'paddingHorizontal':0x18},'backButton':{'width':0x20,'height':0x20,'borderRadius':0x10,'backgroundColor':_0x535a(0x1b9),'alignItems':_0x535a(0x1ba),'justifyContent':_0x535a(0x1ba),'marginBottom':0x2},'backButtonText':{'fontSize':0x16,'fontWeight':_0x535a(0x1bb),'color':_0x535a(0x1bc),'marginTop':-0x2},'scrollContent':{'flex':0x1},'headingContainer':{'width':_0x535a(0x1bd),'marginBottom':SPACING['sm'],'paddingTop':0x0,'marginTop':0x0},'title':{'fontFamily':_0x535a(0x1be),'fontWeight':_0x535a(0x1bf),'fontSize':0x18,'lineHeight':0x20,'color':COLORS[_0x535a(0x1c0)],'textAlign':_0x535a(0x1c1),'marginBottom':0x4},'subtitle':{'fontFamily':'Inter','fontWeight':_0x535a(0x1c2),'fontSize':0x10,'lineHeight':0x18,'color':COLORS['grey600'],'textAlign':_0x535a(0x1c1)},'personaContainer':{'alignItems':_0x535a(0x1ba),'position':_0x535a(0x1c3),'marginTop':-0x14,'marginBottom':-0x78,'height':0x1c2},'largePersona':{'width':0x1f4,'height':0x1f4},'platformIconsOverlay':{'position':_0x535a(0x1c4),'width':'100%','height':0x46,'zIndex':0xa},'platformIconsScrollContent':{'flexDirection':_0x535a(0x1c5),'alignItems':_0x535a(0x1ba),'paddingHorizontal':0x14,'gap':0x18},'platformIconsCentered':{'flexGrow':0x1,'justifyContent':_0x535a(0x1ba)},'platformIconButton':{'width':0x34,'height':0x34,'borderRadius':0x1a,'backgroundColor':_0x535a(0x1c6),'justifyContent':'center','alignItems':_0x535a(0x1ba),'borderWidth':0x3,'borderColor':_0x535a(0x1c7),'shadowColor':'#000','shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.15,'shadowRadius':0x4,'elevation':0x4},'platformIconButtonSelected':{'borderColor':_0x535a(0x1c8),'backgroundColor':_0x535a(0x1c9)},'platformIcon':{'width':0x1e,'height':0x1e},'youtubeIcon':{'width':0x2a,'height':0x2a},'pinterestIcon':{'width':0x24,'height':0x24},'gmailIcon':{'width':0x24,'height':0x24},'chatgptIcon':{'width':0x1e,'height':0x1e},'claudeIcon':{'width':0x20,'height':0x20},'grokIcon':{'width':0x24,'height':0x24},'connectingDot':{'position':_0x535a(0x1c4),'top':0x2,'right':0x2,'width':0xc,'height':0xc,'borderRadius':0x6,'backgroundColor':_0x535a(0x1ca),'borderWidth':0x2,'borderColor':COLORS['surface']},'connectedDot':{'position':_0x535a(0x1c4),'top':0x2,'right':0x2,'width':0xc,'height':0xc,'borderRadius':0x6,'backgroundColor':'#10B981','borderWidth':0x2,'borderColor':COLORS['surface']},'cardContainer':{'alignItems':_0x535a(0x1ba),'marginTop':0x10,'marginBottom':SPACING['md']},'platformCard':{'width':0x147,'backgroundColor':_0x535a(0x1c6),'borderRadius':0x10,'padding':0x8,'shadowColor':_0x535a(0x1cb),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.1,'shadowRadius':0x8,'elevation':0x3,'gap':0xa},'cardHeader':{'flexDirection':_0x535a(0x1c5),'alignItems':_0x535a(0x1ba),'justifyContent':_0x535a(0x1cc)},'platformCardTitle':{'fontSize':0x10,'fontWeight':_0x535a(0x1bb),'color':COLORS[_0x535a(0x1c0)],'fontFamily':_0x535a(0x1be)},'recommendedBadge':{'backgroundColor':_0x535a(0x1c9),'paddingHorizontal':0xc,'paddingVertical':0x6,'borderRadius':0x10,'marginLeft':0x8},'recommendedBadgeText':{'fontSize':0xc,'fontWeight':_0x535a(0x1bb),'color':_0x535a(0x1cd),'fontFamily':_0x535a(0x1be)},'customToggleTrack':{'width':0x32,'height':0x1e,'borderRadius':0xf,'padding':0x2,'marginLeft':_0x535a(0x1ce),'marginRight':0x8,'justifyContent':_0x535a(0x1ba)},'customToggleThumb':{'width':0x1a,'height':0x1a,'borderRadius':0xd,'backgroundColor':'#FFFFFF','shadowColor':'#000','shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.2,'shadowRadius':0x2,'elevation':0x2},'descriptionContainer':{'backgroundColor':_0x535a(0x1cf),'borderRadius':0x8,'padding':0x8},'platformCardDescription':{'fontSize':0xd,'lineHeight':0x12,'color':COLORS[_0x535a(0x1d0)],'fontFamily':'Inter'},'refreshFrequencySection':{'paddingHorizontal':0x10,'paddingVertical':0x14,'marginTop':0xc,'backgroundColor':'#F5F5F7','borderRadius':0x10,'marginHorizontal':SPACING['md'],'marginBottom':0x8,'borderWidth':0x1,'borderColor':_0x535a(0x1d1)},'refreshFrequencyTitle':{'fontSize':0x11,'fontWeight':_0x535a(0x1bf),'color':_0x535a(0x1bc),'fontFamily':'IBM\x20Plex\x20Sans','marginBottom':0x4},'refreshFrequencyDescription':{'fontSize':0xe,'color':_0x535a(0x1d2),'fontFamily':_0x535a(0x1d3),'fontWeight':_0x535a(0x1c2),'marginBottom':0x10},'refreshSegmentedControl':{'flexDirection':_0x535a(0x1c5),'backgroundColor':_0x535a(0x1d4),'borderRadius':0xc,'padding':0x3},'refreshSegment':{'flex':0x1,'paddingVertical':0xa,'alignItems':_0x535a(0x1ba),'justifyContent':'center','borderRadius':0xa},'refreshSegmentSelected':{'backgroundColor':'#1C1C1E','shadowColor':_0x535a(0x1cb),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.15,'shadowRadius':0x4,'elevation':0x3},'refreshSegmentText':{'fontSize':0xf,'fontFamily':'Inter','fontWeight':_0x535a(0x1d5),'color':_0x535a(0x1d2)},'refreshSegmentTextSelected':{'fontWeight':'700','color':_0x535a(0x1c6)},'refreshFrequencyHint':{'fontSize':0xd,'fontFamily':_0x535a(0x1d3),'fontWeight':'400','color':_0x535a(0x1d2),'textAlign':_0x535a(0x1ba),'marginTop':0xc},'privacyLinkContainer':{'marginTop':0x10,'paddingTop':0x10,'borderTopWidth':0x1,'borderTopColor':_0x535a(0x1d6),'alignItems':'center'},'privacyLinkText':{'fontSize':0xe,'color':_0x535a(0x1d7),'fontFamily':_0x535a(0x1d3),'fontWeight':'500'},'bottomButtonContainer':{'paddingTop':0x8,'paddingBottom':0x0,'paddingHorizontal':SPACING['md']},'buttonWrapper':{'position':_0x535a(0x1c3)},'buttonOverlay':{'position':'absolute','top':0x0,'left':0x0,'right':0x0,'bottom':0x0,'borderRadius':0xc,'overflow':_0x535a(0x1d8)},'holdProgressBar':{'position':'absolute','bottom':0x0,'left':0x0,'height':0x4,'backgroundColor':_0x535a(0x43),'borderRadius':0x2},'skipButton':{'alignItems':'center','paddingVertical':0xa,'marginBottom':0x22},'skipButtonText':{'fontSize':0x10,'fontFamily':_0x535a(0x1d3),'fontWeight':_0x535a(0x1d5),'color':COLORS[_0x535a(0x1d0)]},'pageIndicatorContainer':{'position':'absolute','alignSelf':_0x535a(0x1ba),'zIndex':0xb},'scrollBarTrack':{'width':0x50,'height':0x4,'backgroundColor':COLORS[_0x535a(0x1d9)],'borderRadius':0x2,'position':_0x535a(0x1c3),'overflow':'hidden'},'scrollBarThumb':{'position':_0x535a(0x1c4),'width':0x18,'height':0x4,'backgroundColor':COLORS[_0x535a(0x1d0)],'borderRadius':0x2,'left':0x0},'scrollIndicator':{'position':'absolute','bottom':0x3c,'right':0x1e,'zIndex':0xc},'scrollIndicatorText':{'fontSize':0x20,'color':COLORS[_0x535a(0x1da)],'fontWeight':_0x535a(0x1db)}});export default PlatformConnectorsStep;
7
+ import React,{useState,useEffect,useRef,useCallback}from'react';import{View,Text,StyleSheet,ScrollView,Vibration,TouchableOpacity,Image,Animated}from'react-native';import{COLORS,SPACING}from'../theme';function _0x5c34(){const _0x347c69=['daily','Daily','Always\x20up-to-date\x20data.','Weekly','Balanced\x20freshness\x20and\x20efficiency.','biweekly','fTwCV','hhCls','VezGC','✅\x20[PLATFORMS]\x20Loaded\x20from\x20user_connected_platforms:','vQxBj','✅\x20[PLATFORMS]\x20Loaded\x20from\x20platform_account_details:','chatgpt','claude','grok','uBbAo','@onairos:linkedin_connected','jnCuU','linkedin','✅\x20[PLATFORMS]\x20Loaded\x20LinkedIn\x20connection','upreA','NULL','aMwuP','Error\x20initializing\x20username:','zehzP','hbCzm','❌\x20[TOGGLE]\x20No\x20username\x20available\x20-\x20cannot\x20proceed\x20with\x20OAuth','qsGCo','FYWQO','EmFme','...','cXJFs','VZhMg','user_connected_platforms','xtBtn','DDHFG','AkWPQ','XKlZL','FeyJk','cYWqz','GGZRS','lczZB','jTjdi','@onairos:model_refresh_frequency','jyGez','baSaj','https://privacy.onairos.io/','success','error','ltWPf','kluoA','❌\x20[STORAGE]\x20Error\x20saving\x20to\x20user_connected_platforms:','EmQDP','OHKWy','jLxJT','fgXrC','pfLlx','IyDxw','ZctRN','gmail','contain','CQFsn','HBiSD','pNrpC','youtube','#9CA3AF','Initializing...','YouTube','Reddit','reddit','LinkedIn','Gmail','ChatGPT','Use\x20your\x20ChatGPT\x20conversations\x20and\x20memories\x20to\x20enrich\x20your\x20model.','Use\x20your\x20Claude\x20conversations\x20to\x20enrich\x20your\x20model.','Gemini','Grok','Use\x20your\x20Grok\x20conversations\x20from\x20X\x20to\x20enrich\x20your\x20model.','elUcK','wkDex','ciiJx','Build\x20your\x20persona','Connect\x20platforms\x20to\x20build\x20your\x20private\x20persona','Model\x20Refresh\x20Frequency','How\x20often\x20should\x20your\x20model\x20be\x20refreshed\x20from\x20platforms?','Continue','Skip','QZnLk','lMADi','bSZbU','rxhPc','xoARQ','MlpbT','EGEvv','Value','current','aZFWu','ZcwbL','vMyxx','ZdNZH','SzabN','RUkUn','GwGDG','GpMdW','hiIvR','SAqZm','jQVGy','kdZHo','length','LDwCE','oVIcu','YtVou','log','✅\x20[WEBVIEW]\x20Rendering\x20OAuthWebView\x20for\x20','\x20with\x20URL:\x20','createElement','forEach','has','add','zICky','KnpFn','XkWiT','...)','ugAsm','WmhjN','nXmEt','qRtIY','getItem','oUEbv','ACbKE','zJGfd','setValue','timing','parse','isArray','push','paztR','rgUtA','lHlqd','yCcwu','platform','DujpJ','map','includes','fCgAu','CrozB','qQtZY','@onairos:llm_connected:','connected','oHKfx','OtaIx','✅\x20[PLATFORMS]\x20Loaded\x20LLM\x20platform:\x20','oCqAW','bjkIf','aIqqo','📊\x20[STATE]\x20WebView\x20state\x20changed\x20-\x20showOAuthWebView:\x20',',\x20oauthUrl:\x20','ZENvz','DKGmx','substring','hhRLg','OhQJF','grzKT','KHjho','skxpI','GkglX','jOxSh','SIBmS','dusVi','✅\x20[PLATFORMS]\x20Updated\x20connectedPlatforms\x20state\x20with:','from','❌\x20[TOGGLE]\x20OAuth\x20failed\x20for\x20','\x20-\x20no\x20URL\x20returned','LBQCV','ERROR','❌\x20[PLATFORMS]\x20Error\x20loading\x20connected\x20platforms\x20from\x20storage:','WZftw','TtcMk','njksZ','mFblS','tvocn','CWqXq','WdEZh','split','name','floor','random','setItem','IgGCH','mobile_user_','SUCCESS','vibrate','fxTjV','DPUHF','user_','zksOH','giisJ','BUTTON_PRESS','xxjHP','ZkvKh','HbdlH','loop','sequence','start','TdXEX','toksm','NaXdA','✅\x20[PERSONA]\x20Applied\x20pending\x20connection:\x20','layoutMeasurement','width','contentSize','jytqg','PTMvD','xsMLW','pvgSZ','Nulin','VHdHZ','zRThJ','fvrAJ','qwQCV','iVOlR','Use\x20your\x20professional\x20network\x20and\x20career\x20interests\x20to\x20enrich\x20your\x20model.','jmggj','Pstjw','ytdQM','LxQMf','oGgUI','Use\x20your\x20Gemini\x20conversations\x20to\x20enrich\x20your\x20model.','QiPxG','OyxfC','MylvX','MsDfi','find','ORzSN','URgJe','qavoD','Highly\x20Recommended','DDrqx','\x20=\x20','👤\x20[TOGGLE]\x20Username\x20check\x20-\x20stored:\x20\x22','qNJBJ','trim','wlCDW','isChatPlatform','UPLKm','LvrAy','wdCSg','🤖\x20[LLM]\x20Opening\x20WebView\x20for\x20','\x20login\x20and\x20export...','yNSKC','connecting','🌐\x20[LLM]\x20Opening\x20','\x20URL:','PAfOL','❌\x20[LLM]\x20No\x20URL\x20configured\x20for\x20platform:\x20','oKWTD','UgBue','mgfFW','🌐\x20[LINKEDIN]\x20Opening\x20LinkedIn\x20URL:','rhFCk','TCqUH','platformCard','platformCardTitle','recommendedBadge','AXuab','customToggleTrack','#10B981','BvvIh','customToggleThumb','platformCardDescription','description','hsijk','ZpzbF','IXozt','YOrSr','LoSLr','🌐\x20[TOGGLE]\x20Starting\x20OAuth\x20flow\x20for\x20','dcyqi','✅\x20[TOGGLE]\x20Setting\x20WebView\x20state\x20-\x20showing\x20modal\x20for\x20','PWTnz','apZoy','Error\x20toggling\x20platform\x20','nRqus','kgMSe','delete','disconnected','qQCeX','RFljX','CZqrP','PmjtA','ohQmn','filter','toLowerCase','wCYNN','stringify','✅\x20[STORAGE]\x20Removed\x20','ghhVE','KhUsm','❌\x20[STORAGE]\x20Error\x20removing\x20from\x20user_connected_platforms:','removeItem','vGsBQ','RqFwR','DCVAc','gosBU','bgpgz','XrIMN','aaGjR','CJggK','goqoh','hhZZR','ueqgh','YeEsU','ApgQQ','💼\x20[LINKEDIN]\x20Opening\x20WebView\x20for\x20LinkedIn\x20login...','https://www.linkedin.com/login','NlLas','hYbwt','cLAyY','QdILL','bgQNv','mPFoS','qxlgb','pRFVU','✅\x20[REFRESH]\x20Model\x20refresh\x20frequency\x20set\x20to:\x20','tGOVe','NPXqF','lnrof','nativeEvent','mnkfo','CuTKW','dHGKf','TYJlq','AtzZs','cqYpl','cYanq','ycmTL','openURL','THKIF','hhNYt','OUkKT','gcvpX','fdmUA','Owysr','qtpOq','rHPJV','DlHAc','KpDFU','vNTSE','WpJef','bPOKm','✅\x20[STORAGE]\x20Added\x20','\x20to\x20user_connected_platforms:','MKgaf','NpYLT','toISOString','\x20connection\x20stored\x20locally','ydFSZ','QUIwr','✅\x20[LINKEDIN]\x20Connection\x20stored\x20locally','PlvIb','kMguV','NdbaY','VQUuQ','lIGHJ','OxoOL','vYkuN','yubZD','NvMAO','ClEiT','YfNai','jVqOB','uQpHc','zeBOh','LpoUK','sRjov','CwPuk','OooZW','NUcGi','Qrqbf','LYDYr','NuvHo','Bulkk','QkuYF','XAcBP','dhNzz','okqOL','FwGAM','tYnIQ','dKyrR','min','max','size','PIQsL','yzPWf','WHAcB','CinmN','platformIconButton','platformIconButtonSelected','tsoQd','rBAsb','icon','youtubeIcon','DFcHk','pinterestIcon','gmailIcon','SyXmw','chatgptIcon','grokIcon','connectingDot','connectedDot','tbBHK','IGkZd','xZGPJ','afuIM','backButton','backButtonText','headingContainer','rsTRe','subtitle','eHczP','personaContainer','platformIconsScrollContent','JwARM','platformIconsCentered','DZVXg','AskMh','mWwJA','mAPEo','ptAsn','iUaJG','tLiMY','CdAOh','DwFEk','platformIcon','FOABV','claudeIcon','BqcyE','KXWLK','iRHiv','pageIndicatorContainer','scrollBarThumb','View','interpolate','scrollIndicatorText','cardContainer','cardHeader','recommendedBadgeText','ecMLd','udwGn','LVwdP','PxxOK','fLlTn','value','refreshSegment','refreshSegmentTextSelected','refreshFrequencyHint','odNDB','bottomButtonContainer','buttonWrapper','NDsMv','OPcKP','buttonOverlay','holdProgressBar','create','#F0F0F3','center','600','#1C1C1E','100%','700','grey800','left','Inter','400','absolute','row','#FFFFFF','transparent','#3B82F6','#EFF6FF','#FFA500','surface','space-between','IBM\x20Plex\x20Sans','auto','#000','grey600','#F5F5F7','#E0E0E4','#8E8E93','#E8E8ED','500','#E5E7EB','relative','hidden','grey300','bold'];_0x5c34=function(){return _0x347c69;};return _0x5c34();}function _0x537d(_0x5c34e0,_0x537d89){_0x5c34e0=_0x5c34e0-0x0;const _0x33a1ce=_0x5c34();let _0x3f7278=_0x33a1ce[_0x5c34e0];return _0x3f7278;}import{triggerHaptic,HapticType}from'../utils/haptics';import _0x3d0843 from'./PersonaImage';import _0x3a7d30 from'./PrimaryButton';import _0x5cb508 from'./PersonalizationConsentScreen';import _0x33be75 from'./PinCreationScreen';import _0x5eceb3 from'./PersonaLoadingScreen';import{useConnections}from'../hooks/useConnections';import{getPlatformIcon}from'../services/connectedAccountsService';import{initiateOAuth,initiateNativeAuth,hasNativeSDK}from'../services/platformAuthService';import{OAuthWebView}from'./onboarding/OAuthWebView';import{isLLMPlatform,getLLMPlatformUrl,isLinkedInPlatform}from'../utils/webviewScripts';import{setTemporaryPin}from'../services/pinStorageUtils';import AsyncStorage from'@react-native-async-storage/async-storage';export const MODEL_REFRESH_OPTIONS=[{'value':_0x537d(0x0),'label':_0x537d(0x1),'description':_0x537d(0x2)},{'value':'weekly','label':_0x537d(0x3),'description':_0x537d(0x4)},{'value':_0x537d(0x5),'label':'Biweekly','description':'Less\x20frequent,\x20more\x20efficient.'}];const PlatformConnectorsStep=({onUpdate:_0x56f6c1,onSkip:_0x5c2b44,loading:loading=![],onPinComplete:_0x107a9e,onReviewerBypass:_0x3ac2df,onLogout:_0x3e3cfd,allowedPlatforms:_0x148ba6,recommendedPlatforms:_0x44808c,initialConnectedPlatforms:_0x20d6dc,onRefreshFrequencyChange:_0x533dbb,initialRefreshFrequency:initialRefreshFrequency='weekly'})=>{const _0x3f53f1={'oVIcu':function(_0x7b6eaa,_0x324b46){return _0x7b6eaa!==_0x324b46;},'YtVou':_0x537d(0x6),'kdZHo':function(_0x1e4dbe,_0x107652){return _0x1e4dbe>_0x107652;},'LDwCE':function(_0x317874,_0x20aafe){return _0x317874(_0x20aafe);},'mFblS':function(_0x3a87c2,_0x2ed175){return _0x3a87c2(_0x2ed175);},'WmhjN':function(_0x2fafd9,_0x24f823){return _0x2fafd9(_0x24f823);},'nXmEt':_0x537d(0x7),'qRtIY':'pvCAX','uYVWf':'🔄\x20[PLATFORMS]\x20Loading\x20connected\x20platforms\x20from\x20storage...','TdXEX':function(_0x14e7ad,_0x45c8ce){return _0x14e7ad!==_0x45c8ce;},'oUEbv':_0x537d(0x8),'paztR':_0x537d(0x9),'rgUtA':'platform_account_details','lHlqd':function(_0x52e478,_0x5b350d){return _0x52e478===_0x5b350d;},'yCcwu':_0x537d(0xa),'DujpJ':_0x537d(0xb),'qQtZY':_0x537d(0xc),'ytdQM':_0x537d(0xd),'oGgUI':'gemini','KXWLK':_0x537d(0xe),'oHKfx':function(_0x5e0dc2,_0x145c53){return _0x5e0dc2===_0x145c53;},'OtaIx':_0x537d(0xf),'oCqAW':_0x537d(0x10),'IVrkd':_0x537d(0x11),'bjkIf':_0x537d(0x12),'KnpFn':_0x537d(0x13),'grzKT':function(_0xa393e9,_0x39b433){return _0xa393e9>_0x39b433;},'KHjho':_0x537d(0x14),'XkWiT':function(_0x355a53,_0x45065d){return _0x355a53+_0x45065d;},'FwGAM':'SET\x20(','ugAsm':_0x537d(0x15),'WZftw':function(_0x2dd2eb){return _0x2dd2eb();},'tvocn':function(_0x258468,_0x3dcc58){return _0x258468===_0x3dcc58;},'PivgI':_0x537d(0x16),'WdEZh':'onairos_username','qavoD':function(_0x24075a,_0x13ed35){return _0x24075a===_0x13ed35;},'IgGCH':'rawUB','gFAye':function(_0x400846,_0x2b6602){return _0x400846*_0x2b6602;},'DPUHF':_0x537d(0x17),'zksOH':function(_0xd40843,_0x13743a){return _0xd40843*_0x13743a;},'TtcMk':function(_0x276414){return _0x276414();},'njksZ':_0x537d(0x18),'VMgwl':_0x537d(0x19),'wlCDW':_0x537d(0x1a),'KpDFU':function(_0x8bb066,_0x24d9b5){return _0x8bb066!==_0x24d9b5;},'HbdlH':_0x537d(0x1b),'NaXdA':function(_0x30d91c,_0x26283a){return _0x30d91c(_0x26283a);},'toksm':_0x537d(0x1c),'bgQNv':function(_0x5e78d5,_0x26dd7b){return _0x5e78d5-_0x26dd7b;},'bcWXt':function(_0x373223,_0x184715){return _0x373223>_0x184715;},'jytqg':function(_0x11fbb2,_0x5ca6cc){return _0x11fbb2/_0x5ca6cc;},'PTMvD':_0x537d(0x1d),'ORzSN':function(_0x205a5e,_0x47ef60){return _0x205a5e(_0x47ef60);},'HLXCp':function(_0x546696,_0x45cebc){return _0x546696*_0x45cebc;},'DCVAc':function(_0x35d6fc,_0x58a270){return _0x35d6fc(_0x58a270);},'ZpzbF':function(_0x41495c,_0x578f81){return _0x41495c(_0x578f81);},'URgJe':function(_0xfd4755,_0x2647b6,_0x116682){return _0xfd4755(_0x2647b6,_0x116682);},'iUaJG':'connecting','DDrqx':function(_0x445697,_0x384038){return _0x445697(_0x384038);},'uOBif':function(_0x37aa97,_0x1d4956){return _0x37aa97(_0x1d4956);},'qNJBJ':function(_0x39baa4,_0x37dbb5){return _0x39baa4===_0x37dbb5;},'RFljX':function(_0x344f58,_0x16bdf7){return _0x344f58===_0x16bdf7;},'UPLKm':'rFzFI','yNSKC':function(_0x17568b,_0x3baa06){return _0x17568b(_0x3baa06);},'hhZZR':function(_0x2a7107,_0x4fa85){return _0x2a7107(_0x4fa85);},'bZMrA':function(_0x114326,_0x2abf38){return _0x114326(_0x2abf38);},'PAfOL':function(_0x55b226,_0x133709){return _0x55b226(_0x133709);},'oKWTD':function(_0x41dede,_0x3607dc){return _0x41dede(_0x3607dc);},'RUkUn':function(_0x244a3d,_0x1c6621){return _0x244a3d(_0x1c6621);},'RMwDU':function(_0x3ede1b,_0x157d04){return _0x3ede1b(_0x157d04);},'UgBue':'ChiDz','mgfFW':function(_0x4a21d0,_0x3117a3){return _0x4a21d0(_0x3117a3);},'rhFCk':function(_0x5145aa,_0xcb997a){return _0x5145aa(_0xcb997a);},'hsijk':function(_0x534cc4,_0x8f224e){return _0x534cc4(_0x8f224e);},'IXozt':function(_0x38f8c8,_0x26f287){return _0x38f8c8(_0x26f287);},'hAsgr':function(_0x1613a9,_0x1479e5){return _0x1613a9!==_0x1479e5;},'gkqyf':function(_0x13af0e,_0x4a7cee){return _0x13af0e(_0x4a7cee);},'jQVGy':function(_0xd18450,_0x5dd0f2,_0x566d8f){return _0xd18450(_0x5dd0f2,_0x566d8f);},'rpjtd':function(_0x113004,_0x57aafd){return _0x113004+_0x57aafd;},'dcyqi':_0x537d(0x1e),'nRqus':function(_0x13f687,_0x40ef78){return _0x13f687(_0x40ef78);},'PWTnz':function(_0x4f61be,_0xbf4941){return _0x4f61be(_0xbf4941);},'apZoy':_0x537d(0x1f),'kgMSe':function(_0x4a1c15,_0xe169ba){return _0x4a1c15(_0xe169ba);},'qQCeX':function(_0x454c79,_0x326e12){return _0x454c79(_0x326e12);},'PmjtA':_0x537d(0x20),'wCYNN':_0x537d(0x21),'ghhVE':_0x537d(0x22),'vGsBQ':function(_0x49d574,_0x1686ad){return _0x49d574!==_0x1686ad;},'RqFwR':_0x537d(0x23),'gosBU':function(_0x2de1a2,_0x5bce6e){return _0x2de1a2(_0x5bce6e);},'vYkuN':function(_0x16e6f4,_0x5a6905){return _0x16e6f4(_0x5a6905);},'aaGjR':function(_0x19cc7b,_0x2b3d4d){return _0x19cc7b(_0x2b3d4d);},'bgpgz':'eCVMU','XrIMN':_0x537d(0x24),'CJggK':function(_0x30507d,_0x570135){return _0x30507d(_0x570135);},'hzAdR':'rzdQj','goqoh':_0x537d(0x25),'NlLas':function(_0x21c15a,_0xbcb594){return _0x21c15a(_0xbcb594);},'ueqgh':function(_0x3cbe7c,_0x1b0716){return _0x3cbe7c===_0x1b0716;},'YeEsU':_0x537d(0x26),'ApgQQ':_0x537d(0x27),'VHtRV':function(_0x2783aa){return _0x2783aa();},'hYbwt':function(_0x20a46f,_0x1f572b){return _0x20a46f===_0x1f572b;},'cLAyY':_0x537d(0x28),'ZcwbL':function(_0x1b129e,_0x49f6b6){return _0x1b129e(_0x49f6b6);},'gluuR':_0x537d(0x29),'mPFoS':function(_0x1a1512,_0x4afd03){return _0x1a1512>_0x4afd03;},'tbeHc':function(_0x1b4cc2,_0x2e6f4f){return _0x1b4cc2/_0x2e6f4f;},'pYAQS':function(_0xb40c99,_0x459804){return _0xb40c99(_0x459804);},'qxlgb':function(_0xf9402b,_0x209b2f){return _0xf9402b===_0x209b2f;},'ELaAq':_0x537d(0x2a),'pRFVU':_0x537d(0x2b),'tGOVe':_0x537d(0x2c),'NPXqF':'lkLMo','lnrof':'❌\x20[REFRESH]\x20Error\x20saving\x20refresh\x20frequency:','cYanq':_0x537d(0x2d),'ycmTL':function(_0x9bb7dc,_0x39d1a7){return _0x9bb7dc(_0x39d1a7);},'THKIF':_0x537d(0x2e),'hhNYt':function(_0x48fe59,_0x14c4c8){return _0x48fe59(_0x14c4c8);},'hiIvR':function(_0x2f64d8,_0xba08a6){return _0x2f64d8(_0xba08a6);},'OUkKT':function(_0x17c8c2,_0x2648cc){return _0x17c8c2(_0x2648cc);},'gcvpX':'fdmUA','DlHAc':function(_0xe1eeec,_0x5362d9){return _0xe1eeec===_0x5362d9;},'kUsED':_0x537d(0x2f),'vNTSE':_0x537d(0x30),'WpJef':function(_0x1df2dc,_0x3a7501){return _0x1df2dc(_0x3a7501);},'WVzFu':function(_0x592e9a,_0x5edaa7){return _0x592e9a===_0x5edaa7;},'stovM':'GPpiB','dNzyK':_0x537d(0x31),'bPOKm':function(_0x524e62,_0x39c247){return _0x524e62===_0x39c247;},'COzml':_0x537d(0x32),'NpYLT':_0x537d(0x33),'ydFSZ':_0x537d(0x34),'QUIwr':'xKDiV','yKpgb':function(_0x5412cd,_0x606e12){return _0x5412cd(_0x606e12);},'OxoOL':function(_0x488a93,_0x319eaf){return _0x488a93(_0x319eaf);},'yubZD':function(_0x52779a,_0x492df7){return _0x52779a(_0x492df7);},'NdbaY':'VQUuQ','lIGHJ':function(_0x73ece7,_0xaa38e8){return _0x73ece7&&_0xaa38e8;},'Bulkk':function(_0x862485,_0x962997){return _0x862485===_0x962997;},'NvMAO':_0x537d(0x35),'afqDy':function(_0x55aa5d,_0x18b78d){return _0x55aa5d(_0x18b78d);},'ClEiT':function(_0x5e49c7,_0x468038){return _0x5e49c7(_0x468038);},'KHdXe':function(_0x41600d,_0x25157d){return _0x41600d(_0x25157d);},'uQpHc':function(_0x165321,_0x84ebb8){return _0x165321(_0x84ebb8);},'YfNai':_0x537d(0x36),'jVqOB':_0x537d(0x37),'zeBOh':function(_0x11eb21,_0x16c4c7){return _0x11eb21(_0x16c4c7);},'LpoUK':function(_0x7f777d,_0x3913be,_0x401ec4){return _0x7f777d(_0x3913be,_0x401ec4);},'bSZbU':function(_0x721bff,_0x54335b){return _0x721bff(_0x54335b);},'VHdHZ':function(_0x485904,_0x5267d0){return _0x485904(_0x5267d0);},'OooZW':function(_0x3e2b01,_0x53c047){return _0x3e2b01===_0x53c047;},'NUcGi':_0x537d(0x38),'DNwdl':_0x537d(0x39),'yIocQ':function(_0x29dbf5,_0x48ef7b){return _0x29dbf5(_0x48ef7b);},'QkuYF':'qvXvb','XAcBP':_0x537d(0x3a),'VtyKp':function(_0x22e0b3,_0x539c67){return _0x22e0b3||_0x539c67;},'dhNzz':'okqOL','tYnIQ':'...)','QpwFD':function(_0x382319,_0x92d126){return _0x382319(_0x92d126);},'DFcHk':function(_0x2d4b12,_0x68ad88){return _0x2d4b12===_0x68ad88;},'qwQCV':'pinterest','xhsYn':_0x537d(0x3b),'SyXmw':function(_0x9080dd,_0x5aa30b){return _0x9080dd===_0x5aa30b;},'Woflb':function(_0x469265,_0x2d798e){return _0x469265===_0x2d798e;},'iRHiv':_0x537d(0x3c),'IGkZd':function(_0x1997f4){return _0x1997f4();},'tbBHK':_0x537d(0x3d),'YzEDh':function(_0x25c03b,_0x119a7b){return _0x25c03b(_0x119a7b);},'tLiMY':function(_0x3facb7,_0x51fe7c){return _0x3facb7!==_0x51fe7c;},'CdAOh':_0x537d(0x3e),'DwFEk':function(_0x1d74af,_0x33e240){return _0x1d74af(_0x33e240);},'AskMh':_0x537d(0x3f),'mAPEo':function(_0x427363,_0x37a76c){return _0x427363===_0x37a76c;},'ptAsn':function(_0x4d4155,_0x29a282){return _0x4d4155===_0x29a282;},'FOABV':function(_0x2209c7,_0x1a59dd){return _0x2209c7===_0x1a59dd;},'xsMLW':_0x537d(0x40),'BqcyE':function(_0x2005ab,_0x2d98d0){return _0x2005ab===_0x2d98d0;},'ecMLd':'Highly\x20Recommended','udwGn':'#10B981','LVwdP':_0x537d(0x41),'QZnLk':function(_0x47bbd1,_0x3bcb0c){return _0x47bbd1(_0x3bcb0c);},'lMADi':function(_0x30ac15,_0x4b70f5){return _0x30ac15(_0x4b70f5);},'ICXrt':function(_0x144641,_0x2e9d3c){return _0x144641(_0x2e9d3c);},'rxhPc':function(_0x11e2d7,_0x1ee303){return _0x11e2d7(_0x1ee303);},'xoARQ':function(_0x549a6b,_0x30065a){return _0x549a6b(_0x30065a);},'MlpbT':function(_0x15e7ec,_0x5d0899){return _0x15e7ec(_0x5d0899);},'EGEvv':function(_0x36a0d9,_0x1556da){return _0x36a0d9(_0x1556da);},'UoKab':function(_0x216ca9,_0x32fb18){return _0x216ca9(_0x32fb18);},'aZFWu':function(_0x4672cb,_0x111400){return _0x4672cb(_0x111400);},'vMyxx':function(_0x2e6002,_0x2f6505){return _0x2e6002(_0x2f6505);},'VKcTk':function(_0x569cb8,_0x5b45cd){return _0x569cb8(_0x5b45cd);},'ZdNZH':function(_0x573827,_0x3710b0){return _0x573827(_0x3710b0);},'SzabN':_0x537d(0x42),'GwGDG':function(_0x170eb8,_0x36f0ad){return _0x170eb8(_0x36f0ad);},'GpMdW':function(_0x4c79cc,_0x120794){return _0x4c79cc(_0x120794);},'SAqZm':function(_0x3be05b,_0x3444d6){return _0x3be05b(_0x3444d6);},'zICky':function(_0x503966,_0x171ebc,_0x2cf500){return _0x503966(_0x171ebc,_0x2cf500);},'ZkvKh':function(_0x16bc33,_0x354e4d,_0x302572){return _0x16bc33(_0x354e4d,_0x302572);},'OXaaO':_0x537d(0x43),'pvgSZ':'Use\x20your\x20watch\x20history,\x20likes,\x20and\x20subscriptions\x20to\x20enrich\x20your\x20model.','Nulin':_0x537d(0x44),'zRThJ':_0x537d(0x45),'fvrAJ':'Use\x20your\x20posts\x20and\x20comments\x20to\x20enrich\x20your\x20model.','twsHF':'Pinterest','iVOlR':_0x537d(0x46),'ICngj':function(_0x36beb2,_0x1cad07){return _0x36beb2(_0x1cad07);},'CEMiE':_0x537d(0x47),'jmggj':_0x537d(0x48),'Pstjw':_0x537d(0x49),'LxQMf':'Claude','rBlMt':_0x537d(0x4a),'bOhss':_0x537d(0x4b),'QiPxG':_0x537d(0x4c),'OyxfC':_0x537d(0x4d),'MylvX':function(_0x491493,_0x2c5ff7,_0xb54a0){return _0x491493(_0x2c5ff7,_0xb54a0);},'kMguV':function(_0x170ee3,_0x3244c7,_0xb1884f){return _0x170ee3(_0x3244c7,_0xb1884f);},'CwPuk':function(_0x5ef391,_0x2af585,_0xd2a9f5){return _0x5ef391(_0x2af585,_0xd2a9f5);},'GRUPa':function(_0x2f3c29,_0x587a5c,_0x1d3adf){return _0x2f3c29(_0x587a5c,_0x1d3adf);},'Nigns':function(_0x11681f,_0x43dbef){return _0x11681f+_0x43dbef;},'PIQsL':function(_0x360dcc,_0x18f5e8){return _0x360dcc===_0x18f5e8;},'yzPWf':'kouRc','WHAcB':function(_0x22f873,_0x1ed4d6){return _0x22f873&&_0x1ed4d6;},'CinmN':_0x537d(0x4e),'xZGPJ':_0x537d(0x4f),'afuIM':_0x537d(0x50),'rsTRe':_0x537d(0x51),'eHczP':_0x537d(0x52),'JwARM':function(_0x4b7f2d,_0x5794dc){return _0x4b7f2d<=_0x5794dc;},'DZVXg':'normal','PxxOK':_0x537d(0x53),'fLlTn':_0x537d(0x54),'odNDB':function(_0x8eb6fe,_0x596d2e){return _0x8eb6fe===_0x596d2e;},'NDsMv':_0x537d(0x55),'yoVHh':function(_0x530aa3,_0x47fc65){return _0x530aa3===_0x47fc65;},'OPcKP':function(_0x3defa7,_0x1c0323){return _0x3defa7||_0x1c0323;},'ciIBi':_0x537d(0x56)};var _0x56a675;const [_0x57c169,_0x5b02b6]=_0x3f53f1[_0x537d(0x57)](useState,()=>new Set(_0x20d6dc||[])),[_0xaa55b,_0x1e4fef]=useState(![]),[_0x356a27,_0x1295a3]=_0x3f53f1[_0x537d(0x58)](useState,![]),[_0x33c022,_0x1639ec]=_0x3f53f1['ICXrt'](useState,![]),[_0x113bfb,_0x288223]=_0x3f53f1[_0x537d(0x59)](useState,''),[_0x2c095e,_0x1b55fe]=_0x3f53f1[_0x537d(0x5a)](useState,{}),[_0x32e26b,_0x3b89db]=_0x3f53f1['hsijk'](useState,![]),[_0x4d7687,_0x2c4bdb]=useState(''),[_0x2e009c,_0x4fd39c]=_0x3f53f1[_0x537d(0x5b)](useState,''),[_0x254d0e,_0x5c0fae]=_0x3f53f1[_0x537d(0x5c)](useState,null),[_0x16ccbb,_0x1929ca]=useState(0x0),_0x50fbd5=_0x3f53f1[_0x537d(0x5d)](useRef,new Animated[(_0x537d(0x5e))](0x0))[_0x537d(0x5f)],[_0xe1f7f4,_0x20c959]=_0x3f53f1['UoKab'](useState,''),_0x4fb09d=_0x3f53f1['PAfOL'](useRef,null),[_0x38294d,_0x5a379d]=_0x3f53f1['ClEiT'](useState,!![]),_0x1255d7=_0x3f53f1[_0x537d(0x60)](useRef,new Animated['Value'](0x0))['current'],[_0x391c72,_0x39de3b]=useState(0x0),_0x5be9e5=_0x3f53f1[_0x537d(0x61)](useRef,0x0),[_0x3c63d0,_0x3f6fa9]=_0x3f53f1[_0x537d(0x62)](useState,''),[_0x2e4bd8,_0x3bcbe9]=_0x3f53f1['VKcTk'](useState,0x0),[_0x26bd32,_0x33b846]=_0x3f53f1[_0x537d(0x63)](useState,_0x3f53f1[_0x537d(0x64)]),[_0x417383,_0x1bd7c3]=useState(![]),[_0x418d31,_0x5aa83a]=_0x3f53f1[_0x537d(0x65)](useState,![]),[_0x3fc7a8,_0x2f77cd]=useState(null),[_0x4fb16c,_0x328b0c]=_0x3f53f1[_0x537d(0x66)](useState,null),_0x10ea03=_0x3f53f1[_0x537d(0x67)](useRef,null),[_0x4f08b3,_0x4872bc]=_0x3f53f1[_0x537d(0x68)](useState,![]),[_0x3e78e1,_0x594a8a]=_0x3f53f1[_0x537d(0x69)](useState,''),[_0x371d88,_0x46705c]=useState(null),[_0x3c2013,_0x5df494]=useState(![]),[_0x26f577,_0x53ec72]=_0x3f53f1['oKWTD'](useState,![]),[_0x192093,_0x45925d]=useState(null),[_0x275f27,_0x1a47b1]=useState(initialRefreshFrequency),{connectPlatform:_0x49bf68,disconnectPlatform:_0x4892f1,isConnecting:_0x2ab668}=useConnections(),_0x1978fc=null;_0x3f53f1[_0x537d(0x6a)](useEffect,()=>{_0x20d6dc&&_0x3f53f1[_0x537d(0x6b)](_0x20d6dc[_0x537d(0x6c)],0x0)&&_0x3f53f1[_0x537d(0x6d)](_0x5b02b6,_0x557f4c=>{if(_0x3f53f1[_0x537d(0x6e)](_0x3f53f1[_0x537d(0x6f)],_0x537d(0x6)))return _0x3e6993[_0x537d(0x70)](_0x537d(0x71)+_0x499874+_0x537d(0x72)+_0x155d40['substring'](0x0,0x3c)+_0x537d(0x1e)),React[_0x537d(0x73)](_0x547f7f,{'url':_0x78da43,'platform':_0x47f01d,'onClose':_0x2702e0,'onSuccess':_0x1a5a2f,'onComplete':_0x2129aa,'username':_0x4bfd07});else{const _0x26c1de=new Set(_0x557f4c);let _0x2a7b8b=![];return _0x20d6dc[_0x537d(0x74)](_0x5b20d5=>{!_0x26c1de[_0x537d(0x75)](_0x5b20d5)&&(_0x26c1de[_0x537d(0x76)](_0x5b20d5),_0x2a7b8b=!![]);}),_0x2a7b8b?_0x26c1de:_0x557f4c;}});},[_0x20d6dc]),_0x3f53f1[_0x537d(0x77)](useEffect,()=>{const _0x30b49d={'fCgAu':_0x537d(0x12),'CrozB':_0x3f53f1[_0x537d(0x78)],'aIqqo':function(_0x36f3e9,_0x4fc60f){return _0x36f3e9||_0x4fc60f;},'ZENvz':function(_0x4ec144,_0x4a1e97){return _0x3f53f1[_0x537d(0x79)](_0x4ec144,_0x4a1e97);},'zJIct':function(_0x2a7bbb,_0x5d0001){return _0x3f53f1[_0x537d(0x79)](_0x2a7bbb,_0x5d0001);},'DKGmx':_0x3f53f1['FwGAM'],'hhRLg':_0x537d(0x7a),'OhQJF':_0x3f53f1[_0x537d(0x7b)],'LBQCV':function(_0x6261b9,_0x3e1988){return _0x6261b9(_0x3e1988);}},_0x58f630=async()=>{const _0x493530={'ACbKE':function(_0x23bfa2,_0x1b1353){return _0x3f53f1['mFblS'](_0x23bfa2,_0x1b1353);},'zJGfd':function(_0x1379bd,_0xdb6853){return _0x3f53f1[_0x537d(0x7c)](_0x1379bd,_0xdb6853);},'GkglX':function(_0x241bbe,_0x22f3d6){return _0x241bbe!==_0x22f3d6;},'jOxSh':_0x3f53f1[_0x537d(0x7d)],'SIBmS':_0x3f53f1[_0x537d(0x7e)]};try{console[_0x537d(0x70)](_0x3f53f1['uYVWf']);const _0x2c90ee=[],_0x17016a=await AsyncStorage[_0x537d(0x7f)]('user_connected_platforms');if(_0x17016a){if(_0x3f53f1['TdXEX'](_0x3f53f1[_0x537d(0x80)],_0x537d(0x8)))_0xe24604&&(_0x493530[_0x537d(0x81)](_0x13cf40,_0x37b2a0),_0x493530[_0x537d(0x82)](_0x502f41,null)),_0x4ed41f[_0x537d(0x83)](0x0),Animated[_0x537d(0x84)](_0x362acf,{'toValue':0x0,'duration':0xc8,'useNativeDriver':![]})['start']();else{const _0xd1e426=JSON[_0x537d(0x85)](_0x17016a);Array[_0x537d(0x86)](_0xd1e426)&&(_0x2c90ee[_0x537d(0x87)](..._0xd1e426),console['log'](_0x3f53f1[_0x537d(0x88)],_0xd1e426));}}const _0x458644=await AsyncStorage['getItem'](_0x3f53f1[_0x537d(0x89)]);if(_0x458644){if(_0x3f53f1[_0x537d(0x8a)](_0x3f53f1[_0x537d(0x8b)],_0x3f53f1[_0x537d(0x8b)])){const _0x3f9d12=JSON[_0x537d(0x85)](_0x458644);Array['isArray'](_0x3f9d12)&&(_0x3f9d12[_0x537d(0x74)](_0x5909cc=>{var _0x1083f5;const _0x28c989=(_0x1083f5=_0x5909cc[_0x537d(0x8c)])===null||_0x1083f5===void 0x0?void 0x0:_0x1083f5['toLowerCase']();_0x28c989&&!_0x2c90ee['includes'](_0x28c989)&&_0x2c90ee['push'](_0x28c989);}),console[_0x537d(0x70)](_0x3f53f1[_0x537d(0x8d)],_0x3f9d12[_0x537d(0x8e)](_0x295677=>_0x295677[_0x537d(0x8c)])));}else{const _0x59542c=_0x3d0a75[_0x537d(0x85)](_0x5f3644);_0x59542c['connected']&&!_0x5ec5f1[_0x537d(0x8f)](_0x30b49d[_0x537d(0x90)])&&(_0x4ad9d0['push'](_0x537d(0x12)),_0x11262d[_0x537d(0x70)](_0x30b49d[_0x537d(0x91)]));}}const _0x1c3ca9=[_0x3f53f1[_0x537d(0x92)],_0x3f53f1['ytdQM'],_0x3f53f1['oGgUI'],_0x3f53f1['KXWLK']];for(const _0x432e44 of _0x1c3ca9){const _0x472724=await AsyncStorage['getItem'](_0x537d(0x93)+_0x432e44);if(_0x472724){const _0x5c589d=JSON['parse'](_0x472724);_0x5c589d[_0x537d(0x94)]&&!_0x2c90ee[_0x537d(0x8f)](_0x432e44)&&(_0x3f53f1[_0x537d(0x95)](_0x3f53f1['OtaIx'],_0x3f53f1[_0x537d(0x96)])?(_0x2c90ee[_0x537d(0x87)](_0x432e44),console['log'](_0x537d(0x97)+_0x432e44)):(_0x493530[_0x537d(0x81)](_0x33f262,![]),_0x493530['ACbKE'](_0x1a2c56,!![])));}}const _0x101ea3=await AsyncStorage[_0x537d(0x7f)](_0x3f53f1[_0x537d(0x98)]);if(_0x101ea3){if(_0x3f53f1[_0x537d(0x8a)](_0x537d(0x11),_0x3f53f1['IVrkd'])){const _0x437a2f=JSON[_0x537d(0x85)](_0x101ea3);_0x437a2f[_0x537d(0x94)]&&!_0x2c90ee[_0x537d(0x8f)](_0x3f53f1['bjkIf'])&&(_0x2c90ee[_0x537d(0x87)](_0x3f53f1[_0x537d(0x99)]),console['log'](_0x3f53f1[_0x537d(0x78)]));}else _0x30b49d[_0x537d(0x9a)](_0xed69bc,_0x2a40d4)&&_0x185489['log'](_0x537d(0x9b)+_0xdd193f+_0x537d(0x9c)+(_0x25f2b1?_0x30b49d[_0x537d(0x9d)](_0x30b49d['zJIct'](_0x30b49d[_0x537d(0x9e)],_0x343735[_0x537d(0x9f)](0x0,0x28)),_0x30b49d[_0x537d(0xa0)]):_0x30b49d[_0x537d(0xa1)]));}_0x3f53f1[_0x537d(0xa2)](_0x2c90ee[_0x537d(0x6c)],0x0)&&(_0x3f53f1[_0x537d(0xa3)]!==_0x537d(0xa4)?_0x3f53f1[_0x537d(0x7c)](_0x5b02b6,_0x17f5b3=>{const _0x46583b={'wgTBh':function(_0x5c0fbf,_0x4ecb2b){return _0x493530[_0x537d(0xa5)](_0x5c0fbf,_0x4ecb2b);},'dusVi':_0x493530[_0x537d(0xa6)],'nRiqz':_0x493530[_0x537d(0xa7)]},_0x363ad8=new Set(_0x17f5b3);let _0x41e40c=![];return _0x2c90ee[_0x537d(0x74)](_0x10a2d6=>{_0x46583b['wgTBh'](_0x46583b[_0x537d(0xa8)],_0x46583b['nRiqz'])?!_0x363ad8['has'](_0x10a2d6)&&(_0x363ad8[_0x537d(0x76)](_0x10a2d6),_0x41e40c=!![]):_0x45178d[_0x537d(0x87)](_0x2a9298);}),_0x41e40c&&console[_0x537d(0x70)](_0x537d(0xa9),Array[_0x537d(0xaa)](_0x363ad8)),_0x41e40c?_0x363ad8:_0x17f5b3;}):(_0x31a112[_0x537d(0x30)](_0x537d(0xab)+_0x22bc21+_0x537d(0xac)),_0x30b49d[_0x537d(0xad)](_0x3b67a6,_0x1783e1=>({..._0x1783e1,[_0x51ddf5]:_0x537d(0x30)})),_0x30b49d[_0x537d(0xad)](_0x5462f5,_0xa04f2d[_0x537d(0xae)])));}catch(_0x4ce178){console[_0x537d(0x30)](_0x537d(0xaf),_0x4ce178);}};_0x3f53f1[_0x537d(0xb0)](_0x58f630);},[]),useEffect(()=>{const _0x4c2789={'giisJ':function(_0x1506fc,_0x3a5c00){return _0x3f53f1[_0x537d(0x6d)](_0x1506fc,_0x3a5c00);},'xxjHP':function(_0x11e448){return _0x3f53f1[_0x537d(0xb1)](_0x11e448);}};if(_0x3f53f1[_0x537d(0x6e)](_0x3f53f1[_0x537d(0xb2)],_0x3f53f1['VMgwl'])){const _0x2d4f1c=async()=>{const _0x36b1dd={'CWqXq':function(_0x22cf56,_0x28e576){return _0x3f53f1[_0x537d(0xb3)](_0x22cf56,_0x28e576);},'fxTjV':function(_0x38a944){return _0x3f53f1[_0x537d(0xb0)](_0x38a944);}};try{if(_0x3f53f1[_0x537d(0xb4)]('PSUXt',_0x3f53f1['PivgI']))_0x36b1dd[_0x537d(0xb5)](_0x4bfa12,![]);else{const _0x114f8a=await AsyncStorage[_0x537d(0x7f)](_0x3f53f1[_0x537d(0xb6)]);if(_0x114f8a&&!_0x3c63d0){_0x3f6fa9(_0x114f8a);return;}if(_0x1978fc&&!_0x3c63d0){var _0x12db56;const _0x2ebac0=(_0x1978fc===null||_0x3f53f1['lHlqd'](_0x1978fc,void 0x0)||_0x3f53f1[_0x537d(0xb4)](_0x12db56=_0x1978fc['email'],null)||_0x12db56===void 0x0?void 0x0:_0x12db56[_0x537d(0xb7)]('@')[0x0])||(_0x1978fc===null||_0x3f53f1['qavoD'](_0x1978fc,void 0x0)?void 0x0:_0x1978fc[_0x537d(0xb8)])||'user_'+Math[_0x537d(0xb9)](Math[_0x537d(0xba)]()*0x2710);_0x3f53f1['WmhjN'](_0x3f6fa9,_0x2ebac0),await AsyncStorage[_0x537d(0xbb)](_0x3f53f1[_0x537d(0xb6)],_0x2ebac0);return;}if(!_0x3c63d0){if(_0x3f53f1[_0x537d(0x95)](_0x3f53f1[_0x537d(0xbc)],_0x3f53f1['IgGCH'])){const _0x5da9d5=_0x537d(0xbd)+Math[_0x537d(0xb9)](_0x3f53f1['gFAye'](Math['random'](),0x2710));_0x3f53f1[_0x537d(0x6d)](_0x3f6fa9,_0x5da9d5),await AsyncStorage[_0x537d(0xbb)](_0x3f53f1['WdEZh'],_0x5da9d5);}else _0x36b1dd[_0x537d(0xb5)](_0x3d5935,_0x2c8de9[_0x537d(0xbe)]),_0x5050ca[_0x537d(0xbf)]([0x0,0x64,0x32,0x64]),_0x36b1dd[_0x537d(0xc0)](_0x11ee92);}}}catch(_0x4c684d){console[_0x537d(0x30)](_0x3f53f1[_0x537d(0xc1)],_0x4c684d);const _0x399283=_0x537d(0xc2)+Math['floor'](_0x3f53f1[_0x537d(0xc3)](Math['random'](),0x2710));_0x3f53f1[_0x537d(0xb3)](_0x3f6fa9,_0x399283);}};_0x3f53f1[_0x537d(0xb0)](_0x2d4f1c);}else _0x4c2789[_0x537d(0xc4)](_0x1cd06b,_0x416be5[_0x537d(0xc5)]),_0x5446c6&&_0x4c2789[_0x537d(0xc6)](_0x9d098f);},[_0x1978fc,_0x3c63d0]),_0x3f53f1[_0x537d(0xc7)](useEffect,()=>{if(_0x38294d){if(_0x3f53f1['KpDFU'](_0x3f53f1[_0x537d(0xc8)],_0x3f53f1[_0x537d(0xc8)])){_0xfad9dd[_0x537d(0x30)](_0x3f53f1['wlCDW']);return;}else Animated[_0x537d(0xc9)](Animated[_0x537d(0xca)]([Animated[_0x537d(0x84)](_0x1255d7,{'toValue':0x1,'duration':0x3e8,'useNativeDriver':!![]}),Animated[_0x537d(0x84)](_0x1255d7,{'toValue':0x0,'duration':0x3e8,'useNativeDriver':!![]})]))[_0x537d(0xcb)]();}},[_0x38294d]);const _0x3fbc8f=useCallback(_0x494af7=>{if(_0x3f53f1[_0x537d(0xcc)](_0x3f53f1['toksm'],_0x3f53f1[_0x537d(0xcd)]))_0x3f53f1['NaXdA'](_0x25954e,_0xa8f263=>{const _0x4a5437=new _0x1857a1(_0xa8f263);return _0x4a5437[_0x537d(0x76)](_0x2f95fc),_0x4a5437;}),_0x3f53f1[_0x537d(0xce)](_0x57977a,_0x24485c['SUCCESS']),_0x3118d7[_0x537d(0x70)](_0x537d(0xcf)+_0x491e9a),_0x31cd7d(null);else{const _0x3fcd3f=_0x494af7['nativeEvent']['contentOffset']['x'],_0x363d65=_0x494af7['nativeEvent'][_0x537d(0xd0)][_0x537d(0xd1)],_0x2beec8=_0x494af7['nativeEvent'][_0x537d(0xd2)][_0x537d(0xd1)];_0x5be9e5[_0x537d(0x5f)]=_0x3fcd3f;const _0x20dc5f=_0x3f53f1['bgQNv'](_0x2beec8,_0x363d65),_0x53b47f=_0x3f53f1['bcWXt'](_0x20dc5f,0x0)?_0x3f53f1[_0x537d(0xd3)](_0x3fcd3f,_0x20dc5f):0x0;_0x3f53f1[_0x537d(0x6d)](_0x39de3b,_0x53b47f),_0x3f53f1['grzKT'](_0x3fcd3f,0xa)&&_0x38294d&&(_0x3f53f1[_0x537d(0xcc)](_0x537d(0x1d),_0x3f53f1[_0x537d(0xd4)])?_0x3f53f1[_0x537d(0xb3)](_0x186d1b,_0x44927d):_0x5a379d(![]));}},[_0x38294d]),_0x5c0557=[{'id':_0x3f53f1[_0x537d(0xd5)],'name':_0x3f53f1['OXaaO'],'icon':_0x3f53f1['yKpgb'](getPlatformIcon,_0x3f53f1[_0x537d(0xd5)]),'description':_0x3f53f1[_0x537d(0xd6)],'isChatPlatform':![]},{'id':'reddit','name':_0x3f53f1[_0x537d(0xd7)],'icon':_0x3f53f1[_0x537d(0xd8)](getPlatformIcon,_0x3f53f1[_0x537d(0xd9)]),'description':_0x3f53f1[_0x537d(0xda)],'isChatPlatform':![]},{'id':_0x3f53f1[_0x537d(0xdb)],'name':_0x3f53f1['twsHF'],'icon':getPlatformIcon(_0x3f53f1[_0x537d(0xdb)]),'description':'Use\x20your\x20pins,\x20boards,\x20and\x20interests\x20to\x20enrich\x20your\x20model.','isChatPlatform':![]},{'id':_0x3f53f1[_0x537d(0x99)],'name':_0x3f53f1[_0x537d(0xdc)],'icon':_0x3f53f1['ICngj'](getPlatformIcon,_0x3f53f1[_0x537d(0x99)]),'description':_0x537d(0xdd),'isChatPlatform':![]},{'id':_0x3f53f1['xhsYn'],'name':_0x3f53f1['CEMiE'],'icon':getPlatformIcon(_0x537d(0x3b)),'description':'Use\x20your\x20email\x20information\x20to\x20enrich\x20your\x20model.','isChatPlatform':![]},{'id':_0x3f53f1['qQtZY'],'name':_0x3f53f1[_0x537d(0xde)],'icon':_0x3f53f1['bSZbU'](getPlatformIcon,_0x3f53f1[_0x537d(0x92)]),'description':_0x3f53f1[_0x537d(0xdf)],'isChatPlatform':!![]},{'id':_0x3f53f1[_0x537d(0xe0)],'name':_0x3f53f1[_0x537d(0xe1)],'icon':_0x3f53f1['vMyxx'](getPlatformIcon,_0x3f53f1[_0x537d(0xe0)]),'description':_0x3f53f1['rBlMt'],'isChatPlatform':!![]},{'id':_0x3f53f1[_0x537d(0xe2)],'name':_0x3f53f1['bOhss'],'icon':_0x3f53f1[_0x537d(0x5b)](getPlatformIcon,_0x3f53f1[_0x537d(0xe2)]),'description':_0x537d(0xe3),'isChatPlatform':!![]},{'id':_0x537d(0xe),'name':_0x3f53f1[_0x537d(0xe4)],'icon':_0x3f53f1[_0x537d(0xce)](getPlatformIcon,_0x537d(0xe)),'description':_0x3f53f1[_0x537d(0xe5)],'isChatPlatform':!![]}],_0x152c89=_0x148ba6?_0x148ba6[_0x537d(0x8e)](_0x4ea4d7=>_0x5c0557['find'](_0x405b71=>_0x405b71['id']===_0x4ea4d7))['filter'](_0x1fa2ca=>_0x1fa2ca!==undefined):_0x5c0557;_0x3f53f1[_0x537d(0xe6)](useEffect,()=>{if(_0x537d(0xe7)==='nkVeO')_0x330b20&&_0x312371();else{if(_0x3f53f1[_0x537d(0x6b)](_0x152c89[_0x537d(0x6c)],0x0)){const _0xa9d5ee=_0x152c89[0x0]['id'];(!_0xe1f7f4||!_0x152c89[_0x537d(0xe8)](_0x5d6579=>_0x5d6579['id']===_0xe1f7f4))&&_0x3f53f1[_0x537d(0xe9)](_0x20c959,_0xa9d5ee);}}},[_0x148ba6,_0x152c89['length']]);const _0xf81dfc=async(_0x29b378,_0x33e933)=>{const _0x4a5b65={'LvrAy':function(_0x5801d2,_0x2bb512){return _0x5801d2(_0x2bb512);},'wdCSg':function(_0x2d787f,_0x4cca69){return _0x3f53f1['ZpzbF'](_0x2d787f,_0x4cca69);},'PRfJe':function(_0x41be93,_0x1dc07e,_0x5a1226){return _0x3f53f1[_0x537d(0xea)](_0x41be93,_0x1dc07e,_0x5a1226);},'RpaXH':function(_0x1cd8d0,_0x1ac238){return _0x3f53f1['tvocn'](_0x1cd8d0,_0x1ac238);},'TCqUH':_0x3f53f1['iUaJG'],'QjWQB':function(_0x39ad26,_0x3f51d8){return _0x3f53f1[_0x537d(0xeb)](_0x39ad26,_0x3f51d8);},'AXuab':_0x537d(0xec),'BvvIh':'#9CA3AF','ohQmn':_0x3f53f1['paztR'],'KhUsm':function(_0x36ac44,_0x12736a){return _0x3f53f1[_0x537d(0xed)](_0x36ac44,_0x12736a);}};_0x3f53f1['uOBif'](triggerHaptic,HapticType[_0x537d(0xc5)]),console[_0x537d(0x70)]('🔄\x20[TOGGLE]\x20Platform\x20toggle:\x20'+_0x29b378+_0x537d(0xee)+_0x33e933);try{if(_0x33e933){const _0xf520e4=await AsyncStorage[_0x537d(0x7f)](_0x3f53f1[_0x537d(0xb6)]),_0xfd7efe=_0xf520e4||_0x3c63d0;console[_0x537d(0x70)](_0x537d(0xef)+_0xf520e4+'\x22,\x20state:\x20\x22'+_0x3c63d0+'\x22,\x20valid:\x20\x22'+_0xfd7efe+'\x22');if(!_0xfd7efe||_0x3f53f1[_0x537d(0xf0)](_0xfd7efe[_0x537d(0xf1)](),'')){console[_0x537d(0x30)](_0x3f53f1[_0x537d(0xf2)]);return;}const _0x4dc320=_0x5c0557[_0x537d(0xe8)](_0x276e8e=>_0x276e8e['id']===_0x29b378),_0x5693df=(_0x4dc320===null||_0x3f53f1['RFljX'](_0x4dc320,void 0x0)?void 0x0:_0x4dc320[_0x537d(0xf3)])||isLLMPlatform(_0x29b378);if(_0x5693df){if(_0x3f53f1[_0x537d(0xf4)]!==_0x3f53f1[_0x537d(0xf4)]){const _0x2a49ba=_0x4a5b65['PRfJe'](_0x4d2a72,()=>{_0x323442(_0x5180e9=>{const _0x16a4ce=new _0x302658(_0x5180e9);return _0x16a4ce['add'](_0x3a6430),_0x16a4ce;}),_0x4a5b65[_0x537d(0xf5)](_0x2ece9f,_0x4c1948[_0x537d(0xbe)]),_0x1ade6a[_0x537d(0x70)](_0x537d(0xcf)+_0x28c8c5),_0x4a5b65[_0x537d(0xf6)](_0x5f5243,null);},0x12c);return()=>_0x98a2c8(_0x2a49ba);}else{console['log'](_0x537d(0xf7)+_0x29b378+_0x537d(0xf8)),_0x3f53f1[_0x537d(0xf9)](_0x4fd39c,_0x29b378),_0x3f53f1['hhZZR'](_0x1b55fe,_0x725d59=>({..._0x725d59,[_0x29b378]:_0x537d(0xfa)}));const _0x466e50=_0x3f53f1[_0x537d(0xf9)](getLLMPlatformUrl,_0x29b378);_0x466e50?(console[_0x537d(0x70)](_0x537d(0xfb)+_0x29b378+_0x537d(0xfc),_0x466e50),_0x3f53f1['bZMrA'](_0x2c4bdb,_0x466e50),_0x3f53f1[_0x537d(0xfd)](_0x3b89db,!![])):(console['error'](_0x537d(0xfe)+_0x29b378),_0x3f53f1[_0x537d(0xff)](_0x1b55fe,_0x2e544f=>({..._0x2e544f,[_0x29b378]:_0x537d(0x30)})),_0x3f53f1[_0x537d(0x65)](triggerHaptic,HapticType[_0x537d(0xae)]));return;}}if(_0x3f53f1['RMwDU'](isLinkedInPlatform,_0x29b378)){if(_0x3f53f1[_0x537d(0x95)]('ChiDz',_0x3f53f1[_0x537d(0x100)])){console[_0x537d(0x70)]('💼\x20[LINKEDIN]\x20Opening\x20WebView\x20for\x20LinkedIn\x20login...'),_0x3f53f1[_0x537d(0x101)](_0x4fd39c,_0x29b378),_0x3f53f1[_0x537d(0xfd)](_0x1b55fe,_0x90204a=>({..._0x90204a,[_0x29b378]:_0x537d(0xfa)}));const _0x34547c='https://www.linkedin.com/login';console[_0x537d(0x70)](_0x537d(0x102),_0x34547c),_0x3f53f1[_0x537d(0x101)](_0x2c4bdb,_0x34547c),_0x3f53f1[_0x537d(0x103)](_0x3b89db,!![]);return;}else{const _0x433d29=_0x2834d9[_0x537d(0xe8)](_0x46a699=>_0x46a699['id']===_0xbed002);if(!_0x433d29)return null;const _0x4bd1dc=_0x3a83d1[_0x537d(0x75)](_0x28e3ac),_0x40157d=_0x4a5b65['RpaXH'](_0x1917e4[_0x347e93],_0x4a5b65[_0x537d(0x104)]),_0x409048=_0xa3aead===null||_0x4a5b65['QjWQB'](_0x1c5b46,void 0x0)?void 0x0:_0x49ef1f[_0x537d(0x8f)](_0x59605f);return React[_0x537d(0x73)](View,{'style':_0x540daa[_0x537d(0x105)]},React[_0x537d(0x73)](View,{'style':_0xf217bd['cardHeader']},React[_0x537d(0x73)](Text,{'style':_0x381120[_0x537d(0x106)]},_0x433d29[_0x537d(0xb8)]),_0x409048&&React['createElement'](View,{'style':_0x37dedd[_0x537d(0x107)]},React['createElement'](Text,{'style':_0x55b66a['recommendedBadgeText']},_0x4a5b65[_0x537d(0x108)])),React[_0x537d(0x73)](TouchableOpacity,{'activeOpacity':0.8,'onPress':()=>!_0x40157d&&_0x132ed(_0x186891,!_0x4bd1dc),'disabled':_0x40157d,'style':[_0xf35113[_0x537d(0x109)],{'backgroundColor':_0x4bd1dc?_0x537d(0x10a):_0x4a5b65[_0x537d(0x10b)]}]},React[_0x537d(0x73)](View,{'style':[_0x6f31fb[_0x537d(0x10c)],{'transform':[{'translateX':_0x4bd1dc?0x14:0x0}]}]}))),React[_0x537d(0x73)](View,{'style':_0x4fd2e5['descriptionContainer']},React['createElement'](Text,{'style':_0x256b80[_0x537d(0x10d)]},_0x433d29[_0x537d(0x10e)])));}}if(_0x3f53f1[_0x537d(0x10f)](hasNativeSDK,_0x29b378)){_0x3f53f1[_0x537d(0x6d)](_0x4fd39c,_0x29b378),_0x1b55fe(_0x1f8a6b=>({..._0x1f8a6b,[_0x29b378]:_0x537d(0xfa)}));const _0x169551=await _0x3f53f1[_0x537d(0xea)](initiateNativeAuth,_0x29b378,_0xfd7efe);if(_0x169551){const _0x3fbf22=new Set(_0x57c169);_0x3fbf22['add'](_0x29b378),_0x3f53f1[_0x537d(0x110)](_0x5b02b6,_0x3fbf22),_0x3f53f1[_0x537d(0x101)](_0x1b55fe,_0x2a7693=>({..._0x2a7693,[_0x29b378]:_0x537d(0x94)})),triggerHaptic(HapticType[_0x537d(0xbe)]);}else _0x3f53f1[_0x537d(0x111)](_0x1b55fe,_0x538cd6=>({..._0x538cd6,[_0x29b378]:'error'})),triggerHaptic(HapticType[_0x537d(0xae)]);}else{if(_0x3f53f1['hAsgr'](_0x537d(0x112),_0x537d(0x113))){console[_0x537d(0x70)](_0x537d(0x114)+_0x29b378+_0x537d(0x1e)),_0x4fd39c(_0x29b378),_0x3f53f1['gkqyf'](_0x1b55fe,_0x298e77=>({..._0x298e77,[_0x29b378]:_0x537d(0xfa)}));const _0x4e2db6=await _0x3f53f1['jQVGy'](initiateOAuth,_0x29b378,_0xfd7efe);console[_0x537d(0x70)]('🔗\x20[TOGGLE]\x20OAuth\x20URL\x20result\x20for\x20'+_0x29b378+':',_0x4e2db6?_0x3f53f1['rpjtd'](_0x4e2db6[_0x537d(0x9f)](0x0,0x32),_0x3f53f1[_0x537d(0x115)]):_0x3f53f1[_0x537d(0x7b)]),_0x4e2db6?(console['log'](_0x537d(0x116)+_0x29b378),_0x3f53f1['nRqus'](_0x2c4bdb,_0x4e2db6),_0x3f53f1[_0x537d(0x117)](_0x3b89db,!![])):_0x3f53f1['TdXEX'](_0x3f53f1['apZoy'],_0x3f53f1[_0x537d(0x118)])?(_0xba181d[_0x537d(0x30)](_0x537d(0x119)+_0x34e870+':',_0x4b79b8),_0x4a5b65[_0x537d(0xf6)](_0x37c609,_0x234468=>({..._0x234468,[_0x3e24fd]:'error'})),_0xc77f6f(_0x4d6bca[_0x537d(0xae)])):(console['error'](_0x537d(0xab)+_0x29b378+_0x537d(0xac)),_0x1b55fe(_0x28f267=>({..._0x28f267,[_0x29b378]:_0x537d(0x30)})),_0x3f53f1[_0x537d(0x11a)](triggerHaptic,HapticType[_0x537d(0xae)]));}else{const _0x286782=_0x5d86d6[_0x537d(0x85)](_0x81bc44);_0x2a071e[_0x537d(0x86)](_0x286782)&&(_0xba4c28[_0x537d(0x87)](..._0x286782),_0x3a9d4a['log'](_0x3f53f1[_0x537d(0x88)],_0x286782));}}}else{await _0x3f53f1[_0x537d(0x11b)](_0x4892f1,_0x29b378);const _0x545db2=new Set(_0x57c169);_0x545db2[_0x537d(0x11c)](_0x29b378),_0x3f53f1[_0x537d(0x103)](_0x5b02b6,_0x545db2),_0x1b55fe(_0x4fbb1b=>({..._0x4fbb1b,[_0x29b378]:_0x537d(0x11d)})),_0x3f53f1[_0x537d(0x11e)](triggerHaptic,HapticType['BUTTON_PRESS']);try{const _0x4347d4=await AsyncStorage[_0x537d(0x7f)](_0x537d(0x21));if(_0x4347d4){if(_0x3f53f1[_0x537d(0x11f)](_0x537d(0x120),_0x3f53f1[_0x537d(0x121)]))_0xec834b[_0x537d(0x87)](..._0x40424b),_0x1b324f['log'](_0x4a5b65[_0x537d(0x122)],_0x377f37);else{const _0x410330=JSON[_0x537d(0x85)](_0x4347d4),_0x10441e=_0x410330[_0x537d(0x123)](_0x382f10=>_0x382f10[_0x537d(0x124)]()!==_0x29b378[_0x537d(0x124)]());await AsyncStorage[_0x537d(0xbb)](_0x3f53f1[_0x537d(0x125)],JSON[_0x537d(0x126)](_0x10441e)),console[_0x537d(0x70)](_0x537d(0x127)+_0x29b378+'\x20from\x20user_connected_platforms:',_0x10441e);}}}catch(_0x3f2f6b){_0x3f53f1[_0x537d(0x128)]!==_0x3f53f1[_0x537d(0x128)]?(_0x4b73c4[_0x537d(0x70)](_0x537d(0xfb)+_0x1bd801+'\x20URL:',_0x51c9ab),_0x4a5b65[_0x537d(0x129)](_0x398b1c,_0x4a6793),_0x78bb2a(!![])):console[_0x537d(0x30)](_0x537d(0x12a),_0x3f2f6b);}await AsyncStorage[_0x537d(0x12b)]('@onairos:llm_connected:'+_0x29b378);if(_0x3f53f1[_0x537d(0x11f)](_0x29b378[_0x537d(0x124)](),'linkedin')){if(_0x3f53f1[_0x537d(0x12c)](_0x3f53f1[_0x537d(0x12d)],_0x3f53f1[_0x537d(0x12d)])){_0x4460fd[_0x537d(0x30)](_0x3f53f1['DPUHF'],_0x467176);const _0x640707='user_'+_0x166f00[_0x537d(0xb9)](_0x3f53f1['HLXCp'](_0x193472['random'](),0x2710));_0x3f53f1[_0x537d(0x12e)](_0x5e0bc2,_0x640707);}else await AsyncStorage[_0x537d(0x12b)](_0x3f53f1[_0x537d(0x98)]);}}}catch(_0x3a8138){console[_0x537d(0x30)]('Error\x20toggling\x20platform\x20'+_0x29b378+':',_0x3a8138),_0x3f53f1[_0x537d(0x12f)](_0x1b55fe,_0x36a67e=>({..._0x36a67e,[_0x29b378]:_0x537d(0x30)})),triggerHaptic(HapticType[_0x537d(0xae)]);}},_0x18a293=async()=>{if(_0x3f53f1[_0x537d(0xf0)](_0x3f53f1[_0x537d(0x130)],_0x3f53f1[_0x537d(0x131)]))_0x2a19b9[_0x537d(0x30)]('❌\x20[LLM]\x20No\x20URL\x20configured\x20for\x20platform:\x20'+_0x19dd79),_0x3f53f1['vYkuN'](_0x31a933,_0x1043f3=>({..._0x1043f3,[_0x3b0ed1]:_0x537d(0x30)})),_0x3f53f1[_0x537d(0x132)](_0x848f09,_0x532221['ERROR']);else{triggerHaptic(HapticType[_0x537d(0xc5)]),_0x3f53f1[_0x537d(0x133)](_0x5df494,!![]);try{_0x1295a3(!![]);}finally{_0x3f53f1['hzAdR']!==_0x3f53f1[_0x537d(0x134)]?_0x3f53f1[_0x537d(0x135)](_0x5df494,![]):_0x3f53f1['gosBU'](_0x42d8f6,_0x18b08f);}}},_0x3eab96=()=>{_0x3f53f1[_0x537d(0x10f)](triggerHaptic,HapticType[_0x537d(0xc5)]);if(_0x5c2b44){if(_0x3f53f1[_0x537d(0x136)](_0x3f53f1[_0x537d(0x137)],_0x3f53f1[_0x537d(0x138)])){_0x23a408[_0x537d(0x70)](_0x537d(0x139)),_0x3b6842(_0x4e0dae),_0x3f53f1[_0x537d(0x11e)](_0x141463,_0x1427c4=>({..._0x1427c4,[_0x3f74f1]:_0x537d(0xfa)}));const _0xa6e19e=_0x537d(0x13a);_0x3bb54e[_0x537d(0x70)](_0x537d(0x102),_0xa6e19e),_0x3f53f1[_0x537d(0x13b)](_0x5a901c,_0xa6e19e),_0x3f53f1['vYkuN'](_0x52bda9,!![]);return;}else _0x3f53f1['VHtRV'](_0x5c2b44);}},_0x66cb4d=async()=>{if(_0x3f53f1[_0x537d(0x13c)](_0x3f53f1[_0x537d(0x13d)],_0x3f53f1[_0x537d(0x13d)])){_0x3f53f1[_0x537d(0x61)](triggerHaptic,HapticType['BUTTON_PRESS']),_0x3f53f1[_0x537d(0xf9)](_0x53ec72,!![]),await new Promise(_0x748e8f=>setTimeout(_0x748e8f,0x32));try{if(_0x107a9e){if(_0x537d(0x13e)!==_0x3f53f1['gluuR'])await _0x3f53f1[_0x537d(0xed)](_0x107a9e,_0x113bfb);else{_0x5eaa17(_0x234844);return;}}else await _0x3f53f1['ZcwbL'](_0x56f6c1,Array[_0x537d(0xaa)](_0x57c169));}finally{_0x3f53f1[_0x537d(0x7c)](_0x53ec72,![]);}}else _0x78f463(_0x3c20c6);},_0x53ec54=()=>{_0x3f53f1[_0x537d(0x135)](triggerHaptic,HapticType[_0x537d(0xc5)]),_0x1e4fef(![]);},_0x1d4ee4=async _0x535635=>{const _0x82a907={'mnkfo':function(_0x2bc236,_0x5f28ec){return _0x3f53f1[_0x537d(0x13f)](_0x2bc236,_0x5f28ec);},'CuTKW':function(_0x3d5ba7,_0x325c52){return _0x3f53f1[_0x537d(0x140)](_0x3d5ba7,_0x325c52);},'dHGKf':function(_0x4ee5a2,_0x1dcfce){return _0x3f53f1['tbeHc'](_0x4ee5a2,_0x1dcfce);},'TYJlq':function(_0x56b475,_0x2f536a){return _0x3f53f1['pYAQS'](_0x56b475,_0x2f536a);},'AtzZs':function(_0x2d672b,_0x5322ff){return _0x3f53f1[_0x537d(0x6b)](_0x2d672b,_0x5322ff);}};triggerHaptic(HapticType[_0x537d(0xc5)]),_0x1a47b1(_0x535635);try{_0x3f53f1[_0x537d(0x141)](_0x3f53f1['ELaAq'],_0x3f53f1['ELaAq'])?(await AsyncStorage[_0x537d(0xbb)](_0x3f53f1[_0x537d(0x142)],_0x535635),console[_0x537d(0x70)](_0x537d(0x143)+_0x535635)):_0x27603a(_0x59b95c=>{const _0x374daa=new _0x1e694c(_0x59b95c);let _0x2b991f=![];return _0x59c615[_0x537d(0x74)](_0x28538f=>{!_0x374daa[_0x537d(0x75)](_0x28538f)&&(_0x374daa[_0x537d(0x76)](_0x28538f),_0x2b991f=!![]);}),_0x2b991f?_0x374daa:_0x59b95c;});}catch(_0x259b80){if(_0x3f53f1[_0x537d(0x144)]!==_0x3f53f1[_0x537d(0x145)])console[_0x537d(0x30)](_0x3f53f1[_0x537d(0x146)],_0x259b80);else{const _0x3f5a64=_0x3fe96a['nativeEvent']['contentOffset']['x'],_0x483315=_0x36e215[_0x537d(0x147)][_0x537d(0xd0)][_0x537d(0xd1)],_0x93ca58=_0x538d02[_0x537d(0x147)]['contentSize'][_0x537d(0xd1)];_0x5cd84d[_0x537d(0x5f)]=_0x3f5a64;const _0x4afbd5=_0x82a907[_0x537d(0x148)](_0x93ca58,_0x483315),_0x2baff3=_0x82a907[_0x537d(0x149)](_0x4afbd5,0x0)?_0x82a907[_0x537d(0x14a)](_0x3f5a64,_0x4afbd5):0x0;_0x82a907[_0x537d(0x14b)](_0x52882f,_0x2baff3),_0x82a907[_0x537d(0x14c)](_0x3f5a64,0xa)&&_0x226806&&_0x4141ca(![]);}}_0x533dbb&&_0x3f53f1[_0x537d(0xce)](_0x533dbb,_0x535635);},_0x1b1b32=()=>{if(_0x3f53f1['hAsgr'](_0x537d(0x14d),_0x3f53f1[_0x537d(0x14e)])){const Linking=_0x3f53f1[_0x537d(0x14f)](__ONAIROS_REQ_FUNC__,0x0)['Linking'];Linking[_0x537d(0x150)](_0x3f53f1[_0x537d(0x151)]);}else _0x1f845c();},_0x148c61=async _0x1e5bb9=>{_0x3f53f1['bZMrA'](_0x288223,_0x1e5bb9),_0x3f53f1[_0x537d(0x152)](setTemporaryPin,_0x1e5bb9),_0x3f53f1[_0x537d(0x68)](_0x1295a3,![]),_0x3f53f1['gkqyf'](_0x1639ec,!![]);},_0x30009a=()=>{_0x3f53f1[_0x537d(0x153)](_0x1639ec,![]),_0x1e4fef(!![]);},_0x23cb03=async _0xab18d6=>{const _0x1da282={'Owysr':function(_0x546db0,_0x3c1bc0){return _0x3f53f1[_0x537d(0xeb)](_0x546db0,_0x3c1bc0);},'rHPJV':'✅\x20[PLATFORMS]\x20Loaded\x20from\x20platform_account_details:','MKgaf':function(_0x448078,_0x37b0e1){return _0x448078(_0x37b0e1);},'PlvIb':function(_0x5494b2,_0x3f578){return _0x5494b2(_0x3f578);}};if(_0x2e009c){if(_0x3f53f1['TdXEX'](_0x3f53f1[_0x537d(0x154)],_0x537d(0x155))){const _0x1d4376={'SXIda':function(_0x3257b2,_0x503b8f){return _0x3257b2===_0x503b8f;},'qtpOq':function(_0x2f7885,_0x3af8a0){return _0x1da282[_0x537d(0x156)](_0x2f7885,_0x3af8a0);}};_0x3e2ae1[_0x537d(0x74)](_0x3e5f06=>{var _0x549943;const _0xa2e8ae=_0x1d4376['SXIda'](_0x549943=_0x3e5f06['platform'],null)||_0x1d4376[_0x537d(0x157)](_0x549943,void 0x0)?void 0x0:_0x549943[_0x537d(0x124)]();_0xa2e8ae&&!_0x37be3[_0x537d(0x8f)](_0xa2e8ae)&&_0x418449[_0x537d(0x87)](_0xa2e8ae);}),_0x15724[_0x537d(0x70)](_0x1da282[_0x537d(0x158)],_0x56af47['map'](_0x201919=>_0x201919[_0x537d(0x8c)]));}else{if(_0x3f53f1[_0x537d(0x159)](_0xab18d6,_0x3f53f1['kUsED'])||_0x3f53f1[_0x537d(0x15a)](_0xab18d6,_0x3f53f1[_0x537d(0x15b)])){_0x3f53f1[_0x537d(0x15c)](_0x45925d,_0x2e009c),_0x3f53f1[_0x537d(0xfd)](_0x1b55fe,_0x81ca81=>({..._0x81ca81,[_0x2e009c]:_0x537d(0x94)}));try{if(_0x3f53f1['WVzFu'](_0x3f53f1['stovM'],_0x3f53f1['dNzyK']))return React[_0x537d(0x73)](_0x2c0827,{'visible':_0x379945,'onComplete':_0x2a10a5});else{const _0x1d20a9=await AsyncStorage[_0x537d(0x7f)](_0x3f53f1[_0x537d(0x125)]),_0x2f04d7=_0x1d20a9?JSON[_0x537d(0x85)](_0x1d20a9):[];!_0x2f04d7[_0x537d(0x8f)](_0x2e009c[_0x537d(0x124)]())&&(_0x3f53f1[_0x537d(0x15d)](_0x537d(0x32),_0x3f53f1['COzml'])?(_0x2f04d7['push'](_0x2e009c['toLowerCase']()),await AsyncStorage[_0x537d(0xbb)](_0x3f53f1[_0x537d(0x125)],JSON[_0x537d(0x126)](_0x2f04d7)),console[_0x537d(0x70)](_0x537d(0x15e)+_0x2e009c+_0x537d(0x15f),_0x2f04d7)):_0x1da282[_0x537d(0x160)](_0x4da907,![]));}}catch(_0x16e7c7){console['error'](_0x3f53f1[_0x537d(0x161)],_0x16e7c7);}_0x3f53f1[_0x537d(0x133)](isLLMPlatform,_0x2e009c)&&(await AsyncStorage[_0x537d(0xbb)](_0x537d(0x93)+_0x2e009c,JSON[_0x537d(0x126)]({'connected':!![],'platform':_0x2e009c,'connectedAt':new Date()[_0x537d(0x162)]()})),console[_0x537d(0x70)]('✅\x20[LLM]\x20'+_0x2e009c+_0x537d(0x163)));if(_0x3f53f1[_0x537d(0x11f)](_0x2e009c[_0x537d(0x124)](),_0x3f53f1[_0x537d(0x99)])){if(_0x3f53f1['KpDFU'](_0x3f53f1[_0x537d(0x164)],_0x3f53f1[_0x537d(0x165)]))await AsyncStorage[_0x537d(0xbb)](_0x537d(0x10),JSON[_0x537d(0x126)]({'connected':!![],'platform':_0x3f53f1[_0x537d(0x99)],'connectedAt':new Date()[_0x537d(0x162)]()})),console[_0x537d(0x70)](_0x537d(0x166));else{const _0x1f82ed=new _0x3729ad(_0x376765);_0x1f82ed[_0x537d(0x76)](_0x204765),_0x1da282[_0x537d(0x160)](_0x5e0121,_0x1f82ed),_0x1da282[_0x537d(0x167)](_0x53e3ce,_0x5159b8=>({..._0x5159b8,[_0x1d449c]:_0x537d(0x94)})),_0x1da282[_0x537d(0x167)](_0x3d80a6,_0x44aaeb[_0x537d(0xbe)]);}}}else _0x1b55fe(_0x320679=>({..._0x320679,[_0x2e009c]:_0x537d(0x30)})),_0x3f53f1[_0x537d(0xb3)](triggerHaptic,HapticType['ERROR']);}}_0x3b89db(![]),_0x3f53f1['yKpgb'](_0x2c4bdb,''),_0x4fd39c('');};_0x3f53f1[_0x537d(0x168)](useEffect,()=>{if(_0x3f53f1[_0x537d(0xb4)](_0x3f53f1[_0x537d(0x169)],_0x537d(0x16a))){if(_0x3f53f1[_0x537d(0x16b)](_0x192093,!_0x32e26b)){const _0x7c2cec=setTimeout(()=>{_0x3f53f1[_0x537d(0x16c)](_0x5b02b6,_0xb6039c=>{const _0x4fef18=new Set(_0xb6039c);return _0x4fef18[_0x537d(0x76)](_0x192093),_0x4fef18;}),_0x3f53f1[_0x537d(0x16d)](triggerHaptic,HapticType['SUCCESS']),console['log'](_0x537d(0xcf)+_0x192093),_0x3f53f1[_0x537d(0x16e)](_0x45925d,null);},0x12c);return()=>clearTimeout(_0x7c2cec);}}else{const _0x5cf0a5=new _0x1afae0(_0x232938);return _0x5cf0a5['add'](_0x334f86),_0x5cf0a5;}},[_0x192093,_0x32e26b]);const _0x2cd0c1=()=>{if(_0x3f53f1['Bulkk'](_0x3f53f1['NvMAO'],_0x3f53f1[_0x537d(0x16f)]))_0x3b89db(![]),_0x3f53f1[_0x537d(0x117)](_0x2c4bdb,''),_0x2e009c&&_0x3f53f1['afqDy'](_0x1b55fe,_0x11dcd1=>({..._0x11dcd1,[_0x2e009c]:_0x537d(0x11d)})),_0x4fd39c('');else{const _0xedb9c1=_0xdd31cc[0x0]['id'];(!_0x38270e||!_0x2c3a37[_0x537d(0xe8)](_0x5c9da8=>_0x5c9da8['id']===_0x59d677))&&_0x3f53f1['oKWTD'](_0x12c99f,_0xedb9c1);}},_0x22872e=()=>{_0x3f53f1[_0x537d(0x170)](_0x1295a3,![]);},_0x2fc92d=()=>{_0x3ac2df&&(_0x3f53f1[_0x537d(0x171)]!==_0x3f53f1[_0x537d(0x172)]?_0x3ac2df():(_0x3f53f1['KHdXe'](_0x18b4b6,_0x35dc3e=>({..._0x35dc3e,[_0x102134]:'error'})),_0x3f53f1[_0x537d(0x173)](_0x5b0b01,_0x186cd4['ERROR'])));},_0x24d701=()=>{const _0x552db0={'sRjov':function(_0x492a48,_0x383a37){return _0x3f53f1[_0x537d(0x174)](_0x492a48,_0x383a37);}};Animated[_0x537d(0x84)](_0x50fbd5,{'toValue':0x1,'duration':0xfa0,'useNativeDriver':![]})[_0x537d(0xcb)]();const _0x4e6bf6=_0x3f53f1[_0x537d(0x175)](setTimeout,()=>{_0x552db0[_0x537d(0x176)](triggerHaptic,HapticType[_0x537d(0xbe)]),Vibration[_0x537d(0xbf)]([0x0,0x64,0x32,0x64]),_0x2fc92d();},0xfa0);_0x3f53f1[_0x537d(0x59)](_0x5c0fae,_0x4e6bf6);},_0x51410f=()=>{_0x254d0e&&(clearTimeout(_0x254d0e),_0x5c0fae(null)),_0x50fbd5[_0x537d(0x83)](0x0),Animated[_0x537d(0x84)](_0x50fbd5,{'toValue':0x0,'duration':0xc8,'useNativeDriver':![]})[_0x537d(0xcb)]();};_0x3f53f1[_0x537d(0x177)](useEffect,()=>{const _0x13ce84={'NuvHo':function(_0x57ff4e,_0x4587b7){return _0x3f53f1[_0x537d(0xd8)](_0x57ff4e,_0x4587b7);},'Qrqbf':function(_0x42b01a,_0x2b6362){return _0x3f53f1[_0x537d(0x178)](_0x42b01a,_0x2b6362);},'bEiRU':_0x3f53f1[_0x537d(0x179)],'LYDYr':_0x3f53f1['DNwdl'],'sxyEp':function(_0xded634,_0x4d53cb){return _0x3f53f1['yIocQ'](_0xded634,_0x4d53cb);}};return()=>{_0x13ce84[_0x537d(0x17a)](_0x13ce84['bEiRU'],_0x13ce84[_0x537d(0x17b)])?(_0x237977(![]),_0x355e30(''),_0x46799b&&_0x13ce84[_0x537d(0x17c)](_0x11567d,_0x3ed25b=>({..._0x3ed25b,[_0x238f08]:_0x537d(0x11d)})),_0x4d8654('')):_0x254d0e&&_0x13ce84['sxyEp'](clearTimeout,_0x254d0e);};},[_0x254d0e]),_0x3f53f1['GRUPa'](useEffect,()=>{const _0x56f60c={'dKyrR':_0x537d(0xa9)};_0x3f53f1[_0x537d(0x17d)](_0x3f53f1[_0x537d(0x17e)],_0x3f53f1[_0x537d(0x17f)])?!_0x34f54f['has'](_0x45fd14)&&(_0x5ecbf4[_0x537d(0x76)](_0x1791fb),_0xef3f11=!![]):_0x3f53f1['VtyKp'](_0x32e26b,_0x4d7687)&&(_0x3f53f1[_0x537d(0x180)]===_0x537d(0x181)?console[_0x537d(0x70)]('📊\x20[STATE]\x20WebView\x20state\x20changed\x20-\x20showOAuthWebView:\x20'+_0x32e26b+_0x537d(0x9c)+(_0x4d7687?_0x3f53f1[_0x537d(0x79)](_0x3f53f1[_0x537d(0x79)](_0x3f53f1[_0x537d(0x182)],_0x4d7687[_0x537d(0x9f)](0x0,0x28)),_0x3f53f1[_0x537d(0x183)]):_0x3f53f1[_0x537d(0x7b)])):_0x533d88[_0x537d(0x70)](_0x56f60c[_0x537d(0x184)],_0x281053['from'](_0x19bd2c)));},[_0x32e26b,_0x4d7687]);const _0xca06cf=Math[_0x537d(0x185)](0x5,Math[_0x537d(0x186)](0x1,_0x3f53f1['Nigns'](_0x57c169[_0x537d(0x187)],0x1))),_0x240958=0x78,_0x30b1be=0x46;if(_0x356a27){if(_0x3f53f1[_0x537d(0x188)](_0x3f53f1['yzPWf'],_0x3f53f1[_0x537d(0x189)]))return React['createElement'](_0x33be75,{'visible':_0x356a27,'onComplete':_0x148c61,'onBack':_0x22872e});else{const _0xfcc09a=new _0x58bf47(_0x39a17c);let _0x476873=![];return _0x4880ef['forEach'](_0x2084ae=>{!_0xfcc09a['has'](_0x2084ae)&&(_0xfcc09a[_0x537d(0x76)](_0x2084ae),_0x476873=!![]);}),_0x476873?_0xfcc09a:_0x93027f;}}if(_0x33c022)return React[_0x537d(0x73)](_0x5eceb3,{'visible':_0x33c022,'onComplete':_0x30009a});if(_0x3f53f1[_0x537d(0x18a)](_0x32e26b,_0x4d7687)){if(_0x3f53f1[_0x537d(0x11f)](_0x3f53f1['CinmN'],_0x3f53f1[_0x537d(0x18b)]))return console['log'](_0x537d(0x71)+_0x2e009c+_0x537d(0x72)+_0x4d7687[_0x537d(0x9f)](0x0,0x3c)+_0x537d(0x1e)),React[_0x537d(0x73)](OAuthWebView,{'url':_0x4d7687,'platform':_0x2e009c,'onClose':_0x2cd0c1,'onSuccess':_0x23cb03,'onComplete':_0x2cd0c1,'username':_0x3c63d0});else{const _0x32c084={'tsoQd':function(_0x125208,_0x2c0aad){return _0x3f53f1[_0x537d(0x117)](_0x125208,_0x2c0aad);},'rBAsb':function(_0x5662d3,_0x164f3f){return _0x3f53f1['QpwFD'](_0x5662d3,_0x164f3f);}},_0x396d5c=_0x1feea9===_0xea092c['id'],_0x4e1bf1=_0x4a420b[_0x537d(0x75)](_0x2f6d7f['id']),_0x18f3c5=_0x3f53f1[_0x537d(0xf0)](_0x57ed2d[_0x138edb['id']],_0x537d(0xfa));return React[_0x537d(0x73)](TouchableOpacity,{'key':_0x11fea1['id'],'style':[_0x2d09f8[_0x537d(0x18c)],_0x396d5c&&_0x2eb37d[_0x537d(0x18d)]],'onPress':()=>{_0x32c084[_0x537d(0x18e)](_0x13f435,_0x2a9fc2[_0x537d(0xc5)]),_0x32c084[_0x537d(0x18f)](_0x48f205,_0x54f63c['id']);},'activeOpacity':0.7},React['createElement'](Image,{'source':_0x53e98a[_0x537d(0x190)],'style':[_0x1e9216['platformIcon'],_0x3f53f1[_0x537d(0xf0)](_0x3da593['id'],_0x537d(0x40))&&_0x10af20[_0x537d(0x191)],_0x3f53f1[_0x537d(0x192)](_0x562e8e['id'],_0x3f53f1[_0x537d(0xdb)])&&_0x441141[_0x537d(0x193)],_0x3f53f1[_0x537d(0x136)](_0x46f01c['id'],_0x3f53f1['xhsYn'])&&_0x30cf99[_0x537d(0x194)],_0x3f53f1[_0x537d(0x195)](_0x42cc0d['id'],_0x3f53f1[_0x537d(0x92)])&&_0x1068b1[_0x537d(0x196)],_0x3f53f1[_0x537d(0x11f)](_0x4c015e['id'],_0x3f53f1[_0x537d(0xe0)])&&_0x28276['claudeIcon'],_0x3f53f1['Woflb'](_0x4e84c7['id'],_0x3f53f1['KXWLK'])&&_0x2e5a26[_0x537d(0x197)]],'resizeMode':_0x3f53f1['iRHiv']}),_0x18f3c5&&React[_0x537d(0x73)](View,{'style':_0xbcadec[_0x537d(0x198)]}),_0x4e1bf1&&React[_0x537d(0x73)](View,{'style':_0x25a3dc[_0x537d(0x199)]}));}}const _0x3af8bf=()=>{_0x3f53f1[_0x537d(0x15a)](_0x3f53f1[_0x537d(0x19a)],_0x3f53f1['tbBHK'])?_0x3f53f1[_0x537d(0x19b)](_0x289af3):(_0x3f53f1['YzEDh'](triggerHaptic,HapticType['BUTTON_PRESS']),_0x1e4fef(![]));};if(_0xaa55b){if(_0x3f53f1[_0x537d(0x19c)]===_0x3f53f1[_0x537d(0x19d)])!_0x5c1f8d[_0x537d(0x75)](_0x316ae2)&&(_0x2007a8['add'](_0x22fbbb),_0x1ec04e=!![]);else return React[_0x537d(0x73)](_0x5cb508,{'visible':_0xaa55b,'onAccept':_0x66cb4d,'onDecline':_0x53ec54,'connectedPlatforms':Array['from'](_0x57c169),'onConnectMore':_0x3af8bf,'loading':_0x26f577});}return React['createElement'](View,{'style':styles['container']},React[_0x537d(0x73)](ScrollView,{'style':styles['scrollContent'],'showsVerticalScrollIndicator':![],'bounces':!![]},_0x3e3cfd&&React[_0x537d(0x73)](TouchableOpacity,{'style':styles[_0x537d(0x19e)],'onPress':_0x3e3cfd,'activeOpacity':0.7},React[_0x537d(0x73)](Text,{'style':styles[_0x537d(0x19f)]},'‹')),React[_0x537d(0x73)](View,{'style':styles[_0x537d(0x1a0)]},React[_0x537d(0x73)](Text,{'style':styles['title']},_0x3f53f1[_0x537d(0x1a1)]),React['createElement'](Text,{'style':styles[_0x537d(0x1a2)]},_0x3f53f1[_0x537d(0x1a3)])),React['createElement'](View,{'style':styles[_0x537d(0x1a4)]},React[_0x537d(0x73)](_0x3d0843,{'level':_0xca06cf,'style':styles['largePersona']}),React[_0x537d(0x73)](ScrollView,{'ref':_0x4fb09d,'horizontal':!![],'style':[styles['platformIconsOverlay'],{'bottom':_0x240958}],'contentContainerStyle':[styles[_0x537d(0x1a5)],_0x3f53f1[_0x537d(0x1a6)](_0x152c89[_0x537d(0x6c)],0x4)&&styles[_0x537d(0x1a7)]],'showsHorizontalScrollIndicator':![],'onScroll':_0x3fbc8f,'scrollEventThrottle':0x10,'decelerationRate':_0x3f53f1[_0x537d(0x1a8)],'scrollEnabled':_0x3f53f1[_0x537d(0xa2)](_0x152c89[_0x537d(0x6c)],0x4)},_0x152c89[_0x537d(0x8e)](_0x1bb9be=>{if(_0x3f53f1['AskMh']!==_0x3f53f1[_0x537d(0x1a9)]){const _0x31c770={'mWwJA':function(_0x1886cd){return _0x1886cd();}};Animated[_0x537d(0x84)](_0x4bc918,{'toValue':0x1,'duration':0xfa0,'useNativeDriver':![]})[_0x537d(0xcb)]();const _0xec04ad=_0x54f1a3(()=>{_0x3de114(_0x2278ab[_0x537d(0xbe)]),_0x286254[_0x537d(0xbf)]([0x0,0x64,0x32,0x64]),_0x31c770[_0x537d(0x1aa)](_0x510d6e);},0xfa0);_0x1a8dee(_0xec04ad);}else{const _0x377cff=_0x3f53f1[_0x537d(0x1ab)](_0xe1f7f4,_0x1bb9be['id']),_0x5b4580=_0x57c169[_0x537d(0x75)](_0x1bb9be['id']),_0x2101c2=_0x3f53f1[_0x537d(0x1ac)](_0x2c095e[_0x1bb9be['id']],_0x3f53f1[_0x537d(0x1ad)]);return React['createElement'](TouchableOpacity,{'key':_0x1bb9be['id'],'style':[styles[_0x537d(0x18c)],_0x377cff&&styles[_0x537d(0x18d)]],'onPress':()=>{_0x3f53f1[_0x537d(0x1ae)](_0x3f53f1[_0x537d(0x1af)],_0x3f53f1[_0x537d(0x1af)])?_0x4355d0[_0x537d(0x30)](_0x537d(0x33),_0x215c43):(_0x3f53f1[_0x537d(0x1b0)](triggerHaptic,HapticType[_0x537d(0xc5)]),_0x20c959(_0x1bb9be['id']));},'activeOpacity':0.7},React['createElement'](Image,{'source':_0x1bb9be['icon'],'style':[styles[_0x537d(0x1b1)],_0x3f53f1[_0x537d(0x1b2)](_0x1bb9be['id'],_0x3f53f1['xsMLW'])&&styles[_0x537d(0x191)],_0x1bb9be['id']===_0x3f53f1[_0x537d(0xdb)]&&styles[_0x537d(0x193)],_0x1bb9be['id']===_0x537d(0x3b)&&styles[_0x537d(0x194)],_0x1bb9be['id']===_0x3f53f1[_0x537d(0x92)]&&styles[_0x537d(0x196)],_0x1bb9be['id']===_0x3f53f1[_0x537d(0xe0)]&&styles[_0x537d(0x1b3)],_0x3f53f1[_0x537d(0x1b4)](_0x1bb9be['id'],_0x3f53f1[_0x537d(0x1b5)])&&styles[_0x537d(0x197)]],'resizeMode':_0x3f53f1[_0x537d(0x1b6)]}),_0x2101c2&&React[_0x537d(0x73)](View,{'style':styles['connectingDot']}),_0x5b4580&&React[_0x537d(0x73)](View,{'style':styles[_0x537d(0x199)]}));}})),_0x3f53f1['mPFoS'](_0x152c89[_0x537d(0x6c)],0x4)&&React[_0x537d(0x73)](View,{'style':[styles[_0x537d(0x1b7)],{'bottom':_0x30b1be}]},React['createElement'](View,{'style':styles['scrollBarTrack']},React[_0x537d(0x73)](View,{'style':[styles[_0x537d(0x1b8)],{'left':_0x3f53f1[_0x537d(0xc3)](_0x391c72,0x38)}]}))),_0x38294d&&_0x152c89[_0x537d(0x6c)]>0x4&&React['createElement'](Animated[_0x537d(0x1b9)],{'style':[styles['scrollIndicator'],{'transform':[{'translateX':_0x1255d7[_0x537d(0x1ba)]({'inputRange':[0x0,0x1],'outputRange':[0x0,0x8]})}],'opacity':_0x1255d7[_0x537d(0x1ba)]({'inputRange':[0x0,0x1],'outputRange':[0.5,0x1]})}]},React['createElement'](Text,{'style':styles[_0x537d(0x1bb)]},'›'))),React[_0x537d(0x73)](View,{'style':styles[_0x537d(0x1bc)]},_0xe1f7f4&&((()=>{const _0x3ad45e=_0x152c89[_0x537d(0xe8)](_0x1e6c50=>_0x1e6c50['id']===_0xe1f7f4);if(!_0x3ad45e)return null;const _0x7ab86b=_0x57c169[_0x537d(0x75)](_0xe1f7f4),_0x11eee2=_0x3f53f1[_0x537d(0x141)](_0x2c095e[_0xe1f7f4],_0x3f53f1[_0x537d(0x1ad)]),_0x3811dc=_0x44808c===null||_0x3f53f1[_0x537d(0x1b2)](_0x44808c,void 0x0)?void 0x0:_0x44808c['includes'](_0xe1f7f4);return React[_0x537d(0x73)](View,{'style':styles[_0x537d(0x105)]},React[_0x537d(0x73)](View,{'style':styles[_0x537d(0x1bd)]},React[_0x537d(0x73)](Text,{'style':styles[_0x537d(0x106)]},_0x3ad45e['name']),_0x3811dc&&React[_0x537d(0x73)](View,{'style':styles['recommendedBadge']},React[_0x537d(0x73)](Text,{'style':styles[_0x537d(0x1be)]},_0x3f53f1[_0x537d(0x1bf)])),React[_0x537d(0x73)](TouchableOpacity,{'activeOpacity':0.8,'onPress':()=>!_0x11eee2&&_0xf81dfc(_0xe1f7f4,!_0x7ab86b),'disabled':_0x11eee2,'style':[styles[_0x537d(0x109)],{'backgroundColor':_0x7ab86b?_0x3f53f1[_0x537d(0x1c0)]:_0x3f53f1[_0x537d(0x1c1)]}]},React[_0x537d(0x73)](View,{'style':[styles[_0x537d(0x10c)],{'transform':[{'translateX':_0x7ab86b?0x14:0x0}]}]}))),React['createElement'](View,{'style':styles['descriptionContainer']},React['createElement'](Text,{'style':styles['platformCardDescription']},_0x3ad45e[_0x537d(0x10e)])));})())),React[_0x537d(0x73)](View,{'style':styles['refreshFrequencySection']},React[_0x537d(0x73)](Text,{'style':styles['refreshFrequencyTitle']},_0x3f53f1[_0x537d(0x1c2)]),React[_0x537d(0x73)](Text,{'style':styles['refreshFrequencyDescription']},_0x3f53f1[_0x537d(0x1c3)]),React[_0x537d(0x73)](View,{'style':styles['refreshSegmentedControl']},MODEL_REFRESH_OPTIONS['map'](_0x3540f5=>React[_0x537d(0x73)](TouchableOpacity,{'key':_0x3540f5[_0x537d(0x1c4)],'style':[styles[_0x537d(0x1c5)],_0x275f27===_0x3540f5['value']&&styles['refreshSegmentSelected']],'onPress':()=>_0x1d4ee4(_0x3540f5[_0x537d(0x1c4)]),'activeOpacity':0.7},React['createElement'](Text,{'style':[styles['refreshSegmentText'],_0x275f27===_0x3540f5[_0x537d(0x1c4)]&&styles[_0x537d(0x1c6)]]},_0x3540f5['label'])))),React['createElement'](Text,{'style':styles[_0x537d(0x1c7)]},((_0x56a675=MODEL_REFRESH_OPTIONS['find'](_0x2c358a=>_0x2c358a['value']===_0x275f27))===null||_0x3f53f1[_0x537d(0x1c8)](_0x56a675,void 0x0)?void 0x0:_0x56a675[_0x537d(0x10e)])||'')),React[_0x537d(0x73)](View,{'style':styles[_0x537d(0x1c9)]},React[_0x537d(0x73)](View,{'style':styles[_0x537d(0x1ca)]},React[_0x537d(0x73)](_0x3a7d30,{'label':_0x3f53f1[_0x537d(0x1cb)],'onPress':_0x18a293,'disabled':loading||_0x3f53f1['yoVHh'](_0x57c169[_0x537d(0x187)],0x0)||_0x2ab668||_0x3c2013,'loading':_0x3f53f1[_0x537d(0x1cc)](loading,_0x2ab668)||_0x3c2013}),React[_0x537d(0x73)](TouchableOpacity,{'style':styles[_0x537d(0x1cd)],'activeOpacity':0x1,'onPressIn':_0x24d701,'onPressOut':_0x51410f,'onPress':()=>{_0x3f53f1['kdZHo'](_0x57c169[_0x537d(0x187)],0x0)&&!loading&&!_0x2ab668&&!_0x3c2013&&_0x18a293();}},React['createElement'](Animated['View'],{'style':[styles[_0x537d(0x1ce)],{'width':_0x50fbd5['interpolate']({'inputRange':[0x0,0x1],'outputRange':['0%','100%']})}]}))),_0x5c2b44&&React[_0x537d(0x73)](TouchableOpacity,{'style':styles['skipButton'],'onPress':_0x3eab96},React['createElement'](Text,{'style':styles['skipButtonText']},_0x3f53f1['ciIBi'])))));},styles=StyleSheet[_0x537d(0x1cf)]({'container':{'flex':0x1,'backgroundColor':COLORS['surface'],'paddingHorizontal':0x18},'backButton':{'width':0x20,'height':0x20,'borderRadius':0x10,'backgroundColor':_0x537d(0x1d0),'alignItems':_0x537d(0x1d1),'justifyContent':_0x537d(0x1d1),'marginBottom':0x2},'backButtonText':{'fontSize':0x16,'fontWeight':_0x537d(0x1d2),'color':_0x537d(0x1d3),'marginTop':-0x2},'scrollContent':{'flex':0x1},'headingContainer':{'width':_0x537d(0x1d4),'marginBottom':SPACING['sm'],'paddingTop':0x0,'marginTop':0x0},'title':{'fontFamily':'IBM\x20Plex\x20Sans','fontWeight':_0x537d(0x1d5),'fontSize':0x18,'lineHeight':0x20,'color':COLORS[_0x537d(0x1d6)],'textAlign':_0x537d(0x1d7),'marginBottom':0x4},'subtitle':{'fontFamily':_0x537d(0x1d8),'fontWeight':_0x537d(0x1d9),'fontSize':0x10,'lineHeight':0x18,'color':COLORS['grey600'],'textAlign':'left'},'personaContainer':{'alignItems':_0x537d(0x1d1),'position':'relative','marginTop':-0x14,'marginBottom':-0x78,'height':0x1c2},'largePersona':{'width':0x1f4,'height':0x1f4},'platformIconsOverlay':{'position':_0x537d(0x1da),'width':'100%','height':0x46,'zIndex':0xa},'platformIconsScrollContent':{'flexDirection':_0x537d(0x1db),'alignItems':_0x537d(0x1d1),'paddingHorizontal':0x14,'gap':0x18},'platformIconsCentered':{'flexGrow':0x1,'justifyContent':'center'},'platformIconButton':{'width':0x34,'height':0x34,'borderRadius':0x1a,'backgroundColor':_0x537d(0x1dc),'justifyContent':_0x537d(0x1d1),'alignItems':'center','borderWidth':0x3,'borderColor':_0x537d(0x1dd),'shadowColor':'#000','shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.15,'shadowRadius':0x4,'elevation':0x4},'platformIconButtonSelected':{'borderColor':_0x537d(0x1de),'backgroundColor':_0x537d(0x1df)},'platformIcon':{'width':0x1e,'height':0x1e},'youtubeIcon':{'width':0x2a,'height':0x2a},'pinterestIcon':{'width':0x24,'height':0x24},'gmailIcon':{'width':0x24,'height':0x24},'chatgptIcon':{'width':0x1e,'height':0x1e},'claudeIcon':{'width':0x20,'height':0x20},'grokIcon':{'width':0x24,'height':0x24},'connectingDot':{'position':'absolute','top':0x2,'right':0x2,'width':0xc,'height':0xc,'borderRadius':0x6,'backgroundColor':_0x537d(0x1e0),'borderWidth':0x2,'borderColor':COLORS[_0x537d(0x1e1)]},'connectedDot':{'position':_0x537d(0x1da),'top':0x2,'right':0x2,'width':0xc,'height':0xc,'borderRadius':0x6,'backgroundColor':_0x537d(0x10a),'borderWidth':0x2,'borderColor':COLORS['surface']},'cardContainer':{'alignItems':_0x537d(0x1d1),'marginTop':0x10,'marginBottom':SPACING['md']},'platformCard':{'width':0x147,'backgroundColor':_0x537d(0x1dc),'borderRadius':0x10,'padding':0x8,'shadowColor':'#000','shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.1,'shadowRadius':0x8,'elevation':0x3,'gap':0xa},'cardHeader':{'flexDirection':_0x537d(0x1db),'alignItems':_0x537d(0x1d1),'justifyContent':_0x537d(0x1e2)},'platformCardTitle':{'fontSize':0x10,'fontWeight':'600','color':COLORS['grey800'],'fontFamily':_0x537d(0x1e3)},'recommendedBadge':{'backgroundColor':'#EFF6FF','paddingHorizontal':0xc,'paddingVertical':0x6,'borderRadius':0x10,'marginLeft':0x8},'recommendedBadgeText':{'fontSize':0xc,'fontWeight':_0x537d(0x1d2),'color':'#2563EB','fontFamily':'IBM\x20Plex\x20Sans'},'customToggleTrack':{'width':0x32,'height':0x1e,'borderRadius':0xf,'padding':0x2,'marginLeft':_0x537d(0x1e4),'marginRight':0x8,'justifyContent':_0x537d(0x1d1)},'customToggleThumb':{'width':0x1a,'height':0x1a,'borderRadius':0xd,'backgroundColor':_0x537d(0x1dc),'shadowColor':_0x537d(0x1e5),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.2,'shadowRadius':0x2,'elevation':0x2},'descriptionContainer':{'backgroundColor':'#F9FAFB','borderRadius':0x8,'padding':0x8},'platformCardDescription':{'fontSize':0xd,'lineHeight':0x12,'color':COLORS[_0x537d(0x1e6)],'fontFamily':'Inter'},'refreshFrequencySection':{'paddingHorizontal':0x10,'paddingVertical':0x14,'marginTop':0xc,'backgroundColor':_0x537d(0x1e7),'borderRadius':0x10,'marginHorizontal':SPACING['md'],'marginBottom':0x8,'borderWidth':0x1,'borderColor':_0x537d(0x1e8)},'refreshFrequencyTitle':{'fontSize':0x11,'fontWeight':_0x537d(0x1d5),'color':_0x537d(0x1d3),'fontFamily':_0x537d(0x1e3),'marginBottom':0x4},'refreshFrequencyDescription':{'fontSize':0xe,'color':_0x537d(0x1e9),'fontFamily':_0x537d(0x1d8),'fontWeight':_0x537d(0x1d9),'marginBottom':0x10},'refreshSegmentedControl':{'flexDirection':_0x537d(0x1db),'backgroundColor':_0x537d(0x1ea),'borderRadius':0xc,'padding':0x3},'refreshSegment':{'flex':0x1,'paddingVertical':0xa,'alignItems':_0x537d(0x1d1),'justifyContent':_0x537d(0x1d1),'borderRadius':0xa},'refreshSegmentSelected':{'backgroundColor':_0x537d(0x1d3),'shadowColor':_0x537d(0x1e5),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.15,'shadowRadius':0x4,'elevation':0x3},'refreshSegmentText':{'fontSize':0xf,'fontFamily':_0x537d(0x1d8),'fontWeight':_0x537d(0x1eb),'color':'#8E8E93'},'refreshSegmentTextSelected':{'fontWeight':'700','color':_0x537d(0x1dc)},'refreshFrequencyHint':{'fontSize':0xd,'fontFamily':_0x537d(0x1d8),'fontWeight':_0x537d(0x1d9),'color':_0x537d(0x1e9),'textAlign':_0x537d(0x1d1),'marginTop':0xc},'privacyLinkContainer':{'marginTop':0x10,'paddingTop':0x10,'borderTopWidth':0x1,'borderTopColor':_0x537d(0x1ec),'alignItems':_0x537d(0x1d1)},'privacyLinkText':{'fontSize':0xe,'color':'#8B5CF6','fontFamily':'Inter','fontWeight':'500'},'bottomButtonContainer':{'paddingTop':0x8,'paddingBottom':0x0,'paddingHorizontal':SPACING['md']},'buttonWrapper':{'position':_0x537d(0x1ed)},'buttonOverlay':{'position':_0x537d(0x1da),'top':0x0,'left':0x0,'right':0x0,'bottom':0x0,'borderRadius':0xc,'overflow':_0x537d(0x1ee)},'holdProgressBar':{'position':_0x537d(0x1da),'bottom':0x0,'left':0x0,'height':0x4,'backgroundColor':_0x537d(0x10a),'borderRadius':0x2},'skipButton':{'alignItems':_0x537d(0x1d1),'paddingVertical':0xa,'marginBottom':0x22},'skipButtonText':{'fontSize':0x10,'fontFamily':'Inter','fontWeight':_0x537d(0x1eb),'color':COLORS[_0x537d(0x1e6)]},'pageIndicatorContainer':{'position':_0x537d(0x1da),'alignSelf':_0x537d(0x1d1),'zIndex':0xb},'scrollBarTrack':{'width':0x50,'height':0x4,'backgroundColor':COLORS[_0x537d(0x1ef)],'borderRadius':0x2,'position':_0x537d(0x1ed),'overflow':_0x537d(0x1ee)},'scrollBarThumb':{'position':_0x537d(0x1da),'width':0x18,'height':0x4,'backgroundColor':COLORS[_0x537d(0x1e6)],'borderRadius':0x2,'left':0x0},'scrollIndicator':{'position':_0x537d(0x1da),'bottom':0x3c,'right':0x1e,'zIndex':0xc},'scrollIndicatorText':{'fontSize':0x20,'color':COLORS['grey500'],'fontWeight':_0x537d(0x1f0)}});export default PlatformConnectorsStep;
@@ -1 +1 @@
1
- import React from'react';import{View,Text,StyleSheet,TouchableOpacity,ActivityIndicator}from'react-native';import _0x37dda1 from'react-native-vector-icons/MaterialIcons';function _0x5dbb(_0x12eb72,_0x5dbb58){_0x12eb72=_0x12eb72-0x0;const _0x341ebb=_0x12eb();let _0x39303e=_0x341ebb[_0x12eb72];return _0x39303e;}import{COLORS,PLATFORMS}from'../constants';function _0x12eb(){const _0x236590=['Disconnect','Connect','Connect\x20your\x20platforms','createElement','platformContainer','icon','platformName','name','description','platformDescription','connectButton','connectedButton','disconnectedButton','buttonText','fJybT','container','title','LchPq','subtitle','Connect\x20at\x20least\x202\x20platforms\x20to\x20proceed','platformsList','entries','map','proceedButton','disabledButton','proceedButtonText','Proceed','create','600','text','primary','secondary','#fff','border','row','center','success'];_0x12eb=function(){return _0x236590;};return _0x12eb();}export const PlatformList=({connections:_0x4be814,onToggle:_0xf951eb,isLoading:_0x4d95ba,canProceed:_0x3e232a,onProceed:_0x34749c})=>{const _0x56cf0f={'NmzEf':'#fff','fJybT':_0x5dbb(0x0),'HENjY':_0x5dbb(0x1),'LchPq':_0x5dbb(0x2)},_0xa4f63=(_0x1ecd8c,_0x2a82a2)=>{const _0x4de5bc=PLATFORMS[_0x1ecd8c];if(!_0x4de5bc)return null;return React[_0x5dbb(0x3)](View,{'key':_0x1ecd8c,'style':styles[_0x5dbb(0x4)]},React['createElement'](View,{'style':styles['platformHeader']},React[_0x5dbb(0x3)](_0x37dda1,{'name':_0x4de5bc[_0x5dbb(0x5)],'size':0x18,'color':_0x4de5bc['color']}),React[_0x5dbb(0x3)](Text,{'style':styles[_0x5dbb(0x6)]},_0x4de5bc[_0x5dbb(0x7)])),_0x4de5bc[_0x5dbb(0x8)]&&React[_0x5dbb(0x3)](Text,{'style':styles[_0x5dbb(0x9)]},_0x4de5bc[_0x5dbb(0x8)]),React['createElement'](TouchableOpacity,{'style':[styles[_0x5dbb(0xa)],_0x2a82a2?styles[_0x5dbb(0xb)]:styles[_0x5dbb(0xc)]],'onPress':()=>_0xf951eb(_0x1ecd8c,!_0x2a82a2),'disabled':_0x4d95ba},_0x4d95ba?React[_0x5dbb(0x3)](ActivityIndicator,{'color':_0x56cf0f['NmzEf']}):React[_0x5dbb(0x3)](Text,{'style':styles[_0x5dbb(0xd)]},_0x2a82a2?_0x56cf0f[_0x5dbb(0xe)]:_0x56cf0f['HENjY'])));};return React[_0x5dbb(0x3)](View,{'style':styles[_0x5dbb(0xf)]},React['createElement'](Text,{'style':styles[_0x5dbb(0x10)]},_0x56cf0f[_0x5dbb(0x11)]),React['createElement'](Text,{'style':styles[_0x5dbb(0x12)]},_0x5dbb(0x13)),React[_0x5dbb(0x3)](View,{'style':styles[_0x5dbb(0x14)]},Object[_0x5dbb(0x15)](_0x4be814)[_0x5dbb(0x16)](([_0x30afc7,_0x3c412b])=>_0xa4f63(_0x30afc7,!!_0x3c412b))),React['createElement'](TouchableOpacity,{'style':[styles[_0x5dbb(0x17)],!_0x3e232a&&styles[_0x5dbb(0x18)]],'onPress':_0x34749c,'disabled':!_0x3e232a||_0x4d95ba},React[_0x5dbb(0x3)](Text,{'style':styles[_0x5dbb(0x19)]},_0x5dbb(0x1a))));};const styles=StyleSheet[_0x5dbb(0x1b)]({'container':{'flex':0x1,'padding':0x10},'title':{'fontSize':0x14,'fontWeight':_0x5dbb(0x1c),'marginBottom':0x8,'color':COLORS[_0x5dbb(0x1d)][_0x5dbb(0x1e)]},'subtitle':{'fontSize':0xe,'color':COLORS['text'][_0x5dbb(0x1f)],'marginBottom':0x18},'platformsList':{'flex':0x1},'platformContainer':{'backgroundColor':_0x5dbb(0x20),'borderRadius':0xc,'padding':0x10,'marginBottom':0x10,'borderWidth':0x1,'borderColor':COLORS[_0x5dbb(0x21)]},'platformHeader':{'flexDirection':_0x5dbb(0x22),'alignItems':_0x5dbb(0x23),'marginBottom':0x8},'platformName':{'fontSize':0x10,'fontWeight':'600','marginLeft':0xc,'color':COLORS[_0x5dbb(0x1d)][_0x5dbb(0x1e)]},'platformDescription':{'fontSize':0xe,'color':COLORS[_0x5dbb(0x1d)]['secondary'],'marginBottom':0x10},'connectButton':{'paddingVertical':0x8,'paddingHorizontal':0x10,'borderRadius':0x8,'alignItems':_0x5dbb(0x23)},'connectedButton':{'backgroundColor':COLORS[_0x5dbb(0x24)]},'disconnectedButton':{'backgroundColor':COLORS['primary']},'buttonText':{'color':_0x5dbb(0x20),'fontWeight':_0x5dbb(0x1c)},'proceedButton':{'backgroundColor':COLORS[_0x5dbb(0x1e)],'paddingVertical':0x10,'borderRadius':0xc,'alignItems':_0x5dbb(0x23),'marginTop':0x10},'disabledButton':{'opacity':0.5},'proceedButtonText':{'color':'#fff','fontSize':0x10,'fontWeight':'600'}});
1
+ import React from'react';function _0xf776(_0x1e5632,_0xf77606){_0x1e5632=_0x1e5632-0x0;const _0x26ce97=_0x1e56();let _0x5f3670=_0x26ce97[_0x1e5632];return _0x5f3670;}function _0x1e56(){const _0x11b6f7=['#fff','Connect','Connect\x20your\x20platforms','Connect\x20at\x20least\x202\x20platforms\x20to\x20proceed','createElement','platformHeader','icon','color','platformName','name','platformDescription','connectedButton','disconnectedButton','LFyQv','buttonText','jKQAl','lWZah','hpIum','subtitle','nsQOD','platformsList','entries','map','proceedButton','disabledButton','proceedButtonText','600','text','secondary','border','row','center','primary','success'];_0x1e56=function(){return _0x11b6f7;};return _0x1e56();}import{View,Text,StyleSheet,TouchableOpacity,ActivityIndicator}from'react-native';import _0x590833 from'react-native-vector-icons/MaterialIcons';import{COLORS,PLATFORMS}from'../constants';export const PlatformList=({connections:_0x40d545,onToggle:_0x10040a,isLoading:_0x27afcc,canProceed:_0x8a56fa,onProceed:_0x382843})=>{const _0x5624d6={'LFyQv':_0xf776(0x0),'jKQAl':'Disconnect','lWZah':_0xf776(0x1),'hpIum':_0xf776(0x2),'nsQOD':_0xf776(0x3)},_0xcdf449=(_0x4c857c,_0xe61d06)=>{const _0x2c5db0=PLATFORMS[_0x4c857c];if(!_0x2c5db0)return null;return React[_0xf776(0x4)](View,{'key':_0x4c857c,'style':styles['platformContainer']},React[_0xf776(0x4)](View,{'style':styles[_0xf776(0x5)]},React[_0xf776(0x4)](_0x590833,{'name':_0x2c5db0[_0xf776(0x6)],'size':0x18,'color':_0x2c5db0[_0xf776(0x7)]}),React[_0xf776(0x4)](Text,{'style':styles[_0xf776(0x8)]},_0x2c5db0[_0xf776(0x9)])),_0x2c5db0['description']&&React[_0xf776(0x4)](Text,{'style':styles[_0xf776(0xa)]},_0x2c5db0['description']),React['createElement'](TouchableOpacity,{'style':[styles['connectButton'],_0xe61d06?styles[_0xf776(0xb)]:styles[_0xf776(0xc)]],'onPress':()=>_0x10040a(_0x4c857c,!_0xe61d06),'disabled':_0x27afcc},_0x27afcc?React[_0xf776(0x4)](ActivityIndicator,{'color':_0x5624d6[_0xf776(0xd)]}):React[_0xf776(0x4)](Text,{'style':styles[_0xf776(0xe)]},_0xe61d06?_0x5624d6[_0xf776(0xf)]:_0x5624d6[_0xf776(0x10)])));};return React[_0xf776(0x4)](View,{'style':styles['container']},React[_0xf776(0x4)](Text,{'style':styles['title']},_0x5624d6[_0xf776(0x11)]),React['createElement'](Text,{'style':styles[_0xf776(0x12)]},_0x5624d6[_0xf776(0x13)]),React[_0xf776(0x4)](View,{'style':styles[_0xf776(0x14)]},Object[_0xf776(0x15)](_0x40d545)[_0xf776(0x16)](([_0x33eeeb,_0x3173fa])=>_0xcdf449(_0x33eeeb,!!_0x3173fa))),React[_0xf776(0x4)](TouchableOpacity,{'style':[styles[_0xf776(0x17)],!_0x8a56fa&&styles[_0xf776(0x18)]],'onPress':_0x382843,'disabled':!_0x8a56fa||_0x27afcc},React[_0xf776(0x4)](Text,{'style':styles[_0xf776(0x19)]},'Proceed')));};const styles=StyleSheet['create']({'container':{'flex':0x1,'padding':0x10},'title':{'fontSize':0x14,'fontWeight':_0xf776(0x1a),'marginBottom':0x8,'color':COLORS[_0xf776(0x1b)]['primary']},'subtitle':{'fontSize':0xe,'color':COLORS[_0xf776(0x1b)][_0xf776(0x1c)],'marginBottom':0x18},'platformsList':{'flex':0x1},'platformContainer':{'backgroundColor':_0xf776(0x0),'borderRadius':0xc,'padding':0x10,'marginBottom':0x10,'borderWidth':0x1,'borderColor':COLORS[_0xf776(0x1d)]},'platformHeader':{'flexDirection':_0xf776(0x1e),'alignItems':_0xf776(0x1f),'marginBottom':0x8},'platformName':{'fontSize':0x10,'fontWeight':_0xf776(0x1a),'marginLeft':0xc,'color':COLORS['text'][_0xf776(0x20)]},'platformDescription':{'fontSize':0xe,'color':COLORS[_0xf776(0x1b)][_0xf776(0x1c)],'marginBottom':0x10},'connectButton':{'paddingVertical':0x8,'paddingHorizontal':0x10,'borderRadius':0x8,'alignItems':_0xf776(0x1f)},'connectedButton':{'backgroundColor':COLORS[_0xf776(0x21)]},'disconnectedButton':{'backgroundColor':COLORS['primary']},'buttonText':{'color':'#fff','fontWeight':_0xf776(0x1a)},'proceedButton':{'backgroundColor':COLORS['primary'],'paddingVertical':0x10,'borderRadius':0xc,'alignItems':_0xf776(0x1f),'marginTop':0x10},'disabledButton':{'opacity':0.5},'proceedButtonText':{'color':_0xf776(0x0),'fontSize':0x10,'fontWeight':_0xf776(0x1a)}});
@@ -1 +1 @@
1
- function _0x47ea(){const _0x2ff2b8=['#4CD964','#FFFFFF','iQOEc','fullWidthContainer','container','tjLQJ','borderBottom','createElement','topRow','leftContent','icon','xAoFW','Rgssg','compactIcon','contain','textContent','name','#E5E5E5','WhTqp','KNBeX','SFetb','descriptionBox','fullWidthDescription','compactDescription','description','row','center','space-between','surface','column','#F5F5F5','Inter','600','grey800','400','grey600'];_0x47ea=function(){return _0x2ff2b8;};return _0x47ea();}function _0x3e35(_0x47ea6a,_0x3e35fe){_0x47ea6a=_0x47ea6a-0x0;const _0xf4c2=_0x47ea();let _0x23d038=_0xf4c2[_0x47ea6a];return _0x23d038;}import React from'react';import{View,Text,TouchableOpacity,Image,StyleSheet,Switch,Platform}from'react-native';import{COLORS}from'../theme';const PlatformToggle=({platform:_0x15490b,isEnabled:_0x48bd46,onToggle:_0x502bc2,compact:compact=![],isLast:isLast=![],fullWidth:fullWidth=![],customIconSize:_0x30e179,onLongPress:_0x3beb78,onPressOut:_0x2ef456})=>{const _0x521e59={'iQOEc':function(_0x3f9cc0,_0x5d6c7f,_0x540993){return _0x3f9cc0(_0x5d6c7f,_0x540993);},'tjLQJ':function(_0x393ef6,_0x21aaf6){return _0x393ef6&&_0x21aaf6;},'xAoFW':function(_0x49d794,_0x639269){return _0x49d794-_0x639269;},'Rgssg':function(_0x29ba19,_0x295a37){return _0x29ba19-_0x295a37;},'WhTqp':_0x3e35(0x0),'KNBeX':'ios','SFetb':_0x3e35(0x1)},_0x31b4ff=()=>{_0x521e59[_0x3e35(0x2)](_0x502bc2,_0x15490b['id'],!_0x48bd46);},_0x298d43=fullWidth?styles[_0x3e35(0x3)]:compact?styles['compactContainer']:styles[_0x3e35(0x4)];return React['createElement'](TouchableOpacity,{'style':[_0x298d43,_0x521e59[_0x3e35(0x5)](!isLast,compact)&&styles[_0x3e35(0x6)]],'onLongPress':_0x3beb78,'onPressOut':_0x2ef456,'activeOpacity':_0x3beb78?0.7:0x1,'disabled':!_0x3beb78},React[_0x3e35(0x7)](View,{'style':styles[_0x3e35(0x8)]},React['createElement'](View,{'style':styles[_0x3e35(0x9)]},React['createElement'](Image,{'source':_0x15490b[_0x3e35(0xa)],'style':_0x30e179?{'width':_0x30e179,'height':_0x30e179,'marginRight':_0x521e59[_0x3e35(0xb)](0xc,_0x521e59[_0x3e35(0xc)](_0x30e179,0x1c))}:fullWidth?styles[_0x3e35(0xd)]:compact?styles[_0x3e35(0xd)]:styles[_0x3e35(0xa)],'resizeMode':_0x3e35(0xe)}),React['createElement'](View,{'style':styles[_0x3e35(0xf)]},React['createElement'](Text,{'style':fullWidth?styles['compactPlatformName']:compact?styles['compactPlatformName']:styles['platformName']},_0x15490b[_0x3e35(0x10)]))),React[_0x3e35(0x7)](Switch,{'value':_0x48bd46,'onValueChange':_0x31b4ff,'trackColor':{'false':_0x3e35(0x11),'true':_0x521e59[_0x3e35(0x12)]},'thumbColor':Platform['OS']===_0x521e59[_0x3e35(0x13)]?undefined:_0x48bd46?_0x521e59[_0x3e35(0x14)]:_0x521e59[_0x3e35(0x14)],'ios_backgroundColor':_0x3e35(0x11),'style':compact?styles['compactSwitch']:undefined})),fullWidth&&React[_0x3e35(0x7)](View,{'style':styles[_0x3e35(0x15)]},React[_0x3e35(0x7)](Text,{'style':styles[_0x3e35(0x16)]},_0x15490b['description'])),!fullWidth&&React[_0x3e35(0x7)](Text,{'style':compact?styles[_0x3e35(0x17)]:styles[_0x3e35(0x18)]},_0x15490b['description']));},styles=StyleSheet['create']({'container':{'flexDirection':_0x3e35(0x19),'alignItems':_0x3e35(0x1a),'justifyContent':_0x3e35(0x1b),'paddingVertical':0x10,'paddingHorizontal':0x10,'backgroundColor':COLORS[_0x3e35(0x1c)],'borderRadius':0xc,'marginBottom':0xc,'borderWidth':0x1,'borderColor':_0x3e35(0x11)},'compactContainer':{'flexDirection':_0x3e35(0x19),'alignItems':'center','justifyContent':'space-between','paddingVertical':0x10,'paddingHorizontal':0x10,'backgroundColor':COLORS['surface']},'fullWidthContainer':{'flexDirection':_0x3e35(0x1d),'paddingVertical':0x8,'paddingHorizontal':0x2,'backgroundColor':COLORS['surface'],'marginBottom':0x4,'marginHorizontal':0x0},'topRow':{'flexDirection':_0x3e35(0x19),'alignItems':_0x3e35(0x1a),'justifyContent':_0x3e35(0x1b),'marginBottom':0x4},'descriptionBox':{'backgroundColor':_0x3e35(0x1e),'borderRadius':0x8,'paddingVertical':0x8,'paddingHorizontal':0x4,'marginTop':0x2},'borderBottom':{'borderBottomWidth':0x1,'borderBottomColor':_0x3e35(0x11)},'leftContent':{'flexDirection':'row','alignItems':'center','flex':0x1},'icon':{'width':0x20,'height':0x20,'marginRight':0xc},'compactIcon':{'width':0x1c,'height':0x1c,'marginRight':0xc},'textContent':{'flex':0x1},'platformName':{'fontSize':0x10,'fontFamily':_0x3e35(0x1f),'fontWeight':_0x3e35(0x20),'color':COLORS[_0x3e35(0x21)],'marginBottom':0x2},'compactPlatformName':{'fontSize':0x10,'fontFamily':_0x3e35(0x1f),'fontWeight':_0x3e35(0x20),'color':COLORS[_0x3e35(0x21)],'marginBottom':0x2},'description':{'fontSize':0xe,'fontFamily':_0x3e35(0x1f),'fontWeight':_0x3e35(0x22),'color':COLORS[_0x3e35(0x23)],'lineHeight':0x14},'compactDescription':{'fontSize':0xc,'fontFamily':_0x3e35(0x1f),'fontWeight':_0x3e35(0x22),'color':COLORS[_0x3e35(0x23)],'lineHeight':0x10},'fullWidthDescription':{'fontSize':0xd,'fontFamily':_0x3e35(0x1f),'fontWeight':_0x3e35(0x22),'color':COLORS[_0x3e35(0x23)],'lineHeight':0x12},'compactSwitch':{'transform':[{'scaleX':0.9},{'scaleY':0.9}]}});export default PlatformToggle;
1
+ import React from'react';function _0x3255(){const _0x26b200=['#FFFFFF','#E5E5E5','fullWidthContainer','compactContainer','container','createElement','rKMmX','leftContent','inuXb','compactIcon','icon','textContent','compactPlatformName','platformName','name','#4CD964','PKYNM','ios','EKKOi','JwLHK','compactSwitch','descriptionBox','fullWidthDescription','description','create','row','center','space-between','surface','#F5F5F5','grey800','Inter','600','400','grey600'];_0x3255=function(){return _0x26b200;};return _0x3255();}import{View,Text,TouchableOpacity,Image,StyleSheet,Switch,Platform}from'react-native';function _0x4123(_0x32550b,_0x412398){_0x32550b=_0x32550b-0x0;const _0xfb7faa=_0x3255();let _0x3394a9=_0xfb7faa[_0x32550b];return _0x3394a9;}import{COLORS}from'../theme';const PlatformToggle=({platform:_0x3da425,isEnabled:_0xb4ee96,onToggle:_0x2c48ab,compact:compact=![],isLast:isLast=![],fullWidth:fullWidth=![],customIconSize:_0x2d63d1,onLongPress:_0x5a5090,onPressOut:_0x169a2c})=>{const _0x2bae4b={'rKMmX':function(_0x935259,_0x49d0f0){return _0x935259&&_0x49d0f0;},'QplUL':function(_0x4fe1d4,_0x320674){return _0x4fe1d4-_0x320674;},'inuXb':function(_0x5050b1,_0x373131){return _0x5050b1-_0x373131;},'PKYNM':function(_0x1b9e98,_0x1def22){return _0x1b9e98===_0x1def22;},'EKKOi':_0x4123(0x0),'JwLHK':_0x4123(0x1)},_0x5ef70e=()=>{_0x2c48ab(_0x3da425['id'],!_0xb4ee96);},_0x325e0e=fullWidth?styles[_0x4123(0x2)]:compact?styles[_0x4123(0x3)]:styles[_0x4123(0x4)];return React[_0x4123(0x5)](TouchableOpacity,{'style':[_0x325e0e,_0x2bae4b[_0x4123(0x6)](!isLast,compact)&&styles['borderBottom']],'onLongPress':_0x5a5090,'onPressOut':_0x169a2c,'activeOpacity':_0x5a5090?0.7:0x1,'disabled':!_0x5a5090},React[_0x4123(0x5)](View,{'style':styles['topRow']},React[_0x4123(0x5)](View,{'style':styles[_0x4123(0x7)]},React[_0x4123(0x5)](Image,{'source':_0x3da425['icon'],'style':_0x2d63d1?{'width':_0x2d63d1,'height':_0x2d63d1,'marginRight':_0x2bae4b['QplUL'](0xc,_0x2bae4b[_0x4123(0x8)](_0x2d63d1,0x1c))}:fullWidth?styles[_0x4123(0x9)]:compact?styles[_0x4123(0x9)]:styles[_0x4123(0xa)],'resizeMode':'contain'}),React[_0x4123(0x5)](View,{'style':styles[_0x4123(0xb)]},React['createElement'](Text,{'style':fullWidth?styles[_0x4123(0xc)]:compact?styles['compactPlatformName']:styles[_0x4123(0xd)]},_0x3da425[_0x4123(0xe)]))),React[_0x4123(0x5)](Switch,{'value':_0xb4ee96,'onValueChange':_0x5ef70e,'trackColor':{'false':_0x4123(0x1),'true':_0x4123(0xf)},'thumbColor':_0x2bae4b[_0x4123(0x10)](Platform['OS'],_0x4123(0x11))?undefined:_0xb4ee96?_0x2bae4b[_0x4123(0x12)]:_0x2bae4b['EKKOi'],'ios_backgroundColor':_0x2bae4b[_0x4123(0x13)],'style':compact?styles[_0x4123(0x14)]:undefined})),fullWidth&&React[_0x4123(0x5)](View,{'style':styles[_0x4123(0x15)]},React[_0x4123(0x5)](Text,{'style':styles[_0x4123(0x16)]},_0x3da425[_0x4123(0x17)])),!fullWidth&&React[_0x4123(0x5)](Text,{'style':compact?styles['compactDescription']:styles[_0x4123(0x17)]},_0x3da425[_0x4123(0x17)]));},styles=StyleSheet[_0x4123(0x18)]({'container':{'flexDirection':_0x4123(0x19),'alignItems':_0x4123(0x1a),'justifyContent':_0x4123(0x1b),'paddingVertical':0x10,'paddingHorizontal':0x10,'backgroundColor':COLORS[_0x4123(0x1c)],'borderRadius':0xc,'marginBottom':0xc,'borderWidth':0x1,'borderColor':_0x4123(0x1)},'compactContainer':{'flexDirection':_0x4123(0x19),'alignItems':'center','justifyContent':_0x4123(0x1b),'paddingVertical':0x10,'paddingHorizontal':0x10,'backgroundColor':COLORS['surface']},'fullWidthContainer':{'flexDirection':'column','paddingVertical':0x8,'paddingHorizontal':0x2,'backgroundColor':COLORS['surface'],'marginBottom':0x4,'marginHorizontal':0x0},'topRow':{'flexDirection':'row','alignItems':_0x4123(0x1a),'justifyContent':_0x4123(0x1b),'marginBottom':0x4},'descriptionBox':{'backgroundColor':_0x4123(0x1d),'borderRadius':0x8,'paddingVertical':0x8,'paddingHorizontal':0x4,'marginTop':0x2},'borderBottom':{'borderBottomWidth':0x1,'borderBottomColor':'#E5E5E5'},'leftContent':{'flexDirection':_0x4123(0x19),'alignItems':_0x4123(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':'600','color':COLORS[_0x4123(0x1e)],'marginBottom':0x2},'compactPlatformName':{'fontSize':0x10,'fontFamily':_0x4123(0x1f),'fontWeight':_0x4123(0x20),'color':COLORS[_0x4123(0x1e)],'marginBottom':0x2},'description':{'fontSize':0xe,'fontFamily':_0x4123(0x1f),'fontWeight':_0x4123(0x21),'color':COLORS[_0x4123(0x22)],'lineHeight':0x14},'compactDescription':{'fontSize':0xc,'fontFamily':_0x4123(0x1f),'fontWeight':_0x4123(0x21),'color':COLORS[_0x4123(0x22)],'lineHeight':0x10},'fullWidthDescription':{'fontSize':0xd,'fontFamily':_0x4123(0x1f),'fontWeight':_0x4123(0x21),'color':COLORS[_0x4123(0x22)],'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 _0x31dae6 from'react-native-linear-gradient';function _0x3983(){const _0x140e5b=['createElement','iconCircleGradientEnd','absoluteFill','kYIQT','iconContent','arrowText','Get\x20Started','button','small','cjwGJ','PIxdE','btnGradStart','btnGradEnd','baseGradient','pressedOverlay','textContainer','btnLabel','BJiCX','iconPosition','create','btnBorder','hidden','100%','relative','absoluteFillObject','absolute','center','transparent','rgba(0,0,0,0.25)','600'];_0x3983=function(){return _0x140e5b;};return _0x3983();}import{COLORS}from'../theme';const IconCircle=({size:size=0x28,children:_0x246d24})=>{const _0x4127a0={'kYIQT':function(_0x255cad,_0x407f2c){return _0x255cad/_0x407f2c;}};return React['createElement'](View,{'style':[styles['iconCircle'],{'width':size,'height':size,'borderRadius':size/0x2}]},React[_0x5b9d(0x0)](_0x31dae6,{'colors':[COLORS['iconCircleGradientStart'],COLORS[_0x5b9d(0x1)]],'style':[StyleSheet[_0x5b9d(0x2)],{'borderRadius':_0x4127a0[_0x5b9d(0x3)](size,0x2)}],'start':{'x':0x0,'y':0x0},'end':{'x':0x0,'y':0x1}}),React[_0x5b9d(0x0)](View,{'style':styles[_0x5b9d(0x4)]},_0x246d24||React[_0x5b9d(0x0)](Text,{'style':styles[_0x5b9d(0x5)]},'→')));},PrimaryButton=({label:label=_0x5b9d(0x6),onPress:_0x372146,iconRight:_0x896f7b,loading:loading=![],disabled:disabled=![],testID:_0x4f7d25,style:_0x495a01,textStyle:_0x560094})=>{const _0x3565a6={'cjwGJ':function(_0x25c2ec,_0x23bf28){return _0x25c2ec(_0x23bf28);},'PIxdE':function(_0x3229d7,_0x4fa413){return _0x3229d7||_0x4fa413;},'qSyxw':_0x5b9d(0x7),'BJiCX':_0x5b9d(0x8)},[_0x711199,_0x3ee156]=_0x3565a6[_0x5b9d(0x9)](useState,![]),_0x4d5590=()=>_0x3ee156(!![]),_0x36b4e0=()=>_0x3ee156(![]);return React['createElement'](TouchableOpacity,{'style':[styles['outerPill'],!disabled&&styles['outerShadow'],disabled&&styles['disabled'],_0x495a01],'onPress':_0x372146,'onPressIn':_0x4d5590,'onPressOut':_0x36b4e0,'disabled':_0x3565a6[_0x5b9d(0xa)](disabled,loading),'activeOpacity':0x1,'testID':_0x4f7d25,'accessibilityLabel':label,'accessibilityRole':_0x3565a6['qSyxw']},React['createElement'](_0x31dae6,{'colors':[COLORS[_0x5b9d(0xb)],COLORS[_0x5b9d(0xc)]],'style':styles[_0x5b9d(0xd)],'start':{'x':0x0,'y':0x0},'end':{'x':0x0,'y':0x1}}),_0x711199&&React[_0x5b9d(0x0)](View,{'style':styles[_0x5b9d(0xe)]}),React[_0x5b9d(0x0)](View,{'style':styles[_0x5b9d(0xf)]},loading?React[_0x5b9d(0x0)](ActivityIndicator,{'color':COLORS[_0x5b9d(0x10)],'size':_0x3565a6[_0x5b9d(0x11)]}):React[_0x5b9d(0x0)](Text,{'style':[styles['label'],_0x560094]},label)),React['createElement'](View,{'style':styles[_0x5b9d(0x12)]},!loading&&(_0x896f7b||React[_0x5b9d(0x0)](IconCircle,null))));},styles=StyleSheet[_0x5b9d(0x13)]({'outerPill':{'height':0x30,'borderRadius':0x64,'borderWidth':0x1,'borderColor':COLORS[_0x5b9d(0x14)],'overflow':_0x5b9d(0x15),'width':_0x5b9d(0x16),'position':_0x5b9d(0x17)},'outerShadow':{'shadowColor':'#000000','shadowOffset':{'width':0x14,'height':0x1e},'shadowOpacity':0.1,'shadowRadius':0x28,'elevation':0x8},'disabled':{'opacity':0.65,'shadowOpacity':0x0,'elevation':0x0},'baseGradient':{...StyleSheet[_0x5b9d(0x18)],'borderRadius':0x64},'pressedOverlay':{...StyleSheet[_0x5b9d(0x18)],'backgroundColor':'rgba(0,0,0,0.1)','borderRadius':0x64},'textContainer':{'position':_0x5b9d(0x19),'left':0x0,'right':0x0,'top':0x0,'bottom':0x0,'justifyContent':_0x5b9d(0x1a),'alignItems':'center','backgroundColor':'transparent'},'iconPosition':{'position':_0x5b9d(0x19),'right':0x4,'top':0x4,'bottom':0x4,'width':0x28,'justifyContent':'center','alignItems':_0x5b9d(0x1a),'backgroundColor':_0x5b9d(0x1b)},'label':{'fontFamily':'Inter','fontWeight':'600','fontSize':0x10,'color':COLORS[_0x5b9d(0x10)],'textAlign':_0x5b9d(0x1a),'backgroundColor':'transparent'},'iconCircle':{'justifyContent':_0x5b9d(0x1a),'alignItems':_0x5b9d(0x1a),'borderWidth':0x1,'borderColor':_0x5b9d(0x1c)},'iconContent':{'justifyContent':'center','alignItems':'center','backgroundColor':_0x5b9d(0x1b)},'arrowText':{'fontSize':0x14,'color':COLORS[_0x5b9d(0x10)],'fontWeight':_0x5b9d(0x1d),'opacity':0.95,'backgroundColor':_0x5b9d(0x1b)}});export{IconCircle};export{PrimaryButton};function _0x5b9d(_0x398314,_0x5b9dfc){_0x398314=_0x398314-0x0;const _0x3f8d06=_0x3983();let _0x1c59ea=_0x3f8d06[_0x398314];return _0x1c59ea;}export default PrimaryButton;
1
+ import React,{useState}from'react';import{View,Text,TouchableOpacity,StyleSheet,ActivityIndicator}from'react-native';import _0x5603d4 from'react-native-linear-gradient';import{COLORS}from'../theme';function _0x43d9(_0x247b24,_0x43d9c1){_0x247b24=_0x247b24-0x0;const _0xc7df6b=_0x247b();let _0x321f9d=_0xc7df6b[_0x247b24];return _0x321f9d;}const IconCircle=({size:size=0x28,children:_0x47cf96})=>{const _0x1cfefc={'phNHr':function(_0x42f260,_0x496973){return _0x42f260/_0x496973;}};return React['createElement'](View,{'style':[styles['iconCircle'],{'width':size,'height':size,'borderRadius':_0x1cfefc[_0x43d9(0x0)](size,0x2)}]},React[_0x43d9(0x1)](_0x5603d4,{'colors':[COLORS[_0x43d9(0x2)],COLORS[_0x43d9(0x3)]],'style':[StyleSheet[_0x43d9(0x4)],{'borderRadius':size/0x2}],'start':{'x':0x0,'y':0x0},'end':{'x':0x0,'y':0x1}}),React[_0x43d9(0x1)](View,{'style':styles[_0x43d9(0x5)]},_0x47cf96||React[_0x43d9(0x1)](Text,{'style':styles[_0x43d9(0x6)]},'→')));},PrimaryButton=({label:label='Get\x20Started',onPress:_0x427b73,iconRight:_0x27374d,loading:loading=![],disabled:disabled=![],testID:_0x4898cb,style:_0x235420,textStyle:_0x498742})=>{const _0x37b07b={'Sdjsu':function(_0x413f47,_0x2dd9c4){return _0x413f47(_0x2dd9c4);},'RLvFJ':function(_0x53336f,_0x17ec45){return _0x53336f||_0x17ec45;},'SWQsK':_0x43d9(0x7),'JURQr':_0x43d9(0x8)},[_0x44140e,_0x1c238d]=_0x37b07b[_0x43d9(0x9)](useState,![]),_0x11e68c=()=>_0x1c238d(!![]),_0x14e6f9=()=>_0x1c238d(![]);return React['createElement'](TouchableOpacity,{'style':[styles[_0x43d9(0xa)],!disabled&&styles[_0x43d9(0xb)],disabled&&styles[_0x43d9(0xc)],_0x235420],'onPress':_0x427b73,'onPressIn':_0x11e68c,'onPressOut':_0x14e6f9,'disabled':_0x37b07b[_0x43d9(0xd)](disabled,loading),'activeOpacity':0x1,'testID':_0x4898cb,'accessibilityLabel':label,'accessibilityRole':_0x37b07b['SWQsK']},React[_0x43d9(0x1)](_0x5603d4,{'colors':[COLORS[_0x43d9(0xe)],COLORS[_0x43d9(0xf)]],'style':styles[_0x43d9(0x10)],'start':{'x':0x0,'y':0x0},'end':{'x':0x0,'y':0x1}}),_0x44140e&&React[_0x43d9(0x1)](View,{'style':styles[_0x43d9(0x11)]}),React['createElement'](View,{'style':styles['textContainer']},loading?React['createElement'](ActivityIndicator,{'color':COLORS[_0x43d9(0x12)],'size':_0x37b07b[_0x43d9(0x13)]}):React[_0x43d9(0x1)](Text,{'style':[styles[_0x43d9(0x14)],_0x498742]},label)),React['createElement'](View,{'style':styles[_0x43d9(0x15)]},!loading&&(_0x27374d||React[_0x43d9(0x1)](IconCircle,null))));},styles=StyleSheet[_0x43d9(0x16)]({'outerPill':{'height':0x30,'borderRadius':0x64,'borderWidth':0x1,'borderColor':COLORS[_0x43d9(0x17)],'overflow':_0x43d9(0x18),'width':_0x43d9(0x19),'position':_0x43d9(0x1a)},'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[_0x43d9(0x1b)],'borderRadius':0x64},'pressedOverlay':{...StyleSheet[_0x43d9(0x1b)],'backgroundColor':_0x43d9(0x1c),'borderRadius':0x64},'textContainer':{'position':_0x43d9(0x1d),'left':0x0,'right':0x0,'top':0x0,'bottom':0x0,'justifyContent':_0x43d9(0x1e),'alignItems':_0x43d9(0x1e),'backgroundColor':'transparent'},'iconPosition':{'position':_0x43d9(0x1d),'right':0x4,'top':0x4,'bottom':0x4,'width':0x28,'justifyContent':_0x43d9(0x1e),'alignItems':_0x43d9(0x1e),'backgroundColor':_0x43d9(0x1f)},'label':{'fontFamily':_0x43d9(0x20),'fontWeight':_0x43d9(0x21),'fontSize':0x10,'color':COLORS['btnLabel'],'textAlign':_0x43d9(0x1e),'backgroundColor':'transparent'},'iconCircle':{'justifyContent':_0x43d9(0x1e),'alignItems':'center','borderWidth':0x1,'borderColor':'rgba(0,0,0,0.25)'},'iconContent':{'justifyContent':_0x43d9(0x1e),'alignItems':_0x43d9(0x1e),'backgroundColor':_0x43d9(0x1f)},'arrowText':{'fontSize':0x14,'color':COLORS['btnLabel'],'fontWeight':'600','opacity':0.95,'backgroundColor':_0x43d9(0x1f)}});export{IconCircle};export{PrimaryButton};function _0x247b(){const _0x577015=['phNHr','createElement','iconCircleGradientStart','iconCircleGradientEnd','absoluteFill','iconContent','arrowText','button','small','Sdjsu','outerPill','outerShadow','disabled','RLvFJ','btnGradStart','btnGradEnd','baseGradient','pressedOverlay','btnLabel','JURQr','label','iconPosition','create','btnBorder','hidden','100%','relative','absoluteFillObject','rgba(0,0,0,0.1)','absolute','center','transparent','Inter','600'];_0x247b=function(){return _0x577015;};return _0x247b();}export default PrimaryButton;
@@ -1 +1 @@
1
- function _0x3657(_0x54c91a,_0x365705){_0x54c91a=_0x54c91a-0x0;const _0x29b545=_0x54c9();let _0x23940c=_0x29b545[_0x54c91a];return _0x23940c;}function _0x54c9(){const _0x3e181f=['get','window','rVsmO','CmozD','JwxNf','#E9C46A','Searching\x20for\x20potential\x20connections\x20based\x20on\x20your\x20profile...','Matches\x20Found!','We\x27ve\x20found\x20','Welcome\x20to\x20Enoch!','We\x27ll\x20send\x20match\x20notifications\x20to\x20','@...','#DDB957','Continue','wfKpm','Value','MsvwE','UDVlu','IYcdp','lFcex','dfPOs','parallel','timing','start','foPEo','complete','floor','HHJvE','random','kQfCc','GQFFf','leukw','OwCih','mEyYu','XFaFU','Omvyb','found','kyBdk','HvlyR','hzdzT','wgtHc','omWvt','LmOet','vGDwV','NgEyl','pbvuZ','createElement','View','content','jNhYq','Fragment','title','Finding\x20Your\x20Matches','NwtNE','loader','JOyWC','HsQJE','tRnMf','matchCircle','matchCount','twHgE','\x20potential\x20connections\x20for\x20you!','subMessage','Complete\x20your\x20profile\x20to\x20see\x20who\x20they\x20are.','wUVMc','PgpBH','message','cEjFh','Elkdl','button','#f5e7c1','buttonText','IbFdu','create','rgba(0,0,0,0.7)','center','#FFFFFF','#000','#333','100%','600'];_0x54c9=function(){return _0x3e181f;};return _0x54c9();}import React,{useState,useEffect}from'react';import{View,Text,StyleSheet,Modal,ActivityIndicator,Animated,Dimensions,TouchableOpacity}from'react-native';import _0x2830d0 from'react-native-linear-gradient';const {width,height}=Dimensions[_0x3657(0x0)](_0x3657(0x1)),SignInMatchAnimation=({email:_0x5d7f32,visible:_0xa12f95,onComplete:_0x27410d})=>{const _0x3e671e={'dfPOs':function(_0x2fff34){return _0x2fff34();},'HHJvE':function(_0x4f775d,_0x5d8274){return _0x4f775d*_0x5d8274;},'tRnMf':'found','AmpIY':function(_0x53a599,_0x29419f,_0x197568){return _0x53a599(_0x29419f,_0x197568);},'UDVlu':function(_0x4d0a3f,_0x4eb528){return _0x4d0a3f===_0x4eb528;},'IYcdp':_0x3657(0x2),'vfmsn':function(_0x329925,_0x382bbb){return _0x329925+_0x382bbb;},'GQFFf':function(_0x76669,_0x2d43ce,_0x39099c){return _0x76669(_0x2d43ce,_0x39099c);},'leukw':function(_0x2af359,_0x207605,_0x41d271){return _0x2af359(_0x207605,_0x41d271);},'OwCih':_0x3657(0x3),'dvvtF':_0x3657(0x4),'wAQeM':function(_0x4a2783){return _0x4a2783();},'GqMLg':function(_0xa92936,_0x9a1854){return _0xa92936(_0x9a1854);},'kyRfO':'searching','wfKpm':function(_0x2e77d5,_0x34e392){return _0x2e77d5(_0x34e392);},'MpaWK':function(_0xcb0a1e,_0x2ab1bb){return _0xcb0a1e(_0x2ab1bb);},'MsvwE':function(_0x2f93ac,_0x311482,_0x1ecf82){return _0x2f93ac(_0x311482,_0x1ecf82);},'pbvuZ':'none','jNhYq':function(_0x29c5ac,_0x4cac97){return _0x29c5ac===_0x4cac97;},'nvVqp':'large','NwtNE':_0x3657(0x5),'JOyWC':_0x3657(0x6),'HsQJE':function(_0x407a42,_0x2ff6b1){return _0x407a42===_0x2ff6b1;},'MveTZ':_0x3657(0x7),'twHgE':_0x3657(0x8),'EMOpp':function(_0x3ad741,_0xb08353){return _0x3ad741===_0xb08353;},'wUVMc':'complete','PgpBH':_0x3657(0x9),'cEjFh':_0x3657(0xa),'Elkdl':_0x3657(0xb),'kodNd':_0x3657(0xc),'IbFdu':_0x3657(0xd)},[_0xe418,_0x3d875b]=_0x3e671e['GqMLg'](useState,_0x3e671e['kyRfO']),[_0x583262,_0x26df11]=_0x3e671e[_0x3657(0xe)](useState,0x0),_0x417708=useState(new Animated[(_0x3657(0xf))](0x0))[0x0],_0x1b4984=_0x3e671e['MpaWK'](useState,new Animated[(_0x3657(0xf))](0.9))[0x0];_0x3e671e[_0x3657(0x10)](useEffect,()=>{if(_0xa12f95){if(_0x3e671e[_0x3657(0x11)](_0x3e671e[_0x3657(0x12)],_0x3657(0x13))){const _0x36e6ff={'foPEo':function(_0x3afa02){return _0x3e671e[_0x3657(0x14)](_0x3afa02);}};Animated[_0x3657(0x15)]([Animated[_0x3657(0x16)](_0x452177,{'toValue':0x0,'duration':0x190,'useNativeDriver':!![]}),Animated[_0x3657(0x16)](_0x52e6a0,{'toValue':0.9,'duration':0x190,'useNativeDriver':!![]})])[_0x3657(0x17)](()=>{_0x36e6ff[_0x3657(0x18)](_0x465d13);});}else Animated['parallel']([Animated['timing'](_0x417708,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]}),Animated['timing'](_0x1b4984,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]})])[_0x3657(0x17)](),_0x3e671e['AmpIY'](setTimeout,()=>{const _0x36505f={'kQfCc':_0x3657(0x19)},_0x297604=Math[_0x3657(0x1a)](_0x3e671e[_0x3657(0x1b)](Math[_0x3657(0x1c)](),0x6))+0x3;_0x26df11(_0x297604),_0x3d875b(_0x3e671e['tRnMf']),_0x3e671e['AmpIY'](setTimeout,()=>{_0x3d875b(_0x36505f[_0x3657(0x1d)]);},0xbb8);},0x9c4);}},[_0xa12f95,_0x417708,_0x1b4984]);const _0x387d8f=()=>{const _0x3537c6={'Omvyb':function(_0x1f84d8,_0x580b83){return _0x3e671e['vfmsn'](_0x1f84d8,_0x580b83);},'kyBdk':function(_0x3a579b,_0xfbff60,_0x7dfc91){return _0x3e671e[_0x3657(0x1e)](_0x3a579b,_0xfbff60,_0x7dfc91);},'HvlyR':function(_0x168a45,_0x39509f,_0x23ce5e){return _0x3e671e[_0x3657(0x1f)](_0x168a45,_0x39509f,_0x23ce5e);},'mEyYu':_0x3e671e[_0x3657(0x20)],'XFaFU':_0x3e671e['dvvtF'],'NgEyl':function(_0x3c572c){return _0x3e671e['wAQeM'](_0x3c572c);}};Animated[_0x3657(0x15)]([Animated[_0x3657(0x16)](_0x417708,{'toValue':0x0,'duration':0x190,'useNativeDriver':!![]}),Animated['timing'](_0x1b4984,{'toValue':0.9,'duration':0x190,'useNativeDriver':!![]})])[_0x3657(0x17)](()=>{if(_0x3537c6[_0x3657(0x21)]===_0x3537c6[_0x3657(0x22)]){const _0x29b33={'hzdzT':function(_0x17309c,_0xe8d917){return _0x17309c(_0xe8d917);},'tcuIe':'complete','GhrYF':function(_0x2fbadb,_0x5a6aa3){return _0x3537c6[_0x3657(0x23)](_0x2fbadb,_0x5a6aa3);},'VEJOS':function(_0x4121be,_0x4e0071){return _0x4121be*_0x4e0071;},'wgtHc':_0x3657(0x24),'omWvt':function(_0x4fc9f8,_0x53117e,_0x41ec2e){return _0x3537c6[_0x3657(0x25)](_0x4fc9f8,_0x53117e,_0x41ec2e);}};Animated['parallel']([Animated[_0x3657(0x16)](_0x303d23,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]}),Animated[_0x3657(0x16)](_0x5dac62,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]})])[_0x3657(0x17)](),_0x3537c6[_0x3657(0x26)](_0x53278d,()=>{const _0x3fdf36={'LmOet':function(_0xd13ed4,_0x29a8ca){return _0x29b33[_0x3657(0x27)](_0xd13ed4,_0x29a8ca);},'vGDwV':_0x29b33['tcuIe']},_0xb7ad43=_0x29b33['GhrYF'](_0x3ba62d[_0x3657(0x1a)](_0x29b33['VEJOS'](_0x5e9f7c[_0x3657(0x1c)](),0x6)),0x3);_0x29b33[_0x3657(0x27)](_0x1321fa,_0xb7ad43),_0x29b33[_0x3657(0x27)](_0x30c610,_0x29b33[_0x3657(0x28)]),_0x29b33[_0x3657(0x29)](_0x44dd50,()=>{_0x3fdf36[_0x3657(0x2a)](_0xc74417,_0x3fdf36[_0x3657(0x2b)]);},0xbb8);},0x9c4);}else _0x3537c6[_0x3657(0x2c)](_0x27410d);});};if(!_0xa12f95)return null;return React['createElement'](Modal,{'visible':_0xa12f95,'transparent':!![],'animationType':_0x3e671e[_0x3657(0x2d)]},React[_0x3657(0x2e)](View,{'style':styles['container']},React[_0x3657(0x2e)](Animated[_0x3657(0x2f)],{'style':[styles[_0x3657(0x30)],{'opacity':_0x417708,'transform':[{'scale':_0x1b4984}]}]},_0x3e671e[_0x3657(0x31)](_0xe418,_0x3e671e['kyRfO'])&&React['createElement'](React[_0x3657(0x32)],null,React[_0x3657(0x2e)](Text,{'style':styles[_0x3657(0x33)]},_0x3657(0x34)),React['createElement'](ActivityIndicator,{'size':_0x3e671e['nvVqp'],'color':_0x3e671e[_0x3657(0x35)],'style':styles[_0x3657(0x36)]}),React[_0x3657(0x2e)](Text,{'style':styles['message']},_0x3e671e[_0x3657(0x37)])),_0x3e671e[_0x3657(0x38)](_0xe418,_0x3e671e[_0x3657(0x39)])&&React[_0x3657(0x2e)](React[_0x3657(0x32)],null,React[_0x3657(0x2e)](Text,{'style':styles[_0x3657(0x33)]},_0x3e671e['MveTZ']),React[_0x3657(0x2e)](View,{'style':styles[_0x3657(0x3a)]},React[_0x3657(0x2e)](Text,{'style':styles[_0x3657(0x3b)]},_0x583262)),React[_0x3657(0x2e)](Text,{'style':styles['message']},_0x3e671e[_0x3657(0x3c)],_0x583262,_0x3657(0x3d)),React[_0x3657(0x2e)](Text,{'style':styles[_0x3657(0x3e)]},_0x3657(0x3f))),_0x3e671e['EMOpp'](_0xe418,_0x3e671e[_0x3657(0x40)])&&React[_0x3657(0x2e)](React['Fragment'],null,React[_0x3657(0x2e)](Text,{'style':styles[_0x3657(0x33)]},_0x3e671e[_0x3657(0x41)]),React['createElement'](Text,{'style':styles[_0x3657(0x42)]},_0x3e671e[_0x3657(0x43)],_0x5d7f32['split']('@')[0x0],_0x3e671e[_0x3657(0x44)]),React[_0x3657(0x2e)](TouchableOpacity,{'style':styles[_0x3657(0x45)],'onPress':_0x387d8f},React[_0x3657(0x2e)](_0x2830d0,{'colors':[_0x3657(0x46),'#E9C46A',_0x3e671e['kodNd']],'start':{'x':0x0,'y':0x0},'end':{'x':0x1,'y':0x0},'style':styles['gradientButton']},React[_0x3657(0x2e)](Text,{'style':styles[_0x3657(0x47)]},_0x3e671e[_0x3657(0x48)])))))));},styles=StyleSheet[_0x3657(0x49)]({'container':{'flex':0x1,'backgroundColor':_0x3657(0x4a),'justifyContent':_0x3657(0x4b),'alignItems':_0x3657(0x4b)},'content':{'width':width*0.85,'backgroundColor':_0x3657(0x4c),'borderRadius':0x14,'padding':0x18,'alignItems':_0x3657(0x4b),'shadowColor':_0x3657(0x4d),'shadowOffset':{'width':0x0,'height':0x4},'shadowOpacity':0.3,'shadowRadius':0x8,'elevation':0xa},'title':{'fontSize':0x18,'fontWeight':'600','color':_0x3657(0x4e),'marginBottom':0x14,'textAlign':_0x3657(0x4b)},'loader':{'marginVertical':0x18},'message':{'fontSize':0x12,'color':'#555','textAlign':_0x3657(0x4b),'marginBottom':0x10,'lineHeight':0x18},'subMessage':{'fontSize':0x10,'color':'#777','textAlign':_0x3657(0x4b),'marginTop':0x8},'matchCircle':{'width':0x64,'height':0x64,'borderRadius':0x32,'backgroundColor':_0x3657(0x5),'justifyContent':_0x3657(0x4b),'alignItems':_0x3657(0x4b),'marginVertical':0x14},'matchCount':{'fontSize':0x28,'fontWeight':'bold','color':_0x3657(0x4c)},'button':{'width':_0x3657(0x4f),'marginTop':0x18,'borderRadius':0x8,'overflow':'hidden'},'gradientButton':{'paddingVertical':0xe,'alignItems':_0x3657(0x4b),'justifyContent':_0x3657(0x4b)},'buttonText':{'color':_0x3657(0x4e),'fontSize':0x10,'fontWeight':_0x3657(0x50)}});export default SignInMatchAnimation;
1
+ function _0x462e(_0xb44897,_0x462ec3){_0xb44897=_0xb44897-0x0;const _0x59c72e=_0xb448();let _0x18f6fc=_0x59c72e[_0xb44897];return _0x18f6fc;}import React,{useState,useEffect}from'react';import{View,Text,StyleSheet,Modal,ActivityIndicator,Animated,Dimensions,TouchableOpacity}from'react-native';function _0xb448(){const _0xba2578=['get','found','searching','#E9C46A','Searching\x20for\x20potential\x20connections\x20based\x20on\x20your\x20profile...','Matches\x20Found!','We\x27ve\x20found\x20','Complete\x20your\x20profile\x20to\x20see\x20who\x20they\x20are.','Welcome\x20to\x20Enoch!','We\x27ll\x20send\x20match\x20notifications\x20to\x20','#f5e7c1','#DDB957','bcoeh','SVmDr','eBuFn','Value','eqxdv','TqIET','googA','PWgtW','JasHJ','parallel','timing','GtIUU','complete','floor','OiuIU','eyqoD','vUqKG','createElement','container','View','content','Fragment','title','large','TrcES','loader','uuuQB','matchCircle','message','NMCeT','subMessage','jhxhb','LGdrV','IqcDm','gWvVM','@...','button','TdGCj','buttonText','create','rgba(0,0,0,0.7)','center','#000','600','#333','#777','#FFFFFF','100%'];_0xb448=function(){return _0xba2578;};return _0xb448();}import _0x364320 from'react-native-linear-gradient';const {width,height}=Dimensions[_0x462e(0x0)]('window'),SignInMatchAnimation=({email:_0x5d8189,visible:_0xd24b23,onComplete:_0x3cabb5})=>{const _0x29ab19={'GHOpp':function(_0x3a0eb5){return _0x3a0eb5();},'eqxdv':function(_0x3b2636,_0x2f0a74){return _0x3b2636(_0x2f0a74);},'TqIET':function(_0x38413e,_0x177b45){return _0x38413e*_0x177b45;},'googA':_0x462e(0x1),'PWgtW':'GxfcS','Fzmfe':function(_0x127b77,_0x59d5f9,_0x2dfd30){return _0x127b77(_0x59d5f9,_0x2dfd30);},'SVmDr':function(_0x3a7a59,_0x22ad0e){return _0x3a7a59(_0x22ad0e);},'bcoeh':_0x462e(0x2),'eBuFn':function(_0x4acac9,_0x441c87){return _0x4acac9(_0x441c87);},'nzVhW':'Finding\x20Your\x20Matches','TrcES':_0x462e(0x3),'CkqTB':_0x462e(0x4),'zwAcp':function(_0x34ae73,_0xc383e5){return _0x34ae73===_0xc383e5;},'uuuQB':_0x462e(0x5),'NMCeT':_0x462e(0x6),'jhxhb':_0x462e(0x7),'LGdrV':function(_0x35d5cc,_0xab0b2e){return _0x35d5cc===_0xab0b2e;},'IqcDm':_0x462e(0x8),'gWvVM':_0x462e(0x9),'SvnMK':_0x462e(0xa),'TdGCj':_0x462e(0xb),'YfOGL':'Continue'},[_0x2db2e7,_0x3148b9]=_0x29ab19['SVmDr'](useState,_0x29ab19[_0x462e(0xc)]),[_0xc2fb67,_0x38355a]=_0x29ab19[_0x462e(0xd)](useState,0x0),_0x1b5be1=_0x29ab19[_0x462e(0xe)](useState,new Animated[(_0x462e(0xf))](0x0))[0x0],_0x4409a1=_0x29ab19[_0x462e(0x10)](useState,new Animated[(_0x462e(0xf))](0.9))[0x0];useEffect(()=>{const _0x4fb02d={'JasHJ':function(_0x4c3bfa){return _0x29ab19['GHOpp'](_0x4c3bfa);},'GtIUU':function(_0x3f2795,_0x22168e){return _0x29ab19['eqxdv'](_0x3f2795,_0x22168e);},'LmWMV':function(_0x2380d8,_0x4e0098){return _0x2380d8+_0x4e0098;},'QGepP':function(_0x55a973,_0x4975ae){return _0x29ab19[_0x462e(0x11)](_0x55a973,_0x4975ae);},'Ubslg':_0x29ab19[_0x462e(0x12)],'OiuIU':function(_0x542d5f,_0x24b664,_0x43f454){return _0x542d5f(_0x24b664,_0x43f454);}};_0x29ab19[_0x462e(0x13)]!==_0x29ab19[_0x462e(0x13)]?_0x4fb02d[_0x462e(0x14)](_0x453bee):_0xd24b23&&(Animated[_0x462e(0x15)]([Animated['timing'](_0x1b5be1,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]}),Animated[_0x462e(0x16)](_0x4409a1,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]})])['start'](),_0x29ab19['Fzmfe'](setTimeout,()=>{const _0x2be80e={'eyqoD':function(_0x24fee8,_0x5be289){return _0x4fb02d[_0x462e(0x17)](_0x24fee8,_0x5be289);},'vUqKG':_0x462e(0x18)},_0x129687=_0x4fb02d['LmWMV'](Math[_0x462e(0x19)](_0x4fb02d['QGepP'](Math['random'](),0x6)),0x3);_0x4fb02d[_0x462e(0x17)](_0x38355a,_0x129687),_0x3148b9(_0x4fb02d['Ubslg']),_0x4fb02d[_0x462e(0x1a)](setTimeout,()=>{_0x2be80e[_0x462e(0x1b)](_0x3148b9,_0x2be80e[_0x462e(0x1c)]);},0xbb8);},0x9c4));},[_0xd24b23,_0x1b5be1,_0x4409a1]);const _0x2ef781=()=>{const _0x3874c7={'TXott':function(_0x4ead90){return _0x4ead90();}};Animated['parallel']([Animated[_0x462e(0x16)](_0x1b5be1,{'toValue':0x0,'duration':0x190,'useNativeDriver':!![]}),Animated[_0x462e(0x16)](_0x4409a1,{'toValue':0.9,'duration':0x190,'useNativeDriver':!![]})])['start'](()=>{_0x3874c7['TXott'](_0x3cabb5);});};if(!_0xd24b23)return null;return React[_0x462e(0x1d)](Modal,{'visible':_0xd24b23,'transparent':!![],'animationType':'none'},React[_0x462e(0x1d)](View,{'style':styles[_0x462e(0x1e)]},React[_0x462e(0x1d)](Animated[_0x462e(0x1f)],{'style':[styles[_0x462e(0x20)],{'opacity':_0x1b5be1,'transform':[{'scale':_0x4409a1}]}]},_0x2db2e7===_0x29ab19[_0x462e(0xc)]&&React['createElement'](React[_0x462e(0x21)],null,React[_0x462e(0x1d)](Text,{'style':styles[_0x462e(0x22)]},_0x29ab19['nzVhW']),React[_0x462e(0x1d)](ActivityIndicator,{'size':_0x462e(0x23),'color':_0x29ab19[_0x462e(0x24)],'style':styles[_0x462e(0x25)]}),React['createElement'](Text,{'style':styles['message']},_0x29ab19['CkqTB'])),_0x29ab19['zwAcp'](_0x2db2e7,_0x29ab19[_0x462e(0x12)])&&React[_0x462e(0x1d)](React['Fragment'],null,React[_0x462e(0x1d)](Text,{'style':styles[_0x462e(0x22)]},_0x29ab19[_0x462e(0x26)]),React[_0x462e(0x1d)](View,{'style':styles[_0x462e(0x27)]},React[_0x462e(0x1d)](Text,{'style':styles['matchCount']},_0xc2fb67)),React[_0x462e(0x1d)](Text,{'style':styles[_0x462e(0x28)]},_0x29ab19[_0x462e(0x29)],_0xc2fb67,'\x20potential\x20connections\x20for\x20you!'),React[_0x462e(0x1d)](Text,{'style':styles[_0x462e(0x2a)]},_0x29ab19[_0x462e(0x2b)])),_0x29ab19[_0x462e(0x2c)](_0x2db2e7,_0x462e(0x18))&&React[_0x462e(0x1d)](React[_0x462e(0x21)],null,React[_0x462e(0x1d)](Text,{'style':styles['title']},_0x29ab19[_0x462e(0x2d)]),React['createElement'](Text,{'style':styles[_0x462e(0x28)]},_0x29ab19[_0x462e(0x2e)],_0x5d8189['split']('@')[0x0],_0x462e(0x2f)),React[_0x462e(0x1d)](TouchableOpacity,{'style':styles[_0x462e(0x30)],'onPress':_0x2ef781},React[_0x462e(0x1d)](_0x364320,{'colors':[_0x29ab19['SvnMK'],_0x29ab19[_0x462e(0x24)],_0x29ab19[_0x462e(0x31)]],'start':{'x':0x0,'y':0x0},'end':{'x':0x1,'y':0x0},'style':styles['gradientButton']},React[_0x462e(0x1d)](Text,{'style':styles[_0x462e(0x32)]},_0x29ab19['YfOGL'])))))));},styles=StyleSheet[_0x462e(0x33)]({'container':{'flex':0x1,'backgroundColor':_0x462e(0x34),'justifyContent':'center','alignItems':_0x462e(0x35)},'content':{'width':width*0.85,'backgroundColor':'#FFFFFF','borderRadius':0x14,'padding':0x18,'alignItems':'center','shadowColor':_0x462e(0x36),'shadowOffset':{'width':0x0,'height':0x4},'shadowOpacity':0.3,'shadowRadius':0x8,'elevation':0xa},'title':{'fontSize':0x18,'fontWeight':_0x462e(0x37),'color':_0x462e(0x38),'marginBottom':0x14,'textAlign':'center'},'loader':{'marginVertical':0x18},'message':{'fontSize':0x12,'color':'#555','textAlign':_0x462e(0x35),'marginBottom':0x10,'lineHeight':0x18},'subMessage':{'fontSize':0x10,'color':_0x462e(0x39),'textAlign':_0x462e(0x35),'marginTop':0x8},'matchCircle':{'width':0x64,'height':0x64,'borderRadius':0x32,'backgroundColor':'#E9C46A','justifyContent':_0x462e(0x35),'alignItems':_0x462e(0x35),'marginVertical':0x14},'matchCount':{'fontSize':0x28,'fontWeight':'bold','color':_0x462e(0x3a)},'button':{'width':_0x462e(0x3b),'marginTop':0x18,'borderRadius':0x8,'overflow':'hidden'},'gradientButton':{'paddingVertical':0xe,'alignItems':_0x462e(0x35),'justifyContent':_0x462e(0x35)},'buttonText':{'color':_0x462e(0x38),'fontSize':0x10,'fontWeight':_0x462e(0x37)}});export default SignInMatchAnimation;