@onairos/react-native 3.6.5 → 3.6.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (216) hide show
  1. package/lib/commonjs/api/index.js +1 -1
  2. package/lib/commonjs/components/BodyText.js +1 -1
  3. package/lib/commonjs/components/BrandMark.js +1 -1
  4. package/lib/commonjs/components/CodeInput.js +1 -1
  5. package/lib/commonjs/components/EmailInput.js +1 -1
  6. package/lib/commonjs/components/GoogleButton.js +1 -1
  7. package/lib/commonjs/components/HeadingGroup.js +1 -1
  8. package/lib/commonjs/components/LLMDataInputModal.js +1 -1
  9. package/lib/commonjs/components/ModalHeader.js +1 -1
  10. package/lib/commonjs/components/ModalSheet.js +1 -1
  11. package/lib/commonjs/components/Onairos.js +1 -1
  12. package/lib/commonjs/components/OnairosButton.js +1 -1
  13. package/lib/commonjs/components/OnairosSignInButton.js +1 -1
  14. package/lib/commonjs/components/Overlay.js +1 -1
  15. package/lib/commonjs/components/PersonaImage.js +1 -1
  16. package/lib/commonjs/components/PersonaLoadingScreen.js +1 -1
  17. package/lib/commonjs/components/PersonalizationConsentScreen.js +1 -1
  18. package/lib/commonjs/components/PinCreationScreen.js +1 -1
  19. package/lib/commonjs/components/PinInput.js +1 -1
  20. package/lib/commonjs/components/PlatformConnectorsStep.js +1 -1
  21. package/lib/commonjs/components/PlatformList.js +1 -1
  22. package/lib/commonjs/components/PlatformToggle.js +1 -1
  23. package/lib/commonjs/components/PrimaryButton.js +1 -1
  24. package/lib/commonjs/components/SignInMatchAnimation.js +1 -1
  25. package/lib/commonjs/components/SignInStep.js +1 -1
  26. package/lib/commonjs/components/UniversalOnboarding.js +1 -1
  27. package/lib/commonjs/components/VerificationStep.js +1 -1
  28. package/lib/commonjs/components/WelcomeScreen.js +1 -1
  29. package/lib/commonjs/components/icons/Basicproficon.js +1 -1
  30. package/lib/commonjs/components/icons/Basicprofile.js +1 -1
  31. package/lib/commonjs/components/icons/Checkbox.js +1 -1
  32. package/lib/commonjs/components/icons/Checkmark.js +1 -1
  33. package/lib/commonjs/components/icons/Contentanalysis.js +1 -1
  34. package/lib/commonjs/components/icons/Contenticon.js +1 -1
  35. package/lib/commonjs/components/icons/EnochE.js +1 -1
  36. package/lib/commonjs/components/icons/Personalityicon.js +1 -1
  37. package/lib/commonjs/components/icons/Personalityprofile.js +1 -1
  38. package/lib/commonjs/components/icons/Personalitytraits.js +1 -1
  39. package/lib/commonjs/components/icons/Userpreferences.js +1 -1
  40. package/lib/commonjs/components/icons/index.js +1 -1
  41. package/lib/commonjs/components/onboarding/OAuthWebView.js +1 -1
  42. package/lib/commonjs/components/onboarding/OnboardingHeader.js +1 -1
  43. package/lib/commonjs/components/onboarding/PinInput.js +1 -1
  44. package/lib/commonjs/components/onboarding/PlatformConnector.js +1 -1
  45. package/lib/commonjs/config/api.js +1 -1
  46. package/lib/commonjs/constants/index.js +1 -1
  47. package/lib/commonjs/context/AuthContext.js +1 -1
  48. package/lib/commonjs/hooks/useConnectedAccounts.js +1 -1
  49. package/lib/commonjs/hooks/useConnections.js +1 -1
  50. package/lib/commonjs/hooks/useCredentials.js +1 -1
  51. package/lib/commonjs/hooks/useUserConnections.js +1 -1
  52. package/lib/commonjs/index.js +1 -1
  53. package/lib/commonjs/services/apiClient.js +1 -1
  54. package/lib/commonjs/services/biometricPinService.js +1 -1
  55. package/lib/commonjs/services/chatGPTConversationExtractor.js +1 -1
  56. package/lib/commonjs/services/chatGPTConversationService.js +1 -1
  57. package/lib/commonjs/services/claudeConversationExtractor.js +1 -1
  58. package/lib/commonjs/services/claudeConversationService.js +1 -1
  59. package/lib/commonjs/services/connectedAccountsService.js +1 -1
  60. package/lib/commonjs/services/googleAuthService.js +1 -1
  61. package/lib/commonjs/services/hingeDataExtractor.js +1 -1
  62. package/lib/commonjs/services/hingeDataService.js +1 -1
  63. package/lib/commonjs/services/imageCompressionService.js +1 -1
  64. package/lib/commonjs/services/instagramDataExtractor.js +1 -1
  65. package/lib/commonjs/services/instagramDataService.js +1 -1
  66. package/lib/commonjs/services/jwtStorageService.js +1 -1
  67. package/lib/commonjs/services/linkedinDOMExtractor.js +1 -1
  68. package/lib/commonjs/services/linkedinProfileService.js +1 -1
  69. package/lib/commonjs/services/linkedinScrapingService.js +1 -1
  70. package/lib/commonjs/services/llmDataStorage.js +1 -1
  71. package/lib/commonjs/services/mobileTrainingService.js +1 -1
  72. package/lib/commonjs/services/pinEncryptionService.js +1 -1
  73. package/lib/commonjs/services/pinStorageUtils.js +1 -1
  74. package/lib/commonjs/services/platformAuthService.js +1 -1
  75. package/lib/commonjs/services/sephoraDataExtractor.js +1 -1
  76. package/lib/commonjs/services/sephoraDataService.js +1 -1
  77. package/lib/commonjs/services/storageService.js +1 -1
  78. package/lib/commonjs/services/telegramDataExtractor.js +1 -1
  79. package/lib/commonjs/services/telegramDataService.js +1 -1
  80. package/lib/commonjs/services/trainingApiHelpers.js +1 -1
  81. package/lib/commonjs/services/userConnectionsService.js +1 -1
  82. package/lib/commonjs/services/youtubeMigrationService.js +1 -1
  83. package/lib/commonjs/theme/index.js +1 -1
  84. package/lib/commonjs/types/index.js +1 -1
  85. package/lib/commonjs/types.js +1 -1
  86. package/lib/commonjs/utils/Portal.js +1 -1
  87. package/lib/commonjs/utils/api.js +1 -1
  88. package/lib/commonjs/utils/assetRegistry.js +1 -1
  89. package/lib/commonjs/utils/auth.js +1 -1
  90. package/lib/commonjs/utils/connectorTests.js +1 -1
  91. package/lib/commonjs/utils/crypto.js +1 -1
  92. package/lib/commonjs/utils/debugHelper.js +1 -1
  93. package/lib/commonjs/utils/encryption.js +1 -1
  94. package/lib/commonjs/utils/eventUtils.js +1 -1
  95. package/lib/commonjs/utils/haptics.js +1 -1
  96. package/lib/commonjs/utils/imagePreloader.js +1 -1
  97. package/lib/commonjs/utils/networkDiagnostics.js +1 -1
  98. package/lib/commonjs/utils/onairosApi.js +1 -1
  99. package/lib/commonjs/utils/programmaticFlow.js +1 -1
  100. package/lib/commonjs/utils/retryHelper.js +1 -1
  101. package/lib/commonjs/utils/secureStorage.js +1 -1
  102. package/lib/commonjs/utils/webviewScripts/chatgpt.js +1 -1
  103. package/lib/commonjs/utils/webviewScripts/claude.js +1 -1
  104. package/lib/commonjs/utils/webviewScripts/hinge.js +1 -1
  105. package/lib/commonjs/utils/webviewScripts/index.js +1 -1
  106. package/lib/commonjs/utils/webviewScripts/instagram.js +1 -1
  107. package/lib/commonjs/utils/webviewScripts/linkedin.js +1 -1
  108. package/lib/commonjs/utils/webviewScripts/sephora.js +1 -1
  109. package/lib/commonjs/utils/webviewScripts/telegram.js +1 -1
  110. package/lib/module/api/index.js +1 -1
  111. package/lib/module/components/BodyText.js +1 -1
  112. package/lib/module/components/BrandMark.js +1 -1
  113. package/lib/module/components/CodeInput.js +1 -1
  114. package/lib/module/components/EmailInput.js +1 -1
  115. package/lib/module/components/GoogleButton.js +1 -1
  116. package/lib/module/components/HeadingGroup.js +1 -1
  117. package/lib/module/components/LLMDataInputModal.js +1 -1
  118. package/lib/module/components/ModalHeader.js +1 -1
  119. package/lib/module/components/ModalSheet.js +1 -1
  120. package/lib/module/components/Onairos.js +1 -1
  121. package/lib/module/components/OnairosButton.js +1 -1
  122. package/lib/module/components/OnairosSignInButton.js +1 -1
  123. package/lib/module/components/Overlay.js +1 -1
  124. package/lib/module/components/PersonaImage.js +1 -1
  125. package/lib/module/components/PersonaLoadingScreen.js +1 -1
  126. package/lib/module/components/PersonalizationConsentScreen.js +1 -1
  127. package/lib/module/components/PinCreationScreen.js +1 -1
  128. package/lib/module/components/PinInput.js +1 -1
  129. package/lib/module/components/PlatformConnectorsStep.js +1 -1
  130. package/lib/module/components/PlatformList.js +1 -1
  131. package/lib/module/components/PlatformToggle.js +1 -1
  132. package/lib/module/components/PrimaryButton.js +1 -1
  133. package/lib/module/components/SignInMatchAnimation.js +1 -1
  134. package/lib/module/components/SignInStep.js +1 -1
  135. package/lib/module/components/UniversalOnboarding.js +1 -1
  136. package/lib/module/components/VerificationStep.js +1 -1
  137. package/lib/module/components/WelcomeScreen.js +1 -1
  138. package/lib/module/components/icons/Basicproficon.js +1 -1
  139. package/lib/module/components/icons/Basicprofile.js +1 -1
  140. package/lib/module/components/icons/Checkbox.js +1 -1
  141. package/lib/module/components/icons/Checkmark.js +1 -1
  142. package/lib/module/components/icons/Contentanalysis.js +1 -1
  143. package/lib/module/components/icons/Contenticon.js +1 -1
  144. package/lib/module/components/icons/EnochE.js +1 -1
  145. package/lib/module/components/icons/Personalityicon.js +1 -1
  146. package/lib/module/components/icons/Personalityprofile.js +1 -1
  147. package/lib/module/components/icons/Personalitytraits.js +1 -1
  148. package/lib/module/components/icons/Userpreferences.js +1 -1
  149. package/lib/module/components/onboarding/OAuthWebView.js +1 -1
  150. package/lib/module/components/onboarding/OnboardingHeader.js +1 -1
  151. package/lib/module/components/onboarding/PinInput.js +1 -1
  152. package/lib/module/components/onboarding/PlatformConnector.js +1 -1
  153. package/lib/module/config/api.js +1 -1
  154. package/lib/module/constants/index.js +1 -1
  155. package/lib/module/context/AuthContext.js +1 -1
  156. package/lib/module/hooks/useConnectedAccounts.js +1 -1
  157. package/lib/module/hooks/useConnections.js +1 -1
  158. package/lib/module/hooks/useCredentials.js +1 -1
  159. package/lib/module/hooks/useUserConnections.js +1 -1
  160. package/lib/module/index.js +1 -1
  161. package/lib/module/services/apiClient.js +1 -1
  162. package/lib/module/services/biometricPinService.js +1 -1
  163. package/lib/module/services/chatGPTConversationExtractor.js +1 -1
  164. package/lib/module/services/chatGPTConversationService.js +1 -1
  165. package/lib/module/services/claudeConversationExtractor.js +1 -1
  166. package/lib/module/services/claudeConversationService.js +1 -1
  167. package/lib/module/services/connectedAccountsService.js +1 -1
  168. package/lib/module/services/googleAuthService.js +1 -1
  169. package/lib/module/services/hingeDataExtractor.js +1 -1
  170. package/lib/module/services/hingeDataService.js +1 -1
  171. package/lib/module/services/imageCompressionService.js +1 -1
  172. package/lib/module/services/instagramDataExtractor.js +1 -1
  173. package/lib/module/services/instagramDataService.js +1 -1
  174. package/lib/module/services/jwtStorageService.js +1 -1
  175. package/lib/module/services/linkedinDOMExtractor.js +1 -1
  176. package/lib/module/services/linkedinProfileService.js +1 -1
  177. package/lib/module/services/linkedinScrapingService.js +1 -1
  178. package/lib/module/services/llmDataStorage.js +1 -1
  179. package/lib/module/services/mobileTrainingService.js +1 -1
  180. package/lib/module/services/pinEncryptionService.js +1 -1
  181. package/lib/module/services/pinStorageUtils.js +1 -1
  182. package/lib/module/services/platformAuthService.js +1 -1
  183. package/lib/module/services/sephoraDataExtractor.js +1 -1
  184. package/lib/module/services/sephoraDataService.js +1 -1
  185. package/lib/module/services/storageService.js +1 -1
  186. package/lib/module/services/telegramDataExtractor.js +1 -1
  187. package/lib/module/services/telegramDataService.js +1 -1
  188. package/lib/module/services/trainingApiHelpers.js +1 -1
  189. package/lib/module/services/userConnectionsService.js +1 -1
  190. package/lib/module/services/youtubeMigrationService.js +1 -1
  191. package/lib/module/theme/index.js +1 -1
  192. package/lib/module/types.js +1 -1
  193. package/lib/module/utils/Portal.js +1 -1
  194. package/lib/module/utils/api.js +1 -1
  195. package/lib/module/utils/assetRegistry.js +1 -1
  196. package/lib/module/utils/auth.js +1 -1
  197. package/lib/module/utils/connectorTests.js +1 -1
  198. package/lib/module/utils/crypto.js +1 -1
  199. package/lib/module/utils/debugHelper.js +1 -1
  200. package/lib/module/utils/encryption.js +1 -1
  201. package/lib/module/utils/eventUtils.js +1 -1
  202. package/lib/module/utils/haptics.js +1 -1
  203. package/lib/module/utils/networkDiagnostics.js +1 -1
  204. package/lib/module/utils/onairosApi.js +1 -1
  205. package/lib/module/utils/programmaticFlow.js +1 -1
  206. package/lib/module/utils/retryHelper.js +1 -1
  207. package/lib/module/utils/secureStorage.js +1 -1
  208. package/lib/module/utils/webviewScripts/chatgpt.js +1 -1
  209. package/lib/module/utils/webviewScripts/claude.js +1 -1
  210. package/lib/module/utils/webviewScripts/hinge.js +1 -1
  211. package/lib/module/utils/webviewScripts/index.js +1 -1
  212. package/lib/module/utils/webviewScripts/instagram.js +1 -1
  213. package/lib/module/utils/webviewScripts/linkedin.js +1 -1
  214. package/lib/module/utils/webviewScripts/sephora.js +1 -1
  215. package/lib/module/utils/webviewScripts/telegram.js +1 -1
  216. package/package.json +1 -1
