@onairos/react-native 3.6.8 → 3.6.9

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 (257) hide show
  1. package/README.md +423 -423
  2. package/lib/commonjs/api/index.js +1 -1
  3. package/lib/commonjs/assets/images/Checkbox.svg +3 -3
  4. package/lib/commonjs/assets/images/EnochE.svg +19 -19
  5. package/lib/commonjs/assets/images/Personalityprofile.svg +3 -3
  6. package/lib/commonjs/assets/images/Personalitytraits.svg +3 -3
  7. package/lib/commonjs/assets/images/Userpreferences.svg +3 -3
  8. package/lib/commonjs/assets/images/arrow.svg +20 -20
  9. package/lib/commonjs/assets/images/basicproficon.svg +43 -43
  10. package/lib/commonjs/assets/images/basicprofile.svg +3 -3
  11. package/lib/commonjs/assets/images/checkmark.svg +4 -4
  12. package/lib/commonjs/assets/images/contentanalysis.svg +3 -3
  13. package/lib/commonjs/assets/images/contenticon.svg +23 -23
  14. package/lib/commonjs/assets/images/personalityicon.svg +18 -18
  15. package/lib/commonjs/assets/images/x-close.svg +3 -3
  16. package/lib/commonjs/components/BodyText.js +1 -1
  17. package/lib/commonjs/components/BrandMark.js +1 -1
  18. package/lib/commonjs/components/CodeInput.js +1 -1
  19. package/lib/commonjs/components/EmailInput.js +1 -1
  20. package/lib/commonjs/components/GoogleButton.js +1 -1
  21. package/lib/commonjs/components/HeadingGroup.js +1 -1
  22. package/lib/commonjs/components/LLMDataInputModal.js +1 -1
  23. package/lib/commonjs/components/ModalHeader.js +1 -1
  24. package/lib/commonjs/components/ModalSheet.js +1 -1
  25. package/lib/commonjs/components/Onairos.js +1 -1
  26. package/lib/commonjs/components/OnairosButton.js +1 -1
  27. package/lib/commonjs/components/OnairosSignInButton.js +1 -1
  28. package/lib/commonjs/components/Overlay.js +1 -1
  29. package/lib/commonjs/components/PersonaImage.js +1 -1
  30. package/lib/commonjs/components/PersonaLoadingScreen.js +1 -1
  31. package/lib/commonjs/components/PersonalizationConsentScreen.js +1 -1
  32. package/lib/commonjs/components/PinCreationScreen.js +1 -1
  33. package/lib/commonjs/components/PinInput.js +1 -1
  34. package/lib/commonjs/components/PlatformConnectorsStep.js +1 -1
  35. package/lib/commonjs/components/PlatformList.js +1 -1
  36. package/lib/commonjs/components/PlatformToggle.js +1 -1
  37. package/lib/commonjs/components/PrimaryButton.js +1 -1
  38. package/lib/commonjs/components/SignInMatchAnimation.js +1 -1
  39. package/lib/commonjs/components/SignInStep.js +1 -1
  40. package/lib/commonjs/components/UniversalOnboarding.js +1 -1
  41. package/lib/commonjs/components/VerificationStep.js +1 -1
  42. package/lib/commonjs/components/WelcomeScreen.js +1 -1
  43. package/lib/commonjs/components/icons/Basicproficon.js +1 -1
  44. package/lib/commonjs/components/icons/Basicprofile.js +1 -1
  45. package/lib/commonjs/components/icons/Checkbox.js +1 -1
  46. package/lib/commonjs/components/icons/Checkmark.js +1 -1
  47. package/lib/commonjs/components/icons/Contentanalysis.js +1 -1
  48. package/lib/commonjs/components/icons/Contenticon.js +1 -1
  49. package/lib/commonjs/components/icons/EnochE.js +1 -1
  50. package/lib/commonjs/components/icons/Personalityicon.js +1 -1
  51. package/lib/commonjs/components/icons/Personalityprofile.js +1 -1
  52. package/lib/commonjs/components/icons/Personalitytraits.js +1 -1
  53. package/lib/commonjs/components/icons/Userpreferences.js +1 -1
  54. package/lib/commonjs/components/icons/index.js +1 -1
  55. package/lib/commonjs/components/onboarding/OAuthWebView.js +1 -1
  56. package/lib/commonjs/components/onboarding/OnboardingHeader.js +1 -1
  57. package/lib/commonjs/components/onboarding/PinInput.js +1 -1
  58. package/lib/commonjs/components/onboarding/PlatformConnector.js +1 -1
  59. package/lib/commonjs/config/PLATFORM_APIS.md +559 -0
  60. package/lib/commonjs/config/api.js +1 -1
  61. package/lib/commonjs/config/telegramConfig.js +8 -0
  62. package/lib/commonjs/config/webchangelog/md +607 -0
  63. package/lib/commonjs/constants/index.js +1 -1
  64. package/lib/commonjs/context/AuthContext.js +1 -1
  65. package/lib/commonjs/hooks/useConnectedAccounts.js +1 -1
  66. package/lib/commonjs/hooks/useConnections.js +1 -1
  67. package/lib/commonjs/hooks/useCredentials.js +1 -1
  68. package/lib/commonjs/hooks/useUserConnections.js +1 -1
  69. package/lib/commonjs/index.js +1 -1
  70. package/lib/commonjs/services/SDK_API_KEY_VALIDATION.md +421 -421
  71. package/lib/commonjs/services/apiClient.js +1 -1
  72. package/lib/commonjs/services/apiKeyService.js +99 -99
  73. package/lib/commonjs/services/authService.js +72 -72
  74. package/lib/commonjs/services/biometricPinService.js +1 -1
  75. package/lib/commonjs/services/chatGPTConversationExtractor.js +1 -1
  76. package/lib/commonjs/services/chatGPTConversationService.js +1 -1
  77. package/lib/commonjs/services/claudeConversationExtractor.js +1 -1
  78. package/lib/commonjs/services/claudeConversationService.js +1 -1
  79. package/lib/commonjs/services/connectedAccountsService.js +1 -1
  80. package/lib/commonjs/services/googleAuthService.js +1 -1
  81. package/lib/commonjs/services/hingeDataExtractor.js +1 -1
  82. package/lib/commonjs/services/hingeDataService.js +1 -1
  83. package/lib/commonjs/services/imageCompressionService.js +1 -1
  84. package/lib/commonjs/services/instagramDataExtractor.js +1 -1
  85. package/lib/commonjs/services/instagramDataService.js +1 -1
  86. package/lib/commonjs/services/jwtStorageService.js +1 -1
  87. package/lib/commonjs/services/linkedinDOMExtractor.js +1 -1
  88. package/lib/commonjs/services/linkedinProfileService.js +1 -1
  89. package/lib/commonjs/services/linkedinScrapingService.js +1 -1
  90. package/lib/commonjs/services/llmDataStorage.js +1 -1
  91. package/lib/commonjs/services/mobileTrainingService.js +1 -1
  92. package/lib/commonjs/services/oauthService.js +20 -20
  93. package/lib/commonjs/services/pinEncryptionService.js +1 -1
  94. package/lib/commonjs/services/pinStorageUtils.js +1 -1
  95. package/lib/commonjs/services/platformAuthService.js +1 -1
  96. package/lib/commonjs/services/sephoraDataExtractor.js +1 -1
  97. package/lib/commonjs/services/sephoraDataService.js +1 -1
  98. package/lib/commonjs/services/storageService.js +1 -1
  99. package/lib/commonjs/services/telegramDataExtractor.js +1 -1
  100. package/lib/commonjs/services/telegramDataService.js +1 -1
  101. package/lib/commonjs/services/trainingApiHelpers.js +1 -1
  102. package/lib/commonjs/services/userConnectionsService.js +1 -1
  103. package/lib/commonjs/services/youtubeMigrationService.js +1 -1
  104. package/lib/commonjs/theme/index.js +1 -1
  105. package/lib/commonjs/types/index.js +1 -1
  106. package/lib/commonjs/types.js +1 -1
  107. package/lib/commonjs/utils/Portal.js +1 -1
  108. package/lib/commonjs/utils/api.js +1 -1
  109. package/lib/commonjs/utils/assetRegistry.js +1 -1
  110. package/lib/commonjs/utils/auth.js +1 -1
  111. package/lib/commonjs/utils/connectorTests.js +1 -1
  112. package/lib/commonjs/utils/crypto.js +1 -1
  113. package/lib/commonjs/utils/debugHelper.js +1 -1
  114. package/lib/commonjs/utils/encryption.js +1 -1
  115. package/lib/commonjs/utils/eventUtils.js +1 -1
  116. package/lib/commonjs/utils/haptics.js +1 -1
  117. package/lib/commonjs/utils/imagePreloader.js +1 -1
  118. package/lib/commonjs/utils/networkDiagnostics.js +1 -1
  119. package/lib/commonjs/utils/onairosApi.js +1 -1
  120. package/lib/commonjs/utils/programmaticFlow.js +1 -1
  121. package/lib/commonjs/utils/retryHelper.js +1 -1
  122. package/lib/commonjs/utils/secureStorage.js +1 -1
  123. package/lib/commonjs/utils/webviewScripts/chatgpt.js +1 -1
  124. package/lib/commonjs/utils/webviewScripts/claude.js +1 -1
  125. package/lib/commonjs/utils/webviewScripts/hinge.js +1 -1
  126. package/lib/commonjs/utils/webviewScripts/index.js +1 -1
  127. package/lib/commonjs/utils/webviewScripts/instagram.js +1 -1
  128. package/lib/commonjs/utils/webviewScripts/linkedin.js +1 -1
  129. package/lib/commonjs/utils/webviewScripts/sephora.js +1 -1
  130. package/lib/commonjs/utils/webviewScripts/telegram.js +1 -1
  131. package/lib/module/api/index.js +1 -1
  132. package/lib/module/assets/images/Checkbox.svg +3 -3
  133. package/lib/module/assets/images/EnochE.svg +19 -19
  134. package/lib/module/assets/images/Personalityprofile.svg +3 -3
  135. package/lib/module/assets/images/Personalitytraits.svg +3 -3
  136. package/lib/module/assets/images/Userpreferences.svg +3 -3
  137. package/lib/module/assets/images/arrow.svg +20 -20
  138. package/lib/module/assets/images/basicproficon.svg +43 -43
  139. package/lib/module/assets/images/basicprofile.svg +3 -3
  140. package/lib/module/assets/images/checkmark.svg +4 -4
  141. package/lib/module/assets/images/contentanalysis.svg +3 -3
  142. package/lib/module/assets/images/contenticon.svg +23 -23
  143. package/lib/module/assets/images/personalityicon.svg +18 -18
  144. package/lib/module/assets/images/x-close.svg +3 -3
  145. package/lib/module/components/BodyText.js +1 -1
  146. package/lib/module/components/BrandMark.js +1 -1
  147. package/lib/module/components/CodeInput.js +1 -1
  148. package/lib/module/components/EmailInput.js +1 -1
  149. package/lib/module/components/GoogleButton.js +1 -1
  150. package/lib/module/components/HeadingGroup.js +1 -1
  151. package/lib/module/components/LLMDataInputModal.js +1 -1
  152. package/lib/module/components/ModalHeader.js +1 -1
  153. package/lib/module/components/ModalSheet.js +1 -1
  154. package/lib/module/components/Onairos.js +1 -1
  155. package/lib/module/components/OnairosButton.js +1 -1
  156. package/lib/module/components/OnairosSignInButton.js +1 -1
  157. package/lib/module/components/Overlay.js +1 -1
  158. package/lib/module/components/PersonaImage.js +1 -1
  159. package/lib/module/components/PersonaLoadingScreen.js +1 -1
  160. package/lib/module/components/PersonalizationConsentScreen.js +1 -1
  161. package/lib/module/components/PinCreationScreen.js +1 -1
  162. package/lib/module/components/PinInput.js +1 -1
  163. package/lib/module/components/PlatformConnectorsStep.js +1 -1
  164. package/lib/module/components/PlatformList.js +1 -1
  165. package/lib/module/components/PlatformToggle.js +1 -1
  166. package/lib/module/components/PrimaryButton.js +1 -1
  167. package/lib/module/components/SignInMatchAnimation.js +1 -1
  168. package/lib/module/components/SignInStep.js +1 -1
  169. package/lib/module/components/UniversalOnboarding.js +1 -1
  170. package/lib/module/components/VerificationStep.js +1 -1
  171. package/lib/module/components/WelcomeScreen.js +1 -1
  172. package/lib/module/components/icons/Basicproficon.js +1 -1
  173. package/lib/module/components/icons/Basicprofile.js +1 -1
  174. package/lib/module/components/icons/Checkbox.js +1 -1
  175. package/lib/module/components/icons/Checkmark.js +1 -1
  176. package/lib/module/components/icons/Contentanalysis.js +1 -1
  177. package/lib/module/components/icons/Contenticon.js +1 -1
  178. package/lib/module/components/icons/EnochE.js +1 -1
  179. package/lib/module/components/icons/Personalityicon.js +1 -1
  180. package/lib/module/components/icons/Personalityprofile.js +1 -1
  181. package/lib/module/components/icons/Personalitytraits.js +1 -1
  182. package/lib/module/components/icons/Userpreferences.js +1 -1
  183. package/lib/module/components/onboarding/OAuthWebView.js +1 -1
  184. package/lib/module/components/onboarding/OnboardingHeader.js +1 -1
  185. package/lib/module/components/onboarding/PinInput.js +1 -1
  186. package/lib/module/components/onboarding/PlatformConnector.js +1 -1
  187. package/lib/module/config/PLATFORM_APIS.md +559 -0
  188. package/lib/module/config/api.js +1 -1
  189. package/lib/module/config/telegramConfig.js +8 -0
  190. package/lib/module/config/webchangelog/md +607 -0
  191. package/lib/module/constants/index.js +1 -1
  192. package/lib/module/context/AuthContext.js +1 -1
  193. package/lib/module/hooks/useConnectedAccounts.js +1 -1
  194. package/lib/module/hooks/useConnections.js +1 -1
  195. package/lib/module/hooks/useCredentials.js +1 -1
  196. package/lib/module/hooks/useUserConnections.js +1 -1
  197. package/lib/module/index.js +1 -1
  198. package/lib/module/services/SDK_API_KEY_VALIDATION.md +421 -421
  199. package/lib/module/services/apiClient.js +1 -1
  200. package/lib/module/services/apiKeyService.js +99 -99
  201. package/lib/module/services/authService.js +72 -72
  202. package/lib/module/services/biometricPinService.js +1 -1
  203. package/lib/module/services/chatGPTConversationExtractor.js +1 -1
  204. package/lib/module/services/chatGPTConversationService.js +1 -1
  205. package/lib/module/services/claudeConversationExtractor.js +1 -1
  206. package/lib/module/services/claudeConversationService.js +1 -1
  207. package/lib/module/services/connectedAccountsService.js +1 -1
  208. package/lib/module/services/googleAuthService.js +1 -1
  209. package/lib/module/services/hingeDataExtractor.js +1 -1
  210. package/lib/module/services/hingeDataService.js +1 -1
  211. package/lib/module/services/imageCompressionService.js +1 -1
  212. package/lib/module/services/instagramDataExtractor.js +1 -1
  213. package/lib/module/services/instagramDataService.js +1 -1
  214. package/lib/module/services/jwtStorageService.js +1 -1
  215. package/lib/module/services/linkedinDOMExtractor.js +1 -1
  216. package/lib/module/services/linkedinProfileService.js +1 -1
  217. package/lib/module/services/linkedinScrapingService.js +1 -1
  218. package/lib/module/services/llmDataStorage.js +1 -1
  219. package/lib/module/services/mobileTrainingService.js +1 -1
  220. package/lib/module/services/oauthService.js +20 -20
  221. package/lib/module/services/pinEncryptionService.js +1 -1
  222. package/lib/module/services/pinStorageUtils.js +1 -1
  223. package/lib/module/services/platformAuthService.js +1 -1
  224. package/lib/module/services/sephoraDataExtractor.js +1 -1
  225. package/lib/module/services/sephoraDataService.js +1 -1
  226. package/lib/module/services/storageService.js +1 -1
  227. package/lib/module/services/telegramDataExtractor.js +1 -1
  228. package/lib/module/services/telegramDataService.js +1 -1
  229. package/lib/module/services/trainingApiHelpers.js +1 -1
  230. package/lib/module/services/userConnectionsService.js +1 -1
  231. package/lib/module/services/youtubeMigrationService.js +1 -1
  232. package/lib/module/theme/index.js +1 -1
  233. package/lib/module/types.js +1 -1
  234. package/lib/module/utils/Portal.js +1 -1
  235. package/lib/module/utils/api.js +1 -1
  236. package/lib/module/utils/assetRegistry.js +1 -1
  237. package/lib/module/utils/auth.js +1 -1
  238. package/lib/module/utils/connectorTests.js +1 -1
  239. package/lib/module/utils/crypto.js +1 -1
  240. package/lib/module/utils/debugHelper.js +1 -1
  241. package/lib/module/utils/encryption.js +1 -1
  242. package/lib/module/utils/eventUtils.js +1 -1
  243. package/lib/module/utils/haptics.js +1 -1
  244. package/lib/module/utils/networkDiagnostics.js +1 -1
  245. package/lib/module/utils/onairosApi.js +1 -1
  246. package/lib/module/utils/programmaticFlow.js +1 -1
  247. package/lib/module/utils/retryHelper.js +1 -1
  248. package/lib/module/utils/secureStorage.js +1 -1
  249. package/lib/module/utils/webviewScripts/chatgpt.js +1 -1
  250. package/lib/module/utils/webviewScripts/claude.js +1 -1
  251. package/lib/module/utils/webviewScripts/hinge.js +1 -1
  252. package/lib/module/utils/webviewScripts/index.js +1 -1
  253. package/lib/module/utils/webviewScripts/instagram.js +1 -1
  254. package/lib/module/utils/webviewScripts/linkedin.js +1 -1
  255. package/lib/module/utils/webviewScripts/sephora.js +1 -1
  256. package/lib/module/utils/webviewScripts/telegram.js +1 -1
  257. package/package.json +172 -172
