@onairos/react-native 3.7.0 → 3.7.1

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 (232) 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/images/netflix.png +0 -0
  4. package/lib/commonjs/components/BodyText.js +1 -1
  5. package/lib/commonjs/components/BrandMark.js +1 -1
  6. package/lib/commonjs/components/CodeInput.js +1 -1
  7. package/lib/commonjs/components/EmailInput.js +1 -1
  8. package/lib/commonjs/components/GoogleButton.js +1 -1
  9. package/lib/commonjs/components/HeadingGroup.js +1 -1
  10. package/lib/commonjs/components/LLMDataInputModal.js +1 -1
  11. package/lib/commonjs/components/ModalHeader.js +1 -1
  12. package/lib/commonjs/components/ModalSheet.js +1 -1
  13. package/lib/commonjs/components/Onairos.js +1 -1
  14. package/lib/commonjs/components/OnairosButton.js +1 -1
  15. package/lib/commonjs/components/OnairosSignInButton.js +1 -1
  16. package/lib/commonjs/components/Overlay.js +1 -1
  17. package/lib/commonjs/components/PersonaImage.js +1 -1
  18. package/lib/commonjs/components/PersonaLoadingScreen.js +1 -1
  19. package/lib/commonjs/components/PersonalizationConsentScreen.js +1 -1
  20. package/lib/commonjs/components/PinCreationScreen.js +1 -1
  21. package/lib/commonjs/components/PinInput.js +1 -1
  22. package/lib/commonjs/components/PlatformConnectorsStep.js +1 -1
  23. package/lib/commonjs/components/PlatformList.js +1 -1
  24. package/lib/commonjs/components/PlatformToggle.js +1 -1
  25. package/lib/commonjs/components/PrimaryButton.js +1 -1
  26. package/lib/commonjs/components/SignInMatchAnimation.js +1 -1
  27. package/lib/commonjs/components/SignInStep.js +1 -1
  28. package/lib/commonjs/components/UniversalOnboarding.js +1 -1
  29. package/lib/commonjs/components/VerificationStep.js +1 -1
  30. package/lib/commonjs/components/WelcomeScreen.js +1 -1
  31. package/lib/commonjs/components/icons/Basicproficon.js +1 -1
  32. package/lib/commonjs/components/icons/Basicprofile.js +1 -1
  33. package/lib/commonjs/components/icons/Checkbox.js +1 -1
  34. package/lib/commonjs/components/icons/Checkmark.js +1 -1
  35. package/lib/commonjs/components/icons/Contentanalysis.js +1 -1
  36. package/lib/commonjs/components/icons/Contenticon.js +1 -1
  37. package/lib/commonjs/components/icons/EnochE.js +1 -1
  38. package/lib/commonjs/components/icons/Personalityicon.js +1 -1
  39. package/lib/commonjs/components/icons/Personalityprofile.js +1 -1
  40. package/lib/commonjs/components/icons/Personalitytraits.js +1 -1
  41. package/lib/commonjs/components/icons/Userpreferences.js +1 -1
  42. package/lib/commonjs/components/icons/index.js +1 -1
  43. package/lib/commonjs/components/onboarding/OAuthWebView.js +1 -1
  44. package/lib/commonjs/components/onboarding/OnboardingHeader.js +1 -1
  45. package/lib/commonjs/components/onboarding/PinInput.js +1 -1
  46. package/lib/commonjs/components/onboarding/PlatformConnector.js +1 -1
  47. package/lib/commonjs/config/api.js +1 -1
  48. package/lib/commonjs/constants/index.js +1 -1
  49. package/lib/commonjs/context/AuthContext.js +1 -1
  50. package/lib/commonjs/hooks/useConnectedAccounts.js +1 -1
  51. package/lib/commonjs/hooks/useConnections.js +1 -1
  52. package/lib/commonjs/hooks/useCredentials.js +1 -1
  53. package/lib/commonjs/hooks/useUserConnections.js +1 -1
  54. package/lib/commonjs/index.js +1 -1
  55. package/lib/commonjs/services/apiClient.js +1 -1
  56. package/lib/commonjs/services/biometricPinService.js +1 -1
  57. package/lib/commonjs/services/chatGPTConversationExtractor.js +1 -1
  58. package/lib/commonjs/services/chatGPTConversationService.js +1 -1
  59. package/lib/commonjs/services/claudeConversationExtractor.js +1 -1
  60. package/lib/commonjs/services/claudeConversationService.js +1 -1
  61. package/lib/commonjs/services/connectedAccountsService.js +1 -1
  62. package/lib/commonjs/services/googleAuthService.js +1 -1
  63. package/lib/commonjs/services/hingeDataExtractor.js +1 -1
  64. package/lib/commonjs/services/hingeDataService.js +1 -1
  65. package/lib/commonjs/services/imageCompressionService.js +1 -1
  66. package/lib/commonjs/services/instagramDataExtractor.js +1 -1
  67. package/lib/commonjs/services/instagramDataService.js +1 -1
  68. package/lib/commonjs/services/jwtStorageService.js +1 -1
  69. package/lib/commonjs/services/linkedinDOMExtractor.js +1 -1
  70. package/lib/commonjs/services/linkedinProfileService.js +1 -1
  71. package/lib/commonjs/services/linkedinScrapingService.js +1 -1
  72. package/lib/commonjs/services/llmDataStorage.js +1 -1
  73. package/lib/commonjs/services/mobileTrainingService.js +1 -1
  74. package/lib/commonjs/services/netflixDataExtractor.js +1 -1
  75. package/lib/commonjs/services/netflixDataService.js +1 -1
  76. package/lib/commonjs/services/pinEncryptionService.js +1 -1
  77. package/lib/commonjs/services/pinStorageUtils.js +1 -1
  78. package/lib/commonjs/services/platformAuthService.js +1 -1
  79. package/lib/commonjs/services/sephoraDataExtractor.js +1 -1
  80. package/lib/commonjs/services/sephoraDataService.js +1 -1
  81. package/lib/commonjs/services/spotifyDataExtractor.js +1 -1
  82. package/lib/commonjs/services/spotifyDataService.js +1 -1
  83. package/lib/commonjs/services/storageService.js +1 -1
  84. package/lib/commonjs/services/telegramDataExtractor.js +1 -1
  85. package/lib/commonjs/services/telegramDataService.js +1 -1
  86. package/lib/commonjs/services/trainingApiHelpers.js +1 -1
  87. package/lib/commonjs/services/userConnectionsService.js +1 -1
  88. package/lib/commonjs/services/youtubeMigrationService.js +1 -1
  89. package/lib/commonjs/theme/index.js +1 -1
  90. package/lib/commonjs/types/index.js +1 -1
  91. package/lib/commonjs/types.js +1 -1
  92. package/lib/commonjs/utils/Portal.js +1 -1
  93. package/lib/commonjs/utils/api.js +1 -1
  94. package/lib/commonjs/utils/assetRegistry.js +1 -1
  95. package/lib/commonjs/utils/auth.js +1 -1
  96. package/lib/commonjs/utils/connectorTests.js +1 -1
  97. package/lib/commonjs/utils/crypto.js +1 -1
  98. package/lib/commonjs/utils/debugHelper.js +1 -1
  99. package/lib/commonjs/utils/encryption.js +1 -1
  100. package/lib/commonjs/utils/eventUtils.js +1 -1
  101. package/lib/commonjs/utils/haptics.js +1 -1
  102. package/lib/commonjs/utils/imagePreloader.js +1 -1
  103. package/lib/commonjs/utils/networkDiagnostics.js +1 -1
  104. package/lib/commonjs/utils/onairosApi.js +1 -1
  105. package/lib/commonjs/utils/programmaticFlow.js +1 -1
  106. package/lib/commonjs/utils/retryHelper.js +1 -1
  107. package/lib/commonjs/utils/secureStorage.js +1 -1
  108. package/lib/commonjs/utils/webviewScripts/chatgpt.js +1 -1
  109. package/lib/commonjs/utils/webviewScripts/claude.js +1 -1
  110. package/lib/commonjs/utils/webviewScripts/hinge.js +1 -1
  111. package/lib/commonjs/utils/webviewScripts/index.js +1 -1
  112. package/lib/commonjs/utils/webviewScripts/instagram.js +1 -1
  113. package/lib/commonjs/utils/webviewScripts/linkedin.js +1 -1
  114. package/lib/commonjs/utils/webviewScripts/netflix.js +1 -1
  115. package/lib/commonjs/utils/webviewScripts/sephora.js +1 -1
  116. package/lib/commonjs/utils/webviewScripts/spotify.js +1 -1
  117. package/lib/commonjs/utils/webviewScripts/telegram.js +1 -1
  118. package/lib/module/api/index.js +1 -1
  119. package/lib/module/assets/icons/netflix.png +0 -0
  120. package/lib/module/assets/images/netflix.png +0 -0
  121. package/lib/module/components/BodyText.js +1 -1
  122. package/lib/module/components/BrandMark.js +1 -1
  123. package/lib/module/components/CodeInput.js +1 -1
  124. package/lib/module/components/EmailInput.js +1 -1
  125. package/lib/module/components/GoogleButton.js +1 -1
  126. package/lib/module/components/HeadingGroup.js +1 -1
  127. package/lib/module/components/LLMDataInputModal.js +1 -1
  128. package/lib/module/components/ModalHeader.js +1 -1
  129. package/lib/module/components/ModalSheet.js +1 -1
  130. package/lib/module/components/Onairos.js +1 -1
  131. package/lib/module/components/OnairosButton.js +1 -1
  132. package/lib/module/components/OnairosSignInButton.js +1 -1
  133. package/lib/module/components/Overlay.js +1 -1
  134. package/lib/module/components/PersonaImage.js +1 -1
  135. package/lib/module/components/PersonaLoadingScreen.js +1 -1
  136. package/lib/module/components/PersonalizationConsentScreen.js +1 -1
  137. package/lib/module/components/PinCreationScreen.js +1 -1
  138. package/lib/module/components/PinInput.js +1 -1
  139. package/lib/module/components/PlatformConnectorsStep.js +1 -1
  140. package/lib/module/components/PlatformList.js +1 -1
  141. package/lib/module/components/PlatformToggle.js +1 -1
  142. package/lib/module/components/PrimaryButton.js +1 -1
  143. package/lib/module/components/SignInMatchAnimation.js +1 -1
  144. package/lib/module/components/SignInStep.js +1 -1
  145. package/lib/module/components/UniversalOnboarding.js +1 -1
  146. package/lib/module/components/VerificationStep.js +1 -1
  147. package/lib/module/components/WelcomeScreen.js +1 -1
  148. package/lib/module/components/icons/Basicproficon.js +1 -1
  149. package/lib/module/components/icons/Basicprofile.js +1 -1
  150. package/lib/module/components/icons/Checkbox.js +1 -1
  151. package/lib/module/components/icons/Checkmark.js +1 -1
  152. package/lib/module/components/icons/Contentanalysis.js +1 -1
  153. package/lib/module/components/icons/Contenticon.js +1 -1
  154. package/lib/module/components/icons/EnochE.js +1 -1
  155. package/lib/module/components/icons/Personalityicon.js +1 -1
  156. package/lib/module/components/icons/Personalityprofile.js +1 -1
  157. package/lib/module/components/icons/Personalitytraits.js +1 -1
  158. package/lib/module/components/icons/Userpreferences.js +1 -1
  159. package/lib/module/components/onboarding/OAuthWebView.js +1 -1
  160. package/lib/module/components/onboarding/OnboardingHeader.js +1 -1
  161. package/lib/module/components/onboarding/PinInput.js +1 -1
  162. package/lib/module/components/onboarding/PlatformConnector.js +1 -1
  163. package/lib/module/config/api.js +1 -1
  164. package/lib/module/constants/index.js +1 -1
  165. package/lib/module/context/AuthContext.js +1 -1
  166. package/lib/module/hooks/useConnectedAccounts.js +1 -1
  167. package/lib/module/hooks/useConnections.js +1 -1
  168. package/lib/module/hooks/useCredentials.js +1 -1
  169. package/lib/module/hooks/useUserConnections.js +1 -1
  170. package/lib/module/index.js +1 -1
  171. package/lib/module/services/apiClient.js +1 -1
  172. package/lib/module/services/biometricPinService.js +1 -1
  173. package/lib/module/services/chatGPTConversationExtractor.js +1 -1
  174. package/lib/module/services/chatGPTConversationService.js +1 -1
  175. package/lib/module/services/claudeConversationExtractor.js +1 -1
  176. package/lib/module/services/claudeConversationService.js +1 -1
  177. package/lib/module/services/connectedAccountsService.js +1 -1
  178. package/lib/module/services/googleAuthService.js +1 -1
  179. package/lib/module/services/hingeDataExtractor.js +1 -1
  180. package/lib/module/services/hingeDataService.js +1 -1
  181. package/lib/module/services/imageCompressionService.js +1 -1
  182. package/lib/module/services/instagramDataExtractor.js +1 -1
  183. package/lib/module/services/instagramDataService.js +1 -1
  184. package/lib/module/services/jwtStorageService.js +1 -1
  185. package/lib/module/services/linkedinDOMExtractor.js +1 -1
  186. package/lib/module/services/linkedinProfileService.js +1 -1
  187. package/lib/module/services/linkedinScrapingService.js +1 -1
  188. package/lib/module/services/llmDataStorage.js +1 -1
  189. package/lib/module/services/mobileTrainingService.js +1 -1
  190. package/lib/module/services/netflixDataExtractor.js +1 -1
  191. package/lib/module/services/netflixDataService.js +1 -1
  192. package/lib/module/services/pinEncryptionService.js +1 -1
  193. package/lib/module/services/pinStorageUtils.js +1 -1
  194. package/lib/module/services/platformAuthService.js +1 -1
  195. package/lib/module/services/sephoraDataExtractor.js +1 -1
  196. package/lib/module/services/sephoraDataService.js +1 -1
  197. package/lib/module/services/spotifyDataExtractor.js +1 -1
  198. package/lib/module/services/spotifyDataService.js +1 -1
  199. package/lib/module/services/storageService.js +1 -1
  200. package/lib/module/services/telegramDataExtractor.js +1 -1
  201. package/lib/module/services/telegramDataService.js +1 -1
  202. package/lib/module/services/trainingApiHelpers.js +1 -1
  203. package/lib/module/services/userConnectionsService.js +1 -1
  204. package/lib/module/services/youtubeMigrationService.js +1 -1
  205. package/lib/module/theme/index.js +1 -1
  206. package/lib/module/types.js +1 -1
  207. package/lib/module/utils/Portal.js +1 -1
  208. package/lib/module/utils/api.js +1 -1
  209. package/lib/module/utils/assetRegistry.js +1 -1
  210. package/lib/module/utils/auth.js +1 -1
  211. package/lib/module/utils/connectorTests.js +1 -1
  212. package/lib/module/utils/crypto.js +1 -1
  213. package/lib/module/utils/debugHelper.js +1 -1
  214. package/lib/module/utils/encryption.js +1 -1
  215. package/lib/module/utils/eventUtils.js +1 -1
  216. package/lib/module/utils/haptics.js +1 -1
  217. package/lib/module/utils/networkDiagnostics.js +1 -1
  218. package/lib/module/utils/onairosApi.js +1 -1
  219. package/lib/module/utils/programmaticFlow.js +1 -1
  220. package/lib/module/utils/retryHelper.js +1 -1
  221. package/lib/module/utils/secureStorage.js +1 -1
  222. package/lib/module/utils/webviewScripts/chatgpt.js +1 -1
  223. package/lib/module/utils/webviewScripts/claude.js +1 -1
  224. package/lib/module/utils/webviewScripts/hinge.js +1 -1
  225. package/lib/module/utils/webviewScripts/index.js +1 -1
  226. package/lib/module/utils/webviewScripts/instagram.js +1 -1
  227. package/lib/module/utils/webviewScripts/linkedin.js +1 -1
  228. package/lib/module/utils/webviewScripts/netflix.js +1 -1
  229. package/lib/module/utils/webviewScripts/sephora.js +1 -1
  230. package/lib/module/utils/webviewScripts/spotify.js +1 -1
  231. package/lib/module/utils/webviewScripts/telegram.js +1 -1
  232. 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';import{View,Text,StyleSheet,TouchableOpacity,ScrollView,Alert,Platform,Dimensions,Modal,Animated,TouchableWithoutFeedback,SafeAreaView,Image,Switch}from'react-native';import _0xc6f31a from'react-native-vector-icons/MaterialIcons';function _0xa6e6(_0x15606b,_0xa6e64a){_0x15606b=_0x15606b-0x0;const _0x2dc19a=_0x1560();let _0x2e9313=_0x2dc19a[_0x15606b];return _0x2e9313;}import{onairosApi}from'../api';import{encryptModelKey}from'../utils/encryption';import{OVERLAY_PLATFORMS}from'../utils/assetRegistry';const {width:SCREEN_WIDTH,height:SCREEN_HEIGHT}=Dimensions['get'](_0xa6e6(0x0));import{API_CONFIG}from'../config/api';export const Overlay=({data:_0xea0b94,username:_0xeaa29e,modelKey:_0x3fe198,onResolved:_0x27d20f,appName:appName=_0xa6e6(0x1),darkMode:darkMode=![],platforms:platforms=OVERLAY_PLATFORMS})=>{const _0x110357={'mdKqw':function(_0x1a5fb2,_0x352a0b){return _0x1a5fb2===_0x352a0b;},'gBZgJ':_0xa6e6(0x2),'ydxnl':_0xa6e6(0x3),'sgyhy':function(_0x3198e0,_0x5ef560,_0x3cd991,_0x23f529){return _0x3198e0(_0x5ef560,_0x3cd991,_0x23f529);},'gMhzy':_0xa6e6(0x4),'Xgzbk':function(_0x101ead){return _0x101ead();},'sjZTY':function(_0x10583f,_0x1b648e){return _0x10583f===_0x1b648e;},'VWaqA':_0xa6e6(0x5),'rxgKI':function(_0x4c3acb,_0x4a5035){return _0x4c3acb(_0x4a5035);},'Fpbyj':function(_0x5da1df,_0x334a22){return _0x5da1df(_0x334a22);},'fvSVB':function(_0x3d0a57,_0xc8fb04){return _0x3d0a57(_0xc8fb04);},'VrcIu':function(_0x3d28c9,_0x92aaea){return _0x3d28c9(_0x92aaea);},'lflMZ':_0xa6e6(0x6),'IgbZC':'getAccountInfo','idwaC':_0xa6e6(0x7),'cGIhz':function(_0x24f50f,_0x1c706f){return _0x24f50f(_0x1c706f);},'zdSJk':function(_0x19277a,_0x59ec9f){return _0x19277a!==_0x59ec9f;},'LSJMo':_0xa6e6(0x8),'SVRVN':'giUrA','NkXlm':'Error\x20getting\x20account\x20info:','wwMMb':function(_0x125aed,_0x48256b){return _0x125aed(_0x48256b);},'EPenM':'pBKji','CxbiV':_0xa6e6(0x9),'Npqil':_0xa6e6(0xa),'AYQMG':function(_0x28660c,_0x45824a,_0xeffe2a){return _0x28660c(_0x45824a,_0xeffe2a);},'Efvtd':function(_0x4333dc,_0x28e062){return _0x4333dc(_0x28e062);},'crerg':function(_0x56c626){return _0x56c626();},'xearK':_0xa6e6(0xb),'rgydY':function(_0x22d06e,_0x211b5){return _0x22d06e===_0x211b5;},'Uyiqt':_0xa6e6(0xc),'hrsLb':'riFKs','ZJiaV':function(_0x486eaf,_0x2503f8,_0x3e15ef,_0x47696c){return _0x486eaf(_0x2503f8,_0x3e15ef,_0x47696c);},'WriRr':_0xa6e6(0xd),'dMOJi':_0xa6e6(0xe),'tCZgi':_0xa6e6(0xf),'dDVtn':_0xa6e6(0x10),'zHKkc':_0xa6e6(0x11),'RgUAC':function(_0x58dfb6,_0x2e82c9){return _0x58dfb6===_0x2e82c9;},'Htmdw':_0xa6e6(0x12),'xvfof':_0xa6e6(0x13),'EVVla':function(_0x54cf0d,_0x4bb905){return _0x54cf0d!==_0x4bb905;},'zxbud':_0xa6e6(0x14),'CABAM':_0xa6e6(0x15),'ZikbJ':_0xa6e6(0x16),'jeavj':_0xa6e6(0x17),'kEoyq':function(_0x4b7b5d,_0x69621e){return _0x4b7b5d===_0x69621e;},'wHlIQ':'ukOPn','HmhpE':_0xa6e6(0x18),'HuGIr':function(_0x3eca6d){return _0x3eca6d();},'IQPrh':_0xa6e6(0x19),'rAZKu':function(_0x3c496d){return _0x3c496d();},'gZrgZ':_0xa6e6(0x1a),'mRlwK':_0xa6e6(0x1b),'Vkgfw':'czPlu','sngBm':function(_0x4ece7d,_0x46b23a){return _0x4ece7d(_0x46b23a);},'RaESt':'Failed\x20to\x20confirm\x20selection.\x20Please\x20try\x20again.','OzjxD':function(_0x57413b,_0x20b451){return _0x57413b===_0x20b451;},'TiRuA':_0xa6e6(0x1c),'AAnkS':_0xa6e6(0x1d),'hitYR':function(_0x3b5bb0,_0x328974){return _0x3b5bb0(_0x328974);},'WURQE':function(_0x4d8adb,_0x1d9def){return _0x4d8adb(_0x1d9def);},'wTAkh':function(_0x524283,_0x29ad9d,_0x391953){return _0x524283(_0x29ad9d,_0x391953);},'piUXz':_0xa6e6(0x1e),'ondPB':_0xa6e6(0x1f),'PqAEm':_0xa6e6(0x20),'iaUOo':'Connect\x20your\x20data\x20to\x20create\x20a\x20Persona\x20of\x20you,\x20to\x20connect\x20to\x20Cosmos','AGRqd':_0xa6e6(0x21),'ApCnv':_0xa6e6(0x22),'qtjqn':function(_0xf6d5a,_0x149be5){return _0xf6d5a&&_0x149be5;},'Ergay':_0xa6e6(0x23),'eiQqm':_0xa6e6(0x24)},[_0x18b267,_0x3da77b]=useState({}),[_0x57ebf8,_0x5b22de]=_0x110357['hitYR'](useState,''),[_0x9f1ae6,_0x3e9035]=useState(!![]),[_0x430f25,_0x55847a]=useState({}),_0x29855a=_0x110357[_0xa6e6(0x25)](useRef,new Animated[(_0xa6e6(0x26))](0x0))[_0xa6e6(0x27)];_0x110357[_0xa6e6(0x28)](useEffect,()=>{const _0x187399={'pEedU':function(_0x10b8ab,_0x34aefb){return _0x110357[_0xa6e6(0x29)](_0x10b8ab,_0x34aefb);},'AUIUw':_0x110357[_0xa6e6(0x2a)],'xrOdC':_0xa6e6(0x2b),'BFOWr':function(_0x21272d,_0x20e19f,_0x28f543,_0x258db8){return _0x110357[_0xa6e6(0x2c)](_0x21272d,_0x20e19f,_0x28f543,_0x258db8);},'jcrFq':_0x110357[_0xa6e6(0x2d)],'pVPOV':function(_0x55b82a){return _0x110357[_0xa6e6(0x2e)](_0x55b82a);}};if(_0x110357[_0xa6e6(0x2f)](_0x110357['VWaqA'],_0x110357[_0xa6e6(0x30)])){const _0xa76859={};Object[_0xa6e6(0x31)](_0xea0b94)[_0xa6e6(0x32)](_0x196e80=>{_0x187399[_0xa6e6(0x33)](_0x187399[_0xa6e6(0x34)],_0x187399['xrOdC'])?_0x26ebdb[_0x85a412]=![]:_0xa76859[_0x196e80]=![];}),_0x110357['rxgKI'](_0x3da77b,_0xa76859);const _0x45a96a={};platforms[_0xa6e6(0x32)](_0x4dfb67=>{_0x110357['mdKqw'](_0x110357['gBZgJ'],_0x110357[_0xa6e6(0x35)])?_0x45a96a[_0x4dfb67['id']]=![]:(_0x187399[_0xa6e6(0x36)](_0x1dd30c,''+_0x4cd943[_0xa6e6(0x37)],_0x187399[_0xa6e6(0x38)],{'username':_0x541c5a,'selections':_0x326ba4,'platforms':_0x5e1a12,'error':!![]}),_0x187399['pVPOV'](_0x35be6c));}),_0x110357[_0xa6e6(0x39)](_0x55847a,_0x45a96a),_0x110357[_0xa6e6(0x2e)](_0x3b90aa),Animated['spring'](_0x29855a,{'toValue':0x1,'useNativeDriver':!![],'bounciness':0x0})['start']();}else _0x541734(_0xa6e6(0x3a)+_0x27c615);},[]);const _0x3b90aa=async()=>{try{if(__DEV__){_0x110357['VrcIu'](_0x5b22de,_0x110357[_0xa6e6(0x3b)]);return;}const _0x47a54e=await onairosApi[_0xa6e6(0x3c)](_0x110357[_0xa6e6(0x3d)],{'Info':{'username':_0xeaa29e}});if(_0x47a54e&&_0x47a54e[_0xa6e6(0x3e)]){const _0x37ad7a=_0x110357[_0xa6e6(0x29)](typeof _0x47a54e[_0xa6e6(0x3e)],_0x110357[_0xa6e6(0x3f)])&&_0x47a54e[_0xa6e6(0x3e)][_0xa6e6(0x40)]?_0x47a54e[_0xa6e6(0x3e)][_0xa6e6(0x40)]:'User:\x20'+_0xeaa29e;_0x5b22de(_0x37ad7a);}else _0x110357[_0xa6e6(0x41)](_0x5b22de,_0xa6e6(0x3a)+_0xeaa29e);}catch(_0x43db85){_0x110357[_0xa6e6(0x42)](_0x110357[_0xa6e6(0x43)],_0x110357[_0xa6e6(0x44)])?(console[_0xa6e6(0x45)](_0x110357[_0xa6e6(0x46)],_0x43db85),_0x110357[_0xa6e6(0x47)](_0x5b22de,_0xa6e6(0x3a)+_0xeaa29e)):_0x110357[_0xa6e6(0x48)](_0x599db6,_0x459354=>({..._0x459354,[_0x498938]:!_0x459354[_0x3088d9]}));}},_0x209205=useCallback(()=>{Animated[_0xa6e6(0x49)](_0x29855a,{'toValue':0x0,'duration':0xfa,'useNativeDriver':!![]})[_0xa6e6(0x4a)](()=>{const _0xdcf2d5={'Xtjnz':function(_0x88a292,_0x1f0f21){return _0x88a292(_0x1f0f21);}};_0x110357[_0xa6e6(0x2f)](_0x110357['EPenM'],_0x110357[_0xa6e6(0x4b)])?_0x110357['cGIhz'](_0x3e9035,![]):_0xdcf2d5[_0xa6e6(0x4c)](_0x4868f2,![]);});},[_0x29855a]),_0x3490ef=_0x110357['wTAkh'](useCallback,_0x3852fa=>{_0x110357[_0xa6e6(0x4d)]!==_0x110357[_0xa6e6(0x4d)]?Alert['alert'](_0x110357['CxbiV'],_0x4731ee,[{'text':'OK'}]):_0x55847a(_0x374825=>({..._0x374825,[_0x3852fa]:!_0x374825[_0x3852fa]}));},[]),_0xa2c838=useCallback(async()=>{const _0x53f2c3={'rRicL':function(_0x31d2e8,_0xfe9ed3){return _0x110357[_0xa6e6(0x4e)](_0x31d2e8,_0xfe9ed3);},'jroWA':_0xa6e6(0x6),'MtCpP':function(_0x3e0249,_0x24484e,_0x2ceee5,_0x43c846){return _0x110357[_0xa6e6(0x2c)](_0x3e0249,_0x24484e,_0x2ceee5,_0x43c846);},'aUEwv':function(_0x321b7c,_0x263378,_0xd3e605){return _0x110357[_0xa6e6(0x28)](_0x321b7c,_0x263378,_0xd3e605);}};try{const _0x53a08e=Platform[_0xa6e6(0x4f)]({'ios':_0x110357[_0xa6e6(0x50)],'android':_0x110357[_0xa6e6(0x50)],'default':_0xa6e6(0x51)});if(__DEV__){if(_0x110357['rgydY'](_0x110357['Uyiqt'],_0x110357[_0xa6e6(0x52)]))_0x3b6b71['error'](_0xa6e6(0x1a),_0xef670a),_0x32ca3d?(_0x110357[_0xa6e6(0x2c)](_0x416220,''+_0x14f9f4[_0xa6e6(0x37)],_0x110357[_0xa6e6(0x2d)],{'username':_0x24f2d1,'selections':_0x1edb7d,'platforms':_0x375411,'error':!![]}),_0x110357[_0xa6e6(0x2e)](_0x4ac02e)):_0x279f10('Failed\x20to\x20confirm\x20selection.\x20Please\x20try\x20again.');else{_0x110357[_0xa6e6(0x53)](_0x27d20f,''+API_CONFIG[_0xa6e6(0x37)],_0x110357['WriRr'],{'username':_0xeaa29e,'selections':_0x18b267,'platforms':_0x430f25}),_0x110357[_0xa6e6(0x54)](_0x209205);return;}}let _0x18c07f=_0x110357[_0xa6e6(0x55)];try{const _0x257891=await onairosApi[_0xa6e6(0x56)](_0xa6e6(0x57));_0x257891&&_0x257891[_0xa6e6(0x3e)]&&_0x110357[_0xa6e6(0x29)](typeof _0x257891[_0xa6e6(0x3e)],_0x110357[_0xa6e6(0x3f)])&&(_0x110357[_0xa6e6(0x58)](_0x110357[_0xa6e6(0x59)],_0x110357[_0xa6e6(0x5a)])?_0x5282c2=_0x110357['AYQMG'](_0x25b2fb,_0x3e1211,_0x3084fa):_0x18c07f=_0x257891[_0xa6e6(0x3e)][_0xa6e6(0x5b)]||_0xa6e6(0xe));}catch(_0xcb4a42){console['error'](_0x110357[_0xa6e6(0x5c)],_0xcb4a42);}let _0x4ea4fe=_0x3fe198;if(_0x110357['RgUAC'](typeof encryptModelKey,_0x110357[_0xa6e6(0x5d)])&&_0x18c07f)try{if(_0x110357['RgUAC'](_0x110357[_0xa6e6(0x5e)],_0xa6e6(0x5f))){_0x53f2c3['rRicL'](_0x1e6a77,_0x53f2c3[_0xa6e6(0x60)]);return;}else _0x4ea4fe=_0x110357[_0xa6e6(0x28)](encryptModelKey,_0x18c07f,_0x3fe198);}catch(_0x56f742){if(_0x110357[_0xa6e6(0x61)](_0x110357[_0xa6e6(0x62)],_0x110357[_0xa6e6(0x63)]))console[_0xa6e6(0x45)](_0x110357[_0xa6e6(0x64)],_0x56f742);else{const _0x3eb9de={};_0x12d32b[_0xa6e6(0x31)](_0x3d16cc)[_0xa6e6(0x32)](_0x45f816=>{_0x3eb9de[_0x45f816]=![];}),_0x110357[_0xa6e6(0x47)](_0x28d13b,_0x3eb9de);const _0x4ebb05={};_0x46ab54[_0xa6e6(0x32)](_0x57bd37=>{_0x4ebb05[_0x57bd37['id']]=![];}),_0x110357[_0xa6e6(0x65)](_0x247f42,_0x4ebb05),_0x110357['crerg'](_0x109c16),Animated[_0xa6e6(0x66)](_0x3eb6a7,{'toValue':0x1,'useNativeDriver':!![],'bounciness':0x0})[_0xa6e6(0x4a)]();}}const _0x13a3d8=await onairosApi[_0xa6e6(0x3c)]('getAPIUrlMobile',{'Info':{'storage':_0x110357[_0xa6e6(0x67)],'appId':_0x53a08e,'confirmations':_0x18b267,'developerURL':_0xa6e6(0x68),'EncryptedUserPin':_0x4ea4fe,'username':_0xeaa29e,'platforms':_0x430f25}});if(_0x13a3d8&&_0x13a3d8[_0xa6e6(0x3e)]&&_0x13a3d8[_0xa6e6(0x3e)][_0xa6e6(0x69)]&&_0x13a3d8[_0xa6e6(0x3e)]['token']){if(_0x110357['kEoyq'](_0x110357[_0xa6e6(0x6a)],_0x110357['HmhpE'])){_0x53f2c3[_0xa6e6(0x6b)](_0x36cede,''+_0x49e592['BASE_URL'],'mock-token',{'username':_0x574036,'selections':_0x94d2d8,'platforms':_0x40b809}),_0x5ce22a();return;}else _0x110357[_0xa6e6(0x53)](_0x27d20f,_0x13a3d8[_0xa6e6(0x3e)][_0xa6e6(0x69)],_0x13a3d8[_0xa6e6(0x3e)]['token'],{'username':_0xeaa29e,'selections':_0x18b267,'platforms':_0x430f25}),_0x110357['HuGIr'](_0x209205);}else _0x110357[_0xa6e6(0x2c)](_0x27d20f,''+API_CONFIG[_0xa6e6(0x37)],_0x110357[_0xa6e6(0x6c)],{'username':_0xeaa29e,'selections':_0x18b267,'platforms':_0x430f25}),_0x110357[_0xa6e6(0x6d)](_0x209205);}catch(_0x489b18){console[_0xa6e6(0x45)](_0x110357[_0xa6e6(0x6e)],_0x489b18);if(__DEV__)_0x27d20f(''+API_CONFIG['BASE_URL'],_0x110357[_0xa6e6(0x2d)],{'username':_0xeaa29e,'selections':_0x18b267,'platforms':_0x430f25,'error':!![]}),_0x110357[_0xa6e6(0x2e)](_0x209205);else{if(_0x110357[_0xa6e6(0x29)](_0x110357[_0xa6e6(0x6f)],_0x110357[_0xa6e6(0x70)]))try{_0x248289=_0x53f2c3[_0xa6e6(0x71)](_0x5f179e,_0x127b84,_0x42022c);}catch(_0x5c7452){_0x471cb1[_0xa6e6(0x45)](_0xa6e6(0x16),_0x5c7452);}else _0x110357['sngBm'](_0x48f631,_0x110357[_0xa6e6(0x72)]);}}},[_0x18b267,_0xeaa29e,_0x3fe198,_0x27d20f,_0x209205,_0x430f25]),_0x48f631=_0x79eefd=>{if(_0x110357[_0xa6e6(0x73)](_0x110357[_0xa6e6(0x74)],_0x110357[_0xa6e6(0x75)])){const _0x1b1b90=_0x110357[_0xa6e6(0x76)](typeof _0x162998[_0xa6e6(0x3e)],_0x110357[_0xa6e6(0x3f)])&&_0x353f90[_0xa6e6(0x3e)][_0xa6e6(0x40)]?_0x2edb82[_0xa6e6(0x3e)][_0xa6e6(0x40)]:_0xa6e6(0x3a)+_0x205f78;_0x110357['rxgKI'](_0xd3b609,_0x1b1b90);}else Alert['alert'](_0x110357[_0xa6e6(0x77)],_0x79eefd,[{'text':'OK'}]);};return React[_0xa6e6(0x78)](Modal,{'visible':_0x9f1ae6,'transparent':!![],'animationType':_0x110357['piUXz'],'statusBarTranslucent':!![],'onRequestClose':_0x209205},React['createElement'](TouchableOpacity,{'style':styles['modalOverlay'],'activeOpacity':0x1,'onPress':_0x209205},React[_0xa6e6(0x78)](TouchableWithoutFeedback,{'onPress':_0x308b4d=>_0x308b4d[_0xa6e6(0x79)]()},React[_0xa6e6(0x78)](Animated['View'],{'style':[styles['bottomSheet'],darkMode&&styles[_0xa6e6(0x7a)],{'transform':[{'translateY':_0x29855a[_0xa6e6(0x7b)]({'inputRange':[0x0,0x1],'outputRange':[SCREEN_HEIGHT,0x0]})}]}]},React[_0xa6e6(0x78)](View,{'style':styles[_0xa6e6(0x7c)]},React[_0xa6e6(0x78)](View,{'style':[styles['handle'],darkMode&&styles[_0xa6e6(0x7d)]]})),React[_0xa6e6(0x78)](SafeAreaView,{'style':[styles[_0xa6e6(0x7e)],darkMode&&styles['darkContainer']]},React[_0xa6e6(0x78)](View,{'style':[styles['header'],darkMode&&styles[_0xa6e6(0x7f)]]},React[_0xa6e6(0x78)](View,{'style':styles[_0xa6e6(0x80)]},React['createElement'](View,{'style':[styles[_0xa6e6(0x81)],darkMode&&styles[_0xa6e6(0x82)]]},React['createElement'](Text,{'style':[styles[_0xa6e6(0x83)],darkMode&&styles[_0xa6e6(0x84)]]},appName[_0xa6e6(0x85)](0x0))),React['createElement'](_0xc6f31a,{'name':_0x110357[_0xa6e6(0x86)],'size':0x18,'color':darkMode?_0xa6e6(0x87):_0x110357[_0xa6e6(0x88)],'style':styles['arrow']}),React[_0xa6e6(0x78)](View,{'style':[styles[_0xa6e6(0x89)],darkMode&&styles['darkOnairosIcon']]},React[_0xa6e6(0x78)](Text,{'style':[styles[_0xa6e6(0x8a)],darkMode&&styles[_0xa6e6(0x84)]]},'O')))),React[_0xa6e6(0x78)](ScrollView,{'style':styles[_0xa6e6(0x8b)]},React[_0xa6e6(0x78)](View,{'style':styles[_0xa6e6(0x8c)]},React[_0xa6e6(0x78)](Text,{'style':[styles[_0xa6e6(0x8d)],darkMode&&styles[_0xa6e6(0x84)]]},_0x110357['iaUOo']),React[_0xa6e6(0x78)](Text,{'style':[styles[_0xa6e6(0x8e)],darkMode&&styles[_0xa6e6(0x8f)]]},_0x110357[_0xa6e6(0x90)])),React[_0xa6e6(0x78)](View,{'style':styles[_0xa6e6(0x91)]},platforms[_0xa6e6(0x92)](_0x28a67e=>React[_0xa6e6(0x78)](View,{'key':_0x28a67e['id'],'style':[styles[_0xa6e6(0x93)],darkMode&&styles[_0xa6e6(0x94)]]},React[_0xa6e6(0x78)](View,{'style':styles[_0xa6e6(0x95)]},React['createElement'](Image,{'source':_0x28a67e[_0xa6e6(0x96)],'style':styles[_0xa6e6(0x97)],'resizeMode':_0xa6e6(0x98)}),React[_0xa6e6(0x78)](Text,{'style':[styles[_0xa6e6(0x99)],darkMode&&styles[_0xa6e6(0x84)]]},_0x28a67e[_0xa6e6(0x9a)])),React[_0xa6e6(0x78)](Switch,{'value':_0x430f25[_0x28a67e['id']],'onValueChange':()=>_0x3490ef(_0x28a67e['id']),'trackColor':{'false':_0xa6e6(0x9b),'true':_0xa6e6(0x9c)},'thumbColor':_0x430f25[_0x28a67e['id']]?_0xa6e6(0x9d):_0xa6e6(0x9e)}))))),React['createElement'](View,{'style':[styles[_0xa6e6(0x9f)],darkMode&&styles[_0xa6e6(0xa0)]]},React['createElement'](TouchableOpacity,{'style':styles[_0xa6e6(0xa1)],'onPress':_0x209205},React[_0xa6e6(0x78)](Text,{'style':[styles[_0xa6e6(0xa2)],darkMode&&styles['darkSubText']]},_0x110357[_0xa6e6(0xa3)])),React[_0xa6e6(0x78)](TouchableOpacity,{'style':[styles[_0xa6e6(0xa4)],darkMode&&styles[_0xa6e6(0xa5)]],'onPress':_0xa2c838},React[_0xa6e6(0x78)](Text,{'style':[styles[_0xa6e6(0xa6)],_0x110357['qtjqn'](darkMode,{'color':_0x110357['Ergay']})]},_0x110357['eiQqm']))))))));};const styles=StyleSheet[_0xa6e6(0xa7)]({'modalOverlay':{'flex':0x1,'backgroundColor':'rgba(0,\x200,\x200,\x200.5)','justifyContent':_0xa6e6(0xa8)},'bottomSheet':{'backgroundColor':_0xa6e6(0xa9),'borderTopLeftRadius':0x18,'borderTopRightRadius':0x18,'width':SCREEN_WIDTH,'height':SCREEN_HEIGHT*0.8,'overflow':'hidden'},'handleContainer':{'width':_0xa6e6(0xaa),'alignItems':_0xa6e6(0xab),'paddingTop':0xc,'paddingBottom':0x8},'handle':{'width':0x28,'height':0x5,'borderRadius':0x3,'backgroundColor':'#E0E0E0'},'darkHandle':{'backgroundColor':'#666'},'container':{'flex':0x1,'backgroundColor':_0xa6e6(0xa9)},'darkContainer':{'backgroundColor':_0xa6e6(0xac)},'header':{'padding':0x18,'alignItems':'center'},'darkHeader':{'backgroundColor':_0xa6e6(0xac)},'headerContent':{'flexDirection':_0xa6e6(0xad),'alignItems':_0xa6e6(0xab),'justifyContent':_0xa6e6(0xab),'marginBottom':0x10},'appIcon':{'width':0x30,'height':0x30,'borderRadius':0x10,'backgroundColor':'#F5F5F5','alignItems':_0xa6e6(0xab),'justifyContent':_0xa6e6(0xab)},'darkAppIcon':{'backgroundColor':_0xa6e6(0xae)},'appIconText':{'fontSize':0x18,'color':_0xa6e6(0x23)},'darkText':{'color':_0xa6e6(0xa9)},'arrow':{'marginHorizontal':0x10},'onairosIcon':{'width':0x30,'height':0x30,'borderRadius':0x10,'backgroundColor':'#F5F5F5','alignItems':_0xa6e6(0xab),'justifyContent':_0xa6e6(0xab)},'darkOnairosIcon':{'backgroundColor':_0xa6e6(0xae)},'onairosIconText':{'fontSize':0x18,'color':_0xa6e6(0x23)},'darkSubText':{'color':'#999'},'titleContainer':{'marginBottom':0x1e},'mainTitle':{'fontSize':0x16,'fontWeight':_0xa6e6(0xaf),'color':_0xa6e6(0x23),'textAlign':_0xa6e6(0xab),'marginBottom':0x10},'privacyMessage':{'fontSize':0xe,'color':_0xa6e6(0x20),'textAlign':_0xa6e6(0xab),'marginBottom':0x10},'content':{'flex':0x1,'paddingHorizontal':0x18},'platformsContainer':{'marginTop':0x10},'platformItem':{'flexDirection':_0xa6e6(0xad),'justifyContent':_0xa6e6(0xb0),'alignItems':'center','padding':0x10,'backgroundColor':_0xa6e6(0xa9),'borderRadius':0x10,'marginBottom':0x10,'borderWidth':0x1,'borderColor':_0xa6e6(0xb1)},'darkPlatformItem':{'backgroundColor':_0xa6e6(0xae),'borderColor':_0xa6e6(0xb2)},'platformInfo':{'flexDirection':_0xa6e6(0xad),'alignItems':'center'},'platformIcon':{'width':0x20,'height':0x20,'marginRight':0xc},'platformName':{'fontSize':0x10,'fontWeight':_0xa6e6(0xb3),'color':'#000'},'footer':{'flexDirection':_0xa6e6(0xad),'alignItems':_0xa6e6(0xab),'justifyContent':'space-between','padding':0x18,'borderTopWidth':0x1,'borderTopColor':'#eee','backgroundColor':'#fff'},'darkFooter':{'backgroundColor':_0xa6e6(0xae),'borderTopColor':_0xa6e6(0xb2)},'footerButtonCancel':{'paddingVertical':0x8,'paddingHorizontal':0x10},'darkFooterButton':{'backgroundColor':_0xa6e6(0xb4)},'footerButtonConfirm':{'paddingVertical':0x10,'paddingHorizontal':0x20,'borderRadius':0x10,'backgroundColor':'#fff','borderWidth':0x1,'borderColor':_0xa6e6(0x23)},'darkFooterButtonConfirm':{'backgroundColor':'#fff','borderColor':_0xa6e6(0xa9)},'footerButtonText':{'color':_0xa6e6(0x20),'fontSize':0x10},'footerButtonTextConfirm':{'color':'#000','fontSize':0x10,'fontWeight':'600'},'lightBackground':{'backgroundColor':_0xa6e6(0xa9)},'darkBackground':{'backgroundColor':_0xa6e6(0xac)}});function _0x1560(){const _0x4c0c84=['window','Your\x20App','YNrPP','NnbiH','error-fallback-token','qBSld','Development\x20mode\x20-\x20mock\x20account\x20info','object','SLjEb','Error','sgwdT','com.onairos.mock','pJmML','mock-token','mock-key','leCKy','QzOYy','Error\x20getting\x20server\x20public\x20key:','function','BYMtl','JAoWe','fMCMV','Error\x20encrypting\x20model\x20key:','local','NKgqE','fallback-token','Error\x20confirming\x20selection:','fRHkM','eVKEK','uKuJs','none','arrow_forward','#666','None\x20of\x20your\x20app\x20data\x20is\x20shared\x20with\x20ANYONE','Cancel','#000','Connect','WURQE','Value','current','AYQMG','mdKqw','ydxnl','ERaVA','sgyhy','gMhzy','Xgzbk','sjZTY','VWaqA','keys','forEach','pEedU','AUIUw','gBZgJ','BFOWr','BASE_URL','jcrFq','Fpbyj','User:\x20','lflMZ','post','IgbZC','data','idwaC','AccountInfo','cGIhz','zdSJk','LSJMo','SVRVN','error','NkXlm','wwMMb','fvSVB','timing','start','EPenM','Xtjnz','Npqil','VrcIu','select','xearK','unknown','hrsLb','ZJiaV','crerg','dMOJi','get','public/key','rgydY','tCZgi','dDVtn','publicKey','zHKkc','Htmdw','xvfof','fJNGF','jroWA','EVVla','zxbud','CABAM','ZikbJ','Efvtd','spring','jeavj','devURL','APIUrl','wHlIQ','MtCpP','IQPrh','rAZKu','gZrgZ','mRlwK','Vkgfw','aUEwv','RaESt','OzjxD','TiRuA','AAnkS','kEoyq','CxbiV','createElement','stopPropagation','darkContainer','interpolate','handleContainer','darkHandle','container','darkHeader','headerContent','appIcon','darkAppIcon','appIconText','darkText','charAt','ondPB','#999','PqAEm','onairosIcon','onairosIconText','content','titleContainer','mainTitle','privacyMessage','darkSubText','AGRqd','platformsContainer','map','platformItem','darkPlatformItem','platformInfo','icon','platformIcon','contain','platformName','name','#767577','#81b0ff','#2196F3','#f4f3f4','footer','darkFooter','footerButtonCancel','footerButtonText','ApCnv','footerButtonConfirm','darkFooterButtonConfirm','footerButtonTextConfirm','create','flex-end','#fff','100%','center','#1A1A1A','row','#2A2A2A','600','space-between','#eee','#333','500','transparent'];_0x1560=function(){return _0x4c0c84;};return _0x1560();}
