@onairos/react-native 3.6.4 → 3.6.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (222) hide show
  1. package/lib/commonjs/api/index.js +1 -1
  2. package/lib/commonjs/components/BodyText.js +1 -1
  3. package/lib/commonjs/components/BrandMark.js +1 -1
  4. package/lib/commonjs/components/CodeInput.js +1 -1
  5. package/lib/commonjs/components/EmailInput.js +1 -1
  6. package/lib/commonjs/components/GoogleButton.js +1 -1
  7. package/lib/commonjs/components/HeadingGroup.js +1 -1
  8. package/lib/commonjs/components/LLMDataInputModal.js +1 -1
  9. package/lib/commonjs/components/ModalHeader.js +1 -1
  10. package/lib/commonjs/components/ModalSheet.js +1 -1
  11. package/lib/commonjs/components/Onairos.js +1 -1
  12. package/lib/commonjs/components/OnairosButton.js +1 -1
  13. package/lib/commonjs/components/OnairosSignInButton.js +1 -1
  14. package/lib/commonjs/components/Overlay.js +1 -1
  15. package/lib/commonjs/components/PersonaImage.js +1 -1
  16. package/lib/commonjs/components/PersonaLoadingScreen.js +1 -1
  17. package/lib/commonjs/components/PersonalizationConsentScreen.js +1 -1
  18. package/lib/commonjs/components/PinCreationScreen.js +1 -1
  19. package/lib/commonjs/components/PinInput.js +1 -1
  20. package/lib/commonjs/components/PlatformConnectorsStep.js +1 -1
  21. package/lib/commonjs/components/PlatformList.js +1 -1
  22. package/lib/commonjs/components/PlatformToggle.js +1 -1
  23. package/lib/commonjs/components/PrimaryButton.js +1 -1
  24. package/lib/commonjs/components/SignInMatchAnimation.js +1 -1
  25. package/lib/commonjs/components/SignInStep.js +1 -1
  26. package/lib/commonjs/components/UniversalOnboarding.js +1 -1
  27. package/lib/commonjs/components/VerificationStep.js +1 -1
  28. package/lib/commonjs/components/WelcomeScreen.js +1 -1
  29. package/lib/commonjs/components/icons/Basicproficon.js +1 -1
  30. package/lib/commonjs/components/icons/Basicprofile.js +1 -1
  31. package/lib/commonjs/components/icons/Checkbox.js +1 -1
  32. package/lib/commonjs/components/icons/Checkmark.js +1 -1
  33. package/lib/commonjs/components/icons/Contentanalysis.js +1 -1
  34. package/lib/commonjs/components/icons/Contenticon.js +1 -1
  35. package/lib/commonjs/components/icons/EnochE.js +1 -1
  36. package/lib/commonjs/components/icons/Personalityicon.js +1 -1
  37. package/lib/commonjs/components/icons/Personalityprofile.js +1 -1
  38. package/lib/commonjs/components/icons/Personalitytraits.js +1 -1
  39. package/lib/commonjs/components/icons/Userpreferences.js +1 -1
  40. package/lib/commonjs/components/icons/index.js +1 -1
  41. package/lib/commonjs/components/onboarding/OAuthWebView.js +1 -1
  42. package/lib/commonjs/components/onboarding/OnboardingHeader.js +1 -1
  43. package/lib/commonjs/components/onboarding/PinInput.js +1 -1
  44. package/lib/commonjs/components/onboarding/PlatformConnector.js +1 -1
  45. package/lib/commonjs/config/api.js +1 -1
  46. package/lib/commonjs/constants/index.js +1 -1
  47. package/lib/commonjs/context/AuthContext.js +1 -1
  48. package/lib/commonjs/hooks/useConnectedAccounts.js +1 -1
  49. package/lib/commonjs/hooks/useConnections.js +1 -1
  50. package/lib/commonjs/hooks/useCredentials.js +1 -1
  51. package/lib/commonjs/hooks/useUserConnections.js +1 -1
  52. package/lib/commonjs/index.js +1 -1
  53. package/lib/commonjs/services/apiClient.js +1 -1
  54. package/lib/commonjs/services/apiKeyService.js +924 -9
  55. package/lib/commonjs/services/authService.js +627 -10
  56. package/lib/commonjs/services/biometricPinService.js +1 -1
  57. package/lib/commonjs/services/chatGPTConversationExtractor.js +1 -1
  58. package/lib/commonjs/services/chatGPTConversationService.js +1 -1
  59. package/lib/commonjs/services/claudeConversationExtractor.js +1 -1
  60. package/lib/commonjs/services/claudeConversationService.js +1 -1
  61. package/lib/commonjs/services/connectedAccountsService.js +1 -1
  62. package/lib/commonjs/services/googleAuthService.js +1 -1
  63. package/lib/commonjs/services/hingeDataExtractor.js +1 -1
  64. package/lib/commonjs/services/hingeDataService.js +1 -1
  65. package/lib/commonjs/services/imageCompressionService.js +1 -1
  66. package/lib/commonjs/services/instagramDataExtractor.js +1 -1
  67. package/lib/commonjs/services/instagramDataService.js +1 -1
  68. package/lib/commonjs/services/jwtStorageService.js +1 -1
  69. package/lib/commonjs/services/linkedinDOMExtractor.js +1 -1
  70. package/lib/commonjs/services/linkedinProfileService.js +1 -1
  71. package/lib/commonjs/services/linkedinScrapingService.js +1 -1
  72. package/lib/commonjs/services/llmDataStorage.js +1 -1
  73. package/lib/commonjs/services/mobileTrainingService.js +1 -1
  74. package/lib/commonjs/services/oauthService.js +391 -11
  75. package/lib/commonjs/services/pinEncryptionService.js +1 -1
  76. package/lib/commonjs/services/pinStorageUtils.js +1 -1
  77. package/lib/commonjs/services/platformAuthService.js +1 -1
  78. package/lib/commonjs/services/sephoraDataExtractor.js +1 -1
  79. package/lib/commonjs/services/sephoraDataService.js +1 -1
  80. package/lib/commonjs/services/storageService.js +1 -1
  81. package/lib/commonjs/services/telegramDataExtractor.js +1 -1
  82. package/lib/commonjs/services/telegramDataService.js +1 -1
  83. package/lib/commonjs/services/trainingApiHelpers.js +1 -1
  84. package/lib/commonjs/services/userConnectionsService.js +1 -1
  85. package/lib/commonjs/services/youtubeMigrationService.js +1 -1
  86. package/lib/commonjs/theme/index.js +1 -1
  87. package/lib/commonjs/types/index.js +1 -1
  88. package/lib/commonjs/types.js +1 -1
  89. package/lib/commonjs/utils/Portal.js +1 -1
  90. package/lib/commonjs/utils/api.js +1 -1
  91. package/lib/commonjs/utils/assetRegistry.js +1 -1
  92. package/lib/commonjs/utils/auth.js +1 -1
  93. package/lib/commonjs/utils/connectorTests.js +1 -1
  94. package/lib/commonjs/utils/crypto.js +1 -1
  95. package/lib/commonjs/utils/debugHelper.js +1 -1
  96. package/lib/commonjs/utils/encryption.js +1 -1
  97. package/lib/commonjs/utils/eventUtils.js +1 -1
  98. package/lib/commonjs/utils/haptics.js +1 -1
  99. package/lib/commonjs/utils/imagePreloader.js +1 -1
  100. package/lib/commonjs/utils/networkDiagnostics.js +1 -1
  101. package/lib/commonjs/utils/onairosApi.js +1 -1
  102. package/lib/commonjs/utils/programmaticFlow.js +1 -1
  103. package/lib/commonjs/utils/retryHelper.js +1 -1
  104. package/lib/commonjs/utils/secureStorage.js +1 -1
  105. package/lib/commonjs/utils/webviewScripts/chatgpt.js +1 -1
  106. package/lib/commonjs/utils/webviewScripts/claude.js +1 -1
  107. package/lib/commonjs/utils/webviewScripts/hinge.js +1 -1
  108. package/lib/commonjs/utils/webviewScripts/index.js +1 -1
  109. package/lib/commonjs/utils/webviewScripts/instagram.js +1 -1
  110. package/lib/commonjs/utils/webviewScripts/linkedin.js +1 -1
  111. package/lib/commonjs/utils/webviewScripts/sephora.js +1 -1
  112. package/lib/commonjs/utils/webviewScripts/telegram.js +1 -1
  113. package/lib/module/api/index.js +1 -1
  114. package/lib/module/components/BodyText.js +1 -1
  115. package/lib/module/components/BrandMark.js +1 -1
  116. package/lib/module/components/CodeInput.js +1 -1
  117. package/lib/module/components/EmailInput.js +1 -1
  118. package/lib/module/components/GoogleButton.js +1 -1
  119. package/lib/module/components/HeadingGroup.js +1 -1
  120. package/lib/module/components/LLMDataInputModal.js +1 -1
  121. package/lib/module/components/ModalHeader.js +1 -1
  122. package/lib/module/components/ModalSheet.js +1 -1
  123. package/lib/module/components/Onairos.js +1 -1
  124. package/lib/module/components/OnairosButton.js +1 -1
  125. package/lib/module/components/OnairosSignInButton.js +1 -1
  126. package/lib/module/components/Overlay.js +1 -1
  127. package/lib/module/components/PersonaImage.js +1 -1
  128. package/lib/module/components/PersonaLoadingScreen.js +1 -1
  129. package/lib/module/components/PersonalizationConsentScreen.js +1 -1
  130. package/lib/module/components/PinCreationScreen.js +1 -1
  131. package/lib/module/components/PinInput.js +1 -1
  132. package/lib/module/components/PlatformConnectorsStep.js +1 -1
  133. package/lib/module/components/PlatformList.js +1 -1
  134. package/lib/module/components/PlatformToggle.js +1 -1
  135. package/lib/module/components/PrimaryButton.js +1 -1
  136. package/lib/module/components/SignInMatchAnimation.js +1 -1
  137. package/lib/module/components/SignInStep.js +1 -1
  138. package/lib/module/components/UniversalOnboarding.js +1 -1
  139. package/lib/module/components/VerificationStep.js +1 -1
  140. package/lib/module/components/WelcomeScreen.js +1 -1
  141. package/lib/module/components/icons/Basicproficon.js +1 -1
  142. package/lib/module/components/icons/Basicprofile.js +1 -1
  143. package/lib/module/components/icons/Checkbox.js +1 -1
  144. package/lib/module/components/icons/Checkmark.js +1 -1
  145. package/lib/module/components/icons/Contentanalysis.js +1 -1
  146. package/lib/module/components/icons/Contenticon.js +1 -1
  147. package/lib/module/components/icons/EnochE.js +1 -1
  148. package/lib/module/components/icons/Personalityicon.js +1 -1
  149. package/lib/module/components/icons/Personalityprofile.js +1 -1
  150. package/lib/module/components/icons/Personalitytraits.js +1 -1
  151. package/lib/module/components/icons/Userpreferences.js +1 -1
  152. package/lib/module/components/onboarding/OAuthWebView.js +1 -1
  153. package/lib/module/components/onboarding/OnboardingHeader.js +1 -1
  154. package/lib/module/components/onboarding/PinInput.js +1 -1
  155. package/lib/module/components/onboarding/PlatformConnector.js +1 -1
  156. package/lib/module/config/api.js +1 -1
  157. package/lib/module/constants/index.js +1 -1
  158. package/lib/module/context/AuthContext.js +1 -1
  159. package/lib/module/hooks/useConnectedAccounts.js +1 -1
  160. package/lib/module/hooks/useConnections.js +1 -1
  161. package/lib/module/hooks/useCredentials.js +1 -1
  162. package/lib/module/hooks/useUserConnections.js +1 -1
  163. package/lib/module/index.js +1 -1
  164. package/lib/module/services/apiClient.js +1 -1
  165. package/lib/module/services/apiKeyService.js +898 -1
  166. package/lib/module/services/authService.js +602 -1
  167. package/lib/module/services/biometricPinService.js +1 -1
  168. package/lib/module/services/chatGPTConversationExtractor.js +1 -1
  169. package/lib/module/services/chatGPTConversationService.js +1 -1
  170. package/lib/module/services/claudeConversationExtractor.js +1 -1
  171. package/lib/module/services/claudeConversationService.js +1 -1
  172. package/lib/module/services/connectedAccountsService.js +1 -1
  173. package/lib/module/services/googleAuthService.js +1 -1
  174. package/lib/module/services/hingeDataExtractor.js +1 -1
  175. package/lib/module/services/hingeDataService.js +1 -1
  176. package/lib/module/services/imageCompressionService.js +1 -1
  177. package/lib/module/services/instagramDataExtractor.js +1 -1
  178. package/lib/module/services/instagramDataService.js +1 -1
  179. package/lib/module/services/jwtStorageService.js +1 -1
  180. package/lib/module/services/linkedinDOMExtractor.js +1 -1
  181. package/lib/module/services/linkedinProfileService.js +1 -1
  182. package/lib/module/services/linkedinScrapingService.js +1 -1
  183. package/lib/module/services/llmDataStorage.js +1 -1
  184. package/lib/module/services/mobileTrainingService.js +1 -1
  185. package/lib/module/services/oauthService.js +381 -1
  186. package/lib/module/services/pinEncryptionService.js +1 -1
  187. package/lib/module/services/pinStorageUtils.js +1 -1
  188. package/lib/module/services/platformAuthService.js +1 -1
  189. package/lib/module/services/sephoraDataExtractor.js +1 -1
  190. package/lib/module/services/sephoraDataService.js +1 -1
  191. package/lib/module/services/storageService.js +1 -1
  192. package/lib/module/services/telegramDataExtractor.js +1 -1
  193. package/lib/module/services/telegramDataService.js +1 -1
  194. package/lib/module/services/trainingApiHelpers.js +1 -1
  195. package/lib/module/services/userConnectionsService.js +1 -1
  196. package/lib/module/services/youtubeMigrationService.js +1 -1
  197. package/lib/module/theme/index.js +1 -1
  198. package/lib/module/types.js +1 -1
  199. package/lib/module/utils/Portal.js +1 -1
  200. package/lib/module/utils/api.js +1 -1
  201. package/lib/module/utils/assetRegistry.js +1 -1
  202. package/lib/module/utils/auth.js +1 -1
  203. package/lib/module/utils/connectorTests.js +1 -1
  204. package/lib/module/utils/crypto.js +1 -1
  205. package/lib/module/utils/debugHelper.js +1 -1
  206. package/lib/module/utils/encryption.js +1 -1
  207. package/lib/module/utils/eventUtils.js +1 -1
  208. package/lib/module/utils/haptics.js +1 -1
  209. package/lib/module/utils/networkDiagnostics.js +1 -1
  210. package/lib/module/utils/onairosApi.js +1 -1
  211. package/lib/module/utils/programmaticFlow.js +1 -1
  212. package/lib/module/utils/retryHelper.js +1 -1
  213. package/lib/module/utils/secureStorage.js +1 -1
  214. package/lib/module/utils/webviewScripts/chatgpt.js +1 -1
  215. package/lib/module/utils/webviewScripts/claude.js +1 -1
  216. package/lib/module/utils/webviewScripts/hinge.js +1 -1
  217. package/lib/module/utils/webviewScripts/index.js +1 -1
  218. package/lib/module/utils/webviewScripts/instagram.js +1 -1
  219. package/lib/module/utils/webviewScripts/linkedin.js +1 -1
  220. package/lib/module/utils/webviewScripts/sephora.js +1 -1
  221. package/lib/module/utils/webviewScripts/telegram.js +1 -1
  222. package/package.json +1 -1
