@onairos/react-native 3.6.2 → 3.6.3
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.
- package/lib/commonjs/api/index.js +1 -1
- package/lib/commonjs/components/BodyText.js +1 -1
- package/lib/commonjs/components/BrandMark.js +1 -1
- package/lib/commonjs/components/CodeInput.js +1 -1
- package/lib/commonjs/components/EmailInput.js +1 -1
- package/lib/commonjs/components/GoogleButton.js +1 -1
- package/lib/commonjs/components/HeadingGroup.js +1 -1
- package/lib/commonjs/components/LLMDataInputModal.js +1 -1
- package/lib/commonjs/components/ModalHeader.js +1 -1
- package/lib/commonjs/components/ModalSheet.js +1 -1
- package/lib/commonjs/components/Onairos.js +1 -1
- package/lib/commonjs/components/OnairosButton.js +1 -1
- package/lib/commonjs/components/OnairosSignInButton.js +1 -1
- package/lib/commonjs/components/Overlay.js +1 -1
- package/lib/commonjs/components/PersonaImage.js +1 -1
- package/lib/commonjs/components/PersonaLoadingScreen.js +1 -1
- package/lib/commonjs/components/PersonalizationConsentScreen.js +1 -1
- package/lib/commonjs/components/PinCreationScreen.js +1 -1
- package/lib/commonjs/components/PinInput.js +1 -1
- package/lib/commonjs/components/PlatformConnectorsStep.js +1 -1
- package/lib/commonjs/components/PlatformList.js +1 -1
- package/lib/commonjs/components/PlatformToggle.js +1 -1
- package/lib/commonjs/components/PrimaryButton.js +1 -1
- package/lib/commonjs/components/SignInMatchAnimation.js +1 -1
- package/lib/commonjs/components/SignInStep.js +1 -1
- package/lib/commonjs/components/UniversalOnboarding.js +1 -1
- package/lib/commonjs/components/VerificationStep.js +1 -1
- package/lib/commonjs/components/WelcomeScreen.js +1 -1
- package/lib/commonjs/components/icons/Basicproficon.js +1 -1
- package/lib/commonjs/components/icons/Basicprofile.js +1 -1
- package/lib/commonjs/components/icons/Checkbox.js +1 -1
- package/lib/commonjs/components/icons/Checkmark.js +1 -1
- package/lib/commonjs/components/icons/Contentanalysis.js +1 -1
- package/lib/commonjs/components/icons/Contenticon.js +1 -1
- package/lib/commonjs/components/icons/EnochE.js +1 -1
- package/lib/commonjs/components/icons/Personalityicon.js +1 -1
- package/lib/commonjs/components/icons/Personalityprofile.js +1 -1
- package/lib/commonjs/components/icons/Personalitytraits.js +1 -1
- package/lib/commonjs/components/icons/Userpreferences.js +1 -1
- package/lib/commonjs/components/icons/index.js +1 -1
- package/lib/commonjs/components/onboarding/OAuthWebView.js +1 -1
- package/lib/commonjs/components/onboarding/OnboardingHeader.js +1 -1
- package/lib/commonjs/components/onboarding/PinInput.js +1 -1
- package/lib/commonjs/components/onboarding/PlatformConnector.js +1 -1
- package/lib/commonjs/config/api.js +1 -1
- package/lib/commonjs/constants/index.js +1 -1
- package/lib/commonjs/context/AuthContext.js +1 -1
- package/lib/commonjs/hooks/useConnectedAccounts.js +1 -1
- package/lib/commonjs/hooks/useConnections.js +1 -1
- package/lib/commonjs/hooks/useCredentials.js +1 -1
- package/lib/commonjs/hooks/useUserConnections.js +1 -1
- package/lib/commonjs/index.js +1 -1
- package/lib/commonjs/services/apiClient.js +1 -1
- package/lib/commonjs/services/apiKeyService.js +1 -1
- package/lib/commonjs/services/authService.js +1 -1
- package/lib/commonjs/services/biometricPinService.js +1 -1
- package/lib/commonjs/services/chatGPTConversationExtractor.js +1 -1
- package/lib/commonjs/services/chatGPTConversationService.js +1 -1
- package/lib/commonjs/services/claudeConversationExtractor.js +1 -1
- package/lib/commonjs/services/claudeConversationService.js +1 -1
- package/lib/commonjs/services/connectedAccountsService.js +1 -1
- package/lib/commonjs/services/googleAuthService.js +1 -1
- package/lib/commonjs/services/hingeDataExtractor.js +1 -1
- package/lib/commonjs/services/hingeDataService.js +1 -1
- package/lib/commonjs/services/imageCompressionService.js +1 -1
- package/lib/commonjs/services/instagramDataExtractor.js +1 -1
- package/lib/commonjs/services/instagramDataService.js +1 -1
- package/lib/commonjs/services/jwtStorageService.js +1 -1
- package/lib/commonjs/services/linkedinDOMExtractor.js +1 -1
- package/lib/commonjs/services/linkedinProfileService.js +1 -1
- package/lib/commonjs/services/linkedinScrapingService.js +1 -1
- package/lib/commonjs/services/llmDataStorage.js +1 -1
- package/lib/commonjs/services/mobileTrainingService.js +1 -1
- package/lib/commonjs/services/oauthService.js +1 -1
- package/lib/commonjs/services/pinEncryptionService.js +1 -1
- package/lib/commonjs/services/pinStorageUtils.js +1 -1
- package/lib/commonjs/services/platformAuthService.js +1 -1
- package/lib/commonjs/services/sephoraDataExtractor.js +1 -1
- package/lib/commonjs/services/sephoraDataService.js +1 -1
- package/lib/commonjs/services/storageService.js +1 -1
- package/lib/commonjs/services/telegramDataExtractor.js +1 -1
- package/lib/commonjs/services/telegramDataService.js +1 -1
- package/lib/commonjs/services/trainingApiHelpers.js +1 -1
- package/lib/commonjs/services/userConnectionsService.js +1 -1
- package/lib/commonjs/services/youtubeMigrationService.js +1 -1
- package/lib/commonjs/theme/index.js +1 -1
- package/lib/commonjs/types/index.js +1 -1
- package/lib/commonjs/types.js +1 -1
- package/lib/commonjs/utils/Portal.js +1 -1
- package/lib/commonjs/utils/api.js +1 -1
- package/lib/commonjs/utils/assetRegistry.js +1 -1
- package/lib/commonjs/utils/auth.js +1 -1
- package/lib/commonjs/utils/connectorTests.js +1 -1
- package/lib/commonjs/utils/crypto.js +1 -1
- package/lib/commonjs/utils/debugHelper.js +1 -1
- package/lib/commonjs/utils/encryption.js +1 -1
- package/lib/commonjs/utils/eventUtils.js +1 -1
- package/lib/commonjs/utils/haptics.js +1 -1
- package/lib/commonjs/utils/imagePreloader.js +1 -1
- package/lib/commonjs/utils/networkDiagnostics.js +1 -1
- package/lib/commonjs/utils/onairosApi.js +1 -1
- package/lib/commonjs/utils/programmaticFlow.js +1 -1
- package/lib/commonjs/utils/retryHelper.js +1 -1
- package/lib/commonjs/utils/secureStorage.js +1 -1
- package/lib/commonjs/utils/webviewScripts/chatgpt.js +1 -1
- package/lib/commonjs/utils/webviewScripts/claude.js +1 -1
- package/lib/commonjs/utils/webviewScripts/hinge.js +1 -1
- package/lib/commonjs/utils/webviewScripts/index.js +1 -1
- package/lib/commonjs/utils/webviewScripts/instagram.js +1 -1
- package/lib/commonjs/utils/webviewScripts/linkedin.js +1 -1
- package/lib/commonjs/utils/webviewScripts/sephora.js +1 -1
- package/lib/commonjs/utils/webviewScripts/telegram.js +1 -1
- package/lib/module/api/index.js +1 -1
- package/lib/module/components/BodyText.js +1 -1
- package/lib/module/components/BrandMark.js +1 -1
- package/lib/module/components/CodeInput.js +1 -1
- package/lib/module/components/EmailInput.js +1 -1
- package/lib/module/components/GoogleButton.js +1 -1
- package/lib/module/components/HeadingGroup.js +1 -1
- package/lib/module/components/LLMDataInputModal.js +1 -1
- package/lib/module/components/ModalHeader.js +1 -1
- package/lib/module/components/ModalSheet.js +1 -1
- package/lib/module/components/Onairos.js +1 -1
- package/lib/module/components/OnairosButton.js +1 -1
- package/lib/module/components/OnairosSignInButton.js +1 -1
- package/lib/module/components/Overlay.js +1 -1
- package/lib/module/components/PersonaImage.js +1 -1
- package/lib/module/components/PersonaLoadingScreen.js +1 -1
- package/lib/module/components/PersonalizationConsentScreen.js +1 -1
- package/lib/module/components/PinCreationScreen.js +1 -1
- package/lib/module/components/PinInput.js +1 -1
- package/lib/module/components/PlatformConnectorsStep.js +1 -1
- package/lib/module/components/PlatformList.js +1 -1
- package/lib/module/components/PlatformToggle.js +1 -1
- package/lib/module/components/PrimaryButton.js +1 -1
- package/lib/module/components/SignInMatchAnimation.js +1 -1
- package/lib/module/components/SignInStep.js +1 -1
- package/lib/module/components/UniversalOnboarding.js +1 -1
- package/lib/module/components/VerificationStep.js +1 -1
- package/lib/module/components/WelcomeScreen.js +1 -1
- package/lib/module/components/icons/Basicproficon.js +1 -1
- package/lib/module/components/icons/Basicprofile.js +1 -1
- package/lib/module/components/icons/Checkbox.js +1 -1
- package/lib/module/components/icons/Checkmark.js +1 -1
- package/lib/module/components/icons/Contentanalysis.js +1 -1
- package/lib/module/components/icons/Contenticon.js +1 -1
- package/lib/module/components/icons/EnochE.js +1 -1
- package/lib/module/components/icons/Personalityicon.js +1 -1
- package/lib/module/components/icons/Personalityprofile.js +1 -1
- package/lib/module/components/icons/Personalitytraits.js +1 -1
- package/lib/module/components/icons/Userpreferences.js +1 -1
- package/lib/module/components/onboarding/OAuthWebView.js +1 -1
- package/lib/module/components/onboarding/OnboardingHeader.js +1 -1
- package/lib/module/components/onboarding/PinInput.js +1 -1
- package/lib/module/components/onboarding/PlatformConnector.js +1 -1
- package/lib/module/config/api.js +1 -1
- package/lib/module/constants/index.js +1 -1
- package/lib/module/context/AuthContext.js +1 -1
- package/lib/module/hooks/useConnectedAccounts.js +1 -1
- package/lib/module/hooks/useConnections.js +1 -1
- package/lib/module/hooks/useCredentials.js +1 -1
- package/lib/module/hooks/useUserConnections.js +1 -1
- package/lib/module/index.js +1 -1
- package/lib/module/services/apiClient.js +1 -1
- package/lib/module/services/apiKeyService.js +1 -1
- package/lib/module/services/authService.js +1 -1
- package/lib/module/services/biometricPinService.js +1 -1
- package/lib/module/services/chatGPTConversationExtractor.js +1 -1
- package/lib/module/services/chatGPTConversationService.js +1 -1
- package/lib/module/services/claudeConversationExtractor.js +1 -1
- package/lib/module/services/claudeConversationService.js +1 -1
- package/lib/module/services/connectedAccountsService.js +1 -1
- package/lib/module/services/googleAuthService.js +1 -1
- package/lib/module/services/hingeDataExtractor.js +1 -1
- package/lib/module/services/hingeDataService.js +1 -1
- package/lib/module/services/imageCompressionService.js +1 -1
- package/lib/module/services/instagramDataExtractor.js +1 -1
- package/lib/module/services/instagramDataService.js +1 -1
- package/lib/module/services/jwtStorageService.js +1 -1
- package/lib/module/services/linkedinDOMExtractor.js +1 -1
- package/lib/module/services/linkedinProfileService.js +1 -1
- package/lib/module/services/linkedinScrapingService.js +1 -1
- package/lib/module/services/llmDataStorage.js +1 -1
- package/lib/module/services/mobileTrainingService.js +1 -1
- package/lib/module/services/oauthService.js +1 -1
- package/lib/module/services/pinEncryptionService.js +1 -1
- package/lib/module/services/pinStorageUtils.js +1 -1
- package/lib/module/services/platformAuthService.js +1 -1
- package/lib/module/services/sephoraDataExtractor.js +1 -1
- package/lib/module/services/sephoraDataService.js +1 -1
- package/lib/module/services/storageService.js +1 -1
- package/lib/module/services/telegramDataExtractor.js +1 -1
- package/lib/module/services/telegramDataService.js +1 -1
- package/lib/module/services/trainingApiHelpers.js +1 -1
- package/lib/module/services/userConnectionsService.js +1 -1
- package/lib/module/services/youtubeMigrationService.js +1 -1
- package/lib/module/theme/index.js +1 -1
- package/lib/module/types.js +1 -1
- package/lib/module/utils/Portal.js +1 -1
- package/lib/module/utils/api.js +1 -1
- package/lib/module/utils/assetRegistry.js +1 -1
- package/lib/module/utils/auth.js +1 -1
- package/lib/module/utils/connectorTests.js +1 -1
- package/lib/module/utils/crypto.js +1 -1
- package/lib/module/utils/debugHelper.js +1 -1
- package/lib/module/utils/encryption.js +1 -1
- package/lib/module/utils/eventUtils.js +1 -1
- package/lib/module/utils/haptics.js +1 -1
- package/lib/module/utils/networkDiagnostics.js +1 -1
- package/lib/module/utils/onairosApi.js +1 -1
- package/lib/module/utils/programmaticFlow.js +1 -1
- package/lib/module/utils/retryHelper.js +1 -1
- package/lib/module/utils/secureStorage.js +1 -1
- package/lib/module/utils/webviewScripts/chatgpt.js +1 -1
- package/lib/module/utils/webviewScripts/claude.js +1 -1
- package/lib/module/utils/webviewScripts/hinge.js +1 -1
- package/lib/module/utils/webviewScripts/index.js +1 -1
- package/lib/module/utils/webviewScripts/instagram.js +1 -1
- package/lib/module/utils/webviewScripts/linkedin.js +1 -1
- package/lib/module/utils/webviewScripts/sephora.js +1 -1
- package/lib/module/utils/webviewScripts/telegram.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
import React,{useState}from'react';import{View,Text,StyleSheet,TouchableOpacity,Image,ScrollView,ActivityIndicator}from'react-native';function _0x1ea3(_0xf32106,_0x1ea39c){_0xf32106=_0xf32106-0x0;const _0x406033=_0xf321();let _0x46a70e=_0x406033[_0xf32106];return _0x46a70e;}import{COLORS}from'../theme';import{triggerHaptic,HapticType}from'../utils/haptics';import{getPlatformIcon}from'../services/connectedAccountsService';function _0xf321(){const _0x59fd07=['Enoch','dAXod','ArsoS','hjWAK','oelzd','contain','Welcome\x20back!','\x20wants\x20to\x20personalize\x20your\x20experience','Choose\x20what\x20to\x20share:','small','Accept\x20&\x20Continue','Decline','Use\x20different\x20account','tCBeY','ysLYL','BUTTON_PRESS','values','some','createElement','container','scrollContent','headerContainer','iconContainer','onairosLogo','yJPOs','arrow','titleContainer','IokGP','title','KUjUd','subtitle','cRpxW','optionRow','basicProfile','optionLeft','optionIcon','grey800','optionText','checkboxContainer','wuwrv','grey400','checkbox','grey700','contentAnalysis','#4CD964','personalityProfile','connectedPlatformsSection','connectedPlatformsTitle','FiWsN','kFAEw','length','connectedPlatformIcon','RzyGh','tDPCb','Connect\x20more','connectMorePlusCircle','buttonContainer','acceptButton','acceptButtonActive','acceptButtonLoading','qFlSD','KAaNb','enSpm','HdZsm','#FFFFFF','Fragment','buttonArrow','buttonArrowActive','declineButton','ayPdc','gQWSe','oJQZF','gnKsc','eXyfl','logoutButton','QSPNl','rzfKi','jJFns','mCCEm','logoutButtonText','aNSrK','create','surface','row','center','IBM\x20Plex\x20Sans','700','grey600','Inter','#F8F9FA','#2D3436','#999999','600','#E5E5E5','500','underline','grey500','#000'];_0xf321=function(){return _0x59fd07;};return _0xf321();}import{BRAND_IMAGES}from'../utils/assetRegistry';import{Basicproficon,Basicprofile,Contenticon,Personalityicon,Personalitytraits,Userpreferences,Checkbox,Checkmark}from'./icons';const PersonalizationConsentScreen=({visible:_0x5cbf15,onAccept:_0x40c012,onDecline:_0x54a723,loading:loading=![],connectedPlatforms:connectedPlatforms=[],onConnectMore:_0x3941ca,isReturningUser:isReturningUser=![],appName:appName=_0x1ea3(0x0),onLogout:_0x28c8f5})=>{const _0x1b6080={'ysLYL':function(_0xb6ae3f,_0x2fbace){return _0xb6ae3f(_0x2fbace);},'remdI':function(_0x482e0c,_0xf81aff){return _0x482e0c===_0xf81aff;},'tCBeY':'YANNJ','HeTCz':_0x1ea3(0x1),'vDZgW':function(_0x55135e,_0x43ac01){return _0x55135e(_0x43ac01);},'RzyGh':function(_0x47f3ef,_0x57b9cc){return _0x47f3ef(_0x57b9cc);},'tDPCb':function(_0xbffb30){return _0xbffb30();},'qFlSD':function(_0x9e8e07,_0x242707){return _0x9e8e07!==_0x242707;},'KAaNb':_0x1ea3(0x2),'enSpm':function(_0x357ec3){return _0x357ec3();},'ayPdc':_0x1ea3(0x3),'gQWSe':'TbXXZ','oJQZF':function(_0x2840c0,_0x164877){return _0x2840c0(_0x164877);},'gnKsc':function(_0x558a5e){return _0x558a5e();},'HZpBK':function(_0x39914c,_0x11e17){return _0x39914c===_0x11e17;},'QSPNl':_0x1ea3(0x4),'CPEKa':function(_0x3130c7){return _0x3130c7();},'yJPOs':_0x1ea3(0x5),'IokGP':_0x1ea3(0x6),'KUjUd':_0x1ea3(0x7),'cRpxW':_0x1ea3(0x8),'wuwrv':'#4CD964','FiWsN':'Connected\x20Platforms','kFAEw':function(_0x449feb,_0x293414){return _0x449feb>_0x293414;},'HdZsm':_0x1ea3(0x9),'YjZIR':_0x1ea3(0xa),'eXyfl':_0x1ea3(0xb),'aNSrK':_0x1ea3(0xc)},[_0x35c251,_0x45d889]=useState({'basicProfile':![],'contentAnalysis':![],'personalityProfile':![]}),_0x28392b=_0x30d811=>{_0x1b6080['remdI'](_0x1b6080[_0x1ea3(0xd)],_0x1b6080['HeTCz'])?(_0x410c2e(_0x13f655['BUTTON_PRESS']),_0x1b6080[_0x1ea3(0xe)](_0x152956,_0x193f04=>({..._0x193f04,[_0x19efa5]:!_0x193f04[_0xaecd49]}))):(_0x1b6080[_0x1ea3(0xe)](triggerHaptic,HapticType[_0x1ea3(0xf)]),_0x1b6080['vDZgW'](_0x45d889,_0x228f51=>({..._0x228f51,[_0x30d811]:!_0x228f51[_0x30d811]})));},_0x13b3b2=Object[_0x1ea3(0x10)](_0x35c251)[_0x1ea3(0x11)](_0x11a9a4=>_0x11a9a4);if(!_0x5cbf15)return null;return React[_0x1ea3(0x12)](View,{'style':styles[_0x1ea3(0x13)]},React[_0x1ea3(0x12)](ScrollView,{'style':styles['scrollView'],'contentContainerStyle':styles[_0x1ea3(0x14)],'showsVerticalScrollIndicator':![]},React[_0x1ea3(0x12)](View,{'style':styles[_0x1ea3(0x15)]},React[_0x1ea3(0x12)](View,{'style':styles[_0x1ea3(0x16)]},React['createElement'](Image,{'source':BRAND_IMAGES[_0x1ea3(0x17)],'style':styles['headerIcon'],'resizeMode':_0x1b6080[_0x1ea3(0x18)]})),React[_0x1ea3(0x12)](Text,{'style':styles[_0x1ea3(0x19)]},'→'),React[_0x1ea3(0x12)](Image,{'source':BRAND_IMAGES['enochIcon'],'style':styles['enochAppIcon'],'resizeMode':_0x1b6080[_0x1ea3(0x18)]})),React[_0x1ea3(0x12)](View,{'style':styles[_0x1ea3(0x1a)]},isReturningUser&&React['createElement'](Text,{'style':styles['welcomeBackText']},_0x1b6080[_0x1ea3(0x1b)]),React['createElement'](Text,{'style':styles[_0x1ea3(0x1c)]},appName,_0x1b6080[_0x1ea3(0x1d)]),React[_0x1ea3(0x12)](Text,{'style':styles[_0x1ea3(0x1e)]},_0x1b6080[_0x1ea3(0x1f)])),React[_0x1ea3(0x12)](View,{'style':styles['optionsContainer']},React[_0x1ea3(0x12)](TouchableOpacity,{'style':styles[_0x1ea3(0x20)],'onPress':()=>_0x28392b(_0x1ea3(0x21))},React[_0x1ea3(0x12)](View,{'style':styles[_0x1ea3(0x22)]},React[_0x1ea3(0x12)](Basicproficon,{'width':0x20,'height':0x20,'fill':COLORS['grey700'],'style':styles[_0x1ea3(0x23)]}),React[_0x1ea3(0x12)](Basicprofile,{'height':0x18,'fill':COLORS[_0x1ea3(0x24)],'style':styles[_0x1ea3(0x25)]})),React[_0x1ea3(0x12)](View,{'style':styles[_0x1ea3(0x26)]},_0x35c251[_0x1ea3(0x21)]?React[_0x1ea3(0x12)](Checkmark,{'width':0x18,'height':0x18,'fill':_0x1b6080[_0x1ea3(0x27)],'style':styles['checkbox']}):React[_0x1ea3(0x12)](Checkbox,{'width':0x18,'height':0x18,'stroke':COLORS[_0x1ea3(0x28)],'style':styles[_0x1ea3(0x29)]}))),React['createElement'](TouchableOpacity,{'style':styles[_0x1ea3(0x20)],'onPress':()=>_0x28392b('contentAnalysis')},React['createElement'](View,{'style':styles['optionLeft']},React[_0x1ea3(0x12)](Contenticon,{'width':0x20,'height':0x20,'fill':COLORS[_0x1ea3(0x2a)],'style':styles[_0x1ea3(0x23)]}),React[_0x1ea3(0x12)](Userpreferences,{'height':0x18,'fill':COLORS[_0x1ea3(0x24)],'style':styles[_0x1ea3(0x25)]})),React[_0x1ea3(0x12)](View,{'style':styles[_0x1ea3(0x26)]},_0x35c251[_0x1ea3(0x2b)]?React['createElement'](Checkmark,{'width':0x18,'height':0x18,'fill':_0x1ea3(0x2c),'style':styles[_0x1ea3(0x29)]}):React[_0x1ea3(0x12)](Checkbox,{'width':0x18,'height':0x18,'stroke':COLORS['grey400'],'style':styles[_0x1ea3(0x29)]}))),React[_0x1ea3(0x12)](TouchableOpacity,{'style':styles['optionRow'],'onPress':()=>_0x28392b(_0x1ea3(0x2d))},React[_0x1ea3(0x12)](View,{'style':styles['optionLeft']},React[_0x1ea3(0x12)](Personalityicon,{'width':0x20,'height':0x20,'fill':COLORS[_0x1ea3(0x2a)],'style':styles['optionIcon']}),React[_0x1ea3(0x12)](Personalitytraits,{'height':0x18,'fill':COLORS['grey800'],'style':styles[_0x1ea3(0x25)]})),React[_0x1ea3(0x12)](View,{'style':styles['checkboxContainer']},_0x35c251[_0x1ea3(0x2d)]?React[_0x1ea3(0x12)](Checkmark,{'width':0x18,'height':0x18,'fill':_0x1ea3(0x2c),'style':styles[_0x1ea3(0x29)]}):React[_0x1ea3(0x12)](Checkbox,{'width':0x18,'height':0x18,'stroke':COLORS['grey400'],'style':styles[_0x1ea3(0x29)]})))),React[_0x1ea3(0x12)](View,{'style':styles[_0x1ea3(0x2e)]},React[_0x1ea3(0x12)](Text,{'style':styles[_0x1ea3(0x2f)]},_0x1b6080[_0x1ea3(0x30)]),_0x1b6080[_0x1ea3(0x31)](connectedPlatforms[_0x1ea3(0x32)],0x0)&&React[_0x1ea3(0x12)](View,{'style':styles['connectedPlatformsIcons']},connectedPlatforms['map'](_0x5be9e1=>React[_0x1ea3(0x12)](View,{'key':_0x5be9e1,'style':styles['connectedPlatformIconContainer']},React[_0x1ea3(0x12)](Image,{'source':getPlatformIcon(_0x5be9e1),'style':styles[_0x1ea3(0x33)],'resizeMode':_0x1ea3(0x5)})))),_0x3941ca&&React[_0x1ea3(0x12)](TouchableOpacity,{'style':styles['connectMoreButton'],'onPress':()=>{_0x1b6080[_0x1ea3(0x34)](triggerHaptic,HapticType['BUTTON_PRESS']),_0x1b6080[_0x1ea3(0x35)](_0x3941ca);}},React['createElement'](Text,{'style':styles['connectMoreText']},_0x1ea3(0x36)),React[_0x1ea3(0x12)](View,{'style':styles[_0x1ea3(0x37)]},React[_0x1ea3(0x12)](Text,{'style':styles['connectMorePlus']},'+'))))),React['createElement'](View,{'style':styles[_0x1ea3(0x38)]},React[_0x1ea3(0x12)](TouchableOpacity,{'style':[styles[_0x1ea3(0x39)],_0x13b3b2&&styles[_0x1ea3(0x3a)],loading&&styles[_0x1ea3(0x3b)]],'onPress':()=>{const _0x3e8cbe={'aYvQU':function(_0x2e0ad3,_0x39263a){return _0x1b6080[_0x1ea3(0xe)](_0x2e0ad3,_0x39263a);}};!loading&&(_0x1b6080[_0x1ea3(0x3c)](_0x1b6080[_0x1ea3(0x3d)],_0x1b6080['KAaNb'])?(_0x3e8cbe['aYvQU'](_0x234759,_0x33f123[_0x1ea3(0xf)]),_0x2e9ce0()):(triggerHaptic(HapticType[_0x1ea3(0xf)]),_0x1b6080[_0x1ea3(0x3e)](_0x40c012)));},'disabled':loading,'activeOpacity':loading?0x1:0.7},loading?React[_0x1ea3(0x12)](ActivityIndicator,{'size':_0x1b6080[_0x1ea3(0x3f)],'color':_0x1ea3(0x40)}):React[_0x1ea3(0x12)](React[_0x1ea3(0x41)],null,React[_0x1ea3(0x12)](Text,{'style':[styles['acceptButtonText'],_0x13b3b2&&styles['acceptButtonTextActive']]},_0x1b6080['YjZIR']),React[_0x1ea3(0x12)](Text,{'style':[styles[_0x1ea3(0x42)],_0x13b3b2&&styles[_0x1ea3(0x43)]]},'→'))),React['createElement'](TouchableOpacity,{'style':styles[_0x1ea3(0x44)],'onPress':()=>{_0x1b6080[_0x1ea3(0x3c)](_0x1b6080[_0x1ea3(0x45)],_0x1b6080[_0x1ea3(0x46)])?(_0x1b6080[_0x1ea3(0x47)](triggerHaptic,HapticType[_0x1ea3(0xf)]),_0x1b6080[_0x1ea3(0x48)](_0x54a723)):(_0x1b6080[_0x1ea3(0xe)](_0x11e269,_0x462097[_0x1ea3(0xf)]),_0x53dc9b());}},React[_0x1ea3(0x12)](Text,{'style':styles['declineButtonText']},_0x1b6080[_0x1ea3(0x49)])),_0x28c8f5&&React[_0x1ea3(0x12)](TouchableOpacity,{'style':styles[_0x1ea3(0x4a)],'onPress':()=>{const _0x17492c={'jJFns':function(_0x4f60a0,_0x31f5be){return _0x1b6080['RzyGh'](_0x4f60a0,_0x31f5be);},'mCCEm':function(_0x25dea3){return _0x25dea3();}};_0x1b6080['HZpBK'](_0x1b6080[_0x1ea3(0x4b)],_0x1ea3(0x4c))?(_0x17492c[_0x1ea3(0x4d)](_0x4a31b9,_0x210707[_0x1ea3(0xf)]),_0x17492c[_0x1ea3(0x4e)](_0x210f52)):(triggerHaptic(HapticType[_0x1ea3(0xf)]),_0x1b6080['CPEKa'](_0x28c8f5));}},React[_0x1ea3(0x12)](Text,{'style':styles[_0x1ea3(0x4f)]},_0x1b6080[_0x1ea3(0x50)]))));},styles=StyleSheet[_0x1ea3(0x51)]({'container':{'flex':0x1,'backgroundColor':COLORS[_0x1ea3(0x52)],'paddingHorizontal':0x18,'paddingTop':0x28,'paddingBottom':0x8},'headerContainer':{'flexDirection':_0x1ea3(0x53),'alignItems':_0x1ea3(0x54),'justifyContent':'center','marginBottom':0xc,'marginTop':0x0},'iconContainer':{'width':0x40,'height':0x40,'backgroundColor':_0x1ea3(0x40),'borderRadius':0xc,'alignItems':_0x1ea3(0x54),'justifyContent':'center','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':_0x1ea3(0x55),'fontWeight':_0x1ea3(0x56),'color':COLORS[_0x1ea3(0x24)]},'arrow':{'fontSize':0x18,'color':COLORS[_0x1ea3(0x57)],'marginHorizontal':0x10},'titleContainer':{'alignItems':_0x1ea3(0x54),'marginBottom':0x8},'welcomeBackText':{'fontSize':0x18,'fontFamily':'IBM\x20Plex\x20Sans','fontWeight':_0x1ea3(0x56),'color':COLORS['grey800'],'textAlign':_0x1ea3(0x54),'marginBottom':0x2},'title':{'fontSize':0x14,'fontFamily':_0x1ea3(0x55),'fontWeight':'600','color':COLORS[_0x1ea3(0x24)],'textAlign':_0x1ea3(0x54),'marginBottom':0xa},'subtitle':{'fontSize':0x10,'fontFamily':_0x1ea3(0x58),'fontWeight':'400','color':COLORS[_0x1ea3(0x57)],'textAlign':_0x1ea3(0x54)},'scrollView':{'flex':0x1},'scrollContent':{'flexGrow':0x1},'optionsContainer':{'marginBottom':0x8},'optionRow':{'flexDirection':_0x1ea3(0x53),'alignItems':'center','justifyContent':'space-between','paddingVertical':0xc,'paddingHorizontal':0x2,'backgroundColor':_0x1ea3(0x59),'borderRadius':0xc,'marginBottom':0x6,'marginHorizontal':0x0},'optionLeft':{'flexDirection':'row','alignItems':_0x1ea3(0x54),'flex':0x1},'optionIcon':{'marginRight':0xc,'marginLeft':0x2,'marginTop':-0x4},'optionText':{'flex':0x1,'marginLeft':0x2},'checkboxContainer':{'paddingLeft':0x4,'paddingRight':0x2,'alignItems':'center','justifyContent':_0x1ea3(0x54)},'checkbox':{},'buttonContainer':{'gap':0x8,'paddingHorizontal':0x0,'paddingBottom':0x10,'marginTop':0x10},'acceptButton':{'backgroundColor':'#E5E5E5','borderRadius':0x19,'paddingVertical':0xa,'paddingHorizontal':0x18,'flexDirection':_0x1ea3(0x53),'alignItems':_0x1ea3(0x54),'justifyContent':_0x1ea3(0x54)},'acceptButtonActive':{'backgroundColor':_0x1ea3(0x5a)},'acceptButtonLoading':{'backgroundColor':'#2D3436','opacity':0.8},'acceptButtonText':{'color':_0x1ea3(0x5b),'fontSize':0x10,'fontFamily':'Inter','fontWeight':_0x1ea3(0x5c),'marginRight':0x8},'acceptButtonTextActive':{'color':_0x1ea3(0x40)},'buttonArrow':{'color':_0x1ea3(0x5b),'fontSize':0x10},'buttonArrowActive':{'color':_0x1ea3(0x40)},'declineButton':{'backgroundColor':_0x1ea3(0x5d),'borderRadius':0x19,'paddingVertical':0xa,'paddingHorizontal':0x18,'alignItems':'center','justifyContent':'center'},'declineButtonText':{'color':COLORS[_0x1ea3(0x57)],'fontSize':0x10,'fontFamily':_0x1ea3(0x58),'fontWeight':_0x1ea3(0x5e)},'logoutButton':{'alignItems':_0x1ea3(0x54),'paddingVertical':0xc,'marginTop':0x8},'logoutButtonText':{'fontSize':0xe,'fontFamily':_0x1ea3(0x58),'fontWeight':'400','color':COLORS['grey500'],'textDecorationLine':_0x1ea3(0x5f)},'connectedPlatformsSection':{'alignItems':_0x1ea3(0x54),'paddingVertical':0xa,'paddingHorizontal':0x10,'backgroundColor':_0x1ea3(0x59),'borderRadius':0x10,'marginBottom':0xa,'marginTop':0x10},'connectedPlatformsTitle':{'fontSize':0xf,'fontFamily':_0x1ea3(0x58),'fontWeight':_0x1ea3(0x5e),'color':COLORS[_0x1ea3(0x60)],'marginBottom':0xa},'connectedPlatformsIcons':{'flexDirection':_0x1ea3(0x53),'justifyContent':'center','alignItems':'center','flexWrap':'wrap','gap':0xa,'marginBottom':0xa},'connectedPlatformIconContainer':{'width':0x30,'height':0x30,'borderRadius':0xa,'backgroundColor':_0x1ea3(0x40),'justifyContent':'center','alignItems':_0x1ea3(0x54),'shadowColor':_0x1ea3(0x61),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.1,'shadowRadius':0x4,'elevation':0x2},'connectedPlatformIcon':{'width':0x20,'height':0x20},'connectMoreButton':{'flexDirection':_0x1ea3(0x53),'alignItems':_0x1ea3(0x54),'justifyContent':_0x1ea3(0x54),'gap':0x8},'connectMoreText':{'fontSize':0x10,'fontFamily':_0x1ea3(0x58),'fontWeight':_0x1ea3(0x5e),'color':COLORS['grey500']},'connectMorePlusCircle':{'width':0x1c,'height':0x1c,'borderRadius':0xe,'borderWidth':0x2,'borderColor':COLORS[_0x1ea3(0x28)],'justifyContent':_0x1ea3(0x54),'alignItems':_0x1ea3(0x54)},'connectMorePlus':{'fontSize':0x12,'fontWeight':_0x1ea3(0x5e),'color':COLORS[_0x1ea3(0x60)],'marginTop':-0x2}});export{PersonalizationConsentScreen};export default PersonalizationConsentScreen;
|
|
1
|
+
import React,{useState}from'react';import{View,Text,StyleSheet,TouchableOpacity,Image,ScrollView,ActivityIndicator}from'react-native';import{COLORS}from'../theme';import{triggerHaptic,HapticType}from'../utils/haptics';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 +1 @@
|
|
|
1
|
-
import React,{useState,useEffect}from'react';function _0x23ed(){const _0x46984b=['error','PIN\x20Creation\x20Error','4|3|1|0|2','PIN\x20Storage\x20Error','PIN\x20storage\x20verification\x20failed.\x20Please\x20try\x20again.','❌\x20PIN\x20storage\x20verification\x20failed','❌\x20[PIN\x20CREATION]\x20Face\x20ID\x20not\x20available\x20on\x20this\x20device','unavailable','OGqEy','DWlfZ','afwPe','📝\x20PIN\x20stored\x20temporarily\x20for\x20onboarding','GKYUB','storing','🔐\x20[PIN\x20CREATION]\x20Biometric\x20storage\x20enabled,\x20starting\x20biometric\x20flow...','✅\x20PIN\x20storage\x20verified\x20-\x20proceeding\x20with\x20onboarding','success','Hpuew','⚠️\x20Face\x20ID\x20authentication\x20was\x20cancelled\x20or\x20failed','Face\x20ID\x20Setup','Face\x20ID\x20authentication\x20was\x20cancelled\x20or\x20failed.\x20Your\x20PIN\x20is\x20still\x20saved\x20securely.','📱\x20Biometric\x20not\x20available,\x20continuing\x20without\x20Face\x20ID','BSwRB','Create\x20a\x20PIN','Your\x20PIN\x20must:','Be\x20at\x20least\x208\x20characters\x20in\x20length.','Contain\x20an\x20uppercase\x20letter.','Contain\x20a\x20symbol\x20(e.g.\x20!@#$%^&*).','small','Checking\x20Face\x20ID...','Enhanced\x20Security','Face\x20ID\x20Unavailable','Securing\x20with\x20Face\x20ID...','PIN\x20Secured\x20with\x20Face\x20ID','Verifying\x20Face\x20ID\x20availability\x20on\x20your\x20device.','We\x20use\x20Face\x20ID\x20to\x20ensure\x20only\x20you\x20can\x20access\x20your\x20data.','Please\x20authenticate\x20with\x20Face\x20ID\x20to\x20secure\x20your\x20PIN.','Your\x20PIN\x20is\x20now\x20protected\x20with\x20Face\x20ID\x20authentication.','Face\x20ID\x20setup\x20failed,\x20but\x20your\x20PIN\x20is\x20stored\x20securely.','#FFFFFF','stKMg','ZSrUP','QQlYH','dXBOj','length','test','RBakK','values','NvCnw','YpCTS','LUtGR','uXzuL','xuozf','available','uISuy','voZyJ','BUTTON_PRESS','ERROR','Invalid\x20PIN','gXQdP','DZOgs','InDlY','FKRNY','sVVEI','log','EMFMY','tSusi','xIxJc','WgTVx','wjaOj','SPvpI','isBiometricAvailable','🔐\x20[PIN\x20CREATION]\x20Triggering\x20biometric\x20authentication\x20for\x20PIN\x20storage...','WPGtm','HhVuU','fRHfL','KGcHz','tJZoi','wAosZ','wHTof','TPEga','majNu','fyZuC','1|2|0|4|3','split','❌\x20Error\x20in\x20PIN\x20creation\x20process:','dHXKY','alert','IOiaw','IVBcJ','rjzUb','suzll','lcyeg','OniYb','WQbCH','TuwgC','uXcRn','pLTOU','EvOfX','PWNWR','EjweU','CGcKe','vNWwg','AVqGN','giFnm','hfETd','gSSWs','ShWDC','xVyiL','UHeMZ','❌\x20Error\x20checking\x20biometric\x20availability:','EdqyI','xRloy','FDxLn','every','createElement','titleContainer','dGiMS','A\x20PIN\x20so\x20only\x20you\x20have\x20access\x20to\x20your\x20data.','pinContainer','requirementsContainer','requirementsTitle','RXNsd','requirementItem','checkbox','checkboxChecked','requirementTextMet','AoZUY','uppercase','checkmark','requirementText','number','gwwgh','symbol','securityCard','clZAs','securityCardError','securityIconContainer','grey600','jlJff','#D4A536','securityIcon','bPaHa','securityTextContainer','securityTitle','jifnT','sfiyU','qghuw','BmzkO','qLeqO','IGObz','QthgX','securityDescription','checking','dmQmt','yFhqX','JBEQU','QuyjX','ylNJK','buttonContainer','HXcRg','continueButtonText','create','surface','center','700','grey800','Inter','#F8F9FA','#E5E5E5','600','row','#4CD964','bold','#22C55E','#FEF2F2','auto','#2D3436','#999999'];_0x23ed=function(){return _0x46984b;};return _0x23ed();}import{View,Text,StyleSheet,TouchableOpacity,TextInput,Alert,ActivityIndicator}from'react-native';import{COLORS}from'../theme';function _0x3f3c(_0x23edfb,_0x3f3c14){_0x23edfb=_0x23edfb-0x0;const _0x4b7609=_0x23ed();let _0x5dff9b=_0x4b7609[_0x23edfb];return _0x5dff9b;}import{triggerHaptic,HapticType}from'../utils/haptics';import{biometricPinService}from'../services/biometricPinService';import{setTemporaryPin}from'../services/pinStorageUtils';const PinCreationScreen=({visible:_0xeecc74,onComplete:_0x41e137,onBack:_0x18a74f})=>{const _0x91a4c2={'dXBOj':function(_0x2eba7f,_0x311bcf){return _0x2eba7f>=_0x311bcf;},'RBakK':function(_0x573640,_0x510540){return _0x573640(_0x510540);},'uXzuL':function(_0x1878e1,_0xf9ec78){return _0x1878e1(_0xf9ec78);},'dHXKY':_0x3f3c(0x0),'euWor':_0x3f3c(0x1),'hfETd':'There\x20was\x20an\x20issue\x20creating\x20your\x20PIN.\x20Please\x20try\x20again.','WgTVx':function(_0x27599a,_0x33efc8){return _0x27599a(_0x33efc8);},'PWNWR':_0x3f3c(0x2),'gXQdP':function(_0x3ce67b,_0xe3361f){return _0x3ce67b(_0xe3361f);},'EjweU':_0x3f3c(0x3),'OniYb':_0x3f3c(0x4),'lcyeg':_0x3f3c(0x5),'AVqGN':_0x3f3c(0x6),'EdqyI':_0x3f3c(0x7),'stKMg':function(_0x55a58f,_0x25df68){return _0x55a58f(_0x25df68);},'NvCnw':function(_0x3f9bab){return _0x3f9bab();},'YpCTS':function(_0x49b7a7,_0x164beb){return _0x49b7a7!==_0x164beb;},'LUtGR':_0x3f3c(0x8),'xuozf':function(_0x3506a1,_0x11c352){return _0x3506a1(_0x11c352);},'uISuy':function(_0xe1b4a7,_0x1564ad){return _0xe1b4a7!==_0x1564ad;},'voZyJ':_0x3f3c(0x9),'InDlY':_0x3f3c(0xa),'FKRNY':'🔐\x20Starting\x20PIN\x20creation\x20process...','sVVEI':function(_0x5396fe,_0x488830){return _0x5396fe(_0x488830);},'EMFMY':_0x3f3c(0xb),'tSusi':function(_0x66addf,_0x3cb899){return _0x66addf===_0x3cb899;},'xIxJc':_0x3f3c(0xc),'wjaOj':_0x3f3c(0xd),'SPvpI':_0x3f3c(0xe),'WPGtm':function(_0xc0ab5c,_0x2e280e){return _0xc0ab5c!==_0x2e280e;},'fRHfL':'eeXBy','tBYrm':_0x3f3c(0xf),'clZAs':_0x3f3c(0x10),'KGcHz':function(_0x22c6cd,_0x3f039e,_0x2b04b2){return _0x22c6cd(_0x3f039e,_0x2b04b2);},'IOiaw':function(_0xc5ca0f,_0x34d50d){return _0xc5ca0f!==_0x34d50d;},'rjzUb':_0x3f3c(0x11),'suzll':'3|2|0|1|4','WQbCH':_0x3f3c(0x12),'TuwgC':_0x3f3c(0x13),'uXcRn':_0x3f3c(0x14),'pLTOU':'Try\x20Again','BXIyO':'Continue\x20Without\x20Face\x20ID','FGIIj':_0x3f3c(0x15),'CGcKe':function(_0x35f749,_0x4c102c){return _0x35f749(_0x4c102c);},'vNWwg':function(_0x369d12,_0xd89ac){return _0x369d12(_0xd89ac);},'giFnm':function(_0x107a5d,_0x68af8d){return _0x107a5d(_0x68af8d);},'ZSrUP':function(_0x302e85,_0x1036e0){return _0x302e85(_0x1036e0);},'gSSWs':'ShWDC','QQlYH':'checking','PWYyb':function(_0x3ebab1,_0x3f1b48){return _0x3ebab1(_0x3f1b48);},'wfFpY':function(_0x31f131,_0x5c2eaa){return _0x31f131(_0x5c2eaa);},'UHeMZ':'available','xRloy':function(_0x5ab22b,_0x35ee89){return _0x5ab22b===_0x35ee89;},'FDxLn':_0x3f3c(0x16),'ZHMBT':function(_0xd3de54){return _0xd3de54();},'dGiMS':_0x3f3c(0x17),'RXNsd':_0x3f3c(0x18),'AoZUY':_0x3f3c(0x19),'wCxJN':_0x3f3c(0x1a),'gwwgh':'Contain\x20a\x20number.','IVNud':_0x3f3c(0x1b),'jlJff':_0x3f3c(0x1c),'bPaHa':function(_0x30e70e,_0x32e1bc){return _0x30e70e===_0x32e1bc;},'JBEQU':function(_0x4b681b,_0x179f5c){return _0x4b681b===_0x179f5c;},'jifnT':_0x3f3c(0x1d),'sfiyU':function(_0x54fd06,_0x4ff8b6){return _0x54fd06===_0x4ff8b6;},'qghuw':_0x3f3c(0x1e),'BmzkO':_0x3f3c(0x1f),'qLeqO':_0x3f3c(0x20),'IGObz':_0x3f3c(0x21),'QthgX':'Face\x20ID\x20Setup\x20Failed','nWZvP':_0x3f3c(0x22),'dmQmt':_0x3f3c(0x23),'yFhqX':'Face\x20ID\x20is\x20not\x20available\x20on\x20this\x20device.\x20Your\x20PIN\x20will\x20be\x20stored\x20securely.','QuyjX':_0x3f3c(0x24),'vFnNQ':_0x3f3c(0x25),'ylNJK':_0x3f3c(0x26),'HXcRg':function(_0x243594,_0x4db9ce){return _0x243594||_0x4db9ce;},'FvIvo':_0x3f3c(0x27),'CkQLQ':'Continue'},[_0x39ddae,_0x3ed4dd]=useState(''),[_0x49134c,_0x3e57af]=useState({'length':![],'uppercase':![],'number':![],'symbol':![]}),[_0x1830bd,_0x4157d7]=useState(![]),[_0x5b82f9,_0x39c9df]=_0x91a4c2[_0x3f3c(0x28)](useState,![]),[_0x45311e,_0x470918]=_0x91a4c2[_0x3f3c(0x29)](useState,_0x91a4c2[_0x3f3c(0x2a)]),_0x598272=_0x542b03=>{const _0x248bee={'length':_0x91a4c2[_0x3f3c(0x2b)](_0x542b03[_0x3f3c(0x2c)],0x8),'uppercase':/[A-Z]/[_0x3f3c(0x2d)](_0x542b03),'number':/[0-9]/[_0x3f3c(0x2d)](_0x542b03),'symbol':/[!@#$%^&*(),.?":{}|<>]/[_0x3f3c(0x2d)](_0x542b03)};return _0x91a4c2[_0x3f3c(0x2e)](_0x3e57af,_0x248bee),Object[_0x3f3c(0x2f)](_0x248bee)['every'](_0xbc871e=>_0xbc871e);},_0x438d2d=_0x5a1520=>{_0x91a4c2[_0x3f3c(0x2e)](_0x3ed4dd,_0x5a1520),_0x598272(_0x5a1520);},_0x1a9e16=async()=>{const _0x129d31={'nADXu':function(_0x2a631e){return _0x91a4c2[_0x3f3c(0x30)](_0x2a631e);},'fyZuC':function(_0x9d9e64,_0x5daefb){return _0x91a4c2['dXBOj'](_0x9d9e64,_0x5daefb);},'majNu':function(_0x120db2,_0x54eabf){return _0x91a4c2['WgTVx'](_0x120db2,_0x54eabf);},'tJZoi':function(_0x4dbd9f,_0x53a7c3){return _0x91a4c2[_0x3f3c(0x31)](_0x4dbd9f,_0x53a7c3);},'wAosZ':_0x91a4c2[_0x3f3c(0x32)],'TPEga':function(_0x17335d,_0x3ea6ae){return _0x91a4c2[_0x3f3c(0x33)](_0x17335d,_0x3ea6ae);},'MESyj':function(_0x2221fd,_0x5350c4){return _0x91a4c2[_0x3f3c(0x34)](_0x2221fd,_0x5350c4);},'EvOfX':_0x3f3c(0x35)};if(!_0x91a4c2[_0x3f3c(0x34)](_0x598272,_0x39ddae)){if(_0x91a4c2[_0x3f3c(0x36)](_0x91a4c2['voZyJ'],_0x91a4c2[_0x3f3c(0x37)]))_0x30937d(_0x4b699e[_0x3f3c(0x38)]),_0x129d31['nADXu'](_0x18c96e);else{_0x91a4c2[_0x3f3c(0x28)](triggerHaptic,HapticType[_0x3f3c(0x39)]),Alert['alert'](_0x3f3c(0x3a),'Please\x20ensure\x20your\x20PIN\x20meets\x20all\x20requirements.');return;}}_0x91a4c2[_0x3f3c(0x34)](triggerHaptic,HapticType['BUTTON_PRESS']),_0x91a4c2[_0x3f3c(0x3b)](_0x4157d7,!![]);try{if(_0x3f3c(0x3c)!==_0x91a4c2[_0x3f3c(0x3d)]){console['log'](_0x91a4c2[_0x3f3c(0x3e)]),_0x91a4c2[_0x3f3c(0x3f)](setTemporaryPin,_0x39ddae),console[_0x3f3c(0x40)](_0x91a4c2[_0x3f3c(0x41)]);if(_0x5b82f9){if(_0x91a4c2[_0x3f3c(0x42)](_0x91a4c2['xIxJc'],_0x91a4c2[_0x3f3c(0x43)])){_0x91a4c2[_0x3f3c(0x44)](_0x470918,_0x91a4c2[_0x3f3c(0x45)]),console['log'](_0x91a4c2[_0x3f3c(0x46)]);const _0x2a79e1=await biometricPinService[_0x3f3c(0x47)]();console['log']('📱\x20[PIN\x20CREATION]\x20Biometric\x20available\x20before\x20storage:',_0x2a79e1);if(!_0x2a79e1){console['error'](_0x91a4c2['AVqGN']),_0x91a4c2['sVVEI'](_0x470918,_0x3f3c(0x7)),_0x91a4c2[_0x3f3c(0x2e)](_0x4157d7,![]);return;}console[_0x3f3c(0x40)](_0x3f3c(0x48));const _0x5b99ec=await biometricPinService['storePinWithBiometric'](_0x39ddae);if(_0x5b99ec){console[_0x3f3c(0x40)]('✅\x20PIN\x20stored\x20successfully\x20with\x20Face\x20ID');const _0x3a2d47=await biometricPinService['isPinStored']();if(_0x3a2d47){if(_0x91a4c2[_0x3f3c(0x49)](_0x3f3c(0x4a),_0x91a4c2[_0x3f3c(0x4b)]))console['log'](_0x91a4c2['tBYrm']),_0x470918(_0x91a4c2['clZAs']),triggerHaptic(HapticType['SUCCESS']),_0x91a4c2[_0x3f3c(0x4c)](setTimeout,()=>{if(_0x129d31[_0x3f3c(0x4d)](_0x129d31[_0x3f3c(0x4e)],_0x3f3c(0x4f)))_0x129d31[_0x3f3c(0x50)](_0x4157d7,![]),_0x129d31[_0x3f3c(0x51)](_0x41e137,_0x39ddae);else{const _0x1e168d={'length':_0x129d31[_0x3f3c(0x52)](_0x14e0d3[_0x3f3c(0x2c)],0x8),'uppercase':/[A-Z]/[_0x3f3c(0x2d)](_0x246f80),'number':/[0-9]/[_0x3f3c(0x2d)](_0x16870d),'symbol':/[!@#$%^&*(),.?":{}|<>]/['test'](_0xaf57e6)};return _0x129d31[_0x3f3c(0x51)](_0x7ad554,_0x1e168d),_0x522759[_0x3f3c(0x2f)](_0x1e168d)['every'](_0x15d39f=>_0x15d39f);}},0x320);else{const _0x3b2c26=_0x3f3c(0x53)[_0x3f3c(0x54)]('|');let _0x12857b=0x0;while(!![]){switch(_0x3b2c26[_0x12857b++]){case'0':_0xfbd887(![]);continue;case'1':_0x558f72[_0x3f3c(0x0)](_0x3f3c(0x55),_0xe662e5);continue;case'2':_0x91a4c2['uXzuL'](_0x133642,_0x91a4c2[_0x3f3c(0x56)]);continue;case'3':Alert[_0x3f3c(0x57)](_0x91a4c2['euWor'],_0x91a4c2['hfETd'],[{'text':'OK'}]);continue;case'4':_0x91a4c2[_0x3f3c(0x44)](_0xca5883,_0xaa2e3[_0x3f3c(0x39)]);continue;}break;}}}else{if(_0x91a4c2[_0x3f3c(0x58)](_0x3f3c(0x59),_0x91a4c2[_0x3f3c(0x5a)])){const _0x4271a0=_0x91a4c2[_0x3f3c(0x5b)][_0x3f3c(0x54)]('|');let _0x4062ea=0x0;while(!![]){switch(_0x4271a0[_0x4062ea++]){case'0':_0x4157d7(![]);continue;case'1':_0x91a4c2[_0x3f3c(0x44)](triggerHaptic,HapticType[_0x3f3c(0x39)]);continue;case'2':_0x470918(_0x3f3c(0x0));continue;case'3':console[_0x3f3c(0x0)](_0x91a4c2[_0x3f3c(0x5c)]);continue;case'4':Alert[_0x3f3c(0x57)](_0x3f3c(0x3),_0x91a4c2[_0x3f3c(0x5d)],[{'text':'OK'}]);continue;}break;}}else _0x18ab75(_0x21ecdb),_0x129d31[_0x3f3c(0x51)](_0x24b497,_0x548d10);}}else console[_0x3f3c(0x40)](_0x91a4c2[_0x3f3c(0x5e)]),_0x470918(_0x91a4c2[_0x3f3c(0x56)]),_0x91a4c2[_0x3f3c(0x3b)](triggerHaptic,HapticType[_0x3f3c(0x39)]),Alert[_0x3f3c(0x57)](_0x91a4c2[_0x3f3c(0x5f)],_0x91a4c2[_0x3f3c(0x60)],[{'text':_0x91a4c2[_0x3f3c(0x61)],'onPress':()=>{_0x4157d7(![]),_0x129d31['MESyj'](_0x470918,_0x129d31[_0x3f3c(0x62)]);}},{'text':_0x91a4c2['BXIyO'],'onPress':()=>{_0x129d31[_0x3f3c(0x50)](_0x4157d7,![]),_0x129d31[_0x3f3c(0x50)](_0x41e137,_0x39ddae);}}]);}else{const _0x4fec1a=_0x91a4c2[_0x3f3c(0x63)]['split']('|');let _0x177bee=0x0;while(!![]){switch(_0x4fec1a[_0x177bee++]){case'0':_0x91a4c2['RBakK'](_0x19c22c,_0xa4cf21['ERROR']);continue;case'1':_0x91a4c2[_0x3f3c(0x3b)](_0x3eaf85,![]);continue;case'2':Alert['alert'](_0x91a4c2[_0x3f3c(0x64)],_0x91a4c2[_0x3f3c(0x5d)],[{'text':'OK'}]);continue;case'3':_0x251941(_0x91a4c2['dHXKY']);continue;case'4':_0x302032[_0x3f3c(0x0)](_0x91a4c2['lcyeg']);continue;}break;}}}else console[_0x3f3c(0x40)](_0x91a4c2['FGIIj']),_0x470918('unavailable'),_0x91a4c2[_0x3f3c(0x65)](_0x4157d7,![]),_0x91a4c2[_0x3f3c(0x66)](_0x41e137,_0x39ddae);}else{_0x365fff['error'](_0x91a4c2[_0x3f3c(0x67)]),_0x23a0b1(_0x91a4c2['EdqyI']),_0x91a4c2[_0x3f3c(0x28)](_0x4c00e3,![]);return;}}catch(_0x234fe3){console[_0x3f3c(0x0)]('❌\x20Error\x20in\x20PIN\x20creation\x20process:',_0x234fe3),_0x91a4c2[_0x3f3c(0x65)](_0x470918,_0x91a4c2['dHXKY']),_0x91a4c2[_0x3f3c(0x33)](_0x4157d7,![]),_0x91a4c2[_0x3f3c(0x68)](triggerHaptic,HapticType[_0x3f3c(0x39)]),Alert[_0x3f3c(0x57)](_0x91a4c2['euWor'],_0x91a4c2[_0x3f3c(0x69)],[{'text':'OK'}]);}},_0x3233b2=()=>{_0x91a4c2['RBakK'](triggerHaptic,HapticType['BUTTON_PRESS']),_0x91a4c2[_0x3f3c(0x30)](_0x18a74f);};useEffect(()=>{const _0x3fbfba=async()=>{const _0x10263d={'xVyiL':function(_0x4f9780,_0x278c40){return _0x91a4c2[_0x3f3c(0x29)](_0x4f9780,_0x278c40);}};if(_0x91a4c2[_0x3f3c(0x58)](_0x91a4c2[_0x3f3c(0x6a)],_0x3f3c(0x6b)))_0x2863a5(![]),_0x10263d[_0x3f3c(0x6c)](_0x594f00,_0x973507);else try{_0x91a4c2[_0x3f3c(0x44)](_0x470918,_0x91a4c2[_0x3f3c(0x2a)]);const _0x438ca1=await biometricPinService[_0x3f3c(0x47)]();_0x91a4c2['PWYyb'](_0x39c9df,_0x438ca1),_0x91a4c2['wfFpY'](_0x470918,_0x438ca1?_0x91a4c2[_0x3f3c(0x6d)]:_0x3f3c(0x7)),console[_0x3f3c(0x40)]('📱\x20Biometric\x20availability\x20check:',_0x438ca1);}catch(_0x1085a9){console[_0x3f3c(0x0)](_0x3f3c(0x6e),_0x1085a9),_0x91a4c2[_0x3f3c(0x68)](_0x39c9df,![]),_0x470918(_0x91a4c2[_0x3f3c(0x6f)]);}};_0xeecc74&&(_0x91a4c2[_0x3f3c(0x70)](_0x91a4c2[_0x3f3c(0x71)],_0x91a4c2[_0x3f3c(0x71)])?_0x91a4c2['ZHMBT'](_0x3fbfba):(_0x91a4c2['WgTVx'](_0x33bf58,![]),_0x91a4c2[_0x3f3c(0x65)](_0x89b529,_0xeb65e3)));},[_0xeecc74]);const _0x1cd167=Object[_0x3f3c(0x2f)](_0x49134c)[_0x3f3c(0x72)](_0xa25c24=>_0xa25c24);if(!_0xeecc74)return null;return React[_0x3f3c(0x73)](View,{'style':styles['container']},React['createElement'](View,{'style':styles[_0x3f3c(0x74)]},React[_0x3f3c(0x73)](Text,{'style':styles['title']},_0x91a4c2[_0x3f3c(0x75)]),React[_0x3f3c(0x73)](Text,{'style':styles['subtitle']},_0x3f3c(0x76))),React['createElement'](View,{'style':styles[_0x3f3c(0x77)]},React[_0x3f3c(0x73)](TextInput,{'style':styles['pinInput'],'value':_0x39ddae,'onChangeText':_0x438d2d,'placeholder':'Enter\x20your\x20PIN','secureTextEntry':!![],'autoFocus':!![],'maxLength':0x14})),React[_0x3f3c(0x73)](View,{'style':styles[_0x3f3c(0x78)]},React['createElement'](Text,{'style':styles[_0x3f3c(0x79)]},_0x91a4c2[_0x3f3c(0x7a)]),React[_0x3f3c(0x73)](View,{'style':styles[_0x3f3c(0x7b)]},React[_0x3f3c(0x73)](View,{'style':[styles[_0x3f3c(0x7c)],_0x49134c[_0x3f3c(0x2c)]&&styles[_0x3f3c(0x7d)]]},_0x49134c[_0x3f3c(0x2c)]&&React[_0x3f3c(0x73)](Text,{'style':styles['checkmark']},'✓')),React['createElement'](Text,{'style':[styles['requirementText'],_0x49134c[_0x3f3c(0x2c)]&&styles[_0x3f3c(0x7e)]]},_0x91a4c2[_0x3f3c(0x7f)])),React[_0x3f3c(0x73)](View,{'style':styles[_0x3f3c(0x7b)]},React['createElement'](View,{'style':[styles[_0x3f3c(0x7c)],_0x49134c[_0x3f3c(0x80)]&&styles[_0x3f3c(0x7d)]]},_0x49134c[_0x3f3c(0x80)]&&React[_0x3f3c(0x73)](Text,{'style':styles[_0x3f3c(0x81)]},'✓')),React['createElement'](Text,{'style':[styles[_0x3f3c(0x82)],_0x49134c[_0x3f3c(0x80)]&&styles[_0x3f3c(0x7e)]]},_0x91a4c2['wCxJN'])),React['createElement'](View,{'style':styles['requirementItem']},React['createElement'](View,{'style':[styles[_0x3f3c(0x7c)],_0x49134c[_0x3f3c(0x83)]&&styles[_0x3f3c(0x7d)]]},_0x49134c['number']&&React[_0x3f3c(0x73)](Text,{'style':styles[_0x3f3c(0x81)]},'✓')),React[_0x3f3c(0x73)](Text,{'style':[styles[_0x3f3c(0x82)],_0x49134c[_0x3f3c(0x83)]&&styles[_0x3f3c(0x7e)]]},_0x91a4c2[_0x3f3c(0x84)])),React['createElement'](View,{'style':styles['requirementItem']},React['createElement'](View,{'style':[styles[_0x3f3c(0x7c)],_0x49134c[_0x3f3c(0x85)]&&styles[_0x3f3c(0x7d)]]},_0x49134c[_0x3f3c(0x85)]&&React[_0x3f3c(0x73)](Text,{'style':styles[_0x3f3c(0x81)]},'✓')),React['createElement'](Text,{'style':[styles[_0x3f3c(0x82)],_0x49134c[_0x3f3c(0x85)]&&styles[_0x3f3c(0x7e)]]},_0x91a4c2['IVNud']))),React[_0x3f3c(0x73)](View,{'style':[styles[_0x3f3c(0x86)],_0x91a4c2[_0x3f3c(0x70)](_0x45311e,_0x91a4c2[_0x3f3c(0x87)])&&styles['securityCardSuccess'],_0x91a4c2[_0x3f3c(0x42)](_0x45311e,_0x91a4c2[_0x3f3c(0x56)])&&styles[_0x3f3c(0x88)]]},React[_0x3f3c(0x73)](View,{'style':styles[_0x3f3c(0x89)]},_0x45311e===_0x91a4c2[_0x3f3c(0x2a)]&&React[_0x3f3c(0x73)](ActivityIndicator,{'size':_0x91a4c2['jlJff'],'color':COLORS[_0x3f3c(0x8a)]}),_0x91a4c2[_0x3f3c(0x70)](_0x45311e,_0x91a4c2[_0x3f3c(0x45)])&&React[_0x3f3c(0x73)](ActivityIndicator,{'size':_0x91a4c2[_0x3f3c(0x8b)],'color':_0x3f3c(0x8c)}),_0x45311e===_0x91a4c2[_0x3f3c(0x6d)]&&React['createElement'](Text,{'style':styles[_0x3f3c(0x8d)]},'🔐'),_0x91a4c2[_0x3f3c(0x8e)](_0x45311e,_0x3f3c(0x7))&&React['createElement'](Text,{'style':styles[_0x3f3c(0x8d)]},'⚠️'),_0x91a4c2[_0x3f3c(0x42)](_0x45311e,_0x91a4c2[_0x3f3c(0x87)])&&React[_0x3f3c(0x73)](Text,{'style':styles[_0x3f3c(0x8d)]},'✅'),_0x91a4c2[_0x3f3c(0x42)](_0x45311e,_0x91a4c2[_0x3f3c(0x56)])&&React[_0x3f3c(0x73)](Text,{'style':styles[_0x3f3c(0x8d)]},'❌')),React[_0x3f3c(0x73)](View,{'style':styles[_0x3f3c(0x8f)]},React[_0x3f3c(0x73)](Text,{'style':styles[_0x3f3c(0x90)]},_0x91a4c2['JBEQU'](_0x45311e,_0x91a4c2[_0x3f3c(0x2a)])&&_0x91a4c2[_0x3f3c(0x91)],_0x91a4c2[_0x3f3c(0x92)](_0x45311e,_0x91a4c2[_0x3f3c(0x6d)])&&_0x91a4c2[_0x3f3c(0x93)],_0x45311e===_0x91a4c2['EdqyI']&&_0x91a4c2[_0x3f3c(0x94)],_0x45311e==='storing'&&_0x91a4c2[_0x3f3c(0x95)],_0x91a4c2['JBEQU'](_0x45311e,_0x91a4c2['clZAs'])&&_0x91a4c2[_0x3f3c(0x96)],_0x91a4c2[_0x3f3c(0x70)](_0x45311e,_0x91a4c2[_0x3f3c(0x56)])&&_0x91a4c2[_0x3f3c(0x97)]),React[_0x3f3c(0x73)](Text,{'style':styles[_0x3f3c(0x98)]},_0x45311e===_0x3f3c(0x99)&&_0x91a4c2['nWZvP'],_0x45311e===_0x91a4c2[_0x3f3c(0x6d)]&&_0x91a4c2[_0x3f3c(0x9a)],_0x45311e===_0x91a4c2[_0x3f3c(0x6f)]&&_0x91a4c2[_0x3f3c(0x9b)],_0x91a4c2[_0x3f3c(0x9c)](_0x45311e,_0x3f3c(0xd))&&_0x91a4c2[_0x3f3c(0x9d)],_0x91a4c2[_0x3f3c(0x42)](_0x45311e,_0x91a4c2['clZAs'])&&_0x91a4c2['vFnNQ'],_0x45311e===_0x3f3c(0x0)&&_0x91a4c2[_0x3f3c(0x9e)]))),React[_0x3f3c(0x73)](View,{'style':styles[_0x3f3c(0x9f)]},React[_0x3f3c(0x73)](TouchableOpacity,{'style':[styles['continueButton'],_0x1cd167&&styles['continueButtonActive']],'onPress':_0x1a9e16,'disabled':_0x91a4c2[_0x3f3c(0xa0)](!_0x1cd167,_0x1830bd)},_0x1830bd?React[_0x3f3c(0x73)](ActivityIndicator,{'size':_0x91a4c2[_0x3f3c(0x8b)],'color':_0x91a4c2['FvIvo']}):React[_0x3f3c(0x73)](Text,{'style':[styles[_0x3f3c(0xa1)],_0x1cd167&&styles['continueButtonTextActive']]},_0x91a4c2['CkQLQ']))));},styles=StyleSheet[_0x3f3c(0xa2)]({'container':{'flex':0x1,'backgroundColor':COLORS[_0x3f3c(0xa3)],'paddingHorizontal':0x18,'paddingTop':0x28},'titleContainer':{'alignItems':_0x3f3c(0xa4),'marginBottom':0x18,'paddingTop':0x0,'marginTop':0x0},'title':{'fontSize':0x18,'fontWeight':_0x3f3c(0xa5),'color':COLORS[_0x3f3c(0xa6)],'marginBottom':0x8,'fontFamily':'IBM\x20Plex\x20Sans'},'subtitle':{'fontSize':0x10,'color':COLORS[_0x3f3c(0x8a)],'lineHeight':0x18,'fontFamily':_0x3f3c(0xa7)},'pinContainer':{'marginBottom':0x20},'pinInput':{'backgroundColor':_0x3f3c(0xa8),'borderRadius':0xc,'paddingVertical':0x10,'paddingHorizontal':0x10,'fontSize':0x10,'fontFamily':'Inter','borderWidth':0x1,'borderColor':_0x3f3c(0xa9)},'requirementsContainer':{'marginBottom':0x20},'requirementsTitle':{'fontSize':0x10,'fontWeight':_0x3f3c(0xaa),'color':COLORS['grey800'],'marginBottom':0x10,'fontFamily':_0x3f3c(0xa7)},'requirementItem':{'flexDirection':_0x3f3c(0xab),'alignItems':_0x3f3c(0xa4),'marginBottom':0xc},'checkbox':{'width':0x14,'height':0x14,'borderRadius':0xa,'borderWidth':0x2,'borderColor':_0x3f3c(0xa9),'marginRight':0xc,'alignItems':_0x3f3c(0xa4),'justifyContent':_0x3f3c(0xa4)},'checkboxChecked':{'borderColor':_0x3f3c(0xac),'backgroundColor':'#4CD964'},'checkmark':{'color':_0x3f3c(0x27),'fontSize':0xc,'fontWeight':_0x3f3c(0xad)},'requirementText':{'fontSize':0xe,'color':COLORS[_0x3f3c(0x8a)],'fontFamily':_0x3f3c(0xa7),'flex':0x1},'requirementTextMet':{'color':COLORS[_0x3f3c(0xa6)]},'securityCard':{'backgroundColor':'#F8F9FA','borderRadius':0xc,'padding':0x10,'flexDirection':_0x3f3c(0xab),'alignItems':'center','marginBottom':0x18,'borderWidth':0x1,'borderColor':_0x3f3c(0xa9)},'securityCardSuccess':{'backgroundColor':'#F0FDF4','borderColor':_0x3f3c(0xae)},'securityCardError':{'backgroundColor':_0x3f3c(0xaf),'borderColor':'#EF4444'},'securityIconContainer':{'marginRight':0xc},'securityIcon':{'fontSize':0x18},'securityTextContainer':{'flex':0x1},'securityTitle':{'fontSize':0xe,'fontWeight':_0x3f3c(0xaa),'color':COLORS['grey800'],'marginBottom':0x4,'fontFamily':_0x3f3c(0xa7)},'securityDescription':{'fontSize':0xd,'color':COLORS[_0x3f3c(0x8a)],'lineHeight':0x12,'fontFamily':_0x3f3c(0xa7)},'buttonContainer':{'marginTop':_0x3f3c(0xb0),'paddingBottom':0x22},'continueButton':{'backgroundColor':_0x3f3c(0xa9),'borderRadius':0x19,'paddingVertical':0x10,'alignItems':_0x3f3c(0xa4),'justifyContent':_0x3f3c(0xa4)},'continueButtonActive':{'backgroundColor':_0x3f3c(0xb1)},'continueButtonText':{'fontSize':0x10,'fontWeight':_0x3f3c(0xaa),'color':_0x3f3c(0xb2),'fontFamily':_0x3f3c(0xa7)},'continueButtonTextActive':{'color':_0x3f3c(0x27)}});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 _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 +1 @@
|
|
|
1
|
-
import React,{useState,useCallback}from'react';function _0x4acb(_0x53e23a,_0x4acb79){_0x53e23a=_0x53e23a-0x0;const _0x512c37=_0x53e2();let _0x11a8b3=_0x512c37[_0x53e23a];return _0x11a8b3;}import{View,Text,StyleSheet,TextInput,TouchableOpacity,Dimensions,Keyboard,ActivityIndicator}from'react-native';import{biometricPinService}from'../services/biometricPinService';const {width}=Dimensions[_0x4acb(0x0)](_0x4acb(0x1));export const PinInput=({onSubmit:_0x5b518d,minLength:minLength=0x8,requireSpecialChar:requireSpecialChar=!![],requireNumber:requireNumber=!![],onBack:_0x2554cc,enableBiometricStorage:enableBiometricStorage=!![],onBackgroundTrainingStart:_0x597bf0,showBackgroundProgress:showBackgroundProgress=![],backgroundProgressText:backgroundProgressText=_0x4acb(0x2)})=>{const _0xe39b33={'xcrPK':function(_0x30162b,_0x8a1417){return _0x30162b(_0x8a1417);},'rlidl':_0x4acb(0x3),'TKWtC':_0x4acb(0x4),'kaMEX':function(_0x67cbeb,_0x417dd8){return _0x67cbeb!==_0x417dd8;},'umdfO':_0x4acb(0x5),'mOiiX':function(_0x45de6c,_0x4538ed){return _0x45de6c(_0x4538ed);},'vvHml':function(_0x103616,_0x7b2ed3){return _0x103616(_0x7b2ed3);},'CZWwB':_0x4acb(0x6),'QypOg':function(_0x1d3f04,_0x25803c){return _0x1d3f04&&_0x25803c;},'emkqN':function(_0x184611,_0xad62f5){return _0x184611!==_0xad62f5;},'bacoQ':function(_0x350753,_0x3b3aed){return _0x350753(_0x3b3aed);},'BxWKd':function(_0x573e9b){return _0x573e9b();},'QYnSk':'This\x20device\x20does\x20not\x20support\x20Face\x20ID\x20or\x20Touch\x20ID.\x20Please\x20enable\x20biometric\x20authentication\x20in\x20your\x20device\x20settings\x20to\x20secure\x20your\x20PIN.','qeNMo':'warning','iybuO':_0x4acb(0x7),'fRXWU':_0x4acb(0x8),'etZKH':_0x4acb(0x9),'DFaBK':_0x4acb(0xa),'NNUYA':_0x4acb(0xb),'bUxoy':_0x4acb(0xc),'Yoiks':function(_0x993c5f,_0x37f369){return _0x993c5f<_0x37f369;},'lCrLe':function(_0x156977,_0x5d944f){return _0x156977===_0x5d944f;},'ADIyT':_0x4acb(0xd),'xRgzY':_0x4acb(0xe),'SsmHh':_0x4acb(0xf),'IhgcL':_0x4acb(0x10),'MGFlC':_0x4acb(0x11),'vmDGm':function(_0xf2e53f,_0x5a3950){return _0xf2e53f(_0x5a3950);},'YspaZ':function(_0x5cc07e,_0x365a2c){return _0x5cc07e(_0x365a2c);},'VgFxj':function(_0x4f3c37,_0x18ac4e){return _0x4f3c37(_0x18ac4e);},'zvBeq':function(_0x252f52,_0x534e68){return _0x252f52&&_0x534e68;},'nsRdR':_0x4acb(0x12),'sMHwd':function(_0x45aabe,_0x10bb75){return _0x45aabe!==_0x10bb75;},'GPGcx':_0x4acb(0x13),'RrwSV':function(_0x11e03c,_0x280d5e){return _0x11e03c(_0x280d5e);},'kQvJT':'weiZK','dUiqM':_0x4acb(0x14),'HtMSZ':_0x4acb(0x15),'PVuob':function(_0x15fc28,_0x5ba392){return _0x15fc28(_0x5ba392);},'CNsjP':function(_0x16624f,_0x50d224){return _0x16624f(_0x50d224);},'jyVOU':'storage-error','RWPTD':function(_0x5927f8,_0x44a3ab){return _0x5927f8(_0x44a3ab);},'RCOwe':function(_0x31a9cb,_0x157694){return _0x31a9cb(_0x157694);},'UQYHv':'qPvMi','wnstO':function(_0x329586,_0x475073){return _0x329586(_0x475073);},'TbkCs':function(_0x5253b7,_0x7571a1){return _0x5253b7(_0x7571a1);},'djvrm':function(_0x202362,_0x405e32){return _0x202362!==_0x405e32;},'ynNhT':_0x4acb(0x16),'hNQKh':_0x4acb(0x17),'kbovz':_0x4acb(0x18),'FdzrC':_0x4acb(0x19),'wBFWB':_0x4acb(0x1a),'IiLYg':_0x4acb(0x1b),'LMgBT':_0x4acb(0x1c),'aKLZG':function(_0x22b02d,_0x427de1){return _0x22b02d(_0x427de1);},'mIKlL':function(_0x5d1064,_0x516ff4){return _0x5d1064(_0x516ff4);},'OOKOp':function(_0xd5629d,_0x3c1f80,_0x2545f3){return _0xd5629d(_0x3c1f80,_0x2545f3);},'cBzEf':function(_0x10d7b,_0x409962,_0x428f9f){return _0x10d7b(_0x409962,_0x428f9f);},'iXeYr':_0x4acb(0x1d),'uWDQj':_0x4acb(0x1e),'EACeN':_0x4acb(0x1f),'YZlkn':'#007AFF','kKTCN':_0x4acb(0x20),'WomTs':_0x4acb(0x21),'xgFPX':_0x4acb(0x22),'XEIVW':_0x4acb(0x23),'PLvAT':function(_0x5a2d68,_0x31f45a){return _0x5a2d68>=_0x31f45a;},'FeveS':_0x4acb(0x24),'liKad':'•\x20Include\x20a\x20special\x20character','TwCtl':'•\x20Include\x20a\x20number','dfyiA':function(_0x27a746,_0x4de92b){return _0x27a746===_0x4de92b;},'sRqil':function(_0x14d55b,_0x450f02){return _0x14d55b===_0x450f02;},'fydPj':function(_0x422dda,_0x261a71){return _0x422dda===_0x261a71;},'mUlHT':function(_0x549a07,_0x575bae){return _0x549a07===_0x575bae;},'zsVty':function(_0x446c02,_0x75a789){return _0x446c02===_0x75a789;},'JgGMs':_0x4acb(0x25),'QlukZ':'Continue\x20Without\x20Biometric','qqcSf':_0x4acb(0x26),'weibJ':function(_0x54921b,_0x5e3af4){return _0x54921b||_0x5e3af4;}},[_0x97ba67,_0x4bee66]=_0xe39b33[_0x4acb(0x27)](useState,''),[_0x4c16e3,_0x41734e]=_0xe39b33['VgFxj'](useState,null),[_0x1ac060,_0xfff5a8]=_0xe39b33[_0x4acb(0x28)](useState,![]),[_0x25415a,_0x260c7a]=_0xe39b33[_0x4acb(0x29)](useState,![]),[_0x5f1649,_0x2f088b]=useState(_0xe39b33[_0x4acb(0x2a)]),[_0x568215,_0x58ff66]=_0xe39b33[_0x4acb(0x29)](useState,![]);React['useEffect'](()=>{const _0x1679e1={'LohKl':_0xe39b33[_0x4acb(0x2b)],'BCsZY':function(_0x901266,_0x309538){return _0xe39b33[_0x4acb(0x2c)](_0x901266,_0x309538);},'nnLcS':function(_0x11b795,_0x39cc5f){return _0xe39b33['kaMEX'](_0x11b795,_0x39cc5f);},'fpNBR':_0xe39b33[_0x4acb(0x2d)],'VrdLO':function(_0x4bcbe0,_0xfed730){return _0xe39b33[_0x4acb(0x2c)](_0x4bcbe0,_0xfed730);},'hbtRt':function(_0x36fc2d,_0x30d071){return _0xe39b33['mOiiX'](_0x36fc2d,_0x30d071);},'FzFXe':_0xe39b33[_0x4acb(0x2a)],'dZWEi':function(_0x133bc7,_0xab6b3d){return _0xe39b33[_0x4acb(0x2e)](_0x133bc7,_0xab6b3d);}};_0xe39b33[_0x4acb(0x2f)]!==_0x4acb(0x6)?(_0xe39b33[_0x4acb(0x2c)](_0x3f9551,_0xe39b33[_0x4acb(0x2a)]),_0x5f414a()):_0xe39b33['QypOg'](_0x597bf0,!_0x568215)&&showBackgroundProgress&&(_0xe39b33[_0x4acb(0x30)]('CerXG','uWSQz')?(console[_0x4acb(0x31)]('\uD83D\uDE80 [PIN INPUT] Background training explicitly requested...'),_0xe39b33['bacoQ'](_0x58ff66,!![]),_0xe39b33[_0x4acb(0x32)](_0x597bf0)['catch'](_0x57bbd3=>{if(_0x1679e1[_0x4acb(0x33)](_0x1679e1[_0x4acb(0x34)],_0x1679e1[_0x4acb(0x34)])){_0x33d4f1['error']('\u274C [PIN INPUT] Face ID not available on this device'),_0x51d4b6(_0x1679e1[_0x4acb(0x35)]),_0x1679e1[_0x4acb(0x36)](_0x93e87f,![]);return;}else console[_0x4acb(0x1b)]('\u274C [PIN INPUT] Background training failed:',_0x57bbd3),_0x1679e1[_0x4acb(0x37)](_0x58ff66,![]);})):(_0x1679e1['hbtRt'](_0xc5c4ee,_0x2a3439),_0x1679e1[_0x4acb(0x38)](_0x2af86b,null),_0x1679e1[_0x4acb(0x37)](_0x53e32c,_0x1679e1[_0x4acb(0x39)]),_0x5769ed[_0x4acb(0x31)]('\uD83D\uDD0D [PIN INPUT] PIN changed:',{'length':_0x5f55ca[_0x4acb(0x3a)],'hasSpecialChar':/[!@#$%^&*(),.?":{}|<>]/[_0x4acb(0x3b)](_0x99c5a0),'hasNumber':/\d/[_0x4acb(0x3b)](_0x59b6b5),'isValid':!_0x1679e1[_0x4acb(0x3c)](_0x5ce5f1,_0x5ac25b)})));},[_0x597bf0,_0x568215,showBackgroundProgress]);const _0x3e3395=_0xe39b33[_0x4acb(0x3d)](useCallback,_0x2bf399=>{const _0xf1f801={'RzKKI':_0xe39b33[_0x4acb(0x2b)],'OtyHU':_0xe39b33[_0x4acb(0x3e)],'QJBST':_0xe39b33[_0x4acb(0x3f)],'elVis':_0xe39b33[_0x4acb(0x40)],'VnpDs':'Biometric\x20Authentication\x20Failed','MReWA':_0x4acb(0x41),'RJRlK':_0x4acb(0x1a),'OTDuO':_0xe39b33['fRXWU'],'VuDXG':_0xe39b33[_0x4acb(0x42)],'osFrl':_0xe39b33[_0x4acb(0x43)],'yzGSg':_0xe39b33[_0x4acb(0x44)],'EegzE':_0xe39b33[_0x4acb(0x45)]};if(_0xe39b33[_0x4acb(0x46)](_0x2bf399[_0x4acb(0x3a)],minLength))return _0x4acb(0x47)+minLength+'\x20characters';if(requireSpecialChar&&!/[!@#$%^&*(),.?":{}|<>]/[_0x4acb(0x3b)](_0x2bf399)){if(_0xe39b33[_0x4acb(0x48)](_0xe39b33[_0x4acb(0x49)],_0xe39b33['ADIyT']))return _0xe39b33[_0x4acb(0x4a)];else{_0x48cbf2[_0x4acb(0x31)]('\u274C [PIN INPUT] Validation failed:',_0x1ddeaf),_0xe39b33[_0x4acb(0x2c)](_0x394039,_0x3bd201);return;}}if(requireNumber&&!/\d/['test'](_0x2bf399)){if(_0xe39b33[_0x4acb(0x4b)]!==_0xe39b33[_0x4acb(0x4c)])return _0xe39b33[_0x4acb(0x4d)];else switch(_0x3f499e){case _0xf1f801[_0x4acb(0x4e)]:return{'title':_0x4acb(0x17),'message':_0xf1f801[_0x4acb(0x4f)],'type':_0xf1f801[_0x4acb(0x50)],'showActions':!![]};case _0xf1f801[_0x4acb(0x51)]:return{'title':_0xf1f801[_0x4acb(0x52)],'message':'Biometric\x20authentication\x20was\x20cancelled\x20or\x20failed.\x20Your\x20PIN\x20needs\x20to\x20be\x20secured\x20with\x20biometric\x20authentication\x20to\x20proceed.','type':_0x4acb(0x53),'showActions':!![]};case _0xf1f801[_0x4acb(0x54)]:return{'title':_0x4acb(0x19),'message':_0xf1f801[_0x4acb(0x55)],'type':'error','showActions':!![]};case _0xf1f801[_0x4acb(0x56)]:return{'title':_0xf1f801[_0x4acb(0x57)],'message':_0xf1f801[_0x4acb(0x58)],'type':_0xf1f801[_0x4acb(0x59)],'showActions':![]};default:return{'title':_0x4acb(0x1c),'message':_0xf1f801['EegzE'],'type':_0xf1f801['yzGSg'],'showActions':![]};}}return null;},[minLength,requireSpecialChar,requireNumber]),_0x260610=_0xe39b33[_0x4acb(0x3d)](useCallback,async()=>{const _0x5b0881={'vRpXD':function(_0x2d0f97,_0x24176d){return _0xe39b33[_0x4acb(0x5a)](_0x2d0f97,_0x24176d);},'FZhZj':function(_0x26ea82,_0x4f6f9a){return _0xe39b33[_0x4acb(0x5b)](_0x26ea82,_0x4f6f9a);},'WKIdS':function(_0x24584a){return _0xe39b33[_0x4acb(0x32)](_0x24584a);}};if(_0xe39b33['emkqN'](_0x4acb(0x12),_0xe39b33[_0x4acb(0x5c)]))_0x57c168[_0x4acb(0x5d)]('\u26A0️ [PIN INPUT] User chose to continue without biometric security'),_0x5b0881[_0x4acb(0x5e)](_0xbada0,_0x167f31);else{console['log']('\uD83D\uDD0D [PIN INPUT] handleSubmit called with PIN length:',_0x97ba67[_0x4acb(0x3a)]);const _0x4a414b=_0x3e3395(_0x97ba67);if(_0x4a414b){console[_0x4acb(0x31)]('\u274C [PIN INPUT] Validation failed:',_0x4a414b),_0xe39b33[_0x4acb(0x5f)](_0x41734e,_0x4a414b);return;}console['log']('\u2705 [PIN INPUT] PIN validation passed');if(enableBiometricStorage){if(_0xe39b33['sMHwd'](_0xe39b33[_0x4acb(0x60)],_0xe39b33[_0x4acb(0x60)]))_0x5b0881['FZhZj'](_0x3e3528,!_0x1d38d3)&&_0x4c6896&&(_0x51c2b8[_0x4acb(0x31)]('\uD83D\uDE80 [PIN INPUT] Background training explicitly requested...'),_0x10be58(!![]),_0x5b0881[_0x4acb(0x61)](_0x420bc7)[_0x4acb(0x62)](_0x44c04a=>{_0x4277b2['error']('\u274C [PIN INPUT] Background training failed:',_0x44c04a),_0x4b81b5(![]);}));else{console[_0x4acb(0x31)]('\uD83D\uDD10 [PIN INPUT] Biometric storage enabled, starting biometric flow...'),_0x260c7a(!![]),_0xe39b33[_0x4acb(0x63)](_0x2f088b,_0x4acb(0x8));try{if(_0xe39b33[_0x4acb(0x48)](_0xe39b33['kQvJT'],_0xe39b33[_0x4acb(0x64)])){const _0xcec25=await biometricPinService[_0x4acb(0x65)]();console['log']('\uD83D\uDCF1 [PIN INPUT] Biometric available:',_0xcec25);if(!_0xcec25){console[_0x4acb(0x1b)]('\u274C [PIN INPUT] Face ID not available on this device'),_0xe39b33['YspaZ'](_0x2f088b,_0x4acb(0x4)),_0xe39b33[_0x4acb(0x66)](_0x260c7a,![]);return;}console['log']('\uD83D\uDD10 [PIN INPUT] Triggering biometric authentication for PIN storage...');const _0x489f3b=await biometricPinService[_0x4acb(0x67)](_0x97ba67);if(_0x489f3b){console[_0x4acb(0x31)]('\u2705 [PIN INPUT] PIN stored successfully with biometric protection');const _0x26dcae=await biometricPinService[_0x4acb(0x68)]();_0x26dcae?_0xe39b33[_0x4acb(0x69)](_0xe39b33[_0x4acb(0x6a)],_0xe39b33[_0x4acb(0x6b)])?(console[_0x4acb(0x31)]('\u2705 [PIN INPUT] PIN storage verified - proceeding with onboarding'),_0xe39b33[_0x4acb(0x2c)](_0x5b518d,_0x97ba67)):(_0x59bc64[_0x4acb(0x5d)]('\u26A0️ [PIN INPUT] Biometric authentication failed or was cancelled'),_0xe39b33[_0x4acb(0x6c)](_0x5326b9,_0xe39b33[_0x4acb(0x40)]),_0xe39b33[_0x4acb(0x6d)](_0xc01d95,![])):(console[_0x4acb(0x1b)]('\u274C [PIN INPUT] PIN storage verification failed'),_0x2f088b(_0x4acb(0x41)),_0xe39b33[_0x4acb(0x27)](_0x260c7a,![]));}else console['warn']('\u26A0️ [PIN INPUT] Biometric authentication failed or was cancelled'),_0xe39b33[_0x4acb(0x6e)](_0x2f088b,_0xe39b33[_0x4acb(0x40)]),_0xe39b33[_0x4acb(0x5a)](_0x260c7a,![]);}else _0x21098e[_0x4acb(0x31)]('\uD83D\uDD10 [PIN INPUT] Biometric storage disabled, proceeding normally'),_0xe39b33[_0x4acb(0x2e)](_0x28e10b,_0x123a44);}catch(_0x225542){console[_0x4acb(0x1b)]('\u274C [PIN INPUT] Error handling biometric PIN storage:',_0x225542),_0x2f088b(_0xe39b33[_0x4acb(0x6f)]),_0xe39b33[_0x4acb(0x70)](_0x260c7a,![]);}}}else console[_0x4acb(0x31)]('\uD83D\uDD10 [PIN INPUT] Biometric storage disabled, proceeding normally'),_0xe39b33[_0x4acb(0x71)](_0x5b518d,_0x97ba67);}},[_0x97ba67,_0x3e3395,_0x5b518d,enableBiometricStorage]),_0x9fecfb=_0xe39b33['cBzEf'](useCallback,_0x26372e=>{if(_0xe39b33[_0x4acb(0x48)](_0xe39b33['UQYHv'],'qPvMi'))_0x4bee66(_0x26372e),_0xe39b33[_0x4acb(0x72)](_0x41734e,null),_0xe39b33['TbkCs'](_0x2f088b,_0xe39b33['rlidl']),console['log']('\uD83D\uDD0D [PIN INPUT] PIN changed:',{'length':_0x26372e['length'],'hasSpecialChar':/[!@#$%^&*(),.?":{}|<>]/[_0x4acb(0x3b)](_0x26372e),'hasNumber':/\d/[_0x4acb(0x3b)](_0x26372e),'isValid':!_0xe39b33[_0x4acb(0x70)](_0x3e3395,_0x26372e)});else return'PIN\x20must\x20be\x20at\x20least\x20'+_0x5a4644+_0x4acb(0x24);},[_0x3e3395]),_0x36867d=useCallback(()=>{console[_0x4acb(0x5d)]('\u26A0️ [PIN INPUT] User chose to continue without biometric security'),_0xe39b33[_0x4acb(0x5f)](_0x5b518d,_0x97ba67);},[_0x97ba67,_0x5b518d]),_0x43d92f=_0xe39b33[_0x4acb(0x73)](useCallback,()=>{if(_0xe39b33[_0x4acb(0x74)](_0xe39b33[_0x4acb(0x75)],'Eihjo'))_0x2f088b(_0xe39b33[_0x4acb(0x2a)]),_0xe39b33[_0x4acb(0x32)](_0x260610);else{const _0x1bce6d={'LCQhe':function(_0x590af2,_0x4fc13c){return _0xe39b33['xcrPK'](_0x590af2,_0x4fc13c);}};_0x4ae5c1['log']('\uD83D\uDE80 [PIN INPUT] Background training explicitly requested...'),_0x5936f9(!![]),_0xe39b33['BxWKd'](_0x205138)[_0x4acb(0x62)](_0x487267=>{_0x3670f9[_0x4acb(0x1b)]('\u274C [PIN INPUT] Background training failed:',_0x487267),_0x1bce6d['LCQhe'](_0x512bee,![]);});}},[_0x260610]),_0x4940c7=()=>{switch(_0x5f1649){case _0x4acb(0x4):return{'title':_0xe39b33['hNQKh'],'message':_0xe39b33['QYnSk'],'type':_0x4acb(0x53),'showActions':!![]};case _0xe39b33[_0x4acb(0x40)]:return{'title':'Biometric\x20Authentication\x20Failed','message':_0xe39b33[_0x4acb(0x76)],'type':_0xe39b33[_0x4acb(0x3f)],'showActions':!![]};case _0xe39b33['jyVOU']:return{'title':_0xe39b33[_0x4acb(0x77)],'message':_0xe39b33['wBFWB'],'type':_0xe39b33[_0x4acb(0x78)],'showActions':!![]};case'authenticating':return{'title':_0xe39b33[_0x4acb(0x42)],'message':_0xe39b33[_0x4acb(0x43)],'type':_0xe39b33[_0x4acb(0x44)],'showActions':![]};default:return{'title':_0xe39b33['LMgBT'],'message':_0xe39b33[_0x4acb(0x45)],'type':_0xe39b33[_0x4acb(0x44)],'showActions':![]};}},_0x599728=_0x4940c7();return React['createElement'](View,{'style':styles[_0x4acb(0x79)]},React[_0x4acb(0x7a)](View,{'style':styles['inputSection']},React['createElement'](View,{'style':styles[_0x4acb(0x7b)]},_0x2554cc&&React[_0x4acb(0x7a)](TouchableOpacity,{'style':styles[_0x4acb(0x7c)],'onPress':_0x2554cc},React[_0x4acb(0x7a)](Text,{'style':{'fontSize':0x18}},'←')),React[_0x4acb(0x7a)](Text,{'style':styles[_0x4acb(0x7d)]},_0xe39b33[_0x4acb(0x7e)])),React[_0x4acb(0x7a)](Text,{'style':styles[_0x4acb(0x7f)]},_0xe39b33[_0x4acb(0x80)]),_0xe39b33[_0x4acb(0x5b)](showBackgroundProgress,_0x568215)&&React[_0x4acb(0x7a)](View,{'style':styles[_0x4acb(0x81)]},React[_0x4acb(0x7a)](Text,{'style':styles['backgroundProgressText']},backgroundProgressText),React['createElement'](View,{'style':styles[_0x4acb(0x82)]},React[_0x4acb(0x7a)](ActivityIndicator,{'size':_0xe39b33[_0x4acb(0x83)],'color':_0xe39b33[_0x4acb(0x84)]}))),React['createElement'](View,{'style':styles[_0x4acb(0x85)]},React['createElement'](TextInput,{'style':styles['input'],'value':_0x97ba67,'onChangeText':_0x9fecfb,'secureTextEntry':!_0x1ac060,'placeholder':'e.g.\x20MyPin123!','keyboardType':_0xe39b33[_0x4acb(0x2a)],'maxLength':0x14,'autoCapitalize':_0xe39b33[_0x4acb(0x86)],'autoCorrect':![],'returnKeyType':_0xe39b33[_0x4acb(0x87)],'onSubmitEditing':()=>Keyboard[_0x4acb(0x88)]()}),React[_0x4acb(0x7a)](TouchableOpacity,{'style':styles[_0x4acb(0x89)],'onPress':()=>_0xfff5a8(!_0x1ac060)},React[_0x4acb(0x7a)](Text,null,_0x1ac060?_0xe39b33[_0x4acb(0x8a)]:_0x4acb(0x8b))))),_0x4c16e3&&React['createElement'](Text,{'style':styles[_0x4acb(0x1b)]},_0x4c16e3),React['createElement'](View,{'style':styles['requirements']},React[_0x4acb(0x7a)](Text,{'style':styles['requirementTitle']},_0xe39b33['XEIVW']),React[_0x4acb(0x7a)](Text,{'style':[styles['requirement'],_0xe39b33[_0x4acb(0x8c)](_0x97ba67['length'],minLength)&&styles[_0x4acb(0x8d)]]},_0x4acb(0x8e),minLength,_0xe39b33[_0x4acb(0x8f)]),requireSpecialChar&&React[_0x4acb(0x7a)](Text,{'style':[styles[_0x4acb(0x90)],/[!@#$%^&*(),.?":{}|<>]/[_0x4acb(0x3b)](_0x97ba67)&&styles[_0x4acb(0x8d)]]},_0xe39b33[_0x4acb(0x91)]),requireNumber&&React[_0x4acb(0x7a)](Text,{'style':[styles['requirement'],/\d/[_0x4acb(0x3b)](_0x97ba67)&&styles[_0x4acb(0x8d)]]},_0xe39b33[_0x4acb(0x92)])),React['createElement'](View,{'style':[styles[_0x4acb(0x93)],_0x599728['type']===_0xe39b33[_0x4acb(0x44)]&&styles['infoContainerInfo'],_0x599728['type']===_0xe39b33['qeNMo']&&styles[_0x4acb(0x94)],_0xe39b33[_0x4acb(0x95)](_0x599728[_0x4acb(0x96)],_0xe39b33[_0x4acb(0x78)])&&styles[_0x4acb(0x97)]]},React[_0x4acb(0x7a)](Text,{'style':[styles[_0x4acb(0x98)],_0xe39b33[_0x4acb(0x99)](_0x599728[_0x4acb(0x96)],_0xe39b33[_0x4acb(0x44)])&&styles[_0x4acb(0x9a)],_0xe39b33['dfyiA'](_0x599728[_0x4acb(0x96)],_0xe39b33['qeNMo'])&&styles[_0x4acb(0x9b)],_0xe39b33[_0x4acb(0x9c)](_0x599728['type'],_0x4acb(0x1b))&&styles[_0x4acb(0x9d)]]},_0x599728[_0x4acb(0x7d)]),React[_0x4acb(0x7a)](Text,{'style':[styles[_0x4acb(0x9e)],_0xe39b33[_0x4acb(0x9f)](_0x599728['type'],_0xe39b33[_0x4acb(0x44)])&&styles[_0x4acb(0xa0)],_0xe39b33['dfyiA'](_0x599728[_0x4acb(0x96)],_0xe39b33['qeNMo'])&&styles['infoMessageWarning'],_0xe39b33[_0x4acb(0xa1)](_0x599728[_0x4acb(0x96)],_0xe39b33[_0x4acb(0x78)])&&styles['infoMessageError']]},_0x599728[_0x4acb(0xa2)]),_0x599728[_0x4acb(0xa3)]&&React[_0x4acb(0x7a)](View,{'style':styles[_0x4acb(0xa4)]},React[_0x4acb(0x7a)](TouchableOpacity,{'style':styles[_0x4acb(0xa5)],'onPress':_0x43d92f},React['createElement'](Text,{'style':styles[_0x4acb(0xa6)]},_0xe39b33[_0x4acb(0xa7)])),React[_0x4acb(0x7a)](TouchableOpacity,{'style':[styles[_0x4acb(0xa5)],styles[_0x4acb(0xa8)]],'onPress':_0x36867d},React[_0x4acb(0x7a)](Text,{'style':[styles['infoActionButtonText'],styles[_0x4acb(0xa9)]]},_0xe39b33[_0x4acb(0xaa)])))),React[_0x4acb(0x7a)](View,{'style':styles[_0x4acb(0xab)]},_0x2554cc&&React[_0x4acb(0x7a)](TouchableOpacity,{'style':styles[_0x4acb(0xac)],'onPress':_0x2554cc},React['createElement'](Text,{'style':styles[_0x4acb(0xad)]},_0xe39b33['qqcSf'])),React[_0x4acb(0x7a)](TouchableOpacity,{'style':[styles['submitButton'],(!_0x97ba67||_0x25415a||_0xe39b33['xcrPK'](_0x3e3395,_0x97ba67))&&styles[_0x4acb(0xae)]],'onPress':_0x260610,'disabled':_0xe39b33[_0x4acb(0xaf)](!_0x97ba67,_0x25415a)||!!_0xe39b33[_0x4acb(0x29)](_0x3e3395,_0x97ba67)},React['createElement'](Text,{'style':styles[_0x4acb(0xb0)]},_0x25415a?_0xe39b33[_0x4acb(0x42)]:_0x4acb(0xb1)))));};function _0x53e2(){const _0x13a756=['get','window','Training\x20is\x20starting\x20in\x20the\x20background...','default','biometric-unavailable','vxiTg','pPRZs','biometric-failed','authenticating','Authenticating...','Please\x20complete\x20biometric\x20authentication\x20to\x20secure\x20your\x20PIN.','info','Your\x20PIN\x20will\x20be\x20securely\x20stored\x20locally\x20on\x20your\x20device\x20using\x20biometric\x20authentication\x20(Face\x20ID\x20or\x20Touch\x20ID)\x20for\x20enhanced\x20security.','uhpAd','PIN\x20must\x20include\x20a\x20special\x20character','bLwzB','erOyZ','PIN\x20must\x20include\x20a\x20number','LHWez','xCKvJ','GUrGU','uCHQs','SDgkX','Biometric\x20Authentication\x20Not\x20Available','Biometric\x20authentication\x20was\x20cancelled\x20or\x20failed.\x20Your\x20PIN\x20needs\x20to\x20be\x20secured\x20with\x20biometric\x20authentication\x20to\x20proceed.','Storage\x20Error','An\x20error\x20occurred\x20while\x20securing\x20your\x20PIN.\x20Would\x20you\x20like\x20to\x20try\x20again?','error','Secure\x20PIN\x20Storage','Create\x20a\x20PIN','A\x20PIN\x20so\x20only\x20you\x20have\x20access\x20to\x20your\x20data','small','none','done','👁️','PIN\x20Requirements:','\x20characters','Try\x20Again','Back','PVuob','aKLZG','mIKlL','rlidl','TKWtC','xcrPK','umdfO','vvHml','CZWwB','emkqN','log','BxWKd','nnLcS','fpNBR','LohKl','BCsZY','VrdLO','hbtRt','FzFXe','length','test','dZWEi','OOKOp','QYnSk','qeNMo','iybuO','storage-error','etZKH','DFaBK','NNUYA','bUxoy','Yoiks','PIN\x20must\x20be\x20at\x20least\x20','lCrLe','ADIyT','xRgzY','SsmHh','IhgcL','MGFlC','RzKKI','OtyHU','QJBST','elVis','VnpDs','warning','MReWA','RJRlK','OTDuO','VuDXG','osFrl','yzGSg','VgFxj','zvBeq','nsRdR','warn','vRpXD','bacoQ','GPGcx','WKIdS','catch','RrwSV','kQvJT','isBiometricAvailable','mOiiX','storePinWithBiometric','isPinStored','sMHwd','dUiqM','HtMSZ','vmDGm','YspaZ','CNsjP','jyVOU','RWPTD','RCOwe','wnstO','cBzEf','djvrm','ynNhT','kbovz','FdzrC','IiLYg','container','createElement','header','backButton','title','iXeYr','subtitle','uWDQj','backgroundProgressContainer','backgroundProgressIndicator','EACeN','YZlkn','inputContainer','kKTCN','WomTs','dismiss','visibilityButton','xgFPX','👁️🗨️','PLvAT','requirementMet','•\x20At\x20least\x20','FeveS','requirement','liKad','TwCtl','infoContainer','infoContainerWarning','dfyiA','type','infoContainerError','infoTitle','sRqil','infoTitleInfo','infoTitleWarning','fydPj','infoTitleError','infoMessage','mUlHT','infoMessageInfo','zsVty','message','showActions','infoActions','infoActionButton','infoActionButtonText','JgGMs','infoActionButtonSecondary','infoActionButtonSecondaryText','QlukZ','footer','cancelButton','cancelButtonText','submitButtonDisabled','weibJ','submitButtonText','Continue','create','flex-start','100%','row','space-between','600','#333','center','#666','#CCCCCC','#2196F3','#FFF3E0','#FF9800','#1976D2','#F57C00','#D32F2F','#1565C0','#C62828','#fff','#007AFF','#34C759'];_0x53e2=function(){return _0x13a756;};return _0x53e2();}const styles=StyleSheet[_0x4acb(0xb2)]({'container':{'flex':0x1,'padding':0x10,'width':width,'backgroundColor':'#fff','justifyContent':_0x4acb(0xb3)},'inputSection':{'width':_0x4acb(0xb4),'marginTop':0x0,'paddingTop':0x0},'header':{'flexDirection':_0x4acb(0xb5),'alignItems':'center','justifyContent':_0x4acb(0xb6),'marginBottom':0x10,'paddingVertical':0x8},'backButton':{'padding':0x8},'title':{'fontSize':0x14,'fontWeight':_0x4acb(0xb7),'color':_0x4acb(0xb8),'textAlign':_0x4acb(0xb9),'flex':0x1,'marginBottom':0x8},'subtitle':{'fontSize':0xe,'color':_0x4acb(0xba),'marginBottom':0x18,'textAlign':_0x4acb(0xb9)},'inputContainer':{'flexDirection':_0x4acb(0xb5),'alignItems':'center','borderWidth':0x1,'borderColor':_0x4acb(0xbb),'borderRadius':0x8,'marginBottom':0x10},'input':{'flex':0x1,'padding':0xc,'fontSize':0x10},'visibilityButton':{'padding':0xc},'infoContainer':{'padding':0x10,'borderRadius':0xc,'marginBottom':0x10,'borderWidth':0x1},'infoContainerInfo':{'backgroundColor':'#E3F2FD','borderColor':_0x4acb(0xbc)},'infoContainerWarning':{'backgroundColor':_0x4acb(0xbd),'borderColor':_0x4acb(0xbe)},'infoContainerError':{'backgroundColor':'#FFEBEE','borderColor':'#F44336'},'infoTitle':{'fontSize':0x10,'fontWeight':_0x4acb(0xb7),'marginBottom':0x8},'infoTitleInfo':{'color':_0x4acb(0xbf)},'infoTitleWarning':{'color':_0x4acb(0xc0)},'infoTitleError':{'color':_0x4acb(0xc1)},'infoMessage':{'fontSize':0xe,'lineHeight':0x14,'marginBottom':0xc},'infoMessageInfo':{'color':_0x4acb(0xc2)},'infoMessageWarning':{'color':'#E65100'},'infoMessageError':{'color':_0x4acb(0xc3)},'infoActions':{'flexDirection':_0x4acb(0xb5),'justifyContent':_0x4acb(0xb6),'marginTop':0x8},'infoActionButton':{'flex':0x1,'paddingVertical':0xa,'paddingHorizontal':0x10,'borderRadius':0x8,'backgroundColor':'#007AFF','marginHorizontal':0x4,'alignItems':_0x4acb(0xb9)},'infoActionButtonSecondary':{'backgroundColor':'transparent','borderWidth':0x1,'borderColor':'#007AFF'},'infoActionButtonText':{'color':_0x4acb(0xc4),'fontSize':0xe,'fontWeight':_0x4acb(0xb7)},'infoActionButtonSecondaryText':{'color':_0x4acb(0xc5)},'error':{'color':'#FF3B30','marginBottom':0x10},'requirements':{'marginBottom':0x18},'requirementTitle':{'fontSize':0xe,'fontWeight':_0x4acb(0xb7),'marginBottom':0x8,'color':_0x4acb(0xb8)},'requirement':{'fontSize':0xe,'color':_0x4acb(0xba),'marginBottom':0x4},'requirementMet':{'color':_0x4acb(0xc6)},'footer':{'flexDirection':'row','alignItems':_0x4acb(0xb9),'justifyContent':'space-between','marginTop':0x18,'borderTopWidth':0x1,'borderTopColor':'#eee','paddingTop':0x10},'cancelButton':{'paddingVertical':0x8,'paddingHorizontal':0x10},'cancelButtonText':{'color':_0x4acb(0xba),'fontSize':0x10},'submitButton':{'paddingVertical':0x10,'paddingHorizontal':0x20,'borderRadius':0x10,'backgroundColor':'#000000','alignItems':'center'},'submitButtonDisabled':{'opacity':0.5},'submitButtonText':{'color':_0x4acb(0xc4),'fontSize':0x10,'fontWeight':'600'},'backgroundProgressContainer':{'flexDirection':_0x4acb(0xb5),'alignItems':_0x4acb(0xb9),'justifyContent':_0x4acb(0xb9),'marginBottom':0x10},'backgroundProgressText':{'fontSize':0xe,'color':_0x4acb(0xba),'marginRight':0xa},'backgroundProgressIndicator':{'padding':0x5}});
|
|
1
|
+
import React,{useState,useCallback}from'react';import{View,Text,StyleSheet,TextInput,TouchableOpacity,Dimensions,Keyboard,ActivityIndicator}from'react-native';import{biometricPinService}from'../services/biometricPinService';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}});
|