@onairos/react-native 3.6.3 → 3.6.4

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 (222) hide show
  1. package/lib/commonjs/api/index.js +1 -1
  2. package/lib/commonjs/components/BodyText.js +1 -1
  3. package/lib/commonjs/components/BrandMark.js +1 -1
  4. package/lib/commonjs/components/CodeInput.js +1 -1
  5. package/lib/commonjs/components/EmailInput.js +1 -1
  6. package/lib/commonjs/components/GoogleButton.js +1 -1
  7. package/lib/commonjs/components/HeadingGroup.js +1 -1
  8. package/lib/commonjs/components/LLMDataInputModal.js +1 -1
  9. package/lib/commonjs/components/ModalHeader.js +1 -1
  10. package/lib/commonjs/components/ModalSheet.js +1 -1
  11. package/lib/commonjs/components/Onairos.js +1 -1
  12. package/lib/commonjs/components/OnairosButton.js +1 -1
  13. package/lib/commonjs/components/OnairosSignInButton.js +1 -1
  14. package/lib/commonjs/components/Overlay.js +1 -1
  15. package/lib/commonjs/components/PersonaImage.js +1 -1
  16. package/lib/commonjs/components/PersonaLoadingScreen.js +1 -1
  17. package/lib/commonjs/components/PersonalizationConsentScreen.js +1 -1
  18. package/lib/commonjs/components/PinCreationScreen.js +1 -1
  19. package/lib/commonjs/components/PinInput.js +1 -1
  20. package/lib/commonjs/components/PlatformConnectorsStep.js +1 -1
  21. package/lib/commonjs/components/PlatformList.js +1 -1
  22. package/lib/commonjs/components/PlatformToggle.js +1 -1
  23. package/lib/commonjs/components/PrimaryButton.js +1 -1
  24. package/lib/commonjs/components/SignInMatchAnimation.js +1 -1
  25. package/lib/commonjs/components/SignInStep.js +1 -1
  26. package/lib/commonjs/components/UniversalOnboarding.js +1 -1
  27. package/lib/commonjs/components/VerificationStep.js +1 -1
  28. package/lib/commonjs/components/WelcomeScreen.js +1 -1
  29. package/lib/commonjs/components/icons/Basicproficon.js +1 -1
  30. package/lib/commonjs/components/icons/Basicprofile.js +1 -1
  31. package/lib/commonjs/components/icons/Checkbox.js +1 -1
  32. package/lib/commonjs/components/icons/Checkmark.js +1 -1
  33. package/lib/commonjs/components/icons/Contentanalysis.js +1 -1
  34. package/lib/commonjs/components/icons/Contenticon.js +1 -1
  35. package/lib/commonjs/components/icons/EnochE.js +1 -1
  36. package/lib/commonjs/components/icons/Personalityicon.js +1 -1
  37. package/lib/commonjs/components/icons/Personalityprofile.js +1 -1
  38. package/lib/commonjs/components/icons/Personalitytraits.js +1 -1
  39. package/lib/commonjs/components/icons/Userpreferences.js +1 -1
  40. package/lib/commonjs/components/icons/index.js +1 -1
  41. package/lib/commonjs/components/onboarding/OAuthWebView.js +1 -1
  42. package/lib/commonjs/components/onboarding/OnboardingHeader.js +1 -1
  43. package/lib/commonjs/components/onboarding/PinInput.js +1 -1
  44. package/lib/commonjs/components/onboarding/PlatformConnector.js +1 -1
  45. package/lib/commonjs/config/api.js +1 -1
  46. package/lib/commonjs/constants/index.js +1 -1
  47. package/lib/commonjs/context/AuthContext.js +1 -1
  48. package/lib/commonjs/hooks/useConnectedAccounts.js +1 -1
  49. package/lib/commonjs/hooks/useConnections.js +1 -1
  50. package/lib/commonjs/hooks/useCredentials.js +1 -1
  51. package/lib/commonjs/hooks/useUserConnections.js +1 -1
  52. package/lib/commonjs/index.js +1 -1
  53. package/lib/commonjs/services/apiClient.js +1 -1
  54. package/lib/commonjs/services/apiKeyService.js +1 -1
  55. package/lib/commonjs/services/authService.js +1 -1
  56. package/lib/commonjs/services/biometricPinService.js +1 -1
  57. package/lib/commonjs/services/chatGPTConversationExtractor.js +1 -1
  58. package/lib/commonjs/services/chatGPTConversationService.js +1 -1
  59. package/lib/commonjs/services/claudeConversationExtractor.js +1 -1
  60. package/lib/commonjs/services/claudeConversationService.js +1 -1
  61. package/lib/commonjs/services/connectedAccountsService.js +1 -1
  62. package/lib/commonjs/services/googleAuthService.js +1 -1
  63. package/lib/commonjs/services/hingeDataExtractor.js +1 -1
  64. package/lib/commonjs/services/hingeDataService.js +1 -1
  65. package/lib/commonjs/services/imageCompressionService.js +1 -1
  66. package/lib/commonjs/services/instagramDataExtractor.js +1 -1
  67. package/lib/commonjs/services/instagramDataService.js +1 -1
  68. package/lib/commonjs/services/jwtStorageService.js +1 -1
  69. package/lib/commonjs/services/linkedinDOMExtractor.js +1 -1
  70. package/lib/commonjs/services/linkedinProfileService.js +1 -1
  71. package/lib/commonjs/services/linkedinScrapingService.js +1 -1
  72. package/lib/commonjs/services/llmDataStorage.js +1 -1
  73. package/lib/commonjs/services/mobileTrainingService.js +1 -1
  74. package/lib/commonjs/services/oauthService.js +1 -1
  75. package/lib/commonjs/services/pinEncryptionService.js +1 -1
  76. package/lib/commonjs/services/pinStorageUtils.js +1 -1
  77. package/lib/commonjs/services/platformAuthService.js +1 -1
  78. package/lib/commonjs/services/sephoraDataExtractor.js +1 -1
  79. package/lib/commonjs/services/sephoraDataService.js +1 -1
  80. package/lib/commonjs/services/storageService.js +1 -1
  81. package/lib/commonjs/services/telegramDataExtractor.js +1 -1
  82. package/lib/commonjs/services/telegramDataService.js +1 -1
  83. package/lib/commonjs/services/trainingApiHelpers.js +1 -1
  84. package/lib/commonjs/services/userConnectionsService.js +1 -1
  85. package/lib/commonjs/services/youtubeMigrationService.js +1 -1
  86. package/lib/commonjs/theme/index.js +1 -1
  87. package/lib/commonjs/types/index.js +1 -1
  88. package/lib/commonjs/types.js +1 -1
  89. package/lib/commonjs/utils/Portal.js +1 -1
  90. package/lib/commonjs/utils/api.js +1 -1
  91. package/lib/commonjs/utils/assetRegistry.js +1 -1
  92. package/lib/commonjs/utils/auth.js +1 -1
  93. package/lib/commonjs/utils/connectorTests.js +1 -1
  94. package/lib/commonjs/utils/crypto.js +1 -1
  95. package/lib/commonjs/utils/debugHelper.js +1 -1
  96. package/lib/commonjs/utils/encryption.js +1 -1
  97. package/lib/commonjs/utils/eventUtils.js +1 -1
  98. package/lib/commonjs/utils/haptics.js +1 -1
  99. package/lib/commonjs/utils/imagePreloader.js +1 -1
  100. package/lib/commonjs/utils/networkDiagnostics.js +1 -1
  101. package/lib/commonjs/utils/onairosApi.js +1 -1
  102. package/lib/commonjs/utils/programmaticFlow.js +1 -1
  103. package/lib/commonjs/utils/retryHelper.js +1 -1
  104. package/lib/commonjs/utils/secureStorage.js +1 -1
  105. package/lib/commonjs/utils/webviewScripts/chatgpt.js +1 -1
  106. package/lib/commonjs/utils/webviewScripts/claude.js +1 -1
  107. package/lib/commonjs/utils/webviewScripts/hinge.js +1 -1
  108. package/lib/commonjs/utils/webviewScripts/index.js +1 -1
  109. package/lib/commonjs/utils/webviewScripts/instagram.js +1 -1
  110. package/lib/commonjs/utils/webviewScripts/linkedin.js +1 -1
  111. package/lib/commonjs/utils/webviewScripts/sephora.js +1 -1
  112. package/lib/commonjs/utils/webviewScripts/telegram.js +1 -1
  113. package/lib/module/api/index.js +1 -1
  114. package/lib/module/components/BodyText.js +1 -1
  115. package/lib/module/components/BrandMark.js +1 -1
  116. package/lib/module/components/CodeInput.js +1 -1
  117. package/lib/module/components/EmailInput.js +1 -1
  118. package/lib/module/components/GoogleButton.js +1 -1
  119. package/lib/module/components/HeadingGroup.js +1 -1
  120. package/lib/module/components/LLMDataInputModal.js +1 -1
  121. package/lib/module/components/ModalHeader.js +1 -1
  122. package/lib/module/components/ModalSheet.js +1 -1
  123. package/lib/module/components/Onairos.js +1 -1
  124. package/lib/module/components/OnairosButton.js +1 -1
  125. package/lib/module/components/OnairosSignInButton.js +1 -1
  126. package/lib/module/components/Overlay.js +1 -1
  127. package/lib/module/components/PersonaImage.js +1 -1
  128. package/lib/module/components/PersonaLoadingScreen.js +1 -1
  129. package/lib/module/components/PersonalizationConsentScreen.js +1 -1
  130. package/lib/module/components/PinCreationScreen.js +1 -1
  131. package/lib/module/components/PinInput.js +1 -1
  132. package/lib/module/components/PlatformConnectorsStep.js +1 -1
  133. package/lib/module/components/PlatformList.js +1 -1
  134. package/lib/module/components/PlatformToggle.js +1 -1
  135. package/lib/module/components/PrimaryButton.js +1 -1
  136. package/lib/module/components/SignInMatchAnimation.js +1 -1
  137. package/lib/module/components/SignInStep.js +1 -1
  138. package/lib/module/components/UniversalOnboarding.js +1 -1
  139. package/lib/module/components/VerificationStep.js +1 -1
  140. package/lib/module/components/WelcomeScreen.js +1 -1
  141. package/lib/module/components/icons/Basicproficon.js +1 -1
  142. package/lib/module/components/icons/Basicprofile.js +1 -1
  143. package/lib/module/components/icons/Checkbox.js +1 -1
  144. package/lib/module/components/icons/Checkmark.js +1 -1
  145. package/lib/module/components/icons/Contentanalysis.js +1 -1
  146. package/lib/module/components/icons/Contenticon.js +1 -1
  147. package/lib/module/components/icons/EnochE.js +1 -1
  148. package/lib/module/components/icons/Personalityicon.js +1 -1
  149. package/lib/module/components/icons/Personalityprofile.js +1 -1
  150. package/lib/module/components/icons/Personalitytraits.js +1 -1
  151. package/lib/module/components/icons/Userpreferences.js +1 -1
  152. package/lib/module/components/onboarding/OAuthWebView.js +1 -1
  153. package/lib/module/components/onboarding/OnboardingHeader.js +1 -1
  154. package/lib/module/components/onboarding/PinInput.js +1 -1
  155. package/lib/module/components/onboarding/PlatformConnector.js +1 -1
  156. package/lib/module/config/api.js +1 -1
  157. package/lib/module/constants/index.js +1 -1
  158. package/lib/module/context/AuthContext.js +1 -1
  159. package/lib/module/hooks/useConnectedAccounts.js +1 -1
  160. package/lib/module/hooks/useConnections.js +1 -1
  161. package/lib/module/hooks/useCredentials.js +1 -1
  162. package/lib/module/hooks/useUserConnections.js +1 -1
  163. package/lib/module/index.js +1 -1
  164. package/lib/module/services/apiClient.js +1 -1
  165. package/lib/module/services/apiKeyService.js +1 -1
  166. package/lib/module/services/authService.js +1 -1
  167. package/lib/module/services/biometricPinService.js +1 -1
  168. package/lib/module/services/chatGPTConversationExtractor.js +1 -1
  169. package/lib/module/services/chatGPTConversationService.js +1 -1
  170. package/lib/module/services/claudeConversationExtractor.js +1 -1
  171. package/lib/module/services/claudeConversationService.js +1 -1
  172. package/lib/module/services/connectedAccountsService.js +1 -1
  173. package/lib/module/services/googleAuthService.js +1 -1
  174. package/lib/module/services/hingeDataExtractor.js +1 -1
  175. package/lib/module/services/hingeDataService.js +1 -1
  176. package/lib/module/services/imageCompressionService.js +1 -1
  177. package/lib/module/services/instagramDataExtractor.js +1 -1
  178. package/lib/module/services/instagramDataService.js +1 -1
  179. package/lib/module/services/jwtStorageService.js +1 -1
  180. package/lib/module/services/linkedinDOMExtractor.js +1 -1
  181. package/lib/module/services/linkedinProfileService.js +1 -1
  182. package/lib/module/services/linkedinScrapingService.js +1 -1
  183. package/lib/module/services/llmDataStorage.js +1 -1
  184. package/lib/module/services/mobileTrainingService.js +1 -1
  185. package/lib/module/services/oauthService.js +1 -1
  186. package/lib/module/services/pinEncryptionService.js +1 -1
  187. package/lib/module/services/pinStorageUtils.js +1 -1
  188. package/lib/module/services/platformAuthService.js +1 -1
  189. package/lib/module/services/sephoraDataExtractor.js +1 -1
  190. package/lib/module/services/sephoraDataService.js +1 -1
  191. package/lib/module/services/storageService.js +1 -1
  192. package/lib/module/services/telegramDataExtractor.js +1 -1
  193. package/lib/module/services/telegramDataService.js +1 -1
  194. package/lib/module/services/trainingApiHelpers.js +1 -1
  195. package/lib/module/services/userConnectionsService.js +1 -1
  196. package/lib/module/services/youtubeMigrationService.js +1 -1
  197. package/lib/module/theme/index.js +1 -1
  198. package/lib/module/types.js +1 -1
  199. package/lib/module/utils/Portal.js +1 -1
  200. package/lib/module/utils/api.js +1 -1
  201. package/lib/module/utils/assetRegistry.js +1 -1
  202. package/lib/module/utils/auth.js +1 -1
  203. package/lib/module/utils/connectorTests.js +1 -1
  204. package/lib/module/utils/crypto.js +1 -1
  205. package/lib/module/utils/debugHelper.js +1 -1
  206. package/lib/module/utils/encryption.js +1 -1
  207. package/lib/module/utils/eventUtils.js +1 -1
  208. package/lib/module/utils/haptics.js +1 -1
  209. package/lib/module/utils/networkDiagnostics.js +1 -1
  210. package/lib/module/utils/onairosApi.js +1 -1
  211. package/lib/module/utils/programmaticFlow.js +1 -1
  212. package/lib/module/utils/retryHelper.js +1 -1
  213. package/lib/module/utils/secureStorage.js +1 -1
  214. package/lib/module/utils/webviewScripts/chatgpt.js +1 -1
  215. package/lib/module/utils/webviewScripts/claude.js +1 -1
  216. package/lib/module/utils/webviewScripts/hinge.js +1 -1
  217. package/lib/module/utils/webviewScripts/index.js +1 -1
  218. package/lib/module/utils/webviewScripts/instagram.js +1 -1
  219. package/lib/module/utils/webviewScripts/linkedin.js +1 -1
  220. package/lib/module/utils/webviewScripts/sephora.js +1 -1
  221. package/lib/module/utils/webviewScripts/telegram.js +1 -1
  222. package/package.json +1 -1