@@ -1 +1 @@
1
- function _0x1f09(){const _0x5c4393=['get','window','Training\x20is\x20starting\x20in\x20the\x20background...','PIN\x20must\x20include\x20a\x20special\x20character','PIN\x20must\x20include\x20a\x20number','WqBBs','ZHEtN','biometric-failed','bMqUa','spypp','sxoGG','ACGta','ytZeN','biometric-unavailable','ryIGI','storage-error','lavps','pFcAn','default','seNeC','Biometric\x20Authentication\x20Not\x20Available','This\x20device\x20does\x20not\x20support\x20Face\x20ID\x20or\x20Touch\x20ID.\x20Please\x20enable\x20biometric\x20authentication\x20in\x20your\x20device\x20settings\x20to\x20secure\x20your\x20PIN.','warning','Biometric\x20Authentication\x20Failed','Biometric\x20authentication\x20was\x20cancelled\x20or\x20failed.\x20Your\x20PIN\x20needs\x20to\x20be\x20secured\x20with\x20biometric\x20authentication\x20to\x20proceed.','Storage\x20Error','error','Authenticating...','Secure\x20PIN\x20Storage','Your\x20PIN\x20will\x20be\x20securely\x20stored\x20locally\x20on\x20your\x20device\x20using\x20biometric\x20authentication\x20(Face\x20ID\x20or\x20Touch\x20ID)\x20for\x20enhanced\x20security.','done','PIN\x20Requirements:','•\x20At\x20least\x20','Continue\x20Without\x20Biometric','KqzaX','xqAMi','kLhHE','rZMMG','VprTQ','OyMAR','YtKmB','log','EQuiQ','catch','CmHeb','GFjbY','QMtHg','length','PIN\x20must\x20be\x20at\x20least\x20','test','FXESo','HEroA','OLuNL','vzRRf','\x20characters','warn','JPHke','ytHCZ','dHrDR','dfyTL','eDtxJ','XEeFG','RajZo','ypiMl','bNgoi','authenticating','ktWQB','NflCl','DnOrN','DbTCS','IueiW','isBiometricAvailable','ycgpr','storePinWithBiometric','isPinStored','EwzXB','PQXAa','NOgeE','Zpkyp','NgDzE','GEtAp','qrbpR','kFRjI','CIWLc','DlaDf','kHwXA','lkRRP','KKIYq','aMmWA','wRKUX','An\x20error\x20occurred\x20while\x20securing\x20your\x20PIN.\x20Would\x20you\x20like\x20to\x20try\x20again?','JevEs','EpXtp','WrmXI','eaFiW','createElement','inputSection','backButton','Create\x20a\x20PIN','subtitle','A\x20PIN\x20so\x20only\x20you\x20have\x20access\x20to\x20your\x20data','backgroundProgressContainer','backgroundProgressText','backgroundProgressIndicator','small','inputContainer','input','aIKbN','SDZEI','iuUMz','dismiss','👁️‍🗨️','requirements','requirementTitle','ryKts','requirement','•\x20Include\x20a\x20special\x20character','requirementMet','mRmfd','GBVQg','type','infoContainerInfo','Vcrij','infoContainerWarning','eQVKx','infoTitle','rkbOG','infoTitleInfo','infoMessageInfo','iZral','infoMessageError','showActions','infoActions','infoActionButtonText','infoActionButton','infoActionButtonSecondaryText','dlZKN','cancelButton','Back','submitButton','OFYMl','kHlFg','submitButtonDisabled','CwpnC','submitButtonText','hvARo','JuILf','create','#fff','flex-start','row','center','space-between','#333','#666','#CCCCCC','#E3F2FD','#2196F3','#FF9800','#FFEBEE','#F44336','#1976D2','#F57C00','#D32F2F','#1565C0','#E65100','#C62828','#007AFF','600','#FF3B30','#34C759'];_0x1f09=function(){return _0x5c4393;};return _0x1f09();}import React,{useState,useCallback}from'react';import{View,Text,StyleSheet,TextInput,TouchableOpacity,Dimensions,Keyboard,ActivityIndicator}from'react-native';import{biometricPinService}from'../services/biometricPinService';const {width}=Dimensions[_0x32ca(0x0)](_0x32ca(0x1));export const PinInput=({onSubmit:_0x48e741,minLength:minLength=0x8,requireSpecialChar:requireSpecialChar=!![],requireNumber:requireNumber=!![],onBack:_0x20c7e9,enableBiometricStorage:enableBiometricStorage=!![],onBackgroundTrainingStart:_0x4f53da,showBackgroundProgress:showBackgroundProgress=![],backgroundProgressText:backgroundProgressText=_0x32ca(0x2)})=>{const _0x388792={'ytHCZ':_0x32ca(0x3),'OyMAR':_0x32ca(0x4),'xePbv':_0x32ca(0x5),'YtKmB':_0x32ca(0x6),'RajZo':function(_0x13ddb3,_0x546b0c){return _0x13ddb3(_0x546b0c);},'EQuiQ':function(_0x47f77a){return _0x47f77a();},'JPHke':_0x32ca(0x7),'zzruR':function(_0x143616,_0x5f10b8){return _0x143616(_0x5f10b8);},'dHrDR':function(_0x431d55,_0x47a0b1){return _0x431d55&&_0x47a0b1;},'ypiMl':function(_0x1a387b,_0x4d8994){return _0x1a387b(_0x4d8994);},'ePWsy':function(_0x2d2f33,_0x306044){return _0x2d2f33<_0x306044;},'OLuNL':function(_0x4335e1,_0x51e2f1){return _0x4335e1!==_0x51e2f1;},'vzRRf':_0x32ca(0x8),'bvTnk':_0x32ca(0x9),'EwzXB':function(_0x1a33cb,_0x69e1bd){return _0x1a33cb===_0x69e1bd;},'mJNMS':'MmNeb','mgTne':_0x32ca(0xa),'GEtAp':function(_0x37f0c6,_0x10c982){return _0x37f0c6(_0x10c982);},'VprTQ':function(_0x1e155d,_0x3c2884){return _0x1e155d(_0x3c2884);},'eDtxJ':function(_0x377f68,_0xf1d3bd){return _0x377f68===_0xf1d3bd;},'tMdRl':_0x32ca(0xb),'XEeFG':'romwC','bNgoi':function(_0x1123be,_0x17a5bc){return _0x1123be(_0x17a5bc);},'ktWQB':function(_0x57b52b,_0x50c7e9){return _0x57b52b!==_0x50c7e9;},'NflCl':_0x32ca(0xc),'ycgpr':_0x32ca(0xd),'GBPXK':function(_0x57dfc6,_0x507c00){return _0x57dfc6(_0x507c00);},'PQXAa':_0x32ca(0xe),'NOgeE':function(_0x5d86bf,_0x59f81a){return _0x5d86bf(_0x59f81a);},'Zpkyp':_0x32ca(0xf),'xqAMi':function(_0x4503e3,_0x593699){return _0x4503e3(_0x593699);},'kFRjI':function(_0x3405d1,_0x4e8d4f){return _0x3405d1(_0x4e8d4f);},'dhHdE':_0x32ca(0x10),'NgDzE':_0x32ca(0x11),'inxRt':function(_0x44bd44,_0x57b8da){return _0x44bd44(_0x57b8da);},'kHlFg':function(_0x5733f7,_0x327169){return _0x5733f7(_0x327169);},'rZMMG':_0x32ca(0x12),'CIWLc':function(_0xa7f48e,_0x2daa3c){return _0xa7f48e(_0x2daa3c);},'DlaDf':function(_0x321b50){return _0x321b50();},'OceQv':_0x32ca(0x13),'lkRRP':_0x32ca(0x14),'VaGin':_0x32ca(0x15),'Vcrij':_0x32ca(0x16),'KKIYq':_0x32ca(0x17),'aMmWA':_0x32ca(0x18),'wRKUX':_0x32ca(0x19),'JevEs':_0x32ca(0x1a),'hvARo':_0x32ca(0x1b),'EpXtp':'Please\x20complete\x20biometric\x20authentication\x20to\x20secure\x20your\x20PIN.','WrmXI':'info','eaFiW':_0x32ca(0x1c),'gqetS':_0x32ca(0x1d),'KqzaX':function(_0x5c7254,_0x2daa5c){return _0x5c7254(_0x2daa5c);},'kLhHE':function(_0xa8c4a3,_0x313f7d){return _0xa8c4a3(_0x313f7d);},'dqhvQ':function(_0xb9c8d0,_0x454063){return _0xb9c8d0(_0x454063);},'dfyTL':function(_0x45187e,_0x3aa119,_0x2b0028){return _0x45187e(_0x3aa119,_0x2b0028);},'qrbpR':function(_0x531434,_0xdd78e7,_0x221418){return _0x531434(_0xdd78e7,_0x221418);},'xJxOt':'#007AFF','aIKbN':'e.g.\x20MyPin123!','SDZEI':'none','iuUMz':_0x32ca(0x1e),'ioYWF':'👁️','ARSgl':_0x32ca(0x1f),'ILMhW':function(_0x50d0ee,_0x35a7de){return _0x50d0ee>=_0x35a7de;},'ryKts':_0x32ca(0x20),'mRmfd':'•\x20Include\x20a\x20number','GBVQg':function(_0x53d0b3,_0x19a88c){return _0x53d0b3===_0x19a88c;},'eQVKx':function(_0x2cb729,_0x3530cb){return _0x2cb729===_0x3530cb;},'rkbOG':function(_0x2e3994,_0x113b9b){return _0x2e3994===_0x113b9b;},'iZral':function(_0x50d208,_0x5b3a9c){return _0x50d208===_0x5b3a9c;},'dlZKN':_0x32ca(0x21),'OFYMl':function(_0x391bf6,_0x34dbdf){return _0x391bf6||_0x34dbdf;},'gCLaw':function(_0x4a490d,_0x51c235){return _0x4a490d||_0x51c235;},'CwpnC':function(_0x4a68d3,_0x573b6c){return _0x4a68d3(_0x573b6c);},'JuILf':'Continue'},[_0xee5e9b,_0x55f1b8]=_0x388792[_0x32ca(0x22)](useState,''),[_0xea2222,_0x48a2fe]=_0x388792[_0x32ca(0x23)](useState,null),[_0x5b5074,_0x347a66]=_0x388792[_0x32ca(0x24)](useState,![]),[_0x1b62cb,_0x2b6431]=useState(![]),[_0x34156b,_0x187f44]=_0x388792['dqhvQ'](useState,_0x388792[_0x32ca(0x25)]),[_0x76561,_0x393cc0]=_0x388792[_0x32ca(0x26)](useState,![]);React['useEffect'](()=>{const _0x52c33d={'FXESo':_0x388792['ytHCZ'],'HEroA':_0x388792[_0x32ca(0x27)],'CmHeb':function(_0x249ebf,_0x5ad17e){return _0x249ebf===_0x5ad17e;},'GFjbY':_0x388792['xePbv'],'QMtHg':_0x388792[_0x32ca(0x28)]};_0x4f53da&&!_0x76561&&showBackgroundProgress&&(console[_0x32ca(0x29)]('\uD83D\uDE80 [PIN INPUT] Background training explicitly requested...'),_0x388792['RajZo'](_0x393cc0,!![]),_0x388792[_0x32ca(0x2a)](_0x4f53da)[_0x32ca(0x2b)](_0x59ec93=>{if(_0x52c33d[_0x32ca(0x2c)](_0x52c33d[_0x32ca(0x2d)],_0x52c33d[_0x32ca(0x2e)])){if(_0x109a21[_0x32ca(0x2f)]<_0x4b353f)return _0x32ca(0x30)+_0x2a7976+'\x20characters';if(_0x5f3695&&!/[!@#$%^&*(),.?":{}|<>]/[_0x32ca(0x31)](_0x1331be))return _0x52c33d[_0x32ca(0x32)];if(_0xe19271&&!/\d/['test'](_0x30ba6c))return _0x52c33d[_0x32ca(0x33)];return null;}else console[_0x32ca(0x1a)]('\u274C [PIN INPUT] Background training failed:',_0x59ec93),_0x393cc0(![]);}));},[_0x4f53da,_0x76561,showBackgroundProgress]);const _0x34add4=useCallback(_0x4c3454=>{if(_0x388792['ePWsy'](_0x4c3454[_0x32ca(0x2f)],minLength)){if(_0x388792[_0x32ca(0x34)](_0x388792[_0x32ca(0x35)],_0x388792['bvTnk']))return'PIN\x20must\x20be\x20at\x20least\x20'+minLength+_0x32ca(0x36);else _0x22946c[_0x32ca(0x37)]('\u26A0️ [PIN INPUT] Biometric authentication failed or was cancelled'),_0x388792['RajZo'](_0xfcb9cb,_0x388792[_0x32ca(0x38)]),_0x388792['zzruR'](_0x197b35,![]);}if(requireSpecialChar&&!/[!@#$%^&*(),.?":{}|<>]/[_0x32ca(0x31)](_0x4c3454))return _0x388792[_0x32ca(0x39)];if(requireNumber&&!/\d/['test'](_0x4c3454)){if(_0x388792['EwzXB'](_0x388792['mJNMS'],_0x388792['mgTne']))_0x388792[_0x32ca(0x3a)](_0x200471,!_0x433931)&&_0x16eea9&&(_0x18e467[_0x32ca(0x29)]('\uD83D\uDE80 [PIN INPUT] Background training explicitly requested...'),_0x388792['ypiMl'](_0x5aed84,!![]),_0x388792['EQuiQ'](_0x283043)['catch'](_0x2b1018=>{_0x51168b[_0x32ca(0x1a)]('\u274C [PIN INPUT] Background training failed:',_0x2b1018),_0x4bb9f2(![]);}));else return _0x32ca(0x4);}return null;},[minLength,requireSpecialChar,requireNumber]),_0x466ddc=_0x388792[_0x32ca(0x3b)](useCallback,async()=>{const _0x55cf4c={'yLlML':_0x388792[_0x32ca(0x27)],'DnOrN':function(_0x481385,_0x4de8ef){return _0x481385(_0x4de8ef);},'DbTCS':function(_0x2a43ba){return _0x2a43ba();}};if(_0x388792[_0x32ca(0x3c)](_0x388792['tMdRl'],_0x388792[_0x32ca(0x3d)]))return _0x55cf4c['yLlML'];else{console[_0x32ca(0x29)]('\uD83D\uDD0D [PIN INPUT] handleSubmit called with PIN length:',_0xee5e9b[_0x32ca(0x2f)]);const _0x529c68=_0x388792[_0x32ca(0x3e)](_0x34add4,_0xee5e9b);if(_0x529c68){console['log']('\u274C [PIN INPUT] Validation failed:',_0x529c68),_0x388792[_0x32ca(0x3f)](_0x48a2fe,_0x529c68);return;}console['log']('\u2705 [PIN INPUT] PIN validation passed');if(enableBiometricStorage){console[_0x32ca(0x29)]('\uD83D\uDD10 [PIN INPUT] Biometric storage enabled, starting biometric flow...'),_0x388792['ypiMl'](_0x2b6431,!![]),_0x388792[_0x32ca(0x40)](_0x187f44,_0x32ca(0x41));try{if(_0x388792[_0x32ca(0x42)](_0x388792[_0x32ca(0x43)],_0x388792[_0x32ca(0x43)])){const _0x30a2c6={'IueiW':function(_0x39570c,_0xe287e6){return _0x55cf4c[_0x32ca(0x44)](_0x39570c,_0xe287e6);}};_0x21233d[_0x32ca(0x29)]('\uD83D\uDE80 [PIN INPUT] Background training explicitly requested...'),_0x55cf4c[_0x32ca(0x44)](_0x1ab79d,!![]),_0x55cf4c[_0x32ca(0x45)](_0x2af518)[_0x32ca(0x2b)](_0x2b4979=>{_0x180090['error']('\u274C [PIN INPUT] Background training failed:',_0x2b4979),_0x30a2c6[_0x32ca(0x46)](_0x3b96e4,![]);});}else{const _0x497b16=await biometricPinService[_0x32ca(0x47)]();console['log']('\uD83D\uDCF1 [PIN INPUT] Biometric available:',_0x497b16);if(!_0x497b16){console['error']('\u274C [PIN INPUT] Face ID not available on this device'),_0x388792[_0x32ca(0x26)](_0x187f44,_0x388792[_0x32ca(0x48)]),_0x388792['GBPXK'](_0x2b6431,![]);return;}console[_0x32ca(0x29)]('\uD83D\uDD10 [PIN INPUT] Triggering biometric authentication for PIN storage...');const _0x282340=await biometricPinService[_0x32ca(0x49)](_0xee5e9b);if(_0x282340){console[_0x32ca(0x29)]('\u2705 [PIN INPUT] PIN stored successfully with biometric protection');const _0x87ea32=await biometricPinService[_0x32ca(0x4a)]();_0x87ea32?_0x388792[_0x32ca(0x4b)](_0x388792[_0x32ca(0x4c)],_0x32ca(0xe))?(console['log']('\u2705 [PIN INPUT] PIN storage verified - proceeding with onboarding'),_0x388792[_0x32ca(0x4d)](_0x48e741,_0xee5e9b)):(_0x41d96a[_0x32ca(0x29)]('\uD83D\uDD10 [PIN INPUT] Biometric storage disabled, proceeding normally'),_0x55cf4c[_0x32ca(0x44)](_0x384279,_0x2aa177)):(console[_0x32ca(0x1a)]('\u274C [PIN INPUT] PIN storage verification failed'),_0x388792[_0x32ca(0x26)](_0x187f44,_0x388792[_0x32ca(0x4e)]),_0x388792[_0x32ca(0x23)](_0x2b6431,![]));}else console[_0x32ca(0x37)]('\u26A0️ [PIN INPUT] Biometric authentication failed or was cancelled'),_0x388792['kFRjI'](_0x187f44,_0x388792['JPHke']),_0x388792[_0x32ca(0x3e)](_0x2b6431,![]);}}catch(_0x438fe7){console['error']('\u274C [PIN INPUT] Error handling biometric PIN storage:',_0x438fe7),_0x187f44(_0x32ca(0xf)),_0x388792[_0x32ca(0x3e)](_0x2b6431,![]);}}else{if(_0x388792['dhHdE']===_0x388792[_0x32ca(0x4f)]){_0x178d67[_0x32ca(0x1a)]('\u274C [PIN INPUT] Face ID not available on this device'),_0x388792[_0x32ca(0x50)](_0x4282a6,_0x32ca(0xd)),_0x388792['VprTQ'](_0xf04643,![]);return;}else console['log']('\uD83D\uDD10 [PIN INPUT] Biometric storage disabled, proceeding normally'),_0x48e741(_0xee5e9b);}}},[_0xee5e9b,_0x34add4,_0x48e741,enableBiometricStorage]),_0x25263c=_0x388792[_0x32ca(0x51)](useCallback,_0x335078=>{_0x388792['inxRt'](_0x55f1b8,_0x335078),_0x388792['kHlFg'](_0x48a2fe,null),_0x388792[_0x32ca(0x40)](_0x187f44,_0x388792[_0x32ca(0x25)]),console[_0x32ca(0x29)]('\uD83D\uDD0D [PIN INPUT] PIN changed:',{'length':_0x335078[_0x32ca(0x2f)],'hasSpecialChar':/[!@#$%^&*(),.?":{}|<>]/['test'](_0x335078),'hasNumber':/\d/[_0x32ca(0x31)](_0x335078),'isValid':!_0x388792[_0x32ca(0x52)](_0x34add4,_0x335078)});},[_0x34add4]),_0x5014d0=_0x388792[_0x32ca(0x51)](useCallback,()=>{console['warn']('\u26A0️ [PIN INPUT] User chose to continue without biometric security'),_0x48e741(_0xee5e9b);},[_0xee5e9b,_0x48e741]),_0xebf085=useCallback(()=>{_0x388792[_0x32ca(0x53)](_0x187f44,_0x388792[_0x32ca(0x25)]),_0x388792[_0x32ca(0x54)](_0x466ddc);},[_0x466ddc]),_0x34ab4b=()=>{if(_0x32ca(0x55)===_0x388792['OceQv'])return _0x32ca(0x30)+_0x4cdbda+_0x32ca(0x36);else switch(_0x34156b){case _0x388792[_0x32ca(0x48)]:return{'title':_0x388792[_0x32ca(0x56)],'message':_0x388792['VaGin'],'type':_0x388792['Vcrij'],'showActions':!![]};case _0x388792[_0x32ca(0x38)]:return{'title':_0x388792[_0x32ca(0x57)],'message':_0x388792[_0x32ca(0x58)],'type':_0x32ca(0x16),'showActions':!![]};case _0x388792['Zpkyp']:return{'title':_0x388792[_0x32ca(0x59)],'message':_0x32ca(0x5a),'type':_0x388792[_0x32ca(0x5b)],'showActions':!![]};case _0x32ca(0x41):return{'title':_0x388792['hvARo'],'message':_0x388792[_0x32ca(0x5c)],'type':_0x388792[_0x32ca(0x5d)],'showActions':![]};default:return{'title':_0x388792[_0x32ca(0x5e)],'message':_0x388792['gqetS'],'type':'info','showActions':![]};}},_0x541371=_0x34ab4b();return React[_0x32ca(0x5f)](View,{'style':styles['container']},React['createElement'](View,{'style':styles[_0x32ca(0x60)]},React['createElement'](View,{'style':styles['header']},_0x20c7e9&&React[_0x32ca(0x5f)](TouchableOpacity,{'style':styles[_0x32ca(0x61)],'onPress':_0x20c7e9},React[_0x32ca(0x5f)](Text,{'style':{'fontSize':0x18}},'←')),React[_0x32ca(0x5f)](Text,{'style':styles['title']},_0x32ca(0x62))),React['createElement'](Text,{'style':styles[_0x32ca(0x63)]},_0x32ca(0x64)),_0x388792[_0x32ca(0x3a)](showBackgroundProgress,_0x76561)&&React['createElement'](View,{'style':styles[_0x32ca(0x65)]},React[_0x32ca(0x5f)](Text,{'style':styles[_0x32ca(0x66)]},backgroundProgressText),React[_0x32ca(0x5f)](View,{'style':styles[_0x32ca(0x67)]},React[_0x32ca(0x5f)](ActivityIndicator,{'size':_0x32ca(0x68),'color':_0x388792['xJxOt']}))),React[_0x32ca(0x5f)](View,{'style':styles[_0x32ca(0x69)]},React[_0x32ca(0x5f)](TextInput,{'style':styles[_0x32ca(0x6a)],'value':_0xee5e9b,'onChangeText':_0x25263c,'secureTextEntry':!_0x5b5074,'placeholder':_0x388792[_0x32ca(0x6b)],'keyboardType':_0x388792[_0x32ca(0x25)],'maxLength':0x14,'autoCapitalize':_0x388792[_0x32ca(0x6c)],'autoCorrect':![],'returnKeyType':_0x388792[_0x32ca(0x6d)],'onSubmitEditing':()=>Keyboard[_0x32ca(0x6e)]()}),React[_0x32ca(0x5f)](TouchableOpacity,{'style':styles['visibilityButton'],'onPress':()=>_0x347a66(!_0x5b5074)},React[_0x32ca(0x5f)](Text,null,_0x5b5074?_0x388792['ioYWF']:_0x32ca(0x6f))))),_0xea2222&&React['createElement'](Text,{'style':styles['error']},_0xea2222),React[_0x32ca(0x5f)](View,{'style':styles[_0x32ca(0x70)]},React[_0x32ca(0x5f)](Text,{'style':styles[_0x32ca(0x71)]},_0x388792['ARSgl']),React[_0x32ca(0x5f)](Text,{'style':[styles['requirement'],_0x388792['ILMhW'](_0xee5e9b[_0x32ca(0x2f)],minLength)&&styles['requirementMet']]},_0x388792[_0x32ca(0x72)],minLength,_0x32ca(0x36)),requireSpecialChar&&React['createElement'](Text,{'style':[styles[_0x32ca(0x73)],/[!@#$%^&*(),.?":{}|<>]/['test'](_0xee5e9b)&&styles['requirementMet']]},_0x32ca(0x74)),requireNumber&&React[_0x32ca(0x5f)](Text,{'style':[styles[_0x32ca(0x73)],/\d/['test'](_0xee5e9b)&&styles[_0x32ca(0x75)]]},_0x388792[_0x32ca(0x76)])),React['createElement'](View,{'style':[styles['infoContainer'],_0x388792[_0x32ca(0x77)](_0x541371[_0x32ca(0x78)],_0x388792[_0x32ca(0x5d)])&&styles[_0x32ca(0x79)],_0x541371[_0x32ca(0x78)]===_0x388792[_0x32ca(0x7a)]&&styles[_0x32ca(0x7b)],_0x388792[_0x32ca(0x7c)](_0x541371[_0x32ca(0x78)],_0x388792[_0x32ca(0x5b)])&&styles['infoContainerError']]},React['createElement'](Text,{'style':[styles[_0x32ca(0x7d)],_0x388792[_0x32ca(0x7e)](_0x541371[_0x32ca(0x78)],'info')&&styles[_0x32ca(0x7f)],_0x388792['eQVKx'](_0x541371[_0x32ca(0x78)],_0x388792[_0x32ca(0x7a)])&&styles['infoTitleWarning'],_0x388792['EwzXB'](_0x541371[_0x32ca(0x78)],_0x388792['JevEs'])&&styles['infoTitleError']]},_0x541371['title']),React[_0x32ca(0x5f)](Text,{'style':[styles['infoMessage'],_0x388792[_0x32ca(0x7e)](_0x541371[_0x32ca(0x78)],_0x388792[_0x32ca(0x5d)])&&styles[_0x32ca(0x80)],_0x388792[_0x32ca(0x81)](_0x541371[_0x32ca(0x78)],_0x32ca(0x16))&&styles['infoMessageWarning'],_0x388792[_0x32ca(0x4b)](_0x541371[_0x32ca(0x78)],'error')&&styles[_0x32ca(0x82)]]},_0x541371['message']),_0x541371[_0x32ca(0x83)]&&React[_0x32ca(0x5f)](View,{'style':styles[_0x32ca(0x84)]},React[_0x32ca(0x5f)](TouchableOpacity,{'style':styles['infoActionButton'],'onPress':_0xebf085},React[_0x32ca(0x5f)](Text,{'style':styles[_0x32ca(0x85)]},'Try\x20Again')),React[_0x32ca(0x5f)](TouchableOpacity,{'style':[styles[_0x32ca(0x86)],styles['infoActionButtonSecondary']],'onPress':_0x5014d0},React[_0x32ca(0x5f)](Text,{'style':[styles[_0x32ca(0x85)],styles[_0x32ca(0x87)]]},_0x388792[_0x32ca(0x88)])))),React[_0x32ca(0x5f)](View,{'style':styles['footer']},_0x20c7e9&&React['createElement'](TouchableOpacity,{'style':styles[_0x32ca(0x89)],'onPress':_0x20c7e9},React[_0x32ca(0x5f)](Text,{'style':styles['cancelButtonText']},_0x32ca(0x8a))),React['createElement'](TouchableOpacity,{'style':[styles[_0x32ca(0x8b)],(_0x388792[_0x32ca(0x8c)](!_0xee5e9b,_0x1b62cb)||_0x388792[_0x32ca(0x8d)](_0x34add4,_0xee5e9b))&&styles[_0x32ca(0x8e)]],'onPress':_0x466ddc,'disabled':_0x388792['gCLaw'](!_0xee5e9b,_0x1b62cb)||!!_0x388792[_0x32ca(0x8f)](_0x34add4,_0xee5e9b)},React[_0x32ca(0x5f)](Text,{'style':styles[_0x32ca(0x90)]},_0x1b62cb?_0x388792[_0x32ca(0x91)]:_0x388792[_0x32ca(0x92)]))));};function _0x32ca(_0x1f098c,_0x32caef){_0x1f098c=_0x1f098c-0x0;const _0x28777e=_0x1f09();let _0x3a9ca4=_0x28777e[_0x1f098c];return _0x3a9ca4;}const styles=StyleSheet[_0x32ca(0x93)]({'container':{'flex':0x1,'padding':0x10,'width':width,'backgroundColor':_0x32ca(0x94),'justifyContent':_0x32ca(0x95)},'inputSection':{'width':'100%','marginTop':0x0,'paddingTop':0x0},'header':{'flexDirection':_0x32ca(0x96),'alignItems':_0x32ca(0x97),'justifyContent':_0x32ca(0x98),'marginBottom':0x10,'paddingVertical':0x8},'backButton':{'padding':0x8},'title':{'fontSize':0x14,'fontWeight':'600','color':_0x32ca(0x99),'textAlign':'center','flex':0x1,'marginBottom':0x8},'subtitle':{'fontSize':0xe,'color':_0x32ca(0x9a),'marginBottom':0x18,'textAlign':'center'},'inputContainer':{'flexDirection':'row','alignItems':_0x32ca(0x97),'borderWidth':0x1,'borderColor':_0x32ca(0x9b),'borderRadius':0x8,'marginBottom':0x10},'input':{'flex':0x1,'padding':0xc,'fontSize':0x10},'visibilityButton':{'padding':0xc},'infoContainer':{'padding':0x10,'borderRadius':0xc,'marginBottom':0x10,'borderWidth':0x1},'infoContainerInfo':{'backgroundColor':_0x32ca(0x9c),'borderColor':_0x32ca(0x9d)},'infoContainerWarning':{'backgroundColor':'#FFF3E0','borderColor':_0x32ca(0x9e)},'infoContainerError':{'backgroundColor':_0x32ca(0x9f),'borderColor':_0x32ca(0xa0)},'infoTitle':{'fontSize':0x10,'fontWeight':'600','marginBottom':0x8},'infoTitleInfo':{'color':_0x32ca(0xa1)},'infoTitleWarning':{'color':_0x32ca(0xa2)},'infoTitleError':{'color':_0x32ca(0xa3)},'infoMessage':{'fontSize':0xe,'lineHeight':0x14,'marginBottom':0xc},'infoMessageInfo':{'color':_0x32ca(0xa4)},'infoMessageWarning':{'color':_0x32ca(0xa5)},'infoMessageError':{'color':_0x32ca(0xa6)},'infoActions':{'flexDirection':_0x32ca(0x96),'justifyContent':_0x32ca(0x98),'marginTop':0x8},'infoActionButton':{'flex':0x1,'paddingVertical':0xa,'paddingHorizontal':0x10,'borderRadius':0x8,'backgroundColor':_0x32ca(0xa7),'marginHorizontal':0x4,'alignItems':_0x32ca(0x97)},'infoActionButtonSecondary':{'backgroundColor':'transparent','borderWidth':0x1,'borderColor':_0x32ca(0xa7)},'infoActionButtonText':{'color':_0x32ca(0x94),'fontSize':0xe,'fontWeight':_0x32ca(0xa8)},'infoActionButtonSecondaryText':{'color':_0x32ca(0xa7)},'error':{'color':_0x32ca(0xa9),'marginBottom':0x10},'requirements':{'marginBottom':0x18},'requirementTitle':{'fontSize':0xe,'fontWeight':'600','marginBottom':0x8,'color':_0x32ca(0x99)},'requirement':{'fontSize':0xe,'color':_0x32ca(0x9a),'marginBottom':0x4},'requirementMet':{'color':_0x32ca(0xaa)},'footer':{'flexDirection':_0x32ca(0x96),'alignItems':_0x32ca(0x97),'justifyContent':_0x32ca(0x98),'marginTop':0x18,'borderTopWidth':0x1,'borderTopColor':'#eee','paddingTop':0x10},'cancelButton':{'paddingVertical':0x8,'paddingHorizontal':0x10},'cancelButtonText':{'color':_0x32ca(0x9a),'fontSize':0x10},'submitButton':{'paddingVertical':0x10,'paddingHorizontal':0x20,'borderRadius':0x10,'backgroundColor':'#000000','alignItems':_0x32ca(0x97)},'submitButtonDisabled':{'opacity':0.5},'submitButtonText':{'color':_0x32ca(0x94),'fontSize':0x10,'fontWeight':'600'},'backgroundProgressContainer':{'flexDirection':'row','alignItems':_0x32ca(0x97),'justifyContent':_0x32ca(0x97),'marginBottom':0x10},'backgroundProgressText':{'fontSize':0xe,'color':'#666','marginRight':0xa},'backgroundProgressIndicator':{'padding':0x5}});
1
+ import React,{useState,useCallback}from'react';function _0x58fc(){const _0x298ba8=['get','window','Training\x20is\x20starting\x20in\x20the\x20background...','MnMFV','biometric-unavailable','aaZvD','PIN\x20must\x20include\x20a\x20special\x20character','PIN\x20must\x20include\x20a\x20number','default','KtjoY','NFRcv','rzUnS','hSrid','bRAyR','sOzxQ','gMGlY','kuokB','NlsNE','YhNMt','This\x20device\x20does\x20not\x20support\x20Face\x20ID\x20or\x20Touch\x20ID.\x20Please\x20enable\x20biometric\x20authentication\x20in\x20your\x20device\x20settings\x20to\x20secure\x20your\x20PIN.','warning','Storage\x20Error','An\x20error\x20occurred\x20while\x20securing\x20your\x20PIN.\x20Would\x20you\x20like\x20to\x20try\x20again?','error','Secure\x20PIN\x20Storage','Your\x20PIN\x20will\x20be\x20securely\x20stored\x20locally\x20on\x20your\x20device\x20using\x20biometric\x20authentication\x20(Face\x20ID\x20or\x20Touch\x20ID)\x20for\x20enhanced\x20security.','e.g.\x20MyPin123!','none','done','👁️‍🗨️','•\x20Include\x20a\x20special\x20character','•\x20Include\x20a\x20number','info','Try\x20Again','Back','lMKor','bogRY','fMwYG','useEffect','mVUaJ','RrBkr','pbaza','vECPJ','iWvwI','log','catch','tSMKe','uKgad','nXQUE','ELbwT','jJBoN','boMBJ','PIN\x20must\x20be\x20at\x20least\x20','test','Nmgqb','RAeLa','length','XqNkO','authenticating','warn','WoURS','isBiometricAvailable','xmbkN','storePinWithBiometric','isPinStored','oTVMo','bDcGX','rkJPv','yyzMv','\x20characters','cSurC','UyNmr','biometric-failed','mLIUS','vmLgK','Tgpjd','GGSEq','NqqDN','vRnTR','SCFga','HHVJa','bYnfP','yOdmt','NRYMW','Biometric\x20Authentication\x20Not\x20Available','HDQzl','HTCSV','Biometric\x20authentication\x20was\x20cancelled\x20or\x20failed.\x20Your\x20PIN\x20needs\x20to\x20be\x20secured\x20with\x20biometric\x20authentication\x20to\x20proceed.','storage-error','cAEAE','PkCUq','wSygU','Czkgu','PxDSi','YyrER','APkZy','createElement','header','backButton','title','Create\x20a\x20PIN','subtitle','backgroundProgressContainer','ADOmQ','inputContainer','input','BntpM','SSASf','bezpy','dismiss','visibilityButton','AlfGh','wNWbC','requirements','requirementTitle','oPmZe','requirement','requirementMet','VxexJ','gXZuF','type','XZvGy','infoContainerInfo','infoContainerWarning','ruqcz','infoContainerError','infoTitle','TnbDG','infoTitleWarning','hVPhM','infoTitleError','infoMessage','infoMessageInfo','infoMessageWarning','infoMessageError','message','showActions','infoActionButtonText','uLxfm','infoActionButtonSecondaryText','Continue\x20Without\x20Biometric','footer','Zxqxe','submitButton','YOSRN','HntNu','submitButtonText','Continue','#fff','flex-start','100%','row','center','space-between','600','#333','#CCCCCC','#E3F2FD','#2196F3','#FFF3E0','#FFEBEE','#F44336','#1976D2','#F57C00','#1565C0','#E65100','#007AFF','transparent','#FF3B30','#666','#34C759','#eee','#000000'];_0x58fc=function(){return _0x298ba8;};return _0x58fc();}import{View,Text,StyleSheet,TextInput,TouchableOpacity,Dimensions,Keyboard,ActivityIndicator}from'react-native';function _0x3ffb(_0x58fc19,_0x3ffb0e){_0x58fc19=_0x58fc19-0x0;const _0x1478a9=_0x58fc();let _0x598f6b=_0x1478a9[_0x58fc19];return _0x598f6b;}import{biometricPinService}from'../services/biometricPinService';const {width}=Dimensions[_0x3ffb(0x0)](_0x3ffb(0x1));export const PinInput=({onSubmit:_0xef367,minLength:minLength=0x8,requireSpecialChar:requireSpecialChar=!![],requireNumber:requireNumber=!![],onBack:_0x52c3d9,enableBiometricStorage:enableBiometricStorage=!![],onBackgroundTrainingStart:_0x6e946d,showBackgroundProgress:showBackgroundProgress=![],backgroundProgressText:backgroundProgressText=_0x3ffb(0x2)})=>{const _0xe93706={'lMKor':function(_0x4513ce,_0x5afd51){return _0x4513ce(_0x5afd51);},'mVUaJ':'storage-error','RrBkr':function(_0x4431cf,_0xf0b232){return _0x4431cf!==_0xf0b232;},'pbaza':_0x3ffb(0x3),'iWvwI':function(_0x1df013,_0x458390){return _0x1df013&&_0x458390;},'boMBJ':_0x3ffb(0x4),'ELbwT':function(_0x2a2cf,_0xd4cf2b){return _0x2a2cf!==_0xd4cf2b;},'jJBoN':_0x3ffb(0x5),'Nmgqb':_0x3ffb(0x6),'RAeLa':_0x3ffb(0x7),'XqNkO':function(_0x304273,_0x1f53bc){return _0x304273(_0x1f53bc);},'WoURS':'biometric-failed','yOdmt':function(_0x1314bc,_0x2f01b4){return _0x1314bc(_0x2f01b4);},'yyzMv':function(_0x2fc70e,_0x4237db){return _0x2fc70e<_0x4237db;},'fMwYG':_0x3ffb(0x8),'tRjRI':_0x3ffb(0x9),'xmbkN':function(_0x1f6f13,_0x27bfa4){return _0x1f6f13(_0x27bfa4);},'oTVMo':function(_0x36efd0,_0x33e754){return _0x36efd0(_0x33e754);},'bDcGX':function(_0x41fce3,_0x55e807){return _0x41fce3===_0x55e807;},'HxZlx':_0x3ffb(0xa),'rkJPv':_0x3ffb(0xb),'DXbWB':function(_0x179d54,_0x41219f){return _0x179d54(_0x41219f);},'cSurC':function(_0x4b4d2a,_0x55d347){return _0x4b4d2a(_0x55d347);},'UyNmr':function(_0x14f513,_0x55c96f){return _0x14f513(_0x55c96f);},'mLIUS':function(_0x227670,_0x5b91be){return _0x227670(_0x5b91be);},'lWuXv':function(_0x4083ef,_0x2784a5){return _0x4083ef(_0x2784a5);},'vmLgK':_0x3ffb(0xc),'ZHbPf':_0x3ffb(0xd),'Tgpjd':_0x3ffb(0xe),'GGSEq':_0x3ffb(0xf),'NqqDN':_0x3ffb(0x10),'SCFga':function(_0x5e7fc3,_0x241575){return _0x5e7fc3!==_0x241575;},'HHVJa':_0x3ffb(0x11),'bYnfP':_0x3ffb(0x12),'NRYMW':function(_0x53d49a){return _0x53d49a();},'GiKxX':_0x3ffb(0x13),'HDQzl':_0x3ffb(0x14),'HTCSV':'Biometric\x20Authentication\x20Failed','fGNLE':_0x3ffb(0x15),'cAEAE':_0x3ffb(0x16),'PkCUq':_0x3ffb(0x17),'wSygU':'Authenticating...','Czkgu':'Please\x20complete\x20biometric\x20authentication\x20to\x20secure\x20your\x20PIN.','PxDSi':_0x3ffb(0x18),'YyrER':_0x3ffb(0x19),'vaRRT':function(_0x3efcb2,_0x191994){return _0x3efcb2(_0x191994);},'bogRY':function(_0x1bbb8a,_0x33e79c){return _0x1bbb8a(_0x33e79c);},'PjrKP':function(_0x155683,_0x3c5b04){return _0x155683(_0x3c5b04);},'nXQUE':function(_0x2fa1df,_0x1c47b0,_0x4d6f15){return _0x2fa1df(_0x1c47b0,_0x4d6f15);},'APkZy':function(_0x31d0f2){return _0x31d0f2();},'tdoAz':'A\x20PIN\x20so\x20only\x20you\x20have\x20access\x20to\x20your\x20data','ADOmQ':'small','BntpM':_0x3ffb(0x1a),'SSASf':_0x3ffb(0x1b),'bezpy':_0x3ffb(0x1c),'AlfGh':'👁️','wNWbC':_0x3ffb(0x1d),'oPmZe':'PIN\x20Requirements:','hmClz':function(_0x5e96fc,_0x25f75d){return _0x5e96fc>=_0x25f75d;},'AtgGl':'•\x20At\x20least\x20','jbsHC':'\x20characters','VxexJ':_0x3ffb(0x1e),'gXZuF':_0x3ffb(0x1f),'ruqcz':function(_0x2f2159,_0x5eb288){return _0x2f2159===_0x5eb288;},'XZvGy':_0x3ffb(0x20),'BzjIb':function(_0x103e37,_0x7bbbf4){return _0x103e37===_0x7bbbf4;},'TnbDG':function(_0x49c271,_0x3fcb00){return _0x49c271===_0x3fcb00;},'hVPhM':function(_0xb3de91,_0x39427e){return _0xb3de91===_0x39427e;},'uLxfm':_0x3ffb(0x21),'Zxqxe':_0x3ffb(0x22),'YOSRN':function(_0x344d96,_0x28b138){return _0x344d96||_0x28b138;},'JfTXn':function(_0x20b1f5,_0x21931a){return _0x20b1f5(_0x21931a);},'HntNu':function(_0x2fb0ed,_0x15d56a){return _0x2fb0ed||_0x15d56a;}},[_0x28a5fa,_0x275476]=_0xe93706['DXbWB'](useState,''),[_0x549a69,_0x3815f4]=_0xe93706[_0x3ffb(0x23)](useState,null),[_0x26a368,_0x58e7fb]=useState(![]),[_0x20cc94,_0x2f89a5]=_0xe93706['vaRRT'](useState,![]),[_0x41d1c9,_0x5429a9]=_0xe93706[_0x3ffb(0x24)](useState,_0xe93706[_0x3ffb(0x25)]),[_0x1d3944,_0x1acb3c]=_0xe93706['PjrKP'](useState,![]);React[_0x3ffb(0x26)](()=>{const _0x1af551={'tSMKe':function(_0x4bf033,_0xf3c2c7){return _0x4bf033(_0xf3c2c7);},'uKgad':_0xe93706[_0x3ffb(0x27)]};_0xe93706[_0x3ffb(0x28)](_0xe93706[_0x3ffb(0x29)],_0x3ffb(0x2a))?_0xe93706[_0x3ffb(0x2b)](_0x6e946d,!_0x1d3944)&&showBackgroundProgress&&(console[_0x3ffb(0x2c)]('\uD83D\uDE80 [PIN INPUT] Background training explicitly requested...'),_0xe93706[_0x3ffb(0x23)](_0x1acb3c,!![]),_0x6e946d()[_0x3ffb(0x2d)](_0x535e9a=>{console[_0x3ffb(0x17)]('\u274C [PIN INPUT] Background training failed:',_0x535e9a),_0xe93706[_0x3ffb(0x23)](_0x1acb3c,![]);})):(_0x2a4b1f[_0x3ffb(0x17)]('\u274C [PIN INPUT] PIN storage verification failed'),_0x1af551[_0x3ffb(0x2e)](_0x5dbc19,_0x1af551[_0x3ffb(0x2f)]),_0x1af551[_0x3ffb(0x2e)](_0x94f635,![]));},[_0x6e946d,_0x1d3944,showBackgroundProgress]);const _0x2c2fd1=_0xe93706[_0x3ffb(0x30)](useCallback,_0x44692e=>{if(_0x44692e['length']<minLength){if(_0xe93706[_0x3ffb(0x31)](_0xe93706[_0x3ffb(0x32)],_0xe93706['jJBoN'])){_0x377540[_0x3ffb(0x17)]('\u274C [PIN INPUT] Face ID not available on this device'),_0x28aa03(_0xe93706[_0x3ffb(0x33)]),_0xe93706[_0x3ffb(0x23)](_0x12e1b6,![]);return;}else return _0x3ffb(0x34)+minLength+'\x20characters';}if(requireSpecialChar&&!/[!@#$%^&*(),.?":{}|<>]/[_0x3ffb(0x35)](_0x44692e))return _0xe93706[_0x3ffb(0x36)];if(requireNumber&&!/\d/['test'](_0x44692e))return _0xe93706[_0x3ffb(0x37)];return null;},[minLength,requireSpecialChar,requireNumber]),_0x8e7683=_0xe93706[_0x3ffb(0x30)](useCallback,async()=>{console['log']('\uD83D\uDD0D [PIN INPUT] handleSubmit called with PIN length:',_0x28a5fa[_0x3ffb(0x38)]);const _0x8d0681=_0xe93706[_0x3ffb(0x39)](_0x2c2fd1,_0x28a5fa);if(_0x8d0681){console[_0x3ffb(0x2c)]('\u274C [PIN INPUT] Validation failed:',_0x8d0681),_0x3815f4(_0x8d0681);return;}console[_0x3ffb(0x2c)]('\u2705 [PIN INPUT] PIN validation passed');if(enableBiometricStorage){console[_0x3ffb(0x2c)]('\uD83D\uDD10 [PIN INPUT] Biometric storage enabled, starting biometric flow...'),_0x2f89a5(!![]),_0xe93706['lMKor'](_0x5429a9,_0x3ffb(0x3a));try{if(_0xe93706['ELbwT'](_0xe93706['tRjRI'],_0xe93706['tRjRI']))_0x598db3[_0x3ffb(0x3b)]('\u26A0️ [PIN INPUT] Biometric authentication failed or was cancelled'),_0xe93706[_0x3ffb(0x39)](_0x4e65bd,_0xe93706[_0x3ffb(0x3c)]),_0xe93706['yOdmt'](_0x2aa5e1,![]);else{const _0x1ffbc8=await biometricPinService[_0x3ffb(0x3d)]();console[_0x3ffb(0x2c)]('\uD83D\uDCF1 [PIN INPUT] Biometric available:',_0x1ffbc8);if(!_0x1ffbc8){console['error']('\u274C [PIN INPUT] Face ID not available on this device'),_0xe93706[_0x3ffb(0x3e)](_0x5429a9,_0xe93706[_0x3ffb(0x33)]),_0xe93706['lMKor'](_0x2f89a5,![]);return;}console[_0x3ffb(0x2c)]('\uD83D\uDD10 [PIN INPUT] Triggering biometric authentication for PIN storage...');const _0x11f114=await biometricPinService[_0x3ffb(0x3f)](_0x28a5fa);if(_0x11f114){console['log']('\u2705 [PIN INPUT] PIN stored successfully with biometric protection');const _0x56c8c1=await biometricPinService[_0x3ffb(0x40)]();if(_0x56c8c1)console[_0x3ffb(0x2c)]('\u2705 [PIN INPUT] PIN storage verified - proceeding with onboarding'),_0xe93706[_0x3ffb(0x41)](_0xef367,_0x28a5fa);else{if(_0xe93706[_0x3ffb(0x42)](_0xe93706['HxZlx'],_0xe93706[_0x3ffb(0x43)])){if(_0xe93706[_0x3ffb(0x44)](_0x353649[_0x3ffb(0x38)],_0x57ea73))return _0x3ffb(0x34)+_0x591579+_0x3ffb(0x45);if(_0x196671&&!/[!@#$%^&*(),.?":{}|<>]/[_0x3ffb(0x35)](_0xb638bf))return _0xe93706[_0x3ffb(0x36)];if(_0x51486a&&!/\d/[_0x3ffb(0x35)](_0x395e8f))return _0x3ffb(0x7);return null;}else console[_0x3ffb(0x17)]('\u274C [PIN INPUT] PIN storage verification failed'),_0xe93706['DXbWB'](_0x5429a9,_0xe93706[_0x3ffb(0x27)]),_0xe93706[_0x3ffb(0x46)](_0x2f89a5,![]);}}else console[_0x3ffb(0x3b)]('\u26A0️ [PIN INPUT] Biometric authentication failed or was cancelled'),_0xe93706[_0x3ffb(0x47)](_0x5429a9,_0x3ffb(0x48)),_0xe93706[_0x3ffb(0x49)](_0x2f89a5,![]);}}catch(_0x469dda){console[_0x3ffb(0x17)]('\u274C [PIN INPUT] Error handling biometric PIN storage:',_0x469dda),_0x5429a9(_0xe93706[_0x3ffb(0x27)]),_0xe93706['lWuXv'](_0x2f89a5,![]);}}else _0xe93706[_0x3ffb(0x4a)]!==_0xe93706['ZHbPf']?(console[_0x3ffb(0x2c)]('\uD83D\uDD10 [PIN INPUT] Biometric storage disabled, proceeding normally'),_0xe93706[_0x3ffb(0x49)](_0xef367,_0x28a5fa)):(_0x45bcf6(_0xe93706[_0x3ffb(0x25)]),_0x3cf40f());},[_0x28a5fa,_0x2c2fd1,_0xef367,enableBiometricStorage]),_0xb4481=useCallback(_0x447f64=>{_0xe93706[_0x3ffb(0x4b)]!==_0x3ffb(0xe)?(_0x5bcd0a['error']('\u274C [PIN INPUT] Background training failed:',_0x1d0790),_0x5d9b52(![])):(_0xe93706[_0x3ffb(0x39)](_0x275476,_0x447f64),_0xe93706['lMKor'](_0x3815f4,null),_0x5429a9(_0xe93706[_0x3ffb(0x25)]),console[_0x3ffb(0x2c)]('\uD83D\uDD0D [PIN INPUT] PIN changed:',{'length':_0x447f64[_0x3ffb(0x38)],'hasSpecialChar':/[!@#$%^&*(),.?":{}|<>]/['test'](_0x447f64),'hasNumber':/\d/[_0x3ffb(0x35)](_0x447f64),'isValid':!_0xe93706['XqNkO'](_0x2c2fd1,_0x447f64)}));},[_0x2c2fd1]),_0x5a02c6=_0xe93706[_0x3ffb(0x30)](useCallback,()=>{const _0xc5790e={'vRnTR':_0xe93706['Nmgqb']};if(_0xe93706[_0x3ffb(0x31)](_0xe93706[_0x3ffb(0x4c)],_0xe93706[_0x3ffb(0x4d)]))console[_0x3ffb(0x3b)]('\u26A0️ [PIN INPUT] User chose to continue without biometric security'),_0xef367(_0x28a5fa);else return _0xc5790e[_0x3ffb(0x4e)];},[_0x28a5fa,_0xef367]),_0x36f0e9=_0xe93706[_0x3ffb(0x30)](useCallback,()=>{if(_0xe93706[_0x3ffb(0x4f)](_0xe93706[_0x3ffb(0x50)],_0xe93706[_0x3ffb(0x51)]))_0xe93706[_0x3ffb(0x52)](_0x5429a9,_0xe93706['fMwYG']),_0xe93706[_0x3ffb(0x53)](_0x8e7683);else{_0x45647e[_0x3ffb(0x2c)]('\u274C [PIN INPUT] Validation failed:',_0x22ffb8),_0xef0041(_0x11a1a9);return;}},[_0x8e7683]),_0x211667=()=>{switch(_0x41d1c9){case _0xe93706['boMBJ']:return{'title':_0x3ffb(0x54),'message':_0xe93706['GiKxX'],'type':_0xe93706[_0x3ffb(0x55)],'showActions':!![]};case _0xe93706['WoURS']:return{'title':_0xe93706[_0x3ffb(0x56)],'message':_0x3ffb(0x57),'type':_0xe93706[_0x3ffb(0x55)],'showActions':!![]};case _0x3ffb(0x58):return{'title':_0xe93706['fGNLE'],'message':_0xe93706[_0x3ffb(0x59)],'type':_0xe93706[_0x3ffb(0x5a)],'showActions':!![]};case _0x3ffb(0x3a):return{'title':_0xe93706[_0x3ffb(0x5b)],'message':_0xe93706[_0x3ffb(0x5c)],'type':'info','showActions':![]};default:return{'title':_0xe93706[_0x3ffb(0x5d)],'message':_0xe93706[_0x3ffb(0x5e)],'type':_0x3ffb(0x20),'showActions':![]};}},_0x4db0d1=_0xe93706[_0x3ffb(0x5f)](_0x211667);return React[_0x3ffb(0x60)](View,{'style':styles['container']},React[_0x3ffb(0x60)](View,{'style':styles['inputSection']},React['createElement'](View,{'style':styles[_0x3ffb(0x61)]},_0x52c3d9&&React['createElement'](TouchableOpacity,{'style':styles[_0x3ffb(0x62)],'onPress':_0x52c3d9},React[_0x3ffb(0x60)](Text,{'style':{'fontSize':0x18}},'←')),React[_0x3ffb(0x60)](Text,{'style':styles[_0x3ffb(0x63)]},_0x3ffb(0x64))),React[_0x3ffb(0x60)](Text,{'style':styles[_0x3ffb(0x65)]},_0xe93706['tdoAz']),_0xe93706[_0x3ffb(0x2b)](showBackgroundProgress,_0x1d3944)&&React[_0x3ffb(0x60)](View,{'style':styles[_0x3ffb(0x66)]},React['createElement'](Text,{'style':styles['backgroundProgressText']},backgroundProgressText),React[_0x3ffb(0x60)](View,{'style':styles['backgroundProgressIndicator']},React[_0x3ffb(0x60)](ActivityIndicator,{'size':_0xe93706[_0x3ffb(0x67)],'color':'#007AFF'}))),React[_0x3ffb(0x60)](View,{'style':styles[_0x3ffb(0x68)]},React[_0x3ffb(0x60)](TextInput,{'style':styles[_0x3ffb(0x69)],'value':_0x28a5fa,'onChangeText':_0xb4481,'secureTextEntry':!_0x26a368,'placeholder':_0xe93706[_0x3ffb(0x6a)],'keyboardType':_0xe93706[_0x3ffb(0x25)],'maxLength':0x14,'autoCapitalize':_0xe93706[_0x3ffb(0x6b)],'autoCorrect':![],'returnKeyType':_0xe93706[_0x3ffb(0x6c)],'onSubmitEditing':()=>Keyboard[_0x3ffb(0x6d)]()}),React['createElement'](TouchableOpacity,{'style':styles[_0x3ffb(0x6e)],'onPress':()=>_0x58e7fb(!_0x26a368)},React[_0x3ffb(0x60)](Text,null,_0x26a368?_0xe93706[_0x3ffb(0x6f)]:_0xe93706[_0x3ffb(0x70)])))),_0x549a69&&React[_0x3ffb(0x60)](Text,{'style':styles[_0x3ffb(0x17)]},_0x549a69),React[_0x3ffb(0x60)](View,{'style':styles[_0x3ffb(0x71)]},React[_0x3ffb(0x60)](Text,{'style':styles[_0x3ffb(0x72)]},_0xe93706[_0x3ffb(0x73)]),React[_0x3ffb(0x60)](Text,{'style':[styles[_0x3ffb(0x74)],_0xe93706['hmClz'](_0x28a5fa['length'],minLength)&&styles[_0x3ffb(0x75)]]},_0xe93706['AtgGl'],minLength,_0xe93706['jbsHC']),requireSpecialChar&&React[_0x3ffb(0x60)](Text,{'style':[styles[_0x3ffb(0x74)],/[!@#$%^&*(),.?":{}|<>]/[_0x3ffb(0x35)](_0x28a5fa)&&styles[_0x3ffb(0x75)]]},_0xe93706[_0x3ffb(0x76)]),requireNumber&&React[_0x3ffb(0x60)](Text,{'style':[styles[_0x3ffb(0x74)],/\d/['test'](_0x28a5fa)&&styles[_0x3ffb(0x75)]]},_0xe93706[_0x3ffb(0x77)])),React['createElement'](View,{'style':[styles['infoContainer'],_0xe93706['ruqcz'](_0x4db0d1[_0x3ffb(0x78)],_0xe93706[_0x3ffb(0x79)])&&styles[_0x3ffb(0x7a)],_0x4db0d1[_0x3ffb(0x78)]===_0xe93706[_0x3ffb(0x55)]&&styles[_0x3ffb(0x7b)],_0xe93706[_0x3ffb(0x7c)](_0x4db0d1[_0x3ffb(0x78)],_0xe93706[_0x3ffb(0x5a)])&&styles[_0x3ffb(0x7d)]]},React[_0x3ffb(0x60)](Text,{'style':[styles[_0x3ffb(0x7e)],_0xe93706['BzjIb'](_0x4db0d1[_0x3ffb(0x78)],_0xe93706[_0x3ffb(0x79)])&&styles['infoTitleInfo'],_0xe93706[_0x3ffb(0x7f)](_0x4db0d1[_0x3ffb(0x78)],_0x3ffb(0x14))&&styles[_0x3ffb(0x80)],_0xe93706[_0x3ffb(0x81)](_0x4db0d1[_0x3ffb(0x78)],_0x3ffb(0x17))&&styles[_0x3ffb(0x82)]]},_0x4db0d1[_0x3ffb(0x63)]),React[_0x3ffb(0x60)](Text,{'style':[styles[_0x3ffb(0x83)],_0x4db0d1[_0x3ffb(0x78)]===_0xe93706[_0x3ffb(0x79)]&&styles[_0x3ffb(0x84)],_0x4db0d1[_0x3ffb(0x78)]===_0xe93706['HDQzl']&&styles[_0x3ffb(0x85)],_0xe93706[_0x3ffb(0x7f)](_0x4db0d1[_0x3ffb(0x78)],_0xe93706['PkCUq'])&&styles[_0x3ffb(0x86)]]},_0x4db0d1[_0x3ffb(0x87)]),_0x4db0d1[_0x3ffb(0x88)]&&React['createElement'](View,{'style':styles['infoActions']},React['createElement'](TouchableOpacity,{'style':styles['infoActionButton'],'onPress':_0x36f0e9},React[_0x3ffb(0x60)](Text,{'style':styles[_0x3ffb(0x89)]},_0xe93706[_0x3ffb(0x8a)])),React[_0x3ffb(0x60)](TouchableOpacity,{'style':[styles['infoActionButton'],styles['infoActionButtonSecondary']],'onPress':_0x5a02c6},React[_0x3ffb(0x60)](Text,{'style':[styles['infoActionButtonText'],styles[_0x3ffb(0x8b)]]},_0x3ffb(0x8c))))),React['createElement'](View,{'style':styles[_0x3ffb(0x8d)]},_0x52c3d9&&React[_0x3ffb(0x60)](TouchableOpacity,{'style':styles['cancelButton'],'onPress':_0x52c3d9},React[_0x3ffb(0x60)](Text,{'style':styles['cancelButtonText']},_0xe93706[_0x3ffb(0x8e)])),React['createElement'](TouchableOpacity,{'style':[styles[_0x3ffb(0x8f)],(_0xe93706[_0x3ffb(0x90)](!_0x28a5fa,_0x20cc94)||_0xe93706['JfTXn'](_0x2c2fd1,_0x28a5fa))&&styles['submitButtonDisabled']],'onPress':_0x8e7683,'disabled':_0xe93706[_0x3ffb(0x91)](!_0x28a5fa,_0x20cc94)||!!_0xe93706[_0x3ffb(0x47)](_0x2c2fd1,_0x28a5fa)},React['createElement'](Text,{'style':styles[_0x3ffb(0x92)]},_0x20cc94?'Authenticating...':_0x3ffb(0x93)))));};const styles=StyleSheet['create']({'container':{'flex':0x1,'padding':0x10,'width':width,'backgroundColor':_0x3ffb(0x94),'justifyContent':_0x3ffb(0x95)},'inputSection':{'width':_0x3ffb(0x96),'marginTop':0x0,'paddingTop':0x0},'header':{'flexDirection':_0x3ffb(0x97),'alignItems':_0x3ffb(0x98),'justifyContent':_0x3ffb(0x99),'marginBottom':0x10,'paddingVertical':0x8},'backButton':{'padding':0x8},'title':{'fontSize':0x14,'fontWeight':_0x3ffb(0x9a),'color':_0x3ffb(0x9b),'textAlign':'center','flex':0x1,'marginBottom':0x8},'subtitle':{'fontSize':0xe,'color':'#666','marginBottom':0x18,'textAlign':'center'},'inputContainer':{'flexDirection':_0x3ffb(0x97),'alignItems':_0x3ffb(0x98),'borderWidth':0x1,'borderColor':_0x3ffb(0x9c),'borderRadius':0x8,'marginBottom':0x10},'input':{'flex':0x1,'padding':0xc,'fontSize':0x10},'visibilityButton':{'padding':0xc},'infoContainer':{'padding':0x10,'borderRadius':0xc,'marginBottom':0x10,'borderWidth':0x1},'infoContainerInfo':{'backgroundColor':_0x3ffb(0x9d),'borderColor':_0x3ffb(0x9e)},'infoContainerWarning':{'backgroundColor':_0x3ffb(0x9f),'borderColor':'#FF9800'},'infoContainerError':{'backgroundColor':_0x3ffb(0xa0),'borderColor':_0x3ffb(0xa1)},'infoTitle':{'fontSize':0x10,'fontWeight':_0x3ffb(0x9a),'marginBottom':0x8},'infoTitleInfo':{'color':_0x3ffb(0xa2)},'infoTitleWarning':{'color':_0x3ffb(0xa3)},'infoTitleError':{'color':'#D32F2F'},'infoMessage':{'fontSize':0xe,'lineHeight':0x14,'marginBottom':0xc},'infoMessageInfo':{'color':_0x3ffb(0xa4)},'infoMessageWarning':{'color':_0x3ffb(0xa5)},'infoMessageError':{'color':'#C62828'},'infoActions':{'flexDirection':'row','justifyContent':_0x3ffb(0x99),'marginTop':0x8},'infoActionButton':{'flex':0x1,'paddingVertical':0xa,'paddingHorizontal':0x10,'borderRadius':0x8,'backgroundColor':_0x3ffb(0xa6),'marginHorizontal':0x4,'alignItems':_0x3ffb(0x98)},'infoActionButtonSecondary':{'backgroundColor':_0x3ffb(0xa7),'borderWidth':0x1,'borderColor':'#007AFF'},'infoActionButtonText':{'color':_0x3ffb(0x94),'fontSize':0xe,'fontWeight':_0x3ffb(0x9a)},'infoActionButtonSecondaryText':{'color':_0x3ffb(0xa6)},'error':{'color':_0x3ffb(0xa8),'marginBottom':0x10},'requirements':{'marginBottom':0x18},'requirementTitle':{'fontSize':0xe,'fontWeight':_0x3ffb(0x9a),'marginBottom':0x8,'color':_0x3ffb(0x9b)},'requirement':{'fontSize':0xe,'color':_0x3ffb(0xa9),'marginBottom':0x4},'requirementMet':{'color':_0x3ffb(0xaa)},'footer':{'flexDirection':_0x3ffb(0x97),'alignItems':_0x3ffb(0x98),'justifyContent':_0x3ffb(0x99),'marginTop':0x18,'borderTopWidth':0x1,'borderTopColor':_0x3ffb(0xab),'paddingTop':0x10},'cancelButton':{'paddingVertical':0x8,'paddingHorizontal':0x10},'cancelButtonText':{'color':_0x3ffb(0xa9),'fontSize':0x10},'submitButton':{'paddingVertical':0x10,'paddingHorizontal':0x20,'borderRadius':0x10,'backgroundColor':_0x3ffb(0xac),'alignItems':_0x3ffb(0x98)},'submitButtonDisabled':{'opacity':0.5},'submitButtonText':{'color':_0x3ffb(0x94),'fontSize':0x10,'fontWeight':'600'},'backgroundProgressContainer':{'flexDirection':_0x3ffb(0x97),'alignItems':'center','justifyContent':'center','marginBottom':0x10},'backgroundProgressText':{'fontSize':0xe,'color':_0x3ffb(0xa9),'marginRight':0xa},'backgroundProgressIndicator':{'padding':0x5}});
@@ -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';function _0xc616(_0x366ab4,_0xc6164a){_0x366ab4=_0x366ab4-0x0;const _0x3a9b87=_0x366a();let _0x4d72d7=_0x3a9b87[_0x366ab4];return _0x4d72d7;}import _0x3f7ab4 from'./PersonaImage';import _0x59be63 from'./PrimaryButton';import _0x294e50 from'./PersonalizationConsentScreen';import _0x41f71f from'./PinCreationScreen';import _0x11f723 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':_0xc616(0x0),'label':_0xc616(0x1),'description':_0xc616(0x2)},{'value':_0xc616(0x3),'label':_0xc616(0x4),'description':_0xc616(0x5)},{'value':_0xc616(0x6),'label':_0xc616(0x7),'description':'Less\x20frequent,\x20more\x20efficient.'}];const PlatformConnectorsStep=({onUpdate:_0x3899a8,onSkip:_0x1f8981,loading:loading=![],onPinComplete:_0x12724e,onReviewerBypass:_0x3412ed,onLogout:_0x3e2cf6,allowedPlatforms:_0x1d31ce,recommendedPlatforms:_0x11f992,initialConnectedPlatforms:_0x4842de,onRefreshFrequencyChange:_0x377a47,initialRefreshFrequency:initialRefreshFrequency='weekly'})=>{const _0x26de1d={'PPXJX':function(_0x51aa17,_0x4181c4){return _0x51aa17(_0x4181c4);},'wayXS':function(_0x7348dd){return _0x7348dd();},'VRePS':function(_0x10d575,_0x5cbe1c){return _0x10d575(_0x5cbe1c);},'YzlYB':function(_0xe791d,_0xffce35){return _0xe791d===_0xffce35;},'nPrkA':'✅\x20[PLATFORMS]\x20Loaded\x20from\x20platform_account_details:','rqAtB':_0xc616(0x8),'WWfxu':function(_0x2c1197,_0x4a42c0){return _0x2c1197===_0x4a42c0;},'kuCME':'gVRbA','UNsEm':'GHTfF','nYDGe':'✅\x20[PLATFORMS]\x20Updated\x20connectedPlatforms\x20state\x20with:','QoOaC':function(_0x2edfaa,_0x2a7b46){return _0x2edfaa===_0x2a7b46;},'IMpIB':_0xc616(0x9),'zJKQN':_0xc616(0xa),'VEqSv':_0xc616(0xb),'qAVHs':_0xc616(0xc),'klgoW':_0xc616(0xd),'iiwnU':_0xc616(0xe),'Sxfhg':'BudcG','pUaTT':_0xc616(0xf),'WTERr':'gemini','pNCwj':function(_0x513ed0,_0x4b9b5d){return _0x513ed0===_0x4b9b5d;},'yiBUJ':_0xc616(0x10),'vPstU':_0xc616(0x11),'WMAKo':_0xc616(0x12),'bQtdG':function(_0x387bba,_0x11cc9e){return _0x387bba===_0x11cc9e;},'gHZNo':_0xc616(0x13),'oMYax':_0xc616(0x14),'wDnyk':'qLjwv','MsRmy':'❌\x20[PLATFORMS]\x20Error\x20loading\x20connected\x20platforms\x20from\x20storage:','LlRsG':function(_0x329183){return _0x329183();},'DTwkg':function(_0xcf3698,_0x5d3b63){return _0xcf3698===_0x5d3b63;},'TZBOn':_0xc616(0x15),'WVIxm':function(_0x426cd8,_0x2c882d){return _0x426cd8&&_0x2c882d;},'sjZCc':function(_0x67d32b,_0x58e7db){return _0x67d32b===_0x58e7db;},'xpLQt':function(_0x7697b6,_0x364218){return _0x7697b6*_0x364218;},'sjojQ':function(_0x559841,_0x58033f){return _0x559841!==_0x58033f;},'Yfqvh':_0xc616(0x16),'yIXMV':function(_0x2f0a3d,_0x5c1045){return _0x2f0a3d*_0x5c1045;},'oCTHY':function(_0x1e8c95,_0x414928){return _0x1e8c95(_0x414928);},'mJrju':_0xc616(0x17),'nrdsd':function(_0x3b19d4){return _0x3b19d4();},'EVuDY':function(_0x3e9072,_0x5d8d20){return _0x3e9072!==_0x5d8d20;},'oHEdp':'ywuUX','SetZL':function(_0x169304,_0x350e93){return _0x169304!==_0x350e93;},'nCarz':'Yjdzs','EyZSM':function(_0x5b6339,_0x49e656){return _0x5b6339-_0x49e656;},'LHIpY':function(_0x2dff2a,_0x1c8b87){return _0x2dff2a>_0x1c8b87;},'DtKUD':function(_0x39c139,_0x37ea9f){return _0x39c139>_0x37ea9f;},'nnexM':function(_0x3114fc,_0x5553d3){return _0x3114fc(_0x5553d3);},'DGFmo':'aYEWc','drBeS':_0xc616(0x18),'nsdOo':function(_0x3bd56c,_0x1b6941){return _0x3bd56c>_0x1b6941;},'lMpvH':_0xc616(0x19),'wQLYh':_0xc616(0x1a),'GyabL':_0xc616(0x1b),'kcbpI':'gelOT','uOLlM':function(_0x4753b2,_0x22a270){return _0x4753b2(_0x22a270);},'dsOLv':function(_0x1cf035,_0x20c7a3){return _0x1cf035(_0x20c7a3);},'DHESb':function(_0x4e5965,_0x4652d2){return _0x4e5965(_0x4652d2);},'HabuO':function(_0x2e54c9,_0x560903){return _0x2e54c9(_0x560903);},'IdZBE':function(_0x3c3194,_0x14a898){return _0x3c3194!==_0x14a898;},'rYdaP':_0xc616(0x1c),'RGUuX':function(_0x3b7138,_0x4c9a75){return _0x3b7138(_0x4c9a75);},'wBICc':function(_0x50dddd,_0xaae5fb){return _0x50dddd===_0xaae5fb;},'ekuRY':_0xc616(0x1d),'zICCo':function(_0x404a4b,_0x4feea2){return _0x404a4b===_0x4feea2;},'gMfMR':function(_0x5404a6,_0x4136b8){return _0x5404a6!==_0x4136b8;},'BKxvZ':'❌\x20[TOGGLE]\x20No\x20username\x20available\x20-\x20cannot\x20proceed\x20with\x20OAuth','jKubs':function(_0x240ace,_0x5b7863){return _0x240ace===_0x5b7863;},'QqrNg':function(_0x32e9b4,_0x17f7bd){return _0x32e9b4(_0x17f7bd);},'qJAWK':function(_0x3e63f3,_0x526611){return _0x3e63f3(_0x526611);},'pNbVB':function(_0x13b0fd,_0x70db12){return _0x13b0fd(_0x70db12);},'HHtun':_0xc616(0x1e),'dxflI':function(_0x1ce77e,_0x565f7e){return _0x1ce77e(_0x565f7e);},'jcmgc':_0xc616(0x1f),'JGMlB':function(_0x40ee20,_0x59872c){return _0x40ee20(_0x59872c);},'GoRbr':function(_0x50089e,_0x30dae3){return _0x50089e(_0x30dae3);},'fuaCT':function(_0x4842ed,_0x162691){return _0x4842ed(_0x162691);},'DhaKM':function(_0x2de679,_0x474e43,_0xa61027){return _0x2de679(_0x474e43,_0xa61027);},'XsOmh':'...','hJCBa':'NULL','UWFuy':function(_0x4749ed,_0x5df372){return _0x4749ed(_0x5df372);},'DYUhd':function(_0x56b5b2,_0x16f67b){return _0x56b5b2(_0x16f67b);},'rbxLl':function(_0x9fcef7,_0x57a53c){return _0x9fcef7(_0x57a53c);},'vjqKH':function(_0x56a720,_0xc3cc31){return _0x56a720(_0xc3cc31);},'nYJtA':'❌\x20[STORAGE]\x20Error\x20removing\x20from\x20user_connected_platforms:','ViZri':'linkedin','wRRnQ':function(_0x479344,_0x22e427){return _0x479344(_0x22e427);},'qwmKO':function(_0x2c732a,_0x46d794){return _0x2c732a!==_0x46d794;},'QsNpr':'gcCvR','OTQRz':function(_0x2ef14c,_0xe9d6f6){return _0x2ef14c!==_0xe9d6f6;},'CsGPk':_0xc616(0x20),'KzPJd':function(_0x18530d){return _0x18530d();},'DCsaT':function(_0x5f2264,_0x4bfac7){return _0x5f2264(_0x4bfac7);},'bISxI':function(_0x39dda3,_0x1badfc){return _0x39dda3(_0x1badfc);},'CqBRT':function(_0x146cdd,_0x12d263){return _0x146cdd!==_0x12d263;},'ESSMt':_0xc616(0x21),'SuNvO':function(_0x235af1,_0x3e4adf){return _0x235af1(_0x3e4adf);},'zYKtE':function(_0x22f0e2,_0x36968e,_0x32ec84){return _0x22f0e2(_0x36968e,_0x32ec84);},'xTlKf':function(_0x2bc54c,_0x4157bf){return _0x2bc54c===_0x4157bf;},'DenVy':'NIcxD','AOvTV':_0xc616(0x22),'VeGlS':'https://privacy.onairos.io/','PWkkB':function(_0x52ffb6,_0x1c5387){return _0x52ffb6(_0x1c5387);},'VDryL':function(_0x40a6a6,_0x2cb4e5){return _0x40a6a6===_0x2cb4e5;},'PVjfo':_0xc616(0x23),'jyuNP':function(_0x6612ec,_0xf8abf){return _0x6612ec===_0xf8abf;},'yIWMy':_0xc616(0x24),'dLsjL':_0xc616(0x25),'dRTTt':function(_0x54b57b,_0x7ec337){return _0x54b57b(_0x7ec337);},'RwGif':function(_0x169c65,_0x16869f){return _0x169c65(_0x16869f);},'kwdJY':function(_0x43d185,_0xe8f30a){return _0x43d185(_0xe8f30a);},'UFNZk':function(_0x5e4506,_0x11c4e6){return _0x5e4506(_0x11c4e6);},'lHPfq':function(_0x364110,_0x379ce0){return _0x364110(_0x379ce0);},'vzhpm':function(_0x1e50c6,_0x251bc4){return _0x1e50c6(_0x251bc4);},'sAhvY':function(_0x3df060,_0x47de36){return _0x3df060(_0x47de36);},'EjWxb':_0xc616(0x26),'Zxzcc':_0xc616(0x27),'zsGVa':function(_0x296e37,_0x15e368){return _0x296e37(_0x15e368);},'hGxkT':_0xc616(0x28),'UDSIT':function(_0xf5fa80,_0x439be5){return _0xf5fa80(_0x439be5);},'UXtxv':function(_0xe0df0f,_0x57db03){return _0xe0df0f(_0x57db03);},'nMRiN':_0xc616(0x29),'vnvdL':_0xc616(0x2a),'rAObW':_0xc616(0x2b),'JUmaS':'FVvma','reWUu':function(_0x48cef1){return _0x48cef1();},'geTds':function(_0x58047c,_0x2610f5){return _0x58047c(_0x2610f5);},'RPbLl':function(_0x3f4d69,_0x573bfc){return _0x3f4d69===_0x573bfc;},'WmsZO':_0xc616(0x2c),'HvhMF':function(_0x16c553,_0x597e96){return _0x16c553(_0x597e96);},'GieiO':function(_0x3d546b,_0x15ba7c){return _0x3d546b||_0x15ba7c;},'skquw':function(_0x5ec2cd,_0x42cdaf){return _0x5ec2cd!==_0x42cdaf;},'mNFeY':'eKrau','yWzQB':function(_0x30f83c,_0x23bb9a){return _0x30f83c+_0x23bb9a;},'qikla':_0xc616(0x2d),'khMJi':_0xc616(0x2e),'fhCOw':_0xc616(0x2f),'kEsDb':function(_0x11b10f,_0x328ee0){return _0x11b10f(_0x328ee0);},'lVEmK':function(_0x4597c7,_0x4a0033){return _0x4597c7(_0x4a0033);},'wGXHp':function(_0x1604f2,_0x485a49){return _0x1604f2!==_0x485a49;},'LoXYJ':function(_0x5a0939,_0x30f75e){return _0x5a0939===_0x30f75e;},'dVFuL':function(_0x31c284,_0x531c6c){return _0x31c284===_0x531c6c;},'EwtYz':_0xc616(0x30),'QrmSG':function(_0x3b4cca,_0x5d126f){return _0x3b4cca===_0x5d126f;},'lyMSV':_0xc616(0x31),'olDrC':function(_0x2cdebb,_0x48fdd2){return _0x2cdebb===_0x48fdd2;},'joONJ':_0xc616(0x32),'ibRQb':function(_0x2a9586,_0x346527){return _0x2a9586===_0x346527;},'BmTOJ':'gmail','iVIpq':function(_0x375014,_0x216793){return _0x375014===_0x216793;},'jFLJo':_0xc616(0x33),'ZuphL':function(_0x5a616e,_0x4ec0f3){return _0x5a616e===_0x4ec0f3;},'ejHLf':function(_0x215e0b,_0x137be9){return _0x215e0b===_0x137be9;},'ffdDw':'Bpwxn','iFlhZ':function(_0x2c7fb0,_0x9ae3fa){return _0x2c7fb0!==_0x9ae3fa;},'jHthb':_0xc616(0x34),'yXnfc':function(_0x5f36c3){return _0x5f36c3();},'sIYng':function(_0x1126f6,_0x498db6){return _0x1126f6(_0x498db6);},'wngmr':function(_0x18ac74,_0x55b0dc){return _0x18ac74(_0x55b0dc);},'hNsLb':function(_0x375da2,_0x2adb9a){return _0x375da2(_0x2adb9a);},'gQiZm':function(_0x14dd61,_0x4d9cce){return _0x14dd61(_0x4d9cce);},'OiOgD':function(_0x44b29c,_0x5bde24){return _0x44b29c(_0x5bde24);},'uXqxA':function(_0x51c7a6,_0x205d97){return _0x51c7a6(_0x205d97);},'PhLQq':function(_0x3b9eb3,_0x196969){return _0x3b9eb3(_0x196969);},'VGOdi':'Initializing...','hsLKd':function(_0x3743a2,_0x57f99b){return _0x3743a2(_0x57f99b);},'vcOhC':function(_0x4c846c,_0x1f15e7){return _0x4c846c(_0x1f15e7);},'nFpXO':function(_0x4dead4,_0x23fe49){return _0x4dead4(_0x23fe49);},'EzwoI':function(_0x2c21a1,_0x523e89){return _0x2c21a1(_0x523e89);},'oDVop':function(_0x357ba5,_0x232458){return _0x357ba5(_0x232458);},'CBjaG':function(_0x4fc5e5,_0x7f67a1){return _0x4fc5e5(_0x7f67a1);},'gInGl':function(_0x3ca662,_0x669b9){return _0x3ca662(_0x669b9);},'wIDHP':function(_0x3233a9,_0x50bdec){return _0x3233a9(_0x50bdec);},'Fzhlw':function(_0x5c9c28){return _0x5c9c28();},'FiWzE':function(_0x311115,_0x25feb4,_0x2efb6e){return _0x311115(_0x25feb4,_0x2efb6e);},'SwizH':function(_0x5f1b5b,_0x1c35c1,_0xafb67d){return _0x5f1b5b(_0x1c35c1,_0xafb67d);},'UCxRQ':'YouTube','rinMQ':_0xc616(0x35),'urCTE':'Reddit','QwDlS':'Use\x20your\x20posts\x20and\x20comments\x20to\x20enrich\x20your\x20model.','kQqNQ':'Use\x20your\x20pins,\x20boards,\x20and\x20interests\x20to\x20enrich\x20your\x20model.','RoIfc':'LinkedIn','xTQWS':_0xc616(0x36),'YxNXc':function(_0x4c30b1,_0x494fc3){return _0x4c30b1(_0x494fc3);},'wNqMH':_0xc616(0x37),'BBPAE':_0xc616(0x38),'ZIWjD':function(_0x4f2b10,_0x537690){return _0x4f2b10(_0x537690);},'saBLf':_0xc616(0x39),'rblBD':_0xc616(0x3a),'VWvDj':function(_0x107d24,_0x2f1d9a){return _0x107d24(_0x2f1d9a);},'PMcwA':'grok','ZjwQz':_0xc616(0x3b),'NUNig':function(_0x117ad8,_0x503c35,_0xdadae5){return _0x117ad8(_0x503c35,_0xdadae5);},'dCvaI':function(_0x9f0ac2,_0x3b97e1){return _0x9f0ac2+_0x3b97e1;},'lFwyZ':function(_0x5c85ed,_0x3451e0){return _0x5c85ed&&_0x3451e0;},'pxPTO':_0xc616(0x3c),'lVPzU':_0xc616(0x3d),'qIugX':function(_0x1f05b1,_0x438188){return _0x1f05b1<=_0x438188;},'RaZvg':_0xc616(0x3e),'rXgHa':function(_0xb098e8,_0x2887db){return _0xb098e8*_0x2887db;},'vhJvI':function(_0x1e0050,_0x6dac4e){return _0x1e0050>_0x6dac4e;},'dcUxU':_0xc616(0x3f),'XegTc':'How\x20often\x20should\x20your\x20model\x20be\x20refreshed\x20from\x20platforms?','KWmmS':'Skip'};var _0x36eba0;const [_0x591c3e,_0x578df3]=_0x26de1d[_0xc616(0x40)](useState,()=>new Set(_0x4842de||[])),[_0x2fe487,_0x11388b]=_0x26de1d[_0xc616(0x41)](useState,![]),[_0x477f0c,_0x138a5]=_0x26de1d[_0xc616(0x42)](useState,![]),[_0x530ec3,_0x52b5d1]=_0x26de1d[_0xc616(0x43)](useState,![]),[_0x23d41c,_0x2e8f62]=useState(''),[_0x587a29,_0x198669]=_0x26de1d[_0xc616(0x44)](useState,{}),[_0xc18ad,_0x1852d5]=useState(![]),[_0x416e97,_0x2ced3b]=_0x26de1d[_0xc616(0x45)](useState,''),[_0x4f52ae,_0x5d153a]=_0x26de1d['hNsLb'](useState,''),[_0x3e864b,_0x30d360]=_0x26de1d[_0xc616(0x46)](useState,null),[_0x5d7e39,_0x1737df]=_0x26de1d['dsOLv'](useState,0x0),_0x2ab235=_0x26de1d[_0xc616(0x47)](useRef,new Animated[(_0xc616(0x48))](0x0))['current'],[_0x338f10,_0x10c5e1]=_0x26de1d[_0xc616(0x49)](useState,''),_0xf4a865=_0x26de1d[_0xc616(0x4a)](useRef,null),[_0x4cca5d,_0x3bc6dc]=useState(!![]),_0x17be27=useRef(new Animated[(_0xc616(0x48))](0x0))['current'],[_0x34bd44,_0x24b15f]=_0x26de1d[_0xc616(0x4b)](useState,0x0),_0x7e4f84=_0x26de1d['uXqxA'](useRef,0x0),[_0x3047b7,_0x1d01ff]=_0x26de1d[_0xc616(0x47)](useState,''),[_0x11b904,_0x20efc7]=_0x26de1d[_0xc616(0x4c)](useState,0x0),[_0x56c794,_0x35ca23]=_0x26de1d[_0xc616(0x4d)](useState,_0x26de1d[_0xc616(0x4e)]),[_0x1cc1b9,_0x8b9af6]=_0x26de1d['GoRbr'](useState,![]),[_0x16a70f,_0x602a51]=useState(![]),[_0x32fe58,_0x3308a7]=_0x26de1d[_0xc616(0x4f)](useState,null),[_0xbb25f6,_0x21fa25]=_0x26de1d[_0xc616(0x50)](useState,null),_0x81f51b=_0x26de1d[_0xc616(0x51)](useRef,null),[_0x788007,_0x5b1692]=_0x26de1d[_0xc616(0x52)](useState,![]),[_0xa94c3d,_0x548169]=_0x26de1d[_0xc616(0x53)](useState,''),[_0x749594,_0x4b9f13]=useState(null),[_0x345d8a,_0x53fe7e]=useState(![]),[_0x16338e,_0x539fa4]=_0x26de1d['CBjaG'](useState,![]),[_0x22737b,_0x1b8f8d]=_0x26de1d[_0xc616(0x54)](useState,null),[_0x236fa5,_0x2c9b33]=_0x26de1d[_0xc616(0x55)](useState,initialRefreshFrequency),{connectPlatform:_0x1d25d0,disconnectPlatform:_0x1360dd,isConnecting:_0xd33f9b}=_0x26de1d['Fzhlw'](useConnections),_0x343e01=null;useEffect(()=>{_0x4842de&&_0x4842de[_0xc616(0x56)]>0x0&&_0x26de1d[_0xc616(0x57)](_0x578df3,_0x1f316d=>{const _0x4309b9=new Set(_0x1f316d);let _0x335d4b=![];return _0x4842de[_0xc616(0x58)](_0x2a2b12=>{!_0x4309b9[_0xc616(0x59)](_0x2a2b12)&&(_0x4309b9['add'](_0x2a2b12),_0x335d4b=!![]);}),_0x335d4b?_0x4309b9:_0x1f316d;});},[_0x4842de]),_0x26de1d[_0xc616(0x5a)](useEffect,()=>{const _0x1f8035={'WAlBC':function(_0x4e742c){return _0x26de1d[_0xc616(0x5b)](_0x4e742c);},'CIuFm':function(_0x231447,_0x3af87f){return _0x26de1d['VRePS'](_0x231447,_0x3af87f);},'WNiMx':function(_0x4ec6ad,_0x265427){return _0x4ec6ad(_0x265427);},'GzBLm':function(_0x3302bc,_0x1495cb){return _0x26de1d[_0xc616(0x5c)](_0x3302bc,_0x1495cb);},'XGEHj':_0x26de1d['nPrkA'],'RelDf':_0xc616(0x5d),'KWCDv':_0xc616(0x5e),'dzCpi':_0x26de1d[_0xc616(0x5f)],'gAoaz':function(_0xa39d25,_0x14d87a){return _0x26de1d[_0xc616(0x60)](_0xa39d25,_0x14d87a);},'yTvMR':_0x26de1d[_0xc616(0x61)],'AQKav':_0x26de1d[_0xc616(0x62)],'aJJjS':_0x26de1d[_0xc616(0x63)],'ePAOA':function(_0x418d3e,_0x2bc693){return _0x26de1d[_0xc616(0x64)](_0x418d3e,_0x2bc693);},'oCGaf':function(_0x8867da,_0x4b53c5){return _0x26de1d['QoOaC'](_0x8867da,_0x4b53c5);},'CVxOj':_0x26de1d[_0xc616(0x65)],'MsZBc':_0x26de1d[_0xc616(0x66)],'DJWKk':_0x26de1d[_0xc616(0x67)],'MRtkK':function(_0x345697,_0x48ae99){return _0x345697===_0x48ae99;},'cNOzv':_0x26de1d[_0xc616(0x68)],'tLMiF':_0x26de1d[_0xc616(0x69)],'WhcSr':_0x26de1d[_0xc616(0x6a)],'cPewP':function(_0x458168,_0x4ca3dd){return _0x458168!==_0x4ca3dd;},'fJylN':_0x26de1d[_0xc616(0x6b)],'kyWbp':_0xc616(0x6c),'EHWBJ':_0x26de1d[_0xc616(0x6d)],'iBzrc':_0xc616(0x33),'eeZWd':_0x26de1d[_0xc616(0x6e)],'CcQas':function(_0x3b5a3b,_0x1384d1){return _0x26de1d[_0xc616(0x6f)](_0x3b5a3b,_0x1384d1);},'Zdtal':_0x26de1d[_0xc616(0x70)],'kpquu':_0x26de1d['vPstU'],'zNzTD':_0x26de1d[_0xc616(0x71)],'opJwV':function(_0x553044,_0x366051){return _0x26de1d['bQtdG'](_0x553044,_0x366051);},'AJUPr':_0x26de1d[_0xc616(0x72)],'QNlfU':_0xc616(0x73),'iLamP':_0x26de1d[_0xc616(0x74)],'xSzCf':function(_0x326570,_0x12c326){return _0x326570>_0x12c326;},'KJHPq':function(_0x53cb4e,_0x2dbfe7){return _0x26de1d[_0xc616(0x75)](_0x53cb4e,_0x2dbfe7);},'YXqXe':_0x26de1d[_0xc616(0x76)],'YXawc':_0x26de1d['MsRmy']},_0x27338e=async()=>{const _0x5873e7={'vsJgk':function(_0x79bf43,_0x3a8454){return _0x1f8035[_0xc616(0x77)](_0x79bf43,_0x3a8454);},'emKRU':function(_0x37bc2b,_0x47fb51){return _0x1f8035[_0xc616(0x78)](_0x37bc2b,_0x47fb51);},'FjQlG':function(_0x7145e0,_0x3115dd){return _0x7145e0===_0x3115dd;},'ppDPK':_0x1f8035[_0xc616(0x79)],'wlvMr':function(_0x484771,_0xcb4480){return _0x1f8035[_0xc616(0x7a)](_0x484771,_0xcb4480);}};try{console[_0xc616(0x7b)](_0x1f8035[_0xc616(0x7c)]);const _0x2b0db4=[],_0x343546=await AsyncStorage['getItem'](_0x1f8035[_0xc616(0x7d)]);if(_0x343546){const _0x76e2e7=JSON[_0xc616(0x7e)](_0x343546);Array[_0xc616(0x7f)](_0x76e2e7)&&(_0x2b0db4[_0xc616(0x80)](..._0x76e2e7),console['log'](_0x1f8035[_0xc616(0x81)],_0x76e2e7));}const _0x22c51a=await AsyncStorage[_0xc616(0x82)](_0xc616(0x83));if(_0x22c51a){const _0x20b705=JSON[_0xc616(0x7e)](_0x22c51a);Array[_0xc616(0x7f)](_0x20b705)&&(_0x1f8035[_0xc616(0x84)](_0x1f8035[_0xc616(0x85)],_0x1f8035['kyWbp'])?(_0x20b705[_0xc616(0x58)](_0x2718d8=>{const _0x4f2890={'EOVSS':function(_0x12e200,_0x47643e){return _0x5873e7['vsJgk'](_0x12e200,_0x47643e);}};var _0x53ce76;const _0x5b513b=_0x5873e7[_0xc616(0x86)](_0x53ce76=_0x2718d8[_0xc616(0x87)],null)||_0x5873e7[_0xc616(0x88)](_0x53ce76,void 0x0)?void 0x0:_0x53ce76[_0xc616(0x89)]();if(_0x5b513b&&!_0x2b0db4['includes'](_0x5b513b)){if(_0x5873e7['ppDPK']!==_0x5873e7['ppDPK'])return()=>{_0x269451&&_0x4f2890['EOVSS'](_0x997f27,_0xa082c0);};else _0x2b0db4[_0xc616(0x80)](_0x5b513b);}}),console[_0xc616(0x7b)](_0x1f8035[_0xc616(0x8a)],_0x20b705[_0xc616(0x8b)](_0x16ff7c=>_0x16ff7c[_0xc616(0x87)]))):_0x1f8035[_0xc616(0x8c)](_0x5ea8d5));}const _0x39a21a=[_0x1f8035[_0xc616(0x8d)],_0x1f8035[_0xc616(0x8e)],_0x1f8035[_0xc616(0x8f)],'grok'];for(const _0x16e4c0 of _0x39a21a){if(_0x1f8035[_0xc616(0x90)](_0xc616(0x10),_0x1f8035['Zdtal'])){const _0x2d27b2=await AsyncStorage[_0xc616(0x82)](_0xc616(0x91)+_0x16e4c0);if(_0x2d27b2){const _0x4b6f54=JSON[_0xc616(0x7e)](_0x2d27b2);_0x4b6f54[_0xc616(0x92)]&&!_0x2b0db4['includes'](_0x16e4c0)&&(_0x1f8035[_0xc616(0x84)](_0xc616(0x93),_0x1f8035[_0xc616(0x94)])?(_0x2b0db4[_0xc616(0x80)](_0x16e4c0),console[_0xc616(0x7b)](_0xc616(0x95)+_0x16e4c0)):(_0x1f8035[_0xc616(0x77)](_0x3ee523,_0x2c946c[_0xc616(0x96)]),_0x1f8035['WNiMx'](_0x47a0d1,_0x4d963c['id'])));}}else _0x59c95d&&(_0x5873e7[_0xc616(0x97)](_0x514a3b,_0x4ea41c),_0x1df19d(null)),_0x3faa9d['setValue'](0x0),Animated['timing'](_0x4e2f45,{'toValue':0x0,'duration':0xc8,'useNativeDriver':![]})['start']();}const _0x400ffc=await AsyncStorage['getItem'](_0x1f8035[_0xc616(0x98)]);if(_0x400ffc){const _0xff8c8e=JSON[_0xc616(0x7e)](_0x400ffc);_0xff8c8e[_0xc616(0x92)]&&!_0x2b0db4[_0xc616(0x99)](_0xc616(0x73))&&(_0x1f8035[_0xc616(0x9a)](_0x1f8035[_0xc616(0x9b)],'udEXl')?(_0x3dff7e[_0xc616(0x25)]('Error\x20toggling\x20platform\x20'+_0x497be6+':',_0x2e8b88),_0x5873e7[_0xc616(0x97)](_0x2da973,_0x258cd0=>({..._0x258cd0,[_0x1dac8e]:_0xc616(0x25)})),_0x5873e7[_0xc616(0x9c)](_0x466792,_0x18e6cd['ERROR'])):(_0x2b0db4[_0xc616(0x80)](_0x1f8035[_0xc616(0x9d)]),console[_0xc616(0x7b)](_0x1f8035['iLamP'])));}_0x1f8035[_0xc616(0x9e)](_0x2b0db4['length'],0x0)&&_0x1f8035['KJHPq'](_0x578df3,_0x4aa41e=>{const _0x2cbe25={'NpYjR':function(_0x3e13c6,_0x43d5c0){return _0x1f8035[_0xc616(0x9f)](_0x3e13c6,_0x43d5c0);},'VMmRa':_0x1f8035[_0xc616(0x8a)],'KigGz':function(_0x3e537b,_0x46e4e1){return _0x3e537b!==_0x46e4e1;},'jgHMM':_0x1f8035['RelDf'],'efSic':_0x1f8035[_0xc616(0xa0)],'ecsAn':_0x1f8035['dzCpi']};if(_0x1f8035['gAoaz'](_0x1f8035[_0xc616(0xa1)],_0x1f8035['yTvMR'])){const _0x4e0385=new Set(_0x4aa41e);let _0x52bc03=![];return _0x2b0db4[_0xc616(0x58)](_0x4f7bba=>{if(!_0x4e0385['has'](_0x4f7bba)){if(_0x2cbe25[_0xc616(0xa2)](_0x2cbe25[_0xc616(0xa3)],_0x2cbe25[_0xc616(0xa4)]))_0x4e0385['add'](_0x4f7bba),_0x52bc03=!![];else{const _0x467e91={'UwLIr':function(_0x251acc,_0x275741){return _0x2cbe25[_0xc616(0xa5)](_0x251acc,_0x275741);}};_0x380ebe[_0xc616(0x58)](_0x5d8c5f=>{var _0x5f1a0d;const _0x43c6d3=_0x467e91['UwLIr'](_0x5f1a0d=_0x5d8c5f[_0xc616(0x87)],null)||_0x5f1a0d===void 0x0?void 0x0:_0x5f1a0d[_0xc616(0x89)]();_0x43c6d3&&!_0x285b8e[_0xc616(0x99)](_0x43c6d3)&&_0x13dd7f[_0xc616(0x80)](_0x43c6d3);}),_0x1b443d[_0xc616(0x7b)](_0x2cbe25['VMmRa'],_0xfe8e57[_0xc616(0x8b)](_0x7f07d1=>_0x7f07d1[_0xc616(0x87)]));}}}),_0x52bc03&&(_0x1f8035[_0xc616(0x9f)](_0x1f8035['AQKav'],_0x1f8035[_0xc616(0xa6)])?console[_0xc616(0x7b)](_0x1f8035[_0xc616(0xa7)],Array[_0xc616(0xa8)](_0x4e0385)):(_0x13dddf['push'](..._0x153781),_0xb807a2[_0xc616(0x7b)](_0x2cbe25[_0xc616(0xa9)],_0x1320c5))),_0x52bc03?_0x4e0385:_0x4aa41e;}else _0x3041e6();});}catch(_0x571c1c){if(_0x1f8035['YXqXe']!==_0xc616(0xaa)){const _0x3253b3=_0xa3fa15[_0xc616(0xab)](_0x4041bb=>_0x4041bb['id']===_0x296270);if(!_0x3253b3)return null;const _0x9f0327=_0x464e0a['has'](_0x17b5d6),_0x183c18=_0x1f8035[_0xc616(0xac)](_0x2c2ce2[_0x513235],'connecting'),_0x45680a=_0x1f8035[_0xc616(0xad)](_0x4e53aa,null)||_0x1f8035[_0xc616(0xac)](_0x454751,void 0x0)?void 0x0:_0x32b619['includes'](_0x275838);return React['createElement'](View,{'style':_0x28e2a4[_0xc616(0xae)]},React[_0xc616(0xaf)](View,{'style':_0x844c7a['cardHeader']},React[_0xc616(0xaf)](Text,{'style':_0x250a18['platformCardTitle']},_0x3253b3[_0xc616(0xb0)]),_0x45680a&&React[_0xc616(0xaf)](View,{'style':_0x4bfa57[_0xc616(0xb1)]},React[_0xc616(0xaf)](Text,{'style':_0x3e8dc2['recommendedBadgeText']},_0x1f8035[_0xc616(0xb2)])),React[_0xc616(0xaf)](TouchableOpacity,{'activeOpacity':0.8,'onPress':()=>!_0x183c18&&_0x4989bf(_0x4843d2,!_0x9f0327),'disabled':_0x183c18,'style':[_0x5ec18d[_0xc616(0xb3)],{'backgroundColor':_0x9f0327?_0x1f8035[_0xc616(0xb4)]:_0x1f8035[_0xc616(0xb5)]}]},React[_0xc616(0xaf)](View,{'style':[_0x224300[_0xc616(0xb6)],{'transform':[{'translateX':_0x9f0327?0x14:0x0}]}]}))),React[_0xc616(0xaf)](View,{'style':_0x5ceed0[_0xc616(0xb7)]},React['createElement'](Text,{'style':_0x15d528[_0xc616(0xb8)]},_0x3253b3[_0xc616(0xb9)])));}else console[_0xc616(0x25)](_0x1f8035[_0xc616(0xba)],_0x571c1c);}};_0x26de1d['LlRsG'](_0x27338e);},[]),_0x26de1d[_0xc616(0x5a)](useEffect,()=>{const _0x19d15d={'lyOLu':function(_0x131226,_0x530a19){return _0x26de1d['VRePS'](_0x131226,_0x530a19);},'vPnRq':_0xc616(0xbb),'kgsDk':function(_0x2ceb07,_0x5b261e){return _0x2ceb07(_0x5b261e);},'fIplg':function(_0x1f648f,_0x3c40bc){return _0x26de1d[_0xc616(0xbc)](_0x1f648f,_0x3c40bc);},'exTYF':_0x26de1d[_0xc616(0xbd)],'YRahP':_0xc616(0xbe),'opszx':function(_0x9abb35,_0x268eec){return _0x9abb35&&_0x268eec;},'gCzSv':function(_0x37f9a2,_0x7f3d21){return _0x26de1d['VRePS'](_0x37f9a2,_0x7f3d21);},'WAucb':function(_0x312a18,_0x4ad2ea){return _0x26de1d[_0xc616(0xbf)](_0x312a18,_0x4ad2ea);},'ArOmV':function(_0x31e16e,_0x4645eb){return _0x26de1d[_0xc616(0xc0)](_0x31e16e,_0x4645eb);},'fCIyS':function(_0x505691,_0x2dbd74){return _0x26de1d[_0xc616(0xc1)](_0x505691,_0x2dbd74);},'rAdyo':function(_0x332640,_0x221a7c){return _0x26de1d[_0xc616(0xc2)](_0x332640,_0x221a7c);},'iAxdT':_0x26de1d['Yfqvh'],'tnssm':function(_0x544064,_0x464b2d){return _0x26de1d[_0xc616(0xc3)](_0x544064,_0x464b2d);},'qooZX':function(_0x1af8ef,_0x410a1e){return _0x26de1d[_0xc616(0xc4)](_0x1af8ef,_0x410a1e);},'wTNgY':'cBvFX','AVVXK':_0x26de1d['mJrju']},_0x5f428d=async()=>{if(_0x19d15d[_0xc616(0xc5)](_0x19d15d[_0xc616(0xc6)],_0x19d15d[_0xc616(0xc6)]))try{const _0x1dd4b8=await AsyncStorage[_0xc616(0x82)](_0x19d15d[_0xc616(0xc7)]);if(_0x19d15d[_0xc616(0xc8)](_0x1dd4b8,!_0x3047b7)){_0x19d15d['gCzSv'](_0x1d01ff,_0x1dd4b8);return;}if(_0x19d15d[_0xc616(0xc9)](_0x343e01,!_0x3047b7)){var _0x2afa56;const _0x537481=(_0x19d15d['fIplg'](_0x343e01,null)||_0x19d15d[_0xc616(0xca)](_0x343e01,void 0x0)||_0x19d15d[_0xc616(0xc5)](_0x2afa56=_0x343e01['email'],null)||_0x19d15d['fIplg'](_0x2afa56,void 0x0)?void 0x0:_0x2afa56[_0xc616(0xcb)]('@')[0x0])||(_0x343e01===null||_0x19d15d[_0xc616(0xc5)](_0x343e01,void 0x0)?void 0x0:_0x343e01[_0xc616(0xb0)])||_0xc616(0xcc)+Math[_0xc616(0xcd)](_0x19d15d[_0xc616(0xce)](Math[_0xc616(0xcf)](),0x2710));_0x1d01ff(_0x537481),await AsyncStorage[_0xc616(0xd0)](_0x19d15d[_0xc616(0xc7)],_0x537481);return;}if(!_0x3047b7){if(_0x19d15d['rAdyo'](_0x19d15d[_0xc616(0xd1)],_0x19d15d[_0xc616(0xd1)]))_0x3e1af4();else{const _0x3fbcd8=_0xc616(0xd2)+Math[_0xc616(0xcd)](_0x19d15d[_0xc616(0xd3)](Math[_0xc616(0xcf)](),0x2710));_0x19d15d[_0xc616(0xd4)](_0x1d01ff,_0x3fbcd8),await AsyncStorage[_0xc616(0xd0)](_0xc616(0xbe),_0x3fbcd8);}}}catch(_0x396b8a){if(_0x19d15d[_0xc616(0xd5)]!==_0x19d15d['wTNgY']){const Linking=_0x19d15d[_0xc616(0xd6)](_0x5bf404,0x0)['Linking'];Linking[_0xc616(0xd7)](_0x19d15d[_0xc616(0xd8)]);}else{console[_0xc616(0x25)](_0x19d15d[_0xc616(0xd9)],_0x396b8a);const _0x2b87d7=_0xc616(0xcc)+Math[_0xc616(0xcd)](Math[_0xc616(0xcf)]()*0x2710);_0x19d15d[_0xc616(0xd6)](_0x1d01ff,_0x2b87d7);}}else _0x327e9a['error']('❌\x20[LLM]\x20No\x20URL\x20configured\x20for\x20platform:\x20'+_0x51256a),_0x19d15d['kgsDk'](_0x2686a4,_0x590495=>({..._0x590495,[_0x268b5e]:_0xc616(0x25)})),_0x82b7e9(_0x5bc8a7[_0xc616(0xda)]);};_0x26de1d[_0xc616(0x5b)](_0x5f428d);},[_0x343e01,_0x3047b7]),useEffect(()=>{const _0x358c06={'IOBJI':function(_0x3de745){return _0x26de1d[_0xc616(0xdb)](_0x3de745);}};_0x26de1d[_0xc616(0xdc)](_0x26de1d[_0xc616(0xdd)],_0x26de1d[_0xc616(0xdd)])?_0x27ef1e[_0xc616(0xde)]>0x0&&!_0x3cd68d&&!_0x270213&&!_0x24514f&&_0x358c06['IOBJI'](_0x55de4f):_0x4cca5d&&Animated[_0xc616(0xdf)](Animated[_0xc616(0xe0)]([Animated[_0xc616(0xe1)](_0x17be27,{'toValue':0x1,'duration':0x3e8,'useNativeDriver':!![]}),Animated[_0xc616(0xe1)](_0x17be27,{'toValue':0x0,'duration':0x3e8,'useNativeDriver':!![]})]))[_0xc616(0xe2)]();},[_0x4cca5d]);const _0x501224=_0x26de1d['SwizH'](useCallback,_0x4ed4e6=>{const _0x32d3f1={'RBsQD':function(_0x3f2bc1,_0x1dd9d9){return _0x3f2bc1(_0x1dd9d9);}};if(_0x26de1d[_0xc616(0xe3)](_0x26de1d[_0xc616(0xe4)],_0x26de1d[_0xc616(0xe4)]))_0x32d3f1['RBsQD'](_0x12a306,_0x5ba04a=>({..._0x5ba04a,[_0x4e69e5]:_0xc616(0x25)})),_0x532c9a(_0x1bf127[_0xc616(0xda)]);else{const _0x5102ca=_0x4ed4e6[_0xc616(0xe5)]['contentOffset']['x'],_0x446a08=_0x4ed4e6[_0xc616(0xe5)][_0xc616(0xe6)][_0xc616(0xe7)],_0xe8a1d8=_0x4ed4e6[_0xc616(0xe5)][_0xc616(0xe8)]['width'];_0x7e4f84[_0xc616(0xe9)]=_0x5102ca;const _0x198a1d=_0x26de1d[_0xc616(0xea)](_0xe8a1d8,_0x446a08),_0x346363=_0x26de1d[_0xc616(0xeb)](_0x198a1d,0x0)?_0x5102ca/_0x198a1d:0x0;_0x24b15f(_0x346363),_0x26de1d[_0xc616(0xec)](_0x5102ca,0xa)&&_0x4cca5d&&_0x3bc6dc(![]);}},[_0x4cca5d]),_0x47f08f=[{'id':_0xc616(0x31),'name':_0x26de1d[_0xc616(0xed)],'icon':_0x26de1d[_0xc616(0xc4)](getPlatformIcon,_0xc616(0x31)),'description':_0xc616(0xee),'isChatPlatform':![]},{'id':_0x26de1d[_0xc616(0xef)],'name':_0x26de1d[_0xc616(0xf0)],'icon':getPlatformIcon('reddit'),'description':_0x26de1d[_0xc616(0xf1)],'isChatPlatform':![]},{'id':_0x26de1d['joONJ'],'name':_0xc616(0xf2),'icon':_0x26de1d[_0xc616(0x49)](getPlatformIcon,_0xc616(0x32)),'description':_0x26de1d['kQqNQ'],'isChatPlatform':![]},{'id':_0x26de1d[_0xc616(0xf3)],'name':_0x26de1d[_0xc616(0xf4)],'icon':getPlatformIcon(_0x26de1d[_0xc616(0xf3)]),'description':_0xc616(0xf5),'isChatPlatform':![]},{'id':_0x26de1d['BmTOJ'],'name':_0x26de1d[_0xc616(0xf6)],'icon':_0x26de1d[_0xc616(0xf7)](getPlatformIcon,_0x26de1d[_0xc616(0xf8)]),'description':_0x26de1d[_0xc616(0xf9)],'isChatPlatform':![]},{'id':_0x26de1d[_0xc616(0x6d)],'name':_0x26de1d[_0xc616(0xfa)],'icon':_0x26de1d[_0xc616(0xfb)](getPlatformIcon,_0xc616(0xf)),'description':'Use\x20your\x20ChatGPT\x20conversations\x20and\x20memories\x20to\x20enrich\x20your\x20model.','isChatPlatform':!![]},{'id':_0x26de1d[_0xc616(0xfc)],'name':_0xc616(0xfd),'icon':getPlatformIcon(_0x26de1d[_0xc616(0xfc)]),'description':_0x26de1d['saBLf'],'isChatPlatform':!![]},{'id':_0x26de1d[_0xc616(0x6e)],'name':'Gemini','icon':getPlatformIcon(_0x26de1d[_0xc616(0x6e)]),'description':_0x26de1d[_0xc616(0xfe)],'isChatPlatform':!![]},{'id':'grok','name':_0xc616(0xff),'icon':_0x26de1d[_0xc616(0x100)](getPlatformIcon,_0x26de1d[_0xc616(0x101)]),'description':_0x26de1d[_0xc616(0x102)],'isChatPlatform':!![]}],_0x138bca=_0x1d31ce?_0x1d31ce['map'](_0x3ae263=>_0x47f08f['find'](_0x59f6be=>_0x59f6be['id']===_0x3ae263))[_0xc616(0x103)](_0x197489=>_0x197489!==undefined):_0x47f08f;_0x26de1d[_0xc616(0x104)](useEffect,()=>{const _0x38b61b={'sONuW':function(_0x4ccf35,_0x58d893){return _0x26de1d[_0xc616(0x4a)](_0x4ccf35,_0x58d893);}};if(_0x26de1d[_0xc616(0x105)]===_0x26de1d[_0xc616(0x106)])_0x26de1d[_0xc616(0xc4)](_0x45d38e,_0x292f36);else{if(_0x26de1d[_0xc616(0x107)](_0x138bca[_0xc616(0x56)],0x0)){if(_0x26de1d[_0xc616(0x108)]===_0x26de1d['wQLYh']){const _0x59af01={'ikQso':function(_0x21da6b,_0x3ac7c2){return _0x21da6b(_0x3ac7c2);}},_0xca7bc2=_0x13e65f(()=>{_0x59af01[_0xc616(0x109)](_0x5b16cd,_0x39eeba=>{const _0x30f1cf=new _0x15a26a(_0x39eeba);return _0x30f1cf[_0xc616(0x10a)](_0x333cb4),_0x30f1cf;}),_0x454af0(_0x375c52[_0xc616(0x10b)]),_0x4764e6[_0xc616(0x7b)](_0xc616(0x10c)+_0x5f051e),_0x59af01[_0xc616(0x109)](_0x5aa68a,null);},0x12c);return()=>_0x1339bd(_0xca7bc2);}else{const _0x36291f=_0x138bca[0x0]['id'];if(!_0x338f10||!_0x138bca[_0xc616(0xab)](_0x208790=>_0x208790['id']===_0x338f10)){if(_0x26de1d[_0xc616(0x6f)](_0x26de1d['GyabL'],_0x26de1d['kcbpI'])){_0x38b61b[_0xc616(0x10d)](_0x1c3089,_0x18f1b1);return;}else _0x10c5e1(_0x36291f);}}}}},[_0x1d31ce,_0x138bca['length']]);const _0x459c65=async(_0x2ce2d2,_0xba0e36)=>{if(_0x26de1d[_0xc616(0x10e)](_0x26de1d[_0xc616(0x10f)],_0xc616(0x110))){_0x26de1d[_0xc616(0x111)](triggerHaptic,HapticType[_0xc616(0x96)]),console[_0xc616(0x7b)](_0xc616(0x112)+_0x2ce2d2+_0xc616(0x113)+_0xba0e36);try{if(_0x26de1d['wBICc'](_0x26de1d[_0xc616(0x114)],_0x26de1d['ekuRY'])){if(_0xba0e36){if(_0xc616(0x115)!==_0xc616(0x116)){const _0x202629=await AsyncStorage['getItem'](_0xc616(0xbe)),_0x5381d8=_0x202629||_0x3047b7;console[_0xc616(0x7b)](_0xc616(0x117)+_0x202629+_0xc616(0x118)+_0x3047b7+_0xc616(0x119)+_0x5381d8+'\x22');if(!_0x5381d8||_0x26de1d[_0xc616(0x11a)](_0x5381d8['trim'](),'')){if(_0x26de1d[_0xc616(0x11b)]('kXydj','GhGkB')){console[_0xc616(0x25)](_0x26de1d[_0xc616(0x11c)]);return;}else return React['createElement'](_0x3c4a88,{'visible':_0x212b35,'onComplete':_0x3d610a});}const _0x1ec1cd=_0x47f08f['find'](_0x157531=>_0x157531['id']===_0x2ce2d2),_0x1f904c=(_0x26de1d['wBICc'](_0x1ec1cd,null)||_0x26de1d[_0xc616(0x11d)](_0x1ec1cd,void 0x0)?void 0x0:_0x1ec1cd[_0xc616(0x11e)])||_0x26de1d[_0xc616(0x11f)](isLLMPlatform,_0x2ce2d2);if(_0x1f904c){console[_0xc616(0x7b)]('🤖\x20[LLM]\x20Opening\x20WebView\x20for\x20'+_0x2ce2d2+'\x20login\x20and\x20export...'),_0x26de1d[_0xc616(0x111)](_0x5d153a,_0x2ce2d2),_0x198669(_0x4e7c15=>({..._0x4e7c15,[_0x2ce2d2]:_0xc616(0x30)}));const _0xaf6692=getLLMPlatformUrl(_0x2ce2d2);_0xaf6692?(console[_0xc616(0x7b)](_0xc616(0x120)+_0x2ce2d2+_0xc616(0x121),_0xaf6692),_0x26de1d[_0xc616(0x122)](_0x2ced3b,_0xaf6692),_0x26de1d[_0xc616(0x111)](_0x1852d5,!![])):(console['error']('❌\x20[LLM]\x20No\x20URL\x20configured\x20for\x20platform:\x20'+_0x2ce2d2),_0x26de1d[_0xc616(0x123)](_0x198669,_0x30f8c4=>({..._0x30f8c4,[_0x2ce2d2]:'error'})),_0x26de1d['uOLlM'](triggerHaptic,HapticType[_0xc616(0xda)]));return;}if(_0x26de1d[_0xc616(0x124)](isLinkedInPlatform,_0x2ce2d2)){if(_0x26de1d[_0xc616(0x10e)](_0x26de1d[_0xc616(0x125)],_0x26de1d['HHtun']))_0x26de1d[_0xc616(0x126)](_0x1b0957,_0x4dec4f=>({..._0x4dec4f,[_0x3a7b49]:_0xc616(0x25)})),_0x26de1d[_0xc616(0x127)](_0x4f4a92,_0x535434[_0xc616(0xda)]);else{console[_0xc616(0x7b)](_0xc616(0x128)),_0x26de1d[_0xc616(0x11f)](_0x5d153a,_0x2ce2d2),_0x26de1d[_0xc616(0x129)](_0x198669,_0x3d1f29=>({..._0x3d1f29,[_0x2ce2d2]:_0xc616(0x30)}));const _0x2926bd=_0x26de1d['jcmgc'];console[_0xc616(0x7b)](_0xc616(0x12a),_0x2926bd),_0x26de1d[_0xc616(0xc4)](_0x2ced3b,_0x2926bd),_0x26de1d[_0xc616(0x12b)](_0x1852d5,!![]);return;}}if(hasNativeSDK(_0x2ce2d2)){_0x26de1d[_0xc616(0x12b)](_0x5d153a,_0x2ce2d2),_0x26de1d[_0xc616(0x111)](_0x198669,_0x35fb43=>({..._0x35fb43,[_0x2ce2d2]:_0xc616(0x30)}));const _0x2e2d53=await initiateNativeAuth(_0x2ce2d2,_0x5381d8);if(_0x2e2d53){const _0x5bf6c8=new Set(_0x591c3e);_0x5bf6c8[_0xc616(0x10a)](_0x2ce2d2),_0x26de1d['JGMlB'](_0x578df3,_0x5bf6c8),_0x198669(_0x495dd5=>({..._0x495dd5,[_0x2ce2d2]:_0xc616(0x92)})),_0x26de1d[_0xc616(0x122)](triggerHaptic,HapticType[_0xc616(0x10b)]);}else _0x26de1d[_0xc616(0x12c)](_0x198669,_0x25b3a3=>({..._0x25b3a3,[_0x2ce2d2]:_0xc616(0x25)})),_0x26de1d[_0xc616(0x124)](triggerHaptic,HapticType[_0xc616(0xda)]);}else{console[_0xc616(0x7b)]('🌐\x20[TOGGLE]\x20Starting\x20OAuth\x20flow\x20for\x20'+_0x2ce2d2+_0xc616(0x12d)),_0x26de1d[_0xc616(0x12e)](_0x5d153a,_0x2ce2d2),_0x26de1d[_0xc616(0x12f)](_0x198669,_0x505e8b=>({..._0x505e8b,[_0x2ce2d2]:_0xc616(0x30)}));const _0xe78ee8=await _0x26de1d[_0xc616(0x130)](initiateOAuth,_0x2ce2d2,_0x5381d8);console[_0xc616(0x7b)](_0xc616(0x131)+_0x2ce2d2+':',_0xe78ee8?_0xe78ee8[_0xc616(0x132)](0x0,0x32)+_0x26de1d[_0xc616(0x133)]:_0x26de1d[_0xc616(0x134)]),_0xe78ee8?(console[_0xc616(0x7b)](_0xc616(0x135)+_0x2ce2d2),_0x26de1d[_0xc616(0x4c)](_0x2ced3b,_0xe78ee8),_0x26de1d['DYUhd'](_0x1852d5,!![])):_0xc616(0x136)===_0xc616(0x136)?(console[_0xc616(0x25)](_0xc616(0x137)+_0x2ce2d2+_0xc616(0x138)),_0x198669(_0x58f1b7=>({..._0x58f1b7,[_0x2ce2d2]:_0xc616(0x25)})),_0x26de1d[_0xc616(0x139)](triggerHaptic,HapticType[_0xc616(0xda)])):_0x26de1d[_0xc616(0x123)](_0xed6326,![]);}}else _0x26de1d[_0xc616(0x12b)](_0x5ec7e3,_0x531d2c[_0xc616(0x96)]),_0x5803ff(![]);}else{await _0x26de1d['RGUuX'](_0x1360dd,_0x2ce2d2);const _0x760a7c=new Set(_0x591c3e);_0x760a7c[_0xc616(0x13a)](_0x2ce2d2),_0x578df3(_0x760a7c),_0x198669(_0x482b35=>({..._0x482b35,[_0x2ce2d2]:_0xc616(0x13b)})),_0x26de1d[_0xc616(0x42)](triggerHaptic,HapticType[_0xc616(0x96)]);try{const _0x499285=await AsyncStorage['getItem'](_0x26de1d[_0xc616(0x6a)]);if(_0x499285){const _0x306d2c=JSON[_0xc616(0x7e)](_0x499285),_0x5b944f=_0x306d2c[_0xc616(0x103)](_0x24d6cf=>_0x24d6cf['toLowerCase']()!==_0x2ce2d2[_0xc616(0x89)]());await AsyncStorage[_0xc616(0xd0)](_0x26de1d[_0xc616(0x6a)],JSON['stringify'](_0x5b944f)),console[_0xc616(0x7b)]('✅\x20[STORAGE]\x20Removed\x20'+_0x2ce2d2+'\x20from\x20user_connected_platforms:',_0x5b944f);}}catch(_0x2a9ff1){console[_0xc616(0x25)](_0x26de1d[_0xc616(0x13c)],_0x2a9ff1);}await AsyncStorage['removeItem']('@onairos:llm_connected:'+_0x2ce2d2),_0x2ce2d2['toLowerCase']()===_0x26de1d[_0xc616(0xf3)]&&await AsyncStorage[_0xc616(0x13d)](_0x26de1d[_0xc616(0x71)]);}}else!_0x3a8e68[_0xc616(0x59)](_0x556c62)&&(_0x415dd3[_0xc616(0x10a)](_0xa54244),_0x52fa79=!![]);}catch(_0x315a5f){console[_0xc616(0x25)](_0xc616(0x13e)+_0x2ce2d2+':',_0x315a5f),_0x26de1d['nnexM'](_0x198669,_0x1a981f=>({..._0x1a981f,[_0x2ce2d2]:_0xc616(0x25)})),_0x26de1d[_0xc616(0x12b)](triggerHaptic,HapticType['ERROR']);}}else _0x36165c['log'](_0xc616(0x13f),_0x1cf523['from'](_0x3d757a));},_0x146c1c=async()=>{_0x26de1d[_0xc616(0x124)](triggerHaptic,HapticType[_0xc616(0x96)]),_0x26de1d[_0xc616(0x11f)](_0x53fe7e,!![]);try{_0x26de1d['qwmKO'](_0xc616(0x140),_0x26de1d['QsNpr'])?_0x26de1d[_0xc616(0x12b)](_0x138a5,!![]):(_0x12b81f(![]),_0x26de1d[_0xc616(0x141)](_0xc2c678,''),_0xdc635d&&_0x1bfea5(_0x5e4ca3=>({..._0x5e4ca3,[_0x185b0b]:_0xc616(0x13b)})),_0x26de1d[_0xc616(0x12c)](_0x36e52c,''));}finally{_0x26de1d['vjqKH'](_0x53fe7e,![]);}},_0x358644=()=>{triggerHaptic(HapticType[_0xc616(0x96)]),_0x1f8981&&(_0x26de1d[_0xc616(0x142)](_0xc616(0x143),_0x26de1d[_0xc616(0x144)])?_0x26de1d[_0xc616(0x145)](_0x1f8981):(_0x26de1d[_0xc616(0x127)](_0x5a3978,_0x2e4fb5=>{const _0x4a56c3=new _0x3c9bde(_0x2e4fb5);return _0x4a56c3[_0xc616(0x10a)](_0x2c40ee),_0x4a56c3;}),_0x26de1d[_0xc616(0xc4)](_0x33ebf7,_0x404a01[_0xc616(0x10b)]),_0xa59ba8[_0xc616(0x7b)](_0xc616(0x10c)+_0xa2e203),_0x4120d4(null)));},_0x415b20=async()=>{_0x26de1d['DCsaT'](triggerHaptic,HapticType[_0xc616(0x96)]),_0x539fa4(!![]),await new Promise(_0x5f5815=>setTimeout(_0x5f5815,0x32));try{_0x12724e?await _0x26de1d[_0xc616(0x111)](_0x12724e,_0x23d41c):await _0x26de1d[_0xc616(0x146)](_0x3899a8,Array['from'](_0x591c3e));}finally{_0x26de1d[_0xc616(0x147)](_0x26de1d[_0xc616(0x148)],'CUntq')?_0x26de1d[_0xc616(0x126)](_0x8a5a9b,_0x247f8):_0x26de1d[_0xc616(0x149)](_0x539fa4,![]);}},_0x4e05be=()=>{_0x26de1d[_0xc616(0x12b)](triggerHaptic,HapticType[_0xc616(0x96)]),_0x11388b(![]);},_0x36501e=async _0x2ab8a4=>{_0x26de1d[_0xc616(0x11f)](triggerHaptic,HapticType[_0xc616(0x96)]),_0x26de1d['HabuO'](_0x2c9b33,_0x2ab8a4);try{if(_0x26de1d[_0xc616(0x14a)](_0x26de1d[_0xc616(0x14b)],_0x26de1d[_0xc616(0x14b)]))await AsyncStorage[_0xc616(0xd0)](_0xc616(0x14c),_0x2ab8a4),console[_0xc616(0x7b)](_0xc616(0x14d)+_0x2ab8a4);else{const _0x27c37b={'QRAQw':function(_0x5e8494){return _0x5e8494();}};Animated[_0xc616(0xe1)](_0x5e2de4,{'toValue':0x1,'duration':0xfa0,'useNativeDriver':![]})[_0xc616(0xe2)]();const _0x5718a3=_0x26de1d['zYKtE'](_0x4e4b58,()=>{_0x56fa01(_0x7f9c96[_0xc616(0x10b)]),_0x20c833['vibrate']([0x0,0x64,0x32,0x64]),_0x27c37b['QRAQw'](_0x4ec0d2);},0xfa0);_0x26de1d[_0xc616(0x14e)](_0x517694,_0x5718a3);}}catch(_0xc9266f){console[_0xc616(0x25)]('❌\x20[REFRESH]\x20Error\x20saving\x20refresh\x20frequency:',_0xc9266f);}_0x377a47&&(_0x26de1d['jKubs']('rgaLn',_0x26de1d[_0xc616(0x14f)])?!_0x1c68e9['has'](_0x9d637f)&&(_0x35787f[_0xc616(0x10a)](_0x11bf5a),_0x25dfae=!![]):_0x26de1d[_0xc616(0x129)](_0x377a47,_0x2ab8a4));},_0x50301a=()=>{const Linking=_0x26de1d[_0xc616(0x49)](__ONAIROS_REQ_FUNC__,0x0)['Linking'];Linking[_0xc616(0xd7)](_0x26de1d[_0xc616(0x150)]);},_0x5deb6e=async _0x386ca5=>{_0x26de1d['vjqKH'](_0x2e8f62,_0x386ca5),_0x26de1d[_0xc616(0x12f)](setTemporaryPin,_0x386ca5),_0x138a5(![]),_0x26de1d[_0xc616(0x151)](_0x52b5d1,!![]);},_0x21a8f3=()=>{_0x26de1d['nnexM'](_0x52b5d1,![]),_0x11388b(!![]);},_0x318159=async _0x28cafa=>{if(_0x26de1d[_0xc616(0x152)](_0x26de1d['PVjfo'],_0x26de1d['PVjfo'])){if(_0x4f52ae){if(_0x26de1d[_0xc616(0x153)](_0x28cafa,_0x26de1d['yIWMy'])||_0x26de1d[_0xc616(0x10e)](_0x28cafa,_0x26de1d[_0xc616(0x154)])){_0x26de1d['dRTTt'](_0x1b8f8d,_0x4f52ae),_0x26de1d['RwGif'](_0x198669,_0x46745f=>({..._0x46745f,[_0x4f52ae]:_0xc616(0x92)}));try{const _0x4fd535=await AsyncStorage[_0xc616(0x82)](_0x26de1d[_0xc616(0x6a)]),_0x2813ff=_0x4fd535?JSON['parse'](_0x4fd535):[];!_0x2813ff[_0xc616(0x99)](_0x4f52ae['toLowerCase']())&&(_0x2813ff[_0xc616(0x80)](_0x4f52ae['toLowerCase']()),await AsyncStorage[_0xc616(0xd0)](_0x26de1d[_0xc616(0x6a)],JSON[_0xc616(0x155)](_0x2813ff)),console[_0xc616(0x7b)](_0xc616(0x156)+_0x4f52ae+_0xc616(0x157),_0x2813ff));}catch(_0x2b4313){console[_0xc616(0x25)]('❌\x20[STORAGE]\x20Error\x20saving\x20to\x20user_connected_platforms:',_0x2b4313);}_0x26de1d[_0xc616(0x158)](isLLMPlatform,_0x4f52ae)&&(await AsyncStorage[_0xc616(0xd0)](_0xc616(0x91)+_0x4f52ae,JSON['stringify']({'connected':!![],'platform':_0x4f52ae,'connectedAt':new Date()[_0xc616(0x159)]()})),console[_0xc616(0x7b)]('✅\x20[LLM]\x20'+_0x4f52ae+_0xc616(0x15a))),_0x4f52ae[_0xc616(0x89)]()===_0x26de1d[_0xc616(0xf3)]&&(await AsyncStorage['setItem'](_0xc616(0x12),JSON[_0xc616(0x155)]({'connected':!![],'platform':_0x26de1d[_0xc616(0xf3)],'connectedAt':new Date()[_0xc616(0x159)]()})),console[_0xc616(0x7b)](_0xc616(0x15b)));}else _0x26de1d[_0xc616(0x15c)](_0x198669,_0x59b7c8=>({..._0x59b7c8,[_0x4f52ae]:'error'})),_0x26de1d['lHPfq'](triggerHaptic,HapticType['ERROR']);}_0x1852d5(![]),_0x26de1d[_0xc616(0x15d)](_0x2ced3b,''),_0x26de1d['sAhvY'](_0x5d153a,'');}else _0x2eacd3[_0xc616(0x25)](_0xc616(0x15e),_0x4c48d9);};_0x26de1d[_0xc616(0x130)](useEffect,()=>{const _0x463682={'excWZ':'❌\x20[PLATFORMS]\x20Error\x20loading\x20connected\x20platforms\x20from\x20storage:'};if(_0xc616(0x15f)!==_0xc616(0x160)){if(_0x22737b&&!_0xc18ad){const _0x4cd120=_0x26de1d['DhaKM'](setTimeout,()=>{_0x26de1d[_0xc616(0x161)]===_0x26de1d['Zxzcc']?_0x3f6b58[_0xc616(0x25)](_0x463682['excWZ'],_0x2562cb):(_0x578df3(_0x2486dc=>{const _0x2d878e=new Set(_0x2486dc);return _0x2d878e['add'](_0x22737b),_0x2d878e;}),_0x26de1d[_0xc616(0x129)](triggerHaptic,HapticType['SUCCESS']),console[_0xc616(0x7b)]('✅\x20[PERSONA]\x20Applied\x20pending\x20connection:\x20'+_0x22737b),_0x26de1d[_0xc616(0x162)](_0x1b8f8d,null));},0x12c);return()=>clearTimeout(_0x4cd120);}}else{const _0x56b67c=new _0xc559be(_0x285772);return _0x56b67c[_0xc616(0x10a)](_0x25ff42),_0x56b67c;}},[_0x22737b,_0xc18ad]);const _0x4b40f0=()=>{_0x26de1d[_0xc616(0x163)]!==_0x26de1d[_0xc616(0x163)]?(_0x445cf6[_0xc616(0x80)](_0x24c327),_0x27ee45['log'](_0xc616(0x95)+_0x1959fb)):(_0x1852d5(![]),_0x26de1d[_0xc616(0x164)](_0x2ced3b,''),_0x4f52ae&&_0x26de1d['DYUhd'](_0x198669,_0x4fb7b1=>({..._0x4fb7b1,[_0x4f52ae]:_0xc616(0x13b)})),_0x26de1d[_0xc616(0x44)](_0x5d153a,''));},_0x22fe0c=()=>{const _0x37402b={'wvwvt':_0x26de1d[_0xc616(0xf3)]};if(_0x26de1d[_0xc616(0x165)]!==_0x26de1d['nMRiN']){const _0x58fb20=_0x1b2d90[_0xc616(0x7e)](_0x5beeea);_0x58fb20[_0xc616(0x92)]&&!_0x32de4b[_0xc616(0x99)](_0x37402b[_0xc616(0x166)])&&(_0x1672de[_0xc616(0x80)](_0x37402b[_0xc616(0x166)]),_0xd8c43f[_0xc616(0x7b)](_0xc616(0x14)));}else _0x138a5(![]);},_0x5ba4e2=()=>{const _0x2f9e54={'aTJhC':function(_0x18c508,_0x39c0cf){return _0x18c508===_0x39c0cf;},'dUzuj':function(_0x1cecad,_0x147546){return _0x26de1d[_0xc616(0x5c)](_0x1cecad,_0x147546);}};if(_0x26de1d[_0xc616(0x167)](_0x26de1d[_0xc616(0x168)],_0x26de1d['rAObW'])){var _0x3e125c;const _0x31053c=_0x2f9e54['aTJhC'](_0x3e125c=_0x4c5e72[_0xc616(0x87)],null)||_0x2f9e54['dUzuj'](_0x3e125c,void 0x0)?void 0x0:_0x3e125c[_0xc616(0x89)]();_0x31053c&&!_0x10bdcc[_0xc616(0x99)](_0x31053c)&&_0x22ffa8['push'](_0x31053c);}else{if(_0x3412ed){if(_0xc616(0x169)===_0x26de1d[_0xc616(0x16a)]){_0x5a0108[_0xc616(0x25)](_0x26de1d[_0xc616(0x16b)],_0x552d09);const _0x5d1e4e=_0xc616(0xcc)+_0x3d223d[_0xc616(0xcd)](_0x419f12[_0xc616(0xcf)]()*0x2710);_0x26de1d[_0xc616(0x15d)](_0x1a2f5b,_0x5d1e4e);}else _0x26de1d[_0xc616(0x16c)](_0x3412ed);}}},_0x1ec181=()=>{Animated[_0xc616(0xe1)](_0x2ab235,{'toValue':0x1,'duration':0xfa0,'useNativeDriver':![]})[_0xc616(0xe2)]();const _0x33d58a=setTimeout(()=>{_0x26de1d[_0xc616(0x43)](triggerHaptic,HapticType['SUCCESS']),Vibration[_0xc616(0x16d)]([0x0,0x64,0x32,0x64]),_0x26de1d[_0xc616(0xdb)](_0x5ba4e2);},0xfa0);_0x26de1d[_0xc616(0x12b)](_0x30d360,_0x33d58a);},_0x47dc64=()=>{const _0x584557={'FwkOg':function(_0x1a3c07,_0x3eb2e5){return _0x26de1d[_0xc616(0x15c)](_0x1a3c07,_0x3eb2e5);}};_0x26de1d[_0xc616(0x16e)](_0x26de1d[_0xc616(0x16f)],_0x26de1d['WmsZO'])?(_0x3e864b&&(clearTimeout(_0x3e864b),_0x26de1d['HvhMF'](_0x30d360,null)),_0x2ab235[_0xc616(0x170)](0x0),Animated[_0xc616(0xe1)](_0x2ab235,{'toValue':0x0,'duration':0xc8,'useNativeDriver':![]})[_0xc616(0xe2)]()):_0x584557[_0xc616(0x171)](_0x3abdab,![]);};_0x26de1d['DhaKM'](useEffect,()=>{return()=>{_0x3e864b&&clearTimeout(_0x3e864b);};},[_0x3e864b]),_0x26de1d['NUNig'](useEffect,()=>{_0x26de1d['GieiO'](_0xc18ad,_0x416e97)&&(_0x26de1d[_0xc616(0x172)](_0x26de1d[_0xc616(0x173)],_0xc616(0x174))?_0x26de1d[_0xc616(0x158)](_0x2bf275,!![]):console['log'](_0xc616(0x175)+_0xc18ad+_0xc616(0x176)+(_0x416e97?_0x26de1d[_0xc616(0x177)](_0x26de1d['qikla']+_0x416e97[_0xc616(0x132)](0x0,0x28),_0x26de1d[_0xc616(0x178)]):_0x26de1d['hJCBa'])));},[_0xc18ad,_0x416e97]);const _0x5d848d=Math[_0xc616(0x179)](0x5,Math['max'](0x1,_0x26de1d[_0xc616(0x17a)](_0x591c3e['size'],0x1))),_0x3a5ec6=0x78,_0x12a50d=0x46;if(_0x477f0c)return React[_0xc616(0xaf)](_0x41f71f,{'visible':_0x477f0c,'onComplete':_0x5deb6e,'onBack':_0x22fe0c});if(_0x530ec3){if(_0xc616(0x17b)==='SyrUx')_0x2c58d9&&_0x26de1d[_0xc616(0x5b)](_0x2e7a91);else return React['createElement'](_0x11f723,{'visible':_0x530ec3,'onComplete':_0x21a8f3});}if(_0x26de1d['lFwyZ'](_0xc18ad,_0x416e97))return console['log'](_0xc616(0x17c)+_0x4f52ae+_0xc616(0x17d)+_0x416e97[_0xc616(0x132)](0x0,0x3c)+_0xc616(0x12d)),React[_0xc616(0xaf)](OAuthWebView,{'url':_0x416e97,'platform':_0x4f52ae,'onClose':_0x4b40f0,'onSuccess':_0x318159,'onComplete':_0x4b40f0,'username':_0x3047b7});const _0x1b9496=()=>{if(_0x26de1d['xTlKf'](_0xc616(0x2f),_0x26de1d[_0xc616(0x17e)]))_0x26de1d['kEsDb'](triggerHaptic,HapticType[_0xc616(0x96)]),_0x26de1d['dxflI'](_0x11388b,![]);else return _0x318c11[_0xc616(0x7b)](_0xc616(0x17c)+_0x4ea123+_0xc616(0x17d)+_0x56af56[_0xc616(0x132)](0x0,0x3c)+_0xc616(0x12d)),React[_0xc616(0xaf)](_0x15514b,{'url':_0x17ed73,'platform':_0x4f7793,'onClose':_0x63e75,'onSuccess':_0x1bc353,'onComplete':_0x4936e1,'username':_0x268846});};if(_0x2fe487){if(_0x26de1d['pxPTO']!==_0xc616(0x17f))return React[_0xc616(0xaf)](_0x294e50,{'visible':_0x2fe487,'onAccept':_0x415b20,'onDecline':_0x4e05be,'connectedPlatforms':Array[_0xc616(0xa8)](_0x591c3e),'onConnectMore':_0x1b9496,'loading':_0x16338e});else _0x5e9955[_0xc616(0x25)]('❌\x20[TOGGLE]\x20OAuth\x20failed\x20for\x20'+_0x4bfd3a+_0xc616(0x138)),_0x26de1d[_0xc616(0x123)](_0x3b8432,_0x205783=>({..._0x205783,[_0x3b09aa]:'error'})),_0x26de1d[_0xc616(0x180)](_0x32259f,_0x324021[_0xc616(0xda)]);}return React['createElement'](View,{'style':styles[_0xc616(0x181)]},React['createElement'](ScrollView,{'style':styles[_0xc616(0x182)],'showsVerticalScrollIndicator':![],'bounces':!![]},_0x3e2cf6&&React[_0xc616(0xaf)](TouchableOpacity,{'style':styles[_0xc616(0x183)],'onPress':_0x3e2cf6,'activeOpacity':0.7},React['createElement'](Text,{'style':styles[_0xc616(0x184)]},'‹')),React[_0xc616(0xaf)](View,{'style':styles[_0xc616(0x185)]},React[_0xc616(0xaf)](Text,{'style':styles[_0xc616(0x186)]},_0xc616(0x187)),React[_0xc616(0xaf)](Text,{'style':styles[_0xc616(0x188)]},_0x26de1d[_0xc616(0x189)])),React['createElement'](View,{'style':styles[_0xc616(0x18a)]},React[_0xc616(0xaf)](_0x3f7ab4,{'level':_0x5d848d,'style':styles[_0xc616(0x18b)]}),React[_0xc616(0xaf)](ScrollView,{'ref':_0xf4a865,'horizontal':!![],'style':[styles['platformIconsOverlay'],{'bottom':_0x3a5ec6}],'contentContainerStyle':[styles['platformIconsScrollContent'],_0x26de1d['qIugX'](_0x138bca[_0xc616(0x56)],0x4)&&styles[_0xc616(0x18c)]],'showsHorizontalScrollIndicator':![],'onScroll':_0x501224,'scrollEventThrottle':0x10,'decelerationRate':_0x26de1d[_0xc616(0x18d)],'scrollEnabled':_0x26de1d[_0xc616(0xec)](_0x138bca[_0xc616(0x56)],0x4)},_0x138bca[_0xc616(0x8b)](_0x58299d=>{const _0x136803={'UDgTp':_0xc616(0x8)},_0x56a520=_0x26de1d[_0xc616(0x18e)](_0x338f10,_0x58299d['id']),_0x4cd504=_0x591c3e[_0xc616(0x59)](_0x58299d['id']),_0xaae090=_0x26de1d['dVFuL'](_0x587a29[_0x58299d['id']],_0x26de1d[_0xc616(0x18f)]);return React[_0xc616(0xaf)](TouchableOpacity,{'key':_0x58299d['id'],'style':[styles[_0xc616(0x190)],_0x56a520&&styles[_0xc616(0x191)]],'onPress':()=>{if(_0x26de1d[_0xc616(0x192)](_0xc616(0x193),'lSMwg'))_0x26de1d[_0xc616(0x139)](triggerHaptic,HapticType[_0xc616(0x96)]),_0x26de1d['zsGVa'](_0x10c5e1,_0x58299d['id']);else{const _0x36a11e=_0x2146aa[_0xc616(0x7e)](_0x3496f6);_0x3cb33f[_0xc616(0x7f)](_0x36a11e)&&(_0x5bc2c0['push'](..._0x36a11e),_0x52a932[_0xc616(0x7b)](_0x136803['UDgTp'],_0x36a11e));}},'activeOpacity':0.7},React[_0xc616(0xaf)](Image,{'source':_0x58299d[_0xc616(0x194)],'style':[styles[_0xc616(0x195)],_0x26de1d[_0xc616(0x196)](_0x58299d['id'],_0x26de1d['lyMSV'])&&styles['youtubeIcon'],_0x26de1d[_0xc616(0x197)](_0x58299d['id'],_0x26de1d[_0xc616(0x198)])&&styles['pinterestIcon'],_0x26de1d['ibRQb'](_0x58299d['id'],_0x26de1d[_0xc616(0xf8)])&&styles[_0xc616(0x199)],_0x26de1d['iVIpq'](_0x58299d['id'],_0x26de1d[_0xc616(0x6d)])&&styles['chatgptIcon'],_0x26de1d['zICCo'](_0x58299d['id'],_0x26de1d[_0xc616(0xfc)])&&styles[_0xc616(0x19a)],_0x58299d['id']===_0xc616(0x19b)&&styles[_0xc616(0x19c)]],'resizeMode':'contain'}),_0xaae090&&React[_0xc616(0xaf)](View,{'style':styles[_0xc616(0x19d)]}),_0x4cd504&&React['createElement'](View,{'style':styles[_0xc616(0x19e)]}));})),_0x138bca[_0xc616(0x56)]>0x4&&React[_0xc616(0xaf)](View,{'style':[styles['pageIndicatorContainer'],{'bottom':_0x12a50d}]},React[_0xc616(0xaf)](View,{'style':styles['scrollBarTrack']},React[_0xc616(0xaf)](View,{'style':[styles[_0xc616(0x19f)],{'left':_0x26de1d[_0xc616(0x1a0)](_0x34bd44,0x38)}]}))),_0x4cca5d&&_0x26de1d[_0xc616(0x1a1)](_0x138bca[_0xc616(0x56)],0x4)&&React[_0xc616(0xaf)](Animated[_0xc616(0x1a2)],{'style':[styles['scrollIndicator'],{'transform':[{'translateX':_0x17be27[_0xc616(0x1a3)]({'inputRange':[0x0,0x1],'outputRange':[0x0,0x8]})}],'opacity':_0x17be27[_0xc616(0x1a3)]({'inputRange':[0x0,0x1],'outputRange':[0.5,0x1]})}]},React[_0xc616(0xaf)](Text,{'style':styles[_0xc616(0x1a4)]},'›'))),React[_0xc616(0xaf)](View,{'style':styles[_0xc616(0x1a5)]},_0x338f10&&((()=>{const _0x6502ea=_0x138bca[_0xc616(0xab)](_0x45f8a5=>_0x45f8a5['id']===_0x338f10);if(!_0x6502ea)return null;const _0x137384=_0x591c3e[_0xc616(0x59)](_0x338f10),_0x223208=_0x26de1d[_0xc616(0x11a)](_0x587a29[_0x338f10],_0x26de1d['EwtYz']),_0x469b1c=_0x26de1d['olDrC'](_0x11f992,null)||_0x26de1d[_0xc616(0x1a6)](_0x11f992,void 0x0)?void 0x0:_0x11f992[_0xc616(0x99)](_0x338f10);return React[_0xc616(0xaf)](View,{'style':styles[_0xc616(0xae)]},React['createElement'](View,{'style':styles[_0xc616(0x1a7)]},React[_0xc616(0xaf)](Text,{'style':styles[_0xc616(0x1a8)]},_0x6502ea[_0xc616(0xb0)]),_0x469b1c&&React['createElement'](View,{'style':styles[_0xc616(0xb1)]},React[_0xc616(0xaf)](Text,{'style':styles[_0xc616(0x1a9)]},_0xc616(0x9))),React['createElement'](TouchableOpacity,{'activeOpacity':0.8,'onPress':()=>!_0x223208&&_0x459c65(_0x338f10,!_0x137384),'disabled':_0x223208,'style':[styles[_0xc616(0xb3)],{'backgroundColor':_0x137384?'#10B981':_0xc616(0xb)}]},React['createElement'](View,{'style':[styles[_0xc616(0xb6)],{'transform':[{'translateX':_0x137384?0x14:0x0}]}]}))),React['createElement'](View,{'style':styles[_0xc616(0xb7)]},React[_0xc616(0xaf)](Text,{'style':styles[_0xc616(0xb8)]},_0x6502ea[_0xc616(0xb9)])));})())),React['createElement'](View,{'style':styles[_0xc616(0x1aa)]},React['createElement'](Text,{'style':styles[_0xc616(0x1ab)]},_0x26de1d[_0xc616(0x1ac)]),React[_0xc616(0xaf)](Text,{'style':styles[_0xc616(0x1ad)]},_0x26de1d[_0xc616(0x1ae)]),React[_0xc616(0xaf)](View,{'style':styles[_0xc616(0x1af)]},MODEL_REFRESH_OPTIONS[_0xc616(0x8b)](_0x3fda8e=>React[_0xc616(0xaf)](TouchableOpacity,{'key':_0x3fda8e[_0xc616(0x1b0)],'style':[styles[_0xc616(0x1b1)],_0x236fa5===_0x3fda8e['value']&&styles['refreshSegmentSelected']],'onPress':()=>_0x36501e(_0x3fda8e[_0xc616(0x1b0)]),'activeOpacity':0.7},React[_0xc616(0xaf)](Text,{'style':[styles[_0xc616(0x1b2)],_0x236fa5===_0x3fda8e[_0xc616(0x1b0)]&&styles[_0xc616(0x1b3)]]},_0x3fda8e[_0xc616(0x1b4)])))),React[_0xc616(0xaf)](Text,{'style':styles[_0xc616(0x1b5)]},(_0x26de1d[_0xc616(0x1b6)](_0x36eba0=MODEL_REFRESH_OPTIONS[_0xc616(0xab)](_0x342f5c=>_0x342f5c[_0xc616(0x1b0)]===_0x236fa5),null)||_0x26de1d['DTwkg'](_0x36eba0,void 0x0)?void 0x0:_0x36eba0[_0xc616(0xb9)])||'')),React[_0xc616(0xaf)](View,{'style':styles[_0xc616(0x1b7)]},React['createElement'](View,{'style':styles[_0xc616(0x1b8)]},React['createElement'](_0x59be63,{'label':_0xc616(0x1b9),'onPress':_0x146c1c,'disabled':loading||_0x591c3e[_0xc616(0xde)]===0x0||_0xd33f9b||_0x345d8a,'loading':_0x26de1d[_0xc616(0x1ba)](loading,_0xd33f9b)||_0x345d8a}),React[_0xc616(0xaf)](TouchableOpacity,{'style':styles[_0xc616(0x1bb)],'activeOpacity':0x1,'onPressIn':_0x1ec181,'onPressOut':_0x47dc64,'onPress':()=>{const _0x427e0e={'WcfeO':function(_0x51ae51,_0x4f9406){return _0x26de1d[_0xc616(0x126)](_0x51ae51,_0x4f9406);},'EzaXf':_0x26de1d['jcmgc']};if(_0x26de1d[_0xc616(0x1bc)](_0xc616(0x1bd),_0x26de1d[_0xc616(0x1be)])){_0x3f5061['log'](_0xc616(0x128)),_0x427e0e['WcfeO'](_0x4208db,_0x4e836b),_0x3c1d58(_0x5e9fa5=>({..._0x5e9fa5,[_0x4b2571]:_0xc616(0x30)}));const _0x42a4cb=_0x427e0e[_0xc616(0x1bf)];_0x121fa8['log'](_0xc616(0x12a),_0x42a4cb),_0x427e0e[_0xc616(0x1c0)](_0x40d90f,_0x42a4cb),_0x427e0e[_0xc616(0x1c0)](_0x2e17c8,!![]);return;}else _0x26de1d[_0xc616(0xec)](_0x591c3e['size'],0x0)&&!loading&&!_0xd33f9b&&!_0x345d8a&&(_0x26de1d[_0xc616(0x1c1)](_0xc616(0x1c2),_0x26de1d['jHthb'])?_0x26de1d[_0xc616(0x1c3)](_0x146c1c):Animated[_0xc616(0xdf)](Animated[_0xc616(0xe0)]([Animated[_0xc616(0xe1)](_0x36302d,{'toValue':0x1,'duration':0x3e8,'useNativeDriver':!![]}),Animated['timing'](_0x11bef3,{'toValue':0x0,'duration':0x3e8,'useNativeDriver':!![]})]))[_0xc616(0xe2)]());}},React[_0xc616(0xaf)](Animated['View'],{'style':[styles[_0xc616(0x1c4)],{'width':_0x2ab235['interpolate']({'inputRange':[0x0,0x1],'outputRange':['0%',_0xc616(0x1c5)]})}]}))),_0x1f8981&&React['createElement'](TouchableOpacity,{'style':styles[_0xc616(0x1c6)],'onPress':_0x358644},React[_0xc616(0xaf)](Text,{'style':styles[_0xc616(0x1c7)]},_0x26de1d[_0xc616(0x1c8)])))));},styles=StyleSheet[_0xc616(0x1c9)]({'container':{'flex':0x1,'backgroundColor':COLORS[_0xc616(0x1ca)],'paddingHorizontal':0x18},'backButton':{'width':0x20,'height':0x20,'borderRadius':0x10,'backgroundColor':_0xc616(0x1cb),'alignItems':'center','justifyContent':_0xc616(0x1cc),'marginBottom':0x2},'backButtonText':{'fontSize':0x16,'fontWeight':_0xc616(0x1cd),'color':_0xc616(0x1ce),'marginTop':-0x2},'scrollContent':{'flex':0x1},'headingContainer':{'width':_0xc616(0x1c5),'marginBottom':SPACING['sm'],'paddingTop':0x0,'marginTop':0x0},'title':{'fontFamily':_0xc616(0x1cf),'fontWeight':_0xc616(0x1d0),'fontSize':0x18,'lineHeight':0x20,'color':COLORS['grey800'],'textAlign':_0xc616(0x1d1),'marginBottom':0x4},'subtitle':{'fontFamily':_0xc616(0x1d2),'fontWeight':_0xc616(0x1d3),'fontSize':0x10,'lineHeight':0x18,'color':COLORS[_0xc616(0x1d4)],'textAlign':_0xc616(0x1d1)},'personaContainer':{'alignItems':_0xc616(0x1cc),'position':_0xc616(0x1d5),'marginTop':-0x14,'marginBottom':-0x78,'height':0x1c2},'largePersona':{'width':0x1f4,'height':0x1f4},'platformIconsOverlay':{'position':'absolute','width':_0xc616(0x1c5),'height':0x46,'zIndex':0xa},'platformIconsScrollContent':{'flexDirection':_0xc616(0x1d6),'alignItems':_0xc616(0x1cc),'paddingHorizontal':0x14,'gap':0x18},'platformIconsCentered':{'flexGrow':0x1,'justifyContent':_0xc616(0x1cc)},'platformIconButton':{'width':0x34,'height':0x34,'borderRadius':0x1a,'backgroundColor':_0xc616(0x1d7),'justifyContent':_0xc616(0x1cc),'alignItems':'center','borderWidth':0x3,'borderColor':_0xc616(0x1d8),'shadowColor':_0xc616(0x1d9),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.15,'shadowRadius':0x4,'elevation':0x4},'platformIconButtonSelected':{'borderColor':_0xc616(0x1da),'backgroundColor':_0xc616(0x1db)},'platformIcon':{'width':0x1e,'height':0x1e},'youtubeIcon':{'width':0x2a,'height':0x2a},'pinterestIcon':{'width':0x24,'height':0x24},'gmailIcon':{'width':0x24,'height':0x24},'chatgptIcon':{'width':0x1e,'height':0x1e},'claudeIcon':{'width':0x20,'height':0x20},'grokIcon':{'width':0x24,'height':0x24},'connectingDot':{'position':'absolute','top':0x2,'right':0x2,'width':0xc,'height':0xc,'borderRadius':0x6,'backgroundColor':_0xc616(0x1dc),'borderWidth':0x2,'borderColor':COLORS[_0xc616(0x1ca)]},'connectedDot':{'position':_0xc616(0x1dd),'top':0x2,'right':0x2,'width':0xc,'height':0xc,'borderRadius':0x6,'backgroundColor':_0xc616(0xa),'borderWidth':0x2,'borderColor':COLORS[_0xc616(0x1ca)]},'cardContainer':{'alignItems':'center','marginTop':0x10,'marginBottom':SPACING['md']},'platformCard':{'width':0x147,'backgroundColor':'#FFFFFF','borderRadius':0x10,'padding':0x8,'shadowColor':_0xc616(0x1d9),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.1,'shadowRadius':0x8,'elevation':0x3,'gap':0xa},'cardHeader':{'flexDirection':_0xc616(0x1d6),'alignItems':_0xc616(0x1cc),'justifyContent':'space-between'},'platformCardTitle':{'fontSize':0x10,'fontWeight':_0xc616(0x1cd),'color':COLORS[_0xc616(0x1de)],'fontFamily':'IBM\x20Plex\x20Sans'},'recommendedBadge':{'backgroundColor':'#EFF6FF','paddingHorizontal':0xc,'paddingVertical':0x6,'borderRadius':0x10,'marginLeft':0x8},'recommendedBadgeText':{'fontSize':0xc,'fontWeight':_0xc616(0x1cd),'color':'#2563EB','fontFamily':'IBM\x20Plex\x20Sans'},'customToggleTrack':{'width':0x32,'height':0x1e,'borderRadius':0xf,'padding':0x2,'marginLeft':_0xc616(0x1df),'marginRight':0x8,'justifyContent':_0xc616(0x1cc)},'customToggleThumb':{'width':0x1a,'height':0x1a,'borderRadius':0xd,'backgroundColor':_0xc616(0x1d7),'shadowColor':_0xc616(0x1d9),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.2,'shadowRadius':0x2,'elevation':0x2},'descriptionContainer':{'backgroundColor':_0xc616(0x1e0),'borderRadius':0x8,'padding':0x8},'platformCardDescription':{'fontSize':0xd,'lineHeight':0x12,'color':COLORS[_0xc616(0x1d4)],'fontFamily':_0xc616(0x1d2)},'refreshFrequencySection':{'paddingHorizontal':0x10,'paddingVertical':0x14,'marginTop':0xc,'backgroundColor':_0xc616(0x1e1),'borderRadius':0x10,'marginHorizontal':SPACING['md'],'marginBottom':0x8,'borderWidth':0x1,'borderColor':_0xc616(0x1e2)},'refreshFrequencyTitle':{'fontSize':0x11,'fontWeight':_0xc616(0x1d0),'color':_0xc616(0x1ce),'fontFamily':'IBM\x20Plex\x20Sans','marginBottom':0x4},'refreshFrequencyDescription':{'fontSize':0xe,'color':_0xc616(0x1e3),'fontFamily':_0xc616(0x1d2),'fontWeight':_0xc616(0x1d3),'marginBottom':0x10},'refreshSegmentedControl':{'flexDirection':_0xc616(0x1d6),'backgroundColor':_0xc616(0x1e4),'borderRadius':0xc,'padding':0x3},'refreshSegment':{'flex':0x1,'paddingVertical':0xa,'alignItems':_0xc616(0x1cc),'justifyContent':_0xc616(0x1cc),'borderRadius':0xa},'refreshSegmentSelected':{'backgroundColor':_0xc616(0x1ce),'shadowColor':_0xc616(0x1d9),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.15,'shadowRadius':0x4,'elevation':0x3},'refreshSegmentText':{'fontSize':0xf,'fontFamily':_0xc616(0x1d2),'fontWeight':_0xc616(0x1e5),'color':'#8E8E93'},'refreshSegmentTextSelected':{'fontWeight':_0xc616(0x1d0),'color':_0xc616(0x1d7)},'refreshFrequencyHint':{'fontSize':0xd,'fontFamily':_0xc616(0x1d2),'fontWeight':_0xc616(0x1d3),'color':_0xc616(0x1e3),'textAlign':'center','marginTop':0xc},'privacyLinkContainer':{'marginTop':0x10,'paddingTop':0x10,'borderTopWidth':0x1,'borderTopColor':'#E5E7EB','alignItems':'center'},'privacyLinkText':{'fontSize':0xe,'color':_0xc616(0x1e6),'fontFamily':_0xc616(0x1d2),'fontWeight':_0xc616(0x1e5)},'bottomButtonContainer':{'paddingTop':0x8,'paddingBottom':0x0,'paddingHorizontal':SPACING['md']},'buttonWrapper':{'position':_0xc616(0x1d5)},'buttonOverlay':{'position':_0xc616(0x1dd),'top':0x0,'left':0x0,'right':0x0,'bottom':0x0,'borderRadius':0xc,'overflow':_0xc616(0x1e7)},'holdProgressBar':{'position':'absolute','bottom':0x0,'left':0x0,'height':0x4,'backgroundColor':_0xc616(0xa),'borderRadius':0x2},'skipButton':{'alignItems':_0xc616(0x1cc),'paddingVertical':0xa,'marginBottom':0x22},'skipButtonText':{'fontSize':0x10,'fontFamily':_0xc616(0x1d2),'fontWeight':_0xc616(0x1e5),'color':COLORS['grey600']},'pageIndicatorContainer':{'position':_0xc616(0x1dd),'alignSelf':_0xc616(0x1cc),'zIndex':0xb},'scrollBarTrack':{'width':0x50,'height':0x4,'backgroundColor':COLORS[_0xc616(0x1e8)],'borderRadius':0x2,'position':'relative','overflow':_0xc616(0x1e7)},'scrollBarThumb':{'position':_0xc616(0x1dd),'width':0x18,'height':0x4,'backgroundColor':COLORS[_0xc616(0x1d4)],'borderRadius':0x2,'left':0x0},'scrollIndicator':{'position':'absolute','bottom':0x3c,'right':0x1e,'zIndex':0xc},'scrollIndicatorText':{'fontSize':0x20,'color':COLORS[_0xc616(0x1e9)],'fontWeight':'bold'}});export default PlatformConnectorsStep;function _0x366a(){const _0x51ad23=['daily','Daily','Always\x20up-to-date\x20data.','weekly','Weekly','Balanced\x20freshness\x20and\x20efficiency.','biweekly','Biweekly','✅\x20[PLATFORMS]\x20Loaded\x20from\x20user_connected_platforms:','Highly\x20Recommended','#10B981','#9CA3AF','DawwY','🔄\x20[PLATFORMS]\x20Loading\x20connected\x20platforms\x20from\x20storage...','user_connected_platforms','chatgpt','ZbMlH','ZyyyW','@onairos:linkedin_connected','dcqmT','✅\x20[PLATFORMS]\x20Loaded\x20LinkedIn\x20connection','jblNq','QNaZe','Error\x20initializing\x20username:','pdJwZ','AbZgR','eJVAI','fEXRO','DxGhX','cZgXM','GFqiM','https://www.linkedin.com/login','QigtE','CUntq','wgFRD','Juaxt','success','error','keBse','EpQgK','bmJEE','kwqgh','TkLSN','uzbPC','fXAAU','SET\x20(','...)','ZMliH','connecting','youtube','pinterest','claude','PkhEJ','reddit','Gmail','Use\x20your\x20email\x20information\x20to\x20enrich\x20your\x20model.','ChatGPT','Use\x20your\x20Claude\x20conversations\x20to\x20enrich\x20your\x20model.','Use\x20your\x20Gemini\x20conversations\x20to\x20enrich\x20your\x20model.','Use\x20your\x20Grok\x20conversations\x20from\x20X\x20to\x20enrich\x20your\x20model.','AzHfr','Connect\x20platforms\x20to\x20build\x20your\x20private\x20persona','normal','Model\x20Refresh\x20Frequency','sIYng','wngmr','vjqKH','geTds','UXtxv','lHPfq','gQiZm','OiOgD','Value','DYUhd','nnexM','dRTTt','UWFuy','PhLQq','VGOdi','hsLKd','vcOhC','nFpXO','EzwoI','oDVop','gInGl','wIDHP','length','PPXJX','forEach','has','FiWzE','wayXS','YzlYB','TvWob','rvgJl','rqAtB','WWfxu','kuCME','UNsEm','nYDGe','QoOaC','IMpIB','zJKQN','VEqSv','qAVHs','klgoW','iiwnU','Sxfhg','uhIwI','pUaTT','WTERr','pNCwj','yiBUJ','WMAKo','gHZNo','linkedin','oMYax','VRePS','wDnyk','CIuFm','MRtkK','cNOzv','WNiMx','log','tLMiF','WhcSr','parse','isArray','push','dzCpi','getItem','platform_account_details','cPewP','fJylN','emKRU','platform','FjQlG','toLowerCase','XGEHj','map','WAlBC','EHWBJ','iBzrc','eeZWd','CcQas','@onairos:llm_connected:','connected','Rhbic','kpquu','✅\x20[PLATFORMS]\x20Loaded\x20LLM\x20platform:\x20','BUTTON_PRESS','wlvMr','zNzTD','includes','opJwV','AJUPr','vsJgk','QNlfU','xSzCf','GzBLm','KWCDv','yTvMR','KigGz','jgHMM','efSic','NpYjR','AQKav','aJJjS','from','ecsAn','qLjwv','find','ePAOA','oCGaf','platformCard','createElement','name','recommendedBadge','CVxOj','customToggleTrack','MsZBc','DJWKk','customToggleThumb','descriptionContainer','platformCardDescription','description','YXawc','https://privacy.onairos.io/','DTwkg','TZBOn','onairos_username','WVIxm','sjZCc','xpLQt','sjojQ','yIXMV','oCTHY','fIplg','exTYF','YRahP','opszx','WAucb','ArOmV','split','user_','floor','fCIyS','random','setItem','iAxdT','mobile_user_','tnssm','qooZX','wTNgY','lyOLu','openURL','vPnRq','AVVXK','ERROR','nrdsd','EVuDY','oHEdp','size','loop','sequence','timing','start','SetZL','nCarz','nativeEvent','layoutMeasurement','width','contentSize','current','EyZSM','LHIpY','DtKUD','UCxRQ','Use\x20your\x20watch\x20history,\x20likes,\x20and\x20subscriptions\x20to\x20enrich\x20your\x20model.','rinMQ','urCTE','QwDlS','Pinterest','ViZri','RoIfc','Use\x20your\x20professional\x20network\x20and\x20career\x20interests\x20to\x20enrich\x20your\x20model.','xTQWS','YxNXc','BmTOJ','wNqMH','BBPAE','ZIWjD','jFLJo','Claude','rblBD','Grok','VWvDj','PMcwA','ZjwQz','filter','SwizH','DGFmo','drBeS','nsdOo','lMpvH','ikQso','add','SUCCESS','✅\x20[PERSONA]\x20Applied\x20pending\x20connection:\x20','sONuW','IdZBE','rYdaP','GTEne','RGUuX','🔄\x20[TOGGLE]\x20Platform\x20toggle:\x20','\x20=\x20','ekuRY','IMgvf','EytDW','👤\x20[TOGGLE]\x20Username\x20check\x20-\x20stored:\x20\x22','\x22,\x20state:\x20\x22','\x22,\x20valid:\x20\x22','zICCo','gMfMR','BKxvZ','jKubs','isChatPlatform','QqrNg','🌐\x20[LLM]\x20Opening\x20','\x20URL:','qJAWK','DHESb','pNbVB','HHtun','uOLlM','dsOLv','💼\x20[LINKEDIN]\x20Opening\x20WebView\x20for\x20LinkedIn\x20login...','dxflI','🌐\x20[LINKEDIN]\x20Opening\x20LinkedIn\x20URL:','HabuO','GoRbr','...','JGMlB','fuaCT','DhaKM','🔗\x20[TOGGLE]\x20OAuth\x20URL\x20result\x20for\x20','substring','XsOmh','hJCBa','✅\x20[TOGGLE]\x20Setting\x20WebView\x20state\x20-\x20showing\x20modal\x20for\x20','MbiEJ','❌\x20[TOGGLE]\x20OAuth\x20failed\x20for\x20','\x20-\x20no\x20URL\x20returned','rbxLl','delete','disconnected','nYJtA','removeItem','Error\x20toggling\x20platform\x20','✅\x20[PLATFORMS]\x20Updated\x20connectedPlatforms\x20state\x20with:','AONBG','wRRnQ','OTQRz','kotnL','CsGPk','KzPJd','bISxI','CqBRT','ESSMt','SuNvO','xTlKf','DenVy','@onairos:model_refresh_frequency','✅\x20[REFRESH]\x20Model\x20refresh\x20frequency\x20set\x20to:\x20','DCsaT','AOvTV','VeGlS','PWkkB','VDryL','jyuNP','dLsjL','stringify','✅\x20[STORAGE]\x20Added\x20','\x20to\x20user_connected_platforms:','kwdJY','toISOString','\x20connection\x20stored\x20locally','✅\x20[LINKEDIN]\x20Connection\x20stored\x20locally','UFNZk','vzhpm','❌\x20[STORAGE]\x20Error\x20saving\x20to\x20user_connected_platforms:','iccng','icpzW','EjWxb','zsGVa','hGxkT','UDSIT','nMRiN','wvwvt','wBICc','vnvdL','JSdOt','JUmaS','mJrju','reWUu','vibrate','RPbLl','WmsZO','setValue','FwkOg','skquw','mNFeY','eKrau','📊\x20[STATE]\x20WebView\x20state\x20changed\x20-\x20showOAuthWebView:\x20',',\x20oauthUrl:\x20','yWzQB','khMJi','min','dCvaI','KFpcD','✅\x20[WEBVIEW]\x20Rendering\x20OAuthWebView\x20for\x20','\x20with\x20URL:\x20','fhCOw','Tereo','lVEmK','container','scrollContent','backButton','backButtonText','headingContainer','title','Build\x20your\x20persona','subtitle','lVPzU','personaContainer','largePersona','platformIconsCentered','RaZvg','LoXYJ','EwtYz','platformIconButton','platformIconButtonSelected','wGXHp','EyxzA','icon','platformIcon','QrmSG','olDrC','joONJ','gmailIcon','claudeIcon','grok','grokIcon','connectingDot','connectedDot','scrollBarThumb','rXgHa','vhJvI','View','interpolate','scrollIndicatorText','cardContainer','ZuphL','cardHeader','platformCardTitle','recommendedBadgeText','refreshFrequencySection','refreshFrequencyTitle','dcUxU','refreshFrequencyDescription','XegTc','refreshSegmentedControl','value','refreshSegment','refreshSegmentText','refreshSegmentTextSelected','label','refreshFrequencyHint','dVFuL','bottomButtonContainer','buttonWrapper','Continue','GieiO','buttonOverlay','ejHLf','cekRf','ffdDw','EzaXf','WcfeO','iFlhZ','WPwdQ','yXnfc','holdProgressBar','100%','skipButton','skipButtonText','KWmmS','create','surface','#F0F0F3','center','600','#1C1C1E','IBM\x20Plex\x20Sans','700','left','Inter','400','grey600','relative','row','#FFFFFF','transparent','#000','#3B82F6','#EFF6FF','#FFA500','absolute','grey800','auto','#F9FAFB','#F5F5F7','#E0E0E4','#8E8E93','#E8E8ED','500','#8B5CF6','hidden','grey300','grey500'];_0x366a=function(){return _0x51ad23;};return _0x366a();}
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 _0x5a4144 from'react-native-vector-icons/MaterialIcons';import{COLORS,PLATFORMS}from'../constants';function _0x7cee(){const _0x4de669=['#fff','Disconnect','Connect\x20your\x20platforms','Connect\x20at\x20least\x202\x20platforms\x20to\x20proceed','Proceed','platformContainer','platformHeader','createElement','icon','platformName','name','platformDescription','connectButton','connectedButton','tVTIc','buttonText','DiWMu','Connect','container','title','LwPmu','subtitle','wQNxV','platformsList','entries','map','disabledButton','wbOzh','proceedButtonText','djOia','create','text','primary','secondary','row','center','600','success'];_0x7cee=function(){return _0x4de669;};return _0x7cee();}function _0x2f4c(_0x7ceeff,_0x2f4c6f){_0x7ceeff=_0x7ceeff-0x0;const _0x437388=_0x7cee();let _0x38336d=_0x437388[_0x7ceeff];return _0x38336d;}export const PlatformList=({connections:_0x23a04a,onToggle:_0x231839,isLoading:_0x4b7c39,canProceed:_0x175090,onProceed:_0x5b252c})=>{const _0x5cd21e={'tVTIc':_0x2f4c(0x0),'DiWMu':_0x2f4c(0x1),'LwPmu':_0x2f4c(0x2),'wQNxV':_0x2f4c(0x3),'wbOzh':function(_0x47522c,_0x4e21e5){return _0x47522c||_0x4e21e5;},'djOia':_0x2f4c(0x4)},_0x2c20e7=(_0x435b71,_0x855566)=>{const _0x4501a1=PLATFORMS[_0x435b71];if(!_0x4501a1)return null;return React['createElement'](View,{'key':_0x435b71,'style':styles[_0x2f4c(0x5)]},React['createElement'](View,{'style':styles[_0x2f4c(0x6)]},React[_0x2f4c(0x7)](_0x5a4144,{'name':_0x4501a1[_0x2f4c(0x8)],'size':0x18,'color':_0x4501a1['color']}),React[_0x2f4c(0x7)](Text,{'style':styles[_0x2f4c(0x9)]},_0x4501a1[_0x2f4c(0xa)])),_0x4501a1['description']&&React[_0x2f4c(0x7)](Text,{'style':styles[_0x2f4c(0xb)]},_0x4501a1['description']),React['createElement'](TouchableOpacity,{'style':[styles[_0x2f4c(0xc)],_0x855566?styles[_0x2f4c(0xd)]:styles['disconnectedButton']],'onPress':()=>_0x231839(_0x435b71,!_0x855566),'disabled':_0x4b7c39},_0x4b7c39?React[_0x2f4c(0x7)](ActivityIndicator,{'color':_0x5cd21e[_0x2f4c(0xe)]}):React[_0x2f4c(0x7)](Text,{'style':styles[_0x2f4c(0xf)]},_0x855566?_0x5cd21e[_0x2f4c(0x10)]:_0x2f4c(0x11))));};return React[_0x2f4c(0x7)](View,{'style':styles[_0x2f4c(0x12)]},React[_0x2f4c(0x7)](Text,{'style':styles[_0x2f4c(0x13)]},_0x5cd21e[_0x2f4c(0x14)]),React[_0x2f4c(0x7)](Text,{'style':styles[_0x2f4c(0x15)]},_0x5cd21e[_0x2f4c(0x16)]),React[_0x2f4c(0x7)](View,{'style':styles[_0x2f4c(0x17)]},Object[_0x2f4c(0x18)](_0x23a04a)[_0x2f4c(0x19)](([_0x54c757,_0x286ea2])=>_0x2c20e7(_0x54c757,!!_0x286ea2))),React[_0x2f4c(0x7)](TouchableOpacity,{'style':[styles['proceedButton'],!_0x175090&&styles[_0x2f4c(0x1a)]],'onPress':_0x5b252c,'disabled':_0x5cd21e[_0x2f4c(0x1b)](!_0x175090,_0x4b7c39)},React[_0x2f4c(0x7)](Text,{'style':styles[_0x2f4c(0x1c)]},_0x5cd21e[_0x2f4c(0x1d)])));};const styles=StyleSheet[_0x2f4c(0x1e)]({'container':{'flex':0x1,'padding':0x10},'title':{'fontSize':0x14,'fontWeight':'600','marginBottom':0x8,'color':COLORS[_0x2f4c(0x1f)][_0x2f4c(0x20)]},'subtitle':{'fontSize':0xe,'color':COLORS[_0x2f4c(0x1f)][_0x2f4c(0x21)],'marginBottom':0x18},'platformsList':{'flex':0x1},'platformContainer':{'backgroundColor':'#fff','borderRadius':0xc,'padding':0x10,'marginBottom':0x10,'borderWidth':0x1,'borderColor':COLORS['border']},'platformHeader':{'flexDirection':_0x2f4c(0x22),'alignItems':_0x2f4c(0x23),'marginBottom':0x8},'platformName':{'fontSize':0x10,'fontWeight':_0x2f4c(0x24),'marginLeft':0xc,'color':COLORS['text'][_0x2f4c(0x20)]},'platformDescription':{'fontSize':0xe,'color':COLORS['text'][_0x2f4c(0x21)],'marginBottom':0x10},'connectButton':{'paddingVertical':0x8,'paddingHorizontal':0x10,'borderRadius':0x8,'alignItems':_0x2f4c(0x23)},'connectedButton':{'backgroundColor':COLORS[_0x2f4c(0x25)]},'disconnectedButton':{'backgroundColor':COLORS[_0x2f4c(0x20)]},'buttonText':{'color':_0x2f4c(0x0),'fontWeight':_0x2f4c(0x24)},'proceedButton':{'backgroundColor':COLORS[_0x2f4c(0x20)],'paddingVertical':0x10,'borderRadius':0xc,'alignItems':_0x2f4c(0x23),'marginTop':0x10},'disabledButton':{'opacity':0.5},'proceedButtonText':{'color':_0x2f4c(0x0),'fontSize':0x10,'fontWeight':'600'}});
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)}});