@@ -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';import{COLORS,SPACING}from'../theme';import{triggerHaptic,HapticType}from'../utils/haptics';import _0x46bfb0 from'./PersonaImage';import _0x5913c9 from'./PrimaryButton';import _0x3fd55a from'./PersonalizationConsentScreen';import _0x16f73e from'./PinCreationScreen';import _0x5f46a7 from'./PersonaLoadingScreen';function _0x59e0(_0x59898d,_0x59e089){_0x59898d=_0x59898d-0x0;const _0x110760=_0x5989();let _0x459af4=_0x110760[_0x59898d];return _0x459af4;}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':_0x59e0(0x0),'label':'Daily','description':_0x59e0(0x1)},{'value':'weekly','label':'Weekly','description':_0x59e0(0x2)},{'value':_0x59e0(0x3),'label':'Biweekly','description':_0x59e0(0x4)}];const PlatformConnectorsStep=({onUpdate:_0x131fa6,onSkip:_0x1869ce,loading:loading=![],onPinComplete:_0x4f3de9,onReviewerBypass:_0x1a15a2,onLogout:_0x573954,allowedPlatforms:_0x498718,recommendedPlatforms:_0xf85a46,initialConnectedPlatforms:_0x2d7d19,onRefreshFrequencyChange:_0x1c05ad,initialRefreshFrequency:initialRefreshFrequency=_0x59e0(0x5)})=>{const _0x52709e={'kmmFh':function(_0x58468b,_0x282c4b){return _0x58468b(_0x282c4b);},'uQkbV':function(_0x5ac955){return _0x5ac955();},'RJWeP':function(_0x2bc504,_0x4db8c0){return _0x2bc504===_0x4db8c0;},'jfTPu':_0x59e0(0x6),'txibS':function(_0x416e91,_0x18461e){return _0x416e91>_0x18461e;},'mNRbg':function(_0x593c77,_0x18845b){return _0x593c77!==_0x18845b;},'AKMJN':_0x59e0(0x7),'Ebowu':_0x59e0(0x8),'dgUQD':function(_0x6e8f9e,_0x70ce94){return _0x6e8f9e(_0x70ce94);},'VQuPx':function(_0x5346c2,_0x5540bd){return _0x5346c2/_0x5540bd;},'RcRwx':function(_0x4ac673,_0x1bb22e){return _0x4ac673(_0x1bb22e);},'uYgcP':function(_0x30467c,_0x53a8e8){return _0x30467c>_0x53a8e8;},'YzIUK':_0x59e0(0x9),'GxicN':_0x59e0(0xa),'ewZPY':'✅\x20[PLATFORMS]\x20Loaded\x20from\x20user_connected_platforms:','cRKDa':_0x59e0(0xb),'kRAIn':_0x59e0(0xc),'VImjM':_0x59e0(0xd),'BKpHm':'linkedin','NKMXK':_0x59e0(0xe),'dojWp':_0x59e0(0xf),'yiRkm':function(_0x1b2936){return _0x1b2936();},'dePJI':function(_0x554ef1,_0x463dd4){return _0x554ef1===_0x463dd4;},'UXOTr':'KZenk','Esygr':'onairos_username','GObOn':'dYPAY','LbPkg':function(_0x19e4f7,_0x445712){return _0x19e4f7===_0x445712;},'fmvxs':function(_0x23c6d5,_0x5efc25){return _0x23c6d5*_0x5efc25;},'rRKiy':_0x59e0(0x10),'vNNBa':function(_0xa60c01,_0x428b89){return _0xa60c01===_0x428b89;},'TsXxz':_0x59e0(0x11),'UWySM':_0x59e0(0x12),'sCrMh':function(_0x52eb18,_0x515b46){return _0x52eb18-_0x515b46;},'LckVp':function(_0x26e22e,_0xf0fd6a){return _0x26e22e(_0xf0fd6a);},'JTGnE':function(_0x23a413,_0x29e65b){return _0x23a413(_0x29e65b);},'eNFZk':_0x59e0(0x13),'fNYSn':function(_0x291f1e,_0x3d8290){return _0x291f1e===_0x3d8290;},'hHbsB':function(_0x27a962,_0x1dc257){return _0x27a962===_0x1dc257;},'fJfpw':_0x59e0(0x14),'iRHAU':_0x59e0(0x15),'XztpV':_0x59e0(0x16),'uVamN':'KctaJ','UWCFb':_0x59e0(0x17),'wfern':_0x59e0(0x18),'MNrHZ':function(_0x44c450,_0x4d6032){return _0x44c450||_0x4d6032;},'HbTkh':_0x59e0(0x19),'tZZun':_0x59e0(0x1a),'izqPJ':'bFkxO','uBYLd':function(_0x3a2db8,_0x3e734f){return _0x3a2db8(_0x3e734f);},'dbHyy':function(_0x40528a,_0x1a9268){return _0x40528a(_0x1a9268);},'SDwVe':_0x59e0(0x1b),'Nngzc':function(_0x1c1544,_0x359834){return _0x1c1544(_0x359834);},'xgkfp':_0x59e0(0x1c),'KWciz':function(_0x2b5d4c,_0x38a5f6){return _0x2b5d4c(_0x38a5f6);},'NdyyD':function(_0x229265,_0x42d31d){return _0x229265(_0x42d31d);},'gpGSa':function(_0x2f7e64,_0x24709a){return _0x2f7e64(_0x24709a);},'LMWjE':_0x59e0(0x1d),'hARfm':function(_0xd5a7a3,_0x15cbd5){return _0xd5a7a3(_0x15cbd5);},'mCtdW':function(_0x3bc299,_0x4536e8){return _0x3bc299(_0x4536e8);},'nLicW':function(_0x9eb019,_0x14cb5e,_0x1ef6a4){return _0x9eb019(_0x14cb5e,_0x1ef6a4);},'XitSG':_0x59e0(0x1e),'DIWXF':function(_0x5ab656,_0x5c7c4b){return _0x5ab656(_0x5c7c4b);},'EipBp':function(_0x29a342,_0x42afc8){return _0x29a342(_0x42afc8);},'TLbrD':function(_0x527ef0,_0x3a650c){return _0x527ef0(_0x3a650c);},'ALKlt':function(_0x3d900f,_0x312a83){return _0x3d900f+_0x312a83;},'ynFBr':_0x59e0(0x1f),'lSipo':_0x59e0(0x20),'WJujj':function(_0x57e671,_0x198f4f){return _0x57e671(_0x198f4f);},'XJvhJ':function(_0x52e06c,_0x16ab01){return _0x52e06c!==_0x16ab01;},'rdeHQ':_0x59e0(0x21),'QAYNL':_0x59e0(0x22),'OjArF':function(_0x206218,_0x290f6c){return _0x206218(_0x290f6c);},'kZxqh':function(_0x3fbfd1,_0x4b8876){return _0x3fbfd1(_0x4b8876);},'sGDqT':function(_0x37279c,_0x319f68){return _0x37279c(_0x319f68);},'uSkIA':_0x59e0(0x23),'vrlAP':_0x59e0(0x24),'iWire':_0x59e0(0x25),'WkSUx':function(_0x29d904,_0x4c063c){return _0x29d904===_0x4c063c;},'lZnKF':_0x59e0(0x26),'HizCv':function(_0x165c48,_0x366002){return _0x165c48(_0x366002);},'asOKl':_0x59e0(0x27),'DujTG':'jFmlV','xqoEK':function(_0x2da4ef,_0x183ae7){return _0x2da4ef(_0x183ae7);},'modEA':_0x59e0(0x28),'OhzwB':function(_0x144a97,_0x22d7c5){return _0x144a97(_0x22d7c5);},'oahcN':function(_0x28f9b3,_0x41e043){return _0x28f9b3(_0x41e043);},'tKYtV':function(_0x3bbb32,_0x321e4b){return _0x3bbb32(_0x321e4b);},'GZZxy':function(_0x2db399,_0x4657e5){return _0x2db399(_0x4657e5);},'DZZMr':function(_0x20df38,_0x5c01e5){return _0x20df38===_0x5c01e5;},'BIcXe':_0x59e0(0x29),'AqMlm':_0x59e0(0x2a),'KlMIL':_0x59e0(0x2b),'wyeWh':function(_0x1804e0,_0x3ecca2){return _0x1804e0!==_0x3ecca2;},'deIaS':_0x59e0(0x2c),'KDwHj':function(_0x18843c,_0x535e02){return _0x18843c(_0x535e02);},'DkMCe':function(_0x4e1f00,_0x1c4917){return _0x4e1f00(_0x1c4917);},'NWWLs':_0x59e0(0x2d),'VhzXk':_0x59e0(0x2e),'ECGCn':_0x59e0(0x2f),'zYSiV':_0x59e0(0x30),'nFDke':_0x59e0(0x31),'ZxcLi':function(_0x2423a1,_0x1c9db7){return _0x2423a1(_0x1c9db7);},'erLbL':function(_0x1b35a1,_0x2f603d){return _0x1b35a1===_0x2f603d;},'atVId':'hYlNe','WCvit':function(_0x3260f9,_0x154047){return _0x3260f9(_0x154047);},'jdJWp':function(_0x533621,_0x2160a3){return _0x533621(_0x2160a3);},'qrDXY':function(_0x1e9a0e,_0x49672f){return _0x1e9a0e(_0x49672f);},'jozEz':_0x59e0(0x32),'jAqME':function(_0x507d23,_0x28a932){return _0x507d23+_0x28a932;},'StYTl':_0x59e0(0x33),'VSJYF':'...)','eLnAq':_0x59e0(0x34),'BfvqG':function(_0x2fcb8d,_0x1ef3c5){return _0x2fcb8d===_0x1ef3c5;},'QnZst':_0x59e0(0x35),'npRXy':function(_0x46b4b6,_0x4bcb8a){return _0x46b4b6(_0x4bcb8a);},'eSxqi':_0x59e0(0x36),'ZRxve':'XQqhJ','vzOCH':function(_0x318668,_0x58ba46){return _0x318668===_0x58ba46;},'wvwuE':function(_0x8b5c40,_0x3a2f2c){return _0x8b5c40===_0x3a2f2c;},'sYwwQ':_0x59e0(0x37),'XazZx':function(_0x50f99b,_0x2714a2){return _0x50f99b(_0x2714a2);},'pfrjJ':function(_0x5aa3a1,_0x5da97c){return _0x5aa3a1(_0x5da97c);},'rCIDa':function(_0x13f04e,_0x5ecb3b){return _0x13f04e(_0x5ecb3b);},'wdqLx':function(_0x4126ce,_0x37e21d){return _0x4126ce(_0x37e21d);},'yvbyA':function(_0xaafbe,_0x52d33a){return _0xaafbe(_0x52d33a);},'LKEFu':function(_0x11c9f7,_0x2984f9){return _0x11c9f7===_0x2984f9;},'mopBg':function(_0x3df678,_0x1d0b0f){return _0x3df678&&_0x1d0b0f;},'GsMzH':function(_0x1329ce,_0x328dab){return _0x1329ce===_0x328dab;},'xvZhF':'nDzLv','fWlLY':function(_0x3305b4,_0x1054d1){return _0x3305b4!==_0x1054d1;},'CzVjm':'wHEMo','XmkQh':function(_0x460fe6,_0x28a395){return _0x460fe6(_0x28a395);},'BmRNL':function(_0x297e25,_0x367f15){return _0x297e25(_0x367f15);},'UApYu':'reYMo','MnwyN':function(_0x30cbb7,_0x481f50){return _0x30cbb7(_0x481f50);},'MlTMy':'nAkaU','ZgsTF':function(_0x1bcb19,_0x4f0c48){return _0x1bcb19(_0x4f0c48);},'TxIat':function(_0x18ae5d,_0x4e152c){return _0x18ae5d>_0x4e152c;},'OaWNX':function(_0x3a15fb,_0x1f9546){return _0x3a15fb!==_0x1f9546;},'vqWSR':_0x59e0(0x38),'zSGxT':function(_0x30679d,_0x40eeb6,_0x143e50){return _0x30679d(_0x40eeb6,_0x143e50);},'eDzQw':function(_0x1f9800,_0x20a7e5){return _0x1f9800(_0x20a7e5);},'ygNzw':function(_0xa214ae,_0x202149){return _0xa214ae(_0x202149);},'RwKmh':_0x59e0(0x39),'ncOsA':'tQbCU','shFQm':function(_0x39a891,_0x5e4adb){return _0x39a891(_0x5e4adb);},'pXAVc':'OeycB','PWAyN':function(_0x45094a,_0x29353d){return _0x45094a===_0x29353d;},'BFzcF':_0x59e0(0x3a),'CtUFZ':function(_0x152b18,_0x520975){return _0x152b18===_0x520975;},'yTTNV':'gmail','CaVMZ':function(_0x1972b1,_0x51f89c){return _0x1972b1===_0x51f89c;},'EhKLO':_0x59e0(0x3b),'LOmyK':function(_0x3a6a15,_0x139ffb){return _0x3a6a15(_0x139ffb);},'Xlbhz':_0x59e0(0x3c),'SyvHj':function(_0x2cc596,_0x192677){return _0x2cc596===_0x192677;},'kbKJp':function(_0x56c57a,_0x26f0ab){return _0x56c57a(_0x26f0ab);},'mrOrn':function(_0x2e75dc,_0xee07fd){return _0x2e75dc>_0xee07fd;},'IPHJP':_0x59e0(0x3d),'tRkKT':function(_0x129e04,_0x399e6d){return _0x129e04(_0x399e6d);},'qOeiy':function(_0xd3ea8a,_0x5e68b9){return _0xd3ea8a(_0x5e68b9);},'zNaPr':function(_0x4cae0d,_0x322040){return _0x4cae0d(_0x322040);},'bhDPd':function(_0x58dd0a,_0x114c09){return _0x58dd0a(_0x114c09);},'GFQtD':_0x59e0(0x3e),'bWBGI':function(_0x2484b4,_0x5a5172){return _0x2484b4(_0x5a5172);},'RgKaA':function(_0x469952,_0x5316c3){return _0x469952(_0x5316c3);},'BzaBF':function(_0x5e7481,_0x17ecda){return _0x5e7481(_0x17ecda);},'tOiJr':function(_0xb9b586,_0x3d1af6){return _0xb9b586(_0x3d1af6);},'ZjfsZ':function(_0x569720,_0x43613f,_0xeacef3){return _0x569720(_0x43613f,_0xeacef3);},'PPKuX':function(_0x33db3b,_0x275ede,_0x5bf64f){return _0x33db3b(_0x275ede,_0x5bf64f);},'cjoTk':'youtube','dbavk':_0x59e0(0x3f),'aCyrt':_0x59e0(0x40),'mrCpA':_0x59e0(0x41),'zVNns':'Use\x20your\x20posts\x20and\x20comments\x20to\x20enrich\x20your\x20model.','QieZQ':_0x59e0(0x42),'cAhYz':function(_0x22f3ca,_0xce63b1){return _0x22f3ca(_0xce63b1);},'JLTfh':_0x59e0(0x43),'nhPfK':_0x59e0(0x44),'rOIFa':'Use\x20your\x20email\x20information\x20to\x20enrich\x20your\x20model.','fimfc':'ChatGPT','QcSUQ':function(_0x5c500d,_0x2ab8d3){return _0x5c500d(_0x2ab8d3);},'ujkuz':_0x59e0(0x45),'aeMYJ':_0x59e0(0x46),'dwKpQ':_0x59e0(0x47),'tTyMv':'Gemini','UraHh':function(_0x2517bd,_0x7bdfcc){return _0x2517bd(_0x7bdfcc);},'qXBlX':_0x59e0(0x48),'TBpbt':_0x59e0(0x49),'CmdsS':_0x59e0(0x4a),'wXYVE':_0x59e0(0x4b),'yXQSA':function(_0x58d8d2,_0x37963b,_0x190288){return _0x58d8d2(_0x37963b,_0x190288);},'lRqif':function(_0xad2040,_0x53d6f3){return _0xad2040!==_0x53d6f3;},'QwNAp':_0x59e0(0x4c),'VkchI':function(_0x1628cf,_0x1c008a){return _0x1628cf&&_0x1c008a;},'OziMo':function(_0x3463c0,_0x3ac6c3){return _0x3463c0!==_0x3ac6c3;},'zphaf':_0x59e0(0x4d),'ZbqGE':_0x59e0(0x4e),'taHZM':'Build\x20your\x20persona','WHYOV':function(_0x757edf,_0x2268e5){return _0x757edf<=_0x2268e5;},'AMfgg':_0x59e0(0x4f),'nRiFu':function(_0x3e2709,_0x253847){return _0x3e2709>_0x253847;},'lXSXy':function(_0x1bfc0b,_0x4d31ea){return _0x1bfc0b>_0x4d31ea;},'BXxYq':_0x59e0(0x50),'uUdcq':_0x59e0(0x51),'LIlfn':function(_0x219488,_0x1afc5d){return _0x219488===_0x1afc5d;},'mdNGB':function(_0x2c4277,_0x45c414){return _0x2c4277||_0x45c414;},'pDJMS':_0x59e0(0x52)};var _0x696de8;const [_0x13257d,_0x4f1c48]=_0x52709e[_0x59e0(0x53)](useState,()=>new Set(_0x2d7d19||[])),[_0x2ae60d,_0x29ea32]=_0x52709e[_0x59e0(0x54)](useState,![]),[_0x4fc271,_0x6186da]=_0x52709e['RcRwx'](useState,![]),[_0x3a3cf2,_0x539743]=useState(![]),[_0x45ce29,_0x46791c]=useState(''),[_0x2d1225,_0x3e5af0]=useState({}),[_0x66272a,_0x881c04]=useState(![]),[_0x3844c3,_0x443c71]=_0x52709e[_0x59e0(0x55)](useState,''),[_0x388551,_0x4620f6]=useState(''),[_0x4fa800,_0x441052]=_0x52709e[_0x59e0(0x56)](useState,null),[_0x31a3f3,_0x66435d]=_0x52709e['WCvit'](useState,0x0),_0x290e8e=_0x52709e[_0x59e0(0x57)](useRef,new Animated['Value'](0x0))[_0x59e0(0x58)],[_0x552ffd,_0x558fd6]=useState(''),_0x4ec44f=_0x52709e[_0x59e0(0x59)](useRef,null),[_0x5cc8a3,_0x1e90ad]=useState(!![]),_0x15dedb=_0x52709e[_0x59e0(0x5a)](useRef,new Animated['Value'](0x0))['current'],[_0x165216,_0x29dca6]=_0x52709e['zNaPr'](useState,0x0),_0x1e5da3=useRef(0x0),[_0x4144e7,_0x14b535]=_0x52709e[_0x59e0(0x5b)](useState,''),[_0x27a62b,_0x2d0fcb]=_0x52709e[_0x59e0(0x5c)](useState,0x0),[_0x3cfe24,_0x220c55]=_0x52709e[_0x59e0(0x5d)](useState,_0x52709e[_0x59e0(0x5e)]),[_0x208b7b,_0x307aa5]=useState(![]),[_0x9428a8,_0x471768]=_0x52709e[_0x59e0(0x5f)](useState,![]),[_0x3315a6,_0x484519]=_0x52709e[_0x59e0(0x60)](useState,null),[_0x198ea1,_0x3760f8]=useState(null),_0x90d607=_0x52709e[_0x59e0(0x61)](useRef,null),[_0x43a6aa,_0x1a8f3a]=_0x52709e[_0x59e0(0x62)](useState,![]),[_0x31555e,_0xc90cad]=_0x52709e['BzaBF'](useState,''),[_0x432f9f,_0x51c356]=_0x52709e[_0x59e0(0x63)](useState,null),[_0x1471a0,_0x34a055]=_0x52709e[_0x59e0(0x64)](useState,![]),[_0x38dc2f,_0x5c949a]=useState(![]),[_0x58d8b8,_0x502fe4]=_0x52709e[_0x59e0(0x56)](useState,null),[_0x14490e,_0x1c07e3]=_0x52709e[_0x59e0(0x65)](useState,initialRefreshFrequency),{connectPlatform:_0x287fd6,disconnectPlatform:_0x5504ea,isConnecting:_0x33bbca}=useConnections(),_0x2bc38a=null;_0x52709e[_0x59e0(0x66)](useEffect,()=>{const _0x271d00={'cMCJV':function(_0x34f53e,_0x39a264){return _0x52709e[_0x59e0(0x67)](_0x34f53e,_0x39a264);},'fRbuq':function(_0x3354fa){return _0x52709e[_0x59e0(0x68)](_0x3354fa);}};_0x52709e['RJWeP'](_0x52709e['jfTPu'],_0x52709e[_0x59e0(0x69)])?_0x2d7d19&&_0x52709e[_0x59e0(0x6a)](_0x2d7d19[_0x59e0(0x6b)],0x0)&&_0x52709e[_0x59e0(0x67)](_0x4f1c48,_0x115c28=>{const _0xd4ebf=new Set(_0x115c28);let _0x306f58=![];return _0x2d7d19[_0x59e0(0x6c)](_0x21f84a=>{_0x59e0(0x6d)!==_0x59e0(0x6d)?_0x4b39df&&_0x1061f2(_0x5665f7):!_0xd4ebf[_0x59e0(0x6e)](_0x21f84a)&&(_0xd4ebf[_0x59e0(0x6f)](_0x21f84a),_0x306f58=!![]);}),_0x306f58?_0xd4ebf:_0x115c28;}):(_0x271d00[_0x59e0(0x70)](_0x2ab75b,_0x25c9e[_0x59e0(0x71)]),_0x237e57[_0x59e0(0x72)]([0x0,0x64,0x32,0x64]),_0x271d00[_0x59e0(0x73)](_0x5d1f6a));},[_0x2d7d19]),useEffect(()=>{const _0x349a38={'zQvVI':function(_0x1803e5,_0x54766d){return _0x52709e[_0x59e0(0x74)](_0x1803e5,_0x54766d);},'lxVCl':_0x52709e[_0x59e0(0x75)],'HHEPs':function(_0x5dfd31,_0x5d26ca){return _0x5dfd31===_0x5d26ca;},'oTSrB':function(_0x13a7ab,_0x3c02a9){return _0x52709e[_0x59e0(0x74)](_0x13a7ab,_0x3c02a9);},'EKyXT':_0x52709e[_0x59e0(0x76)],'wRMkE':function(_0x6ef939,_0x267140){return _0x6ef939(_0x267140);},'fcJBe':function(_0x5cc757,_0x416619){return _0x52709e[_0x59e0(0x5a)](_0x5cc757,_0x416619);},'bpPrk':function(_0x5829bb,_0x4f997c){return _0x5829bb-_0x4f997c;},'fdQaO':function(_0x5422ff,_0x144f8b){return _0x52709e[_0x59e0(0x77)](_0x5422ff,_0x144f8b);},'lhsqB':function(_0xae5154,_0x570fcb){return _0x52709e[_0x59e0(0x78)](_0xae5154,_0x570fcb);},'lmXLE':function(_0x1f2777,_0xa88a57){return _0x52709e['uYgcP'](_0x1f2777,_0xa88a57);},'PAbhT':_0x59e0(0x79),'BYaoC':_0x52709e[_0x59e0(0x7a)],'XYuIw':_0x52709e['GxicN'],'RRTjM':_0x52709e[_0x59e0(0x7b)],'ajngY':_0x59e0(0x7c),'vHpQu':_0x52709e['cRKDa'],'vNokA':_0x52709e[_0x59e0(0x7d)],'bDDPr':_0x52709e[_0x59e0(0x7e)],'qyGSW':function(_0x465b37,_0x3a2927){return _0x52709e['RJWeP'](_0x465b37,_0x3a2927);},'JXIPI':'vKrTY','WHkpG':_0x59e0(0x7f),'gWenj':_0x52709e['BKpHm'],'AdUTc':function(_0x4b33b0,_0x3427b2){return _0x52709e[_0x59e0(0x80)](_0x4b33b0,_0x3427b2);},'kqFLf':function(_0x14cf0a,_0x2c1a9f){return _0x14cf0a(_0x2c1a9f);},'NqdxY':_0x52709e[_0x59e0(0x81)]};if(_0x52709e[_0x59e0(0x74)](_0x59e0(0xf),_0x52709e[_0x59e0(0x82)])){const _0x38ee65=new _0x4fa841(_0xc5ffff);let _0x4f7f67=![];return _0x3103a5['forEach'](_0x405106=>{!_0x38ee65[_0x59e0(0x6e)](_0x405106)&&(_0x38ee65[_0x59e0(0x6f)](_0x405106),_0x4f7f67=!![]);}),_0x4f7f67&&_0x4de57c['log'](_0x59e0(0x32),_0x984a3d[_0x59e0(0x83)](_0x38ee65)),_0x4f7f67?_0x38ee65:_0x3e3b99;}else{const _0x1414a4=async()=>{const _0x57eef9={'uOkhU':function(_0x1a2575,_0xdcf9af){return _0x349a38[_0x59e0(0x84)](_0x1a2575,_0xdcf9af);},'MtoYe':function(_0x1b2932,_0x37d04e){return _0x349a38['fdQaO'](_0x1b2932,_0x37d04e);},'eWuJh':function(_0x2445d9,_0x3da49b){return _0x349a38[_0x59e0(0x85)](_0x2445d9,_0x3da49b);},'jbfUn':function(_0x1a4123,_0x72f84d){return _0x349a38['lmXLE'](_0x1a4123,_0x72f84d);},'shbKd':function(_0x4b94e5,_0x4fa9da){return _0x4b94e5===_0x4fa9da;},'oLXsM':_0x59e0(0xb),'rcVQT':function(_0x3df7a3,_0x555f9c){return _0x3df7a3(_0x555f9c);}};try{console['log'](_0x349a38[_0x59e0(0x86)]);const _0x2a6a04=[],_0x1347d7=await AsyncStorage[_0x59e0(0x87)](_0x59e0(0x23));if(_0x1347d7){if(_0x349a38['zQvVI'](_0x349a38['BYaoC'],_0x349a38['XYuIw'])){const _0x2d3824=JSON[_0x59e0(0x88)](_0x1347d7);Array[_0x59e0(0x89)](_0x2d3824)&&(_0x2a6a04[_0x59e0(0x8a)](..._0x2d3824),console['log'](_0x349a38[_0x59e0(0x8b)],_0x2d3824));}else{const _0x2498a4=_0x288fc2[_0x59e0(0x8c)]['contentOffset']['x'],_0x338d40=_0x490d0d[_0x59e0(0x8c)][_0x59e0(0x8d)][_0x59e0(0x8e)],_0x3a33d6=_0x4e77d4['nativeEvent']['contentSize']['width'];_0x3964d1[_0x59e0(0x58)]=_0x2498a4;const _0x1f67ed=_0x57eef9['uOkhU'](_0x3a33d6,_0x338d40),_0x25d15b=_0x1f67ed>0x0?_0x57eef9[_0x59e0(0x8f)](_0x2498a4,_0x1f67ed):0x0;_0x57eef9[_0x59e0(0x90)](_0x456016,_0x25d15b),_0x57eef9['jbfUn'](_0x2498a4,0xa)&&_0x39c0a0&&_0x57eef9[_0x59e0(0x90)](_0x2a0ef1,![]);}}const _0x342ea6=await AsyncStorage[_0x59e0(0x87)](_0x349a38[_0x59e0(0x91)]);if(_0x342ea6){const _0x157909=JSON['parse'](_0x342ea6);Array[_0x59e0(0x89)](_0x157909)&&(_0x157909['forEach'](_0x5acc74=>{if(_0x349a38[_0x59e0(0x92)](_0x349a38['lxVCl'],'EtcFp')){const _0x1c4282={'lyhWR':function(_0x5dad38,_0xd63bf0){return _0x57eef9['shbKd'](_0x5dad38,_0xd63bf0);},'lUlrJ':function(_0x3908e9,_0x390228){return _0x57eef9[_0x59e0(0x93)](_0x3908e9,_0x390228);}},_0x259b29=_0x340287[_0x59e0(0x88)](_0x5dada2);_0x36d40f['isArray'](_0x259b29)&&(_0x259b29['forEach'](_0x8e796c=>{var _0x21a12d;const _0x2494f4=_0x1c4282[_0x59e0(0x94)](_0x21a12d=_0x8e796c[_0x59e0(0x95)],null)||_0x1c4282[_0x59e0(0x96)](_0x21a12d,void 0x0)?void 0x0:_0x21a12d[_0x59e0(0x97)]();_0x2494f4&&!_0x4cd347[_0x59e0(0x98)](_0x2494f4)&&_0x46c004[_0x59e0(0x8a)](_0x2494f4);}),_0x158622[_0x59e0(0x99)](_0x57eef9[_0x59e0(0x9a)],_0x259b29['map'](_0x26c4b5=>_0x26c4b5[_0x59e0(0x95)])));}else{var _0x481bdd;const _0x186460=(_0x481bdd=_0x5acc74['platform'])===null||_0x349a38['HHEPs'](_0x481bdd,void 0x0)?void 0x0:_0x481bdd[_0x59e0(0x97)]();if(_0x186460&&!_0x2a6a04[_0x59e0(0x98)](_0x186460)){if(_0x349a38[_0x59e0(0x9b)](_0x349a38[_0x59e0(0x9c)],'Kdbge'))_0x2a6a04[_0x59e0(0x8a)](_0x186460);else{const _0x354038=new _0x251a68(_0x1ee567);_0x354038[_0x59e0(0x6f)](_0x4d578b),_0x57eef9[_0x59e0(0x90)](_0x599f08,_0x354038),_0x57eef9[_0x59e0(0x9d)](_0x25a2b3,_0x1a90fa=>({..._0x1a90fa,[_0x571f4b]:'connected'})),_0x2e7414(_0x4d9be7[_0x59e0(0x71)]);}}}}),console['log'](_0x349a38[_0x59e0(0x9e)],_0x157909[_0x59e0(0x9f)](_0x207ccb=>_0x207ccb[_0x59e0(0x95)])));}const _0x38bdb7=[_0x349a38['vNokA'],_0x349a38['bDDPr'],'gemini','grok'];for(const _0x8453cc of _0x38bdb7){const _0x1b9733=await AsyncStorage[_0x59e0(0x87)](_0x59e0(0xa0)+_0x8453cc);if(_0x1b9733){const _0x4d2adc=JSON[_0x59e0(0x88)](_0x1b9733);_0x4d2adc[_0x59e0(0xa1)]&&!_0x2a6a04[_0x59e0(0x98)](_0x8453cc)&&(_0x349a38['qyGSW']('vKrTY',_0x349a38[_0x59e0(0xa2)])?(_0x2a6a04[_0x59e0(0x8a)](_0x8453cc),console[_0x59e0(0x99)](_0x59e0(0xa3)+_0x8453cc)):(_0x13a6f9[_0x59e0(0xa4)](_0x59e0(0xa5)+_0x1ad2d4+_0x59e0(0xa6)),_0x349a38[_0x59e0(0xa7)](_0x5045a8,_0x573579=>({..._0x573579,[_0x59d94a]:_0x59e0(0xa4)})),_0x349a38['fcJBe'](_0xc93e67,_0x1347a5[_0x59e0(0xa8)])));}}const _0x36d45a=await AsyncStorage['getItem'](_0x349a38[_0x59e0(0xa9)]);if(_0x36d45a){const _0x197de0=JSON[_0x59e0(0x88)](_0x36d45a);_0x197de0[_0x59e0(0xa1)]&&!_0x2a6a04[_0x59e0(0x98)](_0x349a38[_0x59e0(0xaa)])&&(_0x2a6a04[_0x59e0(0x8a)](_0x349a38[_0x59e0(0xaa)]),console[_0x59e0(0x99)](_0x59e0(0x2b)));}_0x349a38[_0x59e0(0xab)](_0x2a6a04[_0x59e0(0x6b)],0x0)&&_0x349a38[_0x59e0(0xac)](_0x4f1c48,_0x1dba24=>{const _0x378915=new Set(_0x1dba24);let _0x184e5f=![];return _0x2a6a04[_0x59e0(0x6c)](_0x2ef91f=>{!_0x378915['has'](_0x2ef91f)&&(_0x378915['add'](_0x2ef91f),_0x184e5f=!![]);}),_0x184e5f&&console[_0x59e0(0x99)]('✅\x20[PLATFORMS]\x20Updated\x20connectedPlatforms\x20state\x20with:',Array[_0x59e0(0x83)](_0x378915)),_0x184e5f?_0x378915:_0x1dba24;});}catch(_0x1ac91d){console[_0x59e0(0xa4)](_0x349a38[_0x59e0(0xad)],_0x1ac91d);}};_0x52709e[_0x59e0(0xae)](_0x1414a4);}},[]),_0x52709e[_0x59e0(0xaf)](useEffect,()=>{const _0x3686ba={'iLYCj':function(_0x1c081c,_0x4d4bfb){return _0x1c081c(_0x4d4bfb);},'yaTOd':function(_0x447fc9,_0x315d06){return _0x52709e[_0x59e0(0xb0)](_0x447fc9,_0x315d06);},'gThdY':_0x52709e['UXOTr'],'EvXMb':_0x59e0(0xb1),'derEa':_0x52709e['Esygr'],'HbVrN':function(_0x416e26,_0x513d82){return _0x416e26&&_0x513d82;},'fWuGv':function(_0x5bc9fd,_0x386c65){return _0x52709e[_0x59e0(0xb0)](_0x5bc9fd,_0x386c65);},'LoExp':_0x52709e[_0x59e0(0xb2)],'BiNAC':function(_0x3b2018,_0x20cb6d){return _0x52709e[_0x59e0(0x5a)](_0x3b2018,_0x20cb6d);},'TdDYf':function(_0x4a3a94,_0x4b1af){return _0x52709e['LbPkg'](_0x4a3a94,_0x4b1af);},'ymZsf':function(_0x28b850,_0xed3b97){return _0x52709e[_0x59e0(0xb3)](_0x28b850,_0xed3b97);},'cZhmP':function(_0x5dade7,_0x376975){return _0x52709e[_0x59e0(0xb3)](_0x5dade7,_0x376975);},'KIczl':_0x52709e[_0x59e0(0xb4)],'ptAJI':function(_0x1bc3ae,_0x3d8052){return _0x52709e['fmvxs'](_0x1bc3ae,_0x3d8052);},'yrmcN':function(_0x2624e1,_0x1c410b){return _0x52709e[_0x59e0(0x67)](_0x2624e1,_0x1c410b);}},_0x18c5aa=async()=>{const _0x5c69c0={'tJLHV':function(_0x32b03a,_0x1187ae){return _0x3686ba[_0x59e0(0xb5)](_0x32b03a,_0x1187ae);}};if(_0x3686ba[_0x59e0(0xb6)](_0x3686ba['gThdY'],_0x3686ba[_0x59e0(0xb7)]))_0x5c69c0[_0x59e0(0xb8)](_0x5a1f19,![]);else try{const _0x1da935=await AsyncStorage[_0x59e0(0x87)](_0x3686ba[_0x59e0(0xb9)]);if(_0x3686ba[_0x59e0(0xba)](_0x1da935,!_0x4144e7)){if(_0x3686ba[_0x59e0(0xbb)](_0x3686ba['LoExp'],'dYPAY')){_0x3686ba[_0x59e0(0xbc)](_0x14b535,_0x1da935);return;}else return React[_0x59e0(0xbd)](_0x3be8ad,{'visible':_0x257834,'onComplete':_0x59691f,'onBack':_0x5c3355});}if(_0x3686ba['HbVrN'](_0x2bc38a,!_0x4144e7)){var _0x4b590e;const _0x29aa09=(_0x2bc38a===null||_0x3686ba[_0x59e0(0xb6)](_0x2bc38a,void 0x0)||_0x3686ba[_0x59e0(0xb6)](_0x4b590e=_0x2bc38a[_0x59e0(0xbe)],null)||_0x3686ba[_0x59e0(0xbf)](_0x4b590e,void 0x0)?void 0x0:_0x4b590e[_0x59e0(0xc0)]('@')[0x0])||(_0x3686ba[_0x59e0(0xb6)](_0x2bc38a,null)||_0x2bc38a===void 0x0?void 0x0:_0x2bc38a[_0x59e0(0xc1)])||_0x59e0(0xc2)+Math[_0x59e0(0xc3)](_0x3686ba[_0x59e0(0xc4)](Math[_0x59e0(0xc5)](),0x2710));_0x3686ba[_0x59e0(0xb5)](_0x14b535,_0x29aa09),await AsyncStorage[_0x59e0(0xc6)](_0x3686ba[_0x59e0(0xb9)],_0x29aa09);return;}if(!_0x4144e7){const _0xc5b29a=_0x59e0(0xc7)+Math[_0x59e0(0xc3)](_0x3686ba[_0x59e0(0xc8)](Math[_0x59e0(0xc5)](),0x2710));_0x14b535(_0xc5b29a),await AsyncStorage[_0x59e0(0xc6)](_0x3686ba[_0x59e0(0xb9)],_0xc5b29a);}}catch(_0x15335c){console[_0x59e0(0xa4)](_0x3686ba[_0x59e0(0xc9)],_0x15335c);const _0x45d9cc=_0x59e0(0xc2)+Math['floor'](_0x3686ba['ptAJI'](Math[_0x59e0(0xc5)](),0x2710));_0x3686ba[_0x59e0(0xca)](_0x14b535,_0x45d9cc);}};_0x52709e[_0x59e0(0xae)](_0x18c5aa);},[_0x2bc38a,_0x4144e7]),useEffect(()=>{const _0x491a02={'CvsvH':function(_0x1633f8,_0x599948){return _0x52709e[_0x59e0(0xcb)](_0x1633f8,_0x599948);}};_0x52709e['TsXxz']===_0x52709e[_0x59e0(0xcc)]?(_0x103e67[_0x59e0(0x6c)](_0x10c4e0=>{var _0x316822;const _0x263fed=(_0x316822=_0x10c4e0[_0x59e0(0x95)])===null||_0x491a02[_0x59e0(0xcd)](_0x316822,void 0x0)?void 0x0:_0x316822['toLowerCase']();_0x263fed&&!_0x3d4489[_0x59e0(0x98)](_0x263fed)&&_0x336d03[_0x59e0(0x8a)](_0x263fed);}),_0x27dcde['log'](_0x52709e['cRKDa'],_0x376523[_0x59e0(0x9f)](_0x55e5e8=>_0x55e5e8[_0x59e0(0x95)]))):_0x5cc8a3&&Animated['loop'](Animated[_0x59e0(0xce)]([Animated[_0x59e0(0xcf)](_0x15dedb,{'toValue':0x1,'duration':0x3e8,'useNativeDriver':!![]}),Animated[_0x59e0(0xcf)](_0x15dedb,{'toValue':0x0,'duration':0x3e8,'useNativeDriver':!![]})]))[_0x59e0(0xd0)]();},[_0x5cc8a3]);const _0x40b96e=_0x52709e[_0x59e0(0xd1)](useCallback,_0x3d713d=>{const _0x24af0e=_0x3d713d[_0x59e0(0x8c)][_0x59e0(0xd2)]['x'],_0x34d30a=_0x3d713d[_0x59e0(0x8c)][_0x59e0(0x8d)][_0x59e0(0x8e)],_0x186f7d=_0x3d713d[_0x59e0(0x8c)]['contentSize'][_0x59e0(0x8e)];_0x1e5da3[_0x59e0(0x58)]=_0x24af0e;const _0x4106f0=_0x52709e['sCrMh'](_0x186f7d,_0x34d30a),_0x5736b7=_0x52709e[_0x59e0(0x80)](_0x4106f0,0x0)?_0x24af0e/_0x4106f0:0x0;_0x52709e['LckVp'](_0x29dca6,_0x5736b7),_0x24af0e>0xa&&_0x5cc8a3&&_0x52709e[_0x59e0(0xd3)](_0x1e90ad,![]);},[_0x5cc8a3]),_0x5f3e00=[{'id':_0x52709e[_0x59e0(0xd4)],'name':_0x59e0(0xd5),'icon':_0x52709e[_0x59e0(0xd6)](getPlatformIcon,_0x59e0(0xd7)),'description':_0x52709e['dbavk'],'isChatPlatform':![]},{'id':_0x52709e[_0x59e0(0xd8)],'name':_0x52709e[_0x59e0(0xd9)],'icon':_0x52709e['sGDqT'](getPlatformIcon,_0x59e0(0x40)),'description':_0x52709e[_0x59e0(0xda)],'isChatPlatform':![]},{'id':'pinterest','name':_0x52709e[_0x59e0(0xdb)],'icon':_0x52709e['cAhYz'](getPlatformIcon,_0x59e0(0x3a)),'description':_0x59e0(0xdc),'isChatPlatform':![]},{'id':_0x52709e[_0x59e0(0xdd)],'name':'LinkedIn','icon':_0x52709e['oahcN'](getPlatformIcon,_0x52709e[_0x59e0(0xdd)]),'description':_0x52709e[_0x59e0(0xde)],'isChatPlatform':![]},{'id':_0x52709e['yTTNV'],'name':_0x52709e[_0x59e0(0xdf)],'icon':_0x52709e[_0x59e0(0x56)](getPlatformIcon,_0x52709e[_0x59e0(0xe0)]),'description':_0x52709e['rOIFa'],'isChatPlatform':![]},{'id':_0x52709e[_0x59e0(0x7d)],'name':_0x52709e[_0x59e0(0xe1)],'icon':_0x52709e[_0x59e0(0xe2)](getPlatformIcon,_0x52709e[_0x59e0(0x7d)]),'description':_0x52709e[_0x59e0(0xe3)],'isChatPlatform':!![]},{'id':_0x59e0(0xd),'name':_0x52709e[_0x59e0(0xe4)],'icon':_0x52709e[_0x59e0(0xe5)](getPlatformIcon,_0x52709e[_0x59e0(0x7e)]),'description':_0x52709e[_0x59e0(0xe6)],'isChatPlatform':!![]},{'id':_0x59e0(0x48),'name':_0x52709e[_0x59e0(0xe7)],'icon':_0x52709e[_0x59e0(0xe8)](getPlatformIcon,_0x52709e['qXBlX']),'description':_0x52709e['TBpbt'],'isChatPlatform':!![]},{'id':_0x52709e[_0x59e0(0xe9)],'name':_0x52709e[_0x59e0(0xea)],'icon':_0x52709e[_0x59e0(0xeb)](getPlatformIcon,_0x52709e[_0x59e0(0xe9)]),'description':_0x52709e[_0x59e0(0xec)],'isChatPlatform':!![]}],_0x5e30d4=_0x498718?_0x498718['map'](_0x550f2e=>_0x5f3e00['find'](_0x340577=>_0x340577['id']===_0x550f2e))[_0x59e0(0xed)](_0x5277e7=>_0x5277e7!==undefined):_0x5f3e00;_0x52709e[_0x59e0(0x66)](useEffect,()=>{if(_0x5e30d4[_0x59e0(0x6b)]>0x0){const _0x3a7d77=_0x5e30d4[0x0]['id'];(!_0x552ffd||!_0x5e30d4[_0x59e0(0xee)](_0x5ef012=>_0x5ef012['id']===_0x552ffd))&&_0x52709e[_0x59e0(0x78)](_0x558fd6,_0x3a7d77);}},[_0x498718,_0x5e30d4[_0x59e0(0x6b)]]);const _0x3e5c8f=async(_0x256fc5,_0x558798)=>{const _0x53090b={'wLALi':function(_0x54680d,_0x21afcc){return _0x52709e[_0x59e0(0x78)](_0x54680d,_0x21afcc);},'ghaCh':_0x52709e['ewZPY'],'IOtVs':_0x52709e[_0x59e0(0x81)]};if(_0x52709e[_0x59e0(0xef)]===_0x59e0(0xf0))_0x52709e['kmmFh'](_0x532f72,_0x5155e2);else{triggerHaptic(HapticType['BUTTON_PRESS']),console[_0x59e0(0x99)](_0x59e0(0xf1)+_0x256fc5+_0x59e0(0xf2)+_0x558798);try{if(_0x558798){if(_0x52709e['UWCFb']!==_0x52709e[_0x59e0(0xf3)]){const _0x2203b1=await AsyncStorage['getItem'](_0x52709e[_0x59e0(0xf4)]),_0x4a2518=_0x52709e['MNrHZ'](_0x2203b1,_0x4144e7);console[_0x59e0(0x99)](_0x59e0(0xf5)+_0x2203b1+_0x59e0(0xf6)+_0x4144e7+_0x59e0(0xf7)+_0x4a2518+'\x22');if(!_0x4a2518||_0x52709e[_0x59e0(0xf8)](_0x4a2518[_0x59e0(0xf9)](),'')){if(_0x52709e[_0x59e0(0xcb)](_0x52709e[_0x59e0(0xfa)],_0x52709e[_0x59e0(0xfa)])){console[_0x59e0(0xa4)](_0x52709e[_0x59e0(0xfb)]);return;}else _0x52709e[_0x59e0(0x5a)](_0x5436af,![]);}const _0x3ccb05=_0x5f3e00[_0x59e0(0xee)](_0x3d6f18=>_0x3d6f18['id']===_0x256fc5),_0x2a61d5=(_0x52709e[_0x59e0(0xfc)](_0x3ccb05,null)||_0x3ccb05===void 0x0?void 0x0:_0x3ccb05[_0x59e0(0xfd)])||isLLMPlatform(_0x256fc5);if(_0x2a61d5){if(_0x52709e[_0x59e0(0xfc)](_0x59e0(0xfe),_0x52709e[_0x59e0(0xff)])){console['log'](_0x59e0(0x100)+_0x256fc5+_0x59e0(0x101)),_0x52709e['dgUQD'](_0x4620f6,_0x256fc5),_0x52709e[_0x59e0(0x102)](_0x3e5af0,_0x24e187=>({..._0x24e187,[_0x256fc5]:'connecting'}));const _0x3d5bf3=_0x52709e[_0x59e0(0x103)](getLLMPlatformUrl,_0x256fc5);if(_0x3d5bf3){if(_0x52709e['mNRbg'](_0x59e0(0x1b),_0x52709e[_0x59e0(0x104)])){const _0x1923f7=_0x4656a0[_0x59e0(0xee)](_0x32e29e=>_0x32e29e['id']===_0x5df6d8);if(!_0x1923f7)return null;const _0x138520=_0x4cd4a4[_0x59e0(0x6e)](_0x33ad1c),_0x3ffe95=_0x3c07d7[_0x2c8a8d]===_0x52709e[_0x59e0(0x105)],_0x598fa3=_0x52709e[_0x59e0(0xfc)](_0x170d32,null)||_0x52709e['hHbsB'](_0x568519,void 0x0)?void 0x0:_0x478d1e[_0x59e0(0x98)](_0x3b10e8);return React[_0x59e0(0xbd)](View,{'style':_0x35b5ff[_0x59e0(0x106)]},React[_0x59e0(0xbd)](View,{'style':_0x4d0317[_0x59e0(0x107)]},React[_0x59e0(0xbd)](Text,{'style':_0x5e88f0[_0x59e0(0x108)]},_0x1923f7[_0x59e0(0xc1)]),_0x598fa3&&React[_0x59e0(0xbd)](View,{'style':_0x501138[_0x59e0(0x109)]},React['createElement'](Text,{'style':_0x11f4ba['recommendedBadgeText']},_0x52709e[_0x59e0(0x10a)])),React[_0x59e0(0xbd)](TouchableOpacity,{'activeOpacity':0.8,'onPress':()=>!_0x3ffe95&&_0x171c50(_0x36ff13,!_0x138520),'disabled':_0x3ffe95,'style':[_0x322108['customToggleTrack'],{'backgroundColor':_0x138520?_0x52709e[_0x59e0(0x10b)]:_0x52709e[_0x59e0(0x10c)]}]},React['createElement'](View,{'style':[_0xa53cf[_0x59e0(0x10d)],{'transform':[{'translateX':_0x138520?0x14:0x0}]}]}))),React[_0x59e0(0xbd)](View,{'style':_0x307784[_0x59e0(0x10e)]},React[_0x59e0(0xbd)](Text,{'style':_0x16e38f['platformCardDescription']},_0x1923f7[_0x59e0(0x10f)])));}else console['log'](_0x59e0(0x110)+_0x256fc5+'\x20URL:',_0x3d5bf3),_0x52709e['Nngzc'](_0x443c71,_0x3d5bf3),_0x52709e[_0x59e0(0x102)](_0x881c04,!![]);}else _0x52709e['xgkfp']!==_0x59e0(0x111)?(console[_0x59e0(0xa4)](_0x59e0(0x112)+_0x256fc5),_0x52709e[_0x59e0(0x78)](_0x3e5af0,_0x92a64f=>({..._0x92a64f,[_0x256fc5]:_0x59e0(0xa4)})),_0x52709e[_0x59e0(0x67)](triggerHaptic,HapticType[_0x59e0(0xa8)])):(_0x5e6295['log'](_0x59e0(0x110)+_0x44a8eb+_0x59e0(0x113),_0x5484eb),_0x53090b['wLALi'](_0x5effcd,_0x16848d),_0x53090b['wLALi'](_0x42e88a,!![]));return;}else _0x52709e['JTGnE'](_0x4656c7,_0x5164c0=>({..._0x5164c0,[_0x2fe07d]:_0x59e0(0xa4)})),_0x1040e0(_0x21c84d['ERROR']);}if(_0x52709e['KWciz'](isLinkedInPlatform,_0x256fc5)){console[_0x59e0(0x99)](_0x59e0(0x114)),_0x52709e[_0x59e0(0x60)](_0x4620f6,_0x256fc5),_0x52709e['gpGSa'](_0x3e5af0,_0x33fadf=>({..._0x33fadf,[_0x256fc5]:'connecting'}));const _0x429a9f=_0x52709e[_0x59e0(0x115)];console[_0x59e0(0x99)](_0x59e0(0x116),_0x429a9f),_0x52709e['KWciz'](_0x443c71,_0x429a9f),_0x52709e[_0x59e0(0x117)](_0x881c04,!![]);return;}if(_0x52709e['KWciz'](hasNativeSDK,_0x256fc5)){_0x52709e[_0x59e0(0xeb)](_0x4620f6,_0x256fc5),_0x52709e[_0x59e0(0x118)](_0x3e5af0,_0x1753bc=>({..._0x1753bc,[_0x256fc5]:_0x59e0(0x13)}));const _0x4b3a70=await _0x52709e[_0x59e0(0xaf)](initiateNativeAuth,_0x256fc5,_0x4a2518);if(_0x4b3a70){if(_0x52709e[_0x59e0(0xf8)](_0x52709e[_0x59e0(0x119)],_0x59e0(0x1e))){const _0x4fe412=new Set(_0x13257d);_0x4fe412[_0x59e0(0x6f)](_0x256fc5),_0x4f1c48(_0x4fe412),_0x52709e[_0x59e0(0x5f)](_0x3e5af0,_0x37a7b4=>({..._0x37a7b4,[_0x256fc5]:_0x59e0(0xa1)})),_0x52709e[_0x59e0(0x53)](triggerHaptic,HapticType[_0x59e0(0x71)]);}else{const _0x1f3dbe=_0x5d4654[_0x59e0(0x88)](_0x2c80f8);_0x3581d9[_0x59e0(0x89)](_0x1f3dbe)&&(_0x313a88[_0x59e0(0x8a)](..._0x1f3dbe),_0x23b45c[_0x59e0(0x99)](_0x53090b['ghaCh'],_0x1f3dbe));}}else _0x52709e[_0x59e0(0x117)](_0x3e5af0,_0x441e94=>({..._0x441e94,[_0x256fc5]:_0x59e0(0xa4)})),_0x52709e['KWciz'](triggerHaptic,HapticType['ERROR']);}else{console['log'](_0x59e0(0x11a)+_0x256fc5+_0x59e0(0x1f)),_0x52709e[_0x59e0(0x11b)](_0x4620f6,_0x256fc5),_0x52709e[_0x59e0(0x11c)](_0x3e5af0,_0x39370c=>({..._0x39370c,[_0x256fc5]:_0x59e0(0x13)}));const _0x2b5c6a=await _0x52709e['nLicW'](initiateOAuth,_0x256fc5,_0x4a2518);console[_0x59e0(0x99)]('🔗\x20[TOGGLE]\x20OAuth\x20URL\x20result\x20for\x20'+_0x256fc5+':',_0x2b5c6a?_0x52709e['ALKlt'](_0x2b5c6a[_0x59e0(0x11d)](0x0,0x32),_0x52709e[_0x59e0(0x11e)]):_0x52709e['lSipo']),_0x2b5c6a?(console[_0x59e0(0x99)](_0x59e0(0x11f)+_0x256fc5),_0x52709e[_0x59e0(0x120)](_0x443c71,_0x2b5c6a),_0x52709e[_0x59e0(0x121)](_0x881c04,!![])):_0x52709e[_0x59e0(0x122)](_0x52709e['rdeHQ'],_0x52709e[_0x59e0(0x123)])?(console[_0x59e0(0xa4)](_0x59e0(0xa5)+_0x256fc5+_0x59e0(0xa6)),_0x3e5af0(_0xe8fa78=>({..._0xe8fa78,[_0x256fc5]:'error'})),_0x52709e[_0x59e0(0xd6)](triggerHaptic,HapticType[_0x59e0(0xa8)])):_0x5b83ef[_0x59e0(0xa4)](_0x53090b[_0x59e0(0x124)],_0x58481f);}}else _0x170ef4[_0x59e0(0x6f)](_0xc30390),_0x2e45fb=!![];}else{await _0x52709e['JTGnE'](_0x5504ea,_0x256fc5);const _0x1939d=new Set(_0x13257d);_0x1939d[_0x59e0(0x125)](_0x256fc5),_0x52709e[_0x59e0(0x5f)](_0x4f1c48,_0x1939d),_0x52709e[_0x59e0(0x126)](_0x3e5af0,_0x39cb29=>({..._0x39cb29,[_0x256fc5]:'disconnected'})),_0x52709e['sGDqT'](triggerHaptic,HapticType['BUTTON_PRESS']);try{const _0x12d2c7=await AsyncStorage[_0x59e0(0x87)](_0x52709e['uSkIA']);if(_0x12d2c7){const _0x5a9eb2=JSON['parse'](_0x12d2c7),_0x5bf4a0=_0x5a9eb2['filter'](_0x52f2ed=>_0x52f2ed[_0x59e0(0x97)]()!==_0x256fc5['toLowerCase']());await AsyncStorage['setItem'](_0x52709e[_0x59e0(0x127)],JSON[_0x59e0(0x128)](_0x5bf4a0)),console['log'](_0x59e0(0x129)+_0x256fc5+'\x20from\x20user_connected_platforms:',_0x5bf4a0);}}catch(_0xc8ee68){_0x52709e[_0x59e0(0xcb)](_0x52709e[_0x59e0(0x12a)],_0x52709e[_0x59e0(0x12b)])?_0x5f20a2(_0x52aa6d=>({..._0x52aa6d,[_0x596faa]:_0x59e0(0x12c)})):console[_0x59e0(0xa4)](_0x59e0(0x12d),_0xc8ee68);}await AsyncStorage[_0x59e0(0x12e)]('@onairos:llm_connected:'+_0x256fc5),_0x52709e[_0x59e0(0x12f)](_0x256fc5[_0x59e0(0x97)](),_0x52709e['BKpHm'])&&await AsyncStorage[_0x59e0(0x12e)]('@onairos:linkedin_connected');}}catch(_0x5b85ae){console[_0x59e0(0xa4)]('Error\x20toggling\x20platform\x20'+_0x256fc5+':',_0x5b85ae),_0x52709e['sGDqT'](_0x3e5af0,_0x325f58=>({..._0x325f58,[_0x256fc5]:_0x59e0(0xa4)})),_0x52709e[_0x59e0(0x11c)](triggerHaptic,HapticType[_0x59e0(0xa8)]);}}},_0x2d74d8=async()=>{if(_0x52709e['XJvhJ'](_0x52709e[_0x59e0(0x130)],'Nzxaa')){_0x52709e[_0x59e0(0x5f)](_0x142f92,_0x1c2b84);return;}else{_0x52709e[_0x59e0(0x5d)](triggerHaptic,HapticType[_0x59e0(0x131)]),_0x52709e['HizCv'](_0x34a055,!![]);try{if(_0x52709e[_0x59e0(0x132)]!==_0x52709e[_0x59e0(0x133)])_0x52709e[_0x59e0(0x11c)](_0x6186da,!![]);else{var _0x15ae45;const _0x3aa1f3=_0x52709e['RJWeP'](_0x15ae45=_0x2086cc[_0x59e0(0x95)],null)||_0x15ae45===void 0x0?void 0x0:_0x15ae45[_0x59e0(0x97)]();_0x3aa1f3&&!_0x2c6610[_0x59e0(0x98)](_0x3aa1f3)&&_0x535655[_0x59e0(0x8a)](_0x3aa1f3);}}finally{_0x52709e[_0x59e0(0x55)](_0x34a055,![]);}}},_0x19875f=()=>{if(_0x52709e[_0x59e0(0x74)](_0x52709e[_0x59e0(0x134)],_0x59e0(0x28)))return React[_0x59e0(0xbd)](_0xbaabfc,{'visible':_0x434ec5,'onComplete':_0x4ef423});else _0x52709e[_0x59e0(0x78)](triggerHaptic,HapticType[_0x59e0(0x131)]),_0x1869ce&&_0x1869ce();},_0x17e3fa=async()=>{const _0x11cfe1={'JazJh':function(_0xc20a91){return _0xc20a91();}};triggerHaptic(HapticType[_0x59e0(0x131)]),_0x52709e['tKYtV'](_0x5c949a,!![]),await new Promise(_0x1401f6=>setTimeout(_0x1401f6,0x32));try{_0x4f3de9?await _0x52709e[_0x59e0(0x135)](_0x4f3de9,_0x45ce29):_0x52709e['XJvhJ'](_0x59e0(0x136),'UcAyg')?await _0x131fa6(Array[_0x59e0(0x83)](_0x13257d)):_0xf5b16c&&_0x11cfe1[_0x59e0(0x137)](_0x2e588b);}finally{_0x52709e['DZZMr'](_0x52709e[_0x59e0(0x138)],_0x52709e[_0x59e0(0x139)])?(_0x4b299e[_0x59e0(0xa4)]('❌\x20[LLM]\x20No\x20URL\x20configured\x20for\x20platform:\x20'+_0x87f31d),_0x52709e[_0x59e0(0x13a)](_0x2e2c9e,_0xcb6ebf=>({..._0xcb6ebf,[_0xa8bb18]:_0x59e0(0xa4)})),_0x52709e['oahcN'](_0x57adc7,_0x23522e[_0x59e0(0xa8)])):_0x52709e[_0x59e0(0x135)](_0x5c949a,![]);}},_0x39d0d0=()=>{_0x52709e['wyeWh'](_0x59e0(0x2c),_0x52709e['deIaS'])?(_0x1103ff[_0x59e0(0x8a)](_0x52709e[_0x59e0(0xdd)]),_0x40f78f[_0x59e0(0x99)](_0x52709e[_0x59e0(0x13b)])):(_0x52709e[_0x59e0(0x13c)](triggerHaptic,HapticType[_0x59e0(0x131)]),_0x29ea32(![]));},_0x59ffa9=async _0x507efb=>{_0x52709e[_0x59e0(0x135)](triggerHaptic,HapticType[_0x59e0(0x131)]),_0x52709e[_0x59e0(0x13d)](_0x1c07e3,_0x507efb);try{_0x52709e[_0x59e0(0x13e)]===_0x52709e[_0x59e0(0x13f)]?(_0x3825fa(![]),_0x52709e[_0x59e0(0x117)](_0x33a141,!![])):(await AsyncStorage[_0x59e0(0xc6)](_0x52709e['ECGCn'],_0x507efb),console[_0x59e0(0x99)](_0x59e0(0x140)+_0x507efb));}catch(_0x583f4e){console[_0x59e0(0xa4)](_0x52709e[_0x59e0(0x141)],_0x583f4e);}_0x1c05ad&&_0x52709e[_0x59e0(0xeb)](_0x1c05ad,_0x507efb);},_0x2ce7a3=()=>{const Linking=_0x52709e['HizCv'](__ONAIROS_REQ_FUNC__,0x0)[_0x59e0(0x142)];Linking[_0x59e0(0x143)](_0x52709e[_0x59e0(0x144)]);},_0x16f3fe=async _0x537e82=>{if(_0x52709e['erLbL'](_0x52709e[_0x59e0(0x145)],_0x52709e[_0x59e0(0x145)]))_0x52709e[_0x59e0(0x146)](_0x46791c,_0x537e82),setTemporaryPin(_0x537e82),_0x52709e[_0x59e0(0x5c)](_0x6186da,![]),_0x52709e[_0x59e0(0x147)](_0x539743,!![]);else{const _0x26b397={'nxVft':function(_0x1feea2,_0x1157bb){return _0x52709e[_0x59e0(0x148)](_0x1feea2,_0x1157bb);}},_0x46786d=_0x47adb0(()=>{_0x5eb08b(_0x1d69a7=>{const _0x201bae=new _0x3fd7ed(_0x1d69a7);return _0x201bae[_0x59e0(0x6f)](_0x4bc57b),_0x201bae;}),_0x15df76(_0x1eb8ec[_0x59e0(0x71)]),_0x4e02cf[_0x59e0(0x99)]('✅\x20[PERSONA]\x20Applied\x20pending\x20connection:\x20'+_0x4a4b70),_0x26b397[_0x59e0(0x149)](_0x58d303,null);},0x12c);return()=>_0x1e6909(_0x46786d);}},_0xfb545c=()=>{_0x539743(![]),_0x52709e['WCvit'](_0x29ea32,!![]);},_0x13797e=async _0x573f69=>{if(_0x388551){if(_0x52709e[_0x59e0(0x14a)]!=='tYAey')return _0x56ed26[_0x59e0(0x99)](_0x59e0(0x14b)+_0x84f48+_0x59e0(0x14c)+_0x42ccb1['substring'](0x0,0x3c)+_0x59e0(0x1f)),React['createElement'](_0x578536,{'url':_0x25e476,'platform':_0x3dbc90,'onClose':_0x5226f2,'onSuccess':_0xec67b8,'onComplete':_0x2bc004,'username':_0x1d5168});else{if(_0x52709e[_0x59e0(0x14d)](_0x573f69,_0x52709e[_0x59e0(0x14e)])||_0x52709e[_0x59e0(0x14f)](_0x573f69,_0x59e0(0xa4))){_0x502fe4(_0x388551),_0x52709e[_0x59e0(0x65)](_0x3e5af0,_0x5d227a=>({..._0x5d227a,[_0x388551]:_0x59e0(0xa1)}));try{const _0x36aa06=await AsyncStorage[_0x59e0(0x87)](_0x59e0(0x23)),_0x120f87=_0x36aa06?JSON[_0x59e0(0x88)](_0x36aa06):[];!_0x120f87['includes'](_0x388551[_0x59e0(0x97)]())&&(_0x52709e['RJWeP'](_0x52709e['eSxqi'],_0x52709e[_0x59e0(0x150)])?_0x4aaeea['log'](_0x52709e[_0x59e0(0x151)],_0x5741d7[_0x59e0(0x83)](_0x32b812)):(_0x120f87[_0x59e0(0x8a)](_0x388551['toLowerCase']()),await AsyncStorage['setItem'](_0x52709e['uSkIA'],JSON['stringify'](_0x120f87)),console[_0x59e0(0x99)](_0x59e0(0x152)+_0x388551+_0x59e0(0x153),_0x120f87)));}catch(_0x32bd73){console[_0x59e0(0xa4)](_0x59e0(0x154),_0x32bd73);}isLLMPlatform(_0x388551)&&(await AsyncStorage[_0x59e0(0xc6)](_0x59e0(0xa0)+_0x388551,JSON[_0x59e0(0x128)]({'connected':!![],'platform':_0x388551,'connectedAt':new Date()[_0x59e0(0x155)]()})),console[_0x59e0(0x99)](_0x59e0(0x156)+_0x388551+'\x20connection\x20stored\x20locally')),_0x52709e[_0x59e0(0x157)](_0x388551['toLowerCase'](),_0x59e0(0x158))&&(await AsyncStorage[_0x59e0(0xc6)](_0x59e0(0x7f),JSON[_0x59e0(0x128)]({'connected':!![],'platform':_0x52709e[_0x59e0(0xdd)],'connectedAt':new Date()[_0x59e0(0x155)]()})),console[_0x59e0(0x99)](_0x59e0(0x159)));}else _0x52709e[_0x59e0(0x15a)](_0x59e0(0x37),_0x52709e[_0x59e0(0x15b)])?(_0x52709e[_0x59e0(0xd3)](_0x3e5af0,_0x1fd055=>({..._0x1fd055,[_0x388551]:'error'})),_0x52709e['XazZx'](triggerHaptic,HapticType[_0x59e0(0xa8)])):_0x3d99c2[_0x59e0(0x99)]('📊\x20[STATE]\x20WebView\x20state\x20changed\x20-\x20showOAuthWebView:\x20'+_0x249481+_0x59e0(0x15c)+(_0x60f079?_0x52709e[_0x59e0(0x15d)](_0x52709e['StYTl'],_0xe82246[_0x59e0(0x11d)](0x0,0x28))+_0x52709e[_0x59e0(0x15e)]:_0x52709e[_0x59e0(0x15f)]));}}_0x52709e['DkMCe'](_0x881c04,![]),_0x443c71(''),_0x52709e[_0x59e0(0x13a)](_0x4620f6,'');};useEffect(()=>{const _0x4ce080={'oDjAT':function(_0x2a5584,_0x3e361d,_0x3bc17b){return _0x52709e[_0x59e0(0xaf)](_0x2a5584,_0x3e361d,_0x3bc17b);},'ibAiy':function(_0x2a0acf,_0x4dd153){return _0x52709e[_0x59e0(0x160)](_0x2a0acf,_0x4dd153);},'ZoWSH':function(_0x192e22,_0x16f34b){return _0x192e22(_0x16f34b);},'hdDtV':function(_0x2be394,_0x237b3c){return _0x52709e['LKEFu'](_0x2be394,_0x237b3c);},'PodSW':'uLTMS'};if(_0x52709e[_0x59e0(0x161)](_0x58d8b8,!_0x66272a)){if(_0x52709e[_0x59e0(0x162)](_0x52709e[_0x59e0(0x163)],_0x52709e[_0x59e0(0x163)])){const _0xcc4efa=setTimeout(()=>{const _0x1f3df7={'dsLyW':function(_0x85789d,_0x586e60){return _0x4ce080[_0x59e0(0x164)](_0x85789d,_0x586e60);},'zLsJa':function(_0x17d14a){return _0x17d14a();}};if(_0x4ce080[_0x59e0(0x165)](_0x4ce080[_0x59e0(0x166)],_0x4ce080[_0x59e0(0x166)]))_0x4f1c48(_0x473cf8=>{const _0x47d506=new Set(_0x473cf8);return _0x47d506[_0x59e0(0x6f)](_0x58d8b8),_0x47d506;}),_0x4ce080['ZoWSH'](triggerHaptic,HapticType[_0x59e0(0x71)]),console['log'](_0x59e0(0x167)+_0x58d8b8),_0x4ce080[_0x59e0(0x168)](_0x502fe4,null);else{Animated[_0x59e0(0xcf)](_0x47883e,{'toValue':0x1,'duration':0xfa0,'useNativeDriver':![]})[_0x59e0(0xd0)]();const _0x460046=_0x4ce080[_0x59e0(0x169)](_0x234cdd,()=>{_0x1f3df7[_0x59e0(0x16a)](_0x475e2e,_0x3d7765['SUCCESS']),_0x16a373[_0x59e0(0x72)]([0x0,0x64,0x32,0x64]),_0x1f3df7[_0x59e0(0x16b)](_0xea0d74);},0xfa0);_0x4ce080[_0x59e0(0x168)](_0xcaaea0,_0x460046);}},0x12c);return()=>clearTimeout(_0xcc4efa);}else _0x52709e['pfrjJ'](_0x1c9151,_0x51bcbf),_0x52709e['rCIDa'](_0x488093,_0xdf3e83),_0x9de391(![]),_0x52709e[_0x59e0(0x16c)](_0x35f67e,!![]);}},[_0x58d8b8,_0x66272a]);const _0x37837b=()=>{_0x52709e[_0x59e0(0x16d)](_0x59e0(0x16e),_0x52709e[_0x59e0(0x16f)])?_0x40e5ae():(_0x52709e[_0x59e0(0x170)](_0x881c04,![]),_0x52709e[_0x59e0(0x171)](_0x443c71,''),_0x388551&&(_0x52709e['erLbL'](_0x52709e[_0x59e0(0x172)],_0x59e0(0x173))?_0x52709e[_0x59e0(0x64)](_0x3e5af0,_0x1eb41b=>({..._0x1eb41b,[_0x388551]:'disconnected'})):!_0x417fda[_0x59e0(0x6e)](_0x94ced2)&&(_0x243888[_0x59e0(0x6f)](_0x1ac244),_0x587450=!![])),_0x52709e[_0x59e0(0x59)](_0x4620f6,''));},_0x3652cb=()=>{if(_0x52709e[_0x59e0(0x122)]('RneSg',_0x52709e[_0x59e0(0x174)]))_0x52709e[_0x59e0(0x175)](_0x6186da,![]);else{const _0x214d4b=new _0x46f267(_0x391f90);let _0x573ebc=![];return _0x45938d['forEach'](_0x3fa66b=>{!_0x214d4b[_0x59e0(0x6e)](_0x3fa66b)&&(_0x214d4b[_0x59e0(0x6f)](_0x3fa66b),_0x573ebc=!![]);}),_0x573ebc?_0x214d4b:_0x301cbb;}},_0x27b26d=()=>{_0x1a15a2&&_0x1a15a2();},_0x26f0a8=()=>{const _0x44f637={'NrEJm':function(_0x41b7df,_0x1ee9af){return _0x52709e[_0x59e0(0x176)](_0x41b7df,_0x1ee9af);}};if(_0x52709e['OaWNX'](_0x52709e[_0x59e0(0x177)],_0x52709e['vqWSR']))_0x44f637[_0x59e0(0x178)](_0x3a4f7b['size'],0x0)&&!_0x544ddd&&!_0x49e118&&!_0x550710&&_0x727259();else{Animated['timing'](_0x290e8e,{'toValue':0x1,'duration':0xfa0,'useNativeDriver':![]})['start']();const _0x566418=_0x52709e['zSGxT'](setTimeout,()=>{_0x52709e[_0x59e0(0x179)](triggerHaptic,HapticType['SUCCESS']),Vibration[_0x59e0(0x72)]([0x0,0x64,0x32,0x64]),_0x52709e[_0x59e0(0x68)](_0x27b26d);},0xfa0);_0x441052(_0x566418);}},_0x3421b8=()=>{_0x4fa800&&(_0x52709e[_0x59e0(0x135)](clearTimeout,_0x4fa800),_0x52709e['eDzQw'](_0x441052,null)),_0x290e8e['setValue'](0x0),Animated[_0x59e0(0xcf)](_0x290e8e,{'toValue':0x0,'duration':0xc8,'useNativeDriver':![]})[_0x59e0(0xd0)]();};_0x52709e[_0x59e0(0x17a)](useEffect,()=>{const _0x5ab54c={'FFLXr':function(_0x29c44d,_0x465ab9){return _0x52709e['ygNzw'](_0x29c44d,_0x465ab9);},'GORnK':function(_0x4e6bb2,_0xb8c1fb){return _0x52709e[_0x59e0(0x157)](_0x4e6bb2,_0xb8c1fb);},'LbtZp':_0x52709e[_0x59e0(0x17b)],'bKTyR':_0x52709e['ncOsA']};return()=>{const _0x1d0bbe={'VzZUG':function(_0x4bf8d6,_0x18cf72){return _0x5ab54c['FFLXr'](_0x4bf8d6,_0x18cf72);},'VvtgT':_0x59e0(0x31)};if(_0x4fa800){if(_0x5ab54c[_0x59e0(0x17c)](_0x5ab54c[_0x59e0(0x17d)],_0x5ab54c[_0x59e0(0x17e)])){const Linking=_0x1d0bbe[_0x59e0(0x17f)](_0x523022,0x0)['Linking'];Linking[_0x59e0(0x143)](_0x1d0bbe[_0x59e0(0x180)]);}else clearTimeout(_0x4fa800);}};},[_0x4fa800]),useEffect(()=>{_0x52709e['MNrHZ'](_0x66272a,_0x3844c3)&&console[_0x59e0(0x99)](_0x59e0(0x181)+_0x66272a+_0x59e0(0x15c)+(_0x3844c3?_0x52709e[_0x59e0(0x15d)](_0x59e0(0x33),_0x3844c3[_0x59e0(0x11d)](0x0,0x28))+_0x59e0(0x182):'NULL'));},[_0x66272a,_0x3844c3]);const _0xe3f602=Math['min'](0x5,Math[_0x59e0(0x183)](0x1,_0x52709e[_0x59e0(0x15d)](_0x13257d[_0x59e0(0x184)],0x1))),_0x149882=0x78,_0x1b98b1=0x46;if(_0x4fc271){if(_0x52709e['lRqif'](_0x52709e[_0x59e0(0x185)],_0x52709e[_0x59e0(0x185)]))_0x585633(!![]);else return React[_0x59e0(0xbd)](_0x16f73e,{'visible':_0x4fc271,'onComplete':_0x16f3fe,'onBack':_0x3652cb});}if(_0x3a3cf2)return React[_0x59e0(0xbd)](_0x5f46a7,{'visible':_0x3a3cf2,'onComplete':_0xfb545c});if(_0x52709e[_0x59e0(0x186)](_0x66272a,_0x3844c3)){if(_0x52709e[_0x59e0(0x187)](_0x52709e[_0x59e0(0x188)],_0x59e0(0x4d)))_0x1f68d7[_0x59e0(0xa4)](_0x59e0(0x12d),_0x1680e1);else return console['log'](_0x59e0(0x14b)+_0x388551+_0x59e0(0x14c)+_0x3844c3[_0x59e0(0x11d)](0x0,0x3c)+_0x59e0(0x1f)),React['createElement'](OAuthWebView,{'url':_0x3844c3,'platform':_0x388551,'onClose':_0x37837b,'onSuccess':_0x13797e,'onComplete':_0x37837b,'username':_0x4144e7});}const _0x405262=()=>{triggerHaptic(HapticType[_0x59e0(0x131)]),_0x29ea32(![]);};if(_0x2ae60d){if(_0x52709e['ZbqGE']===_0x52709e[_0x59e0(0x189)])return React[_0x59e0(0xbd)](_0x3fd55a,{'visible':_0x2ae60d,'onAccept':_0x17e3fa,'onDecline':_0x39d0d0,'connectedPlatforms':Array[_0x59e0(0x83)](_0x13257d),'onConnectMore':_0x405262,'loading':_0x38dc2f});else _0xe7210c[_0x59e0(0x6f)](_0x1b65d2),_0x3c82c7=!![];}return React[_0x59e0(0xbd)](View,{'style':styles[_0x59e0(0x18a)]},React[_0x59e0(0xbd)](ScrollView,{'style':styles['scrollContent'],'showsVerticalScrollIndicator':![],'bounces':!![]},_0x573954&&React[_0x59e0(0xbd)](TouchableOpacity,{'style':styles[_0x59e0(0x18b)],'onPress':_0x573954,'activeOpacity':0.7},React[_0x59e0(0xbd)](Text,{'style':styles[_0x59e0(0x18c)]},'‹')),React['createElement'](View,{'style':styles['headingContainer']},React[_0x59e0(0xbd)](Text,{'style':styles['title']},_0x52709e['taHZM']),React[_0x59e0(0xbd)](Text,{'style':styles[_0x59e0(0x18d)]},'Connect\x20platforms\x20to\x20build\x20your\x20private\x20persona')),React[_0x59e0(0xbd)](View,{'style':styles[_0x59e0(0x18e)]},React[_0x59e0(0xbd)](_0x46bfb0,{'level':_0xe3f602,'style':styles['largePersona']}),React[_0x59e0(0xbd)](ScrollView,{'ref':_0x4ec44f,'horizontal':!![],'style':[styles[_0x59e0(0x18f)],{'bottom':_0x149882}],'contentContainerStyle':[styles['platformIconsScrollContent'],_0x52709e[_0x59e0(0x190)](_0x5e30d4['length'],0x4)&&styles[_0x59e0(0x191)]],'showsHorizontalScrollIndicator':![],'onScroll':_0x40b96e,'scrollEventThrottle':0x10,'decelerationRate':_0x52709e[_0x59e0(0x192)],'scrollEnabled':_0x52709e[_0x59e0(0x176)](_0x5e30d4[_0x59e0(0x6b)],0x4)},_0x5e30d4[_0x59e0(0x9f)](_0x43e564=>{const _0x4483d9={'jNgSk':function(_0x1371c5,_0x51b953){return _0x52709e[_0x59e0(0x103)](_0x1371c5,_0x51b953);},'GTpgk':function(_0x4275f4,_0x2cf01a){return _0x52709e[_0x59e0(0x193)](_0x4275f4,_0x2cf01a);}};if(_0x52709e[_0x59e0(0x194)]('XTBRG',_0x52709e[_0x59e0(0x195)]))_0x4483d9[_0x59e0(0x196)](_0x55b3b8,_0x4eb251);else{const _0x37abb8=_0x552ffd===_0x43e564['id'],_0x10fbd2=_0x13257d[_0x59e0(0x6e)](_0x43e564['id']),_0x19b0ad=_0x52709e['LKEFu'](_0x2d1225[_0x43e564['id']],_0x52709e[_0x59e0(0x105)]);return React[_0x59e0(0xbd)](TouchableOpacity,{'key':_0x43e564['id'],'style':[styles['platformIconButton'],_0x37abb8&&styles['platformIconButtonSelected']],'onPress':()=>{_0x4483d9[_0x59e0(0x197)](triggerHaptic,HapticType[_0x59e0(0x131)]),_0x4483d9[_0x59e0(0x197)](_0x558fd6,_0x43e564['id']);},'activeOpacity':0.7},React[_0x59e0(0xbd)](Image,{'source':_0x43e564[_0x59e0(0x198)],'style':[styles[_0x59e0(0x199)],_0x52709e[_0x59e0(0x19a)](_0x43e564['id'],_0x59e0(0xd7))&&styles[_0x59e0(0x19b)],_0x52709e[_0x59e0(0xcb)](_0x43e564['id'],_0x52709e[_0x59e0(0x19c)])&&styles[_0x59e0(0x19d)],_0x52709e['CtUFZ'](_0x43e564['id'],_0x52709e[_0x59e0(0xe0)])&&styles['gmailIcon'],_0x43e564['id']===_0x52709e[_0x59e0(0x7d)]&&styles[_0x59e0(0x19e)],_0x52709e[_0x59e0(0x19f)](_0x43e564['id'],_0x52709e[_0x59e0(0x7e)])&&styles[_0x59e0(0x1a0)],_0x52709e[_0x59e0(0xb0)](_0x43e564['id'],_0x52709e['EhKLO'])&&styles[_0x59e0(0x1a1)]],'resizeMode':_0x59e0(0x1a2)}),_0x19b0ad&&React[_0x59e0(0xbd)](View,{'style':styles[_0x59e0(0x1a3)]}),_0x10fbd2&&React[_0x59e0(0xbd)](View,{'style':styles[_0x59e0(0x1a4)]}));}})),_0x52709e[_0x59e0(0x1a5)](_0x5e30d4['length'],0x4)&&React[_0x59e0(0xbd)](View,{'style':[styles[_0x59e0(0x1a6)],{'bottom':_0x1b98b1}]},React[_0x59e0(0xbd)](View,{'style':styles[_0x59e0(0x1a7)]},React[_0x59e0(0xbd)](View,{'style':[styles[_0x59e0(0x1a8)],{'left':_0x52709e[_0x59e0(0xb3)](_0x165216,0x38)}]}))),_0x5cc8a3&&_0x52709e[_0x59e0(0x1a9)](_0x5e30d4[_0x59e0(0x6b)],0x4)&&React['createElement'](Animated[_0x59e0(0x1aa)],{'style':[styles['scrollIndicator'],{'transform':[{'translateX':_0x15dedb[_0x59e0(0x1ab)]({'inputRange':[0x0,0x1],'outputRange':[0x0,0x8]})}],'opacity':_0x15dedb['interpolate']({'inputRange':[0x0,0x1],'outputRange':[0.5,0x1]})}]},React[_0x59e0(0xbd)](Text,{'style':styles[_0x59e0(0x1ac)]},'›'))),React[_0x59e0(0xbd)](View,{'style':styles['cardContainer']},_0x552ffd&&((()=>{const _0x1f97b3={'kxgYE':function(_0x35348c,_0xfaa06d){return _0x52709e['LOmyK'](_0x35348c,_0xfaa06d);},'oaCRl':function(_0x3c02ed,_0x18e461){return _0x52709e[_0x59e0(0x13a)](_0x3c02ed,_0x18e461);}};if(_0x52709e[_0x59e0(0x157)](_0x52709e[_0x59e0(0x1ad)],_0x59e0(0x1ae)))_0x1f97b3[_0x59e0(0x1af)](_0x19ead8,_0x19fe48=>{const _0x2932ab=new _0x4a742b(_0x19fe48);return _0x2932ab[_0x59e0(0x6f)](_0x591419),_0x2932ab;}),_0x1f97b3[_0x59e0(0x1b0)](_0x1a1a62,_0x2026dd[_0x59e0(0x71)]),_0x183f27[_0x59e0(0x99)](_0x59e0(0x167)+_0x38e244),_0x1f97b3[_0x59e0(0x1b0)](_0x3ddf08,null);else{const _0x53acbf=_0x5e30d4[_0x59e0(0xee)](_0x35ea62=>_0x35ea62['id']===_0x552ffd);if(!_0x53acbf)return null;const _0x3b9d3b=_0x13257d[_0x59e0(0x6e)](_0x552ffd),_0x1f42e2=_0x2d1225[_0x552ffd]===_0x52709e['eNFZk'],_0x42033b=_0x52709e[_0x59e0(0x1b1)](_0xf85a46,null)||_0x52709e[_0x59e0(0xfc)](_0xf85a46,void 0x0)?void 0x0:_0xf85a46[_0x59e0(0x98)](_0x552ffd);return React[_0x59e0(0xbd)](View,{'style':styles[_0x59e0(0x106)]},React[_0x59e0(0xbd)](View,{'style':styles[_0x59e0(0x107)]},React[_0x59e0(0xbd)](Text,{'style':styles['platformCardTitle']},_0x53acbf[_0x59e0(0xc1)]),_0x42033b&&React[_0x59e0(0xbd)](View,{'style':styles[_0x59e0(0x109)]},React[_0x59e0(0xbd)](Text,{'style':styles[_0x59e0(0x1b2)]},_0x52709e[_0x59e0(0x10a)])),React[_0x59e0(0xbd)](TouchableOpacity,{'activeOpacity':0.8,'onPress':()=>!_0x1f42e2&&_0x3e5c8f(_0x552ffd,!_0x3b9d3b),'disabled':_0x1f42e2,'style':[styles['customToggleTrack'],{'backgroundColor':_0x3b9d3b?_0x52709e['iRHAU']:_0x52709e[_0x59e0(0x10c)]}]},React[_0x59e0(0xbd)](View,{'style':[styles[_0x59e0(0x10d)],{'transform':[{'translateX':_0x3b9d3b?0x14:0x0}]}]}))),React[_0x59e0(0xbd)](View,{'style':styles[_0x59e0(0x10e)]},React[_0x59e0(0xbd)](Text,{'style':styles['platformCardDescription']},_0x53acbf[_0x59e0(0x10f)])));}})())),React[_0x59e0(0xbd)](View,{'style':styles[_0x59e0(0x1b3)]},React[_0x59e0(0xbd)](Text,{'style':styles[_0x59e0(0x1b4)]},_0x52709e[_0x59e0(0x1b5)]),React[_0x59e0(0xbd)](Text,{'style':styles[_0x59e0(0x1b6)]},_0x52709e[_0x59e0(0x1b7)]),React[_0x59e0(0xbd)](View,{'style':styles['refreshSegmentedControl']},MODEL_REFRESH_OPTIONS[_0x59e0(0x9f)](_0xdd4d25=>React[_0x59e0(0xbd)](TouchableOpacity,{'key':_0xdd4d25[_0x59e0(0x1b8)],'style':[styles[_0x59e0(0x1b9)],_0x14490e===_0xdd4d25[_0x59e0(0x1b8)]&&styles[_0x59e0(0x1ba)]],'onPress':()=>_0x59ffa9(_0xdd4d25[_0x59e0(0x1b8)]),'activeOpacity':0.7},React[_0x59e0(0xbd)](Text,{'style':[styles[_0x59e0(0x1bb)],_0x14490e===_0xdd4d25[_0x59e0(0x1b8)]&&styles['refreshSegmentTextSelected']]},_0xdd4d25['label'])))),React[_0x59e0(0xbd)](Text,{'style':styles['refreshFrequencyHint']},((_0x696de8=MODEL_REFRESH_OPTIONS[_0x59e0(0xee)](_0x384511=>_0x384511[_0x59e0(0x1b8)]===_0x14490e))===null||_0x52709e[_0x59e0(0x157)](_0x696de8,void 0x0)?void 0x0:_0x696de8[_0x59e0(0x10f)])||'')),React[_0x59e0(0xbd)](View,{'style':styles[_0x59e0(0x1bc)]},React[_0x59e0(0xbd)](View,{'style':styles[_0x59e0(0x1bd)]},React[_0x59e0(0xbd)](_0x5913c9,{'label':_0x59e0(0x1be),'onPress':_0x2d74d8,'disabled':loading||_0x52709e[_0x59e0(0x1bf)](_0x13257d[_0x59e0(0x184)],0x0)||_0x33bbca||_0x1471a0,'loading':_0x52709e[_0x59e0(0x1c0)](loading,_0x33bbca)||_0x1471a0}),React['createElement'](TouchableOpacity,{'style':styles['buttonOverlay'],'activeOpacity':0x1,'onPressIn':_0x26f0a8,'onPressOut':_0x3421b8,'onPress':()=>{const _0x3c30eb={'ohKKY':function(_0x28e250,_0x5553c9){return _0x52709e[_0x59e0(0x1c1)](_0x28e250,_0x5553c9);}};_0x52709e['mrOrn'](_0x13257d[_0x59e0(0x184)],0x0)&&!loading&&!_0x33bbca&&!_0x1471a0&&(_0x52709e['IPHJP']!==_0x52709e[_0x59e0(0x1c2)]?(_0x3b8046&&(_0x3c30eb[_0x59e0(0x1c3)](_0x3b0723,_0x6292aa),_0x3c30eb[_0x59e0(0x1c3)](_0x5085f5,null)),_0x3d0629['setValue'](0x0),Animated[_0x59e0(0xcf)](_0x250b87,{'toValue':0x0,'duration':0xc8,'useNativeDriver':![]})['start']()):_0x52709e[_0x59e0(0xae)](_0x2d74d8));}},React[_0x59e0(0xbd)](Animated[_0x59e0(0x1aa)],{'style':[styles['holdProgressBar'],{'width':_0x290e8e['interpolate']({'inputRange':[0x0,0x1],'outputRange':['0%',_0x52709e[_0x59e0(0x1c4)]]})}]}))),_0x1869ce&&React[_0x59e0(0xbd)](TouchableOpacity,{'style':styles['skipButton'],'onPress':_0x19875f},React[_0x59e0(0xbd)](Text,{'style':styles[_0x59e0(0x1c5)]},_0x59e0(0x1c6))))));},styles=StyleSheet[_0x59e0(0x1c7)]({'container':{'flex':0x1,'backgroundColor':COLORS[_0x59e0(0x1c8)],'paddingHorizontal':0x18},'backButton':{'width':0x20,'height':0x20,'borderRadius':0x10,'backgroundColor':_0x59e0(0x1c9),'alignItems':_0x59e0(0x1ca),'justifyContent':_0x59e0(0x1ca),'marginBottom':0x2},'backButtonText':{'fontSize':0x16,'fontWeight':_0x59e0(0x1cb),'color':_0x59e0(0x1cc),'marginTop':-0x2},'scrollContent':{'flex':0x1},'headingContainer':{'width':_0x59e0(0x52),'marginBottom':SPACING['sm'],'paddingTop':0x0,'marginTop':0x0},'title':{'fontFamily':_0x59e0(0x1cd),'fontWeight':'700','fontSize':0x18,'lineHeight':0x20,'color':COLORS[_0x59e0(0x1ce)],'textAlign':'left','marginBottom':0x4},'subtitle':{'fontFamily':'Inter','fontWeight':'400','fontSize':0x10,'lineHeight':0x18,'color':COLORS[_0x59e0(0x1cf)],'textAlign':'left'},'personaContainer':{'alignItems':'center','position':_0x59e0(0x1d0),'marginTop':-0x14,'marginBottom':-0x78,'height':0x1c2},'largePersona':{'width':0x1f4,'height':0x1f4},'platformIconsOverlay':{'position':_0x59e0(0x1d1),'width':_0x59e0(0x52),'height':0x46,'zIndex':0xa},'platformIconsScrollContent':{'flexDirection':'row','alignItems':'center','paddingHorizontal':0x14,'gap':0x18},'platformIconsCentered':{'flexGrow':0x1,'justifyContent':_0x59e0(0x1ca)},'platformIconButton':{'width':0x34,'height':0x34,'borderRadius':0x1a,'backgroundColor':_0x59e0(0x1d2),'justifyContent':_0x59e0(0x1ca),'alignItems':_0x59e0(0x1ca),'borderWidth':0x3,'borderColor':_0x59e0(0x1d3),'shadowColor':_0x59e0(0x1d4),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.15,'shadowRadius':0x4,'elevation':0x4},'platformIconButtonSelected':{'borderColor':'#3B82F6','backgroundColor':'#EFF6FF'},'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':_0x59e0(0x1d1),'top':0x2,'right':0x2,'width':0xc,'height':0xc,'borderRadius':0x6,'backgroundColor':_0x59e0(0x1d5),'borderWidth':0x2,'borderColor':COLORS[_0x59e0(0x1c8)]},'connectedDot':{'position':_0x59e0(0x1d1),'top':0x2,'right':0x2,'width':0xc,'height':0xc,'borderRadius':0x6,'backgroundColor':_0x59e0(0x15),'borderWidth':0x2,'borderColor':COLORS[_0x59e0(0x1c8)]},'cardContainer':{'alignItems':_0x59e0(0x1ca),'marginTop':0x10,'marginBottom':SPACING['md']},'platformCard':{'width':0x147,'backgroundColor':_0x59e0(0x1d2),'borderRadius':0x10,'padding':0x8,'shadowColor':'#000','shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.1,'shadowRadius':0x8,'elevation':0x3,'gap':0xa},'cardHeader':{'flexDirection':'row','alignItems':_0x59e0(0x1ca),'justifyContent':'space-between'},'platformCardTitle':{'fontSize':0x10,'fontWeight':_0x59e0(0x1cb),'color':COLORS['grey800'],'fontFamily':_0x59e0(0x1cd)},'recommendedBadge':{'backgroundColor':'#EFF6FF','paddingHorizontal':0xc,'paddingVertical':0x6,'borderRadius':0x10,'marginLeft':0x8},'recommendedBadgeText':{'fontSize':0xc,'fontWeight':'600','color':'#2563EB','fontFamily':'IBM\x20Plex\x20Sans'},'customToggleTrack':{'width':0x32,'height':0x1e,'borderRadius':0xf,'padding':0x2,'marginLeft':_0x59e0(0x1d6),'marginRight':0x8,'justifyContent':_0x59e0(0x1ca)},'customToggleThumb':{'width':0x1a,'height':0x1a,'borderRadius':0xd,'backgroundColor':_0x59e0(0x1d2),'shadowColor':'#000','shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.2,'shadowRadius':0x2,'elevation':0x2},'descriptionContainer':{'backgroundColor':_0x59e0(0x1d7),'borderRadius':0x8,'padding':0x8},'platformCardDescription':{'fontSize':0xd,'lineHeight':0x12,'color':COLORS[_0x59e0(0x1cf)],'fontFamily':_0x59e0(0x1d8)},'refreshFrequencySection':{'paddingHorizontal':0x10,'paddingVertical':0x14,'marginTop':0xc,'backgroundColor':'#F5F5F7','borderRadius':0x10,'marginHorizontal':SPACING['md'],'marginBottom':0x8,'borderWidth':0x1,'borderColor':_0x59e0(0x1d9)},'refreshFrequencyTitle':{'fontSize':0x11,'fontWeight':'700','color':_0x59e0(0x1cc),'fontFamily':'IBM\x20Plex\x20Sans','marginBottom':0x4},'refreshFrequencyDescription':{'fontSize':0xe,'color':_0x59e0(0x1da),'fontFamily':'Inter','fontWeight':_0x59e0(0x1db),'marginBottom':0x10},'refreshSegmentedControl':{'flexDirection':'row','backgroundColor':_0x59e0(0x1dc),'borderRadius':0xc,'padding':0x3},'refreshSegment':{'flex':0x1,'paddingVertical':0xa,'alignItems':_0x59e0(0x1ca),'justifyContent':_0x59e0(0x1ca),'borderRadius':0xa},'refreshSegmentSelected':{'backgroundColor':_0x59e0(0x1cc),'shadowColor':_0x59e0(0x1d4),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.15,'shadowRadius':0x4,'elevation':0x3},'refreshSegmentText':{'fontSize':0xf,'fontFamily':_0x59e0(0x1d8),'fontWeight':_0x59e0(0x1dd),'color':_0x59e0(0x1da)},'refreshSegmentTextSelected':{'fontWeight':_0x59e0(0x1de),'color':_0x59e0(0x1d2)},'refreshFrequencyHint':{'fontSize':0xd,'fontFamily':'Inter','fontWeight':_0x59e0(0x1db),'color':'#8E8E93','textAlign':_0x59e0(0x1ca),'marginTop':0xc},'privacyLinkContainer':{'marginTop':0x10,'paddingTop':0x10,'borderTopWidth':0x1,'borderTopColor':_0x59e0(0x1df),'alignItems':_0x59e0(0x1ca)},'privacyLinkText':{'fontSize':0xe,'color':'#8B5CF6','fontFamily':_0x59e0(0x1d8),'fontWeight':_0x59e0(0x1dd)},'bottomButtonContainer':{'paddingTop':0x8,'paddingBottom':0x0,'paddingHorizontal':SPACING['md']},'buttonWrapper':{'position':'relative'},'buttonOverlay':{'position':_0x59e0(0x1d1),'top':0x0,'left':0x0,'right':0x0,'bottom':0x0,'borderRadius':0xc,'overflow':'hidden'},'holdProgressBar':{'position':_0x59e0(0x1d1),'bottom':0x0,'left':0x0,'height':0x4,'backgroundColor':_0x59e0(0x15),'borderRadius':0x2},'skipButton':{'alignItems':_0x59e0(0x1ca),'paddingVertical':0xa,'marginBottom':0x22},'skipButtonText':{'fontSize':0x10,'fontFamily':_0x59e0(0x1d8),'fontWeight':'500','color':COLORS[_0x59e0(0x1cf)]},'pageIndicatorContainer':{'position':'absolute','alignSelf':'center','zIndex':0xb},'scrollBarTrack':{'width':0x50,'height':0x4,'backgroundColor':COLORS[_0x59e0(0x1e0)],'borderRadius':0x2,'position':_0x59e0(0x1d0),'overflow':_0x59e0(0x1e1)},'scrollBarThumb':{'position':_0x59e0(0x1d1),'width':0x18,'height':0x4,'backgroundColor':COLORS[_0x59e0(0x1cf)],'borderRadius':0x2,'left':0x0},'scrollIndicator':{'position':_0x59e0(0x1d1),'bottom':0x3c,'right':0x1e,'zIndex':0xc},'scrollIndicatorText':{'fontSize':0x20,'color':COLORS[_0x59e0(0x1e2)],'fontWeight':_0x59e0(0x1e3)}});function _0x5989(){const _0x397014=['daily','Always\x20up-to-date\x20data.','Balanced\x20freshness\x20and\x20efficiency.','biweekly','Less\x20frequent,\x20more\x20efficient.','weekly','iMPes','EtcFp','NWrsu','GPSWg','wTeTS','✅\x20[PLATFORMS]\x20Loaded\x20from\x20platform_account_details:','chatgpt','claude','❌\x20[PLATFORMS]\x20Error\x20loading\x20connected\x20platforms\x20from\x20storage:','RhfvS','Error\x20initializing\x20username:','miRXs','yvirj','connecting','Highly\x20Recommended','#10B981','#9CA3AF','yOLPG','usOVe','WoVMc','❌\x20[TOGGLE]\x20No\x20username\x20available\x20-\x20cannot\x20proceed\x20with\x20OAuth','pnxSI','XMavQ','https://www.linkedin.com/login','JcLsx','...','NULL','pCoZL','zfnnf','user_connected_platforms','UhZhR','ElAhz','Nzxaa','PlOJL','XAJSz','CDIDr','RmsmT','✅\x20[PLATFORMS]\x20Loaded\x20LinkedIn\x20connection','RnIHz','Yfktr','kijYP','@onairos:model_refresh_frequency','❌\x20[REFRESH]\x20Error\x20saving\x20refresh\x20frequency:','https://privacy.onairos.io/','✅\x20[PLATFORMS]\x20Updated\x20connectedPlatforms\x20state\x20with:','SET\x20(','tYAey','success','FdQEc','qvDDR','wpwpE','byyrv','pinterest','grok','ZdOxq','rQEhQ','Initializing...','Use\x20your\x20watch\x20history,\x20likes,\x20and\x20subscriptions\x20to\x20enrich\x20your\x20model.','reddit','Reddit','Pinterest','Use\x20your\x20professional\x20network\x20and\x20career\x20interests\x20to\x20enrich\x20your\x20model.','Gmail','Use\x20your\x20ChatGPT\x20conversations\x20and\x20memories\x20to\x20enrich\x20your\x20model.','Claude','Use\x20your\x20Claude\x20conversations\x20to\x20enrich\x20your\x20model.','gemini','Use\x20your\x20Gemini\x20conversations\x20to\x20enrich\x20your\x20model.','Grok','Use\x20your\x20Grok\x20conversations\x20from\x20X\x20to\x20enrich\x20your\x20model.','HDYQG','LeUZl','GoYuF','normal','Model\x20Refresh\x20Frequency','How\x20often\x20should\x20your\x20model\x20be\x20refreshed\x20from\x20platforms?','100%','DIWXF','tRkKT','xqoEK','eDzQw','qOeiy','current','XazZx','dgUQD','bhDPd','jdJWp','HizCv','GFQtD','KWciz','NdyyD','bWBGI','RgKaA','tOiJr','MnwyN','npRXy','ZjfsZ','kmmFh','uQkbV','jfTPu','txibS','length','forEach','aSVva','has','add','cMCJV','SUCCESS','vibrate','fRbuq','mNRbg','AKMJN','Ebowu','VQuPx','RcRwx','🔄\x20[PLATFORMS]\x20Loading\x20connected\x20platforms\x20from\x20storage...','YzIUK','ewZPY','platform_account_details','kRAIn','VImjM','@onairos:linkedin_connected','uYgcP','NKMXK','dojWp','from','bpPrk','lhsqB','PAbhT','getItem','parse','isArray','push','RRTjM','nativeEvent','layoutMeasurement','width','MtoYe','eWuJh','ajngY','zQvVI','shbKd','lyhWR','platform','lUlrJ','toLowerCase','includes','log','oLXsM','oTSrB','EKyXT','rcVQT','vHpQu','map','@onairos:llm_connected:','connected','JXIPI','✅\x20[PLATFORMS]\x20Loaded\x20LLM\x20platform:\x20','error','❌\x20[TOGGLE]\x20OAuth\x20failed\x20for\x20','\x20-\x20no\x20URL\x20returned','wRMkE','ERROR','WHkpG','gWenj','AdUTc','kqFLf','NqdxY','yiRkm','nLicW','dePJI','uGXSr','GObOn','fmvxs','rRKiy','iLYCj','yaTOd','EvXMb','tJLHV','derEa','HbVrN','fWuGv','BiNAC','createElement','email','TdDYf','split','name','user_','floor','ymZsf','random','setItem','mobile_user_','cZhmP','KIczl','yrmcN','vNNBa','UWySM','CvsvH','sequence','timing','start','PPKuX','contentOffset','JTGnE','cjoTk','YouTube','OjArF','youtube','aCyrt','mrCpA','zVNns','QieZQ','Use\x20your\x20pins,\x20boards,\x20and\x20interests\x20to\x20enrich\x20your\x20model.','BKpHm','JLTfh','nhPfK','yTTNV','fimfc','QcSUQ','ujkuz','aeMYJ','rCIDa','dwKpQ','tTyMv','UraHh','EhKLO','CmdsS','gpGSa','wXYVE','filter','find','uVamN','xzPyF','🔄\x20[TOGGLE]\x20Platform\x20toggle:\x20','\x20=\x20','wfern','Esygr','👤\x20[TOGGLE]\x20Username\x20check\x20-\x20stored:\x20\x22','\x22,\x20state:\x20\x22','\x22,\x20valid:\x20\x22','RJWeP','trim','HbTkh','tZZun','fNYSn','isChatPlatform','bFkxO','izqPJ','🤖\x20[LLM]\x20Opening\x20WebView\x20for\x20','\x20login\x20and\x20export...','uBYLd','dbHyy','SDwVe','eNFZk','platformCard','cardHeader','platformCardTitle','recommendedBadge','fJfpw','iRHAU','XztpV','customToggleThumb','descriptionContainer','description','🌐\x20[LLM]\x20Opening\x20','FsCgm','❌\x20[LLM]\x20No\x20URL\x20configured\x20for\x20platform:\x20','\x20URL:','💼\x20[LINKEDIN]\x20Opening\x20WebView\x20for\x20LinkedIn\x20login...','LMWjE','🌐\x20[LINKEDIN]\x20Opening\x20LinkedIn\x20URL:','hARfm','mCtdW','XitSG','🌐\x20[TOGGLE]\x20Starting\x20OAuth\x20flow\x20for\x20','EipBp','TLbrD','substring','ynFBr','✅\x20[TOGGLE]\x20Setting\x20WebView\x20state\x20-\x20showing\x20modal\x20for\x20','WJujj','LckVp','XJvhJ','QAYNL','IOtVs','delete','kZxqh','uSkIA','stringify','✅\x20[STORAGE]\x20Removed\x20','vrlAP','iWire','disconnected','❌\x20[STORAGE]\x20Error\x20removing\x20from\x20user_connected_platforms:','removeItem','WkSUx','lZnKF','BUTTON_PRESS','asOKl','DujTG','modEA','GZZxy','oLxCp','JazJh','BIcXe','AqMlm','OhzwB','KlMIL','KDwHj','DkMCe','NWWLs','VhzXk','✅\x20[REFRESH]\x20Model\x20refresh\x20frequency\x20set\x20to:\x20','zYSiV','Linking','openURL','nFDke','atVId','WCvit','qrDXY','ZxcLi','nxVft','eLnAq','✅\x20[WEBVIEW]\x20Rendering\x20OAuthWebView\x20for\x20','\x20with\x20URL:\x20','BfvqG','QnZst','wyeWh','ZRxve','jozEz','✅\x20[STORAGE]\x20Added\x20','\x20to\x20user_connected_platforms:','❌\x20[STORAGE]\x20Error\x20saving\x20to\x20user_connected_platforms:','toISOString','✅\x20[LLM]\x20','vzOCH','linkedin','✅\x20[LINKEDIN]\x20Connection\x20stored\x20locally','wvwuE','sYwwQ',',\x20oauthUrl:\x20','jAqME','VSJYF','lSipo','yvbyA','mopBg','GsMzH','xvZhF','ZoWSH','hdDtV','PodSW','✅\x20[PERSONA]\x20Applied\x20pending\x20connection:\x20','ibAiy','oDjAT','dsLyW','zLsJa','wdqLx','fWlLY','wHEMo','CzVjm','XmkQh','BmRNL','UApYu','reYMo','MlTMy','tKYtV','TxIat','vqWSR','NrEJm','ZgsTF','yXQSA','RwKmh','GORnK','LbtZp','bKTyR','VzZUG','VvtgT','📊\x20[STATE]\x20WebView\x20state\x20changed\x20-\x20showOAuthWebView:\x20','...)','max','size','QwNAp','VkchI','OziMo','zphaf','ZbqGE','container','backButton','backButtonText','subtitle','personaContainer','platformIconsOverlay','WHYOV','platformIconsCentered','AMfgg','shFQm','DZZMr','pXAVc','jNgSk','GTpgk','icon','platformIcon','PWAyN','youtubeIcon','BFzcF','pinterestIcon','chatgptIcon','CaVMZ','claudeIcon','grokIcon','contain','connectingDot','connectedDot','nRiFu','pageIndicatorContainer','scrollBarTrack','scrollBarThumb','lXSXy','View','interpolate','scrollIndicatorText','Xlbhz','uRjjd','kxgYE','oaCRl','SyvHj','recommendedBadgeText','refreshFrequencySection','refreshFrequencyTitle','BXxYq','refreshFrequencyDescription','uUdcq','value','refreshSegment','refreshSegmentSelected','refreshSegmentText','bottomButtonContainer','buttonWrapper','Continue','LIlfn','mdNGB','kbKJp','IPHJP','ohKKY','pDJMS','skipButtonText','Skip','create','surface','#F0F0F3','center','600','#1C1C1E','IBM\x20Plex\x20Sans','grey800','grey600','relative','absolute','#FFFFFF','transparent','#000','#FFA500','auto','#F9FAFB','Inter','#E0E0E4','#8E8E93','400','#E8E8ED','500','700','#E5E7EB','grey300','hidden','grey500','bold'];_0x5989=function(){return _0x397014;};return _0x5989();}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 _0x28c8(){const _0x247be8=['daily','Daily','Always\x20up-to-date\x20data.','weekly','Weekly','Balanced\x20freshness\x20and\x20efficiency.','biweekly','Biweekly','Less\x20frequent,\x20more\x20efficient.','Hpcyo','DPYXG','linkedin','✅\x20[PLATFORMS]\x20Loaded\x20LinkedIn\x20connection','dchlP','✅\x20[PLATFORMS]\x20Loaded\x20from\x20user_connected_platforms:','BbgkU','connecting','#9CA3AF','Error\x20initializing\x20username:','❌\x20[TOGGLE]\x20No\x20username\x20available\x20-\x20cannot\x20proceed\x20with\x20OAuth','EgbQX','Ihzss','❌\x20[STORAGE]\x20Error\x20removing\x20from\x20user_connected_platforms:','❌\x20[PLATFORMS]\x20Error\x20loading\x20connected\x20platforms\x20from\x20storage:','ZYRHo','GnXti','AOVLY','https://www.linkedin.com/login','wdeFU','veEIu','hBJBX','BeSjH','user_connected_platforms','KduMl','https://privacy.onairos.io/','GWlje','cDukx','@onairos:model_refresh_frequency','❌\x20[REFRESH]\x20Error\x20saving\x20refresh\x20frequency:','success','error','pnNck','❌\x20[STORAGE]\x20Error\x20saving\x20to\x20user_connected_platforms:','vijZK','CWktA','youtube','eweSH','QVivC','sDVPr','...)','NULL','contain','#10B981','YouTube','Use\x20your\x20watch\x20history,\x20likes,\x20and\x20subscriptions\x20to\x20enrich\x20your\x20model.','reddit','Use\x20your\x20professional\x20network\x20and\x20career\x20interests\x20to\x20enrich\x20your\x20model.','Gmail','Use\x20your\x20email\x20information\x20to\x20enrich\x20your\x20model.','Use\x20your\x20Claude\x20conversations\x20to\x20enrich\x20your\x20model.','gemini','Use\x20your\x20Gemini\x20conversations\x20to\x20enrich\x20your\x20model.','MGOzm','normal','Model\x20Refresh\x20Frequency','Skip','KSQft','YZufM','nTnUZ','SQnmF','uJNWA','OBWdW','Value','current','nTpjO','DDRhN','CpyrZ','PqAWX','gvoXH','nSHDt','INUXo','Kifxu','Vfblo','nxXTX','iifdJ','clfgT','CMUCa','length','vUSiM','EEWWO','kGeod','forEach','gUGuq','cpRJX','aoslj','MWwSv','has','add','RbSUi','BqMEv','VXReJ','gwuuq','LLlIq','vVtPj','IiHiq','gWkoL','POLLY','tQTWT','platform_account_details','CdWjR','nECzJ','WIBlZ','aXphV','FPLtG','KfGee','CkmGh','tGPLg','XEFbk','log','gtwan','🔄\x20[PLATFORMS]\x20Loading\x20connected\x20platforms\x20from\x20storage...','getItem','parse','isArray','jDMuN','PyadA','qYwlJ','TXbRp','createElement','DnhUp','IGnTy','platform','upuwP','toLowerCase','includes','map','find','limch','SYjsL','grok','@onairos:llm_connected:','connected','BUTTON_PRESS','QCCIS','push','bFUHv','iLfXZ','Wmdxe','UwcEe','nTCfk','UBMQS','from','DtxjQ','XfVjJ','cbYki','Highly\x20Recommended','Rwkha','SPECe','RuUuu','QAwFJ','yppQy','pVaJu','FCZvk','MZBKS','CvVNS','✅\x20[PLATFORMS]\x20Loaded\x20LLM\x20platform:\x20','onairos_username','PFwnt','PbIeR','split','jKUJC','user_','floor','setItem','XBYdX','platformCard','cardHeader','platformCardTitle','name','recommendedBadge','recommendedBadgeText','IfVGv','customToggleTrack','OpxfN','CSnnM','customToggleThumb','descriptionContainer','platformCardDescription','description','random','kGYDd','tGwbA','ERROR','loop','sequence','timing','start','nativeEvent','layoutMeasurement','contentSize','width','UbNhQ','rxYvK','SklGy','vKMxW','qXDqC','NvskP','pjFzD','AzyyS','Reddit','Use\x20your\x20posts\x20and\x20comments\x20to\x20enrich\x20your\x20model.','sBFrP','mhZTl','mLINw','kgigJ','piJev','hsTCf','KdBtD','gmail','Vpqff','chatgpt','ChatGPT','cRcph','UFBjx','Claude','sNdhA','vwDcR','ncpva','Gemini','GLQzi','pjnWf','xvEjy','Use\x20your\x20Grok\x20conversations\x20from\x20X\x20to\x20enrich\x20your\x20model.','filter','RYlLw','qTfIi','pETgr','zUHSB','gsNLE','pVJAu','tWxgN','yGkhM','✅\x20[WEBVIEW]\x20Rendering\x20OAuthWebView\x20for\x20','\x20with\x20URL:\x20','...','🔄\x20[TOGGLE]\x20Platform\x20toggle:\x20','HPXjG','NEPkJ','Wujwq','👤\x20[TOGGLE]\x20Username\x20check\x20-\x20stored:\x20\x22','\x22,\x20state:\x20\x22','trim','tjVuX','dXIyW','aXzEr','DiMUl','iKfvq','isChatPlatform','LsneQ','\x20login\x20and\x20export...','WjnsC','ZynXa','🌐\x20[LLM]\x20Opening\x20','\x20URL:','PzvmR','jFxKB','❌\x20[LLM]\x20No\x20URL\x20configured\x20for\x20platform:\x20','EpCKI','💼\x20[LINKEDIN]\x20Opening\x20WebView\x20for\x20LinkedIn\x20login...','USAJJ','🌐\x20[LINKEDIN]\x20Opening\x20LinkedIn\x20URL:','acWPS','bynxe','eUVXZ','diXvU','SUCCESS','qcPzR','hQvof','🌐\x20[TOGGLE]\x20Starting\x20OAuth\x20flow\x20for\x20','WMDKu','JpyJu','vxzFh','✅\x20[TOGGLE]\x20Setting\x20WebView\x20state\x20-\x20showing\x20modal\x20for\x20','❌\x20[TOGGLE]\x20OAuth\x20failed\x20for\x20','gSeod','disconnected','JNJaq','vYASv','OXDkp','nfHwh','stringify','✅\x20[STORAGE]\x20Removed\x20','\x20from\x20user_connected_platforms:','klYov','LJDLt','WuvSF','removeItem','@onairos:linkedin_connected','Error\x20toggling\x20platform\x20','NFXJy','LVQpr','YdRhF','zTJDP','xnfcm','Linking','openURL','rzcBo','ILmRl','WfOpC','YvGcQ','vibrate','SoxPf','MSDnA','YPxJN','✅\x20[REFRESH]\x20Model\x20refresh\x20frequency\x20set\x20to:\x20','Hktdv','fUUCd','FCVAw','HhDKc','RiDNo','JMcDd','WVxzZ','QqUuI','vhRiv','eNuBy','HUSrb','rtPia','cmkRb','fgLtA','ELXoZ','toISOString','✅\x20[LLM]\x20','\x20connection\x20stored\x20locally','ljsoI','TOwVy','JykRb','vbWVs','oDXDv','nwLbp','kVCHz','zGNyv','yycsP','RHDGw','vShOm','HlDUK','VMNKc','LyNMB','BNmJB','size','PFkLP','ElMXl','RVMdV','MxHMw','TqGJR','platformIconButton','platformIconButtonSelected','XMjdG','platformIcon','bQEBq','pinterestIcon','gmailIcon','kbGNw','sTGFr','chatgptIcon','ioNBI','claudeIcon','connectingDot','connectedDot','ZrbiX','mqCcM','IbRap','setValue','pBUUB','KzCAv','AwsPt','📊\x20[STATE]\x20WebView\x20state\x20changed\x20-\x20showOAuthWebView:\x20',',\x20oauthUrl:\x20','Yxlez','mhdBJ','DfSDv','substring','ZVTWl','mcZLh','unyWi','yMjkm','knyrZ','vkDim','container','scrollContent','backButton','backButtonText','headingContainer','title','Build\x20your\x20persona','subtitle','QsaKn','largePersona','platformIconsOverlay','EWPNh','platformIconsCentered','CThXs','iVJUD','SjmyL','icon','youtubeIcon','jbFRr','bSUxV','JbHZw','ZCzYW','grokIcon','HHFIz','OfMfK','GYRGl','DKtnM','vJJlK','pageIndicatorContainer','scrollBarTrack','scrollBarThumb','ADjTr','View','scrollIndicator','interpolate','cardContainer','ptriy','refreshFrequencySection','iYrXJ','refreshFrequencyDescription','How\x20often\x20should\x20your\x20model\x20be\x20refreshed\x20from\x20platforms?','refreshSegment','value','refreshSegmentSelected','refreshSegmentTextSelected','label','refreshFrequencyHint','GnGhN','buttonWrapper','tXATV','qqNRf','buttonOverlay','ZalOx','holdProgressBar','100%','skipButton','cerZw','create','#F0F0F3','center','#1C1C1E','IBM\x20Plex\x20Sans','700','grey800','left','Inter','400','relative','row','#FFFFFF','#000','#3B82F6','#EFF6FF','absolute','surface','space-between','#2563EB','auto','#F9FAFB','grey600','#E0E0E4','500','#8E8E93','#E5E7EB','hidden','grey300','grey500'];_0x28c8=function(){return _0x247be8;};return _0x28c8();}import{triggerHaptic,HapticType}from'../utils/haptics';import _0x1ce923 from'./PersonaImage';import _0x1d97be from'./PrimaryButton';import _0x157a53 from'./PersonalizationConsentScreen';import _0xfcedf3 from'./PinCreationScreen';import _0x10c7fb 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':_0x309e(0x0),'label':_0x309e(0x1),'description':_0x309e(0x2)},{'value':_0x309e(0x3),'label':_0x309e(0x4),'description':_0x309e(0x5)},{'value':_0x309e(0x6),'label':_0x309e(0x7),'description':_0x309e(0x8)}];const PlatformConnectorsStep=({onUpdate:_0x1d6e46,onSkip:_0x34c433,loading:loading=![],onPinComplete:_0x5e7747,onReviewerBypass:_0x19deb8,onLogout:_0x124023,allowedPlatforms:_0x241103,recommendedPlatforms:_0x38d6ba,initialConnectedPlatforms:_0x1f09cb,onRefreshFrequencyChange:_0x41f443,initialRefreshFrequency:initialRefreshFrequency=_0x309e(0x3)})=>{const _0x1f96f7={'kGeod':_0x309e(0x9),'nxXTX':function(_0xceba3a,_0x1ffa0a){return _0xceba3a(_0x1ffa0a);},'iifdJ':'AAmoN','CMUCa':function(_0x26706e,_0x5d34){return _0x26706e>_0x5d34;},'vUSiM':function(_0x7543a9,_0x2850a9){return _0x7543a9===_0x2850a9;},'EEWWO':_0x309e(0xa),'mhZTl':_0x309e(0xb),'VXReJ':_0x309e(0xc),'gwuuq':function(_0x429ae6,_0xb558db){return _0x429ae6!==_0xb558db;},'IiHiq':'✅\x20[PLATFORMS]\x20Updated\x20connectedPlatforms\x20state\x20with:','POLLY':_0x309e(0xd),'tQTWT':_0x309e(0xe),'WIBlZ':function(_0x1c7890,_0x2f9816){return _0x1c7890===_0x2f9816;},'OioSq':_0x309e(0xf),'CdWjR':'✅\x20[PLATFORMS]\x20Loaded\x20from\x20platform_account_details:','nECzJ':'claude','GGiIn':'@onairos:linkedin_connected','eUVXZ':function(_0x3cdf04,_0x1939d0){return _0x3cdf04(_0x1939d0);},'DtxjQ':function(_0xb88d93){return _0xb88d93();},'XfVjJ':_0x309e(0x10),'cbYki':function(_0x8c8949,_0xec80d6){return _0x8c8949===_0xec80d6;},'Rwkha':_0x309e(0x11),'SPECe':function(_0x6a4c9d,_0x37998a){return _0x6a4c9d!==_0x37998a;},'RuUuu':'NFoKA','WGogO':'RSnyy','QAwFJ':function(_0x497b68,_0x4ac44c){return _0x497b68(_0x4ac44c);},'yppQy':'onairos_username','pVaJu':function(_0x3ebe2f,_0x5834a9){return _0x3ebe2f*_0x5834a9;},'FCZvk':_0x309e(0x12),'TOwVy':function(_0xa29cc2,_0x47a12f){return _0xa29cc2(_0x47a12f);},'tGwbA':function(_0x41e1a4,_0x1cba2a){return _0x41e1a4===_0x1cba2a;},'UbNhQ':function(_0x193d35,_0x4094e6){return _0x193d35-_0x4094e6;},'rxYvK':function(_0x304855,_0x35347a){return _0x304855/_0x35347a;},'SklGy':'fgXSd','pVJAu':function(_0x31bf72,_0x406963){return _0x31bf72(_0x406963);},'RYlLw':_0x309e(0x13),'qTfIi':_0x309e(0x14),'zUHSB':_0x309e(0x15),'EpCKI':_0x309e(0x16),'Tadiz':_0x309e(0x17),'klYov':function(_0x29d6b0,_0x2aed2c){return _0x29d6b0(_0x2aed2c);},'LsneQ':function(_0x3e8369,_0x42c0db){return _0x3e8369(_0x42c0db);},'tWxgN':function(_0x1e6322,_0x3ac40f){return _0x1e6322===_0x3ac40f;},'nTpjO':function(_0x408564,_0x29a84b){return _0x408564(_0x29a84b);},'HPXjG':'WHqhZ','Wujwq':function(_0x4c06fa,_0x460d82){return _0x4c06fa||_0x460d82;},'GrVnC':function(_0x36c4d6,_0x5e1e0c){return _0x36c4d6===_0x5e1e0c;},'iKfvq':function(_0xc034b9,_0x292c7c){return _0xc034b9===_0x292c7c;},'unyWi':function(_0x376b8e,_0x5dca12){return _0x376b8e===_0x5dca12;},'JNJaq':function(_0x3c1ecf,_0x2524f7){return _0x3c1ecf(_0x2524f7);},'WjnsC':_0x309e(0x18),'ZynXa':_0x309e(0x19),'PzvmR':function(_0x54ec36,_0x590165){return _0x54ec36!==_0x590165;},'IVRuz':_0x309e(0x1a),'gvoXH':function(_0x551ef2,_0x2db7c7){return _0x551ef2(_0x2db7c7);},'zXCtl':function(_0x559b53,_0x2109be){return _0x559b53(_0x2109be);},'USAJJ':_0x309e(0x1b),'VFbkd':function(_0x4c6269,_0x3bce3c){return _0x4c6269(_0x3bce3c);},'acWPS':function(_0x20c07a,_0x1c7050){return _0x20c07a(_0x1c7050);},'oDXDv':function(_0x30dc28,_0x296013){return _0x30dc28!==_0x296013;},'bynxe':_0x309e(0x1c),'vbWVs':function(_0x50e924,_0x164ed8,_0x35576b){return _0x50e924(_0x164ed8,_0x35576b);},'OBWdW':function(_0x4e03a1,_0x4e4c53){return _0x4e03a1(_0x4e4c53);},'diXvU':function(_0x108e12,_0x19e0b4){return _0x108e12(_0x19e0b4);},'qcPzR':_0x309e(0x1d),'hQvof':function(_0x132cf0,_0x22f351){return _0x132cf0(_0x22f351);},'INUXo':function(_0x47f0d5,_0x74d9c8){return _0x47f0d5(_0x74d9c8);},'BqMEv':function(_0x3c13aa,_0x45a3c9,_0x3bf724){return _0x3c13aa(_0x45a3c9,_0x3bf724);},'WMDKu':'...','JpyJu':function(_0x2ae5ff,_0x10f858){return _0x2ae5ff===_0x10f858;},'vxzFh':_0x309e(0x1e),'gSeod':function(_0x4b489f,_0x12db31){return _0x4b489f(_0x12db31);},'WVxzZ':function(_0x296be8,_0x10b4b9){return _0x296be8(_0x10b4b9);},'vYASv':function(_0x34e879,_0x27394b){return _0x34e879!==_0x27394b;},'OXDkp':'VyAat','nfHwh':_0x309e(0x1f),'cVnoO':_0x309e(0x20),'WuvSF':_0x309e(0x21),'tLqjT':function(_0x393f87,_0x529a1d){return _0x393f87===_0x529a1d;},'oHfWt':function(_0xa32d0f,_0xf86e68){return _0xa32d0f(_0xf86e68);},'NFXJy':function(_0x41e240,_0x139a5d){return _0x41e240(_0x139a5d);},'uJNWA':function(_0x357160,_0x546638){return _0x357160(_0x546638);},'YZufM':function(_0x24fe0b,_0x239443){return _0x24fe0b(_0x239443);},'LVQpr':function(_0x20e887,_0xf77c5d){return _0x20e887(_0xf77c5d);},'rzcBo':_0x309e(0x22),'YdRhF':function(_0x189267,_0x259270){return _0x189267!==_0x259270;},'zTJDP':'oURtp','xnfcm':function(_0x5105fd){return _0x5105fd();},'lTYCB':function(_0x4fe83f,_0x36b353){return _0x4fe83f(_0x36b353);},'ILmRl':function(_0x17a6f0,_0x3579ae){return _0x17a6f0(_0x3579ae);},'WfOpC':_0x309e(0x23),'CTvjy':function(_0x5ee9f4,_0x1bd531){return _0x5ee9f4(_0x1bd531);},'zhcyf':_0x309e(0x24),'YPxJN':_0x309e(0x25),'Hktdv':_0x309e(0x26),'FSDQo':function(_0x5657e4,_0x9d022a){return _0x5657e4(_0x9d022a);},'PqAWX':function(_0x498a49,_0x453dc){return _0x498a49(_0x453dc);},'fUUCd':function(_0x1f4a1b,_0x4427dd){return _0x1f4a1b(_0x4427dd);},'FCVAw':'HhDKc','teLzq':function(_0x1abc65,_0x46dc33){return _0x1abc65(_0x46dc33);},'ElMXl':function(_0x3fa728,_0x41bbf1){return _0x3fa728(_0x41bbf1);},'nTnUZ':function(_0x4079da,_0x48591e){return _0x4079da(_0x48591e);},'QqUuI':function(_0x3f4ab2,_0x10618a){return _0x3f4ab2===_0x10618a;},'vhRiv':_0x309e(0x27),'eNuBy':function(_0xf64126,_0x29aa3a){return _0xf64126!==_0x29aa3a;},'HUSrb':_0x309e(0x28),'rtPia':function(_0x15c31c,_0x39d915){return _0x15c31c(_0x39d915);},'cRcph':function(_0x1d6eec,_0x1122ec){return _0x1d6eec(_0x1122ec);},'cmkRb':_0x309e(0x29),'ELXoZ':_0x309e(0x2a),'Kifxu':function(_0x1d2380,_0x2099b6){return _0x1d2380(_0x2099b6);},'ljsoI':function(_0x37b61a,_0x563a8f){return _0x37b61a(_0x563a8f);},'JykRb':function(_0x1b802c,_0x4b8f99){return _0x1b802c(_0x4b8f99);},'IRAEk':function(_0x202e5d,_0x8ed92a){return _0x202e5d(_0x8ed92a);},'nbowe':function(_0x1d73b9,_0x219be2){return _0x1d73b9(_0x219be2);},'RHDGw':function(_0x484bc1){return _0x484bc1();},'Dnhgq':function(_0x23b568,_0x253f60){return _0x23b568(_0x253f60);},'kVCHz':_0x309e(0x2b),'zGNyv':_0x309e(0x2c),'yycsP':function(_0xea2bc6,_0x5893cc){return _0xea2bc6&&_0x5893cc;},'KSQft':function(_0x2846fb,_0x4f9dc7){return _0x2846fb(_0x4f9dc7);},'TqGJR':function(_0x83246a,_0x54aa12){return _0x83246a===_0x54aa12;},'bQEBq':function(_0x288d5b,_0x38d0f5){return _0x288d5b===_0x38d0f5;},'NvskP':_0x309e(0x2d),'sBFrP':'pinterest','bSUxV':function(_0x118f79,_0x4d4b61){return _0x118f79===_0x4d4b61;},'piJev':'gmail','kbGNw':function(_0x2cfd34,_0x3564cd){return _0x2cfd34===_0x3564cd;},'sTGFr':'chatgpt','ioNBI':function(_0x5eac2f,_0x477ea6){return _0x5eac2f===_0x477ea6;},'RVMdV':function(_0xa5bfe3,_0x42402b){return _0xa5bfe3===_0x42402b;},'MxHMw':'CwAyB','mpWHO':_0x309e(0x2e),'fqaGr':function(_0x39e829){return _0x39e829();},'ZrbiX':function(_0x376647,_0x15d990){return _0x376647===_0x15d990;},'mqCcM':'jwgxQ','eMVkl':function(_0x15b1fc,_0x3f8b27){return _0x15b1fc(_0x3f8b27);},'IbRap':_0x309e(0x2f),'KzCAv':function(_0x5e46fb,_0x50ba48){return _0x5e46fb(_0x50ba48);},'pBUUB':function(_0x6dd659,_0x3365ba){return _0x6dd659!==_0x3365ba;},'rGOBy':_0x309e(0x30),'AwsPt':function(_0x5d2490,_0x23296c){return _0x5d2490||_0x23296c;},'Yxlez':function(_0x2369e8,_0xd687c0){return _0x2369e8+_0xd687c0;},'mhdBJ':function(_0x579f88,_0x45b0c8){return _0x579f88+_0x45b0c8;},'DfSDv':'SET\x20(','ZVTWl':_0x309e(0x31),'uiOCf':function(_0x53f7eb,_0x3395e8){return _0x53f7eb===_0x3395e8;},'yMjkm':function(_0x5493a0,_0xfc68cd){return _0x5493a0===_0xfc68cd;},'udXMe':'knyrZ','vkDim':function(_0x4343b2,_0x36876b){return _0x4343b2(_0x36876b);},'OfMfK':function(_0x724530,_0x1d2f47){return _0x724530+_0x1d2f47;},'GYRGl':function(_0x5240ce,_0x553ccc){return _0x5240ce+_0x553ccc;},'DKtnM':_0x309e(0x32),'iVJUD':'wwggT','SjmyL':function(_0x5d84cb,_0x1ec83f){return _0x5d84cb===_0x1ec83f;},'jbFRr':function(_0x526329,_0x1cbd6b){return _0x526329===_0x1cbd6b;},'JbHZw':function(_0x56ab46,_0x1c7854){return _0x56ab46===_0x1c7854;},'ZCzYW':function(_0x3466ca,_0x18ba9a){return _0x3466ca===_0x18ba9a;},'pjnWf':'grok','HHFIz':_0x309e(0x33),'ptriy':function(_0x149ab0,_0x2318b8){return _0x149ab0===_0x2318b8;},'LPuds':function(_0x377478,_0x1147ab){return _0x377478===_0x1147ab;},'YzgeZ':_0x309e(0x34),'ZalOx':function(_0x6d3ec0,_0x383275){return _0x6d3ec0>_0x383275;},'vOktP':function(_0x45c190){return _0x45c190();},'DDRhN':function(_0x1026ed,_0xfc2907){return _0x1026ed(_0xfc2907);},'SQnmF':function(_0x37fdfc,_0x54614f){return _0x37fdfc(_0x54614f);},'CpyrZ':function(_0xb61533,_0x1e243b){return _0xb61533(_0x1e243b);},'PrYYX':function(_0x591d06,_0x54ca58){return _0x591d06(_0x54ca58);},'nSHDt':function(_0x59207a,_0x4d3d9b){return _0x59207a(_0x4d3d9b);},'ucpaz':function(_0x13da6a){return _0x13da6a();},'Vfblo':function(_0x2847b3,_0x5132c8,_0x8d58e){return _0x2847b3(_0x5132c8,_0x8d58e);},'GXTAu':_0x309e(0x35),'qXDqC':function(_0x4d890b,_0xeef5){return _0x4d890b(_0xeef5);},'pjFzD':_0x309e(0x36),'AzyyS':_0x309e(0x37),'GLPyZ':'Pinterest','mLINw':'LinkedIn','kgigJ':_0x309e(0x38),'hsTCf':_0x309e(0x39),'KdBtD':function(_0xc22355,_0xc5b173){return _0xc22355(_0xc5b173);},'Vpqff':_0x309e(0x3a),'UFBjx':'Use\x20your\x20ChatGPT\x20conversations\x20and\x20memories\x20to\x20enrich\x20your\x20model.','sNdhA':function(_0x528482,_0xd12799){return _0x528482(_0xd12799);},'vwDcR':_0x309e(0x3b),'ncpva':_0x309e(0x3c),'GLQzi':_0x309e(0x3d),'xvEjy':'Grok','mcZLh':function(_0x463eb5,_0x3c65c2){return _0x463eb5===_0x3c65c2;},'NxeSj':_0x309e(0x3e),'QsaKn':'Connect\x20platforms\x20to\x20build\x20your\x20private\x20persona','EWPNh':function(_0x1311c2,_0x527560){return _0x1311c2<=_0x527560;},'CThXs':_0x309e(0x3f),'vJJlK':function(_0x2e0fde,_0x232344){return _0x2e0fde>_0x232344;},'ADjTr':function(_0x55ba35,_0x450594){return _0x55ba35>_0x450594;},'iYrXJ':_0x309e(0x40),'GnGhN':function(_0x494d34,_0x493d83){return _0x494d34===_0x493d83;},'tXATV':'Continue','qqNRf':function(_0x1a9c35,_0x4c0e4f){return _0x1a9c35===_0x4c0e4f;},'cerZw':_0x309e(0x41)};var _0x5193ef;const [_0x29b29a,_0x358a87]=_0x1f96f7[_0x309e(0x42)](useState,()=>new Set(_0x1f09cb||[])),[_0x1d661c,_0x3aad46]=_0x1f96f7['DDRhN'](useState,![]),[_0x14f710,_0x14053b]=_0x1f96f7[_0x309e(0x43)](useState,![]),[_0x35c636,_0x20b688]=useState(![]),[_0x1fd637,_0x1040f9]=_0x1f96f7[_0x309e(0x44)](useState,''),[_0x54bf05,_0x39fc0c]=useState({}),[_0x4849ae,_0x1d329c]=_0x1f96f7[_0x309e(0x45)](useState,![]),[_0x177f4c,_0x20e934]=_0x1f96f7['zXCtl'](useState,''),[_0x9eba1a,_0x10e438]=_0x1f96f7[_0x309e(0x46)](useState,''),[_0x3e0f3d,_0xff5db]=useState(null),[_0x417a1b,_0x567cd6]=_0x1f96f7[_0x309e(0x47)](useState,0x0),_0x18cfd0=useRef(new Animated[(_0x309e(0x48))](0x0))[_0x309e(0x49)],[_0x12fd61,_0x1d5855]=_0x1f96f7['nTpjO'](useState,''),_0x30ae73=_0x1f96f7[_0x309e(0x4a)](useRef,null),[_0x183e0f,_0x576794]=useState(!![]),_0x3e675c=useRef(new Animated[(_0x309e(0x48))](0x0))['current'],[_0x1a4904,_0x57ce11]=_0x1f96f7['YZufM'](useState,0x0),_0x2c2649=_0x1f96f7[_0x309e(0x4b)](useRef,0x0),[_0x3b667a,_0x11f57c]=useState(''),[_0x46af6d,_0x44bbb5]=_0x1f96f7['pVJAu'](useState,0x0),[_0x4bdaba,_0x780463]=useState('Initializing...'),[_0x174fdb,_0x1a1ecd]=useState(![]),[_0xee4641,_0xc38a7e]=_0x1f96f7[_0x309e(0x4c)](useState,![]),[_0x4df246,_0x12e26e]=_0x1f96f7[_0x309e(0x4d)](useState,null),[_0x129027,_0x22b2dd]=_0x1f96f7['fUUCd'](useState,null),_0x176bf3=_0x1f96f7['PrYYX'](useRef,null),[_0xa83966,_0x948d30]=_0x1f96f7[_0x309e(0x4e)](useState,![]),[_0x1ff303,_0xbf2cc3]=_0x1f96f7[_0x309e(0x4f)](useState,''),[_0x45b954,_0x12be36]=_0x1f96f7[_0x309e(0x43)](useState,null),[_0x2db86d,_0x195b63]=useState(![]),[_0x1ee9ee,_0x30f51b]=_0x1f96f7[_0x309e(0x50)](useState,![]),[_0x289a2e,_0xf39800]=useState(null),[_0xc4d036,_0x4dd939]=_0x1f96f7[_0x309e(0x51)](useState,initialRefreshFrequency),{connectPlatform:_0x1af36c,disconnectPlatform:_0xa2120a,isConnecting:_0xe9ea93}=_0x1f96f7['ucpaz'](useConnections),_0x54b449=null;_0x1f96f7[_0x309e(0x52)](useEffect,()=>{const _0x17fc83={'gUGuq':function(_0x4d085d,_0x2a27df){return _0x1f96f7[_0x309e(0x53)](_0x4d085d,_0x2a27df);},'cpRJX':function(_0x2c88d1,_0x4ce10e){return _0x2c88d1!==_0x4ce10e;},'aoslj':_0x1f96f7[_0x309e(0x54)],'MWwSv':_0x309e(0x55)};if(_0x1f09cb&&_0x1f96f7[_0x309e(0x56)](_0x1f09cb[_0x309e(0x57)],0x0)){if(_0x1f96f7[_0x309e(0x58)](_0x309e(0xa),_0x1f96f7[_0x309e(0x59)]))_0x1f96f7[_0x309e(0x53)](_0x358a87,_0x78376d=>{if(_0x1f96f7['kGeod']===_0x1f96f7[_0x309e(0x5a)]){const _0x4eb26c=new Set(_0x78376d);let _0x5ba370=![];return _0x1f09cb[_0x309e(0x5b)](_0x41703d=>{const _0x169656={'RbSUi':function(_0x4b1626,_0x2d0d7e){return _0x17fc83[_0x309e(0x5c)](_0x4b1626,_0x2d0d7e);}};_0x17fc83[_0x309e(0x5d)](_0x17fc83[_0x309e(0x5e)],_0x17fc83[_0x309e(0x5f)])?!_0x4eb26c[_0x309e(0x60)](_0x41703d)&&(_0x4eb26c[_0x309e(0x61)](_0x41703d),_0x5ba370=!![]):_0x169656[_0x309e(0x62)](_0x28735b,_0x58a21e=>{const _0x231305=new _0x5cf192(_0x58a21e);let _0x3f83e4=![];return _0xeaab92[_0x309e(0x5b)](_0x17fa45=>{!_0x231305[_0x309e(0x60)](_0x17fa45)&&(_0x231305[_0x309e(0x61)](_0x17fa45),_0x3f83e4=!![]);}),_0x3f83e4?_0x231305:_0x58a21e;});}),_0x5ba370?_0x4eb26c:_0x78376d;}else!_0x2e35cf[_0x309e(0x60)](_0x3e04c9)&&(_0x32ce87[_0x309e(0x61)](_0x587959),_0x54c83c=!![]);});else{const _0x5bdb89=new _0x172f58(_0x25053a);let _0x20b57e=![];return _0x19d71b['forEach'](_0x31f6a9=>{!_0x5bdb89[_0x309e(0x60)](_0x31f6a9)&&(_0x5bdb89[_0x309e(0x61)](_0x31f6a9),_0x20b57e=!![]);}),_0x20b57e?_0x5bdb89:_0x3daa13;}}},[_0x1f09cb]),_0x1f96f7[_0x309e(0x63)](useEffect,()=>{const _0x1f78fe={'bFUHv':_0x1f96f7['mhZTl'],'gtwan':_0x1f96f7[_0x309e(0x64)],'DnhUp':function(_0x16313a,_0x39483d){return _0x1f96f7[_0x309e(0x65)](_0x16313a,_0x39483d);},'IGnTy':_0x309e(0x66),'upuwP':function(_0x279eec,_0x4dfcd2){return _0x1f96f7[_0x309e(0x58)](_0x279eec,_0x4dfcd2);},'INehU':function(_0x4a3998){return _0x4a3998();},'vwrPC':function(_0x3448d6,_0x3638b7){return _0x3448d6(_0x3638b7);},'FPLtG':_0x309e(0x67),'KfGee':_0x1f96f7[_0x309e(0x68)],'CkmGh':function(_0x4acd9b,_0x3c343e){return _0x4acd9b===_0x3c343e;},'tGPLg':_0x309e(0x69),'XEFbk':_0x1f96f7[_0x309e(0x6a)],'jDMuN':_0x1f96f7[_0x309e(0x6b)],'PyadA':_0x309e(0x6c),'iroRC':function(_0x55306d,_0xbd0a42){return _0x1f96f7['WIBlZ'](_0x55306d,_0xbd0a42);},'qYwlJ':_0x1f96f7['OioSq'],'TXbRp':'iEEql','xVpQe':_0x1f96f7[_0x309e(0x6d)],'limch':'chatgpt','SYjsL':_0x1f96f7[_0x309e(0x6e)],'IegEd':_0x309e(0x3c),'eeIdI':function(_0x879853,_0x37591f){return _0x1f96f7[_0x309e(0x6f)](_0x879853,_0x37591f);},'BGVuS':_0x309e(0x70),'QCCIS':_0x1f96f7['GGiIn'],'iLfXZ':function(_0x3e4156,_0x5c1e2f){return _0x1f96f7['CMUCa'](_0x3e4156,_0x5c1e2f);},'fuLPN':function(_0x1da137,_0x34e11a){return _0x1f96f7['eUVXZ'](_0x1da137,_0x34e11a);}},_0x5ca87f=async()=>{const _0x5da5dd={'Wmdxe':function(_0x1bb28f,_0x469b7e){return _0x1f78fe['vwrPC'](_0x1bb28f,_0x469b7e);},'UwcEe':function(_0x35f7bd,_0x3e257f){return _0x1f78fe['DnhUp'](_0x35f7bd,_0x3e257f);},'nTCfk':_0x1f78fe[_0x309e(0x71)],'UBMQS':_0x1f78fe[_0x309e(0x72)]};try{if(_0x1f78fe[_0x309e(0x73)](_0x1f78fe[_0x309e(0x74)],_0x1f78fe[_0x309e(0x75)]))_0x5a9450['push'](_0x1f78fe['bFUHv']),_0x451880[_0x309e(0x76)](_0x1f78fe[_0x309e(0x77)]);else{console[_0x309e(0x76)](_0x309e(0x78));const _0x513489=[],_0x1e0e1a=await AsyncStorage[_0x309e(0x79)]('user_connected_platforms');if(_0x1e0e1a){const _0x13215f=JSON[_0x309e(0x7a)](_0x1e0e1a);Array[_0x309e(0x7b)](_0x13215f)&&(_0x513489['push'](..._0x13215f),console[_0x309e(0x76)](_0x1f78fe[_0x309e(0x7c)],_0x13215f));}const _0x20eb7c=await AsyncStorage[_0x309e(0x79)](_0x1f78fe[_0x309e(0x7d)]);if(_0x20eb7c){if(_0x1f78fe['iroRC'](_0x1f78fe[_0x309e(0x7e)],_0x1f78fe[_0x309e(0x7e)])){const _0xbb099b=JSON[_0x309e(0x7a)](_0x20eb7c);if(Array[_0x309e(0x7b)](_0xbb099b)){if(_0x1f78fe[_0x309e(0x7f)]!==_0x1f78fe[_0x309e(0x7f)])return React[_0x309e(0x80)](_0x209d3d,{'visible':_0x251363,'onComplete':_0x32e937});else _0xbb099b['forEach'](_0x2f7e97=>{if(_0x1f78fe[_0x309e(0x81)](_0x1f78fe[_0x309e(0x82)],_0x1f78fe[_0x309e(0x82)]))_0x31d23a[_0x309e(0x61)](_0x3ebf45),_0x5cec05=!![];else{var _0x1b74ff;const _0x123604=(_0x1b74ff=_0x2f7e97[_0x309e(0x83)])===null||_0x1f78fe[_0x309e(0x84)](_0x1b74ff,void 0x0)?void 0x0:_0x1b74ff[_0x309e(0x85)]();_0x123604&&!_0x513489[_0x309e(0x86)](_0x123604)&&_0x513489['push'](_0x123604);}}),console[_0x309e(0x76)](_0x1f78fe['xVpQe'],_0xbb099b[_0x309e(0x87)](_0x5b1fdd=>_0x5b1fdd[_0x309e(0x83)]));}}else{const _0x34f608=_0x5373db[0x0]['id'];(!_0xd2662f||!_0x97d2f8[_0x309e(0x88)](_0x2740cd=>_0x2740cd['id']===_0x454f62))&&_0x5da5dd['Wmdxe'](_0x508db8,_0x34f608);}}const _0x1a989c=[_0x1f78fe[_0x309e(0x89)],_0x1f78fe[_0x309e(0x8a)],_0x1f78fe['IegEd'],_0x309e(0x8b)];for(const _0x4091e8 of _0x1a989c){if(_0x1f78fe['eeIdI'](_0x1f78fe['BGVuS'],'aXphV')){const _0x2ccb07=await AsyncStorage[_0x309e(0x79)](_0x309e(0x8c)+_0x4091e8);if(_0x2ccb07){const _0x57d1f1=JSON['parse'](_0x2ccb07);_0x57d1f1[_0x309e(0x8d)]&&!_0x513489['includes'](_0x4091e8)&&(_0x513489['push'](_0x4091e8),console['log']('✅\x20[PLATFORMS]\x20Loaded\x20LLM\x20platform:\x20'+_0x4091e8));}}else _0x19990b(_0x17356e[_0x309e(0x8e)]),_0x1368a2&&_0x1f78fe['INehU'](_0x44509c);}const _0x8e9fc4=await AsyncStorage[_0x309e(0x79)](_0x1f78fe[_0x309e(0x8f)]);if(_0x8e9fc4){const _0x4f720d=JSON['parse'](_0x8e9fc4);_0x4f720d[_0x309e(0x8d)]&&!_0x513489[_0x309e(0x86)](_0x309e(0xb))&&(_0x513489[_0x309e(0x90)](_0x1f78fe[_0x309e(0x91)]),console[_0x309e(0x76)](_0x1f78fe[_0x309e(0x77)]));}_0x1f78fe[_0x309e(0x92)](_0x513489['length'],0x0)&&_0x1f78fe['fuLPN'](_0x358a87,_0x1e4ae2=>{const _0x14178b={'BdnEQ':function(_0x28f064,_0x2b70dd){return _0x5da5dd[_0x309e(0x93)](_0x28f064,_0x2b70dd);}},_0x5874ae=new Set(_0x1e4ae2);let _0x2a83d1=![];return _0x513489[_0x309e(0x5b)](_0x3886df=>{if(!_0x5874ae[_0x309e(0x60)](_0x3886df)){if(_0x5da5dd[_0x309e(0x94)](_0x5da5dd[_0x309e(0x95)],_0x5da5dd[_0x309e(0x95)])){const _0x3e1e3b={'fyrEA':function(_0x46af46,_0x1b5a60){return _0x14178b['BdnEQ'](_0x46af46,_0x1b5a60);}};return()=>{_0x35eb82&&_0x3e1e3b['fyrEA'](_0x31811f,_0x360e38);};}else _0x5874ae[_0x309e(0x61)](_0x3886df),_0x2a83d1=!![];}}),_0x2a83d1&&console['log'](_0x5da5dd[_0x309e(0x96)],Array[_0x309e(0x97)](_0x5874ae)),_0x2a83d1?_0x5874ae:_0x1e4ae2;});}}catch(_0x27c60c){console[_0x309e(0x28)](_0x309e(0x17),_0x27c60c);}};_0x1f96f7[_0x309e(0x98)](_0x5ca87f);},[]),_0x1f96f7['Vfblo'](useEffect,()=>{const _0x4924c4={'hdtUB':_0x1f96f7[_0x309e(0x99)],'XBYdX':function(_0x3cd814,_0x183a76){return _0x1f96f7[_0x309e(0x9a)](_0x3cd814,_0x183a76);},'IfVGv':_0x309e(0x9b),'OpxfN':_0x309e(0x34),'CSnnM':_0x1f96f7[_0x309e(0x9c)],'MZBKS':function(_0x53f83b,_0x14e6e1){return _0x1f96f7[_0x309e(0x9d)](_0x53f83b,_0x14e6e1);},'DaoSi':function(_0x394108,_0x545572){return _0x1f96f7[_0x309e(0x9d)](_0x394108,_0x545572);},'PFwnt':_0x1f96f7[_0x309e(0x9e)],'PbIeR':_0x1f96f7['WGogO'],'Zdrum':function(_0x4cb386,_0x18d9b5){return _0x1f96f7[_0x309e(0x9a)](_0x4cb386,_0x18d9b5);},'dATKn':function(_0x30d8a0,_0x26312e){return _0x30d8a0===_0x26312e;},'jKUJC':function(_0x46f396,_0x148fa1){return _0x1f96f7[_0x309e(0x6f)](_0x46f396,_0x148fa1);},'nISKi':function(_0x249d2a,_0x568185){return _0x1f96f7[_0x309e(0x9f)](_0x249d2a,_0x568185);},'RDauM':_0x1f96f7[_0x309e(0xa0)],'svXcm':function(_0x430064,_0x4e466c){return _0x1f96f7[_0x309e(0xa1)](_0x430064,_0x4e466c);},'kGYDd':_0x1f96f7[_0x309e(0xa2)],'fDHNb':function(_0xfd8a9,_0x1ea794){return _0x1f96f7['pVaJu'](_0xfd8a9,_0x1ea794);}},_0x20aff9=async()=>{if(_0x4924c4[_0x309e(0xa3)]('CvVNS',_0x309e(0xa4)))_0x556b31[_0x309e(0x90)](_0x47e6ba),_0x4cf225[_0x309e(0x76)](_0x309e(0xa5)+_0xa3f506);else try{const _0x5a59fc=await AsyncStorage['getItem'](_0x309e(0xa6));if(_0x5a59fc&&!_0x3b667a){_0x11f57c(_0x5a59fc);return;}if(_0x54b449&&!_0x3b667a){if(_0x4924c4['DaoSi'](_0x4924c4[_0x309e(0xa7)],_0x4924c4[_0x309e(0xa8)])){var _0x2d1af3;const _0x4e79f7=(_0x4924c4['Zdrum'](_0x54b449,null)||_0x54b449===void 0x0||(_0x2d1af3=_0x54b449['email'])===null||_0x4924c4['dATKn'](_0x2d1af3,void 0x0)?void 0x0:_0x2d1af3[_0x309e(0xa9)]('@')[0x0])||(_0x4924c4[_0x309e(0xaa)](_0x54b449,null)||_0x54b449===void 0x0?void 0x0:_0x54b449['name'])||_0x309e(0xab)+Math[_0x309e(0xac)](Math['random']()*0x2710);_0x4924c4['nISKi'](_0x11f57c,_0x4e79f7),await AsyncStorage[_0x309e(0xad)](_0x4924c4['RDauM'],_0x4e79f7);return;}else{const _0x219c37=_0x107a87[_0x309e(0x88)](_0x4923e2=>_0x4923e2['id']===_0x50ba30);if(!_0x219c37)return null;const _0x280dba=_0x458e47[_0x309e(0x60)](_0x281537),_0x5cadf0=_0xc66b0[_0x18e68f]===_0x4924c4['hdtUB'],_0x5c5c01=_0x1a066f===null||_0x4924c4[_0x309e(0xae)](_0x31e616,void 0x0)?void 0x0:_0x4a9e98[_0x309e(0x86)](_0x23a41a);return React['createElement'](View,{'style':_0x42b99f[_0x309e(0xaf)]},React[_0x309e(0x80)](View,{'style':_0x53574f[_0x309e(0xb0)]},React['createElement'](Text,{'style':_0x335ea7[_0x309e(0xb1)]},_0x219c37[_0x309e(0xb2)]),_0x5c5c01&&React[_0x309e(0x80)](View,{'style':_0x36091c[_0x309e(0xb3)]},React['createElement'](Text,{'style':_0x281752[_0x309e(0xb4)]},_0x4924c4[_0x309e(0xb5)])),React[_0x309e(0x80)](TouchableOpacity,{'activeOpacity':0.8,'onPress':()=>!_0x5cadf0&&_0x3c9225(_0x4e8172,!_0x280dba),'disabled':_0x5cadf0,'style':[_0x2723a3[_0x309e(0xb6)],{'backgroundColor':_0x280dba?_0x4924c4[_0x309e(0xb7)]:_0x4924c4[_0x309e(0xb8)]}]},React['createElement'](View,{'style':[_0xfb5ce7[_0x309e(0xb9)],{'transform':[{'translateX':_0x280dba?0x14:0x0}]}]}))),React[_0x309e(0x80)](View,{'style':_0x165b91[_0x309e(0xba)]},React[_0x309e(0x80)](Text,{'style':_0x3914ef[_0x309e(0xbb)]},_0x219c37[_0x309e(0xbc)])));}}if(!_0x3b667a){const _0x22dbf4='mobile_user_'+Math['floor'](_0x4924c4['svXcm'](Math[_0x309e(0xbd)](),0x2710));_0x11f57c(_0x22dbf4),await AsyncStorage[_0x309e(0xad)]('onairos_username',_0x22dbf4);}}catch(_0x111a09){console[_0x309e(0x28)](_0x4924c4[_0x309e(0xbe)],_0x111a09);const _0x40fb72=_0x309e(0xab)+Math[_0x309e(0xac)](_0x4924c4['fDHNb'](Math[_0x309e(0xbd)](),0x2710));_0x11f57c(_0x40fb72);}};_0x20aff9();},[_0x54b449,_0x3b667a]),useEffect(()=>{_0x183e0f&&(_0x1f96f7[_0x309e(0xbf)]('JCJrc','pjoxM')?(_0x1f96f7['TOwVy'](_0x3cc0f5,_0x1b569c=>({..._0x1b569c,[_0x159396]:_0x309e(0x28)})),_0x1f96f7['TOwVy'](_0x5fcf4e,_0x5a1c85[_0x309e(0xc0)])):Animated[_0x309e(0xc1)](Animated[_0x309e(0xc2)]([Animated[_0x309e(0xc3)](_0x3e675c,{'toValue':0x1,'duration':0x3e8,'useNativeDriver':!![]}),Animated[_0x309e(0xc3)](_0x3e675c,{'toValue':0x0,'duration':0x3e8,'useNativeDriver':!![]})]))[_0x309e(0xc4)]());},[_0x183e0f]);const _0x19a2f0=_0x1f96f7['vbWVs'](useCallback,_0x2aafd8=>{const _0x3a624d={'vKMxW':function(_0x668af1,_0x184e34){return _0x1f96f7['eUVXZ'](_0x668af1,_0x184e34);}},_0x39588c=_0x2aafd8[_0x309e(0xc5)]['contentOffset']['x'],_0x525224=_0x2aafd8[_0x309e(0xc5)][_0x309e(0xc6)]['width'],_0x353d8a=_0x2aafd8['nativeEvent'][_0x309e(0xc7)][_0x309e(0xc8)];_0x2c2649[_0x309e(0x49)]=_0x39588c;const _0x12c7c7=_0x1f96f7[_0x309e(0xc9)](_0x353d8a,_0x525224),_0x1666f9=_0x12c7c7>0x0?_0x1f96f7[_0x309e(0xca)](_0x39588c,_0x12c7c7):0x0;_0x1f96f7[_0x309e(0x9f)](_0x57ce11,_0x1666f9),_0x1f96f7[_0x309e(0x56)](_0x39588c,0xa)&&_0x183e0f&&(_0x1f96f7[_0x309e(0x9d)](_0x1f96f7[_0x309e(0xcb)],_0x1f96f7['SklGy'])?_0x3a624d[_0x309e(0xcc)](_0x508323,_0x3db6d5):_0x576794(![]));},[_0x183e0f]),_0x20e341=[{'id':_0x1f96f7['NvskP'],'name':_0x1f96f7['GXTAu'],'icon':_0x1f96f7[_0x309e(0xcd)](getPlatformIcon,_0x1f96f7[_0x309e(0xce)]),'description':_0x1f96f7[_0x309e(0xcf)],'isChatPlatform':![]},{'id':_0x1f96f7[_0x309e(0xd0)],'name':_0x309e(0xd1),'icon':getPlatformIcon(_0x1f96f7['AzyyS']),'description':_0x309e(0xd2),'isChatPlatform':![]},{'id':_0x1f96f7[_0x309e(0xd3)],'name':_0x1f96f7['GLPyZ'],'icon':getPlatformIcon(_0x1f96f7[_0x309e(0xd3)]),'description':'Use\x20your\x20pins,\x20boards,\x20and\x20interests\x20to\x20enrich\x20your\x20model.','isChatPlatform':![]},{'id':_0x1f96f7[_0x309e(0xd4)],'name':_0x1f96f7[_0x309e(0xd5)],'icon':_0x1f96f7[_0x309e(0x51)](getPlatformIcon,_0x1f96f7['mhZTl']),'description':_0x1f96f7[_0x309e(0xd6)],'isChatPlatform':![]},{'id':_0x1f96f7[_0x309e(0xd7)],'name':_0x1f96f7[_0x309e(0xd8)],'icon':_0x1f96f7[_0x309e(0xd9)](getPlatformIcon,_0x309e(0xda)),'description':_0x1f96f7[_0x309e(0xdb)],'isChatPlatform':![]},{'id':_0x309e(0xdc),'name':_0x309e(0xdd),'icon':_0x1f96f7[_0x309e(0xde)](getPlatformIcon,'chatgpt'),'description':_0x1f96f7[_0x309e(0xdf)],'isChatPlatform':!![]},{'id':_0x1f96f7[_0x309e(0x6e)],'name':_0x309e(0xe0),'icon':_0x1f96f7[_0x309e(0xe1)](getPlatformIcon,_0x1f96f7['nECzJ']),'description':_0x1f96f7[_0x309e(0xe2)],'isChatPlatform':!![]},{'id':_0x1f96f7[_0x309e(0xe3)],'name':_0x309e(0xe4),'icon':getPlatformIcon(_0x1f96f7[_0x309e(0xe3)]),'description':_0x1f96f7[_0x309e(0xe5)],'isChatPlatform':!![]},{'id':_0x1f96f7[_0x309e(0xe6)],'name':_0x1f96f7[_0x309e(0xe7)],'icon':_0x1f96f7[_0x309e(0x4e)](getPlatformIcon,_0x309e(0x8b)),'description':_0x309e(0xe8),'isChatPlatform':!![]}],_0xf7bf9e=_0x241103?_0x241103[_0x309e(0x87)](_0x21ae64=>_0x20e341['find'](_0x4b896c=>_0x4b896c['id']===_0x21ae64))[_0x309e(0xe9)](_0x3c8256=>_0x3c8256!==undefined):_0x20e341;_0x1f96f7[_0x309e(0x63)](useEffect,()=>{const _0x166f6b={'gsNLE':_0x1f96f7[_0x309e(0xea)]};if(_0x1f96f7[_0x309e(0x65)](_0x1f96f7[_0x309e(0xeb)],_0x309e(0xec))){if(_0x1f96f7['CMUCa'](_0xf7bf9e['length'],0x0)){if(_0x1f96f7['zUHSB']===_0x1f96f7[_0x309e(0xed)]){const _0x1ea34f=_0xf7bf9e[0x0]['id'];(!_0x12fd61||!_0xf7bf9e['find'](_0x101b50=>_0x101b50['id']===_0x12fd61))&&_0x1d5855(_0x1ea34f);}else{_0x21af13[_0x309e(0x28)](_0x166f6b[_0x309e(0xee)]);return;}}}else _0x1f96f7[_0x309e(0xef)](_0xfa12b5,![]);},[_0x241103,_0xf7bf9e[_0x309e(0x57)]]);const _0x58201f=async(_0x3b8078,_0x5dc50e)=>{const _0x846816={'aXzEr':function(_0x57e545,_0x1bbc43){return _0x1f96f7[_0x309e(0xf0)](_0x57e545,_0x1bbc43);},'DiMUl':function(_0x4ca265,_0x2edb7f){return _0x1f96f7[_0x309e(0x9a)](_0x4ca265,_0x2edb7f);}};if(_0x1f96f7[_0x309e(0x65)](_0x309e(0xf1),_0x309e(0xf1)))return _0x35e959[_0x309e(0x76)](_0x309e(0xf2)+_0x2bb34a+_0x309e(0xf3)+_0xe0537c['substring'](0x0,0x3c)+_0x309e(0xf4)),React[_0x309e(0x80)](_0xb20ae3,{'url':_0x24d486,'platform':_0x2dac6a,'onClose':_0x3fc8a5,'onSuccess':_0x272749,'onComplete':_0x243b80,'username':_0x111d03});else{_0x1f96f7['nTpjO'](triggerHaptic,HapticType['BUTTON_PRESS']),console[_0x309e(0x76)](_0x309e(0xf5)+_0x3b8078+'\x20=\x20'+_0x5dc50e);try{if(_0x1f96f7[_0x309e(0x65)](_0x1f96f7[_0x309e(0xf6)],_0x309e(0xf7))){if(_0x5dc50e){const _0x2abd18=await AsyncStorage[_0x309e(0x79)](_0x1f96f7[_0x309e(0xa0)]),_0x4c8cca=_0x1f96f7[_0x309e(0xf8)](_0x2abd18,_0x3b667a);console['log'](_0x309e(0xf9)+_0x2abd18+_0x309e(0xfa)+_0x3b667a+'\x22,\x20valid:\x20\x22'+_0x4c8cca+'\x22');if(!_0x4c8cca||_0x1f96f7['GrVnC'](_0x4c8cca[_0x309e(0xfb)](),'')){if(_0x1f96f7[_0x309e(0x9d)](_0x309e(0xfc),_0x309e(0xfd))){console['error'](_0x1f96f7['RYlLw']);return;}else{var _0x456a3b;const _0x2d8d49=_0x846816[_0x309e(0xfe)](_0x456a3b=_0x1408db['platform'],null)||_0x846816[_0x309e(0xff)](_0x456a3b,void 0x0)?void 0x0:_0x456a3b[_0x309e(0x85)]();_0x2d8d49&&!_0x46a085[_0x309e(0x86)](_0x2d8d49)&&_0xa06b15[_0x309e(0x90)](_0x2d8d49);}}const _0xdf846=_0x20e341['find'](_0x22853a=>_0x22853a['id']===_0x3b8078),_0x4a779b=(_0x1f96f7[_0x309e(0x100)](_0xdf846,null)||_0x1f96f7['unyWi'](_0xdf846,void 0x0)?void 0x0:_0xdf846[_0x309e(0x101)])||_0x1f96f7[_0x309e(0x102)](isLLMPlatform,_0x3b8078);if(_0x4a779b){console[_0x309e(0x76)]('🤖\x20[LLM]\x20Opening\x20WebView\x20for\x20'+_0x3b8078+_0x309e(0x103)),_0x1f96f7['JNJaq'](_0x10e438,_0x3b8078),_0x1f96f7[_0x309e(0x4a)](_0x39fc0c,_0x4692a4=>({..._0x4692a4,[_0x3b8078]:_0x309e(0x10)}));const _0x1193b8=_0x1f96f7[_0x309e(0x4a)](getLLMPlatformUrl,_0x3b8078);if(_0x1193b8){if(_0x1f96f7[_0x309e(0x9d)](_0x1f96f7[_0x309e(0x104)],_0x1f96f7[_0x309e(0x105)]))console['log'](_0x309e(0x106)+_0x3b8078+_0x309e(0x107),_0x1193b8),_0x1f96f7['eUVXZ'](_0x20e934,_0x1193b8),_0x1d329c(!![]);else return React[_0x309e(0x80)](_0x1c9c82,{'visible':_0x3ab94a,'onAccept':_0x332422,'onDecline':_0x1de227,'connectedPlatforms':_0x1a09c1[_0x309e(0x97)](_0xede7ec),'onConnectMore':_0x5ef820,'loading':_0x322c34});}else _0x1f96f7[_0x309e(0x108)](_0x309e(0x109),_0x1f96f7['IVRuz'])?(console['error'](_0x309e(0x10a)+_0x3b8078),_0x39fc0c(_0xd04250=>({..._0xd04250,[_0x3b8078]:'error'})),_0x1f96f7['nxXTX'](triggerHaptic,HapticType['ERROR'])):_0x4b2e8c[_0x309e(0x28)](_0x1f96f7[_0x309e(0x10b)],_0x5d3e90);return;}if(isLinkedInPlatform(_0x3b8078)){console[_0x309e(0x76)](_0x309e(0x10c)),_0x1f96f7['gvoXH'](_0x10e438,_0x3b8078),_0x1f96f7['zXCtl'](_0x39fc0c,_0x3eaaea=>({..._0x3eaaea,[_0x3b8078]:_0x309e(0x10)}));const _0x4893c2=_0x1f96f7[_0x309e(0x10d)];console[_0x309e(0x76)](_0x309e(0x10e),_0x4893c2),_0x1f96f7['VFbkd'](_0x20e934,_0x4893c2),_0x1f96f7['nTpjO'](_0x1d329c,!![]);return;}if(_0x1f96f7[_0x309e(0x10f)](hasNativeSDK,_0x3b8078)){if(_0x1f96f7['oDXDv'](_0x309e(0x1c),_0x1f96f7[_0x309e(0x110)]))_0x1f96f7[_0x309e(0x9f)](_0x979590,![]);else{_0x10e438(_0x3b8078),_0x1f96f7[_0x309e(0x111)](_0x39fc0c,_0x1066fa=>({..._0x1066fa,[_0x3b8078]:_0x309e(0x10)}));const _0x3ed927=await _0x1f96f7['vbWVs'](initiateNativeAuth,_0x3b8078,_0x4c8cca);if(_0x3ed927){const _0x4d4ef7=new Set(_0x29b29a);_0x4d4ef7[_0x309e(0x61)](_0x3b8078),_0x358a87(_0x4d4ef7),_0x1f96f7[_0x309e(0x47)](_0x39fc0c,_0x2936fd=>({..._0x2936fd,[_0x3b8078]:_0x309e(0x8d)})),_0x1f96f7[_0x309e(0x112)](triggerHaptic,HapticType[_0x309e(0x113)]);}else _0x1f96f7[_0x309e(0x114)]==='VHFWW'?_0x2743d4[_0x309e(0x28)](_0x309e(0x2a),_0x10843c):(_0x1f96f7[_0x309e(0x115)](_0x39fc0c,_0x1a3587=>({..._0x1a3587,[_0x3b8078]:_0x309e(0x28)})),_0x1f96f7[_0x309e(0x53)](triggerHaptic,HapticType[_0x309e(0xc0)]));}}else{console[_0x309e(0x76)](_0x309e(0x116)+_0x3b8078+_0x309e(0xf4)),_0x1f96f7[_0x309e(0x112)](_0x10e438,_0x3b8078),_0x1f96f7['INUXo'](_0x39fc0c,_0x53f814=>({..._0x53f814,[_0x3b8078]:_0x309e(0x10)}));const _0x4be690=await _0x1f96f7[_0x309e(0x63)](initiateOAuth,_0x3b8078,_0x4c8cca);console[_0x309e(0x76)]('🔗\x20[TOGGLE]\x20OAuth\x20URL\x20result\x20for\x20'+_0x3b8078+':',_0x4be690?_0x4be690['substring'](0x0,0x32)+_0x1f96f7[_0x309e(0x117)]:_0x309e(0x32)),_0x4be690?_0x1f96f7[_0x309e(0x118)]('hBJBX',_0x1f96f7[_0x309e(0x119)])?(console[_0x309e(0x76)](_0x309e(0x11a)+_0x3b8078),_0x1f96f7[_0x309e(0x9f)](_0x20e934,_0x4be690),_0x1f96f7[_0x309e(0x102)](_0x1d329c,!![])):_0x35e903['error'](_0x1f96f7['Tadiz'],_0x4a7a41):(console[_0x309e(0x28)](_0x309e(0x11b)+_0x3b8078+'\x20-\x20no\x20URL\x20returned'),_0x1f96f7[_0x309e(0x11c)](_0x39fc0c,_0xcd370a=>({..._0xcd370a,[_0x3b8078]:_0x309e(0x28)})),_0x1f96f7['WVxzZ'](triggerHaptic,HapticType[_0x309e(0xc0)]));}}else{await _0xa2120a(_0x3b8078);const _0x598dca=new Set(_0x29b29a);_0x598dca['delete'](_0x3b8078),_0x358a87(_0x598dca),_0x1f96f7[_0x309e(0x9f)](_0x39fc0c,_0x53db1e=>({..._0x53db1e,[_0x3b8078]:_0x309e(0x11d)})),_0x1f96f7[_0x309e(0x11e)](triggerHaptic,HapticType[_0x309e(0x8e)]);try{const _0x33037d=await AsyncStorage[_0x309e(0x79)]('user_connected_platforms');if(_0x33037d){if(_0x1f96f7[_0x309e(0x11f)](_0x1f96f7[_0x309e(0x120)],_0x1f96f7[_0x309e(0x121)])){const _0x3a8c53=JSON[_0x309e(0x7a)](_0x33037d),_0x30f3b7=_0x3a8c53[_0x309e(0xe9)](_0x36e5fb=>_0x36e5fb['toLowerCase']()!==_0x3b8078['toLowerCase']());await AsyncStorage[_0x309e(0xad)](_0x1f96f7['cVnoO'],JSON[_0x309e(0x122)](_0x30f3b7)),console['log'](_0x309e(0x123)+_0x3b8078+_0x309e(0x124),_0x30f3b7);}else _0x1f96f7[_0x309e(0x125)](_0x2355d8,_0x44f28d=>({..._0x44f28d,[_0xe8fa00]:_0x309e(0x11d)}));}}catch(_0x3ce594){_0x309e(0x126)!==_0x1f96f7[_0x309e(0x127)]?console['error'](_0x1f96f7[_0x309e(0x10b)],_0x3ce594):(_0x1f96f7[_0x309e(0x125)](_0xeb69af,_0x3d20c9=>({..._0x3d20c9,[_0xb35b66]:_0x309e(0x28)})),_0x1f96f7['LsneQ'](_0x5d2ea4,_0x5308af[_0x309e(0xc0)]));}await AsyncStorage['removeItem']('@onairos:llm_connected:'+_0x3b8078),_0x1f96f7['tLqjT'](_0x3b8078[_0x309e(0x85)](),_0x1f96f7[_0x309e(0xd4)])&&await AsyncStorage[_0x309e(0x128)](_0x309e(0x129));}}else _0x4246a5[_0x309e(0x90)](_0x2a4777);}catch(_0x5dc983){console['error'](_0x309e(0x12a)+_0x3b8078+':',_0x5dc983),_0x1f96f7['oHfWt'](_0x39fc0c,_0x19c727=>({..._0x19c727,[_0x3b8078]:_0x309e(0x28)})),triggerHaptic(HapticType['ERROR']);}}},_0x1d5287=async()=>{_0x1f96f7[_0x309e(0x12b)](triggerHaptic,HapticType[_0x309e(0x8e)]),_0x1f96f7[_0x309e(0x46)](_0x195b63,!![]);try{_0x1f96f7[_0x309e(0x43)](_0x14053b,!![]);}finally{_0x1f96f7[_0x309e(0x12c)](_0x195b63,![]);}},_0x411137=()=>{triggerHaptic(HapticType[_0x309e(0x8e)]);if(_0x34c433){if(_0x1f96f7[_0x309e(0x12d)]('cBSYZ',_0x1f96f7[_0x309e(0x12e)]))_0x1f96f7[_0x309e(0x12f)](_0x34c433);else{const Linking=_0x1f96f7[_0x309e(0x4a)](_0x355dfa,0x0)[_0x309e(0x130)];Linking[_0x309e(0x131)](_0x1f96f7[_0x309e(0x132)]);}}},_0x343883=async()=>{const _0x2fa0fb={'SoxPf':function(_0xc1a943){return _0xc1a943();},'YvGcQ':function(_0x1da27e,_0x15a226,_0x56f234){return _0x1f96f7[_0x309e(0x63)](_0x1da27e,_0x15a226,_0x56f234);},'MSDnA':function(_0x4dcb13,_0x1883c9){return _0x1f96f7['lTYCB'](_0x4dcb13,_0x1883c9);}};_0x1f96f7['eUVXZ'](triggerHaptic,HapticType[_0x309e(0x8e)]),_0x1f96f7[_0x309e(0x133)](_0x30f51b,!![]),await new Promise(_0x13230c=>setTimeout(_0x13230c,0x32));try{if('FykMP'===_0x1f96f7[_0x309e(0x134)]){Animated[_0x309e(0xc3)](_0x27d363,{'toValue':0x1,'duration':0xfa0,'useNativeDriver':![]})['start']();const _0x3d0f9f=_0x2fa0fb[_0x309e(0x135)](_0x3b88f0,()=>{_0x2a08d7(_0x3fd796[_0x309e(0x113)]),_0x5208cb[_0x309e(0x136)]([0x0,0x64,0x32,0x64]),_0x2fa0fb[_0x309e(0x137)](_0x769a45);},0xfa0);_0x2fa0fb[_0x309e(0x138)](_0x58faf4,_0x3d0f9f);}else _0x5e7747?await _0x1f96f7[_0x309e(0x11c)](_0x5e7747,_0x1fd637):await _0x1d6e46(Array[_0x309e(0x97)](_0x29b29a));}finally{_0x1f96f7['CTvjy'](_0x30f51b,![]);}},_0x48af7=()=>{_0x1f96f7['zhcyf']===_0x1f96f7['zhcyf']?(_0x1f96f7[_0x309e(0x102)](triggerHaptic,HapticType['BUTTON_PRESS']),_0x1f96f7[_0x309e(0x53)](_0x3aad46,![])):(_0x1f96f7[_0x309e(0x9f)](_0x585084,_0x3ccace[_0x309e(0x113)]),_0x1f26f8['vibrate']([0x0,0x64,0x32,0x64]),_0x1f96f7[_0x309e(0x98)](_0xe7b0ae));},_0x3753c1=async _0x574f5a=>{triggerHaptic(HapticType[_0x309e(0x8e)]),_0x4dd939(_0x574f5a);try{await AsyncStorage[_0x309e(0xad)](_0x1f96f7[_0x309e(0x139)],_0x574f5a),console[_0x309e(0x76)](_0x309e(0x13a)+_0x574f5a);}catch(_0x28d076){console['error'](_0x1f96f7[_0x309e(0x13b)],_0x28d076);}_0x41f443&&_0x1f96f7['FSDQo'](_0x41f443,_0x574f5a);},_0x128c33=()=>{const _0x354703={'RiDNo':function(_0x2e19e2,_0xe109b2){return _0x1f96f7[_0x309e(0x4d)](_0x2e19e2,_0xe109b2);},'JMcDd':function(_0x526de9,_0x328f62){return _0x1f96f7[_0x309e(0x13c)](_0x526de9,_0x328f62);}};if(_0x1f96f7[_0x309e(0x108)](_0x1f96f7[_0x309e(0x13d)],_0x309e(0x13e)))_0x354703[_0x309e(0x13f)](_0x551ba9,_0x4abdd7),_0x354703[_0x309e(0x140)](_0x2032f7,_0x5d03a1),_0x354703[_0x309e(0x13f)](_0x4eaaf6,![]),_0x354703[_0x309e(0x13f)](_0x30563b,!![]);else{const Linking=_0x1f96f7['teLzq'](__ONAIROS_REQ_FUNC__,0x0)[_0x309e(0x130)];Linking[_0x309e(0x131)](_0x1f96f7[_0x309e(0x132)]);}},_0x460f8b=async _0x5bb482=>{_0x1f96f7[_0x309e(0x141)](_0x1040f9,_0x5bb482),_0x1f96f7[_0x309e(0x12c)](setTemporaryPin,_0x5bb482),_0x1f96f7[_0x309e(0x13c)](_0x14053b,![]),_0x20b688(!![]);},_0xcc2fac=()=>{_0x1f96f7[_0x309e(0x4e)](_0x20b688,![]),_0x1f96f7['ElMXl'](_0x3aad46,!![]);},_0x5ab6bb=async _0x221501=>{if(_0x9eba1a){if(_0x1f96f7[_0x309e(0x142)](_0x221501,_0x1f96f7[_0x309e(0x143)])||_0x1f96f7[_0x309e(0x144)](_0x221501,_0x1f96f7[_0x309e(0x145)])){_0x1f96f7[_0x309e(0x146)](_0xf39800,_0x9eba1a),_0x1f96f7[_0x309e(0xde)](_0x39fc0c,_0x5d95fc=>({..._0x5d95fc,[_0x9eba1a]:'connected'}));try{const _0x3debc4=await AsyncStorage['getItem'](_0x309e(0x20)),_0x4746bb=_0x3debc4?JSON[_0x309e(0x7a)](_0x3debc4):[];!_0x4746bb[_0x309e(0x86)](_0x9eba1a[_0x309e(0x85)]())&&(_0x4746bb[_0x309e(0x90)](_0x9eba1a[_0x309e(0x85)]()),await AsyncStorage[_0x309e(0xad)](_0x309e(0x20),JSON[_0x309e(0x122)](_0x4746bb)),console[_0x309e(0x76)]('✅\x20[STORAGE]\x20Added\x20'+_0x9eba1a+'\x20to\x20user_connected_platforms:',_0x4746bb));}catch(_0x31a3ec){_0x1f96f7[_0x309e(0x11f)](_0x1f96f7[_0x309e(0x147)],_0x309e(0x148))?console['error'](_0x1f96f7[_0x309e(0x149)],_0x31a3ec):(_0x1f96f7['acWPS'](_0x3591aa,_0x5d5468=>{const _0x52cd1e=new _0x12b13c(_0x5d5468);return _0x52cd1e[_0x309e(0x61)](_0x37090b),_0x52cd1e;}),_0x31b8d8(_0x2f1cd7['SUCCESS']),_0xb1b38['log']('✅\x20[PERSONA]\x20Applied\x20pending\x20connection:\x20'+_0x217c83),_0x1f96f7[_0x309e(0x44)](_0x38f669,null));}_0x1f96f7['ElMXl'](isLLMPlatform,_0x9eba1a)&&(await AsyncStorage[_0x309e(0xad)](_0x309e(0x8c)+_0x9eba1a,JSON[_0x309e(0x122)]({'connected':!![],'platform':_0x9eba1a,'connectedAt':new Date()[_0x309e(0x14a)]()})),console['log'](_0x309e(0x14b)+_0x9eba1a+_0x309e(0x14c))),_0x9eba1a[_0x309e(0x85)]()===_0x1f96f7[_0x309e(0xd4)]&&(await AsyncStorage[_0x309e(0xad)](_0x309e(0x129),JSON[_0x309e(0x122)]({'connected':!![],'platform':_0x1f96f7['mhZTl'],'connectedAt':new Date()[_0x309e(0x14a)]()})),console[_0x309e(0x76)]('✅\x20[LINKEDIN]\x20Connection\x20stored\x20locally'));}else _0x1f96f7['zXCtl'](_0x39fc0c,_0x1dce9e=>({..._0x1dce9e,[_0x9eba1a]:'error'})),_0x1f96f7[_0x309e(0x51)](triggerHaptic,HapticType[_0x309e(0xc0)]);}_0x1f96f7[_0x309e(0x14d)](_0x1d329c,![]),_0x1f96f7[_0x309e(0x14e)](_0x20e934,''),_0x1f96f7[_0x309e(0x14f)](_0x10e438,'');};_0x1f96f7[_0x309e(0x150)](useEffect,()=>{const _0xa4ac06={'LyNMB':function(_0x3fc6bf,_0x3efff9){return _0x1f96f7[_0x309e(0x151)](_0x3fc6bf,_0x3efff9);},'sRpoq':_0x309e(0x152),'BNmJB':_0x1f96f7[_0x309e(0x153)]};if(_0x1f96f7[_0x309e(0x154)]!==_0x1f96f7['zGNyv'])_0x1f96f7['IRAEk'](_0x1d4c91,![]),_0x1f96f7['nbowe'](_0x31eca8,''),_0x351216&&_0x4f79cf(_0x45a4a2=>({..._0x45a4a2,[_0xd0cc59]:_0x309e(0x11d)})),_0x3bda8f('');else{if(_0x1f96f7[_0x309e(0x155)](_0x289a2e,!_0x4849ae)){const _0x47189c=_0x1f96f7[_0x309e(0x63)](setTimeout,()=>{const _0x5a7d67={'VMNKc':function(_0x34b29f){return _0x1f96f7[_0x309e(0x98)](_0x34b29f);},'Kqvuc':function(_0x22f07b,_0x579938){return _0x22f07b>_0x579938;},'PFkLP':function(_0x2b5901){return _0x1f96f7[_0x309e(0x156)](_0x2b5901);}};_0x309e(0x157)===_0x309e(0x158)?_0x50a286&&_0x5a7d67[_0x309e(0x159)](_0x1d3254):(_0x1f96f7['eUVXZ'](_0x358a87,_0x284818=>{if(_0xa4ac06[_0x309e(0x15a)](_0xa4ac06['sRpoq'],_0xa4ac06[_0x309e(0x15b)])){const _0x387a47=new Set(_0x284818);return _0x387a47['add'](_0x289a2e),_0x387a47;}else _0x5a7d67['Kqvuc'](_0x3f3b57[_0x309e(0x15c)],0x0)&&!_0x1e0b97&&!_0x29c410&&!_0x2ace02&&_0x5a7d67[_0x309e(0x15d)](_0x4204c9);}),_0x1f96f7[_0x309e(0x146)](triggerHaptic,HapticType[_0x309e(0x113)]),console['log']('✅\x20[PERSONA]\x20Applied\x20pending\x20connection:\x20'+_0x289a2e),_0x1f96f7['Dnhgq'](_0xf39800,null));},0x12c);return()=>clearTimeout(_0x47189c);}}},[_0x289a2e,_0x4849ae]);const _0x28b228=()=>{_0x1f96f7[_0x309e(0x53)](_0x1d329c,![]),_0x1f96f7[_0x309e(0x14f)](_0x20e934,''),_0x9eba1a&&_0x39fc0c(_0x5755a2=>({..._0x5755a2,[_0x9eba1a]:_0x309e(0x11d)})),_0x1f96f7[_0x309e(0x15e)](_0x10e438,'');},_0x19f0d4=()=>{if(_0x1f96f7[_0x309e(0x15f)](_0x1f96f7[_0x309e(0x160)],_0x1f96f7['mpWHO'])){const _0x534ea2={'XMjdG':function(_0xb6d831,_0x548e24){return _0x1f96f7['KSQft'](_0xb6d831,_0x548e24);}},_0x2fbd17=_0x286889===_0x47c8e8['id'],_0x597839=_0x3e9ace[_0x309e(0x60)](_0x59f60b['id']),_0x322172=_0x1f96f7[_0x309e(0x161)](_0x160d24[_0x4730bd['id']],_0x1f96f7['XfVjJ']);return React[_0x309e(0x80)](TouchableOpacity,{'key':_0x198dab['id'],'style':[_0x591835[_0x309e(0x162)],_0x2fbd17&&_0x13a208[_0x309e(0x163)]],'onPress':()=>{_0x534ea2[_0x309e(0x164)](_0x1d0c02,_0x270138[_0x309e(0x8e)]),_0x534ea2[_0x309e(0x164)](_0x2e9e92,_0x1fdfcb['id']);},'activeOpacity':0.7},React['createElement'](Image,{'source':_0x220f6c['icon'],'style':[_0x3594e9[_0x309e(0x165)],_0x1f96f7[_0x309e(0x166)](_0x4ec656['id'],_0x1f96f7[_0x309e(0xce)])&&_0xeb685b['youtubeIcon'],_0x1f96f7[_0x309e(0x6f)](_0x4002df['id'],_0x1f96f7[_0x309e(0xd3)])&&_0xc0d2ad[_0x309e(0x167)],_0x1f96f7['bSUxV'](_0x5e24bb['id'],_0x1f96f7['piJev'])&&_0x425667[_0x309e(0x168)],_0x1f96f7[_0x309e(0x169)](_0x3f51f4['id'],_0x1f96f7[_0x309e(0x16a)])&&_0x19bce3[_0x309e(0x16b)],_0x1f96f7[_0x309e(0x16c)](_0x141212['id'],_0x1f96f7[_0x309e(0x6e)])&&_0x1de884[_0x309e(0x16d)],_0x1b11e4['id']===_0x309e(0x8b)&&_0x2724a7['grokIcon']],'resizeMode':'contain'}),_0x322172&&React[_0x309e(0x80)](View,{'style':_0x2d71b4[_0x309e(0x16e)]}),_0x597839&&React[_0x309e(0x80)](View,{'style':_0x483f09[_0x309e(0x16f)]}));}else _0x14053b(![]);},_0x354df7=()=>{_0x19deb8&&_0x1f96f7['fqaGr'](_0x19deb8);},_0x5afeac=()=>{const _0x4e9a11={'kjfJX':function(_0x315c6d,_0x382e5f){return _0x315c6d(_0x382e5f);},'LjkOl':function(_0x1ee465){return _0x1f96f7['DtxjQ'](_0x1ee465);}};if(_0x1f96f7[_0x309e(0x170)](_0x1f96f7[_0x309e(0x171)],_0x1f96f7[_0x309e(0x171)])){Animated[_0x309e(0xc3)](_0x18cfd0,{'toValue':0x1,'duration':0xfa0,'useNativeDriver':![]})[_0x309e(0xc4)]();const _0x2a8464=_0x1f96f7[_0x309e(0x63)](setTimeout,()=>{_0x4e9a11['kjfJX'](triggerHaptic,HapticType['SUCCESS']),Vibration['vibrate']([0x0,0x64,0x32,0x64]),_0x4e9a11['LjkOl'](_0x354df7);},0xfa0);_0x1f96f7['eMVkl'](_0xff5db,_0x2a8464);}else{const _0x50bd34=_0x6d7b46['parse'](_0x5001df);_0x50bd34[_0x309e(0x8d)]&&!_0x155d8e[_0x309e(0x86)](_0x4d2956)&&(_0x2a2551[_0x309e(0x90)](_0x810aef),_0x1618c8[_0x309e(0x76)](_0x309e(0xa5)+_0x331324));}},_0x3cf8f0=()=>{if(_0x1f96f7['QqUuI'](_0x1f96f7['IbRap'],_0x1f96f7[_0x309e(0x172)]))_0x3e0f3d&&(_0x1f96f7['nTnUZ'](clearTimeout,_0x3e0f3d),_0xff5db(null)),_0x18cfd0[_0x309e(0x173)](0x0),Animated[_0x309e(0xc3)](_0x18cfd0,{'toValue':0x0,'duration':0xc8,'useNativeDriver':![]})[_0x309e(0xc4)]();else{_0x15f668(_0x30ddf9);return;}};_0x1f96f7[_0x309e(0x52)](useEffect,()=>{if(_0x1f96f7[_0x309e(0x174)](_0x1f96f7['rGOBy'],_0x1f96f7['rGOBy']))Animated['loop'](Animated[_0x309e(0xc2)]([Animated[_0x309e(0xc3)](_0x461efa,{'toValue':0x1,'duration':0x3e8,'useNativeDriver':!![]}),Animated['timing'](_0x2ca14e,{'toValue':0x0,'duration':0x3e8,'useNativeDriver':!![]})]))['start']();else return()=>{_0x3e0f3d&&_0x1f96f7[_0x309e(0x175)](clearTimeout,_0x3e0f3d);};},[_0x3e0f3d]),_0x1f96f7[_0x309e(0x150)](useEffect,()=>{_0x1f96f7[_0x309e(0x176)](_0x4849ae,_0x177f4c)&&console[_0x309e(0x76)](_0x309e(0x177)+_0x4849ae+_0x309e(0x178)+(_0x177f4c?_0x1f96f7[_0x309e(0x179)](_0x1f96f7[_0x309e(0x17a)](_0x1f96f7[_0x309e(0x17b)],_0x177f4c[_0x309e(0x17c)](0x0,0x28)),_0x1f96f7[_0x309e(0x17d)]):_0x309e(0x32)));},[_0x4849ae,_0x177f4c]);const _0x655ead=Math['min'](0x5,Math['max'](0x1,_0x1f96f7[_0x309e(0x17a)](_0x29b29a['size'],0x1))),_0x29cec7=0x78,_0xb1f7=0x46;if(_0x14f710)return React[_0x309e(0x80)](_0xfcedf3,{'visible':_0x14f710,'onComplete':_0x460f8b,'onBack':_0x19f0d4});if(_0x35c636)return React[_0x309e(0x80)](_0x10c7fb,{'visible':_0x35c636,'onComplete':_0xcc2fac});if(_0x4849ae&&_0x177f4c){if(_0x1f96f7[_0x309e(0x17e)](_0x309e(0x3e),_0x1f96f7['NxeSj']))return console['log'](_0x309e(0xf2)+_0x9eba1a+_0x309e(0xf3)+_0x177f4c[_0x309e(0x17c)](0x0,0x3c)+_0x309e(0xf4)),React[_0x309e(0x80)](OAuthWebView,{'url':_0x177f4c,'platform':_0x9eba1a,'onClose':_0x28b228,'onSuccess':_0x5ab6bb,'onComplete':_0x28b228,'username':_0x3b667a});else _0x12dd15[_0x309e(0x5b)](_0x31e846=>{var _0x38845f;const _0xf7a65=_0x1f96f7['uiOCf'](_0x38845f=_0x31e846['platform'],null)||_0x1f96f7[_0x309e(0x17f)](_0x38845f,void 0x0)?void 0x0:_0x38845f['toLowerCase']();_0xf7a65&&!_0x51881c[_0x309e(0x86)](_0xf7a65)&&_0x76b949[_0x309e(0x90)](_0xf7a65);}),_0x46361f[_0x309e(0x76)](_0x1f96f7[_0x309e(0x6d)],_0xdf7776[_0x309e(0x87)](_0x49cae1=>_0x49cae1[_0x309e(0x83)]));}const _0x317930=()=>{if(_0x1f96f7[_0x309e(0x180)](_0x1f96f7['udXMe'],_0x309e(0x181)))_0x1f96f7['JykRb'](triggerHaptic,HapticType['BUTTON_PRESS']),_0x1f96f7[_0x309e(0x182)](_0x3aad46,![]);else{const _0x2a778b=new _0x20d5e8(_0x5e143f);let _0x51fc63=![];return _0xd682db[_0x309e(0x5b)](_0x5ead56=>{!_0x2a778b[_0x309e(0x60)](_0x5ead56)&&(_0x2a778b[_0x309e(0x61)](_0x5ead56),_0x51fc63=!![]);}),_0x51fc63&&_0x4cfe03[_0x309e(0x76)](_0x1f96f7[_0x309e(0x68)],_0x54ed48[_0x309e(0x97)](_0x2a778b)),_0x51fc63?_0x2a778b:_0x233afe;}};if(_0x1d661c)return React[_0x309e(0x80)](_0x157a53,{'visible':_0x1d661c,'onAccept':_0x343883,'onDecline':_0x48af7,'connectedPlatforms':Array['from'](_0x29b29a),'onConnectMore':_0x317930,'loading':_0x1ee9ee});return React['createElement'](View,{'style':styles[_0x309e(0x183)]},React[_0x309e(0x80)](ScrollView,{'style':styles[_0x309e(0x184)],'showsVerticalScrollIndicator':![],'bounces':!![]},_0x124023&&React['createElement'](TouchableOpacity,{'style':styles[_0x309e(0x185)],'onPress':_0x124023,'activeOpacity':0.7},React[_0x309e(0x80)](Text,{'style':styles[_0x309e(0x186)]},'‹')),React[_0x309e(0x80)](View,{'style':styles[_0x309e(0x187)]},React['createElement'](Text,{'style':styles[_0x309e(0x188)]},_0x309e(0x189)),React[_0x309e(0x80)](Text,{'style':styles[_0x309e(0x18a)]},_0x1f96f7[_0x309e(0x18b)])),React[_0x309e(0x80)](View,{'style':styles['personaContainer']},React[_0x309e(0x80)](_0x1ce923,{'level':_0x655ead,'style':styles[_0x309e(0x18c)]}),React[_0x309e(0x80)](ScrollView,{'ref':_0x30ae73,'horizontal':!![],'style':[styles[_0x309e(0x18d)],{'bottom':_0x29cec7}],'contentContainerStyle':[styles['platformIconsScrollContent'],_0x1f96f7[_0x309e(0x18e)](_0xf7bf9e[_0x309e(0x57)],0x4)&&styles[_0x309e(0x18f)]],'showsHorizontalScrollIndicator':![],'onScroll':_0x19a2f0,'scrollEventThrottle':0x10,'decelerationRate':_0x1f96f7[_0x309e(0x190)],'scrollEnabled':_0x1f96f7['CMUCa'](_0xf7bf9e[_0x309e(0x57)],0x4)},_0xf7bf9e[_0x309e(0x87)](_0x242de9=>{if(_0x1f96f7[_0x309e(0x191)]!=='TlRYJ'){const _0x361932=_0x1f96f7[_0x309e(0x9a)](_0x12fd61,_0x242de9['id']),_0x49ada9=_0x29b29a[_0x309e(0x60)](_0x242de9['id']),_0x4311de=_0x1f96f7[_0x309e(0x192)](_0x54bf05[_0x242de9['id']],_0x1f96f7['XfVjJ']);return React[_0x309e(0x80)](TouchableOpacity,{'key':_0x242de9['id'],'style':[styles[_0x309e(0x162)],_0x361932&&styles[_0x309e(0x163)]],'onPress':()=>{triggerHaptic(HapticType['BUTTON_PRESS']),_0x1d5855(_0x242de9['id']);},'activeOpacity':0.7},React[_0x309e(0x80)](Image,{'source':_0x242de9[_0x309e(0x193)],'style':[styles[_0x309e(0x165)],_0x242de9['id']===_0x1f96f7[_0x309e(0xce)]&&styles[_0x309e(0x194)],_0x242de9['id']===_0x1f96f7[_0x309e(0xd3)]&&styles['pinterestIcon'],_0x1f96f7[_0x309e(0x195)](_0x242de9['id'],_0x1f96f7[_0x309e(0xd7)])&&styles[_0x309e(0x168)],_0x1f96f7[_0x309e(0x196)](_0x242de9['id'],_0x1f96f7[_0x309e(0x16a)])&&styles[_0x309e(0x16b)],_0x1f96f7[_0x309e(0x197)](_0x242de9['id'],_0x1f96f7[_0x309e(0x6e)])&&styles[_0x309e(0x16d)],_0x1f96f7[_0x309e(0x198)](_0x242de9['id'],_0x1f96f7[_0x309e(0xe6)])&&styles[_0x309e(0x199)]],'resizeMode':_0x1f96f7[_0x309e(0x19a)]}),_0x4311de&&React[_0x309e(0x80)](View,{'style':styles[_0x309e(0x16e)]}),_0x49ada9&&React[_0x309e(0x80)](View,{'style':styles[_0x309e(0x16f)]}));}else _0x1f96f7[_0x309e(0xf8)](_0x4a0d9e,_0x382dda)&&_0x366436[_0x309e(0x76)](_0x309e(0x177)+_0x2925f7+_0x309e(0x178)+(_0x46f468?_0x1f96f7[_0x309e(0x19b)](_0x1f96f7[_0x309e(0x19c)]('SET\x20(',_0x55cbae[_0x309e(0x17c)](0x0,0x28)),_0x309e(0x31)):_0x1f96f7[_0x309e(0x19d)]));})),_0x1f96f7[_0x309e(0x19e)](_0xf7bf9e[_0x309e(0x57)],0x4)&&React[_0x309e(0x80)](View,{'style':[styles[_0x309e(0x19f)],{'bottom':_0xb1f7}]},React[_0x309e(0x80)](View,{'style':styles[_0x309e(0x1a0)]},React[_0x309e(0x80)](View,{'style':[styles[_0x309e(0x1a1)],{'left':_0x1a4904*0x38}]}))),_0x183e0f&&_0x1f96f7[_0x309e(0x1a2)](_0xf7bf9e[_0x309e(0x57)],0x4)&&React['createElement'](Animated[_0x309e(0x1a3)],{'style':[styles[_0x309e(0x1a4)],{'transform':[{'translateX':_0x3e675c[_0x309e(0x1a5)]({'inputRange':[0x0,0x1],'outputRange':[0x0,0x8]})}],'opacity':_0x3e675c[_0x309e(0x1a5)]({'inputRange':[0x0,0x1],'outputRange':[0.5,0x1]})}]},React[_0x309e(0x80)](Text,{'style':styles['scrollIndicatorText']},'›'))),React[_0x309e(0x80)](View,{'style':styles[_0x309e(0x1a6)]},_0x12fd61&&((()=>{const _0x27af84=_0xf7bf9e[_0x309e(0x88)](_0x2405fa=>_0x2405fa['id']===_0x12fd61);if(!_0x27af84)return null;const _0x429b99=_0x29b29a[_0x309e(0x60)](_0x12fd61),_0x496406=_0x1f96f7[_0x309e(0x16c)](_0x54bf05[_0x12fd61],_0x309e(0x10)),_0x4c8e62=_0x1f96f7[_0x309e(0x1a7)](_0x38d6ba,null)||_0x1f96f7['LPuds'](_0x38d6ba,void 0x0)?void 0x0:_0x38d6ba[_0x309e(0x86)](_0x12fd61);return React[_0x309e(0x80)](View,{'style':styles[_0x309e(0xaf)]},React[_0x309e(0x80)](View,{'style':styles[_0x309e(0xb0)]},React[_0x309e(0x80)](Text,{'style':styles[_0x309e(0xb1)]},_0x27af84[_0x309e(0xb2)]),_0x4c8e62&&React[_0x309e(0x80)](View,{'style':styles[_0x309e(0xb3)]},React['createElement'](Text,{'style':styles['recommendedBadgeText']},'Highly\x20Recommended')),React['createElement'](TouchableOpacity,{'activeOpacity':0.8,'onPress':()=>!_0x496406&&_0x58201f(_0x12fd61,!_0x429b99),'disabled':_0x496406,'style':[styles[_0x309e(0xb6)],{'backgroundColor':_0x429b99?_0x1f96f7['YzgeZ']:_0x1f96f7[_0x309e(0x9c)]}]},React[_0x309e(0x80)](View,{'style':[styles[_0x309e(0xb9)],{'transform':[{'translateX':_0x429b99?0x14:0x0}]}]}))),React[_0x309e(0x80)](View,{'style':styles[_0x309e(0xba)]},React['createElement'](Text,{'style':styles[_0x309e(0xbb)]},_0x27af84[_0x309e(0xbc)])));})())),React['createElement'](View,{'style':styles[_0x309e(0x1a8)]},React[_0x309e(0x80)](Text,{'style':styles['refreshFrequencyTitle']},_0x1f96f7[_0x309e(0x1a9)]),React['createElement'](Text,{'style':styles[_0x309e(0x1aa)]},_0x309e(0x1ab)),React[_0x309e(0x80)](View,{'style':styles['refreshSegmentedControl']},MODEL_REFRESH_OPTIONS[_0x309e(0x87)](_0x4eaf99=>React[_0x309e(0x80)](TouchableOpacity,{'key':_0x4eaf99['value'],'style':[styles[_0x309e(0x1ac)],_0xc4d036===_0x4eaf99[_0x309e(0x1ad)]&&styles[_0x309e(0x1ae)]],'onPress':()=>_0x3753c1(_0x4eaf99[_0x309e(0x1ad)]),'activeOpacity':0.7},React[_0x309e(0x80)](Text,{'style':[styles['refreshSegmentText'],_0xc4d036===_0x4eaf99[_0x309e(0x1ad)]&&styles[_0x309e(0x1af)]]},_0x4eaf99[_0x309e(0x1b0)])))),React['createElement'](Text,{'style':styles[_0x309e(0x1b1)]},(_0x1f96f7[_0x309e(0x1b2)](_0x5193ef=MODEL_REFRESH_OPTIONS['find'](_0xe36225=>_0xe36225[_0x309e(0x1ad)]===_0xc4d036),null)||_0x5193ef===void 0x0?void 0x0:_0x5193ef[_0x309e(0xbc)])||'')),React[_0x309e(0x80)](View,{'style':styles['bottomButtonContainer']},React[_0x309e(0x80)](View,{'style':styles[_0x309e(0x1b3)]},React[_0x309e(0x80)](_0x1d97be,{'label':_0x1f96f7[_0x309e(0x1b4)],'onPress':_0x1d5287,'disabled':loading||_0x1f96f7[_0x309e(0x1b5)](_0x29b29a[_0x309e(0x15c)],0x0)||_0xe9ea93||_0x2db86d,'loading':loading||_0xe9ea93||_0x2db86d}),React[_0x309e(0x80)](TouchableOpacity,{'style':styles[_0x309e(0x1b6)],'activeOpacity':0x1,'onPressIn':_0x5afeac,'onPressOut':_0x3cf8f0,'onPress':()=>{_0x1f96f7[_0x309e(0x1b7)](_0x29b29a['size'],0x0)&&!loading&&!_0xe9ea93&&!_0x2db86d&&_0x1f96f7['vOktP'](_0x1d5287);}},React[_0x309e(0x80)](Animated[_0x309e(0x1a3)],{'style':[styles[_0x309e(0x1b8)],{'width':_0x18cfd0[_0x309e(0x1a5)]({'inputRange':[0x0,0x1],'outputRange':['0%',_0x309e(0x1b9)]})}]}))),_0x34c433&&React['createElement'](TouchableOpacity,{'style':styles[_0x309e(0x1ba)],'onPress':_0x411137},React[_0x309e(0x80)](Text,{'style':styles['skipButtonText']},_0x1f96f7[_0x309e(0x1bb)])))));},styles=StyleSheet[_0x309e(0x1bc)]({'container':{'flex':0x1,'backgroundColor':COLORS['surface'],'paddingHorizontal':0x18},'backButton':{'width':0x20,'height':0x20,'borderRadius':0x10,'backgroundColor':_0x309e(0x1bd),'alignItems':_0x309e(0x1be),'justifyContent':_0x309e(0x1be),'marginBottom':0x2},'backButtonText':{'fontSize':0x16,'fontWeight':'600','color':_0x309e(0x1bf),'marginTop':-0x2},'scrollContent':{'flex':0x1},'headingContainer':{'width':_0x309e(0x1b9),'marginBottom':SPACING['sm'],'paddingTop':0x0,'marginTop':0x0},'title':{'fontFamily':_0x309e(0x1c0),'fontWeight':_0x309e(0x1c1),'fontSize':0x18,'lineHeight':0x20,'color':COLORS[_0x309e(0x1c2)],'textAlign':_0x309e(0x1c3),'marginBottom':0x4},'subtitle':{'fontFamily':_0x309e(0x1c4),'fontWeight':_0x309e(0x1c5),'fontSize':0x10,'lineHeight':0x18,'color':COLORS['grey600'],'textAlign':_0x309e(0x1c3)},'personaContainer':{'alignItems':_0x309e(0x1be),'position':_0x309e(0x1c6),'marginTop':-0x14,'marginBottom':-0x78,'height':0x1c2},'largePersona':{'width':0x1f4,'height':0x1f4},'platformIconsOverlay':{'position':'absolute','width':_0x309e(0x1b9),'height':0x46,'zIndex':0xa},'platformIconsScrollContent':{'flexDirection':_0x309e(0x1c7),'alignItems':_0x309e(0x1be),'paddingHorizontal':0x14,'gap':0x18},'platformIconsCentered':{'flexGrow':0x1,'justifyContent':_0x309e(0x1be)},'platformIconButton':{'width':0x34,'height':0x34,'borderRadius':0x1a,'backgroundColor':_0x309e(0x1c8),'justifyContent':'center','alignItems':'center','borderWidth':0x3,'borderColor':'transparent','shadowColor':_0x309e(0x1c9),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.15,'shadowRadius':0x4,'elevation':0x4},'platformIconButtonSelected':{'borderColor':_0x309e(0x1ca),'backgroundColor':_0x309e(0x1cb)},'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':_0x309e(0x1cc),'top':0x2,'right':0x2,'width':0xc,'height':0xc,'borderRadius':0x6,'backgroundColor':'#FFA500','borderWidth':0x2,'borderColor':COLORS[_0x309e(0x1cd)]},'connectedDot':{'position':'absolute','top':0x2,'right':0x2,'width':0xc,'height':0xc,'borderRadius':0x6,'backgroundColor':_0x309e(0x34),'borderWidth':0x2,'borderColor':COLORS[_0x309e(0x1cd)]},'cardContainer':{'alignItems':_0x309e(0x1be),'marginTop':0x10,'marginBottom':SPACING['md']},'platformCard':{'width':0x147,'backgroundColor':'#FFFFFF','borderRadius':0x10,'padding':0x8,'shadowColor':'#000','shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.1,'shadowRadius':0x8,'elevation':0x3,'gap':0xa},'cardHeader':{'flexDirection':_0x309e(0x1c7),'alignItems':_0x309e(0x1be),'justifyContent':_0x309e(0x1ce)},'platformCardTitle':{'fontSize':0x10,'fontWeight':'600','color':COLORS[_0x309e(0x1c2)],'fontFamily':_0x309e(0x1c0)},'recommendedBadge':{'backgroundColor':_0x309e(0x1cb),'paddingHorizontal':0xc,'paddingVertical':0x6,'borderRadius':0x10,'marginLeft':0x8},'recommendedBadgeText':{'fontSize':0xc,'fontWeight':'600','color':_0x309e(0x1cf),'fontFamily':_0x309e(0x1c0)},'customToggleTrack':{'width':0x32,'height':0x1e,'borderRadius':0xf,'padding':0x2,'marginLeft':_0x309e(0x1d0),'marginRight':0x8,'justifyContent':_0x309e(0x1be)},'customToggleThumb':{'width':0x1a,'height':0x1a,'borderRadius':0xd,'backgroundColor':_0x309e(0x1c8),'shadowColor':_0x309e(0x1c9),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.2,'shadowRadius':0x2,'elevation':0x2},'descriptionContainer':{'backgroundColor':_0x309e(0x1d1),'borderRadius':0x8,'padding':0x8},'platformCardDescription':{'fontSize':0xd,'lineHeight':0x12,'color':COLORS[_0x309e(0x1d2)],'fontFamily':_0x309e(0x1c4)},'refreshFrequencySection':{'paddingHorizontal':0x10,'paddingVertical':0x14,'marginTop':0xc,'backgroundColor':'#F5F5F7','borderRadius':0x10,'marginHorizontal':SPACING['md'],'marginBottom':0x8,'borderWidth':0x1,'borderColor':_0x309e(0x1d3)},'refreshFrequencyTitle':{'fontSize':0x11,'fontWeight':_0x309e(0x1c1),'color':'#1C1C1E','fontFamily':_0x309e(0x1c0),'marginBottom':0x4},'refreshFrequencyDescription':{'fontSize':0xe,'color':'#8E8E93','fontFamily':_0x309e(0x1c4),'fontWeight':_0x309e(0x1c5),'marginBottom':0x10},'refreshSegmentedControl':{'flexDirection':'row','backgroundColor':'#E8E8ED','borderRadius':0xc,'padding':0x3},'refreshSegment':{'flex':0x1,'paddingVertical':0xa,'alignItems':_0x309e(0x1be),'justifyContent':'center','borderRadius':0xa},'refreshSegmentSelected':{'backgroundColor':_0x309e(0x1bf),'shadowColor':_0x309e(0x1c9),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.15,'shadowRadius':0x4,'elevation':0x3},'refreshSegmentText':{'fontSize':0xf,'fontFamily':_0x309e(0x1c4),'fontWeight':_0x309e(0x1d4),'color':_0x309e(0x1d5)},'refreshSegmentTextSelected':{'fontWeight':_0x309e(0x1c1),'color':_0x309e(0x1c8)},'refreshFrequencyHint':{'fontSize':0xd,'fontFamily':_0x309e(0x1c4),'fontWeight':_0x309e(0x1c5),'color':_0x309e(0x1d5),'textAlign':_0x309e(0x1be),'marginTop':0xc},'privacyLinkContainer':{'marginTop':0x10,'paddingTop':0x10,'borderTopWidth':0x1,'borderTopColor':_0x309e(0x1d6),'alignItems':'center'},'privacyLinkText':{'fontSize':0xe,'color':'#8B5CF6','fontFamily':'Inter','fontWeight':_0x309e(0x1d4)},'bottomButtonContainer':{'paddingTop':0x8,'paddingBottom':0x0,'paddingHorizontal':SPACING['md']},'buttonWrapper':{'position':_0x309e(0x1c6)},'buttonOverlay':{'position':_0x309e(0x1cc),'top':0x0,'left':0x0,'right':0x0,'bottom':0x0,'borderRadius':0xc,'overflow':_0x309e(0x1d7)},'holdProgressBar':{'position':'absolute','bottom':0x0,'left':0x0,'height':0x4,'backgroundColor':_0x309e(0x34),'borderRadius':0x2},'skipButton':{'alignItems':_0x309e(0x1be),'paddingVertical':0xa,'marginBottom':0x22},'skipButtonText':{'fontSize':0x10,'fontFamily':_0x309e(0x1c4),'fontWeight':_0x309e(0x1d4),'color':COLORS['grey600']},'pageIndicatorContainer':{'position':_0x309e(0x1cc),'alignSelf':_0x309e(0x1be),'zIndex':0xb},'scrollBarTrack':{'width':0x50,'height':0x4,'backgroundColor':COLORS[_0x309e(0x1d8)],'borderRadius':0x2,'position':_0x309e(0x1c6),'overflow':_0x309e(0x1d7)},'scrollBarThumb':{'position':_0x309e(0x1cc),'width':0x18,'height':0x4,'backgroundColor':COLORS[_0x309e(0x1d2)],'borderRadius':0x2,'left':0x0},'scrollIndicator':{'position':_0x309e(0x1cc),'bottom':0x3c,'right':0x1e,'zIndex':0xc},'scrollIndicatorText':{'fontSize':0x20,'color':COLORS[_0x309e(0x1d9)],'fontWeight':'bold'}});function _0x309e(_0x28c802,_0x309e1f){_0x28c802=_0x28c802-0x0;const _0x2ebf2f=_0x28c8();let _0x5a8891=_0x2ebf2f[_0x28c802];return _0x5a8891;}export default PlatformConnectorsStep;
@@ -1 +1 @@
1
- import React from'react';import{View,Text,StyleSheet,TouchableOpacity,ActivityIndicator}from'react-native';import _0x5af15a from'react-native-vector-icons/MaterialIcons';import{COLORS,PLATFORMS}from'../constants';function _0x250b(_0x16c751,_0x250bf1){_0x16c751=_0x16c751-0x0;const _0x38ecd7=_0x16c7();let _0x49156c=_0x38ecd7[_0x16c751];return _0x49156c;}export const PlatformList=({connections:_0x1bb159,onToggle:_0x4e68ab,isLoading:_0x3979a7,canProceed:_0x246a5f,onProceed:_0x12bc2d})=>{const _0x2736f9={'fvWLR':_0x250b(0x0),'nmaUg':_0x250b(0x1),'AgMMZ':_0x250b(0x2),'UxQyX':'Connect\x20at\x20least\x202\x20platforms\x20to\x20proceed','qIEEC':function(_0x438712,_0x52e617){return _0x438712||_0x52e617;},'WIJJX':_0x250b(0x3)},_0x1d7d2c=(_0x4b1010,_0x5496e0)=>{const _0x1adc5a=PLATFORMS[_0x4b1010];if(!_0x1adc5a)return null;return React[_0x250b(0x4)](View,{'key':_0x4b1010,'style':styles['platformContainer']},React[_0x250b(0x4)](View,{'style':styles[_0x250b(0x5)]},React[_0x250b(0x4)](_0x5af15a,{'name':_0x1adc5a[_0x250b(0x6)],'size':0x18,'color':_0x1adc5a['color']}),React[_0x250b(0x4)](Text,{'style':styles[_0x250b(0x7)]},_0x1adc5a[_0x250b(0x8)])),_0x1adc5a[_0x250b(0x9)]&&React[_0x250b(0x4)](Text,{'style':styles[_0x250b(0xa)]},_0x1adc5a[_0x250b(0x9)]),React[_0x250b(0x4)](TouchableOpacity,{'style':[styles[_0x250b(0xb)],_0x5496e0?styles[_0x250b(0xc)]:styles['disconnectedButton']],'onPress':()=>_0x4e68ab(_0x4b1010,!_0x5496e0),'disabled':_0x3979a7},_0x3979a7?React['createElement'](ActivityIndicator,{'color':_0x2736f9[_0x250b(0xd)]}):React['createElement'](Text,{'style':styles[_0x250b(0xe)]},_0x5496e0?_0x2736f9['nmaUg']:_0x250b(0xf))));};return React[_0x250b(0x4)](View,{'style':styles['container']},React['createElement'](Text,{'style':styles[_0x250b(0x10)]},_0x2736f9[_0x250b(0x11)]),React[_0x250b(0x4)](Text,{'style':styles[_0x250b(0x12)]},_0x2736f9['UxQyX']),React['createElement'](View,{'style':styles[_0x250b(0x13)]},Object[_0x250b(0x14)](_0x1bb159)[_0x250b(0x15)](([_0x9c1495,_0x3a3052])=>_0x1d7d2c(_0x9c1495,!!_0x3a3052))),React['createElement'](TouchableOpacity,{'style':[styles['proceedButton'],!_0x246a5f&&styles[_0x250b(0x16)]],'onPress':_0x12bc2d,'disabled':_0x2736f9[_0x250b(0x17)](!_0x246a5f,_0x3979a7)},React[_0x250b(0x4)](Text,{'style':styles['proceedButtonText']},_0x2736f9[_0x250b(0x18)])));};function _0x16c7(){const _0x49a19a=['#fff','Disconnect','Connect\x20your\x20platforms','Proceed','createElement','platformHeader','icon','platformName','name','description','platformDescription','connectButton','connectedButton','fvWLR','buttonText','Connect','title','AgMMZ','subtitle','platformsList','entries','map','disabledButton','qIEEC','WIJJX','600','text','secondary','border','row','center','primary','success'];_0x16c7=function(){return _0x49a19a;};return _0x16c7();}const styles=StyleSheet['create']({'container':{'flex':0x1,'padding':0x10},'title':{'fontSize':0x14,'fontWeight':_0x250b(0x19),'marginBottom':0x8,'color':COLORS[_0x250b(0x1a)]['primary']},'subtitle':{'fontSize':0xe,'color':COLORS[_0x250b(0x1a)][_0x250b(0x1b)],'marginBottom':0x18},'platformsList':{'flex':0x1},'platformContainer':{'backgroundColor':_0x250b(0x0),'borderRadius':0xc,'padding':0x10,'marginBottom':0x10,'borderWidth':0x1,'borderColor':COLORS[_0x250b(0x1c)]},'platformHeader':{'flexDirection':_0x250b(0x1d),'alignItems':_0x250b(0x1e),'marginBottom':0x8},'platformName':{'fontSize':0x10,'fontWeight':'600','marginLeft':0xc,'color':COLORS['text'][_0x250b(0x1f)]},'platformDescription':{'fontSize':0xe,'color':COLORS['text']['secondary'],'marginBottom':0x10},'connectButton':{'paddingVertical':0x8,'paddingHorizontal':0x10,'borderRadius':0x8,'alignItems':'center'},'connectedButton':{'backgroundColor':COLORS[_0x250b(0x20)]},'disconnectedButton':{'backgroundColor':COLORS[_0x250b(0x1f)]},'buttonText':{'color':'#fff','fontWeight':'600'},'proceedButton':{'backgroundColor':COLORS['primary'],'paddingVertical':0x10,'borderRadius':0xc,'alignItems':'center','marginTop':0x10},'disabledButton':{'opacity':0.5},'proceedButtonText':{'color':_0x250b(0x0),'fontSize':0x10,'fontWeight':_0x250b(0x19)}});
1
+ import React from'react';import{View,Text,StyleSheet,TouchableOpacity,ActivityIndicator}from'react-native';function _0x4294(){const _0x3c78a2=['#fff','Connect','Connect\x20at\x20least\x202\x20platforms\x20to\x20proceed','createElement','platformContainer','color','platformName','name','description','platformDescription','connectButton','buttonText','Disconnect','YEAgm','title','Connect\x20your\x20platforms','subtitle','vFWex','entries','map','proceedButton','disabledButton','pYVKS','Proceed','600','text','secondary','border','row','primary','success','center'];_0x4294=function(){return _0x3c78a2;};return _0x4294();}import _0x145b45 from'react-native-vector-icons/MaterialIcons';function _0x1a71(_0x42947a,_0x1a7129){_0x42947a=_0x42947a-0x0;const _0x28dfce=_0x4294();let _0x3f41d2=_0x28dfce[_0x42947a];return _0x3f41d2;}import{COLORS,PLATFORMS}from'../constants';export const PlatformList=({connections:_0x651926,onToggle:_0x5b189d,isLoading:_0x118936,canProceed:_0x39875a,onProceed:_0xacf02a})=>{const _0x30ddcf={'UfMXA':_0x1a71(0x0),'YEAgm':_0x1a71(0x1),'vFWex':_0x1a71(0x2),'pYVKS':function(_0x3f51a2,_0xcf7f13){return _0x3f51a2||_0xcf7f13;}},_0x38466e=(_0x3a1d75,_0x4a3ef4)=>{const _0x534bf8=PLATFORMS[_0x3a1d75];if(!_0x534bf8)return null;return React[_0x1a71(0x3)](View,{'key':_0x3a1d75,'style':styles[_0x1a71(0x4)]},React['createElement'](View,{'style':styles['platformHeader']},React[_0x1a71(0x3)](_0x145b45,{'name':_0x534bf8['icon'],'size':0x18,'color':_0x534bf8[_0x1a71(0x5)]}),React['createElement'](Text,{'style':styles[_0x1a71(0x6)]},_0x534bf8[_0x1a71(0x7)])),_0x534bf8[_0x1a71(0x8)]&&React[_0x1a71(0x3)](Text,{'style':styles[_0x1a71(0x9)]},_0x534bf8['description']),React[_0x1a71(0x3)](TouchableOpacity,{'style':[styles[_0x1a71(0xa)],_0x4a3ef4?styles['connectedButton']:styles['disconnectedButton']],'onPress':()=>_0x5b189d(_0x3a1d75,!_0x4a3ef4),'disabled':_0x118936},_0x118936?React['createElement'](ActivityIndicator,{'color':_0x30ddcf['UfMXA']}):React[_0x1a71(0x3)](Text,{'style':styles[_0x1a71(0xb)]},_0x4a3ef4?_0x1a71(0xc):_0x30ddcf[_0x1a71(0xd)])));};return React[_0x1a71(0x3)](View,{'style':styles['container']},React[_0x1a71(0x3)](Text,{'style':styles[_0x1a71(0xe)]},_0x1a71(0xf)),React[_0x1a71(0x3)](Text,{'style':styles[_0x1a71(0x10)]},_0x30ddcf[_0x1a71(0x11)]),React['createElement'](View,{'style':styles['platformsList']},Object[_0x1a71(0x12)](_0x651926)[_0x1a71(0x13)](([_0x5515a7,_0x243f32])=>_0x38466e(_0x5515a7,!!_0x243f32))),React[_0x1a71(0x3)](TouchableOpacity,{'style':[styles[_0x1a71(0x14)],!_0x39875a&&styles[_0x1a71(0x15)]],'onPress':_0xacf02a,'disabled':_0x30ddcf[_0x1a71(0x16)](!_0x39875a,_0x118936)},React[_0x1a71(0x3)](Text,{'style':styles['proceedButtonText']},_0x1a71(0x17))));};const styles=StyleSheet['create']({'container':{'flex':0x1,'padding':0x10},'title':{'fontSize':0x14,'fontWeight':_0x1a71(0x18),'marginBottom':0x8,'color':COLORS[_0x1a71(0x19)]['primary']},'subtitle':{'fontSize':0xe,'color':COLORS[_0x1a71(0x19)][_0x1a71(0x1a)],'marginBottom':0x18},'platformsList':{'flex':0x1},'platformContainer':{'backgroundColor':_0x1a71(0x0),'borderRadius':0xc,'padding':0x10,'marginBottom':0x10,'borderWidth':0x1,'borderColor':COLORS[_0x1a71(0x1b)]},'platformHeader':{'flexDirection':_0x1a71(0x1c),'alignItems':'center','marginBottom':0x8},'platformName':{'fontSize':0x10,'fontWeight':_0x1a71(0x18),'marginLeft':0xc,'color':COLORS['text'][_0x1a71(0x1d)]},'platformDescription':{'fontSize':0xe,'color':COLORS[_0x1a71(0x19)][_0x1a71(0x1a)],'marginBottom':0x10},'connectButton':{'paddingVertical':0x8,'paddingHorizontal':0x10,'borderRadius':0x8,'alignItems':'center'},'connectedButton':{'backgroundColor':COLORS[_0x1a71(0x1e)]},'disconnectedButton':{'backgroundColor':COLORS[_0x1a71(0x1d)]},'buttonText':{'color':'#fff','fontWeight':_0x1a71(0x18)},'proceedButton':{'backgroundColor':COLORS['primary'],'paddingVertical':0x10,'borderRadius':0xc,'alignItems':_0x1a71(0x1f),'marginTop':0x10},'disabledButton':{'opacity':0.5},'proceedButtonText':{'color':_0x1a71(0x0),'fontSize':0x10,'fontWeight':_0x1a71(0x18)}});
@@ -1 +1 @@
1
- function _0x1b3a(_0x5b48ec,_0x1b3a94){_0x5b48ec=_0x5b48ec-0x0;const _0x267a95=_0x5b48();let _0x31e2c4=_0x267a95[_0x5b48ec];return _0x31e2c4;}import React from'react';import{View,Text,TouchableOpacity,Image,StyleSheet,Switch,Platform}from'react-native';import{COLORS}from'../theme';function _0x5b48(){const _0x4db7cb=['#E5E5E5','fullWidthContainer','container','createElement','borderBottom','topRow','leftContent','sHfhp','compactIcon','icon','contain','textContent','compactPlatformName','nvilb','uHnqf','#FFFFFF','oZGdY','descriptionBox','description','compactDescription','create','row','space-between','center','surface','column','#F5F5F5','Inter','600','grey800','400','grey600'];_0x5b48=function(){return _0x4db7cb;};return _0x5b48();}const PlatformToggle=({platform:_0xd2a805,isEnabled:_0x3bfdc7,onToggle:_0x1f4eaa,compact:compact=![],isLast:isLast=![],fullWidth:fullWidth=![],customIconSize:_0x5c973f,onLongPress:_0x5a2f7a,onPressOut:_0x500c33})=>{const _0x28fd09={'sHfhp':function(_0x260960,_0xd81306){return _0x260960-_0xd81306;},'nvilb':'#4CD964','fPMvW':'ios','uHnqf':'#FFFFFF','oZGdY':_0x1b3a(0x0)},_0x4d6c9f=()=>{_0x1f4eaa(_0xd2a805['id'],!_0x3bfdc7);},_0x43ac47=fullWidth?styles[_0x1b3a(0x1)]:compact?styles['compactContainer']:styles[_0x1b3a(0x2)];return React[_0x1b3a(0x3)](TouchableOpacity,{'style':[_0x43ac47,!isLast&&compact&&styles[_0x1b3a(0x4)]],'onLongPress':_0x5a2f7a,'onPressOut':_0x500c33,'activeOpacity':_0x5a2f7a?0.7:0x1,'disabled':!_0x5a2f7a},React[_0x1b3a(0x3)](View,{'style':styles[_0x1b3a(0x5)]},React['createElement'](View,{'style':styles[_0x1b3a(0x6)]},React[_0x1b3a(0x3)](Image,{'source':_0xd2a805['icon'],'style':_0x5c973f?{'width':_0x5c973f,'height':_0x5c973f,'marginRight':_0x28fd09[_0x1b3a(0x7)](0xc,_0x28fd09['sHfhp'](_0x5c973f,0x1c))}:fullWidth?styles['compactIcon']:compact?styles[_0x1b3a(0x8)]:styles[_0x1b3a(0x9)],'resizeMode':_0x1b3a(0xa)}),React['createElement'](View,{'style':styles[_0x1b3a(0xb)]},React[_0x1b3a(0x3)](Text,{'style':fullWidth?styles[_0x1b3a(0xc)]:compact?styles[_0x1b3a(0xc)]:styles['platformName']},_0xd2a805['name']))),React[_0x1b3a(0x3)](Switch,{'value':_0x3bfdc7,'onValueChange':_0x4d6c9f,'trackColor':{'false':_0x1b3a(0x0),'true':_0x28fd09[_0x1b3a(0xd)]},'thumbColor':Platform['OS']===_0x28fd09['fPMvW']?undefined:_0x3bfdc7?_0x28fd09[_0x1b3a(0xe)]:_0x1b3a(0xf),'ios_backgroundColor':_0x28fd09[_0x1b3a(0x10)],'style':compact?styles['compactSwitch']:undefined})),fullWidth&&React[_0x1b3a(0x3)](View,{'style':styles[_0x1b3a(0x11)]},React[_0x1b3a(0x3)](Text,{'style':styles['fullWidthDescription']},_0xd2a805[_0x1b3a(0x12)])),!fullWidth&&React[_0x1b3a(0x3)](Text,{'style':compact?styles[_0x1b3a(0x13)]:styles['description']},_0xd2a805[_0x1b3a(0x12)]));},styles=StyleSheet[_0x1b3a(0x14)]({'container':{'flexDirection':_0x1b3a(0x15),'alignItems':'center','justifyContent':_0x1b3a(0x16),'paddingVertical':0x10,'paddingHorizontal':0x10,'backgroundColor':COLORS['surface'],'borderRadius':0xc,'marginBottom':0xc,'borderWidth':0x1,'borderColor':'#E5E5E5'},'compactContainer':{'flexDirection':_0x1b3a(0x15),'alignItems':_0x1b3a(0x17),'justifyContent':_0x1b3a(0x16),'paddingVertical':0x10,'paddingHorizontal':0x10,'backgroundColor':COLORS[_0x1b3a(0x18)]},'fullWidthContainer':{'flexDirection':_0x1b3a(0x19),'paddingVertical':0x8,'paddingHorizontal':0x2,'backgroundColor':COLORS[_0x1b3a(0x18)],'marginBottom':0x4,'marginHorizontal':0x0},'topRow':{'flexDirection':'row','alignItems':'center','justifyContent':'space-between','marginBottom':0x4},'descriptionBox':{'backgroundColor':_0x1b3a(0x1a),'borderRadius':0x8,'paddingVertical':0x8,'paddingHorizontal':0x4,'marginTop':0x2},'borderBottom':{'borderBottomWidth':0x1,'borderBottomColor':_0x1b3a(0x0)},'leftContent':{'flexDirection':_0x1b3a(0x15),'alignItems':_0x1b3a(0x17),'flex':0x1},'icon':{'width':0x20,'height':0x20,'marginRight':0xc},'compactIcon':{'width':0x1c,'height':0x1c,'marginRight':0xc},'textContent':{'flex':0x1},'platformName':{'fontSize':0x10,'fontFamily':'Inter','fontWeight':'600','color':COLORS['grey800'],'marginBottom':0x2},'compactPlatformName':{'fontSize':0x10,'fontFamily':_0x1b3a(0x1b),'fontWeight':_0x1b3a(0x1c),'color':COLORS[_0x1b3a(0x1d)],'marginBottom':0x2},'description':{'fontSize':0xe,'fontFamily':'Inter','fontWeight':_0x1b3a(0x1e),'color':COLORS[_0x1b3a(0x1f)],'lineHeight':0x14},'compactDescription':{'fontSize':0xc,'fontFamily':'Inter','fontWeight':_0x1b3a(0x1e),'color':COLORS[_0x1b3a(0x1f)],'lineHeight':0x10},'fullWidthDescription':{'fontSize':0xd,'fontFamily':_0x1b3a(0x1b),'fontWeight':_0x1b3a(0x1e),'color':COLORS[_0x1b3a(0x1f)],'lineHeight':0x12},'compactSwitch':{'transform':[{'scaleX':0.9},{'scaleY':0.9}]}});export default PlatformToggle;
1
+ function _0x4468(_0x2f4929,_0x446834){_0x2f4929=_0x2f4929-0x0;const _0x58edbc=_0x2f49();let _0x14b575=_0x58edbc[_0x2f4929];return _0x14b575;}function _0x2f49(){const _0x4b435f=['contain','#E5E5E5','#FFFFFF','nfJnK','fullWidthContainer','compactContainer','container','pofoW','borderBottom','createElement','topRow','leftContent','icon','YpISc','textContent','compactPlatformName','platformName','name','oIVIo','ekYHs','hwHLO','lqALE','descriptionBox','fullWidthDescription','description','create','row','center','space-between','surface','column','#F5F5F5','Inter','600','grey800','400','grey600'];_0x2f49=function(){return _0x4b435f;};return _0x2f49();}import React from'react';import{View,Text,TouchableOpacity,Image,StyleSheet,Switch,Platform}from'react-native';import{COLORS}from'../theme';const PlatformToggle=({platform:_0x3ab06c,isEnabled:_0x23e0b5,onToggle:_0xc8f8bf,compact:compact=![],isLast:isLast=![],fullWidth:fullWidth=![],customIconSize:_0x414d2d,onLongPress:_0x42a947,onPressOut:_0x4ce54e})=>{const _0x49483d={'nfJnK':function(_0x35a123,_0x3aa5e9,_0x3b63cd){return _0x35a123(_0x3aa5e9,_0x3b63cd);},'pofoW':function(_0x143007,_0x55cd45){return _0x143007&&_0x55cd45;},'YpISc':function(_0x252621,_0x370696){return _0x252621-_0x370696;},'wtqnh':_0x4468(0x0),'aeKyH':_0x4468(0x1),'oIVIo':'#4CD964','ekYHs':function(_0xd98a48,_0x14a689){return _0xd98a48===_0x14a689;},'hwHLO':'ios','lqALE':_0x4468(0x2)},_0x3528c5=()=>{_0x49483d[_0x4468(0x3)](_0xc8f8bf,_0x3ab06c['id'],!_0x23e0b5);},_0x52f05e=fullWidth?styles[_0x4468(0x4)]:compact?styles[_0x4468(0x5)]:styles[_0x4468(0x6)];return React['createElement'](TouchableOpacity,{'style':[_0x52f05e,_0x49483d[_0x4468(0x7)](!isLast,compact)&&styles[_0x4468(0x8)]],'onLongPress':_0x42a947,'onPressOut':_0x4ce54e,'activeOpacity':_0x42a947?0.7:0x1,'disabled':!_0x42a947},React[_0x4468(0x9)](View,{'style':styles[_0x4468(0xa)]},React['createElement'](View,{'style':styles[_0x4468(0xb)]},React['createElement'](Image,{'source':_0x3ab06c[_0x4468(0xc)],'style':_0x414d2d?{'width':_0x414d2d,'height':_0x414d2d,'marginRight':_0x49483d['YpISc'](0xc,_0x49483d[_0x4468(0xd)](_0x414d2d,0x1c))}:fullWidth?styles['compactIcon']:compact?styles['compactIcon']:styles[_0x4468(0xc)],'resizeMode':_0x49483d['wtqnh']}),React[_0x4468(0x9)](View,{'style':styles[_0x4468(0xe)]},React[_0x4468(0x9)](Text,{'style':fullWidth?styles[_0x4468(0xf)]:compact?styles['compactPlatformName']:styles[_0x4468(0x10)]},_0x3ab06c[_0x4468(0x11)]))),React[_0x4468(0x9)](Switch,{'value':_0x23e0b5,'onValueChange':_0x3528c5,'trackColor':{'false':_0x49483d['aeKyH'],'true':_0x49483d[_0x4468(0x12)]},'thumbColor':_0x49483d[_0x4468(0x13)](Platform['OS'],_0x49483d[_0x4468(0x14)])?undefined:_0x23e0b5?'#FFFFFF':_0x49483d[_0x4468(0x15)],'ios_backgroundColor':_0x49483d['aeKyH'],'style':compact?styles['compactSwitch']:undefined})),fullWidth&&React['createElement'](View,{'style':styles[_0x4468(0x16)]},React[_0x4468(0x9)](Text,{'style':styles[_0x4468(0x17)]},_0x3ab06c[_0x4468(0x18)])),!fullWidth&&React[_0x4468(0x9)](Text,{'style':compact?styles['compactDescription']:styles[_0x4468(0x18)]},_0x3ab06c['description']));},styles=StyleSheet[_0x4468(0x19)]({'container':{'flexDirection':_0x4468(0x1a),'alignItems':_0x4468(0x1b),'justifyContent':_0x4468(0x1c),'paddingVertical':0x10,'paddingHorizontal':0x10,'backgroundColor':COLORS['surface'],'borderRadius':0xc,'marginBottom':0xc,'borderWidth':0x1,'borderColor':_0x4468(0x1)},'compactContainer':{'flexDirection':_0x4468(0x1a),'alignItems':'center','justifyContent':_0x4468(0x1c),'paddingVertical':0x10,'paddingHorizontal':0x10,'backgroundColor':COLORS[_0x4468(0x1d)]},'fullWidthContainer':{'flexDirection':_0x4468(0x1e),'paddingVertical':0x8,'paddingHorizontal':0x2,'backgroundColor':COLORS[_0x4468(0x1d)],'marginBottom':0x4,'marginHorizontal':0x0},'topRow':{'flexDirection':'row','alignItems':_0x4468(0x1b),'justifyContent':_0x4468(0x1c),'marginBottom':0x4},'descriptionBox':{'backgroundColor':_0x4468(0x1f),'borderRadius':0x8,'paddingVertical':0x8,'paddingHorizontal':0x4,'marginTop':0x2},'borderBottom':{'borderBottomWidth':0x1,'borderBottomColor':_0x4468(0x1)},'leftContent':{'flexDirection':_0x4468(0x1a),'alignItems':_0x4468(0x1b),'flex':0x1},'icon':{'width':0x20,'height':0x20,'marginRight':0xc},'compactIcon':{'width':0x1c,'height':0x1c,'marginRight':0xc},'textContent':{'flex':0x1},'platformName':{'fontSize':0x10,'fontFamily':_0x4468(0x20),'fontWeight':_0x4468(0x21),'color':COLORS[_0x4468(0x22)],'marginBottom':0x2},'compactPlatformName':{'fontSize':0x10,'fontFamily':'Inter','fontWeight':'600','color':COLORS[_0x4468(0x22)],'marginBottom':0x2},'description':{'fontSize':0xe,'fontFamily':_0x4468(0x20),'fontWeight':_0x4468(0x23),'color':COLORS[_0x4468(0x24)],'lineHeight':0x14},'compactDescription':{'fontSize':0xc,'fontFamily':_0x4468(0x20),'fontWeight':_0x4468(0x23),'color':COLORS['grey600'],'lineHeight':0x10},'fullWidthDescription':{'fontSize':0xd,'fontFamily':_0x4468(0x20),'fontWeight':'400','color':COLORS[_0x4468(0x24)],'lineHeight':0x12},'compactSwitch':{'transform':[{'scaleX':0.9},{'scaleY':0.9}]}});export default PlatformToggle;
@@ -1 +1 @@
1
- import React,{useState}from'react';import{View,Text,TouchableOpacity,StyleSheet,ActivityIndicator}from'react-native';import _0x53cd67 from'react-native-linear-gradient';import{COLORS}from'../theme';const IconCircle=({size:size=0x28,children:_0x274ed2})=>{const _0x7e95ef={'xzcbh':function(_0x9844cc,_0x31e83c){return _0x9844cc/_0x31e83c;}};return React[_0x4e20(0x0)](View,{'style':[styles[_0x4e20(0x1)],{'width':size,'height':size,'borderRadius':size/0x2}]},React[_0x4e20(0x0)](_0x53cd67,{'colors':[COLORS[_0x4e20(0x2)],COLORS['iconCircleGradientEnd']],'style':[StyleSheet['absoluteFill'],{'borderRadius':_0x7e95ef[_0x4e20(0x3)](size,0x2)}],'start':{'x':0x0,'y':0x0},'end':{'x':0x0,'y':0x1}}),React[_0x4e20(0x0)](View,{'style':styles[_0x4e20(0x4)]},_0x274ed2||React[_0x4e20(0x0)](Text,{'style':styles[_0x4e20(0x5)]},'→')));},PrimaryButton=({label:label='Get\x20Started',onPress:_0x2bf2f7,iconRight:_0x26ccb0,loading:loading=![],disabled:disabled=![],testID:_0x3ff4cc,style:_0x1d113e,textStyle:_0x227c6a})=>{const _0x99c685={'hSMtW':function(_0x488490,_0x556bd0){return _0x488490(_0x556bd0);},'jgqmr':function(_0x8b8c66,_0x366666){return _0x8b8c66||_0x366666;},'oauFG':_0x4e20(0x6),'HLANv':_0x4e20(0x7)},[_0x1354f0,_0x58bcb0]=_0x99c685[_0x4e20(0x8)](useState,![]),_0x261abc=()=>_0x58bcb0(!![]),_0x45c7db=()=>_0x58bcb0(![]);return React[_0x4e20(0x0)](TouchableOpacity,{'style':[styles[_0x4e20(0x9)],!disabled&&styles[_0x4e20(0xa)],disabled&&styles['disabled'],_0x1d113e],'onPress':_0x2bf2f7,'onPressIn':_0x261abc,'onPressOut':_0x45c7db,'disabled':_0x99c685[_0x4e20(0xb)](disabled,loading),'activeOpacity':0x1,'testID':_0x3ff4cc,'accessibilityLabel':label,'accessibilityRole':_0x99c685[_0x4e20(0xc)]},React[_0x4e20(0x0)](_0x53cd67,{'colors':[COLORS[_0x4e20(0xd)],COLORS['btnGradEnd']],'style':styles[_0x4e20(0xe)],'start':{'x':0x0,'y':0x0},'end':{'x':0x0,'y':0x1}}),_0x1354f0&&React['createElement'](View,{'style':styles[_0x4e20(0xf)]}),React['createElement'](View,{'style':styles[_0x4e20(0x10)]},loading?React[_0x4e20(0x0)](ActivityIndicator,{'color':COLORS[_0x4e20(0x11)],'size':_0x99c685[_0x4e20(0x12)]}):React['createElement'](Text,{'style':[styles[_0x4e20(0x13)],_0x227c6a]},label)),React[_0x4e20(0x0)](View,{'style':styles['iconPosition']},!loading&&(_0x26ccb0||React[_0x4e20(0x0)](IconCircle,null))));},styles=StyleSheet[_0x4e20(0x14)]({'outerPill':{'height':0x30,'borderRadius':0x64,'borderWidth':0x1,'borderColor':COLORS[_0x4e20(0x15)],'overflow':_0x4e20(0x16),'width':'100%','position':_0x4e20(0x17)},'outerShadow':{'shadowColor':'#000000','shadowOffset':{'width':0x14,'height':0x1e},'shadowOpacity':0.1,'shadowRadius':0x28,'elevation':0x8},'disabled':{'opacity':0.65,'shadowOpacity':0x0,'elevation':0x0},'baseGradient':{...StyleSheet[_0x4e20(0x18)],'borderRadius':0x64},'pressedOverlay':{...StyleSheet[_0x4e20(0x18)],'backgroundColor':_0x4e20(0x19),'borderRadius':0x64},'textContainer':{'position':_0x4e20(0x1a),'left':0x0,'right':0x0,'top':0x0,'bottom':0x0,'justifyContent':_0x4e20(0x1b),'alignItems':_0x4e20(0x1b),'backgroundColor':'transparent'},'iconPosition':{'position':_0x4e20(0x1a),'right':0x4,'top':0x4,'bottom':0x4,'width':0x28,'justifyContent':'center','alignItems':_0x4e20(0x1b),'backgroundColor':_0x4e20(0x1c)},'label':{'fontFamily':_0x4e20(0x1d),'fontWeight':'600','fontSize':0x10,'color':COLORS[_0x4e20(0x11)],'textAlign':_0x4e20(0x1b),'backgroundColor':'transparent'},'iconCircle':{'justifyContent':'center','alignItems':_0x4e20(0x1b),'borderWidth':0x1,'borderColor':'rgba(0,0,0,0.25)'},'iconContent':{'justifyContent':'center','alignItems':_0x4e20(0x1b),'backgroundColor':_0x4e20(0x1c)},'arrowText':{'fontSize':0x14,'color':COLORS[_0x4e20(0x11)],'fontWeight':'600','opacity':0.95,'backgroundColor':_0x4e20(0x1c)}});export{IconCircle};export{PrimaryButton};export default PrimaryButton;function _0x4e20(_0x274881,_0x4e2030){_0x274881=_0x274881-0x0;const _0x39ec18=_0x2748();let _0x2f5cd8=_0x39ec18[_0x274881];return _0x2f5cd8;}function _0x2748(){const _0x3ca2bf=['createElement','iconCircle','iconCircleGradientStart','xzcbh','iconContent','arrowText','button','small','hSMtW','outerPill','outerShadow','jgqmr','oauFG','btnGradStart','baseGradient','pressedOverlay','textContainer','btnLabel','HLANv','label','create','btnBorder','hidden','relative','absoluteFillObject','rgba(0,0,0,0.1)','absolute','center','transparent','Inter'];_0x2748=function(){return _0x3ca2bf;};return _0x2748();}
1
+ import React,{useState}from'react';import{View,Text,TouchableOpacity,StyleSheet,ActivityIndicator}from'react-native';function _0x5b1e(){const _0x2c5bed=['createElement','wrTkQ','iconCircleGradientStart','iconCircleGradientEnd','absoluteFill','iconContent','arrowText','button','small','LlwwX','outerShadow','sLZjP','vUzdq','btnGradStart','baseGradient','textContainer','btnLabel','EtbTR','label','create','btnBorder','100%','relative','absoluteFillObject','rgba(0,0,0,0.1)','absolute','center','transparent','Inter','rgba(0,0,0,0.25)','600'];_0x5b1e=function(){return _0x2c5bed;};return _0x5b1e();}import _0x119541 from'react-native-linear-gradient';import{COLORS}from'../theme';const IconCircle=({size:size=0x28,children:_0x6a7b22})=>{const _0x3e7a31={'wrTkQ':function(_0x479ba6,_0x301064){return _0x479ba6/_0x301064;}};return React[_0xcff2(0x0)](View,{'style':[styles['iconCircle'],{'width':size,'height':size,'borderRadius':_0x3e7a31[_0xcff2(0x1)](size,0x2)}]},React[_0xcff2(0x0)](_0x119541,{'colors':[COLORS[_0xcff2(0x2)],COLORS[_0xcff2(0x3)]],'style':[StyleSheet[_0xcff2(0x4)],{'borderRadius':size/0x2}],'start':{'x':0x0,'y':0x0},'end':{'x':0x0,'y':0x1}}),React['createElement'](View,{'style':styles[_0xcff2(0x5)]},_0x6a7b22||React[_0xcff2(0x0)](Text,{'style':styles[_0xcff2(0x6)]},'→')));},PrimaryButton=({label:label='Get\x20Started',onPress:_0x12e6f3,iconRight:_0x2e797e,loading:loading=![],disabled:disabled=![],testID:_0x5d5474,style:_0x457082,textStyle:_0x13a6a7})=>{const _0x236519={'LlwwX':function(_0x58f475,_0x30057b){return _0x58f475(_0x30057b);},'sLZjP':function(_0x34925f,_0x4b8e3a){return _0x34925f||_0x4b8e3a;},'vUzdq':_0xcff2(0x7),'EtbTR':_0xcff2(0x8)},[_0x1879ca,_0x57feac]=_0x236519[_0xcff2(0x9)](useState,![]),_0x45c834=()=>_0x57feac(!![]),_0x2770f7=()=>_0x57feac(![]);return React['createElement'](TouchableOpacity,{'style':[styles['outerPill'],!disabled&&styles[_0xcff2(0xa)],disabled&&styles['disabled'],_0x457082],'onPress':_0x12e6f3,'onPressIn':_0x45c834,'onPressOut':_0x2770f7,'disabled':_0x236519[_0xcff2(0xb)](disabled,loading),'activeOpacity':0x1,'testID':_0x5d5474,'accessibilityLabel':label,'accessibilityRole':_0x236519[_0xcff2(0xc)]},React[_0xcff2(0x0)](_0x119541,{'colors':[COLORS[_0xcff2(0xd)],COLORS['btnGradEnd']],'style':styles[_0xcff2(0xe)],'start':{'x':0x0,'y':0x0},'end':{'x':0x0,'y':0x1}}),_0x1879ca&&React['createElement'](View,{'style':styles['pressedOverlay']}),React[_0xcff2(0x0)](View,{'style':styles[_0xcff2(0xf)]},loading?React['createElement'](ActivityIndicator,{'color':COLORS[_0xcff2(0x10)],'size':_0x236519[_0xcff2(0x11)]}):React[_0xcff2(0x0)](Text,{'style':[styles[_0xcff2(0x12)],_0x13a6a7]},label)),React[_0xcff2(0x0)](View,{'style':styles['iconPosition']},!loading&&(_0x2e797e||React['createElement'](IconCircle,null))));},styles=StyleSheet[_0xcff2(0x13)]({'outerPill':{'height':0x30,'borderRadius':0x64,'borderWidth':0x1,'borderColor':COLORS[_0xcff2(0x14)],'overflow':'hidden','width':_0xcff2(0x15),'position':_0xcff2(0x16)},'outerShadow':{'shadowColor':'#000000','shadowOffset':{'width':0x14,'height':0x1e},'shadowOpacity':0.1,'shadowRadius':0x28,'elevation':0x8},'disabled':{'opacity':0.65,'shadowOpacity':0x0,'elevation':0x0},'baseGradient':{...StyleSheet[_0xcff2(0x17)],'borderRadius':0x64},'pressedOverlay':{...StyleSheet[_0xcff2(0x17)],'backgroundColor':_0xcff2(0x18),'borderRadius':0x64},'textContainer':{'position':_0xcff2(0x19),'left':0x0,'right':0x0,'top':0x0,'bottom':0x0,'justifyContent':_0xcff2(0x1a),'alignItems':_0xcff2(0x1a),'backgroundColor':_0xcff2(0x1b)},'iconPosition':{'position':_0xcff2(0x19),'right':0x4,'top':0x4,'bottom':0x4,'width':0x28,'justifyContent':_0xcff2(0x1a),'alignItems':_0xcff2(0x1a),'backgroundColor':_0xcff2(0x1b)},'label':{'fontFamily':_0xcff2(0x1c),'fontWeight':'600','fontSize':0x10,'color':COLORS[_0xcff2(0x10)],'textAlign':_0xcff2(0x1a),'backgroundColor':'transparent'},'iconCircle':{'justifyContent':'center','alignItems':'center','borderWidth':0x1,'borderColor':_0xcff2(0x1d)},'iconContent':{'justifyContent':_0xcff2(0x1a),'alignItems':_0xcff2(0x1a),'backgroundColor':_0xcff2(0x1b)},'arrowText':{'fontSize':0x14,'color':COLORS[_0xcff2(0x10)],'fontWeight':_0xcff2(0x1e),'opacity':0.95,'backgroundColor':_0xcff2(0x1b)}});function _0xcff2(_0x5b1e50,_0xcff2d4){_0x5b1e50=_0x5b1e50-0x0;const _0x10b76c=_0x5b1e();let _0x35d668=_0x10b76c[_0x5b1e50];return _0x35d668;}export{IconCircle};export{PrimaryButton};export default PrimaryButton;
@@ -1 +1 @@
1
- import React,{useState,useEffect}from'react';import{View,Text,StyleSheet,Modal,ActivityIndicator,Animated,Dimensions,TouchableOpacity}from'react-native';import _0x17b703 from'react-native-linear-gradient';function _0x19d5(_0x2f8a53,_0x19d5d8){_0x2f8a53=_0x2f8a53-0x0;const _0x2025bf=_0x2f8a();let _0x4c9d84=_0x2025bf[_0x2f8a53];return _0x4c9d84;}const {width,height}=Dimensions['get']('window'),SignInMatchAnimation=({email:_0x4873f2,visible:_0x17c5e7,onComplete:_0x663002})=>{const _0x1108c1={'lFuKj':function(_0x268d40,_0x2ca941,_0x4ed007){return _0x268d40(_0x2ca941,_0x4ed007);},'xKmhz':function(_0x4677fd,_0x3819f4){return _0x4677fd+_0x3819f4;},'SzJwY':function(_0x5e185e,_0x32b6a8){return _0x5e185e*_0x32b6a8;},'Zkvgf':function(_0x64113d,_0x38607f){return _0x64113d(_0x38607f);},'OBXNm':function(_0x150693,_0x30fd72){return _0x150693(_0x30fd72);},'KMbVC':function(_0x432730,_0x592e53){return _0x432730(_0x592e53);},'DmJKA':function(_0x595262,_0xf1bed8){return _0x595262!==_0xf1bed8;},'ukSBB':'qTsOP','ulMBx':function(_0x1f859f,_0x58b588){return _0x1f859f===_0x58b588;},'nvqcP':_0x19d5(0x0),'sULNv':function(_0xea8047){return _0xea8047();},'eqado':'searching','KugDD':function(_0x1079e7,_0x396f38){return _0x1079e7(_0x396f38);},'RCrVn':function(_0x4a342c,_0x1ed588,_0x2d1ee1){return _0x4a342c(_0x1ed588,_0x2d1ee1);},'Rkhmz':'none','zmlWZ':'Finding\x20Your\x20Matches','yMtrm':_0x19d5(0x1),'bJlpe':_0x19d5(0x2),'cTeje':_0x19d5(0x3),'rOCdh':_0x19d5(0x4),'DlYzv':_0x19d5(0x5),'cZNXW':'We\x27ve\x20found\x20','JOvWp':'Complete\x20your\x20profile\x20to\x20see\x20who\x20they\x20are.','qFxox':_0x19d5(0x6),'UkaQE':_0x19d5(0x7),'JHImU':_0x19d5(0x8),'OdRDc':_0x19d5(0x9),'EsBmF':_0x19d5(0xa),'faxSg':'Continue'},[_0x582d10,_0x2d7df1]=_0x1108c1[_0x19d5(0xb)](useState,_0x1108c1[_0x19d5(0xc)]),[_0x4b93b4,_0x4cbddb]=_0x1108c1[_0x19d5(0xd)](useState,0x0),_0x3ee335=_0x1108c1[_0x19d5(0xd)](useState,new Animated[(_0x19d5(0xe))](0x0))[0x0],_0x1af11a=useState(new Animated[(_0x19d5(0xe))](0.9))[0x0];_0x1108c1['RCrVn'](useEffect,()=>{const _0x42422f={'fKidG':function(_0x47928a,_0x76d6b5){return _0x1108c1[_0x19d5(0xf)](_0x47928a,_0x76d6b5);},'SfyQa':function(_0x1381d2,_0x429d1e){return _0x1108c1[_0x19d5(0x10)](_0x1381d2,_0x429d1e);},'rxfHb':function(_0x4960a2,_0x2ad890){return _0x1108c1[_0x19d5(0xb)](_0x4960a2,_0x2ad890);},'vKCRI':function(_0x2626a2,_0x57ac0a){return _0x1108c1[_0x19d5(0x11)](_0x2626a2,_0x57ac0a);},'xnnic':function(_0x30c244,_0x23934){return _0x1108c1[_0x19d5(0x12)](_0x30c244,_0x23934);},'yERSr':_0x19d5(0x6),'Ssyjh':function(_0x45295d,_0xb32746){return _0x1108c1['xKmhz'](_0x45295d,_0xb32746);},'PLtbV':function(_0x1bb7aa,_0x4f16b8,_0xc9df2d){return _0x1108c1[_0x19d5(0x13)](_0x1bb7aa,_0x4f16b8,_0xc9df2d);}};if(_0x17c5e7){if(_0x1108c1[_0x19d5(0x14)](_0x1108c1[_0x19d5(0x15)],_0x1108c1[_0x19d5(0x15)])){const _0x26f554={'kQVLN':function(_0x483cdf,_0x4c731f){return _0x483cdf(_0x4c731f);}};_0x4a994f&&(Animated['parallel']([Animated['timing'](_0x5abfa4,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]}),Animated[_0x19d5(0x16)](_0x1132f4,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]})])[_0x19d5(0x17)](),_0x1108c1[_0x19d5(0x13)](_0x2cd578,()=>{const _0x13d306=_0x42422f[_0x19d5(0x18)](_0x5c8da2[_0x19d5(0x19)](_0x42422f['SfyQa'](_0x2e4a5f[_0x19d5(0x1a)](),0x6)),0x3);_0x42422f[_0x19d5(0x1b)](_0xebe46a,_0x13d306),_0x42422f[_0x19d5(0x1c)](_0xf18989,_0x19d5(0x4)),_0x5e4a62(()=>{_0x26f554[_0x19d5(0x1d)](_0x226b34,'complete');},0xbb8);},0x9c4));}else Animated[_0x19d5(0x1e)]([Animated[_0x19d5(0x16)](_0x3ee335,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]}),Animated['timing'](_0x1af11a,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]})])[_0x19d5(0x17)](),setTimeout(()=>{const _0x2f7f87=_0x42422f[_0x19d5(0x1f)](Math[_0x19d5(0x19)](_0x42422f[_0x19d5(0x20)](Math[_0x19d5(0x1a)](),0x6)),0x3);_0x42422f['vKCRI'](_0x4cbddb,_0x2f7f87),_0x42422f[_0x19d5(0x21)](_0x2d7df1,_0x19d5(0x4)),_0x42422f[_0x19d5(0x22)](setTimeout,()=>{_0x42422f[_0x19d5(0x21)](_0x2d7df1,_0x42422f[_0x19d5(0x23)]);},0xbb8);},0x9c4);}},[_0x17c5e7,_0x3ee335,_0x1af11a]);const _0xf69821=()=>{Animated[_0x19d5(0x1e)]([Animated[_0x19d5(0x16)](_0x3ee335,{'toValue':0x0,'duration':0x190,'useNativeDriver':!![]}),Animated[_0x19d5(0x16)](_0x1af11a,{'toValue':0.9,'duration':0x190,'useNativeDriver':!![]})])['start'](()=>{const _0xc8d582={'vhVRG':function(_0x561ea9,_0x1d62a3){return _0x1108c1[_0x19d5(0xb)](_0x561ea9,_0x1d62a3);}};_0x1108c1[_0x19d5(0x24)](_0x19d5(0x0),_0x1108c1[_0x19d5(0x25)])?_0x1108c1['sULNv'](_0x663002):_0xc8d582[_0x19d5(0x26)](_0x18ecaf,_0x19d5(0x6));});};if(!_0x17c5e7)return null;return React[_0x19d5(0x27)](Modal,{'visible':_0x17c5e7,'transparent':!![],'animationType':_0x1108c1[_0x19d5(0x28)]},React[_0x19d5(0x27)](View,{'style':styles[_0x19d5(0x29)]},React[_0x19d5(0x27)](Animated[_0x19d5(0x2a)],{'style':[styles['content'],{'opacity':_0x3ee335,'transform':[{'scale':_0x1af11a}]}]},_0x1108c1[_0x19d5(0x24)](_0x582d10,_0x1108c1[_0x19d5(0xc)])&&React[_0x19d5(0x27)](React[_0x19d5(0x2b)],null,React[_0x19d5(0x27)](Text,{'style':styles[_0x19d5(0x2c)]},_0x1108c1['zmlWZ']),React[_0x19d5(0x27)](ActivityIndicator,{'size':_0x1108c1[_0x19d5(0x2d)],'color':_0x1108c1['bJlpe'],'style':styles[_0x19d5(0x2e)]}),React['createElement'](Text,{'style':styles[_0x19d5(0x2f)]},_0x1108c1[_0x19d5(0x30)])),_0x582d10===_0x1108c1[_0x19d5(0x31)]&&React[_0x19d5(0x27)](React[_0x19d5(0x2b)],null,React[_0x19d5(0x27)](Text,{'style':styles[_0x19d5(0x2c)]},_0x1108c1['DlYzv']),React[_0x19d5(0x27)](View,{'style':styles[_0x19d5(0x32)]},React[_0x19d5(0x27)](Text,{'style':styles[_0x19d5(0x33)]},_0x4b93b4)),React[_0x19d5(0x27)](Text,{'style':styles[_0x19d5(0x2f)]},_0x1108c1['cZNXW'],_0x4b93b4,_0x19d5(0x34)),React[_0x19d5(0x27)](Text,{'style':styles[_0x19d5(0x35)]},_0x1108c1[_0x19d5(0x36)])),_0x1108c1[_0x19d5(0x24)](_0x582d10,_0x1108c1[_0x19d5(0x37)])&&React[_0x19d5(0x27)](React['Fragment'],null,React[_0x19d5(0x27)](Text,{'style':styles[_0x19d5(0x2c)]},_0x1108c1[_0x19d5(0x38)]),React['createElement'](Text,{'style':styles[_0x19d5(0x2f)]},_0x1108c1[_0x19d5(0x39)],_0x4873f2[_0x19d5(0x3a)]('@')[0x0],_0x1108c1[_0x19d5(0x3b)]),React[_0x19d5(0x27)](TouchableOpacity,{'style':styles[_0x19d5(0x3c)],'onPress':_0xf69821},React[_0x19d5(0x27)](_0x17b703,{'colors':['#f5e7c1',_0x1108c1[_0x19d5(0x3d)],_0x1108c1[_0x19d5(0x3e)]],'start':{'x':0x0,'y':0x0},'end':{'x':0x1,'y':0x0},'style':styles['gradientButton']},React[_0x19d5(0x27)](Text,{'style':styles[_0x19d5(0x3f)]},_0x1108c1[_0x19d5(0x40)])))))));},styles=StyleSheet['create']({'container':{'flex':0x1,'backgroundColor':'rgba(0,0,0,0.7)','justifyContent':_0x19d5(0x41),'alignItems':_0x19d5(0x41)},'content':{'width':width*0.85,'backgroundColor':'#FFFFFF','borderRadius':0x14,'padding':0x18,'alignItems':'center','shadowColor':_0x19d5(0x42),'shadowOffset':{'width':0x0,'height':0x4},'shadowOpacity':0.3,'shadowRadius':0x8,'elevation':0xa},'title':{'fontSize':0x18,'fontWeight':_0x19d5(0x43),'color':'#333','marginBottom':0x14,'textAlign':_0x19d5(0x41)},'loader':{'marginVertical':0x18},'message':{'fontSize':0x12,'color':'#555','textAlign':'center','marginBottom':0x10,'lineHeight':0x18},'subMessage':{'fontSize':0x10,'color':_0x19d5(0x44),'textAlign':'center','marginTop':0x8},'matchCircle':{'width':0x64,'height':0x64,'borderRadius':0x32,'backgroundColor':_0x19d5(0x2),'justifyContent':'center','alignItems':_0x19d5(0x41),'marginVertical':0x14},'matchCount':{'fontSize':0x28,'fontWeight':_0x19d5(0x45),'color':'#FFFFFF'},'button':{'width':_0x19d5(0x46),'marginTop':0x18,'borderRadius':0x8,'overflow':_0x19d5(0x47)},'gradientButton':{'paddingVertical':0xe,'alignItems':_0x19d5(0x41),'justifyContent':'center'},'buttonText':{'color':_0x19d5(0x48),'fontSize':0x10,'fontWeight':_0x19d5(0x43)}});function _0x2f8a(){const _0x45cce2=['tALaQ','large','#E9C46A','Searching\x20for\x20potential\x20connections\x20based\x20on\x20your\x20profile...','found','Matches\x20Found!','complete','Welcome\x20to\x20Enoch!','We\x27ll\x20send\x20match\x20notifications\x20to\x20','@...','#DDB957','Zkvgf','eqado','KugDD','Value','xKmhz','SzJwY','OBXNm','KMbVC','lFuKj','DmJKA','ukSBB','timing','start','fKidG','floor','random','rxfHb','vKCRI','kQVLN','parallel','Ssyjh','SfyQa','xnnic','PLtbV','yERSr','ulMBx','nvqcP','vhVRG','createElement','Rkhmz','container','View','Fragment','title','yMtrm','loader','message','cTeje','rOCdh','matchCircle','matchCount','\x20potential\x20connections\x20for\x20you!','subMessage','JOvWp','qFxox','UkaQE','JHImU','split','OdRDc','button','bJlpe','EsBmF','buttonText','faxSg','center','#000','600','#777','bold','100%','hidden','#333'];_0x2f8a=function(){return _0x45cce2;};return _0x2f8a();}export default SignInMatchAnimation;
1
+ function _0x16b4(_0x3d80bd,_0x16b49c){_0x3d80bd=_0x3d80bd-0x0;const _0x2831c3=_0x3d80();let _0x4f7fbe=_0x2831c3[_0x3d80bd];return _0x4f7fbe;}import React,{useState,useEffect}from'react';import{View,Text,StyleSheet,Modal,ActivityIndicator,Animated,Dimensions,TouchableOpacity}from'react-native';function _0x3d80(){const _0x384dec=['window','jeBDE','found','complete','searching','none','Finding\x20Your\x20Matches','#E9C46A','Matches\x20Found!','We\x27ve\x20found\x20','\x20potential\x20connections\x20for\x20you!','Complete\x20your\x20profile\x20to\x20see\x20who\x20they\x20are.','#f5e7c1','OAZak','zcLKq','gLYPh','XFpfy','XsCVK','zOGAC','qLSZE','fcIaY','RZhXI','timing','start','cLtKV','XWplQ','WzDyW','ClLii','random','WzKLF','VWlDG','floor','tdIlR','LUCtL','ZGbGR','AtUuG','parallel','JWVUV','Sxhwl','createElement','container','View','content','oOuat','qgVcp','large','loader','message','clofD','Fragment','JfdOZ','matchCircle','zsRCr','mrvKb','title','Jkrcl','mABei','split','CjUuk','pHFza','#DDB957','gradientButton','buttonText','nQdpn','create','rgba(0,0,0,0.7)','#FFFFFF','center','600','#333','#555','bold','100%','hidden'];_0x3d80=function(){return _0x384dec;};return _0x3d80();}import _0x335c12 from'react-native-linear-gradient';const {width,height}=Dimensions['get'](_0x16b4(0x0)),SignInMatchAnimation=({email:_0x57174b,visible:_0x4b0591,onComplete:_0x3d84fd})=>{const _0x3f2b67={'XWplQ':function(_0x3ab74f,_0x1fa2f4){return _0x3ab74f===_0x1fa2f4;},'WzDyW':'cXXgh','AcNEh':_0x16b4(0x1),'gLYPh':function(_0x4aa508,_0x3f5d21){return _0x4aa508*_0x3f5d21;},'OAZak':function(_0x4aa6e,_0x49ff30){return _0x4aa6e(_0x49ff30);},'tdIlR':_0x16b4(0x2),'LUCtL':function(_0x36d51c,_0x6ac39,_0x106233){return _0x36d51c(_0x6ac39,_0x106233);},'XFpfy':function(_0x4ce009,_0x48810f){return _0x4ce009(_0x48810f);},'XsCVK':function(_0x3bca51,_0x483711){return _0x3bca51(_0x483711);},'zOGAC':function(_0x51c279,_0x237d2f,_0x2c8db9){return _0x51c279(_0x237d2f,_0x2c8db9);},'qLSZE':_0x16b4(0x3),'Sxhwl':function(_0x436950){return _0x436950();},'fcIaY':function(_0x15d077,_0x54c649){return _0x15d077!==_0x54c649;},'RZhXI':'VTApj','YFbMn':'jjRXo','cLtKV':function(_0x43f365,_0x16663c,_0x1d3918){return _0x43f365(_0x16663c,_0x1d3918);},'zcLKq':_0x16b4(0x4),'qfLCQ':function(_0x357532,_0x4cbee9,_0x593c99){return _0x357532(_0x4cbee9,_0x593c99);},'VVEAX':_0x16b4(0x5),'oOuat':function(_0x398ce9,_0x1aad54){return _0x398ce9===_0x1aad54;},'qgVcp':_0x16b4(0x6),'nYMVo':_0x16b4(0x7),'clofD':'Searching\x20for\x20potential\x20connections\x20based\x20on\x20your\x20profile...','JfdOZ':_0x16b4(0x8),'zsRCr':_0x16b4(0x9),'KaENa':_0x16b4(0xa),'mrvKb':_0x16b4(0xb),'Jkrcl':'Welcome\x20to\x20Enoch!','mABei':'We\x27ll\x20send\x20match\x20notifications\x20to\x20','CjUuk':'@...','pHFza':_0x16b4(0xc),'nQdpn':'Continue'},[_0x562b12,_0x8d8988]=_0x3f2b67[_0x16b4(0xd)](useState,_0x3f2b67[_0x16b4(0xe)]),[_0x507ef4,_0x527ca7]=_0x3f2b67['XsCVK'](useState,0x0),_0x562721=_0x3f2b67['XsCVK'](useState,new Animated['Value'](0x0))[0x0],_0x488b5d=useState(new Animated['Value'](0.9))[0x0];_0x3f2b67['qfLCQ'](useEffect,()=>{const _0x1ef278={'ClLii':function(_0x17958e,_0x30d70a){return _0x3f2b67[_0x16b4(0xf)](_0x17958e,_0x30d70a);},'WzKLF':function(_0x33ade2,_0x59f57c){return _0x3f2b67[_0x16b4(0x10)](_0x33ade2,_0x59f57c);},'ZGbGR':function(_0x2cf482,_0x182a4a){return _0x3f2b67[_0x16b4(0x11)](_0x2cf482,_0x182a4a);},'VWlDG':function(_0x18d45e,_0x392469,_0x360259){return _0x3f2b67[_0x16b4(0x12)](_0x18d45e,_0x392469,_0x360259);},'ownOV':_0x3f2b67[_0x16b4(0x13)],'AtUuG':function(_0xd9ed49){return _0x3f2b67['Sxhwl'](_0xd9ed49);}};if(_0x4b0591){if(_0x3f2b67[_0x16b4(0x14)](_0x3f2b67[_0x16b4(0x15)],_0x3f2b67['YFbMn']))Animated['parallel']([Animated['timing'](_0x562721,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]}),Animated[_0x16b4(0x16)](_0x488b5d,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]})])[_0x16b4(0x17)](),_0x3f2b67[_0x16b4(0x18)](setTimeout,()=>{if(_0x3f2b67[_0x16b4(0x19)](_0x3f2b67[_0x16b4(0x1a)],_0x3f2b67['AcNEh'])){const _0x38cacd=_0x34a0ab['floor'](_0x1ef278[_0x16b4(0x1b)](_0x300039[_0x16b4(0x1c)](),0x6))+0x3;_0x1ef278[_0x16b4(0x1d)](_0x583db6,_0x38cacd),_0x1ef278['ZGbGR'](_0x396c97,_0x16b4(0x2)),_0x1ef278[_0x16b4(0x1e)](_0x3fb16e,()=>{_0x4eb495(_0x16b4(0x3));},0xbb8);}else{const _0x41454e=Math[_0x16b4(0x1f)](_0x3f2b67[_0x16b4(0xf)](Math[_0x16b4(0x1c)](),0x6))+0x3;_0x3f2b67[_0x16b4(0xd)](_0x527ca7,_0x41454e),_0x3f2b67[_0x16b4(0xd)](_0x8d8988,_0x3f2b67[_0x16b4(0x20)]),_0x3f2b67[_0x16b4(0x21)](setTimeout,()=>{_0x1ef278[_0x16b4(0x22)](_0x8d8988,_0x1ef278['ownOV']);},0xbb8);}},0x9c4);else{const _0x593143={'JWVUV':function(_0x30e2e2){return _0x1ef278[_0x16b4(0x23)](_0x30e2e2);}};Animated[_0x16b4(0x24)]([Animated[_0x16b4(0x16)](_0x28a2ac,{'toValue':0x0,'duration':0x190,'useNativeDriver':!![]}),Animated[_0x16b4(0x16)](_0xd44648,{'toValue':0.9,'duration':0x190,'useNativeDriver':!![]})])[_0x16b4(0x17)](()=>{_0x593143[_0x16b4(0x25)](_0x24884c);});}}},[_0x4b0591,_0x562721,_0x488b5d]);const _0x16bc5f=()=>{Animated['parallel']([Animated[_0x16b4(0x16)](_0x562721,{'toValue':0x0,'duration':0x190,'useNativeDriver':!![]}),Animated[_0x16b4(0x16)](_0x488b5d,{'toValue':0.9,'duration':0x190,'useNativeDriver':!![]})])['start'](()=>{_0x3f2b67[_0x16b4(0x26)](_0x3d84fd);});};if(!_0x4b0591)return null;return React[_0x16b4(0x27)](Modal,{'visible':_0x4b0591,'transparent':!![],'animationType':_0x3f2b67['VVEAX']},React[_0x16b4(0x27)](View,{'style':styles[_0x16b4(0x28)]},React[_0x16b4(0x27)](Animated[_0x16b4(0x29)],{'style':[styles[_0x16b4(0x2a)],{'opacity':_0x562721,'transform':[{'scale':_0x488b5d}]}]},_0x3f2b67[_0x16b4(0x2b)](_0x562b12,_0x3f2b67[_0x16b4(0xe)])&&React[_0x16b4(0x27)](React['Fragment'],null,React[_0x16b4(0x27)](Text,{'style':styles['title']},_0x3f2b67[_0x16b4(0x2c)]),React['createElement'](ActivityIndicator,{'size':_0x16b4(0x2d),'color':_0x3f2b67['nYMVo'],'style':styles[_0x16b4(0x2e)]}),React[_0x16b4(0x27)](Text,{'style':styles[_0x16b4(0x2f)]},_0x3f2b67[_0x16b4(0x30)])),_0x3f2b67[_0x16b4(0x19)](_0x562b12,_0x3f2b67[_0x16b4(0x20)])&&React['createElement'](React[_0x16b4(0x31)],null,React[_0x16b4(0x27)](Text,{'style':styles['title']},_0x3f2b67[_0x16b4(0x32)]),React[_0x16b4(0x27)](View,{'style':styles[_0x16b4(0x33)]},React[_0x16b4(0x27)](Text,{'style':styles['matchCount']},_0x507ef4)),React[_0x16b4(0x27)](Text,{'style':styles['message']},_0x3f2b67[_0x16b4(0x34)],_0x507ef4,_0x3f2b67['KaENa']),React[_0x16b4(0x27)](Text,{'style':styles['subMessage']},_0x3f2b67[_0x16b4(0x35)])),_0x562b12===_0x3f2b67['qLSZE']&&React[_0x16b4(0x27)](React[_0x16b4(0x31)],null,React[_0x16b4(0x27)](Text,{'style':styles[_0x16b4(0x36)]},_0x3f2b67[_0x16b4(0x37)]),React[_0x16b4(0x27)](Text,{'style':styles[_0x16b4(0x2f)]},_0x3f2b67[_0x16b4(0x38)],_0x57174b[_0x16b4(0x39)]('@')[0x0],_0x3f2b67[_0x16b4(0x3a)]),React[_0x16b4(0x27)](TouchableOpacity,{'style':styles['button'],'onPress':_0x16bc5f},React['createElement'](_0x335c12,{'colors':[_0x3f2b67[_0x16b4(0x3b)],_0x3f2b67['nYMVo'],_0x16b4(0x3c)],'start':{'x':0x0,'y':0x0},'end':{'x':0x1,'y':0x0},'style':styles[_0x16b4(0x3d)]},React[_0x16b4(0x27)](Text,{'style':styles[_0x16b4(0x3e)]},_0x3f2b67[_0x16b4(0x3f)])))))));},styles=StyleSheet[_0x16b4(0x40)]({'container':{'flex':0x1,'backgroundColor':_0x16b4(0x41),'justifyContent':'center','alignItems':'center'},'content':{'width':width*0.85,'backgroundColor':_0x16b4(0x42),'borderRadius':0x14,'padding':0x18,'alignItems':_0x16b4(0x43),'shadowColor':'#000','shadowOffset':{'width':0x0,'height':0x4},'shadowOpacity':0.3,'shadowRadius':0x8,'elevation':0xa},'title':{'fontSize':0x18,'fontWeight':_0x16b4(0x44),'color':_0x16b4(0x45),'marginBottom':0x14,'textAlign':_0x16b4(0x43)},'loader':{'marginVertical':0x18},'message':{'fontSize':0x12,'color':_0x16b4(0x46),'textAlign':_0x16b4(0x43),'marginBottom':0x10,'lineHeight':0x18},'subMessage':{'fontSize':0x10,'color':'#777','textAlign':'center','marginTop':0x8},'matchCircle':{'width':0x64,'height':0x64,'borderRadius':0x32,'backgroundColor':'#E9C46A','justifyContent':_0x16b4(0x43),'alignItems':_0x16b4(0x43),'marginVertical':0x14},'matchCount':{'fontSize':0x28,'fontWeight':_0x16b4(0x47),'color':_0x16b4(0x42)},'button':{'width':_0x16b4(0x48),'marginTop':0x18,'borderRadius':0x8,'overflow':_0x16b4(0x49)},'gradientButton':{'paddingVertical':0xe,'alignItems':_0x16b4(0x43),'justifyContent':_0x16b4(0x43)},'buttonText':{'color':'#333','fontSize':0x10,'fontWeight':_0x16b4(0x44)}});export default SignInMatchAnimation;