@@ -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
+ function _0x3f1c(){const _0x1c06dd=['ztXaD','SHhpp','uEEHk','contain','eizYJ','fGBjD','YLjAy','ApvZX','jZtcx','CKZfX','UDRSS','fHfcA','yEgye','Nzirw','nUscf','FXrPX','jIAkL','priwi','mtxUj','OqhvG','current','WnwEp','Istyr','1|2|3|4|0','split','RnBEs','NDLYF','elFJY','now','ZXCGe','min','mNeNA','fgnBW','TKXNJ','boyoo','sUHQm','QDqBi','WZaOQ','bEXNh','wqDQT','NwDge','gQvIM','createElement','persona','animation','dVfxm','center','100%'];_0x3f1c=function(){return _0x1c06dd;};return _0x3f1c();}import React,{useEffect,useRef,useState}from'react';function _0x3ccc(_0x3f1cc5,_0x3ccc69){_0x3f1cc5=_0x3f1cc5-0x0;const _0x1507cd=_0x3f1c();let _0x2664b1=_0x1507cd[_0x3f1cc5];return _0x2664b1;}import{View,StyleSheet}from'react-native';import _0x4aa3b3 from'lottie-react-native';import{ANIMATIONS}from'../utils/assetRegistry';const PersonaImage=({level:_0xd07b30,style:_0xab6ee6,disableAnimation:disableAnimation=![]})=>{const _0x469fc7={'jIAkL':function(_0x371b8c,_0x55811a){return _0x371b8c!==_0x55811a;},'WnwEp':function(_0xf1dcbf,_0x1f5dc4){return _0xf1dcbf!==_0x1f5dc4;},'UDRSS':function(_0x138439,_0x40db53){return _0x138439(_0x40db53);},'fHfcA':function(_0x252f36,_0x68b021){return _0x252f36-_0x68b021;},'sTcMU':function(_0x4857ef,_0x43ff2f){return _0x4857ef/_0x43ff2f;},'yEgye':function(_0x4bf9b1,_0x3e280a){return _0x4bf9b1<_0x3e280a;},'Nzirw':function(_0x5df683,_0x125859){return _0x5df683+_0x125859;},'OGJuK':function(_0x1c724a,_0x28fb38){return _0x1c724a-_0x28fb38;},'nUscf':function(_0x4ee68d,_0x103227){return _0x4ee68d===_0x103227;},'FXrPX':_0x3ccc(0x0),'eizYJ':function(_0x52f49f,_0x4476c0){return _0x52f49f(_0x4476c0);},'priwi':_0x3ccc(0x1),'mtxUj':_0x3ccc(0x2),'Istyr':function(_0x3d717e,_0x17d514){return _0x3d717e(_0x17d514);},'Nhwfg':function(_0x5601ea,_0x47aeda){return _0x5601ea(_0x47aeda);},'RnBEs':function(_0x51d504,_0x57d92b){return _0x51d504===_0x57d92b;},'NDLYF':function(_0x957ad5,_0x1a0a34){return _0x957ad5(_0x1a0a34);},'elFJY':function(_0x5e20ed,_0x349d37,_0x5070a8){return _0x5e20ed(_0x349d37,_0x5070a8);},'fGBjD':function(_0x2b3083,_0x512350){return _0x2b3083(_0x512350);},'YLjAy':function(_0x3a8a07,_0x55d6e5){return _0x3a8a07(_0x55d6e5);},'ApvZX':function(_0x41ee5d,_0x5948c7){return _0x41ee5d(_0x5948c7);},'jZtcx':function(_0xb7a581,_0x46e9e5){return _0xb7a581(_0x46e9e5);},'iENft':function(_0x4318ff,_0x445443){return _0x4318ff(_0x445443);},'CKZfX':function(_0xb7eea2,_0x169ded,_0x55c067){return _0xb7eea2(_0x169ded,_0x55c067);},'dVfxm':_0x3ccc(0x3)},_0x102262=useRef(null),_0x5cf77a=[0x0,0.2,0.35,0.52,0.8],_0x403bbc=_0x29c94d=>_0x5cf77a[_0x29c94d-0x1]||0x0,[_0x6eabf5,_0x49a63b]=_0x469fc7[_0x3ccc(0x4)](useState,_0x469fc7[_0x3ccc(0x5)](_0x403bbc,_0xd07b30)),_0x4896fa=_0x469fc7[_0x3ccc(0x6)](useRef,_0x469fc7[_0x3ccc(0x7)](_0x403bbc,_0xd07b30)),_0x3a375f=_0x469fc7[_0x3ccc(0x7)](useRef,_0xd07b30),_0x110229=_0x469fc7[_0x3ccc(0x8)](useRef,null),_0x31b9d4=_0x469fc7['iENft'](useRef,null),_0x1cffd2=_0x469fc7['eizYJ'](useRef,!![]);return _0x469fc7[_0x3ccc(0x9)](useEffect,()=>{const _0x4ba384={'gQvIM':function(_0x40aa09,_0x42a9c0){return _0x469fc7[_0x3ccc(0xa)](_0x40aa09,_0x42a9c0);},'ZXCGe':function(_0x1d65ef,_0x168d4a){return _0x469fc7[_0x3ccc(0xb)](_0x1d65ef,_0x168d4a);},'ecmDL':function(_0x1ff9e0,_0x556bd2){return _0x469fc7['sTcMU'](_0x1ff9e0,_0x556bd2);},'mNeNA':function(_0x59ef29,_0x37fee1){return _0x469fc7[_0x3ccc(0xc)](_0x59ef29,_0x37fee1);},'AvgZJ':function(_0x213dd1,_0x4dcaeb){return _0x213dd1*_0x4dcaeb;},'fgnBW':function(_0x3a77fc,_0x45303a){return _0x469fc7[_0x3ccc(0xd)](_0x3a77fc,_0x45303a);},'TKXNJ':function(_0x49a0dd,_0x4fdbd6){return _0x469fc7['OGJuK'](_0x49a0dd,_0x4fdbd6);},'boyoo':function(_0x486e8b,_0x4d68c1){return _0x469fc7[_0x3ccc(0xe)](_0x486e8b,_0x4d68c1);},'sUHQm':_0x469fc7[_0x3ccc(0xf)],'QDqBi':function(_0x29c8c2,_0x131881){return _0x469fc7['UDRSS'](_0x29c8c2,_0x131881);},'bEXNh':function(_0x320657,_0x506c2a){return _0x469fc7[_0x3ccc(0x4)](_0x320657,_0x506c2a);},'wqDQT':function(_0x37fc98,_0x4a7af8){return _0x469fc7[_0x3ccc(0x10)](_0x37fc98,_0x4a7af8);},'NwDge':_0x469fc7[_0x3ccc(0x11)]};if(_0x469fc7[_0x3ccc(0x12)]===_0x3ccc(0x13))_0x469fc7['jIAkL'](_0x31710b[_0x3ccc(0x14)],null)&&(_0x188367(_0x38221d[_0x3ccc(0x14)]),_0x253832[_0x3ccc(0x14)]=null),_0x469fc7[_0x3ccc(0x15)](_0x2935fe[_0x3ccc(0x14)],null)&&(_0x469fc7[_0x3ccc(0xa)](_0x56b3d2,_0x32aed0['current']),_0x237878[_0x3ccc(0x14)]=null);else{const _0x468189=_0x469fc7[_0x3ccc(0x16)](_0x403bbc,_0xd07b30);if(_0x1cffd2[_0x3ccc(0x14)]){const _0x41a3b2=_0x3ccc(0x17)[_0x3ccc(0x18)]('|');let _0x29feaa=0x0;while(!![]){switch(_0x41a3b2[_0x29feaa++]){case'0':return;case'1':_0x4896fa[_0x3ccc(0x14)]=_0x468189;continue;case'2':_0x469fc7[_0x3ccc(0x4)](_0x49a63b,_0x468189);continue;case'3':_0x3a375f['current']=_0xd07b30;continue;case'4':_0x1cffd2[_0x3ccc(0x14)]=![];continue;}break;}}if(disableAnimation){_0x4896fa[_0x3ccc(0x14)]=_0x468189,_0x469fc7['Nhwfg'](_0x49a63b,_0x468189),_0x3a375f['current']=_0xd07b30;return;}if(_0x469fc7[_0x3ccc(0x19)](_0x3a375f[_0x3ccc(0x14)],_0xd07b30))return;_0x469fc7[_0x3ccc(0x15)](_0x110229['current'],null)&&(_0x469fc7[_0x3ccc(0x1a)](cancelAnimationFrame,_0x110229['current']),_0x110229[_0x3ccc(0x14)]=null);_0x469fc7[_0x3ccc(0x15)](_0x31b9d4[_0x3ccc(0x14)],null)&&(clearTimeout(_0x31b9d4[_0x3ccc(0x14)]),_0x31b9d4['current']=null);const _0x341408=0x96,_0x21a0de=0xc80;return _0x31b9d4[_0x3ccc(0x14)]=_0x469fc7[_0x3ccc(0x1b)](setTimeout,()=>{const _0x595dff=_0x4896fa[_0x3ccc(0x14)],_0x56b39c=Date[_0x3ccc(0x1c)](),_0x698148=()=>{const _0x55191a={'WZaOQ':function(_0x11b18e,_0x4c252e){return _0x4ba384['gQvIM'](_0x11b18e,_0x4c252e);}},_0x3bd3a7=_0x4ba384[_0x3ccc(0x1d)](Date['now'](),_0x56b39c),_0x4482dc=Math[_0x3ccc(0x1e)](_0x4ba384['ecmDL'](_0x3bd3a7,_0x21a0de),0x1),_0x237e21=_0x4ba384[_0x3ccc(0x1f)](_0x4482dc,0.5)?_0x4ba384['AvgZJ'](0x2,_0x4482dc)*_0x4482dc:_0x4ba384[_0x3ccc(0x20)](-0x1,_0x4ba384['AvgZJ'](_0x4ba384[_0x3ccc(0x1d)](0x4,0x2*_0x4482dc),_0x4482dc)),_0x1c38cb=_0x595dff+_0x4ba384[_0x3ccc(0x21)](_0x468189,_0x595dff)*_0x237e21;_0x4896fa['current']=_0x1c38cb,_0x4ba384['gQvIM'](_0x49a63b,_0x1c38cb),_0x4482dc<0x1?_0x4ba384[_0x3ccc(0x22)](_0x4ba384[_0x3ccc(0x23)],_0x4ba384[_0x3ccc(0x23)])?_0x110229[_0x3ccc(0x14)]=_0x4ba384[_0x3ccc(0x24)](requestAnimationFrame,_0x698148):(_0x55191a[_0x3ccc(0x25)](_0x1bca19,_0x259681[_0x3ccc(0x14)]),_0x292ab4[_0x3ccc(0x14)]=null):_0x110229[_0x3ccc(0x14)]=null;};_0x110229['current']=_0x4ba384['QDqBi'](requestAnimationFrame,_0x698148);},_0x341408),_0x3a375f[_0x3ccc(0x14)]=_0xd07b30,()=>{const _0x3a0d88={'hezao':function(_0x30e435,_0x1a5aab){return _0x4ba384[_0x3ccc(0x26)](_0x30e435,_0x1a5aab);}};_0x4ba384[_0x3ccc(0x27)](_0x4ba384[_0x3ccc(0x28)],_0x4ba384[_0x3ccc(0x28)])?_0x551bce[_0x3ccc(0x14)]=_0x3a0d88['hezao'](_0x1e7a86,_0x435eae):(_0x110229[_0x3ccc(0x14)]!==null&&(cancelAnimationFrame(_0x110229[_0x3ccc(0x14)]),_0x110229[_0x3ccc(0x14)]=null),_0x31b9d4[_0x3ccc(0x14)]!==null&&(_0x4ba384[_0x3ccc(0x29)](clearTimeout,_0x31b9d4[_0x3ccc(0x14)]),_0x31b9d4[_0x3ccc(0x14)]=null));};}},[_0xd07b30,disableAnimation]),React[_0x3ccc(0x2a)](View,{'style':[styles['container'],_0xab6ee6]},React[_0x3ccc(0x2a)](_0x4aa3b3,{'ref':_0x102262,'source':ANIMATIONS[_0x3ccc(0x2b)],'progress':_0x6eabf5,'loop':![],'autoPlay':![],'style':styles[_0x3ccc(0x2c)],'resizeMode':_0x469fc7[_0x3ccc(0x2d)]}));},styles=StyleSheet['create']({'container':{'width':0xc8,'height':0xc8,'alignItems':_0x3ccc(0x2e),'justifyContent':_0x3ccc(0x2e)},'animation':{'width':_0x3ccc(0x2f),'height':'100%'}});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 _0xcbc87d from'lottie-react-native';import{COLORS}from'../theme';import{triggerHaptic,HapticType}from'../utils/haptics';import{ANIMATIONS}from'../utils/assetRegistry';function _0x43b3(){const _0x22a818=['Keeping\x20your\x20data\x20private','Trying\x20to\x20understand\x20your\x20mind','Finalizing\x20your\x20unique\x20persona','Almost\x20done','Complete!','NdMuP','floor','pAord','rKHol','STabQ','NoghB','bZXDn','short','medium','nwVgK','VyUTD','100%','Value','SgUuR','current','BMJeI','OIggJ','QFKWv','aJbBE','omFNc','BksUF','aTXee','loop','sequence','timing','HqrXx','pqRLK','xdqOT','pRWEI','start','rVRLp','yDTNd','MxumM','luAif','dDLZd','setValue','bIiBH','jizom','PWdEe','nJwst','zHDtG','push','max','min','sort','dAbOV','gWKUE','long','xRltG','DWZhZ','CWqXb','WEoMe','oJOHy','yYINJ','WtquC','OjJFU','MgPdY','PQZPE','kVUXo','minProgress','WImWG','ZtCtQ','SUCCESS','Algyo','text','progress','LhILv','YixAH','length','hZSQH','message','forEach','createElement','content','lottieContainer','lottieAnimation','vyUnU','textContainer','loadingText','dotsContainer','Text','dot','progressContainer','progressTrack','progressFill','interpolate','create','surface','center','row','IBM\x20Plex\x20Sans','600','grey800','#E5E5E5'];_0x43b3=function(){return _0x22a818;};return _0x43b3();}function _0x53da(_0x43b3bf,_0x53da25){_0x43b3bf=_0x43b3bf-0x0;const _0x3cb316=_0x43b3();let _0xaebb77=_0x3cb316[_0x43b3bf];return _0xaebb77;}const STATUS_MESSAGES=[{'text':_0x53da(0x0),'minProgress':0x0,'maxProgress':0x19},{'text':_0x53da(0x1),'minProgress':0x14,'maxProgress':0x2d},{'text':'You\x27re\x20more\x20interesting\x20than\x20I\x20expected','minProgress':0x28,'maxProgress':0x41},{'text':_0x53da(0x2),'minProgress':0x3c,'maxProgress':0x55},{'text':_0x53da(0x3),'minProgress':0x50,'maxProgress':0x5f},{'text':_0x53da(0x4),'minProgress':0x64,'maxProgress':0x64}],randomInRange=(_0x1df15e,_0x59a288)=>{const _0xe5f652={'IDOjy':function(_0x13a6ff,_0x576bfb){return _0x13a6ff*_0x576bfb;},'NdMuP':function(_0x14f71f,_0x856acf){return _0x14f71f-_0x856acf;}};return _0xe5f652['IDOjy'](Math['random'](),_0xe5f652[_0x53da(0x5)](_0x59a288,_0x1df15e))+_0x1df15e;},randomIntInRange=(_0x4be08a,_0x1a40d5)=>{const _0x12a294={'pAord':function(_0x4f1eb8,_0x54dfea){return _0x4f1eb8+_0x54dfea;}};return Math[_0x53da(0x6)](randomInRange(_0x4be08a,_0x12a294[_0x53da(0x7)](_0x1a40d5,0x1)));},PersonaLoadingScreen=({visible:_0xd9ff18,onComplete:_0x47657c})=>{const _0x1d447d={'omFNc':function(_0x6467f9,_0x5c58c2){return _0x6467f9===_0x5c58c2;},'BksUF':function(_0x7c1ea0,_0xcb36ad,_0x1194d2){return _0x7c1ea0(_0xcb36ad,_0x1194d2);},'aTXee':_0x53da(0x8),'HqrXx':function(_0x3ce06f,_0x279047,_0x28b89a){return _0x3ce06f(_0x279047,_0x28b89a);},'rVRLp':function(_0x3dbb29,_0x1efb08,_0x14b23e){return _0x3dbb29(_0x1efb08,_0x14b23e);},'MgPdY':'CNvvq','PQZPE':_0x53da(0x9),'WImWG':_0x53da(0xa),'dprnM':_0x53da(0xb),'luAif':function(_0x551081,_0x2871d5){return _0x551081<_0x2871d5;},'dDLZd':function(_0x5dc081,_0x131f77){return _0x5dc081>=_0x131f77;},'SgUuR':function(_0x234776,_0x43a684){return _0x234776(_0x43a684);},'QFKWv':function(_0x29cb55,_0x3962f6){return _0x29cb55(_0x3962f6);},'OIggJ':_0x53da(0x0),'bIiBH':function(_0x665122,_0x30c5c1){return _0x665122-_0x30c5c1;},'jizom':function(_0x4ac6e2,_0x156c3d){return _0x4ac6e2+_0x156c3d;},'PWdEe':function(_0x325bd3,_0x205702){return _0x325bd3/_0x205702;},'nJwst':function(_0x3b55a8,_0x23fce5){return _0x3b55a8+_0x23fce5;},'zHDtG':function(_0x1a985a,_0x243cf1){return _0x1a985a*_0x243cf1;},'dAbOV':_0x53da(0xc),'gWKUE':_0x53da(0xd),'xRltG':function(_0x7c64a6,_0x3268d6){return _0x7c64a6===_0x3268d6;},'DWZhZ':function(_0x65c8a0,_0x230ead){return _0x65c8a0===_0x230ead;},'WEoMe':function(_0x2721fc,_0x45f819,_0x54f557){return _0x2721fc(_0x45f819,_0x54f557);},'oJOHy':function(_0x4f2804,_0x5ddaea){return _0x4f2804===_0x5ddaea;},'yYINJ':function(_0x272fc6,_0x3be838){return _0x272fc6!==_0x3be838;},'KwkJq':_0x53da(0xe),'WtquC':_0x53da(0xf),'OjJFU':function(_0x2708aa,_0x2d6752){return _0x2708aa/_0x2d6752;},'LhILv':function(_0x37e5d2,_0x5d8525){return _0x37e5d2<=_0x5d8525;},'BMJeI':function(_0x31aacd,_0x462f49){return _0x31aacd(_0x462f49);},'aJbBE':function(_0x185a39,_0x5af9c7,_0x135706){return _0x185a39(_0x5af9c7,_0x135706);},'MxumM':function(_0x564c68,_0x81d9d,_0x277130){return _0x564c68(_0x81d9d,_0x277130);},'vyUnU':'contain','RfYuY':_0x53da(0x10)},_0x5c71e0=_0x1d447d['SgUuR'](useRef,new Animated[(_0x53da(0x11))](0x0))['current'],_0xa5a780=_0x1d447d[_0x53da(0x12)](useRef,new Animated[(_0x53da(0x11))](0.3))[_0x53da(0x13)],_0x480dd9=_0x1d447d[_0x53da(0x12)](useRef,new Animated[(_0x53da(0x11))](0.3))[_0x53da(0x13)],_0x3f4e14=_0x1d447d['SgUuR'](useRef,new Animated[(_0x53da(0x11))](0.3))['current'],[_0x4c5297,_0x36e507]=_0x1d447d[_0x53da(0x14)](useState,0x0),[_0x5e9823,_0x5849b4]=useState(_0x1d447d[_0x53da(0x15)]),_0xfee607=_0x1d447d[_0x53da(0x16)](useRef,[]);_0x1d447d[_0x53da(0x17)](useEffect,()=>{const _0xc0a824={'pqRLK':function(_0x1ef9ba,_0x4d7e95){return _0x1d447d[_0x53da(0x18)](_0x1ef9ba,_0x4d7e95);},'xdqOT':'OUQTo','yDTNd':function(_0x2ff424,_0x171f79,_0x568c41){return _0x1d447d[_0x53da(0x19)](_0x2ff424,_0x171f79,_0x568c41);},'WbgrL':function(_0x26e343,_0x44897b,_0xb13b5c){return _0x1d447d[_0x53da(0x19)](_0x26e343,_0x44897b,_0xb13b5c);}};if(_0x53da(0x8)!==_0x1d447d[_0x53da(0x1a)])return Animated[_0x53da(0x1b)](Animated[_0x53da(0x1c)]([Animated[_0x53da(0x1d)](_0x2126db,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]}),Animated['timing'](_0x1914c6,{'toValue':0.3,'duration':0x258,'useNativeDriver':!![]})]),{'iterations':-0x1});else{if(!_0xd9ff18)return;const _0x815d6f=(_0x3120f4,_0x36d7cb)=>{return Animated[_0x53da(0x1b)](Animated[_0x53da(0x1c)]([Animated[_0x53da(0x1d)](_0x3120f4,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]}),Animated[_0x53da(0x1d)](_0x3120f4,{'toValue':0.3,'duration':0x258,'useNativeDriver':!![]})]),{'iterations':-0x1});};_0x1d447d[_0x53da(0x1e)](setTimeout,()=>{_0xc0a824[_0x53da(0x1f)](_0xc0a824[_0x53da(0x20)],_0x53da(0x21))?_0x1a644c=_0x53140f(0xfa,0x1f4):_0x815d6f(_0xa5a780,0x0)[_0x53da(0x22)]();},0x12c),_0x1d447d[_0x53da(0x23)](setTimeout,()=>{_0xc0a824[_0x53da(0x24)](_0x815d6f,_0x480dd9,0xc8)[_0x53da(0x22)]();},0x1f4),_0x1d447d[_0x53da(0x19)](setTimeout,()=>{_0xc0a824['WbgrL'](_0x815d6f,_0x3f4e14,0x190)[_0x53da(0x22)]();},0x2bc);}},[_0xd9ff18,_0xa5a780,_0x480dd9,_0x3f4e14]),_0x1d447d[_0x53da(0x25)](useEffect,()=>{const _0x41ac97={'ZtCtQ':function(_0x549ae6,_0x3f55d3){return _0x549ae6(_0x3f55d3);},'Algyo':function(_0x30ebb7){return _0x30ebb7();},'YixAH':function(_0xf9e12c,_0x26f0c9){return _0x1d447d[_0x53da(0x26)](_0xf9e12c,_0x26f0c9);},'kIhnr':function(_0x9af11a,_0x563370){return _0x1d447d[_0x53da(0x27)](_0x9af11a,_0x563370);},'hZSQH':function(_0x3cda11,_0x278402){return _0x1d447d['SgUuR'](_0x3cda11,_0x278402);},'UAVJT':function(_0xe96e9e,_0x4270c9,_0x11dc04){return _0x1d447d[_0x53da(0x23)](_0xe96e9e,_0x4270c9,_0x11dc04);}};if(!_0xd9ff18){_0xfee607[_0x53da(0x13)]['forEach'](_0x3ec2b5=>clearTimeout(_0x3ec2b5)),_0xfee607[_0x53da(0x13)]=[];return;}_0x1d447d['SgUuR'](_0x36e507,0x0),_0x1d447d[_0x53da(0x16)](_0x5849b4,_0x1d447d[_0x53da(0x15)]),_0x5c71e0[_0x53da(0x28)](0x0);const _0xc41aec=_0x1d447d[_0x53da(0x19)](randomInRange,0x1b58,0x2ee0),_0x16fef5=_0x1d447d[_0x53da(0x1e)](randomIntInRange,0x5,0x8),_0x13dbe9=[0x0];for(let _0x52b58e=0x0;_0x1d447d[_0x53da(0x26)](_0x52b58e,_0x16fef5-0x1);_0x52b58e++){const _0x141446=_0x1d447d[_0x53da(0x29)](_0x1d447d[_0x53da(0x2a)](_0x52b58e,0x1)*_0x1d447d[_0x53da(0x2b)](0x64,_0x16fef5),0xa),_0xba6a49=_0x1d447d[_0x53da(0x2c)](_0x1d447d[_0x53da(0x2d)](_0x1d447d['nJwst'](_0x52b58e,0x1),_0x1d447d[_0x53da(0x2b)](0x64,_0x16fef5)),0xa);_0x13dbe9[_0x53da(0x2e)](_0x1d447d[_0x53da(0x1e)](randomIntInRange,Math[_0x53da(0x2f)](0xa,_0x141446),Math[_0x53da(0x30)](0x5a,_0xba6a49)));}_0x13dbe9['push'](0x64),_0x13dbe9[_0x53da(0x31)]((_0x2f9491,_0x29ab4a)=>_0x2f9491-_0x29ab4a);const _0x39a3eb=[_0x1d447d[_0x53da(0x32)],_0x1d447d[_0x53da(0x33)],_0x53da(0x34)],_0x3ffb7a=[];let _0x16261f=0x0;for(let _0xa276b2=0x0;_0xa276b2<_0x16fef5;_0xa276b2++){const _0x26e07f=_0x39a3eb[_0x1d447d[_0x53da(0x1e)](randomIntInRange,0x0,0x2)];let _0x507e6a;if(_0x1d447d[_0x53da(0x35)](_0x26e07f,_0x1d447d[_0x53da(0x32)]))_0x1d447d[_0x53da(0x36)](_0x53da(0x37),'IYZzy')?_0x50931e(_0x521d97,0xc8)[_0x53da(0x22)]():_0x507e6a=_0x1d447d[_0x53da(0x38)](randomInRange,0xfa,0x1f4);else _0x1d447d[_0x53da(0x39)](_0x26e07f,_0x1d447d[_0x53da(0x33)])?_0x507e6a=_0x1d447d[_0x53da(0x19)](randomInRange,0x1f4,0x320):_0x1d447d[_0x53da(0x3a)](_0x1d447d['KwkJq'],_0x1d447d[_0x53da(0x3b)])?_0x507e6a=_0x1d447d['WEoMe'](randomInRange,0x320,0x4b0):_0xf05773(_0x469ca3,0x190)[_0x53da(0x22)]();_0x3ffb7a[_0x53da(0x2e)](_0x507e6a),_0x16261f+=_0x507e6a;}const _0x131c1a=0x190,_0x39b9de=_0x16fef5*_0x131c1a,_0x17f0c9=_0x1d447d[_0x53da(0x29)](_0xc41aec,_0x39b9de),_0x40e387=_0x1d447d[_0x53da(0x3c)](_0x17f0c9,_0x16261f),_0x43b95f=_0x3ffb7a['map'](_0x42f6fa=>_0x42f6fa*_0x40e387),_0x9cfd28=[];STATUS_MESSAGES['forEach'](_0x345935=>{const _0x843310={'kVUXo':function(_0x4ed9a8,_0x3ec261,_0x39776c){return _0x1d447d['HqrXx'](_0x4ed9a8,_0x3ec261,_0x39776c);}};if(_0x1d447d[_0x53da(0x18)](_0x1d447d[_0x53da(0x3d)],_0x1d447d[_0x53da(0x3e)]))_0x843310[_0x53da(0x3f)](_0x586809,_0x4934b9,0x0)[_0x53da(0x22)]();else{if(_0x1d447d[_0x53da(0x18)](_0x345935[_0x53da(0x40)],0x64))_0x1d447d[_0x53da(0x41)]!==_0x1d447d['dprnM']?_0x9cfd28[_0x53da(0x2e)]({'progress':0x64,'message':_0x345935['text']}):(_0x41ac97[_0x53da(0x42)](_0x27640c,_0x2a8356[_0x53da(0x43)]),_0x41ac97[_0x53da(0x44)](_0x4f1bcf));else{const _0x35696b=randomInRange(_0x345935['minProgress'],_0x345935['maxProgress']);_0x9cfd28[_0x53da(0x2e)]({'progress':_0x35696b,'message':_0x345935[_0x53da(0x45)]});}}}),_0x9cfd28[_0x53da(0x31)]((_0x1c6cc7,_0x54a2ea)=>_0x1c6cc7[_0x53da(0x46)]-_0x54a2ea[_0x53da(0x46)]);let _0x260e78=0x0,_0x594fd1=0x0;for(let _0x4389ba=0x1;_0x1d447d[_0x53da(0x47)](_0x4389ba,_0x16fef5);_0x4389ba++){const _0x2b0b56=_0x13dbe9[_0x4389ba],_0x1e2e6e=_0x43b95f[_0x1d447d[_0x53da(0x29)](_0x4389ba,0x1)];_0x260e78+=_0x1e2e6e;const _0x9e6e12=_0x1d447d[_0x53da(0x38)](setTimeout,()=>{while(_0x41ac97[_0x53da(0x48)](_0x594fd1,_0x9cfd28[_0x53da(0x49)])&&_0x41ac97['kIhnr'](_0x2b0b56,_0x9cfd28[_0x594fd1]['progress'])){_0x41ac97[_0x53da(0x4a)](_0x5849b4,_0x9cfd28[_0x594fd1][_0x53da(0x4b)]),_0x594fd1++;}_0x36e507(_0x2b0b56),Animated[_0x53da(0x1d)](_0x5c71e0,{'toValue':_0x2b0b56/0x64,'duration':_0x131c1a,'useNativeDriver':![]})['start'](),_0x2b0b56>=0x64&&_0x41ac97['UAVJT'](setTimeout,()=>{_0x41ac97['ZtCtQ'](triggerHaptic,HapticType[_0x53da(0x43)]),_0x41ac97[_0x53da(0x44)](_0x47657c);},0x1f4);},_0x260e78);_0xfee607[_0x53da(0x13)][_0x53da(0x2e)](_0x9e6e12),_0x260e78+=_0x131c1a;}return()=>{_0xfee607['current'][_0x53da(0x4c)](_0x23a6b1=>clearTimeout(_0x23a6b1)),_0xfee607[_0x53da(0x13)]=[];};},[_0xd9ff18,_0x47657c,_0x5c71e0]);if(!_0xd9ff18)return null;return React[_0x53da(0x4d)](View,{'style':styles['container']},React[_0x53da(0x4d)](View,{'style':styles[_0x53da(0x4e)]},React[_0x53da(0x4d)](View,{'style':styles[_0x53da(0x4f)]},React['createElement'](_0xcbc87d,{'source':ANIMATIONS['loader'],'autoPlay':!![],'loop':!![],'style':styles[_0x53da(0x50)],'resizeMode':_0x1d447d[_0x53da(0x51)]})),React[_0x53da(0x4d)](View,{'style':styles[_0x53da(0x52)]},React['createElement'](Text,{'style':styles[_0x53da(0x53)]},_0x5e9823),React['createElement'](View,{'style':styles[_0x53da(0x54)]},React[_0x53da(0x4d)](Animated[_0x53da(0x55)],{'style':[styles[_0x53da(0x56)],{'opacity':_0xa5a780}]},'.'),React[_0x53da(0x4d)](Animated[_0x53da(0x55)],{'style':[styles['dot'],{'opacity':_0x480dd9}]},'.'),React[_0x53da(0x4d)](Animated[_0x53da(0x55)],{'style':[styles['dot'],{'opacity':_0x3f4e14}]},'.'))),React[_0x53da(0x4d)](View,{'style':styles[_0x53da(0x57)]},React[_0x53da(0x4d)](View,{'style':styles[_0x53da(0x58)]},React['createElement'](Animated['View'],{'style':[styles[_0x53da(0x59)],{'width':_0x5c71e0[_0x53da(0x5a)]({'inputRange':[0x0,0x1],'outputRange':['0%',_0x1d447d['RfYuY']]})}]})))));},styles=StyleSheet[_0x53da(0x5b)]({'container':{'flex':0x1,'backgroundColor':COLORS[_0x53da(0x5c)]},'content':{'flex':0x1,'justifyContent':_0x53da(0x5d),'alignItems':'center','paddingHorizontal':0x18,'marginTop':-0x50},'lottieContainer':{'width':0x168,'height':0x168,'marginBottom':0x20,'alignItems':_0x53da(0x5d),'justifyContent':'center'},'lottieAnimation':{'width':_0x53da(0x10),'height':_0x53da(0x10)},'textContainer':{'flexDirection':_0x53da(0x5e),'alignItems':'center','marginBottom':0x30},'loadingText':{'fontSize':0x18,'fontFamily':_0x53da(0x5f),'fontWeight':_0x53da(0x60),'color':COLORS[_0x53da(0x61)]},'dotsContainer':{'flexDirection':'row','marginLeft':0x4},'dot':{'fontSize':0x18,'fontFamily':_0x53da(0x5f),'fontWeight':'600','color':COLORS[_0x53da(0x61)],'marginLeft':0x2},'progressContainer':{'width':_0x53da(0x10),'maxWidth':0x118},'progressTrack':{'height':0x6,'backgroundColor':_0x53da(0x62),'borderRadius':0x3,'overflow':'hidden'},'progressFill':{'height':'100%','backgroundColor':COLORS['grey800'],'borderRadius':0x3}});export default PersonaLoadingScreen;
@@ -1 +1 @@
1
- import React,{useState}from'react';import{View,Text,StyleSheet,TouchableOpacity,Image,ScrollView,ActivityIndicator}from'react-native';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
+ function _0x237d(){const _0x219c28=['Enoch','EDiaP','basicProfile','OLUJM','HHJjp','gjmtF','contain','\x20wants\x20to\x20personalize\x20your\x20experience','Connected\x20Platforms','#FFFFFF','xEHLE','ZdABX','wNPZL','yvMAP','mfwQZ','LFbdY','BUTTON_PRESS','mxjWL','TGsnU','lzKIh','some','createElement','container','scrollView','scrollContent','iconContainer','onairosLogo','XgMxf','arrow','enochIcon','enochAppIcon','titleContainer','welcomeBackText','Welcome\x20back!','VBIdR','subtitle','Choose\x20what\x20to\x20share:','optionRow','optionLeft','grey700','optionIcon','grey800','checkboxContainer','joGsJ','checkbox','grey400','contentAnalysis','optionText','personalityProfile','connectedPlatformsSection','connectedPlatformsTitle','length','connectedPlatformsIcons','connectedPlatformIconContainer','connectedPlatformIcon','connectMoreButton','JjmWZ','IcLIV','UnUOt','connectMoreText','connectMorePlusCircle','connectMorePlus','acceptButton','acceptButtonActive','acceptButtonLoading','hPBzr','Fragment','acceptButtonText','acceptButtonTextActive','buttonArrow','buttonArrowActive','declineButton','QzRyQ','YCFwm','Decline','create','surface','row','center','#000','IBM\x20Plex\x20Sans','grey600','700','600','Inter','space-between','#F8F9FA','#E5E5E5','#2D3436','#999999','500','400','grey500','wrap'];_0x237d=function(){return _0x219c28;};return _0x237d();}import React,{useState}from'react';import{View,Text,StyleSheet,TouchableOpacity,Image,ScrollView,ActivityIndicator}from'react-native';import{COLORS}from'../theme';function _0xc046(_0x237d2c,_0xc046a9){_0x237d2c=_0x237d2c-0x0;const _0x59ba3a=_0x237d();let _0x4ce25b=_0x59ba3a[_0x237d2c];return _0x4ce25b;}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';const PersonalizationConsentScreen=({visible:_0x1d42bf,onAccept:_0x580970,onDecline:_0xbfe699,loading:loading=![],connectedPlatforms:connectedPlatforms=[],onConnectMore:_0x53f4c7,isReturningUser:isReturningUser=![],appName:appName=_0xc046(0x0),onLogout:_0x4de12})=>{const _0x25b379={'ZdABX':function(_0x2d9f3a,_0x5f13ba){return _0x2d9f3a(_0x5f13ba);},'wNPZL':function(_0x317125){return _0x317125();},'yvMAP':function(_0x4820a1,_0x2f1cd7){return _0x4820a1===_0x2f1cd7;},'mfwQZ':_0xc046(0x1),'TGsnU':function(_0xc9ddad,_0x49f01d){return _0xc9ddad===_0x49f01d;},'cGfKl':_0xc046(0x2),'YCFwm':function(_0x1c4d84,_0x2d5aaf){return _0x1c4d84(_0x2d5aaf);},'lzKIh':function(_0x3589ad,_0x2cf98e){return _0x3589ad(_0x2cf98e);},'JjmWZ':function(_0x40ce4d,_0x1c166a){return _0x40ce4d!==_0x1c166a;},'IcLIV':_0xc046(0x3),'UnUOt':function(_0x3be670){return _0x3be670();},'hPBzr':function(_0xb85ce3,_0x49f22d){return _0xb85ce3(_0x49f22d);},'snZXh':_0xc046(0x4),'QzRyQ':_0xc046(0x5),'xEHLE':function(_0x2f7f24,_0x10ba65){return _0x2f7f24(_0x10ba65);},'XgMxf':_0xc046(0x6),'VBIdR':_0xc046(0x7),'joGsJ':'#4CD964','ZznTs':_0xc046(0x8),'KBXxq':function(_0x344cc9,_0x328dc5){return _0x344cc9>_0x328dc5;},'lvtBw':_0xc046(0x9)},[_0x5d3d9e,_0x358e7e]=_0x25b379[_0xc046(0xa)](useState,{'basicProfile':!![],'contentAnalysis':![],'personalityProfile':![]}),_0x4de056=_0x558526=>{const _0x3e3a9e={'LFbdY':function(_0x4c7ee0,_0x387d52){return _0x25b379[_0xc046(0xb)](_0x4c7ee0,_0x387d52);},'mxjWL':function(_0x7e62ac){return _0x25b379[_0xc046(0xc)](_0x7e62ac);}};if(_0x25b379[_0xc046(0xd)](_0x25b379[_0xc046(0xe)],'owBFG'))_0x3e3a9e[_0xc046(0xf)](_0x1e231e,_0x588aea[_0xc046(0x10)]),_0x3e3a9e[_0xc046(0x11)](_0x135a88);else{if(_0x25b379[_0xc046(0x12)](_0x558526,_0x25b379['cGfKl']))return;_0x25b379['YCFwm'](triggerHaptic,HapticType['BUTTON_PRESS']),_0x25b379[_0xc046(0x13)](_0x358e7e,_0x1857a4=>({..._0x1857a4,[_0x558526]:!_0x1857a4[_0x558526]}));}},_0x2c534b=Object['values'](_0x5d3d9e)[_0xc046(0x14)](_0x373df0=>_0x373df0);if(!_0x1d42bf)return null;return React[_0xc046(0x15)](View,{'style':styles[_0xc046(0x16)]},React['createElement'](ScrollView,{'style':styles[_0xc046(0x17)],'contentContainerStyle':styles[_0xc046(0x18)],'showsVerticalScrollIndicator':![]},React[_0xc046(0x15)](View,{'style':styles['headerContainer']},React['createElement'](View,{'style':styles[_0xc046(0x19)]},React[_0xc046(0x15)](Image,{'source':BRAND_IMAGES[_0xc046(0x1a)],'style':styles['headerIcon'],'resizeMode':_0x25b379[_0xc046(0x1b)]})),React[_0xc046(0x15)](Text,{'style':styles[_0xc046(0x1c)]},'→'),React['createElement'](Image,{'source':BRAND_IMAGES[_0xc046(0x1d)],'style':styles[_0xc046(0x1e)],'resizeMode':_0x25b379[_0xc046(0x1b)]})),React[_0xc046(0x15)](View,{'style':styles[_0xc046(0x1f)]},isReturningUser&&React[_0xc046(0x15)](Text,{'style':styles[_0xc046(0x20)]},_0xc046(0x21)),React[_0xc046(0x15)](Text,{'style':styles['title']},appName,_0x25b379[_0xc046(0x22)]),React['createElement'](Text,{'style':styles[_0xc046(0x23)]},_0xc046(0x24))),React[_0xc046(0x15)](View,{'style':styles['optionsContainer']},React[_0xc046(0x15)](TouchableOpacity,{'style':styles[_0xc046(0x25)],'onPress':()=>_0x4de056(_0xc046(0x2))},React[_0xc046(0x15)](View,{'style':styles[_0xc046(0x26)]},React[_0xc046(0x15)](Basicproficon,{'width':0x20,'height':0x20,'fill':COLORS[_0xc046(0x27)],'style':styles[_0xc046(0x28)]}),React[_0xc046(0x15)](Basicprofile,{'height':0x18,'fill':COLORS[_0xc046(0x29)],'style':styles['optionText']})),React['createElement'](View,{'style':styles[_0xc046(0x2a)]},_0x5d3d9e[_0xc046(0x2)]?React[_0xc046(0x15)](Checkmark,{'width':0x18,'height':0x18,'fill':_0x25b379[_0xc046(0x2b)],'style':styles[_0xc046(0x2c)]}):React[_0xc046(0x15)](Checkbox,{'width':0x18,'height':0x18,'stroke':COLORS[_0xc046(0x2d)],'style':styles['checkbox']}))),React[_0xc046(0x15)](TouchableOpacity,{'style':styles[_0xc046(0x25)],'onPress':()=>_0x4de056(_0xc046(0x2e))},React[_0xc046(0x15)](View,{'style':styles[_0xc046(0x26)]},React['createElement'](Contenticon,{'width':0x20,'height':0x20,'fill':COLORS[_0xc046(0x27)],'style':styles['optionIcon']}),React[_0xc046(0x15)](Userpreferences,{'height':0x18,'fill':COLORS['grey800'],'style':styles[_0xc046(0x2f)]})),React[_0xc046(0x15)](View,{'style':styles[_0xc046(0x2a)]},_0x5d3d9e[_0xc046(0x2e)]?React[_0xc046(0x15)](Checkmark,{'width':0x18,'height':0x18,'fill':_0x25b379['joGsJ'],'style':styles[_0xc046(0x2c)]}):React[_0xc046(0x15)](Checkbox,{'width':0x18,'height':0x18,'stroke':COLORS[_0xc046(0x2d)],'style':styles[_0xc046(0x2c)]}))),React['createElement'](TouchableOpacity,{'style':styles['optionRow'],'onPress':()=>_0x4de056('personalityProfile')},React[_0xc046(0x15)](View,{'style':styles[_0xc046(0x26)]},React[_0xc046(0x15)](Personalityicon,{'width':0x20,'height':0x20,'fill':COLORS[_0xc046(0x27)],'style':styles['optionIcon']}),React[_0xc046(0x15)](Personalitytraits,{'height':0x18,'fill':COLORS['grey800'],'style':styles['optionText']})),React['createElement'](View,{'style':styles[_0xc046(0x2a)]},_0x5d3d9e[_0xc046(0x30)]?React[_0xc046(0x15)](Checkmark,{'width':0x18,'height':0x18,'fill':_0x25b379[_0xc046(0x2b)],'style':styles['checkbox']}):React[_0xc046(0x15)](Checkbox,{'width':0x18,'height':0x18,'stroke':COLORS[_0xc046(0x2d)],'style':styles[_0xc046(0x2c)]})))),React[_0xc046(0x15)](View,{'style':styles[_0xc046(0x31)]},React['createElement'](Text,{'style':styles[_0xc046(0x32)]},_0x25b379['ZznTs']),_0x25b379['KBXxq'](connectedPlatforms[_0xc046(0x33)],0x0)&&React[_0xc046(0x15)](View,{'style':styles[_0xc046(0x34)]},connectedPlatforms['map'](_0x35cd64=>React[_0xc046(0x15)](View,{'key':_0x35cd64,'style':styles[_0xc046(0x35)]},React['createElement'](Image,{'source':getPlatformIcon(_0x35cd64),'style':styles[_0xc046(0x36)],'resizeMode':_0xc046(0x6)})))),_0x53f4c7&&React[_0xc046(0x15)](TouchableOpacity,{'style':styles[_0xc046(0x37)],'onPress':()=>{_0x25b379[_0xc046(0x38)](_0x25b379[_0xc046(0x39)],_0x25b379[_0xc046(0x39)])?(_0x31be76(_0x1ec199[_0xc046(0x10)]),_0x1881cb()):(triggerHaptic(HapticType[_0xc046(0x10)]),_0x25b379[_0xc046(0x3a)](_0x53f4c7));}},React[_0xc046(0x15)](Text,{'style':styles[_0xc046(0x3b)]},'Connect\x20more'),React[_0xc046(0x15)](View,{'style':styles[_0xc046(0x3c)]},React[_0xc046(0x15)](Text,{'style':styles[_0xc046(0x3d)]},'+')))),React[_0xc046(0x15)](View,{'style':styles['buttonContainer']},React[_0xc046(0x15)](TouchableOpacity,{'style':[styles[_0xc046(0x3e)],_0x2c534b&&styles[_0xc046(0x3f)],loading&&styles[_0xc046(0x40)]],'onPress':()=>{!loading&&(_0x25b379[_0xc046(0x41)](triggerHaptic,HapticType[_0xc046(0x10)]),_0x25b379[_0xc046(0xc)](_0x580970));},'disabled':loading,'activeOpacity':loading?0x1:0.7},loading?React[_0xc046(0x15)](ActivityIndicator,{'size':'small','color':_0x25b379['lvtBw']}):React[_0xc046(0x15)](React[_0xc046(0x42)],null,React[_0xc046(0x15)](Text,{'style':[styles[_0xc046(0x43)],_0x2c534b&&styles[_0xc046(0x44)]]},'Accept\x20&\x20Continue'),React[_0xc046(0x15)](Text,{'style':[styles[_0xc046(0x45)],_0x2c534b&&styles[_0xc046(0x46)]]},'→'))),React[_0xc046(0x15)](TouchableOpacity,{'style':styles[_0xc046(0x47)],'onPress':()=>{_0x25b379['snZXh']!==_0x25b379[_0xc046(0x48)]?(triggerHaptic(HapticType['BUTTON_PRESS']),_0x25b379[_0xc046(0x3a)](_0xbfe699)):(_0x25b379[_0xc046(0x49)](_0x4459c6,_0x55eede[_0xc046(0x10)]),_0x25b379[_0xc046(0x3a)](_0x5c7568));}},React[_0xc046(0x15)](Text,{'style':styles['declineButtonText']},_0xc046(0x4a))))));},styles=StyleSheet[_0xc046(0x4b)]({'container':{'flex':0x1,'backgroundColor':COLORS[_0xc046(0x4c)],'paddingHorizontal':0x18,'paddingTop':0x28,'paddingBottom':0x8},'headerContainer':{'flexDirection':_0xc046(0x4d),'alignItems':_0xc046(0x4e),'justifyContent':_0xc046(0x4e),'marginBottom':0xc,'marginTop':0x0},'iconContainer':{'width':0x40,'height':0x40,'backgroundColor':_0xc046(0x9),'borderRadius':0xc,'alignItems':_0xc046(0x4e),'justifyContent':'center','marginHorizontal':0x8,'shadowColor':_0xc046(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':_0xc046(0x50),'fontWeight':'700','color':COLORS[_0xc046(0x29)]},'arrow':{'fontSize':0x18,'color':COLORS[_0xc046(0x51)],'marginHorizontal':0x10},'titleContainer':{'alignItems':_0xc046(0x4e),'marginBottom':0x8},'welcomeBackText':{'fontSize':0x18,'fontFamily':_0xc046(0x50),'fontWeight':_0xc046(0x52),'color':COLORS[_0xc046(0x29)],'textAlign':'center','marginBottom':0x2},'title':{'fontSize':0x14,'fontFamily':_0xc046(0x50),'fontWeight':_0xc046(0x53),'color':COLORS[_0xc046(0x29)],'textAlign':_0xc046(0x4e),'marginBottom':0xa},'subtitle':{'fontSize':0x10,'fontFamily':_0xc046(0x54),'fontWeight':'400','color':COLORS[_0xc046(0x51)],'textAlign':_0xc046(0x4e)},'scrollView':{'flex':0x1},'scrollContent':{'flexGrow':0x1},'optionsContainer':{'marginBottom':0x8},'optionRow':{'flexDirection':_0xc046(0x4d),'alignItems':_0xc046(0x4e),'justifyContent':_0xc046(0x55),'paddingVertical':0xc,'paddingHorizontal':0x2,'backgroundColor':_0xc046(0x56),'borderRadius':0xc,'marginBottom':0x6,'marginHorizontal':0x0},'optionLeft':{'flexDirection':_0xc046(0x4d),'alignItems':_0xc046(0x4e),'flex':0x1},'optionIcon':{'marginRight':0xc,'marginLeft':0x2,'marginTop':-0x4},'optionText':{'flex':0x1,'marginLeft':0x2},'checkboxContainer':{'paddingLeft':0x4,'paddingRight':0x2,'alignItems':_0xc046(0x4e),'justifyContent':'center'},'checkbox':{},'buttonContainer':{'gap':0x8,'paddingHorizontal':0x0,'paddingBottom':0x10,'marginTop':0x10},'acceptButton':{'backgroundColor':_0xc046(0x57),'borderRadius':0x19,'paddingVertical':0xa,'paddingHorizontal':0x18,'flexDirection':_0xc046(0x4d),'alignItems':'center','justifyContent':'center'},'acceptButtonActive':{'backgroundColor':_0xc046(0x58)},'acceptButtonLoading':{'backgroundColor':'#2D3436','opacity':0.8},'acceptButtonText':{'color':'#999999','fontSize':0x10,'fontFamily':'Inter','fontWeight':_0xc046(0x53),'marginRight':0x8},'acceptButtonTextActive':{'color':_0xc046(0x9)},'buttonArrow':{'color':_0xc046(0x59),'fontSize':0x10},'buttonArrowActive':{'color':_0xc046(0x9)},'declineButton':{'backgroundColor':_0xc046(0x57),'borderRadius':0x19,'paddingVertical':0xa,'paddingHorizontal':0x18,'alignItems':_0xc046(0x4e),'justifyContent':_0xc046(0x4e)},'declineButtonText':{'color':COLORS[_0xc046(0x51)],'fontSize':0x10,'fontFamily':_0xc046(0x54),'fontWeight':_0xc046(0x5a)},'logoutButton':{'alignItems':_0xc046(0x4e),'paddingVertical':0xc,'marginTop':0x8},'logoutButtonText':{'fontSize':0xe,'fontFamily':_0xc046(0x54),'fontWeight':_0xc046(0x5b),'color':COLORS[_0xc046(0x5c)],'textDecorationLine':'underline'},'connectedPlatformsSection':{'alignItems':_0xc046(0x4e),'paddingVertical':0xa,'paddingHorizontal':0x10,'backgroundColor':_0xc046(0x56),'borderRadius':0x10,'marginBottom':0xa,'marginTop':0x10},'connectedPlatformsTitle':{'fontSize':0xf,'fontFamily':_0xc046(0x54),'fontWeight':_0xc046(0x5a),'color':COLORS[_0xc046(0x5c)],'marginBottom':0xa},'connectedPlatformsIcons':{'flexDirection':_0xc046(0x4d),'justifyContent':_0xc046(0x4e),'alignItems':_0xc046(0x4e),'flexWrap':_0xc046(0x5d),'gap':0xa,'marginBottom':0xa},'connectedPlatformIconContainer':{'width':0x30,'height':0x30,'borderRadius':0xa,'backgroundColor':_0xc046(0x9),'justifyContent':'center','alignItems':'center','shadowColor':_0xc046(0x4f),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.1,'shadowRadius':0x4,'elevation':0x2},'connectedPlatformIcon':{'width':0x20,'height':0x20},'connectMoreButton':{'flexDirection':_0xc046(0x4d),'alignItems':_0xc046(0x4e),'justifyContent':_0xc046(0x4e),'gap':0x8},'connectMoreText':{'fontSize':0x10,'fontFamily':'Inter','fontWeight':_0xc046(0x5a),'color':COLORS[_0xc046(0x5c)]},'connectMorePlusCircle':{'width':0x1c,'height':0x1c,'borderRadius':0xe,'borderWidth':0x2,'borderColor':COLORS[_0xc046(0x2d)],'justifyContent':'center','alignItems':'center'},'connectMorePlus':{'fontSize':0x12,'fontWeight':'500','color':COLORS['grey500'],'marginTop':-0x2}});export{PersonalizationConsentScreen};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';function _0x2d38(){const _0x4e0393=['AhAcw','❌\x20Error\x20in\x20PIN\x20creation\x20process:','⚠️\x20Face\x20ID\x20authentication\x20was\x20cancelled\x20or\x20failed','Face\x20ID\x20Setup','GWZQe','Please\x20ensure\x20your\x20PIN\x20meets\x20all\x20requirements.','MdFNR','gQhAe','Invalid\x20PIN','🔐\x20Starting\x20PIN\x20creation\x20process...','storing','📱\x20[PIN\x20CREATION]\x20Biometric\x20available\x20before\x20storage:','❌\x20[PIN\x20CREATION]\x20Face\x20ID\x20not\x20available\x20on\x20this\x20device','🔐\x20[PIN\x20CREATION]\x20Triggering\x20biometric\x20authentication\x20for\x20PIN\x20storage...','✅\x20PIN\x20stored\x20successfully\x20with\x20Face\x20ID','dqvJS','error','PIN\x20Storage\x20Error','PIN\x20storage\x20verification\x20failed.\x20Please\x20try\x20again.','Face\x20ID\x20authentication\x20was\x20cancelled\x20or\x20failed.\x20Your\x20PIN\x20is\x20still\x20saved\x20securely.','Try\x20Again','1|0|2|4|3','❌\x20Error\x20checking\x20biometric\x20availability:','TzBLZ','lHhQQ','yRnKg','checking','Enter\x20your\x20PIN','Your\x20PIN\x20must:','Contain\x20an\x20uppercase\x20letter.','Contain\x20a\x20symbol\x20(e.g.\x20!@#$%^&*).','small','#D4A536','available','Checking\x20Face\x20ID...','Face\x20ID\x20Unavailable','Securing\x20with\x20Face\x20ID...','PIN\x20Secured\x20with\x20Face\x20ID','Face\x20ID\x20Setup\x20Failed','Verifying\x20Face\x20ID\x20availability\x20on\x20your\x20device.','We\x20use\x20Face\x20ID\x20to\x20ensure\x20only\x20you\x20can\x20access\x20your\x20data.','Please\x20authenticate\x20with\x20Face\x20ID\x20to\x20secure\x20your\x20PIN.','Face\x20ID\x20setup\x20failed,\x20but\x20your\x20PIN\x20is\x20stored\x20securely.','#FFFFFF','Continue','ZYPrG','bAkST','rIcHn','yawSh','length','test','values','NhKwd','WOgCX','JnzBP','djeEa','DZvYQ','HifHh','OmZUy','abakA','LToqb','ERROR','alert','nYdgx','AVquV','log','ITigq','MRKYe','oitDX','tmfZS','isBiometricAvailable','IJLJi','yRToF','storePinWithBiometric','SzJFF','isPinStored','chiuB','QvLuh','YkJWs','napSa','myJpR','ERFpW','AEKBq','rjDUH','TllJX','xfXms','IjwLa','pszIu','thWKP','egzpw','RaPpn','Continue\x20Without\x20Face\x20ID','KRfUD','OpLtZ','split','yWOht','EhPWj','WeoOT','rUPaU','❌\x20PIN\x20storage\x20verification\x20failed','ksZTD','taqpo','LZtZH','NLFxo','XEYeP','xCSyE','lZDoe','tyGQE','eTokI','GPmMa','📱\x20Biometric\x20not\x20available,\x20continuing\x20without\x20Face\x20ID','rihDv','AlQWF','IWjUS','AnToQ','MurcN','LXsPj','Iscgd','Nazsh','NyoEk','Lbpqx','NTuCi','kLnqz','ivazq','ejWzL','GQDlu','CqhTm','success','MbigO','sPoHd','uLBne','📱\x20Biometric\x20availability\x20check:','pTCyX','HzPdN','hDMQX','BClQO','fGHCA','kOZYr','HFziO','ZqBzf','SUCCESS','NXuXA','Xbtwk','AKDYK','CnEWx','zLGPB','every','createElement','container','titleContainer','A\x20PIN\x20so\x20only\x20you\x20have\x20access\x20to\x20your\x20data.','pinContainer','pinInput','GaqIB','requirementItem','checkboxChecked','checkmark','requirementText','requirementTextMet','idQgP','uppercase','checkbox','number','LbFTg','symbol','deBtF','securityCardSuccess','securityCardError','securityIconContainer','uPscT','YLOIp','grey600','fBbmV','MdUjU','unavailable','securityIcon','BfnIJ','securityTextContainer','securityTitle','kxjrJ','dxwpO','hbFSF','ahVsT','iAXzH','Wqykd','eugqS','eiTbr','securityDescription','cbBWa','JSmpb','QMpYU','wOQDc','Face\x20ID\x20is\x20not\x20available\x20on\x20this\x20device.\x20Your\x20PIN\x20will\x20be\x20stored\x20securely.','JEkVO','TxhhK','dsKPr','Your\x20PIN\x20is\x20now\x20protected\x20with\x20Face\x20ID\x20authentication.','lPYxF','buttonContainer','continueButton','continueButtonActive','oMtBY','continueButtonText','EYmWm','create','surface','center','700','Inter','#F8F9FA','600','grey800','#E5E5E5','#4CD964','row','#22C55E','#FEF2F2','#EF4444','auto','#2D3436'];_0x2d38=function(){return _0x4e0393;};return _0x2d38();}function _0x1faf(_0x2d38e8,_0x1faf51){_0x2d38e8=_0x2d38e8-0x0;const _0x1d78e4=_0x2d38();let _0x472b8f=_0x1d78e4[_0x2d38e8];return _0x472b8f;}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:_0x371b12,onComplete:_0x444c28,onBack:_0x3a4447})=>{const _0x306a10={'yawSh':function(_0x1d20b0,_0x42adda){return _0x1d20b0>=_0x42adda;},'NhKwd':function(_0xbf8788,_0xa5db2c){return _0xbf8788(_0xa5db2c);},'BfnIJ':function(_0x54b258,_0x5604e4){return _0x54b258===_0x5604e4;},'gZwZX':_0x1faf(0x0),'ZYPrG':function(_0x20e4c4,_0x3e21f0){return _0x20e4c4(_0x3e21f0);},'AnToQ':'4|1|3|0|2','MurcN':function(_0x269ec4,_0x3b84b6){return _0x269ec4(_0x3b84b6);},'LXsPj':'There\x20was\x20an\x20issue\x20creating\x20your\x20PIN.\x20Please\x20try\x20again.','Iscgd':_0x1faf(0x1),'WeoOT':function(_0x49164f,_0x22c0e2){return _0x49164f(_0x22c0e2);},'JnzBP':function(_0x5413db,_0x3ae2e5){return _0x5413db(_0x3ae2e5);},'djeEa':function(_0xf83eb5,_0x1d9280){return _0xf83eb5(_0x1d9280);},'DZvYQ':_0x1faf(0x2),'HifHh':_0x1faf(0x3),'HDCAr':function(_0x3f851d,_0x2acccb){return _0x3f851d===_0x2acccb;},'BexsF':_0x1faf(0x4),'OmZUy':_0x1faf(0x5),'abakA':_0x1faf(0x6),'hHUKo':_0x1faf(0x7),'LToqb':'eOOuo','nYdgx':_0x1faf(0x8),'ksZTD':function(_0xc2146,_0x12c240){return _0xc2146(_0x12c240);},'GtyUF':function(_0x18a746,_0x52a040){return _0x18a746===_0x52a040;},'AVquV':'xlnFk','ITigq':_0x1faf(0x9),'MRKYe':'📝\x20PIN\x20stored\x20temporarily\x20for\x20onboarding','oitDX':function(_0x469fed,_0x34d375){return _0x469fed(_0x34d375);},'JEkVO':_0x1faf(0xa),'tmfZS':'🔐\x20[PIN\x20CREATION]\x20Biometric\x20storage\x20enabled,\x20starting\x20biometric\x20flow...','GexPj':_0x1faf(0xb),'IJLJi':_0x1faf(0xc),'ZmlcL':function(_0x3bd5e8,_0x4eb98a){return _0x3bd5e8(_0x4eb98a);},'yRToF':_0x1faf(0xd),'SzJFF':_0x1faf(0xe),'chiuB':function(_0x1af8e2,_0x241b4e){return _0x1af8e2!==_0x241b4e;},'QvLuh':_0x1faf(0xf),'napSa':'✅\x20PIN\x20storage\x20verified\x20-\x20proceeding\x20with\x20onboarding','myJpR':function(_0x559da6,_0x570ec6){return _0x559da6(_0x570ec6);},'ERFpW':function(_0x9a053d,_0x339160,_0x3563dd){return _0x9a053d(_0x339160,_0x3563dd);},'OpLtZ':'3|0|1|4|2','yWOht':function(_0xd4fd7e,_0x27b803){return _0xd4fd7e(_0x27b803);},'EhPWj':_0x1faf(0x10),'cByPe':_0x1faf(0x11),'rUPaU':_0x1faf(0x12),'taqpo':_0x1faf(0x13),'LZtZH':_0x1faf(0x14),'GPmMa':'Continue\x20Without\x20Face\x20ID','rihDv':function(_0x262a05,_0x457429){return _0x262a05(_0x457429);},'AlQWF':'unavailable','IWjUS':function(_0x3fa629,_0x413d33){return _0x3fa629(_0x413d33);},'Nazsh':_0x1faf(0x15),'PpTiG':function(_0x40ad5c,_0x463467){return _0x40ad5c(_0x463467);},'NyoEk':'PIN\x20Creation\x20Error','Lbpqx':_0x1faf(0x16),'NTuCi':_0x1faf(0x17),'qmBUi':function(_0x309730){return _0x309730();},'uLBne':function(_0x54e08b,_0x104258){return _0x54e08b(_0x104258);},'CqhTm':function(_0xec46f6,_0x5895f7){return _0xec46f6(_0x5895f7);},'MbigO':function(_0x20ab2b,_0x39fadf){return _0x20ab2b(_0x39fadf);},'sPoHd':_0x1faf(0x18),'pTCyX':function(_0x1f2144,_0x2b06d2){return _0x1f2144(_0x2b06d2);},'HzPdN':function(_0x23ff23,_0x58334f){return _0x23ff23===_0x58334f;},'hDMQX':_0x1faf(0x19),'IAsHG':function(_0x137c0e,_0x57c8de){return _0x137c0e(_0x57c8de);},'bAkST':function(_0x4080ac,_0x878163){return _0x4080ac(_0x878163);},'rIcHn':function(_0x3529a3,_0x1c0c93){return _0x3529a3(_0x1c0c93);},'cbBWa':_0x1faf(0x1a),'GQDlu':function(_0xfd25a5,_0x3307de,_0x33c664){return _0xfd25a5(_0x3307de,_0x33c664);},'fvdaW':'Create\x20a\x20PIN','zoFwg':_0x1faf(0x1b),'GaqIB':_0x1faf(0x1c),'idQgP':'Be\x20at\x20least\x208\x20characters\x20in\x20length.','wIold':_0x1faf(0x1d),'LbFTg':'Contain\x20a\x20number.','HFZFE':_0x1faf(0x1e),'deBtF':function(_0x14558a,_0x1173a6){return _0x14558a===_0x1173a6;},'dsKPr':'success','uPscT':function(_0x429a7a,_0x422cfb){return _0x429a7a===_0x422cfb;},'YLOIp':_0x1faf(0x1f),'fBbmV':function(_0x2d5124,_0x18e21d){return _0x2d5124===_0x18e21d;},'gKkWR':_0x1faf(0x20),'wOQDc':function(_0x3a21f0,_0x20d743){return _0x3a21f0===_0x20d743;},'MdUjU':_0x1faf(0x21),'advbp':function(_0x5c20e6,_0x4d24c0){return _0x5c20e6===_0x4d24c0;},'CdXOr':_0x1faf(0x22),'kxjrJ':'Enhanced\x20Security','eugqS':function(_0x159523,_0x574122){return _0x159523===_0x574122;},'dxwpO':_0x1faf(0x23),'hbFSF':function(_0x4d5d45,_0x45e0bd){return _0x4d5d45===_0x45e0bd;},'ahVsT':_0x1faf(0x24),'iAXzH':function(_0x3c0351,_0x504181){return _0x3c0351===_0x504181;},'Wqykd':_0x1faf(0x25),'eiTbr':_0x1faf(0x26),'JSmpb':_0x1faf(0x27),'QMpYU':_0x1faf(0x28),'TxhhK':_0x1faf(0x29),'jlFfD':function(_0x436e5e,_0x8a2ca3){return _0x436e5e===_0x8a2ca3;},'lPYxF':_0x1faf(0x2a),'oMtBY':function(_0x129748,_0x263e7f){return _0x129748||_0x263e7f;},'fuXsy':_0x1faf(0x2b),'EYmWm':_0x1faf(0x2c)},[_0x5dc6ec,_0x442f67]=_0x306a10[_0x1faf(0x2d)](useState,''),[_0x2a92c9,_0x1805ae]=_0x306a10['IAsHG'](useState,{'length':![],'uppercase':![],'number':![],'symbol':![]}),[_0x752d0f,_0x128df9]=_0x306a10[_0x1faf(0x2e)](useState,![]),[_0x2d445a,_0x5e624c]=_0x306a10[_0x1faf(0x2f)](useState,![]),[_0xc37ce7,_0x5708bc]=useState(_0x306a10['cbBWa']),_0x587c23=_0x1da3b4=>{const _0x2568d9={'length':_0x306a10[_0x1faf(0x30)](_0x1da3b4[_0x1faf(0x31)],0x8),'uppercase':/[A-Z]/[_0x1faf(0x32)](_0x1da3b4),'number':/[0-9]/[_0x1faf(0x32)](_0x1da3b4),'symbol':/[!@#$%^&*(),.?":{}|<>]/['test'](_0x1da3b4)};return _0x1805ae(_0x2568d9),Object[_0x1faf(0x33)](_0x2568d9)['every'](_0x299a9a=>_0x299a9a);},_0x30c014=_0x50ced4=>{const _0x47ee39={'UTKEV':function(_0x2b9cb2,_0x32b2f7){return _0x306a10[_0x1faf(0x34)](_0x2b9cb2,_0x32b2f7);}};_0x306a10['BfnIJ'](_0x306a10['gZwZX'],_0x1faf(0x35))?(_0x47ee39['UTKEV'](_0x491a0c,_0x170ce2),_0x47ee39['UTKEV'](_0x43264e,_0x5542e4)):(_0x306a10[_0x1faf(0x2d)](_0x442f67,_0x50ced4),_0x306a10[_0x1faf(0x2d)](_0x587c23,_0x50ced4));},_0x574190=async()=>{const _0x1d113c={'OeNkK':function(_0x2cd213,_0x4c9257){return _0x2cd213(_0x4c9257);},'YkJWs':function(_0x34b75c){return _0x34b75c();},'AEKBq':function(_0x2bbeaa,_0x1ba1f4){return _0x306a10[_0x1faf(0x36)](_0x2bbeaa,_0x1ba1f4);},'rjDUH':function(_0x23ef12,_0x454fc0){return _0x306a10[_0x1faf(0x37)](_0x23ef12,_0x454fc0);},'TllJX':_0x306a10[_0x1faf(0x38)],'zokrF':'error','xfXms':_0x306a10[_0x1faf(0x39)],'IjwLa':function(_0x18ef1c,_0x21d667){return _0x306a10['HDCAr'](_0x18ef1c,_0x21d667);},'pszIu':_0x306a10['BexsF'],'imPPV':_0x306a10[_0x1faf(0x3a)],'NLFxo':function(_0x566aaa,_0x3dd6c3){return _0x566aaa===_0x3dd6c3;},'EXLsh':_0x306a10[_0x1faf(0x3b)],'XEYeP':'XlgpU','eTokI':_0x1faf(0x21)};if(_0x306a10['hHUKo']!==_0x306a10[_0x1faf(0x3c)]){if(!_0x306a10['JnzBP'](_0x587c23,_0x5dc6ec)){triggerHaptic(HapticType[_0x1faf(0x3d)]),Alert[_0x1faf(0x3e)](_0x306a10[_0x1faf(0x3f)],_0x306a10[_0x1faf(0x3a)]);return;}triggerHaptic(HapticType['BUTTON_PRESS']),_0x306a10['ksZTD'](_0x128df9,!![]);try{if(_0x306a10['GtyUF'](_0x306a10['AVquV'],_0x306a10[_0x1faf(0x40)])){console[_0x1faf(0x41)](_0x306a10[_0x1faf(0x42)]),_0x306a10[_0x1faf(0x2d)](setTemporaryPin,_0x5dc6ec),console[_0x1faf(0x41)](_0x306a10[_0x1faf(0x43)]);if(_0x2d445a){_0x306a10[_0x1faf(0x44)](_0x5708bc,_0x306a10['JEkVO']),console[_0x1faf(0x41)](_0x306a10[_0x1faf(0x45)]);const _0x2645f4=await biometricPinService[_0x1faf(0x46)]();console[_0x1faf(0x41)](_0x306a10['GexPj'],_0x2645f4);if(!_0x2645f4){console[_0x1faf(0x10)](_0x306a10[_0x1faf(0x47)]),_0x306a10['ZmlcL'](_0x5708bc,'unavailable'),_0x306a10['ZmlcL'](_0x128df9,![]);return;}console[_0x1faf(0x41)](_0x306a10[_0x1faf(0x48)]);const _0x20dd1c=await biometricPinService[_0x1faf(0x49)](_0x5dc6ec);if(_0x20dd1c){console['log'](_0x306a10[_0x1faf(0x4a)]);const _0x52ddbe=await biometricPinService[_0x1faf(0x4b)]();if(_0x52ddbe)_0x306a10[_0x1faf(0x4c)](_0x306a10[_0x1faf(0x4d)],_0x306a10['QvLuh'])?(_0x1d113c['OeNkK'](_0x2a99ed,_0x6ce29b['BUTTON_PRESS']),_0x1d113c[_0x1faf(0x4e)](_0x1604cb)):(console['log'](_0x306a10[_0x1faf(0x4f)]),_0x5708bc('success'),_0x306a10[_0x1faf(0x50)](triggerHaptic,HapticType['SUCCESS']),_0x306a10[_0x1faf(0x51)](setTimeout,()=>{const _0x87968d={'KRfUD':function(_0x1ce416,_0x4c3076){return _0x1ce416(_0x4c3076);},'TnquH':function(_0x2c12c1,_0x4bfa5a){return _0x1d113c[_0x1faf(0x52)](_0x2c12c1,_0x4bfa5a);},'egfnn':function(_0x15dc4e,_0x4a8d31){return _0x1d113c[_0x1faf(0x53)](_0x15dc4e,_0x4a8d31);},'thWKP':_0x1faf(0x21),'bKxXz':_0x1d113c[_0x1faf(0x54)],'egzpw':_0x1d113c['zokrF'],'RaPpn':_0x1d113c[_0x1faf(0x55)]};if(_0x1d113c[_0x1faf(0x56)](_0x1d113c[_0x1faf(0x57)],'GWZQe'))_0x128df9(![]),_0x444c28(_0x5dc6ec);else{const _0x57a131={'Eldzb':function(_0x1ae203,_0x2c1d3c){return _0x87968d['egfnn'](_0x1ae203,_0x2c1d3c);},'aXKMq':_0x87968d[_0x1faf(0x58)]};_0x5087b9['log'](_0x87968d['bKxXz']),_0x9e59e8(_0x87968d[_0x1faf(0x59)]),_0x268856(_0x3aa546['ERROR']),Alert[_0x1faf(0x3e)](_0x87968d[_0x1faf(0x5a)],'Face\x20ID\x20authentication\x20was\x20cancelled\x20or\x20failed.\x20Your\x20PIN\x20is\x20still\x20saved\x20securely.',[{'text':'Try\x20Again','onPress':()=>{_0x57a131['Eldzb'](_0x44bf23,![]),_0x4f8c73(_0x57a131['aXKMq']);}},{'text':_0x1faf(0x5b),'onPress':()=>{_0x87968d[_0x1faf(0x5c)](_0x2d1b60,![]),_0x87968d['TnquH'](_0x5d9bb4,_0x10a7c3);}}]);}},0x320));else{const _0x3e3100=_0x306a10[_0x1faf(0x5d)][_0x1faf(0x5e)]('|');let _0x2eb2ae=0x0;while(!![]){switch(_0x3e3100[_0x2eb2ae++]){case'0':_0x306a10[_0x1faf(0x5f)](_0x5708bc,_0x306a10[_0x1faf(0x60)]);continue;case'1':_0x306a10[_0x1faf(0x61)](_0x128df9,![]);continue;case'2':Alert['alert'](_0x306a10['cByPe'],_0x306a10[_0x1faf(0x62)],[{'text':'OK'}]);continue;case'3':console[_0x1faf(0x10)](_0x1faf(0x63));continue;case'4':_0x306a10[_0x1faf(0x2d)](triggerHaptic,HapticType[_0x1faf(0x3d)]);continue;}break;}}}else console[_0x1faf(0x41)](_0x306a10['DZvYQ']),_0x306a10[_0x1faf(0x2d)](_0x5708bc,_0x306a10[_0x1faf(0x60)]),_0x306a10[_0x1faf(0x64)](triggerHaptic,HapticType['ERROR']),Alert[_0x1faf(0x3e)](_0x306a10[_0x1faf(0x39)],_0x306a10[_0x1faf(0x65)],[{'text':_0x306a10[_0x1faf(0x66)],'onPress':()=>{const _0x2802af={'xCSyE':function(_0x3ec802,_0x253821){return _0x3ec802(_0x253821);},'lZDoe':'Invalid\x20PIN','tyGQE':_0x1d113c['imPPV']};if(_0x1d113c[_0x1faf(0x67)](_0x1d113c['EXLsh'],_0x1d113c[_0x1faf(0x68)])){_0x2802af[_0x1faf(0x69)](_0x39e9db,_0xf4d25e[_0x1faf(0x3d)]),Alert[_0x1faf(0x3e)](_0x2802af[_0x1faf(0x6a)],_0x2802af[_0x1faf(0x6b)]);return;}else _0x1d113c[_0x1faf(0x53)](_0x128df9,![]),_0x5708bc(_0x1d113c[_0x1faf(0x6c)]);}},{'text':_0x306a10[_0x1faf(0x6d)],'onPress':()=>{_0x306a10[_0x1faf(0x34)](_0x128df9,![]),_0x444c28(_0x5dc6ec);}}]);}else console[_0x1faf(0x41)](_0x1faf(0x6e)),_0x306a10[_0x1faf(0x6f)](_0x5708bc,_0x306a10[_0x1faf(0x70)]),_0x306a10[_0x1faf(0x71)](_0x128df9,![]),_0x306a10['ZYPrG'](_0x444c28,_0x5dc6ec);}else{const _0x2bb352=_0x306a10[_0x1faf(0x72)][_0x1faf(0x5e)]('|');let _0x16f197=0x0;while(!![]){switch(_0x2bb352[_0x16f197++]){case'0':_0x306a10['MurcN'](_0x221ff9,_0x81c4b1[_0x1faf(0x3d)]);continue;case'1':_0x306a10[_0x1faf(0x73)](_0x3f8755,'error');continue;case'2':Alert['alert']('PIN\x20Creation\x20Error',_0x306a10[_0x1faf(0x74)],[{'text':'OK'}]);continue;case'3':_0x306a10[_0x1faf(0x73)](_0x3d14f1,![]);continue;case'4':_0x809536[_0x1faf(0x10)](_0x306a10[_0x1faf(0x75)],_0x1f829f);continue;}break;}}}catch(_0x1adedb){const _0x52a3de=_0x306a10[_0x1faf(0x76)][_0x1faf(0x5e)]('|');let _0x1a59b0=0x0;while(!![]){switch(_0x52a3de[_0x1a59b0++]){case'0':_0x306a10['PpTiG'](_0x5708bc,_0x306a10[_0x1faf(0x60)]);continue;case'1':console[_0x1faf(0x10)]('❌\x20Error\x20in\x20PIN\x20creation\x20process:',_0x1adedb);continue;case'2':_0x128df9(![]);continue;case'3':Alert[_0x1faf(0x3e)](_0x306a10[_0x1faf(0x77)],_0x306a10[_0x1faf(0x74)],[{'text':'OK'}]);continue;case'4':_0x306a10[_0x1faf(0x2d)](triggerHaptic,HapticType[_0x1faf(0x3d)]);continue;}break;}}}else _0x306a10['ZYPrG'](_0x1c7862,![]),_0x306a10[_0x1faf(0x61)](_0x552b02,_0x208080);},_0x5db768=()=>{const _0x4a1caa={'kLnqz':_0x306a10[_0x1faf(0x78)],'ivazq':function(_0x42e7c1,_0xc028dd){return _0x306a10[_0x1faf(0x36)](_0x42e7c1,_0xc028dd);},'ejWzL':_0x306a10['AlQWF']};'TzBLZ'===_0x306a10[_0x1faf(0x79)]?(_0x306a10[_0x1faf(0x50)](triggerHaptic,HapticType['BUTTON_PRESS']),_0x306a10['qmBUi'](_0x3a4447)):(_0x5a7368[_0x1faf(0x10)](_0x4a1caa[_0x1faf(0x7a)],_0x23187d),_0x4a1caa[_0x1faf(0x7b)](_0x1177b8,![]),_0xe0e17a(_0x4a1caa[_0x1faf(0x7c)]));};_0x306a10[_0x1faf(0x7d)](useEffect,()=>{const _0x5127f5={'xdaTk':_0x306a10['napSa'],'kOZYr':function(_0x21133a,_0x32042d){return _0x306a10[_0x1faf(0x7e)](_0x21133a,_0x32042d);},'HFziO':_0x1faf(0x7f),'ZqBzf':function(_0x5e86b8,_0x149da6){return _0x306a10[_0x1faf(0x80)](_0x5e86b8,_0x149da6);},'BClQO':function(_0x3eb3aa,_0x486a1d){return _0x306a10[_0x1faf(0x4c)](_0x3eb3aa,_0x486a1d);},'fGHCA':_0x306a10[_0x1faf(0x81)],'NXuXA':function(_0x5c54d5,_0x2431a4){return _0x306a10[_0x1faf(0x82)](_0x5c54d5,_0x2431a4);},'KuGDz':_0x1faf(0x1a),'Xbtwk':_0x306a10[_0x1faf(0x70)],'AKDYK':_0x1faf(0x83),'cjkWH':function(_0x218a5e,_0x1b7ea4){return _0x306a10[_0x1faf(0x82)](_0x218a5e,_0x1b7ea4);},'CnEWx':function(_0x72acd0,_0x3ff1d4){return _0x306a10[_0x1faf(0x84)](_0x72acd0,_0x3ff1d4);}};if(_0x306a10[_0x1faf(0x85)](_0x306a10[_0x1faf(0x86)],_0x306a10[_0x1faf(0x86)])){const _0xa860f7=async()=>{try{if(_0x5127f5[_0x1faf(0x87)](_0x5127f5[_0x1faf(0x88)],_0x5127f5['fGHCA'])){const _0x168a56={'UQEsj':function(_0x457094,_0x46a561){return _0x457094(_0x46a561);}};_0x5c0b8b[_0x1faf(0x41)](_0x5127f5['xdaTk']),_0x5127f5[_0x1faf(0x89)](_0xb9e810,_0x5127f5[_0x1faf(0x8a)]),_0x5127f5[_0x1faf(0x8b)](_0xd1eda9,_0x46eb8e[_0x1faf(0x8c)]),_0x1c13aa(()=>{_0x168a56['UQEsj'](_0x12e2f8,![]),_0x1b17ed(_0x259005);},0x320);}else{_0x5127f5['NXuXA'](_0x5708bc,_0x5127f5['KuGDz']);const _0x1693bf=await biometricPinService['isBiometricAvailable']();_0x5e624c(_0x1693bf),_0x5127f5[_0x1faf(0x8d)](_0x5708bc,_0x1693bf?_0x1faf(0x21):_0x5127f5[_0x1faf(0x8e)]),console['log'](_0x5127f5[_0x1faf(0x8f)],_0x1693bf);}}catch(_0x1d1492){console[_0x1faf(0x10)](_0x1faf(0x16),_0x1d1492),_0x5127f5['cjkWH'](_0x5e624c,![]),_0x5127f5[_0x1faf(0x90)](_0x5708bc,_0x5127f5[_0x1faf(0x8e)]);}};if(_0x371b12){if(_0x306a10['chiuB'](_0x1faf(0x91),'zLGPB')){_0x1b61e6[_0x1faf(0x10)](_0x306a10[_0x1faf(0x47)]),_0x306a10['uLBne'](_0x4eb3d3,_0x306a10[_0x1faf(0x70)]),_0x306a10['JnzBP'](_0xbc8e0a,![]);return;}else _0x306a10['qmBUi'](_0xa860f7);}}else _0x1d54fd(![]),_0x5127f5[_0x1faf(0x8b)](_0x522ff8,_0x15effc);},[_0x371b12]);const _0x4f8a12=Object[_0x1faf(0x33)](_0x2a92c9)[_0x1faf(0x92)](_0x58d777=>_0x58d777);if(!_0x371b12)return null;return React[_0x1faf(0x93)](View,{'style':styles[_0x1faf(0x94)]},React[_0x1faf(0x93)](View,{'style':styles[_0x1faf(0x95)]},React['createElement'](Text,{'style':styles['title']},_0x306a10['fvdaW']),React['createElement'](Text,{'style':styles['subtitle']},_0x1faf(0x96))),React[_0x1faf(0x93)](View,{'style':styles[_0x1faf(0x97)]},React[_0x1faf(0x93)](TextInput,{'style':styles[_0x1faf(0x98)],'value':_0x5dc6ec,'onChangeText':_0x30c014,'placeholder':_0x306a10['zoFwg'],'secureTextEntry':!![],'autoFocus':!![],'maxLength':0x14})),React[_0x1faf(0x93)](View,{'style':styles['requirementsContainer']},React[_0x1faf(0x93)](Text,{'style':styles['requirementsTitle']},_0x306a10[_0x1faf(0x99)]),React['createElement'](View,{'style':styles[_0x1faf(0x9a)]},React[_0x1faf(0x93)](View,{'style':[styles['checkbox'],_0x2a92c9[_0x1faf(0x31)]&&styles[_0x1faf(0x9b)]]},_0x2a92c9['length']&&React[_0x1faf(0x93)](Text,{'style':styles[_0x1faf(0x9c)]},'✓')),React['createElement'](Text,{'style':[styles[_0x1faf(0x9d)],_0x2a92c9[_0x1faf(0x31)]&&styles[_0x1faf(0x9e)]]},_0x306a10[_0x1faf(0x9f)])),React[_0x1faf(0x93)](View,{'style':styles[_0x1faf(0x9a)]},React[_0x1faf(0x93)](View,{'style':[styles['checkbox'],_0x2a92c9[_0x1faf(0xa0)]&&styles[_0x1faf(0x9b)]]},_0x2a92c9[_0x1faf(0xa0)]&&React[_0x1faf(0x93)](Text,{'style':styles[_0x1faf(0x9c)]},'✓')),React[_0x1faf(0x93)](Text,{'style':[styles[_0x1faf(0x9d)],_0x2a92c9[_0x1faf(0xa0)]&&styles[_0x1faf(0x9e)]]},_0x306a10['wIold'])),React[_0x1faf(0x93)](View,{'style':styles[_0x1faf(0x9a)]},React['createElement'](View,{'style':[styles[_0x1faf(0xa1)],_0x2a92c9[_0x1faf(0xa2)]&&styles['checkboxChecked']]},_0x2a92c9[_0x1faf(0xa2)]&&React[_0x1faf(0x93)](Text,{'style':styles[_0x1faf(0x9c)]},'✓')),React['createElement'](Text,{'style':[styles['requirementText'],_0x2a92c9[_0x1faf(0xa2)]&&styles[_0x1faf(0x9e)]]},_0x306a10[_0x1faf(0xa3)])),React[_0x1faf(0x93)](View,{'style':styles[_0x1faf(0x9a)]},React[_0x1faf(0x93)](View,{'style':[styles[_0x1faf(0xa1)],_0x2a92c9['symbol']&&styles[_0x1faf(0x9b)]]},_0x2a92c9[_0x1faf(0xa4)]&&React[_0x1faf(0x93)](Text,{'style':styles[_0x1faf(0x9c)]},'✓')),React[_0x1faf(0x93)](Text,{'style':[styles[_0x1faf(0x9d)],_0x2a92c9[_0x1faf(0xa4)]&&styles[_0x1faf(0x9e)]]},_0x306a10['HFZFE']))),React['createElement'](View,{'style':[styles['securityCard'],_0x306a10[_0x1faf(0xa5)](_0xc37ce7,_0x306a10['dsKPr'])&&styles[_0x1faf(0xa6)],_0xc37ce7==='error'&&styles[_0x1faf(0xa7)]]},React[_0x1faf(0x93)](View,{'style':styles[_0x1faf(0xa8)]},_0x306a10[_0x1faf(0xa9)](_0xc37ce7,_0x306a10['cbBWa'])&&React[_0x1faf(0x93)](ActivityIndicator,{'size':_0x306a10[_0x1faf(0xaa)],'color':COLORS[_0x1faf(0xab)]}),_0x306a10[_0x1faf(0xac)](_0xc37ce7,'storing')&&React['createElement'](ActivityIndicator,{'size':_0x306a10[_0x1faf(0xaa)],'color':_0x306a10['gKkWR']}),_0x306a10['wOQDc'](_0xc37ce7,_0x306a10[_0x1faf(0xad)])&&React[_0x1faf(0x93)](Text,{'style':styles['securityIcon']},'🔐'),_0x306a10[_0x1faf(0xa5)](_0xc37ce7,_0x1faf(0xae))&&React['createElement'](Text,{'style':styles[_0x1faf(0xaf)]},'⚠️'),_0x306a10['advbp'](_0xc37ce7,_0x1faf(0x7f))&&React[_0x1faf(0x93)](Text,{'style':styles[_0x1faf(0xaf)]},'✅'),_0x306a10[_0x1faf(0xb0)](_0xc37ce7,_0x306a10[_0x1faf(0x60)])&&React['createElement'](Text,{'style':styles['securityIcon']},'❌')),React[_0x1faf(0x93)](View,{'style':styles[_0x1faf(0xb1)]},React[_0x1faf(0x93)](Text,{'style':styles[_0x1faf(0xb2)]},_0xc37ce7===_0x306a10['cbBWa']&&_0x306a10['CdXOr'],_0x306a10['fBbmV'](_0xc37ce7,_0x1faf(0x21))&&_0x306a10[_0x1faf(0xb3)],_0x306a10['eugqS'](_0xc37ce7,_0x1faf(0xae))&&_0x306a10[_0x1faf(0xb4)],_0x306a10[_0x1faf(0xb5)](_0xc37ce7,_0x1faf(0xa))&&_0x306a10[_0x1faf(0xb6)],_0x306a10[_0x1faf(0xb7)](_0xc37ce7,_0x1faf(0x7f))&&_0x306a10[_0x1faf(0xb8)],_0x306a10[_0x1faf(0xb9)](_0xc37ce7,_0x306a10[_0x1faf(0x60)])&&_0x306a10[_0x1faf(0xba)]),React[_0x1faf(0x93)](Text,{'style':styles[_0x1faf(0xbb)]},_0xc37ce7===_0x306a10[_0x1faf(0xbc)]&&_0x306a10[_0x1faf(0xbd)],_0xc37ce7==='available'&&_0x306a10[_0x1faf(0xbe)],_0x306a10[_0x1faf(0xbf)](_0xc37ce7,_0x1faf(0xae))&&_0x1faf(0xc0),_0x306a10[_0x1faf(0x85)](_0xc37ce7,_0x306a10[_0x1faf(0xc1)])&&_0x306a10[_0x1faf(0xc2)],_0xc37ce7===_0x306a10[_0x1faf(0xc3)]&&_0x1faf(0xc4),_0x306a10['jlFfD'](_0xc37ce7,_0x306a10['EhPWj'])&&_0x306a10[_0x1faf(0xc5)]))),React[_0x1faf(0x93)](View,{'style':styles[_0x1faf(0xc6)]},React['createElement'](TouchableOpacity,{'style':[styles[_0x1faf(0xc7)],_0x4f8a12&&styles[_0x1faf(0xc8)]],'onPress':_0x574190,'disabled':_0x306a10[_0x1faf(0xc9)](!_0x4f8a12,_0x752d0f)},_0x752d0f?React[_0x1faf(0x93)](ActivityIndicator,{'size':_0x306a10[_0x1faf(0xaa)],'color':_0x306a10['fuXsy']}):React['createElement'](Text,{'style':[styles[_0x1faf(0xca)],_0x4f8a12&&styles['continueButtonTextActive']]},_0x306a10[_0x1faf(0xcb)]))));},styles=StyleSheet[_0x1faf(0xcc)]({'container':{'flex':0x1,'backgroundColor':COLORS[_0x1faf(0xcd)],'paddingHorizontal':0x18,'paddingTop':0x28},'titleContainer':{'alignItems':_0x1faf(0xce),'marginBottom':0x18,'paddingTop':0x0,'marginTop':0x0},'title':{'fontSize':0x18,'fontWeight':_0x1faf(0xcf),'color':COLORS['grey800'],'marginBottom':0x8,'fontFamily':'IBM\x20Plex\x20Sans'},'subtitle':{'fontSize':0x10,'color':COLORS[_0x1faf(0xab)],'lineHeight':0x18,'fontFamily':_0x1faf(0xd0)},'pinContainer':{'marginBottom':0x20},'pinInput':{'backgroundColor':_0x1faf(0xd1),'borderRadius':0xc,'paddingVertical':0x10,'paddingHorizontal':0x10,'fontSize':0x10,'fontFamily':_0x1faf(0xd0),'borderWidth':0x1,'borderColor':'#E5E5E5'},'requirementsContainer':{'marginBottom':0x20},'requirementsTitle':{'fontSize':0x10,'fontWeight':_0x1faf(0xd2),'color':COLORS[_0x1faf(0xd3)],'marginBottom':0x10,'fontFamily':_0x1faf(0xd0)},'requirementItem':{'flexDirection':'row','alignItems':_0x1faf(0xce),'marginBottom':0xc},'checkbox':{'width':0x14,'height':0x14,'borderRadius':0xa,'borderWidth':0x2,'borderColor':_0x1faf(0xd4),'marginRight':0xc,'alignItems':_0x1faf(0xce),'justifyContent':_0x1faf(0xce)},'checkboxChecked':{'borderColor':_0x1faf(0xd5),'backgroundColor':_0x1faf(0xd5)},'checkmark':{'color':_0x1faf(0x2b),'fontSize':0xc,'fontWeight':'bold'},'requirementText':{'fontSize':0xe,'color':COLORS[_0x1faf(0xab)],'fontFamily':_0x1faf(0xd0),'flex':0x1},'requirementTextMet':{'color':COLORS[_0x1faf(0xd3)]},'securityCard':{'backgroundColor':_0x1faf(0xd1),'borderRadius':0xc,'padding':0x10,'flexDirection':_0x1faf(0xd6),'alignItems':_0x1faf(0xce),'marginBottom':0x18,'borderWidth':0x1,'borderColor':_0x1faf(0xd4)},'securityCardSuccess':{'backgroundColor':'#F0FDF4','borderColor':_0x1faf(0xd7)},'securityCardError':{'backgroundColor':_0x1faf(0xd8),'borderColor':_0x1faf(0xd9)},'securityIconContainer':{'marginRight':0xc},'securityIcon':{'fontSize':0x18},'securityTextContainer':{'flex':0x1},'securityTitle':{'fontSize':0xe,'fontWeight':'600','color':COLORS['grey800'],'marginBottom':0x4,'fontFamily':_0x1faf(0xd0)},'securityDescription':{'fontSize':0xd,'color':COLORS[_0x1faf(0xab)],'lineHeight':0x12,'fontFamily':_0x1faf(0xd0)},'buttonContainer':{'marginTop':_0x1faf(0xda),'paddingBottom':0x22},'continueButton':{'backgroundColor':'#E5E5E5','borderRadius':0x19,'paddingVertical':0x10,'alignItems':_0x1faf(0xce),'justifyContent':'center'},'continueButtonActive':{'backgroundColor':_0x1faf(0xdb)},'continueButtonText':{'fontSize':0x10,'fontWeight':_0x1faf(0xd2),'color':'#999999','fontFamily':_0x1faf(0xd0)},'continueButtonTextActive':{'color':_0x1faf(0x2b)}});export{PinCreationScreen};export default PinCreationScreen;