@onairos/react-native 3.7.1 → 3.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (232) hide show
  1. package/lib/commonjs/api/index.js +1 -1
  2. package/lib/commonjs/assets/icons/spotify.png +0 -0
  3. package/lib/commonjs/assets/images/spotify.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/spotify.png +0 -0
  120. package/lib/module/assets/images/spotify.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 _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
+ import React,{useState,useEffect,useCallback,useRef}from'react';function _0x47d0(){const _0x587290=['get','window','Your\x20App','Development\x20mode\x20-\x20mock\x20account\x20info','pXoXZ','Error\x20getting\x20account\x20info:','object','Error\x20getting\x20server\x20public\x20key:','Error\x20encrypting\x20model\x20key:','Error\x20confirming\x20selection:','error-fallback-token','Failed\x20to\x20confirm\x20selection.\x20Please\x20try\x20again.','YxdNJ','com.onairos.mock','unknown','YyEOx','public/key','QjBXj','faIiR','fxMdQ','devURL','fallback-token','LnzpA','Error','#999','Cancel','#000','BDvUn','whFZQ','Value','current','JyiXH','SRPwe','JoSBo','keys','forEach','StJrH','purLa','HTKNd','ZgBcm','XIQLo','BASE_URL','Knjbp','spring','start','sBsVJ','post','XzZFr','data','AccountInfo','User:\x20','QQsis','OeMtx','YNhsX','error','qIbrS','KcKXt','PRAnn','fcVsh','OiyPl','oujqD','LCSix','TyCTX','XFUjR','ePozV','ERYSN','RtyxX','yvDPJ','select','DaPkz','nGfNO','nixhX','mock-key','RniLS','njVeg','YuirT','Yzqnx','bpxjq','RZkGa','dHpdP','edTrs','lrSGs','nVdln','APIUrl','token','pJGau','OnPkT','twVsL','Dvfbk','otNKi','MIGhl','qwvaU','Lxsho','GuZop','ChWOB','JoUIA','oYWXr','Nimim','alert','EBXAD','createElement','none','modalOverlay','View','bottomSheet','darkContainer','interpolate','handle','darkHandle','container','darkHeader','headerContent','appIcon','darkAppIcon','darkText','charAt','arrow_forward','#666','arrow','onairosIcon','content','titleContainer','mainTitle','Connect\x20your\x20data\x20to\x20create\x20a\x20Persona\x20of\x20you,\x20to\x20connect\x20to\x20Cosmos','platformsContainer','platformItem','platformInfo','platformIcon','platformName','name','#767577','#f4f3f4','footer','darkFooter','footerButtonText','darkSubText','vWIWb','footerButtonConfirm','darkFooterButtonConfirm','footerButtonTextConfirm','xOqij','iSotm','BWwDq','create','rgba(0,\x200,\x200,\x200.5)','hidden','100%','#E0E0E0','#fff','#1A1A1A','center','#F5F5F5','#2A2A2A','600','space-between','#eee','#333','row','transparent'];_0x47d0=function(){return _0x587290;};return _0x47d0();}import{View,Text,StyleSheet,TouchableOpacity,ScrollView,Alert,Platform,Dimensions,Modal,Animated,TouchableWithoutFeedback,SafeAreaView,Image,Switch}from'react-native';import _0x2eeaa1 from'react-native-vector-icons/MaterialIcons';import{onairosApi}from'../api';import{encryptModelKey}from'../utils/encryption';function _0x83df(_0x47d09d,_0x83df96){_0x47d09d=_0x47d09d-0x0;const _0x4c2456=_0x47d0();let _0x47fda1=_0x4c2456[_0x47d09d];return _0x47fda1;}import{OVERLAY_PLATFORMS}from'../utils/assetRegistry';const {width:SCREEN_WIDTH,height:SCREEN_HEIGHT}=Dimensions[_0x83df(0x0)](_0x83df(0x1));import{API_CONFIG}from'../config/api';export const Overlay=({data:_0x37b483,username:_0x4ba1da,modelKey:_0x21672b,onResolved:_0x4ca70f,appName:appName=_0x83df(0x2),darkMode:darkMode=![],platforms:platforms=OVERLAY_PLATFORMS})=>{const _0x112f7b={'HTKNd':function(_0x31a0bc,_0x153ee5){return _0x31a0bc===_0x153ee5;},'ZgBcm':'TxmJC','XIQLo':'ckmPM','SRPwe':function(_0x289135,_0x33f917){return _0x289135===_0x33f917;},'JoSBo':'kedfG','nixhX':'mock-token','Knjbp':function(_0x5201ef){return _0x5201ef();},'sBsVJ':function(_0xcf3e85,_0x3da5c7){return _0xcf3e85(_0x3da5c7);},'KcKXt':_0x83df(0x3),'XzZFr':'getAccountInfo','QQsis':function(_0x22dae3,_0x24ce6c){return _0x22dae3(_0x24ce6c);},'OeMtx':function(_0x124076,_0x635fde){return _0x124076!==_0x635fde;},'YNhsX':_0x83df(0x4),'qIbrS':_0x83df(0x5),'whFZQ':function(_0x337320,_0x882c59){return _0x337320(_0x882c59);},'LCSix':function(_0x4f7db5,_0x18d2f8){return _0x4f7db5(_0x18d2f8);},'ERYSN':function(_0x46e408,_0x2d4c0c){return _0x46e408===_0x2d4c0c;},'RtyxX':_0x83df(0x6),'yvDPJ':function(_0x3316ac,_0x1275d9){return _0x3316ac(_0x1275d9);},'YuirT':_0x83df(0x7),'JyiXH':function(_0x44ae4b,_0xa29671,_0x323dcc){return _0x44ae4b(_0xa29671,_0x323dcc);},'lrSGs':_0x83df(0x8),'OnPkT':_0x83df(0x9),'oWqCi':function(_0x114741,_0x303ea2,_0x2f26d6,_0x31739e){return _0x114741(_0x303ea2,_0x2f26d6,_0x31739e);},'twVsL':_0x83df(0xa),'Dvfbk':function(_0x3961e0){return _0x3961e0();},'ChWOB':_0x83df(0xb),'XFUjR':function(_0x115387,_0x146b1f){return _0x115387!==_0x146b1f;},'ePozV':_0x83df(0xc),'yhmrB':_0x83df(0xd),'DaPkz':_0x83df(0xe),'nGfNO':_0x83df(0xf),'RniLS':_0x83df(0x10),'njVeg':_0x83df(0x11),'Yzqnx':'function','RZkGa':_0x83df(0x12),'edTrs':_0x83df(0x13),'CzrmW':function(_0x1e3359,_0x531b72,_0x171021){return _0x1e3359(_0x531b72,_0x171021);},'nowMS':'getAPIUrlMobile','nVdln':'local','uMBOH':_0x83df(0x14),'pJGau':'QWIoD','otNKi':function(_0x167d56,_0x2e0130,_0x5103c3,_0x14f62c){return _0x167d56(_0x2e0130,_0x5103c3,_0x14f62c);},'MIGhl':function(_0x1e3ae8,_0x591a41,_0x263e5b,_0x523d40){return _0x1e3ae8(_0x591a41,_0x263e5b,_0x523d40);},'qwvaU':_0x83df(0x15),'Lxsho':function(_0x5f31ff,_0x2d06c0){return _0x5f31ff===_0x2d06c0;},'GuZop':_0x83df(0x16),'JoUIA':function(_0x1aab32,_0x2bb84c){return _0x1aab32(_0x2bb84c);},'JeoHg':'oYWXr','EBXAD':_0x83df(0x17),'BDvUn':function(_0x1bb9f4,_0xa5bb9c){return _0x1bb9f4(_0xa5bb9c);},'TyCTX':function(_0x4081b5,_0x4993a4,_0x314392){return _0x4081b5(_0x4993a4,_0x314392);},'VNNod':_0x83df(0x18),'lSIQw':'None\x20of\x20your\x20app\x20data\x20is\x20shared\x20with\x20ANYONE','vWIWb':_0x83df(0x19),'xOqij':function(_0x79a3f3,_0x4b9700){return _0x79a3f3&&_0x4b9700;},'iSotm':_0x83df(0x1a),'BWwDq':'Connect'},[_0x1065d2,_0x1bc510]=_0x112f7b[_0x83df(0x1b)](useState,{}),[_0x379c60,_0xc9662f]=useState(''),[_0x2ef258,_0x25cd2a]=_0x112f7b[_0x83df(0x1c)](useState,!![]),[_0x5f5694,_0x41f8c5]=useState({}),_0x372af3=useRef(new Animated[(_0x83df(0x1d))](0x0))[_0x83df(0x1e)];_0x112f7b[_0x83df(0x1f)](useEffect,()=>{const _0x9e15a6={'StJrH':function(_0x56dc2e,_0x5da775){return _0x112f7b[_0x83df(0x20)](_0x56dc2e,_0x5da775);},'purLa':_0x112f7b[_0x83df(0x21)],'SHmoJ':_0x112f7b['nixhX']},_0xac88ff={};Object[_0x83df(0x22)](_0x37b483)[_0x83df(0x23)](_0x30da3a=>{_0x9e15a6[_0x83df(0x24)](_0x9e15a6[_0x83df(0x25)],_0x9e15a6[_0x83df(0x25)])?_0xac88ff[_0x30da3a]=![]:_0x53fdfa[_0x803da['id']]=![];}),_0x1bc510(_0xac88ff);const _0x44d106={};platforms[_0x83df(0x23)](_0xe5784a=>{if(_0x112f7b[_0x83df(0x26)](_0x112f7b[_0x83df(0x27)],_0x112f7b[_0x83df(0x28)])){_0x156bd5(''+_0x4d1cb7[_0x83df(0x29)],_0x9e15a6['SHmoJ'],{'username':_0x1124ef,'selections':_0x33e8ee,'platforms':_0x28d9e5}),_0x5be252();return;}else _0x44d106[_0xe5784a['id']]=![];}),_0x41f8c5(_0x44d106),_0x112f7b[_0x83df(0x2a)](_0x1fd06a),Animated[_0x83df(0x2b)](_0x372af3,{'toValue':0x1,'useNativeDriver':!![],'bounciness':0x0})[_0x83df(0x2c)]();},[]);const _0x1fd06a=async()=>{try{if(__DEV__){_0x112f7b[_0x83df(0x2d)](_0xc9662f,_0x112f7b['KcKXt']);return;}const _0xb431ea=await onairosApi[_0x83df(0x2e)](_0x112f7b[_0x83df(0x2f)],{'Info':{'username':_0x4ba1da}});if(_0xb431ea&&_0xb431ea[_0x83df(0x30)]){const _0x3192a5=_0x112f7b['SRPwe'](typeof _0xb431ea['data'],_0x83df(0x6))&&_0xb431ea['data'][_0x83df(0x31)]?_0xb431ea['data'][_0x83df(0x31)]:_0x83df(0x32)+_0x4ba1da;_0x112f7b[_0x83df(0x2d)](_0xc9662f,_0x3192a5);}else _0x112f7b[_0x83df(0x33)](_0xc9662f,'User:\x20'+_0x4ba1da);}catch(_0x499767){if(_0x112f7b[_0x83df(0x34)](_0x112f7b[_0x83df(0x35)],_0x83df(0x4))){const _0x531ed0={};_0x20d6b3[_0x83df(0x22)](_0x5eb2cb)['forEach'](_0x1b3061=>{_0x531ed0[_0x1b3061]=![];}),_0x5bac2a(_0x531ed0);const _0x2bb314={};_0x4d7433['forEach'](_0x39c3bb=>{_0x2bb314[_0x39c3bb['id']]=![];}),_0x44c2bd(_0x2bb314),_0x14b0c5(),Animated['spring'](_0x2523af,{'toValue':0x1,'useNativeDriver':!![],'bounciness':0x0})[_0x83df(0x2c)]();}else console[_0x83df(0x36)](_0x112f7b[_0x83df(0x37)],_0x499767),_0xc9662f(_0x83df(0x32)+_0x4ba1da);}},_0x2c7184=_0x112f7b[_0x83df(0x1f)](useCallback,()=>{Animated['timing'](_0x372af3,{'toValue':0x0,'duration':0xfa,'useNativeDriver':!![]})['start'](()=>{const _0x3b4ee9={'OiyPl':function(_0x5e6fa7,_0x52df40){return _0x5e6fa7(_0x52df40);},'oujqD':_0x112f7b[_0x83df(0x38)]};if(_0x83df(0x39)!==_0x83df(0x3a))_0x112f7b[_0x83df(0x1c)](_0x25cd2a,![]);else{_0x3b4ee9[_0x83df(0x3b)](_0x52706e,_0x3b4ee9[_0x83df(0x3c)]);return;}});},[_0x372af3]),_0x26c013=useCallback(_0x10f881=>{_0x112f7b[_0x83df(0x3d)](_0x41f8c5,_0x515732=>({..._0x515732,[_0x10f881]:!_0x515732[_0x10f881]}));},[]),_0x38d621=_0x112f7b[_0x83df(0x3e)](useCallback,async()=>{try{if(_0x112f7b[_0x83df(0x3f)](_0x112f7b[_0x83df(0x40)],_0x83df(0xc))){const _0x35b19b=_0x112f7b[_0x83df(0x41)](typeof _0x10ac61[_0x83df(0x30)],_0x112f7b[_0x83df(0x42)])&&_0x3f0db6[_0x83df(0x30)][_0x83df(0x31)]?_0x17bbfc[_0x83df(0x30)][_0x83df(0x31)]:_0x83df(0x32)+_0x2fa5ed;_0x112f7b[_0x83df(0x43)](_0x34a029,_0x35b19b);}else{const _0xdcdae6=Platform[_0x83df(0x44)]({'ios':_0x112f7b['yhmrB'],'android':_0x112f7b['yhmrB'],'default':_0x112f7b[_0x83df(0x45)]});if(__DEV__){if(_0x112f7b[_0x83df(0x20)](_0x83df(0xf),_0x112f7b[_0x83df(0x46)])){_0x4ca70f(''+API_CONFIG[_0x83df(0x29)],_0x112f7b[_0x83df(0x47)],{'username':_0x4ba1da,'selections':_0x1065d2,'platforms':_0x5f5694}),_0x2c7184();return;}else Alert['alert'](_0x83df(0x17),_0x2c3440,[{'text':'OK'}]);}let _0x303c23=_0x83df(0x48);try{const _0x4fd6d8=await onairosApi[_0x83df(0x0)](_0x112f7b[_0x83df(0x49)]);_0x4fd6d8&&_0x4fd6d8[_0x83df(0x30)]&&typeof _0x4fd6d8[_0x83df(0x30)]===_0x112f7b[_0x83df(0x42)]&&(_0x112f7b[_0x83df(0x20)](_0x112f7b['njVeg'],_0x112f7b[_0x83df(0x4a)])?_0x303c23=_0x4fd6d8['data']['publicKey']||_0x83df(0x48):_0x484270[_0x83df(0x36)](_0x112f7b[_0x83df(0x4b)],_0x53c783));}catch(_0x307c9b){console[_0x83df(0x36)](_0x112f7b[_0x83df(0x4b)],_0x307c9b);}let _0x10b085=_0x21672b;if(_0x112f7b[_0x83df(0x41)](typeof encryptModelKey,_0x112f7b[_0x83df(0x4c)])&&_0x303c23){if(_0x83df(0x4d)===_0x112f7b[_0x83df(0x4e)])_0x551412(_0x83df(0xb));else try{if(_0x112f7b[_0x83df(0x3f)](_0x83df(0x4f),_0x112f7b[_0x83df(0x50)]))_0x10b085=_0x112f7b['CzrmW'](encryptModelKey,_0x303c23,_0x21672b);else try{_0x2ca4cb=_0x112f7b[_0x83df(0x1f)](_0x2bc273,_0x3d4688,_0x58a50f);}catch(_0x3052cc){_0x4b00ee[_0x83df(0x36)](_0x112f7b[_0x83df(0x51)],_0x3052cc);}}catch(_0x3456ff){console['error'](_0x112f7b[_0x83df(0x51)],_0x3456ff);}}const _0x5550aa=await onairosApi['post'](_0x112f7b['nowMS'],{'Info':{'storage':_0x112f7b[_0x83df(0x52)],'appId':_0xdcdae6,'confirmations':_0x1065d2,'developerURL':_0x112f7b['uMBOH'],'EncryptedUserPin':_0x10b085,'username':_0x4ba1da,'platforms':_0x5f5694}});_0x5550aa&&_0x5550aa['data']&&_0x5550aa[_0x83df(0x30)][_0x83df(0x53)]&&_0x5550aa[_0x83df(0x30)][_0x83df(0x54)]?_0x112f7b[_0x83df(0x55)]!==_0x112f7b[_0x83df(0x55)]?(_0xb29a99[_0x83df(0x36)](_0x112f7b[_0x83df(0x56)],_0x3e582f),_0x3999b5?(_0x112f7b['oWqCi'](_0xa3b65a,''+_0x2b8417[_0x83df(0x29)],_0x112f7b[_0x83df(0x57)],{'username':_0x30c535,'selections':_0x485385,'platforms':_0x3c8015,'error':!![]}),_0x112f7b[_0x83df(0x58)](_0x9454ff)):_0xd84326(_0x112f7b['ChWOB'])):(_0x112f7b[_0x83df(0x59)](_0x4ca70f,_0x5550aa[_0x83df(0x30)][_0x83df(0x53)],_0x5550aa[_0x83df(0x30)][_0x83df(0x54)],{'username':_0x4ba1da,'selections':_0x1065d2,'platforms':_0x5f5694}),_0x112f7b[_0x83df(0x58)](_0x2c7184)):(_0x112f7b[_0x83df(0x5a)](_0x4ca70f,''+API_CONFIG[_0x83df(0x29)],_0x112f7b[_0x83df(0x5b)],{'username':_0x4ba1da,'selections':_0x1065d2,'platforms':_0x5f5694}),_0x2c7184());}}catch(_0x31a27e){console['error'](_0x112f7b[_0x83df(0x56)],_0x31a27e),__DEV__?(_0x112f7b[_0x83df(0x5a)](_0x4ca70f,''+API_CONFIG[_0x83df(0x29)],_0x112f7b[_0x83df(0x57)],{'username':_0x4ba1da,'selections':_0x1065d2,'platforms':_0x5f5694,'error':!![]}),_0x112f7b[_0x83df(0x2a)](_0x2c7184)):_0x112f7b[_0x83df(0x5c)](_0x112f7b[_0x83df(0x5d)],'BvoUd')?_0x17355b=_0x27a7a3[_0x83df(0x30)]['publicKey']||_0x83df(0x48):_0x5d1de7(_0x112f7b[_0x83df(0x5e)]);}},[_0x1065d2,_0x4ba1da,_0x21672b,_0x4ca70f,_0x2c7184,_0x5f5694]),_0x5d1de7=_0x405c2c=>{const _0x10b2dc={'Nimim':function(_0x265498,_0x587711){return _0x112f7b[_0x83df(0x5f)](_0x265498,_0x587711);}};_0x112f7b[_0x83df(0x3f)](_0x112f7b['JeoHg'],_0x83df(0x60))?_0x10b2dc[_0x83df(0x61)](_0x498489,_0x83df(0x32)+_0x165e47):Alert[_0x83df(0x62)](_0x112f7b[_0x83df(0x63)],_0x405c2c,[{'text':'OK'}]);};return React[_0x83df(0x64)](Modal,{'visible':_0x2ef258,'transparent':!![],'animationType':_0x83df(0x65),'statusBarTranslucent':!![],'onRequestClose':_0x2c7184},React[_0x83df(0x64)](TouchableOpacity,{'style':styles[_0x83df(0x66)],'activeOpacity':0x1,'onPress':_0x2c7184},React[_0x83df(0x64)](TouchableWithoutFeedback,{'onPress':_0x18e7eb=>_0x18e7eb['stopPropagation']()},React[_0x83df(0x64)](Animated[_0x83df(0x67)],{'style':[styles[_0x83df(0x68)],darkMode&&styles[_0x83df(0x69)],{'transform':[{'translateY':_0x372af3[_0x83df(0x6a)]({'inputRange':[0x0,0x1],'outputRange':[SCREEN_HEIGHT,0x0]})}]}]},React['createElement'](View,{'style':styles['handleContainer']},React[_0x83df(0x64)](View,{'style':[styles[_0x83df(0x6b)],darkMode&&styles[_0x83df(0x6c)]]})),React[_0x83df(0x64)](SafeAreaView,{'style':[styles[_0x83df(0x6d)],darkMode&&styles[_0x83df(0x69)]]},React[_0x83df(0x64)](View,{'style':[styles['header'],darkMode&&styles[_0x83df(0x6e)]]},React[_0x83df(0x64)](View,{'style':styles[_0x83df(0x6f)]},React[_0x83df(0x64)](View,{'style':[styles[_0x83df(0x70)],darkMode&&styles[_0x83df(0x71)]]},React['createElement'](Text,{'style':[styles['appIconText'],darkMode&&styles[_0x83df(0x72)]]},appName[_0x83df(0x73)](0x0))),React[_0x83df(0x64)](_0x2eeaa1,{'name':_0x83df(0x74),'size':0x18,'color':darkMode?_0x112f7b['VNNod']:_0x83df(0x75),'style':styles[_0x83df(0x76)]}),React['createElement'](View,{'style':[styles[_0x83df(0x77)],darkMode&&styles['darkOnairosIcon']]},React[_0x83df(0x64)](Text,{'style':[styles['onairosIconText'],darkMode&&styles[_0x83df(0x72)]]},'O')))),React[_0x83df(0x64)](ScrollView,{'style':styles[_0x83df(0x78)]},React[_0x83df(0x64)](View,{'style':styles[_0x83df(0x79)]},React[_0x83df(0x64)](Text,{'style':[styles[_0x83df(0x7a)],darkMode&&styles[_0x83df(0x72)]]},_0x83df(0x7b)),React[_0x83df(0x64)](Text,{'style':[styles['privacyMessage'],darkMode&&styles['darkSubText']]},_0x112f7b['lSIQw'])),React[_0x83df(0x64)](View,{'style':styles[_0x83df(0x7c)]},platforms['map'](_0x2fa456=>React[_0x83df(0x64)](View,{'key':_0x2fa456['id'],'style':[styles[_0x83df(0x7d)],darkMode&&styles['darkPlatformItem']]},React['createElement'](View,{'style':styles[_0x83df(0x7e)]},React['createElement'](Image,{'source':_0x2fa456['icon'],'style':styles[_0x83df(0x7f)],'resizeMode':'contain'}),React[_0x83df(0x64)](Text,{'style':[styles[_0x83df(0x80)],darkMode&&styles['darkText']]},_0x2fa456[_0x83df(0x81)])),React['createElement'](Switch,{'value':_0x5f5694[_0x2fa456['id']],'onValueChange':()=>_0x26c013(_0x2fa456['id']),'trackColor':{'false':_0x83df(0x82),'true':'#81b0ff'},'thumbColor':_0x5f5694[_0x2fa456['id']]?'#2196F3':_0x83df(0x83)}))))),React[_0x83df(0x64)](View,{'style':[styles[_0x83df(0x84)],darkMode&&styles[_0x83df(0x85)]]},React[_0x83df(0x64)](TouchableOpacity,{'style':styles['footerButtonCancel'],'onPress':_0x2c7184},React['createElement'](Text,{'style':[styles[_0x83df(0x86)],darkMode&&styles[_0x83df(0x87)]]},_0x112f7b[_0x83df(0x88)])),React[_0x83df(0x64)](TouchableOpacity,{'style':[styles[_0x83df(0x89)],darkMode&&styles[_0x83df(0x8a)]],'onPress':_0x38d621},React[_0x83df(0x64)](Text,{'style':[styles[_0x83df(0x8b)],_0x112f7b[_0x83df(0x8c)](darkMode,{'color':_0x112f7b[_0x83df(0x8d)]})]},_0x112f7b[_0x83df(0x8e)]))))))));};const styles=StyleSheet[_0x83df(0x8f)]({'modalOverlay':{'flex':0x1,'backgroundColor':_0x83df(0x90),'justifyContent':'flex-end'},'bottomSheet':{'backgroundColor':'#fff','borderTopLeftRadius':0x18,'borderTopRightRadius':0x18,'width':SCREEN_WIDTH,'height':SCREEN_HEIGHT*0.8,'overflow':_0x83df(0x91)},'handleContainer':{'width':_0x83df(0x92),'alignItems':'center','paddingTop':0xc,'paddingBottom':0x8},'handle':{'width':0x28,'height':0x5,'borderRadius':0x3,'backgroundColor':_0x83df(0x93)},'darkHandle':{'backgroundColor':_0x83df(0x75)},'container':{'flex':0x1,'backgroundColor':_0x83df(0x94)},'darkContainer':{'backgroundColor':_0x83df(0x95)},'header':{'padding':0x18,'alignItems':_0x83df(0x96)},'darkHeader':{'backgroundColor':_0x83df(0x95)},'headerContent':{'flexDirection':'row','alignItems':_0x83df(0x96),'justifyContent':'center','marginBottom':0x10},'appIcon':{'width':0x30,'height':0x30,'borderRadius':0x10,'backgroundColor':_0x83df(0x97),'alignItems':_0x83df(0x96),'justifyContent':_0x83df(0x96)},'darkAppIcon':{'backgroundColor':_0x83df(0x98)},'appIconText':{'fontSize':0x18,'color':_0x83df(0x1a)},'darkText':{'color':_0x83df(0x94)},'arrow':{'marginHorizontal':0x10},'onairosIcon':{'width':0x30,'height':0x30,'borderRadius':0x10,'backgroundColor':_0x83df(0x97),'alignItems':_0x83df(0x96),'justifyContent':_0x83df(0x96)},'darkOnairosIcon':{'backgroundColor':_0x83df(0x98)},'onairosIconText':{'fontSize':0x18,'color':'#000'},'darkSubText':{'color':'#999'},'titleContainer':{'marginBottom':0x1e},'mainTitle':{'fontSize':0x16,'fontWeight':_0x83df(0x99),'color':_0x83df(0x1a),'textAlign':_0x83df(0x96),'marginBottom':0x10},'privacyMessage':{'fontSize':0xe,'color':_0x83df(0x75),'textAlign':_0x83df(0x96),'marginBottom':0x10},'content':{'flex':0x1,'paddingHorizontal':0x18},'platformsContainer':{'marginTop':0x10},'platformItem':{'flexDirection':'row','justifyContent':_0x83df(0x9a),'alignItems':'center','padding':0x10,'backgroundColor':_0x83df(0x94),'borderRadius':0x10,'marginBottom':0x10,'borderWidth':0x1,'borderColor':_0x83df(0x9b)},'darkPlatformItem':{'backgroundColor':_0x83df(0x98),'borderColor':_0x83df(0x9c)},'platformInfo':{'flexDirection':_0x83df(0x9d),'alignItems':_0x83df(0x96)},'platformIcon':{'width':0x20,'height':0x20,'marginRight':0xc},'platformName':{'fontSize':0x10,'fontWeight':'500','color':_0x83df(0x1a)},'footer':{'flexDirection':'row','alignItems':_0x83df(0x96),'justifyContent':_0x83df(0x9a),'padding':0x18,'borderTopWidth':0x1,'borderTopColor':_0x83df(0x9b),'backgroundColor':_0x83df(0x94)},'darkFooter':{'backgroundColor':_0x83df(0x98),'borderTopColor':'#333'},'footerButtonCancel':{'paddingVertical':0x8,'paddingHorizontal':0x10},'darkFooterButton':{'backgroundColor':_0x83df(0x9e)},'footerButtonConfirm':{'paddingVertical':0x10,'paddingHorizontal':0x20,'borderRadius':0x10,'backgroundColor':'#fff','borderWidth':0x1,'borderColor':'#000'},'darkFooterButtonConfirm':{'backgroundColor':_0x83df(0x94),'borderColor':'#fff'},'footerButtonText':{'color':_0x83df(0x75),'fontSize':0x10},'footerButtonTextConfirm':{'color':_0x83df(0x1a),'fontSize':0x10,'fontWeight':_0x83df(0x99)},'lightBackground':{'backgroundColor':_0x83df(0x94)},'darkBackground':{'backgroundColor':'#1A1A1A'}});
@@ -1 +1 @@
1
- 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
+ import React,{useEffect,useRef,useState}from'react';function _0x459f(_0x587ee1,_0x459f41){_0x587ee1=_0x587ee1-0x0;const _0xdb884e=_0x587e();let _0x40864=_0xdb884e[_0x587ee1];return _0x40864;}import{View,StyleSheet}from'react-native';import _0x18c40e from'lottie-react-native';import{ANIMATIONS}from'../utils/assetRegistry';const PersonaImage=({level:_0x65c92c,style:_0x2a5308,disableAnimation:disableAnimation=![]})=>{const _0x28c886={'sehuU':function(_0x4fed2f,_0x29257b){return _0x4fed2f(_0x29257b);},'HuJQo':function(_0x2d3215,_0x57c2b4){return _0x2d3215===_0x57c2b4;},'hrRgZ':_0x459f(0x0),'pmUbk':function(_0x3324a0,_0x1f70bb){return _0x3324a0-_0x1f70bb;},'CALfk':function(_0x307d2d,_0x2d46c6){return _0x307d2d/_0x2d46c6;},'YOMae':function(_0x1cd97b,_0x3eb8cb){return _0x1cd97b*_0x3eb8cb;},'WTDNu':function(_0x2e72ba,_0x3c2a1a){return _0x2e72ba*_0x3c2a1a;},'kiKPm':function(_0x311cb7,_0x3731f1){return _0x311cb7(_0x3731f1);},'CKBkT':function(_0x357078,_0x393d42){return _0x357078<_0x393d42;},'jDKYm':_0x459f(0x1),'TgREw':function(_0x33e549,_0x4564a0){return _0x33e549(_0x4564a0);},'TOaSK':function(_0xf74dc2,_0x5ea218){return _0xf74dc2*_0x5ea218;},'yFozN':function(_0x2f4bdd,_0x5c9674){return _0x2f4bdd+_0x5c9674;},'lDAEA':function(_0x23b375,_0x364fef){return _0x23b375-_0x364fef;},'zKKhp':function(_0x3b68c9,_0x3302d3){return _0x3b68c9<_0x3302d3;},'pIzwR':function(_0x56c928,_0x1de890){return _0x56c928!==_0x1de890;},'Tstkj':'OMrqV','gQBcu':_0x459f(0x2),'dBDAW':function(_0x1e9cc1,_0x2971cb){return _0x1e9cc1!==_0x2971cb;},'YUmZn':_0x459f(0x3),'FADpS':'EifrW','zZDOs':function(_0x140743,_0x379e4e){return _0x140743(_0x379e4e);},'PuYqX':function(_0x558a27,_0x27a892){return _0x558a27+_0x27a892;},'VvyZS':function(_0x4eba3a,_0x3c5843){return _0x4eba3a(_0x3c5843);},'NCmQM':_0x459f(0x4),'ARjqI':function(_0x1aee19,_0x11ad09){return _0x1aee19(_0x11ad09);},'Syljt':function(_0x107b95,_0x1609a8){return _0x107b95!==_0x1609a8;},'ZqWVZ':function(_0x4c9785,_0x1c4165){return _0x4c9785(_0x1c4165);},'PpHEq':function(_0x187f07,_0x29b841){return _0x187f07!==_0x29b841;},'PbOHN':function(_0x2ceaa9,_0x28e0ef){return _0x2ceaa9(_0x28e0ef);},'GIGeX':function(_0x24df66,_0x216a1a,_0x53c02e){return _0x24df66(_0x216a1a,_0x53c02e);},'UanRU':function(_0xe28075,_0x5d3f42){return _0xe28075(_0x5d3f42);},'bhXsk':function(_0x179dc6,_0x951125){return _0x179dc6(_0x951125);},'VfbJB':function(_0x14a59f,_0x5c8404){return _0x14a59f(_0x5c8404);}},_0x57135c=_0x28c886[_0x459f(0x5)](useRef,null),_0x5e82df=[0x0,0.2,0.35,0.52,0.8],_0x1ba670=_0x814083=>_0x5e82df[_0x814083-0x1]||0x0,[_0x825788,_0x5b7f3f]=_0x28c886[_0x459f(0x6)](useState,_0x28c886[_0x459f(0x7)](_0x1ba670,_0x65c92c)),_0x3b4987=useRef(_0x1ba670(_0x65c92c)),_0x3b04a1=_0x28c886[_0x459f(0x8)](useRef,_0x65c92c),_0x51027c=useRef(null),_0x5ee842=_0x28c886[_0x459f(0x6)](useRef,null),_0x717e5f=_0x28c886['PbOHN'](useRef,!![]);return _0x28c886[_0x459f(0x9)](useEffect,()=>{const _0x4acdd7={'JWYDA':function(_0x459bee,_0x158940){return _0x28c886['sehuU'](_0x459bee,_0x158940);},'kfbzV':function(_0x3f66bb,_0x3eccd7){return _0x3f66bb-_0x3eccd7;},'NZAzV':function(_0x4386ca,_0x54461a){return _0x4386ca*_0x54461a;},'ZVAzb':function(_0x2e8c39,_0x4f4b4b){return _0x28c886[_0x459f(0xa)](_0x2e8c39,_0x4f4b4b);},'bYwZa':function(_0x40400b,_0x17ce55){return _0x28c886['PuYqX'](_0x40400b,_0x17ce55);},'fAIEk':function(_0x4eee88,_0xfb0fe3){return _0x28c886[_0x459f(0xb)](_0x4eee88,_0xfb0fe3);},'HsadE':function(_0x3086f5,_0xf376c1){return _0x28c886[_0x459f(0xc)](_0x3086f5,_0xf376c1);},'ITpkr':function(_0x389fce,_0x4366f1){return _0x28c886[_0x459f(0xd)](_0x389fce,_0x4366f1);},'XkPci':function(_0x108f1f,_0x21aad7){return _0x28c886[_0x459f(0xa)](_0x108f1f,_0x21aad7);}},_0x1b7dc0=_0x28c886[_0x459f(0xe)](_0x1ba670,_0x65c92c);if(_0x717e5f[_0x459f(0xf)]){_0x3b4987[_0x459f(0xf)]=_0x1b7dc0,_0x28c886[_0x459f(0xe)](_0x5b7f3f,_0x1b7dc0),_0x3b04a1[_0x459f(0xf)]=_0x65c92c,_0x717e5f[_0x459f(0xf)]=![];return;}if(disableAnimation){if(_0x28c886[_0x459f(0x10)](_0x459f(0x11),_0x28c886[_0x459f(0x12)]))_0x28c886[_0x459f(0x13)](_0x5ae9cd,_0x4fe8c3[_0x459f(0xf)]),_0x128375[_0x459f(0xf)]=null;else{_0x3b4987['current']=_0x1b7dc0,_0x28c886[_0x459f(0x14)](_0x5b7f3f,_0x1b7dc0),_0x3b04a1['current']=_0x65c92c;return;}}if(_0x3b04a1[_0x459f(0xf)]===_0x65c92c)return;_0x28c886[_0x459f(0x15)](_0x51027c[_0x459f(0xf)],null)&&(_0x28c886[_0x459f(0x16)](cancelAnimationFrame,_0x51027c['current']),_0x51027c[_0x459f(0xf)]=null);_0x28c886[_0x459f(0x17)](_0x5ee842[_0x459f(0xf)],null)&&(_0x28c886[_0x459f(0x18)](clearTimeout,_0x5ee842[_0x459f(0xf)]),_0x5ee842[_0x459f(0xf)]=null);const _0x475848=0x96,_0x548b13=0xc80;return _0x5ee842[_0x459f(0xf)]=_0x28c886[_0x459f(0x9)](setTimeout,()=>{const _0xfc1bdb={'Bbhyv':function(_0x44dfd5,_0xfcf2e8){return _0x44dfd5(_0xfcf2e8);},'rPmCm':function(_0x554bba,_0x452484){return _0x554bba(_0x452484);},'lsbZL':function(_0x44851c,_0x5737bb){return _0x28c886[_0x459f(0x10)](_0x44851c,_0x5737bb);},'ivXIU':_0x28c886[_0x459f(0x19)],'UwCec':function(_0x632f45,_0x3ad20e){return _0x28c886['pmUbk'](_0x632f45,_0x3ad20e);},'uvTke':function(_0x1d1f6f,_0xb057e7){return _0x28c886[_0x459f(0x1a)](_0x1d1f6f,_0xb057e7);},'yFSdT':function(_0x275ba4,_0x5d0164){return _0x275ba4*_0x5d0164;},'wbYvL':function(_0x4e4cf1,_0x549c56){return _0x28c886[_0x459f(0xc)](_0x4e4cf1,_0x549c56);},'rVkbh':function(_0x3148e6,_0x4750df){return _0x28c886[_0x459f(0xb)](_0x3148e6,_0x4750df);},'gKwtv':function(_0x4a5f85,_0x2dcf08){return _0x28c886[_0x459f(0x7)](_0x4a5f85,_0x2dcf08);},'eCRLV':function(_0x1752e3,_0x58e948){return _0x28c886[_0x459f(0x1b)](_0x1752e3,_0x58e948);},'HVGGN':_0x28c886[_0x459f(0x1c)]},_0x32aafa=_0x3b4987[_0x459f(0xf)],_0x5ceb70=Date[_0x459f(0x1d)](),_0x325552=()=>{if(_0xfc1bdb['lsbZL'](_0xfc1bdb[_0x459f(0x1e)],_0xfc1bdb[_0x459f(0x1e)])){const _0x48bb20=_0xfc1bdb[_0x459f(0x1f)](Date[_0x459f(0x1d)](),_0x5ceb70),_0x260691=Math[_0x459f(0x20)](_0xfc1bdb[_0x459f(0x21)](_0x48bb20,_0x548b13),0x1),_0xb67b1=_0x260691<0.5?_0xfc1bdb['yFSdT'](0x2,_0x260691)*_0x260691:-0x1+_0xfc1bdb['yFSdT'](0x4-_0xfc1bdb[_0x459f(0x22)](0x2,_0x260691),_0x260691),_0x3815c8=_0x32aafa+_0xfc1bdb[_0x459f(0x23)](_0x1b7dc0-_0x32aafa,_0xb67b1);_0x3b4987[_0x459f(0xf)]=_0x3815c8,_0xfc1bdb[_0x459f(0x24)](_0x5b7f3f,_0x3815c8),_0xfc1bdb[_0x459f(0x25)](_0x260691,0x1)?_0x51027c['current']=requestAnimationFrame(_0x325552):_0xfc1bdb['HVGGN']!==_0x459f(0x1)?(_0xfc1bdb[_0x459f(0x26)](_0x54af3c,_0x4448ea[_0x459f(0xf)]),_0x5a3ffd[_0x459f(0xf)]=null):_0x51027c['current']=null;}else _0xfc1bdb['rPmCm'](_0x30680b,_0x1e3ad7[_0x459f(0xf)]),_0x3eef63[_0x459f(0xf)]=null;};_0x51027c[_0x459f(0xf)]=_0x28c886[_0x459f(0x27)](requestAnimationFrame,_0x325552);},_0x475848),_0x3b04a1[_0x459f(0xf)]=_0x65c92c,()=>{const _0x134fa8={'FOSos':function(_0x365cc6,_0x2b1d6b){return _0x28c886[_0x459f(0x28)](_0x365cc6,_0x2b1d6b);},'NyMwt':function(_0x38eea6,_0xb7634c){return _0x28c886[_0x459f(0x1a)](_0x38eea6,_0xb7634c);},'UojMy':function(_0x2aeee0,_0x27342f){return _0x28c886[_0x459f(0x1b)](_0x2aeee0,_0x27342f);},'dylrG':function(_0x5bc01f,_0x515170){return _0x5bc01f*_0x515170;},'zHACL':function(_0x2b7ef4,_0x2a8660){return _0x28c886['TOaSK'](_0x2b7ef4,_0x2a8660);},'RAoYs':function(_0x445f0c,_0x241d4f){return _0x28c886[_0x459f(0xd)](_0x445f0c,_0x241d4f);},'DsUag':function(_0xdc05a3,_0x1723c8){return _0x28c886[_0x459f(0x29)](_0xdc05a3,_0x1723c8);},'TTpEy':function(_0x1d6dcb,_0x7e7896){return _0x28c886['zKKhp'](_0x1d6dcb,_0x7e7896);},'UUiJa':function(_0x18a690,_0xfb6432){return _0x18a690(_0xfb6432);}};if(_0x28c886[_0x459f(0x2a)](_0x28c886[_0x459f(0x2b)],_0x28c886['Tstkj'])){const _0x1356bc=_0x46b067[_0x459f(0xf)],_0x50d5d2=_0x5ecf9d[_0x459f(0x1d)](),_0x2ea71e=()=>{const _0x1c5f75=_0x134fa8[_0x459f(0x2c)](_0x1c0e58['now'](),_0x50d5d2),_0x474d88=_0x97ec5b[_0x459f(0x20)](_0x134fa8[_0x459f(0x2d)](_0x1c5f75,_0x4b5e53),0x1),_0x1ea26a=_0x134fa8['UojMy'](_0x474d88,0.5)?_0x134fa8[_0x459f(0x2e)](_0x134fa8[_0x459f(0x2f)](0x2,_0x474d88),_0x474d88):_0x134fa8[_0x459f(0x30)](-0x1,_0x134fa8[_0x459f(0x2c)](0x4,_0x134fa8[_0x459f(0x2f)](0x2,_0x474d88))*_0x474d88),_0x36e323=_0x134fa8[_0x459f(0x30)](_0x1356bc,_0x134fa8[_0x459f(0x2f)](_0x134fa8[_0x459f(0x31)](_0x1bb579,_0x1356bc),_0x1ea26a));_0x5cc1da[_0x459f(0xf)]=_0x36e323,_0x3831b7(_0x36e323),_0x134fa8[_0x459f(0x32)](_0x474d88,0x1)?_0x40f613['current']=_0x134fa8[_0x459f(0x33)](_0x26ab15,_0x2ea71e):_0x443d2a[_0x459f(0xf)]=null;};_0x3291aa['current']=_0x4acdd7[_0x459f(0x34)](_0x3ccaa6,_0x2ea71e);}else{if(_0x28c886['pIzwR'](_0x51027c[_0x459f(0xf)],null)){if(_0x28c886[_0x459f(0x10)](_0x28c886[_0x459f(0x35)],_0x28c886[_0x459f(0x35)]))cancelAnimationFrame(_0x51027c[_0x459f(0xf)]),_0x51027c[_0x459f(0xf)]=null;else{const _0x3c5858=_0x4acdd7[_0x459f(0x36)](_0x53f69b[_0x459f(0x1d)](),_0xc76a29),_0x1a0d2d=_0x2bdbf3['min'](_0x3c5858/_0x53761e,0x1),_0x36fdd0=_0x1a0d2d<0.5?_0x4acdd7[_0x459f(0x37)](_0x4acdd7[_0x459f(0x38)](0x2,_0x1a0d2d),_0x1a0d2d):_0x4acdd7['bYwZa'](-0x1,_0x4acdd7[_0x459f(0x39)](_0x4acdd7[_0x459f(0x36)](0x4,_0x4acdd7[_0x459f(0x3a)](0x2,_0x1a0d2d)),_0x1a0d2d)),_0x5411d9=_0x4acdd7[_0x459f(0x3b)](_0x1920ca,_0x4acdd7[_0x459f(0x3c)](_0x4acdd7[_0x459f(0x36)](_0x2e2a3d,_0x34b136),_0x36fdd0));_0x5c61d8[_0x459f(0xf)]=_0x5411d9,_0x4acdd7[_0x459f(0x34)](_0x4577bc,_0x5411d9),_0x1a0d2d<0x1?_0x201dcd['current']=_0x1244ad(_0x3c3d01):_0x1ac861[_0x459f(0xf)]=null;}}_0x28c886[_0x459f(0x3d)](_0x5ee842['current'],null)&&(_0x28c886[_0x459f(0x3e)]!==_0x28c886[_0x459f(0x3f)]?(_0x28c886[_0x459f(0x40)](clearTimeout,_0x5ee842[_0x459f(0xf)]),_0x5ee842['current']=null):_0x1b0322[_0x459f(0xf)]=null);}};},[_0x65c92c,disableAnimation]),React[_0x459f(0x41)](View,{'style':[styles[_0x459f(0x42)],_0x2a5308]},React[_0x459f(0x41)](_0x18c40e,{'ref':_0x57135c,'source':ANIMATIONS[_0x459f(0x43)],'progress':_0x825788,'loop':![],'autoPlay':![],'style':styles['animation'],'resizeMode':'contain'}));},styles=StyleSheet[_0x459f(0x44)]({'container':{'width':0xc8,'height':0xc8,'alignItems':'center','justifyContent':_0x459f(0x45)},'animation':{'width':_0x459f(0x46),'height':_0x459f(0x46)}});function _0x587e(){const _0x23aa8e=['BcglI','kWEpI','TQqlg','QhPhd','FYptz','UanRU','bhXsk','kiKPm','VfbJB','GIGeX','TOaSK','WTDNu','YOMae','yFozN','VvyZS','current','HuJQo','rdpza','NCmQM','sehuU','ARjqI','Syljt','ZqWVZ','PpHEq','PbOHN','hrRgZ','CALfk','CKBkT','jDKYm','now','ivXIU','UwCec','min','uvTke','wbYvL','rVkbh','gKwtv','eCRLV','Bbhyv','TgREw','pmUbk','lDAEA','pIzwR','Tstkj','FOSos','NyMwt','dylrG','zHACL','RAoYs','DsUag','TTpEy','UUiJa','JWYDA','gQBcu','kfbzV','NZAzV','ZVAzb','fAIEk','HsadE','ITpkr','XkPci','dBDAW','YUmZn','FADpS','zZDOs','createElement','container','persona','create','center','100%'];_0x587e=function(){return _0x23aa8e;};return _0x587e();}export default PersonaImage;
@@ -1 +1 @@
1
- import React,{useEffect,useRef,useState}from'react';import{View,Text,StyleSheet,Animated}from'react-native';import _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
+ import React,{useEffect,useRef,useState}from'react';import{View,Text,StyleSheet,Animated}from'react-native';import _0xe0a37 from'lottie-react-native';import{COLORS}from'../theme';function _0x3a22(_0x3a9d0a,_0x3a22dd){_0x3a9d0a=_0x3a9d0a-0x0;const _0x2203d7=_0x3a9d();let _0x14448c=_0x2203d7[_0x3a9d0a];return _0x14448c;}import{triggerHaptic,HapticType}from'../utils/haptics';import{ANIMATIONS}from'../utils/assetRegistry';function _0x3a9d(){const _0x256d03=['Keeping\x20your\x20data\x20private','You\x27re\x20more\x20interesting\x20than\x20I\x20expected','Almost\x20done','Complete!','random','izXmV','floor','rFrQl','PKFcL','JoFNl','rIyzW','WBdYy','tTeFf','short','OmlUx','PzKgx','XfGYE','guBWR','100%','TWiuy','Value','BXjFC','current','xxQOG','oYSRx','utyzl','QJHnj','mqRxC','TOEOe','loop','timing','start','IrfxO','OTGmH','RZnrG','OfIYr','ciuEL','forEach','rzZdH','WNzxq','YAwNn','sRHSl','hikba','minProgress','maxProgress','text','VUaww','ENCve','DeUXa','iCFIk','XanrT','max','push','sort','LuAyI','medium','long','oFame','NvtfB','NAUnO','DpBDi','cikqN','reqJk','dvGlc','SUCCESS','map','ekfhb','progress','sRiXR','mdMxe','nMYCA','ypHmc','RVXvQ','AjvRN','PyFyF','AYsnJ','JAUtE','IOxjq','min','Rgrww','length','lWyvh','yKNln','pwsXJ','OYeKM','BEASG','hWjDx','createElement','container','content','contain','loadingText','dotsContainer','dot','Text','progressTrack','View','interpolate','gyfiq','create','surface','center','IBM\x20Plex\x20Sans','600','grey800','row','#E5E5E5','hidden'];_0x3a9d=function(){return _0x256d03;};return _0x3a9d();}const STATUS_MESSAGES=[{'text':_0x3a22(0x0),'minProgress':0x0,'maxProgress':0x19},{'text':'Trying\x20to\x20understand\x20your\x20mind','minProgress':0x14,'maxProgress':0x2d},{'text':_0x3a22(0x1),'minProgress':0x28,'maxProgress':0x41},{'text':'Finalizing\x20your\x20unique\x20persona','minProgress':0x3c,'maxProgress':0x55},{'text':_0x3a22(0x2),'minProgress':0x50,'maxProgress':0x5f},{'text':_0x3a22(0x3),'minProgress':0x64,'maxProgress':0x64}],randomInRange=(_0x2d2eee,_0x26d32a)=>{const _0x53aabc={'tixdO':function(_0x27e653,_0x4d1e3c){return _0x27e653+_0x4d1e3c;},'NResV':function(_0x196559,_0x35c52d){return _0x196559*_0x35c52d;},'izXmV':function(_0x469816,_0x19f4b9){return _0x469816-_0x19f4b9;}};return _0x53aabc['tixdO'](_0x53aabc['NResV'](Math[_0x3a22(0x4)](),_0x53aabc[_0x3a22(0x5)](_0x26d32a,_0x2d2eee)),_0x2d2eee);},randomIntInRange=(_0x4a9ed0,_0x2f64e0)=>{const _0x7bcbf1={'rFrQl':function(_0x44b0fd,_0x10defd){return _0x44b0fd+_0x10defd;}};return Math[_0x3a22(0x6)](randomInRange(_0x4a9ed0,_0x7bcbf1[_0x3a22(0x7)](_0x2f64e0,0x1)));},PersonaLoadingScreen=({visible:_0x52aa90,onComplete:_0x5458d7})=>{const _0x6515f7={'TOEOe':function(_0x4fcfdf,_0x40db11){return _0x4fcfdf!==_0x40db11;},'BxLcI':_0x3a22(0x8),'mqRxC':function(_0x28d5b8,_0x4ed507,_0x3588f4){return _0x28d5b8(_0x4ed507,_0x3588f4);},'dvGlc':function(_0x5ce650,_0x3927fc){return _0x5ce650(_0x3927fc);},'ekfhb':_0x3a22(0x9),'mdMxe':function(_0x22d22c,_0x4ff6b3){return _0x22d22c!==_0x4ff6b3;},'nMYCA':_0x3a22(0xa),'FBvaQ':_0x3a22(0xb),'rzZdH':function(_0x4296a6,_0x5b584b){return _0x4296a6(_0x5b584b);},'ypHmc':function(_0x14941b,_0xa4b320){return _0x14941b!==_0xa4b320;},'RVXvQ':'AjvRN','Rgrww':function(_0x2adc77,_0x2d2641){return _0x2adc77<_0x2d2641;},'pwsXJ':function(_0x2bbadd,_0x4ebc2b){return _0x2bbadd>=_0x4ebc2b;},'lWyvh':function(_0x49c993,_0x2be8d1){return _0x49c993(_0x2be8d1);},'yKNln':function(_0x28f5c7,_0x2f30b5){return _0x28f5c7/_0x2f30b5;},'DpBDi':function(_0x360e7d,_0x2646db,_0xf56966){return _0x360e7d(_0x2646db,_0xf56966);},'hWjDx':function(_0x560621,_0x16b760,_0x6b3b3d){return _0x560621(_0x16b760,_0x6b3b3d);},'nExAZ':function(_0x4cf332,_0x1b778c,_0x3a63ea){return _0x4cf332(_0x1b778c,_0x3a63ea);},'OTGmH':function(_0x426110,_0x1dd605){return _0x426110*_0x1dd605;},'RZnrG':function(_0x3efb6a,_0x4a473b){return _0x3efb6a+_0x4a473b;},'OfIYr':_0x3a22(0xc),'TWiuy':function(_0x31f328,_0x295754){return _0x31f328(_0x295754);},'GQyWp':'Keeping\x20your\x20data\x20private','WNzxq':function(_0x172a98,_0x4b4384,_0x1aa9af){return _0x172a98(_0x4b4384,_0x1aa9af);},'YAwNn':function(_0x35a14d,_0x5dfc0c){return _0x35a14d!==_0x5dfc0c;},'sRHSl':'hikba','VUaww':function(_0x1995d5,_0x59e69c){return _0x1995d5-_0x59e69c;},'ENCve':function(_0x43cd7e,_0x55250b){return _0x43cd7e*_0x55250b;},'DeUXa':function(_0x34af79,_0x588432){return _0x34af79+_0x588432;},'iCFIk':function(_0x3061f5,_0x5a2f84){return _0x3061f5*_0x5a2f84;},'XanrT':function(_0x7e2b2f,_0x56ca33){return _0x7e2b2f/_0x56ca33;},'LuAyI':_0x3a22(0xd),'oFame':'PFBdZ','NvtfB':function(_0x15edbd,_0x486e35){return _0x15edbd===_0x486e35;},'DQZqc':_0x3a22(0xe),'NAUnO':_0x3a22(0xf),'FAYXE':function(_0x51fa29,_0x58282f){return _0x51fa29===_0x58282f;},'reqJk':_0x3a22(0x10),'NIryz':function(_0x2fbf64,_0x2cf30b,_0x537f4a){return _0x2fbf64(_0x2cf30b,_0x537f4a);},'DjCKS':_0x3a22(0x11),'sRiXR':function(_0xd0d827,_0x24364c,_0x1955d2){return _0xd0d827(_0x24364c,_0x1955d2);},'BXjFC':function(_0x107572,_0x5d118b){return _0x107572(_0x5d118b);},'xxQOG':function(_0x4b1565,_0x4207f4){return _0x4b1565(_0x4207f4);},'oYSRx':function(_0x27d673,_0x418403){return _0x27d673(_0x418403);},'utyzl':function(_0x2953ee,_0x339474){return _0x2953ee(_0x339474);},'QJHnj':function(_0x18a9ff,_0x26c1e5,_0x4bef98){return _0x18a9ff(_0x26c1e5,_0x4bef98);},'gyfiq':_0x3a22(0x12)},_0x128e84=_0x6515f7[_0x3a22(0x13)](useRef,new Animated[(_0x3a22(0x14))](0x0))['current'],_0x16fdd9=useRef(new Animated[(_0x3a22(0x14))](0.3))['current'],_0x33a8b4=_0x6515f7[_0x3a22(0x15)](useRef,new Animated[(_0x3a22(0x14))](0.3))[_0x3a22(0x16)],_0x342e81=_0x6515f7[_0x3a22(0x17)](useRef,new Animated[(_0x3a22(0x14))](0.3))['current'],[_0x15c9f2,_0x17b5e2]=_0x6515f7[_0x3a22(0x18)](useState,0x0),[_0x545b8a,_0x4a5722]=_0x6515f7[_0x3a22(0x19)](useState,'Keeping\x20your\x20data\x20private'),_0xb6e58b=_0x6515f7[_0x3a22(0x17)](useRef,[]);_0x6515f7[_0x3a22(0x1a)](useEffect,()=>{const _0x2a2867={'IrfxO':function(_0x440569,_0x179b6e,_0x1878a9){return _0x6515f7[_0x3a22(0x1b)](_0x440569,_0x179b6e,_0x1878a9);}};if(!_0x52aa90)return;const _0x4e5a37=(_0x564d8c,_0xd39304)=>{if(_0x6515f7[_0x3a22(0x1c)](_0x6515f7['BxLcI'],'PKFcL'))_0x447d2a['current']['forEach'](_0x18b2fb=>_0xf63e04(_0x18b2fb)),_0x15e3e2[_0x3a22(0x16)]=[];else return Animated[_0x3a22(0x1d)](Animated['sequence']([Animated[_0x3a22(0x1e)](_0x564d8c,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]}),Animated['timing'](_0x564d8c,{'toValue':0.3,'duration':0x258,'useNativeDriver':!![]})]),{'iterations':-0x1});};setTimeout(()=>{_0x6515f7[_0x3a22(0x1b)](_0x4e5a37,_0x16fdd9,0x0)[_0x3a22(0x1f)]();},0x12c),setTimeout(()=>{_0x6515f7[_0x3a22(0x1b)](_0x4e5a37,_0x33a8b4,0xc8)[_0x3a22(0x1f)]();},0x1f4),_0x6515f7[_0x3a22(0x1b)](setTimeout,()=>{_0x2a2867[_0x3a22(0x20)](_0x4e5a37,_0x342e81,0x190)[_0x3a22(0x1f)]();},0x2bc);},[_0x52aa90,_0x16fdd9,_0x33a8b4,_0x342e81]),useEffect(()=>{const _0x2b5de5={'ciuEL':function(_0x9c3b4e,_0x470b7a,_0x250ae9){return _0x6515f7['nExAZ'](_0x9c3b4e,_0x470b7a,_0x250ae9);},'PyFyF':function(_0x3f872c,_0x3c350c){return _0x3f872c-_0x3c350c;},'AYsnJ':function(_0x5288f9,_0x2de2f2){return _0x6515f7[_0x3a22(0x21)](_0x5288f9,_0x2de2f2);},'JAUtE':function(_0x3bd145,_0x2dbdb4){return _0x6515f7[_0x3a22(0x22)](_0x3bd145,_0x2dbdb4);},'LuGJR':function(_0x36ce55,_0x4edde7){return _0x6515f7['yKNln'](_0x36ce55,_0x4edde7);},'IOxjq':function(_0x4e2199,_0x3d2c59){return _0x6515f7['yKNln'](_0x4e2199,_0x3d2c59);}};if(_0x6515f7[_0x3a22(0x1c)](_0x6515f7[_0x3a22(0x23)],_0x6515f7[_0x3a22(0x23)]))_0x1bf71a=_0x2b5de5[_0x3a22(0x24)](_0x379d4a,0x320,0x4b0);else{if(!_0x52aa90){_0xb6e58b[_0x3a22(0x16)][_0x3a22(0x25)](_0x258620=>clearTimeout(_0x258620)),_0xb6e58b[_0x3a22(0x16)]=[];return;}_0x6515f7[_0x3a22(0x26)](_0x17b5e2,0x0),_0x6515f7[_0x3a22(0x13)](_0x4a5722,_0x6515f7['GQyWp']),_0x128e84['setValue'](0x0);const _0x2f3bb6=_0x6515f7[_0x3a22(0x27)](randomInRange,0x1b58,0x2ee0),_0x4d97a1=_0x6515f7['mqRxC'](randomIntInRange,0x5,0x8),_0xd8be61=[0x0];for(let _0x396ff=0x0;_0x6515f7['Rgrww'](_0x396ff,_0x4d97a1-0x1);_0x396ff++){if(_0x6515f7[_0x3a22(0x28)](_0x6515f7[_0x3a22(0x29)],_0x3a22(0x2a))){const _0x1aa04e=_0x459c90(_0x18e2b5[_0x3a22(0x2b)],_0x343875[_0x3a22(0x2c)]);_0x421e84['push']({'progress':_0x1aa04e,'message':_0x5cea3b[_0x3a22(0x2d)]});}else{const _0x2ba2f0=_0x6515f7[_0x3a22(0x2e)](_0x6515f7[_0x3a22(0x2f)](_0x6515f7[_0x3a22(0x30)](_0x396ff,0x1),0x64/_0x4d97a1),0xa),_0x238c81=_0x6515f7['RZnrG'](_0x6515f7[_0x3a22(0x31)](_0x6515f7[_0x3a22(0x30)](_0x396ff,0x1),_0x6515f7[_0x3a22(0x32)](0x64,_0x4d97a1)),0xa);_0xd8be61['push'](_0x6515f7['nExAZ'](randomIntInRange,Math[_0x3a22(0x33)](0xa,_0x2ba2f0),Math['min'](0x5a,_0x238c81)));}}_0xd8be61[_0x3a22(0x34)](0x64),_0xd8be61[_0x3a22(0x35)]((_0x38bd6f,_0x74c47e)=>_0x38bd6f-_0x74c47e);const _0x208c6e=[_0x6515f7[_0x3a22(0x36)],_0x3a22(0x37),_0x3a22(0x38)],_0x393f3c=[];let _0x52894f=0x0;for(let _0x1603da=0x0;_0x1603da<_0x4d97a1;_0x1603da++){if(_0x6515f7[_0x3a22(0x28)](_0x6515f7[_0x3a22(0x39)],_0x6515f7['oFame']))_0x545a39=_0x6515f7[_0x3a22(0x1b)](_0x360c28,0x1f4,0x320);else{const _0x445315=_0x208c6e[randomIntInRange(0x0,0x2)];let _0x218e4f;if(_0x6515f7[_0x3a22(0x3a)](_0x445315,_0x6515f7[_0x3a22(0x36)])){if(_0x6515f7[_0x3a22(0x3a)](_0x6515f7['DQZqc'],_0x6515f7[_0x3a22(0x3b)]))return Animated['loop'](Animated['sequence']([Animated['timing'](_0x12dd68,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]}),Animated[_0x3a22(0x1e)](_0xd3a0da,{'toValue':0.3,'duration':0x258,'useNativeDriver':!![]})]),{'iterations':-0x1});else _0x218e4f=_0x6515f7[_0x3a22(0x3c)](randomInRange,0xfa,0x1f4);}else _0x6515f7['FAYXE'](_0x445315,'medium')?_0x6515f7[_0x3a22(0x3a)](_0x3a22(0x3d),_0x6515f7[_0x3a22(0x3e)])?(_0x6515f7[_0x3a22(0x3f)](_0x3d504a,_0x536c6c[_0x3a22(0x40)]),_0x2404a7()):_0x218e4f=randomInRange(0x1f4,0x320):_0x218e4f=_0x6515f7['NIryz'](randomInRange,0x320,0x4b0);_0x393f3c['push'](_0x218e4f),_0x52894f+=_0x218e4f;}}const _0x53603d=0x190,_0x48f399=_0x4d97a1*_0x53603d,_0x2636c8=_0x6515f7['VUaww'](_0x2f3bb6,_0x48f399),_0x58e26d=_0x6515f7[_0x3a22(0x32)](_0x2636c8,_0x52894f),_0x567d21=_0x393f3c[_0x3a22(0x41)](_0x33f968=>_0x33f968*_0x58e26d),_0x29f64a=[];STATUS_MESSAGES[_0x3a22(0x25)](_0x329684=>{if(_0x6515f7['ekfhb']===_0x6515f7[_0x3a22(0x42)]){if(_0x329684[_0x3a22(0x2b)]===0x64)_0x29f64a[_0x3a22(0x34)]({'progress':0x64,'message':_0x329684[_0x3a22(0x2d)]});else{const _0x7da606=_0x6515f7[_0x3a22(0x1b)](randomInRange,_0x329684[_0x3a22(0x2b)],_0x329684[_0x3a22(0x2c)]);_0x29f64a[_0x3a22(0x34)]({'progress':_0x7da606,'message':_0x329684[_0x3a22(0x2d)]});}}else _0x1d48a9(_0x567ed7,0x190)[_0x3a22(0x1f)]();}),_0x29f64a[_0x3a22(0x35)]((_0x3474c3,_0xfaae3b)=>_0x3474c3[_0x3a22(0x43)]-_0xfaae3b[_0x3a22(0x43)]);let _0x2f011c=0x0,_0x249d42=0x0;for(let _0x1acbb0=0x1;_0x1acbb0<=_0x4d97a1;_0x1acbb0++){if(_0x6515f7[_0x3a22(0x3a)]('guBWR',_0x6515f7['DjCKS'])){const _0x1edfb1=_0xd8be61[_0x1acbb0],_0x3cc34d=_0x567d21[_0x6515f7[_0x3a22(0x2e)](_0x1acbb0,0x1)];_0x2f011c+=_0x3cc34d;const _0x4f3b48=_0x6515f7[_0x3a22(0x44)](setTimeout,()=>{const _0x5303ec={'OYeKM':function(_0x215442,_0x2f979a){return _0x6515f7[_0x3a22(0x45)](_0x215442,_0x2f979a);},'tPEdl':_0x6515f7[_0x3a22(0x46)],'BEASG':_0x6515f7['FBvaQ'],'hiutb':function(_0x1e002e,_0x1a6302){return _0x6515f7[_0x3a22(0x26)](_0x1e002e,_0x1a6302);}};if(_0x6515f7[_0x3a22(0x47)](_0x6515f7[_0x3a22(0x48)],_0x3a22(0x49))){const _0x394adc=_0x2b5de5[_0x3a22(0x4a)](_0x2b5de5[_0x3a22(0x4b)](_0x2b5de5[_0x3a22(0x4c)](_0x22f536,0x1),_0x2b5de5['LuGJR'](0x64,_0x11b6cb)),0xa),_0x58547d=_0x2b5de5[_0x3a22(0x4c)](_0x2b5de5['AYsnJ'](_0x2b5de5[_0x3a22(0x4c)](_0x4694dd,0x1),_0x2b5de5[_0x3a22(0x4d)](0x64,_0x28d28c)),0xa);_0x32b1ad[_0x3a22(0x34)](_0x2b5de5['ciuEL'](_0x516b42,_0x3c6e61[_0x3a22(0x33)](0xa,_0x394adc),_0x38755d[_0x3a22(0x4e)](0x5a,_0x58547d)));}else{while(_0x6515f7[_0x3a22(0x4f)](_0x249d42,_0x29f64a[_0x3a22(0x50)])&&_0x6515f7['pwsXJ'](_0x1edfb1,_0x29f64a[_0x249d42][_0x3a22(0x43)])){_0x6515f7[_0x3a22(0x51)](_0x4a5722,_0x29f64a[_0x249d42]['message']),_0x249d42++;}_0x6515f7['lWyvh'](_0x17b5e2,_0x1edfb1),Animated['timing'](_0x128e84,{'toValue':_0x6515f7[_0x3a22(0x52)](_0x1edfb1,0x64),'duration':_0x53603d,'useNativeDriver':![]})[_0x3a22(0x1f)](),_0x6515f7[_0x3a22(0x53)](_0x1edfb1,0x64)&&_0x6515f7[_0x3a22(0x3c)](setTimeout,()=>{if(_0x5303ec[_0x3a22(0x54)](_0x5303ec['tPEdl'],_0x5303ec[_0x3a22(0x55)]))_0x5303ec['hiutb'](triggerHaptic,HapticType[_0x3a22(0x40)]),_0x5458d7();else{_0x33006b[_0x3a22(0x16)][_0x3a22(0x25)](_0x520432=>_0x1ba095(_0x520432)),_0x25aa5e[_0x3a22(0x16)]=[];return;}},0x1f4);}},_0x2f011c);_0xb6e58b['current'][_0x3a22(0x34)](_0x4f3b48),_0x2f011c+=_0x53603d;}else _0x3d8f5d=_0x6515f7[_0x3a22(0x56)](_0x211ce6,0xfa,0x1f4);}return()=>{_0xb6e58b[_0x3a22(0x16)]['forEach'](_0x4a0df8=>clearTimeout(_0x4a0df8)),_0xb6e58b['current']=[];};}},[_0x52aa90,_0x5458d7,_0x128e84]);if(!_0x52aa90)return null;return React[_0x3a22(0x57)](View,{'style':styles[_0x3a22(0x58)]},React[_0x3a22(0x57)](View,{'style':styles[_0x3a22(0x59)]},React[_0x3a22(0x57)](View,{'style':styles['lottieContainer']},React[_0x3a22(0x57)](_0xe0a37,{'source':ANIMATIONS['loader'],'autoPlay':!![],'loop':!![],'style':styles['lottieAnimation'],'resizeMode':_0x3a22(0x5a)})),React[_0x3a22(0x57)](View,{'style':styles['textContainer']},React[_0x3a22(0x57)](Text,{'style':styles[_0x3a22(0x5b)]},_0x545b8a),React[_0x3a22(0x57)](View,{'style':styles[_0x3a22(0x5c)]},React[_0x3a22(0x57)](Animated['Text'],{'style':[styles[_0x3a22(0x5d)],{'opacity':_0x16fdd9}]},'.'),React[_0x3a22(0x57)](Animated[_0x3a22(0x5e)],{'style':[styles[_0x3a22(0x5d)],{'opacity':_0x33a8b4}]},'.'),React[_0x3a22(0x57)](Animated[_0x3a22(0x5e)],{'style':[styles[_0x3a22(0x5d)],{'opacity':_0x342e81}]},'.'))),React[_0x3a22(0x57)](View,{'style':styles['progressContainer']},React['createElement'](View,{'style':styles[_0x3a22(0x5f)]},React[_0x3a22(0x57)](Animated[_0x3a22(0x60)],{'style':[styles['progressFill'],{'width':_0x128e84[_0x3a22(0x61)]({'inputRange':[0x0,0x1],'outputRange':['0%',_0x6515f7[_0x3a22(0x62)]]})}]})))));},styles=StyleSheet[_0x3a22(0x63)]({'container':{'flex':0x1,'backgroundColor':COLORS[_0x3a22(0x64)]},'content':{'flex':0x1,'justifyContent':_0x3a22(0x65),'alignItems':_0x3a22(0x65),'paddingHorizontal':0x18,'marginTop':-0x50},'lottieContainer':{'width':0x168,'height':0x168,'marginBottom':0x20,'alignItems':_0x3a22(0x65),'justifyContent':_0x3a22(0x65)},'lottieAnimation':{'width':_0x3a22(0x12),'height':_0x3a22(0x12)},'textContainer':{'flexDirection':'row','alignItems':_0x3a22(0x65),'marginBottom':0x30},'loadingText':{'fontSize':0x18,'fontFamily':_0x3a22(0x66),'fontWeight':_0x3a22(0x67),'color':COLORS[_0x3a22(0x68)]},'dotsContainer':{'flexDirection':_0x3a22(0x69),'marginLeft':0x4},'dot':{'fontSize':0x18,'fontFamily':_0x3a22(0x66),'fontWeight':_0x3a22(0x67),'color':COLORS[_0x3a22(0x68)],'marginLeft':0x2},'progressContainer':{'width':_0x3a22(0x12),'maxWidth':0x118},'progressTrack':{'height':0x6,'backgroundColor':_0x3a22(0x6a),'borderRadius':0x3,'overflow':_0x3a22(0x6b)},'progressFill':{'height':_0x3a22(0x12),'backgroundColor':COLORS[_0x3a22(0x68)],'borderRadius':0x3}});export default PersonaLoadingScreen;
@@ -1 +1 @@
1
- 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
+ import React,{useState}from'react';import{View,Text,StyleSheet,TouchableOpacity,Image,ScrollView,ActivityIndicator}from'react-native';import{COLORS}from'../theme';import{triggerHaptic,HapticType}from'../utils/haptics';function _0x22b4(){const _0x49e07b=['Enoch','svcqs','basicProfile','xOgRD','contain','Choose\x20what\x20to\x20share:','Connected\x20Platforms','Accept\x20&\x20Continue','Decline','lPTFD','SFbQX','JMdvk','LxEhY','Ajvnk','BUTTON_PRESS','values','some','createElement','scrollView','scrollContent','headerContainer','iconContainer','vXhli','arrow','enochAppIcon','titleContainer','welcomeBackText','Welcome\x20back!','title','NvcOb','kPJOv','optionsContainer','optionRow','optionLeft','grey700','grey800','yudXX','checkbox','optionText','contentAnalysis','grey400','personalityProfile','optionIcon','checkboxContainer','connectedPlatformsSection','length','connectedPlatformsIcons','connectedPlatformIconContainer','connectedPlatformIcon','connectMoreButton','pCmFW','wAhzz','connectMoreText','Connect\x20more','acceptButtonActive','acceptButtonLoading','TmcHy','Fragment','acceptButtonText','acceptButtonTextActive','gAAAA','buttonArrow','buttonArrowActive','declineButton','RQnpg','create','surface','row','center','#FFFFFF','700','grey600','IBM\x20Plex\x20Sans','Inter','400','space-between','#F8F9FA','#E5E5E5','#999999','500','grey500','underline','wrap'];_0x22b4=function(){return _0x49e07b;};return _0x22b4();}import{getPlatformIcon}from'../services/connectedAccountsService';import{BRAND_IMAGES}from'../utils/assetRegistry';import{Basicproficon,Basicprofile,Contenticon,Personalityicon,Personalitytraits,Userpreferences,Checkbox,Checkmark}from'./icons';const PersonalizationConsentScreen=({visible:_0x813599,onAccept:_0x4abc47,onDecline:_0x59167a,loading:loading=![],connectedPlatforms:connectedPlatforms=[],onConnectMore:_0x33218a,isReturningUser:isReturningUser=![],appName:appName=_0x4033(0x0),onLogout:_0x478d4d})=>{const _0x4a09be={'SFbQX':function(_0x57f120,_0x287e06){return _0x57f120(_0x287e06);},'JMdvk':function(_0xa8bf8f){return _0xa8bf8f();},'lPTFD':function(_0x164cfc,_0x310234){return _0x164cfc===_0x310234;},'ARRHK':_0x4033(0x1),'LxEhY':function(_0x3afbe2,_0x523baf){return _0x3afbe2===_0x523baf;},'DGdME':_0x4033(0x2),'Ajvnk':function(_0x4790e0,_0x155f07){return _0x4790e0(_0x155f07);},'pCmFW':function(_0x47102d,_0x318695){return _0x47102d===_0x318695;},'BZAnn':_0x4033(0x3),'vXhli':_0x4033(0x4),'NvcOb':'\x20wants\x20to\x20personalize\x20your\x20experience','kPJOv':_0x4033(0x5),'yudXX':'#4CD964','MPegl':_0x4033(0x6),'TmcHy':'#FFFFFF','gAAAA':_0x4033(0x7),'RQnpg':_0x4033(0x8)},[_0x293813,_0xdcde2b]=useState({'basicProfile':!![],'contentAnalysis':![],'personalityProfile':![]}),_0x45e01f=_0x58e2dc=>{if(_0x4a09be[_0x4033(0x9)](_0x4a09be['ARRHK'],'yCMdm'))_0x4a09be[_0x4033(0xa)](_0x27c799,_0xe08786['BUTTON_PRESS']),_0x4a09be[_0x4033(0xb)](_0x2fb6fb);else{if(_0x4a09be[_0x4033(0xc)](_0x58e2dc,_0x4a09be['DGdME']))return;_0x4a09be[_0x4033(0xd)](triggerHaptic,HapticType[_0x4033(0xe)]),_0xdcde2b(_0x3a7b88=>({..._0x3a7b88,[_0x58e2dc]:!_0x3a7b88[_0x58e2dc]}));}},_0x10e85e=Object[_0x4033(0xf)](_0x293813)[_0x4033(0x10)](_0x3b3706=>_0x3b3706);if(!_0x813599)return null;return React[_0x4033(0x11)](View,{'style':styles['container']},React[_0x4033(0x11)](ScrollView,{'style':styles[_0x4033(0x12)],'contentContainerStyle':styles[_0x4033(0x13)],'showsVerticalScrollIndicator':![]},React[_0x4033(0x11)](View,{'style':styles[_0x4033(0x14)]},React['createElement'](View,{'style':styles[_0x4033(0x15)]},React['createElement'](Image,{'source':BRAND_IMAGES['onairosLogo'],'style':styles['headerIcon'],'resizeMode':_0x4a09be[_0x4033(0x16)]})),React[_0x4033(0x11)](Text,{'style':styles[_0x4033(0x17)]},'→'),React[_0x4033(0x11)](Image,{'source':BRAND_IMAGES['enochIcon'],'style':styles[_0x4033(0x18)],'resizeMode':_0x4a09be[_0x4033(0x16)]})),React['createElement'](View,{'style':styles[_0x4033(0x19)]},isReturningUser&&React[_0x4033(0x11)](Text,{'style':styles[_0x4033(0x1a)]},_0x4033(0x1b)),React[_0x4033(0x11)](Text,{'style':styles[_0x4033(0x1c)]},appName,_0x4a09be[_0x4033(0x1d)]),React['createElement'](Text,{'style':styles['subtitle']},_0x4a09be[_0x4033(0x1e)])),React[_0x4033(0x11)](View,{'style':styles[_0x4033(0x1f)]},React[_0x4033(0x11)](TouchableOpacity,{'style':styles[_0x4033(0x20)],'onPress':()=>_0x45e01f(_0x4033(0x2))},React[_0x4033(0x11)](View,{'style':styles[_0x4033(0x21)]},React[_0x4033(0x11)](Basicproficon,{'width':0x20,'height':0x20,'fill':COLORS[_0x4033(0x22)],'style':styles['optionIcon']}),React[_0x4033(0x11)](Basicprofile,{'height':0x18,'fill':COLORS[_0x4033(0x23)],'style':styles['optionText']})),React['createElement'](View,{'style':styles['checkboxContainer']},_0x293813['basicProfile']?React[_0x4033(0x11)](Checkmark,{'width':0x18,'height':0x18,'fill':_0x4a09be[_0x4033(0x24)],'style':styles[_0x4033(0x25)]}):React[_0x4033(0x11)](Checkbox,{'width':0x18,'height':0x18,'stroke':COLORS['grey400'],'style':styles[_0x4033(0x25)]}))),React['createElement'](TouchableOpacity,{'style':styles[_0x4033(0x20)],'onPress':()=>_0x45e01f('contentAnalysis')},React['createElement'](View,{'style':styles['optionLeft']},React['createElement'](Contenticon,{'width':0x20,'height':0x20,'fill':COLORS['grey700'],'style':styles['optionIcon']}),React[_0x4033(0x11)](Userpreferences,{'height':0x18,'fill':COLORS['grey800'],'style':styles[_0x4033(0x26)]})),React[_0x4033(0x11)](View,{'style':styles['checkboxContainer']},_0x293813[_0x4033(0x27)]?React[_0x4033(0x11)](Checkmark,{'width':0x18,'height':0x18,'fill':'#4CD964','style':styles[_0x4033(0x25)]}):React[_0x4033(0x11)](Checkbox,{'width':0x18,'height':0x18,'stroke':COLORS[_0x4033(0x28)],'style':styles['checkbox']}))),React[_0x4033(0x11)](TouchableOpacity,{'style':styles[_0x4033(0x20)],'onPress':()=>_0x45e01f(_0x4033(0x29))},React[_0x4033(0x11)](View,{'style':styles[_0x4033(0x21)]},React[_0x4033(0x11)](Personalityicon,{'width':0x20,'height':0x20,'fill':COLORS['grey700'],'style':styles[_0x4033(0x2a)]}),React[_0x4033(0x11)](Personalitytraits,{'height':0x18,'fill':COLORS[_0x4033(0x23)],'style':styles['optionText']})),React['createElement'](View,{'style':styles[_0x4033(0x2b)]},_0x293813['personalityProfile']?React[_0x4033(0x11)](Checkmark,{'width':0x18,'height':0x18,'fill':_0x4a09be[_0x4033(0x24)],'style':styles[_0x4033(0x25)]}):React['createElement'](Checkbox,{'width':0x18,'height':0x18,'stroke':COLORS[_0x4033(0x28)],'style':styles[_0x4033(0x25)]})))),React[_0x4033(0x11)](View,{'style':styles[_0x4033(0x2c)]},React['createElement'](Text,{'style':styles['connectedPlatformsTitle']},_0x4a09be['MPegl']),connectedPlatforms[_0x4033(0x2d)]>0x0&&React[_0x4033(0x11)](View,{'style':styles[_0x4033(0x2e)]},connectedPlatforms['map'](_0x3cfc22=>React[_0x4033(0x11)](View,{'key':_0x3cfc22,'style':styles[_0x4033(0x2f)]},React['createElement'](Image,{'source':getPlatformIcon(_0x3cfc22),'style':styles[_0x4033(0x30)],'resizeMode':_0x4033(0x4)})))),_0x33218a&&React[_0x4033(0x11)](TouchableOpacity,{'style':styles[_0x4033(0x31)],'onPress':()=>{const _0x4a5794={'wAhzz':function(_0x40c310){return _0x40c310();}};_0x4a09be[_0x4033(0x32)](_0x4a09be['BZAnn'],_0x4033(0x3))?(_0x4a09be[_0x4033(0xd)](triggerHaptic,HapticType[_0x4033(0xe)]),_0x33218a()):(_0x55a7d7(_0x397b26[_0x4033(0xe)]),_0x4a5794[_0x4033(0x33)](_0x30d7d1));}},React[_0x4033(0x11)](Text,{'style':styles[_0x4033(0x34)]},_0x4033(0x35)),React[_0x4033(0x11)](View,{'style':styles['connectMorePlusCircle']},React[_0x4033(0x11)](Text,{'style':styles['connectMorePlus']},'+')))),React['createElement'](View,{'style':styles['buttonContainer']},React[_0x4033(0x11)](TouchableOpacity,{'style':[styles['acceptButton'],_0x10e85e&&styles[_0x4033(0x36)],loading&&styles[_0x4033(0x37)]],'onPress':()=>{!loading&&(triggerHaptic(HapticType[_0x4033(0xe)]),_0x4abc47());},'disabled':loading,'activeOpacity':loading?0x1:0.7},loading?React[_0x4033(0x11)](ActivityIndicator,{'size':'small','color':_0x4a09be[_0x4033(0x38)]}):React[_0x4033(0x11)](React[_0x4033(0x39)],null,React['createElement'](Text,{'style':[styles[_0x4033(0x3a)],_0x10e85e&&styles[_0x4033(0x3b)]]},_0x4a09be[_0x4033(0x3c)]),React['createElement'](Text,{'style':[styles[_0x4033(0x3d)],_0x10e85e&&styles[_0x4033(0x3e)]]},'→'))),React[_0x4033(0x11)](TouchableOpacity,{'style':styles[_0x4033(0x3f)],'onPress':()=>{triggerHaptic(HapticType[_0x4033(0xe)]),_0x4a09be['JMdvk'](_0x59167a);}},React[_0x4033(0x11)](Text,{'style':styles['declineButtonText']},_0x4a09be[_0x4033(0x40)])))));},styles=StyleSheet[_0x4033(0x41)]({'container':{'flex':0x1,'backgroundColor':COLORS[_0x4033(0x42)],'paddingHorizontal':0x18,'paddingTop':0x28,'paddingBottom':0x8},'headerContainer':{'flexDirection':_0x4033(0x43),'alignItems':_0x4033(0x44),'justifyContent':_0x4033(0x44),'marginBottom':0xc,'marginTop':0x0},'iconContainer':{'width':0x40,'height':0x40,'backgroundColor':_0x4033(0x45),'borderRadius':0xc,'alignItems':_0x4033(0x44),'justifyContent':_0x4033(0x44),'marginHorizontal':0x8,'shadowColor':'#000','shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.1,'shadowRadius':0x4,'elevation':0x2},'headerIcon':{'width':0x2a,'height':0x2a},'enochAppIcon':{'width':0x48,'height':0x48,'marginHorizontal':0x8},'enochLetter':{'fontSize':0x1c,'fontFamily':'IBM\x20Plex\x20Sans','fontWeight':_0x4033(0x46),'color':COLORS[_0x4033(0x23)]},'arrow':{'fontSize':0x18,'color':COLORS[_0x4033(0x47)],'marginHorizontal':0x10},'titleContainer':{'alignItems':_0x4033(0x44),'marginBottom':0x8},'welcomeBackText':{'fontSize':0x18,'fontFamily':'IBM\x20Plex\x20Sans','fontWeight':_0x4033(0x46),'color':COLORS['grey800'],'textAlign':_0x4033(0x44),'marginBottom':0x2},'title':{'fontSize':0x14,'fontFamily':_0x4033(0x48),'fontWeight':'600','color':COLORS['grey800'],'textAlign':_0x4033(0x44),'marginBottom':0xa},'subtitle':{'fontSize':0x10,'fontFamily':_0x4033(0x49),'fontWeight':_0x4033(0x4a),'color':COLORS['grey600'],'textAlign':_0x4033(0x44)},'scrollView':{'flex':0x1},'scrollContent':{'flexGrow':0x1},'optionsContainer':{'marginBottom':0x8},'optionRow':{'flexDirection':_0x4033(0x43),'alignItems':_0x4033(0x44),'justifyContent':_0x4033(0x4b),'paddingVertical':0xc,'paddingHorizontal':0x2,'backgroundColor':_0x4033(0x4c),'borderRadius':0xc,'marginBottom':0x6,'marginHorizontal':0x0},'optionLeft':{'flexDirection':_0x4033(0x43),'alignItems':_0x4033(0x44),'flex':0x1},'optionIcon':{'marginRight':0xc,'marginLeft':0x2,'marginTop':-0x4},'optionText':{'flex':0x1,'marginLeft':0x2},'checkboxContainer':{'paddingLeft':0x4,'paddingRight':0x2,'alignItems':_0x4033(0x44),'justifyContent':_0x4033(0x44)},'checkbox':{},'buttonContainer':{'gap':0x8,'paddingHorizontal':0x0,'paddingBottom':0x10,'marginTop':0x10},'acceptButton':{'backgroundColor':_0x4033(0x4d),'borderRadius':0x19,'paddingVertical':0xa,'paddingHorizontal':0x18,'flexDirection':'row','alignItems':'center','justifyContent':'center'},'acceptButtonActive':{'backgroundColor':'#2D3436'},'acceptButtonLoading':{'backgroundColor':'#2D3436','opacity':0.8},'acceptButtonText':{'color':_0x4033(0x4e),'fontSize':0x10,'fontFamily':_0x4033(0x49),'fontWeight':'600','marginRight':0x8},'acceptButtonTextActive':{'color':_0x4033(0x45)},'buttonArrow':{'color':_0x4033(0x4e),'fontSize':0x10},'buttonArrowActive':{'color':'#FFFFFF'},'declineButton':{'backgroundColor':_0x4033(0x4d),'borderRadius':0x19,'paddingVertical':0xa,'paddingHorizontal':0x18,'alignItems':'center','justifyContent':_0x4033(0x44)},'declineButtonText':{'color':COLORS[_0x4033(0x47)],'fontSize':0x10,'fontFamily':_0x4033(0x49),'fontWeight':_0x4033(0x4f)},'logoutButton':{'alignItems':_0x4033(0x44),'paddingVertical':0xc,'marginTop':0x8},'logoutButtonText':{'fontSize':0xe,'fontFamily':_0x4033(0x49),'fontWeight':_0x4033(0x4a),'color':COLORS[_0x4033(0x50)],'textDecorationLine':_0x4033(0x51)},'connectedPlatformsSection':{'alignItems':_0x4033(0x44),'paddingVertical':0xa,'paddingHorizontal':0x10,'backgroundColor':_0x4033(0x4c),'borderRadius':0x10,'marginBottom':0xa,'marginTop':0x10},'connectedPlatformsTitle':{'fontSize':0xf,'fontFamily':_0x4033(0x49),'fontWeight':_0x4033(0x4f),'color':COLORS[_0x4033(0x50)],'marginBottom':0xa},'connectedPlatformsIcons':{'flexDirection':_0x4033(0x43),'justifyContent':'center','alignItems':_0x4033(0x44),'flexWrap':_0x4033(0x52),'gap':0xa,'marginBottom':0xa},'connectedPlatformIconContainer':{'width':0x30,'height':0x30,'borderRadius':0xa,'backgroundColor':_0x4033(0x45),'justifyContent':_0x4033(0x44),'alignItems':_0x4033(0x44),'shadowColor':'#000','shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.1,'shadowRadius':0x4,'elevation':0x2},'connectedPlatformIcon':{'width':0x20,'height':0x20},'connectMoreButton':{'flexDirection':'row','alignItems':_0x4033(0x44),'justifyContent':_0x4033(0x44),'gap':0x8},'connectMoreText':{'fontSize':0x10,'fontFamily':'Inter','fontWeight':_0x4033(0x4f),'color':COLORS[_0x4033(0x50)]},'connectMorePlusCircle':{'width':0x1c,'height':0x1c,'borderRadius':0xe,'borderWidth':0x2,'borderColor':COLORS['grey400'],'justifyContent':_0x4033(0x44),'alignItems':_0x4033(0x44)},'connectMorePlus':{'fontSize':0x12,'fontWeight':_0x4033(0x4f),'color':COLORS[_0x4033(0x50)],'marginTop':-0x2}});export{PersonalizationConsentScreen};function _0x4033(_0x22b4f8,_0x40339a){_0x22b4f8=_0x22b4f8-0x0;const _0x1dd139=_0x22b4();let _0x8d3ed0=_0x1dd139[_0x22b4f8];return _0x8d3ed0;}export default PersonalizationConsentScreen;
@@ -1 +1 @@
1
- import React,{useState,useEffect}from'react';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;
1
+ import React,{useState,useEffect}from'react';import{View,Text,StyleSheet,TouchableOpacity,TextInput,Alert,ActivityIndicator}from'react-native';import{COLORS}from'../theme';import{triggerHaptic,HapticType}from'../utils/haptics';import{biometricPinService}from'../services/biometricPinService';import{setTemporaryPin}from'../services/pinStorageUtils';function _0x466d(){const _0xdc1cdf=['error','❌\x20PIN\x20storage\x20verification\x20failed','PIN\x20Storage\x20Error','luduG','ILngn','Invalid\x20PIN','available','Face\x20ID\x20Setup','Face\x20ID\x20authentication\x20was\x20cancelled\x20or\x20failed.\x20Your\x20PIN\x20is\x20still\x20saved\x20securely.','Try\x20Again','📱\x20Biometric\x20not\x20available,\x20continuing\x20without\x20Face\x20ID','wCQcS','❌\x20Error\x20checking\x20biometric\x20availability:','🔐\x20Starting\x20PIN\x20creation\x20process...','📝\x20PIN\x20stored\x20temporarily\x20for\x20onboarding','storing','🔐\x20[PIN\x20CREATION]\x20Biometric\x20storage\x20enabled,\x20starting\x20biometric\x20flow...','📱\x20[PIN\x20CREATION]\x20Biometric\x20available\x20before\x20storage:','UZRGK','❌\x20[PIN\x20CREATION]\x20Face\x20ID\x20not\x20available\x20on\x20this\x20device','raNtg','✅\x20PIN\x20storage\x20verified\x20-\x20proceeding\x20with\x20onboarding','VUbvT','dectP','4|2|1|3|0','PIN\x20storage\x20verification\x20failed.\x20Please\x20try\x20again.','getXi','LdxIK','unavailable','❌\x20Error\x20in\x20PIN\x20creation\x20process:','PIN\x20Creation\x20Error','There\x20was\x20an\x20issue\x20creating\x20your\x20PIN.\x20Please\x20try\x20again.','Create\x20a\x20PIN','Contain\x20an\x20uppercase\x20letter.','Contain\x20a\x20number.','small','#D4A536','Checking\x20Face\x20ID...','Enhanced\x20Security','Securing\x20with\x20Face\x20ID...','PIN\x20Secured\x20with\x20Face\x20ID','Face\x20ID\x20Setup\x20Failed','Face\x20ID\x20is\x20not\x20available\x20on\x20this\x20device.\x20Your\x20PIN\x20will\x20be\x20stored\x20securely.','#FFFFFF','Continue','YspnJ','JOssr','EANwr','ZkHSv','KFjPw','EikBn','gtJib','2|1|0|4|3','split','DmKfE','VpyRD','EpGBI','Ubrrp','ERROR','qLenH','length','test','iqNGR','values','every','yWyOQ','lsOhp','UvfeC','zRaxi','TXGOm','KxeKz','MCYEn','OPKhU','PuhMw','QzYMF','JBqbt','uATbw','BeIyb','alert','rApUi','BUTTON_PRESS','EGESq','log','vICgp','MTjdf','SROif','MtWJr','isBiometricAvailable','imJun','lvbLD','Zxaqn','vbmnh','gdETS','gmWMY','ctaWl','storePinWithBiometric','ZEImR','isPinStored','ZQkfu','tAeYh','ETFlW','jcFea','gHuce','gXGSO','DeehP','eVeEh','NCMzu','ZCERJ','SUCCESS','poSks','dokUL','ZAmFZ','QxsKd','RTFaE','WOyTs','fgwSV','OSIML','dHkgF','hnyHA','XwQpd','lPerp','lRUwX','bhetk','PSitd','ljYKH','FzpHz','NyVsK','heEHW','Yadrb','mdtNt','mcwAQ','QZHrS','BpPNw','GuSNo','mmRcX','checking','MfmPS','📱\x20Biometric\x20availability\x20check:','vkoqz','jqKsc','fzyBB','PGmqg','createElement','titleContainer','Syjla','subtitle','nVmne','pinContainer','pinInput','requirementsContainer','requirementsTitle','ILalt','requirementItem','checkbox','checkboxChecked','checkmark','requirementText','requirementTextMet','Be\x20at\x20least\x208\x20characters\x20in\x20length.','uppercase','SrYdQ','number','VkLii','symbol','rHJhZ','securityCard','CsaLR','AqsHd','securityCardSuccess','MIzJi','securityCardError','securityIconContainer','fjoNl','hqcRx','tOpBJ','securityIcon','securityTextContainer','securityTitle','xcFKi','FQfyM','Face\x20ID\x20Unavailable','hzWyu','HKMst','UStwl','securityDescription','lhoJN','DmXjC','owXuG','OmnsV','uekUf','Your\x20PIN\x20is\x20now\x20protected\x20with\x20Face\x20ID\x20authentication.','HJHSL','buttonContainer','continueButtonActive','lQhER','SuMJH','continueButtonTextActive','NGXfq','create','surface','center','700','grey800','grey600','Inter','#F8F9FA','#E5E5E5','row','#4CD964','bold','#22C55E','#FEF2F2','#EF4444','600','auto','#2D3436','#999999'];_0x466d=function(){return _0xdc1cdf;};return _0x466d();}const PinCreationScreen=({visible:_0x197edc,onComplete:_0x53dd46,onBack:_0xbe28b9})=>{const _0xa5b856={'DmKfE':function(_0x37b838,_0x4a58b4){return _0x37b838(_0x4a58b4);},'VpyRD':function(_0x671b41,_0x3df7e3){return _0x671b41(_0x3df7e3);},'EpGBI':_0x4b18(0x0),'fgwSV':_0x4b18(0x1),'OoOUu':_0x4b18(0x2),'Ubrrp':function(_0x2b6f5d,_0xafcd3){return _0x2b6f5d(_0xafcd3);},'KFjPw':function(_0x5f5653,_0x3cc0bf){return _0x5f5653===_0x3cc0bf;},'EikBn':_0x4b18(0x3),'gtJib':_0x4b18(0x4),'qLenH':function(_0x251949,_0x236e79){return _0x251949>=_0x236e79;},'iqNGR':function(_0x47d54e,_0x5145c2){return _0x47d54e(_0x5145c2);},'yWyOQ':function(_0x2a5e06,_0x5ad941){return _0x2a5e06(_0x5ad941);},'JOssr':function(_0x4a4b41,_0x4a870c){return _0x4a4b41(_0x4a870c);},'lsOhp':function(_0x2daeef,_0x39fa73){return _0x2daeef(_0x39fa73);},'rApUi':_0x4b18(0x5),'UvfeC':'Please\x20ensure\x20your\x20PIN\x20meets\x20all\x20requirements.','zRaxi':_0x4b18(0x6),'TXGOm':'⚠️\x20Face\x20ID\x20authentication\x20was\x20cancelled\x20or\x20failed','KxeKz':_0x4b18(0x7),'MCYEn':_0x4b18(0x8),'OPKhU':_0x4b18(0x9),'HtLNz':function(_0x33fc16,_0x38bfef){return _0x33fc16(_0x38bfef);},'PuhMw':_0x4b18(0xa),'NCMzu':function(_0x1f1754,_0x569818){return _0x1f1754(_0x569818);},'QzYMF':_0x4b18(0xb),'dxoFi':_0x4b18(0xc),'uATbw':function(_0x1c39f9,_0x1ae49e){return _0x1c39f9(_0x1ae49e);},'BeIyb':function(_0xdcb1fa,_0xde9df6){return _0xdcb1fa(_0xde9df6);},'gzcfu':function(_0x54fa0a,_0x34bce3){return _0x54fa0a(_0x34bce3);},'EGESq':function(_0x782091,_0x2919f2){return _0x782091(_0x2919f2);},'ABwdZ':_0x4b18(0xd),'vICgp':function(_0x298533,_0x4d08b6){return _0x298533(_0x4d08b6);},'MTjdf':_0x4b18(0xe),'SROif':_0x4b18(0xf),'MtWJr':_0x4b18(0x10),'imJun':_0x4b18(0x11),'lvbLD':function(_0xd4820c,_0x470490){return _0xd4820c!==_0x470490;},'Zxaqn':_0x4b18(0x12),'gmWMY':_0x4b18(0x13),'ctaWl':function(_0x26e84e,_0x3251cd){return _0x26e84e(_0x3251cd);},'ZEImR':'✅\x20PIN\x20stored\x20successfully\x20with\x20Face\x20ID','FQfyM':function(_0xf663c4,_0x22f2c9){return _0xf663c4===_0x22f2c9;},'ZQkfu':_0x4b18(0x14),'eVeEh':_0x4b18(0x15),'AqsHd':'success','ZCERJ':function(_0x537bb2,_0x1159c4){return _0x537bb2(_0x1159c4);},'poSks':function(_0x9fcc9a,_0x1813f0,_0x4fdd07){return _0x9fcc9a(_0x1813f0,_0x4fdd07);},'dokUL':_0x4b18(0x16),'ZAmFZ':_0x4b18(0x17),'RTFaE':_0x4b18(0x18),'WOyTs':_0x4b18(0x19),'MkTnF':_0x4b18(0x1a),'OSIML':_0x4b18(0x1b),'dHkgF':function(_0x2c82b4,_0x28e8ac){return _0x2c82b4(_0x28e8ac);},'EANwr':function(_0x47198b,_0xe9e539){return _0x47198b(_0xe9e539);},'FzpHz':_0x4b18(0x1c),'NyVsK':function(_0xdc1586,_0x45f1d5){return _0xdc1586(_0x45f1d5);},'JkkDR':function(_0x2e038f,_0x2bf1e1){return _0x2e038f(_0x2bf1e1);},'heEHW':'njSJZ','aHsdr':_0x4b18(0x1d),'mdtNt':function(_0x4ecccc,_0x4fd771){return _0x4ecccc(_0x4fd771);},'mcwAQ':_0x4b18(0x1e),'lBwaG':_0x4b18(0x1f),'BpPNw':function(_0x5da079,_0x4dddd4){return _0x5da079(_0x4dddd4);},'PGmqg':function(_0x1df55a){return _0x1df55a();},'mmRcX':'aVWhB','MfmPS':function(_0x3132d3,_0x1c2dfc){return _0x3132d3(_0x1c2dfc);},'vkoqz':function(_0x268688,_0x20b69c){return _0x268688(_0x20b69c);},'elyhB':function(_0x6ba77e,_0x23ae3f){return _0x6ba77e(_0x23ae3f);},'YspnJ':function(_0x2499c7,_0x29b551){return _0x2499c7(_0x29b551);},'ZkHSv':'checking','GuSNo':function(_0x2dfb50,_0x46c286,_0x303ac1){return _0x2dfb50(_0x46c286,_0x303ac1);},'Syjla':_0x4b18(0x20),'nVmne':'A\x20PIN\x20so\x20only\x20you\x20have\x20access\x20to\x20your\x20data.','soyVd':'Enter\x20your\x20PIN','ILalt':'Your\x20PIN\x20must:','SrYdQ':_0x4b18(0x21),'VkLii':_0x4b18(0x22),'rHJhZ':'Contain\x20a\x20symbol\x20(e.g.\x20!@#$%^&*).','CsaLR':function(_0x10fd97,_0x119c17){return _0x10fd97===_0x119c17;},'MIzJi':function(_0x21633f,_0x5a16ac){return _0x21633f===_0x5a16ac;},'hqcRx':_0x4b18(0x23),'fjoNl':function(_0x12db2b,_0x532576){return _0x12db2b===_0x532576;},'tOpBJ':_0x4b18(0x24),'xcFKi':_0x4b18(0x25),'ybsQG':_0x4b18(0x26),'hzWyu':_0x4b18(0x27),'kbdkM':_0x4b18(0x28),'HKMst':function(_0x4f4928,_0x9e7167){return _0x4f4928===_0x9e7167;},'UStwl':_0x4b18(0x29),'YoHtz':function(_0x769d0b,_0x4252ca){return _0x769d0b===_0x4252ca;},'lhoJN':'Verifying\x20Face\x20ID\x20availability\x20on\x20your\x20device.','DmXjC':function(_0x311806,_0x1e57b7){return _0x311806===_0x1e57b7;},'owXuG':'We\x20use\x20Face\x20ID\x20to\x20ensure\x20only\x20you\x20can\x20access\x20your\x20data.','OmnsV':function(_0x11c3c4,_0x28e8fb){return _0x11c3c4===_0x28e8fb;},'uekUf':_0x4b18(0x2a),'HJHSL':'Face\x20ID\x20setup\x20failed,\x20but\x20your\x20PIN\x20is\x20stored\x20securely.','lQhER':function(_0x3dd808,_0x1b4311){return _0x3dd808||_0x1b4311;},'SuMJH':_0x4b18(0x2b),'NGXfq':_0x4b18(0x2c)},[_0x48ea57,_0x392bd1]=_0xa5b856['elyhB'](useState,''),[_0x42b025,_0x1460c8]=_0xa5b856[_0x4b18(0x2d)](useState,{'length':![],'uppercase':![],'number':![],'symbol':![]}),[_0x147296,_0x233a9d]=_0xa5b856[_0x4b18(0x2e)](useState,![]),[_0x1c0720,_0x4fc7a6]=_0xa5b856['iqNGR'](useState,![]),[_0x43ae9a,_0x4a5ace]=_0xa5b856[_0x4b18(0x2f)](useState,_0xa5b856[_0x4b18(0x30)]),_0x4be972=_0x26fc5b=>{if(_0xa5b856[_0x4b18(0x31)](_0xa5b856[_0x4b18(0x32)],_0xa5b856[_0x4b18(0x33)])){const _0x353b9f=_0x4b18(0x34)[_0x4b18(0x35)]('|');let _0x5f6c51=0x0;while(!![]){switch(_0x353b9f[_0x5f6c51++]){case'0':_0xa5b856[_0x4b18(0x36)](_0x4058a1,![]);continue;case'1':_0xa5b856[_0x4b18(0x37)](_0x252a01,_0xa5b856[_0x4b18(0x38)]);continue;case'2':_0x51b0de[_0x4b18(0x0)](_0xa5b856['fgwSV']);continue;case'3':Alert['alert'](_0xa5b856['OoOUu'],'PIN\x20storage\x20verification\x20failed.\x20Please\x20try\x20again.',[{'text':'OK'}]);continue;case'4':_0xa5b856[_0x4b18(0x39)](_0x581b48,_0x55f861[_0x4b18(0x3a)]);continue;}break;}}else{const _0x2310da={'length':_0xa5b856[_0x4b18(0x3b)](_0x26fc5b[_0x4b18(0x3c)],0x8),'uppercase':/[A-Z]/[_0x4b18(0x3d)](_0x26fc5b),'number':/[0-9]/[_0x4b18(0x3d)](_0x26fc5b),'symbol':/[!@#$%^&*(),.?":{}|<>]/['test'](_0x26fc5b)};return _0xa5b856[_0x4b18(0x3e)](_0x1460c8,_0x2310da),Object[_0x4b18(0x3f)](_0x2310da)[_0x4b18(0x40)](_0x54edf3=>_0x54edf3);}},_0x74db85=_0x1b0581=>{_0xa5b856[_0x4b18(0x41)](_0x392bd1,_0x1b0581),_0x4be972(_0x1b0581);},_0x52efc9=async()=>{const _0x212131={'vbmnh':function(_0x4929ee,_0x134b62){return _0xa5b856[_0x4b18(0x42)](_0x4929ee,_0x134b62);},'gdETS':_0xa5b856['rApUi'],'JXXYU':_0xa5b856[_0x4b18(0x43)],'tAeYh':function(_0x78e35f,_0x214c85){return _0xa5b856['JOssr'](_0x78e35f,_0x214c85);},'QxsKd':_0xa5b856[_0x4b18(0x44)],'ETFlW':_0xa5b856[_0x4b18(0x45)],'jcFea':_0xa5b856['EpGBI'],'gHuce':_0xa5b856[_0x4b18(0x46)],'zkYat':_0xa5b856[_0x4b18(0x47)],'gXGSO':_0xa5b856[_0x4b18(0x48)],'hnyHA':function(_0x54cd6b,_0x4e917c){return _0xa5b856['HtLNz'](_0x54cd6b,_0x4e917c);},'XwQpd':_0xa5b856[_0x4b18(0x49)],'ljYKH':_0x4b18(0x1c),'Yadrb':function(_0x3ff45b,_0x53bdd6){return _0xa5b856['NCMzu'](_0x3ff45b,_0x53bdd6);},'lPerp':_0xa5b856[_0x4b18(0x4a)],'stXnf':_0xa5b856['dxoFi'],'PSitd':function(_0x3451f9,_0x47426d){return _0xa5b856['yWyOQ'](_0x3451f9,_0x47426d);},'QZHrS':function(_0x164772,_0x59d6a0){return _0x164772(_0x59d6a0);}};if('JBqbt'===_0x4b18(0x4b)){if(!_0xa5b856[_0x4b18(0x4c)](_0x4be972,_0x48ea57)){_0xa5b856[_0x4b18(0x4d)](triggerHaptic,HapticType[_0x4b18(0x3a)]),Alert[_0x4b18(0x4e)](_0xa5b856[_0x4b18(0x4f)],'Please\x20ensure\x20your\x20PIN\x20meets\x20all\x20requirements.');return;}_0xa5b856['gzcfu'](triggerHaptic,HapticType[_0x4b18(0x50)]),_0xa5b856[_0x4b18(0x51)](_0x233a9d,!![]);try{console[_0x4b18(0x52)](_0xa5b856['ABwdZ']),_0xa5b856[_0x4b18(0x53)](setTemporaryPin,_0x48ea57),console[_0x4b18(0x52)](_0xa5b856[_0x4b18(0x54)]);if(_0x1c0720){_0x4a5ace(_0xa5b856[_0x4b18(0x55)]),console['log'](_0xa5b856[_0x4b18(0x56)]);const _0x360664=await biometricPinService[_0x4b18(0x57)]();console[_0x4b18(0x52)](_0xa5b856[_0x4b18(0x58)],_0x360664);if(!_0x360664){if(_0xa5b856[_0x4b18(0x59)](_0xa5b856[_0x4b18(0x5a)],_0xa5b856['Zxaqn'])){_0x212131[_0x4b18(0x5b)](_0x4226e9,_0x53e611[_0x4b18(0x3a)]),Alert[_0x4b18(0x4e)](_0x212131[_0x4b18(0x5c)],_0x212131['JXXYU']);return;}else{console[_0x4b18(0x0)](_0xa5b856[_0x4b18(0x5d)]),_0xa5b856[_0x4b18(0x2e)](_0x4a5ace,_0x4b18(0x1c)),_0xa5b856[_0x4b18(0x5e)](_0x233a9d,![]);return;}}console[_0x4b18(0x52)]('🔐\x20[PIN\x20CREATION]\x20Triggering\x20biometric\x20authentication\x20for\x20PIN\x20storage...');const _0x3e9bca=await biometricPinService[_0x4b18(0x5f)](_0x48ea57);if(_0x3e9bca){console[_0x4b18(0x52)](_0xa5b856[_0x4b18(0x60)]);const _0x4ee6c4=await biometricPinService[_0x4b18(0x61)]();if(_0x4ee6c4){if(_0xa5b856['FQfyM'](_0xa5b856[_0x4b18(0x62)],'BOVdB')){const _0x1d4e1d={'VAhCL':function(_0x5cfe89,_0x54aca3){return _0x212131[_0x4b18(0x63)](_0x5cfe89,_0x54aca3);},'DtiSx':function(_0x1023a6,_0x279005){return _0x212131[_0x4b18(0x5b)](_0x1023a6,_0x279005);},'DeehP':_0x212131['QxsKd']};_0x1e09c4[_0x4b18(0x52)](_0x212131[_0x4b18(0x64)]),_0x212131[_0x4b18(0x63)](_0x1f6d62,_0x212131[_0x4b18(0x65)]),_0x212131[_0x4b18(0x63)](_0x4bb695,_0x44fb03['ERROR']),Alert[_0x4b18(0x4e)](_0x212131[_0x4b18(0x66)],_0x212131['zkYat'],[{'text':_0x212131[_0x4b18(0x67)],'onPress':()=>{_0x1d4e1d['VAhCL'](_0x2a4ecb,![]),_0x1d4e1d['DtiSx'](_0x9ad153,_0x1d4e1d[_0x4b18(0x68)]);}},{'text':'Continue\x20Without\x20Face\x20ID','onPress':()=>{_0x212131['vbmnh'](_0x24415c,![]),_0x212131[_0x4b18(0x5b)](_0x2025e1,_0x74f93d);}}]);}else console[_0x4b18(0x52)](_0xa5b856[_0x4b18(0x69)]),_0xa5b856[_0x4b18(0x6a)](_0x4a5ace,_0xa5b856['AqsHd']),_0xa5b856[_0x4b18(0x6b)](triggerHaptic,HapticType[_0x4b18(0x6c)]),_0xa5b856[_0x4b18(0x6d)](setTimeout,()=>{_0xa5b856[_0x4b18(0x39)](_0x233a9d,![]),_0xa5b856[_0x4b18(0x2e)](_0x53dd46,_0x48ea57);},0x320);}else{if(_0xa5b856[_0x4b18(0x6e)]===_0xa5b856[_0x4b18(0x6f)])_0x52566c(![]),_0x212131[_0x4b18(0x63)](_0x2a7e9f,_0x212131[_0x4b18(0x70)]);else{const _0xdfc074=_0xa5b856[_0x4b18(0x71)][_0x4b18(0x35)]('|');let _0x11f0c6=0x0;while(!![]){switch(_0xdfc074[_0x11f0c6++]){case'0':Alert[_0x4b18(0x4e)](_0xa5b856['OoOUu'],_0xa5b856[_0x4b18(0x72)],[{'text':'OK'}]);continue;case'1':_0xa5b856[_0x4b18(0x5e)](_0x233a9d,![]);continue;case'2':_0xa5b856['DmKfE'](_0x4a5ace,_0xa5b856[_0x4b18(0x38)]);continue;case'3':_0xa5b856[_0x4b18(0x39)](triggerHaptic,HapticType['ERROR']);continue;case'4':console[_0x4b18(0x0)](_0xa5b856[_0x4b18(0x73)]);continue;}break;}}}}else _0xa5b856['MkTnF']!==_0xa5b856[_0x4b18(0x74)]?(console[_0x4b18(0x52)](_0xa5b856[_0x4b18(0x45)]),_0xa5b856[_0x4b18(0x75)](_0x4a5ace,_0xa5b856[_0x4b18(0x38)]),triggerHaptic(HapticType[_0x4b18(0x3a)]),Alert[_0x4b18(0x4e)](_0xa5b856[_0x4b18(0x46)],_0xa5b856[_0x4b18(0x47)],[{'text':_0xa5b856['OPKhU'],'onPress':()=>{_0x212131[_0x4b18(0x76)](_0x233a9d,![]),_0x4a5ace(_0x212131[_0x4b18(0x70)]);}},{'text':'Continue\x20Without\x20Face\x20ID','onPress':()=>{const _0x5d5832={'wYHGV':_0x212131[_0x4b18(0x77)],'lRUwX':function(_0x2bccc6,_0x40ec35){return _0x212131[_0x4b18(0x5b)](_0x2bccc6,_0x40ec35);},'bhetk':_0x212131['ljYKH'],'BhNOs':function(_0x317afa,_0x1865c9){return _0x212131['Yadrb'](_0x317afa,_0x1865c9);}};_0x212131[_0x4b18(0x78)]!==_0x212131['lPerp']?(_0x3abbe6['log'](_0x5d5832['wYHGV']),_0x5d5832[_0x4b18(0x79)](_0x2dd430,_0x5d5832[_0x4b18(0x7a)]),_0x5d5832['BhNOs'](_0x9e4522,![]),_0x5d5832['BhNOs'](_0x18b370,_0xc86cdb)):(_0x233a9d(![]),_0x212131[_0x4b18(0x5b)](_0x53dd46,_0x48ea57));}}])):(_0x4202f4[_0x4b18(0x0)](_0x212131['stXnf'],_0x19cdca),_0x12d3a2(![]),_0x212131[_0x4b18(0x7b)](_0x368c98,_0x212131[_0x4b18(0x7c)]));}else console[_0x4b18(0x52)](_0x4b18(0xa)),_0xa5b856[_0x4b18(0x2f)](_0x4a5ace,_0xa5b856[_0x4b18(0x7d)]),_0xa5b856[_0x4b18(0x7e)](_0x233a9d,![]),_0xa5b856['JkkDR'](_0x53dd46,_0x48ea57);}catch(_0x21b7fa){'njSJZ'!==_0xa5b856[_0x4b18(0x7f)]?(_0x212131[_0x4b18(0x80)](_0x237df3,_0x20d4c5),_0x212131['Yadrb'](_0x193cf4,_0x11b4f5)):(console[_0x4b18(0x0)](_0xa5b856['aHsdr'],_0x21b7fa),_0x4a5ace('error'),_0x233a9d(![]),_0xa5b856[_0x4b18(0x81)](triggerHaptic,HapticType[_0x4b18(0x3a)]),Alert[_0x4b18(0x4e)](_0xa5b856[_0x4b18(0x82)],_0xa5b856['lBwaG'],[{'text':'OK'}]));}}else _0x9ce5cc(![]),_0x212131[_0x4b18(0x83)](_0x3c1271,_0x5b83c1);},_0x496bbd=()=>{_0xa5b856[_0x4b18(0x84)](triggerHaptic,HapticType['BUTTON_PRESS']),_0xa5b856['PGmqg'](_0xbe28b9);};_0xa5b856[_0x4b18(0x85)](useEffect,()=>{const _0x1ea601={'jqKsc':function(_0x5ceead,_0x28d2e8){return _0xa5b856[_0x4b18(0x3b)](_0x5ceead,_0x28d2e8);},'fzyBB':function(_0x957623,_0x53ab64){return _0x957623(_0x53ab64);}},_0x1388c2=async()=>{if(_0xa5b856['lvbLD']('gKqfm',_0xa5b856[_0x4b18(0x86)]))try{_0xa5b856[_0x4b18(0x5e)](_0x4a5ace,_0x4b18(0x87));const _0x2027aa=await biometricPinService['isBiometricAvailable']();_0xa5b856[_0x4b18(0x6a)](_0x4fc7a6,_0x2027aa),_0xa5b856[_0x4b18(0x88)](_0x4a5ace,_0x2027aa?_0xa5b856['zRaxi']:_0x4b18(0x1c)),console['log'](_0x4b18(0x89),_0x2027aa);}catch(_0xf153b3){console[_0x4b18(0x0)](_0x4b18(0xc),_0xf153b3),_0xa5b856[_0x4b18(0x8a)](_0x4fc7a6,![]),_0xa5b856[_0x4b18(0x4d)](_0x4a5ace,_0x4b18(0x1c));}else{const _0x1cd213={'length':_0x1ea601[_0x4b18(0x8b)](_0x52d897[_0x4b18(0x3c)],0x8),'uppercase':/[A-Z]/[_0x4b18(0x3d)](_0x187e12),'number':/[0-9]/[_0x4b18(0x3d)](_0x49b297),'symbol':/[!@#$%^&*(),.?":{}|<>]/[_0x4b18(0x3d)](_0x121e29)};return _0x1ea601[_0x4b18(0x8c)](_0x40a31d,_0x1cd213),_0x46ef01[_0x4b18(0x3f)](_0x1cd213)[_0x4b18(0x40)](_0x58f552=>_0x58f552);}};_0x197edc&&_0xa5b856[_0x4b18(0x8d)](_0x1388c2);},[_0x197edc]);const _0x46d722=Object['values'](_0x42b025)[_0x4b18(0x40)](_0x48a76e=>_0x48a76e);if(!_0x197edc)return null;return React[_0x4b18(0x8e)](View,{'style':styles['container']},React[_0x4b18(0x8e)](View,{'style':styles[_0x4b18(0x8f)]},React[_0x4b18(0x8e)](Text,{'style':styles['title']},_0xa5b856[_0x4b18(0x90)]),React['createElement'](Text,{'style':styles[_0x4b18(0x91)]},_0xa5b856[_0x4b18(0x92)])),React[_0x4b18(0x8e)](View,{'style':styles[_0x4b18(0x93)]},React['createElement'](TextInput,{'style':styles[_0x4b18(0x94)],'value':_0x48ea57,'onChangeText':_0x74db85,'placeholder':_0xa5b856['soyVd'],'secureTextEntry':!![],'autoFocus':!![],'maxLength':0x14})),React[_0x4b18(0x8e)](View,{'style':styles[_0x4b18(0x95)]},React['createElement'](Text,{'style':styles[_0x4b18(0x96)]},_0xa5b856[_0x4b18(0x97)]),React[_0x4b18(0x8e)](View,{'style':styles[_0x4b18(0x98)]},React[_0x4b18(0x8e)](View,{'style':[styles[_0x4b18(0x99)],_0x42b025[_0x4b18(0x3c)]&&styles[_0x4b18(0x9a)]]},_0x42b025[_0x4b18(0x3c)]&&React[_0x4b18(0x8e)](Text,{'style':styles[_0x4b18(0x9b)]},'✓')),React[_0x4b18(0x8e)](Text,{'style':[styles[_0x4b18(0x9c)],_0x42b025[_0x4b18(0x3c)]&&styles[_0x4b18(0x9d)]]},_0x4b18(0x9e))),React[_0x4b18(0x8e)](View,{'style':styles[_0x4b18(0x98)]},React[_0x4b18(0x8e)](View,{'style':[styles[_0x4b18(0x99)],_0x42b025[_0x4b18(0x9f)]&&styles[_0x4b18(0x9a)]]},_0x42b025[_0x4b18(0x9f)]&&React[_0x4b18(0x8e)](Text,{'style':styles[_0x4b18(0x9b)]},'✓')),React['createElement'](Text,{'style':[styles['requirementText'],_0x42b025[_0x4b18(0x9f)]&&styles[_0x4b18(0x9d)]]},_0xa5b856[_0x4b18(0xa0)])),React[_0x4b18(0x8e)](View,{'style':styles[_0x4b18(0x98)]},React[_0x4b18(0x8e)](View,{'style':[styles[_0x4b18(0x99)],_0x42b025['number']&&styles[_0x4b18(0x9a)]]},_0x42b025[_0x4b18(0xa1)]&&React[_0x4b18(0x8e)](Text,{'style':styles[_0x4b18(0x9b)]},'✓')),React[_0x4b18(0x8e)](Text,{'style':[styles['requirementText'],_0x42b025[_0x4b18(0xa1)]&&styles[_0x4b18(0x9d)]]},_0xa5b856[_0x4b18(0xa2)])),React[_0x4b18(0x8e)](View,{'style':styles[_0x4b18(0x98)]},React[_0x4b18(0x8e)](View,{'style':[styles['checkbox'],_0x42b025['symbol']&&styles[_0x4b18(0x9a)]]},_0x42b025[_0x4b18(0xa3)]&&React[_0x4b18(0x8e)](Text,{'style':styles[_0x4b18(0x9b)]},'✓')),React[_0x4b18(0x8e)](Text,{'style':[styles[_0x4b18(0x9c)],_0x42b025['symbol']&&styles[_0x4b18(0x9d)]]},_0xa5b856[_0x4b18(0xa4)]))),React[_0x4b18(0x8e)](View,{'style':[styles[_0x4b18(0xa5)],_0xa5b856[_0x4b18(0xa6)](_0x43ae9a,_0xa5b856[_0x4b18(0xa7)])&&styles[_0x4b18(0xa8)],_0xa5b856[_0x4b18(0xa9)](_0x43ae9a,_0x4b18(0x0))&&styles[_0x4b18(0xaa)]]},React['createElement'](View,{'style':styles[_0x4b18(0xab)]},_0x43ae9a===_0xa5b856[_0x4b18(0x30)]&&React[_0x4b18(0x8e)](ActivityIndicator,{'size':_0xa5b856['hqcRx'],'color':COLORS['grey600']}),_0xa5b856[_0x4b18(0xac)](_0x43ae9a,_0xa5b856['SROif'])&&React[_0x4b18(0x8e)](ActivityIndicator,{'size':_0xa5b856[_0x4b18(0xad)],'color':_0xa5b856[_0x4b18(0xae)]}),_0xa5b856[_0x4b18(0xa6)](_0x43ae9a,_0xa5b856[_0x4b18(0x44)])&&React['createElement'](Text,{'style':styles['securityIcon']},'🔐'),_0xa5b856['KFjPw'](_0x43ae9a,_0xa5b856['FzpHz'])&&React[_0x4b18(0x8e)](Text,{'style':styles['securityIcon']},'⚠️'),_0xa5b856[_0x4b18(0x31)](_0x43ae9a,_0xa5b856[_0x4b18(0xa7)])&&React[_0x4b18(0x8e)](Text,{'style':styles['securityIcon']},'✅'),_0x43ae9a===_0x4b18(0x0)&&React[_0x4b18(0x8e)](Text,{'style':styles[_0x4b18(0xaf)]},'❌')),React[_0x4b18(0x8e)](View,{'style':styles[_0x4b18(0xb0)]},React[_0x4b18(0x8e)](Text,{'style':styles[_0x4b18(0xb1)]},_0x43ae9a===_0xa5b856['ZkHSv']&&_0xa5b856[_0x4b18(0xb2)],_0x43ae9a===_0xa5b856[_0x4b18(0x44)]&&_0xa5b856['ybsQG'],_0xa5b856[_0x4b18(0xb3)](_0x43ae9a,_0xa5b856[_0x4b18(0x7d)])&&_0x4b18(0xb4),_0x43ae9a===_0xa5b856[_0x4b18(0x55)]&&_0xa5b856[_0x4b18(0xb5)],_0xa5b856[_0x4b18(0x31)](_0x43ae9a,_0xa5b856[_0x4b18(0xa7)])&&_0xa5b856['kbdkM'],_0xa5b856[_0x4b18(0xb6)](_0x43ae9a,_0xa5b856[_0x4b18(0x38)])&&_0xa5b856[_0x4b18(0xb7)]),React[_0x4b18(0x8e)](Text,{'style':styles[_0x4b18(0xb8)]},_0xa5b856['YoHtz'](_0x43ae9a,_0xa5b856[_0x4b18(0x30)])&&_0xa5b856[_0x4b18(0xb9)],_0xa5b856[_0x4b18(0xba)](_0x43ae9a,_0xa5b856[_0x4b18(0x44)])&&_0xa5b856[_0x4b18(0xbb)],_0xa5b856[_0x4b18(0xbc)](_0x43ae9a,_0xa5b856['FzpHz'])&&_0xa5b856[_0x4b18(0xbd)],_0x43ae9a===_0xa5b856['SROif']&&'Please\x20authenticate\x20with\x20Face\x20ID\x20to\x20secure\x20your\x20PIN.',_0x43ae9a===_0xa5b856[_0x4b18(0xa7)]&&_0x4b18(0xbe),_0xa5b856['KFjPw'](_0x43ae9a,_0xa5b856[_0x4b18(0x38)])&&_0xa5b856[_0x4b18(0xbf)]))),React[_0x4b18(0x8e)](View,{'style':styles[_0x4b18(0xc0)]},React['createElement'](TouchableOpacity,{'style':[styles['continueButton'],_0x46d722&&styles[_0x4b18(0xc1)]],'onPress':_0x52efc9,'disabled':_0xa5b856[_0x4b18(0xc2)](!_0x46d722,_0x147296)},_0x147296?React[_0x4b18(0x8e)](ActivityIndicator,{'size':_0xa5b856['hqcRx'],'color':_0xa5b856[_0x4b18(0xc3)]}):React[_0x4b18(0x8e)](Text,{'style':[styles['continueButtonText'],_0x46d722&&styles[_0x4b18(0xc4)]]},_0xa5b856[_0x4b18(0xc5)]))));},styles=StyleSheet[_0x4b18(0xc6)]({'container':{'flex':0x1,'backgroundColor':COLORS[_0x4b18(0xc7)],'paddingHorizontal':0x18,'paddingTop':0x28},'titleContainer':{'alignItems':_0x4b18(0xc8),'marginBottom':0x18,'paddingTop':0x0,'marginTop':0x0},'title':{'fontSize':0x18,'fontWeight':_0x4b18(0xc9),'color':COLORS[_0x4b18(0xca)],'marginBottom':0x8,'fontFamily':'IBM\x20Plex\x20Sans'},'subtitle':{'fontSize':0x10,'color':COLORS[_0x4b18(0xcb)],'lineHeight':0x18,'fontFamily':_0x4b18(0xcc)},'pinContainer':{'marginBottom':0x20},'pinInput':{'backgroundColor':_0x4b18(0xcd),'borderRadius':0xc,'paddingVertical':0x10,'paddingHorizontal':0x10,'fontSize':0x10,'fontFamily':_0x4b18(0xcc),'borderWidth':0x1,'borderColor':_0x4b18(0xce)},'requirementsContainer':{'marginBottom':0x20},'requirementsTitle':{'fontSize':0x10,'fontWeight':'600','color':COLORS[_0x4b18(0xca)],'marginBottom':0x10,'fontFamily':_0x4b18(0xcc)},'requirementItem':{'flexDirection':_0x4b18(0xcf),'alignItems':_0x4b18(0xc8),'marginBottom':0xc},'checkbox':{'width':0x14,'height':0x14,'borderRadius':0xa,'borderWidth':0x2,'borderColor':'#E5E5E5','marginRight':0xc,'alignItems':'center','justifyContent':_0x4b18(0xc8)},'checkboxChecked':{'borderColor':'#4CD964','backgroundColor':_0x4b18(0xd0)},'checkmark':{'color':_0x4b18(0x2b),'fontSize':0xc,'fontWeight':_0x4b18(0xd1)},'requirementText':{'fontSize':0xe,'color':COLORS[_0x4b18(0xcb)],'fontFamily':_0x4b18(0xcc),'flex':0x1},'requirementTextMet':{'color':COLORS['grey800']},'securityCard':{'backgroundColor':'#F8F9FA','borderRadius':0xc,'padding':0x10,'flexDirection':'row','alignItems':_0x4b18(0xc8),'marginBottom':0x18,'borderWidth':0x1,'borderColor':_0x4b18(0xce)},'securityCardSuccess':{'backgroundColor':'#F0FDF4','borderColor':_0x4b18(0xd2)},'securityCardError':{'backgroundColor':_0x4b18(0xd3),'borderColor':_0x4b18(0xd4)},'securityIconContainer':{'marginRight':0xc},'securityIcon':{'fontSize':0x18},'securityTextContainer':{'flex':0x1},'securityTitle':{'fontSize':0xe,'fontWeight':_0x4b18(0xd5),'color':COLORS['grey800'],'marginBottom':0x4,'fontFamily':_0x4b18(0xcc)},'securityDescription':{'fontSize':0xd,'color':COLORS[_0x4b18(0xcb)],'lineHeight':0x12,'fontFamily':_0x4b18(0xcc)},'buttonContainer':{'marginTop':_0x4b18(0xd6),'paddingBottom':0x22},'continueButton':{'backgroundColor':'#E5E5E5','borderRadius':0x19,'paddingVertical':0x10,'alignItems':_0x4b18(0xc8),'justifyContent':'center'},'continueButtonActive':{'backgroundColor':_0x4b18(0xd7)},'continueButtonText':{'fontSize':0x10,'fontWeight':_0x4b18(0xd5),'color':_0x4b18(0xd8),'fontFamily':_0x4b18(0xcc)},'continueButtonTextActive':{'color':_0x4b18(0x2b)}});export{PinCreationScreen};function _0x4b18(_0x466d55,_0x4b188f){_0x466d55=_0x466d55-0x0;const _0x3137bb=_0x466d();let _0x563499=_0x3137bb[_0x466d55];return _0x563499;}export default PinCreationScreen;