@onairos/react-native 3.6.7 → 3.6.8

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';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();}
1
+ import React,{useState,useCallback}from'react';function _0x3bf0(){const _0x2f8750=['window','Training\x20is\x20starting\x20in\x20the\x20background...','PIN\x20must\x20include\x20a\x20special\x20character','PIN\x20must\x20include\x20a\x20number','biometric-failed','YPzEr','authenticating','QlTjX','DvRBu','HBcRu','storage-error','umIwn','vMYtS','warning','Biometric\x20authentication\x20was\x20cancelled\x20or\x20failed.\x20Your\x20PIN\x20needs\x20to\x20be\x20secured\x20with\x20biometric\x20authentication\x20to\x20proceed.','An\x20error\x20occurred\x20while\x20securing\x20your\x20PIN.\x20Would\x20you\x20like\x20to\x20try\x20again?','error','IRkvn','FmJtg','DWJnn','This\x20device\x20does\x20not\x20support\x20Face\x20ID\x20or\x20Touch\x20ID.\x20Please\x20enable\x20biometric\x20authentication\x20in\x20your\x20device\x20settings\x20to\x20secure\x20your\x20PIN.','Your\x20PIN\x20will\x20be\x20securely\x20stored\x20locally\x20on\x20your\x20device\x20using\x20biometric\x20authentication\x20(Face\x20ID\x20or\x20Touch\x20ID)\x20for\x20enhanced\x20security.','small','#007AFF','e.g.\x20MyPin123!','none','done','👁️','👁️‍🗨️','•\x20At\x20least\x20','\x20characters','Try\x20Again','Continue\x20Without\x20Biometric','Back','Authenticating...','Continue','gAjZc','eoCSB','VWoiG','useEffect','UhnpW','mAgwN','oAzAE','log','BlDSS','OwiJH','vGcig','LhRRj','rpQdm','length','PIN\x20must\x20be\x20at\x20least\x20','test','qKcNM','KuUBw','YSgnr','DhuRa','CHNqw','fScah','oHTCx','lQcUq','MhcAQ','isBiometricAvailable','DHLMD','lRPGh','pXgif','storePinWithBiometric','XGEmQ','IYJQE','QObHX','XRBCt','isPinStored','GInmi','VFFNi','nNSDL','sJock','sajXS','frviD','SyCnA','FDoAR','aNEvj','CqIAn','AGqYC','hJdpk','PrFHL','myVil','odBaD','SIarB','UmJOx','SRRYQ','Please\x20complete\x20biometric\x20authentication\x20to\x20secure\x20your\x20PIN.','Secure\x20PIN\x20Storage','nhewj','AGMvz','CwZef','ZfCTF','VPqcF','zBDnN','qXIBd','QwYjl','PEcJU','mmfdB','KCmMp','vNJje','fSats','PhMrr','LzVGX','oHwHD','wxJjO','iRNuc','Biometric\x20Authentication\x20Failed','lYeDU','fnKAA','container','createElement','inputSection','title','Create\x20a\x20PIN','subtitle','A\x20PIN\x20so\x20only\x20you\x20have\x20access\x20to\x20your\x20data','backgroundProgressContainer','backgroundProgressText','backgroundProgressIndicator','YpmFw','inputContainer','input','default','uoEYj','dismiss','towDT','jWDeP','requirements','QzquA','requirement','esXqh','requirementMet','•\x20Include\x20a\x20special\x20character','tdbnu','type','infoContainerInfo','Heaad','infoTitle','infoTitleWarning','WkhKI','infoTitleError','infoMessage','infoMessageInfo','infoMessageWarning','FMlNS','infoMessageError','message','showActions','infoActions','infoActionButton','infoActionButtonText','qONFC','infoActionButtonSecondary','infoActionButtonSecondaryText','EfzLT','cancelButtonText','xKFWg','submitButton','submitButtonDisabled','submitButtonText','YpCvF','aHlzX','#fff','flex-start','space-between','#333','center','#666','row','#CCCCCC','#E3F2FD','#2196F3','#FFF3E0','#FF9800','#FFEBEE','600','#1976D2','#F57C00','#D32F2F','#E65100','#C62828','transparent','#FF3B30','#eee','#000000'];_0x3bf0=function(){return _0x2f8750;};return _0x3bf0();}import{View,Text,StyleSheet,TextInput,TouchableOpacity,Dimensions,Keyboard,ActivityIndicator}from'react-native';import{biometricPinService}from'../services/biometricPinService';const {width}=Dimensions['get'](_0x47a9(0x0));function _0x47a9(_0x3bf0f2,_0x47a9b4){_0x3bf0f2=_0x3bf0f2-0x0;const _0x5efe57=_0x3bf0();let _0x334548=_0x5efe57[_0x3bf0f2];return _0x334548;}export const PinInput=({onSubmit:_0x258d73,minLength:minLength=0x8,requireSpecialChar:requireSpecialChar=!![],requireNumber:requireNumber=!![],onBack:_0x2bef22,enableBiometricStorage:enableBiometricStorage=!![],onBackgroundTrainingStart:_0x39eae5,showBackgroundProgress:showBackgroundProgress=![],backgroundProgressText:backgroundProgressText=_0x47a9(0x1)})=>{const _0x5ed8c1={'UhnpW':function(_0x4fe75a,_0x2522f5){return _0x4fe75a(_0x2522f5);},'myVil':function(_0x1b3eef,_0x79260c){return _0x1b3eef(_0x79260c);},'mAgwN':function(_0x3c4a07,_0x308fbd){return _0x3c4a07!==_0x308fbd;},'OwiJH':function(_0x428467,_0x2257fd){return _0x428467&&_0x2257fd;},'DhuRa':_0x47a9(0x2),'CHNqw':_0x47a9(0x3),'rpQdm':function(_0x308d84,_0x5b5857){return _0x308d84<_0x5b5857;},'qKcNM':function(_0x237e4f,_0x595070){return _0x237e4f===_0x595070;},'YSgnr':'KuUBw','pXgif':function(_0x2c39c1,_0x46ae02){return _0x2c39c1(_0x46ae02);},'eQNYU':function(_0x3b7f53,_0x355482){return _0x3b7f53(_0x355482);},'IYJQE':function(_0xed4a1,_0x343998){return _0xed4a1(_0x343998);},'QObHX':function(_0x2aedb7,_0x984151){return _0x2aedb7(_0x984151);},'eoCSB':'default','XRBCt':function(_0x4b216f,_0x55a386){return _0x4b216f(_0x55a386);},'fScah':function(_0x286b1c){return _0x286b1c();},'aNEvj':function(_0x5006d4,_0x405a30){return _0x5006d4(_0x405a30);},'lRPGh':'biometric-unavailable','CqIAn':_0x47a9(0x4),'oHTCx':_0x47a9(0x5),'lQcUq':function(_0x297f98,_0x39c436){return _0x297f98(_0x39c436);},'MhcAQ':_0x47a9(0x6),'DHLMD':_0x47a9(0x7),'XGEmQ':_0x47a9(0x8),'GInmi':function(_0x32e7bb,_0xca5b88){return _0x32e7bb(_0xca5b88);},'VFFNi':_0x47a9(0x9),'AGqYC':_0x47a9(0xa),'sJock':function(_0x1f4b6d,_0x24b61c){return _0x1f4b6d!==_0x24b61c;},'sajXS':_0x47a9(0xb),'hJdpk':_0x47a9(0xc),'PrFHL':function(_0x53a95d,_0x2d818e){return _0x53a95d(_0x2d818e);},'wxJjO':'Biometric\x20Authentication\x20Not\x20Available','odBaD':_0x47a9(0xd),'KAIPC':_0x47a9(0xe),'SIarB':'Storage\x20Error','UmJOx':_0x47a9(0xf),'SRRYQ':_0x47a9(0x10),'nhewj':function(_0x2fdd9b,_0x323845){return _0x2fdd9b!==_0x323845;},'AGMvz':_0x47a9(0x11),'PhMrr':_0x47a9(0x12),'LzVGX':_0x47a9(0x13),'iRNuc':_0x47a9(0x14),'lYeDU':'info','fnKAA':_0x47a9(0x15),'gAjZc':function(_0x1569ec,_0x4c5d0d){return _0x1569ec(_0x4c5d0d);},'YYfwE':function(_0x2237eb,_0x196185){return _0x2237eb(_0x196185);},'atcQW':function(_0x14eb63,_0x28032e){return _0x14eb63(_0x28032e);},'TWYFQ':function(_0x215790,_0x2ead02){return _0x215790(_0x2ead02);},'VWoiG':function(_0x22b79d,_0x3c5bf7){return _0x22b79d(_0x3c5bf7);},'LhRRj':function(_0x11eccb,_0x4920bd,_0x2f118b){return _0x11eccb(_0x4920bd,_0x2f118b);},'jgcTX':_0x47a9(0x16),'YpmFw':_0x47a9(0x17),'IevVG':_0x47a9(0x18),'HdDPB':_0x47a9(0x19),'uoEYj':_0x47a9(0x1a),'towDT':_0x47a9(0x1b),'jWDeP':_0x47a9(0x1c),'QzquA':'PIN\x20Requirements:','esXqh':function(_0x290829,_0x3fbd14){return _0x290829>=_0x3fbd14;},'tMTwG':_0x47a9(0x1d),'qZnrX':_0x47a9(0x1e),'tdbnu':'•\x20Include\x20a\x20number','Heaad':function(_0x57a3f3,_0x4d0ec5){return _0x57a3f3===_0x4d0ec5;},'WkhKI':function(_0x2a8a81,_0x4a8098){return _0x2a8a81===_0x4a8098;},'FMlNS':function(_0x4bef76,_0x48acb7){return _0x4bef76===_0x48acb7;},'qONFC':_0x47a9(0x1f),'EfzLT':_0x47a9(0x20),'xKFWg':_0x47a9(0x21),'VDkAB':function(_0x19b8a4,_0x5818b9){return _0x19b8a4||_0x5818b9;},'yjzGW':function(_0x340f55,_0x5a7a0d){return _0x340f55(_0x5a7a0d);},'YpCvF':_0x47a9(0x22),'aHlzX':_0x47a9(0x23)},[_0x4ff092,_0x3651c9]=_0x5ed8c1['XRBCt'](useState,''),[_0x268398,_0x52b85d]=_0x5ed8c1[_0x47a9(0x24)](useState,null),[_0x42b066,_0x3eda7b]=_0x5ed8c1['YYfwE'](useState,![]),[_0x48e794,_0x2717b1]=_0x5ed8c1['atcQW'](useState,![]),[_0x4f0b03,_0x2fe6e3]=_0x5ed8c1['TWYFQ'](useState,_0x5ed8c1[_0x47a9(0x25)]),[_0x14bfcd,_0x4f93ec]=_0x5ed8c1[_0x47a9(0x26)](useState,![]);React[_0x47a9(0x27)](()=>{const _0x10d6b9={'BlDSS':function(_0x353d46,_0x196568){return _0x5ed8c1[_0x47a9(0x28)](_0x353d46,_0x196568);},'vGcig':function(_0xff4399,_0x270c94){return _0x5ed8c1['myVil'](_0xff4399,_0x270c94);}};if(_0x5ed8c1[_0x47a9(0x29)](_0x47a9(0x2a),'oAzAE')){_0x523ab8[_0x47a9(0x2b)]('\u274C [PIN INPUT] Validation failed:',_0x12b013),_0x10d6b9[_0x47a9(0x2c)](_0x22c445,_0x3f05e4);return;}else _0x5ed8c1[_0x47a9(0x2d)](_0x39eae5,!_0x14bfcd)&&showBackgroundProgress&&(console['log']('\uD83D\uDE80 [PIN INPUT] Background training explicitly requested...'),_0x4f93ec(!![]),_0x39eae5()['catch'](_0x593636=>{console[_0x47a9(0x10)]('\u274C [PIN INPUT] Background training failed:',_0x593636),_0x10d6b9[_0x47a9(0x2e)](_0x4f93ec,![]);}));},[_0x39eae5,_0x14bfcd,showBackgroundProgress]);const _0x1a16d8=_0x5ed8c1[_0x47a9(0x2f)](useCallback,_0x4fdc54=>{if(_0x5ed8c1[_0x47a9(0x30)](_0x4fdc54[_0x47a9(0x31)],minLength))return _0x47a9(0x32)+minLength+_0x47a9(0x1e);if(requireSpecialChar&&!/[!@#$%^&*(),.?":{}|<>]/[_0x47a9(0x33)](_0x4fdc54)){if(_0x5ed8c1[_0x47a9(0x34)](_0x47a9(0x35),_0x5ed8c1[_0x47a9(0x36)]))return _0x5ed8c1[_0x47a9(0x37)];else{if(_0x8a368['length']<_0x23ca97)return _0x47a9(0x32)+_0x1e2969+_0x47a9(0x1e);if(_0x485b14&&!/[!@#$%^&*(),.?":{}|<>]/[_0x47a9(0x33)](_0xad8379))return _0x5ed8c1[_0x47a9(0x37)];if(_0x3f6544&&!/\d/['test'](_0x3a58c0))return _0x5ed8c1[_0x47a9(0x38)];return null;}}if(requireNumber&&!/\d/[_0x47a9(0x33)](_0x4fdc54))return _0x47a9(0x3);return null;},[minLength,requireSpecialChar,requireNumber]),_0xb35268=_0x5ed8c1[_0x47a9(0x2f)](useCallback,async()=>{const _0x5220bd={'frviD':function(_0x14358d,_0x14525e){return _0x14358d(_0x14525e);},'SyCnA':_0x5ed8c1[_0x47a9(0x25)],'FDoAR':function(_0x39e89c){return _0x5ed8c1[_0x47a9(0x39)](_0x39e89c);}};console[_0x47a9(0x2b)]('\uD83D\uDD0D [PIN INPUT] handleSubmit called with PIN length:',_0x4ff092[_0x47a9(0x31)]);const _0x507901=_0x1a16d8(_0x4ff092);if(_0x507901){console['log']('\u274C [PIN INPUT] Validation failed:',_0x507901),_0x5ed8c1['myVil'](_0x52b85d,_0x507901);return;}console[_0x47a9(0x2b)]('\u2705 [PIN INPUT] PIN validation passed');if(enableBiometricStorage){if(_0x5ed8c1[_0x47a9(0x34)](_0x5ed8c1[_0x47a9(0x3a)],_0x5ed8c1[_0x47a9(0x3a)])){console[_0x47a9(0x2b)]('\uD83D\uDD10 [PIN INPUT] Biometric storage enabled, starting biometric flow...'),_0x2717b1(!![]),_0x5ed8c1[_0x47a9(0x3b)](_0x2fe6e3,_0x5ed8c1[_0x47a9(0x3c)]);try{const _0x144dab=await biometricPinService[_0x47a9(0x3d)]();console[_0x47a9(0x2b)]('\uD83D\uDCF1 [PIN INPUT] Biometric available:',_0x144dab);if(!_0x144dab){if(_0x5ed8c1[_0x47a9(0x3e)]===_0x5ed8c1[_0x47a9(0x3e)]){console[_0x47a9(0x10)]('\u274C [PIN INPUT] Face ID not available on this device'),_0x2fe6e3(_0x5ed8c1[_0x47a9(0x3f)]),_0x2717b1(![]);return;}else _0x53ef12[_0x47a9(0x10)]('\u274C [PIN INPUT] Error handling biometric PIN storage:',_0x3cc663),_0x5ed8c1[_0x47a9(0x28)](_0x397a15,_0x47a9(0xa)),_0x5ed8c1[_0x47a9(0x40)](_0x57d8b7,![]);}console[_0x47a9(0x2b)]('\uD83D\uDD10 [PIN INPUT] Triggering biometric authentication for PIN storage...');const _0x232ac2=await biometricPinService[_0x47a9(0x41)](_0x4ff092);if(_0x232ac2){if(_0x5ed8c1[_0x47a9(0x29)](_0x5ed8c1[_0x47a9(0x42)],_0x5ed8c1[_0x47a9(0x42)]))_0x5ed8c1['eQNYU'](_0x4735fc,_0x673704),_0x5ed8c1[_0x47a9(0x43)](_0x46fc3a,null),_0x5ed8c1[_0x47a9(0x44)](_0x1f886f,_0x5ed8c1[_0x47a9(0x25)]),_0x25984f[_0x47a9(0x2b)]('\uD83D\uDD0D [PIN INPUT] PIN changed:',{'length':_0x26652b[_0x47a9(0x31)],'hasSpecialChar':/[!@#$%^&*(),.?":{}|<>]/[_0x47a9(0x33)](_0x3212e1),'hasNumber':/\d/[_0x47a9(0x33)](_0x460481),'isValid':!_0x5ed8c1[_0x47a9(0x45)](_0x3a821e,_0x37d898)});else{console[_0x47a9(0x2b)]('\u2705 [PIN INPUT] PIN stored successfully with biometric protection');const _0x24a809=await biometricPinService[_0x47a9(0x46)]();if(_0x24a809)console[_0x47a9(0x2b)]('\u2705 [PIN INPUT] PIN storage verified - proceeding with onboarding'),_0x5ed8c1[_0x47a9(0x47)](_0x258d73,_0x4ff092);else{if(_0x5ed8c1[_0x47a9(0x48)]!==_0x5ed8c1[_0x47a9(0x48)]){const _0x3b06f2={'nNSDL':function(_0x4aa2bd,_0x4c9983){return _0x4aa2bd(_0x4c9983);}};_0x3d2b4f[_0x47a9(0x2b)]('\uD83D\uDE80 [PIN INPUT] Background training explicitly requested...'),_0x5ed8c1[_0x47a9(0x28)](_0x1aae80,!![]),_0x5ed8c1['fScah'](_0x3cc020)['catch'](_0x1282f3=>{_0x172b63[_0x47a9(0x10)]('\u274C [PIN INPUT] Background training failed:',_0x1282f3),_0x3b06f2[_0x47a9(0x49)](_0x22a619,![]);});}else console[_0x47a9(0x10)]('\u274C [PIN INPUT] PIN storage verification failed'),_0x2fe6e3(_0x5ed8c1['AGqYC']),_0x2717b1(![]);}}}else _0x5ed8c1[_0x47a9(0x4a)](_0x5ed8c1['sajXS'],_0x5ed8c1[_0x47a9(0x4b)])?(_0x5220bd[_0x47a9(0x4c)](_0x46d867,_0x5220bd[_0x47a9(0x4d)]),_0x5220bd[_0x47a9(0x4e)](_0x46785c)):(console['warn']('\u26A0️ [PIN INPUT] Biometric authentication failed or was cancelled'),_0x5ed8c1[_0x47a9(0x4f)](_0x2fe6e3,_0x5ed8c1[_0x47a9(0x50)]),_0x2717b1(![]));}catch(_0x371716){console[_0x47a9(0x10)]('\u274C [PIN INPUT] Error handling biometric PIN storage:',_0x371716),_0x5ed8c1['lQcUq'](_0x2fe6e3,_0x5ed8c1[_0x47a9(0x51)]),_0x2717b1(![]);}}else{_0x2cdbc2[_0x47a9(0x10)]('\u274C [PIN INPUT] Face ID not available on this device'),_0x5ed8c1['aNEvj'](_0x2fd037,_0x5ed8c1['lRPGh']),_0x5ed8c1[_0x47a9(0x44)](_0x879f3a,![]);return;}}else _0x5ed8c1[_0x47a9(0x34)](_0x47a9(0xc),_0x5ed8c1[_0x47a9(0x52)])?(console[_0x47a9(0x2b)]('\uD83D\uDD10 [PIN INPUT] Biometric storage disabled, proceeding normally'),_0x5ed8c1[_0x47a9(0x53)](_0x258d73,_0x4ff092)):(_0xd53529['warn']('\u26A0️ [PIN INPUT] Biometric authentication failed or was cancelled'),_0x8a2644(_0x5ed8c1['CqIAn']),_0x5ed8c1[_0x47a9(0x45)](_0xed10d,![]));},[_0x4ff092,_0x1a16d8,_0x258d73,enableBiometricStorage]),_0x17c2dd=useCallback(_0x2886bb=>{_0x5ed8c1[_0x47a9(0x54)](_0x3651c9,_0x2886bb),_0x5ed8c1[_0x47a9(0x44)](_0x52b85d,null),_0x5ed8c1[_0x47a9(0x40)](_0x2fe6e3,_0x5ed8c1[_0x47a9(0x25)]),console[_0x47a9(0x2b)]('\uD83D\uDD0D [PIN INPUT] PIN changed:',{'length':_0x2886bb[_0x47a9(0x31)],'hasSpecialChar':/[!@#$%^&*(),.?":{}|<>]/[_0x47a9(0x33)](_0x2886bb),'hasNumber':/\d/['test'](_0x2886bb),'isValid':!_0x5ed8c1[_0x47a9(0x43)](_0x1a16d8,_0x2886bb)});},[_0x1a16d8]),_0x43ecde=useCallback(()=>{const _0x227aed={'ZfCTF':_0x5ed8c1[_0x47a9(0x3f)],'VPqcF':_0x5ed8c1['wxJjO'],'zBDnN':_0x47a9(0x14),'QwYjl':_0x5ed8c1[_0x47a9(0x55)],'qXIBd':_0x47a9(0x4),'jQDpG':_0x5ed8c1['KAIPC'],'gGjUi':_0x47a9(0xa),'PEcJU':_0x5ed8c1[_0x47a9(0x56)],'mmfdB':_0x5ed8c1[_0x47a9(0x57)],'KCmMp':_0x5ed8c1[_0x47a9(0x58)],'yynZG':_0x5ed8c1[_0x47a9(0x3c)],'vNJje':_0x47a9(0x59),'eNmCA':_0x47a9(0x5a),'fSats':'info'};if(_0x5ed8c1[_0x47a9(0x5b)](_0x5ed8c1[_0x47a9(0x5c)],_0x47a9(0x5d)))console['warn']('\u26A0️ [PIN INPUT] User chose to continue without biometric security'),_0x258d73(_0x4ff092);else switch(_0x4bfcfd){case _0x227aed[_0x47a9(0x5e)]:return{'title':_0x227aed[_0x47a9(0x5f)],'message':_0x227aed[_0x47a9(0x60)],'type':_0x227aed['QwYjl'],'showActions':!![]};case _0x227aed[_0x47a9(0x61)]:return{'title':'Biometric\x20Authentication\x20Failed','message':_0x227aed['jQDpG'],'type':_0x227aed[_0x47a9(0x62)],'showActions':!![]};case _0x227aed['gGjUi']:return{'title':_0x227aed[_0x47a9(0x63)],'message':_0x227aed[_0x47a9(0x64)],'type':_0x227aed[_0x47a9(0x65)],'showActions':!![]};case _0x227aed['yynZG']:return{'title':_0x47a9(0x22),'message':_0x227aed[_0x47a9(0x66)],'type':'info','showActions':![]};default:return{'title':_0x227aed['eNmCA'],'message':_0x47a9(0x15),'type':_0x227aed[_0x47a9(0x67)],'showActions':![]};}},[_0x4ff092,_0x258d73]),_0x17233b=_0x5ed8c1[_0x47a9(0x2f)](useCallback,()=>{const _0x3abac5={'oHwHD':_0x47a9(0x3)};if(_0x5ed8c1[_0x47a9(0x34)](_0x5ed8c1[_0x47a9(0x68)],_0x5ed8c1[_0x47a9(0x69)]))return _0x3abac5[_0x47a9(0x6a)];else _0x2fe6e3(_0x5ed8c1[_0x47a9(0x25)]),_0xb35268();},[_0xb35268]),_0x557f61=()=>{switch(_0x4f0b03){case _0x5ed8c1[_0x47a9(0x3f)]:return{'title':_0x5ed8c1[_0x47a9(0x6b)],'message':_0x5ed8c1[_0x47a9(0x6c)],'type':_0x5ed8c1[_0x47a9(0x55)],'showActions':!![]};case _0x5ed8c1[_0x47a9(0x50)]:return{'title':_0x47a9(0x6d),'message':'Biometric\x20authentication\x20was\x20cancelled\x20or\x20failed.\x20Your\x20PIN\x20needs\x20to\x20be\x20secured\x20with\x20biometric\x20authentication\x20to\x20proceed.','type':_0x5ed8c1[_0x47a9(0x55)],'showActions':!![]};case _0x47a9(0xa):return{'title':_0x5ed8c1[_0x47a9(0x56)],'message':_0x47a9(0xf),'type':_0x5ed8c1['SRRYQ'],'showActions':!![]};case _0x5ed8c1[_0x47a9(0x3c)]:return{'title':_0x47a9(0x22),'message':_0x47a9(0x59),'type':_0x5ed8c1[_0x47a9(0x6e)],'showActions':![]};default:return{'title':_0x47a9(0x5a),'message':_0x5ed8c1[_0x47a9(0x6f)],'type':_0x5ed8c1[_0x47a9(0x6e)],'showActions':![]};}},_0x5b4ae1=_0x557f61();return React['createElement'](View,{'style':styles[_0x47a9(0x70)]},React[_0x47a9(0x71)](View,{'style':styles[_0x47a9(0x72)]},React[_0x47a9(0x71)](View,{'style':styles['header']},_0x2bef22&&React[_0x47a9(0x71)](TouchableOpacity,{'style':styles['backButton'],'onPress':_0x2bef22},React[_0x47a9(0x71)](Text,{'style':{'fontSize':0x18}},'←')),React[_0x47a9(0x71)](Text,{'style':styles[_0x47a9(0x73)]},_0x47a9(0x74))),React[_0x47a9(0x71)](Text,{'style':styles[_0x47a9(0x75)]},_0x47a9(0x76)),_0x5ed8c1[_0x47a9(0x2d)](showBackgroundProgress,_0x14bfcd)&&React['createElement'](View,{'style':styles[_0x47a9(0x77)]},React[_0x47a9(0x71)](Text,{'style':styles[_0x47a9(0x78)]},backgroundProgressText),React[_0x47a9(0x71)](View,{'style':styles[_0x47a9(0x79)]},React[_0x47a9(0x71)](ActivityIndicator,{'size':_0x5ed8c1['jgcTX'],'color':_0x5ed8c1[_0x47a9(0x7a)]}))),React[_0x47a9(0x71)](View,{'style':styles[_0x47a9(0x7b)]},React[_0x47a9(0x71)](TextInput,{'style':styles[_0x47a9(0x7c)],'value':_0x4ff092,'onChangeText':_0x17c2dd,'secureTextEntry':!_0x42b066,'placeholder':_0x5ed8c1['IevVG'],'keyboardType':_0x47a9(0x7d),'maxLength':0x14,'autoCapitalize':_0x5ed8c1['HdDPB'],'autoCorrect':![],'returnKeyType':_0x5ed8c1[_0x47a9(0x7e)],'onSubmitEditing':()=>Keyboard[_0x47a9(0x7f)]()}),React[_0x47a9(0x71)](TouchableOpacity,{'style':styles['visibilityButton'],'onPress':()=>_0x3eda7b(!_0x42b066)},React[_0x47a9(0x71)](Text,null,_0x42b066?_0x5ed8c1[_0x47a9(0x80)]:_0x5ed8c1[_0x47a9(0x81)])))),_0x268398&&React[_0x47a9(0x71)](Text,{'style':styles[_0x47a9(0x10)]},_0x268398),React[_0x47a9(0x71)](View,{'style':styles[_0x47a9(0x82)]},React[_0x47a9(0x71)](Text,{'style':styles['requirementTitle']},_0x5ed8c1[_0x47a9(0x83)]),React[_0x47a9(0x71)](Text,{'style':[styles[_0x47a9(0x84)],_0x5ed8c1[_0x47a9(0x85)](_0x4ff092[_0x47a9(0x31)],minLength)&&styles[_0x47a9(0x86)]]},_0x5ed8c1['tMTwG'],minLength,_0x5ed8c1['qZnrX']),requireSpecialChar&&React['createElement'](Text,{'style':[styles[_0x47a9(0x84)],/[!@#$%^&*(),.?":{}|<>]/['test'](_0x4ff092)&&styles[_0x47a9(0x86)]]},_0x47a9(0x87)),requireNumber&&React['createElement'](Text,{'style':[styles[_0x47a9(0x84)],/\d/[_0x47a9(0x33)](_0x4ff092)&&styles[_0x47a9(0x86)]]},_0x5ed8c1[_0x47a9(0x88)])),React['createElement'](View,{'style':[styles['infoContainer'],_0x5ed8c1[_0x47a9(0x34)](_0x5b4ae1[_0x47a9(0x89)],_0x5ed8c1[_0x47a9(0x6e)])&&styles[_0x47a9(0x8a)],_0x5ed8c1[_0x47a9(0x34)](_0x5b4ae1[_0x47a9(0x89)],_0x5ed8c1[_0x47a9(0x55)])&&styles['infoContainerWarning'],_0x5ed8c1[_0x47a9(0x8b)](_0x5b4ae1[_0x47a9(0x89)],_0x5ed8c1['SRRYQ'])&&styles['infoContainerError']]},React[_0x47a9(0x71)](Text,{'style':[styles[_0x47a9(0x8c)],_0x5ed8c1[_0x47a9(0x34)](_0x5b4ae1['type'],_0x5ed8c1[_0x47a9(0x6e)])&&styles['infoTitleInfo'],_0x5ed8c1['WkhKI'](_0x5b4ae1[_0x47a9(0x89)],_0x47a9(0xd))&&styles[_0x47a9(0x8d)],_0x5ed8c1[_0x47a9(0x8e)](_0x5b4ae1[_0x47a9(0x89)],_0x47a9(0x10))&&styles[_0x47a9(0x8f)]]},_0x5b4ae1[_0x47a9(0x73)]),React[_0x47a9(0x71)](Text,{'style':[styles[_0x47a9(0x90)],_0x5ed8c1[_0x47a9(0x8b)](_0x5b4ae1[_0x47a9(0x89)],_0x5ed8c1[_0x47a9(0x6e)])&&styles[_0x47a9(0x91)],_0x5ed8c1[_0x47a9(0x34)](_0x5b4ae1[_0x47a9(0x89)],_0x5ed8c1[_0x47a9(0x55)])&&styles[_0x47a9(0x92)],_0x5ed8c1[_0x47a9(0x93)](_0x5b4ae1[_0x47a9(0x89)],_0x5ed8c1[_0x47a9(0x58)])&&styles[_0x47a9(0x94)]]},_0x5b4ae1[_0x47a9(0x95)]),_0x5b4ae1[_0x47a9(0x96)]&&React['createElement'](View,{'style':styles[_0x47a9(0x97)]},React['createElement'](TouchableOpacity,{'style':styles[_0x47a9(0x98)],'onPress':_0x17233b},React['createElement'](Text,{'style':styles[_0x47a9(0x99)]},_0x5ed8c1[_0x47a9(0x9a)])),React[_0x47a9(0x71)](TouchableOpacity,{'style':[styles[_0x47a9(0x98)],styles[_0x47a9(0x9b)]],'onPress':_0x43ecde},React['createElement'](Text,{'style':[styles[_0x47a9(0x99)],styles[_0x47a9(0x9c)]]},_0x5ed8c1[_0x47a9(0x9d)])))),React[_0x47a9(0x71)](View,{'style':styles['footer']},_0x2bef22&&React[_0x47a9(0x71)](TouchableOpacity,{'style':styles['cancelButton'],'onPress':_0x2bef22},React['createElement'](Text,{'style':styles[_0x47a9(0x9e)]},_0x5ed8c1[_0x47a9(0x9f)])),React[_0x47a9(0x71)](TouchableOpacity,{'style':[styles[_0x47a9(0xa0)],(_0x5ed8c1['VDkAB'](!_0x4ff092,_0x48e794)||_0x5ed8c1[_0x47a9(0x24)](_0x1a16d8,_0x4ff092))&&styles[_0x47a9(0xa1)]],'onPress':_0xb35268,'disabled':_0x5ed8c1['VDkAB'](!_0x4ff092,_0x48e794)||!!_0x5ed8c1['yjzGW'](_0x1a16d8,_0x4ff092)},React['createElement'](Text,{'style':styles[_0x47a9(0xa2)]},_0x48e794?_0x5ed8c1[_0x47a9(0xa3)]:_0x5ed8c1[_0x47a9(0xa4)]))));};const styles=StyleSheet['create']({'container':{'flex':0x1,'padding':0x10,'width':width,'backgroundColor':_0x47a9(0xa5),'justifyContent':_0x47a9(0xa6)},'inputSection':{'width':'100%','marginTop':0x0,'paddingTop':0x0},'header':{'flexDirection':'row','alignItems':'center','justifyContent':_0x47a9(0xa7),'marginBottom':0x10,'paddingVertical':0x8},'backButton':{'padding':0x8},'title':{'fontSize':0x14,'fontWeight':'600','color':_0x47a9(0xa8),'textAlign':_0x47a9(0xa9),'flex':0x1,'marginBottom':0x8},'subtitle':{'fontSize':0xe,'color':_0x47a9(0xaa),'marginBottom':0x18,'textAlign':_0x47a9(0xa9)},'inputContainer':{'flexDirection':_0x47a9(0xab),'alignItems':_0x47a9(0xa9),'borderWidth':0x1,'borderColor':_0x47a9(0xac),'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':_0x47a9(0xad),'borderColor':_0x47a9(0xae)},'infoContainerWarning':{'backgroundColor':_0x47a9(0xaf),'borderColor':_0x47a9(0xb0)},'infoContainerError':{'backgroundColor':_0x47a9(0xb1),'borderColor':'#F44336'},'infoTitle':{'fontSize':0x10,'fontWeight':_0x47a9(0xb2),'marginBottom':0x8},'infoTitleInfo':{'color':_0x47a9(0xb3)},'infoTitleWarning':{'color':_0x47a9(0xb4)},'infoTitleError':{'color':_0x47a9(0xb5)},'infoMessage':{'fontSize':0xe,'lineHeight':0x14,'marginBottom':0xc},'infoMessageInfo':{'color':'#1565C0'},'infoMessageWarning':{'color':_0x47a9(0xb6)},'infoMessageError':{'color':_0x47a9(0xb7)},'infoActions':{'flexDirection':'row','justifyContent':_0x47a9(0xa7),'marginTop':0x8},'infoActionButton':{'flex':0x1,'paddingVertical':0xa,'paddingHorizontal':0x10,'borderRadius':0x8,'backgroundColor':'#007AFF','marginHorizontal':0x4,'alignItems':_0x47a9(0xa9)},'infoActionButtonSecondary':{'backgroundColor':_0x47a9(0xb8),'borderWidth':0x1,'borderColor':'#007AFF'},'infoActionButtonText':{'color':_0x47a9(0xa5),'fontSize':0xe,'fontWeight':_0x47a9(0xb2)},'infoActionButtonSecondaryText':{'color':_0x47a9(0x17)},'error':{'color':_0x47a9(0xb9),'marginBottom':0x10},'requirements':{'marginBottom':0x18},'requirementTitle':{'fontSize':0xe,'fontWeight':_0x47a9(0xb2),'marginBottom':0x8,'color':_0x47a9(0xa8)},'requirement':{'fontSize':0xe,'color':'#666','marginBottom':0x4},'requirementMet':{'color':'#34C759'},'footer':{'flexDirection':_0x47a9(0xab),'alignItems':'center','justifyContent':_0x47a9(0xa7),'marginTop':0x18,'borderTopWidth':0x1,'borderTopColor':_0x47a9(0xba),'paddingTop':0x10},'cancelButton':{'paddingVertical':0x8,'paddingHorizontal':0x10},'cancelButtonText':{'color':_0x47a9(0xaa),'fontSize':0x10},'submitButton':{'paddingVertical':0x10,'paddingHorizontal':0x20,'borderRadius':0x10,'backgroundColor':_0x47a9(0xbb),'alignItems':_0x47a9(0xa9)},'submitButtonDisabled':{'opacity':0.5},'submitButtonText':{'color':_0x47a9(0xa5),'fontSize':0x10,'fontWeight':'600'},'backgroundProgressContainer':{'flexDirection':_0x47a9(0xab),'alignItems':_0x47a9(0xa9),'justifyContent':_0x47a9(0xa9),'marginBottom':0x10},'backgroundProgressText':{'fontSize':0xe,'color':_0x47a9(0xaa),'marginRight':0xa},'backgroundProgressIndicator':{'padding':0x5}});
@@ -4,4 +4,4 @@ var __ONAIROS_REQ_REGISTRY__ = [
4
4
  require('react-native')
5
5
  ];
6
6
  function __ONAIROS_REQ_FUNC__(i) { return __ONAIROS_REQ_REGISTRY__[i]; }
7
- import React,{useState,useEffect,useRef,useCallback}from'react';import{View,Text,StyleSheet,ScrollView,Vibration,TouchableOpacity,Image,Animated}from'react-native';function _0xfccb(){const _0x3fa6ad=['Daily','weekly','Weekly','biweekly','Biweekly','Less\x20frequent,\x20more\x20efficient.','uYcrC','olUVd','connecting','pinterest','contain','LaHgR','CrYkd','✅\x20[PLATFORMS]\x20Loaded\x20from\x20user_connected_platforms:','platform_account_details','CzSYc','✅\x20[PLATFORMS]\x20Loaded\x20from\x20platform_account_details:','chatgpt','claude','gemini','hIFbW','SqtOO','@onairos:linkedin_connected','CycTC','qGKST','linkedin','✅\x20[PLATFORMS]\x20Loaded\x20LinkedIn\x20connection','❌\x20[PLATFORMS]\x20Error\x20loading\x20connected\x20platforms\x20from\x20storage:','dEYem','ydMmy','RONqf','onairos_username','Error\x20initializing\x20username:','❌\x20[REFRESH]\x20Error\x20saving\x20refresh\x20frequency:','❌\x20[TOGGLE]\x20No\x20username\x20available\x20-\x20cannot\x20proceed\x20with\x20OAuth','YMhdW','yrZVP','tKlim','YUwOI','NULL','RTVxc','ATFgq','pIcxt','CUISc','DDiDO','iIAku','@onairos:model_refresh_frequency','lUUfw','vlDCs','https://privacy.onairos.io/','iNXeK','❌\x20[STORAGE]\x20Error\x20saving\x20to\x20user_connected_platforms:','IuaMx','IQMFG','pnsIM','QrnwR','JRHHd','czWcc','akDeE','bNixE','cpHKn','vDEMy','dizFi','OOgDl','eiYAl','REpCb','gmail','#10B981','#9CA3AF','youtube','Reddit','Pinterest','Use\x20your\x20pins,\x20boards,\x20and\x20interests\x20to\x20enrich\x20your\x20model.','LinkedIn','Use\x20your\x20professional\x20network\x20and\x20career\x20interests\x20to\x20enrich\x20your\x20model.','Use\x20your\x20ChatGPT\x20conversations\x20and\x20memories\x20to\x20enrich\x20your\x20model.','Claude','Use\x20your\x20Grok\x20conversations\x20from\x20X\x20to\x20enrich\x20your\x20model.','XAPbp','Build\x20your\x20persona','Connect\x20platforms\x20to\x20build\x20your\x20private\x20persona','normal','Model\x20Refresh\x20Frequency','How\x20often\x20should\x20your\x20model\x20be\x20refreshed\x20from\x20platforms?','Skip','Wqikp','fvHfh','kmxiN','PZyzJ','hfFft','current','Value','rZdGT','evqTd','kKrFT','kfewW','SRUxT','XmrZA','cxCYS','rZKUY','POZyS','cYSib','vaFLq','length','YWOgL','NhUnp','dUjCK','tqLzU','aTIjL','NhWCf','qWXKU','oNpMr','HaKdK','has','sEFMo','PVMYY','openURL','YJmVS','LJXLO','ZBmei','wycXg','MfDSj','lSRhg','ofmBs','FBqjz','LRyEr','NAGdH','NVPSB','iSAjd','ufsbh','log','getItem','vxasE','uZycr','XBogg','khZYm','createElement','platformIconButton','platformIconButtonSelected','BUTTON_PRESS','platformIcon','ZHrmb','youtubeIcon','RUWdg','xswli','pinterestIcon','gmailIcon','nPzoI','RDpdT','QitKv','cGCfT','grokIcon','connectingDot','connectedDot','parse','isArray','push','Fqcle','HruNK','tLJox','add','forEach','platform','RhfbQ','toLowerCase','includes','PxzgL','map','JOxpS','edLqA','vrymf','QxJkq','connected','✅\x20[PLATFORMS]\x20Loaded\x20LLM\x20platform:\x20','loop','timing','start','fijSf','XRHpX','KbCFb','pOcem','Yxzup','IOByT','bLszA','✅\x20[PLATFORMS]\x20Updated\x20connectedPlatforms\x20state\x20with:','from','error','Ddrve','pchGV','vQCqX','zQDrm','pJGGH','UFLXT','oZRxS','email','split','tVNkc','name','user_','floor','random','CPYGM','mobile_user_','HncdB','odZtD','UgIBh','jdgml','EBtiR','sequence','nativeEvent','contentOffset','layoutMeasurement','width','contentSize','UfAKo','BQycL','ZPsKd','rrYXv','jypzn','mAjqU','Use\x20your\x20posts\x20and\x20comments\x20to\x20enrich\x20your\x20model.','kPbvD','rqpnz','mOeNB','rLrsp','pVGDR','Use\x20your\x20Claude\x20conversations\x20to\x20enrich\x20your\x20model.','Gemini','CVnlC','Use\x20your\x20Gemini\x20conversations\x20to\x20enrich\x20your\x20model.','EvbAU','JHJeR','find','filter','YAGlo','\x20=\x20','HNKbH','\x22,\x20state:\x20\x22','\x22,\x20valid:\x20\x22','trim','gJMQz','isChatPlatform','klGfs','DynjN','🤖\x20[LLM]\x20Opening\x20WebView\x20for\x20','\x20login\x20and\x20export...','\x20URL:','BZZFq','ERROR','knWsM','yMjdH','BAXGR','GZMUP','https://www.linkedin.com/login','🌐\x20[LINKEDIN]\x20Opening\x20LinkedIn\x20URL:','nnnyl','pOmmq','iiUti','SUCCESS','KCYBk','SpYKi','🌐\x20[TOGGLE]\x20Starting\x20OAuth\x20flow\x20for\x20','...','lueWO','substring','hxzwk','iyTEH','✅\x20[TOGGLE]\x20Setting\x20WebView\x20state\x20-\x20showing\x20modal\x20for\x20','dwmEn','❌\x20[TOGGLE]\x20OAuth\x20failed\x20for\x20','\x20-\x20no\x20URL\x20returned','qQiax','Xasee','delete','MvBnW','setItem','stringify','✅\x20[STORAGE]\x20Removed\x20','\x20from\x20user_connected_platforms:','❌\x20[STORAGE]\x20Error\x20removing\x20from\x20user_connected_platforms:','removeItem','ACStP','YRfNI','fUAst','vibrate','hIbjW','huppu','yfXiu','kbDam','rJXdm','tPDWX','AMutO','xBMNZ','fYDBI','lnSSU','QEtfK','IZftF','mUeTr','UeDTS','LnmeN','gyyiz','gfsuQ','BMLKx','vbgsG','JrbSu','TjVuP','DrAqT','Linking','WmMIH','MusPK','GyTHS','rcGwZ','FPUvF','oNQYs','zioYZ','vdwzG','GMKHC','wtAQy','qzNWE','BGVvB','zndHa','kRTKc','wsHkG','rFbxW','PjYuj','gdNrm','OwKSV','DoHSs','JGVjd','cIFkX','❌\x20[LLM]\x20No\x20URL\x20configured\x20for\x20platform:\x20','user_connected_platforms','✅\x20[STORAGE]\x20Added\x20','\x20to\x20user_connected_platforms:','fwonl','NSdXa','toISOString','✅\x20[LLM]\x20','\x20connection\x20stored\x20locally','GmIRn','RJbMb','gIROe','✅\x20[LINKEDIN]\x20Connection\x20stored\x20locally','aQfyb','NqBVw','ZFRZr','eFpQl','cLkRx','NLSKm','jMpfn','CLjVF','PYrGe','MyZBD','NYHaJ','uDmXN','disconnected','CcPRk','YaGbA','QuokY','uHyra','setValue','edDru','dbrag','AlarB','chANI','akftr','owJoP','bgLaH','yVSma','eOCHl','IlbPq','LaRKl','📊\x20[STATE]\x20WebView\x20state\x20changed\x20-\x20showOAuthWebView:\x20',',\x20oauthUrl:\x20','SET\x20(','OizTH','min','size','JqfVw','✅\x20[WEBVIEW]\x20Rendering\x20OAuthWebView\x20for\x20','\x20with\x20URL:\x20','TXXwX','container','scrollContent','backButton','headingContainer','title','vkoQb','bYGjx','largePersona','platformIconsOverlay','platformIconsCentered','LuxUl','FwbFy','eRCYk','icon','jFYoM','buaPk','chatgptIcon','claudeIcon','pageIndicatorContainer','scrollBarThumb','View','scrollIndicator','interpolate','scrollIndicatorText','cardContainer','platformCard','cardHeader','recommendedBadge','recommendedBadgeText','Highly\x20Recommended','Mpazf','NUXpU','customToggleThumb','platformCardDescription','refreshFrequencySection','refreshFrequencyTitle','CaExu','refreshFrequencyDescription','gkCEF','refreshSegmentedControl','value','refreshSegment','refreshSegmentSelected','refreshSegmentText','refreshSegmentTextSelected','refreshFrequencyHint','wFPbj','FRVUn','bottomButtonContainer','buttonWrapper','Continue','pETFl','holdProgressBar','mNCPt','skipButton','skipButtonText','cLICT','create','surface','#F0F0F3','center','600','#1C1C1E','100%','IBM\x20Plex\x20Sans','700','grey800','left','400','relative','absolute','row','#FFFFFF','transparent','#3B82F6','#EFF6FF','#FFA500','#000','space-between','#2563EB','auto','#F9FAFB','grey600','#E0E0E4','#8E8E93','Inter','#E8E8ED','500','#E5E7EB','#8B5CF6','hidden','grey300','grey500','bold'];_0xfccb=function(){return _0x3fa6ad;};return _0xfccb();}import{COLORS,SPACING}from'../theme';import{triggerHaptic,HapticType}from'../utils/haptics';import _0xd8ab0 from'./PersonaImage';import _0x1af79b from'./PrimaryButton';import _0x3506be from'./PersonalizationConsentScreen';import _0x2e29ad from'./PinCreationScreen';import _0x2f51e8 from'./PersonaLoadingScreen';import{useConnections}from'../hooks/useConnections';import{getPlatformIcon}from'../services/connectedAccountsService';import{initiateOAuth,initiateNativeAuth,hasNativeSDK}from'../services/platformAuthService';import{OAuthWebView}from'./onboarding/OAuthWebView';import{isLLMPlatform,getLLMPlatformUrl,isLinkedInPlatform}from'../utils/webviewScripts';function _0x535a(_0xfccbcd,_0x535a1f){_0xfccbcd=_0xfccbcd-0x0;const _0x4aa475=_0xfccb();let _0x1a6104=_0x4aa475[_0xfccbcd];return _0x1a6104;}import{setTemporaryPin}from'../services/pinStorageUtils';import AsyncStorage from'@react-native-async-storage/async-storage';export const MODEL_REFRESH_OPTIONS=[{'value':'daily','label':_0x535a(0x0),'description':'Always\x20up-to-date\x20data.'},{'value':_0x535a(0x1),'label':_0x535a(0x2),'description':'Balanced\x20freshness\x20and\x20efficiency.'},{'value':_0x535a(0x3),'label':_0x535a(0x4),'description':_0x535a(0x5)}];const PlatformConnectorsStep=({onUpdate:_0x355f13,onSkip:_0x11ff3d,loading:loading=![],onPinComplete:_0x4266e6,onReviewerBypass:_0x7971a7,onLogout:_0x967042,allowedPlatforms:_0xbd5b41,recommendedPlatforms:_0x4e1c9e,initialConnectedPlatforms:_0x308bb3,onRefreshFrequencyChange:_0x4f994a,initialRefreshFrequency:initialRefreshFrequency=_0x535a(0x1)})=>{const _0x4455e7={'NhUnp':function(_0xfde824){return _0xfde824();},'dUjCK':function(_0x397cd2,_0x5423e5){return _0x397cd2===_0x5423e5;},'tqLzU':_0x535a(0x6),'cxCYS':function(_0x2e9815,_0x4f535f){return _0x2e9815(_0x4f535f);},'rZKUY':function(_0x26ad21,_0x30e13e){return _0x26ad21===_0x30e13e;},'cYSib':_0x535a(0x7),'vaFLq':function(_0x7812af,_0x14f880){return _0x7812af>_0x14f880;},'YWOgL':function(_0x1c12aa,_0x18f282){return _0x1c12aa(_0x18f282);},'MfDSj':function(_0x15aae1,_0x544fd4){return _0x15aae1(_0x544fd4);},'lSRhg':_0x535a(0x8),'iFoSO':_0x535a(0x9),'vrymf':'grok','ofmBs':_0x535a(0xa),'FBqjz':function(_0x4a87e3,_0x332921){return _0x4a87e3!==_0x332921;},'NAGdH':_0x535a(0xb),'NVPSB':function(_0x46abca,_0x451370){return _0x46abca!==_0x451370;},'ufsbh':_0x535a(0xc),'vxasE':'user_connected_platforms','uZycr':function(_0xbcfe6a,_0x3a7f99){return _0xbcfe6a!==_0x3a7f99;},'XBogg':'xTbgf','Fqcle':_0x535a(0xd),'HruNK':_0x535a(0xe),'tLJox':_0x535a(0xf),'PxzgL':_0x535a(0x10),'JOxpS':_0x535a(0x11),'rLrsp':_0x535a(0x12),'edLqA':_0x535a(0x13),'kRTKc':function(_0x33deaf,_0x3176bd){return _0x33deaf!==_0x3176bd;},'QxJkq':_0x535a(0x14),'vqmpi':_0x535a(0x15),'fijSf':_0x535a(0x16),'XRHpX':_0x535a(0x17),'KbCFb':_0x535a(0x18),'pOcem':_0x535a(0x19),'Yxzup':_0x535a(0x1a),'Ddrve':_0x535a(0x1b),'pchGV':function(_0x49a12c,_0x3866bc){return _0x49a12c===_0x3866bc;},'vQCqX':_0x535a(0x1c),'zQDrm':_0x535a(0x1d),'mqOKc':_0x535a(0x1e),'UFLXT':function(_0x27d2c3,_0x2aaca6){return _0x27d2c3(_0x2aaca6);},'oZRxS':function(_0x216184,_0x550f9d){return _0x216184&&_0x550f9d;},'tVNkc':function(_0x47eb8e,_0x15a1f2){return _0x47eb8e===_0x15a1f2;},'HncdB':function(_0x30363b,_0x59cfba){return _0x30363b*_0x59cfba;},'CPYGM':_0x535a(0x1f),'odZtD':function(_0x2c8029,_0x194b34){return _0x2c8029(_0x194b34);},'UgIBh':_0x535a(0x20),'jdgml':function(_0x4b8abf){return _0x4b8abf();},'UfAKo':function(_0x4bc46c,_0x195e1a){return _0x4bc46c>_0x195e1a;},'BQycL':function(_0x4d52a7,_0x1dc1b8){return _0x4d52a7/_0x1dc1b8;},'ZPsKd':function(_0x340b3f,_0xb06c3e){return _0x340b3f(_0xb06c3e);},'rrYXv':function(_0x24aeed,_0x241efe){return _0x24aeed>_0x241efe;},'jypzn':function(_0x1db855,_0x108302){return _0x1db855(_0x108302);},'iiUti':_0x535a(0x21),'nnnyl':function(_0x3f8eb0,_0x3a0df0){return _0x3f8eb0(_0x3a0df0);},'YAGlo':function(_0x1a4617){return _0x1a4617();},'HNKbH':function(_0x38dea0,_0x265b8c){return _0x38dea0||_0x265b8c;},'qzNWE':_0x535a(0x22),'gJMQz':function(_0x2b6c95,_0x2b2879){return _0x2b6c95===_0x2b2879;},'CwCsr':function(_0x1f136f,_0x3875c9){return _0x1f136f===_0x3875c9;},'klGfs':_0x535a(0x23),'DynjN':_0x535a(0x24),'BZZFq':function(_0x59da8b,_0x29c01c){return _0x59da8b(_0x29c01c);},'knWsM':function(_0x4766e4,_0x432b45){return _0x4766e4(_0x432b45);},'yMjdH':function(_0xbb3672,_0x5470cd){return _0xbb3672===_0x5470cd;},'BAXGR':_0x535a(0x25),'GZMUP':function(_0x1bf67a,_0x5b1534){return _0x1bf67a(_0x5b1534);},'pOmmq':function(_0xbf6a38,_0xbff806){return _0xbf6a38(_0xbff806);},'vdwzG':function(_0x135cf0,_0xabaf41){return _0x135cf0(_0xabaf41);},'kKrFT':function(_0x21ac81,_0x4cef1c){return _0x21ac81(_0x4cef1c);},'KCYBk':'dDeem','SpYKi':_0x535a(0x26),'dwmEn':function(_0x25c8d1,_0x5a1929){return _0x25c8d1(_0x5a1929);},'wycXg':function(_0x5ee60e,_0x254971,_0x39c162){return _0x5ee60e(_0x254971,_0x39c162);},'lueWO':function(_0x58011e,_0x233928){return _0x58011e+_0x233928;},'hxzwk':'...','iyTEH':_0x535a(0x27),'Xasee':function(_0x1fbc11,_0x579f54){return _0x1fbc11(_0x579f54);},'MvBnW':function(_0x4f049c,_0x171089){return _0x4f049c(_0x171089);},'Jgpic':'WgnBl','ACStP':_0x535a(0x28),'rokyp':_0x535a(0x29),'gyyiz':function(_0xd76412,_0x5d668a){return _0xd76412(_0x5d668a);},'huppu':function(_0x1e50eb,_0x251a37){return _0x1e50eb(_0x251a37);},'yfXiu':function(_0x36ffca,_0x1ba27c){return _0x36ffca===_0x1ba27c;},'pHtfT':_0x535a(0x2a),'qyUGC':'wHyys','kbDam':function(_0x20da33,_0x386c9c){return _0x20da33(_0x386c9c);},'rJXdm':function(_0x347731,_0x102803){return _0x347731(_0x102803);},'tPDWX':function(_0x5b0512){return _0x5b0512();},'fYDBI':function(_0x1b0ad2,_0x39dc4d){return _0x1b0ad2*_0x39dc4d;},'vbgsG':function(_0x298459,_0x3923c6){return _0x298459(_0x3923c6);},'LnmeN':function(_0x3105ae){return _0x3105ae();},'AMutO':function(_0x5cdbe3,_0xdac41b){return _0x5cdbe3(_0xdac41b);},'zkGtT':'unerb','xBMNZ':_0x535a(0x2b),'lnSSU':function(_0x36f782,_0x320cee){return _0x36f782(_0x320cee);},'QEtfK':function(_0x1eb1fa,_0x1428ff){return _0x1eb1fa(_0x1428ff);},'IZftF':function(_0x2448bc,_0x303079){return _0x2448bc===_0x303079;},'mUeTr':_0x535a(0x2c),'UeDTS':function(_0x4d0c4c,_0x40348d){return _0x4d0c4c(_0x40348d);},'rZdGT':function(_0x310de3,_0x409724){return _0x310de3(_0x409724);},'YsjiI':function(_0x1dd22e,_0xc0842c){return _0x1dd22e(_0xc0842c);},'oBJVD':'❌\x20[STORAGE]\x20Error\x20removing\x20from\x20user_connected_platforms:','gfsuQ':function(_0x1079ef,_0x3220ef){return _0x1079ef===_0x3220ef;},'bTRMz':_0x535a(0x2d),'BMLKx':_0x535a(0x2e),'PuAwa':_0x535a(0x2f),'TjVuP':function(_0x5147df,_0x3372cf){return _0x5147df!==_0x3372cf;},'DrAqT':_0x535a(0x30),'WmMIH':_0x535a(0x31),'Wqikp':function(_0x3332bf,_0x13e7c0){return _0x3332bf(_0x13e7c0);},'WqGaT':'HkPgh','MusPK':'cBzzp','GyTHS':function(_0x1cfa1c,_0x3d4e7c){return _0x1cfa1c(_0x3d4e7c);},'FPUvF':function(_0x4b635a,_0x40fd5a){return _0x4b635a===_0x40fd5a;},'oNQYs':'zioYZ','BGVvB':function(_0x37c0f3,_0x13fc6d){return _0x37c0f3(_0x13fc6d);},'zndHa':function(_0x342ebf,_0x379a72){return _0x342ebf(_0x379a72);},'CVnlC':function(_0x1a7986,_0x4c5dbe){return _0x1a7986(_0x4c5dbe);},'wsHkG':_0x535a(0x32),'PjYuj':'error','gdNrm':function(_0x24c08a,_0x4f1d43){return _0x24c08a===_0x4f1d43;},'avUmj':'ZPQKH','CcPRk':function(_0x4d271f,_0x130e24){return _0x4d271f(_0x130e24);},'RgmXL':_0x535a(0x33),'fwonl':function(_0x5f88cb,_0x4dceaa){return _0x5f88cb(_0x4dceaa);},'NSdXa':_0x535a(0x34),'MEaLg':_0x535a(0x35),'GmIRn':_0x535a(0x36),'RJbMb':_0x535a(0x37),'aQfyb':function(_0x56cfc9,_0xeb6c56){return _0x56cfc9(_0xeb6c56);},'XPnuL':function(_0x5f2f7a,_0x442d12){return _0x5f2f7a(_0x442d12);},'NqBVw':function(_0x25fd38,_0x35a7f5){return _0x25fd38(_0x35a7f5);},'AjZNW':function(_0x25064b,_0x5333d1){return _0x25064b(_0x5333d1);},'TjZwH':function(_0x547e21,_0x3a4ec){return _0x547e21(_0x3a4ec);},'MyZBD':function(_0x5d650d,_0x39eddc){return _0x5d650d(_0x39eddc);},'ZFRZr':_0x535a(0x38),'eFpQl':_0x535a(0x39),'cLkRx':function(_0x439c94,_0x49f468){return _0x439c94&&_0x49f468;},'NkdJV':_0x535a(0x3a),'SRUxT':function(_0x1f8c16){return _0x1f8c16();},'kfewW':function(_0x449730,_0x5a2831){return _0x449730(_0x5a2831);},'NYHaJ':_0x535a(0x3b),'uDmXN':_0x535a(0x3c),'FHICL':function(_0x509f61){return _0x509f61();},'XmrZA':function(_0x10b1b6,_0x53f5db,_0x30f1b7){return _0x10b1b6(_0x53f5db,_0x30f1b7);},'MVKaL':_0x535a(0x3d),'uHyra':function(_0x30cac7,_0x4ceb31){return _0x30cac7(_0x4ceb31);},'KnGdH':function(_0x110cac,_0x53ef84){return _0x110cac(_0x53ef84);},'edDru':_0x535a(0x3e),'dbrag':function(_0x142bca,_0x49f81d){return _0x142bca(_0x49f81d);},'EnLVA':function(_0x5ce975,_0x5776b9){return _0x5ce975===_0x5776b9;},'yVSma':function(_0x42c6d6,_0x78ad0f){return _0x42c6d6!==_0x78ad0f;},'eOCHl':_0x535a(0x3f),'LaRKl':function(_0x239aaf,_0xf11951){return _0x239aaf||_0xf11951;},'OizTH':'...)','uSKpL':_0x535a(0x40),'PZyzJ':function(_0x235e33,_0xc0e4e9){return _0x235e33(_0xc0e4e9);},'cQrGl':_0x535a(0x41),'FwbFy':function(_0x3fb0e2,_0x304f93){return _0x3fb0e2(_0x304f93);},'eRCYk':function(_0xcf3e52,_0x784202){return _0xcf3e52(_0x784202);},'BZZhF':function(_0x1fcb7d,_0x421af2){return _0x1fcb7d===_0x421af2;},'jFYoM':function(_0x3eb690,_0x4937f3){return _0x3eb690===_0x4937f3;},'buaPk':function(_0xebe83c,_0x5482f){return _0xebe83c===_0x5482f;},'rqpnz':_0x535a(0x42),'hAbsZ':function(_0x3f8b20,_0x3b3198){return _0x3f8b20===_0x3b3198;},'LyJuC':function(_0x2c474c,_0x27ac04){return _0x2c474c===_0x27ac04;},'Mpazf':_0x535a(0x43),'NUXpU':_0x535a(0x44),'fvHfh':function(_0x3335d9,_0x457245){return _0x3335d9(_0x457245);},'kmxiN':function(_0x1dfbd9,_0x206a5a){return _0x1dfbd9(_0x206a5a);},'hfFft':function(_0xb0e7e1,_0xb30a9){return _0xb0e7e1(_0xb30a9);},'Ctdri':function(_0x45dfb2,_0x4826e8){return _0x45dfb2(_0x4826e8);},'OkbEp':function(_0xd74318,_0x38981e){return _0xd74318(_0x38981e);},'evqTd':function(_0x27aee7,_0x3a48c2){return _0x27aee7(_0x3a48c2);},'vPGZr':function(_0x5ae76c,_0x5a5419){return _0x5ae76c(_0x5a5419);},'PpeQg':function(_0x4091d6,_0xbf49be){return _0x4091d6(_0xbf49be);},'EBtiR':function(_0xec4869,_0x5ed3c9,_0x51f154){return _0xec4869(_0x5ed3c9,_0x51f154);},'mAjqU':_0x535a(0x45),'mOeNB':function(_0x2dc00b,_0x499446){return _0x2dc00b(_0x499446);},'QpYpg':'Use\x20your\x20watch\x20history,\x20likes,\x20and\x20subscriptions\x20to\x20enrich\x20your\x20model.','vNVRj':'reddit','YaKBW':_0x535a(0x46),'oLeuJ':_0x535a(0x47),'kPbvD':_0x535a(0x48),'wuouC':_0x535a(0x49),'ZpNWv':_0x535a(0x4a),'DfLFE':_0x535a(0x4b),'pVGDR':_0x535a(0x4c),'EvbAU':'Grok','JHJeR':_0x535a(0x4d),'JqfVw':'iCyim','gcGjQ':_0x535a(0x4e),'vkoQb':_0x535a(0x4f),'bYGjx':_0x535a(0x50),'HJHFV':function(_0x111f65,_0x1b3a3e){return _0x111f65<=_0x1b3a3e;},'KIJTF':_0x535a(0x51),'naVvZ':function(_0x215c2c,_0x52bea3){return _0x215c2c>_0x52bea3;},'CaExu':_0x535a(0x52),'gkCEF':_0x535a(0x53),'wFPbj':function(_0x156959,_0x33b19d){return _0x156959===_0x33b19d;},'FRVUn':function(_0x3dfabe,_0x3c1c69){return _0x3dfabe===_0x3c1c69;},'pETFl':function(_0x2eae8b,_0x21e66b){return _0x2eae8b||_0x21e66b;},'mNCPt':'100%','cLICT':_0x535a(0x54)};var _0x4f05aa;const [_0xccc9b5,_0x53a211]=_0x4455e7['vbgsG'](useState,()=>new Set(_0x308bb3||[])),[_0x9e799d,_0x1ccfd8]=_0x4455e7['NqBVw'](useState,![]),[_0x5e66bb,_0x3ccb87]=useState(![]),[_0x3dab85,_0x17c679]=useState(![]),[_0x50e6f5,_0x13160e]=_0x4455e7[_0x535a(0x55)](useState,''),[_0x3dd25f,_0x195111]=_0x4455e7[_0x535a(0x56)](useState,{}),[_0x13e502,_0x836274]=_0x4455e7['TjZwH'](useState,![]),[_0x57fb78,_0x3a35d1]=_0x4455e7[_0x535a(0x57)](useState,''),[_0x2fce67,_0x4155ba]=_0x4455e7[_0x535a(0x57)](useState,''),[_0x55ae8a,_0x530a4c]=_0x4455e7[_0x535a(0x58)](useState,null),[_0x472958,_0x295c7f]=useState(0x0),_0x1984db=_0x4455e7[_0x535a(0x59)](useRef,new Animated['Value'](0x0))[_0x535a(0x5a)],[_0x5524c2,_0x519662]=_0x4455e7['Ctdri'](useState,''),_0x22825a=_0x4455e7['fvHfh'](useRef,null),[_0x386012,_0xde9595]=_0x4455e7['vbgsG'](useState,!![]),_0x28e7be=useRef(new Animated[(_0x535a(0x5b))](0x0))[_0x535a(0x5a)],[_0x24670d,_0x464ec1]=useState(0x0),_0x21abe3=useRef(0x0),[_0xcfe5f9,_0x2622f2]=_0x4455e7['OkbEp'](useState,''),[_0x2f1e38,_0x3ed848]=useState(0x0),[_0x4d5787,_0x2aa566]=_0x4455e7['kfewW'](useState,'Initializing...'),[_0x35540a,_0xbe3576]=_0x4455e7[_0x535a(0x5c)](useState,![]),[_0x90ba84,_0x56cda2]=useState(![]),[_0x54aab2,_0x1943e7]=_0x4455e7['dbrag'](useState,null),[_0x51f239,_0xc94a15]=_0x4455e7[_0x535a(0x59)](useState,null),_0x131fed=useRef(null),[_0xf71425,_0x20105a]=_0x4455e7[_0x535a(0x5d)](useState,![]),[_0x18deb1,_0x295456]=_0x4455e7[_0x535a(0x5e)](useState,''),[_0x3d5c91,_0x1ef0d7]=_0x4455e7['vPGZr'](useState,null),[_0x142ca3,_0x504b3c]=_0x4455e7['PpeQg'](useState,![]),[_0x47c9e2,_0x2591ba]=useState(![]),[_0x2a2ee8,_0x4b8cb3]=useState(null),[_0x274f4d,_0x34282e]=_0x4455e7[_0x535a(0x5f)](useState,initialRefreshFrequency),{connectPlatform:_0x2383ab,disconnectPlatform:_0x1c94b7,isConnecting:_0x1ab6b0}=_0x4455e7[_0x535a(0x60)](useConnections),_0x106a7c=null;_0x4455e7[_0x535a(0x61)](useEffect,()=>{const _0x572196={'aTIjL':function(_0x45b1e3,_0x307793){return _0x4455e7['cxCYS'](_0x45b1e3,_0x307793);},'NhWCf':_0x535a(0x31),'qWXKU':function(_0x4d171f,_0x3e72e5){return _0x4455e7[_0x535a(0x62)](_0x4d171f,_0x3e72e5);},'oNpMr':function(_0x3e1bd1,_0x20f2ad){return _0x4455e7[_0x535a(0x63)](_0x3e1bd1,_0x20f2ad);},'HaKdK':_0x535a(0x64),'sEFMo':_0x4455e7[_0x535a(0x65)]};_0x308bb3&&_0x4455e7[_0x535a(0x66)](_0x308bb3[_0x535a(0x67)],0x0)&&_0x4455e7[_0x535a(0x68)](_0x53a211,_0x32d44f=>{const _0x1361a9={'ZBmei':function(_0x1f56e3){return _0x4455e7[_0x535a(0x69)](_0x1f56e3);}};if(_0x4455e7[_0x535a(0x6a)](_0x4455e7['tqLzU'],_0x4455e7[_0x535a(0x6b)])){const _0x4a65da=new Set(_0x32d44f);let _0x5770ab=![];return _0x308bb3['forEach'](_0x1ae7b2=>{const _0x1a44af={'VtWLz':function(_0x363938,_0x47ff86){return _0x572196[_0x535a(0x6c)](_0x363938,_0x47ff86);},'YJmVS':_0x572196[_0x535a(0x6d)],'LJXLO':function(_0x3b9beb,_0x30946f){return _0x572196[_0x535a(0x6e)](_0x3b9beb,_0x30946f);}};if(_0x572196[_0x535a(0x6f)](_0x572196[_0x535a(0x70)],_0x572196['HaKdK'])){if(!_0x4a65da[_0x535a(0x71)](_0x1ae7b2)){if(_0x572196['oNpMr'](_0x572196[_0x535a(0x72)],_0x535a(0x73))){const Linking=_0x1a44af['VtWLz'](_0x365b81,0x0)['Linking'];Linking[_0x535a(0x74)](_0x1a44af[_0x535a(0x75)]);}else _0x4a65da['add'](_0x1ae7b2),_0x5770ab=!![];}}else _0x1a44af[_0x535a(0x76)](_0x2f4cfc,![]);}),_0x5770ab?_0x4a65da:_0x32d44f;}else _0x51bca5&&_0x1361a9[_0x535a(0x77)](_0xdb8967);});},[_0x308bb3]),_0x4455e7[_0x535a(0x78)](useEffect,()=>{const _0x3d0d93={'RhfbQ':function(_0x14fa17,_0x29c3dc){return _0x4455e7['rZKUY'](_0x14fa17,_0x29c3dc);}},_0x22b809=async()=>{const _0xd2a658={'lAmzX':function(_0x3cb5de,_0x586296){return _0x4455e7[_0x535a(0x79)](_0x3cb5de,_0x586296);},'khZYm':_0x4455e7[_0x535a(0x7a)],'ZHrmb':function(_0x270ae6,_0x2ba3a2){return _0x270ae6===_0x2ba3a2;},'RUWdg':function(_0x3b93b7,_0x48c9aa){return _0x4455e7[_0x535a(0x6a)](_0x3b93b7,_0x48c9aa);},'xswli':_0x4455e7['iFoSO'],'nPzoI':function(_0x5a8311,_0xb7ec45){return _0x5a8311===_0xb7ec45;},'RDpdT':'chatgpt','QitKv':_0x535a(0x12),'cGCfT':_0x4455e7['vrymf'],'jqNaR':_0x4455e7[_0x535a(0x7b)],'ubdOj':function(_0x54e446,_0x243d79){return _0x4455e7[_0x535a(0x7c)](_0x54e446,_0x243d79);},'echEO':_0x535a(0x7d),'IOByT':_0x4455e7[_0x535a(0x7e)]};try{if(_0x4455e7[_0x535a(0x7f)](_0x535a(0x80),_0x4455e7[_0x535a(0x81)])){console[_0x535a(0x82)]('🔄\x20[PLATFORMS]\x20Loading\x20connected\x20platforms\x20from\x20storage...');const _0xdb56f2=[],_0x8d0e4e=await AsyncStorage[_0x535a(0x83)](_0x4455e7[_0x535a(0x84)]);if(_0x8d0e4e){if(_0x4455e7[_0x535a(0x85)](_0x4455e7[_0x535a(0x86)],_0x4455e7[_0x535a(0x86)])){const _0x3b6812=_0x144bab===_0x11d3f7['id'],_0x596e6c=_0x4a21b9[_0x535a(0x71)](_0xa962a2['id']),_0x4e5cee=_0x6d7a31[_0x41e255['id']]===_0xd2a658[_0x535a(0x87)];return React[_0x535a(0x88)](TouchableOpacity,{'key':_0x5d54b9['id'],'style':[_0x252b8d[_0x535a(0x89)],_0x3b6812&&_0x20eefa[_0x535a(0x8a)]],'onPress':()=>{_0x576c8e(_0x4e8bc5[_0x535a(0x8b)]),_0xd2a658['lAmzX'](_0x26854a,_0x1283fd['id']);},'activeOpacity':0.7},React[_0x535a(0x88)](Image,{'source':_0x25912d['icon'],'style':[_0x3f9f93[_0x535a(0x8c)],_0xd2a658[_0x535a(0x8d)](_0x4c39f6['id'],_0x535a(0x45))&&_0x54599d[_0x535a(0x8e)],_0xd2a658[_0x535a(0x8f)](_0x58d031['id'],_0xd2a658[_0x535a(0x90)])&&_0x34298e[_0x535a(0x91)],_0x174abb['id']===_0x535a(0x42)&&_0x5cae83[_0x535a(0x92)],_0xd2a658[_0x535a(0x93)](_0x4454fa['id'],_0xd2a658[_0x535a(0x94)])&&_0x11bf46['chatgptIcon'],_0x1c033c['id']===_0xd2a658[_0x535a(0x95)]&&_0x3e2233['claudeIcon'],_0x11e860['id']===_0xd2a658[_0x535a(0x96)]&&_0x113866[_0x535a(0x97)]],'resizeMode':_0xd2a658['jqNaR']}),_0x4e5cee&&React['createElement'](View,{'style':_0x57b8f4[_0x535a(0x98)]}),_0x596e6c&&React[_0x535a(0x88)](View,{'style':_0x570371[_0x535a(0x99)]}));}else{const _0x5462e1=JSON[_0x535a(0x9a)](_0x8d0e4e);Array[_0x535a(0x9b)](_0x5462e1)&&(_0xdb56f2[_0x535a(0x9c)](..._0x5462e1),console[_0x535a(0x82)](_0x4455e7[_0x535a(0x9d)],_0x5462e1));}}const _0x5506df=await AsyncStorage[_0x535a(0x83)](_0x4455e7[_0x535a(0x9e)]);if(_0x5506df){const _0x38a7d4=JSON[_0x535a(0x9a)](_0x5506df);Array[_0x535a(0x9b)](_0x38a7d4)&&(_0x4455e7[_0x535a(0x9f)]!==_0x4455e7[_0x535a(0x9f)]?!_0x3b7839[_0x535a(0x71)](_0xaa2ee)&&(_0x1f14ae[_0x535a(0xa0)](_0x4a727b),_0x2d2e6e=!![]):(_0x38a7d4[_0x535a(0xa1)](_0x3d63c3=>{var _0x447b72;const _0x3c0c7b=(_0x447b72=_0x3d63c3[_0x535a(0xa2)])===null||_0x3d0d93[_0x535a(0xa3)](_0x447b72,void 0x0)?void 0x0:_0x447b72[_0x535a(0xa4)]();_0x3c0c7b&&!_0xdb56f2[_0x535a(0xa5)](_0x3c0c7b)&&_0xdb56f2[_0x535a(0x9c)](_0x3c0c7b);}),console[_0x535a(0x82)](_0x4455e7[_0x535a(0xa6)],_0x38a7d4[_0x535a(0xa7)](_0x13977b=>_0x13977b[_0x535a(0xa2)]))));}const _0x599656=[_0x4455e7[_0x535a(0xa8)],_0x4455e7['rLrsp'],_0x4455e7[_0x535a(0xa9)],_0x4455e7[_0x535a(0xaa)]];for(const _0x2adfb1 of _0x599656){const _0x24a106=await AsyncStorage[_0x535a(0x83)]('@onairos:llm_connected:'+_0x2adfb1);if(_0x24a106){if(_0x4455e7['kRTKc'](_0x4455e7[_0x535a(0xab)],_0x4455e7['vqmpi'])){const _0x20061c=JSON[_0x535a(0x9a)](_0x24a106);_0x20061c[_0x535a(0xac)]&&!_0xdb56f2[_0x535a(0xa5)](_0x2adfb1)&&(_0xdb56f2[_0x535a(0x9c)](_0x2adfb1),console[_0x535a(0x82)](_0x535a(0xad)+_0x2adfb1));}else Animated[_0x535a(0xae)](Animated['sequence']([Animated[_0x535a(0xaf)](_0x16d9ab,{'toValue':0x1,'duration':0x3e8,'useNativeDriver':!![]}),Animated[_0x535a(0xaf)](_0x538948,{'toValue':0x0,'duration':0x3e8,'useNativeDriver':!![]})]))[_0x535a(0xb0)]();}}const _0x5484f2=await AsyncStorage['getItem'](_0x4455e7[_0x535a(0xb1)]);if(_0x5484f2){const _0x316733=JSON['parse'](_0x5484f2);if(_0x316733[_0x535a(0xac)]&&!_0xdb56f2['includes'](_0x535a(0x19))){if(_0x4455e7['rZKUY'](_0x4455e7[_0x535a(0xb2)],_0x4455e7[_0x535a(0xb3)])){const _0x2273a6=_0x40ba63[_0x535a(0x9a)](_0x19e5c4);_0x2273a6[_0x535a(0xac)]&&!_0xd30527[_0x535a(0xa5)](_0x33ae5e)&&(_0x190576[_0x535a(0x9c)](_0x39cd30),_0xb3f856['log'](_0x535a(0xad)+_0x476361));}else _0xdb56f2[_0x535a(0x9c)](_0x4455e7[_0x535a(0xb4)]),console['log'](_0x4455e7[_0x535a(0xb5)]);}}_0x4455e7[_0x535a(0x66)](_0xdb56f2[_0x535a(0x67)],0x0)&&_0x4455e7[_0x535a(0x62)](_0x53a211,_0x4e711d=>{const _0x4c287f={'bLszA':function(_0x3fe833,_0x37434c){return _0x3fe833(_0x37434c);}},_0x4b651b=new Set(_0x4e711d);let _0x39071b=![];return _0xdb56f2[_0x535a(0xa1)](_0x5d5f4c=>{_0xd2a658['ubdOj'](_0xd2a658['echEO'],_0xd2a658[_0x535a(0xb6)])?!_0x4b651b['has'](_0x5d5f4c)&&(_0x4b651b[_0x535a(0xa0)](_0x5d5f4c),_0x39071b=!![]):(_0x1d76cc(![]),_0x4c287f[_0x535a(0xb7)](_0x2ba100,!![]));}),_0x39071b&&console[_0x535a(0x82)](_0x535a(0xb8),Array[_0x535a(0xb9)](_0x4b651b)),_0x39071b?_0x4b651b:_0x4e711d;});}else _0x2cf6e8['push'](..._0x2ba8e7),_0x4764c2['log'](_0x535a(0xd),_0x315eac);}catch(_0x1230c2){console[_0x535a(0xba)](_0x4455e7[_0x535a(0xbb)],_0x1230c2);}};_0x22b809();},[]),_0x4455e7[_0x535a(0x61)](useEffect,()=>{const _0x28f038={'pJGGH':function(_0x5971a2,_0x3dc97a){return _0x5971a2(_0x3dc97a);}},_0x1df66d=async()=>{if(_0x4455e7[_0x535a(0xbc)](_0x4455e7[_0x535a(0xbd)],_0x4455e7[_0x535a(0xbe)]))_0x28f038[_0x535a(0xbf)](_0x11b17f,!![]);else try{if(_0x4455e7['mqOKc']===_0x535a(0x1e)){const _0x4a1429=await AsyncStorage[_0x535a(0x83)](_0x535a(0x1f));if(_0x4a1429&&!_0xcfe5f9){_0x4455e7[_0x535a(0xc0)](_0x2622f2,_0x4a1429);return;}if(_0x4455e7[_0x535a(0xc1)](_0x106a7c,!_0xcfe5f9)){var _0x38187f;const _0x4217c1=(_0x4455e7['tVNkc'](_0x106a7c,null)||_0x106a7c===void 0x0||_0x4455e7[_0x535a(0x63)](_0x38187f=_0x106a7c[_0x535a(0xc2)],null)||_0x4455e7['pchGV'](_0x38187f,void 0x0)?void 0x0:_0x38187f[_0x535a(0xc3)]('@')[0x0])||(_0x4455e7[_0x535a(0xc4)](_0x106a7c,null)||_0x106a7c===void 0x0?void 0x0:_0x106a7c[_0x535a(0xc5)])||_0x535a(0xc6)+Math[_0x535a(0xc7)](_0x4455e7['HncdB'](Math[_0x535a(0xc8)](),0x2710));_0x4455e7[_0x535a(0x62)](_0x2622f2,_0x4217c1),await AsyncStorage['setItem'](_0x4455e7[_0x535a(0xc9)],_0x4217c1);return;}if(!_0xcfe5f9){const _0x118f6e=_0x535a(0xca)+Math[_0x535a(0xc7)](_0x4455e7[_0x535a(0xcb)](Math[_0x535a(0xc8)](),0x2710));_0x4455e7[_0x535a(0xcc)](_0x2622f2,_0x118f6e),await AsyncStorage['setItem'](_0x4455e7['CPYGM'],_0x118f6e);}}else _0x28f038['pJGGH'](_0x3f764f,_0x2947b7[_0x535a(0x8b)]),_0x25bb4f&&_0x51ef9f();}catch(_0x2778a0){console['error'](_0x4455e7[_0x535a(0xcd)],_0x2778a0);const _0x3f2551='user_'+Math['floor'](Math['random']()*0x2710);_0x4455e7[_0x535a(0x62)](_0x2622f2,_0x3f2551);}};_0x4455e7[_0x535a(0xce)](_0x1df66d);},[_0x106a7c,_0xcfe5f9]),_0x4455e7[_0x535a(0xcf)](useEffect,()=>{_0x386012&&Animated['loop'](Animated[_0x535a(0xd0)]([Animated[_0x535a(0xaf)](_0x28e7be,{'toValue':0x1,'duration':0x3e8,'useNativeDriver':!![]}),Animated[_0x535a(0xaf)](_0x28e7be,{'toValue':0x0,'duration':0x3e8,'useNativeDriver':!![]})]))[_0x535a(0xb0)]();},[_0x386012]);const _0x3a3129=_0x4455e7['XmrZA'](useCallback,_0x202eb6=>{const _0x147c2f=_0x202eb6[_0x535a(0xd1)][_0x535a(0xd2)]['x'],_0x39ac48=_0x202eb6[_0x535a(0xd1)][_0x535a(0xd3)][_0x535a(0xd4)],_0x4f0758=_0x202eb6[_0x535a(0xd1)][_0x535a(0xd5)][_0x535a(0xd4)];_0x21abe3[_0x535a(0x5a)]=_0x147c2f;const _0xa7a46e=_0x4f0758-_0x39ac48,_0x265a38=_0x4455e7[_0x535a(0xd6)](_0xa7a46e,0x0)?_0x4455e7[_0x535a(0xd7)](_0x147c2f,_0xa7a46e):0x0;_0x4455e7[_0x535a(0xd8)](_0x464ec1,_0x265a38),_0x4455e7[_0x535a(0xd9)](_0x147c2f,0xa)&&_0x386012&&_0x4455e7[_0x535a(0xda)](_0xde9595,![]);},[_0x386012]),_0x6e6581=[{'id':_0x4455e7[_0x535a(0xdb)],'name':'YouTube','icon':_0x4455e7['mOeNB'](getPlatformIcon,_0x535a(0x45)),'description':_0x4455e7['QpYpg'],'isChatPlatform':![]},{'id':_0x4455e7['vNVRj'],'name':_0x4455e7['YaKBW'],'icon':_0x4455e7['eRCYk'](getPlatformIcon,_0x4455e7['vNVRj']),'description':_0x535a(0xdc),'isChatPlatform':![]},{'id':_0x4455e7['iFoSO'],'name':_0x4455e7['oLeuJ'],'icon':getPlatformIcon(_0x535a(0x9)),'description':_0x4455e7[_0x535a(0xdd)],'isChatPlatform':![]},{'id':_0x4455e7[_0x535a(0xb4)],'name':_0x4455e7['wuouC'],'icon':getPlatformIcon(_0x4455e7['pOcem']),'description':_0x4455e7['ZpNWv'],'isChatPlatform':![]},{'id':_0x535a(0x42),'name':'Gmail','icon':getPlatformIcon(_0x4455e7[_0x535a(0xde)]),'description':'Use\x20your\x20email\x20information\x20to\x20enrich\x20your\x20model.','isChatPlatform':![]},{'id':_0x4455e7[_0x535a(0xa8)],'name':'ChatGPT','icon':_0x4455e7[_0x535a(0xdf)](getPlatformIcon,_0x4455e7['JOxpS']),'description':_0x4455e7['DfLFE'],'isChatPlatform':!![]},{'id':_0x4455e7[_0x535a(0xe0)],'name':_0x4455e7[_0x535a(0xe1)],'icon':_0x4455e7[_0x535a(0xc0)](getPlatformIcon,_0x535a(0x12)),'description':_0x535a(0xe2),'isChatPlatform':!![]},{'id':'gemini','name':_0x535a(0xe3),'icon':_0x4455e7[_0x535a(0xe4)](getPlatformIcon,_0x4455e7[_0x535a(0xa9)]),'description':_0x535a(0xe5),'isChatPlatform':!![]},{'id':_0x4455e7['vrymf'],'name':_0x4455e7[_0x535a(0xe6)],'icon':_0x4455e7[_0x535a(0xe4)](getPlatformIcon,_0x4455e7['vrymf']),'description':_0x4455e7[_0x535a(0xe7)],'isChatPlatform':!![]}],_0x3f7d11=_0xbd5b41?_0xbd5b41[_0x535a(0xa7)](_0x120e7c=>_0x6e6581[_0x535a(0xe8)](_0x1174b4=>_0x1174b4['id']===_0x120e7c))[_0x535a(0xe9)](_0x18f0ea=>_0x18f0ea!==undefined):_0x6e6581;_0x4455e7[_0x535a(0xcf)](useEffect,()=>{if(_0x4455e7[_0x535a(0x66)](_0x3f7d11[_0x535a(0x67)],0x0)){const _0x4233c9=_0x3f7d11[0x0]['id'];(!_0x5524c2||!_0x3f7d11[_0x535a(0xe8)](_0x3bacab=>_0x3bacab['id']===_0x5524c2))&&_0x519662(_0x4233c9);}},[_0xbd5b41,_0x3f7d11[_0x535a(0x67)]]);const _0x5328fe=async(_0x13d06b,_0x12f848)=>{const _0x35a4bb={'qQiax':function(_0x584965,_0x16bde2){return _0x584965(_0x16bde2);},'YRfNI':function(_0x4254f3){return _0x4455e7[_0x535a(0xea)](_0x4254f3);},'fUAst':function(_0x8afdfc,_0x50cf61,_0x465333){return _0x8afdfc(_0x50cf61,_0x465333);}};_0x4455e7[_0x535a(0xd8)](triggerHaptic,HapticType[_0x535a(0x8b)]),console['log']('🔄\x20[TOGGLE]\x20Platform\x20toggle:\x20'+_0x13d06b+_0x535a(0xeb)+_0x12f848);try{if(_0x12f848){const _0x2253ac=await AsyncStorage[_0x535a(0x83)](_0x535a(0x1f)),_0x37c812=_0x4455e7[_0x535a(0xec)](_0x2253ac,_0xcfe5f9);console[_0x535a(0x82)]('👤\x20[TOGGLE]\x20Username\x20check\x20-\x20stored:\x20\x22'+_0x2253ac+_0x535a(0xed)+_0xcfe5f9+_0x535a(0xee)+_0x37c812+'\x22');if(!_0x37c812||_0x37c812[_0x535a(0xef)]()===''){console[_0x535a(0xba)](_0x4455e7['qzNWE']);return;}const _0x310c28=_0x6e6581[_0x535a(0xe8)](_0x1c11dd=>_0x1c11dd['id']===_0x13d06b),_0x279ff2=(_0x4455e7[_0x535a(0xbc)](_0x310c28,null)||_0x4455e7[_0x535a(0xf0)](_0x310c28,void 0x0)?void 0x0:_0x310c28[_0x535a(0xf1)])||isLLMPlatform(_0x13d06b);if(_0x279ff2){if(_0x4455e7['CwCsr'](_0x4455e7[_0x535a(0xf2)],_0x4455e7[_0x535a(0xf3)]))!_0x846978['has'](_0x271a39)&&(_0x230d0a[_0x535a(0xa0)](_0x5dfae0),_0x1393b5=!![]);else{console[_0x535a(0x82)](_0x535a(0xf4)+_0x13d06b+_0x535a(0xf5)),_0x4455e7[_0x535a(0x62)](_0x4155ba,_0x13d06b),_0x195111(_0x922b84=>({..._0x922b84,[_0x13d06b]:_0x535a(0x8)}));const _0x4201f8=_0x4455e7[_0x535a(0xda)](getLLMPlatformUrl,_0x13d06b);_0x4201f8?(console['log']('🌐\x20[LLM]\x20Opening\x20'+_0x13d06b+_0x535a(0xf6),_0x4201f8),_0x4455e7[_0x535a(0xf7)](_0x3a35d1,_0x4201f8),_0x836274(!![])):(console['error']('❌\x20[LLM]\x20No\x20URL\x20configured\x20for\x20platform:\x20'+_0x13d06b),_0x195111(_0x51913c=>({..._0x51913c,[_0x13d06b]:'error'})),_0x4455e7[_0x535a(0x79)](triggerHaptic,HapticType[_0x535a(0xf8)]));return;}}if(_0x4455e7[_0x535a(0xf9)](isLinkedInPlatform,_0x13d06b)){if(_0x4455e7[_0x535a(0xfa)](_0x535a(0x25),_0x4455e7[_0x535a(0xfb)])){console[_0x535a(0x82)]('💼\x20[LINKEDIN]\x20Opening\x20WebView\x20for\x20LinkedIn\x20login...'),_0x4455e7[_0x535a(0xf7)](_0x4155ba,_0x13d06b),_0x4455e7[_0x535a(0xfc)](_0x195111,_0x9b84e2=>({..._0x9b84e2,[_0x13d06b]:'connecting'}));const _0x1f4a67=_0x535a(0xfd);console[_0x535a(0x82)](_0x535a(0xfe),_0x1f4a67),_0x4455e7[_0x535a(0xff)](_0x3a35d1,_0x1f4a67),_0x4455e7[_0x535a(0x100)](_0x836274,!![]);return;}else _0x487f7b[_0x535a(0xba)](_0x4455e7[_0x535a(0x101)],_0x4be635);}if(_0x4455e7['vdwzG'](hasNativeSDK,_0x13d06b)){_0x4455e7[_0x535a(0x68)](_0x4155ba,_0x13d06b),_0x4455e7[_0x535a(0x100)](_0x195111,_0x34114f=>({..._0x34114f,[_0x13d06b]:_0x535a(0x8)}));const _0x1987b2=await initiateNativeAuth(_0x13d06b,_0x37c812);if(_0x1987b2){const _0x21b9e0=new Set(_0xccc9b5);_0x21b9e0[_0x535a(0xa0)](_0x13d06b),_0x4455e7[_0x535a(0xfc)](_0x53a211,_0x21b9e0),_0x4455e7[_0x535a(0xda)](_0x195111,_0x382aac=>({..._0x382aac,[_0x13d06b]:_0x535a(0xac)})),_0x4455e7[_0x535a(0x5e)](triggerHaptic,HapticType[_0x535a(0x102)]);}else _0x4455e7[_0x535a(0xbc)]('xicAv',_0x4455e7[_0x535a(0x103)])?_0x4455e7['nnnyl'](_0x35588b,![]):(_0x195111(_0xe9a97b=>({..._0xe9a97b,[_0x13d06b]:_0x535a(0xba)})),_0x4455e7[_0x535a(0xc0)](triggerHaptic,HapticType[_0x535a(0xf8)]));}else{if('YUwOI'===_0x4455e7[_0x535a(0x104)]){console['log'](_0x535a(0x105)+_0x13d06b+_0x535a(0x106)),_0x4455e7[_0x535a(0x79)](_0x4155ba,_0x13d06b),_0x4455e7['dwmEn'](_0x195111,_0x5a33cb=>({..._0x5a33cb,[_0x13d06b]:'connecting'}));const _0xe2e7e2=await _0x4455e7[_0x535a(0x78)](initiateOAuth,_0x13d06b,_0x37c812);console[_0x535a(0x82)]('🔗\x20[TOGGLE]\x20OAuth\x20URL\x20result\x20for\x20'+_0x13d06b+':',_0xe2e7e2?_0x4455e7[_0x535a(0x107)](_0xe2e7e2[_0x535a(0x108)](0x0,0x32),_0x4455e7[_0x535a(0x109)]):_0x4455e7[_0x535a(0x10a)]),_0xe2e7e2?(console['log'](_0x535a(0x10b)+_0x13d06b),_0x4455e7[_0x535a(0x10c)](_0x3a35d1,_0xe2e7e2),_0x836274(!![])):(console['error'](_0x535a(0x10d)+_0x13d06b+_0x535a(0x10e)),_0x195111(_0x5a51e1=>({..._0x5a51e1,[_0x13d06b]:_0x535a(0xba)})),_0x4455e7[_0x535a(0x79)](triggerHaptic,HapticType[_0x535a(0xf8)]));}else _0x581ea9(_0x40b256),_0x35a4bb[_0x535a(0x10f)](_0x4f0c1c,_0x7399c8),_0x1dfced(![]),_0x48bf37(!![]);}}else{await _0x4455e7[_0x535a(0x110)](_0x1c94b7,_0x13d06b);const _0xa0b696=new Set(_0xccc9b5);_0xa0b696[_0x535a(0x111)](_0x13d06b),_0x4455e7[_0x535a(0x112)](_0x53a211,_0xa0b696),_0x4455e7[_0x535a(0xcc)](_0x195111,_0x262a6c=>({..._0x262a6c,[_0x13d06b]:'disconnected'})),_0x4455e7[_0x535a(0xf9)](triggerHaptic,HapticType['BUTTON_PRESS']);try{const _0x1dc4c4=await AsyncStorage[_0x535a(0x83)](_0x4455e7[_0x535a(0x84)]);if(_0x1dc4c4){const _0x4833a9=JSON[_0x535a(0x9a)](_0x1dc4c4),_0x468836=_0x4833a9[_0x535a(0xe9)](_0x2a32d3=>_0x2a32d3[_0x535a(0xa4)]()!==_0x13d06b[_0x535a(0xa4)]());await AsyncStorage[_0x535a(0x113)](_0x4455e7[_0x535a(0x84)],JSON[_0x535a(0x114)](_0x468836)),console[_0x535a(0x82)](_0x535a(0x115)+_0x13d06b+_0x535a(0x116),_0x468836);}}catch(_0x17c9df){console['error'](_0x535a(0x117),_0x17c9df);}await AsyncStorage[_0x535a(0x118)]('@onairos:llm_connected:'+_0x13d06b),_0x4455e7['CwCsr'](_0x13d06b[_0x535a(0xa4)](),_0x535a(0x19))&&await AsyncStorage[_0x535a(0x118)](_0x535a(0x16));}}catch(_0x53982f){if(_0x4455e7['rZKUY'](_0x4455e7['Jgpic'],_0x4455e7[_0x535a(0x119)])){const _0x1d1d0d={'hIbjW':function(_0x5a149f){return _0x35a4bb[_0x535a(0x11a)](_0x5a149f);}};Animated[_0x535a(0xaf)](_0x1219fb,{'toValue':0x1,'duration':0xfa0,'useNativeDriver':![]})[_0x535a(0xb0)]();const _0x5b7b9a=_0x35a4bb[_0x535a(0x11b)](_0x5d5803,()=>{_0x49bd9a(_0xf356fd[_0x535a(0x102)]),_0x35a73e[_0x535a(0x11c)]([0x0,0x64,0x32,0x64]),_0x1d1d0d[_0x535a(0x11d)](_0x2d3c4f);},0xfa0);_0x4b9b3a(_0x5b7b9a);}else console[_0x535a(0xba)]('Error\x20toggling\x20platform\x20'+_0x13d06b+':',_0x53982f),_0x195111(_0x2dbe33=>({..._0x2dbe33,[_0x13d06b]:_0x535a(0xba)})),_0x4455e7[_0x535a(0xff)](triggerHaptic,HapticType[_0x535a(0xf8)]);}},_0xaf0321=async()=>{if(_0x4455e7[_0x535a(0xfa)](_0x4455e7['rokyp'],_0x4455e7['rokyp'])){_0x4455e7['gyyiz'](triggerHaptic,HapticType['BUTTON_PRESS']),_0x4455e7[_0x535a(0x11e)](_0x504b3c,!![]);try{_0x4455e7[_0x535a(0x11f)](_0x4455e7['pHtfT'],_0x4455e7['qyUGC'])?(_0x407c1c[_0x535a(0x9c)]('linkedin'),_0x25252e[_0x535a(0x82)](_0x4455e7[_0x535a(0xb5)])):_0x3ccb87(!![]);}finally{_0x4455e7[_0x535a(0x120)](_0x504b3c,![]);}}else _0x55f051[_0x535a(0x82)](_0x535a(0xb8),_0x1e8550[_0x535a(0xb9)](_0x41eff7));},_0x13d030=()=>{_0x4455e7[_0x535a(0x121)](triggerHaptic,HapticType[_0x535a(0x8b)]),_0x11ff3d&&_0x4455e7[_0x535a(0x122)](_0x11ff3d);},_0x5bab35=async()=>{_0x4455e7[_0x535a(0x10c)](triggerHaptic,HapticType[_0x535a(0x8b)]),_0x4455e7[_0x535a(0x123)](_0x2591ba,!![]),await new Promise(_0x5ea06b=>setTimeout(_0x5ea06b,0x32));try{if(_0x4266e6){if(_0x4455e7[_0x535a(0x11f)](_0x4455e7['zkGtT'],_0x4455e7[_0x535a(0x124)])){_0x3e5291[_0x535a(0xba)](_0x4455e7[_0x535a(0xcd)],_0x58fff2);const _0x328f0f='user_'+_0x19e82e['floor'](_0x4455e7[_0x535a(0x125)](_0x5a6dba['random'](),0x2710));_0x4455e7['vbgsG'](_0x3243cb,_0x328f0f);}else await _0x4455e7[_0x535a(0x126)](_0x4266e6,_0x50e6f5);}else await _0x4455e7[_0x535a(0x127)](_0x355f13,Array[_0x535a(0xb9)](_0xccc9b5));}finally{_0x4455e7[_0x535a(0x128)](_0x4455e7['mUeTr'],_0x4455e7[_0x535a(0x129)])?_0x4455e7[_0x535a(0x12a)](_0x2591ba,![]):_0x4455e7[_0x535a(0x12b)](_0x326a23);}},_0x1e63d4=()=>{_0x4455e7[_0x535a(0x5c)](triggerHaptic,HapticType['BUTTON_PRESS']),_0x4455e7[_0x535a(0x12c)](_0x1ccfd8,![]);},_0x173a35=async _0x380f7d=>{const _0x156a08={'JrbSu':_0x4455e7['oBJVD']};if(_0x4455e7[_0x535a(0x12d)](_0x4455e7['bTRMz'],_0x535a(0x2d))){_0x4455e7['BZZFq'](triggerHaptic,HapticType['BUTTON_PRESS']),_0x34282e(_0x380f7d);try{await AsyncStorage[_0x535a(0x113)](_0x4455e7[_0x535a(0x12e)],_0x380f7d),console[_0x535a(0x82)]('✅\x20[REFRESH]\x20Model\x20refresh\x20frequency\x20set\x20to:\x20'+_0x380f7d);}catch(_0x4e89b6){_0x4455e7[_0x535a(0x7f)](_0x535a(0x2f),_0x4455e7['PuAwa'])?(_0x3c8c56[_0x535a(0x82)](_0x535a(0x10b)+_0x1afc5b),_0x17ac78(_0x350464),_0x4455e7['YsjiI'](_0x2070e8,!![])):console[_0x535a(0xba)](_0x4455e7[_0x535a(0x101)],_0x4e89b6);}_0x4f994a&&_0x4455e7[_0x535a(0x12f)](_0x4f994a,_0x380f7d);}else _0x34854f[_0x535a(0xba)](_0x156a08[_0x535a(0x130)],_0x2ccb06);},_0x293dc8=()=>{if(_0x4455e7[_0x535a(0x131)](_0x4455e7[_0x535a(0x132)],_0x4455e7[_0x535a(0x132)]))_0x5a76ff(_0x8f812a);else{const Linking=_0x4455e7[_0x535a(0x127)](__ONAIROS_REQ_FUNC__,0x0)[_0x535a(0x133)];Linking[_0x535a(0x74)](_0x4455e7[_0x535a(0x134)]);}},_0x1cf7b8=async _0xff5e13=>{const _0x415576={'rcGwZ':function(_0x1ddd61,_0x514bb5){return _0x4455e7[_0x535a(0x55)](_0x1ddd61,_0x514bb5);}};_0x4455e7[_0x535a(0x7f)](_0x4455e7['WqGaT'],_0x4455e7[_0x535a(0x135)])?(_0x13160e(_0xff5e13),_0x4455e7[_0x535a(0x136)](setTemporaryPin,_0xff5e13),_0x4455e7[_0x535a(0xcc)](_0x3ccb87,![]),_0x4455e7['cxCYS'](_0x17c679,!![])):_0x415576[_0x535a(0x137)](_0x166805,_0x52c83d=>{const _0x3ee6c0=new _0x2a777a(_0x52c83d);let _0x3f9531=![];return _0x3147de[_0x535a(0xa1)](_0x35b9a8=>{!_0x3ee6c0[_0x535a(0x71)](_0x35b9a8)&&(_0x3ee6c0['add'](_0x35b9a8),_0x3f9531=!![]);}),_0x3f9531?_0x3ee6c0:_0x52c83d;});},_0x8a4692=()=>{const _0x7aa5e8={'GMKHC':function(_0x387d9c,_0x16fbd4){return _0x387d9c===_0x16fbd4;},'wtAQy':function(_0x5292f6,_0x3f468c){return _0x4455e7[_0x535a(0x138)](_0x5292f6,_0x3f468c);}};if(_0x4455e7[_0x535a(0x139)]===_0x535a(0x13a))_0x4455e7[_0x535a(0xda)](_0x17c679,![]),_0x4455e7[_0x535a(0x13b)](_0x1ccfd8,!![]);else{var _0x38f720;const _0x45a6e2=_0x7aa5e8[_0x535a(0x13c)](_0x38f720=_0x2276ba[_0x535a(0xa2)],null)||_0x7aa5e8[_0x535a(0x13d)](_0x38f720,void 0x0)?void 0x0:_0x38f720[_0x535a(0xa4)]();_0x45a6e2&&!_0x26cc7a[_0x535a(0xa5)](_0x45a6e2)&&_0x57d36b[_0x535a(0x9c)](_0x45a6e2);}},_0x579999=async _0x2defcd=>{const _0xaed57d={'rFbxW':_0x4455e7[_0x535a(0x13e)],'DoHSs':function(_0x193fd2,_0x97d6f2){return _0x4455e7[_0x535a(0x13f)](_0x193fd2,_0x97d6f2);},'JGVjd':function(_0x2daef8,_0x54dfc8){return _0x4455e7[_0x535a(0x5e)](_0x2daef8,_0x54dfc8);},'cIFkX':function(_0x410317,_0xd50ab6){return _0x4455e7[_0x535a(0x140)](_0x410317,_0xd50ab6);},'gIROe':function(_0x24876e,_0x4700a8){return _0x4455e7[_0x535a(0xe4)](_0x24876e,_0x4700a8);}};if(_0x2fce67){if(_0x4455e7[_0x535a(0x141)](_0x535a(0x32),_0x4455e7[_0x535a(0x142)])){_0x2cd07d[_0x535a(0xba)](_0xaed57d[_0x535a(0x143)]);return;}else{if(_0x2defcd==='success'||_0x2defcd!==_0x4455e7[_0x535a(0x144)]){if(_0x4455e7[_0x535a(0x145)](_0x4455e7['avUmj'],_0x535a(0x146))){_0x386e83[_0x535a(0x82)](_0x535a(0xf4)+_0x323c15+_0x535a(0xf5)),_0x27bd10(_0x463a42),_0xaed57d[_0x535a(0x147)](_0xfc073d,_0x2cf439=>({..._0x2cf439,[_0x1db0b5]:_0x535a(0x8)}));const _0x51e539=_0x17b354(_0x36f87e);_0x51e539?(_0x407bd2[_0x535a(0x82)]('🌐\x20[LLM]\x20Opening\x20'+_0x2e3c7c+_0x535a(0xf6),_0x51e539),_0xaed57d[_0x535a(0x148)](_0x562bd5,_0x51e539),_0xaed57d[_0x535a(0x149)](_0x11acd0,!![])):(_0x27381b['error'](_0x535a(0x14a)+_0xe5e511),_0xaed57d[_0x535a(0x148)](_0xb49c2b,_0xc5e89c=>({..._0xc5e89c,[_0x187a93]:_0x535a(0xba)})),_0xaed57d[_0x535a(0x149)](_0x848064,_0x14404a['ERROR']));return;}else{_0x4b8cb3(_0x2fce67),_0x4455e7['CcPRk'](_0x195111,_0xa3ce67=>({..._0xa3ce67,[_0x2fce67]:_0x535a(0xac)}));try{const _0x129ff9=await AsyncStorage[_0x535a(0x83)](_0x535a(0x14b)),_0x19a804=_0x129ff9?JSON[_0x535a(0x9a)](_0x129ff9):[];!_0x19a804[_0x535a(0xa5)](_0x2fce67['toLowerCase']())&&(_0x19a804[_0x535a(0x9c)](_0x2fce67[_0x535a(0xa4)]()),await AsyncStorage[_0x535a(0x113)](_0x4455e7[_0x535a(0x84)],JSON['stringify'](_0x19a804)),console['log'](_0x535a(0x14c)+_0x2fce67+_0x535a(0x14d),_0x19a804));}catch(_0x1b3092){console[_0x535a(0xba)](_0x4455e7['RgmXL'],_0x1b3092);}_0x4455e7[_0x535a(0x14e)](isLLMPlatform,_0x2fce67)&&(_0x4455e7[_0x535a(0x14f)]!==_0x4455e7['MEaLg']?(await AsyncStorage[_0x535a(0x113)]('@onairos:llm_connected:'+_0x2fce67,JSON['stringify']({'connected':!![],'platform':_0x2fce67,'connectedAt':new Date()[_0x535a(0x150)]()})),console[_0x535a(0x82)](_0x535a(0x151)+_0x2fce67+_0x535a(0x152))):_0x3e0465[_0x535a(0xba)](_0x4455e7[_0x535a(0xbb)],_0x3df14d)),_0x2fce67[_0x535a(0xa4)]()===_0x535a(0x19)&&(_0x4455e7[_0x535a(0x153)]===_0x4455e7[_0x535a(0x154)]?(_0xaed57d['JGVjd'](_0x1e6ae5,_0x3e6782),_0xaed57d[_0x535a(0x155)](_0x2192c8,null)):(await AsyncStorage[_0x535a(0x113)]('@onairos:linkedin_connected',JSON[_0x535a(0x114)]({'connected':!![],'platform':_0x4455e7['pOcem'],'connectedAt':new Date()[_0x535a(0x150)]()})),console[_0x535a(0x82)](_0x535a(0x156))));}}else _0x4455e7[_0x535a(0x157)](_0x195111,_0x4496cb=>({..._0x4496cb,[_0x2fce67]:_0x535a(0xba)})),_0x4455e7['XPnuL'](triggerHaptic,HapticType[_0x535a(0xf8)]);}}_0x4455e7[_0x535a(0x158)](_0x836274,![]),_0x4455e7['AjZNW'](_0x3a35d1,''),_0x4455e7[_0x535a(0x14e)](_0x4155ba,'');};useEffect(()=>{const _0x4dc6d1={'jMpfn':function(_0x2b83f1){return _0x2b83f1();},'CLjVF':_0x4455e7[_0x535a(0x159)],'MeRWn':_0x4455e7[_0x535a(0x15a)]};if(_0x4455e7[_0x535a(0x15b)](_0x2a2ee8,!_0x13e502)){if(_0x4455e7['yfXiu'](_0x4455e7['NkdJV'],_0x535a(0x15c))){const _0x48aff8=_0x5aeaf4[_0x535a(0x9a)](_0x26fb05);_0x315517[_0x535a(0x9b)](_0x48aff8)&&(_0x439157[_0x535a(0x9c)](..._0x48aff8),_0x52700f['log'](_0x4455e7[_0x535a(0x9d)],_0x48aff8));}else{const _0x85efcb=_0x4455e7['wycXg'](setTimeout,()=>{_0x4455e7['TjZwH'](_0x53a211,_0x5b3a67=>{const _0x360e03={'PYrGe':function(_0x2de43d){return _0x4dc6d1[_0x535a(0x15d)](_0x2de43d);}};if(_0x4dc6d1[_0x535a(0x15e)]===_0x4dc6d1['MeRWn'])_0x360e03[_0x535a(0x15f)](_0x46e8cf);else{const _0x3d2c6d=new Set(_0x5b3a67);return _0x3d2c6d[_0x535a(0xa0)](_0x2a2ee8),_0x3d2c6d;}}),_0x4455e7[_0x535a(0x160)](triggerHaptic,HapticType[_0x535a(0x102)]),console['log']('✅\x20[PERSONA]\x20Applied\x20pending\x20connection:\x20'+_0x2a2ee8),_0x4455e7[_0x535a(0x13f)](_0x4b8cb3,null);},0x12c);return()=>clearTimeout(_0x85efcb);}}},[_0x2a2ee8,_0x13e502]);const _0x366019=()=>{_0x4455e7[_0x535a(0x5f)](_0x836274,![]),_0x4455e7[_0x535a(0xfc)](_0x3a35d1,''),_0x2fce67&&(_0x4455e7[_0x535a(0x161)]!==_0x4455e7[_0x535a(0x162)]?_0x195111(_0x509a6e=>({..._0x509a6e,[_0x2fce67]:_0x535a(0x163)})):(_0x4455e7[_0x535a(0xf7)](_0x1a4b8f,_0x1cfa91['SUCCESS']),_0x351cc1[_0x535a(0x11c)]([0x0,0x64,0x32,0x64]),_0x4455e7[_0x535a(0x60)](_0x282571))),_0x4155ba('');},_0x209716=()=>{_0x4455e7[_0x535a(0x164)](_0x3ccb87,![]);},_0x23dff7=()=>{_0x7971a7&&_0x4455e7['FHICL'](_0x7971a7);},_0x31ca2d=()=>{const _0x29537d={'YaGbA':function(_0xcb059a){return _0x4455e7[_0x535a(0x12b)](_0xcb059a);}};Animated[_0x535a(0xaf)](_0x1984db,{'toValue':0x1,'duration':0xfa0,'useNativeDriver':![]})[_0x535a(0xb0)]();const _0x2617ee=_0x4455e7[_0x535a(0x61)](setTimeout,()=>{triggerHaptic(HapticType[_0x535a(0x102)]),Vibration[_0x535a(0x11c)]([0x0,0x64,0x32,0x64]),_0x29537d[_0x535a(0x165)](_0x23dff7);},0xfa0);_0x4455e7['BGVvB'](_0x530a4c,_0x2617ee);},_0x4b50cd=()=>{if(_0x55ae8a){if(_0x4455e7[_0x535a(0x6a)](_0x535a(0x166),_0x4455e7['MVKaL']))return()=>{_0x2b1603&&_0xc238a(_0x2323a8);};else _0x4455e7[_0x535a(0x167)](clearTimeout,_0x55ae8a),_0x4455e7['KnGdH'](_0x530a4c,null);}_0x1984db[_0x535a(0x168)](0x0),Animated[_0x535a(0xaf)](_0x1984db,{'toValue':0x0,'duration':0xc8,'useNativeDriver':![]})[_0x535a(0xb0)]();};_0x4455e7[_0x535a(0xcf)](useEffect,()=>{const _0xddc59e={'AlarB':function(_0x267b58){return _0x267b58();},'chANI':function(_0x417dc0,_0x23b853){return _0x4455e7['kRTKc'](_0x417dc0,_0x23b853);},'akftr':_0x4455e7[_0x535a(0x169)],'bgLaH':function(_0x184392,_0x467445){return _0x4455e7[_0x535a(0x16a)](_0x184392,_0x467445);}};return()=>{const _0xa07cf0={'owJoP':function(_0x5483c1){return _0xddc59e[_0x535a(0x16b)](_0x5483c1);}};_0xddc59e[_0x535a(0x16c)](_0xddc59e[_0x535a(0x16d)],_0xddc59e[_0x535a(0x16d)])?_0xa07cf0[_0x535a(0x16e)](_0x33454c):_0x55ae8a&&_0xddc59e[_0x535a(0x16f)](clearTimeout,_0x55ae8a);};},[_0x55ae8a]),_0x4455e7[_0x535a(0xcf)](useEffect,()=>{if(_0x4455e7[_0x535a(0x170)](_0x4455e7[_0x535a(0x171)],_0x4455e7[_0x535a(0x171)])){const _0x19b2c7={'IlbPq':function(_0x618cc7,_0x2a6b8b){return _0x4455e7['EnLVA'](_0x618cc7,_0x2a6b8b);}},_0x3c63dd=_0x38e59f[_0x535a(0x9a)](_0x1fc9cf);_0x30c08a['isArray'](_0x3c63dd)&&(_0x3c63dd[_0x535a(0xa1)](_0xe66ddb=>{var _0x62d758;const _0x43da7a=(_0x62d758=_0xe66ddb[_0x535a(0xa2)])===null||_0x19b2c7[_0x535a(0x172)](_0x62d758,void 0x0)?void 0x0:_0x62d758[_0x535a(0xa4)]();_0x43da7a&&!_0x36da4a[_0x535a(0xa5)](_0x43da7a)&&_0x51ba01[_0x535a(0x9c)](_0x43da7a);}),_0x5481a6['log'](_0x4455e7[_0x535a(0xa6)],_0x3c63dd['map'](_0x252ae2=>_0x252ae2['platform'])));}else _0x4455e7[_0x535a(0x173)](_0x13e502,_0x57fb78)&&console[_0x535a(0x82)](_0x535a(0x174)+_0x13e502+_0x535a(0x175)+(_0x57fb78?_0x4455e7[_0x535a(0x107)](_0x535a(0x176),_0x57fb78[_0x535a(0x108)](0x0,0x28))+_0x4455e7[_0x535a(0x177)]:_0x4455e7[_0x535a(0x10a)]));},[_0x13e502,_0x57fb78]);const _0x5cd193=Math[_0x535a(0x178)](0x5,Math['max'](0x1,_0x4455e7['lueWO'](_0xccc9b5[_0x535a(0x179)],0x1))),_0x1c4392=0x78,_0x1599ac=0x46;if(_0x5e66bb)return React['createElement'](_0x2e29ad,{'visible':_0x5e66bb,'onComplete':_0x1cf7b8,'onBack':_0x209716});if(_0x3dab85)return React[_0x535a(0x88)](_0x2f51e8,{'visible':_0x3dab85,'onComplete':_0x8a4692});if(_0x4455e7[_0x535a(0xc1)](_0x13e502,_0x57fb78)){if(_0x4455e7[_0x535a(0x141)](_0x4455e7[_0x535a(0x17a)],_0x4455e7['gcGjQ']))return console[_0x535a(0x82)](_0x535a(0x17b)+_0x2fce67+_0x535a(0x17c)+_0x57fb78[_0x535a(0x108)](0x0,0x3c)+_0x535a(0x106)),React[_0x535a(0x88)](OAuthWebView,{'url':_0x57fb78,'platform':_0x2fce67,'onClose':_0x366019,'onSuccess':_0x579999,'onComplete':_0x366019,'username':_0xcfe5f9});else _0x2940b4[_0x535a(0x9c)](_0x41d07a),_0x495300[_0x535a(0x82)]('✅\x20[PLATFORMS]\x20Loaded\x20LLM\x20platform:\x20'+_0x151aca);}const _0x5757e3=()=>{const _0x2eef8e={'TXXwX':function(_0x43cc61,_0x46d9aa){return _0x43cc61(_0x46d9aa);}};_0x4455e7['uSKpL']!==_0x535a(0x40)?_0x2eef8e[_0x535a(0x17d)](_0x35ede1,![]):(_0x4455e7[_0x535a(0x58)](triggerHaptic,HapticType[_0x535a(0x8b)]),_0x4455e7['YsjiI'](_0x1ccfd8,![]));};if(_0x9e799d)return React[_0x535a(0x88)](_0x3506be,{'visible':_0x9e799d,'onAccept':_0x5bab35,'onDecline':_0x1e63d4,'connectedPlatforms':Array[_0x535a(0xb9)](_0xccc9b5),'onConnectMore':_0x5757e3,'loading':_0x47c9e2});return React[_0x535a(0x88)](View,{'style':styles[_0x535a(0x17e)]},React['createElement'](ScrollView,{'style':styles[_0x535a(0x17f)],'showsVerticalScrollIndicator':![],'bounces':!![]},_0x967042&&React[_0x535a(0x88)](TouchableOpacity,{'style':styles[_0x535a(0x180)],'onPress':_0x967042,'activeOpacity':0.7},React[_0x535a(0x88)](Text,{'style':styles['backButtonText']},'‹')),React[_0x535a(0x88)](View,{'style':styles[_0x535a(0x181)]},React[_0x535a(0x88)](Text,{'style':styles[_0x535a(0x182)]},_0x4455e7[_0x535a(0x183)]),React[_0x535a(0x88)](Text,{'style':styles['subtitle']},_0x4455e7[_0x535a(0x184)])),React[_0x535a(0x88)](View,{'style':styles['personaContainer']},React[_0x535a(0x88)](_0xd8ab0,{'level':_0x5cd193,'style':styles[_0x535a(0x185)]}),React[_0x535a(0x88)](ScrollView,{'ref':_0x22825a,'horizontal':!![],'style':[styles[_0x535a(0x186)],{'bottom':_0x1c4392}],'contentContainerStyle':[styles['platformIconsScrollContent'],_0x4455e7['HJHFV'](_0x3f7d11[_0x535a(0x67)],0x4)&&styles[_0x535a(0x187)]],'showsHorizontalScrollIndicator':![],'onScroll':_0x3a3129,'scrollEventThrottle':0x10,'decelerationRate':_0x4455e7['KIJTF'],'scrollEnabled':_0x4455e7[_0x535a(0x66)](_0x3f7d11[_0x535a(0x67)],0x4)},_0x3f7d11[_0x535a(0xa7)](_0x576552=>{const _0x3295d8=_0x5524c2===_0x576552['id'],_0x512e0e=_0xccc9b5[_0x535a(0x71)](_0x576552['id']),_0x2c7616=_0x4455e7[_0x535a(0x6a)](_0x3dd25f[_0x576552['id']],_0x4455e7[_0x535a(0x7a)]);return React[_0x535a(0x88)](TouchableOpacity,{'key':_0x576552['id'],'style':[styles['platformIconButton'],_0x3295d8&&styles[_0x535a(0x8a)]],'onPress':()=>{_0x4455e7['kRTKc'](_0x535a(0x188),_0x4455e7['cQrGl'])?(_0x4455e7[_0x535a(0x189)](triggerHaptic,HapticType[_0x535a(0x8b)]),_0x4455e7[_0x535a(0x18a)](_0x519662,_0x576552['id'])):_0x5c027d&&Animated['loop'](Animated[_0x535a(0xd0)]([Animated[_0x535a(0xaf)](_0x98131a,{'toValue':0x1,'duration':0x3e8,'useNativeDriver':!![]}),Animated['timing'](_0x206a17,{'toValue':0x0,'duration':0x3e8,'useNativeDriver':!![]})]))[_0x535a(0xb0)]();},'activeOpacity':0.7},React['createElement'](Image,{'source':_0x576552[_0x535a(0x18b)],'style':[styles[_0x535a(0x8c)],_0x4455e7['BZZhF'](_0x576552['id'],_0x535a(0x45))&&styles['youtubeIcon'],_0x4455e7[_0x535a(0x18c)](_0x576552['id'],'pinterest')&&styles['pinterestIcon'],_0x4455e7[_0x535a(0x18d)](_0x576552['id'],_0x4455e7[_0x535a(0xde)])&&styles['gmailIcon'],_0x4455e7[_0x535a(0x128)](_0x576552['id'],_0x4455e7[_0x535a(0xa8)])&&styles[_0x535a(0x18e)],_0x4455e7['hAbsZ'](_0x576552['id'],'claude')&&styles[_0x535a(0x18f)],_0x4455e7['LyJuC'](_0x576552['id'],_0x4455e7['vrymf'])&&styles[_0x535a(0x97)]],'resizeMode':_0x4455e7[_0x535a(0x7b)]}),_0x2c7616&&React['createElement'](View,{'style':styles['connectingDot']}),_0x512e0e&&React[_0x535a(0x88)](View,{'style':styles[_0x535a(0x99)]}));})),_0x4455e7[_0x535a(0xd9)](_0x3f7d11[_0x535a(0x67)],0x4)&&React[_0x535a(0x88)](View,{'style':[styles[_0x535a(0x190)],{'bottom':_0x1599ac}]},React[_0x535a(0x88)](View,{'style':styles['scrollBarTrack']},React[_0x535a(0x88)](View,{'style':[styles[_0x535a(0x191)],{'left':_0x4455e7[_0x535a(0x125)](_0x24670d,0x38)}]}))),_0x386012&&_0x4455e7['naVvZ'](_0x3f7d11[_0x535a(0x67)],0x4)&&React[_0x535a(0x88)](Animated[_0x535a(0x192)],{'style':[styles[_0x535a(0x193)],{'transform':[{'translateX':_0x28e7be[_0x535a(0x194)]({'inputRange':[0x0,0x1],'outputRange':[0x0,0x8]})}],'opacity':_0x28e7be[_0x535a(0x194)]({'inputRange':[0x0,0x1],'outputRange':[0.5,0x1]})}]},React[_0x535a(0x88)](Text,{'style':styles[_0x535a(0x195)]},'›'))),React[_0x535a(0x88)](View,{'style':styles[_0x535a(0x196)]},_0x5524c2&&((()=>{const _0x1088da=_0x3f7d11[_0x535a(0xe8)](_0x22e683=>_0x22e683['id']===_0x5524c2);if(!_0x1088da)return null;const _0x35b7af=_0xccc9b5['has'](_0x5524c2),_0x1be2ba=_0x4455e7[_0x535a(0x18c)](_0x3dd25f[_0x5524c2],_0x4455e7[_0x535a(0x7a)]),_0xd0def8=_0x4455e7[_0x535a(0xf0)](_0x4e1c9e,null)||_0x4e1c9e===void 0x0?void 0x0:_0x4e1c9e[_0x535a(0xa5)](_0x5524c2);return React[_0x535a(0x88)](View,{'style':styles[_0x535a(0x197)]},React[_0x535a(0x88)](View,{'style':styles[_0x535a(0x198)]},React[_0x535a(0x88)](Text,{'style':styles['platformCardTitle']},_0x1088da['name']),_0xd0def8&&React[_0x535a(0x88)](View,{'style':styles[_0x535a(0x199)]},React[_0x535a(0x88)](Text,{'style':styles[_0x535a(0x19a)]},_0x535a(0x19b))),React[_0x535a(0x88)](TouchableOpacity,{'activeOpacity':0.8,'onPress':()=>!_0x1be2ba&&_0x5328fe(_0x5524c2,!_0x35b7af),'disabled':_0x1be2ba,'style':[styles['customToggleTrack'],{'backgroundColor':_0x35b7af?_0x4455e7[_0x535a(0x19c)]:_0x4455e7[_0x535a(0x19d)]}]},React[_0x535a(0x88)](View,{'style':[styles[_0x535a(0x19e)],{'transform':[{'translateX':_0x35b7af?0x14:0x0}]}]}))),React[_0x535a(0x88)](View,{'style':styles['descriptionContainer']},React[_0x535a(0x88)](Text,{'style':styles[_0x535a(0x19f)]},_0x1088da['description'])));})())),React[_0x535a(0x88)](View,{'style':styles[_0x535a(0x1a0)]},React[_0x535a(0x88)](Text,{'style':styles[_0x535a(0x1a1)]},_0x4455e7[_0x535a(0x1a2)]),React[_0x535a(0x88)](Text,{'style':styles[_0x535a(0x1a3)]},_0x4455e7[_0x535a(0x1a4)]),React['createElement'](View,{'style':styles[_0x535a(0x1a5)]},MODEL_REFRESH_OPTIONS[_0x535a(0xa7)](_0x22f3d2=>React['createElement'](TouchableOpacity,{'key':_0x22f3d2[_0x535a(0x1a6)],'style':[styles[_0x535a(0x1a7)],_0x274f4d===_0x22f3d2[_0x535a(0x1a6)]&&styles[_0x535a(0x1a8)]],'onPress':()=>_0x173a35(_0x22f3d2[_0x535a(0x1a6)]),'activeOpacity':0.7},React[_0x535a(0x88)](Text,{'style':[styles[_0x535a(0x1a9)],_0x274f4d===_0x22f3d2['value']&&styles[_0x535a(0x1aa)]]},_0x22f3d2['label'])))),React[_0x535a(0x88)](Text,{'style':styles[_0x535a(0x1ab)]},(_0x4455e7[_0x535a(0x1ac)](_0x4f05aa=MODEL_REFRESH_OPTIONS['find'](_0x40e82c=>_0x40e82c[_0x535a(0x1a6)]===_0x274f4d),null)||_0x4455e7[_0x535a(0x1ad)](_0x4f05aa,void 0x0)?void 0x0:_0x4f05aa['description'])||'')),React[_0x535a(0x88)](View,{'style':styles[_0x535a(0x1ae)]},React['createElement'](View,{'style':styles[_0x535a(0x1af)]},React[_0x535a(0x88)](_0x1af79b,{'label':_0x535a(0x1b0),'onPress':_0xaf0321,'disabled':loading||_0x4455e7['buaPk'](_0xccc9b5['size'],0x0)||_0x1ab6b0||_0x142ca3,'loading':_0x4455e7[_0x535a(0x1b1)](loading,_0x1ab6b0)||_0x142ca3}),React[_0x535a(0x88)](TouchableOpacity,{'style':styles['buttonOverlay'],'activeOpacity':0x1,'onPressIn':_0x31ca2d,'onPressOut':_0x4b50cd,'onPress':()=>{_0x4455e7[_0x535a(0x66)](_0xccc9b5[_0x535a(0x179)],0x0)&&!loading&&!_0x1ab6b0&&!_0x142ca3&&_0xaf0321();}},React[_0x535a(0x88)](Animated['View'],{'style':[styles[_0x535a(0x1b2)],{'width':_0x1984db[_0x535a(0x194)]({'inputRange':[0x0,0x1],'outputRange':['0%',_0x4455e7[_0x535a(0x1b3)]]})}]}))),_0x11ff3d&&React['createElement'](TouchableOpacity,{'style':styles[_0x535a(0x1b4)],'onPress':_0x13d030},React[_0x535a(0x88)](Text,{'style':styles[_0x535a(0x1b5)]},_0x4455e7[_0x535a(0x1b6)])))));},styles=StyleSheet[_0x535a(0x1b7)]({'container':{'flex':0x1,'backgroundColor':COLORS[_0x535a(0x1b8)],'paddingHorizontal':0x18},'backButton':{'width':0x20,'height':0x20,'borderRadius':0x10,'backgroundColor':_0x535a(0x1b9),'alignItems':_0x535a(0x1ba),'justifyContent':_0x535a(0x1ba),'marginBottom':0x2},'backButtonText':{'fontSize':0x16,'fontWeight':_0x535a(0x1bb),'color':_0x535a(0x1bc),'marginTop':-0x2},'scrollContent':{'flex':0x1},'headingContainer':{'width':_0x535a(0x1bd),'marginBottom':SPACING['sm'],'paddingTop':0x0,'marginTop':0x0},'title':{'fontFamily':_0x535a(0x1be),'fontWeight':_0x535a(0x1bf),'fontSize':0x18,'lineHeight':0x20,'color':COLORS[_0x535a(0x1c0)],'textAlign':_0x535a(0x1c1),'marginBottom':0x4},'subtitle':{'fontFamily':'Inter','fontWeight':_0x535a(0x1c2),'fontSize':0x10,'lineHeight':0x18,'color':COLORS['grey600'],'textAlign':_0x535a(0x1c1)},'personaContainer':{'alignItems':_0x535a(0x1ba),'position':_0x535a(0x1c3),'marginTop':-0x14,'marginBottom':-0x78,'height':0x1c2},'largePersona':{'width':0x1f4,'height':0x1f4},'platformIconsOverlay':{'position':_0x535a(0x1c4),'width':'100%','height':0x46,'zIndex':0xa},'platformIconsScrollContent':{'flexDirection':_0x535a(0x1c5),'alignItems':_0x535a(0x1ba),'paddingHorizontal':0x14,'gap':0x18},'platformIconsCentered':{'flexGrow':0x1,'justifyContent':_0x535a(0x1ba)},'platformIconButton':{'width':0x34,'height':0x34,'borderRadius':0x1a,'backgroundColor':_0x535a(0x1c6),'justifyContent':'center','alignItems':_0x535a(0x1ba),'borderWidth':0x3,'borderColor':_0x535a(0x1c7),'shadowColor':'#000','shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.15,'shadowRadius':0x4,'elevation':0x4},'platformIconButtonSelected':{'borderColor':_0x535a(0x1c8),'backgroundColor':_0x535a(0x1c9)},'platformIcon':{'width':0x1e,'height':0x1e},'youtubeIcon':{'width':0x2a,'height':0x2a},'pinterestIcon':{'width':0x24,'height':0x24},'gmailIcon':{'width':0x24,'height':0x24},'chatgptIcon':{'width':0x1e,'height':0x1e},'claudeIcon':{'width':0x20,'height':0x20},'grokIcon':{'width':0x24,'height':0x24},'connectingDot':{'position':_0x535a(0x1c4),'top':0x2,'right':0x2,'width':0xc,'height':0xc,'borderRadius':0x6,'backgroundColor':_0x535a(0x1ca),'borderWidth':0x2,'borderColor':COLORS['surface']},'connectedDot':{'position':_0x535a(0x1c4),'top':0x2,'right':0x2,'width':0xc,'height':0xc,'borderRadius':0x6,'backgroundColor':'#10B981','borderWidth':0x2,'borderColor':COLORS['surface']},'cardContainer':{'alignItems':_0x535a(0x1ba),'marginTop':0x10,'marginBottom':SPACING['md']},'platformCard':{'width':0x147,'backgroundColor':_0x535a(0x1c6),'borderRadius':0x10,'padding':0x8,'shadowColor':_0x535a(0x1cb),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.1,'shadowRadius':0x8,'elevation':0x3,'gap':0xa},'cardHeader':{'flexDirection':_0x535a(0x1c5),'alignItems':_0x535a(0x1ba),'justifyContent':_0x535a(0x1cc)},'platformCardTitle':{'fontSize':0x10,'fontWeight':_0x535a(0x1bb),'color':COLORS[_0x535a(0x1c0)],'fontFamily':_0x535a(0x1be)},'recommendedBadge':{'backgroundColor':_0x535a(0x1c9),'paddingHorizontal':0xc,'paddingVertical':0x6,'borderRadius':0x10,'marginLeft':0x8},'recommendedBadgeText':{'fontSize':0xc,'fontWeight':_0x535a(0x1bb),'color':_0x535a(0x1cd),'fontFamily':_0x535a(0x1be)},'customToggleTrack':{'width':0x32,'height':0x1e,'borderRadius':0xf,'padding':0x2,'marginLeft':_0x535a(0x1ce),'marginRight':0x8,'justifyContent':_0x535a(0x1ba)},'customToggleThumb':{'width':0x1a,'height':0x1a,'borderRadius':0xd,'backgroundColor':'#FFFFFF','shadowColor':'#000','shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.2,'shadowRadius':0x2,'elevation':0x2},'descriptionContainer':{'backgroundColor':_0x535a(0x1cf),'borderRadius':0x8,'padding':0x8},'platformCardDescription':{'fontSize':0xd,'lineHeight':0x12,'color':COLORS[_0x535a(0x1d0)],'fontFamily':'Inter'},'refreshFrequencySection':{'paddingHorizontal':0x10,'paddingVertical':0x14,'marginTop':0xc,'backgroundColor':'#F5F5F7','borderRadius':0x10,'marginHorizontal':SPACING['md'],'marginBottom':0x8,'borderWidth':0x1,'borderColor':_0x535a(0x1d1)},'refreshFrequencyTitle':{'fontSize':0x11,'fontWeight':_0x535a(0x1bf),'color':_0x535a(0x1bc),'fontFamily':'IBM\x20Plex\x20Sans','marginBottom':0x4},'refreshFrequencyDescription':{'fontSize':0xe,'color':_0x535a(0x1d2),'fontFamily':_0x535a(0x1d3),'fontWeight':_0x535a(0x1c2),'marginBottom':0x10},'refreshSegmentedControl':{'flexDirection':_0x535a(0x1c5),'backgroundColor':_0x535a(0x1d4),'borderRadius':0xc,'padding':0x3},'refreshSegment':{'flex':0x1,'paddingVertical':0xa,'alignItems':_0x535a(0x1ba),'justifyContent':'center','borderRadius':0xa},'refreshSegmentSelected':{'backgroundColor':'#1C1C1E','shadowColor':_0x535a(0x1cb),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.15,'shadowRadius':0x4,'elevation':0x3},'refreshSegmentText':{'fontSize':0xf,'fontFamily':'Inter','fontWeight':_0x535a(0x1d5),'color':_0x535a(0x1d2)},'refreshSegmentTextSelected':{'fontWeight':'700','color':_0x535a(0x1c6)},'refreshFrequencyHint':{'fontSize':0xd,'fontFamily':_0x535a(0x1d3),'fontWeight':'400','color':_0x535a(0x1d2),'textAlign':_0x535a(0x1ba),'marginTop':0xc},'privacyLinkContainer':{'marginTop':0x10,'paddingTop':0x10,'borderTopWidth':0x1,'borderTopColor':_0x535a(0x1d6),'alignItems':'center'},'privacyLinkText':{'fontSize':0xe,'color':_0x535a(0x1d7),'fontFamily':_0x535a(0x1d3),'fontWeight':'500'},'bottomButtonContainer':{'paddingTop':0x8,'paddingBottom':0x0,'paddingHorizontal':SPACING['md']},'buttonWrapper':{'position':_0x535a(0x1c3)},'buttonOverlay':{'position':'absolute','top':0x0,'left':0x0,'right':0x0,'bottom':0x0,'borderRadius':0xc,'overflow':_0x535a(0x1d8)},'holdProgressBar':{'position':'absolute','bottom':0x0,'left':0x0,'height':0x4,'backgroundColor':_0x535a(0x43),'borderRadius':0x2},'skipButton':{'alignItems':'center','paddingVertical':0xa,'marginBottom':0x22},'skipButtonText':{'fontSize':0x10,'fontFamily':_0x535a(0x1d3),'fontWeight':_0x535a(0x1d5),'color':COLORS[_0x535a(0x1d0)]},'pageIndicatorContainer':{'position':'absolute','alignSelf':_0x535a(0x1ba),'zIndex':0xb},'scrollBarTrack':{'width':0x50,'height':0x4,'backgroundColor':COLORS[_0x535a(0x1d9)],'borderRadius':0x2,'position':_0x535a(0x1c3),'overflow':'hidden'},'scrollBarThumb':{'position':_0x535a(0x1c4),'width':0x18,'height':0x4,'backgroundColor':COLORS[_0x535a(0x1d0)],'borderRadius':0x2,'left':0x0},'scrollIndicator':{'position':'absolute','bottom':0x3c,'right':0x1e,'zIndex':0xc},'scrollIndicatorText':{'fontSize':0x20,'color':COLORS[_0x535a(0x1da)],'fontWeight':_0x535a(0x1db)}});export default PlatformConnectorsStep;
7
+ import React,{useState,useEffect,useRef,useCallback}from'react';import{View,Text,StyleSheet,ScrollView,Vibration,TouchableOpacity,Image,Animated}from'react-native';import{COLORS,SPACING}from'../theme';import{triggerHaptic,HapticType}from'../utils/haptics';import _0x2098d3 from'./PersonaImage';import _0x36ac42 from'./PrimaryButton';import _0x3cb9de from'./PersonalizationConsentScreen';function _0x5961(){const _0x3c0573=['daily','Always\x20up-to-date\x20data.','Weekly','Balanced\x20freshness\x20and\x20efficiency.','biweekly','Biweekly','Less\x20frequent,\x20more\x20efficient.','NUDXT','dXrNz','jFJmo','Hdhzs','✅\x20[PLATFORMS]\x20Loaded\x20from\x20user_connected_platforms:','platform_account_details','claude','foWaZ','AkvoK','PPaKp','❌\x20[PLATFORMS]\x20Error\x20loading\x20connected\x20platforms\x20from\x20storage:','TETmc','IgHVS','LxAMy','jPqFD','oMPhY','onairos_username','SoXuY','Onyad','VwuKi','ItIAT','SjtRJ','PeLJp','xHjep','rzKjR','hcQTl','nxVPK','HFSve','...','NULL','EXTGc','user_connected_platforms','fFslT','@onairos:linkedin_connected','UhHXs','❌\x20[TOGGLE]\x20No\x20username\x20available\x20-\x20cannot\x20proceed\x20with\x20OAuth','SFKSE','Lxtes','ijWAn','NrueW','VkZPS','nmPIa','@onairos:model_refresh_frequency','hOtqY','❌\x20[REFRESH]\x20Error\x20saving\x20refresh\x20frequency:','YLPbh','dpckA','error','BeKKJ','usmrX','mPRMz','URhLn','❌\x20[STORAGE]\x20Error\x20saving\x20to\x20user_connected_platforms:','linkedin','connecting','gmail','contain','hMXUD','DFMZC','JPasp','IxpIn','chatgpt','Highly\x20Recommended','#10B981','#9CA3AF','Initializing...','YouTube','Use\x20your\x20watch\x20history,\x20likes,\x20and\x20subscriptions\x20to\x20enrich\x20your\x20model.','reddit','Reddit','Use\x20your\x20posts\x20and\x20comments\x20to\x20enrich\x20your\x20model.','Use\x20your\x20pins,\x20boards,\x20and\x20interests\x20to\x20enrich\x20your\x20model.','LinkedIn','Use\x20your\x20professional\x20network\x20and\x20career\x20interests\x20to\x20enrich\x20your\x20model.','Gmail','Use\x20your\x20email\x20information\x20to\x20enrich\x20your\x20model.','ChatGPT','Use\x20your\x20ChatGPT\x20conversations\x20and\x20memories\x20to\x20enrich\x20your\x20model.','Claude','Gemini','Grok','Use\x20your\x20Grok\x20conversations\x20from\x20X\x20to\x20enrich\x20your\x20model.','nLOjK','DDoRZ','HoFlQ','PHKZT','Build\x20your\x20persona','Connect\x20platforms\x20to\x20build\x20your\x20private\x20persona','Model\x20Refresh\x20Frequency','jtydX','QZVVH','Fcctk','LOABe','FwYUo','Value','current','ZIMJF','oYKyz','sOdxI','fFvaI','ubFlI','wSTtG','dzBKE','GwLwP','DwFqC','nezTu','FfQdT','ZCcKW','LxUlC','IjxwP','psluK','diKYI','JlabD','TJClX','YgnsJ','vDBgk','mFBZc','RDaHE','length','IXsBL','PGWsR','HUpdB','❌\x20[LLM]\x20No\x20URL\x20configured\x20for\x20platform:\x20','ERROR','forEach','yPvLy','eIhAX','XqFwM','ByZFK','platform','includes','push','ZUWdo','map','xADau','WKnjC','jsBti','add','FDRQS','ahDeM','xLrHL','ayOjk','LYGXw','CyYgq','✅\x20[PLATFORMS]\x20Loaded\x20LinkedIn\x20connection','YJKQL','ZDcdz','ghyUX','YdbeZ','QwCpP','vjnOh','hCIiC','UdhYy','mKHlg','NiLgB','OdgBQ','KgOrl','AzxQM','eeqXE','SZryx','NOJUL','EhBAM','Error\x20toggling\x20platform\x20','log','lLrgP','parse','connected','✅\x20[PLATFORMS]\x20Loaded\x20LLM\x20platform:\x20','isArray','QUtuQ','getItem','tMgYs','toLowerCase','dhuEs','WpyFr','BUTTON_PRESS','fTsjg','mKvzt','SUCCESS','JJdpZ','QJEZI','gemini','UsVZE','PZoZR','CsBaH','foiWt','adtwj','RMUOp','axFua','TRBnR','bfjiU','SUOgC','TvzzS','XLjTA','YJkuG','aIrve','uRYdK','ExRGk','✅\x20[WEBVIEW]\x20Rendering\x20OAuthWebView\x20for\x20','\x20with\x20URL:\x20','substring','createElement','XBIVD','has','LVqoI','wWaEA','VCpWS','KTyfC','UAruC','SURxq','from','AOLlH','RbipQ','\x20-\x20no\x20URL\x20returned','lJMds','LxTyp','GiYvG','JMqDC','HsOOr','jRtmi','dFOSB','ZOgum','LxOfS','sRUcF','email','BNfzA','user_','Ixoie','random','WDNXB','setItem','JUqyN','mobile_user_','floor','KwqyH','vibrate','TNRww','loop','sequence','timing','start','KghVh','NapWk','hIyQg','nativeEvent','contentOffset','layoutMeasurement','width','contentSize','PTAnP','DWxLl','Vgvbv','FiXTf','HgyWd','UuOka','VAuRz','BsKGx','bCnsV','pyKtk','brViC','kKnVx','VVoyL','pinterest','Pinterest','PrwSm','dIkqx','CTDHR','UNuml','yAVbB','YULDL','tkwrx','JeflJ','cwdQP','frudc','hVyju','UjIbx','Rnigf','Oiatd','hoVbL','find','Linking','openURL','edNrM','PZWxy','AOHIf','🔄\x20[TOGGLE]\x20Platform\x20toggle:\x20','\x20=\x20','TeDuE','PHRQV','👤\x20[TOGGLE]\x20Username\x20check\x20-\x20stored:\x20\x22','\x22,\x20state:\x20\x22','\x22,\x20valid:\x20\x22','eQqld','zBsaB','isChatPlatform','KPlhM','\x20login\x20and\x20export...','🌐\x20[LLM]\x20Opening\x20','\x20URL:','dDWSC','FUcrA','💼\x20[LINKEDIN]\x20Opening\x20WebView\x20for\x20LinkedIn\x20login...','https://www.linkedin.com/login','eZIHF','Jwlrm','nWrYM','hbErr','qzRKu','✅\x20[PERSONA]\x20Applied\x20pending\x20connection:\x20','yRVwl','🌐\x20[TOGGLE]\x20Starting\x20OAuth\x20flow\x20for\x20','🔗\x20[TOGGLE]\x20OAuth\x20URL\x20result\x20for\x20','ahwtI','okNmr','Oxzmq','NjGuu','✅\x20[TOGGLE]\x20Setting\x20WebView\x20state\x20-\x20showing\x20modal\x20for\x20','❌\x20[TOGGLE]\x20OAuth\x20failed\x20for\x20','aNBoQ','IGNLe','Npdjm','kICUJ','wcKPd','filter','✅\x20[STORAGE]\x20Removed\x20','\x20from\x20user_connected_platforms:','hmSUr','dxREh','❌\x20[STORAGE]\x20Error\x20removing\x20from\x20user_connected_platforms:','Gndfj','@onairos:llm_connected:','zfUDQ','hleVM','OeVQR','BdNYl','WbaLd','bsHJf','hPhPG','vjdHX','CiiFs','BoiDJ','cXcCb',',\x20oauthUrl:\x20','WbGkq','xMMgF','WuNzH','ciZVn','pLwgJ','pqalo','KTvQk','DYjkz','VQnHo','XgWKp','gzJNs','yQVqN','zbGRl','ZBvlZ','KcWif','YmBzQ','IARAj','eQzsY','flzpq','hNHrw','FTrQh','Nsnos','✅\x20[REFRESH]\x20Model\x20refresh\x20frequency\x20set\x20to:\x20','ZjtVr','Error\x20initializing\x20username:','JYUMq','eHOTw','setValue','MpzWc','EeshQ','wGoYx','bTsbo','ygbYf','KDAPH','success','KKgrg','CuRqk','YfjEt','MregF','yKvzG','🌐\x20[LINKEDIN]\x20Opening\x20LinkedIn\x20URL:','nNOBU','vqCSw','gINrE','uyJpM','AYSxi','bUAbp','OAcJp','stringify','✅\x20[STORAGE]\x20Added\x20','\x20to\x20user_connected_platforms:','tZGZY','toISOString','✅\x20[LLM]\x20','\x20connection\x20stored\x20locally','yrZPE','✅\x20[LINKEDIN]\x20Connection\x20stored\x20locally','iQNRr','youtube','vaowp','rESXI','hTOCK','fXKfS','IwTEF','ECPKl','ESDhS','platformIconButton','platformIconButtonSelected','CKeku','icon','LEKbo','youtubeIcon','xMBjg','gmailIcon','SAPyc','SRLLV','chatgptIcon','ctLgl','grokIcon','INRnc','connectingDot','connectedDot','KTqbs','pwWpB','Hbozp','NDDis','xTZJP','KrFSt','WQxeF','📊\x20[STATE]\x20WebView\x20state\x20changed\x20-\x20showOAuthWebView:\x20','vxGXZ','disconnected','qnlBy','vgxwh','xLBxU','ELHnu','NyeVz','OOHJB','tunpZ','HPPzy','WbgCP','FSXeh','dgMzN','DHzgc','tegLL','YndPh','ZUuAW','zLEgz','gGNMn','XWYcN','...)','min','max','size','WLVHR','uLZmf','igLeI','JhDWF','MBprC','WMalD','OdEji','container','scrollContent','backButton','backButtonText','headingContainer','title','pqdyn','subtitle','UDKCh','personaContainer','largePersona','platformIconsOverlay','platformIconsScrollContent','platformIconsCentered','xHdwj','ZGbcU','fVDGL','lrHIS','platformIcon','vdYte','pinterestIcon','claudeIcon','eozep','huZJY','pageIndicatorContainer','scrollBarTrack','scrollBarThumb','View','scrollIndicator','interpolate','scrollIndicatorText','cardContainer','sCdwK','kMUbn','UzXwd','vpFVP','cardHeader','platformCardTitle','name','recommendedBadgeText','frPKb','customToggleTrack','eFJuR','customToggleThumb','descriptionContainer','platformCardDescription','refreshFrequencySection','refreshFrequencyTitle','ahqJn','value','refreshSegment','refreshSegmentSelected','refreshSegmentText','label','refreshFrequencyHint','buttonWrapper','Continue','Dfdzl','buttonOverlay','holdProgressBar','100%','skipButton','skipButtonText','niTDm','surface','#F0F0F3','center','600','#1C1C1E','700','Inter','400','left','relative','absolute','row','#FFFFFF','transparent','#000','#3B82F6','#EFF6FF','#FFA500','space-between','grey800','IBM\x20Plex\x20Sans','#F9FAFB','grey600','#F5F5F7','#E0E0E4','#8E8E93','500','#E5E7EB','#8B5CF6','hidden','grey500','bold'];_0x5961=function(){return _0x3c0573;};return _0x5961();}import _0x1eba4d from'./PinCreationScreen';import _0x21001e from'./PersonaLoadingScreen';import{useConnections}from'../hooks/useConnections';function _0x1eeb(_0x596139,_0x1eebbe){_0x596139=_0x596139-0x0;const _0x40b32b=_0x5961();let _0x3b0732=_0x40b32b[_0x596139];return _0x3b0732;}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':_0x1eeb(0x0),'label':'Daily','description':_0x1eeb(0x1)},{'value':'weekly','label':_0x1eeb(0x2),'description':_0x1eeb(0x3)},{'value':_0x1eeb(0x4),'label':_0x1eeb(0x5),'description':_0x1eeb(0x6)}];const PlatformConnectorsStep=({onUpdate:_0x5756b3,onSkip:_0x3e1068,loading:loading=![],onPinComplete:_0x360a32,onReviewerBypass:_0x4864a9,onLogout:_0x1a8269,allowedPlatforms:_0x457284,recommendedPlatforms:_0x3f785c,initialConnectedPlatforms:_0x22f20d,onRefreshFrequencyChange:_0x2963c1,initialRefreshFrequency:initialRefreshFrequency='weekly'})=>{const _0x4c3a97={'IXsBL':'✅\x20[PLATFORMS]\x20Loaded\x20from\x20platform_account_details:','PGWsR':function(_0x2057c0,_0x536e73){return _0x2057c0!==_0x536e73;},'HUpdB':_0x1eeb(0x7),'QZVVH':function(_0x327db3,_0x552a63){return _0x327db3(_0x552a63);},'JlabD':function(_0x5a036c,_0x1dead5){return _0x5a036c(_0x1dead5);},'TJClX':'CkVIR','YgnsJ':function(_0x22d34f,_0x385b5c){return _0x22d34f===_0x385b5c;},'vDBgk':'Thsgq','mFBZc':_0x1eeb(0x8),'RDaHE':function(_0x484b4c,_0x218f77){return _0x484b4c>_0x218f77;},'FDRQS':function(_0x389657,_0x70594d){return _0x389657(_0x70594d);},'xLrHL':function(_0x13dc5a,_0x2053ea){return _0x13dc5a!==_0x2053ea;},'ayOjk':function(_0x15c9dc,_0x35e919){return _0x15c9dc!==_0x35e919;},'TWmKY':_0x1eeb(0x9),'SZZZx':function(_0x12064f,_0x238339){return _0x12064f!==_0x238339;},'oHSfw':'✅\x20[PLATFORMS]\x20Updated\x20connectedPlatforms\x20state\x20with:','zBsaB':function(_0x28ad18,_0x405d56){return _0x28ad18===_0x405d56;},'CyYgq':'Orhfu','zkbRY':_0x1eeb(0xa),'YJKQL':_0x1eeb(0xb),'ZDcdz':_0x1eeb(0xc),'ghyUX':_0x1eeb(0xd),'YdbeZ':'grok','QwCpP':_0x1eeb(0xe),'vjnOh':function(_0x38cd2b,_0x402a99){return _0x38cd2b===_0x402a99;},'hCIiC':_0x1eeb(0xf),'UdhYy':_0x1eeb(0x10),'mKHlg':_0x1eeb(0x11),'NiLgB':_0x1eeb(0x12),'RbipQ':function(_0x56be22){return _0x56be22();},'WISIt':function(_0x57e0a4,_0x30d260){return _0x57e0a4!==_0x30d260;},'GiYvG':_0x1eeb(0x13),'JMqDC':_0x1eeb(0x14),'HsOOr':function(_0x3809d2,_0x40fe01){return _0x3809d2!==_0x40fe01;},'jRtmi':_0x1eeb(0x15),'dFOSB':_0x1eeb(0x16),'ZOgum':_0x1eeb(0x17),'LxOfS':function(_0x3ab9d7,_0x2eda84){return _0x3ab9d7&&_0x2eda84;},'fFvaI':function(_0x257fce,_0x2db326){return _0x257fce(_0x2db326);},'sRUcF':function(_0x42180d,_0x4df4c6){return _0x42180d===_0x4df4c6;},'BNfzA':function(_0x1bb7fc,_0x1bf103){return _0x1bb7fc===_0x1bf103;},'Ixoie':function(_0x4c1b8d,_0x5ad494){return _0x4c1b8d*_0x5ad494;},'WDNXB':function(_0xf873a3,_0x47b44c){return _0xf873a3(_0x47b44c);},'mWyOh':'JUqyN','gOIyf':'Error\x20initializing\x20username:','lJMds':function(_0x5759a8){return _0x5759a8();},'IARAj':function(_0x3539a1,_0x85d89){return _0x3539a1===_0x85d89;},'LxTyp':'uIwKW','iRarb':_0x1eeb(0x18),'DWxLl':function(_0x459ede,_0x452584){return _0x459ede>_0x452584;},'UuOka':function(_0x5f5c6,_0xc269a8){return _0x5f5c6(_0xc269a8);},'KghVh':function(_0x7ef052,_0x48c4f6){return _0x7ef052===_0x48c4f6;},'NapWk':'hIyQg','PTAnP':function(_0x247244,_0x1216ba){return _0x247244-_0x1216ba;},'PtIQp':function(_0xb570ca,_0x291331){return _0xb570ca/_0x291331;},'Vgvbv':function(_0x4a3f16,_0x4f96a6){return _0x4a3f16(_0x4f96a6);},'FiXTf':function(_0x70b2b6,_0x24c2ea){return _0x70b2b6>_0x24c2ea;},'qsVbR':_0x1eeb(0x19),'vBJZQ':function(_0x27105a,_0x388846){return _0x27105a(_0x388846);},'edNrM':'https://privacy.onairos.io/','hoVbL':_0x1eeb(0x1a),'jnKOp':_0x1eeb(0x1b),'zddVz':_0x1eeb(0x1c),'oYKyz':function(_0xba6f43,_0x22ba30){return _0xba6f43(_0x22ba30);},'Oiatd':function(_0x10b635,_0x5988f4,_0x28e275){return _0x10b635(_0x5988f4,_0x28e275);},'hbErr':function(_0x396753,_0x5e82d9){return _0x396753(_0x5e82d9);},'psluK':function(_0x1d2a92){return _0x1d2a92();},'AOHIf':'❌\x20[STORAGE]\x20Error\x20removing\x20from\x20user_connected_platforms:','TeDuE':_0x1eeb(0x1d),'PHRQV':_0x1eeb(0x1e),'LXVDw':function(_0xffda80,_0xb794e4){return _0xffda80||_0xb794e4;},'eQqld':function(_0x800e18,_0x5b5fc3){return _0x800e18===_0x5b5fc3;},'KPlhM':function(_0x55b13c,_0x36ffee){return _0x55b13c(_0x36ffee);},'XgWKp':function(_0x3a7bb4,_0x486491){return _0x3a7bb4(_0x486491);},'FfQdT':function(_0x39e6d9,_0x188c3f){return _0x39e6d9(_0x188c3f);},'dDWSC':_0x1eeb(0x1f),'FUcrA':function(_0x44500f,_0x1e5cc5){return _0x44500f(_0x1e5cc5);},'nFGtJ':_0x1eeb(0x20),'IjxwP':function(_0x204e3b,_0x1defd8){return _0x204e3b(_0x1defd8);},'MregF':function(_0x141b36,_0x3e6c47){return _0x141b36(_0x3e6c47);},'eZIHF':function(_0x5a253f,_0x1aacbf){return _0x5a253f(_0x1aacbf);},'Jwlrm':_0x1eeb(0x21),'nWrYM':_0x1eeb(0x22),'bTsbo':function(_0xa90697,_0xaf6412){return _0xa90697(_0xaf6412);},'ahwtI':function(_0x12ce59,_0xf1bbca){return _0x12ce59+_0xf1bbca;},'okNmr':_0x1eeb(0x23),'Oxzmq':_0x1eeb(0x24),'NjGuu':_0x1eeb(0x25),'iQNRr':function(_0x47a60c,_0x693b7c){return _0x47a60c(_0x693b7c);},'aNBoQ':function(_0x164c02,_0x958dc9){return _0x164c02(_0x958dc9);},'IGNLe':function(_0x28df4f,_0xcf14){return _0x28df4f(_0xcf14);},'KcWif':function(_0x1a151f,_0x883217){return _0x1a151f(_0x883217);},'Npdjm':_0x1eeb(0x26),'kICUJ':function(_0x35cfe3,_0x1b0d7f){return _0x35cfe3!==_0x1b0d7f;},'wcKPd':'elZTv','hmSUr':'CyCWd','zfUDQ':_0x1eeb(0x27),'OeVQR':_0x1eeb(0x28),'BdNYl':_0x1eeb(0x29),'bsHJf':function(_0x1a0759,_0x4f672a){return _0x1a0759===_0x4f672a;},'vjdHX':function(_0x1e0aac){return _0x1e0aac();},'WbGkq':function(_0x5373f9,_0x1094db){return _0x5373f9+_0x1094db;},'xMMgF':'SET\x20(','WuNzH':'...)','ueioF':_0x1eeb(0x2a),'DwFqC':function(_0x3066c4,_0x555ba3){return _0x3066c4(_0x555ba3);},'CiiFs':function(_0x14b318,_0x376fff){return _0x14b318(_0x376fff);},'BoiDJ':function(_0x3a22c7,_0x4744bb,_0x4ad0d1){return _0x3a22c7(_0x4744bb,_0x4ad0d1);},'JaNYe':_0x1eeb(0x2b),'WXyyY':_0x1eeb(0x2c),'ciZVn':_0x1eeb(0x2d),'KTvQk':function(_0x1293cb,_0x295be4){return _0x1293cb!==_0x295be4;},'gzJNs':_0x1eeb(0x2e),'uZMBL':function(_0x10efa9,_0x4c62e4){return _0x10efa9(_0x4c62e4);},'yQVqN':function(_0x3b22ba,_0x1d7ed4){return _0x3b22ba!==_0x1d7ed4;},'zbGRl':_0x1eeb(0x2f),'YmBzQ':function(_0x575b1f,_0x2cb72b){return _0x575b1f(_0x2cb72b);},'tZGZY':function(_0x2494a7,_0x59921f){return _0x2494a7(_0x59921f);},'flzpq':_0x1eeb(0x30),'hNHrw':'ymSPz','Nsnos':_0x1eeb(0x31),'gINrE':function(_0x1759f3,_0x34e84d){return _0x1759f3===_0x34e84d;},'ZjtVr':_0x1eeb(0x32),'xTZJP':_0x1eeb(0x33),'eHOTw':_0x1eeb(0x34),'WbgCP':function(_0x3b97d8,_0x3f4b37){return _0x3b97d8!==_0x3f4b37;},'EeshQ':_0x1eeb(0x35),'wGoYx':function(_0x28c55b,_0x2644b2){return _0x28c55b(_0x2644b2);},'ygbYf':function(_0x172a86,_0x250402){return _0x172a86(_0x250402);},'YfjEt':function(_0x1b6fdf,_0x2a9e12){return _0x1b6fdf(_0x2a9e12);},'yKvzG':'https://www.linkedin.com/login','nNOBU':function(_0x41bd8f,_0x3db8bb){return _0x41bd8f(_0x3db8bb);},'KDAPH':function(_0x35c8be,_0x1152f1){return _0x35c8be===_0x1152f1;},'KAdiu':_0x1eeb(0x36),'ZmexK':function(_0x3e095a,_0x2f21c6){return _0x3e095a===_0x2f21c6;},'KKgrg':_0x1eeb(0x37),'vqCSw':function(_0x5f49ae,_0x13f3f3){return _0x5f49ae(_0x13f3f3);},'uyJpM':_0x1eeb(0x38),'AYSxi':function(_0x1cc2e6,_0x5a953e){return _0x1cc2e6===_0x5a953e;},'bUAbp':_0x1eeb(0x39),'OAcJp':_0x1eeb(0x3a),'ndDnS':_0x1eeb(0x3b),'yrZPE':_0x1eeb(0x3c),'Hbozp':function(_0x2f6d39,_0x221aa5){return _0x2f6d39(_0x221aa5);},'NDDis':function(_0x5e7083,_0x2a97c3){return _0x5e7083(_0x2a97c3);},'wSTtG':function(_0x4e602f,_0x5ad184){return _0x4e602f(_0x5ad184);},'fVDGL':_0x1eeb(0x3d),'vaowp':'pinterest','UNuml':_0x1eeb(0x3e),'rESXI':_0x1eeb(0x3f),'hTOCK':'VNtCp','KTqbs':function(_0x1c8ef2,_0x26293a){return _0x1c8ef2&&_0x26293a;},'pwWpB':function(_0x4e2388,_0x5d9171,_0x32419a){return _0x4e2388(_0x5d9171,_0x32419a);},'vxGXZ':function(_0xfee05e,_0x364a52){return _0xfee05e+_0x364a52;},'BaXsX':_0x1eeb(0x40),'KrFSt':function(_0x293c8e,_0x499104){return _0x293c8e!==_0x499104;},'VEkLR':'WQxeF','nezTu':function(_0x490162,_0x52beb0){return _0x490162(_0x52beb0);},'qnlBy':function(_0x1c89bf,_0x51d49d){return _0x1c89bf===_0x51d49d;},'vgxwh':'gmYqX','ELHnu':_0x1eeb(0x41),'vHznA':function(_0x20acab,_0x334f1d,_0x478d7a){return _0x20acab(_0x334f1d,_0x478d7a);},'NyeVz':function(_0x3d8d70,_0x513c58){return _0x3d8d70(_0x513c58);},'HPPzy':_0x1eeb(0x42),'FSXeh':_0x1eeb(0x43),'iKylM':function(_0x25686f,_0x167efc){return _0x25686f(_0x167efc);},'gGNMn':'ujSDq','XWYcN':function(_0x49cc9b,_0x3df9cc){return _0x49cc9b||_0x3df9cc;},'WMalD':function(_0x535a02,_0x214bf0){return _0x535a02(_0x214bf0);},'lrHIS':function(_0x4cc9f1,_0x5ce559){return _0x4cc9f1(_0x5ce559);},'vdYte':function(_0x4f2c11,_0x10f75a){return _0x4f2c11===_0x10f75a;},'VAuRz':'youtube','YULDL':_0x1eeb(0x44),'eozep':function(_0x1b08ec,_0x4a5b96){return _0x1b08ec===_0x4a5b96;},'igLeI':function(_0x4b6fce,_0x423387){return _0x4b6fce===_0x423387;},'sCdwK':function(_0x5058f9,_0x32be68){return _0x5058f9!==_0x32be68;},'kMUbn':'UzXwd','frPKb':_0x1eeb(0x45),'eFJuR':_0x1eeb(0x46),'KbiUP':_0x1eeb(0x47),'FIrqH':function(_0xd78ae3,_0x172503){return _0xd78ae3>_0x172503;},'jtydX':function(_0x3fbb01,_0x796169){return _0x3fbb01(_0x796169);},'LOABe':function(_0x472a55,_0x55ec59){return _0x472a55(_0x55ec59);},'Fcctk':function(_0x42042f,_0x333209){return _0x42042f(_0x333209);},'GzkvX':function(_0x2bc343,_0x5819fa){return _0x2bc343(_0x5819fa);},'FwYUo':function(_0x135510,_0x520928){return _0x135510(_0x520928);},'ZIMJF':function(_0x3f5648,_0x47fe49){return _0x3f5648(_0x47fe49);},'sOdxI':function(_0x16c859,_0x158c3f){return _0x16c859(_0x158c3f);},'ubFlI':function(_0x4f8304,_0x598553){return _0x4f8304(_0x598553);},'dzBKE':_0x1eeb(0x48),'GwLwP':function(_0x255616,_0x869f04){return _0x255616(_0x869f04);},'fHarY':function(_0x7fdd3b,_0x4fd7e1){return _0x7fdd3b(_0x4fd7e1);},'ZCcKW':function(_0x5a1269,_0x1a36cf){return _0x5a1269(_0x1a36cf);},'LxUlC':function(_0x28f8c1,_0x25ac19){return _0x28f8c1(_0x25ac19);},'diKYI':function(_0x31a5a1,_0x3418eb,_0x2da90b){return _0x31a5a1(_0x3418eb,_0x2da90b);},'BsKGx':_0x1eeb(0x49),'bCnsV':_0x1eeb(0x4a),'pyKtk':_0x1eeb(0x4b),'brViC':_0x1eeb(0x4c),'kKnVx':function(_0x32424f,_0x1a4983){return _0x32424f(_0x1a4983);},'VVoyL':_0x1eeb(0x4d),'PrwSm':function(_0x374990,_0x2c3f91){return _0x374990(_0x2c3f91);},'xwcyv':_0x1eeb(0x4e),'dIkqx':_0x1eeb(0x4f),'CTDHR':_0x1eeb(0x50),'yAVbB':_0x1eeb(0x51),'iCWgO':function(_0x44ea1f,_0x5d6d0e){return _0x44ea1f(_0x5d6d0e);},'TwRSC':_0x1eeb(0x52),'PStTy':_0x1eeb(0x53),'tkwrx':_0x1eeb(0x54),'JeflJ':_0x1eeb(0x55),'cwdQP':'Use\x20your\x20Claude\x20conversations\x20to\x20enrich\x20your\x20model.','hVyju':'gemini','frudc':_0x1eeb(0x56),'uXBkF':'Use\x20your\x20Gemini\x20conversations\x20to\x20enrich\x20your\x20model.','UjIbx':_0x1eeb(0x57),'Rnigf':_0x1eeb(0x58),'zLEgz':function(_0x568b0f,_0x45cddd,_0x2ea983){return _0x568b0f(_0x45cddd,_0x2ea983);},'eTSam':function(_0x474aa5,_0x491d9d){return _0x474aa5!==_0x491d9d;},'WLVHR':_0x1eeb(0x59),'uLZmf':'kvuTh','JhDWF':_0x1eeb(0x5a),'MBprC':_0x1eeb(0x5b),'OdEji':_0x1eeb(0x5c),'pqdyn':_0x1eeb(0x5d),'UDKCh':_0x1eeb(0x5e),'tHwFa':function(_0xb4b082,_0x5294c0){return _0xb4b082<=_0x5294c0;},'xHdwj':'normal','ZGbcU':function(_0x434639,_0x596755){return _0x434639>_0x596755;},'huZJY':function(_0x162e63,_0x435b22){return _0x162e63>_0x435b22;},'ahqJn':_0x1eeb(0x5f),'ZGdGg':'How\x20often\x20should\x20your\x20model\x20be\x20refreshed\x20from\x20platforms?','Dfdzl':function(_0x86fce5,_0x2186bd){return _0x86fce5||_0x2186bd;},'niTDm':'Skip'};var _0x4e9d3f;const [_0x39a494,_0x4d4a67]=_0x4c3a97[_0x1eeb(0x60)](useState,()=>new Set(_0x22f20d||[])),[_0x4925fc,_0x1efac0]=useState(![]),[_0x2fc0a3,_0x5a1494]=_0x4c3a97['WDNXB'](useState,![]),[_0x2e420c,_0x5138fe]=useState(![]),[_0x4899eb,_0x5a2c26]=_0x4c3a97['LOABe'](useState,''),[_0xb96f90,_0x4bc47e]=useState({}),[_0x1d0c97,_0x5d8634]=_0x4c3a97[_0x1eeb(0x61)](useState,![]),[_0x3de2fc,_0x4aeb72]=useState(''),[_0xb8476e,_0x5e8f84]=_0x4c3a97[_0x1eeb(0x62)](useState,''),[_0x2bef38,_0x51adb9]=_0x4c3a97['GzkvX'](useState,null),[_0x32d24a,_0x569fcf]=_0x4c3a97[_0x1eeb(0x63)](useState,0x0),_0x4269b2=_0x4c3a97[_0x1eeb(0x64)](useRef,new Animated[(_0x1eeb(0x65))](0x0))[_0x1eeb(0x66)],[_0x2ee448,_0x4fdfb5]=_0x4c3a97[_0x1eeb(0x67)](useState,''),_0xd0312f=_0x4c3a97['hbErr'](useRef,null),[_0x5f12a5,_0x3eee00]=_0x4c3a97[_0x1eeb(0x68)](useState,!![]),_0xf4dad=_0x4c3a97[_0x1eeb(0x69)](useRef,new Animated[(_0x1eeb(0x65))](0x0))[_0x1eeb(0x66)],[_0x3bb1bb,_0x2218a0]=_0x4c3a97[_0x1eeb(0x6a)](useState,0x0),_0x5bb203=useRef(0x0),[_0x14308d,_0x3dc6f9]=_0x4c3a97[_0x1eeb(0x6b)](useState,''),[_0xde1357,_0x94ec45]=useState(0x0),[_0x471614,_0x2c9b5c]=_0x4c3a97[_0x1eeb(0x6c)](useState,_0x4c3a97[_0x1eeb(0x6d)]),[_0x4951f9,_0x4e1c4f]=_0x4c3a97[_0x1eeb(0x6e)](useState,![]),[_0x477ff2,_0x382ede]=_0x4c3a97['fHarY'](useState,![]),[_0x2933ef,_0x49fd6a]=_0x4c3a97[_0x1eeb(0x6f)](useState,null),[_0x2273b1,_0x78e84d]=useState(null),_0x3ed48c=useRef(null),[_0x34701a,_0x35f4e1]=_0x4c3a97[_0x1eeb(0x70)](useState,![]),[_0x42d64b,_0x3324b2]=useState(''),[_0x38eba1,_0x32dc94]=_0x4c3a97[_0x1eeb(0x71)](useState,null),[_0x50ad3c,_0x2c3259]=_0x4c3a97[_0x1eeb(0x72)](useState,![]),[_0x4e4cdd,_0x54d9ca]=useState(![]),[_0x258a9c,_0x4f0faa]=_0x4c3a97[_0x1eeb(0x73)](useState,null),[_0x42949c,_0x382422]=_0x4c3a97[_0x1eeb(0x74)](useState,initialRefreshFrequency),{connectPlatform:_0x4f375c,disconnectPlatform:_0x2541dc,isConnecting:_0x2c17b3}=_0x4c3a97[_0x1eeb(0x75)](useConnections),_0x4db85c=null;_0x4c3a97[_0x1eeb(0x76)](useEffect,()=>{const _0xc1a348={'ESwDK':function(_0x3d8cc8,_0x127235){return _0x4c3a97[_0x1eeb(0x61)](_0x3d8cc8,_0x127235);},'WtxZt':function(_0x636d02,_0x40756c){return _0x4c3a97[_0x1eeb(0x77)](_0x636d02,_0x40756c);},'yPvLy':function(_0x2d1022,_0x40a3d0){return _0x2d1022===_0x40a3d0;},'XqFwM':_0x4c3a97[_0x1eeb(0x78)],'xADau':function(_0x3124bc,_0x41950b){return _0x4c3a97[_0x1eeb(0x79)](_0x3124bc,_0x41950b);},'WKnjC':_0x4c3a97[_0x1eeb(0x7a)],'jsBti':_0x4c3a97[_0x1eeb(0x7b)]};_0x22f20d&&_0x4c3a97[_0x1eeb(0x7c)](_0x22f20d[_0x1eeb(0x7d)],0x0)&&_0x4c3a97[_0x1eeb(0x77)](_0x4d4a67,_0x1ba654=>{const _0x23e49d={'ZUWdo':_0x4c3a97[_0x1eeb(0x7e)]};if(_0x4c3a97[_0x1eeb(0x7f)](_0x4c3a97[_0x1eeb(0x80)],'NUDXT'))_0x439307[_0x1eeb(0x36)](_0x1eeb(0x81)+_0x1602c3),_0xc1a348['ESwDK'](_0x1ef2a9,_0x4812ca=>({..._0x4812ca,[_0x5cf6c3]:_0x1eeb(0x36)})),_0xc1a348['WtxZt'](_0x16f200,_0x49302e[_0x1eeb(0x82)]);else{const _0x3facc2=new Set(_0x1ba654);let _0x3a9903=![];return _0x22f20d[_0x1eeb(0x83)](_0x26884b=>{if(_0xc1a348[_0x1eeb(0x84)](_0x1eeb(0x85),_0xc1a348[_0x1eeb(0x86)])){const _0x5374d8={'ByZFK':function(_0xe7a3e9,_0x334260){return _0xe7a3e9===_0x334260;}};_0x27bea7[_0x1eeb(0x83)](_0x1b1ffd=>{var _0x10f3d2;const _0x2c9a6d=_0x5374d8[_0x1eeb(0x87)](_0x10f3d2=_0x1b1ffd[_0x1eeb(0x88)],null)||_0x5374d8[_0x1eeb(0x87)](_0x10f3d2,void 0x0)?void 0x0:_0x10f3d2['toLowerCase']();_0x2c9a6d&&!_0x4188ec[_0x1eeb(0x89)](_0x2c9a6d)&&_0xbc82a9[_0x1eeb(0x8a)](_0x2c9a6d);}),_0x4d2092['log'](_0x23e49d[_0x1eeb(0x8b)],_0x52c791[_0x1eeb(0x8c)](_0x5ac891=>_0x5ac891[_0x1eeb(0x88)]));}else!_0x3facc2['has'](_0x26884b)&&(_0xc1a348[_0x1eeb(0x8d)](_0xc1a348[_0x1eeb(0x8e)],_0xc1a348[_0x1eeb(0x8f)])?_0x5a7743():(_0x3facc2[_0x1eeb(0x90)](_0x26884b),_0x3a9903=!![]));}),_0x3a9903?_0x3facc2:_0x1ba654;}});},[_0x22f20d]),useEffect(()=>{const _0x3e9255={'mKvzt':function(_0x3501c8,_0x5e0772){return _0x4c3a97[_0x1eeb(0x91)](_0x3501c8,_0x5e0772);},'foiWt':function(_0x22626b,_0x2cad8d){return _0x4c3a97[_0x1eeb(0x61)](_0x22626b,_0x2cad8d);},'TRBnR':function(_0x4e48fd,_0x561b92){return _0x4c3a97[_0x1eeb(0x77)](_0x4e48fd,_0x561b92);},'KgOrl':function(_0x20b948,_0x34c3ce){return _0x20b948===_0x34c3ce;},'aIrve':_0x1eeb(0x92),'NOJUL':function(_0xd5b619,_0x3b4ccf){return _0x4c3a97[_0x1eeb(0x93)](_0xd5b619,_0x3b4ccf);},'uRYdK':function(_0x282c13,_0x45abca){return _0x4c3a97[_0x1eeb(0x94)](_0x282c13,_0x45abca);},'ExRGk':_0x4c3a97['TWmKY'],'KTyfC':function(_0x331432,_0x25a32d){return _0x4c3a97['SZZZx'](_0x331432,_0x25a32d);},'oIPMo':_0x1eeb(0x95),'SURxq':_0x4c3a97['oHSfw'],'OdgBQ':function(_0x4b70d0,_0x194089){return _0x4b70d0(_0x194089);},'AzxQM':function(_0x4c5c87,_0x1ecc7a){return _0x4c3a97['zBsaB'](_0x4c5c87,_0x1ecc7a);},'UPeWM':_0x4c3a97[_0x1eeb(0x96)],'SZryx':_0x1eeb(0x97),'XsSAB':'🔄\x20[PLATFORMS]\x20Loading\x20connected\x20platforms\x20from\x20storage...','lLrgP':_0x4c3a97['zkbRY'],'QUtuQ':_0x4c3a97[_0x1eeb(0x98)],'XBWpV':_0x4c3a97[_0x1eeb(0x99)],'sGRrg':'Skqpe','fTsjg':_0x4c3a97[_0x1eeb(0x7e)],'JJdpZ':_0x1eeb(0x44),'QJEZI':_0x4c3a97[_0x1eeb(0x9a)],'XfVFi':_0x4c3a97[_0x1eeb(0x9b)],'UsVZE':function(_0x222ed5,_0xa7982c){return _0x222ed5===_0xa7982c;},'PZoZR':_0x4c3a97[_0x1eeb(0x9c)],'adtwj':function(_0xc78994,_0x42289a){return _0x4c3a97[_0x1eeb(0x9d)](_0xc78994,_0x42289a);},'RMUOp':_0x4c3a97[_0x1eeb(0x9e)],'IeFvd':_0x1eeb(0x3c),'bfjiU':_0x4c3a97[_0x1eeb(0x9f)],'XLjTA':function(_0x27f7e6,_0x4ab7e7){return _0x4c3a97[_0x1eeb(0x7c)](_0x27f7e6,_0x4ab7e7);},'YJkuG':function(_0xe698de,_0x11ff2a){return _0x4c3a97[_0x1eeb(0x77)](_0xe698de,_0x11ff2a);},'AOLlH':_0x4c3a97[_0x1eeb(0xa0)]};if(_0x4c3a97['vjnOh'](_0x4c3a97[_0x1eeb(0xa1)],_0x4c3a97[_0x1eeb(0xa1)])){const _0x2fcb92=async()=>{const _0x306eed={'sJADX':function(_0x15bf01,_0x11a662){return _0x3e9255[_0x1eeb(0xa2)](_0x15bf01,_0x11a662);},'VWJPV':function(_0x50db0d,_0x163158){return _0x3e9255[_0x1eeb(0xa3)](_0x50db0d,_0x163158);},'tMgYs':function(_0x2e70c9,_0xd38c19){return _0x3e9255[_0x1eeb(0xa4)](_0x2e70c9,_0xd38c19);},'dhuEs':function(_0x44d60f,_0x20c716){return _0x44d60f===_0x20c716;},'WpyFr':_0x1eeb(0xa5),'GlYne':_0x3e9255['UPeWM'],'SUOgC':_0x1eeb(0x3c),'TvzzS':_0x3e9255[_0x1eeb(0xa6)]};if(_0x3e9255[_0x1eeb(0xa7)](_0x1eeb(0xa8),_0x1eeb(0xa8)))_0x2b0905[_0x1eeb(0x36)](_0x1eeb(0xa9)+_0x54e988+':',_0x740e3d),_0x306eed['sJADX'](_0x3186e7,_0x418632=>({..._0x418632,[_0xce5358]:_0x1eeb(0x36)})),_0x306eed['sJADX'](_0xf71fa6,_0x267896[_0x1eeb(0x82)]);else try{console[_0x1eeb(0xaa)](_0x3e9255['XsSAB']);const _0x4c7678=[],_0x157644=await AsyncStorage['getItem'](_0x1eeb(0x26));if(_0x157644){if(_0x3e9255['KTyfC'](_0x3e9255[_0x1eeb(0xab)],_0x3e9255[_0x1eeb(0xab)])){const _0x500e85=_0x5879a4[_0x1eeb(0xac)](_0x1305af);_0x500e85[_0x1eeb(0xad)]&&!_0x453bc7[_0x1eeb(0x89)](_0x29a605)&&(_0x1e6fff['push'](_0x42c90e),_0x57ecc8['log'](_0x1eeb(0xae)+_0x415065));}else{const _0x253d53=JSON[_0x1eeb(0xac)](_0x157644);Array[_0x1eeb(0xaf)](_0x253d53)&&(_0x4c7678['push'](..._0x253d53),console[_0x1eeb(0xaa)](_0x3e9255[_0x1eeb(0xb0)],_0x253d53));}}const _0x1e5ac7=await AsyncStorage[_0x1eeb(0xb1)](_0x3e9255['XBWpV']);if(_0x1e5ac7){if(_0x3e9255[_0x1eeb(0xa4)](_0x3e9255['sGRrg'],_0x3e9255['sGRrg'])){const _0x5b1bba=JSON[_0x1eeb(0xac)](_0x1e5ac7);Array[_0x1eeb(0xaf)](_0x5b1bba)&&(_0x5b1bba['forEach'](_0xd4276c=>{var _0x5c79b6;const _0x311177=_0x306eed['VWJPV'](_0x5c79b6=_0xd4276c[_0x1eeb(0x88)],null)||_0x306eed[_0x1eeb(0xb2)](_0x5c79b6,void 0x0)?void 0x0:_0x5c79b6[_0x1eeb(0xb3)]();_0x311177&&!_0x4c7678[_0x1eeb(0x89)](_0x311177)&&(_0x306eed[_0x1eeb(0xb4)](_0x306eed[_0x1eeb(0xb5)],_0x306eed['GlYne'])?(_0x83c7e2(_0x4b0e66[_0x1eeb(0xb6)]),_0x5b8d16(_0x1e1e59['id'])):_0x4c7678['push'](_0x311177));}),console[_0x1eeb(0xaa)](_0x3e9255[_0x1eeb(0xb7)],_0x5b1bba['map'](_0x39b7a1=>_0x39b7a1[_0x1eeb(0x88)])));}else{const _0x27210d=new _0x1269c3(_0x27d98d);_0x27210d['add'](_0x3df056),_0x17c6ab(_0x27210d),_0x3e9255[_0x1eeb(0xb8)](_0x2728bc,_0x90e6de=>({..._0x90e6de,[_0x4d17dd]:_0x1eeb(0xad)})),_0x489f0f(_0x18339d[_0x1eeb(0xb9)]);}}const _0x450458=[_0x3e9255[_0x1eeb(0xba)],_0x3e9255[_0x1eeb(0xbb)],_0x1eeb(0xbc),_0x3e9255['XfVFi']];for(const _0x1d2258 of _0x450458){const _0x9a530e=await AsyncStorage[_0x1eeb(0xb1)]('@onairos:llm_connected:'+_0x1d2258);if(_0x9a530e){const _0x1cd289=JSON[_0x1eeb(0xac)](_0x9a530e);_0x1cd289['connected']&&!_0x4c7678[_0x1eeb(0x89)](_0x1d2258)&&(_0x3e9255[_0x1eeb(0xbd)](_0x3e9255[_0x1eeb(0xbe)],_0x1eeb(0xbf))?_0x3e9255[_0x1eeb(0xc0)](_0x345735,_0x3286d9):(_0x4c7678['push'](_0x1d2258),console['log'](_0x1eeb(0xae)+_0x1d2258)));}}const _0x4c8948=await AsyncStorage['getItem'](_0x1eeb(0x28));if(_0x4c8948){if(_0x3e9255[_0x1eeb(0xc1)](_0x3e9255[_0x1eeb(0xc2)],_0x1eeb(0xc3)))_0x3e9255[_0x1eeb(0xc4)](_0x22b45e,![]);else{const _0x3ff8c4=JSON[_0x1eeb(0xac)](_0x4c8948);if(_0x3ff8c4[_0x1eeb(0xad)]&&!_0x4c7678[_0x1eeb(0x89)](_0x3e9255['IeFvd'])){if(_0x3e9255['KTyfC'](_0x3e9255['bfjiU'],_0x3e9255[_0x1eeb(0xc5)])){const _0x42c8f6=_0x55e677['parse'](_0x5e6a74);_0x42c8f6['connected']&&!_0x526257[_0x1eeb(0x89)](_0x306eed['SUOgC'])&&(_0x138710[_0x1eeb(0x8a)](_0x306eed[_0x1eeb(0xc6)]),_0x5f4768[_0x1eeb(0xaa)](_0x306eed[_0x1eeb(0xc7)]));}else _0x4c7678[_0x1eeb(0x8a)](_0x1eeb(0x3c)),console[_0x1eeb(0xaa)](_0x3e9255[_0x1eeb(0xa6)]);}}}_0x3e9255[_0x1eeb(0xc8)](_0x4c7678['length'],0x0)&&_0x3e9255[_0x1eeb(0xc9)](_0x4d4a67,_0x29f5cd=>{const _0x77d4cb={'XrzAP':function(_0x164a7e,_0x4b3fa3){return _0x164a7e(_0x4b3fa3);},'VOXCU':function(_0x22a0f3,_0x5905a9){return _0x3e9255['KgOrl'](_0x22a0f3,_0x5905a9);},'XBIVD':_0x3e9255[_0x1eeb(0xca)],'VWWoR':function(_0x4386be,_0x3a7a6c){return _0x3e9255[_0x1eeb(0xa7)](_0x4386be,_0x3a7a6c);},'LVqoI':'NGXgl','UAruC':function(_0x517d0b,_0x4fd158){return _0x517d0b(_0x4fd158);}};if(_0x3e9255[_0x1eeb(0xcb)]('jFJmo',_0x3e9255[_0x1eeb(0xcc)]))return _0x284a68[_0x1eeb(0xaa)](_0x1eeb(0xcd)+_0x12461f+_0x1eeb(0xce)+_0x5b54df[_0x1eeb(0xcf)](0x0,0x3c)+_0x1eeb(0x23)),React[_0x1eeb(0xd0)](_0x4fd34a,{'url':_0x18f46a,'platform':_0x50af1f,'onClose':_0x1307a9,'onSuccess':_0x11169e,'onComplete':_0x2cbe81,'username':_0x12ba9d});else{const _0x35836b=new Set(_0x29f5cd);let _0x2ba55c=![];return _0x4c7678[_0x1eeb(0x83)](_0x3acaa0=>{const _0x3b86d5={'VCpWS':function(_0x4d88e3,_0x59f68d){return _0x77d4cb['XrzAP'](_0x4d88e3,_0x59f68d);}};_0x77d4cb['VOXCU'](_0x77d4cb[_0x1eeb(0xd1)],_0x77d4cb['XBIVD'])?!_0x35836b[_0x1eeb(0xd2)](_0x3acaa0)&&(_0x77d4cb['VWWoR'](_0x77d4cb[_0x1eeb(0xd3)],_0x1eeb(0xd4))?(_0x35836b['add'](_0x3acaa0),_0x2ba55c=!![]):(_0x3a41f0(_0x20020a=>({..._0x20020a,[_0x204d32]:'error'})),_0x3b86d5[_0x1eeb(0xd5)](_0x2d8728,_0x2b6b86[_0x1eeb(0x82)]))):_0x59d4a1['push'](_0x5b34f2);}),_0x2ba55c&&(_0x3e9255[_0x1eeb(0xd6)](_0x1eeb(0x95),_0x3e9255['oIPMo'])?_0x77d4cb[_0x1eeb(0xd7)](_0x283fee,_0x3bed20):console[_0x1eeb(0xaa)](_0x3e9255[_0x1eeb(0xd8)],Array[_0x1eeb(0xd9)](_0x35836b))),_0x2ba55c?_0x35836b:_0x29f5cd;}});}catch(_0x5884ce){console[_0x1eeb(0x36)](_0x3e9255[_0x1eeb(0xda)],_0x5884ce);}};_0x4c3a97[_0x1eeb(0xdb)](_0x2fcb92);}else _0x164ba3[_0x1eeb(0x36)]('❌\x20[TOGGLE]\x20OAuth\x20failed\x20for\x20'+_0x349b5a+_0x1eeb(0xdc)),_0x4c3a97[_0x1eeb(0x91)](_0x487165,_0x5cd923=>({..._0x5cd923,[_0x453159]:_0x1eeb(0x36)})),_0x338ac7(_0x489855['ERROR']);},[]),useEffect(()=>{const _0x253cb4={'KwqyH':function(_0x1a2b7e,_0x2c44f1){return _0x4c3a97[_0x1eeb(0x91)](_0x1a2b7e,_0x2c44f1);},'epOaq':function(_0x3b4b31){return _0x4c3a97[_0x1eeb(0xdd)](_0x3b4b31);},'TNRww':function(_0x1fde8c,_0x50fa97){return _0x1fde8c(_0x50fa97);}};if(_0x4c3a97['IARAj'](_0x4c3a97[_0x1eeb(0xde)],_0x4c3a97['iRarb'])){const _0x3b4342=new _0x38bac6(_0x235e03);let _0xa1992b=![];return _0xec5b8c[_0x1eeb(0x83)](_0x538d7d=>{!_0x3b4342['has'](_0x538d7d)&&(_0x3b4342[_0x1eeb(0x90)](_0x538d7d),_0xa1992b=!![]);}),_0xa1992b?_0x3b4342:_0x15b710;}else{const _0x5b83c6=async()=>{if(_0x4c3a97['WISIt'](_0x4c3a97[_0x1eeb(0xdf)],_0x4c3a97[_0x1eeb(0xe0)]))try{if(_0x4c3a97[_0x1eeb(0xe1)](_0x4c3a97[_0x1eeb(0xe2)],_0x4c3a97[_0x1eeb(0xe3)])){const _0x14ecab=await AsyncStorage['getItem'](_0x4c3a97[_0x1eeb(0xe4)]);if(_0x4c3a97['LxOfS'](_0x14ecab,!_0x14308d)){_0x4c3a97[_0x1eeb(0x6a)](_0x3dc6f9,_0x14ecab);return;}if(_0x4c3a97[_0x1eeb(0xe5)](_0x4db85c,!_0x14308d)){var _0x393624;const _0x1c24f3=(_0x4db85c===null||_0x4c3a97[_0x1eeb(0xe6)](_0x4db85c,void 0x0)||_0x4c3a97[_0x1eeb(0xe6)](_0x393624=_0x4db85c[_0x1eeb(0xe7)],null)||_0x4c3a97[_0x1eeb(0xe8)](_0x393624,void 0x0)?void 0x0:_0x393624['split']('@')[0x0])||(_0x4c3a97[_0x1eeb(0x9d)](_0x4db85c,null)||_0x4c3a97[_0x1eeb(0x9d)](_0x4db85c,void 0x0)?void 0x0:_0x4db85c['name'])||_0x1eeb(0xe9)+Math['floor'](_0x4c3a97[_0x1eeb(0xea)](Math[_0x1eeb(0xeb)](),0x2710));_0x4c3a97[_0x1eeb(0xec)](_0x3dc6f9,_0x1c24f3),await AsyncStorage[_0x1eeb(0xed)](_0x4c3a97[_0x1eeb(0xe4)],_0x1c24f3);return;}if(!_0x14308d){if(_0x4c3a97[_0x1eeb(0x94)](_0x4c3a97['mWyOh'],_0x1eeb(0xee)))_0x2ccfaf();else{const _0x5155d0=_0x1eeb(0xef)+Math[_0x1eeb(0xf0)](_0x4c3a97[_0x1eeb(0xea)](Math[_0x1eeb(0xeb)](),0x2710));_0x4c3a97[_0x1eeb(0x77)](_0x3dc6f9,_0x5155d0),await AsyncStorage[_0x1eeb(0xed)](_0x1eeb(0x17),_0x5155d0);}}}else _0x253cb4[_0x1eeb(0xf1)](_0x1fa6f3,_0x3eec8d[_0x1eeb(0xb9)]),_0x3f8eef[_0x1eeb(0xf2)]([0x0,0x64,0x32,0x64]),_0x253cb4['epOaq'](_0x51a8b8);}catch(_0x2938a6){console['error'](_0x4c3a97['gOIyf'],_0x2938a6);const _0x19c8f4=_0x1eeb(0xe9)+Math[_0x1eeb(0xf0)](Math[_0x1eeb(0xeb)]()*0x2710);_0x3dc6f9(_0x19c8f4);}else _0x253cb4[_0x1eeb(0xf3)](_0x59717c,_0x5e5d06),_0x253cb4['KwqyH'](_0x50876d,null);};_0x4c3a97[_0x1eeb(0xdd)](_0x5b83c6);}},[_0x4db85c,_0x14308d]),useEffect(()=>{_0x5f12a5&&Animated[_0x1eeb(0xf4)](Animated[_0x1eeb(0xf5)]([Animated[_0x1eeb(0xf6)](_0xf4dad,{'toValue':0x1,'duration':0x3e8,'useNativeDriver':!![]}),Animated['timing'](_0xf4dad,{'toValue':0x0,'duration':0x3e8,'useNativeDriver':!![]})]))[_0x1eeb(0xf7)]();},[_0x5f12a5]);const _0x2fc7ca=useCallback(_0xc1670a=>{if(_0x4c3a97[_0x1eeb(0xf8)](_0x4c3a97[_0x1eeb(0xf9)],_0x1eeb(0xfa))){const _0x196abc=_0xc1670a[_0x1eeb(0xfb)][_0x1eeb(0xfc)]['x'],_0x56d0a3=_0xc1670a[_0x1eeb(0xfb)][_0x1eeb(0xfd)][_0x1eeb(0xfe)],_0x4ab649=_0xc1670a[_0x1eeb(0xfb)][_0x1eeb(0xff)][_0x1eeb(0xfe)];_0x5bb203[_0x1eeb(0x66)]=_0x196abc;const _0x241987=_0x4c3a97[_0x1eeb(0x100)](_0x4ab649,_0x56d0a3),_0x1bfd52=_0x4c3a97[_0x1eeb(0x101)](_0x241987,0x0)?_0x4c3a97['PtIQp'](_0x196abc,_0x241987):0x0;_0x4c3a97[_0x1eeb(0x102)](_0x2218a0,_0x1bfd52);if(_0x4c3a97[_0x1eeb(0x103)](_0x196abc,0xa)&&_0x5f12a5){if(_0x1eeb(0x104)===_0x4c3a97['qsVbR']){if(_0x4c3a97[_0x1eeb(0x101)](_0x4a2ae8['length'],0x0)){const _0x8f2ab9=_0x4696a5[0x0]['id'];(!_0xbec816||!_0x18a876['find'](_0x29cc0a=>_0x29cc0a['id']===_0x4c703f))&&_0x4c3a97[_0x1eeb(0x105)](_0x1c584f,_0x8f2ab9);}}else _0x4c3a97['vBJZQ'](_0x3eee00,![]);}}else _0x3d384b['push'](_0x2aa4c1),_0x1ebca5[_0x1eeb(0xaa)](_0x1eeb(0xae)+_0x37a526);},[_0x5f12a5]),_0x52f191=[{'id':_0x4c3a97[_0x1eeb(0x106)],'name':_0x4c3a97[_0x1eeb(0x107)],'icon':getPlatformIcon(_0x4c3a97[_0x1eeb(0x106)]),'description':_0x4c3a97[_0x1eeb(0x108)],'isChatPlatform':![]},{'id':_0x4c3a97[_0x1eeb(0x109)],'name':_0x4c3a97[_0x1eeb(0x10a)],'icon':_0x4c3a97[_0x1eeb(0x10b)](getPlatformIcon,'reddit'),'description':_0x4c3a97[_0x1eeb(0x10c)],'isChatPlatform':![]},{'id':_0x1eeb(0x10d),'name':_0x1eeb(0x10e),'icon':_0x4c3a97[_0x1eeb(0x10f)](getPlatformIcon,_0x4c3a97['vaowp']),'description':_0x4c3a97['xwcyv'],'isChatPlatform':![]},{'id':'linkedin','name':_0x4c3a97[_0x1eeb(0x110)],'icon':getPlatformIcon(_0x4c3a97['yrZPE']),'description':_0x4c3a97[_0x1eeb(0x111)],'isChatPlatform':![]},{'id':_0x4c3a97[_0x1eeb(0x112)],'name':_0x4c3a97[_0x1eeb(0x113)],'icon':_0x4c3a97['iCWgO'](getPlatformIcon,_0x4c3a97[_0x1eeb(0x112)]),'description':_0x4c3a97['TwRSC'],'isChatPlatform':![]},{'id':_0x4c3a97[_0x1eeb(0x114)],'name':_0x4c3a97['PStTy'],'icon':getPlatformIcon(_0x4c3a97[_0x1eeb(0x114)]),'description':_0x4c3a97[_0x1eeb(0x115)],'isChatPlatform':!![]},{'id':_0x1eeb(0xd),'name':_0x4c3a97[_0x1eeb(0x116)],'icon':_0x4c3a97[_0x1eeb(0x6f)](getPlatformIcon,_0x4c3a97[_0x1eeb(0x9a)]),'description':_0x4c3a97[_0x1eeb(0x117)],'isChatPlatform':!![]},{'id':_0x4c3a97['hVyju'],'name':_0x4c3a97[_0x1eeb(0x118)],'icon':getPlatformIcon(_0x4c3a97[_0x1eeb(0x119)]),'description':_0x4c3a97['uXBkF'],'isChatPlatform':!![]},{'id':_0x4c3a97[_0x1eeb(0x9b)],'name':_0x4c3a97[_0x1eeb(0x11a)],'icon':getPlatformIcon(_0x4c3a97[_0x1eeb(0x9b)]),'description':_0x4c3a97[_0x1eeb(0x11b)],'isChatPlatform':!![]}],_0x49859f=_0x457284?_0x457284[_0x1eeb(0x8c)](_0x2f4bef=>_0x52f191['find'](_0x2841fa=>_0x2841fa['id']===_0x2f4bef))['filter'](_0x2d7ef6=>_0x2d7ef6!==undefined):_0x52f191;_0x4c3a97[_0x1eeb(0x11c)](useEffect,()=>{if(_0x4c3a97[_0x1eeb(0x9d)](_0x1eeb(0x1a),_0x4c3a97[_0x1eeb(0x11d)])){if(_0x49859f[_0x1eeb(0x7d)]>0x0){const _0x58f004=_0x49859f[0x0]['id'];if(!_0x2ee448||!_0x49859f[_0x1eeb(0x11e)](_0x395cf2=>_0x395cf2['id']===_0x2ee448)){if(_0x4c3a97[_0x1eeb(0xe8)](_0x4c3a97['jnKOp'],_0x4c3a97['zddVz'])){const Linking=_0x4c3a97['QZVVH'](_0x38e480,0x0)[_0x1eeb(0x11f)];Linking[_0x1eeb(0x120)](_0x4c3a97[_0x1eeb(0x121)]);}else _0x4c3a97[_0x1eeb(0x91)](_0x4fdfb5,_0x58f004);}}}else{const _0x924aaf={'PZWxy':function(_0x535cd5,_0x3cdf79){return _0x535cd5(_0x3cdf79);}};return()=>{_0x377b16&&_0x924aaf[_0x1eeb(0x122)](_0xada8cc,_0x3111e5);};}},[_0x457284,_0x49859f[_0x1eeb(0x7d)]]);const _0x3600c4=async(_0x59fb0e,_0x5736ca)=>{const _0x316453={'Gndfj':function(_0x2d5ac3){return _0x4c3a97[_0x1eeb(0x75)](_0x2d5ac3);},'hleVM':_0x4c3a97[_0x1eeb(0x123)],'WbaLd':function(_0xe7cdeb,_0x3de9c6){return _0xe7cdeb(_0x3de9c6);}};triggerHaptic(HapticType['BUTTON_PRESS']),console['log'](_0x1eeb(0x124)+_0x59fb0e+_0x1eeb(0x125)+_0x5736ca);try{if(_0x4c3a97[_0x1eeb(0x93)](_0x4c3a97[_0x1eeb(0x126)],_0x4c3a97[_0x1eeb(0x127)])){if(_0x5736ca){const _0x46f432=await AsyncStorage[_0x1eeb(0xb1)](_0x4c3a97[_0x1eeb(0xe4)]),_0x4c237d=_0x4c3a97['LXVDw'](_0x46f432,_0x14308d);console[_0x1eeb(0xaa)](_0x1eeb(0x128)+_0x46f432+_0x1eeb(0x129)+_0x14308d+_0x1eeb(0x12a)+_0x4c237d+'\x22');if(!_0x4c237d||_0x4c3a97['YgnsJ'](_0x4c237d['trim'](),'')){console[_0x1eeb(0x36)](_0x1eeb(0x2a));return;}const _0x41b3d2=_0x52f191['find'](_0x375d1b=>_0x375d1b['id']===_0x59fb0e),_0x42ec3d=(_0x4c3a97[_0x1eeb(0x12b)](_0x41b3d2,null)||_0x4c3a97[_0x1eeb(0x12c)](_0x41b3d2,void 0x0)?void 0x0:_0x41b3d2[_0x1eeb(0x12d)])||_0x4c3a97[_0x1eeb(0x12e)](isLLMPlatform,_0x59fb0e);if(_0x42ec3d){console[_0x1eeb(0xaa)]('🤖\x20[LLM]\x20Opening\x20WebView\x20for\x20'+_0x59fb0e+_0x1eeb(0x12f)),_0x5e8f84(_0x59fb0e),_0x4c3a97[_0x1eeb(0x12e)](_0x4bc47e,_0xdf17b8=>({..._0xdf17b8,[_0x59fb0e]:'connecting'}));const _0x51c7f2=_0x4c3a97['XgWKp'](getLLMPlatformUrl,_0x59fb0e);_0x51c7f2?(console[_0x1eeb(0xaa)](_0x1eeb(0x130)+_0x59fb0e+_0x1eeb(0x131),_0x51c7f2),_0x4c3a97['JlabD'](_0x4aeb72,_0x51c7f2),_0x4c3a97[_0x1eeb(0x71)](_0x5d8634,!![])):_0x4c3a97[_0x1eeb(0x7f)](_0x4c3a97[_0x1eeb(0x132)],'rzKjR')?_0x1ba729&&_0x4c3a97[_0x1eeb(0x68)](_0x4b39e9,_0x4f9cbc):(console['error'](_0x1eeb(0x81)+_0x59fb0e),_0x4c3a97[_0x1eeb(0x102)](_0x4bc47e,_0x2f80cb=>({..._0x2f80cb,[_0x59fb0e]:'error'})),_0x4c3a97['KPlhM'](triggerHaptic,HapticType['ERROR']));return;}if(_0x4c3a97[_0x1eeb(0x133)](isLinkedInPlatform,_0x59fb0e)){if(_0x4c3a97[_0x1eeb(0x9d)]('hcQTl',_0x4c3a97['nFGtJ'])){console[_0x1eeb(0xaa)](_0x1eeb(0x134)),_0x4c3a97[_0x1eeb(0x74)](_0x5e8f84,_0x59fb0e),_0x4c3a97['XgWKp'](_0x4bc47e,_0x3665b5=>({..._0x3665b5,[_0x59fb0e]:_0x1eeb(0x3d)}));const _0x2e72fd=_0x1eeb(0x135);console[_0x1eeb(0xaa)]('🌐\x20[LINKEDIN]\x20Opening\x20LinkedIn\x20URL:',_0x2e72fd),_0x4aeb72(_0x2e72fd),_0x4c3a97['MregF'](_0x5d8634,!![]);return;}else _0x21064b[_0x1eeb(0x90)](_0x4460c9),_0x195d7f=!![];}if(_0x4c3a97[_0x1eeb(0x136)](hasNativeSDK,_0x59fb0e)){if(_0x4c3a97[_0x1eeb(0xe1)](_0x4c3a97[_0x1eeb(0x137)],_0x4c3a97[_0x1eeb(0x138)])){_0x5e8f84(_0x59fb0e),_0x4c3a97[_0x1eeb(0x102)](_0x4bc47e,_0x323dd5=>({..._0x323dd5,[_0x59fb0e]:'connecting'}));const _0x45e75d=await _0x4c3a97[_0x1eeb(0x11c)](initiateNativeAuth,_0x59fb0e,_0x4c237d);if(_0x45e75d){const _0xc7c513=new Set(_0x39a494);_0xc7c513[_0x1eeb(0x90)](_0x59fb0e),_0x4c3a97[_0x1eeb(0x136)](_0x4d4a67,_0xc7c513),_0x4c3a97[_0x1eeb(0x139)](_0x4bc47e,_0x1cc08c=>({..._0x1cc08c,[_0x59fb0e]:_0x1eeb(0xad)})),triggerHaptic(HapticType['SUCCESS']);}else _0x4c3a97['JlabD'](_0x4bc47e,_0x31fdec=>({..._0x31fdec,[_0x59fb0e]:_0x1eeb(0x36)})),_0x4c3a97[_0x1eeb(0x139)](triggerHaptic,HapticType[_0x1eeb(0x82)]);}else{const _0xddf706={'qzRKu':function(_0x35881b,_0x2c52a2){return _0x4c3a97['WDNXB'](_0x35881b,_0x2c52a2);},'yRVwl':function(_0x1ccb1a,_0x180617){return _0x4c3a97['Vgvbv'](_0x1ccb1a,_0x180617);}},_0x1610a4=_0x4c3a97[_0x1eeb(0x11c)](_0x4ba252,()=>{_0xddf706['qzRKu'](_0x526133,_0x35a2d9=>{const _0x1a7836=new _0x31887f(_0x35a2d9);return _0x1a7836[_0x1eeb(0x90)](_0x4f6434),_0x1a7836;}),_0xddf706[_0x1eeb(0x13a)](_0x23c3d2,_0x66d00f['SUCCESS']),_0x4338b1[_0x1eeb(0xaa)](_0x1eeb(0x13b)+_0x15072b),_0xddf706[_0x1eeb(0x13c)](_0x2f9232,null);},0x12c);return()=>_0x33bb45(_0x1610a4);}}else{console['log'](_0x1eeb(0x13d)+_0x59fb0e+_0x1eeb(0x23)),_0x5e8f84(_0x59fb0e),_0x4c3a97['bTsbo'](_0x4bc47e,_0x288c69=>({..._0x288c69,[_0x59fb0e]:_0x1eeb(0x3d)}));const _0x1d770e=await initiateOAuth(_0x59fb0e,_0x4c237d);console[_0x1eeb(0xaa)](_0x1eeb(0x13e)+_0x59fb0e+':',_0x1d770e?_0x4c3a97[_0x1eeb(0x13f)](_0x1d770e[_0x1eeb(0xcf)](0x0,0x32),_0x4c3a97[_0x1eeb(0x140)]):_0x4c3a97[_0x1eeb(0x141)]),_0x1d770e?_0x4c3a97[_0x1eeb(0x142)]!==_0x4c3a97[_0x1eeb(0x142)]?(_0x34bf38(![]),_0x4c3a97['hbErr'](_0xb044a,!![])):(console[_0x1eeb(0xaa)](_0x1eeb(0x143)+_0x59fb0e),_0x4c3a97['WDNXB'](_0x4aeb72,_0x1d770e),_0x5d8634(!![])):(console[_0x1eeb(0x36)](_0x1eeb(0x144)+_0x59fb0e+_0x1eeb(0xdc)),_0x4bc47e(_0x100d85=>({..._0x100d85,[_0x59fb0e]:_0x1eeb(0x36)})),triggerHaptic(HapticType[_0x1eeb(0x82)]));}}else{await _0x4c3a97['iQNRr'](_0x2541dc,_0x59fb0e);const _0x44dd69=new Set(_0x39a494);_0x44dd69['delete'](_0x59fb0e),_0x4c3a97[_0x1eeb(0x145)](_0x4d4a67,_0x44dd69),_0x4c3a97[_0x1eeb(0x146)](_0x4bc47e,_0x42b3ad=>({..._0x42b3ad,[_0x59fb0e]:'disconnected'})),_0x4c3a97['KcWif'](triggerHaptic,HapticType[_0x1eeb(0xb6)]);try{const _0x13a00d=await AsyncStorage[_0x1eeb(0xb1)](_0x4c3a97[_0x1eeb(0x147)]);if(_0x13a00d){if(_0x4c3a97[_0x1eeb(0x148)](_0x4c3a97['wcKPd'],_0x4c3a97[_0x1eeb(0x149)]))!_0x2314a4['has'](_0x4ed4eb)&&(_0x33b1a3[_0x1eeb(0x90)](_0xe736b5),_0x15a457=!![]);else{const _0x451e4f=JSON[_0x1eeb(0xac)](_0x13a00d),_0x22da90=_0x451e4f[_0x1eeb(0x14a)](_0xb935ba=>_0xb935ba[_0x1eeb(0xb3)]()!==_0x59fb0e[_0x1eeb(0xb3)]());await AsyncStorage['setItem'](_0x1eeb(0x26),JSON['stringify'](_0x22da90)),console[_0x1eeb(0xaa)](_0x1eeb(0x14b)+_0x59fb0e+_0x1eeb(0x14c),_0x22da90);}}}catch(_0x3417d1){_0x4c3a97[_0x1eeb(0x14d)]!==_0x1eeb(0x14e)?console[_0x1eeb(0x36)](_0x1eeb(0x14f),_0x3417d1):_0x192ace&&_0x316453[_0x1eeb(0x150)](_0x4292a6);}await AsyncStorage['removeItem'](_0x1eeb(0x151)+_0x59fb0e),_0x59fb0e[_0x1eeb(0xb3)]()===_0x1eeb(0x3c)&&(_0x4c3a97[_0x1eeb(0x152)]!=='fFslT'?_0x469b96[_0x1eeb(0x36)](_0x316453[_0x1eeb(0x153)],_0x5279a8):await AsyncStorage['removeItem'](_0x4c3a97[_0x1eeb(0x154)]));}}else _0x2d6653&&Animated['loop'](Animated[_0x1eeb(0xf5)]([Animated['timing'](_0x3e4ef6,{'toValue':0x1,'duration':0x3e8,'useNativeDriver':!![]}),Animated[_0x1eeb(0xf6)](_0x1a214c,{'toValue':0x0,'duration':0x3e8,'useNativeDriver':!![]})]))[_0x1eeb(0xf7)]();}catch(_0x4e03b4){if(_0x4c3a97['PGWsR'](_0x4c3a97[_0x1eeb(0x155)],_0x4c3a97['BdNYl'])){_0x316453[_0x1eeb(0x156)](_0x46658a,_0x4e5685);return;}else console[_0x1eeb(0x36)]('Error\x20toggling\x20platform\x20'+_0x59fb0e+':',_0x4e03b4),_0x4c3a97[_0x1eeb(0x145)](_0x4bc47e,_0x575de8=>({..._0x575de8,[_0x59fb0e]:'error'})),triggerHaptic(HapticType[_0x1eeb(0x82)]);}},_0xdb4bf3=async()=>{if(_0x4c3a97[_0x1eeb(0x157)](_0x1eeb(0x158),_0x1eeb(0x158))){triggerHaptic(HapticType[_0x1eeb(0xb6)]),_0x4c3a97[_0x1eeb(0x68)](_0x2c3259,!![]);try{_0x4c3a97[_0x1eeb(0x146)](_0x5a1494,!![]);}finally{_0x4c3a97[_0x1eeb(0xec)](_0x2c3259,![]);}}else _0x479890['push'](..._0xe62e6e),_0x309bc2[_0x1eeb(0xaa)](_0x1eeb(0xb),_0x4f2a55);},_0x3d7793=()=>{_0x4c3a97[_0x1eeb(0x91)](triggerHaptic,HapticType[_0x1eeb(0xb6)]),_0x3e1068&&_0x4c3a97[_0x1eeb(0x159)](_0x3e1068);},_0x25a0fe=async()=>{const _0x59b3bc={'pLwgJ':function(_0x20b7f0,_0x1b6272){return _0x4c3a97[_0x1eeb(0x15a)](_0x20b7f0,_0x1b6272);},'pqalo':function(_0x4c6998){return _0x4c3a97['psluK'](_0x4c6998);},'ahxvI':function(_0x11dd02,_0x4d6211,_0x313520){return _0x4c3a97[_0x1eeb(0x15b)](_0x11dd02,_0x4d6211,_0x313520);}};if(_0x4c3a97[_0x1eeb(0x157)](_0x4c3a97['JaNYe'],_0x1eeb(0x15c)))_0xb0cf33[_0x1eeb(0xaa)]('📊\x20[STATE]\x20WebView\x20state\x20changed\x20-\x20showOAuthWebView:\x20'+_0x463c5e+_0x1eeb(0x15d)+(_0x3825d9?_0x4c3a97[_0x1eeb(0x15e)](_0x4c3a97[_0x1eeb(0x13f)](_0x4c3a97[_0x1eeb(0x15f)],_0x503d71[_0x1eeb(0xcf)](0x0,0x28)),_0x4c3a97[_0x1eeb(0x160)]):'NULL'));else{triggerHaptic(HapticType['BUTTON_PRESS']),_0x54d9ca(!![]),await new Promise(_0x6c80b9=>setTimeout(_0x6c80b9,0x32));try{if(_0x4c3a97[_0x1eeb(0x12b)](_0x4c3a97['WXyyY'],_0x4c3a97[_0x1eeb(0x161)])){Animated[_0x1eeb(0xf6)](_0x5d48be,{'toValue':0x1,'duration':0xfa0,'useNativeDriver':![]})[_0x1eeb(0xf7)]();const _0x1228d5=_0x59b3bc['ahxvI'](_0x5edc85,()=>{_0x59b3bc[_0x1eeb(0x162)](_0x121673,_0x3bdb6b[_0x1eeb(0xb9)]),_0x231306[_0x1eeb(0xf2)]([0x0,0x64,0x32,0x64]),_0x59b3bc[_0x1eeb(0x163)](_0xbd8a37);},0xfa0);_0x5fb966(_0x1228d5);}else{if(_0x360a32){if(_0x4c3a97[_0x1eeb(0x164)](_0x1eeb(0x165),_0x1eeb(0x166)))await _0x4c3a97[_0x1eeb(0x167)](_0x360a32,_0x4899eb);else{_0x31a038[_0x1eeb(0x36)](_0x4c3a97['ueioF']);return;}}else _0x4c3a97[_0x1eeb(0x94)](_0x4c3a97[_0x1eeb(0x168)],_0x4c3a97[_0x1eeb(0x168)])?(_0x4beb2d[_0x1eeb(0xaa)]('🌐\x20[LLM]\x20Opening\x20'+_0x2bb3f6+_0x1eeb(0x131),_0x477ebb),_0x4c3a97[_0x1eeb(0x6f)](_0x2f1d31,_0xc3a1ea),_0x3376cc(!![])):await _0x4c3a97['uZMBL'](_0x5756b3,Array[_0x1eeb(0xd9)](_0x39a494));}}finally{_0x4c3a97[_0x1eeb(0x169)](_0x4c3a97[_0x1eeb(0x16a)],_0x1eeb(0x16b))?_0x4c3a97[_0x1eeb(0x16c)](_0x54d9ca,![]):_0x2feaf8(![]);}}},_0x26f82b=()=>{_0x4c3a97[_0x1eeb(0x77)](triggerHaptic,HapticType[_0x1eeb(0xb6)]),_0x4c3a97[_0x1eeb(0x16d)](_0x1efac0,![]);},_0x378ea6=async _0x2bc070=>{const _0x5438fe={'JYUMq':function(_0x27eac4,_0x21003f){return _0x27eac4(_0x21003f);},'feiON':function(_0xdced3a,_0x4a34e8){return _0x4c3a97['tZGZY'](_0xdced3a,_0x4a34e8);}};if(_0x4c3a97[_0x1eeb(0x16e)](_0x1eeb(0x16f),_0x4c3a97[_0x1eeb(0x170)]))_0x1daca8[_0x1eeb(0xaa)]('✅\x20[PLATFORMS]\x20Updated\x20connectedPlatforms\x20state\x20with:',_0x5bcb58['from'](_0x55048f));else{triggerHaptic(HapticType[_0x1eeb(0xb6)]),_0x4c3a97['XgWKp'](_0x382422,_0x2bc070);try{_0x4c3a97[_0x1eeb(0x171)]===_0x1eeb(0x172)?_0x28964e(_0x25436e=>{const _0x36f27a=new _0x3b3e38(_0x25436e);let _0x4b07c9=![];return _0x390611['forEach'](_0x4469a7=>{!_0x36f27a[_0x1eeb(0xd2)](_0x4469a7)&&(_0x36f27a[_0x1eeb(0x90)](_0x4469a7),_0x4b07c9=!![]);}),_0x4b07c9?_0x36f27a:_0x25436e;}):(await AsyncStorage[_0x1eeb(0xed)](_0x4c3a97[_0x1eeb(0x173)],_0x2bc070),console['log'](_0x1eeb(0x174)+_0x2bc070));}catch(_0x312d06){if(_0x4c3a97['gINrE'](_0x4c3a97[_0x1eeb(0x175)],_0x4c3a97['ZjtVr']))console[_0x1eeb(0x36)](_0x4c3a97['xTZJP'],_0x312d06);else{_0x54f715[_0x1eeb(0x36)](_0x1eeb(0x176),_0x36ee8f);const _0x30e781=_0x1eeb(0xe9)+_0x1af97e[_0x1eeb(0xf0)](_0x38b855[_0x1eeb(0xeb)]()*0x2710);_0x5438fe[_0x1eeb(0x177)](_0x34925f,_0x30e781);}}_0x2963c1&&(_0x4c3a97[_0x1eeb(0x178)]===_0x1eeb(0x34)?_0x4c3a97[_0x1eeb(0x146)](_0x2963c1,_0x2bc070):(_0x193e49&&(_0x5438fe[_0x1eeb(0x177)](_0x50371d,_0x1dc183),_0x5438fe['feiON'](_0x3d5cbf,null)),_0x99e43c[_0x1eeb(0x179)](0x0),Animated[_0x1eeb(0xf6)](_0x4d7577,{'toValue':0x0,'duration':0xc8,'useNativeDriver':![]})[_0x1eeb(0xf7)]()));}},_0x93301d=()=>{if(_0x4c3a97['WbgCP'](_0x1eeb(0x17a),_0x4c3a97[_0x1eeb(0x17b)])){const Linking=_0x4c3a97[_0x1eeb(0x17c)](__ONAIROS_REQ_FUNC__,0x0)[_0x1eeb(0x11f)];Linking['openURL'](_0x4c3a97['edNrM']);}else return React[_0x1eeb(0xd0)](_0x195bd6,{'visible':_0x4ffdd9,'onComplete':_0x42c3f4,'onBack':_0x372701});},_0x2cb183=async _0x185e3c=>{_0x5a2c26(_0x185e3c),setTemporaryPin(_0x185e3c),_0x5a1494(![]),_0x4c3a97[_0x1eeb(0x17c)](_0x5138fe,!![]);},_0x32db0b=()=>{_0x4c3a97[_0x1eeb(0x17d)](_0x5138fe,![]),_0x4c3a97[_0x1eeb(0x17e)](_0x1efac0,!![]);},_0x1da1fd=async _0x346b80=>{if(_0xb8476e){if(_0x4c3a97[_0x1eeb(0x17f)](_0x346b80,_0x1eeb(0x180))||_0x4c3a97[_0x1eeb(0x164)](_0x346b80,_0x4c3a97['KAdiu'])){if(_0x4c3a97['ZmexK'](_0x4c3a97[_0x1eeb(0x181)],_0x1eeb(0x182))){_0x508a40['log'](_0x1eeb(0x134)),_0x4c3a97[_0x1eeb(0x183)](_0x28f538,_0x2571ee),_0x4c3a97[_0x1eeb(0x184)](_0x4bfd0c,_0x4e3224=>({..._0x4e3224,[_0x4e933e]:_0x1eeb(0x3d)}));const _0x4722e0=_0x4c3a97[_0x1eeb(0x185)];_0x3f1648[_0x1eeb(0xaa)](_0x1eeb(0x186),_0x4722e0),_0x4c3a97[_0x1eeb(0x187)](_0x11c858,_0x4722e0),_0x4c3a97['MregF'](_0x545be3,!![]);return;}else{_0x4c3a97['fFvaI'](_0x4f0faa,_0xb8476e),_0x4c3a97[_0x1eeb(0x188)](_0x4bc47e,_0x4ef9e1=>({..._0x4ef9e1,[_0xb8476e]:_0x1eeb(0xad)}));try{if(_0x4c3a97[_0x1eeb(0x189)](_0x4c3a97[_0x1eeb(0x18a)],_0x4c3a97[_0x1eeb(0x18a)])){const _0x2d60a0=await AsyncStorage[_0x1eeb(0xb1)](_0x4c3a97['Npdjm']),_0x5ebcbf=_0x2d60a0?JSON[_0x1eeb(0xac)](_0x2d60a0):[];if(!_0x5ebcbf[_0x1eeb(0x89)](_0xb8476e[_0x1eeb(0xb3)]())){if(_0x4c3a97[_0x1eeb(0x18b)](_0x4c3a97[_0x1eeb(0x18c)],_0x4c3a97[_0x1eeb(0x18d)]))return React[_0x1eeb(0xd0)](_0x2dbff2,{'visible':_0x490d02,'onAccept':_0x3fd9c3,'onDecline':_0x327d84,'connectedPlatforms':_0x54090d[_0x1eeb(0xd9)](_0x2d6b85),'onConnectMore':_0x56a824,'loading':_0x5a9017});else _0x5ebcbf[_0x1eeb(0x8a)](_0xb8476e[_0x1eeb(0xb3)]()),await AsyncStorage[_0x1eeb(0xed)](_0x4c3a97['Npdjm'],JSON[_0x1eeb(0x18e)](_0x5ebcbf)),console[_0x1eeb(0xaa)](_0x1eeb(0x18f)+_0xb8476e+_0x1eeb(0x190),_0x5ebcbf);}}else return React[_0x1eeb(0xd0)](_0x2c3a7b,{'visible':_0x1fc4c0,'onComplete':_0x2be3ac});}catch(_0x323fc0){console[_0x1eeb(0x36)](_0x4c3a97['ndDnS'],_0x323fc0);}_0x4c3a97[_0x1eeb(0x191)](isLLMPlatform,_0xb8476e)&&(await AsyncStorage['setItem'](_0x1eeb(0x151)+_0xb8476e,JSON[_0x1eeb(0x18e)]({'connected':!![],'platform':_0xb8476e,'connectedAt':new Date()[_0x1eeb(0x192)]()})),console['log'](_0x1eeb(0x193)+_0xb8476e+_0x1eeb(0x194))),_0x4c3a97[_0x1eeb(0x189)](_0xb8476e['toLowerCase'](),_0x4c3a97[_0x1eeb(0x195)])&&(await AsyncStorage[_0x1eeb(0xed)]('@onairos:linkedin_connected',JSON[_0x1eeb(0x18e)]({'connected':!![],'platform':_0x4c3a97[_0x1eeb(0x195)],'connectedAt':new Date()['toISOString']()})),console[_0x1eeb(0xaa)](_0x1eeb(0x196)));}}else _0x4c3a97[_0x1eeb(0x12e)](_0x4bc47e,_0x14ca63=>({..._0x14ca63,[_0xb8476e]:'error'})),_0x4c3a97['DwFqC'](triggerHaptic,HapticType[_0x1eeb(0x82)]);}_0x4c3a97['tZGZY'](_0x5d8634,![]),_0x4c3a97[_0x1eeb(0x197)](_0x4aeb72,''),_0x5e8f84('');};_0x4c3a97[_0x1eeb(0x76)](useEffect,()=>{const _0x308b89={'IwTEF':function(_0x25efcb,_0xcc6f24){return _0x4c3a97[_0x1eeb(0x6c)](_0x25efcb,_0xcc6f24);},'ECPKl':function(_0x1e9f66,_0x397362){return _0x1e9f66===_0x397362;},'ESDhS':_0x4c3a97['fVDGL'],'LEKbo':_0x1eeb(0x198),'mxHXC':_0x4c3a97[_0x1eeb(0x199)],'oHgPs':function(_0x3a7fd2,_0x37a884){return _0x4c3a97['ZmexK'](_0x3a7fd2,_0x37a884);},'xMBjg':_0x4c3a97[_0x1eeb(0x112)],'SAPyc':function(_0x321b07,_0x30e282){return _0x4c3a97['gINrE'](_0x321b07,_0x30e282);},'SRLLV':_0x1eeb(0x44),'ctLgl':_0x4c3a97[_0x1eeb(0x9b)],'INRnc':_0x4c3a97[_0x1eeb(0x19a)]};if(_0x4c3a97[_0x1eeb(0xe6)](_0x4c3a97[_0x1eeb(0x19b)],_0x1eeb(0x19c))){const _0x7d5260={'CKeku':function(_0x56a16e,_0x2a01d6){return _0x308b89[_0x1eeb(0x19d)](_0x56a16e,_0x2a01d6);}},_0x208078=_0x308b89[_0x1eeb(0x19e)](_0x3a0317,_0x464f8b['id']),_0x40c2fc=_0x1f5d2a[_0x1eeb(0xd2)](_0x2efc5b['id']),_0x1a801f=_0x350ea3[_0x465691['id']]===_0x308b89[_0x1eeb(0x19f)];return React[_0x1eeb(0xd0)](TouchableOpacity,{'key':_0x2f5b36['id'],'style':[_0x15fa11[_0x1eeb(0x1a0)],_0x208078&&_0xc58a72[_0x1eeb(0x1a1)]],'onPress':()=>{_0x7d5260[_0x1eeb(0x1a2)](_0x5680f9,_0x5da863[_0x1eeb(0xb6)]),_0x7d5260[_0x1eeb(0x1a2)](_0x570755,_0x45407b['id']);},'activeOpacity':0.7},React[_0x1eeb(0xd0)](Image,{'source':_0x29b18e[_0x1eeb(0x1a3)],'style':[_0xedfcbf['platformIcon'],_0x308b89[_0x1eeb(0x19e)](_0x6948db['id'],_0x308b89[_0x1eeb(0x1a4)])&&_0x1ef574[_0x1eeb(0x1a5)],_0x308b89[_0x1eeb(0x19e)](_0x4c11b1['id'],_0x308b89['mxHXC'])&&_0x2c72c5['pinterestIcon'],_0x308b89['oHgPs'](_0x440241['id'],_0x308b89[_0x1eeb(0x1a6)])&&_0x4432e2[_0x1eeb(0x1a7)],_0x308b89[_0x1eeb(0x1a8)](_0x106edd['id'],_0x308b89[_0x1eeb(0x1a9)])&&_0x3cd1ba[_0x1eeb(0x1aa)],_0x308b89['oHgPs'](_0x31155c['id'],'claude')&&_0x46a147['claudeIcon'],_0x536f37['id']===_0x308b89[_0x1eeb(0x1ab)]&&_0x5884bc[_0x1eeb(0x1ac)]],'resizeMode':_0x308b89[_0x1eeb(0x1ad)]}),_0x1a801f&&React[_0x1eeb(0xd0)](View,{'style':_0x4f8648[_0x1eeb(0x1ae)]}),_0x40c2fc&&React[_0x1eeb(0xd0)](View,{'style':_0x4ffceb[_0x1eeb(0x1af)]}));}else{if(_0x4c3a97[_0x1eeb(0x1b0)](_0x258a9c,!_0x1d0c97)){const _0x117e1f=_0x4c3a97[_0x1eeb(0x1b1)](setTimeout,()=>{_0x4d4a67(_0x1c82e5=>{const _0x90266c=new Set(_0x1c82e5);return _0x90266c['add'](_0x258a9c),_0x90266c;}),_0x4c3a97[_0x1eeb(0x1b2)](triggerHaptic,HapticType[_0x1eeb(0xb9)]),console[_0x1eeb(0xaa)](_0x1eeb(0x13b)+_0x258a9c),_0x4c3a97[_0x1eeb(0x1b3)](_0x4f0faa,null);},0x12c);return()=>clearTimeout(_0x117e1f);}}},[_0x258a9c,_0x1d0c97]);const _0xad8b58=()=>{_0x4c3a97['sRUcF']('ijLaD',_0x4c3a97['BaXsX'])?_0x532ac9[_0x1eeb(0x36)](_0x4c3a97[_0x1eeb(0x1b4)],_0x4dff1d):(_0x4c3a97[_0x1eeb(0x146)](_0x5d8634,![]),_0x4c3a97[_0x1eeb(0x145)](_0x4aeb72,''),_0xb8476e&&(_0x4c3a97[_0x1eeb(0x1b5)](_0x4c3a97['VEkLR'],_0x1eeb(0x1b6))?(_0x13631d||_0x550f3a)&&_0x2fe92f[_0x1eeb(0xaa)](_0x1eeb(0x1b7)+_0x3a6a22+_0x1eeb(0x15d)+(_0x5b7e4e?_0x4c3a97[_0x1eeb(0x1b8)](_0x4c3a97[_0x1eeb(0x15f)],_0x275552[_0x1eeb(0xcf)](0x0,0x28))+_0x4c3a97[_0x1eeb(0x160)]:_0x4c3a97[_0x1eeb(0x141)])):_0x4bc47e(_0x3cda69=>({..._0x3cda69,[_0xb8476e]:_0x1eeb(0x1b9)}))),_0x4c3a97[_0x1eeb(0x183)](_0x5e8f84,''));},_0x24fb6d=()=>{_0x4c3a97[_0x1eeb(0x70)](_0x5a1494,![]);},_0x306b51=()=>{const _0x5d8f6d={'xLBxU':function(_0x5c91e9,_0x578430){return _0x5c91e9(_0x578430);}};_0x4864a9&&(_0x4c3a97[_0x1eeb(0x1ba)](_0x4c3a97[_0x1eeb(0x1bb)],_0x4c3a97['vgxwh'])?_0x4c3a97['vjdHX'](_0x4864a9):_0x5d8f6d[_0x1eeb(0x1bc)](_0x226ee8,![]));},_0x204ac4=()=>{const _0x42aae5={'OOHJB':function(_0x1c8e98,_0xece0b8){return _0x4c3a97[_0x1eeb(0x146)](_0x1c8e98,_0xece0b8);},'tunpZ':function(_0x325eb3,_0x748dbb){return _0x325eb3(_0x748dbb);}};if(_0x4c3a97[_0x1eeb(0x1bd)]==='DFMZC'){Animated[_0x1eeb(0xf6)](_0x4269b2,{'toValue':0x1,'duration':0xfa0,'useNativeDriver':![]})[_0x1eeb(0xf7)]();const _0x57fcca=_0x4c3a97['vHznA'](setTimeout,()=>{triggerHaptic(HapticType[_0x1eeb(0xb9)]),Vibration[_0x1eeb(0xf2)]([0x0,0x64,0x32,0x64]),_0x306b51();},0xfa0);_0x4c3a97[_0x1eeb(0x1be)](_0x51adb9,_0x57fcca);}else _0x42aae5[_0x1eeb(0x1bf)](_0x26c2bf,_0x108c60),_0x42aae5[_0x1eeb(0x1bf)](_0x85d976,_0x830605),_0x42aae5['OOHJB'](_0x220ca5,![]),_0x42aae5[_0x1eeb(0x1c0)](_0x1f8ae2,!![]);},_0x50a728=()=>{const _0x3659bd={'bPBqr':function(_0x5e1f2d,_0x3ad430){return _0x4c3a97[_0x1eeb(0x1b2)](_0x5e1f2d,_0x3ad430);}};_0x4c3a97['gINrE'](_0x4c3a97[_0x1eeb(0x1c1)],'JPasp')?(_0x2bef38&&(_0x4c3a97['DwFqC'](clearTimeout,_0x2bef38),_0x4c3a97[_0x1eeb(0x1b3)](_0x51adb9,null)),_0x4269b2['setValue'](0x0),Animated[_0x1eeb(0xf6)](_0x4269b2,{'toValue':0x0,'duration':0xc8,'useNativeDriver':![]})[_0x1eeb(0xf7)]()):_0x3659bd['bPBqr'](_0x27d154,_0x33d86b=>({..._0x33d86b,[_0x47f926]:_0x1eeb(0x1b9)}));};useEffect(()=>{const _0x44ec9e={'dgMzN':_0x4c3a97['IXsBL'],'DHzgc':function(_0x4eccb2,_0x95095c){return _0x4c3a97[_0x1eeb(0x1c2)](_0x4eccb2,_0x95095c);},'tegLL':_0x4c3a97[_0x1eeb(0x1c3)],'ZUuAW':function(_0x2c26b3,_0x5ceb64){return _0x4c3a97[_0x1eeb(0x12e)](_0x2c26b3,_0x5ceb64);}};return()=>{const _0x26dd8c={'YndPh':_0x44ec9e[_0x1eeb(0x1c4)]};if(_0x44ec9e[_0x1eeb(0x1c5)](_0x44ec9e[_0x1eeb(0x1c6)],_0x44ec9e[_0x1eeb(0x1c6)])){const _0x177e23=_0x3eeab6[_0x1eeb(0xac)](_0x4d4d40);_0x283cf1[_0x1eeb(0xaf)](_0x177e23)&&(_0x177e23[_0x1eeb(0x83)](_0x22201d=>{var _0x296c3f;const _0xcda99c=(_0x296c3f=_0x22201d['platform'])===null||_0x296c3f===void 0x0?void 0x0:_0x296c3f[_0x1eeb(0xb3)]();_0xcda99c&&!_0x116b23['includes'](_0xcda99c)&&_0x280167[_0x1eeb(0x8a)](_0xcda99c);}),_0x314445[_0x1eeb(0xaa)](_0x26dd8c[_0x1eeb(0x1c7)],_0x177e23[_0x1eeb(0x8c)](_0x327aa5=>_0x327aa5['platform'])));}else _0x2bef38&&_0x44ec9e[_0x1eeb(0x1c8)](clearTimeout,_0x2bef38);};},[_0x2bef38]),_0x4c3a97[_0x1eeb(0x1c9)](useEffect,()=>{_0x4c3a97['SZZZx'](_0x4c3a97['gGNMn'],_0x4c3a97[_0x1eeb(0x1ca)])?_0x4c3a97['iKylM'](_0x51364c,_0x2123e3):_0x4c3a97[_0x1eeb(0x1cb)](_0x1d0c97,_0x3de2fc)&&console[_0x1eeb(0xaa)](_0x1eeb(0x1b7)+_0x1d0c97+_0x1eeb(0x15d)+(_0x3de2fc?_0x4c3a97[_0x1eeb(0x15e)](_0x4c3a97[_0x1eeb(0x15f)],_0x3de2fc['substring'](0x0,0x28))+_0x1eeb(0x1cc):_0x4c3a97[_0x1eeb(0x141)]));},[_0x1d0c97,_0x3de2fc]);const _0x1c95e3=Math[_0x1eeb(0x1cd)](0x5,Math[_0x1eeb(0x1ce)](0x1,_0x4c3a97['vxGXZ'](_0x39a494[_0x1eeb(0x1cf)],0x1))),_0x3a5856=0x78,_0x2cc04f=0x46;if(_0x2fc0a3)return React[_0x1eeb(0xd0)](_0x1eba4d,{'visible':_0x2fc0a3,'onComplete':_0x2cb183,'onBack':_0x24fb6d});if(_0x2e420c){if(_0x4c3a97['eTSam'](_0x4c3a97[_0x1eeb(0x1d0)],_0x4c3a97[_0x1eeb(0x1d1)]))return React['createElement'](_0x21001e,{'visible':_0x2e420c,'onComplete':_0x32db0b});else _0x264aa7['error'](_0x4c3a97['ndDnS'],_0x5c1ec4);}if(_0x4c3a97[_0x1eeb(0x1b0)](_0x1d0c97,_0x3de2fc)){if(_0x4c3a97[_0x1eeb(0x1d2)](_0x4c3a97[_0x1eeb(0x1d3)],_0x4c3a97[_0x1eeb(0x1d4)]))_0x4c3a97[_0x1eeb(0x68)](_0x4aaa45,_0x1601f1=>({..._0x1601f1,[_0x136d51]:_0x1eeb(0x36)})),_0x4c3a97[_0x1eeb(0x197)](_0x365de2,_0x859e9f['ERROR']);else return console['log'](_0x1eeb(0xcd)+_0xb8476e+'\x20with\x20URL:\x20'+_0x3de2fc['substring'](0x0,0x3c)+_0x1eeb(0x23)),React[_0x1eeb(0xd0)](OAuthWebView,{'url':_0x3de2fc,'platform':_0xb8476e,'onClose':_0xad8b58,'onSuccess':_0x1da1fd,'onComplete':_0xad8b58,'username':_0x14308d});}const _0x1f0e2c=()=>{_0x4c3a97[_0x1eeb(0x1d5)](triggerHaptic,HapticType[_0x1eeb(0xb6)]),_0x4c3a97[_0x1eeb(0x184)](_0x1efac0,![]);};if(_0x4925fc){if(_0x4c3a97[_0x1eeb(0x1d2)]('fTMrM',_0x4c3a97[_0x1eeb(0x1d6)]))_0x194b5b();else return React['createElement'](_0x3cb9de,{'visible':_0x4925fc,'onAccept':_0x25a0fe,'onDecline':_0x26f82b,'connectedPlatforms':Array[_0x1eeb(0xd9)](_0x39a494),'onConnectMore':_0x1f0e2c,'loading':_0x4e4cdd});}return React[_0x1eeb(0xd0)](View,{'style':styles[_0x1eeb(0x1d7)]},React['createElement'](ScrollView,{'style':styles[_0x1eeb(0x1d8)],'showsVerticalScrollIndicator':![],'bounces':!![]},_0x1a8269&&React[_0x1eeb(0xd0)](TouchableOpacity,{'style':styles[_0x1eeb(0x1d9)],'onPress':_0x1a8269,'activeOpacity':0.7},React[_0x1eeb(0xd0)](Text,{'style':styles[_0x1eeb(0x1da)]},'‹')),React[_0x1eeb(0xd0)](View,{'style':styles[_0x1eeb(0x1db)]},React[_0x1eeb(0xd0)](Text,{'style':styles[_0x1eeb(0x1dc)]},_0x4c3a97[_0x1eeb(0x1dd)]),React[_0x1eeb(0xd0)](Text,{'style':styles[_0x1eeb(0x1de)]},_0x4c3a97[_0x1eeb(0x1df)])),React[_0x1eeb(0xd0)](View,{'style':styles[_0x1eeb(0x1e0)]},React[_0x1eeb(0xd0)](_0x2098d3,{'level':_0x1c95e3,'style':styles[_0x1eeb(0x1e1)]}),React[_0x1eeb(0xd0)](ScrollView,{'ref':_0xd0312f,'horizontal':!![],'style':[styles[_0x1eeb(0x1e2)],{'bottom':_0x3a5856}],'contentContainerStyle':[styles[_0x1eeb(0x1e3)],_0x4c3a97['tHwFa'](_0x49859f['length'],0x4)&&styles[_0x1eeb(0x1e4)]],'showsHorizontalScrollIndicator':![],'onScroll':_0x2fc7ca,'scrollEventThrottle':0x10,'decelerationRate':_0x4c3a97[_0x1eeb(0x1e5)],'scrollEnabled':_0x4c3a97[_0x1eeb(0x1e6)](_0x49859f['length'],0x4)},_0x49859f[_0x1eeb(0x8c)](_0x538cdd=>{const _0x503325=_0x2ee448===_0x538cdd['id'],_0x4d06df=_0x39a494[_0x1eeb(0xd2)](_0x538cdd['id']),_0x350b25=_0xb96f90[_0x538cdd['id']]===_0x4c3a97[_0x1eeb(0x1e7)];return React[_0x1eeb(0xd0)](TouchableOpacity,{'key':_0x538cdd['id'],'style':[styles[_0x1eeb(0x1a0)],_0x503325&&styles[_0x1eeb(0x1a1)]],'onPress':()=>{_0x4c3a97[_0x1eeb(0x1e8)](triggerHaptic,HapticType[_0x1eeb(0xb6)]),_0x4c3a97[_0x1eeb(0x1d5)](_0x4fdfb5,_0x538cdd['id']);},'activeOpacity':0.7},React[_0x1eeb(0xd0)](Image,{'source':_0x538cdd[_0x1eeb(0x1a3)],'style':[styles[_0x1eeb(0x1e9)],_0x4c3a97[_0x1eeb(0x1ea)](_0x538cdd['id'],_0x4c3a97['VAuRz'])&&styles[_0x1eeb(0x1a5)],_0x538cdd['id']===_0x4c3a97['vaowp']&&styles[_0x1eeb(0x1eb)],_0x4c3a97['zBsaB'](_0x538cdd['id'],_0x1eeb(0x3e))&&styles[_0x1eeb(0x1a7)],_0x4c3a97[_0x1eeb(0x17f)](_0x538cdd['id'],_0x4c3a97[_0x1eeb(0x114)])&&styles[_0x1eeb(0x1aa)],_0x4c3a97[_0x1eeb(0xf8)](_0x538cdd['id'],_0x4c3a97[_0x1eeb(0x9a)])&&styles[_0x1eeb(0x1ec)],_0x4c3a97[_0x1eeb(0x1ed)](_0x538cdd['id'],_0x4c3a97[_0x1eeb(0x9b)])&&styles[_0x1eeb(0x1ac)]],'resizeMode':_0x4c3a97['rESXI']}),_0x350b25&&React[_0x1eeb(0xd0)](View,{'style':styles['connectingDot']}),_0x4d06df&&React[_0x1eeb(0xd0)](View,{'style':styles['connectedDot']}));})),_0x4c3a97[_0x1eeb(0x1ee)](_0x49859f[_0x1eeb(0x7d)],0x4)&&React[_0x1eeb(0xd0)](View,{'style':[styles[_0x1eeb(0x1ef)],{'bottom':_0x2cc04f}]},React[_0x1eeb(0xd0)](View,{'style':styles[_0x1eeb(0x1f0)]},React['createElement'](View,{'style':[styles[_0x1eeb(0x1f1)],{'left':_0x3bb1bb*0x38}]}))),_0x5f12a5&&_0x49859f[_0x1eeb(0x7d)]>0x4&&React[_0x1eeb(0xd0)](Animated[_0x1eeb(0x1f2)],{'style':[styles[_0x1eeb(0x1f3)],{'transform':[{'translateX':_0xf4dad['interpolate']({'inputRange':[0x0,0x1],'outputRange':[0x0,0x8]})}],'opacity':_0xf4dad[_0x1eeb(0x1f4)]({'inputRange':[0x0,0x1],'outputRange':[0.5,0x1]})}]},React[_0x1eeb(0xd0)](Text,{'style':styles[_0x1eeb(0x1f5)]},'›'))),React[_0x1eeb(0xd0)](View,{'style':styles[_0x1eeb(0x1f6)]},_0x2ee448&&((()=>{const _0x2d7ee4={'vpFVP':function(_0x2cf405,_0xf0365b){return _0x4c3a97[_0x1eeb(0x1d2)](_0x2cf405,_0xf0365b);}};if(_0x4c3a97[_0x1eeb(0x1f7)](_0x4c3a97[_0x1eeb(0x1f8)],_0x1eeb(0x1f9))){var _0x290c29;const _0x18eb7d=_0x2d7ee4[_0x1eeb(0x1fa)](_0x290c29=_0x3944cd[_0x1eeb(0x88)],null)||_0x290c29===void 0x0?void 0x0:_0x290c29[_0x1eeb(0xb3)]();_0x18eb7d&&!_0x4a9aec[_0x1eeb(0x89)](_0x18eb7d)&&_0x3973e6[_0x1eeb(0x8a)](_0x18eb7d);}else{const _0x372b03=_0x49859f[_0x1eeb(0x11e)](_0x1358d7=>_0x1358d7['id']===_0x2ee448);if(!_0x372b03)return null;const _0x4370c9=_0x39a494[_0x1eeb(0xd2)](_0x2ee448),_0x1178c7=_0x4c3a97[_0x1eeb(0x79)](_0xb96f90[_0x2ee448],_0x4c3a97[_0x1eeb(0x1e7)]),_0x4592a5=_0x3f785c===null||_0x3f785c===void 0x0?void 0x0:_0x3f785c['includes'](_0x2ee448);return React[_0x1eeb(0xd0)](View,{'style':styles['platformCard']},React[_0x1eeb(0xd0)](View,{'style':styles[_0x1eeb(0x1fb)]},React[_0x1eeb(0xd0)](Text,{'style':styles[_0x1eeb(0x1fc)]},_0x372b03[_0x1eeb(0x1fd)]),_0x4592a5&&React[_0x1eeb(0xd0)](View,{'style':styles['recommendedBadge']},React[_0x1eeb(0xd0)](Text,{'style':styles[_0x1eeb(0x1fe)]},_0x4c3a97[_0x1eeb(0x1ff)])),React[_0x1eeb(0xd0)](TouchableOpacity,{'activeOpacity':0.8,'onPress':()=>!_0x1178c7&&_0x3600c4(_0x2ee448,!_0x4370c9),'disabled':_0x1178c7,'style':[styles[_0x1eeb(0x200)],{'backgroundColor':_0x4370c9?_0x4c3a97[_0x1eeb(0x201)]:_0x4c3a97['KbiUP']}]},React['createElement'](View,{'style':[styles[_0x1eeb(0x202)],{'transform':[{'translateX':_0x4370c9?0x14:0x0}]}]}))),React[_0x1eeb(0xd0)](View,{'style':styles[_0x1eeb(0x203)]},React[_0x1eeb(0xd0)](Text,{'style':styles[_0x1eeb(0x204)]},_0x372b03['description'])));}})())),React[_0x1eeb(0xd0)](View,{'style':styles[_0x1eeb(0x205)]},React[_0x1eeb(0xd0)](Text,{'style':styles[_0x1eeb(0x206)]},_0x4c3a97[_0x1eeb(0x207)]),React['createElement'](Text,{'style':styles['refreshFrequencyDescription']},_0x4c3a97['ZGdGg']),React[_0x1eeb(0xd0)](View,{'style':styles['refreshSegmentedControl']},MODEL_REFRESH_OPTIONS[_0x1eeb(0x8c)](_0x257a04=>React[_0x1eeb(0xd0)](TouchableOpacity,{'key':_0x257a04[_0x1eeb(0x208)],'style':[styles[_0x1eeb(0x209)],_0x42949c===_0x257a04[_0x1eeb(0x208)]&&styles[_0x1eeb(0x20a)]],'onPress':()=>_0x378ea6(_0x257a04['value']),'activeOpacity':0.7},React[_0x1eeb(0xd0)](Text,{'style':[styles[_0x1eeb(0x20b)],_0x42949c===_0x257a04[_0x1eeb(0x208)]&&styles['refreshSegmentTextSelected']]},_0x257a04[_0x1eeb(0x20c)])))),React[_0x1eeb(0xd0)](Text,{'style':styles[_0x1eeb(0x20d)]},(_0x4c3a97[_0x1eeb(0x16e)](_0x4e9d3f=MODEL_REFRESH_OPTIONS[_0x1eeb(0x11e)](_0x13214e=>_0x13214e[_0x1eeb(0x208)]===_0x42949c),null)||_0x4c3a97[_0x1eeb(0x16e)](_0x4e9d3f,void 0x0)?void 0x0:_0x4e9d3f['description'])||'')),React[_0x1eeb(0xd0)](View,{'style':styles['bottomButtonContainer']},React[_0x1eeb(0xd0)](View,{'style':styles[_0x1eeb(0x20e)]},React[_0x1eeb(0xd0)](_0x36ac42,{'label':_0x1eeb(0x20f),'onPress':_0xdb4bf3,'disabled':loading||_0x39a494['size']===0x0||_0x2c17b3||_0x50ad3c,'loading':_0x4c3a97[_0x1eeb(0x210)](loading,_0x2c17b3)||_0x50ad3c}),React[_0x1eeb(0xd0)](TouchableOpacity,{'style':styles[_0x1eeb(0x211)],'activeOpacity':0x1,'onPressIn':_0x204ac4,'onPressOut':_0x50a728,'onPress':()=>{_0x4c3a97['FIrqH'](_0x39a494['size'],0x0)&&!loading&&!_0x2c17b3&&!_0x50ad3c&&_0xdb4bf3();}},React[_0x1eeb(0xd0)](Animated['View'],{'style':[styles[_0x1eeb(0x212)],{'width':_0x4269b2['interpolate']({'inputRange':[0x0,0x1],'outputRange':['0%',_0x1eeb(0x213)]})}]}))),_0x3e1068&&React[_0x1eeb(0xd0)](TouchableOpacity,{'style':styles[_0x1eeb(0x214)],'onPress':_0x3d7793},React['createElement'](Text,{'style':styles[_0x1eeb(0x215)]},_0x4c3a97[_0x1eeb(0x216)])))));},styles=StyleSheet['create']({'container':{'flex':0x1,'backgroundColor':COLORS[_0x1eeb(0x217)],'paddingHorizontal':0x18},'backButton':{'width':0x20,'height':0x20,'borderRadius':0x10,'backgroundColor':_0x1eeb(0x218),'alignItems':_0x1eeb(0x219),'justifyContent':'center','marginBottom':0x2},'backButtonText':{'fontSize':0x16,'fontWeight':_0x1eeb(0x21a),'color':_0x1eeb(0x21b),'marginTop':-0x2},'scrollContent':{'flex':0x1},'headingContainer':{'width':_0x1eeb(0x213),'marginBottom':SPACING['sm'],'paddingTop':0x0,'marginTop':0x0},'title':{'fontFamily':'IBM\x20Plex\x20Sans','fontWeight':_0x1eeb(0x21c),'fontSize':0x18,'lineHeight':0x20,'color':COLORS['grey800'],'textAlign':'left','marginBottom':0x4},'subtitle':{'fontFamily':_0x1eeb(0x21d),'fontWeight':_0x1eeb(0x21e),'fontSize':0x10,'lineHeight':0x18,'color':COLORS['grey600'],'textAlign':_0x1eeb(0x21f)},'personaContainer':{'alignItems':'center','position':_0x1eeb(0x220),'marginTop':-0x14,'marginBottom':-0x78,'height':0x1c2},'largePersona':{'width':0x1f4,'height':0x1f4},'platformIconsOverlay':{'position':_0x1eeb(0x221),'width':'100%','height':0x46,'zIndex':0xa},'platformIconsScrollContent':{'flexDirection':_0x1eeb(0x222),'alignItems':'center','paddingHorizontal':0x14,'gap':0x18},'platformIconsCentered':{'flexGrow':0x1,'justifyContent':'center'},'platformIconButton':{'width':0x34,'height':0x34,'borderRadius':0x1a,'backgroundColor':_0x1eeb(0x223),'justifyContent':_0x1eeb(0x219),'alignItems':_0x1eeb(0x219),'borderWidth':0x3,'borderColor':_0x1eeb(0x224),'shadowColor':_0x1eeb(0x225),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.15,'shadowRadius':0x4,'elevation':0x4},'platformIconButtonSelected':{'borderColor':_0x1eeb(0x226),'backgroundColor':_0x1eeb(0x227)},'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':_0x1eeb(0x221),'top':0x2,'right':0x2,'width':0xc,'height':0xc,'borderRadius':0x6,'backgroundColor':_0x1eeb(0x228),'borderWidth':0x2,'borderColor':COLORS[_0x1eeb(0x217)]},'connectedDot':{'position':_0x1eeb(0x221),'top':0x2,'right':0x2,'width':0xc,'height':0xc,'borderRadius':0x6,'backgroundColor':_0x1eeb(0x46),'borderWidth':0x2,'borderColor':COLORS['surface']},'cardContainer':{'alignItems':'center','marginTop':0x10,'marginBottom':SPACING['md']},'platformCard':{'width':0x147,'backgroundColor':_0x1eeb(0x223),'borderRadius':0x10,'padding':0x8,'shadowColor':_0x1eeb(0x225),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.1,'shadowRadius':0x8,'elevation':0x3,'gap':0xa},'cardHeader':{'flexDirection':_0x1eeb(0x222),'alignItems':'center','justifyContent':_0x1eeb(0x229)},'platformCardTitle':{'fontSize':0x10,'fontWeight':_0x1eeb(0x21a),'color':COLORS[_0x1eeb(0x22a)],'fontFamily':_0x1eeb(0x22b)},'recommendedBadge':{'backgroundColor':'#EFF6FF','paddingHorizontal':0xc,'paddingVertical':0x6,'borderRadius':0x10,'marginLeft':0x8},'recommendedBadgeText':{'fontSize':0xc,'fontWeight':_0x1eeb(0x21a),'color':'#2563EB','fontFamily':_0x1eeb(0x22b)},'customToggleTrack':{'width':0x32,'height':0x1e,'borderRadius':0xf,'padding':0x2,'marginLeft':'auto','marginRight':0x8,'justifyContent':_0x1eeb(0x219)},'customToggleThumb':{'width':0x1a,'height':0x1a,'borderRadius':0xd,'backgroundColor':'#FFFFFF','shadowColor':_0x1eeb(0x225),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.2,'shadowRadius':0x2,'elevation':0x2},'descriptionContainer':{'backgroundColor':_0x1eeb(0x22c),'borderRadius':0x8,'padding':0x8},'platformCardDescription':{'fontSize':0xd,'lineHeight':0x12,'color':COLORS[_0x1eeb(0x22d)],'fontFamily':'Inter'},'refreshFrequencySection':{'paddingHorizontal':0x10,'paddingVertical':0x14,'marginTop':0xc,'backgroundColor':_0x1eeb(0x22e),'borderRadius':0x10,'marginHorizontal':SPACING['md'],'marginBottom':0x8,'borderWidth':0x1,'borderColor':_0x1eeb(0x22f)},'refreshFrequencyTitle':{'fontSize':0x11,'fontWeight':_0x1eeb(0x21c),'color':_0x1eeb(0x21b),'fontFamily':'IBM\x20Plex\x20Sans','marginBottom':0x4},'refreshFrequencyDescription':{'fontSize':0xe,'color':_0x1eeb(0x230),'fontFamily':_0x1eeb(0x21d),'fontWeight':_0x1eeb(0x21e),'marginBottom':0x10},'refreshSegmentedControl':{'flexDirection':_0x1eeb(0x222),'backgroundColor':'#E8E8ED','borderRadius':0xc,'padding':0x3},'refreshSegment':{'flex':0x1,'paddingVertical':0xa,'alignItems':'center','justifyContent':_0x1eeb(0x219),'borderRadius':0xa},'refreshSegmentSelected':{'backgroundColor':_0x1eeb(0x21b),'shadowColor':_0x1eeb(0x225),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.15,'shadowRadius':0x4,'elevation':0x3},'refreshSegmentText':{'fontSize':0xf,'fontFamily':_0x1eeb(0x21d),'fontWeight':_0x1eeb(0x231),'color':'#8E8E93'},'refreshSegmentTextSelected':{'fontWeight':_0x1eeb(0x21c),'color':_0x1eeb(0x223)},'refreshFrequencyHint':{'fontSize':0xd,'fontFamily':_0x1eeb(0x21d),'fontWeight':_0x1eeb(0x21e),'color':'#8E8E93','textAlign':'center','marginTop':0xc},'privacyLinkContainer':{'marginTop':0x10,'paddingTop':0x10,'borderTopWidth':0x1,'borderTopColor':_0x1eeb(0x232),'alignItems':_0x1eeb(0x219)},'privacyLinkText':{'fontSize':0xe,'color':_0x1eeb(0x233),'fontFamily':'Inter','fontWeight':_0x1eeb(0x231)},'bottomButtonContainer':{'paddingTop':0x8,'paddingBottom':0x0,'paddingHorizontal':SPACING['md']},'buttonWrapper':{'position':_0x1eeb(0x220)},'buttonOverlay':{'position':_0x1eeb(0x221),'top':0x0,'left':0x0,'right':0x0,'bottom':0x0,'borderRadius':0xc,'overflow':_0x1eeb(0x234)},'holdProgressBar':{'position':_0x1eeb(0x221),'bottom':0x0,'left':0x0,'height':0x4,'backgroundColor':'#10B981','borderRadius':0x2},'skipButton':{'alignItems':_0x1eeb(0x219),'paddingVertical':0xa,'marginBottom':0x22},'skipButtonText':{'fontSize':0x10,'fontFamily':_0x1eeb(0x21d),'fontWeight':_0x1eeb(0x231),'color':COLORS[_0x1eeb(0x22d)]},'pageIndicatorContainer':{'position':'absolute','alignSelf':_0x1eeb(0x219),'zIndex':0xb},'scrollBarTrack':{'width':0x50,'height':0x4,'backgroundColor':COLORS['grey300'],'borderRadius':0x2,'position':'relative','overflow':_0x1eeb(0x234)},'scrollBarThumb':{'position':_0x1eeb(0x221),'width':0x18,'height':0x4,'backgroundColor':COLORS[_0x1eeb(0x22d)],'borderRadius':0x2,'left':0x0},'scrollIndicator':{'position':_0x1eeb(0x221),'bottom':0x3c,'right':0x1e,'zIndex':0xc},'scrollIndicatorText':{'fontSize':0x20,'color':COLORS[_0x1eeb(0x235)],'fontWeight':_0x1eeb(0x236)}});export default PlatformConnectorsStep;
@@ -1 +1 @@
1
- import React from'react';import{View,Text,StyleSheet,TouchableOpacity,ActivityIndicator}from'react-native';import _0x37dda1 from'react-native-vector-icons/MaterialIcons';function _0x5dbb(_0x12eb72,_0x5dbb58){_0x12eb72=_0x12eb72-0x0;const _0x341ebb=_0x12eb();let _0x39303e=_0x341ebb[_0x12eb72];return _0x39303e;}import{COLORS,PLATFORMS}from'../constants';function _0x12eb(){const _0x236590=['Disconnect','Connect','Connect\x20your\x20platforms','createElement','platformContainer','icon','platformName','name','description','platformDescription','connectButton','connectedButton','disconnectedButton','buttonText','fJybT','container','title','LchPq','subtitle','Connect\x20at\x20least\x202\x20platforms\x20to\x20proceed','platformsList','entries','map','proceedButton','disabledButton','proceedButtonText','Proceed','create','600','text','primary','secondary','#fff','border','row','center','success'];_0x12eb=function(){return _0x236590;};return _0x12eb();}export const PlatformList=({connections:_0x4be814,onToggle:_0xf951eb,isLoading:_0x4d95ba,canProceed:_0x3e232a,onProceed:_0x34749c})=>{const _0x56cf0f={'NmzEf':'#fff','fJybT':_0x5dbb(0x0),'HENjY':_0x5dbb(0x1),'LchPq':_0x5dbb(0x2)},_0xa4f63=(_0x1ecd8c,_0x2a82a2)=>{const _0x4de5bc=PLATFORMS[_0x1ecd8c];if(!_0x4de5bc)return null;return React[_0x5dbb(0x3)](View,{'key':_0x1ecd8c,'style':styles[_0x5dbb(0x4)]},React['createElement'](View,{'style':styles['platformHeader']},React[_0x5dbb(0x3)](_0x37dda1,{'name':_0x4de5bc[_0x5dbb(0x5)],'size':0x18,'color':_0x4de5bc['color']}),React[_0x5dbb(0x3)](Text,{'style':styles[_0x5dbb(0x6)]},_0x4de5bc[_0x5dbb(0x7)])),_0x4de5bc[_0x5dbb(0x8)]&&React[_0x5dbb(0x3)](Text,{'style':styles[_0x5dbb(0x9)]},_0x4de5bc[_0x5dbb(0x8)]),React['createElement'](TouchableOpacity,{'style':[styles[_0x5dbb(0xa)],_0x2a82a2?styles[_0x5dbb(0xb)]:styles[_0x5dbb(0xc)]],'onPress':()=>_0xf951eb(_0x1ecd8c,!_0x2a82a2),'disabled':_0x4d95ba},_0x4d95ba?React[_0x5dbb(0x3)](ActivityIndicator,{'color':_0x56cf0f['NmzEf']}):React[_0x5dbb(0x3)](Text,{'style':styles[_0x5dbb(0xd)]},_0x2a82a2?_0x56cf0f[_0x5dbb(0xe)]:_0x56cf0f['HENjY'])));};return React[_0x5dbb(0x3)](View,{'style':styles[_0x5dbb(0xf)]},React['createElement'](Text,{'style':styles[_0x5dbb(0x10)]},_0x56cf0f[_0x5dbb(0x11)]),React['createElement'](Text,{'style':styles[_0x5dbb(0x12)]},_0x5dbb(0x13)),React[_0x5dbb(0x3)](View,{'style':styles[_0x5dbb(0x14)]},Object[_0x5dbb(0x15)](_0x4be814)[_0x5dbb(0x16)](([_0x30afc7,_0x3c412b])=>_0xa4f63(_0x30afc7,!!_0x3c412b))),React['createElement'](TouchableOpacity,{'style':[styles[_0x5dbb(0x17)],!_0x3e232a&&styles[_0x5dbb(0x18)]],'onPress':_0x34749c,'disabled':!_0x3e232a||_0x4d95ba},React[_0x5dbb(0x3)](Text,{'style':styles[_0x5dbb(0x19)]},_0x5dbb(0x1a))));};const styles=StyleSheet[_0x5dbb(0x1b)]({'container':{'flex':0x1,'padding':0x10},'title':{'fontSize':0x14,'fontWeight':_0x5dbb(0x1c),'marginBottom':0x8,'color':COLORS[_0x5dbb(0x1d)][_0x5dbb(0x1e)]},'subtitle':{'fontSize':0xe,'color':COLORS['text'][_0x5dbb(0x1f)],'marginBottom':0x18},'platformsList':{'flex':0x1},'platformContainer':{'backgroundColor':_0x5dbb(0x20),'borderRadius':0xc,'padding':0x10,'marginBottom':0x10,'borderWidth':0x1,'borderColor':COLORS[_0x5dbb(0x21)]},'platformHeader':{'flexDirection':_0x5dbb(0x22),'alignItems':_0x5dbb(0x23),'marginBottom':0x8},'platformName':{'fontSize':0x10,'fontWeight':'600','marginLeft':0xc,'color':COLORS[_0x5dbb(0x1d)][_0x5dbb(0x1e)]},'platformDescription':{'fontSize':0xe,'color':COLORS[_0x5dbb(0x1d)]['secondary'],'marginBottom':0x10},'connectButton':{'paddingVertical':0x8,'paddingHorizontal':0x10,'borderRadius':0x8,'alignItems':_0x5dbb(0x23)},'connectedButton':{'backgroundColor':COLORS[_0x5dbb(0x24)]},'disconnectedButton':{'backgroundColor':COLORS['primary']},'buttonText':{'color':_0x5dbb(0x20),'fontWeight':_0x5dbb(0x1c)},'proceedButton':{'backgroundColor':COLORS[_0x5dbb(0x1e)],'paddingVertical':0x10,'borderRadius':0xc,'alignItems':_0x5dbb(0x23),'marginTop':0x10},'disabledButton':{'opacity':0.5},'proceedButtonText':{'color':'#fff','fontSize':0x10,'fontWeight':'600'}});
1
+ import React from'react';function _0x5e25(_0x45cc6f,_0x5e2579){_0x45cc6f=_0x45cc6f-0x0;const _0x339c73=_0x45cc();let _0x382093=_0x339c73[_0x45cc6f];return _0x382093;}import{View,Text,StyleSheet,TouchableOpacity,ActivityIndicator}from'react-native';import _0x1dc240 from'react-native-vector-icons/MaterialIcons';import{COLORS,PLATFORMS}from'../constants';export const PlatformList=({connections:_0x47e7ba,onToggle:_0x35c52d,isLoading:_0x113594,canProceed:_0x487da7,onProceed:_0x1409fb})=>{const _0x5c9a75={'aBWXg':'#fff','qhBdp':_0x5e25(0x0)},_0x487a93=(_0x2d7fa4,_0x487bbb)=>{const _0x4258e5=PLATFORMS[_0x2d7fa4];if(!_0x4258e5)return null;return React[_0x5e25(0x1)](View,{'key':_0x2d7fa4,'style':styles[_0x5e25(0x2)]},React['createElement'](View,{'style':styles[_0x5e25(0x3)]},React[_0x5e25(0x1)](_0x1dc240,{'name':_0x4258e5[_0x5e25(0x4)],'size':0x18,'color':_0x4258e5[_0x5e25(0x5)]}),React[_0x5e25(0x1)](Text,{'style':styles[_0x5e25(0x6)]},_0x4258e5[_0x5e25(0x7)])),_0x4258e5[_0x5e25(0x8)]&&React['createElement'](Text,{'style':styles[_0x5e25(0x9)]},_0x4258e5[_0x5e25(0x8)]),React[_0x5e25(0x1)](TouchableOpacity,{'style':[styles['connectButton'],_0x487bbb?styles['connectedButton']:styles['disconnectedButton']],'onPress':()=>_0x35c52d(_0x2d7fa4,!_0x487bbb),'disabled':_0x113594},_0x113594?React['createElement'](ActivityIndicator,{'color':_0x5c9a75[_0x5e25(0xa)]}):React[_0x5e25(0x1)](Text,{'style':styles['buttonText']},_0x487bbb?'Disconnect':_0x5e25(0xb))));};return React['createElement'](View,{'style':styles[_0x5e25(0xc)]},React[_0x5e25(0x1)](Text,{'style':styles[_0x5e25(0xd)]},_0x5c9a75['qhBdp']),React[_0x5e25(0x1)](Text,{'style':styles[_0x5e25(0xe)]},_0x5e25(0xf)),React[_0x5e25(0x1)](View,{'style':styles['platformsList']},Object[_0x5e25(0x10)](_0x47e7ba)[_0x5e25(0x11)](([_0x1119a3,_0x36b1c7])=>_0x487a93(_0x1119a3,!!_0x36b1c7))),React[_0x5e25(0x1)](TouchableOpacity,{'style':[styles[_0x5e25(0x12)],!_0x487da7&&styles[_0x5e25(0x13)]],'onPress':_0x1409fb,'disabled':!_0x487da7||_0x113594},React[_0x5e25(0x1)](Text,{'style':styles['proceedButtonText']},_0x5e25(0x14))));};function _0x45cc(){const _0x5b8a37=['Connect\x20your\x20platforms','createElement','platformContainer','platformHeader','icon','color','platformName','name','description','platformDescription','aBWXg','Connect','container','title','subtitle','Connect\x20at\x20least\x202\x20platforms\x20to\x20proceed','entries','map','proceedButton','disabledButton','Proceed','600','primary','text','secondary','#fff','border','row','center'];_0x45cc=function(){return _0x5b8a37;};return _0x45cc();}const styles=StyleSheet['create']({'container':{'flex':0x1,'padding':0x10},'title':{'fontSize':0x14,'fontWeight':_0x5e25(0x15),'marginBottom':0x8,'color':COLORS['text'][_0x5e25(0x16)]},'subtitle':{'fontSize':0xe,'color':COLORS[_0x5e25(0x17)][_0x5e25(0x18)],'marginBottom':0x18},'platformsList':{'flex':0x1},'platformContainer':{'backgroundColor':_0x5e25(0x19),'borderRadius':0xc,'padding':0x10,'marginBottom':0x10,'borderWidth':0x1,'borderColor':COLORS[_0x5e25(0x1a)]},'platformHeader':{'flexDirection':_0x5e25(0x1b),'alignItems':_0x5e25(0x1c),'marginBottom':0x8},'platformName':{'fontSize':0x10,'fontWeight':'600','marginLeft':0xc,'color':COLORS[_0x5e25(0x17)][_0x5e25(0x16)]},'platformDescription':{'fontSize':0xe,'color':COLORS[_0x5e25(0x17)][_0x5e25(0x18)],'marginBottom':0x10},'connectButton':{'paddingVertical':0x8,'paddingHorizontal':0x10,'borderRadius':0x8,'alignItems':_0x5e25(0x1c)},'connectedButton':{'backgroundColor':COLORS['success']},'disconnectedButton':{'backgroundColor':COLORS[_0x5e25(0x16)]},'buttonText':{'color':_0x5e25(0x19),'fontWeight':_0x5e25(0x15)},'proceedButton':{'backgroundColor':COLORS['primary'],'paddingVertical':0x10,'borderRadius':0xc,'alignItems':_0x5e25(0x1c),'marginTop':0x10},'disabledButton':{'opacity':0.5},'proceedButtonText':{'color':_0x5e25(0x19),'fontSize':0x10,'fontWeight':'600'}});