@@ -1 +1 @@
1
- import React,{useState}from'react';import{View,Text,StyleSheet,TouchableOpacity,Image,ScrollView,ActivityIndicator}from'react-native';import{COLORS}from'../theme';import{triggerHaptic,HapticType}from'../utils/haptics';import{getPlatformIcon}from'../services/connectedAccountsService';import{BRAND_IMAGES}from'../utils/assetRegistry';function _0x1b50(_0xa35d3c,_0x1b50b3){_0xa35d3c=_0xa35d3c-0x0;const _0x253e27=_0xa35d();let _0x1ddc9f=_0x253e27[_0xa35d3c];return _0x1ddc9f;}function _0xa35d(){const _0x2e3110=['Enoch','kwuFy','oheHB','NdMWg','#4CD964','small','#FFFFFF','Accept\x20&\x20Continue','Use\x20different\x20account','cvKQF','VlSPM','BUTTON_PRESS','Blujm','mgteq','createElement','container','headerContainer','iconContainer','onairosLogo','headerIcon','sjCdH','enochIcon','titleContainer','welcomeBackText','Welcome\x20back!','title','mMGms','subtitle','optionRow','basicProfile','optionIcon','grey800','optionText','checkboxContainer','lwpCi','checkbox','grey400','contentAnalysis','optionLeft','grey700','personalityProfile','connectedPlatformsSection','connectedPlatformsTitle','WrFWV','length','connectedPlatformIconContainer','connectedPlatformIcon','contain','connectMoreButton','Cpujy','connectMorePlusCircle','buttonContainer','acceptButton','acceptButtonActive','acceptButtonLoading','FdwxX','laaXh','TxivA','CDKMO','Fragment','acceptButtonText','buttonArrow','buttonArrowActive','declineButton','TNjOo','tbJup','declineButtonText','Dmlbg','logoutButton','WWZWF','KzkGV','WqEXv','logoutButtonText','create','row','center','#000','grey600','700','IBM\x20Plex\x20Sans','Inter','400','space-between','#F8F9FA','#2D3436','600','#999999','#E5E5E5','500','grey500','underline'];_0xa35d=function(){return _0x2e3110;};return _0xa35d();}import{Basicproficon,Basicprofile,Contenticon,Personalityicon,Personalitytraits,Userpreferences,Checkbox,Checkmark}from'./icons';const PersonalizationConsentScreen=({visible:_0x3901bb,onAccept:_0x4235c9,onDecline:_0x1b5c09,loading:loading=![],connectedPlatforms:connectedPlatforms=[],onConnectMore:_0x271875,isReturningUser:isReturningUser=![],appName:appName=_0x1b50(0x0),onLogout:_0x64f7e1})=>{const _0x2c4ca5={'Blujm':function(_0x1203d0,_0x3ed364){return _0x1203d0(_0x3ed364);},'mgteq':function(_0x13b533){return _0x13b533();},'KWxWt':function(_0x1c3d00,_0x2f9f01){return _0x1c3d00===_0x2f9f01;},'VlSPM':_0x1b50(0x1),'cvKQF':function(_0x360b45,_0x3c1a3e){return _0x360b45(_0x3c1a3e);},'FdwxX':_0x1b50(0x2),'laaXh':'ezrGe','VABpr':function(_0x12d9cb,_0x580a47){return _0x12d9cb===_0x580a47;},'tbJup':function(_0x214858){return _0x214858();},'WWZWF':function(_0x55149a,_0xc25033){return _0x55149a!==_0xc25033;},'KzkGV':_0x1b50(0x3),'sjCdH':'contain','mMGms':'\x20wants\x20to\x20personalize\x20your\x20experience','lwpCi':_0x1b50(0x4),'rfjZC':'Connected\x20Platforms','WrFWV':function(_0x564827,_0x34ba5c){return _0x564827>_0x34ba5c;},'Cpujy':'Connect\x20more','TxivA':_0x1b50(0x5),'CDKMO':_0x1b50(0x6),'Pqyzq':_0x1b50(0x7),'Dmlbg':'Decline','uMMYx':_0x1b50(0x8)},[_0x463fd0,_0x487bcf]=_0x2c4ca5[_0x1b50(0x9)](useState,{'basicProfile':![],'contentAnalysis':![],'personalityProfile':![]}),_0x4e78e3=_0x5343fe=>{_0x2c4ca5['KWxWt'](_0x2c4ca5[_0x1b50(0xa)],_0x2c4ca5['VlSPM'])?(_0x2c4ca5['cvKQF'](triggerHaptic,HapticType[_0x1b50(0xb)]),_0x487bcf(_0x870436=>({..._0x870436,[_0x5343fe]:!_0x870436[_0x5343fe]}))):(_0x2c4ca5[_0x1b50(0xc)](_0x20b74c,_0x3d5c6d[_0x1b50(0xb)]),_0x2c4ca5[_0x1b50(0xd)](_0x1da3cd));},_0x404abb=Object['values'](_0x463fd0)['some'](_0x46f2a5=>_0x46f2a5);if(!_0x3901bb)return null;return React[_0x1b50(0xe)](View,{'style':styles[_0x1b50(0xf)]},React[_0x1b50(0xe)](ScrollView,{'style':styles['scrollView'],'contentContainerStyle':styles['scrollContent'],'showsVerticalScrollIndicator':![]},React[_0x1b50(0xe)](View,{'style':styles[_0x1b50(0x10)]},React[_0x1b50(0xe)](View,{'style':styles[_0x1b50(0x11)]},React[_0x1b50(0xe)](Image,{'source':BRAND_IMAGES[_0x1b50(0x12)],'style':styles[_0x1b50(0x13)],'resizeMode':_0x2c4ca5[_0x1b50(0x14)]})),React['createElement'](Text,{'style':styles['arrow']},'→'),React[_0x1b50(0xe)](Image,{'source':BRAND_IMAGES[_0x1b50(0x15)],'style':styles['enochAppIcon'],'resizeMode':_0x2c4ca5[_0x1b50(0x14)]})),React[_0x1b50(0xe)](View,{'style':styles[_0x1b50(0x16)]},isReturningUser&&React[_0x1b50(0xe)](Text,{'style':styles[_0x1b50(0x17)]},_0x1b50(0x18)),React[_0x1b50(0xe)](Text,{'style':styles[_0x1b50(0x19)]},appName,_0x2c4ca5[_0x1b50(0x1a)]),React[_0x1b50(0xe)](Text,{'style':styles[_0x1b50(0x1b)]},'Choose\x20what\x20to\x20share:')),React[_0x1b50(0xe)](View,{'style':styles['optionsContainer']},React[_0x1b50(0xe)](TouchableOpacity,{'style':styles[_0x1b50(0x1c)],'onPress':()=>_0x4e78e3(_0x1b50(0x1d))},React['createElement'](View,{'style':styles['optionLeft']},React[_0x1b50(0xe)](Basicproficon,{'width':0x20,'height':0x20,'fill':COLORS['grey700'],'style':styles[_0x1b50(0x1e)]}),React['createElement'](Basicprofile,{'height':0x18,'fill':COLORS[_0x1b50(0x1f)],'style':styles[_0x1b50(0x20)]})),React[_0x1b50(0xe)](View,{'style':styles[_0x1b50(0x21)]},_0x463fd0[_0x1b50(0x1d)]?React['createElement'](Checkmark,{'width':0x18,'height':0x18,'fill':_0x2c4ca5[_0x1b50(0x22)],'style':styles[_0x1b50(0x23)]}):React[_0x1b50(0xe)](Checkbox,{'width':0x18,'height':0x18,'stroke':COLORS[_0x1b50(0x24)],'style':styles[_0x1b50(0x23)]}))),React[_0x1b50(0xe)](TouchableOpacity,{'style':styles['optionRow'],'onPress':()=>_0x4e78e3(_0x1b50(0x25))},React[_0x1b50(0xe)](View,{'style':styles[_0x1b50(0x26)]},React[_0x1b50(0xe)](Contenticon,{'width':0x20,'height':0x20,'fill':COLORS[_0x1b50(0x27)],'style':styles['optionIcon']}),React[_0x1b50(0xe)](Userpreferences,{'height':0x18,'fill':COLORS[_0x1b50(0x1f)],'style':styles['optionText']})),React[_0x1b50(0xe)](View,{'style':styles[_0x1b50(0x21)]},_0x463fd0[_0x1b50(0x25)]?React['createElement'](Checkmark,{'width':0x18,'height':0x18,'fill':_0x2c4ca5[_0x1b50(0x22)],'style':styles['checkbox']}):React[_0x1b50(0xe)](Checkbox,{'width':0x18,'height':0x18,'stroke':COLORS[_0x1b50(0x24)],'style':styles[_0x1b50(0x23)]}))),React['createElement'](TouchableOpacity,{'style':styles[_0x1b50(0x1c)],'onPress':()=>_0x4e78e3(_0x1b50(0x28))},React[_0x1b50(0xe)](View,{'style':styles[_0x1b50(0x26)]},React[_0x1b50(0xe)](Personalityicon,{'width':0x20,'height':0x20,'fill':COLORS[_0x1b50(0x27)],'style':styles[_0x1b50(0x1e)]}),React[_0x1b50(0xe)](Personalitytraits,{'height':0x18,'fill':COLORS['grey800'],'style':styles[_0x1b50(0x20)]})),React[_0x1b50(0xe)](View,{'style':styles[_0x1b50(0x21)]},_0x463fd0[_0x1b50(0x28)]?React[_0x1b50(0xe)](Checkmark,{'width':0x18,'height':0x18,'fill':_0x2c4ca5['lwpCi'],'style':styles[_0x1b50(0x23)]}):React[_0x1b50(0xe)](Checkbox,{'width':0x18,'height':0x18,'stroke':COLORS['grey400'],'style':styles[_0x1b50(0x23)]})))),React[_0x1b50(0xe)](View,{'style':styles[_0x1b50(0x29)]},React['createElement'](Text,{'style':styles[_0x1b50(0x2a)]},_0x2c4ca5['rfjZC']),_0x2c4ca5[_0x1b50(0x2b)](connectedPlatforms[_0x1b50(0x2c)],0x0)&&React['createElement'](View,{'style':styles['connectedPlatformsIcons']},connectedPlatforms['map'](_0x2863ab=>React[_0x1b50(0xe)](View,{'key':_0x2863ab,'style':styles[_0x1b50(0x2d)]},React['createElement'](Image,{'source':getPlatformIcon(_0x2863ab),'style':styles[_0x1b50(0x2e)],'resizeMode':_0x1b50(0x2f)})))),_0x271875&&React[_0x1b50(0xe)](TouchableOpacity,{'style':styles[_0x1b50(0x30)],'onPress':()=>{_0x2c4ca5[_0x1b50(0x9)](triggerHaptic,HapticType[_0x1b50(0xb)]),_0x2c4ca5['mgteq'](_0x271875);}},React['createElement'](Text,{'style':styles['connectMoreText']},_0x2c4ca5[_0x1b50(0x31)]),React[_0x1b50(0xe)](View,{'style':styles[_0x1b50(0x32)]},React[_0x1b50(0xe)](Text,{'style':styles['connectMorePlus']},'+'))))),React[_0x1b50(0xe)](View,{'style':styles[_0x1b50(0x33)]},React[_0x1b50(0xe)](TouchableOpacity,{'style':[styles[_0x1b50(0x34)],_0x404abb&&styles[_0x1b50(0x35)],loading&&styles[_0x1b50(0x36)]],'onPress':()=>{!loading&&(_0x2c4ca5[_0x1b50(0x37)]===_0x2c4ca5[_0x1b50(0x38)]?(_0xdfc387(_0x9a11ca[_0x1b50(0xb)]),_0x3b8f39()):(triggerHaptic(HapticType[_0x1b50(0xb)]),_0x2c4ca5[_0x1b50(0xd)](_0x4235c9)));},'disabled':loading,'activeOpacity':loading?0x1:0.7},loading?React[_0x1b50(0xe)](ActivityIndicator,{'size':_0x2c4ca5[_0x1b50(0x39)],'color':_0x2c4ca5[_0x1b50(0x3a)]}):React['createElement'](React[_0x1b50(0x3b)],null,React[_0x1b50(0xe)](Text,{'style':[styles[_0x1b50(0x3c)],_0x404abb&&styles['acceptButtonTextActive']]},_0x2c4ca5['Pqyzq']),React[_0x1b50(0xe)](Text,{'style':[styles[_0x1b50(0x3d)],_0x404abb&&styles[_0x1b50(0x3e)]]},'→'))),React[_0x1b50(0xe)](TouchableOpacity,{'style':styles[_0x1b50(0x3f)],'onPress':()=>{_0x2c4ca5['VABpr'](_0x1b50(0x40),_0x1b50(0x40))?(triggerHaptic(HapticType['BUTTON_PRESS']),_0x2c4ca5[_0x1b50(0x41)](_0x1b5c09)):(_0x2c4ca5[_0x1b50(0x9)](_0x44680c,_0x313ecd['BUTTON_PRESS']),_0x2c4ca5[_0x1b50(0xd)](_0x1658a8));}},React[_0x1b50(0xe)](Text,{'style':styles[_0x1b50(0x42)]},_0x2c4ca5[_0x1b50(0x43)])),_0x64f7e1&&React['createElement'](TouchableOpacity,{'style':styles[_0x1b50(0x44)],'onPress':()=>{const _0x2385f8={'WqEXv':function(_0x58270c,_0x4db177){return _0x58270c(_0x4db177);}};_0x2c4ca5[_0x1b50(0x45)](_0x2c4ca5[_0x1b50(0x46)],_0x1b50(0x3))?(_0x2385f8[_0x1b50(0x47)](_0x201456,_0x50aa02['BUTTON_PRESS']),_0x46bd4f(_0x5baa57=>({..._0x5baa57,[_0x4a30cf]:!_0x5baa57[_0x32dd76]}))):(_0x2c4ca5[_0x1b50(0xc)](triggerHaptic,HapticType[_0x1b50(0xb)]),_0x64f7e1());}},React[_0x1b50(0xe)](Text,{'style':styles[_0x1b50(0x48)]},_0x2c4ca5['uMMYx']))));},styles=StyleSheet[_0x1b50(0x49)]({'container':{'flex':0x1,'backgroundColor':COLORS['surface'],'paddingHorizontal':0x18,'paddingTop':0x28,'paddingBottom':0x8},'headerContainer':{'flexDirection':_0x1b50(0x4a),'alignItems':'center','justifyContent':_0x1b50(0x4b),'marginBottom':0xc,'marginTop':0x0},'iconContainer':{'width':0x40,'height':0x40,'backgroundColor':'#FFFFFF','borderRadius':0xc,'alignItems':_0x1b50(0x4b),'justifyContent':_0x1b50(0x4b),'marginHorizontal':0x8,'shadowColor':_0x1b50(0x4c),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.1,'shadowRadius':0x4,'elevation':0x2},'headerIcon':{'width':0x2a,'height':0x2a},'enochAppIcon':{'width':0x48,'height':0x48,'marginHorizontal':0x8},'enochLetter':{'fontSize':0x1c,'fontFamily':'IBM\x20Plex\x20Sans','fontWeight':'700','color':COLORS[_0x1b50(0x1f)]},'arrow':{'fontSize':0x18,'color':COLORS[_0x1b50(0x4d)],'marginHorizontal':0x10},'titleContainer':{'alignItems':_0x1b50(0x4b),'marginBottom':0x8},'welcomeBackText':{'fontSize':0x18,'fontFamily':'IBM\x20Plex\x20Sans','fontWeight':_0x1b50(0x4e),'color':COLORS[_0x1b50(0x1f)],'textAlign':'center','marginBottom':0x2},'title':{'fontSize':0x14,'fontFamily':_0x1b50(0x4f),'fontWeight':'600','color':COLORS[_0x1b50(0x1f)],'textAlign':_0x1b50(0x4b),'marginBottom':0xa},'subtitle':{'fontSize':0x10,'fontFamily':_0x1b50(0x50),'fontWeight':_0x1b50(0x51),'color':COLORS[_0x1b50(0x4d)],'textAlign':_0x1b50(0x4b)},'scrollView':{'flex':0x1},'scrollContent':{'flexGrow':0x1},'optionsContainer':{'marginBottom':0x8},'optionRow':{'flexDirection':_0x1b50(0x4a),'alignItems':_0x1b50(0x4b),'justifyContent':_0x1b50(0x52),'paddingVertical':0xc,'paddingHorizontal':0x2,'backgroundColor':_0x1b50(0x53),'borderRadius':0xc,'marginBottom':0x6,'marginHorizontal':0x0},'optionLeft':{'flexDirection':_0x1b50(0x4a),'alignItems':_0x1b50(0x4b),'flex':0x1},'optionIcon':{'marginRight':0xc,'marginLeft':0x2,'marginTop':-0x4},'optionText':{'flex':0x1,'marginLeft':0x2},'checkboxContainer':{'paddingLeft':0x4,'paddingRight':0x2,'alignItems':_0x1b50(0x4b),'justifyContent':_0x1b50(0x4b)},'checkbox':{},'buttonContainer':{'gap':0x8,'paddingHorizontal':0x0,'paddingBottom':0x10,'marginTop':0x10},'acceptButton':{'backgroundColor':'#E5E5E5','borderRadius':0x19,'paddingVertical':0xa,'paddingHorizontal':0x18,'flexDirection':_0x1b50(0x4a),'alignItems':_0x1b50(0x4b),'justifyContent':_0x1b50(0x4b)},'acceptButtonActive':{'backgroundColor':_0x1b50(0x54)},'acceptButtonLoading':{'backgroundColor':'#2D3436','opacity':0.8},'acceptButtonText':{'color':'#999999','fontSize':0x10,'fontFamily':_0x1b50(0x50),'fontWeight':_0x1b50(0x55),'marginRight':0x8},'acceptButtonTextActive':{'color':_0x1b50(0x6)},'buttonArrow':{'color':_0x1b50(0x56),'fontSize':0x10},'buttonArrowActive':{'color':'#FFFFFF'},'declineButton':{'backgroundColor':_0x1b50(0x57),'borderRadius':0x19,'paddingVertical':0xa,'paddingHorizontal':0x18,'alignItems':_0x1b50(0x4b),'justifyContent':'center'},'declineButtonText':{'color':COLORS[_0x1b50(0x4d)],'fontSize':0x10,'fontFamily':_0x1b50(0x50),'fontWeight':_0x1b50(0x58)},'logoutButton':{'alignItems':'center','paddingVertical':0xc,'marginTop':0x8},'logoutButtonText':{'fontSize':0xe,'fontFamily':_0x1b50(0x50),'fontWeight':_0x1b50(0x51),'color':COLORS[_0x1b50(0x59)],'textDecorationLine':_0x1b50(0x5a)},'connectedPlatformsSection':{'alignItems':'center','paddingVertical':0xa,'paddingHorizontal':0x10,'backgroundColor':_0x1b50(0x53),'borderRadius':0x10,'marginBottom':0xa,'marginTop':0x10},'connectedPlatformsTitle':{'fontSize':0xf,'fontFamily':_0x1b50(0x50),'fontWeight':_0x1b50(0x58),'color':COLORS['grey500'],'marginBottom':0xa},'connectedPlatformsIcons':{'flexDirection':_0x1b50(0x4a),'justifyContent':_0x1b50(0x4b),'alignItems':_0x1b50(0x4b),'flexWrap':'wrap','gap':0xa,'marginBottom':0xa},'connectedPlatformIconContainer':{'width':0x30,'height':0x30,'borderRadius':0xa,'backgroundColor':_0x1b50(0x6),'justifyContent':_0x1b50(0x4b),'alignItems':_0x1b50(0x4b),'shadowColor':_0x1b50(0x4c),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.1,'shadowRadius':0x4,'elevation':0x2},'connectedPlatformIcon':{'width':0x20,'height':0x20},'connectMoreButton':{'flexDirection':_0x1b50(0x4a),'alignItems':_0x1b50(0x4b),'justifyContent':_0x1b50(0x4b),'gap':0x8},'connectMoreText':{'fontSize':0x10,'fontFamily':_0x1b50(0x50),'fontWeight':'500','color':COLORS[_0x1b50(0x59)]},'connectMorePlusCircle':{'width':0x1c,'height':0x1c,'borderRadius':0xe,'borderWidth':0x2,'borderColor':COLORS[_0x1b50(0x24)],'justifyContent':_0x1b50(0x4b),'alignItems':_0x1b50(0x4b)},'connectMorePlus':{'fontSize':0x12,'fontWeight':_0x1b50(0x58),'color':COLORS['grey500'],'marginTop':-0x2}});export{PersonalizationConsentScreen};export default PersonalizationConsentScreen;
1
+ function _0x5d36(_0x38b840,_0x5d36e6){_0x38b840=_0x38b840-0x0;const _0x4d3d01=_0x38b8();let _0x4d7da0=_0x4d3d01[_0x38b840];return _0x4d7da0;}import React,{useState}from'react';import{View,Text,StyleSheet,TouchableOpacity,Image,ScrollView,ActivityIndicator}from'react-native';import{COLORS}from'../theme';import{triggerHaptic,HapticType}from'../utils/haptics';import{getPlatformIcon}from'../services/connectedAccountsService';import{BRAND_IMAGES}from'../utils/assetRegistry';function _0x38b8(){const _0x46fbab=['FXDYM','hVIOH','aSpQV','IcGGO','contain','Welcome\x20back!','Choose\x20what\x20to\x20share:','#4CD964','Connected\x20Platforms','Connect\x20more','small','#FFFFFF','Use\x20different\x20account','utXVY','BUTTON_PRESS','values','some','createElement','scrollContent','iconContainer','headerIcon','eOObk','enochIcon','titleContainer','welcomeBackText','xGvOS','title','czHWg','subtitle','optionsContainer','optionRow','basicProfile','optionIcon','grey800','optionText','checkboxContainer','SaNFe','grey400','contentAnalysis','optionLeft','checkbox','grey700','personalityProfile','connectedPlatformsSection','connectedPlatformsTitle','LQnDw','length','connectedPlatformsIcons','map','connectedPlatformIconContainer','connectedPlatformIcon','nzXRP','ZTtkf','jIZVt','mhfYc','CFoad','connectMoreText','nxVzL','buttonContainer','acceptButtonActive','acceptButtonLoading','ZoRCQ','mAvjG','fVcoR','epazV','NrADl','acceptButtonTextActive','Accept\x20&\x20Continue','buttonArrow','buttonArrowActive','CCDTf','declineButtonText','Decline','logoutButton','KXLiI','ANDsY','ptSXb','rYTef','create','row','center','IBM\x20Plex\x20Sans','700','grey600','600','Inter','space-between','#E5E5E5','#2D3436','#999999','500','400','grey500','underline','#F8F9FA','#000'];_0x38b8=function(){return _0x46fbab;};return _0x38b8();}import{Basicproficon,Basicprofile,Contenticon,Personalityicon,Personalitytraits,Userpreferences,Checkbox,Checkmark}from'./icons';const PersonalizationConsentScreen=({visible:_0x233d6a,onAccept:_0x533256,onDecline:_0x5c61be,loading:loading=![],connectedPlatforms:connectedPlatforms=[],onConnectMore:_0x541d38,isReturningUser:isReturningUser=![],appName:appName='Enoch',onLogout:_0x3af862})=>{const _0x21ac32={'mhfYc':function(_0x3e3924,_0x2fa8ee){return _0x3e3924(_0x2fa8ee);},'CFoad':function(_0x300fca){return _0x300fca();},'nzXRP':function(_0x1b46ad,_0x35c17d){return _0x1b46ad!==_0x35c17d;},'ZTtkf':_0x5d36(0x0),'jIZVt':_0x5d36(0x1),'ZoRCQ':function(_0x4ccc2f,_0x3c5ab3){return _0x4ccc2f!==_0x3c5ab3;},'mAvjG':_0x5d36(0x2),'fVcoR':function(_0x503aed){return _0x503aed();},'CCDTf':function(_0x584e7a){return _0x584e7a();},'KXLiI':function(_0x2c1efd,_0x21da02){return _0x2c1efd===_0x21da02;},'ANDsY':_0x5d36(0x3),'ImNzJ':'sIQxP','utXVY':function(_0x48f4d4,_0x49a9c3){return _0x48f4d4(_0x49a9c3);},'ptSXb':function(_0x3edead){return _0x3edead();},'eOObk':_0x5d36(0x4),'xGvOS':_0x5d36(0x5),'czHWg':'\x20wants\x20to\x20personalize\x20your\x20experience','JUpdK':_0x5d36(0x6),'SaNFe':_0x5d36(0x7),'LQnDw':_0x5d36(0x8),'wUbvD':function(_0x1d2763,_0x490fef){return _0x1d2763>_0x490fef;},'nxVzL':_0x5d36(0x9),'epazV':_0x5d36(0xa),'NrADl':_0x5d36(0xb),'rYTef':_0x5d36(0xc)},[_0x4ac62d,_0x24462c]=_0x21ac32[_0x5d36(0xd)](useState,{'basicProfile':![],'contentAnalysis':![],'personalityProfile':![]}),_0x2f7891=_0x4d8bc1=>{triggerHaptic(HapticType[_0x5d36(0xe)]),_0x21ac32['mhfYc'](_0x24462c,_0x415c28=>({..._0x415c28,[_0x4d8bc1]:!_0x415c28[_0x4d8bc1]}));},_0x179d4f=Object[_0x5d36(0xf)](_0x4ac62d)[_0x5d36(0x10)](_0x391fcf=>_0x391fcf);if(!_0x233d6a)return null;return React['createElement'](View,{'style':styles['container']},React[_0x5d36(0x11)](ScrollView,{'style':styles['scrollView'],'contentContainerStyle':styles[_0x5d36(0x12)],'showsVerticalScrollIndicator':![]},React['createElement'](View,{'style':styles['headerContainer']},React[_0x5d36(0x11)](View,{'style':styles[_0x5d36(0x13)]},React['createElement'](Image,{'source':BRAND_IMAGES['onairosLogo'],'style':styles[_0x5d36(0x14)],'resizeMode':_0x21ac32[_0x5d36(0x15)]})),React[_0x5d36(0x11)](Text,{'style':styles['arrow']},'→'),React[_0x5d36(0x11)](Image,{'source':BRAND_IMAGES[_0x5d36(0x16)],'style':styles['enochAppIcon'],'resizeMode':_0x21ac32[_0x5d36(0x15)]})),React[_0x5d36(0x11)](View,{'style':styles[_0x5d36(0x17)]},isReturningUser&&React[_0x5d36(0x11)](Text,{'style':styles[_0x5d36(0x18)]},_0x21ac32[_0x5d36(0x19)]),React['createElement'](Text,{'style':styles[_0x5d36(0x1a)]},appName,_0x21ac32[_0x5d36(0x1b)]),React[_0x5d36(0x11)](Text,{'style':styles[_0x5d36(0x1c)]},_0x21ac32['JUpdK'])),React[_0x5d36(0x11)](View,{'style':styles[_0x5d36(0x1d)]},React[_0x5d36(0x11)](TouchableOpacity,{'style':styles[_0x5d36(0x1e)],'onPress':()=>_0x2f7891(_0x5d36(0x1f))},React[_0x5d36(0x11)](View,{'style':styles['optionLeft']},React[_0x5d36(0x11)](Basicproficon,{'width':0x20,'height':0x20,'fill':COLORS['grey700'],'style':styles[_0x5d36(0x20)]}),React['createElement'](Basicprofile,{'height':0x18,'fill':COLORS[_0x5d36(0x21)],'style':styles[_0x5d36(0x22)]})),React[_0x5d36(0x11)](View,{'style':styles[_0x5d36(0x23)]},_0x4ac62d[_0x5d36(0x1f)]?React['createElement'](Checkmark,{'width':0x18,'height':0x18,'fill':_0x21ac32[_0x5d36(0x24)],'style':styles['checkbox']}):React[_0x5d36(0x11)](Checkbox,{'width':0x18,'height':0x18,'stroke':COLORS[_0x5d36(0x25)],'style':styles['checkbox']}))),React[_0x5d36(0x11)](TouchableOpacity,{'style':styles['optionRow'],'onPress':()=>_0x2f7891(_0x5d36(0x26))},React[_0x5d36(0x11)](View,{'style':styles[_0x5d36(0x27)]},React[_0x5d36(0x11)](Contenticon,{'width':0x20,'height':0x20,'fill':COLORS['grey700'],'style':styles[_0x5d36(0x20)]}),React[_0x5d36(0x11)](Userpreferences,{'height':0x18,'fill':COLORS[_0x5d36(0x21)],'style':styles[_0x5d36(0x22)]})),React['createElement'](View,{'style':styles[_0x5d36(0x23)]},_0x4ac62d[_0x5d36(0x26)]?React[_0x5d36(0x11)](Checkmark,{'width':0x18,'height':0x18,'fill':_0x21ac32['SaNFe'],'style':styles[_0x5d36(0x28)]}):React[_0x5d36(0x11)](Checkbox,{'width':0x18,'height':0x18,'stroke':COLORS[_0x5d36(0x25)],'style':styles[_0x5d36(0x28)]}))),React[_0x5d36(0x11)](TouchableOpacity,{'style':styles[_0x5d36(0x1e)],'onPress':()=>_0x2f7891('personalityProfile')},React['createElement'](View,{'style':styles[_0x5d36(0x27)]},React['createElement'](Personalityicon,{'width':0x20,'height':0x20,'fill':COLORS[_0x5d36(0x29)],'style':styles[_0x5d36(0x20)]}),React[_0x5d36(0x11)](Personalitytraits,{'height':0x18,'fill':COLORS['grey800'],'style':styles[_0x5d36(0x22)]})),React[_0x5d36(0x11)](View,{'style':styles[_0x5d36(0x23)]},_0x4ac62d[_0x5d36(0x2a)]?React[_0x5d36(0x11)](Checkmark,{'width':0x18,'height':0x18,'fill':_0x21ac32['SaNFe'],'style':styles[_0x5d36(0x28)]}):React[_0x5d36(0x11)](Checkbox,{'width':0x18,'height':0x18,'stroke':COLORS[_0x5d36(0x25)],'style':styles[_0x5d36(0x28)]})))),React[_0x5d36(0x11)](View,{'style':styles[_0x5d36(0x2b)]},React[_0x5d36(0x11)](Text,{'style':styles[_0x5d36(0x2c)]},_0x21ac32[_0x5d36(0x2d)]),_0x21ac32['wUbvD'](connectedPlatforms[_0x5d36(0x2e)],0x0)&&React[_0x5d36(0x11)](View,{'style':styles[_0x5d36(0x2f)]},connectedPlatforms[_0x5d36(0x30)](_0x3de29e=>React['createElement'](View,{'key':_0x3de29e,'style':styles[_0x5d36(0x31)]},React['createElement'](Image,{'source':getPlatformIcon(_0x3de29e),'style':styles[_0x5d36(0x32)],'resizeMode':'contain'})))),_0x541d38&&React['createElement'](TouchableOpacity,{'style':styles['connectMoreButton'],'onPress':()=>{_0x21ac32[_0x5d36(0x33)](_0x21ac32[_0x5d36(0x34)],_0x21ac32[_0x5d36(0x35)])?(_0x21ac32[_0x5d36(0x36)](triggerHaptic,HapticType[_0x5d36(0xe)]),_0x21ac32[_0x5d36(0x37)](_0x541d38)):(_0x21ac32[_0x5d36(0x36)](_0x1a0d48,_0x123aa3['BUTTON_PRESS']),_0x21ac32[_0x5d36(0x37)](_0x2d4c78));}},React[_0x5d36(0x11)](Text,{'style':styles[_0x5d36(0x38)]},_0x21ac32[_0x5d36(0x39)]),React[_0x5d36(0x11)](View,{'style':styles['connectMorePlusCircle']},React[_0x5d36(0x11)](Text,{'style':styles['connectMorePlus']},'+'))))),React[_0x5d36(0x11)](View,{'style':styles[_0x5d36(0x3a)]},React[_0x5d36(0x11)](TouchableOpacity,{'style':[styles['acceptButton'],_0x179d4f&&styles[_0x5d36(0x3b)],loading&&styles[_0x5d36(0x3c)]],'onPress':()=>{_0x21ac32[_0x5d36(0x3d)](_0x21ac32[_0x5d36(0x3e)],_0x21ac32[_0x5d36(0x3e)])?!_0x5a90c2&&(_0x362f0d(_0x53be0a[_0x5d36(0xe)]),_0x21ac32[_0x5d36(0x37)](_0x2c1c62)):!loading&&(_0x21ac32[_0x5d36(0x36)](triggerHaptic,HapticType[_0x5d36(0xe)]),_0x21ac32[_0x5d36(0x3f)](_0x533256));},'disabled':loading,'activeOpacity':loading?0x1:0.7},loading?React[_0x5d36(0x11)](ActivityIndicator,{'size':_0x21ac32[_0x5d36(0x40)],'color':_0x21ac32[_0x5d36(0x41)]}):React['createElement'](React['Fragment'],null,React['createElement'](Text,{'style':[styles['acceptButtonText'],_0x179d4f&&styles[_0x5d36(0x42)]]},_0x5d36(0x43)),React[_0x5d36(0x11)](Text,{'style':[styles[_0x5d36(0x44)],_0x179d4f&&styles[_0x5d36(0x45)]]},'→'))),React[_0x5d36(0x11)](TouchableOpacity,{'style':styles['declineButton'],'onPress':()=>{triggerHaptic(HapticType['BUTTON_PRESS']),_0x21ac32[_0x5d36(0x46)](_0x5c61be);}},React[_0x5d36(0x11)](Text,{'style':styles[_0x5d36(0x47)]},_0x5d36(0x48))),_0x3af862&&React[_0x5d36(0x11)](TouchableOpacity,{'style':styles[_0x5d36(0x49)],'onPress':()=>{_0x21ac32[_0x5d36(0x4a)](_0x21ac32[_0x5d36(0x4b)],_0x21ac32['ImNzJ'])?(_0x21ac32['mhfYc'](_0x4032c0,_0x8380c0['BUTTON_PRESS']),_0x21ac32['CFoad'](_0x2ede9a)):(_0x21ac32[_0x5d36(0xd)](triggerHaptic,HapticType['BUTTON_PRESS']),_0x21ac32[_0x5d36(0x4c)](_0x3af862));}},React[_0x5d36(0x11)](Text,{'style':styles['logoutButtonText']},_0x21ac32[_0x5d36(0x4d)]))));},styles=StyleSheet[_0x5d36(0x4e)]({'container':{'flex':0x1,'backgroundColor':COLORS['surface'],'paddingHorizontal':0x18,'paddingTop':0x28,'paddingBottom':0x8},'headerContainer':{'flexDirection':_0x5d36(0x4f),'alignItems':_0x5d36(0x50),'justifyContent':_0x5d36(0x50),'marginBottom':0xc,'marginTop':0x0},'iconContainer':{'width':0x40,'height':0x40,'backgroundColor':_0x5d36(0xb),'borderRadius':0xc,'alignItems':_0x5d36(0x50),'justifyContent':_0x5d36(0x50),'marginHorizontal':0x8,'shadowColor':'#000','shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.1,'shadowRadius':0x4,'elevation':0x2},'headerIcon':{'width':0x2a,'height':0x2a},'enochAppIcon':{'width':0x48,'height':0x48,'marginHorizontal':0x8},'enochLetter':{'fontSize':0x1c,'fontFamily':_0x5d36(0x51),'fontWeight':_0x5d36(0x52),'color':COLORS[_0x5d36(0x21)]},'arrow':{'fontSize':0x18,'color':COLORS[_0x5d36(0x53)],'marginHorizontal':0x10},'titleContainer':{'alignItems':_0x5d36(0x50),'marginBottom':0x8},'welcomeBackText':{'fontSize':0x18,'fontFamily':_0x5d36(0x51),'fontWeight':'700','color':COLORS[_0x5d36(0x21)],'textAlign':_0x5d36(0x50),'marginBottom':0x2},'title':{'fontSize':0x14,'fontFamily':'IBM\x20Plex\x20Sans','fontWeight':_0x5d36(0x54),'color':COLORS[_0x5d36(0x21)],'textAlign':_0x5d36(0x50),'marginBottom':0xa},'subtitle':{'fontSize':0x10,'fontFamily':_0x5d36(0x55),'fontWeight':'400','color':COLORS['grey600'],'textAlign':_0x5d36(0x50)},'scrollView':{'flex':0x1},'scrollContent':{'flexGrow':0x1},'optionsContainer':{'marginBottom':0x8},'optionRow':{'flexDirection':'row','alignItems':'center','justifyContent':_0x5d36(0x56),'paddingVertical':0xc,'paddingHorizontal':0x2,'backgroundColor':'#F8F9FA','borderRadius':0xc,'marginBottom':0x6,'marginHorizontal':0x0},'optionLeft':{'flexDirection':_0x5d36(0x4f),'alignItems':_0x5d36(0x50),'flex':0x1},'optionIcon':{'marginRight':0xc,'marginLeft':0x2,'marginTop':-0x4},'optionText':{'flex':0x1,'marginLeft':0x2},'checkboxContainer':{'paddingLeft':0x4,'paddingRight':0x2,'alignItems':_0x5d36(0x50),'justifyContent':'center'},'checkbox':{},'buttonContainer':{'gap':0x8,'paddingHorizontal':0x0,'paddingBottom':0x10,'marginTop':0x10},'acceptButton':{'backgroundColor':_0x5d36(0x57),'borderRadius':0x19,'paddingVertical':0xa,'paddingHorizontal':0x18,'flexDirection':_0x5d36(0x4f),'alignItems':_0x5d36(0x50),'justifyContent':_0x5d36(0x50)},'acceptButtonActive':{'backgroundColor':_0x5d36(0x58)},'acceptButtonLoading':{'backgroundColor':_0x5d36(0x58),'opacity':0.8},'acceptButtonText':{'color':_0x5d36(0x59),'fontSize':0x10,'fontFamily':'Inter','fontWeight':_0x5d36(0x54),'marginRight':0x8},'acceptButtonTextActive':{'color':_0x5d36(0xb)},'buttonArrow':{'color':_0x5d36(0x59),'fontSize':0x10},'buttonArrowActive':{'color':'#FFFFFF'},'declineButton':{'backgroundColor':_0x5d36(0x57),'borderRadius':0x19,'paddingVertical':0xa,'paddingHorizontal':0x18,'alignItems':_0x5d36(0x50),'justifyContent':'center'},'declineButtonText':{'color':COLORS[_0x5d36(0x53)],'fontSize':0x10,'fontFamily':_0x5d36(0x55),'fontWeight':_0x5d36(0x5a)},'logoutButton':{'alignItems':_0x5d36(0x50),'paddingVertical':0xc,'marginTop':0x8},'logoutButtonText':{'fontSize':0xe,'fontFamily':_0x5d36(0x55),'fontWeight':_0x5d36(0x5b),'color':COLORS[_0x5d36(0x5c)],'textDecorationLine':_0x5d36(0x5d)},'connectedPlatformsSection':{'alignItems':_0x5d36(0x50),'paddingVertical':0xa,'paddingHorizontal':0x10,'backgroundColor':_0x5d36(0x5e),'borderRadius':0x10,'marginBottom':0xa,'marginTop':0x10},'connectedPlatformsTitle':{'fontSize':0xf,'fontFamily':_0x5d36(0x55),'fontWeight':_0x5d36(0x5a),'color':COLORS[_0x5d36(0x5c)],'marginBottom':0xa},'connectedPlatformsIcons':{'flexDirection':'row','justifyContent':_0x5d36(0x50),'alignItems':_0x5d36(0x50),'flexWrap':'wrap','gap':0xa,'marginBottom':0xa},'connectedPlatformIconContainer':{'width':0x30,'height':0x30,'borderRadius':0xa,'backgroundColor':_0x5d36(0xb),'justifyContent':_0x5d36(0x50),'alignItems':_0x5d36(0x50),'shadowColor':_0x5d36(0x5f),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.1,'shadowRadius':0x4,'elevation':0x2},'connectedPlatformIcon':{'width':0x20,'height':0x20},'connectMoreButton':{'flexDirection':_0x5d36(0x4f),'alignItems':_0x5d36(0x50),'justifyContent':_0x5d36(0x50),'gap':0x8},'connectMoreText':{'fontSize':0x10,'fontFamily':'Inter','fontWeight':_0x5d36(0x5a),'color':COLORS[_0x5d36(0x5c)]},'connectMorePlusCircle':{'width':0x1c,'height':0x1c,'borderRadius':0xe,'borderWidth':0x2,'borderColor':COLORS[_0x5d36(0x25)],'justifyContent':_0x5d36(0x50),'alignItems':_0x5d36(0x50)},'connectMorePlus':{'fontSize':0x12,'fontWeight':_0x5d36(0x5a),'color':COLORS[_0x5d36(0x5c)],'marginTop':-0x2}});export{PersonalizationConsentScreen};export default PersonalizationConsentScreen;
@@ -1 +1 @@
1
- import React,{useState,useEffect}from'react';import{View,Text,StyleSheet,TouchableOpacity,TextInput,Alert,ActivityIndicator}from'react-native';import{COLORS}from'../theme';import{triggerHaptic,HapticType}from'../utils/haptics';import{biometricPinService}from'../services/biometricPinService';function _0x15cd(){const _0x19dae0=['❌\x20[PIN\x20CREATION]\x20Face\x20ID\x20not\x20available\x20on\x20this\x20device','unavailable','yScSV','❌\x20Error\x20checking\x20biometric\x20availability:','available','⚠️\x20Face\x20ID\x20authentication\x20was\x20cancelled\x20or\x20failed','Face\x20ID\x20Setup','XRzgQ','ICuLt','Invalid\x20PIN','Please\x20ensure\x20your\x20PIN\x20meets\x20all\x20requirements.','📝\x20PIN\x20stored\x20temporarily\x20for\x20onboarding','storing','🔐\x20[PIN\x20CREATION]\x20Biometric\x20storage\x20enabled,\x20starting\x20biometric\x20flow...','📱\x20[PIN\x20CREATION]\x20Biometric\x20available\x20before\x20storage:','✅\x20PIN\x20stored\x20successfully\x20with\x20Face\x20ID','success','1|0|2|4|3','error','PIN\x20Storage\x20Error','PIN\x20storage\x20verification\x20failed.\x20Please\x20try\x20again.','📱\x20Biometric\x20not\x20available,\x20continuing\x20without\x20Face\x20ID','owJuD','❌\x20Error\x20in\x20PIN\x20creation\x20process:','PIN\x20Creation\x20Error','czdrL','checking','Create\x20a\x20PIN','Enter\x20your\x20PIN','Your\x20PIN\x20must:','Be\x20at\x20least\x208\x20characters\x20in\x20length.','Contain\x20an\x20uppercase\x20letter.','Contain\x20a\x20number.','small','#D4A536','Checking\x20Face\x20ID...','Face\x20ID\x20Unavailable','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.','Your\x20PIN\x20is\x20now\x20protected\x20with\x20Face\x20ID\x20authentication.','#FFFFFF','Continue','Icwkg','IYfjV','hxgDl','JwrpO','lPfEt','BdtgX','RwXIY','KvpnC','geogC','length','test','every','OCTnG','HFATB','vOZUm','Continue\x20Without\x20Face\x20ID','jZToh','oPEbB','jTZkx','gEvtS','ycZNQ','GPtky','zYZgS','ERROR','alert','ZmEXd','zijDx','KWyjo','log','WxXvK','fWaKj','ezWhT','CelMn','Try\x20Again','nRXSF','xSsbW','Dyxuk','isBiometricAvailable','vXZuD','nkUps','🔐\x20[PIN\x20CREATION]\x20Triggering\x20biometric\x20authentication\x20for\x20PIN\x20storage...','storePinWithBiometric','Lsnwx','TBFeU','NRWYn','KBLDj','LVZgX','isPinStored','FbsZv','OZcTV','SUCCESS','NVHuT','XlHAn','RNPBz','NLJka','nwjUA','VYSxO','bzvcE','TkxOe','MplrY','UfnTx','yzZSQ','lrSrk','pwaLV','YCVYf','uCFqf','iOFty','BUTTON_PRESS','ZiHkY','values','LKHsD','qKMBQ','📱\x20Biometric\x20availability\x20check:','SYusb','OJllZ','hJBvA','lEngv','rNzbe','VDWqt','lEhsq','WaMhs','✅\x20PIN\x20storage\x20verified\x20-\x20proceeding\x20with\x20onboarding','SAOod','cPfhZ','Mttus','createElement','container','titleContainer','title','oVJrI','subtitle','pinContainer','pinInput','requirementsContainer','WhPLr','requirementItem','checkboxChecked','checkmark','requirementTextMet','byOLW','checkbox','uppercase','requirementText','lYcNe','number','symbol','securityCardSuccess','securityCardError','securityIconContainer','ewAGP','grey600','bLsXA','KRelM','ejWRb','securityIcon','KYjWW','HhBce','Enhanced\x20Security','STMbE','MCaAB','kqYlN','NpaqS','securityDescription','Verifying\x20Face\x20ID\x20availability\x20on\x20your\x20device.','LAJLz','uMllE','USaxe','Please\x20authenticate\x20with\x20Face\x20ID\x20to\x20secure\x20your\x20PIN.','fNVkD','TgjBU','buttonContainer','continueButton','continueButtonActive','pxIJq','TpzsT','continueButtonTextActive','BsrYK','create','surface','700','grey800','IBM\x20Plex\x20Sans','Inter','#E5E5E5','center','#4CD964','bold','#F8F9FA','row','#F0FDF4','#22C55E','#FEF2F2','#EF4444','600','auto','#2D3436','#999999'];_0x15cd=function(){return _0x19dae0;};return _0x15cd();}import{setTemporaryPin}from'../services/pinStorageUtils';function _0x2581(_0x15cdf8,_0x258181){_0x15cdf8=_0x15cdf8-0x0;const _0xcd02d1=_0x15cd();let _0x5d05af=_0xcd02d1[_0x15cdf8];return _0x5d05af;}const PinCreationScreen=({visible:_0x1e524d,onComplete:_0x4ea148,onBack:_0x1ac5f8})=>{const _0x99992f={'BdtgX':_0x2581(0x0),'RwXIY':_0x2581(0x1),'KvpnC':function(_0x2cd880,_0x292793){return _0x2cd880(_0x292793);},'JwrpO':function(_0x345158,_0x508b59){return _0x345158!==_0x508b59;},'lPfEt':_0x2581(0x2),'geogC':function(_0x555977,_0x24063b){return _0x555977>=_0x24063b;},'NRWYn':_0x2581(0x3),'KBLDj':function(_0x4a8877,_0x209e56){return _0x4a8877(_0x209e56);},'nkUps':function(_0x2c785f,_0x18aa33){return _0x2c785f(_0x18aa33);},'jZToh':function(_0x4fb961){return _0x4fb961();},'OCTnG':function(_0x19ed3b,_0x2fd94c){return _0x19ed3b(_0x2fd94c);},'HFATB':_0x2581(0x4),'cJoAi':_0x2581(0x5),'vOZUm':_0x2581(0x6),'bzvcE':'Face\x20ID\x20authentication\x20was\x20cancelled\x20or\x20failed.\x20Your\x20PIN\x20is\x20still\x20saved\x20securely.','oPEbB':_0x2581(0x7),'gEvtS':function(_0x416d89,_0x233e2a){return _0x416d89!==_0x233e2a;},'ycZNQ':_0x2581(0x8),'zYZgS':function(_0x4839d4,_0x37086b){return _0x4839d4(_0x37086b);},'VPdUZ':_0x2581(0x9),'ZmEXd':_0x2581(0xa),'zijDx':function(_0x24ce07,_0xc77f5e){return _0x24ce07===_0xc77f5e;},'KWyjo':'KfvOn','HhRod':'🔐\x20Starting\x20PIN\x20creation\x20process...','DzCXJ':_0x2581(0xb),'xSsbW':_0x2581(0xc),'Dyxuk':_0x2581(0xd),'vXZuD':_0x2581(0xe),'Lsnwx':function(_0x35ee81,_0x1cee3d){return _0x35ee81!==_0x1cee3d;},'TBFeU':'BRbPs','LVZgX':_0x2581(0xf),'FbsZv':'✅\x20PIN\x20storage\x20verified\x20-\x20proceeding\x20with\x20onboarding','OZcTV':_0x2581(0x10),'NVHuT':function(_0x1a2f39,_0x513466,_0x31e25c){return _0x1a2f39(_0x513466,_0x31e25c);},'XlHAn':_0x2581(0x11),'RNPBz':_0x2581(0x12),'NLJka':'❌\x20PIN\x20storage\x20verification\x20failed','nwjUA':_0x2581(0x13),'VYSxO':_0x2581(0x14),'lJyIW':_0x2581(0x15),'yzZSQ':function(_0x54b345,_0xe425df){return _0x54b345(_0xe425df);},'lrSrk':function(_0x5b83b9,_0x3ceb7a){return _0x5b83b9(_0x3ceb7a);},'pwaLV':_0x2581(0x16),'YCVYf':_0x2581(0x17),'uCFqf':_0x2581(0x18),'iOFty':'There\x20was\x20an\x20issue\x20creating\x20your\x20PIN.\x20Please\x20try\x20again.','IYfjV':function(_0x4e0206,_0xde5ca1){return _0x4e0206(_0xde5ca1);},'VDWqt':function(_0x37515a,_0x32d15e){return _0x37515a===_0x32d15e;},'ZiHkY':'gHiJk','LKHsD':function(_0x22c4ca){return _0x22c4ca();},'qKMBQ':function(_0x3f42d5,_0x2a6ec1){return _0x3f42d5(_0x2a6ec1);},'SAOod':function(_0x17fcfd,_0x473b2a,_0x530fb8){return _0x17fcfd(_0x473b2a,_0x530fb8);},'SYusb':function(_0x34ee6c,_0x12b433){return _0x34ee6c(_0x12b433);},'WaMhs':_0x2581(0x19),'Mttus':function(_0x5612e){return _0x5612e();},'PuHIx':function(_0x286ea2,_0x4bc434){return _0x286ea2(_0x4bc434);},'Icwkg':function(_0x12d770,_0xde616f){return _0x12d770(_0xde616f);},'hxgDl':_0x2581(0x1a),'txKNg':function(_0x43723c,_0x4ed5e8,_0x123db0){return _0x43723c(_0x4ed5e8,_0x123db0);},'oVJrI':_0x2581(0x1b),'tqzGG':_0x2581(0x1c),'WhPLr':_0x2581(0x1d),'byOLW':_0x2581(0x1e),'lYcNe':_0x2581(0x1f),'CCsdO':_0x2581(0x20),'cjaTd':'Contain\x20a\x20symbol\x20(e.g.\x20!@#$%^&*).','ewAGP':_0x2581(0x21),'bLsXA':function(_0x457057,_0x565839){return _0x457057===_0x565839;},'KRelM':_0x2581(0x22),'ejWRb':function(_0xd637ba,_0x592159){return _0xd637ba===_0x592159;},'KYjWW':function(_0x138527,_0x4b001f){return _0x138527===_0x4b001f;},'SwicA':_0x2581(0x23),'HhBce':function(_0x319015,_0x1fab59){return _0x319015===_0x1fab59;},'STMbE':_0x2581(0x24),'MCaAB':'Securing\x20with\x20Face\x20ID...','kqYlN':function(_0x3f74b6,_0x2f7596){return _0x3f74b6===_0x2f7596;},'NpaqS':_0x2581(0x25),'LAJLz':function(_0x4cd189,_0x3ea1b3){return _0x4cd189===_0x3ea1b3;},'LBvbK':_0x2581(0x26),'uMllE':function(_0xc95fbd,_0x550208){return _0xc95fbd===_0x550208;},'USaxe':_0x2581(0x27),'DGTCV':function(_0x2cceb9,_0x56759f){return _0x2cceb9===_0x56759f;},'fNVkD':_0x2581(0x28),'TgjBU':'Face\x20ID\x20setup\x20failed,\x20but\x20your\x20PIN\x20is\x20stored\x20securely.','pxIJq':function(_0x154b93,_0x14a69e){return _0x154b93||_0x14a69e;},'TpzsT':_0x2581(0x29),'BsrYK':_0x2581(0x2a)},[_0x589f1a,_0x3f3213]=_0x99992f['PuHIx'](useState,''),[_0x1ad062,_0x337b01]=_0x99992f[_0x2581(0x2b)](useState,{'length':![],'uppercase':![],'number':![],'symbol':![]}),[_0x14ef40,_0x1ea35e]=_0x99992f[_0x2581(0x2c)](useState,![]),[_0x72b90a,_0x16ff5b]=_0x99992f['OCTnG'](useState,![]),[_0x47b66a,_0x140cc9]=useState(_0x99992f[_0x2581(0x2d)]),_0x709f27=_0x55a449=>{if(_0x99992f[_0x2581(0x2e)](_0x99992f['lPfEt'],_0x99992f[_0x2581(0x2f)])){_0x3bca61[_0x2581(0x12)](_0x99992f[_0x2581(0x30)]),_0x27f425(_0x99992f[_0x2581(0x31)]),_0x99992f[_0x2581(0x32)](_0x3f4a21,![]);return;}else{const _0x490b68={'length':_0x99992f[_0x2581(0x33)](_0x55a449[_0x2581(0x34)],0x8),'uppercase':/[A-Z]/[_0x2581(0x35)](_0x55a449),'number':/[0-9]/[_0x2581(0x35)](_0x55a449),'symbol':/[!@#$%^&*(),.?":{}|<>]/[_0x2581(0x35)](_0x55a449)};return _0x99992f[_0x2581(0x32)](_0x337b01,_0x490b68),Object['values'](_0x490b68)[_0x2581(0x36)](_0x33dadf=>_0x33dadf);}},_0x418760=_0x337085=>{_0x3f3213(_0x337085),_0x99992f[_0x2581(0x32)](_0x709f27,_0x337085);},_0x2b731c=async()=>{const _0x16c9e0={'GPtky':function(_0x2a2078,_0x18c970){return _0x99992f[_0x2581(0x37)](_0x2a2078,_0x18c970);},'nRXSF':_0x99992f[_0x2581(0x38)],'fWaKj':function(_0x3e7d48,_0x15c9b5){return _0x99992f['nkUps'](_0x3e7d48,_0x15c9b5);},'WxXvK':_0x99992f['cJoAi'],'mEkmY':function(_0x4b0f5d,_0x1c5609){return _0x4b0f5d(_0x1c5609);},'ezWhT':_0x99992f[_0x2581(0x39)],'CelMn':_0x99992f['bzvcE'],'ULLoU':_0x2581(0x3a),'UfnTx':function(_0x512729){return _0x99992f[_0x2581(0x3b)](_0x512729);},'TkxOe':function(_0x4c3428,_0x3e89c0){return _0x4c3428===_0x3e89c0;},'MplrY':_0x99992f[_0x2581(0x3c)],'HOaHR':_0x2581(0x3d)};if(_0x99992f[_0x2581(0x3e)](_0x99992f['ycZNQ'],_0x99992f[_0x2581(0x3f)]))_0x20d86f(_0x5224d9),_0x16c9e0[_0x2581(0x40)](_0x460058,_0x40bb97);else{if(!_0x709f27(_0x589f1a)){_0x99992f[_0x2581(0x41)](triggerHaptic,HapticType[_0x2581(0x42)]),Alert[_0x2581(0x43)](_0x99992f['VPdUZ'],_0x99992f[_0x2581(0x44)]);return;}triggerHaptic(HapticType['BUTTON_PRESS']),_0x99992f['nkUps'](_0x1ea35e,!![]);try{if(_0x99992f[_0x2581(0x45)](_0x99992f[_0x2581(0x46)],'Ednpn'))_0x3c93db[_0x2581(0x47)](_0x16c9e0[_0x2581(0x48)]),_0x16c9e0['mEkmY'](_0x388cc7,_0x2581(0x12)),_0x16c9e0[_0x2581(0x49)](_0x10b14a,_0x2b4ba9[_0x2581(0x42)]),Alert[_0x2581(0x43)](_0x16c9e0[_0x2581(0x4a)],_0x16c9e0[_0x2581(0x4b)],[{'text':_0x2581(0x4c),'onPress':()=>{_0x33d8cd(![]),_0x16c9e0[_0x2581(0x40)](_0x3e3bd4,_0x16c9e0[_0x2581(0x4d)]);}},{'text':_0x16c9e0['ULLoU'],'onPress':()=>{_0x16c9e0[_0x2581(0x40)](_0x209adb,![]),_0x16c9e0[_0x2581(0x49)](_0x11b305,_0x1dd07d);}}]);else{console[_0x2581(0x47)](_0x99992f['HhRod']),_0x99992f[_0x2581(0x37)](setTemporaryPin,_0x589f1a),console[_0x2581(0x47)](_0x99992f['DzCXJ']);if(_0x72b90a){_0x99992f[_0x2581(0x37)](_0x140cc9,_0x99992f[_0x2581(0x4e)]),console['log'](_0x99992f[_0x2581(0x4f)]);const _0x18522d=await biometricPinService[_0x2581(0x50)]();console['log'](_0x99992f[_0x2581(0x51)],_0x18522d);if(!_0x18522d){console['error'](_0x99992f[_0x2581(0x30)]),_0x99992f[_0x2581(0x52)](_0x140cc9,'unavailable'),_0x1ea35e(![]);return;}console[_0x2581(0x47)](_0x2581(0x53));const _0x3982f4=await biometricPinService[_0x2581(0x54)](_0x589f1a);if(_0x3982f4){if(_0x99992f[_0x2581(0x55)](_0x99992f[_0x2581(0x56)],_0x99992f[_0x2581(0x56)]))_0x768c2d[_0x2581(0x12)](_0x99992f[_0x2581(0x57)],_0x345666),_0x19121a(![]),_0x99992f[_0x2581(0x58)](_0x7d1ec2,_0x99992f['RwXIY']);else{console[_0x2581(0x47)](_0x99992f[_0x2581(0x59)]);const _0x2d14f1=await biometricPinService[_0x2581(0x5a)]();if(_0x2d14f1)console[_0x2581(0x47)](_0x99992f[_0x2581(0x5b)]),_0x140cc9(_0x99992f[_0x2581(0x5c)]),triggerHaptic(HapticType[_0x2581(0x5d)]),_0x99992f[_0x2581(0x5e)](setTimeout,()=>{_0x99992f['KvpnC'](_0x1ea35e,![]),_0x4ea148(_0x589f1a);},0x320);else{const _0x52b5b2=_0x99992f[_0x2581(0x5f)]['split']('|');let _0x19aa84=0x0;while(!![]){switch(_0x52b5b2[_0x19aa84++]){case'0':_0x140cc9(_0x99992f[_0x2581(0x60)]);continue;case'1':console[_0x2581(0x12)](_0x99992f[_0x2581(0x61)]);continue;case'2':_0x1ea35e(![]);continue;case'3':Alert[_0x2581(0x43)](_0x99992f[_0x2581(0x62)],_0x99992f[_0x2581(0x63)],[{'text':'OK'}]);continue;case'4':triggerHaptic(HapticType[_0x2581(0x42)]);continue;}break;}}}}else console[_0x2581(0x47)](_0x99992f['cJoAi']),_0x99992f['KvpnC'](_0x140cc9,_0x2581(0x12)),_0x99992f['OCTnG'](triggerHaptic,HapticType[_0x2581(0x42)]),Alert[_0x2581(0x43)](_0x99992f[_0x2581(0x39)],_0x99992f[_0x2581(0x64)],[{'text':_0x2581(0x4c),'onPress':()=>{_0x16c9e0[_0x2581(0x65)](_0x16c9e0[_0x2581(0x66)],_0x16c9e0['HOaHR'])?_0x16c9e0[_0x2581(0x67)](_0x4b95a1):(_0x1ea35e(![]),_0x140cc9(_0x16c9e0['nRXSF']));}},{'text':_0x2581(0x3a),'onPress':()=>{_0x1ea35e(![]),_0x99992f['nkUps'](_0x4ea148,_0x589f1a);}}]);}else console[_0x2581(0x47)](_0x99992f['lJyIW']),_0x99992f[_0x2581(0x68)](_0x140cc9,_0x99992f[_0x2581(0x31)]),_0x99992f[_0x2581(0x52)](_0x1ea35e,![]),_0x99992f[_0x2581(0x69)](_0x4ea148,_0x589f1a);}}catch(_0xa0ac55){_0x99992f[_0x2581(0x45)](_0x99992f['pwaLV'],_0x99992f[_0x2581(0x6a)])?(console['error'](_0x99992f[_0x2581(0x6b)],_0xa0ac55),_0x99992f[_0x2581(0x37)](_0x140cc9,_0x99992f['RNPBz']),_0x99992f['yzZSQ'](_0x1ea35e,![]),triggerHaptic(HapticType['ERROR']),Alert['alert'](_0x99992f[_0x2581(0x6c)],_0x99992f[_0x2581(0x6d)],[{'text':'OK'}])):(_0x21b85a(_0x51ecd3[_0x2581(0x6e)]),_0x99992f['jZToh'](_0x3f4bf2));}}},_0x73be4f=()=>{if(_0x99992f['VDWqt'](_0x99992f[_0x2581(0x6f)],'XAMhn')){const _0x36d244={'length':_0x99992f[_0x2581(0x33)](_0x1abee4['length'],0x8),'uppercase':/[A-Z]/['test'](_0x1d8d1b),'number':/[0-9]/['test'](_0x1e4344),'symbol':/[!@#$%^&*(),.?":{}|<>]/[_0x2581(0x35)](_0x16e2cb)};return _0x99992f[_0x2581(0x2c)](_0x517271,_0x36d244),_0xee2526[_0x2581(0x70)](_0x36d244)[_0x2581(0x36)](_0x45bd09=>_0x45bd09);}else triggerHaptic(HapticType[_0x2581(0x6e)]),_0x99992f[_0x2581(0x71)](_0x1ac5f8);};_0x99992f['txKNg'](useEffect,()=>{const _0x1c8e29={'OJllZ':function(_0x19c749,_0x5076b2){return _0x19c749(_0x5076b2);},'hJBvA':function(_0x3e5544,_0xf97240){return _0x99992f[_0x2581(0x72)](_0x3e5544,_0xf97240);},'lEngv':'available','rNzbe':_0x2581(0x73),'cPfhZ':function(_0x12f5eb,_0x200315){return _0x99992f[_0x2581(0x74)](_0x12f5eb,_0x200315);}},_0x54c47c=async()=>{try{_0x1c8e29[_0x2581(0x75)](_0x140cc9,'checking');const _0x5ef94e=await biometricPinService[_0x2581(0x50)]();_0x1c8e29[_0x2581(0x76)](_0x16ff5b,_0x5ef94e),_0x1c8e29[_0x2581(0x76)](_0x140cc9,_0x5ef94e?_0x1c8e29[_0x2581(0x77)]:_0x2581(0x1)),console['log'](_0x1c8e29[_0x2581(0x78)],_0x5ef94e);}catch(_0x1ea886){console[_0x2581(0x12)](_0x2581(0x3),_0x1ea886),_0x1c8e29[_0x2581(0x75)](_0x16ff5b,![]),_0x1c8e29[_0x2581(0x75)](_0x140cc9,_0x2581(0x1));}};_0x1e524d&&(_0x99992f[_0x2581(0x79)](_0x2581(0x7a),_0x99992f[_0x2581(0x7b)])?(_0x3d6ab6[_0x2581(0x47)](_0x2581(0x7c)),_0x99992f[_0x2581(0x72)](_0x3f5d58,_0x99992f[_0x2581(0x5c)]),_0x99992f[_0x2581(0x37)](_0x52d458,_0x260e4f[_0x2581(0x5d)]),_0x99992f[_0x2581(0x7d)](_0x160cb2,()=>{_0x1c8e29[_0x2581(0x7e)](_0x3a4ad2,![]),_0xa1fcf2(_0x436414);},0x320)):_0x99992f[_0x2581(0x7f)](_0x54c47c));},[_0x1e524d]);const _0x2c4918=Object['values'](_0x1ad062)[_0x2581(0x36)](_0x47d644=>_0x47d644);if(!_0x1e524d)return null;return React[_0x2581(0x80)](View,{'style':styles[_0x2581(0x81)]},React['createElement'](View,{'style':styles[_0x2581(0x82)]},React['createElement'](Text,{'style':styles[_0x2581(0x83)]},_0x99992f[_0x2581(0x84)]),React['createElement'](Text,{'style':styles[_0x2581(0x85)]},'A\x20PIN\x20so\x20only\x20you\x20have\x20access\x20to\x20your\x20data.')),React[_0x2581(0x80)](View,{'style':styles[_0x2581(0x86)]},React[_0x2581(0x80)](TextInput,{'style':styles[_0x2581(0x87)],'value':_0x589f1a,'onChangeText':_0x418760,'placeholder':_0x99992f['tqzGG'],'secureTextEntry':!![],'autoFocus':!![],'maxLength':0x14})),React['createElement'](View,{'style':styles[_0x2581(0x88)]},React['createElement'](Text,{'style':styles['requirementsTitle']},_0x99992f[_0x2581(0x89)]),React['createElement'](View,{'style':styles[_0x2581(0x8a)]},React[_0x2581(0x80)](View,{'style':[styles['checkbox'],_0x1ad062[_0x2581(0x34)]&&styles[_0x2581(0x8b)]]},_0x1ad062['length']&&React[_0x2581(0x80)](Text,{'style':styles[_0x2581(0x8c)]},'✓')),React[_0x2581(0x80)](Text,{'style':[styles['requirementText'],_0x1ad062[_0x2581(0x34)]&&styles[_0x2581(0x8d)]]},_0x99992f[_0x2581(0x8e)])),React['createElement'](View,{'style':styles[_0x2581(0x8a)]},React[_0x2581(0x80)](View,{'style':[styles[_0x2581(0x8f)],_0x1ad062[_0x2581(0x90)]&&styles['checkboxChecked']]},_0x1ad062['uppercase']&&React[_0x2581(0x80)](Text,{'style':styles[_0x2581(0x8c)]},'✓')),React[_0x2581(0x80)](Text,{'style':[styles[_0x2581(0x91)],_0x1ad062[_0x2581(0x90)]&&styles[_0x2581(0x8d)]]},_0x99992f[_0x2581(0x92)])),React[_0x2581(0x80)](View,{'style':styles[_0x2581(0x8a)]},React['createElement'](View,{'style':[styles['checkbox'],_0x1ad062['number']&&styles[_0x2581(0x8b)]]},_0x1ad062['number']&&React['createElement'](Text,{'style':styles[_0x2581(0x8c)]},'✓')),React[_0x2581(0x80)](Text,{'style':[styles[_0x2581(0x91)],_0x1ad062[_0x2581(0x93)]&&styles['requirementTextMet']]},_0x99992f['CCsdO'])),React['createElement'](View,{'style':styles[_0x2581(0x8a)]},React[_0x2581(0x80)](View,{'style':[styles[_0x2581(0x8f)],_0x1ad062[_0x2581(0x94)]&&styles[_0x2581(0x8b)]]},_0x1ad062['symbol']&&React['createElement'](Text,{'style':styles[_0x2581(0x8c)]},'✓')),React[_0x2581(0x80)](Text,{'style':[styles[_0x2581(0x91)],_0x1ad062[_0x2581(0x94)]&&styles[_0x2581(0x8d)]]},_0x99992f['cjaTd']))),React['createElement'](View,{'style':[styles['securityCard'],_0x99992f[_0x2581(0x45)](_0x47b66a,_0x99992f[_0x2581(0x5c)])&&styles[_0x2581(0x95)],_0x99992f['zijDx'](_0x47b66a,_0x99992f[_0x2581(0x60)])&&styles[_0x2581(0x96)]]},React[_0x2581(0x80)](View,{'style':styles[_0x2581(0x97)]},_0x99992f[_0x2581(0x79)](_0x47b66a,_0x99992f['hxgDl'])&&React['createElement'](ActivityIndicator,{'size':_0x99992f[_0x2581(0x98)],'color':COLORS[_0x2581(0x99)]}),_0x99992f[_0x2581(0x9a)](_0x47b66a,_0x2581(0xc))&&React[_0x2581(0x80)](ActivityIndicator,{'size':_0x99992f[_0x2581(0x98)],'color':_0x99992f[_0x2581(0x9b)]}),_0x99992f[_0x2581(0x9c)](_0x47b66a,_0x2581(0x4))&&React[_0x2581(0x80)](Text,{'style':styles['securityIcon']},'🔐'),_0x99992f['bLsXA'](_0x47b66a,_0x99992f[_0x2581(0x31)])&&React[_0x2581(0x80)](Text,{'style':styles[_0x2581(0x9d)]},'⚠️'),_0x99992f[_0x2581(0x9e)](_0x47b66a,_0x99992f[_0x2581(0x5c)])&&React['createElement'](Text,{'style':styles[_0x2581(0x9d)]},'✅'),_0x99992f[_0x2581(0x9a)](_0x47b66a,_0x99992f['RNPBz'])&&React[_0x2581(0x80)](Text,{'style':styles[_0x2581(0x9d)]},'❌')),React['createElement'](View,{'style':styles['securityTextContainer']},React[_0x2581(0x80)](Text,{'style':styles['securityTitle']},_0x47b66a===_0x99992f[_0x2581(0x2d)]&&_0x99992f['SwicA'],_0x99992f[_0x2581(0x9f)](_0x47b66a,_0x99992f[_0x2581(0x38)])&&_0x2581(0xa0),_0x99992f[_0x2581(0x9a)](_0x47b66a,_0x99992f['RwXIY'])&&_0x99992f[_0x2581(0xa1)],_0x99992f[_0x2581(0x9e)](_0x47b66a,_0x2581(0xc))&&_0x99992f[_0x2581(0xa2)],_0x99992f[_0x2581(0xa3)](_0x47b66a,_0x99992f[_0x2581(0x5c)])&&_0x99992f[_0x2581(0xa4)],_0x99992f['LAJLz'](_0x47b66a,_0x99992f[_0x2581(0x60)])&&'Face\x20ID\x20Setup\x20Failed'),React[_0x2581(0x80)](Text,{'style':styles[_0x2581(0xa5)]},_0x99992f[_0x2581(0x79)](_0x47b66a,_0x99992f['hxgDl'])&&_0x2581(0xa6),_0x99992f[_0x2581(0xa7)](_0x47b66a,_0x99992f[_0x2581(0x38)])&&_0x99992f['LBvbK'],_0x99992f[_0x2581(0xa8)](_0x47b66a,_0x2581(0x1))&&_0x99992f[_0x2581(0xa9)],_0x47b66a===_0x99992f[_0x2581(0x4e)]&&_0x2581(0xaa),_0x99992f['DGTCV'](_0x47b66a,_0x2581(0x10))&&_0x99992f[_0x2581(0xab)],_0x47b66a===_0x99992f[_0x2581(0x60)]&&_0x99992f[_0x2581(0xac)]))),React[_0x2581(0x80)](View,{'style':styles[_0x2581(0xad)]},React[_0x2581(0x80)](TouchableOpacity,{'style':[styles[_0x2581(0xae)],_0x2c4918&&styles[_0x2581(0xaf)]],'onPress':_0x2b731c,'disabled':_0x99992f[_0x2581(0xb0)](!_0x2c4918,_0x14ef40)},_0x14ef40?React[_0x2581(0x80)](ActivityIndicator,{'size':'small','color':_0x99992f[_0x2581(0xb1)]}):React['createElement'](Text,{'style':[styles['continueButtonText'],_0x2c4918&&styles[_0x2581(0xb2)]]},_0x99992f[_0x2581(0xb3)]))));},styles=StyleSheet[_0x2581(0xb4)]({'container':{'flex':0x1,'backgroundColor':COLORS[_0x2581(0xb5)],'paddingHorizontal':0x18,'paddingTop':0x28},'titleContainer':{'alignItems':'center','marginBottom':0x18,'paddingTop':0x0,'marginTop':0x0},'title':{'fontSize':0x18,'fontWeight':_0x2581(0xb6),'color':COLORS[_0x2581(0xb7)],'marginBottom':0x8,'fontFamily':_0x2581(0xb8)},'subtitle':{'fontSize':0x10,'color':COLORS[_0x2581(0x99)],'lineHeight':0x18,'fontFamily':_0x2581(0xb9)},'pinContainer':{'marginBottom':0x20},'pinInput':{'backgroundColor':'#F8F9FA','borderRadius':0xc,'paddingVertical':0x10,'paddingHorizontal':0x10,'fontSize':0x10,'fontFamily':_0x2581(0xb9),'borderWidth':0x1,'borderColor':_0x2581(0xba)},'requirementsContainer':{'marginBottom':0x20},'requirementsTitle':{'fontSize':0x10,'fontWeight':'600','color':COLORS[_0x2581(0xb7)],'marginBottom':0x10,'fontFamily':'Inter'},'requirementItem':{'flexDirection':'row','alignItems':_0x2581(0xbb),'marginBottom':0xc},'checkbox':{'width':0x14,'height':0x14,'borderRadius':0xa,'borderWidth':0x2,'borderColor':_0x2581(0xba),'marginRight':0xc,'alignItems':_0x2581(0xbb),'justifyContent':_0x2581(0xbb)},'checkboxChecked':{'borderColor':_0x2581(0xbc),'backgroundColor':_0x2581(0xbc)},'checkmark':{'color':_0x2581(0x29),'fontSize':0xc,'fontWeight':_0x2581(0xbd)},'requirementText':{'fontSize':0xe,'color':COLORS['grey600'],'fontFamily':_0x2581(0xb9),'flex':0x1},'requirementTextMet':{'color':COLORS[_0x2581(0xb7)]},'securityCard':{'backgroundColor':_0x2581(0xbe),'borderRadius':0xc,'padding':0x10,'flexDirection':_0x2581(0xbf),'alignItems':_0x2581(0xbb),'marginBottom':0x18,'borderWidth':0x1,'borderColor':_0x2581(0xba)},'securityCardSuccess':{'backgroundColor':_0x2581(0xc0),'borderColor':_0x2581(0xc1)},'securityCardError':{'backgroundColor':_0x2581(0xc2),'borderColor':_0x2581(0xc3)},'securityIconContainer':{'marginRight':0xc},'securityIcon':{'fontSize':0x18},'securityTextContainer':{'flex':0x1},'securityTitle':{'fontSize':0xe,'fontWeight':_0x2581(0xc4),'color':COLORS[_0x2581(0xb7)],'marginBottom':0x4,'fontFamily':_0x2581(0xb9)},'securityDescription':{'fontSize':0xd,'color':COLORS[_0x2581(0x99)],'lineHeight':0x12,'fontFamily':_0x2581(0xb9)},'buttonContainer':{'marginTop':_0x2581(0xc5),'paddingBottom':0x22},'continueButton':{'backgroundColor':_0x2581(0xba),'borderRadius':0x19,'paddingVertical':0x10,'alignItems':_0x2581(0xbb),'justifyContent':_0x2581(0xbb)},'continueButtonActive':{'backgroundColor':_0x2581(0xc6)},'continueButtonText':{'fontSize':0x10,'fontWeight':_0x2581(0xc4),'color':_0x2581(0xc7),'fontFamily':_0x2581(0xb9)},'continueButtonTextActive':{'color':_0x2581(0x29)}});export{PinCreationScreen};export default PinCreationScreen;
1
+ import React,{useState,useEffect}from'react';import{View,Text,StyleSheet,TouchableOpacity,TextInput,Alert,ActivityIndicator}from'react-native';import{COLORS}from'../theme';import{triggerHaptic,HapticType}from'../utils/haptics';import{biometricPinService}from'../services/biometricPinService';function _0x54e0(_0x19da73,_0x54e098){_0x19da73=_0x19da73-0x0;const _0x17977f=_0x19da();let _0x261d4e=_0x17977f[_0x19da73];return _0x261d4e;}import{setTemporaryPin}from'../services/pinStorageUtils';const PinCreationScreen=({visible:_0x3633af,onComplete:_0x58a19f,onBack:_0x47d013})=>{const _0x28ad58={'oQgYk':function(_0x36ae95,_0x279003){return _0x36ae95(_0x279003);},'cQEzs':function(_0x40eda2,_0xb7bc3d){return _0x40eda2(_0xb7bc3d);},'gRaNl':function(_0x500175,_0x4c11ad){return _0x500175!==_0x4c11ad;},'KaMLT':'yvCRs','RjjLE':function(_0x2b3d3b,_0x3e8e63){return _0x2b3d3b>=_0x3e8e63;},'lrGvW':function(_0x11901b,_0x1e89d4){return _0x11901b(_0x1e89d4);},'hAUSi':function(_0x2c3ddd,_0x197007){return _0x2c3ddd(_0x197007);},'TKsHA':_0x54e0(0x0),'xcEBR':function(_0x258b9c,_0x2c3f89){return _0x258b9c(_0x2c3f89);},'wOnmN':_0x54e0(0x1),'itPkS':function(_0xb11d12,_0x5a1fe8){return _0xb11d12(_0x5a1fe8);},'riDiB':function(_0x57807c,_0x38a7d7){return _0x57807c(_0x38a7d7);},'gHmcA':function(_0x190ab6,_0x384259){return _0x190ab6(_0x384259);},'UTQoP':_0x54e0(0x2),'eHagC':function(_0x111dfd,_0x2afcb4){return _0x111dfd(_0x2afcb4);},'OKPSO':function(_0x152076,_0xd430c2){return _0x152076===_0xd430c2;},'TmCON':_0x54e0(0x3),'NrIoR':_0x54e0(0x4),'LnlXv':_0x54e0(0x5),'fKygs':'📱\x20[PIN\x20CREATION]\x20Biometric\x20available\x20before\x20storage:','AhkFB':'❌\x20[PIN\x20CREATION]\x20Face\x20ID\x20not\x20available\x20on\x20this\x20device','shKMl':_0x54e0(0x6),'JqaYl':_0x54e0(0x7),'wyGhf':function(_0x24ae29,_0x469d23){return _0x24ae29===_0x469d23;},'TDTNv':_0x54e0(0x8),'Snlry':_0x54e0(0x9),'OYwct':_0x54e0(0xa),'aKXSg':function(_0x96ae08,_0x1f1398){return _0x96ae08(_0x1f1398);},'HGfmO':_0x54e0(0xb),'ZQyxG':function(_0x10d795,_0x26ab10,_0x5a249a){return _0x10d795(_0x26ab10,_0x5a249a);},'OFZsh':'error','BSvjs':'PIN\x20Storage\x20Error','kAMzr':_0x54e0(0xc),'KdHRv':_0x54e0(0xd),'YFejP':_0x54e0(0xe),'FLibG':function(_0x1df45b,_0x9dd542){return _0x1df45b(_0x9dd542);},'cuqaS':_0x54e0(0xf),'liBBB':_0x54e0(0x10),'JtLps':function(_0x40d0ab,_0x3a777f){return _0x40d0ab(_0x3a777f);},'EUHRM':function(_0x56e254,_0xd8029f){return _0x56e254(_0xd8029f);},'zmhEr':_0x54e0(0x11),'sRxxw':_0x54e0(0x12),'fIooo':function(_0x3e5f91,_0x16eab2){return _0x3e5f91(_0x16eab2);},'kEiWK':function(_0xb0baf6,_0x302156){return _0xb0baf6(_0x302156);},'HOYtu':'PIN\x20Creation\x20Error','FPjzZ':_0x54e0(0x13),'REpFB':'Please\x20ensure\x20your\x20PIN\x20meets\x20all\x20requirements.','mXPGA':_0x54e0(0x14),'MsMtc':function(_0x29c3d4){return _0x29c3d4();},'auBtE':_0x54e0(0x15),'Ekugk':_0x54e0(0x16),'ArGzH':_0x54e0(0x17),'SPpfi':_0x54e0(0x18),'QSoHU':function(_0x523867,_0x30e443){return _0x523867(_0x30e443);},'aaHOg':function(_0x4c2809,_0x5d2b91){return _0x4c2809(_0x5d2b91);},'yiJET':function(_0x2739cc,_0x20fa3d){return _0x2739cc!==_0x20fa3d;},'LtXsR':'fhrij','SzxNc':'rXwaX','orGrt':function(_0x4cc845){return _0x4cc845();},'BjCMl':function(_0x2a481c,_0x140ec5){return _0x2a481c(_0x140ec5);},'PkFfa':function(_0x28934d,_0x50c10b){return _0x28934d(_0x50c10b);},'jZANL':function(_0x4e0dbe,_0x31565c){return _0x4e0dbe(_0x31565c);},'cWSHp':function(_0x2902c8,_0x18b248,_0x540612){return _0x2902c8(_0x18b248,_0x540612);},'cxxHU':_0x54e0(0x19),'bBfoH':_0x54e0(0x1a),'jmoVP':_0x54e0(0x1b),'AgZOQ':'Be\x20at\x20least\x208\x20characters\x20in\x20length.','AfKbj':_0x54e0(0x1c),'UjylC':_0x54e0(0x1d),'XUsol':_0x54e0(0x1e),'gwLfC':function(_0x29168b,_0x2e0af0){return _0x29168b===_0x2e0af0;},'DoaNN':_0x54e0(0x1f),'agRdU':_0x54e0(0x20),'XieGo':function(_0x503397,_0x3473ed){return _0x503397===_0x3473ed;},'oBNRf':function(_0x55d4fe,_0x18309a){return _0x55d4fe===_0x18309a;},'uAySz':function(_0x3dd66e,_0xb616fe){return _0x3dd66e===_0xb616fe;},'qAVAm':'Checking\x20Face\x20ID...','QKAHo':function(_0x145fd2,_0xcb9b0){return _0x145fd2===_0xcb9b0;},'FCGox':function(_0x334831,_0x6e9813){return _0x334831===_0x6e9813;},'lmsKW':_0x54e0(0x21),'eLcmP':_0x54e0(0x22),'xYiUH':_0x54e0(0x23),'trSSn':_0x54e0(0x24),'hmGlT':_0x54e0(0x25),'zTyLv':function(_0x2c507c,_0x25554d){return _0x2c507c===_0x25554d;},'pcIyf':_0x54e0(0x26),'NkQRu':function(_0x2ca3a0,_0x1676c5){return _0x2ca3a0===_0x1676c5;},'gPAjx':_0x54e0(0x27),'bKGgJ':'Your\x20PIN\x20is\x20now\x20protected\x20with\x20Face\x20ID\x20authentication.','xlslR':function(_0x5ef9ff,_0x5ce474){return _0x5ef9ff||_0x5ce474;},'jIrJX':_0x54e0(0x28),'tIVWM':'Continue'},[_0x254eac,_0xfacef9]=_0x28ad58['eHagC'](useState,''),[_0x179bd4,_0x2b9900]=_0x28ad58[_0x54e0(0x29)](useState,{'length':![],'uppercase':![],'number':![],'symbol':![]}),[_0x137323,_0x482743]=_0x28ad58[_0x54e0(0x2a)](useState,![]),[_0x4701a7,_0x2959e2]=_0x28ad58[_0x54e0(0x2b)](useState,![]),[_0x33a25f,_0x480213]=_0x28ad58['jZANL'](useState,_0x28ad58[_0x54e0(0x2c)]),_0x344df8=_0x49a069=>{if(_0x28ad58[_0x54e0(0x2d)](_0x54e0(0x2e),_0x28ad58[_0x54e0(0x2f)]))_0x28ad58[_0x54e0(0x2a)](_0x5e36f6,![]),_0x28ad58[_0x54e0(0x30)](_0x1a18cd,_0x353435);else{const _0x535ef6={'length':_0x28ad58[_0x54e0(0x31)](_0x49a069[_0x54e0(0x32)],0x8),'uppercase':/[A-Z]/[_0x54e0(0x33)](_0x49a069),'number':/[0-9]/[_0x54e0(0x33)](_0x49a069),'symbol':/[!@#$%^&*(),.?":{}|<>]/[_0x54e0(0x33)](_0x49a069)};return _0x28ad58[_0x54e0(0x34)](_0x2b9900,_0x535ef6),Object['values'](_0x535ef6)[_0x54e0(0x35)](_0x108644=>_0x108644);}},_0x1cb065=_0x4437d8=>{_0x28ad58[_0x54e0(0x36)](_0xfacef9,_0x4437d8),_0x344df8(_0x4437d8);},_0x743485=async()=>{const _0xd8a564={'FbmAB':function(_0x329be7,_0x3d28e8){return _0x329be7(_0x3d28e8);},'cArCm':function(_0x1b8fac,_0x183318){return _0x28ad58[_0x54e0(0x36)](_0x1b8fac,_0x183318);}};if(!_0x28ad58[_0x54e0(0x37)](_0x344df8,_0x254eac)){_0x28ad58['gHmcA'](triggerHaptic,HapticType[_0x54e0(0x38)]),Alert[_0x54e0(0x39)](_0x28ad58[_0x54e0(0x3a)],'Please\x20ensure\x20your\x20PIN\x20meets\x20all\x20requirements.');return;}_0x28ad58['eHagC'](triggerHaptic,HapticType[_0x54e0(0x3b)]),_0x28ad58['eHagC'](_0x482743,!![]);try{if(_0x28ad58['OKPSO'](_0x28ad58[_0x54e0(0x3c)],_0x54e0(0x3d))){const _0x4c4051={'length':_0x28ad58[_0x54e0(0x31)](_0x202ea0[_0x54e0(0x32)],0x8),'uppercase':/[A-Z]/[_0x54e0(0x33)](_0x13cfdb),'number':/[0-9]/[_0x54e0(0x33)](_0x32830a),'symbol':/[!@#$%^&*(),.?":{}|<>]/['test'](_0x14f5d1)};return _0x579512(_0x4c4051),_0x43e7db[_0x54e0(0x3e)](_0x4c4051)[_0x54e0(0x35)](_0x8ed9bb=>_0x8ed9bb);}else{console['log'](_0x28ad58['NrIoR']),_0x28ad58[_0x54e0(0x3f)](setTemporaryPin,_0x254eac),console[_0x54e0(0x40)]('📝\x20PIN\x20stored\x20temporarily\x20for\x20onboarding');if(_0x4701a7){_0x480213(_0x54e0(0x1f)),console[_0x54e0(0x40)](_0x28ad58[_0x54e0(0x41)]);const _0x5286f0=await biometricPinService['isBiometricAvailable']();console[_0x54e0(0x40)](_0x28ad58['fKygs'],_0x5286f0);if(!_0x5286f0){console[_0x54e0(0x42)](_0x28ad58[_0x54e0(0x43)]),_0x28ad58['oQgYk'](_0x480213,_0x28ad58[_0x54e0(0x44)]),_0x482743(![]);return;}console[_0x54e0(0x40)](_0x54e0(0x45));const _0x4fc098=await biometricPinService[_0x54e0(0x46)](_0x254eac);if(_0x4fc098){console[_0x54e0(0x40)](_0x28ad58[_0x54e0(0x47)]);const _0x57479c=await biometricPinService[_0x54e0(0x48)]();_0x57479c?_0x28ad58[_0x54e0(0x49)](_0x28ad58[_0x54e0(0x4a)],_0x28ad58[_0x54e0(0x4b)])?(_0x288e9b['error'](_0x28ad58[_0x54e0(0x4c)]),_0x28ad58[_0x54e0(0x2a)](_0x19e301,_0x54e0(0x42)),_0x458f3b(![]),_0x28ad58[_0x54e0(0x4d)](_0x5c8242,_0xf0cb1a[_0x54e0(0x38)]),Alert[_0x54e0(0x39)](_0x54e0(0x4e),_0x28ad58[_0x54e0(0x4f)],[{'text':'OK'}])):(console[_0x54e0(0x40)](_0x28ad58[_0x54e0(0x50)]),_0x28ad58[_0x54e0(0x51)](_0x480213,_0x28ad58[_0x54e0(0x52)]),_0x28ad58[_0x54e0(0x37)](triggerHaptic,HapticType[_0x54e0(0x53)]),_0x28ad58[_0x54e0(0x54)](setTimeout,()=>{_0x28ad58['itPkS'](_0x482743,![]),_0x28ad58[_0x54e0(0x34)](_0x58a19f,_0x254eac);},0x320)):(console[_0x54e0(0x42)](_0x28ad58[_0x54e0(0x4c)]),_0x28ad58[_0x54e0(0x55)](_0x480213,_0x28ad58['OFZsh']),_0x28ad58[_0x54e0(0x56)](_0x482743,![]),triggerHaptic(HapticType[_0x54e0(0x38)]),Alert[_0x54e0(0x39)](_0x28ad58['BSvjs'],_0x54e0(0x1),[{'text':'OK'}]));}else _0x28ad58[_0x54e0(0x2d)](_0x28ad58[_0x54e0(0x57)],_0x28ad58['KdHRv'])?(console[_0x54e0(0x40)](_0x28ad58[_0x54e0(0x58)]),_0x480213(_0x28ad58[_0x54e0(0x59)]),_0x28ad58[_0x54e0(0x5a)](triggerHaptic,HapticType[_0x54e0(0x38)]),Alert['alert'](_0x54e0(0x5b),_0x28ad58[_0x54e0(0x5c)],[{'text':_0x28ad58['liBBB'],'onPress':()=>{_0xd8a564[_0x54e0(0x5d)](_0x482743,![]),_0x480213(_0x54e0(0x16));}},{'text':'Continue\x20Without\x20Face\x20ID','onPress':()=>{_0xd8a564['FbmAB'](_0x482743,![]),_0xd8a564[_0x54e0(0x5e)](_0x58a19f,_0x254eac);}}])):(_0x57e4ec(_0x24d3b9),_0x28ad58[_0x54e0(0x55)](_0x2c5ced,_0x28b8bb));}else console[_0x54e0(0x40)](_0x54e0(0x5f)),_0x28ad58[_0x54e0(0x5a)](_0x480213,_0x28ad58[_0x54e0(0x44)]),_0x28ad58[_0x54e0(0x60)](_0x482743,![]),_0x28ad58['EUHRM'](_0x58a19f,_0x254eac);}}catch(_0x3590a7){const _0x45ecd6=_0x28ad58[_0x54e0(0x61)][_0x54e0(0x62)]('|');let _0x42bd14=0x0;while(!![]){switch(_0x45ecd6[_0x42bd14++]){case'0':_0x480213(_0x28ad58[_0x54e0(0x59)]);continue;case'1':console[_0x54e0(0x42)](_0x28ad58[_0x54e0(0x63)],_0x3590a7);continue;case'2':_0x28ad58[_0x54e0(0x64)](_0x482743,![]);continue;case'3':_0x28ad58[_0x54e0(0x65)](triggerHaptic,HapticType[_0x54e0(0x38)]);continue;case'4':Alert[_0x54e0(0x39)](_0x28ad58[_0x54e0(0x66)],_0x28ad58[_0x54e0(0x67)],[{'text':'OK'}]);continue;}break;}}},_0x446d9c=()=>{if(_0x28ad58[_0x54e0(0x68)](_0x28ad58[_0x54e0(0x69)],_0x28ad58[_0x54e0(0x69)]))triggerHaptic(HapticType[_0x54e0(0x3b)]),_0x28ad58[_0x54e0(0x6a)](_0x47d013);else{_0x28ad58[_0x54e0(0x5a)](_0x4da04a,_0x2ecc8f['ERROR']),Alert['alert'](_0x28ad58['UTQoP'],_0x28ad58['REpFB']);return;}};_0x28ad58[_0x54e0(0x6b)](useEffect,()=>{const _0x5ebdcb={'JjRYb':_0x54e0(0x5f),'xzYQM':function(_0x8fb7f,_0x53e1c7){return _0x28ad58['QSoHU'](_0x8fb7f,_0x53e1c7);},'STLrl':_0x28ad58[_0x54e0(0x44)],'qjrGA':function(_0x385519,_0x25505a){return _0x28ad58[_0x54e0(0x6c)](_0x385519,_0x25505a);},'xhqbM':function(_0x1ba8cb,_0x540591){return _0x1ba8cb(_0x540591);}},_0xa7c910=async()=>{try{_0x480213(_0x28ad58[_0x54e0(0x2c)]);const _0x4bf52e=await biometricPinService[_0x54e0(0x6d)]();_0x2959e2(_0x4bf52e),_0x28ad58[_0x54e0(0x60)](_0x480213,_0x4bf52e?_0x28ad58[_0x54e0(0x6e)]:_0x28ad58[_0x54e0(0x44)]),console[_0x54e0(0x40)](_0x28ad58['ArGzH'],_0x4bf52e);}catch(_0x225747){_0x28ad58[_0x54e0(0x68)](_0x54e0(0x6f),'yzTEj')?(console[_0x54e0(0x42)](_0x28ad58[_0x54e0(0x70)],_0x225747),_0x28ad58['xcEBR'](_0x2959e2,![]),_0x28ad58['eHagC'](_0x480213,'unavailable')):(_0x543752[_0x54e0(0x40)](_0x5ebdcb['JjRYb']),_0x5ebdcb[_0x54e0(0x71)](_0x1bc207,_0x5ebdcb[_0x54e0(0x72)]),_0x198d4a(![]),_0x2cf2e3(_0x57413d));}};_0x3633af&&(_0x28ad58['yiJET'](_0x28ad58[_0x54e0(0x73)],_0x28ad58['SzxNc'])?_0x28ad58[_0x54e0(0x74)](_0xa7c910):(_0x4de54a[_0x54e0(0x42)](_0x54e0(0x18),_0x4ef888),_0x5ebdcb['qjrGA'](_0x2f90ab,![]),_0x5ebdcb[_0x54e0(0x75)](_0x40c0a5,'unavailable')));},[_0x3633af]);const _0x3a533f=Object[_0x54e0(0x3e)](_0x179bd4)['every'](_0x2f9041=>_0x2f9041);if(!_0x3633af)return null;return React[_0x54e0(0x76)](View,{'style':styles[_0x54e0(0x77)]},React[_0x54e0(0x76)](View,{'style':styles['titleContainer']},React[_0x54e0(0x76)](Text,{'style':styles['title']},_0x28ad58['cxxHU']),React[_0x54e0(0x76)](Text,{'style':styles['subtitle']},'A\x20PIN\x20so\x20only\x20you\x20have\x20access\x20to\x20your\x20data.')),React[_0x54e0(0x76)](View,{'style':styles[_0x54e0(0x78)]},React[_0x54e0(0x76)](TextInput,{'style':styles[_0x54e0(0x79)],'value':_0x254eac,'onChangeText':_0x1cb065,'placeholder':_0x28ad58[_0x54e0(0x7a)],'secureTextEntry':!![],'autoFocus':!![],'maxLength':0x14})),React['createElement'](View,{'style':styles[_0x54e0(0x7b)]},React[_0x54e0(0x76)](Text,{'style':styles[_0x54e0(0x7c)]},_0x28ad58['jmoVP']),React[_0x54e0(0x76)](View,{'style':styles['requirementItem']},React[_0x54e0(0x76)](View,{'style':[styles[_0x54e0(0x7d)],_0x179bd4[_0x54e0(0x32)]&&styles['checkboxChecked']]},_0x179bd4[_0x54e0(0x32)]&&React['createElement'](Text,{'style':styles['checkmark']},'✓')),React['createElement'](Text,{'style':[styles['requirementText'],_0x179bd4[_0x54e0(0x32)]&&styles[_0x54e0(0x7e)]]},_0x28ad58[_0x54e0(0x7f)])),React[_0x54e0(0x76)](View,{'style':styles['requirementItem']},React['createElement'](View,{'style':[styles[_0x54e0(0x7d)],_0x179bd4[_0x54e0(0x80)]&&styles[_0x54e0(0x81)]]},_0x179bd4[_0x54e0(0x80)]&&React['createElement'](Text,{'style':styles['checkmark']},'✓')),React[_0x54e0(0x76)](Text,{'style':[styles[_0x54e0(0x82)],_0x179bd4['uppercase']&&styles[_0x54e0(0x7e)]]},_0x28ad58[_0x54e0(0x83)])),React[_0x54e0(0x76)](View,{'style':styles[_0x54e0(0x84)]},React[_0x54e0(0x76)](View,{'style':[styles['checkbox'],_0x179bd4['number']&&styles[_0x54e0(0x81)]]},_0x179bd4[_0x54e0(0x85)]&&React[_0x54e0(0x76)](Text,{'style':styles[_0x54e0(0x86)]},'✓')),React[_0x54e0(0x76)](Text,{'style':[styles[_0x54e0(0x82)],_0x179bd4[_0x54e0(0x85)]&&styles[_0x54e0(0x7e)]]},_0x28ad58[_0x54e0(0x87)])),React['createElement'](View,{'style':styles['requirementItem']},React['createElement'](View,{'style':[styles[_0x54e0(0x7d)],_0x179bd4[_0x54e0(0x88)]&&styles[_0x54e0(0x81)]]},_0x179bd4[_0x54e0(0x88)]&&React[_0x54e0(0x76)](Text,{'style':styles['checkmark']},'✓')),React[_0x54e0(0x76)](Text,{'style':[styles[_0x54e0(0x82)],_0x179bd4[_0x54e0(0x88)]&&styles[_0x54e0(0x7e)]]},'Contain\x20a\x20symbol\x20(e.g.\x20!@#$%^&*).'))),React[_0x54e0(0x76)](View,{'style':[styles[_0x54e0(0x89)],_0x28ad58['wyGhf'](_0x33a25f,'success')&&styles[_0x54e0(0x8a)],_0x28ad58[_0x54e0(0x68)](_0x33a25f,_0x28ad58[_0x54e0(0x59)])&&styles[_0x54e0(0x8b)]]},React[_0x54e0(0x76)](View,{'style':styles['securityIconContainer']},_0x33a25f===_0x28ad58[_0x54e0(0x2c)]&&React[_0x54e0(0x76)](ActivityIndicator,{'size':_0x28ad58['XUsol'],'color':COLORS[_0x54e0(0x8c)]}),_0x28ad58[_0x54e0(0x8d)](_0x33a25f,_0x28ad58[_0x54e0(0x8e)])&&React['createElement'](ActivityIndicator,{'size':_0x28ad58['XUsol'],'color':_0x28ad58['agRdU']}),_0x28ad58[_0x54e0(0x68)](_0x33a25f,_0x54e0(0x16))&&React[_0x54e0(0x76)](Text,{'style':styles[_0x54e0(0x8f)]},'🔐'),_0x28ad58['gwLfC'](_0x33a25f,'unavailable')&&React['createElement'](Text,{'style':styles[_0x54e0(0x8f)]},'⚠️'),_0x28ad58['XieGo'](_0x33a25f,'success')&&React['createElement'](Text,{'style':styles[_0x54e0(0x8f)]},'✅'),_0x28ad58[_0x54e0(0x90)](_0x33a25f,_0x28ad58[_0x54e0(0x59)])&&React[_0x54e0(0x76)](Text,{'style':styles[_0x54e0(0x8f)]},'❌')),React['createElement'](View,{'style':styles['securityTextContainer']},React[_0x54e0(0x76)](Text,{'style':styles[_0x54e0(0x91)]},_0x28ad58[_0x54e0(0x92)](_0x33a25f,_0x28ad58['auBtE'])&&_0x28ad58[_0x54e0(0x93)],_0x28ad58[_0x54e0(0x94)](_0x33a25f,_0x54e0(0x16))&&_0x54e0(0x95),_0x28ad58['FCGox'](_0x33a25f,_0x28ad58[_0x54e0(0x44)])&&_0x28ad58[_0x54e0(0x96)],_0x33a25f===_0x28ad58['DoaNN']&&_0x28ad58[_0x54e0(0x97)],_0x33a25f===_0x28ad58['HGfmO']&&_0x28ad58[_0x54e0(0x98)],_0x33a25f===_0x28ad58[_0x54e0(0x59)]&&_0x28ad58[_0x54e0(0x99)]),React[_0x54e0(0x76)](Text,{'style':styles[_0x54e0(0x9a)]},_0x28ad58[_0x54e0(0x90)](_0x33a25f,_0x28ad58['auBtE'])&&_0x28ad58['hmGlT'],_0x28ad58[_0x54e0(0x9b)](_0x33a25f,_0x28ad58[_0x54e0(0x6e)])&&_0x54e0(0x9c),_0x33a25f===_0x54e0(0x6)&&_0x28ad58['pcIyf'],_0x28ad58[_0x54e0(0x9d)](_0x33a25f,_0x54e0(0x1f))&&_0x28ad58['gPAjx'],_0x28ad58[_0x54e0(0x9d)](_0x33a25f,_0x28ad58['HGfmO'])&&_0x28ad58[_0x54e0(0x9e)],_0x33a25f===_0x28ad58[_0x54e0(0x59)]&&_0x54e0(0x9f)))),React['createElement'](View,{'style':styles[_0x54e0(0xa0)]},React[_0x54e0(0x76)](TouchableOpacity,{'style':[styles['continueButton'],_0x3a533f&&styles['continueButtonActive']],'onPress':_0x743485,'disabled':_0x28ad58['xlslR'](!_0x3a533f,_0x137323)},_0x137323?React[_0x54e0(0x76)](ActivityIndicator,{'size':_0x28ad58['XUsol'],'color':_0x28ad58[_0x54e0(0xa1)]}):React[_0x54e0(0x76)](Text,{'style':[styles['continueButtonText'],_0x3a533f&&styles['continueButtonTextActive']]},_0x28ad58[_0x54e0(0xa2)]))));},styles=StyleSheet[_0x54e0(0xa3)]({'container':{'flex':0x1,'backgroundColor':COLORS[_0x54e0(0xa4)],'paddingHorizontal':0x18,'paddingTop':0x28},'titleContainer':{'alignItems':_0x54e0(0xa5),'marginBottom':0x18,'paddingTop':0x0,'marginTop':0x0},'title':{'fontSize':0x18,'fontWeight':_0x54e0(0xa6),'color':COLORS['grey800'],'marginBottom':0x8,'fontFamily':_0x54e0(0xa7)},'subtitle':{'fontSize':0x10,'color':COLORS[_0x54e0(0x8c)],'lineHeight':0x18,'fontFamily':'Inter'},'pinContainer':{'marginBottom':0x20},'pinInput':{'backgroundColor':_0x54e0(0xa8),'borderRadius':0xc,'paddingVertical':0x10,'paddingHorizontal':0x10,'fontSize':0x10,'fontFamily':_0x54e0(0xa9),'borderWidth':0x1,'borderColor':_0x54e0(0xaa)},'requirementsContainer':{'marginBottom':0x20},'requirementsTitle':{'fontSize':0x10,'fontWeight':_0x54e0(0xab),'color':COLORS[_0x54e0(0xac)],'marginBottom':0x10,'fontFamily':_0x54e0(0xa9)},'requirementItem':{'flexDirection':_0x54e0(0xad),'alignItems':_0x54e0(0xa5),'marginBottom':0xc},'checkbox':{'width':0x14,'height':0x14,'borderRadius':0xa,'borderWidth':0x2,'borderColor':'#E5E5E5','marginRight':0xc,'alignItems':_0x54e0(0xa5),'justifyContent':_0x54e0(0xa5)},'checkboxChecked':{'borderColor':_0x54e0(0xae),'backgroundColor':'#4CD964'},'checkmark':{'color':_0x54e0(0x28),'fontSize':0xc,'fontWeight':_0x54e0(0xaf)},'requirementText':{'fontSize':0xe,'color':COLORS[_0x54e0(0x8c)],'fontFamily':_0x54e0(0xa9),'flex':0x1},'requirementTextMet':{'color':COLORS['grey800']},'securityCard':{'backgroundColor':_0x54e0(0xa8),'borderRadius':0xc,'padding':0x10,'flexDirection':'row','alignItems':'center','marginBottom':0x18,'borderWidth':0x1,'borderColor':_0x54e0(0xaa)},'securityCardSuccess':{'backgroundColor':_0x54e0(0xb0),'borderColor':_0x54e0(0xb1)},'securityCardError':{'backgroundColor':_0x54e0(0xb2),'borderColor':_0x54e0(0xb3)},'securityIconContainer':{'marginRight':0xc},'securityIcon':{'fontSize':0x18},'securityTextContainer':{'flex':0x1},'securityTitle':{'fontSize':0xe,'fontWeight':_0x54e0(0xab),'color':COLORS[_0x54e0(0xac)],'marginBottom':0x4,'fontFamily':_0x54e0(0xa9)},'securityDescription':{'fontSize':0xd,'color':COLORS[_0x54e0(0x8c)],'lineHeight':0x12,'fontFamily':_0x54e0(0xa9)},'buttonContainer':{'marginTop':_0x54e0(0xb4),'paddingBottom':0x22},'continueButton':{'backgroundColor':'#E5E5E5','borderRadius':0x19,'paddingVertical':0x10,'alignItems':_0x54e0(0xa5),'justifyContent':_0x54e0(0xa5)},'continueButtonActive':{'backgroundColor':'#2D3436'},'continueButtonText':{'fontSize':0x10,'fontWeight':_0x54e0(0xab),'color':_0x54e0(0xb5),'fontFamily':_0x54e0(0xa9)},'continueButtonTextActive':{'color':_0x54e0(0x28)}});function _0x19da(){const _0x1ea6f5=['❌\x20PIN\x20storage\x20verification\x20failed','PIN\x20storage\x20verification\x20failed.\x20Please\x20try\x20again.','Invalid\x20PIN','YsSaC','🔐\x20Starting\x20PIN\x20creation\x20process...','🔐\x20[PIN\x20CREATION]\x20Biometric\x20storage\x20enabled,\x20starting\x20biometric\x20flow...','unavailable','✅\x20PIN\x20stored\x20successfully\x20with\x20Face\x20ID','tSaGO','bktBo','✅\x20PIN\x20storage\x20verified\x20-\x20proceeding\x20with\x20onboarding','success','YCVIw','RmAjw','⚠️\x20Face\x20ID\x20authentication\x20was\x20cancelled\x20or\x20failed','Face\x20ID\x20authentication\x20was\x20cancelled\x20or\x20failed.\x20Your\x20PIN\x20is\x20still\x20saved\x20securely.','Try\x20Again','1|0|2|3|4','❌\x20Error\x20in\x20PIN\x20creation\x20process:','There\x20was\x20an\x20issue\x20creating\x20your\x20PIN.\x20Please\x20try\x20again.','jrlTI','checking','available','📱\x20Biometric\x20availability\x20check:','❌\x20Error\x20checking\x20biometric\x20availability:','Create\x20a\x20PIN','Enter\x20your\x20PIN','Your\x20PIN\x20must:','Contain\x20an\x20uppercase\x20letter.','Contain\x20a\x20number.','small','storing','#D4A536','Face\x20ID\x20Unavailable','Securing\x20with\x20Face\x20ID...','PIN\x20Secured\x20with\x20Face\x20ID','Face\x20ID\x20Setup\x20Failed','Verifying\x20Face\x20ID\x20availability\x20on\x20your\x20device.','Face\x20ID\x20is\x20not\x20available\x20on\x20this\x20device.\x20Your\x20PIN\x20will\x20be\x20stored\x20securely.','Please\x20authenticate\x20with\x20Face\x20ID\x20to\x20secure\x20your\x20PIN.','#FFFFFF','BjCMl','oQgYk','PkFfa','auBtE','gRaNl','yvCRs','KaMLT','cQEzs','RjjLE','length','test','lrGvW','every','hAUSi','itPkS','ERROR','alert','UTQoP','BUTTON_PRESS','TmCON','zQrDb','values','gHmcA','log','LnlXv','error','AhkFB','shKMl','🔐\x20[PIN\x20CREATION]\x20Triggering\x20biometric\x20authentication\x20for\x20PIN\x20storage...','storePinWithBiometric','JqaYl','isPinStored','wyGhf','TDTNv','Snlry','TKsHA','xcEBR','PIN\x20Storage\x20Error','wOnmN','OYwct','aKXSg','HGfmO','SUCCESS','ZQyxG','riDiB','eHagC','kAMzr','YFejP','OFZsh','FLibG','Face\x20ID\x20Setup','cuqaS','FbmAB','cArCm','📱\x20Biometric\x20not\x20available,\x20continuing\x20without\x20Face\x20ID','JtLps','zmhEr','split','sRxxw','fIooo','kEiWK','HOYtu','FPjzZ','OKPSO','mXPGA','MsMtc','cWSHp','aaHOg','isBiometricAvailable','Ekugk','yzTEj','SPpfi','xzYQM','STLrl','LtXsR','orGrt','xhqbM','createElement','container','pinContainer','pinInput','bBfoH','requirementsContainer','requirementsTitle','checkbox','requirementTextMet','AgZOQ','uppercase','checkboxChecked','requirementText','AfKbj','requirementItem','number','checkmark','UjylC','symbol','securityCard','securityCardSuccess','securityCardError','grey600','gwLfC','DoaNN','securityIcon','oBNRf','securityTitle','uAySz','qAVAm','QKAHo','Enhanced\x20Security','lmsKW','eLcmP','xYiUH','trSSn','securityDescription','zTyLv','We\x20use\x20Face\x20ID\x20to\x20ensure\x20only\x20you\x20can\x20access\x20your\x20data.','NkQRu','bKGgJ','Face\x20ID\x20setup\x20failed,\x20but\x20your\x20PIN\x20is\x20stored\x20securely.','buttonContainer','jIrJX','tIVWM','create','surface','center','700','IBM\x20Plex\x20Sans','#F8F9FA','Inter','#E5E5E5','600','grey800','row','#4CD964','bold','#F0FDF4','#22C55E','#FEF2F2','#EF4444','auto','#999999'];_0x19da=function(){return _0x1ea6f5;};return _0x19da();}export{PinCreationScreen};export default PinCreationScreen;
@@ -1 +1 @@
1
- import React,{useState,useCallback}from'react';import{View,Text,StyleSheet,TextInput,TouchableOpacity,Dimensions,Keyboard,ActivityIndicator}from'react-native';import{biometricPinService}from'../services/biometricPinService';function _0x462f(){const _0x129eca=['get','window','Training\x20is\x20starting\x20in\x20the\x20background...','jdCpL','ScAow','mERno','PIN\x20must\x20include\x20a\x20special\x20character','PIN\x20must\x20include\x20a\x20number','biometric-unavailable','Biometric\x20Authentication\x20Not\x20Available','warning','Biometric\x20authentication\x20was\x20cancelled\x20or\x20failed.\x20Your\x20PIN\x20needs\x20to\x20be\x20secured\x20with\x20biometric\x20authentication\x20to\x20proceed.','error','Please\x20complete\x20biometric\x20authentication\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.','info','CqwaL','authenticating','NFsyi','default','This\x20device\x20does\x20not\x20support\x20Face\x20ID\x20or\x20Touch\x20ID.\x20Please\x20enable\x20biometric\x20authentication\x20in\x20your\x20device\x20settings\x20to\x20secure\x20your\x20PIN.','Biometric\x20Authentication\x20Failed','Authenticating...','Secure\x20PIN\x20Storage','Create\x20a\x20PIN','small','#007AFF','done','•\x20At\x20least\x20','\x20characters','Try\x20Again','Continue\x20Without\x20Biometric','Continue','ISBZy','YlrHB','uOcQV','tsNkc','XVMOB','lryRO','ZjiaF','catch','Ylhro','warn','AhLVQ','aCjGu','ZwDbD','biometric-failed','FrNtj','CGBSt','length','PIN\x20must\x20be\x20at\x20least\x20','test','cTVMR','Imooo','iwZzc','xGhnk','QWPhR','fcZXA','dOsCe','fuXqx','JOFki','gBKWC','An\x20error\x20occurred\x20while\x20securing\x20your\x20PIN.\x20Would\x20you\x20like\x20to\x20try\x20again?','jLzhM','SBwJD','yejDV','DIvHo','GbLJa','cyFiY','EQtLw','KmpAI','SQLvA','vZmMq','fbOcf','hYBXB','TzCvZ','cXmye','EHwPA','log','QrHYV','VAZwW','PcglL','XSwdb','LAFkk','oeWDO','DUBCp','isBiometricAvailable','storePinWithBiometric','isPinStored','RkWEt','roZMB','IUvPM','nIAgG','NOXzc','iKtoI','aBYRF','TURPs','BwTsS','LrXXe','createElement','container','inputSection','header','backButton','zGmMJ','backgroundProgressContainer','backgroundProgressIndicator','UnfjD','inputContainer','input','e.g.\x20MyPin123!','none','worTy','visibilityButton','hQSee','👁️‍🗨️','requirements','requirementTitle','llkMA','requirementMet','pBVXB','mZDoM','requirement','infoContainer','infoContainerInfo','aFZMd','infoContainerWarning','type','infoTitle','uOslh','infoTitleInfo','infoTitleWarning','pJTNI','infoTitleError','infoMessage','GoIgZ','infoMessageInfo','infoMessageWarning','dazgb','message','showActions','infoActions','infoActionButton','ixacc','infoActionButtonText','infoActionButtonSecondaryText','OuvFu','footer','cancelButton','cancelButtonText','VwqUX','submitButtonDisabled','VkdVC','QjOnx','create','#fff','flex-start','row','center','space-between','600','#333','#666','#E3F2FD','#2196F3','#FF9800','#FFEBEE','#F44336','#1976D2','#F57C00','#D32F2F','#1565C0','#E65100','#C62828','#FF3B30','#eee','#000000'];_0x462f=function(){return _0x129eca;};return _0x462f();}const {width}=Dimensions[_0x59da(0x0)](_0x59da(0x1));export const PinInput=({onSubmit:_0x25207a,minLength:minLength=0x8,requireSpecialChar:requireSpecialChar=!![],requireNumber:requireNumber=!![],onBack:_0x2b2980,enableBiometricStorage:enableBiometricStorage=!![],onBackgroundTrainingStart:_0x43cb8d,showBackgroundProgress:showBackgroundProgress=![],backgroundProgressText:backgroundProgressText=_0x59da(0x2)})=>{const _0x437f99={'XVMOB':function(_0x30752a,_0x4d0e2c){return _0x30752a(_0x4d0e2c);},'VAZwW':function(_0xdc9fe,_0x1ecf68){return _0xdc9fe===_0x1ecf68;},'lryRO':_0x59da(0x3),'ZjiaF':function(_0x308960){return _0x308960();},'ZwDbD':function(_0x1bb28f,_0x4c6983){return _0x1bb28f(_0x4c6983);},'AoFLI':function(_0x2b3f7b,_0x2b1262){return _0x2b3f7b(_0x2b1262);},'FrNtj':function(_0x45ba28,_0x45ccf3){return _0x45ba28!==_0x45ccf3;},'emRcD':_0x59da(0x4),'cTVMR':function(_0x3aa9f8,_0x1fdaf7){return _0x3aa9f8!==_0x1fdaf7;},'Imooo':_0x59da(0x5),'iwZzc':_0x59da(0x6),'WuIHe':_0x59da(0x7),'LAFkk':function(_0x2caa00,_0x46c93c){return _0x2caa00(_0x46c93c);},'oeWDO':function(_0x40ca62){return _0x40ca62();},'roZMB':function(_0x5b7141,_0xc62bf4){return _0x5b7141&&_0xc62bf4;},'dOsCe':_0x59da(0x8),'hCYBG':_0x59da(0x9),'fuXqx':_0x59da(0xa),'NOXzc':'biometric-failed','JOFki':_0x59da(0xb),'aBYRF':'storage-error','gBKWC':'Storage\x20Error','jLzhM':_0x59da(0xc),'SBwJD':_0x59da(0xd),'yejDV':_0x59da(0xe),'uOslh':_0x59da(0xf),'DIvHo':_0x59da(0x10),'YlrHB':function(_0xdc1f70,_0x43c5f8){return _0xdc1f70(_0x43c5f8);},'QrHYV':_0x59da(0x11),'PcglL':_0x59da(0x12),'XSwdb':'wXoIi','WISAU':function(_0x557cef,_0x5ebe24){return _0x557cef===_0x5ebe24;},'ISBZy':function(_0x3d0661,_0x312565){return _0x3d0661(_0x312565);},'YlAbL':'XvVmQ','nIAgG':function(_0x4d0fee,_0x2966b0){return _0x4d0fee(_0x2966b0);},'iKtoI':function(_0x3cec81,_0x215f8f){return _0x3cec81(_0x215f8f);},'TURPs':'pwAwK','tsNkc':_0x59da(0x13),'BwTsS':_0x59da(0x14),'LrXXe':_0x59da(0x15),'FPKIz':_0x59da(0x16),'hpjOp':_0x59da(0x17),'LNiJX':function(_0x88b3ba,_0x4ae916){return _0x88b3ba(_0x4ae916);},'uOcQV':function(_0x52a3b1,_0x5e45b8){return _0x52a3b1(_0x5e45b8);},'AzUim':function(_0x68d1bb,_0xbb4244){return _0x68d1bb(_0xbb4244);},'aCjGu':function(_0x41376d,_0x1c355e,_0x459634){return _0x41376d(_0x1c355e,_0x459634);},'jQuLe':function(_0x5d88a3,_0x3c40b8,_0x5ed0d5){return _0x5d88a3(_0x3c40b8,_0x5ed0d5);},'zGmMJ':_0x59da(0x18),'vZAkc':_0x59da(0x19),'UnfjD':_0x59da(0x1a),'worTy':_0x59da(0x1b),'hQSee':'👁️','llkMA':'PIN\x20Requirements:','pBVXB':_0x59da(0x1c),'mZDoM':_0x59da(0x1d),'PIaci':'•\x20Include\x20a\x20special\x20character','InWYN':'•\x20Include\x20a\x20number','RDeMM':function(_0x4ac44c,_0x299407){return _0x4ac44c===_0x299407;},'aFZMd':function(_0xab50f2,_0x57c6e6){return _0xab50f2===_0x57c6e6;},'gQXDi':function(_0x40d5a0,_0x2bb674){return _0x40d5a0===_0x2bb674;},'pJTNI':function(_0x1e0b4a,_0x8ac1c6){return _0x1e0b4a===_0x8ac1c6;},'GoIgZ':function(_0x432429,_0x11db0e){return _0x432429===_0x11db0e;},'dazgb':function(_0x5479ae,_0x16e8b8){return _0x5479ae===_0x16e8b8;},'ixacc':_0x59da(0x1e),'OuvFu':_0x59da(0x1f),'GxYwp':'Back','VwqUX':function(_0x59f002,_0x40247c){return _0x59f002||_0x40247c;},'VkdVC':function(_0x49a1f8,_0x3a4489){return _0x49a1f8(_0x3a4489);},'QjOnx':_0x59da(0x20)},[_0x5c5900,_0x1bcd41]=useState(''),[_0x3898b0,_0x22522f]=_0x437f99[_0x59da(0x21)](useState,null),[_0xb3f35e,_0x3df50a]=_0x437f99[_0x59da(0x22)](useState,![]),[_0x25b686,_0x3f65b4]=_0x437f99['LNiJX'](useState,![]),[_0x24ddea,_0x5e9d4c]=_0x437f99[_0x59da(0x23)](useState,_0x437f99[_0x59da(0x24)]),[_0x35c33c,_0x5edb61]=_0x437f99['AzUim'](useState,![]);React['useEffect'](()=>{const _0x421fe3={'Ylhro':function(_0x570bf4,_0x238523){return _0x437f99[_0x59da(0x25)](_0x570bf4,_0x238523);},'AhLVQ':function(_0x30f78b,_0x133c3b){return _0x437f99[_0x59da(0x25)](_0x30f78b,_0x133c3b);}};_0x437f99['VAZwW'](_0x437f99[_0x59da(0x26)],'jdCpL')?_0x43cb8d&&!_0x35c33c&&showBackgroundProgress&&(console['log']('\uD83D\uDE80 [PIN INPUT] Background training explicitly requested...'),_0x437f99[_0x59da(0x25)](_0x5edb61,!![]),_0x437f99[_0x59da(0x27)](_0x43cb8d)[_0x59da(0x28)](_0x290d83=>{console['error']('\u274C [PIN INPUT] Background training failed:',_0x290d83),_0x421fe3[_0x59da(0x29)](_0x5edb61,![]);})):(_0x55b9c8[_0x59da(0x2a)]('\u26A0️ [PIN INPUT] User chose to continue without biometric security'),_0x421fe3[_0x59da(0x2b)](_0x1b508a,_0x30d653));},[_0x43cb8d,_0x35c33c,showBackgroundProgress]);const _0x30e3dd=_0x437f99[_0x59da(0x2c)](useCallback,_0x5a1c5f=>{const _0x22937f={'wtTTl':function(_0x12361b,_0x2604c9){return _0x437f99[_0x59da(0x2d)](_0x12361b,_0x2604c9);},'xGhnk':function(_0x35f671){return _0x35f671();},'QWPhR':function(_0x3c9754,_0x337b13){return _0x437f99['AoFLI'](_0x3c9754,_0x337b13);},'fcZXA':_0x59da(0x2e)};if(_0x437f99[_0x59da(0x2f)](_0x59da(0x30),_0x437f99['emRcD'])){if(_0x5a1c5f[_0x59da(0x31)]<minLength)return _0x59da(0x32)+minLength+_0x59da(0x1d);if(requireSpecialChar&&!/[!@#$%^&*(),.?":{}|<>]/[_0x59da(0x33)](_0x5a1c5f)){if(_0x437f99[_0x59da(0x34)]('WeKMu',_0x437f99[_0x59da(0x35)]))return _0x437f99[_0x59da(0x36)];else _0x22937f['wtTTl'](_0x293065,_0x59da(0x13)),_0x22937f[_0x59da(0x37)](_0x1fd94e);}if(requireNumber&&!/\d/[_0x59da(0x33)](_0x5a1c5f))return _0x437f99['WuIHe'];return null;}else _0x4a505e[_0x59da(0x2a)]('\u26A0️ [PIN INPUT] Biometric authentication failed or was cancelled'),_0x22937f[_0x59da(0x38)](_0x51c349,_0x22937f[_0x59da(0x39)]),_0x22937f[_0x59da(0x38)](_0x302517,![]);},[minLength,requireSpecialChar,requireNumber]),_0x143597=_0x437f99[_0x59da(0x2c)](useCallback,async()=>{const _0x5b0c3a={'GbLJa':_0x437f99[_0x59da(0x3a)],'cyFiY':_0x437f99['hCYBG'],'EQtLw':_0x59da(0x14),'lkXAN':_0x437f99[_0x59da(0x3b)],'KmpAI':_0x437f99['NOXzc'],'SQLvA':_0x437f99[_0x59da(0x3c)],'vZmMq':_0x437f99['aBYRF'],'fbOcf':_0x437f99[_0x59da(0x3d)],'hYBXB':_0x59da(0x3e),'TzCvZ':_0x437f99[_0x59da(0x3f)],'cXmye':_0x437f99[_0x59da(0x40)],'EHwPA':_0x437f99[_0x59da(0x41)],'xFOzn':_0x437f99['uOslh']};console['log']('\uD83D\uDD0D [PIN INPUT] handleSubmit called with PIN length:',_0x5c5900[_0x59da(0x31)]);const _0x1c99b7=_0x437f99['XVMOB'](_0x30e3dd,_0x5c5900);if(_0x1c99b7){if(_0x437f99[_0x59da(0x42)]!==_0x59da(0x10))switch(_0x4038b2){case _0x5b0c3a[_0x59da(0x43)]:return{'title':_0x5b0c3a[_0x59da(0x44)],'message':_0x5b0c3a[_0x59da(0x45)],'type':_0x5b0c3a['lkXAN'],'showActions':!![]};case _0x5b0c3a[_0x59da(0x46)]:return{'title':_0x59da(0x15),'message':_0x5b0c3a[_0x59da(0x47)],'type':_0x59da(0xa),'showActions':!![]};case _0x5b0c3a[_0x59da(0x48)]:return{'title':_0x5b0c3a[_0x59da(0x49)],'message':_0x5b0c3a[_0x59da(0x4a)],'type':_0x5b0c3a[_0x59da(0x4b)],'showActions':!![]};case _0x59da(0x11):return{'title':'Authenticating...','message':_0x5b0c3a[_0x59da(0x4c)],'type':_0x59da(0xf),'showActions':![]};default:return{'title':'Secure\x20PIN\x20Storage','message':_0x5b0c3a[_0x59da(0x4d)],'type':_0x5b0c3a['xFOzn'],'showActions':![]};}else{console[_0x59da(0x4e)]('\u274C [PIN INPUT] Validation failed:',_0x1c99b7),_0x437f99['XVMOB'](_0x22522f,_0x1c99b7);return;}}console[_0x59da(0x4e)]('\u2705 [PIN INPUT] PIN validation passed');if(enableBiometricStorage){console[_0x59da(0x4e)]('\uD83D\uDD10 [PIN INPUT] Biometric storage enabled, starting biometric flow...'),_0x437f99[_0x59da(0x22)](_0x3f65b4,!![]),_0x437f99['LAFkk'](_0x5e9d4c,_0x437f99[_0x59da(0x4f)]);try{if(_0x437f99[_0x59da(0x50)](_0x437f99[_0x59da(0x51)],_0x437f99[_0x59da(0x52)])){const _0x16d64f={'DUBCp':function(_0x1c6e1d,_0x494862){return _0x437f99[_0x59da(0x2d)](_0x1c6e1d,_0x494862);}};_0x5bbc3d[_0x59da(0x4e)]('\uD83D\uDE80 [PIN INPUT] Background training explicitly requested...'),_0x437f99[_0x59da(0x53)](_0x3254fc,!![]),_0x437f99[_0x59da(0x54)](_0x27c216)[_0x59da(0x28)](_0x2d8a56=>{_0x54b498[_0x59da(0xc)]('\u274C [PIN INPUT] Background training failed:',_0x2d8a56),_0x16d64f[_0x59da(0x55)](_0x128ade,![]);});}else{const _0x378754=await biometricPinService[_0x59da(0x56)]();console[_0x59da(0x4e)]('\uD83D\uDCF1 [PIN INPUT] Biometric available:',_0x378754);if(!_0x378754){console[_0x59da(0xc)]('\u274C [PIN INPUT] Face ID not available on this device'),_0x5e9d4c('biometric-unavailable'),_0x437f99[_0x59da(0x22)](_0x3f65b4,![]);return;}console['log']('\uD83D\uDD10 [PIN INPUT] Triggering biometric authentication for PIN storage...');const _0x41b3ce=await biometricPinService[_0x59da(0x57)](_0x5c5900);if(_0x41b3ce){console[_0x59da(0x4e)]('\u2705 [PIN INPUT] PIN stored successfully with biometric protection');const _0x4bfcdf=await biometricPinService[_0x59da(0x58)]();if(_0x4bfcdf)_0x437f99['WISAU'](_0x59da(0x59),_0x59da(0x59))?(console[_0x59da(0x4e)]('\u2705 [PIN INPUT] PIN storage verified - proceeding with onboarding'),_0x437f99[_0x59da(0x21)](_0x25207a,_0x5c5900)):_0x437f99[_0x59da(0x5a)](_0x489f66,!_0x1cb0e7)&&_0x5560ec&&(_0x30ca6b[_0x59da(0x4e)]('\uD83D\uDE80 [PIN INPUT] Background training explicitly requested...'),_0x588183(!![]),_0x42cac2()[_0x59da(0x28)](_0x3cc74c=>{_0x10c8da[_0x59da(0xc)]('\u274C [PIN INPUT] Background training failed:',_0x3cc74c),_0x28378e(![]);}));else{if(_0x437f99[_0x59da(0x34)](_0x59da(0x5b),_0x437f99['YlAbL']))console[_0x59da(0xc)]('\u274C [PIN INPUT] PIN storage verification failed'),_0x437f99[_0x59da(0x5c)](_0x5e9d4c,'storage-error'),_0x437f99['YlrHB'](_0x3f65b4,![]);else{_0x296379[_0x59da(0xc)]('\u274C [PIN INPUT] Face ID not available on this device'),_0x437f99[_0x59da(0x2d)](_0x5c1f22,_0x437f99['dOsCe']),_0x437f99[_0x59da(0x53)](_0x314496,![]);return;}}}else console[_0x59da(0x2a)]('\u26A0️ [PIN INPUT] Biometric authentication failed or was cancelled'),_0x437f99['LAFkk'](_0x5e9d4c,_0x437f99[_0x59da(0x5d)]),_0x437f99[_0x59da(0x5e)](_0x3f65b4,![]);}}catch(_0x4275e6){console[_0x59da(0xc)]('\u274C [PIN INPUT] Error handling biometric PIN storage:',_0x4275e6),_0x437f99[_0x59da(0x5e)](_0x5e9d4c,_0x437f99[_0x59da(0x5f)]),_0x437f99[_0x59da(0x21)](_0x3f65b4,![]);}}else console['log']('\uD83D\uDD10 [PIN INPUT] Biometric storage disabled, proceeding normally'),_0x437f99[_0x59da(0x5c)](_0x25207a,_0x5c5900);},[_0x5c5900,_0x30e3dd,_0x25207a,enableBiometricStorage]),_0x31078b=_0x437f99[_0x59da(0x2c)](useCallback,_0x3d0f45=>{const _0x53ea59={'VepaH':_0x437f99['iwZzc']};if(_0x437f99['VAZwW']('dVCQj',_0x437f99[_0x59da(0x60)])){if(_0x3fa90b[_0x59da(0x31)]<_0x36278c)return _0x59da(0x32)+_0x23db7a+_0x59da(0x1d);if(_0x244faa&&!/[!@#$%^&*(),.?":{}|<>]/[_0x59da(0x33)](_0x1a67ab))return _0x53ea59['VepaH'];if(_0x5ee69d&&!/\d/['test'](_0x316d5c))return _0x59da(0x7);return null;}else _0x437f99[_0x59da(0x2d)](_0x1bcd41,_0x3d0f45),_0x437f99['nIAgG'](_0x22522f,null),_0x437f99['iKtoI'](_0x5e9d4c,_0x437f99[_0x59da(0x24)]),console[_0x59da(0x4e)]('\uD83D\uDD0D [PIN INPUT] PIN changed:',{'length':_0x3d0f45[_0x59da(0x31)],'hasSpecialChar':/[!@#$%^&*(),.?":{}|<>]/[_0x59da(0x33)](_0x3d0f45),'hasNumber':/\d/[_0x59da(0x33)](_0x3d0f45),'isValid':!_0x437f99['YlrHB'](_0x30e3dd,_0x3d0f45)});},[_0x30e3dd]),_0x233e81=_0x437f99['jQuLe'](useCallback,()=>{console['warn']('\u26A0️ [PIN INPUT] User chose to continue without biometric security'),_0x25207a(_0x5c5900);},[_0x5c5900,_0x25207a]),_0x4797c0=_0x437f99[_0x59da(0x2c)](useCallback,()=>{_0x5e9d4c(_0x437f99[_0x59da(0x24)]),_0x437f99[_0x59da(0x54)](_0x143597);},[_0x143597]),_0x39e875=()=>{switch(_0x24ddea){case'biometric-unavailable':return{'title':_0x437f99['hCYBG'],'message':_0x437f99[_0x59da(0x61)],'type':_0x437f99['fuXqx'],'showActions':!![]};case'biometric-failed':return{'title':_0x437f99[_0x59da(0x62)],'message':'Biometric\x20authentication\x20was\x20cancelled\x20or\x20failed.\x20Your\x20PIN\x20needs\x20to\x20be\x20secured\x20with\x20biometric\x20authentication\x20to\x20proceed.','type':_0x437f99[_0x59da(0x3b)],'showActions':!![]};case _0x437f99[_0x59da(0x5f)]:return{'title':_0x437f99[_0x59da(0x3d)],'message':_0x59da(0x3e),'type':_0x437f99[_0x59da(0x3f)],'showActions':!![]};case _0x437f99['QrHYV']:return{'title':_0x437f99['FPKIz'],'message':_0x437f99[_0x59da(0x40)],'type':_0x437f99['uOslh'],'showActions':![]};default:return{'title':_0x437f99['hpjOp'],'message':_0x437f99[_0x59da(0x41)],'type':_0x437f99['uOslh'],'showActions':![]};}},_0x22147a=_0x437f99[_0x59da(0x27)](_0x39e875);return React[_0x59da(0x63)](View,{'style':styles[_0x59da(0x64)]},React[_0x59da(0x63)](View,{'style':styles[_0x59da(0x65)]},React[_0x59da(0x63)](View,{'style':styles[_0x59da(0x66)]},_0x2b2980&&React[_0x59da(0x63)](TouchableOpacity,{'style':styles[_0x59da(0x67)],'onPress':_0x2b2980},React[_0x59da(0x63)](Text,{'style':{'fontSize':0x18}},'←')),React['createElement'](Text,{'style':styles['title']},_0x437f99[_0x59da(0x68)])),React[_0x59da(0x63)](Text,{'style':styles['subtitle']},'A\x20PIN\x20so\x20only\x20you\x20have\x20access\x20to\x20your\x20data'),showBackgroundProgress&&_0x35c33c&&React['createElement'](View,{'style':styles[_0x59da(0x69)]},React['createElement'](Text,{'style':styles['backgroundProgressText']},backgroundProgressText),React[_0x59da(0x63)](View,{'style':styles[_0x59da(0x6a)]},React[_0x59da(0x63)](ActivityIndicator,{'size':_0x437f99['vZAkc'],'color':_0x437f99[_0x59da(0x6b)]}))),React['createElement'](View,{'style':styles[_0x59da(0x6c)]},React[_0x59da(0x63)](TextInput,{'style':styles[_0x59da(0x6d)],'value':_0x5c5900,'onChangeText':_0x31078b,'secureTextEntry':!_0xb3f35e,'placeholder':_0x59da(0x6e),'keyboardType':_0x437f99[_0x59da(0x24)],'maxLength':0x14,'autoCapitalize':_0x59da(0x6f),'autoCorrect':![],'returnKeyType':_0x437f99[_0x59da(0x70)],'onSubmitEditing':()=>Keyboard['dismiss']()}),React[_0x59da(0x63)](TouchableOpacity,{'style':styles[_0x59da(0x71)],'onPress':()=>_0x3df50a(!_0xb3f35e)},React[_0x59da(0x63)](Text,null,_0xb3f35e?_0x437f99[_0x59da(0x72)]:_0x59da(0x73))))),_0x3898b0&&React[_0x59da(0x63)](Text,{'style':styles[_0x59da(0xc)]},_0x3898b0),React[_0x59da(0x63)](View,{'style':styles[_0x59da(0x74)]},React[_0x59da(0x63)](Text,{'style':styles[_0x59da(0x75)]},_0x437f99[_0x59da(0x76)]),React['createElement'](Text,{'style':[styles['requirement'],_0x5c5900['length']>=minLength&&styles[_0x59da(0x77)]]},_0x437f99[_0x59da(0x78)],minLength,_0x437f99[_0x59da(0x79)]),requireSpecialChar&&React[_0x59da(0x63)](Text,{'style':[styles[_0x59da(0x7a)],/[!@#$%^&*(),.?":{}|<>]/[_0x59da(0x33)](_0x5c5900)&&styles[_0x59da(0x77)]]},_0x437f99['PIaci']),requireNumber&&React[_0x59da(0x63)](Text,{'style':[styles[_0x59da(0x7a)],/\d/[_0x59da(0x33)](_0x5c5900)&&styles['requirementMet']]},_0x437f99['InWYN'])),React[_0x59da(0x63)](View,{'style':[styles[_0x59da(0x7b)],_0x437f99['RDeMM'](_0x22147a['type'],_0x59da(0xf))&&styles[_0x59da(0x7c)],_0x437f99[_0x59da(0x7d)](_0x22147a['type'],_0x59da(0xa))&&styles[_0x59da(0x7e)],_0x437f99['RDeMM'](_0x22147a[_0x59da(0x7f)],_0x437f99['jLzhM'])&&styles['infoContainerError']]},React[_0x59da(0x63)](Text,{'style':[styles[_0x59da(0x80)],_0x437f99['gQXDi'](_0x22147a['type'],_0x437f99[_0x59da(0x81)])&&styles[_0x59da(0x82)],_0x22147a[_0x59da(0x7f)]===_0x437f99[_0x59da(0x3b)]&&styles[_0x59da(0x83)],_0x437f99[_0x59da(0x84)](_0x22147a[_0x59da(0x7f)],_0x437f99['jLzhM'])&&styles[_0x59da(0x85)]]},_0x22147a['title']),React['createElement'](Text,{'style':[styles[_0x59da(0x86)],_0x437f99[_0x59da(0x87)](_0x22147a['type'],_0x59da(0xf))&&styles[_0x59da(0x88)],_0x437f99[_0x59da(0x87)](_0x22147a[_0x59da(0x7f)],_0x437f99['fuXqx'])&&styles[_0x59da(0x89)],_0x437f99[_0x59da(0x8a)](_0x22147a[_0x59da(0x7f)],_0x59da(0xc))&&styles['infoMessageError']]},_0x22147a[_0x59da(0x8b)]),_0x22147a[_0x59da(0x8c)]&&React[_0x59da(0x63)](View,{'style':styles[_0x59da(0x8d)]},React[_0x59da(0x63)](TouchableOpacity,{'style':styles[_0x59da(0x8e)],'onPress':_0x4797c0},React[_0x59da(0x63)](Text,{'style':styles['infoActionButtonText']},_0x437f99[_0x59da(0x8f)])),React[_0x59da(0x63)](TouchableOpacity,{'style':[styles[_0x59da(0x8e)],styles['infoActionButtonSecondary']],'onPress':_0x233e81},React[_0x59da(0x63)](Text,{'style':[styles[_0x59da(0x90)],styles[_0x59da(0x91)]]},_0x437f99[_0x59da(0x92)])))),React[_0x59da(0x63)](View,{'style':styles[_0x59da(0x93)]},_0x2b2980&&React['createElement'](TouchableOpacity,{'style':styles[_0x59da(0x94)],'onPress':_0x2b2980},React['createElement'](Text,{'style':styles[_0x59da(0x95)]},_0x437f99['GxYwp'])),React[_0x59da(0x63)](TouchableOpacity,{'style':[styles['submitButton'],(_0x437f99[_0x59da(0x96)](!_0x5c5900,_0x25b686)||_0x437f99[_0x59da(0x25)](_0x30e3dd,_0x5c5900))&&styles[_0x59da(0x97)]],'onPress':_0x143597,'disabled':!_0x5c5900||_0x25b686||!!_0x437f99[_0x59da(0x98)](_0x30e3dd,_0x5c5900)},React['createElement'](Text,{'style':styles['submitButtonText']},_0x25b686?_0x437f99['FPKIz']:_0x437f99[_0x59da(0x99)]))));};function _0x59da(_0x462fa1,_0x59da75){_0x462fa1=_0x462fa1-0x0;const _0x148356=_0x462f();let _0x1a1064=_0x148356[_0x462fa1];return _0x1a1064;}const styles=StyleSheet[_0x59da(0x9a)]({'container':{'flex':0x1,'padding':0x10,'width':width,'backgroundColor':_0x59da(0x9b),'justifyContent':_0x59da(0x9c)},'inputSection':{'width':'100%','marginTop':0x0,'paddingTop':0x0},'header':{'flexDirection':_0x59da(0x9d),'alignItems':_0x59da(0x9e),'justifyContent':_0x59da(0x9f),'marginBottom':0x10,'paddingVertical':0x8},'backButton':{'padding':0x8},'title':{'fontSize':0x14,'fontWeight':_0x59da(0xa0),'color':_0x59da(0xa1),'textAlign':_0x59da(0x9e),'flex':0x1,'marginBottom':0x8},'subtitle':{'fontSize':0xe,'color':_0x59da(0xa2),'marginBottom':0x18,'textAlign':_0x59da(0x9e)},'inputContainer':{'flexDirection':_0x59da(0x9d),'alignItems':_0x59da(0x9e),'borderWidth':0x1,'borderColor':'#CCCCCC','borderRadius':0x8,'marginBottom':0x10},'input':{'flex':0x1,'padding':0xc,'fontSize':0x10},'visibilityButton':{'padding':0xc},'infoContainer':{'padding':0x10,'borderRadius':0xc,'marginBottom':0x10,'borderWidth':0x1},'infoContainerInfo':{'backgroundColor':_0x59da(0xa3),'borderColor':_0x59da(0xa4)},'infoContainerWarning':{'backgroundColor':'#FFF3E0','borderColor':_0x59da(0xa5)},'infoContainerError':{'backgroundColor':_0x59da(0xa6),'borderColor':_0x59da(0xa7)},'infoTitle':{'fontSize':0x10,'fontWeight':_0x59da(0xa0),'marginBottom':0x8},'infoTitleInfo':{'color':_0x59da(0xa8)},'infoTitleWarning':{'color':_0x59da(0xa9)},'infoTitleError':{'color':_0x59da(0xaa)},'infoMessage':{'fontSize':0xe,'lineHeight':0x14,'marginBottom':0xc},'infoMessageInfo':{'color':_0x59da(0xab)},'infoMessageWarning':{'color':_0x59da(0xac)},'infoMessageError':{'color':_0x59da(0xad)},'infoActions':{'flexDirection':'row','justifyContent':'space-between','marginTop':0x8},'infoActionButton':{'flex':0x1,'paddingVertical':0xa,'paddingHorizontal':0x10,'borderRadius':0x8,'backgroundColor':_0x59da(0x1a),'marginHorizontal':0x4,'alignItems':_0x59da(0x9e)},'infoActionButtonSecondary':{'backgroundColor':'transparent','borderWidth':0x1,'borderColor':_0x59da(0x1a)},'infoActionButtonText':{'color':_0x59da(0x9b),'fontSize':0xe,'fontWeight':_0x59da(0xa0)},'infoActionButtonSecondaryText':{'color':_0x59da(0x1a)},'error':{'color':_0x59da(0xae),'marginBottom':0x10},'requirements':{'marginBottom':0x18},'requirementTitle':{'fontSize':0xe,'fontWeight':_0x59da(0xa0),'marginBottom':0x8,'color':_0x59da(0xa1)},'requirement':{'fontSize':0xe,'color':'#666','marginBottom':0x4},'requirementMet':{'color':'#34C759'},'footer':{'flexDirection':'row','alignItems':'center','justifyContent':_0x59da(0x9f),'marginTop':0x18,'borderTopWidth':0x1,'borderTopColor':_0x59da(0xaf),'paddingTop':0x10},'cancelButton':{'paddingVertical':0x8,'paddingHorizontal':0x10},'cancelButtonText':{'color':_0x59da(0xa2),'fontSize':0x10},'submitButton':{'paddingVertical':0x10,'paddingHorizontal':0x20,'borderRadius':0x10,'backgroundColor':_0x59da(0xb0),'alignItems':_0x59da(0x9e)},'submitButtonDisabled':{'opacity':0.5},'submitButtonText':{'color':'#fff','fontSize':0x10,'fontWeight':'600'},'backgroundProgressContainer':{'flexDirection':'row','alignItems':'center','justifyContent':_0x59da(0x9e),'marginBottom':0x10},'backgroundProgressText':{'fontSize':0xe,'color':'#666','marginRight':0xa},'backgroundProgressIndicator':{'padding':0x5}});
1
+ function _0x235f(_0x10e96a,_0x235f30){_0x10e96a=_0x10e96a-0x0;const _0x3f2670=_0x10e9();let _0x18c582=_0x3f2670[_0x10e96a];return _0x18c582;}function _0x10e9(){const _0x395deb=['get','Training\x20is\x20starting\x20in\x20the\x20background...','biometric-unavailable','ZQzQH','XkpFx','qyDLd','LwFmS','storage-error','default','warning','biometric-failed','Storage\x20Error','An\x20error\x20occurred\x20while\x20securing\x20your\x20PIN.\x20Would\x20you\x20like\x20to\x20try\x20again?','Please\x20complete\x20biometric\x20authentication\x20to\x20secure\x20your\x20PIN.','Secure\x20PIN\x20Storage','Your\x20PIN\x20will\x20be\x20securely\x20stored\x20locally\x20on\x20your\x20device\x20using\x20biometric\x20authentication\x20(Face\x20ID\x20or\x20Touch\x20ID)\x20for\x20enhanced\x20security.','A\x20PIN\x20so\x20only\x20you\x20have\x20access\x20to\x20your\x20data','small','e.g.\x20MyPin123!','none','done','PIN\x20Requirements:','•\x20At\x20least\x20','\x20characters','error','Continue','LWkdc','LkyXk','xjjLg','AebJv','useEffect','catch','tYRDp','BLWor','ouSNC','cLNmu','length','PIN\x20must\x20include\x20a\x20special\x20character','IhTWZ','uhOHY','EUvVu','tVRnP','LwhOV','log','YvKvA','xyNNY','HYEGe','warn','MndzJ','vDTrx','isBiometricAvailable','PjEOu','storePinWithBiometric','zijmd','tnOtf','isPinStored','aTAJA','PlFbh','cGZji','rWXjF','GhbiY','FqFUj','WQIxR','WMJNC','lJkWu','test','cvGEx','qHcSG','FXIPE','dChNH','This\x20device\x20does\x20not\x20support\x20Face\x20ID\x20or\x20Touch\x20ID.\x20Please\x20enable\x20biometric\x20authentication\x20in\x20your\x20device\x20settings\x20to\x20secure\x20your\x20PIN.','YGbjd','MdsAn','nLkdJ','DahMX','Authenticating...','muOsY','info','wzkaU','JAPaA','svmpW','createElement','container','inputSection','header','backButton','title','ECEhj','subtitle','ElvuY','backgroundProgressContainer','backgroundProgressText','backgroundProgressIndicator','GjdMn','#007AFF','inputContainer','input','qBDDM','IgAii','dismiss','visibilityButton','Rwqhe','requirements','requirementTitle','requirement','requirementMet','pdtXc','QlzmV','CQHZl','•\x20Include\x20a\x20number','infoContainer','DBHrt','type','infoContainerInfo','infoContainerWarning','infoTitle','bqYjA','infoTitleInfo','tPVHL','infoTitleWarning','dCJsg','oOwMj','infoTitleError','infoMessage','infoMessageInfo','infoMessageWarning','infoMessageError','message','showActions','infoActions','infoActionButton','infoActionButtonText','gSdYf','infoActionButtonSecondary','Continue\x20Without\x20Biometric','cancelButtonText','ksAYv','submitButton','mAVTo','submitButtonDisabled','QlpXO','WtmJC','create','#fff','flex-start','100%','row','center','600','#CCCCCC','#E3F2FD','#2196F3','#FFF3E0','#FF9800','#FFEBEE','#F44336','#1976D2','#F57C00','#1565C0','#C62828','space-between','transparent','#FF3B30','#333','#666','#34C759','#eee','#000000'];_0x10e9=function(){return _0x395deb;};return _0x10e9();}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[_0x235f(0x0)]('window');export const PinInput=({onSubmit:_0x5bef54,minLength:minLength=0x8,requireSpecialChar:requireSpecialChar=!![],requireNumber:requireNumber=!![],onBack:_0xc75eca,enableBiometricStorage:enableBiometricStorage=!![],onBackgroundTrainingStart:_0x44892b,showBackgroundProgress:showBackgroundProgress=![],backgroundProgressText:backgroundProgressText=_0x235f(0x1)})=>{const _0x245698={'xUmdE':function(_0xda2173){return _0xda2173();},'tYRDp':_0x235f(0x2),'BLWor':_0x235f(0x3),'uhOHY':function(_0x55c30d,_0x5ef3ed){return _0x55c30d(_0x5ef3ed);},'EUvVu':function(_0x8d04d5){return _0x8d04d5();},'tVRnP':function(_0x52fc0f,_0x52dd36){return _0x52fc0f!==_0x52dd36;},'OgzTb':_0x235f(0x4),'YvKvA':function(_0x110021,_0x698c81){return _0x110021(_0x698c81);},'xyNNY':'authenticating','PjEOu':function(_0xa284dc,_0x2d984d){return _0xa284dc(_0x2d984d);},'zijmd':function(_0x3266f0,_0x5495f3){return _0x3266f0===_0x5495f3;},'PfXmg':'UXCTm','vFqDu':_0x235f(0x5),'aTAJA':function(_0x3abe76,_0x413fc6){return _0x3abe76(_0x413fc6);},'PlFbh':_0x235f(0x6),'LWkdc':function(_0x36f4ec,_0x479a0e){return _0x36f4ec(_0x479a0e);},'rWXjF':_0x235f(0x7),'GhbiY':function(_0x57b219,_0x49b80c){return _0x57b219(_0x49b80c);},'FqFUj':function(_0x1cfb12,_0x57460b){return _0x1cfb12(_0x57460b);},'xjjLg':function(_0x556630,_0x3d946e){return _0x556630(_0x3d946e);},'LkyXk':function(_0x39ff4d,_0x5afda0){return _0x39ff4d(_0x5afda0);},'lJkWu':_0x235f(0x8),'cvGEx':function(_0x5497a8,_0x1fe89e){return _0x5497a8(_0x1fe89e);},'AebJv':function(_0x39d71f,_0x46f098){return _0x39d71f(_0x46f098);},'qHcSG':function(_0x425f68,_0xab1df8){return _0x425f68===_0xab1df8;},'mkoYL':'Biometric\x20Authentication\x20Not\x20Available','YGbjd':_0x235f(0x9),'qETEI':_0x235f(0xa),'MdsAn':'Biometric\x20Authentication\x20Failed','nLkdJ':'Biometric\x20authentication\x20was\x20cancelled\x20or\x20failed.\x20Your\x20PIN\x20needs\x20to\x20be\x20secured\x20with\x20biometric\x20authentication\x20to\x20proceed.','DahMX':_0x235f(0xb),'ygLzS':_0x235f(0xc),'muOsY':_0x235f(0xd),'wzkaU':_0x235f(0xe),'JAPaA':_0x235f(0xf),'IhTWZ':function(_0x1c7008,_0x397d26,_0x35d5ab){return _0x1c7008(_0x397d26,_0x35d5ab);},'WMJNC':function(_0x6c4a38,_0x3fc4b0,_0x34670c){return _0x6c4a38(_0x3fc4b0,_0x34670c);},'svmpW':function(_0x1ceeb5){return _0x1ceeb5();},'ECEhj':'Create\x20a\x20PIN','VBWil':_0x235f(0x10),'ElvuY':function(_0x293a51,_0x101d1a){return _0x293a51&&_0x101d1a;},'GjdMn':_0x235f(0x11),'LZrGh':_0x235f(0x12),'qBDDM':_0x235f(0x13),'IgAii':_0x235f(0x14),'Rwqhe':'👁️','UJJbc':_0x235f(0x15),'pdtXc':_0x235f(0x16),'QlzmV':_0x235f(0x17),'CQHZl':'•\x20Include\x20a\x20special\x20character','DBHrt':function(_0x2c4564,_0x432484){return _0x2c4564===_0x432484;},'bqYjA':'info','oOwMj':_0x235f(0x18),'tPVHL':function(_0x3da540,_0x2e61b9){return _0x3da540===_0x2e61b9;},'dCJsg':function(_0x148303,_0x132c27){return _0x148303===_0x132c27;},'IDqCf':function(_0xac64a9,_0x29be7b){return _0xac64a9===_0x29be7b;},'gSdYf':'Try\x20Again','ksAYv':'Back','raqLA':function(_0x182231,_0x49394e){return _0x182231||_0x49394e;},'mAVTo':function(_0x9b48a0,_0x27814e){return _0x9b48a0(_0x27814e);},'QlpXO':function(_0x3a1d70,_0x209659){return _0x3a1d70||_0x209659;},'WtmJC':function(_0x40a402,_0x2305b9){return _0x40a402(_0x2305b9);},'CkQdS':'Authenticating...','TaNHt':_0x235f(0x19)},[_0x5538da,_0x15a19f]=_0x245698[_0x235f(0x1a)](useState,''),[_0x47b082,_0x1f25c3]=_0x245698[_0x235f(0x1b)](useState,null),[_0x57b3bd,_0x5da1af]=_0x245698[_0x235f(0x1b)](useState,![]),[_0x58cf5c,_0x2bdd3d]=_0x245698[_0x235f(0x1a)](useState,![]),[_0x272957,_0x5e542f]=_0x245698[_0x235f(0x1c)](useState,_0x235f(0x8)),[_0x43ef57,_0x5c259a]=_0x245698[_0x235f(0x1d)](useState,![]);React[_0x235f(0x1e)](()=>{_0x44892b&&!_0x43ef57&&showBackgroundProgress&&(console['log']('\uD83D\uDE80 [PIN INPUT] Background training explicitly requested...'),_0x5c259a(!![]),_0x245698['xUmdE'](_0x44892b)[_0x235f(0x1f)](_0x410a64=>{console['error']('\u274C [PIN INPUT] Background training failed:',_0x410a64),_0x5c259a(![]);}));},[_0x44892b,_0x43ef57,showBackgroundProgress]);const _0x3c60eb=useCallback(_0x137ad2=>{const _0x15e5ac={'ouSNC':function(_0x2204f1,_0x270edf){return _0x2204f1(_0x270edf);},'cLNmu':_0x245698[_0x235f(0x20)]};if(_0x245698[_0x235f(0x21)]!==_0x245698['BLWor']){_0x12a713['error']('\u274C [PIN INPUT] Face ID not available on this device'),_0x15e5ac[_0x235f(0x22)](_0x5d3984,_0x15e5ac[_0x235f(0x23)]),_0x15e5ac[_0x235f(0x22)](_0x28cf63,![]);return;}else{if(_0x137ad2[_0x235f(0x24)]<minLength)return'PIN\x20must\x20be\x20at\x20least\x20'+minLength+_0x235f(0x17);if(requireSpecialChar&&!/[!@#$%^&*(),.?":{}|<>]/['test'](_0x137ad2))return _0x235f(0x25);if(requireNumber&&!/\d/['test'](_0x137ad2))return'PIN\x20must\x20include\x20a\x20number';return null;}},[minLength,requireSpecialChar,requireNumber]),_0x1343ee=_0x245698[_0x235f(0x26)](useCallback,async()=>{const _0x59d250={'HSfsq':function(_0x4adc2c,_0x42bba3){return _0x245698[_0x235f(0x27)](_0x4adc2c,_0x42bba3);},'MndzJ':'biometric-failed','vDTrx':function(_0xc1cad6,_0x370234){return _0x245698[_0x235f(0x27)](_0xc1cad6,_0x370234);},'tnOtf':'PIN\x20must\x20include\x20a\x20number','mYukt':function(_0x292a6a,_0x2a96ff){return _0x245698['uhOHY'](_0x292a6a,_0x2a96ff);},'cGZji':function(_0x358b9e){return _0x245698[_0x235f(0x28)](_0x358b9e);},'WQIxR':_0x235f(0x25)};if(_0x245698[_0x235f(0x29)](_0x245698['OgzTb'],_0x235f(0x2a))){console[_0x235f(0x2b)]('\uD83D\uDD0D [PIN INPUT] handleSubmit called with PIN length:',_0x5538da[_0x235f(0x24)]);const _0x4844ee=_0x245698[_0x235f(0x27)](_0x3c60eb,_0x5538da);if(_0x4844ee){console['log']('\u274C [PIN INPUT] Validation failed:',_0x4844ee),_0x245698['YvKvA'](_0x1f25c3,_0x4844ee);return;}console[_0x235f(0x2b)]('\u2705 [PIN INPUT] PIN validation passed');if(enableBiometricStorage){console[_0x235f(0x2b)]('\uD83D\uDD10 [PIN INPUT] Biometric storage enabled, starting biometric flow...'),_0x245698[_0x235f(0x27)](_0x2bdd3d,!![]),_0x245698[_0x235f(0x2c)](_0x5e542f,_0x245698[_0x235f(0x2d)]);try{if(_0x245698[_0x235f(0x29)](_0x235f(0x2e),'HYEGe'))_0x1c1dc5[_0x235f(0x2f)]('\u26A0️ [PIN INPUT] Biometric authentication failed or was cancelled'),_0x59d250['HSfsq'](_0x196111,_0x59d250[_0x235f(0x30)]),_0x59d250[_0x235f(0x31)](_0x3e6da4,![]);else{const _0x1fa2fa=await biometricPinService[_0x235f(0x32)]();console[_0x235f(0x2b)]('\uD83D\uDCF1 [PIN INPUT] Biometric available:',_0x1fa2fa);if(!_0x1fa2fa){console[_0x235f(0x18)]('\u274C [PIN INPUT] Face ID not available on this device'),_0x245698[_0x235f(0x33)](_0x5e542f,'biometric-unavailable'),_0x245698[_0x235f(0x2c)](_0x2bdd3d,![]);return;}console[_0x235f(0x2b)]('\uD83D\uDD10 [PIN INPUT] Triggering biometric authentication for PIN storage...');const _0x23e04b=await biometricPinService[_0x235f(0x34)](_0x5538da);if(_0x23e04b){if(_0x245698[_0x235f(0x35)](_0x245698['PfXmg'],_0x245698['vFqDu']))return _0x59d250[_0x235f(0x36)];else{console[_0x235f(0x2b)]('\u2705 [PIN INPUT] PIN stored successfully with biometric protection');const _0x582d46=await biometricPinService[_0x235f(0x37)]();_0x582d46?(console[_0x235f(0x2b)]('\u2705 [PIN INPUT] PIN storage verified - proceeding with onboarding'),_0x245698[_0x235f(0x38)](_0x5bef54,_0x5538da)):_0x245698[_0x235f(0x29)](_0x245698[_0x235f(0x39)],'LwFmS')?(_0x349066['log']('\uD83D\uDE80 [PIN INPUT] Background training explicitly requested...'),_0x59d250['mYukt'](_0xbd5f93,!![]),_0x59d250[_0x235f(0x3a)](_0x58e248)[_0x235f(0x1f)](_0x17e5e3=>{_0x1bd976[_0x235f(0x18)]('\u274C [PIN INPUT] Background training failed:',_0x17e5e3),_0x47d02a(![]);})):(console[_0x235f(0x18)]('\u274C [PIN INPUT] PIN storage verification failed'),_0x245698[_0x235f(0x1a)](_0x5e542f,_0x245698[_0x235f(0x3b)]),_0x245698[_0x235f(0x38)](_0x2bdd3d,![]));}}else console['warn']('\u26A0️ [PIN INPUT] Biometric authentication failed or was cancelled'),_0x245698[_0x235f(0x33)](_0x5e542f,_0x235f(0xa)),_0x245698[_0x235f(0x3c)](_0x2bdd3d,![]);}}catch(_0xa74e57){console['error']('\u274C [PIN INPUT] Error handling biometric PIN storage:',_0xa74e57),_0x245698['YvKvA'](_0x5e542f,_0x245698[_0x235f(0x3b)]),_0x245698[_0x235f(0x3d)](_0x2bdd3d,![]);}}else console[_0x235f(0x2b)]('\uD83D\uDD10 [PIN INPUT] Biometric storage disabled, proceeding normally'),_0x245698[_0x235f(0x38)](_0x5bef54,_0x5538da);}else return _0x59d250[_0x235f(0x3e)];},[_0x5538da,_0x3c60eb,_0x5bef54,enableBiometricStorage]),_0x5928b3=_0x245698[_0x235f(0x3f)](useCallback,_0xf844d8=>{_0x245698['xjjLg'](_0x15a19f,_0xf844d8),_0x245698[_0x235f(0x3c)](_0x1f25c3,null),_0x245698[_0x235f(0x1b)](_0x5e542f,_0x245698[_0x235f(0x40)]),console['log']('\uD83D\uDD0D [PIN INPUT] PIN changed:',{'length':_0xf844d8['length'],'hasSpecialChar':/[!@#$%^&*(),.?":{}|<>]/[_0x235f(0x41)](_0xf844d8),'hasNumber':/\d/[_0x235f(0x41)](_0xf844d8),'isValid':!_0x3c60eb(_0xf844d8)});},[_0x3c60eb]),_0x4b9eeb=useCallback(()=>{console[_0x235f(0x2f)]('\u26A0️ [PIN INPUT] User chose to continue without biometric security'),_0x245698[_0x235f(0x42)](_0x5bef54,_0x5538da);},[_0x5538da,_0x5bef54]),_0x20ca64=useCallback(()=>{_0x245698[_0x235f(0x42)](_0x5e542f,_0x245698[_0x235f(0x40)]),_0x1343ee();},[_0x1343ee]),_0x24ae01=()=>{const _0x3e7f40={'MWGsk':function(_0x50ae3b,_0x1a7afe){return _0x245698[_0x235f(0x1d)](_0x50ae3b,_0x1a7afe);}};if(_0x245698[_0x235f(0x43)](_0x235f(0x44),_0x235f(0x45)))_0x3ec301[_0x235f(0x18)]('\u274C [PIN INPUT] PIN storage verification failed'),_0x5ca715(_0x235f(0x7)),_0x3e7f40['MWGsk'](_0x639b31,![]);else switch(_0x272957){case _0x245698['tYRDp']:return{'title':_0x245698['mkoYL'],'message':_0x235f(0x46),'type':_0x245698[_0x235f(0x47)],'showActions':!![]};case _0x245698['qETEI']:return{'title':_0x245698[_0x235f(0x48)],'message':_0x245698[_0x235f(0x49)],'type':_0x245698[_0x235f(0x47)],'showActions':!![]};case _0x235f(0x7):return{'title':_0x245698[_0x235f(0x4a)],'message':_0x245698['ygLzS'],'type':'error','showActions':!![]};case _0x245698[_0x235f(0x2d)]:return{'title':_0x235f(0x4b),'message':_0x245698[_0x235f(0x4c)],'type':_0x235f(0x4d),'showActions':![]};default:return{'title':_0x245698[_0x235f(0x4e)],'message':_0x245698[_0x235f(0x4f)],'type':'info','showActions':![]};}},_0x2d51fe=_0x245698[_0x235f(0x50)](_0x24ae01);return React[_0x235f(0x51)](View,{'style':styles[_0x235f(0x52)]},React['createElement'](View,{'style':styles[_0x235f(0x53)]},React['createElement'](View,{'style':styles[_0x235f(0x54)]},_0xc75eca&&React['createElement'](TouchableOpacity,{'style':styles[_0x235f(0x55)],'onPress':_0xc75eca},React[_0x235f(0x51)](Text,{'style':{'fontSize':0x18}},'←')),React[_0x235f(0x51)](Text,{'style':styles[_0x235f(0x56)]},_0x245698[_0x235f(0x57)])),React['createElement'](Text,{'style':styles[_0x235f(0x58)]},_0x245698['VBWil']),_0x245698[_0x235f(0x59)](showBackgroundProgress,_0x43ef57)&&React['createElement'](View,{'style':styles[_0x235f(0x5a)]},React['createElement'](Text,{'style':styles[_0x235f(0x5b)]},backgroundProgressText),React[_0x235f(0x51)](View,{'style':styles[_0x235f(0x5c)]},React[_0x235f(0x51)](ActivityIndicator,{'size':_0x245698[_0x235f(0x5d)],'color':_0x235f(0x5e)}))),React[_0x235f(0x51)](View,{'style':styles[_0x235f(0x5f)]},React[_0x235f(0x51)](TextInput,{'style':styles[_0x235f(0x60)],'value':_0x5538da,'onChangeText':_0x5928b3,'secureTextEntry':!_0x57b3bd,'placeholder':_0x245698['LZrGh'],'keyboardType':_0x245698[_0x235f(0x40)],'maxLength':0x14,'autoCapitalize':_0x245698[_0x235f(0x61)],'autoCorrect':![],'returnKeyType':_0x245698[_0x235f(0x62)],'onSubmitEditing':()=>Keyboard[_0x235f(0x63)]()}),React[_0x235f(0x51)](TouchableOpacity,{'style':styles[_0x235f(0x64)],'onPress':()=>_0x5da1af(!_0x57b3bd)},React[_0x235f(0x51)](Text,null,_0x57b3bd?_0x245698[_0x235f(0x65)]:'👁️‍🗨️')))),_0x47b082&&React[_0x235f(0x51)](Text,{'style':styles[_0x235f(0x18)]},_0x47b082),React[_0x235f(0x51)](View,{'style':styles[_0x235f(0x66)]},React[_0x235f(0x51)](Text,{'style':styles[_0x235f(0x67)]},_0x245698['UJJbc']),React[_0x235f(0x51)](Text,{'style':[styles[_0x235f(0x68)],_0x5538da[_0x235f(0x24)]>=minLength&&styles[_0x235f(0x69)]]},_0x245698[_0x235f(0x6a)],minLength,_0x245698[_0x235f(0x6b)]),requireSpecialChar&&React['createElement'](Text,{'style':[styles['requirement'],/[!@#$%^&*(),.?":{}|<>]/[_0x235f(0x41)](_0x5538da)&&styles[_0x235f(0x69)]]},_0x245698[_0x235f(0x6c)]),requireNumber&&React[_0x235f(0x51)](Text,{'style':[styles[_0x235f(0x68)],/\d/['test'](_0x5538da)&&styles[_0x235f(0x69)]]},_0x235f(0x6d))),React[_0x235f(0x51)](View,{'style':[styles[_0x235f(0x6e)],_0x245698[_0x235f(0x6f)](_0x2d51fe[_0x235f(0x70)],_0x245698['bqYjA'])&&styles[_0x235f(0x71)],_0x245698[_0x235f(0x35)](_0x2d51fe[_0x235f(0x70)],_0x245698['YGbjd'])&&styles[_0x235f(0x72)],_0x245698[_0x235f(0x43)](_0x2d51fe[_0x235f(0x70)],_0x245698['oOwMj'])&&styles['infoContainerError']]},React['createElement'](Text,{'style':[styles[_0x235f(0x73)],_0x245698[_0x235f(0x43)](_0x2d51fe[_0x235f(0x70)],_0x245698[_0x235f(0x74)])&&styles[_0x235f(0x75)],_0x245698[_0x235f(0x76)](_0x2d51fe['type'],_0x245698['YGbjd'])&&styles[_0x235f(0x77)],_0x245698[_0x235f(0x78)](_0x2d51fe[_0x235f(0x70)],_0x245698[_0x235f(0x79)])&&styles[_0x235f(0x7a)]]},_0x2d51fe[_0x235f(0x56)]),React[_0x235f(0x51)](Text,{'style':[styles[_0x235f(0x7b)],_0x2d51fe[_0x235f(0x70)]===_0x245698['bqYjA']&&styles[_0x235f(0x7c)],_0x245698['IDqCf'](_0x2d51fe[_0x235f(0x70)],'warning')&&styles[_0x235f(0x7d)],_0x2d51fe['type']==='error'&&styles[_0x235f(0x7e)]]},_0x2d51fe[_0x235f(0x7f)]),_0x2d51fe[_0x235f(0x80)]&&React['createElement'](View,{'style':styles[_0x235f(0x81)]},React[_0x235f(0x51)](TouchableOpacity,{'style':styles[_0x235f(0x82)],'onPress':_0x20ca64},React['createElement'](Text,{'style':styles[_0x235f(0x83)]},_0x245698[_0x235f(0x84)])),React[_0x235f(0x51)](TouchableOpacity,{'style':[styles['infoActionButton'],styles[_0x235f(0x85)]],'onPress':_0x4b9eeb},React[_0x235f(0x51)](Text,{'style':[styles[_0x235f(0x83)],styles['infoActionButtonSecondaryText']]},_0x235f(0x86))))),React['createElement'](View,{'style':styles['footer']},_0xc75eca&&React['createElement'](TouchableOpacity,{'style':styles['cancelButton'],'onPress':_0xc75eca},React['createElement'](Text,{'style':styles[_0x235f(0x87)]},_0x245698[_0x235f(0x88)])),React['createElement'](TouchableOpacity,{'style':[styles[_0x235f(0x89)],(_0x245698['raqLA'](!_0x5538da,_0x58cf5c)||_0x245698[_0x235f(0x8a)](_0x3c60eb,_0x5538da))&&styles[_0x235f(0x8b)]],'onPress':_0x1343ee,'disabled':_0x245698[_0x235f(0x8c)](!_0x5538da,_0x58cf5c)||!!_0x245698[_0x235f(0x8d)](_0x3c60eb,_0x5538da)},React['createElement'](Text,{'style':styles['submitButtonText']},_0x58cf5c?_0x245698['CkQdS']:_0x245698['TaNHt']))));};const styles=StyleSheet[_0x235f(0x8e)]({'container':{'flex':0x1,'padding':0x10,'width':width,'backgroundColor':_0x235f(0x8f),'justifyContent':_0x235f(0x90)},'inputSection':{'width':_0x235f(0x91),'marginTop':0x0,'paddingTop':0x0},'header':{'flexDirection':_0x235f(0x92),'alignItems':_0x235f(0x93),'justifyContent':'space-between','marginBottom':0x10,'paddingVertical':0x8},'backButton':{'padding':0x8},'title':{'fontSize':0x14,'fontWeight':_0x235f(0x94),'color':'#333','textAlign':_0x235f(0x93),'flex':0x1,'marginBottom':0x8},'subtitle':{'fontSize':0xe,'color':'#666','marginBottom':0x18,'textAlign':_0x235f(0x93)},'inputContainer':{'flexDirection':'row','alignItems':_0x235f(0x93),'borderWidth':0x1,'borderColor':_0x235f(0x95),'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':_0x235f(0x96),'borderColor':_0x235f(0x97)},'infoContainerWarning':{'backgroundColor':_0x235f(0x98),'borderColor':_0x235f(0x99)},'infoContainerError':{'backgroundColor':_0x235f(0x9a),'borderColor':_0x235f(0x9b)},'infoTitle':{'fontSize':0x10,'fontWeight':_0x235f(0x94),'marginBottom':0x8},'infoTitleInfo':{'color':_0x235f(0x9c)},'infoTitleWarning':{'color':_0x235f(0x9d)},'infoTitleError':{'color':'#D32F2F'},'infoMessage':{'fontSize':0xe,'lineHeight':0x14,'marginBottom':0xc},'infoMessageInfo':{'color':_0x235f(0x9e)},'infoMessageWarning':{'color':'#E65100'},'infoMessageError':{'color':_0x235f(0x9f)},'infoActions':{'flexDirection':_0x235f(0x92),'justifyContent':_0x235f(0xa0),'marginTop':0x8},'infoActionButton':{'flex':0x1,'paddingVertical':0xa,'paddingHorizontal':0x10,'borderRadius':0x8,'backgroundColor':'#007AFF','marginHorizontal':0x4,'alignItems':_0x235f(0x93)},'infoActionButtonSecondary':{'backgroundColor':_0x235f(0xa1),'borderWidth':0x1,'borderColor':_0x235f(0x5e)},'infoActionButtonText':{'color':'#fff','fontSize':0xe,'fontWeight':_0x235f(0x94)},'infoActionButtonSecondaryText':{'color':_0x235f(0x5e)},'error':{'color':_0x235f(0xa2),'marginBottom':0x10},'requirements':{'marginBottom':0x18},'requirementTitle':{'fontSize':0xe,'fontWeight':'600','marginBottom':0x8,'color':_0x235f(0xa3)},'requirement':{'fontSize':0xe,'color':_0x235f(0xa4),'marginBottom':0x4},'requirementMet':{'color':_0x235f(0xa5)},'footer':{'flexDirection':_0x235f(0x92),'alignItems':_0x235f(0x93),'justifyContent':'space-between','marginTop':0x18,'borderTopWidth':0x1,'borderTopColor':_0x235f(0xa6),'paddingTop':0x10},'cancelButton':{'paddingVertical':0x8,'paddingHorizontal':0x10},'cancelButtonText':{'color':'#666','fontSize':0x10},'submitButton':{'paddingVertical':0x10,'paddingHorizontal':0x20,'borderRadius':0x10,'backgroundColor':_0x235f(0xa7),'alignItems':'center'},'submitButtonDisabled':{'opacity':0.5},'submitButtonText':{'color':'#fff','fontSize':0x10,'fontWeight':_0x235f(0x94)},'backgroundProgressContainer':{'flexDirection':'row','alignItems':'center','justifyContent':_0x235f(0x93),'marginBottom':0x10},'backgroundProgressText':{'fontSize':0xe,'color':_0x235f(0xa4),'marginRight':0xa},'backgroundProgressIndicator':{'padding':0x5}});