@onairos/react-native 3.6.6 → 3.6.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (216) hide show
  1. package/lib/commonjs/api/index.js +1 -1
  2. package/lib/commonjs/components/BodyText.js +1 -1
  3. package/lib/commonjs/components/BrandMark.js +1 -1
  4. package/lib/commonjs/components/CodeInput.js +1 -1
  5. package/lib/commonjs/components/EmailInput.js +1 -1
  6. package/lib/commonjs/components/GoogleButton.js +1 -1
  7. package/lib/commonjs/components/HeadingGroup.js +1 -1
  8. package/lib/commonjs/components/LLMDataInputModal.js +1 -1
  9. package/lib/commonjs/components/ModalHeader.js +1 -1
  10. package/lib/commonjs/components/ModalSheet.js +1 -1
  11. package/lib/commonjs/components/Onairos.js +1 -1
  12. package/lib/commonjs/components/OnairosButton.js +1 -1
  13. package/lib/commonjs/components/OnairosSignInButton.js +1 -1
  14. package/lib/commonjs/components/Overlay.js +1 -1
  15. package/lib/commonjs/components/PersonaImage.js +1 -1
  16. package/lib/commonjs/components/PersonaLoadingScreen.js +1 -1
  17. package/lib/commonjs/components/PersonalizationConsentScreen.js +1 -1
  18. package/lib/commonjs/components/PinCreationScreen.js +1 -1
  19. package/lib/commonjs/components/PinInput.js +1 -1
  20. package/lib/commonjs/components/PlatformConnectorsStep.js +1 -1
  21. package/lib/commonjs/components/PlatformList.js +1 -1
  22. package/lib/commonjs/components/PlatformToggle.js +1 -1
  23. package/lib/commonjs/components/PrimaryButton.js +1 -1
  24. package/lib/commonjs/components/SignInMatchAnimation.js +1 -1
  25. package/lib/commonjs/components/SignInStep.js +1 -1
  26. package/lib/commonjs/components/UniversalOnboarding.js +1 -1
  27. package/lib/commonjs/components/VerificationStep.js +1 -1
  28. package/lib/commonjs/components/WelcomeScreen.js +1 -1
  29. package/lib/commonjs/components/icons/Basicproficon.js +1 -1
  30. package/lib/commonjs/components/icons/Basicprofile.js +1 -1
  31. package/lib/commonjs/components/icons/Checkbox.js +1 -1
  32. package/lib/commonjs/components/icons/Checkmark.js +1 -1
  33. package/lib/commonjs/components/icons/Contentanalysis.js +1 -1
  34. package/lib/commonjs/components/icons/Contenticon.js +1 -1
  35. package/lib/commonjs/components/icons/EnochE.js +1 -1
  36. package/lib/commonjs/components/icons/Personalityicon.js +1 -1
  37. package/lib/commonjs/components/icons/Personalityprofile.js +1 -1
  38. package/lib/commonjs/components/icons/Personalitytraits.js +1 -1
  39. package/lib/commonjs/components/icons/Userpreferences.js +1 -1
  40. package/lib/commonjs/components/icons/index.js +1 -1
  41. package/lib/commonjs/components/onboarding/OAuthWebView.js +1 -1
  42. package/lib/commonjs/components/onboarding/OnboardingHeader.js +1 -1
  43. package/lib/commonjs/components/onboarding/PinInput.js +1 -1
  44. package/lib/commonjs/components/onboarding/PlatformConnector.js +1 -1
  45. package/lib/commonjs/config/api.js +1 -1
  46. package/lib/commonjs/constants/index.js +1 -1
  47. package/lib/commonjs/context/AuthContext.js +1 -1
  48. package/lib/commonjs/hooks/useConnectedAccounts.js +1 -1
  49. package/lib/commonjs/hooks/useConnections.js +1 -1
  50. package/lib/commonjs/hooks/useCredentials.js +1 -1
  51. package/lib/commonjs/hooks/useUserConnections.js +1 -1
  52. package/lib/commonjs/index.js +1 -1
  53. package/lib/commonjs/services/apiClient.js +1 -1
  54. package/lib/commonjs/services/biometricPinService.js +1 -1
  55. package/lib/commonjs/services/chatGPTConversationExtractor.js +1 -1
  56. package/lib/commonjs/services/chatGPTConversationService.js +1 -1
  57. package/lib/commonjs/services/claudeConversationExtractor.js +1 -1
  58. package/lib/commonjs/services/claudeConversationService.js +1 -1
  59. package/lib/commonjs/services/connectedAccountsService.js +1 -1
  60. package/lib/commonjs/services/googleAuthService.js +1 -1
  61. package/lib/commonjs/services/hingeDataExtractor.js +1 -1
  62. package/lib/commonjs/services/hingeDataService.js +1 -1
  63. package/lib/commonjs/services/imageCompressionService.js +1 -1
  64. package/lib/commonjs/services/instagramDataExtractor.js +1 -1
  65. package/lib/commonjs/services/instagramDataService.js +1 -1
  66. package/lib/commonjs/services/jwtStorageService.js +1 -1
  67. package/lib/commonjs/services/linkedinDOMExtractor.js +1 -1
  68. package/lib/commonjs/services/linkedinProfileService.js +1 -1
  69. package/lib/commonjs/services/linkedinScrapingService.js +1 -1
  70. package/lib/commonjs/services/llmDataStorage.js +1 -1
  71. package/lib/commonjs/services/mobileTrainingService.js +1 -1
  72. package/lib/commonjs/services/pinEncryptionService.js +1 -1
  73. package/lib/commonjs/services/pinStorageUtils.js +1 -1
  74. package/lib/commonjs/services/platformAuthService.js +1 -1
  75. package/lib/commonjs/services/sephoraDataExtractor.js +1 -1
  76. package/lib/commonjs/services/sephoraDataService.js +1 -1
  77. package/lib/commonjs/services/storageService.js +1 -1
  78. package/lib/commonjs/services/telegramDataExtractor.js +1 -1
  79. package/lib/commonjs/services/telegramDataService.js +1 -1
  80. package/lib/commonjs/services/trainingApiHelpers.js +1 -1
  81. package/lib/commonjs/services/userConnectionsService.js +1 -1
  82. package/lib/commonjs/services/youtubeMigrationService.js +1 -1
  83. package/lib/commonjs/theme/index.js +1 -1
  84. package/lib/commonjs/types/index.js +1 -1
  85. package/lib/commonjs/types.js +1 -1
  86. package/lib/commonjs/utils/Portal.js +1 -1
  87. package/lib/commonjs/utils/api.js +1 -1
  88. package/lib/commonjs/utils/assetRegistry.js +1 -1
  89. package/lib/commonjs/utils/auth.js +1 -1
  90. package/lib/commonjs/utils/connectorTests.js +1 -1
  91. package/lib/commonjs/utils/crypto.js +1 -1
  92. package/lib/commonjs/utils/debugHelper.js +1 -1
  93. package/lib/commonjs/utils/encryption.js +1 -1
  94. package/lib/commonjs/utils/eventUtils.js +1 -1
  95. package/lib/commonjs/utils/haptics.js +1 -1
  96. package/lib/commonjs/utils/imagePreloader.js +1 -1
  97. package/lib/commonjs/utils/networkDiagnostics.js +1 -1
  98. package/lib/commonjs/utils/onairosApi.js +1 -1
  99. package/lib/commonjs/utils/programmaticFlow.js +1 -1
  100. package/lib/commonjs/utils/retryHelper.js +1 -1
  101. package/lib/commonjs/utils/secureStorage.js +1 -1
  102. package/lib/commonjs/utils/webviewScripts/chatgpt.js +1 -1
  103. package/lib/commonjs/utils/webviewScripts/claude.js +1 -1
  104. package/lib/commonjs/utils/webviewScripts/hinge.js +1 -1
  105. package/lib/commonjs/utils/webviewScripts/index.js +1 -1
  106. package/lib/commonjs/utils/webviewScripts/instagram.js +1 -1
  107. package/lib/commonjs/utils/webviewScripts/linkedin.js +1 -1
  108. package/lib/commonjs/utils/webviewScripts/sephora.js +1 -1
  109. package/lib/commonjs/utils/webviewScripts/telegram.js +1 -1
  110. package/lib/module/api/index.js +1 -1
  111. package/lib/module/components/BodyText.js +1 -1
  112. package/lib/module/components/BrandMark.js +1 -1
  113. package/lib/module/components/CodeInput.js +1 -1
  114. package/lib/module/components/EmailInput.js +1 -1
  115. package/lib/module/components/GoogleButton.js +1 -1
  116. package/lib/module/components/HeadingGroup.js +1 -1
  117. package/lib/module/components/LLMDataInputModal.js +1 -1
  118. package/lib/module/components/ModalHeader.js +1 -1
  119. package/lib/module/components/ModalSheet.js +1 -1
  120. package/lib/module/components/Onairos.js +1 -1
  121. package/lib/module/components/OnairosButton.js +1 -1
  122. package/lib/module/components/OnairosSignInButton.js +1 -1
  123. package/lib/module/components/Overlay.js +1 -1
  124. package/lib/module/components/PersonaImage.js +1 -1
  125. package/lib/module/components/PersonaLoadingScreen.js +1 -1
  126. package/lib/module/components/PersonalizationConsentScreen.js +1 -1
  127. package/lib/module/components/PinCreationScreen.js +1 -1
  128. package/lib/module/components/PinInput.js +1 -1
  129. package/lib/module/components/PlatformConnectorsStep.js +1 -1
  130. package/lib/module/components/PlatformList.js +1 -1
  131. package/lib/module/components/PlatformToggle.js +1 -1
  132. package/lib/module/components/PrimaryButton.js +1 -1
  133. package/lib/module/components/SignInMatchAnimation.js +1 -1
  134. package/lib/module/components/SignInStep.js +1 -1
  135. package/lib/module/components/UniversalOnboarding.js +1 -1
  136. package/lib/module/components/VerificationStep.js +1 -1
  137. package/lib/module/components/WelcomeScreen.js +1 -1
  138. package/lib/module/components/icons/Basicproficon.js +1 -1
  139. package/lib/module/components/icons/Basicprofile.js +1 -1
  140. package/lib/module/components/icons/Checkbox.js +1 -1
  141. package/lib/module/components/icons/Checkmark.js +1 -1
  142. package/lib/module/components/icons/Contentanalysis.js +1 -1
  143. package/lib/module/components/icons/Contenticon.js +1 -1
  144. package/lib/module/components/icons/EnochE.js +1 -1
  145. package/lib/module/components/icons/Personalityicon.js +1 -1
  146. package/lib/module/components/icons/Personalityprofile.js +1 -1
  147. package/lib/module/components/icons/Personalitytraits.js +1 -1
  148. package/lib/module/components/icons/Userpreferences.js +1 -1
  149. package/lib/module/components/onboarding/OAuthWebView.js +1 -1
  150. package/lib/module/components/onboarding/OnboardingHeader.js +1 -1
  151. package/lib/module/components/onboarding/PinInput.js +1 -1
  152. package/lib/module/components/onboarding/PlatformConnector.js +1 -1
  153. package/lib/module/config/api.js +1 -1
  154. package/lib/module/constants/index.js +1 -1
  155. package/lib/module/context/AuthContext.js +1 -1
  156. package/lib/module/hooks/useConnectedAccounts.js +1 -1
  157. package/lib/module/hooks/useConnections.js +1 -1
  158. package/lib/module/hooks/useCredentials.js +1 -1
  159. package/lib/module/hooks/useUserConnections.js +1 -1
  160. package/lib/module/index.js +1 -1
  161. package/lib/module/services/apiClient.js +1 -1
  162. package/lib/module/services/biometricPinService.js +1 -1
  163. package/lib/module/services/chatGPTConversationExtractor.js +1 -1
  164. package/lib/module/services/chatGPTConversationService.js +1 -1
  165. package/lib/module/services/claudeConversationExtractor.js +1 -1
  166. package/lib/module/services/claudeConversationService.js +1 -1
  167. package/lib/module/services/connectedAccountsService.js +1 -1
  168. package/lib/module/services/googleAuthService.js +1 -1
  169. package/lib/module/services/hingeDataExtractor.js +1 -1
  170. package/lib/module/services/hingeDataService.js +1 -1
  171. package/lib/module/services/imageCompressionService.js +1 -1
  172. package/lib/module/services/instagramDataExtractor.js +1 -1
  173. package/lib/module/services/instagramDataService.js +1 -1
  174. package/lib/module/services/jwtStorageService.js +1 -1
  175. package/lib/module/services/linkedinDOMExtractor.js +1 -1
  176. package/lib/module/services/linkedinProfileService.js +1 -1
  177. package/lib/module/services/linkedinScrapingService.js +1 -1
  178. package/lib/module/services/llmDataStorage.js +1 -1
  179. package/lib/module/services/mobileTrainingService.js +1 -1
  180. package/lib/module/services/pinEncryptionService.js +1 -1
  181. package/lib/module/services/pinStorageUtils.js +1 -1
  182. package/lib/module/services/platformAuthService.js +1 -1
  183. package/lib/module/services/sephoraDataExtractor.js +1 -1
  184. package/lib/module/services/sephoraDataService.js +1 -1
  185. package/lib/module/services/storageService.js +1 -1
  186. package/lib/module/services/telegramDataExtractor.js +1 -1
  187. package/lib/module/services/telegramDataService.js +1 -1
  188. package/lib/module/services/trainingApiHelpers.js +1 -1
  189. package/lib/module/services/userConnectionsService.js +1 -1
  190. package/lib/module/services/youtubeMigrationService.js +1 -1
  191. package/lib/module/theme/index.js +1 -1
  192. package/lib/module/types.js +1 -1
  193. package/lib/module/utils/Portal.js +1 -1
  194. package/lib/module/utils/api.js +1 -1
  195. package/lib/module/utils/assetRegistry.js +1 -1
  196. package/lib/module/utils/auth.js +1 -1
  197. package/lib/module/utils/connectorTests.js +1 -1
  198. package/lib/module/utils/crypto.js +1 -1
  199. package/lib/module/utils/debugHelper.js +1 -1
  200. package/lib/module/utils/encryption.js +1 -1
  201. package/lib/module/utils/eventUtils.js +1 -1
  202. package/lib/module/utils/haptics.js +1 -1
  203. package/lib/module/utils/networkDiagnostics.js +1 -1
  204. package/lib/module/utils/onairosApi.js +1 -1
  205. package/lib/module/utils/programmaticFlow.js +1 -1
  206. package/lib/module/utils/retryHelper.js +1 -1
  207. package/lib/module/utils/secureStorage.js +1 -1
  208. package/lib/module/utils/webviewScripts/chatgpt.js +1 -1
  209. package/lib/module/utils/webviewScripts/claude.js +1 -1
  210. package/lib/module/utils/webviewScripts/hinge.js +1 -1
  211. package/lib/module/utils/webviewScripts/index.js +1 -1
  212. package/lib/module/utils/webviewScripts/instagram.js +1 -1
  213. package/lib/module/utils/webviewScripts/linkedin.js +1 -1
  214. package/lib/module/utils/webviewScripts/sephora.js +1 -1
  215. package/lib/module/utils/webviewScripts/telegram.js +1 -1
  216. package/package.json +1 -1
