@onairos/react-native 3.6.8 → 3.6.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (257) hide show
  1. package/README.md +423 -423
  2. package/lib/commonjs/api/index.js +1 -1
  3. package/lib/commonjs/assets/images/Checkbox.svg +3 -3
  4. package/lib/commonjs/assets/images/EnochE.svg +19 -19
  5. package/lib/commonjs/assets/images/Personalityprofile.svg +3 -3
  6. package/lib/commonjs/assets/images/Personalitytraits.svg +3 -3
  7. package/lib/commonjs/assets/images/Userpreferences.svg +3 -3
  8. package/lib/commonjs/assets/images/arrow.svg +20 -20
  9. package/lib/commonjs/assets/images/basicproficon.svg +43 -43
  10. package/lib/commonjs/assets/images/basicprofile.svg +3 -3
  11. package/lib/commonjs/assets/images/checkmark.svg +4 -4
  12. package/lib/commonjs/assets/images/contentanalysis.svg +3 -3
  13. package/lib/commonjs/assets/images/contenticon.svg +23 -23
  14. package/lib/commonjs/assets/images/personalityicon.svg +18 -18
  15. package/lib/commonjs/assets/images/x-close.svg +3 -3
  16. package/lib/commonjs/components/BodyText.js +1 -1
  17. package/lib/commonjs/components/BrandMark.js +1 -1
  18. package/lib/commonjs/components/CodeInput.js +1 -1
  19. package/lib/commonjs/components/EmailInput.js +1 -1
  20. package/lib/commonjs/components/GoogleButton.js +1 -1
  21. package/lib/commonjs/components/HeadingGroup.js +1 -1
  22. package/lib/commonjs/components/LLMDataInputModal.js +1 -1
  23. package/lib/commonjs/components/ModalHeader.js +1 -1
  24. package/lib/commonjs/components/ModalSheet.js +1 -1
  25. package/lib/commonjs/components/Onairos.js +1 -1
  26. package/lib/commonjs/components/OnairosButton.js +1 -1
  27. package/lib/commonjs/components/OnairosSignInButton.js +1 -1
  28. package/lib/commonjs/components/Overlay.js +1 -1
  29. package/lib/commonjs/components/PersonaImage.js +1 -1
  30. package/lib/commonjs/components/PersonaLoadingScreen.js +1 -1
  31. package/lib/commonjs/components/PersonalizationConsentScreen.js +1 -1
  32. package/lib/commonjs/components/PinCreationScreen.js +1 -1
  33. package/lib/commonjs/components/PinInput.js +1 -1
  34. package/lib/commonjs/components/PlatformConnectorsStep.js +1 -1
  35. package/lib/commonjs/components/PlatformList.js +1 -1
  36. package/lib/commonjs/components/PlatformToggle.js +1 -1
  37. package/lib/commonjs/components/PrimaryButton.js +1 -1
  38. package/lib/commonjs/components/SignInMatchAnimation.js +1 -1
  39. package/lib/commonjs/components/SignInStep.js +1 -1
  40. package/lib/commonjs/components/UniversalOnboarding.js +1 -1
  41. package/lib/commonjs/components/VerificationStep.js +1 -1
  42. package/lib/commonjs/components/WelcomeScreen.js +1 -1
  43. package/lib/commonjs/components/icons/Basicproficon.js +1 -1
  44. package/lib/commonjs/components/icons/Basicprofile.js +1 -1
  45. package/lib/commonjs/components/icons/Checkbox.js +1 -1
  46. package/lib/commonjs/components/icons/Checkmark.js +1 -1
  47. package/lib/commonjs/components/icons/Contentanalysis.js +1 -1
  48. package/lib/commonjs/components/icons/Contenticon.js +1 -1
  49. package/lib/commonjs/components/icons/EnochE.js +1 -1
  50. package/lib/commonjs/components/icons/Personalityicon.js +1 -1
  51. package/lib/commonjs/components/icons/Personalityprofile.js +1 -1
  52. package/lib/commonjs/components/icons/Personalitytraits.js +1 -1
  53. package/lib/commonjs/components/icons/Userpreferences.js +1 -1
  54. package/lib/commonjs/components/icons/index.js +1 -1
  55. package/lib/commonjs/components/onboarding/OAuthWebView.js +1 -1
  56. package/lib/commonjs/components/onboarding/OnboardingHeader.js +1 -1
  57. package/lib/commonjs/components/onboarding/PinInput.js +1 -1
  58. package/lib/commonjs/components/onboarding/PlatformConnector.js +1 -1
  59. package/lib/commonjs/config/PLATFORM_APIS.md +559 -0
  60. package/lib/commonjs/config/api.js +1 -1
  61. package/lib/commonjs/config/telegramConfig.js +8 -0
  62. package/lib/commonjs/config/webchangelog/md +607 -0
  63. package/lib/commonjs/constants/index.js +1 -1
  64. package/lib/commonjs/context/AuthContext.js +1 -1
  65. package/lib/commonjs/hooks/useConnectedAccounts.js +1 -1
  66. package/lib/commonjs/hooks/useConnections.js +1 -1
  67. package/lib/commonjs/hooks/useCredentials.js +1 -1
  68. package/lib/commonjs/hooks/useUserConnections.js +1 -1
  69. package/lib/commonjs/index.js +1 -1
  70. package/lib/commonjs/services/SDK_API_KEY_VALIDATION.md +421 -421
  71. package/lib/commonjs/services/apiClient.js +1 -1
  72. package/lib/commonjs/services/apiKeyService.js +99 -99
  73. package/lib/commonjs/services/authService.js +72 -72
  74. package/lib/commonjs/services/biometricPinService.js +1 -1
  75. package/lib/commonjs/services/chatGPTConversationExtractor.js +1 -1
  76. package/lib/commonjs/services/chatGPTConversationService.js +1 -1
  77. package/lib/commonjs/services/claudeConversationExtractor.js +1 -1
  78. package/lib/commonjs/services/claudeConversationService.js +1 -1
  79. package/lib/commonjs/services/connectedAccountsService.js +1 -1
  80. package/lib/commonjs/services/googleAuthService.js +1 -1
  81. package/lib/commonjs/services/hingeDataExtractor.js +1 -1
  82. package/lib/commonjs/services/hingeDataService.js +1 -1
  83. package/lib/commonjs/services/imageCompressionService.js +1 -1
  84. package/lib/commonjs/services/instagramDataExtractor.js +1 -1
  85. package/lib/commonjs/services/instagramDataService.js +1 -1
  86. package/lib/commonjs/services/jwtStorageService.js +1 -1
  87. package/lib/commonjs/services/linkedinDOMExtractor.js +1 -1
  88. package/lib/commonjs/services/linkedinProfileService.js +1 -1
  89. package/lib/commonjs/services/linkedinScrapingService.js +1 -1
  90. package/lib/commonjs/services/llmDataStorage.js +1 -1
  91. package/lib/commonjs/services/mobileTrainingService.js +1 -1
  92. package/lib/commonjs/services/oauthService.js +20 -20
  93. package/lib/commonjs/services/pinEncryptionService.js +1 -1
  94. package/lib/commonjs/services/pinStorageUtils.js +1 -1
  95. package/lib/commonjs/services/platformAuthService.js +1 -1
  96. package/lib/commonjs/services/sephoraDataExtractor.js +1 -1
  97. package/lib/commonjs/services/sephoraDataService.js +1 -1
  98. package/lib/commonjs/services/storageService.js +1 -1
  99. package/lib/commonjs/services/telegramDataExtractor.js +1 -1
  100. package/lib/commonjs/services/telegramDataService.js +1 -1
  101. package/lib/commonjs/services/trainingApiHelpers.js +1 -1
  102. package/lib/commonjs/services/userConnectionsService.js +1 -1
  103. package/lib/commonjs/services/youtubeMigrationService.js +1 -1
  104. package/lib/commonjs/theme/index.js +1 -1
  105. package/lib/commonjs/types/index.js +1 -1
  106. package/lib/commonjs/types.js +1 -1
  107. package/lib/commonjs/utils/Portal.js +1 -1
  108. package/lib/commonjs/utils/api.js +1 -1
  109. package/lib/commonjs/utils/assetRegistry.js +1 -1
  110. package/lib/commonjs/utils/auth.js +1 -1
  111. package/lib/commonjs/utils/connectorTests.js +1 -1
  112. package/lib/commonjs/utils/crypto.js +1 -1
  113. package/lib/commonjs/utils/debugHelper.js +1 -1
  114. package/lib/commonjs/utils/encryption.js +1 -1
  115. package/lib/commonjs/utils/eventUtils.js +1 -1
  116. package/lib/commonjs/utils/haptics.js +1 -1
  117. package/lib/commonjs/utils/imagePreloader.js +1 -1
  118. package/lib/commonjs/utils/networkDiagnostics.js +1 -1
  119. package/lib/commonjs/utils/onairosApi.js +1 -1
  120. package/lib/commonjs/utils/programmaticFlow.js +1 -1
  121. package/lib/commonjs/utils/retryHelper.js +1 -1
  122. package/lib/commonjs/utils/secureStorage.js +1 -1
  123. package/lib/commonjs/utils/webviewScripts/chatgpt.js +1 -1
  124. package/lib/commonjs/utils/webviewScripts/claude.js +1 -1
  125. package/lib/commonjs/utils/webviewScripts/hinge.js +1 -1
  126. package/lib/commonjs/utils/webviewScripts/index.js +1 -1
  127. package/lib/commonjs/utils/webviewScripts/instagram.js +1 -1
  128. package/lib/commonjs/utils/webviewScripts/linkedin.js +1 -1
  129. package/lib/commonjs/utils/webviewScripts/sephora.js +1 -1
  130. package/lib/commonjs/utils/webviewScripts/telegram.js +1 -1
  131. package/lib/module/api/index.js +1 -1
  132. package/lib/module/assets/images/Checkbox.svg +3 -3
  133. package/lib/module/assets/images/EnochE.svg +19 -19
  134. package/lib/module/assets/images/Personalityprofile.svg +3 -3
  135. package/lib/module/assets/images/Personalitytraits.svg +3 -3
  136. package/lib/module/assets/images/Userpreferences.svg +3 -3
  137. package/lib/module/assets/images/arrow.svg +20 -20
  138. package/lib/module/assets/images/basicproficon.svg +43 -43
  139. package/lib/module/assets/images/basicprofile.svg +3 -3
  140. package/lib/module/assets/images/checkmark.svg +4 -4
  141. package/lib/module/assets/images/contentanalysis.svg +3 -3
  142. package/lib/module/assets/images/contenticon.svg +23 -23
  143. package/lib/module/assets/images/personalityicon.svg +18 -18
  144. package/lib/module/assets/images/x-close.svg +3 -3
  145. package/lib/module/components/BodyText.js +1 -1
  146. package/lib/module/components/BrandMark.js +1 -1
  147. package/lib/module/components/CodeInput.js +1 -1
  148. package/lib/module/components/EmailInput.js +1 -1
  149. package/lib/module/components/GoogleButton.js +1 -1
  150. package/lib/module/components/HeadingGroup.js +1 -1
  151. package/lib/module/components/LLMDataInputModal.js +1 -1
  152. package/lib/module/components/ModalHeader.js +1 -1
  153. package/lib/module/components/ModalSheet.js +1 -1
  154. package/lib/module/components/Onairos.js +1 -1
  155. package/lib/module/components/OnairosButton.js +1 -1
  156. package/lib/module/components/OnairosSignInButton.js +1 -1
  157. package/lib/module/components/Overlay.js +1 -1
  158. package/lib/module/components/PersonaImage.js +1 -1
  159. package/lib/module/components/PersonaLoadingScreen.js +1 -1
  160. package/lib/module/components/PersonalizationConsentScreen.js +1 -1
  161. package/lib/module/components/PinCreationScreen.js +1 -1
  162. package/lib/module/components/PinInput.js +1 -1
  163. package/lib/module/components/PlatformConnectorsStep.js +1 -1
  164. package/lib/module/components/PlatformList.js +1 -1
  165. package/lib/module/components/PlatformToggle.js +1 -1
  166. package/lib/module/components/PrimaryButton.js +1 -1
  167. package/lib/module/components/SignInMatchAnimation.js +1 -1
  168. package/lib/module/components/SignInStep.js +1 -1
  169. package/lib/module/components/UniversalOnboarding.js +1 -1
  170. package/lib/module/components/VerificationStep.js +1 -1
  171. package/lib/module/components/WelcomeScreen.js +1 -1
  172. package/lib/module/components/icons/Basicproficon.js +1 -1
  173. package/lib/module/components/icons/Basicprofile.js +1 -1
  174. package/lib/module/components/icons/Checkbox.js +1 -1
  175. package/lib/module/components/icons/Checkmark.js +1 -1
  176. package/lib/module/components/icons/Contentanalysis.js +1 -1
  177. package/lib/module/components/icons/Contenticon.js +1 -1
  178. package/lib/module/components/icons/EnochE.js +1 -1
  179. package/lib/module/components/icons/Personalityicon.js +1 -1
  180. package/lib/module/components/icons/Personalityprofile.js +1 -1
  181. package/lib/module/components/icons/Personalitytraits.js +1 -1
  182. package/lib/module/components/icons/Userpreferences.js +1 -1
  183. package/lib/module/components/onboarding/OAuthWebView.js +1 -1
  184. package/lib/module/components/onboarding/OnboardingHeader.js +1 -1
  185. package/lib/module/components/onboarding/PinInput.js +1 -1
  186. package/lib/module/components/onboarding/PlatformConnector.js +1 -1
  187. package/lib/module/config/PLATFORM_APIS.md +559 -0
  188. package/lib/module/config/api.js +1 -1
  189. package/lib/module/config/telegramConfig.js +8 -0
  190. package/lib/module/config/webchangelog/md +607 -0
  191. package/lib/module/constants/index.js +1 -1
  192. package/lib/module/context/AuthContext.js +1 -1
  193. package/lib/module/hooks/useConnectedAccounts.js +1 -1
  194. package/lib/module/hooks/useConnections.js +1 -1
  195. package/lib/module/hooks/useCredentials.js +1 -1
  196. package/lib/module/hooks/useUserConnections.js +1 -1
  197. package/lib/module/index.js +1 -1
  198. package/lib/module/services/SDK_API_KEY_VALIDATION.md +421 -421
  199. package/lib/module/services/apiClient.js +1 -1
  200. package/lib/module/services/apiKeyService.js +99 -99
  201. package/lib/module/services/authService.js +72 -72
  202. package/lib/module/services/biometricPinService.js +1 -1
  203. package/lib/module/services/chatGPTConversationExtractor.js +1 -1
  204. package/lib/module/services/chatGPTConversationService.js +1 -1
  205. package/lib/module/services/claudeConversationExtractor.js +1 -1
  206. package/lib/module/services/claudeConversationService.js +1 -1
  207. package/lib/module/services/connectedAccountsService.js +1 -1
  208. package/lib/module/services/googleAuthService.js +1 -1
  209. package/lib/module/services/hingeDataExtractor.js +1 -1
  210. package/lib/module/services/hingeDataService.js +1 -1
  211. package/lib/module/services/imageCompressionService.js +1 -1
  212. package/lib/module/services/instagramDataExtractor.js +1 -1
  213. package/lib/module/services/instagramDataService.js +1 -1
  214. package/lib/module/services/jwtStorageService.js +1 -1
  215. package/lib/module/services/linkedinDOMExtractor.js +1 -1
  216. package/lib/module/services/linkedinProfileService.js +1 -1
  217. package/lib/module/services/linkedinScrapingService.js +1 -1
  218. package/lib/module/services/llmDataStorage.js +1 -1
  219. package/lib/module/services/mobileTrainingService.js +1 -1
  220. package/lib/module/services/oauthService.js +20 -20
  221. package/lib/module/services/pinEncryptionService.js +1 -1
  222. package/lib/module/services/pinStorageUtils.js +1 -1
  223. package/lib/module/services/platformAuthService.js +1 -1
  224. package/lib/module/services/sephoraDataExtractor.js +1 -1
  225. package/lib/module/services/sephoraDataService.js +1 -1
  226. package/lib/module/services/storageService.js +1 -1
  227. package/lib/module/services/telegramDataExtractor.js +1 -1
  228. package/lib/module/services/telegramDataService.js +1 -1
  229. package/lib/module/services/trainingApiHelpers.js +1 -1
  230. package/lib/module/services/userConnectionsService.js +1 -1
  231. package/lib/module/services/youtubeMigrationService.js +1 -1
  232. package/lib/module/theme/index.js +1 -1
  233. package/lib/module/types.js +1 -1
  234. package/lib/module/utils/Portal.js +1 -1
  235. package/lib/module/utils/api.js +1 -1
  236. package/lib/module/utils/assetRegistry.js +1 -1
  237. package/lib/module/utils/auth.js +1 -1
  238. package/lib/module/utils/connectorTests.js +1 -1
  239. package/lib/module/utils/crypto.js +1 -1
  240. package/lib/module/utils/debugHelper.js +1 -1
  241. package/lib/module/utils/encryption.js +1 -1
  242. package/lib/module/utils/eventUtils.js +1 -1
  243. package/lib/module/utils/haptics.js +1 -1
  244. package/lib/module/utils/networkDiagnostics.js +1 -1
  245. package/lib/module/utils/onairosApi.js +1 -1
  246. package/lib/module/utils/programmaticFlow.js +1 -1
  247. package/lib/module/utils/retryHelper.js +1 -1
  248. package/lib/module/utils/secureStorage.js +1 -1
  249. package/lib/module/utils/webviewScripts/chatgpt.js +1 -1
  250. package/lib/module/utils/webviewScripts/claude.js +1 -1
  251. package/lib/module/utils/webviewScripts/hinge.js +1 -1
  252. package/lib/module/utils/webviewScripts/index.js +1 -1
  253. package/lib/module/utils/webviewScripts/instagram.js +1 -1
  254. package/lib/module/utils/webviewScripts/linkedin.js +1 -1
  255. package/lib/module/utils/webviewScripts/sephora.js +1 -1
  256. package/lib/module/utils/webviewScripts/telegram.js +1 -1
  257. package/package.json +172 -172
@@ -1 +1 @@
1
- import React,{useRef,useState,useEffect}from'react';function _0x2557(){const _0x28ca61=['mWBwh','sms-otp','EvsNe','fill','MPrCK','hMrou','hxKus','adXeC','current','tenfJ','focus','RhAhy','eLCFl','WoelS','DiLCO','MitJo','dismiss','replace','slice','split','ImEYw','length','gMxHz','Imtfx','cWVyB','Mbszq','ulpMP','push','rKGTg','min','MmYrm','hwtrp','xzacH','container','hiddenInput','GHHcK','PHIVW','boxesContainer','map','boxFilled','boxFocused','boxText','create','100%','absolute','space-between','#E0E0E0','center','grey600','#D4A536','grey800'];_0x2557=function(){return _0x28ca61;};return _0x2557();}import{View,TextInput,StyleSheet,Pressable,Keyboard}from'react-native';function _0x5003(_0x2557a3,_0x50032a){_0x2557a3=_0x2557a3-0x0;const _0x382cec=_0x2557();let _0x1f813a=_0x382cec[_0x2557a3];return _0x1f813a;}import{COLORS}from'../theme';const CodeInput=({length:length=0x6,onCodeChange:_0x18ea0e,onCodeComplete:_0x8f8d4c})=>{const _0x340d9b={'adXeC':function(_0x3903cb,_0x5767aa){return _0x3903cb===_0x5767aa;},'hxKus':function(_0x4c513c,_0x1249c2,_0x574f0b){return _0x4c513c(_0x1249c2,_0x574f0b);},'Mbszq':function(_0x473d01,_0x13749d,_0x42531e){return _0x473d01(_0x13749d,_0x42531e);},'RhAhy':function(_0x5241a2,_0x304511){return _0x5241a2===_0x304511;},'eLCFl':function(_0x36da49,_0x40b266){return _0x36da49(_0x40b266);},'WoelS':function(_0x50f13c,_0x1f8473){return _0x50f13c!==_0x1f8473;},'DiLCO':_0x5003(0x0),'ImEYw':function(_0x18fb90,_0x147ba0){return _0x18fb90<_0x147ba0;},'gMxHz':function(_0x9166c5,_0x2f6f7c){return _0x9166c5!==_0x2f6f7c;},'Imtfx':'cWVyB','MPrCK':function(_0x14ffb4,_0x527c86){return _0x14ffb4(_0x527c86);},'rKGTg':function(_0xb76482,_0xb628c5){return _0xb76482(_0xb628c5);},'MmYrm':function(_0x224df8,_0x4086c1){return _0x224df8===_0x4086c1;},'hwtrp':function(_0x2aa76b,_0x54ec50){return _0x2aa76b(_0x54ec50);},'ZHASb':function(_0x49c477,_0x13eade){return _0x49c477===_0x13eade;},'xzacH':function(_0x305c60,_0x1ac832){return _0x305c60===_0x1ac832;},'EvsNe':function(_0x14fa0e,_0x42adee){return _0x14fa0e(_0x42adee);},'fFjqq':function(_0x4ddfe4,_0x267214){return _0x4ddfe4(_0x267214);},'hMrou':function(_0x20b328,_0x180a53){return _0x20b328(_0x180a53);},'pfvUm':'number-pad','GHHcK':_0x5003(0x1),'PHIVW':'oneTimeCode'},[_0x18e573,_0x47053f]=_0x340d9b[_0x5003(0x2)](useState,_0x340d9b['fFjqq'](Array,length)[_0x5003(0x3)]('')),[_0x51fe23,_0x5db8d1]=_0x340d9b[_0x5003(0x4)](useState,0x0),_0x3bb50f=_0x340d9b[_0x5003(0x5)](useRef,[]),_0xb10597=useRef(null);_0x340d9b[_0x5003(0x6)](useEffect,()=>{const _0x4a12dd={'tenfJ':function(_0x137a7b,_0xbb1132){return _0x340d9b[_0x5003(0x7)](_0x137a7b,_0xbb1132);}};_0x340d9b['hxKus'](setTimeout,()=>{var _0x4800a9;(_0x4800a9=_0xb10597[_0x5003(0x8)])===null||_0x4a12dd[_0x5003(0x9)](_0x4800a9,void 0x0)||_0x4800a9[_0x5003(0xa)]();},0x64);},[]);const _0x49afbc=_0x3bf93c=>{const _0x1591a9={'MitJo':function(_0x3b0541,_0x182a9d){return _0x340d9b[_0x5003(0xb)](_0x3b0541,_0x182a9d);},'yDMXM':function(_0x2ab7d5,_0x375679){return _0x340d9b[_0x5003(0xc)](_0x2ab7d5,_0x375679);},'ulpMP':function(_0x5dd0d6,_0x183a54){return _0x340d9b['RhAhy'](_0x5dd0d6,_0x183a54);}};if(_0x340d9b[_0x5003(0xd)](_0x340d9b[_0x5003(0xe)],_0x340d9b[_0x5003(0xe)]))_0x1591a9[_0x5003(0xf)](_0x237a64,null)||_0x1591a9['MitJo'](_0x1f12c8,void 0x0)||_0x1591a9['yDMXM'](_0x9d89cf,_0x3a5119),_0x52e9d5[_0x5003(0x10)]();else{const _0x4c8045=_0x3bf93c[_0x5003(0x11)](/[^0-9]/g,''),_0x263368=_0x4c8045[_0x5003(0x12)](0x0,length)[_0x5003(0x13)]('');while(_0x340d9b[_0x5003(0x14)](_0x263368[_0x5003(0x15)],length)){_0x340d9b[_0x5003(0x16)](_0x340d9b[_0x5003(0x17)],_0x5003(0x18))?_0x340d9b[_0x5003(0x19)](_0x1bc162,()=>{var _0x3cf49d;_0x1591a9[_0x5003(0xf)](_0x3cf49d=_0x969768[_0x5003(0x8)],null)||_0x1591a9[_0x5003(0x1a)](_0x3cf49d,void 0x0)||_0x3cf49d[_0x5003(0xa)]();},0x64):_0x263368[_0x5003(0x1b)]('');}_0x340d9b[_0x5003(0x4)](_0x47053f,_0x263368),_0x340d9b[_0x5003(0x1c)](_0x5db8d1,Math[_0x5003(0x1d)](_0x4c8045[_0x5003(0x15)],length-0x1));const _0x5d2f05=_0x263368['join']('');_0x340d9b[_0x5003(0x7)](_0x18ea0e,null)||_0x340d9b[_0x5003(0x1e)](_0x18ea0e,void 0x0)||_0x340d9b[_0x5003(0x1f)](_0x18ea0e,_0x5d2f05),_0x340d9b['ZHASb'](_0x4c8045['length'],length)&&(_0x8f8d4c===null||_0x8f8d4c===void 0x0||_0x8f8d4c(_0x5d2f05),Keyboard[_0x5003(0x10)]());}},_0xb86399=()=>{var _0x6faa43;_0x340d9b[_0x5003(0xb)](_0x6faa43=_0xb10597[_0x5003(0x8)],null)||_0x340d9b[_0x5003(0x20)](_0x6faa43,void 0x0)||_0x6faa43[_0x5003(0xa)]();};return React['createElement'](View,{'style':styles[_0x5003(0x21)]},React['createElement'](TextInput,{'ref':_0xb10597,'style':styles[_0x5003(0x22)],'value':_0x18e573['join'](''),'onChangeText':_0x49afbc,'keyboardType':_0x340d9b['pfvUm'],'maxLength':length,'autoComplete':_0x340d9b[_0x5003(0x23)],'textContentType':_0x340d9b[_0x5003(0x24)],'caretHidden':!![]}),React['createElement'](Pressable,{'style':styles[_0x5003(0x25)],'onPress':_0xb86399},_0x340d9b[_0x5003(0xc)](Array,length)[_0x5003(0x3)](0x0)[_0x5003(0x26)]((_0x36147d,_0x2b7110)=>React['createElement'](View,{'key':_0x2b7110,'style':[styles['box'],_0x18e573[_0x2b7110]?styles[_0x5003(0x27)]:null,_0x51fe23===_0x2b7110&&!_0x18e573[_0x2b7110]?styles[_0x5003(0x28)]:null]},React['createElement'](TextInput,{'style':styles[_0x5003(0x29)],'value':_0x18e573[_0x2b7110],'editable':![],'pointerEvents':'none'})))));},styles=StyleSheet[_0x5003(0x2a)]({'container':{'width':_0x5003(0x2b)},'hiddenInput':{'position':_0x5003(0x2c),'opacity':0x0,'height':0x0,'width':0x0},'boxesContainer':{'flexDirection':'row','justifyContent':_0x5003(0x2d),'width':_0x5003(0x2b)},'box':{'width':0x30,'height':0x38,'borderWidth':1.5,'borderColor':_0x5003(0x2e),'borderRadius':0xc,'justifyContent':_0x5003(0x2f),'alignItems':_0x5003(0x2f),'backgroundColor':'#FAFAFA'},'boxFilled':{'borderColor':COLORS[_0x5003(0x30)],'backgroundColor':'#FFFFFF'},'boxFocused':{'borderColor':_0x5003(0x31),'borderWidth':0x2},'boxText':{'fontSize':0x18,'fontWeight':'600','color':COLORS[_0x5003(0x32)],'textAlign':'center'}});export{CodeInput};export default CodeInput;
1
+ import React,{useRef,useState,useEffect}from'react';import{View,TextInput,StyleSheet,Pressable,Keyboard}from'react-native';import{COLORS}from'../theme';function _0x3409(_0x252b60,_0x3409ac){_0x252b60=_0x252b60-0x0;const _0x298aa8=_0x252b();let _0xd1b6cf=_0x298aa8[_0x252b60];return _0xd1b6cf;}const CodeInput=({length:length=0x6,onCodeChange:_0x1825cf,onCodeComplete:_0x3025b5})=>{const _0x239ed1={'ZylGd':function(_0x5cb4a3,_0x2e61dd){return _0x5cb4a3===_0x2e61dd;},'ckHaa':function(_0x58fbc1,_0x98fb75){return _0x58fbc1<_0x98fb75;},'vslFe':_0x3409(0x0),'jKzNB':_0x3409(0x1),'saUWQ':function(_0x10b0b8,_0x2f8478){return _0x10b0b8(_0x2f8478);},'lVzPQ':function(_0x37a9d0,_0x5c7f44){return _0x37a9d0(_0x5c7f44);},'SDaHd':function(_0x5f0140,_0x2e6c99){return _0x5f0140-_0x2e6c99;},'VCqsl':function(_0x2fed12,_0xdff3ff){return _0x2fed12===_0xdff3ff;},'KNxfO':function(_0x4891c6,_0x5c62ec){return _0x4891c6===_0x5c62ec;},'MtfCG':_0x3409(0x2),'byarI':_0x3409(0x3),'XmgPN':function(_0x26a098,_0xd02a8c){return _0x26a098(_0xd02a8c);},'YqNkN':function(_0x5e9df9,_0x1b6e9b){return _0x5e9df9(_0x1b6e9b);},'zyTmw':function(_0x535043,_0x3a61a8){return _0x535043(_0x3a61a8);},'eQyvX':function(_0x46dab9,_0x53df6d,_0x504d71){return _0x46dab9(_0x53df6d,_0x504d71);},'XfUKX':_0x3409(0x4),'jrExp':_0x3409(0x5),'LWpoL':_0x3409(0x6)},[_0x3fb22e,_0x1cc99b]=_0x239ed1[_0x3409(0x7)](useState,_0x239ed1['XmgPN'](Array,length)[_0x3409(0x8)]('')),[_0x1684fe,_0x41a710]=_0x239ed1[_0x3409(0x9)](useState,0x0),_0xb91fdd=useRef([]),_0x41b888=_0x239ed1[_0x3409(0xa)](useRef,null);_0x239ed1[_0x3409(0xb)](useEffect,()=>{const _0x1c8db6={'lgVBz':function(_0x1cc349,_0x1842b9){return _0x1cc349===_0x1842b9;},'fGKCD':_0x3409(0xc),'dmGEi':function(_0x189052,_0x106efb){return _0x239ed1[_0x3409(0xd)](_0x189052,_0x106efb);}};setTimeout(()=>{const _0xea1033={'AoBxD':function(_0x48e4a4,_0x3bf861){return _0x1c8db6[_0x3409(0xe)](_0x48e4a4,_0x3bf861);}};if(_0x1c8db6[_0x3409(0xe)](_0x3409(0xc),_0x1c8db6[_0x3409(0xf)])){var _0x5abe63;_0x1c8db6[_0x3409(0x10)](_0x5abe63=_0x41b888[_0x3409(0x11)],null)||_0x5abe63===void 0x0||_0x5abe63[_0x3409(0x12)]();}else _0xea1033['AoBxD'](_0x2e7b6e,null)||_0x3150dc===void 0x0||_0x2f9b96(_0x2f507a),_0x26f797[_0x3409(0x13)]();},0x64);},[]);const _0x3dd907=_0xe5d75a=>{const _0x374133=_0xe5d75a[_0x3409(0x14)](/[^0-9]/g,''),_0x391740=_0x374133['slice'](0x0,length)[_0x3409(0x15)]('');while(_0x239ed1[_0x3409(0x16)](_0x391740[_0x3409(0x17)],length)){_0x239ed1[_0x3409(0x18)]===_0x239ed1[_0x3409(0x19)]?_0x3dcedb[_0x3409(0x1a)](''):_0x391740[_0x3409(0x1a)]('');}_0x239ed1['saUWQ'](_0x1cc99b,_0x391740),_0x239ed1[_0x3409(0x1b)](_0x41a710,Math['min'](_0x374133[_0x3409(0x17)],_0x239ed1[_0x3409(0x1c)](length,0x1)));const _0x546c40=_0x391740[_0x3409(0x1d)]('');_0x239ed1[_0x3409(0xd)](_0x1825cf,null)||_0x239ed1[_0x3409(0x1e)](_0x1825cf,void 0x0)||_0x239ed1[_0x3409(0x7)](_0x1825cf,_0x546c40),_0x374133[_0x3409(0x17)]===length&&(_0x3025b5===null||_0x239ed1['KNxfO'](_0x3025b5,void 0x0)||_0x239ed1[_0x3409(0x7)](_0x3025b5,_0x546c40),Keyboard[_0x3409(0x13)]());},_0x3e66b1=()=>{if(_0x239ed1[_0x3409(0x1e)](_0x239ed1[_0x3409(0x1f)],_0x239ed1['byarI'])){var _0x5f1cf7;_0x239ed1['ZylGd'](_0x5f1cf7=_0x3df026[_0x3409(0x11)],null)||_0x239ed1[_0x3409(0xd)](_0x5f1cf7,void 0x0)||_0x5f1cf7[_0x3409(0x12)]();}else{var _0x3eb464;_0x239ed1['KNxfO'](_0x3eb464=_0x41b888[_0x3409(0x11)],null)||_0x239ed1['KNxfO'](_0x3eb464,void 0x0)||_0x3eb464[_0x3409(0x12)]();}};return React[_0x3409(0x20)](View,{'style':styles[_0x3409(0x21)]},React[_0x3409(0x20)](TextInput,{'ref':_0x41b888,'style':styles[_0x3409(0x22)],'value':_0x3fb22e['join'](''),'onChangeText':_0x3dd907,'keyboardType':_0x239ed1[_0x3409(0x23)],'maxLength':length,'autoComplete':_0x239ed1[_0x3409(0x24)],'textContentType':_0x239ed1[_0x3409(0x25)],'caretHidden':!![]}),React['createElement'](Pressable,{'style':styles[_0x3409(0x26)],'onPress':_0x3e66b1},_0x239ed1[_0x3409(0x27)](Array,length)['fill'](0x0)[_0x3409(0x28)]((_0x3cc572,_0xb483da)=>React[_0x3409(0x20)](View,{'key':_0xb483da,'style':[styles[_0x3409(0x29)],_0x3fb22e[_0xb483da]?styles[_0x3409(0x2a)]:null,_0x1684fe===_0xb483da&&!_0x3fb22e[_0xb483da]?styles[_0x3409(0x2b)]:null]},React[_0x3409(0x20)](TextInput,{'style':styles[_0x3409(0x2c)],'value':_0x3fb22e[_0xb483da],'editable':![],'pointerEvents':_0x3409(0x2d)})))));},styles=StyleSheet[_0x3409(0x2e)]({'container':{'width':_0x3409(0x2f)},'hiddenInput':{'position':_0x3409(0x30),'opacity':0x0,'height':0x0,'width':0x0},'boxesContainer':{'flexDirection':_0x3409(0x31),'justifyContent':_0x3409(0x32),'width':_0x3409(0x2f)},'box':{'width':0x30,'height':0x38,'borderWidth':1.5,'borderColor':_0x3409(0x33),'borderRadius':0xc,'justifyContent':_0x3409(0x34),'alignItems':_0x3409(0x34),'backgroundColor':_0x3409(0x35)},'boxFilled':{'borderColor':COLORS[_0x3409(0x36)],'backgroundColor':_0x3409(0x37)},'boxFocused':{'borderColor':'#D4A536','borderWidth':0x2},'boxText':{'fontSize':0x18,'fontWeight':_0x3409(0x38),'color':COLORS[_0x3409(0x39)],'textAlign':_0x3409(0x34)}});export{CodeInput};function _0x252b(){const _0x2edbe1=['JNckD','WvZNZ','sFMOK','ICKTZ','number-pad','sms-otp','oneTimeCode','saUWQ','fill','YqNkN','zyTmw','eQyvX','HiGzv','ZylGd','lgVBz','fGKCD','dmGEi','current','focus','dismiss','replace','split','ckHaa','length','vslFe','jKzNB','push','lVzPQ','SDaHd','join','VCqsl','MtfCG','createElement','container','hiddenInput','XfUKX','jrExp','LWpoL','boxesContainer','XmgPN','map','box','boxFilled','boxFocused','boxText','none','create','100%','absolute','row','space-between','#E0E0E0','center','#FAFAFA','grey600','#FFFFFF','600','grey800'];_0x252b=function(){return _0x2edbe1;};return _0x252b();}export default CodeInput;
@@ -1 +1 @@
1
- function _extends(){var _0x36432a={'bQDOn':function(_0x25049a,_0x24084){return _0x25049a<_0x24084;}};return _extends=Object['assign']?Object[_0x16f2(0x0)][_0x16f2(0x1)]():function(_0x562786){for(var _0x471979=0x1;_0x36432a[_0x16f2(0x2)](_0x471979,arguments[_0x16f2(0x3)]);_0x471979++){var _0x824355=arguments[_0x471979];for(var _0x2de971 in _0x824355)({}[_0x16f2(0x4)][_0x16f2(0x5)](_0x824355,_0x2de971)&&(_0x562786[_0x2de971]=_0x824355[_0x2de971]));}return _0x562786;},_extends['apply'](null,arguments);}import React from'react';function _0x19b3(){var _0x382cef=['assign','bind','bQDOn','length','hasOwnProperty','call','email-address','email','UfydS','RkvVJ','input','style'];_0x19b3=function(){return _0x382cef;};return _0x19b3();}import{TextInput,StyleSheet}from'react-native';const EmailInput=_0x260cc2=>{var _0x407820={'UfydS':_0x16f2(0x6),'IojVt':'none','RkvVJ':_0x16f2(0x7)};return React['createElement'](TextInput,_extends({},_0x260cc2,{'keyboardType':_0x407820[_0x16f2(0x8)],'autoCapitalize':_0x407820['IojVt'],'autoComplete':_0x407820[_0x16f2(0x9)],'style':[styles[_0x16f2(0xa)],_0x260cc2[_0x16f2(0xb)]]}));},styles=StyleSheet['create']({'input':{'borderWidth':0x1,'borderColor':'#E0E0E0','borderRadius':0x8,'padding':0xc,'fontSize':0x10}});function _0x16f2(_0x19b3a0,_0x16f296){_0x19b3a0=_0x19b3a0-0x0;var _0x3e7027=_0x19b3();var _0x331156=_0x3e7027[_0x19b3a0];return _0x331156;}export{EmailInput};export default EmailInput;
1
+ function _extends(){return _extends=Object[_0xb81e(0x0)]?Object[_0xb81e(0x0)]['bind']():function(_0x30f59){for(var _0x3c148c=0x1;_0x3c148c<arguments[_0xb81e(0x1)];_0x3c148c++){var _0x36c7d6=arguments[_0x3c148c];for(var _0x4df0db in _0x36c7d6)({}[_0xb81e(0x2)]['call'](_0x36c7d6,_0x4df0db)&&(_0x30f59[_0x4df0db]=_0x36c7d6[_0x4df0db]));}return _0x30f59;},_extends[_0xb81e(0x3)](null,arguments);}import React from'react';import{TextInput,StyleSheet}from'react-native';const EmailInput=_0x74d273=>{var _0x318b36={'XfkPI':'email-address','UlAPT':_0xb81e(0x4)};return React[_0xb81e(0x5)](TextInput,_extends({},_0x74d273,{'keyboardType':_0x318b36[_0xb81e(0x6)],'autoCapitalize':_0x318b36['UlAPT'],'autoComplete':_0xb81e(0x7),'style':[styles['input'],_0x74d273[_0xb81e(0x8)]]}));},styles=StyleSheet[_0xb81e(0x9)]({'input':{'borderWidth':0x1,'borderColor':_0xb81e(0xa),'borderRadius':0x8,'padding':0xc,'fontSize':0x10}});function _0x22cd(){var _0x358d4d=['assign','length','hasOwnProperty','apply','none','createElement','XfkPI','email','style','create','#E0E0E0'];_0x22cd=function(){return _0x358d4d;};return _0x22cd();}export{EmailInput};function _0xb81e(_0x22cd73,_0xb81ed8){_0x22cd73=_0x22cd73-0x0;var _0x1c4ccf=_0x22cd();var _0xbb297=_0x1c4ccf[_0x22cd73];return _0xbb297;}export default EmailInput;
@@ -1 +1 @@
1
- import React from'react';import{TouchableOpacity,Text,Image,StyleSheet}from'react-native';function _0x3ed7(){const _0x1848f2=['contain','createElement','button','icon','ApaDD','create','center','#FFFFFF','#E0E0E0','500','#333333'];_0x3ed7=function(){return _0x1848f2;};return _0x3ed7();}import{BRAND_IMAGES}from'../utils/assetRegistry';function _0x5068(_0x3ed7d9,_0x5068d6){_0x3ed7d9=_0x3ed7d9-0x0;const _0x47fa65=_0x3ed7();let _0xbd3282=_0x47fa65[_0x3ed7d9];return _0xbd3282;}const GoogleButton=({onPress:_0x5e8674,style:_0x3a0a0e,disabled:disabled=![]})=>{const _0x543e98={'ApaDD':_0x5068(0x0),'vrhqV':'Continue\x20with\x20Google'};return React[_0x5068(0x1)](TouchableOpacity,{'style':[styles[_0x5068(0x2)],_0x3a0a0e,disabled&&styles['disabled']],'onPress':_0x5e8674,'disabled':disabled},React[_0x5068(0x1)](Image,{'source':BRAND_IMAGES['googleLogo'],'style':styles[_0x5068(0x3)],'resizeMode':_0x543e98[_0x5068(0x4)]}),React[_0x5068(0x1)](Text,{'style':styles['text']},_0x543e98['vrhqV']));},styles=StyleSheet[_0x5068(0x5)]({'button':{'flexDirection':'row','alignItems':_0x5068(0x6),'justifyContent':'center','backgroundColor':_0x5068(0x7),'borderWidth':0x1,'borderColor':_0x5068(0x8),'borderRadius':0x8,'paddingVertical':0xc,'paddingHorizontal':0x10},'disabled':{'opacity':0.5},'icon':{'width':0x14,'height':0x14,'marginRight':0x8},'text':{'fontSize':0x10,'fontWeight':_0x5068(0x9),'color':_0x5068(0xa)}});export{GoogleButton};export default GoogleButton;
1
+ function _0x45b6(){const _0xb0cabc=['contain','Continue\x20with\x20Google','createElement','button','disabled','icon','gPmYw','text','Ctmev','create','row','center','#FFFFFF','500','#333333'];_0x45b6=function(){return _0xb0cabc;};return _0x45b6();}import React from'react';import{TouchableOpacity,Text,Image,StyleSheet}from'react-native';import{BRAND_IMAGES}from'../utils/assetRegistry';const GoogleButton=({onPress:_0x5f361b,style:_0x516249,disabled:disabled=![]})=>{const _0xa2af6d={'gPmYw':_0x4f57(0x0),'Ctmev':_0x4f57(0x1)};return React[_0x4f57(0x2)](TouchableOpacity,{'style':[styles[_0x4f57(0x3)],_0x516249,disabled&&styles[_0x4f57(0x4)]],'onPress':_0x5f361b,'disabled':disabled},React['createElement'](Image,{'source':BRAND_IMAGES['googleLogo'],'style':styles[_0x4f57(0x5)],'resizeMode':_0xa2af6d[_0x4f57(0x6)]}),React['createElement'](Text,{'style':styles[_0x4f57(0x7)]},_0xa2af6d[_0x4f57(0x8)]));},styles=StyleSheet[_0x4f57(0x9)]({'button':{'flexDirection':_0x4f57(0xa),'alignItems':_0x4f57(0xb),'justifyContent':_0x4f57(0xb),'backgroundColor':_0x4f57(0xc),'borderWidth':0x1,'borderColor':'#E0E0E0','borderRadius':0x8,'paddingVertical':0xc,'paddingHorizontal':0x10},'disabled':{'opacity':0.5},'icon':{'width':0x14,'height':0x14,'marginRight':0x8},'text':{'fontSize':0x10,'fontWeight':_0x4f57(0xd),'color':_0x4f57(0xe)}});function _0x4f57(_0x45b6d7,_0x4f57d6){_0x45b6d7=_0x45b6d7-0x0;const _0x2f48cc=_0x45b6();let _0x2f77b2=_0x2f48cc[_0x45b6d7];return _0x2f77b2;}export{GoogleButton};export default GoogleButton;
@@ -1 +1 @@
1
- import React from'react';import{View,Text,StyleSheet}from'react-native';import{TEXT_STYLES}from'../theme';const HeadingGroup=({kicker:kicker=_0x99d0(0x0),title:title='Onairos',style:_0xb5024a})=>{return React['createElement'](View,{'style':[styles[_0x99d0(0x1)],_0xb5024a]},React['createElement'](Text,{'style':styles[_0x99d0(0x2)]},kicker),React['createElement'](Text,{'style':styles['title']},title));},styles=StyleSheet[_0x99d0(0x3)]({'container':{'alignItems':_0x99d0(0x4)},'kicker':{...TEXT_STYLES[_0x99d0(0x2)],'fontFamily':'IBM\x20Plex\x20Sans','fontWeight':_0x99d0(0x5),'marginBottom':0x4},'title':{...TEXT_STYLES[_0x99d0(0x6)],'fontFamily':'IBM\x20Plex\x20Sans','fontWeight':_0x99d0(0x5)}});function _0x2b66(){const _0x46a4b0=['Welcome\x20to','container','kicker','create','center','700','welcomeTitle'];_0x2b66=function(){return _0x46a4b0;};return _0x2b66();}export{HeadingGroup};function _0x99d0(_0x2b661c,_0x99d081){_0x2b661c=_0x2b661c-0x0;const _0x19d60e=_0x2b66();let _0x5a257f=_0x19d60e[_0x2b661c];return _0x5a257f;}export default HeadingGroup;
1
+ function _0x46e3(){const _0xfd5fb4=['Welcome\x20to','Onairos','createElement','kicker','create','center','IBM\x20Plex\x20Sans','welcomeTitle','700'];_0x46e3=function(){return _0xfd5fb4;};return _0x46e3();}function _0x3d19(_0x46e3f0,_0x3d19fb){_0x46e3f0=_0x46e3f0-0x0;const _0x13374e=_0x46e3();let _0x55a7ba=_0x13374e[_0x46e3f0];return _0x55a7ba;}import React from'react';import{View,Text,StyleSheet}from'react-native';import{TEXT_STYLES}from'../theme';const HeadingGroup=({kicker:kicker=_0x3d19(0x0),title:title=_0x3d19(0x1),style:_0x325942})=>{return React[_0x3d19(0x2)](View,{'style':[styles['container'],_0x325942]},React[_0x3d19(0x2)](Text,{'style':styles[_0x3d19(0x3)]},kicker),React[_0x3d19(0x2)](Text,{'style':styles['title']},title));},styles=StyleSheet[_0x3d19(0x4)]({'container':{'alignItems':_0x3d19(0x5)},'kicker':{...TEXT_STYLES[_0x3d19(0x3)],'fontFamily':_0x3d19(0x6),'fontWeight':'700','marginBottom':0x4},'title':{...TEXT_STYLES[_0x3d19(0x7)],'fontFamily':_0x3d19(0x6),'fontWeight':_0x3d19(0x8)}});export{HeadingGroup};export default HeadingGroup;
@@ -5,4 +5,4 @@ var __ONAIROS_REQ_REGISTRY__ = [
5
5
  require('react-native-fs')
6
6
  ];
