@onairos/react-native 3.7.0 → 3.7.2

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 (236) hide show
  1. package/lib/commonjs/api/index.js +1 -1
  2. package/lib/commonjs/assets/icons/netflix.png +0 -0
  3. package/lib/commonjs/assets/icons/spotify.png +0 -0
  4. package/lib/commonjs/assets/images/netflix.png +0 -0
  5. package/lib/commonjs/assets/images/spotify.png +0 -0
  6. package/lib/commonjs/components/BodyText.js +1 -1
  7. package/lib/commonjs/components/BrandMark.js +1 -1
  8. package/lib/commonjs/components/CodeInput.js +1 -1
  9. package/lib/commonjs/components/EmailInput.js +1 -1
  10. package/lib/commonjs/components/GoogleButton.js +1 -1
  11. package/lib/commonjs/components/HeadingGroup.js +1 -1
  12. package/lib/commonjs/components/LLMDataInputModal.js +1 -1
  13. package/lib/commonjs/components/ModalHeader.js +1 -1
  14. package/lib/commonjs/components/ModalSheet.js +1 -1
  15. package/lib/commonjs/components/Onairos.js +1 -1
  16. package/lib/commonjs/components/OnairosButton.js +1 -1
  17. package/lib/commonjs/components/OnairosSignInButton.js +1 -1
  18. package/lib/commonjs/components/Overlay.js +1 -1
  19. package/lib/commonjs/components/PersonaImage.js +1 -1
  20. package/lib/commonjs/components/PersonaLoadingScreen.js +1 -1
  21. package/lib/commonjs/components/PersonalizationConsentScreen.js +1 -1
  22. package/lib/commonjs/components/PinCreationScreen.js +1 -1
  23. package/lib/commonjs/components/PinInput.js +1 -1
  24. package/lib/commonjs/components/PlatformConnectorsStep.js +1 -1
  25. package/lib/commonjs/components/PlatformList.js +1 -1
  26. package/lib/commonjs/components/PlatformToggle.js +1 -1
  27. package/lib/commonjs/components/PrimaryButton.js +1 -1
  28. package/lib/commonjs/components/SignInMatchAnimation.js +1 -1
  29. package/lib/commonjs/components/SignInStep.js +1 -1
  30. package/lib/commonjs/components/UniversalOnboarding.js +1 -1
  31. package/lib/commonjs/components/VerificationStep.js +1 -1
  32. package/lib/commonjs/components/WelcomeScreen.js +1 -1
  33. package/lib/commonjs/components/icons/Basicproficon.js +1 -1
  34. package/lib/commonjs/components/icons/Basicprofile.js +1 -1
  35. package/lib/commonjs/components/icons/Checkbox.js +1 -1
  36. package/lib/commonjs/components/icons/Checkmark.js +1 -1
  37. package/lib/commonjs/components/icons/Contentanalysis.js +1 -1
  38. package/lib/commonjs/components/icons/Contenticon.js +1 -1
  39. package/lib/commonjs/components/icons/EnochE.js +1 -1
  40. package/lib/commonjs/components/icons/Personalityicon.js +1 -1
  41. package/lib/commonjs/components/icons/Personalityprofile.js +1 -1
  42. package/lib/commonjs/components/icons/Personalitytraits.js +1 -1
  43. package/lib/commonjs/components/icons/Userpreferences.js +1 -1
  44. package/lib/commonjs/components/icons/index.js +1 -1
  45. package/lib/commonjs/components/onboarding/OAuthWebView.js +1 -1
  46. package/lib/commonjs/components/onboarding/OnboardingHeader.js +1 -1
  47. package/lib/commonjs/components/onboarding/PinInput.js +1 -1
  48. package/lib/commonjs/components/onboarding/PlatformConnector.js +1 -1
  49. package/lib/commonjs/config/api.js +1 -1
  50. package/lib/commonjs/constants/index.js +1 -1
  51. package/lib/commonjs/context/AuthContext.js +1 -1
  52. package/lib/commonjs/hooks/useConnectedAccounts.js +1 -1
  53. package/lib/commonjs/hooks/useConnections.js +1 -1
  54. package/lib/commonjs/hooks/useCredentials.js +1 -1
  55. package/lib/commonjs/hooks/useUserConnections.js +1 -1
  56. package/lib/commonjs/index.js +1 -1
  57. package/lib/commonjs/services/apiClient.js +1 -1
  58. package/lib/commonjs/services/biometricPinService.js +1 -1
  59. package/lib/commonjs/services/chatGPTConversationExtractor.js +1 -1
  60. package/lib/commonjs/services/chatGPTConversationService.js +1 -1
  61. package/lib/commonjs/services/claudeConversationExtractor.js +1 -1
  62. package/lib/commonjs/services/claudeConversationService.js +1 -1
  63. package/lib/commonjs/services/connectedAccountsService.js +1 -1
  64. package/lib/commonjs/services/googleAuthService.js +1 -1
  65. package/lib/commonjs/services/hingeDataExtractor.js +1 -1
  66. package/lib/commonjs/services/hingeDataService.js +1 -1
  67. package/lib/commonjs/services/imageCompressionService.js +1 -1
  68. package/lib/commonjs/services/instagramDataExtractor.js +1 -1
  69. package/lib/commonjs/services/instagramDataService.js +1 -1
  70. package/lib/commonjs/services/jwtStorageService.js +1 -1
  71. package/lib/commonjs/services/linkedinDOMExtractor.js +1 -1
  72. package/lib/commonjs/services/linkedinProfileService.js +1 -1
  73. package/lib/commonjs/services/linkedinScrapingService.js +1 -1
  74. package/lib/commonjs/services/llmDataStorage.js +1 -1
  75. package/lib/commonjs/services/mobileTrainingService.js +1 -1
  76. package/lib/commonjs/services/netflixDataExtractor.js +1 -1
  77. package/lib/commonjs/services/netflixDataService.js +1 -1
  78. package/lib/commonjs/services/pinEncryptionService.js +1 -1
  79. package/lib/commonjs/services/pinStorageUtils.js +1 -1
  80. package/lib/commonjs/services/platformAuthService.js +1 -1
  81. package/lib/commonjs/services/sephoraDataExtractor.js +1 -1
  82. package/lib/commonjs/services/sephoraDataService.js +1 -1
  83. package/lib/commonjs/services/spotifyDataExtractor.js +1 -1
  84. package/lib/commonjs/services/spotifyDataService.js +1 -1
  85. package/lib/commonjs/services/storageService.js +1 -1
  86. package/lib/commonjs/services/telegramDataExtractor.js +1 -1
  87. package/lib/commonjs/services/telegramDataService.js +1 -1
  88. package/lib/commonjs/services/trainingApiHelpers.js +1 -1
  89. package/lib/commonjs/services/userConnectionsService.js +1 -1
  90. package/lib/commonjs/services/youtubeMigrationService.js +1 -1
  91. package/lib/commonjs/theme/index.js +1 -1
  92. package/lib/commonjs/types/index.js +1 -1
  93. package/lib/commonjs/types.js +1 -1
  94. package/lib/commonjs/utils/Portal.js +1 -1
  95. package/lib/commonjs/utils/api.js +1 -1
  96. package/lib/commonjs/utils/assetRegistry.js +1 -1
  97. package/lib/commonjs/utils/auth.js +1 -1
  98. package/lib/commonjs/utils/connectorTests.js +1 -1
  99. package/lib/commonjs/utils/crypto.js +1 -1
  100. package/lib/commonjs/utils/debugHelper.js +1 -1
  101. package/lib/commonjs/utils/encryption.js +1 -1
  102. package/lib/commonjs/utils/eventUtils.js +1 -1
  103. package/lib/commonjs/utils/haptics.js +1 -1
  104. package/lib/commonjs/utils/imagePreloader.js +1 -1
  105. package/lib/commonjs/utils/networkDiagnostics.js +1 -1
  106. package/lib/commonjs/utils/onairosApi.js +1 -1
  107. package/lib/commonjs/utils/programmaticFlow.js +1 -1
  108. package/lib/commonjs/utils/retryHelper.js +1 -1
  109. package/lib/commonjs/utils/secureStorage.js +1 -1
  110. package/lib/commonjs/utils/webviewScripts/chatgpt.js +1 -1
  111. package/lib/commonjs/utils/webviewScripts/claude.js +1 -1
  112. package/lib/commonjs/utils/webviewScripts/hinge.js +1 -1
  113. package/lib/commonjs/utils/webviewScripts/index.js +1 -1
  114. package/lib/commonjs/utils/webviewScripts/instagram.js +1 -1
  115. package/lib/commonjs/utils/webviewScripts/linkedin.js +1 -1
  116. package/lib/commonjs/utils/webviewScripts/netflix.js +1 -1
  117. package/lib/commonjs/utils/webviewScripts/sephora.js +1 -1
  118. package/lib/commonjs/utils/webviewScripts/spotify.js +1 -1
  119. package/lib/commonjs/utils/webviewScripts/telegram.js +1 -1
  120. package/lib/module/api/index.js +1 -1
  121. package/lib/module/assets/icons/netflix.png +0 -0
  122. package/lib/module/assets/icons/spotify.png +0 -0
  123. package/lib/module/assets/images/netflix.png +0 -0
  124. package/lib/module/assets/images/spotify.png +0 -0
  125. package/lib/module/components/BodyText.js +1 -1
  126. package/lib/module/components/BrandMark.js +1 -1
  127. package/lib/module/components/CodeInput.js +1 -1
  128. package/lib/module/components/EmailInput.js +1 -1
  129. package/lib/module/components/GoogleButton.js +1 -1
  130. package/lib/module/components/HeadingGroup.js +1 -1
  131. package/lib/module/components/LLMDataInputModal.js +1 -1
  132. package/lib/module/components/ModalHeader.js +1 -1
  133. package/lib/module/components/ModalSheet.js +1 -1
  134. package/lib/module/components/Onairos.js +1 -1
  135. package/lib/module/components/OnairosButton.js +1 -1
  136. package/lib/module/components/OnairosSignInButton.js +1 -1
  137. package/lib/module/components/Overlay.js +1 -1
  138. package/lib/module/components/PersonaImage.js +1 -1
  139. package/lib/module/components/PersonaLoadingScreen.js +1 -1
  140. package/lib/module/components/PersonalizationConsentScreen.js +1 -1
  141. package/lib/module/components/PinCreationScreen.js +1 -1
  142. package/lib/module/components/PinInput.js +1 -1
  143. package/lib/module/components/PlatformConnectorsStep.js +1 -1
  144. package/lib/module/components/PlatformList.js +1 -1
  145. package/lib/module/components/PlatformToggle.js +1 -1
  146. package/lib/module/components/PrimaryButton.js +1 -1
  147. package/lib/module/components/SignInMatchAnimation.js +1 -1
  148. package/lib/module/components/SignInStep.js +1 -1
  149. package/lib/module/components/UniversalOnboarding.js +1 -1
  150. package/lib/module/components/VerificationStep.js +1 -1
  151. package/lib/module/components/WelcomeScreen.js +1 -1
  152. package/lib/module/components/icons/Basicproficon.js +1 -1
  153. package/lib/module/components/icons/Basicprofile.js +1 -1
  154. package/lib/module/components/icons/Checkbox.js +1 -1
  155. package/lib/module/components/icons/Checkmark.js +1 -1
  156. package/lib/module/components/icons/Contentanalysis.js +1 -1
  157. package/lib/module/components/icons/Contenticon.js +1 -1
  158. package/lib/module/components/icons/EnochE.js +1 -1
  159. package/lib/module/components/icons/Personalityicon.js +1 -1
  160. package/lib/module/components/icons/Personalityprofile.js +1 -1
  161. package/lib/module/components/icons/Personalitytraits.js +1 -1
  162. package/lib/module/components/icons/Userpreferences.js +1 -1
  163. package/lib/module/components/onboarding/OAuthWebView.js +1 -1
  164. package/lib/module/components/onboarding/OnboardingHeader.js +1 -1
  165. package/lib/module/components/onboarding/PinInput.js +1 -1
  166. package/lib/module/components/onboarding/PlatformConnector.js +1 -1
  167. package/lib/module/config/api.js +1 -1
  168. package/lib/module/constants/index.js +1 -1
  169. package/lib/module/context/AuthContext.js +1 -1
  170. package/lib/module/hooks/useConnectedAccounts.js +1 -1
  171. package/lib/module/hooks/useConnections.js +1 -1
  172. package/lib/module/hooks/useCredentials.js +1 -1
  173. package/lib/module/hooks/useUserConnections.js +1 -1
  174. package/lib/module/index.js +1 -1
  175. package/lib/module/services/apiClient.js +1 -1
  176. package/lib/module/services/biometricPinService.js +1 -1
  177. package/lib/module/services/chatGPTConversationExtractor.js +1 -1
  178. package/lib/module/services/chatGPTConversationService.js +1 -1
  179. package/lib/module/services/claudeConversationExtractor.js +1 -1
  180. package/lib/module/services/claudeConversationService.js +1 -1
  181. package/lib/module/services/connectedAccountsService.js +1 -1
  182. package/lib/module/services/googleAuthService.js +1 -1
  183. package/lib/module/services/hingeDataExtractor.js +1 -1
  184. package/lib/module/services/hingeDataService.js +1 -1
  185. package/lib/module/services/imageCompressionService.js +1 -1
  186. package/lib/module/services/instagramDataExtractor.js +1 -1
  187. package/lib/module/services/instagramDataService.js +1 -1
  188. package/lib/module/services/jwtStorageService.js +1 -1
  189. package/lib/module/services/linkedinDOMExtractor.js +1 -1
  190. package/lib/module/services/linkedinProfileService.js +1 -1
  191. package/lib/module/services/linkedinScrapingService.js +1 -1
  192. package/lib/module/services/llmDataStorage.js +1 -1
  193. package/lib/module/services/mobileTrainingService.js +1 -1
  194. package/lib/module/services/netflixDataExtractor.js +1 -1
  195. package/lib/module/services/netflixDataService.js +1 -1
  196. package/lib/module/services/pinEncryptionService.js +1 -1
  197. package/lib/module/services/pinStorageUtils.js +1 -1
  198. package/lib/module/services/platformAuthService.js +1 -1
  199. package/lib/module/services/sephoraDataExtractor.js +1 -1
  200. package/lib/module/services/sephoraDataService.js +1 -1
  201. package/lib/module/services/spotifyDataExtractor.js +1 -1
  202. package/lib/module/services/spotifyDataService.js +1 -1
  203. package/lib/module/services/storageService.js +1 -1
  204. package/lib/module/services/telegramDataExtractor.js +1 -1
  205. package/lib/module/services/telegramDataService.js +1 -1
  206. package/lib/module/services/trainingApiHelpers.js +1 -1
  207. package/lib/module/services/userConnectionsService.js +1 -1
  208. package/lib/module/services/youtubeMigrationService.js +1 -1
  209. package/lib/module/theme/index.js +1 -1
  210. package/lib/module/types.js +1 -1
  211. package/lib/module/utils/Portal.js +1 -1
  212. package/lib/module/utils/api.js +1 -1
  213. package/lib/module/utils/assetRegistry.js +1 -1
  214. package/lib/module/utils/auth.js +1 -1
  215. package/lib/module/utils/connectorTests.js +1 -1
  216. package/lib/module/utils/crypto.js +1 -1
  217. package/lib/module/utils/debugHelper.js +1 -1
  218. package/lib/module/utils/encryption.js +1 -1
  219. package/lib/module/utils/eventUtils.js +1 -1
  220. package/lib/module/utils/haptics.js +1 -1
  221. package/lib/module/utils/networkDiagnostics.js +1 -1
  222. package/lib/module/utils/onairosApi.js +1 -1
  223. package/lib/module/utils/programmaticFlow.js +1 -1
  224. package/lib/module/utils/retryHelper.js +1 -1
  225. package/lib/module/utils/secureStorage.js +1 -1
  226. package/lib/module/utils/webviewScripts/chatgpt.js +1 -1
  227. package/lib/module/utils/webviewScripts/claude.js +1 -1
  228. package/lib/module/utils/webviewScripts/hinge.js +1 -1
  229. package/lib/module/utils/webviewScripts/index.js +1 -1
  230. package/lib/module/utils/webviewScripts/instagram.js +1 -1
  231. package/lib/module/utils/webviewScripts/linkedin.js +1 -1
  232. package/lib/module/utils/webviewScripts/netflix.js +1 -1
  233. package/lib/module/utils/webviewScripts/sephora.js +1 -1
  234. package/lib/module/utils/webviewScripts/spotify.js +1 -1
  235. package/lib/module/utils/webviewScripts/telegram.js +1 -1
  236. 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 _0x3fb771 from'react-native-vector-icons/MaterialIcons';function _0x1185(_0x47dbd0,_0x118571){_0x47dbd0=_0x47dbd0-0x0;const _0x375e77=_0x47db();let _0x22f0eb=_0x375e77[_0x47dbd0];return _0x22f0eb;}import{onairosApi}from'../api';import{encryptModelKey}from'../utils/encryption';import{OVERLAY_PLATFORMS}from'../utils/assetRegistry';const {width:SCREEN_WIDTH,height:SCREEN_HEIGHT}=Dimensions[_0x1185(0x0)](_0x1185(0x1));import{API_CONFIG}from'../config/api';export const Overlay=({data:_0x270584,username:_0x58a3f2,modelKey:_0x398ad9,onResolved:_0x245316,appName:appName=_0x1185(0x2),darkMode:darkMode=![],platforms:platforms=OVERLAY_PLATFORMS})=>{const _0x88a5c4={'RiCBS':function(_0x399431,_0x2701d2){return _0x399431(_0x2701d2);},'KiSlr':function(_0x409861,_0x4843e0){return _0x409861!==_0x4843e0;},'Lkidm':_0x1185(0x3),'KbKCb':function(_0x517e59,_0x267af6){return _0x517e59(_0x267af6);},'ZGXCK':function(_0x1b19b2){return _0x1b19b2();},'XUQJw':function(_0xc41387,_0xcea6f8,_0x4adc76){return _0xc41387(_0xcea6f8,_0x4adc76);},'HEjPT':function(_0x2f2e63,_0x10a5dc,_0x2b1f4c,_0x1a806a){return _0x2f2e63(_0x10a5dc,_0x2b1f4c,_0x1a806a);},'nqsCc':'ombec','mSgHf':_0x1185(0x4),'aVtXc':_0x1185(0x5),'jqBTo':_0x1185(0x6),'FKpJO':function(_0x323594,_0x139cc0){return _0x323594===_0x139cc0;},'EzYJp':_0x1185(0x7),'wOTDF':function(_0x483465,_0x54103f){return _0x483465(_0x54103f);},'quvvo':function(_0x363559,_0x165d6c){return _0x363559!==_0x165d6c;},'fxKwn':_0x1185(0x8),'acoVN':_0x1185(0x9),'hEaNJ':function(_0x32e331,_0x1794f3,_0x113569){return _0x32e331(_0x1794f3,_0x113569);},'Mqjmd':'Error\x20encrypting\x20model\x20key:','YlXPH':_0x1185(0xa),'DIJmV':_0x1185(0xb),'pNdgu':'com.onairos.mock','YiVdP':'unknown','fwJPM':function(_0x413995,_0x51551b,_0x30ecf1,_0x2f4d19){return _0x413995(_0x51551b,_0x30ecf1,_0x2f4d19);},'jTUtC':_0x1185(0xc),'bjCxa':function(_0x178344){return _0x178344();},'qSvBD':function(_0x92bae6,_0x536167){return _0x92bae6===_0x536167;},'izIHH':_0x1185(0xd),'ITZvk':_0x1185(0xe),'XUBWk':'public/key','HnTec':_0x1185(0xf),'dLsjc':'Error\x20getting\x20server\x20public\x20key:','xGwXP':_0x1185(0x10),'oHpbn':function(_0x1b01ed,_0x24cd69,_0x583abc){return _0x1b01ed(_0x24cd69,_0x583abc);},'ToaBa':_0x1185(0x11),'WzPMF':_0x1185(0x12),'RFobo':function(_0x2e6c08,_0x5551ab){return _0x2e6c08===_0x5551ab;},'pKoib':_0x1185(0x13),'tIfuo':_0x1185(0x14),'jqfku':function(_0x5b9a3a){return _0x5b9a3a();},'xZgrI':_0x1185(0x15),'IxNAc':_0x1185(0x16),'HGgxn':function(_0x25b2e9,_0x29baa1,_0x3c984d,_0x1a8f53){return _0x25b2e9(_0x29baa1,_0x3c984d,_0x1a8f53);},'OKrns':_0x1185(0x17),'BtTeU':function(_0x1f20ce){return _0x1f20ce();},'eSizF':_0x1185(0x18),'hRAgb':_0x1185(0x19),'cjzkl':function(_0x893b20,_0x459150){return _0x893b20(_0x459150);},'TMIAS':_0x1185(0x1a),'DzOAe':function(_0x39946f,_0x53b840){return _0x39946f(_0x53b840);},'RHDYC':function(_0x364d3a,_0x55eae2,_0x31c62c){return _0x364d3a(_0x55eae2,_0x31c62c);},'FqpvF':function(_0x57b095,_0x1d575b,_0x3a5c25){return _0x57b095(_0x1d575b,_0x3a5c25);},'ylUwa':_0x1185(0x1b),'gpHcX':_0x1185(0x1c),'ePwzd':_0x1185(0x1d),'bCksc':_0x1185(0x1e),'MIVpl':_0x1185(0x1f),'VJNwf':function(_0x4df102,_0x2118c8){return _0x4df102&&_0x2118c8;},'JrKBI':'#000'},[_0x111b07,_0x55152b]=_0x88a5c4[_0x1185(0x20)](useState,{}),[_0x253403,_0x4352d5]=_0x88a5c4[_0x1185(0x21)](useState,''),[_0x1219f5,_0x18fc6f]=_0x88a5c4[_0x1185(0x22)](useState,!![]),[_0x4d1b6b,_0x4236a8]=useState({}),_0x17ce76=_0x88a5c4['wOTDF'](useRef,new Animated[(_0x1185(0x23))](0x0))[_0x1185(0x24)];_0x88a5c4[_0x1185(0x25)](useEffect,()=>{if(_0x88a5c4[_0x1185(0x26)](_0x88a5c4['Lkidm'],'xRJZF'))_0x88a5c4[_0x1185(0x27)](_0xf36c55,_0x453b88=>({..._0x453b88,[_0x1b8e22]:!_0x453b88[_0x2a5a12]}));else{const _0x39412f={};Object[_0x1185(0x28)](_0x270584)[_0x1185(0x29)](_0x25a176=>{_0x39412f[_0x25a176]=![];}),_0x88a5c4[_0x1185(0x27)](_0x55152b,_0x39412f);const _0x298024={};platforms[_0x1185(0x29)](_0x33c3c4=>{_0x298024[_0x33c3c4['id']]=![];}),_0x88a5c4[_0x1185(0x21)](_0x4236a8,_0x298024),_0x88a5c4[_0x1185(0x2a)](_0x54c05c),Animated['spring'](_0x17ce76,{'toValue':0x1,'useNativeDriver':!![],'bounciness':0x0})['start']();}},[]);const _0x54c05c=async()=>{const _0xc32173={'fhTWa':function(_0x3fa93a,_0x3755c3,_0x4e73ed,_0x12a621){return _0x88a5c4[_0x1185(0x2b)](_0x3fa93a,_0x3755c3,_0x4e73ed,_0x12a621);},'HArbB':_0x1185(0x19),'hFIDd':function(_0x185a4f){return _0x88a5c4[_0x1185(0x2a)](_0x185a4f);},'GMQLU':function(_0x515fe1,_0x4313be){return _0x515fe1(_0x4313be);}};if(_0x88a5c4[_0x1185(0x26)](_0x88a5c4[_0x1185(0x2c)],_0x88a5c4['nqsCc']))_0xc32173['fhTWa'](_0x3cbbdd,''+_0x2c4d50[_0x1185(0x2d)],_0xc32173['HArbB'],{'username':_0x50897c,'selections':_0x42d12b,'platforms':_0x4bce3c,'error':!![]}),_0xc32173[_0x1185(0x2e)](_0x59bbb8);else try{if(__DEV__){_0x4352d5(_0x88a5c4['mSgHf']);return;}const _0x23e1b1=await onairosApi['post'](_0x88a5c4[_0x1185(0x2f)],{'Info':{'username':_0x58a3f2}});if(_0x23e1b1&&_0x23e1b1['data']){if(_0x1185(0x30)!==_0x88a5c4[_0x1185(0x31)]){const _0x2c3914=_0x88a5c4[_0x1185(0x32)](typeof _0x23e1b1[_0x1185(0x33)],_0x88a5c4[_0x1185(0x34)])&&_0x23e1b1[_0x1185(0x33)]['AccountInfo']?_0x23e1b1[_0x1185(0x33)][_0x1185(0x35)]:_0x1185(0x36)+_0x58a3f2;_0x88a5c4[_0x1185(0x20)](_0x4352d5,_0x2c3914);}else _0x162ebe=_0x88a5c4[_0x1185(0x37)](_0xbbdcfb,_0x199e0e,_0x654aa8);}else _0x88a5c4['quvvo']('DWjKD',_0x88a5c4[_0x1185(0x38)])?_0x88a5c4[_0x1185(0x21)](_0x4352d5,_0x1185(0x36)+_0x58a3f2):_0xc32173['GMQLU'](_0x5248ae,![]);}catch(_0x2108a0){console[_0x1185(0x39)](_0x88a5c4[_0x1185(0x3a)],_0x2108a0),_0x88a5c4['RiCBS'](_0x4352d5,_0x1185(0x36)+_0x58a3f2);}},_0x4b9c95=_0x88a5c4['hEaNJ'](useCallback,()=>{if(_0x88a5c4['YlXPH']===_0x88a5c4[_0x1185(0x3b)])Animated['timing'](_0x17ce76,{'toValue':0x0,'duration':0xfa,'useNativeDriver':!![]})[_0x1185(0x3c)](()=>{_0x18fc6f(![]);});else try{_0x5555d2=_0x88a5c4['hEaNJ'](_0x344821,_0x10bba6,_0x350026);}catch(_0x9bd5d2){_0x155058['error'](_0x88a5c4['Mqjmd'],_0x9bd5d2);}},[_0x17ce76]),_0x49a9fc=_0x88a5c4['RHDYC'](useCallback,_0x4f5c64=>{_0x88a5c4[_0x1185(0x21)](_0x4236a8,_0x1e2da6=>({..._0x1e2da6,[_0x4f5c64]:!_0x1e2da6[_0x4f5c64]}));},[]),_0x497216=_0x88a5c4[_0x1185(0x3d)](useCallback,async()=>{const _0x1b2dd4={'FFFeR':_0x88a5c4[_0x1185(0x3a)],'fJBeS':function(_0x564e8e,_0x4235e1){return _0x88a5c4[_0x1185(0x20)](_0x564e8e,_0x4235e1);},'fJkvp':_0x88a5c4[_0x1185(0x3e)]};try{const _0x55209d=Platform[_0x1185(0x3f)]({'ios':_0x88a5c4[_0x1185(0x40)],'android':_0x88a5c4[_0x1185(0x40)],'default':_0x88a5c4[_0x1185(0x41)]});if(__DEV__){_0x88a5c4[_0x1185(0x42)](_0x245316,''+API_CONFIG[_0x1185(0x2d)],_0x88a5c4[_0x1185(0x43)],{'username':_0x58a3f2,'selections':_0x111b07,'platforms':_0x4d1b6b}),_0x88a5c4[_0x1185(0x44)](_0x4b9c95);return;}let _0x3e2bfa=_0x88a5c4[_0x1185(0x45)];try{if(_0x88a5c4[_0x1185(0x46)](_0x88a5c4[_0x1185(0x47)],_0x88a5c4[_0x1185(0x48)]))_0x3dce3a[_0x1185(0x39)](_0x1b2dd4[_0x1185(0x49)],_0x4f9b91),_0x1b2dd4[_0x1185(0x4a)](_0x418a49,_0x1185(0x36)+_0x4af3ef);else{const _0x40537e=await onairosApi['get'](_0x88a5c4[_0x1185(0x4b)]);_0x40537e&&_0x40537e[_0x1185(0x33)]&&typeof _0x40537e[_0x1185(0x33)]===_0x88a5c4[_0x1185(0x34)]&&(_0x3e2bfa=_0x40537e[_0x1185(0x33)][_0x1185(0x4c)]||_0x1185(0xb));}}catch(_0x50476f){_0x88a5c4[_0x1185(0x26)](_0x88a5c4[_0x1185(0x4d)],_0x1185(0xf))?_0x406165[_0x37b099['id']]=![]:console[_0x1185(0x39)](_0x88a5c4[_0x1185(0x4e)],_0x50476f);}let _0x148bb6=_0x398ad9;if(_0x88a5c4['qSvBD'](typeof encryptModelKey,_0x88a5c4[_0x1185(0x4f)])&&_0x3e2bfa)try{_0x148bb6=_0x88a5c4[_0x1185(0x50)](encryptModelKey,_0x3e2bfa,_0x398ad9);}catch(_0x7832c8){console[_0x1185(0x39)](_0x88a5c4[_0x1185(0x3e)],_0x7832c8);}const _0x440266=await onairosApi['post'](_0x1185(0x51),{'Info':{'storage':_0x88a5c4[_0x1185(0x52)],'appId':_0x55209d,'confirmations':_0x111b07,'developerURL':_0x88a5c4['WzPMF'],'EncryptedUserPin':_0x148bb6,'username':_0x58a3f2,'platforms':_0x4d1b6b}});_0x440266&&_0x440266['data']&&_0x440266[_0x1185(0x33)]['APIUrl']&&_0x440266['data'][_0x1185(0x53)]?_0x88a5c4[_0x1185(0x54)](_0x88a5c4['pKoib'],_0x88a5c4[_0x1185(0x55)])?_0x258384[_0x1185(0x39)](_0x1b2dd4[_0x1185(0x56)],_0x5ca554):(_0x88a5c4[_0x1185(0x2b)](_0x245316,_0x440266[_0x1185(0x33)][_0x1185(0x57)],_0x440266[_0x1185(0x33)][_0x1185(0x53)],{'username':_0x58a3f2,'selections':_0x111b07,'platforms':_0x4d1b6b}),_0x88a5c4[_0x1185(0x58)](_0x4b9c95)):_0x88a5c4[_0x1185(0x54)](_0x88a5c4[_0x1185(0x59)],_0x88a5c4[_0x1185(0x5a)])?_0x1aaf38=_0x1998f6[_0x1185(0x33)][_0x1185(0x4c)]||_0x88a5c4[_0x1185(0x45)]:(_0x88a5c4[_0x1185(0x5b)](_0x245316,''+API_CONFIG[_0x1185(0x2d)],_0x88a5c4['OKrns'],{'username':_0x58a3f2,'selections':_0x111b07,'platforms':_0x4d1b6b}),_0x88a5c4[_0x1185(0x5c)](_0x4b9c95));}catch(_0x269782){console[_0x1185(0x39)](_0x88a5c4['eSizF'],_0x269782),__DEV__?(_0x88a5c4[_0x1185(0x42)](_0x245316,''+API_CONFIG[_0x1185(0x2d)],_0x88a5c4[_0x1185(0x5d)],{'username':_0x58a3f2,'selections':_0x111b07,'platforms':_0x4d1b6b,'error':!![]}),_0x88a5c4['BtTeU'](_0x4b9c95)):_0x88a5c4[_0x1185(0x5e)](_0x2be6ff,_0x88a5c4[_0x1185(0x5f)]);}},[_0x111b07,_0x58a3f2,_0x398ad9,_0x245316,_0x4b9c95,_0x4d1b6b]),_0x2be6ff=_0x3e9fdb=>{Alert[_0x1185(0x60)]('Error',_0x3e9fdb,[{'text':'OK'}]);};return React['createElement'](Modal,{'visible':_0x1219f5,'transparent':!![],'animationType':_0x88a5c4[_0x1185(0x61)],'statusBarTranslucent':!![],'onRequestClose':_0x4b9c95},React[_0x1185(0x62)](TouchableOpacity,{'style':styles[_0x1185(0x63)],'activeOpacity':0x1,'onPress':_0x4b9c95},React[_0x1185(0x62)](TouchableWithoutFeedback,{'onPress':_0x3e19d5=>_0x3e19d5['stopPropagation']()},React[_0x1185(0x62)](Animated[_0x1185(0x64)],{'style':[styles['bottomSheet'],darkMode&&styles[_0x1185(0x65)],{'transform':[{'translateY':_0x17ce76[_0x1185(0x66)]({'inputRange':[0x0,0x1],'outputRange':[SCREEN_HEIGHT,0x0]})}]}]},React['createElement'](View,{'style':styles[_0x1185(0x67)]},React['createElement'](View,{'style':[styles[_0x1185(0x68)],darkMode&&styles[_0x1185(0x69)]]})),React['createElement'](SafeAreaView,{'style':[styles[_0x1185(0x6a)],darkMode&&styles[_0x1185(0x65)]]},React[_0x1185(0x62)](View,{'style':[styles[_0x1185(0x6b)],darkMode&&styles[_0x1185(0x6c)]]},React[_0x1185(0x62)](View,{'style':styles['headerContent']},React[_0x1185(0x62)](View,{'style':[styles['appIcon'],darkMode&&styles[_0x1185(0x6d)]]},React[_0x1185(0x62)](Text,{'style':[styles['appIconText'],darkMode&&styles[_0x1185(0x6e)]]},appName['charAt'](0x0))),React['createElement'](_0x3fb771,{'name':_0x88a5c4[_0x1185(0x6f)],'size':0x18,'color':darkMode?_0x88a5c4[_0x1185(0x70)]:_0x1185(0x71),'style':styles['arrow']}),React[_0x1185(0x62)](View,{'style':[styles[_0x1185(0x72)],darkMode&&styles[_0x1185(0x73)]]},React['createElement'](Text,{'style':[styles[_0x1185(0x74)],darkMode&&styles['darkText']]},'O')))),React[_0x1185(0x62)](ScrollView,{'style':styles[_0x1185(0x75)]},React[_0x1185(0x62)](View,{'style':styles[_0x1185(0x76)]},React[_0x1185(0x62)](Text,{'style':[styles[_0x1185(0x77)],darkMode&&styles[_0x1185(0x6e)]]},_0x88a5c4['bCksc']),React['createElement'](Text,{'style':[styles[_0x1185(0x78)],darkMode&&styles[_0x1185(0x79)]]},_0x88a5c4[_0x1185(0x7a)])),React[_0x1185(0x62)](View,{'style':styles[_0x1185(0x7b)]},platforms[_0x1185(0x7c)](_0x594a78=>React[_0x1185(0x62)](View,{'key':_0x594a78['id'],'style':[styles[_0x1185(0x7d)],darkMode&&styles[_0x1185(0x7e)]]},React['createElement'](View,{'style':styles['platformInfo']},React[_0x1185(0x62)](Image,{'source':_0x594a78[_0x1185(0x7f)],'style':styles['platformIcon'],'resizeMode':_0x1185(0x80)}),React['createElement'](Text,{'style':[styles['platformName'],darkMode&&styles[_0x1185(0x6e)]]},_0x594a78[_0x1185(0x81)])),React[_0x1185(0x62)](Switch,{'value':_0x4d1b6b[_0x594a78['id']],'onValueChange':()=>_0x49a9fc(_0x594a78['id']),'trackColor':{'false':_0x1185(0x82),'true':_0x1185(0x83)},'thumbColor':_0x4d1b6b[_0x594a78['id']]?_0x1185(0x84):_0x1185(0x85)}))))),React[_0x1185(0x62)](View,{'style':[styles['footer'],darkMode&&styles[_0x1185(0x86)]]},React['createElement'](TouchableOpacity,{'style':styles[_0x1185(0x87)],'onPress':_0x4b9c95},React['createElement'](Text,{'style':[styles['footerButtonText'],darkMode&&styles[_0x1185(0x79)]]},'Cancel')),React['createElement'](TouchableOpacity,{'style':[styles[_0x1185(0x88)],darkMode&&styles[_0x1185(0x89)]],'onPress':_0x497216},React[_0x1185(0x62)](Text,{'style':[styles['footerButtonTextConfirm'],_0x88a5c4[_0x1185(0x8a)](darkMode,{'color':_0x88a5c4['JrKBI']})]},'Connect'))))))));};const styles=StyleSheet[_0x1185(0x8b)]({'modalOverlay':{'flex':0x1,'backgroundColor':_0x1185(0x8c),'justifyContent':'flex-end'},'bottomSheet':{'backgroundColor':_0x1185(0x8d),'borderTopLeftRadius':0x18,'borderTopRightRadius':0x18,'width':SCREEN_WIDTH,'height':SCREEN_HEIGHT*0.8,'overflow':'hidden'},'handleContainer':{'width':_0x1185(0x8e),'alignItems':_0x1185(0x8f),'paddingTop':0xc,'paddingBottom':0x8},'handle':{'width':0x28,'height':0x5,'borderRadius':0x3,'backgroundColor':_0x1185(0x90)},'darkHandle':{'backgroundColor':_0x1185(0x71)},'container':{'flex':0x1,'backgroundColor':'#fff'},'darkContainer':{'backgroundColor':_0x1185(0x91)},'header':{'padding':0x18,'alignItems':_0x1185(0x8f)},'darkHeader':{'backgroundColor':'#1A1A1A'},'headerContent':{'flexDirection':'row','alignItems':'center','justifyContent':_0x1185(0x8f),'marginBottom':0x10},'appIcon':{'width':0x30,'height':0x30,'borderRadius':0x10,'backgroundColor':'#F5F5F5','alignItems':_0x1185(0x8f),'justifyContent':'center'},'darkAppIcon':{'backgroundColor':_0x1185(0x92)},'appIconText':{'fontSize':0x18,'color':_0x1185(0x93)},'darkText':{'color':_0x1185(0x8d)},'arrow':{'marginHorizontal':0x10},'onairosIcon':{'width':0x30,'height':0x30,'borderRadius':0x10,'backgroundColor':_0x1185(0x94),'alignItems':_0x1185(0x8f),'justifyContent':_0x1185(0x8f)},'darkOnairosIcon':{'backgroundColor':_0x1185(0x92)},'onairosIconText':{'fontSize':0x18,'color':_0x1185(0x93)},'darkSubText':{'color':'#999'},'titleContainer':{'marginBottom':0x1e},'mainTitle':{'fontSize':0x16,'fontWeight':'600','color':_0x1185(0x93),'textAlign':_0x1185(0x8f),'marginBottom':0x10},'privacyMessage':{'fontSize':0xe,'color':_0x1185(0x71),'textAlign':_0x1185(0x8f),'marginBottom':0x10},'content':{'flex':0x1,'paddingHorizontal':0x18},'platformsContainer':{'marginTop':0x10},'platformItem':{'flexDirection':_0x1185(0x95),'justifyContent':'space-between','alignItems':_0x1185(0x8f),'padding':0x10,'backgroundColor':_0x1185(0x8d),'borderRadius':0x10,'marginBottom':0x10,'borderWidth':0x1,'borderColor':'#eee'},'darkPlatformItem':{'backgroundColor':_0x1185(0x92),'borderColor':'#333'},'platformInfo':{'flexDirection':_0x1185(0x95),'alignItems':'center'},'platformIcon':{'width':0x20,'height':0x20,'marginRight':0xc},'platformName':{'fontSize':0x10,'fontWeight':'500','color':_0x1185(0x93)},'footer':{'flexDirection':'row','alignItems':'center','justifyContent':_0x1185(0x96),'padding':0x18,'borderTopWidth':0x1,'borderTopColor':_0x1185(0x97),'backgroundColor':'#fff'},'darkFooter':{'backgroundColor':_0x1185(0x92),'borderTopColor':_0x1185(0x98)},'footerButtonCancel':{'paddingVertical':0x8,'paddingHorizontal':0x10},'darkFooterButton':{'backgroundColor':_0x1185(0x99)},'footerButtonConfirm':{'paddingVertical':0x10,'paddingHorizontal':0x20,'borderRadius':0x10,'backgroundColor':_0x1185(0x8d),'borderWidth':0x1,'borderColor':_0x1185(0x93)},'darkFooterButtonConfirm':{'backgroundColor':_0x1185(0x8d),'borderColor':'#fff'},'footerButtonText':{'color':_0x1185(0x71),'fontSize':0x10},'footerButtonTextConfirm':{'color':_0x1185(0x93),'fontSize':0x10,'fontWeight':_0x1185(0x9a)},'lightBackground':{'backgroundColor':_0x1185(0x8d)},'darkBackground':{'backgroundColor':_0x1185(0x91)}});function _0x47db(){const _0xef28f1=['get','window','Your\x20App','xRJZF','Development\x20mode\x20-\x20mock\x20account\x20info','getAccountInfo','YVaIV','object','ZplJs','Error\x20getting\x20account\x20info:','Gbign','mock-key','mock-token','jSwpt','MBVxH','kbMcv','function','local','devURL','EfZmN','HkXsP','jFTHn','qXdDd','fallback-token','Error\x20confirming\x20selection:','error-fallback-token','Failed\x20to\x20confirm\x20selection.\x20Please\x20try\x20again.','none','arrow_forward','#999','Connect\x20your\x20data\x20to\x20create\x20a\x20Persona\x20of\x20you,\x20to\x20connect\x20to\x20Cosmos','None\x20of\x20your\x20app\x20data\x20is\x20shared\x20with\x20ANYONE','wOTDF','KbKCb','DzOAe','Value','current','hEaNJ','KiSlr','RiCBS','keys','forEach','ZGXCK','HEjPT','nqsCc','BASE_URL','hFIDd','aVtXc','yAwPp','jqBTo','FKpJO','data','EzYJp','AccountInfo','User:\x20','XUQJw','fxKwn','error','acoVN','YlXPH','start','FqpvF','Mqjmd','select','pNdgu','YiVdP','fwJPM','jTUtC','bjCxa','DIJmV','qSvBD','izIHH','ITZvk','FFFeR','fJBeS','XUBWk','publicKey','HnTec','dLsjc','xGwXP','oHpbn','getAPIUrlMobile','ToaBa','token','RFobo','tIfuo','fJkvp','APIUrl','jqfku','xZgrI','IxNAc','HGgxn','BtTeU','hRAgb','cjzkl','TMIAS','alert','ylUwa','createElement','modalOverlay','View','darkContainer','interpolate','handleContainer','handle','darkHandle','container','header','darkHeader','darkAppIcon','darkText','gpHcX','ePwzd','#666','onairosIcon','darkOnairosIcon','onairosIconText','content','titleContainer','mainTitle','privacyMessage','darkSubText','MIVpl','platformsContainer','map','platformItem','darkPlatformItem','icon','contain','name','#767577','#81b0ff','#2196F3','#f4f3f4','darkFooter','footerButtonCancel','footerButtonConfirm','darkFooterButtonConfirm','VJNwf','create','rgba(0,\x200,\x200,\x200.5)','#fff','100%','center','#E0E0E0','#1A1A1A','#2A2A2A','#000','#F5F5F5','row','space-between','#eee','#333','transparent','600'];_0x47db=function(){return _0xef28f1;};return _0x47db();}