@@ -1 +1 @@
1
- import React,{useState,useEffect}from'react';import{View,Text,StyleSheet,TouchableOpacity,TextInput,Alert,ActivityIndicator}from'react-native';function _0x1467(_0x209652,_0x1467fd){_0x209652=_0x209652-0x0;const _0x5d8e63=_0x2096();let _0x331ed1=_0x5d8e63[_0x209652];return _0x331ed1;}import{COLORS}from'../theme';function _0x2096(){const _0x12bbca=['Parqe','success','📱\x20Biometric\x20not\x20available,\x20continuing\x20without\x20Face\x20ID','unavailable','IyvhE','❌\x20[PIN\x20CREATION]\x20Face\x20ID\x20not\x20available\x20on\x20this\x20device','Face\x20ID\x20Setup','Try\x20Again','Continue\x20Without\x20Face\x20ID','nHiAn','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:','zNPHC','✅\x20PIN\x20stored\x20successfully\x20with\x20Face\x20ID','PIN\x20Storage\x20Error','❌\x20PIN\x20storage\x20verification\x20failed','pHXQL','❌\x20Error\x20in\x20PIN\x20creation\x20process:','DygQH','YxnCw','2|3|1|4|0','checking','❌\x20Error\x20checking\x20biometric\x20availability:','Create\x20a\x20PIN','A\x20PIN\x20so\x20only\x20you\x20have\x20access\x20to\x20your\x20data.','Enter\x20your\x20PIN','Your\x20PIN\x20must:','Be\x20at\x20least\x208\x20characters\x20in\x20length.','Contain\x20a\x20number.','small','#D4A536','Enhanced\x20Security','Securing\x20with\x20Face\x20ID...','Face\x20ID\x20Setup\x20Failed','Verifying\x20Face\x20ID\x20availability\x20on\x20your\x20device.','Face\x20ID\x20is\x20not\x20available\x20on\x20this\x20device.\x20Your\x20PIN\x20will\x20be\x20stored\x20securely.','Please\x20authenticate\x20with\x20Face\x20ID\x20to\x20secure\x20your\x20PIN.','Your\x20PIN\x20is\x20now\x20protected\x20with\x20Face\x20ID\x20authentication.','Face\x20ID\x20setup\x20failed,\x20but\x20your\x20PIN\x20is\x20stored\x20securely.','xsqCP','ngpFX','MFNUs','bEbtP','zrcmS','length','test','every','ctjLm','dxJrX','cegXT','baEOz','HNeLM','ugwPY','plXbt','txegV','kBwiJ','Hxgcw','ERROR','alert','Invalid\x20PIN','lSiPM','nQUqu','aOcyu','wPudC','log','vfmZP','isBiometricAvailable','UhEFJ','AzDXt','vFzBt','TiAqB','TZiVp','PWbbT','SUCCESS','Bnorc','VTUSG','lzwnm','isPinStored','ofrQg','EXyUN','yAUGi','split','kjSJO','MnRQI','PIN\x20storage\x20verification\x20failed.\x20Please\x20try\x20again.','error','bqhSq','MYtDj','tcoMe','xUCtE','GnoFW','gDRua','SqyIr','lTRoY','zlvkq','azRQf','hotNl','pIKky','⚠️\x20Face\x20ID\x20authentication\x20was\x20cancelled\x20or\x20failed','qlVvB','WHGTt','CxupF','bLorQ','eReqP','kcjAv','uxtDx','cgGUq','HQoCF','JZfFq','eNHau','EndOp','QhcHZ','PxydA','SxLqR','RlKJr','EiVXi','DczMY','KjVID','lYQAV','AIYyo','kSRrb','RavKH','Ixojc','DZFeK','ZMsfI','UalSB','QyIig','RpNRI','ojBFW','KXpLC','apRIz','gScbU','kSfmZ','KcRNi','AtNKM','ISrDS','zVWSZ','BUTTON_PRESS','QJIto','QYqdO','yICkP','jWcEo','KDKJD','xKdUh','values','createElement','container','title','pfIQb','subtitle','IIhxW','pinContainer','pinInput','tiXKY','KXEIi','requirementItem','checkbox','checkmark','requirementText','requirementTextMet','rCLjY','uppercase','Contain\x20an\x20uppercase\x20letter.','number','checkboxChecked','symbol','SjVZZ','securityCard','rzkFX','securityCardSuccess','securityCardError','securityIconContainer','OhnmY','grey600','ZRvDC','YmNWp','available','securityIcon','deFyV','securityTextContainer','securityTitle','NZLqS','Checking\x20Face\x20ID...','tEFwf','Face\x20ID\x20Unavailable','EngNl','VFkwy','RXvax','securityDescription','Hqpsq','BAbaH','fXpky','We\x20use\x20Face\x20ID\x20to\x20ensure\x20only\x20you\x20can\x20access\x20your\x20data.','dwqHO','OuQoE','ZiQmy','BJJYj','HltvI','buttonContainer','continueButton','continueButtonActive','ZQgGQ','continueButtonText','continueButtonTextActive','FnDMR','create','center','700','grey800','IBM\x20Plex\x20Sans','Inter','#F8F9FA','row','#4CD964','#FFFFFF','bold','#F0FDF4','#22C55E','#FEF2F2','#EF4444','600','#999999'];_0x2096=function(){return _0x12bbca;};return _0x2096();}import{triggerHaptic,HapticType}from'../utils/haptics';import{biometricPinService}from'../services/biometricPinService';import{setTemporaryPin}from'../services/pinStorageUtils';const PinCreationScreen=({visible:_0x24571d,onComplete:_0x5cf48d,onBack:_0x5307c4})=>{const _0x19b56a={'zrcmS':function(_0x49307a,_0x46eb12){return _0x49307a>=_0x46eb12;},'cegXT':function(_0x1c1122,_0x56a22e){return _0x1c1122(_0x56a22e);},'aOcyu':function(_0x383ce6,_0x206011){return _0x383ce6(_0x206011);},'rzkFX':function(_0x7cab64,_0x201888){return _0x7cab64===_0x201888;},'ctjLm':_0x1467(0x0),'DczMY':function(_0x277fea){return _0x277fea();},'TZiVp':'✅\x20PIN\x20storage\x20verified\x20-\x20proceeding\x20with\x20onboarding','PWbbT':_0x1467(0x1),'nQUqu':function(_0x39d207,_0x26742d){return _0x39d207(_0x26742d);},'Bnorc':function(_0x1a0b38,_0x23f576,_0x9a6468){return _0x1a0b38(_0x23f576,_0x9a6468);},'YpgRi':_0x1467(0x2),'TiAqB':_0x1467(0x3),'EXyUN':function(_0x52ee6f,_0x23baa8){return _0x52ee6f(_0x23baa8);},'nOHaq':_0x1467(0x4),'xUCtE':'eCCRK','GnoFW':function(_0x52a493,_0x40362e){return _0x52a493(_0x40362e);},'EndOp':'available','xsqCP':function(_0x4b4901,_0x404c61){return _0x4b4901(_0x404c61);},'vFzBt':function(_0x30f924,_0x59ee73){return _0x30f924(_0x59ee73);},'AzDXt':_0x1467(0x5),'baEOz':function(_0x228e11,_0x1cae8f){return _0x228e11(_0x1cae8f);},'HNeLM':'error','IHxdQ':_0x1467(0x6),'ugwPY':'Face\x20ID\x20authentication\x20was\x20cancelled\x20or\x20failed.\x20Your\x20PIN\x20is\x20still\x20saved\x20securely.','tcoMe':_0x1467(0x7),'zlvkq':_0x1467(0x8),'txegV':_0x1467(0x9),'lSplt':function(_0x15b440,_0x37951d){return _0x15b440(_0x37951d);},'kBwiJ':function(_0x232bd4,_0x394feb){return _0x232bd4!==_0x394feb;},'Hxgcw':'YBipM','lSiPM':_0x1467(0xa),'FRONH':'🔐\x20Starting\x20PIN\x20creation\x20process...','rHyjF':_0x1467(0xb),'wPudC':_0x1467(0xc),'vfmZP':_0x1467(0xd),'Hdnqz':_0x1467(0xe),'UhEFJ':function(_0x1eb011,_0x281959){return _0x1eb011===_0x281959;},'HJMvD':_0x1467(0xf),'VTUSG':'🔐\x20[PIN\x20CREATION]\x20Triggering\x20biometric\x20authentication\x20for\x20PIN\x20storage...','lzwnm':_0x1467(0x10),'ofrQg':'cxBAR','bEbtP':function(_0x2c3a13,_0x3fe2f6){return _0x2c3a13(_0x3fe2f6);},'yAUGi':'4|2|0|3|1','kjSJO':function(_0x424d4d,_0x3420ad){return _0x424d4d(_0x3420ad);},'MnRQI':_0x1467(0x11),'bqhSq':function(_0x449734,_0x38e306){return _0x449734(_0x38e306);},'LUxUX':_0x1467(0x12),'MYtDj':'⚠️\x20Face\x20ID\x20authentication\x20was\x20cancelled\x20or\x20failed','MFNUs':function(_0x4ed15f,_0x2b7632){return _0x4ed15f(_0x2b7632);},'JZfFq':function(_0x4e48de,_0xcd0f2f){return _0x4e48de(_0xcd0f2f);},'eNHau':_0x1467(0x13),'HTaQo':_0x1467(0x14),'QhcHZ':'PIN\x20Creation\x20Error','PxydA':'There\x20was\x20an\x20issue\x20creating\x20your\x20PIN.\x20Please\x20try\x20again.','EiVXi':function(_0x7f121d,_0x6c74ad){return _0x7f121d(_0x6c74ad);},'SxLqR':_0x1467(0x15),'RlKJr':_0x1467(0x16),'lYQAV':function(_0x28549f,_0x33abc7){return _0x28549f(_0x33abc7);},'AIYyo':function(_0x4d22a3){return _0x4d22a3();},'kSRrb':_0x1467(0x17),'RavKH':'HwukO','ZMsfI':_0x1467(0x18),'UalSB':'📱\x20Biometric\x20availability\x20check:','QyIig':_0x1467(0x19),'ngpFX':function(_0x575b4e,_0x867f01){return _0x575b4e(_0x867f01);},'KjVID':function(_0x16b352,_0x7501ed,_0x170a0c){return _0x16b352(_0x7501ed,_0x170a0c);},'pfIQb':_0x1467(0x1a),'IIhxW':_0x1467(0x1b),'tiXKY':_0x1467(0x1c),'KXEIi':_0x1467(0x1d),'rCLjY':_0x1467(0x1e),'VKQmc':_0x1467(0x1f),'SjVZZ':'Contain\x20a\x20symbol\x20(e.g.\x20!@#$%^&*).','figrD':function(_0x5c379d,_0x39b7f0){return _0x5c379d===_0x39b7f0;},'OhnmY':_0x1467(0x20),'ZRvDC':function(_0x1c099f,_0x265c01){return _0x1c099f===_0x265c01;},'YmNWp':_0x1467(0x21),'deFyV':function(_0x301e00,_0x4eb82d){return _0x301e00===_0x4eb82d;},'NZLqS':function(_0x31754b,_0x477dd0){return _0x31754b===_0x477dd0;},'sAnVw':_0x1467(0x22),'tEFwf':function(_0x77550f,_0x1059fc){return _0x77550f===_0x1059fc;},'fXpky':function(_0x1277c6,_0x58865d){return _0x1277c6===_0x58865d;},'EngNl':_0x1467(0x23),'mxUKC':'PIN\x20Secured\x20with\x20Face\x20ID','VFkwy':function(_0x3619a2,_0x540af2){return _0x3619a2===_0x540af2;},'RXvax':_0x1467(0x24),'Hqpsq':function(_0x77be95,_0x514ae5){return _0x77be95===_0x514ae5;},'BAbaH':_0x1467(0x25),'dwqHO':function(_0x9471f6,_0x2cb909){return _0x9471f6===_0x2cb909;},'xAwTC':_0x1467(0x26),'OuQoE':_0x1467(0x27),'pIZys':function(_0x38ef28,_0x238a7e){return _0x38ef28===_0x238a7e;},'ZiQmy':_0x1467(0x28),'BJJYj':function(_0x5cff0c,_0x2b87e0){return _0x5cff0c===_0x2b87e0;},'HltvI':_0x1467(0x29),'ZQgGQ':function(_0x2cf4a1,_0x15454e){return _0x2cf4a1||_0x15454e;},'jeaVA':'#FFFFFF','FnDMR':'Continue'},[_0x3dacb9,_0xd220e4]=_0x19b56a[_0x1467(0x2a)](useState,''),[_0x3adbe5,_0x265fb4]=_0x19b56a[_0x1467(0x2b)](useState,{'length':![],'uppercase':![],'number':![],'symbol':![]}),[_0x34bf66,_0x4a2861]=useState(![]),[_0x23f97c,_0x477ee2]=_0x19b56a[_0x1467(0x2c)](useState,![]),[_0x229040,_0x4a6fc4]=_0x19b56a[_0x1467(0x2d)](useState,_0x19b56a['ZMsfI']),_0x5ed33c=_0xcf453d=>{const _0x17123d={'length':_0x19b56a[_0x1467(0x2e)](_0xcf453d[_0x1467(0x2f)],0x8),'uppercase':/[A-Z]/[_0x1467(0x30)](_0xcf453d),'number':/[0-9]/[_0x1467(0x30)](_0xcf453d),'symbol':/[!@#$%^&*(),.?":{}|<>]/['test'](_0xcf453d)};return _0x19b56a['cegXT'](_0x265fb4,_0x17123d),Object['values'](_0x17123d)[_0x1467(0x31)](_0x531eb1=>_0x531eb1);},_0x3d43c4=_0x52b7c5=>{_0x19b56a['rzkFX'](_0x19b56a[_0x1467(0x32)],_0x1467(0x33))?(_0x19b56a['aOcyu'](_0x4986cb,![]),_0x24daa6(_0x5d3170)):(_0x19b56a['aOcyu'](_0xd220e4,_0x52b7c5),_0x19b56a[_0x1467(0x34)](_0x5ed33c,_0x52b7c5));},_0x2f28f2=async()=>{const _0x1aaf07={'SqyIr':function(_0xd53ddb,_0x4f7148){return _0xd53ddb(_0x4f7148);},'gDRua':_0x19b56a['AzDXt'],'lTRoY':function(_0x34e7c3,_0x326c5a){return _0x19b56a[_0x1467(0x35)](_0x34e7c3,_0x326c5a);},'qlVvB':_0x19b56a[_0x1467(0x36)],'WHGTt':function(_0x63cdff,_0x4aa3d7){return _0x63cdff(_0x4aa3d7);},'PiOof':_0x19b56a['IHxdQ'],'CxupF':_0x19b56a[_0x1467(0x37)],'bLorQ':_0x19b56a['tcoMe'],'Fhuxk':_0x19b56a['zlvkq'],'azRQf':function(_0x423a5c,_0x186e99){return _0x423a5c===_0x186e99;},'hotNl':_0x1467(0x38),'pIKky':_0x19b56a[_0x1467(0x39)],'cgGUq':function(_0xb56a1b,_0x28d8b1){return _0x19b56a['lSplt'](_0xb56a1b,_0x28d8b1);},'HQoCF':function(_0x1b0a70,_0x2196e9){return _0x1b0a70(_0x2196e9);}};if(_0x19b56a[_0x1467(0x3a)](_0x19b56a[_0x1467(0x3b)],_0x19b56a[_0x1467(0x3b)]))_0x19b56a['DczMY'](_0x1d634a);else{if(!_0x19b56a['nQUqu'](_0x5ed33c,_0x3dacb9)){triggerHaptic(HapticType[_0x1467(0x3c)]),Alert[_0x1467(0x3d)](_0x1467(0x3e),_0x19b56a[_0x1467(0x3f)]);return;}triggerHaptic(HapticType['BUTTON_PRESS']),_0x19b56a[_0x1467(0x40)](_0x4a2861,!![]);try{console['log'](_0x19b56a['FRONH']),_0x19b56a[_0x1467(0x41)](setTemporaryPin,_0x3dacb9),console['log'](_0x19b56a['rHyjF']);if(_0x23f97c){_0x4a6fc4(_0x19b56a[_0x1467(0x42)]),console[_0x1467(0x43)](_0x19b56a[_0x1467(0x44)]);const _0x4ba591=await biometricPinService[_0x1467(0x45)]();console[_0x1467(0x43)](_0x19b56a['Hdnqz'],_0x4ba591);if(!_0x4ba591){if(_0x19b56a[_0x1467(0x46)](_0x19b56a['HJMvD'],_0x19b56a['HJMvD'])){console['error'](_0x19b56a[_0x1467(0x47)]),_0x19b56a[_0x1467(0x48)](_0x4a6fc4,_0x19b56a[_0x1467(0x49)]),_0x4a2861(![]);return;}else _0x5108bf[_0x1467(0x43)](_0x19b56a[_0x1467(0x4a)]),_0x1fbf2e(_0x19b56a[_0x1467(0x4b)]),_0x19b56a['nQUqu'](_0xb4ed4,_0x5a003e[_0x1467(0x4c)]),_0x19b56a[_0x1467(0x4d)](_0x273c89,()=>{_0x1aaf07['SqyIr'](_0x876eb5,![]),_0x56859f(_0x4799fa);},0x320);}console[_0x1467(0x43)](_0x19b56a[_0x1467(0x4e)]);const _0x47945d=await biometricPinService['storePinWithBiometric'](_0x3dacb9);if(_0x47945d){console['log'](_0x19b56a[_0x1467(0x4f)]);const _0x291f7e=await biometricPinService[_0x1467(0x50)]();if(_0x291f7e)_0x19b56a['rzkFX'](_0x19b56a[_0x1467(0x51)],_0x19b56a[_0x1467(0x51)])?(console[_0x1467(0x43)](_0x19b56a[_0x1467(0x4a)]),_0x19b56a['bEbtP'](_0x4a6fc4,_0x19b56a['PWbbT']),_0x19b56a[_0x1467(0x52)](triggerHaptic,HapticType[_0x1467(0x4c)]),setTimeout(()=>{_0x4a2861(![]),_0x5cf48d(_0x3dacb9);},0x320)):(_0x5c891f[_0x1467(0x43)](_0x19b56a['YpgRi']),_0x19b56a[_0x1467(0x34)](_0x4a148d,_0x19b56a['TiAqB']),_0x19b56a[_0x1467(0x41)](_0x29bcd0,![]),_0x19b56a[_0x1467(0x52)](_0x1854fb,_0x47b39e));else{const _0x3a5c22=_0x19b56a[_0x1467(0x53)][_0x1467(0x54)]('|');let _0x19222e=0x0;while(!![]){switch(_0x3a5c22[_0x19222e++]){case'0':_0x19b56a[_0x1467(0x55)](_0x4a2861,![]);continue;case'1':Alert[_0x1467(0x3d)](_0x19b56a[_0x1467(0x56)],_0x1467(0x57),[{'text':'OK'}]);continue;case'2':_0x19b56a['vFzBt'](_0x4a6fc4,_0x1467(0x58));continue;case'3':_0x19b56a[_0x1467(0x59)](triggerHaptic,HapticType[_0x1467(0x3c)]);continue;case'4':console[_0x1467(0x58)](_0x19b56a['LUxUX']);continue;}break;}}}else console['log'](_0x19b56a[_0x1467(0x5a)]),_0x19b56a['kjSJO'](_0x4a6fc4,_0x19b56a[_0x1467(0x36)]),_0x19b56a['EXyUN'](triggerHaptic,HapticType[_0x1467(0x3c)]),Alert[_0x1467(0x3d)](_0x1467(0x6),_0x19b56a['ugwPY'],[{'text':_0x19b56a[_0x1467(0x5b)],'onPress':()=>{if(_0x19b56a['nOHaq']!==_0x19b56a[_0x1467(0x5c)])_0x19b56a[_0x1467(0x5d)](_0x4a2861,![]),_0x4a6fc4(_0x19b56a['EndOp']);else{_0x58bcb7[_0x1467(0x58)](_0x1aaf07[_0x1467(0x5e)]),_0x1aaf07[_0x1467(0x5f)](_0x547335,_0x1467(0x3)),_0x1aaf07[_0x1467(0x60)](_0x3d40fc,![]);return;}}},{'text':_0x19b56a[_0x1467(0x61)],'onPress':()=>{const _0x31f12a={'kcjAv':function(_0x308677,_0x5508d1){return _0x1aaf07['WHGTt'](_0x308677,_0x5508d1);},'uxtDx':function(_0x212d0d,_0x37778f){return _0x1aaf07[_0x1467(0x5f)](_0x212d0d,_0x37778f);}};if(_0x1aaf07[_0x1467(0x62)](_0x1aaf07[_0x1467(0x63)],_0x1aaf07[_0x1467(0x64)])){const _0x45c959={'eReqP':function(_0x22084a,_0x342890){return _0x1aaf07[_0x1467(0x60)](_0x22084a,_0x342890);}};_0x2a2b2d[_0x1467(0x43)](_0x1467(0x65)),_0xce6b9(_0x1aaf07[_0x1467(0x66)]),_0x1aaf07[_0x1467(0x67)](_0x27d514,_0x5d78bc[_0x1467(0x3c)]),Alert[_0x1467(0x3d)](_0x1aaf07['PiOof'],_0x1aaf07[_0x1467(0x68)],[{'text':_0x1aaf07[_0x1467(0x69)],'onPress':()=>{_0x45c959[_0x1467(0x6a)](_0x5e0aea,![]),_0x45c959[_0x1467(0x6a)](_0x4920b5,'available');}},{'text':_0x1aaf07['Fhuxk'],'onPress':()=>{_0x31f12a[_0x1467(0x6b)](_0xfa6102,![]),_0x31f12a[_0x1467(0x6c)](_0x9c32b2,_0x43c91e);}}]);}else _0x1aaf07[_0x1467(0x6d)](_0x4a2861,![]),_0x1aaf07[_0x1467(0x6e)](_0x5cf48d,_0x3dacb9);}}]);}else console[_0x1467(0x43)]('📱\x20Biometric\x20not\x20available,\x20continuing\x20without\x20Face\x20ID'),_0x4a6fc4(_0x19b56a[_0x1467(0x49)]),_0x19b56a[_0x1467(0x2c)](_0x4a2861,![]),_0x19b56a[_0x1467(0x6f)](_0x5cf48d,_0x3dacb9);}catch(_0x39cd7c){_0x19b56a['rzkFX']('jDjsC',_0x19b56a[_0x1467(0x70)])?(_0x19b56a[_0x1467(0x2a)](_0x176499,![]),_0x19b56a['vFzBt'](_0x4f1c78,_0x19b56a[_0x1467(0x71)])):(console[_0x1467(0x58)](_0x19b56a['HTaQo'],_0x39cd7c),_0x19b56a[_0x1467(0x52)](_0x4a6fc4,_0x19b56a['HNeLM']),_0x19b56a['GnoFW'](_0x4a2861,![]),triggerHaptic(HapticType['ERROR']),Alert[_0x1467(0x3d)](_0x19b56a[_0x1467(0x72)],_0x19b56a[_0x1467(0x73)],[{'text':'OK'}]));}}},_0x3d6fae=()=>{_0x19b56a['UhEFJ'](_0x19b56a[_0x1467(0x74)],_0x19b56a[_0x1467(0x75)])?(_0x51e2f4[_0x1467(0x58)](_0x1467(0x19),_0x572d0e),_0x19b56a[_0x1467(0x76)](_0x2df547,![]),_0x51b9d8(_0x19b56a[_0x1467(0x49)])):(_0x19b56a[_0x1467(0x6f)](triggerHaptic,HapticType['BUTTON_PRESS']),_0x19b56a[_0x1467(0x77)](_0x5307c4));};_0x19b56a[_0x1467(0x78)](useEffect,()=>{const _0x209b62={'KcRNi':function(_0x2c206e,_0x5d1143){return _0x19b56a[_0x1467(0x79)](_0x2c206e,_0x5d1143);},'IdcgS':function(_0x4e0d09){return _0x19b56a[_0x1467(0x7a)](_0x4e0d09);},'yICkP':_0x19b56a[_0x1467(0x7b)],'jWcEo':_0x19b56a[_0x1467(0x72)],'KDKJD':'There\x20was\x20an\x20issue\x20creating\x20your\x20PIN.\x20Please\x20try\x20again.','swRuw':function(_0x45152e,_0x4b14bf){return _0x45152e(_0x4b14bf);},'xKdUh':_0x19b56a['HTaQo'],'UaBKt':_0x19b56a[_0x1467(0x36)],'RpNRI':function(_0x3fe63b,_0x381064){return _0x19b56a[_0x1467(0x3a)](_0x3fe63b,_0x381064);},'ojBFW':_0x19b56a[_0x1467(0x7c)],'KXpLC':_0x1467(0x7d),'pHtIh':function(_0x30fcc8,_0x3f3827){return _0x30fcc8!==_0x3f3827;},'jKAlm':_0x1467(0x7e),'gScbU':function(_0x15871b,_0x5e41e8){return _0x15871b(_0x5e41e8);},'kSfmZ':_0x19b56a[_0x1467(0x7f)],'AtNKM':_0x19b56a[_0x1467(0x71)],'ISrDS':_0x19b56a[_0x1467(0x49)],'zVWSZ':_0x19b56a[_0x1467(0x80)],'QJIto':_0x19b56a[_0x1467(0x81)],'QYqdO':function(_0x2f66f3,_0x2e5f8d){return _0x2f66f3(_0x2e5f8d);}},_0x3c9d3c=async()=>{if(_0x209b62[_0x1467(0x82)](_0x209b62[_0x1467(0x83)],_0x209b62[_0x1467(0x84)]))try{if(_0x209b62['pHtIh'](_0x209b62['jKAlm'],_0x1467(0x85))){_0x209b62[_0x1467(0x86)](_0x4a6fc4,_0x209b62[_0x1467(0x87)]);const _0x4968e9=await biometricPinService[_0x1467(0x45)]();_0x209b62[_0x1467(0x86)](_0x477ee2,_0x4968e9),_0x209b62[_0x1467(0x88)](_0x4a6fc4,_0x4968e9?_0x209b62[_0x1467(0x89)]:_0x209b62[_0x1467(0x8a)]),console['log'](_0x209b62[_0x1467(0x8b)],_0x4968e9);}else _0x209b62['KcRNi'](_0x1d091b,_0x3f4806[_0x1467(0x8c)]),_0x209b62['IdcgS'](_0x47500e);}catch(_0x57600a){console[_0x1467(0x58)](_0x209b62[_0x1467(0x8d)],_0x57600a),_0x209b62[_0x1467(0x8e)](_0x477ee2,![]),_0x209b62['QYqdO'](_0x4a6fc4,_0x209b62[_0x1467(0x8a)]);}else{const _0x50c4c2=_0x209b62[_0x1467(0x8f)][_0x1467(0x54)]('|');let _0x539fcd=0x0;while(!![]){switch(_0x50c4c2[_0x539fcd++]){case'0':Alert[_0x1467(0x3d)](_0x209b62[_0x1467(0x90)],_0x209b62[_0x1467(0x91)],[{'text':'OK'}]);continue;case'1':_0x209b62['swRuw'](_0x213051,![]);continue;case'2':_0x3c14ce[_0x1467(0x58)](_0x209b62[_0x1467(0x92)],_0x341312);continue;case'3':_0x51f7d6(_0x209b62['UaBKt']);continue;case'4':_0xd087fa(_0xda80ce['ERROR']);continue;}break;}}};_0x24571d&&_0x3c9d3c();},[_0x24571d]);const _0x3b666e=Object[_0x1467(0x93)](_0x3adbe5)[_0x1467(0x31)](_0x301390=>_0x301390);if(!_0x24571d)return null;return React[_0x1467(0x94)](View,{'style':styles[_0x1467(0x95)]},React['createElement'](View,{'style':styles['titleContainer']},React[_0x1467(0x94)](Text,{'style':styles[_0x1467(0x96)]},_0x19b56a[_0x1467(0x97)]),React['createElement'](Text,{'style':styles[_0x1467(0x98)]},_0x19b56a[_0x1467(0x99)])),React[_0x1467(0x94)](View,{'style':styles[_0x1467(0x9a)]},React[_0x1467(0x94)](TextInput,{'style':styles[_0x1467(0x9b)],'value':_0x3dacb9,'onChangeText':_0x3d43c4,'placeholder':_0x19b56a[_0x1467(0x9c)],'secureTextEntry':!![],'autoFocus':!![],'maxLength':0x14})),React['createElement'](View,{'style':styles['requirementsContainer']},React[_0x1467(0x94)](Text,{'style':styles['requirementsTitle']},_0x19b56a[_0x1467(0x9d)]),React[_0x1467(0x94)](View,{'style':styles[_0x1467(0x9e)]},React[_0x1467(0x94)](View,{'style':[styles[_0x1467(0x9f)],_0x3adbe5[_0x1467(0x2f)]&&styles['checkboxChecked']]},_0x3adbe5[_0x1467(0x2f)]&&React[_0x1467(0x94)](Text,{'style':styles[_0x1467(0xa0)]},'✓')),React['createElement'](Text,{'style':[styles[_0x1467(0xa1)],_0x3adbe5['length']&&styles[_0x1467(0xa2)]]},_0x19b56a[_0x1467(0xa3)])),React[_0x1467(0x94)](View,{'style':styles[_0x1467(0x9e)]},React[_0x1467(0x94)](View,{'style':[styles[_0x1467(0x9f)],_0x3adbe5[_0x1467(0xa4)]&&styles['checkboxChecked']]},_0x3adbe5[_0x1467(0xa4)]&&React['createElement'](Text,{'style':styles[_0x1467(0xa0)]},'✓')),React['createElement'](Text,{'style':[styles[_0x1467(0xa1)],_0x3adbe5[_0x1467(0xa4)]&&styles['requirementTextMet']]},_0x1467(0xa5))),React[_0x1467(0x94)](View,{'style':styles[_0x1467(0x9e)]},React[_0x1467(0x94)](View,{'style':[styles['checkbox'],_0x3adbe5[_0x1467(0xa6)]&&styles[_0x1467(0xa7)]]},_0x3adbe5[_0x1467(0xa6)]&&React['createElement'](Text,{'style':styles[_0x1467(0xa0)]},'✓')),React[_0x1467(0x94)](Text,{'style':[styles[_0x1467(0xa1)],_0x3adbe5[_0x1467(0xa6)]&&styles[_0x1467(0xa2)]]},_0x19b56a['VKQmc'])),React[_0x1467(0x94)](View,{'style':styles[_0x1467(0x9e)]},React[_0x1467(0x94)](View,{'style':[styles[_0x1467(0x9f)],_0x3adbe5[_0x1467(0xa8)]&&styles[_0x1467(0xa7)]]},_0x3adbe5[_0x1467(0xa8)]&&React[_0x1467(0x94)](Text,{'style':styles['checkmark']},'✓')),React[_0x1467(0x94)](Text,{'style':[styles[_0x1467(0xa1)],_0x3adbe5['symbol']&&styles['requirementTextMet']]},_0x19b56a[_0x1467(0xa9)]))),React[_0x1467(0x94)](View,{'style':[styles[_0x1467(0xaa)],_0x19b56a[_0x1467(0xab)](_0x229040,_0x19b56a[_0x1467(0x4b)])&&styles[_0x1467(0xac)],_0x19b56a['figrD'](_0x229040,_0x19b56a[_0x1467(0x36)])&&styles[_0x1467(0xad)]]},React[_0x1467(0x94)](View,{'style':styles[_0x1467(0xae)]},_0x229040===_0x19b56a[_0x1467(0x7f)]&&React[_0x1467(0x94)](ActivityIndicator,{'size':_0x19b56a[_0x1467(0xaf)],'color':COLORS[_0x1467(0xb0)]}),_0x19b56a[_0x1467(0xb1)](_0x229040,_0x19b56a[_0x1467(0x42)])&&React[_0x1467(0x94)](ActivityIndicator,{'size':_0x1467(0x20),'color':_0x19b56a[_0x1467(0xb2)]}),_0x19b56a['figrD'](_0x229040,_0x1467(0xb3))&&React[_0x1467(0x94)](Text,{'style':styles['securityIcon']},'🔐'),_0x19b56a[_0x1467(0xb1)](_0x229040,_0x19b56a[_0x1467(0x49)])&&React['createElement'](Text,{'style':styles[_0x1467(0xb4)]},'⚠️'),_0x229040===_0x19b56a[_0x1467(0x4b)]&&React[_0x1467(0x94)](Text,{'style':styles[_0x1467(0xb4)]},'✅'),_0x19b56a[_0x1467(0xb5)](_0x229040,_0x19b56a[_0x1467(0x36)])&&React[_0x1467(0x94)](Text,{'style':styles[_0x1467(0xb4)]},'❌')),React[_0x1467(0x94)](View,{'style':styles[_0x1467(0xb6)]},React['createElement'](Text,{'style':styles[_0x1467(0xb7)]},_0x19b56a[_0x1467(0xb8)](_0x229040,_0x1467(0x18))&&_0x1467(0xb9),_0x229040===_0x19b56a['EndOp']&&_0x19b56a['sAnVw'],_0x19b56a[_0x1467(0xba)](_0x229040,_0x19b56a[_0x1467(0x49)])&&_0x1467(0xbb),_0x19b56a['fXpky'](_0x229040,_0x19b56a[_0x1467(0x42)])&&_0x19b56a[_0x1467(0xbc)],_0x229040===_0x19b56a['PWbbT']&&_0x19b56a['mxUKC'],_0x19b56a[_0x1467(0xbd)](_0x229040,_0x19b56a[_0x1467(0x36)])&&_0x19b56a[_0x1467(0xbe)]),React[_0x1467(0x94)](Text,{'style':styles[_0x1467(0xbf)]},_0x19b56a[_0x1467(0xc0)](_0x229040,_0x19b56a[_0x1467(0x7f)])&&_0x19b56a[_0x1467(0xc1)],_0x19b56a[_0x1467(0xc2)](_0x229040,_0x19b56a[_0x1467(0x71)])&&_0x1467(0xc3),_0x19b56a[_0x1467(0xc4)](_0x229040,'unavailable')&&_0x19b56a['xAwTC'],_0x19b56a[_0x1467(0xc2)](_0x229040,_0x19b56a['wPudC'])&&_0x19b56a[_0x1467(0xc5)],_0x19b56a['pIZys'](_0x229040,_0x19b56a[_0x1467(0x4b)])&&_0x19b56a[_0x1467(0xc6)],_0x19b56a[_0x1467(0xc7)](_0x229040,_0x19b56a[_0x1467(0x36)])&&_0x19b56a[_0x1467(0xc8)]))),React[_0x1467(0x94)](View,{'style':styles[_0x1467(0xc9)]},React[_0x1467(0x94)](TouchableOpacity,{'style':[styles[_0x1467(0xca)],_0x3b666e&&styles[_0x1467(0xcb)]],'onPress':_0x2f28f2,'disabled':_0x19b56a[_0x1467(0xcc)](!_0x3b666e,_0x34bf66)},_0x34bf66?React['createElement'](ActivityIndicator,{'size':_0x19b56a[_0x1467(0xaf)],'color':_0x19b56a['jeaVA']}):React[_0x1467(0x94)](Text,{'style':[styles[_0x1467(0xcd)],_0x3b666e&&styles[_0x1467(0xce)]]},_0x19b56a[_0x1467(0xcf)]))));},styles=StyleSheet[_0x1467(0xd0)]({'container':{'flex':0x1,'backgroundColor':COLORS['surface'],'paddingHorizontal':0x18,'paddingTop':0x28},'titleContainer':{'alignItems':_0x1467(0xd1),'marginBottom':0x18,'paddingTop':0x0,'marginTop':0x0},'title':{'fontSize':0x18,'fontWeight':_0x1467(0xd2),'color':COLORS[_0x1467(0xd3)],'marginBottom':0x8,'fontFamily':_0x1467(0xd4)},'subtitle':{'fontSize':0x10,'color':COLORS[_0x1467(0xb0)],'lineHeight':0x18,'fontFamily':_0x1467(0xd5)},'pinContainer':{'marginBottom':0x20},'pinInput':{'backgroundColor':_0x1467(0xd6),'borderRadius':0xc,'paddingVertical':0x10,'paddingHorizontal':0x10,'fontSize':0x10,'fontFamily':_0x1467(0xd5),'borderWidth':0x1,'borderColor':'#E5E5E5'},'requirementsContainer':{'marginBottom':0x20},'requirementsTitle':{'fontSize':0x10,'fontWeight':'600','color':COLORS[_0x1467(0xd3)],'marginBottom':0x10,'fontFamily':_0x1467(0xd5)},'requirementItem':{'flexDirection':_0x1467(0xd7),'alignItems':'center','marginBottom':0xc},'checkbox':{'width':0x14,'height':0x14,'borderRadius':0xa,'borderWidth':0x2,'borderColor':'#E5E5E5','marginRight':0xc,'alignItems':_0x1467(0xd1),'justifyContent':_0x1467(0xd1)},'checkboxChecked':{'borderColor':'#4CD964','backgroundColor':_0x1467(0xd8)},'checkmark':{'color':_0x1467(0xd9),'fontSize':0xc,'fontWeight':_0x1467(0xda)},'requirementText':{'fontSize':0xe,'color':COLORS[_0x1467(0xb0)],'fontFamily':'Inter','flex':0x1},'requirementTextMet':{'color':COLORS[_0x1467(0xd3)]},'securityCard':{'backgroundColor':_0x1467(0xd6),'borderRadius':0xc,'padding':0x10,'flexDirection':'row','alignItems':_0x1467(0xd1),'marginBottom':0x18,'borderWidth':0x1,'borderColor':'#E5E5E5'},'securityCardSuccess':{'backgroundColor':_0x1467(0xdb),'borderColor':_0x1467(0xdc)},'securityCardError':{'backgroundColor':_0x1467(0xdd),'borderColor':_0x1467(0xde)},'securityIconContainer':{'marginRight':0xc},'securityIcon':{'fontSize':0x18},'securityTextContainer':{'flex':0x1},'securityTitle':{'fontSize':0xe,'fontWeight':_0x1467(0xdf),'color':COLORS[_0x1467(0xd3)],'marginBottom':0x4,'fontFamily':'Inter'},'securityDescription':{'fontSize':0xd,'color':COLORS['grey600'],'lineHeight':0x12,'fontFamily':'Inter'},'buttonContainer':{'marginTop':'auto','paddingBottom':0x22},'continueButton':{'backgroundColor':'#E5E5E5','borderRadius':0x19,'paddingVertical':0x10,'alignItems':'center','justifyContent':_0x1467(0xd1)},'continueButtonActive':{'backgroundColor':'#2D3436'},'continueButtonText':{'fontSize':0x10,'fontWeight':_0x1467(0xdf),'color':_0x1467(0xe0),'fontFamily':_0x1467(0xd5)},'continueButtonTextActive':{'color':_0x1467(0xd9)}});export{PinCreationScreen};export default PinCreationScreen;
1
+ import React,{useState,useEffect}from'react';import{View,Text,StyleSheet,TouchableOpacity,TextInput,Alert,ActivityIndicator}from'react-native';function _0x45e3(_0xccf9f7,_0x45e35d){_0xccf9f7=_0xccf9f7-0x0;const _0x2abc4c=_0xccf9();let _0x10f2f3=_0x2abc4c[_0xccf9f7];return _0x10f2f3;}import{COLORS}from'../theme';import{triggerHaptic,HapticType}from'../utils/haptics';function _0xccf9(){const _0x349c31=['available','MRWZP','YMUpf','Invalid\x20PIN','Please\x20ensure\x20your\x20PIN\x20meets\x20all\x20requirements.','🔐\x20Starting\x20PIN\x20creation\x20process...','storing','📱\x20[PIN\x20CREATION]\x20Biometric\x20available\x20before\x20storage:','❌\x20[PIN\x20CREATION]\x20Face\x20ID\x20not\x20available\x20on\x20this\x20device','🔐\x20[PIN\x20CREATION]\x20Triggering\x20biometric\x20authentication\x20for\x20PIN\x20storage...','✅\x20PIN\x20stored\x20successfully\x20with\x20Face\x20ID','YkTKo','error','Face\x20ID\x20authentication\x20was\x20cancelled\x20or\x20failed.\x20Your\x20PIN\x20is\x20still\x20saved\x20securely.','Continue\x20Without\x20Face\x20ID','❌\x20Error\x20in\x20PIN\x20creation\x20process:','There\x20was\x20an\x20issue\x20creating\x20your\x20PIN.\x20Please\x20try\x20again.','JkWHk','checking','A\x20PIN\x20so\x20only\x20you\x20have\x20access\x20to\x20your\x20data.','Be\x20at\x20least\x208\x20characters\x20in\x20length.','Contain\x20an\x20uppercase\x20letter.','Contain\x20a\x20symbol\x20(e.g.\x20!@#$%^&*).','#D4A536','Checking\x20Face\x20ID...','Enhanced\x20Security','PIN\x20Secured\x20with\x20Face\x20ID','We\x20use\x20Face\x20ID\x20to\x20ensure\x20only\x20you\x20can\x20access\x20your\x20data.','Face\x20ID\x20is\x20not\x20available\x20on\x20this\x20device.\x20Your\x20PIN\x20will\x20be\x20stored\x20securely.','Please\x20authenticate\x20with\x20Face\x20ID\x20to\x20secure\x20your\x20PIN.','Your\x20PIN\x20is\x20now\x20protected\x20with\x20Face\x20ID\x20authentication.','Continue','lqILK','SEIML','iFGAc','length','test','jMIpg','values','every','Omisx','ppoyE','lwTFG','nABEZ','eAzxz','bhOjA','IGkjn','alert','zdJwV','BUTTON_PRESS','log','yiIpZ','📝\x20PIN\x20stored\x20temporarily\x20for\x20onboarding','QNoBW','sgtVB','isBiometricAvailable','XDwFw','hzQeP','LxSvW','storePinWithBiometric','lYqHn','isPinStored','mKgzx','LtyAd','SUCCESS','AxybF','ZqenW','mjTfy','gzeEO','LSshz','szmjg','❌\x20PIN\x20storage\x20verification\x20failed','hcKmJ','hhVdt','ERROR','PIN\x20Storage\x20Error','PIN\x20storage\x20verification\x20failed.\x20Please\x20try\x20again.','zWWBO','RjDGn','DYIOp','Try\x20Again','taBRM','SrYRZ','ANHqs','COSHh','XiGjt','yhVNN','iacbv','WhWmp','ElGmA','unavailable','📱\x20Biometric\x20availability\x20check:','wjuLy','RvXvz','lEJml','qDuCB','wtbWX','LkeEP','TqoCY','createElement','container','titleContainer','title','Create\x20a\x20PIN','MqNQm','pinContainer','pinInput','UgGlO','GROFq','requirementItem','checkbox','checkmark','requirementText','requirementTextMet','QBRHi','uppercase','number','Contain\x20a\x20number.','symbol','checkboxChecked','securityCard','securityCardSuccess','securityCardError','securityIconContainer','zqdbi','small','grey600','ZBzBI','nHHFA','WYdMM','securityIcon','NzqVm','securityTextContainer','securityTitle','WoxZo','OIWYF','bkUsv','EZPSd','UgImM','zRHME','AwukW','fXMnX','bAtBy','WfPoy','lTKnF','rpTsa','UiyvR','CTgyN','rsOZs','buttonContainer','continueButton','continueButtonActive','BtTYB','VxkKe','create','surface','700','grey800','IBM\x20Plex\x20Sans','Inter','#F8F9FA','600','row','center','#E5E5E5','#4CD964','#FFFFFF','bold','#F0FDF4','#22C55E','#FEF2F2','auto','#999999'];_0xccf9=function(){return _0x349c31;};return _0xccf9();}import{biometricPinService}from'../services/biometricPinService';import{setTemporaryPin}from'../services/pinStorageUtils';const PinCreationScreen=({visible:_0x37739e,onComplete:_0x4f09e6,onBack:_0x33d5a0})=>{const _0x2c687c={'iFGAc':function(_0x2fc180,_0x110098){return _0x2fc180>=_0x110098;},'jMIpg':function(_0x510639,_0x542a39){return _0x510639(_0x542a39);},'lwTFG':function(_0x805a05,_0x203c7b){return _0x805a05(_0x203c7b);},'nABEZ':function(_0x19580a,_0x427dc6){return _0x19580a(_0x427dc6);},'eAzxz':_0x45e3(0x0),'Omisx':function(_0x442e9d,_0x1c851f){return _0x442e9d===_0x1c851f;},'RMYgx':'ppoyE','LSshz':function(_0x40b127,_0x175c6c){return _0x40b127(_0x175c6c);},'LdhLp':function(_0x57ef3d,_0x5ad44a){return _0x57ef3d>=_0x5ad44a;},'ZqenW':function(_0x354dda,_0x9a8b78){return _0x354dda!==_0x9a8b78;},'mjTfy':_0x45e3(0x1),'SrYRZ':function(_0x348f6f,_0x2d1060){return _0x348f6f(_0x2d1060);},'zWWBO':function(_0x2f7ead,_0x15d886){return _0x2f7ead(_0x15d886);},'WEmJw':function(_0x22ebf1,_0x2380e3){return _0x22ebf1(_0x2380e3);},'YvLAK':function(_0x394746,_0x4941f3){return _0x394746(_0x4941f3);},'bhOjA':_0x45e3(0x2),'IGkjn':function(_0x50e401,_0x538255){return _0x50e401(_0x538255);},'TqoCY':_0x45e3(0x3),'zdJwV':_0x45e3(0x4),'yiIpZ':_0x45e3(0x5),'QNoBW':function(_0x2274b9,_0x328497){return _0x2274b9(_0x328497);},'zRHME':_0x45e3(0x6),'sgtVB':'🔐\x20[PIN\x20CREATION]\x20Biometric\x20storage\x20enabled,\x20starting\x20biometric\x20flow...','XDwFw':_0x45e3(0x7),'FKcKA':_0x45e3(0x8),'hzQeP':'unavailable','SEIML':function(_0x597ff1,_0xfdf7ac){return _0x597ff1(_0xfdf7ac);},'LxSvW':_0x45e3(0x9),'lYqHn':_0x45e3(0xa),'pGMJF':_0x45e3(0xb),'mKgzx':'success','LtyAd':function(_0x270536,_0x2433fa){return _0x270536(_0x2433fa);},'AxybF':function(_0x4860ed,_0x7e2d51,_0x1759e5){return _0x4860ed(_0x7e2d51,_0x1759e5);},'hcKmJ':function(_0x4e5221,_0x10e3e0){return _0x4e5221(_0x10e3e0);},'XiGjt':_0x45e3(0xc),'hhVdt':function(_0x34b71d,_0x28ffc3){return _0x34b71d(_0x28ffc3);},'UybJb':function(_0x45a94e,_0x58b887){return _0x45a94e(_0x58b887);},'RjDGn':'Face\x20ID\x20Setup','DYIOp':_0x45e3(0xd),'sDtJY':_0x45e3(0xe),'ANHqs':'📱\x20Biometric\x20not\x20available,\x20continuing\x20without\x20Face\x20ID','ZfmLQ':function(_0x2d90f6,_0x417e73){return _0x2d90f6(_0x417e73);},'COSHh':_0x45e3(0xf),'yhVNN':function(_0x3a624d,_0x5b23ce){return _0x3a624d(_0x5b23ce);},'iacbv':_0x45e3(0x10),'WhWmp':function(_0x594411,_0x16d746){return _0x594411(_0x16d746);},'LkeEP':function(_0x39e08c){return _0x39e08c();},'ElGmA':function(_0x208e2c,_0x2d3330){return _0x208e2c(_0x2d3330);},'KeslB':function(_0x49cacf,_0x4b8b6f){return _0x49cacf(_0x4b8b6f);},'UgImM':function(_0x4abe71,_0x21b87e){return _0x4abe71===_0x21b87e;},'wjuLy':_0x45e3(0x11),'RvXvz':'FPPRB','fgmcn':function(_0x18705d,_0x5f2199){return _0x18705d(_0x5f2199);},'wtbWX':'MGBjQ','lqILK':function(_0x7bb7f9,_0x129460){return _0x7bb7f9(_0x129460);},'zqdbi':_0x45e3(0x12),'MqNQm':_0x45e3(0x13),'UgGlO':'Enter\x20your\x20PIN','GROFq':'Your\x20PIN\x20must:','QBRHi':_0x45e3(0x14),'mYzfW':_0x45e3(0x15),'WSZPp':_0x45e3(0x16),'ZBzBI':function(_0x460c55,_0x1dcdb0){return _0x460c55===_0x1dcdb0;},'nHHFA':'small','WYdMM':_0x45e3(0x17),'NzqVm':function(_0x48c159,_0x4b7a75){return _0x48c159===_0x4b7a75;},'WoxZo':_0x45e3(0x18),'OIWYF':_0x45e3(0x19),'bkUsv':function(_0x52c440,_0x62a13b){return _0x52c440===_0x62a13b;},'EZPSd':'Face\x20ID\x20Unavailable','AwukW':'Securing\x20with\x20Face\x20ID...','fXMnX':function(_0x4a54fc,_0x59315e){return _0x4a54fc===_0x59315e;},'bAtBy':_0x45e3(0x1a),'WfPoy':'Face\x20ID\x20Setup\x20Failed','lTKnF':_0x45e3(0x1b),'rpTsa':_0x45e3(0x1c),'sBdpi':_0x45e3(0x1d),'UiyvR':_0x45e3(0x1e),'CTgyN':function(_0x30405d,_0x55f62f){return _0x30405d===_0x55f62f;},'rsOZs':'Face\x20ID\x20setup\x20failed,\x20but\x20your\x20PIN\x20is\x20stored\x20securely.','BtTYB':function(_0x4bdeb6,_0x4c1ce5){return _0x4bdeb6||_0x4c1ce5;},'VxkKe':'#FFFFFF','DSTBd':_0x45e3(0x1f)},[_0x4db3b7,_0x1e7acf]=_0x2c687c[_0x45e3(0x20)](useState,''),[_0x2e8e51,_0x23e750]=_0x2c687c['LtyAd'](useState,{'length':![],'uppercase':![],'number':![],'symbol':![]}),[_0x4db090,_0x28b3e9]=_0x2c687c[_0x45e3(0x21)](useState,![]),[_0x1f871f,_0x4e8299]=useState(![]),[_0x311807,_0x5af98b]=useState(_0x2c687c['zqdbi']),_0x428dc7=_0x55bc7a=>{const _0x103947={'length':_0x2c687c[_0x45e3(0x22)](_0x55bc7a[_0x45e3(0x23)],0x8),'uppercase':/[A-Z]/['test'](_0x55bc7a),'number':/[0-9]/[_0x45e3(0x24)](_0x55bc7a),'symbol':/[!@#$%^&*(),.?":{}|<>]/[_0x45e3(0x24)](_0x55bc7a)};return _0x2c687c[_0x45e3(0x25)](_0x23e750,_0x103947),Object[_0x45e3(0x26)](_0x103947)[_0x45e3(0x27)](_0x32ec2c=>_0x32ec2c);},_0x55f67c=_0x304223=>{_0x2c687c[_0x45e3(0x28)](_0x2c687c['RMYgx'],_0x45e3(0x29))?(_0x2c687c['LSshz'](_0x1e7acf,_0x304223),_0x428dc7(_0x304223)):(_0x2c687c[_0x45e3(0x2a)](_0x1e09df,![]),_0x2c687c[_0x45e3(0x2b)](_0x422a69,_0x2c687c['eAzxz']));},_0x159298=async()=>{const _0x2c784e={'szmjg':function(_0x4cda66,_0x1c0dce){return _0x2c687c['WEmJw'](_0x4cda66,_0x1c0dce);},'TGYAa':function(_0x2544ea,_0x88bb13){return _0x2c687c['YvLAK'](_0x2544ea,_0x88bb13);},'taBRM':_0x2c687c[_0x45e3(0x2c)]};if(_0x2c687c[_0x45e3(0x28)](_0x2c687c[_0x45e3(0x2d)],_0x2c687c[_0x45e3(0x2d)])){if(!_0x2c687c[_0x45e3(0x2a)](_0x428dc7,_0x4db3b7)){_0x2c687c[_0x45e3(0x2e)](triggerHaptic,HapticType['ERROR']),Alert[_0x45e3(0x2f)](_0x2c687c['TqoCY'],_0x2c687c[_0x45e3(0x30)]);return;}_0x2c687c[_0x45e3(0x2a)](triggerHaptic,HapticType[_0x45e3(0x31)]),_0x2c687c['zWWBO'](_0x28b3e9,!![]);try{console[_0x45e3(0x32)](_0x2c687c[_0x45e3(0x33)]),_0x2c687c['jMIpg'](setTemporaryPin,_0x4db3b7),console[_0x45e3(0x32)](_0x45e3(0x34));if(_0x1f871f){_0x2c687c[_0x45e3(0x35)](_0x5af98b,_0x2c687c['zRHME']),console[_0x45e3(0x32)](_0x2c687c[_0x45e3(0x36)]);const _0x102e7c=await biometricPinService[_0x45e3(0x37)]();console[_0x45e3(0x32)](_0x2c687c[_0x45e3(0x38)],_0x102e7c);if(!_0x102e7c){console['error'](_0x2c687c['FKcKA']),_0x2c687c['SrYRZ'](_0x5af98b,_0x2c687c[_0x45e3(0x39)]),_0x2c687c[_0x45e3(0x21)](_0x28b3e9,![]);return;}console[_0x45e3(0x32)](_0x2c687c[_0x45e3(0x3a)]);const _0x3444b3=await biometricPinService[_0x45e3(0x3b)](_0x4db3b7);if(_0x3444b3){console[_0x45e3(0x32)](_0x2c687c[_0x45e3(0x3c)]);const _0x30f1d7=await biometricPinService[_0x45e3(0x3d)]();_0x30f1d7?_0x2c687c[_0x45e3(0x28)](_0x2c687c['pGMJF'],'YkTKo')?(console[_0x45e3(0x32)]('✅\x20PIN\x20storage\x20verified\x20-\x20proceeding\x20with\x20onboarding'),_0x5af98b(_0x2c687c[_0x45e3(0x3e)]),_0x2c687c[_0x45e3(0x3f)](triggerHaptic,HapticType[_0x45e3(0x40)]),_0x2c687c[_0x45e3(0x41)](setTimeout,()=>{const _0x93c42={'SYkqy':function(_0x1acd63,_0x5183ba){return _0x2c687c['LdhLp'](_0x1acd63,_0x5183ba);},'gzeEO':function(_0x552b82,_0x41b860){return _0x2c687c[_0x45e3(0x2b)](_0x552b82,_0x41b860);}};if(_0x2c687c[_0x45e3(0x42)](_0x2c687c[_0x45e3(0x43)],_0x2c687c[_0x45e3(0x43)])){const _0x4f7301={'length':_0x93c42['SYkqy'](_0x5ac1be[_0x45e3(0x23)],0x8),'uppercase':/[A-Z]/[_0x45e3(0x24)](_0x3786fd),'number':/[0-9]/['test'](_0x18af6e),'symbol':/[!@#$%^&*(),.?":{}|<>]/[_0x45e3(0x24)](_0x5a73c4)};return _0x93c42[_0x45e3(0x44)](_0xb0023e,_0x4f7301),_0x5a17a7[_0x45e3(0x26)](_0x4f7301)['every'](_0x2c085b=>_0x2c085b);}else _0x28b3e9(![]),_0x2c687c[_0x45e3(0x45)](_0x4f09e6,_0x4db3b7);},0x320)):(_0x2c784e[_0x45e3(0x46)](_0x246cca,![]),_0x2c784e[_0x45e3(0x46)](_0x2660ff,_0xcb70ca)):(console['error'](_0x45e3(0x47)),_0x2c687c[_0x45e3(0x48)](_0x5af98b,_0x2c687c['XiGjt']),_0x2c687c[_0x45e3(0x49)](_0x28b3e9,![]),_0x2c687c[_0x45e3(0x2a)](triggerHaptic,HapticType[_0x45e3(0x4a)]),Alert[_0x45e3(0x2f)](_0x45e3(0x4b),_0x45e3(0x4c),[{'text':'OK'}]));}else console['log']('⚠️\x20Face\x20ID\x20authentication\x20was\x20cancelled\x20or\x20failed'),_0x2c687c[_0x45e3(0x4d)](_0x5af98b,_0x2c687c['XiGjt']),_0x2c687c['UybJb'](triggerHaptic,HapticType[_0x45e3(0x4a)]),Alert[_0x45e3(0x2f)](_0x2c687c[_0x45e3(0x4e)],_0x2c687c[_0x45e3(0x4f)],[{'text':_0x45e3(0x50),'onPress':()=>{_0x2c784e['TGYAa'](_0x28b3e9,![]),_0x2c784e[_0x45e3(0x46)](_0x5af98b,_0x2c784e[_0x45e3(0x51)]);}},{'text':_0x2c687c['sDtJY'],'onPress':()=>{_0x2c687c[_0x45e3(0x25)](_0x28b3e9,![]),_0x2c687c[_0x45e3(0x52)](_0x4f09e6,_0x4db3b7);}}]);}else console[_0x45e3(0x32)](_0x2c687c[_0x45e3(0x53)]),_0x2c687c[_0x45e3(0x48)](_0x5af98b,_0x2c687c[_0x45e3(0x39)]),_0x2c687c[_0x45e3(0x25)](_0x28b3e9,![]),_0x2c687c['ZfmLQ'](_0x4f09e6,_0x4db3b7);}catch(_0x2a2593){console[_0x45e3(0xc)](_0x2c687c[_0x45e3(0x54)],_0x2a2593),_0x5af98b(_0x2c687c[_0x45e3(0x55)]),_0x2c687c[_0x45e3(0x56)](_0x28b3e9,![]),_0x2c687c[_0x45e3(0x45)](triggerHaptic,HapticType['ERROR']),Alert[_0x45e3(0x2f)]('PIN\x20Creation\x20Error',_0x2c687c[_0x45e3(0x57)],[{'text':'OK'}]);}}else _0x2c687c[_0x45e3(0x4d)](_0x3005bd,_0x4f2aa9[_0x45e3(0x31)]),_0x2554dc();},_0x4ed6c3=()=>{_0x2c687c[_0x45e3(0x58)](triggerHaptic,HapticType[_0x45e3(0x31)]),_0x2c687c['LkeEP'](_0x33d5a0);};useEffect(()=>{const _0x3e68a1={'lEJml':function(_0x1240aa,_0x332f78){return _0x2c687c['fgmcn'](_0x1240aa,_0x332f78);}},_0x56e915=async()=>{try{_0x2c687c[_0x45e3(0x59)](_0x5af98b,'checking');const _0x265413=await biometricPinService[_0x45e3(0x37)]();_0x2c687c['KeslB'](_0x4e8299,_0x265413),_0x2c687c[_0x45e3(0x58)](_0x5af98b,_0x265413?_0x2c687c[_0x45e3(0x2c)]:_0x45e3(0x5a)),console[_0x45e3(0x32)](_0x45e3(0x5b),_0x265413);}catch(_0x2e8e66){_0x2c687c['UgImM'](_0x2c687c[_0x45e3(0x5c)],_0x2c687c[_0x45e3(0x5d)])?(_0x45710d(_0x4fa30b),_0x3e68a1[_0x45e3(0x5e)](_0xeae755,_0x59c0b7)):(console[_0x45e3(0xc)]('❌\x20Error\x20checking\x20biometric\x20availability:',_0x2e8e66),_0x2c687c[_0x45e3(0x2e)](_0x4e8299,![]),_0x2c687c[_0x45e3(0x59)](_0x5af98b,_0x2c687c[_0x45e3(0x39)]));}};if(_0x37739e){if(_0x45e3(0x5f)!==_0x2c687c[_0x45e3(0x60)])_0x2c687c[_0x45e3(0x61)](_0x56e915);else{_0x2c687c[_0x45e3(0x56)](_0xe63dff,_0x5c66d5[_0x45e3(0x4a)]),Alert[_0x45e3(0x2f)](_0x2c687c[_0x45e3(0x62)],_0x2c687c['zdJwV']);return;}}},[_0x37739e]);const _0x22b6a1=Object[_0x45e3(0x26)](_0x2e8e51)['every'](_0x4c15f1=>_0x4c15f1);if(!_0x37739e)return null;return React[_0x45e3(0x63)](View,{'style':styles[_0x45e3(0x64)]},React[_0x45e3(0x63)](View,{'style':styles[_0x45e3(0x65)]},React['createElement'](Text,{'style':styles[_0x45e3(0x66)]},_0x45e3(0x67)),React[_0x45e3(0x63)](Text,{'style':styles['subtitle']},_0x2c687c[_0x45e3(0x68)])),React[_0x45e3(0x63)](View,{'style':styles[_0x45e3(0x69)]},React[_0x45e3(0x63)](TextInput,{'style':styles[_0x45e3(0x6a)],'value':_0x4db3b7,'onChangeText':_0x55f67c,'placeholder':_0x2c687c[_0x45e3(0x6b)],'secureTextEntry':!![],'autoFocus':!![],'maxLength':0x14})),React[_0x45e3(0x63)](View,{'style':styles['requirementsContainer']},React[_0x45e3(0x63)](Text,{'style':styles['requirementsTitle']},_0x2c687c[_0x45e3(0x6c)]),React['createElement'](View,{'style':styles[_0x45e3(0x6d)]},React[_0x45e3(0x63)](View,{'style':[styles[_0x45e3(0x6e)],_0x2e8e51[_0x45e3(0x23)]&&styles['checkboxChecked']]},_0x2e8e51[_0x45e3(0x23)]&&React[_0x45e3(0x63)](Text,{'style':styles[_0x45e3(0x6f)]},'✓')),React[_0x45e3(0x63)](Text,{'style':[styles[_0x45e3(0x70)],_0x2e8e51[_0x45e3(0x23)]&&styles[_0x45e3(0x71)]]},_0x2c687c[_0x45e3(0x72)])),React['createElement'](View,{'style':styles[_0x45e3(0x6d)]},React[_0x45e3(0x63)](View,{'style':[styles['checkbox'],_0x2e8e51[_0x45e3(0x73)]&&styles['checkboxChecked']]},_0x2e8e51[_0x45e3(0x73)]&&React[_0x45e3(0x63)](Text,{'style':styles['checkmark']},'✓')),React['createElement'](Text,{'style':[styles[_0x45e3(0x70)],_0x2e8e51[_0x45e3(0x73)]&&styles['requirementTextMet']]},_0x2c687c['mYzfW'])),React[_0x45e3(0x63)](View,{'style':styles[_0x45e3(0x6d)]},React[_0x45e3(0x63)](View,{'style':[styles[_0x45e3(0x6e)],_0x2e8e51[_0x45e3(0x74)]&&styles['checkboxChecked']]},_0x2e8e51['number']&&React[_0x45e3(0x63)](Text,{'style':styles[_0x45e3(0x6f)]},'✓')),React[_0x45e3(0x63)](Text,{'style':[styles['requirementText'],_0x2e8e51[_0x45e3(0x74)]&&styles['requirementTextMet']]},_0x45e3(0x75))),React[_0x45e3(0x63)](View,{'style':styles[_0x45e3(0x6d)]},React['createElement'](View,{'style':[styles['checkbox'],_0x2e8e51[_0x45e3(0x76)]&&styles[_0x45e3(0x77)]]},_0x2e8e51[_0x45e3(0x76)]&&React[_0x45e3(0x63)](Text,{'style':styles[_0x45e3(0x6f)]},'✓')),React['createElement'](Text,{'style':[styles[_0x45e3(0x70)],_0x2e8e51['symbol']&&styles[_0x45e3(0x71)]]},_0x2c687c['WSZPp']))),React[_0x45e3(0x63)](View,{'style':[styles[_0x45e3(0x78)],_0x2c687c['Omisx'](_0x311807,_0x2c687c[_0x45e3(0x3e)])&&styles[_0x45e3(0x79)],_0x2c687c[_0x45e3(0x28)](_0x311807,_0x2c687c['XiGjt'])&&styles[_0x45e3(0x7a)]]},React[_0x45e3(0x63)](View,{'style':styles[_0x45e3(0x7b)]},_0x311807===_0x2c687c[_0x45e3(0x7c)]&&React[_0x45e3(0x63)](ActivityIndicator,{'size':_0x45e3(0x7d),'color':COLORS[_0x45e3(0x7e)]}),_0x2c687c[_0x45e3(0x7f)](_0x311807,_0x2c687c['zRHME'])&&React[_0x45e3(0x63)](ActivityIndicator,{'size':_0x2c687c[_0x45e3(0x80)],'color':_0x2c687c[_0x45e3(0x81)]}),_0x311807==='available'&&React[_0x45e3(0x63)](Text,{'style':styles[_0x45e3(0x82)]},'🔐'),_0x311807===_0x2c687c[_0x45e3(0x39)]&&React[_0x45e3(0x63)](Text,{'style':styles[_0x45e3(0x82)]},'⚠️'),_0x2c687c[_0x45e3(0x83)](_0x311807,_0x2c687c['mKgzx'])&&React['createElement'](Text,{'style':styles[_0x45e3(0x82)]},'✅'),_0x2c687c[_0x45e3(0x7f)](_0x311807,_0x2c687c['XiGjt'])&&React[_0x45e3(0x63)](Text,{'style':styles['securityIcon']},'❌')),React[_0x45e3(0x63)](View,{'style':styles[_0x45e3(0x84)]},React[_0x45e3(0x63)](Text,{'style':styles[_0x45e3(0x85)]},_0x2c687c[_0x45e3(0x28)](_0x311807,_0x2c687c[_0x45e3(0x7c)])&&_0x2c687c[_0x45e3(0x86)],_0x2c687c['UgImM'](_0x311807,_0x2c687c['eAzxz'])&&_0x2c687c[_0x45e3(0x87)],_0x2c687c[_0x45e3(0x88)](_0x311807,_0x2c687c['hzQeP'])&&_0x2c687c[_0x45e3(0x89)],_0x2c687c[_0x45e3(0x8a)](_0x311807,_0x2c687c[_0x45e3(0x8b)])&&_0x2c687c[_0x45e3(0x8c)],_0x2c687c[_0x45e3(0x8d)](_0x311807,_0x2c687c['mKgzx'])&&_0x2c687c[_0x45e3(0x8e)],_0x2c687c[_0x45e3(0x8a)](_0x311807,_0x45e3(0xc))&&_0x2c687c[_0x45e3(0x8f)]),React[_0x45e3(0x63)](Text,{'style':styles['securityDescription']},_0x311807===_0x2c687c[_0x45e3(0x7c)]&&'Verifying\x20Face\x20ID\x20availability\x20on\x20your\x20device.',_0x2c687c['NzqVm'](_0x311807,_0x2c687c[_0x45e3(0x2c)])&&_0x2c687c[_0x45e3(0x90)],_0x2c687c[_0x45e3(0x83)](_0x311807,_0x2c687c[_0x45e3(0x39)])&&_0x2c687c[_0x45e3(0x91)],_0x2c687c[_0x45e3(0x88)](_0x311807,_0x45e3(0x6))&&_0x2c687c['sBdpi'],_0x2c687c[_0x45e3(0x83)](_0x311807,_0x2c687c[_0x45e3(0x3e)])&&_0x2c687c[_0x45e3(0x92)],_0x2c687c[_0x45e3(0x93)](_0x311807,_0x2c687c[_0x45e3(0x55)])&&_0x2c687c[_0x45e3(0x94)]))),React[_0x45e3(0x63)](View,{'style':styles[_0x45e3(0x95)]},React[_0x45e3(0x63)](TouchableOpacity,{'style':[styles[_0x45e3(0x96)],_0x22b6a1&&styles[_0x45e3(0x97)]],'onPress':_0x159298,'disabled':_0x2c687c[_0x45e3(0x98)](!_0x22b6a1,_0x4db090)},_0x4db090?React['createElement'](ActivityIndicator,{'size':_0x45e3(0x7d),'color':_0x2c687c[_0x45e3(0x99)]}):React[_0x45e3(0x63)](Text,{'style':[styles['continueButtonText'],_0x22b6a1&&styles['continueButtonTextActive']]},_0x2c687c['DSTBd']))));},styles=StyleSheet[_0x45e3(0x9a)]({'container':{'flex':0x1,'backgroundColor':COLORS[_0x45e3(0x9b)],'paddingHorizontal':0x18,'paddingTop':0x28},'titleContainer':{'alignItems':'center','marginBottom':0x18,'paddingTop':0x0,'marginTop':0x0},'title':{'fontSize':0x18,'fontWeight':_0x45e3(0x9c),'color':COLORS[_0x45e3(0x9d)],'marginBottom':0x8,'fontFamily':_0x45e3(0x9e)},'subtitle':{'fontSize':0x10,'color':COLORS[_0x45e3(0x7e)],'lineHeight':0x18,'fontFamily':_0x45e3(0x9f)},'pinContainer':{'marginBottom':0x20},'pinInput':{'backgroundColor':_0x45e3(0xa0),'borderRadius':0xc,'paddingVertical':0x10,'paddingHorizontal':0x10,'fontSize':0x10,'fontFamily':'Inter','borderWidth':0x1,'borderColor':'#E5E5E5'},'requirementsContainer':{'marginBottom':0x20},'requirementsTitle':{'fontSize':0x10,'fontWeight':_0x45e3(0xa1),'color':COLORS['grey800'],'marginBottom':0x10,'fontFamily':_0x45e3(0x9f)},'requirementItem':{'flexDirection':_0x45e3(0xa2),'alignItems':_0x45e3(0xa3),'marginBottom':0xc},'checkbox':{'width':0x14,'height':0x14,'borderRadius':0xa,'borderWidth':0x2,'borderColor':_0x45e3(0xa4),'marginRight':0xc,'alignItems':_0x45e3(0xa3),'justifyContent':'center'},'checkboxChecked':{'borderColor':_0x45e3(0xa5),'backgroundColor':_0x45e3(0xa5)},'checkmark':{'color':_0x45e3(0xa6),'fontSize':0xc,'fontWeight':_0x45e3(0xa7)},'requirementText':{'fontSize':0xe,'color':COLORS[_0x45e3(0x7e)],'fontFamily':_0x45e3(0x9f),'flex':0x1},'requirementTextMet':{'color':COLORS[_0x45e3(0x9d)]},'securityCard':{'backgroundColor':_0x45e3(0xa0),'borderRadius':0xc,'padding':0x10,'flexDirection':_0x45e3(0xa2),'alignItems':_0x45e3(0xa3),'marginBottom':0x18,'borderWidth':0x1,'borderColor':'#E5E5E5'},'securityCardSuccess':{'backgroundColor':_0x45e3(0xa8),'borderColor':_0x45e3(0xa9)},'securityCardError':{'backgroundColor':_0x45e3(0xaa),'borderColor':'#EF4444'},'securityIconContainer':{'marginRight':0xc},'securityIcon':{'fontSize':0x18},'securityTextContainer':{'flex':0x1},'securityTitle':{'fontSize':0xe,'fontWeight':_0x45e3(0xa1),'color':COLORS[_0x45e3(0x9d)],'marginBottom':0x4,'fontFamily':_0x45e3(0x9f)},'securityDescription':{'fontSize':0xd,'color':COLORS[_0x45e3(0x7e)],'lineHeight':0x12,'fontFamily':_0x45e3(0x9f)},'buttonContainer':{'marginTop':_0x45e3(0xab),'paddingBottom':0x22},'continueButton':{'backgroundColor':_0x45e3(0xa4),'borderRadius':0x19,'paddingVertical':0x10,'alignItems':_0x45e3(0xa3),'justifyContent':_0x45e3(0xa3)},'continueButtonActive':{'backgroundColor':'#2D3436'},'continueButtonText':{'fontSize':0x10,'fontWeight':_0x45e3(0xa1),'color':_0x45e3(0xac),'fontFamily':_0x45e3(0x9f)},'continueButtonTextActive':{'color':'#FFFFFF'}});export{PinCreationScreen};export default PinCreationScreen;
@@ -1 +1 @@
1
- import React,{useState,useCallback}from'react';function _0x3bf0(){const _0x2f8750=['window','Training\x20is\x20starting\x20in\x20the\x20background...','PIN\x20must\x20include\x20a\x20special\x20character','PIN\x20must\x20include\x20a\x20number','biometric-failed','YPzEr','authenticating','QlTjX','DvRBu','HBcRu','storage-error','umIwn','vMYtS','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','IRkvn','FmJtg','DWJnn','This\x20device\x20does\x20not\x20support\x20Face\x20ID\x20or\x20Touch\x20ID.\x20Please\x20enable\x20biometric\x20authentication\x20in\x20your\x20device\x20settings\x20to\x20secure\x20your\x20PIN.','Your\x20PIN\x20will\x20be\x20securely\x20stored\x20locally\x20on\x20your\x20device\x20using\x20biometric\x20authentication\x20(Face\x20ID\x20or\x20Touch\x20ID)\x20for\x20enhanced\x20security.','small','#007AFF','e.g.\x20MyPin123!','none','done','👁️','👁️‍🗨️','•\x20At\x20least\x20','\x20characters','Try\x20Again','Continue\x20Without\x20Biometric','Back','Authenticating...','Continue','gAjZc','eoCSB','VWoiG','useEffect','UhnpW','mAgwN','oAzAE','log','BlDSS','OwiJH','vGcig','LhRRj','rpQdm','length','PIN\x20must\x20be\x20at\x20least\x20','test','qKcNM','KuUBw','YSgnr','DhuRa','CHNqw','fScah','oHTCx','lQcUq','MhcAQ','isBiometricAvailable','DHLMD','lRPGh','pXgif','storePinWithBiometric','XGEmQ','IYJQE','QObHX','XRBCt','isPinStored','GInmi','VFFNi','nNSDL','sJock','sajXS','frviD','SyCnA','FDoAR','aNEvj','CqIAn','AGqYC','hJdpk','PrFHL','myVil','odBaD','SIarB','UmJOx','SRRYQ','Please\x20complete\x20biometric\x20authentication\x20to\x20secure\x20your\x20PIN.','Secure\x20PIN\x20Storage','nhewj','AGMvz','CwZef','ZfCTF','VPqcF','zBDnN','qXIBd','QwYjl','PEcJU','mmfdB','KCmMp','vNJje','fSats','PhMrr','LzVGX','oHwHD','wxJjO','iRNuc','Biometric\x20Authentication\x20Failed','lYeDU','fnKAA','container','createElement','inputSection','title','Create\x20a\x20PIN','subtitle','A\x20PIN\x20so\x20only\x20you\x20have\x20access\x20to\x20your\x20data','backgroundProgressContainer','backgroundProgressText','backgroundProgressIndicator','YpmFw','inputContainer','input','default','uoEYj','dismiss','towDT','jWDeP','requirements','QzquA','requirement','esXqh','requirementMet','•\x20Include\x20a\x20special\x20character','tdbnu','type','infoContainerInfo','Heaad','infoTitle','infoTitleWarning','WkhKI','infoTitleError','infoMessage','infoMessageInfo','infoMessageWarning','FMlNS','infoMessageError','message','showActions','infoActions','infoActionButton','infoActionButtonText','qONFC','infoActionButtonSecondary','infoActionButtonSecondaryText','EfzLT','cancelButtonText','xKFWg','submitButton','submitButtonDisabled','submitButtonText','YpCvF','aHlzX','#fff','flex-start','space-between','#333','center','#666','row','#CCCCCC','#E3F2FD','#2196F3','#FFF3E0','#FF9800','#FFEBEE','600','#1976D2','#F57C00','#D32F2F','#E65100','#C62828','transparent','#FF3B30','#eee','#000000'];_0x3bf0=function(){return _0x2f8750;};return _0x3bf0();}import{View,Text,StyleSheet,TextInput,TouchableOpacity,Dimensions,Keyboard,ActivityIndicator}from'react-native';import{biometricPinService}from'../services/biometricPinService';const {width}=Dimensions['get'](_0x47a9(0x0));function _0x47a9(_0x3bf0f2,_0x47a9b4){_0x3bf0f2=_0x3bf0f2-0x0;const _0x5efe57=_0x3bf0();let _0x334548=_0x5efe57[_0x3bf0f2];return _0x334548;}export const PinInput=({onSubmit:_0x258d73,minLength:minLength=0x8,requireSpecialChar:requireSpecialChar=!![],requireNumber:requireNumber=!![],onBack:_0x2bef22,enableBiometricStorage:enableBiometricStorage=!![],onBackgroundTrainingStart:_0x39eae5,showBackgroundProgress:showBackgroundProgress=![],backgroundProgressText:backgroundProgressText=_0x47a9(0x1)})=>{const _0x5ed8c1={'UhnpW':function(_0x4fe75a,_0x2522f5){return _0x4fe75a(_0x2522f5);},'myVil':function(_0x1b3eef,_0x79260c){return _0x1b3eef(_0x79260c);},'mAgwN':function(_0x3c4a07,_0x308fbd){return _0x3c4a07!==_0x308fbd;},'OwiJH':function(_0x428467,_0x2257fd){return _0x428467&&_0x2257fd;},'DhuRa':_0x47a9(0x2),'CHNqw':_0x47a9(0x3),'rpQdm':function(_0x308d84,_0x5b5857){return _0x308d84<_0x5b5857;},'qKcNM':function(_0x237e4f,_0x595070){return _0x237e4f===_0x595070;},'YSgnr':'KuUBw','pXgif':function(_0x2c39c1,_0x46ae02){return _0x2c39c1(_0x46ae02);},'eQNYU':function(_0x3b7f53,_0x355482){return _0x3b7f53(_0x355482);},'IYJQE':function(_0xed4a1,_0x343998){return _0xed4a1(_0x343998);},'QObHX':function(_0x2aedb7,_0x984151){return _0x2aedb7(_0x984151);},'eoCSB':'default','XRBCt':function(_0x4b216f,_0x55a386){return _0x4b216f(_0x55a386);},'fScah':function(_0x286b1c){return _0x286b1c();},'aNEvj':function(_0x5006d4,_0x405a30){return _0x5006d4(_0x405a30);},'lRPGh':'biometric-unavailable','CqIAn':_0x47a9(0x4),'oHTCx':_0x47a9(0x5),'lQcUq':function(_0x297f98,_0x39c436){return _0x297f98(_0x39c436);},'MhcAQ':_0x47a9(0x6),'DHLMD':_0x47a9(0x7),'XGEmQ':_0x47a9(0x8),'GInmi':function(_0x32e7bb,_0xca5b88){return _0x32e7bb(_0xca5b88);},'VFFNi':_0x47a9(0x9),'AGqYC':_0x47a9(0xa),'sJock':function(_0x1f4b6d,_0x24b61c){return _0x1f4b6d!==_0x24b61c;},'sajXS':_0x47a9(0xb),'hJdpk':_0x47a9(0xc),'PrFHL':function(_0x53a95d,_0x2d818e){return _0x53a95d(_0x2d818e);},'wxJjO':'Biometric\x20Authentication\x20Not\x20Available','odBaD':_0x47a9(0xd),'KAIPC':_0x47a9(0xe),'SIarB':'Storage\x20Error','UmJOx':_0x47a9(0xf),'SRRYQ':_0x47a9(0x10),'nhewj':function(_0x2fdd9b,_0x323845){return _0x2fdd9b!==_0x323845;},'AGMvz':_0x47a9(0x11),'PhMrr':_0x47a9(0x12),'LzVGX':_0x47a9(0x13),'iRNuc':_0x47a9(0x14),'lYeDU':'info','fnKAA':_0x47a9(0x15),'gAjZc':function(_0x1569ec,_0x4c5d0d){return _0x1569ec(_0x4c5d0d);},'YYfwE':function(_0x2237eb,_0x196185){return _0x2237eb(_0x196185);},'atcQW':function(_0x14eb63,_0x28032e){return _0x14eb63(_0x28032e);},'TWYFQ':function(_0x215790,_0x2ead02){return _0x215790(_0x2ead02);},'VWoiG':function(_0x22b79d,_0x3c5bf7){return _0x22b79d(_0x3c5bf7);},'LhRRj':function(_0x11eccb,_0x4920bd,_0x2f118b){return _0x11eccb(_0x4920bd,_0x2f118b);},'jgcTX':_0x47a9(0x16),'YpmFw':_0x47a9(0x17),'IevVG':_0x47a9(0x18),'HdDPB':_0x47a9(0x19),'uoEYj':_0x47a9(0x1a),'towDT':_0x47a9(0x1b),'jWDeP':_0x47a9(0x1c),'QzquA':'PIN\x20Requirements:','esXqh':function(_0x290829,_0x3fbd14){return _0x290829>=_0x3fbd14;},'tMTwG':_0x47a9(0x1d),'qZnrX':_0x47a9(0x1e),'tdbnu':'•\x20Include\x20a\x20number','Heaad':function(_0x57a3f3,_0x4d0ec5){return _0x57a3f3===_0x4d0ec5;},'WkhKI':function(_0x2a8a81,_0x4a8098){return _0x2a8a81===_0x4a8098;},'FMlNS':function(_0x4bef76,_0x48acb7){return _0x4bef76===_0x48acb7;},'qONFC':_0x47a9(0x1f),'EfzLT':_0x47a9(0x20),'xKFWg':_0x47a9(0x21),'VDkAB':function(_0x19b8a4,_0x5818b9){return _0x19b8a4||_0x5818b9;},'yjzGW':function(_0x340f55,_0x5a7a0d){return _0x340f55(_0x5a7a0d);},'YpCvF':_0x47a9(0x22),'aHlzX':_0x47a9(0x23)},[_0x4ff092,_0x3651c9]=_0x5ed8c1['XRBCt'](useState,''),[_0x268398,_0x52b85d]=_0x5ed8c1[_0x47a9(0x24)](useState,null),[_0x42b066,_0x3eda7b]=_0x5ed8c1['YYfwE'](useState,![]),[_0x48e794,_0x2717b1]=_0x5ed8c1['atcQW'](useState,![]),[_0x4f0b03,_0x2fe6e3]=_0x5ed8c1['TWYFQ'](useState,_0x5ed8c1[_0x47a9(0x25)]),[_0x14bfcd,_0x4f93ec]=_0x5ed8c1[_0x47a9(0x26)](useState,![]);React[_0x47a9(0x27)](()=>{const _0x10d6b9={'BlDSS':function(_0x353d46,_0x196568){return _0x5ed8c1[_0x47a9(0x28)](_0x353d46,_0x196568);},'vGcig':function(_0xff4399,_0x270c94){return _0x5ed8c1['myVil'](_0xff4399,_0x270c94);}};if(_0x5ed8c1[_0x47a9(0x29)](_0x47a9(0x2a),'oAzAE')){_0x523ab8[_0x47a9(0x2b)]('\u274C [PIN INPUT] Validation failed:',_0x12b013),_0x10d6b9[_0x47a9(0x2c)](_0x22c445,_0x3f05e4);return;}else _0x5ed8c1[_0x47a9(0x2d)](_0x39eae5,!_0x14bfcd)&&showBackgroundProgress&&(console['log']('\uD83D\uDE80 [PIN INPUT] Background training explicitly requested...'),_0x4f93ec(!![]),_0x39eae5()['catch'](_0x593636=>{console[_0x47a9(0x10)]('\u274C [PIN INPUT] Background training failed:',_0x593636),_0x10d6b9[_0x47a9(0x2e)](_0x4f93ec,![]);}));},[_0x39eae5,_0x14bfcd,showBackgroundProgress]);const _0x1a16d8=_0x5ed8c1[_0x47a9(0x2f)](useCallback,_0x4fdc54=>{if(_0x5ed8c1[_0x47a9(0x30)](_0x4fdc54[_0x47a9(0x31)],minLength))return _0x47a9(0x32)+minLength+_0x47a9(0x1e);if(requireSpecialChar&&!/[!@#$%^&*(),.?":{}|<>]/[_0x47a9(0x33)](_0x4fdc54)){if(_0x5ed8c1[_0x47a9(0x34)](_0x47a9(0x35),_0x5ed8c1[_0x47a9(0x36)]))return _0x5ed8c1[_0x47a9(0x37)];else{if(_0x8a368['length']<_0x23ca97)return _0x47a9(0x32)+_0x1e2969+_0x47a9(0x1e);if(_0x485b14&&!/[!@#$%^&*(),.?":{}|<>]/[_0x47a9(0x33)](_0xad8379))return _0x5ed8c1[_0x47a9(0x37)];if(_0x3f6544&&!/\d/['test'](_0x3a58c0))return _0x5ed8c1[_0x47a9(0x38)];return null;}}if(requireNumber&&!/\d/[_0x47a9(0x33)](_0x4fdc54))return _0x47a9(0x3);return null;},[minLength,requireSpecialChar,requireNumber]),_0xb35268=_0x5ed8c1[_0x47a9(0x2f)](useCallback,async()=>{const _0x5220bd={'frviD':function(_0x14358d,_0x14525e){return _0x14358d(_0x14525e);},'SyCnA':_0x5ed8c1[_0x47a9(0x25)],'FDoAR':function(_0x39e89c){return _0x5ed8c1[_0x47a9(0x39)](_0x39e89c);}};console[_0x47a9(0x2b)]('\uD83D\uDD0D [PIN INPUT] handleSubmit called with PIN length:',_0x4ff092[_0x47a9(0x31)]);const _0x507901=_0x1a16d8(_0x4ff092);if(_0x507901){console['log']('\u274C [PIN INPUT] Validation failed:',_0x507901),_0x5ed8c1['myVil'](_0x52b85d,_0x507901);return;}console[_0x47a9(0x2b)]('\u2705 [PIN INPUT] PIN validation passed');if(enableBiometricStorage){if(_0x5ed8c1[_0x47a9(0x34)](_0x5ed8c1[_0x47a9(0x3a)],_0x5ed8c1[_0x47a9(0x3a)])){console[_0x47a9(0x2b)]('\uD83D\uDD10 [PIN INPUT] Biometric storage enabled, starting biometric flow...'),_0x2717b1(!![]),_0x5ed8c1[_0x47a9(0x3b)](_0x2fe6e3,_0x5ed8c1[_0x47a9(0x3c)]);try{const _0x144dab=await biometricPinService[_0x47a9(0x3d)]();console[_0x47a9(0x2b)]('\uD83D\uDCF1 [PIN INPUT] Biometric available:',_0x144dab);if(!_0x144dab){if(_0x5ed8c1[_0x47a9(0x3e)]===_0x5ed8c1[_0x47a9(0x3e)]){console[_0x47a9(0x10)]('\u274C [PIN INPUT] Face ID not available on this device'),_0x2fe6e3(_0x5ed8c1[_0x47a9(0x3f)]),_0x2717b1(![]);return;}else _0x53ef12[_0x47a9(0x10)]('\u274C [PIN INPUT] Error handling biometric PIN storage:',_0x3cc663),_0x5ed8c1[_0x47a9(0x28)](_0x397a15,_0x47a9(0xa)),_0x5ed8c1[_0x47a9(0x40)](_0x57d8b7,![]);}console[_0x47a9(0x2b)]('\uD83D\uDD10 [PIN INPUT] Triggering biometric authentication for PIN storage...');const _0x232ac2=await biometricPinService[_0x47a9(0x41)](_0x4ff092);if(_0x232ac2){if(_0x5ed8c1[_0x47a9(0x29)](_0x5ed8c1[_0x47a9(0x42)],_0x5ed8c1[_0x47a9(0x42)]))_0x5ed8c1['eQNYU'](_0x4735fc,_0x673704),_0x5ed8c1[_0x47a9(0x43)](_0x46fc3a,null),_0x5ed8c1[_0x47a9(0x44)](_0x1f886f,_0x5ed8c1[_0x47a9(0x25)]),_0x25984f[_0x47a9(0x2b)]('\uD83D\uDD0D [PIN INPUT] PIN changed:',{'length':_0x26652b[_0x47a9(0x31)],'hasSpecialChar':/[!@#$%^&*(),.?":{}|<>]/[_0x47a9(0x33)](_0x3212e1),'hasNumber':/\d/[_0x47a9(0x33)](_0x460481),'isValid':!_0x5ed8c1[_0x47a9(0x45)](_0x3a821e,_0x37d898)});else{console[_0x47a9(0x2b)]('\u2705 [PIN INPUT] PIN stored successfully with biometric protection');const _0x24a809=await biometricPinService[_0x47a9(0x46)]();if(_0x24a809)console[_0x47a9(0x2b)]('\u2705 [PIN INPUT] PIN storage verified - proceeding with onboarding'),_0x5ed8c1[_0x47a9(0x47)](_0x258d73,_0x4ff092);else{if(_0x5ed8c1[_0x47a9(0x48)]!==_0x5ed8c1[_0x47a9(0x48)]){const _0x3b06f2={'nNSDL':function(_0x4aa2bd,_0x4c9983){return _0x4aa2bd(_0x4c9983);}};_0x3d2b4f[_0x47a9(0x2b)]('\uD83D\uDE80 [PIN INPUT] Background training explicitly requested...'),_0x5ed8c1[_0x47a9(0x28)](_0x1aae80,!![]),_0x5ed8c1['fScah'](_0x3cc020)['catch'](_0x1282f3=>{_0x172b63[_0x47a9(0x10)]('\u274C [PIN INPUT] Background training failed:',_0x1282f3),_0x3b06f2[_0x47a9(0x49)](_0x22a619,![]);});}else console[_0x47a9(0x10)]('\u274C [PIN INPUT] PIN storage verification failed'),_0x2fe6e3(_0x5ed8c1['AGqYC']),_0x2717b1(![]);}}}else _0x5ed8c1[_0x47a9(0x4a)](_0x5ed8c1['sajXS'],_0x5ed8c1[_0x47a9(0x4b)])?(_0x5220bd[_0x47a9(0x4c)](_0x46d867,_0x5220bd[_0x47a9(0x4d)]),_0x5220bd[_0x47a9(0x4e)](_0x46785c)):(console['warn']('\u26A0️ [PIN INPUT] Biometric authentication failed or was cancelled'),_0x5ed8c1[_0x47a9(0x4f)](_0x2fe6e3,_0x5ed8c1[_0x47a9(0x50)]),_0x2717b1(![]));}catch(_0x371716){console[_0x47a9(0x10)]('\u274C [PIN INPUT] Error handling biometric PIN storage:',_0x371716),_0x5ed8c1['lQcUq'](_0x2fe6e3,_0x5ed8c1[_0x47a9(0x51)]),_0x2717b1(![]);}}else{_0x2cdbc2[_0x47a9(0x10)]('\u274C [PIN INPUT] Face ID not available on this device'),_0x5ed8c1['aNEvj'](_0x2fd037,_0x5ed8c1['lRPGh']),_0x5ed8c1[_0x47a9(0x44)](_0x879f3a,![]);return;}}else _0x5ed8c1[_0x47a9(0x34)](_0x47a9(0xc),_0x5ed8c1[_0x47a9(0x52)])?(console[_0x47a9(0x2b)]('\uD83D\uDD10 [PIN INPUT] Biometric storage disabled, proceeding normally'),_0x5ed8c1[_0x47a9(0x53)](_0x258d73,_0x4ff092)):(_0xd53529['warn']('\u26A0️ [PIN INPUT] Biometric authentication failed or was cancelled'),_0x8a2644(_0x5ed8c1['CqIAn']),_0x5ed8c1[_0x47a9(0x45)](_0xed10d,![]));},[_0x4ff092,_0x1a16d8,_0x258d73,enableBiometricStorage]),_0x17c2dd=useCallback(_0x2886bb=>{_0x5ed8c1[_0x47a9(0x54)](_0x3651c9,_0x2886bb),_0x5ed8c1[_0x47a9(0x44)](_0x52b85d,null),_0x5ed8c1[_0x47a9(0x40)](_0x2fe6e3,_0x5ed8c1[_0x47a9(0x25)]),console[_0x47a9(0x2b)]('\uD83D\uDD0D [PIN INPUT] PIN changed:',{'length':_0x2886bb[_0x47a9(0x31)],'hasSpecialChar':/[!@#$%^&*(),.?":{}|<>]/[_0x47a9(0x33)](_0x2886bb),'hasNumber':/\d/['test'](_0x2886bb),'isValid':!_0x5ed8c1[_0x47a9(0x43)](_0x1a16d8,_0x2886bb)});},[_0x1a16d8]),_0x43ecde=useCallback(()=>{const _0x227aed={'ZfCTF':_0x5ed8c1[_0x47a9(0x3f)],'VPqcF':_0x5ed8c1['wxJjO'],'zBDnN':_0x47a9(0x14),'QwYjl':_0x5ed8c1[_0x47a9(0x55)],'qXIBd':_0x47a9(0x4),'jQDpG':_0x5ed8c1['KAIPC'],'gGjUi':_0x47a9(0xa),'PEcJU':_0x5ed8c1[_0x47a9(0x56)],'mmfdB':_0x5ed8c1[_0x47a9(0x57)],'KCmMp':_0x5ed8c1[_0x47a9(0x58)],'yynZG':_0x5ed8c1[_0x47a9(0x3c)],'vNJje':_0x47a9(0x59),'eNmCA':_0x47a9(0x5a),'fSats':'info'};if(_0x5ed8c1[_0x47a9(0x5b)](_0x5ed8c1[_0x47a9(0x5c)],_0x47a9(0x5d)))console['warn']('\u26A0️ [PIN INPUT] User chose to continue without biometric security'),_0x258d73(_0x4ff092);else switch(_0x4bfcfd){case _0x227aed[_0x47a9(0x5e)]:return{'title':_0x227aed[_0x47a9(0x5f)],'message':_0x227aed[_0x47a9(0x60)],'type':_0x227aed['QwYjl'],'showActions':!![]};case _0x227aed[_0x47a9(0x61)]:return{'title':'Biometric\x20Authentication\x20Failed','message':_0x227aed['jQDpG'],'type':_0x227aed[_0x47a9(0x62)],'showActions':!![]};case _0x227aed['gGjUi']:return{'title':_0x227aed[_0x47a9(0x63)],'message':_0x227aed[_0x47a9(0x64)],'type':_0x227aed[_0x47a9(0x65)],'showActions':!![]};case _0x227aed['yynZG']:return{'title':_0x47a9(0x22),'message':_0x227aed[_0x47a9(0x66)],'type':'info','showActions':![]};default:return{'title':_0x227aed['eNmCA'],'message':_0x47a9(0x15),'type':_0x227aed[_0x47a9(0x67)],'showActions':![]};}},[_0x4ff092,_0x258d73]),_0x17233b=_0x5ed8c1[_0x47a9(0x2f)](useCallback,()=>{const _0x3abac5={'oHwHD':_0x47a9(0x3)};if(_0x5ed8c1[_0x47a9(0x34)](_0x5ed8c1[_0x47a9(0x68)],_0x5ed8c1[_0x47a9(0x69)]))return _0x3abac5[_0x47a9(0x6a)];else _0x2fe6e3(_0x5ed8c1[_0x47a9(0x25)]),_0xb35268();},[_0xb35268]),_0x557f61=()=>{switch(_0x4f0b03){case _0x5ed8c1[_0x47a9(0x3f)]:return{'title':_0x5ed8c1[_0x47a9(0x6b)],'message':_0x5ed8c1[_0x47a9(0x6c)],'type':_0x5ed8c1[_0x47a9(0x55)],'showActions':!![]};case _0x5ed8c1[_0x47a9(0x50)]:return{'title':_0x47a9(0x6d),'message':'Biometric\x20authentication\x20was\x20cancelled\x20or\x20failed.\x20Your\x20PIN\x20needs\x20to\x20be\x20secured\x20with\x20biometric\x20authentication\x20to\x20proceed.','type':_0x5ed8c1[_0x47a9(0x55)],'showActions':!![]};case _0x47a9(0xa):return{'title':_0x5ed8c1[_0x47a9(0x56)],'message':_0x47a9(0xf),'type':_0x5ed8c1['SRRYQ'],'showActions':!![]};case _0x5ed8c1[_0x47a9(0x3c)]:return{'title':_0x47a9(0x22),'message':_0x47a9(0x59),'type':_0x5ed8c1[_0x47a9(0x6e)],'showActions':![]};default:return{'title':_0x47a9(0x5a),'message':_0x5ed8c1[_0x47a9(0x6f)],'type':_0x5ed8c1[_0x47a9(0x6e)],'showActions':![]};}},_0x5b4ae1=_0x557f61();return React['createElement'](View,{'style':styles[_0x47a9(0x70)]},React[_0x47a9(0x71)](View,{'style':styles[_0x47a9(0x72)]},React[_0x47a9(0x71)](View,{'style':styles['header']},_0x2bef22&&React[_0x47a9(0x71)](TouchableOpacity,{'style':styles['backButton'],'onPress':_0x2bef22},React[_0x47a9(0x71)](Text,{'style':{'fontSize':0x18}},'←')),React[_0x47a9(0x71)](Text,{'style':styles[_0x47a9(0x73)]},_0x47a9(0x74))),React[_0x47a9(0x71)](Text,{'style':styles[_0x47a9(0x75)]},_0x47a9(0x76)),_0x5ed8c1[_0x47a9(0x2d)](showBackgroundProgress,_0x14bfcd)&&React['createElement'](View,{'style':styles[_0x47a9(0x77)]},React[_0x47a9(0x71)](Text,{'style':styles[_0x47a9(0x78)]},backgroundProgressText),React[_0x47a9(0x71)](View,{'style':styles[_0x47a9(0x79)]},React[_0x47a9(0x71)](ActivityIndicator,{'size':_0x5ed8c1['jgcTX'],'color':_0x5ed8c1[_0x47a9(0x7a)]}))),React[_0x47a9(0x71)](View,{'style':styles[_0x47a9(0x7b)]},React[_0x47a9(0x71)](TextInput,{'style':styles[_0x47a9(0x7c)],'value':_0x4ff092,'onChangeText':_0x17c2dd,'secureTextEntry':!_0x42b066,'placeholder':_0x5ed8c1['IevVG'],'keyboardType':_0x47a9(0x7d),'maxLength':0x14,'autoCapitalize':_0x5ed8c1['HdDPB'],'autoCorrect':![],'returnKeyType':_0x5ed8c1[_0x47a9(0x7e)],'onSubmitEditing':()=>Keyboard[_0x47a9(0x7f)]()}),React[_0x47a9(0x71)](TouchableOpacity,{'style':styles['visibilityButton'],'onPress':()=>_0x3eda7b(!_0x42b066)},React[_0x47a9(0x71)](Text,null,_0x42b066?_0x5ed8c1[_0x47a9(0x80)]:_0x5ed8c1[_0x47a9(0x81)])))),_0x268398&&React[_0x47a9(0x71)](Text,{'style':styles[_0x47a9(0x10)]},_0x268398),React[_0x47a9(0x71)](View,{'style':styles[_0x47a9(0x82)]},React[_0x47a9(0x71)](Text,{'style':styles['requirementTitle']},_0x5ed8c1[_0x47a9(0x83)]),React[_0x47a9(0x71)](Text,{'style':[styles[_0x47a9(0x84)],_0x5ed8c1[_0x47a9(0x85)](_0x4ff092[_0x47a9(0x31)],minLength)&&styles[_0x47a9(0x86)]]},_0x5ed8c1['tMTwG'],minLength,_0x5ed8c1['qZnrX']),requireSpecialChar&&React['createElement'](Text,{'style':[styles[_0x47a9(0x84)],/[!@#$%^&*(),.?":{}|<>]/['test'](_0x4ff092)&&styles[_0x47a9(0x86)]]},_0x47a9(0x87)),requireNumber&&React['createElement'](Text,{'style':[styles[_0x47a9(0x84)],/\d/[_0x47a9(0x33)](_0x4ff092)&&styles[_0x47a9(0x86)]]},_0x5ed8c1[_0x47a9(0x88)])),React['createElement'](View,{'style':[styles['infoContainer'],_0x5ed8c1[_0x47a9(0x34)](_0x5b4ae1[_0x47a9(0x89)],_0x5ed8c1[_0x47a9(0x6e)])&&styles[_0x47a9(0x8a)],_0x5ed8c1[_0x47a9(0x34)](_0x5b4ae1[_0x47a9(0x89)],_0x5ed8c1[_0x47a9(0x55)])&&styles['infoContainerWarning'],_0x5ed8c1[_0x47a9(0x8b)](_0x5b4ae1[_0x47a9(0x89)],_0x5ed8c1['SRRYQ'])&&styles['infoContainerError']]},React[_0x47a9(0x71)](Text,{'style':[styles[_0x47a9(0x8c)],_0x5ed8c1[_0x47a9(0x34)](_0x5b4ae1['type'],_0x5ed8c1[_0x47a9(0x6e)])&&styles['infoTitleInfo'],_0x5ed8c1['WkhKI'](_0x5b4ae1[_0x47a9(0x89)],_0x47a9(0xd))&&styles[_0x47a9(0x8d)],_0x5ed8c1[_0x47a9(0x8e)](_0x5b4ae1[_0x47a9(0x89)],_0x47a9(0x10))&&styles[_0x47a9(0x8f)]]},_0x5b4ae1[_0x47a9(0x73)]),React[_0x47a9(0x71)](Text,{'style':[styles[_0x47a9(0x90)],_0x5ed8c1[_0x47a9(0x8b)](_0x5b4ae1[_0x47a9(0x89)],_0x5ed8c1[_0x47a9(0x6e)])&&styles[_0x47a9(0x91)],_0x5ed8c1[_0x47a9(0x34)](_0x5b4ae1[_0x47a9(0x89)],_0x5ed8c1[_0x47a9(0x55)])&&styles[_0x47a9(0x92)],_0x5ed8c1[_0x47a9(0x93)](_0x5b4ae1[_0x47a9(0x89)],_0x5ed8c1[_0x47a9(0x58)])&&styles[_0x47a9(0x94)]]},_0x5b4ae1[_0x47a9(0x95)]),_0x5b4ae1[_0x47a9(0x96)]&&React['createElement'](View,{'style':styles[_0x47a9(0x97)]},React['createElement'](TouchableOpacity,{'style':styles[_0x47a9(0x98)],'onPress':_0x17233b},React['createElement'](Text,{'style':styles[_0x47a9(0x99)]},_0x5ed8c1[_0x47a9(0x9a)])),React[_0x47a9(0x71)](TouchableOpacity,{'style':[styles[_0x47a9(0x98)],styles[_0x47a9(0x9b)]],'onPress':_0x43ecde},React['createElement'](Text,{'style':[styles[_0x47a9(0x99)],styles[_0x47a9(0x9c)]]},_0x5ed8c1[_0x47a9(0x9d)])))),React[_0x47a9(0x71)](View,{'style':styles['footer']},_0x2bef22&&React[_0x47a9(0x71)](TouchableOpacity,{'style':styles['cancelButton'],'onPress':_0x2bef22},React['createElement'](Text,{'style':styles[_0x47a9(0x9e)]},_0x5ed8c1[_0x47a9(0x9f)])),React[_0x47a9(0x71)](TouchableOpacity,{'style':[styles[_0x47a9(0xa0)],(_0x5ed8c1['VDkAB'](!_0x4ff092,_0x48e794)||_0x5ed8c1[_0x47a9(0x24)](_0x1a16d8,_0x4ff092))&&styles[_0x47a9(0xa1)]],'onPress':_0xb35268,'disabled':_0x5ed8c1['VDkAB'](!_0x4ff092,_0x48e794)||!!_0x5ed8c1['yjzGW'](_0x1a16d8,_0x4ff092)},React['createElement'](Text,{'style':styles[_0x47a9(0xa2)]},_0x48e794?_0x5ed8c1[_0x47a9(0xa3)]:_0x5ed8c1[_0x47a9(0xa4)]))));};const styles=StyleSheet['create']({'container':{'flex':0x1,'padding':0x10,'width':width,'backgroundColor':_0x47a9(0xa5),'justifyContent':_0x47a9(0xa6)},'inputSection':{'width':'100%','marginTop':0x0,'paddingTop':0x0},'header':{'flexDirection':'row','alignItems':'center','justifyContent':_0x47a9(0xa7),'marginBottom':0x10,'paddingVertical':0x8},'backButton':{'padding':0x8},'title':{'fontSize':0x14,'fontWeight':'600','color':_0x47a9(0xa8),'textAlign':_0x47a9(0xa9),'flex':0x1,'marginBottom':0x8},'subtitle':{'fontSize':0xe,'color':_0x47a9(0xaa),'marginBottom':0x18,'textAlign':_0x47a9(0xa9)},'inputContainer':{'flexDirection':_0x47a9(0xab),'alignItems':_0x47a9(0xa9),'borderWidth':0x1,'borderColor':_0x47a9(0xac),'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':_0x47a9(0xad),'borderColor':_0x47a9(0xae)},'infoContainerWarning':{'backgroundColor':_0x47a9(0xaf),'borderColor':_0x47a9(0xb0)},'infoContainerError':{'backgroundColor':_0x47a9(0xb1),'borderColor':'#F44336'},'infoTitle':{'fontSize':0x10,'fontWeight':_0x47a9(0xb2),'marginBottom':0x8},'infoTitleInfo':{'color':_0x47a9(0xb3)},'infoTitleWarning':{'color':_0x47a9(0xb4)},'infoTitleError':{'color':_0x47a9(0xb5)},'infoMessage':{'fontSize':0xe,'lineHeight':0x14,'marginBottom':0xc},'infoMessageInfo':{'color':'#1565C0'},'infoMessageWarning':{'color':_0x47a9(0xb6)},'infoMessageError':{'color':_0x47a9(0xb7)},'infoActions':{'flexDirection':'row','justifyContent':_0x47a9(0xa7),'marginTop':0x8},'infoActionButton':{'flex':0x1,'paddingVertical':0xa,'paddingHorizontal':0x10,'borderRadius':0x8,'backgroundColor':'#007AFF','marginHorizontal':0x4,'alignItems':_0x47a9(0xa9)},'infoActionButtonSecondary':{'backgroundColor':_0x47a9(0xb8),'borderWidth':0x1,'borderColor':'#007AFF'},'infoActionButtonText':{'color':_0x47a9(0xa5),'fontSize':0xe,'fontWeight':_0x47a9(0xb2)},'infoActionButtonSecondaryText':{'color':_0x47a9(0x17)},'error':{'color':_0x47a9(0xb9),'marginBottom':0x10},'requirements':{'marginBottom':0x18},'requirementTitle':{'fontSize':0xe,'fontWeight':_0x47a9(0xb2),'marginBottom':0x8,'color':_0x47a9(0xa8)},'requirement':{'fontSize':0xe,'color':'#666','marginBottom':0x4},'requirementMet':{'color':'#34C759'},'footer':{'flexDirection':_0x47a9(0xab),'alignItems':'center','justifyContent':_0x47a9(0xa7),'marginTop':0x18,'borderTopWidth':0x1,'borderTopColor':_0x47a9(0xba),'paddingTop':0x10},'cancelButton':{'paddingVertical':0x8,'paddingHorizontal':0x10},'cancelButtonText':{'color':_0x47a9(0xaa),'fontSize':0x10},'submitButton':{'paddingVertical':0x10,'paddingHorizontal':0x20,'borderRadius':0x10,'backgroundColor':_0x47a9(0xbb),'alignItems':_0x47a9(0xa9)},'submitButtonDisabled':{'opacity':0.5},'submitButtonText':{'color':_0x47a9(0xa5),'fontSize':0x10,'fontWeight':'600'},'backgroundProgressContainer':{'flexDirection':_0x47a9(0xab),'alignItems':_0x47a9(0xa9),'justifyContent':_0x47a9(0xa9),'marginBottom':0x10},'backgroundProgressText':{'fontSize':0xe,'color':_0x47a9(0xaa),'marginRight':0xa},'backgroundProgressIndicator':{'padding':0x5}});
1
+ import React,{useState,useCallback}from'react';import{View,Text,StyleSheet,TextInput,TouchableOpacity,Dimensions,Keyboard,ActivityIndicator}from'react-native';import{biometricPinService}from'../services/biometricPinService';const {width}=Dimensions[_0x56ea(0x0)](_0x56ea(0x1));export const PinInput=({onSubmit:_0x544be6,minLength:minLength=0x8,requireSpecialChar:requireSpecialChar=!![],requireNumber:requireNumber=!![],onBack:_0x590744,enableBiometricStorage:enableBiometricStorage=!![],onBackgroundTrainingStart:_0x5195a8,showBackgroundProgress:showBackgroundProgress=![],backgroundProgressText:backgroundProgressText='Training\x20is\x20starting\x20in\x20the\x20background...'})=>{const _0x266ee7={'OtlsW':function(_0x2c5df1,_0x158e99){return _0x2c5df1(_0x158e99);},'LKXcR':function(_0x4787ed){return _0x4787ed();},'MEeYR':function(_0x35d01c,_0x468c70){return _0x35d01c&&_0x468c70;},'MmFax':function(_0x784e34,_0x452889){return _0x784e34===_0x452889;},'pXifr':_0x56ea(0x2),'zXKth':'IWgZk','bgqGr':_0x56ea(0x3),'PfOwZ':function(_0x290382,_0x553bfd){return _0x290382(_0x553bfd);},'mQVTi':function(_0x5749c1,_0x3c621f){return _0x5749c1!==_0x3c621f;},'EFKAN':_0x56ea(0x4),'qdHri':_0x56ea(0x5),'PIZwn':function(_0x108c50,_0x41a983){return _0x108c50<_0x41a983;},'LQfPd':'eatLV','nrrCV':'qOuTy','YfzMQ':_0x56ea(0x6),'hfYfn':function(_0x3f1743,_0x1eb9e4){return _0x3f1743(_0x1eb9e4);},'QYWJC':'biometric-unavailable','HbwPT':_0x56ea(0x7),'JuGNl':_0x56ea(0x8),'WYueb':_0x56ea(0x9),'xFTox':function(_0x1091c5,_0x444c4a){return _0x1091c5(_0x444c4a);},'DRAYh':_0x56ea(0xa),'yhfyk':function(_0x5a26eb,_0x2b097f){return _0x5a26eb(_0x2b097f);},'muTMw':function(_0x56ec8c,_0xc56af1){return _0x56ec8c!==_0xc56af1;},'zgvCo':_0x56ea(0xb),'eLmZr':_0x56ea(0xc),'OkVQy':function(_0xd0e1a9,_0x31f3c0){return _0xd0e1a9(_0x31f3c0);},'sSpxd':_0x56ea(0xd),'cPGzs':function(_0x4820aa,_0x5df260){return _0x4820aa(_0x5df260);},'qIrcW':function(_0xe5a4cf,_0x3206c3){return _0xe5a4cf!==_0x3206c3;},'oXePF':_0x56ea(0xe),'julNT':_0x56ea(0xf),'ScnNr':function(_0x53fab1,_0x4e0131){return _0x53fab1(_0x4e0131);},'oTSAB':function(_0x3310cf){return _0x3310cf();},'pcOZk':function(_0x24fda8,_0x3cd162){return _0x24fda8(_0x3cd162);},'WMXxc':function(_0x797c4,_0x5cd4dd){return _0x797c4!==_0x5cd4dd;},'gCJOX':_0x56ea(0x10),'LbMBs':_0x56ea(0x11),'WfFEw':_0x56ea(0x12),'aSsye':_0x56ea(0x13),'UnGCC':_0x56ea(0x14),'iaRYh':_0x56ea(0x15),'qKWSI':'Storage\x20Error','byUwn':'An\x20error\x20occurred\x20while\x20securing\x20your\x20PIN.\x20Would\x20you\x20like\x20to\x20try\x20again?','kcsfP':_0x56ea(0x16),'aVamw':_0x56ea(0x17),'UYIev':_0x56ea(0x18),'hbIpj':_0x56ea(0x19),'YBmQL':_0x56ea(0x1a),'LAsEd':function(_0x8faa1d,_0x4739c9){return _0x8faa1d(_0x4739c9);},'CNoTg':function(_0x584c42,_0x2053fb){return _0x584c42(_0x2053fb);},'uHOvF':function(_0x3a543f,_0x168e83){return _0x3a543f(_0x168e83);},'tNlXV':function(_0x12d309,_0xabf802){return _0x12d309(_0xabf802);},'rHDTB':function(_0x1ed364,_0x2534d3,_0x104897){return _0x1ed364(_0x2534d3,_0x104897);},'PSgTS':function(_0x270f75,_0xb20775,_0x3a967a){return _0x270f75(_0xb20775,_0x3a967a);},'TogCG':_0x56ea(0x1b),'oYrUu':_0x56ea(0x1c),'hpZwW':_0x56ea(0x1d),'aArmv':_0x56ea(0x1e),'VaICj':_0x56ea(0x1f),'tokcq':_0x56ea(0x20),'HTNOP':function(_0x5eafb1,_0x3ff88a){return _0x5eafb1>=_0x3ff88a;},'gsMqe':_0x56ea(0x21),'ATIZM':_0x56ea(0x22),'RGvdE':_0x56ea(0x23),'GTQFs':function(_0x4ae1ee,_0x1b7c19){return _0x4ae1ee===_0x1b7c19;},'EzYzD':function(_0x381fd1,_0x3c7302){return _0x381fd1===_0x3c7302;},'dLmCc':function(_0x5696d4,_0x141b6f){return _0x5696d4===_0x141b6f;},'oTGFl':function(_0x1736ac,_0x50e04f){return _0x1736ac===_0x50e04f;},'GetDh':function(_0x123e28,_0x23eb1d){return _0x123e28===_0x23eb1d;},'VoVmK':_0x56ea(0x24),'TfzeZ':_0x56ea(0x25),'NPqgG':function(_0xc451a2,_0x5d6504){return _0xc451a2||_0x5d6504;},'esWEI':_0x56ea(0x26)},[_0x2ccf55,_0x208786]=_0x266ee7[_0x56ea(0x27)](useState,''),[_0x156a5e,_0x574f5c]=_0x266ee7['LAsEd'](useState,null),[_0x274dfa,_0x202a70]=_0x266ee7[_0x56ea(0x28)](useState,![]),[_0x5440fe,_0x4cdbd6]=_0x266ee7[_0x56ea(0x29)](useState,![]),[_0x552f06,_0x4d55ae]=useState(_0x266ee7[_0x56ea(0x2a)]),[_0x2ea012,_0x1a1568]=_0x266ee7['tNlXV'](useState,![]);React['useEffect'](()=>{_0x266ee7[_0x56ea(0x2b)](_0x5195a8,!_0x2ea012)&&showBackgroundProgress&&(_0x266ee7[_0x56ea(0x2c)](_0x266ee7['pXifr'],_0x266ee7[_0x56ea(0x2d)])?(_0x266ee7[_0x56ea(0x2e)](_0x33a07b,_0x56ea(0xf)),_0x266ee7['LKXcR'](_0x349316)):(console[_0x56ea(0x2f)]('\uD83D\uDE80 [PIN INPUT] Background training explicitly requested...'),_0x266ee7[_0x56ea(0x2e)](_0x1a1568,!![]),_0x5195a8()['catch'](_0x1dadbd=>{console[_0x56ea(0x16)]('\u274C [PIN INPUT] Background training failed:',_0x1dadbd),_0x266ee7[_0x56ea(0x2e)](_0x1a1568,![]);})));},[_0x5195a8,_0x2ea012,showBackgroundProgress]);const _0x3f8664=_0x266ee7['rHDTB'](useCallback,_0xc9203e=>{const _0x4e8448={'UeIqv':_0x266ee7['bgqGr'],'hLFKw':function(_0x4ae3dd,_0x4f7181){return _0x266ee7[_0x56ea(0x30)](_0x4ae3dd,_0x4f7181);}};if(_0x266ee7['mQVTi'](_0x266ee7[_0x56ea(0x31)],_0x266ee7[_0x56ea(0x32)])){if(_0x266ee7[_0x56ea(0x33)](_0xc9203e[_0x56ea(0x34)],minLength))return _0x266ee7[_0x56ea(0x35)](_0x266ee7[_0x56ea(0x36)],_0x266ee7[_0x56ea(0x37)])?_0x56ea(0x38)+minLength+_0x56ea(0x39):_0x4e8448[_0x56ea(0x3a)];if(requireSpecialChar&&!/[!@#$%^&*(),.?":{}|<>]/[_0x56ea(0x3b)](_0xc9203e))return _0x266ee7[_0x56ea(0x3c)];if(requireNumber&&!/\d/[_0x56ea(0x3b)](_0xc9203e))return _0x266ee7[_0x56ea(0x3d)];return null;}else _0x3b3ea8[_0x56ea(0x3e)]('\u26A0️ [PIN INPUT] User chose to continue without biometric security'),_0x4e8448[_0x56ea(0x3f)](_0x48e77d,_0x7cc822);},[minLength,requireSpecialChar,requireNumber]),_0x5b520d=_0x266ee7['rHDTB'](useCallback,async()=>{const _0x294f24={'esmwU':function(_0x5d5975,_0x38aef6){return _0x266ee7[_0x56ea(0x40)](_0x5d5975,_0x38aef6);},'EoBZN':function(_0x190baf){return _0x266ee7[_0x56ea(0x41)](_0x190baf);},'mBarl':_0x266ee7['QYWJC']};console[_0x56ea(0x2f)]('\uD83D\uDD0D [PIN INPUT] handleSubmit called with PIN length:',_0x2ccf55[_0x56ea(0x34)]);const _0xd48e78=_0x266ee7[_0x56ea(0x2e)](_0x3f8664,_0x2ccf55);if(_0xd48e78){console[_0x56ea(0x2f)]('\u274C [PIN INPUT] Validation failed:',_0xd48e78),_0x266ee7['OtlsW'](_0x574f5c,_0xd48e78);return;}console[_0x56ea(0x2f)]('\u2705 [PIN INPUT] PIN validation passed');if(enableBiometricStorage){console[_0x56ea(0x2f)]('\uD83D\uDD10 [PIN INPUT] Biometric storage enabled, starting biometric flow...'),_0x4cdbd6(!![]),_0x4d55ae(_0x266ee7['HbwPT']);try{if(_0x266ee7[_0x56ea(0x42)]===_0x266ee7[_0x56ea(0x42)]){const _0x2b176b=await biometricPinService[_0x56ea(0x43)]();console[_0x56ea(0x2f)]('\uD83D\uDCF1 [PIN INPUT] Biometric available:',_0x2b176b);if(!_0x2b176b){if(_0x266ee7[_0x56ea(0x2c)](_0x266ee7['WYueb'],_0x56ea(0x44))){const _0x315a54={'QHNPL':function(_0x3e7807,_0x217168){return _0x294f24[_0x56ea(0x45)](_0x3e7807,_0x217168);}};_0x1fdc35[_0x56ea(0x2f)]('\uD83D\uDE80 [PIN INPUT] Background training explicitly requested...'),_0x294f24[_0x56ea(0x45)](_0x51bc2c,!![]),_0x294f24[_0x56ea(0x46)](_0x139eb4)[_0x56ea(0x47)](_0x2116cc=>{_0x47bc5e[_0x56ea(0x16)]('\u274C [PIN INPUT] Background training failed:',_0x2116cc),_0x315a54[_0x56ea(0x48)](_0x1456ac,![]);});}else{console[_0x56ea(0x16)]('\u274C [PIN INPUT] Face ID not available on this device'),_0x266ee7[_0x56ea(0x49)](_0x4d55ae,_0x266ee7[_0x56ea(0x4a)]),_0x266ee7['OtlsW'](_0x4cdbd6,![]);return;}}console[_0x56ea(0x2f)]('\uD83D\uDD10 [PIN INPUT] Triggering biometric authentication for PIN storage...');const _0x21507d=await biometricPinService[_0x56ea(0x4b)](_0x2ccf55);if(_0x21507d){if(_0x266ee7[_0x56ea(0x35)](_0x266ee7[_0x56ea(0x4c)],_0x266ee7[_0x56ea(0x4c)]))return _0x266ee7[_0x56ea(0x3d)];else{console['log']('\u2705 [PIN INPUT] PIN stored successfully with biometric protection');const _0x513eb9=await biometricPinService[_0x56ea(0x4d)]();_0x513eb9?(console['log']('\u2705 [PIN INPUT] PIN storage verified - proceeding with onboarding'),_0x266ee7[_0x56ea(0x4e)](_0x544be6,_0x2ccf55)):_0x266ee7[_0x56ea(0x4f)](_0x266ee7['zgvCo'],_0x266ee7[_0x56ea(0x50)])?(_0x5d18dd[_0x56ea(0x3e)]('\u26A0️ [PIN INPUT] Biometric authentication failed or was cancelled'),_0x266ee7[_0x56ea(0x2e)](_0x50766b,_0x56ea(0xd)),_0x266ee7[_0x56ea(0x2e)](_0x556feb,![])):(console['error']('\u274C [PIN INPUT] PIN storage verification failed'),_0x4d55ae(_0x266ee7[_0x56ea(0x51)]),_0x266ee7[_0x56ea(0x52)](_0x4cdbd6,![]));}}else console[_0x56ea(0x3e)]('\u26A0️ [PIN INPUT] Biometric authentication failed or was cancelled'),_0x266ee7[_0x56ea(0x40)](_0x4d55ae,_0x266ee7[_0x56ea(0x53)]),_0x4cdbd6(![]);}else{_0x5049c8[_0x56ea(0x16)]('\u274C [PIN INPUT] Face ID not available on this device'),_0x294f24[_0x56ea(0x45)](_0x581fda,_0x294f24[_0x56ea(0x54)]),_0x294f24['esmwU'](_0x15d6b8,![]);return;}}catch(_0x4fbca4){console['error']('\u274C [PIN INPUT] Error handling biometric PIN storage:',_0x4fbca4),_0x4d55ae(_0x56ea(0xc)),_0x4cdbd6(![]);}}else console[_0x56ea(0x2f)]('\uD83D\uDD10 [PIN INPUT] Biometric storage disabled, proceeding normally'),_0x266ee7['cPGzs'](_0x544be6,_0x2ccf55);},[_0x2ccf55,_0x3f8664,_0x544be6,enableBiometricStorage]),_0x4e1135=useCallback(_0xdf757a=>{if(_0x266ee7[_0x56ea(0x55)](_0x266ee7[_0x56ea(0x56)],_0x56ea(0x57)))_0x266ee7['OtlsW'](_0x208786,_0xdf757a),_0x266ee7[_0x56ea(0x40)](_0x574f5c,null),_0x266ee7['PfOwZ'](_0x4d55ae,_0x266ee7['julNT']),console[_0x56ea(0x2f)]('\uD83D\uDD0D [PIN INPUT] PIN changed:',{'length':_0xdf757a[_0x56ea(0x34)],'hasSpecialChar':/[!@#$%^&*(),.?":{}|<>]/[_0x56ea(0x3b)](_0xdf757a),'hasNumber':/\d/['test'](_0xdf757a),'isValid':!_0x3f8664(_0xdf757a)});else return'PIN\x20must\x20be\x20at\x20least\x20'+_0x1147aa+_0x56ea(0x39);},[_0x3f8664]),_0x2b62c5=_0x266ee7['PSgTS'](useCallback,()=>{console[_0x56ea(0x3e)]('\u26A0️ [PIN INPUT] User chose to continue without biometric security'),_0x266ee7['OkVQy'](_0x544be6,_0x2ccf55);},[_0x2ccf55,_0x544be6]),_0x2b2279=_0x266ee7[_0x56ea(0x58)](useCallback,()=>{_0x266ee7[_0x56ea(0x59)](_0x4d55ae,'default'),_0x266ee7[_0x56ea(0x5a)](_0x5b520d);},[_0x5b520d]),_0x494466=()=>{const _0x335f8f={'RaCAx':function(_0x4da642,_0x58d011){return _0x266ee7['pcOZk'](_0x4da642,_0x58d011);},'vHZWL':function(_0x24abaf,_0x1a353f){return _0x24abaf(_0x1a353f);},'qeHgK':function(_0x357815,_0x32bc12){return _0x266ee7[_0x56ea(0x27)](_0x357815,_0x32bc12);}};if(_0x266ee7[_0x56ea(0x5b)](_0x266ee7[_0x56ea(0x5c)],_0x266ee7[_0x56ea(0x5d)]))switch(_0x552f06){case _0x56ea(0x5e):return{'title':_0x266ee7[_0x56ea(0x5f)],'message':_0x56ea(0x60),'type':_0x266ee7[_0x56ea(0x61)],'showActions':!![]};case _0x266ee7[_0x56ea(0x53)]:return{'title':_0x266ee7[_0x56ea(0x62)],'message':_0x266ee7[_0x56ea(0x63)],'type':_0x266ee7[_0x56ea(0x61)],'showActions':!![]};case _0x266ee7[_0x56ea(0x51)]:return{'title':_0x266ee7[_0x56ea(0x64)],'message':_0x266ee7['byUwn'],'type':_0x266ee7[_0x56ea(0x65)],'showActions':!![]};case _0x266ee7[_0x56ea(0x66)]:return{'title':_0x266ee7[_0x56ea(0x67)],'message':_0x266ee7[_0x56ea(0x68)],'type':_0x56ea(0x1a),'showActions':![]};default:return{'title':_0x266ee7[_0x56ea(0x69)],'message':_0x56ea(0x6a),'type':_0x266ee7[_0x56ea(0x6b)],'showActions':![]};}else _0x335f8f[_0x56ea(0x6c)](_0x44ee74,_0x54aa10),_0x335f8f['RaCAx'](_0x5a1d15,null),_0x335f8f['vHZWL'](_0x3c78ce,_0x56ea(0xf)),_0x47ad99[_0x56ea(0x2f)]('\uD83D\uDD0D [PIN INPUT] PIN changed:',{'length':_0x56a68d[_0x56ea(0x34)],'hasSpecialChar':/[!@#$%^&*(),.?":{}|<>]/[_0x56ea(0x3b)](_0x3fda05),'hasNumber':/\d/[_0x56ea(0x3b)](_0x502cc8),'isValid':!_0x335f8f[_0x56ea(0x6d)](_0x55a676,_0x4d52b1)});},_0x48a217=_0x494466();return React[_0x56ea(0x6e)](View,{'style':styles[_0x56ea(0x6f)]},React[_0x56ea(0x6e)](View,{'style':styles[_0x56ea(0x70)]},React['createElement'](View,{'style':styles[_0x56ea(0x71)]},_0x590744&&React[_0x56ea(0x6e)](TouchableOpacity,{'style':styles[_0x56ea(0x72)],'onPress':_0x590744},React[_0x56ea(0x6e)](Text,{'style':{'fontSize':0x18}},'←')),React[_0x56ea(0x6e)](Text,{'style':styles[_0x56ea(0x73)]},_0x266ee7[_0x56ea(0x74)])),React['createElement'](Text,{'style':styles[_0x56ea(0x75)]},_0x266ee7['oYrUu']),_0x266ee7[_0x56ea(0x2b)](showBackgroundProgress,_0x2ea012)&&React[_0x56ea(0x6e)](View,{'style':styles['backgroundProgressContainer']},React[_0x56ea(0x6e)](Text,{'style':styles[_0x56ea(0x76)]},backgroundProgressText),React[_0x56ea(0x6e)](View,{'style':styles[_0x56ea(0x77)]},React[_0x56ea(0x6e)](ActivityIndicator,{'size':_0x266ee7[_0x56ea(0x78)],'color':_0x56ea(0x79)}))),React[_0x56ea(0x6e)](View,{'style':styles['inputContainer']},React['createElement'](TextInput,{'style':styles[_0x56ea(0x7a)],'value':_0x2ccf55,'onChangeText':_0x4e1135,'secureTextEntry':!_0x274dfa,'placeholder':_0x266ee7[_0x56ea(0x7b)],'keyboardType':_0x56ea(0xf),'maxLength':0x14,'autoCapitalize':_0x266ee7[_0x56ea(0x7c)],'autoCorrect':![],'returnKeyType':'done','onSubmitEditing':()=>Keyboard[_0x56ea(0x7d)]()}),React[_0x56ea(0x6e)](TouchableOpacity,{'style':styles['visibilityButton'],'onPress':()=>_0x202a70(!_0x274dfa)},React['createElement'](Text,null,_0x274dfa?_0x266ee7[_0x56ea(0x7e)]:_0x56ea(0x7f))))),_0x156a5e&&React[_0x56ea(0x6e)](Text,{'style':styles[_0x56ea(0x16)]},_0x156a5e),React[_0x56ea(0x6e)](View,{'style':styles[_0x56ea(0x80)]},React['createElement'](Text,{'style':styles['requirementTitle']},_0x56ea(0x81)),React[_0x56ea(0x6e)](Text,{'style':[styles[_0x56ea(0x82)],_0x266ee7[_0x56ea(0x83)](_0x2ccf55[_0x56ea(0x34)],minLength)&&styles[_0x56ea(0x84)]]},_0x266ee7[_0x56ea(0x85)],minLength,_0x56ea(0x39)),requireSpecialChar&&React[_0x56ea(0x6e)](Text,{'style':[styles[_0x56ea(0x82)],/[!@#$%^&*(),.?":{}|<>]/['test'](_0x2ccf55)&&styles[_0x56ea(0x84)]]},_0x266ee7[_0x56ea(0x86)]),requireNumber&&React[_0x56ea(0x6e)](Text,{'style':[styles[_0x56ea(0x82)],/\d/['test'](_0x2ccf55)&&styles[_0x56ea(0x84)]]},_0x266ee7[_0x56ea(0x87)])),React[_0x56ea(0x6e)](View,{'style':[styles[_0x56ea(0x88)],_0x266ee7[_0x56ea(0x89)](_0x48a217[_0x56ea(0x8a)],_0x266ee7[_0x56ea(0x6b)])&&styles[_0x56ea(0x8b)],_0x266ee7['GTQFs'](_0x48a217[_0x56ea(0x8a)],_0x266ee7[_0x56ea(0x61)])&&styles[_0x56ea(0x8c)],_0x266ee7[_0x56ea(0x8d)](_0x48a217['type'],_0x266ee7[_0x56ea(0x65)])&&styles[_0x56ea(0x8e)]]},React[_0x56ea(0x6e)](Text,{'style':[styles[_0x56ea(0x8f)],_0x48a217[_0x56ea(0x8a)]===_0x266ee7[_0x56ea(0x6b)]&&styles[_0x56ea(0x90)],_0x266ee7['dLmCc'](_0x48a217[_0x56ea(0x8a)],_0x266ee7['aSsye'])&&styles['infoTitleWarning'],_0x266ee7[_0x56ea(0x91)](_0x48a217['type'],_0x266ee7[_0x56ea(0x65)])&&styles[_0x56ea(0x92)]]},_0x48a217[_0x56ea(0x73)]),React[_0x56ea(0x6e)](Text,{'style':[styles[_0x56ea(0x93)],_0x266ee7['GetDh'](_0x48a217[_0x56ea(0x8a)],_0x266ee7[_0x56ea(0x6b)])&&styles[_0x56ea(0x94)],_0x266ee7['EzYzD'](_0x48a217[_0x56ea(0x8a)],_0x56ea(0x13))&&styles[_0x56ea(0x95)],_0x266ee7[_0x56ea(0x96)](_0x48a217[_0x56ea(0x8a)],_0x56ea(0x16))&&styles[_0x56ea(0x97)]]},_0x48a217[_0x56ea(0x98)]),_0x48a217[_0x56ea(0x99)]&&React[_0x56ea(0x6e)](View,{'style':styles[_0x56ea(0x9a)]},React[_0x56ea(0x6e)](TouchableOpacity,{'style':styles[_0x56ea(0x9b)],'onPress':_0x2b2279},React[_0x56ea(0x6e)](Text,{'style':styles['infoActionButtonText']},_0x266ee7['VoVmK'])),React[_0x56ea(0x6e)](TouchableOpacity,{'style':[styles[_0x56ea(0x9b)],styles[_0x56ea(0x9c)]],'onPress':_0x2b62c5},React[_0x56ea(0x6e)](Text,{'style':[styles['infoActionButtonText'],styles[_0x56ea(0x9d)]]},'Continue\x20Without\x20Biometric')))),React['createElement'](View,{'style':styles[_0x56ea(0x9e)]},_0x590744&&React['createElement'](TouchableOpacity,{'style':styles[_0x56ea(0x9f)],'onPress':_0x590744},React[_0x56ea(0x6e)](Text,{'style':styles[_0x56ea(0xa0)]},_0x266ee7['TfzeZ'])),React[_0x56ea(0x6e)](TouchableOpacity,{'style':[styles[_0x56ea(0xa1)],(_0x266ee7[_0x56ea(0xa2)](!_0x2ccf55,_0x5440fe)||_0x266ee7['OtlsW'](_0x3f8664,_0x2ccf55))&&styles['submitButtonDisabled']],'onPress':_0x5b520d,'disabled':_0x266ee7[_0x56ea(0xa2)](!_0x2ccf55,_0x5440fe)||!!_0x3f8664(_0x2ccf55)},React['createElement'](Text,{'style':styles[_0x56ea(0xa3)]},_0x5440fe?_0x56ea(0x17):_0x266ee7[_0x56ea(0xa4)]))));};function _0x2ddc(){const _0x28b3bb=['get','window','RFmoT','PIN\x20must\x20include\x20a\x20special\x20character','hjmsR','jYlhU','PIN\x20must\x20include\x20a\x20number','authenticating','DlPHI','YRBeV','dqCxm','IpPKy','storage-error','biometric-failed','pWkRr','default','XeVej','xSLmB','Biometric\x20Authentication\x20Not\x20Available','warning','Biometric\x20Authentication\x20Failed','Biometric\x20authentication\x20was\x20cancelled\x20or\x20failed.\x20Your\x20PIN\x20needs\x20to\x20be\x20secured\x20with\x20biometric\x20authentication\x20to\x20proceed.','error','Authenticating...','Please\x20complete\x20biometric\x20authentication\x20to\x20secure\x20your\x20PIN.','Secure\x20PIN\x20Storage','info','Create\x20a\x20PIN','A\x20PIN\x20so\x20only\x20you\x20have\x20access\x20to\x20your\x20data','small','e.g.\x20MyPin123!','none','👁️','•\x20At\x20least\x20','•\x20Include\x20a\x20special\x20character','•\x20Include\x20a\x20number','Try\x20Again','Back','Continue','cPGzs','CNoTg','uHOvF','julNT','MEeYR','MmFax','zXKth','OtlsW','log','PfOwZ','EFKAN','qdHri','PIZwn','length','mQVTi','LQfPd','nrrCV','PIN\x20must\x20be\x20at\x20least\x20','\x20characters','UeIqv','test','bgqGr','YfzMQ','warn','hLFKw','hfYfn','LKXcR','JuGNl','isBiometricAvailable','HPnDB','esmwU','EoBZN','catch','QHNPL','xFTox','QYWJC','storePinWithBiometric','DRAYh','isPinStored','yhfyk','muTMw','zgvCo','eLmZr','OkVQy','sSpxd','mBarl','qIrcW','oXePF','mWtWm','rHDTB','ScnNr','oTSAB','WMXxc','gCJOX','LbMBs','biometric-unavailable','WfFEw','This\x20device\x20does\x20not\x20support\x20Face\x20ID\x20or\x20Touch\x20ID.\x20Please\x20enable\x20biometric\x20authentication\x20in\x20your\x20device\x20settings\x20to\x20secure\x20your\x20PIN.','aSsye','UnGCC','iaRYh','qKWSI','kcsfP','HbwPT','aVamw','UYIev','hbIpj','Your\x20PIN\x20will\x20be\x20securely\x20stored\x20locally\x20on\x20your\x20device\x20using\x20biometric\x20authentication\x20(Face\x20ID\x20or\x20Touch\x20ID)\x20for\x20enhanced\x20security.','YBmQL','RaCAx','qeHgK','createElement','container','inputSection','header','backButton','title','TogCG','subtitle','backgroundProgressText','backgroundProgressIndicator','hpZwW','#007AFF','input','aArmv','VaICj','dismiss','tokcq','👁️‍🗨️','requirements','PIN\x20Requirements:','requirement','HTNOP','requirementMet','gsMqe','ATIZM','RGvdE','infoContainer','GTQFs','type','infoContainerInfo','infoContainerWarning','EzYzD','infoContainerError','infoTitle','infoTitleInfo','oTGFl','infoTitleError','infoMessage','infoMessageInfo','infoMessageWarning','dLmCc','infoMessageError','message','showActions','infoActions','infoActionButton','infoActionButtonSecondary','infoActionButtonSecondaryText','footer','cancelButton','cancelButtonText','submitButton','NPqgG','submitButtonText','esWEI','create','#fff','flex-start','100%','row','center','space-between','#333','#666','#CCCCCC','#E3F2FD','#2196F3','#FFF3E0','#FF9800','#F44336','600','#F57C00','#D32F2F','#1565C0','#C62828','transparent','#FF3B30','#34C759','#eee','#000000'];_0x2ddc=function(){return _0x28b3bb;};return _0x2ddc();}function _0x56ea(_0x2ddc0c,_0x56eaba){_0x2ddc0c=_0x2ddc0c-0x0;const _0x378c1e=_0x2ddc();let _0xe5d28d=_0x378c1e[_0x2ddc0c];return _0xe5d28d;}const styles=StyleSheet[_0x56ea(0xa5)]({'container':{'flex':0x1,'padding':0x10,'width':width,'backgroundColor':_0x56ea(0xa6),'justifyContent':_0x56ea(0xa7)},'inputSection':{'width':_0x56ea(0xa8),'marginTop':0x0,'paddingTop':0x0},'header':{'flexDirection':_0x56ea(0xa9),'alignItems':_0x56ea(0xaa),'justifyContent':_0x56ea(0xab),'marginBottom':0x10,'paddingVertical':0x8},'backButton':{'padding':0x8},'title':{'fontSize':0x14,'fontWeight':'600','color':_0x56ea(0xac),'textAlign':_0x56ea(0xaa),'flex':0x1,'marginBottom':0x8},'subtitle':{'fontSize':0xe,'color':_0x56ea(0xad),'marginBottom':0x18,'textAlign':_0x56ea(0xaa)},'inputContainer':{'flexDirection':_0x56ea(0xa9),'alignItems':_0x56ea(0xaa),'borderWidth':0x1,'borderColor':_0x56ea(0xae),'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':_0x56ea(0xaf),'borderColor':_0x56ea(0xb0)},'infoContainerWarning':{'backgroundColor':_0x56ea(0xb1),'borderColor':_0x56ea(0xb2)},'infoContainerError':{'backgroundColor':'#FFEBEE','borderColor':_0x56ea(0xb3)},'infoTitle':{'fontSize':0x10,'fontWeight':_0x56ea(0xb4),'marginBottom':0x8},'infoTitleInfo':{'color':'#1976D2'},'infoTitleWarning':{'color':_0x56ea(0xb5)},'infoTitleError':{'color':_0x56ea(0xb6)},'infoMessage':{'fontSize':0xe,'lineHeight':0x14,'marginBottom':0xc},'infoMessageInfo':{'color':_0x56ea(0xb7)},'infoMessageWarning':{'color':'#E65100'},'infoMessageError':{'color':_0x56ea(0xb8)},'infoActions':{'flexDirection':_0x56ea(0xa9),'justifyContent':_0x56ea(0xab),'marginTop':0x8},'infoActionButton':{'flex':0x1,'paddingVertical':0xa,'paddingHorizontal':0x10,'borderRadius':0x8,'backgroundColor':_0x56ea(0x79),'marginHorizontal':0x4,'alignItems':_0x56ea(0xaa)},'infoActionButtonSecondary':{'backgroundColor':_0x56ea(0xb9),'borderWidth':0x1,'borderColor':_0x56ea(0x79)},'infoActionButtonText':{'color':_0x56ea(0xa6),'fontSize':0xe,'fontWeight':'600'},'infoActionButtonSecondaryText':{'color':_0x56ea(0x79)},'error':{'color':_0x56ea(0xba),'marginBottom':0x10},'requirements':{'marginBottom':0x18},'requirementTitle':{'fontSize':0xe,'fontWeight':_0x56ea(0xb4),'marginBottom':0x8,'color':_0x56ea(0xac)},'requirement':{'fontSize':0xe,'color':_0x56ea(0xad),'marginBottom':0x4},'requirementMet':{'color':_0x56ea(0xbb)},'footer':{'flexDirection':_0x56ea(0xa9),'alignItems':_0x56ea(0xaa),'justifyContent':'space-between','marginTop':0x18,'borderTopWidth':0x1,'borderTopColor':_0x56ea(0xbc),'paddingTop':0x10},'cancelButton':{'paddingVertical':0x8,'paddingHorizontal':0x10},'cancelButtonText':{'color':'#666','fontSize':0x10},'submitButton':{'paddingVertical':0x10,'paddingHorizontal':0x20,'borderRadius':0x10,'backgroundColor':_0x56ea(0xbd),'alignItems':_0x56ea(0xaa)},'submitButtonDisabled':{'opacity':0.5},'submitButtonText':{'color':_0x56ea(0xa6),'fontSize':0x10,'fontWeight':'600'},'backgroundProgressContainer':{'flexDirection':'row','alignItems':'center','justifyContent':_0x56ea(0xaa),'marginBottom':0x10},'backgroundProgressText':{'fontSize':0xe,'color':_0x56ea(0xad),'marginRight':0xa},'backgroundProgressIndicator':{'padding':0x5}});