7
7
  function __ONAIROS_REQ_FUNC__(i) { return __ONAIROS_REQ_REGISTRY__[i]; }
8
- import React,{useState}from'react';import{View,Text,StyleSheet,Modal,TouchableOpacity,TextInput,ScrollView,ActivityIndicator,Alert,Platform,KeyboardAvoidingView}from'react-native';function _0x29e0(){const _0x2a4e67=['log','Connect\x20ChatGPT','Export\x20your\x20ChatGPT\x20conversations\x20from\x20Settings\x20→\x20Data\x20Controls\x20→\x20Export\x20data.\x20Then\x20upload\x20the\x20JSON\x20file\x20or\x20paste\x20your\x20conversation\x20data.','Connect\x20Claude','gemini','Export\x20your\x20Gemini\x20(Google\x20AI)\x20conversations\x20and\x20paste\x20the\x20data\x20below.','grok','Export\x20your\x20Grok\x20conversations\x20from\x20X/Twitter\x20and\x20paste\x20the\x20data\x20below.','Paste\x20your\x20Grok\x20conversation\x20JSON\x20here...','Paste\x20your\x20conversation\x20data\x20below\x20or\x20upload\x20a\x20JSON\x20file.','Paste\x20your\x20conversation\x20JSON\x20here...','claude','unknown','string','user','ZJhye','IrCEA','HuxJL','tJYTz','QiJIq','Imported\x20Conversation','ZlBsA','wehLM','Invalid\x20JSON\x20format.\x20Please\x20check\x20your\x20data\x20and\x20try\x20again.','file','UehGr','UzTwC','File\x20pick\x20error:','Failed\x20to\x20read\x20file.\x20Please\x20try\x20again\x20or\x20paste\x20data\x20manually.','IjzPV','DFrKd','assistant','iRPCe','DOCUMENT_PICKER_CANCELED','Submit\x20error:','XpyTD','OOjnw','yknZp','Selected\x20file','content://','gbLwP','utf8','HqFkK','amQUN','PxkkM','Authentication\x20required.\x20Please\x20sign\x20in\x20first.','RfTCJ','Please\x20paste\x20or\x20upload\x20conversation\x20data\x20first.','KJyfq','No\x20valid\x20conversations\x20found\x20in\x20the\x20data.\x20Please\x20check\x20the\x20format.','enoch_token','auth_token','TkpTQ','Success!\x20🎉','Failed\x20to\x20import\x20any\x20conversations.\x20Please\x20check\x20your\x20data\x20format.','KpTvd','tNjry','paste','hSIEK','File\x20upload\x20requires\x20additional\x20dependencies.\x20Please\x20paste\x20data\x20instead.','slide','ios','Cancel','Paste\x20Data','(N/A)','none','\x20characters','#FFFFFF','small','YNKos','qetLZ','chatgpt','kyLbJ','eZuvq','Export\x20your\x20Claude\x20conversations\x20and\x20paste\x20the\x20JSON\x20data\x20below,\x20or\x20upload\x20your\x20exported\x20file.','Paste\x20your\x20Claude\x20conversation\x20JSON\x20here...','fEOaK','EkmgI','wZGmm','aogAj','Connect\x20Grok','lFWIp','GVxMa','Connect\x20','cCKrF','WAfBt','euPbN','ymHir','PAIuV','DQudC','RQMJY','ifayg','UECXg','YpMRb','LjnWl','AEudG','qineW','JIARw','OxMtO','jAryi','BzVTe','parse','ncYgZ','dYkaG','error','forEach','lPVos','JetEp','vszgX','zIuTR','length','push','conversation_id','conv_','now','title','name','Conversation\x20','EBVid','create_time','created_at','update_time','updated_at','message','content','parts','join','trim','TkFdX','author','WIKsI','toISOString','conversations','isArray','iKVJC','vHASj','ZebDh','SxJtV','text','cjPYq','msg_','role','ptkTN','timestamp','bMisS','iNbjs','VzMeL','wdPcv','XBJIK','xqflt','gJuqo','GytbV','DLaTE','LwAoS','lYyAH','IMkAf','messages','VhgwM','mWbfA','suMFQ','FUFia','Error\x20parsing\x20conversation\x20data:','XKyVK','human','mapping','FEfrZ','GZbSF','SwSxT','ZhtXO','scpPa','MGZhL','values','xKllL','HATPX','ljDyJ','SOCmr','LpDpf','wTQnB','ifrqO','bvuwt','lgHlO','urmDr','JspHX','YsRoo','chat_messages','gOLly','MgDFW','nCPcb','fAFcD','XynUc','qzrAg','csAoG','iSEDF','uuid','yauCw','sender','JUOrc','UYasu','awguM','lyPoD','rVSNd','mfOXe','NfnrI','OUbWv','TbYuy','json','plainText','YJORA','yQvDe','QICXB','InpEz','uri','startsWith','SdfMD','SEeSE','readFile','jbvVo','code','wqOIL','rTTZW','Ctfbx','gYVUo','lWpKH','ERROR','ejHnG','aEisi','GwggS','Failed\x20to\x20import\x20data.\x20Please\x20try\x20again.','fkNPy','VexAm','CJpKp','SUCCESS','OutrC','nNwOS','ilmUz','WRwgW','FmhBN','rrlWv','BhVet','YxzRW','JXFSU','sOuDV','cSGjU','WHaPi','EJAYy','0|5|3|4|2|1','NVzuw','IRQCv','rGrkw','suMXz','mKbtX','ZNiBL','VvEcU','getItem','onairos_jwt_token','ZIRNb','ORnIU','dcEwm','mobile-','BASE_URL','/llm-data/store','Bearer\x20','conversationId','1.0.0','conversation','HFriK','miAhg','pkOQJ','MZcqK','ELSuC','lWeta','Tdusb','zuCZX','Failed\x20to\x20store\x20conversation\x20','Error\x20storing\x20conversation:','AMnVS','mjTTY','SIfcM','LlWNC','lGwiT','PGbQj','ymTMp','setItem','@onairos:llm_connected:','stringify','alert','SoSKl','Successfully\x20imported\x20','\x20conversation','\x20from\x20','tdSvh','vVtSs','split','tkJGu','CVJQt','SRHiW','FLBfu','slcOT','LCMNm','mRRUq','QSJFO','cnYwc','aiyDb','createElement','pageSheet','container','rpWYa','padding','height','header','closeButton','EyKbA','instructionsContainer','instructionsText','tabContainer','tab','IUAFJ','tabActive','PQlWF','BUTTON_PRESS','tabText','CjNxa','tabTextActive','QxcBB','tabDisabled','JBAsw','dVHtL','EFJDv','KCVfg','yGwlx','MKINW','FXSSw','aqzaZ','bIMRE','tabTextDisabled','Upload\x20File\x20','inputContainer','grey400','fLfyG','DOAwx','fileInputContainer','filePickButton','filePickIcon','filePickText','TGOdn','Tap\x20to\x20select\x20a\x20file','fileSelectedText','errorContainer','errorText','previewTitle','Data\x20Preview','previewText','substring','iKNPp','footer','submitButton','nFHXM','submitButtonText','surface','row','space-between','#E5E7EB','600','grey800','IBM\x20Plex\x20Sans','Inter','#0369A1','#000','500','grey500','grey300','monospace','dashed','center','grey600','#F0FDF4','#166534','#FEF2F2','#F3F4F6','Menlo','#10B981'];_0x29e0=function(){return _0x2a4e67;};return _0x29e0();}import{COLORS}from'../theme';import{triggerHaptic,HapticType}from'../utils/haptics';function _0x1935(_0x29e0b,_0x1935ce){_0x29e0b=_0x29e0b-0x0;const _0x38a6e3=_0x29e0();let _0x2159ad=_0x38a6e3[_0x29e0b];return _0x2159ad;}import AsyncStorage from'@react-native-async-storage/async-storage';import{API_CONFIG}from'../config/api';let DocumentPicker=null,RNFS=null;try{DocumentPicker=__ONAIROS_REQ_FUNC__(0x0);}catch(_0x3f1d76){console[_0x1935(0x0)]('react-native-document-picker not available - file upload disabled');}try{RNFS=__ONAIROS_REQ_FUNC__(0x1);}catch(_0x918fd4){console[_0x1935(0x0)]('react-native-fs not available - file upload disabled');}const FILE_UPLOAD_AVAILABLE=DocumentPicker!==null&&RNFS!==null,LLMDataInputModal=({visible:_0x5a9ba0,platform:_0x16aec3,platformName:_0x2d6c53,onClose:_0x548048,onSuccess:_0x300666})=>{const _0x2a27cd={'raqYo':_0x1935(0x1),'kyLbJ':_0x1935(0x2),'xqflt':'Paste\x20your\x20ChatGPT\x20conversation\x20JSON\x20here...','eZuvq':_0x1935(0x3),'fEOaK':_0x1935(0x4),'EkmgI':'Connect\x20Gemini','GytbV':_0x1935(0x5),'wZGmm':'Paste\x20your\x20Gemini\x20conversation\x20JSON\x20here...','aogAj':_0x1935(0x6),'lFWIp':_0x1935(0x7),'GVxMa':_0x1935(0x8),'cCKrF':_0x1935(0x9),'WAfBt':_0x1935(0xa),'LjnWl':function(_0x715e1f,_0x52646d){return _0x715e1f(_0x52646d);},'XBJIK':'chatgpt','gJuqo':_0x1935(0xb),'IWcNR':'Export\x20your\x20Claude\x20conversations\x20and\x20paste\x20the\x20JSON\x20data\x20below,\x20or\x20upload\x20your\x20exported\x20file.','EhElq':'Connect\x20Grok','LwAoS':function(_0x4c8cb3,_0x4f4544){return _0x4c8cb3(_0x4f4544);},'ymHir':function(_0x6b0805,_0x27ab6d){return _0x6b0805===_0x27ab6d;},'PAIuV':_0x1935(0xc),'DQudC':function(_0x143fef,_0x19ea1f){return _0x143fef===_0x19ea1f;},'RQMJY':'wLmUO','EJAYy':function(_0x9774df,_0x58a0ec){return _0x9774df+_0x58a0ec;},'RiJDw':_0x1935(0xd),'ifayg':_0x1935(0xe),'UECXg':function(_0x424b98,_0x4f7301){return _0x424b98!==_0x4f7301;},'RnMIx':_0x1935(0xf),'AEudG':function(_0x1daee6,_0x5b4a08){return _0x1daee6>_0x5b4a08;},'qineW':function(_0x5c92ec,_0x340ff1){return _0x5c92ec===_0x340ff1;},'JIARw':function(_0x2a2d4f,_0xb9f20f){return _0x2a2d4f!==_0xb9f20f;},'OxMtO':function(_0x234f2f,_0x5e3827){return _0x234f2f*_0x5e3827;},'BzVTe':_0x1935(0x10),'ncYgZ':function(_0x5f5d4b,_0xba34a6){return _0x5f5d4b!==_0xba34a6;},'dYkaG':_0x1935(0x11),'eCCsZ':_0x1935(0x12),'VzMeL':function(_0x29d82d,_0x33c6b7){return _0x29d82d(_0x33c6b7);},'wdPcv':_0x1935(0x13),'DLaTE':_0x1935(0x14),'lYyAH':function(_0x1d0c35,_0x405d50){return _0x1d0c35===_0x405d50;},'IMkAf':_0x1935(0x15),'VhgwM':_0x1935(0x16),'XKyVK':_0x1935(0x17),'ZhtXO':function(_0xbf44a9,_0x463eb6){return _0xbf44a9(_0x463eb6);},'scpPa':_0x1935(0x18),'MGZhL':function(_0x171ead,_0x1a05e2){return _0x171ead(_0x1a05e2);},'LlSJO':function(_0x58d906,_0x465a06){return _0x58d906!==_0x465a06;},'xKllL':function(_0x210368,_0x5db043){return _0x210368!==_0x5db043;},'HATPX':_0x1935(0x19),'ljDyJ':'ViLLQ','SOCmr':function(_0x38945b,_0x43ef5c){return _0x38945b!==_0x43ef5c;},'LpDpf':_0x1935(0x1a),'wTQnB':function(_0x143a27,_0x505db7){return _0x143a27===_0x505db7;},'sutQi':function(_0x250630,_0x181b0d){return _0x250630===_0x181b0d;},'ifrqO':function(_0x29aa59,_0x4a1b47){return _0x29aa59*_0x4a1b47;},'urmDr':_0x1935(0x1b),'JspHX':function(_0x16fdf6,_0x4f0d36){return _0x16fdf6(_0x4f0d36);},'awguM':_0x1935(0x1c),'YsRoo':function(_0xaa4a98,_0x82fe7a){return _0xaa4a98!==_0x82fe7a;},'gOLly':function(_0x458562,_0x514c23){return _0x458562!==_0x514c23;},'nCPcb':_0x1935(0x1d),'XynUc':_0x1935(0x1e),'csAoG':'human','iSEDF':_0x1935(0x1f),'FEfrZ':function(_0x35d23a,_0x2b47e1){return _0x35d23a===_0x2b47e1;},'GZbSF':'RGoRK','SwSxT':'pORKa','lgHlO':_0x1935(0x20),'WRwgW':_0x1935(0x21),'lyPoD':_0x1935(0x22),'rVSNd':function(_0x392c86,_0x53dafd){return _0x392c86(_0x53dafd);},'mfOXe':function(_0x353d30,_0x3f6e46){return _0x353d30===_0x3f6e46;},'NfnrI':function(_0x2a2a76,_0x2985a3){return _0x2a2a76*_0x2985a3;},'SjbfP':_0x1935(0x23),'SkusJ':_0x1935(0x24),'OUbWv':_0x1935(0x25),'YJORA':function(_0x8ed0bb,_0x3ed47f){return _0x8ed0bb!==_0x3ed47f;},'yQvDe':'DqvMB','QICXB':'oKnHJ','InpEz':_0x1935(0x26),'SdfMD':_0x1935(0x27),'SEeSE':_0x1935(0x28),'jbvVo':_0x1935(0x29),'IUAFJ':function(_0x4c3fd3,_0x98306d){return _0x4c3fd3===_0x98306d;},'pcvKs':_0x1935(0x2a),'ejHnG':_0x1935(0x2b),'fkNPy':function(_0x3c90ee,_0x58e5a4){return _0x3c90ee(_0x58e5a4);},'VexAm':function(_0x38aac0,_0xd36cd7){return _0x38aac0(_0xd36cd7);},'CJpKp':function(_0x1dfcc0,_0xa262ca){return _0x1dfcc0(_0xa262ca);},'ilmUz':function(_0x2f47ee,_0x3a7a3a){return _0x2f47ee!==_0x3a7a3a;},'FmhBN':_0x1935(0x2c),'JXFSU':function(_0xc908ee,_0x248ab4){return _0xc908ee(_0x248ab4);},'dcEwm':_0x1935(0x2d),'Ptwmf':function(_0xc36565,_0xa47d26){return _0xc36565>_0xa47d26;},'pONUp':function(_0x5b8793,_0x1943d4){return _0x5b8793!==_0x1943d4;},'sOuDV':function(_0x51fd1e,_0xb801ef){return _0x51fd1e!==_0xb801ef;},'sTqMv':function(_0x54d76c,_0x39969a){return _0x54d76c===_0x39969a;},'cSGjU':function(_0x11de40,_0x3b8043){return _0x11de40*_0x3b8043;},'WHaPi':function(_0x2859f8,_0x2eee49){return _0x2859f8(_0x2eee49);},'oGQNp':function(_0x1d3017){return _0x1d3017();},'NVzuw':function(_0x43f650,_0x3ec981){return _0x43f650===_0x3ec981;},'Llhlk':_0x1935(0x2e),'HqVVQ':_0x1935(0x2f),'mKbtX':function(_0xd471db,_0x3cf255){return _0xd471db===_0x3cf255;},'ZNiBL':_0x1935(0x30),'VvEcU':_0x1935(0x31),'ZIRNb':_0x1935(0x32),'ORnIU':_0x1935(0x33),'LYcJF':_0x1935(0x34),'HFriK':'vkEUj','BjdRV':'PXaTE','ymTMp':function(_0x4c3a12,_0x196266){return _0x4c3a12>_0x196266;},'SoSKl':_0x1935(0x35),'vVtSs':_0x1935(0x36),'tkJGu':function(_0x2c765b,_0xdf828f){return _0x2c765b(_0xdf828f);},'CVJQt':function(_0x59f3e9,_0x143084){return _0x59f3e9!==_0x143084;},'SRHiW':_0x1935(0x37),'FLBfu':function(_0x3178f5,_0x1c03d2){return _0x3178f5(_0x1c03d2);},'UGbkw':function(_0xc36c40,_0xa350b5){return _0xc36c40===_0xa350b5;},'slcOT':_0x1935(0x38),'LCMNm':function(_0x4314ec,_0x4b3523){return _0x4314ec(_0x4b3523);},'zDZdU':function(_0x8e4863,_0x1303f6){return _0x8e4863(_0x1303f6);},'mRRUq':_0x1935(0x39),'QSJFO':function(_0x77ef7c,_0x5cdb7e){return _0x77ef7c(_0x5cdb7e);},'euPbN':function(_0x461c8d){return _0x461c8d();},'PQlWF':function(_0xacd4ae,_0x296b7f){return _0xacd4ae(_0x296b7f);},'EFJDv':function(_0x4bcb63,_0xad2d2b){return _0x4bcb63(_0xad2d2b);},'JBAsw':function(_0x358568,_0xb956f7){return _0x358568!==_0xb956f7;},'dVHtL':_0x1935(0x3a),'KCVfg':function(_0x47c100,_0x7e78f6){return _0x47c100(_0x7e78f6);},'yGwlx':function(_0x7a2c61,_0x366faf){return _0x7a2c61(_0x366faf);},'MKINW':function(_0x190214,_0xa4195a){return _0x190214!==_0xa4195a;},'FXSSw':'FQUvx','aqzaZ':_0x1935(0x3b),'bIMRE':function(_0x434b30,_0x355a0e){return _0x434b30(_0x355a0e);},'YNKos':function(_0x39d77c,_0x26b4b4){return _0x39d77c(_0x26b4b4);},'qetLZ':function(_0x1bbef8,_0xedda88){return _0x1bbef8(_0xedda88);},'FyaRv':function(_0x52818a,_0x6f7091){return _0x52818a(_0x6f7091);},'WNbxc':function(_0x58624e,_0xc12bf){return _0x58624e(_0xc12bf);},'iRtlc':_0x1935(0x3c),'wAqDF':function(_0x20838d,_0x2d2bea){return _0x20838d===_0x2d2bea;},'rpWYa':_0x1935(0x3d),'gEgNb':_0x1935(0x3e),'EyKbA':'handled','CjNxa':function(_0x4576fe,_0x4e2ffb){return _0x4576fe===_0x4e2ffb;},'QxcBB':_0x1935(0x3f),'IPAqR':_0x1935(0x40),'fLfyG':'top','DOAwx':_0x1935(0x41),'TGOdn':function(_0x1a3286,_0x461192){return _0x1a3286||_0x461192;},'iKNPp':_0x1935(0x42),'nFHXM':_0x1935(0x43),'wWVKO':_0x1935(0x44),'aWVPy':'Import\x20Conversations'},[_0x5a994a,_0x42c359]=_0x2a27cd[_0x1935(0x45)](useState,_0x2a27cd['mRRUq']),[_0x446d48,_0x25bddd]=_0x2a27cd[_0x1935(0x46)](useState,''),[_0x30c0d8,_0x10e507]=_0x2a27cd['FyaRv'](useState,![]),[_0x32fc52,_0x3d988e]=_0x2a27cd['WNbxc'](useState,null),[_0x31c649,_0x1edab0]=useState(null),[_0x30cc33,_0x29d5ad]=useState(null),_0x8493f=()=>{switch(_0x16aec3){case _0x1935(0x47):return{'title':_0x2a27cd['raqYo'],'instructions':_0x2a27cd[_0x1935(0x48)],'placeholder':_0x2a27cd['xqflt']};case _0x1935(0xb):return{'title':_0x2a27cd[_0x1935(0x49)],'instructions':_0x1935(0x4a),'placeholder':_0x1935(0x4b)};case _0x2a27cd[_0x1935(0x4c)]:return{'title':_0x2a27cd[_0x1935(0x4d)],'instructions':_0x2a27cd['GytbV'],'placeholder':_0x2a27cd[_0x1935(0x4e)]};case _0x2a27cd[_0x1935(0x4f)]:return{'title':_0x1935(0x50),'instructions':_0x2a27cd[_0x1935(0x51)],'placeholder':_0x2a27cd[_0x1935(0x52)]};default:return{'title':_0x1935(0x53)+_0x2d6c53,'instructions':_0x2a27cd[_0x1935(0x54)],'placeholder':_0x2a27cd[_0x1935(0x55)]};}},{title:_0x11f9aa,instructions:_0x431a8e,placeholder:_0x5c0131}=_0x2a27cd[_0x1935(0x56)](_0x8493f),_0x7c5d33=_0x1bece5=>{const _0xc3e2c5={'lPVos':function(_0x2b7cf3,_0xf15845){return _0x2a27cd[_0x1935(0x57)](_0x2b7cf3,_0xf15845);},'JetEp':_0x2a27cd[_0x1935(0x58)],'jzawo':function(_0x5b5a7b,_0x3b3e27){return _0x2a27cd[_0x1935(0x59)](_0x5b5a7b,_0x3b3e27);},'vszgX':_0x2a27cd[_0x1935(0x5a)],'zIuTR':function(_0x15c0b2,_0x6290fc){return _0x15c0b2(_0x6290fc);},'EBVid':function(_0x263e52,_0x15506e){return _0x2a27cd['EJAYy'](_0x263e52,_0x15506e);},'cjPYq':_0x2a27cd['RiJDw'],'ptkTN':_0x2a27cd[_0x1935(0x5b)],'bMisS':function(_0x5bb424,_0x1b024b){return _0x2a27cd[_0x1935(0x5c)](_0x5bb424,_0x1b024b);},'iKVJC':_0x2a27cd['RnMIx'],'vHASj':_0x1935(0x5d),'ZebDh':function(_0x55ea05,_0x9eae05){return _0x2a27cd[_0x1935(0x5e)](_0x55ea05,_0x9eae05);},'SxJtV':function(_0x3d9036,_0xd9153d){return _0x2a27cd[_0x1935(0x5f)](_0x3d9036,_0xd9153d);},'sfuLi':function(_0x3a5920,_0x46570c){return _0x2a27cd[_0x1935(0x60)](_0x3a5920,_0x46570c);},'mWbfA':function(_0x56a6ec,_0x3aad1e){return _0x2a27cd[_0x1935(0x5c)](_0x56a6ec,_0x3aad1e);},'suMFQ':function(_0x5cca28,_0x23868d){return _0x2a27cd[_0x1935(0x61)](_0x5cca28,_0x23868d);},'bsyCO':function(_0x24db1d,_0x5e8ade){return _0x2a27cd['JIARw'](_0x24db1d,_0x5e8ade);},'FUFia':function(_0x210a31,_0x4517f3){return _0x2a27cd[_0x1935(0x62)](_0x210a31,_0x4517f3);}};if(_0x2a27cd['ymHir'](_0x1935(0x63),_0x2a27cd[_0x1935(0x64)]))_0x1b967b('File\x20upload\x20requires\x20additional\x20dependencies.\x20Please\x20paste\x20data\x20instead.'),_0x2a27cd[_0x1935(0x5e)](_0x2277d5,_0x5a9918['ERROR']);else try{const _0x27980a=JSON[_0x1935(0x65)](_0x1bece5),_0x525340=[];if(Array['isArray'](_0x27980a))_0x2a27cd[_0x1935(0x66)](_0x2a27cd[_0x1935(0x67)],_0x2a27cd[_0x1935(0x67)])?_0x29f3ba[_0x1935(0x68)]('Error\x20storing\x20conversation:',_0x3d059e):_0x27980a[_0x1935(0x69)]((_0x4059be,_0x2efd54)=>{const _0x15d086={'TkFdX':function(_0x2b67c0,_0x947e5e){return _0xc3e2c5[_0x1935(0x6a)](_0x2b67c0,_0x947e5e);},'WIKsI':_0xc3e2c5[_0x1935(0x6b)],'DWCft':function(_0x1a1d74,_0x45132a){return _0x1a1d74*_0x45132a;}};if(_0xc3e2c5['jzawo'](_0xc3e2c5[_0x1935(0x6c)],_0xc3e2c5['vszgX'])){const _0x1b0026=_0xc3e2c5[_0x1935(0x6d)](_0xf97de4,_0x4059be);_0x1b0026[_0x1935(0x6e)]>0x0&&_0x525340[_0x1935(0x6f)]({'conversationId':_0x4059be['id']||_0x4059be[_0x1935(0x70)]||_0x1935(0x71)+_0x2efd54+'_'+Date[_0x1935(0x72)](),'messages':_0x1b0026,'context':{'title':_0x4059be[_0x1935(0x73)]||_0x4059be[_0x1935(0x74)]||_0x1935(0x75)+_0xc3e2c5[_0x1935(0x76)](_0x2efd54,0x1),'create_time':_0x4059be[_0x1935(0x77)]||_0x4059be[_0x1935(0x78)],'update_time':_0x4059be[_0x1935(0x79)]||_0x4059be[_0x1935(0x7a)]}});}else{const _0x48f733=_0x47af74[_0x1935(0x7b)][_0x1935(0x7c)][_0x1935(0x7d)][_0x1935(0x7e)]('\x0a');if(_0x48f733[_0x1935(0x7f)]()){var _0x43ccfd;_0x3c00c5['push']({'id':_0xa8ed77[_0x1935(0x7b)]['id']||'msg_'+_0x56bb65,'role':(_0x15d086[_0x1935(0x80)](_0x43ccfd=_0xf83c09[_0x1935(0x7b)][_0x1935(0x81)],null)||_0x43ccfd===void 0x0?void 0x0:_0x43ccfd['role'])||_0x15d086[_0x1935(0x82)],'content':_0x48f733,'timestamp':_0x56d7a6[_0x1935(0x7b)][_0x1935(0x77)]?new _0x26a2e0(_0x15d086['DWCft'](_0x1536ec['message'][_0x1935(0x77)],0x3e8))[_0x1935(0x83)]():_0x35b817});}}});else{if(_0x27980a[_0x1935(0x84)]&&Array[_0x1935(0x85)](_0x27980a['conversations']))_0x27980a[_0x1935(0x84)][_0x1935(0x69)]((_0x3335bf,_0x53a74f)=>{if(_0xc3e2c5['bMisS'](_0xc3e2c5[_0x1935(0x86)],_0xc3e2c5[_0x1935(0x87)])){const _0x3e5e77=_0xc3e2c5[_0x1935(0x88)](_0xf97de4,_0x3335bf);_0xc3e2c5[_0x1935(0x89)](_0x3e5e77[_0x1935(0x6e)],0x0)&&_0x525340[_0x1935(0x6f)]({'conversationId':_0x3335bf['id']||_0x1935(0x71)+_0x53a74f+'_'+Date['now'](),'messages':_0x3e5e77,'context':{'title':_0x3335bf['title']||_0x1935(0x75)+(_0x53a74f+0x1),'create_time':_0x3335bf['create_time'],'update_time':_0x3335bf[_0x1935(0x79)]}});}else{var _0x19af8;const _0x93ef09=_0x328525[_0x1935(0x7c)]||_0x3e6e88[_0x1935(0x8a)]||_0x146b6d[_0x1935(0x7b)]||'';if(_0xc3e2c5[_0x1935(0x6a)](typeof _0x93ef09,_0xc3e2c5[_0x1935(0x8b)])&&_0x93ef09[_0x1935(0x7f)]())_0x94084e[_0x1935(0x6f)]({'id':_0x353a67['id']||_0x1935(0x8c)+_0x2977ea,'role':_0x1f9998[_0x1935(0x8d)]||_0x47fcba['author']||_0xc3e2c5[_0x1935(0x8e)],'content':_0x93ef09,'timestamp':_0x120090[_0x1935(0x8f)]||_0x524e73[_0x1935(0x78)]});else _0xc3e2c5[_0x1935(0x90)](_0x19af8=_0x100e33['content'],null)&&_0xc3e2c5[_0x1935(0x90)](_0x19af8,void 0x0)&&_0x19af8[_0x1935(0x7d)]&&_0x31a521[_0x1935(0x6f)]({'id':_0x42880d['id']||'msg_'+_0x12c4da,'role':_0xeb0f14[_0x1935(0x8d)]||_0xc3e2c5[_0x1935(0x8e)],'content':_0x14bd59[_0x1935(0x7c)][_0x1935(0x7d)][_0x1935(0x7e)]('\x0a'),'timestamp':_0x5c3604[_0x1935(0x8f)]});}});else{if(_0x27980a['mapping']||_0x27980a['messages']){if(_0x2a27cd[_0x1935(0x61)](_0x1935(0x91),_0x2a27cd['eCCsZ'])){const _0x178175=_0x2a27cd[_0x1935(0x92)](_0xf97de4,_0x27980a);if(_0x2a27cd['AEudG'](_0x178175[_0x1935(0x6e)],0x0)){if(_0x2a27cd[_0x1935(0x93)]!==_0x2a27cd[_0x1935(0x93)])switch(_0x504350){case _0x2a27cd[_0x1935(0x94)]:return{'title':_0x2a27cd['raqYo'],'instructions':'Export\x20your\x20ChatGPT\x20conversations\x20from\x20Settings\x20→\x20Data\x20Controls\x20→\x20Export\x20data.\x20Then\x20upload\x20the\x20JSON\x20file\x20or\x20paste\x20your\x20conversation\x20data.','placeholder':_0x2a27cd[_0x1935(0x95)]};case _0x2a27cd[_0x1935(0x96)]:return{'title':_0x2a27cd[_0x1935(0x49)],'instructions':_0x2a27cd['IWcNR'],'placeholder':_0x1935(0x4b)};case _0x2a27cd[_0x1935(0x4c)]:return{'title':_0x2a27cd[_0x1935(0x4d)],'instructions':_0x2a27cd[_0x1935(0x97)],'placeholder':_0x2a27cd[_0x1935(0x4e)]};case _0x2a27cd[_0x1935(0x4f)]:return{'title':_0x2a27cd['EhElq'],'instructions':_0x2a27cd[_0x1935(0x51)],'placeholder':'Paste\x20your\x20Grok\x20conversation\x20JSON\x20here...'};default:return{'title':'Connect\x20'+_0x5aed49,'instructions':_0x2a27cd[_0x1935(0x54)],'placeholder':_0x1935(0xa)};}else _0x525340[_0x1935(0x6f)]({'conversationId':_0x27980a['id']||_0x1935(0x71)+Date['now'](),'messages':_0x178175,'context':{'title':_0x27980a[_0x1935(0x73)]||_0x2a27cd[_0x1935(0x98)],'create_time':_0x27980a['create_time'],'update_time':_0x27980a['update_time']}});}}else{_0x2a27cd[_0x1935(0x99)](_0x4c28c1,'File upload requires react-native-document-picker and react-native-fs. Please paste data instead.');return;}}else{if(_0x2a27cd[_0x1935(0x9a)](_0x2a27cd[_0x1935(0x9b)],_0x2a27cd['IMkAf'])){const _0x81e157=_0xf97de4(_0x27980a);_0x81e157[_0x1935(0x6e)]>0x0&&_0x525340['push']({'conversationId':_0x1935(0x71)+Date[_0x1935(0x72)](),'messages':_0x81e157,'context':{'title':_0x27980a['title']||_0x1935(0x14)}});}else _0x140ccc[_0x1935(0x9c)][_0x1935(0x69)]((_0x3d5506,_0x11922b)=>{var _0x17b47e;const _0x1a487b=_0x3d5506['content']||_0x3d5506[_0x1935(0x8a)]||_0x3d5506['message']||'';if(_0xc3e2c5['sfuLi'](typeof _0x1a487b,_0x1935(0xd))&&_0x1a487b[_0x1935(0x7f)]())_0x204f9f[_0x1935(0x6f)]({'id':_0x3d5506['id']||_0x1935(0x8c)+_0x11922b,'role':_0x3d5506[_0x1935(0x8d)]||_0x3d5506[_0x1935(0x81)]||_0xc3e2c5[_0x1935(0x8e)],'content':_0x1a487b,'timestamp':_0x3d5506['timestamp']||_0x3d5506['created_at']});else _0xc3e2c5['bMisS'](_0x17b47e=_0x3d5506['content'],null)&&_0x17b47e!==void 0x0&&_0x17b47e['parts']&&_0x58a862[_0x1935(0x6f)]({'id':_0x3d5506['id']||'msg_'+_0x11922b,'role':_0x3d5506['role']||_0x1935(0xe),'content':_0x3d5506[_0x1935(0x7c)][_0x1935(0x7d)][_0x1935(0x7e)]('\x0a'),'timestamp':_0x3d5506[_0x1935(0x8f)]});});}}}return _0x525340;}catch(_0x3a3a33){if(_0x2a27cd[_0x1935(0x5c)](_0x2a27cd[_0x1935(0x9d)],_0x2a27cd[_0x1935(0x9d)])){var _0x10e9f0;if(_0xc3e2c5[_0x1935(0x9e)](_0x15456e,null)&&_0x5b33dc!==void 0x0&&(_0x10e9f0=_0x510e5f['message'])!==null&&_0x10e9f0!==void 0x0&&_0xc3e2c5[_0x1935(0x9f)](_0x10e9f0=_0x10e9f0[_0x1935(0x7c)],null)&&_0xc3e2c5['bsyCO'](_0x10e9f0,void 0x0)&&_0x10e9f0[_0x1935(0x7d)]){const _0xba486b=_0x4b517a[_0x1935(0x7b)][_0x1935(0x7c)][_0x1935(0x7d)][_0x1935(0x7e)]('\x0a');if(_0xba486b[_0x1935(0x7f)]()){var _0x46daff;_0x2d882e['push']({'id':_0x4e805f['message']['id']||'msg_'+_0x33f02c,'role':((_0x46daff=_0x40f11e[_0x1935(0x7b)][_0x1935(0x81)])===null||_0xc3e2c5[_0x1935(0x6a)](_0x46daff,void 0x0)?void 0x0:_0x46daff['role'])||_0xc3e2c5[_0x1935(0x6b)],'content':_0xba486b,'timestamp':_0xfa2cfb[_0x1935(0x7b)][_0x1935(0x77)]?new _0x2ec435(_0xc3e2c5[_0x1935(0xa0)](_0xbfa795[_0x1935(0x7b)][_0x1935(0x77)],0x3e8))[_0x1935(0x83)]():_0xb5bda4});}}}else{console[_0x1935(0x68)](_0x1935(0xa1),_0x3a3a33);throw new Error(_0x2a27cd[_0x1935(0xa2)]);}}},_0xf97de4=_0x1c4f1f=>{const _0x11054a={'qzrAg':function(_0x33421a,_0x1b89c9){return _0x2a27cd[_0x1935(0x5e)](_0x33421a,_0x1b89c9);},'yauCw':function(_0x4b970f,_0x1ca32b){return _0x4b970f===_0x1ca32b;},'JUOrc':_0x1935(0xa3),'UYasu':_0x2a27cd[_0x1935(0x5b)],'GgiuJ':'assistant'},_0x1ec75a=[];return _0x1c4f1f[_0x1935(0xa4)]&&(_0x2a27cd[_0x1935(0xa5)](_0x2a27cd[_0x1935(0xa6)],_0x2a27cd[_0x1935(0xa7)])?_0x299587?(_0x2a27cd[_0x1935(0xa8)](_0x59b640,_0x2a27cd[_0x1935(0xa9)]),_0x2a27cd[_0x1935(0xaa)](_0x2c3e32,_0x162dc7['BUTTON_PRESS'])):(_0x4e0e00(_0x1935(0x3b)),_0x544430(_0x160b96['ERROR'])):Object[_0x1935(0xab)](_0x1c4f1f[_0x1935(0xa4)])['forEach']((_0xd58743,_0x3ea14e)=>{var _0xdc6615;if(_0x2a27cd[_0x1935(0x5c)](_0xd58743,null)&&_0x2a27cd['LlSJO'](_0xd58743,void 0x0)&&_0x2a27cd[_0x1935(0xac)](_0xdc6615=_0xd58743[_0x1935(0x7b)],null)&&_0x2a27cd['JIARw'](_0xdc6615,void 0x0)&&_0x2a27cd[_0x1935(0x5c)](_0xdc6615=_0xdc6615[_0x1935(0x7c)],null)&&_0x2a27cd[_0x1935(0x61)](_0xdc6615,void 0x0)&&_0xdc6615[_0x1935(0x7d)]){if(_0x2a27cd[_0x1935(0xad)]!==_0x2a27cd[_0x1935(0xae)]){const _0x4b8f8a=_0xd58743[_0x1935(0x7b)]['content'][_0x1935(0x7d)][_0x1935(0x7e)]('\x0a');if(_0x4b8f8a[_0x1935(0x7f)]()){if(_0x2a27cd[_0x1935(0xaf)](_0x2a27cd[_0x1935(0xb0)],_0x2a27cd[_0x1935(0xb0)]))_0x3a471e++;else{var _0x3278e8;_0x1ec75a[_0x1935(0x6f)]({'id':_0xd58743[_0x1935(0x7b)]['id']||_0x1935(0x8c)+_0x3ea14e,'role':(_0x2a27cd[_0x1935(0xb1)](_0x3278e8=_0xd58743[_0x1935(0x7b)][_0x1935(0x81)],null)||_0x2a27cd['sutQi'](_0x3278e8,void 0x0)?void 0x0:_0x3278e8[_0x1935(0x8d)])||'unknown','content':_0x4b8f8a,'timestamp':_0xd58743[_0x1935(0x7b)][_0x1935(0x77)]?new Date(_0x2a27cd[_0x1935(0xb2)](_0xd58743[_0x1935(0x7b)][_0x1935(0x77)],0x3e8))[_0x1935(0x83)]():undefined});}}}else _0xc5aab2(![]);}})),_0x1c4f1f['messages']&&Array[_0x1935(0x85)](_0x1c4f1f['messages'])&&(_0x2a27cd['sutQi'](_0x1935(0xb3),_0x2a27cd[_0x1935(0xb4)])?(_0x3e9804[_0x1935(0x68)](_0x2a27cd[_0x1935(0xb5)],_0xd0759f),_0x2a27cd[_0x1935(0xb6)](_0x5d0337,_0x2a27cd['awguM']),_0x2a27cd['VzMeL'](_0x5dd1b2,_0x1e5a26['ERROR'])):_0x1c4f1f[_0x1935(0x9c)][_0x1935(0x69)]((_0xb41f38,_0x1ea5f3)=>{var _0x200dfe;const _0x3e219e=_0xb41f38[_0x1935(0x7c)]||_0xb41f38[_0x1935(0x8a)]||_0xb41f38[_0x1935(0x7b)]||'';if(_0x2a27cd[_0x1935(0xb1)](typeof _0x3e219e,_0x1935(0xd))&&_0x3e219e[_0x1935(0x7f)]())_0x1ec75a[_0x1935(0x6f)]({'id':_0xb41f38['id']||_0x1935(0x8c)+_0x1ea5f3,'role':_0xb41f38['role']||_0xb41f38['author']||_0x1935(0xe),'content':_0x3e219e,'timestamp':_0xb41f38[_0x1935(0x8f)]||_0xb41f38['created_at']});else(_0x200dfe=_0xb41f38[_0x1935(0x7c)])!==null&&_0x2a27cd[_0x1935(0xb7)](_0x200dfe,void 0x0)&&_0x200dfe[_0x1935(0x7d)]&&_0x1ec75a[_0x1935(0x6f)]({'id':_0xb41f38['id']||_0x1935(0x8c)+_0x1ea5f3,'role':_0xb41f38[_0x1935(0x8d)]||_0x2a27cd['ifayg'],'content':_0xb41f38[_0x1935(0x7c)]['parts']['join']('\x0a'),'timestamp':_0xb41f38[_0x1935(0x8f)]});})),_0x1c4f1f[_0x1935(0xb8)]&&Array['isArray'](_0x1c4f1f['chat_messages'])&&_0x1c4f1f['chat_messages']['forEach']((_0x491bc3,_0x138abe)=>{_0x2a27cd[_0x1935(0xb9)](_0x1935(0xba),_0x2a27cd[_0x1935(0xbb)])?(_0x491bc3[_0x1935(0x8a)]||_0x491bc3[_0x1935(0x7c)])&&(_0x2a27cd[_0x1935(0x60)](_0x1935(0xbc),_0x2a27cd[_0x1935(0xbd)])?_0x4f1d8f=_0x11054a[_0x1935(0xbe)](_0x2d4047,0x1):_0x1ec75a[_0x1935(0x6f)]({'id':_0x491bc3['uuid']||_0x1935(0x8c)+_0x138abe,'role':_0x491bc3['sender']===_0x2a27cd[_0x1935(0xbf)]?_0x2a27cd[_0x1935(0x5b)]:_0x2a27cd[_0x1935(0xc0)],'content':_0x491bc3['text']||_0x491bc3['content'],'timestamp':_0x491bc3[_0x1935(0x78)]})):_0x4b502[_0x1935(0x6f)]({'id':_0x2394ea[_0x1935(0xc1)]||_0x1935(0x8c)+_0x4de4a0,'role':_0x11054a[_0x1935(0xc2)](_0x3d1478[_0x1935(0xc3)],_0x11054a[_0x1935(0xc4)])?_0x11054a[_0x1935(0xc5)]:_0x11054a['GgiuJ'],'content':_0x5aa5c1[_0x1935(0x8a)]||_0xfe671d[_0x1935(0x7c)],'timestamp':_0x2f0d0a[_0x1935(0x78)]});}),_0x1ec75a;},_0x2f68a4=async()=>{const _0x5804d8={'TbYuy':_0x2a27cd[_0x1935(0xa2)],'wqOIL':_0x2a27cd['WRwgW'],'rTTZW':_0x2a27cd['urmDr'],'Ctfbx':function(_0x44341c,_0x2e6a4f){return _0x2a27cd['ZhtXO'](_0x44341c,_0x2e6a4f);},'gYVUo':_0x2a27cd[_0x1935(0xc6)],'lWpKH':function(_0x221bff,_0x278b88){return _0x221bff(_0x278b88);},'aEisi':_0x2a27cd[_0x1935(0xc7)],'GwggS':function(_0x341be8,_0x49802f){return _0x2a27cd[_0x1935(0xc8)](_0x341be8,_0x49802f);},'rrlWv':function(_0x1b692c,_0x1806a9){return _0x2a27cd[_0x1935(0xc9)](_0x1b692c,_0x1806a9);},'BhVet':function(_0x29cff2,_0x3dae65){return _0x2a27cd[_0x1935(0xc9)](_0x29cff2,_0x3dae65);},'RDRmf':_0x2a27cd[_0x1935(0x58)],'YxzRW':function(_0x3ce4e9,_0x4a9c02){return _0x2a27cd[_0x1935(0xca)](_0x3ce4e9,_0x4a9c02);}};if(!FILE_UPLOAD_AVAILABLE){if(_0x2a27cd[_0x1935(0xb9)](_0x2a27cd['SjbfP'],_0x1935(0x23)))_0x44ac45=_0x5c8ff7(0x0);else{_0x2a27cd[_0x1935(0xa8)](_0x3d988e,'File upload requires react-native-document-picker and react-native-fs. Please paste data instead.');return;}}try{if(_0x2a27cd[_0x1935(0x57)](_0x2a27cd['SkusJ'],_0x2a27cd[_0x1935(0xcb)])){_0x553d65[_0x1935(0x68)](_0x1935(0xa1),_0xfacb1a);throw new _0x155404(_0x5804d8[_0x1935(0xcc)]);}else{_0x2a27cd['LjnWl'](_0x3d988e,null);const {pick:_0x65a297,types:_0x137e49}=DocumentPicker,_0x47251d=await _0x2a27cd[_0x1935(0x92)](_0x65a297,{'type':[_0x137e49[_0x1935(0xcd)],_0x137e49[_0x1935(0xce)],_0x137e49['allFiles']]});if(_0x47251d&&_0x47251d[0x0]){if(_0x2a27cd[_0x1935(0xcf)](_0x2a27cd[_0x1935(0xd0)],_0x2a27cd[_0x1935(0xd1)])){const _0x235f99=_0x47251d[0x0];_0x2a27cd['MGZhL'](_0x1edab0,_0x235f99[_0x1935(0x74)]||_0x2a27cd[_0x1935(0xd2)]);let _0x4b856f;_0x235f99[_0x1935(0xd3)][_0x1935(0xd4)](_0x2a27cd[_0x1935(0xd5)])?_0x2a27cd['wTQnB'](_0x1935(0x28),_0x2a27cd[_0x1935(0xd6)])?_0x4b856f=await RNFS[_0x1935(0xd7)](_0x235f99[_0x1935(0xd3)],_0x2a27cd[_0x1935(0xd8)]):_0x1edb6e[_0x1935(0xd9)]!==_0x5804d8[_0x1935(0xda)]&&(_0x3d62b2[_0x1935(0x68)](_0x5804d8[_0x1935(0xdb)],_0x4a2c7c),_0x5804d8[_0x1935(0xdc)](_0x4f73ff,_0x5804d8[_0x1935(0xdd)]),_0x5804d8[_0x1935(0xde)](_0x5a5570,_0x2ef6a8[_0x1935(0xdf)])):_0x2a27cd['IUAFJ'](_0x2a27cd['pcvKs'],_0x2a27cd[_0x1935(0xe0)])?(_0x45847a[_0x1935(0x68)](_0x5804d8[_0x1935(0xe1)],_0x46d198),_0x5804d8[_0x1935(0xe2)](_0x2bf292,_0x35c35a['message']||_0x1935(0xe3)),_0x5804d8[_0x1935(0xdc)](_0x16590c,_0x525f20[_0x1935(0xdf)])):_0x4b856f=await RNFS['readFile'](_0x235f99['uri'],_0x1935(0x29)),_0x2a27cd[_0x1935(0xe4)](_0x29d5ad,_0x4b856f),_0x2a27cd[_0x1935(0xe5)](_0x25bddd,_0x4b856f),_0x2a27cd[_0x1935(0xe6)](triggerHaptic,HapticType[_0x1935(0xe7)]);}else{const _0x31eaeb={'FtjIO':function(_0x143dbb,_0x38d456){return _0x2a27cd[_0x1935(0xa5)](_0x143dbb,_0x38d456);},'OutrC':_0x1935(0xa3),'nNwOS':_0x2a27cd[_0x1935(0x5b)]};_0x2565bf[_0x1935(0xb8)][_0x1935(0x69)]((_0x51f6e6,_0x508038)=>{(_0x51f6e6['text']||_0x51f6e6[_0x1935(0x7c)])&&_0x2bc3f4[_0x1935(0x6f)]({'id':_0x51f6e6['uuid']||_0x1935(0x8c)+_0x508038,'role':_0x31eaeb['FtjIO'](_0x51f6e6[_0x1935(0xc3)],_0x31eaeb[_0x1935(0xe8)])?_0x31eaeb[_0x1935(0xe9)]:_0x1935(0x1f),'content':_0x51f6e6[_0x1935(0x8a)]||_0x51f6e6[_0x1935(0x7c)],'timestamp':_0x51f6e6[_0x1935(0x78)]});});}}}}catch(_0x2f9f56){if(_0x2a27cd[_0x1935(0xea)](_0x2f9f56[_0x1935(0xd9)],_0x2a27cd[_0x1935(0xeb)])){if(_0x2a27cd[_0x1935(0xec)]===_0x2a27cd[_0x1935(0xec)])console[_0x1935(0x68)]('File\x20pick\x20error:',_0x2f9f56),_0x2a27cd['JXFSU'](_0x3d988e,_0x2a27cd[_0x1935(0xc6)]),_0x2a27cd[_0x1935(0x92)](triggerHaptic,HapticType[_0x1935(0xdf)]);else{var _0x35a6a1;_0x539ab3[_0x1935(0x6f)]({'id':_0x237aba[_0x1935(0x7b)]['id']||_0x1935(0x8c)+_0x8eee78,'role':(_0x5804d8[_0x1935(0xed)](_0x35a6a1=_0x44a967[_0x1935(0x7b)][_0x1935(0x81)],null)||_0x5804d8[_0x1935(0xee)](_0x35a6a1,void 0x0)?void 0x0:_0x35a6a1['role'])||_0x5804d8['RDRmf'],'content':_0x24ea7a,'timestamp':_0x4a47ae[_0x1935(0x7b)][_0x1935(0x77)]?new _0x116527(_0x5804d8[_0x1935(0xef)](_0x18f38e[_0x1935(0x7b)][_0x1935(0x77)],0x3e8))['toISOString']():_0x4439a6});}}}},_0x127049=async()=>{const _0x3c0504={'rGrkw':function(_0xd59faa,_0x346c0e){return _0x2a27cd[_0x1935(0xf0)](_0xd59faa,_0x346c0e);},'suMXz':function(_0x310b16,_0xdc05be){return _0x2a27cd['Ptwmf'](_0x310b16,_0xdc05be);},'miAhg':function(_0x461ace,_0x1feca7){return _0x2a27cd[_0x1935(0xcf)](_0x461ace,_0x1feca7);},'pkOQJ':function(_0x2949dd,_0x3c6965){return _0x2a27cd['pONUp'](_0x2949dd,_0x3c6965);},'MZcqK':function(_0x454c74,_0x55801f){return _0x454c74!==_0x55801f;},'ELSuC':function(_0xf5e784,_0x208b77){return _0x2a27cd[_0x1935(0xf1)](_0xf5e784,_0x208b77);},'lWeta':function(_0x1ce644,_0x25b089){return _0x2a27cd['sTqMv'](_0x1ce644,_0x25b089);},'Tdusb':_0x1935(0xc),'zuCZX':function(_0x3f36df,_0x7f1456){return _0x2a27cd[_0x1935(0xf2)](_0x3f36df,_0x7f1456);},'AMnVS':function(_0x57491e,_0x1e176f){return _0x2a27cd[_0x1935(0xf3)](_0x57491e,_0x1e176f);},'mjTTY':function(_0x5229d9,_0xa3efd9){return _0x5229d9>_0xa3efd9;},'SIfcM':function(_0x887c63,_0x42f30e){return _0x2a27cd[_0x1935(0xf4)](_0x887c63,_0x42f30e);},'JJBDm':_0x1935(0xf5),'rWHXb':function(_0x5a2182){return _0x2a27cd['oGQNp'](_0x5a2182);}},_0x13331b=_0x2a27cd[_0x1935(0xf6)](_0x5a994a,'file')&&_0x30cc33?_0x30cc33:_0x446d48;if(!_0x13331b['trim']()){if(_0x2a27cd[_0x1935(0xb9)](_0x1935(0xf7),_0x2a27cd['Llhlk'])){_0x2a27cd[_0x1935(0xc8)](_0x3d988e,_0x2a27cd['HqVVQ']),_0x2a27cd['ZhtXO'](triggerHaptic,HapticType[_0x1935(0xdf)]);return;}else{const _0x3804f3=_0x3c0504[_0x1935(0xf8)](_0x444103,_0xcc343c);_0x3c0504[_0x1935(0xf9)](_0x3804f3[_0x1935(0x6e)],0x0)&&_0x467554['push']({'conversationId':_0x1935(0x71)+_0x1f4c4f['now'](),'messages':_0x3804f3,'context':{'title':_0x11e1f2[_0x1935(0x73)]||_0x1935(0x14)}});}}_0x10e507(!![]),_0x3d988e(null);try{const _0x2e7715=_0x2a27cd[_0x1935(0xaa)](_0x7c5d33,_0x13331b);if(_0x2a27cd[_0x1935(0xfa)](_0x2e7715[_0x1935(0x6e)],0x0)){if(_0x2a27cd['YJORA'](_0x2a27cd[_0x1935(0xfb)],_0x2a27cd[_0x1935(0xfb)]))throw new _0x118b96(_0x1935(0x31));else throw new Error(_0x2a27cd[_0x1935(0xfc)]);}const _0x9808e5=await AsyncStorage[_0x1935(0xfd)](_0x1935(0xfe))||await AsyncStorage['getItem'](_0x2a27cd[_0x1935(0xff)])||await AsyncStorage['getItem'](_0x2a27cd[_0x1935(0x100)]);if(!_0x9808e5)throw new Error(_0x2a27cd[_0x1935(0x101)]);const _0x38b95d=_0x1935(0x102)+_0x16aec3;let _0x335890=0x0;for(const _0x11448e of _0x2e7715){if(_0x2a27cd['IUAFJ'](_0x2a27cd['LYcJF'],_0x2a27cd['LYcJF']))try{const _0x3eddd6=await fetch(API_CONFIG[_0x1935(0x103)]+_0x1935(0x104),{'method':'POST','headers':{'Content-Type':'application/json','Authorization':_0x1935(0x105)+_0x9808e5},'body':JSON['stringify']({'platform':_0x38b95d,'conversationData':{'conversationId':_0x11448e[_0x1935(0x106)],'messages':_0x11448e['messages'],'context':_0x11448e['context'],'mobileMetadata':{'platform':Platform['OS'],'appVersion':_0x1935(0x107),'osVersion':Platform['Version'],'isOfflineSync':![]}},'memoryType':_0x1935(0x108),'metadata':{'source':'mobile_app_import','importedAt':new Date()[_0x1935(0x83)](),'originalPlatform':_0x16aec3}})});if(_0x3eddd6['ok'])_0x335890++;else{if(_0x2a27cd[_0x1935(0x109)]===_0x2a27cd['BjdRV'])_0x1457ee[_0x1935(0xab)](_0x35fce8['mapping'])['forEach']((_0x33f2ad,_0x4dde6b)=>{var _0x27ca86;if(_0x33f2ad!==null&&_0x3c0504[_0x1935(0x10a)](_0x33f2ad,void 0x0)&&_0x3c0504[_0x1935(0x10a)](_0x27ca86=_0x33f2ad[_0x1935(0x7b)],null)&&_0x3c0504[_0x1935(0x10b)](_0x27ca86,void 0x0)&&_0x3c0504[_0x1935(0x10c)](_0x27ca86=_0x27ca86[_0x1935(0x7c)],null)&&_0x3c0504[_0x1935(0x10d)](_0x27ca86,void 0x0)&&_0x27ca86[_0x1935(0x7d)]){const _0x4a3baa=_0x33f2ad['message'][_0x1935(0x7c)][_0x1935(0x7d)][_0x1935(0x7e)]('\x0a');if(_0x4a3baa[_0x1935(0x7f)]()){var _0x23f06e;_0x1a5413['push']({'id':_0x33f2ad[_0x1935(0x7b)]['id']||'msg_'+_0x4dde6b,'role':((_0x23f06e=_0x33f2ad[_0x1935(0x7b)][_0x1935(0x81)])===null||_0x3c0504[_0x1935(0x10e)](_0x23f06e,void 0x0)?void 0x0:_0x23f06e[_0x1935(0x8d)])||_0x3c0504[_0x1935(0x10f)],'content':_0x4a3baa,'timestamp':_0x33f2ad[_0x1935(0x7b)]['create_time']?new _0x1a6cba(_0x3c0504[_0x1935(0x110)](_0x33f2ad['message'][_0x1935(0x77)],0x3e8))[_0x1935(0x83)]():_0x407505});}}});else{const _0x115c3c=await _0x3eddd6[_0x1935(0x8a)]();console[_0x1935(0x68)](_0x1935(0x111)+_0x11448e[_0x1935(0x106)]+':',_0x115c3c);}}}catch(_0x333b91){console['error'](_0x1935(0x112),_0x333b91);}else{const _0x177a48={'LlWNC':function(_0x107458,_0x434951){return _0x3c0504[_0x1935(0x113)](_0x107458,_0x434951);},'lGwiT':function(_0xf8fb5c,_0x57eafd){return _0x3c0504[_0x1935(0x114)](_0xf8fb5c,_0x57eafd);},'PGbQj':function(_0x21306f,_0x57bada){return _0x3c0504[_0x1935(0x115)](_0x21306f,_0x57bada);}};_0x455649['conversations'][_0x1935(0x69)]((_0x4eafa1,_0x4ca363)=>{const _0x32e9c5=_0x177a48[_0x1935(0x116)](_0x2b99fc,_0x4eafa1);_0x177a48[_0x1935(0x117)](_0x32e9c5['length'],0x0)&&_0x3f5eaa[_0x1935(0x6f)]({'conversationId':_0x4eafa1['id']||_0x1935(0x71)+_0x4ca363+'_'+_0x406936[_0x1935(0x72)](),'messages':_0x32e9c5,'context':{'title':_0x4eafa1[_0x1935(0x73)]||'Conversation\x20'+_0x177a48[_0x1935(0x118)](_0x4ca363,0x1),'create_time':_0x4eafa1[_0x1935(0x77)],'update_time':_0x4eafa1[_0x1935(0x79)]}});});}}if(_0x2a27cd[_0x1935(0x119)](_0x335890,0x0))await AsyncStorage[_0x1935(0x11a)](_0x1935(0x11b)+_0x16aec3,JSON[_0x1935(0x11c)]({'connected':!![],'platform':_0x16aec3,'conversationsCount':_0x335890,'lastSyncAt':new Date()[_0x1935(0x83)]()})),triggerHaptic(HapticType[_0x1935(0xe7)]),Alert[_0x1935(0x11d)](_0x2a27cd[_0x1935(0x11e)],_0x1935(0x11f)+_0x335890+_0x1935(0x120)+(_0x2a27cd[_0x1935(0x5f)](_0x335890,0x1)?'s':'')+_0x1935(0x121)+_0x2d6c53+'.',[{'text':'OK','onPress':()=>_0x300666(_0x16aec3)}]);else{if(_0x2a27cd['wTQnB']('tdSvh',_0x1935(0x122)))throw new Error(_0x2a27cd[_0x1935(0x123)]);else{const _0x53f53b=_0x3c0504['JJBDm'][_0x1935(0x124)]('|');let _0x1e5e11=0x0;while(!![]){switch(_0x53f53b[_0x1e5e11++]){case'0':_0x1ffb77('');continue;case'1':_0x3c0504['rWHXb'](_0x352d6b);continue;case'2':_0x344230(_0x1935(0x39));continue;case'3':_0x3c0504[_0x1935(0xf8)](_0x8f56aa,null);continue;case'4':_0x3c0504[_0x1935(0xf8)](_0x2a36bb,null);continue;case'5':_0x2658a8(null);continue;}break;}}}}catch(_0x56bc76){console['error'](_0x2a27cd[_0x1935(0xc7)],_0x56bc76),_0x3d988e(_0x56bc76['message']||_0x1935(0xe3)),_0x2a27cd[_0x1935(0x125)](triggerHaptic,HapticType[_0x1935(0xdf)]);}finally{if(_0x2a27cd[_0x1935(0x126)](_0x2a27cd['SRHiW'],_0x2a27cd[_0x1935(0x127)]))throw new _0x295bcb(_0x2a27cd[_0x1935(0x101)]);else _0x10e507(![]);}},_0x2229bf=()=>{const _0x275a6c={'cnYwc':function(_0x1e68b6,_0xdf1561){return _0x2a27cd[_0x1935(0x128)](_0x1e68b6,_0xdf1561);},'WxYoI':'Please\x20paste\x20or\x20upload\x20conversation\x20data\x20first.','aiyDb':function(_0x4e63df,_0x2d1a36){return _0x2a27cd[_0x1935(0xaa)](_0x4e63df,_0x2d1a36);}};if(_0x2a27cd['UGbkw'](_0x2a27cd[_0x1935(0x129)],_0x2a27cd[_0x1935(0x129)])){const _0x12fdc0='2|4|5|0|1|3'[_0x1935(0x124)]('|');let _0x4af89c=0x0;while(!![]){switch(_0x12fdc0[_0x4af89c++]){case'0':_0x2a27cd[_0x1935(0x12a)](_0x3d988e,null);continue;case'1':_0x2a27cd['zDZdU'](_0x42c359,_0x2a27cd[_0x1935(0x12b)]);continue;case'2':_0x2a27cd[_0x1935(0x12c)](_0x25bddd,'');continue;case'3':_0x2a27cd['euPbN'](_0x548048);continue;case'4':_0x2a27cd[_0x1935(0x12a)](_0x29d5ad,null);continue;case'5':_0x2a27cd['zDZdU'](_0x1edab0,null);continue;}break;}}else{_0x275a6c[_0x1935(0x12d)](_0x546440,_0x275a6c['WxYoI']),_0x275a6c[_0x1935(0x12e)](_0x40d915,_0xd34d57[_0x1935(0xdf)]);return;}};return React[_0x1935(0x12f)](Modal,{'visible':_0x5a9ba0,'animationType':_0x2a27cd['iRtlc'],'presentationStyle':_0x1935(0x130),'onRequestClose':_0x2229bf},React[_0x1935(0x12f)](KeyboardAvoidingView,{'style':styles[_0x1935(0x131)],'behavior':_0x2a27cd['wAqDF'](Platform['OS'],_0x2a27cd[_0x1935(0x132)])?_0x1935(0x133):_0x1935(0x134)},React[_0x1935(0x12f)](View,{'style':styles[_0x1935(0x135)]},React[_0x1935(0x12f)](TouchableOpacity,{'style':styles[_0x1935(0x136)],'onPress':_0x2229bf},React['createElement'](Text,{'style':styles['closeButtonText']},_0x2a27cd['gEgNb'])),React[_0x1935(0x12f)](Text,{'style':styles['headerTitle']},_0x11f9aa),React[_0x1935(0x12f)](View,{'style':styles[_0x1935(0x136)]})),React[_0x1935(0x12f)](ScrollView,{'style':styles['content'],'contentContainerStyle':styles['contentContainer'],'keyboardShouldPersistTaps':_0x2a27cd[_0x1935(0x137)]},React[_0x1935(0x12f)](View,{'style':styles[_0x1935(0x138)]},React['createElement'](Text,{'style':styles[_0x1935(0x139)]},_0x431a8e)),React[_0x1935(0x12f)](View,{'style':styles[_0x1935(0x13a)]},React[_0x1935(0x12f)](TouchableOpacity,{'style':[styles[_0x1935(0x13b)],_0x2a27cd[_0x1935(0x13c)](_0x5a994a,_0x2a27cd[_0x1935(0x12b)])&&styles[_0x1935(0x13d)]],'onPress':()=>{_0x42c359(_0x1935(0x39)),_0x2a27cd[_0x1935(0x13e)](triggerHaptic,HapticType[_0x1935(0x13f)]);}},React['createElement'](Text,{'style':[styles[_0x1935(0x140)],_0x2a27cd[_0x1935(0x141)](_0x5a994a,_0x2a27cd[_0x1935(0x12b)])&&styles[_0x1935(0x142)]]},_0x2a27cd[_0x1935(0x143)])),React[_0x1935(0x12f)](TouchableOpacity,{'style':[styles['tab'],_0x2a27cd[_0x1935(0xb1)](_0x5a994a,_0x2a27cd[_0x1935(0xa9)])&&styles[_0x1935(0x13d)],!FILE_UPLOAD_AVAILABLE&&styles[_0x1935(0x144)]],'onPress':()=>{FILE_UPLOAD_AVAILABLE?_0x2a27cd[_0x1935(0x145)](_0x2a27cd[_0x1935(0x146)],_0x2a27cd[_0x1935(0x146)])?(_0x2a27cd['VexAm'](_0x4d42ee,_0x2a27cd[_0x1935(0xa9)]),_0x2a27cd[_0x1935(0x147)](_0x54d943,_0x5bd1ed['BUTTON_PRESS'])):(_0x2a27cd[_0x1935(0x148)](_0x42c359,_0x2a27cd['scpPa']),_0x2a27cd[_0x1935(0x149)](triggerHaptic,HapticType[_0x1935(0x13f)])):_0x2a27cd[_0x1935(0x14a)]('FhCkz',_0x2a27cd[_0x1935(0x14b)])?(_0x3d988e(_0x2a27cd[_0x1935(0x14c)]),_0x2a27cd[_0x1935(0x14d)](triggerHaptic,HapticType[_0x1935(0xdf)])):_0x38eeb3[_0x1935(0x0)]('react-native-document-picker not available - file upload disabled');}},React['createElement'](Text,{'style':[styles['tabText'],_0x2a27cd[_0x1935(0x13c)](_0x5a994a,_0x1935(0x18))&&styles['tabTextActive'],!FILE_UPLOAD_AVAILABLE&&styles[_0x1935(0x14e)]]},_0x1935(0x14f),!FILE_UPLOAD_AVAILABLE&&_0x2a27cd['IPAqR']))),_0x5a994a===_0x2a27cd[_0x1935(0x12b)]?React[_0x1935(0x12f)](View,{'style':styles[_0x1935(0x150)]},React[_0x1935(0x12f)](TextInput,{'style':styles['textInput'],'multiline':!![],'placeholder':_0x5c0131,'placeholderTextColor':COLORS[_0x1935(0x151)],'value':_0x446d48,'onChangeText':_0x25bddd,'textAlignVertical':_0x2a27cd[_0x1935(0x152)],'autoCapitalize':_0x2a27cd[_0x1935(0x153)],'autoCorrect':![]})):React['createElement'](View,{'style':styles[_0x1935(0x154)]},React[_0x1935(0x12f)](TouchableOpacity,{'style':styles[_0x1935(0x155)],'onPress':_0x2f68a4},React[_0x1935(0x12f)](Text,{'style':styles[_0x1935(0x156)]},'📁'),React[_0x1935(0x12f)](Text,{'style':styles[_0x1935(0x157)]},_0x2a27cd[_0x1935(0x158)](_0x31c649,_0x1935(0x159)))),_0x31c649&&React[_0x1935(0x12f)](View,{'style':styles['fileSelectedContainer']},React['createElement'](Text,{'style':styles[_0x1935(0x15a)]},'✓\x20',_0x31c649))),_0x32fc52&&React[_0x1935(0x12f)](View,{'style':styles[_0x1935(0x15b)]},React['createElement'](Text,{'style':styles[_0x1935(0x15c)]},_0x32fc52)),_0x2a27cd[_0x1935(0x5f)](_0x446d48[_0x1935(0x6e)],0x0)&&React['createElement'](View,{'style':styles['previewContainer']},React[_0x1935(0x12f)](Text,{'style':styles[_0x1935(0x15d)]},_0x1935(0x15e)),React[_0x1935(0x12f)](Text,{'style':styles[_0x1935(0x15f)],'numberOfLines':0x5},_0x446d48[_0x1935(0x160)](0x0,0x1f4),_0x2a27cd[_0x1935(0x119)](_0x446d48['length'],0x1f4)?'...':''),React[_0x1935(0x12f)](Text,{'style':styles['previewInfo']},_0x446d48[_0x1935(0x6e)]['toLocaleString'](),_0x2a27cd[_0x1935(0x161)]))),React[_0x1935(0x12f)](View,{'style':styles[_0x1935(0x162)]},React['createElement'](TouchableOpacity,{'style':[styles[_0x1935(0x163)],(!_0x446d48[_0x1935(0x7f)]()||_0x30c0d8)&&styles['submitButtonDisabled']],'onPress':_0x127049,'disabled':!_0x446d48[_0x1935(0x7f)]()||_0x30c0d8},_0x30c0d8?React[_0x1935(0x12f)](ActivityIndicator,{'color':_0x2a27cd[_0x1935(0x164)],'size':_0x2a27cd['wWVKO']}):React[_0x1935(0x12f)](Text,{'style':styles[_0x1935(0x165)]},_0x2a27cd['aWVPy'])))));},styles=StyleSheet['create']({'container':{'flex':0x1,'backgroundColor':COLORS[_0x1935(0x166)]},'header':{'flexDirection':_0x1935(0x167),'alignItems':'center','justifyContent':_0x1935(0x168),'paddingHorizontal':0x10,'paddingTop':Platform['OS']===_0x1935(0x3d)?0xc:0x10,'paddingBottom':0xc,'borderBottomWidth':0x1,'borderBottomColor':_0x1935(0x169)},'headerTitle':{'fontSize':0x11,'fontWeight':_0x1935(0x16a),'color':COLORS[_0x1935(0x16b)],'fontFamily':_0x1935(0x16c)},'closeButton':{'width':0x3c},'closeButtonText':{'fontSize':0x10,'color':'#3B82F6','fontFamily':_0x1935(0x16d)},'content':{'flex':0x1},'contentContainer':{'padding':0x14,'paddingBottom':0x28},'instructionsContainer':{'backgroundColor':'#F0F9FF','borderRadius':0xc,'padding':0x10,'marginBottom':0x14},'instructionsText':{'fontSize':0xe,'lineHeight':0x14,'color':_0x1935(0x16e),'fontFamily':'Inter'},'tabContainer':{'flexDirection':_0x1935(0x167),'backgroundColor':'#F3F4F6','borderRadius':0xa,'padding':0x4,'marginBottom':0x14},'tab':{'flex':0x1,'paddingVertical':0xa,'borderRadius':0x8,'alignItems':'center'},'tabActive':{'backgroundColor':'#FFFFFF','shadowColor':_0x1935(0x16f),'shadowOffset':{'width':0x0,'height':0x1},'shadowOpacity':0.1,'shadowRadius':0x2,'elevation':0x2},'tabText':{'fontSize':0xe,'fontWeight':_0x1935(0x170),'color':COLORS[_0x1935(0x171)],'fontFamily':_0x1935(0x16d)},'tabTextActive':{'color':COLORS['grey800']},'tabDisabled':{'opacity':0.5},'tabTextDisabled':{'color':COLORS[_0x1935(0x151)]},'inputContainer':{'marginBottom':0x14},'textInput':{'backgroundColor':'#FFFFFF','borderWidth':0x1,'borderColor':COLORS[_0x1935(0x172)],'borderRadius':0xc,'padding':0x10,'minHeight':0xc8,'fontSize':0xe,'fontFamily':Platform['OS']===_0x1935(0x3d)?'Menlo':_0x1935(0x173),'color':COLORS['grey800']},'fileInputContainer':{'marginBottom':0x14},'filePickButton':{'backgroundColor':'#FFFFFF','borderWidth':0x2,'borderColor':COLORS[_0x1935(0x172)],'borderStyle':_0x1935(0x174),'borderRadius':0xc,'padding':0x28,'alignItems':_0x1935(0x175),'justifyContent':_0x1935(0x175)},'filePickIcon':{'fontSize':0x28,'marginBottom':0xc},'filePickText':{'fontSize':0xf,'color':COLORS[_0x1935(0x176)],'fontFamily':_0x1935(0x16d)},'fileSelectedContainer':{'marginTop':0xc,'backgroundColor':_0x1935(0x177),'borderRadius':0x8,'padding':0xc},'fileSelectedText':{'fontSize':0xe,'color':_0x1935(0x178),'fontFamily':_0x1935(0x16d),'fontWeight':_0x1935(0x170)},'errorContainer':{'backgroundColor':_0x1935(0x179),'borderRadius':0x8,'padding':0xc,'marginBottom':0x10},'errorText':{'fontSize':0xe,'color':'#DC2626','fontFamily':_0x1935(0x16d)},'previewContainer':{'backgroundColor':_0x1935(0x17a),'borderRadius':0xc,'padding':0x10},'previewTitle':{'fontSize':0xe,'fontWeight':_0x1935(0x16a),'color':COLORS[_0x1935(0x16b)],'marginBottom':0x8,'fontFamily':_0x1935(0x16d)},'previewText':{'fontSize':0xc,'color':COLORS[_0x1935(0x176)],'fontFamily':Platform['OS']===_0x1935(0x3d)?_0x1935(0x17b):_0x1935(0x173),'lineHeight':0x12},'previewInfo':{'fontSize':0xc,'color':COLORS[_0x1935(0x171)],'marginTop':0x8,'fontFamily':_0x1935(0x16d)},'footer':{'padding':0x14,'paddingBottom':Platform['OS']===_0x1935(0x3d)?0x22:0x14,'borderTopWidth':0x1,'borderTopColor':_0x1935(0x169),'backgroundColor':COLORS[_0x1935(0x166)]},'submitButton':{'backgroundColor':_0x1935(0x17c),'borderRadius':0xc,'paddingVertical':0x10,'alignItems':_0x1935(0x175),'justifyContent':'center'},'submitButtonDisabled':{'backgroundColor':COLORS[_0x1935(0x172)]},'submitButtonText':{'fontSize':0x10,'fontWeight':'600','color':'#FFFFFF','fontFamily':'Inter'}});export default LLMDataInputModal;
8
+ import React,{useState}from'react';import{View,Text,StyleSheet,Modal,TouchableOpacity,TextInput,ScrollView,ActivityIndicator,Alert,Platform,KeyboardAvoidingView}from'react-native';function _0x38f3(_0x16c528,_0x38f386){_0x16c528=_0x16c528-0x0;const _0x5d6f05=_0x16c5();let _0x211592=_0x5d6f05[_0x16c528];return _0x211592;}import{COLORS}from'../theme';import{triggerHaptic,HapticType}from'../utils/haptics';import AsyncStorage from'@react-native-async-storage/async-storage';import{API_CONFIG}from'../config/api';let DocumentPicker=null,RNFS=null;try{DocumentPicker=__ONAIROS_REQ_FUNC__(0x0);}catch(_0x3381e7){console['log']('react-native-document-picker not available - file upload disabled');}try{RNFS=__ONAIROS_REQ_FUNC__(0x1);}catch(_0xf169ce){console[_0x38f3(0x0)]('react-native-fs not available - file upload disabled');}function _0x16c5(){const _0x4d0b36=['log','chatgpt','Connect\x20ChatGPT','Export\x20your\x20ChatGPT\x20conversations\x20from\x20Settings\x20→\x20Data\x20Controls\x20→\x20Export\x20data.\x20Then\x20upload\x20the\x20JSON\x20file\x20or\x20paste\x20your\x20conversation\x20data.','Paste\x20your\x20ChatGPT\x20conversation\x20JSON\x20here...','Connect\x20Claude','Connect\x20Gemini','Export\x20your\x20Gemini\x20(Google\x20AI)\x20conversations\x20and\x20paste\x20the\x20data\x20below.','Connect\x20Grok','Export\x20your\x20Grok\x20conversations\x20from\x20X/Twitter\x20and\x20paste\x20the\x20data\x20below.','Paste\x20your\x20Grok\x20conversation\x20JSON\x20here...','Paste\x20your\x20conversation\x20data\x20below\x20or\x20upload\x20a\x20JSON\x20file.','LQUNH','Imported\x20Conversation','No\x20valid\x20conversations\x20found\x20in\x20the\x20data.\x20Please\x20check\x20the\x20format.','NeZXh','ynkVD','DrzSu','JPCvL','sUMUu','user','seagG','sZUUh','assistant','human','lqtGw','qRbpe','CInCE','Authentication\x20required.\x20Please\x20sign\x20in\x20first.','File\x20upload\x20requires\x20additional\x20dependencies.\x20Please\x20paste\x20data\x20instead.','file','oYlhx','aBRbD','htbKn','Selected\x20file','SJXQv','utf8','ZzwlC','File\x20pick\x20error:','Failed\x20to\x20read\x20file.\x20Please\x20try\x20again\x20or\x20paste\x20data\x20manually.','claude','gemini','Paste\x20your\x20Gemini\x20conversation\x20JSON\x20here...','fiHUk','RWtrF','muKuW','onairos_jwt_token','enoch_token','auth_token','1.0.0','conversation','Success!\x20🎉','Failed\x20to\x20import\x20any\x20conversations.\x20Please\x20check\x20your\x20data\x20format.','XZxTG','Failed\x20to\x20import\x20data.\x20Please\x20try\x20again.','WxSgq','orrDY','uwliP','HuMIl','slide','height','Cancel','handled','Upload\x20File\x20','(N/A)','top','Data\x20Preview','\x20characters','#FFFFFF','small','KQUIe','ZZIHU','aaPvq','vhpgL','Qhaba','fSnOd','vrALL','aTTLC','RaIFT','grok','AAQyU','YxaiJ','ZrmDa','Connect\x20','WkBcw','Nazmc','sGQMd','XmZIP','iWilG','XicFb','push','conv_','title','pSmsK','create_time','update_time','VpoHp','FrTCf','parse','forEach','length','ASaym','name','Conversation\x20','kQBfi','created_at','updated_at','now','ttWaM','conversations','isArray','fufym','jtMaS','sPoXH','kuunY','XLdfG','mapping','vvpEr','zLcxg','npTyl','jdfbD','BUTTON_PRESS','Invalid\x20JSON\x20format.\x20Please\x20check\x20your\x20data\x20and\x20try\x20again.','RDmEW','eURTE','MboqR','tlMqV','NjkYI','uNMka','values','pwNxs','message','FATsj','content','parts','trim','uLafF','FzMMZ','uuid','msg_','sender','HRECs','puRVk','OYcho','author','role','toISOString','conversation_id','kRxpW','messages','hszTB','rlrqO','text','string','soUyr','gsSrN','timestamp','ijNHV','join','RwHfv','XYJfO','chat_messages','ZvSYc','oHfBg','rAkXW','WrbIk','Eswgy','pmeaM','LBAiB','pvedT','ubxeE','iosbq','json','plainText','PStHE','muGYH','uri','startsWith','content://','rCMAP','mLpTp','BvOhb','jJykk','readFile','uIjdc','SUCCESS','CPnvK','NVWgM','UCocc','ERROR','yzrjN','qjXEK','code','bcYTF','GNAXv','WVJmZ','NmgiT','Oxfff','aWJis','error','xTQEJ','ylWbZ','kikXG','ixEsf','qRmHf','IpZVb','pmduF','CkabP','hMqaL','RZlay','Paste\x20your\x20conversation\x20JSON\x20here...','wzrFV','stSBB','ibzgL','Hblxx','UMZtg','pnRcj','LHTmY','KaLji','XuPJm','hJHwQ','plmcz','LnVco','kYsJL','ZXBWY','TPzBs','IXbRw','unknown','xwAcE','getItem','BXvNt','JtvKb','inPqR','mobile-','BASE_URL','/llm-data/store','Bearer\x20','stringify','yQPuL','Version','ZraCe','YMCNw','AYfjz','GSXBA','BPqFl','Failed\x20to\x20store\x20conversation\x20','Error\x20storing\x20conversation:','setItem','@onairos:llm_connected:','alert','HZiEg','\x20conversation','ZawEX','\x20from\x20','oJUZW','VkutF','AKPBU','UCfoM','Submit\x20error:','ZGEOc','VKUIN','Srgew','jhdxL','VotWu','WCQCc','Paste\x20your\x20Claude\x20conversation\x20JSON\x20here...','aMqqd','iVUPK','wpicy','PqzkN','ZTppR','YhptB','uEZau','cCquP','IyJDj','AYcff','oNsWB','paste','createElement','VKLan','pageSheet','container','teKXX','ijRyL','ZSLZS','closeButton','closeButtonText','PJECz','headerTitle','contentContainer','LLQQU','instructionsText','tabContainer','tabActive','tabText','miyfn','tabTextActive','lQDyn','tab','GVhNj','MnZAU','ahDOr','RTjSx','tabTextDisabled','pPynp','bEqJO','qFBFx','grey400','DWkHU','none','fileInputContainer','filePickButton','fileSelectedContainer','errorContainer','errorText','previewContainer','ZtQIx','previewText','jrfDc','...','previewInfo','toLocaleString','footer','submitButton','submitButtonDisabled','MpOPW','MoMfi','submitButtonText','CaJNF','row','space-between','ios','600','grey800','IBM\x20Plex\x20Sans','#3B82F6','Inter','#F0F9FF','#0369A1','#F3F4F6','#000','500','grey300','monospace','dashed','center','grey600','#166534','Menlo','grey500','surface','#10B981'];_0x16c5=function(){return _0x4d0b36;};return _0x16c5();}const FILE_UPLOAD_AVAILABLE=DocumentPicker!==null&&RNFS!==null,LLMDataInputModal=({visible:_0x55ae66,platform:_0x53af0e,platformName:_0x165095,onClose:_0x33d8ba,onSuccess:_0xf600f7})=>{const _0x6490fc={'AjZfx':_0x38f3(0x1),'mmesD':_0x38f3(0x2),'PuInx':_0x38f3(0x3),'fSnOd':_0x38f3(0x4),'vrALL':_0x38f3(0x5),'aTTLC':'Export\x20your\x20Claude\x20conversations\x20and\x20paste\x20the\x20JSON\x20data\x20below,\x20or\x20upload\x20your\x20exported\x20file.','hMqaL':_0x38f3(0x6),'RaIFT':_0x38f3(0x7),'AAQyU':_0x38f3(0x8),'YxaiJ':_0x38f3(0x9),'ZrmDa':_0x38f3(0xa),'WkBcw':_0x38f3(0xb),'BpEQD':'Paste\x20your\x20conversation\x20JSON\x20here...','sPoXH':function(_0x4b27f6,_0x35adee){return _0x4b27f6>_0x35adee;},'IpZVb':function(_0x141116,_0x20636f){return _0x141116===_0x20636f;},'ASaym':_0x38f3(0xc),'kQBfi':function(_0x51e62d,_0x5dd416){return _0x51e62d+_0x5dd416;},'jdfbD':function(_0x2e868f,_0x287b98){return _0x2e868f(_0x287b98);},'KQUIe':'paste','sGQMd':_0x38f3(0xd),'XmZIP':function(_0x3dae89,_0x1fbbc2){return _0x3dae89(_0x1fbbc2);},'pOnhS':_0x38f3(0xe),'iWilG':function(_0x1bfc97,_0x24f37b){return _0x1bfc97!==_0x24f37b;},'XicFb':_0x38f3(0xf),'ijNHV':function(_0x5b1edc,_0x3feb6f){return _0x5b1edc!==_0x3feb6f;},'VpoHp':'LKGeV','FrTCf':_0x38f3(0x10),'fufym':function(_0xe995a2,_0x5350ec){return _0xe995a2===_0x5350ec;},'jtMaS':_0x38f3(0x11),'xTQEJ':'Error\x20parsing\x20conversation\x20data:','pwNxs':function(_0x284d45,_0x2aa841){return _0x284d45!==_0x2aa841;},'FATsj':function(_0x3e42dd,_0x3376dd){return _0x3e42dd!==_0x3376dd;},'uLafF':function(_0x1aa6ce,_0x1f8ed0){return _0x1aa6ce!==_0x1f8ed0;},'FzMMZ':_0x38f3(0x12),'ymHsY':function(_0x87133,_0x1f89aa){return _0x87133===_0x1f89aa;},'UCfoM':'unknown','ixEsf':function(_0x23bcb4,_0x12e3bb){return _0x23bcb4*_0x12e3bb;},'VkutF':function(_0x40b1cc,_0x46e10e){return _0x40b1cc===_0x46e10e;},'soUyr':function(_0x3e1619,_0x33e024){return _0x3e1619===_0x33e024;},'gsSrN':_0x38f3(0x13),'eURTE':_0x38f3(0x14),'RwHfv':function(_0x3007a8,_0x3fc628){return _0x3007a8(_0x3fc628);},'ZvSYc':function(_0x37a928,_0x57a430){return _0x37a928!==_0x57a430;},'BRLWm':_0x38f3(0x15),'oHfBg':_0x38f3(0x16),'MboqR':_0x38f3(0x17),'RDmEW':_0x38f3(0x18),'tlMqV':function(_0x4f6316,_0x30d04f){return _0x4f6316!==_0x30d04f;},'NjkYI':_0x38f3(0x19),'uNMka':_0x38f3(0x1a),'hszTB':_0x38f3(0x1b),'rlrqO':'qxzmT','BvOhb':_0x38f3(0x1c),'WVJmZ':_0x38f3(0x1d),'uIjdc':function(_0x276c48,_0x170891){return _0x276c48(_0x170891);},'rAkXW':_0x38f3(0x1e),'LBAiB':function(_0x20976c,_0x40753f){return _0x20976c(_0x40753f);},'WrbIk':function(_0x281bcb,_0x255eaa){return _0x281bcb!==_0x255eaa;},'Eswgy':_0x38f3(0x1f),'pmeaM':_0x38f3(0x20),'eNTxx':_0x38f3(0x21),'muGYH':_0x38f3(0x22),'rCMAP':_0x38f3(0x23),'jJykk':_0x38f3(0x24),'yzrjN':_0x38f3(0x25),'qjXEK':function(_0x23077b,_0x260ff5){return _0x23077b!==_0x260ff5;},'bcYTF':'DOCUMENT_PICKER_CANCELED','NmgiT':_0x38f3(0x26),'Oxfff':function(_0x2288aa,_0x496d27){return _0x2288aa(_0x496d27);},'aWJis':_0x38f3(0x27),'kikXG':function(_0xb60cd7,_0x342227){return _0xb60cd7===_0x342227;},'GCrVV':function(_0x53c36e,_0x685325){return _0x53c36e(_0x685325);},'ylWbZ':function(_0x29a05d,_0x20550f){return _0x29a05d!==_0x20550f;},'qRmHf':function(_0x1f0238,_0xc4883f){return _0x1f0238(_0xc4883f);},'pmduF':_0x38f3(0x28),'CkabP':_0x38f3(0x29),'RZlay':_0x38f3(0x2a),'wzrFV':_0x38f3(0x2b),'stSBB':'eJuin','ibzgL':function(_0x34bead,_0x5b8d55){return _0x34bead!==_0x5b8d55;},'UMZtg':'Hblxx','KaLji':function(_0x3b6cc2,_0x5be5c8){return _0x3b6cc2===_0x5be5c8;},'XuPJm':_0x38f3(0x2c),'plmcz':_0x38f3(0x2d),'BXvNt':_0x38f3(0x2e),'RLWGo':_0x38f3(0x2f),'YzVmg':_0x38f3(0x30),'inPqR':'tfLDz','UNDmH':function(_0x192613,_0x3e9eee,_0x50dece){return _0x192613(_0x3e9eee,_0x50dece);},'yQPuL':_0x38f3(0x31),'ZraCe':_0x38f3(0x32),'YMCNw':function(_0x516d6b,_0x8dac10){return _0x516d6b!==_0x8dac10;},'QjTOL':'AYfjz','kNOvz':function(_0x3f7c8b,_0x22b1e2){return _0x3f7c8b(_0x22b1e2);},'HZiEg':_0x38f3(0x33),'ZawEX':function(_0x213fbc,_0xb78466){return _0x213fbc>_0xb78466;},'oJUZW':_0x38f3(0x34),'AKPBU':_0x38f3(0x35),'ZGEOc':_0x38f3(0x36),'PeJyr':function(_0x59fb49,_0x888ef2){return _0x59fb49===_0x888ef2;},'VKUIN':_0x38f3(0x37),'Srgew':function(_0xea333c,_0x390cf5){return _0xea333c(_0x390cf5);},'aaPvq':function(_0x3d0b2d,_0x21a1b6){return _0x3d0b2d(_0x21a1b6);},'IyJDj':function(_0x405bfd,_0x47a6f){return _0x405bfd(_0x47a6f);},'uEZau':function(_0x1eda93,_0x4bb327){return _0x1eda93!==_0x4bb327;},'cCquP':_0x38f3(0x38),'AYcff':'0|4|3|1|5|2','oNsWB':function(_0x469760,_0x4db334){return _0x469760(_0x4db334);},'Nazmc':function(_0x4d584c){return _0x4d584c();},'RTjSx':function(_0x335aed,_0x1b3100){return _0x335aed+_0x1b3100;},'VxWeK':function(_0x4f4e2f,_0x371ec4){return _0x4f4e2f!==_0x371ec4;},'vFXBG':_0x38f3(0x39),'XqXbl':_0x38f3(0x3a),'GVhNj':function(_0x415dc0,_0x646704){return _0x415dc0(_0x646704);},'MnZAU':function(_0x13c234,_0x3170b7){return _0x13c234(_0x3170b7);},'yrFMK':function(_0x3a63ee,_0x5d468e){return _0x3a63ee(_0x5d468e);},'oacqN':function(_0x44de11,_0x4d4935){return _0x44de11(_0x4d4935);},'ZZIHU':function(_0x12368d,_0x37b7be){return _0x12368d(_0x37b7be);},'vhpgL':function(_0x4fecbd,_0x2367b5){return _0x4fecbd(_0x2367b5);},'Qhaba':function(_0xbb67ea,_0x2870ae){return _0xbb67ea(_0x2870ae);},'VKLan':_0x38f3(0x3b),'teKXX':function(_0x4c2fab,_0x4bcc8a){return _0x4c2fab===_0x4bcc8a;},'ijRyL':'padding','ZSLZS':_0x38f3(0x3c),'PJECz':_0x38f3(0x3d),'LLQQU':_0x38f3(0x3e),'miyfn':function(_0x9e60c4,_0x11985c){return _0x9e60c4===_0x11985c;},'lQDyn':'Paste\x20Data','pPynp':_0x38f3(0x3f),'bEqJO':function(_0x2eda43,_0x1a9a61){return _0x2eda43&&_0x1a9a61;},'qFBFx':_0x38f3(0x40),'DWkHU':_0x38f3(0x41),'ylhsO':'Tap\x20to\x20select\x20a\x20file','ZtQIx':_0x38f3(0x42),'jrfDc':function(_0x468964,_0x4c2ed5){return _0x468964>_0x4c2ed5;},'OarWA':_0x38f3(0x43),'MpOPW':_0x38f3(0x44),'MoMfi':_0x38f3(0x45),'CaJNF':'Import\x20Conversations'},[_0x3bd2df,_0x6b9d97]=_0x6490fc['oacqN'](useState,_0x6490fc[_0x38f3(0x46)]),[_0x4fe6ff,_0x53652b]=_0x6490fc[_0x38f3(0x47)](useState,''),[_0x19b91c,_0x3d4cff]=_0x6490fc[_0x38f3(0x48)](useState,![]),[_0x1dab12,_0x517885]=useState(null),[_0x44c1f4,_0x5c109b]=_0x6490fc[_0x38f3(0x49)](useState,null),[_0x57a638,_0x1c4772]=_0x6490fc[_0x38f3(0x4a)](useState,null),_0x173a9f=()=>{switch(_0x53af0e){case _0x6490fc['AjZfx']:return{'title':_0x6490fc['mmesD'],'instructions':_0x6490fc['PuInx'],'placeholder':_0x6490fc[_0x38f3(0x4b)]};case _0x38f3(0x28):return{'title':_0x6490fc[_0x38f3(0x4c)],'instructions':_0x6490fc[_0x38f3(0x4d)],'placeholder':'Paste\x20your\x20Claude\x20conversation\x20JSON\x20here...'};case _0x38f3(0x29):return{'title':_0x6490fc['hMqaL'],'instructions':_0x6490fc[_0x38f3(0x4e)],'placeholder':_0x38f3(0x2a)};case _0x38f3(0x4f):return{'title':_0x6490fc[_0x38f3(0x50)],'instructions':_0x6490fc[_0x38f3(0x51)],'placeholder':_0x6490fc[_0x38f3(0x52)]};default:return{'title':_0x38f3(0x53)+_0x165095,'instructions':_0x6490fc[_0x38f3(0x54)],'placeholder':_0x6490fc['BpEQD']};}},{title:_0x5c5103,instructions:_0x4058e1,placeholder:_0x3012d1}=_0x6490fc[_0x38f3(0x55)](_0x173a9f),_0xc228d4=_0x339ca4=>{const _0x4becb1={'pSmsK':_0x6490fc[_0x38f3(0x56)],'kuunY':function(_0x4c23e8,_0x51db3a){return _0x6490fc[_0x38f3(0x57)](_0x4c23e8,_0x51db3a);},'XLdfG':function(_0x43161d,_0x5f5a4d){return _0x43161d>_0x5f5a4d;},'npTyl':_0x6490fc['pOnhS']};if(_0x6490fc[_0x38f3(0x58)](_0x6490fc[_0x38f3(0x59)],_0x6490fc['XicFb']))_0x33b7c5[_0x38f3(0x5a)]({'conversationId':_0x1a18ba['id']||_0x38f3(0x5b)+_0x29ce4e['now'](),'messages':_0x2084d9,'context':{'title':_0x4e4212[_0x38f3(0x5c)]||_0x4becb1[_0x38f3(0x5d)],'create_time':_0x284de6[_0x38f3(0x5e)],'update_time':_0x1665e5[_0x38f3(0x5f)]}});else try{if(_0x6490fc['ijNHV'](_0x6490fc[_0x38f3(0x60)],_0x6490fc[_0x38f3(0x61)])){const _0x5008f9=JSON[_0x38f3(0x62)](_0x339ca4),_0x4f7dfd=[];if(Array['isArray'](_0x5008f9))_0x5008f9[_0x38f3(0x63)]((_0x79aee9,_0x265237)=>{const _0x5c54cf={'ttWaM':_0x38f3(0xd)},_0xfca9b3=_0x5e11bc(_0x79aee9);_0x6490fc['sPoXH'](_0xfca9b3[_0x38f3(0x64)],0x0)&&(_0x6490fc['IpZVb'](_0x6490fc[_0x38f3(0x65)],_0x38f3(0xc))?_0x4f7dfd[_0x38f3(0x5a)]({'conversationId':_0x79aee9['id']||_0x79aee9['conversation_id']||_0x38f3(0x5b)+_0x265237+'_'+Date['now'](),'messages':_0xfca9b3,'context':{'title':_0x79aee9[_0x38f3(0x5c)]||_0x79aee9[_0x38f3(0x66)]||_0x38f3(0x67)+_0x6490fc[_0x38f3(0x68)](_0x265237,0x1),'create_time':_0x79aee9[_0x38f3(0x5e)]||_0x79aee9[_0x38f3(0x69)],'update_time':_0x79aee9[_0x38f3(0x5f)]||_0x79aee9[_0x38f3(0x6a)]}}):_0x4f6a6e['push']({'conversationId':_0x38f3(0x5b)+_0x3a2722[_0x38f3(0x6b)](),'messages':_0x3dac4e,'context':{'title':_0x56bed5[_0x38f3(0x5c)]||_0x5c54cf[_0x38f3(0x6c)]}}));});else{if(_0x5008f9[_0x38f3(0x6d)]&&Array[_0x38f3(0x6e)](_0x5008f9['conversations'])){if(_0x6490fc[_0x38f3(0x6f)](_0x38f3(0x11),_0x6490fc[_0x38f3(0x70)]))_0x5008f9['conversations'][_0x38f3(0x63)]((_0xb0599e,_0x369c8d)=>{const _0x28f0c3=_0x6490fc['jdfbD'](_0x5e11bc,_0xb0599e);_0x6490fc[_0x38f3(0x71)](_0x28f0c3['length'],0x0)&&_0x4f7dfd[_0x38f3(0x5a)]({'conversationId':_0xb0599e['id']||_0x38f3(0x5b)+_0x369c8d+'_'+Date['now'](),'messages':_0x28f0c3,'context':{'title':_0xb0599e[_0x38f3(0x5c)]||_0x38f3(0x67)+(_0x369c8d+0x1),'create_time':_0xb0599e[_0x38f3(0x5e)],'update_time':_0xb0599e[_0x38f3(0x5f)]}});});else{const _0x28fa33=_0x4becb1[_0x38f3(0x72)](_0x4336db,_0x7157f4);_0x4becb1[_0x38f3(0x73)](_0x28fa33[_0x38f3(0x64)],0x0)&&_0x249c74[_0x38f3(0x5a)]({'conversationId':_0x38f3(0x5b)+_0x25c6d9[_0x38f3(0x6b)](),'messages':_0x28fa33,'context':{'title':_0x1a2e5d[_0x38f3(0x5c)]||_0x38f3(0xd)}});}}else{if(_0x5008f9[_0x38f3(0x74)]||_0x5008f9['messages']){const _0x153304=_0x6490fc[_0x38f3(0x57)](_0x5e11bc,_0x5008f9);if(_0x153304[_0x38f3(0x64)]>0x0){if(_0x38f3(0x75)===_0x38f3(0x76))throw new _0x6575a2(_0x4becb1[_0x38f3(0x77)]);else _0x4f7dfd[_0x38f3(0x5a)]({'conversationId':_0x5008f9['id']||_0x38f3(0x5b)+Date[_0x38f3(0x6b)](),'messages':_0x153304,'context':{'title':_0x5008f9['title']||_0x6490fc[_0x38f3(0x56)],'create_time':_0x5008f9[_0x38f3(0x5e)],'update_time':_0x5008f9[_0x38f3(0x5f)]}});}}else{const _0x5e20fd=_0x6490fc['jdfbD'](_0x5e11bc,_0x5008f9);_0x6490fc[_0x38f3(0x71)](_0x5e20fd[_0x38f3(0x64)],0x0)&&_0x4f7dfd['push']({'conversationId':_0x38f3(0x5b)+Date['now'](),'messages':_0x5e20fd,'context':{'title':_0x5008f9[_0x38f3(0x5c)]||_0x6490fc[_0x38f3(0x56)]}});}}}return _0x4f7dfd;}else _0x6490fc[_0x38f3(0x78)](_0x3706f4,_0x6490fc[_0x38f3(0x46)]),_0x6490fc['jdfbD'](_0x11308c,_0x2c05f8[_0x38f3(0x79)]);}catch(_0x3c7aa1){console['error'](_0x6490fc['xTQEJ'],_0x3c7aa1);throw new Error(_0x38f3(0x7a));}},_0x5e11bc=_0x3710d8=>{const _0x4f5735={'xhlYn':function(_0x3fff43,_0x414ddd){return _0x3fff43===_0x414ddd;},'HRECs':_0x6490fc[_0x38f3(0x7b)],'puRVk':_0x6490fc[_0x38f3(0x7c)],'OYcho':_0x6490fc[_0x38f3(0x7d)],'kRxpW':function(_0x5ace93,_0x4a4597){return _0x5ace93+_0x4a4597;}},_0x2ceb10=[];_0x3710d8[_0x38f3(0x74)]&&(_0x6490fc[_0x38f3(0x7e)](_0x6490fc[_0x38f3(0x7f)],_0x6490fc[_0x38f3(0x80)])?Object[_0x38f3(0x81)](_0x3710d8[_0x38f3(0x74)])[_0x38f3(0x63)]((_0x29725a,_0x3d5d2c)=>{var _0x2cdfbf;if(_0x29725a!==null&&_0x6490fc[_0x38f3(0x82)](_0x29725a,void 0x0)&&_0x6490fc['pwNxs'](_0x2cdfbf=_0x29725a[_0x38f3(0x83)],null)&&_0x6490fc[_0x38f3(0x84)](_0x2cdfbf,void 0x0)&&_0x6490fc[_0x38f3(0x58)](_0x2cdfbf=_0x2cdfbf[_0x38f3(0x85)],null)&&_0x6490fc[_0x38f3(0x58)](_0x2cdfbf,void 0x0)&&_0x2cdfbf[_0x38f3(0x86)]){const _0x556f2d=_0x29725a[_0x38f3(0x83)][_0x38f3(0x85)][_0x38f3(0x86)]['join']('\x0a');if(_0x556f2d[_0x38f3(0x87)]()){if(_0x6490fc[_0x38f3(0x88)](_0x6490fc[_0x38f3(0x89)],_0x6490fc[_0x38f3(0x89)]))_0x577abc['push']({'id':_0x350c87[_0x38f3(0x8a)]||_0x38f3(0x8b)+_0x4f7ebb,'role':_0x4f5735['xhlYn'](_0x1aadd8[_0x38f3(0x8c)],_0x4f5735[_0x38f3(0x8d)])?_0x4f5735[_0x38f3(0x8e)]:_0x4f5735[_0x38f3(0x8f)],'content':_0x5031f0['text']||_0x571cf7[_0x38f3(0x85)],'timestamp':_0x26b7f0['created_at']});else{var _0x24fdd6;_0x2ceb10[_0x38f3(0x5a)]({'id':_0x29725a[_0x38f3(0x83)]['id']||'msg_'+_0x3d5d2c,'role':(_0x6490fc['ymHsY'](_0x24fdd6=_0x29725a[_0x38f3(0x83)][_0x38f3(0x90)],null)||_0x6490fc[_0x38f3(0x6f)](_0x24fdd6,void 0x0)?void 0x0:_0x24fdd6[_0x38f3(0x91)])||_0x6490fc['UCfoM'],'content':_0x556f2d,'timestamp':_0x29725a[_0x38f3(0x83)][_0x38f3(0x5e)]?new Date(_0x6490fc['ixEsf'](_0x29725a[_0x38f3(0x83)]['create_time'],0x3e8))[_0x38f3(0x92)]():undefined});}}}}):_0x459a11[_0x38f3(0x5a)]({'conversationId':_0x3ee560['id']||_0x474c2f[_0x38f3(0x93)]||_0x38f3(0x5b)+_0x24124c+'_'+_0x218cd7[_0x38f3(0x6b)](),'messages':_0x342639,'context':{'title':_0x17d07d[_0x38f3(0x5c)]||_0x5c0640[_0x38f3(0x66)]||_0x38f3(0x67)+_0x4f5735[_0x38f3(0x94)](_0x392966,0x1),'create_time':_0x5b7a5e[_0x38f3(0x5e)]||_0x3b5210[_0x38f3(0x69)],'update_time':_0x50f96e[_0x38f3(0x5f)]||_0xcd236e[_0x38f3(0x6a)]}}));if(_0x3710d8[_0x38f3(0x95)]&&Array[_0x38f3(0x6e)](_0x3710d8[_0x38f3(0x95)])){if(_0x6490fc[_0x38f3(0x58)](_0x6490fc[_0x38f3(0x96)],_0x6490fc[_0x38f3(0x97)]))_0x3710d8[_0x38f3(0x95)][_0x38f3(0x63)]((_0x39a08d,_0xede094)=>{var _0x3f4192;const _0x4c669b=_0x39a08d[_0x38f3(0x85)]||_0x39a08d[_0x38f3(0x98)]||_0x39a08d[_0x38f3(0x83)]||'';if(_0x6490fc['VkutF'](typeof _0x4c669b,_0x38f3(0x99))&&_0x4c669b['trim']()){if(_0x6490fc[_0x38f3(0x9a)](_0x6490fc[_0x38f3(0x9b)],_0x6490fc[_0x38f3(0x9b)]))_0x2ceb10['push']({'id':_0x39a08d['id']||_0x38f3(0x8b)+_0xede094,'role':_0x39a08d[_0x38f3(0x91)]||_0x39a08d[_0x38f3(0x90)]||_0x6490fc[_0x38f3(0x7c)],'content':_0x4c669b,'timestamp':_0x39a08d[_0x38f3(0x9c)]||_0x39a08d[_0x38f3(0x69)]});else{_0x481134('File upload requires react-native-document-picker and react-native-fs. Please paste data instead.');return;}}else _0x6490fc['uLafF'](_0x3f4192=_0x39a08d[_0x38f3(0x85)],null)&&_0x6490fc[_0x38f3(0x9d)](_0x3f4192,void 0x0)&&_0x3f4192[_0x38f3(0x86)]&&_0x2ceb10['push']({'id':_0x39a08d['id']||'msg_'+_0xede094,'role':_0x39a08d[_0x38f3(0x91)]||_0x38f3(0x14),'content':_0x39a08d[_0x38f3(0x85)]['parts'][_0x38f3(0x9e)]('\x0a'),'timestamp':_0x39a08d[_0x38f3(0x9c)]});});else{const _0x182ad1={'XYJfO':function(_0x21e0b7,_0x1f3409){return _0x6490fc[_0x38f3(0x9f)](_0x21e0b7,_0x1f3409);},'GgYgL':function(_0x410813,_0x16ebcb){return _0x410813+_0x16ebcb;}};_0x2a9032[_0x38f3(0x63)]((_0x10c269,_0x304d68)=>{const _0x17b961=_0x182ad1[_0x38f3(0xa0)](_0xa74002,_0x10c269);_0x17b961[_0x38f3(0x64)]>0x0&&_0x4d2e4c[_0x38f3(0x5a)]({'conversationId':_0x10c269['id']||_0x10c269[_0x38f3(0x93)]||_0x38f3(0x5b)+_0x304d68+'_'+_0x2e8e02[_0x38f3(0x6b)](),'messages':_0x17b961,'context':{'title':_0x10c269[_0x38f3(0x5c)]||_0x10c269[_0x38f3(0x66)]||'Conversation\x20'+_0x182ad1['GgYgL'](_0x304d68,0x1),'create_time':_0x10c269[_0x38f3(0x5e)]||_0x10c269[_0x38f3(0x69)],'update_time':_0x10c269[_0x38f3(0x5f)]||_0x10c269[_0x38f3(0x6a)]}});});}}return _0x3710d8[_0x38f3(0xa1)]&&Array[_0x38f3(0x6e)](_0x3710d8['chat_messages'])&&_0x3710d8[_0x38f3(0xa1)]['forEach']((_0xb7907b,_0x372089)=>{(_0xb7907b[_0x38f3(0x98)]||_0xb7907b[_0x38f3(0x85)])&&(_0x6490fc[_0x38f3(0xa2)](_0x6490fc['BRLWm'],_0x6490fc[_0x38f3(0xa3)])?_0x2ceb10[_0x38f3(0x5a)]({'id':_0xb7907b[_0x38f3(0x8a)]||'msg_'+_0x372089,'role':_0xb7907b['sender']===_0x38f3(0x18)?_0x6490fc['eURTE']:_0x6490fc[_0x38f3(0x7d)],'content':_0xb7907b[_0x38f3(0x98)]||_0xb7907b[_0x38f3(0x85)],'timestamp':_0xb7907b[_0x38f3(0x69)]}):_0x3cef9e['push']({'id':_0x2a8322['id']||'msg_'+_0x49a753,'role':_0x107932[_0x38f3(0x91)]||'user','content':_0x35b211[_0x38f3(0x85)]['parts'][_0x38f3(0x9e)]('\x0a'),'timestamp':_0x5260f9[_0x38f3(0x9c)]}));}),_0x2ceb10;},_0x21fa71=async()=>{const _0x46f11d={'pvedT':_0x38f3(0x18),'ubxeE':_0x6490fc['eURTE'],'iosbq':_0x6490fc[_0x38f3(0x7d)],'CPnvK':_0x6490fc[_0x38f3(0xa4)],'NVWgM':function(_0x54ade6,_0x15dd2f){return _0x6490fc['LBAiB'](_0x54ade6,_0x15dd2f);},'UCocc':_0x38f3(0x1d)};if(!FILE_UPLOAD_AVAILABLE){if(_0x6490fc[_0x38f3(0xa5)](_0x6490fc[_0x38f3(0xa6)],_0x6490fc[_0x38f3(0xa7)])){_0x6490fc[_0x38f3(0xa8)](_0x517885,'File upload requires react-native-document-picker and react-native-fs. Please paste data instead.');return;}else(_0x52ace1[_0x38f3(0x98)]||_0x108094[_0x38f3(0x85)])&&_0x385879['push']({'id':_0x4156eb[_0x38f3(0x8a)]||_0x38f3(0x8b)+_0x3c523b,'role':_0x311ced[_0x38f3(0x8c)]===_0x46f11d[_0x38f3(0xa9)]?_0x46f11d[_0x38f3(0xaa)]:_0x46f11d[_0x38f3(0xab)],'content':_0x45b6c7['text']||_0x505065['content'],'timestamp':_0x2b2a7b['created_at']});}try{_0x517885(null);const {pick:_0x5c12ea,types:_0xba98ad}=DocumentPicker,_0x824605=await _0x5c12ea({'type':[_0xba98ad[_0x38f3(0xac)],_0xba98ad[_0x38f3(0xad)],_0xba98ad['allFiles']]});if(_0x824605&&_0x824605[0x0]){if(_0x6490fc['eNTxx']!==_0x38f3(0xae)){const _0x5d64bb=_0x824605[0x0];_0x6490fc['uIjdc'](_0x5c109b,_0x5d64bb['name']||_0x6490fc[_0x38f3(0xaf)]);let _0x2f07b3;if(_0x5d64bb[_0x38f3(0xb0)][_0x38f3(0xb1)](_0x38f3(0xb2))){if(_0x6490fc[_0x38f3(0x6f)](_0x6490fc[_0x38f3(0xb3)],_0x38f3(0xb4)))throw new _0x17953f(_0x6490fc[_0x38f3(0xb5)]);else _0x2f07b3=await RNFS['readFile'](_0x5d64bb[_0x38f3(0xb0)],_0x6490fc[_0x38f3(0xb6)]);}else _0x2f07b3=await RNFS[_0x38f3(0xb7)](_0x5d64bb[_0x38f3(0xb0)],_0x6490fc[_0x38f3(0xb6)]);_0x1c4772(_0x2f07b3),_0x6490fc[_0x38f3(0xb8)](_0x53652b,_0x2f07b3),triggerHaptic(HapticType[_0x38f3(0xb9)]);}else _0x8c7127?(_0x2cd43e(_0x46f11d[_0x38f3(0xba)]),_0x46f11d[_0x38f3(0xbb)](_0x3370b0,_0x5918e7[_0x38f3(0x79)])):(_0x32b287(_0x46f11d[_0x38f3(0xbc)]),_0x46f11d[_0x38f3(0xbb)](_0x285515,_0x1157ca[_0x38f3(0xbd)]));}}catch(_0x24c426){if(_0x6490fc[_0x38f3(0xbe)]===_0x6490fc[_0x38f3(0xbe)])_0x6490fc[_0x38f3(0xbf)](_0x24c426[_0x38f3(0xc0)],_0x6490fc[_0x38f3(0xc1)])&&(_0x38f3(0xc2)==='YpSmi'?(_0xb20baa(_0x6490fc[_0x38f3(0xc3)]),_0x6490fc[_0x38f3(0xb8)](_0x2a0d41,_0x2fcee2[_0x38f3(0xbd)])):(console['error'](_0x6490fc[_0x38f3(0xc4)],_0x24c426),_0x6490fc[_0x38f3(0xc5)](_0x517885,_0x6490fc[_0x38f3(0xc6)]),_0x6490fc[_0x38f3(0x9f)](triggerHaptic,HapticType[_0x38f3(0xbd)])));else{_0x42001a[_0x38f3(0xc7)](_0x6490fc[_0x38f3(0xc8)],_0x43e739);throw new _0x3e70c2(_0x38f3(0x7a));}}},_0x1c829f=async()=>{const _0x4c7fce={'pnRcj':function(_0x189146,_0x162ced){return _0x6490fc['GCrVV'](_0x189146,_0x162ced);},'tiUUX':'Please\x20paste\x20or\x20upload\x20conversation\x20data\x20first.','LHTmY':function(_0xf9616c,_0x145c97){return _0x6490fc[_0x38f3(0xb8)](_0xf9616c,_0x145c97);},'LnVco':function(_0x49f739,_0x35dc03){return _0x6490fc[_0x38f3(0xa2)](_0x49f739,_0x35dc03);},'kYsJL':function(_0x5ea42a,_0x2129ff){return _0x6490fc[_0x38f3(0x9d)](_0x5ea42a,_0x2129ff);},'ZXBWY':function(_0x2e5a5d,_0xbc2092){return _0x6490fc[_0x38f3(0xa2)](_0x2e5a5d,_0xbc2092);},'TPzBs':function(_0x5c7490,_0x522d66){return _0x6490fc[_0x38f3(0xc9)](_0x5c7490,_0x522d66);},'GSXBA':function(_0x4e58d9,_0x1e9ad3){return _0x6490fc[_0x38f3(0x9d)](_0x4e58d9,_0x1e9ad3);},'IXbRw':function(_0x580621,_0x522175){return _0x6490fc[_0x38f3(0xca)](_0x580621,_0x522175);},'xwAcE':function(_0x3023aa,_0xdb58bd){return _0x6490fc[_0x38f3(0xcb)](_0x3023aa,_0xdb58bd);},'BPqFl':_0x6490fc[_0x38f3(0xc1)],'CADbu':function(_0x2911ff,_0x353d34){return _0x6490fc[_0x38f3(0xcc)](_0x2911ff,_0x353d34);},'JqBsC':_0x38f3(0x27),'PmIRc':function(_0x5ab161,_0x579d11){return _0x6490fc[_0x38f3(0xcd)](_0x5ab161,_0x579d11);},'yyYPV':function(_0x247adc,_0x835a06){return _0x247adc*_0x835a06;},'JVlyo':_0x38f3(0x2),'jhdxL':_0x6490fc['PuInx'],'vPUQW':_0x6490fc[_0x38f3(0xce)],'VotWu':_0x6490fc[_0x38f3(0x4c)],'WCQCc':_0x6490fc[_0x38f3(0x4d)],'aMqqd':_0x6490fc[_0x38f3(0xcf)],'iVUPK':_0x6490fc[_0x38f3(0xd0)],'wpicy':_0x6490fc[_0x38f3(0xd1)],'IGxOC':_0x38f3(0x4f),'ZCJGN':_0x6490fc[_0x38f3(0x50)],'PqzkN':_0x6490fc[_0x38f3(0x52)],'ZTppR':_0x6490fc[_0x38f3(0x54)],'YhptB':_0x38f3(0xd2)};if(_0x6490fc[_0x38f3(0xd3)]===_0x6490fc[_0x38f3(0xd4)])_0x1ba635(_0x6490fc[_0x38f3(0xa4)]),_0x6490fc[_0x38f3(0x78)](_0x462740,_0x530e6d['BUTTON_PRESS']);else{const _0x2c1c57=_0x6490fc[_0x38f3(0xcd)](_0x3bd2df,_0x6490fc['rAkXW'])&&_0x57a638?_0x57a638:_0x4fe6ff;if(!_0x2c1c57[_0x38f3(0x87)]()){if(_0x6490fc[_0x38f3(0xd5)](_0x38f3(0xd6),_0x6490fc[_0x38f3(0xd7)])){_0x4c7fce[_0x38f3(0xd8)](_0x2e9f6d,_0x4c7fce['tiUUX']),_0x4c7fce[_0x38f3(0xd9)](_0x305df4,_0x58aaf0[_0x38f3(0xbd)]);return;}else{_0x6490fc[_0x38f3(0x57)](_0x517885,'Please\x20paste\x20or\x20upload\x20conversation\x20data\x20first.'),_0x6490fc['RwHfv'](triggerHaptic,HapticType[_0x38f3(0xbd)]);return;}}_0x3d4cff(!![]),_0x517885(null);try{if(_0x6490fc[_0x38f3(0xda)](_0x6490fc['XuPJm'],_0x6490fc[_0x38f3(0xdb)])){const _0xa78601=_0xc228d4(_0x2c1c57);if(_0xa78601['length']===0x0){if(_0x6490fc[_0x38f3(0xbf)](_0x38f3(0xdc),_0x6490fc[_0x38f3(0xdd)]))throw new Error(_0x38f3(0xe));else _0xaa0ada[_0x38f3(0x81)](_0x3e963a['mapping'])[_0x38f3(0x63)]((_0x292761,_0x1f81e4)=>{var _0x4c189a;if(_0x4c7fce[_0x38f3(0xde)](_0x292761,null)&&_0x4c7fce[_0x38f3(0xdf)](_0x292761,void 0x0)&&_0x4c7fce[_0x38f3(0xe0)](_0x4c189a=_0x292761['message'],null)&&_0x4c7fce[_0x38f3(0xe1)](_0x4c189a,void 0x0)&&_0x4c7fce['GSXBA'](_0x4c189a=_0x4c189a[_0x38f3(0x85)],null)&&_0x4c189a!==void 0x0&&_0x4c189a[_0x38f3(0x86)]){const _0x38e55e=_0x292761[_0x38f3(0x83)]['content']['parts'][_0x38f3(0x9e)]('\x0a');if(_0x38e55e[_0x38f3(0x87)]()){var _0x50e1d7;_0x29ec98[_0x38f3(0x5a)]({'id':_0x292761['message']['id']||_0x38f3(0x8b)+_0x1f81e4,'role':(_0x4c7fce[_0x38f3(0xe2)](_0x50e1d7=_0x292761[_0x38f3(0x83)][_0x38f3(0x90)],null)||_0x4c7fce[_0x38f3(0xe2)](_0x50e1d7,void 0x0)?void 0x0:_0x50e1d7[_0x38f3(0x91)])||_0x38f3(0xe3),'content':_0x38e55e,'timestamp':_0x292761['message'][_0x38f3(0x5e)]?new _0x3f97ba(_0x4c7fce[_0x38f3(0xe4)](_0x292761[_0x38f3(0x83)]['create_time'],0x3e8))['toISOString']():_0x243b00});}}});}const _0x482fc7=await AsyncStorage[_0x38f3(0xe5)](_0x6490fc[_0x38f3(0xe6)])||await AsyncStorage[_0x38f3(0xe5)](_0x6490fc['RLWGo'])||await AsyncStorage['getItem'](_0x6490fc['YzVmg']);if(!_0x482fc7){if(_0x38f3(0xe7)!==_0x6490fc[_0x38f3(0xe8)])throw new Error(_0x6490fc[_0x38f3(0xb5)]);else _0x36a530(![]);}const _0x78046c=_0x38f3(0xe9)+_0x53af0e;let _0x546abe=0x0;for(const _0x12914b of _0xa78601){try{const _0x5b6e10=await _0x6490fc['UNDmH'](fetch,API_CONFIG[_0x38f3(0xea)]+_0x38f3(0xeb),{'method':'POST','headers':{'Content-Type':'application/json','Authorization':_0x38f3(0xec)+_0x482fc7},'body':JSON[_0x38f3(0xed)]({'platform':_0x78046c,'conversationData':{'conversationId':_0x12914b['conversationId'],'messages':_0x12914b[_0x38f3(0x95)],'context':_0x12914b['context'],'mobileMetadata':{'platform':Platform['OS'],'appVersion':_0x6490fc[_0x38f3(0xee)],'osVersion':Platform[_0x38f3(0xef)],'isOfflineSync':![]}},'memoryType':_0x6490fc[_0x38f3(0xf0)],'metadata':{'source':'mobile_app_import','importedAt':new Date()['toISOString'](),'originalPlatform':_0x53af0e}})});if(_0x5b6e10['ok'])_0x546abe++;else{if(_0x6490fc[_0x38f3(0xf1)](_0x38f3(0xf2),_0x6490fc['QjTOL']))_0x4c7fce[_0x38f3(0xf3)](_0x2ccf25[_0x38f3(0xc0)],_0x4c7fce[_0x38f3(0xf4)])&&(_0xc82527[_0x38f3(0xc7)](_0x38f3(0x26),_0xfccd14),_0x4c7fce['CADbu'](_0x54015d,_0x4c7fce['JqBsC']),_0x3381d3(_0xa382ee['ERROR']));else{const _0xca2298=await _0x5b6e10[_0x38f3(0x98)]();console[_0x38f3(0xc7)](_0x38f3(0xf5)+_0x12914b['conversationId']+':',_0xca2298);}}}catch(_0x4a5361){console[_0x38f3(0xc7)](_0x38f3(0xf6),_0x4a5361);}}if(_0x546abe>0x0)await AsyncStorage[_0x38f3(0xf7)](_0x38f3(0xf8)+_0x53af0e,JSON[_0x38f3(0xed)]({'connected':!![],'platform':_0x53af0e,'conversationsCount':_0x546abe,'lastSyncAt':new Date()['toISOString']()})),_0x6490fc['kNOvz'](triggerHaptic,HapticType[_0x38f3(0xb9)]),Alert[_0x38f3(0xf9)](_0x6490fc[_0x38f3(0xfa)],'Successfully\x20imported\x20'+_0x546abe+_0x38f3(0xfb)+(_0x6490fc[_0x38f3(0xfc)](_0x546abe,0x1)?'s':'')+_0x38f3(0xfd)+_0x165095+'.',[{'text':'OK','onPress':()=>_0xf600f7(_0x53af0e)}]);else throw new Error(_0x6490fc[_0x38f3(0xfe)]);}else{const _0x57af2c=_0x2ab35c[_0x38f3(0x83)][_0x38f3(0x85)]['parts']['join']('\x0a');if(_0x57af2c[_0x38f3(0x87)]()){var _0x145ded;_0x3d8204['push']({'id':_0x3acf4f[_0x38f3(0x83)]['id']||'msg_'+_0x492706,'role':(_0x4c7fce[_0x38f3(0xe2)](_0x145ded=_0xc1d20a[_0x38f3(0x83)][_0x38f3(0x90)],null)||_0x4c7fce['PmIRc'](_0x145ded,void 0x0)?void 0x0:_0x145ded[_0x38f3(0x91)])||_0x38f3(0xe3),'content':_0x57af2c,'timestamp':_0x160bae[_0x38f3(0x83)][_0x38f3(0x5e)]?new _0x47650d(_0x4c7fce['yyYPV'](_0x20c325[_0x38f3(0x83)]['create_time'],0x3e8))[_0x38f3(0x92)]():_0x296caf});}}}catch(_0x5a9671){if(_0x6490fc[_0x38f3(0xff)](_0x6490fc[_0x38f3(0x100)],'xIduD')){var _0x500bb4;_0x3bf505[_0x38f3(0x5a)]({'id':_0x105b8c[_0x38f3(0x83)]['id']||_0x38f3(0x8b)+_0x4ddd33,'role':(_0x6490fc['kikXG'](_0x500bb4=_0x587f02['message']['author'],null)||_0x6490fc[_0x38f3(0xff)](_0x500bb4,void 0x0)?void 0x0:_0x500bb4['role'])||_0x6490fc[_0x38f3(0x101)],'content':_0x46c00f,'timestamp':_0x361bf2[_0x38f3(0x83)][_0x38f3(0x5e)]?new _0x58e16b(_0x347f2c[_0x38f3(0x83)][_0x38f3(0x5e)]*0x3e8)['toISOString']():_0x3f14f0});}else console[_0x38f3(0xc7)](_0x38f3(0x102),_0x5a9671),_0x517885(_0x5a9671['message']||_0x6490fc[_0x38f3(0x103)]),triggerHaptic(HapticType[_0x38f3(0xbd)]);}finally{if(_0x6490fc['PeJyr'](_0x6490fc[_0x38f3(0x104)],_0x38f3(0x37)))_0x6490fc[_0x38f3(0x105)](_0x3d4cff,![]);else switch(_0x47658f){case'chatgpt':return{'title':_0x4c7fce['JVlyo'],'instructions':_0x4c7fce[_0x38f3(0x106)],'placeholder':_0x38f3(0x4)};case _0x4c7fce['vPUQW']:return{'title':_0x4c7fce[_0x38f3(0x107)],'instructions':_0x4c7fce[_0x38f3(0x108)],'placeholder':_0x38f3(0x109)};case _0x4c7fce[_0x38f3(0x10a)]:return{'title':_0x4c7fce[_0x38f3(0x10b)],'instructions':_0x38f3(0x7),'placeholder':_0x4c7fce[_0x38f3(0x10c)]};case _0x4c7fce['IGxOC']:return{'title':_0x4c7fce['ZCJGN'],'instructions':_0x38f3(0x9),'placeholder':_0x4c7fce[_0x38f3(0x10d)]};default:return{'title':_0x38f3(0x53)+_0x48f1fb,'instructions':_0x4c7fce[_0x38f3(0x10e)],'placeholder':_0x4c7fce[_0x38f3(0x10f)]};}}}},_0x3d90e6=()=>{if(_0x6490fc[_0x38f3(0x110)](_0x6490fc[_0x38f3(0x111)],_0x6490fc[_0x38f3(0x111)]))_0x3aa4c4[_0x38f3(0xc7)](_0x6490fc[_0x38f3(0xc4)],_0x4a98a7),_0x6490fc[_0x38f3(0x48)](_0x3906eb,_0x6490fc[_0x38f3(0xc6)]),_0x6490fc[_0x38f3(0x112)](_0x26c19f,_0x59905e[_0x38f3(0xbd)]);else{const _0x17c82c=_0x6490fc[_0x38f3(0x113)]['split']('|');let _0x2ca329=0x0;while(!![]){switch(_0x17c82c[_0x2ca329++]){case'0':_0x53652b('');continue;case'1':_0x6490fc[_0x38f3(0x114)](_0x517885,null);continue;case'2':_0x6490fc[_0x38f3(0x55)](_0x33d8ba);continue;case'3':_0x6490fc[_0x38f3(0x78)](_0x5c109b,null);continue;case'4':_0x6490fc[_0x38f3(0x112)](_0x1c4772,null);continue;case'5':_0x6490fc[_0x38f3(0x78)](_0x6b9d97,_0x38f3(0x115));continue;}break;}}};return React[_0x38f3(0x116)](Modal,{'visible':_0x55ae66,'animationType':_0x6490fc[_0x38f3(0x117)],'presentationStyle':_0x38f3(0x118),'onRequestClose':_0x3d90e6},React[_0x38f3(0x116)](KeyboardAvoidingView,{'style':styles[_0x38f3(0x119)],'behavior':_0x6490fc[_0x38f3(0x11a)](Platform['OS'],'ios')?_0x6490fc[_0x38f3(0x11b)]:_0x6490fc[_0x38f3(0x11c)]},React[_0x38f3(0x116)](View,{'style':styles['header']},React['createElement'](TouchableOpacity,{'style':styles[_0x38f3(0x11d)],'onPress':_0x3d90e6},React[_0x38f3(0x116)](Text,{'style':styles[_0x38f3(0x11e)]},_0x6490fc[_0x38f3(0x11f)])),React[_0x38f3(0x116)](Text,{'style':styles[_0x38f3(0x120)]},_0x5c5103),React[_0x38f3(0x116)](View,{'style':styles[_0x38f3(0x11d)]})),React[_0x38f3(0x116)](ScrollView,{'style':styles['content'],'contentContainerStyle':styles[_0x38f3(0x121)],'keyboardShouldPersistTaps':_0x6490fc[_0x38f3(0x122)]},React[_0x38f3(0x116)](View,{'style':styles['instructionsContainer']},React[_0x38f3(0x116)](Text,{'style':styles[_0x38f3(0x123)]},_0x4058e1)),React[_0x38f3(0x116)](View,{'style':styles[_0x38f3(0x124)]},React['createElement'](TouchableOpacity,{'style':[styles['tab'],_0x6490fc['fufym'](_0x3bd2df,_0x6490fc[_0x38f3(0x46)])&&styles[_0x38f3(0x125)]],'onPress':()=>{_0x6b9d97(_0x6490fc[_0x38f3(0x46)]),_0x6490fc['jdfbD'](triggerHaptic,HapticType['BUTTON_PRESS']);}},React[_0x38f3(0x116)](Text,{'style':[styles[_0x38f3(0x126)],_0x6490fc[_0x38f3(0x127)](_0x3bd2df,_0x6490fc[_0x38f3(0x46)])&&styles[_0x38f3(0x128)]]},_0x6490fc[_0x38f3(0x129)])),React[_0x38f3(0x116)](TouchableOpacity,{'style':[styles[_0x38f3(0x12a)],_0x6490fc[_0x38f3(0x11a)](_0x3bd2df,_0x38f3(0x1e))&&styles[_0x38f3(0x125)],!FILE_UPLOAD_AVAILABLE&&styles['tabDisabled']],'onPress':()=>{FILE_UPLOAD_AVAILABLE?_0x6490fc['VxWeK'](_0x6490fc['vFXBG'],_0x6490fc['XqXbl'])?(_0x6490fc[_0x38f3(0x12b)](_0x6b9d97,_0x6490fc[_0x38f3(0xa4)]),_0x6490fc[_0x38f3(0x12c)](triggerHaptic,HapticType[_0x38f3(0x79)])):_0x8e6a95[_0x38f3(0x5a)]({'id':_0x1ce3d2['id']||_0x38f3(0x8b)+_0x80b0c9,'role':_0x1c263d[_0x38f3(0x91)]||_0x5af3a3['author']||_0x38f3(0x14),'content':_0x3f5efd,'timestamp':_0x77a0aa['timestamp']||_0x4d833f['created_at']}):_0x6490fc[_0x38f3(0x6f)](_0x38f3(0x12d),'lmzyJ')?_0x49bdeb['push']({'conversationId':_0x2d736a['id']||'conv_'+_0x1c6540+'_'+_0x3dab9d[_0x38f3(0x6b)](),'messages':_0x5f19f4,'context':{'title':_0x49e56b[_0x38f3(0x5c)]||_0x38f3(0x67)+_0x6490fc[_0x38f3(0x12e)](_0x21fc53,0x1),'create_time':_0x491bd0['create_time'],'update_time':_0x30f44f[_0x38f3(0x5f)]}}):(_0x6490fc['yrFMK'](_0x517885,_0x6490fc[_0x38f3(0xc3)]),triggerHaptic(HapticType[_0x38f3(0xbd)]));}},React[_0x38f3(0x116)](Text,{'style':[styles[_0x38f3(0x126)],_0x6490fc['VkutF'](_0x3bd2df,_0x6490fc[_0x38f3(0xa4)])&&styles[_0x38f3(0x128)],!FILE_UPLOAD_AVAILABLE&&styles[_0x38f3(0x12f)]]},_0x6490fc[_0x38f3(0x130)],_0x6490fc[_0x38f3(0x131)](!FILE_UPLOAD_AVAILABLE,_0x6490fc[_0x38f3(0x132)])))),_0x3bd2df===_0x6490fc[_0x38f3(0x46)]?React[_0x38f3(0x116)](View,{'style':styles['inputContainer']},React['createElement'](TextInput,{'style':styles['textInput'],'multiline':!![],'placeholder':_0x3012d1,'placeholderTextColor':COLORS[_0x38f3(0x133)],'value':_0x4fe6ff,'onChangeText':_0x53652b,'textAlignVertical':_0x6490fc[_0x38f3(0x134)],'autoCapitalize':_0x38f3(0x135),'autoCorrect':![]})):React[_0x38f3(0x116)](View,{'style':styles[_0x38f3(0x136)]},React[_0x38f3(0x116)](TouchableOpacity,{'style':styles[_0x38f3(0x137)],'onPress':_0x21fa71},React['createElement'](Text,{'style':styles['filePickIcon']},'📁'),React[_0x38f3(0x116)](Text,{'style':styles['filePickText']},_0x44c1f4||_0x6490fc['ylhsO'])),_0x44c1f4&&React['createElement'](View,{'style':styles[_0x38f3(0x138)]},React['createElement'](Text,{'style':styles['fileSelectedText']},'✓\x20',_0x44c1f4))),_0x1dab12&&React['createElement'](View,{'style':styles[_0x38f3(0x139)]},React['createElement'](Text,{'style':styles[_0x38f3(0x13a)]},_0x1dab12)),_0x6490fc[_0x38f3(0xfc)](_0x4fe6ff[_0x38f3(0x64)],0x0)&&React[_0x38f3(0x116)](View,{'style':styles[_0x38f3(0x13b)]},React['createElement'](Text,{'style':styles['previewTitle']},_0x6490fc[_0x38f3(0x13c)]),React[_0x38f3(0x116)](Text,{'style':styles[_0x38f3(0x13d)],'numberOfLines':0x5},_0x4fe6ff['substring'](0x0,0x1f4),_0x6490fc[_0x38f3(0x13e)](_0x4fe6ff['length'],0x1f4)?_0x38f3(0x13f):''),React[_0x38f3(0x116)](Text,{'style':styles[_0x38f3(0x140)]},_0x4fe6ff[_0x38f3(0x64)][_0x38f3(0x141)](),_0x6490fc['OarWA']))),React[_0x38f3(0x116)](View,{'style':styles[_0x38f3(0x142)]},React['createElement'](TouchableOpacity,{'style':[styles[_0x38f3(0x143)],(!_0x4fe6ff[_0x38f3(0x87)]()||_0x19b91c)&&styles[_0x38f3(0x144)]],'onPress':_0x1c829f,'disabled':!_0x4fe6ff[_0x38f3(0x87)]()||_0x19b91c},_0x19b91c?React[_0x38f3(0x116)](ActivityIndicator,{'color':_0x6490fc[_0x38f3(0x145)],'size':_0x6490fc[_0x38f3(0x146)]}):React['createElement'](Text,{'style':styles[_0x38f3(0x147)]},_0x6490fc[_0x38f3(0x148)])))));},styles=StyleSheet['create']({'container':{'flex':0x1,'backgroundColor':COLORS['surface']},'header':{'flexDirection':_0x38f3(0x149),'alignItems':'center','justifyContent':_0x38f3(0x14a),'paddingHorizontal':0x10,'paddingTop':Platform['OS']===_0x38f3(0x14b)?0xc:0x10,'paddingBottom':0xc,'borderBottomWidth':0x1,'borderBottomColor':'#E5E7EB'},'headerTitle':{'fontSize':0x11,'fontWeight':_0x38f3(0x14c),'color':COLORS[_0x38f3(0x14d)],'fontFamily':_0x38f3(0x14e)},'closeButton':{'width':0x3c},'closeButtonText':{'fontSize':0x10,'color':_0x38f3(0x14f),'fontFamily':_0x38f3(0x150)},'content':{'flex':0x1},'contentContainer':{'padding':0x14,'paddingBottom':0x28},'instructionsContainer':{'backgroundColor':_0x38f3(0x151),'borderRadius':0xc,'padding':0x10,'marginBottom':0x14},'instructionsText':{'fontSize':0xe,'lineHeight':0x14,'color':_0x38f3(0x152),'fontFamily':_0x38f3(0x150)},'tabContainer':{'flexDirection':'row','backgroundColor':_0x38f3(0x153),'borderRadius':0xa,'padding':0x4,'marginBottom':0x14},'tab':{'flex':0x1,'paddingVertical':0xa,'borderRadius':0x8,'alignItems':'center'},'tabActive':{'backgroundColor':'#FFFFFF','shadowColor':_0x38f3(0x154),'shadowOffset':{'width':0x0,'height':0x1},'shadowOpacity':0.1,'shadowRadius':0x2,'elevation':0x2},'tabText':{'fontSize':0xe,'fontWeight':_0x38f3(0x155),'color':COLORS['grey500'],'fontFamily':_0x38f3(0x150)},'tabTextActive':{'color':COLORS[_0x38f3(0x14d)]},'tabDisabled':{'opacity':0.5},'tabTextDisabled':{'color':COLORS[_0x38f3(0x133)]},'inputContainer':{'marginBottom':0x14},'textInput':{'backgroundColor':_0x38f3(0x44),'borderWidth':0x1,'borderColor':COLORS[_0x38f3(0x156)],'borderRadius':0xc,'padding':0x10,'minHeight':0xc8,'fontSize':0xe,'fontFamily':Platform['OS']===_0x38f3(0x14b)?'Menlo':_0x38f3(0x157),'color':COLORS[_0x38f3(0x14d)]},'fileInputContainer':{'marginBottom':0x14},'filePickButton':{'backgroundColor':_0x38f3(0x44),'borderWidth':0x2,'borderColor':COLORS['grey300'],'borderStyle':_0x38f3(0x158),'borderRadius':0xc,'padding':0x28,'alignItems':_0x38f3(0x159),'justifyContent':'center'},'filePickIcon':{'fontSize':0x28,'marginBottom':0xc},'filePickText':{'fontSize':0xf,'color':COLORS[_0x38f3(0x15a)],'fontFamily':_0x38f3(0x150)},'fileSelectedContainer':{'marginTop':0xc,'backgroundColor':'#F0FDF4','borderRadius':0x8,'padding':0xc},'fileSelectedText':{'fontSize':0xe,'color':_0x38f3(0x15b),'fontFamily':'Inter','fontWeight':'500'},'errorContainer':{'backgroundColor':'#FEF2F2','borderRadius':0x8,'padding':0xc,'marginBottom':0x10},'errorText':{'fontSize':0xe,'color':'#DC2626','fontFamily':_0x38f3(0x150)},'previewContainer':{'backgroundColor':_0x38f3(0x153),'borderRadius':0xc,'padding':0x10},'previewTitle':{'fontSize':0xe,'fontWeight':_0x38f3(0x14c),'color':COLORS[_0x38f3(0x14d)],'marginBottom':0x8,'fontFamily':_0x38f3(0x150)},'previewText':{'fontSize':0xc,'color':COLORS['grey600'],'fontFamily':Platform['OS']===_0x38f3(0x14b)?_0x38f3(0x15c):_0x38f3(0x157),'lineHeight':0x12},'previewInfo':{'fontSize':0xc,'color':COLORS[_0x38f3(0x15d)],'marginTop':0x8,'fontFamily':_0x38f3(0x150)},'footer':{'padding':0x14,'paddingBottom':Platform['OS']===_0x38f3(0x14b)?0x22:0x14,'borderTopWidth':0x1,'borderTopColor':'#E5E7EB','backgroundColor':COLORS[_0x38f3(0x15e)]},'submitButton':{'backgroundColor':_0x38f3(0x15f),'borderRadius':0xc,'paddingVertical':0x10,'alignItems':'center','justifyContent':_0x38f3(0x159)},'submitButtonDisabled':{'backgroundColor':COLORS[_0x38f3(0x156)]},'submitButtonText':{'fontSize':0x10,'fontWeight':'600','color':_0x38f3(0x44),'fontFamily':'Inter'}});export default LLMDataInputModal;
@@ -1 +1 @@
1
- import React from'react';import{View,StyleSheet,TouchableOpacity,Text}from'react-native';function _0x5a69(){const _0x4b6f00=['Go\x20back','Close','button','createElement','grabberContainer','container','closeButton','atzDb','backText','peKwj','closeText','centerSpacer','create','100%','center','#D0D0D0','row','flex-start','500','grey800'];_0x5a69=function(){return _0x4b6f00;};return _0x5a69();}import{COLORS,SPACING}from'../theme';const ModalHeader=({onClose:_0x307038,onBack:_0x5debb1,showGrabber:showGrabber=!![],showBackButton:showBackButton=![]})=>{const _0x5be114={'atzDb':_0x242c(0x0),'peKwj':_0x242c(0x1),'ejfxp':_0x242c(0x2)};return React[_0x242c(0x3)](React['Fragment'],null,showGrabber&&React[_0x242c(0x3)](View,{'style':styles[_0x242c(0x4)]},React[_0x242c(0x3)](View,{'style':styles['grabber']})),React[_0x242c(0x3)](View,{'style':styles[_0x242c(0x5)]},showBackButton?React[_0x242c(0x3)](TouchableOpacity,{'style':styles[_0x242c(0x6)],'onPress':_0x5debb1,'activeOpacity':0.7,'accessibilityLabel':_0x5be114[_0x242c(0x7)],'accessibilityRole':'button'},React[_0x242c(0x3)](Text,{'style':styles[_0x242c(0x8)]},'←')):React[_0x242c(0x3)](TouchableOpacity,{'style':styles[_0x242c(0x6)],'onPress':_0x307038,'activeOpacity':0.7,'accessibilityLabel':_0x5be114[_0x242c(0x9)],'accessibilityRole':_0x5be114['ejfxp']},React[_0x242c(0x3)](Text,{'style':styles[_0x242c(0xa)]},'✕')),React[_0x242c(0x3)](View,{'style':styles[_0x242c(0xb)]}),React['createElement'](View,{'style':styles['spacer']})));},styles=StyleSheet[_0x242c(0xc)]({'grabberContainer':{'width':_0x242c(0xd),'alignItems':_0x242c(0xe),'paddingTop':0xc,'paddingBottom':0x4},'grabber':{'width':0x64,'height':0x6,'backgroundColor':_0x242c(0xf),'borderRadius':0x3},'container':{'flexDirection':_0x242c(0x10),'alignItems':_0x242c(0x11),'justifyContent':_0x242c(0x11),'height':0x2c,'paddingTop':0x0,'paddingLeft':0x4,'marginBottom':SPACING['md']},'closeButton':{'width':0x24,'height':0x24,'justifyContent':_0x242c(0xe),'alignItems':_0x242c(0xe),'marginTop':0x0},'closeText':{'fontSize':0x14,'color':COLORS['grey800'],'fontWeight':_0x242c(0x12)},'backText':{'fontSize':0x18,'color':COLORS[_0x242c(0x13)],'fontWeight':'500'},'centerSpacer':{'flex':0x1},'spacer':{'width':0x2c,'height':0x2c}});export{ModalHeader};function _0x242c(_0x5a6935,_0x242c51){_0x5a6935=_0x5a6935-0x0;const _0xc03bcc=_0x5a69();let _0x5b19da=_0xc03bcc[_0x5a6935];return _0x5b19da;}export default ModalHeader;
1
+ import React from'react';import{View,StyleSheet,TouchableOpacity,Text}from'react-native';import{COLORS,SPACING}from'../theme';function _0xb696(){const _0x1b4579=['Go\x20back','Close','createElement','Fragment','grabberContainer','grabber','container','nLNqR','backText','closeButton','rEQwc','closeText','centerSpacer','spacer','100%','center','#D0D0D0','row','flex-start','500'];_0xb696=function(){return _0x1b4579;};return _0xb696();}const ModalHeader=({onClose:_0x239042,onBack:_0x12f967,showGrabber:showGrabber=!![],showBackButton:showBackButton=![]})=>{const _0x20c53f={'nLNqR':_0x469c(0x0),'WhVpm':'button','rEQwc':_0x469c(0x1)};return React[_0x469c(0x2)](React[_0x469c(0x3)],null,showGrabber&&React[_0x469c(0x2)](View,{'style':styles[_0x469c(0x4)]},React[_0x469c(0x2)](View,{'style':styles[_0x469c(0x5)]})),React[_0x469c(0x2)](View,{'style':styles[_0x469c(0x6)]},showBackButton?React[_0x469c(0x2)](TouchableOpacity,{'style':styles['closeButton'],'onPress':_0x12f967,'activeOpacity':0.7,'accessibilityLabel':_0x20c53f[_0x469c(0x7)],'accessibilityRole':_0x20c53f['WhVpm']},React[_0x469c(0x2)](Text,{'style':styles[_0x469c(0x8)]},'←')):React[_0x469c(0x2)](TouchableOpacity,{'style':styles[_0x469c(0x9)],'onPress':_0x239042,'activeOpacity':0.7,'accessibilityLabel':_0x20c53f[_0x469c(0xa)],'accessibilityRole':_0x20c53f['WhVpm']},React['createElement'](Text,{'style':styles[_0x469c(0xb)]},'✕')),React[_0x469c(0x2)](View,{'style':styles[_0x469c(0xc)]}),React[_0x469c(0x2)](View,{'style':styles[_0x469c(0xd)]})));},styles=StyleSheet['create']({'grabberContainer':{'width':_0x469c(0xe),'alignItems':_0x469c(0xf),'paddingTop':0xc,'paddingBottom':0x4},'grabber':{'width':0x64,'height':0x6,'backgroundColor':_0x469c(0x10),'borderRadius':0x3},'container':{'flexDirection':_0x469c(0x11),'alignItems':_0x469c(0x12),'justifyContent':'flex-start','height':0x2c,'paddingTop':0x0,'paddingLeft':0x4,'marginBottom':SPACING['md']},'closeButton':{'width':0x24,'height':0x24,'justifyContent':'center','alignItems':_0x469c(0xf),'marginTop':0x0},'closeText':{'fontSize':0x14,'color':COLORS['grey800'],'fontWeight':_0x469c(0x13)},'backText':{'fontSize':0x18,'color':COLORS['grey800'],'fontWeight':_0x469c(0x13)},'centerSpacer':{'flex':0x1},'spacer':{'width':0x2c,'height':0x2c}});function _0x469c(_0xb69617,_0x469c13){_0xb69617=_0xb69617-0x0;const _0x146114=_0xb696();let _0x131bf1=_0x146114[_0xb69617];return _0x131bf1;}export{ModalHeader};export default ModalHeader;
@@ -1 +1 @@
1
- import React from'react';import{View,StyleSheet}from'react-native';import{COLORS,BORDER_RADIUS,SPACING}from'../theme';const ModalSheet=({children:_0xf786dc,topPadding:topPadding=SPACING[_0x35cf(0x0)],onClose:_0x35f54d,showGrabber:showGrabber=!![],style:_0x2ab084})=>{const _0xb7c018={'bottom':0x14};return React['createElement'](View,{'style':[styles[_0x35cf(0x1)],{'paddingTop':topPadding,'paddingBottom':_0xb7c018[_0x35cf(0x2)]||SPACING['lg']},_0x2ab084]},_0xf786dc);},styles=StyleSheet[_0x35cf(0x3)]({'container':{'backgroundColor':COLORS[_0x35cf(0x4)],'borderTopLeftRadius':BORDER_RADIUS[_0x35cf(0x5)],'borderTopRightRadius':BORDER_RADIUS[_0x35cf(0x5)],'borderBottomLeftRadius':0x0,'borderBottomRightRadius':0x0,'paddingHorizontal':SPACING[_0x35cf(0x6)],'flex':0x1,'minHeight':'80%'}});export{ModalSheet};export default ModalSheet;function _0x35cf(_0x2154ff,_0x35cfe0){_0x2154ff=_0x2154ff-0x0;const _0x4c7a57=_0x2154();let _0x4806c4=_0x4c7a57[_0x2154ff];return _0x4806c4;}function _0x2154(){const _0x53c24a=['modalTopPadding','container','bottom','create','surface','modalTop','modalHorizontal'];_0x2154=function(){return _0x53c24a;};return _0x2154();}
1
+ function _0xb24b(){const _0x4250f9=['modalTopPadding','container','bottom','surface','modalTop','modalHorizontal','80%'];_0xb24b=function(){return _0x4250f9;};return _0xb24b();}import React from'react';import{View,StyleSheet}from'react-native';import{COLORS,BORDER_RADIUS,SPACING}from'../theme';function _0x33da(_0xb24bbd,_0x33da9b){_0xb24bbd=_0xb24bbd-0x0;const _0x59a287=_0xb24b();let _0x1e1e7b=_0x59a287[_0xb24bbd];return _0x1e1e7b;}const ModalSheet=({children:_0x4a0b8e,topPadding:topPadding=SPACING[_0x33da(0x0)],onClose:_0x5f3f3e,showGrabber:showGrabber=!![],style:_0x24840f})=>{const _0x595a9f={'bottom':0x14};return React['createElement'](View,{'style':[styles[_0x33da(0x1)],{'paddingTop':topPadding,'paddingBottom':_0x595a9f[_0x33da(0x2)]||SPACING['lg']},_0x24840f]},_0x4a0b8e);},styles=StyleSheet['create']({'container':{'backgroundColor':COLORS[_0x33da(0x3)],'borderTopLeftRadius':BORDER_RADIUS[_0x33da(0x4)],'borderTopRightRadius':BORDER_RADIUS[_0x33da(0x4)],'borderBottomLeftRadius':0x0,'borderBottomRightRadius':0x0,'paddingHorizontal':SPACING[_0x33da(0x5)],'flex':0x1,'minHeight':_0x33da(0x6)}});export{ModalSheet};export default ModalSheet;
@@ -1 +1 @@
1
- import React,{forwardRef,useImperativeHandle,useState,useCallback,useEffect}from'react';function _0x4187(){const _0x1551b9=['existing_user_token','✅\x20Resolving\x20with\x20existing\x20credentials','📊\x20Configuration:','🚀\x20Onairos\x20SDK:\x20Starting\x20API\x20key\x20initialization...','Tvxom','1|0|2|6|3|4|5','1.\x20Check\x20that\x20your\x20API\x20key\x20is\x20correct\x20and\x20not\x20expired','4.\x20Check\x20your\x20internet\x20connection','5|3|6|2|0|4|1','NstZh','❌\x20Pre-check\x20error:','✅\x20Pre-check\x20passed','API\x20key\x20is\x20required.\x20Please\x20provide\x20a\x20valid\x20API\x20key\x20from\x20your\x20Onairos\x20dashboard.','🔘\x20Button\x20pressed!\x20isInitialized:','isInitializing:','OWAyC','NOBsN','SDK\x20not\x20initialized.\x20Please\x20check\x20your\x20API\x20key.','LvHgu','khXeg','qNXxK','🔍\x20Checking\x20for\x20existing\x20credentials...','🔑\x20Existing\x20credentials\x20found,\x20attempting\x20automatic\x20resolution...','mxnru','🔽\x20Closing\x20Onairos\x20overlay,\x20result:','🔽\x20showOverlay\x20set\x20to\x20false','#FF6B6B','⚠️\x20SDK\x20Error','1|3|0|6|2|5|4','DwMmT','aUfQy','center','#fff','#000','kOomv','Continue\x20with\x20Onairos','connect','Connect\x20with\x20Onairos','normal','default','production','LkXBR','🔄\x20Initializing...','contain','sOoxa','DVvzp','primary','UoHeS','VIXjq','BFdqD','VfZDN','wyeJI','fKUhb','uwLfu','gsAKi','YldrG','lZtcP','iqZNj','uejlK','jSslv','GvxaR','🔧\x20API\x20Key\x20Troubleshooting\x20Guide','2.\x20Verify\x20you\x20have\x20the\x20right\x20permissions\x20for\x20your\x20use\x20case','KLNnX','JVhOm','aaAzK','YfLJe','mCoDf','VNfzr','dNvkg','log','fWhKx','Dwzwv','HDIlS','NCIuJ','GBoMQ','FhMfX','SjfGT','PxbiH','lPaAW','ZXjpT','length','⛔\x20Pre-check\x20failed,\x20aborting\x20overlay','message','Unknown\x20initialization\x20error','error','❌\x20Onairos\x20SDK:\x20API\x20key\x20initialization\x20failed:','owUpy','xZpvL','tsATs','IbPaD','group','vyFcR','NXRCk','gMLaK','amPot','groupEnd','3.\x20Ensure\x20your\x20environment\x20setting\x20matches\x20your\x20API\x20key','zmLKW','Pre-check\x20failed:\x20','SDK\x20initialization\x20failed:\x20','pKkcA','DKTPd','ZZFxt','wPEbo','apiKey','kmBPO','QhGrS','KImJc','HoGYB','✅\x20Onairos\x20component:\x20SDK\x20already\x20initialized,\x20syncing\x20state','mKRXO','ErCXo','split','jgtLV','vqLRH','kBwjx','HHYwx','XnWKo','EqyIk','wCVrj','UWAcq','hdUId','wxcCN','iHfBn','tRgSS','emUBA','rDSfk','TIeee','bLCQs','pGIpu','PhToz','alert','pjGRb','OryVH','RdzXe','vhgXo','SDK\x20Error','\x0a\x0aPlease\x20check\x20your\x20API\x20key\x20and\x20try\x20again.','🔍\x20Running\x20pre-check\x20validation...','eQCXX','COIDT','TiXvY','nHuDy','aTnwy','QrQkW','ldWcv','mUJXf','lJquB','rCDeM','bREQL','warn','yMudO','ETpTX','qsYdy','ZpVcI','yfQYi','PWpRV','EIHpc','JlNAR','HNIIB','LZFBM','wPnTJ','zckyj','Failed\x20to\x20open\x20overlay:\x20','SaIJS','rBOWc','FoJqt','yuVtT','hqGkt','Qhsjc','token','userData','CUSGb','nrNul','5.\x20Visit\x20https://dashboard.onairos.uk\x20to\x20manage\x20your\x20API\x20keys','Jpdnt','createElement','errorButton','cunmX','Onairos\x20SDK\x20initialization\x20failed:\x0a\x0a','KNRRn','CIsrq','LMhPY','NXXDk','jIAZN','VNAdG','WVrRx','mTJgF','WiGlO','errorContainer','qwXbD','IkCZm','pill','AQXBx','gkQtd','XiMbs','borderWidth','borderColor','SRvGs','ETnSy','errorButtonText','loadingContainer','#999','loadingButtonText','ybXEY','UgyHd','LhcpY','ZuWNI','aAeCu','sQKQu','tWYnU','Fragment','xasvR','logo','RZJBs','buttonText','create','row','600'];_0x4187=function(){return _0x1551b9;};return _0x4187();}import{StyleSheet,View,TouchableOpacity,Text,Image,Alert}from'react-native';import{UniversalOnboarding}from'./UniversalOnboarding';function _0x2141(_0x41873a,_0x21414b){_0x41873a=_0x41873a-0x0;const _0xde3c99=_0x4187();let _0x1a6c46=_0xde3c99[_0x41873a];return _0x1a6c46;}import{COLORS}from'../constants';import{hasCredentials,getCredentials}from'../utils/secureStorage';import{initializeApiKey,isApiKeyInitialized,getApiConfig}from'../services/apiKeyService';import{API_CONFIG}from'../config/api';import{BRAND_IMAGES}from'../utils/assetRegistry';export const Onairos=forwardRef((_0x30dbe4,_0x15236e)=>{const _0x51179d={'wyeJI':_0x2141(0x0),'fKUhb':_0x2141(0x1),'izaMV':function(_0x3439d8,_0x1c2808,_0x172d58,_0x9c8d81){return _0x3439d8(_0x1c2808,_0x172d58,_0x9c8d81);},'YfLJe':function(_0x4f1442,_0x42c4c0){return _0x4f1442(_0x42c4c0);},'uwLfu':_0x2141(0x2),'gsAKi':_0x2141(0x3),'YldrG':function(_0x398e64,_0x422cff){return _0x398e64!==_0x422cff;},'lZtcP':'NCIuJ','iqZNj':_0x2141(0x4),'mTJgF':function(_0x444a3d,_0x351415){return _0x444a3d===_0x351415;},'uejlK':'BpGCV','jSslv':_0x2141(0x5),'GvxaR':_0x2141(0x6),'KLNnX':_0x2141(0x7),'JVhOm':'5.\x20Visit\x20https://dashboard.onairos.uk\x20to\x20manage\x20your\x20API\x20keys','ZEbsq':function(_0x187f83,_0x459e9f){return _0x187f83===_0x459e9f;},'mCoDf':_0x2141(0x8),'VNfzr':'3.\x20Ensure\x20your\x20environment\x20setting\x20matches\x20your\x20API\x20key','tAEIy':function(_0x34d490,_0xdfaa20){return _0x34d490(_0xdfaa20);},'wPEbo':function(_0xc34264){return _0xc34264();},'EqyIk':function(_0x89c18,_0x4cbc21){return _0x89c18!==_0x4cbc21;},'ZZFxt':function(_0x1cef6e,_0x487403){return _0x1cef6e===_0x487403;},'QhGrS':_0x2141(0x9),'KImJc':function(_0x34d2af,_0x174f6b){return _0x34d2af(_0x174f6b);},'HoGYB':function(_0x51832c,_0x2d84a1){return _0x51832c(_0x2d84a1);},'pjGRb':_0x2141(0xa),'OryVH':_0x2141(0xb),'VIXjq':function(_0x1e2404,_0x56431b){return _0x1e2404(_0x56431b);},'kBwjx':'❌\x20Overlay\x20rejected:','KZChW':_0x2141(0xc),'VfZDN':function(_0x44e077,_0x5cd7f9){return _0x44e077(_0x5cd7f9);},'HHYwx':'❌\x20Cannot\x20open\x20overlay:\x20SDK\x20not\x20initialized','XnWKo':'SDK\x20Error','UWAcq':_0x2141(0xd),'hdUId':_0x2141(0xe),'wxcCN':'showOverlay:','iHfBn':function(_0x48a9d2,_0x46b357){return _0x48a9d2!==_0x46b357;},'tRgSS':_0x2141(0xf),'emUBA':_0x2141(0x10),'rDSfk':'zWGaD','TIeee':function(_0x346d07,_0x3ab344){return _0x346d07||_0x3ab344;},'bLCQs':_0x2141(0x11),'pGIpu':function(_0x2c79f9,_0x573427){return _0x2c79f9(_0x573427);},'ESiIj':function(_0x584aac,_0x39d959){return _0x584aac===_0x39d959;},'vhgXo':'KUVOy','RKdwL':_0x2141(0x12),'mUJXf':function(_0x13d845){return _0x13d845();},'eQCXX':_0x2141(0x13),'MiMYt':'neKrY','COIDT':'qUPOo','lvETd':function(_0x5dde36,_0x4def97){return _0x5dde36!==_0x4def97;},'IYget':_0x2141(0x14),'ldWcv':_0x2141(0x15),'GYRuB':_0x2141(0x16),'lJquB':function(_0x249fc9,_0x4ab3fa){return _0x249fc9&&_0x4ab3fa;},'rCDeM':_0x2141(0x17),'bREQL':function(_0x12c777,_0x12977e,_0x4e2ade,_0x2922d8){return _0x12c777(_0x12977e,_0x4e2ade,_0x2922d8);},'yMudO':'⚠️\x20Failed\x20to\x20retrieve\x20existing\x20credentials:','ETpTX':'🎨\x20Opening\x20Onairos\x20overlay...','wPnTJ':'TAEGt','zckyj':'❌\x20Error\x20opening\x20overlay:','UoDWA':function(_0x5f208e,_0x59915a){return _0x5f208e(_0x59915a);},'FoJqt':_0x2141(0x18),'yuVtT':function(_0x4581e7,_0x537343){return _0x4581e7(_0x537343);},'hqGkt':_0x2141(0x19),'HUmwX':function(_0x1db19f,_0x27e39e){return _0x1db19f&&_0x27e39e;},'Qhsjc':function(_0x3c9a92,_0x4b6031,_0x379854,_0x64f1a7){return _0x3c9a92(_0x4b6031,_0x379854,_0x64f1a7);},'cunmX':_0x2141(0x1a),'KNRRn':_0x2141(0x1b),'CUSGb':_0x2141(0x1c),'nrNul':'🔧\x20API\x20Key\x20Troubleshooting\x20Guide','YotWu':_0x2141(0x1d),'QmWpc':function(_0x4e232d,_0x16358d){return _0x4e232d===_0x16358d;},'fEXTC':_0x2141(0x1e),'ktbdL':function(_0x10ec2d,_0x171167){return _0x10ec2d(_0x171167);},'CIsrq':function(_0x58d5a4,_0xd67156){return _0x58d5a4!==_0xd67156;},'LMhPY':'RFTOU','tZlrx':function(_0x1f3ee0,_0x323222){return _0x1f3ee0(_0x323222);},'IkCZm':function(_0x1a6ebd,_0x55c7fd){return _0x1a6ebd===_0x55c7fd;},'AQXBx':function(_0x470c46,_0x41c308){return _0x470c46/_0x41c308;},'gkQtd':_0x2141(0x1f),'XiMbs':'row','SRvGs':_0x2141(0x20),'ETnSy':_0x2141(0x21),'qwXbD':_0x2141(0x22),'UgyHd':function(_0x36aeff,_0x5144eb){return _0x36aeff===_0x5144eb;},'LhcpY':_0x2141(0x23),'ZuWNI':'cRhtl','aAeCu':_0x2141(0x24),'sQKQu':_0x2141(0x25),'sOoxa':_0x2141(0x26),'DVvzp':_0x2141(0x27),'UoHeS':_0x2141(0x28),'BFdqD':function(_0x531de7,_0x2d4e68){return _0x531de7(_0x2d4e68);},'vqLRH':function(_0x43625d,_0x261999,_0x36de14){return _0x43625d(_0x261999,_0x36de14);},'WVrRx':function(_0x514851,_0x8953e9){return _0x514851&&_0x8953e9;},'WiGlO':_0x2141(0x29),'ybXEY':_0x2141(0x2a),'xasvR':function(_0x1e746a){return _0x1e746a();},'RZJBs':_0x2141(0x2b),'PpedR':function(_0x5733bc){return _0x5733bc();}},{returnLink:_0xea3e42,prefillUrl:_0x58df6c,AppName:_0x1acfc3,buttonType:buttonType=_0x51179d[_0x2141(0x2c)],requestData:_0x1c2e3c,buttonWidth:buttonWidth=0xc8,buttonHeight:buttonHeight=0x30,hasStroke:hasStroke=![],enabled:enabled=!![],buttonForm:buttonForm=_0x51179d[_0x2141(0x2d)],onRejection:_0x1f7a4c,onResolved:_0x28979e,preCheck:_0x4de601,color:color=COLORS[_0x2141(0x2e)],debug:debug=![],darkMode:darkMode=![],preferredPlatform:_0x19532b,testMode:testMode=![],apiKey:_0x2ab2d3,environment:environment=_0x51179d[_0x2141(0x2f)],enableLogging:enableLogging=!![],timeout:timeout=0x7530,retryAttempts:retryAttempts=0x3}=_0x30dbe4,[_0x45faeb,_0x259c8b]=_0x51179d[_0x2141(0x30)](useState,![]),[_0x41fe1f,_0x7eac37]=useState(![]),[_0x3fa00d,_0x4b0b5d]=_0x51179d[_0x2141(0x31)](useState,null),[_0x495b7b,_0x1cec50]=_0x51179d[_0x2141(0x32)](useState,![]);useEffect(()=>{const _0x5e2c2e={'GBoMQ':_0x51179d[_0x2141(0x33)],'FhMfX':_0x51179d[_0x2141(0x34)],'SjfGT':function(_0x2e97d4,_0x2e5bf9,_0x2a7915,_0x29113e){return _0x51179d['izaMV'](_0x2e97d4,_0x2e5bf9,_0x2a7915,_0x29113e);},'dNvkg':function(_0x4408cb,_0x4c92aa){return _0x51179d['YfLJe'](_0x4408cb,_0x4c92aa);},'lPaAW':'✅\x20Onairos\x20SDK:\x20API\x20key\x20initialization\x20completed\x20successfully','ZXjpT':_0x51179d[_0x2141(0x35)],'fWhKx':_0x51179d[_0x2141(0x36)],'Dwzwv':function(_0x72aad5,_0xc7b6cc){return _0x51179d[_0x2141(0x37)](_0x72aad5,_0xc7b6cc);},'HDIlS':_0x51179d[_0x2141(0x38)],'PxbiH':_0x51179d[_0x2141(0x39)],'owUpy':function(_0x1058ed,_0x3f49e1){return _0x51179d['mTJgF'](_0x1058ed,_0x3f49e1);},'xZpvL':_0x51179d[_0x2141(0x3a)],'tsATs':_0x51179d[_0x2141(0x3b)],'IbPaD':_0x51179d[_0x2141(0x3c)],'vyFcR':_0x2141(0x3d),'NXRCk':_0x2141(0x3e),'gMLaK':_0x51179d[_0x2141(0x3f)],'amPot':_0x51179d[_0x2141(0x40)],'pKkcA':function(_0x16f840,_0x543986){return _0x51179d['ZEbsq'](_0x16f840,_0x543986);},'DKTPd':_0x2141(0x41),'qaEkc':function(_0xd09616,_0x1fc871){return _0xd09616(_0x1fc871);},'mKRXO':function(_0x21ba18,_0x32fd5f){return _0x51179d[_0x2141(0x42)](_0x21ba18,_0x32fd5f);},'ErCXo':_0x51179d[_0x2141(0x43)],'tflNb':_0x51179d[_0x2141(0x44)],'jgtLV':function(_0x8f5a8f,_0xfe603b){return _0x51179d['tAEIy'](_0x8f5a8f,_0xfe603b);}};var _0xeb1fd6;let _0x2453af=!![];const _0x2eed20=async()=>{const _0x1ecf44={'zmLKW':function(_0x37a4f1,_0xfd9f00){return _0x5e2c2e[_0x2141(0x45)](_0x37a4f1,_0xfd9f00);}};if(_0x495b7b)return;_0x5e2c2e[_0x2141(0x45)](_0x1cec50,!![]),_0x5e2c2e[_0x2141(0x45)](_0x4b0b5d,null);try{console[_0x2141(0x46)](_0x5e2c2e[_0x2141(0x47)]);if(!_0x2ab2d3)throw new Error(_0x2141(0xc));const _0x15625a={'apiKey':_0x2ab2d3,'environment':environment,'enableLogging':enableLogging,'timeout':timeout,'retryAttempts':retryAttempts};await initializeApiKey(_0x15625a);if(_0x2453af){if(_0x5e2c2e[_0x2141(0x48)](_0x5e2c2e[_0x2141(0x49)],_0x2141(0x4a))){const _0x30a74e=_0x4f82f2['BASE_URL']+'/user/data',_0x540279=_0x5e2c2e[_0x2141(0x4b)];_0x499830&&_0x1ccb1d[_0x2141(0x46)](_0x5e2c2e[_0x2141(0x4c)]);_0x5e2c2e[_0x2141(0x4d)](_0xf49621,_0x30a74e,_0x540279,_0x3419b5);return;}else{_0x5e2c2e['dNvkg'](_0x7eac37,!![]),_0x4b0b5d(null);if(enableLogging){if(_0x5e2c2e['PxbiH']===_0x5e2c2e[_0x2141(0x4e)])console[_0x2141(0x46)](_0x5e2c2e[_0x2141(0x4f)]),console[_0x2141(0x46)](_0x5e2c2e[_0x2141(0x50)],{'environment':environment,'enableLogging':enableLogging,'timeout':timeout,'retryAttempts':retryAttempts,'apiKeyLength':_0x2ab2d3[_0x2141(0x51)]});else{_0x196c2f&&_0x3d0a71['log'](_0x2141(0x52));return;}}}}}catch(_0x564dc0){const _0x1f43ca=_0x564dc0 instanceof Error?_0x564dc0[_0x2141(0x53)]:_0x2141(0x54);console[_0x2141(0x55)](_0x2141(0x56),_0x1f43ca);if(_0x2453af){_0x5e2c2e['dNvkg'](_0x7eac37,![]),_0x5e2c2e[_0x2141(0x45)](_0x4b0b5d,_0x1f43ca);if(enableLogging){if(_0x5e2c2e[_0x2141(0x57)](_0x5e2c2e[_0x2141(0x58)],_0x5e2c2e[_0x2141(0x58)])){const _0x520eb4=_0x5e2c2e[_0x2141(0x59)]['split']('|');let _0x22f639=0x0;while(!![]){switch(_0x520eb4[_0x22f639++]){case'0':console['log'](_0x5e2c2e[_0x2141(0x5a)]);continue;case'1':console[_0x2141(0x5b)](_0x5e2c2e[_0x2141(0x5c)]);continue;case'2':console['log'](_0x5e2c2e[_0x2141(0x5d)]);continue;case'3':console[_0x2141(0x46)](_0x5e2c2e[_0x2141(0x5e)]);continue;case'4':console[_0x2141(0x46)](_0x5e2c2e[_0x2141(0x5f)]);continue;case'5':console[_0x2141(0x60)]();continue;case'6':console[_0x2141(0x46)](_0x2141(0x61));continue;}break;}}else _0x1ecf44[_0x2141(0x62)](_0x5a340a,_0x2141(0x63)+_0x397cd4['message']);}_0x1f7a4c&&_0x1f7a4c(_0x2141(0x64)+_0x1f43ca);}}finally{_0x5e2c2e[_0x2141(0x65)](_0x5e2c2e[_0x2141(0x66)],_0x5e2c2e['DKTPd'])?_0x2453af&&_0x5e2c2e['qaEkc'](_0x1cec50,![]):(_0x2be5ff(!![]),_0x5e2c2e[_0x2141(0x45)](_0x59b019,null),_0x312be3&&(_0xacb489[_0x2141(0x46)](_0x5e2c2e[_0x2141(0x4f)]),_0x5cf3b1[_0x2141(0x46)](_0x5e2c2e[_0x2141(0x50)],{'environment':_0x570e97,'enableLogging':_0x2e9973,'timeout':_0x2b3bc6,'retryAttempts':_0x2af69b,'apiKeyLength':_0x59999f['length']})));}};if(_0x2ab2d3&&(!_0x51179d['wPEbo'](isApiKeyInitialized)||_0x51179d['EqyIk'](_0x51179d[_0x2141(0x67)](_0xeb1fd6=_0x51179d[_0x2141(0x68)](getApiConfig),null)||_0x51179d['mTJgF'](_0xeb1fd6,void 0x0)?void 0x0:_0xeb1fd6[_0x2141(0x69)],_0x2ab2d3)))_0x2eed20();else{if(isApiKeyInitialized()){if(_0x2141(0x6a)!==_0x51179d[_0x2141(0x6b)])_0x51179d[_0x2141(0x6c)](_0x7eac37,!![]),_0x51179d[_0x2141(0x6d)](_0x1cec50,![]),enableLogging&&console['log'](_0x2141(0x6e));else{_0x13259e(![]),_0x5e2c2e[_0x2141(0x6f)](_0x36754d,_0x286d2b);if(_0x50ed95){const _0x43e6a0=_0x5e2c2e[_0x2141(0x70)][_0x2141(0x71)]('|');let _0x38197d=0x0;while(!![]){switch(_0x43e6a0[_0x38197d++]){case'0':_0x135429[_0x2141(0x46)](_0x5e2c2e['gMLaK']);continue;case'1':_0x896e72[_0x2141(0x60)]();continue;case'2':_0x2cfe5f[_0x2141(0x46)](_0x5e2c2e['tflNb']);continue;case'3':_0x5ad43c[_0x2141(0x46)](_0x5e2c2e[_0x2141(0x5a)]);continue;case'4':_0x145125['log'](_0x5e2c2e[_0x2141(0x5f)]);continue;case'5':_0x25dc24[_0x2141(0x5b)](_0x2141(0x3d));continue;case'6':_0x17248a[_0x2141(0x46)](_0x5e2c2e[_0x2141(0x5d)]);continue;}break;}}_0x38703c&&_0x5e2c2e[_0x2141(0x72)](_0x1ffd23,_0x2141(0x64)+_0x4f4ba9);}}}return()=>{_0x2453af=![];};},[_0x2ab2d3,environment,enableLogging,timeout,retryAttempts,_0x1f7a4c]),useImperativeHandle(_0x15236e,()=>({'openOverlay':_0x9245b8,'closeOverlay':_0x12acc9,'isInitialized':()=>_0x41fe1f,'getApiConfig':()=>getApiConfig()}));const _0x9245b8=_0x51179d[_0x2141(0x73)](useCallback,async()=>{const _0x37fa3b={'yVNsb':_0x51179d[_0x2141(0x74)],'TiXvY':_0x51179d['KZChW'],'nHuDy':function(_0x5b5e5a,_0x48a15c){return _0x51179d[_0x2141(0x32)](_0x5b5e5a,_0x48a15c);},'QrQkW':function(_0x524b77,_0x204eb2){return _0x524b77(_0x204eb2);},'qsYdy':function(_0x1f1405,_0x54ea5e){return _0x1f1405 instanceof _0x54ea5e;},'ZpVcI':'❌\x20Onairos\x20SDK:\x20API\x20key\x20initialization\x20failed:','yfQYi':_0x2141(0x3d),'PWpRV':_0x51179d[_0x2141(0x44)],'EIHpc':_0x51179d[_0x2141(0x3f)],'JlNAR':_0x51179d[_0x2141(0x40)],'HNIIB':function(_0x1cbe42,_0x30f8b8){return _0x51179d[_0x2141(0x6d)](_0x1cbe42,_0x30f8b8);},'SaIJS':_0x51179d[_0x2141(0x75)],'rBOWc':_0x51179d[_0x2141(0x76)]};if(_0x51179d[_0x2141(0x77)](_0x2141(0x78),_0x2141(0x78)))_0x50f5b1[_0x2141(0x46)](_0x2141(0x52));else{console[_0x2141(0x46)](_0x51179d[_0x2141(0x79)],_0x41fe1f,_0x51179d[_0x2141(0x7a)],_0x495b7b,_0x51179d[_0x2141(0x7b)],_0x45faeb);try{if(_0x51179d[_0x2141(0x7c)](_0x51179d[_0x2141(0x7d)],_0x51179d[_0x2141(0x7e)])){if(!_0x41fe1f){if(_0x51179d[_0x2141(0x7f)]==='zWGaD'){const _0x3f6dc0=_0x51179d[_0x2141(0x80)](_0x3fa00d,_0x51179d[_0x2141(0x81)]);console['error'](_0x51179d[_0x2141(0x75)]);if(_0x1f7a4c)_0x51179d[_0x2141(0x82)](_0x1f7a4c,_0x3f6dc0);else{if(_0x51179d[_0x2141(0x67)](_0x2141(0x83),_0x2141(0x83)))Alert[_0x2141(0x84)](_0x51179d[_0x2141(0x76)],_0x3f6dc0,[{'text':'OK'}]);else{_0x14f11e[_0x2141(0x55)](_0x51179d[_0x2141(0x85)],_0x5a7995);_0xb7337&&_0x51179d[_0x2141(0x42)](_0x3b8fb2,_0x2141(0x63)+_0x327925[_0x2141(0x53)]);return;}}return;}else _0xb1b324[_0x2141(0x46)](_0x51179d[_0x2141(0x86)]);}if(_0x4de601){enableLogging&&(_0x51179d['ESiIj'](_0x2141(0x87),_0x51179d[_0x2141(0x88)])?Alert[_0x2141(0x84)](_0x2141(0x89),'Onairos\x20SDK\x20initialization\x20failed:\x0a\x0a'+_0x1b9649+_0x2141(0x8a),[{'text':'OK'}]):console[_0x2141(0x46)](_0x2141(0x8b)));try{if(_0x51179d[_0x2141(0x37)](_0x51179d['RKdwL'],'JIwOH')){const _0x2e21fc=await _0x51179d['mUJXf'](_0x4de601);if(!_0x2e21fc){if(_0x51179d[_0x2141(0x8c)]===_0x51179d[_0x2141(0x8c)]){enableLogging&&(_0x51179d['MiMYt']!==_0x51179d[_0x2141(0x8d)]?console[_0x2141(0x46)]('⛔\x20Pre-check\x20failed,\x20aborting\x20overlay'):_0x2913f7['log'](_0x37fa3b['yVNsb'],_0x5cac52));return;}else throw new _0x427117(_0x37fa3b[_0x2141(0x8e)]);}enableLogging&&console[_0x2141(0x46)](_0x51179d['OryVH']);}else _0x37fa3b[_0x2141(0x8f)](_0x384331,![]);}catch(_0x331b34){console[_0x2141(0x55)](_0x51179d[_0x2141(0x85)],_0x331b34);_0x1f7a4c&&(_0x51179d['lvETd'](_0x51179d['IYget'],_0x2141(0x90))?_0x51179d[_0x2141(0x42)](_0x1f7a4c,_0x2141(0x63)+_0x331b34['message']):_0x37fa3b[_0x2141(0x91)](_0x5acf4c,_0x544fe0));return;}}enableLogging&&console[_0x2141(0x46)](_0x51179d[_0x2141(0x92)]);const _0x2b2cd5=await _0x51179d[_0x2141(0x93)](hasCredentials);if(_0x2b2cd5){enableLogging&&console[_0x2141(0x46)](_0x51179d['GYRuB']);try{const _0x28b4ed=await _0x51179d[_0x2141(0x93)](getCredentials);if(_0x51179d[_0x2141(0x94)](_0x28b4ed,_0x28979e)){if('mxnru'===_0x51179d[_0x2141(0x95)]){const _0x44f784=API_CONFIG['BASE_URL']+'/user/data',_0xf7f09e='existing_user_token';enableLogging&&console[_0x2141(0x46)](_0x51179d['fKUhb']);_0x51179d[_0x2141(0x96)](_0x28979e,_0x44f784,_0xf7f09e,_0x28b4ed);return;}else _0x51179d[_0x2141(0x30)](_0x51a452,_0x2e8e94);}}catch(_0x430c52){console[_0x2141(0x97)](_0x51179d[_0x2141(0x98)],_0x430c52);}}enableLogging&&console[_0x2141(0x46)](_0x51179d[_0x2141(0x99)]),_0x259c8b(!![]);}else{const _0x18ca9e=_0x37fa3b[_0x2141(0x9a)](_0x196fda,_0xc0dd0a)?_0x1309bd[_0x2141(0x53)]:_0x2141(0x54);_0x4f78cd['error'](_0x37fa3b[_0x2141(0x9b)],_0x18ca9e),_0x4ba6c9&&(_0x37fa3b['nHuDy'](_0x3455ae,![]),_0x1ba07c(_0x18ca9e),_0x67c329&&(_0x3e61f0[_0x2141(0x5b)](_0x37fa3b[_0x2141(0x9c)]),_0x2d4279[_0x2141(0x46)]('1.\x20Check\x20that\x20your\x20API\x20key\x20is\x20correct\x20and\x20not\x20expired'),_0x2cf076[_0x2141(0x46)]('2.\x20Verify\x20you\x20have\x20the\x20right\x20permissions\x20for\x20your\x20use\x20case'),_0x2c2eb6['log'](_0x37fa3b[_0x2141(0x9d)]),_0x1d794a[_0x2141(0x46)](_0x37fa3b[_0x2141(0x9e)]),_0x52a4ed[_0x2141(0x46)](_0x37fa3b[_0x2141(0x9f)]),_0x19958f[_0x2141(0x60)]()),_0x25db40&&_0x37fa3b[_0x2141(0xa0)](_0x14b5ba,'SDK\x20initialization\x20failed:\x20'+_0x18ca9e));}}catch(_0x2f7525){if(_0x2141(0xa1)!==_0x51179d[_0x2141(0xa2)])console[_0x2141(0x55)](_0x51179d[_0x2141(0xa3)],_0x2f7525),_0x1f7a4c&&_0x51179d['UoDWA'](_0x1f7a4c,_0x2141(0xa4)+_0x2f7525['message']);else{const _0x4af261=_0x571f13||'SDK\x20not\x20initialized.\x20Please\x20check\x20your\x20API\x20key.';_0x78d8ec[_0x2141(0x55)](_0x37fa3b[_0x2141(0xa5)]);_0x544400?_0x37fa3b[_0x2141(0x8f)](_0x5cd76d,_0x4af261):Alert[_0x2141(0x84)](_0x37fa3b[_0x2141(0xa6)],_0x4af261,[{'text':'OK'}]);return;}}}},[_0x41fe1f,_0x3fa00d,_0x4de601,enableLogging,_0x1f7a4c,_0x28979e]),_0x12acc9=_0x51179d[_0x2141(0x73)](useCallback,_0x1858a4=>{console[_0x2141(0x46)](_0x51179d[_0x2141(0xa7)],_0x1858a4),_0x51179d[_0x2141(0xa8)](_0x259c8b,![]),console['log'](_0x51179d[_0x2141(0xa9)]),_0x51179d['HUmwX'](_0x1858a4,_0x28979e)&&_0x51179d[_0x2141(0xaa)](_0x28979e,_0x1858a4['apiUrl'],_0x1858a4[_0x2141(0xab)],_0x1858a4[_0x2141(0xac)]);},[enableLogging,_0x28979e]),_0x154007=useCallback(_0x221fec=>{const _0x2dc3eb={'Jpdnt':_0x51179d[_0x2141(0x98)],'NXXDk':_0x51179d[_0x2141(0xad)],'ZkJdO':_0x51179d[_0x2141(0xae)],'jIAZN':_0x51179d[_0x2141(0x3c)],'VNAdG':_0x2141(0xaf)};if(_0x51179d['YotWu']==='JXaTs')_0x3296bc[_0x2141(0x97)](_0x2dc3eb[_0x2141(0xb0)],_0x4a3f71);else{if(enableLogging){if(_0x51179d['QmWpc']('VjGSb',_0x51179d['fEXTC']))return React[_0x2141(0xb1)](View,{'style':_0x3c1259['errorContainer']},React[_0x2141(0xb1)](TouchableOpacity,{'style':[_0x377691[_0x2141(0xb2)],{'backgroundColor':_0x51179d[_0x2141(0xb3)]}],'onPress':()=>{Alert[_0x2141(0x84)]('SDK\x20Error',_0x2141(0xb4)+_0x3a11d1+_0x2141(0x8a),[{'text':'OK'}]);}},React[_0x2141(0xb1)](Text,{'style':_0xb94bd['errorButtonText']},_0x51179d[_0x2141(0xb5)])));else console[_0x2141(0x46)](_0x51179d['kBwjx'],_0x221fec);}_0x51179d['ktbdL'](_0x259c8b,![]);if(_0x1f7a4c){if(_0x51179d[_0x2141(0xb6)](_0x51179d[_0x2141(0xb7)],_0x51179d[_0x2141(0xb7)])){const _0x5e6864=_0x2dc3eb[_0x2141(0xb8)][_0x2141(0x71)]('|');let _0x27f321=0x0;while(!![]){switch(_0x5e6864[_0x27f321++]){case'0':_0x5c50d2[_0x2141(0x46)](_0x2141(0x3e));continue;case'1':_0x2f7721[_0x2141(0x5b)](_0x2dc3eb['ZkJdO']);continue;case'2':_0x418075['log']('4.\x20Check\x20your\x20internet\x20connection');continue;case'3':_0x3fd245[_0x2141(0x46)](_0x2dc3eb[_0x2141(0xb9)]);continue;case'4':_0x418c0f[_0x2141(0x60)]();continue;case'5':_0x326d73[_0x2141(0x46)](_0x2dc3eb[_0x2141(0xba)]);continue;case'6':_0x2ffc89[_0x2141(0x46)]('3.\x20Ensure\x20your\x20environment\x20setting\x20matches\x20your\x20API\x20key');continue;}break;}}else _0x51179d['tZlrx'](_0x1f7a4c,_0x221fec);}}},[enableLogging,_0x1f7a4c]);if(_0x51179d[_0x2141(0xbb)](_0x3fa00d,!_0x495b7b)){if(_0x51179d[_0x2141(0xbc)](_0x2141(0x29),_0x51179d[_0x2141(0xbd)]))return React[_0x2141(0xb1)](View,{'style':styles[_0x2141(0xbe)]},React[_0x2141(0xb1)](TouchableOpacity,{'style':[styles[_0x2141(0xb2)],{'backgroundColor':_0x51179d[_0x2141(0xb3)]}],'onPress':()=>{if(_0x51179d[_0x2141(0xb6)](_0x51179d[_0x2141(0xbf)],_0x51179d[_0x2141(0xbf)])){const _0x48596e={'width':_0x2ddb84,'height':_0x28587d,'backgroundColor':_0x38f3f8,'borderRadius':_0x51179d[_0x2141(0xc0)](_0x3a09fa,_0x2141(0xc1))?_0x51179d[_0x2141(0xc2)](_0x32f270,0x2):0x8,'alignItems':_0x51179d[_0x2141(0xc3)],'justifyContent':_0x51179d[_0x2141(0xc3)],'flexDirection':_0x51179d[_0x2141(0xc4)],'opacity':_0x55654f?0x1:0.6};return _0x315476&&(_0x48596e[_0x2141(0xc5)]=0x2,_0x48596e[_0x2141(0xc6)]=_0x59a81a?_0x51179d[_0x2141(0xc7)]:_0x51179d[_0x2141(0xc8)]),_0x48596e;}else Alert[_0x2141(0x84)](_0x51179d[_0x2141(0x76)],'Onairos\x20SDK\x20initialization\x20failed:\x0a\x0a'+_0x3fa00d+_0x2141(0x8a),[{'text':'OK'}]);}},React[_0x2141(0xb1)](Text,{'style':styles[_0x2141(0xc9)]},_0x51179d[_0x2141(0xb5)])));else _0xd33f93();}if(_0x51179d[_0x2141(0x80)](_0x495b7b,!_0x41fe1f))return React[_0x2141(0xb1)](View,{'style':styles[_0x2141(0xca)]},React[_0x2141(0xb1)](TouchableOpacity,{'style':[styles['loadingButton'],{'backgroundColor':_0x2141(0xcb)}],'disabled':!![]},React[_0x2141(0xb1)](Text,{'style':styles[_0x2141(0xcc)]},_0x51179d[_0x2141(0xcd)])));const _0x1ab0af=()=>{const _0x314d8f={'width':buttonWidth,'height':buttonHeight,'backgroundColor':color,'borderRadius':_0x51179d[_0x2141(0xce)](buttonType,'pill')?buttonHeight/0x2:0x8,'alignItems':_0x51179d[_0x2141(0xc3)],'justifyContent':_0x51179d[_0x2141(0xc3)],'flexDirection':_0x51179d['XiMbs'],'opacity':enabled?0x1:0.6};return hasStroke&&(_0x314d8f[_0x2141(0xc5)]=0x2,_0x314d8f[_0x2141(0xc6)]=darkMode?_0x51179d[_0x2141(0xc7)]:_0x51179d[_0x2141(0xc8)]),_0x314d8f;},_0x1f25ea=()=>{const _0x4677fd={'tWYnU':_0x51179d[_0x2141(0xcf)]};if(_0x51179d[_0x2141(0xce)](_0x51179d[_0x2141(0xd0)],_0x51179d[_0x2141(0xd0)]))switch(buttonForm){case _0x51179d[_0x2141(0xd1)]:return _0x51179d[_0x2141(0xd2)];default:return _0x2141(0x23);}else switch(_0x20c829){case _0x2141(0x24):return'Connect\x20with\x20Onairos';default:return _0x4677fd[_0x2141(0xd3)];}};return React[_0x2141(0xb1)](React[_0x2141(0xd4)],null,React[_0x2141(0xb1)](TouchableOpacity,{'style':_0x51179d[_0x2141(0xd5)](_0x1ab0af),'onPress':_0x9245b8,'disabled':_0x51179d[_0x2141(0x80)](!enabled,_0x495b7b)||!_0x41fe1f,'activeOpacity':0.8},React[_0x2141(0xb1)](Image,{'source':BRAND_IMAGES['onairosLogoAlt'],'style':styles[_0x2141(0xd6)],'resizeMode':_0x51179d[_0x2141(0xd7)]}),React[_0x2141(0xb1)](Text,{'style':[styles[_0x2141(0xd8)],{'color':darkMode?_0x51179d['ETnSy']:_0x51179d[_0x2141(0xc7)]}]},_0x51179d['PpedR'](_0x1f25ea))),React['createElement'](UniversalOnboarding,{'visible':_0x45faeb,'onClose':_0x12acc9,'AppName':_0x1acfc3,'requestData':_0x1c2e3c||{},'returnLink':_0xea3e42,'onComplete':_0x12acc9,'embedd':![],'debug':debug,'testMode':testMode,'preferredPlatform':_0x19532b}));});const styles=StyleSheet[_0x2141(0xd9)]({'button':{'flexDirection':_0x2141(0xda),'alignItems':_0x2141(0x1f),'justifyContent':_0x2141(0x1f),'paddingVertical':0xc,'paddingHorizontal':0x10,'shadowColor':_0x2141(0x21),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.1,'shadowRadius':0x4,'elevation':0x2},'buttonContent':{'flexDirection':_0x2141(0xda),'alignItems':_0x2141(0x1f),'justifyContent':_0x2141(0x1f)},'logo':{'width':0x18,'height':0x18,'marginRight':0x8},'buttonText':{'fontSize':0x10,'fontWeight':_0x2141(0xdb),'textAlign':'center'},'errorContainer':{'flex':0x1,'justifyContent':_0x2141(0x1f),'alignItems':_0x2141(0x1f)},'errorButton':{'padding':0x10,'borderRadius':0x8},'errorButtonText':{'fontSize':0x10,'fontWeight':'600','color':_0x2141(0x20)},'loadingContainer':{'flex':0x1,'justifyContent':_0x2141(0x1f),'alignItems':_0x2141(0x1f)},'loadingButton':{'padding':0x10,'borderRadius':0x8},'loadingButtonText':{'fontSize':0x10,'fontWeight':'600','color':'#fff'}});
1
+ import React,{forwardRef,useImperativeHandle,useState,useCallback,useEffect}from'react';import{StyleSheet,View,TouchableOpacity,Text,Image,Alert}from'react-native';import{UniversalOnboarding}from'./UniversalOnboarding';import{COLORS}from'../constants';function _0x3cf8(){const _0x1edb8e=['✅\x20Onairos\x20SDK:\x20API\x20key\x20initialization\x20completed\x20successfully','🔧\x20API\x20Key\x20Troubleshooting\x20Guide','2.\x20Verify\x20you\x20have\x20the\x20right\x20permissions\x20for\x20your\x20use\x20case','5.\x20Visit\x20https://dashboard.onairos.uk\x20to\x20manage\x20your\x20API\x20keys','✅\x20Resolving\x20with\x20existing\x20credentials','#fff','🚀\x20Onairos\x20SDK:\x20Starting\x20API\x20key\x20initialization...','3.\x20Ensure\x20your\x20environment\x20setting\x20matches\x20your\x20API\x20key','DHWYm','GvtvW','BZkzV','aRMbD','✅\x20Onairos\x20component:\x20SDK\x20already\x20initialized,\x20syncing\x20state','🔽\x20showOverlay\x20set\x20to\x20false','🔘\x20Button\x20pressed!\x20isInitialized:','showOverlay:','SDK\x20not\x20initialized.\x20Please\x20check\x20your\x20API\x20key.','❌\x20Cannot\x20open\x20overlay:\x20SDK\x20not\x20initialized','SDK\x20Error','MgLpG','UXUmV','✅\x20Pre-check\x20passed','❌\x20Pre-check\x20error:','🔍\x20Checking\x20for\x20existing\x20credentials...','LDEqE','WOpHK','FgRtm','qLTqC','⚠️\x20Failed\x20to\x20retrieve\x20existing\x20credentials:','🎨\x20Opening\x20Onairos\x20overlay...','zlkDm','1.\x20Check\x20that\x20your\x20API\x20key\x20is\x20correct\x20and\x20not\x20expired','4.\x20Check\x20your\x20internet\x20connection','vgTcJ','uiZRA','❌\x20Overlay\x20rejected:','#000','Continue\x20with\x20Onairos','normal','default','production','#FF6B6B','bGqqk','🔄\x20Initializing...','contain','YEoPk','vDOJC','primary','Stndi','gGcbJ','UIuRU','cHoVj','ShMmu','❌\x20Onairos\x20SDK:\x20API\x20key\x20initialization\x20failed:','xqkHX','ocXgD','existing_user_token','xYtPs','JPmUM','WzfCL','bRwYu','TNekx','ssabc','IcQcv','iGCuC','IrAxf','gfxuY','yGIBj','XbBpK','iocXi','Reswt','UZtKc','SprVP','HppFl','QKCyE','YAiih','log','itcqb','MiOTJ','zqqvj','rxaoZ','KMHiS','length','YJBDU','CpwEI','zEPGW','RPMab','center','cnfNr','row','borderWidth','borderColor','bXcat','NZxDg','gFvlX','oOQzS','OzddZ','OLVII','qkMze','daDlP','6|4|5|0|2|1|3','split','DeyGs','evtzl','groupEnd','bInlM','group','fNidt','alert','Onairos\x20SDK\x20initialization\x20failed:\x0a\x0a','\x0a\x0aPlease\x20check\x20your\x20API\x20key\x20and\x20try\x20again.','OErVK','message','SDK\x20initialization\x20failed:\x20','/user/data','eUHQp','PGBJC','BOLqf','ogWKj','KaKhQ','apiKey','YpBee','pVHGm','lHrds','hUcqL','zIXRf','vCWWS','JpMgq','zVviW','rBJBD','UhRov','error','mEsdy','yDpKt','TABPA','HryOc','FDnxN','UqIKr','zMgcC','nEFsD','dMmEL','WvnJG','wEZKz','eDZVh','kmowC','lrpnk','tcbQf','beiQW','Pre-check\x20failed:\x20','HdPoP','HmOHY','fYVxD','Zgbhx','gXPoj','lQuPs','DauYJ','ScyKW','dvEbe','gyZtR','BASE_URL','DZGbm','SZzeq','aROxL','Failed\x20to\x20open\x20overlay:\x20','EnYHk','tcDan','FHCaa','xhjzZ','Azryr','rhYAg','RHLqi','JinFp','vioRl','apiUrl','userData','JcntV','NrITJ','5|0|1|6|4|2|3','NyZko','dXPbI','vgyhN','errorContainer','errorButton','EwaAH','API\x20key\x20is\x20required.\x20Please\x20provide\x20a\x20valid\x20API\x20key\x20from\x20your\x20Onairos\x20dashboard.','createElement','errorButtonText','CDiCH','loadingContainer','loadingButton','#999','loadingButtonText','zdQyw','nsiUU','gLhOZ','LfFEy','EVdhR','nfLuz','bPcGz','ZSlFU','Arvnh','ZnXtR','connect','kiTTz','LiNyZ','CjghA','Fragment','wVYlo','onairosLogoAlt','logo','tbNsB','buttonText','KoifN','600'];_0x3cf8=function(){return _0x1edb8e;};return _0x3cf8();}import{hasCredentials,getCredentials}from'../utils/secureStorage';function _0x1b4e(_0x3cf8b4,_0x1b4e82){_0x3cf8b4=_0x3cf8b4-0x0;const _0x252ff7=_0x3cf8();let _0x31cfef=_0x252ff7[_0x3cf8b4];return _0x31cfef;}import{initializeApiKey,isApiKeyInitialized,getApiConfig}from'../services/apiKeyService';import{API_CONFIG}from'../config/api';import{BRAND_IMAGES}from'../utils/assetRegistry';export const Onairos=forwardRef((_0x53f0b9,_0x17d1f7)=>{const _0x44b22f={'zIXRf':function(_0x207f97,_0x2ce140){return _0x207f97(_0x2ce140);},'zvywC':_0x1b4e(0x0),'ShMmu':'📊\x20Configuration:','Iaxcl':'Unknown\x20initialization\x20error','dXPbI':_0x1b4e(0x1),'xqkHX':_0x1b4e(0x2),'ocXgD':_0x1b4e(0x3),'xYtPs':_0x1b4e(0x4),'JPmUM':function(_0x1b756f,_0x232ee,_0x413bfb,_0x208001){return _0x1b756f(_0x232ee,_0x413bfb,_0x208001);},'WzfCL':'pill','bRwYu':function(_0x39208a,_0xa16d43){return _0x39208a/_0xa16d43;},'TNekx':'center','ssabc':_0x1b4e(0x5),'IcQcv':function(_0x3c3dec,_0xa26bd7){return _0x3c3dec!==_0xa26bd7;},'lOyeR':'GmQLK','jjcGc':function(_0x2afb99,_0x2b2e41){return _0x2afb99(_0x2b2e41);},'aYzvQ':_0x1b4e(0x6),'iGCuC':'HaJGK','IrAxf':function(_0x49bdaa,_0x1d015e){return _0x49bdaa(_0x1d015e);},'gfxuY':_0x1b4e(0x7),'yGIBj':_0x1b4e(0x8),'zBxpf':_0x1b4e(0x9),'LFElc':_0x1b4e(0xa),'ogWKj':function(_0x1501ec){return _0x1501ec();},'KaKhQ':function(_0x5e2ada,_0xb4e735){return _0x5e2ada===_0xb4e735;},'wIrVF':function(_0x322362){return _0x322362();},'jhWRa':function(_0xb8eea7){return _0xb8eea7();},'QavzB':function(_0x1d635c,_0x4d78b7){return _0x1d635c!==_0x4d78b7;},'YpBee':_0x1b4e(0xb),'pVHGm':_0x1b4e(0xc),'gGcbJ':function(_0x5e2bdd,_0x322a37){return _0x5e2bdd(_0x322a37);},'RHLqi':'🔽\x20Closing\x20Onairos\x20overlay,\x20result:','JinFp':function(_0x26d54e,_0x573d06){return _0x26d54e(_0x573d06);},'JcntV':_0x1b4e(0xd),'vioRl':function(_0x41c8dd,_0x56b5f6){return _0x41c8dd&&_0x56b5f6;},'hUcqL':function(_0x2e5488,_0x153e0f){return _0x2e5488(_0x153e0f);},'NMDOb':'🔑\x20Existing\x20credentials\x20found,\x20attempting\x20automatic\x20resolution...','vCWWS':_0x1b4e(0xe),'JpMgq':'isInitializing:','zVviW':_0x1b4e(0xf),'rBJBD':function(_0x3ab604,_0x28e18e){return _0x3ab604||_0x28e18e;},'UhRov':_0x1b4e(0x10),'mEsdy':_0x1b4e(0x11),'VDebD':_0x1b4e(0x12),'yDpKt':'🔍\x20Running\x20pre-check\x20validation...','TABPA':function(_0x2ced0c,_0x493084){return _0x2ced0c===_0x493084;},'HryOc':_0x1b4e(0x13),'nEFsD':function(_0x41f76a){return _0x41f76a();},'dMmEL':'oEqVk','WvnJG':'ZcjbH','wEZKz':function(_0x5796c8,_0x374977){return _0x5796c8===_0x374977;},'kmowC':_0x1b4e(0x14),'lrpnk':'⛔\x20Pre-check\x20failed,\x20aborting\x20overlay','tcbQf':_0x1b4e(0x15),'beiQW':_0x1b4e(0x16),'UIuRU':function(_0x43eac9,_0x3bd7ae){return _0x43eac9(_0x3bd7ae);},'HdPoP':function(_0x343a52,_0x1f9814){return _0x343a52!==_0x1f9814;},'HmOHY':'BxAgR','Zgbhx':_0x1b4e(0x17),'lQuPs':function(_0x4dfc68){return _0x4dfc68();},'DauYJ':_0x1b4e(0x18),'ScyKW':function(_0x50f921,_0x5c84fe){return _0x50f921&&_0x5c84fe;},'dvEbe':function(_0x3fa5fe,_0x853610){return _0x3fa5fe===_0x853610;},'gyZtR':_0x1b4e(0x19),'DZGbm':_0x1b4e(0x1a),'SZzeq':_0x1b4e(0x1b),'EnYHk':function(_0xf79b3f,_0x1478e0,_0x38b64d,_0xaf52){return _0xf79b3f(_0x1478e0,_0x38b64d,_0xaf52);},'FHCaa':_0x1b4e(0x1c),'xhjzZ':_0x1b4e(0x1d),'QPNKX':function(_0x496bbf,_0xf50953){return _0x496bbf(_0xf50953);},'Azryr':'❌\x20Error\x20opening\x20overlay:','rhYAg':function(_0x8a8332,_0x58d8ee){return _0x8a8332!==_0x58d8ee;},'dacru':_0x1b4e(0x1e),'MmqDu':_0x1b4e(0x1f),'NyZko':_0x1b4e(0x20),'wGdQI':_0x1b4e(0x21),'NrITJ':_0x1b4e(0x22),'ZSlFU':_0x1b4e(0x23),'vgyhN':function(_0x3861fc,_0x3f2875){return _0x3861fc(_0x3f2875);},'GOsMs':'UXTTF','HtEYy':function(_0x5f0b57,_0x1c8d0d){return _0x5f0b57===_0x1c8d0d;},'nsiUU':'row','EVdhR':_0x1b4e(0x24),'Arvnh':function(_0x5d47be,_0x1287b6){return _0x5d47be===_0x1287b6;},'ZnXtR':'mXLGz','kiTTz':'Connect\x20with\x20Onairos','LiNyZ':_0x1b4e(0x25),'YEoPk':_0x1b4e(0x26),'vDOJC':_0x1b4e(0x27),'Stndi':_0x1b4e(0x28),'cHoVj':function(_0x4a92b3,_0x4408d0,_0x1794cc){return _0x4a92b3(_0x4408d0,_0x1794cc);},'lHrds':function(_0x325854,_0x4eb0b3,_0x432335){return _0x325854(_0x4eb0b3,_0x432335);},'TCvKu':function(_0x330c96,_0x519d10,_0x3ed749){return _0x330c96(_0x519d10,_0x3ed749);},'iNCoo':function(_0x3d4f00,_0x4b795f,_0x457946){return _0x3d4f00(_0x4b795f,_0x457946);},'EwaAH':_0x1b4e(0x29),'ehXXF':'⚠️\x20SDK\x20Error','CDiCH':_0x1b4e(0x2a),'zdQyw':_0x1b4e(0x2b),'wVYlo':function(_0x37ba03,_0x47ba8a){return _0x37ba03||_0x47ba8a;},'tbNsB':_0x1b4e(0x2c),'KoifN':function(_0x1b15ca,_0x56f2ab){return _0x1b15ca||_0x56f2ab;}},{returnLink:_0x2d9905,prefillUrl:_0x4299c5,AppName:_0x2dbcca,buttonType:buttonType=_0x44b22f[_0x1b4e(0x2d)],requestData:_0x3503fd,buttonWidth:buttonWidth=0xc8,buttonHeight:buttonHeight=0x30,hasStroke:hasStroke=![],enabled:enabled=!![],buttonForm:buttonForm=_0x44b22f[_0x1b4e(0x2e)],onRejection:_0x510e67,onResolved:_0x14f44e,preCheck:_0x2cecf5,color:color=COLORS[_0x1b4e(0x2f)],debug:debug=![],darkMode:darkMode=![],preferredPlatform:_0x4df0c4,testMode:testMode=![],apiKey:_0x2dab5c,environment:environment=_0x44b22f[_0x1b4e(0x30)],enableLogging:enableLogging=!![],timeout:timeout=0x7530,retryAttempts:retryAttempts=0x3}=_0x53f0b9,[_0x300639,_0x3fdc70]=useState(![]),[_0x59610b,_0x2fb401]=_0x44b22f[_0x1b4e(0x31)](useState,![]),[_0x2ea443,_0x1e6efc]=useState(null),[_0x4215d0,_0x5928ba]=_0x44b22f[_0x1b4e(0x32)](useState,![]);_0x44b22f[_0x1b4e(0x33)](useEffect,()=>{const _0x213031={'UZtKc':function(_0x58fe5a,_0x5856cd){return _0x44b22f['zIXRf'](_0x58fe5a,_0x5856cd);},'rxaoZ':_0x44b22f['zvywC'],'KMHiS':_0x44b22f[_0x1b4e(0x34)],'IXKLH':function(_0x2c5adb,_0x471e86){return _0x2c5adb instanceof _0x471e86;},'NZxDg':_0x44b22f['Iaxcl'],'gFvlX':_0x1b4e(0x35),'fNidt':_0x44b22f['dXPbI'],'bInlM':_0x44b22f[_0x1b4e(0x36)],'evtzl':_0x44b22f[_0x1b4e(0x37)],'eUHQp':_0x1b4e(0x38),'PGBJC':_0x44b22f[_0x1b4e(0x39)],'BOLqf':function(_0x142a8b,_0x382cf3,_0x574994,_0xc47d22){return _0x44b22f[_0x1b4e(0x3a)](_0x142a8b,_0x382cf3,_0x574994,_0xc47d22);},'XbBpK':_0x44b22f[_0x1b4e(0x3b)],'LeUQF':function(_0x174b62,_0x30b37b){return _0x44b22f[_0x1b4e(0x3c)](_0x174b62,_0x30b37b);},'iocXi':_0x44b22f[_0x1b4e(0x3d)],'sFnxg':_0x44b22f[_0x1b4e(0x3e)],'Reswt':_0x1b4e(0x24),'SprVP':function(_0x51326e,_0x24c32c){return _0x44b22f[_0x1b4e(0x3f)](_0x51326e,_0x24c32c);},'HppFl':_0x44b22f['lOyeR'],'YAiih':function(_0x164270,_0x1625c7){return _0x44b22f['jjcGc'](_0x164270,_0x1625c7);},'itcqb':_0x44b22f['aYzvQ'],'MiOTJ':'API\x20key\x20is\x20required.\x20Please\x20provide\x20a\x20valid\x20API\x20key\x20from\x20your\x20Onairos\x20dashboard.','oOQzS':function(_0x17bb25,_0x43568f){return _0x17bb25===_0x43568f;},'OzddZ':_0x44b22f[_0x1b4e(0x40)],'OLVII':function(_0x6b0a8b,_0x686f31){return _0x44b22f[_0x1b4e(0x41)](_0x6b0a8b,_0x686f31);},'qkMze':function(_0x454262,_0x5c6b7f){return _0x454262(_0x5c6b7f);},'DeyGs':_0x44b22f[_0x1b4e(0x42)],'OErVK':_0x44b22f[_0x1b4e(0x43)]};if(_0x44b22f['zBxpf']!==_0x44b22f['LFElc']){var _0x2d8c12;let _0x1bd181=!![];const _0x38f47c=async()=>{const _0x263c86={'CpwEI':function(_0xb533dc,_0x19553d){return _0xb533dc===_0x19553d;},'zEPGW':_0x213031[_0x1b4e(0x44)],'RPMab':function(_0x27a02e,_0x8c781){return _0x213031['LeUQF'](_0x27a02e,_0x8c781);},'cnfNr':_0x213031[_0x1b4e(0x45)],'bXcat':_0x213031['sFnxg'],'fyQmV':_0x213031[_0x1b4e(0x46)],'VwcPh':function(_0x3c9eb4,_0x5f01ba){return _0x213031[_0x1b4e(0x47)](_0x3c9eb4,_0x5f01ba);}};if(_0x213031[_0x1b4e(0x48)](_0x213031[_0x1b4e(0x49)],_0x1b4e(0x4a))){if(_0x4215d0)return;_0x5928ba(!![]),_0x213031[_0x1b4e(0x4b)](_0x1e6efc,null);try{console[_0x1b4e(0x4c)](_0x213031[_0x1b4e(0x4d)]);if(!_0x2dab5c)throw new Error(_0x213031[_0x1b4e(0x4e)]);const _0x44c192={'apiKey':_0x2dab5c,'environment':environment,'enableLogging':enableLogging,'timeout':timeout,'retryAttempts':retryAttempts};await _0x213031[_0x1b4e(0x47)](initializeApiKey,_0x44c192),_0x1bd181&&(_0x1b4e(0x4f)!=='SvWMR'?(_0x213031[_0x1b4e(0x47)](_0x2fb401,!![]),_0x213031[_0x1b4e(0x47)](_0x1e6efc,null),enableLogging&&(console['log'](_0x213031[_0x1b4e(0x50)]),console[_0x1b4e(0x4c)](_0x213031[_0x1b4e(0x51)],{'environment':environment,'enableLogging':enableLogging,'timeout':timeout,'retryAttempts':retryAttempts,'apiKeyLength':_0x2dab5c[_0x1b4e(0x52)]}))):(_0x213031[_0x1b4e(0x47)](_0x906020,!![]),_0x3bf918(null),_0x43dfbb&&(_0x3b0e0c[_0x1b4e(0x4c)](_0x213031[_0x1b4e(0x50)]),_0x2ecfb1[_0x1b4e(0x4c)](_0x213031[_0x1b4e(0x51)],{'environment':_0x22d6f9,'enableLogging':_0x3b7dab,'timeout':_0xa2d19e,'retryAttempts':_0x49452c,'apiKeyLength':_0x2dcd2b['length']}))));}catch(_0xccfccf){if(_0x213031['SprVP'](_0x1b4e(0x53),_0x1b4e(0x53))){const _0x42bde2={'width':_0xae1c5,'height':_0x19691a,'backgroundColor':_0x58cf93,'borderRadius':_0x263c86[_0x1b4e(0x54)](_0x380f67,_0x263c86[_0x1b4e(0x55)])?_0x263c86[_0x1b4e(0x56)](_0x580130,0x2):0x8,'alignItems':_0x1b4e(0x57),'justifyContent':_0x263c86[_0x1b4e(0x58)],'flexDirection':_0x1b4e(0x59),'opacity':_0x4a6bd9?0x1:0.6};return _0x36af2f&&(_0x42bde2[_0x1b4e(0x5a)]=0x2,_0x42bde2[_0x1b4e(0x5b)]=_0x3e1077?_0x263c86[_0x1b4e(0x5c)]:_0x263c86['fyQmV']),_0x42bde2;}else{const _0x58349c=_0xccfccf instanceof Error?_0xccfccf['message']:_0x213031[_0x1b4e(0x5d)];console['error'](_0x213031[_0x1b4e(0x5e)],_0x58349c);if(_0x1bd181){if(_0x213031[_0x1b4e(0x5f)](_0x213031[_0x1b4e(0x60)],_0x213031['OzddZ'])){_0x213031[_0x1b4e(0x61)](_0x2fb401,![]),_0x213031[_0x1b4e(0x62)](_0x1e6efc,_0x58349c);if(enableLogging){if(_0x1b4e(0x63)!=='MboyP'){const _0x5bd389=_0x1b4e(0x64)[_0x1b4e(0x65)]('|');let _0x1bdeba=0x0;while(!![]){switch(_0x5bd389[_0x1bdeba++]){case'0':console[_0x1b4e(0x4c)](_0x213031[_0x1b4e(0x66)]);continue;case'1':console[_0x1b4e(0x4c)](_0x213031[_0x1b4e(0x67)]);continue;case'2':console[_0x1b4e(0x4c)](_0x1b4e(0x20));continue;case'3':console[_0x1b4e(0x68)]();continue;case'4':console['log'](_0x1b4e(0x1f));continue;case'5':console[_0x1b4e(0x4c)](_0x213031[_0x1b4e(0x69)]);continue;case'6':console[_0x1b4e(0x6a)](_0x213031[_0x1b4e(0x6b)]);continue;}break;}}else Alert[_0x1b4e(0x6c)]('SDK\x20Error',_0x1b4e(0x6d)+_0x5e6ebb+_0x1b4e(0x6e),[{'text':'OK'}]);}if(_0x510e67){if(_0x213031[_0x1b4e(0x6f)]===_0x213031[_0x1b4e(0x6f)])_0x510e67('SDK\x20initialization\x20failed:\x20'+_0x58349c);else{const _0x2b21d9=_0x213031['IXKLH'](_0x4c09ae,_0xd6a373)?_0x2c8257[_0x1b4e(0x70)]:_0x213031[_0x1b4e(0x5d)];_0x329cd9['error'](_0x213031[_0x1b4e(0x5e)],_0x2b21d9),_0x193424&&(_0x213031[_0x1b4e(0x47)](_0x2b606b,![]),_0x213031[_0x1b4e(0x47)](_0x7acadb,_0x2b21d9),_0xc7bafd&&(_0x98e7d9[_0x1b4e(0x6a)](_0x213031['fNidt']),_0x5517d6[_0x1b4e(0x4c)](_0x1b4e(0x1f)),_0xdb2535[_0x1b4e(0x4c)](_0x213031[_0x1b4e(0x69)]),_0xe3e457[_0x1b4e(0x4c)](_0x1b4e(0x7)),_0x44b777[_0x1b4e(0x4c)]('4.\x20Check\x20your\x20internet\x20connection'),_0x11c7a6[_0x1b4e(0x4c)](_0x213031[_0x1b4e(0x67)]),_0x5d975d['groupEnd']()),_0x2c5582&&_0x12bcc3(_0x1b4e(0x71)+_0x2b21d9));}}}else _0x263c86['VwcPh'](_0x817dc2,'SDK\x20initialization\x20failed:\x20'+_0x8140ca);}}}finally{_0x1bd181&&_0x5928ba(![]);}}else{const _0x33c6c3=_0x4edb17['BASE_URL']+_0x1b4e(0x72),_0x230744=_0x213031[_0x1b4e(0x73)];_0x26d979&&_0x1c497c['log'](_0x213031[_0x1b4e(0x74)]);_0x213031[_0x1b4e(0x75)](_0x184944,_0x33c6c3,_0x230744,_0x20d823);return;}};if(_0x2dab5c&&(!_0x44b22f[_0x1b4e(0x76)](isApiKeyInitialized)||(_0x44b22f['KaKhQ'](_0x2d8c12=_0x44b22f['wIrVF'](getApiConfig),null)||_0x44b22f[_0x1b4e(0x77)](_0x2d8c12,void 0x0)?void 0x0:_0x2d8c12[_0x1b4e(0x78)])!==_0x2dab5c))_0x44b22f['jhWRa'](_0x38f47c);else isApiKeyInitialized()&&(_0x2fb401(!![]),_0x5928ba(![]),enableLogging&&(_0x44b22f['QavzB'](_0x1b4e(0xb),_0x44b22f[_0x1b4e(0x79)])?_0x213031[_0x1b4e(0x61)](_0x2fd82e,_0x6d50ab):console[_0x1b4e(0x4c)](_0x44b22f[_0x1b4e(0x7a)])));return()=>{_0x1bd181=![];};}else _0x3f2827[_0x1b4e(0x4c)]('⛔\x20Pre-check\x20failed,\x20aborting\x20overlay');},[_0x2dab5c,environment,enableLogging,timeout,retryAttempts,_0x510e67]),_0x44b22f[_0x1b4e(0x7b)](useImperativeHandle,_0x17d1f7,()=>({'openOverlay':_0x2d8c7c,'closeOverlay':_0x5cb33e,'isInitialized':()=>_0x59610b,'getApiConfig':()=>getApiConfig()}));const _0x2d8c7c=_0x44b22f['TCvKu'](useCallback,async()=>{const _0x24a934={'UqIKr':_0x1b4e(0x5),'zMgcC':_0x1b4e(0x24),'gXPoj':_0x1b4e(0xc),'IEoWV':function(_0x232436,_0xd0c57){return _0x44b22f[_0x1b4e(0x7c)](_0x232436,_0xd0c57);},'aROxL':function(_0xaca892,_0x11f63a){return _0x44b22f[_0x1b4e(0x7d)](_0xaca892,_0x11f63a);},'tcDan':_0x44b22f['NMDOb']};console[_0x1b4e(0x4c)](_0x44b22f[_0x1b4e(0x7e)],_0x59610b,_0x44b22f[_0x1b4e(0x7f)],_0x4215d0,_0x44b22f[_0x1b4e(0x80)],_0x300639);try{if(!_0x59610b){const _0x4bfc49=_0x44b22f[_0x1b4e(0x81)](_0x2ea443,_0x44b22f[_0x1b4e(0x82)]);console[_0x1b4e(0x83)](_0x44b22f[_0x1b4e(0x84)]);_0x510e67?_0x44b22f[_0x1b4e(0x7c)](_0x510e67,_0x4bfc49):Alert['alert'](_0x44b22f['VDebD'],_0x4bfc49,[{'text':'OK'}]);return;}if(_0x2cecf5){enableLogging&&console[_0x1b4e(0x4c)](_0x44b22f[_0x1b4e(0x85)]);try{if(_0x44b22f[_0x1b4e(0x86)](_0x44b22f[_0x1b4e(0x87)],_0x1b4e(0x88)))_0x210340[_0x1b4e(0x5a)]=0x2,_0x107505[_0x1b4e(0x5b)]=_0x5a19bc?_0x24a934[_0x1b4e(0x89)]:_0x24a934[_0x1b4e(0x8a)];else{const _0x402d27=await _0x44b22f[_0x1b4e(0x8b)](_0x2cecf5);if(!_0x402d27){if(_0x44b22f[_0x1b4e(0x3f)](_0x44b22f[_0x1b4e(0x8c)],_0x44b22f[_0x1b4e(0x8d)])){enableLogging&&(_0x44b22f[_0x1b4e(0x8e)](_0x1b4e(0x8f),_0x44b22f[_0x1b4e(0x90)])?_0x39b98d&&_0x44b22f[_0x1b4e(0x31)](_0x3e3c45,![]):console[_0x1b4e(0x4c)](_0x44b22f[_0x1b4e(0x91)]));return;}else _0x44b22f['gGcbJ'](_0x2d0e69,'Pre-check\x20failed:\x20'+_0x109b17[_0x1b4e(0x70)]);}enableLogging&&console[_0x1b4e(0x4c)](_0x44b22f[_0x1b4e(0x92)]);}}catch(_0xf5849a){console['error'](_0x44b22f[_0x1b4e(0x93)],_0xf5849a);_0x510e67&&_0x44b22f[_0x1b4e(0x32)](_0x510e67,_0x1b4e(0x94)+_0xf5849a['message']);return;}}enableLogging&&(_0x44b22f[_0x1b4e(0x95)](_0x44b22f[_0x1b4e(0x96)],_0x1b4e(0x97))?console[_0x1b4e(0x4c)](_0x44b22f[_0x1b4e(0x98)]):_0x72d55e[_0x1b4e(0x4c)](_0x24a934[_0x1b4e(0x99)]));const _0x239873=await _0x44b22f[_0x1b4e(0x9a)](hasCredentials);if(_0x239873){if(_0x44b22f['DauYJ']!==_0x44b22f[_0x1b4e(0x9b)])_0x24a934['IEoWV'](_0x1c5b7d,_0x6e310c);else{enableLogging&&console[_0x1b4e(0x4c)](_0x44b22f['NMDOb']);try{const _0x34baea=await _0x44b22f[_0x1b4e(0x8b)](getCredentials);if(_0x44b22f[_0x1b4e(0x9c)](_0x34baea,_0x14f44e)){if(_0x44b22f[_0x1b4e(0x9d)](_0x44b22f['gyZtR'],_0x44b22f[_0x1b4e(0x9e)])){const _0x4abb16=API_CONFIG[_0x1b4e(0x9f)]+'/user/data',_0x3ec8ac=_0x1b4e(0x38);enableLogging&&(_0x44b22f['QavzB'](_0x44b22f[_0x1b4e(0xa0)],_0x44b22f[_0x1b4e(0xa1)])?console[_0x1b4e(0x4c)](_0x1b4e(0x4)):_0x24a934[_0x1b4e(0xa2)](_0x4ca714,_0x1b4e(0xa3)+_0x402a93[_0x1b4e(0x70)]));_0x44b22f[_0x1b4e(0xa4)](_0x14f44e,_0x4abb16,_0x3ec8ac,_0x34baea);return;}else _0x48d318[_0x1b4e(0x4c)](_0x24a934[_0x1b4e(0xa5)]);}}catch(_0x20e589){console['warn'](_0x44b22f[_0x1b4e(0xa6)],_0x20e589);}}}enableLogging&&console[_0x1b4e(0x4c)](_0x44b22f[_0x1b4e(0xa7)]),_0x44b22f['QPNKX'](_0x3fdc70,!![]);}catch(_0x2c83da){console[_0x1b4e(0x83)](_0x44b22f[_0x1b4e(0xa8)],_0x2c83da),_0x510e67&&(_0x44b22f[_0x1b4e(0xa9)]('sandz',_0x44b22f['dacru'])?_0x44b22f[_0x1b4e(0x7c)](_0x510e67,'Failed\x20to\x20open\x20overlay:\x20'+_0x2c83da[_0x1b4e(0x70)]):(_0x40f786[_0x1b4e(0x4c)](_0x44b22f[_0x1b4e(0xaa)],_0xe8bfef),_0x44b22f[_0x1b4e(0xab)](_0x4289a0,![]),_0x163ae5[_0x1b4e(0x4c)](_0x44b22f['JcntV']),_0x44b22f[_0x1b4e(0xac)](_0x51ff97,_0x281341)&&_0x44b22f[_0x1b4e(0x3a)](_0x5f4df6,_0x15eb22[_0x1b4e(0xad)],_0x50b52c['token'],_0x362406[_0x1b4e(0xae)])));}},[_0x59610b,_0x2ea443,_0x2cecf5,enableLogging,_0x510e67,_0x14f44e]),_0x5cb33e=_0x44b22f['iNCoo'](useCallback,_0x3d24fc=>{console['log'](_0x44b22f['RHLqi'],_0x3d24fc),_0x3fdc70(![]),console[_0x1b4e(0x4c)](_0x44b22f[_0x1b4e(0xaf)]);if(_0x44b22f[_0x1b4e(0xac)](_0x3d24fc,_0x14f44e)){if(_0x44b22f[_0x1b4e(0x86)](_0x44b22f['wGdQI'],_0x44b22f[_0x1b4e(0xb0)])){const _0x1d4651=_0x1b4e(0xb1)[_0x1b4e(0x65)]('|');let _0x57ecf9=0x0;while(!![]){switch(_0x1d4651[_0x57ecf9++]){case'0':_0x29fe70[_0x1b4e(0x4c)](_0x44b22f['MmqDu']);continue;case'1':_0x3aef01['log'](_0x44b22f[_0x1b4e(0x36)]);continue;case'2':_0x345c74[_0x1b4e(0x4c)](_0x44b22f[_0x1b4e(0x37)]);continue;case'3':_0x594c8d['groupEnd']();continue;case'4':_0x15d10a[_0x1b4e(0x4c)](_0x44b22f[_0x1b4e(0xb2)]);continue;case'5':_0x52d3d2[_0x1b4e(0x6a)](_0x44b22f[_0x1b4e(0xb3)]);continue;case'6':_0x5e3e31[_0x1b4e(0x4c)](_0x44b22f[_0x1b4e(0x42)]);continue;}break;}}else _0x14f44e(_0x3d24fc['apiUrl'],_0x3d24fc['token'],_0x3d24fc['userData']);}},[enableLogging,_0x14f44e]),_0x15d960=useCallback(_0x2cb360=>{enableLogging&&console['log'](_0x44b22f['ZSlFU'],_0x2cb360),_0x44b22f[_0x1b4e(0xb4)](_0x3fdc70,![]),_0x510e67&&_0x510e67(_0x2cb360);},[enableLogging,_0x510e67]);if(_0x2ea443&&!_0x4215d0)return React['createElement'](View,{'style':styles[_0x1b4e(0xb5)]},React['createElement'](TouchableOpacity,{'style':[styles[_0x1b4e(0xb6)],{'backgroundColor':_0x44b22f[_0x1b4e(0xb7)]}],'onPress':()=>{if(_0x44b22f[_0x1b4e(0x3f)](_0x44b22f['GOsMs'],'CcOzM'))Alert[_0x1b4e(0x6c)](_0x44b22f['VDebD'],_0x1b4e(0x6d)+_0x2ea443+_0x1b4e(0x6e),[{'text':'OK'}]);else throw new _0x7ed4d(_0x1b4e(0xb8));}},React[_0x1b4e(0xb9)](Text,{'style':styles[_0x1b4e(0xba)]},_0x44b22f['ehXXF'])));if(_0x44b22f[_0x1b4e(0x81)](_0x4215d0,!_0x59610b)){if(_0x44b22f[_0x1b4e(0xbb)]!==_0x44b22f[_0x1b4e(0xbb)])_0x435f94['log'](_0x44b22f[_0x1b4e(0x98)]);else return React[_0x1b4e(0xb9)](View,{'style':styles[_0x1b4e(0xbc)]},React[_0x1b4e(0xb9)](TouchableOpacity,{'style':[styles[_0x1b4e(0xbd)],{'backgroundColor':_0x1b4e(0xbe)}],'disabled':!![]},React[_0x1b4e(0xb9)](Text,{'style':styles[_0x1b4e(0xbf)]},_0x44b22f[_0x1b4e(0xc0)])));}const _0x1ba65e=()=>{const _0x297725={'nfLuz':function(_0x22ef18,_0x2f7fb6){return _0x44b22f[_0x1b4e(0x7d)](_0x22ef18,_0x2f7fb6);},'bPcGz':function(_0x3fa02b,_0x14ebf9){return _0x44b22f[_0x1b4e(0xb4)](_0x3fa02b,_0x14ebf9);},'kpDBJ':_0x44b22f[_0x1b4e(0x7a)]},_0x5b7735={'width':buttonWidth,'height':buttonHeight,'backgroundColor':color,'borderRadius':_0x44b22f['HtEYy'](buttonType,_0x44b22f[_0x1b4e(0x3b)])?_0x44b22f[_0x1b4e(0x3c)](buttonHeight,0x2):0x8,'alignItems':_0x44b22f[_0x1b4e(0x3d)],'justifyContent':_0x44b22f[_0x1b4e(0x3d)],'flexDirection':_0x44b22f[_0x1b4e(0xc1)],'opacity':enabled?0x1:0.6};return hasStroke&&(_0x44b22f[_0x1b4e(0x95)](_0x1b4e(0xc2),_0x1b4e(0xc3))?(_0x5b7735['borderWidth']=0x2,_0x5b7735['borderColor']=darkMode?_0x44b22f[_0x1b4e(0x3e)]:_0x44b22f[_0x1b4e(0xc4)]):(_0x297725[_0x1b4e(0xc5)](_0x3c5ce8,!![]),_0x297725[_0x1b4e(0xc6)](_0x32cfe3,![]),_0x1b4809&&_0x41753a[_0x1b4e(0x4c)](_0x297725['kpDBJ']))),_0x5b7735;},_0x3e3759=()=>{const _0x46b52e={'CjghA':_0x44b22f[_0x1b4e(0xc7)]};if(_0x44b22f[_0x1b4e(0xc8)](_0x44b22f[_0x1b4e(0xc9)],_0x44b22f[_0x1b4e(0xc9)]))switch(buttonForm){case _0x1b4e(0xca):return _0x44b22f[_0x1b4e(0xcb)];default:return _0x44b22f[_0x1b4e(0xcc)];}else _0x3ccd19[_0x1b4e(0x4c)](_0x46b52e[_0x1b4e(0xcd)],_0x44f7d6);};return React['createElement'](React[_0x1b4e(0xce)],null,React[_0x1b4e(0xb9)](TouchableOpacity,{'style':_0x44b22f[_0x1b4e(0x9a)](_0x1ba65e),'onPress':_0x2d8c7c,'disabled':_0x44b22f[_0x1b4e(0xcf)](!enabled,_0x4215d0)||!_0x59610b,'activeOpacity':0.8},React['createElement'](Image,{'source':BRAND_IMAGES[_0x1b4e(0xd0)],'style':styles[_0x1b4e(0xd1)],'resizeMode':_0x44b22f[_0x1b4e(0xd2)]}),React['createElement'](Text,{'style':[styles[_0x1b4e(0xd3)],{'color':darkMode?_0x44b22f[_0x1b4e(0xc4)]:_0x44b22f[_0x1b4e(0x3e)]}]},_0x3e3759())),React['createElement'](UniversalOnboarding,{'visible':_0x300639,'onClose':_0x5cb33e,'AppName':_0x2dbcca,'requestData':_0x44b22f[_0x1b4e(0xd4)](_0x3503fd,{}),'returnLink':_0x2d9905,'onComplete':_0x5cb33e,'embedd':![],'debug':debug,'testMode':testMode,'preferredPlatform':_0x4df0c4}));});const styles=StyleSheet['create']({'button':{'flexDirection':_0x1b4e(0x59),'alignItems':_0x1b4e(0x57),'justifyContent':_0x1b4e(0x57),'paddingVertical':0xc,'paddingHorizontal':0x10,'shadowColor':_0x1b4e(0x24),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.1,'shadowRadius':0x4,'elevation':0x2},'buttonContent':{'flexDirection':_0x1b4e(0x59),'alignItems':'center','justifyContent':_0x1b4e(0x57)},'logo':{'width':0x18,'height':0x18,'marginRight':0x8},'buttonText':{'fontSize':0x10,'fontWeight':_0x1b4e(0xd5),'textAlign':'center'},'errorContainer':{'flex':0x1,'justifyContent':_0x1b4e(0x57),'alignItems':'center'},'errorButton':{'padding':0x10,'borderRadius':0x8},'errorButtonText':{'fontSize':0x10,'fontWeight':_0x1b4e(0xd5),'color':_0x1b4e(0x5)},'loadingContainer':{'flex':0x1,'justifyContent':_0x1b4e(0x57),'alignItems':_0x1b4e(0x57)},'loadingButton':{'padding':0x10,'borderRadius':0x8},'loadingButtonText':{'fontSize':0x10,'fontWeight':_0x1b4e(0xd5),'color':_0x1b4e(0x5)}});