@onairos/react-native 3.6.2 → 3.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
|
@@ -9,4 +9,4 @@ var __ONAIROS_REQ_REGISTRY__ = [
|
|
|
9
9
|
require("../utils/assetRegistry")
|
|
10
10
|
];
|
|
11
11
|
function __ONAIROS_REQ_FUNC__(i) { return __ONAIROS_REQ_REGISTRY__[i]; }
|
|
12
|
-
function _0x3033(_0x29ec41,_0x3033d6){_0x29ec41=_0x29ec41-0x0;const _0xaaff31=_0x29ec();let _0x1f8299=_0xaaff31[_0x29ec41];return _0x1f8299;}Object['defineProperty'](exports,_0x3033(0x0),{'value':!![]}),exports['default']=void 0x0;var _react=_interopRequireWildcard(__ONAIROS_REQ_FUNC__(0x0)),_reactNative=__ONAIROS_REQ_FUNC__(0x1),_lottieReactNative=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x2)),_theme=__ONAIROS_REQ_FUNC__(0x3),_haptics=__ONAIROS_REQ_FUNC__(0x4),_assetRegistry=__ONAIROS_REQ_FUNC__(0x5);function _interopRequireDefault(_0x297a17){return _0x297a17&&_0x297a17[_0x3033(0x0)]?_0x297a17:{'default':_0x297a17};}function _0x29ec(){const _0x3cbc8b=['__esModule','function','default','IeXJk','object','ULtOe','has','set','ARkbU','hasOwnProperty','call','defineProperty','getOwnPropertyDescriptor','get','Keeping\x20your\x20data\x20private','Trying\x20to\x20understand\x20your\x20mind','You\x27re\x20more\x20interesting\x20than\x20I\x20expected','Almost\x20done','Complete!','rRBKg','xBoEe','ELIuU','SQYAW','CtwvE','iYtIS','pJYHP','CnIIk','SXYes','ZzNie','cgDPA','short','medium','long','tsjby','contain','useRef','Animated','Value','current','useState','Mlfti','SYRhy','message','sequence','timing','hICMN','TSaqZ','MKGVg','aSgwD','HFccq','start','ULVUn','vuvYg','QyNBJ','aGScw','text','useEffect','khpJJ','uJHrG','hNarI','RDMqW','zGTJT','forEach','sGmGw','SOyuG','ULVfj','XWiei','OuDIE','yIViU','KJFCz','YHnqx','LrjoQ','max','min','ilnpd','push','YhTJf','mRSTD','rbZGa','CcwAm','RCNvL','IliDe','NfdeZ','cIDpj','triggerHaptic','HapticType','MfFjp','map','Neueq','gTWjE','meiDf','Wasqn','minProgress','sort','progress','XRUPv','UaVTY','ZWGzA','length','OawTU','DfOXV','yMnrL','wPuSi','KpAbH','bsndz','ukyIV','SUCCESS','UPVBg','zpDkX','hDzjP','View','container','createElement','content','lottieContainer','ANIMATIONS','ZqReL','Text','loadingText','dotsContainer','dot','progressContainer','progressTrack','progressFill','100%','StyleSheet','create','COLORS','surface','center','row','IBM\x20Plex\x20Sans','600','grey800','#E5E5E5','hidden'];_0x29ec=function(){return _0x3cbc8b;};return _0x29ec();}function _interopRequireWildcard(_0x34e76f,_0x18a5c4){const _0x30d482={'IeXJk':function(_0x43c2ba,_0xd0456a){return _0x43c2ba&&_0xd0456a;},'mBfLs':function(_0x2655ac,_0x3263db){return _0x2655ac!=_0x3263db;},'bmdwU':function(_0x569eed,_0x44aa1c){return _0x569eed!=_0x44aa1c;},'ULtOe':_0x3033(0x1),'ARkbU':function(_0x4966f6,_0x6a4b2d){return _0x4966f6!==_0x6a4b2d;},'rOTTY':_0x3033(0x2)};if(_0x30d482['ULtOe']==typeof WeakMap)var _0x5bf403=new WeakMap(),_0x4e5f92=new WeakMap();return(_interopRequireWildcard=function(_0x12f6fc,_0x3cc6ce){if(_0x30d482[_0x3033(0x3)](!_0x3cc6ce,_0x12f6fc)&&_0x12f6fc['__esModule'])return _0x12f6fc;var _0x2a20d8,_0xa830a5,_0x798718={'__proto__':null,'default':_0x12f6fc};if(null===_0x12f6fc||_0x30d482['mBfLs'](_0x3033(0x4),typeof _0x12f6fc)&&_0x30d482['bmdwU'](_0x30d482[_0x3033(0x5)],typeof _0x12f6fc))return _0x798718;if(_0x2a20d8=_0x3cc6ce?_0x4e5f92:_0x5bf403){if(_0x2a20d8[_0x3033(0x6)](_0x12f6fc))return _0x2a20d8['get'](_0x12f6fc);_0x2a20d8[_0x3033(0x7)](_0x12f6fc,_0x798718);}for(const _0x30df6c in _0x12f6fc)_0x30d482[_0x3033(0x8)](_0x30d482['rOTTY'],_0x30df6c)&&{}[_0x3033(0x9)][_0x3033(0xa)](_0x12f6fc,_0x30df6c)&&((_0xa830a5=(_0x2a20d8=Object[_0x3033(0xb)])&&Object[_0x3033(0xc)](_0x12f6fc,_0x30df6c))&&(_0xa830a5[_0x3033(0xd)]||_0xa830a5[_0x3033(0x7)])?_0x2a20d8(_0x798718,_0x30df6c,_0xa830a5):_0x798718[_0x30df6c]=_0x12f6fc[_0x30df6c]);return _0x798718;})(_0x34e76f,_0x18a5c4);}const STATUS_MESSAGES=[{'text':_0x3033(0xe),'minProgress':0x0,'maxProgress':0x19},{'text':_0x3033(0xf),'minProgress':0x14,'maxProgress':0x2d},{'text':_0x3033(0x10),'minProgress':0x28,'maxProgress':0x41},{'text':'Finalizing\x20your\x20unique\x20persona','minProgress':0x3c,'maxProgress':0x55},{'text':_0x3033(0x11),'minProgress':0x50,'maxProgress':0x5f},{'text':_0x3033(0x12),'minProgress':0x64,'maxProgress':0x64}],randomInRange=(_0x19eb0f,_0x5a05c6)=>{const _0xf80edb={'rRBKg':function(_0x22d855,_0x4e0da1){return _0x22d855+_0x4e0da1;},'xBoEe':function(_0x3127cd,_0x7af0e9){return _0x3127cd*_0x7af0e9;},'ELIuU':function(_0x260b57,_0x12efad){return _0x260b57-_0x12efad;}};return _0xf80edb[_0x3033(0x13)](_0xf80edb[_0x3033(0x14)](Math['random'](),_0xf80edb[_0x3033(0x15)](_0x5a05c6,_0x19eb0f)),_0x19eb0f);},randomIntInRange=(_0xbe0020,_0x557c22)=>{const _0x2758f2={'SQYAW':function(_0x654aea,_0x380a68,_0x4fbd3d){return _0x654aea(_0x380a68,_0x4fbd3d);}};return Math['floor'](_0x2758f2[_0x3033(0x16)](randomInRange,_0xbe0020,_0x557c22+0x1));},PersonaLoadingScreen=({visible:_0x4ff789,onComplete:_0xed7cce})=>{const _0x31f778={'hICMN':function(_0x5c1a16,_0x47a842,_0x57a131){return _0x5c1a16(_0x47a842,_0x57a131);},'TSaqZ':function(_0x51d4ac,_0x45528d){return _0x51d4ac===_0x45528d;},'MKGVg':_0x3033(0x17),'aSgwD':_0x3033(0x18),'vuvYg':function(_0x226c4f,_0x7d0abf){return _0x226c4f===_0x7d0abf;},'QyNBJ':_0x3033(0x19),'aGScw':function(_0x300240,_0x6f42,_0x528ff6){return _0x300240(_0x6f42,_0x528ff6);},'Mlfti':function(_0x2a5fb4,_0xe9bf28){return _0x2a5fb4(_0xe9bf28);},'DfOXV':function(_0x3ad67e,_0x4f948d){return _0x3ad67e!==_0x4f948d;},'CWxPX':_0x3033(0x1a),'ULVUn':function(_0x5062a6,_0x8d6b87,_0x261c70){return _0x5062a6(_0x8d6b87,_0x261c70);},'MfFjp':function(_0x429112){return _0x429112();},'UaVTY':function(_0x5a9d7e){return _0x5a9d7e();},'ZWGzA':function(_0x1aa673,_0x55c633){return _0x1aa673<_0x55c633;},'OawTU':function(_0x1833c6,_0x20763d){return _0x1833c6>=_0x20763d;},'pSVrE':_0x3033(0x1b),'yMnrL':'AjfYv','zpDkX':function(_0x4dcabf,_0x2a1f1c){return _0x4dcabf/_0x2a1f1c;},'hDzjP':function(_0x291a52,_0x2b740d){return _0x291a52>=_0x2b740d;},'khpJJ':function(_0x3e7196,_0x23e008,_0x18be4){return _0x3e7196(_0x23e008,_0x18be4);},'uJHrG':function(_0x13ad53,_0x2af929){return _0x13ad53===_0x2af929;},'hNarI':_0x3033(0x1c),'tKRNK':function(_0x55e1f1,_0x1a22ce){return _0x55e1f1===_0x1a22ce;},'RDMqW':function(_0x147857,_0x4ed8b8){return _0x147857>=_0x4ed8b8;},'Khcdf':function(_0x27715e,_0x3b099c){return _0x27715e(_0x3b099c);},'zGTJT':function(_0x1b0047,_0x25ac88){return _0x1b0047/_0x25ac88;},'sGmGw':_0x3033(0xe),'kbSwI':function(_0x84bef2,_0x585e1b){return _0x84bef2<_0x585e1b;},'SOyuG':function(_0x252665,_0x242e7b){return _0x252665-_0x242e7b;},'ULVfj':function(_0x5c60b0,_0x555ebd){return _0x5c60b0===_0x555ebd;},'XWiei':_0x3033(0x1d),'OuDIE':function(_0x41b0de,_0x2c46fb){return _0x41b0de-_0x2c46fb;},'yaKzn':function(_0x381e41,_0x36d85f){return _0x381e41*_0x36d85f;},'yIViU':function(_0x54be27,_0x4cd0eb){return _0x54be27+_0x4cd0eb;},'KJFCz':function(_0xb887ed,_0x314dbb){return _0xb887ed/_0x314dbb;},'Jjbay':function(_0x588253,_0x5aa180){return _0x588253+_0x5aa180;},'YHnqx':function(_0x1618c0,_0x391ae1){return _0x1618c0*_0x391ae1;},'LrjoQ':function(_0xd7cdc0,_0x415726){return _0xd7cdc0/_0x415726;},'CgDcG':function(_0x1ba36d,_0x53c4a0,_0x1cb87b){return _0x1ba36d(_0x53c4a0,_0x1cb87b);},'CcwAm':_0x3033(0x1e),'YhTJf':_0x3033(0x1f),'mRSTD':_0x3033(0x20),'rbZGa':function(_0x5a643d,_0x303390){return _0x5a643d<_0x303390;},'RCNvL':function(_0x2c0fab,_0x2ec825){return _0x2c0fab===_0x2ec825;},'IliDe':function(_0x5ab4b9,_0x2214bb){return _0x5ab4b9===_0x2214bb;},'NfdeZ':_0x3033(0x21),'cIDpj':function(_0x5d3b12,_0x5ec5f2,_0x1fa76f){return _0x5d3b12(_0x5ec5f2,_0x1fa76f);},'hjzrZ':function(_0x43ea88,_0xdb4bd0){return _0x43ea88<=_0xdb4bd0;},'XRUPv':function(_0x36a0c3,_0x5f0648){return _0x36a0c3-_0x5f0648;},'ZqReL':_0x3033(0x22)},_0x5a0dd9=(0x0,_react[_0x3033(0x23)])(new _reactNative[(_0x3033(0x24))][(_0x3033(0x25))](0x0))[_0x3033(0x26)],_0x4dedb5=(0x0,_react[_0x3033(0x23)])(new _reactNative[(_0x3033(0x24))][(_0x3033(0x25))](0.3))[_0x3033(0x26)],_0x398e75=(0x0,_react[_0x3033(0x23)])(new _reactNative[(_0x3033(0x24))][(_0x3033(0x25))](0.3))['current'],_0x1b8d37=(0x0,_react[_0x3033(0x23)])(new _reactNative[(_0x3033(0x24))][(_0x3033(0x25))](0.3))[_0x3033(0x26)],[_0x2d1d23,_0x14f210]=(0x0,_react[_0x3033(0x27)])(0x0),[_0x13c29a,_0xe242d2]=(0x0,_react[_0x3033(0x27)])(_0x31f778['sGmGw']),_0x35106b=(0x0,_react['useRef'])([]);(0x0,_react['useEffect'])(()=>{const _0x2a60d5={'SYRhy':function(_0x23645b,_0x319bd5){return _0x31f778[_0x3033(0x28)](_0x23645b,_0x319bd5);}};if(_0x31f778['DfOXV'](_0x31f778['CWxPX'],_0x31f778['CWxPX']))_0x2a60d5[_0x3033(0x29)](_0x524d15,_0xfd1966[_0x24ecc9][_0x3033(0x2a)]),_0x3c7b18++;else{if(!_0x4ff789)return;const _0x16e643=(_0x2c6c58,_0x4e1c68)=>{return _reactNative[_0x3033(0x24)]['loop'](_reactNative[_0x3033(0x24)][_0x3033(0x2b)]([_reactNative[_0x3033(0x24)]['timing'](_0x2c6c58,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]}),_reactNative[_0x3033(0x24)][_0x3033(0x2c)](_0x2c6c58,{'toValue':0.3,'duration':0x258,'useNativeDriver':!![]})]),{'iterations':-0x1});};_0x31f778['ULVUn'](setTimeout,()=>{const _0xda7854={'HFccq':function(_0x1ed272,_0x1dfccf,_0x102dcd){return _0x31f778[_0x3033(0x2d)](_0x1ed272,_0x1dfccf,_0x102dcd);}};_0x31f778[_0x3033(0x2e)](_0x31f778[_0x3033(0x2f)],_0x31f778[_0x3033(0x30)])?_0x55743c=_0xda7854[_0x3033(0x31)](_0x5ce863,0x320,0x4b0):_0x31f778[_0x3033(0x2d)](_0x16e643,_0x4dedb5,0x0)[_0x3033(0x32)]();},0x12c),_0x31f778[_0x3033(0x33)](setTimeout,()=>{_0x31f778[_0x3033(0x34)](_0x31f778[_0x3033(0x35)],_0x31f778[_0x3033(0x35)])?_0x31f778[_0x3033(0x36)](_0x16e643,_0x398e75,0xc8)[_0x3033(0x32)]():_0x5fc0f1['push']({'progress':0x64,'message':_0x4b7c97[_0x3033(0x37)]});},0x1f4),_0x31f778[_0x3033(0x33)](setTimeout,()=>{_0x31f778[_0x3033(0x36)](_0x16e643,_0x1b8d37,0x190)[_0x3033(0x32)]();},0x2bc);}},[_0x4ff789,_0x4dedb5,_0x398e75,_0x1b8d37]),(0x0,_react[_0x3033(0x38)])(()=>{const _0x48ab35={'ilnpd':function(_0x1a58d4,_0x10c789,_0x3be016){return _0x31f778[_0x3033(0x39)](_0x1a58d4,_0x10c789,_0x3be016);},'Neueq':function(_0x23c4b8,_0x572b56){return _0x31f778[_0x3033(0x3a)](_0x23c4b8,_0x572b56);},'gTWjE':_0x31f778[_0x3033(0x3b)],'lrXxE':function(_0x36ba27,_0x54a654){return _0x31f778['tKRNK'](_0x36ba27,_0x54a654);},'wPuSi':function(_0xd66fa9,_0x514e2a){return _0xd66fa9<_0x514e2a;},'KpAbH':function(_0x2ab552,_0x3434fb){return _0x31f778[_0x3033(0x3c)](_0x2ab552,_0x3434fb);},'bsndz':function(_0x4ed686,_0x50058f){return _0x31f778['Khcdf'](_0x4ed686,_0x50058f);},'ukyIV':function(_0x1ab893,_0x414784){return _0x31f778[_0x3033(0x3d)](_0x1ab893,_0x414784);}};if(!_0x4ff789){_0x35106b[_0x3033(0x26)][_0x3033(0x3e)](_0x1953ef=>clearTimeout(_0x1953ef)),_0x35106b[_0x3033(0x26)]=[];return;}_0x14f210(0x0),_0xe242d2(_0x31f778[_0x3033(0x3f)]),_0x5a0dd9['setValue'](0x0);const _0x29e0c2=_0x31f778['khpJJ'](randomInRange,0x1b58,0x2ee0),_0x3db7ad=_0x31f778[_0x3033(0x33)](randomIntInRange,0x5,0x8),_0x4a205b=[0x0];for(let _0x1acab5=0x0;_0x31f778['kbSwI'](_0x1acab5,_0x31f778[_0x3033(0x40)](_0x3db7ad,0x1));_0x1acab5++){if(_0x31f778[_0x3033(0x41)](_0x31f778[_0x3033(0x42)],_0x3033(0x1d))){const _0x4eb910=_0x31f778[_0x3033(0x43)](_0x31f778['yaKzn'](_0x31f778[_0x3033(0x44)](_0x1acab5,0x1),_0x31f778[_0x3033(0x45)](0x64,_0x3db7ad)),0xa),_0x22250c=_0x31f778['Jjbay'](_0x31f778[_0x3033(0x46)](_0x1acab5+0x1,_0x31f778[_0x3033(0x47)](0x64,_0x3db7ad)),0xa);_0x4a205b['push'](_0x31f778['CgDcG'](randomIntInRange,Math[_0x3033(0x48)](0xa,_0x4eb910),Math[_0x3033(0x49)](0x5a,_0x22250c)));}else _0xc09424=_0x48ab35[_0x3033(0x4a)](_0x48d7d3,0x1f4,0x320);}_0x4a205b[_0x3033(0x4b)](0x64),_0x4a205b['sort']((_0x59d6cb,_0x143a09)=>_0x59d6cb-_0x143a09);const _0x5730c8=[_0x31f778['CcwAm'],_0x31f778[_0x3033(0x4c)],_0x31f778[_0x3033(0x4d)]],_0x30fe0a=[];let _0x4e815e=0x0;for(let _0x3012d1=0x0;_0x31f778[_0x3033(0x4e)](_0x3012d1,_0x3db7ad);_0x3012d1++){const _0x2907ba=_0x5730c8[_0x31f778[_0x3033(0x33)](randomIntInRange,0x0,0x2)];let _0x5ac739;if(_0x2907ba===_0x31f778[_0x3033(0x4f)])_0x5ac739=randomInRange(0xfa,0x1f4);else _0x31f778[_0x3033(0x50)](_0x2907ba,'medium')?_0x5ac739=_0x31f778['aGScw'](randomInRange,0x1f4,0x320):_0x31f778[_0x3033(0x51)]('tsjby',_0x31f778[_0x3033(0x52)])?_0x5ac739=_0x31f778[_0x3033(0x53)](randomInRange,0x320,0x4b0):((0x0,_0x5d3d26[_0x3033(0x54)])(_0x24f007[_0x3033(0x55)]['SUCCESS']),_0x31f778[_0x3033(0x56)](_0x36c090));_0x30fe0a['push'](_0x5ac739),_0x4e815e+=_0x5ac739;}const _0x599d91=0x190,_0x348742=_0x31f778[_0x3033(0x46)](_0x3db7ad,_0x599d91),_0x56c7e2=_0x31f778[_0x3033(0x43)](_0x29e0c2,_0x348742),_0x434662=_0x31f778[_0x3033(0x3d)](_0x56c7e2,_0x4e815e),_0x2d2431=_0x30fe0a[_0x3033(0x57)](_0x912e1d=>_0x912e1d*_0x434662),_0x4025a8=[];STATUS_MESSAGES[_0x3033(0x3e)](_0x4d6bb0=>{const _0x24fd59={'Wasqn':function(_0x2307ba,_0x11d8b0,_0x89f960){return _0x2307ba(_0x11d8b0,_0x89f960);}};if(_0x48ab35[_0x3033(0x58)](_0x48ab35[_0x3033(0x59)],_0x3033(0x5a)))_0xce64d3=_0x24fd59[_0x3033(0x5b)](_0x33e151,0xfa,0x1f4);else{if(_0x48ab35['lrXxE'](_0x4d6bb0['minProgress'],0x64))_0x4025a8['push']({'progress':0x64,'message':_0x4d6bb0[_0x3033(0x37)]});else{const _0x58dc51=randomInRange(_0x4d6bb0[_0x3033(0x5c)],_0x4d6bb0['maxProgress']);_0x4025a8['push']({'progress':_0x58dc51,'message':_0x4d6bb0[_0x3033(0x37)]});}}}),_0x4025a8[_0x3033(0x5d)]((_0x54a025,_0x37cdd9)=>_0x54a025[_0x3033(0x5e)]-_0x37cdd9[_0x3033(0x5e)]);let _0x1e39c2=0x0,_0x16dcfe=0x0;for(let _0x200946=0x1;_0x31f778['hjzrZ'](_0x200946,_0x3db7ad);_0x200946++){const _0x1424f0=_0x4a205b[_0x200946],_0x4d1d91=_0x2d2431[_0x31f778[_0x3033(0x5f)](_0x200946,0x1)];_0x1e39c2+=_0x4d1d91;const _0x2f9c03=setTimeout(()=>{const _0x5e2775={'UPVBg':function(_0x3ceb47){return _0x31f778[_0x3033(0x60)](_0x3ceb47);},'KxqDD':function(_0x259dfd){return _0x31f778[_0x3033(0x60)](_0x259dfd);}};while(_0x31f778[_0x3033(0x61)](_0x16dcfe,_0x4025a8[_0x3033(0x62)])&&_0x31f778[_0x3033(0x63)](_0x1424f0,_0x4025a8[_0x16dcfe][_0x3033(0x5e)])){if(_0x31f778[_0x3033(0x64)](_0x31f778['pSVrE'],_0x31f778[_0x3033(0x65)]))_0x31f778[_0x3033(0x28)](_0xe242d2,_0x4025a8[_0x16dcfe][_0x3033(0x2a)]),_0x16dcfe++;else{while(_0x48ab35[_0x3033(0x66)](_0x32906f,_0x2e54d6[_0x3033(0x62)])&&_0x48ab35[_0x3033(0x67)](_0x39165c,_0x46897a[_0x5eba5e][_0x3033(0x5e)])){_0x48ab35['bsndz'](_0x430a1d,_0x490ace[_0x218560][_0x3033(0x2a)]),_0xfba091++;}_0x48ab35[_0x3033(0x68)](_0x399775,_0x9d9993),_0x5b56a8[_0x3033(0x24)][_0x3033(0x2c)](_0x5ef192,{'toValue':_0x48ab35[_0x3033(0x69)](_0x1b10ac,0x64),'duration':_0x54e272,'useNativeDriver':![]})[_0x3033(0x32)](),_0x48ab35[_0x3033(0x67)](_0xad7c0b,0x64)&&_0x48ab35['ilnpd'](_0x35b365,()=>{(0x0,_0x4c8244['triggerHaptic'])(_0x218bd2[_0x3033(0x55)][_0x3033(0x6a)]),_0x5e2775[_0x3033(0x6b)](_0x2fc7d6);},0x1f4);}}_0x14f210(_0x1424f0),_reactNative[_0x3033(0x24)][_0x3033(0x2c)](_0x5a0dd9,{'toValue':_0x31f778[_0x3033(0x6c)](_0x1424f0,0x64),'duration':_0x599d91,'useNativeDriver':![]})[_0x3033(0x32)](),_0x31f778[_0x3033(0x6d)](_0x1424f0,0x64)&&_0x31f778[_0x3033(0x39)](setTimeout,()=>{(0x0,_haptics[_0x3033(0x54)])(_haptics[_0x3033(0x55)]['SUCCESS']),_0x5e2775['KxqDD'](_0xed7cce);},0x1f4);},_0x1e39c2);_0x35106b[_0x3033(0x26)][_0x3033(0x4b)](_0x2f9c03),_0x1e39c2+=_0x599d91;}return()=>{_0x35106b['current'][_0x3033(0x3e)](_0x171ffd=>clearTimeout(_0x171ffd)),_0x35106b[_0x3033(0x26)]=[];};},[_0x4ff789,_0xed7cce,_0x5a0dd9]);if(!_0x4ff789)return null;return _react['default']['createElement'](_reactNative[_0x3033(0x6e)],{'style':styles[_0x3033(0x6f)]},_react[_0x3033(0x2)][_0x3033(0x70)](_reactNative[_0x3033(0x6e)],{'style':styles[_0x3033(0x71)]},_react[_0x3033(0x2)][_0x3033(0x70)](_reactNative['View'],{'style':styles[_0x3033(0x72)]},_react['default']['createElement'](_lottieReactNative[_0x3033(0x2)],{'source':_assetRegistry[_0x3033(0x73)]['loader'],'autoPlay':!![],'loop':!![],'style':styles['lottieAnimation'],'resizeMode':_0x31f778[_0x3033(0x74)]})),_react[_0x3033(0x2)]['createElement'](_reactNative[_0x3033(0x6e)],{'style':styles['textContainer']},_react[_0x3033(0x2)][_0x3033(0x70)](_reactNative[_0x3033(0x75)],{'style':styles[_0x3033(0x76)]},_0x13c29a),_react[_0x3033(0x2)]['createElement'](_reactNative['View'],{'style':styles[_0x3033(0x77)]},_react['default']['createElement'](_reactNative[_0x3033(0x24)][_0x3033(0x75)],{'style':[styles[_0x3033(0x78)],{'opacity':_0x4dedb5}]},'.'),_react[_0x3033(0x2)][_0x3033(0x70)](_reactNative[_0x3033(0x24)]['Text'],{'style':[styles[_0x3033(0x78)],{'opacity':_0x398e75}]},'.'),_react[_0x3033(0x2)][_0x3033(0x70)](_reactNative['Animated'][_0x3033(0x75)],{'style':[styles[_0x3033(0x78)],{'opacity':_0x1b8d37}]},'.'))),_react['default']['createElement'](_reactNative[_0x3033(0x6e)],{'style':styles[_0x3033(0x79)]},_react[_0x3033(0x2)][_0x3033(0x70)](_reactNative['View'],{'style':styles[_0x3033(0x7a)]},_react[_0x3033(0x2)][_0x3033(0x70)](_reactNative[_0x3033(0x24)][_0x3033(0x6e)],{'style':[styles[_0x3033(0x7b)],{'width':_0x5a0dd9['interpolate']({'inputRange':[0x0,0x1],'outputRange':['0%',_0x3033(0x7c)]})}]})))));},styles=_reactNative[_0x3033(0x7d)][_0x3033(0x7e)]({'container':{'flex':0x1,'backgroundColor':_theme[_0x3033(0x7f)][_0x3033(0x80)]},'content':{'flex':0x1,'justifyContent':'center','alignItems':'center','paddingHorizontal':0x18,'marginTop':-0x50},'lottieContainer':{'width':0x168,'height':0x168,'marginBottom':0x20,'alignItems':_0x3033(0x81),'justifyContent':_0x3033(0x81)},'lottieAnimation':{'width':_0x3033(0x7c),'height':_0x3033(0x7c)},'textContainer':{'flexDirection':_0x3033(0x82),'alignItems':_0x3033(0x81),'marginBottom':0x30},'loadingText':{'fontSize':0x18,'fontFamily':_0x3033(0x83),'fontWeight':_0x3033(0x84),'color':_theme['COLORS'][_0x3033(0x85)]},'dotsContainer':{'flexDirection':_0x3033(0x82),'marginLeft':0x4},'dot':{'fontSize':0x18,'fontFamily':_0x3033(0x83),'fontWeight':'600','color':_theme['COLORS'][_0x3033(0x85)],'marginLeft':0x2},'progressContainer':{'width':_0x3033(0x7c),'maxWidth':0x118},'progressTrack':{'height':0x6,'backgroundColor':_0x3033(0x86),'borderRadius':0x3,'overflow':_0x3033(0x87)},'progressFill':{'height':_0x3033(0x7c),'backgroundColor':_theme[_0x3033(0x7f)][_0x3033(0x85)],'borderRadius':0x3}});var _default=exports[_0x3033(0x2)]=PersonaLoadingScreen;
|
|
12
|
+
Object[_0x1591(0x0)](exports,'__esModule',{'value':!![]}),exports['default']=void 0x0;var _react=_interopRequireWildcard(__ONAIROS_REQ_FUNC__(0x0)),_reactNative=__ONAIROS_REQ_FUNC__(0x1),_lottieReactNative=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x2)),_theme=__ONAIROS_REQ_FUNC__(0x3),_haptics=__ONAIROS_REQ_FUNC__(0x4),_assetRegistry=__ONAIROS_REQ_FUNC__(0x5);function _0x44a7(){const _0x541ecf=['defineProperty','object','function','default','obXVE','KnFYe','uWNSA','RMsGa','KgRRg','ltvBR','nFZvU','vOSfH','zPYUF','bdtZP','aahPr','HClek','VuJCd','get','set','xjDpS','rOGWV','hqvec','RDFeL','uSngf','has','fOjOy','bjORz','hasOwnProperty','call','getOwnPropertyDescriptor','fRUhE','GsHNl','Keeping\x20your\x20data\x20private','Trying\x20to\x20understand\x20your\x20mind','Finalizing\x20your\x20unique\x20persona','Almost\x20done','floor','nawOW','lratA','kxyrY','fFXDj','IrVYb','zSWUj','medium','GfmcO','baKnx','Lbmkf','erGlv','vJpAM','contain','100%','useRef','Animated','current','Value','useState','gCJTN','Hplho','cSjSz','ugGmq','Wpzbe','JjZRQ','bzGRM','DvuaP','VPzWR','qdMFw','Ycqdm','OCmXD','QxUoe','loop','sequence','timing','QtvNc','gemMO','pknvJ','push','text','nScxQ','kdxeN','start','VSfdX','npcNe','NCqty','PKHsH','SmlxP','min','yANVY','jorqY','useEffect','pTKoh','PuTSh','Kfien','eKaCU','JaxOH','yGQzM','NkkLc','wzkXS','aLuOZ','cETQM','JHyAm','vQYpg','aJQWp','sKuxQ','__esModule','CKWqq','URdMb','forEach','fYoOj','setValue','uZkql','znCCo','OxjIX','rHHtG','oOJhc','FEhMZ','max','short','eYyxO','NXivK','NEzum','DEqnw','ZEoKZ','gfHmG','zhxDq','tdOZm','WMCiz','weYtQ','uVCKb','map','IeZwb','ujtsh','gpiOJ','iXTmL','maxProgress','sort','progress','smAeL','ldgZH','eRJmh','hUOVg','kTPKx','length','OdCec','XmKUU','KObir','message','Fuuqi','HapticType','SUCCESS','HFgIg','triggerHaptic','DgVkT','createElement','View','container','lottieContainer','ANIMATIONS','loader','lottieAnimation','iDVoM','textContainer','Text','loadingText','dotsContainer','dot','progressContainer','progressTrack','interpolate','StyleSheet','create','COLORS','surface','center','IBM\x20Plex\x20Sans','600','row','grey800','#E5E5E5'];_0x44a7=function(){return _0x541ecf;};return _0x44a7();}function _interopRequireDefault(_0x4f9d2e){return _0x4f9d2e&&_0x4f9d2e['__esModule']?_0x4f9d2e:{'default':_0x4f9d2e};}function _interopRequireWildcard(_0x159a7e,_0x46d170){const _0x192602={'RMsGa':function(_0x437740,_0x8c60e7){return _0x437740&&_0x8c60e7;},'KgRRg':_0x1591(0x1),'ltvBR':function(_0x46eb5e,_0x8c34b4){return _0x46eb5e!=_0x8c34b4;},'uWNSA':_0x1591(0x2),'nFZvU':function(_0x3721de,_0x8984f2){return _0x3721de!==_0x8984f2;},'vOSfH':_0x1591(0x3),'WRFpM':function(_0x5307d1,_0x12de31,_0x7e3533,_0xebe2bc){return _0x5307d1(_0x12de31,_0x7e3533,_0xebe2bc);},'zPYUF':'OsAuc','bdtZP':function(_0x13037b,_0x156113){return _0x13037b&&_0x156113;},'aahPr':function(_0x3ae9cd,_0x3b4387){return _0x3ae9cd===_0x3b4387;},'HClek':function(_0x5b6525,_0x78e192){return _0x5b6525!=_0x78e192;},'VuJCd':_0x1591(0x4),'GsHNl':function(_0x347f74,_0x2428b5,_0x3ad5ca,_0x1e22fe){return _0x347f74(_0x2428b5,_0x3ad5ca,_0x1e22fe);},'KnFYe':function(_0x1513d9,_0x31bdca){return _0x1513d9==_0x31bdca;}};if(_0x192602[_0x1591(0x5)](_0x192602[_0x1591(0x6)],typeof WeakMap))var _0x2897cb=new WeakMap(),_0x426638=new WeakMap();return(_interopRequireWildcard=function(_0x410416,_0x1a8467){const _0x263eea={'xjDpS':function(_0x158ed8,_0x44cfdd){return _0x192602[_0x1591(0x7)](_0x158ed8,_0x44cfdd);},'rOGWV':function(_0x15c801,_0x2d32b9){return _0x15c801===_0x2d32b9;},'HlUNP':function(_0x4a2055,_0x5bb42f){return _0x4a2055!=_0x5bb42f;},'hqvec':_0x192602[_0x1591(0x8)],'RDFeL':function(_0x7cdce3,_0x5d8abf){return _0x192602[_0x1591(0x9)](_0x7cdce3,_0x5d8abf);},'uSngf':_0x192602[_0x1591(0x6)],'fOjOy':function(_0xb36eec,_0x1bed0e){return _0x192602[_0x1591(0xa)](_0xb36eec,_0x1bed0e);},'bjORz':_0x192602[_0x1591(0xb)],'fRUhE':function(_0xaa3f6c,_0x17ee8e,_0x4421d3,_0x291954){return _0x192602['WRFpM'](_0xaa3f6c,_0x17ee8e,_0x4421d3,_0x291954);}};if(_0x192602[_0x1591(0xc)]!==_0x192602['zPYUF'])_0xf1c45d=_0x77c10e(0xfa,0x1f4);else{if(_0x192602[_0x1591(0xd)](!_0x1a8467,_0x410416)&&_0x410416['__esModule'])return _0x410416;var _0x38513d,_0x2e7796,_0x3312af={'__proto__':null,'default':_0x410416};if(_0x192602[_0x1591(0xe)](null,_0x410416)||_0x192602[_0x1591(0x9)](_0x192602[_0x1591(0x8)],typeof _0x410416)&&_0x192602[_0x1591(0xf)](_0x192602[_0x1591(0x6)],typeof _0x410416))return _0x3312af;if(_0x38513d=_0x1a8467?_0x426638:_0x2897cb){if(_0x192602[_0x1591(0xa)]('LuYcz',_0x192602[_0x1591(0x10)])){if(_0x38513d['has'](_0x410416))return _0x38513d[_0x1591(0x11)](_0x410416);_0x38513d[_0x1591(0x12)](_0x410416,_0x3312af);}else{if(_0x263eea[_0x1591(0x13)](!_0x37f267,_0x53ec6e)&&_0x4c0775['__esModule'])return _0x12cb4f;var _0x218b20,_0x27e269,_0x5405ae={'__proto__':null,'default':_0x556e45};if(_0x263eea[_0x1591(0x14)](null,_0x2821a2)||_0x263eea['HlUNP'](_0x263eea[_0x1591(0x15)],typeof _0x1fe966)&&_0x263eea[_0x1591(0x16)](_0x263eea[_0x1591(0x17)],typeof _0x1e5622))return _0x5405ae;if(_0x218b20=_0x5d0e5f?_0x8bb752:_0x40548d){if(_0x218b20[_0x1591(0x18)](_0x248435))return _0x218b20['get'](_0x53b50a);_0x218b20['set'](_0x565a3b,_0x5405ae);}for(const _0x322ee1 in _0x59c15f)_0x263eea[_0x1591(0x19)](_0x263eea[_0x1591(0x1a)],_0x322ee1)&&{}[_0x1591(0x1b)][_0x1591(0x1c)](_0xe26720,_0x322ee1)&&((_0x27e269=(_0x218b20=_0x10e5c1[_0x1591(0x0)])&&_0x16aaf5[_0x1591(0x1d)](_0x969593,_0x322ee1))&&(_0x27e269['get']||_0x27e269[_0x1591(0x12)])?_0x263eea[_0x1591(0x1e)](_0x218b20,_0x5405ae,_0x322ee1,_0x27e269):_0x5405ae[_0x322ee1]=_0x3600a4[_0x322ee1]);return _0x5405ae;}}for(const _0x4a5802 in _0x410416)_0x192602[_0x1591(0xa)](_0x192602[_0x1591(0xb)],_0x4a5802)&&{}['hasOwnProperty'][_0x1591(0x1c)](_0x410416,_0x4a5802)&&((_0x2e7796=(_0x38513d=Object[_0x1591(0x0)])&&Object[_0x1591(0x1d)](_0x410416,_0x4a5802))&&(_0x2e7796[_0x1591(0x11)]||_0x2e7796[_0x1591(0x12)])?_0x192602[_0x1591(0x1f)](_0x38513d,_0x3312af,_0x4a5802,_0x2e7796):_0x3312af[_0x4a5802]=_0x410416[_0x4a5802]);return _0x3312af;}})(_0x159a7e,_0x46d170);}function _0x1591(_0x44a716,_0x1591b5){_0x44a716=_0x44a716-0x0;const _0x464518=_0x44a7();let _0x41a3c0=_0x464518[_0x44a716];return _0x41a3c0;}const STATUS_MESSAGES=[{'text':_0x1591(0x20),'minProgress':0x0,'maxProgress':0x19},{'text':_0x1591(0x21),'minProgress':0x14,'maxProgress':0x2d},{'text':'You\x27re\x20more\x20interesting\x20than\x20I\x20expected','minProgress':0x28,'maxProgress':0x41},{'text':_0x1591(0x22),'minProgress':0x3c,'maxProgress':0x55},{'text':_0x1591(0x23),'minProgress':0x50,'maxProgress':0x5f},{'text':'Complete!','minProgress':0x64,'maxProgress':0x64}],randomInRange=(_0xfb6c9,_0x148742)=>{const _0x473464={'PhBhn':function(_0x1056d5,_0x22628c){return _0x1056d5+_0x22628c;}};return _0x473464['PhBhn'](Math['random']()*(_0x148742-_0xfb6c9),_0xfb6c9);},randomIntInRange=(_0x2075c6,_0x4887d3)=>{const _0x34737e={'nawOW':function(_0xf37b6a,_0x1a725e,_0x2d4776){return _0xf37b6a(_0x1a725e,_0x2d4776);}};return Math[_0x1591(0x24)](_0x34737e[_0x1591(0x25)](randomInRange,_0x2075c6,_0x4887d3+0x1));},PersonaLoadingScreen=({visible:_0x47e46e,onComplete:_0x23149d})=>{const _0x100979={'Ycqdm':function(_0x21aac3,_0xd0023a){return _0x21aac3!==_0xd0023a;},'OCmXD':_0x1591(0x26),'QxUoe':_0x1591(0x27),'yANVY':_0x1591(0x28),'jorqY':function(_0x415f09,_0x3c083b,_0x259f13){return _0x415f09(_0x3c083b,_0x259f13);},'Hplho':function(_0x280bb7,_0x47d1d5){return _0x280bb7===_0x47d1d5;},'cSjSz':'vuCeT','ugGmq':_0x1591(0x29),'Wpzbe':function(_0x3c1553,_0x46e125,_0x41f20a){return _0x3c1553(_0x46e125,_0x41f20a);},'JjZRQ':function(_0x844a3a,_0x5e41a9){return _0x844a3a-_0x5e41a9;},'bzGRM':function(_0x4eb457,_0x38c5b5){return _0x4eb457+_0x38c5b5;},'DvuaP':function(_0x48a0ce,_0xbfc46){return _0x48a0ce/_0xbfc46;},'VPzWR':function(_0x3a9a42,_0x28bc67){return _0x3a9a42+_0x28bc67;},'qdMFw':_0x1591(0x2a),'QtvNc':function(_0x5469ec,_0x4bd8ea,_0x50fbe7){return _0x5469ec(_0x4bd8ea,_0x50fbe7);},'pfUos':function(_0x23754a,_0x58cb3a,_0x3d2dd3){return _0x23754a(_0x58cb3a,_0x3d2dd3);},'NkkLc':function(_0x298553,_0x17b323){return _0x298553===_0x17b323;},'fTlkt':function(_0x2b80cb,_0x4ba061,_0x3fb85f){return _0x2b80cb(_0x4ba061,_0x3fb85f);},'eYyxO':_0x1591(0x2b),'uVCKb':function(_0xd7b2bc,_0x4739e0,_0x57ca39){return _0xd7b2bc(_0x4739e0,_0x57ca39);},'smAeL':function(_0x414a44,_0x172798){return _0x414a44!==_0x172798;},'kTPKx':_0x1591(0x2c),'OxjIX':function(_0x1c55f2,_0x1fe2fc){return _0x1c55f2<_0x1fe2fc;},'OdCec':function(_0x4a2f00,_0x515e6d){return _0x4a2f00===_0x515e6d;},'XmKUU':_0x1591(0x2d),'KObir':'xsGUy','fYoOj':function(_0xed4085,_0x2da2cb){return _0xed4085(_0x2da2cb);},'oOJhc':function(_0x343342,_0x3b64a1){return _0x343342/_0x3b64a1;},'Fuuqi':function(_0x3b1534,_0x2503a0){return _0x3b1534>=_0x2503a0;},'pTKoh':function(_0x197d3c,_0x2f4152){return _0x197d3c!=_0x2f4152;},'VhItp':'function','PuTSh':function(_0x510844,_0x236b14){return _0x510844!==_0x236b14;},'Kfien':_0x1591(0x3),'eKaCU':function(_0xb0ce17){return _0xb0ce17();},'yGQzM':_0x1591(0x2e),'wzkXS':function(_0x4d1619){return _0x4d1619();},'aLuOZ':function(_0x37f774){return _0x37f774();},'cETQM':function(_0x16c2e5,_0x2b5db0){return _0x16c2e5===_0x2b5db0;},'JHyAm':_0x1591(0x2f),'gCJTN':_0x1591(0x20),'uZkql':function(_0x3ae290,_0x3a7dca,_0x27c914){return _0x3ae290(_0x3a7dca,_0x27c914);},'znCCo':function(_0x152a65,_0x3f8538,_0x123c1a){return _0x152a65(_0x3f8538,_0x123c1a);},'rHHtG':function(_0x207ed1,_0xa5ad18){return _0x207ed1*_0xa5ad18;},'FEhMZ':function(_0x7918b6,_0x1e4fa2,_0x86ea4e){return _0x7918b6(_0x1e4fa2,_0x86ea4e);},'NXivK':'long','NEzum':function(_0x22f0f6,_0x2abec0){return _0x22f0f6<_0x2abec0;},'DEqnw':function(_0x14f528,_0x3d7924,_0x37e894){return _0x14f528(_0x3d7924,_0x37e894);},'ZEoKZ':function(_0x3e4aa4,_0x5e3029,_0x57feee){return _0x3e4aa4(_0x5e3029,_0x57feee);},'gfHmG':function(_0x551c35,_0x1854c4){return _0x551c35===_0x1854c4;},'zhxDq':_0x1591(0x30),'WMCiz':function(_0x3aba02,_0x133697){return _0x3aba02===_0x133697;},'weYtQ':'MsVqH','mKScw':function(_0x26f473,_0x5eba79){return _0x26f473<=_0x5eba79;},'iDVoM':_0x1591(0x31),'UgFag':_0x1591(0x32)},_0xfb2195=(0x0,_react[_0x1591(0x33)])(new _reactNative[(_0x1591(0x34))]['Value'](0x0))[_0x1591(0x35)],_0x119107=(0x0,_react[_0x1591(0x33)])(new _reactNative[(_0x1591(0x34))][(_0x1591(0x36))](0.3))[_0x1591(0x35)],_0x3f8926=(0x0,_react[_0x1591(0x33)])(new _reactNative[(_0x1591(0x34))][(_0x1591(0x36))](0.3))[_0x1591(0x35)],_0x20e5c9=(0x0,_react[_0x1591(0x33)])(new _reactNative[(_0x1591(0x34))][(_0x1591(0x36))](0.3))[_0x1591(0x35)],[_0x97659d,_0x37078d]=(0x0,_react[_0x1591(0x37)])(0x0),[_0x56a02c,_0x146e4a]=(0x0,_react[_0x1591(0x37)])(_0x100979[_0x1591(0x38)]),_0x506c2=(0x0,_react[_0x1591(0x33)])([]);(0x0,_react['useEffect'])(()=>{const _0x2dad4b={'amWZM':function(_0x20254e,_0xd0e2b0){return _0x100979[_0x1591(0x39)](_0x20254e,_0xd0e2b0);},'gemMO':_0x100979[_0x1591(0x3a)],'pknvJ':_0x100979[_0x1591(0x3b)],'nScxQ':function(_0x5f2388,_0x147d4a,_0x3abd88){return _0x100979[_0x1591(0x3c)](_0x5f2388,_0x147d4a,_0x3abd88);},'VSfdX':function(_0x1a37fb,_0x33b176){return _0x100979[_0x1591(0x3d)](_0x1a37fb,_0x33b176);},'KbPdY':function(_0x46aa41,_0x40053f){return _0x46aa41*_0x40053f;},'npcNe':function(_0x20e60e,_0x3885db){return _0x100979[_0x1591(0x3e)](_0x20e60e,_0x3885db);},'NCqty':function(_0x31a021,_0x13254c){return _0x100979[_0x1591(0x3f)](_0x31a021,_0x13254c);},'PKHsH':function(_0x682177,_0x5b0456){return _0x100979[_0x1591(0x3e)](_0x682177,_0x5b0456);},'SmlxP':function(_0x4c1448,_0x3630b3){return _0x4c1448*_0x3630b3;},'IsTBe':function(_0x462062,_0x4cba29){return _0x100979[_0x1591(0x40)](_0x462062,_0x4cba29);},'kdxeN':_0x100979[_0x1591(0x41)]};if(!_0x47e46e)return;const _0x46e329=(_0x3e7ceb,_0x3ec3c5)=>{if(_0x100979[_0x1591(0x42)](_0x100979[_0x1591(0x43)],_0x100979[_0x1591(0x44)]))return _reactNative[_0x1591(0x34)][_0x1591(0x45)](_reactNative[_0x1591(0x34)][_0x1591(0x46)]([_reactNative['Animated']['timing'](_0x3e7ceb,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]}),_reactNative[_0x1591(0x34)][_0x1591(0x47)](_0x3e7ceb,{'toValue':0.3,'duration':0x258,'useNativeDriver':!![]})]),{'iterations':-0x1});else{if(_0x5d3514['has'](_0xa05ee5))return _0x30761f[_0x1591(0x11)](_0x546ee0);_0x1e0d80[_0x1591(0x12)](_0x49a11c,_0x53c557);}};_0x100979[_0x1591(0x48)](setTimeout,()=>{_0x2dad4b['amWZM'](_0x2dad4b[_0x1591(0x49)],_0x2dad4b[_0x1591(0x4a)])?_0x27db55[_0x1591(0x4b)]({'progress':0x64,'message':_0x484f11[_0x1591(0x4c)]}):_0x2dad4b[_0x1591(0x4d)](_0x46e329,_0x119107,0x0)['start']();},0x12c),_0x100979['QtvNc'](setTimeout,()=>{if(_0x2dad4b['amWZM'](_0x2dad4b[_0x1591(0x4e)],_0x2dad4b[_0x1591(0x4e)]))_0x2dad4b[_0x1591(0x4d)](_0x46e329,_0x3f8926,0xc8)[_0x1591(0x4f)]();else{const _0x5b0039=_0x2dad4b[_0x1591(0x50)](_0x2dad4b['KbPdY'](_0x2dad4b[_0x1591(0x51)](_0x32a949,0x1),_0x2dad4b[_0x1591(0x52)](0x64,_0x5999b3)),0xa),_0x59f121=_0x2dad4b[_0x1591(0x53)](_0x2dad4b[_0x1591(0x54)](_0x2dad4b['IsTBe'](_0x24ac83,0x1),_0x2dad4b[_0x1591(0x52)](0x64,_0x185f14)),0xa);_0xaaf12c['push'](_0x2dad4b['nScxQ'](_0x5bc89d,_0x14de44['max'](0xa,_0x5b0039),_0x29b28b[_0x1591(0x55)](0x5a,_0x59f121)));}},0x1f4),setTimeout(()=>{_0x100979[_0x1591(0x56)]!=='fFXDj'?_0x2dad4b['nScxQ'](_0x20a783,_0x420885,0xc8)[_0x1591(0x4f)]():_0x100979[_0x1591(0x57)](_0x46e329,_0x20e5c9,0x190)[_0x1591(0x4f)]();},0x2bc);},[_0x47e46e,_0x119107,_0x3f8926,_0x20e5c9]),(0x0,_react[_0x1591(0x58)])(()=>{const _0x272837={'sKuxQ':function(_0x5e11d7,_0x597807){return _0x5e11d7&&_0x597807;},'CKWqq':function(_0x27c3f8,_0x17a489){return _0x100979['OdCec'](_0x27c3f8,_0x17a489);},'URdMb':function(_0x3fe36e,_0x3c974e){return _0x3fe36e!=_0x3c974e;},'IBQNw':function(_0x49114c,_0x4d5dc8){return _0x100979[_0x1591(0x59)](_0x49114c,_0x4d5dc8);},'aJQWp':_0x100979['VhItp'],'wNhJY':function(_0x3e218b,_0x2a238d){return _0x100979[_0x1591(0x5a)](_0x3e218b,_0x2a238d);},'NORiV':_0x100979[_0x1591(0x5b)],'qvyUR':function(_0x31bb36,_0x59ad20,_0x564b65,_0xc54274){return _0x31bb36(_0x59ad20,_0x564b65,_0xc54274);},'vQYpg':function(_0x4c5fb8,_0x297750){return _0x4c5fb8==_0x297750;},'tdOZm':function(_0x33366b){return _0x100979[_0x1591(0x5c)](_0x33366b);},'IeZwb':_0x1591(0x5d),'ujtsh':_0x100979[_0x1591(0x5e)],'gpiOJ':function(_0x134974,_0x218bed){return _0x100979[_0x1591(0x5f)](_0x134974,_0x218bed);},'iXTmL':function(_0xf60e91,_0x525a01,_0x389fdd){return _0x100979[_0x1591(0x48)](_0xf60e91,_0x525a01,_0x389fdd);},'HFgIg':function(_0x47a743){return _0x100979[_0x1591(0x60)](_0x47a743);},'DgVkT':function(_0x48eff5){return _0x100979[_0x1591(0x61)](_0x48eff5);}};if(_0x100979[_0x1591(0x62)]('ddydM',_0x100979[_0x1591(0x63)])){if(_0x272837[_0x1591(0x64)](_0x272837[_0x1591(0x65)],typeof _0x56d273))var _0x4a3871=new _0x1740b2(),_0x46dea9=new _0x3a6728();return(_0x2a867a=function(_0x201e48,_0x38b204){if(_0x272837[_0x1591(0x66)](!_0x38b204,_0x201e48)&&_0x201e48[_0x1591(0x67)])return _0x201e48;var _0x340af6,_0x137e2c,_0x57ee44={'__proto__':null,'default':_0x201e48};if(_0x272837[_0x1591(0x68)](null,_0x201e48)||_0x272837[_0x1591(0x69)]('object',typeof _0x201e48)&&_0x272837['IBQNw'](_0x272837['aJQWp'],typeof _0x201e48))return _0x57ee44;if(_0x340af6=_0x38b204?_0x46dea9:_0x4a3871){if(_0x340af6[_0x1591(0x18)](_0x201e48))return _0x340af6[_0x1591(0x11)](_0x201e48);_0x340af6['set'](_0x201e48,_0x57ee44);}for(const _0x571c48 in _0x201e48)_0x272837['wNhJY'](_0x272837['NORiV'],_0x571c48)&&{}[_0x1591(0x1b)][_0x1591(0x1c)](_0x201e48,_0x571c48)&&((_0x137e2c=(_0x340af6=_0x15042c[_0x1591(0x0)])&&_0x258014[_0x1591(0x1d)](_0x201e48,_0x571c48))&&(_0x137e2c[_0x1591(0x11)]||_0x137e2c[_0x1591(0x12)])?_0x272837['qvyUR'](_0x340af6,_0x57ee44,_0x571c48,_0x137e2c):_0x57ee44[_0x571c48]=_0x201e48[_0x571c48]);return _0x57ee44;})(_0x2efaa5,_0x1255b3);}else{if(!_0x47e46e){_0x506c2[_0x1591(0x35)][_0x1591(0x6a)](_0x42d5e4=>clearTimeout(_0x42d5e4)),_0x506c2[_0x1591(0x35)]=[];return;}_0x100979[_0x1591(0x6b)](_0x37078d,0x0),_0x100979[_0x1591(0x6b)](_0x146e4a,_0x100979[_0x1591(0x38)]),_0xfb2195[_0x1591(0x6c)](0x0);const _0x3a269a=_0x100979[_0x1591(0x6d)](randomInRange,0x1b58,0x2ee0),_0x2e4d47=_0x100979[_0x1591(0x6e)](randomIntInRange,0x5,0x8),_0x5268e=[0x0];for(let _0x3a4804=0x0;_0x100979[_0x1591(0x6f)](_0x3a4804,_0x2e4d47-0x1);_0x3a4804++){const _0x292323=_0x100979[_0x1591(0x70)](_0x100979[_0x1591(0x3e)](_0x3a4804,0x1),0x64/_0x2e4d47)-0xa,_0x24518e=_0x100979[_0x1591(0x3e)](_0x100979[_0x1591(0x70)](_0x100979['bzGRM'](_0x3a4804,0x1),_0x100979[_0x1591(0x71)](0x64,_0x2e4d47)),0xa);_0x5268e[_0x1591(0x4b)](_0x100979[_0x1591(0x72)](randomIntInRange,Math[_0x1591(0x73)](0xa,_0x292323),Math[_0x1591(0x55)](0x5a,_0x24518e)));}_0x5268e[_0x1591(0x4b)](0x64),_0x5268e['sort']((_0x4e91f4,_0x1defd2)=>_0x4e91f4-_0x1defd2);const _0x3ebbf2=[_0x1591(0x74),_0x100979[_0x1591(0x75)],_0x100979[_0x1591(0x76)]],_0x58019e=[];let _0x5ae5a2=0x0;for(let _0xef6065=0x0;_0x100979[_0x1591(0x77)](_0xef6065,_0x2e4d47);_0xef6065++){const _0x3da7d9=_0x3ebbf2[_0x100979[_0x1591(0x78)](randomIntInRange,0x0,0x2)];let _0x201994;if(_0x100979['NkkLc'](_0x3da7d9,_0x1591(0x74)))_0x201994=_0x100979[_0x1591(0x79)](randomInRange,0xfa,0x1f4);else{if(_0x100979[_0x1591(0x7a)](_0x3da7d9,_0x100979[_0x1591(0x75)]))_0x1591(0x30)!==_0x100979[_0x1591(0x7b)]?_0x5a5d43(()=>{(0x0,_0x59af04['triggerHaptic'])(_0x3fb51c['HapticType']['SUCCESS']),_0x272837[_0x1591(0x7c)](_0x4f7999);},0x1f4):_0x201994=randomInRange(0x1f4,0x320);else{if(_0x100979[_0x1591(0x7d)](_0x100979[_0x1591(0x7e)],'vWosL')){const _0xe8e371=_0x586763[_0x100979['pfUos'](_0x2196c7,0x0,0x2)];let _0x36dc98;if(_0x100979[_0x1591(0x5f)](_0xe8e371,_0x1591(0x74)))_0x36dc98=_0x100979['fTlkt'](_0x36ef48,0xfa,0x1f4);else _0x100979[_0x1591(0x39)](_0xe8e371,_0x100979[_0x1591(0x75)])?_0x36dc98=_0x1732f7(0x1f4,0x320):_0x36dc98=_0x100979[_0x1591(0x7f)](_0x3ac6a5,0x320,0x4b0);_0xebf4b[_0x1591(0x4b)](_0x36dc98),_0x17d071+=_0x36dc98;}else _0x201994=_0x100979[_0x1591(0x72)](randomInRange,0x320,0x4b0);}}_0x58019e[_0x1591(0x4b)](_0x201994),_0x5ae5a2+=_0x201994;}const _0x3c696b=0x190,_0x54fc61=_0x2e4d47*_0x3c696b,_0x20a3b1=_0x100979[_0x1591(0x3d)](_0x3a269a,_0x54fc61),_0x1a0219=_0x20a3b1/_0x5ae5a2,_0x231082=_0x58019e[_0x1591(0x80)](_0x55325b=>_0x55325b*_0x1a0219),_0xd8e8a8=[];STATUS_MESSAGES['forEach'](_0xc62a4c=>{if(_0x272837['wNhJY'](_0x272837[_0x1591(0x81)],_0x272837[_0x1591(0x82)])){if(_0x272837[_0x1591(0x83)](_0xc62a4c['minProgress'],0x64))_0xd8e8a8[_0x1591(0x4b)]({'progress':0x64,'message':_0xc62a4c['text']});else{const _0x56ab83=_0x272837[_0x1591(0x84)](randomInRange,_0xc62a4c['minProgress'],_0xc62a4c[_0x1591(0x85)]);_0xd8e8a8[_0x1591(0x4b)]({'progress':_0x56ab83,'message':_0xc62a4c['text']});}}else _0x21f351=_0x1d453a(0x320,0x4b0);}),_0xd8e8a8[_0x1591(0x86)]((_0x37232b,_0x3f52d2)=>_0x37232b[_0x1591(0x87)]-_0x3f52d2[_0x1591(0x87)]);let _0x5edc10=0x0,_0x2a4e66=0x0;for(let _0x2f8050=0x1;_0x100979['mKScw'](_0x2f8050,_0x2e4d47);_0x2f8050++){if(_0x100979[_0x1591(0x88)](_0x1591(0x89),_0x1591(0x8a))){const _0x287798=_0x5268e[_0x2f8050],_0xa20ac3=_0x231082[_0x100979['JjZRQ'](_0x2f8050,0x1)];_0x5edc10+=_0xa20ac3;const _0x4898d9=_0x100979[_0x1591(0x72)](setTimeout,()=>{if(_0x100979['smAeL'](_0x1591(0x8b),_0x100979[_0x1591(0x8c)])){while(_0x100979[_0x1591(0x6f)](_0x2a4e66,_0xd8e8a8[_0x1591(0x8d)])&&_0x287798>=_0xd8e8a8[_0x2a4e66][_0x1591(0x87)]){if(_0x100979[_0x1591(0x8e)](_0x100979[_0x1591(0x8f)],_0x100979[_0x1591(0x90)]))return _0x201351&&_0x1d293d[_0x1591(0x67)]?_0x4d65a3:{'default':_0x2397ff};else _0x100979[_0x1591(0x6b)](_0x146e4a,_0xd8e8a8[_0x2a4e66][_0x1591(0x91)]),_0x2a4e66++;}_0x37078d(_0x287798),_reactNative[_0x1591(0x34)]['timing'](_0xfb2195,{'toValue':_0x100979[_0x1591(0x71)](_0x287798,0x64),'duration':_0x3c696b,'useNativeDriver':![]})['start'](),_0x100979[_0x1591(0x92)](_0x287798,0x64)&&_0x100979[_0x1591(0x57)](setTimeout,()=>{(0x0,_haptics['triggerHaptic'])(_haptics[_0x1591(0x93)][_0x1591(0x94)]),_0x272837[_0x1591(0x95)](_0x23149d);},0x1f4);}else _0x160b06[_0x1591(0x35)][_0x1591(0x6a)](_0x16aa02=>_0x2f10c0(_0x16aa02)),_0x2d4eac[_0x1591(0x35)]=[];},_0x5edc10);_0x506c2['current'][_0x1591(0x4b)](_0x4898d9),_0x5edc10+=_0x3c696b;}else(0x0,_0x4298da[_0x1591(0x96)])(_0x21364c[_0x1591(0x93)][_0x1591(0x94)]),_0x272837[_0x1591(0x97)](_0x82cb4e);}return()=>{_0x506c2[_0x1591(0x35)][_0x1591(0x6a)](_0x55dd2c=>clearTimeout(_0x55dd2c)),_0x506c2['current']=[];};}},[_0x47e46e,_0x23149d,_0xfb2195]);if(!_0x47e46e)return null;return _react['default'][_0x1591(0x98)](_reactNative[_0x1591(0x99)],{'style':styles[_0x1591(0x9a)]},_react[_0x1591(0x3)][_0x1591(0x98)](_reactNative['View'],{'style':styles['content']},_react[_0x1591(0x3)]['createElement'](_reactNative['View'],{'style':styles[_0x1591(0x9b)]},_react[_0x1591(0x3)][_0x1591(0x98)](_lottieReactNative[_0x1591(0x3)],{'source':_assetRegistry[_0x1591(0x9c)][_0x1591(0x9d)],'autoPlay':!![],'loop':!![],'style':styles[_0x1591(0x9e)],'resizeMode':_0x100979[_0x1591(0x9f)]})),_react[_0x1591(0x3)][_0x1591(0x98)](_reactNative[_0x1591(0x99)],{'style':styles[_0x1591(0xa0)]},_react[_0x1591(0x3)][_0x1591(0x98)](_reactNative[_0x1591(0xa1)],{'style':styles[_0x1591(0xa2)]},_0x56a02c),_react[_0x1591(0x3)][_0x1591(0x98)](_reactNative['View'],{'style':styles[_0x1591(0xa3)]},_react[_0x1591(0x3)]['createElement'](_reactNative[_0x1591(0x34)][_0x1591(0xa1)],{'style':[styles[_0x1591(0xa4)],{'opacity':_0x119107}]},'.'),_react[_0x1591(0x3)]['createElement'](_reactNative[_0x1591(0x34)][_0x1591(0xa1)],{'style':[styles[_0x1591(0xa4)],{'opacity':_0x3f8926}]},'.'),_react[_0x1591(0x3)][_0x1591(0x98)](_reactNative[_0x1591(0x34)]['Text'],{'style':[styles[_0x1591(0xa4)],{'opacity':_0x20e5c9}]},'.'))),_react['default'][_0x1591(0x98)](_reactNative['View'],{'style':styles[_0x1591(0xa5)]},_react[_0x1591(0x3)][_0x1591(0x98)](_reactNative[_0x1591(0x99)],{'style':styles[_0x1591(0xa6)]},_react['default']['createElement'](_reactNative[_0x1591(0x34)][_0x1591(0x99)],{'style':[styles['progressFill'],{'width':_0xfb2195[_0x1591(0xa7)]({'inputRange':[0x0,0x1],'outputRange':['0%',_0x100979['UgFag']]})}]})))));},styles=_reactNative[_0x1591(0xa8)][_0x1591(0xa9)]({'container':{'flex':0x1,'backgroundColor':_theme[_0x1591(0xaa)][_0x1591(0xab)]},'content':{'flex':0x1,'justifyContent':_0x1591(0xac),'alignItems':_0x1591(0xac),'paddingHorizontal':0x18,'marginTop':-0x50},'lottieContainer':{'width':0x168,'height':0x168,'marginBottom':0x20,'alignItems':_0x1591(0xac),'justifyContent':_0x1591(0xac)},'lottieAnimation':{'width':_0x1591(0x32),'height':_0x1591(0x32)},'textContainer':{'flexDirection':'row','alignItems':_0x1591(0xac),'marginBottom':0x30},'loadingText':{'fontSize':0x18,'fontFamily':_0x1591(0xad),'fontWeight':_0x1591(0xae),'color':_theme[_0x1591(0xaa)]['grey800']},'dotsContainer':{'flexDirection':_0x1591(0xaf),'marginLeft':0x4},'dot':{'fontSize':0x18,'fontFamily':_0x1591(0xad),'fontWeight':_0x1591(0xae),'color':_theme[_0x1591(0xaa)][_0x1591(0xb0)],'marginLeft':0x2},'progressContainer':{'width':_0x1591(0x32),'maxWidth':0x118},'progressTrack':{'height':0x6,'backgroundColor':_0x1591(0xb1),'borderRadius':0x3,'overflow':'hidden'},'progressFill':{'height':_0x1591(0x32),'backgroundColor':_theme[_0x1591(0xaa)][_0x1591(0xb0)],'borderRadius':0x3}});var _default=exports[_0x1591(0x3)]=PersonaLoadingScreen;
|
|
@@ -10,4 +10,4 @@ var __ONAIROS_REQ_REGISTRY__ = [
|
|
|
10
10
|
require("./icons")
|
|
11
11
|
];
|
|
12
12
|
function __ONAIROS_REQ_FUNC__(i) { return __ONAIROS_REQ_REGISTRY__[i]; }
|
|
13
|
-
function _0x1186(_0x32aaae,_0x1186d6){_0x32aaae=_0x32aaae-0x0;var _0x294075=_0x32aa();var _0x3c3f76=_0x294075[_0x32aaae];return _0x3c3f76;}Object[_0x1186(0x0)](exports,_0x1186(0x1),{'value':!![]}),exports[_0x1186(0x2)]=exports[_0x1186(0x3)]=void 0x0;var _react=_interopRequireWildcard(__ONAIROS_REQ_FUNC__(0x0)),_reactNative=__ONAIROS_REQ_FUNC__(0x1),_theme=__ONAIROS_REQ_FUNC__(0x2),_haptics=__ONAIROS_REQ_FUNC__(0x3),_connectedAccountsService=__ONAIROS_REQ_FUNC__(0x4),_assetRegistry=__ONAIROS_REQ_FUNC__(0x5),_icons=__ONAIROS_REQ_FUNC__(0x6);function _0x32aa(){var _0x4bc3be=['defineProperty','__esModule','default','PersonalizationConsentScreen','function','qgdZb','Vxiga','hJXol','RNtqu','object','rbUOh','hudla','lNdYB','mgYFV','wWfba','Dgnbx','XdOlm','set','rRRZa','getOwnPropertyDescriptor','nsiVx','has','get','UfJWW','hasOwnProperty','call','Enoch','LrpHv','tPOsE','Welcome\x20back!','\x20wants\x20to\x20personalize\x20your\x20experience','Choose\x20what\x20to\x20share:','#4CD964','Connect\x20more','#FFFFFF','Use\x20different\x20account','useState','triggerHaptic','HapticType','BUTTON_PRESS','values','some','View','container','createElement','ScrollView','scrollView','headerContainer','iconContainer','Image','BRAND_IMAGES','onairosLogo','headerIcon','contain','Text','arrow','enochIcon','enochAppIcon','StClA','titleContainer','title','subtitle','zWrBe','optionsContainer','basicProfile','optionLeft','COLORS','grey700','Basicprofile','grey800','checkboxContainer','Checkmark','checkbox','Checkbox','grey400','Contenticon','optionIcon','optionText','contentAnalysis','biCLE','TouchableOpacity','optionRow','personalityProfile','Personalityicon','connectedPlatformsTitle','length','connectedPlatformsIcons','connectedPlatformIconContainer','getPlatformIcon','connectedPlatformIcon','connectMoreButton','VuPGx','connectMoreText','aJGVc','connectMorePlusCircle','buttonContainer','acceptButton','acceptButtonActive','pKnHp','gSmwg','ZZmgX','IYyGM','ActivityIndicator','FCLWv','RVRNk','acceptButtonText','acceptButtonTextActive','qTEPn','buttonArrow','buttonArrowActive','declineButton','declineButtonText','Decline','logoutButton','StyleSheet','create','row','center','#000','IBM\x20Plex\x20Sans','700','grey600','600','Inter','#F8F9FA','#2D3436','#999999','#E5E5E5','500','400','grey500','underline','wrap'];_0x32aa=function(){return _0x4bc3be;};return _0x32aa();}function _interopRequireWildcard(_0x101daa,_0x3add0e){var _0x4b78de={'hJXol':function(_0x2ea391,_0x5b90bf){return _0x2ea391!=_0x5b90bf;},'RNtqu':function(_0x3f6970,_0x164039){return _0x3f6970!==_0x164039;},'UfJWW':'default','OuLjl':function(_0x1c047,_0x589bdd){return _0x1c047&&_0x589bdd;},'NdIGD':function(_0xa389d1,_0x65b960){return _0xa389d1!=_0x65b960;},'rbUOh':function(_0x21b2d7,_0x13acf7){return _0x21b2d7!=_0x13acf7;},'zNmJB':_0x1186(0x4),'lNdYB':_0x1186(0x5),'bfldH':function(_0x24e810,_0xd3844f,_0x25ae70,_0x185340){return _0x24e810(_0xd3844f,_0x25ae70,_0x185340);},'Vxiga':function(_0x4665cf,_0x33be5b){return _0x4665cf==_0x33be5b;}};if(_0x4b78de[_0x1186(0x6)](_0x1186(0x4),typeof WeakMap))var _0x19c1fd=new WeakMap(),_0xb325c2=new WeakMap();return(_interopRequireWildcard=function(_0x241f0c,_0x6cfa85){var _0xdb92ac={'mgYFV':function(_0x54def3,_0x1649c9){return _0x54def3===_0x1649c9;},'wWfba':function(_0x41afc4,_0x114216){return _0x4b78de['hJXol'](_0x41afc4,_0x114216);},'Dgnbx':function(_0x4cb0a7,_0x1f3787){return _0x4b78de[_0x1186(0x7)](_0x4cb0a7,_0x1f3787);},'XdOlm':_0x1186(0x4),'rRRZa':function(_0xc0c68f,_0x3e2ea4){return _0x4b78de[_0x1186(0x8)](_0xc0c68f,_0x3e2ea4);},'UHBSx':_0x4b78de['UfJWW'],'nsiVx':function(_0x46de1b,_0x536631,_0x51b46a,_0x5edb50){return _0x46de1b(_0x536631,_0x51b46a,_0x5edb50);}};if(_0x4b78de['OuLjl'](!_0x6cfa85,_0x241f0c)&&_0x241f0c['__esModule'])return _0x241f0c;var _0x5077d0,_0x180e30,_0x4bda0b={'__proto__':null,'default':_0x241f0c};if(null===_0x241f0c||_0x4b78de['NdIGD'](_0x1186(0x9),typeof _0x241f0c)&&_0x4b78de[_0x1186(0xa)](_0x4b78de['zNmJB'],typeof _0x241f0c))return _0x4bda0b;if(_0x5077d0=_0x6cfa85?_0xb325c2:_0x19c1fd){if(_0x1186(0xb)===_0x4b78de[_0x1186(0xc)]){if(!_0x55c273&&_0x5ed19d&&_0x2b68c2[_0x1186(0x1)])return _0x2727a3;var _0x62c924,_0x1231aa,_0x10532d={'__proto__':null,'default':_0x23a630};if(_0xdb92ac[_0x1186(0xd)](null,_0x30f926)||_0xdb92ac[_0x1186(0xe)]('object',typeof _0x19feb2)&&_0xdb92ac[_0x1186(0xf)](_0xdb92ac[_0x1186(0x10)],typeof _0x45b03b))return _0x10532d;if(_0x62c924=_0x4a1f83?_0x4ce50e:_0x5f4396){if(_0x62c924['has'](_0x42718d))return _0x62c924['get'](_0x48af59);_0x62c924[_0x1186(0x11)](_0x1b781e,_0x10532d);}for(const _0x52ddb8 in _0x1ad027)_0xdb92ac[_0x1186(0x12)](_0xdb92ac['UHBSx'],_0x52ddb8)&&{}['hasOwnProperty']['call'](_0x5e58f6,_0x52ddb8)&&((_0x1231aa=(_0x62c924=_0x60e842[_0x1186(0x0)])&&_0x5b8348[_0x1186(0x13)](_0x55259b,_0x52ddb8))&&(_0x1231aa['get']||_0x1231aa['set'])?_0xdb92ac[_0x1186(0x14)](_0x62c924,_0x10532d,_0x52ddb8,_0x1231aa):_0x10532d[_0x52ddb8]=_0x22a6c8[_0x52ddb8]);return _0x10532d;}else{if(_0x5077d0[_0x1186(0x15)](_0x241f0c))return _0x5077d0[_0x1186(0x16)](_0x241f0c);_0x5077d0[_0x1186(0x11)](_0x241f0c,_0x4bda0b);}}for(const _0x2d7baa in _0x241f0c)_0x4b78de[_0x1186(0x17)]!==_0x2d7baa&&{}[_0x1186(0x18)][_0x1186(0x19)](_0x241f0c,_0x2d7baa)&&((_0x180e30=(_0x5077d0=Object['defineProperty'])&&Object[_0x1186(0x13)](_0x241f0c,_0x2d7baa))&&(_0x180e30[_0x1186(0x16)]||_0x180e30['set'])?_0x4b78de['bfldH'](_0x5077d0,_0x4bda0b,_0x2d7baa,_0x180e30):_0x4bda0b[_0x2d7baa]=_0x241f0c[_0x2d7baa]);return _0x4bda0b;})(_0x101daa,_0x3add0e);}const PersonalizationConsentScreen=({visible:_0x5d416b,onAccept:_0x14a805,onDecline:_0xf33e9e,loading:loading=![],connectedPlatforms:connectedPlatforms=[],onConnectMore:_0x3aeb78,isReturningUser:isReturningUser=![],appName:appName=_0x1186(0x1a),onLogout:_0x4a86bc})=>{var _0x2ce25b={'VuPGx':function(_0x5bdb62){return _0x5bdb62();},'pKnHp':function(_0x33c416,_0xee6b52){return _0x33c416(_0xee6b52);},'gSmwg':function(_0x2faf1d,_0x464261){return _0x2faf1d!==_0x464261;},'ZZmgX':_0x1186(0x1b),'bSjyE':_0x1186(0x1c),'UxIXM':function(_0x585b73){return _0x585b73();},'lBBLs':function(_0xfa44f1){return _0xfa44f1();},'StClA':'contain','UXsBK':_0x1186(0x1d),'kzjkL':_0x1186(0x1e),'zWrBe':_0x1186(0x1f),'biCLE':_0x1186(0x20),'rLYSW':'Connected\x20Platforms','aJGVc':_0x1186(0x21),'FCLWv':'small','RVRNk':_0x1186(0x22),'qTEPn':'Accept\x20&\x20Continue','HqwTD':_0x1186(0x23)};const [_0x2ce5a2,_0x3fe98d]=(0x0,_react[_0x1186(0x24)])({'basicProfile':![],'contentAnalysis':![],'personalityProfile':![]}),_0x126de5=_0x1bcc21=>{(0x0,_haptics[_0x1186(0x25)])(_haptics[_0x1186(0x26)][_0x1186(0x27)]),_0x3fe98d(_0x324c54=>({..._0x324c54,[_0x1bcc21]:!_0x324c54[_0x1bcc21]}));},_0x26fc3f=Object[_0x1186(0x28)](_0x2ce5a2)[_0x1186(0x29)](_0x44488f=>_0x44488f);if(!_0x5d416b)return null;return _react[_0x1186(0x2)]['createElement'](_reactNative[_0x1186(0x2a)],{'style':styles[_0x1186(0x2b)]},_react[_0x1186(0x2)][_0x1186(0x2c)](_reactNative[_0x1186(0x2d)],{'style':styles[_0x1186(0x2e)],'contentContainerStyle':styles['scrollContent'],'showsVerticalScrollIndicator':![]},_react[_0x1186(0x2)][_0x1186(0x2c)](_reactNative[_0x1186(0x2a)],{'style':styles[_0x1186(0x2f)]},_react[_0x1186(0x2)][_0x1186(0x2c)](_reactNative[_0x1186(0x2a)],{'style':styles[_0x1186(0x30)]},_react['default'][_0x1186(0x2c)](_reactNative[_0x1186(0x31)],{'source':_assetRegistry[_0x1186(0x32)][_0x1186(0x33)],'style':styles[_0x1186(0x34)],'resizeMode':_0x1186(0x35)})),_react[_0x1186(0x2)][_0x1186(0x2c)](_reactNative[_0x1186(0x36)],{'style':styles[_0x1186(0x37)]},'→'),_react['default'][_0x1186(0x2c)](_reactNative[_0x1186(0x31)],{'source':_assetRegistry[_0x1186(0x32)][_0x1186(0x38)],'style':styles[_0x1186(0x39)],'resizeMode':_0x2ce25b[_0x1186(0x3a)]})),_react[_0x1186(0x2)][_0x1186(0x2c)](_reactNative[_0x1186(0x2a)],{'style':styles[_0x1186(0x3b)]},isReturningUser&&_react[_0x1186(0x2)][_0x1186(0x2c)](_reactNative[_0x1186(0x36)],{'style':styles['welcomeBackText']},_0x2ce25b['UXsBK']),_react[_0x1186(0x2)]['createElement'](_reactNative[_0x1186(0x36)],{'style':styles[_0x1186(0x3c)]},appName,_0x2ce25b['kzjkL']),_react['default'][_0x1186(0x2c)](_reactNative[_0x1186(0x36)],{'style':styles[_0x1186(0x3d)]},_0x2ce25b[_0x1186(0x3e)])),_react[_0x1186(0x2)]['createElement'](_reactNative['View'],{'style':styles[_0x1186(0x3f)]},_react['default'][_0x1186(0x2c)](_reactNative['TouchableOpacity'],{'style':styles['optionRow'],'onPress':()=>_0x126de5(_0x1186(0x40))},_react['default'][_0x1186(0x2c)](_reactNative[_0x1186(0x2a)],{'style':styles[_0x1186(0x41)]},_react[_0x1186(0x2)][_0x1186(0x2c)](_icons['Basicproficon'],{'width':0x20,'height':0x20,'fill':_theme[_0x1186(0x42)][_0x1186(0x43)],'style':styles['optionIcon']}),_react[_0x1186(0x2)][_0x1186(0x2c)](_icons[_0x1186(0x44)],{'height':0x18,'fill':_theme['COLORS'][_0x1186(0x45)],'style':styles['optionText']})),_react[_0x1186(0x2)][_0x1186(0x2c)](_reactNative['View'],{'style':styles[_0x1186(0x46)]},_0x2ce5a2[_0x1186(0x40)]?_react[_0x1186(0x2)][_0x1186(0x2c)](_icons[_0x1186(0x47)],{'width':0x18,'height':0x18,'fill':'#4CD964','style':styles[_0x1186(0x48)]}):_react[_0x1186(0x2)]['createElement'](_icons[_0x1186(0x49)],{'width':0x18,'height':0x18,'stroke':_theme[_0x1186(0x42)][_0x1186(0x4a)],'style':styles[_0x1186(0x48)]}))),_react[_0x1186(0x2)]['createElement'](_reactNative['TouchableOpacity'],{'style':styles['optionRow'],'onPress':()=>_0x126de5('contentAnalysis')},_react['default'][_0x1186(0x2c)](_reactNative[_0x1186(0x2a)],{'style':styles[_0x1186(0x41)]},_react[_0x1186(0x2)][_0x1186(0x2c)](_icons[_0x1186(0x4b)],{'width':0x20,'height':0x20,'fill':_theme[_0x1186(0x42)][_0x1186(0x43)],'style':styles[_0x1186(0x4c)]}),_react[_0x1186(0x2)][_0x1186(0x2c)](_icons['Userpreferences'],{'height':0x18,'fill':_theme['COLORS'][_0x1186(0x45)],'style':styles[_0x1186(0x4d)]})),_react[_0x1186(0x2)][_0x1186(0x2c)](_reactNative[_0x1186(0x2a)],{'style':styles[_0x1186(0x46)]},_0x2ce5a2[_0x1186(0x4e)]?_react[_0x1186(0x2)][_0x1186(0x2c)](_icons[_0x1186(0x47)],{'width':0x18,'height':0x18,'fill':_0x2ce25b[_0x1186(0x4f)],'style':styles['checkbox']}):_react['default'][_0x1186(0x2c)](_icons[_0x1186(0x49)],{'width':0x18,'height':0x18,'stroke':_theme['COLORS']['grey400'],'style':styles[_0x1186(0x48)]}))),_react['default'][_0x1186(0x2c)](_reactNative[_0x1186(0x50)],{'style':styles[_0x1186(0x51)],'onPress':()=>_0x126de5(_0x1186(0x52))},_react[_0x1186(0x2)]['createElement'](_reactNative['View'],{'style':styles[_0x1186(0x41)]},_react[_0x1186(0x2)]['createElement'](_icons[_0x1186(0x53)],{'width':0x20,'height':0x20,'fill':_theme[_0x1186(0x42)][_0x1186(0x43)],'style':styles[_0x1186(0x4c)]}),_react[_0x1186(0x2)][_0x1186(0x2c)](_icons['Personalitytraits'],{'height':0x18,'fill':_theme[_0x1186(0x42)]['grey800'],'style':styles[_0x1186(0x4d)]})),_react[_0x1186(0x2)]['createElement'](_reactNative['View'],{'style':styles[_0x1186(0x46)]},_0x2ce5a2[_0x1186(0x52)]?_react['default']['createElement'](_icons[_0x1186(0x47)],{'width':0x18,'height':0x18,'fill':_0x2ce25b[_0x1186(0x4f)],'style':styles[_0x1186(0x48)]}):_react[_0x1186(0x2)][_0x1186(0x2c)](_icons[_0x1186(0x49)],{'width':0x18,'height':0x18,'stroke':_theme[_0x1186(0x42)]['grey400'],'style':styles[_0x1186(0x48)]})))),_react['default']['createElement'](_reactNative['View'],{'style':styles['connectedPlatformsSection']},_react[_0x1186(0x2)][_0x1186(0x2c)](_reactNative['Text'],{'style':styles[_0x1186(0x54)]},_0x2ce25b['rLYSW']),connectedPlatforms[_0x1186(0x55)]>0x0&&_react['default'][_0x1186(0x2c)](_reactNative[_0x1186(0x2a)],{'style':styles[_0x1186(0x56)]},connectedPlatforms['map'](_0x377150=>_react[_0x1186(0x2)][_0x1186(0x2c)](_reactNative[_0x1186(0x2a)],{'key':_0x377150,'style':styles[_0x1186(0x57)]},_react[_0x1186(0x2)][_0x1186(0x2c)](_reactNative[_0x1186(0x31)],{'source':(0x0,_connectedAccountsService[_0x1186(0x58)])(_0x377150),'style':styles[_0x1186(0x59)],'resizeMode':_0x1186(0x35)})))),_0x3aeb78&&_react['default']['createElement'](_reactNative[_0x1186(0x50)],{'style':styles[_0x1186(0x5a)],'onPress':()=>{(0x0,_haptics['triggerHaptic'])(_haptics[_0x1186(0x26)][_0x1186(0x27)]),_0x2ce25b[_0x1186(0x5b)](_0x3aeb78);}},_react[_0x1186(0x2)][_0x1186(0x2c)](_reactNative[_0x1186(0x36)],{'style':styles[_0x1186(0x5c)]},_0x2ce25b[_0x1186(0x5d)]),_react[_0x1186(0x2)][_0x1186(0x2c)](_reactNative[_0x1186(0x2a)],{'style':styles[_0x1186(0x5e)]},_react[_0x1186(0x2)][_0x1186(0x2c)](_reactNative[_0x1186(0x36)],{'style':styles['connectMorePlus']},'+'))))),_react[_0x1186(0x2)][_0x1186(0x2c)](_reactNative['View'],{'style':styles[_0x1186(0x5f)]},_react[_0x1186(0x2)][_0x1186(0x2c)](_reactNative[_0x1186(0x50)],{'style':[styles[_0x1186(0x60)],_0x26fc3f&&styles[_0x1186(0x61)],loading&&styles['acceptButtonLoading']],'onPress':()=>{var _0x10e47d={'IYyGM':function(_0x4a5a7b,_0x2596ec){return _0x2ce25b[_0x1186(0x62)](_0x4a5a7b,_0x2596ec);}};!loading&&(_0x2ce25b[_0x1186(0x63)](_0x2ce25b[_0x1186(0x64)],_0x2ce25b['bSjyE'])?((0x0,_haptics[_0x1186(0x25)])(_haptics[_0x1186(0x26)][_0x1186(0x27)]),_0x14a805()):((0x0,_0x3a8860[_0x1186(0x25)])(_0x4fa98d[_0x1186(0x26)][_0x1186(0x27)]),_0x10e47d[_0x1186(0x65)](_0x5cfc6c,_0x181c0c=>({..._0x181c0c,[_0x44a35a]:!_0x181c0c[_0x54eed0]}))));},'disabled':loading,'activeOpacity':loading?0x1:0.7},loading?_react['default'][_0x1186(0x2c)](_reactNative[_0x1186(0x66)],{'size':_0x2ce25b[_0x1186(0x67)],'color':_0x2ce25b[_0x1186(0x68)]}):_react[_0x1186(0x2)]['createElement'](_react['default']['Fragment'],null,_react[_0x1186(0x2)]['createElement'](_reactNative[_0x1186(0x36)],{'style':[styles[_0x1186(0x69)],_0x26fc3f&&styles[_0x1186(0x6a)]]},_0x2ce25b[_0x1186(0x6b)]),_react[_0x1186(0x2)]['createElement'](_reactNative[_0x1186(0x36)],{'style':[styles[_0x1186(0x6c)],_0x26fc3f&&styles[_0x1186(0x6d)]]},'→'))),_react[_0x1186(0x2)][_0x1186(0x2c)](_reactNative['TouchableOpacity'],{'style':styles[_0x1186(0x6e)],'onPress':()=>{(0x0,_haptics['triggerHaptic'])(_haptics[_0x1186(0x26)][_0x1186(0x27)]),_0x2ce25b['UxIXM'](_0xf33e9e);}},_react['default'][_0x1186(0x2c)](_reactNative[_0x1186(0x36)],{'style':styles[_0x1186(0x6f)]},_0x1186(0x70))),_0x4a86bc&&_react[_0x1186(0x2)]['createElement'](_reactNative[_0x1186(0x50)],{'style':styles[_0x1186(0x71)],'onPress':()=>{(0x0,_haptics[_0x1186(0x25)])(_haptics[_0x1186(0x26)]['BUTTON_PRESS']),_0x2ce25b['lBBLs'](_0x4a86bc);}},_react[_0x1186(0x2)][_0x1186(0x2c)](_reactNative[_0x1186(0x36)],{'style':styles['logoutButtonText']},_0x2ce25b['HqwTD']))));};exports[_0x1186(0x3)]=PersonalizationConsentScreen;const styles=_reactNative[_0x1186(0x72)][_0x1186(0x73)]({'container':{'flex':0x1,'backgroundColor':_theme[_0x1186(0x42)]['surface'],'paddingHorizontal':0x18,'paddingTop':0x28,'paddingBottom':0x8},'headerContainer':{'flexDirection':_0x1186(0x74),'alignItems':_0x1186(0x75),'justifyContent':'center','marginBottom':0xc,'marginTop':0x0},'iconContainer':{'width':0x40,'height':0x40,'backgroundColor':_0x1186(0x22),'borderRadius':0xc,'alignItems':'center','justifyContent':_0x1186(0x75),'marginHorizontal':0x8,'shadowColor':_0x1186(0x76),'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':_0x1186(0x77),'fontWeight':_0x1186(0x78),'color':_theme['COLORS'][_0x1186(0x45)]},'arrow':{'fontSize':0x18,'color':_theme[_0x1186(0x42)][_0x1186(0x79)],'marginHorizontal':0x10},'titleContainer':{'alignItems':_0x1186(0x75),'marginBottom':0x8},'welcomeBackText':{'fontSize':0x18,'fontFamily':_0x1186(0x77),'fontWeight':_0x1186(0x78),'color':_theme[_0x1186(0x42)][_0x1186(0x45)],'textAlign':_0x1186(0x75),'marginBottom':0x2},'title':{'fontSize':0x14,'fontFamily':'IBM\x20Plex\x20Sans','fontWeight':_0x1186(0x7a),'color':_theme[_0x1186(0x42)][_0x1186(0x45)],'textAlign':'center','marginBottom':0xa},'subtitle':{'fontSize':0x10,'fontFamily':_0x1186(0x7b),'fontWeight':'400','color':_theme[_0x1186(0x42)][_0x1186(0x79)],'textAlign':_0x1186(0x75)},'scrollView':{'flex':0x1},'scrollContent':{'flexGrow':0x1},'optionsContainer':{'marginBottom':0x8},'optionRow':{'flexDirection':_0x1186(0x74),'alignItems':_0x1186(0x75),'justifyContent':'space-between','paddingVertical':0xc,'paddingHorizontal':0x2,'backgroundColor':_0x1186(0x7c),'borderRadius':0xc,'marginBottom':0x6,'marginHorizontal':0x0},'optionLeft':{'flexDirection':'row','alignItems':_0x1186(0x75),'flex':0x1},'optionIcon':{'marginRight':0xc,'marginLeft':0x2,'marginTop':-0x4},'optionText':{'flex':0x1,'marginLeft':0x2},'checkboxContainer':{'paddingLeft':0x4,'paddingRight':0x2,'alignItems':'center','justifyContent':_0x1186(0x75)},'checkbox':{},'buttonContainer':{'gap':0x8,'paddingHorizontal':0x0,'paddingBottom':0x10,'marginTop':0x10},'acceptButton':{'backgroundColor':'#E5E5E5','borderRadius':0x19,'paddingVertical':0xa,'paddingHorizontal':0x18,'flexDirection':'row','alignItems':_0x1186(0x75),'justifyContent':_0x1186(0x75)},'acceptButtonActive':{'backgroundColor':_0x1186(0x7d)},'acceptButtonLoading':{'backgroundColor':_0x1186(0x7d),'opacity':0.8},'acceptButtonText':{'color':_0x1186(0x7e),'fontSize':0x10,'fontFamily':_0x1186(0x7b),'fontWeight':_0x1186(0x7a),'marginRight':0x8},'acceptButtonTextActive':{'color':_0x1186(0x22)},'buttonArrow':{'color':_0x1186(0x7e),'fontSize':0x10},'buttonArrowActive':{'color':_0x1186(0x22)},'declineButton':{'backgroundColor':_0x1186(0x7f),'borderRadius':0x19,'paddingVertical':0xa,'paddingHorizontal':0x18,'alignItems':'center','justifyContent':'center'},'declineButtonText':{'color':_theme[_0x1186(0x42)][_0x1186(0x79)],'fontSize':0x10,'fontFamily':_0x1186(0x7b),'fontWeight':_0x1186(0x80)},'logoutButton':{'alignItems':'center','paddingVertical':0xc,'marginTop':0x8},'logoutButtonText':{'fontSize':0xe,'fontFamily':_0x1186(0x7b),'fontWeight':_0x1186(0x81),'color':_theme[_0x1186(0x42)][_0x1186(0x82)],'textDecorationLine':_0x1186(0x83)},'connectedPlatformsSection':{'alignItems':'center','paddingVertical':0xa,'paddingHorizontal':0x10,'backgroundColor':_0x1186(0x7c),'borderRadius':0x10,'marginBottom':0xa,'marginTop':0x10},'connectedPlatformsTitle':{'fontSize':0xf,'fontFamily':_0x1186(0x7b),'fontWeight':'500','color':_theme['COLORS'][_0x1186(0x82)],'marginBottom':0xa},'connectedPlatformsIcons':{'flexDirection':_0x1186(0x74),'justifyContent':'center','alignItems':_0x1186(0x75),'flexWrap':_0x1186(0x84),'gap':0xa,'marginBottom':0xa},'connectedPlatformIconContainer':{'width':0x30,'height':0x30,'borderRadius':0xa,'backgroundColor':'#FFFFFF','justifyContent':_0x1186(0x75),'alignItems':'center','shadowColor':_0x1186(0x76),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.1,'shadowRadius':0x4,'elevation':0x2},'connectedPlatformIcon':{'width':0x20,'height':0x20},'connectMoreButton':{'flexDirection':_0x1186(0x74),'alignItems':'center','justifyContent':_0x1186(0x75),'gap':0x8},'connectMoreText':{'fontSize':0x10,'fontFamily':_0x1186(0x7b),'fontWeight':_0x1186(0x80),'color':_theme[_0x1186(0x42)][_0x1186(0x82)]},'connectMorePlusCircle':{'width':0x1c,'height':0x1c,'borderRadius':0xe,'borderWidth':0x2,'borderColor':_theme[_0x1186(0x42)][_0x1186(0x4a)],'justifyContent':_0x1186(0x75),'alignItems':'center'},'connectMorePlus':{'fontSize':0x12,'fontWeight':'500','color':_theme[_0x1186(0x42)][_0x1186(0x82)],'marginTop':-0x2}});var _default=exports[_0x1186(0x2)]=PersonalizationConsentScreen;
|
|
13
|
+
Object[_0x1db8(0x0)](exports,_0x1db8(0x1),{'value':!![]}),exports['default']=exports['PersonalizationConsentScreen']=void 0x0;function _0x1db8(_0x33d173,_0x1db8ba){_0x33d173=_0x33d173-0x0;var _0x9f487b=_0x33d1();var _0x1accc3=_0x9f487b[_0x33d173];return _0x1accc3;}var _react=_interopRequireWildcard(__ONAIROS_REQ_FUNC__(0x0)),_reactNative=__ONAIROS_REQ_FUNC__(0x1),_theme=__ONAIROS_REQ_FUNC__(0x2),_haptics=__ONAIROS_REQ_FUNC__(0x3),_connectedAccountsService=__ONAIROS_REQ_FUNC__(0x4),_assetRegistry=__ONAIROS_REQ_FUNC__(0x5),_icons=__ONAIROS_REQ_FUNC__(0x6);function _interopRequireWildcard(_0x3573b8,_0x12d18f){var _0x558284={'dxITG':function(_0x166547){return _0x166547();},'lkyvM':_0x1db8(0x2),'JKNZy':function(_0xc484c2,_0x3166d5){return _0xc484c2===_0x3166d5;},'JwTkD':function(_0x276177,_0x1d0fd9){return _0x276177!=_0x1d0fd9;},'QmnBR':'object','wPonp':_0x1db8(0x3),'qRRqT':function(_0x20fae3,_0x332f39){return _0x20fae3!==_0x332f39;},'CQWQI':'default','DWIcb':function(_0x25c37e,_0x1dcc30,_0x9428b7,_0x19e5a2){return _0x25c37e(_0x1dcc30,_0x9428b7,_0x19e5a2);},'mTlDm':function(_0x2e09b4,_0xcda32f){return _0x2e09b4==_0xcda32f;}};if(_0x558284[_0x1db8(0x4)](_0x1db8(0x3),typeof WeakMap))var _0x5509c4=new WeakMap(),_0x25df0c=new WeakMap();return(_interopRequireWildcard=function(_0x16a0a0,_0x35ce58){if(_0x558284[_0x1db8(0x5)]===_0x558284[_0x1db8(0x5)]){if(!_0x35ce58&&_0x16a0a0&&_0x16a0a0[_0x1db8(0x1)])return _0x16a0a0;var _0x136f30,_0xc5cd28,_0x34e58f={'__proto__':null,'default':_0x16a0a0};if(_0x558284[_0x1db8(0x6)](null,_0x16a0a0)||_0x558284[_0x1db8(0x7)](_0x558284[_0x1db8(0x8)],typeof _0x16a0a0)&&_0x558284[_0x1db8(0x9)]!=typeof _0x16a0a0)return _0x34e58f;if(_0x136f30=_0x35ce58?_0x25df0c:_0x5509c4){if(_0x136f30[_0x1db8(0xa)](_0x16a0a0))return _0x136f30[_0x1db8(0xb)](_0x16a0a0);_0x136f30[_0x1db8(0xc)](_0x16a0a0,_0x34e58f);}for(const _0x19cb62 in _0x16a0a0)_0x558284[_0x1db8(0xd)](_0x558284['CQWQI'],_0x19cb62)&&{}[_0x1db8(0xe)][_0x1db8(0xf)](_0x16a0a0,_0x19cb62)&&((_0xc5cd28=(_0x136f30=Object[_0x1db8(0x0)])&&Object['getOwnPropertyDescriptor'](_0x16a0a0,_0x19cb62))&&(_0xc5cd28[_0x1db8(0xb)]||_0xc5cd28[_0x1db8(0xc)])?_0x558284['DWIcb'](_0x136f30,_0x34e58f,_0x19cb62,_0xc5cd28):_0x34e58f[_0x19cb62]=_0x16a0a0[_0x19cb62]);return _0x34e58f;}else(0x0,_0x26ab97[_0x1db8(0x10)])(_0x352346[_0x1db8(0x11)][_0x1db8(0x12)]),_0x558284[_0x1db8(0x13)](_0x21bdde);})(_0x3573b8,_0x12d18f);}const PersonalizationConsentScreen=({visible:_0x58da37,onAccept:_0x4a1e3b,onDecline:_0x216517,loading:loading=![],connectedPlatforms:connectedPlatforms=[],onConnectMore:_0x4b956c,isReturningUser:isReturningUser=![],appName:appName='Enoch',onLogout:_0x2d7eb8})=>{var _0x4b0fbd={'HVhKZ':function(_0x5eae36,_0x16f5ad){return _0x5eae36&&_0x16f5ad;},'ajcoL':function(_0x76e859,_0x1b63d9){return _0x76e859===_0x1b63d9;},'TDrTQ':function(_0xbc0c50,_0x557de9){return _0xbc0c50!=_0x557de9;},'MUDcl':_0x1db8(0x14),'bmqmM':_0x1db8(0x3),'knFjC':function(_0x40f925,_0x491d1b,_0x340687,_0x34a138){return _0x40f925(_0x491d1b,_0x340687,_0x34a138);},'PDsmp':function(_0x3ec492,_0x2ef85b){return _0x3ec492(_0x2ef85b);},'qGGSV':function(_0x50d5d3){return _0x50d5d3();},'LzRqv':'twfHl','OjTFK':function(_0x57f309,_0x5de89b){return _0x57f309===_0x5de89b;},'WrKzx':'default','kqjXA':function(_0x1e3467,_0x2bea40){return _0x1e3467===_0x2bea40;},'kPdhJ':'WPnOD','OmtbA':function(_0x5157f1,_0x371a6f){return _0x5157f1!==_0x371a6f;},'gRfEk':_0x1db8(0x15),'UwkCL':function(_0x363862){return _0x363862();},'vKvWg':_0x1db8(0x16),'ZtNfh':_0x1db8(0x17),'xLyCd':_0x1db8(0x18),'mtpOP':_0x1db8(0x19),'oXOuh':'#4CD964','KtgzO':function(_0xcaece4,_0x103b55){return _0xcaece4>_0x103b55;},'oEVNi':'Connect\x20more','HKTqb':_0x1db8(0x1a),'Lxdii':_0x1db8(0x1b),'UUkpR':_0x1db8(0x1c),'LckNK':_0x1db8(0x1d)};const [_0x13d979,_0x25739f]=(0x0,_react[_0x1db8(0x1e)])({'basicProfile':![],'contentAnalysis':![],'personalityProfile':![]}),_0x402eea=_0x534db7=>{if(_0x1db8(0x1f)==='ItCbt')(0x0,_haptics[_0x1db8(0x10)])(_haptics[_0x1db8(0x11)][_0x1db8(0x12)]),_0x4b0fbd[_0x1db8(0x20)](_0x25739f,_0x56c964=>({..._0x56c964,[_0x534db7]:!_0x56c964[_0x534db7]}));else{if(_0x4b0fbd[_0x1db8(0x21)](!_0x32b18b,_0x239e72)&&_0x17fd1f[_0x1db8(0x1)])return _0x2d7148;var _0x143f85,_0x226081,_0x128256={'__proto__':null,'default':_0x4f04fe};if(_0x4b0fbd['ajcoL'](null,_0x49566b)||_0x4b0fbd[_0x1db8(0x22)](_0x4b0fbd[_0x1db8(0x23)],typeof _0x4fedc6)&&_0x4b0fbd[_0x1db8(0x24)]!=typeof _0x433bd7)return _0x128256;if(_0x143f85=_0x42521c?_0x8622f9:_0x21da2e){if(_0x143f85['has'](_0x26e865))return _0x143f85[_0x1db8(0xb)](_0x4e8f18);_0x143f85['set'](_0x176eab,_0x128256);}for(const _0x5b6861 in _0x377b8a)'default'!==_0x5b6861&&{}[_0x1db8(0xe)][_0x1db8(0xf)](_0x54f0cf,_0x5b6861)&&((_0x226081=(_0x143f85=_0x3d10c4[_0x1db8(0x0)])&&_0x2e55bb[_0x1db8(0x25)](_0x1c72b7,_0x5b6861))&&(_0x226081[_0x1db8(0xb)]||_0x226081[_0x1db8(0xc)])?_0x4b0fbd[_0x1db8(0x26)](_0x143f85,_0x128256,_0x5b6861,_0x226081):_0x128256[_0x5b6861]=_0x105ecc[_0x5b6861]);return _0x128256;}},_0x53857c=Object[_0x1db8(0x27)](_0x13d979)[_0x1db8(0x28)](_0x46bee2=>_0x46bee2);if(!_0x58da37)return null;return _react[_0x1db8(0x29)][_0x1db8(0x2a)](_reactNative['View'],{'style':styles[_0x1db8(0x2b)]},_react[_0x1db8(0x29)][_0x1db8(0x2a)](_reactNative[_0x1db8(0x2c)],{'style':styles[_0x1db8(0x2d)],'contentContainerStyle':styles[_0x1db8(0x2e)],'showsVerticalScrollIndicator':![]},_react[_0x1db8(0x29)][_0x1db8(0x2a)](_reactNative[_0x1db8(0x2f)],{'style':styles[_0x1db8(0x30)]},_react['default'][_0x1db8(0x2a)](_reactNative[_0x1db8(0x2f)],{'style':styles[_0x1db8(0x31)]},_react[_0x1db8(0x29)][_0x1db8(0x2a)](_reactNative[_0x1db8(0x32)],{'source':_assetRegistry[_0x1db8(0x33)][_0x1db8(0x34)],'style':styles[_0x1db8(0x35)],'resizeMode':_0x4b0fbd[_0x1db8(0x36)]})),_react[_0x1db8(0x29)]['createElement'](_reactNative['Text'],{'style':styles[_0x1db8(0x37)]},'→'),_react[_0x1db8(0x29)][_0x1db8(0x2a)](_reactNative[_0x1db8(0x32)],{'source':_assetRegistry[_0x1db8(0x33)][_0x1db8(0x38)],'style':styles['enochAppIcon'],'resizeMode':_0x4b0fbd[_0x1db8(0x36)]})),_react[_0x1db8(0x29)][_0x1db8(0x2a)](_reactNative[_0x1db8(0x2f)],{'style':styles[_0x1db8(0x39)]},isReturningUser&&_react[_0x1db8(0x29)][_0x1db8(0x2a)](_reactNative['Text'],{'style':styles['welcomeBackText']},_0x4b0fbd['ZtNfh']),_react[_0x1db8(0x29)][_0x1db8(0x2a)](_reactNative['Text'],{'style':styles[_0x1db8(0x3a)]},appName,_0x4b0fbd[_0x1db8(0x3b)]),_react[_0x1db8(0x29)][_0x1db8(0x2a)](_reactNative[_0x1db8(0x3c)],{'style':styles[_0x1db8(0x3d)]},_0x4b0fbd[_0x1db8(0x3e)])),_react[_0x1db8(0x29)][_0x1db8(0x2a)](_reactNative[_0x1db8(0x2f)],{'style':styles[_0x1db8(0x3f)]},_react['default'][_0x1db8(0x2a)](_reactNative[_0x1db8(0x40)],{'style':styles[_0x1db8(0x41)],'onPress':()=>_0x402eea(_0x1db8(0x42))},_react[_0x1db8(0x29)][_0x1db8(0x2a)](_reactNative[_0x1db8(0x2f)],{'style':styles[_0x1db8(0x43)]},_react['default'][_0x1db8(0x2a)](_icons['Basicproficon'],{'width':0x20,'height':0x20,'fill':_theme['COLORS']['grey700'],'style':styles[_0x1db8(0x44)]}),_react[_0x1db8(0x29)]['createElement'](_icons[_0x1db8(0x45)],{'height':0x18,'fill':_theme['COLORS'][_0x1db8(0x46)],'style':styles[_0x1db8(0x47)]})),_react[_0x1db8(0x29)][_0x1db8(0x2a)](_reactNative['View'],{'style':styles['checkboxContainer']},_0x13d979[_0x1db8(0x42)]?_react[_0x1db8(0x29)]['createElement'](_icons[_0x1db8(0x48)],{'width':0x18,'height':0x18,'fill':_0x4b0fbd[_0x1db8(0x49)],'style':styles[_0x1db8(0x4a)]}):_react['default'][_0x1db8(0x2a)](_icons[_0x1db8(0x4b)],{'width':0x18,'height':0x18,'stroke':_theme['COLORS'][_0x1db8(0x4c)],'style':styles['checkbox']}))),_react[_0x1db8(0x29)]['createElement'](_reactNative['TouchableOpacity'],{'style':styles['optionRow'],'onPress':()=>_0x402eea(_0x1db8(0x4d))},_react[_0x1db8(0x29)][_0x1db8(0x2a)](_reactNative[_0x1db8(0x2f)],{'style':styles['optionLeft']},_react[_0x1db8(0x29)][_0x1db8(0x2a)](_icons[_0x1db8(0x4e)],{'width':0x20,'height':0x20,'fill':_theme[_0x1db8(0x4f)][_0x1db8(0x50)],'style':styles[_0x1db8(0x44)]}),_react[_0x1db8(0x29)]['createElement'](_icons[_0x1db8(0x51)],{'height':0x18,'fill':_theme['COLORS'][_0x1db8(0x46)],'style':styles[_0x1db8(0x47)]})),_react[_0x1db8(0x29)][_0x1db8(0x2a)](_reactNative[_0x1db8(0x2f)],{'style':styles[_0x1db8(0x52)]},_0x13d979[_0x1db8(0x4d)]?_react[_0x1db8(0x29)][_0x1db8(0x2a)](_icons[_0x1db8(0x48)],{'width':0x18,'height':0x18,'fill':_0x4b0fbd[_0x1db8(0x49)],'style':styles['checkbox']}):_react[_0x1db8(0x29)]['createElement'](_icons[_0x1db8(0x4b)],{'width':0x18,'height':0x18,'stroke':_theme[_0x1db8(0x4f)][_0x1db8(0x4c)],'style':styles[_0x1db8(0x4a)]}))),_react[_0x1db8(0x29)][_0x1db8(0x2a)](_reactNative['TouchableOpacity'],{'style':styles[_0x1db8(0x41)],'onPress':()=>_0x402eea(_0x1db8(0x53))},_react[_0x1db8(0x29)][_0x1db8(0x2a)](_reactNative[_0x1db8(0x2f)],{'style':styles[_0x1db8(0x43)]},_react[_0x1db8(0x29)][_0x1db8(0x2a)](_icons[_0x1db8(0x54)],{'width':0x20,'height':0x20,'fill':_theme[_0x1db8(0x4f)]['grey700'],'style':styles[_0x1db8(0x44)]}),_react[_0x1db8(0x29)][_0x1db8(0x2a)](_icons['Personalitytraits'],{'height':0x18,'fill':_theme['COLORS']['grey800'],'style':styles[_0x1db8(0x47)]})),_react[_0x1db8(0x29)]['createElement'](_reactNative['View'],{'style':styles[_0x1db8(0x52)]},_0x13d979[_0x1db8(0x53)]?_react['default'][_0x1db8(0x2a)](_icons[_0x1db8(0x48)],{'width':0x18,'height':0x18,'fill':_0x1db8(0x55),'style':styles[_0x1db8(0x4a)]}):_react[_0x1db8(0x29)][_0x1db8(0x2a)](_icons[_0x1db8(0x4b)],{'width':0x18,'height':0x18,'stroke':_theme[_0x1db8(0x4f)][_0x1db8(0x4c)],'style':styles[_0x1db8(0x4a)]})))),_react[_0x1db8(0x29)][_0x1db8(0x2a)](_reactNative[_0x1db8(0x2f)],{'style':styles[_0x1db8(0x56)]},_react[_0x1db8(0x29)][_0x1db8(0x2a)](_reactNative[_0x1db8(0x3c)],{'style':styles[_0x1db8(0x57)]},'Connected\x20Platforms'),_0x4b0fbd[_0x1db8(0x58)](connectedPlatforms['length'],0x0)&&_react['default']['createElement'](_reactNative['View'],{'style':styles[_0x1db8(0x59)]},connectedPlatforms[_0x1db8(0x5a)](_0x383a46=>_react[_0x1db8(0x29)]['createElement'](_reactNative[_0x1db8(0x2f)],{'key':_0x383a46,'style':styles['connectedPlatformIconContainer']},_react[_0x1db8(0x29)]['createElement'](_reactNative[_0x1db8(0x32)],{'source':(0x0,_connectedAccountsService[_0x1db8(0x5b)])(_0x383a46),'style':styles[_0x1db8(0x5c)],'resizeMode':_0x1db8(0x16)})))),_0x4b956c&&_react[_0x1db8(0x29)][_0x1db8(0x2a)](_reactNative[_0x1db8(0x40)],{'style':styles[_0x1db8(0x5d)],'onPress':()=>{_0x4b0fbd['LzRqv']!==_0x1db8(0x5e)?((0x0,_0x3523a4[_0x1db8(0x10)])(_0x3a0226[_0x1db8(0x11)][_0x1db8(0x12)]),_0x4b0fbd[_0x1db8(0x5f)](_0x118ab8)):((0x0,_haptics[_0x1db8(0x10)])(_haptics[_0x1db8(0x11)][_0x1db8(0x12)]),_0x4b956c());}},_react['default'][_0x1db8(0x2a)](_reactNative[_0x1db8(0x3c)],{'style':styles[_0x1db8(0x60)]},_0x4b0fbd[_0x1db8(0x61)]),_react[_0x1db8(0x29)]['createElement'](_reactNative[_0x1db8(0x2f)],{'style':styles['connectMorePlusCircle']},_react['default'][_0x1db8(0x2a)](_reactNative[_0x1db8(0x3c)],{'style':styles[_0x1db8(0x62)]},'+'))))),_react[_0x1db8(0x29)][_0x1db8(0x2a)](_reactNative['View'],{'style':styles[_0x1db8(0x63)]},_react[_0x1db8(0x29)][_0x1db8(0x2a)](_reactNative[_0x1db8(0x40)],{'style':[styles[_0x1db8(0x64)],_0x53857c&&styles[_0x1db8(0x65)],loading&&styles[_0x1db8(0x66)]],'onPress':()=>{if(_0x4b0fbd[_0x1db8(0x67)](_0x4b0fbd['kPdhJ'],_0x4b0fbd['kPdhJ']))!loading&&((0x0,_haptics[_0x1db8(0x10)])(_haptics['HapticType'][_0x1db8(0x12)]),_0x4b0fbd['qGGSV'](_0x4a1e3b));else{var _0x2ca65b={'hRzVT':function(_0x3cb858,_0x47ad5b){return _0x4b0fbd[_0x1db8(0x68)](_0x3cb858,_0x47ad5b);},'qJzvb':function(_0x223198,_0x2cdfc1){return _0x223198!=_0x2cdfc1;},'pXnop':_0x4b0fbd['bmqmM'],'ujKLf':_0x4b0fbd['WrKzx']};if(_0x4b0fbd['bmqmM']==typeof _0x3746f4)var _0x5ce287=new _0x2962b7(),_0x54ce46=new _0x205939();return(_0x67e82a=function(_0x202032,_0x5c2c2e){if(!_0x5c2c2e&&_0x202032&&_0x202032[_0x1db8(0x1)])return _0x202032;var _0x4d3064,_0x3d7b43,_0x28eafa={'__proto__':null,'default':_0x202032};if(_0x2ca65b[_0x1db8(0x69)](null,_0x202032)||_0x2ca65b[_0x1db8(0x6a)]('object',typeof _0x202032)&&_0x2ca65b[_0x1db8(0x6a)](_0x2ca65b[_0x1db8(0x6b)],typeof _0x202032))return _0x28eafa;if(_0x4d3064=_0x5c2c2e?_0x54ce46:_0x5ce287){if(_0x4d3064['has'](_0x202032))return _0x4d3064[_0x1db8(0xb)](_0x202032);_0x4d3064[_0x1db8(0xc)](_0x202032,_0x28eafa);}for(const _0x4fff01 in _0x202032)_0x2ca65b[_0x1db8(0x6c)]!==_0x4fff01&&{}[_0x1db8(0xe)][_0x1db8(0xf)](_0x202032,_0x4fff01)&&((_0x3d7b43=(_0x4d3064=_0x39195d[_0x1db8(0x0)])&&_0x5ae7a0[_0x1db8(0x25)](_0x202032,_0x4fff01))&&(_0x3d7b43[_0x1db8(0xb)]||_0x3d7b43[_0x1db8(0xc)])?_0x4d3064(_0x28eafa,_0x4fff01,_0x3d7b43):_0x28eafa[_0x4fff01]=_0x202032[_0x4fff01]);return _0x28eafa;})(_0x29be9d,_0x2e304f);}},'disabled':loading,'activeOpacity':loading?0x1:0.7},loading?_react[_0x1db8(0x29)]['createElement'](_reactNative[_0x1db8(0x6d)],{'size':_0x4b0fbd[_0x1db8(0x6e)],'color':_0x4b0fbd[_0x1db8(0x6f)]}):_react[_0x1db8(0x29)][_0x1db8(0x2a)](_react[_0x1db8(0x29)][_0x1db8(0x70)],null,_react['default'][_0x1db8(0x2a)](_reactNative[_0x1db8(0x3c)],{'style':[styles[_0x1db8(0x71)],_0x53857c&&styles[_0x1db8(0x72)]]},_0x1db8(0x73)),_react[_0x1db8(0x29)]['createElement'](_reactNative['Text'],{'style':[styles[_0x1db8(0x74)],_0x53857c&&styles[_0x1db8(0x75)]]},'→'))),_react[_0x1db8(0x29)][_0x1db8(0x2a)](_reactNative[_0x1db8(0x40)],{'style':styles[_0x1db8(0x76)],'onPress':()=>{_0x4b0fbd[_0x1db8(0x77)](_0x1db8(0x78),_0x4b0fbd[_0x1db8(0x79)])?((0x0,_haptics[_0x1db8(0x10)])(_haptics[_0x1db8(0x11)][_0x1db8(0x12)]),_0x216517()):!_0x954f44&&((0x0,_0x312fe3[_0x1db8(0x10)])(_0x18806c[_0x1db8(0x11)][_0x1db8(0x12)]),_0x56c949());}},_react['default'][_0x1db8(0x2a)](_reactNative[_0x1db8(0x3c)],{'style':styles[_0x1db8(0x7a)]},_0x4b0fbd[_0x1db8(0x7b)])),_0x2d7eb8&&_react[_0x1db8(0x29)]['createElement'](_reactNative[_0x1db8(0x40)],{'style':styles[_0x1db8(0x7c)],'onPress':()=>{(0x0,_haptics[_0x1db8(0x10)])(_haptics[_0x1db8(0x11)]['BUTTON_PRESS']),_0x4b0fbd[_0x1db8(0x7d)](_0x2d7eb8);}},_react[_0x1db8(0x29)]['createElement'](_reactNative[_0x1db8(0x3c)],{'style':styles[_0x1db8(0x7e)]},_0x4b0fbd['LckNK']))));};exports[_0x1db8(0x7f)]=PersonalizationConsentScreen;const styles=_reactNative[_0x1db8(0x80)][_0x1db8(0x81)]({'container':{'flex':0x1,'backgroundColor':_theme['COLORS'][_0x1db8(0x82)],'paddingHorizontal':0x18,'paddingTop':0x28,'paddingBottom':0x8},'headerContainer':{'flexDirection':_0x1db8(0x83),'alignItems':_0x1db8(0x84),'justifyContent':_0x1db8(0x84),'marginBottom':0xc,'marginTop':0x0},'iconContainer':{'width':0x40,'height':0x40,'backgroundColor':_0x1db8(0x1b),'borderRadius':0xc,'alignItems':_0x1db8(0x84),'justifyContent':_0x1db8(0x84),'marginHorizontal':0x8,'shadowColor':_0x1db8(0x85),'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':_0x1db8(0x86),'fontWeight':'700','color':_theme[_0x1db8(0x4f)]['grey800']},'arrow':{'fontSize':0x18,'color':_theme[_0x1db8(0x4f)][_0x1db8(0x87)],'marginHorizontal':0x10},'titleContainer':{'alignItems':_0x1db8(0x84),'marginBottom':0x8},'welcomeBackText':{'fontSize':0x18,'fontFamily':_0x1db8(0x86),'fontWeight':'700','color':_theme[_0x1db8(0x4f)][_0x1db8(0x46)],'textAlign':_0x1db8(0x84),'marginBottom':0x2},'title':{'fontSize':0x14,'fontFamily':'IBM\x20Plex\x20Sans','fontWeight':_0x1db8(0x88),'color':_theme['COLORS'][_0x1db8(0x46)],'textAlign':_0x1db8(0x84),'marginBottom':0xa},'subtitle':{'fontSize':0x10,'fontFamily':_0x1db8(0x89),'fontWeight':_0x1db8(0x8a),'color':_theme['COLORS']['grey600'],'textAlign':_0x1db8(0x84)},'scrollView':{'flex':0x1},'scrollContent':{'flexGrow':0x1},'optionsContainer':{'marginBottom':0x8},'optionRow':{'flexDirection':_0x1db8(0x83),'alignItems':_0x1db8(0x84),'justifyContent':_0x1db8(0x8b),'paddingVertical':0xc,'paddingHorizontal':0x2,'backgroundColor':_0x1db8(0x8c),'borderRadius':0xc,'marginBottom':0x6,'marginHorizontal':0x0},'optionLeft':{'flexDirection':_0x1db8(0x83),'alignItems':'center','flex':0x1},'optionIcon':{'marginRight':0xc,'marginLeft':0x2,'marginTop':-0x4},'optionText':{'flex':0x1,'marginLeft':0x2},'checkboxContainer':{'paddingLeft':0x4,'paddingRight':0x2,'alignItems':_0x1db8(0x84),'justifyContent':_0x1db8(0x84)},'checkbox':{},'buttonContainer':{'gap':0x8,'paddingHorizontal':0x0,'paddingBottom':0x10,'marginTop':0x10},'acceptButton':{'backgroundColor':_0x1db8(0x8d),'borderRadius':0x19,'paddingVertical':0xa,'paddingHorizontal':0x18,'flexDirection':_0x1db8(0x83),'alignItems':_0x1db8(0x84),'justifyContent':'center'},'acceptButtonActive':{'backgroundColor':'#2D3436'},'acceptButtonLoading':{'backgroundColor':_0x1db8(0x8e),'opacity':0.8},'acceptButtonText':{'color':_0x1db8(0x8f),'fontSize':0x10,'fontFamily':_0x1db8(0x89),'fontWeight':_0x1db8(0x88),'marginRight':0x8},'acceptButtonTextActive':{'color':_0x1db8(0x1b)},'buttonArrow':{'color':_0x1db8(0x8f),'fontSize':0x10},'buttonArrowActive':{'color':_0x1db8(0x1b)},'declineButton':{'backgroundColor':_0x1db8(0x8d),'borderRadius':0x19,'paddingVertical':0xa,'paddingHorizontal':0x18,'alignItems':_0x1db8(0x84),'justifyContent':_0x1db8(0x84)},'declineButtonText':{'color':_theme[_0x1db8(0x4f)][_0x1db8(0x87)],'fontSize':0x10,'fontFamily':_0x1db8(0x89),'fontWeight':'500'},'logoutButton':{'alignItems':'center','paddingVertical':0xc,'marginTop':0x8},'logoutButtonText':{'fontSize':0xe,'fontFamily':'Inter','fontWeight':_0x1db8(0x8a),'color':_theme[_0x1db8(0x4f)][_0x1db8(0x90)],'textDecorationLine':_0x1db8(0x91)},'connectedPlatformsSection':{'alignItems':_0x1db8(0x84),'paddingVertical':0xa,'paddingHorizontal':0x10,'backgroundColor':_0x1db8(0x8c),'borderRadius':0x10,'marginBottom':0xa,'marginTop':0x10},'connectedPlatformsTitle':{'fontSize':0xf,'fontFamily':_0x1db8(0x89),'fontWeight':'500','color':_theme[_0x1db8(0x4f)][_0x1db8(0x90)],'marginBottom':0xa},'connectedPlatformsIcons':{'flexDirection':'row','justifyContent':_0x1db8(0x84),'alignItems':_0x1db8(0x84),'flexWrap':_0x1db8(0x92),'gap':0xa,'marginBottom':0xa},'connectedPlatformIconContainer':{'width':0x30,'height':0x30,'borderRadius':0xa,'backgroundColor':_0x1db8(0x1b),'justifyContent':_0x1db8(0x84),'alignItems':_0x1db8(0x84),'shadowColor':'#000','shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.1,'shadowRadius':0x4,'elevation':0x2},'connectedPlatformIcon':{'width':0x20,'height':0x20},'connectMoreButton':{'flexDirection':_0x1db8(0x83),'alignItems':_0x1db8(0x84),'justifyContent':_0x1db8(0x84),'gap':0x8},'connectMoreText':{'fontSize':0x10,'fontFamily':_0x1db8(0x89),'fontWeight':_0x1db8(0x93),'color':_theme[_0x1db8(0x4f)][_0x1db8(0x90)]},'connectMorePlusCircle':{'width':0x1c,'height':0x1c,'borderRadius':0xe,'borderWidth':0x2,'borderColor':_theme[_0x1db8(0x4f)][_0x1db8(0x4c)],'justifyContent':_0x1db8(0x84),'alignItems':'center'},'connectMorePlus':{'fontSize':0x12,'fontWeight':_0x1db8(0x93),'color':_theme[_0x1db8(0x4f)][_0x1db8(0x90)],'marginTop':-0x2}});function _0x33d1(){var _0x3d0f9e=['defineProperty','__esModule','OwGZL','function','mTlDm','lkyvM','JKNZy','JwTkD','QmnBR','wPonp','has','get','set','qRRqT','hasOwnProperty','call','triggerHaptic','HapticType','BUTTON_PRESS','dxITG','object','IFLOg','contain','Welcome\x20back!','\x20wants\x20to\x20personalize\x20your\x20experience','Choose\x20what\x20to\x20share:','small','#FFFFFF','Decline','Use\x20different\x20account','useState','ItCbt','PDsmp','HVhKZ','TDrTQ','MUDcl','bmqmM','getOwnPropertyDescriptor','knFjC','values','some','default','createElement','container','ScrollView','scrollView','scrollContent','View','headerContainer','iconContainer','Image','BRAND_IMAGES','onairosLogo','headerIcon','vKvWg','arrow','enochIcon','titleContainer','title','xLyCd','Text','subtitle','mtpOP','optionsContainer','TouchableOpacity','optionRow','basicProfile','optionLeft','optionIcon','Basicprofile','grey800','optionText','Checkmark','oXOuh','checkbox','Checkbox','grey400','contentAnalysis','Contenticon','COLORS','grey700','Userpreferences','checkboxContainer','personalityProfile','Personalityicon','#4CD964','connectedPlatformsSection','connectedPlatformsTitle','KtgzO','connectedPlatformsIcons','map','getPlatformIcon','connectedPlatformIcon','connectMoreButton','twfHl','qGGSV','connectMoreText','oEVNi','connectMorePlus','buttonContainer','acceptButton','acceptButtonActive','acceptButtonLoading','kqjXA','OjTFK','hRzVT','qJzvb','pXnop','ujKLf','ActivityIndicator','HKTqb','Lxdii','Fragment','acceptButtonText','acceptButtonTextActive','Accept\x20&\x20Continue','buttonArrow','buttonArrowActive','declineButton','OmtbA','SwzOG','gRfEk','declineButtonText','UUkpR','logoutButton','UwkCL','logoutButtonText','PersonalizationConsentScreen','StyleSheet','create','surface','row','center','#000','IBM\x20Plex\x20Sans','grey600','600','Inter','400','space-between','#F8F9FA','#E5E5E5','#2D3436','#999999','grey500','underline','wrap','500'];_0x33d1=function(){return _0x3d0f9e;};return _0x33d1();}var _default=exports[_0x1db8(0x29)]=PersonalizationConsentScreen;
|
|
@@ -9,4 +9,4 @@ var __ONAIROS_REQ_REGISTRY__ = [
|
|
|
9
9
|
require("../services/pinStorageUtils")
|
|
10
10
|
];
|
|
11
11
|
function __ONAIROS_REQ_FUNC__(i) { return __ONAIROS_REQ_REGISTRY__[i]; }
|
|
12
|
-
Object['defineProperty'](exports,_0x5d41(0x0),{'value':!![]}),exports[_0x5d41(0x1)]=exports[_0x5d41(0x2)]=void 0x0;function _0x14f8(){const _0xd1cc85=['__esModule','default','PinCreationScreen','function','oPNpR','NjvdC','EaNhL','object','myqdI','has','get','set','Fzejr','call','defineProperty','DOjNz','unavailable','Navhf','Invalid\x20PIN','Face\x20ID\x20Setup','Try\x20Again','Continue\x20Without\x20Face\x20ID','yorfe','GHQoZ','1|4|0|2|3','PIN\x20Storage\x20Error','PIN\x20storage\x20verification\x20failed.\x20Please\x20try\x20again.','Please\x20ensure\x20your\x20PIN\x20meets\x20all\x20requirements.','🔐\x20Starting\x20PIN\x20creation\x20process...','📝\x20PIN\x20stored\x20temporarily\x20for\x20onboarding','biNrx','nTQcm','storing','✅\x20PIN\x20stored\x20successfully\x20with\x20Face\x20ID','jUzFQ','❌\x20PIN\x20storage\x20verification\x20failed','error','HPeTX','📱\x20Biometric\x20not\x20available,\x20continuing\x20without\x20Face\x20ID','There\x20was\x20an\x20issue\x20creating\x20your\x20PIN.\x20Please\x20try\x20again.','❌\x20Error\x20in\x20PIN\x20creation\x20process:','aLZXt','available','📱\x20Biometric\x20availability\x20check:','❌\x20Error\x20checking\x20biometric\x20availability:','AaMwH','A\x20PIN\x20so\x20only\x20you\x20have\x20access\x20to\x20your\x20data.','Enter\x20your\x20PIN','Be\x20at\x20least\x208\x20characters\x20in\x20length.','Contain\x20an\x20uppercase\x20letter.','Contain\x20a\x20number.','Contain\x20a\x20symbol\x20(e.g.\x20!@#$%^&*).','success','#D4A536','checking','Checking\x20Face\x20ID...','Enhanced\x20Security','Face\x20ID\x20Unavailable','PIN\x20Secured\x20with\x20Face\x20ID','Face\x20ID\x20Setup\x20Failed','Verifying\x20Face\x20ID\x20availability\x20on\x20your\x20device.','Face\x20ID\x20is\x20not\x20available\x20on\x20this\x20device.\x20Your\x20PIN\x20will\x20be\x20stored\x20securely.','#FFFFFF','Continue','useState','CRoUu','DcFmc','sNbHE','rLVtx','length','test','values','log','hWgkb','ewqRE','cRhEY','sNaIy','zmyVX','FuBkD','ktuvx','GgmeT','XVHGm','HapticType','Alert','alert','UWAor','✅\x20PIN\x20storage\x20verified\x20-\x20proceeding\x20with\x20onboarding','QpftC','triggerHaptic','SUCCESS','kzBao','Lqfet','BUTTON_PRESS','iodmk','ojlhY','hwhEM','oVSOM','uXmkQ','BsDLw','setTemporaryPin','bhbHf','Scvxv','vkTza','pZZfZ','MitMg','🔐\x20[PIN\x20CREATION]\x20Biometric\x20storage\x20enabled,\x20starting\x20biometric\x20flow...','biometricPinService','qHZFG','❌\x20[PIN\x20CREATION]\x20Face\x20ID\x20not\x20available\x20on\x20this\x20device','xIaTH','lFzmw','ERROR','WHSty','vMiYZ','isPinStored','MWyZW','EJsgg','emVFT','GboMj','cJxgU','VGoLD','3|4|1|0|2','split','iNRvJ','ACtwx','qIssV','WODXC','sLKvN','tFgYA','PRziR','UdLfB','RXKMz','YgpMA','dAXee','PkxIH','kBeSd','noAYT','PPLWJ','oiIzz','RPiDE','SIsjX','useEffect','knxdz','zPqiK','ynqvx','rklOm','QeKfb','bGEfX','VmNlF','IsQpF','DWHvv','MabfC','WusWO','xLTpj','AnKOW','WtDzh','VIOUZ','EvSMg','vJkCS','ZZjbN','JDUNo','0|4|1|3|2','zoUfz','jOdsh','WvXhB','bRMLl','ubGhj','QnylM','every','createElement','container','titleContainer','Text','title','Create\x20a\x20PIN','subtitle','ekQVb','View','TextInput','pinInput','fQMSI','requirementsContainer','requirementsTitle','MDwlV','requirementItem','checkbox','checkboxChecked','checkmark','requirementTextMet','bBnvM','uppercase','requirementText','AmrfZ','number','qNRij','symbol','MpsRr','securityCard','tkCJw','pgiwi','securityCardSuccess','securityIconContainer','AbXsA','ActivityIndicator','TzlTV','COLORS','GmteG','securityIcon','securityTextContainer','securityTitle','HamHk','itbhE','HyCEw','rqbrm','mARhi','Securing\x20with\x20Face\x20ID...','SOBZU','gktif','TxLNB','UwPrW','WMhOg','xkyGs','Your\x20PIN\x20is\x20now\x20protected\x20with\x20Face\x20ID\x20authentication.','UvMJh','buttonContainer','continueButton','continueButtonActive','RwxnA','PMTTb','continueButtonTextActive','surface','center','700','grey800','IBM\x20Plex\x20Sans','grey600','Inter','#E5E5E5','600','row','#4CD964','bold','#F0FDF4','#22C55E','#EF4444','auto','#2D3436'];_0x14f8=function(){return _0xd1cc85;};return _0x14f8();}var _react=_interopRequireWildcard(__ONAIROS_REQ_FUNC__(0x0)),_reactNative=__ONAIROS_REQ_FUNC__(0x1),_theme=__ONAIROS_REQ_FUNC__(0x2),_haptics=__ONAIROS_REQ_FUNC__(0x3),_biometricPinService=__ONAIROS_REQ_FUNC__(0x4),_pinStorageUtils=__ONAIROS_REQ_FUNC__(0x5);function _0x5d41(_0x14f8f3,_0x5d410a){_0x14f8f3=_0x14f8f3-0x0;const _0x5864a3=_0x14f8();let _0x455930=_0x5864a3[_0x14f8f3];return _0x455930;}function _interopRequireWildcard(_0x21c9d7,_0x1d0d02){const _0x11baf5={'NjvdC':function(_0x3ccc46,_0xbf82db){return _0x3ccc46===_0xbf82db;},'EaNhL':function(_0x3e808b,_0x531499){return _0x3e808b!=_0x531499;},'ViVGJ':function(_0xb885b6,_0x15065b){return _0xb885b6!=_0x15065b;},'myqdI':_0x5d41(0x3),'Fzejr':function(_0x496877,_0x2a1f8b){return _0x496877!==_0x2a1f8b;},'DOjNz':function(_0x1b9037,_0x53a5a3,_0xdafa37,_0x2f72c3){return _0x1b9037(_0x53a5a3,_0xdafa37,_0x2f72c3);},'oPNpR':function(_0x253ed0,_0x44aa86){return _0x253ed0==_0x44aa86;}};if(_0x11baf5[_0x5d41(0x4)](_0x5d41(0x3),typeof WeakMap))var _0x520928=new WeakMap(),_0x1ec2ab=new WeakMap();return(_interopRequireWildcard=function(_0x1c0c94,_0x3a1155){if(!_0x3a1155&&_0x1c0c94&&_0x1c0c94[_0x5d41(0x0)])return _0x1c0c94;var _0x4d84e5,_0x4943aa,_0x573055={'__proto__':null,'default':_0x1c0c94};if(_0x11baf5[_0x5d41(0x5)](null,_0x1c0c94)||_0x11baf5[_0x5d41(0x6)](_0x5d41(0x7),typeof _0x1c0c94)&&_0x11baf5['ViVGJ'](_0x11baf5[_0x5d41(0x8)],typeof _0x1c0c94))return _0x573055;if(_0x4d84e5=_0x3a1155?_0x1ec2ab:_0x520928){if(_0x4d84e5[_0x5d41(0x9)](_0x1c0c94))return _0x4d84e5[_0x5d41(0xa)](_0x1c0c94);_0x4d84e5[_0x5d41(0xb)](_0x1c0c94,_0x573055);}for(const _0xe11079 in _0x1c0c94)_0x11baf5[_0x5d41(0xc)](_0x5d41(0x1),_0xe11079)&&{}['hasOwnProperty'][_0x5d41(0xd)](_0x1c0c94,_0xe11079)&&((_0x4943aa=(_0x4d84e5=Object[_0x5d41(0xe)])&&Object['getOwnPropertyDescriptor'](_0x1c0c94,_0xe11079))&&(_0x4943aa[_0x5d41(0xa)]||_0x4943aa['set'])?_0x11baf5[_0x5d41(0xf)](_0x4d84e5,_0x573055,_0xe11079,_0x4943aa):_0x573055[_0xe11079]=_0x1c0c94[_0xe11079]);return _0x573055;})(_0x21c9d7,_0x1d0d02);}const PinCreationScreen=({visible:_0x58ba22,onComplete:_0x4b3cd4,onBack:_0x4eb6d9})=>{const _0x3e9ddd={'CRoUu':function(_0x3c70db,_0x2ae3fc){return _0x3c70db(_0x2ae3fc);},'DcFmc':_0x5d41(0x10),'sNbHE':_0x5d41(0x11),'rLVtx':function(_0x1a3a1f,_0x9d0c4){return _0x1a3a1f>=_0x9d0c4;},'QpftC':function(_0x3af739,_0xaf073a){return _0x3af739(_0xaf073a);},'kzBao':function(_0x4f92d9,_0x126d67,_0xd5a5eb){return _0x4f92d9(_0x126d67,_0xd5a5eb);},'oVSOM':function(_0x3d5d43,_0x58db3c){return _0x3d5d43(_0x58db3c);},'uXmkQ':function(_0x3ee5fe,_0x3d396d){return _0x3ee5fe(_0x3d396d);},'WHSty':_0x5d41(0x12),'EJsgg':function(_0x3fecb6,_0x5d405d){return _0x3fecb6(_0x5d405d);},'emVFT':'⚠️\x20Face\x20ID\x20authentication\x20was\x20cancelled\x20or\x20failed','sLKvN':_0x5d41(0x13),'GboMj':_0x5d41(0x14),'RXKMz':_0x5d41(0x15),'Scvxv':function(_0x3a1043,_0x347aae){return _0x3a1043!==_0x347aae;},'tFgYA':_0x5d41(0x16),'PRziR':_0x5d41(0x17),'tvhGU':function(_0x3409e5,_0x23ffd4){return _0x3409e5(_0x23ffd4);},'cRhEY':function(_0x57c831,_0x2fb602){return _0x57c831(_0x2fb602);},'sNaIy':function(_0x49eb97,_0x37510b){return _0x49eb97(_0x37510b);},'zmyVX':_0x5d41(0x18),'iNRvJ':_0x5d41(0x19),'JINQk':_0x5d41(0x1a),'FuBkD':function(_0xb24743,_0x4926fd){return _0xb24743(_0x4926fd);},'SIsjX':function(_0x15979f){return _0x15979f();},'ktuvx':function(_0x16cb9b,_0x48ea7c){return _0x16cb9b(_0x48ea7c);},'GgmeT':function(_0xef1c46,_0x37d15a){return _0xef1c46===_0x37d15a;},'XVHGm':'QvSdZ','UWAor':_0x5d41(0x1b),'iodmk':function(_0x5f12ca,_0x4644a8){return _0x5f12ca(_0x4644a8);},'ojlhY':function(_0x480d77,_0x57eddc){return _0x480d77!==_0x57eddc;},'hwhEM':'kckhJ','BsDLw':_0x5d41(0x1c),'bhbHf':_0x5d41(0x1d),'vkTza':_0x5d41(0x1e),'nLvRE':_0x5d41(0x1f),'pZZfZ':function(_0xb6edfa,_0x40e400){return _0xb6edfa(_0x40e400);},'MitMg':_0x5d41(0x20),'qHZFG':'📱\x20[PIN\x20CREATION]\x20Biometric\x20available\x20before\x20storage:','xIaTH':'🔐\x20[PIN\x20CREATION]\x20Triggering\x20biometric\x20authentication\x20for\x20PIN\x20storage...','rklOm':function(_0x250479,_0x39e335){return _0x250479!==_0x39e335;},'vMiYZ':_0x5d41(0x21),'vYCkg':_0x5d41(0x22),'rXlhN':'cUjzX','FDUnj':function(_0x5904f9,_0x2e281a){return _0x5904f9(_0x2e281a);},'SjlTK':_0x5d41(0x23),'ACtwx':function(_0x2b67eb,_0xb00b67){return _0x2b67eb(_0xb00b67);},'qIssV':_0x5d41(0x24),'WODXC':_0x5d41(0x25),'noAYT':_0x5d41(0x26),'JutuA':function(_0x555dae,_0x6cd0f4){return _0x555dae(_0x6cd0f4);},'PPLWJ':function(_0x2085ee,_0xa2cb21){return _0x2085ee(_0xa2cb21);},'ykCiu':function(_0xabdcc8,_0x3f9e26){return _0xabdcc8(_0x3f9e26);},'oiIzz':'PIN\x20Creation\x20Error','RPiDE':_0x5d41(0x27),'knxdz':_0x5d41(0x28),'zPqiK':function(_0x557b1e,_0x157fc4){return _0x557b1e(_0x157fc4);},'ynqvx':'iAXzp','QeKfb':_0x5d41(0x29),'bGEfX':_0x5d41(0x2a),'VmNlF':_0x5d41(0x2b),'uQqzl':_0x5d41(0x2c),'IsQpF':'OukAU','DWHvv':_0x5d41(0x2d),'QnylM':function(_0x51eb44){return _0x51eb44();},'ekQVb':_0x5d41(0x2e),'fQMSI':_0x5d41(0x2f),'MDwlV':'Your\x20PIN\x20must:','bBnvM':_0x5d41(0x30),'AmrfZ':_0x5d41(0x31),'qNRij':_0x5d41(0x32),'MpsRr':_0x5d41(0x33),'tkCJw':function(_0x290f43,_0x1cd1de){return _0x290f43===_0x1cd1de;},'pgiwi':_0x5d41(0x34),'AbXsA':function(_0xfbfdaa,_0x3a0b22){return _0xfbfdaa===_0x3a0b22;},'TzlTV':'small','GmteG':_0x5d41(0x35),'nBeHY':function(_0x2eb044,_0x3cdd69){return _0x2eb044===_0x3cdd69;},'HamHk':_0x5d41(0x36),'itbhE':_0x5d41(0x37),'HyCEw':function(_0x14f1e1,_0x18ec0e){return _0x14f1e1===_0x18ec0e;},'rqbrm':_0x5d41(0x38),'mARhi':_0x5d41(0x39),'SOBZU':_0x5d41(0x3a),'RXuAL':function(_0x134198,_0x50f90a){return _0x134198===_0x50f90a;},'gktif':_0x5d41(0x3b),'UqfYv':function(_0x114085,_0x3a86f6){return _0x114085===_0x3a86f6;},'TxLNB':_0x5d41(0x3c),'UwPrW':'We\x20use\x20Face\x20ID\x20to\x20ensure\x20only\x20you\x20can\x20access\x20your\x20data.','rXNCx':_0x5d41(0x3d),'WMhOg':function(_0x1e04b8,_0xf4b679){return _0x1e04b8===_0xf4b679;},'xkyGs':function(_0x4adac7,_0x506f79){return _0x4adac7===_0x506f79;},'UvMJh':function(_0x84f0ef,_0x271f72){return _0x84f0ef===_0x271f72;},'RwxnA':function(_0x1ac372,_0xb52a4f){return _0x1ac372||_0xb52a4f;},'PMTTb':_0x5d41(0x3e),'CnjFu':_0x5d41(0x3f)},[_0xc21b,_0x22ca65]=(0x0,_react['useState'])(''),[_0x592a92,_0x14dec6]=(0x0,_react[_0x5d41(0x40)])({'length':![],'uppercase':![],'number':![],'symbol':![]}),[_0x45e2c4,_0x1d0fd5]=(0x0,_react[_0x5d41(0x40)])(![]),[_0x15736c,_0xd558f1]=(0x0,_react['useState'])(![]),[_0xb51a96,_0x45a536]=(0x0,_react['useState'])(_0x5d41(0x36)),_0x41eb24=_0x2af7f7=>{const _0x1e7080={'hWgkb':function(_0x233434,_0x4576bd){return _0x3e9ddd[_0x5d41(0x41)](_0x233434,_0x4576bd);},'ewqRE':_0x3e9ddd[_0x5d41(0x42)],'tdRzv':function(_0x6bc597,_0x5c98e6){return _0x6bc597(_0x5c98e6);}};if(_0x3e9ddd[_0x5d41(0x43)]===_0x3e9ddd[_0x5d41(0x43)]){const _0x3bcdcd={'length':_0x3e9ddd[_0x5d41(0x44)](_0x2af7f7[_0x5d41(0x45)],0x8),'uppercase':/[A-Z]/[_0x5d41(0x46)](_0x2af7f7),'number':/[0-9]/[_0x5d41(0x46)](_0x2af7f7),'symbol':/[!@#$%^&*(),.?":{}|<>]/['test'](_0x2af7f7)};return _0x3e9ddd[_0x5d41(0x41)](_0x14dec6,_0x3bcdcd),Object[_0x5d41(0x47)](_0x3bcdcd)['every'](_0x465207=>_0x465207);}else _0x1c115c[_0x5d41(0x48)]('📱\x20Biometric\x20not\x20available,\x20continuing\x20without\x20Face\x20ID'),_0x1e7080[_0x5d41(0x49)](_0x4e03cb,_0x1e7080[_0x5d41(0x4a)]),_0x416b48(![]),_0x1e7080['tdRzv'](_0x5f2e2a,_0x5786a7);},_0x4262c5=_0x20fdaf=>{_0x3e9ddd[_0x5d41(0x41)](_0x22ca65,_0x20fdaf),_0x41eb24(_0x20fdaf);},_0xed6eef=async()=>{const _0x14ab74={'Lqfet':function(_0x445df5,_0x207c59){return _0x3e9ddd[_0x5d41(0x4b)](_0x445df5,_0x207c59);},'MWyZW':function(_0x100e49,_0x334c0a){return _0x3e9ddd['sNaIy'](_0x100e49,_0x334c0a);},'AVMIy':function(_0xa2da7,_0x254df5){return _0x3e9ddd[_0x5d41(0x4c)](_0xa2da7,_0x254df5);},'IVeSu':'❌\x20[PIN\x20CREATION]\x20Face\x20ID\x20not\x20available\x20on\x20this\x20device','UdLfB':function(_0x761bf8,_0x2b21b4){return _0x761bf8(_0x2b21b4);},'YgpMA':_0x3e9ddd[_0x5d41(0x4d)],'VKDZQ':_0x5d41(0x23),'dAXee':_0x3e9ddd['iNRvJ'],'QtEvO':_0x3e9ddd['JINQk'],'PkxIH':function(_0xac5a34,_0x3eb196){return _0x3e9ddd[_0x5d41(0x4e)](_0xac5a34,_0x3eb196);},'kBeSd':_0x5d41(0x24),'VbygY':function(_0x8a5d39){return _0x3e9ddd['SIsjX'](_0x8a5d39);}};if(!_0x3e9ddd[_0x5d41(0x4f)](_0x41eb24,_0xc21b)){if(_0x3e9ddd[_0x5d41(0x50)](_0x3e9ddd[_0x5d41(0x51)],_0x3e9ddd[_0x5d41(0x51)])){(0x0,_haptics['triggerHaptic'])(_haptics[_0x5d41(0x52)]['ERROR']),_reactNative[_0x5d41(0x53)][_0x5d41(0x54)](_0x5d41(0x12),_0x3e9ddd[_0x5d41(0x55)]);return;}else _0x138e1f[_0x5d41(0x48)](_0x5d41(0x56)),_0x3e9ddd[_0x5d41(0x57)](_0x11b4c9,_0x5d41(0x34)),(0x0,_0x466ebc[_0x5d41(0x58)])(_0x1dce49['HapticType'][_0x5d41(0x59)]),_0x3e9ddd[_0x5d41(0x5a)](_0x23a006,()=>{_0x14ab74['Lqfet'](_0x564ad7,![]),_0x14ab74[_0x5d41(0x5b)](_0x2a8efd,_0x2ca4da);},0x320);}(0x0,_haptics['triggerHaptic'])(_haptics[_0x5d41(0x52)][_0x5d41(0x5c)]),_0x3e9ddd[_0x5d41(0x5d)](_0x1d0fd5,!![]);try{if(_0x3e9ddd[_0x5d41(0x5e)](_0x3e9ddd[_0x5d41(0x5f)],_0x3e9ddd[_0x5d41(0x5f)]))_0x3e9ddd[_0x5d41(0x60)](_0x285e26,![]),_0x3e9ddd[_0x5d41(0x61)](_0x187ca4,_0x1cd4ab);else{console[_0x5d41(0x48)](_0x3e9ddd[_0x5d41(0x62)]),(0x0,_pinStorageUtils[_0x5d41(0x63)])(_0xc21b),console[_0x5d41(0x48)](_0x3e9ddd[_0x5d41(0x64)]);if(_0x15736c){if(_0x3e9ddd[_0x5d41(0x65)](_0x3e9ddd[_0x5d41(0x66)],_0x3e9ddd['nLvRE'])){_0x3e9ddd[_0x5d41(0x67)](_0x45a536,_0x3e9ddd[_0x5d41(0x68)]),console[_0x5d41(0x48)](_0x5d41(0x69));const _0x470699=await _biometricPinService[_0x5d41(0x6a)]['isBiometricAvailable']();console[_0x5d41(0x48)](_0x3e9ddd[_0x5d41(0x6b)],_0x470699);if(!_0x470699){console['error'](_0x5d41(0x6c)),_0x3e9ddd[_0x5d41(0x57)](_0x45a536,_0x3e9ddd[_0x5d41(0x42)]),_0x3e9ddd[_0x5d41(0x4f)](_0x1d0fd5,![]);return;}console[_0x5d41(0x48)](_0x3e9ddd[_0x5d41(0x6d)]);const _0x4d8361=await _biometricPinService[_0x5d41(0x6a)]['storePinWithBiometric'](_0xc21b);if(_0x4d8361){if(_0x3e9ddd['rklOm']('lFzmw',_0x5d41(0x6e))){(0x0,_0x104c09[_0x5d41(0x58)])(_0x3f32c4[_0x5d41(0x52)][_0x5d41(0x6f)]),_0x32c600['Alert'][_0x5d41(0x54)](_0x3e9ddd[_0x5d41(0x70)],'Please\x20ensure\x20your\x20PIN\x20meets\x20all\x20requirements.');return;}else{console[_0x5d41(0x48)](_0x3e9ddd[_0x5d41(0x71)]);const _0x232cfe=await _biometricPinService[_0x5d41(0x6a)][_0x5d41(0x72)]();if(_0x232cfe){if(_0x3e9ddd['vYCkg']!==_0x3e9ddd['rXlhN'])console[_0x5d41(0x48)](_0x5d41(0x56)),_0x3e9ddd[_0x5d41(0x4b)](_0x45a536,_0x5d41(0x34)),(0x0,_haptics[_0x5d41(0x58)])(_haptics[_0x5d41(0x52)][_0x5d41(0x59)]),_0x3e9ddd[_0x5d41(0x5a)](setTimeout,()=>{_0x14ab74[_0x5d41(0x73)](_0x1d0fd5,![]),_0x14ab74['AVMIy'](_0x4b3cd4,_0xc21b);},0x320);else{const _0x3077b0={'cJxgU':'available','VGoLD':function(_0x291d97,_0x9cd56e){return _0x3e9ddd[_0x5d41(0x74)](_0x291d97,_0x9cd56e);}};_0x922a2e['log'](_0x3e9ddd[_0x5d41(0x75)]),_0x3e9ddd[_0x5d41(0x60)](_0x257b13,_0x5d41(0x24)),(0x0,_0x103aa0[_0x5d41(0x58)])(_0x21d771[_0x5d41(0x52)][_0x5d41(0x6f)]),_0xc439bc[_0x5d41(0x53)][_0x5d41(0x54)](_0x3e9ddd['sLKvN'],'Face\x20ID\x20authentication\x20was\x20cancelled\x20or\x20failed.\x20Your\x20PIN\x20is\x20still\x20saved\x20securely.',[{'text':_0x3e9ddd[_0x5d41(0x76)],'onPress':()=>{_0x53aa7a(![]),_0xc05463(_0x3077b0[_0x5d41(0x77)]);}},{'text':_0x3e9ddd['RXKMz'],'onPress':()=>{_0x3077b0[_0x5d41(0x78)](_0x25d9e5,![]),_0x3077b0[_0x5d41(0x78)](_0x19e001,_0x33361c);}}]);}}else{const _0x156f18=_0x5d41(0x79)[_0x5d41(0x7a)]('|');let _0x12c6e6=0x0;while(!![]){switch(_0x156f18[_0x12c6e6++]){case'0':(0x0,_haptics[_0x5d41(0x58)])(_haptics[_0x5d41(0x52)][_0x5d41(0x6f)]);continue;case'1':_0x3e9ddd['FDUnj'](_0x1d0fd5,![]);continue;case'2':_reactNative[_0x5d41(0x53)][_0x5d41(0x54)](_0x3e9ddd[_0x5d41(0x7b)],'PIN\x20storage\x20verification\x20failed.\x20Please\x20try\x20again.',[{'text':'OK'}]);continue;case'3':console[_0x5d41(0x24)](_0x3e9ddd['SjlTK']);continue;case'4':_0x3e9ddd[_0x5d41(0x7c)](_0x45a536,_0x3e9ddd[_0x5d41(0x7d)]);continue;}break;}}}}else{if(_0x3e9ddd[_0x5d41(0x50)](_0x3e9ddd['WODXC'],_0x3e9ddd[_0x5d41(0x7e)]))console[_0x5d41(0x48)](_0x3e9ddd['emVFT']),_0x3e9ddd[_0x5d41(0x4c)](_0x45a536,_0x5d41(0x24)),(0x0,_haptics['triggerHaptic'])(_haptics[_0x5d41(0x52)][_0x5d41(0x6f)]),_reactNative[_0x5d41(0x53)][_0x5d41(0x54)](_0x3e9ddd[_0x5d41(0x7f)],'Face\x20ID\x20authentication\x20was\x20cancelled\x20or\x20failed.\x20Your\x20PIN\x20is\x20still\x20saved\x20securely.',[{'text':_0x3e9ddd[_0x5d41(0x76)],'onPress':()=>{if(_0x3e9ddd[_0x5d41(0x65)](_0x3e9ddd[_0x5d41(0x80)],_0x3e9ddd[_0x5d41(0x81)]))_0x1d0fd5(![]),_0x3e9ddd['tvhGU'](_0x45a536,_0x5d41(0x2a));else{_0x2e482f[_0x5d41(0x24)](_0x14ab74['IVeSu']),_0x14ab74[_0x5d41(0x82)](_0x1efabe,_0x5d41(0x10)),_0x14ab74[_0x5d41(0x82)](_0x4b6f52,![]);return;}}},{'text':_0x3e9ddd[_0x5d41(0x83)],'onPress':()=>{_0x1d0fd5(![]),_0x4b3cd4(_0xc21b);}}]);else{const _0x35a7da=_0x14ab74[_0x5d41(0x84)]['split']('|');let _0xf9fece=0x0;while(!![]){switch(_0x35a7da[_0xf9fece++]){case'0':_0x14ab74['AVMIy'](_0x40ec31,![]);continue;case'1':_0x14c527['error'](_0x14ab74['VKDZQ']);continue;case'2':(0x0,_0x146c52[_0x5d41(0x58)])(_0x2f8e6c[_0x5d41(0x52)][_0x5d41(0x6f)]);continue;case'3':_0xc4177e[_0x5d41(0x53)][_0x5d41(0x54)](_0x14ab74[_0x5d41(0x85)],_0x14ab74['QtEvO'],[{'text':'OK'}]);continue;case'4':_0x14ab74[_0x5d41(0x86)](_0x178630,_0x14ab74[_0x5d41(0x87)]);continue;}break;}}}}else(0x0,_0x41f811[_0x5d41(0x58)])(_0xfda14c[_0x5d41(0x52)]['BUTTON_PRESS']),_0x14ab74['VbygY'](_0x53ace2);}else console[_0x5d41(0x48)](_0x3e9ddd[_0x5d41(0x88)]),_0x3e9ddd['JutuA'](_0x45a536,_0x3e9ddd[_0x5d41(0x42)]),_0x1d0fd5(![]),_0x3e9ddd[_0x5d41(0x89)](_0x4b3cd4,_0xc21b);}}catch(_0x5657e4){console['error'](_0x5d41(0x28),_0x5657e4),_0x3e9ddd['ykCiu'](_0x45a536,_0x3e9ddd[_0x5d41(0x7d)]),_0x3e9ddd[_0x5d41(0x60)](_0x1d0fd5,![]),(0x0,_haptics['triggerHaptic'])(_haptics[_0x5d41(0x52)]['ERROR']),_reactNative[_0x5d41(0x53)][_0x5d41(0x54)](_0x3e9ddd[_0x5d41(0x8a)],_0x3e9ddd[_0x5d41(0x8b)],[{'text':'OK'}]);}},_0x57e5b9=()=>{(0x0,_haptics['triggerHaptic'])(_haptics[_0x5d41(0x52)]['BUTTON_PRESS']),_0x3e9ddd[_0x5d41(0x8c)](_0x4eb6d9);};(0x0,_react[_0x5d41(0x8d)])(()=>{const _0x59f653={'zoUfz':_0x3e9ddd[_0x5d41(0x8e)],'jOdsh':_0x3e9ddd[_0x5d41(0x8a)],'hzWkH':function(_0x18f8ed,_0x2408c3){return _0x3e9ddd[_0x5d41(0x8f)](_0x18f8ed,_0x2408c3);},'WvXhB':_0x3e9ddd[_0x5d41(0x7d)],'bRMLl':function(_0x2a7902,_0x4fafd4){return _0x2a7902(_0x4fafd4);},'ubGhj':function(_0x2ad3c6,_0x2a4e54){return _0x3e9ddd[_0x5d41(0x74)](_0x2ad3c6,_0x2a4e54);},'MabfC':function(_0x109fcf,_0x379d83){return _0x109fcf===_0x379d83;},'WusWO':_0x3e9ddd[_0x5d41(0x90)],'xLTpj':function(_0x2f8db6,_0x184b37){return _0x3e9ddd[_0x5d41(0x91)](_0x2f8db6,_0x184b37);},'WtDzh':_0x3e9ddd[_0x5d41(0x92)],'VIOUZ':function(_0x2e79fc,_0x3bc4f2){return _0x2e79fc(_0x3bc4f2);},'EvSMg':'checking','vJkCS':_0x3e9ddd[_0x5d41(0x93)],'ZZjbN':_0x3e9ddd['DcFmc'],'JDUNo':_0x3e9ddd[_0x5d41(0x94)],'VHwfL':_0x3e9ddd['uQqzl']};if(_0x3e9ddd['GgmeT'](_0x3e9ddd[_0x5d41(0x95)],_0x3e9ddd[_0x5d41(0x96)]))_0x4f9232(![]),_0x3493bc(_0xa0c821);else{const _0x57b07=async()=>{if(_0x59f653[_0x5d41(0x97)](_0x59f653[_0x5d41(0x98)],_0x59f653['WusWO']))try{if(_0x59f653[_0x5d41(0x99)](_0x5d41(0x9a),_0x59f653[_0x5d41(0x9b)])){_0x59f653[_0x5d41(0x9c)](_0x45a536,_0x59f653[_0x5d41(0x9d)]);const _0xbe5a33=await _biometricPinService['biometricPinService']['isBiometricAvailable']();_0xd558f1(_0xbe5a33),_0x59f653['bRMLl'](_0x45a536,_0xbe5a33?_0x59f653[_0x5d41(0x9e)]:_0x59f653[_0x5d41(0x9f)]),console[_0x5d41(0x48)](_0x59f653[_0x5d41(0xa0)],_0xbe5a33);}else{const _0x558de9=_0x5d41(0xa1)[_0x5d41(0x7a)]('|');let _0x3c1c05=0x0;while(!![]){switch(_0x558de9[_0x3c1c05++]){case'0':_0x2cf1a3['error'](_0x59f653[_0x5d41(0xa2)],_0x43ff1d);continue;case'1':_0x2f901a(![]);continue;case'2':_0x5e6024[_0x5d41(0x53)]['alert'](_0x59f653[_0x5d41(0xa3)],_0x5d41(0x27),[{'text':'OK'}]);continue;case'3':(0x0,_0x37ff1a[_0x5d41(0x58)])(_0x4f5870[_0x5d41(0x52)][_0x5d41(0x6f)]);continue;case'4':_0x59f653['hzWkH'](_0x44c860,_0x59f653[_0x5d41(0xa4)]);continue;}break;}}}catch(_0x37f98e){console[_0x5d41(0x24)](_0x59f653['VHwfL'],_0x37f98e),_0x59f653[_0x5d41(0x9c)](_0xd558f1,![]),_0x45a536(_0x59f653['ZZjbN']);}else _0x59f653[_0x5d41(0xa5)](_0xfe49ed,_0x1c9cb2),_0x59f653[_0x5d41(0xa6)](_0x481d64,_0x35c9ea);};_0x58ba22&&_0x3e9ddd[_0x5d41(0xa7)](_0x57b07);}},[_0x58ba22]);const _0x27fc50=Object[_0x5d41(0x47)](_0x592a92)[_0x5d41(0xa8)](_0x389bff=>_0x389bff);if(!_0x58ba22)return null;return _react['default'][_0x5d41(0xa9)](_reactNative['View'],{'style':styles[_0x5d41(0xaa)]},_react[_0x5d41(0x1)][_0x5d41(0xa9)](_reactNative['View'],{'style':styles[_0x5d41(0xab)]},_react[_0x5d41(0x1)]['createElement'](_reactNative[_0x5d41(0xac)],{'style':styles[_0x5d41(0xad)]},_0x5d41(0xae)),_react[_0x5d41(0x1)][_0x5d41(0xa9)](_reactNative['Text'],{'style':styles[_0x5d41(0xaf)]},_0x3e9ddd[_0x5d41(0xb0)])),_react[_0x5d41(0x1)][_0x5d41(0xa9)](_reactNative[_0x5d41(0xb1)],{'style':styles['pinContainer']},_react[_0x5d41(0x1)][_0x5d41(0xa9)](_reactNative[_0x5d41(0xb2)],{'style':styles[_0x5d41(0xb3)],'value':_0xc21b,'onChangeText':_0x4262c5,'placeholder':_0x3e9ddd[_0x5d41(0xb4)],'secureTextEntry':!![],'autoFocus':!![],'maxLength':0x14})),_react[_0x5d41(0x1)][_0x5d41(0xa9)](_reactNative[_0x5d41(0xb1)],{'style':styles[_0x5d41(0xb5)]},_react[_0x5d41(0x1)][_0x5d41(0xa9)](_reactNative[_0x5d41(0xac)],{'style':styles[_0x5d41(0xb6)]},_0x3e9ddd[_0x5d41(0xb7)]),_react[_0x5d41(0x1)][_0x5d41(0xa9)](_reactNative[_0x5d41(0xb1)],{'style':styles[_0x5d41(0xb8)]},_react[_0x5d41(0x1)][_0x5d41(0xa9)](_reactNative['View'],{'style':[styles[_0x5d41(0xb9)],_0x592a92[_0x5d41(0x45)]&&styles[_0x5d41(0xba)]]},_0x592a92[_0x5d41(0x45)]&&_react[_0x5d41(0x1)][_0x5d41(0xa9)](_reactNative['Text'],{'style':styles[_0x5d41(0xbb)]},'✓')),_react[_0x5d41(0x1)][_0x5d41(0xa9)](_reactNative[_0x5d41(0xac)],{'style':[styles['requirementText'],_0x592a92[_0x5d41(0x45)]&&styles[_0x5d41(0xbc)]]},_0x3e9ddd[_0x5d41(0xbd)])),_react['default'][_0x5d41(0xa9)](_reactNative[_0x5d41(0xb1)],{'style':styles['requirementItem']},_react['default'][_0x5d41(0xa9)](_reactNative[_0x5d41(0xb1)],{'style':[styles[_0x5d41(0xb9)],_0x592a92[_0x5d41(0xbe)]&&styles[_0x5d41(0xba)]]},_0x592a92['uppercase']&&_react[_0x5d41(0x1)][_0x5d41(0xa9)](_reactNative[_0x5d41(0xac)],{'style':styles[_0x5d41(0xbb)]},'✓')),_react[_0x5d41(0x1)][_0x5d41(0xa9)](_reactNative['Text'],{'style':[styles[_0x5d41(0xbf)],_0x592a92[_0x5d41(0xbe)]&&styles['requirementTextMet']]},_0x3e9ddd[_0x5d41(0xc0)])),_react['default'][_0x5d41(0xa9)](_reactNative[_0x5d41(0xb1)],{'style':styles[_0x5d41(0xb8)]},_react['default'][_0x5d41(0xa9)](_reactNative[_0x5d41(0xb1)],{'style':[styles[_0x5d41(0xb9)],_0x592a92['number']&&styles[_0x5d41(0xba)]]},_0x592a92[_0x5d41(0xc1)]&&_react[_0x5d41(0x1)][_0x5d41(0xa9)](_reactNative[_0x5d41(0xac)],{'style':styles[_0x5d41(0xbb)]},'✓')),_react['default']['createElement'](_reactNative[_0x5d41(0xac)],{'style':[styles[_0x5d41(0xbf)],_0x592a92[_0x5d41(0xc1)]&&styles[_0x5d41(0xbc)]]},_0x3e9ddd[_0x5d41(0xc2)])),_react[_0x5d41(0x1)][_0x5d41(0xa9)](_reactNative[_0x5d41(0xb1)],{'style':styles[_0x5d41(0xb8)]},_react[_0x5d41(0x1)][_0x5d41(0xa9)](_reactNative[_0x5d41(0xb1)],{'style':[styles[_0x5d41(0xb9)],_0x592a92[_0x5d41(0xc3)]&&styles['checkboxChecked']]},_0x592a92['symbol']&&_react[_0x5d41(0x1)][_0x5d41(0xa9)](_reactNative[_0x5d41(0xac)],{'style':styles['checkmark']},'✓')),_react[_0x5d41(0x1)][_0x5d41(0xa9)](_reactNative[_0x5d41(0xac)],{'style':[styles['requirementText'],_0x592a92[_0x5d41(0xc3)]&&styles[_0x5d41(0xbc)]]},_0x3e9ddd[_0x5d41(0xc4)]))),_react[_0x5d41(0x1)][_0x5d41(0xa9)](_reactNative[_0x5d41(0xb1)],{'style':[styles[_0x5d41(0xc5)],_0x3e9ddd[_0x5d41(0xc6)](_0xb51a96,_0x3e9ddd[_0x5d41(0xc7)])&&styles[_0x5d41(0xc8)],_0xb51a96===_0x3e9ddd['qIssV']&&styles['securityCardError']]},_react[_0x5d41(0x1)][_0x5d41(0xa9)](_reactNative['View'],{'style':styles[_0x5d41(0xc9)]},_0x3e9ddd[_0x5d41(0xca)](_0xb51a96,_0x5d41(0x36))&&_react[_0x5d41(0x1)][_0x5d41(0xa9)](_reactNative[_0x5d41(0xcb)],{'size':_0x3e9ddd[_0x5d41(0xcc)],'color':_theme[_0x5d41(0xcd)]['grey600']}),_0x3e9ddd[_0x5d41(0xc6)](_0xb51a96,_0x3e9ddd[_0x5d41(0x68)])&&_react[_0x5d41(0x1)][_0x5d41(0xa9)](_reactNative[_0x5d41(0xcb)],{'size':_0x3e9ddd[_0x5d41(0xcc)],'color':_0x3e9ddd[_0x5d41(0xce)]}),_0x3e9ddd[_0x5d41(0xc6)](_0xb51a96,_0x3e9ddd[_0x5d41(0x93)])&&_react[_0x5d41(0x1)][_0x5d41(0xa9)](_reactNative[_0x5d41(0xac)],{'style':styles['securityIcon']},'🔐'),_0xb51a96===_0x3e9ddd['DcFmc']&&_react[_0x5d41(0x1)]['createElement'](_reactNative[_0x5d41(0xac)],{'style':styles[_0x5d41(0xcf)]},'⚠️'),_0x3e9ddd[_0x5d41(0x50)](_0xb51a96,_0x3e9ddd['pgiwi'])&&_react[_0x5d41(0x1)][_0x5d41(0xa9)](_reactNative[_0x5d41(0xac)],{'style':styles[_0x5d41(0xcf)]},'✅'),_0xb51a96===_0x3e9ddd[_0x5d41(0x7d)]&&_react[_0x5d41(0x1)][_0x5d41(0xa9)](_reactNative['Text'],{'style':styles['securityIcon']},'❌')),_react[_0x5d41(0x1)][_0x5d41(0xa9)](_reactNative[_0x5d41(0xb1)],{'style':styles[_0x5d41(0xd0)]},_react[_0x5d41(0x1)][_0x5d41(0xa9)](_reactNative[_0x5d41(0xac)],{'style':styles[_0x5d41(0xd1)]},_0x3e9ddd['nBeHY'](_0xb51a96,_0x3e9ddd[_0x5d41(0xd2)])&&_0x3e9ddd[_0x5d41(0xd3)],_0x3e9ddd[_0x5d41(0xd4)](_0xb51a96,'available')&&_0x3e9ddd[_0x5d41(0xd5)],_0x3e9ddd[_0x5d41(0xca)](_0xb51a96,_0x3e9ddd[_0x5d41(0x42)])&&_0x3e9ddd[_0x5d41(0xd6)],_0x3e9ddd[_0x5d41(0x50)](_0xb51a96,_0x3e9ddd['MitMg'])&&_0x5d41(0xd7),_0xb51a96===_0x3e9ddd[_0x5d41(0xc7)]&&_0x3e9ddd[_0x5d41(0xd8)],_0x3e9ddd['RXuAL'](_0xb51a96,_0x3e9ddd[_0x5d41(0x7d)])&&_0x3e9ddd[_0x5d41(0xd9)]),_react[_0x5d41(0x1)]['createElement'](_reactNative[_0x5d41(0xac)],{'style':styles['securityDescription']},_0x3e9ddd['UqfYv'](_0xb51a96,_0x3e9ddd[_0x5d41(0xd2)])&&_0x3e9ddd[_0x5d41(0xda)],_0xb51a96===_0x3e9ddd[_0x5d41(0x93)]&&_0x3e9ddd[_0x5d41(0xdb)],_0x3e9ddd[_0x5d41(0x50)](_0xb51a96,_0x3e9ddd[_0x5d41(0x42)])&&_0x3e9ddd['rXNCx'],_0x3e9ddd[_0x5d41(0xdc)](_0xb51a96,_0x3e9ddd['MitMg'])&&'Please\x20authenticate\x20with\x20Face\x20ID\x20to\x20secure\x20your\x20PIN.',_0x3e9ddd[_0x5d41(0xdd)](_0xb51a96,_0x3e9ddd[_0x5d41(0xc7)])&&_0x5d41(0xde),_0x3e9ddd[_0x5d41(0xdf)](_0xb51a96,_0x3e9ddd[_0x5d41(0x7d)])&&'Face\x20ID\x20setup\x20failed,\x20but\x20your\x20PIN\x20is\x20stored\x20securely.'))),_react[_0x5d41(0x1)][_0x5d41(0xa9)](_reactNative['View'],{'style':styles[_0x5d41(0xe0)]},_react['default'][_0x5d41(0xa9)](_reactNative['TouchableOpacity'],{'style':[styles[_0x5d41(0xe1)],_0x27fc50&&styles[_0x5d41(0xe2)]],'onPress':_0xed6eef,'disabled':_0x3e9ddd[_0x5d41(0xe3)](!_0x27fc50,_0x45e2c4)},_0x45e2c4?_react[_0x5d41(0x1)][_0x5d41(0xa9)](_reactNative[_0x5d41(0xcb)],{'size':_0x3e9ddd[_0x5d41(0xcc)],'color':_0x3e9ddd[_0x5d41(0xe4)]}):_react[_0x5d41(0x1)]['createElement'](_reactNative[_0x5d41(0xac)],{'style':[styles['continueButtonText'],_0x27fc50&&styles[_0x5d41(0xe5)]]},_0x3e9ddd['CnjFu']))));};exports[_0x5d41(0x2)]=PinCreationScreen;const styles=_reactNative['StyleSheet']['create']({'container':{'flex':0x1,'backgroundColor':_theme[_0x5d41(0xcd)][_0x5d41(0xe6)],'paddingHorizontal':0x18,'paddingTop':0x28},'titleContainer':{'alignItems':_0x5d41(0xe7),'marginBottom':0x18,'paddingTop':0x0,'marginTop':0x0},'title':{'fontSize':0x18,'fontWeight':_0x5d41(0xe8),'color':_theme['COLORS'][_0x5d41(0xe9)],'marginBottom':0x8,'fontFamily':_0x5d41(0xea)},'subtitle':{'fontSize':0x10,'color':_theme[_0x5d41(0xcd)][_0x5d41(0xeb)],'lineHeight':0x18,'fontFamily':_0x5d41(0xec)},'pinContainer':{'marginBottom':0x20},'pinInput':{'backgroundColor':'#F8F9FA','borderRadius':0xc,'paddingVertical':0x10,'paddingHorizontal':0x10,'fontSize':0x10,'fontFamily':_0x5d41(0xec),'borderWidth':0x1,'borderColor':_0x5d41(0xed)},'requirementsContainer':{'marginBottom':0x20},'requirementsTitle':{'fontSize':0x10,'fontWeight':_0x5d41(0xee),'color':_theme[_0x5d41(0xcd)]['grey800'],'marginBottom':0x10,'fontFamily':_0x5d41(0xec)},'requirementItem':{'flexDirection':_0x5d41(0xef),'alignItems':_0x5d41(0xe7),'marginBottom':0xc},'checkbox':{'width':0x14,'height':0x14,'borderRadius':0xa,'borderWidth':0x2,'borderColor':_0x5d41(0xed),'marginRight':0xc,'alignItems':_0x5d41(0xe7),'justifyContent':_0x5d41(0xe7)},'checkboxChecked':{'borderColor':_0x5d41(0xf0),'backgroundColor':_0x5d41(0xf0)},'checkmark':{'color':_0x5d41(0x3e),'fontSize':0xc,'fontWeight':_0x5d41(0xf1)},'requirementText':{'fontSize':0xe,'color':_theme[_0x5d41(0xcd)][_0x5d41(0xeb)],'fontFamily':'Inter','flex':0x1},'requirementTextMet':{'color':_theme[_0x5d41(0xcd)]['grey800']},'securityCard':{'backgroundColor':'#F8F9FA','borderRadius':0xc,'padding':0x10,'flexDirection':_0x5d41(0xef),'alignItems':_0x5d41(0xe7),'marginBottom':0x18,'borderWidth':0x1,'borderColor':'#E5E5E5'},'securityCardSuccess':{'backgroundColor':_0x5d41(0xf2),'borderColor':_0x5d41(0xf3)},'securityCardError':{'backgroundColor':'#FEF2F2','borderColor':_0x5d41(0xf4)},'securityIconContainer':{'marginRight':0xc},'securityIcon':{'fontSize':0x18},'securityTextContainer':{'flex':0x1},'securityTitle':{'fontSize':0xe,'fontWeight':_0x5d41(0xee),'color':_theme['COLORS'][_0x5d41(0xe9)],'marginBottom':0x4,'fontFamily':_0x5d41(0xec)},'securityDescription':{'fontSize':0xd,'color':_theme[_0x5d41(0xcd)]['grey600'],'lineHeight':0x12,'fontFamily':_0x5d41(0xec)},'buttonContainer':{'marginTop':_0x5d41(0xf5),'paddingBottom':0x22},'continueButton':{'backgroundColor':_0x5d41(0xed),'borderRadius':0x19,'paddingVertical':0x10,'alignItems':_0x5d41(0xe7),'justifyContent':_0x5d41(0xe7)},'continueButtonActive':{'backgroundColor':_0x5d41(0xf6)},'continueButtonText':{'fontSize':0x10,'fontWeight':_0x5d41(0xee),'color':'#999999','fontFamily':_0x5d41(0xec)},'continueButtonTextActive':{'color':_0x5d41(0x3e)}});var _default=exports[_0x5d41(0x1)]=PinCreationScreen;
|
|
12
|
+
function _0x1b73(){const _0x24727f=['defineProperty','__esModule','default','PinCreationScreen','❌\x20Error\x20in\x20PIN\x20creation\x20process:','Pmblw','function','EUuPT','error','HapticType','ERROR','Alert','alert','PIN\x20Creation\x20Error','xFJGi','length','test','values','every','has','set','hasOwnProperty','call','getOwnPropertyDescriptor','get','CgUMi','Face\x20ID\x20Setup','Face\x20ID\x20authentication\x20was\x20cancelled\x20or\x20failed.\x20Your\x20PIN\x20is\x20still\x20saved\x20securely.','Try\x20Again','qmHGD','📝\x20PIN\x20stored\x20temporarily\x20for\x20onboarding','RGMGG','🔐\x20[PIN\x20CREATION]\x20Biometric\x20storage\x20enabled,\x20starting\x20biometric\x20flow...','📱\x20[PIN\x20CREATION]\x20Biometric\x20available\x20before\x20storage:','❌\x20[PIN\x20CREATION]\x20Face\x20ID\x20not\x20available\x20on\x20this\x20device','unavailable','✅\x20PIN\x20stored\x20successfully\x20with\x20Face\x20ID','PIN\x20Storage\x20Error','PIN\x20storage\x20verification\x20failed.\x20Please\x20try\x20again.','⚠️\x20Face\x20ID\x20authentication\x20was\x20cancelled\x20or\x20failed','📱\x20Biometric\x20not\x20available,\x20continuing\x20without\x20Face\x20ID','There\x20was\x20an\x20issue\x20creating\x20your\x20PIN.\x20Please\x20try\x20again.','ARBWQ','1|3|4|0|2','❌\x20PIN\x20storage\x20verification\x20failed','rItOt','RIyXG','checking','PLTJR','A\x20PIN\x20so\x20only\x20you\x20have\x20access\x20to\x20your\x20data.','Your\x20PIN\x20must:','Be\x20at\x20least\x208\x20characters\x20in\x20length.','Contain\x20an\x20uppercase\x20letter.','Contain\x20a\x20symbol\x20(e.g.\x20!@#$%^&*).','success','small','available','Checking\x20Face\x20ID...','Enhanced\x20Security','Face\x20ID\x20Unavailable','Securing\x20with\x20Face\x20ID...','PIN\x20Secured\x20with\x20Face\x20ID','We\x20use\x20Face\x20ID\x20to\x20ensure\x20only\x20you\x20can\x20access\x20your\x20data.','Face\x20ID\x20is\x20not\x20available\x20on\x20this\x20device.\x20Your\x20PIN\x20will\x20be\x20stored\x20securely.','Please\x20authenticate\x20with\x20Face\x20ID\x20to\x20secure\x20your\x20PIN.','Face\x20ID\x20setup\x20failed,\x20but\x20your\x20PIN\x20is\x20stored\x20securely.','#FFFFFF','Continue','useState','CPqNg','qsOmg','wwPSO','BUTTON_PRESS','acRyF','bKMhi','SGDES','Oeiek','FKoLj','vPCCc','kcRLu','hJtvN','pTGAk','xEsfa','lBSsF','jpejO','jvWFu','log','JNPIM','triggerHaptic','mGPeh','eLyUl','dsswg','Continue\x20Without\x20Face\x20ID','Please\x20ensure\x20your\x20PIN\x20meets\x20all\x20requirements.','🔐\x20Starting\x20PIN\x20creation\x20process...','setTemporaryPin','zZluu','MhoNk','PPVOx','fSnCt','biometricPinService','isBiometricAvailable','YhlNS','xaTXg','IdLXx','🔐\x20[PIN\x20CREATION]\x20Triggering\x20biometric\x20authentication\x20for\x20PIN\x20storage...','storePinWithBiometric','QZPZE','isPinStored','SUCCESS','WIMpL','split','ncoTA','XUlLk','jVmXJ','ltEIs','TbPRt','1|0|4|3|2','fBHAR','zSITx','qUXwN','tOPQL','cUVce','cdCYX','useEffect','wJCbu','ynNfX','ltlfD','pXGkZ','euWLM','ZOStA','sPsav','rLqSx','oWXsv','FAMpA','NLxUT','huJIx','XSPmA','eDzCK','NvANw','RdHII','fVPZi','zWPGq','YmNPm','SStFS','zwVPL','lHipF','createElement','View','titleContainer','Text','EQDQz','subtitle','CBjYN','pinContainer','gLvHG','requirementsContainer','requirementsTitle','ytHBP','requirementItem','checkbox','checkmark','requirementTextMet','FwrRU','uppercase','checkboxChecked','zjuKw','number','requirementText','Contain\x20a\x20number.','symbol','cWjFc','securityCardSuccess','xfaNy','securityCardError','securityIconContainer','ActivityIndicator','uMGCS','grey600','iZVHo','#D4A536','PyBAW','WSxDZ','securityIcon','vNSid','lvSHW','securityTextContainer','securityTitle','umYKm','sXgQR','mfKkd','JLcZV','securityDescription','yvxEm','vEaZb','ywFXq','JfoDr','tpoPT','HfacP','aTEpZ','buttonContainer','TouchableOpacity','continueButtonActive','bakmP','LluUG','continueButtonTextActive','LfQmr','create','COLORS','surface','center','grey800','Inter','#E5E5E5','600','bold','#F8F9FA','row','#F0FDF4','#22C55E','#FEF2F2','#EF4444','auto','#2D3436','#999999'];_0x1b73=function(){return _0x24727f;};return _0x1b73();}function _0x5143(_0x1b73ba,_0x51430f){_0x1b73ba=_0x1b73ba-0x0;const _0x3d4355=_0x1b73();let _0x226db7=_0x3d4355[_0x1b73ba];return _0x226db7;}Object[_0x5143(0x0)](exports,_0x5143(0x1),{'value':!![]}),exports[_0x5143(0x2)]=exports[_0x5143(0x3)]=void 0x0;var _react=_interopRequireWildcard(__ONAIROS_REQ_FUNC__(0x0)),_reactNative=__ONAIROS_REQ_FUNC__(0x1),_theme=__ONAIROS_REQ_FUNC__(0x2),_haptics=__ONAIROS_REQ_FUNC__(0x3),_biometricPinService=__ONAIROS_REQ_FUNC__(0x4),_pinStorageUtils=__ONAIROS_REQ_FUNC__(0x5);function _interopRequireWildcard(_0x37e46a,_0x8ccdb8){const _0x167f10={'wlSKv':_0x5143(0x4),'SDTUv':function(_0xc79725,_0x1fac78){return _0xc79725(_0x1fac78);},'GFIXD':'There\x20was\x20an\x20issue\x20creating\x20your\x20PIN.\x20Please\x20try\x20again.','ynbZY':function(_0xf83162,_0x66425f){return _0xf83162>=_0x66425f;},'BmYPq':function(_0x2a9daf,_0x48a149){return _0x2a9daf(_0x48a149);},'EUuPT':_0x5143(0x5),'xFJGi':function(_0x4dd799,_0x2b6a23){return _0x4dd799===_0x2b6a23;},'uGGOj':function(_0x41c7a5,_0x5c65b1){return _0x41c7a5!=_0x5c65b1;},'lrsWj':function(_0x21deaa,_0x38c93b){return _0x21deaa!=_0x38c93b;},'BSqqD':function(_0x4e9a26,_0x4c62cd){return _0x4e9a26==_0x4c62cd;}};if(_0x167f10['BSqqD'](_0x5143(0x6),typeof WeakMap))var _0x3c0d17=new WeakMap(),_0x3137d7=new WeakMap();return(_interopRequireWildcard=function(_0x1697da,_0x280b3e){if(_0x167f10['EUuPT']!==_0x167f10[_0x5143(0x7)])_0x2d6e4c['error'](_0x167f10['wlSKv'],_0x1a0236),_0x167f10['SDTUv'](_0xf452a2,_0x5143(0x8)),_0x2c8e21(![]),(0x0,_0x3c506f['triggerHaptic'])(_0x2ede97[_0x5143(0x9)][_0x5143(0xa)]),_0x31d0d2[_0x5143(0xb)][_0x5143(0xc)](_0x5143(0xd),_0x167f10['GFIXD'],[{'text':'OK'}]);else{if(!_0x280b3e&&_0x1697da&&_0x1697da[_0x5143(0x1)])return _0x1697da;var _0x3b4512,_0x1086e6,_0x1b0b11={'__proto__':null,'default':_0x1697da};if(_0x167f10[_0x5143(0xe)](null,_0x1697da)||_0x167f10['uGGOj']('object',typeof _0x1697da)&&_0x167f10['lrsWj']('function',typeof _0x1697da))return _0x1b0b11;if(_0x3b4512=_0x280b3e?_0x3137d7:_0x3c0d17){if(_0x167f10[_0x5143(0xe)]('DOPnL','ttHeT')){const _0x459a21={'length':_0x167f10['ynbZY'](_0x38aa0c[_0x5143(0xf)],0x8),'uppercase':/[A-Z]/[_0x5143(0x10)](_0x2c1457),'number':/[0-9]/['test'](_0x51fca3),'symbol':/[!@#$%^&*(),.?":{}|<>]/[_0x5143(0x10)](_0x568af6)};return _0x167f10['BmYPq'](_0x3ea3ef,_0x459a21),_0x14b425[_0x5143(0x11)](_0x459a21)[_0x5143(0x12)](_0x2afb37=>_0x2afb37);}else{if(_0x3b4512[_0x5143(0x13)](_0x1697da))return _0x3b4512['get'](_0x1697da);_0x3b4512[_0x5143(0x14)](_0x1697da,_0x1b0b11);}}for(const _0x3cbdc1 in _0x1697da)_0x5143(0x2)!==_0x3cbdc1&&{}[_0x5143(0x15)][_0x5143(0x16)](_0x1697da,_0x3cbdc1)&&((_0x1086e6=(_0x3b4512=Object[_0x5143(0x0)])&&Object[_0x5143(0x17)](_0x1697da,_0x3cbdc1))&&(_0x1086e6[_0x5143(0x18)]||_0x1086e6[_0x5143(0x14)])?_0x3b4512(_0x1b0b11,_0x3cbdc1,_0x1086e6):_0x1b0b11[_0x3cbdc1]=_0x1697da[_0x3cbdc1]);return _0x1b0b11;}})(_0x37e46a,_0x8ccdb8);}const PinCreationScreen=({visible:_0x1c4f08,onComplete:_0x202ffd,onBack:_0x10264c})=>{const _0xf1882c={'qsOmg':function(_0x3466a8,_0x5e39cf){return _0x3466a8>=_0x5e39cf;},'ltEIs':function(_0x4bd25d,_0x2015ed){return _0x4bd25d(_0x2015ed);},'wwPSO':function(_0x12b0ea,_0x53c204){return _0x12b0ea!==_0x53c204;},'CgfnS':_0x5143(0x19),'acRyF':function(_0x216a3a,_0x2d1bf0){return _0x216a3a(_0x2d1bf0);},'MUJde':function(_0x2b4db7,_0x597afc){return _0x2b4db7(_0x597afc);},'bKMhi':function(_0x26b45b,_0x5d6bcb){return _0x26b45b(_0x5d6bcb);},'SGDES':'error','Oeiek':_0x5143(0x1a),'FKoLj':_0x5143(0x1b),'vPCCc':_0x5143(0x1c),'kcRLu':function(_0x29369f,_0x1b4b8c){return _0x29369f(_0x1b4b8c);},'hJtvN':_0x5143(0x1d),'pTGAk':'LPOoN','jpejO':function(_0x114ec1,_0x3f94c4){return _0x114ec1!==_0x3f94c4;},'jvWFu':'hLBtH','zZluu':_0x5143(0x1e),'MhoNk':_0x5143(0x1f),'FHepa':function(_0x55a53b,_0x19edca){return _0x55a53b(_0x19edca);},'iZVHo':'storing','fSnCt':_0x5143(0x20),'KitbU':_0x5143(0x21),'YhlNS':'dlIPb','xaTXg':_0x5143(0x22),'IdLXx':_0x5143(0x23),'QZPZE':_0x5143(0x24),'oWXsv':function(_0x48721c,_0x4dff9f){return _0x48721c(_0x4dff9f);},'WIMpL':function(_0x3dc27b,_0xa2b86c,_0x512fe6){return _0x3dc27b(_0xa2b86c,_0x512fe6);},'CslYl':_0x5143(0x25),'ujaYz':_0x5143(0x26),'TVyZv':function(_0x22d04d,_0x8221ec){return _0x22d04d(_0x8221ec);},'mDuLY':_0x5143(0x27),'ncoTA':'Continue\x20Without\x20Face\x20ID','jVmXJ':_0x5143(0x28),'TbPRt':function(_0x431543,_0x45ce7c){return _0x431543(_0x45ce7c);},'fBHAR':function(_0x238735,_0x3fcc6b){return _0x238735(_0x3fcc6b);},'zSITx':_0x5143(0x4),'qUXwN':_0x5143(0x29),'GMIMZ':function(_0x1f56f3,_0x41e227){return _0x1f56f3(_0x41e227);},'tOPQL':function(_0x416bc5,_0x34613f){return _0x416bc5===_0x34613f;},'epmNE':_0x5143(0x2a),'cdCYX':function(_0x37719d){return _0x37719d();},'wJCbu':function(_0x4d500e,_0x16103c){return _0x4d500e(_0x16103c);},'ynNfX':_0x5143(0x2b),'ltlfD':_0x5143(0x2c),'KNito':function(_0x3bbcb1,_0x237cad){return _0x3bbcb1(_0x237cad);},'pXGkZ':_0x5143(0x2d),'JLcZV':function(_0x6d7a96,_0x40a186){return _0x6d7a96===_0x40a186;},'ZOStA':_0x5143(0x2e),'sPsav':function(_0x2f5cc6,_0x4e1567){return _0x2f5cc6(_0x4e1567);},'CPqNg':_0x5143(0x2f),'rLqSx':function(_0x5b487d,_0x1d6651){return _0x5b487d(_0x1d6651);},'FAMpA':'📱\x20Biometric\x20availability\x20check:','XSPmA':function(_0x320b1b,_0x2cff39){return _0x320b1b!==_0x2cff39;},'eDzCK':_0x5143(0x30),'SStFS':'❌\x20Error\x20checking\x20biometric\x20availability:','zwVPL':function(_0x4dcd44,_0x29867a){return _0x4dcd44(_0x29867a);},'lHipF':function(_0x51e16e,_0x331b0f){return _0x51e16e(_0x331b0f);},'EQDQz':'Create\x20a\x20PIN','CBjYN':_0x5143(0x31),'gLvHG':'Enter\x20your\x20PIN','ytHBP':_0x5143(0x32),'FwrRU':_0x5143(0x33),'zjuKw':_0x5143(0x34),'cWjFc':_0x5143(0x35),'vNSid':_0x5143(0x36),'xfaNy':function(_0x346bb0,_0x53d958){return _0x346bb0===_0x53d958;},'lvSHW':function(_0x4702fc,_0xfed8c8){return _0x4702fc===_0xfed8c8;},'uMGCS':_0x5143(0x37),'PyBAW':function(_0x520c37,_0x354a76){return _0x520c37===_0x354a76;},'WSxDZ':_0x5143(0x38),'umYKm':_0x5143(0x39),'bldpM':_0x5143(0x3a),'sXgQR':_0x5143(0x3b),'mfKkd':_0x5143(0x3c),'rLWFC':_0x5143(0x3d),'FHImU':'Face\x20ID\x20Setup\x20Failed','yvxEm':function(_0x25d7f0,_0x387197){return _0x25d7f0===_0x387197;},'vEaZb':'Verifying\x20Face\x20ID\x20availability\x20on\x20your\x20device.','ywFXq':_0x5143(0x3e),'JfoDr':_0x5143(0x3f),'tpoPT':_0x5143(0x40),'HfacP':function(_0x49d61c,_0x4660a1){return _0x49d61c===_0x4660a1;},'yoewb':'Your\x20PIN\x20is\x20now\x20protected\x20with\x20Face\x20ID\x20authentication.','aTEpZ':_0x5143(0x41),'bakmP':function(_0x59c651,_0xc12d5a){return _0x59c651||_0xc12d5a;},'LluUG':_0x5143(0x42),'LfQmr':_0x5143(0x43)},[_0x2babb5,_0x106d02]=(0x0,_react[_0x5143(0x44)])(''),[_0x5b7046,_0x48e3b8]=(0x0,_react[_0x5143(0x44)])({'length':![],'uppercase':![],'number':![],'symbol':![]}),[_0xa732b1,_0x5d62c6]=(0x0,_react['useState'])(![]),[_0x5f25ab,_0x126c5c]=(0x0,_react[_0x5143(0x44)])(![]),[_0x175317,_0x2d1475]=(0x0,_react[_0x5143(0x44)])(_0xf1882c[_0x5143(0x45)]),_0x1405c7=_0x48afc6=>{const _0x3d4a22={'length':_0xf1882c[_0x5143(0x46)](_0x48afc6[_0x5143(0xf)],0x8),'uppercase':/[A-Z]/[_0x5143(0x10)](_0x48afc6),'number':/[0-9]/[_0x5143(0x10)](_0x48afc6),'symbol':/[!@#$%^&*(),.?":{}|<>]/['test'](_0x48afc6)};return _0xf1882c['ltEIs'](_0x48e3b8,_0x3d4a22),Object[_0x5143(0x11)](_0x3d4a22)[_0x5143(0x12)](_0xa4e472=>_0xa4e472);},_0x594a03=_0x189a63=>{_0xf1882c[_0x5143(0x47)](_0x5143(0x19),_0xf1882c['CgfnS'])?((0x0,_0x443158['triggerHaptic'])(_0x4c4c07[_0x5143(0x9)][_0x5143(0x48)]),_0x31aa82()):(_0xf1882c['acRyF'](_0x106d02,_0x189a63),_0xf1882c[_0x5143(0x49)](_0x1405c7,_0x189a63));},_0x439bfc=async()=>{const _0x62c168={'xEsfa':function(_0x4d2a0c,_0x15ecf3){return _0x4d2a0c(_0x15ecf3);},'lBSsF':'available','JNPIM':function(_0x3297b1,_0x4490ff){return _0xf1882c[_0x5143(0x4a)](_0x3297b1,_0x4490ff);},'LcIAl':_0xf1882c[_0x5143(0x4b)],'mGPeh':_0xf1882c[_0x5143(0x4c)],'GTWHR':_0xf1882c[_0x5143(0x4d)],'eLyUl':_0xf1882c[_0x5143(0x4e)],'XUlLk':function(_0x1c4d95,_0x35d748){return _0xf1882c[_0x5143(0x4f)](_0x1c4d95,_0x35d748);}};if(_0xf1882c[_0x5143(0x50)]===_0xf1882c[_0x5143(0x51)])_0x62c168[_0x5143(0x52)](_0x2cad07,![]),_0x62c168[_0x5143(0x52)](_0x52fa1b,_0x62c168[_0x5143(0x53)]);else{if(!_0x1405c7(_0x2babb5)){if(_0xf1882c[_0x5143(0x54)](_0xf1882c[_0x5143(0x55)],_0xf1882c[_0x5143(0x55)])){const _0x5addab={'QjTFg':function(_0x2113bd,_0x5a68d5){return _0x62c168[_0x5143(0x52)](_0x2113bd,_0x5a68d5);},'dsswg':_0x62c168[_0x5143(0x53)]};_0x41ee2e[_0x5143(0x56)]('⚠️\x20Face\x20ID\x20authentication\x20was\x20cancelled\x20or\x20failed'),_0x62c168[_0x5143(0x57)](_0x224fd1,_0x62c168['LcIAl']),(0x0,_0x271693[_0x5143(0x58)])(_0x4672bf[_0x5143(0x9)][_0x5143(0xa)]),_0x24151f[_0x5143(0xb)][_0x5143(0xc)](_0x62c168[_0x5143(0x59)],_0x62c168['GTWHR'],[{'text':_0x62c168[_0x5143(0x5a)],'onPress':()=>{_0x5addab['QjTFg'](_0x37a6b9,![]),_0x5addab['QjTFg'](_0x240722,_0x5addab[_0x5143(0x5b)]);}},{'text':_0x5143(0x5c),'onPress':()=>{_0x1a2525(![]),_0x62c168['xEsfa'](_0x3bbc6d,_0x544343);}}]);}else{(0x0,_haptics[_0x5143(0x58)])(_haptics[_0x5143(0x9)][_0x5143(0xa)]),_reactNative[_0x5143(0xb)][_0x5143(0xc)]('Invalid\x20PIN',_0x5143(0x5d));return;}}(0x0,_haptics[_0x5143(0x58)])(_haptics[_0x5143(0x9)][_0x5143(0x48)]),_0x5d62c6(!![]);try{console[_0x5143(0x56)](_0x5143(0x5e)),(0x0,_pinStorageUtils[_0x5143(0x5f)])(_0x2babb5),console['log'](_0xf1882c[_0x5143(0x60)]);if(_0x5f25ab){if(_0xf1882c[_0x5143(0x61)]!==_0x5143(0x62)){_0xf1882c['FHepa'](_0x2d1475,_0xf1882c['iZVHo']),console[_0x5143(0x56)](_0xf1882c[_0x5143(0x63)]);const _0x2b2323=await _biometricPinService[_0x5143(0x64)][_0x5143(0x65)]();console[_0x5143(0x56)](_0xf1882c['KitbU'],_0x2b2323);if(!_0x2b2323){if(_0xf1882c[_0x5143(0x66)]!=='dlIPb')_0x62c168['JNPIM'](_0xc8bac,_0x4bc8ee),_0x1772fa(_0x5933ea);else{console[_0x5143(0x8)](_0xf1882c[_0x5143(0x67)]),_0x2d1475(_0xf1882c[_0x5143(0x68)]),_0xf1882c[_0x5143(0x4f)](_0x5d62c6,![]);return;}}console[_0x5143(0x56)](_0x5143(0x69));const _0x276bc5=await _biometricPinService[_0x5143(0x64)][_0x5143(0x6a)](_0x2babb5);if(_0x276bc5){console[_0x5143(0x56)](_0xf1882c[_0x5143(0x6b)]);const _0xb47376=await _biometricPinService['biometricPinService'][_0x5143(0x6c)]();if(_0xb47376)console[_0x5143(0x56)]('✅\x20PIN\x20storage\x20verified\x20-\x20proceeding\x20with\x20onboarding'),_0xf1882c['oWXsv'](_0x2d1475,'success'),(0x0,_haptics[_0x5143(0x58)])(_haptics['HapticType'][_0x5143(0x6d)]),_0xf1882c[_0x5143(0x6e)](setTimeout,()=>{_0xf1882c['acRyF'](_0x5d62c6,![]),_0xf1882c['MUJde'](_0x202ffd,_0x2babb5);},0x320);else{const _0x526e25='0|4|2|1|3'[_0x5143(0x6f)]('|');let _0xb0cdcb=0x0;while(!![]){switch(_0x526e25[_0xb0cdcb++]){case'0':console[_0x5143(0x8)](_0x5143(0x2c));continue;case'1':(0x0,_haptics[_0x5143(0x58)])(_haptics['HapticType'][_0x5143(0xa)]);continue;case'2':_0x5d62c6(![]);continue;case'3':_reactNative[_0x5143(0xb)][_0x5143(0xc)](_0xf1882c['CslYl'],_0xf1882c['ujaYz'],[{'text':'OK'}]);continue;case'4':_0xf1882c['TVyZv'](_0x2d1475,_0xf1882c[_0x5143(0x4b)]);continue;}break;}}}else console[_0x5143(0x56)](_0xf1882c['mDuLY']),_0x2d1475(_0xf1882c[_0x5143(0x4b)]),(0x0,_haptics[_0x5143(0x58)])(_haptics['HapticType'][_0x5143(0xa)]),_reactNative[_0x5143(0xb)]['alert'](_0xf1882c[_0x5143(0x4c)],_0xf1882c[_0x5143(0x4d)],[{'text':_0xf1882c[_0x5143(0x4e)],'onPress':()=>{_0xf1882c['ltEIs'](_0x5d62c6,![]),_0xf1882c[_0x5143(0x4a)](_0x2d1475,'available');}},{'text':_0xf1882c[_0x5143(0x70)],'onPress':()=>{_0x5d62c6(![]),_0x62c168[_0x5143(0x71)](_0x202ffd,_0x2babb5);}}]);}else _0xf1882c[_0x5143(0x49)](_0x4472f6,![]),_0x3561e7(_0x4112fb);}else console[_0x5143(0x56)](_0xf1882c[_0x5143(0x72)]),_0x2d1475(_0xf1882c[_0x5143(0x68)]),_0xf1882c[_0x5143(0x73)](_0x5d62c6,![]),_0xf1882c[_0x5143(0x74)](_0x202ffd,_0x2babb5);}catch(_0x40cc96){const _0x3c328e=_0x5143(0x75)[_0x5143(0x6f)]('|');let _0x3ea11b=0x0;while(!![]){switch(_0x3c328e[_0x3ea11b++]){case'0':_0xf1882c[_0x5143(0x76)](_0x2d1475,_0xf1882c[_0x5143(0x4b)]);continue;case'1':console[_0x5143(0x8)](_0xf1882c[_0x5143(0x77)],_0x40cc96);continue;case'2':_reactNative['Alert'][_0x5143(0xc)](_0x5143(0xd),_0xf1882c[_0x5143(0x78)],[{'text':'OK'}]);continue;case'3':(0x0,_haptics['triggerHaptic'])(_haptics[_0x5143(0x9)][_0x5143(0xa)]);continue;case'4':_0xf1882c[_0x5143(0x4f)](_0x5d62c6,![]);continue;}break;}}}},_0x204200=()=>{if(_0xf1882c[_0x5143(0x79)](_0x5143(0x7a),_0xf1882c['epmNE'])){_0x560ede[_0x5143(0x8)]('❌\x20[PIN\x20CREATION]\x20Face\x20ID\x20not\x20available\x20on\x20this\x20device'),_0xf1882c[_0x5143(0x73)](_0x4947e0,_0xf1882c[_0x5143(0x68)]),_0xf1882c['GMIMZ'](_0x42295f,![]);return;}else(0x0,_haptics[_0x5143(0x58)])(_haptics['HapticType'][_0x5143(0x48)]),_0xf1882c[_0x5143(0x7b)](_0x10264c);};(0x0,_react[_0x5143(0x7c)])(()=>{const _0x4a216c={'euWLM':function(_0x444d70){return _0x444d70();}},_0x44cfe8=async()=>{const _0x3cbaab={'NLxUT':function(_0x924b0,_0x36c38e){return _0xf1882c[_0x5143(0x49)](_0x924b0,_0x36c38e);},'huJIx':function(_0x4c10ae,_0x1400c4){return _0xf1882c[_0x5143(0x7d)](_0x4c10ae,_0x1400c4);},'orIXa':_0xf1882c[_0x5143(0x7e)],'NvANw':_0xf1882c[_0x5143(0x7f)],'RdHII':_0xf1882c['CslYl'],'fVPZi':_0x5143(0x26),'zWPGq':_0xf1882c[_0x5143(0x4b)],'YmNPm':function(_0x2f9024,_0x4212d1){return _0xf1882c['KNito'](_0x2f9024,_0x4212d1);}};if(_0xf1882c['wwPSO'](_0xf1882c[_0x5143(0x80)],_0xf1882c[_0x5143(0x80)]))_0x4a216c[_0x5143(0x81)](_0x59172f);else try{if(_0xf1882c['JLcZV'](_0xf1882c[_0x5143(0x82)],'RIyXG')){_0xf1882c[_0x5143(0x83)](_0x2d1475,_0xf1882c[_0x5143(0x45)]);const _0x53b0bd=await _biometricPinService[_0x5143(0x64)][_0x5143(0x65)]();_0xf1882c[_0x5143(0x84)](_0x126c5c,_0x53b0bd),_0xf1882c[_0x5143(0x85)](_0x2d1475,_0x53b0bd?_0x5143(0x38):_0xf1882c[_0x5143(0x68)]),console['log'](_0xf1882c[_0x5143(0x86)],_0x53b0bd);}else _0x3cbaab[_0x5143(0x87)](_0x412593,![]),_0x3cbaab[_0x5143(0x88)](_0x395ee4,_0x5a4e7d);}catch(_0x14941d){if(_0xf1882c[_0x5143(0x89)](_0xf1882c[_0x5143(0x8a)],_0x5143(0x30))){const _0x2a8f53=_0x3cbaab['orIXa'][_0x5143(0x6f)]('|');let _0x294ad0=0x0;while(!![]){switch(_0x2a8f53[_0x294ad0++]){case'0':(0x0,_0x27f891[_0x5143(0x58)])(_0x3a4a8e['HapticType'][_0x5143(0xa)]);continue;case'1':_0x2e93d5[_0x5143(0x8)](_0x3cbaab[_0x5143(0x8b)]);continue;case'2':_0x1e0d87[_0x5143(0xb)][_0x5143(0xc)](_0x3cbaab[_0x5143(0x8c)],_0x3cbaab[_0x5143(0x8d)],[{'text':'OK'}]);continue;case'3':_0x3cbaab[_0x5143(0x88)](_0x20bbe4,_0x3cbaab[_0x5143(0x8e)]);continue;case'4':_0x3cbaab[_0x5143(0x8f)](_0x30b12f,![]);continue;}break;}}else console[_0x5143(0x8)](_0xf1882c[_0x5143(0x90)],_0x14941d),_0xf1882c[_0x5143(0x91)](_0x126c5c,![]),_0xf1882c[_0x5143(0x92)](_0x2d1475,'unavailable');}};_0x1c4f08&&_0xf1882c[_0x5143(0x7b)](_0x44cfe8);},[_0x1c4f08]);const _0x213534=Object[_0x5143(0x11)](_0x5b7046)[_0x5143(0x12)](_0x5f263b=>_0x5f263b);if(!_0x1c4f08)return null;return _react[_0x5143(0x2)][_0x5143(0x93)](_reactNative[_0x5143(0x94)],{'style':styles['container']},_react['default'][_0x5143(0x93)](_reactNative['View'],{'style':styles[_0x5143(0x95)]},_react[_0x5143(0x2)]['createElement'](_reactNative[_0x5143(0x96)],{'style':styles['title']},_0xf1882c[_0x5143(0x97)]),_react[_0x5143(0x2)]['createElement'](_reactNative['Text'],{'style':styles[_0x5143(0x98)]},_0xf1882c[_0x5143(0x99)])),_react[_0x5143(0x2)][_0x5143(0x93)](_reactNative[_0x5143(0x94)],{'style':styles[_0x5143(0x9a)]},_react['default'][_0x5143(0x93)](_reactNative['TextInput'],{'style':styles['pinInput'],'value':_0x2babb5,'onChangeText':_0x594a03,'placeholder':_0xf1882c[_0x5143(0x9b)],'secureTextEntry':!![],'autoFocus':!![],'maxLength':0x14})),_react['default'][_0x5143(0x93)](_reactNative['View'],{'style':styles[_0x5143(0x9c)]},_react['default'][_0x5143(0x93)](_reactNative['Text'],{'style':styles[_0x5143(0x9d)]},_0xf1882c[_0x5143(0x9e)]),_react[_0x5143(0x2)]['createElement'](_reactNative[_0x5143(0x94)],{'style':styles[_0x5143(0x9f)]},_react[_0x5143(0x2)]['createElement'](_reactNative[_0x5143(0x94)],{'style':[styles[_0x5143(0xa0)],_0x5b7046[_0x5143(0xf)]&&styles['checkboxChecked']]},_0x5b7046[_0x5143(0xf)]&&_react[_0x5143(0x2)][_0x5143(0x93)](_reactNative[_0x5143(0x96)],{'style':styles[_0x5143(0xa1)]},'✓')),_react['default'][_0x5143(0x93)](_reactNative['Text'],{'style':[styles['requirementText'],_0x5b7046[_0x5143(0xf)]&&styles[_0x5143(0xa2)]]},_0xf1882c[_0x5143(0xa3)])),_react[_0x5143(0x2)][_0x5143(0x93)](_reactNative[_0x5143(0x94)],{'style':styles[_0x5143(0x9f)]},_react[_0x5143(0x2)][_0x5143(0x93)](_reactNative['View'],{'style':[styles[_0x5143(0xa0)],_0x5b7046[_0x5143(0xa4)]&&styles[_0x5143(0xa5)]]},_0x5b7046['uppercase']&&_react['default']['createElement'](_reactNative[_0x5143(0x96)],{'style':styles[_0x5143(0xa1)]},'✓')),_react[_0x5143(0x2)][_0x5143(0x93)](_reactNative[_0x5143(0x96)],{'style':[styles['requirementText'],_0x5b7046[_0x5143(0xa4)]&&styles['requirementTextMet']]},_0xf1882c[_0x5143(0xa6)])),_react[_0x5143(0x2)][_0x5143(0x93)](_reactNative[_0x5143(0x94)],{'style':styles[_0x5143(0x9f)]},_react[_0x5143(0x2)][_0x5143(0x93)](_reactNative[_0x5143(0x94)],{'style':[styles['checkbox'],_0x5b7046[_0x5143(0xa7)]&&styles[_0x5143(0xa5)]]},_0x5b7046['number']&&_react[_0x5143(0x2)]['createElement'](_reactNative[_0x5143(0x96)],{'style':styles['checkmark']},'✓')),_react['default']['createElement'](_reactNative['Text'],{'style':[styles[_0x5143(0xa8)],_0x5b7046[_0x5143(0xa7)]&&styles[_0x5143(0xa2)]]},_0x5143(0xa9))),_react[_0x5143(0x2)][_0x5143(0x93)](_reactNative[_0x5143(0x94)],{'style':styles['requirementItem']},_react['default'][_0x5143(0x93)](_reactNative[_0x5143(0x94)],{'style':[styles['checkbox'],_0x5b7046[_0x5143(0xaa)]&&styles['checkboxChecked']]},_0x5b7046['symbol']&&_react[_0x5143(0x2)][_0x5143(0x93)](_reactNative['Text'],{'style':styles[_0x5143(0xa1)]},'✓')),_react['default'][_0x5143(0x93)](_reactNative[_0x5143(0x96)],{'style':[styles[_0x5143(0xa8)],_0x5b7046[_0x5143(0xaa)]&&styles[_0x5143(0xa2)]]},_0xf1882c[_0x5143(0xab)]))),_react[_0x5143(0x2)]['createElement'](_reactNative[_0x5143(0x94)],{'style':[styles['securityCard'],_0x175317===_0xf1882c['vNSid']&&styles[_0x5143(0xac)],_0xf1882c[_0x5143(0xad)](_0x175317,_0xf1882c[_0x5143(0x4b)])&&styles[_0x5143(0xae)]]},_react[_0x5143(0x2)][_0x5143(0x93)](_reactNative[_0x5143(0x94)],{'style':styles[_0x5143(0xaf)]},_0xf1882c['lvSHW'](_0x175317,_0xf1882c[_0x5143(0x45)])&&_react[_0x5143(0x2)][_0x5143(0x93)](_reactNative[_0x5143(0xb0)],{'size':_0xf1882c[_0x5143(0xb1)],'color':_theme['COLORS'][_0x5143(0xb2)]}),_0x175317===_0xf1882c[_0x5143(0xb3)]&&_react[_0x5143(0x2)][_0x5143(0x93)](_reactNative[_0x5143(0xb0)],{'size':'small','color':_0x5143(0xb4)}),_0xf1882c[_0x5143(0xb5)](_0x175317,_0xf1882c[_0x5143(0xb6)])&&_react[_0x5143(0x2)][_0x5143(0x93)](_reactNative['Text'],{'style':styles[_0x5143(0xb7)]},'🔐'),_0x175317===_0xf1882c[_0x5143(0x68)]&&_react[_0x5143(0x2)][_0x5143(0x93)](_reactNative[_0x5143(0x96)],{'style':styles[_0x5143(0xb7)]},'⚠️'),_0x175317===_0xf1882c[_0x5143(0xb8)]&&_react['default'][_0x5143(0x93)](_reactNative[_0x5143(0x96)],{'style':styles[_0x5143(0xb7)]},'✅'),_0xf1882c[_0x5143(0xb9)](_0x175317,_0xf1882c['SGDES'])&&_react[_0x5143(0x2)][_0x5143(0x93)](_reactNative[_0x5143(0x96)],{'style':styles['securityIcon']},'❌')),_react['default']['createElement'](_reactNative[_0x5143(0x94)],{'style':styles[_0x5143(0xba)]},_react[_0x5143(0x2)][_0x5143(0x93)](_reactNative['Text'],{'style':styles[_0x5143(0xbb)]},_0xf1882c[_0x5143(0xb5)](_0x175317,_0x5143(0x2f))&&_0xf1882c[_0x5143(0xbc)],_0xf1882c[_0x5143(0x79)](_0x175317,_0xf1882c[_0x5143(0xb6)])&&_0xf1882c['bldpM'],_0xf1882c[_0x5143(0xb5)](_0x175317,_0xf1882c[_0x5143(0x68)])&&_0xf1882c[_0x5143(0xbd)],_0xf1882c[_0x5143(0xb5)](_0x175317,_0xf1882c[_0x5143(0xb3)])&&_0xf1882c[_0x5143(0xbe)],_0xf1882c[_0x5143(0xbf)](_0x175317,_0xf1882c['vNSid'])&&_0xf1882c['rLWFC'],_0x175317===_0xf1882c[_0x5143(0x4b)]&&_0xf1882c['FHImU']),_react[_0x5143(0x2)][_0x5143(0x93)](_reactNative[_0x5143(0x96)],{'style':styles[_0x5143(0xc0)]},_0xf1882c[_0x5143(0xc1)](_0x175317,_0xf1882c[_0x5143(0x45)])&&_0xf1882c[_0x5143(0xc2)],_0xf1882c[_0x5143(0xb9)](_0x175317,_0xf1882c[_0x5143(0xb6)])&&_0xf1882c[_0x5143(0xc3)],_0xf1882c[_0x5143(0x79)](_0x175317,_0xf1882c['IdLXx'])&&_0xf1882c[_0x5143(0xc4)],_0xf1882c[_0x5143(0x79)](_0x175317,_0xf1882c[_0x5143(0xb3)])&&_0xf1882c[_0x5143(0xc5)],_0xf1882c[_0x5143(0xc6)](_0x175317,_0xf1882c['vNSid'])&&_0xf1882c['yoewb'],_0x175317===_0xf1882c[_0x5143(0x4b)]&&_0xf1882c[_0x5143(0xc7)]))),_react['default'][_0x5143(0x93)](_reactNative[_0x5143(0x94)],{'style':styles[_0x5143(0xc8)]},_react[_0x5143(0x2)]['createElement'](_reactNative[_0x5143(0xc9)],{'style':[styles['continueButton'],_0x213534&&styles[_0x5143(0xca)]],'onPress':_0x439bfc,'disabled':_0xf1882c[_0x5143(0xcb)](!_0x213534,_0xa732b1)},_0xa732b1?_react[_0x5143(0x2)][_0x5143(0x93)](_reactNative[_0x5143(0xb0)],{'size':_0xf1882c['uMGCS'],'color':_0xf1882c[_0x5143(0xcc)]}):_react[_0x5143(0x2)]['createElement'](_reactNative[_0x5143(0x96)],{'style':[styles['continueButtonText'],_0x213534&&styles[_0x5143(0xcd)]]},_0xf1882c[_0x5143(0xce)]))));};exports[_0x5143(0x3)]=PinCreationScreen;const styles=_reactNative['StyleSheet'][_0x5143(0xcf)]({'container':{'flex':0x1,'backgroundColor':_theme[_0x5143(0xd0)][_0x5143(0xd1)],'paddingHorizontal':0x18,'paddingTop':0x28},'titleContainer':{'alignItems':_0x5143(0xd2),'marginBottom':0x18,'paddingTop':0x0,'marginTop':0x0},'title':{'fontSize':0x18,'fontWeight':'700','color':_theme['COLORS'][_0x5143(0xd3)],'marginBottom':0x8,'fontFamily':'IBM\x20Plex\x20Sans'},'subtitle':{'fontSize':0x10,'color':_theme['COLORS'][_0x5143(0xb2)],'lineHeight':0x18,'fontFamily':_0x5143(0xd4)},'pinContainer':{'marginBottom':0x20},'pinInput':{'backgroundColor':'#F8F9FA','borderRadius':0xc,'paddingVertical':0x10,'paddingHorizontal':0x10,'fontSize':0x10,'fontFamily':_0x5143(0xd4),'borderWidth':0x1,'borderColor':_0x5143(0xd5)},'requirementsContainer':{'marginBottom':0x20},'requirementsTitle':{'fontSize':0x10,'fontWeight':_0x5143(0xd6),'color':_theme[_0x5143(0xd0)]['grey800'],'marginBottom':0x10,'fontFamily':_0x5143(0xd4)},'requirementItem':{'flexDirection':'row','alignItems':_0x5143(0xd2),'marginBottom':0xc},'checkbox':{'width':0x14,'height':0x14,'borderRadius':0xa,'borderWidth':0x2,'borderColor':_0x5143(0xd5),'marginRight':0xc,'alignItems':_0x5143(0xd2),'justifyContent':'center'},'checkboxChecked':{'borderColor':'#4CD964','backgroundColor':'#4CD964'},'checkmark':{'color':_0x5143(0x42),'fontSize':0xc,'fontWeight':_0x5143(0xd7)},'requirementText':{'fontSize':0xe,'color':_theme[_0x5143(0xd0)][_0x5143(0xb2)],'fontFamily':_0x5143(0xd4),'flex':0x1},'requirementTextMet':{'color':_theme[_0x5143(0xd0)][_0x5143(0xd3)]},'securityCard':{'backgroundColor':_0x5143(0xd8),'borderRadius':0xc,'padding':0x10,'flexDirection':_0x5143(0xd9),'alignItems':_0x5143(0xd2),'marginBottom':0x18,'borderWidth':0x1,'borderColor':_0x5143(0xd5)},'securityCardSuccess':{'backgroundColor':_0x5143(0xda),'borderColor':_0x5143(0xdb)},'securityCardError':{'backgroundColor':_0x5143(0xdc),'borderColor':_0x5143(0xdd)},'securityIconContainer':{'marginRight':0xc},'securityIcon':{'fontSize':0x18},'securityTextContainer':{'flex':0x1},'securityTitle':{'fontSize':0xe,'fontWeight':_0x5143(0xd6),'color':_theme[_0x5143(0xd0)][_0x5143(0xd3)],'marginBottom':0x4,'fontFamily':'Inter'},'securityDescription':{'fontSize':0xd,'color':_theme[_0x5143(0xd0)][_0x5143(0xb2)],'lineHeight':0x12,'fontFamily':_0x5143(0xd4)},'buttonContainer':{'marginTop':_0x5143(0xde),'paddingBottom':0x22},'continueButton':{'backgroundColor':_0x5143(0xd5),'borderRadius':0x19,'paddingVertical':0x10,'alignItems':'center','justifyContent':_0x5143(0xd2)},'continueButtonActive':{'backgroundColor':_0x5143(0xdf)},'continueButtonText':{'fontSize':0x10,'fontWeight':_0x5143(0xd6),'color':_0x5143(0xe0),'fontFamily':_0x5143(0xd4)},'continueButtonTextActive':{'color':'#FFFFFF'}});var _default=exports['default']=PinCreationScreen;
|
|
@@ -6,4 +6,4 @@ var __ONAIROS_REQ_REGISTRY__ = [
|
|
|
6
6
|
require("../services/biometricPinService")
|
|
7
7
|
];
|
|
8
8
|
function __ONAIROS_REQ_FUNC__(i) { return __ONAIROS_REQ_REGISTRY__[i]; }
|
|
9
|
-
function _0xce43(_0x263bdc,_0xce4312){_0x263bdc=_0x263bdc-0x0;const _0x1809e0=_0x263b();let _0x1d54ec=_0x1809e0[_0x263bdc];return _0x1d54ec;}Object[_0xce43(0x0)](exports,_0xce43(0x1),{'value':!![]}),exports[_0xce43(0x2)]=void 0x0;var _react=_interopRequireWildcard(__ONAIROS_REQ_FUNC__(0x0)),_reactNative=__ONAIROS_REQ_FUNC__(0x1),_biometricPinService=__ONAIROS_REQ_FUNC__(0x2);function _0x263b(){const _0x36a489=['defineProperty','__esModule','PinInput','function','Umgcn','Behhq','IyOKO','yiCTY','ulKDI','TDcjT','ZTOje','XdDrI','has','get','set','hasOwnProperty','call','getOwnPropertyDescriptor','EucBl','ZXGyO','UUhjZ','ufbBc','Dimensions','Training\x20is\x20starting\x20in\x20the\x20background...','IWeuy','dJgAg','default','IOIzT','PIN\x20must\x20include\x20a\x20special\x20character','PIN\x20must\x20include\x20a\x20number','This\x20device\x20does\x20not\x20support\x20Face\x20ID\x20or\x20Touch\x20ID.\x20Please\x20enable\x20biometric\x20authentication\x20in\x20your\x20device\x20settings\x20to\x20secure\x20your\x20PIN.','biometric-failed','Biometric\x20Authentication\x20Failed','Storage\x20Error','An\x20error\x20occurred\x20while\x20securing\x20your\x20PIN.\x20Would\x20you\x20like\x20to\x20try\x20again?','error','authenticating','Authenticating...','Secure\x20PIN\x20Storage','xJOEH','NePAr','hLBMP','lPdhP','GYBjy','qaDiw','biometric-unavailable','Your\x20PIN\x20will\x20be\x20securely\x20stored\x20locally\x20on\x20your\x20device\x20using\x20biometric\x20authentication\x20(Face\x20ID\x20or\x20Touch\x20ID)\x20for\x20enhanced\x20security.','Create\x20a\x20PIN','A\x20PIN\x20so\x20only\x20you\x20have\x20access\x20to\x20your\x20data','small','e.g.\x20MyPin123!','none','done','PIN\x20Requirements:','\x20characters','•\x20Include\x20a\x20special\x20character','•\x20Include\x20a\x20number','Try\x20Again','Back','Continue','useState','gydlq','useEffect','clMrh','lzNvs','gbTbS','DsAoe','SOiHO','uRPoa','VbNDK','log','catch','sduiF','MOygP','useCallback','kqlzn','length','test','mYphd','FCguF','MqATq','xwVns','eNlKd','VUfUm','PHjzz','LOgWB','aQPzn','dDVPz','qfbrq','FWLGb','bBFkF','biometricPinService','storePinWithBiometric','oYfkM','QbRwV','isPinStored','ObwDF','vNbeu','nzLLk','GGxvH','TfqXG','YsahE','vbqCk','skFVY','nggcW','oTFxK','INwSK','cnAhS','EUYRT','AcSWn','warn','TQKDw','storage-error','nSSNj','RXApP','SoZqG','LxicC','OivOO','ovRZg','LXfzh','JwdUw','JUQxV','YADkP','unpDp','fYmtX','info','oLocY','createElement','container','View','inputSection','header','TouchableOpacity','backButton','Text','XGwBj','subtitle','okDHs','pAJtk','backgroundProgressContainer','backgroundProgressText','backgroundProgressIndicator','ActivityIndicator','VTwgC','aAird','inputContainer','TextInput','input','YJiFG','HRGMG','Keyboard','dismiss','visibilityButton','cUzqy','requirements','requirementTitle','cRdEm','requirement','lTCjN','requirementMet','•\x20At\x20least\x20','flAtJ','QdKyv','infoContainer','type','zqRVf','infoContainerWarning','vtfcr','infoContainerError','infoTitle','infoTitleInfo','wlPcZ','infoTitleWarning','infoTitleError','title','infoMessage','infoMessageWarning','MvrzL','infoMessageError','message','infoActions','infoActionButton','infoActionButtonText','infoActionButtonSecondary','infoActionButtonSecondaryText','xRMwJ','footer','cancelButton','cancelButtonText','BWUnX','submitButton','kJUER','submitButtonDisabled','submitButtonText','StyleSheet','flex-start','row','center','600','#333','#666','#CCCCCC','#E3F2FD','#FFF3E0','#FF9800','#FFEBEE','#1976D2','#F57C00','#D32F2F','#1565C0','#E65100','#C62828','#007AFF','transparent','#FF3B30','#34C759','space-between','#eee'];_0x263b=function(){return _0x36a489;};return _0x263b();}function _interopRequireWildcard(_0x588260,_0x165223){const _0x2d177e={'IyOKO':function(_0x4d3658,_0x5c1eed){return _0x4d3658!=_0x5c1eed;},'yiCTY':function(_0x4d502a,_0x448d8c){return _0x4d502a===_0x448d8c;},'lRFiA':'qBCsk','EucBl':function(_0x18449b,_0x419ef5){return _0x18449b&&_0x419ef5;},'NYOnK':function(_0x3a9b0a,_0x158ec9){return _0x3a9b0a===_0x158ec9;},'ZXGyO':'object','BEcLJ':function(_0x55825d,_0x2d4f89){return _0x55825d!==_0x2d4f89;},'UUhjZ':'default','ufbBc':function(_0x193586,_0x271b12,_0x3fdcd2,_0x4a89da){return _0x193586(_0x271b12,_0x3fdcd2,_0x4a89da);},'Umgcn':function(_0x24e4a7,_0x59f1c0){return _0x24e4a7==_0x59f1c0;},'Behhq':_0xce43(0x3)};if(_0x2d177e[_0xce43(0x4)](_0x2d177e[_0xce43(0x5)],typeof WeakMap))var _0xec77c5=new WeakMap(),_0x147f36=new WeakMap();return(_interopRequireWildcard=function(_0x55df16,_0x240621){const _0x1b87a6={'TDcjT':function(_0xb88791,_0x38c07b){return _0x2d177e[_0xce43(0x6)](_0xb88791,_0x38c07b);},'ZTOje':'object'};if(_0x2d177e[_0xce43(0x7)](_0xce43(0x8),_0x2d177e['lRFiA'])){const _0x29b830={'enkgl':function(_0x39adfa,_0x12ae23){return _0x1b87a6[_0xce43(0x9)](_0x39adfa,_0x12ae23);},'XdDrI':_0x1b87a6[_0xce43(0xa)]};if(_0xce43(0x3)==typeof _0x1c4106)var _0x44ccac=new _0x174358(),_0x1f544e=new _0x5da0a8();return(_0x1aa643=function(_0x2b8eaa,_0x10eca9){if(!_0x10eca9&&_0x2b8eaa&&_0x2b8eaa[_0xce43(0x1)])return _0x2b8eaa;var _0x48308f,_0x5b0d61,_0x3d154e={'__proto__':null,'default':_0x2b8eaa};if(null===_0x2b8eaa||_0x29b830['enkgl'](_0x29b830[_0xce43(0xb)],typeof _0x2b8eaa)&&_0x29b830['enkgl'](_0xce43(0x3),typeof _0x2b8eaa))return _0x3d154e;if(_0x48308f=_0x10eca9?_0x1f544e:_0x44ccac){if(_0x48308f[_0xce43(0xc)](_0x2b8eaa))return _0x48308f[_0xce43(0xd)](_0x2b8eaa);_0x48308f[_0xce43(0xe)](_0x2b8eaa,_0x3d154e);}for(const _0x9a86eb in _0x2b8eaa)'default'!==_0x9a86eb&&{}[_0xce43(0xf)][_0xce43(0x10)](_0x2b8eaa,_0x9a86eb)&&((_0x5b0d61=(_0x48308f=_0x2e3c25[_0xce43(0x0)])&&_0x3e904a[_0xce43(0x11)](_0x2b8eaa,_0x9a86eb))&&(_0x5b0d61['get']||_0x5b0d61[_0xce43(0xe)])?_0x48308f(_0x3d154e,_0x9a86eb,_0x5b0d61):_0x3d154e[_0x9a86eb]=_0x2b8eaa[_0x9a86eb]);return _0x3d154e;})(_0x5d31b3,_0x467c3d);}else{if(_0x2d177e[_0xce43(0x12)](!_0x240621,_0x55df16)&&_0x55df16['__esModule'])return _0x55df16;var _0x4aa78e,_0x3028a0,_0x5bc564={'__proto__':null,'default':_0x55df16};if(_0x2d177e['NYOnK'](null,_0x55df16)||_0x2d177e['IyOKO'](_0x2d177e[_0xce43(0x13)],typeof _0x55df16)&&_0x2d177e[_0xce43(0x6)]('function',typeof _0x55df16))return _0x5bc564;if(_0x4aa78e=_0x240621?_0x147f36:_0xec77c5){if(_0x4aa78e[_0xce43(0xc)](_0x55df16))return _0x4aa78e[_0xce43(0xd)](_0x55df16);_0x4aa78e['set'](_0x55df16,_0x5bc564);}for(const _0x255839 in _0x55df16)_0x2d177e['BEcLJ'](_0x2d177e[_0xce43(0x14)],_0x255839)&&{}[_0xce43(0xf)][_0xce43(0x10)](_0x55df16,_0x255839)&&((_0x3028a0=(_0x4aa78e=Object[_0xce43(0x0)])&&Object[_0xce43(0x11)](_0x55df16,_0x255839))&&(_0x3028a0[_0xce43(0xd)]||_0x3028a0[_0xce43(0xe)])?_0x2d177e[_0xce43(0x15)](_0x4aa78e,_0x5bc564,_0x255839,_0x3028a0):_0x5bc564[_0x255839]=_0x55df16[_0x255839]);return _0x5bc564;}})(_0x588260,_0x165223);}const {width}=_reactNative[_0xce43(0x16)][_0xce43(0xd)]('window'),PinInput=({onSubmit:_0x1940d7,minLength:minLength=0x8,requireSpecialChar:requireSpecialChar=!![],requireNumber:requireNumber=!![],onBack:_0x163689,enableBiometricStorage:enableBiometricStorage=!![],onBackgroundTrainingStart:_0x4979af,showBackgroundProgress:showBackgroundProgress=![],backgroundProgressText:backgroundProgressText=_0xce43(0x17)})=>{const _0x3e936d={'MOygP':function(_0x535414,_0x58474e){return _0x535414(_0x58474e);},'clMrh':function(_0x1a87c9,_0xaa3d81){return _0x1a87c9(_0xaa3d81);},'lzNvs':function(_0x1e821e){return _0x1e821e();},'kqlzn':function(_0x2fe76c,_0x3b9a08){return _0x2fe76c===_0x3b9a08;},'gbTbS':_0xce43(0x18),'DsAoe':function(_0x3b7163,_0x35f920){return _0x3b7163&&_0x35f920;},'SOiHO':function(_0x6840c8,_0x53f52a){return _0x6840c8!==_0x53f52a;},'uRPoa':_0xce43(0x19),'gydlq':_0xce43(0x1a),'TwNIV':_0xce43(0x1b),'mYphd':_0xce43(0x1c),'FCguF':function(_0x470383,_0x18d443){return _0x470383===_0x18d443;},'MqATq':'PcVSx','xwVns':_0xce43(0x1d),'nzLLk':'Biometric\x20Authentication\x20Not\x20Available','GGxvH':_0xce43(0x1e),'TfqXG':'warning','YsahE':_0xce43(0x1f),'unpDp':_0xce43(0x20),'fYmtX':'Biometric\x20authentication\x20was\x20cancelled\x20or\x20failed.\x20Your\x20PIN\x20needs\x20to\x20be\x20secured\x20with\x20biometric\x20authentication\x20to\x20proceed.','vbqCk':'storage-error','skFVY':_0xce43(0x21),'nggcW':_0xce43(0x22),'oTFxK':_0xce43(0x23),'qfbrq':_0xce43(0x24),'INwSK':_0xce43(0x25),'cnAhS':'info','EUYRT':_0xce43(0x26),'LOgWB':function(_0x9c392,_0x5d4671){return _0x9c392(_0x5d4671);},'aQPzn':function(_0x2b37cb,_0x19a23){return _0x2b37cb(_0x19a23);},'dDVPz':function(_0x2dd806,_0x310d61){return _0x2dd806(_0x310d61);},'FWLGb':function(_0xd36b98,_0x58cc68){return _0xd36b98!==_0x58cc68;},'bBFkF':_0xce43(0x27),'VRQjW':_0xce43(0x28),'oYfkM':function(_0x5b0ccd,_0x155ef2){return _0x5b0ccd!==_0x155ef2;},'QbRwV':'MAXBo','ObwDF':function(_0x3f0a0d,_0x4c732a){return _0x3f0a0d!==_0x4c732a;},'vNbeu':_0xce43(0x29),'AcSWn':_0xce43(0x2a),'TQKDw':function(_0x319c32,_0x49209e){return _0x319c32(_0x49209e);},'nSSNj':_0xce43(0x2b),'wZVAl':function(_0x3afdbe,_0x5c75f1){return _0x3afdbe(_0x5c75f1);},'RXApP':function(_0x1ad11f,_0x161d7e){return _0x1ad11f(_0x161d7e);},'oKlQU':function(_0x13f7dc,_0x251869){return _0x13f7dc(_0x251869);},'SoZqG':function(_0x1e42d2,_0x5cdf1d){return _0x1e42d2(_0x5cdf1d);},'LxicC':function(_0xefd730,_0x37c383){return _0xefd730(_0x37c383);},'OivOO':function(_0x1e1ee0,_0x406cb8){return _0x1e1ee0(_0x406cb8);},'ovRZg':_0xce43(0x2c),'LPMmx':_0xce43(0x2d),'cMBzc':'Please\x20complete\x20biometric\x20authentication\x20to\x20secure\x20your\x20PIN.','oLocY':_0xce43(0x2e),'XGwBj':_0xce43(0x2f),'okDHs':_0xce43(0x30),'pAJtk':function(_0x59e7de,_0x1b49c2){return _0x59e7de&&_0x1b49c2;},'VTwgC':_0xce43(0x31),'aAird':'#007AFF','YJiFG':_0xce43(0x32),'KbozM':_0xce43(0x33),'HRGMG':_0xce43(0x34),'cUzqy':'👁️','UNMWz':'👁️🗨️','cRdEm':_0xce43(0x35),'lTCjN':function(_0x312f19,_0x3e4875){return _0x312f19>=_0x3e4875;},'flAtJ':_0xce43(0x36),'QdKyv':_0xce43(0x37),'BVKeA':_0xce43(0x38),'zqRVf':function(_0x1c6fc2,_0x4bf13e){return _0x1c6fc2===_0x4bf13e;},'vtfcr':function(_0x5c01a6,_0x11ef8a){return _0x5c01a6===_0x11ef8a;},'wlPcZ':function(_0x27b6c2,_0x338917){return _0x27b6c2===_0x338917;},'MvrzL':function(_0x38182f,_0x2ecd9a){return _0x38182f===_0x2ecd9a;},'iMdSi':_0xce43(0x39),'xRMwJ':'Continue\x20Without\x20Biometric','BWUnX':_0xce43(0x3a),'kJUER':function(_0x39583d,_0x208b47){return _0x39583d||_0x208b47;},'SinwN':_0xce43(0x3b)},[_0x2db921,_0x1e1f1d]=(0x0,_react[_0xce43(0x3c)])(''),[_0x23b9a8,_0x1493ce]=(0x0,_react[_0xce43(0x3c)])(null),[_0x582309,_0x3f1f8f]=(0x0,_react['useState'])(![]),[_0xb96964,_0x58c67c]=(0x0,_react['useState'])(![]),[_0x577356,_0x1b335a]=(0x0,_react[_0xce43(0x3c)])(_0x3e936d[_0xce43(0x3d)]),[_0x117f90,_0x4eb12c]=(0x0,_react[_0xce43(0x3c)])(![]);_react[_0xce43(0x1a)][_0xce43(0x3e)](()=>{const _0x5413ca={'VbNDK':function(_0x58a503,_0x5d5205){return _0x3e936d[_0xce43(0x3f)](_0x58a503,_0x5d5205);},'PlwMN':function(_0x3c0ce7){return _0x3e936d[_0xce43(0x40)](_0x3c0ce7);},'sduiF':function(_0x2ea256,_0x2f9fc3){return _0x3e936d['MOygP'](_0x2ea256,_0x2f9fc3);}};if(_0x3e936d['kqlzn'](_0x3e936d[_0xce43(0x41)],_0x3e936d[_0xce43(0x41)])){if(_0x3e936d[_0xce43(0x42)](_0x4979af,!_0x117f90)&&showBackgroundProgress){if(_0x3e936d[_0xce43(0x43)](_0x3e936d[_0xce43(0x44)],_0x3e936d['uRPoa'])){const _0x94f03e={'jNkVQ':function(_0x52847e,_0xc1ae23){return _0x5413ca[_0xce43(0x45)](_0x52847e,_0xc1ae23);}};_0xf13419[_0xce43(0x46)]('\uD83D\uDE80 [PIN INPUT] Background training explicitly requested...'),_0x5413ca[_0xce43(0x45)](_0x3a3b3c,!![]),_0x5413ca['PlwMN'](_0xb834ad)[_0xce43(0x47)](_0x1c0572=>{_0xd711e0['error']('\u274C [PIN INPUT] Background training failed:',_0x1c0572),_0x94f03e['jNkVQ'](_0x11ab25,![]);});}else console[_0xce43(0x46)]('\uD83D\uDE80 [PIN INPUT] Background training explicitly requested...'),_0x4eb12c(!![]),_0x3e936d[_0xce43(0x40)](_0x4979af)['catch'](_0x51c90a=>{console[_0xce43(0x23)]('\u274C [PIN INPUT] Background training failed:',_0x51c90a),_0x5413ca[_0xce43(0x48)](_0x4eb12c,![]);});}}else _0x3b1d9e[_0xce43(0x46)]('\u2705 [PIN INPUT] PIN storage verified - proceeding with onboarding'),_0x3e936d[_0xce43(0x49)](_0xb993ae,_0x512589);},[_0x4979af,_0x117f90,showBackgroundProgress]);const _0x2c0958=(0x0,_react[_0xce43(0x4a)])(_0x24e87e=>{const _0xc2f409={'eNlKd':function(_0xe37018,_0x48105f){return _0x3e936d[_0xce43(0x49)](_0xe37018,_0x48105f);},'VUfUm':function(_0x226493,_0x2983da){return _0x3e936d[_0xce43(0x49)](_0x226493,_0x2983da);},'PHjzz':_0x3e936d[_0xce43(0x3d)]};if(_0x3e936d[_0xce43(0x4b)]('IOIzT',_0x3e936d['TwNIV'])){if(_0x24e87e[_0xce43(0x4c)]<minLength)return'PIN\x20must\x20be\x20at\x20least\x20'+minLength+'\x20characters';if(requireSpecialChar&&!/[!@#$%^&*(),.?":{}|<>]/[_0xce43(0x4d)](_0x24e87e))return _0x3e936d[_0xce43(0x4e)];if(requireNumber&&!/\d/[_0xce43(0x4d)](_0x24e87e)){if(_0x3e936d[_0xce43(0x4f)](_0x3e936d['MqATq'],_0x3e936d[_0xce43(0x50)]))return _0x3e936d[_0xce43(0x51)];else _0xc2f409[_0xce43(0x52)](_0x90ac4f,_0x1b6898),_0xc2f409['eNlKd'](_0xbe03eb,null),_0xc2f409[_0xce43(0x53)](_0x5a80c6,_0xc2f409[_0xce43(0x54)]),_0x345ebf[_0xce43(0x46)]('\uD83D\uDD0D [PIN INPUT] PIN changed:',{'length':_0x124504[_0xce43(0x4c)],'hasSpecialChar':/[!@#$%^&*(),.?":{}|<>]/[_0xce43(0x4d)](_0x58297c),'hasNumber':/\d/[_0xce43(0x4d)](_0x4aff95),'isValid':!_0xc2f409[_0xce43(0x53)](_0x12f215,_0x39ea1f)});}return null;}else{if(_0x437567[_0xce43(0xc)](_0x272e1f))return _0x2e0601[_0xce43(0xd)](_0x298dd7);_0x5c431d[_0xce43(0xe)](_0x3071e4,_0x53d1fc);}},[minLength,requireSpecialChar,requireNumber]),_0x3b13f5=(0x0,_react[_0xce43(0x4a)])(async()=>{console[_0xce43(0x46)]('\uD83D\uDD0D [PIN INPUT] handleSubmit called with PIN length:',_0x2db921[_0xce43(0x4c)]);const _0x4e8426=_0x3e936d[_0xce43(0x55)](_0x2c0958,_0x2db921);if(_0x4e8426){console[_0xce43(0x46)]('\u274C [PIN INPUT] Validation failed:',_0x4e8426),_0x3e936d['MOygP'](_0x1493ce,_0x4e8426);return;}console['log']('\u2705 [PIN INPUT] PIN validation passed');if(enableBiometricStorage){console[_0xce43(0x46)]('\uD83D\uDD10 [PIN INPUT] Biometric storage enabled, starting biometric flow...'),_0x3e936d[_0xce43(0x56)](_0x58c67c,!![]),_0x3e936d[_0xce43(0x57)](_0x1b335a,_0x3e936d[_0xce43(0x58)]);try{if(_0x3e936d[_0xce43(0x59)](_0x3e936d[_0xce43(0x5a)],_0x3e936d['VRQjW'])){const _0x36ee1a=await _biometricPinService[_0xce43(0x5b)]['isBiometricAvailable']();console[_0xce43(0x46)]('\uD83D\uDCF1 [PIN INPUT] Biometric available:',_0x36ee1a);if(!_0x36ee1a){console[_0xce43(0x23)]('\u274C [PIN INPUT] Face ID not available on this device'),_0x1b335a(_0xce43(0x2d)),_0x3e936d[_0xce43(0x3f)](_0x58c67c,![]);return;}console[_0xce43(0x46)]('\uD83D\uDD10 [PIN INPUT] Triggering biometric authentication for PIN storage...');const _0xf0c18b=await _biometricPinService[_0xce43(0x5b)][_0xce43(0x5c)](_0x2db921);if(_0xf0c18b){if(_0x3e936d[_0xce43(0x5d)](_0x3e936d[_0xce43(0x5e)],_0x3e936d[_0xce43(0x5e)]))_0x41bdbc[_0xce43(0x23)]('\u274C [PIN INPUT] Error handling biometric PIN storage:',_0x137044),_0x50c374('storage-error'),_0x24cd80(![]);else{console[_0xce43(0x46)]('\u2705 [PIN INPUT] PIN stored successfully with biometric protection');const _0x5c0461=await _biometricPinService[_0xce43(0x5b)][_0xce43(0x5f)]();if(_0x5c0461){if(_0x3e936d[_0xce43(0x60)](_0x3e936d[_0xce43(0x61)],_0x3e936d[_0xce43(0x61)]))switch(_0xc83856){case _0xce43(0x2d):return{'title':_0x3e936d[_0xce43(0x62)],'message':_0x3e936d[_0xce43(0x63)],'type':_0x3e936d[_0xce43(0x64)],'showActions':!![]};case _0x3e936d[_0xce43(0x65)]:return{'title':_0x3e936d['unpDp'],'message':_0x3e936d['fYmtX'],'type':_0x3e936d[_0xce43(0x64)],'showActions':!![]};case _0x3e936d[_0xce43(0x66)]:return{'title':_0x3e936d[_0xce43(0x67)],'message':_0x3e936d[_0xce43(0x68)],'type':_0x3e936d[_0xce43(0x69)],'showActions':!![]};case _0x3e936d[_0xce43(0x58)]:return{'title':_0x3e936d[_0xce43(0x6a)],'message':'Please\x20complete\x20biometric\x20authentication\x20to\x20secure\x20your\x20PIN.','type':_0x3e936d[_0xce43(0x6b)],'showActions':![]};default:return{'title':_0x3e936d[_0xce43(0x6c)],'message':'Your\x20PIN\x20will\x20be\x20securely\x20stored\x20locally\x20on\x20your\x20device\x20using\x20biometric\x20authentication\x20(Face\x20ID\x20or\x20Touch\x20ID)\x20for\x20enhanced\x20security.','type':_0x3e936d['cnAhS'],'showActions':![]};}else console[_0xce43(0x46)]('\u2705 [PIN INPUT] PIN storage verified - proceeding with onboarding'),_0x3e936d[_0xce43(0x57)](_0x1940d7,_0x2db921);}else console[_0xce43(0x23)]('\u274C [PIN INPUT] PIN storage verification failed'),_0x3e936d[_0xce43(0x55)](_0x1b335a,_0x3e936d[_0xce43(0x66)]),_0x3e936d[_0xce43(0x55)](_0x58c67c,![]);}}else _0x3e936d[_0xce43(0x6d)]===_0x3e936d[_0xce43(0x6d)]?(console[_0xce43(0x6e)]('\u26A0️ [PIN INPUT] Biometric authentication failed or was cancelled'),_0x3e936d[_0xce43(0x55)](_0x1b335a,_0x3e936d[_0xce43(0x65)]),_0x3e936d[_0xce43(0x6f)](_0x58c67c,![])):(_0x448ba4[_0xce43(0x6e)]('\u26A0️ [PIN INPUT] User chose to continue without biometric security'),_0x24be1c(_0x8f705f));}else _0x3e936d['MOygP'](_0x51e8fe,_0xce43(0x1a)),_0x3e936d[_0xce43(0x40)](_0x139b30);}catch(_0x1d6bc4){console[_0xce43(0x23)]('\u274C [PIN INPUT] Error handling biometric PIN storage:',_0x1d6bc4),_0x1b335a(_0xce43(0x70)),_0x3e936d[_0xce43(0x57)](_0x58c67c,![]);}}else _0x3e936d[_0xce43(0x5d)](_0x3e936d[_0xce43(0x71)],_0x3e936d[_0xce43(0x71)])?(_0x47f2cf[_0xce43(0x46)]('\uD83D\uDD10 [PIN INPUT] Biometric storage disabled, proceeding normally'),_0x3e936d[_0xce43(0x49)](_0x52fdd0,_0x1a6728)):(console[_0xce43(0x46)]('\uD83D\uDD10 [PIN INPUT] Biometric storage disabled, proceeding normally'),_0x1940d7(_0x2db921));},[_0x2db921,_0x2c0958,_0x1940d7,enableBiometricStorage]),_0x5912f4=(0x0,_react[_0xce43(0x4a)])(_0x21ae3c=>{_0x3e936d[_0xce43(0x6f)](_0x1e1f1d,_0x21ae3c),_0x3e936d['wZVAl'](_0x1493ce,null),_0x3e936d[_0xce43(0x72)](_0x1b335a,_0x3e936d[_0xce43(0x3d)]),console[_0xce43(0x46)]('\uD83D\uDD0D [PIN INPUT] PIN changed:',{'length':_0x21ae3c[_0xce43(0x4c)],'hasSpecialChar':/[!@#$%^&*(),.?":{}|<>]/['test'](_0x21ae3c),'hasNumber':/\d/[_0xce43(0x4d)](_0x21ae3c),'isValid':!_0x3e936d['oKlQU'](_0x2c0958,_0x21ae3c)});},[_0x2c0958]),_0x373b4c=(0x0,_react[_0xce43(0x4a)])(()=>{console[_0xce43(0x6e)]('\u26A0️ [PIN INPUT] User chose to continue without biometric security'),_0x3e936d[_0xce43(0x73)](_0x1940d7,_0x2db921);},[_0x2db921,_0x1940d7]),_0xd9ee87=(0x0,_react[_0xce43(0x4a)])(()=>{_0x3e936d[_0xce43(0x74)](_0x1b335a,_0xce43(0x1a)),_0x3e936d[_0xce43(0x40)](_0x3b13f5);},[_0x3b13f5]),_0x4905a2=()=>{const _0x3f8f53={'JwdUw':function(_0x5f4a95,_0x571fab){return _0x3e936d['RXApP'](_0x5f4a95,_0x571fab);},'JUQxV':_0x3e936d['YsahE'],'YADkP':function(_0x501fa1,_0x5d8f84){return _0x3e936d[_0xce43(0x75)](_0x501fa1,_0x5d8f84);}};if(_0x3e936d[_0xce43(0x4f)](_0x3e936d[_0xce43(0x76)],_0xce43(0x77)))_0x14e7c9[_0xce43(0x6e)]('\u26A0️ [PIN INPUT] Biometric authentication failed or was cancelled'),_0x3f8f53[_0xce43(0x78)](_0xca6960,_0x3f8f53[_0xce43(0x79)]),_0x3f8f53[_0xce43(0x7a)](_0x370641,![]);else switch(_0x577356){case _0x3e936d['LPMmx']:return{'title':_0x3e936d[_0xce43(0x62)],'message':_0x3e936d[_0xce43(0x63)],'type':_0x3e936d['TfqXG'],'showActions':!![]};case _0x3e936d[_0xce43(0x65)]:return{'title':_0x3e936d[_0xce43(0x7b)],'message':_0x3e936d[_0xce43(0x7c)],'type':_0x3e936d[_0xce43(0x64)],'showActions':!![]};case _0xce43(0x70):return{'title':_0x3e936d['skFVY'],'message':_0xce43(0x22),'type':_0xce43(0x23),'showActions':!![]};case _0xce43(0x24):return{'title':_0x3e936d[_0xce43(0x6a)],'message':_0x3e936d['cMBzc'],'type':_0xce43(0x7d),'showActions':![]};default:return{'title':_0xce43(0x26),'message':_0x3e936d[_0xce43(0x7e)],'type':_0x3e936d[_0xce43(0x6b)],'showActions':![]};}},_0x320e22=_0x4905a2();return _react[_0xce43(0x1a)][_0xce43(0x7f)](_reactNative['View'],{'style':styles[_0xce43(0x80)]},_react['default'][_0xce43(0x7f)](_reactNative[_0xce43(0x81)],{'style':styles[_0xce43(0x82)]},_react[_0xce43(0x1a)][_0xce43(0x7f)](_reactNative[_0xce43(0x81)],{'style':styles[_0xce43(0x83)]},_0x163689&&_react['default'][_0xce43(0x7f)](_reactNative[_0xce43(0x84)],{'style':styles[_0xce43(0x85)],'onPress':_0x163689},_react['default'][_0xce43(0x7f)](_reactNative[_0xce43(0x86)],{'style':{'fontSize':0x18}},'←')),_react[_0xce43(0x1a)][_0xce43(0x7f)](_reactNative[_0xce43(0x86)],{'style':styles['title']},_0x3e936d[_0xce43(0x87)])),_react[_0xce43(0x1a)][_0xce43(0x7f)](_reactNative[_0xce43(0x86)],{'style':styles[_0xce43(0x88)]},_0x3e936d[_0xce43(0x89)]),_0x3e936d[_0xce43(0x8a)](showBackgroundProgress,_0x117f90)&&_react['default'][_0xce43(0x7f)](_reactNative[_0xce43(0x81)],{'style':styles[_0xce43(0x8b)]},_react[_0xce43(0x1a)][_0xce43(0x7f)](_reactNative[_0xce43(0x86)],{'style':styles[_0xce43(0x8c)]},backgroundProgressText),_react['default'][_0xce43(0x7f)](_reactNative[_0xce43(0x81)],{'style':styles[_0xce43(0x8d)]},_react[_0xce43(0x1a)][_0xce43(0x7f)](_reactNative[_0xce43(0x8e)],{'size':_0x3e936d[_0xce43(0x8f)],'color':_0x3e936d[_0xce43(0x90)]}))),_react[_0xce43(0x1a)]['createElement'](_reactNative[_0xce43(0x81)],{'style':styles[_0xce43(0x91)]},_react[_0xce43(0x1a)][_0xce43(0x7f)](_reactNative[_0xce43(0x92)],{'style':styles[_0xce43(0x93)],'value':_0x2db921,'onChangeText':_0x5912f4,'secureTextEntry':!_0x582309,'placeholder':_0x3e936d[_0xce43(0x94)],'keyboardType':_0x3e936d[_0xce43(0x3d)],'maxLength':0x14,'autoCapitalize':_0x3e936d['KbozM'],'autoCorrect':![],'returnKeyType':_0x3e936d[_0xce43(0x95)],'onSubmitEditing':()=>_reactNative[_0xce43(0x96)][_0xce43(0x97)]()}),_react[_0xce43(0x1a)]['createElement'](_reactNative['TouchableOpacity'],{'style':styles[_0xce43(0x98)],'onPress':()=>_0x3f1f8f(!_0x582309)},_react[_0xce43(0x1a)][_0xce43(0x7f)](_reactNative[_0xce43(0x86)],null,_0x582309?_0x3e936d[_0xce43(0x99)]:_0x3e936d['UNMWz'])))),_0x23b9a8&&_react[_0xce43(0x1a)]['createElement'](_reactNative['Text'],{'style':styles['error']},_0x23b9a8),_react['default'][_0xce43(0x7f)](_reactNative[_0xce43(0x81)],{'style':styles[_0xce43(0x9a)]},_react[_0xce43(0x1a)][_0xce43(0x7f)](_reactNative[_0xce43(0x86)],{'style':styles[_0xce43(0x9b)]},_0x3e936d[_0xce43(0x9c)]),_react[_0xce43(0x1a)][_0xce43(0x7f)](_reactNative[_0xce43(0x86)],{'style':[styles[_0xce43(0x9d)],_0x3e936d[_0xce43(0x9e)](_0x2db921['length'],minLength)&&styles[_0xce43(0x9f)]]},_0xce43(0xa0),minLength,_0x3e936d[_0xce43(0xa1)]),requireSpecialChar&&_react['default'][_0xce43(0x7f)](_reactNative[_0xce43(0x86)],{'style':[styles[_0xce43(0x9d)],/[!@#$%^&*(),.?":{}|<>]/['test'](_0x2db921)&&styles[_0xce43(0x9f)]]},_0x3e936d[_0xce43(0xa2)]),requireNumber&&_react[_0xce43(0x1a)]['createElement'](_reactNative['Text'],{'style':[styles[_0xce43(0x9d)],/\d/['test'](_0x2db921)&&styles['requirementMet']]},_0x3e936d['BVKeA'])),_react[_0xce43(0x1a)][_0xce43(0x7f)](_reactNative[_0xce43(0x81)],{'style':[styles[_0xce43(0xa3)],_0x3e936d[_0xce43(0x4f)](_0x320e22[_0xce43(0xa4)],_0x3e936d[_0xce43(0x6b)])&&styles['infoContainerInfo'],_0x3e936d[_0xce43(0xa5)](_0x320e22[_0xce43(0xa4)],_0x3e936d['TfqXG'])&&styles[_0xce43(0xa6)],_0x3e936d[_0xce43(0xa7)](_0x320e22[_0xce43(0xa4)],_0x3e936d[_0xce43(0x69)])&&styles[_0xce43(0xa8)]]},_react[_0xce43(0x1a)]['createElement'](_reactNative[_0xce43(0x86)],{'style':[styles[_0xce43(0xa9)],_0x320e22[_0xce43(0xa4)]===_0x3e936d[_0xce43(0x6b)]&&styles[_0xce43(0xaa)],_0x3e936d[_0xce43(0xab)](_0x320e22[_0xce43(0xa4)],_0x3e936d[_0xce43(0x64)])&&styles[_0xce43(0xac)],_0x3e936d[_0xce43(0xab)](_0x320e22['type'],_0x3e936d['oTFxK'])&&styles[_0xce43(0xad)]]},_0x320e22[_0xce43(0xae)]),_react[_0xce43(0x1a)][_0xce43(0x7f)](_reactNative['Text'],{'style':[styles[_0xce43(0xaf)],_0x320e22[_0xce43(0xa4)]===_0x3e936d[_0xce43(0x6b)]&&styles['infoMessageInfo'],_0x320e22['type']===_0x3e936d[_0xce43(0x64)]&&styles[_0xce43(0xb0)],_0x3e936d[_0xce43(0xb1)](_0x320e22[_0xce43(0xa4)],_0x3e936d[_0xce43(0x69)])&&styles[_0xce43(0xb2)]]},_0x320e22[_0xce43(0xb3)]),_0x320e22['showActions']&&_react['default'][_0xce43(0x7f)](_reactNative[_0xce43(0x81)],{'style':styles[_0xce43(0xb4)]},_react['default'][_0xce43(0x7f)](_reactNative[_0xce43(0x84)],{'style':styles[_0xce43(0xb5)],'onPress':_0xd9ee87},_react['default'][_0xce43(0x7f)](_reactNative[_0xce43(0x86)],{'style':styles[_0xce43(0xb6)]},_0x3e936d['iMdSi'])),_react[_0xce43(0x1a)]['createElement'](_reactNative[_0xce43(0x84)],{'style':[styles[_0xce43(0xb5)],styles[_0xce43(0xb7)]],'onPress':_0x373b4c},_react[_0xce43(0x1a)][_0xce43(0x7f)](_reactNative['Text'],{'style':[styles[_0xce43(0xb6)],styles[_0xce43(0xb8)]]},_0x3e936d[_0xce43(0xb9)])))),_react['default']['createElement'](_reactNative[_0xce43(0x81)],{'style':styles[_0xce43(0xba)]},_0x163689&&_react[_0xce43(0x1a)][_0xce43(0x7f)](_reactNative[_0xce43(0x84)],{'style':styles[_0xce43(0xbb)],'onPress':_0x163689},_react[_0xce43(0x1a)][_0xce43(0x7f)](_reactNative[_0xce43(0x86)],{'style':styles[_0xce43(0xbc)]},_0x3e936d[_0xce43(0xbd)])),_react[_0xce43(0x1a)][_0xce43(0x7f)](_reactNative['TouchableOpacity'],{'style':[styles[_0xce43(0xbe)],(_0x3e936d[_0xce43(0xbf)](!_0x2db921,_0xb96964)||_0x3e936d['SoZqG'](_0x2c0958,_0x2db921))&&styles[_0xce43(0xc0)]],'onPress':_0x3b13f5,'disabled':_0x3e936d[_0xce43(0xbf)](!_0x2db921,_0xb96964)||!!_0x3e936d[_0xce43(0x6f)](_0x2c0958,_0x2db921)},_react['default'][_0xce43(0x7f)](_reactNative['Text'],{'style':styles[_0xce43(0xc1)]},_0xb96964?_0x3e936d[_0xce43(0x6a)]:_0x3e936d['SinwN']))));};exports['PinInput']=PinInput;const styles=_reactNative[_0xce43(0xc2)]['create']({'container':{'flex':0x1,'padding':0x10,'width':width,'backgroundColor':'#fff','justifyContent':_0xce43(0xc3)},'inputSection':{'width':'100%','marginTop':0x0,'paddingTop':0x0},'header':{'flexDirection':_0xce43(0xc4),'alignItems':_0xce43(0xc5),'justifyContent':'space-between','marginBottom':0x10,'paddingVertical':0x8},'backButton':{'padding':0x8},'title':{'fontSize':0x14,'fontWeight':_0xce43(0xc6),'color':_0xce43(0xc7),'textAlign':'center','flex':0x1,'marginBottom':0x8},'subtitle':{'fontSize':0xe,'color':_0xce43(0xc8),'marginBottom':0x18,'textAlign':_0xce43(0xc5)},'inputContainer':{'flexDirection':_0xce43(0xc4),'alignItems':_0xce43(0xc5),'borderWidth':0x1,'borderColor':_0xce43(0xc9),'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':_0xce43(0xca),'borderColor':'#2196F3'},'infoContainerWarning':{'backgroundColor':_0xce43(0xcb),'borderColor':_0xce43(0xcc)},'infoContainerError':{'backgroundColor':_0xce43(0xcd),'borderColor':'#F44336'},'infoTitle':{'fontSize':0x10,'fontWeight':_0xce43(0xc6),'marginBottom':0x8},'infoTitleInfo':{'color':_0xce43(0xce)},'infoTitleWarning':{'color':_0xce43(0xcf)},'infoTitleError':{'color':_0xce43(0xd0)},'infoMessage':{'fontSize':0xe,'lineHeight':0x14,'marginBottom':0xc},'infoMessageInfo':{'color':_0xce43(0xd1)},'infoMessageWarning':{'color':_0xce43(0xd2)},'infoMessageError':{'color':_0xce43(0xd3)},'infoActions':{'flexDirection':_0xce43(0xc4),'justifyContent':'space-between','marginTop':0x8},'infoActionButton':{'flex':0x1,'paddingVertical':0xa,'paddingHorizontal':0x10,'borderRadius':0x8,'backgroundColor':_0xce43(0xd4),'marginHorizontal':0x4,'alignItems':_0xce43(0xc5)},'infoActionButtonSecondary':{'backgroundColor':_0xce43(0xd5),'borderWidth':0x1,'borderColor':_0xce43(0xd4)},'infoActionButtonText':{'color':'#fff','fontSize':0xe,'fontWeight':_0xce43(0xc6)},'infoActionButtonSecondaryText':{'color':_0xce43(0xd4)},'error':{'color':_0xce43(0xd6),'marginBottom':0x10},'requirements':{'marginBottom':0x18},'requirementTitle':{'fontSize':0xe,'fontWeight':_0xce43(0xc6),'marginBottom':0x8,'color':_0xce43(0xc7)},'requirement':{'fontSize':0xe,'color':_0xce43(0xc8),'marginBottom':0x4},'requirementMet':{'color':_0xce43(0xd7)},'footer':{'flexDirection':_0xce43(0xc4),'alignItems':'center','justifyContent':_0xce43(0xd8),'marginTop':0x18,'borderTopWidth':0x1,'borderTopColor':_0xce43(0xd9),'paddingTop':0x10},'cancelButton':{'paddingVertical':0x8,'paddingHorizontal':0x10},'cancelButtonText':{'color':'#666','fontSize':0x10},'submitButton':{'paddingVertical':0x10,'paddingHorizontal':0x20,'borderRadius':0x10,'backgroundColor':'#000000','alignItems':_0xce43(0xc5)},'submitButtonDisabled':{'opacity':0.5},'submitButtonText':{'color':'#fff','fontSize':0x10,'fontWeight':'600'},'backgroundProgressContainer':{'flexDirection':_0xce43(0xc4),'alignItems':_0xce43(0xc5),'justifyContent':_0xce43(0xc5),'marginBottom':0x10},'backgroundProgressText':{'fontSize':0xe,'color':'#666','marginRight':0xa},'backgroundProgressIndicator':{'padding':0x5}});
|
|
9
|
+
function _0x474d(){const _0xfdc762=['__esModule','PinInput','function','VAqTM','iJELL','ENlRV','object','has','get','set','default','hasOwnProperty','call','defineProperty','RYyUr','Dimensions','window','Training\x20is\x20starting\x20in\x20the\x20background...','WKWsk','biometric-failed','qKTvD','JQsft','PIN\x20must\x20include\x20a\x20number','storage-error','authenticating','gQQBc','bsjwE','vfoAa','WTTHe','sxYjV','Biometric\x20Authentication\x20Not\x20Available','This\x20device\x20does\x20not\x20support\x20Face\x20ID\x20or\x20Touch\x20ID.\x20Please\x20enable\x20biometric\x20authentication\x20in\x20your\x20device\x20settings\x20to\x20secure\x20your\x20PIN.','Biometric\x20Authentication\x20Failed','Biometric\x20authentication\x20was\x20cancelled\x20or\x20failed.\x20Your\x20PIN\x20needs\x20to\x20be\x20secured\x20with\x20biometric\x20authentication\x20to\x20proceed.','Storage\x20Error','error','info','Create\x20a\x20PIN','#007AFF','done','👁️','\x20characters','•\x20Include\x20a\x20special\x20character','Back','Authenticating...','useState','useEffect','RsjSl','SQsUv','uDLRu','nUhQe','vMMSk','IgPmA','getOwnPropertyDescriptor','myICq','log','useCallback','CrJxs','length','PIN\x20must\x20be\x20at\x20least\x20','test','xVPPB','ycRWf','PIN\x20must\x20include\x20a\x20special\x20character','warn','oabPO','xyLVF','zuCQB','pmJGM','OysSZ','SRncO','hJhij','pFajc','pBjTs','emDOZ','JBhBP','biometricPinService','isPinStored','ELfgI','InlJy','biometric-unavailable','AHxbK','BBsgZ','bMMHX','IcEYQ','usqbn','LhwwL','BZPqf','wThVl','catch','GgSNi','pLHBt','GPmRw','qxQDg','HMXYa','An\x20error\x20occurred\x20while\x20securing\x20your\x20PIN.\x20Would\x20you\x20like\x20to\x20try\x20again?','pIRPO','OGnYQ','RaTZF','Secure\x20PIN\x20Storage','createElement','View','inputSection','header','TouchableOpacity','backButton','Text','title','subtitle','CEnEP','backgroundProgressText','backgroundProgressIndicator','ActivityIndicator','UQIAf','TjhzA','input','ABncF','GwCEe','Keyboard','dismiss','visibilityButton','ejXAk','requirementTitle','requirement','pzkPX','requirementMet','QHtWE','TPvYK','•\x20Include\x20a\x20number','type','infoContainerInfo','jOEyX','warning','infoContainerWarning','infoContainerError','infoTitle','piSht','infoTitleInfo','infoTitleWarning','infoMessage','cXhoe','infoMessageInfo','infoMessageWarning','infoMessageError','message','showActions','infoActions','infoActionButtonText','infoActionButton','infoActionButtonSecondary','infoActionButtonSecondaryText','ajeFf','footer','cancelButtonText','kUPwy','submitButton','acHcN','submitButtonDisabled','submitButtonText','OuxQU','StyleSheet','create','#fff','flex-start','row','center','space-between','600','#666','#CCCCCC','#FFF3E0','#FF9800','#FFEBEE','#F44336','#1976D2','#F57C00','#1565C0','#E65100','#C62828','transparent','#333','#34C759','#000000'];_0x474d=function(){return _0xfdc762;};return _0x474d();}Object['defineProperty'](exports,_0x1627(0x0),{'value':!![]}),exports[_0x1627(0x1)]=void 0x0;var _react=_interopRequireWildcard(__ONAIROS_REQ_FUNC__(0x0)),_reactNative=__ONAIROS_REQ_FUNC__(0x1),_biometricPinService=__ONAIROS_REQ_FUNC__(0x2);function _interopRequireWildcard(_0x49d05f,_0x18287c){const _0xb2fe75={'LAzlB':function(_0x3e4843,_0x353969){return _0x3e4843&&_0x353969;},'iJELL':function(_0x57e131,_0x13aa22){return _0x57e131===_0x13aa22;},'ENlRV':function(_0xe19a87,_0xc26165){return _0xe19a87!=_0xc26165;},'VAqTM':_0x1627(0x2),'TxuBK':function(_0x973d5e,_0x319788){return _0x973d5e!==_0x319788;},'RYyUr':function(_0x3d3a03,_0x2a76cf,_0x4cf220,_0x57928e){return _0x3d3a03(_0x2a76cf,_0x4cf220,_0x57928e);},'lwqJR':function(_0x5cf454,_0x46018a){return _0x5cf454==_0x46018a;}};if(_0xb2fe75['lwqJR'](_0xb2fe75[_0x1627(0x3)],typeof WeakMap))var _0x23b2bd=new WeakMap(),_0x48e481=new WeakMap();return(_interopRequireWildcard=function(_0x4c3c71,_0x53cf30){if(_0xb2fe75['LAzlB'](!_0x53cf30,_0x4c3c71)&&_0x4c3c71[_0x1627(0x0)])return _0x4c3c71;var _0x35ed74,_0x45ea95,_0x3cd0c8={'__proto__':null,'default':_0x4c3c71};if(_0xb2fe75[_0x1627(0x4)](null,_0x4c3c71)||_0xb2fe75[_0x1627(0x5)](_0x1627(0x6),typeof _0x4c3c71)&&_0xb2fe75[_0x1627(0x5)](_0xb2fe75[_0x1627(0x3)],typeof _0x4c3c71))return _0x3cd0c8;if(_0x35ed74=_0x53cf30?_0x48e481:_0x23b2bd){if(_0x35ed74[_0x1627(0x7)](_0x4c3c71))return _0x35ed74[_0x1627(0x8)](_0x4c3c71);_0x35ed74[_0x1627(0x9)](_0x4c3c71,_0x3cd0c8);}for(const _0x4c0c2c in _0x4c3c71)_0xb2fe75['TxuBK'](_0x1627(0xa),_0x4c0c2c)&&{}[_0x1627(0xb)][_0x1627(0xc)](_0x4c3c71,_0x4c0c2c)&&((_0x45ea95=(_0x35ed74=Object[_0x1627(0xd)])&&Object['getOwnPropertyDescriptor'](_0x4c3c71,_0x4c0c2c))&&(_0x45ea95['get']||_0x45ea95['set'])?_0xb2fe75[_0x1627(0xe)](_0x35ed74,_0x3cd0c8,_0x4c0c2c,_0x45ea95):_0x3cd0c8[_0x4c0c2c]=_0x4c3c71[_0x4c0c2c]);return _0x3cd0c8;})(_0x49d05f,_0x18287c);}const {width}=_reactNative[_0x1627(0xf)]['get'](_0x1627(0x10)),PinInput=({onSubmit:_0x66066,minLength:minLength=0x8,requireSpecialChar:requireSpecialChar=!![],requireNumber:requireNumber=!![],onBack:_0x50b3a9,enableBiometricStorage:enableBiometricStorage=!![],onBackgroundTrainingStart:_0x22ee64,showBackgroundProgress:showBackgroundProgress=![],backgroundProgressText:backgroundProgressText=_0x1627(0x11)})=>{const _0x172755={'SQsUv':function(_0x45914d,_0x52297c){return _0x45914d&&_0x52297c;},'vMMSk':function(_0x174a6e,_0x4d92a1){return _0x174a6e===_0x4d92a1;},'AkPTP':function(_0x34217a,_0x3d4187){return _0x34217a!=_0x3d4187;},'NqNJN':'object','uDLRu':function(_0x418bb1,_0x228d42){return _0x418bb1!==_0x228d42;},'IgPmA':'default','myICq':function(_0x13cde8,_0x242b53,_0x548a1f,_0x555444){return _0x13cde8(_0x242b53,_0x548a1f,_0x555444);},'RsjSl':function(_0x582722,_0x1e2e00){return _0x582722(_0x1e2e00);},'nUhQe':_0x1627(0x12),'CrJxs':_0x1627(0x13),'xVPPB':function(_0x12424f,_0x440834){return _0x12424f===_0x440834;},'ycRWf':_0x1627(0x14),'xyLVF':_0x1627(0x15),'zuCQB':_0x1627(0x16),'emDOZ':function(_0x225e22,_0x47b962){return _0x225e22(_0x47b962);},'ELfgI':function(_0x47a130,_0x23d126){return _0x47a130(_0x23d126);},'pmJGM':function(_0x48e19b,_0x9a0bdd){return _0x48e19b(_0x9a0bdd);},'OysSZ':_0x1627(0x17),'hJhij':'SRncO','pFajc':function(_0x59d420,_0x322a4a){return _0x59d420(_0x322a4a);},'pBjTs':_0x1627(0x18),'iFYkz':function(_0x200aca,_0x2fa625){return _0x200aca!==_0x2fa625;},'JlBLv':_0x1627(0x19),'JBhBP':function(_0x1f68e1,_0x1c77d6){return _0x1f68e1(_0x1c77d6);},'GgSNi':'biometric-unavailable','piSht':function(_0x274208,_0x4c07e2){return _0x274208===_0x4c07e2;},'WtIOk':_0x1627(0x1a),'InlJy':_0x1627(0x1b),'AHxbK':_0x1627(0x1c),'LhwwL':function(_0x44def1,_0x3900d3){return _0x44def1(_0x3900d3);},'BZPqf':function(_0x1c4795,_0x4f0f08){return _0x1c4795(_0x4f0f08);},'wThVl':function(_0x3f4c84){return _0x3f4c84();},'IcEYQ':_0x1627(0x1d),'usqbn':'KDVxp','cjWgQ':_0x1627(0x1e),'pLHBt':_0x1627(0x1f),'GPmRw':'warning','qxQDg':_0x1627(0x20),'gDzLr':_0x1627(0x21),'HMXYa':_0x1627(0x22),'pIRPO':_0x1627(0x23),'OGnYQ':'Please\x20complete\x20biometric\x20authentication\x20to\x20secure\x20your\x20PIN.','RaTZF':_0x1627(0x24),'YPTBw':_0x1627(0x25),'CEnEP':function(_0x861ef,_0x5d4f22){return _0x861ef&&_0x5d4f22;},'UQIAf':'small','TjhzA':_0x1627(0x26),'ABncF':'e.g.\x20MyPin123!','GwCEe':'none','UKlNJ':_0x1627(0x27),'xbwgf':_0x1627(0x28),'ejXAk':'👁️🗨️','ObjQw':'PIN\x20Requirements:','pzkPX':function(_0x32d1f3,_0x203785){return _0x32d1f3>=_0x203785;},'QHtWE':'•\x20At\x20least\x20','TPvYK':_0x1627(0x29),'fOGUI':_0x1627(0x2a),'jOEyX':function(_0x4e1ef0,_0x413d78){return _0x4e1ef0===_0x413d78;},'cXhoe':function(_0x7dabd3,_0x4c080e){return _0x7dabd3===_0x4c080e;},'YEGvT':'Try\x20Again','ajeFf':'Continue\x20Without\x20Biometric','kUPwy':_0x1627(0x2b),'acHcN':function(_0x43992c,_0xf036b3){return _0x43992c||_0xf036b3;},'OuxQU':_0x1627(0x2c)},[_0x198129,_0x4a9774]=(0x0,_react[_0x1627(0x2d)])(''),[_0x16abd5,_0x314f15]=(0x0,_react[_0x1627(0x2d)])(null),[_0x3d8bb9,_0x1dff53]=(0x0,_react[_0x1627(0x2d)])(![]),[_0x5d65ad,_0x35c0c2]=(0x0,_react[_0x1627(0x2d)])(![]),[_0x385d5a,_0x4615c9]=(0x0,_react[_0x1627(0x2d)])('default'),[_0x39d721,_0x4e06a9]=(0x0,_react['useState'])(![]);_react[_0x1627(0xa)][_0x1627(0x2e)](()=>{const _0x121c12={'TrvsQ':function(_0x51e450,_0x59d842){return _0x172755[_0x1627(0x2f)](_0x51e450,_0x59d842);}};if(_0x172755[_0x1627(0x30)](_0x22ee64,!_0x39d721)&&showBackgroundProgress){if(_0x172755[_0x1627(0x31)](_0x1627(0x12),_0x172755[_0x1627(0x32)])){if(_0x172755['SQsUv'](!_0x586b89,_0x5b60dd)&&_0x3ae6dd[_0x1627(0x0)])return _0x175ebc;var _0x3cf570,_0x16619b,_0x4dbfb4={'__proto__':null,'default':_0x4e5e22};if(_0x172755[_0x1627(0x33)](null,_0x417db1)||_0x172755['AkPTP'](_0x172755['NqNJN'],typeof _0x25d1fe)&&_0x1627(0x2)!=typeof _0x24424a)return _0x4dbfb4;if(_0x3cf570=_0x528d2c?_0x258692:_0x3bd703){if(_0x3cf570[_0x1627(0x7)](_0x3fb728))return _0x3cf570[_0x1627(0x8)](_0x8d73dd);_0x3cf570[_0x1627(0x9)](_0x5bbf72,_0x4dbfb4);}for(const _0x224360 in _0x3ff036)_0x172755[_0x1627(0x31)](_0x172755[_0x1627(0x34)],_0x224360)&&{}['hasOwnProperty'][_0x1627(0xc)](_0x490860,_0x224360)&&((_0x16619b=(_0x3cf570=_0x400721[_0x1627(0xd)])&&_0x1ca7ad[_0x1627(0x35)](_0x35d2d3,_0x224360))&&(_0x16619b[_0x1627(0x8)]||_0x16619b[_0x1627(0x9)])?_0x172755[_0x1627(0x36)](_0x3cf570,_0x4dbfb4,_0x224360,_0x16619b):_0x4dbfb4[_0x224360]=_0x39543d[_0x224360]);return _0x4dbfb4;}else console[_0x1627(0x37)]('\uD83D\uDE80 [PIN INPUT] Background training explicitly requested...'),_0x4e06a9(!![]),_0x22ee64()['catch'](_0x26aea7=>{console[_0x1627(0x23)]('\u274C [PIN INPUT] Background training failed:',_0x26aea7),_0x121c12['TrvsQ'](_0x4e06a9,![]);});}},[_0x22ee64,_0x39d721,showBackgroundProgress]);const _0x472bb0=(0x0,_react[_0x1627(0x38)])(_0x51add2=>{const _0x4bd4e5={'oabPO':function(_0x2c70c1,_0x2f18ef){return _0x172755[_0x1627(0x2f)](_0x2c70c1,_0x2f18ef);},'EmKnk':_0x172755[_0x1627(0x39)]};if(_0x51add2[_0x1627(0x3a)]<minLength)return _0x1627(0x3b)+minLength+_0x1627(0x29);if(requireSpecialChar&&!/[!@#$%^&*(),.?":{}|<>]/[_0x1627(0x3c)](_0x51add2)){if(_0x172755[_0x1627(0x3d)](_0x172755[_0x1627(0x3e)],_0x172755[_0x1627(0x3e)]))return _0x1627(0x3f);else _0x80f4bb[_0x1627(0x40)]('\u26A0️ [PIN INPUT] Biometric authentication failed or was cancelled'),_0x4bd4e5[_0x1627(0x41)](_0x4ada8b,_0x4bd4e5['EmKnk']),_0x4bd4e5[_0x1627(0x41)](_0x3cd57c,![]);}if(requireNumber&&!/\d/['test'](_0x51add2)){if(_0x172755['xVPPB'](_0x172755['xyLVF'],_0x172755[_0x1627(0x42)]))return _0x172755[_0x1627(0x43)];else _0x832158[_0x1627(0x37)]('\u2705 [PIN INPUT] PIN storage verified - proceeding with onboarding'),_0xa87a3b(_0x185b1f);}return null;},[minLength,requireSpecialChar,requireNumber]),_0x40cb94=(0x0,_react[_0x1627(0x38)])(async()=>{const _0x558772={'BBsgZ':function(_0x44f9bd,_0x281661){return _0x172755[_0x1627(0x44)](_0x44f9bd,_0x281661);},'bMMHX':_0x172755[_0x1627(0x45)]};if(_0x1627(0x46)===_0x172755[_0x1627(0x47)]){console['log']('\uD83D\uDD0D [PIN INPUT] handleSubmit called with PIN length:',_0x198129[_0x1627(0x3a)]);const _0xac320c=_0x172755[_0x1627(0x48)](_0x472bb0,_0x198129);if(_0xac320c){console[_0x1627(0x37)]('\u274C [PIN INPUT] Validation failed:',_0xac320c),_0x172755[_0x1627(0x48)](_0x314f15,_0xac320c);return;}console[_0x1627(0x37)]('\u2705 [PIN INPUT] PIN validation passed');if(enableBiometricStorage){console['log']('\uD83D\uDD10 [PIN INPUT] Biometric storage enabled, starting biometric flow...'),_0x172755['ELfgI'](_0x35c0c2,!![]),_0x172755[_0x1627(0x48)](_0x4615c9,_0x172755[_0x1627(0x49)]);try{if(_0x172755['iFYkz']('gQQBc',_0x172755['JlBLv'])){_0x3ebddd[_0x1627(0x37)]('\u274C [PIN INPUT] Validation failed:',_0xcd17b9),_0x172755[_0x1627(0x4a)](_0x39630b,_0x2f86a5);return;}else{const _0x473fbf=await _biometricPinService['biometricPinService']['isBiometricAvailable']();console[_0x1627(0x37)]('\uD83D\uDCF1 [PIN INPUT] Biometric available:',_0x473fbf);if(!_0x473fbf){console[_0x1627(0x23)]('\u274C [PIN INPUT] Face ID not available on this device'),_0x172755[_0x1627(0x4b)](_0x4615c9,_0x172755['GgSNi']),_0x172755['ELfgI'](_0x35c0c2,![]);return;}console[_0x1627(0x37)]('\uD83D\uDD10 [PIN INPUT] Triggering biometric authentication for PIN storage...');const _0x4c250c=await _biometricPinService[_0x1627(0x4c)]['storePinWithBiometric'](_0x198129);if(_0x4c250c){console[_0x1627(0x37)]('\u2705 [PIN INPUT] PIN stored successfully with biometric protection');const _0x3a9b36=await _biometricPinService[_0x1627(0x4c)][_0x1627(0x4d)]();if(_0x3a9b36){if(_0x172755['piSht'](_0x172755['WtIOk'],_0x172755['WtIOk']))console[_0x1627(0x37)]('\u2705 [PIN INPUT] PIN storage verified - proceeding with onboarding'),_0x172755[_0x1627(0x4e)](_0x66066,_0x198129);else{if(_0x50eb3d[_0x1627(0x7)](_0x39281e))return _0x4d15e5[_0x1627(0x8)](_0x333b64);_0x4b5a2f[_0x1627(0x9)](_0x2d3093,_0x5c43fd);}}else{if('TYmJz'!==_0x172755[_0x1627(0x4f)])console[_0x1627(0x23)]('\u274C [PIN INPUT] PIN storage verification failed'),_0x4615c9(_0x172755[_0x1627(0x45)]),_0x172755['emDOZ'](_0x35c0c2,![]);else{_0x5ae58c[_0x1627(0x23)]('\u274C [PIN INPUT] Face ID not available on this device'),_0x172755[_0x1627(0x4e)](_0x35b763,_0x1627(0x50)),_0x7ae725(![]);return;}}}else console['warn']('\u26A0️ [PIN INPUT] Biometric authentication failed or was cancelled'),_0x172755[_0x1627(0x48)](_0x4615c9,_0x172755['CrJxs']),_0x35c0c2(![]);}}catch(_0x3bc161){console[_0x1627(0x23)]('\u274C [PIN INPUT] Error handling biometric PIN storage:',_0x3bc161),_0x172755[_0x1627(0x2f)](_0x4615c9,_0x172755[_0x1627(0x45)]),_0x35c0c2(![]);}}else _0x172755[_0x1627(0x33)]('Sqflv',_0x172755[_0x1627(0x51)])?(_0x17ed45[_0x1627(0x23)]('\u274C [PIN INPUT] PIN storage verification failed'),_0x558772[_0x1627(0x52)](_0x4c9871,_0x558772[_0x1627(0x53)]),_0x453ffa(![])):(console[_0x1627(0x37)]('\uD83D\uDD10 [PIN INPUT] Biometric storage disabled, proceeding normally'),_0x66066(_0x198129));}else _0x456975[_0x1627(0x40)]('\u26A0️ [PIN INPUT] User chose to continue without biometric security'),_0x558772['BBsgZ'](_0x48b47e,_0x29b335);},[_0x198129,_0x472bb0,_0x66066,enableBiometricStorage]),_0x1ca47f=(0x0,_react[_0x1627(0x38)])(_0x5e21b2=>{_0x4a9774(_0x5e21b2),_0x314f15(null),_0x172755['JBhBP'](_0x4615c9,_0x172755['IgPmA']),console[_0x1627(0x37)]('\uD83D\uDD0D [PIN INPUT] PIN changed:',{'length':_0x5e21b2[_0x1627(0x3a)],'hasSpecialChar':/[!@#$%^&*(),.?":{}|<>]/[_0x1627(0x3c)](_0x5e21b2),'hasNumber':/\d/[_0x1627(0x3c)](_0x5e21b2),'isValid':!_0x472bb0(_0x5e21b2)});},[_0x472bb0]),_0x3b3c66=(0x0,_react[_0x1627(0x38)])(()=>{if(_0x172755[_0x1627(0x54)]!==_0x172755[_0x1627(0x55)])console[_0x1627(0x40)]('\u26A0️ [PIN INPUT] User chose to continue without biometric security'),_0x172755['pmJGM'](_0x66066,_0x198129);else{const _0x3e2ccc={'AxVep':function(_0x3b1658,_0x502f92){return _0x172755[_0x1627(0x56)](_0x3b1658,_0x502f92);}};_0x36493d&&!_0x571fa4&&_0x18e737&&(_0x477b7a[_0x1627(0x37)]('\uD83D\uDE80 [PIN INPUT] Background training explicitly requested...'),_0x172755[_0x1627(0x57)](_0x278231,!![]),_0x172755[_0x1627(0x58)](_0xb335ed)[_0x1627(0x59)](_0x1b19b5=>{_0x99ac06[_0x1627(0x23)]('\u274C [PIN INPUT] Background training failed:',_0x1b19b5),_0x3e2ccc['AxVep'](_0x25db6,![]);}));}},[_0x198129,_0x66066]),_0x2e18fa=(0x0,_react[_0x1627(0x38)])(()=>{_0x172755[_0x1627(0x4b)](_0x4615c9,_0x172755[_0x1627(0x34)]),_0x172755['wThVl'](_0x40cb94);},[_0x40cb94]),_0x1aba13=()=>{switch(_0x385d5a){case _0x172755[_0x1627(0x5a)]:return{'title':_0x172755['cjWgQ'],'message':_0x172755[_0x1627(0x5b)],'type':_0x172755[_0x1627(0x5c)],'showActions':!![]};case _0x172755[_0x1627(0x39)]:return{'title':_0x172755[_0x1627(0x5d)],'message':_0x172755['gDzLr'],'type':_0x172755[_0x1627(0x5c)],'showActions':!![]};case _0x172755[_0x1627(0x45)]:return{'title':_0x172755[_0x1627(0x5e)],'message':_0x1627(0x5f),'type':_0x172755[_0x1627(0x60)],'showActions':!![]};case'authenticating':return{'title':_0x1627(0x2c),'message':_0x172755[_0x1627(0x61)],'type':_0x172755[_0x1627(0x62)],'showActions':![]};default:return{'title':_0x1627(0x63),'message':'Your\x20PIN\x20will\x20be\x20securely\x20stored\x20locally\x20on\x20your\x20device\x20using\x20biometric\x20authentication\x20(Face\x20ID\x20or\x20Touch\x20ID)\x20for\x20enhanced\x20security.','type':_0x172755['RaTZF'],'showActions':![]};}},_0x3313f1=_0x172755[_0x1627(0x58)](_0x1aba13);return _react[_0x1627(0xa)][_0x1627(0x64)](_reactNative[_0x1627(0x65)],{'style':styles['container']},_react['default'][_0x1627(0x64)](_reactNative[_0x1627(0x65)],{'style':styles[_0x1627(0x66)]},_react['default']['createElement'](_reactNative[_0x1627(0x65)],{'style':styles[_0x1627(0x67)]},_0x50b3a9&&_react[_0x1627(0xa)][_0x1627(0x64)](_reactNative[_0x1627(0x68)],{'style':styles[_0x1627(0x69)],'onPress':_0x50b3a9},_react[_0x1627(0xa)][_0x1627(0x64)](_reactNative[_0x1627(0x6a)],{'style':{'fontSize':0x18}},'←')),_react['default'][_0x1627(0x64)](_reactNative[_0x1627(0x6a)],{'style':styles[_0x1627(0x6b)]},_0x172755['YPTBw'])),_react[_0x1627(0xa)][_0x1627(0x64)](_reactNative['Text'],{'style':styles[_0x1627(0x6c)]},'A\x20PIN\x20so\x20only\x20you\x20have\x20access\x20to\x20your\x20data'),_0x172755[_0x1627(0x6d)](showBackgroundProgress,_0x39d721)&&_react[_0x1627(0xa)][_0x1627(0x64)](_reactNative[_0x1627(0x65)],{'style':styles['backgroundProgressContainer']},_react[_0x1627(0xa)]['createElement'](_reactNative[_0x1627(0x6a)],{'style':styles[_0x1627(0x6e)]},backgroundProgressText),_react['default'][_0x1627(0x64)](_reactNative[_0x1627(0x65)],{'style':styles[_0x1627(0x6f)]},_react['default'][_0x1627(0x64)](_reactNative[_0x1627(0x70)],{'size':_0x172755[_0x1627(0x71)],'color':_0x172755[_0x1627(0x72)]}))),_react[_0x1627(0xa)][_0x1627(0x64)](_reactNative[_0x1627(0x65)],{'style':styles['inputContainer']},_react['default'][_0x1627(0x64)](_reactNative['TextInput'],{'style':styles[_0x1627(0x73)],'value':_0x198129,'onChangeText':_0x1ca47f,'secureTextEntry':!_0x3d8bb9,'placeholder':_0x172755[_0x1627(0x74)],'keyboardType':_0x172755['IgPmA'],'maxLength':0x14,'autoCapitalize':_0x172755[_0x1627(0x75)],'autoCorrect':![],'returnKeyType':_0x172755['UKlNJ'],'onSubmitEditing':()=>_reactNative[_0x1627(0x76)][_0x1627(0x77)]()}),_react[_0x1627(0xa)]['createElement'](_reactNative['TouchableOpacity'],{'style':styles[_0x1627(0x78)],'onPress':()=>_0x1dff53(!_0x3d8bb9)},_react[_0x1627(0xa)]['createElement'](_reactNative['Text'],null,_0x3d8bb9?_0x172755['xbwgf']:_0x172755[_0x1627(0x79)])))),_0x16abd5&&_react[_0x1627(0xa)]['createElement'](_reactNative[_0x1627(0x6a)],{'style':styles[_0x1627(0x23)]},_0x16abd5),_react[_0x1627(0xa)][_0x1627(0x64)](_reactNative['View'],{'style':styles['requirements']},_react[_0x1627(0xa)]['createElement'](_reactNative[_0x1627(0x6a)],{'style':styles[_0x1627(0x7a)]},_0x172755['ObjQw']),_react[_0x1627(0xa)][_0x1627(0x64)](_reactNative[_0x1627(0x6a)],{'style':[styles[_0x1627(0x7b)],_0x172755[_0x1627(0x7c)](_0x198129[_0x1627(0x3a)],minLength)&&styles[_0x1627(0x7d)]]},_0x172755[_0x1627(0x7e)],minLength,_0x172755[_0x1627(0x7f)]),requireSpecialChar&&_react[_0x1627(0xa)]['createElement'](_reactNative['Text'],{'style':[styles[_0x1627(0x7b)],/[!@#$%^&*(),.?":{}|<>]/[_0x1627(0x3c)](_0x198129)&&styles['requirementMet']]},_0x172755['fOGUI']),requireNumber&&_react['default'][_0x1627(0x64)](_reactNative[_0x1627(0x6a)],{'style':[styles[_0x1627(0x7b)],/\d/[_0x1627(0x3c)](_0x198129)&&styles['requirementMet']]},_0x1627(0x80))),_react[_0x1627(0xa)][_0x1627(0x64)](_reactNative[_0x1627(0x65)],{'style':[styles['infoContainer'],_0x172755[_0x1627(0x33)](_0x3313f1[_0x1627(0x81)],_0x172755[_0x1627(0x62)])&&styles[_0x1627(0x82)],_0x172755[_0x1627(0x83)](_0x3313f1[_0x1627(0x81)],_0x1627(0x84))&&styles[_0x1627(0x85)],_0x172755[_0x1627(0x83)](_0x3313f1['type'],_0x172755[_0x1627(0x60)])&&styles[_0x1627(0x86)]]},_react[_0x1627(0xa)]['createElement'](_reactNative['Text'],{'style':[styles[_0x1627(0x87)],_0x172755[_0x1627(0x88)](_0x3313f1[_0x1627(0x81)],_0x1627(0x24))&&styles[_0x1627(0x89)],_0x3313f1['type']===_0x172755[_0x1627(0x5c)]&&styles[_0x1627(0x8a)],_0x3313f1['type']===_0x1627(0x23)&&styles['infoTitleError']]},_0x3313f1[_0x1627(0x6b)]),_react[_0x1627(0xa)][_0x1627(0x64)](_reactNative[_0x1627(0x6a)],{'style':[styles[_0x1627(0x8b)],_0x172755[_0x1627(0x8c)](_0x3313f1[_0x1627(0x81)],_0x172755[_0x1627(0x62)])&&styles[_0x1627(0x8d)],_0x172755[_0x1627(0x83)](_0x3313f1['type'],_0x172755['GPmRw'])&&styles[_0x1627(0x8e)],_0x3313f1[_0x1627(0x81)]===_0x172755['pIRPO']&&styles[_0x1627(0x8f)]]},_0x3313f1[_0x1627(0x90)]),_0x3313f1[_0x1627(0x91)]&&_react[_0x1627(0xa)][_0x1627(0x64)](_reactNative[_0x1627(0x65)],{'style':styles[_0x1627(0x92)]},_react[_0x1627(0xa)][_0x1627(0x64)](_reactNative[_0x1627(0x68)],{'style':styles['infoActionButton'],'onPress':_0x2e18fa},_react['default']['createElement'](_reactNative['Text'],{'style':styles[_0x1627(0x93)]},_0x172755['YEGvT'])),_react['default'][_0x1627(0x64)](_reactNative[_0x1627(0x68)],{'style':[styles[_0x1627(0x94)],styles[_0x1627(0x95)]],'onPress':_0x3b3c66},_react[_0x1627(0xa)][_0x1627(0x64)](_reactNative['Text'],{'style':[styles[_0x1627(0x93)],styles[_0x1627(0x96)]]},_0x172755[_0x1627(0x97)])))),_react[_0x1627(0xa)][_0x1627(0x64)](_reactNative[_0x1627(0x65)],{'style':styles[_0x1627(0x98)]},_0x50b3a9&&_react[_0x1627(0xa)][_0x1627(0x64)](_reactNative[_0x1627(0x68)],{'style':styles['cancelButton'],'onPress':_0x50b3a9},_react['default'][_0x1627(0x64)](_reactNative[_0x1627(0x6a)],{'style':styles[_0x1627(0x99)]},_0x172755[_0x1627(0x9a)])),_react['default']['createElement'](_reactNative[_0x1627(0x68)],{'style':[styles[_0x1627(0x9b)],(_0x172755[_0x1627(0x9c)](!_0x198129,_0x5d65ad)||_0x172755['JBhBP'](_0x472bb0,_0x198129))&&styles[_0x1627(0x9d)]],'onPress':_0x40cb94,'disabled':!_0x198129||_0x5d65ad||!!_0x172755[_0x1627(0x48)](_0x472bb0,_0x198129)},_react['default']['createElement'](_reactNative[_0x1627(0x6a)],{'style':styles[_0x1627(0x9e)]},_0x5d65ad?_0x172755[_0x1627(0x9f)]:'Continue'))));};exports[_0x1627(0x1)]=PinInput;function _0x1627(_0x474d2b,_0x1627ec){_0x474d2b=_0x474d2b-0x0;const _0x823cd6=_0x474d();let _0x49c568=_0x823cd6[_0x474d2b];return _0x49c568;}const styles=_reactNative[_0x1627(0xa0)][_0x1627(0xa1)]({'container':{'flex':0x1,'padding':0x10,'width':width,'backgroundColor':_0x1627(0xa2),'justifyContent':_0x1627(0xa3)},'inputSection':{'width':'100%','marginTop':0x0,'paddingTop':0x0},'header':{'flexDirection':_0x1627(0xa4),'alignItems':_0x1627(0xa5),'justifyContent':_0x1627(0xa6),'marginBottom':0x10,'paddingVertical':0x8},'backButton':{'padding':0x8},'title':{'fontSize':0x14,'fontWeight':_0x1627(0xa7),'color':'#333','textAlign':'center','flex':0x1,'marginBottom':0x8},'subtitle':{'fontSize':0xe,'color':_0x1627(0xa8),'marginBottom':0x18,'textAlign':_0x1627(0xa5)},'inputContainer':{'flexDirection':_0x1627(0xa4),'alignItems':'center','borderWidth':0x1,'borderColor':_0x1627(0xa9),'borderRadius':0x8,'marginBottom':0x10},'input':{'flex':0x1,'padding':0xc,'fontSize':0x10},'visibilityButton':{'padding':0xc},'infoContainer':{'padding':0x10,'borderRadius':0xc,'marginBottom':0x10,'borderWidth':0x1},'infoContainerInfo':{'backgroundColor':'#E3F2FD','borderColor':'#2196F3'},'infoContainerWarning':{'backgroundColor':_0x1627(0xaa),'borderColor':_0x1627(0xab)},'infoContainerError':{'backgroundColor':_0x1627(0xac),'borderColor':_0x1627(0xad)},'infoTitle':{'fontSize':0x10,'fontWeight':_0x1627(0xa7),'marginBottom':0x8},'infoTitleInfo':{'color':_0x1627(0xae)},'infoTitleWarning':{'color':_0x1627(0xaf)},'infoTitleError':{'color':'#D32F2F'},'infoMessage':{'fontSize':0xe,'lineHeight':0x14,'marginBottom':0xc},'infoMessageInfo':{'color':_0x1627(0xb0)},'infoMessageWarning':{'color':_0x1627(0xb1)},'infoMessageError':{'color':_0x1627(0xb2)},'infoActions':{'flexDirection':'row','justifyContent':'space-between','marginTop':0x8},'infoActionButton':{'flex':0x1,'paddingVertical':0xa,'paddingHorizontal':0x10,'borderRadius':0x8,'backgroundColor':_0x1627(0x26),'marginHorizontal':0x4,'alignItems':_0x1627(0xa5)},'infoActionButtonSecondary':{'backgroundColor':_0x1627(0xb3),'borderWidth':0x1,'borderColor':_0x1627(0x26)},'infoActionButtonText':{'color':_0x1627(0xa2),'fontSize':0xe,'fontWeight':_0x1627(0xa7)},'infoActionButtonSecondaryText':{'color':'#007AFF'},'error':{'color':'#FF3B30','marginBottom':0x10},'requirements':{'marginBottom':0x18},'requirementTitle':{'fontSize':0xe,'fontWeight':_0x1627(0xa7),'marginBottom':0x8,'color':_0x1627(0xb4)},'requirement':{'fontSize':0xe,'color':_0x1627(0xa8),'marginBottom':0x4},'requirementMet':{'color':_0x1627(0xb5)},'footer':{'flexDirection':_0x1627(0xa4),'alignItems':'center','justifyContent':_0x1627(0xa6),'marginTop':0x18,'borderTopWidth':0x1,'borderTopColor':'#eee','paddingTop':0x10},'cancelButton':{'paddingVertical':0x8,'paddingHorizontal':0x10},'cancelButtonText':{'color':'#666','fontSize':0x10},'submitButton':{'paddingVertical':0x10,'paddingHorizontal':0x20,'borderRadius':0x10,'backgroundColor':_0x1627(0xb6),'alignItems':'center'},'submitButtonDisabled':{'opacity':0.5},'submitButtonText':{'color':_0x1627(0xa2),'fontSize':0x10,'fontWeight':_0x1627(0xa7)},'backgroundProgressContainer':{'flexDirection':_0x1627(0xa4),'alignItems':_0x1627(0xa5),'justifyContent':_0x1627(0xa5),'marginBottom':0x10},'backgroundProgressText':{'fontSize':0xe,'color':'#666','marginRight':0xa},'backgroundProgressIndicator':{'padding':0x5}});
|