@onairos/react-native 3.6.5 → 3.6.6

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 (216) hide show
  1. package/lib/commonjs/api/index.js +1 -1
  2. package/lib/commonjs/components/BodyText.js +1 -1
  3. package/lib/commonjs/components/BrandMark.js +1 -1
  4. package/lib/commonjs/components/CodeInput.js +1 -1
  5. package/lib/commonjs/components/EmailInput.js +1 -1
  6. package/lib/commonjs/components/GoogleButton.js +1 -1
  7. package/lib/commonjs/components/HeadingGroup.js +1 -1
  8. package/lib/commonjs/components/LLMDataInputModal.js +1 -1
  9. package/lib/commonjs/components/ModalHeader.js +1 -1
  10. package/lib/commonjs/components/ModalSheet.js +1 -1
  11. package/lib/commonjs/components/Onairos.js +1 -1
  12. package/lib/commonjs/components/OnairosButton.js +1 -1
  13. package/lib/commonjs/components/OnairosSignInButton.js +1 -1
  14. package/lib/commonjs/components/Overlay.js +1 -1
  15. package/lib/commonjs/components/PersonaImage.js +1 -1
  16. package/lib/commonjs/components/PersonaLoadingScreen.js +1 -1
  17. package/lib/commonjs/components/PersonalizationConsentScreen.js +1 -1
  18. package/lib/commonjs/components/PinCreationScreen.js +1 -1
  19. package/lib/commonjs/components/PinInput.js +1 -1
  20. package/lib/commonjs/components/PlatformConnectorsStep.js +1 -1
  21. package/lib/commonjs/components/PlatformList.js +1 -1
  22. package/lib/commonjs/components/PlatformToggle.js +1 -1
  23. package/lib/commonjs/components/PrimaryButton.js +1 -1
  24. package/lib/commonjs/components/SignInMatchAnimation.js +1 -1
  25. package/lib/commonjs/components/SignInStep.js +1 -1
  26. package/lib/commonjs/components/UniversalOnboarding.js +1 -1
  27. package/lib/commonjs/components/VerificationStep.js +1 -1
  28. package/lib/commonjs/components/WelcomeScreen.js +1 -1
  29. package/lib/commonjs/components/icons/Basicproficon.js +1 -1
  30. package/lib/commonjs/components/icons/Basicprofile.js +1 -1
  31. package/lib/commonjs/components/icons/Checkbox.js +1 -1
  32. package/lib/commonjs/components/icons/Checkmark.js +1 -1
  33. package/lib/commonjs/components/icons/Contentanalysis.js +1 -1
  34. package/lib/commonjs/components/icons/Contenticon.js +1 -1
  35. package/lib/commonjs/components/icons/EnochE.js +1 -1
  36. package/lib/commonjs/components/icons/Personalityicon.js +1 -1
  37. package/lib/commonjs/components/icons/Personalityprofile.js +1 -1
  38. package/lib/commonjs/components/icons/Personalitytraits.js +1 -1
  39. package/lib/commonjs/components/icons/Userpreferences.js +1 -1
  40. package/lib/commonjs/components/icons/index.js +1 -1
  41. package/lib/commonjs/components/onboarding/OAuthWebView.js +1 -1
  42. package/lib/commonjs/components/onboarding/OnboardingHeader.js +1 -1
  43. package/lib/commonjs/components/onboarding/PinInput.js +1 -1
  44. package/lib/commonjs/components/onboarding/PlatformConnector.js +1 -1
  45. package/lib/commonjs/config/api.js +1 -1
  46. package/lib/commonjs/constants/index.js +1 -1
  47. package/lib/commonjs/context/AuthContext.js +1 -1
  48. package/lib/commonjs/hooks/useConnectedAccounts.js +1 -1
  49. package/lib/commonjs/hooks/useConnections.js +1 -1
  50. package/lib/commonjs/hooks/useCredentials.js +1 -1
  51. package/lib/commonjs/hooks/useUserConnections.js +1 -1
  52. package/lib/commonjs/index.js +1 -1
  53. package/lib/commonjs/services/apiClient.js +1 -1
  54. package/lib/commonjs/services/biometricPinService.js +1 -1
  55. package/lib/commonjs/services/chatGPTConversationExtractor.js +1 -1
  56. package/lib/commonjs/services/chatGPTConversationService.js +1 -1
  57. package/lib/commonjs/services/claudeConversationExtractor.js +1 -1
  58. package/lib/commonjs/services/claudeConversationService.js +1 -1
  59. package/lib/commonjs/services/connectedAccountsService.js +1 -1
  60. package/lib/commonjs/services/googleAuthService.js +1 -1
  61. package/lib/commonjs/services/hingeDataExtractor.js +1 -1
  62. package/lib/commonjs/services/hingeDataService.js +1 -1
  63. package/lib/commonjs/services/imageCompressionService.js +1 -1
  64. package/lib/commonjs/services/instagramDataExtractor.js +1 -1
  65. package/lib/commonjs/services/instagramDataService.js +1 -1
  66. package/lib/commonjs/services/jwtStorageService.js +1 -1
  67. package/lib/commonjs/services/linkedinDOMExtractor.js +1 -1
  68. package/lib/commonjs/services/linkedinProfileService.js +1 -1
  69. package/lib/commonjs/services/linkedinScrapingService.js +1 -1
  70. package/lib/commonjs/services/llmDataStorage.js +1 -1
  71. package/lib/commonjs/services/mobileTrainingService.js +1 -1
  72. package/lib/commonjs/services/pinEncryptionService.js +1 -1
  73. package/lib/commonjs/services/pinStorageUtils.js +1 -1
  74. package/lib/commonjs/services/platformAuthService.js +1 -1
  75. package/lib/commonjs/services/sephoraDataExtractor.js +1 -1
  76. package/lib/commonjs/services/sephoraDataService.js +1 -1
  77. package/lib/commonjs/services/storageService.js +1 -1
  78. package/lib/commonjs/services/telegramDataExtractor.js +1 -1
  79. package/lib/commonjs/services/telegramDataService.js +1 -1
  80. package/lib/commonjs/services/trainingApiHelpers.js +1 -1
  81. package/lib/commonjs/services/userConnectionsService.js +1 -1
  82. package/lib/commonjs/services/youtubeMigrationService.js +1 -1
  83. package/lib/commonjs/theme/index.js +1 -1
  84. package/lib/commonjs/types/index.js +1 -1
  85. package/lib/commonjs/types.js +1 -1
  86. package/lib/commonjs/utils/Portal.js +1 -1
  87. package/lib/commonjs/utils/api.js +1 -1
  88. package/lib/commonjs/utils/assetRegistry.js +1 -1
  89. package/lib/commonjs/utils/auth.js +1 -1
  90. package/lib/commonjs/utils/connectorTests.js +1 -1
  91. package/lib/commonjs/utils/crypto.js +1 -1
  92. package/lib/commonjs/utils/debugHelper.js +1 -1
  93. package/lib/commonjs/utils/encryption.js +1 -1
  94. package/lib/commonjs/utils/eventUtils.js +1 -1
  95. package/lib/commonjs/utils/haptics.js +1 -1
  96. package/lib/commonjs/utils/imagePreloader.js +1 -1
  97. package/lib/commonjs/utils/networkDiagnostics.js +1 -1
  98. package/lib/commonjs/utils/onairosApi.js +1 -1
  99. package/lib/commonjs/utils/programmaticFlow.js +1 -1
  100. package/lib/commonjs/utils/retryHelper.js +1 -1
  101. package/lib/commonjs/utils/secureStorage.js +1 -1
  102. package/lib/commonjs/utils/webviewScripts/chatgpt.js +1 -1
  103. package/lib/commonjs/utils/webviewScripts/claude.js +1 -1
  104. package/lib/commonjs/utils/webviewScripts/hinge.js +1 -1
  105. package/lib/commonjs/utils/webviewScripts/index.js +1 -1
  106. package/lib/commonjs/utils/webviewScripts/instagram.js +1 -1
  107. package/lib/commonjs/utils/webviewScripts/linkedin.js +1 -1
  108. package/lib/commonjs/utils/webviewScripts/sephora.js +1 -1
  109. package/lib/commonjs/utils/webviewScripts/telegram.js +1 -1
  110. package/lib/module/api/index.js +1 -1
  111. package/lib/module/components/BodyText.js +1 -1
  112. package/lib/module/components/BrandMark.js +1 -1
  113. package/lib/module/components/CodeInput.js +1 -1
  114. package/lib/module/components/EmailInput.js +1 -1
  115. package/lib/module/components/GoogleButton.js +1 -1
  116. package/lib/module/components/HeadingGroup.js +1 -1
  117. package/lib/module/components/LLMDataInputModal.js +1 -1
  118. package/lib/module/components/ModalHeader.js +1 -1
  119. package/lib/module/components/ModalSheet.js +1 -1
  120. package/lib/module/components/Onairos.js +1 -1
  121. package/lib/module/components/OnairosButton.js +1 -1
  122. package/lib/module/components/OnairosSignInButton.js +1 -1
  123. package/lib/module/components/Overlay.js +1 -1
  124. package/lib/module/components/PersonaImage.js +1 -1
  125. package/lib/module/components/PersonaLoadingScreen.js +1 -1
  126. package/lib/module/components/PersonalizationConsentScreen.js +1 -1
  127. package/lib/module/components/PinCreationScreen.js +1 -1
  128. package/lib/module/components/PinInput.js +1 -1
  129. package/lib/module/components/PlatformConnectorsStep.js +1 -1
  130. package/lib/module/components/PlatformList.js +1 -1
  131. package/lib/module/components/PlatformToggle.js +1 -1
  132. package/lib/module/components/PrimaryButton.js +1 -1
  133. package/lib/module/components/SignInMatchAnimation.js +1 -1
  134. package/lib/module/components/SignInStep.js +1 -1
  135. package/lib/module/components/UniversalOnboarding.js +1 -1
  136. package/lib/module/components/VerificationStep.js +1 -1
  137. package/lib/module/components/WelcomeScreen.js +1 -1
  138. package/lib/module/components/icons/Basicproficon.js +1 -1
  139. package/lib/module/components/icons/Basicprofile.js +1 -1
  140. package/lib/module/components/icons/Checkbox.js +1 -1
  141. package/lib/module/components/icons/Checkmark.js +1 -1
  142. package/lib/module/components/icons/Contentanalysis.js +1 -1
  143. package/lib/module/components/icons/Contenticon.js +1 -1
  144. package/lib/module/components/icons/EnochE.js +1 -1
  145. package/lib/module/components/icons/Personalityicon.js +1 -1
  146. package/lib/module/components/icons/Personalityprofile.js +1 -1
  147. package/lib/module/components/icons/Personalitytraits.js +1 -1
  148. package/lib/module/components/icons/Userpreferences.js +1 -1
  149. package/lib/module/components/onboarding/OAuthWebView.js +1 -1
  150. package/lib/module/components/onboarding/OnboardingHeader.js +1 -1
  151. package/lib/module/components/onboarding/PinInput.js +1 -1
  152. package/lib/module/components/onboarding/PlatformConnector.js +1 -1
  153. package/lib/module/config/api.js +1 -1
  154. package/lib/module/constants/index.js +1 -1
  155. package/lib/module/context/AuthContext.js +1 -1
  156. package/lib/module/hooks/useConnectedAccounts.js +1 -1
  157. package/lib/module/hooks/useConnections.js +1 -1
  158. package/lib/module/hooks/useCredentials.js +1 -1
  159. package/lib/module/hooks/useUserConnections.js +1 -1
  160. package/lib/module/index.js +1 -1
  161. package/lib/module/services/apiClient.js +1 -1
  162. package/lib/module/services/biometricPinService.js +1 -1
  163. package/lib/module/services/chatGPTConversationExtractor.js +1 -1
  164. package/lib/module/services/chatGPTConversationService.js +1 -1
  165. package/lib/module/services/claudeConversationExtractor.js +1 -1
  166. package/lib/module/services/claudeConversationService.js +1 -1
  167. package/lib/module/services/connectedAccountsService.js +1 -1
  168. package/lib/module/services/googleAuthService.js +1 -1
  169. package/lib/module/services/hingeDataExtractor.js +1 -1
  170. package/lib/module/services/hingeDataService.js +1 -1
  171. package/lib/module/services/imageCompressionService.js +1 -1
  172. package/lib/module/services/instagramDataExtractor.js +1 -1
  173. package/lib/module/services/instagramDataService.js +1 -1
  174. package/lib/module/services/jwtStorageService.js +1 -1
  175. package/lib/module/services/linkedinDOMExtractor.js +1 -1
  176. package/lib/module/services/linkedinProfileService.js +1 -1
  177. package/lib/module/services/linkedinScrapingService.js +1 -1
  178. package/lib/module/services/llmDataStorage.js +1 -1
  179. package/lib/module/services/mobileTrainingService.js +1 -1
  180. package/lib/module/services/pinEncryptionService.js +1 -1
  181. package/lib/module/services/pinStorageUtils.js +1 -1
  182. package/lib/module/services/platformAuthService.js +1 -1
  183. package/lib/module/services/sephoraDataExtractor.js +1 -1
  184. package/lib/module/services/sephoraDataService.js +1 -1
  185. package/lib/module/services/storageService.js +1 -1
  186. package/lib/module/services/telegramDataExtractor.js +1 -1
  187. package/lib/module/services/telegramDataService.js +1 -1
  188. package/lib/module/services/trainingApiHelpers.js +1 -1
  189. package/lib/module/services/userConnectionsService.js +1 -1
  190. package/lib/module/services/youtubeMigrationService.js +1 -1
  191. package/lib/module/theme/index.js +1 -1
  192. package/lib/module/types.js +1 -1
  193. package/lib/module/utils/Portal.js +1 -1
  194. package/lib/module/utils/api.js +1 -1
  195. package/lib/module/utils/assetRegistry.js +1 -1
  196. package/lib/module/utils/auth.js +1 -1
  197. package/lib/module/utils/connectorTests.js +1 -1
  198. package/lib/module/utils/crypto.js +1 -1
  199. package/lib/module/utils/debugHelper.js +1 -1
  200. package/lib/module/utils/encryption.js +1 -1
  201. package/lib/module/utils/eventUtils.js +1 -1
  202. package/lib/module/utils/haptics.js +1 -1
  203. package/lib/module/utils/networkDiagnostics.js +1 -1
  204. package/lib/module/utils/onairosApi.js +1 -1
  205. package/lib/module/utils/programmaticFlow.js +1 -1
  206. package/lib/module/utils/retryHelper.js +1 -1
  207. package/lib/module/utils/secureStorage.js +1 -1
  208. package/lib/module/utils/webviewScripts/chatgpt.js +1 -1
  209. package/lib/module/utils/webviewScripts/claude.js +1 -1
  210. package/lib/module/utils/webviewScripts/hinge.js +1 -1
  211. package/lib/module/utils/webviewScripts/index.js +1 -1
  212. package/lib/module/utils/webviewScripts/instagram.js +1 -1
  213. package/lib/module/utils/webviewScripts/linkedin.js +1 -1
  214. package/lib/module/utils/webviewScripts/sephora.js +1 -1
  215. package/lib/module/utils/webviewScripts/telegram.js +1 -1
  216. package/package.json +1 -1
@@ -9,4 +9,4 @@ var __ONAIROS_REQ_REGISTRY__ = [
9
9
  require("../utils/assetRegistry")
10
10
  ];
11
11
  function __ONAIROS_REQ_FUNC__(i) { return __ONAIROS_REQ_REGISTRY__[i]; }
12
- function _0x3ed5(_0x429952,_0x3ed54c){_0x429952=_0x429952-0x0;const _0x447041=_0x4299();let _0x13e253=_0x447041[_0x429952];return _0x13e253;}Object[_0x3ed5(0x0)](exports,_0x3ed5(0x1),{'value':!![]}),exports['default']=void 0x0;var _react=_interopRequireWildcard(__ONAIROS_REQ_FUNC__(0x0)),_reactNative=__ONAIROS_REQ_FUNC__(0x1),_lottieReactNative=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x2)),_theme=__ONAIROS_REQ_FUNC__(0x3),_haptics=__ONAIROS_REQ_FUNC__(0x4),_assetRegistry=__ONAIROS_REQ_FUNC__(0x5);function _interopRequireDefault(_0x7cf51c){return _0x7cf51c&&_0x7cf51c[_0x3ed5(0x1)]?_0x7cf51c:{'default':_0x7cf51c};}function _interopRequireWildcard(_0x47ac6d,_0x4bfafc){const _0xc29527={'DZWnP':function(_0x1f7fd0,_0xf1f6f3){return _0x1f7fd0-_0xf1f6f3;},'bukAq':function(_0xcafe2b,_0x29e0f8){return _0xcafe2b+_0x29e0f8;},'wMHuf':function(_0xeec2b2,_0x31e7a2){return _0xeec2b2/_0x31e7a2;},'skbPV':function(_0x5be1c7,_0x4427cd){return _0x5be1c7*_0x4427cd;},'cCCrS':function(_0x43074d,_0x2100ac,_0x26a033){return _0x43074d(_0x2100ac,_0x26a033);},'uaoFJ':function(_0x1400e4,_0x2bb072){return _0x1400e4&&_0x2bb072;},'FXaWp':function(_0x25f61e,_0x4399d9){return _0x25f61e!=_0x4399d9;},'ZcgzD':function(_0x21455a,_0x1ae830){return _0x21455a!==_0x1ae830;},'oKAtz':'AufTJ','dDaLc':_0x3ed5(0x2),'zlyRu':function(_0x483ad2,_0x48ba23){return _0x483ad2!==_0x48ba23;},'lNpcp':_0x3ed5(0x3),'htNMU':function(_0x3f2f06,_0xdb69b0,_0x54ef90,_0x1a3727){return _0x3f2f06(_0xdb69b0,_0x54ef90,_0x1a3727);},'WwhuF':_0x3ed5(0x4)};if(_0xc29527[_0x3ed5(0x5)]==typeof WeakMap)var _0x3d5963=new WeakMap(),_0x5d430c=new WeakMap();return(_interopRequireWildcard=function(_0x374acd,_0x4eb5d7){if(_0xc29527[_0x3ed5(0x6)](!_0x4eb5d7,_0x374acd)&&_0x374acd[_0x3ed5(0x1)])return _0x374acd;var _0x424061,_0x28bb4e,_0x260921={'__proto__':null,'default':_0x374acd};if(null===_0x374acd||_0xc29527['FXaWp'](_0x3ed5(0x7),typeof _0x374acd)&&_0xc29527[_0x3ed5(0x8)](_0x3ed5(0x4),typeof _0x374acd))return _0x260921;if(_0x424061=_0x4eb5d7?_0x5d430c:_0x3d5963){if(_0xc29527[_0x3ed5(0x9)](_0xc29527[_0x3ed5(0xa)],_0xc29527['dDaLc'])){if(_0x424061[_0x3ed5(0xb)](_0x374acd))return _0x424061['get'](_0x374acd);_0x424061[_0x3ed5(0xc)](_0x374acd,_0x260921);}else{const _0x41bfc9=_0xc29527[_0x3ed5(0xd)](_0xc29527['bukAq'](_0x542f0a,0x1)*_0xc29527[_0x3ed5(0xe)](0x64,_0x5b4d14),0xa),_0x30e6c0=_0xc29527[_0x3ed5(0xf)](_0x1b0c8a+0x1,_0xc29527[_0x3ed5(0xe)](0x64,_0x33bea3))+0xa;_0xa47f1d[_0x3ed5(0x10)](_0xc29527[_0x3ed5(0x11)](_0x5d5f37,_0x25107e[_0x3ed5(0x12)](0xa,_0x41bfc9),_0x372085[_0x3ed5(0x13)](0x5a,_0x30e6c0)));}}for(const _0x30a3a0 in _0x374acd)_0xc29527[_0x3ed5(0x14)](_0xc29527['lNpcp'],_0x30a3a0)&&{}['hasOwnProperty']['call'](_0x374acd,_0x30a3a0)&&((_0x28bb4e=(_0x424061=Object[_0x3ed5(0x0)])&&Object['getOwnPropertyDescriptor'](_0x374acd,_0x30a3a0))&&(_0x28bb4e[_0x3ed5(0x15)]||_0x28bb4e[_0x3ed5(0xc)])?_0xc29527[_0x3ed5(0x16)](_0x424061,_0x260921,_0x30a3a0,_0x28bb4e):_0x260921[_0x30a3a0]=_0x374acd[_0x30a3a0]);return _0x260921;})(_0x47ac6d,_0x4bfafc);}function _0x4299(){const _0x34ecb5=['defineProperty','__esModule','MuzFp','default','function','WwhuF','uaoFJ','object','FXaWp','ZcgzD','oKAtz','has','set','DZWnP','wMHuf','skbPV','push','cCCrS','max','min','zlyRu','get','htNMU','Trying\x20to\x20understand\x20your\x20mind','You\x27re\x20more\x20interesting\x20than\x20I\x20expected','Finalizing\x20your\x20unique\x20persona','Almost\x20done','jJifO','ruFiX','DFmRi','floor','ABWpD','AUZYO','ToGRs','OStND','short','medium','ijzeV','contain','useRef','Animated','Value','current','useState','useEffect','HCyBT','oRUBo','muxXK','qTjur','loop','sequence','timing','Xflfs','Mlgrv','ZfIpx','QiUzz','start','NFxGC','AspjL','JKlEk','LMvYV','hkFSm','XxDgN','Xnjgw','vIHZP','bDnjc','forEach','lAaEF','setValue','yFQea','GdFEh','ojDOl','sort','WIvGs','OcoiY','rmAtn','hXRnD','IhUeW','length','progress','message','HapticType','CAEtx','QgvkB','TPNTf','PzncV','triggerHaptic','SUCCESS','brccq','pWiDJ','lFjYH','minProgress','text','WmRgC','GyQjF','EdYHg','maxProgress','wzzga','Tzilc','BKXOQ','Jvloh','swKYk','TXaJJ','slrfP','createElement','View','container','content','lottieContainer','lottieAnimation','YrAjM','textContainer','Text','loadingText','dot','progressContainer','progressTrack','progressFill','interpolate','ezMbw','StyleSheet','create','COLORS','surface','center','100%','row','IBM\x20Plex\x20Sans','600','grey800','#E5E5E5','hidden'];_0x4299=function(){return _0x34ecb5;};return _0x4299();}const STATUS_MESSAGES=[{'text':'Keeping\x20your\x20data\x20private','minProgress':0x0,'maxProgress':0x19},{'text':_0x3ed5(0x17),'minProgress':0x14,'maxProgress':0x2d},{'text':_0x3ed5(0x18),'minProgress':0x28,'maxProgress':0x41},{'text':_0x3ed5(0x19),'minProgress':0x3c,'maxProgress':0x55},{'text':_0x3ed5(0x1a),'minProgress':0x50,'maxProgress':0x5f},{'text':'Complete!','minProgress':0x64,'maxProgress':0x64}],randomInRange=(_0x4878b5,_0x6456d5)=>{const _0x15600e={'jJifO':function(_0x22fd4d,_0x15acef){return _0x22fd4d+_0x15acef;},'ruFiX':function(_0x2b2361,_0x4a19f0){return _0x2b2361*_0x4a19f0;},'DFmRi':function(_0x65d893,_0x374236){return _0x65d893-_0x374236;}};return _0x15600e[_0x3ed5(0x1b)](_0x15600e[_0x3ed5(0x1c)](Math['random'](),_0x15600e[_0x3ed5(0x1d)](_0x6456d5,_0x4878b5)),_0x4878b5);},randomIntInRange=(_0x5a0842,_0x5cacad)=>{const _0x682692={'ABWpD':function(_0x3eed04,_0x16768e,_0x29e7e3){return _0x3eed04(_0x16768e,_0x29e7e3);}};return Math[_0x3ed5(0x1e)](_0x682692[_0x3ed5(0x1f)](randomInRange,_0x5a0842,_0x5cacad+0x1));},PersonaLoadingScreen=({visible:_0x4c1525,onComplete:_0x5c88bf})=>{const _0x481f86={'Mlgrv':function(_0x4c0fc9,_0x138b44,_0x576dba){return _0x4c0fc9(_0x138b44,_0x576dba);},'utToQ':function(_0x6187f5,_0x41bab9){return _0x6187f5===_0x41bab9;},'AspjL':'bnmab','CvRYj':function(_0x11fa65,_0x4ab146){return _0x11fa65===_0x4ab146;},'UMJdi':_0x3ed5(0x20),'HCyBT':function(_0x32f2cb,_0x1a05ed,_0x3dc7bd){return _0x32f2cb(_0x1a05ed,_0x3dc7bd);},'Xflfs':function(_0x312d77,_0x4761f2,_0x39f596){return _0x312d77(_0x4761f2,_0x39f596);},'ZfIpx':function(_0x5640fa,_0x467c76,_0xdab02c){return _0x5640fa(_0x467c76,_0xdab02c);},'NFxGC':function(_0x2b8268,_0x191ee5,_0x1b122e){return _0x2b8268(_0x191ee5,_0x1b122e);},'nEWqm':function(_0x44f184,_0x1dbbc7){return _0x44f184<_0x1dbbc7;},'BKXOQ':function(_0x31450d,_0x504324){return _0x31450d>=_0x504324;},'Jvloh':function(_0x6ac884,_0xe98f7e){return _0x6ac884===_0xe98f7e;},'TXaJJ':'eRNcO','slrfP':function(_0xa4e468,_0x4593fb){return _0xa4e468(_0x4593fb);},'vNkjw':function(_0xceb470,_0x5d3de1){return _0xceb470/_0x5d3de1;},'LMvYV':function(_0x1319ff,_0x148de2,_0x45e67c){return _0x1319ff(_0x148de2,_0x45e67c);},'hkFSm':function(_0x134339){return _0x134339();},'jwfUu':function(_0x1b0e61,_0xea652b){return _0x1b0e61(_0xea652b);},'XxDgN':function(_0x2adc96,_0x3d04d9,_0x293a65){return _0x2adc96(_0x3d04d9,_0x293a65);},'Xnjgw':function(_0x30eaad,_0x20ae73){return _0x30eaad(_0x20ae73);},'DvfyD':function(_0x40a4b0,_0x35979d){return _0x40a4b0===_0x35979d;},'vIHZP':_0x3ed5(0x21),'tPnEn':'wNlOD','bDnjc':_0x3ed5(0x22),'BEojp':function(_0x292d0e,_0x113df1){return _0x292d0e(_0x113df1);},'lAaEF':'Keeping\x20your\x20data\x20private','yFQea':function(_0x1b1138,_0x4e52d3,_0x10fcf0){return _0x1b1138(_0x4e52d3,_0x10fcf0);},'XVLFN':function(_0x18f1ff,_0x54a200){return _0x18f1ff-_0x54a200;},'RfZnC':function(_0x7cdd34,_0x360a54){return _0x7cdd34-_0x360a54;},'GdFEh':function(_0xea7e77,_0x482b95){return _0xea7e77*_0x482b95;},'vfxKG':function(_0x1a801d,_0x513ae5){return _0x1a801d+_0x513ae5;},'SHIcI':function(_0x3f1a3b,_0x5299ce){return _0x3f1a3b+_0x5299ce;},'ojDOl':function(_0x32bde5,_0x8489da){return _0x32bde5*_0x8489da;},'xkJlE':function(_0x4ce423,_0x4f1b42){return _0x4ce423+_0x4f1b42;},'csyyR':function(_0x3cc071,_0x74e9c3){return _0x3cc071/_0x74e9c3;},'WIvGs':_0x3ed5(0x23),'OcoiY':_0x3ed5(0x24),'rmAtn':'long','hXRnD':function(_0x582366,_0x273660){return _0x582366<_0x273660;},'IhUeW':'QSyhx','QgvkB':function(_0x1c0589,_0x40197a){return _0x1c0589===_0x40197a;},'vqbJS':function(_0x306202,_0x221e6d){return _0x306202!==_0x221e6d;},'TPNTf':_0x3ed5(0x25),'brccq':function(_0x13830e,_0xb27f6c,_0x35c13b){return _0x13830e(_0xb27f6c,_0x35c13b);},'mdchM':function(_0x47ca4d,_0x1e3ea5){return _0x47ca4d/_0x1e3ea5;},'wzzga':function(_0x2ecb1a,_0x8fec23){return _0x2ecb1a<=_0x8fec23;},'Tzilc':function(_0x45ec41,_0x170ebd){return _0x45ec41-_0x170ebd;},'YrAjM':_0x3ed5(0x26),'ezMbw':'100%'},_0x2bf9e8=(0x0,_react[_0x3ed5(0x27)])(new _reactNative['Animated']['Value'](0x0))['current'],_0x4d8b48=(0x0,_react[_0x3ed5(0x27)])(new _reactNative[(_0x3ed5(0x28))][(_0x3ed5(0x29))](0.3))[_0x3ed5(0x2a)],_0x291d1d=(0x0,_react['useRef'])(new _reactNative[(_0x3ed5(0x28))]['Value'](0.3))['current'],_0x34a960=(0x0,_react[_0x3ed5(0x27)])(new _reactNative[(_0x3ed5(0x28))][(_0x3ed5(0x29))](0.3))[_0x3ed5(0x2a)],[_0x11db9b,_0xc0ca40]=(0x0,_react[_0x3ed5(0x2b)])(0x0),[_0x31f2c7,_0x2af237]=(0x0,_react[_0x3ed5(0x2b)])('Keeping\x20your\x20data\x20private'),_0x33ed9d=(0x0,_react[_0x3ed5(0x27)])([]);(0x0,_react[_0x3ed5(0x2c)])(()=>{const _0x497d50={'oRUBo':function(_0x353102,_0x217e24){return _0x481f86['CvRYj'](_0x353102,_0x217e24);},'qTjur':_0x481f86['UMJdi'],'QiUzz':function(_0x534714,_0x50ed31,_0x11c6d2){return _0x481f86['Mlgrv'](_0x534714,_0x50ed31,_0x11c6d2);},'JKlEk':function(_0x30b29e,_0x4b7e7e,_0x2e79d9){return _0x481f86[_0x3ed5(0x2d)](_0x30b29e,_0x4b7e7e,_0x2e79d9);}};if(!_0x4c1525)return;const _0x1f0b5f=(_0x1cf275,_0x2fa6a8)=>{return _0x497d50[_0x3ed5(0x2e)](_0x3ed5(0x2f),_0x497d50[_0x3ed5(0x30)])?_0x1811bb[_0x3ed5(0x28)][_0x3ed5(0x31)](_0x35f505[_0x3ed5(0x28)][_0x3ed5(0x32)]([_0x1a9b17[_0x3ed5(0x28)]['timing'](_0x132f2c,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]}),_0x2d9ccd[_0x3ed5(0x28)][_0x3ed5(0x33)](_0x2cb28a,{'toValue':0.3,'duration':0x258,'useNativeDriver':!![]})]),{'iterations':-0x1}):_reactNative[_0x3ed5(0x28)][_0x3ed5(0x31)](_reactNative[_0x3ed5(0x28)][_0x3ed5(0x32)]([_reactNative[_0x3ed5(0x28)][_0x3ed5(0x33)](_0x1cf275,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]}),_reactNative['Animated'][_0x3ed5(0x33)](_0x1cf275,{'toValue':0.3,'duration':0x258,'useNativeDriver':!![]})]),{'iterations':-0x1});};_0x481f86[_0x3ed5(0x34)](setTimeout,()=>{_0x481f86[_0x3ed5(0x35)](_0x1f0b5f,_0x4d8b48,0x0)['start']();},0x12c),_0x481f86[_0x3ed5(0x36)](setTimeout,()=>{_0x497d50[_0x3ed5(0x37)](_0x1f0b5f,_0x291d1d,0xc8)[_0x3ed5(0x38)]();},0x1f4),_0x481f86[_0x3ed5(0x39)](setTimeout,()=>{if(_0x481f86['utToQ'](_0x481f86[_0x3ed5(0x3a)],_0x481f86[_0x3ed5(0x3a)]))_0x481f86[_0x3ed5(0x35)](_0x1f0b5f,_0x34a960,0x190)['start']();else return _0x23ffd4[_0x3ed5(0x1e)](_0x497d50[_0x3ed5(0x3b)](_0x1fde47,_0x26348b,_0x95ef4c+0x1));},0x2bc);},[_0x4c1525,_0x4d8b48,_0x291d1d,_0x34a960]),(0x0,_react[_0x3ed5(0x2c)])(()=>{const _0x26bb3a={'UTDIa':function(_0x7339d9,_0x49ed69,_0x581183){return _0x481f86[_0x3ed5(0x3c)](_0x7339d9,_0x49ed69,_0x581183);},'CAEtx':function(_0x1ba0e9){return _0x481f86[_0x3ed5(0x3d)](_0x1ba0e9);},'tJRpT':function(_0x32a308,_0x17a2ab){return _0x32a308<_0x17a2ab;},'DdQwk':function(_0x55fe2c,_0x1f0e2b){return _0x55fe2c>=_0x1f0e2b;},'daEOw':function(_0x46ed2f,_0xb9e86){return _0x481f86['jwfUu'](_0x46ed2f,_0xb9e86);},'PzncV':function(_0x4cf533,_0x459da3,_0x4e48b1){return _0x481f86[_0x3ed5(0x3e)](_0x4cf533,_0x459da3,_0x4e48b1);},'pWiDJ':function(_0x2c5e91,_0x48b8bc){return _0x481f86[_0x3ed5(0x3f)](_0x2c5e91,_0x48b8bc);},'lFjYH':function(_0x5e73d3,_0x2f17aa){return _0x5e73d3===_0x2f17aa;},'BqAFX':function(_0x45764e,_0xb59581){return _0x481f86['DvfyD'](_0x45764e,_0xb59581);},'WmRgC':_0x481f86[_0x3ed5(0x40)],'GyQjF':_0x481f86['tPnEn']};if('OStND'!==_0x481f86[_0x3ed5(0x41)])_0x41cbd8=_0x26bb3a['UTDIa'](_0x5f496b,0x320,0x4b0);else{if(!_0x4c1525){_0x33ed9d[_0x3ed5(0x2a)][_0x3ed5(0x42)](_0x1ad946=>clearTimeout(_0x1ad946)),_0x33ed9d[_0x3ed5(0x2a)]=[];return;}_0x481f86['BEojp'](_0xc0ca40,0x0),_0x481f86['Xnjgw'](_0x2af237,_0x481f86[_0x3ed5(0x43)]),_0x2bf9e8[_0x3ed5(0x44)](0x0);const _0x2681b9=randomInRange(0x1b58,0x2ee0),_0xd40761=_0x481f86[_0x3ed5(0x45)](randomIntInRange,0x5,0x8),_0x1fb6e8=[0x0];for(let _0x52fe0d=0x0;_0x52fe0d<_0x481f86['XVLFN'](_0xd40761,0x1);_0x52fe0d++){const _0x1a61da=_0x481f86['RfZnC'](_0x481f86[_0x3ed5(0x46)](_0x481f86['vfxKG'](_0x52fe0d,0x1),0x64/_0xd40761),0xa),_0x5c6c98=_0x481f86['SHIcI'](_0x481f86[_0x3ed5(0x47)](_0x481f86['xkJlE'](_0x52fe0d,0x1),_0x481f86['csyyR'](0x64,_0xd40761)),0xa);_0x1fb6e8[_0x3ed5(0x10)](_0x481f86[_0x3ed5(0x34)](randomIntInRange,Math[_0x3ed5(0x12)](0xa,_0x1a61da),Math['min'](0x5a,_0x5c6c98)));}_0x1fb6e8['push'](0x64),_0x1fb6e8[_0x3ed5(0x48)]((_0x4bcf7b,_0x1fc945)=>_0x4bcf7b-_0x1fc945);const _0xc6cdef=[_0x481f86[_0x3ed5(0x49)],_0x481f86[_0x3ed5(0x4a)],_0x481f86[_0x3ed5(0x4b)]],_0x165f03=[];let _0xd74be6=0x0;for(let _0x3013c8=0x0;_0x481f86[_0x3ed5(0x4c)](_0x3013c8,_0xd40761);_0x3013c8++){if(_0x481f86[_0x3ed5(0x4d)]!==_0x481f86[_0x3ed5(0x4d)]){while(_0x26bb3a['tJRpT'](_0x5b4f43,_0x3c78b0[_0x3ed5(0x4e)])&&_0x26bb3a['DdQwk'](_0xba2b1a,_0x1f435b[_0x528495][_0x3ed5(0x4f)])){_0x521c2b(_0x32f95b[_0x5f387b][_0x3ed5(0x50)]),_0x591d7f++;}_0x26bb3a['daEOw'](_0x271b9b,_0x40f069),_0x5dae48[_0x3ed5(0x28)]['timing'](_0xb58efe,{'toValue':_0x499422/0x64,'duration':_0x49ea51,'useNativeDriver':![]})[_0x3ed5(0x38)](),_0x26bb3a['DdQwk'](_0x365d65,0x64)&&_0x26bb3a['PzncV'](_0x59adfb,()=>{(0x0,_0x25bafd['triggerHaptic'])(_0x24ab0f[_0x3ed5(0x51)]['SUCCESS']),_0x26bb3a[_0x3ed5(0x52)](_0x1b9c4d);},0x1f4);}else{const _0x16c1f7=_0xc6cdef[randomIntInRange(0x0,0x2)];let _0x35038c;if(_0x16c1f7===_0x481f86[_0x3ed5(0x49)])_0x35038c=_0x481f86[_0x3ed5(0x45)](randomInRange,0xfa,0x1f4);else _0x481f86[_0x3ed5(0x53)](_0x16c1f7,_0x3ed5(0x24))?_0x481f86['vqbJS'](_0x481f86[_0x3ed5(0x54)],_0x481f86[_0x3ed5(0x54)])?_0x26bb3a[_0x3ed5(0x55)](_0x5b785e,()=>{(0x0,_0x324eae[_0x3ed5(0x56)])(_0x334124['HapticType'][_0x3ed5(0x57)]),_0x26bb3a[_0x3ed5(0x52)](_0x51c47b);},0x1f4):_0x35038c=_0x481f86[_0x3ed5(0x58)](randomInRange,0x1f4,0x320):_0x35038c=_0x481f86[_0x3ed5(0x3e)](randomInRange,0x320,0x4b0);_0x165f03[_0x3ed5(0x10)](_0x35038c),_0xd74be6+=_0x35038c;}}const _0x2e6c23=0x190,_0x4098c8=_0xd40761*_0x2e6c23,_0x3d9f28=_0x2681b9-_0x4098c8,_0x485742=_0x481f86['mdchM'](_0x3d9f28,_0xd74be6),_0x5a184e=_0x165f03['map'](_0x2714d7=>_0x2714d7*_0x485742),_0x1dea90=[];STATUS_MESSAGES[_0x3ed5(0x42)](_0x15c070=>{const _0x256769={'EdYHg':function(_0x117af4,_0x585217){return _0x26bb3a[_0x3ed5(0x59)](_0x117af4,_0x585217);}};if(_0x26bb3a[_0x3ed5(0x5a)](_0x15c070[_0x3ed5(0x5b)],0x64))_0x1dea90[_0x3ed5(0x10)]({'progress':0x64,'message':_0x15c070[_0x3ed5(0x5c)]});else{if(_0x26bb3a['BqAFX'](_0x26bb3a[_0x3ed5(0x5d)],_0x26bb3a[_0x3ed5(0x5e)]))_0x256769[_0x3ed5(0x5f)](_0x4a309f,_0x57a91b[_0x5cd392][_0x3ed5(0x50)]),_0x2726a5++;else{const _0xd8bc25=randomInRange(_0x15c070['minProgress'],_0x15c070[_0x3ed5(0x60)]);_0x1dea90['push']({'progress':_0xd8bc25,'message':_0x15c070[_0x3ed5(0x5c)]});}}}),_0x1dea90[_0x3ed5(0x48)]((_0x3ac2d8,_0x3f552f)=>_0x3ac2d8[_0x3ed5(0x4f)]-_0x3f552f['progress']);let _0x3cbf8d=0x0,_0x1679f1=0x0;for(let _0x284730=0x1;_0x481f86[_0x3ed5(0x61)](_0x284730,_0xd40761);_0x284730++){const _0x67b49c=_0x1fb6e8[_0x284730],_0x46608c=_0x5a184e[_0x481f86[_0x3ed5(0x62)](_0x284730,0x1)];_0x3cbf8d+=_0x46608c;const _0x599180=_0x481f86['NFxGC'](setTimeout,()=>{while(_0x481f86['nEWqm'](_0x1679f1,_0x1dea90[_0x3ed5(0x4e)])&&_0x481f86[_0x3ed5(0x63)](_0x67b49c,_0x1dea90[_0x1679f1][_0x3ed5(0x4f)])){_0x481f86[_0x3ed5(0x64)](_0x3ed5(0x65),_0x481f86[_0x3ed5(0x66)])?_0x5c6786['push']({'progress':0x64,'message':_0x511c45['text']}):(_0x481f86[_0x3ed5(0x67)](_0x2af237,_0x1dea90[_0x1679f1][_0x3ed5(0x50)]),_0x1679f1++);}_0x481f86[_0x3ed5(0x67)](_0xc0ca40,_0x67b49c),_reactNative[_0x3ed5(0x28)][_0x3ed5(0x33)](_0x2bf9e8,{'toValue':_0x481f86['vNkjw'](_0x67b49c,0x64),'duration':_0x2e6c23,'useNativeDriver':![]})[_0x3ed5(0x38)](),_0x67b49c>=0x64&&setTimeout(()=>{(0x0,_haptics['triggerHaptic'])(_haptics['HapticType']['SUCCESS']),_0x5c88bf();},0x1f4);},_0x3cbf8d);_0x33ed9d[_0x3ed5(0x2a)][_0x3ed5(0x10)](_0x599180),_0x3cbf8d+=_0x2e6c23;}return()=>{_0x33ed9d[_0x3ed5(0x2a)][_0x3ed5(0x42)](_0x342810=>clearTimeout(_0x342810)),_0x33ed9d[_0x3ed5(0x2a)]=[];};}},[_0x4c1525,_0x5c88bf,_0x2bf9e8]);if(!_0x4c1525)return null;return _react['default'][_0x3ed5(0x68)](_reactNative[_0x3ed5(0x69)],{'style':styles[_0x3ed5(0x6a)]},_react[_0x3ed5(0x3)][_0x3ed5(0x68)](_reactNative[_0x3ed5(0x69)],{'style':styles[_0x3ed5(0x6b)]},_react['default'][_0x3ed5(0x68)](_reactNative[_0x3ed5(0x69)],{'style':styles[_0x3ed5(0x6c)]},_react['default']['createElement'](_lottieReactNative['default'],{'source':_assetRegistry['ANIMATIONS']['loader'],'autoPlay':!![],'loop':!![],'style':styles[_0x3ed5(0x6d)],'resizeMode':_0x481f86[_0x3ed5(0x6e)]})),_react[_0x3ed5(0x3)]['createElement'](_reactNative['View'],{'style':styles[_0x3ed5(0x6f)]},_react[_0x3ed5(0x3)][_0x3ed5(0x68)](_reactNative[_0x3ed5(0x70)],{'style':styles[_0x3ed5(0x71)]},_0x31f2c7),_react[_0x3ed5(0x3)][_0x3ed5(0x68)](_reactNative[_0x3ed5(0x69)],{'style':styles['dotsContainer']},_react[_0x3ed5(0x3)][_0x3ed5(0x68)](_reactNative[_0x3ed5(0x28)][_0x3ed5(0x70)],{'style':[styles['dot'],{'opacity':_0x4d8b48}]},'.'),_react[_0x3ed5(0x3)]['createElement'](_reactNative[_0x3ed5(0x28)][_0x3ed5(0x70)],{'style':[styles[_0x3ed5(0x72)],{'opacity':_0x291d1d}]},'.'),_react[_0x3ed5(0x3)][_0x3ed5(0x68)](_reactNative[_0x3ed5(0x28)][_0x3ed5(0x70)],{'style':[styles[_0x3ed5(0x72)],{'opacity':_0x34a960}]},'.'))),_react['default']['createElement'](_reactNative[_0x3ed5(0x69)],{'style':styles[_0x3ed5(0x73)]},_react[_0x3ed5(0x3)][_0x3ed5(0x68)](_reactNative[_0x3ed5(0x69)],{'style':styles[_0x3ed5(0x74)]},_react[_0x3ed5(0x3)][_0x3ed5(0x68)](_reactNative[_0x3ed5(0x28)][_0x3ed5(0x69)],{'style':[styles[_0x3ed5(0x75)],{'width':_0x2bf9e8[_0x3ed5(0x76)]({'inputRange':[0x0,0x1],'outputRange':['0%',_0x481f86[_0x3ed5(0x77)]]})}]})))));},styles=_reactNative[_0x3ed5(0x78)][_0x3ed5(0x79)]({'container':{'flex':0x1,'backgroundColor':_theme[_0x3ed5(0x7a)][_0x3ed5(0x7b)]},'content':{'flex':0x1,'justifyContent':'center','alignItems':_0x3ed5(0x7c),'paddingHorizontal':0x18,'marginTop':-0x50},'lottieContainer':{'width':0x168,'height':0x168,'marginBottom':0x20,'alignItems':_0x3ed5(0x7c),'justifyContent':'center'},'lottieAnimation':{'width':_0x3ed5(0x7d),'height':_0x3ed5(0x7d)},'textContainer':{'flexDirection':_0x3ed5(0x7e),'alignItems':_0x3ed5(0x7c),'marginBottom':0x30},'loadingText':{'fontSize':0x18,'fontFamily':_0x3ed5(0x7f),'fontWeight':_0x3ed5(0x80),'color':_theme['COLORS'][_0x3ed5(0x81)]},'dotsContainer':{'flexDirection':'row','marginLeft':0x4},'dot':{'fontSize':0x18,'fontFamily':_0x3ed5(0x7f),'fontWeight':_0x3ed5(0x80),'color':_theme[_0x3ed5(0x7a)][_0x3ed5(0x81)],'marginLeft':0x2},'progressContainer':{'width':'100%','maxWidth':0x118},'progressTrack':{'height':0x6,'backgroundColor':_0x3ed5(0x82),'borderRadius':0x3,'overflow':_0x3ed5(0x83)},'progressFill':{'height':_0x3ed5(0x7d),'backgroundColor':_theme[_0x3ed5(0x7a)]['grey800'],'borderRadius':0x3}});var _default=exports[_0x3ed5(0x3)]=PersonaLoadingScreen;
12
+ Object['defineProperty'](exports,_0x2876(0x0),{'value':!![]}),exports['default']=void 0x0;var _react=_interopRequireWildcard(__ONAIROS_REQ_FUNC__(0x0)),_reactNative=__ONAIROS_REQ_FUNC__(0x1),_lottieReactNative=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x2)),_theme=__ONAIROS_REQ_FUNC__(0x3),_haptics=__ONAIROS_REQ_FUNC__(0x4),_assetRegistry=__ONAIROS_REQ_FUNC__(0x5);function _interopRequireDefault(_0x2bd891){return _0x2bd891&&_0x2bd891[_0x2876(0x0)]?_0x2bd891:{'default':_0x2bd891};}function _interopRequireWildcard(_0x2dd76e,_0x1c562a){const _0x25832a={'dfiPr':function(_0x3c4292,_0x54087e){return _0x3c4292(_0x54087e);},'PNnpK':function(_0x3d0f74){return _0x3d0f74();},'zzhBP':function(_0x37d48e,_0x3ba11d,_0x27caa7){return _0x37d48e(_0x3ba11d,_0x27caa7);},'qmjmD':function(_0x23bc3f,_0x550ac9){return _0x23bc3f===_0x550ac9;},'vJrDv':_0x2876(0x1),'UtaHh':_0x2876(0x2),'aNsQz':function(_0x54e04a,_0x394c2e){return _0x54e04a&&_0x394c2e;},'Akoyq':function(_0x4fdda4,_0x327d54){return _0x4fdda4===_0x327d54;},'rcotc':function(_0x4454b2,_0x197a2b){return _0x4454b2!=_0x197a2b;},'eDAxb':'object','XvKMm':_0x2876(0x3),'GHPvS':function(_0xb46789,_0x3bc431){return _0xb46789!==_0x3bc431;},'dfrMo':_0x2876(0x4),'PkOVQ':function(_0x5be8d9,_0x2a0f84){return _0x5be8d9!==_0x2a0f84;},'yBPDQ':_0x2876(0x5),'axYhJ':function(_0x1cc710,_0x81d268,_0x577c6b,_0x18a75f){return _0x1cc710(_0x81d268,_0x577c6b,_0x18a75f);},'sBVKA':function(_0x153c0d,_0x48c8a3){return _0x153c0d==_0x48c8a3;}};if(_0x25832a[_0x2876(0x6)](_0x25832a[_0x2876(0x7)],typeof WeakMap))var _0x9532a4=new WeakMap(),_0x3b85a9=new WeakMap();return(_interopRequireWildcard=function(_0xe8099c,_0x530d4e){if(_0x25832a[_0x2876(0x8)](_0x25832a[_0x2876(0x9)],_0x25832a[_0x2876(0xa)]))_0x25832a[_0x2876(0xb)](_0x52c004,_0x202644[_0x25ea5f]['message']),_0x5b83f3++;else{if(_0x25832a[_0x2876(0xc)](!_0x530d4e,_0xe8099c)&&_0xe8099c[_0x2876(0x0)])return _0xe8099c;var _0x3a4edd,_0x5be24d,_0x5222dc={'__proto__':null,'default':_0xe8099c};if(_0x25832a[_0x2876(0xd)](null,_0xe8099c)||_0x25832a[_0x2876(0xe)](_0x25832a[_0x2876(0xf)],typeof _0xe8099c)&&_0x25832a['rcotc'](_0x25832a[_0x2876(0x7)],typeof _0xe8099c))return _0x5222dc;if(_0x3a4edd=_0x530d4e?_0x3b85a9:_0x9532a4){if(_0x25832a[_0x2876(0x10)](_0x2876(0x4),_0x25832a[_0x2876(0x11)])){const _0x3cfbbb={'eqzbe':function(_0x554940){return _0x25832a[_0x2876(0x12)](_0x554940);}};_0x25832a[_0x2876(0x13)](_0x10bcf0,()=>{(0x0,_0xf27800[_0x2876(0x14)])(_0x271cc1['HapticType']['SUCCESS']),_0x3cfbbb[_0x2876(0x15)](_0x1b2eaf);},0x1f4);}else{if(_0x3a4edd[_0x2876(0x16)](_0xe8099c))return _0x3a4edd[_0x2876(0x17)](_0xe8099c);_0x3a4edd[_0x2876(0x18)](_0xe8099c,_0x5222dc);}}for(const _0xea29e3 in _0xe8099c)_0x25832a[_0x2876(0x19)](_0x25832a[_0x2876(0x1a)],_0xea29e3)&&{}[_0x2876(0x1b)][_0x2876(0x1c)](_0xe8099c,_0xea29e3)&&((_0x5be24d=(_0x3a4edd=Object[_0x2876(0x1d)])&&Object[_0x2876(0x1e)](_0xe8099c,_0xea29e3))&&(_0x5be24d['get']||_0x5be24d[_0x2876(0x18)])?_0x25832a[_0x2876(0x1f)](_0x3a4edd,_0x5222dc,_0xea29e3,_0x5be24d):_0x5222dc[_0xea29e3]=_0xe8099c[_0xea29e3]);return _0x5222dc;}})(_0x2dd76e,_0x1c562a);}function _0x2876(_0x5cebd9,_0x2876ec){_0x5cebd9=_0x5cebd9-0x0;const _0x126d3a=_0x5ceb();let _0x4cb225=_0x126d3a[_0x5cebd9];return _0x4cb225;}function _0x5ceb(){const _0x1b9e30=['__esModule','RIxUs','DZKUP','function','qNGWu','default','sBVKA','XvKMm','qmjmD','vJrDv','UtaHh','dfiPr','aNsQz','Akoyq','rcotc','eDAxb','GHPvS','dfrMo','PNnpK','zzhBP','triggerHaptic','eqzbe','has','get','set','PkOVQ','yBPDQ','hasOwnProperty','call','defineProperty','getOwnPropertyDescriptor','axYhJ','Keeping\x20your\x20data\x20private','Trying\x20to\x20understand\x20your\x20mind','You\x27re\x20more\x20interesting\x20than\x20I\x20expected','Finalizing\x20your\x20unique\x20persona','Almost\x20done','Complete!','UWGVV','iJuUz','GsdsI','floor','cztFV','ganeZ','WuDVD','goONU','BJHQR','medium','long','RrCOj','QubXu','contain','Value','useRef','current','Animated','useState','useEffect','tZWMP','sMSxf','loop','sequence','timing','GJyDK','start','cAXFh','RTiAE','GwttU','seWqT','push','text','giPTi','WRiGB','XNwGZ','aqMEs','wljgQ','NcRGY','object','vMmkM','XMvHI','fdURP','sVPgg','YvqqJ','PxEej','YcbCk','Wkqao','kwZTz','VebSW','igNma','nbcjK','msfFQ','HZpMc','KKVNo','vdwxa','ZOTEr','ruylo','IVVym','jXgfP','tOjPW','forEach','OYXgX','pauHS','OMKvd','setValue','vXJiR','LgRRx','sSbrL','nrjBj','aSSEP','vvmRq','LobsP','KncOb','max','min','sort','RquVx','ttege','nugSr','AfgGa','qNsyL','map','minProgress','zNUaw','GXjIU','maxProgress','progress','sjZnT','QiIqH','length','crUdK','message','auueq','PAzyN','xGUSx','EHKSp','HapticType','SUCCESS','CwjSl','vpwSM','View','container','content','createElement','lottieContainer','ANIMATIONS','loader','textContainer','Text','loadingText','dotsContainer','dot','progressContainer','progressTrack','interpolate','Grapx','StyleSheet','COLORS','surface','center','100%','IBM\x20Plex\x20Sans','600','grey800','row','#E5E5E5','hidden'];_0x5ceb=function(){return _0x1b9e30;};return _0x5ceb();}const STATUS_MESSAGES=[{'text':_0x2876(0x20),'minProgress':0x0,'maxProgress':0x19},{'text':_0x2876(0x21),'minProgress':0x14,'maxProgress':0x2d},{'text':_0x2876(0x22),'minProgress':0x28,'maxProgress':0x41},{'text':_0x2876(0x23),'minProgress':0x3c,'maxProgress':0x55},{'text':_0x2876(0x24),'minProgress':0x50,'maxProgress':0x5f},{'text':_0x2876(0x25),'minProgress':0x64,'maxProgress':0x64}],randomInRange=(_0x100f44,_0xa75f64)=>{const _0x3959c7={'UWGVV':function(_0x3412df,_0x49b892){return _0x3412df+_0x49b892;},'iJuUz':function(_0x33aee7,_0x557ab1){return _0x33aee7*_0x557ab1;},'GsdsI':function(_0x15bc7c,_0x14849f){return _0x15bc7c-_0x14849f;}};return _0x3959c7[_0x2876(0x26)](_0x3959c7[_0x2876(0x27)](Math['random'](),_0x3959c7[_0x2876(0x28)](_0xa75f64,_0x100f44)),_0x100f44);},randomIntInRange=(_0x404311,_0x1beb0d)=>{const _0x3336d1={'cztFV':function(_0x34891b,_0x57e5c0){return _0x34891b+_0x57e5c0;}};return Math[_0x2876(0x29)](randomInRange(_0x404311,_0x3336d1[_0x2876(0x2a)](_0x1beb0d,0x1)));},PersonaLoadingScreen=({visible:_0x4b94a6,onComplete:_0x1ce5e2})=>{const _0x2e7617={'GJyDK':function(_0x23cc5f,_0x8017ca,_0x5a93b5){return _0x23cc5f(_0x8017ca,_0x5a93b5);},'RTiAE':function(_0x2203b4,_0x34f3ea){return _0x2203b4!==_0x34f3ea;},'seWqT':'GwttU','WRiGB':'qIbsy','XNwGZ':_0x2876(0x2b),'VebSW':function(_0x50f573,_0x697744){return _0x50f573===_0x697744;},'tZWMP':function(_0x36fc73,_0x1d5a9c){return _0x36fc73!=_0x1d5a9c;},'sMSxf':'function','cAXFh':function(_0x5f2a4c,_0x34507b,_0x2c39fc){return _0x5f2a4c(_0x34507b,_0x2c39fc);},'giPTi':function(_0x422b0f,_0x3b7b88,_0x354889){return _0x422b0f(_0x3b7b88,_0x354889);},'nbcjK':function(_0x4bba9a,_0x1a3094){return _0x4bba9a&&_0x1a3094;},'ayHmf':function(_0x56a15e,_0x1f9280,_0xd1de26,_0x581895){return _0x56a15e(_0x1f9280,_0xd1de26,_0x581895);},'msfFQ':function(_0x31434d,_0x101591){return _0x31434d==_0x101591;},'fdURP':function(_0xfc418,_0x4c6b26,_0x4d4b71){return _0xfc418(_0x4c6b26,_0x4d4b71);},'sVPgg':_0x2876(0x2c),'YvqqJ':function(_0x27c041){return _0x27c041();},'PxEej':function(_0x512056,_0x5c79d3){return _0x512056>=_0x5c79d3;},'YcbCk':function(_0x4f6cbd,_0x32104d){return _0x4f6cbd(_0x32104d);},'Wkqao':function(_0x4e7942,_0x1f864f){return _0x4e7942/_0x1f864f;},'XvIou':_0x2876(0x2d),'BiCoC':'DkVLV','igNma':_0x2876(0x2e),'OYXgX':function(_0xc455c2,_0x31ac20){return _0xc455c2(_0x31ac20);},'pauHS':function(_0x56b02b,_0x3e0deb){return _0x56b02b(_0x3e0deb);},'OMKvd':_0x2876(0x20),'vXJiR':function(_0x53b3ae,_0x11dcc8){return _0x53b3ae<_0x11dcc8;},'LgRRx':function(_0x5c33e3,_0x4423c9){return _0x5c33e3-_0x4423c9;},'sSbrL':function(_0xbea916,_0x1852ea){return _0xbea916-_0x1852ea;},'nrjBj':function(_0x3c9cc6,_0x15285d){return _0x3c9cc6*_0x15285d;},'aSSEP':function(_0x14903b,_0x47e0cd){return _0x14903b+_0x47e0cd;},'vvmRq':function(_0x2e0f5c,_0x551a3a){return _0x2e0f5c/_0x551a3a;},'LobsP':function(_0x63f035,_0x510485){return _0x63f035+_0x510485;},'KncOb':function(_0x1d4efb,_0x2b5949){return _0x1d4efb*_0x2b5949;},'qNsyL':function(_0x3fb81d,_0x27e180,_0x426fed){return _0x3fb81d(_0x27e180,_0x426fed);},'ttege':'short','jFxQd':_0x2876(0x2f),'RquVx':_0x2876(0x30),'nugSr':function(_0xe0def3,_0x245a97){return _0xe0def3===_0x245a97;},'wooGR':_0x2876(0x31),'AfgGa':_0x2876(0x32),'sjZnT':function(_0x59e5a9,_0x448c3d){return _0x59e5a9-_0x448c3d;},'YePwP':function(_0x589cf2,_0x6e4c93,_0x5f4326){return _0x589cf2(_0x6e4c93,_0x5f4326);},'UKaCp':_0x2876(0x33),'Grapx':'100%'},_0x260daa=(0x0,_react['useRef'])(new _reactNative['Animated'][(_0x2876(0x34))](0x0))['current'],_0x49e5f3=(0x0,_react[_0x2876(0x35)])(new _reactNative['Animated']['Value'](0.3))[_0x2876(0x36)],_0x17d501=(0x0,_react[_0x2876(0x35)])(new _reactNative[(_0x2876(0x37))]['Value'](0.3))[_0x2876(0x36)],_0x538d41=(0x0,_react['useRef'])(new _reactNative[(_0x2876(0x37))][(_0x2876(0x34))](0.3))['current'],[_0x2e5970,_0x58946e]=(0x0,_react[_0x2876(0x38)])(0x0),[_0x1fbc26,_0x46b961]=(0x0,_react[_0x2876(0x38)])(_0x2876(0x20)),_0x1768a4=(0x0,_react[_0x2876(0x35)])([]);(0x0,_react[_0x2876(0x39)])(()=>{const _0x281e7c={'aqMEs':function(_0x4ae349,_0x43ae10){return _0x4ae349&&_0x43ae10;},'wljgQ':function(_0x1489dc,_0x40d9f4){return _0x2e7617['VebSW'](_0x1489dc,_0x40d9f4);},'NcRGY':function(_0xda34d,_0x1dd4cb){return _0x2e7617[_0x2876(0x3a)](_0xda34d,_0x1dd4cb);},'vMmkM':_0x2e7617[_0x2876(0x3b)],'XMvHI':function(_0x38bd16,_0x2a3b8c){return _0x2e7617['RTiAE'](_0x38bd16,_0x2a3b8c);}};if(!_0x4b94a6)return;const _0x252efa=(_0x2be9d5,_0x51ce08)=>{return _reactNative[_0x2876(0x37)][_0x2876(0x3c)](_reactNative['Animated'][_0x2876(0x3d)]([_reactNative[_0x2876(0x37)][_0x2876(0x3e)](_0x2be9d5,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]}),_reactNative[_0x2876(0x37)]['timing'](_0x2be9d5,{'toValue':0.3,'duration':0x258,'useNativeDriver':!![]})]),{'iterations':-0x1});};_0x2e7617[_0x2876(0x3f)](setTimeout,()=>{_0x2e7617[_0x2876(0x3f)](_0x252efa,_0x49e5f3,0x0)[_0x2876(0x40)]();},0x12c),_0x2e7617[_0x2876(0x41)](setTimeout,()=>{_0x2e7617[_0x2876(0x42)](_0x2876(0x43),_0x2e7617[_0x2876(0x44)])?_0x42248e[_0x2876(0x45)]({'progress':0x64,'message':_0x195ec6[_0x2876(0x46)]}):_0x252efa(_0x17d501,0xc8)[_0x2876(0x40)]();},0x1f4),_0x2e7617[_0x2876(0x47)](setTimeout,()=>{if(_0x2e7617[_0x2876(0x48)]!==_0x2e7617[_0x2876(0x49)])_0x252efa(_0x538d41,0x190)[_0x2876(0x40)]();else{if(_0x281e7c[_0x2876(0x4a)](!_0x171e8c,_0x79dec1)&&_0x40d9b2[_0x2876(0x0)])return _0x4c4a25;var _0x185c03,_0x3d782c,_0x13e630={'__proto__':null,'default':_0x308211};if(_0x281e7c[_0x2876(0x4b)](null,_0x4f5f92)||_0x281e7c[_0x2876(0x4c)](_0x2876(0x4d),typeof _0x4a1424)&&_0x281e7c['NcRGY'](_0x281e7c[_0x2876(0x4e)],typeof _0x218331))return _0x13e630;if(_0x185c03=_0x80ed0c?_0x58838a:_0x536850){if(_0x185c03[_0x2876(0x16)](_0x44897c))return _0x185c03[_0x2876(0x17)](_0x5ebfd1);_0x185c03[_0x2876(0x18)](_0x1d7967,_0x13e630);}for(const _0x46f167 in _0x254dc3)_0x281e7c[_0x2876(0x4f)]('default',_0x46f167)&&{}[_0x2876(0x1b)]['call'](_0x4a1af8,_0x46f167)&&((_0x3d782c=(_0x185c03=_0x467725[_0x2876(0x1d)])&&_0x5d6ee8[_0x2876(0x1e)](_0x921d1f,_0x46f167))&&(_0x3d782c[_0x2876(0x17)]||_0x3d782c[_0x2876(0x18)])?_0x185c03(_0x13e630,_0x46f167,_0x3d782c):_0x13e630[_0x46f167]=_0x55710f[_0x46f167]);return _0x13e630;}},0x2bc);},[_0x4b94a6,_0x49e5f3,_0x17d501,_0x538d41]),(0x0,_react['useEffect'])(()=>{const _0xa0a0cf={'BlSFj':function(_0x4e318a,_0x1b7dd2){return _0x4e318a===_0x1b7dd2;},'zNUaw':function(_0x4135c6,_0x18f01b){return _0x4135c6!==_0x18f01b;},'Odqrd':function(_0x34b8b7,_0x3ffb83,_0x114781){return _0x2e7617[_0x2876(0x50)](_0x34b8b7,_0x3ffb83,_0x114781);},'EHKSp':function(_0x166881,_0x3eb161){return _0x166881!==_0x3eb161;},'uPhko':_0x2e7617[_0x2876(0x51)],'qVNuP':function(_0x37ec10){return _0x2e7617[_0x2876(0x52)](_0x37ec10);},'QiIqH':function(_0x27c3cd,_0x54a4a3){return _0x27c3cd<_0x54a4a3;},'crUdK':function(_0x22291a,_0x3ae8ab){return _0x2e7617[_0x2876(0x53)](_0x22291a,_0x3ae8ab);},'xITtj':function(_0x5b0010,_0x3ed9a5){return _0x2e7617[_0x2876(0x54)](_0x5b0010,_0x3ed9a5);},'gihEK':function(_0x16f9b9,_0x1ee4cc){return _0x2e7617[_0x2876(0x54)](_0x16f9b9,_0x1ee4cc);},'auueq':function(_0x59ee02,_0x199fe8){return _0x2e7617[_0x2876(0x55)](_0x59ee02,_0x199fe8);},'PAzyN':_0x2876(0x56),'xGUSx':function(_0x20d76f,_0x1539f5,_0x10bd54){return _0x20d76f(_0x1539f5,_0x10bd54);},'CwjSl':_0x2e7617['XvIou'],'vpwSM':_0x2e7617['BiCoC']};if(!_0x4b94a6){if(_0x2e7617[_0x2876(0x57)](_0x2e7617[_0x2876(0x58)],'xNCaU')){const _0x1b432f={'HZpMc':function(_0x332f0d,_0x5b11b0){return _0x2e7617[_0x2876(0x59)](_0x332f0d,_0x5b11b0);},'KKVNo':function(_0x37ef37,_0x1e6e72){return _0x37ef37===_0x1e6e72;},'vdwxa':function(_0x4b4e8e,_0x523434){return _0x2e7617[_0x2876(0x3a)](_0x4b4e8e,_0x523434);},'ZOTEr':_0x2876(0x4d),'ruylo':function(_0x4bad3a,_0x15a9ef){return _0x2e7617[_0x2876(0x3a)](_0x4bad3a,_0x15a9ef);},'IVVym':_0x2e7617[_0x2876(0x3b)],'jXgfP':function(_0x35c94d,_0x5f5cd6){return _0x2e7617['RTiAE'](_0x35c94d,_0x5f5cd6);},'tOjPW':'default','FLhJZ':function(_0x9a9021,_0xaa38fd,_0x48854b,_0x26d35b){return _0x2e7617['ayHmf'](_0x9a9021,_0xaa38fd,_0x48854b,_0x26d35b);}};if(_0x2e7617[_0x2876(0x5a)](_0x2e7617[_0x2876(0x3b)],typeof _0x3f0c69))var _0x3a1f4f=new _0x18e6f8(),_0x3cfa83=new _0x2a46de();return(_0x12decf=function(_0x44a9d1,_0xb058b8){if(_0x1b432f[_0x2876(0x5b)](!_0xb058b8,_0x44a9d1)&&_0x44a9d1[_0x2876(0x0)])return _0x44a9d1;var _0x1c7610,_0x2c51ca,_0xbc66={'__proto__':null,'default':_0x44a9d1};if(_0x1b432f[_0x2876(0x5c)](null,_0x44a9d1)||_0x1b432f[_0x2876(0x5d)](_0x1b432f[_0x2876(0x5e)],typeof _0x44a9d1)&&_0x1b432f[_0x2876(0x5f)](_0x1b432f[_0x2876(0x60)],typeof _0x44a9d1))return _0xbc66;if(_0x1c7610=_0xb058b8?_0x3cfa83:_0x3a1f4f){if(_0x1c7610[_0x2876(0x16)](_0x44a9d1))return _0x1c7610[_0x2876(0x17)](_0x44a9d1);_0x1c7610[_0x2876(0x18)](_0x44a9d1,_0xbc66);}for(const _0x38ea09 in _0x44a9d1)_0x1b432f[_0x2876(0x61)](_0x1b432f[_0x2876(0x62)],_0x38ea09)&&{}[_0x2876(0x1b)]['call'](_0x44a9d1,_0x38ea09)&&((_0x2c51ca=(_0x1c7610=_0x43c8c4[_0x2876(0x1d)])&&_0x4b2c2e[_0x2876(0x1e)](_0x44a9d1,_0x38ea09))&&(_0x2c51ca['get']||_0x2c51ca['set'])?_0x1b432f['FLhJZ'](_0x1c7610,_0xbc66,_0x38ea09,_0x2c51ca):_0xbc66[_0x38ea09]=_0x44a9d1[_0x38ea09]);return _0xbc66;})(_0x399887,_0x1949a9);}else{_0x1768a4['current'][_0x2876(0x63)](_0x57ec3d=>clearTimeout(_0x57ec3d)),_0x1768a4[_0x2876(0x36)]=[];return;}}_0x2e7617[_0x2876(0x64)](_0x58946e,0x0),_0x2e7617[_0x2876(0x65)](_0x46b961,_0x2e7617[_0x2876(0x66)]),_0x260daa[_0x2876(0x67)](0x0);const _0x3a564e=randomInRange(0x1b58,0x2ee0),_0x3f02da=_0x2e7617[_0x2876(0x50)](randomIntInRange,0x5,0x8),_0x31034f=[0x0];for(let _0x8db986=0x0;_0x2e7617[_0x2876(0x68)](_0x8db986,_0x2e7617[_0x2876(0x69)](_0x3f02da,0x1));_0x8db986++){const _0x5100e2=_0x2e7617[_0x2876(0x6a)](_0x2e7617[_0x2876(0x6b)](_0x2e7617[_0x2876(0x6c)](_0x8db986,0x1),_0x2e7617[_0x2876(0x6d)](0x64,_0x3f02da)),0xa),_0x101737=_0x2e7617[_0x2876(0x6e)](_0x2e7617[_0x2876(0x6f)](_0x2e7617[_0x2876(0x6e)](_0x8db986,0x1),_0x2e7617[_0x2876(0x55)](0x64,_0x3f02da)),0xa);_0x31034f['push'](_0x2e7617['qNsyL'](randomIntInRange,Math[_0x2876(0x70)](0xa,_0x5100e2),Math[_0x2876(0x71)](0x5a,_0x101737)));}_0x31034f[_0x2876(0x45)](0x64),_0x31034f[_0x2876(0x72)]((_0x1b93cb,_0xab6507)=>_0x1b93cb-_0xab6507);const _0x57a740=[_0x2e7617['ttege'],_0x2e7617['jFxQd'],_0x2e7617[_0x2876(0x73)]],_0x39357b=[];let _0x3962b8=0x0;for(let _0x4ceaad=0x0;_0x4ceaad<_0x3f02da;_0x4ceaad++){const _0x43bbd=_0x57a740[_0x2e7617['giPTi'](randomIntInRange,0x0,0x2)];let _0x126d42;if(_0x43bbd===_0x2e7617[_0x2876(0x74)])_0x126d42=randomInRange(0xfa,0x1f4);else _0x2e7617[_0x2876(0x75)](_0x43bbd,_0x2e7617['jFxQd'])?_0x2e7617[_0x2876(0x42)](_0x2e7617['wooGR'],_0x2e7617[_0x2876(0x76)])?_0x126d42=randomInRange(0x1f4,0x320):_0x85f090=_0x268e4d(0xfa,0x1f4):_0x126d42=_0x2e7617[_0x2876(0x77)](randomInRange,0x320,0x4b0);_0x39357b[_0x2876(0x45)](_0x126d42),_0x3962b8+=_0x126d42;}const _0x217119=0x190,_0x4bf856=_0x3f02da*_0x217119,_0x40f9c7=_0x2e7617[_0x2876(0x69)](_0x3a564e,_0x4bf856),_0x564ab1=_0x2e7617[_0x2876(0x6d)](_0x40f9c7,_0x3962b8),_0x5ea37b=_0x39357b[_0x2876(0x78)](_0x110489=>_0x110489*_0x564ab1),_0x1111e3=[];STATUS_MESSAGES['forEach'](_0x12e75a=>{if(_0xa0a0cf['BlSFj'](_0x12e75a[_0x2876(0x79)],0x64)){if(_0xa0a0cf[_0x2876(0x7a)](_0x2876(0x7b),_0x2876(0x7b)))return _0x5f10e6&&_0x426e9c['__esModule']?_0xed513d:{'default':_0x25ae46};else _0x1111e3[_0x2876(0x45)]({'progress':0x64,'message':_0x12e75a['text']});}else{const _0x2cd5ed=randomInRange(_0x12e75a['minProgress'],_0x12e75a[_0x2876(0x7c)]);_0x1111e3[_0x2876(0x45)]({'progress':_0x2cd5ed,'message':_0x12e75a[_0x2876(0x46)]});}}),_0x1111e3[_0x2876(0x72)]((_0x492297,_0x15c468)=>_0x492297[_0x2876(0x7d)]-_0x15c468['progress']);let _0x24f209=0x0,_0x586b9c=0x0;for(let _0xf142a1=0x1;_0xf142a1<=_0x3f02da;_0xf142a1++){const _0x4f1172=_0x31034f[_0xf142a1],_0x231ae7=_0x5ea37b[_0x2e7617[_0x2876(0x7e)](_0xf142a1,0x1)];_0x24f209+=_0x231ae7;const _0x192bfc=_0x2e7617['YePwP'](setTimeout,()=>{while(_0xa0a0cf[_0x2876(0x7f)](_0x586b9c,_0x1111e3[_0x2876(0x80)])&&_0xa0a0cf[_0x2876(0x81)](_0x4f1172,_0x1111e3[_0x586b9c][_0x2876(0x7d)])){_0xa0a0cf['xITtj'](_0x46b961,_0x1111e3[_0x586b9c][_0x2876(0x82)]),_0x586b9c++;}_0xa0a0cf['gihEK'](_0x58946e,_0x4f1172),_reactNative[_0x2876(0x37)][_0x2876(0x3e)](_0x260daa,{'toValue':_0xa0a0cf[_0x2876(0x83)](_0x4f1172,0x64),'duration':_0x217119,'useNativeDriver':![]})[_0x2876(0x40)]();if(_0xa0a0cf['crUdK'](_0x4f1172,0x64)){if(_0xa0a0cf['BlSFj'](_0xa0a0cf[_0x2876(0x84)],_0xa0a0cf['PAzyN']))_0xa0a0cf[_0x2876(0x85)](setTimeout,()=>{const _0x16ef7b={'ZXihy':function(_0x5b7387,_0xe73e35,_0x4f1dcf){return _0xa0a0cf['Odqrd'](_0x5b7387,_0xe73e35,_0x4f1dcf);}};_0xa0a0cf[_0x2876(0x86)](_0x2876(0x2c),_0xa0a0cf['uPhko'])?_0x4384d1=_0x16ef7b['ZXihy'](_0x2944de,0x320,0x4b0):((0x0,_haptics[_0x2876(0x14)])(_haptics[_0x2876(0x87)][_0x2876(0x88)]),_0xa0a0cf['qVNuP'](_0x1ce5e2));},0x1f4);else return _0x6b514f['Animated'][_0x2876(0x3c)](_0x3d4ff7[_0x2876(0x37)][_0x2876(0x3d)]([_0x2efac4[_0x2876(0x37)][_0x2876(0x3e)](_0x1c37a8,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]}),_0x41aeff['Animated'][_0x2876(0x3e)](_0x16ee7f,{'toValue':0.3,'duration':0x258,'useNativeDriver':!![]})]),{'iterations':-0x1});}},_0x24f209);_0x1768a4['current'][_0x2876(0x45)](_0x192bfc),_0x24f209+=_0x217119;}return()=>{if(_0xa0a0cf[_0x2876(0x89)]===_0xa0a0cf[_0x2876(0x8a)]){if(_0x571b62[_0x2876(0x16)](_0x4024f4))return _0x1f7ebb['get'](_0x3e80ed);_0x4e0fdb[_0x2876(0x18)](_0x13e35c,_0x277fc8);}else _0x1768a4[_0x2876(0x36)][_0x2876(0x63)](_0x147871=>clearTimeout(_0x147871)),_0x1768a4['current']=[];};},[_0x4b94a6,_0x1ce5e2,_0x260daa]);if(!_0x4b94a6)return null;return _react[_0x2876(0x5)]['createElement'](_reactNative[_0x2876(0x8b)],{'style':styles[_0x2876(0x8c)]},_react[_0x2876(0x5)]['createElement'](_reactNative[_0x2876(0x8b)],{'style':styles[_0x2876(0x8d)]},_react[_0x2876(0x5)][_0x2876(0x8e)](_reactNative[_0x2876(0x8b)],{'style':styles[_0x2876(0x8f)]},_react[_0x2876(0x5)][_0x2876(0x8e)](_lottieReactNative['default'],{'source':_assetRegistry[_0x2876(0x90)][_0x2876(0x91)],'autoPlay':!![],'loop':!![],'style':styles['lottieAnimation'],'resizeMode':_0x2e7617['UKaCp']})),_react[_0x2876(0x5)][_0x2876(0x8e)](_reactNative[_0x2876(0x8b)],{'style':styles[_0x2876(0x92)]},_react[_0x2876(0x5)][_0x2876(0x8e)](_reactNative[_0x2876(0x93)],{'style':styles[_0x2876(0x94)]},_0x1fbc26),_react['default'][_0x2876(0x8e)](_reactNative[_0x2876(0x8b)],{'style':styles[_0x2876(0x95)]},_react['default']['createElement'](_reactNative[_0x2876(0x37)][_0x2876(0x93)],{'style':[styles[_0x2876(0x96)],{'opacity':_0x49e5f3}]},'.'),_react[_0x2876(0x5)][_0x2876(0x8e)](_reactNative[_0x2876(0x37)]['Text'],{'style':[styles['dot'],{'opacity':_0x17d501}]},'.'),_react[_0x2876(0x5)][_0x2876(0x8e)](_reactNative[_0x2876(0x37)][_0x2876(0x93)],{'style':[styles[_0x2876(0x96)],{'opacity':_0x538d41}]},'.'))),_react[_0x2876(0x5)][_0x2876(0x8e)](_reactNative['View'],{'style':styles[_0x2876(0x97)]},_react[_0x2876(0x5)][_0x2876(0x8e)](_reactNative['View'],{'style':styles[_0x2876(0x98)]},_react[_0x2876(0x5)][_0x2876(0x8e)](_reactNative[_0x2876(0x37)]['View'],{'style':[styles['progressFill'],{'width':_0x260daa[_0x2876(0x99)]({'inputRange':[0x0,0x1],'outputRange':['0%',_0x2e7617[_0x2876(0x9a)]]})}]})))));},styles=_reactNative[_0x2876(0x9b)]['create']({'container':{'flex':0x1,'backgroundColor':_theme[_0x2876(0x9c)][_0x2876(0x9d)]},'content':{'flex':0x1,'justifyContent':'center','alignItems':_0x2876(0x9e),'paddingHorizontal':0x18,'marginTop':-0x50},'lottieContainer':{'width':0x168,'height':0x168,'marginBottom':0x20,'alignItems':_0x2876(0x9e),'justifyContent':_0x2876(0x9e)},'lottieAnimation':{'width':_0x2876(0x9f),'height':_0x2876(0x9f)},'textContainer':{'flexDirection':'row','alignItems':_0x2876(0x9e),'marginBottom':0x30},'loadingText':{'fontSize':0x18,'fontFamily':_0x2876(0xa0),'fontWeight':_0x2876(0xa1),'color':_theme['COLORS'][_0x2876(0xa2)]},'dotsContainer':{'flexDirection':_0x2876(0xa3),'marginLeft':0x4},'dot':{'fontSize':0x18,'fontFamily':_0x2876(0xa0),'fontWeight':_0x2876(0xa1),'color':_theme[_0x2876(0x9c)][_0x2876(0xa2)],'marginLeft':0x2},'progressContainer':{'width':_0x2876(0x9f),'maxWidth':0x118},'progressTrack':{'height':0x6,'backgroundColor':_0x2876(0xa4),'borderRadius':0x3,'overflow':_0x2876(0xa5)},'progressFill':{'height':'100%','backgroundColor':_theme[_0x2876(0x9c)][_0x2876(0xa2)],'borderRadius':0x3}});var _default=exports[_0x2876(0x5)]=PersonaLoadingScreen;
@@ -10,4 +10,4 @@ var __ONAIROS_REQ_REGISTRY__ = [
10
10
  require("./icons")
11
11
  ];
12
12
  function __ONAIROS_REQ_FUNC__(i) { return __ONAIROS_REQ_REGISTRY__[i]; }
13
- Object[_0x429a(0x0)](exports,_0x429a(0x1),{'value':!![]}),exports[_0x429a(0x2)]=exports[_0x429a(0x3)]=void 0x0;var _react=_interopRequireWildcard(__ONAIROS_REQ_FUNC__(0x0)),_reactNative=__ONAIROS_REQ_FUNC__(0x1),_theme=__ONAIROS_REQ_FUNC__(0x2),_haptics=__ONAIROS_REQ_FUNC__(0x3),_connectedAccountsService=__ONAIROS_REQ_FUNC__(0x4),_assetRegistry=__ONAIROS_REQ_FUNC__(0x5),_icons=__ONAIROS_REQ_FUNC__(0x6);function _interopRequireWildcard(_0x3d181a,_0x1d43d7){var _0x578a01={'NZduZ':function(_0x1573d6,_0x21da1c){return _0x1573d6===_0x21da1c;},'YGaLO':function(_0x18be8,_0x155dc2){return _0x18be8!=_0x155dc2;},'xwvPY':_0x429a(0x4),'IgkNY':function(_0x39fac4,_0x3ca5c2){return _0x39fac4!=_0x3ca5c2;},'McWdu':function(_0x1ef948,_0x46c2ce){return _0x1ef948!==_0x46c2ce;},'lRnAm':'default','xXDnM':function(_0x1f4ad0,_0xc4bd2b,_0xf4ac49,_0x1e7851){return _0x1f4ad0(_0xc4bd2b,_0xf4ac49,_0x1e7851);},'IRbIR':function(_0x48790e,_0x8ea1e5){return _0x48790e&&_0x8ea1e5;},'SMAmY':function(_0x2f9921,_0x1d5604){return _0x2f9921===_0x1d5604;},'SpIBu':_0x429a(0x5),'zJrXC':_0x429a(0x6),'YQXMl':function(_0x322255,_0x5745c0,_0x2ef397,_0x3ea461){return _0x322255(_0x5745c0,_0x2ef397,_0x3ea461);},'NrobC':function(_0x183e8a,_0x235c53){return _0x183e8a==_0x235c53;}};if(_0x578a01['NrobC'](_0x578a01['SpIBu'],typeof WeakMap))var _0x3b8989=new WeakMap(),_0x535e65=new WeakMap();return(_interopRequireWildcard=function(_0x1dcf19,_0x54f2b7){if(_0x578a01['IRbIR'](!_0x54f2b7,_0x1dcf19)&&_0x1dcf19[_0x429a(0x1)])return _0x1dcf19;var _0x3f13ab,_0x40b3e7,_0x2fc67b={'__proto__':null,'default':_0x1dcf19};if(_0x578a01[_0x429a(0x7)](null,_0x1dcf19)||_0x578a01[_0x429a(0x8)](_0x578a01[_0x429a(0x9)],typeof _0x1dcf19)&&_0x578a01['IgkNY'](_0x578a01[_0x429a(0xa)],typeof _0x1dcf19))return _0x2fc67b;if(_0x3f13ab=_0x54f2b7?_0x535e65:_0x3b8989){if(_0x429a(0xb)===_0x578a01[_0x429a(0xc)]){if(!_0x498c92&&_0x19f22c&&_0x57da8b['__esModule'])return _0x27e63a;var _0x187023,_0x5a5d7b,_0x19ff5d={'__proto__':null,'default':_0x3dfd02};if(_0x578a01['NZduZ'](null,_0x391df6)||_0x578a01[_0x429a(0x8)](_0x578a01[_0x429a(0x9)],typeof _0x52b539)&&_0x578a01[_0x429a(0xd)]('function',typeof _0x5a5bef))return _0x19ff5d;if(_0x187023=_0x401267?_0x1c2a8e:_0x27db21){if(_0x187023[_0x429a(0xe)](_0x2bd6b4))return _0x187023[_0x429a(0xf)](_0x73e48d);_0x187023['set'](_0x4d5750,_0x19ff5d);}for(const _0x270d91 in _0x23fbe1)_0x578a01['McWdu'](_0x578a01['lRnAm'],_0x270d91)&&{}[_0x429a(0x10)][_0x429a(0x11)](_0x1ab532,_0x270d91)&&((_0x5a5d7b=(_0x187023=_0xb524b7[_0x429a(0x0)])&&_0xe39990[_0x429a(0x12)](_0x37a5ee,_0x270d91))&&(_0x5a5d7b[_0x429a(0xf)]||_0x5a5d7b[_0x429a(0x13)])?_0x578a01[_0x429a(0x14)](_0x187023,_0x19ff5d,_0x270d91,_0x5a5d7b):_0x19ff5d[_0x270d91]=_0x4f0990[_0x270d91]);return _0x19ff5d;}else{if(_0x3f13ab[_0x429a(0xe)](_0x1dcf19))return _0x3f13ab['get'](_0x1dcf19);_0x3f13ab['set'](_0x1dcf19,_0x2fc67b);}}for(const _0x376a37 in _0x1dcf19)_0x578a01[_0x429a(0x15)](_0x578a01['lRnAm'],_0x376a37)&&{}[_0x429a(0x10)][_0x429a(0x11)](_0x1dcf19,_0x376a37)&&((_0x40b3e7=(_0x3f13ab=Object[_0x429a(0x0)])&&Object[_0x429a(0x12)](_0x1dcf19,_0x376a37))&&(_0x40b3e7['get']||_0x40b3e7[_0x429a(0x13)])?_0x578a01[_0x429a(0x16)](_0x3f13ab,_0x2fc67b,_0x376a37,_0x40b3e7):_0x2fc67b[_0x376a37]=_0x1dcf19[_0x376a37]);return _0x2fc67b;})(_0x3d181a,_0x1d43d7);}const PersonalizationConsentScreen=({visible:_0x19a1e4,onAccept:_0x4628ab,onDecline:_0x25feaa,loading:loading=![],connectedPlatforms:connectedPlatforms=[],onConnectMore:_0x37c948,isReturningUser:isReturningUser=![],appName:appName='Enoch',onLogout:_0x3ee9d1})=>{var _0x1b6590={'rCfTj':function(_0x3a064a,_0x380560){return _0x3a064a(_0x380560);},'EwyjM':function(_0x7104a1){return _0x7104a1();},'udmpL':function(_0x4bcada){return _0x4bcada();},'OIIDk':_0x429a(0x17),'DREOv':function(_0x53f279){return _0x53f279();},'XXgko':_0x429a(0x18),'TVNVv':'Welcome\x20back!','isIGI':_0x429a(0x19),'stteN':_0x429a(0x1a),'ETCDa':'#4CD964','aCIUE':_0x429a(0x1b),'EmhCg':_0x429a(0x1c),'ilEzO':_0x429a(0x1d),'JVfnf':_0x429a(0x1e),'IkBKd':_0x429a(0x1f),'Atljw':'Use\x20different\x20account'};const [_0x20a46c,_0x12cd95]=(0x0,_react[_0x429a(0x20)])({'basicProfile':![],'contentAnalysis':![],'personalityProfile':![]}),_0x31261c=_0x1d55c8=>{(0x0,_haptics['triggerHaptic'])(_haptics[_0x429a(0x21)][_0x429a(0x22)]),_0x1b6590[_0x429a(0x23)](_0x12cd95,_0x1449ac=>({..._0x1449ac,[_0x1d55c8]:!_0x1449ac[_0x1d55c8]}));},_0x102775=Object['values'](_0x20a46c)[_0x429a(0x24)](_0x4cd0a8=>_0x4cd0a8);if(!_0x19a1e4)return null;return _react[_0x429a(0x2)]['createElement'](_reactNative[_0x429a(0x25)],{'style':styles[_0x429a(0x26)]},_react[_0x429a(0x2)][_0x429a(0x27)](_reactNative[_0x429a(0x28)],{'style':styles[_0x429a(0x29)],'contentContainerStyle':styles[_0x429a(0x2a)],'showsVerticalScrollIndicator':![]},_react['default']['createElement'](_reactNative[_0x429a(0x25)],{'style':styles['headerContainer']},_react[_0x429a(0x2)][_0x429a(0x27)](_reactNative[_0x429a(0x25)],{'style':styles[_0x429a(0x2b)]},_react['default'][_0x429a(0x27)](_reactNative[_0x429a(0x2c)],{'source':_assetRegistry['BRAND_IMAGES'][_0x429a(0x2d)],'style':styles['headerIcon'],'resizeMode':'contain'})),_react['default'][_0x429a(0x27)](_reactNative[_0x429a(0x2e)],{'style':styles['arrow']},'→'),_react[_0x429a(0x2)][_0x429a(0x27)](_reactNative[_0x429a(0x2c)],{'source':_assetRegistry[_0x429a(0x2f)][_0x429a(0x30)],'style':styles[_0x429a(0x31)],'resizeMode':_0x1b6590[_0x429a(0x32)]})),_react[_0x429a(0x2)][_0x429a(0x27)](_reactNative[_0x429a(0x25)],{'style':styles[_0x429a(0x33)]},isReturningUser&&_react[_0x429a(0x2)][_0x429a(0x27)](_reactNative['Text'],{'style':styles[_0x429a(0x34)]},_0x1b6590[_0x429a(0x35)]),_react[_0x429a(0x2)][_0x429a(0x27)](_reactNative[_0x429a(0x2e)],{'style':styles[_0x429a(0x36)]},appName,_0x1b6590[_0x429a(0x37)]),_react[_0x429a(0x2)][_0x429a(0x27)](_reactNative['Text'],{'style':styles['subtitle']},_0x1b6590[_0x429a(0x38)])),_react[_0x429a(0x2)][_0x429a(0x27)](_reactNative[_0x429a(0x25)],{'style':styles[_0x429a(0x39)]},_react[_0x429a(0x2)]['createElement'](_reactNative[_0x429a(0x3a)],{'style':styles[_0x429a(0x3b)],'onPress':()=>_0x31261c(_0x429a(0x3c))},_react[_0x429a(0x2)]['createElement'](_reactNative[_0x429a(0x25)],{'style':styles[_0x429a(0x3d)]},_react[_0x429a(0x2)]['createElement'](_icons[_0x429a(0x3e)],{'width':0x20,'height':0x20,'fill':_theme[_0x429a(0x3f)][_0x429a(0x40)],'style':styles[_0x429a(0x41)]}),_react[_0x429a(0x2)][_0x429a(0x27)](_icons['Basicprofile'],{'height':0x18,'fill':_theme[_0x429a(0x3f)][_0x429a(0x42)],'style':styles[_0x429a(0x43)]})),_react[_0x429a(0x2)][_0x429a(0x27)](_reactNative['View'],{'style':styles['checkboxContainer']},_0x20a46c[_0x429a(0x3c)]?_react['default'][_0x429a(0x27)](_icons[_0x429a(0x44)],{'width':0x18,'height':0x18,'fill':'#4CD964','style':styles[_0x429a(0x45)]}):_react[_0x429a(0x2)][_0x429a(0x27)](_icons[_0x429a(0x46)],{'width':0x18,'height':0x18,'stroke':_theme['COLORS'][_0x429a(0x47)],'style':styles[_0x429a(0x45)]}))),_react[_0x429a(0x2)][_0x429a(0x27)](_reactNative[_0x429a(0x3a)],{'style':styles[_0x429a(0x3b)],'onPress':()=>_0x31261c(_0x429a(0x48))},_react[_0x429a(0x2)][_0x429a(0x27)](_reactNative[_0x429a(0x25)],{'style':styles[_0x429a(0x3d)]},_react[_0x429a(0x2)][_0x429a(0x27)](_icons[_0x429a(0x49)],{'width':0x20,'height':0x20,'fill':_theme[_0x429a(0x3f)]['grey700'],'style':styles[_0x429a(0x41)]}),_react[_0x429a(0x2)][_0x429a(0x27)](_icons[_0x429a(0x4a)],{'height':0x18,'fill':_theme[_0x429a(0x3f)][_0x429a(0x42)],'style':styles['optionText']})),_react[_0x429a(0x2)][_0x429a(0x27)](_reactNative[_0x429a(0x25)],{'style':styles[_0x429a(0x4b)]},_0x20a46c['contentAnalysis']?_react[_0x429a(0x2)]['createElement'](_icons[_0x429a(0x44)],{'width':0x18,'height':0x18,'fill':_0x1b6590[_0x429a(0x4c)],'style':styles[_0x429a(0x45)]}):_react[_0x429a(0x2)]['createElement'](_icons[_0x429a(0x46)],{'width':0x18,'height':0x18,'stroke':_theme[_0x429a(0x3f)][_0x429a(0x47)],'style':styles['checkbox']}))),_react[_0x429a(0x2)]['createElement'](_reactNative[_0x429a(0x3a)],{'style':styles[_0x429a(0x3b)],'onPress':()=>_0x31261c(_0x429a(0x4d))},_react[_0x429a(0x2)][_0x429a(0x27)](_reactNative[_0x429a(0x25)],{'style':styles[_0x429a(0x3d)]},_react[_0x429a(0x2)][_0x429a(0x27)](_icons[_0x429a(0x4e)],{'width':0x20,'height':0x20,'fill':_theme[_0x429a(0x3f)][_0x429a(0x40)],'style':styles[_0x429a(0x41)]}),_react['default'][_0x429a(0x27)](_icons[_0x429a(0x4f)],{'height':0x18,'fill':_theme[_0x429a(0x3f)]['grey800'],'style':styles[_0x429a(0x43)]})),_react[_0x429a(0x2)][_0x429a(0x27)](_reactNative[_0x429a(0x25)],{'style':styles[_0x429a(0x4b)]},_0x20a46c[_0x429a(0x4d)]?_react[_0x429a(0x2)]['createElement'](_icons['Checkmark'],{'width':0x18,'height':0x18,'fill':_0x1b6590[_0x429a(0x4c)],'style':styles[_0x429a(0x45)]}):_react[_0x429a(0x2)][_0x429a(0x27)](_icons[_0x429a(0x46)],{'width':0x18,'height':0x18,'stroke':_theme[_0x429a(0x3f)][_0x429a(0x47)],'style':styles[_0x429a(0x45)]})))),_react['default'][_0x429a(0x27)](_reactNative[_0x429a(0x25)],{'style':styles['connectedPlatformsSection']},_react['default'][_0x429a(0x27)](_reactNative[_0x429a(0x2e)],{'style':styles[_0x429a(0x50)]},_0x1b6590[_0x429a(0x51)]),connectedPlatforms['length']>0x0&&_react[_0x429a(0x2)][_0x429a(0x27)](_reactNative[_0x429a(0x25)],{'style':styles[_0x429a(0x52)]},connectedPlatforms['map'](_0x5dab71=>_react[_0x429a(0x2)][_0x429a(0x27)](_reactNative[_0x429a(0x25)],{'key':_0x5dab71,'style':styles[_0x429a(0x53)]},_react[_0x429a(0x2)]['createElement'](_reactNative[_0x429a(0x2c)],{'source':(0x0,_connectedAccountsService[_0x429a(0x54)])(_0x5dab71),'style':styles[_0x429a(0x55)],'resizeMode':_0x429a(0x18)})))),_0x37c948&&_react['default'][_0x429a(0x27)](_reactNative[_0x429a(0x3a)],{'style':styles[_0x429a(0x56)],'onPress':()=>{(0x0,_haptics[_0x429a(0x57)])(_haptics[_0x429a(0x21)]['BUTTON_PRESS']),_0x1b6590['EwyjM'](_0x37c948);}},_react[_0x429a(0x2)][_0x429a(0x27)](_reactNative['Text'],{'style':styles[_0x429a(0x58)]},_0x1b6590[_0x429a(0x59)]),_react[_0x429a(0x2)]['createElement'](_reactNative[_0x429a(0x25)],{'style':styles['connectMorePlusCircle']},_react[_0x429a(0x2)][_0x429a(0x27)](_reactNative['Text'],{'style':styles[_0x429a(0x5a)]},'+'))))),_react[_0x429a(0x2)]['createElement'](_reactNative[_0x429a(0x25)],{'style':styles[_0x429a(0x5b)]},_react[_0x429a(0x2)][_0x429a(0x27)](_reactNative[_0x429a(0x3a)],{'style':[styles['acceptButton'],_0x102775&&styles[_0x429a(0x5c)],loading&&styles[_0x429a(0x5d)]],'onPress':()=>{!loading&&((0x0,_haptics[_0x429a(0x57)])(_haptics['HapticType']['BUTTON_PRESS']),_0x1b6590[_0x429a(0x5e)](_0x4628ab));},'disabled':loading,'activeOpacity':loading?0x1:0.7},loading?_react[_0x429a(0x2)][_0x429a(0x27)](_reactNative[_0x429a(0x5f)],{'size':_0x429a(0x60),'color':_0x1b6590[_0x429a(0x61)]}):_react[_0x429a(0x2)]['createElement'](_react[_0x429a(0x2)][_0x429a(0x62)],null,_react['default'][_0x429a(0x27)](_reactNative[_0x429a(0x2e)],{'style':[styles[_0x429a(0x63)],_0x102775&&styles[_0x429a(0x64)]]},_0x1b6590[_0x429a(0x65)]),_react[_0x429a(0x2)]['createElement'](_reactNative[_0x429a(0x2e)],{'style':[styles[_0x429a(0x66)],_0x102775&&styles[_0x429a(0x67)]]},'→'))),_react['default']['createElement'](_reactNative[_0x429a(0x3a)],{'style':styles['declineButton'],'onPress':()=>{_0x1b6590[_0x429a(0x68)]!==_0x429a(0x69)?((0x0,_haptics['triggerHaptic'])(_haptics[_0x429a(0x21)][_0x429a(0x22)]),_0x25feaa()):((0x0,_0x2f5e28[_0x429a(0x57)])(_0x430a6a['HapticType']['BUTTON_PRESS']),_0x1b6590[_0x429a(0x6a)](_0x5e5800));}},_react[_0x429a(0x2)]['createElement'](_reactNative[_0x429a(0x2e)],{'style':styles[_0x429a(0x6b)]},_0x1b6590['IkBKd'])),_0x3ee9d1&&_react[_0x429a(0x2)][_0x429a(0x27)](_reactNative['TouchableOpacity'],{'style':styles['logoutButton'],'onPress':()=>{(0x0,_haptics[_0x429a(0x57)])(_haptics[_0x429a(0x21)][_0x429a(0x22)]),_0x1b6590[_0x429a(0x6c)](_0x3ee9d1);}},_react[_0x429a(0x2)]['createElement'](_reactNative[_0x429a(0x2e)],{'style':styles[_0x429a(0x6d)]},_0x1b6590[_0x429a(0x6e)]))));};function _0x429a(_0x2a30c9,_0x429aa4){_0x2a30c9=_0x2a30c9-0x0;var _0x1e5a9c=_0x2a30();var _0x483343=_0x1e5a9c[_0x2a30c9];return _0x483343;}exports['PersonalizationConsentScreen']=PersonalizationConsentScreen;const styles=_reactNative[_0x429a(0x6f)][_0x429a(0x70)]({'container':{'flex':0x1,'backgroundColor':_theme[_0x429a(0x3f)][_0x429a(0x71)],'paddingHorizontal':0x18,'paddingTop':0x28,'paddingBottom':0x8},'headerContainer':{'flexDirection':_0x429a(0x72),'alignItems':_0x429a(0x73),'justifyContent':_0x429a(0x73),'marginBottom':0xc,'marginTop':0x0},'iconContainer':{'width':0x40,'height':0x40,'backgroundColor':_0x429a(0x1d),'borderRadius':0xc,'alignItems':_0x429a(0x73),'justifyContent':_0x429a(0x73),'marginHorizontal':0x8,'shadowColor':_0x429a(0x74),'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':_0x429a(0x75),'fontWeight':_0x429a(0x76),'color':_theme[_0x429a(0x3f)][_0x429a(0x42)]},'arrow':{'fontSize':0x18,'color':_theme[_0x429a(0x3f)][_0x429a(0x77)],'marginHorizontal':0x10},'titleContainer':{'alignItems':_0x429a(0x73),'marginBottom':0x8},'welcomeBackText':{'fontSize':0x18,'fontFamily':'IBM\x20Plex\x20Sans','fontWeight':_0x429a(0x76),'color':_theme[_0x429a(0x3f)]['grey800'],'textAlign':_0x429a(0x73),'marginBottom':0x2},'title':{'fontSize':0x14,'fontFamily':_0x429a(0x75),'fontWeight':_0x429a(0x78),'color':_theme[_0x429a(0x3f)]['grey800'],'textAlign':_0x429a(0x73),'marginBottom':0xa},'subtitle':{'fontSize':0x10,'fontFamily':_0x429a(0x79),'fontWeight':_0x429a(0x7a),'color':_theme[_0x429a(0x3f)][_0x429a(0x77)],'textAlign':_0x429a(0x73)},'scrollView':{'flex':0x1},'scrollContent':{'flexGrow':0x1},'optionsContainer':{'marginBottom':0x8},'optionRow':{'flexDirection':_0x429a(0x72),'alignItems':_0x429a(0x73),'justifyContent':_0x429a(0x7b),'paddingVertical':0xc,'paddingHorizontal':0x2,'backgroundColor':_0x429a(0x7c),'borderRadius':0xc,'marginBottom':0x6,'marginHorizontal':0x0},'optionLeft':{'flexDirection':_0x429a(0x72),'alignItems':_0x429a(0x73),'flex':0x1},'optionIcon':{'marginRight':0xc,'marginLeft':0x2,'marginTop':-0x4},'optionText':{'flex':0x1,'marginLeft':0x2},'checkboxContainer':{'paddingLeft':0x4,'paddingRight':0x2,'alignItems':_0x429a(0x73),'justifyContent':_0x429a(0x73)},'checkbox':{},'buttonContainer':{'gap':0x8,'paddingHorizontal':0x0,'paddingBottom':0x10,'marginTop':0x10},'acceptButton':{'backgroundColor':'#E5E5E5','borderRadius':0x19,'paddingVertical':0xa,'paddingHorizontal':0x18,'flexDirection':_0x429a(0x72),'alignItems':_0x429a(0x73),'justifyContent':_0x429a(0x73)},'acceptButtonActive':{'backgroundColor':'#2D3436'},'acceptButtonLoading':{'backgroundColor':_0x429a(0x7d),'opacity':0.8},'acceptButtonText':{'color':_0x429a(0x7e),'fontSize':0x10,'fontFamily':_0x429a(0x79),'fontWeight':'600','marginRight':0x8},'acceptButtonTextActive':{'color':_0x429a(0x1d)},'buttonArrow':{'color':_0x429a(0x7e),'fontSize':0x10},'buttonArrowActive':{'color':_0x429a(0x1d)},'declineButton':{'backgroundColor':'#E5E5E5','borderRadius':0x19,'paddingVertical':0xa,'paddingHorizontal':0x18,'alignItems':_0x429a(0x73),'justifyContent':_0x429a(0x73)},'declineButtonText':{'color':_theme['COLORS'][_0x429a(0x77)],'fontSize':0x10,'fontFamily':_0x429a(0x79),'fontWeight':_0x429a(0x7f)},'logoutButton':{'alignItems':_0x429a(0x73),'paddingVertical':0xc,'marginTop':0x8},'logoutButtonText':{'fontSize':0xe,'fontFamily':_0x429a(0x79),'fontWeight':'400','color':_theme[_0x429a(0x3f)]['grey500'],'textDecorationLine':_0x429a(0x80)},'connectedPlatformsSection':{'alignItems':_0x429a(0x73),'paddingVertical':0xa,'paddingHorizontal':0x10,'backgroundColor':_0x429a(0x7c),'borderRadius':0x10,'marginBottom':0xa,'marginTop':0x10},'connectedPlatformsTitle':{'fontSize':0xf,'fontFamily':'Inter','fontWeight':'500','color':_theme[_0x429a(0x3f)][_0x429a(0x81)],'marginBottom':0xa},'connectedPlatformsIcons':{'flexDirection':_0x429a(0x72),'justifyContent':_0x429a(0x73),'alignItems':_0x429a(0x73),'flexWrap':_0x429a(0x82),'gap':0xa,'marginBottom':0xa},'connectedPlatformIconContainer':{'width':0x30,'height':0x30,'borderRadius':0xa,'backgroundColor':_0x429a(0x1d),'justifyContent':_0x429a(0x73),'alignItems':_0x429a(0x73),'shadowColor':_0x429a(0x74),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.1,'shadowRadius':0x4,'elevation':0x2},'connectedPlatformIcon':{'width':0x20,'height':0x20},'connectMoreButton':{'flexDirection':'row','alignItems':_0x429a(0x73),'justifyContent':_0x429a(0x73),'gap':0x8},'connectMoreText':{'fontSize':0x10,'fontFamily':_0x429a(0x79),'fontWeight':_0x429a(0x7f),'color':_theme['COLORS'][_0x429a(0x81)]},'connectMorePlusCircle':{'width':0x1c,'height':0x1c,'borderRadius':0xe,'borderWidth':0x2,'borderColor':_theme[_0x429a(0x3f)]['grey400'],'justifyContent':_0x429a(0x73),'alignItems':_0x429a(0x73)},'connectMorePlus':{'fontSize':0x12,'fontWeight':_0x429a(0x7f),'color':_theme[_0x429a(0x3f)][_0x429a(0x81)],'marginTop':-0x2}});var _default=exports['default']=PersonalizationConsentScreen;function _0x2a30(){var _0xca501c=['defineProperty','__esModule','default','PersonalizationConsentScreen','object','function','zfSvn','SMAmY','YGaLO','xwvPY','SpIBu','SaVPb','zJrXC','IgkNY','has','get','hasOwnProperty','call','getOwnPropertyDescriptor','set','xXDnM','McWdu','YQXMl','CJxVL','contain','\x20wants\x20to\x20personalize\x20your\x20experience','Choose\x20what\x20to\x20share:','Connected\x20Platforms','Connect\x20more','#FFFFFF','Accept\x20&\x20Continue','Decline','useState','HapticType','BUTTON_PRESS','rCfTj','some','View','container','createElement','ScrollView','scrollView','scrollContent','iconContainer','Image','onairosLogo','Text','BRAND_IMAGES','enochIcon','enochAppIcon','XXgko','titleContainer','welcomeBackText','TVNVv','title','isIGI','stteN','optionsContainer','TouchableOpacity','optionRow','basicProfile','optionLeft','Basicproficon','COLORS','grey700','optionIcon','grey800','optionText','Checkmark','checkbox','Checkbox','grey400','contentAnalysis','Contenticon','Userpreferences','checkboxContainer','ETCDa','personalityProfile','Personalityicon','Personalitytraits','connectedPlatformsTitle','aCIUE','connectedPlatformsIcons','connectedPlatformIconContainer','getPlatformIcon','connectedPlatformIcon','connectMoreButton','triggerHaptic','connectMoreText','EmhCg','connectMorePlus','buttonContainer','acceptButtonActive','acceptButtonLoading','EwyjM','ActivityIndicator','small','ilEzO','Fragment','acceptButtonText','acceptButtonTextActive','JVfnf','buttonArrow','buttonArrowActive','OIIDk','ciafB','udmpL','declineButtonText','DREOv','logoutButtonText','Atljw','StyleSheet','create','surface','row','center','#000','IBM\x20Plex\x20Sans','700','grey600','600','Inter','400','space-between','#F8F9FA','#2D3436','#999999','500','underline','grey500','wrap'];_0x2a30=function(){return _0xca501c;};return _0x2a30();}
13
+ Object[_0x55c0(0x0)](exports,_0x55c0(0x1),{'value':!![]}),exports[_0x55c0(0x2)]=exports[_0x55c0(0x3)]=void 0x0;var _react=_interopRequireWildcard(__ONAIROS_REQ_FUNC__(0x0)),_reactNative=__ONAIROS_REQ_FUNC__(0x1),_theme=__ONAIROS_REQ_FUNC__(0x2),_haptics=__ONAIROS_REQ_FUNC__(0x3),_connectedAccountsService=__ONAIROS_REQ_FUNC__(0x4),_assetRegistry=__ONAIROS_REQ_FUNC__(0x5),_icons=__ONAIROS_REQ_FUNC__(0x6);function _0x55c0(_0x5cf45e,_0x55c0b8){_0x5cf45e=_0x5cf45e-0x0;var _0x409492=_0x5cf4();var _0x253791=_0x409492[_0x5cf45e];return _0x253791;}function _interopRequireWildcard(_0x592455,_0x422573){var _0x213cb9={'WGlqx':function(_0x2a4bbe,_0xd991d9){return _0x2a4bbe&&_0xd991d9;},'VbYUJ':function(_0x92842f,_0x4d383f){return _0x92842f===_0x4d383f;},'VTrCT':function(_0xbe51dc,_0x3a4e62){return _0xbe51dc!=_0x3a4e62;},'LhcNZ':function(_0x48660d,_0x3138a8){return _0x48660d!==_0x3138a8;},'bAlUl':function(_0x5db901){return _0x5db901();},'ZKfDR':function(_0x4159f0,_0x411b83){return _0x4159f0!==_0x411b83;},'toQOp':function(_0x339bc3,_0x332994){return _0x339bc3&&_0x332994;},'yVyME':function(_0x2bd3e5,_0x48faf6){return _0x2bd3e5!=_0x48faf6;},'SXRpr':_0x55c0(0x4),'dUbaE':function(_0x3cebfd,_0x54cfe6){return _0x3cebfd!=_0x54cfe6;},'sMhrp':_0x55c0(0x5),'WHmDi':'RcLOO','vRTxj':function(_0x1f9a9c,_0x5f3a39){return _0x1f9a9c!==_0x5f3a39;},'UrULp':_0x55c0(0x2),'rAVfg':function(_0x415823,_0x1145c2,_0x374190,_0x4fdab6){return _0x415823(_0x1145c2,_0x374190,_0x4fdab6);}};if(_0x213cb9[_0x55c0(0x6)]==typeof WeakMap)var _0x2ac14f=new WeakMap(),_0x99cc76=new WeakMap();return(_interopRequireWildcard=function(_0x5c5337,_0x3471f1){var _0x5bcc78={'rPYDu':function(_0x4e189b,_0x515e97){return _0x213cb9[_0x55c0(0x7)](_0x4e189b,_0x515e97);},'BxmOg':function(_0x3de30e,_0x311fd0){return _0x213cb9[_0x55c0(0x8)](_0x3de30e,_0x311fd0);},'McUNB':function(_0x1da35d,_0x3da170){return _0x213cb9[_0x55c0(0x9)](_0x1da35d,_0x3da170);},'rNtmq':'function','lRfVQ':function(_0x2a5103,_0x58b095){return _0x213cb9[_0x55c0(0xa)](_0x2a5103,_0x58b095);},'yUvCJ':function(_0x48df5f,_0xd41330,_0x4930b4,_0x2de5ce){return _0x48df5f(_0xd41330,_0x4930b4,_0x2de5ce);},'AJliu':function(_0x490bf4){return _0x213cb9[_0x55c0(0xb)](_0x490bf4);}};if(_0x213cb9[_0x55c0(0xc)](_0x55c0(0xd),_0x55c0(0xe))){if(_0x213cb9[_0x55c0(0xf)](!_0x3471f1,_0x5c5337)&&_0x5c5337[_0x55c0(0x1)])return _0x5c5337;var _0x243a0b,_0x19365f,_0x4c9ee5={'__proto__':null,'default':_0x5c5337};if(null===_0x5c5337||_0x213cb9[_0x55c0(0x10)](_0x213cb9[_0x55c0(0x11)],typeof _0x5c5337)&&_0x213cb9['dUbaE'](_0x213cb9[_0x55c0(0x6)],typeof _0x5c5337))return _0x4c9ee5;if(_0x243a0b=_0x3471f1?_0x99cc76:_0x2ac14f){if(_0x213cb9[_0x55c0(0x12)]!==_0x55c0(0x13)){if(_0x243a0b[_0x55c0(0x14)](_0x5c5337))return _0x243a0b[_0x55c0(0x15)](_0x5c5337);_0x243a0b['set'](_0x5c5337,_0x4c9ee5);}else{if(_0x5bcc78[_0x55c0(0x16)](!_0x42a599,_0x12c936)&&_0x5bbaec[_0x55c0(0x1)])return _0x5a9e0e;var _0x18f827,_0x2111de,_0x90fec1={'__proto__':null,'default':_0x3fe26a};if(_0x5bcc78['BxmOg'](null,_0x346761)||_0x5bcc78[_0x55c0(0x17)](_0x55c0(0x4),typeof _0x24d08e)&&_0x5bcc78[_0x55c0(0x17)](_0x5bcc78[_0x55c0(0x18)],typeof _0x421299))return _0x90fec1;if(_0x18f827=_0x215cd0?_0x1bdc41:_0x53f533){if(_0x18f827[_0x55c0(0x14)](_0x4aad30))return _0x18f827[_0x55c0(0x15)](_0x5f52e9);_0x18f827[_0x55c0(0x19)](_0x31960b,_0x90fec1);}for(const _0x2b6c9a in _0x3679be)_0x5bcc78[_0x55c0(0x1a)](_0x55c0(0x2),_0x2b6c9a)&&{}[_0x55c0(0x1b)]['call'](_0x4a7ae6,_0x2b6c9a)&&((_0x2111de=(_0x18f827=_0x20f3c9[_0x55c0(0x0)])&&_0x2e8f41[_0x55c0(0x1c)](_0x38d8d6,_0x2b6c9a))&&(_0x2111de[_0x55c0(0x15)]||_0x2111de[_0x55c0(0x19)])?_0x5bcc78['yUvCJ'](_0x18f827,_0x90fec1,_0x2b6c9a,_0x2111de):_0x90fec1[_0x2b6c9a]=_0x403d76[_0x2b6c9a]);return _0x90fec1;}}for(const _0x58168f in _0x5c5337)_0x213cb9[_0x55c0(0x1d)](_0x213cb9[_0x55c0(0x1e)],_0x58168f)&&{}[_0x55c0(0x1b)][_0x55c0(0x1f)](_0x5c5337,_0x58168f)&&((_0x19365f=(_0x243a0b=Object[_0x55c0(0x0)])&&Object[_0x55c0(0x1c)](_0x5c5337,_0x58168f))&&(_0x19365f[_0x55c0(0x15)]||_0x19365f['set'])?_0x213cb9['rAVfg'](_0x243a0b,_0x4c9ee5,_0x58168f,_0x19365f):_0x4c9ee5[_0x58168f]=_0x5c5337[_0x58168f]);return _0x4c9ee5;}else(0x0,_0x4cddfa[_0x55c0(0x20)])(_0x2a850e['HapticType'][_0x55c0(0x21)]),_0x5bcc78['AJliu'](_0x32c60a);})(_0x592455,_0x422573);}const PersonalizationConsentScreen=({visible:_0x156dae,onAccept:_0x40db66,onDecline:_0x3b5343,loading:loading=![],connectedPlatforms:connectedPlatforms=[],onConnectMore:_0x3f3238,isReturningUser:isReturningUser=![],appName:appName=_0x55c0(0x22),onLogout:_0x487e37})=>{var _0x547db5={'ZPWMS':_0x55c0(0x23),'rNVOY':'basicProfile','rPfFs':function(_0x3ee37e,_0x76136a){return _0x3ee37e(_0x76136a);},'SyqIE':function(_0x3d4d5b,_0x4c28b9){return _0x3d4d5b===_0x4c28b9;},'DwvRB':_0x55c0(0x4),'kgoDa':function(_0x261956,_0x2f1077){return _0x261956!=_0x2f1077;},'OMtds':function(_0x11d91b,_0x193b3f){return _0x11d91b!==_0x193b3f;},'jAeKe':_0x55c0(0x2),'nerfc':function(_0x1091b8,_0x446388,_0x33017d,_0x4d7319){return _0x1091b8(_0x446388,_0x33017d,_0x4d7319);},'QnBcr':function(_0x304c80,_0x55691d){return _0x304c80==_0x55691d;},'IETKx':_0x55c0(0x5),'rfwjD':function(_0x33b4c8,_0xcd3d93){return _0x33b4c8!==_0xcd3d93;},'tiSHB':_0x55c0(0x24),'AYuQf':function(_0x21d2da){return _0x21d2da();},'ciHBd':function(_0x2aed7b){return _0x2aed7b();},'tcvnl':_0x55c0(0x25),'seVjt':_0x55c0(0x26),'caXme':function(_0x38d89f){return _0x38d89f();},'GXkhG':_0x55c0(0x27),'GIQYz':_0x55c0(0x28),'jviwq':'Choose\x20what\x20to\x20share:','YzjPH':_0x55c0(0x29),'paYKh':function(_0x3dd2a7,_0x8149a9){return _0x3dd2a7>_0x8149a9;},'KQeTD':_0x55c0(0x2a),'iSbLd':_0x55c0(0x2b),'YjdFG':_0x55c0(0x2c),'zinEg':_0x55c0(0x2d),'WJbbV':_0x55c0(0x2e)};const [_0x649b69,_0x9e365c]=(0x0,_react[_0x55c0(0x2f)])({'basicProfile':!![],'contentAnalysis':![],'personalityProfile':![]}),_0x3c55d6=_0x1051b4=>{if(_0x547db5[_0x55c0(0x30)]!=='rNnUW')(0x0,_0x21a6e0[_0x55c0(0x20)])(_0x59ed67['HapticType'][_0x55c0(0x21)]),_0x4b30e0();else{if(_0x1051b4===_0x547db5['rNVOY'])return;(0x0,_haptics[_0x55c0(0x20)])(_haptics[_0x55c0(0x31)][_0x55c0(0x21)]),_0x547db5[_0x55c0(0x32)](_0x9e365c,_0x24a8fa=>({..._0x24a8fa,[_0x1051b4]:!_0x24a8fa[_0x1051b4]}));}},_0xea8063=Object[_0x55c0(0x33)](_0x649b69)[_0x55c0(0x34)](_0x2671a5=>_0x2671a5);if(!_0x156dae)return null;return _react[_0x55c0(0x2)][_0x55c0(0x35)](_reactNative[_0x55c0(0x36)],{'style':styles[_0x55c0(0x37)]},_react[_0x55c0(0x2)]['createElement'](_reactNative[_0x55c0(0x38)],{'style':styles[_0x55c0(0x39)],'contentContainerStyle':styles[_0x55c0(0x3a)],'showsVerticalScrollIndicator':![]},_react[_0x55c0(0x2)][_0x55c0(0x35)](_reactNative[_0x55c0(0x36)],{'style':styles[_0x55c0(0x3b)]},_react[_0x55c0(0x2)][_0x55c0(0x35)](_reactNative[_0x55c0(0x36)],{'style':styles[_0x55c0(0x3c)]},_react[_0x55c0(0x2)][_0x55c0(0x35)](_reactNative[_0x55c0(0x3d)],{'source':_assetRegistry[_0x55c0(0x3e)]['onairosLogo'],'style':styles[_0x55c0(0x3f)],'resizeMode':_0x547db5[_0x55c0(0x40)]})),_react[_0x55c0(0x2)][_0x55c0(0x35)](_reactNative[_0x55c0(0x41)],{'style':styles[_0x55c0(0x42)]},'→'),_react[_0x55c0(0x2)][_0x55c0(0x35)](_reactNative[_0x55c0(0x3d)],{'source':_assetRegistry[_0x55c0(0x3e)][_0x55c0(0x43)],'style':styles[_0x55c0(0x44)],'resizeMode':_0x547db5['GXkhG']})),_react[_0x55c0(0x2)][_0x55c0(0x35)](_reactNative[_0x55c0(0x36)],{'style':styles[_0x55c0(0x45)]},isReturningUser&&_react[_0x55c0(0x2)]['createElement'](_reactNative[_0x55c0(0x41)],{'style':styles['welcomeBackText']},_0x547db5[_0x55c0(0x46)]),_react[_0x55c0(0x2)]['createElement'](_reactNative['Text'],{'style':styles[_0x55c0(0x47)]},appName,_0x55c0(0x48)),_react['default'][_0x55c0(0x35)](_reactNative[_0x55c0(0x41)],{'style':styles[_0x55c0(0x49)]},_0x547db5[_0x55c0(0x4a)])),_react[_0x55c0(0x2)][_0x55c0(0x35)](_reactNative['View'],{'style':styles[_0x55c0(0x4b)]},_react[_0x55c0(0x2)][_0x55c0(0x35)](_reactNative[_0x55c0(0x4c)],{'style':styles['optionRow'],'onPress':()=>_0x3c55d6(_0x55c0(0x4d))},_react[_0x55c0(0x2)][_0x55c0(0x35)](_reactNative[_0x55c0(0x36)],{'style':styles['optionLeft']},_react['default'][_0x55c0(0x35)](_icons[_0x55c0(0x4e)],{'width':0x20,'height':0x20,'fill':_theme[_0x55c0(0x4f)][_0x55c0(0x50)],'style':styles[_0x55c0(0x51)]}),_react['default']['createElement'](_icons['Basicprofile'],{'height':0x18,'fill':_theme['COLORS'][_0x55c0(0x52)],'style':styles['optionText']})),_react[_0x55c0(0x2)][_0x55c0(0x35)](_reactNative[_0x55c0(0x36)],{'style':styles[_0x55c0(0x53)]},_0x649b69[_0x55c0(0x4d)]?_react[_0x55c0(0x2)][_0x55c0(0x35)](_icons['Checkmark'],{'width':0x18,'height':0x18,'fill':_0x547db5[_0x55c0(0x54)],'style':styles[_0x55c0(0x55)]}):_react[_0x55c0(0x2)][_0x55c0(0x35)](_icons['Checkbox'],{'width':0x18,'height':0x18,'stroke':_theme[_0x55c0(0x4f)][_0x55c0(0x56)],'style':styles[_0x55c0(0x55)]}))),_react[_0x55c0(0x2)][_0x55c0(0x35)](_reactNative['TouchableOpacity'],{'style':styles[_0x55c0(0x57)],'onPress':()=>_0x3c55d6(_0x55c0(0x58))},_react[_0x55c0(0x2)][_0x55c0(0x35)](_reactNative[_0x55c0(0x36)],{'style':styles[_0x55c0(0x59)]},_react[_0x55c0(0x2)]['createElement'](_icons[_0x55c0(0x5a)],{'width':0x20,'height':0x20,'fill':_theme[_0x55c0(0x4f)][_0x55c0(0x50)],'style':styles[_0x55c0(0x51)]}),_react['default'][_0x55c0(0x35)](_icons[_0x55c0(0x5b)],{'height':0x18,'fill':_theme[_0x55c0(0x4f)][_0x55c0(0x52)],'style':styles['optionText']})),_react[_0x55c0(0x2)]['createElement'](_reactNative['View'],{'style':styles[_0x55c0(0x53)]},_0x649b69['contentAnalysis']?_react[_0x55c0(0x2)][_0x55c0(0x35)](_icons[_0x55c0(0x5c)],{'width':0x18,'height':0x18,'fill':_0x547db5[_0x55c0(0x54)],'style':styles[_0x55c0(0x55)]}):_react[_0x55c0(0x2)]['createElement'](_icons[_0x55c0(0x5d)],{'width':0x18,'height':0x18,'stroke':_theme[_0x55c0(0x4f)][_0x55c0(0x56)],'style':styles[_0x55c0(0x55)]}))),_react[_0x55c0(0x2)][_0x55c0(0x35)](_reactNative[_0x55c0(0x4c)],{'style':styles[_0x55c0(0x57)],'onPress':()=>_0x3c55d6(_0x55c0(0x5e))},_react[_0x55c0(0x2)][_0x55c0(0x35)](_reactNative['View'],{'style':styles[_0x55c0(0x59)]},_react[_0x55c0(0x2)][_0x55c0(0x35)](_icons[_0x55c0(0x5f)],{'width':0x20,'height':0x20,'fill':_theme[_0x55c0(0x4f)]['grey700'],'style':styles[_0x55c0(0x51)]}),_react[_0x55c0(0x2)]['createElement'](_icons['Personalitytraits'],{'height':0x18,'fill':_theme[_0x55c0(0x4f)][_0x55c0(0x52)],'style':styles[_0x55c0(0x60)]})),_react['default'][_0x55c0(0x35)](_reactNative[_0x55c0(0x36)],{'style':styles['checkboxContainer']},_0x649b69[_0x55c0(0x5e)]?_react[_0x55c0(0x2)][_0x55c0(0x35)](_icons['Checkmark'],{'width':0x18,'height':0x18,'fill':_0x547db5[_0x55c0(0x54)],'style':styles[_0x55c0(0x55)]}):_react['default'][_0x55c0(0x35)](_icons[_0x55c0(0x5d)],{'width':0x18,'height':0x18,'stroke':_theme[_0x55c0(0x4f)][_0x55c0(0x56)],'style':styles[_0x55c0(0x55)]})))),_react[_0x55c0(0x2)]['createElement'](_reactNative[_0x55c0(0x36)],{'style':styles[_0x55c0(0x61)]},_react[_0x55c0(0x2)][_0x55c0(0x35)](_reactNative[_0x55c0(0x41)],{'style':styles[_0x55c0(0x62)]},_0x55c0(0x63)),_0x547db5[_0x55c0(0x64)](connectedPlatforms[_0x55c0(0x65)],0x0)&&_react[_0x55c0(0x2)][_0x55c0(0x35)](_reactNative[_0x55c0(0x36)],{'style':styles['connectedPlatformsIcons']},connectedPlatforms['map'](_0x1fdeba=>_react[_0x55c0(0x2)][_0x55c0(0x35)](_reactNative[_0x55c0(0x36)],{'key':_0x1fdeba,'style':styles[_0x55c0(0x66)]},_react[_0x55c0(0x2)]['createElement'](_reactNative[_0x55c0(0x3d)],{'source':(0x0,_connectedAccountsService[_0x55c0(0x67)])(_0x1fdeba),'style':styles[_0x55c0(0x68)],'resizeMode':_0x55c0(0x27)})))),_0x3f3238&&_react[_0x55c0(0x2)][_0x55c0(0x35)](_reactNative[_0x55c0(0x4c)],{'style':styles[_0x55c0(0x69)],'onPress':()=>{if(_0x547db5[_0x55c0(0x6a)](_0x547db5['tiSHB'],'NXgyu')){var _0x1bc820={'cnwgc':function(_0x2eda3f,_0x1eac79){return _0x2eda3f&&_0x1eac79;},'zjaEt':function(_0x47c50e,_0x571405){return _0x547db5['SyqIE'](_0x47c50e,_0x571405);},'VvjBX':_0x547db5[_0x55c0(0x6b)],'MMKUo':function(_0x392fc9,_0xd5651f){return _0x547db5[_0x55c0(0x6c)](_0x392fc9,_0xd5651f);},'dygsb':function(_0xc80ed,_0x5ef70a){return _0x547db5[_0x55c0(0x6d)](_0xc80ed,_0x5ef70a);},'ssMpt':_0x547db5[_0x55c0(0x6e)],'WqQjs':function(_0x4dddea,_0x46a6ec,_0x298e88,_0x1fefe1){return _0x547db5['nerfc'](_0x4dddea,_0x46a6ec,_0x298e88,_0x1fefe1);}};if(_0x547db5['QnBcr'](_0x547db5[_0x55c0(0x6f)],typeof _0x4de08f))var _0x512c4a=new _0x2fb041(),_0x3b3b1b=new _0x3446a1();return(_0x4b83f9=function(_0x4975f4,_0x1473e8){if(_0x1bc820['cnwgc'](!_0x1473e8,_0x4975f4)&&_0x4975f4[_0x55c0(0x1)])return _0x4975f4;var _0x2b1906,_0x4adf4c,_0x50fab8={'__proto__':null,'default':_0x4975f4};if(_0x1bc820[_0x55c0(0x70)](null,_0x4975f4)||_0x1bc820[_0x55c0(0x71)]!=typeof _0x4975f4&&_0x1bc820[_0x55c0(0x72)](_0x55c0(0x5),typeof _0x4975f4))return _0x50fab8;if(_0x2b1906=_0x1473e8?_0x3b3b1b:_0x512c4a){if(_0x2b1906[_0x55c0(0x14)](_0x4975f4))return _0x2b1906[_0x55c0(0x15)](_0x4975f4);_0x2b1906[_0x55c0(0x19)](_0x4975f4,_0x50fab8);}for(const _0xac4e38 in _0x4975f4)_0x1bc820[_0x55c0(0x73)](_0x1bc820[_0x55c0(0x74)],_0xac4e38)&&{}['hasOwnProperty'][_0x55c0(0x1f)](_0x4975f4,_0xac4e38)&&((_0x4adf4c=(_0x2b1906=_0x135ebf[_0x55c0(0x0)])&&_0xf5fb1['getOwnPropertyDescriptor'](_0x4975f4,_0xac4e38))&&(_0x4adf4c[_0x55c0(0x15)]||_0x4adf4c[_0x55c0(0x19)])?_0x1bc820[_0x55c0(0x75)](_0x2b1906,_0x50fab8,_0xac4e38,_0x4adf4c):_0x50fab8[_0xac4e38]=_0x4975f4[_0xac4e38]);return _0x50fab8;})(_0x4108ad,_0x11eb8d);}else(0x0,_haptics['triggerHaptic'])(_haptics[_0x55c0(0x31)][_0x55c0(0x21)]),_0x547db5[_0x55c0(0x76)](_0x3f3238);}},_react[_0x55c0(0x2)][_0x55c0(0x35)](_reactNative[_0x55c0(0x41)],{'style':styles[_0x55c0(0x77)]},_0x547db5[_0x55c0(0x78)]),_react[_0x55c0(0x2)][_0x55c0(0x35)](_reactNative[_0x55c0(0x36)],{'style':styles[_0x55c0(0x79)]},_react[_0x55c0(0x2)]['createElement'](_reactNative[_0x55c0(0x41)],{'style':styles[_0x55c0(0x7a)]},'+')))),_react[_0x55c0(0x2)]['createElement'](_reactNative[_0x55c0(0x36)],{'style':styles[_0x55c0(0x7b)]},_react['default'][_0x55c0(0x35)](_reactNative[_0x55c0(0x4c)],{'style':[styles[_0x55c0(0x7c)],_0xea8063&&styles[_0x55c0(0x7d)],loading&&styles[_0x55c0(0x7e)]],'onPress':()=>{var _0x2b47c2={'ePkxK':function(_0x835c40){return _0x547db5[_0x55c0(0x7f)](_0x835c40);}};if(_0x55c0(0x80)!==_0x55c0(0x81))!loading&&(_0x547db5[_0x55c0(0x82)]===_0x547db5[_0x55c0(0x83)]?!_0x4829fe&&((0x0,_0x2b93bf['triggerHaptic'])(_0x1d0a0e[_0x55c0(0x31)]['BUTTON_PRESS']),_0x2b47c2[_0x55c0(0x84)](_0x2e9e5f)):((0x0,_haptics[_0x55c0(0x20)])(_haptics[_0x55c0(0x31)][_0x55c0(0x21)]),_0x547db5[_0x55c0(0x85)](_0x40db66)));else{if(_0xd02a05[_0x55c0(0x14)](_0x1262cd))return _0x2a1d35[_0x55c0(0x15)](_0x3736f0);_0x45a0b6[_0x55c0(0x19)](_0x3cac8a,_0x519b5d);}},'disabled':loading,'activeOpacity':loading?0x1:0.7},loading?_react[_0x55c0(0x2)]['createElement'](_reactNative['ActivityIndicator'],{'size':_0x547db5['iSbLd'],'color':_0x547db5[_0x55c0(0x86)]}):_react[_0x55c0(0x2)]['createElement'](_react[_0x55c0(0x2)][_0x55c0(0x87)],null,_react['default'][_0x55c0(0x35)](_reactNative[_0x55c0(0x41)],{'style':[styles[_0x55c0(0x88)],_0xea8063&&styles[_0x55c0(0x89)]]},_0x547db5[_0x55c0(0x8a)]),_react[_0x55c0(0x2)][_0x55c0(0x35)](_reactNative[_0x55c0(0x41)],{'style':[styles[_0x55c0(0x8b)],_0xea8063&&styles[_0x55c0(0x8c)]]},'→'))),_react[_0x55c0(0x2)][_0x55c0(0x35)](_reactNative[_0x55c0(0x4c)],{'style':styles['declineButton'],'onPress':()=>{(0x0,_haptics[_0x55c0(0x20)])(_haptics[_0x55c0(0x31)]['BUTTON_PRESS']),_0x547db5[_0x55c0(0x76)](_0x3b5343);}},_react[_0x55c0(0x2)][_0x55c0(0x35)](_reactNative[_0x55c0(0x41)],{'style':styles['declineButtonText']},_0x547db5[_0x55c0(0x8d)])))));};exports[_0x55c0(0x3)]=PersonalizationConsentScreen;const styles=_reactNative[_0x55c0(0x8e)][_0x55c0(0x8f)]({'container':{'flex':0x1,'backgroundColor':_theme[_0x55c0(0x4f)][_0x55c0(0x90)],'paddingHorizontal':0x18,'paddingTop':0x28,'paddingBottom':0x8},'headerContainer':{'flexDirection':_0x55c0(0x91),'alignItems':'center','justifyContent':_0x55c0(0x92),'marginBottom':0xc,'marginTop':0x0},'iconContainer':{'width':0x40,'height':0x40,'backgroundColor':'#FFFFFF','borderRadius':0xc,'alignItems':'center','justifyContent':_0x55c0(0x92),'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':_0x55c0(0x93),'fontWeight':_0x55c0(0x94),'color':_theme['COLORS'][_0x55c0(0x52)]},'arrow':{'fontSize':0x18,'color':_theme[_0x55c0(0x4f)]['grey600'],'marginHorizontal':0x10},'titleContainer':{'alignItems':_0x55c0(0x92),'marginBottom':0x8},'welcomeBackText':{'fontSize':0x18,'fontFamily':_0x55c0(0x93),'fontWeight':'700','color':_theme['COLORS']['grey800'],'textAlign':_0x55c0(0x92),'marginBottom':0x2},'title':{'fontSize':0x14,'fontFamily':_0x55c0(0x93),'fontWeight':_0x55c0(0x95),'color':_theme['COLORS'][_0x55c0(0x52)],'textAlign':'center','marginBottom':0xa},'subtitle':{'fontSize':0x10,'fontFamily':_0x55c0(0x96),'fontWeight':'400','color':_theme[_0x55c0(0x4f)][_0x55c0(0x97)],'textAlign':_0x55c0(0x92)},'scrollView':{'flex':0x1},'scrollContent':{'flexGrow':0x1},'optionsContainer':{'marginBottom':0x8},'optionRow':{'flexDirection':'row','alignItems':_0x55c0(0x92),'justifyContent':_0x55c0(0x98),'paddingVertical':0xc,'paddingHorizontal':0x2,'backgroundColor':_0x55c0(0x99),'borderRadius':0xc,'marginBottom':0x6,'marginHorizontal':0x0},'optionLeft':{'flexDirection':_0x55c0(0x91),'alignItems':'center','flex':0x1},'optionIcon':{'marginRight':0xc,'marginLeft':0x2,'marginTop':-0x4},'optionText':{'flex':0x1,'marginLeft':0x2},'checkboxContainer':{'paddingLeft':0x4,'paddingRight':0x2,'alignItems':'center','justifyContent':_0x55c0(0x92)},'checkbox':{},'buttonContainer':{'gap':0x8,'paddingHorizontal':0x0,'paddingBottom':0x10,'marginTop':0x10},'acceptButton':{'backgroundColor':_0x55c0(0x9a),'borderRadius':0x19,'paddingVertical':0xa,'paddingHorizontal':0x18,'flexDirection':_0x55c0(0x91),'alignItems':_0x55c0(0x92),'justifyContent':'center'},'acceptButtonActive':{'backgroundColor':'#2D3436'},'acceptButtonLoading':{'backgroundColor':_0x55c0(0x9b),'opacity':0.8},'acceptButtonText':{'color':'#999999','fontSize':0x10,'fontFamily':'Inter','fontWeight':_0x55c0(0x95),'marginRight':0x8},'acceptButtonTextActive':{'color':_0x55c0(0x2c)},'buttonArrow':{'color':_0x55c0(0x9c),'fontSize':0x10},'buttonArrowActive':{'color':_0x55c0(0x2c)},'declineButton':{'backgroundColor':'#E5E5E5','borderRadius':0x19,'paddingVertical':0xa,'paddingHorizontal':0x18,'alignItems':_0x55c0(0x92),'justifyContent':_0x55c0(0x92)},'declineButtonText':{'color':_theme['COLORS'][_0x55c0(0x97)],'fontSize':0x10,'fontFamily':_0x55c0(0x96),'fontWeight':_0x55c0(0x9d)},'logoutButton':{'alignItems':_0x55c0(0x92),'paddingVertical':0xc,'marginTop':0x8},'logoutButtonText':{'fontSize':0xe,'fontFamily':_0x55c0(0x96),'fontWeight':_0x55c0(0x9e),'color':_theme[_0x55c0(0x4f)][_0x55c0(0x9f)],'textDecorationLine':'underline'},'connectedPlatformsSection':{'alignItems':_0x55c0(0x92),'paddingVertical':0xa,'paddingHorizontal':0x10,'backgroundColor':_0x55c0(0x99),'borderRadius':0x10,'marginBottom':0xa,'marginTop':0x10},'connectedPlatformsTitle':{'fontSize':0xf,'fontFamily':_0x55c0(0x96),'fontWeight':_0x55c0(0x9d),'color':_theme[_0x55c0(0x4f)][_0x55c0(0x9f)],'marginBottom':0xa},'connectedPlatformsIcons':{'flexDirection':'row','justifyContent':_0x55c0(0x92),'alignItems':_0x55c0(0x92),'flexWrap':_0x55c0(0xa0),'gap':0xa,'marginBottom':0xa},'connectedPlatformIconContainer':{'width':0x30,'height':0x30,'borderRadius':0xa,'backgroundColor':_0x55c0(0x2c),'justifyContent':_0x55c0(0x92),'alignItems':_0x55c0(0x92),'shadowColor':'#000','shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.1,'shadowRadius':0x4,'elevation':0x2},'connectedPlatformIcon':{'width':0x20,'height':0x20},'connectMoreButton':{'flexDirection':_0x55c0(0x91),'alignItems':_0x55c0(0x92),'justifyContent':_0x55c0(0x92),'gap':0x8},'connectMoreText':{'fontSize':0x10,'fontFamily':_0x55c0(0x96),'fontWeight':_0x55c0(0x9d),'color':_theme[_0x55c0(0x4f)][_0x55c0(0x9f)]},'connectMorePlusCircle':{'width':0x1c,'height':0x1c,'borderRadius':0xe,'borderWidth':0x2,'borderColor':_theme[_0x55c0(0x4f)]['grey400'],'justifyContent':_0x55c0(0x92),'alignItems':_0x55c0(0x92)},'connectMorePlus':{'fontSize':0x12,'fontWeight':_0x55c0(0x9d),'color':_theme[_0x55c0(0x4f)][_0x55c0(0x9f)],'marginTop':-0x2}});function _0x5cf4(){var _0x9c076=['defineProperty','__esModule','default','PersonalizationConsentScreen','object','function','sMhrp','WGlqx','VbYUJ','VTrCT','LhcNZ','bAlUl','ZKfDR','qJnFB','TDHXu','toQOp','yVyME','SXRpr','WHmDi','dxoIb','has','get','rPYDu','McUNB','rNtmq','set','lRfVQ','hasOwnProperty','getOwnPropertyDescriptor','vRTxj','UrULp','call','triggerHaptic','BUTTON_PRESS','Enoch','rNnUW','NXgyu','uZzJt','XsTmy','contain','Welcome\x20back!','#4CD964','Connect\x20more','small','#FFFFFF','Accept\x20&\x20Continue','Decline','useState','ZPWMS','HapticType','rPfFs','values','some','createElement','View','container','ScrollView','scrollView','scrollContent','headerContainer','iconContainer','Image','BRAND_IMAGES','headerIcon','GXkhG','Text','arrow','enochIcon','enochAppIcon','titleContainer','GIQYz','title','\x20wants\x20to\x20personalize\x20your\x20experience','subtitle','jviwq','optionsContainer','TouchableOpacity','basicProfile','Basicproficon','COLORS','grey700','optionIcon','grey800','checkboxContainer','YzjPH','checkbox','grey400','optionRow','contentAnalysis','optionLeft','Contenticon','Userpreferences','Checkmark','Checkbox','personalityProfile','Personalityicon','optionText','connectedPlatformsSection','connectedPlatformsTitle','Connected\x20Platforms','paYKh','length','connectedPlatformIconContainer','getPlatformIcon','connectedPlatformIcon','connectMoreButton','rfwjD','DwvRB','kgoDa','OMtds','jAeKe','IETKx','zjaEt','VvjBX','MMKUo','dygsb','ssMpt','WqQjs','AYuQf','connectMoreText','KQeTD','connectMorePlusCircle','connectMorePlus','buttonContainer','acceptButton','acceptButtonActive','acceptButtonLoading','ciHBd','IASNi','lULxL','tcvnl','seVjt','ePkxK','caXme','YjdFG','Fragment','acceptButtonText','acceptButtonTextActive','zinEg','buttonArrow','buttonArrowActive','WJbbV','StyleSheet','create','surface','row','center','IBM\x20Plex\x20Sans','700','600','Inter','grey600','space-between','#F8F9FA','#E5E5E5','#2D3436','#999999','500','400','grey500','wrap'];_0x5cf4=function(){return _0x9c076;};return _0x5cf4();}var _default=exports['default']=PersonalizationConsentScreen;
@@ -9,4 +9,4 @@ var __ONAIROS_REQ_REGISTRY__ = [
9
9
  require("../services/pinStorageUtils")
10
10
  ];
11
11
  function __ONAIROS_REQ_FUNC__(i) { return __ONAIROS_REQ_REGISTRY__[i]; }
12
- Object[_0x50d2(0x0)](exports,'__esModule',{'value':!![]}),exports['default']=exports[_0x50d2(0x1)]=void 0x0;var _react=_interopRequireWildcard(__ONAIROS_REQ_FUNC__(0x0)),_reactNative=__ONAIROS_REQ_FUNC__(0x1),_theme=__ONAIROS_REQ_FUNC__(0x2),_haptics=__ONAIROS_REQ_FUNC__(0x3),_biometricPinService=__ONAIROS_REQ_FUNC__(0x4),_pinStorageUtils=__ONAIROS_REQ_FUNC__(0x5);function _0x55b9(){const _0x5cbe02=['defineProperty','PinCreationScreen','object','RWrZh','__esModule','SaLGP','LGMET','function','has','get','xwzET','getOwnPropertyDescriptor','set','Zgiev','nmyfu','DjKqT','success','unavailable','eOHIL','fSkJp','❌\x20Error\x20checking\x20biometric\x20availability:','dnisp','Try\x20Again','Continue\x20Without\x20Face\x20ID','xBtkT','Please\x20ensure\x20your\x20PIN\x20meets\x20all\x20requirements.','zkNjr','🔐\x20Starting\x20PIN\x20creation\x20process...','📝\x20PIN\x20stored\x20temporarily\x20for\x20onboarding','🔐\x20[PIN\x20CREATION]\x20Biometric\x20storage\x20enabled,\x20starting\x20biometric\x20flow...','NIjFr','eubWZ','✅\x20PIN\x20storage\x20verified\x20-\x20proceeding\x20with\x20onboarding','kMLHn','⚠️\x20Face\x20ID\x20authentication\x20was\x20cancelled\x20or\x20failed','zQPsj','📱\x20Biometric\x20not\x20available,\x20continuing\x20without\x20Face\x20ID','3|2|4|0|1','PIN\x20Creation\x20Error','There\x20was\x20an\x20issue\x20creating\x20your\x20PIN.\x20Please\x20try\x20again.','❌\x20Error\x20in\x20PIN\x20creation\x20process:','📱\x20Biometric\x20availability\x20check:','iRvcK','YuQVe','Contain\x20an\x20uppercase\x20letter.','Contain\x20a\x20symbol\x20(e.g.\x20!@#$%^&*).','storing','Checking\x20Face\x20ID...','Securing\x20with\x20Face\x20ID...','PIN\x20Secured\x20with\x20Face\x20ID','Your\x20PIN\x20is\x20now\x20protected\x20with\x20Face\x20ID\x20authentication.','Face\x20ID\x20setup\x20failed,\x20but\x20your\x20PIN\x20is\x20stored\x20securely.','#FFFFFF','useState','aRiTy','cABAA','BgFOB','eJIIm','length','test','LytBb','every','xppXx','QLxQQ','YYpLH','pLBNg','fvpsd','HJEMq','fyoVx','error','aIXJu','Face\x20ID\x20authentication\x20was\x20cancelled\x20or\x20failed.\x20Your\x20PIN\x20is\x20still\x20saved\x20securely.','VFzMO','xJjec','XKgUi','triggerHaptic','HapticType','ERROR','Alert','alert','LQizS','CYFCH','BUTTON_PRESS','Tlxbi','UMBsv','eMnRJ','log','CfZxq','SUCCESS','kiDla','GyEnL','iKNld','LhVvr','biometricPinService','isBiometricAvailable','📱\x20[PIN\x20CREATION]\x20Biometric\x20available\x20before\x20storage:','CsMdY','dMxfw','storePinWithBiometric','oAwyF','XVSmL','uymrj','isPinStored','LKBEL','hFRZR','SuEUY','XOjus','uMGGk','1|4|3|2|0','split','PIN\x20Storage\x20Error','❌\x20PIN\x20storage\x20verification\x20failed','INzWY','tjUyB','YQJQr','xKWCi','FIrzI','values','BxMNh','VOViK','WqDze','CutwA','ICwwI','iHTQW','ffTtP','wNeib','LkNkU','ZOKAI','aMAfj','cEaHv','WodUY','ZQcUH','IQplj','LvvAV','jjHgP','NPEjX','vNKwh','fsYfl','LhnnN','ycPQM','AHFXy','EOjgA','aoiYq','available','LnoZN','kOxwG','useEffect','ezlRw','coHXU','default','aCAwJ','mQDUr','WrhVm','AqmUU','cQEWn','hhWQX','BCoGF','ajtNq','hasOwnProperty','wIteJ','VqhQr','zwTbI','jOEEQ','JNKCZ','lTcXB','XnwFt','createElement','titleContainer','title','TxXJJ','Text','subtitle','pJdFW','View','pinContainer','TextInput','pinInput','Enter\x20your\x20PIN','requirementsContainer','requirementsTitle','hYfah','checkbox','checkboxChecked','checkmark','requirementText','requirementTextMet','RUBEl','requirementItem','uppercase','QoAxs','number','symbol','bGPZK','securityCardError','ActivityIndicator','VNOJw','grey600','BnJBm','NtFVp','dYWRK','MsYXi','securityIcon','mNxPl','fojcn','securityTextContainer','securityTitle','SbHwW','checking','Enhanced\x20Security','ucHYF','GsZJW','panOQ','jjoBN','nrHTS','DkxaG','Face\x20ID\x20is\x20not\x20available\x20on\x20this\x20device.\x20Your\x20PIN\x20will\x20be\x20stored\x20securely.','Please\x20authenticate\x20with\x20Face\x20ID\x20to\x20secure\x20your\x20PIN.','BTmdL','pTEdR','buttonContainer','continueButton','continueButtonActive','okWaI','continueButtonText','continueButtonTextActive','pkelX','create','center','700','grey800','COLORS','Inter','#F8F9FA','#E5E5E5','600','row','#4CD964','bold','#F0FDF4','#22C55E','auto','#2D3436','#999999'];_0x55b9=function(){return _0x5cbe02;};return _0x55b9();}function _interopRequireWildcard(_0x3cb185,_0x36eeea){const _0x5054e5={'RWrZh':function(_0x22296e,_0x2e5b19){return _0x22296e&&_0x2e5b19;},'SaLGP':function(_0x3dfce1,_0x512f4){return _0x3dfce1===_0x512f4;},'HPkGf':_0x50d2(0x2),'LGMET':function(_0x24deae,_0x1b1157){return _0x24deae!=_0x1b1157;},'xwzET':function(_0x10ee4a,_0x3bb0a2){return _0x10ee4a!==_0x3bb0a2;},'Zgiev':function(_0x3a7762,_0x589f6b,_0x1f98a6,_0x3c0103){return _0x3a7762(_0x589f6b,_0x1f98a6,_0x3c0103);}};if('function'==typeof WeakMap)var _0x370e49=new WeakMap(),_0x5c80f6=new WeakMap();return(_interopRequireWildcard=function(_0x48ee09,_0x4a2391){if(_0x5054e5[_0x50d2(0x3)](!_0x4a2391,_0x48ee09)&&_0x48ee09[_0x50d2(0x4)])return _0x48ee09;var _0x1fa55d,_0x866d3e,_0x22fc48={'__proto__':null,'default':_0x48ee09};if(_0x5054e5[_0x50d2(0x5)](null,_0x48ee09)||_0x5054e5['HPkGf']!=typeof _0x48ee09&&_0x5054e5[_0x50d2(0x6)](_0x50d2(0x7),typeof _0x48ee09))return _0x22fc48;if(_0x1fa55d=_0x4a2391?_0x5c80f6:_0x370e49){if(_0x1fa55d[_0x50d2(0x8)](_0x48ee09))return _0x1fa55d[_0x50d2(0x9)](_0x48ee09);_0x1fa55d['set'](_0x48ee09,_0x22fc48);}for(const _0x2743a1 in _0x48ee09)_0x5054e5[_0x50d2(0xa)]('default',_0x2743a1)&&{}['hasOwnProperty']['call'](_0x48ee09,_0x2743a1)&&((_0x866d3e=(_0x1fa55d=Object['defineProperty'])&&Object[_0x50d2(0xb)](_0x48ee09,_0x2743a1))&&(_0x866d3e[_0x50d2(0x9)]||_0x866d3e[_0x50d2(0xc)])?_0x5054e5[_0x50d2(0xd)](_0x1fa55d,_0x22fc48,_0x2743a1,_0x866d3e):_0x22fc48[_0x2743a1]=_0x48ee09[_0x2743a1]);return _0x22fc48;})(_0x3cb185,_0x36eeea);}const PinCreationScreen=({visible:_0x2307f9,onComplete:_0x2cbc5c,onBack:_0x51d9a6})=>{const _0x4492e8={'UDvgM':function(_0x5bf3e2,_0x1ca499){return _0x5bf3e2!==_0x1ca499;},'cABAA':_0x50d2(0xe),'BgFOB':_0x50d2(0xf),'eJIIm':function(_0x53b587,_0x1e34ac){return _0x53b587>=_0x1e34ac;},'LytBb':function(_0x47b4ac,_0x419870){return _0x47b4ac(_0x419870);},'xppXx':function(_0x3c6a3f,_0x2794fa){return _0x3c6a3f(_0x2794fa);},'YYpLH':function(_0x25d73a,_0x2db4a1){return _0x25d73a(_0x2db4a1);},'CfZxq':_0x50d2(0x10),'lQzDp':function(_0x260c2e,_0x10e182,_0x259ccf){return _0x260c2e(_0x10e182,_0x259ccf);},'dMxfw':'❌\x20[PIN\x20CREATION]\x20Face\x20ID\x20not\x20available\x20on\x20this\x20device','HJEMq':_0x50d2(0x11),'QLxQQ':function(_0x492aa6,_0x2248d6){return _0x492aa6(_0x2248d6);},'BxMNh':function(_0x91747c,_0x3d59cd){return _0x91747c===_0x3d59cd;},'VOViK':_0x50d2(0x12),'WqDze':_0x50d2(0x13),'ICwwI':function(_0x57841b,_0x5a15a2){return _0x57841b(_0x5a15a2);},'MsYXi':'available','ZQcUH':function(_0x5a13c4){return _0x5a13c4();},'qpGHK':function(_0x5ae2ff,_0x470d8b){return _0x5ae2ff>=_0x470d8b;},'pLBNg':function(_0x501a55,_0x528ffe){return _0x501a55(_0x528ffe);},'fvpsd':_0x50d2(0x14),'fyoVx':_0x50d2(0x15),'aIXJu':'Face\x20ID\x20Setup','VFzMO':_0x50d2(0x16),'xJjec':_0x50d2(0x17),'XKgUi':_0x50d2(0x18),'LQizS':'Invalid\x20PIN','CYFCH':_0x50d2(0x19),'Tlxbi':function(_0x4eef3c,_0xac45fe){return _0x4eef3c(_0xac45fe);},'UMBsv':'NMdez','eMnRJ':_0x50d2(0x1a),'GyEnL':_0x50d2(0x1b),'iKNld':_0x50d2(0x1c),'LhVvr':_0x50d2(0x1d),'iKwGo':_0x50d2(0x1e),'kQApU':'🔐\x20[PIN\x20CREATION]\x20Triggering\x20biometric\x20authentication\x20for\x20PIN\x20storage...','oAwyF':function(_0x29f94c,_0x5ad6da){return _0x29f94c===_0x5ad6da;},'XVSmL':_0x50d2(0x1f),'uymrj':'✅\x20PIN\x20stored\x20successfully\x20with\x20Face\x20ID','LKhIV':_0x50d2(0x20),'LKBEL':function(_0x19d59c,_0x2cf251,_0x385e2c){return _0x19d59c(_0x2cf251,_0x385e2c);},'SuEUY':function(_0x1b713c,_0x12d699){return _0x1b713c!==_0x12d699;},'XOjus':_0x50d2(0x21),'uMGGk':'YezYl','LyQvX':'PIN\x20storage\x20verification\x20failed.\x20Please\x20try\x20again.','INzWY':function(_0x2ce58a,_0x2df2d7){return _0x2ce58a(_0x2df2d7);},'tjUyB':function(_0x42f428,_0x268990){return _0x42f428(_0x268990);},'YQJQr':'error','STlii':_0x50d2(0x22),'qsSvj':function(_0x571215,_0x287af6){return _0x571215(_0x287af6);},'aMAfj':function(_0x5680be,_0x267f9c){return _0x5680be===_0x267f9c;},'cEaHv':'dkCXQ','WodUY':_0x50d2(0x23),'IQplj':_0x50d2(0x24),'LvvAV':function(_0x5deb12,_0x14691c){return _0x5deb12(_0x14691c);},'jjHgP':_0x50d2(0x25),'NPEjX':_0x50d2(0x26),'vNKwh':_0x50d2(0x27),'fsYfl':function(_0x4c9d87,_0x115c74){return _0x4c9d87(_0x115c74);},'LhnnN':_0x50d2(0x28),'cOAcO':function(_0x552d5c,_0x4f4d0e){return _0x552d5c(_0x4f4d0e);},'aRiTy':'checking','VqhQr':function(_0x144700,_0x151261){return _0x144700(_0x151261);},'xlMRF':_0x50d2(0x29),'RTMhB':_0x50d2(0x2a),'zwTbI':function(_0x4b9466,_0x47caa0){return _0x4b9466(_0x47caa0);},'ezlRw':function(_0x38cd16,_0x56386b){return _0x38cd16!=_0x56386b;},'coHXU':_0x50d2(0x7),'aCAwJ':function(_0x2ae534,_0x271729,_0x1a2c4d,_0x2b8d0b){return _0x2ae534(_0x271729,_0x1a2c4d,_0x2b8d0b);},'mQDUr':function(_0x55cd84,_0x3d0dda){return _0x55cd84(_0x3d0dda);},'WrhVm':_0x50d2(0x2b),'XnwFt':function(_0xdaadc4){return _0xdaadc4();},'TxXJJ':'Create\x20a\x20PIN','pJdFW':'A\x20PIN\x20so\x20only\x20you\x20have\x20access\x20to\x20your\x20data.','hYfah':'Your\x20PIN\x20must:','RUBEl':'Be\x20at\x20least\x208\x20characters\x20in\x20length.','QoAxs':_0x50d2(0x2c),'XZYMw':'Contain\x20a\x20number.','bGPZK':_0x50d2(0x2d),'VNOJw':'small','BnJBm':function(_0x168522,_0x58c756){return _0x168522===_0x58c756;},'NtFVp':_0x50d2(0x2e),'dYWRK':function(_0x4ed021,_0x16ae0d){return _0x4ed021===_0x16ae0d;},'aDVhj':function(_0x35b039,_0x44f0ec){return _0x35b039===_0x44f0ec;},'mNxPl':function(_0x3f857e,_0x3f3a4a){return _0x3f857e===_0x3f3a4a;},'fojcn':function(_0x501825,_0x522f14){return _0x501825===_0x522f14;},'SbHwW':function(_0x9728ba,_0x5d27f8){return _0x9728ba===_0x5d27f8;},'cIeMk':_0x50d2(0x2f),'ucHYF':function(_0x306544,_0x3496f2){return _0x306544===_0x3496f2;},'GsZJW':'Face\x20ID\x20Unavailable','panOQ':_0x50d2(0x30),'jjoBN':_0x50d2(0x31),'nrHTS':function(_0x302dfc,_0x489523){return _0x302dfc===_0x489523;},'DkxaG':'Verifying\x20Face\x20ID\x20availability\x20on\x20your\x20device.','BTmdL':_0x50d2(0x32),'pTEdR':_0x50d2(0x33),'okWaI':function(_0x2bf016,_0x3a8567){return _0x2bf016||_0x3a8567;},'kMLQP':_0x50d2(0x34),'pkelX':'Continue'},[_0x371763,_0x1995b2]=(0x0,_react['useState'])(''),[_0x54fbac,_0x335f2a]=(0x0,_react[_0x50d2(0x35)])({'length':![],'uppercase':![],'number':![],'symbol':![]}),[_0x258df6,_0x4ba812]=(0x0,_react[_0x50d2(0x35)])(![]),[_0x554f79,_0x3a384f]=(0x0,_react[_0x50d2(0x35)])(![]),[_0x1bf1ad,_0x266015]=(0x0,_react['useState'])(_0x4492e8[_0x50d2(0x36)]),_0x570b2a=_0x2db75f=>{if(_0x4492e8['UDvgM'](_0x4492e8[_0x50d2(0x37)],_0x4492e8[_0x50d2(0x38)])){const _0x6477e={'length':_0x4492e8[_0x50d2(0x39)](_0x2db75f[_0x50d2(0x3a)],0x8),'uppercase':/[A-Z]/[_0x50d2(0x3b)](_0x2db75f),'number':/[0-9]/['test'](_0x2db75f),'symbol':/[!@#$%^&*(),.?":{}|<>]/['test'](_0x2db75f)};return _0x4492e8[_0x50d2(0x3c)](_0x335f2a,_0x6477e),Object['values'](_0x6477e)[_0x50d2(0x3d)](_0x5a39a5=>_0x5a39a5);}else{if(_0x15e3a1[_0x50d2(0x8)](_0x485e99))return _0x3457a6['get'](_0x28de15);_0x579cad['set'](_0x321b14,_0x3e84e1);}},_0x61a384=_0x696829=>{_0x4492e8[_0x50d2(0x3e)](_0x1995b2,_0x696829),_0x4492e8[_0x50d2(0x3c)](_0x570b2a,_0x696829);},_0x57c13b=async()=>{const _0x16e785={'kiDla':function(_0x471c05,_0x5b18e7){return _0x4492e8[_0x50d2(0x3f)](_0x471c05,_0x5b18e7);},'CsMdY':function(_0x3a41cc){return _0x3a41cc();},'hFRZR':function(_0x492011,_0x50c1df){return _0x4492e8[_0x50d2(0x40)](_0x492011,_0x50c1df);},'xKWCi':function(_0x18939b,_0x957045){return _0x4492e8['qpGHK'](_0x18939b,_0x957045);},'FIrzI':function(_0x14d4cd,_0x2a9d6a){return _0x4492e8[_0x50d2(0x41)](_0x14d4cd,_0x2a9d6a);},'wNeib':_0x4492e8[_0x50d2(0x42)],'LkNkU':function(_0x47d915,_0xb69210){return _0x4492e8[_0x50d2(0x40)](_0x47d915,_0xb69210);},'ZOKAI':_0x4492e8[_0x50d2(0x43)],'iHTQW':function(_0x436cba,_0x4a7a27){return _0x4492e8['UDvgM'](_0x436cba,_0x4a7a27);},'ffTtP':_0x4492e8[_0x50d2(0x44)],'aoiYq':function(_0xfc34c8,_0x3b4796){return _0xfc34c8(_0x3b4796);},'ycPQM':function(_0x55341b,_0x16e2aa){return _0x55341b(_0x16e2aa);},'HPSne':_0x50d2(0x45),'AHFXy':_0x4492e8[_0x50d2(0x46)],'EOjgA':_0x50d2(0x47),'ATmAl':_0x4492e8[_0x50d2(0x48)],'LnoZN':_0x4492e8[_0x50d2(0x49)]};if(_0x4492e8[_0x50d2(0x4a)]===_0x50d2(0x18)){if(!_0x4492e8['ICwwI'](_0x570b2a,_0x371763)){(0x0,_haptics[_0x50d2(0x4b)])(_haptics[_0x50d2(0x4c)][_0x50d2(0x4d)]),_reactNative[_0x50d2(0x4e)][_0x50d2(0x4f)](_0x4492e8[_0x50d2(0x50)],_0x4492e8[_0x50d2(0x51)]);return;}(0x0,_haptics[_0x50d2(0x4b)])(_haptics[_0x50d2(0x4c)][_0x50d2(0x52)]),_0x4492e8[_0x50d2(0x53)](_0x4ba812,!![]);try{if(_0x4492e8[_0x50d2(0x54)]===_0x4492e8[_0x50d2(0x55)])_0x2d58f8[_0x50d2(0x56)](_0x50d2(0x20)),_0x4492e8[_0x50d2(0x40)](_0x3233b4,_0x4492e8[_0x50d2(0x57)]),(0x0,_0x28072d[_0x50d2(0x4b)])(_0x49e413['HapticType'][_0x50d2(0x58)]),_0x4492e8['lQzDp'](_0x26fa5b,()=>{_0x5aeb04(![]),_0x16e785[_0x50d2(0x59)](_0x1675fe,_0x90b4a8);},0x320);else{console[_0x50d2(0x56)](_0x4492e8[_0x50d2(0x5a)]),(0x0,_pinStorageUtils['setTemporaryPin'])(_0x371763),console['log'](_0x4492e8[_0x50d2(0x5b)]);if(_0x554f79){_0x4492e8[_0x50d2(0x3c)](_0x266015,_0x50d2(0x2e)),console[_0x50d2(0x56)](_0x4492e8[_0x50d2(0x5c)]);const _0x5cc9b8=await _biometricPinService[_0x50d2(0x5d)][_0x50d2(0x5e)]();console[_0x50d2(0x56)](_0x50d2(0x5f),_0x5cc9b8);if(!_0x5cc9b8){if('ONCEc'===_0x4492e8['iKwGo'])(0x0,_0x5d7495['triggerHaptic'])(_0x24ec9e['HapticType']['BUTTON_PRESS']),_0x16e785[_0x50d2(0x60)](_0x4a4138);else{console[_0x50d2(0x45)](_0x4492e8[_0x50d2(0x61)]),_0x4492e8[_0x50d2(0x53)](_0x266015,'unavailable'),_0x4492e8[_0x50d2(0x3c)](_0x4ba812,![]);return;}}console[_0x50d2(0x56)](_0x4492e8['kQApU']);const _0xafa002=await _biometricPinService[_0x50d2(0x5d)][_0x50d2(0x62)](_0x371763);if(_0xafa002){if(_0x4492e8[_0x50d2(0x63)](_0x4492e8[_0x50d2(0x64)],_0x4492e8[_0x50d2(0x64)])){console[_0x50d2(0x56)](_0x4492e8[_0x50d2(0x65)]);const _0x555972=await _biometricPinService[_0x50d2(0x5d)][_0x50d2(0x66)]();if(_0x555972)console[_0x50d2(0x56)](_0x4492e8['LKhIV']),_0x266015(_0x4492e8[_0x50d2(0x57)]),(0x0,_haptics[_0x50d2(0x4b)])(_haptics[_0x50d2(0x4c)]['SUCCESS']),_0x4492e8[_0x50d2(0x67)](setTimeout,()=>{_0x16e785[_0x50d2(0x59)](_0x4ba812,![]),_0x16e785[_0x50d2(0x68)](_0x2cbc5c,_0x371763);},0x320);else{if(_0x4492e8[_0x50d2(0x69)](_0x4492e8[_0x50d2(0x6a)],_0x4492e8[_0x50d2(0x6b)])){const _0x5c1949=_0x50d2(0x6c)[_0x50d2(0x6d)]('|');let _0xf818d4=0x0;while(!![]){switch(_0x5c1949[_0xf818d4++]){case'0':_reactNative['Alert'][_0x50d2(0x4f)](_0x50d2(0x6e),_0x4492e8['LyQvX'],[{'text':'OK'}]);continue;case'1':console[_0x50d2(0x45)](_0x50d2(0x6f));continue;case'2':(0x0,_haptics[_0x50d2(0x4b)])(_haptics[_0x50d2(0x4c)]['ERROR']);continue;case'3':_0x4492e8[_0x50d2(0x70)](_0x4ba812,![]);continue;case'4':_0x4492e8[_0x50d2(0x71)](_0x266015,_0x4492e8[_0x50d2(0x72)]);continue;}break;}}else{_0x14b537[_0x50d2(0x45)](_0x4492e8[_0x50d2(0x61)]),_0x4492e8[_0x50d2(0x3c)](_0x4f9d25,_0x4492e8[_0x50d2(0x43)]),_0x4492e8[_0x50d2(0x3f)](_0x554775,![]);return;}}}else{const _0x34d02c={'length':_0x16e785[_0x50d2(0x73)](_0x2499d4[_0x50d2(0x3a)],0x8),'uppercase':/[A-Z]/[_0x50d2(0x3b)](_0x100d95),'number':/[0-9]/[_0x50d2(0x3b)](_0x120d7d),'symbol':/[!@#$%^&*(),.?":{}|<>]/[_0x50d2(0x3b)](_0x3a05f5)};return _0x16e785[_0x50d2(0x74)](_0x272ee4,_0x34d02c),_0x11f1c6[_0x50d2(0x75)](_0x34d02c)[_0x50d2(0x3d)](_0x2dc649=>_0x2dc649);}}else console[_0x50d2(0x56)](_0x4492e8['STlii']),_0x4492e8['qsSvj'](_0x266015,_0x4492e8[_0x50d2(0x72)]),(0x0,_haptics[_0x50d2(0x4b)])(_haptics['HapticType'][_0x50d2(0x4d)]),_reactNative[_0x50d2(0x4e)]['alert'](_0x4492e8['aIXJu'],_0x50d2(0x47),[{'text':_0x4492e8['VFzMO'],'onPress':()=>{const _0x5ed5ac={'CutwA':function(_0x1a02ce,_0x23741f){return _0x4492e8['YYpLH'](_0x1a02ce,_0x23741f);}};_0x4492e8[_0x50d2(0x76)](_0x4492e8[_0x50d2(0x77)],_0x4492e8[_0x50d2(0x78)])?(_0x5ed5ac[_0x50d2(0x79)](_0x24059b,![]),_0x5ed5ac[_0x50d2(0x79)](_0x4907f2,_0x1ff5ad)):(_0x4492e8[_0x50d2(0x40)](_0x4ba812,![]),_0x4492e8[_0x50d2(0x7a)](_0x266015,_0x4492e8['MsYXi']));}},{'text':_0x4492e8[_0x50d2(0x49)],'onPress':()=>{_0x16e785[_0x50d2(0x7b)](_0x16e785[_0x50d2(0x7c)],_0x16e785[_0x50d2(0x7c)])?(_0x21b1cc[_0x50d2(0x45)](_0x16e785[_0x50d2(0x7d)],_0x29ccf7),_0x16e785[_0x50d2(0x7e)](_0x2f20b6,![]),_0x375dd5(_0x16e785[_0x50d2(0x7f)])):(_0x16e785[_0x50d2(0x59)](_0x4ba812,![]),_0x16e785['aoiYq'](_0x2cbc5c,_0x371763));}}]);}else _0x4492e8[_0x50d2(0x80)](_0x4492e8[_0x50d2(0x81)],_0x4492e8[_0x50d2(0x82)])?_0x4492e8[_0x50d2(0x83)](_0x51d37c):(console[_0x50d2(0x56)](_0x4492e8[_0x50d2(0x84)]),_0x266015(_0x50d2(0x11)),_0x4492e8[_0x50d2(0x85)](_0x4ba812,![]),_0x4492e8['LytBb'](_0x2cbc5c,_0x371763));}}catch(_0x4b2d7){const _0x3be11a=_0x4492e8[_0x50d2(0x86)]['split']('|');let _0x37cbe1=0x0;while(!![]){switch(_0x3be11a[_0x37cbe1++]){case'0':(0x0,_haptics[_0x50d2(0x4b)])(_haptics['HapticType'][_0x50d2(0x4d)]);continue;case'1':_reactNative[_0x50d2(0x4e)][_0x50d2(0x4f)](_0x4492e8[_0x50d2(0x87)],_0x4492e8[_0x50d2(0x88)],[{'text':'OK'}]);continue;case'2':_0x4492e8[_0x50d2(0x89)](_0x266015,_0x50d2(0x45));continue;case'3':console[_0x50d2(0x45)](_0x4492e8[_0x50d2(0x8a)],_0x4b2d7);continue;case'4':_0x4492e8['LytBb'](_0x4ba812,![]);continue;}break;}}}else{const _0x11e503={'kOxwG':function(_0xe299a7,_0x5f1276){return _0x16e785[_0x50d2(0x8b)](_0xe299a7,_0x5f1276);}};_0x367beb[_0x50d2(0x56)](_0x50d2(0x22)),_0x16e785[_0x50d2(0x8b)](_0x38fc9e,_0x16e785['HPSne']),(0x0,_0x132820[_0x50d2(0x4b)])(_0x1e16cb[_0x50d2(0x4c)][_0x50d2(0x4d)]),_0xef737[_0x50d2(0x4e)]['alert'](_0x16e785[_0x50d2(0x8c)],_0x16e785[_0x50d2(0x8d)],[{'text':_0x16e785['ATmAl'],'onPress':()=>{_0x16e785[_0x50d2(0x68)](_0x68c39b,![]),_0x16e785[_0x50d2(0x8e)](_0x401b2b,_0x50d2(0x8f));}},{'text':_0x16e785[_0x50d2(0x90)],'onPress':()=>{_0x11e503[_0x50d2(0x91)](_0x6cb681,![]),_0x11e503[_0x50d2(0x91)](_0x3b268e,_0x5a6f40);}}]);}},_0xd68d20=()=>{(0x0,_haptics[_0x50d2(0x4b)])(_haptics['HapticType']['BUTTON_PRESS']),_0x4492e8[_0x50d2(0x83)](_0x51d9a6);};(0x0,_react[_0x50d2(0x92)])(()=>{const _0x377b05={'AqmUU':function(_0x1417b2,_0x19d610){return _0x4492e8[_0x50d2(0x80)](_0x1417b2,_0x19d610);},'cQEWn':function(_0x1948c3,_0x414a96){return _0x4492e8[_0x50d2(0x93)](_0x1948c3,_0x414a96);},'hhWQX':_0x50d2(0x2),'crqZT':_0x4492e8[_0x50d2(0x94)],'BCoGF':function(_0x53590c,_0x406288){return _0x53590c!==_0x406288;},'ajtNq':_0x50d2(0x95),'wIteJ':function(_0x1f82d3,_0x1185b8,_0x1669a6,_0x1b1bf3){return _0x4492e8[_0x50d2(0x96)](_0x1f82d3,_0x1185b8,_0x1669a6,_0x1b1bf3);},'jOEEQ':_0x4492e8[_0x50d2(0x8a)],'elXVP':function(_0x2b7d75,_0x4ede8c){return _0x4492e8[_0x50d2(0x97)](_0x2b7d75,_0x4ede8c);},'JNKCZ':_0x4492e8['NPEjX'],'lTcXB':_0x50d2(0x27)};if(_0x4492e8[_0x50d2(0x98)]!==_0x50d2(0x2b)){if(!_0x34a5d3&&_0x1c276b&&_0x36c28a[_0x50d2(0x4)])return _0x38f91c;var _0x197c39,_0x15a37f,_0x4b127f={'__proto__':null,'default':_0x348a92};if(_0x377b05[_0x50d2(0x99)](null,_0x32c8a6)||_0x377b05[_0x50d2(0x9a)](_0x377b05[_0x50d2(0x9b)],typeof _0x4570de)&&_0x377b05[_0x50d2(0x9a)](_0x377b05['crqZT'],typeof _0x312317))return _0x4b127f;if(_0x197c39=_0xdcafd8?_0x21144d:_0x2f10f5){if(_0x197c39['has'](_0x475d6b))return _0x197c39[_0x50d2(0x9)](_0x5f4523);_0x197c39['set'](_0x2f3978,_0x4b127f);}for(const _0x571be0 in _0x461bc7)_0x377b05[_0x50d2(0x9c)](_0x377b05[_0x50d2(0x9d)],_0x571be0)&&{}[_0x50d2(0x9e)]['call'](_0x1b3349,_0x571be0)&&((_0x15a37f=(_0x197c39=_0x12222f['defineProperty'])&&_0x2a9ff2[_0x50d2(0xb)](_0x4da458,_0x571be0))&&(_0x15a37f[_0x50d2(0x9)]||_0x15a37f[_0x50d2(0xc)])?_0x377b05[_0x50d2(0x9f)](_0x197c39,_0x4b127f,_0x571be0,_0x15a37f):_0x4b127f[_0x571be0]=_0x25d6c7[_0x571be0]);return _0x4b127f;}else{const _0x52be56=async()=>{try{_0x4492e8['cOAcO'](_0x266015,_0x4492e8[_0x50d2(0x36)]);const _0x3a8c98=await _biometricPinService[_0x50d2(0x5d)][_0x50d2(0x5e)]();_0x3a384f(_0x3a8c98),_0x4492e8[_0x50d2(0xa0)](_0x266015,_0x3a8c98?_0x50d2(0x8f):_0x50d2(0x11)),console['log'](_0x4492e8['xlMRF'],_0x3a8c98);}catch(_0x7d3355){if(_0x4492e8[_0x50d2(0x76)](_0x50d2(0x2a),_0x4492e8['RTMhB']))console['error'](_0x4492e8[_0x50d2(0x42)],_0x7d3355),_0x4492e8[_0x50d2(0x41)](_0x3a384f,![]),_0x4492e8[_0x50d2(0xa1)](_0x266015,_0x4492e8[_0x50d2(0x43)]);else{const _0x5e427d='1|0|2|3|4'[_0x50d2(0x6d)]('|');let _0x5cd88a=0x0;while(!![]){switch(_0x5e427d[_0x5cd88a++]){case'0':_0x1e4bdd(_0x50d2(0x45));continue;case'1':_0x4b281f['error'](_0x377b05[_0x50d2(0xa2)],_0x36b3ad);continue;case'2':_0x377b05['elXVP'](_0x2a07d0,![]);continue;case'3':(0x0,_0x4cfc4e[_0x50d2(0x4b)])(_0x41a1f5['HapticType'][_0x50d2(0x4d)]);continue;case'4':_0x34c877[_0x50d2(0x4e)][_0x50d2(0x4f)](_0x377b05[_0x50d2(0xa3)],_0x377b05[_0x50d2(0xa4)],[{'text':'OK'}]);continue;}break;}}}};_0x2307f9&&_0x4492e8[_0x50d2(0xa5)](_0x52be56);}},[_0x2307f9]);const _0x36278c=Object['values'](_0x54fbac)['every'](_0x29862a=>_0x29862a);if(!_0x2307f9)return null;return _react[_0x50d2(0x95)][_0x50d2(0xa6)](_reactNative['View'],{'style':styles['container']},_react[_0x50d2(0x95)]['createElement'](_reactNative['View'],{'style':styles[_0x50d2(0xa7)]},_react[_0x50d2(0x95)][_0x50d2(0xa6)](_reactNative['Text'],{'style':styles[_0x50d2(0xa8)]},_0x4492e8[_0x50d2(0xa9)]),_react['default'][_0x50d2(0xa6)](_reactNative[_0x50d2(0xaa)],{'style':styles[_0x50d2(0xab)]},_0x4492e8[_0x50d2(0xac)])),_react[_0x50d2(0x95)]['createElement'](_reactNative[_0x50d2(0xad)],{'style':styles[_0x50d2(0xae)]},_react[_0x50d2(0x95)][_0x50d2(0xa6)](_reactNative[_0x50d2(0xaf)],{'style':styles[_0x50d2(0xb0)],'value':_0x371763,'onChangeText':_0x61a384,'placeholder':_0x50d2(0xb1),'secureTextEntry':!![],'autoFocus':!![],'maxLength':0x14})),_react[_0x50d2(0x95)][_0x50d2(0xa6)](_reactNative['View'],{'style':styles[_0x50d2(0xb2)]},_react[_0x50d2(0x95)][_0x50d2(0xa6)](_reactNative[_0x50d2(0xaa)],{'style':styles[_0x50d2(0xb3)]},_0x4492e8[_0x50d2(0xb4)]),_react[_0x50d2(0x95)]['createElement'](_reactNative[_0x50d2(0xad)],{'style':styles['requirementItem']},_react[_0x50d2(0x95)][_0x50d2(0xa6)](_reactNative['View'],{'style':[styles[_0x50d2(0xb5)],_0x54fbac[_0x50d2(0x3a)]&&styles[_0x50d2(0xb6)]]},_0x54fbac[_0x50d2(0x3a)]&&_react[_0x50d2(0x95)][_0x50d2(0xa6)](_reactNative[_0x50d2(0xaa)],{'style':styles[_0x50d2(0xb7)]},'✓')),_react[_0x50d2(0x95)]['createElement'](_reactNative[_0x50d2(0xaa)],{'style':[styles[_0x50d2(0xb8)],_0x54fbac['length']&&styles[_0x50d2(0xb9)]]},_0x4492e8[_0x50d2(0xba)])),_react[_0x50d2(0x95)][_0x50d2(0xa6)](_reactNative[_0x50d2(0xad)],{'style':styles[_0x50d2(0xbb)]},_react['default'][_0x50d2(0xa6)](_reactNative[_0x50d2(0xad)],{'style':[styles[_0x50d2(0xb5)],_0x54fbac[_0x50d2(0xbc)]&&styles['checkboxChecked']]},_0x54fbac[_0x50d2(0xbc)]&&_react['default']['createElement'](_reactNative[_0x50d2(0xaa)],{'style':styles[_0x50d2(0xb7)]},'✓')),_react[_0x50d2(0x95)][_0x50d2(0xa6)](_reactNative['Text'],{'style':[styles['requirementText'],_0x54fbac[_0x50d2(0xbc)]&&styles[_0x50d2(0xb9)]]},_0x4492e8[_0x50d2(0xbd)])),_react[_0x50d2(0x95)]['createElement'](_reactNative[_0x50d2(0xad)],{'style':styles[_0x50d2(0xbb)]},_react['default']['createElement'](_reactNative[_0x50d2(0xad)],{'style':[styles['checkbox'],_0x54fbac[_0x50d2(0xbe)]&&styles[_0x50d2(0xb6)]]},_0x54fbac[_0x50d2(0xbe)]&&_react['default'][_0x50d2(0xa6)](_reactNative[_0x50d2(0xaa)],{'style':styles['checkmark']},'✓')),_react[_0x50d2(0x95)][_0x50d2(0xa6)](_reactNative['Text'],{'style':[styles[_0x50d2(0xb8)],_0x54fbac[_0x50d2(0xbe)]&&styles[_0x50d2(0xb9)]]},_0x4492e8['XZYMw'])),_react[_0x50d2(0x95)][_0x50d2(0xa6)](_reactNative[_0x50d2(0xad)],{'style':styles[_0x50d2(0xbb)]},_react['default']['createElement'](_reactNative[_0x50d2(0xad)],{'style':[styles[_0x50d2(0xb5)],_0x54fbac[_0x50d2(0xbf)]&&styles[_0x50d2(0xb6)]]},_0x54fbac[_0x50d2(0xbf)]&&_react[_0x50d2(0x95)]['createElement'](_reactNative[_0x50d2(0xaa)],{'style':styles[_0x50d2(0xb7)]},'✓')),_react[_0x50d2(0x95)]['createElement'](_reactNative['Text'],{'style':[styles[_0x50d2(0xb8)],_0x54fbac['symbol']&&styles[_0x50d2(0xb9)]]},_0x4492e8[_0x50d2(0xc0)]))),_react[_0x50d2(0x95)]['createElement'](_reactNative[_0x50d2(0xad)],{'style':[styles['securityCard'],_0x1bf1ad===_0x4492e8[_0x50d2(0x57)]&&styles['securityCardSuccess'],_0x4492e8[_0x50d2(0x76)](_0x1bf1ad,_0x4492e8[_0x50d2(0x72)])&&styles[_0x50d2(0xc1)]]},_react[_0x50d2(0x95)][_0x50d2(0xa6)](_reactNative[_0x50d2(0xad)],{'style':styles['securityIconContainer']},_0x1bf1ad===_0x4492e8[_0x50d2(0x36)]&&_react[_0x50d2(0x95)][_0x50d2(0xa6)](_reactNative[_0x50d2(0xc2)],{'size':_0x4492e8[_0x50d2(0xc3)],'color':_theme['COLORS'][_0x50d2(0xc4)]}),_0x4492e8[_0x50d2(0xc5)](_0x1bf1ad,_0x4492e8[_0x50d2(0xc6)])&&_react[_0x50d2(0x95)][_0x50d2(0xa6)](_reactNative[_0x50d2(0xc2)],{'size':_0x4492e8[_0x50d2(0xc3)],'color':'#D4A536'}),_0x4492e8[_0x50d2(0xc7)](_0x1bf1ad,_0x4492e8[_0x50d2(0xc8)])&&_react[_0x50d2(0x95)][_0x50d2(0xa6)](_reactNative[_0x50d2(0xaa)],{'style':styles[_0x50d2(0xc9)]},'🔐'),_0x4492e8['aDVhj'](_0x1bf1ad,_0x4492e8[_0x50d2(0x43)])&&_react[_0x50d2(0x95)]['createElement'](_reactNative['Text'],{'style':styles[_0x50d2(0xc9)]},'⚠️'),_0x4492e8[_0x50d2(0xca)](_0x1bf1ad,_0x4492e8['CfZxq'])&&_react[_0x50d2(0x95)][_0x50d2(0xa6)](_reactNative['Text'],{'style':styles[_0x50d2(0xc9)]},'✅'),_0x4492e8[_0x50d2(0xcb)](_0x1bf1ad,_0x4492e8[_0x50d2(0x72)])&&_react[_0x50d2(0x95)][_0x50d2(0xa6)](_reactNative[_0x50d2(0xaa)],{'style':styles[_0x50d2(0xc9)]},'❌')),_react[_0x50d2(0x95)]['createElement'](_reactNative['View'],{'style':styles[_0x50d2(0xcc)]},_react[_0x50d2(0x95)][_0x50d2(0xa6)](_reactNative[_0x50d2(0xaa)],{'style':styles[_0x50d2(0xcd)]},_0x4492e8[_0x50d2(0xce)](_0x1bf1ad,_0x50d2(0xcf))&&_0x4492e8['cIeMk'],_0x1bf1ad==='available'&&_0x50d2(0xd0),_0x4492e8[_0x50d2(0xd1)](_0x1bf1ad,_0x50d2(0x11))&&_0x4492e8[_0x50d2(0xd2)],_0x4492e8[_0x50d2(0xcb)](_0x1bf1ad,_0x50d2(0x2e))&&_0x4492e8[_0x50d2(0xd3)],_0x4492e8[_0x50d2(0xc7)](_0x1bf1ad,_0x50d2(0x10))&&_0x4492e8[_0x50d2(0xd4)],_0x1bf1ad===_0x4492e8[_0x50d2(0x72)]&&'Face\x20ID\x20Setup\x20Failed'),_react['default']['createElement'](_reactNative[_0x50d2(0xaa)],{'style':styles['securityDescription']},_0x4492e8[_0x50d2(0xd5)](_0x1bf1ad,'checking')&&_0x4492e8[_0x50d2(0xd6)],_0x1bf1ad===_0x4492e8[_0x50d2(0xc8)]&&'We\x20use\x20Face\x20ID\x20to\x20ensure\x20only\x20you\x20can\x20access\x20your\x20data.',_0x1bf1ad===_0x4492e8[_0x50d2(0x43)]&&_0x50d2(0xd7),_0x1bf1ad===_0x4492e8['NtFVp']&&_0x50d2(0xd8),_0x1bf1ad===_0x50d2(0x10)&&_0x4492e8[_0x50d2(0xd9)],_0x4492e8[_0x50d2(0xca)](_0x1bf1ad,_0x4492e8[_0x50d2(0x72)])&&_0x4492e8[_0x50d2(0xda)]))),_react[_0x50d2(0x95)]['createElement'](_reactNative[_0x50d2(0xad)],{'style':styles[_0x50d2(0xdb)]},_react[_0x50d2(0x95)][_0x50d2(0xa6)](_reactNative['TouchableOpacity'],{'style':[styles[_0x50d2(0xdc)],_0x36278c&&styles[_0x50d2(0xdd)]],'onPress':_0x57c13b,'disabled':_0x4492e8[_0x50d2(0xde)](!_0x36278c,_0x258df6)},_0x258df6?_react[_0x50d2(0x95)][_0x50d2(0xa6)](_reactNative[_0x50d2(0xc2)],{'size':_0x4492e8[_0x50d2(0xc3)],'color':_0x4492e8['kMLQP']}):_react[_0x50d2(0x95)][_0x50d2(0xa6)](_reactNative[_0x50d2(0xaa)],{'style':[styles[_0x50d2(0xdf)],_0x36278c&&styles[_0x50d2(0xe0)]]},_0x4492e8[_0x50d2(0xe1)]))));};exports[_0x50d2(0x1)]=PinCreationScreen;function _0x50d2(_0x55b9c1,_0x50d284){_0x55b9c1=_0x55b9c1-0x0;const _0x5cdc8c=_0x55b9();let _0x58a9aa=_0x5cdc8c[_0x55b9c1];return _0x58a9aa;}const styles=_reactNative['StyleSheet'][_0x50d2(0xe2)]({'container':{'flex':0x1,'backgroundColor':_theme['COLORS']['surface'],'paddingHorizontal':0x18,'paddingTop':0x28},'titleContainer':{'alignItems':_0x50d2(0xe3),'marginBottom':0x18,'paddingTop':0x0,'marginTop':0x0},'title':{'fontSize':0x18,'fontWeight':_0x50d2(0xe4),'color':_theme['COLORS'][_0x50d2(0xe5)],'marginBottom':0x8,'fontFamily':'IBM\x20Plex\x20Sans'},'subtitle':{'fontSize':0x10,'color':_theme[_0x50d2(0xe6)][_0x50d2(0xc4)],'lineHeight':0x18,'fontFamily':_0x50d2(0xe7)},'pinContainer':{'marginBottom':0x20},'pinInput':{'backgroundColor':_0x50d2(0xe8),'borderRadius':0xc,'paddingVertical':0x10,'paddingHorizontal':0x10,'fontSize':0x10,'fontFamily':_0x50d2(0xe7),'borderWidth':0x1,'borderColor':_0x50d2(0xe9)},'requirementsContainer':{'marginBottom':0x20},'requirementsTitle':{'fontSize':0x10,'fontWeight':_0x50d2(0xea),'color':_theme['COLORS']['grey800'],'marginBottom':0x10,'fontFamily':_0x50d2(0xe7)},'requirementItem':{'flexDirection':_0x50d2(0xeb),'alignItems':_0x50d2(0xe3),'marginBottom':0xc},'checkbox':{'width':0x14,'height':0x14,'borderRadius':0xa,'borderWidth':0x2,'borderColor':_0x50d2(0xe9),'marginRight':0xc,'alignItems':_0x50d2(0xe3),'justifyContent':_0x50d2(0xe3)},'checkboxChecked':{'borderColor':'#4CD964','backgroundColor':_0x50d2(0xec)},'checkmark':{'color':_0x50d2(0x34),'fontSize':0xc,'fontWeight':_0x50d2(0xed)},'requirementText':{'fontSize':0xe,'color':_theme[_0x50d2(0xe6)][_0x50d2(0xc4)],'fontFamily':'Inter','flex':0x1},'requirementTextMet':{'color':_theme[_0x50d2(0xe6)][_0x50d2(0xe5)]},'securityCard':{'backgroundColor':_0x50d2(0xe8),'borderRadius':0xc,'padding':0x10,'flexDirection':'row','alignItems':_0x50d2(0xe3),'marginBottom':0x18,'borderWidth':0x1,'borderColor':_0x50d2(0xe9)},'securityCardSuccess':{'backgroundColor':_0x50d2(0xee),'borderColor':_0x50d2(0xef)},'securityCardError':{'backgroundColor':'#FEF2F2','borderColor':'#EF4444'},'securityIconContainer':{'marginRight':0xc},'securityIcon':{'fontSize':0x18},'securityTextContainer':{'flex':0x1},'securityTitle':{'fontSize':0xe,'fontWeight':'600','color':_theme[_0x50d2(0xe6)]['grey800'],'marginBottom':0x4,'fontFamily':_0x50d2(0xe7)},'securityDescription':{'fontSize':0xd,'color':_theme[_0x50d2(0xe6)][_0x50d2(0xc4)],'lineHeight':0x12,'fontFamily':_0x50d2(0xe7)},'buttonContainer':{'marginTop':_0x50d2(0xf0),'paddingBottom':0x22},'continueButton':{'backgroundColor':'#E5E5E5','borderRadius':0x19,'paddingVertical':0x10,'alignItems':'center','justifyContent':_0x50d2(0xe3)},'continueButtonActive':{'backgroundColor':_0x50d2(0xf1)},'continueButtonText':{'fontSize':0x10,'fontWeight':_0x50d2(0xea),'color':_0x50d2(0xf2),'fontFamily':'Inter'},'continueButtonTextActive':{'color':_0x50d2(0x34)}});var _default=exports['default']=PinCreationScreen;
12
+ Object[_0x4f53(0x0)](exports,'__esModule',{'value':!![]}),exports[_0x4f53(0x1)]=exports[_0x4f53(0x2)]=void 0x0;var _react=_interopRequireWildcard(__ONAIROS_REQ_FUNC__(0x0)),_reactNative=__ONAIROS_REQ_FUNC__(0x1),_theme=__ONAIROS_REQ_FUNC__(0x2),_haptics=__ONAIROS_REQ_FUNC__(0x3),_biometricPinService=__ONAIROS_REQ_FUNC__(0x4),_pinStorageUtils=__ONAIROS_REQ_FUNC__(0x5);function _interopRequireWildcard(_0x14a195,_0x51e9aa){const _0xe72a96={'qOPeM':function(_0x56cfae,_0x959695){return _0x56cfae(_0x959695);},'LuiXp':_0x4f53(0x3),'VNzgN':'❌\x20[PIN\x20CREATION]\x20Face\x20ID\x20not\x20available\x20on\x20this\x20device','rawjb':function(_0x50d9ce,_0x330a2e){return _0x50d9ce!==_0x330a2e;},'aauUr':_0x4f53(0x4),'dyxUQ':'ShIID','QVVKT':function(_0x5931d2,_0xa54b9){return _0x5931d2===_0xa54b9;},'HsdkL':'yaKng','iAfUa':'default','CoNIA':function(_0x27a9a2,_0xaf4eaf,_0x1dc673,_0x3fbf8e){return _0x27a9a2(_0xaf4eaf,_0x1dc673,_0x3fbf8e);},'yIBVz':function(_0x100df4,_0x50c5c1){return _0x100df4==_0x50c5c1;},'kSaXa':_0x4f53(0x5)};if(_0xe72a96[_0x4f53(0x6)](_0xe72a96[_0x4f53(0x7)],typeof WeakMap))var _0x294162=new WeakMap(),_0x288e14=new WeakMap();return(_interopRequireWildcard=function(_0x54ca0f,_0x5812a1){const _0x418ae4={'eKrTE':function(_0x3e7e6d,_0x5b7f53){return _0xe72a96[_0x4f53(0x8)](_0x3e7e6d,_0x5b7f53);},'POGwW':_0xe72a96['LuiXp'],'KPFBX':_0xe72a96['VNzgN'],'JqAKQ':_0x4f53(0x9)};if(_0xe72a96[_0x4f53(0xa)](_0xe72a96[_0x4f53(0xb)],_0xe72a96[_0x4f53(0xc)])){if(!_0x5812a1&&_0x54ca0f&&_0x54ca0f[_0x4f53(0xd)])return _0x54ca0f;var _0xaa9bc9,_0xf504fe,_0x5396ab={'__proto__':null,'default':_0x54ca0f};if(_0xe72a96[_0x4f53(0xe)](null,_0x54ca0f)||'object'!=typeof _0x54ca0f&&_0x4f53(0x5)!=typeof _0x54ca0f)return _0x5396ab;if(_0xaa9bc9=_0x5812a1?_0x288e14:_0x294162){if(_0xe72a96[_0x4f53(0xe)](_0xe72a96[_0x4f53(0xf)],_0xe72a96[_0x4f53(0xf)])){if(_0xaa9bc9[_0x4f53(0x10)](_0x54ca0f))return _0xaa9bc9[_0x4f53(0x11)](_0x54ca0f);_0xaa9bc9[_0x4f53(0x12)](_0x54ca0f,_0x5396ab);}else _0x418ae4['eKrTE'](_0x406cdd,![]),_0x418ae4[_0x4f53(0x13)](_0x1a5107,_0x418ae4[_0x4f53(0x14)]);}for(const _0x5b31db in _0x54ca0f)_0xe72a96['rawjb'](_0xe72a96[_0x4f53(0x15)],_0x5b31db)&&{}[_0x4f53(0x16)][_0x4f53(0x17)](_0x54ca0f,_0x5b31db)&&((_0xf504fe=(_0xaa9bc9=Object[_0x4f53(0x0)])&&Object[_0x4f53(0x18)](_0x54ca0f,_0x5b31db))&&(_0xf504fe[_0x4f53(0x11)]||_0xf504fe[_0x4f53(0x12)])?_0xe72a96[_0x4f53(0x19)](_0xaa9bc9,_0x5396ab,_0x5b31db,_0xf504fe):_0x5396ab[_0x5b31db]=_0x54ca0f[_0x5b31db]);return _0x5396ab;}else{_0xaf26e3[_0x4f53(0x1a)](_0x418ae4[_0x4f53(0x1b)]),_0x418ae4[_0x4f53(0x13)](_0x5c8260,_0x418ae4[_0x4f53(0x1c)]),_0x418ae4[_0x4f53(0x13)](_0xc147be,![]);return;}})(_0x14a195,_0x51e9aa);}const PinCreationScreen=({visible:_0x397f18,onComplete:_0xb99c2f,onBack:_0x15e0af})=>{const _0x2f1c65={'EdzrI':function(_0x44d370,_0x429398){return _0x44d370===_0x429398;},'fSvLP':_0x4f53(0x1d),'WbspD':function(_0x2fdc56,_0x20799d){return _0x2fdc56(_0x20799d);},'hvivB':function(_0x4ffc75,_0x2f225f){return _0x4ffc75(_0x2f225f);},'AHMcQ':_0x4f53(0x1e),'zXBQX':_0x4f53(0x1f),'jMBwR':_0x4f53(0x20),'fBelU':_0x4f53(0x21),'zKmDt':function(_0x392c15,_0x26843e){return _0x392c15(_0x26843e);},'jOnBO':_0x4f53(0x1a),'dsKoT':function(_0x80985,_0x269574){return _0x80985(_0x269574);},'HHanG':function(_0x8f759f,_0x537288){return _0x8f759f===_0x537288;},'wNTKe':_0x4f53(0x22),'pcJXO':_0x4f53(0x23),'zzZrk':_0x4f53(0x3),'YaqWp':_0x4f53(0x24),'HaaON':_0x4f53(0x9),'xbkyN':function(_0x28df56){return _0x28df56();},'HVihI':function(_0x1a6548,_0x5da36f){return _0x1a6548(_0x5da36f);},'EJjKe':_0x4f53(0x25),'JlaOr':_0x4f53(0x26),'YXLcC':_0x4f53(0x27),'IgFpX':_0x4f53(0x28),'VxtMq':'🔐\x20Starting\x20PIN\x20creation\x20process...','BjSMi':_0x4f53(0x29),'XFYsA':_0x4f53(0x2a),'RrQoy':_0x4f53(0x2b),'JNmuz':_0x4f53(0x2c),'ripoI':'❌\x20[PIN\x20CREATION]\x20Face\x20ID\x20not\x20available\x20on\x20this\x20device','oRQbW':function(_0x370d36,_0x4e1617){return _0x370d36(_0x4e1617);},'OShSk':_0x4f53(0x2d),'CIvMz':_0x4f53(0x2e),'upsro':_0x4f53(0x2f),'aSBoZ':function(_0x2754cf,_0x3dd939){return _0x2754cf(_0x3dd939);},'cZgGo':'FDdVf','lxrEU':'xVwrk','IBLdp':_0x4f53(0x30),'OBHpE':_0x4f53(0x31),'MzuBO':_0x4f53(0x32),'CMTIB':'Face\x20ID\x20Setup','cBRmC':_0x4f53(0x33),'Nrzjk':_0x4f53(0x34),'NKEOg':function(_0x20096b,_0x17a07f){return _0x20096b(_0x17a07f);},'vgTJO':function(_0x4230a5,_0x34bc38){return _0x4230a5===_0x34bc38;},'jfdeC':_0x4f53(0x35),'fPRXD':_0x4f53(0x36),'JEOXe':function(_0xcd64f2,_0x324464){return _0xcd64f2(_0x324464);},'QMdHj':function(_0x783daa,_0xe730d1){return _0x783daa&&_0xe730d1;},'GSnER':function(_0x312fb4,_0x2dff68){return _0x312fb4!=_0x2dff68;},'NXpUT':_0x4f53(0x37),'HzNxY':function(_0x2820c1,_0x516fe8){return _0x2820c1!==_0x516fe8;},'tvKJK':_0x4f53(0x5),'zDnpV':_0x4f53(0x38),'IOQeT':_0x4f53(0x39),'ycVXw':'0|1|3|4|2','SAyBX':_0x4f53(0x3a),'sATWc':'PIN\x20Storage\x20Error','oKQeN':function(_0x3f1794,_0x58a742){return _0x3f1794(_0x58a742);},'qlcno':'lYjYz','BHVbC':'checking','gPKEN':'❌\x20Error\x20checking\x20biometric\x20availability:','xJUzl':'A\x20PIN\x20so\x20only\x20you\x20have\x20access\x20to\x20your\x20data.','IAxhi':_0x4f53(0x3b),'qwIac':_0x4f53(0x3c),'SoLfl':_0x4f53(0x3d),'vceCV':_0x4f53(0x3e),'MiZop':function(_0x2391f1,_0x21d4f1){return _0x2391f1===_0x21d4f1;},'isyPf':function(_0x342b7d,_0x422b09){return _0x342b7d===_0x422b09;},'PTuyg':_0x4f53(0x3f),'lZjHm':_0x4f53(0x40),'yBStU':function(_0x347630,_0x555592){return _0x347630===_0x555592;},'nDCmH':_0x4f53(0x41),'BHyRQ':function(_0xf2964a,_0x556b02){return _0xf2964a===_0x556b02;},'VQctS':_0x4f53(0x42),'NVCNe':'Face\x20ID\x20Unavailable','LAorU':function(_0x1bf3ca,_0x4fa760){return _0x1bf3ca===_0x4fa760;},'Tolfb':_0x4f53(0x43),'vfAUW':_0x4f53(0x44),'mPHLD':function(_0x5dd1b7,_0x3f0fdd){return _0x5dd1b7===_0x3f0fdd;},'hrYQd':_0x4f53(0x45),'VhrWh':function(_0x9e925a,_0x13c03d){return _0x9e925a===_0x13c03d;},'jWUxd':_0x4f53(0x46),'SnCSG':_0x4f53(0x47),'buSJi':function(_0x12d893,_0x4c6f26){return _0x12d893===_0x4c6f26;},'qkbHV':'Your\x20PIN\x20is\x20now\x20protected\x20with\x20Face\x20ID\x20authentication.','gfbTv':function(_0x5940e0,_0x1a1696){return _0x5940e0||_0x1a1696;},'ZswrV':'#FFFFFF','NQcXr':_0x4f53(0x48)},[_0x1cc933,_0xcc95fe]=(0x0,_react[_0x4f53(0x49)])(''),[_0x2a606e,_0x3408c6]=(0x0,_react[_0x4f53(0x49)])({'length':![],'uppercase':![],'number':![],'symbol':![]}),[_0x9d71cc,_0x5d59a9]=(0x0,_react[_0x4f53(0x49)])(![]),[_0x100793,_0x159f6c]=(0x0,_react['useState'])(![]),[_0x51a2a2,_0x487185]=(0x0,_react[_0x4f53(0x49)])(_0x2f1c65[_0x4f53(0x4a)]),_0x523db8=_0x5ec087=>{const _0x1d20b8={'EULKh':function(_0x203a76,_0x4675e5){return _0x203a76(_0x4675e5);},'agLLM':function(_0x56e59c,_0x4ff0f7){return _0x56e59c(_0x4ff0f7);}};if(_0x2f1c65[_0x4f53(0x4b)]('KzBLQ',_0x2f1c65[_0x4f53(0x4c)]))_0x1d20b8[_0x4f53(0x4d)](_0x2d71d3,_0x3311e8),_0x1d20b8[_0x4f53(0x4e)](_0x453d2b,_0x3a32af);else{const _0x1cc2a1={'length':_0x5ec087[_0x4f53(0x4f)]>=0x8,'uppercase':/[A-Z]/['test'](_0x5ec087),'number':/[0-9]/[_0x4f53(0x50)](_0x5ec087),'symbol':/[!@#$%^&*(),.?":{}|<>]/[_0x4f53(0x50)](_0x5ec087)};return _0x3408c6(_0x1cc2a1),Object[_0x4f53(0x51)](_0x1cc2a1)['every'](_0x8f8e24=>_0x8f8e24);}},_0x55e055=_0x33c8e5=>{_0x2f1c65[_0x4f53(0x52)](_0xcc95fe,_0x33c8e5),_0x2f1c65[_0x4f53(0x53)](_0x523db8,_0x33c8e5);},_0x334ed4=async()=>{const _0x37ccf9={'kMEdD':_0x2f1c65[_0x4f53(0x54)],'EveGr':function(_0x180412,_0x5a85e2){return _0x180412(_0x5a85e2);},'JoqDg':_0x2f1c65[_0x4f53(0x55)],'IwRvF':function(_0x3685b9){return _0x2f1c65[_0x4f53(0x56)](_0x3685b9);}};if(!_0x2f1c65[_0x4f53(0x57)](_0x523db8,_0x1cc933)){if(_0x2f1c65[_0x4f53(0x58)]===_0x2f1c65[_0x4f53(0x59)])_0x1a43f8['log'](_0x37ccf9[_0x4f53(0x5a)]),_0x37ccf9['EveGr'](_0x3915de,_0x37ccf9[_0x4f53(0x5b)]),_0x37ccf9['EveGr'](_0x43afb9,![]),_0x37ccf9[_0x4f53(0x5c)](_0x16fd05,_0x373047);else{(0x0,_haptics[_0x4f53(0x5d)])(_haptics[_0x4f53(0x5e)][_0x4f53(0x5f)]),_reactNative[_0x4f53(0x60)]['alert'](_0x2f1c65[_0x4f53(0x61)],_0x2f1c65[_0x4f53(0x62)]);return;}}(0x0,_haptics['triggerHaptic'])(_haptics['HapticType'][_0x4f53(0x63)]),_0x5d59a9(!![]);try{console[_0x4f53(0x64)](_0x2f1c65[_0x4f53(0x65)]),(0x0,_pinStorageUtils[_0x4f53(0x66)])(_0x1cc933),console[_0x4f53(0x64)](_0x2f1c65[_0x4f53(0x67)]);if(_0x100793){_0x2f1c65['HVihI'](_0x487185,_0x2f1c65[_0x4f53(0x68)]),console[_0x4f53(0x64)](_0x2f1c65[_0x4f53(0x69)]);const _0xb18c4a=await _biometricPinService['biometricPinService'][_0x4f53(0x6a)]();console[_0x4f53(0x64)](_0x2f1c65['JNmuz'],_0xb18c4a);if(!_0xb18c4a){console['error'](_0x2f1c65[_0x4f53(0x6b)]),_0x487185(_0x2f1c65[_0x4f53(0x55)]),_0x2f1c65['oRQbW'](_0x5d59a9,![]);return;}console['log'](_0x2f1c65[_0x4f53(0x6c)]);const _0x4a9dda=await _biometricPinService[_0x4f53(0x6d)][_0x4f53(0x6e)](_0x1cc933);if(_0x4a9dda){console[_0x4f53(0x64)](_0x2f1c65['CIvMz']);const _0x5abab3=await _biometricPinService[_0x4f53(0x6d)][_0x4f53(0x6f)]();if(_0x5abab3)_0x2f1c65['upsro']!==_0x2f1c65[_0x4f53(0x70)]?(_0x42ce9a[_0x4f53(0x1a)](_0x4f53(0x71),_0x45c060),_0x37ccf9[_0x4f53(0x5c)](_0x392263,![]),_0x855c92(_0x4f53(0x9))):(console['log'](_0x4f53(0x72)),_0x2f1c65[_0x4f53(0x73)](_0x487185,'success'),(0x0,_haptics[_0x4f53(0x5d)])(_haptics[_0x4f53(0x5e)][_0x4f53(0x74)]),setTimeout(()=>{_0x2f1c65[_0x4f53(0x53)](_0x5d59a9,![]),_0x2f1c65[_0x4f53(0x53)](_0xb99c2f,_0x1cc933);},0x320));else{if(_0x2f1c65['EdzrI'](_0x2f1c65[_0x4f53(0x75)],_0x2f1c65[_0x4f53(0x76)])){const _0x1eccaf=_0x2f1c65[_0x4f53(0x77)][_0x4f53(0x78)]('|');let _0x48e5c6=0x0;while(!![]){switch(_0x1eccaf[_0x48e5c6++]){case'0':_0x1ef7d8[_0x4f53(0x60)]['alert'](_0x2f1c65['zXBQX'],_0x2f1c65[_0x4f53(0x79)],[{'text':'OK'}]);continue;case'1':_0x213acf['error'](_0x2f1c65['fBelU'],_0x464032);continue;case'2':_0x2f1c65['zKmDt'](_0x3d7838,_0x2f1c65[_0x4f53(0x7a)]);continue;case'3':(0x0,_0xe0b08a[_0x4f53(0x5d)])(_0xe3c887['HapticType'][_0x4f53(0x5f)]);continue;case'4':_0x2f1c65[_0x4f53(0x7b)](_0x51c198,![]);continue;}break;}}else{const _0x575920=_0x2f1c65['IBLdp'][_0x4f53(0x78)]('|');let _0x103db0=0x0;while(!![]){switch(_0x575920[_0x103db0++]){case'0':_reactNative[_0x4f53(0x60)][_0x4f53(0x7c)](_0x4f53(0x7d),_0x2f1c65[_0x4f53(0x7e)],[{'text':'OK'}]);continue;case'1':console['error'](_0x4f53(0x3a));continue;case'2':_0x5d59a9(![]);continue;case'3':(0x0,_haptics[_0x4f53(0x5d)])(_haptics[_0x4f53(0x5e)][_0x4f53(0x5f)]);continue;case'4':_0x487185(_0x2f1c65[_0x4f53(0x7a)]);continue;}break;}}}}else console['log'](_0x2f1c65[_0x4f53(0x7f)]),_0x2f1c65[_0x4f53(0x52)](_0x487185,_0x2f1c65[_0x4f53(0x7a)]),(0x0,_haptics[_0x4f53(0x5d)])(_haptics[_0x4f53(0x5e)][_0x4f53(0x5f)]),_reactNative['Alert'][_0x4f53(0x7c)](_0x2f1c65[_0x4f53(0x80)],_0x2f1c65[_0x4f53(0x81)],[{'text':_0x2f1c65[_0x4f53(0x82)],'onPress':()=>{_0x2f1c65[_0x4f53(0x83)](_0x2f1c65[_0x4f53(0x84)],_0x2f1c65[_0x4f53(0x85)])?((0x0,_0x167c4b[_0x4f53(0x5d)])(_0x3c3eb8[_0x4f53(0x5e)]['BUTTON_PRESS']),_0x37ccf9[_0x4f53(0x86)](_0x513dcd)):(_0x2f1c65[_0x4f53(0x53)](_0x5d59a9,![]),_0x487185(_0x2f1c65['zzZrk']));}},{'text':_0x4f53(0x87),'onPress':()=>{_0x2f1c65[_0x4f53(0x88)](_0x5d59a9,![]),_0xb99c2f(_0x1cc933);}}]);}else console[_0x4f53(0x64)](_0x2f1c65[_0x4f53(0x54)]),_0x487185(_0x4f53(0x9)),_0x2f1c65['NKEOg'](_0x5d59a9,![]),_0x2f1c65[_0x4f53(0x89)](_0xb99c2f,_0x1cc933);}catch(_0x70d513){if(_0x2f1c65[_0x4f53(0x8a)](_0x2f1c65[_0x4f53(0x8b)],_0x4f53(0x8c))){if(_0x2d86ca['has'](_0x113402))return _0x3a2b71[_0x4f53(0x11)](_0x218800);_0xe6bd2e[_0x4f53(0x12)](_0x311921,_0x199640);}else{const _0x104da6=_0x2f1c65[_0x4f53(0x8d)]['split']('|');let _0x455d95=0x0;while(!![]){switch(_0x104da6[_0x455d95++]){case'0':_0x2f1c65[_0x4f53(0x7b)](_0x487185,_0x4f53(0x1a));continue;case'1':_reactNative[_0x4f53(0x60)][_0x4f53(0x7c)](_0x2f1c65[_0x4f53(0x8e)],_0x4f53(0x20),[{'text':'OK'}]);continue;case'2':_0x2f1c65[_0x4f53(0x8f)](_0x5d59a9,![]);continue;case'3':(0x0,_haptics[_0x4f53(0x5d)])(_haptics[_0x4f53(0x5e)][_0x4f53(0x5f)]);continue;case'4':console[_0x4f53(0x1a)](_0x2f1c65[_0x4f53(0x90)],_0x70d513);continue;}break;}}}},_0x172124=()=>{const _0x38b0d7={'AHPHl':function(_0x53bffe,_0x1594df){return _0x2f1c65[_0x4f53(0x91)](_0x53bffe,_0x1594df);},'NwECm':function(_0x1d6817,_0x5e25e6){return _0x1d6817===_0x5e25e6;},'tckfh':function(_0x765379,_0x550124){return _0x2f1c65[_0x4f53(0x92)](_0x765379,_0x550124);},'tHSAu':_0x2f1c65[_0x4f53(0x93)],'GvqaX':function(_0x2f53a4,_0x3c331b){return _0x2f1c65[_0x4f53(0x94)](_0x2f53a4,_0x3c331b);},'DiRfy':function(_0x417adf,_0x21834e){return _0x417adf==_0x21834e;},'NKeHJ':_0x2f1c65['tvKJK']};if(_0x2f1c65['zDnpV']===_0x2f1c65['IOQeT']){const _0x24f884={'GBHxL':function(_0x3e1b97,_0x39b23b){return _0x38b0d7[_0x4f53(0x95)](_0x3e1b97,_0x39b23b);},'OXjOj':function(_0x2fb23e,_0x10e2ae){return _0x38b0d7[_0x4f53(0x96)](_0x2fb23e,_0x10e2ae);},'taBMY':function(_0x740371,_0x1d92df){return _0x38b0d7[_0x4f53(0x97)](_0x740371,_0x1d92df);},'qoszF':_0x38b0d7[_0x4f53(0x98)],'BBpfH':function(_0x4d12e3,_0x29973c){return _0x38b0d7[_0x4f53(0x99)](_0x4d12e3,_0x29973c);},'jRcQu':_0x4f53(0x1)};if(_0x38b0d7['DiRfy'](_0x38b0d7[_0x4f53(0x9a)],typeof _0x363406))var _0x77edab=new _0x18e947(),_0x5864f8=new _0x32baf0();return(_0x195430=function(_0x16396e,_0x4cb770){if(_0x24f884['GBHxL'](!_0x4cb770,_0x16396e)&&_0x16396e['__esModule'])return _0x16396e;var _0x36746a,_0x2c8737,_0x4083a4={'__proto__':null,'default':_0x16396e};if(_0x24f884[_0x4f53(0x9b)](null,_0x16396e)||_0x24f884[_0x4f53(0x9c)](_0x24f884['qoszF'],typeof _0x16396e)&&_0x24f884[_0x4f53(0x9c)](_0x4f53(0x5),typeof _0x16396e))return _0x4083a4;if(_0x36746a=_0x4cb770?_0x5864f8:_0x77edab){if(_0x36746a[_0x4f53(0x10)](_0x16396e))return _0x36746a[_0x4f53(0x11)](_0x16396e);_0x36746a[_0x4f53(0x12)](_0x16396e,_0x4083a4);}for(const _0x135422 in _0x16396e)_0x24f884[_0x4f53(0x9d)](_0x24f884['jRcQu'],_0x135422)&&{}[_0x4f53(0x16)]['call'](_0x16396e,_0x135422)&&((_0x2c8737=(_0x36746a=_0x3ac2d4[_0x4f53(0x0)])&&_0x2983cf[_0x4f53(0x18)](_0x16396e,_0x135422))&&(_0x2c8737[_0x4f53(0x11)]||_0x2c8737['set'])?_0x36746a(_0x4083a4,_0x135422,_0x2c8737):_0x4083a4[_0x135422]=_0x16396e[_0x135422]);return _0x4083a4;})(_0x17cf81,_0x1d31f9);}else(0x0,_haptics[_0x4f53(0x5d)])(_haptics[_0x4f53(0x5e)][_0x4f53(0x63)]),_0x2f1c65[_0x4f53(0x56)](_0x15e0af);};(0x0,_react[_0x4f53(0x9e)])(()=>{const _0x243c04={'oMbXq':_0x2f1c65[_0x4f53(0x9f)],'KfusZ':_0x2f1c65[_0x4f53(0xa0)],'xBOrJ':_0x2f1c65[_0x4f53(0xa1)],'ZUaxq':function(_0x3694fd,_0x33276c){return _0x2f1c65['oKQeN'](_0x3694fd,_0x33276c);},'LQUMP':function(_0x41a9df,_0x1dd0b7){return _0x2f1c65[_0x4f53(0x4b)](_0x41a9df,_0x1dd0b7);},'dbmqP':_0x2f1c65[_0x4f53(0xa2)],'GMBGo':function(_0x36f228,_0x176287){return _0x2f1c65[_0x4f53(0x89)](_0x36f228,_0x176287);},'knimk':_0x2f1c65[_0x4f53(0x4a)],'DIfLX':function(_0x33fe60,_0x10192b){return _0x2f1c65['oKQeN'](_0x33fe60,_0x10192b);},'rGjBl':_0x2f1c65[_0x4f53(0xa3)],'XzkGk':_0x2f1c65[_0x4f53(0x55)],'NbMXm':_0x2f1c65[_0x4f53(0xa4)],'VevgV':function(_0x2f81e8,_0x126b71){return _0x2f1c65[_0x4f53(0x52)](_0x2f81e8,_0x126b71);},'uSIBX':function(_0x503c6d,_0x48eb58){return _0x2f1c65[_0x4f53(0x89)](_0x503c6d,_0x48eb58);}},_0x33632a=async()=>{const _0x5b3e02={'pDkHB':_0x243c04[_0x4f53(0xa5)],'ywnlj':_0x243c04[_0x4f53(0xa6)],'GoXiQ':_0x4f53(0x1a),'AhWJb':_0x243c04[_0x4f53(0xa7)],'kRpIF':function(_0xa76a4e,_0x4529b5){return _0x243c04[_0x4f53(0xa8)](_0xa76a4e,_0x4529b5);}};try{if(_0x243c04[_0x4f53(0xa9)](_0x243c04[_0x4f53(0xaa)],_0x243c04[_0x4f53(0xaa)])){_0x243c04[_0x4f53(0xab)](_0x487185,_0x243c04[_0x4f53(0xac)]);const _0x25f39b=await _biometricPinService['biometricPinService'][_0x4f53(0x6a)]();_0x243c04[_0x4f53(0xab)](_0x159f6c,_0x25f39b),_0x243c04['DIfLX'](_0x487185,_0x25f39b?_0x243c04['rGjBl']:_0x243c04[_0x4f53(0xad)]),console[_0x4f53(0x64)](_0x4f53(0xae),_0x25f39b);}else{const _0x168dbf=_0x5b3e02[_0x4f53(0xaf)][_0x4f53(0x78)]('|');let _0x5a86a5=0x0;while(!![]){switch(_0x168dbf[_0x5a86a5++]){case'0':_0x4837f9[_0x4f53(0x1a)](_0x5b3e02['ywnlj']);continue;case'1':_0x2da3dd(_0x5b3e02[_0x4f53(0xb0)]);continue;case'2':_0x4177cd[_0x4f53(0x60)][_0x4f53(0x7c)](_0x5b3e02[_0x4f53(0xb1)],_0x4f53(0x31),[{'text':'OK'}]);continue;case'3':_0x5b3e02['kRpIF'](_0x51bbe5,![]);continue;case'4':(0x0,_0x31f56c[_0x4f53(0x5d)])(_0x29f764[_0x4f53(0x5e)][_0x4f53(0x5f)]);continue;}break;}}}catch(_0x5112eb){console[_0x4f53(0x1a)](_0x243c04[_0x4f53(0xb2)],_0x5112eb),_0x243c04[_0x4f53(0xb3)](_0x159f6c,![]),_0x243c04[_0x4f53(0xb4)](_0x487185,_0x243c04[_0x4f53(0xad)]);}};_0x397f18&&_0x2f1c65[_0x4f53(0x56)](_0x33632a);},[_0x397f18]);const _0x1e0e73=Object[_0x4f53(0x51)](_0x2a606e)[_0x4f53(0xb5)](_0x2fbd07=>_0x2fbd07);if(!_0x397f18)return null;return _react['default']['createElement'](_reactNative[_0x4f53(0xb6)],{'style':styles[_0x4f53(0xb7)]},_react[_0x4f53(0x1)][_0x4f53(0xb8)](_reactNative[_0x4f53(0xb6)],{'style':styles['titleContainer']},_react[_0x4f53(0x1)][_0x4f53(0xb8)](_reactNative['Text'],{'style':styles['title']},_0x4f53(0xb9)),_react[_0x4f53(0x1)][_0x4f53(0xb8)](_reactNative[_0x4f53(0xba)],{'style':styles[_0x4f53(0xbb)]},_0x2f1c65[_0x4f53(0xbc)])),_react[_0x4f53(0x1)][_0x4f53(0xb8)](_reactNative[_0x4f53(0xb6)],{'style':styles[_0x4f53(0xbd)]},_react['default'][_0x4f53(0xb8)](_reactNative[_0x4f53(0xbe)],{'style':styles[_0x4f53(0xbf)],'value':_0x1cc933,'onChangeText':_0x55e055,'placeholder':_0x4f53(0xc0),'secureTextEntry':!![],'autoFocus':!![],'maxLength':0x14})),_react[_0x4f53(0x1)]['createElement'](_reactNative[_0x4f53(0xb6)],{'style':styles[_0x4f53(0xc1)]},_react['default'][_0x4f53(0xb8)](_reactNative[_0x4f53(0xba)],{'style':styles[_0x4f53(0xc2)]},'Your\x20PIN\x20must:'),_react[_0x4f53(0x1)]['createElement'](_reactNative[_0x4f53(0xb6)],{'style':styles[_0x4f53(0xc3)]},_react['default'][_0x4f53(0xb8)](_reactNative[_0x4f53(0xb6)],{'style':[styles[_0x4f53(0xc4)],_0x2a606e[_0x4f53(0x4f)]&&styles[_0x4f53(0xc5)]]},_0x2a606e[_0x4f53(0x4f)]&&_react[_0x4f53(0x1)][_0x4f53(0xb8)](_reactNative[_0x4f53(0xba)],{'style':styles[_0x4f53(0xc6)]},'✓')),_react['default'][_0x4f53(0xb8)](_reactNative['Text'],{'style':[styles[_0x4f53(0xc7)],_0x2a606e[_0x4f53(0x4f)]&&styles[_0x4f53(0xc8)]]},_0x4f53(0xc9))),_react[_0x4f53(0x1)][_0x4f53(0xb8)](_reactNative[_0x4f53(0xb6)],{'style':styles['requirementItem']},_react[_0x4f53(0x1)][_0x4f53(0xb8)](_reactNative[_0x4f53(0xb6)],{'style':[styles[_0x4f53(0xc4)],_0x2a606e[_0x4f53(0xca)]&&styles[_0x4f53(0xc5)]]},_0x2a606e[_0x4f53(0xca)]&&_react[_0x4f53(0x1)]['createElement'](_reactNative[_0x4f53(0xba)],{'style':styles[_0x4f53(0xc6)]},'✓')),_react[_0x4f53(0x1)][_0x4f53(0xb8)](_reactNative[_0x4f53(0xba)],{'style':[styles[_0x4f53(0xc7)],_0x2a606e['uppercase']&&styles['requirementTextMet']]},_0x2f1c65[_0x4f53(0xcb)])),_react[_0x4f53(0x1)]['createElement'](_reactNative[_0x4f53(0xb6)],{'style':styles[_0x4f53(0xc3)]},_react['default'][_0x4f53(0xb8)](_reactNative[_0x4f53(0xb6)],{'style':[styles[_0x4f53(0xc4)],_0x2a606e[_0x4f53(0xcc)]&&styles['checkboxChecked']]},_0x2a606e['number']&&_react['default'][_0x4f53(0xb8)](_reactNative[_0x4f53(0xba)],{'style':styles['checkmark']},'✓')),_react['default']['createElement'](_reactNative[_0x4f53(0xba)],{'style':[styles[_0x4f53(0xc7)],_0x2a606e[_0x4f53(0xcc)]&&styles[_0x4f53(0xc8)]]},_0x2f1c65[_0x4f53(0xcd)])),_react[_0x4f53(0x1)][_0x4f53(0xb8)](_reactNative[_0x4f53(0xb6)],{'style':styles['requirementItem']},_react['default'][_0x4f53(0xb8)](_reactNative[_0x4f53(0xb6)],{'style':[styles[_0x4f53(0xc4)],_0x2a606e[_0x4f53(0xce)]&&styles[_0x4f53(0xc5)]]},_0x2a606e[_0x4f53(0xce)]&&_react['default'][_0x4f53(0xb8)](_reactNative[_0x4f53(0xba)],{'style':styles['checkmark']},'✓')),_react[_0x4f53(0x1)][_0x4f53(0xb8)](_reactNative[_0x4f53(0xba)],{'style':[styles[_0x4f53(0xc7)],_0x2a606e[_0x4f53(0xce)]&&styles['requirementTextMet']]},_0x2f1c65[_0x4f53(0xcf)]))),_react['default']['createElement'](_reactNative[_0x4f53(0xb6)],{'style':[styles[_0x4f53(0xd0)],_0x2f1c65[_0x4f53(0x83)](_0x51a2a2,_0x2f1c65[_0x4f53(0xd1)])&&styles[_0x4f53(0xd2)],_0x2f1c65[_0x4f53(0xd3)](_0x51a2a2,_0x2f1c65['jOnBO'])&&styles[_0x4f53(0xd4)]]},_react[_0x4f53(0x1)][_0x4f53(0xb8)](_reactNative[_0x4f53(0xb6)],{'style':styles['securityIconContainer']},_0x2f1c65[_0x4f53(0xd5)](_0x51a2a2,_0x2f1c65[_0x4f53(0x4a)])&&_react[_0x4f53(0x1)]['createElement'](_reactNative['ActivityIndicator'],{'size':_0x2f1c65[_0x4f53(0xd6)],'color':_theme['COLORS']['grey600']}),_0x2f1c65[_0x4f53(0x4b)](_0x51a2a2,'storing')&&_react['default']['createElement'](_reactNative['ActivityIndicator'],{'size':_0x2f1c65[_0x4f53(0xd6)],'color':_0x2f1c65[_0x4f53(0xd7)]}),_0x51a2a2===_0x2f1c65[_0x4f53(0xa3)]&&_react['default'][_0x4f53(0xb8)](_reactNative[_0x4f53(0xba)],{'style':styles[_0x4f53(0xd8)]},'🔐'),_0x2f1c65[_0x4f53(0xd5)](_0x51a2a2,_0x2f1c65[_0x4f53(0x55)])&&_react[_0x4f53(0x1)][_0x4f53(0xb8)](_reactNative[_0x4f53(0xba)],{'style':styles[_0x4f53(0xd8)]},'⚠️'),_0x2f1c65[_0x4f53(0xd3)](_0x51a2a2,_0x2f1c65['vceCV'])&&_react[_0x4f53(0x1)]['createElement'](_reactNative[_0x4f53(0xba)],{'style':styles['securityIcon']},'✅'),_0x2f1c65['MiZop'](_0x51a2a2,_0x2f1c65[_0x4f53(0x7a)])&&_react[_0x4f53(0x1)][_0x4f53(0xb8)](_reactNative[_0x4f53(0xba)],{'style':styles[_0x4f53(0xd8)]},'❌')),_react[_0x4f53(0x1)][_0x4f53(0xb8)](_reactNative[_0x4f53(0xb6)],{'style':styles[_0x4f53(0xd9)]},_react['default'][_0x4f53(0xb8)](_reactNative[_0x4f53(0xba)],{'style':styles['securityTitle']},_0x2f1c65[_0x4f53(0xda)](_0x51a2a2,_0x2f1c65[_0x4f53(0x4a)])&&_0x2f1c65[_0x4f53(0xdb)],_0x2f1c65[_0x4f53(0xdc)](_0x51a2a2,_0x2f1c65[_0x4f53(0xa3)])&&_0x2f1c65['VQctS'],_0x2f1c65[_0x4f53(0x8a)](_0x51a2a2,_0x4f53(0x9))&&_0x2f1c65['NVCNe'],_0x2f1c65['LAorU'](_0x51a2a2,_0x2f1c65[_0x4f53(0x68)])&&_0x2f1c65[_0x4f53(0xdd)],_0x51a2a2===_0x2f1c65[_0x4f53(0xd1)]&&_0x2f1c65[_0x4f53(0xde)],_0x2f1c65['mPHLD'](_0x51a2a2,_0x2f1c65[_0x4f53(0x7a)])&&_0x4f53(0xdf)),_react['default'][_0x4f53(0xb8)](_reactNative[_0x4f53(0xba)],{'style':styles[_0x4f53(0xe0)]},_0x51a2a2===_0x2f1c65[_0x4f53(0x4a)]&&_0x2f1c65[_0x4f53(0xe1)],_0x51a2a2===_0x2f1c65[_0x4f53(0xa3)]&&'We\x20use\x20Face\x20ID\x20to\x20ensure\x20only\x20you\x20can\x20access\x20your\x20data.',_0x2f1c65[_0x4f53(0xe2)](_0x51a2a2,_0x2f1c65['HaaON'])&&_0x2f1c65[_0x4f53(0xe3)],_0x2f1c65[_0x4f53(0xe4)](_0x51a2a2,'storing')&&_0x2f1c65[_0x4f53(0xe5)],_0x2f1c65[_0x4f53(0xe6)](_0x51a2a2,_0x2f1c65[_0x4f53(0xd1)])&&_0x2f1c65[_0x4f53(0xe7)],_0x51a2a2===_0x2f1c65['jOnBO']&&_0x4f53(0xe8)))),_react[_0x4f53(0x1)][_0x4f53(0xb8)](_reactNative[_0x4f53(0xb6)],{'style':styles[_0x4f53(0xe9)]},_react[_0x4f53(0x1)][_0x4f53(0xb8)](_reactNative[_0x4f53(0xea)],{'style':[styles[_0x4f53(0xeb)],_0x1e0e73&&styles[_0x4f53(0xec)]],'onPress':_0x334ed4,'disabled':_0x2f1c65[_0x4f53(0xed)](!_0x1e0e73,_0x9d71cc)},_0x9d71cc?_react[_0x4f53(0x1)][_0x4f53(0xb8)](_reactNative[_0x4f53(0xee)],{'size':_0x2f1c65[_0x4f53(0xd6)],'color':_0x2f1c65[_0x4f53(0xef)]}):_react[_0x4f53(0x1)][_0x4f53(0xb8)](_reactNative[_0x4f53(0xba)],{'style':[styles['continueButtonText'],_0x1e0e73&&styles['continueButtonTextActive']]},_0x2f1c65[_0x4f53(0xf0)]))));};exports[_0x4f53(0x2)]=PinCreationScreen;function _0x4f53(_0x195add,_0x4f538d){_0x195add=_0x195add-0x0;const _0x4b2818=_0x195a();let _0x94c55f=_0x4b2818[_0x195add];return _0x94c55f;}const styles=_reactNative[_0x4f53(0xf1)]['create']({'container':{'flex':0x1,'backgroundColor':_theme[_0x4f53(0xf2)][_0x4f53(0xf3)],'paddingHorizontal':0x18,'paddingTop':0x28},'titleContainer':{'alignItems':'center','marginBottom':0x18,'paddingTop':0x0,'marginTop':0x0},'title':{'fontSize':0x18,'fontWeight':'700','color':_theme['COLORS'][_0x4f53(0xf4)],'marginBottom':0x8,'fontFamily':_0x4f53(0xf5)},'subtitle':{'fontSize':0x10,'color':_theme[_0x4f53(0xf2)][_0x4f53(0xf6)],'lineHeight':0x18,'fontFamily':_0x4f53(0xf7)},'pinContainer':{'marginBottom':0x20},'pinInput':{'backgroundColor':_0x4f53(0xf8),'borderRadius':0xc,'paddingVertical':0x10,'paddingHorizontal':0x10,'fontSize':0x10,'fontFamily':_0x4f53(0xf7),'borderWidth':0x1,'borderColor':_0x4f53(0xf9)},'requirementsContainer':{'marginBottom':0x20},'requirementsTitle':{'fontSize':0x10,'fontWeight':'600','color':_theme[_0x4f53(0xf2)][_0x4f53(0xf4)],'marginBottom':0x10,'fontFamily':'Inter'},'requirementItem':{'flexDirection':_0x4f53(0xfa),'alignItems':_0x4f53(0xfb),'marginBottom':0xc},'checkbox':{'width':0x14,'height':0x14,'borderRadius':0xa,'borderWidth':0x2,'borderColor':_0x4f53(0xf9),'marginRight':0xc,'alignItems':_0x4f53(0xfb),'justifyContent':_0x4f53(0xfb)},'checkboxChecked':{'borderColor':_0x4f53(0xfc),'backgroundColor':_0x4f53(0xfc)},'checkmark':{'color':'#FFFFFF','fontSize':0xc,'fontWeight':'bold'},'requirementText':{'fontSize':0xe,'color':_theme[_0x4f53(0xf2)][_0x4f53(0xf6)],'fontFamily':_0x4f53(0xf7),'flex':0x1},'requirementTextMet':{'color':_theme[_0x4f53(0xf2)][_0x4f53(0xf4)]},'securityCard':{'backgroundColor':'#F8F9FA','borderRadius':0xc,'padding':0x10,'flexDirection':_0x4f53(0xfa),'alignItems':'center','marginBottom':0x18,'borderWidth':0x1,'borderColor':'#E5E5E5'},'securityCardSuccess':{'backgroundColor':_0x4f53(0xfd),'borderColor':_0x4f53(0xfe)},'securityCardError':{'backgroundColor':_0x4f53(0xff),'borderColor':_0x4f53(0x100)},'securityIconContainer':{'marginRight':0xc},'securityIcon':{'fontSize':0x18},'securityTextContainer':{'flex':0x1},'securityTitle':{'fontSize':0xe,'fontWeight':_0x4f53(0x101),'color':_theme[_0x4f53(0xf2)]['grey800'],'marginBottom':0x4,'fontFamily':'Inter'},'securityDescription':{'fontSize':0xd,'color':_theme[_0x4f53(0xf2)][_0x4f53(0xf6)],'lineHeight':0x12,'fontFamily':'Inter'},'buttonContainer':{'marginTop':_0x4f53(0x102),'paddingBottom':0x22},'continueButton':{'backgroundColor':_0x4f53(0xf9),'borderRadius':0x19,'paddingVertical':0x10,'alignItems':'center','justifyContent':_0x4f53(0xfb)},'continueButtonActive':{'backgroundColor':_0x4f53(0x103)},'continueButtonText':{'fontSize':0x10,'fontWeight':_0x4f53(0x101),'color':_0x4f53(0x104),'fontFamily':'Inter'},'continueButtonTextActive':{'color':_0x4f53(0x105)}});function _0x195a(){const _0x498275=['defineProperty','default','PinCreationScreen','available','dTwrT','function','yIBVz','kSaXa','qOPeM','unavailable','rawjb','aauUr','dyxUQ','__esModule','QVVKT','HsdkL','has','get','set','eKrTE','POGwW','iAfUa','hasOwnProperty','call','getOwnPropertyDescriptor','CoNIA','error','KPFBX','JqAKQ','aApTn','1|2|4|3|0','PIN\x20Creation\x20Error','There\x20was\x20an\x20issue\x20creating\x20your\x20PIN.\x20Please\x20try\x20again.','❌\x20Error\x20in\x20PIN\x20creation\x20process:','lOCZh','dHwvh','📱\x20Biometric\x20not\x20available,\x20continuing\x20without\x20Face\x20ID','fwKUV','CIuwR','Invalid\x20PIN','Please\x20ensure\x20your\x20PIN\x20meets\x20all\x20requirements.','📝\x20PIN\x20stored\x20temporarily\x20for\x20onboarding','storing','🔐\x20[PIN\x20CREATION]\x20Biometric\x20storage\x20enabled,\x20starting\x20biometric\x20flow...','📱\x20[PIN\x20CREATION]\x20Biometric\x20available\x20before\x20storage:','🔐\x20[PIN\x20CREATION]\x20Triggering\x20biometric\x20authentication\x20for\x20PIN\x20storage...','✅\x20PIN\x20stored\x20successfully\x20with\x20Face\x20ID','DnbsV','1|4|2|3|0','PIN\x20storage\x20verification\x20failed.\x20Please\x20try\x20again.','⚠️\x20Face\x20ID\x20authentication\x20was\x20cancelled\x20or\x20failed','Face\x20ID\x20authentication\x20was\x20cancelled\x20or\x20failed.\x20Your\x20PIN\x20is\x20still\x20saved\x20securely.','Try\x20Again','XNdTO','4|0|2|3|1','object','jHtxp','amYVZ','❌\x20PIN\x20storage\x20verification\x20failed','Contain\x20an\x20uppercase\x20letter.','Contain\x20a\x20number.','Contain\x20a\x20symbol\x20(e.g.\x20!@#$%^&*).','success','small','#D4A536','Checking\x20Face\x20ID...','Enhanced\x20Security','Securing\x20with\x20Face\x20ID...','PIN\x20Secured\x20with\x20Face\x20ID','Verifying\x20Face\x20ID\x20availability\x20on\x20your\x20device.','Face\x20ID\x20is\x20not\x20available\x20on\x20this\x20device.\x20Your\x20PIN\x20will\x20be\x20stored\x20securely.','Please\x20authenticate\x20with\x20Face\x20ID\x20to\x20secure\x20your\x20PIN.','Continue','useState','BHVbC','EdzrI','fSvLP','EULKh','agLLM','length','test','values','WbspD','hvivB','YaqWp','HaaON','xbkyN','HVihI','EJjKe','JlaOr','kMEdD','JoqDg','EveGr','triggerHaptic','HapticType','ERROR','Alert','YXLcC','IgFpX','BUTTON_PRESS','log','VxtMq','setTemporaryPin','BjSMi','XFYsA','RrQoy','isBiometricAvailable','ripoI','OShSk','biometricPinService','storePinWithBiometric','isPinStored','upsro','❌\x20Error\x20checking\x20biometric\x20availability:','✅\x20PIN\x20storage\x20verified\x20-\x20proceeding\x20with\x20onboarding','aSBoZ','SUCCESS','cZgGo','lxrEU','AHMcQ','split','jMBwR','jOnBO','dsKoT','alert','PIN\x20Storage\x20Error','OBHpE','MzuBO','CMTIB','cBRmC','Nrzjk','HHanG','wNTKe','pcJXO','IwRvF','Continue\x20Without\x20Face\x20ID','zKmDt','oRQbW','vgTJO','jfdeC','fyArJ','fPRXD','zXBQX','JEOXe','fBelU','QMdHj','GSnER','NXpUT','HzNxY','AHPHl','NwECm','tckfh','tHSAu','GvqaX','NKeHJ','OXjOj','taBMY','BBpfH','useEffect','ycVXw','SAyBX','sATWc','qlcno','zzZrk','gPKEN','oMbXq','KfusZ','xBOrJ','ZUaxq','LQUMP','dbmqP','GMBGo','knimk','XzkGk','📱\x20Biometric\x20availability\x20check:','pDkHB','GoXiQ','AhWJb','NbMXm','VevgV','uSIBX','every','View','container','createElement','Create\x20a\x20PIN','Text','subtitle','xJUzl','pinContainer','TextInput','pinInput','Enter\x20your\x20PIN','requirementsContainer','requirementsTitle','requirementItem','checkbox','checkboxChecked','checkmark','requirementText','requirementTextMet','Be\x20at\x20least\x208\x20characters\x20in\x20length.','uppercase','IAxhi','number','qwIac','symbol','SoLfl','securityCard','vceCV','securityCardSuccess','MiZop','securityCardError','isyPf','PTuyg','lZjHm','securityIcon','securityTextContainer','yBStU','nDCmH','BHyRQ','Tolfb','vfAUW','Face\x20ID\x20Setup\x20Failed','securityDescription','hrYQd','VhrWh','jWUxd','LAorU','SnCSG','buSJi','qkbHV','Face\x20ID\x20setup\x20failed,\x20but\x20your\x20PIN\x20is\x20stored\x20securely.','buttonContainer','TouchableOpacity','continueButton','continueButtonActive','gfbTv','ActivityIndicator','ZswrV','NQcXr','StyleSheet','COLORS','surface','grey800','IBM\x20Plex\x20Sans','grey600','Inter','#F8F9FA','#E5E5E5','row','center','#4CD964','#F0FDF4','#22C55E','#FEF2F2','#EF4444','600','auto','#2D3436','#999999','#FFFFFF'];_0x195a=function(){return _0x498275;};return _0x195a();}var _default=exports['default']=PinCreationScreen;
@@ -6,4 +6,4 @@ var __ONAIROS_REQ_REGISTRY__ = [
6
6
  require("../services/biometricPinService")
7
7
  ];
8
8
  function __ONAIROS_REQ_FUNC__(i) { return __ONAIROS_REQ_REGISTRY__[i]; }
9
- function _0x1e53(_0x4e019d,_0x1e53bb){_0x4e019d=_0x4e019d-0x0;const _0x448057=_0x4e01();let _0x422887=_0x448057[_0x4e019d];return _0x422887;}Object['defineProperty'](exports,_0x1e53(0x0),{'value':!![]}),exports['PinInput']=void 0x0;function _0x4e01(){const _0x101ac9=['__esModule','function','default','lQLDr','cvGuG','NhCtG','GsaCJ','object','get','ukosA','hasOwnProperty','call','defineProperty','getOwnPropertyDescriptor','rBiGP','Dimensions','window','Training\x20is\x20starting\x20in\x20the\x20background...','Ekiwy','ZSvQo','PIN\x20must\x20include\x20a\x20number','egNYS','NBQxP','authenticating','biometric-unavailable','biometric-failed','IZEiz','MAjFF','chSFl','Biometric\x20Authentication\x20Not\x20Available','warning','Biometric\x20authentication\x20was\x20cancelled\x20or\x20failed.\x20Your\x20PIN\x20needs\x20to\x20be\x20secured\x20with\x20biometric\x20authentication\x20to\x20proceed.','An\x20error\x20occurred\x20while\x20securing\x20your\x20PIN.\x20Would\x20you\x20like\x20to\x20try\x20again?','error','Authenticating...','Please\x20complete\x20biometric\x20authentication\x20to\x20secure\x20your\x20PIN.','Secure\x20PIN\x20Storage','Your\x20PIN\x20will\x20be\x20securely\x20stored\x20locally\x20on\x20your\x20device\x20using\x20biometric\x20authentication\x20(Face\x20ID\x20or\x20Touch\x20ID)\x20for\x20enhanced\x20security.','info','Create\x20a\x20PIN','#007AFF','👁️‍🗨️','•\x20At\x20least\x20','\x20characters','•\x20Include\x20a\x20special\x20character','•\x20Include\x20a\x20number','useState','IOGnD','useEffect','log','catch','whfCv','dFRkL','SfByE','GDoDW','MaiqY','length','PIN\x20must\x20be\x20at\x20least\x20','test','PESOI','pXHLx','qMsSY','OJmpU','VAiZo','ipMWQ','useCallback','mJDig','MQPSU','Rfuaq','pSGNT','XhStS','NupZa','BGBrY','rBTio','biometricPinService','isBiometricAvailable','GQJdf','BGewt','edsWi','storePinWithBiometric','isPinStored','DfnVQ','BSGcV','wJKmg','CcWTS','JkmQo','Bryar','mEhzk','uzaKE','has','set','storage-error','eydAn','yxTXd','NDBCp','gNJQw','qkYrZ','KKWbh','oscBC','BbgLP','xHpJD','aqfSp','fwiIS','iQAsE','warn','Draav','NqJDj','jHcgo','XdSsO','HrFZD','Biometric\x20Authentication\x20Failed','Djygl','PMjGz','KuHBj','HAWZb','blqKs','UkSiq','PkCQG','View','createElement','inputSection','header','backButton','Text','vMgHy','subtitle','zKDAz','backgroundProgressText','backgroundProgressIndicator','aLMbb','KzvTk','inputContainer','TextInput','input','rcWVI','none','Keyboard','dismiss','TouchableOpacity','visibilityButton','👁️','requirements','requirementTitle','requirement','DPtzd','HHrOF','requirementMet','qJQJa','infoContainer','DJBoD','type','eeMMA','infoContainerInfo','DbpKx','infoContainerWarning','infoTitleInfo','GFwWb','infoTitleError','title','infoMessage','IOoZz','infoMessageInfo','infoMessageWarning','message','showActions','infoActions','infoActionButtonText','Try\x20Again','infoActionButtonSecondary','infoActionButtonSecondaryText','iMYQw','footer','cancelButtonText','submitButton','HvAEL','submitButtonText','qIEhb','create','flex-start','center','space-between','#666','row','#CCCCCC','#2196F3','#FF9800','#FFEBEE','#F44336','600','#F57C00','#D32F2F','#1565C0','#E65100','#C62828','transparent','#fff','#FF3B30','#333','#34C759','#000000'];_0x4e01=function(){return _0x101ac9;};return _0x4e01();}var _react=_interopRequireWildcard(__ONAIROS_REQ_FUNC__(0x0)),_reactNative=__ONAIROS_REQ_FUNC__(0x1),_biometricPinService=__ONAIROS_REQ_FUNC__(0x2);function _interopRequireWildcard(_0x46355c,_0x25f5ae){const _0x23b083={'NhCtG':function(_0x2edc2f,_0x440320){return _0x2edc2f&&_0x440320;},'RDsXB':function(_0x1d2610,_0x2d3138){return _0x1d2610===_0x2d3138;},'GsaCJ':function(_0x50a631,_0xfc95b5){return _0x50a631!=_0xfc95b5;},'cvGuG':_0x1e53(0x1),'aCGym':function(_0x4542e4,_0x3fb086){return _0x4542e4!==_0x3fb086;},'ukosA':_0x1e53(0x2),'rBiGP':function(_0x298c71,_0x4ad3e2,_0x23724d,_0x25bd5d){return _0x298c71(_0x4ad3e2,_0x23724d,_0x25bd5d);},'lQLDr':function(_0x5af4d6,_0x4c35ec){return _0x5af4d6==_0x4c35ec;}};if(_0x23b083[_0x1e53(0x3)](_0x23b083[_0x1e53(0x4)],typeof WeakMap))var _0xe388a5=new WeakMap(),_0x36a2cd=new WeakMap();return(_interopRequireWildcard=function(_0x4b0863,_0x29c364){if(_0x23b083[_0x1e53(0x5)](!_0x29c364,_0x4b0863)&&_0x4b0863[_0x1e53(0x0)])return _0x4b0863;var _0x4be887,_0x4d3986,_0x9febbe={'__proto__':null,'default':_0x4b0863};if(_0x23b083['RDsXB'](null,_0x4b0863)||_0x23b083[_0x1e53(0x6)](_0x1e53(0x7),typeof _0x4b0863)&&_0x23b083[_0x1e53(0x6)](_0x23b083[_0x1e53(0x4)],typeof _0x4b0863))return _0x9febbe;if(_0x4be887=_0x29c364?_0x36a2cd:_0xe388a5){if(_0x4be887['has'](_0x4b0863))return _0x4be887[_0x1e53(0x8)](_0x4b0863);_0x4be887['set'](_0x4b0863,_0x9febbe);}for(const _0x1f1107 in _0x4b0863)_0x23b083['aCGym'](_0x23b083[_0x1e53(0x9)],_0x1f1107)&&{}[_0x1e53(0xa)][_0x1e53(0xb)](_0x4b0863,_0x1f1107)&&((_0x4d3986=(_0x4be887=Object[_0x1e53(0xc)])&&Object[_0x1e53(0xd)](_0x4b0863,_0x1f1107))&&(_0x4d3986['get']||_0x4d3986['set'])?_0x23b083[_0x1e53(0xe)](_0x4be887,_0x9febbe,_0x1f1107,_0x4d3986):_0x9febbe[_0x1f1107]=_0x4b0863[_0x1f1107]);return _0x9febbe;})(_0x46355c,_0x25f5ae);}const {width}=_reactNative[_0x1e53(0xf)][_0x1e53(0x8)](_0x1e53(0x10)),PinInput=({onSubmit:_0x508d2b,minLength:minLength=0x8,requireSpecialChar:requireSpecialChar=!![],requireNumber:requireNumber=!![],onBack:_0x169d50,enableBiometricStorage:enableBiometricStorage=!![],onBackgroundTrainingStart:_0x149e92,showBackgroundProgress:showBackgroundProgress=![],backgroundProgressText:backgroundProgressText=_0x1e53(0x11)})=>{const _0xf99a3b={'GDoDW':function(_0x1dd152){return _0x1dd152();},'SfByE':function(_0x37420e,_0x33aa02){return _0x37420e(_0x33aa02);},'VAiZo':'storage-error','whfCv':function(_0x1f849c,_0x5b239d){return _0x1f849c!==_0x5b239d;},'dFRkL':_0x1e53(0x12),'rTuqn':function(_0x45f055,_0x4de8ed){return _0x45f055<_0x4de8ed;},'PESOI':'PIN\x20must\x20include\x20a\x20special\x20character','pXHLx':function(_0x5e10c1,_0xd2c5a4){return _0x5e10c1===_0xd2c5a4;},'qMsSY':'sqwMQ','OJmpU':_0x1e53(0x13),'ipMWQ':_0x1e53(0x14),'bTWig':function(_0x57745,_0x19e023){return _0x57745&&_0x19e023;},'mJDig':function(_0x3b5ac7,_0x1f6791){return _0x3b5ac7!=_0x1f6791;},'MQPSU':'function','Rfuaq':function(_0x3cfbd0,_0x26fc07){return _0x3cfbd0(_0x26fc07);},'pSGNT':_0x1e53(0x15),'NupZa':function(_0x5bc112,_0x48201d){return _0x5bc112(_0x48201d);},'BGBrY':function(_0xad5e9a,_0x511bee){return _0xad5e9a===_0x511bee;},'TNvqK':_0x1e53(0x16),'PjaBp':function(_0x1fa53c,_0x148640){return _0x1fa53c(_0x148640);},'rBTio':_0x1e53(0x17),'GQJdf':function(_0x719150,_0x366bed){return _0x719150(_0x366bed);},'BGewt':_0x1e53(0x18),'edsWi':function(_0x53f827,_0x4f7b23){return _0x53f827(_0x4f7b23);},'DfnVQ':'AUuuZ','BSGcV':function(_0x2b02a0,_0x4a997b){return _0x2b02a0(_0x4a997b);},'NCwNN':function(_0x285555,_0x4f5b0f){return _0x285555(_0x4f5b0f);},'eydAn':_0x1e53(0x19),'yxTXd':function(_0x35735c,_0x38215d){return _0x35735c(_0x38215d);},'qkYrZ':function(_0x18bd0e,_0x54261c){return _0x18bd0e(_0x54261c);},'KKWbh':function(_0x4d5456,_0x4c703b){return _0x4d5456===_0x4c703b;},'oscBC':_0x1e53(0x1a),'BbgLP':function(_0x3b1a2a,_0x41cdbf){return _0x3b1a2a(_0x41cdbf);},'fwiIS':function(_0x762d38,_0x577a42){return _0x762d38(_0x577a42);},'IOGnD':_0x1e53(0x2),'iQAsE':function(_0x413a0f,_0x6aa53){return _0x413a0f(_0x6aa53);},'xHpJD':function(_0x3603e1,_0x443684){return _0x3603e1===_0x443684;},'aqfSp':'STzsV','jHcgo':function(_0x8604f6,_0x50ea34){return _0x8604f6(_0x50ea34);},'Draav':_0x1e53(0x1b),'NqJDj':_0x1e53(0x1c),'ySozQ':function(_0xcb39a8,_0x3fa963){return _0xcb39a8(_0x3fa963);},'XdSsO':_0x1e53(0x1d),'HrFZD':'This\x20device\x20does\x20not\x20support\x20Face\x20ID\x20or\x20Touch\x20ID.\x20Please\x20enable\x20biometric\x20authentication\x20in\x20your\x20device\x20settings\x20to\x20secure\x20your\x20PIN.','GFwWb':_0x1e53(0x1e),'Djygl':_0x1e53(0x1f),'oJlAq':'Storage\x20Error','PMjGz':_0x1e53(0x20),'KuHBj':_0x1e53(0x21),'HAWZb':_0x1e53(0x22),'blqKs':_0x1e53(0x23),'UkSiq':_0x1e53(0x24),'PkCQG':_0x1e53(0x25),'eeMMA':_0x1e53(0x26),'YuMWf':function(_0x40b704){return _0x40b704();},'vMgHy':_0x1e53(0x27),'zKDAz':'A\x20PIN\x20so\x20only\x20you\x20have\x20access\x20to\x20your\x20data','aLMbb':'small','KzvTk':_0x1e53(0x28),'rcWVI':'e.g.\x20MyPin123!','eEtHN':'done','orYFh':_0x1e53(0x29),'heElh':function(_0x348ada,_0xaeafb6){return _0x348ada>=_0xaeafb6;},'DPtzd':_0x1e53(0x2a),'HHrOF':_0x1e53(0x2b),'qJQJa':_0x1e53(0x2c),'IKLuG':_0x1e53(0x2d),'DJBoD':function(_0xff5dc1,_0x297cae){return _0xff5dc1===_0x297cae;},'DbpKx':function(_0x519d06,_0x2ff00e){return _0x519d06===_0x2ff00e;},'WhGHg':function(_0x359906,_0x4676e7){return _0x359906===_0x4676e7;},'IOoZz':function(_0x500ee0,_0x402d98){return _0x500ee0===_0x402d98;},'Mcfpc':function(_0x51e10e,_0x471e91){return _0x51e10e===_0x471e91;},'mfeSo':function(_0x3ba891,_0x55a4af){return _0x3ba891===_0x55a4af;},'iMYQw':'Continue\x20Without\x20Biometric','HvAEL':function(_0x367b91,_0xd9f24b){return _0x367b91||_0xd9f24b;},'qIEhb':'Continue'},[_0x1e2cfb,_0x36753e]=(0x0,_react['useState'])(''),[_0x2d67c0,_0x26a331]=(0x0,_react[_0x1e53(0x2e)])(null),[_0x2e1739,_0x4abc6e]=(0x0,_react[_0x1e53(0x2e)])(![]),[_0xadb43b,_0x390f78]=(0x0,_react[_0x1e53(0x2e)])(![]),[_0x4e4997,_0x21870f]=(0x0,_react[_0x1e53(0x2e)])(_0xf99a3b[_0x1e53(0x2f)]),[_0x4f53ab,_0x441acd]=(0x0,_react[_0x1e53(0x2e)])(![]);_react[_0x1e53(0x2)][_0x1e53(0x30)](()=>{_0x149e92&&!_0x4f53ab&&showBackgroundProgress&&(console[_0x1e53(0x31)]('\uD83D\uDE80 [PIN INPUT] Background training explicitly requested...'),_0x441acd(!![]),_0xf99a3b['GDoDW'](_0x149e92)[_0x1e53(0x32)](_0xb1a0cb=>{console[_0x1e53(0x21)]('\u274C [PIN INPUT] Background training failed:',_0xb1a0cb),_0x441acd(![]);}));},[_0x149e92,_0x4f53ab,showBackgroundProgress]);const _0x5a7d67=(0x0,_react['useCallback'])(_0x3d8b90=>{const _0xd0418d={'MaiqY':function(_0x15465e,_0x5a249e){return _0x15465e(_0x5a249e);}};if(_0xf99a3b[_0x1e53(0x33)](_0xf99a3b['dFRkL'],_0xf99a3b[_0x1e53(0x34)]))_0x319059[_0x1e53(0x31)]('\uD83D\uDE80 [PIN INPUT] Background training explicitly requested...'),_0xf99a3b[_0x1e53(0x35)](_0xa1799d,!![]),_0xf99a3b[_0x1e53(0x36)](_0x22e63c)[_0x1e53(0x32)](_0x41903d=>{_0x2deb13['error']('\u274C [PIN INPUT] Background training failed:',_0x41903d),_0xd0418d[_0x1e53(0x37)](_0x44340f,![]);});else{if(_0xf99a3b['rTuqn'](_0x3d8b90[_0x1e53(0x38)],minLength))return _0x1e53(0x39)+minLength+'\x20characters';if(requireSpecialChar&&!/[!@#$%^&*(),.?":{}|<>]/[_0x1e53(0x3a)](_0x3d8b90))return _0xf99a3b[_0x1e53(0x3b)];if(requireNumber&&!/\d/['test'](_0x3d8b90)){if(_0xf99a3b[_0x1e53(0x3c)](_0xf99a3b[_0x1e53(0x3d)],_0xf99a3b[_0x1e53(0x3e)]))_0x25be06[_0x1e53(0x21)]('\u274C [PIN INPUT] PIN storage verification failed'),_0xf99a3b[_0x1e53(0x35)](_0x273f55,_0xf99a3b[_0x1e53(0x3f)]),_0xf99a3b[_0x1e53(0x35)](_0x4f7302,![]);else return _0xf99a3b[_0x1e53(0x40)];}return null;}},[minLength,requireSpecialChar,requireNumber]),_0x3e5a8d=(0x0,_react[_0x1e53(0x41)])(async()=>{const _0x5d2dc0={'JkmQo':function(_0x4a9778,_0x5b0b0b){return _0xf99a3b['bTWig'](_0x4a9778,_0x5b0b0b);},'Bryar':function(_0x20c486,_0x17f59a){return _0xf99a3b[_0x1e53(0x3c)](_0x20c486,_0x17f59a);},'mEhzk':function(_0xbec703,_0x2b97e0){return _0xf99a3b[_0x1e53(0x42)](_0xbec703,_0x2b97e0);},'uzaKE':_0x1e53(0x7),'CcWTS':_0xf99a3b[_0x1e53(0x43)],'wJKmg':function(_0x2a67a1,_0x112bcb){return _0x2a67a1==_0x112bcb;},'gNJQw':_0xf99a3b[_0x1e53(0x3b)],'MDwFf':function(_0x482d94,_0x20dbf0){return _0xf99a3b[_0x1e53(0x44)](_0x482d94,_0x20dbf0);}};if(_0xf99a3b[_0x1e53(0x33)](_0xf99a3b[_0x1e53(0x45)],_0x1e53(0x46))){console[_0x1e53(0x31)]('\uD83D\uDD0D [PIN INPUT] handleSubmit called with PIN length:',_0x1e2cfb[_0x1e53(0x38)]);const _0x2c0454=_0xf99a3b[_0x1e53(0x47)](_0x5a7d67,_0x1e2cfb);if(_0x2c0454){if(_0xf99a3b[_0x1e53(0x48)](_0xf99a3b['TNvqK'],_0x1e53(0x16))){console[_0x1e53(0x31)]('\u274C [PIN INPUT] Validation failed:',_0x2c0454),_0x26a331(_0x2c0454);return;}else _0xdfc6a7['warn']('\u26A0️ [PIN INPUT] User chose to continue without biometric security'),_0x44388b(_0x4053d7);}console[_0x1e53(0x31)]('\u2705 [PIN INPUT] PIN validation passed');if(enableBiometricStorage){console['log']('\uD83D\uDD10 [PIN INPUT] Biometric storage enabled, starting biometric flow...'),_0xf99a3b['PjaBp'](_0x390f78,!![]),_0x21870f(_0xf99a3b[_0x1e53(0x49)]);try{const _0x284fbe=await _biometricPinService[_0x1e53(0x4a)][_0x1e53(0x4b)]();console[_0x1e53(0x31)]('\uD83D\uDCF1 [PIN INPUT] Biometric available:',_0x284fbe);if(!_0x284fbe){console[_0x1e53(0x21)]('\u274C [PIN INPUT] Face ID not available on this device'),_0xf99a3b[_0x1e53(0x4c)](_0x21870f,_0xf99a3b[_0x1e53(0x4d)]),_0xf99a3b[_0x1e53(0x4e)](_0x390f78,![]);return;}console['log']('\uD83D\uDD10 [PIN INPUT] Triggering biometric authentication for PIN storage...');const _0x11da7d=await _biometricPinService[_0x1e53(0x4a)][_0x1e53(0x4f)](_0x1e2cfb);if(_0x11da7d){console[_0x1e53(0x31)]('\u2705 [PIN INPUT] PIN stored successfully with biometric protection');const _0x3470a2=await _biometricPinService['biometricPinService'][_0x1e53(0x50)]();if(_0x3470a2){if(_0xf99a3b[_0x1e53(0x3c)]('AUuuZ',_0xf99a3b[_0x1e53(0x51)]))console[_0x1e53(0x31)]('\u2705 [PIN INPUT] PIN storage verified - proceeding with onboarding'),_0xf99a3b[_0x1e53(0x52)](_0x508d2b,_0x1e2cfb);else{if(_0x5d2dc0[_0x1e53(0x53)](_0x5d2dc0[_0x1e53(0x54)],typeof _0x975115))var _0x1bf615=new _0x34baf3(),_0x309055=new _0x3d689b();return(_0x356279=function(_0x3837d9,_0x50073b){if(_0x5d2dc0[_0x1e53(0x55)](!_0x50073b,_0x3837d9)&&_0x3837d9[_0x1e53(0x0)])return _0x3837d9;var _0x52f5c9,_0x422770,_0x5e296c={'__proto__':null,'default':_0x3837d9};if(_0x5d2dc0[_0x1e53(0x56)](null,_0x3837d9)||_0x5d2dc0[_0x1e53(0x57)](_0x5d2dc0[_0x1e53(0x58)],typeof _0x3837d9)&&_0x5d2dc0['CcWTS']!=typeof _0x3837d9)return _0x5e296c;if(_0x52f5c9=_0x50073b?_0x309055:_0x1bf615){if(_0x52f5c9[_0x1e53(0x59)](_0x3837d9))return _0x52f5c9[_0x1e53(0x8)](_0x3837d9);_0x52f5c9[_0x1e53(0x5a)](_0x3837d9,_0x5e296c);}for(const _0x5925eb in _0x3837d9)_0x1e53(0x2)!==_0x5925eb&&{}[_0x1e53(0xa)][_0x1e53(0xb)](_0x3837d9,_0x5925eb)&&((_0x422770=(_0x52f5c9=_0xc2494d[_0x1e53(0xc)])&&_0x2186a9['getOwnPropertyDescriptor'](_0x3837d9,_0x5925eb))&&(_0x422770[_0x1e53(0x8)]||_0x422770[_0x1e53(0x5a)])?_0x52f5c9(_0x5e296c,_0x5925eb,_0x422770):_0x5e296c[_0x5925eb]=_0x3837d9[_0x5925eb]);return _0x5e296c;})(_0x5052e3,_0x133cad);}}else console[_0x1e53(0x21)]('\u274C [PIN INPUT] PIN storage verification failed'),_0xf99a3b['NCwNN'](_0x21870f,_0x1e53(0x5b)),_0x390f78(![]);}else console['warn']('\u26A0️ [PIN INPUT] Biometric authentication failed or was cancelled'),_0xf99a3b[_0x1e53(0x52)](_0x21870f,_0xf99a3b[_0x1e53(0x5c)]),_0xf99a3b[_0x1e53(0x5d)](_0x390f78,![]);}catch(_0x5f3b41){if(_0xf99a3b[_0x1e53(0x33)]('NDBCp',_0x1e53(0x5e)))return _0x5d2dc0[_0x1e53(0x5f)];else console[_0x1e53(0x21)]('\u274C [PIN INPUT] Error handling biometric PIN storage:',_0x5f3b41),_0x21870f(_0xf99a3b[_0x1e53(0x3f)]),_0xf99a3b[_0x1e53(0x60)](_0x390f78,![]);}}else _0xf99a3b[_0x1e53(0x61)](_0xf99a3b[_0x1e53(0x62)],_0xf99a3b[_0x1e53(0x62)])?(console['log']('\uD83D\uDD10 [PIN INPUT] Biometric storage disabled, proceeding normally'),_0xf99a3b[_0x1e53(0x63)](_0x508d2b,_0x1e2cfb)):(_0x3504c6['log']('\uD83D\uDD10 [PIN INPUT] Biometric storage disabled, proceeding normally'),_0x5d2dc0['MDwFf'](_0x49c7b0,_0x1f9f7e));}else return _0xf99a3b[_0x1e53(0x40)];},[_0x1e2cfb,_0x5a7d67,_0x508d2b,enableBiometricStorage]),_0x2b7489=(0x0,_react[_0x1e53(0x41)])(_0x2081cb=>{_0xf99a3b[_0x1e53(0x64)](_0xf99a3b[_0x1e53(0x65)],_0xf99a3b[_0x1e53(0x65)])?(_0xf99a3b[_0x1e53(0x4c)](_0x36753e,_0x2081cb),_0xf99a3b[_0x1e53(0x35)](_0x26a331,null),_0xf99a3b[_0x1e53(0x4e)](_0x21870f,'default'),console[_0x1e53(0x31)]('\uD83D\uDD0D [PIN INPUT] PIN changed:',{'length':_0x2081cb[_0x1e53(0x38)],'hasSpecialChar':/[!@#$%^&*(),.?":{}|<>]/['test'](_0x2081cb),'hasNumber':/\d/[_0x1e53(0x3a)](_0x2081cb),'isValid':!_0xf99a3b['PjaBp'](_0x5a7d67,_0x2081cb)})):(_0x2d1ac9(_0x272e8d),_0xf99a3b[_0x1e53(0x66)](_0x4942c2,null),_0x1608f5(_0xf99a3b['IOGnD']),_0x18d2fc[_0x1e53(0x31)]('\uD83D\uDD0D [PIN INPUT] PIN changed:',{'length':_0x2c2f3b[_0x1e53(0x38)],'hasSpecialChar':/[!@#$%^&*(),.?":{}|<>]/[_0x1e53(0x3a)](_0x1e6cde),'hasNumber':/\d/[_0x1e53(0x3a)](_0x493c41),'isValid':!_0xf99a3b[_0x1e53(0x67)](_0x55fa38,_0x4422be)}));},[_0x5a7d67]),_0x555d67=(0x0,_react[_0x1e53(0x41)])(()=>{console[_0x1e53(0x68)]('\u26A0️ [PIN INPUT] User chose to continue without biometric security'),_0xf99a3b[_0x1e53(0x4c)](_0x508d2b,_0x1e2cfb);},[_0x1e2cfb,_0x508d2b]),_0x160c5b=(0x0,_react[_0x1e53(0x41)])(()=>{_0xf99a3b[_0x1e53(0x69)]!==_0xf99a3b[_0x1e53(0x6a)]?(_0xf99a3b['ySozQ'](_0x21870f,_0xf99a3b['IOGnD']),_0xf99a3b['GDoDW'](_0x3e5a8d)):(_0xb9ada6['error']('\u274C [PIN INPUT] Error handling biometric PIN storage:',_0x4401f4),_0x233ae3(_0xf99a3b['VAiZo']),_0xf99a3b[_0x1e53(0x6b)](_0x3cb04f,![]));},[_0x3e5a8d]),_0x13dfee=()=>{switch(_0x4e4997){case _0xf99a3b[_0x1e53(0x4d)]:return{'title':_0xf99a3b[_0x1e53(0x6c)],'message':_0xf99a3b[_0x1e53(0x6d)],'type':_0xf99a3b['GFwWb'],'showActions':!![]};case _0xf99a3b[_0x1e53(0x5c)]:return{'title':_0x1e53(0x6e),'message':_0xf99a3b[_0x1e53(0x6f)],'type':_0x1e53(0x1e),'showActions':!![]};case _0xf99a3b['VAiZo']:return{'title':_0xf99a3b['oJlAq'],'message':_0xf99a3b[_0x1e53(0x70)],'type':_0xf99a3b[_0x1e53(0x71)],'showActions':!![]};case _0xf99a3b[_0x1e53(0x49)]:return{'title':_0xf99a3b[_0x1e53(0x72)],'message':_0xf99a3b[_0x1e53(0x73)],'type':_0x1e53(0x26),'showActions':![]};default:return{'title':_0xf99a3b[_0x1e53(0x74)],'message':_0xf99a3b[_0x1e53(0x75)],'type':_0xf99a3b['eeMMA'],'showActions':![]};}},_0x10ba6b=_0xf99a3b['YuMWf'](_0x13dfee);return _react[_0x1e53(0x2)]['createElement'](_reactNative[_0x1e53(0x76)],{'style':styles['container']},_react['default'][_0x1e53(0x77)](_reactNative[_0x1e53(0x76)],{'style':styles[_0x1e53(0x78)]},_react[_0x1e53(0x2)][_0x1e53(0x77)](_reactNative[_0x1e53(0x76)],{'style':styles[_0x1e53(0x79)]},_0x169d50&&_react[_0x1e53(0x2)][_0x1e53(0x77)](_reactNative['TouchableOpacity'],{'style':styles[_0x1e53(0x7a)],'onPress':_0x169d50},_react['default'][_0x1e53(0x77)](_reactNative[_0x1e53(0x7b)],{'style':{'fontSize':0x18}},'←')),_react[_0x1e53(0x2)]['createElement'](_reactNative[_0x1e53(0x7b)],{'style':styles['title']},_0xf99a3b[_0x1e53(0x7c)])),_react[_0x1e53(0x2)][_0x1e53(0x77)](_reactNative[_0x1e53(0x7b)],{'style':styles[_0x1e53(0x7d)]},_0xf99a3b[_0x1e53(0x7e)]),showBackgroundProgress&&_0x4f53ab&&_react[_0x1e53(0x2)]['createElement'](_reactNative['View'],{'style':styles['backgroundProgressContainer']},_react[_0x1e53(0x2)][_0x1e53(0x77)](_reactNative[_0x1e53(0x7b)],{'style':styles[_0x1e53(0x7f)]},backgroundProgressText),_react[_0x1e53(0x2)]['createElement'](_reactNative[_0x1e53(0x76)],{'style':styles[_0x1e53(0x80)]},_react[_0x1e53(0x2)]['createElement'](_reactNative['ActivityIndicator'],{'size':_0xf99a3b[_0x1e53(0x81)],'color':_0xf99a3b[_0x1e53(0x82)]}))),_react['default'][_0x1e53(0x77)](_reactNative[_0x1e53(0x76)],{'style':styles[_0x1e53(0x83)]},_react[_0x1e53(0x2)]['createElement'](_reactNative[_0x1e53(0x84)],{'style':styles[_0x1e53(0x85)],'value':_0x1e2cfb,'onChangeText':_0x2b7489,'secureTextEntry':!_0x2e1739,'placeholder':_0xf99a3b[_0x1e53(0x86)],'keyboardType':_0xf99a3b[_0x1e53(0x2f)],'maxLength':0x14,'autoCapitalize':_0x1e53(0x87),'autoCorrect':![],'returnKeyType':_0xf99a3b['eEtHN'],'onSubmitEditing':()=>_reactNative[_0x1e53(0x88)][_0x1e53(0x89)]()}),_react[_0x1e53(0x2)][_0x1e53(0x77)](_reactNative[_0x1e53(0x8a)],{'style':styles[_0x1e53(0x8b)],'onPress':()=>_0x4abc6e(!_0x2e1739)},_react[_0x1e53(0x2)][_0x1e53(0x77)](_reactNative[_0x1e53(0x7b)],null,_0x2e1739?_0x1e53(0x8c):_0xf99a3b['orYFh'])))),_0x2d67c0&&_react[_0x1e53(0x2)][_0x1e53(0x77)](_reactNative[_0x1e53(0x7b)],{'style':styles[_0x1e53(0x21)]},_0x2d67c0),_react[_0x1e53(0x2)][_0x1e53(0x77)](_reactNative['View'],{'style':styles[_0x1e53(0x8d)]},_react[_0x1e53(0x2)]['createElement'](_reactNative['Text'],{'style':styles[_0x1e53(0x8e)]},'PIN\x20Requirements:'),_react[_0x1e53(0x2)][_0x1e53(0x77)](_reactNative[_0x1e53(0x7b)],{'style':[styles[_0x1e53(0x8f)],_0xf99a3b['heElh'](_0x1e2cfb[_0x1e53(0x38)],minLength)&&styles['requirementMet']]},_0xf99a3b[_0x1e53(0x90)],minLength,_0xf99a3b[_0x1e53(0x91)]),requireSpecialChar&&_react[_0x1e53(0x2)]['createElement'](_reactNative[_0x1e53(0x7b)],{'style':[styles['requirement'],/[!@#$%^&*(),.?":{}|<>]/[_0x1e53(0x3a)](_0x1e2cfb)&&styles[_0x1e53(0x92)]]},_0xf99a3b[_0x1e53(0x93)]),requireNumber&&_react['default']['createElement'](_reactNative[_0x1e53(0x7b)],{'style':[styles[_0x1e53(0x8f)],/\d/[_0x1e53(0x3a)](_0x1e2cfb)&&styles[_0x1e53(0x92)]]},_0xf99a3b['IKLuG'])),_react['default']['createElement'](_reactNative[_0x1e53(0x76)],{'style':[styles[_0x1e53(0x94)],_0xf99a3b[_0x1e53(0x95)](_0x10ba6b[_0x1e53(0x96)],_0xf99a3b[_0x1e53(0x97)])&&styles[_0x1e53(0x98)],_0xf99a3b[_0x1e53(0x99)](_0x10ba6b[_0x1e53(0x96)],'warning')&&styles[_0x1e53(0x9a)],_0xf99a3b[_0x1e53(0x64)](_0x10ba6b[_0x1e53(0x96)],_0xf99a3b[_0x1e53(0x71)])&&styles['infoContainerError']]},_react[_0x1e53(0x2)][_0x1e53(0x77)](_reactNative[_0x1e53(0x7b)],{'style':[styles['infoTitle'],_0xf99a3b['WhGHg'](_0x10ba6b[_0x1e53(0x96)],_0xf99a3b[_0x1e53(0x97)])&&styles[_0x1e53(0x9b)],_0x10ba6b[_0x1e53(0x96)]===_0xf99a3b[_0x1e53(0x9c)]&&styles['infoTitleWarning'],_0x10ba6b['type']===_0x1e53(0x21)&&styles[_0x1e53(0x9d)]]},_0x10ba6b[_0x1e53(0x9e)]),_react['default'][_0x1e53(0x77)](_reactNative[_0x1e53(0x7b)],{'style':[styles[_0x1e53(0x9f)],_0xf99a3b[_0x1e53(0xa0)](_0x10ba6b[_0x1e53(0x96)],_0xf99a3b[_0x1e53(0x97)])&&styles[_0x1e53(0xa1)],_0xf99a3b['Mcfpc'](_0x10ba6b[_0x1e53(0x96)],_0x1e53(0x1e))&&styles[_0x1e53(0xa2)],_0xf99a3b['mfeSo'](_0x10ba6b['type'],_0xf99a3b[_0x1e53(0x71)])&&styles['infoMessageError']]},_0x10ba6b[_0x1e53(0xa3)]),_0x10ba6b[_0x1e53(0xa4)]&&_react[_0x1e53(0x2)]['createElement'](_reactNative[_0x1e53(0x76)],{'style':styles[_0x1e53(0xa5)]},_react[_0x1e53(0x2)]['createElement'](_reactNative[_0x1e53(0x8a)],{'style':styles['infoActionButton'],'onPress':_0x160c5b},_react[_0x1e53(0x2)][_0x1e53(0x77)](_reactNative[_0x1e53(0x7b)],{'style':styles[_0x1e53(0xa6)]},_0x1e53(0xa7))),_react[_0x1e53(0x2)][_0x1e53(0x77)](_reactNative[_0x1e53(0x8a)],{'style':[styles['infoActionButton'],styles[_0x1e53(0xa8)]],'onPress':_0x555d67},_react['default'][_0x1e53(0x77)](_reactNative['Text'],{'style':[styles[_0x1e53(0xa6)],styles[_0x1e53(0xa9)]]},_0xf99a3b[_0x1e53(0xaa)])))),_react[_0x1e53(0x2)][_0x1e53(0x77)](_reactNative['View'],{'style':styles[_0x1e53(0xab)]},_0x169d50&&_react['default'][_0x1e53(0x77)](_reactNative[_0x1e53(0x8a)],{'style':styles['cancelButton'],'onPress':_0x169d50},_react[_0x1e53(0x2)][_0x1e53(0x77)](_reactNative['Text'],{'style':styles[_0x1e53(0xac)]},'Back')),_react[_0x1e53(0x2)][_0x1e53(0x77)](_reactNative['TouchableOpacity'],{'style':[styles[_0x1e53(0xad)],(_0xf99a3b['HvAEL'](!_0x1e2cfb,_0xadb43b)||_0xf99a3b[_0x1e53(0x4c)](_0x5a7d67,_0x1e2cfb))&&styles['submitButtonDisabled']],'onPress':_0x3e5a8d,'disabled':_0xf99a3b[_0x1e53(0xae)](!_0x1e2cfb,_0xadb43b)||!!_0xf99a3b['PjaBp'](_0x5a7d67,_0x1e2cfb)},_react['default'][_0x1e53(0x77)](_reactNative[_0x1e53(0x7b)],{'style':styles[_0x1e53(0xaf)]},_0xadb43b?_0xf99a3b[_0x1e53(0x72)]:_0xf99a3b[_0x1e53(0xb0)]))));};exports['PinInput']=PinInput;const styles=_reactNative['StyleSheet'][_0x1e53(0xb1)]({'container':{'flex':0x1,'padding':0x10,'width':width,'backgroundColor':'#fff','justifyContent':_0x1e53(0xb2)},'inputSection':{'width':'100%','marginTop':0x0,'paddingTop':0x0},'header':{'flexDirection':'row','alignItems':_0x1e53(0xb3),'justifyContent':_0x1e53(0xb4),'marginBottom':0x10,'paddingVertical':0x8},'backButton':{'padding':0x8},'title':{'fontSize':0x14,'fontWeight':'600','color':'#333','textAlign':_0x1e53(0xb3),'flex':0x1,'marginBottom':0x8},'subtitle':{'fontSize':0xe,'color':_0x1e53(0xb5),'marginBottom':0x18,'textAlign':'center'},'inputContainer':{'flexDirection':_0x1e53(0xb6),'alignItems':_0x1e53(0xb3),'borderWidth':0x1,'borderColor':_0x1e53(0xb7),'borderRadius':0x8,'marginBottom':0x10},'input':{'flex':0x1,'padding':0xc,'fontSize':0x10},'visibilityButton':{'padding':0xc},'infoContainer':{'padding':0x10,'borderRadius':0xc,'marginBottom':0x10,'borderWidth':0x1},'infoContainerInfo':{'backgroundColor':'#E3F2FD','borderColor':_0x1e53(0xb8)},'infoContainerWarning':{'backgroundColor':'#FFF3E0','borderColor':_0x1e53(0xb9)},'infoContainerError':{'backgroundColor':_0x1e53(0xba),'borderColor':_0x1e53(0xbb)},'infoTitle':{'fontSize':0x10,'fontWeight':_0x1e53(0xbc),'marginBottom':0x8},'infoTitleInfo':{'color':'#1976D2'},'infoTitleWarning':{'color':_0x1e53(0xbd)},'infoTitleError':{'color':_0x1e53(0xbe)},'infoMessage':{'fontSize':0xe,'lineHeight':0x14,'marginBottom':0xc},'infoMessageInfo':{'color':_0x1e53(0xbf)},'infoMessageWarning':{'color':_0x1e53(0xc0)},'infoMessageError':{'color':_0x1e53(0xc1)},'infoActions':{'flexDirection':_0x1e53(0xb6),'justifyContent':_0x1e53(0xb4),'marginTop':0x8},'infoActionButton':{'flex':0x1,'paddingVertical':0xa,'paddingHorizontal':0x10,'borderRadius':0x8,'backgroundColor':'#007AFF','marginHorizontal':0x4,'alignItems':_0x1e53(0xb3)},'infoActionButtonSecondary':{'backgroundColor':_0x1e53(0xc2),'borderWidth':0x1,'borderColor':'#007AFF'},'infoActionButtonText':{'color':_0x1e53(0xc3),'fontSize':0xe,'fontWeight':_0x1e53(0xbc)},'infoActionButtonSecondaryText':{'color':'#007AFF'},'error':{'color':_0x1e53(0xc4),'marginBottom':0x10},'requirements':{'marginBottom':0x18},'requirementTitle':{'fontSize':0xe,'fontWeight':_0x1e53(0xbc),'marginBottom':0x8,'color':_0x1e53(0xc5)},'requirement':{'fontSize':0xe,'color':_0x1e53(0xb5),'marginBottom':0x4},'requirementMet':{'color':_0x1e53(0xc6)},'footer':{'flexDirection':_0x1e53(0xb6),'alignItems':'center','justifyContent':_0x1e53(0xb4),'marginTop':0x18,'borderTopWidth':0x1,'borderTopColor':'#eee','paddingTop':0x10},'cancelButton':{'paddingVertical':0x8,'paddingHorizontal':0x10},'cancelButtonText':{'color':_0x1e53(0xb5),'fontSize':0x10},'submitButton':{'paddingVertical':0x10,'paddingHorizontal':0x20,'borderRadius':0x10,'backgroundColor':_0x1e53(0xc7),'alignItems':'center'},'submitButtonDisabled':{'opacity':0.5},'submitButtonText':{'color':_0x1e53(0xc3),'fontSize':0x10,'fontWeight':_0x1e53(0xbc)},'backgroundProgressContainer':{'flexDirection':_0x1e53(0xb6),'alignItems':_0x1e53(0xb3),'justifyContent':_0x1e53(0xb3),'marginBottom':0x10},'backgroundProgressText':{'fontSize':0xe,'color':_0x1e53(0xb5),'marginRight':0xa},'backgroundProgressIndicator':{'padding':0x5}});
9
+ function _0x3811(_0x172a92,_0x3811bd){_0x172a92=_0x172a92-0x0;const _0xd7d1c4=_0x172a();let _0x100eb3=_0xd7d1c4[_0x172a92];return _0x100eb3;}Object[_0x3811(0x0)](exports,'__esModule',{'value':!![]}),exports[_0x3811(0x1)]=void 0x0;var _react=_interopRequireWildcard(__ONAIROS_REQ_FUNC__(0x0)),_reactNative=__ONAIROS_REQ_FUNC__(0x1),_biometricPinService=__ONAIROS_REQ_FUNC__(0x2);function _interopRequireWildcard(_0x51af66,_0x46c610){const _0x27cfc5={'rmlmF':function(_0x4fccf6,_0x2578b7){return _0x4fccf6&&_0x2578b7;},'dgyDU':function(_0x4e1990,_0x1e3204){return _0x4e1990!=_0x1e3204;},'tchGG':_0x3811(0x2),'beztr':function(_0x531d52,_0xb57ba1){return _0x531d52!==_0xb57ba1;},'mrjMc':_0x3811(0x3),'AxQLK':function(_0x535e59,_0x116510,_0x4e5763,_0xd640b8){return _0x535e59(_0x116510,_0x4e5763,_0xd640b8);},'TfbcP':function(_0x4cc887,_0x3d84fe){return _0x4cc887==_0x3d84fe;}};if(_0x27cfc5[_0x3811(0x4)](_0x27cfc5[_0x3811(0x5)],typeof WeakMap))var _0x11623b=new WeakMap(),_0x5c1fdb=new WeakMap();return(_interopRequireWildcard=function(_0x2fc545,_0x236a25){if(_0x27cfc5[_0x3811(0x6)](!_0x236a25,_0x2fc545)&&_0x2fc545[_0x3811(0x7)])return _0x2fc545;var _0x4e71ac,_0x48c99f,_0x1f2c3a={'__proto__':null,'default':_0x2fc545};if(null===_0x2fc545||_0x27cfc5[_0x3811(0x8)](_0x3811(0x9),typeof _0x2fc545)&&_0x27cfc5[_0x3811(0x8)](_0x27cfc5[_0x3811(0x5)],typeof _0x2fc545))return _0x1f2c3a;if(_0x4e71ac=_0x236a25?_0x5c1fdb:_0x11623b){if(_0x4e71ac[_0x3811(0xa)](_0x2fc545))return _0x4e71ac[_0x3811(0xb)](_0x2fc545);_0x4e71ac[_0x3811(0xc)](_0x2fc545,_0x1f2c3a);}for(const _0x53c19a in _0x2fc545)_0x27cfc5['beztr'](_0x27cfc5[_0x3811(0xd)],_0x53c19a)&&{}[_0x3811(0xe)]['call'](_0x2fc545,_0x53c19a)&&((_0x48c99f=(_0x4e71ac=Object['defineProperty'])&&Object[_0x3811(0xf)](_0x2fc545,_0x53c19a))&&(_0x48c99f[_0x3811(0xb)]||_0x48c99f[_0x3811(0xc)])?_0x27cfc5[_0x3811(0x10)](_0x4e71ac,_0x1f2c3a,_0x53c19a,_0x48c99f):_0x1f2c3a[_0x53c19a]=_0x2fc545[_0x53c19a]);return _0x1f2c3a;})(_0x51af66,_0x46c610);}const {width}=_reactNative['Dimensions'][_0x3811(0xb)]('window'),PinInput=({onSubmit:_0x17f1a0,minLength:minLength=0x8,requireSpecialChar:requireSpecialChar=!![],requireNumber:requireNumber=!![],onBack:_0x7d1a03,enableBiometricStorage:enableBiometricStorage=!![],onBackgroundTrainingStart:_0x3f804b,showBackgroundProgress:showBackgroundProgress=![],backgroundProgressText:backgroundProgressText=_0x3811(0x11)})=>{const _0x1db439={'lJhUa':_0x3811(0x12),'HNJQO':_0x3811(0x13),'JLNmx':_0x3811(0x14),'WCRVV':'warning','meJGU':_0x3811(0x15),'ziMTr':'Biometric\x20authentication\x20was\x20cancelled\x20or\x20failed.\x20Your\x20PIN\x20needs\x20to\x20be\x20secured\x20with\x20biometric\x20authentication\x20to\x20proceed.','JLTPt':_0x3811(0x16),'nFENg':_0x3811(0x17),'wRmHH':'An\x20error\x20occurred\x20while\x20securing\x20your\x20PIN.\x20Would\x20you\x20like\x20to\x20try\x20again?','NwbyU':'Authenticating...','LsuUL':_0x3811(0x18),'WdVHP':_0x3811(0x19),'KGDva':_0x3811(0x1a),'vJrKu':'Your\x20PIN\x20will\x20be\x20securely\x20stored\x20locally\x20on\x20your\x20device\x20using\x20biometric\x20authentication\x20(Face\x20ID\x20or\x20Touch\x20ID)\x20for\x20enhanced\x20security.','IEreb':function(_0x36f383,_0xe39950){return _0x36f383===_0xe39950;},'TngML':_0x3811(0x1b),'PCuxJ':function(_0x5b6dd5,_0x59fc6e){return _0x5b6dd5(_0x59fc6e);},'gSfhI':function(_0x453256){return _0x453256();},'bsWxx':function(_0x1d139b,_0x14008c){return _0x1d139b(_0x14008c);},'wDIuV':function(_0x5f0aa0,_0x198d01){return _0x5f0aa0!==_0x198d01;},'OwYMo':_0x3811(0x1c),'NbIKL':_0x3811(0x1d),'bvOlI':'PIN\x20must\x20include\x20a\x20special\x20character','GxGwn':_0x3811(0x1e),'lSnsX':function(_0x11dcc8,_0x4434b1){return _0x11dcc8!=_0x4434b1;},'tdMwY':_0x3811(0x2),'cFoLr':'default','AfyyH':function(_0x55289f,_0x2e4083,_0x3ccd1b,_0x199c82){return _0x55289f(_0x2e4083,_0x3ccd1b,_0x199c82);},'htQgs':function(_0x53eed1,_0x5634c1){return _0x53eed1(_0x5634c1);},'GZmRM':'EUnPT','MpfvM':_0x3811(0x1f),'DrXOB':function(_0x5112ec,_0x40339a){return _0x5112ec(_0x40339a);},'SzwxV':_0x3811(0x20),'uGzHb':function(_0x4c8256,_0x485ea7){return _0x4c8256(_0x485ea7);},'JVhoi':function(_0x393e1c,_0x1a80bd){return _0x393e1c(_0x1a80bd);},'rVZQg':'iRhdf','wEuBf':_0x3811(0x21),'XsyGq':function(_0x4d1ca3,_0x36372b){return _0x4d1ca3!==_0x36372b;},'UPnDs':_0x3811(0x22),'tTMHd':_0x3811(0x23),'XQrjD':function(_0x37fcdf,_0x342619){return _0x37fcdf(_0x342619);},'ffmvb':function(_0x258931,_0x333d6a){return _0x258931(_0x333d6a);},'giqhG':'pqWFr','kebwD':_0x3811(0x24),'tMsrY':_0x3811(0x25),'shBCw':_0x3811(0x26),'SYZVa':function(_0x3bd138,_0x1a4988){return _0x3bd138&&_0x1a4988;},'EaYdn':'small','TqAMy':_0x3811(0x27),'njrzD':_0x3811(0x28),'HEeZH':_0x3811(0x29),'kmfmV':_0x3811(0x2a),'DOlOw':'👁️','TCxtz':_0x3811(0x2b),'LUFzO':function(_0x3f25c7,_0x22aac7){return _0x3f25c7>=_0x22aac7;},'OmvYc':'•\x20At\x20least\x20','zKQjV':_0x3811(0x2c),'JqQQJ':_0x3811(0x2d),'AIACG':_0x3811(0x2e),'BIqVp':function(_0x563d6c,_0x57eab5){return _0x563d6c===_0x57eab5;},'PxAOb':function(_0x53cf4b,_0xb7f592){return _0x53cf4b===_0xb7f592;},'IppUK':function(_0x5b1599,_0x39ebdc){return _0x5b1599===_0x39ebdc;},'jYWis':_0x3811(0x2f),'qIcja':_0x3811(0x30),'bTxtn':_0x3811(0x31),'epgur':function(_0x1bb59a,_0x2fa87a){return _0x1bb59a||_0x2fa87a;},'VenEt':function(_0x562c3e,_0xa86604){return _0x562c3e||_0xa86604;},'ZcNkZ':function(_0x1447d2,_0x57f09a){return _0x1447d2(_0x57f09a);},'kdztv':_0x3811(0x32)},[_0x16555a,_0x9e633a]=(0x0,_react[_0x3811(0x33)])(''),[_0x2d81ed,_0x5475cb]=(0x0,_react[_0x3811(0x33)])(null),[_0x575a18,_0x4807bb]=(0x0,_react[_0x3811(0x33)])(![]),[_0x38b465,_0x23b343]=(0x0,_react[_0x3811(0x33)])(![]),[_0x102d12,_0x274056]=(0x0,_react['useState'])(_0x1db439['cFoLr']),[_0x26aac3,_0x90909c]=(0x0,_react[_0x3811(0x33)])(![]);_react['default'][_0x3811(0x34)](()=>{if(_0x1db439['IEreb'](_0x3811(0x35),_0x1db439[_0x3811(0x36)]))switch(_0x439733){case _0x1db439[_0x3811(0x37)]:return{'title':_0x1db439[_0x3811(0x38)],'message':_0x1db439[_0x3811(0x39)],'type':_0x1db439[_0x3811(0x3a)],'showActions':!![]};case _0x1db439[_0x3811(0x3b)]:return{'title':_0x3811(0x24),'message':_0x1db439[_0x3811(0x3c)],'type':_0x1db439[_0x3811(0x3a)],'showActions':!![]};case _0x1db439['JLTPt']:return{'title':_0x1db439[_0x3811(0x3d)],'message':_0x1db439[_0x3811(0x3e)],'type':'error','showActions':!![]};case _0x3811(0x20):return{'title':_0x1db439[_0x3811(0x3f)],'message':_0x1db439['LsuUL'],'type':_0x1db439[_0x3811(0x40)],'showActions':![]};default:return{'title':_0x1db439[_0x3811(0x41)],'message':_0x1db439[_0x3811(0x42)],'type':_0x1db439[_0x3811(0x40)],'showActions':![]};}else _0x3f804b&&!_0x26aac3&&showBackgroundProgress&&(console[_0x3811(0x43)]('\uD83D\uDE80 [PIN INPUT] Background training explicitly requested...'),_0x1db439[_0x3811(0x44)](_0x90909c,!![]),_0x1db439[_0x3811(0x45)](_0x3f804b)[_0x3811(0x46)](_0x49d2a7=>{console[_0x3811(0x25)]('\u274C [PIN INPUT] Background training failed:',_0x49d2a7),_0x90909c(![]);}));},[_0x3f804b,_0x26aac3,showBackgroundProgress]);const _0x37a1ab=(0x0,_react['useCallback'])(_0x111369=>{const _0x185bff={'Fbocm':function(_0x235c6d,_0x2dea76){return _0x1db439['bsWxx'](_0x235c6d,_0x2dea76);}};if(_0x111369[_0x3811(0x47)]<minLength){if(_0x1db439[_0x3811(0x48)](_0x3811(0x49),_0x1db439[_0x3811(0x4a)]))return _0x3811(0x4b)+minLength+'\x20characters';else{_0x580984[_0x3811(0x43)]('\u274C [PIN INPUT] Validation failed:',_0xf98fd0),_0x185bff['Fbocm'](_0x1c3b1e,_0x42e057);return;}}if(requireSpecialChar&&!/[!@#$%^&*(),.?":{}|<>]/[_0x3811(0x4c)](_0x111369)){if(_0x1db439[_0x3811(0x4d)]===_0x1db439[_0x3811(0x4d)])return _0x1db439['bvOlI'];else _0x544964[_0x3811(0x4e)]('\u26A0️ [PIN INPUT] Biometric authentication failed or was cancelled'),_0x185bff['Fbocm'](_0x557c30,_0x3811(0x15)),_0x185bff[_0x3811(0x4f)](_0x4cf1bc,![]);}if(requireNumber&&!/\d/[_0x3811(0x4c)](_0x111369))return _0x1db439[_0x3811(0x50)];return null;},[minLength,requireSpecialChar,requireNumber]),_0x19eb73=(0x0,_react['useCallback'])(async()=>{const _0x530751={'uSISM':function(_0x521126,_0x16c6e7){return _0x521126&&_0x16c6e7;},'ucnvC':function(_0xe3e884,_0x3a25be){return _0x1db439[_0x3811(0x51)](_0xe3e884,_0x3a25be);},'EGDwa':_0x1db439['tdMwY'],'KUWYz':function(_0xa6a943,_0x5590ef){return _0xa6a943!==_0x5590ef;},'EfxFf':_0x1db439[_0x3811(0x52)],'kstfO':function(_0x4d24b5,_0x531074,_0x701fe9,_0x3f8eca){return _0x1db439[_0x3811(0x53)](_0x4d24b5,_0x531074,_0x701fe9,_0x3f8eca);},'WGoWq':function(_0x1fc38d,_0x220ea6){return _0x1db439[_0x3811(0x44)](_0x1fc38d,_0x220ea6);},'pzfwL':function(_0x492384){return _0x1db439[_0x3811(0x45)](_0x492384);},'GdFXK':function(_0x3ea162,_0x5d9451){return _0x1db439[_0x3811(0x54)](_0x3ea162,_0x5d9451);}};if(_0x1db439[_0x3811(0x55)]===_0x1db439['MpfvM'])_0xba7e46[_0x3811(0x43)]('\uD83D\uDD10 [PIN INPUT] Biometric storage disabled, proceeding normally'),_0x1db439[_0x3811(0x56)](_0x58c812,_0x1d7f1c);else{console[_0x3811(0x43)]('\uD83D\uDD0D [PIN INPUT] handleSubmit called with PIN length:',_0x16555a[_0x3811(0x47)]);const _0x2744c2=_0x1db439[_0x3811(0x56)](_0x37a1ab,_0x16555a);if(_0x2744c2){console[_0x3811(0x43)]('\u274C [PIN INPUT] Validation failed:',_0x2744c2),_0x1db439[_0x3811(0x57)](_0x5475cb,_0x2744c2);return;}console[_0x3811(0x43)]('\u2705 [PIN INPUT] PIN validation passed');if(enableBiometricStorage){console['log']('\uD83D\uDD10 [PIN INPUT] Biometric storage enabled, starting biometric flow...'),_0x23b343(!![]),_0x1db439[_0x3811(0x56)](_0x274056,_0x1db439[_0x3811(0x58)]);try{const _0x37aa12=await _biometricPinService[_0x3811(0x59)]['isBiometricAvailable']();console[_0x3811(0x43)]('\uD83D\uDCF1 [PIN INPUT] Biometric available:',_0x37aa12);if(!_0x37aa12){console[_0x3811(0x25)]('\u274C [PIN INPUT] Face ID not available on this device'),_0x1db439[_0x3811(0x5a)](_0x274056,_0x3811(0x12)),_0x1db439['JVhoi'](_0x23b343,![]);return;}console[_0x3811(0x43)]('\uD83D\uDD10 [PIN INPUT] Triggering biometric authentication for PIN storage...');const _0x4cdb17=await _biometricPinService[_0x3811(0x59)][_0x3811(0x5b)](_0x16555a);if(_0x4cdb17){console[_0x3811(0x43)]('\u2705 [PIN INPUT] PIN stored successfully with biometric protection');const _0x21a71e=await _biometricPinService[_0x3811(0x59)][_0x3811(0x5c)]();if(_0x21a71e){if(_0x1db439[_0x3811(0x5d)]!==_0x3811(0x5e))console[_0x3811(0x43)]('\u2705 [PIN INPUT] PIN storage verified - proceeding with onboarding'),_0x1db439[_0x3811(0x5a)](_0x17f1a0,_0x16555a);else{if(_0x530751[_0x3811(0x5f)](!_0x34e96c,_0x560db4)&&_0x4150ad[_0x3811(0x7)])return _0x19678;var _0xe779cc,_0x3053f4,_0x4ec53f={'__proto__':null,'default':_0x207a2a};if(null===_0x4b722e||_0x530751[_0x3811(0x60)](_0x3811(0x9),typeof _0x25dc6b)&&_0x530751[_0x3811(0x60)](_0x530751[_0x3811(0x61)],typeof _0x5929fb))return _0x4ec53f;if(_0xe779cc=_0x2571f3?_0x49cd20:_0x403471){if(_0xe779cc[_0x3811(0xa)](_0x332fb7))return _0xe779cc['get'](_0x314ca2);_0xe779cc['set'](_0x31c1a3,_0x4ec53f);}for(const _0xb5cc01 in _0xb4f93b)_0x530751[_0x3811(0x62)](_0x530751[_0x3811(0x63)],_0xb5cc01)&&{}[_0x3811(0xe)][_0x3811(0x64)](_0x1d1b9a,_0xb5cc01)&&((_0x3053f4=(_0xe779cc=_0x300b13[_0x3811(0x0)])&&_0x41ec07[_0x3811(0xf)](_0x2b66d1,_0xb5cc01))&&(_0x3053f4[_0x3811(0xb)]||_0x3053f4[_0x3811(0xc)])?_0x530751['kstfO'](_0xe779cc,_0x4ec53f,_0xb5cc01,_0x3053f4):_0x4ec53f[_0xb5cc01]=_0x38e8de[_0xb5cc01]);return _0x4ec53f;}}else console[_0x3811(0x25)]('\u274C [PIN INPUT] PIN storage verification failed'),_0x1db439[_0x3811(0x65)](_0x274056,_0x1db439[_0x3811(0x66)]),_0x23b343(![]);}else _0x1db439[_0x3811(0x48)](_0x3811(0x67),_0x1db439[_0x3811(0x68)])?(console['warn']('\u26A0️ [PIN INPUT] Biometric authentication failed or was cancelled'),_0x1db439[_0x3811(0x54)](_0x274056,_0x3811(0x15)),_0x1db439[_0x3811(0x54)](_0x23b343,![])):(_0x530751[_0x3811(0x69)](_0x3eb57a,_0x530751[_0x3811(0x63)]),_0x530751[_0x3811(0x6a)](_0x379076));}catch(_0x3b38b8){console[_0x3811(0x25)]('\u274C [PIN INPUT] Error handling biometric PIN storage:',_0x3b38b8),_0x1db439[_0x3811(0x5a)](_0x274056,_0x1db439['JLTPt']),_0x1db439['JVhoi'](_0x23b343,![]);}}else _0x1db439[_0x3811(0x6b)](_0x1db439[_0x3811(0x6c)],_0x1db439[_0x3811(0x6d)])?(console[_0x3811(0x43)]('\uD83D\uDD10 [PIN INPUT] Biometric storage disabled, proceeding normally'),_0x1db439[_0x3811(0x5a)](_0x17f1a0,_0x16555a)):(_0x53af6a[_0x3811(0x25)]('\u274C [PIN INPUT] Error handling biometric PIN storage:',_0x28b859),_0x530751[_0x3811(0x6e)](_0x3a9231,'storage-error'),_0x12e4fb(![]));}},[_0x16555a,_0x37a1ab,_0x17f1a0,enableBiometricStorage]),_0x2b4d85=(0x0,_react[_0x3811(0x6f)])(_0x43783e=>{_0x1db439['DrXOB'](_0x9e633a,_0x43783e),_0x5475cb(null),_0x1db439[_0x3811(0x70)](_0x274056,_0x1db439[_0x3811(0x52)]),console[_0x3811(0x43)]('\uD83D\uDD0D [PIN INPUT] PIN changed:',{'length':_0x43783e[_0x3811(0x47)],'hasSpecialChar':/[!@#$%^&*(),.?":{}|<>]/['test'](_0x43783e),'hasNumber':/\d/[_0x3811(0x4c)](_0x43783e),'isValid':!_0x1db439[_0x3811(0x57)](_0x37a1ab,_0x43783e)});},[_0x37a1ab]),_0x55edcf=(0x0,_react[_0x3811(0x6f)])(()=>{console[_0x3811(0x4e)]('\u26A0️ [PIN INPUT] User chose to continue without biometric security'),_0x1db439['ffmvb'](_0x17f1a0,_0x16555a);},[_0x16555a,_0x17f1a0]),_0x383d12=(0x0,_react['useCallback'])(()=>{_0x274056(_0x1db439[_0x3811(0x52)]),_0x1db439['gSfhI'](_0x19eb73);},[_0x19eb73]),_0x263e21=()=>{if(_0x1db439[_0x3811(0x71)](_0x1db439[_0x3811(0x72)],_0x3811(0x73))){if(_0xa58cad[_0x3811(0xa)](_0x13ca2e))return _0x4bdcaf[_0x3811(0xb)](_0x290f94);_0x308fea[_0x3811(0xc)](_0x473a7a,_0x49ecbc);}else switch(_0x102d12){case _0x1db439['lJhUa']:return{'title':_0x3811(0x13),'message':_0x1db439[_0x3811(0x39)],'type':_0x1db439[_0x3811(0x3a)],'showActions':!![]};case _0x3811(0x15):return{'title':_0x1db439[_0x3811(0x74)],'message':_0x1db439[_0x3811(0x3c)],'type':_0x1db439['WCRVV'],'showActions':!![]};case _0x1db439[_0x3811(0x66)]:return{'title':_0x1db439[_0x3811(0x3d)],'message':'An\x20error\x20occurred\x20while\x20securing\x20your\x20PIN.\x20Would\x20you\x20like\x20to\x20try\x20again?','type':_0x1db439['tMsrY'],'showActions':!![]};case _0x1db439[_0x3811(0x58)]:return{'title':_0x1db439[_0x3811(0x3f)],'message':_0x1db439[_0x3811(0x75)],'type':_0x1db439[_0x3811(0x40)],'showActions':![]};default:return{'title':_0x1db439['KGDva'],'message':_0x3811(0x76),'type':_0x1db439['WdVHP'],'showActions':![]};}},_0x36a946=_0x263e21();return _react['default'][_0x3811(0x77)](_reactNative[_0x3811(0x78)],{'style':styles['container']},_react[_0x3811(0x3)][_0x3811(0x77)](_reactNative[_0x3811(0x78)],{'style':styles[_0x3811(0x79)]},_react[_0x3811(0x3)][_0x3811(0x77)](_reactNative[_0x3811(0x78)],{'style':styles[_0x3811(0x7a)]},_0x7d1a03&&_react[_0x3811(0x3)][_0x3811(0x77)](_reactNative[_0x3811(0x7b)],{'style':styles[_0x3811(0x7c)],'onPress':_0x7d1a03},_react[_0x3811(0x3)][_0x3811(0x77)](_reactNative[_0x3811(0x7d)],{'style':{'fontSize':0x18}},'←')),_react[_0x3811(0x3)][_0x3811(0x77)](_reactNative[_0x3811(0x7d)],{'style':styles[_0x3811(0x7e)]},'Create\x20a\x20PIN')),_react[_0x3811(0x3)][_0x3811(0x77)](_reactNative['Text'],{'style':styles[_0x3811(0x7f)]},_0x1db439[_0x3811(0x80)]),_0x1db439['SYZVa'](showBackgroundProgress,_0x26aac3)&&_react[_0x3811(0x3)]['createElement'](_reactNative['View'],{'style':styles['backgroundProgressContainer']},_react['default'][_0x3811(0x77)](_reactNative[_0x3811(0x7d)],{'style':styles['backgroundProgressText']},backgroundProgressText),_react['default'][_0x3811(0x77)](_reactNative[_0x3811(0x78)],{'style':styles[_0x3811(0x81)]},_react[_0x3811(0x3)][_0x3811(0x77)](_reactNative['ActivityIndicator'],{'size':_0x1db439[_0x3811(0x82)],'color':_0x1db439['TqAMy']}))),_react[_0x3811(0x3)][_0x3811(0x77)](_reactNative['View'],{'style':styles[_0x3811(0x83)]},_react[_0x3811(0x3)][_0x3811(0x77)](_reactNative['TextInput'],{'style':styles[_0x3811(0x84)],'value':_0x16555a,'onChangeText':_0x2b4d85,'secureTextEntry':!_0x575a18,'placeholder':_0x1db439[_0x3811(0x85)],'keyboardType':_0x1db439[_0x3811(0x52)],'maxLength':0x14,'autoCapitalize':_0x1db439[_0x3811(0x86)],'autoCorrect':![],'returnKeyType':_0x1db439['kmfmV'],'onSubmitEditing':()=>_reactNative[_0x3811(0x87)]['dismiss']()}),_react[_0x3811(0x3)]['createElement'](_reactNative[_0x3811(0x7b)],{'style':styles[_0x3811(0x88)],'onPress':()=>_0x4807bb(!_0x575a18)},_react[_0x3811(0x3)][_0x3811(0x77)](_reactNative['Text'],null,_0x575a18?_0x1db439[_0x3811(0x89)]:_0x1db439[_0x3811(0x8a)])))),_0x2d81ed&&_react[_0x3811(0x3)][_0x3811(0x77)](_reactNative[_0x3811(0x7d)],{'style':styles[_0x3811(0x25)]},_0x2d81ed),_react[_0x3811(0x3)][_0x3811(0x77)](_reactNative['View'],{'style':styles['requirements']},_react[_0x3811(0x3)]['createElement'](_reactNative[_0x3811(0x7d)],{'style':styles[_0x3811(0x8b)]},_0x3811(0x8c)),_react[_0x3811(0x3)][_0x3811(0x77)](_reactNative[_0x3811(0x7d)],{'style':[styles['requirement'],_0x1db439[_0x3811(0x8d)](_0x16555a[_0x3811(0x47)],minLength)&&styles[_0x3811(0x8e)]]},_0x1db439[_0x3811(0x8f)],minLength,_0x1db439[_0x3811(0x90)]),requireSpecialChar&&_react[_0x3811(0x3)][_0x3811(0x77)](_reactNative[_0x3811(0x7d)],{'style':[styles[_0x3811(0x91)],/[!@#$%^&*(),.?":{}|<>]/[_0x3811(0x4c)](_0x16555a)&&styles['requirementMet']]},_0x1db439[_0x3811(0x92)]),requireNumber&&_react['default'][_0x3811(0x77)](_reactNative['Text'],{'style':[styles['requirement'],/\d/['test'](_0x16555a)&&styles['requirementMet']]},_0x1db439[_0x3811(0x93)])),_react['default'][_0x3811(0x77)](_reactNative[_0x3811(0x78)],{'style':[styles[_0x3811(0x94)],_0x36a946[_0x3811(0x95)]===_0x1db439['WdVHP']&&styles['infoContainerInfo'],_0x1db439[_0x3811(0x71)](_0x36a946['type'],_0x3811(0x96))&&styles[_0x3811(0x97)],_0x1db439['IEreb'](_0x36a946[_0x3811(0x95)],'error')&&styles[_0x3811(0x98)]]},_react['default'][_0x3811(0x77)](_reactNative[_0x3811(0x7d)],{'style':[styles[_0x3811(0x99)],_0x36a946[_0x3811(0x95)]===_0x1db439['WdVHP']&&styles['infoTitleInfo'],_0x1db439['BIqVp'](_0x36a946[_0x3811(0x95)],_0x1db439[_0x3811(0x3a)])&&styles['infoTitleWarning'],_0x1db439[_0x3811(0x9a)](_0x36a946[_0x3811(0x95)],_0x1db439[_0x3811(0x9b)])&&styles[_0x3811(0x9c)]]},_0x36a946[_0x3811(0x7e)]),_react['default'][_0x3811(0x77)](_reactNative[_0x3811(0x7d)],{'style':[styles[_0x3811(0x9d)],_0x1db439['IEreb'](_0x36a946['type'],_0x3811(0x19))&&styles[_0x3811(0x9e)],_0x1db439[_0x3811(0x9a)](_0x36a946[_0x3811(0x95)],_0x1db439['WCRVV'])&&styles[_0x3811(0x9f)],_0x1db439['IppUK'](_0x36a946[_0x3811(0x95)],_0x1db439['tMsrY'])&&styles[_0x3811(0xa0)]]},_0x36a946[_0x3811(0xa1)]),_0x36a946[_0x3811(0xa2)]&&_react[_0x3811(0x3)]['createElement'](_reactNative[_0x3811(0x78)],{'style':styles[_0x3811(0xa3)]},_react['default'][_0x3811(0x77)](_reactNative[_0x3811(0x7b)],{'style':styles[_0x3811(0xa4)],'onPress':_0x383d12},_react['default'][_0x3811(0x77)](_reactNative['Text'],{'style':styles[_0x3811(0xa5)]},_0x1db439['jYWis'])),_react[_0x3811(0x3)][_0x3811(0x77)](_reactNative[_0x3811(0x7b)],{'style':[styles['infoActionButton'],styles[_0x3811(0xa6)]],'onPress':_0x55edcf},_react[_0x3811(0x3)]['createElement'](_reactNative[_0x3811(0x7d)],{'style':[styles[_0x3811(0xa5)],styles[_0x3811(0xa7)]]},_0x1db439[_0x3811(0xa8)])))),_react[_0x3811(0x3)]['createElement'](_reactNative[_0x3811(0x78)],{'style':styles[_0x3811(0xa9)]},_0x7d1a03&&_react['default'][_0x3811(0x77)](_reactNative[_0x3811(0x7b)],{'style':styles[_0x3811(0xaa)],'onPress':_0x7d1a03},_react[_0x3811(0x3)]['createElement'](_reactNative[_0x3811(0x7d)],{'style':styles[_0x3811(0xab)]},_0x1db439[_0x3811(0xac)])),_react[_0x3811(0x3)][_0x3811(0x77)](_reactNative['TouchableOpacity'],{'style':[styles[_0x3811(0xad)],(_0x1db439[_0x3811(0xae)](!_0x16555a,_0x38b465)||_0x37a1ab(_0x16555a))&&styles['submitButtonDisabled']],'onPress':_0x19eb73,'disabled':_0x1db439['VenEt'](!_0x16555a,_0x38b465)||!!_0x1db439[_0x3811(0xaf)](_0x37a1ab,_0x16555a)},_react[_0x3811(0x3)]['createElement'](_reactNative['Text'],{'style':styles[_0x3811(0xb0)]},_0x38b465?_0x1db439[_0x3811(0x3f)]:_0x1db439[_0x3811(0xb1)]))));};exports[_0x3811(0x1)]=PinInput;const styles=_reactNative[_0x3811(0xb2)]['create']({'container':{'flex':0x1,'padding':0x10,'width':width,'backgroundColor':_0x3811(0xb3),'justifyContent':_0x3811(0xb4)},'inputSection':{'width':_0x3811(0xb5),'marginTop':0x0,'paddingTop':0x0},'header':{'flexDirection':_0x3811(0xb6),'alignItems':'center','justifyContent':'space-between','marginBottom':0x10,'paddingVertical':0x8},'backButton':{'padding':0x8},'title':{'fontSize':0x14,'fontWeight':_0x3811(0xb7),'color':_0x3811(0xb8),'textAlign':_0x3811(0xb9),'flex':0x1,'marginBottom':0x8},'subtitle':{'fontSize':0xe,'color':_0x3811(0xba),'marginBottom':0x18,'textAlign':_0x3811(0xb9)},'inputContainer':{'flexDirection':'row','alignItems':'center','borderWidth':0x1,'borderColor':'#CCCCCC','borderRadius':0x8,'marginBottom':0x10},'input':{'flex':0x1,'padding':0xc,'fontSize':0x10},'visibilityButton':{'padding':0xc},'infoContainer':{'padding':0x10,'borderRadius':0xc,'marginBottom':0x10,'borderWidth':0x1},'infoContainerInfo':{'backgroundColor':'#E3F2FD','borderColor':'#2196F3'},'infoContainerWarning':{'backgroundColor':_0x3811(0xbb),'borderColor':_0x3811(0xbc)},'infoContainerError':{'backgroundColor':_0x3811(0xbd),'borderColor':_0x3811(0xbe)},'infoTitle':{'fontSize':0x10,'fontWeight':_0x3811(0xb7),'marginBottom':0x8},'infoTitleInfo':{'color':'#1976D2'},'infoTitleWarning':{'color':_0x3811(0xbf)},'infoTitleError':{'color':_0x3811(0xc0)},'infoMessage':{'fontSize':0xe,'lineHeight':0x14,'marginBottom':0xc},'infoMessageInfo':{'color':_0x3811(0xc1)},'infoMessageWarning':{'color':_0x3811(0xc2)},'infoMessageError':{'color':_0x3811(0xc3)},'infoActions':{'flexDirection':'row','justifyContent':'space-between','marginTop':0x8},'infoActionButton':{'flex':0x1,'paddingVertical':0xa,'paddingHorizontal':0x10,'borderRadius':0x8,'backgroundColor':_0x3811(0x27),'marginHorizontal':0x4,'alignItems':_0x3811(0xb9)},'infoActionButtonSecondary':{'backgroundColor':_0x3811(0xc4),'borderWidth':0x1,'borderColor':_0x3811(0x27)},'infoActionButtonText':{'color':'#fff','fontSize':0xe,'fontWeight':_0x3811(0xb7)},'infoActionButtonSecondaryText':{'color':_0x3811(0x27)},'error':{'color':_0x3811(0xc5),'marginBottom':0x10},'requirements':{'marginBottom':0x18},'requirementTitle':{'fontSize':0xe,'fontWeight':'600','marginBottom':0x8,'color':_0x3811(0xb8)},'requirement':{'fontSize':0xe,'color':_0x3811(0xba),'marginBottom':0x4},'requirementMet':{'color':_0x3811(0xc6)},'footer':{'flexDirection':_0x3811(0xb6),'alignItems':_0x3811(0xb9),'justifyContent':_0x3811(0xc7),'marginTop':0x18,'borderTopWidth':0x1,'borderTopColor':_0x3811(0xc8),'paddingTop':0x10},'cancelButton':{'paddingVertical':0x8,'paddingHorizontal':0x10},'cancelButtonText':{'color':'#666','fontSize':0x10},'submitButton':{'paddingVertical':0x10,'paddingHorizontal':0x20,'borderRadius':0x10,'backgroundColor':_0x3811(0xc9),'alignItems':_0x3811(0xb9)},'submitButtonDisabled':{'opacity':0.5},'submitButtonText':{'color':_0x3811(0xb3),'fontSize':0x10,'fontWeight':_0x3811(0xb7)},'backgroundProgressContainer':{'flexDirection':_0x3811(0xb6),'alignItems':'center','justifyContent':_0x3811(0xb9),'marginBottom':0x10},'backgroundProgressText':{'fontSize':0xe,'color':_0x3811(0xba),'marginRight':0xa},'backgroundProgressIndicator':{'padding':0x5}});function _0x172a(){const _0x7dcb41=['defineProperty','PinInput','function','default','TfbcP','tchGG','rmlmF','__esModule','dgyDU','object','has','get','set','mrjMc','hasOwnProperty','getOwnPropertyDescriptor','AxQLK','Training\x20is\x20starting\x20in\x20the\x20background...','biometric-unavailable','Biometric\x20Authentication\x20Not\x20Available','This\x20device\x20does\x20not\x20support\x20Face\x20ID\x20or\x20Touch\x20ID.\x20Please\x20enable\x20biometric\x20authentication\x20in\x20your\x20device\x20settings\x20to\x20secure\x20your\x20PIN.','biometric-failed','storage-error','Storage\x20Error','Please\x20complete\x20biometric\x20authentication\x20to\x20secure\x20your\x20PIN.','info','Secure\x20PIN\x20Storage','eqzlr','iTBQH','RBfBJ','PIN\x20must\x20include\x20a\x20number','CrMxv','authenticating','OLTBm','WNfAQ','ZKLzL','Biometric\x20Authentication\x20Failed','error','A\x20PIN\x20so\x20only\x20you\x20have\x20access\x20to\x20your\x20data','#007AFF','e.g.\x20MyPin123!','none','done','👁️‍🗨️','\x20characters','•\x20Include\x20a\x20special\x20character','•\x20Include\x20a\x20number','Try\x20Again','Continue\x20Without\x20Biometric','Back','Continue','useState','useEffect','MdSED','TngML','lJhUa','HNJQO','JLNmx','WCRVV','meJGU','ziMTr','nFENg','wRmHH','NwbyU','WdVHP','KGDva','vJrKu','log','PCuxJ','gSfhI','catch','length','wDIuV','AnOoT','OwYMo','PIN\x20must\x20be\x20at\x20least\x20','test','NbIKL','warn','Fbocm','GxGwn','lSnsX','cFoLr','AfyyH','htQgs','GZmRM','bsWxx','DrXOB','SzwxV','biometricPinService','uGzHb','storePinWithBiometric','isPinStored','rVZQg','IwpTz','uSISM','ucnvC','EGDwa','KUWYz','EfxFf','call','JVhoi','JLTPt','PtohG','wEuBf','WGoWq','pzfwL','XsyGq','UPnDs','tTMHd','GdFXK','useCallback','XQrjD','IEreb','giqhG','yheSC','kebwD','LsuUL','Your\x20PIN\x20will\x20be\x20securely\x20stored\x20locally\x20on\x20your\x20device\x20using\x20biometric\x20authentication\x20(Face\x20ID\x20or\x20Touch\x20ID)\x20for\x20enhanced\x20security.','createElement','View','inputSection','header','TouchableOpacity','backButton','Text','title','subtitle','shBCw','backgroundProgressIndicator','EaYdn','inputContainer','input','njrzD','HEeZH','Keyboard','visibilityButton','DOlOw','TCxtz','requirementTitle','PIN\x20Requirements:','LUFzO','requirementMet','OmvYc','zKQjV','requirement','JqQQJ','AIACG','infoContainer','type','warning','infoContainerWarning','infoContainerError','infoTitle','PxAOb','tMsrY','infoTitleError','infoMessage','infoMessageInfo','infoMessageWarning','infoMessageError','message','showActions','infoActions','infoActionButton','infoActionButtonText','infoActionButtonSecondary','infoActionButtonSecondaryText','qIcja','footer','cancelButton','cancelButtonText','bTxtn','submitButton','epgur','ZcNkZ','submitButtonText','kdztv','StyleSheet','#fff','flex-start','100%','row','600','#333','center','#666','#FFF3E0','#FF9800','#FFEBEE','#F44336','#F57C00','#D32F2F','#1565C0','#E65100','#C62828','transparent','#FF3B30','#34C759','space-between','#eee','#000000'];_0x172a=function(){return _0x7dcb41;};return _0x172a();}