@@ -1 +1 @@
1
- import React,{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}});
1
+ import React,{useState,useCallback}from'react';import{View,Text,StyleSheet,TextInput,TouchableOpacity,Dimensions,Keyboard,ActivityIndicator}from'react-native';import{biometricPinService}from'../services/biometricPinService';function _0x540c(_0x48f0a5,_0x540c4e){_0x48f0a5=_0x48f0a5-0x0;const _0x3b409a=_0x48f0();let _0x3ebbc1=_0x3b409a[_0x48f0a5];return _0x3ebbc1;}const {width}=Dimensions['get'](_0x540c(0x0));export const PinInput=({onSubmit:_0x15f173,minLength:minLength=0x8,requireSpecialChar:requireSpecialChar=!![],requireNumber:requireNumber=!![],onBack:_0x4a2d34,enableBiometricStorage:enableBiometricStorage=!![],onBackgroundTrainingStart:_0x5e2b19,showBackgroundProgress:showBackgroundProgress=![],backgroundProgressText:backgroundProgressText='Training\x20is\x20starting\x20in\x20the\x20background...'})=>{const _0x1e7967={'MarlL':function(_0x4bab3c,_0x54de96){return _0x4bab3c(_0x54de96);},'rxJVR':_0x540c(0x1),'RpgNX':function(_0x2d2bf7,_0x10ce51){return _0x2d2bf7!==_0x10ce51;},'aZhdY':_0x540c(0x2),'lUiAV':_0x540c(0x3),'MLcUG':function(_0x2234de,_0x2c7d45){return _0x2234de(_0x2c7d45);},'VDQzi':function(_0x5d2e23,_0x32c76c){return _0x5d2e23&&_0x32c76c;},'mYPiz':function(_0x71784e,_0x5124d9){return _0x71784e(_0x5124d9);},'LRBZD':function(_0x1148e7,_0x407756){return _0x1148e7<_0x407756;},'MdIWA':_0x540c(0x4),'WxQGl':'PIN\x20must\x20include\x20a\x20number','lJfTZ':function(_0x22f7a0,_0x4cb859){return _0x22f7a0(_0x4cb859);},'jorjs':function(_0xde0a36){return _0xde0a36();},'UbyIN':function(_0x50f7d8,_0x53c87a){return _0x50f7d8===_0x53c87a;},'OzrdL':'DzbPj','miXVq':_0x540c(0x5),'yHgdL':function(_0x52217b,_0x36e38e){return _0x52217b(_0x36e38e);},'vZMfK':function(_0x3b4ea6,_0x1caf80){return _0x3b4ea6(_0x1caf80);},'EcBCG':function(_0x17edae,_0x4f7e41){return _0x17edae(_0x4f7e41);},'YXIiU':function(_0x1505af,_0x56f3cc){return _0x1505af(_0x56f3cc);},'kwvzG':_0x540c(0x6),'PwrXA':function(_0xf62cde,_0x30e0e8){return _0xf62cde(_0x30e0e8);},'IqBKb':function(_0x204528,_0x3deca4){return _0x204528!==_0x3deca4;},'lkguT':_0x540c(0x7),'qFYsz':function(_0x439676,_0x2f00e6){return _0x439676===_0x2f00e6;},'GFhQN':_0x540c(0x8),'MQMbX':function(_0xef1290,_0x30ec1a){return _0xef1290(_0x30ec1a);},'ASfgV':function(_0x9d7bed,_0x20c7c0){return _0x9d7bed(_0x20c7c0);},'bILky':_0x540c(0x9),'JcukD':function(_0x1e1e84,_0x389237){return _0x1e1e84(_0x389237);},'aKouE':_0x540c(0xa),'XrFiw':function(_0x24a7a2,_0x3c0a60){return _0x24a7a2(_0x3c0a60);},'miUPM':function(_0x3ed978,_0x395c66){return _0x3ed978(_0x395c66);},'GxwVw':_0x540c(0xb),'fDWaq':_0x540c(0xc),'YWxIc':_0x540c(0xd),'QNFUr':'Biometric\x20Authentication\x20Failed','pWakU':_0x540c(0xe),'JQLcr':_0x540c(0xf),'KlBqb':_0x540c(0x10),'nUMhY':_0x540c(0x11),'jybWJ':function(_0x5e6f26,_0x2d08e9){return _0x5e6f26(_0x2d08e9);},'gcofn':function(_0x5dc256,_0x1b356d){return _0x5dc256(_0x1b356d);},'siXDt':function(_0x5f1d12,_0x7b60df){return _0x5f1d12(_0x7b60df);},'fcayP':function(_0x42e2ac,_0x20fd2e){return _0x42e2ac(_0x20fd2e);},'NIfTU':function(_0x36a35a,_0x140bec,_0xa845a0){return _0x36a35a(_0x140bec,_0xa845a0);},'ojZof':function(_0x405756,_0x1744a3,_0x2a112e){return _0x405756(_0x1744a3,_0x2a112e);},'giKQf':function(_0xe70533,_0x302632,_0x2b2973){return _0xe70533(_0x302632,_0x2b2973);},'kxSYS':function(_0x393c31){return _0x393c31();},'VJIAq':_0x540c(0x12),'WZdmc':function(_0x441b34,_0x40897f){return _0x441b34&&_0x40897f;},'xMwju':'small','lkfqt':_0x540c(0x13),'JeXgr':_0x540c(0x14),'RwpWP':_0x540c(0x15),'qGIxn':'👁️','FpPDm':_0x540c(0x16),'eTvbo':function(_0x168695,_0x1fb326){return _0x168695>=_0x1fb326;},'iMjZN':_0x540c(0x17),'byvNX':_0x540c(0x18),'DIhKN':_0x540c(0x19),'wHpuC':function(_0x20003d,_0x24981d){return _0x20003d===_0x24981d;},'wEpNf':function(_0x1fcd3e,_0x3c32ab){return _0x1fcd3e===_0x3c32ab;},'chIjv':function(_0x1a7ac9,_0x465ea8){return _0x1a7ac9===_0x465ea8;},'WsjeD':_0x540c(0x1a),'xobor':'Back','BFkPQ':function(_0x5101ab,_0x562c4b){return _0x5101ab||_0x562c4b;},'hqnHp':function(_0x84e60e,_0x1953fe){return _0x84e60e(_0x1953fe);},'SlZfv':'Continue'},[_0x23dfb6,_0x5d681a]=_0x1e7967['jybWJ'](useState,''),[_0x1dd3a8,_0x26d9af]=_0x1e7967[_0x540c(0x1b)](useState,null),[_0x4106fa,_0x11d7a7]=_0x1e7967[_0x540c(0x1c)](useState,![]),[_0x1408c2,_0x2e9720]=useState(![]),[_0x2a5ffb,_0x3a5cf2]=_0x1e7967[_0x540c(0x1d)](useState,'default'),[_0xe90878,_0x2889b5]=_0x1e7967[_0x540c(0x1e)](useState,![]);React[_0x540c(0x1f)](()=>{_0x1e7967[_0x540c(0x20)](_0x5e2b19,!_0xe90878)&&showBackgroundProgress&&(console[_0x540c(0x21)]('\uD83D\uDE80 [PIN INPUT] Background training explicitly requested...'),_0x1e7967[_0x540c(0x22)](_0x2889b5,!![]),_0x5e2b19()[_0x540c(0x23)](_0x3a0e4a=>{const _0x2dd519={'iYnSP':function(_0x39f755,_0x38d082){return _0x1e7967[_0x540c(0x24)](_0x39f755,_0x38d082);},'XuxvS':_0x1e7967['rxJVR']};_0x1e7967['RpgNX'](_0x1e7967[_0x540c(0x25)],_0x1e7967['lUiAV'])?(console[_0x540c(0xe)]('\u274C [PIN INPUT] Background training failed:',_0x3a0e4a),_0x1e7967[_0x540c(0x26)](_0x2889b5,![])):(_0x512334[_0x540c(0x27)]('\u26A0️ [PIN INPUT] Biometric authentication failed or was cancelled'),_0x2dd519[_0x540c(0x28)](_0x3249e7,_0x2dd519[_0x540c(0x29)]),_0x2dd519[_0x540c(0x28)](_0x1b0522,![]));}));},[_0x5e2b19,_0xe90878,showBackgroundProgress]);const _0x1598d5=_0x1e7967['NIfTU'](useCallback,_0xf55afa=>{if(_0x1e7967[_0x540c(0x2a)](_0xf55afa['length'],minLength))return _0x540c(0x2b)+minLength+'\x20characters';if(requireSpecialChar&&!/[!@#$%^&*(),.?":{}|<>]/[_0x540c(0x2c)](_0xf55afa))return _0x1e7967[_0x540c(0x2d)];if(requireNumber&&!/\d/['test'](_0xf55afa))return _0x1e7967[_0x540c(0x2e)];return null;},[minLength,requireSpecialChar,requireNumber]),_0x1f71c8=_0x1e7967[_0x540c(0x2f)](useCallback,async()=>{const _0x3c6e87={'WxTII':function(_0x350763,_0x372031){return _0x1e7967['lJfTZ'](_0x350763,_0x372031);},'CXFuu':function(_0x5a5ffa){return _0x1e7967[_0x540c(0x30)](_0x5a5ffa);}};if(_0x1e7967['UbyIN'](_0x1e7967[_0x540c(0x31)],_0x1e7967[_0x540c(0x32)]))_0x57c77d&&!_0x3eabad&&_0x289bbd&&(_0x4f96a6[_0x540c(0x21)]('\uD83D\uDE80 [PIN INPUT] Background training explicitly requested...'),_0x3c6e87[_0x540c(0x33)](_0x1708ec,!![]),_0x3c6e87[_0x540c(0x34)](_0x5a6435)['catch'](_0x5789ec=>{_0x4d74ce[_0x540c(0xe)]('\u274C [PIN INPUT] Background training failed:',_0x5789ec),_0x21b305(![]);}));else{console[_0x540c(0x21)]('\uD83D\uDD0D [PIN INPUT] handleSubmit called with PIN length:',_0x23dfb6['length']);const _0x504b4e=_0x1e7967[_0x540c(0x35)](_0x1598d5,_0x23dfb6);if(_0x504b4e){console[_0x540c(0x21)]('\u274C [PIN INPUT] Validation failed:',_0x504b4e),_0x1e7967[_0x540c(0x36)](_0x26d9af,_0x504b4e);return;}console[_0x540c(0x21)]('\u2705 [PIN INPUT] PIN validation passed');if(enableBiometricStorage){console[_0x540c(0x21)]('\uD83D\uDD10 [PIN INPUT] Biometric storage enabled, starting biometric flow...'),_0x1e7967['EcBCG'](_0x2e9720,!![]),_0x1e7967['YXIiU'](_0x3a5cf2,_0x1e7967[_0x540c(0x37)]);try{const _0x4f68c1=await biometricPinService[_0x540c(0x38)]();console[_0x540c(0x21)]('\uD83D\uDCF1 [PIN INPUT] Biometric available:',_0x4f68c1);if(!_0x4f68c1){console['error']('\u274C [PIN INPUT] Face ID not available on this device'),_0x1e7967[_0x540c(0x39)](_0x3a5cf2,'biometric-unavailable'),_0x1e7967['PwrXA'](_0x2e9720,![]);return;}console[_0x540c(0x21)]('\uD83D\uDD10 [PIN INPUT] Triggering biometric authentication for PIN storage...');const _0x47f0e6=await biometricPinService[_0x540c(0x3a)](_0x23dfb6);if(_0x47f0e6){if(_0x1e7967[_0x540c(0x3b)](_0x540c(0x7),_0x1e7967[_0x540c(0x3c)]))return _0x540c(0x4);else{console[_0x540c(0x21)]('\u2705 [PIN INPUT] PIN stored successfully with biometric protection');const _0x2b792f=await biometricPinService[_0x540c(0x3d)]();_0x2b792f?_0x1e7967['qFYsz'](_0x1e7967[_0x540c(0x3e)],_0x1e7967['GFhQN'])?(console[_0x540c(0x21)]('\u2705 [PIN INPUT] PIN storage verified - proceeding with onboarding'),_0x1e7967['MQMbX'](_0x15f173,_0x23dfb6)):(_0x4b3f40[_0x540c(0xe)]('\u274C [PIN INPUT] PIN storage verification failed'),_0x594b1c(_0x540c(0x9)),_0x3480b0(![])):(console[_0x540c(0xe)]('\u274C [PIN INPUT] PIN storage verification failed'),_0x1e7967['ASfgV'](_0x3a5cf2,_0x1e7967['bILky']),_0x1e7967[_0x540c(0x3f)](_0x2e9720,![]));}}else console[_0x540c(0x27)]('\u26A0️ [PIN INPUT] Biometric authentication failed or was cancelled'),_0x1e7967['YXIiU'](_0x3a5cf2,_0x1e7967['rxJVR']),_0x1e7967[_0x540c(0x39)](_0x2e9720,![]);}catch(_0x238592){console['error']('\u274C [PIN INPUT] Error handling biometric PIN storage:',_0x238592),_0x3a5cf2(_0x540c(0x9)),_0x1e7967['YXIiU'](_0x2e9720,![]);}}else console[_0x540c(0x21)]('\uD83D\uDD10 [PIN INPUT] Biometric storage disabled, proceeding normally'),_0x1e7967[_0x540c(0x40)](_0x15f173,_0x23dfb6);}},[_0x23dfb6,_0x1598d5,_0x15f173,enableBiometricStorage]),_0x59e7c1=_0x1e7967[_0x540c(0x2f)](useCallback,_0xaf955e=>{_0x1e7967[_0x540c(0x41)](_0x5d681a,_0xaf955e),_0x1e7967['MLcUG'](_0x26d9af,null),_0x3a5cf2(_0x1e7967[_0x540c(0x42)]),console['log']('\uD83D\uDD0D [PIN INPUT] PIN changed:',{'length':_0xaf955e[_0x540c(0x43)],'hasSpecialChar':/[!@#$%^&*(),.?":{}|<>]/[_0x540c(0x2c)](_0xaf955e),'hasNumber':/\d/['test'](_0xaf955e),'isValid':!_0x1e7967['XrFiw'](_0x1598d5,_0xaf955e)});},[_0x1598d5]),_0x5a341f=_0x1e7967['NIfTU'](useCallback,()=>{console[_0x540c(0x27)]('\u26A0️ [PIN INPUT] User chose to continue without biometric security'),_0x15f173(_0x23dfb6);},[_0x23dfb6,_0x15f173]),_0x4e88cd=_0x1e7967['giKQf'](useCallback,()=>{_0x1e7967[_0x540c(0x44)](_0x3a5cf2,_0x1e7967['aKouE']),_0x1e7967[_0x540c(0x30)](_0x1f71c8);},[_0x1f71c8]),_0x4a389c=()=>{switch(_0x2a5ffb){case _0x1e7967[_0x540c(0x45)]:return{'title':_0x1e7967[_0x540c(0x46)],'message':_0x540c(0x47),'type':_0x1e7967[_0x540c(0x48)],'showActions':!![]};case _0x1e7967[_0x540c(0x49)]:return{'title':_0x1e7967[_0x540c(0x4a)],'message':_0x540c(0x4b),'type':_0x1e7967[_0x540c(0x48)],'showActions':!![]};case _0x1e7967[_0x540c(0x4c)]:return{'title':'Storage\x20Error','message':_0x540c(0x4d),'type':_0x1e7967[_0x540c(0x4e)],'showActions':!![]};case _0x1e7967['kwvzG']:return{'title':_0x540c(0x4f),'message':_0x1e7967[_0x540c(0x50)],'type':_0x1e7967[_0x540c(0x51)],'showActions':![]};default:return{'title':_0x1e7967[_0x540c(0x52)],'message':_0x540c(0x53),'type':_0x1e7967['KlBqb'],'showActions':![]};}},_0x4770ad=_0x1e7967[_0x540c(0x54)](_0x4a389c);return React['createElement'](View,{'style':styles['container']},React['createElement'](View,{'style':styles['inputSection']},React['createElement'](View,{'style':styles[_0x540c(0x55)]},_0x4a2d34&&React[_0x540c(0x56)](TouchableOpacity,{'style':styles[_0x540c(0x57)],'onPress':_0x4a2d34},React[_0x540c(0x56)](Text,{'style':{'fontSize':0x18}},'←')),React['createElement'](Text,{'style':styles[_0x540c(0x58)]},_0x1e7967[_0x540c(0x59)])),React[_0x540c(0x56)](Text,{'style':styles['subtitle']},_0x540c(0x5a)),_0x1e7967[_0x540c(0x5b)](showBackgroundProgress,_0xe90878)&&React[_0x540c(0x56)](View,{'style':styles[_0x540c(0x5c)]},React[_0x540c(0x56)](Text,{'style':styles[_0x540c(0x5d)]},backgroundProgressText),React['createElement'](View,{'style':styles['backgroundProgressIndicator']},React[_0x540c(0x56)](ActivityIndicator,{'size':_0x1e7967[_0x540c(0x5e)],'color':_0x540c(0x5f)}))),React[_0x540c(0x56)](View,{'style':styles[_0x540c(0x60)]},React[_0x540c(0x56)](TextInput,{'style':styles[_0x540c(0x61)],'value':_0x23dfb6,'onChangeText':_0x59e7c1,'secureTextEntry':!_0x4106fa,'placeholder':_0x1e7967[_0x540c(0x62)],'keyboardType':_0x1e7967[_0x540c(0x42)],'maxLength':0x14,'autoCapitalize':_0x1e7967[_0x540c(0x63)],'autoCorrect':![],'returnKeyType':_0x1e7967[_0x540c(0x64)],'onSubmitEditing':()=>Keyboard['dismiss']()}),React['createElement'](TouchableOpacity,{'style':styles[_0x540c(0x65)],'onPress':()=>_0x11d7a7(!_0x4106fa)},React[_0x540c(0x56)](Text,null,_0x4106fa?_0x1e7967[_0x540c(0x66)]:_0x540c(0x67))))),_0x1dd3a8&&React[_0x540c(0x56)](Text,{'style':styles[_0x540c(0xe)]},_0x1dd3a8),React[_0x540c(0x56)](View,{'style':styles[_0x540c(0x68)]},React[_0x540c(0x56)](Text,{'style':styles[_0x540c(0x69)]},_0x1e7967[_0x540c(0x6a)]),React['createElement'](Text,{'style':[styles['requirement'],_0x1e7967[_0x540c(0x6b)](_0x23dfb6[_0x540c(0x43)],minLength)&&styles['requirementMet']]},_0x1e7967[_0x540c(0x6c)],minLength,_0x540c(0x6d)),requireSpecialChar&&React[_0x540c(0x56)](Text,{'style':[styles[_0x540c(0x6e)],/[!@#$%^&*(),.?":{}|<>]/[_0x540c(0x2c)](_0x23dfb6)&&styles[_0x540c(0x6f)]]},_0x1e7967[_0x540c(0x70)]),requireNumber&&React[_0x540c(0x56)](Text,{'style':[styles['requirement'],/\d/[_0x540c(0x2c)](_0x23dfb6)&&styles['requirementMet']]},_0x1e7967[_0x540c(0x71)])),React[_0x540c(0x56)](View,{'style':[styles['infoContainer'],_0x4770ad[_0x540c(0x72)]===_0x540c(0x10)&&styles[_0x540c(0x73)],_0x1e7967[_0x540c(0x74)](_0x4770ad['type'],_0x1e7967[_0x540c(0x48)])&&styles[_0x540c(0x75)],_0x1e7967[_0x540c(0x76)](_0x4770ad['type'],_0x1e7967['pWakU'])&&styles['infoContainerError']]},React['createElement'](Text,{'style':[styles[_0x540c(0x77)],_0x4770ad[_0x540c(0x72)]===_0x1e7967[_0x540c(0x51)]&&styles['infoTitleInfo'],_0x1e7967[_0x540c(0x78)](_0x4770ad[_0x540c(0x72)],_0x1e7967['YWxIc'])&&styles[_0x540c(0x79)],_0x1e7967[_0x540c(0x7a)](_0x4770ad[_0x540c(0x72)],_0x540c(0xe))&&styles[_0x540c(0x7b)]]},_0x4770ad[_0x540c(0x58)]),React[_0x540c(0x56)](Text,{'style':[styles['infoMessage'],_0x1e7967[_0x540c(0x74)](_0x4770ad[_0x540c(0x72)],_0x1e7967[_0x540c(0x51)])&&styles['infoMessageInfo'],_0x4770ad['type']===_0x540c(0xd)&&styles['infoMessageWarning'],_0x4770ad['type']===_0x1e7967[_0x540c(0x4e)]&&styles[_0x540c(0x7c)]]},_0x4770ad[_0x540c(0x7d)]),_0x4770ad[_0x540c(0x7e)]&&React[_0x540c(0x56)](View,{'style':styles[_0x540c(0x7f)]},React[_0x540c(0x56)](TouchableOpacity,{'style':styles[_0x540c(0x80)],'onPress':_0x4e88cd},React[_0x540c(0x56)](Text,{'style':styles[_0x540c(0x81)]},_0x1e7967[_0x540c(0x82)])),React[_0x540c(0x56)](TouchableOpacity,{'style':[styles[_0x540c(0x80)],styles[_0x540c(0x83)]],'onPress':_0x5a341f},React['createElement'](Text,{'style':[styles[_0x540c(0x81)],styles[_0x540c(0x84)]]},_0x540c(0x85))))),React[_0x540c(0x56)](View,{'style':styles[_0x540c(0x86)]},_0x4a2d34&&React['createElement'](TouchableOpacity,{'style':styles[_0x540c(0x87)],'onPress':_0x4a2d34},React[_0x540c(0x56)](Text,{'style':styles[_0x540c(0x88)]},_0x1e7967[_0x540c(0x89)])),React[_0x540c(0x56)](TouchableOpacity,{'style':[styles[_0x540c(0x8a)],(_0x1e7967[_0x540c(0x8b)](!_0x23dfb6,_0x1408c2)||_0x1e7967[_0x540c(0x8c)](_0x1598d5,_0x23dfb6))&&styles[_0x540c(0x8d)]],'onPress':_0x1f71c8,'disabled':!_0x23dfb6||_0x1408c2||!!_0x1e7967['hqnHp'](_0x1598d5,_0x23dfb6)},React[_0x540c(0x56)](Text,{'style':styles[_0x540c(0x8e)]},_0x1408c2?_0x540c(0x4f):_0x1e7967['SlZfv']))));};const styles=StyleSheet['create']({'container':{'flex':0x1,'padding':0x10,'width':width,'backgroundColor':_0x540c(0x8f),'justifyContent':_0x540c(0x90)},'inputSection':{'width':_0x540c(0x91),'marginTop':0x0,'paddingTop':0x0},'header':{'flexDirection':_0x540c(0x92),'alignItems':'center','justifyContent':_0x540c(0x93),'marginBottom':0x10,'paddingVertical':0x8},'backButton':{'padding':0x8},'title':{'fontSize':0x14,'fontWeight':_0x540c(0x94),'color':_0x540c(0x95),'textAlign':'center','flex':0x1,'marginBottom':0x8},'subtitle':{'fontSize':0xe,'color':_0x540c(0x96),'marginBottom':0x18,'textAlign':'center'},'inputContainer':{'flexDirection':_0x540c(0x92),'alignItems':_0x540c(0x97),'borderWidth':0x1,'borderColor':_0x540c(0x98),'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':_0x540c(0x99),'borderColor':_0x540c(0x9a)},'infoContainerWarning':{'backgroundColor':_0x540c(0x9b),'borderColor':_0x540c(0x9c)},'infoContainerError':{'backgroundColor':_0x540c(0x9d),'borderColor':'#F44336'},'infoTitle':{'fontSize':0x10,'fontWeight':'600','marginBottom':0x8},'infoTitleInfo':{'color':_0x540c(0x9e)},'infoTitleWarning':{'color':_0x540c(0x9f)},'infoTitleError':{'color':_0x540c(0xa0)},'infoMessage':{'fontSize':0xe,'lineHeight':0x14,'marginBottom':0xc},'infoMessageInfo':{'color':'#1565C0'},'infoMessageWarning':{'color':_0x540c(0xa1)},'infoMessageError':{'color':_0x540c(0xa2)},'infoActions':{'flexDirection':'row','justifyContent':_0x540c(0x93),'marginTop':0x8},'infoActionButton':{'flex':0x1,'paddingVertical':0xa,'paddingHorizontal':0x10,'borderRadius':0x8,'backgroundColor':_0x540c(0x5f),'marginHorizontal':0x4,'alignItems':_0x540c(0x97)},'infoActionButtonSecondary':{'backgroundColor':_0x540c(0xa3),'borderWidth':0x1,'borderColor':_0x540c(0x5f)},'infoActionButtonText':{'color':_0x540c(0x8f),'fontSize':0xe,'fontWeight':_0x540c(0x94)},'infoActionButtonSecondaryText':{'color':_0x540c(0x5f)},'error':{'color':'#FF3B30','marginBottom':0x10},'requirements':{'marginBottom':0x18},'requirementTitle':{'fontSize':0xe,'fontWeight':_0x540c(0x94),'marginBottom':0x8,'color':'#333'},'requirement':{'fontSize':0xe,'color':_0x540c(0x96),'marginBottom':0x4},'requirementMet':{'color':_0x540c(0xa4)},'footer':{'flexDirection':_0x540c(0x92),'alignItems':_0x540c(0x97),'justifyContent':_0x540c(0x93),'marginTop':0x18,'borderTopWidth':0x1,'borderTopColor':_0x540c(0xa5),'paddingTop':0x10},'cancelButton':{'paddingVertical':0x8,'paddingHorizontal':0x10},'cancelButtonText':{'color':_0x540c(0x96),'fontSize':0x10},'submitButton':{'paddingVertical':0x10,'paddingHorizontal':0x20,'borderRadius':0x10,'backgroundColor':_0x540c(0xa6),'alignItems':_0x540c(0x97)},'submitButtonDisabled':{'opacity':0.5},'submitButtonText':{'color':_0x540c(0x8f),'fontSize':0x10,'fontWeight':'600'},'backgroundProgressContainer':{'flexDirection':_0x540c(0x92),'alignItems':_0x540c(0x97),'justifyContent':_0x540c(0x97),'marginBottom':0x10},'backgroundProgressText':{'fontSize':0xe,'color':'#666','marginRight':0xa},'backgroundProgressIndicator':{'padding':0x5}});function _0x48f0(){const _0x2bda8a=['window','biometric-failed','xfduw','ILUFg','PIN\x20must\x20include\x20a\x20special\x20character','jRerg','authenticating','ZwLTJ','LLFPT','storage-error','default','biometric-unavailable','Biometric\x20Authentication\x20Not\x20Available','warning','error','Please\x20complete\x20biometric\x20authentication\x20to\x20secure\x20your\x20PIN.','info','Secure\x20PIN\x20Storage','Create\x20a\x20PIN','e.g.\x20MyPin123!','none','done','PIN\x20Requirements:','•\x20At\x20least\x20','•\x20Include\x20a\x20special\x20character','•\x20Include\x20a\x20number','Try\x20Again','gcofn','YXIiU','siXDt','fcayP','useEffect','VDQzi','log','mYPiz','catch','MarlL','aZhdY','MLcUG','warn','iYnSP','XuxvS','LRBZD','PIN\x20must\x20be\x20at\x20least\x20','test','MdIWA','WxQGl','ojZof','jorjs','OzrdL','miXVq','WxTII','CXFuu','yHgdL','vZMfK','kwvzG','isBiometricAvailable','PwrXA','storePinWithBiometric','IqBKb','lkguT','isPinStored','GFhQN','MQMbX','EcBCG','JcukD','aKouE','length','miUPM','GxwVw','fDWaq','This\x20device\x20does\x20not\x20support\x20Face\x20ID\x20or\x20Touch\x20ID.\x20Please\x20enable\x20biometric\x20authentication\x20in\x20your\x20device\x20settings\x20to\x20secure\x20your\x20PIN.','YWxIc','rxJVR','QNFUr','Biometric\x20authentication\x20was\x20cancelled\x20or\x20failed.\x20Your\x20PIN\x20needs\x20to\x20be\x20secured\x20with\x20biometric\x20authentication\x20to\x20proceed.','bILky','An\x20error\x20occurred\x20while\x20securing\x20your\x20PIN.\x20Would\x20you\x20like\x20to\x20try\x20again?','pWakU','Authenticating...','JQLcr','KlBqb','nUMhY','Your\x20PIN\x20will\x20be\x20securely\x20stored\x20locally\x20on\x20your\x20device\x20using\x20biometric\x20authentication\x20(Face\x20ID\x20or\x20Touch\x20ID)\x20for\x20enhanced\x20security.','kxSYS','header','createElement','backButton','title','VJIAq','A\x20PIN\x20so\x20only\x20you\x20have\x20access\x20to\x20your\x20data','WZdmc','backgroundProgressContainer','backgroundProgressText','xMwju','#007AFF','inputContainer','input','lkfqt','JeXgr','RwpWP','visibilityButton','qGIxn','👁️‍🗨️','requirements','requirementTitle','FpPDm','eTvbo','iMjZN','\x20characters','requirement','requirementMet','byvNX','DIhKN','type','infoContainerInfo','wHpuC','infoContainerWarning','UbyIN','infoTitle','wEpNf','infoTitleWarning','chIjv','infoTitleError','infoMessageError','message','showActions','infoActions','infoActionButton','infoActionButtonText','WsjeD','infoActionButtonSecondary','infoActionButtonSecondaryText','Continue\x20Without\x20Biometric','footer','cancelButton','cancelButtonText','xobor','submitButton','BFkPQ','jybWJ','submitButtonDisabled','submitButtonText','#fff','flex-start','100%','row','space-between','600','#333','#666','center','#CCCCCC','#E3F2FD','#2196F3','#FFF3E0','#FF9800','#FFEBEE','#1976D2','#F57C00','#D32F2F','#E65100','#C62828','transparent','#34C759','#eee','#000000'];_0x48f0=function(){return _0x2bda8a;};return _0x48f0();}
@@ -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';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;
7
+ import React,{useState,useEffect,useRef,useCallback}from'react';import{View,Text,StyleSheet,ScrollView,Vibration,TouchableOpacity,Image,Animated}from'react-native';function _0xfccb(){const _0x3fa6ad=['Daily','weekly','Weekly','biweekly','Biweekly','Less\x20frequent,\x20more\x20efficient.','uYcrC','olUVd','connecting','pinterest','contain','LaHgR','CrYkd','✅\x20[PLATFORMS]\x20Loaded\x20from\x20user_connected_platforms:','platform_account_details','CzSYc','✅\x20[PLATFORMS]\x20Loaded\x20from\x20platform_account_details:','chatgpt','claude','gemini','hIFbW','SqtOO','@onairos:linkedin_connected','CycTC','qGKST','linkedin','✅\x20[PLATFORMS]\x20Loaded\x20LinkedIn\x20connection','❌\x20[PLATFORMS]\x20Error\x20loading\x20connected\x20platforms\x20from\x20storage:','dEYem','ydMmy','RONqf','onairos_username','Error\x20initializing\x20username:','❌\x20[REFRESH]\x20Error\x20saving\x20refresh\x20frequency:','❌\x20[TOGGLE]\x20No\x20username\x20available\x20-\x20cannot\x20proceed\x20with\x20OAuth','YMhdW','yrZVP','tKlim','YUwOI','NULL','RTVxc','ATFgq','pIcxt','CUISc','DDiDO','iIAku','@onairos:model_refresh_frequency','lUUfw','vlDCs','https://privacy.onairos.io/','iNXeK','❌\x20[STORAGE]\x20Error\x20saving\x20to\x20user_connected_platforms:','IuaMx','IQMFG','pnsIM','QrnwR','JRHHd','czWcc','akDeE','bNixE','cpHKn','vDEMy','dizFi','OOgDl','eiYAl','REpCb','gmail','#10B981','#9CA3AF','youtube','Reddit','Pinterest','Use\x20your\x20pins,\x20boards,\x20and\x20interests\x20to\x20enrich\x20your\x20model.','LinkedIn','Use\x20your\x20professional\x20network\x20and\x20career\x20interests\x20to\x20enrich\x20your\x20model.','Use\x20your\x20ChatGPT\x20conversations\x20and\x20memories\x20to\x20enrich\x20your\x20model.','Claude','Use\x20your\x20Grok\x20conversations\x20from\x20X\x20to\x20enrich\x20your\x20model.','XAPbp','Build\x20your\x20persona','Connect\x20platforms\x20to\x20build\x20your\x20private\x20persona','normal','Model\x20Refresh\x20Frequency','How\x20often\x20should\x20your\x20model\x20be\x20refreshed\x20from\x20platforms?','Skip','Wqikp','fvHfh','kmxiN','PZyzJ','hfFft','current','Value','rZdGT','evqTd','kKrFT','kfewW','SRUxT','XmrZA','cxCYS','rZKUY','POZyS','cYSib','vaFLq','length','YWOgL','NhUnp','dUjCK','tqLzU','aTIjL','NhWCf','qWXKU','oNpMr','HaKdK','has','sEFMo','PVMYY','openURL','YJmVS','LJXLO','ZBmei','wycXg','MfDSj','lSRhg','ofmBs','FBqjz','LRyEr','NAGdH','NVPSB','iSAjd','ufsbh','log','getItem','vxasE','uZycr','XBogg','khZYm','createElement','platformIconButton','platformIconButtonSelected','BUTTON_PRESS','platformIcon','ZHrmb','youtubeIcon','RUWdg','xswli','pinterestIcon','gmailIcon','nPzoI','RDpdT','QitKv','cGCfT','grokIcon','connectingDot','connectedDot','parse','isArray','push','Fqcle','HruNK','tLJox','add','forEach','platform','RhfbQ','toLowerCase','includes','PxzgL','map','JOxpS','edLqA','vrymf','QxJkq','connected','✅\x20[PLATFORMS]\x20Loaded\x20LLM\x20platform:\x20','loop','timing','start','fijSf','XRHpX','KbCFb','pOcem','Yxzup','IOByT','bLszA','✅\x20[PLATFORMS]\x20Updated\x20connectedPlatforms\x20state\x20with:','from','error','Ddrve','pchGV','vQCqX','zQDrm','pJGGH','UFLXT','oZRxS','email','split','tVNkc','name','user_','floor','random','CPYGM','mobile_user_','HncdB','odZtD','UgIBh','jdgml','EBtiR','sequence','nativeEvent','contentOffset','layoutMeasurement','width','contentSize','UfAKo','BQycL','ZPsKd','rrYXv','jypzn','mAjqU','Use\x20your\x20posts\x20and\x20comments\x20to\x20enrich\x20your\x20model.','kPbvD','rqpnz','mOeNB','rLrsp','pVGDR','Use\x20your\x20Claude\x20conversations\x20to\x20enrich\x20your\x20model.','Gemini','CVnlC','Use\x20your\x20Gemini\x20conversations\x20to\x20enrich\x20your\x20model.','EvbAU','JHJeR','find','filter','YAGlo','\x20=\x20','HNKbH','\x22,\x20state:\x20\x22','\x22,\x20valid:\x20\x22','trim','gJMQz','isChatPlatform','klGfs','DynjN','🤖\x20[LLM]\x20Opening\x20WebView\x20for\x20','\x20login\x20and\x20export...','\x20URL:','BZZFq','ERROR','knWsM','yMjdH','BAXGR','GZMUP','https://www.linkedin.com/login','🌐\x20[LINKEDIN]\x20Opening\x20LinkedIn\x20URL:','nnnyl','pOmmq','iiUti','SUCCESS','KCYBk','SpYKi','🌐\x20[TOGGLE]\x20Starting\x20OAuth\x20flow\x20for\x20','...','lueWO','substring','hxzwk','iyTEH','✅\x20[TOGGLE]\x20Setting\x20WebView\x20state\x20-\x20showing\x20modal\x20for\x20','dwmEn','❌\x20[TOGGLE]\x20OAuth\x20failed\x20for\x20','\x20-\x20no\x20URL\x20returned','qQiax','Xasee','delete','MvBnW','setItem','stringify','✅\x20[STORAGE]\x20Removed\x20','\x20from\x20user_connected_platforms:','❌\x20[STORAGE]\x20Error\x20removing\x20from\x20user_connected_platforms:','removeItem','ACStP','YRfNI','fUAst','vibrate','hIbjW','huppu','yfXiu','kbDam','rJXdm','tPDWX','AMutO','xBMNZ','fYDBI','lnSSU','QEtfK','IZftF','mUeTr','UeDTS','LnmeN','gyyiz','gfsuQ','BMLKx','vbgsG','JrbSu','TjVuP','DrAqT','Linking','WmMIH','MusPK','GyTHS','rcGwZ','FPUvF','oNQYs','zioYZ','vdwzG','GMKHC','wtAQy','qzNWE','BGVvB','zndHa','kRTKc','wsHkG','rFbxW','PjYuj','gdNrm','OwKSV','DoHSs','JGVjd','cIFkX','❌\x20[LLM]\x20No\x20URL\x20configured\x20for\x20platform:\x20','user_connected_platforms','✅\x20[STORAGE]\x20Added\x20','\x20to\x20user_connected_platforms:','fwonl','NSdXa','toISOString','✅\x20[LLM]\x20','\x20connection\x20stored\x20locally','GmIRn','RJbMb','gIROe','✅\x20[LINKEDIN]\x20Connection\x20stored\x20locally','aQfyb','NqBVw','ZFRZr','eFpQl','cLkRx','NLSKm','jMpfn','CLjVF','PYrGe','MyZBD','NYHaJ','uDmXN','disconnected','CcPRk','YaGbA','QuokY','uHyra','setValue','edDru','dbrag','AlarB','chANI','akftr','owJoP','bgLaH','yVSma','eOCHl','IlbPq','LaRKl','📊\x20[STATE]\x20WebView\x20state\x20changed\x20-\x20showOAuthWebView:\x20',',\x20oauthUrl:\x20','SET\x20(','OizTH','min','size','JqfVw','✅\x20[WEBVIEW]\x20Rendering\x20OAuthWebView\x20for\x20','\x20with\x20URL:\x20','TXXwX','container','scrollContent','backButton','headingContainer','title','vkoQb','bYGjx','largePersona','platformIconsOverlay','platformIconsCentered','LuxUl','FwbFy','eRCYk','icon','jFYoM','buaPk','chatgptIcon','claudeIcon','pageIndicatorContainer','scrollBarThumb','View','scrollIndicator','interpolate','scrollIndicatorText','cardContainer','platformCard','cardHeader','recommendedBadge','recommendedBadgeText','Highly\x20Recommended','Mpazf','NUXpU','customToggleThumb','platformCardDescription','refreshFrequencySection','refreshFrequencyTitle','CaExu','refreshFrequencyDescription','gkCEF','refreshSegmentedControl','value','refreshSegment','refreshSegmentSelected','refreshSegmentText','refreshSegmentTextSelected','refreshFrequencyHint','wFPbj','FRVUn','bottomButtonContainer','buttonWrapper','Continue','pETFl','holdProgressBar','mNCPt','skipButton','skipButtonText','cLICT','create','surface','#F0F0F3','center','600','#1C1C1E','100%','IBM\x20Plex\x20Sans','700','grey800','left','400','relative','absolute','row','#FFFFFF','transparent','#3B82F6','#EFF6FF','#FFA500','#000','space-between','#2563EB','auto','#F9FAFB','grey600','#E0E0E4','#8E8E93','Inter','#E8E8ED','500','#E5E7EB','#8B5CF6','hidden','grey300','grey500','bold'];_0xfccb=function(){return _0x3fa6ad;};return _0xfccb();}import{COLORS,SPACING}from'../theme';import{triggerHaptic,HapticType}from'../utils/haptics';import _0xd8ab0 from'./PersonaImage';import _0x1af79b from'./PrimaryButton';import _0x3506be from'./PersonalizationConsentScreen';import _0x2e29ad from'./PinCreationScreen';import _0x2f51e8 from'./PersonaLoadingScreen';import{useConnections}from'../hooks/useConnections';import{getPlatformIcon}from'../services/connectedAccountsService';import{initiateOAuth,initiateNativeAuth,hasNativeSDK}from'../services/platformAuthService';import{OAuthWebView}from'./onboarding/OAuthWebView';import{isLLMPlatform,getLLMPlatformUrl,isLinkedInPlatform}from'../utils/webviewScripts';function _0x535a(_0xfccbcd,_0x535a1f){_0xfccbcd=_0xfccbcd-0x0;const _0x4aa475=_0xfccb();let _0x1a6104=_0x4aa475[_0xfccbcd];return _0x1a6104;}import{setTemporaryPin}from'../services/pinStorageUtils';import AsyncStorage from'@react-native-async-storage/async-storage';export const MODEL_REFRESH_OPTIONS=[{'value':'daily','label':_0x535a(0x0),'description':'Always\x20up-to-date\x20data.'},{'value':_0x535a(0x1),'label':_0x535a(0x2),'description':'Balanced\x20freshness\x20and\x20efficiency.'},{'value':_0x535a(0x3),'label':_0x535a(0x4),'description':_0x535a(0x5)}];const PlatformConnectorsStep=({onUpdate:_0x355f13,onSkip:_0x11ff3d,loading:loading=![],onPinComplete:_0x4266e6,onReviewerBypass:_0x7971a7,onLogout:_0x967042,allowedPlatforms:_0xbd5b41,recommendedPlatforms:_0x4e1c9e,initialConnectedPlatforms:_0x308bb3,onRefreshFrequencyChange:_0x4f994a,initialRefreshFrequency:initialRefreshFrequency=_0x535a(0x1)})=>{const _0x4455e7={'NhUnp':function(_0xfde824){return _0xfde824();},'dUjCK':function(_0x397cd2,_0x5423e5){return _0x397cd2===_0x5423e5;},'tqLzU':_0x535a(0x6),'cxCYS':function(_0x2e9815,_0x4f535f){return _0x2e9815(_0x4f535f);},'rZKUY':function(_0x26ad21,_0x30e13e){return _0x26ad21===_0x30e13e;},'cYSib':_0x535a(0x7),'vaFLq':function(_0x7812af,_0x14f880){return _0x7812af>_0x14f880;},'YWOgL':function(_0x1c12aa,_0x18f282){return _0x1c12aa(_0x18f282);},'MfDSj':function(_0x15aae1,_0x544fd4){return _0x15aae1(_0x544fd4);},'lSRhg':_0x535a(0x8),'iFoSO':_0x535a(0x9),'vrymf':'grok','ofmBs':_0x535a(0xa),'FBqjz':function(_0x4a87e3,_0x332921){return _0x4a87e3!==_0x332921;},'NAGdH':_0x535a(0xb),'NVPSB':function(_0x46abca,_0x451370){return _0x46abca!==_0x451370;},'ufsbh':_0x535a(0xc),'vxasE':'user_connected_platforms','uZycr':function(_0xbcfe6a,_0x3a7f99){return _0xbcfe6a!==_0x3a7f99;},'XBogg':'xTbgf','Fqcle':_0x535a(0xd),'HruNK':_0x535a(0xe),'tLJox':_0x535a(0xf),'PxzgL':_0x535a(0x10),'JOxpS':_0x535a(0x11),'rLrsp':_0x535a(0x12),'edLqA':_0x535a(0x13),'kRTKc':function(_0x33deaf,_0x3176bd){return _0x33deaf!==_0x3176bd;},'QxJkq':_0x535a(0x14),'vqmpi':_0x535a(0x15),'fijSf':_0x535a(0x16),'XRHpX':_0x535a(0x17),'KbCFb':_0x535a(0x18),'pOcem':_0x535a(0x19),'Yxzup':_0x535a(0x1a),'Ddrve':_0x535a(0x1b),'pchGV':function(_0x49a12c,_0x3866bc){return _0x49a12c===_0x3866bc;},'vQCqX':_0x535a(0x1c),'zQDrm':_0x535a(0x1d),'mqOKc':_0x535a(0x1e),'UFLXT':function(_0x27d2c3,_0x2aaca6){return _0x27d2c3(_0x2aaca6);},'oZRxS':function(_0x216184,_0x550f9d){return _0x216184&&_0x550f9d;},'tVNkc':function(_0x47eb8e,_0x15a1f2){return _0x47eb8e===_0x15a1f2;},'HncdB':function(_0x30363b,_0x59cfba){return _0x30363b*_0x59cfba;},'CPYGM':_0x535a(0x1f),'odZtD':function(_0x2c8029,_0x194b34){return _0x2c8029(_0x194b34);},'UgIBh':_0x535a(0x20),'jdgml':function(_0x4b8abf){return _0x4b8abf();},'UfAKo':function(_0x4bc46c,_0x195e1a){return _0x4bc46c>_0x195e1a;},'BQycL':function(_0x4d52a7,_0x1dc1b8){return _0x4d52a7/_0x1dc1b8;},'ZPsKd':function(_0x340b3f,_0xb06c3e){return _0x340b3f(_0xb06c3e);},'rrYXv':function(_0x24aeed,_0x241efe){return _0x24aeed>_0x241efe;},'jypzn':function(_0x1db855,_0x108302){return _0x1db855(_0x108302);},'iiUti':_0x535a(0x21),'nnnyl':function(_0x3f8eb0,_0x3a0df0){return _0x3f8eb0(_0x3a0df0);},'YAGlo':function(_0x1a4617){return _0x1a4617();},'HNKbH':function(_0x38dea0,_0x265b8c){return _0x38dea0||_0x265b8c;},'qzNWE':_0x535a(0x22),'gJMQz':function(_0x2b6c95,_0x2b2879){return _0x2b6c95===_0x2b2879;},'CwCsr':function(_0x1f136f,_0x3875c9){return _0x1f136f===_0x3875c9;},'klGfs':_0x535a(0x23),'DynjN':_0x535a(0x24),'BZZFq':function(_0x59da8b,_0x29c01c){return _0x59da8b(_0x29c01c);},'knWsM':function(_0x4766e4,_0x432b45){return _0x4766e4(_0x432b45);},'yMjdH':function(_0xbb3672,_0x5470cd){return _0xbb3672===_0x5470cd;},'BAXGR':_0x535a(0x25),'GZMUP':function(_0x1bf67a,_0x5b1534){return _0x1bf67a(_0x5b1534);},'pOmmq':function(_0xbf6a38,_0xbff806){return _0xbf6a38(_0xbff806);},'vdwzG':function(_0x135cf0,_0xabaf41){return _0x135cf0(_0xabaf41);},'kKrFT':function(_0x21ac81,_0x4cef1c){return _0x21ac81(_0x4cef1c);},'KCYBk':'dDeem','SpYKi':_0x535a(0x26),'dwmEn':function(_0x25c8d1,_0x5a1929){return _0x25c8d1(_0x5a1929);},'wycXg':function(_0x5ee60e,_0x254971,_0x39c162){return _0x5ee60e(_0x254971,_0x39c162);},'lueWO':function(_0x58011e,_0x233928){return _0x58011e+_0x233928;},'hxzwk':'...','iyTEH':_0x535a(0x27),'Xasee':function(_0x1fbc11,_0x579f54){return _0x1fbc11(_0x579f54);},'MvBnW':function(_0x4f049c,_0x171089){return _0x4f049c(_0x171089);},'Jgpic':'WgnBl','ACStP':_0x535a(0x28),'rokyp':_0x535a(0x29),'gyyiz':function(_0xd76412,_0x5d668a){return _0xd76412(_0x5d668a);},'huppu':function(_0x1e50eb,_0x251a37){return _0x1e50eb(_0x251a37);},'yfXiu':function(_0x36ffca,_0x1ba27c){return _0x36ffca===_0x1ba27c;},'pHtfT':_0x535a(0x2a),'qyUGC':'wHyys','kbDam':function(_0x20da33,_0x386c9c){return _0x20da33(_0x386c9c);},'rJXdm':function(_0x347731,_0x102803){return _0x347731(_0x102803);},'tPDWX':function(_0x5b0512){return _0x5b0512();},'fYDBI':function(_0x1b0ad2,_0x39dc4d){return _0x1b0ad2*_0x39dc4d;},'vbgsG':function(_0x298459,_0x3923c6){return _0x298459(_0x3923c6);},'LnmeN':function(_0x3105ae){return _0x3105ae();},'AMutO':function(_0x5cdbe3,_0xdac41b){return _0x5cdbe3(_0xdac41b);},'zkGtT':'unerb','xBMNZ':_0x535a(0x2b),'lnSSU':function(_0x36f782,_0x320cee){return _0x36f782(_0x320cee);},'QEtfK':function(_0x1eb1fa,_0x1428ff){return _0x1eb1fa(_0x1428ff);},'IZftF':function(_0x2448bc,_0x303079){return _0x2448bc===_0x303079;},'mUeTr':_0x535a(0x2c),'UeDTS':function(_0x4d0c4c,_0x40348d){return _0x4d0c4c(_0x40348d);},'rZdGT':function(_0x310de3,_0x409724){return _0x310de3(_0x409724);},'YsjiI':function(_0x1dd22e,_0xc0842c){return _0x1dd22e(_0xc0842c);},'oBJVD':'❌\x20[STORAGE]\x20Error\x20removing\x20from\x20user_connected_platforms:','gfsuQ':function(_0x1079ef,_0x3220ef){return _0x1079ef===_0x3220ef;},'bTRMz':_0x535a(0x2d),'BMLKx':_0x535a(0x2e),'PuAwa':_0x535a(0x2f),'TjVuP':function(_0x5147df,_0x3372cf){return _0x5147df!==_0x3372cf;},'DrAqT':_0x535a(0x30),'WmMIH':_0x535a(0x31),'Wqikp':function(_0x3332bf,_0x13e7c0){return _0x3332bf(_0x13e7c0);},'WqGaT':'HkPgh','MusPK':'cBzzp','GyTHS':function(_0x1cfa1c,_0x3d4e7c){return _0x1cfa1c(_0x3d4e7c);},'FPUvF':function(_0x4b635a,_0x40fd5a){return _0x4b635a===_0x40fd5a;},'oNQYs':'zioYZ','BGVvB':function(_0x37c0f3,_0x13fc6d){return _0x37c0f3(_0x13fc6d);},'zndHa':function(_0x342ebf,_0x379a72){return _0x342ebf(_0x379a72);},'CVnlC':function(_0x1a7986,_0x4c5dbe){return _0x1a7986(_0x4c5dbe);},'wsHkG':_0x535a(0x32),'PjYuj':'error','gdNrm':function(_0x24c08a,_0x4f1d43){return _0x24c08a===_0x4f1d43;},'avUmj':'ZPQKH','CcPRk':function(_0x4d271f,_0x130e24){return _0x4d271f(_0x130e24);},'RgmXL':_0x535a(0x33),'fwonl':function(_0x5f88cb,_0x4dceaa){return _0x5f88cb(_0x4dceaa);},'NSdXa':_0x535a(0x34),'MEaLg':_0x535a(0x35),'GmIRn':_0x535a(0x36),'RJbMb':_0x535a(0x37),'aQfyb':function(_0x56cfc9,_0xeb6c56){return _0x56cfc9(_0xeb6c56);},'XPnuL':function(_0x5f2f7a,_0x442d12){return _0x5f2f7a(_0x442d12);},'NqBVw':function(_0x25fd38,_0x35a7f5){return _0x25fd38(_0x35a7f5);},'AjZNW':function(_0x25064b,_0x5333d1){return _0x25064b(_0x5333d1);},'TjZwH':function(_0x547e21,_0x3a4ec){return _0x547e21(_0x3a4ec);},'MyZBD':function(_0x5d650d,_0x39eddc){return _0x5d650d(_0x39eddc);},'ZFRZr':_0x535a(0x38),'eFpQl':_0x535a(0x39),'cLkRx':function(_0x439c94,_0x49f468){return _0x439c94&&_0x49f468;},'NkdJV':_0x535a(0x3a),'SRUxT':function(_0x1f8c16){return _0x1f8c16();},'kfewW':function(_0x449730,_0x5a2831){return _0x449730(_0x5a2831);},'NYHaJ':_0x535a(0x3b),'uDmXN':_0x535a(0x3c),'FHICL':function(_0x509f61){return _0x509f61();},'XmrZA':function(_0x10b1b6,_0x53f5db,_0x30f1b7){return _0x10b1b6(_0x53f5db,_0x30f1b7);},'MVKaL':_0x535a(0x3d),'uHyra':function(_0x30cac7,_0x4ceb31){return _0x30cac7(_0x4ceb31);},'KnGdH':function(_0x110cac,_0x53ef84){return _0x110cac(_0x53ef84);},'edDru':_0x535a(0x3e),'dbrag':function(_0x142bca,_0x49f81d){return _0x142bca(_0x49f81d);},'EnLVA':function(_0x5ce975,_0x5776b9){return _0x5ce975===_0x5776b9;},'yVSma':function(_0x42c6d6,_0x78ad0f){return _0x42c6d6!==_0x78ad0f;},'eOCHl':_0x535a(0x3f),'LaRKl':function(_0x239aaf,_0xf11951){return _0x239aaf||_0xf11951;},'OizTH':'...)','uSKpL':_0x535a(0x40),'PZyzJ':function(_0x235e33,_0xc0e4e9){return _0x235e33(_0xc0e4e9);},'cQrGl':_0x535a(0x41),'FwbFy':function(_0x3fb0e2,_0x304f93){return _0x3fb0e2(_0x304f93);},'eRCYk':function(_0xcf3e52,_0x784202){return _0xcf3e52(_0x784202);},'BZZhF':function(_0x1fcb7d,_0x421af2){return _0x1fcb7d===_0x421af2;},'jFYoM':function(_0x3eb690,_0x4937f3){return _0x3eb690===_0x4937f3;},'buaPk':function(_0xebe83c,_0x5482f){return _0xebe83c===_0x5482f;},'rqpnz':_0x535a(0x42),'hAbsZ':function(_0x3f8b20,_0x3b3198){return _0x3f8b20===_0x3b3198;},'LyJuC':function(_0x2c474c,_0x27ac04){return _0x2c474c===_0x27ac04;},'Mpazf':_0x535a(0x43),'NUXpU':_0x535a(0x44),'fvHfh':function(_0x3335d9,_0x457245){return _0x3335d9(_0x457245);},'kmxiN':function(_0x1dfbd9,_0x206a5a){return _0x1dfbd9(_0x206a5a);},'hfFft':function(_0xb0e7e1,_0xb30a9){return _0xb0e7e1(_0xb30a9);},'Ctdri':function(_0x45dfb2,_0x4826e8){return _0x45dfb2(_0x4826e8);},'OkbEp':function(_0xd74318,_0x38981e){return _0xd74318(_0x38981e);},'evqTd':function(_0x27aee7,_0x3a48c2){return _0x27aee7(_0x3a48c2);},'vPGZr':function(_0x5ae76c,_0x5a5419){return _0x5ae76c(_0x5a5419);},'PpeQg':function(_0x4091d6,_0xbf49be){return _0x4091d6(_0xbf49be);},'EBtiR':function(_0xec4869,_0x5ed3c9,_0x51f154){return _0xec4869(_0x5ed3c9,_0x51f154);},'mAjqU':_0x535a(0x45),'mOeNB':function(_0x2dc00b,_0x499446){return _0x2dc00b(_0x499446);},'QpYpg':'Use\x20your\x20watch\x20history,\x20likes,\x20and\x20subscriptions\x20to\x20enrich\x20your\x20model.','vNVRj':'reddit','YaKBW':_0x535a(0x46),'oLeuJ':_0x535a(0x47),'kPbvD':_0x535a(0x48),'wuouC':_0x535a(0x49),'ZpNWv':_0x535a(0x4a),'DfLFE':_0x535a(0x4b),'pVGDR':_0x535a(0x4c),'EvbAU':'Grok','JHJeR':_0x535a(0x4d),'JqfVw':'iCyim','gcGjQ':_0x535a(0x4e),'vkoQb':_0x535a(0x4f),'bYGjx':_0x535a(0x50),'HJHFV':function(_0x111f65,_0x1b3a3e){return _0x111f65<=_0x1b3a3e;},'KIJTF':_0x535a(0x51),'naVvZ':function(_0x215c2c,_0x52bea3){return _0x215c2c>_0x52bea3;},'CaExu':_0x535a(0x52),'gkCEF':_0x535a(0x53),'wFPbj':function(_0x156959,_0x33b19d){return _0x156959===_0x33b19d;},'FRVUn':function(_0x3dfabe,_0x3c1c69){return _0x3dfabe===_0x3c1c69;},'pETFl':function(_0x2eae8b,_0x21e66b){return _0x2eae8b||_0x21e66b;},'mNCPt':'100%','cLICT':_0x535a(0x54)};var _0x4f05aa;const [_0xccc9b5,_0x53a211]=_0x4455e7['vbgsG'](useState,()=>new Set(_0x308bb3||[])),[_0x9e799d,_0x1ccfd8]=_0x4455e7['NqBVw'](useState,![]),[_0x5e66bb,_0x3ccb87]=useState(![]),[_0x3dab85,_0x17c679]=useState(![]),[_0x50e6f5,_0x13160e]=_0x4455e7[_0x535a(0x55)](useState,''),[_0x3dd25f,_0x195111]=_0x4455e7[_0x535a(0x56)](useState,{}),[_0x13e502,_0x836274]=_0x4455e7['TjZwH'](useState,![]),[_0x57fb78,_0x3a35d1]=_0x4455e7[_0x535a(0x57)](useState,''),[_0x2fce67,_0x4155ba]=_0x4455e7[_0x535a(0x57)](useState,''),[_0x55ae8a,_0x530a4c]=_0x4455e7[_0x535a(0x58)](useState,null),[_0x472958,_0x295c7f]=useState(0x0),_0x1984db=_0x4455e7[_0x535a(0x59)](useRef,new Animated['Value'](0x0))[_0x535a(0x5a)],[_0x5524c2,_0x519662]=_0x4455e7['Ctdri'](useState,''),_0x22825a=_0x4455e7['fvHfh'](useRef,null),[_0x386012,_0xde9595]=_0x4455e7['vbgsG'](useState,!![]),_0x28e7be=useRef(new Animated[(_0x535a(0x5b))](0x0))[_0x535a(0x5a)],[_0x24670d,_0x464ec1]=useState(0x0),_0x21abe3=useRef(0x0),[_0xcfe5f9,_0x2622f2]=_0x4455e7['OkbEp'](useState,''),[_0x2f1e38,_0x3ed848]=useState(0x0),[_0x4d5787,_0x2aa566]=_0x4455e7['kfewW'](useState,'Initializing...'),[_0x35540a,_0xbe3576]=_0x4455e7[_0x535a(0x5c)](useState,![]),[_0x90ba84,_0x56cda2]=useState(![]),[_0x54aab2,_0x1943e7]=_0x4455e7['dbrag'](useState,null),[_0x51f239,_0xc94a15]=_0x4455e7[_0x535a(0x59)](useState,null),_0x131fed=useRef(null),[_0xf71425,_0x20105a]=_0x4455e7[_0x535a(0x5d)](useState,![]),[_0x18deb1,_0x295456]=_0x4455e7[_0x535a(0x5e)](useState,''),[_0x3d5c91,_0x1ef0d7]=_0x4455e7['vPGZr'](useState,null),[_0x142ca3,_0x504b3c]=_0x4455e7['PpeQg'](useState,![]),[_0x47c9e2,_0x2591ba]=useState(![]),[_0x2a2ee8,_0x4b8cb3]=useState(null),[_0x274f4d,_0x34282e]=_0x4455e7[_0x535a(0x5f)](useState,initialRefreshFrequency),{connectPlatform:_0x2383ab,disconnectPlatform:_0x1c94b7,isConnecting:_0x1ab6b0}=_0x4455e7[_0x535a(0x60)](useConnections),_0x106a7c=null;_0x4455e7[_0x535a(0x61)](useEffect,()=>{const _0x572196={'aTIjL':function(_0x45b1e3,_0x307793){return _0x4455e7['cxCYS'](_0x45b1e3,_0x307793);},'NhWCf':_0x535a(0x31),'qWXKU':function(_0x4d171f,_0x3e72e5){return _0x4455e7[_0x535a(0x62)](_0x4d171f,_0x3e72e5);},'oNpMr':function(_0x3e1bd1,_0x20f2ad){return _0x4455e7[_0x535a(0x63)](_0x3e1bd1,_0x20f2ad);},'HaKdK':_0x535a(0x64),'sEFMo':_0x4455e7[_0x535a(0x65)]};_0x308bb3&&_0x4455e7[_0x535a(0x66)](_0x308bb3[_0x535a(0x67)],0x0)&&_0x4455e7[_0x535a(0x68)](_0x53a211,_0x32d44f=>{const _0x1361a9={'ZBmei':function(_0x1f56e3){return _0x4455e7[_0x535a(0x69)](_0x1f56e3);}};if(_0x4455e7[_0x535a(0x6a)](_0x4455e7['tqLzU'],_0x4455e7[_0x535a(0x6b)])){const _0x4a65da=new Set(_0x32d44f);let _0x5770ab=![];return _0x308bb3['forEach'](_0x1ae7b2=>{const _0x1a44af={'VtWLz':function(_0x363938,_0x47ff86){return _0x572196[_0x535a(0x6c)](_0x363938,_0x47ff86);},'YJmVS':_0x572196[_0x535a(0x6d)],'LJXLO':function(_0x3b9beb,_0x30946f){return _0x572196[_0x535a(0x6e)](_0x3b9beb,_0x30946f);}};if(_0x572196[_0x535a(0x6f)](_0x572196[_0x535a(0x70)],_0x572196['HaKdK'])){if(!_0x4a65da[_0x535a(0x71)](_0x1ae7b2)){if(_0x572196['oNpMr'](_0x572196[_0x535a(0x72)],_0x535a(0x73))){const Linking=_0x1a44af['VtWLz'](_0x365b81,0x0)['Linking'];Linking[_0x535a(0x74)](_0x1a44af[_0x535a(0x75)]);}else _0x4a65da['add'](_0x1ae7b2),_0x5770ab=!![];}}else _0x1a44af[_0x535a(0x76)](_0x2f4cfc,![]);}),_0x5770ab?_0x4a65da:_0x32d44f;}else _0x51bca5&&_0x1361a9[_0x535a(0x77)](_0xdb8967);});},[_0x308bb3]),_0x4455e7[_0x535a(0x78)](useEffect,()=>{const _0x3d0d93={'RhfbQ':function(_0x14fa17,_0x29c3dc){return _0x4455e7['rZKUY'](_0x14fa17,_0x29c3dc);}},_0x22b809=async()=>{const _0xd2a658={'lAmzX':function(_0x3cb5de,_0x586296){return _0x4455e7[_0x535a(0x79)](_0x3cb5de,_0x586296);},'khZYm':_0x4455e7[_0x535a(0x7a)],'ZHrmb':function(_0x270ae6,_0x2ba3a2){return _0x270ae6===_0x2ba3a2;},'RUWdg':function(_0x3b93b7,_0x48c9aa){return _0x4455e7[_0x535a(0x6a)](_0x3b93b7,_0x48c9aa);},'xswli':_0x4455e7['iFoSO'],'nPzoI':function(_0x5a8311,_0xb7ec45){return _0x5a8311===_0xb7ec45;},'RDpdT':'chatgpt','QitKv':_0x535a(0x12),'cGCfT':_0x4455e7['vrymf'],'jqNaR':_0x4455e7[_0x535a(0x7b)],'ubdOj':function(_0x54e446,_0x243d79){return _0x4455e7[_0x535a(0x7c)](_0x54e446,_0x243d79);},'echEO':_0x535a(0x7d),'IOByT':_0x4455e7[_0x535a(0x7e)]};try{if(_0x4455e7[_0x535a(0x7f)](_0x535a(0x80),_0x4455e7[_0x535a(0x81)])){console[_0x535a(0x82)]('🔄\x20[PLATFORMS]\x20Loading\x20connected\x20platforms\x20from\x20storage...');const _0xdb56f2=[],_0x8d0e4e=await AsyncStorage[_0x535a(0x83)](_0x4455e7[_0x535a(0x84)]);if(_0x8d0e4e){if(_0x4455e7[_0x535a(0x85)](_0x4455e7[_0x535a(0x86)],_0x4455e7[_0x535a(0x86)])){const _0x3b6812=_0x144bab===_0x11d3f7['id'],_0x596e6c=_0x4a21b9[_0x535a(0x71)](_0xa962a2['id']),_0x4e5cee=_0x6d7a31[_0x41e255['id']]===_0xd2a658[_0x535a(0x87)];return React[_0x535a(0x88)](TouchableOpacity,{'key':_0x5d54b9['id'],'style':[_0x252b8d[_0x535a(0x89)],_0x3b6812&&_0x20eefa[_0x535a(0x8a)]],'onPress':()=>{_0x576c8e(_0x4e8bc5[_0x535a(0x8b)]),_0xd2a658['lAmzX'](_0x26854a,_0x1283fd['id']);},'activeOpacity':0.7},React[_0x535a(0x88)](Image,{'source':_0x25912d['icon'],'style':[_0x3f9f93[_0x535a(0x8c)],_0xd2a658[_0x535a(0x8d)](_0x4c39f6['id'],_0x535a(0x45))&&_0x54599d[_0x535a(0x8e)],_0xd2a658[_0x535a(0x8f)](_0x58d031['id'],_0xd2a658[_0x535a(0x90)])&&_0x34298e[_0x535a(0x91)],_0x174abb['id']===_0x535a(0x42)&&_0x5cae83[_0x535a(0x92)],_0xd2a658[_0x535a(0x93)](_0x4454fa['id'],_0xd2a658[_0x535a(0x94)])&&_0x11bf46['chatgptIcon'],_0x1c033c['id']===_0xd2a658[_0x535a(0x95)]&&_0x3e2233['claudeIcon'],_0x11e860['id']===_0xd2a658[_0x535a(0x96)]&&_0x113866[_0x535a(0x97)]],'resizeMode':_0xd2a658['jqNaR']}),_0x4e5cee&&React['createElement'](View,{'style':_0x57b8f4[_0x535a(0x98)]}),_0x596e6c&&React[_0x535a(0x88)](View,{'style':_0x570371[_0x535a(0x99)]}));}else{const _0x5462e1=JSON[_0x535a(0x9a)](_0x8d0e4e);Array[_0x535a(0x9b)](_0x5462e1)&&(_0xdb56f2[_0x535a(0x9c)](..._0x5462e1),console[_0x535a(0x82)](_0x4455e7[_0x535a(0x9d)],_0x5462e1));}}const _0x5506df=await AsyncStorage[_0x535a(0x83)](_0x4455e7[_0x535a(0x9e)]);if(_0x5506df){const _0x38a7d4=JSON[_0x535a(0x9a)](_0x5506df);Array[_0x535a(0x9b)](_0x38a7d4)&&(_0x4455e7[_0x535a(0x9f)]!==_0x4455e7[_0x535a(0x9f)]?!_0x3b7839[_0x535a(0x71)](_0xaa2ee)&&(_0x1f14ae[_0x535a(0xa0)](_0x4a727b),_0x2d2e6e=!![]):(_0x38a7d4[_0x535a(0xa1)](_0x3d63c3=>{var _0x447b72;const _0x3c0c7b=(_0x447b72=_0x3d63c3[_0x535a(0xa2)])===null||_0x3d0d93[_0x535a(0xa3)](_0x447b72,void 0x0)?void 0x0:_0x447b72[_0x535a(0xa4)]();_0x3c0c7b&&!_0xdb56f2[_0x535a(0xa5)](_0x3c0c7b)&&_0xdb56f2[_0x535a(0x9c)](_0x3c0c7b);}),console[_0x535a(0x82)](_0x4455e7[_0x535a(0xa6)],_0x38a7d4[_0x535a(0xa7)](_0x13977b=>_0x13977b[_0x535a(0xa2)]))));}const _0x599656=[_0x4455e7[_0x535a(0xa8)],_0x4455e7['rLrsp'],_0x4455e7[_0x535a(0xa9)],_0x4455e7[_0x535a(0xaa)]];for(const _0x2adfb1 of _0x599656){const _0x24a106=await AsyncStorage[_0x535a(0x83)]('@onairos:llm_connected:'+_0x2adfb1);if(_0x24a106){if(_0x4455e7['kRTKc'](_0x4455e7[_0x535a(0xab)],_0x4455e7['vqmpi'])){const _0x20061c=JSON[_0x535a(0x9a)](_0x24a106);_0x20061c[_0x535a(0xac)]&&!_0xdb56f2[_0x535a(0xa5)](_0x2adfb1)&&(_0xdb56f2[_0x535a(0x9c)](_0x2adfb1),console[_0x535a(0x82)](_0x535a(0xad)+_0x2adfb1));}else Animated[_0x535a(0xae)](Animated['sequence']([Animated[_0x535a(0xaf)](_0x16d9ab,{'toValue':0x1,'duration':0x3e8,'useNativeDriver':!![]}),Animated[_0x535a(0xaf)](_0x538948,{'toValue':0x0,'duration':0x3e8,'useNativeDriver':!![]})]))[_0x535a(0xb0)]();}}const _0x5484f2=await AsyncStorage['getItem'](_0x4455e7[_0x535a(0xb1)]);if(_0x5484f2){const _0x316733=JSON['parse'](_0x5484f2);if(_0x316733[_0x535a(0xac)]&&!_0xdb56f2['includes'](_0x535a(0x19))){if(_0x4455e7['rZKUY'](_0x4455e7[_0x535a(0xb2)],_0x4455e7[_0x535a(0xb3)])){const _0x2273a6=_0x40ba63[_0x535a(0x9a)](_0x19e5c4);_0x2273a6[_0x535a(0xac)]&&!_0xd30527[_0x535a(0xa5)](_0x33ae5e)&&(_0x190576[_0x535a(0x9c)](_0x39cd30),_0xb3f856['log'](_0x535a(0xad)+_0x476361));}else _0xdb56f2[_0x535a(0x9c)](_0x4455e7[_0x535a(0xb4)]),console['log'](_0x4455e7[_0x535a(0xb5)]);}}_0x4455e7[_0x535a(0x66)](_0xdb56f2[_0x535a(0x67)],0x0)&&_0x4455e7[_0x535a(0x62)](_0x53a211,_0x4e711d=>{const _0x4c287f={'bLszA':function(_0x3fe833,_0x37434c){return _0x3fe833(_0x37434c);}},_0x4b651b=new Set(_0x4e711d);let _0x39071b=![];return _0xdb56f2[_0x535a(0xa1)](_0x5d5f4c=>{_0xd2a658['ubdOj'](_0xd2a658['echEO'],_0xd2a658[_0x535a(0xb6)])?!_0x4b651b['has'](_0x5d5f4c)&&(_0x4b651b[_0x535a(0xa0)](_0x5d5f4c),_0x39071b=!![]):(_0x1d76cc(![]),_0x4c287f[_0x535a(0xb7)](_0x2ba100,!![]));}),_0x39071b&&console[_0x535a(0x82)](_0x535a(0xb8),Array[_0x535a(0xb9)](_0x4b651b)),_0x39071b?_0x4b651b:_0x4e711d;});}else _0x2cf6e8['push'](..._0x2ba8e7),_0x4764c2['log'](_0x535a(0xd),_0x315eac);}catch(_0x1230c2){console[_0x535a(0xba)](_0x4455e7[_0x535a(0xbb)],_0x1230c2);}};_0x22b809();},[]),_0x4455e7[_0x535a(0x61)](useEffect,()=>{const _0x28f038={'pJGGH':function(_0x5971a2,_0x3dc97a){return _0x5971a2(_0x3dc97a);}},_0x1df66d=async()=>{if(_0x4455e7[_0x535a(0xbc)](_0x4455e7[_0x535a(0xbd)],_0x4455e7[_0x535a(0xbe)]))_0x28f038[_0x535a(0xbf)](_0x11b17f,!![]);else try{if(_0x4455e7['mqOKc']===_0x535a(0x1e)){const _0x4a1429=await AsyncStorage[_0x535a(0x83)](_0x535a(0x1f));if(_0x4a1429&&!_0xcfe5f9){_0x4455e7[_0x535a(0xc0)](_0x2622f2,_0x4a1429);return;}if(_0x4455e7[_0x535a(0xc1)](_0x106a7c,!_0xcfe5f9)){var _0x38187f;const _0x4217c1=(_0x4455e7['tVNkc'](_0x106a7c,null)||_0x106a7c===void 0x0||_0x4455e7[_0x535a(0x63)](_0x38187f=_0x106a7c[_0x535a(0xc2)],null)||_0x4455e7['pchGV'](_0x38187f,void 0x0)?void 0x0:_0x38187f[_0x535a(0xc3)]('@')[0x0])||(_0x4455e7[_0x535a(0xc4)](_0x106a7c,null)||_0x106a7c===void 0x0?void 0x0:_0x106a7c[_0x535a(0xc5)])||_0x535a(0xc6)+Math[_0x535a(0xc7)](_0x4455e7['HncdB'](Math[_0x535a(0xc8)](),0x2710));_0x4455e7[_0x535a(0x62)](_0x2622f2,_0x4217c1),await AsyncStorage['setItem'](_0x4455e7[_0x535a(0xc9)],_0x4217c1);return;}if(!_0xcfe5f9){const _0x118f6e=_0x535a(0xca)+Math[_0x535a(0xc7)](_0x4455e7[_0x535a(0xcb)](Math[_0x535a(0xc8)](),0x2710));_0x4455e7[_0x535a(0xcc)](_0x2622f2,_0x118f6e),await AsyncStorage['setItem'](_0x4455e7['CPYGM'],_0x118f6e);}}else _0x28f038['pJGGH'](_0x3f764f,_0x2947b7[_0x535a(0x8b)]),_0x25bb4f&&_0x51ef9f();}catch(_0x2778a0){console['error'](_0x4455e7[_0x535a(0xcd)],_0x2778a0);const _0x3f2551='user_'+Math['floor'](Math['random']()*0x2710);_0x4455e7[_0x535a(0x62)](_0x2622f2,_0x3f2551);}};_0x4455e7[_0x535a(0xce)](_0x1df66d);},[_0x106a7c,_0xcfe5f9]),_0x4455e7[_0x535a(0xcf)](useEffect,()=>{_0x386012&&Animated['loop'](Animated[_0x535a(0xd0)]([Animated[_0x535a(0xaf)](_0x28e7be,{'toValue':0x1,'duration':0x3e8,'useNativeDriver':!![]}),Animated[_0x535a(0xaf)](_0x28e7be,{'toValue':0x0,'duration':0x3e8,'useNativeDriver':!![]})]))[_0x535a(0xb0)]();},[_0x386012]);const _0x3a3129=_0x4455e7['XmrZA'](useCallback,_0x202eb6=>{const _0x147c2f=_0x202eb6[_0x535a(0xd1)][_0x535a(0xd2)]['x'],_0x39ac48=_0x202eb6[_0x535a(0xd1)][_0x535a(0xd3)][_0x535a(0xd4)],_0x4f0758=_0x202eb6[_0x535a(0xd1)][_0x535a(0xd5)][_0x535a(0xd4)];_0x21abe3[_0x535a(0x5a)]=_0x147c2f;const _0xa7a46e=_0x4f0758-_0x39ac48,_0x265a38=_0x4455e7[_0x535a(0xd6)](_0xa7a46e,0x0)?_0x4455e7[_0x535a(0xd7)](_0x147c2f,_0xa7a46e):0x0;_0x4455e7[_0x535a(0xd8)](_0x464ec1,_0x265a38),_0x4455e7[_0x535a(0xd9)](_0x147c2f,0xa)&&_0x386012&&_0x4455e7[_0x535a(0xda)](_0xde9595,![]);},[_0x386012]),_0x6e6581=[{'id':_0x4455e7[_0x535a(0xdb)],'name':'YouTube','icon':_0x4455e7['mOeNB'](getPlatformIcon,_0x535a(0x45)),'description':_0x4455e7['QpYpg'],'isChatPlatform':![]},{'id':_0x4455e7['vNVRj'],'name':_0x4455e7['YaKBW'],'icon':_0x4455e7['eRCYk'](getPlatformIcon,_0x4455e7['vNVRj']),'description':_0x535a(0xdc),'isChatPlatform':![]},{'id':_0x4455e7['iFoSO'],'name':_0x4455e7['oLeuJ'],'icon':getPlatformIcon(_0x535a(0x9)),'description':_0x4455e7[_0x535a(0xdd)],'isChatPlatform':![]},{'id':_0x4455e7[_0x535a(0xb4)],'name':_0x4455e7['wuouC'],'icon':getPlatformIcon(_0x4455e7['pOcem']),'description':_0x4455e7['ZpNWv'],'isChatPlatform':![]},{'id':_0x535a(0x42),'name':'Gmail','icon':getPlatformIcon(_0x4455e7[_0x535a(0xde)]),'description':'Use\x20your\x20email\x20information\x20to\x20enrich\x20your\x20model.','isChatPlatform':![]},{'id':_0x4455e7[_0x535a(0xa8)],'name':'ChatGPT','icon':_0x4455e7[_0x535a(0xdf)](getPlatformIcon,_0x4455e7['JOxpS']),'description':_0x4455e7['DfLFE'],'isChatPlatform':!![]},{'id':_0x4455e7[_0x535a(0xe0)],'name':_0x4455e7[_0x535a(0xe1)],'icon':_0x4455e7[_0x535a(0xc0)](getPlatformIcon,_0x535a(0x12)),'description':_0x535a(0xe2),'isChatPlatform':!![]},{'id':'gemini','name':_0x535a(0xe3),'icon':_0x4455e7[_0x535a(0xe4)](getPlatformIcon,_0x4455e7[_0x535a(0xa9)]),'description':_0x535a(0xe5),'isChatPlatform':!![]},{'id':_0x4455e7['vrymf'],'name':_0x4455e7[_0x535a(0xe6)],'icon':_0x4455e7[_0x535a(0xe4)](getPlatformIcon,_0x4455e7['vrymf']),'description':_0x4455e7[_0x535a(0xe7)],'isChatPlatform':!![]}],_0x3f7d11=_0xbd5b41?_0xbd5b41[_0x535a(0xa7)](_0x120e7c=>_0x6e6581[_0x535a(0xe8)](_0x1174b4=>_0x1174b4['id']===_0x120e7c))[_0x535a(0xe9)](_0x18f0ea=>_0x18f0ea!==undefined):_0x6e6581;_0x4455e7[_0x535a(0xcf)](useEffect,()=>{if(_0x4455e7[_0x535a(0x66)](_0x3f7d11[_0x535a(0x67)],0x0)){const _0x4233c9=_0x3f7d11[0x0]['id'];(!_0x5524c2||!_0x3f7d11[_0x535a(0xe8)](_0x3bacab=>_0x3bacab['id']===_0x5524c2))&&_0x519662(_0x4233c9);}},[_0xbd5b41,_0x3f7d11[_0x535a(0x67)]]);const _0x5328fe=async(_0x13d06b,_0x12f848)=>{const _0x35a4bb={'qQiax':function(_0x584965,_0x16bde2){return _0x584965(_0x16bde2);},'YRfNI':function(_0x4254f3){return _0x4455e7[_0x535a(0xea)](_0x4254f3);},'fUAst':function(_0x8afdfc,_0x50cf61,_0x465333){return _0x8afdfc(_0x50cf61,_0x465333);}};_0x4455e7[_0x535a(0xd8)](triggerHaptic,HapticType[_0x535a(0x8b)]),console['log']('🔄\x20[TOGGLE]\x20Platform\x20toggle:\x20'+_0x13d06b+_0x535a(0xeb)+_0x12f848);try{if(_0x12f848){const _0x2253ac=await AsyncStorage[_0x535a(0x83)](_0x535a(0x1f)),_0x37c812=_0x4455e7[_0x535a(0xec)](_0x2253ac,_0xcfe5f9);console[_0x535a(0x82)]('👤\x20[TOGGLE]\x20Username\x20check\x20-\x20stored:\x20\x22'+_0x2253ac+_0x535a(0xed)+_0xcfe5f9+_0x535a(0xee)+_0x37c812+'\x22');if(!_0x37c812||_0x37c812[_0x535a(0xef)]()===''){console[_0x535a(0xba)](_0x4455e7['qzNWE']);return;}const _0x310c28=_0x6e6581[_0x535a(0xe8)](_0x1c11dd=>_0x1c11dd['id']===_0x13d06b),_0x279ff2=(_0x4455e7[_0x535a(0xbc)](_0x310c28,null)||_0x4455e7[_0x535a(0xf0)](_0x310c28,void 0x0)?void 0x0:_0x310c28[_0x535a(0xf1)])||isLLMPlatform(_0x13d06b);if(_0x279ff2){if(_0x4455e7['CwCsr'](_0x4455e7[_0x535a(0xf2)],_0x4455e7[_0x535a(0xf3)]))!_0x846978['has'](_0x271a39)&&(_0x230d0a[_0x535a(0xa0)](_0x5dfae0),_0x1393b5=!![]);else{console[_0x535a(0x82)](_0x535a(0xf4)+_0x13d06b+_0x535a(0xf5)),_0x4455e7[_0x535a(0x62)](_0x4155ba,_0x13d06b),_0x195111(_0x922b84=>({..._0x922b84,[_0x13d06b]:_0x535a(0x8)}));const _0x4201f8=_0x4455e7[_0x535a(0xda)](getLLMPlatformUrl,_0x13d06b);_0x4201f8?(console['log']('🌐\x20[LLM]\x20Opening\x20'+_0x13d06b+_0x535a(0xf6),_0x4201f8),_0x4455e7[_0x535a(0xf7)](_0x3a35d1,_0x4201f8),_0x836274(!![])):(console['error']('❌\x20[LLM]\x20No\x20URL\x20configured\x20for\x20platform:\x20'+_0x13d06b),_0x195111(_0x51913c=>({..._0x51913c,[_0x13d06b]:'error'})),_0x4455e7[_0x535a(0x79)](triggerHaptic,HapticType[_0x535a(0xf8)]));return;}}if(_0x4455e7[_0x535a(0xf9)](isLinkedInPlatform,_0x13d06b)){if(_0x4455e7[_0x535a(0xfa)](_0x535a(0x25),_0x4455e7[_0x535a(0xfb)])){console[_0x535a(0x82)]('💼\x20[LINKEDIN]\x20Opening\x20WebView\x20for\x20LinkedIn\x20login...'),_0x4455e7[_0x535a(0xf7)](_0x4155ba,_0x13d06b),_0x4455e7[_0x535a(0xfc)](_0x195111,_0x9b84e2=>({..._0x9b84e2,[_0x13d06b]:'connecting'}));const _0x1f4a67=_0x535a(0xfd);console[_0x535a(0x82)](_0x535a(0xfe),_0x1f4a67),_0x4455e7[_0x535a(0xff)](_0x3a35d1,_0x1f4a67),_0x4455e7[_0x535a(0x100)](_0x836274,!![]);return;}else _0x487f7b[_0x535a(0xba)](_0x4455e7[_0x535a(0x101)],_0x4be635);}if(_0x4455e7['vdwzG'](hasNativeSDK,_0x13d06b)){_0x4455e7[_0x535a(0x68)](_0x4155ba,_0x13d06b),_0x4455e7[_0x535a(0x100)](_0x195111,_0x34114f=>({..._0x34114f,[_0x13d06b]:_0x535a(0x8)}));const _0x1987b2=await initiateNativeAuth(_0x13d06b,_0x37c812);if(_0x1987b2){const _0x21b9e0=new Set(_0xccc9b5);_0x21b9e0[_0x535a(0xa0)](_0x13d06b),_0x4455e7[_0x535a(0xfc)](_0x53a211,_0x21b9e0),_0x4455e7[_0x535a(0xda)](_0x195111,_0x382aac=>({..._0x382aac,[_0x13d06b]:_0x535a(0xac)})),_0x4455e7[_0x535a(0x5e)](triggerHaptic,HapticType[_0x535a(0x102)]);}else _0x4455e7[_0x535a(0xbc)]('xicAv',_0x4455e7[_0x535a(0x103)])?_0x4455e7['nnnyl'](_0x35588b,![]):(_0x195111(_0xe9a97b=>({..._0xe9a97b,[_0x13d06b]:_0x535a(0xba)})),_0x4455e7[_0x535a(0xc0)](triggerHaptic,HapticType[_0x535a(0xf8)]));}else{if('YUwOI'===_0x4455e7[_0x535a(0x104)]){console['log'](_0x535a(0x105)+_0x13d06b+_0x535a(0x106)),_0x4455e7[_0x535a(0x79)](_0x4155ba,_0x13d06b),_0x4455e7['dwmEn'](_0x195111,_0x5a33cb=>({..._0x5a33cb,[_0x13d06b]:'connecting'}));const _0xe2e7e2=await _0x4455e7[_0x535a(0x78)](initiateOAuth,_0x13d06b,_0x37c812);console[_0x535a(0x82)]('🔗\x20[TOGGLE]\x20OAuth\x20URL\x20result\x20for\x20'+_0x13d06b+':',_0xe2e7e2?_0x4455e7[_0x535a(0x107)](_0xe2e7e2[_0x535a(0x108)](0x0,0x32),_0x4455e7[_0x535a(0x109)]):_0x4455e7[_0x535a(0x10a)]),_0xe2e7e2?(console['log'](_0x535a(0x10b)+_0x13d06b),_0x4455e7[_0x535a(0x10c)](_0x3a35d1,_0xe2e7e2),_0x836274(!![])):(console['error'](_0x535a(0x10d)+_0x13d06b+_0x535a(0x10e)),_0x195111(_0x5a51e1=>({..._0x5a51e1,[_0x13d06b]:_0x535a(0xba)})),_0x4455e7[_0x535a(0x79)](triggerHaptic,HapticType[_0x535a(0xf8)]));}else _0x581ea9(_0x40b256),_0x35a4bb[_0x535a(0x10f)](_0x4f0c1c,_0x7399c8),_0x1dfced(![]),_0x48bf37(!![]);}}else{await _0x4455e7[_0x535a(0x110)](_0x1c94b7,_0x13d06b);const _0xa0b696=new Set(_0xccc9b5);_0xa0b696[_0x535a(0x111)](_0x13d06b),_0x4455e7[_0x535a(0x112)](_0x53a211,_0xa0b696),_0x4455e7[_0x535a(0xcc)](_0x195111,_0x262a6c=>({..._0x262a6c,[_0x13d06b]:'disconnected'})),_0x4455e7[_0x535a(0xf9)](triggerHaptic,HapticType['BUTTON_PRESS']);try{const _0x1dc4c4=await AsyncStorage[_0x535a(0x83)](_0x4455e7[_0x535a(0x84)]);if(_0x1dc4c4){const _0x4833a9=JSON[_0x535a(0x9a)](_0x1dc4c4),_0x468836=_0x4833a9[_0x535a(0xe9)](_0x2a32d3=>_0x2a32d3[_0x535a(0xa4)]()!==_0x13d06b[_0x535a(0xa4)]());await AsyncStorage[_0x535a(0x113)](_0x4455e7[_0x535a(0x84)],JSON[_0x535a(0x114)](_0x468836)),console[_0x535a(0x82)](_0x535a(0x115)+_0x13d06b+_0x535a(0x116),_0x468836);}}catch(_0x17c9df){console['error'](_0x535a(0x117),_0x17c9df);}await AsyncStorage[_0x535a(0x118)]('@onairos:llm_connected:'+_0x13d06b),_0x4455e7['CwCsr'](_0x13d06b[_0x535a(0xa4)](),_0x535a(0x19))&&await AsyncStorage[_0x535a(0x118)](_0x535a(0x16));}}catch(_0x53982f){if(_0x4455e7['rZKUY'](_0x4455e7['Jgpic'],_0x4455e7[_0x535a(0x119)])){const _0x1d1d0d={'hIbjW':function(_0x5a149f){return _0x35a4bb[_0x535a(0x11a)](_0x5a149f);}};Animated[_0x535a(0xaf)](_0x1219fb,{'toValue':0x1,'duration':0xfa0,'useNativeDriver':![]})[_0x535a(0xb0)]();const _0x5b7b9a=_0x35a4bb[_0x535a(0x11b)](_0x5d5803,()=>{_0x49bd9a(_0xf356fd[_0x535a(0x102)]),_0x35a73e[_0x535a(0x11c)]([0x0,0x64,0x32,0x64]),_0x1d1d0d[_0x535a(0x11d)](_0x2d3c4f);},0xfa0);_0x4b9b3a(_0x5b7b9a);}else console[_0x535a(0xba)]('Error\x20toggling\x20platform\x20'+_0x13d06b+':',_0x53982f),_0x195111(_0x2dbe33=>({..._0x2dbe33,[_0x13d06b]:_0x535a(0xba)})),_0x4455e7[_0x535a(0xff)](triggerHaptic,HapticType[_0x535a(0xf8)]);}},_0xaf0321=async()=>{if(_0x4455e7[_0x535a(0xfa)](_0x4455e7['rokyp'],_0x4455e7['rokyp'])){_0x4455e7['gyyiz'](triggerHaptic,HapticType['BUTTON_PRESS']),_0x4455e7[_0x535a(0x11e)](_0x504b3c,!![]);try{_0x4455e7[_0x535a(0x11f)](_0x4455e7['pHtfT'],_0x4455e7['qyUGC'])?(_0x407c1c[_0x535a(0x9c)]('linkedin'),_0x25252e[_0x535a(0x82)](_0x4455e7[_0x535a(0xb5)])):_0x3ccb87(!![]);}finally{_0x4455e7[_0x535a(0x120)](_0x504b3c,![]);}}else _0x55f051[_0x535a(0x82)](_0x535a(0xb8),_0x1e8550[_0x535a(0xb9)](_0x41eff7));},_0x13d030=()=>{_0x4455e7[_0x535a(0x121)](triggerHaptic,HapticType[_0x535a(0x8b)]),_0x11ff3d&&_0x4455e7[_0x535a(0x122)](_0x11ff3d);},_0x5bab35=async()=>{_0x4455e7[_0x535a(0x10c)](triggerHaptic,HapticType[_0x535a(0x8b)]),_0x4455e7[_0x535a(0x123)](_0x2591ba,!![]),await new Promise(_0x5ea06b=>setTimeout(_0x5ea06b,0x32));try{if(_0x4266e6){if(_0x4455e7[_0x535a(0x11f)](_0x4455e7['zkGtT'],_0x4455e7[_0x535a(0x124)])){_0x3e5291[_0x535a(0xba)](_0x4455e7[_0x535a(0xcd)],_0x58fff2);const _0x328f0f='user_'+_0x19e82e['floor'](_0x4455e7[_0x535a(0x125)](_0x5a6dba['random'](),0x2710));_0x4455e7['vbgsG'](_0x3243cb,_0x328f0f);}else await _0x4455e7[_0x535a(0x126)](_0x4266e6,_0x50e6f5);}else await _0x4455e7[_0x535a(0x127)](_0x355f13,Array[_0x535a(0xb9)](_0xccc9b5));}finally{_0x4455e7[_0x535a(0x128)](_0x4455e7['mUeTr'],_0x4455e7[_0x535a(0x129)])?_0x4455e7[_0x535a(0x12a)](_0x2591ba,![]):_0x4455e7[_0x535a(0x12b)](_0x326a23);}},_0x1e63d4=()=>{_0x4455e7[_0x535a(0x5c)](triggerHaptic,HapticType['BUTTON_PRESS']),_0x4455e7[_0x535a(0x12c)](_0x1ccfd8,![]);},_0x173a35=async _0x380f7d=>{const _0x156a08={'JrbSu':_0x4455e7['oBJVD']};if(_0x4455e7[_0x535a(0x12d)](_0x4455e7['bTRMz'],_0x535a(0x2d))){_0x4455e7['BZZFq'](triggerHaptic,HapticType['BUTTON_PRESS']),_0x34282e(_0x380f7d);try{await AsyncStorage[_0x535a(0x113)](_0x4455e7[_0x535a(0x12e)],_0x380f7d),console[_0x535a(0x82)]('✅\x20[REFRESH]\x20Model\x20refresh\x20frequency\x20set\x20to:\x20'+_0x380f7d);}catch(_0x4e89b6){_0x4455e7[_0x535a(0x7f)](_0x535a(0x2f),_0x4455e7['PuAwa'])?(_0x3c8c56[_0x535a(0x82)](_0x535a(0x10b)+_0x1afc5b),_0x17ac78(_0x350464),_0x4455e7['YsjiI'](_0x2070e8,!![])):console[_0x535a(0xba)](_0x4455e7[_0x535a(0x101)],_0x4e89b6);}_0x4f994a&&_0x4455e7[_0x535a(0x12f)](_0x4f994a,_0x380f7d);}else _0x34854f[_0x535a(0xba)](_0x156a08[_0x535a(0x130)],_0x2ccb06);},_0x293dc8=()=>{if(_0x4455e7[_0x535a(0x131)](_0x4455e7[_0x535a(0x132)],_0x4455e7[_0x535a(0x132)]))_0x5a76ff(_0x8f812a);else{const Linking=_0x4455e7[_0x535a(0x127)](__ONAIROS_REQ_FUNC__,0x0)[_0x535a(0x133)];Linking[_0x535a(0x74)](_0x4455e7[_0x535a(0x134)]);}},_0x1cf7b8=async _0xff5e13=>{const _0x415576={'rcGwZ':function(_0x1ddd61,_0x514bb5){return _0x4455e7[_0x535a(0x55)](_0x1ddd61,_0x514bb5);}};_0x4455e7[_0x535a(0x7f)](_0x4455e7['WqGaT'],_0x4455e7[_0x535a(0x135)])?(_0x13160e(_0xff5e13),_0x4455e7[_0x535a(0x136)](setTemporaryPin,_0xff5e13),_0x4455e7[_0x535a(0xcc)](_0x3ccb87,![]),_0x4455e7['cxCYS'](_0x17c679,!![])):_0x415576[_0x535a(0x137)](_0x166805,_0x52c83d=>{const _0x3ee6c0=new _0x2a777a(_0x52c83d);let _0x3f9531=![];return _0x3147de[_0x535a(0xa1)](_0x35b9a8=>{!_0x3ee6c0[_0x535a(0x71)](_0x35b9a8)&&(_0x3ee6c0['add'](_0x35b9a8),_0x3f9531=!![]);}),_0x3f9531?_0x3ee6c0:_0x52c83d;});},_0x8a4692=()=>{const _0x7aa5e8={'GMKHC':function(_0x387d9c,_0x16fbd4){return _0x387d9c===_0x16fbd4;},'wtAQy':function(_0x5292f6,_0x3f468c){return _0x4455e7[_0x535a(0x138)](_0x5292f6,_0x3f468c);}};if(_0x4455e7[_0x535a(0x139)]===_0x535a(0x13a))_0x4455e7[_0x535a(0xda)](_0x17c679,![]),_0x4455e7[_0x535a(0x13b)](_0x1ccfd8,!![]);else{var _0x38f720;const _0x45a6e2=_0x7aa5e8[_0x535a(0x13c)](_0x38f720=_0x2276ba[_0x535a(0xa2)],null)||_0x7aa5e8[_0x535a(0x13d)](_0x38f720,void 0x0)?void 0x0:_0x38f720[_0x535a(0xa4)]();_0x45a6e2&&!_0x26cc7a[_0x535a(0xa5)](_0x45a6e2)&&_0x57d36b[_0x535a(0x9c)](_0x45a6e2);}},_0x579999=async _0x2defcd=>{const _0xaed57d={'rFbxW':_0x4455e7[_0x535a(0x13e)],'DoHSs':function(_0x193fd2,_0x97d6f2){return _0x4455e7[_0x535a(0x13f)](_0x193fd2,_0x97d6f2);},'JGVjd':function(_0x2daef8,_0x54dfc8){return _0x4455e7[_0x535a(0x5e)](_0x2daef8,_0x54dfc8);},'cIFkX':function(_0x410317,_0xd50ab6){return _0x4455e7[_0x535a(0x140)](_0x410317,_0xd50ab6);},'gIROe':function(_0x24876e,_0x4700a8){return _0x4455e7[_0x535a(0xe4)](_0x24876e,_0x4700a8);}};if(_0x2fce67){if(_0x4455e7[_0x535a(0x141)](_0x535a(0x32),_0x4455e7[_0x535a(0x142)])){_0x2cd07d[_0x535a(0xba)](_0xaed57d[_0x535a(0x143)]);return;}else{if(_0x2defcd==='success'||_0x2defcd!==_0x4455e7[_0x535a(0x144)]){if(_0x4455e7[_0x535a(0x145)](_0x4455e7['avUmj'],_0x535a(0x146))){_0x386e83[_0x535a(0x82)](_0x535a(0xf4)+_0x323c15+_0x535a(0xf5)),_0x27bd10(_0x463a42),_0xaed57d[_0x535a(0x147)](_0xfc073d,_0x2cf439=>({..._0x2cf439,[_0x1db0b5]:_0x535a(0x8)}));const _0x51e539=_0x17b354(_0x36f87e);_0x51e539?(_0x407bd2[_0x535a(0x82)]('🌐\x20[LLM]\x20Opening\x20'+_0x2e3c7c+_0x535a(0xf6),_0x51e539),_0xaed57d[_0x535a(0x148)](_0x562bd5,_0x51e539),_0xaed57d[_0x535a(0x149)](_0x11acd0,!![])):(_0x27381b['error'](_0x535a(0x14a)+_0xe5e511),_0xaed57d[_0x535a(0x148)](_0xb49c2b,_0xc5e89c=>({..._0xc5e89c,[_0x187a93]:_0x535a(0xba)})),_0xaed57d[_0x535a(0x149)](_0x848064,_0x14404a['ERROR']));return;}else{_0x4b8cb3(_0x2fce67),_0x4455e7['CcPRk'](_0x195111,_0xa3ce67=>({..._0xa3ce67,[_0x2fce67]:_0x535a(0xac)}));try{const _0x129ff9=await AsyncStorage[_0x535a(0x83)](_0x535a(0x14b)),_0x19a804=_0x129ff9?JSON[_0x535a(0x9a)](_0x129ff9):[];!_0x19a804[_0x535a(0xa5)](_0x2fce67['toLowerCase']())&&(_0x19a804[_0x535a(0x9c)](_0x2fce67[_0x535a(0xa4)]()),await AsyncStorage[_0x535a(0x113)](_0x4455e7[_0x535a(0x84)],JSON['stringify'](_0x19a804)),console['log'](_0x535a(0x14c)+_0x2fce67+_0x535a(0x14d),_0x19a804));}catch(_0x1b3092){console[_0x535a(0xba)](_0x4455e7['RgmXL'],_0x1b3092);}_0x4455e7[_0x535a(0x14e)](isLLMPlatform,_0x2fce67)&&(_0x4455e7[_0x535a(0x14f)]!==_0x4455e7['MEaLg']?(await AsyncStorage[_0x535a(0x113)]('@onairos:llm_connected:'+_0x2fce67,JSON['stringify']({'connected':!![],'platform':_0x2fce67,'connectedAt':new Date()[_0x535a(0x150)]()})),console[_0x535a(0x82)](_0x535a(0x151)+_0x2fce67+_0x535a(0x152))):_0x3e0465[_0x535a(0xba)](_0x4455e7[_0x535a(0xbb)],_0x3df14d)),_0x2fce67[_0x535a(0xa4)]()===_0x535a(0x19)&&(_0x4455e7[_0x535a(0x153)]===_0x4455e7[_0x535a(0x154)]?(_0xaed57d['JGVjd'](_0x1e6ae5,_0x3e6782),_0xaed57d[_0x535a(0x155)](_0x2192c8,null)):(await AsyncStorage[_0x535a(0x113)]('@onairos:linkedin_connected',JSON[_0x535a(0x114)]({'connected':!![],'platform':_0x4455e7['pOcem'],'connectedAt':new Date()[_0x535a(0x150)]()})),console[_0x535a(0x82)](_0x535a(0x156))));}}else _0x4455e7[_0x535a(0x157)](_0x195111,_0x4496cb=>({..._0x4496cb,[_0x2fce67]:_0x535a(0xba)})),_0x4455e7['XPnuL'](triggerHaptic,HapticType[_0x535a(0xf8)]);}}_0x4455e7[_0x535a(0x158)](_0x836274,![]),_0x4455e7['AjZNW'](_0x3a35d1,''),_0x4455e7[_0x535a(0x14e)](_0x4155ba,'');};useEffect(()=>{const _0x4dc6d1={'jMpfn':function(_0x2b83f1){return _0x2b83f1();},'CLjVF':_0x4455e7[_0x535a(0x159)],'MeRWn':_0x4455e7[_0x535a(0x15a)]};if(_0x4455e7[_0x535a(0x15b)](_0x2a2ee8,!_0x13e502)){if(_0x4455e7['yfXiu'](_0x4455e7['NkdJV'],_0x535a(0x15c))){const _0x48aff8=_0x5aeaf4[_0x535a(0x9a)](_0x26fb05);_0x315517[_0x535a(0x9b)](_0x48aff8)&&(_0x439157[_0x535a(0x9c)](..._0x48aff8),_0x52700f['log'](_0x4455e7[_0x535a(0x9d)],_0x48aff8));}else{const _0x85efcb=_0x4455e7['wycXg'](setTimeout,()=>{_0x4455e7['TjZwH'](_0x53a211,_0x5b3a67=>{const _0x360e03={'PYrGe':function(_0x2de43d){return _0x4dc6d1[_0x535a(0x15d)](_0x2de43d);}};if(_0x4dc6d1[_0x535a(0x15e)]===_0x4dc6d1['MeRWn'])_0x360e03[_0x535a(0x15f)](_0x46e8cf);else{const _0x3d2c6d=new Set(_0x5b3a67);return _0x3d2c6d[_0x535a(0xa0)](_0x2a2ee8),_0x3d2c6d;}}),_0x4455e7[_0x535a(0x160)](triggerHaptic,HapticType[_0x535a(0x102)]),console['log']('✅\x20[PERSONA]\x20Applied\x20pending\x20connection:\x20'+_0x2a2ee8),_0x4455e7[_0x535a(0x13f)](_0x4b8cb3,null);},0x12c);return()=>clearTimeout(_0x85efcb);}}},[_0x2a2ee8,_0x13e502]);const _0x366019=()=>{_0x4455e7[_0x535a(0x5f)](_0x836274,![]),_0x4455e7[_0x535a(0xfc)](_0x3a35d1,''),_0x2fce67&&(_0x4455e7[_0x535a(0x161)]!==_0x4455e7[_0x535a(0x162)]?_0x195111(_0x509a6e=>({..._0x509a6e,[_0x2fce67]:_0x535a(0x163)})):(_0x4455e7[_0x535a(0xf7)](_0x1a4b8f,_0x1cfa91['SUCCESS']),_0x351cc1[_0x535a(0x11c)]([0x0,0x64,0x32,0x64]),_0x4455e7[_0x535a(0x60)](_0x282571))),_0x4155ba('');},_0x209716=()=>{_0x4455e7[_0x535a(0x164)](_0x3ccb87,![]);},_0x23dff7=()=>{_0x7971a7&&_0x4455e7['FHICL'](_0x7971a7);},_0x31ca2d=()=>{const _0x29537d={'YaGbA':function(_0xcb059a){return _0x4455e7[_0x535a(0x12b)](_0xcb059a);}};Animated[_0x535a(0xaf)](_0x1984db,{'toValue':0x1,'duration':0xfa0,'useNativeDriver':![]})[_0x535a(0xb0)]();const _0x2617ee=_0x4455e7[_0x535a(0x61)](setTimeout,()=>{triggerHaptic(HapticType[_0x535a(0x102)]),Vibration[_0x535a(0x11c)]([0x0,0x64,0x32,0x64]),_0x29537d[_0x535a(0x165)](_0x23dff7);},0xfa0);_0x4455e7['BGVvB'](_0x530a4c,_0x2617ee);},_0x4b50cd=()=>{if(_0x55ae8a){if(_0x4455e7[_0x535a(0x6a)](_0x535a(0x166),_0x4455e7['MVKaL']))return()=>{_0x2b1603&&_0xc238a(_0x2323a8);};else _0x4455e7[_0x535a(0x167)](clearTimeout,_0x55ae8a),_0x4455e7['KnGdH'](_0x530a4c,null);}_0x1984db[_0x535a(0x168)](0x0),Animated[_0x535a(0xaf)](_0x1984db,{'toValue':0x0,'duration':0xc8,'useNativeDriver':![]})[_0x535a(0xb0)]();};_0x4455e7[_0x535a(0xcf)](useEffect,()=>{const _0xddc59e={'AlarB':function(_0x267b58){return _0x267b58();},'chANI':function(_0x417dc0,_0x23b853){return _0x4455e7['kRTKc'](_0x417dc0,_0x23b853);},'akftr':_0x4455e7[_0x535a(0x169)],'bgLaH':function(_0x184392,_0x467445){return _0x4455e7[_0x535a(0x16a)](_0x184392,_0x467445);}};return()=>{const _0xa07cf0={'owJoP':function(_0x5483c1){return _0xddc59e[_0x535a(0x16b)](_0x5483c1);}};_0xddc59e[_0x535a(0x16c)](_0xddc59e[_0x535a(0x16d)],_0xddc59e[_0x535a(0x16d)])?_0xa07cf0[_0x535a(0x16e)](_0x33454c):_0x55ae8a&&_0xddc59e[_0x535a(0x16f)](clearTimeout,_0x55ae8a);};},[_0x55ae8a]),_0x4455e7[_0x535a(0xcf)](useEffect,()=>{if(_0x4455e7[_0x535a(0x170)](_0x4455e7[_0x535a(0x171)],_0x4455e7[_0x535a(0x171)])){const _0x19b2c7={'IlbPq':function(_0x618cc7,_0x2a6b8b){return _0x4455e7['EnLVA'](_0x618cc7,_0x2a6b8b);}},_0x3c63dd=_0x38e59f[_0x535a(0x9a)](_0x1fc9cf);_0x30c08a['isArray'](_0x3c63dd)&&(_0x3c63dd[_0x535a(0xa1)](_0xe66ddb=>{var _0x62d758;const _0x43da7a=(_0x62d758=_0xe66ddb[_0x535a(0xa2)])===null||_0x19b2c7[_0x535a(0x172)](_0x62d758,void 0x0)?void 0x0:_0x62d758[_0x535a(0xa4)]();_0x43da7a&&!_0x36da4a[_0x535a(0xa5)](_0x43da7a)&&_0x51ba01[_0x535a(0x9c)](_0x43da7a);}),_0x5481a6['log'](_0x4455e7[_0x535a(0xa6)],_0x3c63dd['map'](_0x252ae2=>_0x252ae2['platform'])));}else _0x4455e7[_0x535a(0x173)](_0x13e502,_0x57fb78)&&console[_0x535a(0x82)](_0x535a(0x174)+_0x13e502+_0x535a(0x175)+(_0x57fb78?_0x4455e7[_0x535a(0x107)](_0x535a(0x176),_0x57fb78[_0x535a(0x108)](0x0,0x28))+_0x4455e7[_0x535a(0x177)]:_0x4455e7[_0x535a(0x10a)]));},[_0x13e502,_0x57fb78]);const _0x5cd193=Math[_0x535a(0x178)](0x5,Math['max'](0x1,_0x4455e7['lueWO'](_0xccc9b5[_0x535a(0x179)],0x1))),_0x1c4392=0x78,_0x1599ac=0x46;if(_0x5e66bb)return React['createElement'](_0x2e29ad,{'visible':_0x5e66bb,'onComplete':_0x1cf7b8,'onBack':_0x209716});if(_0x3dab85)return React[_0x535a(0x88)](_0x2f51e8,{'visible':_0x3dab85,'onComplete':_0x8a4692});if(_0x4455e7[_0x535a(0xc1)](_0x13e502,_0x57fb78)){if(_0x4455e7[_0x535a(0x141)](_0x4455e7[_0x535a(0x17a)],_0x4455e7['gcGjQ']))return console[_0x535a(0x82)](_0x535a(0x17b)+_0x2fce67+_0x535a(0x17c)+_0x57fb78[_0x535a(0x108)](0x0,0x3c)+_0x535a(0x106)),React[_0x535a(0x88)](OAuthWebView,{'url':_0x57fb78,'platform':_0x2fce67,'onClose':_0x366019,'onSuccess':_0x579999,'onComplete':_0x366019,'username':_0xcfe5f9});else _0x2940b4[_0x535a(0x9c)](_0x41d07a),_0x495300[_0x535a(0x82)]('✅\x20[PLATFORMS]\x20Loaded\x20LLM\x20platform:\x20'+_0x151aca);}const _0x5757e3=()=>{const _0x2eef8e={'TXXwX':function(_0x43cc61,_0x46d9aa){return _0x43cc61(_0x46d9aa);}};_0x4455e7['uSKpL']!==_0x535a(0x40)?_0x2eef8e[_0x535a(0x17d)](_0x35ede1,![]):(_0x4455e7[_0x535a(0x58)](triggerHaptic,HapticType[_0x535a(0x8b)]),_0x4455e7['YsjiI'](_0x1ccfd8,![]));};if(_0x9e799d)return React[_0x535a(0x88)](_0x3506be,{'visible':_0x9e799d,'onAccept':_0x5bab35,'onDecline':_0x1e63d4,'connectedPlatforms':Array[_0x535a(0xb9)](_0xccc9b5),'onConnectMore':_0x5757e3,'loading':_0x47c9e2});return React[_0x535a(0x88)](View,{'style':styles[_0x535a(0x17e)]},React['createElement'](ScrollView,{'style':styles[_0x535a(0x17f)],'showsVerticalScrollIndicator':![],'bounces':!![]},_0x967042&&React[_0x535a(0x88)](TouchableOpacity,{'style':styles[_0x535a(0x180)],'onPress':_0x967042,'activeOpacity':0.7},React[_0x535a(0x88)](Text,{'style':styles['backButtonText']},'‹')),React[_0x535a(0x88)](View,{'style':styles[_0x535a(0x181)]},React[_0x535a(0x88)](Text,{'style':styles[_0x535a(0x182)]},_0x4455e7[_0x535a(0x183)]),React[_0x535a(0x88)](Text,{'style':styles['subtitle']},_0x4455e7[_0x535a(0x184)])),React[_0x535a(0x88)](View,{'style':styles['personaContainer']},React[_0x535a(0x88)](_0xd8ab0,{'level':_0x5cd193,'style':styles[_0x535a(0x185)]}),React[_0x535a(0x88)](ScrollView,{'ref':_0x22825a,'horizontal':!![],'style':[styles[_0x535a(0x186)],{'bottom':_0x1c4392}],'contentContainerStyle':[styles['platformIconsScrollContent'],_0x4455e7['HJHFV'](_0x3f7d11[_0x535a(0x67)],0x4)&&styles[_0x535a(0x187)]],'showsHorizontalScrollIndicator':![],'onScroll':_0x3a3129,'scrollEventThrottle':0x10,'decelerationRate':_0x4455e7['KIJTF'],'scrollEnabled':_0x4455e7[_0x535a(0x66)](_0x3f7d11[_0x535a(0x67)],0x4)},_0x3f7d11[_0x535a(0xa7)](_0x576552=>{const _0x3295d8=_0x5524c2===_0x576552['id'],_0x512e0e=_0xccc9b5[_0x535a(0x71)](_0x576552['id']),_0x2c7616=_0x4455e7[_0x535a(0x6a)](_0x3dd25f[_0x576552['id']],_0x4455e7[_0x535a(0x7a)]);return React[_0x535a(0x88)](TouchableOpacity,{'key':_0x576552['id'],'style':[styles['platformIconButton'],_0x3295d8&&styles[_0x535a(0x8a)]],'onPress':()=>{_0x4455e7['kRTKc'](_0x535a(0x188),_0x4455e7['cQrGl'])?(_0x4455e7[_0x535a(0x189)](triggerHaptic,HapticType[_0x535a(0x8b)]),_0x4455e7[_0x535a(0x18a)](_0x519662,_0x576552['id'])):_0x5c027d&&Animated['loop'](Animated[_0x535a(0xd0)]([Animated[_0x535a(0xaf)](_0x98131a,{'toValue':0x1,'duration':0x3e8,'useNativeDriver':!![]}),Animated['timing'](_0x206a17,{'toValue':0x0,'duration':0x3e8,'useNativeDriver':!![]})]))[_0x535a(0xb0)]();},'activeOpacity':0.7},React['createElement'](Image,{'source':_0x576552[_0x535a(0x18b)],'style':[styles[_0x535a(0x8c)],_0x4455e7['BZZhF'](_0x576552['id'],_0x535a(0x45))&&styles['youtubeIcon'],_0x4455e7[_0x535a(0x18c)](_0x576552['id'],'pinterest')&&styles['pinterestIcon'],_0x4455e7[_0x535a(0x18d)](_0x576552['id'],_0x4455e7[_0x535a(0xde)])&&styles['gmailIcon'],_0x4455e7[_0x535a(0x128)](_0x576552['id'],_0x4455e7[_0x535a(0xa8)])&&styles[_0x535a(0x18e)],_0x4455e7['hAbsZ'](_0x576552['id'],'claude')&&styles[_0x535a(0x18f)],_0x4455e7['LyJuC'](_0x576552['id'],_0x4455e7['vrymf'])&&styles[_0x535a(0x97)]],'resizeMode':_0x4455e7[_0x535a(0x7b)]}),_0x2c7616&&React['createElement'](View,{'style':styles['connectingDot']}),_0x512e0e&&React[_0x535a(0x88)](View,{'style':styles[_0x535a(0x99)]}));})),_0x4455e7[_0x535a(0xd9)](_0x3f7d11[_0x535a(0x67)],0x4)&&React[_0x535a(0x88)](View,{'style':[styles[_0x535a(0x190)],{'bottom':_0x1599ac}]},React[_0x535a(0x88)](View,{'style':styles['scrollBarTrack']},React[_0x535a(0x88)](View,{'style':[styles[_0x535a(0x191)],{'left':_0x4455e7[_0x535a(0x125)](_0x24670d,0x38)}]}))),_0x386012&&_0x4455e7['naVvZ'](_0x3f7d11[_0x535a(0x67)],0x4)&&React[_0x535a(0x88)](Animated[_0x535a(0x192)],{'style':[styles[_0x535a(0x193)],{'transform':[{'translateX':_0x28e7be[_0x535a(0x194)]({'inputRange':[0x0,0x1],'outputRange':[0x0,0x8]})}],'opacity':_0x28e7be[_0x535a(0x194)]({'inputRange':[0x0,0x1],'outputRange':[0.5,0x1]})}]},React[_0x535a(0x88)](Text,{'style':styles[_0x535a(0x195)]},'›'))),React[_0x535a(0x88)](View,{'style':styles[_0x535a(0x196)]},_0x5524c2&&((()=>{const _0x1088da=_0x3f7d11[_0x535a(0xe8)](_0x22e683=>_0x22e683['id']===_0x5524c2);if(!_0x1088da)return null;const _0x35b7af=_0xccc9b5['has'](_0x5524c2),_0x1be2ba=_0x4455e7[_0x535a(0x18c)](_0x3dd25f[_0x5524c2],_0x4455e7[_0x535a(0x7a)]),_0xd0def8=_0x4455e7[_0x535a(0xf0)](_0x4e1c9e,null)||_0x4e1c9e===void 0x0?void 0x0:_0x4e1c9e[_0x535a(0xa5)](_0x5524c2);return React[_0x535a(0x88)](View,{'style':styles[_0x535a(0x197)]},React[_0x535a(0x88)](View,{'style':styles[_0x535a(0x198)]},React[_0x535a(0x88)](Text,{'style':styles['platformCardTitle']},_0x1088da['name']),_0xd0def8&&React[_0x535a(0x88)](View,{'style':styles[_0x535a(0x199)]},React[_0x535a(0x88)](Text,{'style':styles[_0x535a(0x19a)]},_0x535a(0x19b))),React[_0x535a(0x88)](TouchableOpacity,{'activeOpacity':0.8,'onPress':()=>!_0x1be2ba&&_0x5328fe(_0x5524c2,!_0x35b7af),'disabled':_0x1be2ba,'style':[styles['customToggleTrack'],{'backgroundColor':_0x35b7af?_0x4455e7[_0x535a(0x19c)]:_0x4455e7[_0x535a(0x19d)]}]},React[_0x535a(0x88)](View,{'style':[styles[_0x535a(0x19e)],{'transform':[{'translateX':_0x35b7af?0x14:0x0}]}]}))),React[_0x535a(0x88)](View,{'style':styles['descriptionContainer']},React[_0x535a(0x88)](Text,{'style':styles[_0x535a(0x19f)]},_0x1088da['description'])));})())),React[_0x535a(0x88)](View,{'style':styles[_0x535a(0x1a0)]},React[_0x535a(0x88)](Text,{'style':styles[_0x535a(0x1a1)]},_0x4455e7[_0x535a(0x1a2)]),React[_0x535a(0x88)](Text,{'style':styles[_0x535a(0x1a3)]},_0x4455e7[_0x535a(0x1a4)]),React['createElement'](View,{'style':styles[_0x535a(0x1a5)]},MODEL_REFRESH_OPTIONS[_0x535a(0xa7)](_0x22f3d2=>React['createElement'](TouchableOpacity,{'key':_0x22f3d2[_0x535a(0x1a6)],'style':[styles[_0x535a(0x1a7)],_0x274f4d===_0x22f3d2[_0x535a(0x1a6)]&&styles[_0x535a(0x1a8)]],'onPress':()=>_0x173a35(_0x22f3d2[_0x535a(0x1a6)]),'activeOpacity':0.7},React[_0x535a(0x88)](Text,{'style':[styles[_0x535a(0x1a9)],_0x274f4d===_0x22f3d2['value']&&styles[_0x535a(0x1aa)]]},_0x22f3d2['label'])))),React[_0x535a(0x88)](Text,{'style':styles[_0x535a(0x1ab)]},(_0x4455e7[_0x535a(0x1ac)](_0x4f05aa=MODEL_REFRESH_OPTIONS['find'](_0x40e82c=>_0x40e82c[_0x535a(0x1a6)]===_0x274f4d),null)||_0x4455e7[_0x535a(0x1ad)](_0x4f05aa,void 0x0)?void 0x0:_0x4f05aa['description'])||'')),React[_0x535a(0x88)](View,{'style':styles[_0x535a(0x1ae)]},React['createElement'](View,{'style':styles[_0x535a(0x1af)]},React[_0x535a(0x88)](_0x1af79b,{'label':_0x535a(0x1b0),'onPress':_0xaf0321,'disabled':loading||_0x4455e7['buaPk'](_0xccc9b5['size'],0x0)||_0x1ab6b0||_0x142ca3,'loading':_0x4455e7[_0x535a(0x1b1)](loading,_0x1ab6b0)||_0x142ca3}),React[_0x535a(0x88)](TouchableOpacity,{'style':styles['buttonOverlay'],'activeOpacity':0x1,'onPressIn':_0x31ca2d,'onPressOut':_0x4b50cd,'onPress':()=>{_0x4455e7[_0x535a(0x66)](_0xccc9b5[_0x535a(0x179)],0x0)&&!loading&&!_0x1ab6b0&&!_0x142ca3&&_0xaf0321();}},React[_0x535a(0x88)](Animated['View'],{'style':[styles[_0x535a(0x1b2)],{'width':_0x1984db[_0x535a(0x194)]({'inputRange':[0x0,0x1],'outputRange':['0%',_0x4455e7[_0x535a(0x1b3)]]})}]}))),_0x11ff3d&&React['createElement'](TouchableOpacity,{'style':styles[_0x535a(0x1b4)],'onPress':_0x13d030},React[_0x535a(0x88)](Text,{'style':styles[_0x535a(0x1b5)]},_0x4455e7[_0x535a(0x1b6)])))));},styles=StyleSheet[_0x535a(0x1b7)]({'container':{'flex':0x1,'backgroundColor':COLORS[_0x535a(0x1b8)],'paddingHorizontal':0x18},'backButton':{'width':0x20,'height':0x20,'borderRadius':0x10,'backgroundColor':_0x535a(0x1b9),'alignItems':_0x535a(0x1ba),'justifyContent':_0x535a(0x1ba),'marginBottom':0x2},'backButtonText':{'fontSize':0x16,'fontWeight':_0x535a(0x1bb),'color':_0x535a(0x1bc),'marginTop':-0x2},'scrollContent':{'flex':0x1},'headingContainer':{'width':_0x535a(0x1bd),'marginBottom':SPACING['sm'],'paddingTop':0x0,'marginTop':0x0},'title':{'fontFamily':_0x535a(0x1be),'fontWeight':_0x535a(0x1bf),'fontSize':0x18,'lineHeight':0x20,'color':COLORS[_0x535a(0x1c0)],'textAlign':_0x535a(0x1c1),'marginBottom':0x4},'subtitle':{'fontFamily':'Inter','fontWeight':_0x535a(0x1c2),'fontSize':0x10,'lineHeight':0x18,'color':COLORS['grey600'],'textAlign':_0x535a(0x1c1)},'personaContainer':{'alignItems':_0x535a(0x1ba),'position':_0x535a(0x1c3),'marginTop':-0x14,'marginBottom':-0x78,'height':0x1c2},'largePersona':{'width':0x1f4,'height':0x1f4},'platformIconsOverlay':{'position':_0x535a(0x1c4),'width':'100%','height':0x46,'zIndex':0xa},'platformIconsScrollContent':{'flexDirection':_0x535a(0x1c5),'alignItems':_0x535a(0x1ba),'paddingHorizontal':0x14,'gap':0x18},'platformIconsCentered':{'flexGrow':0x1,'justifyContent':_0x535a(0x1ba)},'platformIconButton':{'width':0x34,'height':0x34,'borderRadius':0x1a,'backgroundColor':_0x535a(0x1c6),'justifyContent':'center','alignItems':_0x535a(0x1ba),'borderWidth':0x3,'borderColor':_0x535a(0x1c7),'shadowColor':'#000','shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.15,'shadowRadius':0x4,'elevation':0x4},'platformIconButtonSelected':{'borderColor':_0x535a(0x1c8),'backgroundColor':_0x535a(0x1c9)},'platformIcon':{'width':0x1e,'height':0x1e},'youtubeIcon':{'width':0x2a,'height':0x2a},'pinterestIcon':{'width':0x24,'height':0x24},'gmailIcon':{'width':0x24,'height':0x24},'chatgptIcon':{'width':0x1e,'height':0x1e},'claudeIcon':{'width':0x20,'height':0x20},'grokIcon':{'width':0x24,'height':0x24},'connectingDot':{'position':_0x535a(0x1c4),'top':0x2,'right':0x2,'width':0xc,'height':0xc,'borderRadius':0x6,'backgroundColor':_0x535a(0x1ca),'borderWidth':0x2,'borderColor':COLORS['surface']},'connectedDot':{'position':_0x535a(0x1c4),'top':0x2,'right':0x2,'width':0xc,'height':0xc,'borderRadius':0x6,'backgroundColor':'#10B981','borderWidth':0x2,'borderColor':COLORS['surface']},'cardContainer':{'alignItems':_0x535a(0x1ba),'marginTop':0x10,'marginBottom':SPACING['md']},'platformCard':{'width':0x147,'backgroundColor':_0x535a(0x1c6),'borderRadius':0x10,'padding':0x8,'shadowColor':_0x535a(0x1cb),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.1,'shadowRadius':0x8,'elevation':0x3,'gap':0xa},'cardHeader':{'flexDirection':_0x535a(0x1c5),'alignItems':_0x535a(0x1ba),'justifyContent':_0x535a(0x1cc)},'platformCardTitle':{'fontSize':0x10,'fontWeight':_0x535a(0x1bb),'color':COLORS[_0x535a(0x1c0)],'fontFamily':_0x535a(0x1be)},'recommendedBadge':{'backgroundColor':_0x535a(0x1c9),'paddingHorizontal':0xc,'paddingVertical':0x6,'borderRadius':0x10,'marginLeft':0x8},'recommendedBadgeText':{'fontSize':0xc,'fontWeight':_0x535a(0x1bb),'color':_0x535a(0x1cd),'fontFamily':_0x535a(0x1be)},'customToggleTrack':{'width':0x32,'height':0x1e,'borderRadius':0xf,'padding':0x2,'marginLeft':_0x535a(0x1ce),'marginRight':0x8,'justifyContent':_0x535a(0x1ba)},'customToggleThumb':{'width':0x1a,'height':0x1a,'borderRadius':0xd,'backgroundColor':'#FFFFFF','shadowColor':'#000','shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.2,'shadowRadius':0x2,'elevation':0x2},'descriptionContainer':{'backgroundColor':_0x535a(0x1cf),'borderRadius':0x8,'padding':0x8},'platformCardDescription':{'fontSize':0xd,'lineHeight':0x12,'color':COLORS[_0x535a(0x1d0)],'fontFamily':'Inter'},'refreshFrequencySection':{'paddingHorizontal':0x10,'paddingVertical':0x14,'marginTop':0xc,'backgroundColor':'#F5F5F7','borderRadius':0x10,'marginHorizontal':SPACING['md'],'marginBottom':0x8,'borderWidth':0x1,'borderColor':_0x535a(0x1d1)},'refreshFrequencyTitle':{'fontSize':0x11,'fontWeight':_0x535a(0x1bf),'color':_0x535a(0x1bc),'fontFamily':'IBM\x20Plex\x20Sans','marginBottom':0x4},'refreshFrequencyDescription':{'fontSize':0xe,'color':_0x535a(0x1d2),'fontFamily':_0x535a(0x1d3),'fontWeight':_0x535a(0x1c2),'marginBottom':0x10},'refreshSegmentedControl':{'flexDirection':_0x535a(0x1c5),'backgroundColor':_0x535a(0x1d4),'borderRadius':0xc,'padding':0x3},'refreshSegment':{'flex':0x1,'paddingVertical':0xa,'alignItems':_0x535a(0x1ba),'justifyContent':'center','borderRadius':0xa},'refreshSegmentSelected':{'backgroundColor':'#1C1C1E','shadowColor':_0x535a(0x1cb),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.15,'shadowRadius':0x4,'elevation':0x3},'refreshSegmentText':{'fontSize':0xf,'fontFamily':'Inter','fontWeight':_0x535a(0x1d5),'color':_0x535a(0x1d2)},'refreshSegmentTextSelected':{'fontWeight':'700','color':_0x535a(0x1c6)},'refreshFrequencyHint':{'fontSize':0xd,'fontFamily':_0x535a(0x1d3),'fontWeight':'400','color':_0x535a(0x1d2),'textAlign':_0x535a(0x1ba),'marginTop':0xc},'privacyLinkContainer':{'marginTop':0x10,'paddingTop':0x10,'borderTopWidth':0x1,'borderTopColor':_0x535a(0x1d6),'alignItems':'center'},'privacyLinkText':{'fontSize':0xe,'color':_0x535a(0x1d7),'fontFamily':_0x535a(0x1d3),'fontWeight':'500'},'bottomButtonContainer':{'paddingTop':0x8,'paddingBottom':0x0,'paddingHorizontal':SPACING['md']},'buttonWrapper':{'position':_0x535a(0x1c3)},'buttonOverlay':{'position':'absolute','top':0x0,'left':0x0,'right':0x0,'bottom':0x0,'borderRadius':0xc,'overflow':_0x535a(0x1d8)},'holdProgressBar':{'position':'absolute','bottom':0x0,'left':0x0,'height':0x4,'backgroundColor':_0x535a(0x43),'borderRadius':0x2},'skipButton':{'alignItems':'center','paddingVertical':0xa,'marginBottom':0x22},'skipButtonText':{'fontSize':0x10,'fontFamily':_0x535a(0x1d3),'fontWeight':_0x535a(0x1d5),'color':COLORS[_0x535a(0x1d0)]},'pageIndicatorContainer':{'position':'absolute','alignSelf':_0x535a(0x1ba),'zIndex':0xb},'scrollBarTrack':{'width':0x50,'height':0x4,'backgroundColor':COLORS[_0x535a(0x1d9)],'borderRadius':0x2,'position':_0x535a(0x1c3),'overflow':'hidden'},'scrollBarThumb':{'position':_0x535a(0x1c4),'width':0x18,'height':0x4,'backgroundColor':COLORS[_0x535a(0x1d0)],'borderRadius':0x2,'left':0x0},'scrollIndicator':{'position':'absolute','bottom':0x3c,'right':0x1e,'zIndex':0xc},'scrollIndicatorText':{'fontSize':0x20,'color':COLORS[_0x535a(0x1da)],'fontWeight':_0x535a(0x1db)}});export default PlatformConnectorsStep;
@@ -1 +1 @@
1
- import React from'react';import{View,Text,StyleSheet,TouchableOpacity,ActivityIndicator}from'react-native';function _0x4294(){const _0x3c78a2=['#fff','Connect','Connect\x20at\x20least\x202\x20platforms\x20to\x20proceed','createElement','platformContainer','color','platformName','name','description','platformDescription','connectButton','buttonText','Disconnect','YEAgm','title','Connect\x20your\x20platforms','subtitle','vFWex','entries','map','proceedButton','disabledButton','pYVKS','Proceed','600','text','secondary','border','row','primary','success','center'];_0x4294=function(){return _0x3c78a2;};return _0x4294();}import _0x145b45 from'react-native-vector-icons/MaterialIcons';function _0x1a71(_0x42947a,_0x1a7129){_0x42947a=_0x42947a-0x0;const _0x28dfce=_0x4294();let _0x3f41d2=_0x28dfce[_0x42947a];return _0x3f41d2;}import{COLORS,PLATFORMS}from'../constants';export const PlatformList=({connections:_0x651926,onToggle:_0x5b189d,isLoading:_0x118936,canProceed:_0x39875a,onProceed:_0xacf02a})=>{const _0x30ddcf={'UfMXA':_0x1a71(0x0),'YEAgm':_0x1a71(0x1),'vFWex':_0x1a71(0x2),'pYVKS':function(_0x3f51a2,_0xcf7f13){return _0x3f51a2||_0xcf7f13;}},_0x38466e=(_0x3a1d75,_0x4a3ef4)=>{const _0x534bf8=PLATFORMS[_0x3a1d75];if(!_0x534bf8)return null;return React[_0x1a71(0x3)](View,{'key':_0x3a1d75,'style':styles[_0x1a71(0x4)]},React['createElement'](View,{'style':styles['platformHeader']},React[_0x1a71(0x3)](_0x145b45,{'name':_0x534bf8['icon'],'size':0x18,'color':_0x534bf8[_0x1a71(0x5)]}),React['createElement'](Text,{'style':styles[_0x1a71(0x6)]},_0x534bf8[_0x1a71(0x7)])),_0x534bf8[_0x1a71(0x8)]&&React[_0x1a71(0x3)](Text,{'style':styles[_0x1a71(0x9)]},_0x534bf8['description']),React[_0x1a71(0x3)](TouchableOpacity,{'style':[styles[_0x1a71(0xa)],_0x4a3ef4?styles['connectedButton']:styles['disconnectedButton']],'onPress':()=>_0x5b189d(_0x3a1d75,!_0x4a3ef4),'disabled':_0x118936},_0x118936?React['createElement'](ActivityIndicator,{'color':_0x30ddcf['UfMXA']}):React[_0x1a71(0x3)](Text,{'style':styles[_0x1a71(0xb)]},_0x4a3ef4?_0x1a71(0xc):_0x30ddcf[_0x1a71(0xd)])));};return React[_0x1a71(0x3)](View,{'style':styles['container']},React[_0x1a71(0x3)](Text,{'style':styles[_0x1a71(0xe)]},_0x1a71(0xf)),React[_0x1a71(0x3)](Text,{'style':styles[_0x1a71(0x10)]},_0x30ddcf[_0x1a71(0x11)]),React['createElement'](View,{'style':styles['platformsList']},Object[_0x1a71(0x12)](_0x651926)[_0x1a71(0x13)](([_0x5515a7,_0x243f32])=>_0x38466e(_0x5515a7,!!_0x243f32))),React[_0x1a71(0x3)](TouchableOpacity,{'style':[styles[_0x1a71(0x14)],!_0x39875a&&styles[_0x1a71(0x15)]],'onPress':_0xacf02a,'disabled':_0x30ddcf[_0x1a71(0x16)](!_0x39875a,_0x118936)},React[_0x1a71(0x3)](Text,{'style':styles['proceedButtonText']},_0x1a71(0x17))));};const styles=StyleSheet['create']({'container':{'flex':0x1,'padding':0x10},'title':{'fontSize':0x14,'fontWeight':_0x1a71(0x18),'marginBottom':0x8,'color':COLORS[_0x1a71(0x19)]['primary']},'subtitle':{'fontSize':0xe,'color':COLORS[_0x1a71(0x19)][_0x1a71(0x1a)],'marginBottom':0x18},'platformsList':{'flex':0x1},'platformContainer':{'backgroundColor':_0x1a71(0x0),'borderRadius':0xc,'padding':0x10,'marginBottom':0x10,'borderWidth':0x1,'borderColor':COLORS[_0x1a71(0x1b)]},'platformHeader':{'flexDirection':_0x1a71(0x1c),'alignItems':'center','marginBottom':0x8},'platformName':{'fontSize':0x10,'fontWeight':_0x1a71(0x18),'marginLeft':0xc,'color':COLORS['text'][_0x1a71(0x1d)]},'platformDescription':{'fontSize':0xe,'color':COLORS[_0x1a71(0x19)][_0x1a71(0x1a)],'marginBottom':0x10},'connectButton':{'paddingVertical':0x8,'paddingHorizontal':0x10,'borderRadius':0x8,'alignItems':'center'},'connectedButton':{'backgroundColor':COLORS[_0x1a71(0x1e)]},'disconnectedButton':{'backgroundColor':COLORS[_0x1a71(0x1d)]},'buttonText':{'color':'#fff','fontWeight':_0x1a71(0x18)},'proceedButton':{'backgroundColor':COLORS['primary'],'paddingVertical':0x10,'borderRadius':0xc,'alignItems':_0x1a71(0x1f),'marginTop':0x10},'disabledButton':{'opacity':0.5},'proceedButtonText':{'color':_0x1a71(0x0),'fontSize':0x10,'fontWeight':_0x1a71(0x18)}});
1
+ import React from'react';import{View,Text,StyleSheet,TouchableOpacity,ActivityIndicator}from'react-native';import _0x37dda1 from'react-native-vector-icons/MaterialIcons';function _0x5dbb(_0x12eb72,_0x5dbb58){_0x12eb72=_0x12eb72-0x0;const _0x341ebb=_0x12eb();let _0x39303e=_0x341ebb[_0x12eb72];return _0x39303e;}import{COLORS,PLATFORMS}from'../constants';function _0x12eb(){const _0x236590=['Disconnect','Connect','Connect\x20your\x20platforms','createElement','platformContainer','icon','platformName','name','description','platformDescription','connectButton','connectedButton','disconnectedButton','buttonText','fJybT','container','title','LchPq','subtitle','Connect\x20at\x20least\x202\x20platforms\x20to\x20proceed','platformsList','entries','map','proceedButton','disabledButton','proceedButtonText','Proceed','create','600','text','primary','secondary','#fff','border','row','center','success'];_0x12eb=function(){return _0x236590;};return _0x12eb();}export const PlatformList=({connections:_0x4be814,onToggle:_0xf951eb,isLoading:_0x4d95ba,canProceed:_0x3e232a,onProceed:_0x34749c})=>{const _0x56cf0f={'NmzEf':'#fff','fJybT':_0x5dbb(0x0),'HENjY':_0x5dbb(0x1),'LchPq':_0x5dbb(0x2)},_0xa4f63=(_0x1ecd8c,_0x2a82a2)=>{const _0x4de5bc=PLATFORMS[_0x1ecd8c];if(!_0x4de5bc)return null;return React[_0x5dbb(0x3)](View,{'key':_0x1ecd8c,'style':styles[_0x5dbb(0x4)]},React['createElement'](View,{'style':styles['platformHeader']},React[_0x5dbb(0x3)](_0x37dda1,{'name':_0x4de5bc[_0x5dbb(0x5)],'size':0x18,'color':_0x4de5bc['color']}),React[_0x5dbb(0x3)](Text,{'style':styles[_0x5dbb(0x6)]},_0x4de5bc[_0x5dbb(0x7)])),_0x4de5bc[_0x5dbb(0x8)]&&React[_0x5dbb(0x3)](Text,{'style':styles[_0x5dbb(0x9)]},_0x4de5bc[_0x5dbb(0x8)]),React['createElement'](TouchableOpacity,{'style':[styles[_0x5dbb(0xa)],_0x2a82a2?styles[_0x5dbb(0xb)]:styles[_0x5dbb(0xc)]],'onPress':()=>_0xf951eb(_0x1ecd8c,!_0x2a82a2),'disabled':_0x4d95ba},_0x4d95ba?React[_0x5dbb(0x3)](ActivityIndicator,{'color':_0x56cf0f['NmzEf']}):React[_0x5dbb(0x3)](Text,{'style':styles[_0x5dbb(0xd)]},_0x2a82a2?_0x56cf0f[_0x5dbb(0xe)]:_0x56cf0f['HENjY'])));};return React[_0x5dbb(0x3)](View,{'style':styles[_0x5dbb(0xf)]},React['createElement'](Text,{'style':styles[_0x5dbb(0x10)]},_0x56cf0f[_0x5dbb(0x11)]),React['createElement'](Text,{'style':styles[_0x5dbb(0x12)]},_0x5dbb(0x13)),React[_0x5dbb(0x3)](View,{'style':styles[_0x5dbb(0x14)]},Object[_0x5dbb(0x15)](_0x4be814)[_0x5dbb(0x16)](([_0x30afc7,_0x3c412b])=>_0xa4f63(_0x30afc7,!!_0x3c412b))),React['createElement'](TouchableOpacity,{'style':[styles[_0x5dbb(0x17)],!_0x3e232a&&styles[_0x5dbb(0x18)]],'onPress':_0x34749c,'disabled':!_0x3e232a||_0x4d95ba},React[_0x5dbb(0x3)](Text,{'style':styles[_0x5dbb(0x19)]},_0x5dbb(0x1a))));};const styles=StyleSheet[_0x5dbb(0x1b)]({'container':{'flex':0x1,'padding':0x10},'title':{'fontSize':0x14,'fontWeight':_0x5dbb(0x1c),'marginBottom':0x8,'color':COLORS[_0x5dbb(0x1d)][_0x5dbb(0x1e)]},'subtitle':{'fontSize':0xe,'color':COLORS['text'][_0x5dbb(0x1f)],'marginBottom':0x18},'platformsList':{'flex':0x1},'platformContainer':{'backgroundColor':_0x5dbb(0x20),'borderRadius':0xc,'padding':0x10,'marginBottom':0x10,'borderWidth':0x1,'borderColor':COLORS[_0x5dbb(0x21)]},'platformHeader':{'flexDirection':_0x5dbb(0x22),'alignItems':_0x5dbb(0x23),'marginBottom':0x8},'platformName':{'fontSize':0x10,'fontWeight':'600','marginLeft':0xc,'color':COLORS[_0x5dbb(0x1d)][_0x5dbb(0x1e)]},'platformDescription':{'fontSize':0xe,'color':COLORS[_0x5dbb(0x1d)]['secondary'],'marginBottom':0x10},'connectButton':{'paddingVertical':0x8,'paddingHorizontal':0x10,'borderRadius':0x8,'alignItems':_0x5dbb(0x23)},'connectedButton':{'backgroundColor':COLORS[_0x5dbb(0x24)]},'disconnectedButton':{'backgroundColor':COLORS['primary']},'buttonText':{'color':_0x5dbb(0x20),'fontWeight':_0x5dbb(0x1c)},'proceedButton':{'backgroundColor':COLORS[_0x5dbb(0x1e)],'paddingVertical':0x10,'borderRadius':0xc,'alignItems':_0x5dbb(0x23),'marginTop':0x10},'disabledButton':{'opacity':0.5},'proceedButtonText':{'color':'#fff','fontSize':0x10,'fontWeight':'600'}});
@@ -1 +1 @@
1
- function _0x4468(_0x2f4929,_0x446834){_0x2f4929=_0x2f4929-0x0;const _0x58edbc=_0x2f49();let _0x14b575=_0x58edbc[_0x2f4929];return _0x14b575;}function _0x2f49(){const _0x4b435f=['contain','#E5E5E5','#FFFFFF','nfJnK','fullWidthContainer','compactContainer','container','pofoW','borderBottom','createElement','topRow','leftContent','icon','YpISc','textContent','compactPlatformName','platformName','name','oIVIo','ekYHs','hwHLO','lqALE','descriptionBox','fullWidthDescription','description','create','row','center','space-between','surface','column','#F5F5F5','Inter','600','grey800','400','grey600'];_0x2f49=function(){return _0x4b435f;};return _0x2f49();}import React from'react';import{View,Text,TouchableOpacity,Image,StyleSheet,Switch,Platform}from'react-native';import{COLORS}from'../theme';const PlatformToggle=({platform:_0x3ab06c,isEnabled:_0x23e0b5,onToggle:_0xc8f8bf,compact:compact=![],isLast:isLast=![],fullWidth:fullWidth=![],customIconSize:_0x414d2d,onLongPress:_0x42a947,onPressOut:_0x4ce54e})=>{const _0x49483d={'nfJnK':function(_0x35a123,_0x3aa5e9,_0x3b63cd){return _0x35a123(_0x3aa5e9,_0x3b63cd);},'pofoW':function(_0x143007,_0x55cd45){return _0x143007&&_0x55cd45;},'YpISc':function(_0x252621,_0x370696){return _0x252621-_0x370696;},'wtqnh':_0x4468(0x0),'aeKyH':_0x4468(0x1),'oIVIo':'#4CD964','ekYHs':function(_0xd98a48,_0x14a689){return _0xd98a48===_0x14a689;},'hwHLO':'ios','lqALE':_0x4468(0x2)},_0x3528c5=()=>{_0x49483d[_0x4468(0x3)](_0xc8f8bf,_0x3ab06c['id'],!_0x23e0b5);},_0x52f05e=fullWidth?styles[_0x4468(0x4)]:compact?styles[_0x4468(0x5)]:styles[_0x4468(0x6)];return React['createElement'](TouchableOpacity,{'style':[_0x52f05e,_0x49483d[_0x4468(0x7)](!isLast,compact)&&styles[_0x4468(0x8)]],'onLongPress':_0x42a947,'onPressOut':_0x4ce54e,'activeOpacity':_0x42a947?0.7:0x1,'disabled':!_0x42a947},React[_0x4468(0x9)](View,{'style':styles[_0x4468(0xa)]},React['createElement'](View,{'style':styles[_0x4468(0xb)]},React['createElement'](Image,{'source':_0x3ab06c[_0x4468(0xc)],'style':_0x414d2d?{'width':_0x414d2d,'height':_0x414d2d,'marginRight':_0x49483d['YpISc'](0xc,_0x49483d[_0x4468(0xd)](_0x414d2d,0x1c))}:fullWidth?styles['compactIcon']:compact?styles['compactIcon']:styles[_0x4468(0xc)],'resizeMode':_0x49483d['wtqnh']}),React[_0x4468(0x9)](View,{'style':styles[_0x4468(0xe)]},React[_0x4468(0x9)](Text,{'style':fullWidth?styles[_0x4468(0xf)]:compact?styles['compactPlatformName']:styles[_0x4468(0x10)]},_0x3ab06c[_0x4468(0x11)]))),React[_0x4468(0x9)](Switch,{'value':_0x23e0b5,'onValueChange':_0x3528c5,'trackColor':{'false':_0x49483d['aeKyH'],'true':_0x49483d[_0x4468(0x12)]},'thumbColor':_0x49483d[_0x4468(0x13)](Platform['OS'],_0x49483d[_0x4468(0x14)])?undefined:_0x23e0b5?'#FFFFFF':_0x49483d[_0x4468(0x15)],'ios_backgroundColor':_0x49483d['aeKyH'],'style':compact?styles['compactSwitch']:undefined})),fullWidth&&React['createElement'](View,{'style':styles[_0x4468(0x16)]},React[_0x4468(0x9)](Text,{'style':styles[_0x4468(0x17)]},_0x3ab06c[_0x4468(0x18)])),!fullWidth&&React[_0x4468(0x9)](Text,{'style':compact?styles['compactDescription']:styles[_0x4468(0x18)]},_0x3ab06c['description']));},styles=StyleSheet[_0x4468(0x19)]({'container':{'flexDirection':_0x4468(0x1a),'alignItems':_0x4468(0x1b),'justifyContent':_0x4468(0x1c),'paddingVertical':0x10,'paddingHorizontal':0x10,'backgroundColor':COLORS['surface'],'borderRadius':0xc,'marginBottom':0xc,'borderWidth':0x1,'borderColor':_0x4468(0x1)},'compactContainer':{'flexDirection':_0x4468(0x1a),'alignItems':'center','justifyContent':_0x4468(0x1c),'paddingVertical':0x10,'paddingHorizontal':0x10,'backgroundColor':COLORS[_0x4468(0x1d)]},'fullWidthContainer':{'flexDirection':_0x4468(0x1e),'paddingVertical':0x8,'paddingHorizontal':0x2,'backgroundColor':COLORS[_0x4468(0x1d)],'marginBottom':0x4,'marginHorizontal':0x0},'topRow':{'flexDirection':'row','alignItems':_0x4468(0x1b),'justifyContent':_0x4468(0x1c),'marginBottom':0x4},'descriptionBox':{'backgroundColor':_0x4468(0x1f),'borderRadius':0x8,'paddingVertical':0x8,'paddingHorizontal':0x4,'marginTop':0x2},'borderBottom':{'borderBottomWidth':0x1,'borderBottomColor':_0x4468(0x1)},'leftContent':{'flexDirection':_0x4468(0x1a),'alignItems':_0x4468(0x1b),'flex':0x1},'icon':{'width':0x20,'height':0x20,'marginRight':0xc},'compactIcon':{'width':0x1c,'height':0x1c,'marginRight':0xc},'textContent':{'flex':0x1},'platformName':{'fontSize':0x10,'fontFamily':_0x4468(0x20),'fontWeight':_0x4468(0x21),'color':COLORS[_0x4468(0x22)],'marginBottom':0x2},'compactPlatformName':{'fontSize':0x10,'fontFamily':'Inter','fontWeight':'600','color':COLORS[_0x4468(0x22)],'marginBottom':0x2},'description':{'fontSize':0xe,'fontFamily':_0x4468(0x20),'fontWeight':_0x4468(0x23),'color':COLORS[_0x4468(0x24)],'lineHeight':0x14},'compactDescription':{'fontSize':0xc,'fontFamily':_0x4468(0x20),'fontWeight':_0x4468(0x23),'color':COLORS['grey600'],'lineHeight':0x10},'fullWidthDescription':{'fontSize':0xd,'fontFamily':_0x4468(0x20),'fontWeight':'400','color':COLORS[_0x4468(0x24)],'lineHeight':0x12},'compactSwitch':{'transform':[{'scaleX':0.9},{'scaleY':0.9}]}});export default PlatformToggle;
1
+ function _0x47ea(){const _0x2ff2b8=['#4CD964','#FFFFFF','iQOEc','fullWidthContainer','container','tjLQJ','borderBottom','createElement','topRow','leftContent','icon','xAoFW','Rgssg','compactIcon','contain','textContent','name','#E5E5E5','WhTqp','KNBeX','SFetb','descriptionBox','fullWidthDescription','compactDescription','description','row','center','space-between','surface','column','#F5F5F5','Inter','600','grey800','400','grey600'];_0x47ea=function(){return _0x2ff2b8;};return _0x47ea();}function _0x3e35(_0x47ea6a,_0x3e35fe){_0x47ea6a=_0x47ea6a-0x0;const _0xf4c2=_0x47ea();let _0x23d038=_0xf4c2[_0x47ea6a];return _0x23d038;}import React from'react';import{View,Text,TouchableOpacity,Image,StyleSheet,Switch,Platform}from'react-native';import{COLORS}from'../theme';const PlatformToggle=({platform:_0x15490b,isEnabled:_0x48bd46,onToggle:_0x502bc2,compact:compact=![],isLast:isLast=![],fullWidth:fullWidth=![],customIconSize:_0x30e179,onLongPress:_0x3beb78,onPressOut:_0x2ef456})=>{const _0x521e59={'iQOEc':function(_0x3f9cc0,_0x5d6c7f,_0x540993){return _0x3f9cc0(_0x5d6c7f,_0x540993);},'tjLQJ':function(_0x393ef6,_0x21aaf6){return _0x393ef6&&_0x21aaf6;},'xAoFW':function(_0x49d794,_0x639269){return _0x49d794-_0x639269;},'Rgssg':function(_0x29ba19,_0x295a37){return _0x29ba19-_0x295a37;},'WhTqp':_0x3e35(0x0),'KNBeX':'ios','SFetb':_0x3e35(0x1)},_0x31b4ff=()=>{_0x521e59[_0x3e35(0x2)](_0x502bc2,_0x15490b['id'],!_0x48bd46);},_0x298d43=fullWidth?styles[_0x3e35(0x3)]:compact?styles['compactContainer']:styles[_0x3e35(0x4)];return React['createElement'](TouchableOpacity,{'style':[_0x298d43,_0x521e59[_0x3e35(0x5)](!isLast,compact)&&styles[_0x3e35(0x6)]],'onLongPress':_0x3beb78,'onPressOut':_0x2ef456,'activeOpacity':_0x3beb78?0.7:0x1,'disabled':!_0x3beb78},React[_0x3e35(0x7)](View,{'style':styles[_0x3e35(0x8)]},React['createElement'](View,{'style':styles[_0x3e35(0x9)]},React['createElement'](Image,{'source':_0x15490b[_0x3e35(0xa)],'style':_0x30e179?{'width':_0x30e179,'height':_0x30e179,'marginRight':_0x521e59[_0x3e35(0xb)](0xc,_0x521e59[_0x3e35(0xc)](_0x30e179,0x1c))}:fullWidth?styles[_0x3e35(0xd)]:compact?styles[_0x3e35(0xd)]:styles[_0x3e35(0xa)],'resizeMode':_0x3e35(0xe)}),React['createElement'](View,{'style':styles[_0x3e35(0xf)]},React['createElement'](Text,{'style':fullWidth?styles['compactPlatformName']:compact?styles['compactPlatformName']:styles['platformName']},_0x15490b[_0x3e35(0x10)]))),React[_0x3e35(0x7)](Switch,{'value':_0x48bd46,'onValueChange':_0x31b4ff,'trackColor':{'false':_0x3e35(0x11),'true':_0x521e59[_0x3e35(0x12)]},'thumbColor':Platform['OS']===_0x521e59[_0x3e35(0x13)]?undefined:_0x48bd46?_0x521e59[_0x3e35(0x14)]:_0x521e59[_0x3e35(0x14)],'ios_backgroundColor':_0x3e35(0x11),'style':compact?styles['compactSwitch']:undefined})),fullWidth&&React[_0x3e35(0x7)](View,{'style':styles[_0x3e35(0x15)]},React[_0x3e35(0x7)](Text,{'style':styles[_0x3e35(0x16)]},_0x15490b['description'])),!fullWidth&&React[_0x3e35(0x7)](Text,{'style':compact?styles[_0x3e35(0x17)]:styles[_0x3e35(0x18)]},_0x15490b['description']));},styles=StyleSheet['create']({'container':{'flexDirection':_0x3e35(0x19),'alignItems':_0x3e35(0x1a),'justifyContent':_0x3e35(0x1b),'paddingVertical':0x10,'paddingHorizontal':0x10,'backgroundColor':COLORS[_0x3e35(0x1c)],'borderRadius':0xc,'marginBottom':0xc,'borderWidth':0x1,'borderColor':_0x3e35(0x11)},'compactContainer':{'flexDirection':_0x3e35(0x19),'alignItems':'center','justifyContent':'space-between','paddingVertical':0x10,'paddingHorizontal':0x10,'backgroundColor':COLORS['surface']},'fullWidthContainer':{'flexDirection':_0x3e35(0x1d),'paddingVertical':0x8,'paddingHorizontal':0x2,'backgroundColor':COLORS['surface'],'marginBottom':0x4,'marginHorizontal':0x0},'topRow':{'flexDirection':_0x3e35(0x19),'alignItems':_0x3e35(0x1a),'justifyContent':_0x3e35(0x1b),'marginBottom':0x4},'descriptionBox':{'backgroundColor':_0x3e35(0x1e),'borderRadius':0x8,'paddingVertical':0x8,'paddingHorizontal':0x4,'marginTop':0x2},'borderBottom':{'borderBottomWidth':0x1,'borderBottomColor':_0x3e35(0x11)},'leftContent':{'flexDirection':'row','alignItems':'center','flex':0x1},'icon':{'width':0x20,'height':0x20,'marginRight':0xc},'compactIcon':{'width':0x1c,'height':0x1c,'marginRight':0xc},'textContent':{'flex':0x1},'platformName':{'fontSize':0x10,'fontFamily':_0x3e35(0x1f),'fontWeight':_0x3e35(0x20),'color':COLORS[_0x3e35(0x21)],'marginBottom':0x2},'compactPlatformName':{'fontSize':0x10,'fontFamily':_0x3e35(0x1f),'fontWeight':_0x3e35(0x20),'color':COLORS[_0x3e35(0x21)],'marginBottom':0x2},'description':{'fontSize':0xe,'fontFamily':_0x3e35(0x1f),'fontWeight':_0x3e35(0x22),'color':COLORS[_0x3e35(0x23)],'lineHeight':0x14},'compactDescription':{'fontSize':0xc,'fontFamily':_0x3e35(0x1f),'fontWeight':_0x3e35(0x22),'color':COLORS[_0x3e35(0x23)],'lineHeight':0x10},'fullWidthDescription':{'fontSize':0xd,'fontFamily':_0x3e35(0x1f),'fontWeight':_0x3e35(0x22),'color':COLORS[_0x3e35(0x23)],'lineHeight':0x12},'compactSwitch':{'transform':[{'scaleX':0.9},{'scaleY':0.9}]}});export default PlatformToggle;