1
+ import React,{useState,useEffect,useCallback,useRef}from'react';function _0x47d0(){const _0x587290=['get','window','Your\x20App','Development\x20mode\x20-\x20mock\x20account\x20info','pXoXZ','Error\x20getting\x20account\x20info:','object','Error\x20getting\x20server\x20public\x20key:','Error\x20encrypting\x20model\x20key:','Error\x20confirming\x20selection:','error-fallback-token','Failed\x20to\x20confirm\x20selection.\x20Please\x20try\x20again.','YxdNJ','com.onairos.mock','unknown','YyEOx','public/key','QjBXj','faIiR','fxMdQ','devURL','fallback-token','LnzpA','Error','#999','Cancel','#000','BDvUn','whFZQ','Value','current','JyiXH','SRPwe','JoSBo','keys','forEach','StJrH','purLa','HTKNd','ZgBcm','XIQLo','BASE_URL','Knjbp','spring','start','sBsVJ','post','XzZFr','data','AccountInfo','User:\x20','QQsis','OeMtx','YNhsX','error','qIbrS','KcKXt','PRAnn','fcVsh','OiyPl','oujqD','LCSix','TyCTX','XFUjR','ePozV','ERYSN','RtyxX','yvDPJ','select','DaPkz','nGfNO','nixhX','mock-key','RniLS','njVeg','YuirT','Yzqnx','bpxjq','RZkGa','dHpdP','edTrs','lrSGs','nVdln','APIUrl','token','pJGau','OnPkT','twVsL','Dvfbk','otNKi','MIGhl','qwvaU','Lxsho','GuZop','ChWOB','JoUIA','oYWXr','Nimim','alert','EBXAD','createElement','none','modalOverlay','View','bottomSheet','darkContainer','interpolate','handle','darkHandle','container','darkHeader','headerContent','appIcon','darkAppIcon','darkText','charAt','arrow_forward','#666','arrow','onairosIcon','content','titleContainer','mainTitle','Connect\x20your\x20data\x20to\x20create\x20a\x20Persona\x20of\x20you,\x20to\x20connect\x20to\x20Cosmos','platformsContainer','platformItem','platformInfo','platformIcon','platformName','name','#767577','#f4f3f4','footer','darkFooter','footerButtonText','darkSubText','vWIWb','footerButtonConfirm','darkFooterButtonConfirm','footerButtonTextConfirm','xOqij','iSotm','BWwDq','create','rgba(0,\x200,\x200,\x200.5)','hidden','100%','#E0E0E0','#fff','#1A1A1A','center','#F5F5F5','#2A2A2A','600','space-between','#eee','#333','row','transparent'];_0x47d0=function(){return _0x587290;};return _0x47d0();}import{View,Text,StyleSheet,TouchableOpacity,ScrollView,Alert,Platform,Dimensions,Modal,Animated,TouchableWithoutFeedback,SafeAreaView,Image,Switch}from'react-native';import _0x2eeaa1 from'react-native-vector-icons/MaterialIcons';import{onairosApi}from'../api';import{encryptModelKey}from'../utils/encryption';function _0x83df(_0x47d09d,_0x83df96){_0x47d09d=_0x47d09d-0x0;const _0x4c2456=_0x47d0();let _0x47fda1=_0x4c2456[_0x47d09d];return _0x47fda1;}import{OVERLAY_PLATFORMS}from'../utils/assetRegistry';const {width:SCREEN_WIDTH,height:SCREEN_HEIGHT}=Dimensions[_0x83df(0x0)](_0x83df(0x1));import{API_CONFIG}from'../config/api';export const Overlay=({data:_0x37b483,username:_0x4ba1da,modelKey:_0x21672b,onResolved:_0x4ca70f,appName:appName=_0x83df(0x2),darkMode:darkMode=![],platforms:platforms=OVERLAY_PLATFORMS})=>{const _0x112f7b={'HTKNd':function(_0x31a0bc,_0x153ee5){return _0x31a0bc===_0x153ee5;},'ZgBcm':'TxmJC','XIQLo':'ckmPM','SRPwe':function(_0x289135,_0x33f917){return _0x289135===_0x33f917;},'JoSBo':'kedfG','nixhX':'mock-token','Knjbp':function(_0x5201ef){return _0x5201ef();},'sBsVJ':function(_0xcf3e85,_0x3da5c7){return _0xcf3e85(_0x3da5c7);},'KcKXt':_0x83df(0x3),'XzZFr':'getAccountInfo','QQsis':function(_0x22dae3,_0x24ce6c){return _0x22dae3(_0x24ce6c);},'OeMtx':function(_0x124076,_0x635fde){return _0x124076!==_0x635fde;},'YNhsX':_0x83df(0x4),'qIbrS':_0x83df(0x5),'whFZQ':function(_0x337320,_0x882c59){return _0x337320(_0x882c59);},'LCSix':function(_0x4f7db5,_0x18d2f8){return _0x4f7db5(_0x18d2f8);},'ERYSN':function(_0x46e408,_0x2d4c0c){return _0x46e408===_0x2d4c0c;},'RtyxX':_0x83df(0x6),'yvDPJ':function(_0x3316ac,_0x1275d9){return _0x3316ac(_0x1275d9);},'YuirT':_0x83df(0x7),'JyiXH':function(_0x44ae4b,_0xa29671,_0x323dcc){return _0x44ae4b(_0xa29671,_0x323dcc);},'lrSGs':_0x83df(0x8),'OnPkT':_0x83df(0x9),'oWqCi':function(_0x114741,_0x303ea2,_0x2f26d6,_0x31739e){return _0x114741(_0x303ea2,_0x2f26d6,_0x31739e);},'twVsL':_0x83df(0xa),'Dvfbk':function(_0x3961e0){return _0x3961e0();},'ChWOB':_0x83df(0xb),'XFUjR':function(_0x115387,_0x146b1f){return _0x115387!==_0x146b1f;},'ePozV':_0x83df(0xc),'yhmrB':_0x83df(0xd),'DaPkz':_0x83df(0xe),'nGfNO':_0x83df(0xf),'RniLS':_0x83df(0x10),'njVeg':_0x83df(0x11),'Yzqnx':'function','RZkGa':_0x83df(0x12),'edTrs':_0x83df(0x13),'CzrmW':function(_0x1e3359,_0x531b72,_0x171021){return _0x1e3359(_0x531b72,_0x171021);},'nowMS':'getAPIUrlMobile','nVdln':'local','uMBOH':_0x83df(0x14),'pJGau':'QWIoD','otNKi':function(_0x167d56,_0x2e0130,_0x5103c3,_0x14f62c){return _0x167d56(_0x2e0130,_0x5103c3,_0x14f62c);},'MIGhl':function(_0x1e3ae8,_0x591a41,_0x263e5b,_0x523d40){return _0x1e3ae8(_0x591a41,_0x263e5b,_0x523d40);},'qwvaU':_0x83df(0x15),'Lxsho':function(_0x5f31ff,_0x2d06c0){return _0x5f31ff===_0x2d06c0;},'GuZop':_0x83df(0x16),'JoUIA':function(_0x1aab32,_0x2bb84c){return _0x1aab32(_0x2bb84c);},'JeoHg':'oYWXr','EBXAD':_0x83df(0x17),'BDvUn':function(_0x1bb9f4,_0xa5bb9c){return _0x1bb9f4(_0xa5bb9c);},'TyCTX':function(_0x4081b5,_0x4993a4,_0x314392){return _0x4081b5(_0x4993a4,_0x314392);},'VNNod':_0x83df(0x18),'lSIQw':'None\x20of\x20your\x20app\x20data\x20is\x20shared\x20with\x20ANYONE','vWIWb':_0x83df(0x19),'xOqij':function(_0x79a3f3,_0x4b9700){return _0x79a3f3&&_0x4b9700;},'iSotm':_0x83df(0x1a),'BWwDq':'Connect'},[_0x1065d2,_0x1bc510]=_0x112f7b[_0x83df(0x1b)](useState,{}),[_0x379c60,_0xc9662f]=useState(''),[_0x2ef258,_0x25cd2a]=_0x112f7b[_0x83df(0x1c)](useState,!![]),[_0x5f5694,_0x41f8c5]=useState({}),_0x372af3=useRef(new Animated[(_0x83df(0x1d))](0x0))[_0x83df(0x1e)];_0x112f7b[_0x83df(0x1f)](useEffect,()=>{const _0x9e15a6={'StJrH':function(_0x56dc2e,_0x5da775){return _0x112f7b[_0x83df(0x20)](_0x56dc2e,_0x5da775);},'purLa':_0x112f7b[_0x83df(0x21)],'SHmoJ':_0x112f7b['nixhX']},_0xac88ff={};Object[_0x83df(0x22)](_0x37b483)[_0x83df(0x23)](_0x30da3a=>{_0x9e15a6[_0x83df(0x24)](_0x9e15a6[_0x83df(0x25)],_0x9e15a6[_0x83df(0x25)])?_0xac88ff[_0x30da3a]=![]:_0x53fdfa[_0x803da['id']]=![];}),_0x1bc510(_0xac88ff);const _0x44d106={};platforms[_0x83df(0x23)](_0xe5784a=>{if(_0x112f7b[_0x83df(0x26)](_0x112f7b[_0x83df(0x27)],_0x112f7b[_0x83df(0x28)])){_0x156bd5(''+_0x4d1cb7[_0x83df(0x29)],_0x9e15a6['SHmoJ'],{'username':_0x1124ef,'selections':_0x33e8ee,'platforms':_0x28d9e5}),_0x5be252();return;}else _0x44d106[_0xe5784a['id']]=![];}),_0x41f8c5(_0x44d106),_0x112f7b[_0x83df(0x2a)](_0x1fd06a),Animated[_0x83df(0x2b)](_0x372af3,{'toValue':0x1,'useNativeDriver':!![],'bounciness':0x0})[_0x83df(0x2c)]();},[]);const _0x1fd06a=async()=>{try{if(__DEV__){_0x112f7b[_0x83df(0x2d)](_0xc9662f,_0x112f7b['KcKXt']);return;}const _0xb431ea=await onairosApi[_0x83df(0x2e)](_0x112f7b[_0x83df(0x2f)],{'Info':{'username':_0x4ba1da}});if(_0xb431ea&&_0xb431ea[_0x83df(0x30)]){const _0x3192a5=_0x112f7b['SRPwe'](typeof _0xb431ea['data'],_0x83df(0x6))&&_0xb431ea['data'][_0x83df(0x31)]?_0xb431ea['data'][_0x83df(0x31)]:_0x83df(0x32)+_0x4ba1da;_0x112f7b[_0x83df(0x2d)](_0xc9662f,_0x3192a5);}else _0x112f7b[_0x83df(0x33)](_0xc9662f,'User:\x20'+_0x4ba1da);}catch(_0x499767){if(_0x112f7b[_0x83df(0x34)](_0x112f7b[_0x83df(0x35)],_0x83df(0x4))){const _0x531ed0={};_0x20d6b3[_0x83df(0x22)](_0x5eb2cb)['forEach'](_0x1b3061=>{_0x531ed0[_0x1b3061]=![];}),_0x5bac2a(_0x531ed0);const _0x2bb314={};_0x4d7433['forEach'](_0x39c3bb=>{_0x2bb314[_0x39c3bb['id']]=![];}),_0x44c2bd(_0x2bb314),_0x14b0c5(),Animated['spring'](_0x2523af,{'toValue':0x1,'useNativeDriver':!![],'bounciness':0x0})[_0x83df(0x2c)]();}else console[_0x83df(0x36)](_0x112f7b[_0x83df(0x37)],_0x499767),_0xc9662f(_0x83df(0x32)+_0x4ba1da);}},_0x2c7184=_0x112f7b[_0x83df(0x1f)](useCallback,()=>{Animated['timing'](_0x372af3,{'toValue':0x0,'duration':0xfa,'useNativeDriver':!![]})['start'](()=>{const _0x3b4ee9={'OiyPl':function(_0x5e6fa7,_0x52df40){return _0x5e6fa7(_0x52df40);},'oujqD':_0x112f7b[_0x83df(0x38)]};if(_0x83df(0x39)!==_0x83df(0x3a))_0x112f7b[_0x83df(0x1c)](_0x25cd2a,![]);else{_0x3b4ee9[_0x83df(0x3b)](_0x52706e,_0x3b4ee9[_0x83df(0x3c)]);return;}});},[_0x372af3]),_0x26c013=useCallback(_0x10f881=>{_0x112f7b[_0x83df(0x3d)](_0x41f8c5,_0x515732=>({..._0x515732,[_0x10f881]:!_0x515732[_0x10f881]}));},[]),_0x38d621=_0x112f7b[_0x83df(0x3e)](useCallback,async()=>{try{if(_0x112f7b[_0x83df(0x3f)](_0x112f7b[_0x83df(0x40)],_0x83df(0xc))){const _0x35b19b=_0x112f7b[_0x83df(0x41)](typeof _0x10ac61[_0x83df(0x30)],_0x112f7b[_0x83df(0x42)])&&_0x3f0db6[_0x83df(0x30)][_0x83df(0x31)]?_0x17bbfc[_0x83df(0x30)][_0x83df(0x31)]:_0x83df(0x32)+_0x2fa5ed;_0x112f7b[_0x83df(0x43)](_0x34a029,_0x35b19b);}else{const _0xdcdae6=Platform[_0x83df(0x44)]({'ios':_0x112f7b['yhmrB'],'android':_0x112f7b['yhmrB'],'default':_0x112f7b[_0x83df(0x45)]});if(__DEV__){if(_0x112f7b[_0x83df(0x20)](_0x83df(0xf),_0x112f7b[_0x83df(0x46)])){_0x4ca70f(''+API_CONFIG[_0x83df(0x29)],_0x112f7b[_0x83df(0x47)],{'username':_0x4ba1da,'selections':_0x1065d2,'platforms':_0x5f5694}),_0x2c7184();return;}else Alert['alert'](_0x83df(0x17),_0x2c3440,[{'text':'OK'}]);}let _0x303c23=_0x83df(0x48);try{const _0x4fd6d8=await onairosApi[_0x83df(0x0)](_0x112f7b[_0x83df(0x49)]);_0x4fd6d8&&_0x4fd6d8[_0x83df(0x30)]&&typeof _0x4fd6d8[_0x83df(0x30)]===_0x112f7b[_0x83df(0x42)]&&(_0x112f7b[_0x83df(0x20)](_0x112f7b['njVeg'],_0x112f7b[_0x83df(0x4a)])?_0x303c23=_0x4fd6d8['data']['publicKey']||_0x83df(0x48):_0x484270[_0x83df(0x36)](_0x112f7b[_0x83df(0x4b)],_0x53c783));}catch(_0x307c9b){console[_0x83df(0x36)](_0x112f7b[_0x83df(0x4b)],_0x307c9b);}let _0x10b085=_0x21672b;if(_0x112f7b[_0x83df(0x41)](typeof encryptModelKey,_0x112f7b[_0x83df(0x4c)])&&_0x303c23){if(_0x83df(0x4d)===_0x112f7b[_0x83df(0x4e)])_0x551412(_0x83df(0xb));else try{if(_0x112f7b[_0x83df(0x3f)](_0x83df(0x4f),_0x112f7b[_0x83df(0x50)]))_0x10b085=_0x112f7b['CzrmW'](encryptModelKey,_0x303c23,_0x21672b);else try{_0x2ca4cb=_0x112f7b[_0x83df(0x1f)](_0x2bc273,_0x3d4688,_0x58a50f);}catch(_0x3052cc){_0x4b00ee[_0x83df(0x36)](_0x112f7b[_0x83df(0x51)],_0x3052cc);}}catch(_0x3456ff){console['error'](_0x112f7b[_0x83df(0x51)],_0x3456ff);}}const _0x5550aa=await onairosApi['post'](_0x112f7b['nowMS'],{'Info':{'storage':_0x112f7b[_0x83df(0x52)],'appId':_0xdcdae6,'confirmations':_0x1065d2,'developerURL':_0x112f7b['uMBOH'],'EncryptedUserPin':_0x10b085,'username':_0x4ba1da,'platforms':_0x5f5694}});_0x5550aa&&_0x5550aa['data']&&_0x5550aa[_0x83df(0x30)][_0x83df(0x53)]&&_0x5550aa[_0x83df(0x30)][_0x83df(0x54)]?_0x112f7b[_0x83df(0x55)]!==_0x112f7b[_0x83df(0x55)]?(_0xb29a99[_0x83df(0x36)](_0x112f7b[_0x83df(0x56)],_0x3e582f),_0x3999b5?(_0x112f7b['oWqCi'](_0xa3b65a,''+_0x2b8417[_0x83df(0x29)],_0x112f7b[_0x83df(0x57)],{'username':_0x30c535,'selections':_0x485385,'platforms':_0x3c8015,'error':!![]}),_0x112f7b[_0x83df(0x58)](_0x9454ff)):_0xd84326(_0x112f7b['ChWOB'])):(_0x112f7b[_0x83df(0x59)](_0x4ca70f,_0x5550aa[_0x83df(0x30)][_0x83df(0x53)],_0x5550aa[_0x83df(0x30)][_0x83df(0x54)],{'username':_0x4ba1da,'selections':_0x1065d2,'platforms':_0x5f5694}),_0x112f7b[_0x83df(0x58)](_0x2c7184)):(_0x112f7b[_0x83df(0x5a)](_0x4ca70f,''+API_CONFIG[_0x83df(0x29)],_0x112f7b[_0x83df(0x5b)],{'username':_0x4ba1da,'selections':_0x1065d2,'platforms':_0x5f5694}),_0x2c7184());}}catch(_0x31a27e){console['error'](_0x112f7b[_0x83df(0x56)],_0x31a27e),__DEV__?(_0x112f7b[_0x83df(0x5a)](_0x4ca70f,''+API_CONFIG[_0x83df(0x29)],_0x112f7b[_0x83df(0x57)],{'username':_0x4ba1da,'selections':_0x1065d2,'platforms':_0x5f5694,'error':!![]}),_0x112f7b[_0x83df(0x2a)](_0x2c7184)):_0x112f7b[_0x83df(0x5c)](_0x112f7b[_0x83df(0x5d)],'BvoUd')?_0x17355b=_0x27a7a3[_0x83df(0x30)]['publicKey']||_0x83df(0x48):_0x5d1de7(_0x112f7b[_0x83df(0x5e)]);}},[_0x1065d2,_0x4ba1da,_0x21672b,_0x4ca70f,_0x2c7184,_0x5f5694]),_0x5d1de7=_0x405c2c=>{const _0x10b2dc={'Nimim':function(_0x265498,_0x587711){return _0x112f7b[_0x83df(0x5f)](_0x265498,_0x587711);}};_0x112f7b[_0x83df(0x3f)](_0x112f7b['JeoHg'],_0x83df(0x60))?_0x10b2dc[_0x83df(0x61)](_0x498489,_0x83df(0x32)+_0x165e47):Alert[_0x83df(0x62)](_0x112f7b[_0x83df(0x63)],_0x405c2c,[{'text':'OK'}]);};return React[_0x83df(0x64)](Modal,{'visible':_0x2ef258,'transparent':!![],'animationType':_0x83df(0x65),'statusBarTranslucent':!![],'onRequestClose':_0x2c7184},React[_0x83df(0x64)](TouchableOpacity,{'style':styles[_0x83df(0x66)],'activeOpacity':0x1,'onPress':_0x2c7184},React[_0x83df(0x64)](TouchableWithoutFeedback,{'onPress':_0x18e7eb=>_0x18e7eb['stopPropagation']()},React[_0x83df(0x64)](Animated[_0x83df(0x67)],{'style':[styles[_0x83df(0x68)],darkMode&&styles[_0x83df(0x69)],{'transform':[{'translateY':_0x372af3[_0x83df(0x6a)]({'inputRange':[0x0,0x1],'outputRange':[SCREEN_HEIGHT,0x0]})}]}]},React['createElement'](View,{'style':styles['handleContainer']},React[_0x83df(0x64)](View,{'style':[styles[_0x83df(0x6b)],darkMode&&styles[_0x83df(0x6c)]]})),React[_0x83df(0x64)](SafeAreaView,{'style':[styles[_0x83df(0x6d)],darkMode&&styles[_0x83df(0x69)]]},React[_0x83df(0x64)](View,{'style':[styles['header'],darkMode&&styles[_0x83df(0x6e)]]},React[_0x83df(0x64)](View,{'style':styles[_0x83df(0x6f)]},React[_0x83df(0x64)](View,{'style':[styles[_0x83df(0x70)],darkMode&&styles[_0x83df(0x71)]]},React['createElement'](Text,{'style':[styles['appIconText'],darkMode&&styles[_0x83df(0x72)]]},appName[_0x83df(0x73)](0x0))),React[_0x83df(0x64)](_0x2eeaa1,{'name':_0x83df(0x74),'size':0x18,'color':darkMode?_0x112f7b['VNNod']:_0x83df(0x75),'style':styles[_0x83df(0x76)]}),React['createElement'](View,{'style':[styles[_0x83df(0x77)],darkMode&&styles['darkOnairosIcon']]},React[_0x83df(0x64)](Text,{'style':[styles['onairosIconText'],darkMode&&styles[_0x83df(0x72)]]},'O')))),React[_0x83df(0x64)](ScrollView,{'style':styles[_0x83df(0x78)]},React[_0x83df(0x64)](View,{'style':styles[_0x83df(0x79)]},React[_0x83df(0x64)](Text,{'style':[styles[_0x83df(0x7a)],darkMode&&styles[_0x83df(0x72)]]},_0x83df(0x7b)),React[_0x83df(0x64)](Text,{'style':[styles['privacyMessage'],darkMode&&styles['darkSubText']]},_0x112f7b['lSIQw'])),React[_0x83df(0x64)](View,{'style':styles[_0x83df(0x7c)]},platforms['map'](_0x2fa456=>React[_0x83df(0x64)](View,{'key':_0x2fa456['id'],'style':[styles[_0x83df(0x7d)],darkMode&&styles['darkPlatformItem']]},React['createElement'](View,{'style':styles[_0x83df(0x7e)]},React['createElement'](Image,{'source':_0x2fa456['icon'],'style':styles[_0x83df(0x7f)],'resizeMode':'contain'}),React[_0x83df(0x64)](Text,{'style':[styles[_0x83df(0x80)],darkMode&&styles['darkText']]},_0x2fa456[_0x83df(0x81)])),React['createElement'](Switch,{'value':_0x5f5694[_0x2fa456['id']],'onValueChange':()=>_0x26c013(_0x2fa456['id']),'trackColor':{'false':_0x83df(0x82),'true':'#81b0ff'},'thumbColor':_0x5f5694[_0x2fa456['id']]?'#2196F3':_0x83df(0x83)}))))),React[_0x83df(0x64)](View,{'style':[styles[_0x83df(0x84)],darkMode&&styles[_0x83df(0x85)]]},React[_0x83df(0x64)](TouchableOpacity,{'style':styles['footerButtonCancel'],'onPress':_0x2c7184},React['createElement'](Text,{'style':[styles[_0x83df(0x86)],darkMode&&styles[_0x83df(0x87)]]},_0x112f7b[_0x83df(0x88)])),React[_0x83df(0x64)](TouchableOpacity,{'style':[styles[_0x83df(0x89)],darkMode&&styles[_0x83df(0x8a)]],'onPress':_0x38d621},React[_0x83df(0x64)](Text,{'style':[styles[_0x83df(0x8b)],_0x112f7b[_0x83df(0x8c)](darkMode,{'color':_0x112f7b[_0x83df(0x8d)]})]},_0x112f7b[_0x83df(0x8e)]))))))));};const styles=StyleSheet[_0x83df(0x8f)]({'modalOverlay':{'flex':0x1,'backgroundColor':_0x83df(0x90),'justifyContent':'flex-end'},'bottomSheet':{'backgroundColor':'#fff','borderTopLeftRadius':0x18,'borderTopRightRadius':0x18,'width':SCREEN_WIDTH,'height':SCREEN_HEIGHT*0.8,'overflow':_0x83df(0x91)},'handleContainer':{'width':_0x83df(0x92),'alignItems':'center','paddingTop':0xc,'paddingBottom':0x8},'handle':{'width':0x28,'height':0x5,'borderRadius':0x3,'backgroundColor':_0x83df(0x93)},'darkHandle':{'backgroundColor':_0x83df(0x75)},'container':{'flex':0x1,'backgroundColor':_0x83df(0x94)},'darkContainer':{'backgroundColor':_0x83df(0x95)},'header':{'padding':0x18,'alignItems':_0x83df(0x96)},'darkHeader':{'backgroundColor':_0x83df(0x95)},'headerContent':{'flexDirection':'row','alignItems':_0x83df(0x96),'justifyContent':'center','marginBottom':0x10},'appIcon':{'width':0x30,'height':0x30,'borderRadius':0x10,'backgroundColor':_0x83df(0x97),'alignItems':_0x83df(0x96),'justifyContent':_0x83df(0x96)},'darkAppIcon':{'backgroundColor':_0x83df(0x98)},'appIconText':{'fontSize':0x18,'color':_0x83df(0x1a)},'darkText':{'color':_0x83df(0x94)},'arrow':{'marginHorizontal':0x10},'onairosIcon':{'width':0x30,'height':0x30,'borderRadius':0x10,'backgroundColor':_0x83df(0x97),'alignItems':_0x83df(0x96),'justifyContent':_0x83df(0x96)},'darkOnairosIcon':{'backgroundColor':_0x83df(0x98)},'onairosIconText':{'fontSize':0x18,'color':'#000'},'darkSubText':{'color':'#999'},'titleContainer':{'marginBottom':0x1e},'mainTitle':{'fontSize':0x16,'fontWeight':_0x83df(0x99),'color':_0x83df(0x1a),'textAlign':_0x83df(0x96),'marginBottom':0x10},'privacyMessage':{'fontSize':0xe,'color':_0x83df(0x75),'textAlign':_0x83df(0x96),'marginBottom':0x10},'content':{'flex':0x1,'paddingHorizontal':0x18},'platformsContainer':{'marginTop':0x10},'platformItem':{'flexDirection':'row','justifyContent':_0x83df(0x9a),'alignItems':'center','padding':0x10,'backgroundColor':_0x83df(0x94),'borderRadius':0x10,'marginBottom':0x10,'borderWidth':0x1,'borderColor':_0x83df(0x9b)},'darkPlatformItem':{'backgroundColor':_0x83df(0x98),'borderColor':_0x83df(0x9c)},'platformInfo':{'flexDirection':_0x83df(0x9d),'alignItems':_0x83df(0x96)},'platformIcon':{'width':0x20,'height':0x20,'marginRight':0xc},'platformName':{'fontSize':0x10,'fontWeight':'500','color':_0x83df(0x1a)},'footer':{'flexDirection':'row','alignItems':_0x83df(0x96),'justifyContent':_0x83df(0x9a),'padding':0x18,'borderTopWidth':0x1,'borderTopColor':_0x83df(0x9b),'backgroundColor':_0x83df(0x94)},'darkFooter':{'backgroundColor':_0x83df(0x98),'borderTopColor':'#333'},'footerButtonCancel':{'paddingVertical':0x8,'paddingHorizontal':0x10},'darkFooterButton':{'backgroundColor':_0x83df(0x9e)},'footerButtonConfirm':{'paddingVertical':0x10,'paddingHorizontal':0x20,'borderRadius':0x10,'backgroundColor':'#fff','borderWidth':0x1,'borderColor':'#000'},'darkFooterButtonConfirm':{'backgroundColor':_0x83df(0x94),'borderColor':'#fff'},'footerButtonText':{'color':_0x83df(0x75),'fontSize':0x10},'footerButtonTextConfirm':{'color':_0x83df(0x1a),'fontSize':0x10,'fontWeight':_0x83df(0x99)},'lightBackground':{'backgroundColor':_0x83df(0x94)},'darkBackground':{'backgroundColor':'#1A1A1A'}});
@@ -1 +1 @@
1
- import React,{useEffect,useRef,useState}from'react';import{View,StyleSheet}from'react-native';import _0x307df8 from'lottie-react-native';function _0x3b4c(){const _0x2a54dd=['Kkfoc','aOkBx','0|2|4|1|3','tInqS','jTclT','eVPUs','UvWHg','ICdbq','GTtXe','mFFHm','HBNfU','RhdWF','current','UZRrp','split','scKmK','GNXLl','cgsjS','QvzqJ','Yggtt','aBgTn','llfCg','nUyVC','iePGl','now','UUfVD','min','MqFGr','wOGHG','cPPqV','JBhuf','xgMuF','kDXEM','GQeCh','hNsCF','XvlRJ','wNUUy','lGSOZ','XpCOw','KTuWa','YJgwu','EhLaJ','createElement','container','persona','hPmFZ','create','center','100%'];_0x3b4c=function(){return _0x2a54dd;};return _0x3b4c();}import{ANIMATIONS}from'../utils/assetRegistry';const PersonaImage=({level:_0x1bb0fe,style:_0x4b513e,disableAnimation:disableAnimation=![]})=>{const _0x331c40={'GTtXe':function(_0x8ef62b,_0x594be5){return _0x8ef62b(_0x594be5);},'QvzqJ':function(_0x1b3cc2,_0x44aee9){return _0x1b3cc2-_0x44aee9;},'Yggtt':function(_0x594d13,_0x17f872){return _0x594d13*_0x17f872;},'aBgTn':function(_0x371688,_0xdc9324){return _0x371688+_0xdc9324;},'llfCg':function(_0x4eb840,_0x5d3794){return _0x4eb840(_0x5d3794);},'WYiaQ':function(_0xe59ef9,_0x51e408){return _0xe59ef9<_0x51e408;},'nUyVC':function(_0x423729,_0x3e8cdf){return _0x423729===_0x3e8cdf;},'iePGl':_0x2c19(0x0),'ICdbq':function(_0x27ae48,_0x3fe031){return _0x27ae48!==_0x3fe031;},'forNO':function(_0x1be754,_0x56e390){return _0x1be754!==_0x56e390;},'mFFHm':function(_0x1d9e23,_0x54c2ca){return _0x1d9e23!==_0x54c2ca;},'IjavZ':_0x2c19(0x1),'HBNfU':'YKQPI','UZRrp':function(_0x4fe3fb,_0xc80997){return _0x4fe3fb(_0xc80997);},'hSeAq':_0x2c19(0x2),'scKmK':function(_0x3c626b,_0x58e706){return _0x3c626b!==_0x58e706;},'GNXLl':_0x2c19(0x3),'jTclT':function(_0x4256ba,_0xa9f0f9){return _0x4256ba(_0xa9f0f9);},'cgsjS':function(_0x4edabf,_0x4ffbfb,_0x3fc2be){return _0x4edabf(_0x4ffbfb,_0x3fc2be);},'UmddZ':function(_0x139ec9,_0x41664e){return _0x139ec9(_0x41664e);},'eVPUs':function(_0x2af3b3,_0x5de40f){return _0x2af3b3(_0x5de40f);},'UvWHg':function(_0x1af135,_0x402523){return _0x1af135(_0x402523);},'hPmFZ':'contain'},_0x414194=useRef(null),_0x5ea313=[0x0,0.2,0.35,0.52,0.8],_0x33c4ae=_0x14e7bb=>_0x5ea313[_0x14e7bb-0x1]||0x0,[_0x283b2d,_0x30f7d2]=_0x331c40[_0x2c19(0x4)](useState,_0x33c4ae(_0x1bb0fe)),_0x372034=_0x331c40['UmddZ'](useRef,_0x331c40[_0x2c19(0x4)](_0x33c4ae,_0x1bb0fe)),_0x244aad=_0x331c40[_0x2c19(0x4)](useRef,_0x1bb0fe),_0xdc385f=_0x331c40[_0x2c19(0x5)](useRef,null),_0x4fd30d=_0x331c40[_0x2c19(0x6)](useRef,null),_0x10eb7f=useRef(!![]);return _0x331c40['cgsjS'](useEffect,()=>{const _0x478102={'OmMMc':function(_0x16da85,_0x135088){return _0x331c40[_0x2c19(0x7)](_0x16da85,_0x135088);},'EhLaJ':function(_0x37f432,_0x1e34ed){return _0x331c40['GTtXe'](_0x37f432,_0x1e34ed);},'XpCOw':function(_0x15b078,_0x31236a){return _0x331c40['forNO'](_0x15b078,_0x31236a);},'KTuWa':function(_0x3173c4,_0x261e51){return _0x331c40[_0x2c19(0x8)](_0x3173c4,_0x261e51);},'ZjFoQ':function(_0x559637,_0x25425b){return _0x331c40[_0x2c19(0x9)](_0x559637,_0x25425b);},'YJgwu':_0x331c40['IjavZ']};if(_0x331c40[_0x2c19(0xa)]===_0x2c19(0xb))_0x4cc3d0[_0x2c19(0xc)]=null;else{const _0x197f97=_0x331c40[_0x2c19(0xd)](_0x33c4ae,_0x1bb0fe);if(_0x10eb7f[_0x2c19(0xc)]){const _0x4006c4=_0x331c40['hSeAq'][_0x2c19(0xe)]('|');let _0x31da17=0x0;while(!![]){switch(_0x4006c4[_0x31da17++]){case'0':_0x372034[_0x2c19(0xc)]=_0x197f97;continue;case'1':_0x10eb7f[_0x2c19(0xc)]=![];continue;case'2':_0x30f7d2(_0x197f97);continue;case'3':return;case'4':_0x244aad[_0x2c19(0xc)]=_0x1bb0fe;continue;}break;}}if(disableAnimation){if(_0x331c40[_0x2c19(0xf)](_0x331c40[_0x2c19(0x10)],'tInqS'))_0x429b6f[_0x2c19(0xc)]=_0x331c40[_0x2c19(0x8)](_0x2da01b,_0x1046b2);else{_0x372034[_0x2c19(0xc)]=_0x197f97,_0x331c40[_0x2c19(0xd)](_0x30f7d2,_0x197f97),_0x244aad[_0x2c19(0xc)]=_0x1bb0fe;return;}}if(_0x331c40['nUyVC'](_0x244aad[_0x2c19(0xc)],_0x1bb0fe))return;_0xdc385f[_0x2c19(0xc)]!==null&&(_0x331c40[_0x2c19(0x4)](cancelAnimationFrame,_0xdc385f['current']),_0xdc385f[_0x2c19(0xc)]=null);_0x4fd30d['current']!==null&&(_0x331c40[_0x2c19(0x4)](clearTimeout,_0x4fd30d['current']),_0x4fd30d[_0x2c19(0xc)]=null);const _0x4d498b=0x96,_0xf8bf=0xc80;return _0x4fd30d['current']=_0x331c40[_0x2c19(0x11)](setTimeout,()=>{const _0x11b04d={'UUfVD':function(_0x4d1f0a,_0xd44738){return _0x331c40[_0x2c19(0x12)](_0x4d1f0a,_0xd44738);},'nQKCu':function(_0x2ce49c,_0x53482d){return _0x2ce49c/_0x53482d;},'MqFGr':function(_0xbe1f3c,_0x1cf838){return _0x331c40[_0x2c19(0x13)](_0xbe1f3c,_0x1cf838);},'wOGHG':function(_0x2da64d,_0x4afcc2){return _0x331c40[_0x2c19(0x14)](_0x2da64d,_0x4afcc2);},'cPPqV':function(_0x51d4a9,_0x323f83){return _0x331c40[_0x2c19(0x13)](_0x51d4a9,_0x323f83);},'JBhuf':function(_0x10fcf,_0x149a29){return _0x331c40[_0x2c19(0x15)](_0x10fcf,_0x149a29);},'xgMuF':function(_0x36ad29,_0x467580){return _0x331c40['WYiaQ'](_0x36ad29,_0x467580);},'kDXEM':function(_0x2641bb,_0x19f381){return _0x331c40[_0x2c19(0x8)](_0x2641bb,_0x19f381);},'GQeCh':function(_0x2e24aa,_0x54442c){return _0x2e24aa*_0x54442c;},'UmSZh':function(_0x4b8a05,_0x91e23e){return _0x331c40[_0x2c19(0x14)](_0x4b8a05,_0x91e23e);},'hNsCF':function(_0xb8bfe2,_0x318819){return _0x331c40[_0x2c19(0x13)](_0xb8bfe2,_0x318819);},'XvlRJ':function(_0x46ae40,_0x603a39){return _0x331c40[_0x2c19(0x13)](_0x46ae40,_0x603a39);},'wNUUy':function(_0x1e43a8,_0xd92008){return _0x331c40['aBgTn'](_0x1e43a8,_0xd92008);},'lGSOZ':function(_0x3a65e3,_0x4a5f86){return _0x331c40[_0x2c19(0x8)](_0x3a65e3,_0x4a5f86);},'QoHEh':function(_0x5b46ed,_0x23daee){return _0x331c40[_0x2c19(0x8)](_0x5b46ed,_0x23daee);}};if(_0x331c40[_0x2c19(0x16)](_0x331c40[_0x2c19(0x17)],_0x331c40[_0x2c19(0x17)])){const _0xc28ff9=_0x372034[_0x2c19(0xc)],_0x3261e2=Date[_0x2c19(0x18)](),_0x5cc75a=()=>{const _0x38dd78=_0x11b04d[_0x2c19(0x19)](Date[_0x2c19(0x18)](),_0x3261e2),_0x4323dd=Math[_0x2c19(0x1a)](_0x11b04d['nQKCu'](_0x38dd78,_0xf8bf),0x1),_0x80dc2b=_0x4323dd<0.5?_0x11b04d['MqFGr'](0x2,_0x4323dd)*_0x4323dd:-0x1+_0x11b04d['MqFGr'](_0x11b04d[_0x2c19(0x19)](0x4,_0x11b04d[_0x2c19(0x1b)](0x2,_0x4323dd)),_0x4323dd),_0x4e94b2=_0x11b04d[_0x2c19(0x1c)](_0xc28ff9,_0x11b04d[_0x2c19(0x1d)](_0x11b04d[_0x2c19(0x19)](_0x197f97,_0xc28ff9),_0x80dc2b));_0x372034[_0x2c19(0xc)]=_0x4e94b2,_0x11b04d[_0x2c19(0x1e)](_0x30f7d2,_0x4e94b2),_0x11b04d[_0x2c19(0x1f)](_0x4323dd,0x1)?_0xdc385f[_0x2c19(0xc)]=_0x11b04d[_0x2c19(0x20)](requestAnimationFrame,_0x5cc75a):_0xdc385f[_0x2c19(0xc)]=null;};_0xdc385f[_0x2c19(0xc)]=requestAnimationFrame(_0x5cc75a);}else{const _0x5e1ed6=_0x434434[_0x2c19(0xc)],_0x390229=_0x346e44[_0x2c19(0x18)](),_0x1da4e8=()=>{const _0xb534b=_0x340491[_0x2c19(0x18)]()-_0x390229,_0x5d9816=_0xd65e01[_0x2c19(0x1a)](_0xb534b/_0x254347,0x1),_0x585c33=_0x5d9816<0.5?_0x11b04d[_0x2c19(0x1b)](_0x11b04d[_0x2c19(0x21)](0x2,_0x5d9816),_0x5d9816):_0x11b04d['UmSZh'](-0x1,_0x11b04d[_0x2c19(0x22)](_0x11b04d[_0x2c19(0x19)](0x4,_0x11b04d[_0x2c19(0x23)](0x2,_0x5d9816)),_0x5d9816)),_0x2b35a7=_0x11b04d[_0x2c19(0x24)](_0x5e1ed6,_0x11b04d[_0x2c19(0x21)](_0x11b04d[_0x2c19(0x19)](_0x20d137,_0x5e1ed6),_0x585c33));_0x1514fa[_0x2c19(0xc)]=_0x2b35a7,_0x11b04d[_0x2c19(0x25)](_0x22ba53,_0x2b35a7),_0x11b04d[_0x2c19(0x1f)](_0x5d9816,0x1)?_0x36a525[_0x2c19(0xc)]=_0x11b04d['QoHEh'](_0x112ff5,_0x1da4e8):_0x124a74[_0x2c19(0xc)]=null;};_0x57367c[_0x2c19(0xc)]=_0x2d5f07(_0x1da4e8);}},_0x4d498b),_0x244aad[_0x2c19(0xc)]=_0x1bb0fe,()=>{_0x478102[_0x2c19(0x26)](_0xdc385f[_0x2c19(0xc)],null)&&(_0x478102[_0x2c19(0x27)](cancelAnimationFrame,_0xdc385f[_0x2c19(0xc)]),_0xdc385f[_0x2c19(0xc)]=null),_0x478102['ZjFoQ'](_0x4fd30d[_0x2c19(0xc)],null)&&(_0x478102['YJgwu']===_0x478102[_0x2c19(0x28)]?(_0x478102[_0x2c19(0x27)](clearTimeout,_0x4fd30d[_0x2c19(0xc)]),_0x4fd30d['current']=null):(_0x478102['OmMMc'](_0x4e1329['current'],null)&&(_0x1dae02(_0x468fdf[_0x2c19(0xc)]),_0x508de9[_0x2c19(0xc)]=null),_0x478102['OmMMc'](_0x5bfcbd['current'],null)&&(_0x478102[_0x2c19(0x29)](_0x2e2ba4,_0x2ff049[_0x2c19(0xc)]),_0x599a0a[_0x2c19(0xc)]=null)));};}},[_0x1bb0fe,disableAnimation]),React[_0x2c19(0x2a)](View,{'style':[styles[_0x2c19(0x2b)],_0x4b513e]},React[_0x2c19(0x2a)](_0x307df8,{'ref':_0x414194,'source':ANIMATIONS[_0x2c19(0x2c)],'progress':_0x283b2d,'loop':![],'autoPlay':![],'style':styles['animation'],'resizeMode':_0x331c40[_0x2c19(0x2d)]}));},styles=StyleSheet[_0x2c19(0x2e)]({'container':{'width':0xc8,'height':0xc8,'alignItems':_0x2c19(0x2f),'justifyContent':_0x2c19(0x2f)},'animation':{'width':_0x2c19(0x30),'height':_0x2c19(0x30)}});function _0x2c19(_0x3b4c4f,_0x2c1957){_0x3b4c4f=_0x3b4c4f-0x0;const _0x2674b6=_0x3b4c();let _0x492cf5=_0x2674b6[_0x3b4c4f];return _0x492cf5;}export default PersonaImage;
1
+ import React,{useEffect,useRef,useState}from'react';function _0x459f(_0x587ee1,_0x459f41){_0x587ee1=_0x587ee1-0x0;const _0xdb884e=_0x587e();let _0x40864=_0xdb884e[_0x587ee1];return _0x40864;}import{View,StyleSheet}from'react-native';import _0x18c40e from'lottie-react-native';import{ANIMATIONS}from'../utils/assetRegistry';const PersonaImage=({level:_0x65c92c,style:_0x2a5308,disableAnimation:disableAnimation=![]})=>{const _0x28c886={'sehuU':function(_0x4fed2f,_0x29257b){return _0x4fed2f(_0x29257b);},'HuJQo':function(_0x2d3215,_0x57c2b4){return _0x2d3215===_0x57c2b4;},'hrRgZ':_0x459f(0x0),'pmUbk':function(_0x3324a0,_0x1f70bb){return _0x3324a0-_0x1f70bb;},'CALfk':function(_0x307d2d,_0x2d46c6){return _0x307d2d/_0x2d46c6;},'YOMae':function(_0x1cd97b,_0x3eb8cb){return _0x1cd97b*_0x3eb8cb;},'WTDNu':function(_0x2e72ba,_0x3c2a1a){return _0x2e72ba*_0x3c2a1a;},'kiKPm':function(_0x311cb7,_0x3731f1){return _0x311cb7(_0x3731f1);},'CKBkT':function(_0x357078,_0x393d42){return _0x357078<_0x393d42;},'jDKYm':_0x459f(0x1),'TgREw':function(_0x33e549,_0x4564a0){return _0x33e549(_0x4564a0);},'TOaSK':function(_0xf74dc2,_0x5ea218){return _0xf74dc2*_0x5ea218;},'yFozN':function(_0x2f4bdd,_0x5c9674){return _0x2f4bdd+_0x5c9674;},'lDAEA':function(_0x23b375,_0x364fef){return _0x23b375-_0x364fef;},'zKKhp':function(_0x3b68c9,_0x3302d3){return _0x3b68c9<_0x3302d3;},'pIzwR':function(_0x56c928,_0x1de890){return _0x56c928!==_0x1de890;},'Tstkj':'OMrqV','gQBcu':_0x459f(0x2),'dBDAW':function(_0x1e9cc1,_0x2971cb){return _0x1e9cc1!==_0x2971cb;},'YUmZn':_0x459f(0x3),'FADpS':'EifrW','zZDOs':function(_0x140743,_0x379e4e){return _0x140743(_0x379e4e);},'PuYqX':function(_0x558a27,_0x27a892){return _0x558a27+_0x27a892;},'VvyZS':function(_0x4eba3a,_0x3c5843){return _0x4eba3a(_0x3c5843);},'NCmQM':_0x459f(0x4),'ARjqI':function(_0x1aee19,_0x11ad09){return _0x1aee19(_0x11ad09);},'Syljt':function(_0x107b95,_0x1609a8){return _0x107b95!==_0x1609a8;},'ZqWVZ':function(_0x4c9785,_0x1c4165){return _0x4c9785(_0x1c4165);},'PpHEq':function(_0x187f07,_0x29b841){return _0x187f07!==_0x29b841;},'PbOHN':function(_0x2ceaa9,_0x28e0ef){return _0x2ceaa9(_0x28e0ef);},'GIGeX':function(_0x24df66,_0x216a1a,_0x53c02e){return _0x24df66(_0x216a1a,_0x53c02e);},'UanRU':function(_0xe28075,_0x5d3f42){return _0xe28075(_0x5d3f42);},'bhXsk':function(_0x179dc6,_0x951125){return _0x179dc6(_0x951125);},'VfbJB':function(_0x14a59f,_0x5c8404){return _0x14a59f(_0x5c8404);}},_0x57135c=_0x28c886[_0x459f(0x5)](useRef,null),_0x5e82df=[0x0,0.2,0.35,0.52,0.8],_0x1ba670=_0x814083=>_0x5e82df[_0x814083-0x1]||0x0,[_0x825788,_0x5b7f3f]=_0x28c886[_0x459f(0x6)](useState,_0x28c886[_0x459f(0x7)](_0x1ba670,_0x65c92c)),_0x3b4987=useRef(_0x1ba670(_0x65c92c)),_0x3b04a1=_0x28c886[_0x459f(0x8)](useRef,_0x65c92c),_0x51027c=useRef(null),_0x5ee842=_0x28c886[_0x459f(0x6)](useRef,null),_0x717e5f=_0x28c886['PbOHN'](useRef,!![]);return _0x28c886[_0x459f(0x9)](useEffect,()=>{const _0x4acdd7={'JWYDA':function(_0x459bee,_0x158940){return _0x28c886['sehuU'](_0x459bee,_0x158940);},'kfbzV':function(_0x3f66bb,_0x3eccd7){return _0x3f66bb-_0x3eccd7;},'NZAzV':function(_0x4386ca,_0x54461a){return _0x4386ca*_0x54461a;},'ZVAzb':function(_0x2e8c39,_0x4f4b4b){return _0x28c886[_0x459f(0xa)](_0x2e8c39,_0x4f4b4b);},'bYwZa':function(_0x40400b,_0x17ce55){return _0x28c886['PuYqX'](_0x40400b,_0x17ce55);},'fAIEk':function(_0x4eee88,_0xfb0fe3){return _0x28c886[_0x459f(0xb)](_0x4eee88,_0xfb0fe3);},'HsadE':function(_0x3086f5,_0xf376c1){return _0x28c886[_0x459f(0xc)](_0x3086f5,_0xf376c1);},'ITpkr':function(_0x389fce,_0x4366f1){return _0x28c886[_0x459f(0xd)](_0x389fce,_0x4366f1);},'XkPci':function(_0x108f1f,_0x21aad7){return _0x28c886[_0x459f(0xa)](_0x108f1f,_0x21aad7);}},_0x1b7dc0=_0x28c886[_0x459f(0xe)](_0x1ba670,_0x65c92c);if(_0x717e5f[_0x459f(0xf)]){_0x3b4987[_0x459f(0xf)]=_0x1b7dc0,_0x28c886[_0x459f(0xe)](_0x5b7f3f,_0x1b7dc0),_0x3b04a1[_0x459f(0xf)]=_0x65c92c,_0x717e5f[_0x459f(0xf)]=![];return;}if(disableAnimation){if(_0x28c886[_0x459f(0x10)](_0x459f(0x11),_0x28c886[_0x459f(0x12)]))_0x28c886[_0x459f(0x13)](_0x5ae9cd,_0x4fe8c3[_0x459f(0xf)]),_0x128375[_0x459f(0xf)]=null;else{_0x3b4987['current']=_0x1b7dc0,_0x28c886[_0x459f(0x14)](_0x5b7f3f,_0x1b7dc0),_0x3b04a1['current']=_0x65c92c;return;}}if(_0x3b04a1[_0x459f(0xf)]===_0x65c92c)return;_0x28c886[_0x459f(0x15)](_0x51027c[_0x459f(0xf)],null)&&(_0x28c886[_0x459f(0x16)](cancelAnimationFrame,_0x51027c['current']),_0x51027c[_0x459f(0xf)]=null);_0x28c886[_0x459f(0x17)](_0x5ee842[_0x459f(0xf)],null)&&(_0x28c886[_0x459f(0x18)](clearTimeout,_0x5ee842[_0x459f(0xf)]),_0x5ee842[_0x459f(0xf)]=null);const _0x475848=0x96,_0x548b13=0xc80;return _0x5ee842[_0x459f(0xf)]=_0x28c886[_0x459f(0x9)](setTimeout,()=>{const _0xfc1bdb={'Bbhyv':function(_0x44dfd5,_0xfcf2e8){return _0x44dfd5(_0xfcf2e8);},'rPmCm':function(_0x554bba,_0x452484){return _0x554bba(_0x452484);},'lsbZL':function(_0x44851c,_0x5737bb){return _0x28c886[_0x459f(0x10)](_0x44851c,_0x5737bb);},'ivXIU':_0x28c886[_0x459f(0x19)],'UwCec':function(_0x632f45,_0x3ad20e){return _0x28c886['pmUbk'](_0x632f45,_0x3ad20e);},'uvTke':function(_0x1d1f6f,_0xb057e7){return _0x28c886[_0x459f(0x1a)](_0x1d1f6f,_0xb057e7);},'yFSdT':function(_0x275ba4,_0x5d0164){return _0x275ba4*_0x5d0164;},'wbYvL':function(_0x4e4cf1,_0x549c56){return _0x28c886[_0x459f(0xc)](_0x4e4cf1,_0x549c56);},'rVkbh':function(_0x3148e6,_0x4750df){return _0x28c886[_0x459f(0xb)](_0x3148e6,_0x4750df);},'gKwtv':function(_0x4a5f85,_0x2dcf08){return _0x28c886[_0x459f(0x7)](_0x4a5f85,_0x2dcf08);},'eCRLV':function(_0x1752e3,_0x58e948){return _0x28c886[_0x459f(0x1b)](_0x1752e3,_0x58e948);},'HVGGN':_0x28c886[_0x459f(0x1c)]},_0x32aafa=_0x3b4987[_0x459f(0xf)],_0x5ceb70=Date[_0x459f(0x1d)](),_0x325552=()=>{if(_0xfc1bdb['lsbZL'](_0xfc1bdb[_0x459f(0x1e)],_0xfc1bdb[_0x459f(0x1e)])){const _0x48bb20=_0xfc1bdb[_0x459f(0x1f)](Date[_0x459f(0x1d)](),_0x5ceb70),_0x260691=Math[_0x459f(0x20)](_0xfc1bdb[_0x459f(0x21)](_0x48bb20,_0x548b13),0x1),_0xb67b1=_0x260691<0.5?_0xfc1bdb['yFSdT'](0x2,_0x260691)*_0x260691:-0x1+_0xfc1bdb['yFSdT'](0x4-_0xfc1bdb[_0x459f(0x22)](0x2,_0x260691),_0x260691),_0x3815c8=_0x32aafa+_0xfc1bdb[_0x459f(0x23)](_0x1b7dc0-_0x32aafa,_0xb67b1);_0x3b4987[_0x459f(0xf)]=_0x3815c8,_0xfc1bdb[_0x459f(0x24)](_0x5b7f3f,_0x3815c8),_0xfc1bdb[_0x459f(0x25)](_0x260691,0x1)?_0x51027c['current']=requestAnimationFrame(_0x325552):_0xfc1bdb['HVGGN']!==_0x459f(0x1)?(_0xfc1bdb[_0x459f(0x26)](_0x54af3c,_0x4448ea[_0x459f(0xf)]),_0x5a3ffd[_0x459f(0xf)]=null):_0x51027c['current']=null;}else _0xfc1bdb['rPmCm'](_0x30680b,_0x1e3ad7[_0x459f(0xf)]),_0x3eef63[_0x459f(0xf)]=null;};_0x51027c[_0x459f(0xf)]=_0x28c886[_0x459f(0x27)](requestAnimationFrame,_0x325552);},_0x475848),_0x3b04a1[_0x459f(0xf)]=_0x65c92c,()=>{const _0x134fa8={'FOSos':function(_0x365cc6,_0x2b1d6b){return _0x28c886[_0x459f(0x28)](_0x365cc6,_0x2b1d6b);},'NyMwt':function(_0x38eea6,_0xb7634c){return _0x28c886[_0x459f(0x1a)](_0x38eea6,_0xb7634c);},'UojMy':function(_0x2aeee0,_0x27342f){return _0x28c886[_0x459f(0x1b)](_0x2aeee0,_0x27342f);},'dylrG':function(_0x5bc01f,_0x515170){return _0x5bc01f*_0x515170;},'zHACL':function(_0x2b7ef4,_0x2a8660){return _0x28c886['TOaSK'](_0x2b7ef4,_0x2a8660);},'RAoYs':function(_0x445f0c,_0x241d4f){return _0x28c886[_0x459f(0xd)](_0x445f0c,_0x241d4f);},'DsUag':function(_0xdc05a3,_0x1723c8){return _0x28c886[_0x459f(0x29)](_0xdc05a3,_0x1723c8);},'TTpEy':function(_0x1d6dcb,_0x7e7896){return _0x28c886['zKKhp'](_0x1d6dcb,_0x7e7896);},'UUiJa':function(_0x18a690,_0xfb6432){return _0x18a690(_0xfb6432);}};if(_0x28c886[_0x459f(0x2a)](_0x28c886[_0x459f(0x2b)],_0x28c886['Tstkj'])){const _0x1356bc=_0x46b067[_0x459f(0xf)],_0x50d5d2=_0x5ecf9d[_0x459f(0x1d)](),_0x2ea71e=()=>{const _0x1c5f75=_0x134fa8[_0x459f(0x2c)](_0x1c0e58['now'](),_0x50d5d2),_0x474d88=_0x97ec5b[_0x459f(0x20)](_0x134fa8[_0x459f(0x2d)](_0x1c5f75,_0x4b5e53),0x1),_0x1ea26a=_0x134fa8['UojMy'](_0x474d88,0.5)?_0x134fa8[_0x459f(0x2e)](_0x134fa8[_0x459f(0x2f)](0x2,_0x474d88),_0x474d88):_0x134fa8[_0x459f(0x30)](-0x1,_0x134fa8[_0x459f(0x2c)](0x4,_0x134fa8[_0x459f(0x2f)](0x2,_0x474d88))*_0x474d88),_0x36e323=_0x134fa8[_0x459f(0x30)](_0x1356bc,_0x134fa8[_0x459f(0x2f)](_0x134fa8[_0x459f(0x31)](_0x1bb579,_0x1356bc),_0x1ea26a));_0x5cc1da[_0x459f(0xf)]=_0x36e323,_0x3831b7(_0x36e323),_0x134fa8[_0x459f(0x32)](_0x474d88,0x1)?_0x40f613['current']=_0x134fa8[_0x459f(0x33)](_0x26ab15,_0x2ea71e):_0x443d2a[_0x459f(0xf)]=null;};_0x3291aa['current']=_0x4acdd7[_0x459f(0x34)](_0x3ccaa6,_0x2ea71e);}else{if(_0x28c886['pIzwR'](_0x51027c[_0x459f(0xf)],null)){if(_0x28c886[_0x459f(0x10)](_0x28c886[_0x459f(0x35)],_0x28c886[_0x459f(0x35)]))cancelAnimationFrame(_0x51027c[_0x459f(0xf)]),_0x51027c[_0x459f(0xf)]=null;else{const _0x3c5858=_0x4acdd7[_0x459f(0x36)](_0x53f69b[_0x459f(0x1d)](),_0xc76a29),_0x1a0d2d=_0x2bdbf3['min'](_0x3c5858/_0x53761e,0x1),_0x36fdd0=_0x1a0d2d<0.5?_0x4acdd7[_0x459f(0x37)](_0x4acdd7[_0x459f(0x38)](0x2,_0x1a0d2d),_0x1a0d2d):_0x4acdd7['bYwZa'](-0x1,_0x4acdd7[_0x459f(0x39)](_0x4acdd7[_0x459f(0x36)](0x4,_0x4acdd7[_0x459f(0x3a)](0x2,_0x1a0d2d)),_0x1a0d2d)),_0x5411d9=_0x4acdd7[_0x459f(0x3b)](_0x1920ca,_0x4acdd7[_0x459f(0x3c)](_0x4acdd7[_0x459f(0x36)](_0x2e2a3d,_0x34b136),_0x36fdd0));_0x5c61d8[_0x459f(0xf)]=_0x5411d9,_0x4acdd7[_0x459f(0x34)](_0x4577bc,_0x5411d9),_0x1a0d2d<0x1?_0x201dcd['current']=_0x1244ad(_0x3c3d01):_0x1ac861[_0x459f(0xf)]=null;}}_0x28c886[_0x459f(0x3d)](_0x5ee842['current'],null)&&(_0x28c886[_0x459f(0x3e)]!==_0x28c886[_0x459f(0x3f)]?(_0x28c886[_0x459f(0x40)](clearTimeout,_0x5ee842[_0x459f(0xf)]),_0x5ee842['current']=null):_0x1b0322[_0x459f(0xf)]=null);}};},[_0x65c92c,disableAnimation]),React[_0x459f(0x41)](View,{'style':[styles[_0x459f(0x42)],_0x2a5308]},React[_0x459f(0x41)](_0x18c40e,{'ref':_0x57135c,'source':ANIMATIONS[_0x459f(0x43)],'progress':_0x825788,'loop':![],'autoPlay':![],'style':styles['animation'],'resizeMode':'contain'}));},styles=StyleSheet[_0x459f(0x44)]({'container':{'width':0xc8,'height':0xc8,'alignItems':'center','justifyContent':_0x459f(0x45)},'animation':{'width':_0x459f(0x46),'height':_0x459f(0x46)}});function _0x587e(){const _0x23aa8e=['BcglI','kWEpI','TQqlg','QhPhd','FYptz','UanRU','bhXsk','kiKPm','VfbJB','GIGeX','TOaSK','WTDNu','YOMae','yFozN','VvyZS','current','HuJQo','rdpza','NCmQM','sehuU','ARjqI','Syljt','ZqWVZ','PpHEq','PbOHN','hrRgZ','CALfk','CKBkT','jDKYm','now','ivXIU','UwCec','min','uvTke','wbYvL','rVkbh','gKwtv','eCRLV','Bbhyv','TgREw','pmUbk','lDAEA','pIzwR','Tstkj','FOSos','NyMwt','dylrG','zHACL','RAoYs','DsUag','TTpEy','UUiJa','JWYDA','gQBcu','kfbzV','NZAzV','ZVAzb','fAIEk','HsadE','ITpkr','XkPci','dBDAW','YUmZn','FADpS','zZDOs','createElement','container','persona','create','center','100%'];_0x587e=function(){return _0x23aa8e;};return _0x587e();}export default PersonaImage;
@@ -1 +1 @@
1
- import React,{useEffect,useRef,useState}from'react';import{View,Text,StyleSheet,Animated}from'react-native';import _0x202d0e from'lottie-react-native';import{COLORS}from'../theme';import{triggerHaptic,HapticType}from'../utils/haptics';import{ANIMATIONS}from'../utils/assetRegistry';function _0x800b(){const _0x4dc503=['Trying\x20to\x20understand\x20your\x20mind','You\x27re\x20more\x20interesting\x20than\x20I\x20expected','Finalizing\x20your\x20unique\x20persona','Complete!','jWVXN','random','OHpSi','floor','nnvAU','aNauH','vIbmP','yxKyR','NQvPr','EKMJO','cYoxH','ihvqp','Keeping\x20your\x20data\x20private','short','medium','contain','100%','Value','current','buNZA','AQPbV','MhFNc','UIvTH','akBQd','loop','timing','Tjowy','ZUvum','VqKjv','fNffR','SUCCESS','aqiAQ','ceqhp','kkEcq','KrbMU','start','ZwwNh','sZiCn','oeGFO','jeGwa','pcSGx','KlHjb','CCkxx','rajgQ','itkMY','GEIJz','OxxCr','TLFnr','zlcGp','HGcQj','PWGDL','iDKmN','KHTif','nCTvT','forEach','JormS','hRQBY','qGmla','push','zNoos','max','min','lItmk','nsceY','FewUW','DemLG','zqSRP','ASTHn','lzOGU','Hqktt','amygc','minProgress','text','maxProgress','axaHG','sort','progress','IdvFD','MMvMd','feXNP','OzcDf','Unqxv','jvGLM','YEmce','mqehw','length','whOPA','message','aSNoH','KgQte','JVGWw','WFAxd','XhHvp','tzQsn','KfPDD','ADRgy','lKVpI','GCllo','ZTOOL','HRqEm','ImVFs','yoVwQ','uauIq','createElement','container','content','lottieContainer','loader','lottieAnimation','RDMXK','dotsContainer','Text','dot','progressContainer','progressTrack','View','progressFill','interpolate','uUkEP','create','center','row','600','grey800','IBM\x20Plex\x20Sans','#E5E5E5','hidden'];_0x800b=function(){return _0x4dc503;};return _0x800b();}const STATUS_MESSAGES=[{'text':'Keeping\x20your\x20data\x20private','minProgress':0x0,'maxProgress':0x19},{'text':_0x4f03(0x0),'minProgress':0x14,'maxProgress':0x2d},{'text':_0x4f03(0x1),'minProgress':0x28,'maxProgress':0x41},{'text':_0x4f03(0x2),'minProgress':0x3c,'maxProgress':0x55},{'text':'Almost\x20done','minProgress':0x50,'maxProgress':0x5f},{'text':_0x4f03(0x3),'minProgress':0x64,'maxProgress':0x64}],randomInRange=(_0x54d6af,_0x530a1f)=>{const _0x200a63={'dDPhz':function(_0x5e1b03,_0xc2b313){return _0x5e1b03+_0xc2b313;},'jWVXN':function(_0x13c022,_0x4d09c1){return _0x13c022*_0x4d09c1;},'OHpSi':function(_0x4b27ad,_0x2f6a57){return _0x4b27ad-_0x2f6a57;}};return _0x200a63['dDPhz'](_0x200a63[_0x4f03(0x4)](Math[_0x4f03(0x5)](),_0x200a63[_0x4f03(0x6)](_0x530a1f,_0x54d6af)),_0x54d6af);},randomIntInRange=(_0x4eb88b,_0x33e236)=>{const _0x16117d={'nnvAU':function(_0x178652,_0x541d52,_0x263dde){return _0x178652(_0x541d52,_0x263dde);},'tqaZf':function(_0x4c9fa8,_0x34d642){return _0x4c9fa8+_0x34d642;}};return Math[_0x4f03(0x7)](_0x16117d[_0x4f03(0x8)](randomInRange,_0x4eb88b,_0x16117d['tqaZf'](_0x33e236,0x1)));},PersonaLoadingScreen=({visible:_0x23d22c,onComplete:_0x56cf81})=>{const _0x9fe8ab={'mwmcC':function(_0x5af2d0,_0x3e6a63){return _0x5af2d0!==_0x3e6a63;},'ceqhp':_0x4f03(0x9),'kkEcq':_0x4f03(0xa),'KrbMU':function(_0x3e53bd,_0x3a402c,_0x3e2d03){return _0x3e53bd(_0x3a402c,_0x3e2d03);},'UIvTH':'ppXSK','aqiAQ':function(_0x266be3,_0x3a3353,_0x4e63f2){return _0x266be3(_0x3a3353,_0x4e63f2);},'ZwwNh':function(_0x482a4e,_0xe6286d,_0x175c51){return _0x482a4e(_0xe6286d,_0x175c51);},'jeGwa':_0x4f03(0xb),'pcSGx':function(_0x33dc11,_0x55316d){return _0x33dc11===_0x55316d;},'JormS':function(_0x2febe5,_0x342925){return _0x2febe5<_0x342925;},'AJQKh':function(_0x13b135,_0x4a89e9){return _0x13b135>=_0x4a89e9;},'zlcGp':function(_0x527261,_0x1e9c67){return _0x527261(_0x1e9c67);},'KlHjb':function(_0x325b20){return _0x325b20();},'CCkxx':function(_0x94f83d,_0x17d1cb){return _0x94f83d===_0x17d1cb;},'rajgQ':_0x4f03(0xc),'GEIJz':_0x4f03(0xd),'OxxCr':function(_0x5b3d27,_0xc27b05){return _0x5b3d27<_0xc27b05;},'TLFnr':function(_0x40e891,_0x3c6fa0){return _0x40e891(_0x3c6fa0);},'HGcQj':function(_0x36ea38,_0xfc62c8){return _0x36ea38/_0xfc62c8;},'PWGDL':function(_0xc75d30,_0x172188){return _0xc75d30-_0x172188;},'iDKmN':function(_0x1f7fda,_0x8b0b96){return _0x1f7fda*_0x8b0b96;},'KHTif':function(_0x24cac5,_0xfb1104){return _0x24cac5+_0xfb1104;},'dVYXu':_0x4f03(0xe),'nCTvT':_0x4f03(0xf),'MhFNc':_0x4f03(0x10),'Ntnmt':function(_0x3052bd,_0x582375,_0x4bf64c){return _0x3052bd(_0x582375,_0x4bf64c);},'hRQBY':function(_0x461d0d,_0x4929dc){return _0x461d0d-_0x4929dc;},'qGmla':function(_0x4a892a,_0x4c9293){return _0x4a892a*_0x4c9293;},'zNoos':function(_0x58ce2c,_0x4a8792,_0x1584eb){return _0x58ce2c(_0x4a8792,_0x1584eb);},'lItmk':_0x4f03(0x11),'nsceY':_0x4f03(0x12),'FewUW':'long','oeGFO':function(_0x361d18,_0x37b5df,_0x50b870){return _0x361d18(_0x37b5df,_0x50b870);},'DemLG':function(_0x123de6,_0x9b1390,_0x128457){return _0x123de6(_0x9b1390,_0x128457);},'zqSRP':function(_0x552b02,_0x224b55,_0x3a1356){return _0x552b02(_0x224b55,_0x3a1356);},'IdvFD':function(_0x3faef3,_0x5b6041){return _0x3faef3<=_0x5b6041;},'MMvMd':function(_0x38fde6,_0x5841a1,_0x107795){return _0x38fde6(_0x5841a1,_0x107795);},'apgqd':function(_0x24faa6,_0x14c515){return _0x24faa6(_0x14c515);},'buNZA':function(_0x4baf5a,_0x7d85fa){return _0x4baf5a(_0x7d85fa);},'pOzfs':function(_0x4e022d,_0x351a4a){return _0x4e022d(_0x351a4a);},'AQPbV':function(_0x1f5b94,_0x21f817){return _0x1f5b94(_0x21f817);},'RDMXK':_0x4f03(0x13),'uUkEP':_0x4f03(0x14)},_0x5cf6d4=_0x9fe8ab['apgqd'](useRef,new Animated[(_0x4f03(0x15))](0x0))[_0x4f03(0x16)],_0x463112=useRef(new Animated[(_0x4f03(0x15))](0.3))[_0x4f03(0x16)],_0x1600f1=_0x9fe8ab[_0x4f03(0x17)](useRef,new Animated[(_0x4f03(0x15))](0.3))[_0x4f03(0x16)],_0x5db62e=_0x9fe8ab['pOzfs'](useRef,new Animated[(_0x4f03(0x15))](0.3))['current'],[_0x25590a,_0x1aa48f]=_0x9fe8ab[_0x4f03(0x18)](useState,0x0),[_0x4e0c5d,_0xd4f7e0]=useState(_0x9fe8ab[_0x4f03(0x19)]),_0xa8d135=_0x9fe8ab['buNZA'](useRef,[]);useEffect(()=>{const _0x578415={'akBQd':_0x9fe8ab[_0x4f03(0x1a)],'fNffR':function(_0x4e5aba,_0xe47996,_0x2096b7){return _0x9fe8ab['KrbMU'](_0x4e5aba,_0xe47996,_0x2096b7);},'Tjowy':function(_0xc9366e,_0x2938cf){return _0x9fe8ab['mwmcC'](_0xc9366e,_0x2938cf);},'sZiCn':function(_0x2ccda2,_0x27cb55,_0x1a520c){return _0x9fe8ab['KrbMU'](_0x2ccda2,_0x27cb55,_0x1a520c);}};if(!_0x23d22c)return;const _0x377190=(_0x3b8ec0,_0x3590be)=>{return _0x578415[_0x4f03(0x1b)]!==_0x578415[_0x4f03(0x1b)]?Animated[_0x4f03(0x1c)](Animated['sequence']([Animated['timing'](_0x153241,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]}),Animated[_0x4f03(0x1d)](_0x5f2139,{'toValue':0.3,'duration':0x258,'useNativeDriver':!![]})]),{'iterations':-0x1}):Animated[_0x4f03(0x1c)](Animated['sequence']([Animated[_0x4f03(0x1d)](_0x3b8ec0,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]}),Animated[_0x4f03(0x1d)](_0x3b8ec0,{'toValue':0.3,'duration':0x258,'useNativeDriver':!![]})]),{'iterations':-0x1});};_0x9fe8ab['KrbMU'](setTimeout,()=>{const _0x379b54={'dGlFF':function(_0x11c4b2,_0x23ab3b){return _0x11c4b2(_0x23ab3b);}};_0x578415[_0x4f03(0x1e)](_0x4f03(0x1f),_0x4f03(0x20))?_0x377190(_0x463112,0x0)['start']():_0x578415[_0x4f03(0x21)](_0x5bd158,()=>{_0x379b54['dGlFF'](_0x41a349,_0x1e94cd[_0x4f03(0x22)]),_0x1f1c0d();},0x1f4);},0x12c),_0x9fe8ab[_0x4f03(0x23)](setTimeout,()=>{_0x9fe8ab['mwmcC'](_0x9fe8ab[_0x4f03(0x24)],_0x9fe8ab[_0x4f03(0x25)])?_0x9fe8ab[_0x4f03(0x26)](_0x377190,_0x1600f1,0xc8)[_0x4f03(0x27)]():_0x539cba=_0x47b762(0xfa,0x1f4);},0x1f4),_0x9fe8ab[_0x4f03(0x28)](setTimeout,()=>{_0x578415[_0x4f03(0x29)](_0x377190,_0x5db62e,0x190)[_0x4f03(0x27)]();},0x2bc);},[_0x23d22c,_0x463112,_0x1600f1,_0x5db62e]),_0x9fe8ab[_0x4f03(0x2a)](useEffect,()=>{const _0x12d1a9={'ASTHn':function(_0x41b75e,_0x1cbb04,_0x564af2){return _0x41b75e(_0x1cbb04,_0x564af2);},'lzOGU':function(_0x481b1d,_0x1f3de6){return _0x481b1d!==_0x1f3de6;},'Hqktt':_0x9fe8ab[_0x4f03(0x2b)],'amygc':function(_0x50d428,_0x1f7aed){return _0x9fe8ab[_0x4f03(0x2c)](_0x50d428,_0x1f7aed);},'mqehw':function(_0x3c7c51,_0x5439e1){return _0x9fe8ab['JormS'](_0x3c7c51,_0x5439e1);},'whOPA':function(_0x520c34,_0x1281ee){return _0x9fe8ab['AJQKh'](_0x520c34,_0x1281ee);},'Unqxv':function(_0x2c991a,_0x4859ac){return _0x9fe8ab['zlcGp'](_0x2c991a,_0x4859ac);},'aSNoH':function(_0x4d7b1e,_0x194421){return _0x4d7b1e/_0x194421;},'feXNP':function(_0x619516){return _0x9fe8ab[_0x4f03(0x2d)](_0x619516);},'OzcDf':function(_0x5b23b6,_0xfda261){return _0x9fe8ab[_0x4f03(0x2e)](_0x5b23b6,_0xfda261);},'bVBZF':_0x9fe8ab[_0x4f03(0x2f)],'jvGLM':_0x4f03(0x30),'YEmce':_0x9fe8ab[_0x4f03(0x31)],'qKRbm':function(_0x162987,_0x5293ce){return _0x9fe8ab[_0x4f03(0x32)](_0x162987,_0x5293ce);},'JVGWw':function(_0x536542,_0x1eae18){return _0x9fe8ab[_0x4f03(0x33)](_0x536542,_0x1eae18);},'WFAxd':function(_0x50c8c3,_0x3de2ed){return _0x9fe8ab[_0x4f03(0x34)](_0x50c8c3,_0x3de2ed);},'XhHvp':function(_0xcdb05f,_0x2b69ce){return _0x9fe8ab[_0x4f03(0x35)](_0xcdb05f,_0x2b69ce);},'tzQsn':function(_0x42fb73,_0x1f278e){return _0x42fb73>=_0x1f278e;},'nkKED':function(_0x24dc97,_0x172a57){return _0x9fe8ab[_0x4f03(0x36)](_0x24dc97,_0x172a57);},'GCllo':function(_0x45875b,_0x1260e5){return _0x9fe8ab[_0x4f03(0x37)](_0x45875b,_0x1260e5);},'ZTOOL':function(_0x3faa18,_0xb51332){return _0x9fe8ab[_0x4f03(0x38)](_0x3faa18,_0xb51332);},'Vrszs':function(_0x2c725f,_0x45cadf){return _0x2c725f/_0x45cadf;},'wNOJA':_0x9fe8ab['dVYXu'],'twzPN':_0x9fe8ab[_0x4f03(0x39)]};if(!_0x23d22c){_0xa8d135[_0x4f03(0x16)][_0x4f03(0x3a)](_0x1fdb08=>clearTimeout(_0x1fdb08)),_0xa8d135['current']=[];return;}_0x9fe8ab['TLFnr'](_0x1aa48f,0x0),_0xd4f7e0(_0x9fe8ab[_0x4f03(0x19)]),_0x5cf6d4['setValue'](0x0);const _0x307c32=_0x9fe8ab[_0x4f03(0x23)](randomInRange,0x1b58,0x2ee0),_0x96b9cd=_0x9fe8ab['Ntnmt'](randomIntInRange,0x5,0x8),_0x2dc7d5=[0x0];for(let _0x4f6ae9=0x0;_0x9fe8ab[_0x4f03(0x3b)](_0x4f6ae9,_0x9fe8ab[_0x4f03(0x3c)](_0x96b9cd,0x1));_0x4f6ae9++){const _0x3fedb7=_0x9fe8ab[_0x4f03(0x3d)](_0x9fe8ab[_0x4f03(0x38)](_0x4f6ae9,0x1),_0x9fe8ab[_0x4f03(0x35)](0x64,_0x96b9cd))-0xa,_0x1bb716=_0x9fe8ab[_0x4f03(0x38)](_0x4f6ae9,0x1)*(0x64/_0x96b9cd)+0xa;_0x2dc7d5[_0x4f03(0x3e)](_0x9fe8ab[_0x4f03(0x3f)](randomIntInRange,Math[_0x4f03(0x40)](0xa,_0x3fedb7),Math[_0x4f03(0x41)](0x5a,_0x1bb716)));}_0x2dc7d5['push'](0x64),_0x2dc7d5['sort']((_0x3aab35,_0x3a3b0b)=>_0x3aab35-_0x3a3b0b);const _0x4ef6d3=[_0x9fe8ab[_0x4f03(0x42)],_0x9fe8ab[_0x4f03(0x43)],_0x9fe8ab[_0x4f03(0x44)]],_0x58036d=[];let _0x16ee5a=0x0;for(let _0x2b5e6b=0x0;_0x2b5e6b<_0x96b9cd;_0x2b5e6b++){const _0x464430=_0x4ef6d3[_0x9fe8ab['oeGFO'](randomIntInRange,0x0,0x2)];let _0xeadef;if(_0x9fe8ab[_0x4f03(0x2e)](_0x464430,_0x9fe8ab[_0x4f03(0x42)]))_0xeadef=_0x9fe8ab[_0x4f03(0x45)](randomInRange,0xfa,0x1f4);else _0x9fe8ab[_0x4f03(0x2e)](_0x464430,_0x9fe8ab[_0x4f03(0x43)])?_0xeadef=_0x9fe8ab[_0x4f03(0x28)](randomInRange,0x1f4,0x320):_0xeadef=_0x9fe8ab[_0x4f03(0x46)](randomInRange,0x320,0x4b0);_0x58036d['push'](_0xeadef),_0x16ee5a+=_0xeadef;}const _0x807e30=0x190,_0x32d4bc=_0x9fe8ab[_0x4f03(0x37)](_0x96b9cd,_0x807e30),_0x3e86e5=_0x9fe8ab[_0x4f03(0x36)](_0x307c32,_0x32d4bc),_0x33359f=_0x9fe8ab[_0x4f03(0x35)](_0x3e86e5,_0x16ee5a),_0x1c278b=_0x58036d['map'](_0x2cfbc9=>_0x2cfbc9*_0x33359f),_0x3e9eff=[];STATUS_MESSAGES[_0x4f03(0x3a)](_0x179f92=>{const _0x47afb5={'axaHG':function(_0x8fab64,_0x180b64,_0x58adb5){return _0x12d1a9[_0x4f03(0x47)](_0x8fab64,_0x180b64,_0x58adb5);}};if(_0x12d1a9[_0x4f03(0x48)]('tfQhZ',_0x12d1a9[_0x4f03(0x49)])){if(_0x12d1a9[_0x4f03(0x4a)](_0x179f92[_0x4f03(0x4b)],0x64))_0x3e9eff[_0x4f03(0x3e)]({'progress':0x64,'message':_0x179f92[_0x4f03(0x4c)]});else{const _0x596af8=_0x12d1a9[_0x4f03(0x47)](randomInRange,_0x179f92['minProgress'],_0x179f92[_0x4f03(0x4d)]);_0x3e9eff[_0x4f03(0x3e)]({'progress':_0x596af8,'message':_0x179f92[_0x4f03(0x4c)]});}}else _0x47afb5[_0x4f03(0x4e)](_0x1f467b,_0x430374,0xc8)[_0x4f03(0x27)]();}),_0x3e9eff[_0x4f03(0x4f)]((_0x4393ae,_0x5daa71)=>_0x4393ae[_0x4f03(0x50)]-_0x5daa71[_0x4f03(0x50)]);let _0x457489=0x0,_0x5c45f6=0x0;for(let _0x5373ed=0x1;_0x9fe8ab[_0x4f03(0x51)](_0x5373ed,_0x96b9cd);_0x5373ed++){const _0x34dc68=_0x2dc7d5[_0x5373ed],_0x5b78ca=_0x1c278b[_0x9fe8ab['hRQBY'](_0x5373ed,0x1)];_0x457489+=_0x5b78ca;const _0x60082=_0x9fe8ab[_0x4f03(0x52)](setTimeout,()=>{const _0x13e137={'KgQte':function(_0x375829){return _0x12d1a9[_0x4f03(0x53)](_0x375829);},'lKVpI':function(_0x5750a0,_0x32eb44,_0x53f86e){return _0x5750a0(_0x32eb44,_0x53f86e);},'KfPDD':function(_0x4975a6,_0x5bb40b){return _0x12d1a9[_0x4f03(0x54)](_0x4975a6,_0x5bb40b);},'ZIHQh':_0x12d1a9['bVBZF'],'ADRgy':function(_0x4af9d2,_0x3615bb){return _0x12d1a9[_0x4f03(0x55)](_0x4af9d2,_0x3615bb);}};if(_0x12d1a9[_0x4f03(0x56)]===_0x12d1a9[_0x4f03(0x57)]){while(_0x12d1a9[_0x4f03(0x58)](_0x417f8a,_0x498ace[_0x4f03(0x59)])&&_0x12d1a9[_0x4f03(0x5a)](_0x32a310,_0x4d80a9[_0xbda733][_0x4f03(0x50)])){_0x25834c(_0x5289ed[_0x4537b4][_0x4f03(0x5b)]),_0x4e12e2++;}_0x12d1a9[_0x4f03(0x55)](_0x2b82b9,_0x2c9460),Animated[_0x4f03(0x1d)](_0x14fd68,{'toValue':_0x12d1a9[_0x4f03(0x5c)](_0x3b037e,0x64),'duration':_0x49d37d,'useNativeDriver':![]})['start'](),_0x12d1a9[_0x4f03(0x5a)](_0x4fec66,0x64)&&_0x12d1a9[_0x4f03(0x47)](_0x5f3ede,()=>{_0x2878e9(_0x186cdf[_0x4f03(0x22)]),_0x13e137[_0x4f03(0x5d)](_0x17d363);},0x1f4);}else{while(_0x12d1a9['qKRbm'](_0x5c45f6,_0x3e9eff[_0x4f03(0x59)])&&_0x12d1a9['whOPA'](_0x34dc68,_0x3e9eff[_0x5c45f6][_0x4f03(0x50)])){_0x12d1a9[_0x4f03(0x5e)](_0xd4f7e0,_0x3e9eff[_0x5c45f6][_0x4f03(0x5b)]),_0x5c45f6++;}_0x12d1a9[_0x4f03(0x5f)](_0x1aa48f,_0x34dc68),Animated['timing'](_0x5cf6d4,{'toValue':_0x12d1a9[_0x4f03(0x60)](_0x34dc68,0x64),'duration':_0x807e30,'useNativeDriver':![]})[_0x4f03(0x27)](),_0x12d1a9[_0x4f03(0x61)](_0x34dc68,0x64)&&setTimeout(()=>{_0x13e137[_0x4f03(0x62)](_0x13e137['ZIHQh'],_0x13e137['ZIHQh'])?(_0x13e137[_0x4f03(0x63)](triggerHaptic,HapticType[_0x4f03(0x22)]),_0x13e137[_0x4f03(0x5d)](_0x56cf81)):_0x23f237=_0x13e137[_0x4f03(0x64)](_0x3dd7bb,0x1f4,0x320);},0x1f4);}},_0x457489);_0xa8d135[_0x4f03(0x16)][_0x4f03(0x3e)](_0x60082),_0x457489+=_0x807e30;}return()=>{const _0x25fd49={'HRqEm':function(_0x1fa195,_0x2d80d1){return _0x12d1a9['nkKED'](_0x1fa195,_0x2d80d1);},'ImVFs':function(_0x17d8c1,_0x45469b){return _0x12d1a9[_0x4f03(0x65)](_0x17d8c1,_0x45469b);},'yoVwQ':function(_0x4b90d8,_0x422861){return _0x12d1a9[_0x4f03(0x66)](_0x4b90d8,_0x422861);},'uauIq':function(_0x46cf49,_0x4a2714){return _0x12d1a9['Vrszs'](_0x46cf49,_0x4a2714);},'mCeez':function(_0x5e5ded,_0x1ea524){return _0x12d1a9[_0x4f03(0x66)](_0x5e5ded,_0x1ea524);}};if(_0x12d1a9[_0x4f03(0x48)](_0x12d1a9['wNOJA'],_0x12d1a9['twzPN']))_0xa8d135[_0x4f03(0x16)]['forEach'](_0x4aceec=>clearTimeout(_0x4aceec)),_0xa8d135[_0x4f03(0x16)]=[];else{const _0x27b7cc=_0x25fd49[_0x4f03(0x67)](_0x25fd49[_0x4f03(0x68)](_0x25fd49[_0x4f03(0x69)](_0x1233a2,0x1),_0x25fd49[_0x4f03(0x6a)](0x64,_0x43fbbc)),0xa),_0x41f9f0=_0x25fd49['mCeez'](_0x25fd49[_0x4f03(0x69)](_0x305cfd,0x1)*_0x25fd49[_0x4f03(0x6a)](0x64,_0x5c16ba),0xa);_0x519bc1[_0x4f03(0x3e)](_0x4a1cea(_0x47a17f[_0x4f03(0x40)](0xa,_0x27b7cc),_0x79334c[_0x4f03(0x41)](0x5a,_0x41f9f0)));}};},[_0x23d22c,_0x56cf81,_0x5cf6d4]);if(!_0x23d22c)return null;return React[_0x4f03(0x6b)](View,{'style':styles[_0x4f03(0x6c)]},React['createElement'](View,{'style':styles[_0x4f03(0x6d)]},React[_0x4f03(0x6b)](View,{'style':styles[_0x4f03(0x6e)]},React['createElement'](_0x202d0e,{'source':ANIMATIONS[_0x4f03(0x6f)],'autoPlay':!![],'loop':!![],'style':styles[_0x4f03(0x70)],'resizeMode':_0x9fe8ab[_0x4f03(0x71)]})),React[_0x4f03(0x6b)](View,{'style':styles['textContainer']},React[_0x4f03(0x6b)](Text,{'style':styles['loadingText']},_0x4e0c5d),React[_0x4f03(0x6b)](View,{'style':styles[_0x4f03(0x72)]},React[_0x4f03(0x6b)](Animated[_0x4f03(0x73)],{'style':[styles[_0x4f03(0x74)],{'opacity':_0x463112}]},'.'),React[_0x4f03(0x6b)](Animated[_0x4f03(0x73)],{'style':[styles[_0x4f03(0x74)],{'opacity':_0x1600f1}]},'.'),React[_0x4f03(0x6b)](Animated[_0x4f03(0x73)],{'style':[styles[_0x4f03(0x74)],{'opacity':_0x5db62e}]},'.'))),React['createElement'](View,{'style':styles[_0x4f03(0x75)]},React[_0x4f03(0x6b)](View,{'style':styles[_0x4f03(0x76)]},React[_0x4f03(0x6b)](Animated[_0x4f03(0x77)],{'style':[styles[_0x4f03(0x78)],{'width':_0x5cf6d4[_0x4f03(0x79)]({'inputRange':[0x0,0x1],'outputRange':['0%',_0x9fe8ab[_0x4f03(0x7a)]]})}]})))));},styles=StyleSheet[_0x4f03(0x7b)]({'container':{'flex':0x1,'backgroundColor':COLORS['surface']},'content':{'flex':0x1,'justifyContent':_0x4f03(0x7c),'alignItems':_0x4f03(0x7c),'paddingHorizontal':0x18,'marginTop':-0x50},'lottieContainer':{'width':0x168,'height':0x168,'marginBottom':0x20,'alignItems':_0x4f03(0x7c),'justifyContent':_0x4f03(0x7c)},'lottieAnimation':{'width':_0x4f03(0x14),'height':_0x4f03(0x14)},'textContainer':{'flexDirection':_0x4f03(0x7d),'alignItems':_0x4f03(0x7c),'marginBottom':0x30},'loadingText':{'fontSize':0x18,'fontFamily':'IBM\x20Plex\x20Sans','fontWeight':_0x4f03(0x7e),'color':COLORS[_0x4f03(0x7f)]},'dotsContainer':{'flexDirection':_0x4f03(0x7d),'marginLeft':0x4},'dot':{'fontSize':0x18,'fontFamily':_0x4f03(0x80),'fontWeight':'600','color':COLORS[_0x4f03(0x7f)],'marginLeft':0x2},'progressContainer':{'width':_0x4f03(0x14),'maxWidth':0x118},'progressTrack':{'height':0x6,'backgroundColor':_0x4f03(0x81),'borderRadius':0x3,'overflow':_0x4f03(0x82)},'progressFill':{'height':_0x4f03(0x14),'backgroundColor':COLORS[_0x4f03(0x7f)],'borderRadius':0x3}});function _0x4f03(_0x800b0c,_0x4f0351){_0x800b0c=_0x800b0c-0x0;const _0x332aad=_0x800b();let _0x4ddf49=_0x332aad[_0x800b0c];return _0x4ddf49;}export default PersonaLoadingScreen;
1
+ import React,{useEffect,useRef,useState}from'react';import{View,Text,StyleSheet,Animated}from'react-native';import _0xe0a37 from'lottie-react-native';import{COLORS}from'../theme';function _0x3a22(_0x3a9d0a,_0x3a22dd){_0x3a9d0a=_0x3a9d0a-0x0;const _0x2203d7=_0x3a9d();let _0x14448c=_0x2203d7[_0x3a9d0a];return _0x14448c;}import{triggerHaptic,HapticType}from'../utils/haptics';import{ANIMATIONS}from'../utils/assetRegistry';function _0x3a9d(){const _0x256d03=['Keeping\x20your\x20data\x20private','You\x27re\x20more\x20interesting\x20than\x20I\x20expected','Almost\x20done','Complete!','random','izXmV','floor','rFrQl','PKFcL','JoFNl','rIyzW','WBdYy','tTeFf','short','OmlUx','PzKgx','XfGYE','guBWR','100%','TWiuy','Value','BXjFC','current','xxQOG','oYSRx','utyzl','QJHnj','mqRxC','TOEOe','loop','timing','start','IrfxO','OTGmH','RZnrG','OfIYr','ciuEL','forEach','rzZdH','WNzxq','YAwNn','sRHSl','hikba','minProgress','maxProgress','text','VUaww','ENCve','DeUXa','iCFIk','XanrT','max','push','sort','LuAyI','medium','long','oFame','NvtfB','NAUnO','DpBDi','cikqN','reqJk','dvGlc','SUCCESS','map','ekfhb','progress','sRiXR','mdMxe','nMYCA','ypHmc','RVXvQ','AjvRN','PyFyF','AYsnJ','JAUtE','IOxjq','min','Rgrww','length','lWyvh','yKNln','pwsXJ','OYeKM','BEASG','hWjDx','createElement','container','content','contain','loadingText','dotsContainer','dot','Text','progressTrack','View','interpolate','gyfiq','create','surface','center','IBM\x20Plex\x20Sans','600','grey800','row','#E5E5E5','hidden'];_0x3a9d=function(){return _0x256d03;};return _0x3a9d();}const STATUS_MESSAGES=[{'text':_0x3a22(0x0),'minProgress':0x0,'maxProgress':0x19},{'text':'Trying\x20to\x20understand\x20your\x20mind','minProgress':0x14,'maxProgress':0x2d},{'text':_0x3a22(0x1),'minProgress':0x28,'maxProgress':0x41},{'text':'Finalizing\x20your\x20unique\x20persona','minProgress':0x3c,'maxProgress':0x55},{'text':_0x3a22(0x2),'minProgress':0x50,'maxProgress':0x5f},{'text':_0x3a22(0x3),'minProgress':0x64,'maxProgress':0x64}],randomInRange=(_0x2d2eee,_0x26d32a)=>{const _0x53aabc={'tixdO':function(_0x27e653,_0x4d1e3c){return _0x27e653+_0x4d1e3c;},'NResV':function(_0x196559,_0x35c52d){return _0x196559*_0x35c52d;},'izXmV':function(_0x469816,_0x19f4b9){return _0x469816-_0x19f4b9;}};return _0x53aabc['tixdO'](_0x53aabc['NResV'](Math[_0x3a22(0x4)](),_0x53aabc[_0x3a22(0x5)](_0x26d32a,_0x2d2eee)),_0x2d2eee);},randomIntInRange=(_0x4a9ed0,_0x2f64e0)=>{const _0x7bcbf1={'rFrQl':function(_0x44b0fd,_0x10defd){return _0x44b0fd+_0x10defd;}};return Math[_0x3a22(0x6)](randomInRange(_0x4a9ed0,_0x7bcbf1[_0x3a22(0x7)](_0x2f64e0,0x1)));},PersonaLoadingScreen=({visible:_0x52aa90,onComplete:_0x5458d7})=>{const _0x6515f7={'TOEOe':function(_0x4fcfdf,_0x40db11){return _0x4fcfdf!==_0x40db11;},'BxLcI':_0x3a22(0x8),'mqRxC':function(_0x28d5b8,_0x4ed507,_0x3588f4){return _0x28d5b8(_0x4ed507,_0x3588f4);},'dvGlc':function(_0x5ce650,_0x3927fc){return _0x5ce650(_0x3927fc);},'ekfhb':_0x3a22(0x9),'mdMxe':function(_0x22d22c,_0x4ff6b3){return _0x22d22c!==_0x4ff6b3;},'nMYCA':_0x3a22(0xa),'FBvaQ':_0x3a22(0xb),'rzZdH':function(_0x4296a6,_0x5b584b){return _0x4296a6(_0x5b584b);},'ypHmc':function(_0x14941b,_0xa4b320){return _0x14941b!==_0xa4b320;},'RVXvQ':'AjvRN','Rgrww':function(_0x2adc77,_0x2d2641){return _0x2adc77<_0x2d2641;},'pwsXJ':function(_0x2bbadd,_0x4ebc2b){return _0x2bbadd>=_0x4ebc2b;},'lWyvh':function(_0x49c993,_0x2be8d1){return _0x49c993(_0x2be8d1);},'yKNln':function(_0x28f5c7,_0x2f30b5){return _0x28f5c7/_0x2f30b5;},'DpBDi':function(_0x360e7d,_0x2646db,_0xf56966){return _0x360e7d(_0x2646db,_0xf56966);},'hWjDx':function(_0x560621,_0x16b760,_0x6b3b3d){return _0x560621(_0x16b760,_0x6b3b3d);},'nExAZ':function(_0x4cf332,_0x1b778c,_0x3a63ea){return _0x4cf332(_0x1b778c,_0x3a63ea);},'OTGmH':function(_0x426110,_0x1dd605){return _0x426110*_0x1dd605;},'RZnrG':function(_0x3efb6a,_0x4a473b){return _0x3efb6a+_0x4a473b;},'OfIYr':_0x3a22(0xc),'TWiuy':function(_0x31f328,_0x295754){return _0x31f328(_0x295754);},'GQyWp':'Keeping\x20your\x20data\x20private','WNzxq':function(_0x172a98,_0x4b4384,_0x1aa9af){return _0x172a98(_0x4b4384,_0x1aa9af);},'YAwNn':function(_0x35a14d,_0x5dfc0c){return _0x35a14d!==_0x5dfc0c;},'sRHSl':'hikba','VUaww':function(_0x1995d5,_0x59e69c){return _0x1995d5-_0x59e69c;},'ENCve':function(_0x43cd7e,_0x55250b){return _0x43cd7e*_0x55250b;},'DeUXa':function(_0x34af79,_0x588432){return _0x34af79+_0x588432;},'iCFIk':function(_0x3061f5,_0x5a2f84){return _0x3061f5*_0x5a2f84;},'XanrT':function(_0x7e2b2f,_0x56ca33){return _0x7e2b2f/_0x56ca33;},'LuAyI':_0x3a22(0xd),'oFame':'PFBdZ','NvtfB':function(_0x15edbd,_0x486e35){return _0x15edbd===_0x486e35;},'DQZqc':_0x3a22(0xe),'NAUnO':_0x3a22(0xf),'FAYXE':function(_0x51fa29,_0x58282f){return _0x51fa29===_0x58282f;},'reqJk':_0x3a22(0x10),'NIryz':function(_0x2fbf64,_0x2cf30b,_0x537f4a){return _0x2fbf64(_0x2cf30b,_0x537f4a);},'DjCKS':_0x3a22(0x11),'sRiXR':function(_0xd0d827,_0x24364c,_0x1955d2){return _0xd0d827(_0x24364c,_0x1955d2);},'BXjFC':function(_0x107572,_0x5d118b){return _0x107572(_0x5d118b);},'xxQOG':function(_0x4b1565,_0x4207f4){return _0x4b1565(_0x4207f4);},'oYSRx':function(_0x27d673,_0x418403){return _0x27d673(_0x418403);},'utyzl':function(_0x2953ee,_0x339474){return _0x2953ee(_0x339474);},'QJHnj':function(_0x18a9ff,_0x26c1e5,_0x4bef98){return _0x18a9ff(_0x26c1e5,_0x4bef98);},'gyfiq':_0x3a22(0x12)},_0x128e84=_0x6515f7[_0x3a22(0x13)](useRef,new Animated[(_0x3a22(0x14))](0x0))['current'],_0x16fdd9=useRef(new Animated[(_0x3a22(0x14))](0.3))['current'],_0x33a8b4=_0x6515f7[_0x3a22(0x15)](useRef,new Animated[(_0x3a22(0x14))](0.3))[_0x3a22(0x16)],_0x342e81=_0x6515f7[_0x3a22(0x17)](useRef,new Animated[(_0x3a22(0x14))](0.3))['current'],[_0x15c9f2,_0x17b5e2]=_0x6515f7[_0x3a22(0x18)](useState,0x0),[_0x545b8a,_0x4a5722]=_0x6515f7[_0x3a22(0x19)](useState,'Keeping\x20your\x20data\x20private'),_0xb6e58b=_0x6515f7[_0x3a22(0x17)](useRef,[]);_0x6515f7[_0x3a22(0x1a)](useEffect,()=>{const _0x2a2867={'IrfxO':function(_0x440569,_0x179b6e,_0x1878a9){return _0x6515f7[_0x3a22(0x1b)](_0x440569,_0x179b6e,_0x1878a9);}};if(!_0x52aa90)return;const _0x4e5a37=(_0x564d8c,_0xd39304)=>{if(_0x6515f7[_0x3a22(0x1c)](_0x6515f7['BxLcI'],'PKFcL'))_0x447d2a['current']['forEach'](_0x18b2fb=>_0xf63e04(_0x18b2fb)),_0x15e3e2[_0x3a22(0x16)]=[];else return Animated[_0x3a22(0x1d)](Animated['sequence']([Animated[_0x3a22(0x1e)](_0x564d8c,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]}),Animated['timing'](_0x564d8c,{'toValue':0.3,'duration':0x258,'useNativeDriver':!![]})]),{'iterations':-0x1});};setTimeout(()=>{_0x6515f7[_0x3a22(0x1b)](_0x4e5a37,_0x16fdd9,0x0)[_0x3a22(0x1f)]();},0x12c),setTimeout(()=>{_0x6515f7[_0x3a22(0x1b)](_0x4e5a37,_0x33a8b4,0xc8)[_0x3a22(0x1f)]();},0x1f4),_0x6515f7[_0x3a22(0x1b)](setTimeout,()=>{_0x2a2867[_0x3a22(0x20)](_0x4e5a37,_0x342e81,0x190)[_0x3a22(0x1f)]();},0x2bc);},[_0x52aa90,_0x16fdd9,_0x33a8b4,_0x342e81]),useEffect(()=>{const _0x2b5de5={'ciuEL':function(_0x9c3b4e,_0x470b7a,_0x250ae9){return _0x6515f7['nExAZ'](_0x9c3b4e,_0x470b7a,_0x250ae9);},'PyFyF':function(_0x3f872c,_0x3c350c){return _0x3f872c-_0x3c350c;},'AYsnJ':function(_0x5288f9,_0x2de2f2){return _0x6515f7[_0x3a22(0x21)](_0x5288f9,_0x2de2f2);},'JAUtE':function(_0x3bd145,_0x2dbdb4){return _0x6515f7[_0x3a22(0x22)](_0x3bd145,_0x2dbdb4);},'LuGJR':function(_0x36ce55,_0x4edde7){return _0x6515f7['yKNln'](_0x36ce55,_0x4edde7);},'IOxjq':function(_0x4e2199,_0x3d2c59){return _0x6515f7['yKNln'](_0x4e2199,_0x3d2c59);}};if(_0x6515f7[_0x3a22(0x1c)](_0x6515f7[_0x3a22(0x23)],_0x6515f7[_0x3a22(0x23)]))_0x1bf71a=_0x2b5de5[_0x3a22(0x24)](_0x379d4a,0x320,0x4b0);else{if(!_0x52aa90){_0xb6e58b[_0x3a22(0x16)][_0x3a22(0x25)](_0x258620=>clearTimeout(_0x258620)),_0xb6e58b[_0x3a22(0x16)]=[];return;}_0x6515f7[_0x3a22(0x26)](_0x17b5e2,0x0),_0x6515f7[_0x3a22(0x13)](_0x4a5722,_0x6515f7['GQyWp']),_0x128e84['setValue'](0x0);const _0x2f3bb6=_0x6515f7[_0x3a22(0x27)](randomInRange,0x1b58,0x2ee0),_0x4d97a1=_0x6515f7['mqRxC'](randomIntInRange,0x5,0x8),_0xd8be61=[0x0];for(let _0x396ff=0x0;_0x6515f7['Rgrww'](_0x396ff,_0x4d97a1-0x1);_0x396ff++){if(_0x6515f7[_0x3a22(0x28)](_0x6515f7[_0x3a22(0x29)],_0x3a22(0x2a))){const _0x1aa04e=_0x459c90(_0x18e2b5[_0x3a22(0x2b)],_0x343875[_0x3a22(0x2c)]);_0x421e84['push']({'progress':_0x1aa04e,'message':_0x5cea3b[_0x3a22(0x2d)]});}else{const _0x2ba2f0=_0x6515f7[_0x3a22(0x2e)](_0x6515f7[_0x3a22(0x2f)](_0x6515f7[_0x3a22(0x30)](_0x396ff,0x1),0x64/_0x4d97a1),0xa),_0x238c81=_0x6515f7['RZnrG'](_0x6515f7[_0x3a22(0x31)](_0x6515f7[_0x3a22(0x30)](_0x396ff,0x1),_0x6515f7[_0x3a22(0x32)](0x64,_0x4d97a1)),0xa);_0xd8be61['push'](_0x6515f7['nExAZ'](randomIntInRange,Math[_0x3a22(0x33)](0xa,_0x2ba2f0),Math['min'](0x5a,_0x238c81)));}}_0xd8be61[_0x3a22(0x34)](0x64),_0xd8be61[_0x3a22(0x35)]((_0x38bd6f,_0x74c47e)=>_0x38bd6f-_0x74c47e);const _0x208c6e=[_0x6515f7[_0x3a22(0x36)],_0x3a22(0x37),_0x3a22(0x38)],_0x393f3c=[];let _0x52894f=0x0;for(let _0x1603da=0x0;_0x1603da<_0x4d97a1;_0x1603da++){if(_0x6515f7[_0x3a22(0x28)](_0x6515f7[_0x3a22(0x39)],_0x6515f7['oFame']))_0x545a39=_0x6515f7[_0x3a22(0x1b)](_0x360c28,0x1f4,0x320);else{const _0x445315=_0x208c6e[randomIntInRange(0x0,0x2)];let _0x218e4f;if(_0x6515f7[_0x3a22(0x3a)](_0x445315,_0x6515f7[_0x3a22(0x36)])){if(_0x6515f7[_0x3a22(0x3a)](_0x6515f7['DQZqc'],_0x6515f7[_0x3a22(0x3b)]))return Animated['loop'](Animated['sequence']([Animated['timing'](_0x12dd68,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]}),Animated[_0x3a22(0x1e)](_0xd3a0da,{'toValue':0.3,'duration':0x258,'useNativeDriver':!![]})]),{'iterations':-0x1});else _0x218e4f=_0x6515f7[_0x3a22(0x3c)](randomInRange,0xfa,0x1f4);}else _0x6515f7['FAYXE'](_0x445315,'medium')?_0x6515f7[_0x3a22(0x3a)](_0x3a22(0x3d),_0x6515f7[_0x3a22(0x3e)])?(_0x6515f7[_0x3a22(0x3f)](_0x3d504a,_0x536c6c[_0x3a22(0x40)]),_0x2404a7()):_0x218e4f=randomInRange(0x1f4,0x320):_0x218e4f=_0x6515f7['NIryz'](randomInRange,0x320,0x4b0);_0x393f3c['push'](_0x218e4f),_0x52894f+=_0x218e4f;}}const _0x53603d=0x190,_0x48f399=_0x4d97a1*_0x53603d,_0x2636c8=_0x6515f7['VUaww'](_0x2f3bb6,_0x48f399),_0x58e26d=_0x6515f7[_0x3a22(0x32)](_0x2636c8,_0x52894f),_0x567d21=_0x393f3c[_0x3a22(0x41)](_0x33f968=>_0x33f968*_0x58e26d),_0x29f64a=[];STATUS_MESSAGES[_0x3a22(0x25)](_0x329684=>{if(_0x6515f7['ekfhb']===_0x6515f7[_0x3a22(0x42)]){if(_0x329684[_0x3a22(0x2b)]===0x64)_0x29f64a[_0x3a22(0x34)]({'progress':0x64,'message':_0x329684[_0x3a22(0x2d)]});else{const _0x7da606=_0x6515f7[_0x3a22(0x1b)](randomInRange,_0x329684[_0x3a22(0x2b)],_0x329684[_0x3a22(0x2c)]);_0x29f64a[_0x3a22(0x34)]({'progress':_0x7da606,'message':_0x329684[_0x3a22(0x2d)]});}}else _0x1d48a9(_0x567ed7,0x190)[_0x3a22(0x1f)]();}),_0x29f64a[_0x3a22(0x35)]((_0x3474c3,_0xfaae3b)=>_0x3474c3[_0x3a22(0x43)]-_0xfaae3b[_0x3a22(0x43)]);let _0x2f011c=0x0,_0x249d42=0x0;for(let _0x1acbb0=0x1;_0x1acbb0<=_0x4d97a1;_0x1acbb0++){if(_0x6515f7[_0x3a22(0x3a)]('guBWR',_0x6515f7['DjCKS'])){const _0x1edfb1=_0xd8be61[_0x1acbb0],_0x3cc34d=_0x567d21[_0x6515f7[_0x3a22(0x2e)](_0x1acbb0,0x1)];_0x2f011c+=_0x3cc34d;const _0x4f3b48=_0x6515f7[_0x3a22(0x44)](setTimeout,()=>{const _0x5303ec={'OYeKM':function(_0x215442,_0x2f979a){return _0x6515f7[_0x3a22(0x45)](_0x215442,_0x2f979a);},'tPEdl':_0x6515f7[_0x3a22(0x46)],'BEASG':_0x6515f7['FBvaQ'],'hiutb':function(_0x1e002e,_0x1a6302){return _0x6515f7[_0x3a22(0x26)](_0x1e002e,_0x1a6302);}};if(_0x6515f7[_0x3a22(0x47)](_0x6515f7[_0x3a22(0x48)],_0x3a22(0x49))){const _0x394adc=_0x2b5de5[_0x3a22(0x4a)](_0x2b5de5[_0x3a22(0x4b)](_0x2b5de5[_0x3a22(0x4c)](_0x22f536,0x1),_0x2b5de5['LuGJR'](0x64,_0x11b6cb)),0xa),_0x58547d=_0x2b5de5[_0x3a22(0x4c)](_0x2b5de5['AYsnJ'](_0x2b5de5[_0x3a22(0x4c)](_0x4694dd,0x1),_0x2b5de5[_0x3a22(0x4d)](0x64,_0x28d28c)),0xa);_0x32b1ad[_0x3a22(0x34)](_0x2b5de5['ciuEL'](_0x516b42,_0x3c6e61[_0x3a22(0x33)](0xa,_0x394adc),_0x38755d[_0x3a22(0x4e)](0x5a,_0x58547d)));}else{while(_0x6515f7[_0x3a22(0x4f)](_0x249d42,_0x29f64a[_0x3a22(0x50)])&&_0x6515f7['pwsXJ'](_0x1edfb1,_0x29f64a[_0x249d42][_0x3a22(0x43)])){_0x6515f7[_0x3a22(0x51)](_0x4a5722,_0x29f64a[_0x249d42]['message']),_0x249d42++;}_0x6515f7['lWyvh'](_0x17b5e2,_0x1edfb1),Animated['timing'](_0x128e84,{'toValue':_0x6515f7[_0x3a22(0x52)](_0x1edfb1,0x64),'duration':_0x53603d,'useNativeDriver':![]})[_0x3a22(0x1f)](),_0x6515f7[_0x3a22(0x53)](_0x1edfb1,0x64)&&_0x6515f7[_0x3a22(0x3c)](setTimeout,()=>{if(_0x5303ec[_0x3a22(0x54)](_0x5303ec['tPEdl'],_0x5303ec[_0x3a22(0x55)]))_0x5303ec['hiutb'](triggerHaptic,HapticType[_0x3a22(0x40)]),_0x5458d7();else{_0x33006b[_0x3a22(0x16)][_0x3a22(0x25)](_0x520432=>_0x1ba095(_0x520432)),_0x25aa5e[_0x3a22(0x16)]=[];return;}},0x1f4);}},_0x2f011c);_0xb6e58b['current'][_0x3a22(0x34)](_0x4f3b48),_0x2f011c+=_0x53603d;}else _0x3d8f5d=_0x6515f7[_0x3a22(0x56)](_0x211ce6,0xfa,0x1f4);}return()=>{_0xb6e58b[_0x3a22(0x16)]['forEach'](_0x4a0df8=>clearTimeout(_0x4a0df8)),_0xb6e58b['current']=[];};}},[_0x52aa90,_0x5458d7,_0x128e84]);if(!_0x52aa90)return null;return React[_0x3a22(0x57)](View,{'style':styles[_0x3a22(0x58)]},React[_0x3a22(0x57)](View,{'style':styles[_0x3a22(0x59)]},React[_0x3a22(0x57)](View,{'style':styles['lottieContainer']},React[_0x3a22(0x57)](_0xe0a37,{'source':ANIMATIONS['loader'],'autoPlay':!![],'loop':!![],'style':styles['lottieAnimation'],'resizeMode':_0x3a22(0x5a)})),React[_0x3a22(0x57)](View,{'style':styles['textContainer']},React[_0x3a22(0x57)](Text,{'style':styles[_0x3a22(0x5b)]},_0x545b8a),React[_0x3a22(0x57)](View,{'style':styles[_0x3a22(0x5c)]},React[_0x3a22(0x57)](Animated['Text'],{'style':[styles[_0x3a22(0x5d)],{'opacity':_0x16fdd9}]},'.'),React[_0x3a22(0x57)](Animated[_0x3a22(0x5e)],{'style':[styles[_0x3a22(0x5d)],{'opacity':_0x33a8b4}]},'.'),React[_0x3a22(0x57)](Animated[_0x3a22(0x5e)],{'style':[styles[_0x3a22(0x5d)],{'opacity':_0x342e81}]},'.'))),React[_0x3a22(0x57)](View,{'style':styles['progressContainer']},React['createElement'](View,{'style':styles[_0x3a22(0x5f)]},React[_0x3a22(0x57)](Animated[_0x3a22(0x60)],{'style':[styles['progressFill'],{'width':_0x128e84[_0x3a22(0x61)]({'inputRange':[0x0,0x1],'outputRange':['0%',_0x6515f7[_0x3a22(0x62)]]})}]})))));},styles=StyleSheet[_0x3a22(0x63)]({'container':{'flex':0x1,'backgroundColor':COLORS[_0x3a22(0x64)]},'content':{'flex':0x1,'justifyContent':_0x3a22(0x65),'alignItems':_0x3a22(0x65),'paddingHorizontal':0x18,'marginTop':-0x50},'lottieContainer':{'width':0x168,'height':0x168,'marginBottom':0x20,'alignItems':_0x3a22(0x65),'justifyContent':_0x3a22(0x65)},'lottieAnimation':{'width':_0x3a22(0x12),'height':_0x3a22(0x12)},'textContainer':{'flexDirection':'row','alignItems':_0x3a22(0x65),'marginBottom':0x30},'loadingText':{'fontSize':0x18,'fontFamily':_0x3a22(0x66),'fontWeight':_0x3a22(0x67),'color':COLORS[_0x3a22(0x68)]},'dotsContainer':{'flexDirection':_0x3a22(0x69),'marginLeft':0x4},'dot':{'fontSize':0x18,'fontFamily':_0x3a22(0x66),'fontWeight':_0x3a22(0x67),'color':COLORS[_0x3a22(0x68)],'marginLeft':0x2},'progressContainer':{'width':_0x3a22(0x12),'maxWidth':0x118},'progressTrack':{'height':0x6,'backgroundColor':_0x3a22(0x6a),'borderRadius':0x3,'overflow':_0x3a22(0x6b)},'progressFill':{'height':_0x3a22(0x12),'backgroundColor':COLORS[_0x3a22(0x68)],'borderRadius':0x3}});export default PersonaLoadingScreen;
@@ -1 +1 @@
1
- import React,{useState}from'react';import{View,Text,StyleSheet,TouchableOpacity,Image,ScrollView,ActivityIndicator}from'react-native';function _0x15b9(){const _0x2e2399=['basicProfile','dxIfm','MYIHc','QXQHA','contain','Welcome\x20back!','\x20wants\x20to\x20personalize\x20your\x20experience','#4CD964','Connected\x20Platforms','Connect\x20more','small','#FFFFFF','Decline','cdmBP','qCFbQ','jfOIL','values','container','createElement','scrollContent','headerContainer','onairosLogo','uLujg','arrow','enochIcon','enochAppIcon','titleContainer','Qajqv','JLfQI','subtitle','optionRow','optionLeft','grey700','grey800','optionText','checkboxContainer','dyIOe','grey400','checkbox','contentAnalysis','optionIcon','personalityProfile','connectedPlatformsTitle','zwTqb','iWwGC','length','map','connectedPlatformIcon','connectMoreButton','cxZKn','elPWn','MponG','XpSET','UNvCz','BUTTON_PRESS','RSEjN','OwANJ','connectMoreText','IQkvD','acceptButtonActive','acceptButtonLoading','pzPNk','hKzij','FgJzA','pQilA','caZvv','tSYiw','QpAgh','NByRz','cIreA','Fragment','acceptButtonText','acceptButtonTextActive','WawHH','declineButton','declineButtonText','surface','row','center','#000','700','grey600','IBM\x20Plex\x20Sans','600','Inter','#F8F9FA','#999999','#E5E5E5','grey500','underline'];_0x15b9=function(){return _0x2e2399;};return _0x15b9();}import{COLORS}from'../theme';import{triggerHaptic,HapticType}from'../utils/haptics';import{getPlatformIcon}from'../services/connectedAccountsService';import{BRAND_IMAGES}from'../utils/assetRegistry';import{Basicproficon,Basicprofile,Contenticon,Personalityicon,Personalitytraits,Userpreferences,Checkbox,Checkmark}from'./icons';function _0x5ae4(_0x15b932,_0x5ae4b7){_0x15b932=_0x15b932-0x0;const _0x214f79=_0x15b9();let _0x5c00d9=_0x214f79[_0x15b932];return _0x5c00d9;}const PersonalizationConsentScreen=({visible:_0x3cd77a,onAccept:_0x50b77f,onDecline:_0x193927,loading:loading=![],connectedPlatforms:connectedPlatforms=[],onConnectMore:_0x3a019f,isReturningUser:isReturningUser=![],appName:appName='Enoch',onLogout:_0x6f0e0f})=>{const _0x372d06={'cdmBP':function(_0x4d5ea3,_0x1c7cfe){return _0x4d5ea3===_0x1c7cfe;},'qCFbQ':_0x5ae4(0x0),'jfOIL':function(_0x47f857,_0x2ba436){return _0x47f857(_0x2ba436);},'cxZKn':function(_0x526d06,_0x4891c0){return _0x526d06(_0x4891c0);},'SXCtO':function(_0x3a6aae,_0x402dfc){return _0x3a6aae===_0x402dfc;},'elPWn':'KmaeD','MponG':_0x5ae4(0x1),'RSEjN':function(_0x2d9f4f,_0x1d84ad){return _0x2d9f4f(_0x1d84ad);},'OwANJ':function(_0x3815f7){return _0x3815f7();},'FgJzA':function(_0x56c86d,_0x4b3868){return _0x56c86d(_0x4b3868);},'pQilA':function(_0x19659b){return _0x19659b();},'pzPNk':function(_0x1094b5,_0x430b78){return _0x1094b5!==_0x430b78;},'hKzij':_0x5ae4(0x2),'caZvv':_0x5ae4(0x3),'QpAgh':function(_0x3a80cc){return _0x3a80cc();},'NgrAI':function(_0x4bc4a4){return _0x4bc4a4();},'uLujg':_0x5ae4(0x4),'Qajqv':_0x5ae4(0x5),'JLfQI':_0x5ae4(0x6),'dyIOe':_0x5ae4(0x7),'zwTqb':_0x5ae4(0x8),'iWwGC':function(_0x17ab52,_0x25fcb1){return _0x17ab52>_0x25fcb1;},'IQkvD':_0x5ae4(0x9),'NByRz':_0x5ae4(0xa),'cIreA':_0x5ae4(0xb),'WawHH':'Accept\x20&\x20Continue','UmZLV':_0x5ae4(0xc)},[_0x5142f5,_0x54fd01]=useState({'basicProfile':!![],'contentAnalysis':![],'personalityProfile':![]}),_0x2843fa=_0x563e29=>{if(_0x372d06[_0x5ae4(0xd)](_0x563e29,_0x372d06[_0x5ae4(0xe)]))return;_0x372d06[_0x5ae4(0xf)](triggerHaptic,HapticType['BUTTON_PRESS']),_0x54fd01(_0x3a27e0=>({..._0x3a27e0,[_0x563e29]:!_0x3a27e0[_0x563e29]}));},_0x1505bf=Object[_0x5ae4(0x10)](_0x5142f5)['some'](_0x4e7b0c=>_0x4e7b0c);if(!_0x3cd77a)return null;return React['createElement'](View,{'style':styles[_0x5ae4(0x11)]},React[_0x5ae4(0x12)](ScrollView,{'style':styles['scrollView'],'contentContainerStyle':styles[_0x5ae4(0x13)],'showsVerticalScrollIndicator':![]},React[_0x5ae4(0x12)](View,{'style':styles[_0x5ae4(0x14)]},React[_0x5ae4(0x12)](View,{'style':styles['iconContainer']},React[_0x5ae4(0x12)](Image,{'source':BRAND_IMAGES[_0x5ae4(0x15)],'style':styles['headerIcon'],'resizeMode':_0x372d06[_0x5ae4(0x16)]})),React['createElement'](Text,{'style':styles[_0x5ae4(0x17)]},'→'),React['createElement'](Image,{'source':BRAND_IMAGES[_0x5ae4(0x18)],'style':styles[_0x5ae4(0x19)],'resizeMode':_0x372d06[_0x5ae4(0x16)]})),React['createElement'](View,{'style':styles[_0x5ae4(0x1a)]},isReturningUser&&React['createElement'](Text,{'style':styles['welcomeBackText']},_0x372d06[_0x5ae4(0x1b)]),React[_0x5ae4(0x12)](Text,{'style':styles['title']},appName,_0x372d06[_0x5ae4(0x1c)]),React['createElement'](Text,{'style':styles[_0x5ae4(0x1d)]},'Choose\x20what\x20to\x20share:')),React['createElement'](View,{'style':styles['optionsContainer']},React['createElement'](TouchableOpacity,{'style':styles[_0x5ae4(0x1e)],'onPress':()=>_0x2843fa('basicProfile')},React[_0x5ae4(0x12)](View,{'style':styles[_0x5ae4(0x1f)]},React[_0x5ae4(0x12)](Basicproficon,{'width':0x20,'height':0x20,'fill':COLORS[_0x5ae4(0x20)],'style':styles['optionIcon']}),React[_0x5ae4(0x12)](Basicprofile,{'height':0x18,'fill':COLORS[_0x5ae4(0x21)],'style':styles[_0x5ae4(0x22)]})),React[_0x5ae4(0x12)](View,{'style':styles[_0x5ae4(0x23)]},_0x5142f5[_0x5ae4(0x0)]?React[_0x5ae4(0x12)](Checkmark,{'width':0x18,'height':0x18,'fill':_0x372d06[_0x5ae4(0x24)],'style':styles['checkbox']}):React[_0x5ae4(0x12)](Checkbox,{'width':0x18,'height':0x18,'stroke':COLORS[_0x5ae4(0x25)],'style':styles[_0x5ae4(0x26)]}))),React[_0x5ae4(0x12)](TouchableOpacity,{'style':styles[_0x5ae4(0x1e)],'onPress':()=>_0x2843fa(_0x5ae4(0x27))},React[_0x5ae4(0x12)](View,{'style':styles[_0x5ae4(0x1f)]},React[_0x5ae4(0x12)](Contenticon,{'width':0x20,'height':0x20,'fill':COLORS['grey700'],'style':styles[_0x5ae4(0x28)]}),React[_0x5ae4(0x12)](Userpreferences,{'height':0x18,'fill':COLORS[_0x5ae4(0x21)],'style':styles[_0x5ae4(0x22)]})),React[_0x5ae4(0x12)](View,{'style':styles[_0x5ae4(0x23)]},_0x5142f5[_0x5ae4(0x27)]?React[_0x5ae4(0x12)](Checkmark,{'width':0x18,'height':0x18,'fill':_0x372d06['dyIOe'],'style':styles[_0x5ae4(0x26)]}):React[_0x5ae4(0x12)](Checkbox,{'width':0x18,'height':0x18,'stroke':COLORS[_0x5ae4(0x25)],'style':styles[_0x5ae4(0x26)]}))),React[_0x5ae4(0x12)](TouchableOpacity,{'style':styles[_0x5ae4(0x1e)],'onPress':()=>_0x2843fa(_0x5ae4(0x29))},React['createElement'](View,{'style':styles[_0x5ae4(0x1f)]},React[_0x5ae4(0x12)](Personalityicon,{'width':0x20,'height':0x20,'fill':COLORS['grey700'],'style':styles[_0x5ae4(0x28)]}),React[_0x5ae4(0x12)](Personalitytraits,{'height':0x18,'fill':COLORS[_0x5ae4(0x21)],'style':styles['optionText']})),React['createElement'](View,{'style':styles[_0x5ae4(0x23)]},_0x5142f5[_0x5ae4(0x29)]?React[_0x5ae4(0x12)](Checkmark,{'width':0x18,'height':0x18,'fill':_0x372d06['dyIOe'],'style':styles[_0x5ae4(0x26)]}):React[_0x5ae4(0x12)](Checkbox,{'width':0x18,'height':0x18,'stroke':COLORS[_0x5ae4(0x25)],'style':styles['checkbox']})))),React[_0x5ae4(0x12)](View,{'style':styles['connectedPlatformsSection']},React['createElement'](Text,{'style':styles[_0x5ae4(0x2a)]},_0x372d06[_0x5ae4(0x2b)]),_0x372d06[_0x5ae4(0x2c)](connectedPlatforms[_0x5ae4(0x2d)],0x0)&&React['createElement'](View,{'style':styles['connectedPlatformsIcons']},connectedPlatforms[_0x5ae4(0x2e)](_0x4ede94=>React[_0x5ae4(0x12)](View,{'key':_0x4ede94,'style':styles['connectedPlatformIconContainer']},React[_0x5ae4(0x12)](Image,{'source':getPlatformIcon(_0x4ede94),'style':styles[_0x5ae4(0x2f)],'resizeMode':'contain'})))),_0x3a019f&&React[_0x5ae4(0x12)](TouchableOpacity,{'style':styles[_0x5ae4(0x30)],'onPress':()=>{const _0x29c3b3={'XpSET':function(_0x5a3868,_0x460f95){return _0x372d06[_0x5ae4(0xd)](_0x5a3868,_0x460f95);},'UNvCz':function(_0x4e2746,_0x12d3f7){return _0x372d06[_0x5ae4(0x31)](_0x4e2746,_0x12d3f7);}};if(_0x372d06['SXCtO'](_0x372d06[_0x5ae4(0x32)],_0x372d06[_0x5ae4(0x33)])){if(_0x29c3b3[_0x5ae4(0x34)](_0x31a52f,_0x5ae4(0x0)))return;_0x29c3b3[_0x5ae4(0x35)](_0x1ecc9a,_0x1c0a5f[_0x5ae4(0x36)]),_0x10d4c2(_0x13e1db=>({..._0x13e1db,[_0x16b843]:!_0x13e1db[_0x4badcd]}));}else _0x372d06[_0x5ae4(0x37)](triggerHaptic,HapticType[_0x5ae4(0x36)]),_0x372d06[_0x5ae4(0x38)](_0x3a019f);}},React['createElement'](Text,{'style':styles[_0x5ae4(0x39)]},_0x372d06[_0x5ae4(0x3a)]),React[_0x5ae4(0x12)](View,{'style':styles['connectMorePlusCircle']},React['createElement'](Text,{'style':styles['connectMorePlus']},'+')))),React['createElement'](View,{'style':styles['buttonContainer']},React[_0x5ae4(0x12)](TouchableOpacity,{'style':[styles['acceptButton'],_0x1505bf&&styles[_0x5ae4(0x3b)],loading&&styles[_0x5ae4(0x3c)]],'onPress':()=>{const _0x50d8b6={'tSYiw':function(_0x52a047,_0x3fefdc){return _0x52a047(_0x3fefdc);}};_0x372d06[_0x5ae4(0x3d)](_0x372d06[_0x5ae4(0x3e)],_0x372d06['hKzij'])?(_0x372d06[_0x5ae4(0x3f)](_0x1de4a2,_0x34ed50[_0x5ae4(0x36)]),_0x372d06[_0x5ae4(0x40)](_0x423d0f)):!loading&&(_0x372d06[_0x5ae4(0x41)]!==_0x372d06[_0x5ae4(0x41)]?!_0x4ae35b&&(_0x50d8b6[_0x5ae4(0x42)](_0x2ee09e,_0x134d37[_0x5ae4(0x36)]),_0x2ecce1()):(triggerHaptic(HapticType[_0x5ae4(0x36)]),_0x372d06[_0x5ae4(0x43)](_0x50b77f)));},'disabled':loading,'activeOpacity':loading?0x1:0.7},loading?React[_0x5ae4(0x12)](ActivityIndicator,{'size':_0x372d06[_0x5ae4(0x44)],'color':_0x372d06[_0x5ae4(0x45)]}):React[_0x5ae4(0x12)](React[_0x5ae4(0x46)],null,React[_0x5ae4(0x12)](Text,{'style':[styles[_0x5ae4(0x47)],_0x1505bf&&styles[_0x5ae4(0x48)]]},_0x372d06[_0x5ae4(0x49)]),React['createElement'](Text,{'style':[styles['buttonArrow'],_0x1505bf&&styles['buttonArrowActive']]},'→'))),React[_0x5ae4(0x12)](TouchableOpacity,{'style':styles[_0x5ae4(0x4a)],'onPress':()=>{_0x372d06[_0x5ae4(0x3f)](triggerHaptic,HapticType[_0x5ae4(0x36)]),_0x372d06['NgrAI'](_0x193927);}},React[_0x5ae4(0x12)](Text,{'style':styles[_0x5ae4(0x4b)]},_0x372d06['UmZLV'])))));},styles=StyleSheet['create']({'container':{'flex':0x1,'backgroundColor':COLORS[_0x5ae4(0x4c)],'paddingHorizontal':0x18,'paddingTop':0x28,'paddingBottom':0x8},'headerContainer':{'flexDirection':_0x5ae4(0x4d),'alignItems':_0x5ae4(0x4e),'justifyContent':_0x5ae4(0x4e),'marginBottom':0xc,'marginTop':0x0},'iconContainer':{'width':0x40,'height':0x40,'backgroundColor':_0x5ae4(0xb),'borderRadius':0xc,'alignItems':_0x5ae4(0x4e),'justifyContent':_0x5ae4(0x4e),'marginHorizontal':0x8,'shadowColor':_0x5ae4(0x4f),'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':'IBM\x20Plex\x20Sans','fontWeight':_0x5ae4(0x50),'color':COLORS[_0x5ae4(0x21)]},'arrow':{'fontSize':0x18,'color':COLORS[_0x5ae4(0x51)],'marginHorizontal':0x10},'titleContainer':{'alignItems':'center','marginBottom':0x8},'welcomeBackText':{'fontSize':0x18,'fontFamily':_0x5ae4(0x52),'fontWeight':_0x5ae4(0x50),'color':COLORS[_0x5ae4(0x21)],'textAlign':_0x5ae4(0x4e),'marginBottom':0x2},'title':{'fontSize':0x14,'fontFamily':_0x5ae4(0x52),'fontWeight':_0x5ae4(0x53),'color':COLORS['grey800'],'textAlign':_0x5ae4(0x4e),'marginBottom':0xa},'subtitle':{'fontSize':0x10,'fontFamily':_0x5ae4(0x54),'fontWeight':'400','color':COLORS['grey600'],'textAlign':_0x5ae4(0x4e)},'scrollView':{'flex':0x1},'scrollContent':{'flexGrow':0x1},'optionsContainer':{'marginBottom':0x8},'optionRow':{'flexDirection':'row','alignItems':_0x5ae4(0x4e),'justifyContent':'space-between','paddingVertical':0xc,'paddingHorizontal':0x2,'backgroundColor':_0x5ae4(0x55),'borderRadius':0xc,'marginBottom':0x6,'marginHorizontal':0x0},'optionLeft':{'flexDirection':_0x5ae4(0x4d),'alignItems':_0x5ae4(0x4e),'flex':0x1},'optionIcon':{'marginRight':0xc,'marginLeft':0x2,'marginTop':-0x4},'optionText':{'flex':0x1,'marginLeft':0x2},'checkboxContainer':{'paddingLeft':0x4,'paddingRight':0x2,'alignItems':_0x5ae4(0x4e),'justifyContent':_0x5ae4(0x4e)},'checkbox':{},'buttonContainer':{'gap':0x8,'paddingHorizontal':0x0,'paddingBottom':0x10,'marginTop':0x10},'acceptButton':{'backgroundColor':'#E5E5E5','borderRadius':0x19,'paddingVertical':0xa,'paddingHorizontal':0x18,'flexDirection':_0x5ae4(0x4d),'alignItems':_0x5ae4(0x4e),'justifyContent':_0x5ae4(0x4e)},'acceptButtonActive':{'backgroundColor':'#2D3436'},'acceptButtonLoading':{'backgroundColor':'#2D3436','opacity':0.8},'acceptButtonText':{'color':_0x5ae4(0x56),'fontSize':0x10,'fontFamily':'Inter','fontWeight':_0x5ae4(0x53),'marginRight':0x8},'acceptButtonTextActive':{'color':_0x5ae4(0xb)},'buttonArrow':{'color':_0x5ae4(0x56),'fontSize':0x10},'buttonArrowActive':{'color':_0x5ae4(0xb)},'declineButton':{'backgroundColor':_0x5ae4(0x57),'borderRadius':0x19,'paddingVertical':0xa,'paddingHorizontal':0x18,'alignItems':_0x5ae4(0x4e),'justifyContent':_0x5ae4(0x4e)},'declineButtonText':{'color':COLORS[_0x5ae4(0x51)],'fontSize':0x10,'fontFamily':'Inter','fontWeight':'500'},'logoutButton':{'alignItems':'center','paddingVertical':0xc,'marginTop':0x8},'logoutButtonText':{'fontSize':0xe,'fontFamily':_0x5ae4(0x54),'fontWeight':'400','color':COLORS[_0x5ae4(0x58)],'textDecorationLine':_0x5ae4(0x59)},'connectedPlatformsSection':{'alignItems':_0x5ae4(0x4e),'paddingVertical':0xa,'paddingHorizontal':0x10,'backgroundColor':_0x5ae4(0x55),'borderRadius':0x10,'marginBottom':0xa,'marginTop':0x10},'connectedPlatformsTitle':{'fontSize':0xf,'fontFamily':_0x5ae4(0x54),'fontWeight':'500','color':COLORS[_0x5ae4(0x58)],'marginBottom':0xa},'connectedPlatformsIcons':{'flexDirection':'row','justifyContent':_0x5ae4(0x4e),'alignItems':_0x5ae4(0x4e),'flexWrap':'wrap','gap':0xa,'marginBottom':0xa},'connectedPlatformIconContainer':{'width':0x30,'height':0x30,'borderRadius':0xa,'backgroundColor':_0x5ae4(0xb),'justifyContent':_0x5ae4(0x4e),'alignItems':_0x5ae4(0x4e),'shadowColor':_0x5ae4(0x4f),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.1,'shadowRadius':0x4,'elevation':0x2},'connectedPlatformIcon':{'width':0x20,'height':0x20},'connectMoreButton':{'flexDirection':_0x5ae4(0x4d),'alignItems':_0x5ae4(0x4e),'justifyContent':_0x5ae4(0x4e),'gap':0x8},'connectMoreText':{'fontSize':0x10,'fontFamily':'Inter','fontWeight':'500','color':COLORS[_0x5ae4(0x58)]},'connectMorePlusCircle':{'width':0x1c,'height':0x1c,'borderRadius':0xe,'borderWidth':0x2,'borderColor':COLORS[_0x5ae4(0x25)],'justifyContent':_0x5ae4(0x4e),'alignItems':_0x5ae4(0x4e)},'connectMorePlus':{'fontSize':0x12,'fontWeight':'500','color':COLORS[_0x5ae4(0x58)],'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';import{triggerHaptic,HapticType}from'../utils/haptics';function _0x22b4(){const _0x49e07b=['Enoch','svcqs','basicProfile','xOgRD','contain','Choose\x20what\x20to\x20share:','Connected\x20Platforms','Accept\x20&\x20Continue','Decline','lPTFD','SFbQX','JMdvk','LxEhY','Ajvnk','BUTTON_PRESS','values','some','createElement','scrollView','scrollContent','headerContainer','iconContainer','vXhli','arrow','enochAppIcon','titleContainer','welcomeBackText','Welcome\x20back!','title','NvcOb','kPJOv','optionsContainer','optionRow','optionLeft','grey700','grey800','yudXX','checkbox','optionText','contentAnalysis','grey400','personalityProfile','optionIcon','checkboxContainer','connectedPlatformsSection','length','connectedPlatformsIcons','connectedPlatformIconContainer','connectedPlatformIcon','connectMoreButton','pCmFW','wAhzz','connectMoreText','Connect\x20more','acceptButtonActive','acceptButtonLoading','TmcHy','Fragment','acceptButtonText','acceptButtonTextActive','gAAAA','buttonArrow','buttonArrowActive','declineButton','RQnpg','create','surface','row','center','#FFFFFF','700','grey600','IBM\x20Plex\x20Sans','Inter','400','space-between','#F8F9FA','#E5E5E5','#999999','500','grey500','underline','wrap'];_0x22b4=function(){return _0x49e07b;};return _0x22b4();}import{getPlatformIcon}from'../services/connectedAccountsService';import{BRAND_IMAGES}from'../utils/assetRegistry';import{Basicproficon,Basicprofile,Contenticon,Personalityicon,Personalitytraits,Userpreferences,Checkbox,Checkmark}from'./icons';const PersonalizationConsentScreen=({visible:_0x813599,onAccept:_0x4abc47,onDecline:_0x59167a,loading:loading=![],connectedPlatforms:connectedPlatforms=[],onConnectMore:_0x33218a,isReturningUser:isReturningUser=![],appName:appName=_0x4033(0x0),onLogout:_0x478d4d})=>{const _0x4a09be={'SFbQX':function(_0x57f120,_0x287e06){return _0x57f120(_0x287e06);},'JMdvk':function(_0xa8bf8f){return _0xa8bf8f();},'lPTFD':function(_0x164cfc,_0x310234){return _0x164cfc===_0x310234;},'ARRHK':_0x4033(0x1),'LxEhY':function(_0x3afbe2,_0x523baf){return _0x3afbe2===_0x523baf;},'DGdME':_0x4033(0x2),'Ajvnk':function(_0x4790e0,_0x155f07){return _0x4790e0(_0x155f07);},'pCmFW':function(_0x47102d,_0x318695){return _0x47102d===_0x318695;},'BZAnn':_0x4033(0x3),'vXhli':_0x4033(0x4),'NvcOb':'\x20wants\x20to\x20personalize\x20your\x20experience','kPJOv':_0x4033(0x5),'yudXX':'#4CD964','MPegl':_0x4033(0x6),'TmcHy':'#FFFFFF','gAAAA':_0x4033(0x7),'RQnpg':_0x4033(0x8)},[_0x293813,_0xdcde2b]=useState({'basicProfile':!![],'contentAnalysis':![],'personalityProfile':![]}),_0x45e01f=_0x58e2dc=>{if(_0x4a09be[_0x4033(0x9)](_0x4a09be['ARRHK'],'yCMdm'))_0x4a09be[_0x4033(0xa)](_0x27c799,_0xe08786['BUTTON_PRESS']),_0x4a09be[_0x4033(0xb)](_0x2fb6fb);else{if(_0x4a09be[_0x4033(0xc)](_0x58e2dc,_0x4a09be['DGdME']))return;_0x4a09be[_0x4033(0xd)](triggerHaptic,HapticType[_0x4033(0xe)]),_0xdcde2b(_0x3a7b88=>({..._0x3a7b88,[_0x58e2dc]:!_0x3a7b88[_0x58e2dc]}));}},_0x10e85e=Object[_0x4033(0xf)](_0x293813)[_0x4033(0x10)](_0x3b3706=>_0x3b3706);if(!_0x813599)return null;return React[_0x4033(0x11)](View,{'style':styles['container']},React[_0x4033(0x11)](ScrollView,{'style':styles[_0x4033(0x12)],'contentContainerStyle':styles[_0x4033(0x13)],'showsVerticalScrollIndicator':![]},React[_0x4033(0x11)](View,{'style':styles[_0x4033(0x14)]},React['createElement'](View,{'style':styles[_0x4033(0x15)]},React['createElement'](Image,{'source':BRAND_IMAGES['onairosLogo'],'style':styles['headerIcon'],'resizeMode':_0x4a09be[_0x4033(0x16)]})),React[_0x4033(0x11)](Text,{'style':styles[_0x4033(0x17)]},'→'),React[_0x4033(0x11)](Image,{'source':BRAND_IMAGES['enochIcon'],'style':styles[_0x4033(0x18)],'resizeMode':_0x4a09be[_0x4033(0x16)]})),React['createElement'](View,{'style':styles[_0x4033(0x19)]},isReturningUser&&React[_0x4033(0x11)](Text,{'style':styles[_0x4033(0x1a)]},_0x4033(0x1b)),React[_0x4033(0x11)](Text,{'style':styles[_0x4033(0x1c)]},appName,_0x4a09be[_0x4033(0x1d)]),React['createElement'](Text,{'style':styles['subtitle']},_0x4a09be[_0x4033(0x1e)])),React[_0x4033(0x11)](View,{'style':styles[_0x4033(0x1f)]},React[_0x4033(0x11)](TouchableOpacity,{'style':styles[_0x4033(0x20)],'onPress':()=>_0x45e01f(_0x4033(0x2))},React[_0x4033(0x11)](View,{'style':styles[_0x4033(0x21)]},React[_0x4033(0x11)](Basicproficon,{'width':0x20,'height':0x20,'fill':COLORS[_0x4033(0x22)],'style':styles['optionIcon']}),React[_0x4033(0x11)](Basicprofile,{'height':0x18,'fill':COLORS[_0x4033(0x23)],'style':styles['optionText']})),React['createElement'](View,{'style':styles['checkboxContainer']},_0x293813['basicProfile']?React[_0x4033(0x11)](Checkmark,{'width':0x18,'height':0x18,'fill':_0x4a09be[_0x4033(0x24)],'style':styles[_0x4033(0x25)]}):React[_0x4033(0x11)](Checkbox,{'width':0x18,'height':0x18,'stroke':COLORS['grey400'],'style':styles[_0x4033(0x25)]}))),React['createElement'](TouchableOpacity,{'style':styles[_0x4033(0x20)],'onPress':()=>_0x45e01f('contentAnalysis')},React['createElement'](View,{'style':styles['optionLeft']},React['createElement'](Contenticon,{'width':0x20,'height':0x20,'fill':COLORS['grey700'],'style':styles['optionIcon']}),React[_0x4033(0x11)](Userpreferences,{'height':0x18,'fill':COLORS['grey800'],'style':styles[_0x4033(0x26)]})),React[_0x4033(0x11)](View,{'style':styles['checkboxContainer']},_0x293813[_0x4033(0x27)]?React[_0x4033(0x11)](Checkmark,{'width':0x18,'height':0x18,'fill':'#4CD964','style':styles[_0x4033(0x25)]}):React[_0x4033(0x11)](Checkbox,{'width':0x18,'height':0x18,'stroke':COLORS[_0x4033(0x28)],'style':styles['checkbox']}))),React[_0x4033(0x11)](TouchableOpacity,{'style':styles[_0x4033(0x20)],'onPress':()=>_0x45e01f(_0x4033(0x29))},React[_0x4033(0x11)](View,{'style':styles[_0x4033(0x21)]},React[_0x4033(0x11)](Personalityicon,{'width':0x20,'height':0x20,'fill':COLORS['grey700'],'style':styles[_0x4033(0x2a)]}),React[_0x4033(0x11)](Personalitytraits,{'height':0x18,'fill':COLORS[_0x4033(0x23)],'style':styles['optionText']})),React['createElement'](View,{'style':styles[_0x4033(0x2b)]},_0x293813['personalityProfile']?React[_0x4033(0x11)](Checkmark,{'width':0x18,'height':0x18,'fill':_0x4a09be[_0x4033(0x24)],'style':styles[_0x4033(0x25)]}):React['createElement'](Checkbox,{'width':0x18,'height':0x18,'stroke':COLORS[_0x4033(0x28)],'style':styles[_0x4033(0x25)]})))),React[_0x4033(0x11)](View,{'style':styles[_0x4033(0x2c)]},React['createElement'](Text,{'style':styles['connectedPlatformsTitle']},_0x4a09be['MPegl']),connectedPlatforms[_0x4033(0x2d)]>0x0&&React[_0x4033(0x11)](View,{'style':styles[_0x4033(0x2e)]},connectedPlatforms['map'](_0x3cfc22=>React[_0x4033(0x11)](View,{'key':_0x3cfc22,'style':styles[_0x4033(0x2f)]},React['createElement'](Image,{'source':getPlatformIcon(_0x3cfc22),'style':styles[_0x4033(0x30)],'resizeMode':_0x4033(0x4)})))),_0x33218a&&React[_0x4033(0x11)](TouchableOpacity,{'style':styles[_0x4033(0x31)],'onPress':()=>{const _0x4a5794={'wAhzz':function(_0x40c310){return _0x40c310();}};_0x4a09be[_0x4033(0x32)](_0x4a09be['BZAnn'],_0x4033(0x3))?(_0x4a09be[_0x4033(0xd)](triggerHaptic,HapticType[_0x4033(0xe)]),_0x33218a()):(_0x55a7d7(_0x397b26[_0x4033(0xe)]),_0x4a5794[_0x4033(0x33)](_0x30d7d1));}},React[_0x4033(0x11)](Text,{'style':styles[_0x4033(0x34)]},_0x4033(0x35)),React[_0x4033(0x11)](View,{'style':styles['connectMorePlusCircle']},React[_0x4033(0x11)](Text,{'style':styles['connectMorePlus']},'+')))),React['createElement'](View,{'style':styles['buttonContainer']},React[_0x4033(0x11)](TouchableOpacity,{'style':[styles['acceptButton'],_0x10e85e&&styles[_0x4033(0x36)],loading&&styles[_0x4033(0x37)]],'onPress':()=>{!loading&&(triggerHaptic(HapticType[_0x4033(0xe)]),_0x4abc47());},'disabled':loading,'activeOpacity':loading?0x1:0.7},loading?React[_0x4033(0x11)](ActivityIndicator,{'size':'small','color':_0x4a09be[_0x4033(0x38)]}):React[_0x4033(0x11)](React[_0x4033(0x39)],null,React['createElement'](Text,{'style':[styles[_0x4033(0x3a)],_0x10e85e&&styles[_0x4033(0x3b)]]},_0x4a09be[_0x4033(0x3c)]),React['createElement'](Text,{'style':[styles[_0x4033(0x3d)],_0x10e85e&&styles[_0x4033(0x3e)]]},'→'))),React[_0x4033(0x11)](TouchableOpacity,{'style':styles[_0x4033(0x3f)],'onPress':()=>{triggerHaptic(HapticType[_0x4033(0xe)]),_0x4a09be['JMdvk'](_0x59167a);}},React[_0x4033(0x11)](Text,{'style':styles['declineButtonText']},_0x4a09be[_0x4033(0x40)])))));},styles=StyleSheet[_0x4033(0x41)]({'container':{'flex':0x1,'backgroundColor':COLORS[_0x4033(0x42)],'paddingHorizontal':0x18,'paddingTop':0x28,'paddingBottom':0x8},'headerContainer':{'flexDirection':_0x4033(0x43),'alignItems':_0x4033(0x44),'justifyContent':_0x4033(0x44),'marginBottom':0xc,'marginTop':0x0},'iconContainer':{'width':0x40,'height':0x40,'backgroundColor':_0x4033(0x45),'borderRadius':0xc,'alignItems':_0x4033(0x44),'justifyContent':_0x4033(0x44),'marginHorizontal':0x8,'shadowColor':'#000','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':'IBM\x20Plex\x20Sans','fontWeight':_0x4033(0x46),'color':COLORS[_0x4033(0x23)]},'arrow':{'fontSize':0x18,'color':COLORS[_0x4033(0x47)],'marginHorizontal':0x10},'titleContainer':{'alignItems':_0x4033(0x44),'marginBottom':0x8},'welcomeBackText':{'fontSize':0x18,'fontFamily':'IBM\x20Plex\x20Sans','fontWeight':_0x4033(0x46),'color':COLORS['grey800'],'textAlign':_0x4033(0x44),'marginBottom':0x2},'title':{'fontSize':0x14,'fontFamily':_0x4033(0x48),'fontWeight':'600','color':COLORS['grey800'],'textAlign':_0x4033(0x44),'marginBottom':0xa},'subtitle':{'fontSize':0x10,'fontFamily':_0x4033(0x49),'fontWeight':_0x4033(0x4a),'color':COLORS['grey600'],'textAlign':_0x4033(0x44)},'scrollView':{'flex':0x1},'scrollContent':{'flexGrow':0x1},'optionsContainer':{'marginBottom':0x8},'optionRow':{'flexDirection':_0x4033(0x43),'alignItems':_0x4033(0x44),'justifyContent':_0x4033(0x4b),'paddingVertical':0xc,'paddingHorizontal':0x2,'backgroundColor':_0x4033(0x4c),'borderRadius':0xc,'marginBottom':0x6,'marginHorizontal':0x0},'optionLeft':{'flexDirection':_0x4033(0x43),'alignItems':_0x4033(0x44),'flex':0x1},'optionIcon':{'marginRight':0xc,'marginLeft':0x2,'marginTop':-0x4},'optionText':{'flex':0x1,'marginLeft':0x2},'checkboxContainer':{'paddingLeft':0x4,'paddingRight':0x2,'alignItems':_0x4033(0x44),'justifyContent':_0x4033(0x44)},'checkbox':{},'buttonContainer':{'gap':0x8,'paddingHorizontal':0x0,'paddingBottom':0x10,'marginTop':0x10},'acceptButton':{'backgroundColor':_0x4033(0x4d),'borderRadius':0x19,'paddingVertical':0xa,'paddingHorizontal':0x18,'flexDirection':'row','alignItems':'center','justifyContent':'center'},'acceptButtonActive':{'backgroundColor':'#2D3436'},'acceptButtonLoading':{'backgroundColor':'#2D3436','opacity':0.8},'acceptButtonText':{'color':_0x4033(0x4e),'fontSize':0x10,'fontFamily':_0x4033(0x49),'fontWeight':'600','marginRight':0x8},'acceptButtonTextActive':{'color':_0x4033(0x45)},'buttonArrow':{'color':_0x4033(0x4e),'fontSize':0x10},'buttonArrowActive':{'color':'#FFFFFF'},'declineButton':{'backgroundColor':_0x4033(0x4d),'borderRadius':0x19,'paddingVertical':0xa,'paddingHorizontal':0x18,'alignItems':'center','justifyContent':_0x4033(0x44)},'declineButtonText':{'color':COLORS[_0x4033(0x47)],'fontSize':0x10,'fontFamily':_0x4033(0x49),'fontWeight':_0x4033(0x4f)},'logoutButton':{'alignItems':_0x4033(0x44),'paddingVertical':0xc,'marginTop':0x8},'logoutButtonText':{'fontSize':0xe,'fontFamily':_0x4033(0x49),'fontWeight':_0x4033(0x4a),'color':COLORS[_0x4033(0x50)],'textDecorationLine':_0x4033(0x51)},'connectedPlatformsSection':{'alignItems':_0x4033(0x44),'paddingVertical':0xa,'paddingHorizontal':0x10,'backgroundColor':_0x4033(0x4c),'borderRadius':0x10,'marginBottom':0xa,'marginTop':0x10},'connectedPlatformsTitle':{'fontSize':0xf,'fontFamily':_0x4033(0x49),'fontWeight':_0x4033(0x4f),'color':COLORS[_0x4033(0x50)],'marginBottom':0xa},'connectedPlatformsIcons':{'flexDirection':_0x4033(0x43),'justifyContent':'center','alignItems':_0x4033(0x44),'flexWrap':_0x4033(0x52),'gap':0xa,'marginBottom':0xa},'connectedPlatformIconContainer':{'width':0x30,'height':0x30,'borderRadius':0xa,'backgroundColor':_0x4033(0x45),'justifyContent':_0x4033(0x44),'alignItems':_0x4033(0x44),'shadowColor':'#000','shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.1,'shadowRadius':0x4,'elevation':0x2},'connectedPlatformIcon':{'width':0x20,'height':0x20},'connectMoreButton':{'flexDirection':'row','alignItems':_0x4033(0x44),'justifyContent':_0x4033(0x44),'gap':0x8},'connectMoreText':{'fontSize':0x10,'fontFamily':'Inter','fontWeight':_0x4033(0x4f),'color':COLORS[_0x4033(0x50)]},'connectMorePlusCircle':{'width':0x1c,'height':0x1c,'borderRadius':0xe,'borderWidth':0x2,'borderColor':COLORS['grey400'],'justifyContent':_0x4033(0x44),'alignItems':_0x4033(0x44)},'connectMorePlus':{'fontSize':0x12,'fontWeight':_0x4033(0x4f),'color':COLORS[_0x4033(0x50)],'marginTop':-0x2}});export{PersonalizationConsentScreen};function _0x4033(_0x22b4f8,_0x40339a){_0x22b4f8=_0x22b4f8-0x0;const _0x1dd139=_0x22b4();let _0x8d3ed0=_0x1dd139[_0x22b4f8];return _0x8d3ed0;}export default PersonalizationConsentScreen;
@@ -1 +1 @@
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:_0x32beab,onComplete:_0x4b45d7,onBack:_0x368f89})=>{const _0x1b3e71={'EbjTY':function(_0x2e7f9d,_0x416fa1){return _0x2e7f9d>=_0x416fa1;},'PhMOz':function(_0x781111,_0x2d9fcc){return _0x781111(_0x2d9fcc);},'JLogT':function(_0x2c6b57,_0x1477c2){return _0x2c6b57(_0x1477c2);},'JKFYN':function(_0x23a3d3,_0x3b93c6){return _0x23a3d3(_0x3b93c6);},'liFWy':_0x5355(0x0),'MsPSf':function(_0x301ad2,_0x14bb92){return _0x301ad2(_0x14bb92);},'VidvO':function(_0x4c3361,_0x34574d){return _0x4c3361(_0x34574d);},'lMmdt':_0x5355(0x1),'nUfZw':function(_0x3ab911,_0x43bcc7){return _0x3ab911(_0x43bcc7);},'YBBTf':function(_0x2e886c,_0x2bdc68){return _0x2e886c!==_0x2bdc68;},'PSUHy':_0x5355(0x2),'fJXuc':_0x5355(0x3),'bBfQW':_0x5355(0x4),'OLsoZ':_0x5355(0x5),'aIZkN':function(_0x270690,_0x132577){return _0x270690(_0x132577);},'qeEFU':_0x5355(0x6),'NfEzr':function(_0x3c00ff,_0x137718){return _0x3c00ff===_0x137718;},'RBCpa':'YioJb','nGGtK':_0x5355(0x7),'TnfvT':_0x5355(0x8),'NofiJ':'unavailable','SbnkK':function(_0x374804,_0x302e45){return _0x374804(_0x302e45);},'wREwP':'kusGZ','IIwYq':_0x5355(0x9),'neIoP':_0x5355(0xa),'PPRmu':_0x5355(0xb),'Gcnjz':function(_0xaf0176,_0x4bb4ba){return _0xaf0176(_0x4bb4ba);},'ZShHX':'success','wvSsT':function(_0x17c38e,_0x1c6690,_0x4740f3){return _0x17c38e(_0x1c6690,_0x4740f3);},'CDRcF':function(_0x584e02,_0x5238c8){return _0x584e02===_0x5238c8;},'VAKUv':_0x5355(0xc),'VIAtu':_0x5355(0xd),'rhfnn':_0x5355(0xe),'gWBgv':function(_0x5d3568,_0xfebd7c){return _0x5d3568(_0xfebd7c);},'qyadp':_0x5355(0xf),'vebXB':_0x5355(0x10),'tVJGO':'error','KpITO':_0x5355(0x11),'JGuXu':_0x5355(0x12),'BQAUe':'Continue\x20Without\x20Face\x20ID','THSVN':function(_0x4653ce,_0x58eab2){return _0x4653ce(_0x58eab2);},'wxRjz':_0x5355(0x13),'wmwFk':_0x5355(0x14),'tMDKq':_0x5355(0x15),'DBSIA':_0x5355(0x16),'Haqot':function(_0x4c47af,_0x1d741b){return _0x4c47af!==_0x1d741b;},'VSIwN':_0x5355(0x17),'FDjFc':function(_0x1b4989,_0xbb4077){return _0x1b4989(_0xbb4077);},'XxAMw':_0x5355(0x18),'fxJhU':function(_0x316346,_0x26e1ae){return _0x316346(_0x26e1ae);},'lbByA':_0x5355(0x19),'WpNan':_0x5355(0x1a),'GgXMj':function(_0x6ac902,_0x1ad47f){return _0x6ac902(_0x1ad47f);},'uSsOq':function(_0xc49ee5,_0x217bbb){return _0xc49ee5(_0x217bbb);},'sfufz':function(_0x254113){return _0x254113();},'hFYsE':function(_0x3b5e5e,_0x1f3338){return _0x3b5e5e(_0x1f3338);},'UDRBl':function(_0x19bfe5,_0x34e19c,_0x57ae65){return _0x19bfe5(_0x34e19c,_0x57ae65);},'HySHe':_0x5355(0x1b),'jRwhv':_0x5355(0x1c),'fdRYb':_0x5355(0x1d),'TkLsB':_0x5355(0x1e),'uYvFV':'Be\x20at\x20least\x208\x20characters\x20in\x20length.','WYxKQ':_0x5355(0x1f),'BVypd':_0x5355(0x20),'eDyPk':function(_0x1a73ae,_0xf338d2){return _0x1a73ae===_0xf338d2;},'DMuiQ':function(_0x4b5de2,_0x4cff9b){return _0x4b5de2===_0x4cff9b;},'FrVpP':_0x5355(0x21),'fFaRL':function(_0x3ebbbf,_0x4c240b){return _0x3ebbbf===_0x4c240b;},'KeWqv':_0x5355(0x22),'RRgrf':_0x5355(0x23),'Zzkpg':_0x5355(0x24),'sxoOm':_0x5355(0x25),'LEsZS':function(_0x1299dc,_0x595182){return _0x1299dc===_0x595182;},'oWDlY':_0x5355(0x26),'RuOsk':_0x5355(0x27),'iXRNC':function(_0x1b4b73,_0x3a095a){return _0x1b4b73===_0x3a095a;},'vfIGz':_0x5355(0x28),'khZFn':function(_0x5ad226,_0x1a5688){return _0x5ad226===_0x1a5688;},'vkwNr':_0x5355(0x29),'cXDNu':_0x5355(0x2a),'DMcFs':'Your\x20PIN\x20is\x20now\x20protected\x20with\x20Face\x20ID\x20authentication.','mHcGE':_0x5355(0x2b),'AXrUr':_0x5355(0x2c),'xmezl':_0x5355(0x2d)},[_0x485c58,_0x578324]=_0x1b3e71[_0x5355(0x2e)](useState,''),[_0x4f8c22,_0x16ac64]=_0x1b3e71['MsPSf'](useState,{'length':![],'uppercase':![],'number':![],'symbol':![]}),[_0x4a816e,_0x5262b9]=_0x1b3e71[_0x5355(0x2f)](useState,![]),[_0x521a29,_0x4eb2ec]=_0x1b3e71['GgXMj'](useState,![]),[_0x509783,_0x50c9a1]=_0x1b3e71[_0x5355(0x30)](useState,'checking'),_0x5d06ce=_0x442a49=>{const _0x2cf621={'length':_0x1b3e71[_0x5355(0x31)](_0x442a49[_0x5355(0x32)],0x8),'uppercase':/[A-Z]/[_0x5355(0x33)](_0x442a49),'number':/[0-9]/[_0x5355(0x33)](_0x442a49),'symbol':/[!@#$%^&*(),.?":{}|<>]/[_0x5355(0x33)](_0x442a49)};return _0x1b3e71[_0x5355(0x34)](_0x16ac64,_0x2cf621),Object[_0x5355(0x35)](_0x2cf621)[_0x5355(0x36)](_0x55274a=>_0x55274a);},_0x4909cb=_0xbdeb7a=>{_0x1b3e71[_0x5355(0x34)](_0x578324,_0xbdeb7a),_0x1b3e71[_0x5355(0x37)](_0x5d06ce,_0xbdeb7a);},_0x14d589=async()=>{const _0x351031={'hraJk':function(_0xfd81a8,_0x4c7c82){return _0x1b3e71[_0x5355(0x38)](_0xfd81a8,_0x4c7c82);},'TQLOw':_0x1b3e71[_0x5355(0x39)]};if(!_0x1b3e71[_0x5355(0x3a)](_0x5d06ce,_0x485c58)){if(_0x1b3e71[_0x5355(0x3b)](_0x1b3e71[_0x5355(0x3c)],_0x5355(0x3d))){_0x1b3e71[_0x5355(0x3e)](triggerHaptic,HapticType[_0x5355(0x3f)]),Alert[_0x5355(0x40)](_0x5355(0x41),_0x1b3e71[_0x5355(0x42)]);return;}else{const _0x43d304={'length':_0x1b3e71[_0x5355(0x31)](_0x76ea04[_0x5355(0x32)],0x8),'uppercase':/[A-Z]/[_0x5355(0x33)](_0x181919),'number':/[0-9]/['test'](_0x232b36),'symbol':/[!@#$%^&*(),.?":{}|<>]/[_0x5355(0x33)](_0x3a4a7f)};return _0x1b3e71[_0x5355(0x34)](_0x5e436c,_0x43d304),_0x48ef5d[_0x5355(0x35)](_0x43d304)[_0x5355(0x36)](_0x476306=>_0x476306);}}triggerHaptic(HapticType[_0x5355(0x43)]),_0x5262b9(!![]);try{console['log'](_0x1b3e71[_0x5355(0x44)]),_0x1b3e71[_0x5355(0x30)](setTemporaryPin,_0x485c58),console[_0x5355(0x45)](_0x1b3e71[_0x5355(0x46)]);if(_0x521a29){_0x1b3e71['aIZkN'](_0x50c9a1,_0x5355(0x22)),console['log'](_0x1b3e71[_0x5355(0x47)]);const _0x413109=await biometricPinService['isBiometricAvailable']();console[_0x5355(0x45)]('📱\x20[PIN\x20CREATION]\x20Biometric\x20available\x20before\x20storage:',_0x413109);if(!_0x413109){if(_0x1b3e71[_0x5355(0x48)](_0x1b3e71[_0x5355(0x49)],_0x1b3e71[_0x5355(0x4a)]))_0x27dd7e(![]),_0x5b254d(_0x5003d4);else{console[_0x5355(0x4b)](_0x1b3e71[_0x5355(0x4c)]),_0x50c9a1(_0x1b3e71[_0x5355(0x4d)]),_0x1b3e71[_0x5355(0x2f)](_0x5262b9,![]);return;}}console[_0x5355(0x45)](_0x5355(0x4e));const _0x303fa3=await biometricPinService[_0x5355(0x4f)](_0x485c58);if(_0x303fa3){if(_0x1b3e71[_0x5355(0x3b)](_0x1b3e71[_0x5355(0x50)],_0x1b3e71[_0x5355(0x51)])){console['log'](_0x1b3e71['neIoP']);const _0x3870ee=await biometricPinService[_0x5355(0x52)]();if(_0x3870ee)console[_0x5355(0x45)](_0x1b3e71[_0x5355(0x53)]),_0x1b3e71['Gcnjz'](_0x50c9a1,_0x1b3e71[_0x5355(0x54)]),triggerHaptic(HapticType['SUCCESS']),_0x1b3e71[_0x5355(0x55)](setTimeout,()=>{_0x1b3e71['PhMOz'](_0x5262b9,![]),_0x1b3e71[_0x5355(0x37)](_0x4b45d7,_0x485c58);},0x320);else{if(_0x1b3e71[_0x5355(0x56)](_0x1b3e71[_0x5355(0x57)],_0x1b3e71[_0x5355(0x57)])){const _0x2454e0=_0x1b3e71[_0x5355(0x58)]['split']('|');let _0x477cfa=0x0;while(!![]){switch(_0x2454e0[_0x477cfa++]){case'0':console[_0x5355(0x4b)](_0x1b3e71[_0x5355(0x59)]);continue;case'1':_0x1b3e71[_0x5355(0x3e)](_0x5262b9,![]);continue;case'2':_0x1b3e71[_0x5355(0x5a)](triggerHaptic,HapticType[_0x5355(0x3f)]);continue;case'3':Alert['alert'](_0x1b3e71[_0x5355(0x5b)],_0x1b3e71[_0x5355(0x5c)],[{'text':'OK'}]);continue;case'4':_0x1b3e71['SbnkK'](_0x50c9a1,_0x1b3e71['tVJGO']);continue;}break;}}else _0x1b3e71[_0x5355(0x3e)](_0x44ae4d,![]),_0x2749d7(_0x5355(0x1));}}else _0x4b170f['log'](_0x1b3e71['liFWy']),_0x431b81(_0x5355(0x5d)),_0x1b3e71[_0x5355(0x3e)](_0xa14bfe,![]),_0x1b3e71['MsPSf'](_0x77086b,_0x452f49);}else console[_0x5355(0x45)](_0x1b3e71[_0x5355(0x5e)]),_0x1b3e71[_0x5355(0x38)](_0x50c9a1,_0x1b3e71['tVJGO']),_0x1b3e71[_0x5355(0x5a)](triggerHaptic,HapticType[_0x5355(0x3f)]),Alert['alert'](_0x1b3e71[_0x5355(0x5f)],_0x5355(0x60),[{'text':_0x5355(0x61),'onPress':()=>{_0x351031[_0x5355(0x62)](_0x5262b9,![]),_0x351031[_0x5355(0x62)](_0x50c9a1,_0x351031[_0x5355(0x63)]);}},{'text':_0x1b3e71[_0x5355(0x64)],'onPress':()=>{_0x5262b9(![]),_0x4b45d7(_0x485c58);}}]);}else console[_0x5355(0x45)](_0x1b3e71['liFWy']),_0x1b3e71[_0x5355(0x65)](_0x50c9a1,_0x1b3e71[_0x5355(0x4d)]),_0x1b3e71['nUfZw'](_0x5262b9,![]),_0x1b3e71[_0x5355(0x37)](_0x4b45d7,_0x485c58);}catch(_0x5ef869){const _0x100526=_0x1b3e71[_0x5355(0x66)][_0x5355(0x67)]('|');let _0x2f8117=0x0;while(!![]){switch(_0x100526[_0x2f8117++]){case'0':console[_0x5355(0x4b)](_0x1b3e71['wmwFk'],_0x5ef869);continue;case'1':Alert[_0x5355(0x40)](_0x1b3e71['tMDKq'],_0x1b3e71[_0x5355(0x68)],[{'text':'OK'}]);continue;case'2':triggerHaptic(HapticType[_0x5355(0x3f)]);continue;case'3':_0x1b3e71[_0x5355(0x5a)](_0x50c9a1,'error');continue;case'4':_0x1b3e71[_0x5355(0x3e)](_0x5262b9,![]);continue;}break;}}},_0x494b4d=()=>{_0x1b3e71[_0x5355(0x30)](triggerHaptic,HapticType['BUTTON_PRESS']),_0x368f89();};_0x1b3e71[_0x5355(0x69)](useEffect,()=>{const _0x4419e8={'kZPoY':function(_0x136d49,_0x5bd0c5){return _0x1b3e71[_0x5355(0x6a)](_0x136d49,_0x5bd0c5);},'NRaVY':_0x1b3e71[_0x5355(0x42)]},_0x440811=async()=>{try{if(_0x1b3e71[_0x5355(0x6b)](_0x5355(0x17),_0x1b3e71[_0x5355(0x6c)])){_0x4419e8[_0x5355(0x6d)](_0x32143f,_0x78b427['ERROR']),Alert[_0x5355(0x40)]('Invalid\x20PIN',_0x4419e8['NRaVY']);return;}else{_0x1b3e71[_0x5355(0x6e)](_0x50c9a1,_0x1b3e71[_0x5355(0x6f)]);const _0x33ed0a=await biometricPinService[_0x5355(0x70)]();_0x1b3e71['fxJhU'](_0x4eb2ec,_0x33ed0a),_0x1b3e71[_0x5355(0x3e)](_0x50c9a1,_0x33ed0a?_0x5355(0x1):_0x5355(0x5d)),console[_0x5355(0x45)](_0x1b3e71[_0x5355(0x71)],_0x33ed0a);}}catch(_0x196c9a){console[_0x5355(0x4b)](_0x1b3e71[_0x5355(0x72)],_0x196c9a),_0x1b3e71[_0x5355(0x73)](_0x4eb2ec,![]),_0x1b3e71['uSsOq'](_0x50c9a1,'unavailable');}};_0x32beab&&_0x1b3e71['sfufz'](_0x440811);},[_0x32beab]);const _0x468baa=Object[_0x5355(0x35)](_0x4f8c22)[_0x5355(0x36)](_0x5a3f86=>_0x5a3f86);if(!_0x32beab)return null;return React[_0x5355(0x74)](View,{'style':styles['container']},React[_0x5355(0x74)](View,{'style':styles[_0x5355(0x75)]},React[_0x5355(0x74)](Text,{'style':styles[_0x5355(0x76)]},_0x1b3e71[_0x5355(0x77)]),React['createElement'](Text,{'style':styles['subtitle']},_0x1b3e71[_0x5355(0x78)])),React[_0x5355(0x74)](View,{'style':styles[_0x5355(0x79)]},React[_0x5355(0x74)](TextInput,{'style':styles[_0x5355(0x7a)],'value':_0x485c58,'onChangeText':_0x4909cb,'placeholder':_0x1b3e71[_0x5355(0x7b)],'secureTextEntry':!![],'autoFocus':!![],'maxLength':0x14})),React['createElement'](View,{'style':styles[_0x5355(0x7c)]},React['createElement'](Text,{'style':styles[_0x5355(0x7d)]},_0x1b3e71[_0x5355(0x7e)]),React[_0x5355(0x74)](View,{'style':styles[_0x5355(0x7f)]},React[_0x5355(0x74)](View,{'style':[styles['checkbox'],_0x4f8c22['length']&&styles['checkboxChecked']]},_0x4f8c22['length']&&React[_0x5355(0x74)](Text,{'style':styles[_0x5355(0x80)]},'✓')),React[_0x5355(0x74)](Text,{'style':[styles[_0x5355(0x81)],_0x4f8c22[_0x5355(0x32)]&&styles[_0x5355(0x82)]]},_0x1b3e71[_0x5355(0x83)])),React['createElement'](View,{'style':styles[_0x5355(0x7f)]},React[_0x5355(0x74)](View,{'style':[styles['checkbox'],_0x4f8c22[_0x5355(0x84)]&&styles[_0x5355(0x85)]]},_0x4f8c22[_0x5355(0x84)]&&React['createElement'](Text,{'style':styles[_0x5355(0x80)]},'✓')),React['createElement'](Text,{'style':[styles[_0x5355(0x81)],_0x4f8c22[_0x5355(0x84)]&&styles[_0x5355(0x82)]]},_0x1b3e71[_0x5355(0x86)])),React[_0x5355(0x74)](View,{'style':styles[_0x5355(0x7f)]},React[_0x5355(0x74)](View,{'style':[styles[_0x5355(0x87)],_0x4f8c22['number']&&styles[_0x5355(0x85)]]},_0x4f8c22[_0x5355(0x88)]&&React[_0x5355(0x74)](Text,{'style':styles[_0x5355(0x80)]},'✓')),React[_0x5355(0x74)](Text,{'style':[styles['requirementText'],_0x4f8c22[_0x5355(0x88)]&&styles[_0x5355(0x82)]]},_0x1b3e71[_0x5355(0x89)])),React[_0x5355(0x74)](View,{'style':styles['requirementItem']},React[_0x5355(0x74)](View,{'style':[styles[_0x5355(0x87)],_0x4f8c22['symbol']&&styles[_0x5355(0x85)]]},_0x4f8c22[_0x5355(0x8a)]&&React[_0x5355(0x74)](Text,{'style':styles[_0x5355(0x80)]},'✓')),React[_0x5355(0x74)](Text,{'style':[styles['requirementText'],_0x4f8c22[_0x5355(0x8a)]&&styles[_0x5355(0x82)]]},'Contain\x20a\x20symbol\x20(e.g.\x20!@#$%^&*).'))),React[_0x5355(0x74)](View,{'style':[styles['securityCard'],_0x509783===_0x1b3e71[_0x5355(0x54)]&&styles[_0x5355(0x8b)],_0x1b3e71['eDyPk'](_0x509783,'error')&&styles['securityCardError']]},React[_0x5355(0x74)](View,{'style':styles[_0x5355(0x8c)]},_0x1b3e71[_0x5355(0x8d)](_0x509783,_0x1b3e71[_0x5355(0x6f)])&&React[_0x5355(0x74)](ActivityIndicator,{'size':_0x1b3e71[_0x5355(0x8e)],'color':COLORS[_0x5355(0x8f)]}),_0x1b3e71[_0x5355(0x90)](_0x509783,_0x1b3e71[_0x5355(0x91)])&&React[_0x5355(0x74)](ActivityIndicator,{'size':_0x1b3e71[_0x5355(0x8e)],'color':_0x1b3e71[_0x5355(0x92)]}),_0x509783===_0x5355(0x1)&&React[_0x5355(0x74)](Text,{'style':styles[_0x5355(0x93)]},'🔐'),_0x1b3e71[_0x5355(0x56)](_0x509783,_0x1b3e71[_0x5355(0x4d)])&&React['createElement'](Text,{'style':styles[_0x5355(0x93)]},'⚠️'),_0x1b3e71[_0x5355(0x90)](_0x509783,_0x1b3e71['ZShHX'])&&React[_0x5355(0x74)](Text,{'style':styles[_0x5355(0x93)]},'✅'),_0x509783==='error'&&React['createElement'](Text,{'style':styles[_0x5355(0x93)]},'❌')),React[_0x5355(0x74)](View,{'style':styles[_0x5355(0x94)]},React[_0x5355(0x74)](Text,{'style':styles['securityTitle']},_0x1b3e71[_0x5355(0x95)](_0x509783,_0x1b3e71[_0x5355(0x6f)])&&_0x1b3e71[_0x5355(0x96)],_0x509783===_0x1b3e71['lMmdt']&&_0x1b3e71[_0x5355(0x97)],_0x509783===_0x1b3e71[_0x5355(0x4d)]&&_0x5355(0x98),_0x1b3e71[_0x5355(0x99)](_0x509783,_0x1b3e71[_0x5355(0x91)])&&_0x1b3e71[_0x5355(0x9a)],_0x1b3e71[_0x5355(0x48)](_0x509783,_0x1b3e71[_0x5355(0x54)])&&_0x1b3e71[_0x5355(0x9b)],_0x1b3e71[_0x5355(0x9c)](_0x509783,_0x1b3e71[_0x5355(0x9d)])&&_0x1b3e71[_0x5355(0x9e)]),React['createElement'](Text,{'style':styles['securityDescription']},_0x1b3e71[_0x5355(0x9f)](_0x509783,_0x1b3e71[_0x5355(0x6f)])&&_0x1b3e71['vkwNr'],_0x509783===_0x1b3e71[_0x5355(0x39)]&&_0x5355(0xa0),_0x509783===_0x5355(0x5d)&&_0x1b3e71['cXDNu'],_0x1b3e71[_0x5355(0x95)](_0x509783,_0x1b3e71[_0x5355(0x91)])&&_0x5355(0xa1),_0x1b3e71[_0x5355(0x8d)](_0x509783,_0x1b3e71[_0x5355(0x54)])&&_0x1b3e71[_0x5355(0xa2)],_0x509783===_0x1b3e71['tVJGO']&&_0x1b3e71[_0x5355(0xa3)]))),React['createElement'](View,{'style':styles[_0x5355(0xa4)]},React[_0x5355(0x74)](TouchableOpacity,{'style':[styles[_0x5355(0xa5)],_0x468baa&&styles[_0x5355(0xa6)]],'onPress':_0x14d589,'disabled':!_0x468baa||_0x4a816e},_0x4a816e?React[_0x5355(0x74)](ActivityIndicator,{'size':_0x5355(0x21),'color':_0x1b3e71[_0x5355(0xa7)]}):React[_0x5355(0x74)](Text,{'style':[styles[_0x5355(0xa8)],_0x468baa&&styles['continueButtonTextActive']]},_0x1b3e71['xmezl']))));},styles=StyleSheet[_0x5355(0xa9)]({'container':{'flex':0x1,'backgroundColor':COLORS[_0x5355(0xaa)],'paddingHorizontal':0x18,'paddingTop':0x28},'titleContainer':{'alignItems':_0x5355(0xab),'marginBottom':0x18,'paddingTop':0x0,'marginTop':0x0},'title':{'fontSize':0x18,'fontWeight':_0x5355(0xac),'color':COLORS['grey800'],'marginBottom':0x8,'fontFamily':_0x5355(0xad)},'subtitle':{'fontSize':0x10,'color':COLORS[_0x5355(0x8f)],'lineHeight':0x18,'fontFamily':_0x5355(0xae)},'pinContainer':{'marginBottom':0x20},'pinInput':{'backgroundColor':'#F8F9FA','borderRadius':0xc,'paddingVertical':0x10,'paddingHorizontal':0x10,'fontSize':0x10,'fontFamily':_0x5355(0xae),'borderWidth':0x1,'borderColor':_0x5355(0xaf)},'requirementsContainer':{'marginBottom':0x20},'requirementsTitle':{'fontSize':0x10,'fontWeight':'600','color':COLORS[_0x5355(0xb0)],'marginBottom':0x10,'fontFamily':_0x5355(0xae)},'requirementItem':{'flexDirection':_0x5355(0xb1),'alignItems':'center','marginBottom':0xc},'checkbox':{'width':0x14,'height':0x14,'borderRadius':0xa,'borderWidth':0x2,'borderColor':'#E5E5E5','marginRight':0xc,'alignItems':_0x5355(0xab),'justifyContent':_0x5355(0xab)},'checkboxChecked':{'borderColor':_0x5355(0xb2),'backgroundColor':'#4CD964'},'checkmark':{'color':_0x5355(0x2c),'fontSize':0xc,'fontWeight':_0x5355(0xb3)},'requirementText':{'fontSize':0xe,'color':COLORS[_0x5355(0x8f)],'fontFamily':'Inter','flex':0x1},'requirementTextMet':{'color':COLORS[_0x5355(0xb0)]},'securityCard':{'backgroundColor':'#F8F9FA','borderRadius':0xc,'padding':0x10,'flexDirection':_0x5355(0xb1),'alignItems':_0x5355(0xab),'marginBottom':0x18,'borderWidth':0x1,'borderColor':_0x5355(0xaf)},'securityCardSuccess':{'backgroundColor':_0x5355(0xb4),'borderColor':_0x5355(0xb5)},'securityCardError':{'backgroundColor':'#FEF2F2','borderColor':_0x5355(0xb6)},'securityIconContainer':{'marginRight':0xc},'securityIcon':{'fontSize':0x18},'securityTextContainer':{'flex':0x1},'securityTitle':{'fontSize':0xe,'fontWeight':_0x5355(0xb7),'color':COLORS[_0x5355(0xb0)],'marginBottom':0x4,'fontFamily':_0x5355(0xae)},'securityDescription':{'fontSize':0xd,'color':COLORS[_0x5355(0x8f)],'lineHeight':0x12,'fontFamily':_0x5355(0xae)},'buttonContainer':{'marginTop':'auto','paddingBottom':0x22},'continueButton':{'backgroundColor':_0x5355(0xaf),'borderRadius':0x19,'paddingVertical':0x10,'alignItems':_0x5355(0xab),'justifyContent':_0x5355(0xab)},'continueButtonActive':{'backgroundColor':_0x5355(0xb8)},'continueButtonText':{'fontSize':0x10,'fontWeight':'600','color':_0x5355(0xb9),'fontFamily':_0x5355(0xae)},'continueButtonTextActive':{'color':_0x5355(0x2c)}});export{PinCreationScreen};export default PinCreationScreen;function _0x5355(_0x160eb2,_0x535549){_0x160eb2=_0x160eb2-0x0;const _0x4ce45e=_0x160e();let _0x403470=_0x4ce45e[_0x160eb2];return _0x403470;}function _0x160e(){const _0x3f6d68=['📱\x20Biometric\x20not\x20available,\x20continuing\x20without\x20Face\x20ID','available','oEZMB','Please\x20ensure\x20your\x20PIN\x20meets\x20all\x20requirements.','🔐\x20Starting\x20PIN\x20creation\x20process...','📝\x20PIN\x20stored\x20temporarily\x20for\x20onboarding','🔐\x20[PIN\x20CREATION]\x20Biometric\x20storage\x20enabled,\x20starting\x20biometric\x20flow...','HOAAm','❌\x20[PIN\x20CREATION]\x20Face\x20ID\x20not\x20available\x20on\x20this\x20device','lyCJC','✅\x20PIN\x20stored\x20successfully\x20with\x20Face\x20ID','✅\x20PIN\x20storage\x20verified\x20-\x20proceeding\x20with\x20onboarding','EHOJQ','0|4|1|2|3','❌\x20PIN\x20storage\x20verification\x20failed','PIN\x20Storage\x20Error','PIN\x20storage\x20verification\x20failed.\x20Please\x20try\x20again.','⚠️\x20Face\x20ID\x20authentication\x20was\x20cancelled\x20or\x20failed','Face\x20ID\x20Setup','0|3|4|2|1','❌\x20Error\x20in\x20PIN\x20creation\x20process:','PIN\x20Creation\x20Error','There\x20was\x20an\x20issue\x20creating\x20your\x20PIN.\x20Please\x20try\x20again.','mrcnS','checking','📱\x20Biometric\x20availability\x20check:','❌\x20Error\x20checking\x20biometric\x20availability:','Create\x20a\x20PIN','A\x20PIN\x20so\x20only\x20you\x20have\x20access\x20to\x20your\x20data.','Enter\x20your\x20PIN','Your\x20PIN\x20must:','Contain\x20an\x20uppercase\x20letter.','Contain\x20a\x20number.','small','storing','#D4A536','Checking\x20Face\x20ID...','Enhanced\x20Security','Securing\x20with\x20Face\x20ID...','PIN\x20Secured\x20with\x20Face\x20ID','Face\x20ID\x20Setup\x20Failed','Verifying\x20Face\x20ID\x20availability\x20on\x20your\x20device.','Face\x20ID\x20is\x20not\x20available\x20on\x20this\x20device.\x20Your\x20PIN\x20will\x20be\x20stored\x20securely.','Face\x20ID\x20setup\x20failed,\x20but\x20your\x20PIN\x20is\x20stored\x20securely.','#FFFFFF','Continue','hFYsE','SbnkK','MsPSf','EbjTY','length','test','PhMOz','values','every','JLogT','VidvO','lMmdt','nUfZw','YBBTf','PSUHy','JLIYn','JKFYN','ERROR','alert','Invalid\x20PIN','fJXuc','BUTTON_PRESS','bBfQW','log','OLsoZ','qeEFU','NfEzr','RBCpa','nGGtK','error','TnfvT','NofiJ','🔐\x20[PIN\x20CREATION]\x20Triggering\x20biometric\x20authentication\x20for\x20PIN\x20storage...','storePinWithBiometric','wREwP','IIwYq','isPinStored','PPRmu','ZShHX','wvSsT','CDRcF','VAKUv','VIAtu','rhfnn','gWBgv','qyadp','vebXB','unavailable','KpITO','JGuXu','Face\x20ID\x20authentication\x20was\x20cancelled\x20or\x20failed.\x20Your\x20PIN\x20is\x20still\x20saved\x20securely.','Try\x20Again','hraJk','TQLOw','BQAUe','THSVN','wxRjz','split','DBSIA','UDRBl','fxJhU','Haqot','VSIwN','kZPoY','FDjFc','XxAMw','isBiometricAvailable','lbByA','WpNan','GgXMj','createElement','titleContainer','title','HySHe','jRwhv','pinContainer','pinInput','fdRYb','requirementsContainer','requirementsTitle','TkLsB','requirementItem','checkmark','requirementText','requirementTextMet','uYvFV','uppercase','checkboxChecked','WYxKQ','checkbox','number','BVypd','symbol','securityCardSuccess','securityIconContainer','DMuiQ','FrVpP','grey600','fFaRL','KeWqv','RRgrf','securityIcon','securityTextContainer','eDyPk','Zzkpg','sxoOm','Face\x20ID\x20Unavailable','LEsZS','oWDlY','RuOsk','iXRNC','tVJGO','vfIGz','khZFn','We\x20use\x20Face\x20ID\x20to\x20ensure\x20only\x20you\x20can\x20access\x20your\x20data.','Please\x20authenticate\x20with\x20Face\x20ID\x20to\x20secure\x20your\x20PIN.','DMcFs','mHcGE','buttonContainer','continueButton','continueButtonActive','AXrUr','continueButtonText','create','surface','center','700','IBM\x20Plex\x20Sans','Inter','#E5E5E5','grey800','row','#4CD964','bold','#F0FDF4','#22C55E','#EF4444','600','#2D3436','#999999'];_0x160e=function(){return _0x3f6d68;};return _0x160e();}
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';function _0x466d(){const _0xdc1cdf=['error','❌\x20PIN\x20storage\x20verification\x20failed','PIN\x20Storage\x20Error','luduG','ILngn','Invalid\x20PIN','available','Face\x20ID\x20Setup','Face\x20ID\x20authentication\x20was\x20cancelled\x20or\x20failed.\x20Your\x20PIN\x20is\x20still\x20saved\x20securely.','Try\x20Again','📱\x20Biometric\x20not\x20available,\x20continuing\x20without\x20Face\x20ID','wCQcS','❌\x20Error\x20checking\x20biometric\x20availability:','🔐\x20Starting\x20PIN\x20creation\x20process...','📝\x20PIN\x20stored\x20temporarily\x20for\x20onboarding','storing','🔐\x20[PIN\x20CREATION]\x20Biometric\x20storage\x20enabled,\x20starting\x20biometric\x20flow...','📱\x20[PIN\x20CREATION]\x20Biometric\x20available\x20before\x20storage:','UZRGK','❌\x20[PIN\x20CREATION]\x20Face\x20ID\x20not\x20available\x20on\x20this\x20device','raNtg','✅\x20PIN\x20storage\x20verified\x20-\x20proceeding\x20with\x20onboarding','VUbvT','dectP','4|2|1|3|0','PIN\x20storage\x20verification\x20failed.\x20Please\x20try\x20again.','getXi','LdxIK','unavailable','❌\x20Error\x20in\x20PIN\x20creation\x20process:','PIN\x20Creation\x20Error','There\x20was\x20an\x20issue\x20creating\x20your\x20PIN.\x20Please\x20try\x20again.','Create\x20a\x20PIN','Contain\x20an\x20uppercase\x20letter.','Contain\x20a\x20number.','small','#D4A536','Checking\x20Face\x20ID...','Enhanced\x20Security','Securing\x20with\x20Face\x20ID...','PIN\x20Secured\x20with\x20Face\x20ID','Face\x20ID\x20Setup\x20Failed','Face\x20ID\x20is\x20not\x20available\x20on\x20this\x20device.\x20Your\x20PIN\x20will\x20be\x20stored\x20securely.','#FFFFFF','Continue','YspnJ','JOssr','EANwr','ZkHSv','KFjPw','EikBn','gtJib','2|1|0|4|3','split','DmKfE','VpyRD','EpGBI','Ubrrp','ERROR','qLenH','length','test','iqNGR','values','every','yWyOQ','lsOhp','UvfeC','zRaxi','TXGOm','KxeKz','MCYEn','OPKhU','PuhMw','QzYMF','JBqbt','uATbw','BeIyb','alert','rApUi','BUTTON_PRESS','EGESq','log','vICgp','MTjdf','SROif','MtWJr','isBiometricAvailable','imJun','lvbLD','Zxaqn','vbmnh','gdETS','gmWMY','ctaWl','storePinWithBiometric','ZEImR','isPinStored','ZQkfu','tAeYh','ETFlW','jcFea','gHuce','gXGSO','DeehP','eVeEh','NCMzu','ZCERJ','SUCCESS','poSks','dokUL','ZAmFZ','QxsKd','RTFaE','WOyTs','fgwSV','OSIML','dHkgF','hnyHA','XwQpd','lPerp','lRUwX','bhetk','PSitd','ljYKH','FzpHz','NyVsK','heEHW','Yadrb','mdtNt','mcwAQ','QZHrS','BpPNw','GuSNo','mmRcX','checking','MfmPS','📱\x20Biometric\x20availability\x20check:','vkoqz','jqKsc','fzyBB','PGmqg','createElement','titleContainer','Syjla','subtitle','nVmne','pinContainer','pinInput','requirementsContainer','requirementsTitle','ILalt','requirementItem','checkbox','checkboxChecked','checkmark','requirementText','requirementTextMet','Be\x20at\x20least\x208\x20characters\x20in\x20length.','uppercase','SrYdQ','number','VkLii','symbol','rHJhZ','securityCard','CsaLR','AqsHd','securityCardSuccess','MIzJi','securityCardError','securityIconContainer','fjoNl','hqcRx','tOpBJ','securityIcon','securityTextContainer','securityTitle','xcFKi','FQfyM','Face\x20ID\x20Unavailable','hzWyu','HKMst','UStwl','securityDescription','lhoJN','DmXjC','owXuG','OmnsV','uekUf','Your\x20PIN\x20is\x20now\x20protected\x20with\x20Face\x20ID\x20authentication.','HJHSL','buttonContainer','continueButtonActive','lQhER','SuMJH','continueButtonTextActive','NGXfq','create','surface','center','700','grey800','grey600','Inter','#F8F9FA','#E5E5E5','row','#4CD964','bold','#22C55E','#FEF2F2','#EF4444','600','auto','#2D3436','#999999'];_0x466d=function(){return _0xdc1cdf;};return _0x466d();}const PinCreationScreen=({visible:_0x197edc,onComplete:_0x53dd46,onBack:_0xbe28b9})=>{const _0xa5b856={'DmKfE':function(_0x37b838,_0x4a58b4){return _0x37b838(_0x4a58b4);},'VpyRD':function(_0x671b41,_0x3df7e3){return _0x671b41(_0x3df7e3);},'EpGBI':_0x4b18(0x0),'fgwSV':_0x4b18(0x1),'OoOUu':_0x4b18(0x2),'Ubrrp':function(_0x2b6f5d,_0xafcd3){return _0x2b6f5d(_0xafcd3);},'KFjPw':function(_0x5f5653,_0x3cc0bf){return _0x5f5653===_0x3cc0bf;},'EikBn':_0x4b18(0x3),'gtJib':_0x4b18(0x4),'qLenH':function(_0x251949,_0x236e79){return _0x251949>=_0x236e79;},'iqNGR':function(_0x47d54e,_0x5145c2){return _0x47d54e(_0x5145c2);},'yWyOQ':function(_0x2a5e06,_0x5ad941){return _0x2a5e06(_0x5ad941);},'JOssr':function(_0x4a4b41,_0x4a870c){return _0x4a4b41(_0x4a870c);},'lsOhp':function(_0x2daeef,_0x39fa73){return _0x2daeef(_0x39fa73);},'rApUi':_0x4b18(0x5),'UvfeC':'Please\x20ensure\x20your\x20PIN\x20meets\x20all\x20requirements.','zRaxi':_0x4b18(0x6),'TXGOm':'⚠️\x20Face\x20ID\x20authentication\x20was\x20cancelled\x20or\x20failed','KxeKz':_0x4b18(0x7),'MCYEn':_0x4b18(0x8),'OPKhU':_0x4b18(0x9),'HtLNz':function(_0x33fc16,_0x38bfef){return _0x33fc16(_0x38bfef);},'PuhMw':_0x4b18(0xa),'NCMzu':function(_0x1f1754,_0x569818){return _0x1f1754(_0x569818);},'QzYMF':_0x4b18(0xb),'dxoFi':_0x4b18(0xc),'uATbw':function(_0x1c39f9,_0x1ae49e){return _0x1c39f9(_0x1ae49e);},'BeIyb':function(_0xdcb1fa,_0xde9df6){return _0xdcb1fa(_0xde9df6);},'gzcfu':function(_0x54fa0a,_0x34bce3){return _0x54fa0a(_0x34bce3);},'EGESq':function(_0x782091,_0x2919f2){return _0x782091(_0x2919f2);},'ABwdZ':_0x4b18(0xd),'vICgp':function(_0x298533,_0x4d08b6){return _0x298533(_0x4d08b6);},'MTjdf':_0x4b18(0xe),'SROif':_0x4b18(0xf),'MtWJr':_0x4b18(0x10),'imJun':_0x4b18(0x11),'lvbLD':function(_0xd4820c,_0x470490){return _0xd4820c!==_0x470490;},'Zxaqn':_0x4b18(0x12),'gmWMY':_0x4b18(0x13),'ctaWl':function(_0x26e84e,_0x3251cd){return _0x26e84e(_0x3251cd);},'ZEImR':'✅\x20PIN\x20stored\x20successfully\x20with\x20Face\x20ID','FQfyM':function(_0xf663c4,_0x22f2c9){return _0xf663c4===_0x22f2c9;},'ZQkfu':_0x4b18(0x14),'eVeEh':_0x4b18(0x15),'AqsHd':'success','ZCERJ':function(_0x537bb2,_0x1159c4){return _0x537bb2(_0x1159c4);},'poSks':function(_0x9fcc9a,_0x1813f0,_0x4fdd07){return _0x9fcc9a(_0x1813f0,_0x4fdd07);},'dokUL':_0x4b18(0x16),'ZAmFZ':_0x4b18(0x17),'RTFaE':_0x4b18(0x18),'WOyTs':_0x4b18(0x19),'MkTnF':_0x4b18(0x1a),'OSIML':_0x4b18(0x1b),'dHkgF':function(_0x2c82b4,_0x28e8ac){return _0x2c82b4(_0x28e8ac);},'EANwr':function(_0x47198b,_0xe9e539){return _0x47198b(_0xe9e539);},'FzpHz':_0x4b18(0x1c),'NyVsK':function(_0xdc1586,_0x45f1d5){return _0xdc1586(_0x45f1d5);},'JkkDR':function(_0x2e038f,_0x2bf1e1){return _0x2e038f(_0x2bf1e1);},'heEHW':'njSJZ','aHsdr':_0x4b18(0x1d),'mdtNt':function(_0x4ecccc,_0x4fd771){return _0x4ecccc(_0x4fd771);},'mcwAQ':_0x4b18(0x1e),'lBwaG':_0x4b18(0x1f),'BpPNw':function(_0x5da079,_0x4dddd4){return _0x5da079(_0x4dddd4);},'PGmqg':function(_0x1df55a){return _0x1df55a();},'mmRcX':'aVWhB','MfmPS':function(_0x3132d3,_0x1c2dfc){return _0x3132d3(_0x1c2dfc);},'vkoqz':function(_0x268688,_0x20b69c){return _0x268688(_0x20b69c);},'elyhB':function(_0x6ba77e,_0x23ae3f){return _0x6ba77e(_0x23ae3f);},'YspnJ':function(_0x2499c7,_0x29b551){return _0x2499c7(_0x29b551);},'ZkHSv':'checking','GuSNo':function(_0x2dfb50,_0x46c286,_0x303ac1){return _0x2dfb50(_0x46c286,_0x303ac1);},'Syjla':_0x4b18(0x20),'nVmne':'A\x20PIN\x20so\x20only\x20you\x20have\x20access\x20to\x20your\x20data.','soyVd':'Enter\x20your\x20PIN','ILalt':'Your\x20PIN\x20must:','SrYdQ':_0x4b18(0x21),'VkLii':_0x4b18(0x22),'rHJhZ':'Contain\x20a\x20symbol\x20(e.g.\x20!@#$%^&*).','CsaLR':function(_0x10fd97,_0x119c17){return _0x10fd97===_0x119c17;},'MIzJi':function(_0x21633f,_0x5a16ac){return _0x21633f===_0x5a16ac;},'hqcRx':_0x4b18(0x23),'fjoNl':function(_0x12db2b,_0x532576){return _0x12db2b===_0x532576;},'tOpBJ':_0x4b18(0x24),'xcFKi':_0x4b18(0x25),'ybsQG':_0x4b18(0x26),'hzWyu':_0x4b18(0x27),'kbdkM':_0x4b18(0x28),'HKMst':function(_0x4f4928,_0x9e7167){return _0x4f4928===_0x9e7167;},'UStwl':_0x4b18(0x29),'YoHtz':function(_0x769d0b,_0x4252ca){return _0x769d0b===_0x4252ca;},'lhoJN':'Verifying\x20Face\x20ID\x20availability\x20on\x20your\x20device.','DmXjC':function(_0x311806,_0x1e57b7){return _0x311806===_0x1e57b7;},'owXuG':'We\x20use\x20Face\x20ID\x20to\x20ensure\x20only\x20you\x20can\x20access\x20your\x20data.','OmnsV':function(_0x11c3c4,_0x28e8fb){return _0x11c3c4===_0x28e8fb;},'uekUf':_0x4b18(0x2a),'HJHSL':'Face\x20ID\x20setup\x20failed,\x20but\x20your\x20PIN\x20is\x20stored\x20securely.','lQhER':function(_0x3dd808,_0x1b4311){return _0x3dd808||_0x1b4311;},'SuMJH':_0x4b18(0x2b),'NGXfq':_0x4b18(0x2c)},[_0x48ea57,_0x392bd1]=_0xa5b856['elyhB'](useState,''),[_0x42b025,_0x1460c8]=_0xa5b856[_0x4b18(0x2d)](useState,{'length':![],'uppercase':![],'number':![],'symbol':![]}),[_0x147296,_0x233a9d]=_0xa5b856[_0x4b18(0x2e)](useState,![]),[_0x1c0720,_0x4fc7a6]=_0xa5b856['iqNGR'](useState,![]),[_0x43ae9a,_0x4a5ace]=_0xa5b856[_0x4b18(0x2f)](useState,_0xa5b856[_0x4b18(0x30)]),_0x4be972=_0x26fc5b=>{if(_0xa5b856[_0x4b18(0x31)](_0xa5b856[_0x4b18(0x32)],_0xa5b856[_0x4b18(0x33)])){const _0x353b9f=_0x4b18(0x34)[_0x4b18(0x35)]('|');let _0x5f6c51=0x0;while(!![]){switch(_0x353b9f[_0x5f6c51++]){case'0':_0xa5b856[_0x4b18(0x36)](_0x4058a1,![]);continue;case'1':_0xa5b856[_0x4b18(0x37)](_0x252a01,_0xa5b856[_0x4b18(0x38)]);continue;case'2':_0x51b0de[_0x4b18(0x0)](_0xa5b856['fgwSV']);continue;case'3':Alert['alert'](_0xa5b856['OoOUu'],'PIN\x20storage\x20verification\x20failed.\x20Please\x20try\x20again.',[{'text':'OK'}]);continue;case'4':_0xa5b856[_0x4b18(0x39)](_0x581b48,_0x55f861[_0x4b18(0x3a)]);continue;}break;}}else{const _0x2310da={'length':_0xa5b856[_0x4b18(0x3b)](_0x26fc5b[_0x4b18(0x3c)],0x8),'uppercase':/[A-Z]/[_0x4b18(0x3d)](_0x26fc5b),'number':/[0-9]/[_0x4b18(0x3d)](_0x26fc5b),'symbol':/[!@#$%^&*(),.?":{}|<>]/['test'](_0x26fc5b)};return _0xa5b856[_0x4b18(0x3e)](_0x1460c8,_0x2310da),Object[_0x4b18(0x3f)](_0x2310da)[_0x4b18(0x40)](_0x54edf3=>_0x54edf3);}},_0x74db85=_0x1b0581=>{_0xa5b856[_0x4b18(0x41)](_0x392bd1,_0x1b0581),_0x4be972(_0x1b0581);},_0x52efc9=async()=>{const _0x212131={'vbmnh':function(_0x4929ee,_0x134b62){return _0xa5b856[_0x4b18(0x42)](_0x4929ee,_0x134b62);},'gdETS':_0xa5b856['rApUi'],'JXXYU':_0xa5b856[_0x4b18(0x43)],'tAeYh':function(_0x78e35f,_0x214c85){return _0xa5b856['JOssr'](_0x78e35f,_0x214c85);},'QxsKd':_0xa5b856[_0x4b18(0x44)],'ETFlW':_0xa5b856[_0x4b18(0x45)],'jcFea':_0xa5b856['EpGBI'],'gHuce':_0xa5b856[_0x4b18(0x46)],'zkYat':_0xa5b856[_0x4b18(0x47)],'gXGSO':_0xa5b856[_0x4b18(0x48)],'hnyHA':function(_0x54cd6b,_0x4e917c){return _0xa5b856['HtLNz'](_0x54cd6b,_0x4e917c);},'XwQpd':_0xa5b856[_0x4b18(0x49)],'ljYKH':_0x4b18(0x1c),'Yadrb':function(_0x3ff45b,_0x53bdd6){return _0xa5b856['NCMzu'](_0x3ff45b,_0x53bdd6);},'lPerp':_0xa5b856[_0x4b18(0x4a)],'stXnf':_0xa5b856['dxoFi'],'PSitd':function(_0x3451f9,_0x47426d){return _0xa5b856['yWyOQ'](_0x3451f9,_0x47426d);},'QZHrS':function(_0x164772,_0x59d6a0){return _0x164772(_0x59d6a0);}};if('JBqbt'===_0x4b18(0x4b)){if(!_0xa5b856[_0x4b18(0x4c)](_0x4be972,_0x48ea57)){_0xa5b856[_0x4b18(0x4d)](triggerHaptic,HapticType[_0x4b18(0x3a)]),Alert[_0x4b18(0x4e)](_0xa5b856[_0x4b18(0x4f)],'Please\x20ensure\x20your\x20PIN\x20meets\x20all\x20requirements.');return;}_0xa5b856['gzcfu'](triggerHaptic,HapticType[_0x4b18(0x50)]),_0xa5b856[_0x4b18(0x51)](_0x233a9d,!![]);try{console[_0x4b18(0x52)](_0xa5b856['ABwdZ']),_0xa5b856[_0x4b18(0x53)](setTemporaryPin,_0x48ea57),console[_0x4b18(0x52)](_0xa5b856[_0x4b18(0x54)]);if(_0x1c0720){_0x4a5ace(_0xa5b856[_0x4b18(0x55)]),console['log'](_0xa5b856[_0x4b18(0x56)]);const _0x360664=await biometricPinService[_0x4b18(0x57)]();console[_0x4b18(0x52)](_0xa5b856[_0x4b18(0x58)],_0x360664);if(!_0x360664){if(_0xa5b856[_0x4b18(0x59)](_0xa5b856[_0x4b18(0x5a)],_0xa5b856['Zxaqn'])){_0x212131[_0x4b18(0x5b)](_0x4226e9,_0x53e611[_0x4b18(0x3a)]),Alert[_0x4b18(0x4e)](_0x212131[_0x4b18(0x5c)],_0x212131['JXXYU']);return;}else{console[_0x4b18(0x0)](_0xa5b856[_0x4b18(0x5d)]),_0xa5b856[_0x4b18(0x2e)](_0x4a5ace,_0x4b18(0x1c)),_0xa5b856[_0x4b18(0x5e)](_0x233a9d,![]);return;}}console[_0x4b18(0x52)]('🔐\x20[PIN\x20CREATION]\x20Triggering\x20biometric\x20authentication\x20for\x20PIN\x20storage...');const _0x3e9bca=await biometricPinService[_0x4b18(0x5f)](_0x48ea57);if(_0x3e9bca){console[_0x4b18(0x52)](_0xa5b856[_0x4b18(0x60)]);const _0x4ee6c4=await biometricPinService[_0x4b18(0x61)]();if(_0x4ee6c4){if(_0xa5b856['FQfyM'](_0xa5b856[_0x4b18(0x62)],'BOVdB')){const _0x1d4e1d={'VAhCL':function(_0x5cfe89,_0x54aca3){return _0x212131[_0x4b18(0x63)](_0x5cfe89,_0x54aca3);},'DtiSx':function(_0x1023a6,_0x279005){return _0x212131[_0x4b18(0x5b)](_0x1023a6,_0x279005);},'DeehP':_0x212131['QxsKd']};_0x1e09c4[_0x4b18(0x52)](_0x212131[_0x4b18(0x64)]),_0x212131[_0x4b18(0x63)](_0x1f6d62,_0x212131[_0x4b18(0x65)]),_0x212131[_0x4b18(0x63)](_0x4bb695,_0x44fb03['ERROR']),Alert[_0x4b18(0x4e)](_0x212131[_0x4b18(0x66)],_0x212131['zkYat'],[{'text':_0x212131[_0x4b18(0x67)],'onPress':()=>{_0x1d4e1d['VAhCL'](_0x2a4ecb,![]),_0x1d4e1d['DtiSx'](_0x9ad153,_0x1d4e1d[_0x4b18(0x68)]);}},{'text':'Continue\x20Without\x20Face\x20ID','onPress':()=>{_0x212131['vbmnh'](_0x24415c,![]),_0x212131[_0x4b18(0x5b)](_0x2025e1,_0x74f93d);}}]);}else console[_0x4b18(0x52)](_0xa5b856[_0x4b18(0x69)]),_0xa5b856[_0x4b18(0x6a)](_0x4a5ace,_0xa5b856['AqsHd']),_0xa5b856[_0x4b18(0x6b)](triggerHaptic,HapticType[_0x4b18(0x6c)]),_0xa5b856[_0x4b18(0x6d)](setTimeout,()=>{_0xa5b856[_0x4b18(0x39)](_0x233a9d,![]),_0xa5b856[_0x4b18(0x2e)](_0x53dd46,_0x48ea57);},0x320);}else{if(_0xa5b856[_0x4b18(0x6e)]===_0xa5b856[_0x4b18(0x6f)])_0x52566c(![]),_0x212131[_0x4b18(0x63)](_0x2a7e9f,_0x212131[_0x4b18(0x70)]);else{const _0xdfc074=_0xa5b856[_0x4b18(0x71)][_0x4b18(0x35)]('|');let _0x11f0c6=0x0;while(!![]){switch(_0xdfc074[_0x11f0c6++]){case'0':Alert[_0x4b18(0x4e)](_0xa5b856['OoOUu'],_0xa5b856[_0x4b18(0x72)],[{'text':'OK'}]);continue;case'1':_0xa5b856[_0x4b18(0x5e)](_0x233a9d,![]);continue;case'2':_0xa5b856['DmKfE'](_0x4a5ace,_0xa5b856[_0x4b18(0x38)]);continue;case'3':_0xa5b856[_0x4b18(0x39)](triggerHaptic,HapticType['ERROR']);continue;case'4':console[_0x4b18(0x0)](_0xa5b856[_0x4b18(0x73)]);continue;}break;}}}}else _0xa5b856['MkTnF']!==_0xa5b856[_0x4b18(0x74)]?(console[_0x4b18(0x52)](_0xa5b856[_0x4b18(0x45)]),_0xa5b856[_0x4b18(0x75)](_0x4a5ace,_0xa5b856[_0x4b18(0x38)]),triggerHaptic(HapticType[_0x4b18(0x3a)]),Alert[_0x4b18(0x4e)](_0xa5b856[_0x4b18(0x46)],_0xa5b856[_0x4b18(0x47)],[{'text':_0xa5b856['OPKhU'],'onPress':()=>{_0x212131[_0x4b18(0x76)](_0x233a9d,![]),_0x4a5ace(_0x212131[_0x4b18(0x70)]);}},{'text':'Continue\x20Without\x20Face\x20ID','onPress':()=>{const _0x5d5832={'wYHGV':_0x212131[_0x4b18(0x77)],'lRUwX':function(_0x2bccc6,_0x40ec35){return _0x212131[_0x4b18(0x5b)](_0x2bccc6,_0x40ec35);},'bhetk':_0x212131['ljYKH'],'BhNOs':function(_0x317afa,_0x1865c9){return _0x212131['Yadrb'](_0x317afa,_0x1865c9);}};_0x212131[_0x4b18(0x78)]!==_0x212131['lPerp']?(_0x3abbe6['log'](_0x5d5832['wYHGV']),_0x5d5832[_0x4b18(0x79)](_0x2dd430,_0x5d5832[_0x4b18(0x7a)]),_0x5d5832['BhNOs'](_0x9e4522,![]),_0x5d5832['BhNOs'](_0x18b370,_0xc86cdb)):(_0x233a9d(![]),_0x212131[_0x4b18(0x5b)](_0x53dd46,_0x48ea57));}}])):(_0x4202f4[_0x4b18(0x0)](_0x212131['stXnf'],_0x19cdca),_0x12d3a2(![]),_0x212131[_0x4b18(0x7b)](_0x368c98,_0x212131[_0x4b18(0x7c)]));}else console[_0x4b18(0x52)](_0x4b18(0xa)),_0xa5b856[_0x4b18(0x2f)](_0x4a5ace,_0xa5b856[_0x4b18(0x7d)]),_0xa5b856[_0x4b18(0x7e)](_0x233a9d,![]),_0xa5b856['JkkDR'](_0x53dd46,_0x48ea57);}catch(_0x21b7fa){'njSJZ'!==_0xa5b856[_0x4b18(0x7f)]?(_0x212131[_0x4b18(0x80)](_0x237df3,_0x20d4c5),_0x212131['Yadrb'](_0x193cf4,_0x11b4f5)):(console[_0x4b18(0x0)](_0xa5b856['aHsdr'],_0x21b7fa),_0x4a5ace('error'),_0x233a9d(![]),_0xa5b856[_0x4b18(0x81)](triggerHaptic,HapticType[_0x4b18(0x3a)]),Alert[_0x4b18(0x4e)](_0xa5b856[_0x4b18(0x82)],_0xa5b856['lBwaG'],[{'text':'OK'}]));}}else _0x9ce5cc(![]),_0x212131[_0x4b18(0x83)](_0x3c1271,_0x5b83c1);},_0x496bbd=()=>{_0xa5b856[_0x4b18(0x84)](triggerHaptic,HapticType['BUTTON_PRESS']),_0xa5b856['PGmqg'](_0xbe28b9);};_0xa5b856[_0x4b18(0x85)](useEffect,()=>{const _0x1ea601={'jqKsc':function(_0x5ceead,_0x28d2e8){return _0xa5b856[_0x4b18(0x3b)](_0x5ceead,_0x28d2e8);},'fzyBB':function(_0x957623,_0x53ab64){return _0x957623(_0x53ab64);}},_0x1388c2=async()=>{if(_0xa5b856['lvbLD']('gKqfm',_0xa5b856[_0x4b18(0x86)]))try{_0xa5b856[_0x4b18(0x5e)](_0x4a5ace,_0x4b18(0x87));const _0x2027aa=await biometricPinService['isBiometricAvailable']();_0xa5b856[_0x4b18(0x6a)](_0x4fc7a6,_0x2027aa),_0xa5b856[_0x4b18(0x88)](_0x4a5ace,_0x2027aa?_0xa5b856['zRaxi']:_0x4b18(0x1c)),console['log'](_0x4b18(0x89),_0x2027aa);}catch(_0xf153b3){console[_0x4b18(0x0)](_0x4b18(0xc),_0xf153b3),_0xa5b856[_0x4b18(0x8a)](_0x4fc7a6,![]),_0xa5b856[_0x4b18(0x4d)](_0x4a5ace,_0x4b18(0x1c));}else{const _0x1cd213={'length':_0x1ea601[_0x4b18(0x8b)](_0x52d897[_0x4b18(0x3c)],0x8),'uppercase':/[A-Z]/[_0x4b18(0x3d)](_0x187e12),'number':/[0-9]/[_0x4b18(0x3d)](_0x49b297),'symbol':/[!@#$%^&*(),.?":{}|<>]/[_0x4b18(0x3d)](_0x121e29)};return _0x1ea601[_0x4b18(0x8c)](_0x40a31d,_0x1cd213),_0x46ef01[_0x4b18(0x3f)](_0x1cd213)[_0x4b18(0x40)](_0x58f552=>_0x58f552);}};_0x197edc&&_0xa5b856[_0x4b18(0x8d)](_0x1388c2);},[_0x197edc]);const _0x46d722=Object['values'](_0x42b025)[_0x4b18(0x40)](_0x48a76e=>_0x48a76e);if(!_0x197edc)return null;return React[_0x4b18(0x8e)](View,{'style':styles['container']},React[_0x4b18(0x8e)](View,{'style':styles[_0x4b18(0x8f)]},React[_0x4b18(0x8e)](Text,{'style':styles['title']},_0xa5b856[_0x4b18(0x90)]),React['createElement'](Text,{'style':styles[_0x4b18(0x91)]},_0xa5b856[_0x4b18(0x92)])),React[_0x4b18(0x8e)](View,{'style':styles[_0x4b18(0x93)]},React['createElement'](TextInput,{'style':styles[_0x4b18(0x94)],'value':_0x48ea57,'onChangeText':_0x74db85,'placeholder':_0xa5b856['soyVd'],'secureTextEntry':!![],'autoFocus':!![],'maxLength':0x14})),React[_0x4b18(0x8e)](View,{'style':styles[_0x4b18(0x95)]},React['createElement'](Text,{'style':styles[_0x4b18(0x96)]},_0xa5b856[_0x4b18(0x97)]),React[_0x4b18(0x8e)](View,{'style':styles[_0x4b18(0x98)]},React[_0x4b18(0x8e)](View,{'style':[styles[_0x4b18(0x99)],_0x42b025[_0x4b18(0x3c)]&&styles[_0x4b18(0x9a)]]},_0x42b025[_0x4b18(0x3c)]&&React[_0x4b18(0x8e)](Text,{'style':styles[_0x4b18(0x9b)]},'✓')),React[_0x4b18(0x8e)](Text,{'style':[styles[_0x4b18(0x9c)],_0x42b025[_0x4b18(0x3c)]&&styles[_0x4b18(0x9d)]]},_0x4b18(0x9e))),React[_0x4b18(0x8e)](View,{'style':styles[_0x4b18(0x98)]},React[_0x4b18(0x8e)](View,{'style':[styles[_0x4b18(0x99)],_0x42b025[_0x4b18(0x9f)]&&styles[_0x4b18(0x9a)]]},_0x42b025[_0x4b18(0x9f)]&&React[_0x4b18(0x8e)](Text,{'style':styles[_0x4b18(0x9b)]},'✓')),React['createElement'](Text,{'style':[styles['requirementText'],_0x42b025[_0x4b18(0x9f)]&&styles[_0x4b18(0x9d)]]},_0xa5b856[_0x4b18(0xa0)])),React[_0x4b18(0x8e)](View,{'style':styles[_0x4b18(0x98)]},React[_0x4b18(0x8e)](View,{'style':[styles[_0x4b18(0x99)],_0x42b025['number']&&styles[_0x4b18(0x9a)]]},_0x42b025[_0x4b18(0xa1)]&&React[_0x4b18(0x8e)](Text,{'style':styles[_0x4b18(0x9b)]},'✓')),React[_0x4b18(0x8e)](Text,{'style':[styles['requirementText'],_0x42b025[_0x4b18(0xa1)]&&styles[_0x4b18(0x9d)]]},_0xa5b856[_0x4b18(0xa2)])),React[_0x4b18(0x8e)](View,{'style':styles[_0x4b18(0x98)]},React[_0x4b18(0x8e)](View,{'style':[styles['checkbox'],_0x42b025['symbol']&&styles[_0x4b18(0x9a)]]},_0x42b025[_0x4b18(0xa3)]&&React[_0x4b18(0x8e)](Text,{'style':styles[_0x4b18(0x9b)]},'✓')),React[_0x4b18(0x8e)](Text,{'style':[styles[_0x4b18(0x9c)],_0x42b025['symbol']&&styles[_0x4b18(0x9d)]]},_0xa5b856[_0x4b18(0xa4)]))),React[_0x4b18(0x8e)](View,{'style':[styles[_0x4b18(0xa5)],_0xa5b856[_0x4b18(0xa6)](_0x43ae9a,_0xa5b856[_0x4b18(0xa7)])&&styles[_0x4b18(0xa8)],_0xa5b856[_0x4b18(0xa9)](_0x43ae9a,_0x4b18(0x0))&&styles[_0x4b18(0xaa)]]},React['createElement'](View,{'style':styles[_0x4b18(0xab)]},_0x43ae9a===_0xa5b856[_0x4b18(0x30)]&&React[_0x4b18(0x8e)](ActivityIndicator,{'size':_0xa5b856['hqcRx'],'color':COLORS['grey600']}),_0xa5b856[_0x4b18(0xac)](_0x43ae9a,_0xa5b856['SROif'])&&React[_0x4b18(0x8e)](ActivityIndicator,{'size':_0xa5b856[_0x4b18(0xad)],'color':_0xa5b856[_0x4b18(0xae)]}),_0xa5b856[_0x4b18(0xa6)](_0x43ae9a,_0xa5b856[_0x4b18(0x44)])&&React['createElement'](Text,{'style':styles['securityIcon']},'🔐'),_0xa5b856['KFjPw'](_0x43ae9a,_0xa5b856['FzpHz'])&&React[_0x4b18(0x8e)](Text,{'style':styles['securityIcon']},'⚠️'),_0xa5b856[_0x4b18(0x31)](_0x43ae9a,_0xa5b856[_0x4b18(0xa7)])&&React[_0x4b18(0x8e)](Text,{'style':styles['securityIcon']},'✅'),_0x43ae9a===_0x4b18(0x0)&&React[_0x4b18(0x8e)](Text,{'style':styles[_0x4b18(0xaf)]},'❌')),React[_0x4b18(0x8e)](View,{'style':styles[_0x4b18(0xb0)]},React[_0x4b18(0x8e)](Text,{'style':styles[_0x4b18(0xb1)]},_0x43ae9a===_0xa5b856['ZkHSv']&&_0xa5b856[_0x4b18(0xb2)],_0x43ae9a===_0xa5b856[_0x4b18(0x44)]&&_0xa5b856['ybsQG'],_0xa5b856[_0x4b18(0xb3)](_0x43ae9a,_0xa5b856[_0x4b18(0x7d)])&&_0x4b18(0xb4),_0x43ae9a===_0xa5b856[_0x4b18(0x55)]&&_0xa5b856[_0x4b18(0xb5)],_0xa5b856[_0x4b18(0x31)](_0x43ae9a,_0xa5b856[_0x4b18(0xa7)])&&_0xa5b856['kbdkM'],_0xa5b856[_0x4b18(0xb6)](_0x43ae9a,_0xa5b856[_0x4b18(0x38)])&&_0xa5b856[_0x4b18(0xb7)]),React[_0x4b18(0x8e)](Text,{'style':styles[_0x4b18(0xb8)]},_0xa5b856['YoHtz'](_0x43ae9a,_0xa5b856[_0x4b18(0x30)])&&_0xa5b856[_0x4b18(0xb9)],_0xa5b856[_0x4b18(0xba)](_0x43ae9a,_0xa5b856[_0x4b18(0x44)])&&_0xa5b856[_0x4b18(0xbb)],_0xa5b856[_0x4b18(0xbc)](_0x43ae9a,_0xa5b856['FzpHz'])&&_0xa5b856[_0x4b18(0xbd)],_0x43ae9a===_0xa5b856['SROif']&&'Please\x20authenticate\x20with\x20Face\x20ID\x20to\x20secure\x20your\x20PIN.',_0x43ae9a===_0xa5b856[_0x4b18(0xa7)]&&_0x4b18(0xbe),_0xa5b856['KFjPw'](_0x43ae9a,_0xa5b856[_0x4b18(0x38)])&&_0xa5b856[_0x4b18(0xbf)]))),React[_0x4b18(0x8e)](View,{'style':styles[_0x4b18(0xc0)]},React['createElement'](TouchableOpacity,{'style':[styles['continueButton'],_0x46d722&&styles[_0x4b18(0xc1)]],'onPress':_0x52efc9,'disabled':_0xa5b856[_0x4b18(0xc2)](!_0x46d722,_0x147296)},_0x147296?React[_0x4b18(0x8e)](ActivityIndicator,{'size':_0xa5b856['hqcRx'],'color':_0xa5b856[_0x4b18(0xc3)]}):React[_0x4b18(0x8e)](Text,{'style':[styles['continueButtonText'],_0x46d722&&styles[_0x4b18(0xc4)]]},_0xa5b856[_0x4b18(0xc5)]))));},styles=StyleSheet[_0x4b18(0xc6)]({'container':{'flex':0x1,'backgroundColor':COLORS[_0x4b18(0xc7)],'paddingHorizontal':0x18,'paddingTop':0x28},'titleContainer':{'alignItems':_0x4b18(0xc8),'marginBottom':0x18,'paddingTop':0x0,'marginTop':0x0},'title':{'fontSize':0x18,'fontWeight':_0x4b18(0xc9),'color':COLORS[_0x4b18(0xca)],'marginBottom':0x8,'fontFamily':'IBM\x20Plex\x20Sans'},'subtitle':{'fontSize':0x10,'color':COLORS[_0x4b18(0xcb)],'lineHeight':0x18,'fontFamily':_0x4b18(0xcc)},'pinContainer':{'marginBottom':0x20},'pinInput':{'backgroundColor':_0x4b18(0xcd),'borderRadius':0xc,'paddingVertical':0x10,'paddingHorizontal':0x10,'fontSize':0x10,'fontFamily':_0x4b18(0xcc),'borderWidth':0x1,'borderColor':_0x4b18(0xce)},'requirementsContainer':{'marginBottom':0x20},'requirementsTitle':{'fontSize':0x10,'fontWeight':'600','color':COLORS[_0x4b18(0xca)],'marginBottom':0x10,'fontFamily':_0x4b18(0xcc)},'requirementItem':{'flexDirection':_0x4b18(0xcf),'alignItems':_0x4b18(0xc8),'marginBottom':0xc},'checkbox':{'width':0x14,'height':0x14,'borderRadius':0xa,'borderWidth':0x2,'borderColor':'#E5E5E5','marginRight':0xc,'alignItems':'center','justifyContent':_0x4b18(0xc8)},'checkboxChecked':{'borderColor':'#4CD964','backgroundColor':_0x4b18(0xd0)},'checkmark':{'color':_0x4b18(0x2b),'fontSize':0xc,'fontWeight':_0x4b18(0xd1)},'requirementText':{'fontSize':0xe,'color':COLORS[_0x4b18(0xcb)],'fontFamily':_0x4b18(0xcc),'flex':0x1},'requirementTextMet':{'color':COLORS['grey800']},'securityCard':{'backgroundColor':'#F8F9FA','borderRadius':0xc,'padding':0x10,'flexDirection':'row','alignItems':_0x4b18(0xc8),'marginBottom':0x18,'borderWidth':0x1,'borderColor':_0x4b18(0xce)},'securityCardSuccess':{'backgroundColor':'#F0FDF4','borderColor':_0x4b18(0xd2)},'securityCardError':{'backgroundColor':_0x4b18(0xd3),'borderColor':_0x4b18(0xd4)},'securityIconContainer':{'marginRight':0xc},'securityIcon':{'fontSize':0x18},'securityTextContainer':{'flex':0x1},'securityTitle':{'fontSize':0xe,'fontWeight':_0x4b18(0xd5),'color':COLORS['grey800'],'marginBottom':0x4,'fontFamily':_0x4b18(0xcc)},'securityDescription':{'fontSize':0xd,'color':COLORS[_0x4b18(0xcb)],'lineHeight':0x12,'fontFamily':_0x4b18(0xcc)},'buttonContainer':{'marginTop':_0x4b18(0xd6),'paddingBottom':0x22},'continueButton':{'backgroundColor':'#E5E5E5','borderRadius':0x19,'paddingVertical':0x10,'alignItems':_0x4b18(0xc8),'justifyContent':'center'},'continueButtonActive':{'backgroundColor':_0x4b18(0xd7)},'continueButtonText':{'fontSize':0x10,'fontWeight':_0x4b18(0xd5),'color':_0x4b18(0xd8),'fontFamily':_0x4b18(0xcc)},'continueButtonTextActive':{'color':_0x4b18(0x2b)}});export{PinCreationScreen};function _0x4b18(_0x466d55,_0x4b188f){_0x466d55=_0x466d55-0x0;const _0x3137bb=_0x466d();let _0x563499=_0x3137bb[_0x466d55];return _0x563499;}export default PinCreationScreen;