@onairos/react-native 3.5.4 → 3.6.0

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 (253) 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/OnairosNewLogo.png +0 -0
  6. package/lib/commonjs/assets/images/Personalityprofile.svg +3 -3
  7. package/lib/commonjs/assets/images/Personalitytraits.svg +3 -3
  8. package/lib/commonjs/assets/images/Userpreferences.svg +3 -3
  9. package/lib/commonjs/assets/images/arrow.svg +20 -20
  10. package/lib/commonjs/assets/images/basicproficon.svg +43 -43
  11. package/lib/commonjs/assets/images/basicprofile.svg +3 -3
  12. package/lib/commonjs/assets/images/checkmark.svg +4 -4
  13. package/lib/commonjs/assets/images/contentanalysis.svg +3 -3
  14. package/lib/commonjs/assets/images/contenticon.svg +23 -23
  15. package/lib/commonjs/assets/images/personalityicon.svg +18 -18
  16. package/lib/commonjs/assets/images/x-close.svg +3 -3
  17. package/lib/commonjs/components/BodyText.js +1 -1
  18. package/lib/commonjs/components/BrandMark.js +1 -1
  19. package/lib/commonjs/components/CodeInput.js +1 -1
  20. package/lib/commonjs/components/EmailInput.js +1 -1
  21. package/lib/commonjs/components/GoogleButton.js +1 -1
  22. package/lib/commonjs/components/HeadingGroup.js +1 -1
  23. package/lib/commonjs/components/LLMDataInputModal.js +1 -1
  24. package/lib/commonjs/components/ModalHeader.js +1 -1
  25. package/lib/commonjs/components/ModalSheet.js +1 -1
  26. package/lib/commonjs/components/Onairos.js +1 -1
  27. package/lib/commonjs/components/OnairosButton.js +1 -1
  28. package/lib/commonjs/components/OnairosSignInButton.js +1 -1
  29. package/lib/commonjs/components/Overlay.js +1 -1
  30. package/lib/commonjs/components/PersonaImage.js +1 -1
  31. package/lib/commonjs/components/PersonaLoadingScreen.js +1 -1
  32. package/lib/commonjs/components/PersonalizationConsentScreen.js +1 -1
  33. package/lib/commonjs/components/PinCreationScreen.js +1 -1
  34. package/lib/commonjs/components/PinInput.js +1 -1
  35. package/lib/commonjs/components/PlatformConnectorsStep.js +3 -2
  36. package/lib/commonjs/components/PlatformList.js +1 -1
  37. package/lib/commonjs/components/PlatformToggle.js +1 -1
  38. package/lib/commonjs/components/PrimaryButton.js +1 -1
  39. package/lib/commonjs/components/SignInMatchAnimation.js +1 -1
  40. package/lib/commonjs/components/SignInStep.js +1 -1
  41. package/lib/commonjs/components/UniversalOnboarding.js +2 -1
  42. package/lib/commonjs/components/VerificationStep.js +1 -1
  43. package/lib/commonjs/components/WelcomeScreen.js +2 -1
  44. package/lib/commonjs/components/icons/Basicproficon.js +1 -1
  45. package/lib/commonjs/components/icons/Basicprofile.js +1 -1
  46. package/lib/commonjs/components/icons/Checkbox.js +1 -1
  47. package/lib/commonjs/components/icons/Checkmark.js +1 -1
  48. package/lib/commonjs/components/icons/Contentanalysis.js +1 -1
  49. package/lib/commonjs/components/icons/Contenticon.js +1 -1
  50. package/lib/commonjs/components/icons/EnochE.js +1 -1
  51. package/lib/commonjs/components/icons/Personalityicon.js +1 -1
  52. package/lib/commonjs/components/icons/Personalityprofile.js +1 -1
  53. package/lib/commonjs/components/icons/Personalitytraits.js +1 -1
  54. package/lib/commonjs/components/icons/Userpreferences.js +1 -1
  55. package/lib/commonjs/components/icons/index.js +1 -1
  56. package/lib/commonjs/components/onboarding/OAuthWebView.js +6 -2
  57. package/lib/commonjs/components/onboarding/OnboardingHeader.js +1 -1
  58. package/lib/commonjs/components/onboarding/PinInput.js +1 -1
  59. package/lib/commonjs/components/onboarding/PlatformConnector.js +1 -1
  60. package/lib/commonjs/config/api.js +1 -1
  61. package/lib/commonjs/constants/index.js +1 -1
  62. package/lib/commonjs/context/AuthContext.js +1 -1
  63. package/lib/commonjs/hooks/useConnectedAccounts.js +1 -1
  64. package/lib/commonjs/hooks/useConnections.js +1 -1
  65. package/lib/commonjs/hooks/useCredentials.js +1 -1
  66. package/lib/commonjs/hooks/useUserConnections.js +1 -1
  67. package/lib/commonjs/index.js +5 -6
  68. package/lib/commonjs/services/SDK_API_KEY_VALIDATION.md +421 -421
  69. package/lib/commonjs/services/apiClient.js +1 -1
  70. package/lib/commonjs/services/apiKeyService.js +1 -1
  71. package/lib/commonjs/services/authService.js +1 -1
  72. package/lib/commonjs/services/biometricPinService.js +1 -1
  73. package/lib/commonjs/services/chatGPTConversationExtractor.js +1 -1
  74. package/lib/commonjs/services/chatGPTConversationService.js +1 -1
  75. package/lib/commonjs/services/claudeConversationExtractor.js +1 -1
  76. package/lib/commonjs/services/claudeConversationService.js +1 -1
  77. package/lib/commonjs/services/connectedAccountsService.js +1 -1
  78. package/lib/commonjs/services/googleAuthService.js +1 -1
  79. package/lib/commonjs/services/hingeDataExtractor.js +8 -0
  80. package/lib/commonjs/services/hingeDataService.js +9 -0
  81. package/lib/commonjs/services/imageCompressionService.js +1 -1
  82. package/lib/commonjs/services/instagramDataExtractor.js +8 -0
  83. package/lib/commonjs/services/instagramDataService.js +9 -0
  84. package/lib/commonjs/services/jwtStorageService.js +1 -1
  85. package/lib/commonjs/services/linkedinDOMExtractor.js +1 -1
  86. package/lib/commonjs/services/linkedinProfileService.js +1 -1
  87. package/lib/commonjs/services/linkedinScrapingService.js +1 -1
  88. package/lib/commonjs/services/llmDataStorage.js +1 -1
  89. package/lib/commonjs/services/mobileTrainingService.js +1 -1
  90. package/lib/commonjs/services/oauthService.js +1 -1
  91. package/lib/commonjs/services/pinEncryptionService.js +1 -1
  92. package/lib/commonjs/services/pinStorageUtils.js +1 -1
  93. package/lib/commonjs/services/platformAuthService.js +1 -1
  94. package/lib/commonjs/services/sephoraDataExtractor.js +8 -0
  95. package/lib/commonjs/services/sephoraDataService.js +9 -0
  96. package/lib/commonjs/services/storageService.js +1 -1
  97. package/lib/commonjs/services/telegramDataExtractor.js +8 -0
  98. package/lib/commonjs/services/telegramDataService.js +11 -0
  99. package/lib/commonjs/services/trainingApiHelpers.js +1 -1
  100. package/lib/commonjs/services/userConnectionsService.js +1 -1
  101. package/lib/commonjs/services/youtubeMigrationService.js +1 -1
  102. package/lib/commonjs/theme/index.js +1 -1
  103. package/lib/commonjs/types/index.js +1 -1
  104. package/lib/commonjs/types.js +1 -1
  105. package/lib/commonjs/utils/Portal.js +1 -1
  106. package/lib/commonjs/utils/api.js +1 -1
  107. package/lib/commonjs/utils/assetRegistry.js +2 -2
  108. package/lib/commonjs/utils/auth.js +1 -1
  109. package/lib/commonjs/utils/connectorTests.js +29 -0
  110. package/lib/commonjs/utils/crypto.js +1 -1
  111. package/lib/commonjs/utils/debugHelper.js +1 -1
  112. package/lib/commonjs/utils/encryption.js +1 -1
  113. package/lib/commonjs/utils/eventUtils.js +1 -1
  114. package/lib/commonjs/utils/haptics.js +1 -1
  115. package/lib/commonjs/utils/imagePreloader.js +1 -1
  116. package/lib/commonjs/utils/networkDiagnostics.js +1 -1
  117. package/lib/commonjs/utils/onairosApi.js +1 -1
  118. package/lib/commonjs/utils/programmaticFlow.js +1 -1
  119. package/lib/commonjs/utils/retryHelper.js +1 -1
  120. package/lib/commonjs/utils/secureStorage.js +1 -1
  121. package/lib/commonjs/utils/webviewScripts/chatgpt.js +1 -1
  122. package/lib/commonjs/utils/webviewScripts/claude.js +1 -1
  123. package/lib/commonjs/utils/webviewScripts/hinge.js +1 -0
  124. package/lib/commonjs/utils/webviewScripts/index.js +6 -2
  125. package/lib/commonjs/utils/webviewScripts/instagram.js +1 -0
  126. package/lib/commonjs/utils/webviewScripts/linkedin.js +1 -1
  127. package/lib/commonjs/utils/webviewScripts/sephora.js +1 -0
  128. package/lib/commonjs/utils/webviewScripts/telegram.js +1 -0
  129. package/lib/module/api/index.js +1 -1
  130. package/lib/module/assets/images/Checkbox.svg +3 -3
  131. package/lib/module/assets/images/EnochE.svg +19 -19
  132. package/lib/module/assets/images/OnairosNewLogo.png +0 -0
  133. package/lib/module/assets/images/Personalityprofile.svg +3 -3
  134. package/lib/module/assets/images/Personalitytraits.svg +3 -3
  135. package/lib/module/assets/images/Userpreferences.svg +3 -3
  136. package/lib/module/assets/images/arrow.svg +20 -20
  137. package/lib/module/assets/images/basicproficon.svg +43 -43
  138. package/lib/module/assets/images/basicprofile.svg +3 -3
  139. package/lib/module/assets/images/checkmark.svg +4 -4
  140. package/lib/module/assets/images/contentanalysis.svg +3 -3
  141. package/lib/module/assets/images/contenticon.svg +23 -23
  142. package/lib/module/assets/images/personalityicon.svg +18 -18
  143. package/lib/module/assets/images/x-close.svg +3 -3
  144. package/lib/module/components/BodyText.js +1 -1
  145. package/lib/module/components/BrandMark.js +1 -1
  146. package/lib/module/components/CodeInput.js +1 -1
  147. package/lib/module/components/EmailInput.js +1 -1
  148. package/lib/module/components/GoogleButton.js +1 -1
  149. package/lib/module/components/HeadingGroup.js +1 -1
  150. package/lib/module/components/LLMDataInputModal.js +1 -1
  151. package/lib/module/components/ModalHeader.js +1 -1
  152. package/lib/module/components/ModalSheet.js +1 -1
  153. package/lib/module/components/Onairos.js +1 -1
  154. package/lib/module/components/OnairosButton.js +1 -1
  155. package/lib/module/components/OnairosSignInButton.js +1 -1
  156. package/lib/module/components/Overlay.js +1 -1
  157. package/lib/module/components/PersonaImage.js +1 -1
  158. package/lib/module/components/PersonaLoadingScreen.js +1 -1
  159. package/lib/module/components/PersonalizationConsentScreen.js +1 -1
  160. package/lib/module/components/PinCreationScreen.js +1 -1
  161. package/lib/module/components/PinInput.js +1 -1
  162. package/lib/module/components/PlatformConnectorsStep.js +7 -1
  163. package/lib/module/components/PlatformList.js +1 -1
  164. package/lib/module/components/PlatformToggle.js +1 -1
  165. package/lib/module/components/PrimaryButton.js +1 -1
  166. package/lib/module/components/SignInMatchAnimation.js +1 -1
  167. package/lib/module/components/SignInStep.js +1 -1
  168. package/lib/module/components/UniversalOnboarding.js +1 -1
  169. package/lib/module/components/VerificationStep.js +1 -1
  170. package/lib/module/components/WelcomeScreen.js +1 -1
  171. package/lib/module/components/icons/Basicproficon.js +1 -1
  172. package/lib/module/components/icons/Basicprofile.js +1 -1
  173. package/lib/module/components/icons/Checkbox.js +1 -1
  174. package/lib/module/components/icons/Checkmark.js +1 -1
  175. package/lib/module/components/icons/Contentanalysis.js +1 -1
  176. package/lib/module/components/icons/Contenticon.js +1 -1
  177. package/lib/module/components/icons/EnochE.js +1 -1
  178. package/lib/module/components/icons/Personalityicon.js +1 -1
  179. package/lib/module/components/icons/Personalityprofile.js +1 -1
  180. package/lib/module/components/icons/Personalitytraits.js +1 -1
  181. package/lib/module/components/icons/Userpreferences.js +1 -1
  182. package/lib/module/components/onboarding/OAuthWebView.js +1 -1
  183. package/lib/module/components/onboarding/OnboardingHeader.js +1 -1
  184. package/lib/module/components/onboarding/PinInput.js +1 -1
  185. package/lib/module/components/onboarding/PlatformConnector.js +1 -1
  186. package/lib/module/config/api.js +1 -1
  187. package/lib/module/constants/index.js +1 -1
  188. package/lib/module/context/AuthContext.js +1 -1
  189. package/lib/module/hooks/useConnectedAccounts.js +1 -1
  190. package/lib/module/hooks/useConnections.js +1 -1
  191. package/lib/module/hooks/useCredentials.js +1 -1
  192. package/lib/module/hooks/useUserConnections.js +1 -1
  193. package/lib/module/index.js +1 -1
  194. package/lib/module/services/SDK_API_KEY_VALIDATION.md +421 -421
  195. package/lib/module/services/apiClient.js +1 -1
  196. package/lib/module/services/apiKeyService.js +1 -1
  197. package/lib/module/services/authService.js +1 -1
  198. package/lib/module/services/biometricPinService.js +1 -1
  199. package/lib/module/services/chatGPTConversationExtractor.js +1 -1
  200. package/lib/module/services/chatGPTConversationService.js +1 -1
  201. package/lib/module/services/claudeConversationExtractor.js +1 -1
  202. package/lib/module/services/claudeConversationService.js +1 -1
  203. package/lib/module/services/connectedAccountsService.js +1 -1
  204. package/lib/module/services/googleAuthService.js +1 -1
  205. package/lib/module/services/hingeDataExtractor.js +1 -0
  206. package/lib/module/services/hingeDataService.js +1 -0
  207. package/lib/module/services/imageCompressionService.js +1 -1
  208. package/lib/module/services/instagramDataExtractor.js +1 -0
  209. package/lib/module/services/instagramDataService.js +1 -0
  210. package/lib/module/services/jwtStorageService.js +1 -1
  211. package/lib/module/services/linkedinDOMExtractor.js +1 -1
  212. package/lib/module/services/linkedinProfileService.js +1 -1
  213. package/lib/module/services/linkedinScrapingService.js +1 -1
  214. package/lib/module/services/llmDataStorage.js +1 -1
  215. package/lib/module/services/mobileTrainingService.js +1 -1
  216. package/lib/module/services/oauthService.js +1 -1
  217. package/lib/module/services/pinEncryptionService.js +1 -1
  218. package/lib/module/services/pinStorageUtils.js +1 -1
  219. package/lib/module/services/platformAuthService.js +1 -1
  220. package/lib/module/services/sephoraDataExtractor.js +1 -0
  221. package/lib/module/services/sephoraDataService.js +1 -0
  222. package/lib/module/services/storageService.js +1 -1
  223. package/lib/module/services/telegramDataExtractor.js +1 -0
  224. package/lib/module/services/telegramDataService.js +8 -0
  225. package/lib/module/services/trainingApiHelpers.js +1 -1
  226. package/lib/module/services/userConnectionsService.js +1 -1
  227. package/lib/module/services/youtubeMigrationService.js +1 -1
  228. package/lib/module/theme/index.js +1 -1
  229. package/lib/module/types.js +1 -1
  230. package/lib/module/utils/Portal.js +1 -1
  231. package/lib/module/utils/api.js +1 -1
  232. package/lib/module/utils/assetRegistry.js +2 -2
  233. package/lib/module/utils/auth.js +1 -1
  234. package/lib/module/utils/connectorTests.js +28 -0
  235. package/lib/module/utils/crypto.js +1 -1
  236. package/lib/module/utils/debugHelper.js +1 -1
  237. package/lib/module/utils/encryption.js +1 -1
  238. package/lib/module/utils/eventUtils.js +1 -1
  239. package/lib/module/utils/haptics.js +1 -1
  240. package/lib/module/utils/networkDiagnostics.js +1 -1
  241. package/lib/module/utils/onairosApi.js +1 -1
  242. package/lib/module/utils/programmaticFlow.js +1 -1
  243. package/lib/module/utils/retryHelper.js +1 -1
  244. package/lib/module/utils/secureStorage.js +1 -1
  245. package/lib/module/utils/webviewScripts/chatgpt.js +1 -1
  246. package/lib/module/utils/webviewScripts/claude.js +1 -1
  247. package/lib/module/utils/webviewScripts/hinge.js +1 -0
  248. package/lib/module/utils/webviewScripts/index.js +1 -1
  249. package/lib/module/utils/webviewScripts/instagram.js +1 -0
  250. package/lib/module/utils/webviewScripts/linkedin.js +1 -1
  251. package/lib/module/utils/webviewScripts/sephora.js +1 -0
  252. package/lib/module/utils/webviewScripts/telegram.js +1 -0
  253. package/package.json +1 -1
@@ -1 +1 @@
1
- import React,{useState,useEffect,useCallback,useRef}from'react';import{View,Text,StyleSheet,TouchableOpacity,ScrollView,Alert,Platform,Dimensions,Modal,Animated,TouchableWithoutFeedback,SafeAreaView,Image,Switch}from'react-native';import _0x126595 from'react-native-vector-icons/MaterialIcons';function _0x23d9(){const _0x1e9d1c=['window','Error\x20confirming\x20selection:','jqXog','object','error-fallback-token','BXXlC','VHrvx','PIiCM','Development\x20mode\x20-\x20mock\x20account\x20info','hVbld','MwQdy','zxhyX','Qkdkj','Error\x20getting\x20server\x20public\x20key:','uNHVc','Error\x20encrypting\x20model\x20key:','com.onairos.mock','mock-key','public/key','gHmjI','FKDey','YgDQx','pGthW','sqCfx','Failed\x20to\x20confirm\x20selection.\x20Please\x20try\x20again.','qDwLX','Error','none','arrow_forward','#666','Connect\x20your\x20data\x20to\x20create\x20a\x20Persona\x20of\x20you,\x20to\x20connect\x20to\x20Cosmos','None\x20of\x20your\x20app\x20data\x20is\x20shared\x20with\x20ANYONE','#000','Connect','XHtZy','IMDJo','current','WLOqj','pRfuw','XxAdS','keys','WSdss','AUszl','fwvgZ','mEtkL','Ptzva','forEach','bfELL','spring','start','npoUp','gtlQc','BASE_URL','mXJsk','HlcQW','GUdpb','ELQqs','bIoaz','HqfRh','KohQG','timing','KmeXl','pLqLv','SZbSI','mGKXv','FGlIy','uuBlF','LLBTP','post','data','QrTUk','zPWDX','AccountInfo','User:\x20','NtUMn','cNvcz','NpMqo','ATmRy','JPpgN','jZlEW','HIHLc','dmQHv','wWVIZ','GBvPR','gViYD','klSVW','KFSwt','QEGpr','error','oNPtq','PTSLh','kBZRI','wLlRz','ApnIZ','BBcJY','WZfYC','mxxvK','UqSfS','select','qbnXA','Xtlfo','rwEaG','SuaRp','mock-token','get','nqbmK','publicKey','ESDdB','function','SbtpV','devURL','bPGqD','pgmsd','APIUrl','token','OYBxl','AIcpZ','iQIXQ','VnaNp','aduPs','vqhnf','alert','lyXrz','createElement','npoRY','stopPropagation','View','bottomSheet','darkContainer','interpolate','handleContainer','handle','darkHandle','container','header','darkHeader','appIcon','darkAppIcon','appIconText','darkText','charAt','efvan','aZXMc','TzxxO','darkOnairosIcon','titleContainer','mainTitle','privacyMessage','darkSubText','platformsContainer','map','platformItem','darkPlatformItem','platformInfo','icon','platformIcon','platformName','name','#767577','#81b0ff','#2196F3','#f4f3f4','footer','darkFooter','footerButtonText','Cancel','footerButtonConfirm','darkFooterButtonConfirm','footerButtonTextConfirm','wUmDC','rkXQB','create','rgba(0,\x200,\x200,\x200.5)','flex-end','#fff','hidden','100%','#E0E0E0','#1A1A1A','center','row','#F5F5F5','#2A2A2A','#999','600','space-between','#333','500','#eee','transparent'];_0x23d9=function(){return _0x1e9d1c;};return _0x23d9();}import{onairosApi}from'../api';import{encryptModelKey}from'../utils/encryption';import{OVERLAY_PLATFORMS}from'../utils/assetRegistry';const {width:SCREEN_WIDTH,height:SCREEN_HEIGHT}=Dimensions['get'](_0x4b15(0x0));function _0x4b15(_0x23d9ee,_0x4b1581){_0x23d9ee=_0x23d9ee-0x0;const _0x44c8f8=_0x23d9();let _0x356a37=_0x44c8f8[_0x23d9ee];return _0x356a37;}import{API_CONFIG}from'../config/api';export const Overlay=({data:_0x278b72,username:_0x28bd96,modelKey:_0x94f6bc,onResolved:_0x138c3e,appName:appName='Your\x20App',darkMode:darkMode=![],platforms:platforms=OVERLAY_PLATFORMS})=>{const _0x1a34ff={'npoUp':_0x4b15(0x1),'gtlQc':function(_0x504492,_0x2abd77,_0x4b0fd7,_0x4e2f3f){return _0x504492(_0x2abd77,_0x4b0fd7,_0x4e2f3f);},'mXJsk':function(_0x1f4c1b){return _0x1f4c1b();},'HlcQW':function(_0x3f5dcb,_0x46a41f){return _0x3f5dcb(_0x46a41f);},'WLOqj':function(_0x4bb5ac,_0x3f54b7){return _0x4bb5ac===_0x3f54b7;},'pRfuw':function(_0x2156e7,_0x5a5449){return _0x2156e7!==_0x5a5449;},'YQNSK':_0x4b15(0x2),'Ptzva':function(_0x4cb8cc,_0x492dd6){return _0x4cb8cc(_0x492dd6);},'bfELL':function(_0x438a36){return _0x438a36();},'JPpgN':_0x4b15(0x3),'NtUMn':function(_0x2993d5,_0x4b5854){return _0x2993d5(_0x4b5854);},'XHtZy':function(_0x5c0038,_0x34bfd9){return _0x5c0038(_0x34bfd9);},'GUdpb':'fallback-token','ELQqs':function(_0x20be56){return _0x20be56();},'bIoaz':_0x4b15(0x4),'HqfRh':_0x4b15(0x5),'pLqLv':function(_0x1c6282,_0x1c800f){return _0x1c6282!==_0x1c800f;},'zDWmp':_0x4b15(0x6),'SZbSI':_0x4b15(0x7),'flmif':function(_0x591135,_0x21da88){return _0x591135(_0x21da88);},'mGKXv':_0x4b15(0x8),'zPWDX':_0x4b15(0x9),'cNvcz':function(_0x135d38,_0x58560f){return _0x135d38!==_0x58560f;},'Wnrwc':_0x4b15(0xa),'NpMqo':_0x4b15(0xb),'ATmRy':function(_0x13eb5b,_0xa2ec32){return _0x13eb5b(_0xa2ec32);},'jZlEW':'Error\x20getting\x20account\x20info:','BBcJY':function(_0x12b501,_0x1a97e4){return _0x12b501(_0x1a97e4);},'HIHLc':function(_0x5ba4b3,_0x29ea1b){return _0x5ba4b3===_0x29ea1b;},'dmQHv':_0x4b15(0xc),'ljYnc':function(_0x572c9d,_0x32a507){return _0x572c9d(_0x32a507);},'wWVIZ':_0x4b15(0xd),'IRzJq':'dUchH','GBvPR':'TSAtQ','kBZRI':function(_0x56a6be,_0x53e94c){return _0x56a6be===_0x53e94c;},'wLlRz':_0x4b15(0xe),'ApnIZ':function(_0x235616,_0x344d11){return _0x235616(_0x344d11);},'WZfYC':function(_0x1f73b1,_0xd2996c,_0x3119f0){return _0x1f73b1(_0xd2996c,_0x3119f0);},'VnaNp':function(_0x54f13d){return _0x54f13d();},'mxxvK':function(_0x2a9e22,_0x111e1e){return _0x2a9e22(_0x111e1e);},'PTSLh':function(_0x3dc984,_0x2c2436,_0x49db36){return _0x3dc984(_0x2c2436,_0x49db36);},'UqSfS':_0x4b15(0xf),'qbnXA':_0x4b15(0x10),'Xtlfo':'unknown','RDqzT':'rwEaG','SuaRp':function(_0x2a9576,_0x1f25d9,_0x1b5bb7,_0x1aa085){return _0x2a9576(_0x1f25d9,_0x1b5bb7,_0x1aa085);},'ESDdB':_0x4b15(0x11),'nqbmK':_0x4b15(0x12),'kKyDg':function(_0x1cd2b6,_0xc450db){return _0x1cd2b6===_0xc450db;},'SbtpV':_0x4b15(0x13),'pgmsd':'bPGqD','WKKVk':_0x4b15(0x14),'kgRkp':_0x4b15(0x15),'iQIXQ':function(_0x3ee37a){return _0x3ee37a();},'sIHDM':_0x4b15(0x16),'TbGkf':_0x4b15(0x17),'aduPs':_0x4b15(0x18),'vqhnf':_0x4b15(0x19),'lyXrz':_0x4b15(0x1a),'PFuJZ':function(_0x3430ed,_0x57e087){return _0x3430ed(_0x57e087);},'IMDJo':function(_0x586d00,_0x6915ec){return _0x586d00(_0x6915ec);},'npoRY':_0x4b15(0x1b),'efvan':_0x4b15(0x1c),'aZXMc':'#999','TzxxO':_0x4b15(0x1d),'pLHrg':_0x4b15(0x1e),'sSkFm':_0x4b15(0x1f),'wUmDC':function(_0xacdcce,_0x4936c3){return _0xacdcce&&_0x4936c3;},'rkXQB':_0x4b15(0x20),'oYEVk':_0x4b15(0x21)},[_0x2d3ef4,_0x2a5a3b]=useState({}),[_0x1b852a,_0x48d68b]=_0x1a34ff[_0x4b15(0x22)](useState,''),[_0x4c9a64,_0x2f817b]=useState(!![]),[_0x269bfc,_0x1cbf76]=_0x1a34ff['PFuJZ'](useState,{}),_0xb7d988=_0x1a34ff[_0x4b15(0x23)](useRef,new Animated['Value'](0x0))[_0x4b15(0x24)];_0x1a34ff['WZfYC'](useEffect,()=>{const _0xe93ea7={'WSdss':_0x4b15(0x8),'VrXHO':function(_0x1fdfa6,_0x265013){return _0x1a34ff[_0x4b15(0x25)](_0x1fdfa6,_0x265013);},'AUszl':'GMraZ'};if(_0x1a34ff[_0x4b15(0x26)](_0x1a34ff['YQNSK'],_0x4b15(0x27))){const _0x47d3b0={};Object[_0x4b15(0x28)](_0x278b72)['forEach'](_0x2acc14=>{const _0x428a38={'fwvgZ':function(_0x1fb052,_0x12bdce){return _0x1fb052(_0x12bdce);},'mEtkL':_0xe93ea7[_0x4b15(0x29)]};if(_0xe93ea7['VrXHO'](_0xe93ea7[_0x4b15(0x2a)],_0xe93ea7[_0x4b15(0x2a)]))_0x47d3b0[_0x2acc14]=![];else{_0x428a38[_0x4b15(0x2b)](_0x457c57,_0x428a38[_0x4b15(0x2c)]);return;}}),_0x1a34ff[_0x4b15(0x2d)](_0x2a5a3b,_0x47d3b0);const _0x35e93a={};platforms[_0x4b15(0x2e)](_0x4e449b=>{_0x35e93a[_0x4e449b['id']]=![];}),_0x1cbf76(_0x35e93a),_0x1a34ff[_0x4b15(0x2f)](_0x437fb2),Animated[_0x4b15(0x30)](_0xb7d988,{'toValue':0x1,'useNativeDriver':!![],'bounciness':0x0})[_0x4b15(0x31)]();}else _0x2be232['error'](_0x1a34ff[_0x4b15(0x32)],_0x180c35),_0x50fba6?(_0x1a34ff[_0x4b15(0x33)](_0x587181,''+_0x29df25[_0x4b15(0x34)],'error-fallback-token',{'username':_0x866ef7,'selections':_0xd3d4a7,'platforms':_0x1eeae3,'error':!![]}),_0x1a34ff[_0x4b15(0x35)](_0x5797c0)):_0x1a34ff[_0x4b15(0x36)](_0x551667,_0x4b15(0x18));},[]);const _0x437fb2=async()=>{const _0x45c4a0={'KohQG':function(_0x216701,_0x2cbac4){return _0x1a34ff[_0x4b15(0x22)](_0x216701,_0x2cbac4);},'FGlIy':function(_0x5d3f4d,_0x5e5960,_0x2f6edf,_0x5abf3f){return _0x1a34ff[_0x4b15(0x33)](_0x5d3f4d,_0x5e5960,_0x2f6edf,_0x5abf3f);},'uuBlF':_0x1a34ff[_0x4b15(0x37)],'LLBTP':function(_0x30bbdb){return _0x1a34ff[_0x4b15(0x38)](_0x30bbdb);},'CzRCm':function(_0x5381c7,_0x280e8c,_0x21932e,_0x39fef6){return _0x5381c7(_0x280e8c,_0x21932e,_0x39fef6);},'FrrbJ':_0x1a34ff[_0x4b15(0x39)]};if(_0x1a34ff[_0x4b15(0x3a)]!==_0x1a34ff[_0x4b15(0x3a)]){const _0xfe3c2e={'KmeXl':function(_0x598577,_0x463cbd){return _0x45c4a0[_0x4b15(0x3b)](_0x598577,_0x463cbd);}};Animated[_0x4b15(0x3c)](_0x5347af,{'toValue':0x0,'duration':0xfa,'useNativeDriver':!![]})[_0x4b15(0x31)](()=>{_0xfe3c2e[_0x4b15(0x3d)](_0x2ccec9,![]);});}else try{if(__DEV__){if(_0x1a34ff[_0x4b15(0x3e)](_0x1a34ff['zDWmp'],_0x1a34ff[_0x4b15(0x3f)])){_0x1a34ff['flmif'](_0x48d68b,_0x1a34ff[_0x4b15(0x40)]);return;}else _0x45c4a0[_0x4b15(0x41)](_0x525281,''+_0x149ec3[_0x4b15(0x34)],_0x45c4a0[_0x4b15(0x42)],{'username':_0x10edd8,'selections':_0x38b8f2,'platforms':_0x2504e6}),_0x45c4a0[_0x4b15(0x43)](_0x138f7e);}const _0x1996e9=await onairosApi[_0x4b15(0x44)]('getAccountInfo',{'Info':{'username':_0x28bd96}});if(_0x1996e9&&_0x1996e9[_0x4b15(0x45)]){if(_0x1a34ff[_0x4b15(0x3e)](_0x4b15(0x46),_0x1a34ff[_0x4b15(0x47)])){const _0xbd151a=typeof _0x1996e9[_0x4b15(0x45)]===_0x1a34ff['JPpgN']&&_0x1996e9[_0x4b15(0x45)][_0x4b15(0x48)]?_0x1996e9[_0x4b15(0x45)][_0x4b15(0x48)]:_0x4b15(0x49)+_0x28bd96;_0x1a34ff[_0x4b15(0x4a)](_0x48d68b,_0xbd151a);}else _0x45c4a0['CzRCm'](_0x1b295e,''+_0x3c89a5[_0x4b15(0x34)],_0x45c4a0['FrrbJ'],{'username':_0x59e843,'selections':_0x2bdfed,'platforms':_0x48f6a4,'error':!![]}),_0x43f3e3();}else{if(_0x1a34ff[_0x4b15(0x4b)](_0x1a34ff['Wnrwc'],_0x1a34ff[_0x4b15(0x4c)]))_0x1a34ff[_0x4b15(0x4d)](_0x48d68b,'User:\x20'+_0x28bd96);else{const _0x17c6d=_0x1a34ff[_0x4b15(0x25)](typeof _0x4eccc9[_0x4b15(0x45)],_0x1a34ff[_0x4b15(0x4e)])&&_0x4b3af7[_0x4b15(0x45)]['AccountInfo']?_0x2897bc[_0x4b15(0x45)][_0x4b15(0x48)]:'User:\x20'+_0x40985c;_0x1a34ff['NtUMn'](_0x44fc44,_0x17c6d);}}}catch(_0x5990e0){console['error'](_0x1a34ff[_0x4b15(0x4f)],_0x5990e0),_0x1a34ff['BBcJY'](_0x48d68b,_0x4b15(0x49)+_0x28bd96);}},_0x39878e=_0x1a34ff['WZfYC'](useCallback,()=>{const _0x298aa5={'gViYD':function(_0x3fb46c,_0x58dc59){return _0x1a34ff[_0x4b15(0x50)](_0x3fb46c,_0x58dc59);},'klSVW':_0x1a34ff[_0x4b15(0x51)],'QEGpr':function(_0x55228e,_0x7a0a88){return _0x1a34ff['ljYnc'](_0x55228e,_0x7a0a88);},'oNPtq':_0x1a34ff[_0x4b15(0x52)]};_0x1a34ff['IRzJq']!==_0x1a34ff[_0x4b15(0x53)]?Animated[_0x4b15(0x3c)](_0xb7d988,{'toValue':0x0,'duration':0xfa,'useNativeDriver':!![]})[_0x4b15(0x31)](()=>{_0x298aa5[_0x4b15(0x54)](_0x298aa5[_0x4b15(0x55)],_0x4b15(0x56))?_0xa96ec8[_0xdbcb50['id']]=![]:_0x298aa5[_0x4b15(0x57)](_0x2f817b,![]);}):_0x20363b[_0x4b15(0x58)](_0x298aa5[_0x4b15(0x59)],_0x1fb402);},[_0xb7d988]),_0x5b4728=_0x1a34ff[_0x4b15(0x5a)](useCallback,_0x5504f4=>{_0x1a34ff[_0x4b15(0x5b)](_0x1a34ff[_0x4b15(0x5c)],_0x1a34ff[_0x4b15(0x5c)])?_0x1a34ff[_0x4b15(0x5d)](_0x1cbf76,_0x105af2=>({..._0x105af2,[_0x5504f4]:!_0x105af2[_0x5504f4]})):_0x1a34ff[_0x4b15(0x5e)](_0x2fe5ff,![]);},[]),_0x1c4725=_0x1a34ff[_0x4b15(0x5f)](useCallback,async()=>{const _0x2eeee3={'OYBxl':function(_0x15cb57,_0x2fad44){return _0x1a34ff[_0x4b15(0x60)](_0x15cb57,_0x2fad44);},'CzHue':function(_0x2877cc,_0x34f4b,_0x2d6685){return _0x1a34ff['PTSLh'](_0x2877cc,_0x34f4b,_0x2d6685);},'AIcpZ':_0x1a34ff[_0x4b15(0x61)]};try{const _0x47c07b=Platform[_0x4b15(0x62)]({'ios':_0x1a34ff[_0x4b15(0x63)],'android':_0x1a34ff[_0x4b15(0x63)],'default':_0x1a34ff[_0x4b15(0x64)]});if(__DEV__){if(_0x1a34ff[_0x4b15(0x3e)](_0x4b15(0x65),_0x1a34ff['RDqzT']))_0x336d72[_0x461805]=![];else{_0x1a34ff[_0x4b15(0x66)](_0x138c3e,''+API_CONFIG[_0x4b15(0x34)],_0x4b15(0x67),{'username':_0x28bd96,'selections':_0x2d3ef4,'platforms':_0x269bfc}),_0x1a34ff[_0x4b15(0x38)](_0x39878e);return;}}let _0x33b418=_0x1a34ff['ESDdB'];try{const _0x3c8442=await onairosApi[_0x4b15(0x68)](_0x1a34ff[_0x4b15(0x69)]);_0x3c8442&&_0x3c8442[_0x4b15(0x45)]&&_0x1a34ff['kKyDg'](typeof _0x3c8442[_0x4b15(0x45)],_0x1a34ff[_0x4b15(0x4e)])&&(_0x33b418=_0x3c8442[_0x4b15(0x45)][_0x4b15(0x6a)]||_0x1a34ff[_0x4b15(0x6b)]);}catch(_0xa45e73){console[_0x4b15(0x58)]('Error\x20getting\x20server\x20public\x20key:',_0xa45e73);}let _0x15dff9=_0x94f6bc;if(typeof encryptModelKey===_0x4b15(0x6c)&&_0x33b418)try{_0x15dff9=_0x1a34ff['WZfYC'](encryptModelKey,_0x33b418,_0x94f6bc);}catch(_0x1bcb41){_0x1a34ff[_0x4b15(0x5b)](_0x1a34ff[_0x4b15(0x6d)],_0x1a34ff[_0x4b15(0x6d)])?console[_0x4b15(0x58)](_0x1a34ff[_0x4b15(0x61)],_0x1bcb41):_0x2c7ead=_0x1a34ff['WZfYC'](_0x53f7db,_0x3dbd59,_0x164823);}const _0xb879fc=await onairosApi['post']('getAPIUrlMobile',{'Info':{'storage':'local','appId':_0x47c07b,'confirmations':_0x2d3ef4,'developerURL':_0x4b15(0x6e),'EncryptedUserPin':_0x15dff9,'username':_0x28bd96,'platforms':_0x269bfc}});if(_0xb879fc&&_0xb879fc[_0x4b15(0x45)]&&_0xb879fc['data']['APIUrl']&&_0xb879fc['data']['token']){if(_0x1a34ff['kKyDg'](_0x4b15(0x6f),_0x1a34ff[_0x4b15(0x70)]))_0x138c3e(_0xb879fc[_0x4b15(0x45)][_0x4b15(0x71)],_0xb879fc[_0x4b15(0x45)][_0x4b15(0x72)],{'username':_0x28bd96,'selections':_0x2d3ef4,'platforms':_0x269bfc}),_0x39878e();else{const _0x43d7db={};_0x3b38cb[_0x4b15(0x28)](_0x6e6141)[_0x4b15(0x2e)](_0x3c1a30=>{_0x43d7db[_0x3c1a30]=![];}),_0x2924a5(_0x43d7db);const _0x1c012a={};_0x148939['forEach'](_0x207e20=>{_0x1c012a[_0x207e20['id']]=![];}),_0x2eeee3[_0x4b15(0x73)](_0x1f9f42,_0x1c012a),_0x534300(),Animated['spring'](_0x436aa3,{'toValue':0x1,'useNativeDriver':!![],'bounciness':0x0})[_0x4b15(0x31)]();}}else{if(_0x1a34ff[_0x4b15(0x50)](_0x1a34ff['WKKVk'],_0x1a34ff['kgRkp']))try{_0x3aee37=_0x2eeee3['CzHue'](_0x30acfa,_0xe46dc2,_0xce70dd);}catch(_0x1c3b08){_0x504582[_0x4b15(0x58)](_0x2eeee3[_0x4b15(0x74)],_0x1c3b08);}else _0x1a34ff['gtlQc'](_0x138c3e,''+API_CONFIG['BASE_URL'],_0x1a34ff[_0x4b15(0x37)],{'username':_0x28bd96,'selections':_0x2d3ef4,'platforms':_0x269bfc}),_0x1a34ff[_0x4b15(0x75)](_0x39878e);}}catch(_0x1aa8f0){console[_0x4b15(0x58)](_0x1a34ff['npoUp'],_0x1aa8f0),__DEV__?_0x1a34ff[_0x4b15(0x3e)](_0x1a34ff['sIHDM'],_0x1a34ff['TbGkf'])?(_0x1a34ff[_0x4b15(0x66)](_0x138c3e,''+API_CONFIG[_0x4b15(0x34)],_0x1a34ff[_0x4b15(0x39)],{'username':_0x28bd96,'selections':_0x2d3ef4,'platforms':_0x269bfc,'error':!![]}),_0x39878e()):(_0x1a34ff[_0x4b15(0x33)](_0xe19ac,_0x17fa7e[_0x4b15(0x45)][_0x4b15(0x71)],_0x483445['data'][_0x4b15(0x72)],{'username':_0xac141a,'selections':_0x34e52e,'platforms':_0x5dc5bb}),_0x1a34ff[_0x4b15(0x76)](_0x1a66af)):_0x3b9239(_0x1a34ff[_0x4b15(0x77)]);}},[_0x2d3ef4,_0x28bd96,_0x94f6bc,_0x138c3e,_0x39878e,_0x269bfc]),_0x3b9239=_0x42f1c5=>{_0x1a34ff['pRfuw']('aLLmJ',_0x1a34ff[_0x4b15(0x78)])?Alert[_0x4b15(0x79)](_0x1a34ff[_0x4b15(0x7a)],_0x42f1c5,[{'text':'OK'}]):Alert[_0x4b15(0x79)](_0x4b15(0x1a),_0x2008a0,[{'text':'OK'}]);};return React[_0x4b15(0x7b)](Modal,{'visible':_0x4c9a64,'transparent':!![],'animationType':_0x1a34ff[_0x4b15(0x7c)],'statusBarTranslucent':!![],'onRequestClose':_0x39878e},React[_0x4b15(0x7b)](TouchableOpacity,{'style':styles['modalOverlay'],'activeOpacity':0x1,'onPress':_0x39878e},React[_0x4b15(0x7b)](TouchableWithoutFeedback,{'onPress':_0x529351=>_0x529351[_0x4b15(0x7d)]()},React[_0x4b15(0x7b)](Animated[_0x4b15(0x7e)],{'style':[styles[_0x4b15(0x7f)],darkMode&&styles[_0x4b15(0x80)],{'transform':[{'translateY':_0xb7d988[_0x4b15(0x81)]({'inputRange':[0x0,0x1],'outputRange':[SCREEN_HEIGHT,0x0]})}]}]},React[_0x4b15(0x7b)](View,{'style':styles[_0x4b15(0x82)]},React[_0x4b15(0x7b)](View,{'style':[styles[_0x4b15(0x83)],darkMode&&styles[_0x4b15(0x84)]]})),React[_0x4b15(0x7b)](SafeAreaView,{'style':[styles[_0x4b15(0x85)],darkMode&&styles[_0x4b15(0x80)]]},React[_0x4b15(0x7b)](View,{'style':[styles[_0x4b15(0x86)],darkMode&&styles[_0x4b15(0x87)]]},React[_0x4b15(0x7b)](View,{'style':styles['headerContent']},React[_0x4b15(0x7b)](View,{'style':[styles[_0x4b15(0x88)],darkMode&&styles[_0x4b15(0x89)]]},React[_0x4b15(0x7b)](Text,{'style':[styles[_0x4b15(0x8a)],darkMode&&styles[_0x4b15(0x8b)]]},appName[_0x4b15(0x8c)](0x0))),React[_0x4b15(0x7b)](_0x126595,{'name':_0x1a34ff[_0x4b15(0x8d)],'size':0x18,'color':darkMode?_0x1a34ff[_0x4b15(0x8e)]:_0x1a34ff[_0x4b15(0x8f)],'style':styles['arrow']}),React[_0x4b15(0x7b)](View,{'style':[styles['onairosIcon'],darkMode&&styles[_0x4b15(0x90)]]},React[_0x4b15(0x7b)](Text,{'style':[styles['onairosIconText'],darkMode&&styles[_0x4b15(0x8b)]]},'O')))),React[_0x4b15(0x7b)](ScrollView,{'style':styles['content']},React[_0x4b15(0x7b)](View,{'style':styles[_0x4b15(0x91)]},React[_0x4b15(0x7b)](Text,{'style':[styles[_0x4b15(0x92)],darkMode&&styles[_0x4b15(0x8b)]]},_0x1a34ff['pLHrg']),React[_0x4b15(0x7b)](Text,{'style':[styles[_0x4b15(0x93)],darkMode&&styles[_0x4b15(0x94)]]},_0x1a34ff['sSkFm'])),React[_0x4b15(0x7b)](View,{'style':styles[_0x4b15(0x95)]},platforms[_0x4b15(0x96)](_0xcace3e=>React[_0x4b15(0x7b)](View,{'key':_0xcace3e['id'],'style':[styles[_0x4b15(0x97)],darkMode&&styles[_0x4b15(0x98)]]},React[_0x4b15(0x7b)](View,{'style':styles[_0x4b15(0x99)]},React[_0x4b15(0x7b)](Image,{'source':_0xcace3e[_0x4b15(0x9a)],'style':styles[_0x4b15(0x9b)],'resizeMode':'contain'}),React[_0x4b15(0x7b)](Text,{'style':[styles[_0x4b15(0x9c)],darkMode&&styles[_0x4b15(0x8b)]]},_0xcace3e[_0x4b15(0x9d)])),React[_0x4b15(0x7b)](Switch,{'value':_0x269bfc[_0xcace3e['id']],'onValueChange':()=>_0x5b4728(_0xcace3e['id']),'trackColor':{'false':_0x4b15(0x9e),'true':_0x4b15(0x9f)},'thumbColor':_0x269bfc[_0xcace3e['id']]?_0x4b15(0xa0):_0x4b15(0xa1)}))))),React[_0x4b15(0x7b)](View,{'style':[styles[_0x4b15(0xa2)],darkMode&&styles[_0x4b15(0xa3)]]},React[_0x4b15(0x7b)](TouchableOpacity,{'style':styles['footerButtonCancel'],'onPress':_0x39878e},React['createElement'](Text,{'style':[styles[_0x4b15(0xa4)],darkMode&&styles[_0x4b15(0x94)]]},_0x4b15(0xa5))),React['createElement'](TouchableOpacity,{'style':[styles[_0x4b15(0xa6)],darkMode&&styles[_0x4b15(0xa7)]],'onPress':_0x1c4725},React[_0x4b15(0x7b)](Text,{'style':[styles[_0x4b15(0xa8)],_0x1a34ff[_0x4b15(0xa9)](darkMode,{'color':_0x1a34ff[_0x4b15(0xaa)]})]},_0x1a34ff['oYEVk']))))))));};const styles=StyleSheet[_0x4b15(0xab)]({'modalOverlay':{'flex':0x1,'backgroundColor':_0x4b15(0xac),'justifyContent':_0x4b15(0xad)},'bottomSheet':{'backgroundColor':_0x4b15(0xae),'borderTopLeftRadius':0x18,'borderTopRightRadius':0x18,'width':SCREEN_WIDTH,'height':SCREEN_HEIGHT*0.8,'overflow':_0x4b15(0xaf)},'handleContainer':{'width':_0x4b15(0xb0),'alignItems':'center','paddingTop':0xc,'paddingBottom':0x8},'handle':{'width':0x28,'height':0x5,'borderRadius':0x3,'backgroundColor':_0x4b15(0xb1)},'darkHandle':{'backgroundColor':_0x4b15(0x1d)},'container':{'flex':0x1,'backgroundColor':_0x4b15(0xae)},'darkContainer':{'backgroundColor':_0x4b15(0xb2)},'header':{'padding':0x18,'alignItems':_0x4b15(0xb3)},'darkHeader':{'backgroundColor':_0x4b15(0xb2)},'headerContent':{'flexDirection':_0x4b15(0xb4),'alignItems':_0x4b15(0xb3),'justifyContent':_0x4b15(0xb3),'marginBottom':0x10},'appIcon':{'width':0x30,'height':0x30,'borderRadius':0x10,'backgroundColor':_0x4b15(0xb5),'alignItems':_0x4b15(0xb3),'justifyContent':'center'},'darkAppIcon':{'backgroundColor':_0x4b15(0xb6)},'appIconText':{'fontSize':0x18,'color':_0x4b15(0x20)},'darkText':{'color':_0x4b15(0xae)},'arrow':{'marginHorizontal':0x10},'onairosIcon':{'width':0x30,'height':0x30,'borderRadius':0x10,'backgroundColor':_0x4b15(0xb5),'alignItems':_0x4b15(0xb3),'justifyContent':_0x4b15(0xb3)},'darkOnairosIcon':{'backgroundColor':'#2A2A2A'},'onairosIconText':{'fontSize':0x18,'color':'#000'},'darkSubText':{'color':_0x4b15(0xb7)},'titleContainer':{'marginBottom':0x1e},'mainTitle':{'fontSize':0x16,'fontWeight':_0x4b15(0xb8),'color':_0x4b15(0x20),'textAlign':_0x4b15(0xb3),'marginBottom':0x10},'privacyMessage':{'fontSize':0xe,'color':_0x4b15(0x1d),'textAlign':_0x4b15(0xb3),'marginBottom':0x10},'content':{'flex':0x1,'paddingHorizontal':0x18},'platformsContainer':{'marginTop':0x10},'platformItem':{'flexDirection':_0x4b15(0xb4),'justifyContent':_0x4b15(0xb9),'alignItems':_0x4b15(0xb3),'padding':0x10,'backgroundColor':_0x4b15(0xae),'borderRadius':0x10,'marginBottom':0x10,'borderWidth':0x1,'borderColor':'#eee'},'darkPlatformItem':{'backgroundColor':_0x4b15(0xb6),'borderColor':_0x4b15(0xba)},'platformInfo':{'flexDirection':_0x4b15(0xb4),'alignItems':_0x4b15(0xb3)},'platformIcon':{'width':0x20,'height':0x20,'marginRight':0xc},'platformName':{'fontSize':0x10,'fontWeight':_0x4b15(0xbb),'color':_0x4b15(0x20)},'footer':{'flexDirection':_0x4b15(0xb4),'alignItems':_0x4b15(0xb3),'justifyContent':_0x4b15(0xb9),'padding':0x18,'borderTopWidth':0x1,'borderTopColor':_0x4b15(0xbc),'backgroundColor':_0x4b15(0xae)},'darkFooter':{'backgroundColor':_0x4b15(0xb6),'borderTopColor':'#333'},'footerButtonCancel':{'paddingVertical':0x8,'paddingHorizontal':0x10},'darkFooterButton':{'backgroundColor':_0x4b15(0xbd)},'footerButtonConfirm':{'paddingVertical':0x10,'paddingHorizontal':0x20,'borderRadius':0x10,'backgroundColor':_0x4b15(0xae),'borderWidth':0x1,'borderColor':_0x4b15(0x20)},'darkFooterButtonConfirm':{'backgroundColor':_0x4b15(0xae),'borderColor':_0x4b15(0xae)},'footerButtonText':{'color':'#666','fontSize':0x10},'footerButtonTextConfirm':{'color':_0x4b15(0x20),'fontSize':0x10,'fontWeight':_0x4b15(0xb8)},'lightBackground':{'backgroundColor':_0x4b15(0xae)},'darkBackground':{'backgroundColor':_0x4b15(0xb2)}});
1
+ import React,{useState,useEffect,useCallback,useRef}from'react';import{View,Text,StyleSheet,TouchableOpacity,ScrollView,Alert,Platform,Dimensions,Modal,Animated,TouchableWithoutFeedback,SafeAreaView,Image,Switch}from'react-native';import _0x298ee7 from'react-native-vector-icons/MaterialIcons';import{onairosApi}from'../api';import{encryptModelKey}from'../utils/encryption';function _0x3f65(){const _0x5ae855=['get','window','Your\x20App','Error\x20getting\x20server\x20public\x20key:','Development\x20mode\x20-\x20mock\x20account\x20info','getAccountInfo','ZiCGx','auImw','oyPRt','Error\x20getting\x20account\x20info:','mock-token','fallback-token','unknown','ukYJH','xowpB','public/key','object','function','zSTSY','qNjMG','Error\x20encrypting\x20model\x20key:','getAPIUrlMobile','devURL','oaPss','emcxu','Error\x20confirming\x20selection:','luxXj','error-fallback-token','ZTvPJ','Failed\x20to\x20confirm\x20selection.\x20Please\x20try\x20again.','ifrJb','cKlFx','Error','none','arrow_forward','#999','#666','qAAyc','WzyeT','MWMnq','current','avaaH','OursX','ygxxR','keys','forEach','unpqr','start','error','rXuCC','post','bLQae','sVyow','data','epjVT','vNXWr','mkifH','spring','User:\x20','Kdibp','JrMHN','XhTMa','FagSx','timing','eDfxW','pYfWE','XjLok','tGgon','wlwIg','enQLX','select','ANyKY','com.onairos.mock','xbEAH','OWpKX','qOMKf','BASE_URL','mock-key','mVHhB','YaYYl','PRYuB','WlQio','Ipnxx','publicKey','etdNo','tuHIC','UCfeN','ytVgK','sPqLW','odrYh','GQsUV','PwedI','tdnBi','OfbDq','VBiND','APIUrl','xZLor','OeGyU','token','Ftvmg','TNtnx','xhdDO','cxZhE','krjbF','MjMBw','tnLVR','hMTat','eSgtR','FpHNj','Kozft','PGDHD','nwxLJ','UUBPE','XIjdg','kweoa','BOUCi','RrKqg','tRsmH','alert','MPhva','IVQEE','modalOverlay','createElement','stopPropagation','View','darkContainer','interpolate','handleContainer','handle','darkHandle','darkHeader','appIcon','darkAppIcon','darkText','charAt','mWQDD','hExfT','Jqhiv','arrow','onairosIcon','darkOnairosIcon','onairosIconText','content','titleContainer','mainTitle','Connect\x20your\x20data\x20to\x20create\x20a\x20Persona\x20of\x20you,\x20to\x20connect\x20to\x20Cosmos','platformsContainer','map','darkPlatformItem','platformInfo','icon','contain','platformName','#81b0ff','#f4f3f4','footerButtonText','Cancel','footerButtonConfirm','darkFooterButtonConfirm','footerButtonTextConfirm','SjULj','oqIgw','Dffjb','create','rgba(0,\x200,\x200,\x200.5)','hidden','100%','center','#E0E0E0','#fff','#1A1A1A','row','#F5F5F5','#000','600','space-between','#eee','#2A2A2A','#333','500','transparent'];_0x3f65=function(){return _0x5ae855;};return _0x3f65();}function _0x165b(_0x3f65e3,_0x165bfe){_0x3f65e3=_0x3f65e3-0x0;const _0x140675=_0x3f65();let _0x3ce29d=_0x140675[_0x3f65e3];return _0x3ce29d;}import{OVERLAY_PLATFORMS}from'../utils/assetRegistry';const {width:SCREEN_WIDTH,height:SCREEN_HEIGHT}=Dimensions[_0x165b(0x0)](_0x165b(0x1));import{API_CONFIG}from'../config/api';export const Overlay=({data:_0x160aee,username:_0x9c30e2,modelKey:_0x4bb161,onResolved:_0x4a14e6,appName:appName=_0x165b(0x2),darkMode:darkMode=![],platforms:platforms=OVERLAY_PLATFORMS})=>{const _0xab3d4c={'avaaH':_0x165b(0x3),'OursX':function(_0x5dff7e,_0x3b3d2e){return _0x5dff7e===_0x3b3d2e;},'MWMnq':function(_0x579711,_0x515ea9){return _0x579711(_0x515ea9);},'unpqr':function(_0x361a2a){return _0x361a2a();},'WzyeT':function(_0xfb89e0,_0x16ba63){return _0xfb89e0(_0x16ba63);},'MkHfE':_0x165b(0x4),'bLQae':_0x165b(0x5),'sVyow':function(_0x4d1c8f,_0x2227ac){return _0x4d1c8f===_0x2227ac;},'qAAyc':function(_0x5db204,_0x1bd18f){return _0x5db204(_0x1bd18f);},'epjVT':function(_0x4995c9,_0x50e386){return _0x4995c9!==_0x50e386;},'vNXWr':_0x165b(0x6),'fkFkm':function(_0x143b7d,_0x17d962){return _0x143b7d===_0x17d962;},'Kdibp':_0x165b(0x7),'JrMHN':_0x165b(0x8),'XhTMa':_0x165b(0x9),'tdnBi':function(_0x168611,_0x4304c7){return _0x168611(_0x4304c7);},'FagSx':function(_0x49a3c9,_0x548d3f){return _0x49a3c9(_0x548d3f);},'pYfWE':function(_0x507f76,_0x237192,_0x56714b,_0x211926){return _0x507f76(_0x237192,_0x56714b,_0x211926);},'XIjdg':_0x165b(0xa),'XjLok':function(_0x29826e,_0x467a87,_0x237c18,_0x252f7c){return _0x29826e(_0x467a87,_0x237c18,_0x252f7c);},'tGgon':_0x165b(0xb),'wlwIg':function(_0x52555d){return _0x52555d();},'enQLX':function(_0x310fb5,_0x3c0192,_0xd8702f){return _0x310fb5(_0x3c0192,_0xd8702f);},'ANyKY':'com.onairos.mock','xbEAH':_0x165b(0xc),'TZhZR':function(_0x548902,_0x22968d){return _0x548902!==_0x22968d;},'OWpKX':_0x165b(0xd),'qUNAW':'vLKrn','qOMKf':function(_0x436309,_0x4cb692,_0x198e7b,_0x514740){return _0x436309(_0x4cb692,_0x198e7b,_0x514740);},'mVHhB':_0x165b(0xe),'PRYuB':_0x165b(0xf),'WlQio':function(_0x27d8c4,_0xcd777d){return _0x27d8c4===_0xcd777d;},'Ipnxx':_0x165b(0x10),'etdNo':function(_0x2bc5f5,_0x50c9e6){return _0x2bc5f5===_0x50c9e6;},'tuHIC':_0x165b(0x11),'UCfeN':_0x165b(0x12),'GGiCD':_0x165b(0x13),'mPYuV':function(_0x160b38,_0x184eaf,_0x307c6a){return _0x160b38(_0x184eaf,_0x307c6a);},'xneMP':function(_0x539af5,_0x482ee7){return _0x539af5===_0x482ee7;},'PwedI':'PcJeG','tRsmH':_0x165b(0x14),'OfbDq':_0x165b(0x15),'VBiND':'local','ZcqUv':_0x165b(0x16),'xZLor':function(_0x5356b9,_0x283aa5){return _0x5356b9!==_0x283aa5;},'OeGyU':_0x165b(0x17),'xhdDO':function(_0x392b10,_0x4673f3,_0x9829a2,_0x6f3893){return _0x392b10(_0x4673f3,_0x9829a2,_0x6f3893);},'cxZhE':function(_0x33bd3a){return _0x33bd3a();},'EfQmj':function(_0x320fef,_0x389070){return _0x320fef===_0x389070;},'krjbF':_0x165b(0x18),'MjMBw':_0x165b(0x19),'WpdeH':_0x165b(0x1a),'hMTat':function(_0x164a84,_0x28df7c,_0xd91a1f,_0x3699bb){return _0x164a84(_0x28df7c,_0xd91a1f,_0x3699bb);},'eSgtR':_0x165b(0x1b),'rcamR':function(_0x351e40,_0x5e3f2a){return _0x351e40===_0x5e3f2a;},'PGDHD':_0x165b(0x1c),'LoYVE':'rckrd','UUBPE':_0x165b(0x1d),'kweoa':function(_0x41cb8c,_0x371193){return _0x41cb8c===_0x371193;},'BOUCi':_0x165b(0x1e),'RrKqg':_0x165b(0x1f),'MPhva':_0x165b(0x20),'DSGaR':function(_0x2ef771,_0x4ec8e3){return _0x2ef771(_0x4ec8e3);},'eDfxW':function(_0xdf34e7,_0x19a7d7,_0x5ef90b){return _0xdf34e7(_0x19a7d7,_0x5ef90b);},'XhXJV':function(_0x46f3b0,_0x339efd,_0x2246c7){return _0x46f3b0(_0x339efd,_0x2246c7);},'IVQEE':_0x165b(0x21),'mWQDD':_0x165b(0x22),'hExfT':_0x165b(0x23),'Jqhiv':_0x165b(0x24),'SjULj':function(_0x24646e,_0x542e11){return _0x24646e&&_0x542e11;},'oqIgw':'#000','Dffjb':'Connect'},[_0x218ad0,_0x3c2aaa]=_0xab3d4c[_0x165b(0x25)](useState,{}),[_0x1052e7,_0x35276d]=_0xab3d4c[_0x165b(0x26)](useState,''),[_0x1dba2c,_0x2729b4]=useState(!![]),[_0x28ced1,_0x11ee3d]=_0xab3d4c[_0x165b(0x27)](useState,{}),_0x239927=_0xab3d4c['DSGaR'](useRef,new Animated['Value'](0x0))[_0x165b(0x28)];useEffect(()=>{const _0xd2d546={'rXuCC':_0xab3d4c[_0x165b(0x29)]};if(_0xab3d4c[_0x165b(0x2a)](_0x165b(0x2b),_0x165b(0x2b))){const _0x2c9463={};Object[_0x165b(0x2c)](_0x160aee)[_0x165b(0x2d)](_0x2abc1e=>{_0x2c9463[_0x2abc1e]=![];}),_0xab3d4c[_0x165b(0x27)](_0x3c2aaa,_0x2c9463);const _0x33aab3={};platforms[_0x165b(0x2d)](_0x8726a8=>{_0x33aab3[_0x8726a8['id']]=![];}),_0xab3d4c[_0x165b(0x27)](_0x11ee3d,_0x33aab3),_0xab3d4c[_0x165b(0x2e)](_0x22ee21),Animated['spring'](_0x239927,{'toValue':0x1,'useNativeDriver':!![],'bounciness':0x0})[_0x165b(0x2f)]();}else _0x4e6860[_0x165b(0x30)](_0xd2d546[_0x165b(0x31)],_0x41197f);},[]);const _0x22ee21=async()=>{const _0x394b02={'mkifH':function(_0x35628b,_0x48dd17){return _0x35628b(_0x48dd17);}};try{if(__DEV__){_0xab3d4c[_0x165b(0x26)](_0x35276d,_0xab3d4c['MkHfE']);return;}const _0x40a8bc=await onairosApi[_0x165b(0x32)](_0xab3d4c[_0x165b(0x33)],{'Info':{'username':_0x9c30e2}});if(_0x40a8bc&&_0x40a8bc['data']){const _0x4d3255=_0xab3d4c[_0x165b(0x34)](typeof _0x40a8bc[_0x165b(0x35)],_0x165b(0x10))&&_0x40a8bc['data']['AccountInfo']?_0x40a8bc['data']['AccountInfo']:'User:\x20'+_0x9c30e2;_0xab3d4c[_0x165b(0x25)](_0x35276d,_0x4d3255);}else{if(_0xab3d4c[_0x165b(0x36)](_0xab3d4c[_0x165b(0x37)],_0xab3d4c[_0x165b(0x37)])){const _0x206576={};_0x1ccb07['keys'](_0x138799)[_0x165b(0x2d)](_0xa69bf5=>{_0x206576[_0xa69bf5]=![];}),_0x394b02[_0x165b(0x38)](_0x20d2c3,_0x206576);const _0x4b212c={};_0x3e496b[_0x165b(0x2d)](_0x229e41=>{_0x4b212c[_0x229e41['id']]=![];}),_0x394b02[_0x165b(0x38)](_0xd06658,_0x4b212c),_0x38e568(),Animated[_0x165b(0x39)](_0x5ef354,{'toValue':0x1,'useNativeDriver':!![],'bounciness':0x0})['start']();}else _0x35276d(_0x165b(0x3a)+_0x9c30e2);}}catch(_0x255aea){_0xab3d4c['fkFkm'](_0xab3d4c[_0x165b(0x3b)],_0xab3d4c[_0x165b(0x3c)])?_0x45c328[_0x10105b]=![]:(console[_0x165b(0x30)](_0xab3d4c[_0x165b(0x3d)],_0x255aea),_0xab3d4c['tdnBi'](_0x35276d,_0x165b(0x3a)+_0x9c30e2));}},_0x5ed58a=useCallback(()=>{const _0x591f73={'GyebZ':function(_0x35eadf,_0x4bb6e7){return _0xab3d4c[_0x165b(0x3e)](_0x35eadf,_0x4bb6e7);}};Animated[_0x165b(0x3f)](_0x239927,{'toValue':0x0,'duration':0xfa,'useNativeDriver':!![]})[_0x165b(0x2f)](()=>{_0x591f73['GyebZ'](_0x2729b4,![]);});},[_0x239927]),_0x1939a3=_0xab3d4c[_0x165b(0x40)](useCallback,_0xb301aa=>{_0xab3d4c[_0x165b(0x26)](_0x11ee3d,_0x3ce364=>({..._0x3ce364,[_0xb301aa]:!_0x3ce364[_0xb301aa]}));},[]),_0x1c3b54=_0xab3d4c['XhXJV'](useCallback,async()=>{const _0x5e6a3d={'YaYYl':_0x165b(0x9),'ytVgK':_0x165b(0x19),'sPqLW':function(_0x18fac6,_0x2b8c48,_0x387b5a,_0x374389){return _0xab3d4c[_0x165b(0x41)](_0x18fac6,_0x2b8c48,_0x387b5a,_0x374389);},'odrYh':function(_0x2a6cc6){return _0xab3d4c[_0x165b(0x2e)](_0x2a6cc6);},'Ftvmg':function(_0x6a6981,_0x40fa24,_0x59ce18,_0x30c6e3){return _0xab3d4c[_0x165b(0x42)](_0x6a6981,_0x40fa24,_0x59ce18,_0x30c6e3);},'TNtnx':_0x165b(0x1b),'FpHNj':_0xab3d4c[_0x165b(0x43)],'Kozft':function(_0x39a9f3){return _0xab3d4c[_0x165b(0x44)](_0x39a9f3);},'nwxLJ':function(_0x47c0e7,_0x312182,_0x544b12){return _0xab3d4c[_0x165b(0x45)](_0x47c0e7,_0x312182,_0x544b12);}};try{const _0x301ec7=Platform[_0x165b(0x46)]({'ios':_0xab3d4c[_0x165b(0x47)],'android':_0x165b(0x48),'default':_0xab3d4c[_0x165b(0x49)]});if(__DEV__){if(_0xab3d4c['TZhZR'](_0xab3d4c[_0x165b(0x4a)],_0xab3d4c['qUNAW'])){_0xab3d4c[_0x165b(0x4b)](_0x4a14e6,''+API_CONFIG[_0x165b(0x4c)],_0xab3d4c['XIjdg'],{'username':_0x9c30e2,'selections':_0x218ad0,'platforms':_0x28ced1}),_0xab3d4c[_0x165b(0x2e)](_0x5ed58a);return;}else _0xf87b07[_0x231ac0['id']]=![];}let _0xffd9af=_0x165b(0x4d);try{if(_0xab3d4c[_0x165b(0x4e)]!==_0xab3d4c[_0x165b(0x4e)])_0x549727[_0x165b(0x30)](_0x5e6a3d[_0x165b(0x4f)],_0x1b5b7e),_0x1a2bf4(_0x165b(0x3a)+_0x208ef9);else{const _0x104a32=await onairosApi[_0x165b(0x0)](_0xab3d4c[_0x165b(0x50)]);_0x104a32&&_0x104a32[_0x165b(0x35)]&&_0xab3d4c[_0x165b(0x51)](typeof _0x104a32[_0x165b(0x35)],_0xab3d4c[_0x165b(0x52)])&&(_0xffd9af=_0x104a32[_0x165b(0x35)][_0x165b(0x53)]||'mock-key');}}catch(_0xb419c){console[_0x165b(0x30)](_0xab3d4c[_0x165b(0x29)],_0xb419c);}let _0x3418f3=_0x4bb161;if(_0xab3d4c[_0x165b(0x54)](typeof encryptModelKey,_0xab3d4c[_0x165b(0x55)])&&_0xffd9af){if(_0xab3d4c[_0x165b(0x34)](_0xab3d4c[_0x165b(0x56)],_0xab3d4c['GGiCD']))_0x2bcc0a[_0x165b(0x30)](_0x5e6a3d[_0x165b(0x57)],_0x247384),_0x49a744?(_0x5e6a3d[_0x165b(0x58)](_0x4ee427,''+_0x55d5ec['BASE_URL'],_0x165b(0x1b),{'username':_0x41aae9,'selections':_0x2af396,'platforms':_0xcf80bf,'error':!![]}),_0x5e6a3d[_0x165b(0x59)](_0x44bf23)):_0x5b8738(_0x165b(0x1d));else try{_0x3418f3=_0xab3d4c['mPYuV'](encryptModelKey,_0xffd9af,_0x4bb161);}catch(_0x4b2607){if(_0xab3d4c['xneMP'](_0x165b(0x5a),_0xab3d4c[_0x165b(0x5b)])){const _0x2d5739={'sLSgr':function(_0x3e8815,_0x52bcd3){return _0xab3d4c[_0x165b(0x5c)](_0x3e8815,_0x52bcd3);}};Animated[_0x165b(0x3f)](_0x199e17,{'toValue':0x0,'duration':0xfa,'useNativeDriver':!![]})['start'](()=>{_0x2d5739['sLSgr'](_0x3d7d23,![]);});}else console[_0x165b(0x30)](_0xab3d4c['tRsmH'],_0x4b2607);}}const _0x2f9c57=await onairosApi['post'](_0xab3d4c[_0x165b(0x5d)],{'Info':{'storage':_0xab3d4c[_0x165b(0x5e)],'appId':_0x301ec7,'confirmations':_0x218ad0,'developerURL':_0xab3d4c['ZcqUv'],'EncryptedUserPin':_0x3418f3,'username':_0x9c30e2,'platforms':_0x28ced1}});_0x2f9c57&&_0x2f9c57[_0x165b(0x35)]&&_0x2f9c57[_0x165b(0x35)][_0x165b(0x5f)]&&_0x2f9c57[_0x165b(0x35)]['token']?_0xab3d4c[_0x165b(0x60)](_0xab3d4c[_0x165b(0x61)],'sMCYl')?(_0xab3d4c['xhdDO'](_0x4a14e6,_0x2f9c57['data'][_0x165b(0x5f)],_0x2f9c57['data'][_0x165b(0x62)],{'username':_0x9c30e2,'selections':_0x218ad0,'platforms':_0x28ced1}),_0x5ed58a()):(_0x5e6a3d[_0x165b(0x63)](_0x26925f,''+_0x445dda[_0x165b(0x4c)],_0x5e6a3d[_0x165b(0x64)],{'username':_0x1d7c08,'selections':_0x3085d8,'platforms':_0x5311fd,'error':!![]}),_0x5e6a3d['odrYh'](_0x5db2b6)):(_0xab3d4c[_0x165b(0x65)](_0x4a14e6,''+API_CONFIG['BASE_URL'],_0xab3d4c[_0x165b(0x43)],{'username':_0x9c30e2,'selections':_0x218ad0,'platforms':_0x28ced1}),_0xab3d4c[_0x165b(0x66)](_0x5ed58a));}catch(_0x3d4eb5){if(_0xab3d4c['EfQmj'](_0xab3d4c['krjbF'],_0xab3d4c[_0x165b(0x67)])){console[_0x165b(0x30)](_0xab3d4c[_0x165b(0x68)],_0x3d4eb5);if(__DEV__)_0xab3d4c['WpdeH']!==_0x165b(0x69)?(_0xab3d4c[_0x165b(0x6a)](_0x4a14e6,''+API_CONFIG[_0x165b(0x4c)],_0xab3d4c[_0x165b(0x6b)],{'username':_0x9c30e2,'selections':_0x218ad0,'platforms':_0x28ced1,'error':!![]}),_0xab3d4c[_0x165b(0x2e)](_0x5ed58a)):(_0x22706c(''+_0x2e3e29[_0x165b(0x4c)],_0x5e6a3d[_0x165b(0x6c)],{'username':_0x55dcf5,'selections':_0x12835b,'platforms':_0x23b431}),_0x5e6a3d[_0x165b(0x6d)](_0x53cc5a));else{if(_0xab3d4c['rcamR'](_0xab3d4c[_0x165b(0x6e)],_0xab3d4c['LoYVE']))try{_0x34d87d=_0x5e6a3d[_0x165b(0x6f)](_0x4c43c1,_0x33561e,_0x1dbd84);}catch(_0x592718){_0x55e58f[_0x165b(0x30)]('Error\x20encrypting\x20model\x20key:',_0x592718);}else _0xab3d4c[_0x165b(0x3e)](_0x7ba0c2,_0xab3d4c[_0x165b(0x70)]);}}else{_0xab3d4c[_0x165b(0x41)](_0x148825,''+_0x575fc5[_0x165b(0x4c)],_0xab3d4c[_0x165b(0x71)],{'username':_0x5ef2fd,'selections':_0x3b7fe8,'platforms':_0x3292ea}),_0xab3d4c['unpqr'](_0x12de50);return;}}},[_0x218ad0,_0x9c30e2,_0x4bb161,_0x4a14e6,_0x5ed58a,_0x28ced1]),_0x7ba0c2=_0x2aa05d=>{_0xab3d4c[_0x165b(0x72)](_0xab3d4c[_0x165b(0x73)],_0xab3d4c[_0x165b(0x74)])?_0x55c075[_0x165b(0x30)](_0xab3d4c[_0x165b(0x75)],_0x298d55):Alert[_0x165b(0x76)](_0xab3d4c[_0x165b(0x77)],_0x2aa05d,[{'text':'OK'}]);};return React['createElement'](Modal,{'visible':_0x1dba2c,'transparent':!![],'animationType':_0xab3d4c[_0x165b(0x78)],'statusBarTranslucent':!![],'onRequestClose':_0x5ed58a},React['createElement'](TouchableOpacity,{'style':styles[_0x165b(0x79)],'activeOpacity':0x1,'onPress':_0x5ed58a},React[_0x165b(0x7a)](TouchableWithoutFeedback,{'onPress':_0x41e79a=>_0x41e79a[_0x165b(0x7b)]()},React[_0x165b(0x7a)](Animated[_0x165b(0x7c)],{'style':[styles['bottomSheet'],darkMode&&styles[_0x165b(0x7d)],{'transform':[{'translateY':_0x239927[_0x165b(0x7e)]({'inputRange':[0x0,0x1],'outputRange':[SCREEN_HEIGHT,0x0]})}]}]},React[_0x165b(0x7a)](View,{'style':styles[_0x165b(0x7f)]},React[_0x165b(0x7a)](View,{'style':[styles[_0x165b(0x80)],darkMode&&styles[_0x165b(0x81)]]})),React['createElement'](SafeAreaView,{'style':[styles['container'],darkMode&&styles[_0x165b(0x7d)]]},React[_0x165b(0x7a)](View,{'style':[styles['header'],darkMode&&styles[_0x165b(0x82)]]},React[_0x165b(0x7a)](View,{'style':styles['headerContent']},React[_0x165b(0x7a)](View,{'style':[styles[_0x165b(0x83)],darkMode&&styles[_0x165b(0x84)]]},React['createElement'](Text,{'style':[styles['appIconText'],darkMode&&styles[_0x165b(0x85)]]},appName[_0x165b(0x86)](0x0))),React[_0x165b(0x7a)](_0x298ee7,{'name':_0xab3d4c[_0x165b(0x87)],'size':0x18,'color':darkMode?_0xab3d4c[_0x165b(0x88)]:_0xab3d4c[_0x165b(0x89)],'style':styles[_0x165b(0x8a)]}),React[_0x165b(0x7a)](View,{'style':[styles[_0x165b(0x8b)],darkMode&&styles[_0x165b(0x8c)]]},React[_0x165b(0x7a)](Text,{'style':[styles[_0x165b(0x8d)],darkMode&&styles['darkText']]},'O')))),React['createElement'](ScrollView,{'style':styles[_0x165b(0x8e)]},React[_0x165b(0x7a)](View,{'style':styles[_0x165b(0x8f)]},React[_0x165b(0x7a)](Text,{'style':[styles[_0x165b(0x90)],darkMode&&styles[_0x165b(0x85)]]},_0x165b(0x91)),React[_0x165b(0x7a)](Text,{'style':[styles['privacyMessage'],darkMode&&styles['darkSubText']]},'None\x20of\x20your\x20app\x20data\x20is\x20shared\x20with\x20ANYONE')),React[_0x165b(0x7a)](View,{'style':styles[_0x165b(0x92)]},platforms[_0x165b(0x93)](_0x26680a=>React[_0x165b(0x7a)](View,{'key':_0x26680a['id'],'style':[styles['platformItem'],darkMode&&styles[_0x165b(0x94)]]},React['createElement'](View,{'style':styles[_0x165b(0x95)]},React[_0x165b(0x7a)](Image,{'source':_0x26680a[_0x165b(0x96)],'style':styles['platformIcon'],'resizeMode':_0x165b(0x97)}),React[_0x165b(0x7a)](Text,{'style':[styles[_0x165b(0x98)],darkMode&&styles[_0x165b(0x85)]]},_0x26680a['name'])),React[_0x165b(0x7a)](Switch,{'value':_0x28ced1[_0x26680a['id']],'onValueChange':()=>_0x1939a3(_0x26680a['id']),'trackColor':{'false':'#767577','true':_0x165b(0x99)},'thumbColor':_0x28ced1[_0x26680a['id']]?'#2196F3':_0x165b(0x9a)}))))),React[_0x165b(0x7a)](View,{'style':[styles['footer'],darkMode&&styles['darkFooter']]},React['createElement'](TouchableOpacity,{'style':styles['footerButtonCancel'],'onPress':_0x5ed58a},React[_0x165b(0x7a)](Text,{'style':[styles[_0x165b(0x9b)],darkMode&&styles['darkSubText']]},_0x165b(0x9c))),React['createElement'](TouchableOpacity,{'style':[styles[_0x165b(0x9d)],darkMode&&styles[_0x165b(0x9e)]],'onPress':_0x1c3b54},React[_0x165b(0x7a)](Text,{'style':[styles[_0x165b(0x9f)],_0xab3d4c[_0x165b(0xa0)](darkMode,{'color':_0xab3d4c[_0x165b(0xa1)]})]},_0xab3d4c[_0x165b(0xa2)]))))))));};const styles=StyleSheet[_0x165b(0xa3)]({'modalOverlay':{'flex':0x1,'backgroundColor':_0x165b(0xa4),'justifyContent':'flex-end'},'bottomSheet':{'backgroundColor':'#fff','borderTopLeftRadius':0x18,'borderTopRightRadius':0x18,'width':SCREEN_WIDTH,'height':SCREEN_HEIGHT*0.8,'overflow':_0x165b(0xa5)},'handleContainer':{'width':_0x165b(0xa6),'alignItems':_0x165b(0xa7),'paddingTop':0xc,'paddingBottom':0x8},'handle':{'width':0x28,'height':0x5,'borderRadius':0x3,'backgroundColor':_0x165b(0xa8)},'darkHandle':{'backgroundColor':_0x165b(0x24)},'container':{'flex':0x1,'backgroundColor':_0x165b(0xa9)},'darkContainer':{'backgroundColor':_0x165b(0xaa)},'header':{'padding':0x18,'alignItems':_0x165b(0xa7)},'darkHeader':{'backgroundColor':_0x165b(0xaa)},'headerContent':{'flexDirection':_0x165b(0xab),'alignItems':'center','justifyContent':_0x165b(0xa7),'marginBottom':0x10},'appIcon':{'width':0x30,'height':0x30,'borderRadius':0x10,'backgroundColor':_0x165b(0xac),'alignItems':_0x165b(0xa7),'justifyContent':_0x165b(0xa7)},'darkAppIcon':{'backgroundColor':'#2A2A2A'},'appIconText':{'fontSize':0x18,'color':_0x165b(0xad)},'darkText':{'color':_0x165b(0xa9)},'arrow':{'marginHorizontal':0x10},'onairosIcon':{'width':0x30,'height':0x30,'borderRadius':0x10,'backgroundColor':_0x165b(0xac),'alignItems':_0x165b(0xa7),'justifyContent':_0x165b(0xa7)},'darkOnairosIcon':{'backgroundColor':'#2A2A2A'},'onairosIconText':{'fontSize':0x18,'color':_0x165b(0xad)},'darkSubText':{'color':'#999'},'titleContainer':{'marginBottom':0x1e},'mainTitle':{'fontSize':0x16,'fontWeight':_0x165b(0xae),'color':_0x165b(0xad),'textAlign':_0x165b(0xa7),'marginBottom':0x10},'privacyMessage':{'fontSize':0xe,'color':_0x165b(0x24),'textAlign':_0x165b(0xa7),'marginBottom':0x10},'content':{'flex':0x1,'paddingHorizontal':0x18},'platformsContainer':{'marginTop':0x10},'platformItem':{'flexDirection':_0x165b(0xab),'justifyContent':_0x165b(0xaf),'alignItems':'center','padding':0x10,'backgroundColor':_0x165b(0xa9),'borderRadius':0x10,'marginBottom':0x10,'borderWidth':0x1,'borderColor':_0x165b(0xb0)},'darkPlatformItem':{'backgroundColor':_0x165b(0xb1),'borderColor':_0x165b(0xb2)},'platformInfo':{'flexDirection':_0x165b(0xab),'alignItems':_0x165b(0xa7)},'platformIcon':{'width':0x20,'height':0x20,'marginRight':0xc},'platformName':{'fontSize':0x10,'fontWeight':_0x165b(0xb3),'color':_0x165b(0xad)},'footer':{'flexDirection':'row','alignItems':_0x165b(0xa7),'justifyContent':_0x165b(0xaf),'padding':0x18,'borderTopWidth':0x1,'borderTopColor':_0x165b(0xb0),'backgroundColor':_0x165b(0xa9)},'darkFooter':{'backgroundColor':_0x165b(0xb1),'borderTopColor':_0x165b(0xb2)},'footerButtonCancel':{'paddingVertical':0x8,'paddingHorizontal':0x10},'darkFooterButton':{'backgroundColor':_0x165b(0xb4)},'footerButtonConfirm':{'paddingVertical':0x10,'paddingHorizontal':0x20,'borderRadius':0x10,'backgroundColor':'#fff','borderWidth':0x1,'borderColor':_0x165b(0xad)},'darkFooterButtonConfirm':{'backgroundColor':_0x165b(0xa9),'borderColor':_0x165b(0xa9)},'footerButtonText':{'color':_0x165b(0x24),'fontSize':0x10},'footerButtonTextConfirm':{'color':_0x165b(0xad),'fontSize':0x10,'fontWeight':_0x165b(0xae)},'lightBackground':{'backgroundColor':_0x165b(0xa9)},'darkBackground':{'backgroundColor':_0x165b(0xaa)}});
@@ -1 +1 @@
1
- import React,{useEffect,useRef,useState}from'react';function _0x1584(_0x1cea31,_0x158407){_0x1cea31=_0x1cea31-0x0;const _0x4dd220=_0x1cea();let _0x3be7f3=_0x4dd220[_0x1cea31];return _0x3be7f3;}function _0x1cea(){const _0xb26c92=['VjuUl','YvZDL','xTVYh','roItr','pwhhO','LvfKy','XvqNw','SBYQP','ttsHX','OCqyI','current','oRGDi','1|3|0|2|4','split','wZHxE','wRIqC','Psaby','YIzgf','qaOnM','AEXcQ','FMHdL','ymOMD','CUBcv','bxRhx','vMaRM','HwiFM','csWGf','ElaJn','EIgkl','OSiXO','rJgac','now','hbViY','SMjfR','PfCeP','tUXnI','IhVnB','qTHsR','clMaq','min','euXhD','Kpdac','GvnYr','jQEkN','YqqCg','WorRn','WuliU','jzFYb','ETsUg','wlYyh','uARlL','cRlGz','cCwXp','gQnJX','tyqfH','DfSxY','fBgIk','ANyWy','uphQM','JBvqm','qudcx','TBlOK','createElement','container','persona','create','center','100%'];_0x1cea=function(){return _0xb26c92;};return _0x1cea();}import{View,StyleSheet}from'react-native';import _0x4375c9 from'lottie-react-native';import{ANIMATIONS}from'../utils/assetRegistry';const PersonaImage=({level:_0x365291,style:_0x4ceeb1,disableAnimation:disableAnimation=![]})=>{const _0x580ccc={'oRGDi':function(_0x4f87c4,_0x5669fb){return _0x4f87c4(_0x5669fb);},'EIgkl':function(_0x5edc9b,_0x191a74){return _0x5edc9b!==_0x191a74;},'AEXcQ':function(_0x6e709a,_0x505467){return _0x6e709a-_0x505467;},'FMHdL':function(_0x356a4c,_0x27891c){return _0x356a4c/_0x27891c;},'ymOMD':function(_0x1af0ed,_0x5eaef6){return _0x1af0ed*_0x5eaef6;},'CUBcv':function(_0x20a97b,_0x2be65f){return _0x20a97b+_0x2be65f;},'bxRhx':function(_0x4486b4,_0x35431a){return _0x4486b4===_0x35431a;},'vMaRM':_0x1584(0x0),'HwiFM':function(_0x5c7b8c,_0x347701){return _0x5c7b8c-_0x347701;},'csWGf':function(_0x51c13a,_0x346eb5){return _0x51c13a!==_0x346eb5;},'ElaJn':_0x1584(0x1),'rJgac':'uhUcF','VWtmi':_0x1584(0x2),'qudcx':function(_0x5576a9,_0x41f482){return _0x5576a9(_0x41f482);},'TBlOK':function(_0x30ad4c,_0x40180b){return _0x30ad4c!==_0x40180b;},'SBYQP':function(_0x3ecebb,_0x3f3280){return _0x3ecebb===_0x3f3280;},'OCqyI':'lXEyE','pwhhO':function(_0x4e9cdf,_0x10d1e2){return _0x4e9cdf(_0x10d1e2);},'wZHxE':function(_0x478eb6,_0x1097bf){return _0x478eb6(_0x1097bf);},'wRIqC':function(_0x499499,_0x2b56d5){return _0x499499!==_0x2b56d5;},'YIzgf':function(_0x595a0d,_0x3c1905){return _0x595a0d(_0x3c1905);},'oAtSU':function(_0x443154,_0x26e5b0){return _0x443154!==_0x26e5b0;},'qaOnM':function(_0x32d88f,_0x1b6d80,_0x5b5660){return _0x32d88f(_0x1b6d80,_0x5b5660);},'roItr':function(_0x42dee7,_0x416dc1){return _0x42dee7(_0x416dc1);},'LvfKy':function(_0x2e3ce3,_0x89fd1d){return _0x2e3ce3(_0x89fd1d);},'XvqNw':function(_0xabe2f0,_0x498e2b){return _0xabe2f0(_0x498e2b);}},_0x140cfc=_0x580ccc[_0x1584(0x3)](useRef,null),_0xdb0663=[0x0,0.2,0.35,0.52,0.8],_0x54ce15=_0x32e939=>_0xdb0663[_0x32e939-0x1]||0x0,[_0x310974,_0x1af57c]=_0x580ccc[_0x1584(0x4)](useState,_0x580ccc[_0x1584(0x5)](_0x54ce15,_0x365291)),_0x44327d=useRef(_0x54ce15(_0x365291)),_0x17dd84=useRef(_0x365291),_0xfec18e=_0x580ccc['pwhhO'](useRef,null),_0x334e34=_0x580ccc[_0x1584(0x5)](useRef,null),_0x53c34b=_0x580ccc[_0x1584(0x6)](useRef,!![]);return useEffect(()=>{if(_0x580ccc[_0x1584(0x7)](_0x1584(0x8),_0x580ccc[_0x1584(0x9)])){_0x4e613d[_0x1584(0xa)]=_0x3ed811,_0x580ccc[_0x1584(0xb)](_0x15578f,_0x24e1be),_0x169508[_0x1584(0xa)]=_0x1c73c0;return;}else{const _0x362c9a=_0x580ccc[_0x1584(0x4)](_0x54ce15,_0x365291);if(_0x53c34b[_0x1584(0xa)]){const _0x519156=_0x1584(0xc)[_0x1584(0xd)]('|');let _0x1c317c=0x0;while(!![]){switch(_0x519156[_0x1c317c++]){case'0':_0x17dd84[_0x1584(0xa)]=_0x365291;continue;case'1':_0x44327d[_0x1584(0xa)]=_0x362c9a;continue;case'2':_0x53c34b[_0x1584(0xa)]=![];continue;case'3':_0x580ccc[_0x1584(0xe)](_0x1af57c,_0x362c9a);continue;case'4':return;}break;}}if(disableAnimation){if(_0x580ccc[_0x1584(0xf)](_0x1584(0x10),_0x1584(0x10)))_0x580ccc['EIgkl'](_0x330dd2[_0x1584(0xa)],null)&&(_0x580ccc[_0x1584(0xb)](_0x441866,_0x25b3e5[_0x1584(0xa)]),_0xa1d7a5[_0x1584(0xa)]=null),_0x580ccc['EIgkl'](_0x351298['current'],null)&&(_0x580ccc[_0x1584(0xb)](_0x46a80c,_0x4332d9[_0x1584(0xa)]),_0x3acbf1[_0x1584(0xa)]=null);else{_0x44327d['current']=_0x362c9a,_0x580ccc[_0x1584(0xb)](_0x1af57c,_0x362c9a),_0x17dd84[_0x1584(0xa)]=_0x365291;return;}}if(_0x580ccc['SBYQP'](_0x17dd84['current'],_0x365291))return;_0xfec18e[_0x1584(0xa)]!==null&&(_0x580ccc[_0x1584(0x11)](cancelAnimationFrame,_0xfec18e[_0x1584(0xa)]),_0xfec18e[_0x1584(0xa)]=null);_0x580ccc['oAtSU'](_0x334e34['current'],null)&&(_0x580ccc[_0x1584(0x11)](clearTimeout,_0x334e34[_0x1584(0xa)]),_0x334e34['current']=null);const _0x5c9020=0x96,_0xa9bf0=0xc80;return _0x334e34[_0x1584(0xa)]=_0x580ccc[_0x1584(0x12)](setTimeout,()=>{const _0x5c0ec5={'euXhD':function(_0x271c3e,_0x13c2e9){return _0x271c3e(_0x13c2e9);},'LuUIK':function(_0x30ddf5,_0x472ce5){return _0x580ccc[_0x1584(0x13)](_0x30ddf5,_0x472ce5);},'hbViY':function(_0x2ecf6a,_0x1424a0){return _0x580ccc[_0x1584(0x14)](_0x2ecf6a,_0x1424a0);},'SMjfR':function(_0x30f3b9,_0x25a9f5){return _0x580ccc[_0x1584(0x15)](_0x30f3b9,_0x25a9f5);},'PfCeP':function(_0x3f9ed8,_0xa2c515){return _0x580ccc[_0x1584(0x16)](_0x3f9ed8,_0xa2c515);},'tUXnI':function(_0x145f26,_0x49623a){return _0x580ccc['oRGDi'](_0x145f26,_0x49623a);},'IhVnB':function(_0x43d1cf,_0x4d8d7d){return _0x580ccc[_0x1584(0x17)](_0x43d1cf,_0x4d8d7d);},'qTHsR':_0x580ccc[_0x1584(0x18)],'clMaq':function(_0x2abebf,_0x3aab72){return _0x2abebf-_0x3aab72;},'oROHQ':function(_0x4b6407,_0x57c159){return _0x4b6407<_0x57c159;},'Cjyzh':function(_0x47bf4c,_0x4d3931){return _0x580ccc[_0x1584(0x16)](_0x47bf4c,_0x4d3931);},'OJUbA':function(_0x20d0c9,_0x3abbbc){return _0x580ccc[_0x1584(0x19)](_0x20d0c9,_0x3abbbc);},'Kpdac':function(_0xe132da,_0x4516d7){return _0x580ccc[_0x1584(0x1a)](_0xe132da,_0x4516d7);},'GvnYr':_0x580ccc[_0x1584(0x1b)],'fBgIk':function(_0x5ba0f5,_0xbfce49){return _0x5ba0f5(_0xbfce49);},'ANyWy':function(_0x168cb2,_0x19ffb2){return _0x580ccc[_0x1584(0x1c)](_0x168cb2,_0x19ffb2);},'uphQM':_0x1584(0x1d)};if(_0x580ccc[_0x1584(0x1e)]===_0x580ccc['VWtmi'])_0x3d45ed[_0x1584(0xa)]=null;else{const _0x15df7e=_0x44327d[_0x1584(0xa)],_0x13fce7=Date[_0x1584(0x1f)](),_0x50f726=()=>{const _0x18d506={'jQEkN':function(_0x23e821,_0x5601ab){return _0x5c0ec5['LuUIK'](_0x23e821,_0x5601ab);},'YqqCg':function(_0x48ed34,_0x228c6a){return _0x5c0ec5[_0x1584(0x20)](_0x48ed34,_0x228c6a);},'WorRn':function(_0x544b2a,_0xbe0f70){return _0x544b2a*_0xbe0f70;},'WuliU':function(_0x40a0b4,_0x4f9e50){return _0x5c0ec5[_0x1584(0x21)](_0x40a0b4,_0x4f9e50);},'jzFYb':function(_0x285171,_0x188acc){return _0x5c0ec5[_0x1584(0x22)](_0x285171,_0x188acc);},'ETsUg':function(_0x38f9c2,_0x49f656){return _0x5c0ec5[_0x1584(0x23)](_0x38f9c2,_0x49f656);},'JBvqm':function(_0x250906,_0x42a3ed){return _0x5c0ec5[_0x1584(0x23)](_0x250906,_0x42a3ed);}};if(_0x5c0ec5[_0x1584(0x24)](_0x5c0ec5[_0x1584(0x25)],_0x5c0ec5[_0x1584(0x25)])){const _0x23259b=_0x5c0ec5[_0x1584(0x26)](Date[_0x1584(0x1f)](),_0x13fce7),_0x102064=Math[_0x1584(0x27)](_0x5c0ec5[_0x1584(0x20)](_0x23259b,_0xa9bf0),0x1),_0x467b4c=_0x5c0ec5['oROHQ'](_0x102064,0.5)?_0x5c0ec5[_0x1584(0x21)](_0x5c0ec5[_0x1584(0x21)](0x2,_0x102064),_0x102064):-0x1+_0x5c0ec5['SMjfR'](0x4-0x2*_0x102064,_0x102064),_0x490503=_0x5c0ec5['Cjyzh'](_0x15df7e,_0x5c0ec5[_0x1584(0x21)](_0x5c0ec5['OJUbA'](_0x362c9a,_0x15df7e),_0x467b4c));_0x44327d['current']=_0x490503,_0x5c0ec5[_0x1584(0x28)](_0x1af57c,_0x490503);if(_0x5c0ec5['oROHQ'](_0x102064,0x1)){if(_0x5c0ec5[_0x1584(0x29)](_0x5c0ec5[_0x1584(0x2a)],_0x1584(0x1))){const _0x5f18d0={'wlYyh':function(_0x4f01dd,_0x291271){return _0x18d506[_0x1584(0x2b)](_0x4f01dd,_0x291271);},'uARlL':function(_0xb94728,_0x1708bb){return _0x18d506[_0x1584(0x2c)](_0xb94728,_0x1708bb);},'cRlGz':function(_0x3f17db,_0x5af9e5){return _0x3f17db<_0x5af9e5;},'cCwXp':function(_0x194482,_0xd2cb53){return _0x18d506[_0x1584(0x2d)](_0x194482,_0xd2cb53);},'gQnJX':function(_0x9ef956,_0x3595e4){return _0x18d506[_0x1584(0x2e)](_0x9ef956,_0x3595e4);},'tyqfH':function(_0x4a847a,_0x3d2ec8){return _0x18d506[_0x1584(0x2f)](_0x4a847a,_0x3d2ec8);},'sCrgB':function(_0x3a9140,_0x5e2dc6){return _0x18d506[_0x1584(0x2b)](_0x3a9140,_0x5e2dc6);},'DfSxY':function(_0x5e8891,_0x514893){return _0x18d506[_0x1584(0x30)](_0x5e8891,_0x514893);}},_0x5b9d4b=_0x4c9322['current'],_0x3ca49b=_0x12af67[_0x1584(0x1f)](),_0x4bf74d=()=>{const _0x477b16=_0x5f18d0[_0x1584(0x31)](_0x41e4db[_0x1584(0x1f)](),_0x3ca49b),_0x485c2c=_0x1e6834[_0x1584(0x27)](_0x5f18d0[_0x1584(0x32)](_0x477b16,_0x45cf2e),0x1),_0x5cbf5e=_0x5f18d0[_0x1584(0x33)](_0x485c2c,0.5)?_0x5f18d0[_0x1584(0x34)](_0x5f18d0[_0x1584(0x35)](0x2,_0x485c2c),_0x485c2c):_0x5f18d0[_0x1584(0x36)](-0x1,_0x5f18d0[_0x1584(0x34)](_0x5f18d0['sCrgB'](0x4,0x2*_0x485c2c),_0x485c2c)),_0x2134fd=_0x5b9d4b+_0x5f18d0[_0x1584(0x34)](_0x410c73-_0x5b9d4b,_0x5cbf5e);_0x5431de[_0x1584(0xa)]=_0x2134fd,_0x5f18d0[_0x1584(0x37)](_0x4ca316,_0x2134fd),_0x5f18d0[_0x1584(0x33)](_0x485c2c,0x1)?_0x3f5a4f[_0x1584(0xa)]=_0x2c9a6a(_0x4bf74d):_0x269196[_0x1584(0xa)]=null;};_0x478326[_0x1584(0xa)]=_0x437f86(_0x4bf74d);}else _0xfec18e['current']=_0x5c0ec5[_0x1584(0x38)](requestAnimationFrame,_0x50f726);}else _0x5c0ec5[_0x1584(0x39)]('OSiXO',_0x5c0ec5[_0x1584(0x3a)])?(_0x18d506[_0x1584(0x3b)](_0x26402b,_0x252af7['current']),_0x385031[_0x1584(0xa)]=null):_0xfec18e[_0x1584(0xa)]=null;}else _0x567b76[_0x1584(0xa)]=_0x5c0ec5[_0x1584(0x28)](_0xacea55,_0x3207ea);};_0xfec18e[_0x1584(0xa)]=requestAnimationFrame(_0x50f726);}},_0x5c9020),_0x17dd84[_0x1584(0xa)]=_0x365291,()=>{_0xfec18e[_0x1584(0xa)]!==null&&(_0x580ccc[_0x1584(0x3c)](cancelAnimationFrame,_0xfec18e[_0x1584(0xa)]),_0xfec18e[_0x1584(0xa)]=null),_0x580ccc[_0x1584(0x3d)](_0x334e34[_0x1584(0xa)],null)&&(_0x580ccc[_0x1584(0x3c)](clearTimeout,_0x334e34['current']),_0x334e34[_0x1584(0xa)]=null);};}},[_0x365291,disableAnimation]),React[_0x1584(0x3e)](View,{'style':[styles[_0x1584(0x3f)],_0x4ceeb1]},React[_0x1584(0x3e)](_0x4375c9,{'ref':_0x140cfc,'source':ANIMATIONS[_0x1584(0x40)],'progress':_0x310974,'loop':![],'autoPlay':![],'style':styles['animation'],'resizeMode':'contain'}));},styles=StyleSheet[_0x1584(0x41)]({'container':{'width':0xc8,'height':0xc8,'alignItems':_0x1584(0x42),'justifyContent':_0x1584(0x42)},'animation':{'width':_0x1584(0x43),'height':_0x1584(0x43)}});export default PersonaImage;
1
+ import React,{useEffect,useRef,useState}from'react';import{View,StyleSheet}from'react-native';import _0x3490fa from'lottie-react-native';import{ANIMATIONS}from'../utils/assetRegistry';const PersonaImage=({level:_0x4a7910,style:_0x59deca,disableAnimation:disableAnimation=![]})=>{const _0x2445be={'qozhS':function(_0x4b8db8,_0xde1fca){return _0x4b8db8!==_0xde1fca;},'rYzFE':function(_0x56a1a6,_0xcdcfe2){return _0x56a1a6!==_0xcdcfe2;},'TRIgS':_0x4913(0x0),'OmtiV':_0x4913(0x1),'PAUhN':function(_0x49fd23,_0x31c73c){return _0x49fd23===_0x31c73c;},'xKhYX':'KkIBu','fxCVk':function(_0x41b7cc,_0x14fa92){return _0x41b7cc<_0x14fa92;},'ijXJs':function(_0x4bf486,_0x5a2603){return _0x4bf486+_0x5a2603;},'BPHBt':function(_0x1a2612,_0x5ec01f){return _0x1a2612-_0x5ec01f;},'RsEAr':function(_0xeeb69c,_0x38d4be){return _0xeeb69c*_0x38d4be;},'Zojtx':_0x4913(0x2),'NMKUG':function(_0x9e283a,_0x925030){return _0x9e283a(_0x925030);},'smgha':function(_0x14af9d,_0x2c4263){return _0x14af9d===_0x2c4263;},'yJZwf':_0x4913(0x3),'SAlYD':function(_0x47f80d,_0x41f6f3){return _0x47f80d(_0x41f6f3);},'ymHbb':_0x4913(0x4),'FlxmA':function(_0x2c9779,_0x4a151d){return _0x2c9779(_0x4a151d);},'Ipker':function(_0x51bde,_0x9bd526){return _0x51bde!==_0x9bd526;},'tcCLI':function(_0x3c2a97,_0x474f0d,_0xaf9148){return _0x3c2a97(_0x474f0d,_0xaf9148);},'RXWmD':function(_0x4a6dde,_0x39ab97){return _0x4a6dde(_0x39ab97);},'sSpPq':_0x4913(0x5)},_0x5abf01=_0x2445be[_0x4913(0x6)](useRef,null),_0x3f599f=[0x0,0.2,0.35,0.52,0.8],_0x514b32=_0x319de3=>_0x3f599f[_0x319de3-0x1]||0x0,[_0x477e9b,_0x4e3357]=_0x2445be[_0x4913(0x7)](useState,_0x2445be[_0x4913(0x6)](_0x514b32,_0x4a7910)),_0x232f81=_0x2445be[_0x4913(0x8)](useRef,_0x514b32(_0x4a7910)),_0x4767f7=_0x2445be[_0x4913(0x9)](useRef,_0x4a7910),_0x494081=_0x2445be[_0x4913(0x6)](useRef,null),_0x190777=useRef(null),_0x37aa1b=useRef(!![]);return useEffect(()=>{const _0x351dd8={'ueYwD':function(_0x3af40f,_0x12a642){return _0x2445be[_0x4913(0xa)](_0x3af40f,_0x12a642);},'zJVHy':function(_0x239ced,_0x44bf7d){return _0x2445be['ijXJs'](_0x239ced,_0x44bf7d);},'KkYAV':function(_0x21d33d,_0x205980){return _0x21d33d*_0x205980;},'vKWal':function(_0x57cc84,_0x1735ff){return _0x2445be[_0x4913(0xb)](_0x57cc84,_0x1735ff);},'LEmqy':function(_0x32fc49,_0x37d2d0){return _0x2445be[_0x4913(0xc)](_0x32fc49,_0x37d2d0);},'MUcDZ':function(_0x1b9551,_0x457de8){return _0x1b9551(_0x457de8);}};if(_0x2445be[_0x4913(0xd)]===_0x2445be[_0x4913(0xd)]){const _0xcc44b5=_0x514b32(_0x4a7910);if(_0x37aa1b[_0x4913(0xe)]){_0x232f81[_0x4913(0xe)]=_0xcc44b5,_0x2445be[_0x4913(0x6)](_0x4e3357,_0xcc44b5),_0x4767f7[_0x4913(0xe)]=_0x4a7910,_0x37aa1b[_0x4913(0xe)]=![];return;}if(disableAnimation){if(_0x2445be['smgha']('IIDCP',_0x2445be[_0x4913(0xf)])){_0x232f81[_0x4913(0xe)]=_0xcc44b5,_0x2445be[_0x4913(0x9)](_0x4e3357,_0xcc44b5),_0x4767f7[_0x4913(0xe)]=_0x4a7910;return;}else _0xa9a124[_0x4913(0xe)]=null;}if(_0x2445be['PAUhN'](_0x4767f7[_0x4913(0xe)],_0x4a7910)){if(_0x2445be[_0x4913(0x10)](_0x2445be['ymHbb'],_0x2445be[_0x4913(0x11)]))_0x99cce4(_0x1fb918[_0x4913(0xe)]),_0x1b1632['current']=null;else return;}_0x494081[_0x4913(0xe)]!==null&&(_0x2445be[_0x4913(0x7)](cancelAnimationFrame,_0x494081['current']),_0x494081[_0x4913(0xe)]=null);_0x2445be[_0x4913(0x12)](_0x190777[_0x4913(0xe)],null)&&(clearTimeout(_0x190777[_0x4913(0xe)]),_0x190777[_0x4913(0xe)]=null);const _0x2ef66a=0x96,_0x57bad7=0xc80;return _0x190777['current']=_0x2445be[_0x4913(0x13)](setTimeout,()=>{const _0x27e0bf={'bLbCu':function(_0x20edc4,_0x2947fc){return _0x20edc4!==_0x2947fc;},'LOTHx':function(_0x4cc1e1,_0x22819b){return _0x4cc1e1(_0x22819b);},'UfFyt':_0x4913(0x14),'JIQGB':_0x4913(0x15),'PDvIe':function(_0x53ddb8,_0x35965a){return _0x351dd8[_0x4913(0x16)](_0x53ddb8,_0x35965a);},'JPunQ':function(_0x3698f2,_0x25b03c){return _0x3698f2*_0x25b03c;},'vmXtn':function(_0x5e6548,_0x3f44af){return _0x351dd8[_0x4913(0x17)](_0x5e6548,_0x3f44af);},'vxmtW':function(_0x225805,_0x400690){return _0x351dd8[_0x4913(0x18)](_0x225805,_0x400690);},'QGqwg':function(_0x4eb3af,_0x32939e){return _0x351dd8['vKWal'](_0x4eb3af,_0x32939e);},'JSusF':function(_0x1ebc08,_0x21b978){return _0x351dd8['LEmqy'](_0x1ebc08,_0x21b978);}},_0x454d72=_0x232f81[_0x4913(0xe)],_0x4983d2=Date[_0x4913(0x19)](),_0x4389cf=()=>{if(_0x27e0bf[_0x4913(0x1a)]===_0x27e0bf[_0x4913(0x1b)])_0x27e0bf[_0x4913(0x1c)](_0xa56d7f[_0x4913(0xe)],null)&&(_0x318d4b(_0x30c762[_0x4913(0xe)]),_0x50ebd8['current']=null),_0x27e0bf[_0x4913(0x1c)](_0x247eed['current'],null)&&(_0x27e0bf[_0x4913(0x1d)](_0x2d7b2e,_0x3cecf1[_0x4913(0xe)]),_0x1939d0['current']=null);else{const _0x3d1ec3=Date[_0x4913(0x19)]()-_0x4983d2,_0x4f3b96=Math[_0x4913(0x1e)](_0x3d1ec3/_0x57bad7,0x1),_0xbad19a=_0x27e0bf['PDvIe'](_0x4f3b96,0.5)?_0x27e0bf[_0x4913(0x1f)](0x2*_0x4f3b96,_0x4f3b96):_0x27e0bf['vmXtn'](-0x1,_0x27e0bf['vxmtW'](_0x27e0bf[_0x4913(0x20)](0x4,_0x27e0bf['JSusF'](0x2,_0x4f3b96)),_0x4f3b96)),_0x5916ba=_0x27e0bf[_0x4913(0x21)](_0x454d72,_0x27e0bf['QGqwg'](_0xcc44b5,_0x454d72)*_0xbad19a);_0x232f81['current']=_0x5916ba,_0x27e0bf[_0x4913(0x1d)](_0x4e3357,_0x5916ba),_0x4f3b96<0x1?_0x494081['current']=requestAnimationFrame(_0x4389cf):_0x494081[_0x4913(0xe)]=null;}};_0x494081[_0x4913(0xe)]=requestAnimationFrame(_0x4389cf);},_0x2ef66a),_0x4767f7[_0x4913(0xe)]=_0x4a7910,()=>{if(_0x2445be[_0x4913(0x22)](_0x494081[_0x4913(0xe)],null)){if(_0x2445be[_0x4913(0x10)](_0x2445be[_0x4913(0x23)],_0x2445be[_0x4913(0x24)]))cancelAnimationFrame(_0x494081[_0x4913(0xe)]),_0x494081[_0x4913(0xe)]=null;else return;}if(_0x2445be[_0x4913(0x10)](_0x190777[_0x4913(0xe)],null)){if(_0x2445be[_0x4913(0x25)](_0x2445be['xKhYX'],'hrmxQ')){_0x405fa9[_0x4913(0xe)]=_0xd4bbbb,_0x351dd8[_0x4913(0x26)](_0x1d3208,_0x403060),_0x3a03f2[_0x4913(0xe)]=_0x1d6ada;return;}else clearTimeout(_0x190777[_0x4913(0xe)]),_0x190777[_0x4913(0xe)]=null;}};}else _0x246ca7(_0xb7b046['current']),_0x518e0e['current']=null;},[_0x4a7910,disableAnimation]),React[_0x4913(0x27)](View,{'style':[styles[_0x4913(0x28)],_0x59deca]},React['createElement'](_0x3490fa,{'ref':_0x5abf01,'source':ANIMATIONS[_0x4913(0x29)],'progress':_0x477e9b,'loop':![],'autoPlay':![],'style':styles[_0x4913(0x2a)],'resizeMode':_0x2445be[_0x4913(0x2b)]}));},styles=StyleSheet[_0x4913(0x2c)]({'container':{'width':0xc8,'height':0xc8,'alignItems':_0x4913(0x2d),'justifyContent':'center'},'animation':{'width':_0x4913(0x2e),'height':_0x4913(0x2e)}});function _0x4913(_0x419662,_0x491300){_0x419662=_0x419662-0x0;const _0x52d9c3=_0x4196();let _0x1c2500=_0x52d9c3[_0x419662];return _0x1c2500;}export default PersonaImage;function _0x4196(){const _0x9810cf=['IWeXW','OvtMQ','GwkgD','IIDCP','SyhVS','contain','NMKUG','FlxmA','RXWmD','SAlYD','fxCVk','BPHBt','RsEAr','Zojtx','current','yJZwf','rYzFE','ymHbb','Ipker','tcCLI','HAvoM','cVCTE','ueYwD','zJVHy','KkYAV','now','UfFyt','JIQGB','bLbCu','LOTHx','min','JPunQ','QGqwg','vmXtn','qozhS','TRIgS','OmtiV','PAUhN','MUcDZ','createElement','container','persona','animation','sSpPq','create','center','100%'];_0x4196=function(){return _0x9810cf;};return _0x4196();}
@@ -1 +1 @@
1
- import React,{useEffect,useRef,useState}from'react';import{View,Text,StyleSheet,Animated}from'react-native';import _0x1bc43a from'lottie-react-native';import{COLORS}from'../theme';import{triggerHaptic,HapticType}from'../utils/haptics';import{ANIMATIONS}from'../utils/assetRegistry';function _0x4904(_0x276c12,_0x490474){_0x276c12=_0x276c12-0x0;const _0x4b60b9=_0x276c();let _0x88641f=_0x4b60b9[_0x276c12];return _0x88641f;}const STATUS_MESSAGES=[{'text':_0x4904(0x0),'minProgress':0x0,'maxProgress':0x19},{'text':_0x4904(0x1),'minProgress':0x14,'maxProgress':0x2d},{'text':_0x4904(0x2),'minProgress':0x28,'maxProgress':0x41},{'text':_0x4904(0x3),'minProgress':0x3c,'maxProgress':0x55},{'text':_0x4904(0x4),'minProgress':0x50,'maxProgress':0x5f},{'text':_0x4904(0x5),'minProgress':0x64,'maxProgress':0x64}],randomInRange=(_0x2eb0a2,_0x297613)=>{const _0x2dd13b={'DEXJm':function(_0x409775,_0x34f4d1){return _0x409775+_0x34f4d1;},'TzFJr':function(_0x52c32e,_0x518f3a){return _0x52c32e-_0x518f3a;}};return _0x2dd13b['DEXJm'](Math[_0x4904(0x6)]()*_0x2dd13b[_0x4904(0x7)](_0x297613,_0x2eb0a2),_0x2eb0a2);},randomIntInRange=(_0x359655,_0x2c56ec)=>{const _0xc47a3f={'eLEpY':function(_0x57edeb,_0x581773,_0x43b6b9){return _0x57edeb(_0x581773,_0x43b6b9);},'QtpqW':function(_0x36f845,_0x24b24c){return _0x36f845+_0x24b24c;}};return Math[_0x4904(0x8)](_0xc47a3f[_0x4904(0x9)](randomInRange,_0x359655,_0xc47a3f['QtpqW'](_0x2c56ec,0x1)));},PersonaLoadingScreen=({visible:_0x520362,onComplete:_0x20fc6e})=>{const _0x1a49dd={'qPrpn':function(_0x41e7e6,_0x12b2c4,_0x12217f){return _0x41e7e6(_0x12b2c4,_0x12217f);},'yLmvO':function(_0x393ee1,_0x3cbf32){return _0x393ee1!==_0x3cbf32;},'WYPJP':_0x4904(0xa),'qjJYg':'dcNzG','MVeNF':function(_0x2c0d91,_0x1969c3,_0x2d04ce){return _0x2c0d91(_0x1969c3,_0x2d04ce);},'RfvQT':function(_0x41022a,_0x51ad4b){return _0x41022a-_0x51ad4b;},'huVhi':function(_0x240209,_0x1b2ad0){return _0x240209*_0x1b2ad0;},'tdYxg':function(_0x1312b1,_0x4e0bfd){return _0x1312b1+_0x4e0bfd;},'SSHff':function(_0x209c49,_0x5cf94f){return _0x209c49/_0x5cf94f;},'VuPbG':function(_0x29c9d9,_0x1dc730){return _0x29c9d9*_0x1dc730;},'guAEQ':function(_0x5a5ad3,_0x4fc635){return _0x5a5ad3/_0x4fc635;},'mALNN':function(_0x4eeed3,_0x17f241,_0xcc36d){return _0x4eeed3(_0x17f241,_0xcc36d);},'rrGVr':function(_0xdfe122,_0x2a09f9){return _0xdfe122===_0x2a09f9;},'cvauv':_0x4904(0xb),'gLtiu':_0x4904(0xc),'fnxOm':function(_0x33b21a,_0x4dfd41){return _0x33b21a===_0x4dfd41;},'geTsi':'kMadx','CEIFl':function(_0x21a5b9,_0x492e1c,_0x362c8f){return _0x21a5b9(_0x492e1c,_0x362c8f);},'NFCHM':function(_0x5d3ea7,_0x3d6def,_0x1022a0){return _0x5d3ea7(_0x3d6def,_0x1022a0);},'bpdFa':function(_0xf9d41b,_0x35a6a5){return _0xf9d41b*_0x35a6a5;},'YWbwj':function(_0x1b4220,_0x10d458){return _0x1b4220-_0x10d458;},'imkxc':function(_0x369710){return _0x369710();},'CFYOw':function(_0x40114f,_0x47e00c){return _0x40114f<_0x47e00c;},'JYqQW':function(_0x16ca92,_0x59561e){return _0x16ca92>=_0x59561e;},'StVqH':function(_0x52ce3b,_0x51f32d){return _0x52ce3b(_0x51f32d);},'GcBeP':function(_0x5d7d91,_0x552bf1){return _0x5d7d91(_0x552bf1);},'nRqPq':function(_0x46e497,_0x214b2a){return _0x46e497(_0x214b2a);},'UKhAT':function(_0x54dedd,_0x1d553b){return _0x54dedd<_0x1d553b;},'IYKXS':function(_0x2b17de,_0x3c745d){return _0x2b17de-_0x3c745d;},'fLpbc':function(_0x2c1c1c,_0x3135bd){return _0x2c1c1c===_0x3135bd;},'tVyCv':'TqshB','lxEwE':function(_0x123ebc,_0x371cfc){return _0x123ebc*_0x371cfc;},'WCXAT':function(_0x559d59,_0x1d8cf2){return _0x559d59+_0x1d8cf2;},'yhTUT':function(_0x592fa0,_0x240f4f){return _0x592fa0/_0x240f4f;},'cWtVk':function(_0x5944ea,_0x47790c){return _0x5944ea+_0x47790c;},'AEbyr':function(_0x3a51dd,_0x1603ad){return _0x3a51dd/_0x1603ad;},'oIcKH':_0x4904(0xd),'pwKGx':function(_0x10108b,_0x24696){return _0x10108b<_0x24696;},'BdFhG':function(_0x1c3ebd,_0x32d2f9,_0xde10b6){return _0x1c3ebd(_0x32d2f9,_0xde10b6);},'eCjKN':function(_0x4d2d45,_0x21db82,_0x448160){return _0x4d2d45(_0x21db82,_0x448160);},'pEUdP':function(_0x1b4935,_0x1b304b){return _0x1b4935===_0x1b304b;},'eBrKL':'bCNeZ','opvRh':'hxvYz','CpRIS':function(_0x1f5516,_0x20e1ba){return _0x1f5516-_0x20e1ba;},'BSKFq':function(_0x46757f,_0x3b1747){return _0x46757f<=_0x3b1747;},'QDKOK':function(_0x225798,_0x5aa56f){return _0x225798===_0x5aa56f;},'dmxPO':'laVbh','jUBNu':function(_0x1a515e,_0xd72c72,_0x96e303){return _0x1a515e(_0xd72c72,_0x96e303);},'JLWuA':function(_0x45c472,_0x2f083d){return _0x45c472(_0x2f083d);},'aIHEd':function(_0x37f77d,_0x410882){return _0x37f77d(_0x410882);},'ewdGf':'Keeping\x20your\x20data\x20private','JkbJh':function(_0x1a0d3b,_0xd5cd07,_0x4cef4e){return _0x1a0d3b(_0xd5cd07,_0x4cef4e);},'kVncr':_0x4904(0xe)},_0x371ac8=_0x1a49dd['nRqPq'](useRef,new Animated['Value'](0x0))[_0x4904(0xf)],_0x5977c8=_0x1a49dd['nRqPq'](useRef,new Animated['Value'](0.3))[_0x4904(0xf)],_0x3d15ac=_0x1a49dd[_0x4904(0x10)](useRef,new Animated['Value'](0.3))['current'],_0x3936d1=_0x1a49dd[_0x4904(0x11)](useRef,new Animated[(_0x4904(0x12))](0.3))[_0x4904(0xf)],[_0x5abcf2,_0x5513e0]=_0x1a49dd[_0x4904(0x13)](useState,0x0),[_0x42084a,_0x3eb980]=_0x1a49dd[_0x4904(0x14)](useState,_0x1a49dd[_0x4904(0x15)]),_0x585d9c=_0x1a49dd[_0x4904(0x10)](useRef,[]);_0x1a49dd[_0x4904(0x16)](useEffect,()=>{const _0xc328b2={'bAJFv':function(_0x2f2c44,_0x354105,_0x140c55){return _0x1a49dd['qPrpn'](_0x2f2c44,_0x354105,_0x140c55);},'fUBfj':function(_0x435b1f,_0x5e5a93,_0x6d335b){return _0x1a49dd[_0x4904(0x17)](_0x435b1f,_0x5e5a93,_0x6d335b);}};if(_0x1a49dd[_0x4904(0x18)](_0x1a49dd['WYPJP'],_0x1a49dd[_0x4904(0x19)])){if(!_0x520362)return;const _0x465999=(_0x29b93c,_0x453f46)=>{return Animated[_0x4904(0x1a)](Animated[_0x4904(0x1b)]([Animated[_0x4904(0x1c)](_0x29b93c,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]}),Animated[_0x4904(0x1c)](_0x29b93c,{'toValue':0.3,'duration':0x258,'useNativeDriver':!![]})]),{'iterations':-0x1});};setTimeout(()=>{_0xc328b2['bAJFv'](_0x465999,_0x5977c8,0x0)['start']();},0x12c),_0x1a49dd[_0x4904(0x1d)](setTimeout,()=>{_0xc328b2[_0x4904(0x1e)](_0x465999,_0x3d15ac,0xc8)[_0x4904(0x1f)]();},0x1f4),_0x1a49dd['qPrpn'](setTimeout,()=>{_0xc328b2[_0x4904(0x1e)](_0x465999,_0x3936d1,0x190)[_0x4904(0x1f)]();},0x2bc);}else return _0x4f8d81[_0x4904(0x8)](_0xc328b2['fUBfj'](_0x38fc0c,_0x47c906,_0x2c93a8+0x1));},[_0x520362,_0x5977c8,_0x3d15ac,_0x3936d1]),useEffect(()=>{const _0x314eb2={'isPQZ':function(_0x2f4820,_0x16cf78,_0x83ce63){return _0x1a49dd[_0x4904(0x20)](_0x2f4820,_0x16cf78,_0x83ce63);},'dUkQU':function(_0x253c59,_0x2a7011){return _0x1a49dd[_0x4904(0x21)](_0x253c59,_0x2a7011);},'adhYQ':function(_0x29628d,_0x5798ad){return _0x1a49dd[_0x4904(0x22)](_0x29628d,_0x5798ad);},'yAhnl':function(_0x3bc72b,_0x15f187){return _0x1a49dd[_0x4904(0x23)](_0x3bc72b,_0x15f187);},'EJZBA':function(_0x4f82fe){return _0x1a49dd['imkxc'](_0x4f82fe);},'BQdQU':function(_0x133588,_0x2ef039){return _0x1a49dd[_0x4904(0x24)](_0x133588,_0x2ef039);},'GrKID':function(_0x1b79f5,_0x23d579){return _0x1a49dd[_0x4904(0x25)](_0x1b79f5,_0x23d579);},'QUbQF':function(_0xb43d2d,_0x4e7bbf){return _0x1a49dd['StVqH'](_0xb43d2d,_0x4e7bbf);},'zgVmS':function(_0x491bbd,_0x51a737){return _0x1a49dd[_0x4904(0x10)](_0x491bbd,_0x51a737);},'jbqmu':function(_0x1f7856,_0x350d87,_0x26e227){return _0x1f7856(_0x350d87,_0x26e227);}};if(!_0x520362){_0x585d9c[_0x4904(0xf)][_0x4904(0x26)](_0x5eb7c1=>clearTimeout(_0x5eb7c1)),_0x585d9c['current']=[];return;}_0x1a49dd[_0x4904(0x11)](_0x5513e0,0x0),_0x3eb980('Keeping\x20your\x20data\x20private'),_0x371ac8[_0x4904(0x27)](0x0);const _0x4df9b8=_0x1a49dd[_0x4904(0x20)](randomInRange,0x1b58,0x2ee0),_0x508983=randomIntInRange(0x5,0x8),_0x90086b=[0x0];for(let _0x4f6a07=0x0;_0x1a49dd['UKhAT'](_0x4f6a07,_0x1a49dd[_0x4904(0x28)](_0x508983,0x1));_0x4f6a07++){if(_0x1a49dd[_0x4904(0x29)](_0x1a49dd[_0x4904(0x2a)],_0x1a49dd[_0x4904(0x2a)])){const _0x2d9be8=_0x1a49dd[_0x4904(0x2b)](_0x1a49dd[_0x4904(0x2c)](_0x4f6a07,0x1),_0x1a49dd[_0x4904(0x2d)](0x64,_0x508983))-0xa,_0x272a01=_0x1a49dd[_0x4904(0x21)](_0x1a49dd[_0x4904(0x2b)](_0x1a49dd['cWtVk'](_0x4f6a07,0x1),_0x1a49dd['AEbyr'](0x64,_0x508983)),0xa);_0x90086b[_0x4904(0x2e)](_0x1a49dd['MVeNF'](randomIntInRange,Math[_0x4904(0x2f)](0xa,_0x2d9be8),Math[_0x4904(0x30)](0x5a,_0x272a01)));}else _0x1a49dd[_0x4904(0x1d)](_0x1ac49b,_0x7156ad,0x0)['start']();}_0x90086b[_0x4904(0x2e)](0x64),_0x90086b['sort']((_0x11ca69,_0x49e18b)=>_0x11ca69-_0x49e18b);const _0x5713f9=[_0x1a49dd['cvauv'],_0x1a49dd[_0x4904(0x31)],_0x1a49dd[_0x4904(0x32)]],_0x4a6216=[];let _0x3c0013=0x0;for(let _0x5e01b7=0x0;_0x1a49dd['pwKGx'](_0x5e01b7,_0x508983);_0x5e01b7++){const _0x13c441=_0x5713f9[_0x1a49dd[_0x4904(0x33)](randomIntInRange,0x0,0x2)];let _0x241e7f;if(_0x1a49dd[_0x4904(0x29)](_0x13c441,_0x1a49dd[_0x4904(0x34)])){if(_0x1a49dd[_0x4904(0x18)](_0x4904(0x35),_0x4904(0x36)))_0x241e7f=_0x1a49dd[_0x4904(0x37)](randomInRange,0xfa,0x1f4);else{const _0x102a2e=_0x1a49dd[_0x4904(0x38)](_0x1a49dd[_0x4904(0x39)](_0x1a49dd[_0x4904(0x21)](_0x2397c2,0x1),_0x1a49dd['SSHff'](0x64,_0x78cc3d)),0xa),_0x58ba8=_0x1a49dd[_0x4904(0x3a)](_0x459193+0x1,_0x1a49dd['guAEQ'](0x64,_0xc747a7))+0xa;_0x410fdd[_0x4904(0x2e)](_0x1a49dd['mALNN'](_0x52277d,_0x416435[_0x4904(0x2f)](0xa,_0x102a2e),_0x3a4dc6['min'](0x5a,_0x58ba8)));}}else{if(_0x1a49dd[_0x4904(0x29)](_0x13c441,_0x1a49dd[_0x4904(0x31)]))_0x1a49dd[_0x4904(0x3b)](_0x4904(0x3c),_0x1a49dd[_0x4904(0x3d)])?_0x25db66=_0x314eb2[_0x4904(0x3e)](_0x114654,0x320,0x4b0):_0x241e7f=randomInRange(0x1f4,0x320);else{if(_0x1a49dd[_0x4904(0x3f)](_0x1a49dd[_0x4904(0x40)],_0x1a49dd[_0x4904(0x40)]))_0x241e7f=randomInRange(0x320,0x4b0);else return _0x314eb2[_0x4904(0x41)](_0x314eb2[_0x4904(0x42)](_0x13031f[_0x4904(0x6)](),_0x314eb2[_0x4904(0x43)](_0x4b4f1a,_0x568b00)),_0x522718);}}_0x4a6216[_0x4904(0x2e)](_0x241e7f),_0x3c0013+=_0x241e7f;}const _0x40e8c0=0x190,_0x41b93c=_0x1a49dd[_0x4904(0x2b)](_0x508983,_0x40e8c0),_0x6c78bf=_0x1a49dd[_0x4904(0x44)](_0x4df9b8,_0x41b93c),_0x56f745=_0x1a49dd[_0x4904(0x45)](_0x6c78bf,_0x3c0013),_0x58ce05=_0x4a6216[_0x4904(0x46)](_0x68f57=>_0x68f57*_0x56f745),_0x2ec62f=[];STATUS_MESSAGES[_0x4904(0x26)](_0x96202e=>{const _0x379de5={'stLgN':function(_0x5dac6e,_0x13c4b7,_0x17974a){return _0x5dac6e(_0x13c4b7,_0x17974a);},'RMmaE':function(_0x45420a,_0x4e3a1c){return _0x1a49dd['rrGVr'](_0x45420a,_0x4e3a1c);},'qIaXi':_0x1a49dd[_0x4904(0x34)],'Upwue':function(_0x29cdde,_0x3d8532,_0x479c4e){return _0x29cdde(_0x3d8532,_0x479c4e);},'hkFtY':_0x1a49dd[_0x4904(0x31)],'UtsuM':function(_0x4ecb6a,_0x2e653b,_0xf7d174){return _0x1a49dd[_0x4904(0x17)](_0x4ecb6a,_0x2e653b,_0xf7d174);}};if(_0x1a49dd[_0x4904(0x47)](_0x96202e[_0x4904(0x48)],0x64)){if(_0x1a49dd[_0x4904(0x49)]!==_0x1a49dd[_0x4904(0x49)]){const _0x4c1b31=_0x5960cc[_0x379de5[_0x4904(0x4a)](_0x30227c,0x0,0x2)];let _0x5b8211;if(_0x379de5[_0x4904(0x4b)](_0x4c1b31,_0x379de5[_0x4904(0x4c)]))_0x5b8211=_0x379de5[_0x4904(0x4d)](_0x3a568e,0xfa,0x1f4);else _0x4c1b31===_0x379de5[_0x4904(0x4e)]?_0x5b8211=_0x39092c(0x1f4,0x320):_0x5b8211=_0x379de5['UtsuM'](_0x5e195a,0x320,0x4b0);_0x2f8f9f[_0x4904(0x2e)](_0x5b8211),_0xda33f8+=_0x5b8211;}else _0x2ec62f[_0x4904(0x2e)]({'progress':0x64,'message':_0x96202e['text']});}else{const _0x4dc165=_0x1a49dd[_0x4904(0x4f)](randomInRange,_0x96202e[_0x4904(0x48)],_0x96202e[_0x4904(0x50)]);_0x2ec62f[_0x4904(0x2e)]({'progress':_0x4dc165,'message':_0x96202e[_0x4904(0x51)]});}}),_0x2ec62f['sort']((_0x1ad74d,_0x29ecb5)=>_0x1ad74d['progress']-_0x29ecb5[_0x4904(0x52)]);let _0x57d6ae=0x0,_0x27260e=0x0;for(let _0x3d910c=0x1;_0x1a49dd[_0x4904(0x53)](_0x3d910c,_0x508983);_0x3d910c++){if(_0x1a49dd[_0x4904(0x54)](_0x1a49dd[_0x4904(0x55)],'laVbh')){const _0x35fe10=_0x90086b[_0x3d910c],_0x31fa3b=_0x58ce05[_0x1a49dd[_0x4904(0x23)](_0x3d910c,0x1)];_0x57d6ae+=_0x31fa3b;const _0x2fc757=_0x1a49dd[_0x4904(0x56)](setTimeout,()=>{const _0x313857={'TQgJG':function(_0x26889c,_0x10eebe){return _0x26889c(_0x10eebe);},'nzBDK':function(_0x18c19e){return _0x314eb2[_0x4904(0x57)](_0x18c19e);}};while(_0x314eb2[_0x4904(0x58)](_0x27260e,_0x2ec62f[_0x4904(0x59)])&&_0x314eb2[_0x4904(0x5a)](_0x35fe10,_0x2ec62f[_0x27260e]['progress'])){_0x314eb2[_0x4904(0x5b)](_0x3eb980,_0x2ec62f[_0x27260e]['message']),_0x27260e++;}_0x314eb2['zgVmS'](_0x5513e0,_0x35fe10),Animated[_0x4904(0x1c)](_0x371ac8,{'toValue':_0x35fe10/0x64,'duration':_0x40e8c0,'useNativeDriver':![]})[_0x4904(0x1f)](),_0x314eb2[_0x4904(0x5a)](_0x35fe10,0x64)&&_0x314eb2[_0x4904(0x5c)](setTimeout,()=>{_0x313857[_0x4904(0x5d)](triggerHaptic,HapticType[_0x4904(0x5e)]),_0x313857[_0x4904(0x5f)](_0x20fc6e);},0x1f4);},_0x57d6ae);_0x585d9c[_0x4904(0xf)][_0x4904(0x2e)](_0x2fc757),_0x57d6ae+=_0x40e8c0;}else _0x17d4a2=_0x1a49dd['mALNN'](_0x17560f,0xfa,0x1f4);}return()=>{_0x585d9c[_0x4904(0xf)][_0x4904(0x26)](_0x335b1d=>clearTimeout(_0x335b1d)),_0x585d9c['current']=[];};},[_0x520362,_0x20fc6e,_0x371ac8]);if(!_0x520362)return null;return React['createElement'](View,{'style':styles['container']},React['createElement'](View,{'style':styles[_0x4904(0x60)]},React['createElement'](View,{'style':styles[_0x4904(0x61)]},React[_0x4904(0x62)](_0x1bc43a,{'source':ANIMATIONS[_0x4904(0x63)],'autoPlay':!![],'loop':!![],'style':styles[_0x4904(0x64)],'resizeMode':_0x4904(0x65)})),React['createElement'](View,{'style':styles[_0x4904(0x66)]},React[_0x4904(0x62)](Text,{'style':styles[_0x4904(0x67)]},_0x42084a),React['createElement'](View,{'style':styles['dotsContainer']},React[_0x4904(0x62)](Animated[_0x4904(0x68)],{'style':[styles[_0x4904(0x69)],{'opacity':_0x5977c8}]},'.'),React['createElement'](Animated['Text'],{'style':[styles['dot'],{'opacity':_0x3d15ac}]},'.'),React['createElement'](Animated[_0x4904(0x68)],{'style':[styles[_0x4904(0x69)],{'opacity':_0x3936d1}]},'.'))),React[_0x4904(0x62)](View,{'style':styles[_0x4904(0x6a)]},React[_0x4904(0x62)](View,{'style':styles[_0x4904(0x6b)]},React[_0x4904(0x62)](Animated[_0x4904(0x6c)],{'style':[styles[_0x4904(0x6d)],{'width':_0x371ac8['interpolate']({'inputRange':[0x0,0x1],'outputRange':['0%',_0x1a49dd['kVncr']]})}]})))));},styles=StyleSheet[_0x4904(0x6e)]({'container':{'flex':0x1,'backgroundColor':COLORS['surface']},'content':{'flex':0x1,'justifyContent':_0x4904(0x6f),'alignItems':_0x4904(0x6f),'paddingHorizontal':0x18,'marginTop':-0x50},'lottieContainer':{'width':0x168,'height':0x168,'marginBottom':0x20,'alignItems':'center','justifyContent':_0x4904(0x6f)},'lottieAnimation':{'width':_0x4904(0xe),'height':'100%'},'textContainer':{'flexDirection':'row','alignItems':'center','marginBottom':0x30},'loadingText':{'fontSize':0x18,'fontFamily':_0x4904(0x70),'fontWeight':'600','color':COLORS['grey800']},'dotsContainer':{'flexDirection':'row','marginLeft':0x4},'dot':{'fontSize':0x18,'fontFamily':_0x4904(0x70),'fontWeight':_0x4904(0x71),'color':COLORS[_0x4904(0x72)],'marginLeft':0x2},'progressContainer':{'width':_0x4904(0xe),'maxWidth':0x118},'progressTrack':{'height':0x6,'backgroundColor':'#E5E5E5','borderRadius':0x3,'overflow':'hidden'},'progressFill':{'height':'100%','backgroundColor':COLORS[_0x4904(0x72)],'borderRadius':0x3}});function _0x276c(){const _0x63df2d=['Keeping\x20your\x20data\x20private','Trying\x20to\x20understand\x20your\x20mind','You\x27re\x20more\x20interesting\x20than\x20I\x20expected','Finalizing\x20your\x20unique\x20persona','Almost\x20done','Complete!','random','TzFJr','floor','eLEpY','loReK','short','medium','long','100%','current','GcBeP','nRqPq','Value','JLWuA','aIHEd','ewdGf','JkbJh','qPrpn','yLmvO','qjJYg','loop','sequence','timing','MVeNF','bAJFv','start','NFCHM','tdYxg','bpdFa','YWbwj','CFYOw','JYqQW','forEach','setValue','IYKXS','fLpbc','tVyCv','lxEwE','WCXAT','yhTUT','push','max','min','gLtiu','oIcKH','BdFhG','cvauv','TQcEB','tqLNo','eCjKN','RfvQT','huVhi','VuPbG','pEUdP','cuwQn','eBrKL','isPQZ','rrGVr','opvRh','dUkQU','adhYQ','yAhnl','CpRIS','guAEQ','map','fnxOm','minProgress','geTsi','stLgN','RMmaE','qIaXi','Upwue','hkFtY','CEIFl','maxProgress','text','progress','BSKFq','QDKOK','dmxPO','jUBNu','EJZBA','BQdQU','length','GrKID','QUbQF','jbqmu','TQgJG','SUCCESS','nzBDK','content','lottieContainer','createElement','loader','lottieAnimation','contain','textContainer','loadingText','Text','dot','progressContainer','progressTrack','View','progressFill','create','center','IBM\x20Plex\x20Sans','600','grey800'];_0x276c=function(){return _0x63df2d;};return _0x276c();}export default PersonaLoadingScreen;
1
+ function _0x311b(_0x4f48fa,_0x311bf1){_0x4f48fa=_0x4f48fa-0x0;const _0x325dde=_0x4f48();let _0x28ea1e=_0x325dde[_0x4f48fa];return _0x28ea1e;}import React,{useEffect,useRef,useState}from'react';import{View,Text,StyleSheet,Animated}from'react-native';import _0x504e26 from'lottie-react-native';import{COLORS}from'../theme';import{triggerHaptic,HapticType}from'../utils/haptics';import{ANIMATIONS}from'../utils/assetRegistry';function _0x4f48(){const _0x5b8701=['Keeping\x20your\x20data\x20private','You\x27re\x20more\x20interesting\x20than\x20I\x20expected','Almost\x20done','Complete!','zjzoK','LeNWq','random','floor','PPxrv','pmcuH','Tvsnr','gPsXX','jDbTM','medium','short','EJqrL','QCguX','Value','current','LwRSR','UHexi','HLuHQ','loop','sequence','timing','mAjwl','ifZbT','ZdZgT','MuakE','svXMD','ULPPn','WNJzB','eejoi','Wgsat','KPwzF','jQmIK','ewpPj','aAvcu','ygDhR','pWDzX','RPtMp','push','pbbdN','min','JGaAs','DPKWh','XKTJi','minProgress','maxProgress','text','forEach','hbcby','setValue','rmLnW','AuuGr','AGgWo','lyTxR','BXlkX','ZVAPL','MKsFW','sort','UgTWM','vMFPk','GBLUW','hutmm','ZDlZX','YIePu','hyWSA','DdeMo','QxJkj','map','prqlG','cGaSm','WyNHR','puYis','progress','sEfUN','PDmUT','kfwOk','YXIWG','hkwWb','CRXEX','message','iDOfo','start','PknAL','NvSMb','fwsfP','yoxdA','SUCCESS','yesmE','createElement','lottieContainer','loader','lottieAnimation','tSQEv','textContainer','loadingText','Text','dot','progressContainer','progressTrack','View','progressFill','interpolate','surface','center','100%','row','IBM\x20Plex\x20Sans','600','grey800','hidden'];_0x4f48=function(){return _0x5b8701;};return _0x4f48();}const STATUS_MESSAGES=[{'text':_0x311b(0x0),'minProgress':0x0,'maxProgress':0x19},{'text':'Trying\x20to\x20understand\x20your\x20mind','minProgress':0x14,'maxProgress':0x2d},{'text':_0x311b(0x1),'minProgress':0x28,'maxProgress':0x41},{'text':'Finalizing\x20your\x20unique\x20persona','minProgress':0x3c,'maxProgress':0x55},{'text':_0x311b(0x2),'minProgress':0x50,'maxProgress':0x5f},{'text':_0x311b(0x3),'minProgress':0x64,'maxProgress':0x64}],randomInRange=(_0x321747,_0x1c18ae)=>{const _0x19fad={'zjzoK':function(_0x396e07,_0x580a49){return _0x396e07+_0x580a49;},'LeNWq':function(_0x17ce0a,_0x480b07){return _0x17ce0a*_0x480b07;},'MwVwg':function(_0x4377d8,_0x571d4b){return _0x4377d8-_0x571d4b;}};return _0x19fad[_0x311b(0x4)](_0x19fad[_0x311b(0x5)](Math[_0x311b(0x6)](),_0x19fad['MwVwg'](_0x1c18ae,_0x321747)),_0x321747);},randomIntInRange=(_0x5c0aaf,_0x19e337)=>{const _0xdd4b7d={'ohHbI':function(_0x27e1ab,_0x58e509,_0x57b8d1){return _0x27e1ab(_0x58e509,_0x57b8d1);},'PPxrv':function(_0x3bdcdd,_0x1f62a2){return _0x3bdcdd+_0x1f62a2;}};return Math[_0x311b(0x7)](_0xdd4b7d['ohHbI'](randomInRange,_0x5c0aaf,_0xdd4b7d[_0x311b(0x8)](_0x19e337,0x1)));},PersonaLoadingScreen=({visible:_0x2ed718,onComplete:_0x400adc})=>{const _0x11e014={'UHexi':function(_0x5d578b,_0x351490){return _0x5d578b===_0x351490;},'HLuHQ':_0x311b(0x9),'ifZbT':function(_0x2162d7,_0x44b082,_0x26c7c0){return _0x2162d7(_0x44b082,_0x26c7c0);},'mAjwl':function(_0xddf321,_0x37d4d0,_0x3b0f5a){return _0xddf321(_0x37d4d0,_0x3b0f5a);},'QxJkj':function(_0x134695,_0x529555){return _0x134695*_0x529555;},'cGaSm':_0x311b(0xa),'WyNHR':_0x311b(0xb),'ULPPn':function(_0x4c6c69,_0x2b7af3){return _0x4c6c69+_0x2b7af3;},'MuakE':function(_0x6cc230,_0xf79cfd){return _0x6cc230/_0xf79cfd;},'svXMD':function(_0x1847e6,_0x2ae357){return _0x1847e6*_0x2ae357;},'WNJzB':function(_0x1bff00,_0x179637,_0x530087){return _0x1bff00(_0x179637,_0x530087);},'eejoi':function(_0x42b06d,_0x1a4484,_0x5de2f1){return _0x42b06d(_0x1a4484,_0x5de2f1);},'QCguX':function(_0x338d30,_0x321696){return _0x338d30(_0x321696);},'Wgsat':function(_0xf476eb){return _0xf476eb();},'KPwzF':function(_0x408d7c,_0x539577){return _0x408d7c<_0x539577;},'jQmIK':function(_0x8a15d,_0x57b9db){return _0x8a15d>=_0x57b9db;},'aYDai':'HJHdJ','JGaAs':function(_0x330745,_0x5cb048){return _0x330745===_0x5cb048;},'HnaKd':'wezQO','DPKWh':_0x311b(0xc),'hbcby':_0x311b(0x0),'CWWGK':function(_0x26fcf5,_0x4ce181,_0x34ed23){return _0x26fcf5(_0x4ce181,_0x34ed23);},'rmLnW':function(_0x5e9fd1,_0x726e52){return _0x5e9fd1-_0x726e52;},'AuuGr':function(_0x18c853,_0x4163fe){return _0x18c853===_0x4163fe;},'lyTxR':'NYLeH','BXlkX':function(_0x37c3d7,_0x2ad479){return _0x37c3d7+_0x2ad479;},'andFz':function(_0x2fca41,_0x923bfd){return _0x2fca41*_0x923bfd;},'ZVAPL':function(_0x113c5e,_0x5c59cd){return _0x113c5e/_0x5c59cd;},'MKsFW':function(_0x3802db,_0x39ab39,_0x21c4c4){return _0x3802db(_0x39ab39,_0x21c4c4);},'UgTWM':_0x311b(0xd),'vMFPk':'long','GBLUW':function(_0x598ed2,_0x2ef342){return _0x598ed2<_0x2ef342;},'hutmm':function(_0x4cbc65,_0x39be10,_0x1ca769){return _0x4cbc65(_0x39be10,_0x1ca769);},'ZDlZX':_0x311b(0xe),'YIePu':function(_0x1fc380,_0x49bdec){return _0x1fc380!==_0x49bdec;},'dZtOb':'KZWeu','hyWSA':_0x311b(0xf),'DdeMo':function(_0x47bd7d,_0x5e9698,_0x442454){return _0x47bd7d(_0x5e9698,_0x442454);},'XJIWJ':function(_0x308566,_0x5b2a99){return _0x308566/_0x5b2a99;},'upfsa':function(_0x35bf67,_0x9a3a5d){return _0x35bf67(_0x9a3a5d);},'LwRSR':function(_0x1c38f6,_0x287a61,_0x51459e){return _0x1c38f6(_0x287a61,_0x51459e);},'ZdZgT':function(_0x532f42,_0x256d3c,_0x3638b8){return _0x532f42(_0x256d3c,_0x3638b8);},'tSQEv':'contain'},_0x2de6dc=_0x11e014[_0x311b(0x10)](useRef,new Animated[(_0x311b(0x11))](0x0))[_0x311b(0x12)],_0x359c8a=_0x11e014[_0x311b(0x10)](useRef,new Animated[(_0x311b(0x11))](0.3))[_0x311b(0x12)],_0x38a175=useRef(new Animated[(_0x311b(0x11))](0.3))[_0x311b(0x12)],_0x3295a3=_0x11e014[_0x311b(0x10)](useRef,new Animated[(_0x311b(0x11))](0.3))[_0x311b(0x12)],[_0x281a0d,_0xf8b2c6]=_0x11e014[_0x311b(0x10)](useState,0x0),[_0x2c1efe,_0x5af01f]=_0x11e014['upfsa'](useState,_0x311b(0x0)),_0x5131af=useRef([]);_0x11e014[_0x311b(0x13)](useEffect,()=>{const _0x6688af={'qlpSV':function(_0x451002,_0x16e8a0,_0x4ceb6a){return _0x11e014['ifZbT'](_0x451002,_0x16e8a0,_0x4ceb6a);}};if(!_0x2ed718)return;const _0x2d4731=(_0x4c6192,_0x3dc00f)=>{if(_0x11e014[_0x311b(0x14)](_0x11e014[_0x311b(0x15)],_0x11e014[_0x311b(0x15)]))return Animated[_0x311b(0x16)](Animated[_0x311b(0x17)]([Animated[_0x311b(0x18)](_0x4c6192,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]}),Animated['timing'](_0x4c6192,{'toValue':0.3,'duration':0x258,'useNativeDriver':!![]})]),{'iterations':-0x1});else _0x195385(_0x7bf3cd,0x0)['start']();};setTimeout(()=>{_0x6688af['qlpSV'](_0x2d4731,_0x359c8a,0x0)['start']();},0x12c),_0x11e014[_0x311b(0x19)](setTimeout,()=>{_0x6688af['qlpSV'](_0x2d4731,_0x38a175,0xc8)['start']();},0x1f4),_0x11e014[_0x311b(0x19)](setTimeout,()=>{_0x11e014[_0x311b(0x1a)](_0x2d4731,_0x3295a3,0x190)['start']();},0x2bc);},[_0x2ed718,_0x359c8a,_0x38a175,_0x3295a3]),_0x11e014[_0x311b(0x1b)](useEffect,()=>{const _0x3ae361={'aAvcu':function(_0x2fef27,_0x249694){return _0x11e014['ULPPn'](_0x2fef27,_0x249694);},'ygDhR':function(_0x16cc11,_0xc939c5){return _0x11e014[_0x311b(0x1c)](_0x16cc11,_0xc939c5);},'pWDzX':function(_0x512bf1,_0x17c0b2){return _0x11e014[_0x311b(0x1d)](_0x512bf1,_0x17c0b2);},'RPtMp':function(_0x5c2985,_0x42d9c5){return _0x11e014[_0x311b(0x1e)](_0x5c2985,_0x42d9c5);},'pbbdN':function(_0x49dd35,_0x55850c,_0x470a94){return _0x11e014[_0x311b(0x1f)](_0x49dd35,_0x55850c,_0x470a94);},'XKTJi':function(_0x3c6615,_0xe936e0,_0x191954){return _0x11e014[_0x311b(0x20)](_0x3c6615,_0xe936e0,_0x191954);},'CRXEX':function(_0x4ed33c,_0x472dfe){return _0x11e014[_0x311b(0x10)](_0x4ed33c,_0x472dfe);},'sEfUN':function(_0x2c17c9,_0x2e7e1c){return _0x2c17c9===_0x2e7e1c;},'kfwOk':function(_0x6cd984){return _0x11e014[_0x311b(0x21)](_0x6cd984);},'YXIWG':function(_0x5442e2,_0x1460d6){return _0x11e014[_0x311b(0x22)](_0x5442e2,_0x1460d6);},'hkwWb':function(_0x451f4f,_0x120fd2){return _0x11e014[_0x311b(0x23)](_0x451f4f,_0x120fd2);},'iDOfo':function(_0x2cf07e,_0x2c2e6e){return _0x2cf07e(_0x2c2e6e);}};if(_0x311b(0x24)===_0x11e014['aYDai']){const _0x2de5a2=_0x3ae361[_0x311b(0x25)](_0x25f34b,0x1)*_0x3ae361[_0x311b(0x26)](0x64,_0x53d0c9)-0xa,_0xe4f48f=_0x3ae361[_0x311b(0x25)](_0x3ae361[_0x311b(0x27)](_0x3ae361[_0x311b(0x28)](_0x229538,0x1),_0x3ae361['ygDhR'](0x64,_0x12bb75)),0xa);_0x1440d5[_0x311b(0x29)](_0x3ae361[_0x311b(0x2a)](_0x276719,_0x21eeda['max'](0xa,_0x2de5a2),_0x1b785d[_0x311b(0x2b)](0x5a,_0xe4f48f)));}else{if(!_0x2ed718){if(_0x11e014[_0x311b(0x2c)](_0x11e014['HnaKd'],_0x11e014[_0x311b(0x2d)])){const _0x1c3ae4=_0x3ae361[_0x311b(0x2e)](_0x5019de,_0x560304[_0x311b(0x2f)],_0x409540[_0x311b(0x30)]);_0x19d338['push']({'progress':_0x1c3ae4,'message':_0x204393[_0x311b(0x31)]});}else{_0x5131af[_0x311b(0x12)][_0x311b(0x32)](_0x3eb818=>clearTimeout(_0x3eb818)),_0x5131af['current']=[];return;}}_0x11e014[_0x311b(0x10)](_0xf8b2c6,0x0),_0x11e014[_0x311b(0x10)](_0x5af01f,_0x11e014[_0x311b(0x33)]),_0x2de6dc[_0x311b(0x34)](0x0);const _0x1d818f=randomInRange(0x1b58,0x2ee0),_0x28482b=_0x11e014['CWWGK'](randomIntInRange,0x5,0x8),_0x58e0dd=[0x0];for(let _0x3330b6=0x0;_0x3330b6<_0x11e014[_0x311b(0x35)](_0x28482b,0x1);_0x3330b6++){if(_0x11e014[_0x311b(0x36)](_0x311b(0x37),_0x11e014[_0x311b(0x38)])){if(_0x592b17[_0x311b(0x2f)]===0x64)_0x50eebd[_0x311b(0x29)]({'progress':0x64,'message':_0x3c68a7[_0x311b(0x31)]});else{const _0x21540b=_0xab6b12(_0x5ec66b['minProgress'],_0xc5b8c4[_0x311b(0x30)]);_0x579c23[_0x311b(0x29)]({'progress':_0x21540b,'message':_0x46863e[_0x311b(0x31)]});}}else{const _0x1899a7=_0x11e014[_0x311b(0x35)](_0x11e014['ULPPn'](_0x3330b6,0x1)*(0x64/_0x28482b),0xa),_0x42d46c=_0x11e014[_0x311b(0x39)](_0x11e014['andFz'](_0x11e014['BXlkX'](_0x3330b6,0x1),_0x11e014[_0x311b(0x3a)](0x64,_0x28482b)),0xa);_0x58e0dd['push'](_0x11e014[_0x311b(0x3b)](randomIntInRange,Math['max'](0xa,_0x1899a7),Math[_0x311b(0x2b)](0x5a,_0x42d46c)));}}_0x58e0dd['push'](0x64),_0x58e0dd[_0x311b(0x3c)]((_0x2312e6,_0x3f0f0c)=>_0x2312e6-_0x3f0f0c);const _0x4fe912=['short',_0x11e014[_0x311b(0x3d)],_0x11e014[_0x311b(0x3e)]],_0x12cac6=[];let _0x2a8152=0x0;for(let _0x3a8298=0x0;_0x11e014[_0x311b(0x3f)](_0x3a8298,_0x28482b);_0x3a8298++){const _0x481d01=_0x4fe912[_0x11e014[_0x311b(0x40)](randomIntInRange,0x0,0x2)];let _0x37863e;if(_0x11e014[_0x311b(0x36)](_0x481d01,_0x11e014[_0x311b(0x41)])){if(_0x11e014[_0x311b(0x42)](_0x11e014['dZtOb'],_0x11e014[_0x311b(0x43)]))_0x37863e=_0x11e014[_0x311b(0x1f)](randomInRange,0xfa,0x1f4);else return Animated[_0x311b(0x16)](Animated[_0x311b(0x17)]([Animated[_0x311b(0x18)](_0x13d8a5,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]}),Animated[_0x311b(0x18)](_0x2cbd67,{'toValue':0.3,'duration':0x258,'useNativeDriver':!![]})]),{'iterations':-0x1});}else _0x481d01===_0x11e014[_0x311b(0x3d)]?_0x37863e=_0x11e014[_0x311b(0x44)](randomInRange,0x1f4,0x320):_0x37863e=_0x11e014['CWWGK'](randomInRange,0x320,0x4b0);_0x12cac6['push'](_0x37863e),_0x2a8152+=_0x37863e;}const _0x674fc6=0x190,_0x598dd2=_0x11e014[_0x311b(0x45)](_0x28482b,_0x674fc6),_0x1987ef=_0x11e014[_0x311b(0x35)](_0x1d818f,_0x598dd2),_0xd310e8=_0x11e014['XJIWJ'](_0x1987ef,_0x2a8152),_0x6b3d00=_0x12cac6[_0x311b(0x46)](_0x3c086b=>_0x3c086b*_0xd310e8),_0x1540ea=[];STATUS_MESSAGES[_0x311b(0x32)](_0x4df7cc=>{const _0x4e3f37={'puYis':function(_0x25b2b9,_0x4c969a){return _0x11e014[_0x311b(0x45)](_0x25b2b9,_0x4c969a);},'BflVF':function(_0x203ab9,_0x1c2030){return _0x203ab9-_0x1c2030;}};if(_0x11e014[_0x311b(0x14)](_0x311b(0x47),_0x11e014[_0x311b(0x48)]))_0x3ae361['CRXEX'](_0x5aa99e,_0x11d9a1[_0x2343d5]['message']),_0xce2dad++;else{if(_0x11e014['UHexi'](_0x4df7cc[_0x311b(0x2f)],0x64))_0x1540ea[_0x311b(0x29)]({'progress':0x64,'message':_0x4df7cc[_0x311b(0x31)]});else{if(_0x11e014[_0x311b(0x49)]!==_0x11e014[_0x311b(0x49)])return _0x4e3f37[_0x311b(0x4a)](_0x1ba76b['random'](),_0x4e3f37['BflVF'](_0x27ea72,_0x6b67a9))+_0x2a40b9;else{const _0x5e674f=_0x11e014[_0x311b(0x19)](randomInRange,_0x4df7cc['minProgress'],_0x4df7cc[_0x311b(0x30)]);_0x1540ea['push']({'progress':_0x5e674f,'message':_0x4df7cc[_0x311b(0x31)]});}}}}),_0x1540ea[_0x311b(0x3c)]((_0x4f6265,_0x1f5c8f)=>_0x4f6265[_0x311b(0x4b)]-_0x1f5c8f[_0x311b(0x4b)]);let _0x3ab889=0x0,_0x244e2a=0x0;for(let _0x47cac0=0x1;_0x47cac0<=_0x28482b;_0x47cac0++){const _0x737ba8=_0x58e0dd[_0x47cac0],_0x4df356=_0x6b3d00[_0x47cac0-0x1];_0x3ab889+=_0x4df356;const _0x4839e8=setTimeout(()=>{const _0x37c477={'FDhdM':function(_0x5bb620,_0xed36e6,_0x3b6453){return _0x3ae361['pbbdN'](_0x5bb620,_0xed36e6,_0x3b6453);},'PknAL':function(_0x106de2,_0x58901c){return _0x3ae361[_0x311b(0x4c)](_0x106de2,_0x58901c);},'fwsfP':_0x311b(0x4d),'yoxdA':function(_0xe765d4,_0x3c707b){return _0xe765d4(_0x3c707b);},'yesmE':function(_0x180960){return _0x3ae361[_0x311b(0x4e)](_0x180960);}};while(_0x3ae361[_0x311b(0x4f)](_0x244e2a,_0x1540ea['length'])&&_0x3ae361[_0x311b(0x50)](_0x737ba8,_0x1540ea[_0x244e2a][_0x311b(0x4b)])){_0x3ae361[_0x311b(0x51)](_0x5af01f,_0x1540ea[_0x244e2a][_0x311b(0x52)]),_0x244e2a++;}_0x3ae361[_0x311b(0x53)](_0xf8b2c6,_0x737ba8),Animated[_0x311b(0x18)](_0x2de6dc,{'toValue':_0x3ae361[_0x311b(0x26)](_0x737ba8,0x64),'duration':_0x674fc6,'useNativeDriver':![]})[_0x311b(0x54)](),_0x737ba8>=0x64&&_0x3ae361['pbbdN'](setTimeout,()=>{_0x37c477[_0x311b(0x55)](_0x311b(0x56),_0x37c477[_0x311b(0x57)])?_0x516e77=_0x37c477['FDhdM'](_0x40a12a,0xfa,0x1f4):(_0x37c477[_0x311b(0x58)](triggerHaptic,HapticType[_0x311b(0x59)]),_0x37c477[_0x311b(0x5a)](_0x400adc));},0x1f4);},_0x3ab889);_0x5131af['current'][_0x311b(0x29)](_0x4839e8),_0x3ab889+=_0x674fc6;}return()=>{_0x5131af[_0x311b(0x12)][_0x311b(0x32)](_0x5d8307=>clearTimeout(_0x5d8307)),_0x5131af[_0x311b(0x12)]=[];};}},[_0x2ed718,_0x400adc,_0x2de6dc]);if(!_0x2ed718)return null;return React[_0x311b(0x5b)](View,{'style':styles['container']},React[_0x311b(0x5b)](View,{'style':styles['content']},React['createElement'](View,{'style':styles[_0x311b(0x5c)]},React[_0x311b(0x5b)](_0x504e26,{'source':ANIMATIONS[_0x311b(0x5d)],'autoPlay':!![],'loop':!![],'style':styles[_0x311b(0x5e)],'resizeMode':_0x11e014[_0x311b(0x5f)]})),React['createElement'](View,{'style':styles[_0x311b(0x60)]},React[_0x311b(0x5b)](Text,{'style':styles[_0x311b(0x61)]},_0x2c1efe),React['createElement'](View,{'style':styles['dotsContainer']},React['createElement'](Animated[_0x311b(0x62)],{'style':[styles[_0x311b(0x63)],{'opacity':_0x359c8a}]},'.'),React[_0x311b(0x5b)](Animated[_0x311b(0x62)],{'style':[styles['dot'],{'opacity':_0x38a175}]},'.'),React[_0x311b(0x5b)](Animated['Text'],{'style':[styles[_0x311b(0x63)],{'opacity':_0x3295a3}]},'.'))),React[_0x311b(0x5b)](View,{'style':styles[_0x311b(0x64)]},React[_0x311b(0x5b)](View,{'style':styles[_0x311b(0x65)]},React[_0x311b(0x5b)](Animated[_0x311b(0x66)],{'style':[styles[_0x311b(0x67)],{'width':_0x2de6dc[_0x311b(0x68)]({'inputRange':[0x0,0x1],'outputRange':['0%','100%']})}]})))));},styles=StyleSheet['create']({'container':{'flex':0x1,'backgroundColor':COLORS[_0x311b(0x69)]},'content':{'flex':0x1,'justifyContent':_0x311b(0x6a),'alignItems':_0x311b(0x6a),'paddingHorizontal':0x18,'marginTop':-0x50},'lottieContainer':{'width':0x168,'height':0x168,'marginBottom':0x20,'alignItems':_0x311b(0x6a),'justifyContent':_0x311b(0x6a)},'lottieAnimation':{'width':_0x311b(0x6b),'height':_0x311b(0x6b)},'textContainer':{'flexDirection':_0x311b(0x6c),'alignItems':_0x311b(0x6a),'marginBottom':0x30},'loadingText':{'fontSize':0x18,'fontFamily':_0x311b(0x6d),'fontWeight':_0x311b(0x6e),'color':COLORS[_0x311b(0x6f)]},'dotsContainer':{'flexDirection':_0x311b(0x6c),'marginLeft':0x4},'dot':{'fontSize':0x18,'fontFamily':_0x311b(0x6d),'fontWeight':_0x311b(0x6e),'color':COLORS[_0x311b(0x6f)],'marginLeft':0x2},'progressContainer':{'width':'100%','maxWidth':0x118},'progressTrack':{'height':0x6,'backgroundColor':'#E5E5E5','borderRadius':0x3,'overflow':_0x311b(0x70)},'progressFill':{'height':_0x311b(0x6b),'backgroundColor':COLORS['grey800'],'borderRadius':0x3}});export default PersonaLoadingScreen;
@@ -1 +1 @@
1
- import React,{useState}from'react';import{View,Text,StyleSheet,TouchableOpacity,Image,ScrollView,ActivityIndicator}from'react-native';import{COLORS}from'../theme';import{triggerHaptic,HapticType}from'../utils/haptics';function _0x480f(){const _0x3b1d32=['vKDhs','UFXSF','WcfpX','\x20wants\x20to\x20personalize\x20your\x20experience','Choose\x20what\x20to\x20share:','#4CD964','Connected\x20Platforms','small','Accept\x20&\x20Continue','Nkvpd','bsDNI','ySEgT','XQDNr','BUTTON_PRESS','createElement','container','scrollView','scrollContent','iconContainer','onairosLogo','headerIcon','EjVQZ','enochIcon','enochAppIcon','titleContainer','welcomeBackText','Welcome\x20back!','title','cjKCW','subtitle','vdQsD','optionsContainer','optionRow','basicProfile','optionLeft','optionIcon','grey800','optionText','XsJdp','checkbox','grey700','checkboxContainer','grey400','personalityProfile','connectedPlatformsSection','connectedPlatformsTitle','NekwU','seoWt','length','connectedPlatformsIcons','connectedPlatformIconContainer','connectedPlatformIcon','contain','connectMoreButton','KvKLZ','connectMoreText','ZXCjT','connectMorePlusCircle','connectMorePlus','buttonContainer','acceptButton','acceptButtonActive','acceptButtonLoading','qNOtl','ibmnq','mFAcz','wstPE','Fragment','acceptButtonText','acceptButtonTextActive','buttonArrow','buttonArrowActive','xzTNd','EYDPn','AFlWl','Shwit','declineButtonText','aZJuZ','create','surface','center','#FFFFFF','#000','IBM\x20Plex\x20Sans','700','grey600','600','400','row','#F8F9FA','#E5E5E5','#2D3436','#999999','Inter','500','grey500','wrap'];_0x480f=function(){return _0x3b1d32;};return _0x480f();}import{getPlatformIcon}from'../services/connectedAccountsService';function _0x2faa(_0x480f40,_0x2faadc){_0x480f40=_0x480f40-0x0;const _0x3d7359=_0x480f();let _0x47b61d=_0x3d7359[_0x480f40];return _0x47b61d;}import{BRAND_IMAGES}from'../utils/assetRegistry';import{Basicproficon,Basicprofile,Contenticon,Personalityicon,Personalitytraits,Userpreferences,Checkbox,Checkmark}from'./icons';const PersonalizationConsentScreen=({visible:_0x6bbe6b,onAccept:_0x4dae95,onDecline:_0x28f10e,loading:loading=![],connectedPlatforms:connectedPlatforms=[],onConnectMore:_0x2eb2dc,isReturningUser:isReturningUser=![],appName:appName='Enoch'})=>{const _0x400d00={'XQDNr':function(_0x105c45,_0x58d970){return _0x105c45(_0x58d970);},'ySEgT':function(_0x36c8e0,_0x51107e){return _0x36c8e0(_0x51107e);},'QIsDB':function(_0x1cacfe,_0x16b609){return _0x1cacfe===_0x16b609;},'bsDNI':_0x2faa(0x0),'KvKLZ':function(_0x234af5){return _0x234af5();},'EYDPn':function(_0x36e011,_0x43f555){return _0x36e011!==_0x43f555;},'qNOtl':_0x2faa(0x1),'wstPE':function(_0x3eeab6,_0x13e3b5){return _0x3eeab6(_0x13e3b5);},'xzTNd':function(_0x420733){return _0x420733();},'OcHDV':_0x2faa(0x2),'EjVQZ':'contain','cjKCW':_0x2faa(0x3),'vdQsD':_0x2faa(0x4),'XsJdp':_0x2faa(0x5),'NekwU':_0x2faa(0x6),'seoWt':function(_0x54f5db,_0x2f0f2f){return _0x54f5db>_0x2f0f2f;},'ZXCjT':'Connect\x20more','FJbIs':_0x2faa(0x7),'PpQii':_0x2faa(0x8),'aZJuZ':'Decline'},[_0x3671b9,_0x44f9d8]=useState({'basicProfile':![],'contentAnalysis':![],'personalityProfile':![]}),_0xd98241=_0x19bac5=>{_0x400d00['QIsDB'](_0x2faa(0x9),_0x400d00[_0x2faa(0xa)])?(_0x400d00['XQDNr'](_0x4351e7,_0x348c33['BUTTON_PRESS']),_0x400d00[_0x2faa(0xb)](_0x44b5f2,_0x4371e7=>({..._0x4371e7,[_0x5bae21]:!_0x4371e7[_0x3f12e5]}))):(_0x400d00[_0x2faa(0xc)](triggerHaptic,HapticType[_0x2faa(0xd)]),_0x44f9d8(_0x577f0d=>({..._0x577f0d,[_0x19bac5]:!_0x577f0d[_0x19bac5]})));},_0x51199a=Object['values'](_0x3671b9)['some'](_0x16d256=>_0x16d256);if(!_0x6bbe6b)return null;return React[_0x2faa(0xe)](View,{'style':styles[_0x2faa(0xf)]},React[_0x2faa(0xe)](ScrollView,{'style':styles[_0x2faa(0x10)],'contentContainerStyle':styles[_0x2faa(0x11)],'showsVerticalScrollIndicator':![]},React[_0x2faa(0xe)](View,{'style':styles['headerContainer']},React[_0x2faa(0xe)](View,{'style':styles[_0x2faa(0x12)]},React[_0x2faa(0xe)](Image,{'source':BRAND_IMAGES[_0x2faa(0x13)],'style':styles[_0x2faa(0x14)],'resizeMode':_0x400d00[_0x2faa(0x15)]})),React[_0x2faa(0xe)](Text,{'style':styles['arrow']},'→'),React[_0x2faa(0xe)](Image,{'source':BRAND_IMAGES[_0x2faa(0x16)],'style':styles[_0x2faa(0x17)],'resizeMode':_0x400d00[_0x2faa(0x15)]})),React['createElement'](View,{'style':styles[_0x2faa(0x18)]},isReturningUser&&React[_0x2faa(0xe)](Text,{'style':styles[_0x2faa(0x19)]},_0x2faa(0x1a)),React['createElement'](Text,{'style':styles[_0x2faa(0x1b)]},appName,_0x400d00[_0x2faa(0x1c)]),React[_0x2faa(0xe)](Text,{'style':styles[_0x2faa(0x1d)]},_0x400d00[_0x2faa(0x1e)])),React[_0x2faa(0xe)](View,{'style':styles[_0x2faa(0x1f)]},React[_0x2faa(0xe)](TouchableOpacity,{'style':styles[_0x2faa(0x20)],'onPress':()=>_0xd98241(_0x2faa(0x21))},React[_0x2faa(0xe)](View,{'style':styles[_0x2faa(0x22)]},React[_0x2faa(0xe)](Basicproficon,{'width':0x20,'height':0x20,'fill':COLORS['grey700'],'style':styles[_0x2faa(0x23)]}),React['createElement'](Basicprofile,{'height':0x18,'fill':COLORS[_0x2faa(0x24)],'style':styles[_0x2faa(0x25)]})),React['createElement'](View,{'style':styles['checkboxContainer']},_0x3671b9[_0x2faa(0x21)]?React[_0x2faa(0xe)](Checkmark,{'width':0x18,'height':0x18,'fill':_0x400d00[_0x2faa(0x26)],'style':styles[_0x2faa(0x27)]}):React[_0x2faa(0xe)](Checkbox,{'width':0x18,'height':0x18,'stroke':COLORS['grey400'],'style':styles[_0x2faa(0x27)]}))),React[_0x2faa(0xe)](TouchableOpacity,{'style':styles[_0x2faa(0x20)],'onPress':()=>_0xd98241('contentAnalysis')},React[_0x2faa(0xe)](View,{'style':styles['optionLeft']},React['createElement'](Contenticon,{'width':0x20,'height':0x20,'fill':COLORS[_0x2faa(0x28)],'style':styles[_0x2faa(0x23)]}),React[_0x2faa(0xe)](Userpreferences,{'height':0x18,'fill':COLORS[_0x2faa(0x24)],'style':styles['optionText']})),React['createElement'](View,{'style':styles[_0x2faa(0x29)]},_0x3671b9['contentAnalysis']?React[_0x2faa(0xe)](Checkmark,{'width':0x18,'height':0x18,'fill':_0x400d00[_0x2faa(0x26)],'style':styles['checkbox']}):React[_0x2faa(0xe)](Checkbox,{'width':0x18,'height':0x18,'stroke':COLORS[_0x2faa(0x2a)],'style':styles[_0x2faa(0x27)]}))),React[_0x2faa(0xe)](TouchableOpacity,{'style':styles['optionRow'],'onPress':()=>_0xd98241('personalityProfile')},React[_0x2faa(0xe)](View,{'style':styles[_0x2faa(0x22)]},React[_0x2faa(0xe)](Personalityicon,{'width':0x20,'height':0x20,'fill':COLORS[_0x2faa(0x28)],'style':styles[_0x2faa(0x23)]}),React[_0x2faa(0xe)](Personalitytraits,{'height':0x18,'fill':COLORS[_0x2faa(0x24)],'style':styles['optionText']})),React[_0x2faa(0xe)](View,{'style':styles['checkboxContainer']},_0x3671b9[_0x2faa(0x2b)]?React['createElement'](Checkmark,{'width':0x18,'height':0x18,'fill':_0x400d00[_0x2faa(0x26)],'style':styles[_0x2faa(0x27)]}):React['createElement'](Checkbox,{'width':0x18,'height':0x18,'stroke':COLORS[_0x2faa(0x2a)],'style':styles[_0x2faa(0x27)]})))),React[_0x2faa(0xe)](View,{'style':styles[_0x2faa(0x2c)]},React['createElement'](Text,{'style':styles[_0x2faa(0x2d)]},_0x400d00[_0x2faa(0x2e)]),_0x400d00[_0x2faa(0x2f)](connectedPlatforms[_0x2faa(0x30)],0x0)&&React[_0x2faa(0xe)](View,{'style':styles[_0x2faa(0x31)]},connectedPlatforms['map'](_0x59523c=>React[_0x2faa(0xe)](View,{'key':_0x59523c,'style':styles[_0x2faa(0x32)]},React[_0x2faa(0xe)](Image,{'source':getPlatformIcon(_0x59523c),'style':styles[_0x2faa(0x33)],'resizeMode':_0x2faa(0x34)})))),_0x2eb2dc&&React[_0x2faa(0xe)](TouchableOpacity,{'style':styles[_0x2faa(0x35)],'onPress':()=>{_0x400d00['ySEgT'](triggerHaptic,HapticType[_0x2faa(0xd)]),_0x400d00[_0x2faa(0x36)](_0x2eb2dc);}},React[_0x2faa(0xe)](Text,{'style':styles[_0x2faa(0x37)]},_0x400d00[_0x2faa(0x38)]),React[_0x2faa(0xe)](View,{'style':styles[_0x2faa(0x39)]},React[_0x2faa(0xe)](Text,{'style':styles[_0x2faa(0x3a)]},'+'))))),React[_0x2faa(0xe)](View,{'style':styles[_0x2faa(0x3b)]},React['createElement'](TouchableOpacity,{'style':[styles[_0x2faa(0x3c)],_0x51199a&&styles[_0x2faa(0x3d)],loading&&styles[_0x2faa(0x3e)]],'onPress':()=>{const _0x401217={'ibmnq':function(_0xc505a6,_0x5bff1d){return _0x400d00[_0x2faa(0xc)](_0xc505a6,_0x5bff1d);},'mFAcz':function(_0x2b95aa){return _0x2b95aa();}};_0x400d00['EYDPn'](_0x400d00[_0x2faa(0x3f)],_0x400d00[_0x2faa(0x3f)])?(_0x401217[_0x2faa(0x40)](_0x4ec23e,_0x555e74[_0x2faa(0xd)]),_0x401217[_0x2faa(0x41)](_0x5b5933)):!loading&&(_0x400d00[_0x2faa(0x42)](triggerHaptic,HapticType['BUTTON_PRESS']),_0x400d00['KvKLZ'](_0x4dae95));},'disabled':loading,'activeOpacity':loading?0x1:0.7},loading?React[_0x2faa(0xe)](ActivityIndicator,{'size':_0x400d00['FJbIs'],'color':'#FFFFFF'}):React[_0x2faa(0xe)](React[_0x2faa(0x43)],null,React[_0x2faa(0xe)](Text,{'style':[styles[_0x2faa(0x44)],_0x51199a&&styles[_0x2faa(0x45)]]},_0x400d00['PpQii']),React[_0x2faa(0xe)](Text,{'style':[styles[_0x2faa(0x46)],_0x51199a&&styles[_0x2faa(0x47)]]},'→'))),React[_0x2faa(0xe)](TouchableOpacity,{'style':styles['declineButton'],'onPress':()=>{const _0x90aa05={'Shwit':function(_0x5b4d73){return _0x400d00[_0x2faa(0x48)](_0x5b4d73);}};_0x400d00[_0x2faa(0x49)](_0x400d00['OcHDV'],_0x2faa(0x4a))?(_0x400d00['wstPE'](triggerHaptic,HapticType[_0x2faa(0xd)]),_0x28f10e()):(_0x4360bf(_0x5642d3[_0x2faa(0xd)]),_0x90aa05[_0x2faa(0x4b)](_0x4704ce));}},React[_0x2faa(0xe)](Text,{'style':styles[_0x2faa(0x4c)]},_0x400d00[_0x2faa(0x4d)]))));},styles=StyleSheet[_0x2faa(0x4e)]({'container':{'flex':0x1,'backgroundColor':COLORS[_0x2faa(0x4f)],'paddingHorizontal':0x18,'paddingTop':0x28,'paddingBottom':0x8},'headerContainer':{'flexDirection':'row','alignItems':_0x2faa(0x50),'justifyContent':_0x2faa(0x50),'marginBottom':0xc,'marginTop':0x0},'iconContainer':{'width':0x40,'height':0x40,'backgroundColor':_0x2faa(0x51),'borderRadius':0xc,'alignItems':'center','justifyContent':_0x2faa(0x50),'marginHorizontal':0x8,'shadowColor':_0x2faa(0x52),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.1,'shadowRadius':0x4,'elevation':0x2},'headerIcon':{'width':0x2a,'height':0x2a},'enochAppIcon':{'width':0x48,'height':0x48,'marginHorizontal':0x8},'enochLetter':{'fontSize':0x1c,'fontFamily':_0x2faa(0x53),'fontWeight':_0x2faa(0x54),'color':COLORS[_0x2faa(0x24)]},'arrow':{'fontSize':0x18,'color':COLORS[_0x2faa(0x55)],'marginHorizontal':0x10},'titleContainer':{'alignItems':_0x2faa(0x50),'marginBottom':0x8},'welcomeBackText':{'fontSize':0x18,'fontFamily':_0x2faa(0x53),'fontWeight':_0x2faa(0x54),'color':COLORS[_0x2faa(0x24)],'textAlign':'center','marginBottom':0x2},'title':{'fontSize':0x14,'fontFamily':'IBM\x20Plex\x20Sans','fontWeight':_0x2faa(0x56),'color':COLORS[_0x2faa(0x24)],'textAlign':_0x2faa(0x50),'marginBottom':0xa},'subtitle':{'fontSize':0x10,'fontFamily':'Inter','fontWeight':_0x2faa(0x57),'color':COLORS[_0x2faa(0x55)],'textAlign':_0x2faa(0x50)},'scrollView':{'flex':0x1},'scrollContent':{'flexGrow':0x1},'optionsContainer':{'marginBottom':0x8},'optionRow':{'flexDirection':_0x2faa(0x58),'alignItems':_0x2faa(0x50),'justifyContent':'space-between','paddingVertical':0xc,'paddingHorizontal':0x2,'backgroundColor':_0x2faa(0x59),'borderRadius':0xc,'marginBottom':0x6,'marginHorizontal':0x0},'optionLeft':{'flexDirection':'row','alignItems':_0x2faa(0x50),'flex':0x1},'optionIcon':{'marginRight':0xc,'marginLeft':0x2,'marginTop':-0x4},'optionText':{'flex':0x1,'marginLeft':0x2},'checkboxContainer':{'paddingLeft':0x4,'paddingRight':0x2,'alignItems':_0x2faa(0x50),'justifyContent':_0x2faa(0x50)},'checkbox':{},'buttonContainer':{'gap':0x8,'paddingHorizontal':0x0,'paddingBottom':0x10,'marginTop':0x10},'acceptButton':{'backgroundColor':_0x2faa(0x5a),'borderRadius':0x19,'paddingVertical':0xa,'paddingHorizontal':0x18,'flexDirection':_0x2faa(0x58),'alignItems':_0x2faa(0x50),'justifyContent':_0x2faa(0x50)},'acceptButtonActive':{'backgroundColor':'#2D3436'},'acceptButtonLoading':{'backgroundColor':_0x2faa(0x5b),'opacity':0.8},'acceptButtonText':{'color':_0x2faa(0x5c),'fontSize':0x10,'fontFamily':'Inter','fontWeight':'600','marginRight':0x8},'acceptButtonTextActive':{'color':_0x2faa(0x51)},'buttonArrow':{'color':'#999999','fontSize':0x10},'buttonArrowActive':{'color':_0x2faa(0x51)},'declineButton':{'backgroundColor':'#E5E5E5','borderRadius':0x19,'paddingVertical':0xa,'paddingHorizontal':0x18,'alignItems':_0x2faa(0x50),'justifyContent':_0x2faa(0x50)},'declineButtonText':{'color':COLORS[_0x2faa(0x55)],'fontSize':0x10,'fontFamily':_0x2faa(0x5d),'fontWeight':_0x2faa(0x5e)},'connectedPlatformsSection':{'alignItems':_0x2faa(0x50),'paddingVertical':0xa,'paddingHorizontal':0x10,'backgroundColor':_0x2faa(0x59),'borderRadius':0x10,'marginBottom':0xa,'marginTop':0x10},'connectedPlatformsTitle':{'fontSize':0xf,'fontFamily':_0x2faa(0x5d),'fontWeight':_0x2faa(0x5e),'color':COLORS[_0x2faa(0x5f)],'marginBottom':0xa},'connectedPlatformsIcons':{'flexDirection':_0x2faa(0x58),'justifyContent':_0x2faa(0x50),'alignItems':_0x2faa(0x50),'flexWrap':_0x2faa(0x60),'gap':0xa,'marginBottom':0xa},'connectedPlatformIconContainer':{'width':0x30,'height':0x30,'borderRadius':0xa,'backgroundColor':_0x2faa(0x51),'justifyContent':_0x2faa(0x50),'alignItems':_0x2faa(0x50),'shadowColor':_0x2faa(0x52),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.1,'shadowRadius':0x4,'elevation':0x2},'connectedPlatformIcon':{'width':0x20,'height':0x20},'connectMoreButton':{'flexDirection':'row','alignItems':_0x2faa(0x50),'justifyContent':_0x2faa(0x50),'gap':0x8},'connectMoreText':{'fontSize':0x10,'fontFamily':_0x2faa(0x5d),'fontWeight':_0x2faa(0x5e),'color':COLORS[_0x2faa(0x5f)]},'connectMorePlusCircle':{'width':0x1c,'height':0x1c,'borderRadius':0xe,'borderWidth':0x2,'borderColor':COLORS[_0x2faa(0x2a)],'justifyContent':_0x2faa(0x50),'alignItems':_0x2faa(0x50)},'connectMorePlus':{'fontSize':0x12,'fontWeight':'500','color':COLORS[_0x2faa(0x5f)],'marginTop':-0x2}});export{PersonalizationConsentScreen};export default PersonalizationConsentScreen;
1
+ import React,{useState}from'react';import{View,Text,StyleSheet,TouchableOpacity,Image,ScrollView,ActivityIndicator}from'react-native';import{COLORS}from'../theme';function _0x9ad9(){const _0x552096=['Enoch','IdGji','SCWTA','KMFTm','ETokx','contain','\x20wants\x20to\x20personalize\x20your\x20experience','Connected\x20Platforms','#FFFFFF','Decline','Use\x20different\x20account','rdYOi','BUTTON_PRESS','BgNlO','values','createElement','container','scrollContent','headerContainer','onairosLogo','headerIcon','ZKyHq','enochIcon','titleContainer','welcomeBackText','jeQYq','subtitle','HQIsV','basicProfile','optionLeft','grey700','optionIcon','grey800','checkboxContainer','uNkTI','checkbox','grey400','optionRow','contentAnalysis','optionText','personalityProfile','connectedPlatformsSection','connectedPlatformsTitle','JtfUc','jcgRG','length','connectedPlatformsIcons','connectedPlatformIcon','uuNKP','sWcHk','YDKZv','dCjct','connectMoreText','Connect\x20more','connectMorePlusCircle','buttonContainer','acceptButton','acceptButtonActive','acceptButtonLoading','sZPCg','wndEb','hZRuA','mEycx','xhfqi','Mwtqi','Fragment','acceptButtonText','acceptButtonTextActive','Accept\x20&\x20Continue','buttonArrowActive','declineButton','XzEJx','xiYtR','ibVEN','donBs','logoutButton','bhPkT','logoutButtonText','kTbkP','create','surface','row','center','#000','IBM\x20Plex\x20Sans','grey600','700','Inter','400','space-between','#F8F9FA','#E5E5E5','#2D3436','#999999','600','500','grey500','underline','wrap'];_0x9ad9=function(){return _0x552096;};return _0x9ad9();}import{triggerHaptic,HapticType}from'../utils/haptics';import{getPlatformIcon}from'../services/connectedAccountsService';function _0x2f3f(_0x9ad91e,_0x2f3fea){_0x9ad91e=_0x9ad91e-0x0;const _0x52ac86=_0x9ad9();let _0x2ddf95=_0x52ac86[_0x9ad91e];return _0x2ddf95;}import{BRAND_IMAGES}from'../utils/assetRegistry';import{Basicproficon,Basicprofile,Contenticon,Personalityicon,Personalitytraits,Userpreferences,Checkbox,Checkmark}from'./icons';const PersonalizationConsentScreen=({visible:_0x31b347,onAccept:_0x1a14d4,onDecline:_0xabc036,loading:loading=![],connectedPlatforms:connectedPlatforms=[],onConnectMore:_0x600510,isReturningUser:isReturningUser=![],appName:appName=_0x2f3f(0x0),onLogout:_0x16bb14})=>{const _0x3a3ae8={'BgNlO':function(_0x46b577,_0x1358a3){return _0x46b577(_0x1358a3);},'uuNKP':function(_0x426fa6,_0x1c2763){return _0x426fa6!==_0x1c2763;},'sWcHk':_0x2f3f(0x1),'YDKZv':_0x2f3f(0x2),'dCjct':function(_0x57f789){return _0x57f789();},'mEycx':function(_0x3e6997,_0x19e391){return _0x3e6997(_0x19e391);},'sZPCg':function(_0xa91633,_0x247da9){return _0xa91633===_0x247da9;},'hZRuA':_0x2f3f(0x3),'rdYOi':function(_0x5cdf32,_0x26ec70){return _0x5cdf32(_0x26ec70);},'XzEJx':_0x2f3f(0x4),'ibVEN':function(_0x123e74,_0xd91f35){return _0x123e74(_0xd91f35);},'nquYS':function(_0x383bac,_0xb9ff98){return _0x383bac(_0xb9ff98);},'bhPkT':function(_0x368cb7){return _0x368cb7();},'ZKyHq':_0x2f3f(0x5),'jeQYq':_0x2f3f(0x6),'HQIsV':'Choose\x20what\x20to\x20share:','uNkTI':'#4CD964','JtfUc':_0x2f3f(0x7),'jcgRG':function(_0x1d737d,_0x2cfc1b){return _0x1d737d>_0x2cfc1b;},'xhfqi':'small','Mwtqi':_0x2f3f(0x8),'donBs':_0x2f3f(0x9),'kTbkP':_0x2f3f(0xa)},[_0x415cf1,_0x237efc]=_0x3a3ae8[_0x2f3f(0xb)](useState,{'basicProfile':![],'contentAnalysis':![],'personalityProfile':![]}),_0x9f7b4b=_0xb523bb=>{triggerHaptic(HapticType[_0x2f3f(0xc)]),_0x3a3ae8[_0x2f3f(0xd)](_0x237efc,_0x18c3ab=>({..._0x18c3ab,[_0xb523bb]:!_0x18c3ab[_0xb523bb]}));},_0xb9611=Object[_0x2f3f(0xe)](_0x415cf1)['some'](_0x3e8ba8=>_0x3e8ba8);if(!_0x31b347)return null;return React[_0x2f3f(0xf)](View,{'style':styles[_0x2f3f(0x10)]},React['createElement'](ScrollView,{'style':styles['scrollView'],'contentContainerStyle':styles[_0x2f3f(0x11)],'showsVerticalScrollIndicator':![]},React['createElement'](View,{'style':styles[_0x2f3f(0x12)]},React[_0x2f3f(0xf)](View,{'style':styles['iconContainer']},React[_0x2f3f(0xf)](Image,{'source':BRAND_IMAGES[_0x2f3f(0x13)],'style':styles[_0x2f3f(0x14)],'resizeMode':_0x3a3ae8[_0x2f3f(0x15)]})),React['createElement'](Text,{'style':styles['arrow']},'→'),React[_0x2f3f(0xf)](Image,{'source':BRAND_IMAGES[_0x2f3f(0x16)],'style':styles['enochAppIcon'],'resizeMode':_0x3a3ae8[_0x2f3f(0x15)]})),React[_0x2f3f(0xf)](View,{'style':styles[_0x2f3f(0x17)]},isReturningUser&&React['createElement'](Text,{'style':styles[_0x2f3f(0x18)]},'Welcome\x20back!'),React['createElement'](Text,{'style':styles['title']},appName,_0x3a3ae8[_0x2f3f(0x19)]),React[_0x2f3f(0xf)](Text,{'style':styles[_0x2f3f(0x1a)]},_0x3a3ae8[_0x2f3f(0x1b)])),React[_0x2f3f(0xf)](View,{'style':styles['optionsContainer']},React['createElement'](TouchableOpacity,{'style':styles['optionRow'],'onPress':()=>_0x9f7b4b(_0x2f3f(0x1c))},React[_0x2f3f(0xf)](View,{'style':styles[_0x2f3f(0x1d)]},React['createElement'](Basicproficon,{'width':0x20,'height':0x20,'fill':COLORS[_0x2f3f(0x1e)],'style':styles[_0x2f3f(0x1f)]}),React[_0x2f3f(0xf)](Basicprofile,{'height':0x18,'fill':COLORS[_0x2f3f(0x20)],'style':styles['optionText']})),React[_0x2f3f(0xf)](View,{'style':styles[_0x2f3f(0x21)]},_0x415cf1[_0x2f3f(0x1c)]?React[_0x2f3f(0xf)](Checkmark,{'width':0x18,'height':0x18,'fill':_0x3a3ae8[_0x2f3f(0x22)],'style':styles[_0x2f3f(0x23)]}):React[_0x2f3f(0xf)](Checkbox,{'width':0x18,'height':0x18,'stroke':COLORS[_0x2f3f(0x24)],'style':styles['checkbox']}))),React[_0x2f3f(0xf)](TouchableOpacity,{'style':styles[_0x2f3f(0x25)],'onPress':()=>_0x9f7b4b(_0x2f3f(0x26))},React[_0x2f3f(0xf)](View,{'style':styles[_0x2f3f(0x1d)]},React[_0x2f3f(0xf)](Contenticon,{'width':0x20,'height':0x20,'fill':COLORS[_0x2f3f(0x1e)],'style':styles[_0x2f3f(0x1f)]}),React[_0x2f3f(0xf)](Userpreferences,{'height':0x18,'fill':COLORS[_0x2f3f(0x20)],'style':styles[_0x2f3f(0x27)]})),React[_0x2f3f(0xf)](View,{'style':styles[_0x2f3f(0x21)]},_0x415cf1[_0x2f3f(0x26)]?React[_0x2f3f(0xf)](Checkmark,{'width':0x18,'height':0x18,'fill':_0x3a3ae8[_0x2f3f(0x22)],'style':styles[_0x2f3f(0x23)]}):React[_0x2f3f(0xf)](Checkbox,{'width':0x18,'height':0x18,'stroke':COLORS[_0x2f3f(0x24)],'style':styles[_0x2f3f(0x23)]}))),React[_0x2f3f(0xf)](TouchableOpacity,{'style':styles[_0x2f3f(0x25)],'onPress':()=>_0x9f7b4b(_0x2f3f(0x28))},React[_0x2f3f(0xf)](View,{'style':styles[_0x2f3f(0x1d)]},React[_0x2f3f(0xf)](Personalityicon,{'width':0x20,'height':0x20,'fill':COLORS[_0x2f3f(0x1e)],'style':styles[_0x2f3f(0x1f)]}),React[_0x2f3f(0xf)](Personalitytraits,{'height':0x18,'fill':COLORS[_0x2f3f(0x20)],'style':styles[_0x2f3f(0x27)]})),React[_0x2f3f(0xf)](View,{'style':styles[_0x2f3f(0x21)]},_0x415cf1[_0x2f3f(0x28)]?React[_0x2f3f(0xf)](Checkmark,{'width':0x18,'height':0x18,'fill':_0x3a3ae8[_0x2f3f(0x22)],'style':styles[_0x2f3f(0x23)]}):React[_0x2f3f(0xf)](Checkbox,{'width':0x18,'height':0x18,'stroke':COLORS['grey400'],'style':styles['checkbox']})))),React['createElement'](View,{'style':styles[_0x2f3f(0x29)]},React[_0x2f3f(0xf)](Text,{'style':styles[_0x2f3f(0x2a)]},_0x3a3ae8[_0x2f3f(0x2b)]),_0x3a3ae8[_0x2f3f(0x2c)](connectedPlatforms[_0x2f3f(0x2d)],0x0)&&React[_0x2f3f(0xf)](View,{'style':styles[_0x2f3f(0x2e)]},connectedPlatforms['map'](_0x40dc7f=>React[_0x2f3f(0xf)](View,{'key':_0x40dc7f,'style':styles['connectedPlatformIconContainer']},React[_0x2f3f(0xf)](Image,{'source':getPlatformIcon(_0x40dc7f),'style':styles[_0x2f3f(0x2f)],'resizeMode':'contain'})))),_0x600510&&React[_0x2f3f(0xf)](TouchableOpacity,{'style':styles['connectMoreButton'],'onPress':()=>{const _0x4855b8={'KgRQT':function(_0x5e45c2,_0x36808a){return _0x3a3ae8[_0x2f3f(0xd)](_0x5e45c2,_0x36808a);}};_0x3a3ae8[_0x2f3f(0x30)](_0x3a3ae8[_0x2f3f(0x31)],_0x3a3ae8[_0x2f3f(0x32)])?(triggerHaptic(HapticType[_0x2f3f(0xc)]),_0x3a3ae8[_0x2f3f(0x33)](_0x600510)):(_0x4855b8['KgRQT'](_0x427f8d,_0x2f9e46[_0x2f3f(0xc)]),_0x1cd560());}},React[_0x2f3f(0xf)](Text,{'style':styles[_0x2f3f(0x34)]},_0x2f3f(0x35)),React[_0x2f3f(0xf)](View,{'style':styles[_0x2f3f(0x36)]},React[_0x2f3f(0xf)](Text,{'style':styles['connectMorePlus']},'+'))))),React[_0x2f3f(0xf)](View,{'style':styles[_0x2f3f(0x37)]},React[_0x2f3f(0xf)](TouchableOpacity,{'style':[styles[_0x2f3f(0x38)],_0xb9611&&styles[_0x2f3f(0x39)],loading&&styles[_0x2f3f(0x3a)]],'onPress':()=>{_0x3a3ae8[_0x2f3f(0x3b)](_0x2f3f(0x3c),_0x3a3ae8[_0x2f3f(0x3d)])?(_0x3a3ae8[_0x2f3f(0x3e)](_0x5061ed,_0x2df0ae['BUTTON_PRESS']),_0x3a3ae8[_0x2f3f(0x33)](_0x275c20)):!loading&&(triggerHaptic(HapticType['BUTTON_PRESS']),_0x3a3ae8[_0x2f3f(0x33)](_0x1a14d4));},'disabled':loading,'activeOpacity':loading?0x1:0.7},loading?React[_0x2f3f(0xf)](ActivityIndicator,{'size':_0x3a3ae8[_0x2f3f(0x3f)],'color':_0x3a3ae8[_0x2f3f(0x40)]}):React[_0x2f3f(0xf)](React[_0x2f3f(0x41)],null,React[_0x2f3f(0xf)](Text,{'style':[styles[_0x2f3f(0x42)],_0xb9611&&styles[_0x2f3f(0x43)]]},_0x2f3f(0x44)),React['createElement'](Text,{'style':[styles['buttonArrow'],_0xb9611&&styles[_0x2f3f(0x45)]]},'→'))),React[_0x2f3f(0xf)](TouchableOpacity,{'style':styles[_0x2f3f(0x46)],'onPress':()=>{_0x3a3ae8['uuNKP'](_0x3a3ae8[_0x2f3f(0x47)],_0x2f3f(0x48))?(_0x3a3ae8[_0x2f3f(0x49)](triggerHaptic,HapticType['BUTTON_PRESS']),_0xabc036()):!_0x16531f&&(_0x3a3ae8[_0x2f3f(0xb)](_0x532c0b,_0x62087a[_0x2f3f(0xc)]),_0x50eb14());}},React[_0x2f3f(0xf)](Text,{'style':styles['declineButtonText']},_0x3a3ae8[_0x2f3f(0x4a)])),_0x16bb14&&React['createElement'](TouchableOpacity,{'style':styles[_0x2f3f(0x4b)],'onPress':()=>{_0x3a3ae8['nquYS'](triggerHaptic,HapticType[_0x2f3f(0xc)]),_0x3a3ae8[_0x2f3f(0x4c)](_0x16bb14);}},React[_0x2f3f(0xf)](Text,{'style':styles[_0x2f3f(0x4d)]},_0x3a3ae8[_0x2f3f(0x4e)]))));},styles=StyleSheet[_0x2f3f(0x4f)]({'container':{'flex':0x1,'backgroundColor':COLORS[_0x2f3f(0x50)],'paddingHorizontal':0x18,'paddingTop':0x28,'paddingBottom':0x8},'headerContainer':{'flexDirection':_0x2f3f(0x51),'alignItems':_0x2f3f(0x52),'justifyContent':'center','marginBottom':0xc,'marginTop':0x0},'iconContainer':{'width':0x40,'height':0x40,'backgroundColor':_0x2f3f(0x8),'borderRadius':0xc,'alignItems':_0x2f3f(0x52),'justifyContent':_0x2f3f(0x52),'marginHorizontal':0x8,'shadowColor':_0x2f3f(0x53),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.1,'shadowRadius':0x4,'elevation':0x2},'headerIcon':{'width':0x2a,'height':0x2a},'enochAppIcon':{'width':0x48,'height':0x48,'marginHorizontal':0x8},'enochLetter':{'fontSize':0x1c,'fontFamily':_0x2f3f(0x54),'fontWeight':'700','color':COLORS[_0x2f3f(0x20)]},'arrow':{'fontSize':0x18,'color':COLORS[_0x2f3f(0x55)],'marginHorizontal':0x10},'titleContainer':{'alignItems':_0x2f3f(0x52),'marginBottom':0x8},'welcomeBackText':{'fontSize':0x18,'fontFamily':_0x2f3f(0x54),'fontWeight':_0x2f3f(0x56),'color':COLORS[_0x2f3f(0x20)],'textAlign':'center','marginBottom':0x2},'title':{'fontSize':0x14,'fontFamily':_0x2f3f(0x54),'fontWeight':'600','color':COLORS[_0x2f3f(0x20)],'textAlign':_0x2f3f(0x52),'marginBottom':0xa},'subtitle':{'fontSize':0x10,'fontFamily':_0x2f3f(0x57),'fontWeight':_0x2f3f(0x58),'color':COLORS[_0x2f3f(0x55)],'textAlign':_0x2f3f(0x52)},'scrollView':{'flex':0x1},'scrollContent':{'flexGrow':0x1},'optionsContainer':{'marginBottom':0x8},'optionRow':{'flexDirection':_0x2f3f(0x51),'alignItems':_0x2f3f(0x52),'justifyContent':_0x2f3f(0x59),'paddingVertical':0xc,'paddingHorizontal':0x2,'backgroundColor':_0x2f3f(0x5a),'borderRadius':0xc,'marginBottom':0x6,'marginHorizontal':0x0},'optionLeft':{'flexDirection':_0x2f3f(0x51),'alignItems':'center','flex':0x1},'optionIcon':{'marginRight':0xc,'marginLeft':0x2,'marginTop':-0x4},'optionText':{'flex':0x1,'marginLeft':0x2},'checkboxContainer':{'paddingLeft':0x4,'paddingRight':0x2,'alignItems':_0x2f3f(0x52),'justifyContent':'center'},'checkbox':{},'buttonContainer':{'gap':0x8,'paddingHorizontal':0x0,'paddingBottom':0x10,'marginTop':0x10},'acceptButton':{'backgroundColor':_0x2f3f(0x5b),'borderRadius':0x19,'paddingVertical':0xa,'paddingHorizontal':0x18,'flexDirection':'row','alignItems':_0x2f3f(0x52),'justifyContent':_0x2f3f(0x52)},'acceptButtonActive':{'backgroundColor':_0x2f3f(0x5c)},'acceptButtonLoading':{'backgroundColor':_0x2f3f(0x5c),'opacity':0.8},'acceptButtonText':{'color':_0x2f3f(0x5d),'fontSize':0x10,'fontFamily':_0x2f3f(0x57),'fontWeight':_0x2f3f(0x5e),'marginRight':0x8},'acceptButtonTextActive':{'color':_0x2f3f(0x8)},'buttonArrow':{'color':_0x2f3f(0x5d),'fontSize':0x10},'buttonArrowActive':{'color':_0x2f3f(0x8)},'declineButton':{'backgroundColor':_0x2f3f(0x5b),'borderRadius':0x19,'paddingVertical':0xa,'paddingHorizontal':0x18,'alignItems':_0x2f3f(0x52),'justifyContent':'center'},'declineButtonText':{'color':COLORS[_0x2f3f(0x55)],'fontSize':0x10,'fontFamily':'Inter','fontWeight':_0x2f3f(0x5f)},'logoutButton':{'alignItems':_0x2f3f(0x52),'paddingVertical':0xc,'marginTop':0x8},'logoutButtonText':{'fontSize':0xe,'fontFamily':_0x2f3f(0x57),'fontWeight':_0x2f3f(0x58),'color':COLORS[_0x2f3f(0x60)],'textDecorationLine':_0x2f3f(0x61)},'connectedPlatformsSection':{'alignItems':_0x2f3f(0x52),'paddingVertical':0xa,'paddingHorizontal':0x10,'backgroundColor':_0x2f3f(0x5a),'borderRadius':0x10,'marginBottom':0xa,'marginTop':0x10},'connectedPlatformsTitle':{'fontSize':0xf,'fontFamily':_0x2f3f(0x57),'fontWeight':_0x2f3f(0x5f),'color':COLORS[_0x2f3f(0x60)],'marginBottom':0xa},'connectedPlatformsIcons':{'flexDirection':_0x2f3f(0x51),'justifyContent':'center','alignItems':_0x2f3f(0x52),'flexWrap':_0x2f3f(0x62),'gap':0xa,'marginBottom':0xa},'connectedPlatformIconContainer':{'width':0x30,'height':0x30,'borderRadius':0xa,'backgroundColor':_0x2f3f(0x8),'justifyContent':_0x2f3f(0x52),'alignItems':_0x2f3f(0x52),'shadowColor':_0x2f3f(0x53),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.1,'shadowRadius':0x4,'elevation':0x2},'connectedPlatformIcon':{'width':0x20,'height':0x20},'connectMoreButton':{'flexDirection':_0x2f3f(0x51),'alignItems':_0x2f3f(0x52),'justifyContent':_0x2f3f(0x52),'gap':0x8},'connectMoreText':{'fontSize':0x10,'fontFamily':_0x2f3f(0x57),'fontWeight':_0x2f3f(0x5f),'color':COLORS[_0x2f3f(0x60)]},'connectMorePlusCircle':{'width':0x1c,'height':0x1c,'borderRadius':0xe,'borderWidth':0x2,'borderColor':COLORS[_0x2f3f(0x24)],'justifyContent':'center','alignItems':'center'},'connectMorePlus':{'fontSize':0x12,'fontWeight':_0x2f3f(0x5f),'color':COLORS[_0x2f3f(0x60)],'marginTop':-0x2}});export{PersonalizationConsentScreen};export default PersonalizationConsentScreen;
@@ -1 +1 @@
1
- import React,{useState,useEffect}from'react';function _0x5899(_0x566a10,_0x5899e3){_0x566a10=_0x566a10-0x0;const _0x3f0f65=_0x566a();let _0x39887d=_0x3f0f65[_0x566a10];return _0x39887d;}import{View,Text,StyleSheet,TouchableOpacity,TextInput,Alert,ActivityIndicator}from'react-native';import{COLORS}from'../theme';import{triggerHaptic,HapticType}from'../utils/haptics';import{biometricPinService}from'../services/biometricPinService';import{setTemporaryPin}from'../services/pinStorageUtils';const PinCreationScreen=({visible:_0x78f75,onComplete:_0x493410,onBack:_0x4f61e9})=>{const _0x71a31f={'btZjM':function(_0x4f9fd3,_0x20dceb){return _0x4f9fd3(_0x20dceb);},'CsHhW':'ywIQU','xvvUC':_0x5899(0x0),'zweDE':function(_0x4234d6,_0x385f68){return _0x4234d6(_0x385f68);},'JKODP':function(_0x40dc01){return _0x40dc01();},'vVQZB':function(_0x2adf29,_0x585795){return _0x2adf29===_0x585795;},'sAXEs':_0x5899(0x1),'MaSFh':function(_0x3264da,_0x57d59a){return _0x3264da(_0x57d59a);},'nkYKF':_0x5899(0x2),'akgwn':function(_0x2934e9,_0x3ec2c5){return _0x2934e9!==_0x3ec2c5;},'cnAPu':_0x5899(0x3),'byuVM':_0x5899(0x4),'RvvCY':function(_0x40a3ab,_0x1397ff){return _0x40a3ab(_0x1397ff);},'uEtCv':_0x5899(0x5),'SViaQ':'unavailable','MONOw':_0x5899(0x6),'lJmOb':function(_0x39c303,_0x36590c){return _0x39c303(_0x36590c);},'ZSchP':function(_0x9d4238,_0x340e29){return _0x9d4238>=_0x340e29;},'qccMt':function(_0x553fa4,_0x155c42){return _0x553fa4(_0x155c42);},'PECEX':_0x5899(0x7),'HtlpH':'⚠️\x20Face\x20ID\x20authentication\x20was\x20cancelled\x20or\x20failed','zwMxD':_0x5899(0x8),'rkkva':_0x5899(0x9),'hqPwK':'Try\x20Again','qFvJx':function(_0x5daf12,_0x5afb3d){return _0x5daf12===_0x5afb3d;},'ONQxO':_0x5899(0xa),'zOpkX':_0x5899(0xb),'ItfsP':_0x5899(0xc),'fMbPs':'Please\x20ensure\x20your\x20PIN\x20meets\x20all\x20requirements.','DusKL':function(_0x3bff41,_0x25e726){return _0x3bff41(_0x25e726);},'URJvA':function(_0x530db0,_0x454554){return _0x530db0(_0x454554);},'FIigN':function(_0x2f233c,_0xb3b5b8){return _0x2f233c(_0xb3b5b8);},'lqQRn':'storing','gRONs':_0x5899(0xd),'dYcyX':_0x5899(0xe),'gueJo':function(_0x3617dc,_0x26aaaa){return _0x3617dc!==_0x26aaaa;},'ZkbjU':_0x5899(0xf),'qHvwA':'❌\x20[PIN\x20CREATION]\x20Face\x20ID\x20not\x20available\x20on\x20this\x20device','MCsiD':function(_0x45184f,_0x19ab46){return _0x45184f(_0x19ab46);},'KIXFr':_0x5899(0x10),'ajxeR':function(_0x93e16e,_0x42211b){return _0x93e16e(_0x42211b);},'JrzLU':_0x5899(0x11),'jkCQg':function(_0x573410,_0x376214,_0x347dc7){return _0x573410(_0x376214,_0x347dc7);},'GOjSE':function(_0x201f7c,_0x3a419d){return _0x201f7c(_0x3a419d);},'VRcXs':_0x5899(0x12),'RAVNB':_0x5899(0x13),'PEZDC':_0x5899(0x14),'ufvvW':_0x5899(0x15),'IWwlJ':_0x5899(0x16),'mOkJx':_0x5899(0x17),'ohgUx':function(_0x30ed2d,_0x45f448){return _0x30ed2d(_0x45f448);},'Gmqen':function(_0x7b0162,_0x22e0de){return _0x7b0162(_0x22e0de);},'ZqKtT':function(_0x5bfb22,_0x5c2fb5){return _0x5bfb22(_0x5c2fb5);},'Fkjea':_0x5899(0x18),'smxmt':_0x5899(0x19),'splTq':function(_0x59e76b,_0x1d6adc){return _0x59e76b(_0x1d6adc);},'svAfx':_0x5899(0x1a),'mNRPI':_0x5899(0x1b),'pClwS':function(_0x14e0df){return _0x14e0df();},'sxLXm':_0x5899(0x1c),'rvSWd':'Enter\x20your\x20PIN','qbSCW':'Your\x20PIN\x20must:','HhvAT':'Be\x20at\x20least\x208\x20characters\x20in\x20length.','MCnML':_0x5899(0x1d),'rJWHn':'Contain\x20a\x20number.','ijThu':'Contain\x20a\x20symbol\x20(e.g.\x20!@#$%^&*).','guOgl':function(_0x45b013,_0x37be67){return _0x45b013===_0x37be67;},'QwqMf':_0x5899(0x1e),'PbSyE':function(_0x409fba,_0x5e770d){return _0x409fba===_0x5e770d;},'Prtmq':_0x5899(0x1f),'XyOOY':function(_0x43a27c,_0x3bed8b){return _0x43a27c===_0x3bed8b;},'WAjMU':_0x5899(0x20),'jzmSf':function(_0x35a285,_0x4bcda4){return _0x35a285===_0x4bcda4;},'OjJZH':_0x5899(0x21),'xiYqz':function(_0x4821c2,_0x32ff94){return _0x4821c2===_0x32ff94;},'eihxl':_0x5899(0x22),'ZCaRH':_0x5899(0x23),'sSGnh':function(_0x53520b,_0x53b224){return _0x53520b===_0x53b224;},'snqWx':function(_0x2fc94c,_0x4934fa){return _0x2fc94c===_0x4934fa;},'iBZtk':_0x5899(0x24),'uacME':_0x5899(0x25),'saFPk':_0x5899(0x26),'dNkms':_0x5899(0x27),'AyeDq':function(_0x1105bb,_0x26c98b){return _0x1105bb===_0x26c98b;},'YGnvf':function(_0x2ce200,_0x3fd92f){return _0x2ce200||_0x3fd92f;},'SHmKA':_0x5899(0x28)},[_0x1ba353,_0xae0227]=_0x71a31f[_0x5899(0x29)](useState,''),[_0x28c66b,_0x2fa74d]=_0x71a31f['RvvCY'](useState,{'length':![],'uppercase':![],'number':![],'symbol':![]}),[_0x37faa0,_0xc9c43c]=_0x71a31f[_0x5899(0x2a)](useState,![]),[_0x5d8f72,_0xf7c26e]=useState(![]),[_0x1e286c,_0xb59f5f]=_0x71a31f['MaSFh'](useState,_0x71a31f[_0x5899(0x2b)]),_0x318bf0=_0x3dfab5=>{const _0x4471f3={'GwyNt':function(_0x8023b3,_0x54d5cf){return _0x71a31f[_0x5899(0x2c)](_0x8023b3,_0x54d5cf);},'jPDZk':function(_0x560f4c,_0x529498){return _0x560f4c(_0x529498);}};if(_0x71a31f[_0x5899(0x2d)]!==_0x71a31f['xvvUC']){const _0x288a8f={'length':_0x3dfab5['length']>=0x8,'uppercase':/[A-Z]/[_0x5899(0x2e)](_0x3dfab5),'number':/[0-9]/[_0x5899(0x2e)](_0x3dfab5),'symbol':/[!@#$%^&*(),.?":{}|<>]/[_0x5899(0x2e)](_0x3dfab5)};return _0x71a31f[_0x5899(0x2f)](_0x2fa74d,_0x288a8f),Object['values'](_0x288a8f)[_0x5899(0x30)](_0x5949e8=>_0x5949e8);}else _0x4471f3[_0x5899(0x31)](_0x1010e1,![]),_0x4471f3['jPDZk'](_0x382728,_0x2b74f0);},_0x218f13=_0x280341=>{const _0x55c04f={'hOdGD':function(_0x297320,_0x2f783d){return _0x297320(_0x2f783d);},'eGyHz':function(_0x3ec482){return _0x71a31f[_0x5899(0x32)](_0x3ec482);}};_0x71a31f['vVQZB'](_0x71a31f[_0x5899(0x33)],_0x71a31f[_0x5899(0x33)])?(_0x71a31f['zweDE'](_0xae0227,_0x280341),_0x318bf0(_0x280341)):(_0x55c04f[_0x5899(0x34)](_0x42bf34,_0x3013de[_0x5899(0x35)]),_0x55c04f[_0x5899(0x36)](_0x20bdfe));},_0x218473=async()=>{const _0x4c4e25={'TcTAB':_0x71a31f['MONOw'],'OeHvG':_0x5899(0x37),'qDQQj':function(_0x4f278d,_0x254be1){return _0x71a31f['lJmOb'](_0x4f278d,_0x254be1);},'JfSdm':function(_0x1d5b93,_0x233da2){return _0x71a31f[_0x5899(0x38)](_0x1d5b93,_0x233da2);},'LyrlD':function(_0xcaaab6,_0xb1aa10){return _0x71a31f['qccMt'](_0xcaaab6,_0xb1aa10);},'BHqlP':_0x5899(0x39),'mNTRZ':function(_0x1eadf3,_0x417e8f){return _0x71a31f[_0x5899(0x2f)](_0x1eadf3,_0x417e8f);},'GriDG':_0x71a31f['PECEX'],'bDbav':_0x71a31f['HtlpH'],'tIajj':_0x71a31f['zwMxD'],'NwyyO':_0x71a31f[_0x5899(0x3a)],'KOSVb':_0x71a31f[_0x5899(0x3b)],'OSoTB':function(_0x10b071,_0x4ef47e){return _0x71a31f[_0x5899(0x3c)](_0x10b071,_0x4ef47e);},'Bebxk':function(_0x3a29d1,_0x5183ef){return _0x71a31f[_0x5899(0x2a)](_0x3a29d1,_0x5183ef);},'UGfdc':function(_0x1a29ad,_0x31bb17){return _0x1a29ad(_0x31bb17);}};if(_0x71a31f[_0x5899(0x3d)](_0x71a31f['ONQxO'],_0x71a31f['zOpkX']))_0x8250e8[_0x5899(0x3e)](_0x4c4e25[_0x5899(0x3f)]),_0xa28977(_0x4c4e25[_0x5899(0x40)]),_0x4c4e25[_0x5899(0x41)](_0x1cc648,![]),_0x4c4e25['qDQQj'](_0xdd8bd,_0x5496ee);else{if(!_0x318bf0(_0x1ba353)){if(_0x71a31f[_0x5899(0x42)]!==_0x71a31f[_0x5899(0x42)]){const _0x21bbfa={'length':_0x4c4e25['JfSdm'](_0x2341ec[_0x5899(0x43)],0x8),'uppercase':/[A-Z]/[_0x5899(0x2e)](_0x3ab20c),'number':/[0-9]/[_0x5899(0x2e)](_0x8bca94),'symbol':/[!@#$%^&*(),.?":{}|<>]/[_0x5899(0x2e)](_0x106403)};return _0x3aaf0d(_0x21bbfa),_0x4e2151[_0x5899(0x44)](_0x21bbfa)[_0x5899(0x30)](_0x4c1be5=>_0x4c1be5);}else{_0x71a31f[_0x5899(0x45)](triggerHaptic,HapticType[_0x5899(0x46)]),Alert[_0x5899(0x47)](_0x71a31f[_0x5899(0x48)],_0x71a31f[_0x5899(0x49)]);return;}}_0x71a31f[_0x5899(0x29)](triggerHaptic,HapticType[_0x5899(0x35)]),_0x71a31f[_0x5899(0x4a)](_0xc9c43c,!![]);try{console[_0x5899(0x3e)]('🔐\x20Starting\x20PIN\x20creation\x20process...'),_0x71a31f[_0x5899(0x4b)](setTemporaryPin,_0x1ba353),console[_0x5899(0x3e)](_0x5899(0x4c));if(_0x5d8f72){_0xb59f5f(_0x71a31f[_0x5899(0x4d)]),console['log'](_0x71a31f[_0x5899(0x4e)]);const _0x2f75a4=await biometricPinService[_0x5899(0x4f)]();console[_0x5899(0x3e)](_0x71a31f[_0x5899(0x50)],_0x2f75a4);if(!_0x2f75a4){if(_0x71a31f[_0x5899(0x51)](_0x71a31f[_0x5899(0x52)],_0x71a31f[_0x5899(0x52)]))_0x71a31f['MaSFh'](_0x1de820,![]),_0x31c0b1(_0xbb1bd2);else{console[_0x5899(0x8)](_0x71a31f[_0x5899(0x53)]),_0x71a31f[_0x5899(0x54)](_0xb59f5f,_0x71a31f['SViaQ']),_0x71a31f[_0x5899(0x29)](_0xc9c43c,![]);return;}}console['log'](_0x71a31f[_0x5899(0x55)]);const _0x59d0a7=await biometricPinService['storePinWithBiometric'](_0x1ba353);if(_0x59d0a7){console[_0x5899(0x3e)](_0x5899(0x56));const _0x1d51f4=await biometricPinService[_0x5899(0x57)]();if(_0x1d51f4)console[_0x5899(0x3e)](_0x5899(0x58)),_0x71a31f[_0x5899(0x59)](_0xb59f5f,_0x71a31f[_0x5899(0x5a)]),triggerHaptic(HapticType[_0x5899(0x5b)]),_0x71a31f[_0x5899(0x5c)](setTimeout,()=>{const _0x503eff={'DFgEg':function(_0x33291a,_0x2ead6a){return _0x33291a(_0x2ead6a);},'naSWb':_0x71a31f[_0x5899(0x48)]};if(_0x71a31f[_0x5899(0x3c)](_0x71a31f[_0x5899(0x5d)],_0x71a31f[_0x5899(0x5e)]))_0xc9c43c(![]),_0x71a31f[_0x5899(0x45)](_0x493410,_0x1ba353);else{_0x503eff[_0x5899(0x5f)](_0x5c6f5f,_0x3e4fb2[_0x5899(0x46)]),Alert[_0x5899(0x47)](_0x503eff['naSWb'],'Please\x20ensure\x20your\x20PIN\x20meets\x20all\x20requirements.');return;}},0x320);else{const _0x3e88f1='3|2|0|1|4'[_0x5899(0x60)]('|');let _0x102c92=0x0;while(!![]){switch(_0x3e88f1[_0x102c92++]){case'0':_0x71a31f[_0x5899(0x61)](_0xc9c43c,![]);continue;case'1':triggerHaptic(HapticType[_0x5899(0x46)]);continue;case'2':_0x71a31f[_0x5899(0x62)](_0xb59f5f,_0x71a31f[_0x5899(0x63)]);continue;case'3':console[_0x5899(0x8)](_0x71a31f[_0x5899(0x64)]);continue;case'4':Alert[_0x5899(0x47)](_0x71a31f[_0x5899(0x65)],_0x71a31f['PEZDC'],[{'text':'OK'}]);continue;}break;}}}else _0x71a31f[_0x5899(0x3d)](_0x71a31f[_0x5899(0x66)],_0x71a31f[_0x5899(0x66)])?(console['log'](_0x71a31f[_0x5899(0x67)]),_0x71a31f[_0x5899(0x2f)](_0xb59f5f,_0x5899(0x8)),triggerHaptic(HapticType[_0x5899(0x46)]),Alert[_0x5899(0x47)](_0x5899(0x9),_0x71a31f[_0x5899(0x68)],[{'text':_0x5899(0x69),'onPress':()=>{if(_0x5899(0x6a)===_0x4c4e25[_0x5899(0x6b)]){_0xd6fdbd['error'](_0x5899(0x6c)),_0x4c4e25['qDQQj'](_0x4477f8,_0x4c4e25[_0x5899(0x40)]),_0x4c4e25['LyrlD'](_0x12c551,![]);return;}else _0x4c4e25[_0x5899(0x6d)](_0xc9c43c,![]),_0x4c4e25[_0x5899(0x6e)](_0xb59f5f,_0x4c4e25['GriDG']);}},{'text':_0x71a31f[_0x5899(0x6f)],'onPress':()=>{const _0x4beae5={'wpxXl':function(_0x43b9b7,_0xc11c7){return _0x4c4e25[_0x5899(0x6d)](_0x43b9b7,_0xc11c7);},'gMlpu':_0x4c4e25['bDbav'],'vNxPH':_0x4c4e25[_0x5899(0x70)],'XEyOl':_0x4c4e25[_0x5899(0x71)],'MzPpk':_0x4c4e25['KOSVb'],'VYfiG':_0x5899(0x17)};_0x4c4e25['OSoTB'](_0x5899(0x72),'wElXV')?(_0x4c4e25[_0x5899(0x6d)](_0xc9c43c,![]),_0x4c4e25[_0x5899(0x6e)](_0x493410,_0x1ba353)):(_0x270e95[_0x5899(0x3e)](_0x4beae5[_0x5899(0x73)]),_0x29380f(_0x4beae5[_0x5899(0x74)]),_0x17dad9(_0x4c6bb5[_0x5899(0x46)]),Alert[_0x5899(0x47)](_0x4beae5['XEyOl'],_0x5899(0x16),[{'text':_0x4beae5[_0x5899(0x75)],'onPress':()=>{_0x4beae5[_0x5899(0x76)](_0x4aa1b2,![]),_0x4beae5['wpxXl'](_0x1d4ae8,'available');}},{'text':_0x4beae5[_0x5899(0x77)],'onPress':()=>{_0x5cd88e(![]),_0x4beae5[_0x5899(0x76)](_0x44d742,_0xe5ac08);}}]));}}])):(_0x4c4e25[_0x5899(0x78)](_0x16529c,_0x1aeef4),_0x4c4e25['UGfdc'](_0x573516,_0x26d264));}else console[_0x5899(0x3e)]('📱\x20Biometric\x20not\x20available,\x20continuing\x20without\x20Face\x20ID'),_0x71a31f[_0x5899(0x79)](_0xb59f5f,_0x71a31f[_0x5899(0x7a)]),_0xc9c43c(![]),_0x71a31f[_0x5899(0x4b)](_0x493410,_0x1ba353);}catch(_0x4ed55e){if(_0x71a31f[_0x5899(0x7b)](_0x5899(0x7c),'ReYVT')){const _0x30d789=_0x5899(0x7d)[_0x5899(0x60)]('|');let _0x5c0203=0x0;while(!![]){switch(_0x30d789[_0x5c0203++]){case'0':_0x71a31f[_0x5899(0x7e)](_0xb59f5f,_0x71a31f[_0x5899(0x63)]);continue;case'1':_0x71a31f['ZqKtT'](_0xc9c43c,![]);continue;case'2':console[_0x5899(0x8)](_0x71a31f[_0x5899(0x7f)],_0x4ed55e);continue;case'3':Alert['alert'](_0x5899(0x80),_0x71a31f['smxmt'],[{'text':'OK'}]);continue;case'4':_0x71a31f['splTq'](triggerHaptic,HapticType[_0x5899(0x46)]);continue;}break;}}else _0x573861[_0x5899(0x8)](_0x71a31f[_0x5899(0x81)],_0xaa22df),_0x71a31f['btZjM'](_0x4ea257,![]),_0x529dce(_0x71a31f[_0x5899(0x7a)]);}}},_0x409e5a=()=>{_0x71a31f['MCsiD'](triggerHaptic,HapticType[_0x5899(0x35)]),_0x4f61e9();};_0x71a31f[_0x5899(0x5c)](useEffect,()=>{const _0x3ba746={'TMTjP':function(_0x338927,_0x40ebae){return _0x338927(_0x40ebae);},'HwMPA':_0x71a31f[_0x5899(0x82)],'LByUJ':_0x71a31f[_0x5899(0x2b)],'Gvjsc':function(_0x548610,_0x42ac62){return _0x548610(_0x42ac62);},'FYnPj':_0x5899(0x83),'lGeHj':_0x71a31f[_0x5899(0x81)],'GmFsK':_0x71a31f[_0x5899(0x7a)]};if(_0x71a31f[_0x5899(0x7b)](_0x5899(0x84),_0x71a31f['mNRPI']))_0x3ba746['TMTjP'](_0xd89194,![]),_0x558de7(_0x3ba746[_0x5899(0x85)]);else{const _0x55d7de=async()=>{try{_0x3ba746['TMTjP'](_0xb59f5f,_0x3ba746[_0x5899(0x86)]);const _0x5f20cd=await biometricPinService['isBiometricAvailable']();_0x3ba746[_0x5899(0x87)](_0xf7c26e,_0x5f20cd),_0xb59f5f(_0x5f20cd?'available':_0x5899(0x37)),console[_0x5899(0x3e)](_0x3ba746[_0x5899(0x88)],_0x5f20cd);}catch(_0x132e5a){console['error'](_0x3ba746['lGeHj'],_0x132e5a),_0x3ba746[_0x5899(0x87)](_0xf7c26e,![]),_0x3ba746['Gvjsc'](_0xb59f5f,_0x3ba746[_0x5899(0x89)]);}};_0x78f75&&_0x71a31f[_0x5899(0x8a)](_0x55d7de);}},[_0x78f75]);const _0x4432c9=Object[_0x5899(0x44)](_0x28c66b)['every'](_0x5d2bb7=>_0x5d2bb7);if(!_0x78f75)return null;return React['createElement'](View,{'style':styles[_0x5899(0x8b)]},React[_0x5899(0x8c)](View,{'style':styles[_0x5899(0x8d)]},React[_0x5899(0x8c)](Text,{'style':styles[_0x5899(0x8e)]},_0x5899(0x8f)),React[_0x5899(0x8c)](Text,{'style':styles['subtitle']},_0x71a31f['sxLXm'])),React[_0x5899(0x8c)](View,{'style':styles[_0x5899(0x90)]},React[_0x5899(0x8c)](TextInput,{'style':styles[_0x5899(0x91)],'value':_0x1ba353,'onChangeText':_0x218f13,'placeholder':_0x71a31f[_0x5899(0x92)],'secureTextEntry':!![],'autoFocus':!![],'maxLength':0x14})),React[_0x5899(0x8c)](View,{'style':styles['requirementsContainer']},React[_0x5899(0x8c)](Text,{'style':styles[_0x5899(0x93)]},_0x71a31f[_0x5899(0x94)]),React[_0x5899(0x8c)](View,{'style':styles[_0x5899(0x95)]},React[_0x5899(0x8c)](View,{'style':[styles[_0x5899(0x96)],_0x28c66b['length']&&styles[_0x5899(0x97)]]},_0x28c66b[_0x5899(0x43)]&&React['createElement'](Text,{'style':styles[_0x5899(0x98)]},'✓')),React[_0x5899(0x8c)](Text,{'style':[styles['requirementText'],_0x28c66b[_0x5899(0x43)]&&styles[_0x5899(0x99)]]},_0x71a31f['HhvAT'])),React[_0x5899(0x8c)](View,{'style':styles[_0x5899(0x95)]},React['createElement'](View,{'style':[styles[_0x5899(0x96)],_0x28c66b[_0x5899(0x9a)]&&styles['checkboxChecked']]},_0x28c66b['uppercase']&&React['createElement'](Text,{'style':styles[_0x5899(0x98)]},'✓')),React[_0x5899(0x8c)](Text,{'style':[styles[_0x5899(0x9b)],_0x28c66b['uppercase']&&styles[_0x5899(0x99)]]},_0x71a31f[_0x5899(0x9c)])),React[_0x5899(0x8c)](View,{'style':styles[_0x5899(0x95)]},React['createElement'](View,{'style':[styles['checkbox'],_0x28c66b[_0x5899(0x9d)]&&styles[_0x5899(0x97)]]},_0x28c66b[_0x5899(0x9d)]&&React[_0x5899(0x8c)](Text,{'style':styles[_0x5899(0x98)]},'✓')),React[_0x5899(0x8c)](Text,{'style':[styles['requirementText'],_0x28c66b[_0x5899(0x9d)]&&styles['requirementTextMet']]},_0x71a31f['rJWHn'])),React['createElement'](View,{'style':styles['requirementItem']},React[_0x5899(0x8c)](View,{'style':[styles['checkbox'],_0x28c66b['symbol']&&styles[_0x5899(0x97)]]},_0x28c66b[_0x5899(0x9e)]&&React[_0x5899(0x8c)](Text,{'style':styles[_0x5899(0x98)]},'✓')),React[_0x5899(0x8c)](Text,{'style':[styles[_0x5899(0x9b)],_0x28c66b['symbol']&&styles[_0x5899(0x99)]]},_0x71a31f[_0x5899(0x9f)]))),React[_0x5899(0x8c)](View,{'style':[styles['securityCard'],_0x71a31f[_0x5899(0x3d)](_0x1e286c,_0x5899(0x11))&&styles[_0x5899(0xa0)],_0x71a31f['guOgl'](_0x1e286c,_0x71a31f[_0x5899(0x63)])&&styles[_0x5899(0xa1)]]},React['createElement'](View,{'style':styles[_0x5899(0xa2)]},_0x71a31f['guOgl'](_0x1e286c,_0x5899(0x1a))&&React[_0x5899(0x8c)](ActivityIndicator,{'size':_0x71a31f[_0x5899(0xa3)],'color':COLORS['grey600']}),_0x71a31f['PbSyE'](_0x1e286c,_0x71a31f[_0x5899(0x4d)])&&React['createElement'](ActivityIndicator,{'size':_0x71a31f[_0x5899(0xa3)],'color':_0x71a31f['Prtmq']}),_0x71a31f[_0x5899(0xa4)](_0x1e286c,_0x71a31f['PECEX'])&&React['createElement'](Text,{'style':styles[_0x5899(0xa5)]},'🔐'),_0x71a31f[_0x5899(0xa6)](_0x1e286c,_0x71a31f[_0x5899(0x7a)])&&React['createElement'](Text,{'style':styles[_0x5899(0xa5)]},'⚠️'),_0x71a31f[_0x5899(0xa7)](_0x1e286c,_0x71a31f[_0x5899(0x5a)])&&React[_0x5899(0x8c)](Text,{'style':styles[_0x5899(0xa5)]},'✅'),_0x71a31f[_0x5899(0x3d)](_0x1e286c,_0x71a31f['zwMxD'])&&React['createElement'](Text,{'style':styles[_0x5899(0xa5)]},'❌')),React[_0x5899(0x8c)](View,{'style':styles['securityTextContainer']},React[_0x5899(0x8c)](Text,{'style':styles[_0x5899(0xa8)]},_0x71a31f[_0x5899(0xa7)](_0x1e286c,_0x71a31f[_0x5899(0x2b)])&&_0x5899(0xa9),_0x71a31f[_0x5899(0xa4)](_0x1e286c,_0x71a31f[_0x5899(0x82)])&&_0x71a31f[_0x5899(0xaa)],_0x71a31f['jzmSf'](_0x1e286c,_0x71a31f[_0x5899(0x7a)])&&_0x71a31f[_0x5899(0xab)],_0x71a31f['xiYqz'](_0x1e286c,_0x71a31f[_0x5899(0x4d)])&&_0x71a31f[_0x5899(0xac)],_0x71a31f[_0x5899(0xa4)](_0x1e286c,_0x5899(0x11))&&_0x71a31f[_0x5899(0xad)],_0x71a31f['sSGnh'](_0x1e286c,_0x71a31f['zwMxD'])&&_0x5899(0xae)),React[_0x5899(0x8c)](Text,{'style':styles['securityDescription']},_0x71a31f[_0x5899(0x3d)](_0x1e286c,_0x5899(0x1a))&&_0x5899(0xaf),_0x71a31f[_0x5899(0xb0)](_0x1e286c,_0x71a31f['PECEX'])&&_0x71a31f[_0x5899(0xb1)],_0x1e286c===_0x71a31f[_0x5899(0x7a)]&&_0x71a31f['uacME'],_0x71a31f[_0x5899(0xb0)](_0x1e286c,_0x71a31f[_0x5899(0x4d)])&&_0x71a31f[_0x5899(0xb2)],_0x1e286c===_0x5899(0x11)&&_0x71a31f[_0x5899(0xb3)],_0x71a31f[_0x5899(0xb4)](_0x1e286c,_0x5899(0x8))&&'Face\x20ID\x20setup\x20failed,\x20but\x20your\x20PIN\x20is\x20stored\x20securely.'))),React[_0x5899(0x8c)](View,{'style':styles[_0x5899(0xb5)]},React[_0x5899(0x8c)](TouchableOpacity,{'style':[styles[_0x5899(0xb6)],_0x4432c9&&styles[_0x5899(0xb7)]],'onPress':_0x218473,'disabled':_0x71a31f['YGnvf'](!_0x4432c9,_0x37faa0)},_0x37faa0?React[_0x5899(0x8c)](ActivityIndicator,{'size':_0x5899(0x1e),'color':_0x71a31f[_0x5899(0xb8)]}):React['createElement'](Text,{'style':[styles[_0x5899(0xb9)],_0x4432c9&&styles[_0x5899(0xba)]]},_0x5899(0xbb)))));},styles=StyleSheet[_0x5899(0xbc)]({'container':{'flex':0x1,'backgroundColor':COLORS['surface'],'paddingHorizontal':0x18,'paddingTop':0x28},'titleContainer':{'alignItems':_0x5899(0xbd),'marginBottom':0x18,'paddingTop':0x0,'marginTop':0x0},'title':{'fontSize':0x18,'fontWeight':'700','color':COLORS['grey800'],'marginBottom':0x8,'fontFamily':'IBM\x20Plex\x20Sans'},'subtitle':{'fontSize':0x10,'color':COLORS[_0x5899(0xbe)],'lineHeight':0x18,'fontFamily':_0x5899(0xbf)},'pinContainer':{'marginBottom':0x20},'pinInput':{'backgroundColor':_0x5899(0xc0),'borderRadius':0xc,'paddingVertical':0x10,'paddingHorizontal':0x10,'fontSize':0x10,'fontFamily':_0x5899(0xbf),'borderWidth':0x1,'borderColor':'#E5E5E5'},'requirementsContainer':{'marginBottom':0x20},'requirementsTitle':{'fontSize':0x10,'fontWeight':_0x5899(0xc1),'color':COLORS['grey800'],'marginBottom':0x10,'fontFamily':_0x5899(0xbf)},'requirementItem':{'flexDirection':_0x5899(0xc2),'alignItems':_0x5899(0xbd),'marginBottom':0xc},'checkbox':{'width':0x14,'height':0x14,'borderRadius':0xa,'borderWidth':0x2,'borderColor':_0x5899(0xc3),'marginRight':0xc,'alignItems':'center','justifyContent':_0x5899(0xbd)},'checkboxChecked':{'borderColor':_0x5899(0xc4),'backgroundColor':_0x5899(0xc4)},'checkmark':{'color':_0x5899(0x28),'fontSize':0xc,'fontWeight':_0x5899(0xc5)},'requirementText':{'fontSize':0xe,'color':COLORS['grey600'],'fontFamily':_0x5899(0xbf),'flex':0x1},'requirementTextMet':{'color':COLORS['grey800']},'securityCard':{'backgroundColor':_0x5899(0xc0),'borderRadius':0xc,'padding':0x10,'flexDirection':'row','alignItems':'center','marginBottom':0x18,'borderWidth':0x1,'borderColor':_0x5899(0xc3)},'securityCardSuccess':{'backgroundColor':_0x5899(0xc6),'borderColor':_0x5899(0xc7)},'securityCardError':{'backgroundColor':_0x5899(0xc8),'borderColor':_0x5899(0xc9)},'securityIconContainer':{'marginRight':0xc},'securityIcon':{'fontSize':0x18},'securityTextContainer':{'flex':0x1},'securityTitle':{'fontSize':0xe,'fontWeight':_0x5899(0xc1),'color':COLORS[_0x5899(0xca)],'marginBottom':0x4,'fontFamily':_0x5899(0xbf)},'securityDescription':{'fontSize':0xd,'color':COLORS[_0x5899(0xbe)],'lineHeight':0x12,'fontFamily':_0x5899(0xbf)},'buttonContainer':{'marginTop':_0x5899(0xcb),'paddingBottom':0x22},'continueButton':{'backgroundColor':'#E5E5E5','borderRadius':0x19,'paddingVertical':0x10,'alignItems':_0x5899(0xbd),'justifyContent':'center'},'continueButtonActive':{'backgroundColor':_0x5899(0xcc)},'continueButtonText':{'fontSize':0x10,'fontWeight':'600','color':_0x5899(0xcd),'fontFamily':_0x5899(0xbf)},'continueButtonTextActive':{'color':'#FFFFFF'}});function _0x566a(){const _0x1a1845=['socTi','mYDtT','Invalid\x20PIN','QMxVo','jafTB','❌\x20Error\x20checking\x20biometric\x20availability:','📱\x20Biometric\x20not\x20available,\x20continuing\x20without\x20Face\x20ID','available','error','Face\x20ID\x20Setup','XmlKK','IiRIY','wsovV','🔐\x20[PIN\x20CREATION]\x20Biometric\x20storage\x20enabled,\x20starting\x20biometric\x20flow...','📱\x20[PIN\x20CREATION]\x20Biometric\x20available\x20before\x20storage:','xzyXG','🔐\x20[PIN\x20CREATION]\x20Triggering\x20biometric\x20authentication\x20for\x20PIN\x20storage...','success','❌\x20PIN\x20storage\x20verification\x20failed','PIN\x20Storage\x20Error','PIN\x20storage\x20verification\x20failed.\x20Please\x20try\x20again.','tYIlg','Face\x20ID\x20authentication\x20was\x20cancelled\x20or\x20failed.\x20Your\x20PIN\x20is\x20still\x20saved\x20securely.','Continue\x20Without\x20Face\x20ID','❌\x20Error\x20in\x20PIN\x20creation\x20process:','There\x20was\x20an\x20issue\x20creating\x20your\x20PIN.\x20Please\x20try\x20again.','checking','BFeJK','A\x20PIN\x20so\x20only\x20you\x20have\x20access\x20to\x20your\x20data.','Contain\x20an\x20uppercase\x20letter.','small','#D4A536','Enhanced\x20Security','Face\x20ID\x20Unavailable','Securing\x20with\x20Face\x20ID...','PIN\x20Secured\x20with\x20Face\x20ID','We\x20use\x20Face\x20ID\x20to\x20ensure\x20only\x20you\x20can\x20access\x20your\x20data.','Face\x20ID\x20is\x20not\x20available\x20on\x20this\x20device.\x20Your\x20PIN\x20will\x20be\x20stored\x20securely.','Please\x20authenticate\x20with\x20Face\x20ID\x20to\x20secure\x20your\x20PIN.','Your\x20PIN\x20is\x20now\x20protected\x20with\x20Face\x20ID\x20authentication.','#FFFFFF','DusKL','MaSFh','svAfx','btZjM','CsHhW','test','zweDE','every','GwyNt','JKODP','sAXEs','hOdGD','BUTTON_PRESS','eGyHz','unavailable','ZSchP','dZidE','rkkva','hqPwK','akgwn','qFvJx','log','TcTAB','OeHvG','qDQQj','ItfsP','length','values','RvvCY','ERROR','alert','nkYKF','fMbPs','URJvA','FIigN','📝\x20PIN\x20stored\x20temporarily\x20for\x20onboarding','lqQRn','gRONs','isBiometricAvailable','dYcyX','gueJo','ZkbjU','qHvwA','MCsiD','KIXFr','✅\x20PIN\x20stored\x20successfully\x20with\x20Face\x20ID','isPinStored','✅\x20PIN\x20storage\x20verified\x20-\x20proceeding\x20with\x20onboarding','ajxeR','JrzLU','SUCCESS','jkCQg','cnAPu','byuVM','DFgEg','split','GOjSE','qccMt','zwMxD','VRcXs','RAVNB','ufvvW','HtlpH','IWwlJ','Try\x20Again','zFnkm','BHqlP','❌\x20[PIN\x20CREATION]\x20Face\x20ID\x20not\x20available\x20on\x20this\x20device','LyrlD','mNTRZ','mOkJx','tIajj','NwyyO','WSdsL','gMlpu','vNxPH','MzPpk','wpxXl','VYfiG','Bebxk','ohgUx','SViaQ','vVQZB','ReYVT','2|0|1|4|3','Gmqen','Fkjea','PIN\x20Creation\x20Error','uEtCv','PECEX','📱\x20Biometric\x20availability\x20check:','Tcmmx','HwMPA','LByUJ','Gvjsc','FYnPj','GmFsK','pClwS','container','createElement','titleContainer','title','Create\x20a\x20PIN','pinContainer','pinInput','rvSWd','requirementsTitle','qbSCW','requirementItem','checkbox','checkboxChecked','checkmark','requirementTextMet','uppercase','requirementText','MCnML','number','symbol','ijThu','securityCardSuccess','securityCardError','securityIconContainer','QwqMf','guOgl','securityIcon','XyOOY','PbSyE','securityTitle','Checking\x20Face\x20ID...','WAjMU','OjJZH','eihxl','ZCaRH','Face\x20ID\x20Setup\x20Failed','Verifying\x20Face\x20ID\x20availability\x20on\x20your\x20device.','snqWx','iBZtk','saFPk','dNkms','AyeDq','buttonContainer','continueButton','continueButtonActive','SHmKA','continueButtonText','continueButtonTextActive','Continue','create','center','grey600','Inter','#F8F9FA','600','row','#E5E5E5','#4CD964','bold','#F0FDF4','#22C55E','#FEF2F2','#EF4444','grey800','auto','#2D3436','#999999'];_0x566a=function(){return _0x1a1845;};return _0x566a();}export{PinCreationScreen};export default PinCreationScreen;
1
+ import React,{useState,useEffect}from'react';import{View,Text,StyleSheet,TouchableOpacity,TextInput,Alert,ActivityIndicator}from'react-native';import{COLORS}from'../theme';import{triggerHaptic,HapticType}from'../utils/haptics';import{biometricPinService}from'../services/biometricPinService';import{setTemporaryPin}from'../services/pinStorageUtils';const PinCreationScreen=({visible:_0x108a5b,onComplete:_0x57f42c,onBack:_0x562db9})=>{const _0x211ab5={'qPWfZ':function(_0x2d5236,_0x57bdda){return _0x2d5236>=_0x57bdda;},'httSL':function(_0x44ba7d,_0x4f4bbe){return _0x44ba7d(_0x4f4bbe);},'tACRZ':function(_0x5c63f2,_0x489fcd){return _0x5c63f2(_0x489fcd);},'fFqmy':function(_0x3eaff2,_0x5473fd){return _0x3eaff2(_0x5473fd);},'SVTRq':_0x155e(0x0),'vKKdV':_0x155e(0x1),'UaRbu':_0x155e(0x2),'xyLIA':_0x155e(0x3),'NDcwS':'Continue\x20Without\x20Face\x20ID','MRptg':function(_0xbc44d4,_0x454c23){return _0xbc44d4===_0x454c23;},'qqMsG':'yfIoE','pFsUf':function(_0x507bc1,_0x1a80ca){return _0x507bc1(_0x1a80ca);},'Hjzof':function(_0x33bf76,_0x5ef839){return _0x33bf76(_0x5ef839);},'YseNf':_0x155e(0x4),'QboeV':function(_0x56121c,_0x409d38){return _0x56121c(_0x409d38);},'smaVZ':'unavailable','ygABa':function(_0x82154,_0x1a26c8){return _0x82154(_0x1a26c8);},'amgED':function(_0x483be5,_0x2965d7){return _0x483be5(_0x2965d7);},'wccuR':function(_0x29d91e,_0x47351b){return _0x29d91e!==_0x47351b;},'sFmbi':'LxdjN','aKSmu':'VQPDp','vlMIU':function(_0x1aeabd,_0x14a6d6){return _0x1aeabd(_0x14a6d6);},'woIbL':function(_0x1ebdd5,_0x3844a7){return _0x1ebdd5(_0x3844a7);},'wBbZE':_0x155e(0x5),'SDYkV':_0x155e(0x6),'UeBZc':'🔐\x20Starting\x20PIN\x20creation\x20process...','wcDIj':_0x155e(0x7),'qCCeP':function(_0x30241b,_0x386025){return _0x30241b(_0x386025);},'bXrAc':_0x155e(0x8),'LnwPP':_0x155e(0x9),'vkKWo':'📱\x20[PIN\x20CREATION]\x20Biometric\x20available\x20before\x20storage:','xRbup':_0x155e(0xa),'GSgmR':function(_0x2dd54a,_0x388ac3){return _0x2dd54a(_0x388ac3);},'ReTDk':_0x155e(0xb),'ZclIZ':'✅\x20PIN\x20stored\x20successfully\x20with\x20Face\x20ID','SgtZv':'✅\x20PIN\x20storage\x20verified\x20-\x20proceeding\x20with\x20onboarding','RSudj':function(_0x101ff3,_0x39228b){return _0x101ff3(_0x39228b);},'QEFpP':_0x155e(0xc),'eDpZE':function(_0x5b954e,_0x57c67c,_0x791682){return _0x5b954e(_0x57c67c,_0x791682);},'LZEiG':_0x155e(0xd),'cGMAU':function(_0x127e2e,_0x29cc6c){return _0x127e2e(_0x29cc6c);},'dhTyJ':_0x155e(0xe),'uTLpY':_0x155e(0xf),'QviJV':_0x155e(0x10),'QgnDy':_0x155e(0x11),'XZEdQ':function(_0xccd12c,_0x1266c2){return _0xccd12c(_0x1266c2);},'OEGMX':function(_0x110089,_0x22aa45){return _0x110089(_0x22aa45);},'yycBA':_0x155e(0x12),'KWIjN':_0x155e(0x13),'RSXNS':_0x155e(0x14),'vplkJ':function(_0x2d5ba3,_0x5f584c){return _0x2d5ba3(_0x5f584c);},'SIQSN':function(_0x49031c,_0x5c7c0e){return _0x49031c(_0x5c7c0e);},'jKgXf':function(_0x51e440,_0x2b88d4){return _0x51e440(_0x2b88d4);},'VXDDS':function(_0x23154c,_0x490079){return _0x23154c(_0x490079);},'ApZIt':function(_0x37ee5d,_0x278671){return _0x37ee5d(_0x278671);},'jwMkr':_0x155e(0x15),'zFDGe':_0x155e(0x16),'fYgSA':function(_0x43a0f7){return _0x43a0f7();},'XAxzd':function(_0x4cf59b,_0x55f2ad){return _0x4cf59b(_0x55f2ad);},'yTXRj':'📱\x20Biometric\x20availability\x20check:','ztLnO':_0x155e(0x17),'fAAdW':_0x155e(0x18),'OcRTU':function(_0x42c2b9){return _0x42c2b9();},'Toccj':function(_0x2d4b7d,_0x385220){return _0x2d4b7d(_0x385220);},'smBGJ':'checking','yhVEm':function(_0xec4cae,_0x4ad35f,_0x21596d){return _0xec4cae(_0x4ad35f,_0x21596d);},'sJOPh':'Create\x20a\x20PIN','cGTHo':_0x155e(0x19),'iwJeY':'Your\x20PIN\x20must:','LHjSN':_0x155e(0x1a),'VvDCx':_0x155e(0x1b),'mRfna':_0x155e(0x1c),'GyGum':'Contain\x20a\x20symbol\x20(e.g.\x20!@#$%^&*).','zJCbg':function(_0x1a35d2,_0x3b036a){return _0x1a35d2===_0x3b036a;},'eOXlR':'small','mBojp':_0x155e(0x1d),'xdDPE':function(_0x17a9fd,_0x4a0bb6){return _0x17a9fd===_0x4a0bb6;},'aBYZK':_0x155e(0x1e),'MfWdr':'Enhanced\x20Security','uzRqQ':_0x155e(0x1f),'rhvAC':function(_0x453bf3,_0x186c16){return _0x453bf3===_0x186c16;},'wuVMl':_0x155e(0x20),'hmPJx':_0x155e(0x21),'RzYWX':function(_0x3854f8,_0x41165b){return _0x3854f8===_0x41165b;},'rRDON':_0x155e(0x22),'lYEBA':_0x155e(0x23),'PLOwp':_0x155e(0x24),'wyZkk':function(_0x2489c8,_0xa91fcf){return _0x2489c8===_0xa91fcf;},'eWJXX':_0x155e(0x25),'kNYnC':_0x155e(0x26),'JdZEU':function(_0xec8d02,_0xaeed6a){return _0xec8d02===_0xaeed6a;},'sKGSs':function(_0x2cc0bd,_0x1d49ce){return _0x2cc0bd||_0x1d49ce;},'INSbE':_0x155e(0x27),'nwIat':_0x155e(0x28)},[_0x6a6717,_0x51c281]=_0x211ab5[_0x155e(0x29)](useState,''),[_0x17f8dc,_0x3c787b]=_0x211ab5['VXDDS'](useState,{'length':![],'uppercase':![],'number':![],'symbol':![]}),[_0x25eb7c,_0xb5d97]=_0x211ab5['ApZIt'](useState,![]),[_0x6a500b,_0x141356]=useState(![]),[_0x10baca,_0x56489d]=_0x211ab5[_0x155e(0x2a)](useState,_0x211ab5[_0x155e(0x2b)]),_0xe14f6a=_0x1d3d8a=>{const _0x1e628d={'length':_0x211ab5[_0x155e(0x2c)](_0x1d3d8a['length'],0x8),'uppercase':/[A-Z]/[_0x155e(0x2d)](_0x1d3d8a),'number':/[0-9]/[_0x155e(0x2d)](_0x1d3d8a),'symbol':/[!@#$%^&*(),.?":{}|<>]/[_0x155e(0x2d)](_0x1d3d8a)};return _0x3c787b(_0x1e628d),Object[_0x155e(0x2e)](_0x1e628d)[_0x155e(0x2f)](_0x90ebd8=>_0x90ebd8);},_0x46983d=_0x1e437c=>{_0x211ab5[_0x155e(0x30)](_0x51c281,_0x1e437c),_0xe14f6a(_0x1e437c);},_0x316ab6=async()=>{const _0x5b2316={'SgVtk':_0x211ab5[_0x155e(0x31)],'QciZP':function(_0x492a5a,_0x5671fb){return _0x211ab5[_0x155e(0x32)](_0x492a5a,_0x5671fb);},'HLmTk':_0x211ab5['smaVZ'],'VJJkS':function(_0x2d35d6,_0x33d49a){return _0x211ab5[_0x155e(0x33)](_0x2d35d6,_0x33d49a);},'JTKEc':function(_0x4e32a7,_0x27523a){return _0x4e32a7(_0x27523a);},'qiHqX':function(_0x2d5c44,_0x9d7e8f){return _0x211ab5['ygABa'](_0x2d5c44,_0x9d7e8f);},'HNxny':_0x211ab5[_0x155e(0x34)]};if(!_0x211ab5[_0x155e(0x35)](_0xe14f6a,_0x6a6717)){if(_0x211ab5[_0x155e(0x36)](_0x211ab5[_0x155e(0x37)],_0x211ab5[_0x155e(0x38)])){_0x211ab5[_0x155e(0x39)](triggerHaptic,HapticType['ERROR']),Alert['alert'](_0x155e(0x3a),_0x155e(0x3b));return;}else _0x83e390(![]),_0x211ab5[_0x155e(0x3c)](_0x548ec8,_0x155e(0x0));}_0x211ab5[_0x155e(0x3d)](triggerHaptic,HapticType[_0x155e(0x3e)]),_0x211ab5['Hjzof'](_0xb5d97,!![]);try{if(_0x211ab5[_0x155e(0x3f)](_0x211ab5['wBbZE'],_0x211ab5[_0x155e(0x40)]))_0x1ab5c0[_0x155e(0x41)](_0x5b2316[_0x155e(0x42)]),_0x5b2316[_0x155e(0x43)](_0x4d00e0,_0x5b2316[_0x155e(0x44)]),_0x5b2316[_0x155e(0x45)](_0x5153c2,![]),_0x5b2316[_0x155e(0x46)](_0x5c4bd3,_0x33b1b3);else{console[_0x155e(0x41)](_0x211ab5[_0x155e(0x47)]),_0x211ab5[_0x155e(0x32)](setTemporaryPin,_0x6a6717),console['log'](_0x211ab5['wcDIj']);if(_0x6a500b){_0x211ab5[_0x155e(0x48)](_0x56489d,_0x211ab5[_0x155e(0x49)]),console[_0x155e(0x41)](_0x211ab5[_0x155e(0x4a)]);const _0x4345f0=await biometricPinService['isBiometricAvailable']();console[_0x155e(0x41)](_0x211ab5[_0x155e(0x4b)],_0x4345f0);if(!_0x4345f0){console[_0x155e(0xe)](_0x211ab5[_0x155e(0x4c)]),_0x211ab5[_0x155e(0x4d)](_0x56489d,_0x211ab5[_0x155e(0x4e)]),_0xb5d97(![]);return;}console['log'](_0x211ab5[_0x155e(0x4f)]);const _0xae29e2=await biometricPinService['storePinWithBiometric'](_0x6a6717);if(_0xae29e2){console[_0x155e(0x41)](_0x211ab5[_0x155e(0x50)]);const _0x24bfb4=await biometricPinService[_0x155e(0x51)]();if(_0x24bfb4)console[_0x155e(0x41)](_0x211ab5[_0x155e(0x52)]),_0x211ab5[_0x155e(0x53)](_0x56489d,_0x211ab5[_0x155e(0x54)]),_0x211ab5[_0x155e(0x32)](triggerHaptic,HapticType[_0x155e(0x55)]),_0x211ab5['eDpZE'](setTimeout,()=>{_0x5b2316[_0x155e(0x46)](_0xb5d97,![]),_0x5b2316[_0x155e(0x46)](_0x57f42c,_0x6a6717);},0x320);else{const _0x47cde8=_0x211ab5['LZEiG']['split']('|');let _0x281ab2=0x0;while(!![]){switch(_0x47cde8[_0x281ab2++]){case'0':triggerHaptic(HapticType[_0x155e(0x56)]);continue;case'1':_0x211ab5[_0x155e(0x48)](_0xb5d97,![]);continue;case'2':_0x211ab5[_0x155e(0x57)](_0x56489d,_0x211ab5['dhTyJ']);continue;case'3':console[_0x155e(0xe)](_0x211ab5['uTLpY']);continue;case'4':Alert['alert'](_0x211ab5['QviJV'],_0x211ab5['QgnDy'],[{'text':'OK'}]);continue;}break;}}}else console[_0x155e(0x41)]('⚠️\x20Face\x20ID\x20authentication\x20was\x20cancelled\x20or\x20failed'),_0x211ab5[_0x155e(0x58)](_0x56489d,_0x211ab5[_0x155e(0x59)]),_0x211ab5[_0x155e(0x29)](triggerHaptic,HapticType[_0x155e(0x56)]),Alert['alert'](_0x155e(0x2),_0x155e(0x3),[{'text':_0x211ab5[_0x155e(0x5a)],'onPress':()=>{_0x5b2316['QciZP'](_0xb5d97,![]),_0x5b2316[_0x155e(0x5b)](_0x56489d,_0x5b2316[_0x155e(0x5c)]);}},{'text':_0x211ab5[_0x155e(0x5d)],'onPress':()=>{const _0x2e17ac={'lJoGQ':function(_0x3163ce,_0x3a1b02){return _0x211ab5['fFqmy'](_0x3163ce,_0x3a1b02);},'hSETt':_0x211ab5['SVTRq'],'Rzxxz':_0x211ab5[_0x155e(0x5e)],'RCnXW':_0x155e(0xe),'fcQIU':_0x211ab5[_0x155e(0x5f)],'UqdbD':_0x211ab5[_0x155e(0x60)],'UYGMo':_0x155e(0x12),'kqxZQ':_0x211ab5[_0x155e(0x5d)]};if(_0x211ab5[_0x155e(0x3f)]('XlQsc',_0x211ab5[_0x155e(0x61)])){const _0x5e26d2={'OtfLm':function(_0x3ac1c1,_0x162403){return _0x2e17ac['lJoGQ'](_0x3ac1c1,_0x162403);},'BBcYw':_0x2e17ac['hSETt'],'QkJDf':function(_0x56b408,_0x23d2a2){return _0x56b408(_0x23d2a2);}};_0x307c2e[_0x155e(0x41)](_0x2e17ac[_0x155e(0x62)]),_0x2e17ac[_0x155e(0x63)](_0xc17995,_0x2e17ac['RCnXW']),_0x2e17ac[_0x155e(0x63)](_0x174099,_0x23ab1b[_0x155e(0x56)]),Alert[_0x155e(0x64)](_0x2e17ac[_0x155e(0x65)],_0x2e17ac['UqdbD'],[{'text':_0x2e17ac[_0x155e(0x66)],'onPress':()=>{_0x5e26d2['OtfLm'](_0x3b1c7c,![]),_0x5e26d2[_0x155e(0x67)](_0x488152,_0x5e26d2[_0x155e(0x68)]);}},{'text':_0x2e17ac[_0x155e(0x69)],'onPress':()=>{_0x5e26d2[_0x155e(0x6a)](_0x55a69e,![]),_0x37c5fe(_0x41ec71);}}]);}else _0x211ab5[_0x155e(0x6b)](_0xb5d97,![]),_0x211ab5[_0x155e(0x3c)](_0x57f42c,_0x6a6717);}}]);}else _0x211ab5[_0x155e(0x6c)]!==_0x211ab5[_0x155e(0x6d)]?(console[_0x155e(0x41)](_0x211ab5[_0x155e(0x31)]),_0x211ab5['vplkJ'](_0x56489d,_0x211ab5[_0x155e(0x4e)]),_0x211ab5[_0x155e(0x6e)](_0xb5d97,![]),_0x211ab5['jKgXf'](_0x57f42c,_0x6a6717)):(_0x211ab5['Hjzof'](_0x3141cd,_0x30c210[_0x155e(0x3e)]),_0x2e3751());}}catch(_0x1de989){console[_0x155e(0xe)]('❌\x20Error\x20in\x20PIN\x20creation\x20process:',_0x1de989),_0x211ab5[_0x155e(0x6f)](_0x56489d,_0x211ab5[_0x155e(0x59)]),_0x211ab5['GSgmR'](_0xb5d97,![]),_0x211ab5[_0x155e(0x70)](triggerHaptic,HapticType[_0x155e(0x56)]),Alert[_0x155e(0x64)](_0x211ab5[_0x155e(0x71)],_0x211ab5[_0x155e(0x72)],[{'text':'OK'}]);}},_0x565e16=()=>{triggerHaptic(HapticType[_0x155e(0x3e)]),_0x211ab5[_0x155e(0x73)](_0x562db9);};_0x211ab5[_0x155e(0x74)](useEffect,()=>{const _0x106c36={'cPbXx':function(_0x1966be,_0x149bcf){return _0x211ab5[_0x155e(0x75)](_0x1966be,_0x149bcf);},'rSWwx':_0x155e(0x76),'ZFkAb':_0x211ab5['yTXRj'],'peemb':_0x211ab5[_0x155e(0x77)]};if(_0x211ab5[_0x155e(0x78)]!==_0x211ab5['fAAdW'])_0x106c36[_0x155e(0x79)](_0x362420,![]),_0x28b096(_0x28fbd9);else{const _0x43f9e3=async()=>{try{_0x56489d(_0x155e(0x7a));const _0x3f1c7f=await biometricPinService['isBiometricAvailable']();_0x106c36[_0x155e(0x79)](_0x141356,_0x3f1c7f),_0x106c36[_0x155e(0x79)](_0x56489d,_0x3f1c7f?_0x155e(0x0):_0x106c36[_0x155e(0x7b)]),console[_0x155e(0x41)](_0x106c36[_0x155e(0x7c)],_0x3f1c7f);}catch(_0x67928f){console[_0x155e(0xe)](_0x106c36[_0x155e(0x7d)],_0x67928f),_0x106c36[_0x155e(0x79)](_0x141356,![]),_0x56489d(_0x106c36['rSWwx']);}};_0x108a5b&&_0x211ab5[_0x155e(0x7e)](_0x43f9e3);}},[_0x108a5b]);const _0x227db3=Object[_0x155e(0x2e)](_0x17f8dc)[_0x155e(0x2f)](_0x1c8a5e=>_0x1c8a5e);if(!_0x108a5b)return null;return React['createElement'](View,{'style':styles[_0x155e(0x7f)]},React[_0x155e(0x80)](View,{'style':styles['titleContainer']},React[_0x155e(0x80)](Text,{'style':styles[_0x155e(0x81)]},_0x211ab5['sJOPh']),React['createElement'](Text,{'style':styles[_0x155e(0x82)]},_0x211ab5['cGTHo'])),React[_0x155e(0x80)](View,{'style':styles[_0x155e(0x83)]},React[_0x155e(0x80)](TextInput,{'style':styles[_0x155e(0x84)],'value':_0x6a6717,'onChangeText':_0x46983d,'placeholder':_0x155e(0x85),'secureTextEntry':!![],'autoFocus':!![],'maxLength':0x14})),React[_0x155e(0x80)](View,{'style':styles['requirementsContainer']},React[_0x155e(0x80)](Text,{'style':styles[_0x155e(0x86)]},_0x211ab5[_0x155e(0x87)]),React[_0x155e(0x80)](View,{'style':styles['requirementItem']},React[_0x155e(0x80)](View,{'style':[styles[_0x155e(0x88)],_0x17f8dc[_0x155e(0x89)]&&styles[_0x155e(0x8a)]]},_0x17f8dc[_0x155e(0x89)]&&React[_0x155e(0x80)](Text,{'style':styles[_0x155e(0x8b)]},'✓')),React[_0x155e(0x80)](Text,{'style':[styles[_0x155e(0x8c)],_0x17f8dc[_0x155e(0x89)]&&styles[_0x155e(0x8d)]]},_0x211ab5[_0x155e(0x8e)])),React[_0x155e(0x80)](View,{'style':styles['requirementItem']},React[_0x155e(0x80)](View,{'style':[styles[_0x155e(0x88)],_0x17f8dc['uppercase']&&styles[_0x155e(0x8a)]]},_0x17f8dc['uppercase']&&React['createElement'](Text,{'style':styles[_0x155e(0x8b)]},'✓')),React[_0x155e(0x80)](Text,{'style':[styles[_0x155e(0x8c)],_0x17f8dc[_0x155e(0x8f)]&&styles[_0x155e(0x8d)]]},_0x211ab5[_0x155e(0x90)])),React[_0x155e(0x80)](View,{'style':styles['requirementItem']},React['createElement'](View,{'style':[styles['checkbox'],_0x17f8dc[_0x155e(0x91)]&&styles[_0x155e(0x8a)]]},_0x17f8dc[_0x155e(0x91)]&&React[_0x155e(0x80)](Text,{'style':styles['checkmark']},'✓')),React[_0x155e(0x80)](Text,{'style':[styles[_0x155e(0x8c)],_0x17f8dc[_0x155e(0x91)]&&styles[_0x155e(0x8d)]]},_0x211ab5[_0x155e(0x92)])),React[_0x155e(0x80)](View,{'style':styles[_0x155e(0x93)]},React[_0x155e(0x80)](View,{'style':[styles['checkbox'],_0x17f8dc[_0x155e(0x94)]&&styles[_0x155e(0x8a)]]},_0x17f8dc[_0x155e(0x94)]&&React['createElement'](Text,{'style':styles['checkmark']},'✓')),React['createElement'](Text,{'style':[styles[_0x155e(0x8c)],_0x17f8dc[_0x155e(0x94)]&&styles[_0x155e(0x8d)]]},_0x211ab5[_0x155e(0x95)]))),React[_0x155e(0x80)](View,{'style':[styles[_0x155e(0x96)],_0x211ab5[_0x155e(0x3f)](_0x10baca,_0x155e(0xc))&&styles[_0x155e(0x97)],_0x211ab5[_0x155e(0x98)](_0x10baca,_0x211ab5[_0x155e(0x59)])&&styles[_0x155e(0x99)]]},React[_0x155e(0x80)](View,{'style':styles['securityIconContainer']},_0x10baca===_0x211ab5[_0x155e(0x2b)]&&React[_0x155e(0x80)](ActivityIndicator,{'size':_0x211ab5[_0x155e(0x9a)],'color':COLORS[_0x155e(0x9b)]}),_0x211ab5[_0x155e(0x3f)](_0x10baca,_0x211ab5['bXrAc'])&&React[_0x155e(0x80)](ActivityIndicator,{'size':_0x155e(0x9c),'color':_0x211ab5['mBojp']}),_0x10baca===_0x155e(0x0)&&React[_0x155e(0x80)](Text,{'style':styles['securityIcon']},'🔐'),_0x10baca===_0x155e(0x76)&&React[_0x155e(0x80)](Text,{'style':styles['securityIcon']},'⚠️'),_0x211ab5[_0x155e(0x98)](_0x10baca,_0x155e(0xc))&&React[_0x155e(0x80)](Text,{'style':styles[_0x155e(0x9d)]},'✅'),_0x211ab5[_0x155e(0x3f)](_0x10baca,_0x211ab5[_0x155e(0x59)])&&React[_0x155e(0x80)](Text,{'style':styles['securityIcon']},'❌')),React[_0x155e(0x80)](View,{'style':styles[_0x155e(0x9e)]},React['createElement'](Text,{'style':styles['securityTitle']},_0x211ab5[_0x155e(0x9f)](_0x10baca,_0x211ab5['smBGJ'])&&_0x211ab5['aBYZK'],_0x211ab5['MRptg'](_0x10baca,_0x211ab5['SVTRq'])&&_0x211ab5[_0x155e(0xa0)],_0x211ab5[_0x155e(0x98)](_0x10baca,_0x211ab5['smaVZ'])&&_0x211ab5[_0x155e(0xa1)],_0x211ab5[_0x155e(0xa2)](_0x10baca,_0x211ab5['bXrAc'])&&_0x211ab5['wuVMl'],_0x211ab5[_0x155e(0xa2)](_0x10baca,_0x211ab5['QEFpP'])&&_0x211ab5[_0x155e(0xa3)],_0x211ab5[_0x155e(0xa4)](_0x10baca,_0x211ab5[_0x155e(0x59)])&&_0x211ab5['rRDON']),React[_0x155e(0x80)](Text,{'style':styles[_0x155e(0xa5)]},_0x10baca===_0x211ab5[_0x155e(0x2b)]&&_0x211ab5[_0x155e(0xa6)],_0x211ab5[_0x155e(0x9f)](_0x10baca,_0x211ab5['SVTRq'])&&_0x211ab5[_0x155e(0xa7)],_0x211ab5[_0x155e(0xa8)](_0x10baca,_0x211ab5[_0x155e(0x4e)])&&_0x155e(0xa9),_0x211ab5['rhvAC'](_0x10baca,_0x211ab5[_0x155e(0x49)])&&_0x211ab5[_0x155e(0xaa)],_0x211ab5[_0x155e(0xa4)](_0x10baca,_0x155e(0xc))&&_0x211ab5[_0x155e(0xab)],_0x211ab5['JdZEU'](_0x10baca,_0x211ab5[_0x155e(0x59)])&&_0x155e(0xac)))),React[_0x155e(0x80)](View,{'style':styles[_0x155e(0xad)]},React[_0x155e(0x80)](TouchableOpacity,{'style':[styles[_0x155e(0xae)],_0x227db3&&styles[_0x155e(0xaf)]],'onPress':_0x316ab6,'disabled':_0x211ab5[_0x155e(0xb0)](!_0x227db3,_0x25eb7c)},_0x25eb7c?React['createElement'](ActivityIndicator,{'size':_0x211ab5[_0x155e(0x9a)],'color':_0x211ab5['INSbE']}):React[_0x155e(0x80)](Text,{'style':[styles[_0x155e(0xb1)],_0x227db3&&styles['continueButtonTextActive']]},_0x211ab5[_0x155e(0xb2)]))));},styles=StyleSheet['create']({'container':{'flex':0x1,'backgroundColor':COLORS['surface'],'paddingHorizontal':0x18,'paddingTop':0x28},'titleContainer':{'alignItems':_0x155e(0xb3),'marginBottom':0x18,'paddingTop':0x0,'marginTop':0x0},'title':{'fontSize':0x18,'fontWeight':_0x155e(0xb4),'color':COLORS[_0x155e(0xb5)],'marginBottom':0x8,'fontFamily':_0x155e(0xb6)},'subtitle':{'fontSize':0x10,'color':COLORS[_0x155e(0x9b)],'lineHeight':0x18,'fontFamily':_0x155e(0xb7)},'pinContainer':{'marginBottom':0x20},'pinInput':{'backgroundColor':_0x155e(0xb8),'borderRadius':0xc,'paddingVertical':0x10,'paddingHorizontal':0x10,'fontSize':0x10,'fontFamily':_0x155e(0xb7),'borderWidth':0x1,'borderColor':_0x155e(0xb9)},'requirementsContainer':{'marginBottom':0x20},'requirementsTitle':{'fontSize':0x10,'fontWeight':_0x155e(0xba),'color':COLORS[_0x155e(0xb5)],'marginBottom':0x10,'fontFamily':'Inter'},'requirementItem':{'flexDirection':_0x155e(0xbb),'alignItems':_0x155e(0xb3),'marginBottom':0xc},'checkbox':{'width':0x14,'height':0x14,'borderRadius':0xa,'borderWidth':0x2,'borderColor':_0x155e(0xb9),'marginRight':0xc,'alignItems':_0x155e(0xb3),'justifyContent':_0x155e(0xb3)},'checkboxChecked':{'borderColor':_0x155e(0xbc),'backgroundColor':_0x155e(0xbc)},'checkmark':{'color':_0x155e(0x27),'fontSize':0xc,'fontWeight':'bold'},'requirementText':{'fontSize':0xe,'color':COLORS[_0x155e(0x9b)],'fontFamily':_0x155e(0xb7),'flex':0x1},'requirementTextMet':{'color':COLORS[_0x155e(0xb5)]},'securityCard':{'backgroundColor':_0x155e(0xb8),'borderRadius':0xc,'padding':0x10,'flexDirection':_0x155e(0xbb),'alignItems':_0x155e(0xb3),'marginBottom':0x18,'borderWidth':0x1,'borderColor':_0x155e(0xb9)},'securityCardSuccess':{'backgroundColor':_0x155e(0xbd),'borderColor':_0x155e(0xbe)},'securityCardError':{'backgroundColor':_0x155e(0xbf),'borderColor':_0x155e(0xc0)},'securityIconContainer':{'marginRight':0xc},'securityIcon':{'fontSize':0x18},'securityTextContainer':{'flex':0x1},'securityTitle':{'fontSize':0xe,'fontWeight':_0x155e(0xba),'color':COLORS[_0x155e(0xb5)],'marginBottom':0x4,'fontFamily':'Inter'},'securityDescription':{'fontSize':0xd,'color':COLORS[_0x155e(0x9b)],'lineHeight':0x12,'fontFamily':_0x155e(0xb7)},'buttonContainer':{'marginTop':_0x155e(0xc1),'paddingBottom':0x22},'continueButton':{'backgroundColor':'#E5E5E5','borderRadius':0x19,'paddingVertical':0x10,'alignItems':_0x155e(0xb3),'justifyContent':_0x155e(0xb3)},'continueButtonActive':{'backgroundColor':_0x155e(0xc2)},'continueButtonText':{'fontSize':0x10,'fontWeight':_0x155e(0xba),'color':_0x155e(0xc3),'fontFamily':_0x155e(0xb7)},'continueButtonTextActive':{'color':_0x155e(0x27)}});export{PinCreationScreen};function _0x155e(_0x58e17e,_0x155e97){_0x58e17e=_0x58e17e-0x0;const _0x2e68aa=_0x58e1();let _0x59b0a0=_0x2e68aa[_0x58e17e];return _0x59b0a0;}export default PinCreationScreen;function _0x58e1(){const _0x2fb4cb=['available','⚠️\x20Face\x20ID\x20authentication\x20was\x20cancelled\x20or\x20failed','Face\x20ID\x20Setup','Face\x20ID\x20authentication\x20was\x20cancelled\x20or\x20failed.\x20Your\x20PIN\x20is\x20still\x20saved\x20securely.','📱\x20Biometric\x20not\x20available,\x20continuing\x20without\x20Face\x20ID','iFupx','LPImo','📝\x20PIN\x20stored\x20temporarily\x20for\x20onboarding','storing','🔐\x20[PIN\x20CREATION]\x20Biometric\x20storage\x20enabled,\x20starting\x20biometric\x20flow...','❌\x20[PIN\x20CREATION]\x20Face\x20ID\x20not\x20available\x20on\x20this\x20device','🔐\x20[PIN\x20CREATION]\x20Triggering\x20biometric\x20authentication\x20for\x20PIN\x20storage...','success','3|2|1|0|4','error','❌\x20PIN\x20storage\x20verification\x20failed','PIN\x20Storage\x20Error','PIN\x20storage\x20verification\x20failed.\x20Please\x20try\x20again.','Try\x20Again','UpMMs','Erntc','PIN\x20Creation\x20Error','There\x20was\x20an\x20issue\x20creating\x20your\x20PIN.\x20Please\x20try\x20again.','❌\x20Error\x20checking\x20biometric\x20availability:','vCcnN','A\x20PIN\x20so\x20only\x20you\x20have\x20access\x20to\x20your\x20data.','Be\x20at\x20least\x208\x20characters\x20in\x20length.','Contain\x20an\x20uppercase\x20letter.','Contain\x20a\x20number.','#D4A536','Checking\x20Face\x20ID...','Face\x20ID\x20Unavailable','Securing\x20with\x20Face\x20ID...','PIN\x20Secured\x20with\x20Face\x20ID','Face\x20ID\x20Setup\x20Failed','Verifying\x20Face\x20ID\x20availability\x20on\x20your\x20device.','We\x20use\x20Face\x20ID\x20to\x20ensure\x20only\x20you\x20can\x20access\x20your\x20data.','Please\x20authenticate\x20with\x20Face\x20ID\x20to\x20secure\x20your\x20PIN.','Your\x20PIN\x20is\x20now\x20protected\x20with\x20Face\x20ID\x20authentication.','#FFFFFF','Continue','OEGMX','Toccj','smBGJ','qPWfZ','test','values','every','httSL','YseNf','QboeV','Hjzof','SVTRq','amgED','wccuR','sFmbi','aKSmu','vlMIU','Invalid\x20PIN','Please\x20ensure\x20your\x20PIN\x20meets\x20all\x20requirements.','tACRZ','woIbL','BUTTON_PRESS','MRptg','SDYkV','log','SgVtk','QciZP','HLmTk','VJJkS','JTKEc','UeBZc','qCCeP','bXrAc','LnwPP','vkKWo','xRbup','GSgmR','smaVZ','ReTDk','ZclIZ','isPinStored','SgtZv','RSudj','QEFpP','SUCCESS','ERROR','cGMAU','XZEdQ','dhTyJ','yycBA','qiHqX','HNxny','NDcwS','vKKdV','UaRbu','xyLIA','qqMsG','Rzxxz','lJoGQ','alert','fcQIU','UYGMo','OtfLm','BBcYw','kqxZQ','QkJDf','pFsUf','KWIjN','RSXNS','SIQSN','VXDDS','ApZIt','jwMkr','zFDGe','fYgSA','yhVEm','XAxzd','unavailable','ztLnO','fAAdW','cPbXx','checking','rSWwx','ZFkAb','peemb','OcRTU','container','createElement','title','subtitle','pinContainer','pinInput','Enter\x20your\x20PIN','requirementsTitle','iwJeY','checkbox','length','checkboxChecked','checkmark','requirementText','requirementTextMet','LHjSN','uppercase','VvDCx','number','mRfna','requirementItem','symbol','GyGum','securityCard','securityCardSuccess','zJCbg','securityCardError','eOXlR','grey600','small','securityIcon','securityTextContainer','xdDPE','MfWdr','uzRqQ','rhvAC','hmPJx','RzYWX','securityDescription','lYEBA','PLOwp','wyZkk','Face\x20ID\x20is\x20not\x20available\x20on\x20this\x20device.\x20Your\x20PIN\x20will\x20be\x20stored\x20securely.','eWJXX','kNYnC','Face\x20ID\x20setup\x20failed,\x20but\x20your\x20PIN\x20is\x20stored\x20securely.','buttonContainer','continueButton','continueButtonActive','sKGSs','continueButtonText','nwIat','center','700','grey800','IBM\x20Plex\x20Sans','Inter','#F8F9FA','#E5E5E5','600','row','#4CD964','#F0FDF4','#22C55E','#FEF2F2','#EF4444','auto','#2D3436','#999999'];_0x58e1=function(){return _0x2fb4cb;};return _0x58e1();}