@onairos/react-native 3.6.3 → 3.6.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (222) hide show
  1. package/lib/commonjs/api/index.js +1 -1
  2. package/lib/commonjs/components/BodyText.js +1 -1
  3. package/lib/commonjs/components/BrandMark.js +1 -1
  4. package/lib/commonjs/components/CodeInput.js +1 -1
  5. package/lib/commonjs/components/EmailInput.js +1 -1
  6. package/lib/commonjs/components/GoogleButton.js +1 -1
  7. package/lib/commonjs/components/HeadingGroup.js +1 -1
  8. package/lib/commonjs/components/LLMDataInputModal.js +1 -1
  9. package/lib/commonjs/components/ModalHeader.js +1 -1
  10. package/lib/commonjs/components/ModalSheet.js +1 -1
  11. package/lib/commonjs/components/Onairos.js +1 -1
  12. package/lib/commonjs/components/OnairosButton.js +1 -1
  13. package/lib/commonjs/components/OnairosSignInButton.js +1 -1
  14. package/lib/commonjs/components/Overlay.js +1 -1
  15. package/lib/commonjs/components/PersonaImage.js +1 -1
  16. package/lib/commonjs/components/PersonaLoadingScreen.js +1 -1
  17. package/lib/commonjs/components/PersonalizationConsentScreen.js +1 -1
  18. package/lib/commonjs/components/PinCreationScreen.js +1 -1
  19. package/lib/commonjs/components/PinInput.js +1 -1
  20. package/lib/commonjs/components/PlatformConnectorsStep.js +1 -1
  21. package/lib/commonjs/components/PlatformList.js +1 -1
  22. package/lib/commonjs/components/PlatformToggle.js +1 -1
  23. package/lib/commonjs/components/PrimaryButton.js +1 -1
  24. package/lib/commonjs/components/SignInMatchAnimation.js +1 -1
  25. package/lib/commonjs/components/SignInStep.js +1 -1
  26. package/lib/commonjs/components/UniversalOnboarding.js +1 -1
  27. package/lib/commonjs/components/VerificationStep.js +1 -1
  28. package/lib/commonjs/components/WelcomeScreen.js +1 -1
  29. package/lib/commonjs/components/icons/Basicproficon.js +1 -1
  30. package/lib/commonjs/components/icons/Basicprofile.js +1 -1
  31. package/lib/commonjs/components/icons/Checkbox.js +1 -1
  32. package/lib/commonjs/components/icons/Checkmark.js +1 -1
  33. package/lib/commonjs/components/icons/Contentanalysis.js +1 -1
  34. package/lib/commonjs/components/icons/Contenticon.js +1 -1
  35. package/lib/commonjs/components/icons/EnochE.js +1 -1
  36. package/lib/commonjs/components/icons/Personalityicon.js +1 -1
  37. package/lib/commonjs/components/icons/Personalityprofile.js +1 -1
  38. package/lib/commonjs/components/icons/Personalitytraits.js +1 -1
  39. package/lib/commonjs/components/icons/Userpreferences.js +1 -1
  40. package/lib/commonjs/components/icons/index.js +1 -1
  41. package/lib/commonjs/components/onboarding/OAuthWebView.js +1 -1
  42. package/lib/commonjs/components/onboarding/OnboardingHeader.js +1 -1
  43. package/lib/commonjs/components/onboarding/PinInput.js +1 -1
  44. package/lib/commonjs/components/onboarding/PlatformConnector.js +1 -1
  45. package/lib/commonjs/config/api.js +1 -1
  46. package/lib/commonjs/constants/index.js +1 -1
  47. package/lib/commonjs/context/AuthContext.js +1 -1
  48. package/lib/commonjs/hooks/useConnectedAccounts.js +1 -1
  49. package/lib/commonjs/hooks/useConnections.js +1 -1
  50. package/lib/commonjs/hooks/useCredentials.js +1 -1
  51. package/lib/commonjs/hooks/useUserConnections.js +1 -1
  52. package/lib/commonjs/index.js +1 -1
  53. package/lib/commonjs/services/apiClient.js +1 -1
  54. package/lib/commonjs/services/apiKeyService.js +924 -9
  55. package/lib/commonjs/services/authService.js +627 -10
  56. package/lib/commonjs/services/biometricPinService.js +1 -1
  57. package/lib/commonjs/services/chatGPTConversationExtractor.js +1 -1
  58. package/lib/commonjs/services/chatGPTConversationService.js +1 -1
  59. package/lib/commonjs/services/claudeConversationExtractor.js +1 -1
  60. package/lib/commonjs/services/claudeConversationService.js +1 -1
  61. package/lib/commonjs/services/connectedAccountsService.js +1 -1
  62. package/lib/commonjs/services/googleAuthService.js +1 -1
  63. package/lib/commonjs/services/hingeDataExtractor.js +1 -1
  64. package/lib/commonjs/services/hingeDataService.js +1 -1
  65. package/lib/commonjs/services/imageCompressionService.js +1 -1
  66. package/lib/commonjs/services/instagramDataExtractor.js +1 -1
  67. package/lib/commonjs/services/instagramDataService.js +1 -1
  68. package/lib/commonjs/services/jwtStorageService.js +1 -1
  69. package/lib/commonjs/services/linkedinDOMExtractor.js +1 -1
  70. package/lib/commonjs/services/linkedinProfileService.js +1 -1
  71. package/lib/commonjs/services/linkedinScrapingService.js +1 -1
  72. package/lib/commonjs/services/llmDataStorage.js +1 -1
  73. package/lib/commonjs/services/mobileTrainingService.js +1 -1
  74. package/lib/commonjs/services/oauthService.js +391 -11
  75. package/lib/commonjs/services/pinEncryptionService.js +1 -1
  76. package/lib/commonjs/services/pinStorageUtils.js +1 -1
  77. package/lib/commonjs/services/platformAuthService.js +1 -1
  78. package/lib/commonjs/services/sephoraDataExtractor.js +1 -1
  79. package/lib/commonjs/services/sephoraDataService.js +1 -1
  80. package/lib/commonjs/services/storageService.js +1 -1
  81. package/lib/commonjs/services/telegramDataExtractor.js +1 -1
  82. package/lib/commonjs/services/telegramDataService.js +1 -1
  83. package/lib/commonjs/services/trainingApiHelpers.js +1 -1
  84. package/lib/commonjs/services/userConnectionsService.js +1 -1
  85. package/lib/commonjs/services/youtubeMigrationService.js +1 -1
  86. package/lib/commonjs/theme/index.js +1 -1
  87. package/lib/commonjs/types/index.js +1 -1
  88. package/lib/commonjs/types.js +1 -1
  89. package/lib/commonjs/utils/Portal.js +1 -1
  90. package/lib/commonjs/utils/api.js +1 -1
  91. package/lib/commonjs/utils/assetRegistry.js +1 -1
  92. package/lib/commonjs/utils/auth.js +1 -1
  93. package/lib/commonjs/utils/connectorTests.js +1 -1
  94. package/lib/commonjs/utils/crypto.js +1 -1
  95. package/lib/commonjs/utils/debugHelper.js +1 -1
  96. package/lib/commonjs/utils/encryption.js +1 -1
  97. package/lib/commonjs/utils/eventUtils.js +1 -1
  98. package/lib/commonjs/utils/haptics.js +1 -1
  99. package/lib/commonjs/utils/imagePreloader.js +1 -1
  100. package/lib/commonjs/utils/networkDiagnostics.js +1 -1
  101. package/lib/commonjs/utils/onairosApi.js +1 -1
  102. package/lib/commonjs/utils/programmaticFlow.js +1 -1
  103. package/lib/commonjs/utils/retryHelper.js +1 -1
  104. package/lib/commonjs/utils/secureStorage.js +1 -1
  105. package/lib/commonjs/utils/webviewScripts/chatgpt.js +1 -1
  106. package/lib/commonjs/utils/webviewScripts/claude.js +1 -1
  107. package/lib/commonjs/utils/webviewScripts/hinge.js +1 -1
  108. package/lib/commonjs/utils/webviewScripts/index.js +1 -1
  109. package/lib/commonjs/utils/webviewScripts/instagram.js +1 -1
  110. package/lib/commonjs/utils/webviewScripts/linkedin.js +1 -1
  111. package/lib/commonjs/utils/webviewScripts/sephora.js +1 -1
  112. package/lib/commonjs/utils/webviewScripts/telegram.js +1 -1
  113. package/lib/module/api/index.js +1 -1
  114. package/lib/module/components/BodyText.js +1 -1
  115. package/lib/module/components/BrandMark.js +1 -1
  116. package/lib/module/components/CodeInput.js +1 -1
  117. package/lib/module/components/EmailInput.js +1 -1
  118. package/lib/module/components/GoogleButton.js +1 -1
  119. package/lib/module/components/HeadingGroup.js +1 -1
  120. package/lib/module/components/LLMDataInputModal.js +1 -1
  121. package/lib/module/components/ModalHeader.js +1 -1
  122. package/lib/module/components/ModalSheet.js +1 -1
  123. package/lib/module/components/Onairos.js +1 -1
  124. package/lib/module/components/OnairosButton.js +1 -1
  125. package/lib/module/components/OnairosSignInButton.js +1 -1
  126. package/lib/module/components/Overlay.js +1 -1
  127. package/lib/module/components/PersonaImage.js +1 -1
  128. package/lib/module/components/PersonaLoadingScreen.js +1 -1
  129. package/lib/module/components/PersonalizationConsentScreen.js +1 -1
  130. package/lib/module/components/PinCreationScreen.js +1 -1
  131. package/lib/module/components/PinInput.js +1 -1
  132. package/lib/module/components/PlatformConnectorsStep.js +1 -1
  133. package/lib/module/components/PlatformList.js +1 -1
  134. package/lib/module/components/PlatformToggle.js +1 -1
  135. package/lib/module/components/PrimaryButton.js +1 -1
  136. package/lib/module/components/SignInMatchAnimation.js +1 -1
  137. package/lib/module/components/SignInStep.js +1 -1
  138. package/lib/module/components/UniversalOnboarding.js +1 -1
  139. package/lib/module/components/VerificationStep.js +1 -1
  140. package/lib/module/components/WelcomeScreen.js +1 -1
  141. package/lib/module/components/icons/Basicproficon.js +1 -1
  142. package/lib/module/components/icons/Basicprofile.js +1 -1
  143. package/lib/module/components/icons/Checkbox.js +1 -1
  144. package/lib/module/components/icons/Checkmark.js +1 -1
  145. package/lib/module/components/icons/Contentanalysis.js +1 -1
  146. package/lib/module/components/icons/Contenticon.js +1 -1
  147. package/lib/module/components/icons/EnochE.js +1 -1
  148. package/lib/module/components/icons/Personalityicon.js +1 -1
  149. package/lib/module/components/icons/Personalityprofile.js +1 -1
  150. package/lib/module/components/icons/Personalitytraits.js +1 -1
  151. package/lib/module/components/icons/Userpreferences.js +1 -1
  152. package/lib/module/components/onboarding/OAuthWebView.js +1 -1
  153. package/lib/module/components/onboarding/OnboardingHeader.js +1 -1
  154. package/lib/module/components/onboarding/PinInput.js +1 -1
  155. package/lib/module/components/onboarding/PlatformConnector.js +1 -1
  156. package/lib/module/config/api.js +1 -1
  157. package/lib/module/constants/index.js +1 -1
  158. package/lib/module/context/AuthContext.js +1 -1
  159. package/lib/module/hooks/useConnectedAccounts.js +1 -1
  160. package/lib/module/hooks/useConnections.js +1 -1
  161. package/lib/module/hooks/useCredentials.js +1 -1
  162. package/lib/module/hooks/useUserConnections.js +1 -1
  163. package/lib/module/index.js +1 -1
  164. package/lib/module/services/apiClient.js +1 -1
  165. package/lib/module/services/apiKeyService.js +898 -1
  166. package/lib/module/services/authService.js +602 -1
  167. package/lib/module/services/biometricPinService.js +1 -1
  168. package/lib/module/services/chatGPTConversationExtractor.js +1 -1
  169. package/lib/module/services/chatGPTConversationService.js +1 -1
  170. package/lib/module/services/claudeConversationExtractor.js +1 -1
  171. package/lib/module/services/claudeConversationService.js +1 -1
  172. package/lib/module/services/connectedAccountsService.js +1 -1
  173. package/lib/module/services/googleAuthService.js +1 -1
  174. package/lib/module/services/hingeDataExtractor.js +1 -1
  175. package/lib/module/services/hingeDataService.js +1 -1
  176. package/lib/module/services/imageCompressionService.js +1 -1
  177. package/lib/module/services/instagramDataExtractor.js +1 -1
  178. package/lib/module/services/instagramDataService.js +1 -1
  179. package/lib/module/services/jwtStorageService.js +1 -1
  180. package/lib/module/services/linkedinDOMExtractor.js +1 -1
  181. package/lib/module/services/linkedinProfileService.js +1 -1
  182. package/lib/module/services/linkedinScrapingService.js +1 -1
  183. package/lib/module/services/llmDataStorage.js +1 -1
  184. package/lib/module/services/mobileTrainingService.js +1 -1
  185. package/lib/module/services/oauthService.js +381 -1
  186. package/lib/module/services/pinEncryptionService.js +1 -1
  187. package/lib/module/services/pinStorageUtils.js +1 -1
  188. package/lib/module/services/platformAuthService.js +1 -1
  189. package/lib/module/services/sephoraDataExtractor.js +1 -1
  190. package/lib/module/services/sephoraDataService.js +1 -1
  191. package/lib/module/services/storageService.js +1 -1
  192. package/lib/module/services/telegramDataExtractor.js +1 -1
  193. package/lib/module/services/telegramDataService.js +1 -1
  194. package/lib/module/services/trainingApiHelpers.js +1 -1
  195. package/lib/module/services/userConnectionsService.js +1 -1
  196. package/lib/module/services/youtubeMigrationService.js +1 -1
  197. package/lib/module/theme/index.js +1 -1
  198. package/lib/module/types.js +1 -1
  199. package/lib/module/utils/Portal.js +1 -1
  200. package/lib/module/utils/api.js +1 -1
  201. package/lib/module/utils/assetRegistry.js +1 -1
  202. package/lib/module/utils/auth.js +1 -1
  203. package/lib/module/utils/connectorTests.js +1 -1
  204. package/lib/module/utils/crypto.js +1 -1
  205. package/lib/module/utils/debugHelper.js +1 -1
  206. package/lib/module/utils/encryption.js +1 -1
  207. package/lib/module/utils/eventUtils.js +1 -1
  208. package/lib/module/utils/haptics.js +1 -1
  209. package/lib/module/utils/networkDiagnostics.js +1 -1
  210. package/lib/module/utils/onairosApi.js +1 -1
  211. package/lib/module/utils/programmaticFlow.js +1 -1
  212. package/lib/module/utils/retryHelper.js +1 -1
  213. package/lib/module/utils/secureStorage.js +1 -1
  214. package/lib/module/utils/webviewScripts/chatgpt.js +1 -1
  215. package/lib/module/utils/webviewScripts/claude.js +1 -1
  216. package/lib/module/utils/webviewScripts/hinge.js +1 -1
  217. package/lib/module/utils/webviewScripts/index.js +1 -1
  218. package/lib/module/utils/webviewScripts/instagram.js +1 -1
  219. package/lib/module/utils/webviewScripts/linkedin.js +1 -1
  220. package/lib/module/utils/webviewScripts/sephora.js +1 -1
  221. package/lib/module/utils/webviewScripts/telegram.js +1 -1
  222. package/package.json +1 -1
@@ -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 _0x2caa(_0x540f4b,_0x2caa69){_0x540f4b=_0x540f4b-0x0;const _0x3b7fd5=_0x540f();let _0x2706d4=_0x3b7fd5[_0x540f4b];return _0x2706d4;}Object[_0x2caa(0x0)](exports,_0x2caa(0x1),{'value':!![]}),exports[_0x2caa(0x2)]=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(_0x5ee599){return _0x5ee599&&_0x5ee599[_0x2caa(0x1)]?_0x5ee599:{'default':_0x5ee599};}function _interopRequireWildcard(_0xd4c09d,_0x1d2231){const _0x364075={'EHAPh':function(_0x1d1c13,_0x7e4266,_0x41a2c3){return _0x1d1c13(_0x7e4266,_0x41a2c3);},'ZWYzS':function(_0x365fb7,_0x506d88){return _0x365fb7+_0x506d88;},'WTDiW':'qFPID','qQCSc':function(_0x1d7433,_0x2699a3){return _0x1d7433!=_0x2699a3;},'Asaqy':'object','uqrdG':_0x2caa(0x3),'TFklL':_0x2caa(0x2),'qqUyM':function(_0x558ff7,_0x117528){return _0x558ff7==_0x117528;}};if(_0x364075[_0x2caa(0x4)](_0x364075[_0x2caa(0x5)],typeof WeakMap))var _0x5ca0fc=new WeakMap(),_0x207ce6=new WeakMap();return(_interopRequireWildcard=function(_0x3ebf97,_0x50fcfd){const _0x3711b0={'lXpaQ':function(_0x2524d9,_0x1c3860,_0x1a31bc){return _0x364075[_0x2caa(0x6)](_0x2524d9,_0x1c3860,_0x1a31bc);},'PfDUQ':function(_0x5dca13,_0x40073d){return _0x364075['ZWYzS'](_0x5dca13,_0x40073d);}};if(_0x364075[_0x2caa(0x7)]===_0x364075[_0x2caa(0x7)]){if(!_0x50fcfd&&_0x3ebf97&&_0x3ebf97[_0x2caa(0x1)])return _0x3ebf97;var _0x2e3582,_0x14f12e,_0x56e645={'__proto__':null,'default':_0x3ebf97};if(null===_0x3ebf97||_0x364075[_0x2caa(0x8)](_0x364075['Asaqy'],typeof _0x3ebf97)&&_0x364075[_0x2caa(0x8)](_0x364075[_0x2caa(0x5)],typeof _0x3ebf97))return _0x56e645;if(_0x2e3582=_0x50fcfd?_0x207ce6:_0x5ca0fc){if(_0x2e3582[_0x2caa(0x9)](_0x3ebf97))return _0x2e3582[_0x2caa(0xa)](_0x3ebf97);_0x2e3582[_0x2caa(0xb)](_0x3ebf97,_0x56e645);}for(const _0x551249 in _0x3ebf97)_0x364075[_0x2caa(0xc)]!==_0x551249&&{}[_0x2caa(0xd)][_0x2caa(0xe)](_0x3ebf97,_0x551249)&&((_0x14f12e=(_0x2e3582=Object[_0x2caa(0x0)])&&Object[_0x2caa(0xf)](_0x3ebf97,_0x551249))&&(_0x14f12e[_0x2caa(0xa)]||_0x14f12e[_0x2caa(0xb)])?_0x2e3582(_0x56e645,_0x551249,_0x14f12e):_0x56e645[_0x551249]=_0x3ebf97[_0x551249]);return _0x56e645;}else return _0x5cca0b[_0x2caa(0x10)](_0x3711b0[_0x2caa(0x11)](_0x244672,_0x507841,_0x3711b0['PfDUQ'](_0x41b492,0x1)));})(_0xd4c09d,_0x1d2231);}const STATUS_MESSAGES=[{'text':'Keeping\x20your\x20data\x20private','minProgress':0x0,'maxProgress':0x19},{'text':_0x2caa(0x12),'minProgress':0x14,'maxProgress':0x2d},{'text':_0x2caa(0x13),'minProgress':0x28,'maxProgress':0x41},{'text':_0x2caa(0x14),'minProgress':0x3c,'maxProgress':0x55},{'text':_0x2caa(0x15),'minProgress':0x50,'maxProgress':0x5f},{'text':_0x2caa(0x16),'minProgress':0x64,'maxProgress':0x64}],randomInRange=(_0x32fb06,_0x3c9a22)=>{const _0x1645fe={'jxZGV':function(_0x30c157,_0x11f019){return _0x30c157+_0x11f019;},'zdGEq':function(_0x45596f,_0x43b106){return _0x45596f-_0x43b106;}};return _0x1645fe[_0x2caa(0x17)](Math[_0x2caa(0x18)]()*_0x1645fe[_0x2caa(0x19)](_0x3c9a22,_0x32fb06),_0x32fb06);},randomIntInRange=(_0x5388c7,_0x5c31c4)=>{const _0x14f28a={'lLKiP':function(_0xe11be1,_0x18345d){return _0xe11be1+_0x18345d;}};return Math[_0x2caa(0x10)](randomInRange(_0x5388c7,_0x14f28a[_0x2caa(0x1a)](_0x5c31c4,0x1)));},PersonaLoadingScreen=({visible:_0x9c6c3a,onComplete:_0x369430})=>{const _0x32eb55={'NWTkc':function(_0x5d12e1,_0xdb676e,_0xf0104){return _0x5d12e1(_0xdb676e,_0xf0104);},'YHyIR':_0x2caa(0x1b),'TZTgJ':function(_0x432baa,_0x3695f4){return _0x432baa===_0x3695f4;},'FNRjI':function(_0x138415,_0x515d2f){return _0x138415&&_0x515d2f;},'uZshK':function(_0x3ce6f2,_0x51c207){return _0x3ce6f2!=_0x51c207;},'lDPdz':_0x2caa(0x1c),'sJRVO':function(_0x104543,_0x380bd0,_0x3d932d,_0x8a7861){return _0x104543(_0x380bd0,_0x3d932d,_0x8a7861);},'sdAvb':function(_0x5a7d65,_0x3e7a5b){return _0x5a7d65!==_0x3e7a5b;},'jiyOO':_0x2caa(0x1d),'vDHuS':_0x2caa(0x1e),'SJvhH':function(_0x5b83e9,_0x12c95d,_0x28298d){return _0x5b83e9(_0x12c95d,_0x28298d);},'nyAPw':_0x2caa(0x1f),'EuDKH':'mkJTM','jnbBd':function(_0x5613e1,_0x2744f2){return _0x5613e1<_0x2744f2;},'pmhAO':function(_0x5c48de,_0x295ca0){return _0x5c48de(_0x295ca0);},'bkved':function(_0x53b714,_0x1cc396){return _0x53b714(_0x1cc396);},'YdSaE':function(_0x4b9b36,_0x2629c4){return _0x4b9b36/_0x2629c4;},'bkYdz':function(_0x2cf59a,_0x503849){return _0x2cf59a>=_0x503849;},'kKqEf':function(_0x2b61bd,_0x2d11cc){return _0x2b61bd==_0x2d11cc;},'HVFFi':function(_0x5912f2,_0xf0e458,_0x2a2b28){return _0x5912f2(_0xf0e458,_0x2a2b28);},'HuOnc':function(_0x1e143a,_0x1a9da1){return _0x1e143a===_0x1a9da1;},'QDFRl':_0x2caa(0x20),'KOjaD':_0x2caa(0x21),'tnWEl':function(_0x24faa0,_0x332c83){return _0x24faa0===_0x332c83;},'gSDdb':_0x2caa(0x22),'vMqMn':_0x2caa(0x23),'xtzOb':function(_0x4bf886,_0x13c1cf,_0x25eaf0){return _0x4bf886(_0x13c1cf,_0x25eaf0);},'ryKRg':function(_0x15649a,_0x612809){return _0x15649a-_0x612809;},'XygeM':function(_0x36af84,_0x4b6445){return _0x36af84===_0x4b6445;},'vnMMO':_0x2caa(0x24),'wNGNA':_0x2caa(0x25),'RXtQo':function(_0x479152,_0xd4f9cc){return _0x479152*_0xd4f9cc;},'ZgYsS':function(_0x31ba1a,_0x4289ac){return _0x31ba1a*_0x4289ac;},'KSlSL':function(_0x56bdc8,_0x55b702){return _0x56bdc8+_0x55b702;},'VKcth':function(_0x297c1c,_0x4252ad,_0x4a96a6){return _0x297c1c(_0x4252ad,_0x4a96a6);},'PMcTx':_0x2caa(0x26),'yzfwj':_0x2caa(0x27),'TXTjh':_0x2caa(0x28),'rukiD':function(_0x30d6c5,_0x1dbc87){return _0x30d6c5<_0x1dbc87;},'trtgx':function(_0x135c38,_0x2b86ea,_0x5682ce){return _0x135c38(_0x2b86ea,_0x5682ce);},'xTXzf':_0x2caa(0x29),'hDTZC':_0x2caa(0x2a)},_0x375751=(0x0,_react[_0x2caa(0x2b)])(new _reactNative['Animated'][(_0x2caa(0x2c))](0x0))[_0x2caa(0x2d)],_0xf85ce6=(0x0,_react[_0x2caa(0x2b)])(new _reactNative[(_0x2caa(0x2e))][(_0x2caa(0x2c))](0.3))[_0x2caa(0x2d)],_0x5a983d=(0x0,_react[_0x2caa(0x2b)])(new _reactNative[(_0x2caa(0x2e))][(_0x2caa(0x2c))](0.3))[_0x2caa(0x2d)],_0x21dea8=(0x0,_react['useRef'])(new _reactNative[(_0x2caa(0x2e))]['Value'](0.3))[_0x2caa(0x2d)],[_0x257b86,_0x259316]=(0x0,_react[_0x2caa(0x2f)])(0x0),[_0x2d2196,_0x5b79d7]=(0x0,_react[_0x2caa(0x2f)])(_0x32eb55[_0x2caa(0x30)]),_0x2cc6d0=(0x0,_react[_0x2caa(0x2b)])([]);(0x0,_react[_0x2caa(0x31)])(()=>{const _0xf75fe4={'ewhVZ':function(_0x2eec54,_0x286e21,_0x588adf){return _0x32eb55[_0x2caa(0x32)](_0x2eec54,_0x286e21,_0x588adf);},'trVpA':function(_0x1c8ca6,_0x90cde2){return _0x1c8ca6===_0x90cde2;},'KFKNR':_0x32eb55['YHyIR'],'fGumt':'DoiRP','BgiEc':function(_0x5884e5,_0x455449){return _0x32eb55[_0x2caa(0x33)](_0x5884e5,_0x455449);}};if(!_0x9c6c3a)return;const _0x4f2c2d=(_0x866cdc,_0x3230a6)=>{if(_0xf75fe4[_0x2caa(0x34)](_0xf75fe4[_0x2caa(0x35)],_0xf75fe4[_0x2caa(0x36)]))_0xf75fe4['ewhVZ'](_0x5df00b,_0x53deb0,0x0)[_0x2caa(0x37)]();else return _reactNative['Animated'][_0x2caa(0x38)](_reactNative['Animated']['sequence']([_reactNative[_0x2caa(0x2e)][_0x2caa(0x39)](_0x866cdc,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]}),_reactNative[_0x2caa(0x2e)][_0x2caa(0x39)](_0x866cdc,{'toValue':0.3,'duration':0x258,'useNativeDriver':!![]})]),{'iterations':-0x1});};setTimeout(()=>{if(_0xf75fe4['BgiEc'](_0x2caa(0x3a),_0x2caa(0x3a)))_0xf75fe4['ewhVZ'](_0x4f2c2d,_0xf85ce6,0x0)['start']();else{if(_0x9300b7[_0x2caa(0x9)](_0x2c1adf))return _0x6eb284[_0x2caa(0xa)](_0x1cd288);_0x298572[_0x2caa(0xb)](_0x2e0984,_0x2b148f);}},0x12c),_0x32eb55['NWTkc'](setTimeout,()=>{_0xf75fe4[_0x2caa(0x3b)](_0x4f2c2d,_0x5a983d,0xc8)[_0x2caa(0x37)]();},0x1f4),_0x32eb55['NWTkc'](setTimeout,()=>{_0x4f2c2d(_0x21dea8,0x190)[_0x2caa(0x37)]();},0x2bc);},[_0x9c6c3a,_0xf85ce6,_0x5a983d,_0x21dea8]),(0x0,_react[_0x2caa(0x31)])(()=>{const _0x1ab30d={'ecMUs':function(_0x1abd82,_0x447efd){return _0x32eb55[_0x2caa(0x3c)](_0x1abd82,_0x447efd);},'EIUSr':function(_0x4e76e4,_0x24b769,_0x115954){return _0x32eb55['HVFFi'](_0x4e76e4,_0x24b769,_0x115954);},'pMHyY':function(_0x537857,_0x368931){return _0x32eb55[_0x2caa(0x3d)](_0x537857,_0x368931);},'Oatac':_0x32eb55[_0x2caa(0x3e)],'fxQac':_0x32eb55['KOjaD'],'HMskl':function(_0x5ed3b1){return _0x5ed3b1();}};if(_0x32eb55[_0x2caa(0x3f)](_0x32eb55[_0x2caa(0x40)],_0x32eb55['gSDdb'])){if(!_0x9c6c3a){_0x2cc6d0[_0x2caa(0x2d)][_0x2caa(0x41)](_0x3d73b7=>clearTimeout(_0x3d73b7)),_0x2cc6d0[_0x2caa(0x2d)]=[];return;}_0x32eb55[_0x2caa(0x42)](_0x259316,0x0),_0x5b79d7(_0x32eb55[_0x2caa(0x30)]),_0x375751[_0x2caa(0x43)](0x0);const _0x23dec7=_0x32eb55[_0x2caa(0x44)](randomInRange,0x1b58,0x2ee0),_0x310cca=randomIntInRange(0x5,0x8),_0x4fd3eb=[0x0];for(let _0x460b23=0x0;_0x460b23<_0x32eb55[_0x2caa(0x45)](_0x310cca,0x1);_0x460b23++){if(_0x32eb55[_0x2caa(0x46)](_0x32eb55['vnMMO'],_0x32eb55[_0x2caa(0x47)]))_0x3c0c0d[_0x2caa(0x2d)][_0x2caa(0x41)](_0x2a32d3=>_0x3ba7b7(_0x2a32d3)),_0x4ce5a3[_0x2caa(0x2d)]=[];else{const _0x4080e3=_0x32eb55['ryKRg'](_0x32eb55[_0x2caa(0x48)](_0x460b23+0x1,0x64/_0x310cca),0xa),_0x1425f3=_0x32eb55['ZgYsS'](_0x32eb55[_0x2caa(0x49)](_0x460b23,0x1),0x64/_0x310cca)+0xa;_0x4fd3eb[_0x2caa(0x4a)](_0x32eb55['VKcth'](randomIntInRange,Math[_0x2caa(0x4b)](0xa,_0x4080e3),Math[_0x2caa(0x4c)](0x5a,_0x1425f3)));}}_0x4fd3eb['push'](0x64),_0x4fd3eb[_0x2caa(0x4d)]((_0x3d617e,_0x4572e2)=>_0x3d617e-_0x4572e2);const _0x4a51a9=[_0x32eb55[_0x2caa(0x4e)],_0x32eb55[_0x2caa(0x4f)],_0x32eb55[_0x2caa(0x50)]],_0x1c0776=[];let _0x50a71c=0x0;for(let _0x1f52c8=0x0;_0x32eb55['rukiD'](_0x1f52c8,_0x310cca);_0x1f52c8++){const _0x2f83c8=_0x4a51a9[randomIntInRange(0x0,0x2)];let _0xb5637f;if(_0x32eb55[_0x2caa(0x3f)](_0x2f83c8,_0x32eb55['PMcTx']))_0xb5637f=_0x32eb55['xtzOb'](randomInRange,0xfa,0x1f4);else _0x32eb55[_0x2caa(0x3f)](_0x2f83c8,_0x2caa(0x27))?_0xb5637f=_0x32eb55[_0x2caa(0x32)](randomInRange,0x1f4,0x320):_0xb5637f=_0x32eb55['trtgx'](randomInRange,0x320,0x4b0);_0x1c0776[_0x2caa(0x4a)](_0xb5637f),_0x50a71c+=_0xb5637f;}const _0x352c42=0x190,_0x3d7a43=_0x310cca*_0x352c42,_0x486282=_0x32eb55[_0x2caa(0x45)](_0x23dec7,_0x3d7a43),_0x3af6c9=_0x32eb55[_0x2caa(0x51)](_0x486282,_0x50a71c),_0xd6b557=_0x1c0776[_0x2caa(0x52)](_0x5c5239=>_0x5c5239*_0x3af6c9),_0x4ca245=[];STATUS_MESSAGES[_0x2caa(0x41)](_0x251edb=>{const _0x39a376={'HvIaB':function(_0x5ef6a0,_0x5c6cbc){return _0x32eb55[_0x2caa(0x53)](_0x5ef6a0,_0x5c6cbc);},'XmIKD':function(_0x50823a,_0x5262cb){return _0x50823a===_0x5262cb;},'IiJqI':function(_0x55b149,_0x2157d1){return _0x32eb55[_0x2caa(0x54)](_0x55b149,_0x2157d1);},'vdtFD':_0x32eb55[_0x2caa(0x55)],'mEKJs':_0x2caa(0x3),'IyXvU':function(_0x5926be,_0x567825){return _0x5926be!==_0x567825;},'FzlbT':'default','AlZDK':function(_0x1a992e,_0xccde98,_0x1f15fc,_0x48d8ab){return _0x32eb55['sJRVO'](_0x1a992e,_0xccde98,_0x1f15fc,_0x48d8ab);}};if(_0x32eb55[_0x2caa(0x56)](_0x32eb55['jiyOO'],'JlQdN')){if(_0x251edb['minProgress']===0x64){if(_0x32eb55['sdAvb'](_0x32eb55[_0x2caa(0x57)],_0x2caa(0x1e))){if(_0x1ab30d[_0x2caa(0x58)]('function',typeof _0xbe6107))var _0x12805a=new _0x18769a(),_0x5cbb0b=new _0x1153d8();return(_0x1e7a4c=function(_0x436850,_0x591965){if(_0x39a376['HvIaB'](!_0x591965,_0x436850)&&_0x436850[_0x2caa(0x1)])return _0x436850;var _0x583e84,_0x1561b2,_0x38a8bc={'__proto__':null,'default':_0x436850};if(_0x39a376[_0x2caa(0x59)](null,_0x436850)||_0x39a376[_0x2caa(0x5a)](_0x39a376[_0x2caa(0x5b)],typeof _0x436850)&&_0x39a376[_0x2caa(0x5a)](_0x39a376[_0x2caa(0x5c)],typeof _0x436850))return _0x38a8bc;if(_0x583e84=_0x591965?_0x5cbb0b:_0x12805a){if(_0x583e84['has'](_0x436850))return _0x583e84[_0x2caa(0xa)](_0x436850);_0x583e84[_0x2caa(0xb)](_0x436850,_0x38a8bc);}for(const _0x5ba5ab in _0x436850)_0x39a376['IyXvU'](_0x39a376[_0x2caa(0x5d)],_0x5ba5ab)&&{}[_0x2caa(0xd)][_0x2caa(0xe)](_0x436850,_0x5ba5ab)&&((_0x1561b2=(_0x583e84=_0x3064aa[_0x2caa(0x0)])&&_0x6a5073[_0x2caa(0xf)](_0x436850,_0x5ba5ab))&&(_0x1561b2['get']||_0x1561b2[_0x2caa(0xb)])?_0x39a376[_0x2caa(0x5e)](_0x583e84,_0x38a8bc,_0x5ba5ab,_0x1561b2):_0x38a8bc[_0x5ba5ab]=_0x436850[_0x5ba5ab]);return _0x38a8bc;})(_0x451115,_0x5a7495);}else _0x4ca245[_0x2caa(0x4a)]({'progress':0x64,'message':_0x251edb['text']});}else{const _0x2c316c=randomInRange(_0x251edb['minProgress'],_0x251edb[_0x2caa(0x5f)]);_0x4ca245['push']({'progress':_0x2c316c,'message':_0x251edb['text']});}}else{const _0x5169d8=_0x1ab30d[_0x2caa(0x60)](_0x1c04a6,_0x4629e0[_0x2caa(0x61)],_0x875e45['maxProgress']);_0x14f18e[_0x2caa(0x4a)]({'progress':_0x5169d8,'message':_0x26ebc3[_0x2caa(0x62)]});}}),_0x4ca245[_0x2caa(0x4d)]((_0x323eb6,_0x1df533)=>_0x323eb6[_0x2caa(0x63)]-_0x1df533['progress']);let _0x5520f8=0x0,_0x290cbf=0x0;for(let _0x12017f=0x1;_0x12017f<=_0x310cca;_0x12017f++){const _0x553a7d=_0x4fd3eb[_0x12017f],_0x24e3e5=_0xd6b557[_0x32eb55[_0x2caa(0x45)](_0x12017f,0x1)];_0x5520f8+=_0x24e3e5;const _0x5b4942=_0x32eb55['NWTkc'](setTimeout,()=>{const _0x2cbb69={'MnVuM':function(_0x2d08a9,_0xfc9b5f,_0x2111df){return _0x32eb55['SJvhH'](_0x2d08a9,_0xfc9b5f,_0x2111df);}};if(_0x32eb55[_0x2caa(0x64)]===_0x32eb55['EuDKH'])_0x283d33=_0x2cbb69[_0x2caa(0x65)](_0x3e4cb4,0xfa,0x1f4);else{while(_0x32eb55[_0x2caa(0x66)](_0x290cbf,_0x4ca245[_0x2caa(0x67)])&&_0x553a7d>=_0x4ca245[_0x290cbf][_0x2caa(0x63)]){_0x32eb55[_0x2caa(0x42)](_0x5b79d7,_0x4ca245[_0x290cbf]['message']),_0x290cbf++;}_0x32eb55[_0x2caa(0x68)](_0x259316,_0x553a7d),_reactNative[_0x2caa(0x2e)]['timing'](_0x375751,{'toValue':_0x32eb55['YdSaE'](_0x553a7d,0x64),'duration':_0x352c42,'useNativeDriver':![]})[_0x2caa(0x37)](),_0x32eb55[_0x2caa(0x69)](_0x553a7d,0x64)&&_0x32eb55[_0x2caa(0x6a)](setTimeout,()=>{_0x1ab30d[_0x2caa(0x6b)](_0x1ab30d[_0x2caa(0x6c)],_0x1ab30d[_0x2caa(0x6d)])?_0xfd9d71=_0x168f51(0x1f4,0x320):((0x0,_haptics[_0x2caa(0x6e)])(_haptics['HapticType'][_0x2caa(0x6f)]),_0x1ab30d[_0x2caa(0x70)](_0x369430));},0x1f4);}},_0x5520f8);_0x2cc6d0[_0x2caa(0x2d)][_0x2caa(0x4a)](_0x5b4942),_0x5520f8+=_0x352c42;}return()=>{_0x2cc6d0[_0x2caa(0x2d)][_0x2caa(0x41)](_0x3ef998=>clearTimeout(_0x3ef998)),_0x2cc6d0[_0x2caa(0x2d)]=[];};}else _0x2d529d=_0x32eb55[_0x2caa(0x32)](_0x424e8d,0x320,0x4b0);},[_0x9c6c3a,_0x369430,_0x375751]);if(!_0x9c6c3a)return null;return _react[_0x2caa(0x2)][_0x2caa(0x71)](_reactNative['View'],{'style':styles[_0x2caa(0x72)]},_react[_0x2caa(0x2)][_0x2caa(0x71)](_reactNative[_0x2caa(0x73)],{'style':styles[_0x2caa(0x74)]},_react['default'][_0x2caa(0x71)](_reactNative[_0x2caa(0x73)],{'style':styles[_0x2caa(0x75)]},_react[_0x2caa(0x2)][_0x2caa(0x71)](_lottieReactNative['default'],{'source':_assetRegistry[_0x2caa(0x76)][_0x2caa(0x77)],'autoPlay':!![],'loop':!![],'style':styles[_0x2caa(0x78)],'resizeMode':_0x32eb55[_0x2caa(0x79)]})),_react[_0x2caa(0x2)][_0x2caa(0x71)](_reactNative['View'],{'style':styles[_0x2caa(0x7a)]},_react[_0x2caa(0x2)][_0x2caa(0x71)](_reactNative['Text'],{'style':styles[_0x2caa(0x7b)]},_0x2d2196),_react['default']['createElement'](_reactNative[_0x2caa(0x73)],{'style':styles[_0x2caa(0x7c)]},_react['default'][_0x2caa(0x71)](_reactNative[_0x2caa(0x2e)][_0x2caa(0x7d)],{'style':[styles['dot'],{'opacity':_0xf85ce6}]},'.'),_react[_0x2caa(0x2)][_0x2caa(0x71)](_reactNative['Animated'][_0x2caa(0x7d)],{'style':[styles[_0x2caa(0x7e)],{'opacity':_0x5a983d}]},'.'),_react['default'][_0x2caa(0x71)](_reactNative['Animated']['Text'],{'style':[styles[_0x2caa(0x7e)],{'opacity':_0x21dea8}]},'.'))),_react['default'][_0x2caa(0x71)](_reactNative['View'],{'style':styles[_0x2caa(0x7f)]},_react[_0x2caa(0x2)][_0x2caa(0x71)](_reactNative[_0x2caa(0x73)],{'style':styles[_0x2caa(0x80)]},_react[_0x2caa(0x2)][_0x2caa(0x71)](_reactNative[_0x2caa(0x2e)][_0x2caa(0x73)],{'style':[styles['progressFill'],{'width':_0x375751['interpolate']({'inputRange':[0x0,0x1],'outputRange':['0%',_0x32eb55[_0x2caa(0x81)]]})}]})))));},styles=_reactNative[_0x2caa(0x82)][_0x2caa(0x83)]({'container':{'flex':0x1,'backgroundColor':_theme[_0x2caa(0x84)][_0x2caa(0x85)]},'content':{'flex':0x1,'justifyContent':_0x2caa(0x86),'alignItems':_0x2caa(0x86),'paddingHorizontal':0x18,'marginTop':-0x50},'lottieContainer':{'width':0x168,'height':0x168,'marginBottom':0x20,'alignItems':'center','justifyContent':'center'},'lottieAnimation':{'width':_0x2caa(0x2a),'height':_0x2caa(0x2a)},'textContainer':{'flexDirection':'row','alignItems':'center','marginBottom':0x30},'loadingText':{'fontSize':0x18,'fontFamily':'IBM\x20Plex\x20Sans','fontWeight':_0x2caa(0x87),'color':_theme[_0x2caa(0x84)]['grey800']},'dotsContainer':{'flexDirection':_0x2caa(0x88),'marginLeft':0x4},'dot':{'fontSize':0x18,'fontFamily':_0x2caa(0x89),'fontWeight':_0x2caa(0x87),'color':_theme[_0x2caa(0x84)][_0x2caa(0x8a)],'marginLeft':0x2},'progressContainer':{'width':_0x2caa(0x2a),'maxWidth':0x118},'progressTrack':{'height':0x6,'backgroundColor':'#E5E5E5','borderRadius':0x3,'overflow':_0x2caa(0x8b)},'progressFill':{'height':_0x2caa(0x2a),'backgroundColor':_theme[_0x2caa(0x84)][_0x2caa(0x8a)],'borderRadius':0x3}});var _default=exports[_0x2caa(0x2)]=PersonaLoadingScreen;function _0x540f(){const _0x514fa9=['defineProperty','__esModule','default','function','qqUyM','uqrdG','EHAPh','WTDiW','qQCSc','has','get','set','TFklL','hasOwnProperty','call','getOwnPropertyDescriptor','floor','lXpaQ','Trying\x20to\x20understand\x20your\x20mind','You\x27re\x20more\x20interesting\x20than\x20I\x20expected','Finalizing\x20your\x20unique\x20persona','Almost\x20done','Complete!','jxZGV','random','zdGEq','lLKiP','ioevC','object','xCnAh','pHvWa','qbwRH','hUynV','HXZvW','AUxif','Keeping\x20your\x20data\x20private','uVWHY','ykPXJ','short','medium','long','contain','100%','useRef','Value','current','Animated','useState','vMqMn','useEffect','NWTkc','TZTgJ','trVpA','KFKNR','fGumt','start','loop','timing','jdokh','ewhVZ','kKqEf','HuOnc','QDFRl','tnWEl','gSDdb','forEach','pmhAO','setValue','xtzOb','ryKRg','XygeM','wNGNA','RXtQo','KSlSL','push','max','min','sort','PMcTx','yzfwj','TXTjh','YdSaE','map','FNRjI','uZshK','lDPdz','sdAvb','vDHuS','ecMUs','XmIKD','IiJqI','vdtFD','mEKJs','FzlbT','AlZDK','maxProgress','EIUSr','minProgress','text','progress','nyAPw','MnVuM','jnbBd','length','bkved','bkYdz','SJvhH','pMHyY','Oatac','fxQac','triggerHaptic','SUCCESS','HMskl','createElement','container','View','content','lottieContainer','ANIMATIONS','loader','lottieAnimation','xTXzf','textContainer','loadingText','dotsContainer','Text','dot','progressContainer','progressTrack','hDTZC','StyleSheet','create','COLORS','surface','center','600','row','IBM\x20Plex\x20Sans','grey800','hidden'];_0x540f=function(){return _0x514fa9;};return _0x540f();}
12
+ function _0x3ed5(_0x429952,_0x3ed54c){_0x429952=_0x429952-0x0;const _0x447041=_0x4299();let _0x13e253=_0x447041[_0x429952];return _0x13e253;}Object[_0x3ed5(0x0)](exports,_0x3ed5(0x1),{'value':!![]}),exports['default']=void 0x0;var _react=_interopRequireWildcard(__ONAIROS_REQ_FUNC__(0x0)),_reactNative=__ONAIROS_REQ_FUNC__(0x1),_lottieReactNative=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x2)),_theme=__ONAIROS_REQ_FUNC__(0x3),_haptics=__ONAIROS_REQ_FUNC__(0x4),_assetRegistry=__ONAIROS_REQ_FUNC__(0x5);function _interopRequireDefault(_0x7cf51c){return _0x7cf51c&&_0x7cf51c[_0x3ed5(0x1)]?_0x7cf51c:{'default':_0x7cf51c};}function _interopRequireWildcard(_0x47ac6d,_0x4bfafc){const _0xc29527={'DZWnP':function(_0x1f7fd0,_0xf1f6f3){return _0x1f7fd0-_0xf1f6f3;},'bukAq':function(_0xcafe2b,_0x29e0f8){return _0xcafe2b+_0x29e0f8;},'wMHuf':function(_0xeec2b2,_0x31e7a2){return _0xeec2b2/_0x31e7a2;},'skbPV':function(_0x5be1c7,_0x4427cd){return _0x5be1c7*_0x4427cd;},'cCCrS':function(_0x43074d,_0x2100ac,_0x26a033){return _0x43074d(_0x2100ac,_0x26a033);},'uaoFJ':function(_0x1400e4,_0x2bb072){return _0x1400e4&&_0x2bb072;},'FXaWp':function(_0x25f61e,_0x4399d9){return _0x25f61e!=_0x4399d9;},'ZcgzD':function(_0x21455a,_0x1ae830){return _0x21455a!==_0x1ae830;},'oKAtz':'AufTJ','dDaLc':_0x3ed5(0x2),'zlyRu':function(_0x483ad2,_0x48ba23){return _0x483ad2!==_0x48ba23;},'lNpcp':_0x3ed5(0x3),'htNMU':function(_0x3f2f06,_0xdb69b0,_0x54ef90,_0x1a3727){return _0x3f2f06(_0xdb69b0,_0x54ef90,_0x1a3727);},'WwhuF':_0x3ed5(0x4)};if(_0xc29527[_0x3ed5(0x5)]==typeof WeakMap)var _0x3d5963=new WeakMap(),_0x5d430c=new WeakMap();return(_interopRequireWildcard=function(_0x374acd,_0x4eb5d7){if(_0xc29527[_0x3ed5(0x6)](!_0x4eb5d7,_0x374acd)&&_0x374acd[_0x3ed5(0x1)])return _0x374acd;var _0x424061,_0x28bb4e,_0x260921={'__proto__':null,'default':_0x374acd};if(null===_0x374acd||_0xc29527['FXaWp'](_0x3ed5(0x7),typeof _0x374acd)&&_0xc29527[_0x3ed5(0x8)](_0x3ed5(0x4),typeof _0x374acd))return _0x260921;if(_0x424061=_0x4eb5d7?_0x5d430c:_0x3d5963){if(_0xc29527[_0x3ed5(0x9)](_0xc29527[_0x3ed5(0xa)],_0xc29527['dDaLc'])){if(_0x424061[_0x3ed5(0xb)](_0x374acd))return _0x424061['get'](_0x374acd);_0x424061[_0x3ed5(0xc)](_0x374acd,_0x260921);}else{const _0x41bfc9=_0xc29527[_0x3ed5(0xd)](_0xc29527['bukAq'](_0x542f0a,0x1)*_0xc29527[_0x3ed5(0xe)](0x64,_0x5b4d14),0xa),_0x30e6c0=_0xc29527[_0x3ed5(0xf)](_0x1b0c8a+0x1,_0xc29527[_0x3ed5(0xe)](0x64,_0x33bea3))+0xa;_0xa47f1d[_0x3ed5(0x10)](_0xc29527[_0x3ed5(0x11)](_0x5d5f37,_0x25107e[_0x3ed5(0x12)](0xa,_0x41bfc9),_0x372085[_0x3ed5(0x13)](0x5a,_0x30e6c0)));}}for(const _0x30a3a0 in _0x374acd)_0xc29527[_0x3ed5(0x14)](_0xc29527['lNpcp'],_0x30a3a0)&&{}['hasOwnProperty']['call'](_0x374acd,_0x30a3a0)&&((_0x28bb4e=(_0x424061=Object[_0x3ed5(0x0)])&&Object['getOwnPropertyDescriptor'](_0x374acd,_0x30a3a0))&&(_0x28bb4e[_0x3ed5(0x15)]||_0x28bb4e[_0x3ed5(0xc)])?_0xc29527[_0x3ed5(0x16)](_0x424061,_0x260921,_0x30a3a0,_0x28bb4e):_0x260921[_0x30a3a0]=_0x374acd[_0x30a3a0]);return _0x260921;})(_0x47ac6d,_0x4bfafc);}function _0x4299(){const _0x34ecb5=['defineProperty','__esModule','MuzFp','default','function','WwhuF','uaoFJ','object','FXaWp','ZcgzD','oKAtz','has','set','DZWnP','wMHuf','skbPV','push','cCCrS','max','min','zlyRu','get','htNMU','Trying\x20to\x20understand\x20your\x20mind','You\x27re\x20more\x20interesting\x20than\x20I\x20expected','Finalizing\x20your\x20unique\x20persona','Almost\x20done','jJifO','ruFiX','DFmRi','floor','ABWpD','AUZYO','ToGRs','OStND','short','medium','ijzeV','contain','useRef','Animated','Value','current','useState','useEffect','HCyBT','oRUBo','muxXK','qTjur','loop','sequence','timing','Xflfs','Mlgrv','ZfIpx','QiUzz','start','NFxGC','AspjL','JKlEk','LMvYV','hkFSm','XxDgN','Xnjgw','vIHZP','bDnjc','forEach','lAaEF','setValue','yFQea','GdFEh','ojDOl','sort','WIvGs','OcoiY','rmAtn','hXRnD','IhUeW','length','progress','message','HapticType','CAEtx','QgvkB','TPNTf','PzncV','triggerHaptic','SUCCESS','brccq','pWiDJ','lFjYH','minProgress','text','WmRgC','GyQjF','EdYHg','maxProgress','wzzga','Tzilc','BKXOQ','Jvloh','swKYk','TXaJJ','slrfP','createElement','View','container','content','lottieContainer','lottieAnimation','YrAjM','textContainer','Text','loadingText','dot','progressContainer','progressTrack','progressFill','interpolate','ezMbw','StyleSheet','create','COLORS','surface','center','100%','row','IBM\x20Plex\x20Sans','600','grey800','#E5E5E5','hidden'];_0x4299=function(){return _0x34ecb5;};return _0x4299();}const STATUS_MESSAGES=[{'text':'Keeping\x20your\x20data\x20private','minProgress':0x0,'maxProgress':0x19},{'text':_0x3ed5(0x17),'minProgress':0x14,'maxProgress':0x2d},{'text':_0x3ed5(0x18),'minProgress':0x28,'maxProgress':0x41},{'text':_0x3ed5(0x19),'minProgress':0x3c,'maxProgress':0x55},{'text':_0x3ed5(0x1a),'minProgress':0x50,'maxProgress':0x5f},{'text':'Complete!','minProgress':0x64,'maxProgress':0x64}],randomInRange=(_0x4878b5,_0x6456d5)=>{const _0x15600e={'jJifO':function(_0x22fd4d,_0x15acef){return _0x22fd4d+_0x15acef;},'ruFiX':function(_0x2b2361,_0x4a19f0){return _0x2b2361*_0x4a19f0;},'DFmRi':function(_0x65d893,_0x374236){return _0x65d893-_0x374236;}};return _0x15600e[_0x3ed5(0x1b)](_0x15600e[_0x3ed5(0x1c)](Math['random'](),_0x15600e[_0x3ed5(0x1d)](_0x6456d5,_0x4878b5)),_0x4878b5);},randomIntInRange=(_0x5a0842,_0x5cacad)=>{const _0x682692={'ABWpD':function(_0x3eed04,_0x16768e,_0x29e7e3){return _0x3eed04(_0x16768e,_0x29e7e3);}};return Math[_0x3ed5(0x1e)](_0x682692[_0x3ed5(0x1f)](randomInRange,_0x5a0842,_0x5cacad+0x1));},PersonaLoadingScreen=({visible:_0x4c1525,onComplete:_0x5c88bf})=>{const _0x481f86={'Mlgrv':function(_0x4c0fc9,_0x138b44,_0x576dba){return _0x4c0fc9(_0x138b44,_0x576dba);},'utToQ':function(_0x6187f5,_0x41bab9){return _0x6187f5===_0x41bab9;},'AspjL':'bnmab','CvRYj':function(_0x11fa65,_0x4ab146){return _0x11fa65===_0x4ab146;},'UMJdi':_0x3ed5(0x20),'HCyBT':function(_0x32f2cb,_0x1a05ed,_0x3dc7bd){return _0x32f2cb(_0x1a05ed,_0x3dc7bd);},'Xflfs':function(_0x312d77,_0x4761f2,_0x39f596){return _0x312d77(_0x4761f2,_0x39f596);},'ZfIpx':function(_0x5640fa,_0x467c76,_0xdab02c){return _0x5640fa(_0x467c76,_0xdab02c);},'NFxGC':function(_0x2b8268,_0x191ee5,_0x1b122e){return _0x2b8268(_0x191ee5,_0x1b122e);},'nEWqm':function(_0x44f184,_0x1dbbc7){return _0x44f184<_0x1dbbc7;},'BKXOQ':function(_0x31450d,_0x504324){return _0x31450d>=_0x504324;},'Jvloh':function(_0x6ac884,_0xe98f7e){return _0x6ac884===_0xe98f7e;},'TXaJJ':'eRNcO','slrfP':function(_0xa4e468,_0x4593fb){return _0xa4e468(_0x4593fb);},'vNkjw':function(_0xceb470,_0x5d3de1){return _0xceb470/_0x5d3de1;},'LMvYV':function(_0x1319ff,_0x148de2,_0x45e67c){return _0x1319ff(_0x148de2,_0x45e67c);},'hkFSm':function(_0x134339){return _0x134339();},'jwfUu':function(_0x1b0e61,_0xea652b){return _0x1b0e61(_0xea652b);},'XxDgN':function(_0x2adc96,_0x3d04d9,_0x293a65){return _0x2adc96(_0x3d04d9,_0x293a65);},'Xnjgw':function(_0x30eaad,_0x20ae73){return _0x30eaad(_0x20ae73);},'DvfyD':function(_0x40a4b0,_0x35979d){return _0x40a4b0===_0x35979d;},'vIHZP':_0x3ed5(0x21),'tPnEn':'wNlOD','bDnjc':_0x3ed5(0x22),'BEojp':function(_0x292d0e,_0x113df1){return _0x292d0e(_0x113df1);},'lAaEF':'Keeping\x20your\x20data\x20private','yFQea':function(_0x1b1138,_0x4e52d3,_0x10fcf0){return _0x1b1138(_0x4e52d3,_0x10fcf0);},'XVLFN':function(_0x18f1ff,_0x54a200){return _0x18f1ff-_0x54a200;},'RfZnC':function(_0x7cdd34,_0x360a54){return _0x7cdd34-_0x360a54;},'GdFEh':function(_0xea7e77,_0x482b95){return _0xea7e77*_0x482b95;},'vfxKG':function(_0x1a801d,_0x513ae5){return _0x1a801d+_0x513ae5;},'SHIcI':function(_0x3f1a3b,_0x5299ce){return _0x3f1a3b+_0x5299ce;},'ojDOl':function(_0x32bde5,_0x8489da){return _0x32bde5*_0x8489da;},'xkJlE':function(_0x4ce423,_0x4f1b42){return _0x4ce423+_0x4f1b42;},'csyyR':function(_0x3cc071,_0x74e9c3){return _0x3cc071/_0x74e9c3;},'WIvGs':_0x3ed5(0x23),'OcoiY':_0x3ed5(0x24),'rmAtn':'long','hXRnD':function(_0x582366,_0x273660){return _0x582366<_0x273660;},'IhUeW':'QSyhx','QgvkB':function(_0x1c0589,_0x40197a){return _0x1c0589===_0x40197a;},'vqbJS':function(_0x306202,_0x221e6d){return _0x306202!==_0x221e6d;},'TPNTf':_0x3ed5(0x25),'brccq':function(_0x13830e,_0xb27f6c,_0x35c13b){return _0x13830e(_0xb27f6c,_0x35c13b);},'mdchM':function(_0x47ca4d,_0x1e3ea5){return _0x47ca4d/_0x1e3ea5;},'wzzga':function(_0x2ecb1a,_0x8fec23){return _0x2ecb1a<=_0x8fec23;},'Tzilc':function(_0x45ec41,_0x170ebd){return _0x45ec41-_0x170ebd;},'YrAjM':_0x3ed5(0x26),'ezMbw':'100%'},_0x2bf9e8=(0x0,_react[_0x3ed5(0x27)])(new _reactNative['Animated']['Value'](0x0))['current'],_0x4d8b48=(0x0,_react[_0x3ed5(0x27)])(new _reactNative[(_0x3ed5(0x28))][(_0x3ed5(0x29))](0.3))[_0x3ed5(0x2a)],_0x291d1d=(0x0,_react['useRef'])(new _reactNative[(_0x3ed5(0x28))]['Value'](0.3))['current'],_0x34a960=(0x0,_react[_0x3ed5(0x27)])(new _reactNative[(_0x3ed5(0x28))][(_0x3ed5(0x29))](0.3))[_0x3ed5(0x2a)],[_0x11db9b,_0xc0ca40]=(0x0,_react[_0x3ed5(0x2b)])(0x0),[_0x31f2c7,_0x2af237]=(0x0,_react[_0x3ed5(0x2b)])('Keeping\x20your\x20data\x20private'),_0x33ed9d=(0x0,_react[_0x3ed5(0x27)])([]);(0x0,_react[_0x3ed5(0x2c)])(()=>{const _0x497d50={'oRUBo':function(_0x353102,_0x217e24){return _0x481f86['CvRYj'](_0x353102,_0x217e24);},'qTjur':_0x481f86['UMJdi'],'QiUzz':function(_0x534714,_0x50ed31,_0x11c6d2){return _0x481f86['Mlgrv'](_0x534714,_0x50ed31,_0x11c6d2);},'JKlEk':function(_0x30b29e,_0x4b7e7e,_0x2e79d9){return _0x481f86[_0x3ed5(0x2d)](_0x30b29e,_0x4b7e7e,_0x2e79d9);}};if(!_0x4c1525)return;const _0x1f0b5f=(_0x1cf275,_0x2fa6a8)=>{return _0x497d50[_0x3ed5(0x2e)](_0x3ed5(0x2f),_0x497d50[_0x3ed5(0x30)])?_0x1811bb[_0x3ed5(0x28)][_0x3ed5(0x31)](_0x35f505[_0x3ed5(0x28)][_0x3ed5(0x32)]([_0x1a9b17[_0x3ed5(0x28)]['timing'](_0x132f2c,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]}),_0x2d9ccd[_0x3ed5(0x28)][_0x3ed5(0x33)](_0x2cb28a,{'toValue':0.3,'duration':0x258,'useNativeDriver':!![]})]),{'iterations':-0x1}):_reactNative[_0x3ed5(0x28)][_0x3ed5(0x31)](_reactNative[_0x3ed5(0x28)][_0x3ed5(0x32)]([_reactNative[_0x3ed5(0x28)][_0x3ed5(0x33)](_0x1cf275,{'toValue':0x1,'duration':0x258,'useNativeDriver':!![]}),_reactNative['Animated'][_0x3ed5(0x33)](_0x1cf275,{'toValue':0.3,'duration':0x258,'useNativeDriver':!![]})]),{'iterations':-0x1});};_0x481f86[_0x3ed5(0x34)](setTimeout,()=>{_0x481f86[_0x3ed5(0x35)](_0x1f0b5f,_0x4d8b48,0x0)['start']();},0x12c),_0x481f86[_0x3ed5(0x36)](setTimeout,()=>{_0x497d50[_0x3ed5(0x37)](_0x1f0b5f,_0x291d1d,0xc8)[_0x3ed5(0x38)]();},0x1f4),_0x481f86[_0x3ed5(0x39)](setTimeout,()=>{if(_0x481f86['utToQ'](_0x481f86[_0x3ed5(0x3a)],_0x481f86[_0x3ed5(0x3a)]))_0x481f86[_0x3ed5(0x35)](_0x1f0b5f,_0x34a960,0x190)['start']();else return _0x23ffd4[_0x3ed5(0x1e)](_0x497d50[_0x3ed5(0x3b)](_0x1fde47,_0x26348b,_0x95ef4c+0x1));},0x2bc);},[_0x4c1525,_0x4d8b48,_0x291d1d,_0x34a960]),(0x0,_react[_0x3ed5(0x2c)])(()=>{const _0x26bb3a={'UTDIa':function(_0x7339d9,_0x49ed69,_0x581183){return _0x481f86[_0x3ed5(0x3c)](_0x7339d9,_0x49ed69,_0x581183);},'CAEtx':function(_0x1ba0e9){return _0x481f86[_0x3ed5(0x3d)](_0x1ba0e9);},'tJRpT':function(_0x32a308,_0x17a2ab){return _0x32a308<_0x17a2ab;},'DdQwk':function(_0x55fe2c,_0x1f0e2b){return _0x55fe2c>=_0x1f0e2b;},'daEOw':function(_0x46ed2f,_0xb9e86){return _0x481f86['jwfUu'](_0x46ed2f,_0xb9e86);},'PzncV':function(_0x4cf533,_0x459da3,_0x4e48b1){return _0x481f86[_0x3ed5(0x3e)](_0x4cf533,_0x459da3,_0x4e48b1);},'pWiDJ':function(_0x2c5e91,_0x48b8bc){return _0x481f86[_0x3ed5(0x3f)](_0x2c5e91,_0x48b8bc);},'lFjYH':function(_0x5e73d3,_0x2f17aa){return _0x5e73d3===_0x2f17aa;},'BqAFX':function(_0x45764e,_0xb59581){return _0x481f86['DvfyD'](_0x45764e,_0xb59581);},'WmRgC':_0x481f86[_0x3ed5(0x40)],'GyQjF':_0x481f86['tPnEn']};if('OStND'!==_0x481f86[_0x3ed5(0x41)])_0x41cbd8=_0x26bb3a['UTDIa'](_0x5f496b,0x320,0x4b0);else{if(!_0x4c1525){_0x33ed9d[_0x3ed5(0x2a)][_0x3ed5(0x42)](_0x1ad946=>clearTimeout(_0x1ad946)),_0x33ed9d[_0x3ed5(0x2a)]=[];return;}_0x481f86['BEojp'](_0xc0ca40,0x0),_0x481f86['Xnjgw'](_0x2af237,_0x481f86[_0x3ed5(0x43)]),_0x2bf9e8[_0x3ed5(0x44)](0x0);const _0x2681b9=randomInRange(0x1b58,0x2ee0),_0xd40761=_0x481f86[_0x3ed5(0x45)](randomIntInRange,0x5,0x8),_0x1fb6e8=[0x0];for(let _0x52fe0d=0x0;_0x52fe0d<_0x481f86['XVLFN'](_0xd40761,0x1);_0x52fe0d++){const _0x1a61da=_0x481f86['RfZnC'](_0x481f86[_0x3ed5(0x46)](_0x481f86['vfxKG'](_0x52fe0d,0x1),0x64/_0xd40761),0xa),_0x5c6c98=_0x481f86['SHIcI'](_0x481f86[_0x3ed5(0x47)](_0x481f86['xkJlE'](_0x52fe0d,0x1),_0x481f86['csyyR'](0x64,_0xd40761)),0xa);_0x1fb6e8[_0x3ed5(0x10)](_0x481f86[_0x3ed5(0x34)](randomIntInRange,Math[_0x3ed5(0x12)](0xa,_0x1a61da),Math['min'](0x5a,_0x5c6c98)));}_0x1fb6e8['push'](0x64),_0x1fb6e8[_0x3ed5(0x48)]((_0x4bcf7b,_0x1fc945)=>_0x4bcf7b-_0x1fc945);const _0xc6cdef=[_0x481f86[_0x3ed5(0x49)],_0x481f86[_0x3ed5(0x4a)],_0x481f86[_0x3ed5(0x4b)]],_0x165f03=[];let _0xd74be6=0x0;for(let _0x3013c8=0x0;_0x481f86[_0x3ed5(0x4c)](_0x3013c8,_0xd40761);_0x3013c8++){if(_0x481f86[_0x3ed5(0x4d)]!==_0x481f86[_0x3ed5(0x4d)]){while(_0x26bb3a['tJRpT'](_0x5b4f43,_0x3c78b0[_0x3ed5(0x4e)])&&_0x26bb3a['DdQwk'](_0xba2b1a,_0x1f435b[_0x528495][_0x3ed5(0x4f)])){_0x521c2b(_0x32f95b[_0x5f387b][_0x3ed5(0x50)]),_0x591d7f++;}_0x26bb3a['daEOw'](_0x271b9b,_0x40f069),_0x5dae48[_0x3ed5(0x28)]['timing'](_0xb58efe,{'toValue':_0x499422/0x64,'duration':_0x49ea51,'useNativeDriver':![]})[_0x3ed5(0x38)](),_0x26bb3a['DdQwk'](_0x365d65,0x64)&&_0x26bb3a['PzncV'](_0x59adfb,()=>{(0x0,_0x25bafd['triggerHaptic'])(_0x24ab0f[_0x3ed5(0x51)]['SUCCESS']),_0x26bb3a[_0x3ed5(0x52)](_0x1b9c4d);},0x1f4);}else{const _0x16c1f7=_0xc6cdef[randomIntInRange(0x0,0x2)];let _0x35038c;if(_0x16c1f7===_0x481f86[_0x3ed5(0x49)])_0x35038c=_0x481f86[_0x3ed5(0x45)](randomInRange,0xfa,0x1f4);else _0x481f86[_0x3ed5(0x53)](_0x16c1f7,_0x3ed5(0x24))?_0x481f86['vqbJS'](_0x481f86[_0x3ed5(0x54)],_0x481f86[_0x3ed5(0x54)])?_0x26bb3a[_0x3ed5(0x55)](_0x5b785e,()=>{(0x0,_0x324eae[_0x3ed5(0x56)])(_0x334124['HapticType'][_0x3ed5(0x57)]),_0x26bb3a[_0x3ed5(0x52)](_0x51c47b);},0x1f4):_0x35038c=_0x481f86[_0x3ed5(0x58)](randomInRange,0x1f4,0x320):_0x35038c=_0x481f86[_0x3ed5(0x3e)](randomInRange,0x320,0x4b0);_0x165f03[_0x3ed5(0x10)](_0x35038c),_0xd74be6+=_0x35038c;}}const _0x2e6c23=0x190,_0x4098c8=_0xd40761*_0x2e6c23,_0x3d9f28=_0x2681b9-_0x4098c8,_0x485742=_0x481f86['mdchM'](_0x3d9f28,_0xd74be6),_0x5a184e=_0x165f03['map'](_0x2714d7=>_0x2714d7*_0x485742),_0x1dea90=[];STATUS_MESSAGES[_0x3ed5(0x42)](_0x15c070=>{const _0x256769={'EdYHg':function(_0x117af4,_0x585217){return _0x26bb3a[_0x3ed5(0x59)](_0x117af4,_0x585217);}};if(_0x26bb3a[_0x3ed5(0x5a)](_0x15c070[_0x3ed5(0x5b)],0x64))_0x1dea90[_0x3ed5(0x10)]({'progress':0x64,'message':_0x15c070[_0x3ed5(0x5c)]});else{if(_0x26bb3a['BqAFX'](_0x26bb3a[_0x3ed5(0x5d)],_0x26bb3a[_0x3ed5(0x5e)]))_0x256769[_0x3ed5(0x5f)](_0x4a309f,_0x57a91b[_0x5cd392][_0x3ed5(0x50)]),_0x2726a5++;else{const _0xd8bc25=randomInRange(_0x15c070['minProgress'],_0x15c070[_0x3ed5(0x60)]);_0x1dea90['push']({'progress':_0xd8bc25,'message':_0x15c070[_0x3ed5(0x5c)]});}}}),_0x1dea90[_0x3ed5(0x48)]((_0x3ac2d8,_0x3f552f)=>_0x3ac2d8[_0x3ed5(0x4f)]-_0x3f552f['progress']);let _0x3cbf8d=0x0,_0x1679f1=0x0;for(let _0x284730=0x1;_0x481f86[_0x3ed5(0x61)](_0x284730,_0xd40761);_0x284730++){const _0x67b49c=_0x1fb6e8[_0x284730],_0x46608c=_0x5a184e[_0x481f86[_0x3ed5(0x62)](_0x284730,0x1)];_0x3cbf8d+=_0x46608c;const _0x599180=_0x481f86['NFxGC'](setTimeout,()=>{while(_0x481f86['nEWqm'](_0x1679f1,_0x1dea90[_0x3ed5(0x4e)])&&_0x481f86[_0x3ed5(0x63)](_0x67b49c,_0x1dea90[_0x1679f1][_0x3ed5(0x4f)])){_0x481f86[_0x3ed5(0x64)](_0x3ed5(0x65),_0x481f86[_0x3ed5(0x66)])?_0x5c6786['push']({'progress':0x64,'message':_0x511c45['text']}):(_0x481f86[_0x3ed5(0x67)](_0x2af237,_0x1dea90[_0x1679f1][_0x3ed5(0x50)]),_0x1679f1++);}_0x481f86[_0x3ed5(0x67)](_0xc0ca40,_0x67b49c),_reactNative[_0x3ed5(0x28)][_0x3ed5(0x33)](_0x2bf9e8,{'toValue':_0x481f86['vNkjw'](_0x67b49c,0x64),'duration':_0x2e6c23,'useNativeDriver':![]})[_0x3ed5(0x38)](),_0x67b49c>=0x64&&setTimeout(()=>{(0x0,_haptics['triggerHaptic'])(_haptics['HapticType']['SUCCESS']),_0x5c88bf();},0x1f4);},_0x3cbf8d);_0x33ed9d[_0x3ed5(0x2a)][_0x3ed5(0x10)](_0x599180),_0x3cbf8d+=_0x2e6c23;}return()=>{_0x33ed9d[_0x3ed5(0x2a)][_0x3ed5(0x42)](_0x342810=>clearTimeout(_0x342810)),_0x33ed9d[_0x3ed5(0x2a)]=[];};}},[_0x4c1525,_0x5c88bf,_0x2bf9e8]);if(!_0x4c1525)return null;return _react['default'][_0x3ed5(0x68)](_reactNative[_0x3ed5(0x69)],{'style':styles[_0x3ed5(0x6a)]},_react[_0x3ed5(0x3)][_0x3ed5(0x68)](_reactNative[_0x3ed5(0x69)],{'style':styles[_0x3ed5(0x6b)]},_react['default'][_0x3ed5(0x68)](_reactNative[_0x3ed5(0x69)],{'style':styles[_0x3ed5(0x6c)]},_react['default']['createElement'](_lottieReactNative['default'],{'source':_assetRegistry['ANIMATIONS']['loader'],'autoPlay':!![],'loop':!![],'style':styles[_0x3ed5(0x6d)],'resizeMode':_0x481f86[_0x3ed5(0x6e)]})),_react[_0x3ed5(0x3)]['createElement'](_reactNative['View'],{'style':styles[_0x3ed5(0x6f)]},_react[_0x3ed5(0x3)][_0x3ed5(0x68)](_reactNative[_0x3ed5(0x70)],{'style':styles[_0x3ed5(0x71)]},_0x31f2c7),_react[_0x3ed5(0x3)][_0x3ed5(0x68)](_reactNative[_0x3ed5(0x69)],{'style':styles['dotsContainer']},_react[_0x3ed5(0x3)][_0x3ed5(0x68)](_reactNative[_0x3ed5(0x28)][_0x3ed5(0x70)],{'style':[styles['dot'],{'opacity':_0x4d8b48}]},'.'),_react[_0x3ed5(0x3)]['createElement'](_reactNative[_0x3ed5(0x28)][_0x3ed5(0x70)],{'style':[styles[_0x3ed5(0x72)],{'opacity':_0x291d1d}]},'.'),_react[_0x3ed5(0x3)][_0x3ed5(0x68)](_reactNative[_0x3ed5(0x28)][_0x3ed5(0x70)],{'style':[styles[_0x3ed5(0x72)],{'opacity':_0x34a960}]},'.'))),_react['default']['createElement'](_reactNative[_0x3ed5(0x69)],{'style':styles[_0x3ed5(0x73)]},_react[_0x3ed5(0x3)][_0x3ed5(0x68)](_reactNative[_0x3ed5(0x69)],{'style':styles[_0x3ed5(0x74)]},_react[_0x3ed5(0x3)][_0x3ed5(0x68)](_reactNative[_0x3ed5(0x28)][_0x3ed5(0x69)],{'style':[styles[_0x3ed5(0x75)],{'width':_0x2bf9e8[_0x3ed5(0x76)]({'inputRange':[0x0,0x1],'outputRange':['0%',_0x481f86[_0x3ed5(0x77)]]})}]})))));},styles=_reactNative[_0x3ed5(0x78)][_0x3ed5(0x79)]({'container':{'flex':0x1,'backgroundColor':_theme[_0x3ed5(0x7a)][_0x3ed5(0x7b)]},'content':{'flex':0x1,'justifyContent':'center','alignItems':_0x3ed5(0x7c),'paddingHorizontal':0x18,'marginTop':-0x50},'lottieContainer':{'width':0x168,'height':0x168,'marginBottom':0x20,'alignItems':_0x3ed5(0x7c),'justifyContent':'center'},'lottieAnimation':{'width':_0x3ed5(0x7d),'height':_0x3ed5(0x7d)},'textContainer':{'flexDirection':_0x3ed5(0x7e),'alignItems':_0x3ed5(0x7c),'marginBottom':0x30},'loadingText':{'fontSize':0x18,'fontFamily':_0x3ed5(0x7f),'fontWeight':_0x3ed5(0x80),'color':_theme['COLORS'][_0x3ed5(0x81)]},'dotsContainer':{'flexDirection':'row','marginLeft':0x4},'dot':{'fontSize':0x18,'fontFamily':_0x3ed5(0x7f),'fontWeight':_0x3ed5(0x80),'color':_theme[_0x3ed5(0x7a)][_0x3ed5(0x81)],'marginLeft':0x2},'progressContainer':{'width':'100%','maxWidth':0x118},'progressTrack':{'height':0x6,'backgroundColor':_0x3ed5(0x82),'borderRadius':0x3,'overflow':_0x3ed5(0x83)},'progressFill':{'height':_0x3ed5(0x7d),'backgroundColor':_theme[_0x3ed5(0x7a)]['grey800'],'borderRadius':0x3}});var _default=exports[_0x3ed5(0x3)]=PersonaLoadingScreen;
@@ -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 _0x59fe(){var _0x36b388=['defineProperty','__esModule','default','PersonalizationConsentScreen','dQamJ','PNGmM','tXeqw','jLKRJ','MzmNl','tHBqR','PIXJV','FDFjT','fiNHB','EPxrd','hXivM','qsykE','Nyxzk','BZIcx','EcHAU','has','get','set','uJkyi','aMQnH','hasOwnProperty','call','getOwnPropertyDescriptor','ZTYyQ','QGqac','ZTdxK','oPadQ','FUATA','contain','#4CD964','Connected\x20Platforms','#FFFFFF','Accept\x20&\x20Continue','Decline','useState','RrJuK','UmfIT','triggerHaptic','HapticType','BUTTON_PRESS','ilryo','MkPLe','values','some','createElement','View','container','ScrollView','scrollView','scrollContent','headerContainer','iconContainer','onairosLogo','headerIcon','kGlEh','Text','arrow','Image','BRAND_IMAGES','enochIcon','enochAppIcon','titleContainer','welcomeBackText','Welcome\x20back!','title','\x20wants\x20to\x20personalize\x20your\x20experience','subtitle','Choose\x20what\x20to\x20share:','optionsContainer','TouchableOpacity','optionRow','basicProfile','Basicproficon','COLORS','grey700','optionIcon','Basicprofile','grey800','optionText','checkboxContainer','Checkmark','gkSJU','checkbox','grey400','contentAnalysis','Contenticon','Checkbox','personalityProfile','optionLeft','Personalityicon','Personalitytraits','connectedPlatformsSection','connectedPlatformsTitle','length','connectedPlatformsIcons','map','connectedPlatformIconContainer','connectMoreButton','auFYQ','cVkLt','connectMoreText','Connect\x20more','connectMorePlusCircle','connectMorePlus','acceptButton','acceptButtonActive','acceptButtonLoading','yhgmt','oQvoA','fjftz','EQkEe','aqiuE','eEQVh','pDyzK','AJlNA','AlNuA','NblJF','jfsHC','uLDLD','NJoKo','blRlX','ActivityIndicator','small','nACPx','Fragment','acceptButtonText','acceptButtonTextActive','EdybD','buttonArrow','declineButton','oOeIp','oQqTM','wfnor','declineButtonText','dKOzY','logoutButton','bNGVo','zfHOt','Use\x20different\x20account','center','IBM\x20Plex\x20Sans','700','600','Inter','400','grey600','space-between','#F8F9FA','row','#2D3436','#999999','#E5E5E5','underline','500','grey500','wrap','#000'];_0x59fe=function(){return _0x36b388;};return _0x59fe();}Object[_0x362e(0x0)](exports,_0x362e(0x1),{'value':!![]}),exports[_0x362e(0x2)]=exports[_0x362e(0x3)]=void 0x0;function _0x362e(_0x59fe28,_0x362e75){_0x59fe28=_0x59fe28-0x0;var _0x2340a3=_0x59fe();var _0x3d8ba1=_0x2340a3[_0x59fe28];return _0x3d8ba1;}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(_0xb8ef66,_0x389e7c){var _0x5f4fd6={'hXivM':function(_0x4f62b5,_0x54f656){return _0x4f62b5==_0x54f656;},'tHBqR':'function','jLKRJ':function(_0xe4e459,_0x235a2d){return _0xe4e459&&_0x235a2d;},'MzmNl':function(_0x4c5ae0,_0x43172a){return _0x4c5ae0!=_0x43172a;},'QVHJV':'object','PIXJV':function(_0x17f472,_0x385a56){return _0x17f472!==_0x385a56;},'FDFjT':'default','fiNHB':function(_0x3ec711,_0x54743d){return _0x3ec711===_0x54743d;},'EPxrd':_0x362e(0x4),'hjIad':_0x362e(0x5),'obrSa':function(_0xda942,_0x1eae94){return _0xda942&&_0x1eae94;},'ZTYyQ':function(_0x2427b7,_0x178f4e){return _0x2427b7===_0x178f4e;},'QGqac':function(_0x221a98,_0x215cbf){return _0x221a98!=_0x215cbf;},'ZTdxK':function(_0x3d0f6f,_0x4884cc){return _0x3d0f6f!==_0x4884cc;},'tXeqw':function(_0x4331bd,_0x471ef9){return _0x4331bd==_0x471ef9;}};if(_0x5f4fd6[_0x362e(0x6)]('function',typeof WeakMap))var _0x1e598c=new WeakMap(),_0xb2d03f=new WeakMap();return(_interopRequireWildcard=function(_0x2da1d3,_0x46aba4){var _0xad75b8={'qsykE':function(_0x1cc130,_0x46512b){return _0x5f4fd6[_0x362e(0x7)](_0x1cc130,_0x46512b);},'UIbaP':function(_0x3be632,_0x45d5d0){return _0x3be632===_0x45d5d0;},'Nyxzk':function(_0x3b6227,_0x1e19f9){return _0x5f4fd6[_0x362e(0x8)](_0x3b6227,_0x1e19f9);},'BZIcx':_0x5f4fd6['QVHJV'],'fRxpp':function(_0x59866e,_0x5a1f04){return _0x59866e!=_0x5a1f04;},'EcHAU':_0x5f4fd6[_0x362e(0x9)],'uJkyi':function(_0x511c9b,_0x1c0e9a){return _0x5f4fd6[_0x362e(0xa)](_0x511c9b,_0x1c0e9a);},'aMQnH':_0x5f4fd6[_0x362e(0xb)]};if(_0x5f4fd6[_0x362e(0xc)](_0x5f4fd6[_0x362e(0xd)],_0x5f4fd6['hjIad'])){if(_0x5f4fd6[_0x362e(0xe)](_0x5f4fd6['tHBqR'],typeof _0x479f93))var _0x5b178c=new _0x36ecba(),_0x5e98fb=new _0xd1f784();return(_0x322b06=function(_0x7b076d,_0x3d1984){if(_0xad75b8[_0x362e(0xf)](!_0x3d1984,_0x7b076d)&&_0x7b076d[_0x362e(0x1)])return _0x7b076d;var _0x504f15,_0x1b1728,_0x4137f4={'__proto__':null,'default':_0x7b076d};if(_0xad75b8['UIbaP'](null,_0x7b076d)||_0xad75b8[_0x362e(0x10)](_0xad75b8[_0x362e(0x11)],typeof _0x7b076d)&&_0xad75b8['fRxpp'](_0xad75b8[_0x362e(0x12)],typeof _0x7b076d))return _0x4137f4;if(_0x504f15=_0x3d1984?_0x5e98fb:_0x5b178c){if(_0x504f15[_0x362e(0x13)](_0x7b076d))return _0x504f15[_0x362e(0x14)](_0x7b076d);_0x504f15[_0x362e(0x15)](_0x7b076d,_0x4137f4);}for(const _0xdf138e in _0x7b076d)_0xad75b8[_0x362e(0x16)](_0xad75b8[_0x362e(0x17)],_0xdf138e)&&{}[_0x362e(0x18)][_0x362e(0x19)](_0x7b076d,_0xdf138e)&&((_0x1b1728=(_0x504f15=_0x5b7b46[_0x362e(0x0)])&&_0x21b0d3[_0x362e(0x1a)](_0x7b076d,_0xdf138e))&&(_0x1b1728[_0x362e(0x14)]||_0x1b1728[_0x362e(0x15)])?_0x504f15(_0x4137f4,_0xdf138e,_0x1b1728):_0x4137f4[_0xdf138e]=_0x7b076d[_0xdf138e]);return _0x4137f4;})(_0x319c97,_0x312433);}else{if(_0x5f4fd6['obrSa'](!_0x46aba4,_0x2da1d3)&&_0x2da1d3[_0x362e(0x1)])return _0x2da1d3;var _0xeaf533,_0x3ded03,_0x153a76={'__proto__':null,'default':_0x2da1d3};if(_0x5f4fd6[_0x362e(0x1b)](null,_0x2da1d3)||_0x5f4fd6[_0x362e(0x1c)](_0x5f4fd6['QVHJV'],typeof _0x2da1d3)&&_0x5f4fd6['tHBqR']!=typeof _0x2da1d3)return _0x153a76;if(_0xeaf533=_0x46aba4?_0xb2d03f:_0x1e598c){if(_0xeaf533['has'](_0x2da1d3))return _0xeaf533['get'](_0x2da1d3);_0xeaf533[_0x362e(0x15)](_0x2da1d3,_0x153a76);}for(const _0x352122 in _0x2da1d3)_0x5f4fd6[_0x362e(0x1d)]('default',_0x352122)&&{}['hasOwnProperty'][_0x362e(0x19)](_0x2da1d3,_0x352122)&&((_0x3ded03=(_0xeaf533=Object['defineProperty'])&&Object[_0x362e(0x1a)](_0x2da1d3,_0x352122))&&(_0x3ded03[_0x362e(0x14)]||_0x3ded03[_0x362e(0x15)])?_0xeaf533(_0x153a76,_0x352122,_0x3ded03):_0x153a76[_0x352122]=_0x2da1d3[_0x352122]);return _0x153a76;}})(_0xb8ef66,_0x389e7c);}const PersonalizationConsentScreen=({visible:_0x526317,onAccept:_0x378e51,onDecline:_0x1609fd,loading:loading=![],connectedPlatforms:connectedPlatforms=[],onConnectMore:_0x2223d7,isReturningUser:isReturningUser=![],appName:appName='Enoch',onLogout:_0x5b0f6c})=>{var _0xad8c9c={'RrJuK':function(_0x90b7f8,_0x3ce95b){return _0x90b7f8!==_0x3ce95b;},'MkPLe':function(_0x5878aa,_0x1dc777){return _0x5878aa(_0x1dc777);},'cVkLt':function(_0x2ec11f){return _0x2ec11f();},'oJWCZ':function(_0x386417,_0x5a7653){return _0x386417===_0x5a7653;},'auFYQ':_0x362e(0x1e),'Tfccz':function(_0x39cf1d,_0x34dc7b){return _0x39cf1d&&_0x34dc7b;},'yhgmt':'object','oQvoA':'function','fjftz':function(_0x12496b,_0x19d866,_0x4132b5,_0x27a06d){return _0x12496b(_0x19d866,_0x4132b5,_0x27a06d);},'EQkEe':_0x362e(0x1f),'uLDLD':function(_0x33b681,_0xdb1f52){return _0x33b681!==_0xdb1f52;},'blRlX':function(_0x4ecf95){return _0x4ecf95();},'oOeIp':'Lcthd','wfnor':function(_0x185209){return _0x185209();},'bNGVo':function(_0x118293,_0x4b2623){return _0x118293!==_0x4b2623;},'pLeDl':'rUVzw','zfHOt':'YVOZW','kGlEh':_0x362e(0x20),'gkSJU':_0x362e(0x21),'OBqbR':_0x362e(0x22),'nACPx':_0x362e(0x23),'EdybD':_0x362e(0x24),'dKOzY':_0x362e(0x25)};const [_0x5c3b19,_0x3b828c]=(0x0,_react[_0x362e(0x26)])({'basicProfile':![],'contentAnalysis':![],'personalityProfile':![]}),_0x4f3ede=_0x5b6225=>{var _0x25840e={'ilryo':function(_0x51cd1f){return _0x51cd1f();}};_0xad8c9c[_0x362e(0x27)](_0x362e(0x28),_0x362e(0x28))?((0x0,_0x227948[_0x362e(0x29)])(_0x18ff62[_0x362e(0x2a)][_0x362e(0x2b)]),_0x25840e[_0x362e(0x2c)](_0xf00323)):((0x0,_haptics['triggerHaptic'])(_haptics[_0x362e(0x2a)][_0x362e(0x2b)]),_0xad8c9c[_0x362e(0x2d)](_0x3b828c,_0x1dd9e4=>({..._0x1dd9e4,[_0x5b6225]:!_0x1dd9e4[_0x5b6225]})));},_0x15d838=Object[_0x362e(0x2e)](_0x5c3b19)[_0x362e(0x2f)](_0x2e2eb7=>_0x2e2eb7);if(!_0x526317)return null;return _react[_0x362e(0x2)][_0x362e(0x30)](_reactNative[_0x362e(0x31)],{'style':styles[_0x362e(0x32)]},_react['default'][_0x362e(0x30)](_reactNative[_0x362e(0x33)],{'style':styles[_0x362e(0x34)],'contentContainerStyle':styles[_0x362e(0x35)],'showsVerticalScrollIndicator':![]},_react[_0x362e(0x2)][_0x362e(0x30)](_reactNative[_0x362e(0x31)],{'style':styles[_0x362e(0x36)]},_react[_0x362e(0x2)][_0x362e(0x30)](_reactNative[_0x362e(0x31)],{'style':styles[_0x362e(0x37)]},_react[_0x362e(0x2)][_0x362e(0x30)](_reactNative['Image'],{'source':_assetRegistry['BRAND_IMAGES'][_0x362e(0x38)],'style':styles[_0x362e(0x39)],'resizeMode':_0xad8c9c[_0x362e(0x3a)]})),_react[_0x362e(0x2)][_0x362e(0x30)](_reactNative[_0x362e(0x3b)],{'style':styles[_0x362e(0x3c)]},'→'),_react['default'][_0x362e(0x30)](_reactNative[_0x362e(0x3d)],{'source':_assetRegistry[_0x362e(0x3e)][_0x362e(0x3f)],'style':styles[_0x362e(0x40)],'resizeMode':_0xad8c9c[_0x362e(0x3a)]})),_react[_0x362e(0x2)]['createElement'](_reactNative[_0x362e(0x31)],{'style':styles[_0x362e(0x41)]},isReturningUser&&_react[_0x362e(0x2)]['createElement'](_reactNative[_0x362e(0x3b)],{'style':styles[_0x362e(0x42)]},_0x362e(0x43)),_react['default'][_0x362e(0x30)](_reactNative[_0x362e(0x3b)],{'style':styles[_0x362e(0x44)]},appName,_0x362e(0x45)),_react[_0x362e(0x2)][_0x362e(0x30)](_reactNative[_0x362e(0x3b)],{'style':styles[_0x362e(0x46)]},_0x362e(0x47))),_react['default'][_0x362e(0x30)](_reactNative['View'],{'style':styles[_0x362e(0x48)]},_react['default'][_0x362e(0x30)](_reactNative[_0x362e(0x49)],{'style':styles[_0x362e(0x4a)],'onPress':()=>_0x4f3ede(_0x362e(0x4b))},_react[_0x362e(0x2)][_0x362e(0x30)](_reactNative[_0x362e(0x31)],{'style':styles['optionLeft']},_react[_0x362e(0x2)][_0x362e(0x30)](_icons[_0x362e(0x4c)],{'width':0x20,'height':0x20,'fill':_theme[_0x362e(0x4d)][_0x362e(0x4e)],'style':styles[_0x362e(0x4f)]}),_react['default']['createElement'](_icons[_0x362e(0x50)],{'height':0x18,'fill':_theme[_0x362e(0x4d)][_0x362e(0x51)],'style':styles[_0x362e(0x52)]})),_react[_0x362e(0x2)][_0x362e(0x30)](_reactNative[_0x362e(0x31)],{'style':styles[_0x362e(0x53)]},_0x5c3b19[_0x362e(0x4b)]?_react[_0x362e(0x2)][_0x362e(0x30)](_icons[_0x362e(0x54)],{'width':0x18,'height':0x18,'fill':_0xad8c9c[_0x362e(0x55)],'style':styles[_0x362e(0x56)]}):_react['default'][_0x362e(0x30)](_icons['Checkbox'],{'width':0x18,'height':0x18,'stroke':_theme[_0x362e(0x4d)][_0x362e(0x57)],'style':styles['checkbox']}))),_react[_0x362e(0x2)]['createElement'](_reactNative['TouchableOpacity'],{'style':styles['optionRow'],'onPress':()=>_0x4f3ede(_0x362e(0x58))},_react[_0x362e(0x2)][_0x362e(0x30)](_reactNative['View'],{'style':styles['optionLeft']},_react[_0x362e(0x2)][_0x362e(0x30)](_icons[_0x362e(0x59)],{'width':0x20,'height':0x20,'fill':_theme['COLORS'][_0x362e(0x4e)],'style':styles[_0x362e(0x4f)]}),_react['default'][_0x362e(0x30)](_icons['Userpreferences'],{'height':0x18,'fill':_theme[_0x362e(0x4d)]['grey800'],'style':styles[_0x362e(0x52)]})),_react[_0x362e(0x2)][_0x362e(0x30)](_reactNative[_0x362e(0x31)],{'style':styles[_0x362e(0x53)]},_0x5c3b19[_0x362e(0x58)]?_react['default'][_0x362e(0x30)](_icons[_0x362e(0x54)],{'width':0x18,'height':0x18,'fill':_0xad8c9c[_0x362e(0x55)],'style':styles[_0x362e(0x56)]}):_react[_0x362e(0x2)][_0x362e(0x30)](_icons[_0x362e(0x5a)],{'width':0x18,'height':0x18,'stroke':_theme[_0x362e(0x4d)][_0x362e(0x57)],'style':styles['checkbox']}))),_react['default'][_0x362e(0x30)](_reactNative[_0x362e(0x49)],{'style':styles[_0x362e(0x4a)],'onPress':()=>_0x4f3ede(_0x362e(0x5b))},_react[_0x362e(0x2)][_0x362e(0x30)](_reactNative[_0x362e(0x31)],{'style':styles[_0x362e(0x5c)]},_react[_0x362e(0x2)][_0x362e(0x30)](_icons[_0x362e(0x5d)],{'width':0x20,'height':0x20,'fill':_theme[_0x362e(0x4d)][_0x362e(0x4e)],'style':styles[_0x362e(0x4f)]}),_react[_0x362e(0x2)][_0x362e(0x30)](_icons[_0x362e(0x5e)],{'height':0x18,'fill':_theme[_0x362e(0x4d)][_0x362e(0x51)],'style':styles[_0x362e(0x52)]})),_react[_0x362e(0x2)][_0x362e(0x30)](_reactNative['View'],{'style':styles[_0x362e(0x53)]},_0x5c3b19[_0x362e(0x5b)]?_react['default'][_0x362e(0x30)](_icons[_0x362e(0x54)],{'width':0x18,'height':0x18,'fill':'#4CD964','style':styles[_0x362e(0x56)]}):_react[_0x362e(0x2)][_0x362e(0x30)](_icons['Checkbox'],{'width':0x18,'height':0x18,'stroke':_theme[_0x362e(0x4d)][_0x362e(0x57)],'style':styles[_0x362e(0x56)]})))),_react['default'][_0x362e(0x30)](_reactNative[_0x362e(0x31)],{'style':styles[_0x362e(0x5f)]},_react[_0x362e(0x2)][_0x362e(0x30)](_reactNative[_0x362e(0x3b)],{'style':styles[_0x362e(0x60)]},_0xad8c9c['OBqbR']),connectedPlatforms[_0x362e(0x61)]>0x0&&_react[_0x362e(0x2)][_0x362e(0x30)](_reactNative[_0x362e(0x31)],{'style':styles[_0x362e(0x62)]},connectedPlatforms[_0x362e(0x63)](_0x2f878f=>_react[_0x362e(0x2)]['createElement'](_reactNative[_0x362e(0x31)],{'key':_0x2f878f,'style':styles[_0x362e(0x64)]},_react[_0x362e(0x2)][_0x362e(0x30)](_reactNative[_0x362e(0x3d)],{'source':(0x0,_connectedAccountsService['getPlatformIcon'])(_0x2f878f),'style':styles['connectedPlatformIcon'],'resizeMode':_0x362e(0x20)})))),_0x2223d7&&_react['default'][_0x362e(0x30)](_reactNative['TouchableOpacity'],{'style':styles[_0x362e(0x65)],'onPress':()=>{_0xad8c9c['oJWCZ'](_0xad8c9c[_0x362e(0x66)],'tXUSk')?((0x0,_0x1fa2f1['triggerHaptic'])(_0x59b127[_0x362e(0x2a)]['BUTTON_PRESS']),_0xad8c9c[_0x362e(0x67)](_0x307ce0)):((0x0,_haptics[_0x362e(0x29)])(_haptics[_0x362e(0x2a)]['BUTTON_PRESS']),_0xad8c9c[_0x362e(0x67)](_0x2223d7));}},_react['default'][_0x362e(0x30)](_reactNative[_0x362e(0x3b)],{'style':styles[_0x362e(0x68)]},_0x362e(0x69)),_react['default'][_0x362e(0x30)](_reactNative[_0x362e(0x31)],{'style':styles[_0x362e(0x6a)]},_react[_0x362e(0x2)][_0x362e(0x30)](_reactNative[_0x362e(0x3b)],{'style':styles[_0x362e(0x6b)]},'+'))))),_react[_0x362e(0x2)][_0x362e(0x30)](_reactNative[_0x362e(0x31)],{'style':styles['buttonContainer']},_react['default'][_0x362e(0x30)](_reactNative[_0x362e(0x49)],{'style':[styles[_0x362e(0x6c)],_0x15d838&&styles[_0x362e(0x6d)],loading&&styles[_0x362e(0x6e)]],'onPress':()=>{var _0x493039={'aqiuE':function(_0x3e7842,_0x426ddd){return _0xad8c9c['Tfccz'](_0x3e7842,_0x426ddd);},'eEQVh':function(_0x5c3442,_0x3cf401){return _0x5c3442===_0x3cf401;},'pDyzK':_0xad8c9c[_0x362e(0x6f)],'AJlNA':function(_0x113b87,_0x5dae30){return _0x113b87!=_0x5dae30;},'AlNuA':_0xad8c9c[_0x362e(0x70)],'NblJF':'default','jfsHC':function(_0x586d26,_0x300178,_0x3300e4,_0x2ef0a6){return _0xad8c9c[_0x362e(0x71)](_0x586d26,_0x300178,_0x3300e4,_0x2ef0a6);}};if(_0xad8c9c[_0x362e(0x72)]==='oGqRF'){if(_0x493039[_0x362e(0x73)](!_0x31a19e,_0x202e97)&&_0xf64f86[_0x362e(0x1)])return _0x386a52;var _0x342fb7,_0x52077c,_0x2e2579={'__proto__':null,'default':_0x5ea7d7};if(_0x493039[_0x362e(0x74)](null,_0x4cd9dd)||_0x493039[_0x362e(0x75)]!=typeof _0x48e4bb&&_0x493039[_0x362e(0x76)](_0x493039[_0x362e(0x77)],typeof _0x1004ae))return _0x2e2579;if(_0x342fb7=_0x3e6c0b?_0x1051ef:_0x71cc84){if(_0x342fb7['has'](_0x3ae48e))return _0x342fb7[_0x362e(0x14)](_0x58da9f);_0x342fb7[_0x362e(0x15)](_0x3b8927,_0x2e2579);}for(const _0x4cd885 in _0xd4586a)_0x493039[_0x362e(0x78)]!==_0x4cd885&&{}['hasOwnProperty'][_0x362e(0x19)](_0x1a0b98,_0x4cd885)&&((_0x52077c=(_0x342fb7=_0x32e186[_0x362e(0x0)])&&_0x3e2dff[_0x362e(0x1a)](_0x10455b,_0x4cd885))&&(_0x52077c[_0x362e(0x14)]||_0x52077c[_0x362e(0x15)])?_0x493039[_0x362e(0x79)](_0x342fb7,_0x2e2579,_0x4cd885,_0x52077c):_0x2e2579[_0x4cd885]=_0x2004c5[_0x4cd885]);return _0x2e2579;}else!loading&&(_0xad8c9c[_0x362e(0x7a)](_0x362e(0x7b),'djsId')?((0x0,_haptics[_0x362e(0x29)])(_haptics[_0x362e(0x2a)]['BUTTON_PRESS']),_0xad8c9c[_0x362e(0x7c)](_0x378e51)):((0x0,_0x74621e[_0x362e(0x29)])(_0x407c47[_0x362e(0x2a)]['BUTTON_PRESS']),_0x50f4c5()));},'disabled':loading,'activeOpacity':loading?0x1:0.7},loading?_react[_0x362e(0x2)][_0x362e(0x30)](_reactNative[_0x362e(0x7d)],{'size':_0x362e(0x7e),'color':_0xad8c9c[_0x362e(0x7f)]}):_react[_0x362e(0x2)]['createElement'](_react[_0x362e(0x2)][_0x362e(0x80)],null,_react[_0x362e(0x2)][_0x362e(0x30)](_reactNative[_0x362e(0x3b)],{'style':[styles[_0x362e(0x81)],_0x15d838&&styles[_0x362e(0x82)]]},_0xad8c9c[_0x362e(0x83)]),_react[_0x362e(0x2)][_0x362e(0x30)](_reactNative[_0x362e(0x3b)],{'style':[styles[_0x362e(0x84)],_0x15d838&&styles['buttonArrowActive']]},'→'))),_react[_0x362e(0x2)][_0x362e(0x30)](_reactNative[_0x362e(0x49)],{'style':styles[_0x362e(0x85)],'onPress':()=>{var _0x33a65d={'oQqTM':function(_0x2c6e32,_0x5bd8ed){return _0xad8c9c[_0x362e(0x2d)](_0x2c6e32,_0x5bd8ed);}};_0xad8c9c[_0x362e(0x86)]!==_0xad8c9c['oOeIp']?((0x0,_0x24baec[_0x362e(0x29)])(_0x31c598[_0x362e(0x2a)][_0x362e(0x2b)]),_0x33a65d[_0x362e(0x87)](_0x276481,_0x1e8707=>({..._0x1e8707,[_0x1219c0]:!_0x1e8707[_0x38fb75]}))):((0x0,_haptics[_0x362e(0x29)])(_haptics[_0x362e(0x2a)][_0x362e(0x2b)]),_0xad8c9c[_0x362e(0x88)](_0x1609fd));}},_react[_0x362e(0x2)]['createElement'](_reactNative['Text'],{'style':styles[_0x362e(0x89)]},_0xad8c9c[_0x362e(0x8a)])),_0x5b0f6c&&_react[_0x362e(0x2)][_0x362e(0x30)](_reactNative[_0x362e(0x49)],{'style':styles[_0x362e(0x8b)],'onPress':()=>{_0xad8c9c[_0x362e(0x8c)](_0xad8c9c['pLeDl'],_0xad8c9c[_0x362e(0x8d)])?((0x0,_haptics[_0x362e(0x29)])(_haptics[_0x362e(0x2a)][_0x362e(0x2b)]),_0xad8c9c[_0x362e(0x7c)](_0x5b0f6c)):!_0x430c6c&&((0x0,_0x568d9e['triggerHaptic'])(_0x4a9bb1['HapticType']['BUTTON_PRESS']),_0x14b867());}},_react[_0x362e(0x2)][_0x362e(0x30)](_reactNative[_0x362e(0x3b)],{'style':styles['logoutButtonText']},_0x362e(0x8e)))));};exports['PersonalizationConsentScreen']=PersonalizationConsentScreen;const styles=_reactNative['StyleSheet']['create']({'container':{'flex':0x1,'backgroundColor':_theme[_0x362e(0x4d)]['surface'],'paddingHorizontal':0x18,'paddingTop':0x28,'paddingBottom':0x8},'headerContainer':{'flexDirection':'row','alignItems':'center','justifyContent':_0x362e(0x8f),'marginBottom':0xc,'marginTop':0x0},'iconContainer':{'width':0x40,'height':0x40,'backgroundColor':_0x362e(0x23),'borderRadius':0xc,'alignItems':_0x362e(0x8f),'justifyContent':'center','marginHorizontal':0x8,'shadowColor':'#000','shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.1,'shadowRadius':0x4,'elevation':0x2},'headerIcon':{'width':0x2a,'height':0x2a},'enochAppIcon':{'width':0x48,'height':0x48,'marginHorizontal':0x8},'enochLetter':{'fontSize':0x1c,'fontFamily':_0x362e(0x90),'fontWeight':'700','color':_theme[_0x362e(0x4d)]['grey800']},'arrow':{'fontSize':0x18,'color':_theme[_0x362e(0x4d)]['grey600'],'marginHorizontal':0x10},'titleContainer':{'alignItems':_0x362e(0x8f),'marginBottom':0x8},'welcomeBackText':{'fontSize':0x18,'fontFamily':_0x362e(0x90),'fontWeight':_0x362e(0x91),'color':_theme[_0x362e(0x4d)][_0x362e(0x51)],'textAlign':'center','marginBottom':0x2},'title':{'fontSize':0x14,'fontFamily':_0x362e(0x90),'fontWeight':_0x362e(0x92),'color':_theme[_0x362e(0x4d)][_0x362e(0x51)],'textAlign':_0x362e(0x8f),'marginBottom':0xa},'subtitle':{'fontSize':0x10,'fontFamily':_0x362e(0x93),'fontWeight':_0x362e(0x94),'color':_theme[_0x362e(0x4d)][_0x362e(0x95)],'textAlign':_0x362e(0x8f)},'scrollView':{'flex':0x1},'scrollContent':{'flexGrow':0x1},'optionsContainer':{'marginBottom':0x8},'optionRow':{'flexDirection':'row','alignItems':'center','justifyContent':_0x362e(0x96),'paddingVertical':0xc,'paddingHorizontal':0x2,'backgroundColor':_0x362e(0x97),'borderRadius':0xc,'marginBottom':0x6,'marginHorizontal':0x0},'optionLeft':{'flexDirection':_0x362e(0x98),'alignItems':_0x362e(0x8f),'flex':0x1},'optionIcon':{'marginRight':0xc,'marginLeft':0x2,'marginTop':-0x4},'optionText':{'flex':0x1,'marginLeft':0x2},'checkboxContainer':{'paddingLeft':0x4,'paddingRight':0x2,'alignItems':_0x362e(0x8f),'justifyContent':_0x362e(0x8f)},'checkbox':{},'buttonContainer':{'gap':0x8,'paddingHorizontal':0x0,'paddingBottom':0x10,'marginTop':0x10},'acceptButton':{'backgroundColor':'#E5E5E5','borderRadius':0x19,'paddingVertical':0xa,'paddingHorizontal':0x18,'flexDirection':_0x362e(0x98),'alignItems':'center','justifyContent':'center'},'acceptButtonActive':{'backgroundColor':'#2D3436'},'acceptButtonLoading':{'backgroundColor':_0x362e(0x99),'opacity':0.8},'acceptButtonText':{'color':_0x362e(0x9a),'fontSize':0x10,'fontFamily':_0x362e(0x93),'fontWeight':_0x362e(0x92),'marginRight':0x8},'acceptButtonTextActive':{'color':_0x362e(0x23)},'buttonArrow':{'color':_0x362e(0x9a),'fontSize':0x10},'buttonArrowActive':{'color':_0x362e(0x23)},'declineButton':{'backgroundColor':_0x362e(0x9b),'borderRadius':0x19,'paddingVertical':0xa,'paddingHorizontal':0x18,'alignItems':_0x362e(0x8f),'justifyContent':'center'},'declineButtonText':{'color':_theme['COLORS']['grey600'],'fontSize':0x10,'fontFamily':_0x362e(0x93),'fontWeight':'500'},'logoutButton':{'alignItems':_0x362e(0x8f),'paddingVertical':0xc,'marginTop':0x8},'logoutButtonText':{'fontSize':0xe,'fontFamily':_0x362e(0x93),'fontWeight':'400','color':_theme[_0x362e(0x4d)]['grey500'],'textDecorationLine':_0x362e(0x9c)},'connectedPlatformsSection':{'alignItems':_0x362e(0x8f),'paddingVertical':0xa,'paddingHorizontal':0x10,'backgroundColor':'#F8F9FA','borderRadius':0x10,'marginBottom':0xa,'marginTop':0x10},'connectedPlatformsTitle':{'fontSize':0xf,'fontFamily':_0x362e(0x93),'fontWeight':_0x362e(0x9d),'color':_theme['COLORS'][_0x362e(0x9e)],'marginBottom':0xa},'connectedPlatformsIcons':{'flexDirection':_0x362e(0x98),'justifyContent':_0x362e(0x8f),'alignItems':'center','flexWrap':_0x362e(0x9f),'gap':0xa,'marginBottom':0xa},'connectedPlatformIconContainer':{'width':0x30,'height':0x30,'borderRadius':0xa,'backgroundColor':_0x362e(0x23),'justifyContent':_0x362e(0x8f),'alignItems':_0x362e(0x8f),'shadowColor':_0x362e(0xa0),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.1,'shadowRadius':0x4,'elevation':0x2},'connectedPlatformIcon':{'width':0x20,'height':0x20},'connectMoreButton':{'flexDirection':_0x362e(0x98),'alignItems':_0x362e(0x8f),'justifyContent':_0x362e(0x8f),'gap':0x8},'connectMoreText':{'fontSize':0x10,'fontFamily':_0x362e(0x93),'fontWeight':_0x362e(0x9d),'color':_theme['COLORS'][_0x362e(0x9e)]},'connectMorePlusCircle':{'width':0x1c,'height':0x1c,'borderRadius':0xe,'borderWidth':0x2,'borderColor':_theme[_0x362e(0x4d)][_0x362e(0x57)],'justifyContent':'center','alignItems':_0x362e(0x8f)},'connectMorePlus':{'fontSize':0x12,'fontWeight':_0x362e(0x9d),'color':_theme[_0x362e(0x4d)][_0x362e(0x9e)],'marginTop':-0x2}});var _default=exports[_0x362e(0x2)]=PersonalizationConsentScreen;
13
+ Object[_0x429a(0x0)](exports,_0x429a(0x1),{'value':!![]}),exports[_0x429a(0x2)]=exports[_0x429a(0x3)]=void 0x0;var _react=_interopRequireWildcard(__ONAIROS_REQ_FUNC__(0x0)),_reactNative=__ONAIROS_REQ_FUNC__(0x1),_theme=__ONAIROS_REQ_FUNC__(0x2),_haptics=__ONAIROS_REQ_FUNC__(0x3),_connectedAccountsService=__ONAIROS_REQ_FUNC__(0x4),_assetRegistry=__ONAIROS_REQ_FUNC__(0x5),_icons=__ONAIROS_REQ_FUNC__(0x6);function _interopRequireWildcard(_0x3d181a,_0x1d43d7){var _0x578a01={'NZduZ':function(_0x1573d6,_0x21da1c){return _0x1573d6===_0x21da1c;},'YGaLO':function(_0x18be8,_0x155dc2){return _0x18be8!=_0x155dc2;},'xwvPY':_0x429a(0x4),'IgkNY':function(_0x39fac4,_0x3ca5c2){return _0x39fac4!=_0x3ca5c2;},'McWdu':function(_0x1ef948,_0x46c2ce){return _0x1ef948!==_0x46c2ce;},'lRnAm':'default','xXDnM':function(_0x1f4ad0,_0xc4bd2b,_0xf4ac49,_0x1e7851){return _0x1f4ad0(_0xc4bd2b,_0xf4ac49,_0x1e7851);},'IRbIR':function(_0x48790e,_0x8ea1e5){return _0x48790e&&_0x8ea1e5;},'SMAmY':function(_0x2f9921,_0x1d5604){return _0x2f9921===_0x1d5604;},'SpIBu':_0x429a(0x5),'zJrXC':_0x429a(0x6),'YQXMl':function(_0x322255,_0x5745c0,_0x2ef397,_0x3ea461){return _0x322255(_0x5745c0,_0x2ef397,_0x3ea461);},'NrobC':function(_0x183e8a,_0x235c53){return _0x183e8a==_0x235c53;}};if(_0x578a01['NrobC'](_0x578a01['SpIBu'],typeof WeakMap))var _0x3b8989=new WeakMap(),_0x535e65=new WeakMap();return(_interopRequireWildcard=function(_0x1dcf19,_0x54f2b7){if(_0x578a01['IRbIR'](!_0x54f2b7,_0x1dcf19)&&_0x1dcf19[_0x429a(0x1)])return _0x1dcf19;var _0x3f13ab,_0x40b3e7,_0x2fc67b={'__proto__':null,'default':_0x1dcf19};if(_0x578a01[_0x429a(0x7)](null,_0x1dcf19)||_0x578a01[_0x429a(0x8)](_0x578a01[_0x429a(0x9)],typeof _0x1dcf19)&&_0x578a01['IgkNY'](_0x578a01[_0x429a(0xa)],typeof _0x1dcf19))return _0x2fc67b;if(_0x3f13ab=_0x54f2b7?_0x535e65:_0x3b8989){if(_0x429a(0xb)===_0x578a01[_0x429a(0xc)]){if(!_0x498c92&&_0x19f22c&&_0x57da8b['__esModule'])return _0x27e63a;var _0x187023,_0x5a5d7b,_0x19ff5d={'__proto__':null,'default':_0x3dfd02};if(_0x578a01['NZduZ'](null,_0x391df6)||_0x578a01[_0x429a(0x8)](_0x578a01[_0x429a(0x9)],typeof _0x52b539)&&_0x578a01[_0x429a(0xd)]('function',typeof _0x5a5bef))return _0x19ff5d;if(_0x187023=_0x401267?_0x1c2a8e:_0x27db21){if(_0x187023[_0x429a(0xe)](_0x2bd6b4))return _0x187023[_0x429a(0xf)](_0x73e48d);_0x187023['set'](_0x4d5750,_0x19ff5d);}for(const _0x270d91 in _0x23fbe1)_0x578a01['McWdu'](_0x578a01['lRnAm'],_0x270d91)&&{}[_0x429a(0x10)][_0x429a(0x11)](_0x1ab532,_0x270d91)&&((_0x5a5d7b=(_0x187023=_0xb524b7[_0x429a(0x0)])&&_0xe39990[_0x429a(0x12)](_0x37a5ee,_0x270d91))&&(_0x5a5d7b[_0x429a(0xf)]||_0x5a5d7b[_0x429a(0x13)])?_0x578a01[_0x429a(0x14)](_0x187023,_0x19ff5d,_0x270d91,_0x5a5d7b):_0x19ff5d[_0x270d91]=_0x4f0990[_0x270d91]);return _0x19ff5d;}else{if(_0x3f13ab[_0x429a(0xe)](_0x1dcf19))return _0x3f13ab['get'](_0x1dcf19);_0x3f13ab['set'](_0x1dcf19,_0x2fc67b);}}for(const _0x376a37 in _0x1dcf19)_0x578a01[_0x429a(0x15)](_0x578a01['lRnAm'],_0x376a37)&&{}[_0x429a(0x10)][_0x429a(0x11)](_0x1dcf19,_0x376a37)&&((_0x40b3e7=(_0x3f13ab=Object[_0x429a(0x0)])&&Object[_0x429a(0x12)](_0x1dcf19,_0x376a37))&&(_0x40b3e7['get']||_0x40b3e7[_0x429a(0x13)])?_0x578a01[_0x429a(0x16)](_0x3f13ab,_0x2fc67b,_0x376a37,_0x40b3e7):_0x2fc67b[_0x376a37]=_0x1dcf19[_0x376a37]);return _0x2fc67b;})(_0x3d181a,_0x1d43d7);}const PersonalizationConsentScreen=({visible:_0x19a1e4,onAccept:_0x4628ab,onDecline:_0x25feaa,loading:loading=![],connectedPlatforms:connectedPlatforms=[],onConnectMore:_0x37c948,isReturningUser:isReturningUser=![],appName:appName='Enoch',onLogout:_0x3ee9d1})=>{var _0x1b6590={'rCfTj':function(_0x3a064a,_0x380560){return _0x3a064a(_0x380560);},'EwyjM':function(_0x7104a1){return _0x7104a1();},'udmpL':function(_0x4bcada){return _0x4bcada();},'OIIDk':_0x429a(0x17),'DREOv':function(_0x53f279){return _0x53f279();},'XXgko':_0x429a(0x18),'TVNVv':'Welcome\x20back!','isIGI':_0x429a(0x19),'stteN':_0x429a(0x1a),'ETCDa':'#4CD964','aCIUE':_0x429a(0x1b),'EmhCg':_0x429a(0x1c),'ilEzO':_0x429a(0x1d),'JVfnf':_0x429a(0x1e),'IkBKd':_0x429a(0x1f),'Atljw':'Use\x20different\x20account'};const [_0x20a46c,_0x12cd95]=(0x0,_react[_0x429a(0x20)])({'basicProfile':![],'contentAnalysis':![],'personalityProfile':![]}),_0x31261c=_0x1d55c8=>{(0x0,_haptics['triggerHaptic'])(_haptics[_0x429a(0x21)][_0x429a(0x22)]),_0x1b6590[_0x429a(0x23)](_0x12cd95,_0x1449ac=>({..._0x1449ac,[_0x1d55c8]:!_0x1449ac[_0x1d55c8]}));},_0x102775=Object['values'](_0x20a46c)[_0x429a(0x24)](_0x4cd0a8=>_0x4cd0a8);if(!_0x19a1e4)return null;return _react[_0x429a(0x2)]['createElement'](_reactNative[_0x429a(0x25)],{'style':styles[_0x429a(0x26)]},_react[_0x429a(0x2)][_0x429a(0x27)](_reactNative[_0x429a(0x28)],{'style':styles[_0x429a(0x29)],'contentContainerStyle':styles[_0x429a(0x2a)],'showsVerticalScrollIndicator':![]},_react['default']['createElement'](_reactNative[_0x429a(0x25)],{'style':styles['headerContainer']},_react[_0x429a(0x2)][_0x429a(0x27)](_reactNative[_0x429a(0x25)],{'style':styles[_0x429a(0x2b)]},_react['default'][_0x429a(0x27)](_reactNative[_0x429a(0x2c)],{'source':_assetRegistry['BRAND_IMAGES'][_0x429a(0x2d)],'style':styles['headerIcon'],'resizeMode':'contain'})),_react['default'][_0x429a(0x27)](_reactNative[_0x429a(0x2e)],{'style':styles['arrow']},'→'),_react[_0x429a(0x2)][_0x429a(0x27)](_reactNative[_0x429a(0x2c)],{'source':_assetRegistry[_0x429a(0x2f)][_0x429a(0x30)],'style':styles[_0x429a(0x31)],'resizeMode':_0x1b6590[_0x429a(0x32)]})),_react[_0x429a(0x2)][_0x429a(0x27)](_reactNative[_0x429a(0x25)],{'style':styles[_0x429a(0x33)]},isReturningUser&&_react[_0x429a(0x2)][_0x429a(0x27)](_reactNative['Text'],{'style':styles[_0x429a(0x34)]},_0x1b6590[_0x429a(0x35)]),_react[_0x429a(0x2)][_0x429a(0x27)](_reactNative[_0x429a(0x2e)],{'style':styles[_0x429a(0x36)]},appName,_0x1b6590[_0x429a(0x37)]),_react[_0x429a(0x2)][_0x429a(0x27)](_reactNative['Text'],{'style':styles['subtitle']},_0x1b6590[_0x429a(0x38)])),_react[_0x429a(0x2)][_0x429a(0x27)](_reactNative[_0x429a(0x25)],{'style':styles[_0x429a(0x39)]},_react[_0x429a(0x2)]['createElement'](_reactNative[_0x429a(0x3a)],{'style':styles[_0x429a(0x3b)],'onPress':()=>_0x31261c(_0x429a(0x3c))},_react[_0x429a(0x2)]['createElement'](_reactNative[_0x429a(0x25)],{'style':styles[_0x429a(0x3d)]},_react[_0x429a(0x2)]['createElement'](_icons[_0x429a(0x3e)],{'width':0x20,'height':0x20,'fill':_theme[_0x429a(0x3f)][_0x429a(0x40)],'style':styles[_0x429a(0x41)]}),_react[_0x429a(0x2)][_0x429a(0x27)](_icons['Basicprofile'],{'height':0x18,'fill':_theme[_0x429a(0x3f)][_0x429a(0x42)],'style':styles[_0x429a(0x43)]})),_react[_0x429a(0x2)][_0x429a(0x27)](_reactNative['View'],{'style':styles['checkboxContainer']},_0x20a46c[_0x429a(0x3c)]?_react['default'][_0x429a(0x27)](_icons[_0x429a(0x44)],{'width':0x18,'height':0x18,'fill':'#4CD964','style':styles[_0x429a(0x45)]}):_react[_0x429a(0x2)][_0x429a(0x27)](_icons[_0x429a(0x46)],{'width':0x18,'height':0x18,'stroke':_theme['COLORS'][_0x429a(0x47)],'style':styles[_0x429a(0x45)]}))),_react[_0x429a(0x2)][_0x429a(0x27)](_reactNative[_0x429a(0x3a)],{'style':styles[_0x429a(0x3b)],'onPress':()=>_0x31261c(_0x429a(0x48))},_react[_0x429a(0x2)][_0x429a(0x27)](_reactNative[_0x429a(0x25)],{'style':styles[_0x429a(0x3d)]},_react[_0x429a(0x2)][_0x429a(0x27)](_icons[_0x429a(0x49)],{'width':0x20,'height':0x20,'fill':_theme[_0x429a(0x3f)]['grey700'],'style':styles[_0x429a(0x41)]}),_react[_0x429a(0x2)][_0x429a(0x27)](_icons[_0x429a(0x4a)],{'height':0x18,'fill':_theme[_0x429a(0x3f)][_0x429a(0x42)],'style':styles['optionText']})),_react[_0x429a(0x2)][_0x429a(0x27)](_reactNative[_0x429a(0x25)],{'style':styles[_0x429a(0x4b)]},_0x20a46c['contentAnalysis']?_react[_0x429a(0x2)]['createElement'](_icons[_0x429a(0x44)],{'width':0x18,'height':0x18,'fill':_0x1b6590[_0x429a(0x4c)],'style':styles[_0x429a(0x45)]}):_react[_0x429a(0x2)]['createElement'](_icons[_0x429a(0x46)],{'width':0x18,'height':0x18,'stroke':_theme[_0x429a(0x3f)][_0x429a(0x47)],'style':styles['checkbox']}))),_react[_0x429a(0x2)]['createElement'](_reactNative[_0x429a(0x3a)],{'style':styles[_0x429a(0x3b)],'onPress':()=>_0x31261c(_0x429a(0x4d))},_react[_0x429a(0x2)][_0x429a(0x27)](_reactNative[_0x429a(0x25)],{'style':styles[_0x429a(0x3d)]},_react[_0x429a(0x2)][_0x429a(0x27)](_icons[_0x429a(0x4e)],{'width':0x20,'height':0x20,'fill':_theme[_0x429a(0x3f)][_0x429a(0x40)],'style':styles[_0x429a(0x41)]}),_react['default'][_0x429a(0x27)](_icons[_0x429a(0x4f)],{'height':0x18,'fill':_theme[_0x429a(0x3f)]['grey800'],'style':styles[_0x429a(0x43)]})),_react[_0x429a(0x2)][_0x429a(0x27)](_reactNative[_0x429a(0x25)],{'style':styles[_0x429a(0x4b)]},_0x20a46c[_0x429a(0x4d)]?_react[_0x429a(0x2)]['createElement'](_icons['Checkmark'],{'width':0x18,'height':0x18,'fill':_0x1b6590[_0x429a(0x4c)],'style':styles[_0x429a(0x45)]}):_react[_0x429a(0x2)][_0x429a(0x27)](_icons[_0x429a(0x46)],{'width':0x18,'height':0x18,'stroke':_theme[_0x429a(0x3f)][_0x429a(0x47)],'style':styles[_0x429a(0x45)]})))),_react['default'][_0x429a(0x27)](_reactNative[_0x429a(0x25)],{'style':styles['connectedPlatformsSection']},_react['default'][_0x429a(0x27)](_reactNative[_0x429a(0x2e)],{'style':styles[_0x429a(0x50)]},_0x1b6590[_0x429a(0x51)]),connectedPlatforms['length']>0x0&&_react[_0x429a(0x2)][_0x429a(0x27)](_reactNative[_0x429a(0x25)],{'style':styles[_0x429a(0x52)]},connectedPlatforms['map'](_0x5dab71=>_react[_0x429a(0x2)][_0x429a(0x27)](_reactNative[_0x429a(0x25)],{'key':_0x5dab71,'style':styles[_0x429a(0x53)]},_react[_0x429a(0x2)]['createElement'](_reactNative[_0x429a(0x2c)],{'source':(0x0,_connectedAccountsService[_0x429a(0x54)])(_0x5dab71),'style':styles[_0x429a(0x55)],'resizeMode':_0x429a(0x18)})))),_0x37c948&&_react['default'][_0x429a(0x27)](_reactNative[_0x429a(0x3a)],{'style':styles[_0x429a(0x56)],'onPress':()=>{(0x0,_haptics[_0x429a(0x57)])(_haptics[_0x429a(0x21)]['BUTTON_PRESS']),_0x1b6590['EwyjM'](_0x37c948);}},_react[_0x429a(0x2)][_0x429a(0x27)](_reactNative['Text'],{'style':styles[_0x429a(0x58)]},_0x1b6590[_0x429a(0x59)]),_react[_0x429a(0x2)]['createElement'](_reactNative[_0x429a(0x25)],{'style':styles['connectMorePlusCircle']},_react[_0x429a(0x2)][_0x429a(0x27)](_reactNative['Text'],{'style':styles[_0x429a(0x5a)]},'+'))))),_react[_0x429a(0x2)]['createElement'](_reactNative[_0x429a(0x25)],{'style':styles[_0x429a(0x5b)]},_react[_0x429a(0x2)][_0x429a(0x27)](_reactNative[_0x429a(0x3a)],{'style':[styles['acceptButton'],_0x102775&&styles[_0x429a(0x5c)],loading&&styles[_0x429a(0x5d)]],'onPress':()=>{!loading&&((0x0,_haptics[_0x429a(0x57)])(_haptics['HapticType']['BUTTON_PRESS']),_0x1b6590[_0x429a(0x5e)](_0x4628ab));},'disabled':loading,'activeOpacity':loading?0x1:0.7},loading?_react[_0x429a(0x2)][_0x429a(0x27)](_reactNative[_0x429a(0x5f)],{'size':_0x429a(0x60),'color':_0x1b6590[_0x429a(0x61)]}):_react[_0x429a(0x2)]['createElement'](_react[_0x429a(0x2)][_0x429a(0x62)],null,_react['default'][_0x429a(0x27)](_reactNative[_0x429a(0x2e)],{'style':[styles[_0x429a(0x63)],_0x102775&&styles[_0x429a(0x64)]]},_0x1b6590[_0x429a(0x65)]),_react[_0x429a(0x2)]['createElement'](_reactNative[_0x429a(0x2e)],{'style':[styles[_0x429a(0x66)],_0x102775&&styles[_0x429a(0x67)]]},'→'))),_react['default']['createElement'](_reactNative[_0x429a(0x3a)],{'style':styles['declineButton'],'onPress':()=>{_0x1b6590[_0x429a(0x68)]!==_0x429a(0x69)?((0x0,_haptics['triggerHaptic'])(_haptics[_0x429a(0x21)][_0x429a(0x22)]),_0x25feaa()):((0x0,_0x2f5e28[_0x429a(0x57)])(_0x430a6a['HapticType']['BUTTON_PRESS']),_0x1b6590[_0x429a(0x6a)](_0x5e5800));}},_react[_0x429a(0x2)]['createElement'](_reactNative[_0x429a(0x2e)],{'style':styles[_0x429a(0x6b)]},_0x1b6590['IkBKd'])),_0x3ee9d1&&_react[_0x429a(0x2)][_0x429a(0x27)](_reactNative['TouchableOpacity'],{'style':styles['logoutButton'],'onPress':()=>{(0x0,_haptics[_0x429a(0x57)])(_haptics[_0x429a(0x21)][_0x429a(0x22)]),_0x1b6590[_0x429a(0x6c)](_0x3ee9d1);}},_react[_0x429a(0x2)]['createElement'](_reactNative[_0x429a(0x2e)],{'style':styles[_0x429a(0x6d)]},_0x1b6590[_0x429a(0x6e)]))));};function _0x429a(_0x2a30c9,_0x429aa4){_0x2a30c9=_0x2a30c9-0x0;var _0x1e5a9c=_0x2a30();var _0x483343=_0x1e5a9c[_0x2a30c9];return _0x483343;}exports['PersonalizationConsentScreen']=PersonalizationConsentScreen;const styles=_reactNative[_0x429a(0x6f)][_0x429a(0x70)]({'container':{'flex':0x1,'backgroundColor':_theme[_0x429a(0x3f)][_0x429a(0x71)],'paddingHorizontal':0x18,'paddingTop':0x28,'paddingBottom':0x8},'headerContainer':{'flexDirection':_0x429a(0x72),'alignItems':_0x429a(0x73),'justifyContent':_0x429a(0x73),'marginBottom':0xc,'marginTop':0x0},'iconContainer':{'width':0x40,'height':0x40,'backgroundColor':_0x429a(0x1d),'borderRadius':0xc,'alignItems':_0x429a(0x73),'justifyContent':_0x429a(0x73),'marginHorizontal':0x8,'shadowColor':_0x429a(0x74),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.1,'shadowRadius':0x4,'elevation':0x2},'headerIcon':{'width':0x2a,'height':0x2a},'enochAppIcon':{'width':0x48,'height':0x48,'marginHorizontal':0x8},'enochLetter':{'fontSize':0x1c,'fontFamily':_0x429a(0x75),'fontWeight':_0x429a(0x76),'color':_theme[_0x429a(0x3f)][_0x429a(0x42)]},'arrow':{'fontSize':0x18,'color':_theme[_0x429a(0x3f)][_0x429a(0x77)],'marginHorizontal':0x10},'titleContainer':{'alignItems':_0x429a(0x73),'marginBottom':0x8},'welcomeBackText':{'fontSize':0x18,'fontFamily':'IBM\x20Plex\x20Sans','fontWeight':_0x429a(0x76),'color':_theme[_0x429a(0x3f)]['grey800'],'textAlign':_0x429a(0x73),'marginBottom':0x2},'title':{'fontSize':0x14,'fontFamily':_0x429a(0x75),'fontWeight':_0x429a(0x78),'color':_theme[_0x429a(0x3f)]['grey800'],'textAlign':_0x429a(0x73),'marginBottom':0xa},'subtitle':{'fontSize':0x10,'fontFamily':_0x429a(0x79),'fontWeight':_0x429a(0x7a),'color':_theme[_0x429a(0x3f)][_0x429a(0x77)],'textAlign':_0x429a(0x73)},'scrollView':{'flex':0x1},'scrollContent':{'flexGrow':0x1},'optionsContainer':{'marginBottom':0x8},'optionRow':{'flexDirection':_0x429a(0x72),'alignItems':_0x429a(0x73),'justifyContent':_0x429a(0x7b),'paddingVertical':0xc,'paddingHorizontal':0x2,'backgroundColor':_0x429a(0x7c),'borderRadius':0xc,'marginBottom':0x6,'marginHorizontal':0x0},'optionLeft':{'flexDirection':_0x429a(0x72),'alignItems':_0x429a(0x73),'flex':0x1},'optionIcon':{'marginRight':0xc,'marginLeft':0x2,'marginTop':-0x4},'optionText':{'flex':0x1,'marginLeft':0x2},'checkboxContainer':{'paddingLeft':0x4,'paddingRight':0x2,'alignItems':_0x429a(0x73),'justifyContent':_0x429a(0x73)},'checkbox':{},'buttonContainer':{'gap':0x8,'paddingHorizontal':0x0,'paddingBottom':0x10,'marginTop':0x10},'acceptButton':{'backgroundColor':'#E5E5E5','borderRadius':0x19,'paddingVertical':0xa,'paddingHorizontal':0x18,'flexDirection':_0x429a(0x72),'alignItems':_0x429a(0x73),'justifyContent':_0x429a(0x73)},'acceptButtonActive':{'backgroundColor':'#2D3436'},'acceptButtonLoading':{'backgroundColor':_0x429a(0x7d),'opacity':0.8},'acceptButtonText':{'color':_0x429a(0x7e),'fontSize':0x10,'fontFamily':_0x429a(0x79),'fontWeight':'600','marginRight':0x8},'acceptButtonTextActive':{'color':_0x429a(0x1d)},'buttonArrow':{'color':_0x429a(0x7e),'fontSize':0x10},'buttonArrowActive':{'color':_0x429a(0x1d)},'declineButton':{'backgroundColor':'#E5E5E5','borderRadius':0x19,'paddingVertical':0xa,'paddingHorizontal':0x18,'alignItems':_0x429a(0x73),'justifyContent':_0x429a(0x73)},'declineButtonText':{'color':_theme['COLORS'][_0x429a(0x77)],'fontSize':0x10,'fontFamily':_0x429a(0x79),'fontWeight':_0x429a(0x7f)},'logoutButton':{'alignItems':_0x429a(0x73),'paddingVertical':0xc,'marginTop':0x8},'logoutButtonText':{'fontSize':0xe,'fontFamily':_0x429a(0x79),'fontWeight':'400','color':_theme[_0x429a(0x3f)]['grey500'],'textDecorationLine':_0x429a(0x80)},'connectedPlatformsSection':{'alignItems':_0x429a(0x73),'paddingVertical':0xa,'paddingHorizontal':0x10,'backgroundColor':_0x429a(0x7c),'borderRadius':0x10,'marginBottom':0xa,'marginTop':0x10},'connectedPlatformsTitle':{'fontSize':0xf,'fontFamily':'Inter','fontWeight':'500','color':_theme[_0x429a(0x3f)][_0x429a(0x81)],'marginBottom':0xa},'connectedPlatformsIcons':{'flexDirection':_0x429a(0x72),'justifyContent':_0x429a(0x73),'alignItems':_0x429a(0x73),'flexWrap':_0x429a(0x82),'gap':0xa,'marginBottom':0xa},'connectedPlatformIconContainer':{'width':0x30,'height':0x30,'borderRadius':0xa,'backgroundColor':_0x429a(0x1d),'justifyContent':_0x429a(0x73),'alignItems':_0x429a(0x73),'shadowColor':_0x429a(0x74),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.1,'shadowRadius':0x4,'elevation':0x2},'connectedPlatformIcon':{'width':0x20,'height':0x20},'connectMoreButton':{'flexDirection':'row','alignItems':_0x429a(0x73),'justifyContent':_0x429a(0x73),'gap':0x8},'connectMoreText':{'fontSize':0x10,'fontFamily':_0x429a(0x79),'fontWeight':_0x429a(0x7f),'color':_theme['COLORS'][_0x429a(0x81)]},'connectMorePlusCircle':{'width':0x1c,'height':0x1c,'borderRadius':0xe,'borderWidth':0x2,'borderColor':_theme[_0x429a(0x3f)]['grey400'],'justifyContent':_0x429a(0x73),'alignItems':_0x429a(0x73)},'connectMorePlus':{'fontSize':0x12,'fontWeight':_0x429a(0x7f),'color':_theme[_0x429a(0x3f)][_0x429a(0x81)],'marginTop':-0x2}});var _default=exports['default']=PersonalizationConsentScreen;function _0x2a30(){var _0xca501c=['defineProperty','__esModule','default','PersonalizationConsentScreen','object','function','zfSvn','SMAmY','YGaLO','xwvPY','SpIBu','SaVPb','zJrXC','IgkNY','has','get','hasOwnProperty','call','getOwnPropertyDescriptor','set','xXDnM','McWdu','YQXMl','CJxVL','contain','\x20wants\x20to\x20personalize\x20your\x20experience','Choose\x20what\x20to\x20share:','Connected\x20Platforms','Connect\x20more','#FFFFFF','Accept\x20&\x20Continue','Decline','useState','HapticType','BUTTON_PRESS','rCfTj','some','View','container','createElement','ScrollView','scrollView','scrollContent','iconContainer','Image','onairosLogo','Text','BRAND_IMAGES','enochIcon','enochAppIcon','XXgko','titleContainer','welcomeBackText','TVNVv','title','isIGI','stteN','optionsContainer','TouchableOpacity','optionRow','basicProfile','optionLeft','Basicproficon','COLORS','grey700','optionIcon','grey800','optionText','Checkmark','checkbox','Checkbox','grey400','contentAnalysis','Contenticon','Userpreferences','checkboxContainer','ETCDa','personalityProfile','Personalityicon','Personalitytraits','connectedPlatformsTitle','aCIUE','connectedPlatformsIcons','connectedPlatformIconContainer','getPlatformIcon','connectedPlatformIcon','connectMoreButton','triggerHaptic','connectMoreText','EmhCg','connectMorePlus','buttonContainer','acceptButtonActive','acceptButtonLoading','EwyjM','ActivityIndicator','small','ilEzO','Fragment','acceptButtonText','acceptButtonTextActive','JVfnf','buttonArrow','buttonArrowActive','OIIDk','ciafB','udmpL','declineButtonText','DREOv','logoutButtonText','Atljw','StyleSheet','create','surface','row','center','#000','IBM\x20Plex\x20Sans','700','grey600','600','Inter','400','space-between','#F8F9FA','#2D3436','#999999','500','underline','grey500','wrap'];_0x2a30=function(){return _0xca501c;};return _0x2a30();}
@@ -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[_0x2ac0(0x0)](exports,_0x2ac0(0x1),{'value':!![]}),exports[_0x2ac0(0x2)]=exports[_0x2ac0(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(_0x389044,_0x34e0fe){const _0x1c6a12={'kHoJS':function(_0x1f716a,_0x11db0c){return _0x1f716a&&_0x11db0c;},'xoYGH':function(_0x1d5d7c,_0x13d976){return _0x1d5d7c!=_0x13d976;},'sklFZ':'object','TiYjN':function(_0x38ed04,_0x3cd894){return _0x38ed04!=_0x3cd894;},'DmRLg':_0x2ac0(0x4),'dSJhq':function(_0x4263d2,_0x5bfa7a){return _0x4263d2!==_0x5bfa7a;},'VCRxK':_0x2ac0(0x2),'DViYd':function(_0x363114,_0x342cb5,_0x17247c,_0x2be125){return _0x363114(_0x342cb5,_0x17247c,_0x2be125);},'piZCz':function(_0xa5d484,_0x4a222c){return _0xa5d484==_0x4a222c;}};if(_0x1c6a12[_0x2ac0(0x5)](_0x2ac0(0x4),typeof WeakMap))var _0x31a6a2=new WeakMap(),_0xbcc082=new WeakMap();return(_interopRequireWildcard=function(_0x274b8d,_0x675dfe){if(_0x1c6a12['kHoJS'](!_0x675dfe,_0x274b8d)&&_0x274b8d['__esModule'])return _0x274b8d;var _0x56dbb6,_0x2b4ff4,_0x257797={'__proto__':null,'default':_0x274b8d};if(null===_0x274b8d||_0x1c6a12[_0x2ac0(0x6)](_0x1c6a12[_0x2ac0(0x7)],typeof _0x274b8d)&&_0x1c6a12['TiYjN'](_0x1c6a12[_0x2ac0(0x8)],typeof _0x274b8d))return _0x257797;if(_0x56dbb6=_0x675dfe?_0xbcc082:_0x31a6a2){if(_0x56dbb6['has'](_0x274b8d))return _0x56dbb6['get'](_0x274b8d);_0x56dbb6[_0x2ac0(0x9)](_0x274b8d,_0x257797);}for(const _0x5c58dc in _0x274b8d)_0x1c6a12[_0x2ac0(0xa)](_0x1c6a12[_0x2ac0(0xb)],_0x5c58dc)&&{}[_0x2ac0(0xc)]['call'](_0x274b8d,_0x5c58dc)&&((_0x2b4ff4=(_0x56dbb6=Object[_0x2ac0(0x0)])&&Object[_0x2ac0(0xd)](_0x274b8d,_0x5c58dc))&&(_0x2b4ff4[_0x2ac0(0xe)]||_0x2b4ff4[_0x2ac0(0x9)])?_0x1c6a12[_0x2ac0(0xf)](_0x56dbb6,_0x257797,_0x5c58dc,_0x2b4ff4):_0x257797[_0x5c58dc]=_0x274b8d[_0x5c58dc]);return _0x257797;})(_0x389044,_0x34e0fe);}function _0x2ac0(_0x41d240,_0x2ac0dd){_0x41d240=_0x41d240-0x0;const _0x1bf503=_0x41d2();let _0x4bdb87=_0x1bf503[_0x41d240];return _0x4bdb87;}const PinCreationScreen=({visible:_0xd01a44,onComplete:_0x3aab65,onBack:_0x467814})=>{const _0x3e1395={'xEyuU':function(_0x11c23f,_0x1f9ed9){return _0x11c23f>=_0x1f9ed9;},'EtLQo':function(_0x2b2d17,_0x472d33){return _0x2b2d17(_0x472d33);},'vIISY':function(_0x562ecb,_0x3743d8){return _0x562ecb(_0x3743d8);},'iLiXV':_0x2ac0(0x10),'PQFvn':'GkcCN','INQnM':function(_0x291000,_0x3a8ff1){return _0x291000(_0x3a8ff1);},'taRPi':'📱\x20Biometric\x20not\x20available,\x20continuing\x20without\x20Face\x20ID','cCBrD':'unavailable','qeHJv':function(_0x1194c6,_0x43c2ea){return _0x1194c6(_0x43c2ea);},'eyrAv':function(_0x4c59c1,_0xf27aaa){return _0x4c59c1(_0xf27aaa);},'cvKqK':function(_0x5edea6,_0x2f995f){return _0x5edea6===_0x2f995f;},'ITJCT':function(_0x54651f,_0x13c1ae){return _0x54651f!=_0x13c1ae;},'llyEo':function(_0x2da027,_0x49772d){return _0x2da027!=_0x49772d;},'SMbCa':function(_0x30d008,_0x2695b6,_0x340862,_0x344a3f){return _0x30d008(_0x2695b6,_0x340862,_0x344a3f);},'EsdDK':function(_0x3a11c6,_0x4b8cda){return _0x3a11c6!==_0x4b8cda;},'bHsLQ':_0x2ac0(0x11),'HVBBa':'hupMv','Zmbdy':_0x2ac0(0x12),'CbHzH':function(_0x38eadf,_0x12ed35){return _0x38eadf&&_0x12ed35;},'fydmG':function(_0x4b18ad,_0x10ff8a){return _0x4b18ad!=_0x10ff8a;},'qSNBP':_0x2ac0(0x13),'YLPeo':function(_0x37fcfd,_0x511021){return _0x37fcfd!=_0x511021;},'TkTWA':function(_0x10b9e9,_0x4bad96,_0x2bd8a0,_0x46a092){return _0x10b9e9(_0x4bad96,_0x2bd8a0,_0x46a092);},'yzkAY':function(_0x44901d,_0x14dfb2){return _0x44901d==_0x14dfb2;},'iXDXZ':_0x2ac0(0x14),'uTNXs':_0x2ac0(0x15),'DipAH':function(_0x564275,_0x4deb90){return _0x564275===_0x4deb90;},'NYruh':_0x2ac0(0x16),'xXzFC':'🔐\x20Starting\x20PIN\x20creation\x20process...','rOReL':_0x2ac0(0x17),'PMfYb':'storing','NZrms':_0x2ac0(0x18),'OCIxy':'❌\x20[PIN\x20CREATION]\x20Face\x20ID\x20not\x20available\x20on\x20this\x20device','lLPrl':function(_0xb6b4c1,_0x292a92){return _0xb6b4c1(_0x292a92);},'XrWZL':'✅\x20PIN\x20storage\x20verified\x20-\x20proceeding\x20with\x20onboarding','eFeQg':_0x2ac0(0x19),'QvNAK':function(_0x3a12a9,_0x5798c1,_0x4482cd){return _0x3a12a9(_0x5798c1,_0x4482cd);},'tmWoh':function(_0x5b9377,_0x2c446a){return _0x5b9377!==_0x2c446a;},'nOeNI':'KFccY','loOGn':_0x2ac0(0x1a),'wmlFD':'PIN\x20Storage\x20Error','wrNQC':'PIN\x20storage\x20verification\x20failed.\x20Please\x20try\x20again.','qpBGt':function(_0x35815f,_0x27e439){return _0x35815f(_0x27e439);},'sNeIf':_0x2ac0(0x1b),'yoSHq':function(_0x4c7d0e,_0x5dff43){return _0x4c7d0e===_0x5dff43;},'ZHSmU':'cjcDc','ADtDx':_0x2ac0(0x1c),'zqApe':_0x2ac0(0x1d),'yeBTm':function(_0x3ad340,_0x451e5a){return _0x3ad340(_0x451e5a);},'QlTfZ':_0x2ac0(0x1e),'dNAlp':_0x2ac0(0x1f),'ReMPY':_0x2ac0(0x20),'haRwM':_0x2ac0(0x21),'ZnFAo':function(_0x5cdb2f,_0x3826e2){return _0x5cdb2f(_0x3826e2);},'xJTDj':_0x2ac0(0x22),'ZgipB':_0x2ac0(0x23),'GsLWJ':function(_0x2deabc){return _0x2deabc();},'suueM':function(_0x406a45){return _0x406a45();},'oUkKu':_0x2ac0(0x24),'DgKEc':'❌\x20Error\x20checking\x20biometric\x20availability:','prCgb':function(_0x41b166,_0x1d478f){return _0x41b166(_0x1d478f);},'szCfB':function(_0x3ca79d,_0x2529f7){return _0x3ca79d!==_0x2529f7;},'UCKaJ':_0x2ac0(0x25),'Qybch':'zBvYk','mMSqX':_0x2ac0(0x26),'sRuai':_0x2ac0(0x27),'vsAFL':_0x2ac0(0x28),'LsHRY':_0x2ac0(0x29),'WyrIT':_0x2ac0(0x2a),'bHeFN':_0x2ac0(0x2b),'BvPmK':'Contain\x20an\x20uppercase\x20letter.','wSZan':_0x2ac0(0x2c),'XsnyO':_0x2ac0(0x2d),'LcAhf':function(_0x46a301,_0x58c264){return _0x46a301===_0x58c264;},'dEOLQ':_0x2ac0(0x2e),'yxmuK':function(_0x2d850b,_0xb7e680){return _0x2d850b===_0xb7e680;},'Ygvwg':'#D4A536','MsMoF':function(_0x3bbdb0,_0x29eaa9){return _0x3bbdb0===_0x29eaa9;},'TKrvO':function(_0x361bc3,_0x2e5bcc){return _0x361bc3===_0x2e5bcc;},'uyrSO':_0x2ac0(0x2f),'oiiCR':_0x2ac0(0x30),'byAxz':function(_0x3aad7a,_0x130008){return _0x3aad7a===_0x130008;},'rzPGD':'Securing\x20with\x20Face\x20ID...','urIeX':_0x2ac0(0x31),'VfctQ':_0x2ac0(0x32),'wOcFY':function(_0xb1fb7b,_0x120064){return _0xb1fb7b===_0x120064;},'fnBqv':_0x2ac0(0x33),'WAlTZ':_0x2ac0(0x34),'PUFag':_0x2ac0(0x35),'wLfnV':'Your\x20PIN\x20is\x20now\x20protected\x20with\x20Face\x20ID\x20authentication.','HQlPq':function(_0x5602d3,_0x553c06){return _0x5602d3===_0x553c06;},'uxuuj':function(_0x4757db,_0x58f9cf){return _0x4757db||_0x58f9cf;},'LqUsQ':'#FFFFFF','UFXck':_0x2ac0(0x36)},[_0x52b3ab,_0x29e79b]=(0x0,_react[_0x2ac0(0x37)])(''),[_0x4c86bf,_0x2929d8]=(0x0,_react[_0x2ac0(0x37)])({'length':![],'uppercase':![],'number':![],'symbol':![]}),[_0x218bae,_0x226ca5]=(0x0,_react[_0x2ac0(0x37)])(![]),[_0x36cd00,_0x317284]=(0x0,_react[_0x2ac0(0x37)])(![]),[_0x406c84,_0x4e9a14]=(0x0,_react[_0x2ac0(0x37)])(_0x3e1395[_0x2ac0(0x38)]),_0x562df5=_0x4a468a=>{const _0x1267ad={'length':_0x3e1395[_0x2ac0(0x39)](_0x4a468a[_0x2ac0(0x3a)],0x8),'uppercase':/[A-Z]/['test'](_0x4a468a),'number':/[0-9]/['test'](_0x4a468a),'symbol':/[!@#$%^&*(),.?":{}|<>]/['test'](_0x4a468a)};return _0x3e1395['EtLQo'](_0x2929d8,_0x1267ad),Object['values'](_0x1267ad)[_0x2ac0(0x3b)](_0x51a850=>_0x51a850);},_0x4759fa=_0x1ff584=>{const _0x5eafdd={'zquRx':function(_0xa9132c,_0xf785b2){return _0x3e1395[_0x2ac0(0x3c)](_0xa9132c,_0xf785b2);},'ECyEa':function(_0x3723f1,_0x4a5015){return _0x3723f1(_0x4a5015);}};_0x3e1395['iLiXV']!==_0x3e1395[_0x2ac0(0x3d)]?(_0x3e1395[_0x2ac0(0x3e)](_0x29e79b,_0x1ff584),_0x3e1395['vIISY'](_0x562df5,_0x1ff584)):(_0x5eafdd[_0x2ac0(0x3f)](_0x4f8930,![]),_0x5eafdd['ECyEa'](_0x3959ea,_0x16a446));},_0x1f3c86=async()=>{const _0x322f67={'QdEOS':function(_0x35bdb9,_0x1fb58a){return _0x3e1395[_0x2ac0(0x40)](_0x35bdb9,_0x1fb58a);},'yWCtE':function(_0xee4b67,_0x1688df){return _0x3e1395[_0x2ac0(0x41)](_0xee4b67,_0x1688df);},'efwRP':function(_0x16788d,_0x564e98){return _0x3e1395['llyEo'](_0x16788d,_0x564e98);},'qnWpL':_0x2ac0(0x4),'YZnzf':'default','NTblT':function(_0x2ef1ca,_0x2e2249,_0x2569f6,_0x449049){return _0x3e1395['SMbCa'](_0x2ef1ca,_0x2e2249,_0x2569f6,_0x449049);},'udtRp':function(_0x224000,_0x474cb6){return _0x3e1395[_0x2ac0(0x42)](_0x224000,_0x474cb6);},'zleZE':function(_0x44b571,_0x173ed5){return _0x3e1395[_0x2ac0(0x43)](_0x44b571,_0x173ed5);},'rGrWf':_0x3e1395[_0x2ac0(0x44)],'hFYgN':_0x3e1395[_0x2ac0(0x45)],'iaDHO':function(_0x197223,_0x4823eb){return _0x197223(_0x4823eb);},'UIUvl':_0x3e1395[_0x2ac0(0x46)],'FWUbv':function(_0x4bddd7,_0x3eb48a){return _0x3e1395[_0x2ac0(0x47)](_0x4bddd7,_0x3eb48a);},'miERu':function(_0x15bb79,_0x457968){return _0x3e1395[_0x2ac0(0x48)](_0x15bb79,_0x457968);},'gHcqd':_0x3e1395[_0x2ac0(0x49)],'eOjLF':function(_0x89e84c,_0x5496c5){return _0x3e1395[_0x2ac0(0x4a)](_0x89e84c,_0x5496c5);},'pNvif':function(_0x41da12,_0x45d2cb,_0x1a04b2,_0x3445c1){return _0x3e1395[_0x2ac0(0x4b)](_0x41da12,_0x45d2cb,_0x1a04b2,_0x3445c1);},'CVuRj':function(_0x4ed4f6,_0x25a90f){return _0x3e1395[_0x2ac0(0x4c)](_0x4ed4f6,_0x25a90f);}};if(!_0x562df5(_0x52b3ab)){if(_0x3e1395[_0x2ac0(0x4d)]!==_0x2ac0(0x4e)){(0x0,_haptics['triggerHaptic'])(_haptics[_0x2ac0(0x4f)][_0x2ac0(0x50)]),_reactNative[_0x2ac0(0x51)][_0x2ac0(0x52)](_0x3e1395['uTNXs'],_0x2ac0(0x53));return;}else{if(!_0x566c12&&_0x581dd1&&_0x520e8f[_0x2ac0(0x1)])return _0x3fbd17;var _0x1171ae,_0x5c49db,_0x1ea418={'__proto__':null,'default':_0x36a7c8};if(_0x322f67[_0x2ac0(0x54)](null,_0x52bc01)||_0x322f67[_0x2ac0(0x55)](_0x2ac0(0x13),typeof _0x2be5e9)&&_0x322f67[_0x2ac0(0x56)](_0x322f67[_0x2ac0(0x57)],typeof _0x552690))return _0x1ea418;if(_0x1171ae=_0x5b8c91?_0x201313:_0x43c75c){if(_0x1171ae['has'](_0xfc26e1))return _0x1171ae[_0x2ac0(0xe)](_0x3b5763);_0x1171ae[_0x2ac0(0x9)](_0x4eb075,_0x1ea418);}for(const _0x3a9c7b in _0x5299c1)_0x322f67[_0x2ac0(0x58)]!==_0x3a9c7b&&{}['hasOwnProperty'][_0x2ac0(0x59)](_0x1d43cb,_0x3a9c7b)&&((_0x5c49db=(_0x1171ae=_0x116d0e['defineProperty'])&&_0xbbd022[_0x2ac0(0xd)](_0x458fdb,_0x3a9c7b))&&(_0x5c49db[_0x2ac0(0xe)]||_0x5c49db[_0x2ac0(0x9)])?_0x322f67[_0x2ac0(0x5a)](_0x1171ae,_0x1ea418,_0x3a9c7b,_0x5c49db):_0x1ea418[_0x3a9c7b]=_0x224e7a[_0x3a9c7b]);return _0x1ea418;}}(0x0,_haptics[_0x2ac0(0x5b)])(_haptics[_0x2ac0(0x4f)][_0x2ac0(0x5c)]),_0x3e1395[_0x2ac0(0x3c)](_0x226ca5,!![]);try{if(_0x3e1395['DipAH'](_0x3e1395[_0x2ac0(0x5d)],_0x3e1395[_0x2ac0(0x5d)])){console[_0x2ac0(0x5e)](_0x3e1395[_0x2ac0(0x5f)]),(0x0,_pinStorageUtils[_0x2ac0(0x60)])(_0x52b3ab),console[_0x2ac0(0x5e)](_0x3e1395[_0x2ac0(0x61)]);if(_0x36cd00){_0x4e9a14(_0x3e1395[_0x2ac0(0x62)]),console[_0x2ac0(0x5e)](_0x3e1395[_0x2ac0(0x63)]);const _0x1d6dbd=await _biometricPinService[_0x2ac0(0x64)][_0x2ac0(0x65)]();console[_0x2ac0(0x5e)](_0x2ac0(0x66),_0x1d6dbd);if(!_0x1d6dbd){console['error'](_0x3e1395['OCIxy']),_0x3e1395[_0x2ac0(0x67)](_0x4e9a14,_0x3e1395[_0x2ac0(0x68)]),_0x3e1395[_0x2ac0(0x69)](_0x226ca5,![]);return;}console[_0x2ac0(0x5e)]('🔐\x20[PIN\x20CREATION]\x20Triggering\x20biometric\x20authentication\x20for\x20PIN\x20storage...');const _0x5899cc=await _biometricPinService['biometricPinService'][_0x2ac0(0x6a)](_0x52b3ab);if(_0x5899cc){console['log'](_0x2ac0(0x6b));const _0x4fe85e=await _biometricPinService[_0x2ac0(0x64)][_0x2ac0(0x6c)]();if(_0x4fe85e)console[_0x2ac0(0x5e)](_0x3e1395[_0x2ac0(0x6d)]),_0x3e1395[_0x2ac0(0x3c)](_0x4e9a14,_0x3e1395[_0x2ac0(0x6e)]),(0x0,_haptics[_0x2ac0(0x5b)])(_haptics[_0x2ac0(0x4f)][_0x2ac0(0x6f)]),_0x3e1395[_0x2ac0(0x70)](setTimeout,()=>{_0x226ca5(![]),_0x322f67[_0x2ac0(0x71)](_0x3aab65,_0x52b3ab);},0x320);else{if(_0x3e1395[_0x2ac0(0x72)](_0x3e1395['nOeNI'],_0x2ac0(0x73)))_0x41a43c[_0x2ac0(0x5e)](_0x3e1395[_0x2ac0(0x74)]),_0x3e1395[_0x2ac0(0x67)](_0x24614f,_0x3e1395[_0x2ac0(0x68)]),_0x3e1395['qeHJv'](_0x5d3234,![]),_0x3e1395[_0x2ac0(0x75)](_0x43c045,_0x21b006);else{const _0x1637be=_0x3e1395[_0x2ac0(0x76)][_0x2ac0(0x77)]('|');let _0x1da9ae=0x0;while(!![]){switch(_0x1637be[_0x1da9ae++]){case'0':(0x0,_haptics['triggerHaptic'])(_haptics[_0x2ac0(0x4f)]['ERROR']);continue;case'1':_reactNative[_0x2ac0(0x51)][_0x2ac0(0x52)](_0x3e1395[_0x2ac0(0x78)],_0x3e1395['wrNQC'],[{'text':'OK'}]);continue;case'2':_0x3e1395[_0x2ac0(0x79)](_0x226ca5,![]);continue;case'3':_0x3e1395[_0x2ac0(0x75)](_0x4e9a14,_0x3e1395[_0x2ac0(0x7a)]);continue;case'4':console[_0x2ac0(0x1b)](_0x2ac0(0x7b));continue;}break;}}}}else{if(_0x3e1395[_0x2ac0(0x7c)](_0x3e1395['ZHSmU'],_0x3e1395['ADtDx'])){if(_0x5a14ab['has'](_0x4db76a))return _0x3e0551['get'](_0x316856);_0x1c38c8[_0x2ac0(0x9)](_0x4074df,_0x55729c);}else console['log'](_0x3e1395['zqApe']),_0x3e1395[_0x2ac0(0x7d)](_0x4e9a14,_0x3e1395[_0x2ac0(0x7a)]),(0x0,_haptics[_0x2ac0(0x5b)])(_haptics[_0x2ac0(0x4f)]['ERROR']),_reactNative[_0x2ac0(0x51)][_0x2ac0(0x52)](_0x3e1395[_0x2ac0(0x7e)],_0x3e1395[_0x2ac0(0x7f)],[{'text':_0x3e1395[_0x2ac0(0x80)],'onPress':()=>{_0x322f67[_0x2ac0(0x81)](_0x322f67[_0x2ac0(0x82)],_0x322f67[_0x2ac0(0x83)])?(_0x322f67[_0x2ac0(0x84)](_0x226ca5,![]),_0x322f67[_0x2ac0(0x84)](_0x4e9a14,_0x322f67['UIUvl'])):((0x0,_0x34236c['triggerHaptic'])(_0x44caf2[_0x2ac0(0x4f)][_0x2ac0(0x5c)]),_0x8a2e1());}},{'text':_0x3e1395[_0x2ac0(0x85)],'onPress':()=>{_0x322f67[_0x2ac0(0x84)](_0x226ca5,![]),_0x3aab65(_0x52b3ab);}}]);}}else console[_0x2ac0(0x5e)](_0x3e1395[_0x2ac0(0x74)]),_0x3e1395[_0x2ac0(0x75)](_0x4e9a14,'unavailable'),_0x3e1395[_0x2ac0(0x86)](_0x226ca5,![]),_0x3e1395['yeBTm'](_0x3aab65,_0x52b3ab);}else{if(_0x322f67['CVuRj'](_0x322f67[_0x2ac0(0x57)],typeof _0x33ce8a))var _0x2f972a=new _0x541e0a(),_0x26b2f3=new _0x5393c6();return(_0x1f89a6=function(_0x53986e,_0x167ced){if(_0x322f67[_0x2ac0(0x87)](!_0x167ced,_0x53986e)&&_0x53986e['__esModule'])return _0x53986e;var _0x2e6c6c,_0x55c298,_0x45d725={'__proto__':null,'default':_0x53986e};if(_0x322f67[_0x2ac0(0x54)](null,_0x53986e)||_0x322f67[_0x2ac0(0x88)](_0x322f67[_0x2ac0(0x89)],typeof _0x53986e)&&_0x322f67[_0x2ac0(0x8a)](_0x322f67['qnWpL'],typeof _0x53986e))return _0x45d725;if(_0x2e6c6c=_0x167ced?_0x26b2f3:_0x2f972a){if(_0x2e6c6c[_0x2ac0(0x8b)](_0x53986e))return _0x2e6c6c[_0x2ac0(0xe)](_0x53986e);_0x2e6c6c[_0x2ac0(0x9)](_0x53986e,_0x45d725);}for(const _0x599efa in _0x53986e)_0x322f67[_0x2ac0(0x81)](_0x322f67[_0x2ac0(0x58)],_0x599efa)&&{}[_0x2ac0(0xc)]['call'](_0x53986e,_0x599efa)&&((_0x55c298=(_0x2e6c6c=_0x110e10[_0x2ac0(0x0)])&&_0x4b94d0['getOwnPropertyDescriptor'](_0x53986e,_0x599efa))&&(_0x55c298[_0x2ac0(0xe)]||_0x55c298[_0x2ac0(0x9)])?_0x322f67[_0x2ac0(0x8c)](_0x2e6c6c,_0x45d725,_0x599efa,_0x55c298):_0x45d725[_0x599efa]=_0x53986e[_0x599efa]);return _0x45d725;})(_0x245a24,_0x326c6c);}}catch(_0x2ef750){const _0x3fcbad='3|0|4|2|1'[_0x2ac0(0x77)]('|');let _0x100129=0x0;while(!![]){switch(_0x3fcbad[_0x100129++]){case'0':_0x4e9a14(_0x2ac0(0x1b));continue;case'1':_reactNative['Alert'][_0x2ac0(0x52)](_0x3e1395[_0x2ac0(0x8d)],_0x2ac0(0x8e),[{'text':'OK'}]);continue;case'2':(0x0,_haptics[_0x2ac0(0x5b)])(_haptics['HapticType'][_0x2ac0(0x50)]);continue;case'3':console[_0x2ac0(0x1b)](_0x3e1395['ZgipB'],_0x2ef750);continue;case'4':_0x3e1395[_0x2ac0(0x69)](_0x226ca5,![]);continue;}break;}}},_0xe964de=()=>{(0x0,_haptics[_0x2ac0(0x5b)])(_haptics[_0x2ac0(0x4f)]['BUTTON_PRESS']),_0x3e1395['GsLWJ'](_0x467814);};(0x0,_react[_0x2ac0(0x8f)])(()=>{const _0x12213d={'IcjNw':_0x3e1395[_0x2ac0(0x90)],'hcUth':function(_0x58f064,_0x383ab6){return _0x58f064(_0x383ab6);},'DVCmH':_0x2ac0(0x91),'FxjGm':function(_0x17683a,_0x5d1ceb){return _0x17683a(_0x5d1ceb);},'cPSMP':function(_0x2c0ba8,_0x4fa4b5){return _0x3e1395['ZnFAo'](_0x2c0ba8,_0x4fa4b5);},'gPliA':_0x3e1395['Zmbdy'],'PPYAz':function(_0x2ded82,_0x523c9b){return _0x2ded82!==_0x523c9b;},'SEwKf':_0x3e1395[_0x2ac0(0x92)],'DxOde':_0x3e1395[_0x2ac0(0x93)],'xfemp':function(_0x2efb24,_0x1a5250){return _0x3e1395[_0x2ac0(0x94)](_0x2efb24,_0x1a5250);}},_0x5a1c2a=async()=>{const _0x11b0e7={'QysLc':_0x12213d[_0x2ac0(0x95)],'edTtl':function(_0x4c3aa9,_0x36221c){return _0x12213d[_0x2ac0(0x96)](_0x4c3aa9,_0x36221c);},'ocOej':_0x12213d[_0x2ac0(0x97)],'hRYPR':function(_0x5d17c4,_0x317d6f){return _0x12213d[_0x2ac0(0x98)](_0x5d17c4,_0x317d6f);}};try{_0x12213d[_0x2ac0(0x98)](_0x4e9a14,_0x2ac0(0x26));const _0x444f34=await _biometricPinService[_0x2ac0(0x64)]['isBiometricAvailable']();_0x12213d[_0x2ac0(0x98)](_0x317284,_0x444f34),_0x12213d[_0x2ac0(0x99)](_0x4e9a14,_0x444f34?_0x12213d[_0x2ac0(0x9a)]:_0x12213d[_0x2ac0(0x97)]),console['log']('📱\x20Biometric\x20availability\x20check:',_0x444f34);}catch(_0x4a09f6){if(_0x12213d[_0x2ac0(0x9b)](_0x12213d['SEwKf'],_0x2ac0(0x9c)))console[_0x2ac0(0x1b)](_0x12213d[_0x2ac0(0x9d)],_0x4a09f6),_0x12213d[_0x2ac0(0x96)](_0x317284,![]),_0x12213d[_0x2ac0(0x9e)](_0x4e9a14,_0x12213d['DVCmH']);else{_0x2c7519['error'](_0x11b0e7[_0x2ac0(0x9f)]),_0x11b0e7[_0x2ac0(0xa0)](_0x304bbd,_0x11b0e7[_0x2ac0(0xa1)]),_0x11b0e7[_0x2ac0(0xa2)](_0x332b45,![]);return;}}};_0xd01a44&&(_0x3e1395['szCfB'](_0x3e1395[_0x2ac0(0xa3)],_0x3e1395['Qybch'])?_0x3e1395['suueM'](_0x5a1c2a):_0x3e1395[_0x2ac0(0xa4)](_0x3ebd01));},[_0xd01a44]);const _0x5c9089=Object[_0x2ac0(0xa5)](_0x4c86bf)[_0x2ac0(0x3b)](_0x1f356f=>_0x1f356f);if(!_0xd01a44)return null;return _react[_0x2ac0(0x2)][_0x2ac0(0xa6)](_reactNative['View'],{'style':styles['container']},_react[_0x2ac0(0x2)][_0x2ac0(0xa6)](_reactNative['View'],{'style':styles[_0x2ac0(0xa7)]},_react[_0x2ac0(0x2)][_0x2ac0(0xa6)](_reactNative[_0x2ac0(0xa8)],{'style':styles[_0x2ac0(0xa9)]},_0x3e1395[_0x2ac0(0xaa)]),_react['default'][_0x2ac0(0xa6)](_reactNative[_0x2ac0(0xa8)],{'style':styles[_0x2ac0(0xab)]},_0x3e1395[_0x2ac0(0xac)])),_react[_0x2ac0(0x2)][_0x2ac0(0xa6)](_reactNative[_0x2ac0(0xad)],{'style':styles[_0x2ac0(0xae)]},_react[_0x2ac0(0x2)][_0x2ac0(0xa6)](_reactNative[_0x2ac0(0xaf)],{'style':styles['pinInput'],'value':_0x52b3ab,'onChangeText':_0x4759fa,'placeholder':_0x3e1395[_0x2ac0(0xb0)],'secureTextEntry':!![],'autoFocus':!![],'maxLength':0x14})),_react[_0x2ac0(0x2)][_0x2ac0(0xa6)](_reactNative[_0x2ac0(0xad)],{'style':styles[_0x2ac0(0xb1)]},_react['default'][_0x2ac0(0xa6)](_reactNative['Text'],{'style':styles[_0x2ac0(0xb2)]},_0x3e1395['WyrIT']),_react[_0x2ac0(0x2)]['createElement'](_reactNative[_0x2ac0(0xad)],{'style':styles[_0x2ac0(0xb3)]},_react['default'][_0x2ac0(0xa6)](_reactNative['View'],{'style':[styles[_0x2ac0(0xb4)],_0x4c86bf[_0x2ac0(0x3a)]&&styles[_0x2ac0(0xb5)]]},_0x4c86bf[_0x2ac0(0x3a)]&&_react[_0x2ac0(0x2)][_0x2ac0(0xa6)](_reactNative[_0x2ac0(0xa8)],{'style':styles[_0x2ac0(0xb6)]},'✓')),_react['default'][_0x2ac0(0xa6)](_reactNative['Text'],{'style':[styles[_0x2ac0(0xb7)],_0x4c86bf[_0x2ac0(0x3a)]&&styles[_0x2ac0(0xb8)]]},_0x3e1395['bHeFN'])),_react[_0x2ac0(0x2)]['createElement'](_reactNative[_0x2ac0(0xad)],{'style':styles[_0x2ac0(0xb3)]},_react[_0x2ac0(0x2)][_0x2ac0(0xa6)](_reactNative[_0x2ac0(0xad)],{'style':[styles[_0x2ac0(0xb4)],_0x4c86bf[_0x2ac0(0xb9)]&&styles[_0x2ac0(0xb5)]]},_0x4c86bf[_0x2ac0(0xb9)]&&_react[_0x2ac0(0x2)][_0x2ac0(0xa6)](_reactNative[_0x2ac0(0xa8)],{'style':styles[_0x2ac0(0xb6)]},'✓')),_react['default'][_0x2ac0(0xa6)](_reactNative[_0x2ac0(0xa8)],{'style':[styles[_0x2ac0(0xb7)],_0x4c86bf[_0x2ac0(0xb9)]&&styles['requirementTextMet']]},_0x3e1395[_0x2ac0(0xba)])),_react['default'][_0x2ac0(0xa6)](_reactNative[_0x2ac0(0xad)],{'style':styles[_0x2ac0(0xb3)]},_react[_0x2ac0(0x2)][_0x2ac0(0xa6)](_reactNative['View'],{'style':[styles[_0x2ac0(0xb4)],_0x4c86bf[_0x2ac0(0xbb)]&&styles[_0x2ac0(0xb5)]]},_0x4c86bf['number']&&_react[_0x2ac0(0x2)][_0x2ac0(0xa6)](_reactNative[_0x2ac0(0xa8)],{'style':styles[_0x2ac0(0xb6)]},'✓')),_react[_0x2ac0(0x2)][_0x2ac0(0xa6)](_reactNative[_0x2ac0(0xa8)],{'style':[styles[_0x2ac0(0xb7)],_0x4c86bf['number']&&styles[_0x2ac0(0xb8)]]},_0x3e1395[_0x2ac0(0xbc)])),_react[_0x2ac0(0x2)][_0x2ac0(0xa6)](_reactNative['View'],{'style':styles[_0x2ac0(0xb3)]},_react[_0x2ac0(0x2)]['createElement'](_reactNative[_0x2ac0(0xad)],{'style':[styles[_0x2ac0(0xb4)],_0x4c86bf['symbol']&&styles[_0x2ac0(0xb5)]]},_0x4c86bf[_0x2ac0(0xbd)]&&_react[_0x2ac0(0x2)][_0x2ac0(0xa6)](_reactNative['Text'],{'style':styles[_0x2ac0(0xb6)]},'✓')),_react[_0x2ac0(0x2)][_0x2ac0(0xa6)](_reactNative[_0x2ac0(0xa8)],{'style':[styles[_0x2ac0(0xb7)],_0x4c86bf[_0x2ac0(0xbd)]&&styles[_0x2ac0(0xb8)]]},_0x3e1395[_0x2ac0(0xbe)]))),_react[_0x2ac0(0x2)][_0x2ac0(0xa6)](_reactNative[_0x2ac0(0xad)],{'style':[styles['securityCard'],_0x406c84===_0x3e1395['eFeQg']&&styles[_0x2ac0(0xbf)],_0x3e1395[_0x2ac0(0xc0)](_0x406c84,_0x3e1395[_0x2ac0(0x7a)])&&styles[_0x2ac0(0xc1)]]},_react['default']['createElement'](_reactNative['View'],{'style':styles[_0x2ac0(0xc2)]},_0x406c84===_0x3e1395[_0x2ac0(0x38)]&&_react[_0x2ac0(0x2)][_0x2ac0(0xa6)](_reactNative[_0x2ac0(0xc3)],{'size':_0x3e1395[_0x2ac0(0xc4)],'color':_theme['COLORS'][_0x2ac0(0xc5)]}),_0x3e1395[_0x2ac0(0xc6)](_0x406c84,_0x3e1395[_0x2ac0(0x62)])&&_react[_0x2ac0(0x2)][_0x2ac0(0xa6)](_reactNative[_0x2ac0(0xc3)],{'size':_0x2ac0(0x2e),'color':_0x3e1395['Ygvwg']}),_0x3e1395[_0x2ac0(0xc7)](_0x406c84,_0x3e1395[_0x2ac0(0x46)])&&_react[_0x2ac0(0x2)][_0x2ac0(0xa6)](_reactNative[_0x2ac0(0xa8)],{'style':styles[_0x2ac0(0xc8)]},'🔐'),_0x3e1395['TKrvO'](_0x406c84,_0x3e1395[_0x2ac0(0x68)])&&_react['default'][_0x2ac0(0xa6)](_reactNative['Text'],{'style':styles[_0x2ac0(0xc8)]},'⚠️'),_0x406c84===_0x3e1395[_0x2ac0(0x6e)]&&_react[_0x2ac0(0x2)][_0x2ac0(0xa6)](_reactNative[_0x2ac0(0xa8)],{'style':styles[_0x2ac0(0xc8)]},'✅'),_0x406c84===_0x2ac0(0x1b)&&_react[_0x2ac0(0x2)][_0x2ac0(0xa6)](_reactNative[_0x2ac0(0xa8)],{'style':styles[_0x2ac0(0xc8)]},'❌')),_react[_0x2ac0(0x2)][_0x2ac0(0xa6)](_reactNative[_0x2ac0(0xad)],{'style':styles['securityTextContainer']},_react['default']['createElement'](_reactNative[_0x2ac0(0xa8)],{'style':styles['securityTitle']},_0x3e1395[_0x2ac0(0xc9)](_0x406c84,'checking')&&_0x2ac0(0xca),_0x406c84===_0x3e1395['Zmbdy']&&_0x3e1395[_0x2ac0(0xcb)],_0x3e1395[_0x2ac0(0xc6)](_0x406c84,_0x3e1395[_0x2ac0(0x68)])&&_0x3e1395['oiiCR'],_0x3e1395[_0x2ac0(0xcc)](_0x406c84,_0x2ac0(0xcd))&&_0x3e1395['rzPGD'],_0x406c84===_0x3e1395['eFeQg']&&_0x3e1395[_0x2ac0(0xce)],_0x3e1395[_0x2ac0(0x40)](_0x406c84,_0x3e1395['sNeIf'])&&_0x3e1395['VfctQ']),_react[_0x2ac0(0x2)][_0x2ac0(0xa6)](_reactNative[_0x2ac0(0xa8)],{'style':styles[_0x2ac0(0xcf)]},_0x3e1395[_0x2ac0(0xd0)](_0x406c84,'checking')&&'Verifying\x20Face\x20ID\x20availability\x20on\x20your\x20device.',_0x406c84===_0x3e1395['Zmbdy']&&_0x3e1395[_0x2ac0(0xd1)],_0x3e1395[_0x2ac0(0x40)](_0x406c84,_0x3e1395[_0x2ac0(0x68)])&&_0x3e1395['WAlTZ'],_0x406c84===_0x3e1395[_0x2ac0(0x62)]&&_0x3e1395[_0x2ac0(0xd2)],_0x406c84===_0x3e1395[_0x2ac0(0x6e)]&&_0x3e1395['wLfnV'],_0x3e1395[_0x2ac0(0xd3)](_0x406c84,_0x3e1395[_0x2ac0(0x7a)])&&_0x2ac0(0xd4)))),_react[_0x2ac0(0x2)][_0x2ac0(0xa6)](_reactNative[_0x2ac0(0xad)],{'style':styles[_0x2ac0(0xd5)]},_react[_0x2ac0(0x2)][_0x2ac0(0xa6)](_reactNative[_0x2ac0(0xd6)],{'style':[styles[_0x2ac0(0xd7)],_0x5c9089&&styles['continueButtonActive']],'onPress':_0x1f3c86,'disabled':_0x3e1395[_0x2ac0(0xd8)](!_0x5c9089,_0x218bae)},_0x218bae?_react['default'][_0x2ac0(0xa6)](_reactNative[_0x2ac0(0xc3)],{'size':_0x3e1395['dEOLQ'],'color':_0x3e1395[_0x2ac0(0xd9)]}):_react['default'][_0x2ac0(0xa6)](_reactNative[_0x2ac0(0xa8)],{'style':[styles[_0x2ac0(0xda)],_0x5c9089&&styles[_0x2ac0(0xdb)]]},_0x3e1395[_0x2ac0(0xdc)]))));};function _0x41d2(){const _0x5748f8=['defineProperty','__esModule','default','PinCreationScreen','function','piZCz','xoYGH','sklFZ','DmRLg','set','dSJhq','VCRxK','hasOwnProperty','getOwnPropertyDescriptor','get','DViYd','VZswU','Wgvoc','available','object','AvNOn','Invalid\x20PIN','NlWBf','📝\x20PIN\x20stored\x20temporarily\x20for\x20onboarding','🔐\x20[PIN\x20CREATION]\x20Biometric\x20storage\x20enabled,\x20starting\x20biometric\x20flow...','success','4|3|2|0|1','error','mZdYZ','⚠️\x20Face\x20ID\x20authentication\x20was\x20cancelled\x20or\x20failed','Face\x20ID\x20Setup','Face\x20ID\x20authentication\x20was\x20cancelled\x20or\x20failed.\x20Your\x20PIN\x20is\x20still\x20saved\x20securely.','Try\x20Again','Continue\x20Without\x20Face\x20ID','PIN\x20Creation\x20Error','❌\x20Error\x20in\x20PIN\x20creation\x20process:','MHskt','SwQWn','checking','Create\x20a\x20PIN','A\x20PIN\x20so\x20only\x20you\x20have\x20access\x20to\x20your\x20data.','Enter\x20your\x20PIN','Your\x20PIN\x20must:','Be\x20at\x20least\x208\x20characters\x20in\x20length.','Contain\x20a\x20number.','Contain\x20a\x20symbol\x20(e.g.\x20!@#$%^&*).','small','Enhanced\x20Security','Face\x20ID\x20Unavailable','PIN\x20Secured\x20with\x20Face\x20ID','Face\x20ID\x20Setup\x20Failed','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.','Continue','useState','mMSqX','xEyuU','length','every','vIISY','PQFvn','INQnM','zquRx','cvKqK','ITJCT','qeHJv','EsdDK','bHsLQ','HVBBa','Zmbdy','CbHzH','fydmG','qSNBP','YLPeo','TkTWA','yzkAY','iXDXZ','ZCpbf','HapticType','ERROR','Alert','alert','Please\x20ensure\x20your\x20PIN\x20meets\x20all\x20requirements.','QdEOS','yWCtE','efwRP','qnWpL','YZnzf','call','NTblT','triggerHaptic','BUTTON_PRESS','NYruh','log','xXzFC','setTemporaryPin','rOReL','PMfYb','NZrms','biometricPinService','isBiometricAvailable','📱\x20[PIN\x20CREATION]\x20Biometric\x20available\x20before\x20storage:','EtLQo','cCBrD','lLPrl','storePinWithBiometric','✅\x20PIN\x20stored\x20successfully\x20with\x20Face\x20ID','isPinStored','XrWZL','eFeQg','SUCCESS','QvNAK','udtRp','tmWoh','KFccY','taRPi','eyrAv','loOGn','split','wmlFD','qpBGt','sNeIf','❌\x20PIN\x20storage\x20verification\x20failed','yoSHq','yeBTm','QlTfZ','dNAlp','ReMPY','zleZE','rGrWf','hFYgN','iaDHO','haRwM','ZnFAo','FWUbv','miERu','gHcqd','eOjLF','has','pNvif','xJTDj','There\x20was\x20an\x20issue\x20creating\x20your\x20PIN.\x20Please\x20try\x20again.','useEffect','OCIxy','unavailable','oUkKu','DgKEc','prCgb','IcjNw','hcUth','DVCmH','FxjGm','cPSMP','gPliA','PPYAz','CSNzb','DxOde','xfemp','QysLc','edTtl','ocOej','hRYPR','UCKaJ','suueM','values','createElement','titleContainer','Text','title','sRuai','subtitle','vsAFL','View','pinContainer','TextInput','LsHRY','requirementsContainer','requirementsTitle','requirementItem','checkbox','checkboxChecked','checkmark','requirementText','requirementTextMet','uppercase','BvPmK','number','wSZan','symbol','XsnyO','securityCardSuccess','LcAhf','securityCardError','securityIconContainer','ActivityIndicator','dEOLQ','grey600','yxmuK','MsMoF','securityIcon','TKrvO','Checking\x20Face\x20ID...','uyrSO','byAxz','storing','urIeX','securityDescription','wOcFY','fnBqv','PUFag','HQlPq','Face\x20ID\x20setup\x20failed,\x20but\x20your\x20PIN\x20is\x20stored\x20securely.','buttonContainer','TouchableOpacity','continueButton','uxuuj','LqUsQ','continueButtonText','continueButtonTextActive','UFXck','StyleSheet','create','COLORS','700','grey800','IBM\x20Plex\x20Sans','Inter','#F8F9FA','#E5E5E5','600','row','center','#4CD964','#FFFFFF','bold','#F0FDF4','#22C55E','#EF4444','auto','#2D3436','#999999'];_0x41d2=function(){return _0x5748f8;};return _0x41d2();}exports['PinCreationScreen']=PinCreationScreen;const styles=_reactNative[_0x2ac0(0xdd)][_0x2ac0(0xde)]({'container':{'flex':0x1,'backgroundColor':_theme[_0x2ac0(0xdf)]['surface'],'paddingHorizontal':0x18,'paddingTop':0x28},'titleContainer':{'alignItems':'center','marginBottom':0x18,'paddingTop':0x0,'marginTop':0x0},'title':{'fontSize':0x18,'fontWeight':_0x2ac0(0xe0),'color':_theme['COLORS'][_0x2ac0(0xe1)],'marginBottom':0x8,'fontFamily':_0x2ac0(0xe2)},'subtitle':{'fontSize':0x10,'color':_theme[_0x2ac0(0xdf)][_0x2ac0(0xc5)],'lineHeight':0x18,'fontFamily':_0x2ac0(0xe3)},'pinContainer':{'marginBottom':0x20},'pinInput':{'backgroundColor':_0x2ac0(0xe4),'borderRadius':0xc,'paddingVertical':0x10,'paddingHorizontal':0x10,'fontSize':0x10,'fontFamily':_0x2ac0(0xe3),'borderWidth':0x1,'borderColor':_0x2ac0(0xe5)},'requirementsContainer':{'marginBottom':0x20},'requirementsTitle':{'fontSize':0x10,'fontWeight':_0x2ac0(0xe6),'color':_theme['COLORS'][_0x2ac0(0xe1)],'marginBottom':0x10,'fontFamily':_0x2ac0(0xe3)},'requirementItem':{'flexDirection':_0x2ac0(0xe7),'alignItems':_0x2ac0(0xe8),'marginBottom':0xc},'checkbox':{'width':0x14,'height':0x14,'borderRadius':0xa,'borderWidth':0x2,'borderColor':_0x2ac0(0xe5),'marginRight':0xc,'alignItems':_0x2ac0(0xe8),'justifyContent':'center'},'checkboxChecked':{'borderColor':'#4CD964','backgroundColor':_0x2ac0(0xe9)},'checkmark':{'color':_0x2ac0(0xea),'fontSize':0xc,'fontWeight':_0x2ac0(0xeb)},'requirementText':{'fontSize':0xe,'color':_theme[_0x2ac0(0xdf)]['grey600'],'fontFamily':'Inter','flex':0x1},'requirementTextMet':{'color':_theme[_0x2ac0(0xdf)][_0x2ac0(0xe1)]},'securityCard':{'backgroundColor':_0x2ac0(0xe4),'borderRadius':0xc,'padding':0x10,'flexDirection':_0x2ac0(0xe7),'alignItems':_0x2ac0(0xe8),'marginBottom':0x18,'borderWidth':0x1,'borderColor':_0x2ac0(0xe5)},'securityCardSuccess':{'backgroundColor':_0x2ac0(0xec),'borderColor':_0x2ac0(0xed)},'securityCardError':{'backgroundColor':'#FEF2F2','borderColor':_0x2ac0(0xee)},'securityIconContainer':{'marginRight':0xc},'securityIcon':{'fontSize':0x18},'securityTextContainer':{'flex':0x1},'securityTitle':{'fontSize':0xe,'fontWeight':_0x2ac0(0xe6),'color':_theme[_0x2ac0(0xdf)][_0x2ac0(0xe1)],'marginBottom':0x4,'fontFamily':_0x2ac0(0xe3)},'securityDescription':{'fontSize':0xd,'color':_theme[_0x2ac0(0xdf)][_0x2ac0(0xc5)],'lineHeight':0x12,'fontFamily':_0x2ac0(0xe3)},'buttonContainer':{'marginTop':_0x2ac0(0xef),'paddingBottom':0x22},'continueButton':{'backgroundColor':_0x2ac0(0xe5),'borderRadius':0x19,'paddingVertical':0x10,'alignItems':_0x2ac0(0xe8),'justifyContent':_0x2ac0(0xe8)},'continueButtonActive':{'backgroundColor':_0x2ac0(0xf0)},'continueButtonText':{'fontSize':0x10,'fontWeight':_0x2ac0(0xe6),'color':_0x2ac0(0xf1),'fontFamily':_0x2ac0(0xe3)},'continueButtonTextActive':{'color':_0x2ac0(0xea)}});var _default=exports[_0x2ac0(0x2)]=PinCreationScreen;
12
+ Object[_0x50d2(0x0)](exports,'__esModule',{'value':!![]}),exports['default']=exports[_0x50d2(0x1)]=void 0x0;var _react=_interopRequireWildcard(__ONAIROS_REQ_FUNC__(0x0)),_reactNative=__ONAIROS_REQ_FUNC__(0x1),_theme=__ONAIROS_REQ_FUNC__(0x2),_haptics=__ONAIROS_REQ_FUNC__(0x3),_biometricPinService=__ONAIROS_REQ_FUNC__(0x4),_pinStorageUtils=__ONAIROS_REQ_FUNC__(0x5);function _0x55b9(){const _0x5cbe02=['defineProperty','PinCreationScreen','object','RWrZh','__esModule','SaLGP','LGMET','function','has','get','xwzET','getOwnPropertyDescriptor','set','Zgiev','nmyfu','DjKqT','success','unavailable','eOHIL','fSkJp','❌\x20Error\x20checking\x20biometric\x20availability:','dnisp','Try\x20Again','Continue\x20Without\x20Face\x20ID','xBtkT','Please\x20ensure\x20your\x20PIN\x20meets\x20all\x20requirements.','zkNjr','🔐\x20Starting\x20PIN\x20creation\x20process...','📝\x20PIN\x20stored\x20temporarily\x20for\x20onboarding','🔐\x20[PIN\x20CREATION]\x20Biometric\x20storage\x20enabled,\x20starting\x20biometric\x20flow...','NIjFr','eubWZ','✅\x20PIN\x20storage\x20verified\x20-\x20proceeding\x20with\x20onboarding','kMLHn','⚠️\x20Face\x20ID\x20authentication\x20was\x20cancelled\x20or\x20failed','zQPsj','📱\x20Biometric\x20not\x20available,\x20continuing\x20without\x20Face\x20ID','3|2|4|0|1','PIN\x20Creation\x20Error','There\x20was\x20an\x20issue\x20creating\x20your\x20PIN.\x20Please\x20try\x20again.','❌\x20Error\x20in\x20PIN\x20creation\x20process:','📱\x20Biometric\x20availability\x20check:','iRvcK','YuQVe','Contain\x20an\x20uppercase\x20letter.','Contain\x20a\x20symbol\x20(e.g.\x20!@#$%^&*).','storing','Checking\x20Face\x20ID...','Securing\x20with\x20Face\x20ID...','PIN\x20Secured\x20with\x20Face\x20ID','Your\x20PIN\x20is\x20now\x20protected\x20with\x20Face\x20ID\x20authentication.','Face\x20ID\x20setup\x20failed,\x20but\x20your\x20PIN\x20is\x20stored\x20securely.','#FFFFFF','useState','aRiTy','cABAA','BgFOB','eJIIm','length','test','LytBb','every','xppXx','QLxQQ','YYpLH','pLBNg','fvpsd','HJEMq','fyoVx','error','aIXJu','Face\x20ID\x20authentication\x20was\x20cancelled\x20or\x20failed.\x20Your\x20PIN\x20is\x20still\x20saved\x20securely.','VFzMO','xJjec','XKgUi','triggerHaptic','HapticType','ERROR','Alert','alert','LQizS','CYFCH','BUTTON_PRESS','Tlxbi','UMBsv','eMnRJ','log','CfZxq','SUCCESS','kiDla','GyEnL','iKNld','LhVvr','biometricPinService','isBiometricAvailable','📱\x20[PIN\x20CREATION]\x20Biometric\x20available\x20before\x20storage:','CsMdY','dMxfw','storePinWithBiometric','oAwyF','XVSmL','uymrj','isPinStored','LKBEL','hFRZR','SuEUY','XOjus','uMGGk','1|4|3|2|0','split','PIN\x20Storage\x20Error','❌\x20PIN\x20storage\x20verification\x20failed','INzWY','tjUyB','YQJQr','xKWCi','FIrzI','values','BxMNh','VOViK','WqDze','CutwA','ICwwI','iHTQW','ffTtP','wNeib','LkNkU','ZOKAI','aMAfj','cEaHv','WodUY','ZQcUH','IQplj','LvvAV','jjHgP','NPEjX','vNKwh','fsYfl','LhnnN','ycPQM','AHFXy','EOjgA','aoiYq','available','LnoZN','kOxwG','useEffect','ezlRw','coHXU','default','aCAwJ','mQDUr','WrhVm','AqmUU','cQEWn','hhWQX','BCoGF','ajtNq','hasOwnProperty','wIteJ','VqhQr','zwTbI','jOEEQ','JNKCZ','lTcXB','XnwFt','createElement','titleContainer','title','TxXJJ','Text','subtitle','pJdFW','View','pinContainer','TextInput','pinInput','Enter\x20your\x20PIN','requirementsContainer','requirementsTitle','hYfah','checkbox','checkboxChecked','checkmark','requirementText','requirementTextMet','RUBEl','requirementItem','uppercase','QoAxs','number','symbol','bGPZK','securityCardError','ActivityIndicator','VNOJw','grey600','BnJBm','NtFVp','dYWRK','MsYXi','securityIcon','mNxPl','fojcn','securityTextContainer','securityTitle','SbHwW','checking','Enhanced\x20Security','ucHYF','GsZJW','panOQ','jjoBN','nrHTS','DkxaG','Face\x20ID\x20is\x20not\x20available\x20on\x20this\x20device.\x20Your\x20PIN\x20will\x20be\x20stored\x20securely.','Please\x20authenticate\x20with\x20Face\x20ID\x20to\x20secure\x20your\x20PIN.','BTmdL','pTEdR','buttonContainer','continueButton','continueButtonActive','okWaI','continueButtonText','continueButtonTextActive','pkelX','create','center','700','grey800','COLORS','Inter','#F8F9FA','#E5E5E5','600','row','#4CD964','bold','#F0FDF4','#22C55E','auto','#2D3436','#999999'];_0x55b9=function(){return _0x5cbe02;};return _0x55b9();}function _interopRequireWildcard(_0x3cb185,_0x36eeea){const _0x5054e5={'RWrZh':function(_0x22296e,_0x2e5b19){return _0x22296e&&_0x2e5b19;},'SaLGP':function(_0x3dfce1,_0x512f4){return _0x3dfce1===_0x512f4;},'HPkGf':_0x50d2(0x2),'LGMET':function(_0x24deae,_0x1b1157){return _0x24deae!=_0x1b1157;},'xwzET':function(_0x10ee4a,_0x3bb0a2){return _0x10ee4a!==_0x3bb0a2;},'Zgiev':function(_0x3a7762,_0x589f6b,_0x1f98a6,_0x3c0103){return _0x3a7762(_0x589f6b,_0x1f98a6,_0x3c0103);}};if('function'==typeof WeakMap)var _0x370e49=new WeakMap(),_0x5c80f6=new WeakMap();return(_interopRequireWildcard=function(_0x48ee09,_0x4a2391){if(_0x5054e5[_0x50d2(0x3)](!_0x4a2391,_0x48ee09)&&_0x48ee09[_0x50d2(0x4)])return _0x48ee09;var _0x1fa55d,_0x866d3e,_0x22fc48={'__proto__':null,'default':_0x48ee09};if(_0x5054e5[_0x50d2(0x5)](null,_0x48ee09)||_0x5054e5['HPkGf']!=typeof _0x48ee09&&_0x5054e5[_0x50d2(0x6)](_0x50d2(0x7),typeof _0x48ee09))return _0x22fc48;if(_0x1fa55d=_0x4a2391?_0x5c80f6:_0x370e49){if(_0x1fa55d[_0x50d2(0x8)](_0x48ee09))return _0x1fa55d[_0x50d2(0x9)](_0x48ee09);_0x1fa55d['set'](_0x48ee09,_0x22fc48);}for(const _0x2743a1 in _0x48ee09)_0x5054e5[_0x50d2(0xa)]('default',_0x2743a1)&&{}['hasOwnProperty']['call'](_0x48ee09,_0x2743a1)&&((_0x866d3e=(_0x1fa55d=Object['defineProperty'])&&Object[_0x50d2(0xb)](_0x48ee09,_0x2743a1))&&(_0x866d3e[_0x50d2(0x9)]||_0x866d3e[_0x50d2(0xc)])?_0x5054e5[_0x50d2(0xd)](_0x1fa55d,_0x22fc48,_0x2743a1,_0x866d3e):_0x22fc48[_0x2743a1]=_0x48ee09[_0x2743a1]);return _0x22fc48;})(_0x3cb185,_0x36eeea);}const PinCreationScreen=({visible:_0x2307f9,onComplete:_0x2cbc5c,onBack:_0x51d9a6})=>{const _0x4492e8={'UDvgM':function(_0x5bf3e2,_0x1ca499){return _0x5bf3e2!==_0x1ca499;},'cABAA':_0x50d2(0xe),'BgFOB':_0x50d2(0xf),'eJIIm':function(_0x53b587,_0x1e34ac){return _0x53b587>=_0x1e34ac;},'LytBb':function(_0x47b4ac,_0x419870){return _0x47b4ac(_0x419870);},'xppXx':function(_0x3c6a3f,_0x2794fa){return _0x3c6a3f(_0x2794fa);},'YYpLH':function(_0x25d73a,_0x2db4a1){return _0x25d73a(_0x2db4a1);},'CfZxq':_0x50d2(0x10),'lQzDp':function(_0x260c2e,_0x10e182,_0x259ccf){return _0x260c2e(_0x10e182,_0x259ccf);},'dMxfw':'❌\x20[PIN\x20CREATION]\x20Face\x20ID\x20not\x20available\x20on\x20this\x20device','HJEMq':_0x50d2(0x11),'QLxQQ':function(_0x492aa6,_0x2248d6){return _0x492aa6(_0x2248d6);},'BxMNh':function(_0x91747c,_0x3d59cd){return _0x91747c===_0x3d59cd;},'VOViK':_0x50d2(0x12),'WqDze':_0x50d2(0x13),'ICwwI':function(_0x57841b,_0x5a15a2){return _0x57841b(_0x5a15a2);},'MsYXi':'available','ZQcUH':function(_0x5a13c4){return _0x5a13c4();},'qpGHK':function(_0x5ae2ff,_0x470d8b){return _0x5ae2ff>=_0x470d8b;},'pLBNg':function(_0x501a55,_0x528ffe){return _0x501a55(_0x528ffe);},'fvpsd':_0x50d2(0x14),'fyoVx':_0x50d2(0x15),'aIXJu':'Face\x20ID\x20Setup','VFzMO':_0x50d2(0x16),'xJjec':_0x50d2(0x17),'XKgUi':_0x50d2(0x18),'LQizS':'Invalid\x20PIN','CYFCH':_0x50d2(0x19),'Tlxbi':function(_0x4eef3c,_0xac45fe){return _0x4eef3c(_0xac45fe);},'UMBsv':'NMdez','eMnRJ':_0x50d2(0x1a),'GyEnL':_0x50d2(0x1b),'iKNld':_0x50d2(0x1c),'LhVvr':_0x50d2(0x1d),'iKwGo':_0x50d2(0x1e),'kQApU':'🔐\x20[PIN\x20CREATION]\x20Triggering\x20biometric\x20authentication\x20for\x20PIN\x20storage...','oAwyF':function(_0x29f94c,_0x5ad6da){return _0x29f94c===_0x5ad6da;},'XVSmL':_0x50d2(0x1f),'uymrj':'✅\x20PIN\x20stored\x20successfully\x20with\x20Face\x20ID','LKhIV':_0x50d2(0x20),'LKBEL':function(_0x19d59c,_0x2cf251,_0x385e2c){return _0x19d59c(_0x2cf251,_0x385e2c);},'SuEUY':function(_0x1b713c,_0x12d699){return _0x1b713c!==_0x12d699;},'XOjus':_0x50d2(0x21),'uMGGk':'YezYl','LyQvX':'PIN\x20storage\x20verification\x20failed.\x20Please\x20try\x20again.','INzWY':function(_0x2ce58a,_0x2df2d7){return _0x2ce58a(_0x2df2d7);},'tjUyB':function(_0x42f428,_0x268990){return _0x42f428(_0x268990);},'YQJQr':'error','STlii':_0x50d2(0x22),'qsSvj':function(_0x571215,_0x287af6){return _0x571215(_0x287af6);},'aMAfj':function(_0x5680be,_0x267f9c){return _0x5680be===_0x267f9c;},'cEaHv':'dkCXQ','WodUY':_0x50d2(0x23),'IQplj':_0x50d2(0x24),'LvvAV':function(_0x5deb12,_0x14691c){return _0x5deb12(_0x14691c);},'jjHgP':_0x50d2(0x25),'NPEjX':_0x50d2(0x26),'vNKwh':_0x50d2(0x27),'fsYfl':function(_0x4c9d87,_0x115c74){return _0x4c9d87(_0x115c74);},'LhnnN':_0x50d2(0x28),'cOAcO':function(_0x552d5c,_0x4f4d0e){return _0x552d5c(_0x4f4d0e);},'aRiTy':'checking','VqhQr':function(_0x144700,_0x151261){return _0x144700(_0x151261);},'xlMRF':_0x50d2(0x29),'RTMhB':_0x50d2(0x2a),'zwTbI':function(_0x4b9466,_0x47caa0){return _0x4b9466(_0x47caa0);},'ezlRw':function(_0x38cd16,_0x56386b){return _0x38cd16!=_0x56386b;},'coHXU':_0x50d2(0x7),'aCAwJ':function(_0x2ae534,_0x271729,_0x1a2c4d,_0x2b8d0b){return _0x2ae534(_0x271729,_0x1a2c4d,_0x2b8d0b);},'mQDUr':function(_0x55cd84,_0x3d0dda){return _0x55cd84(_0x3d0dda);},'WrhVm':_0x50d2(0x2b),'XnwFt':function(_0xdaadc4){return _0xdaadc4();},'TxXJJ':'Create\x20a\x20PIN','pJdFW':'A\x20PIN\x20so\x20only\x20you\x20have\x20access\x20to\x20your\x20data.','hYfah':'Your\x20PIN\x20must:','RUBEl':'Be\x20at\x20least\x208\x20characters\x20in\x20length.','QoAxs':_0x50d2(0x2c),'XZYMw':'Contain\x20a\x20number.','bGPZK':_0x50d2(0x2d),'VNOJw':'small','BnJBm':function(_0x168522,_0x58c756){return _0x168522===_0x58c756;},'NtFVp':_0x50d2(0x2e),'dYWRK':function(_0x4ed021,_0x16ae0d){return _0x4ed021===_0x16ae0d;},'aDVhj':function(_0x35b039,_0x44f0ec){return _0x35b039===_0x44f0ec;},'mNxPl':function(_0x3f857e,_0x3f3a4a){return _0x3f857e===_0x3f3a4a;},'fojcn':function(_0x501825,_0x522f14){return _0x501825===_0x522f14;},'SbHwW':function(_0x9728ba,_0x5d27f8){return _0x9728ba===_0x5d27f8;},'cIeMk':_0x50d2(0x2f),'ucHYF':function(_0x306544,_0x3496f2){return _0x306544===_0x3496f2;},'GsZJW':'Face\x20ID\x20Unavailable','panOQ':_0x50d2(0x30),'jjoBN':_0x50d2(0x31),'nrHTS':function(_0x302dfc,_0x489523){return _0x302dfc===_0x489523;},'DkxaG':'Verifying\x20Face\x20ID\x20availability\x20on\x20your\x20device.','BTmdL':_0x50d2(0x32),'pTEdR':_0x50d2(0x33),'okWaI':function(_0x2bf016,_0x3a8567){return _0x2bf016||_0x3a8567;},'kMLQP':_0x50d2(0x34),'pkelX':'Continue'},[_0x371763,_0x1995b2]=(0x0,_react['useState'])(''),[_0x54fbac,_0x335f2a]=(0x0,_react[_0x50d2(0x35)])({'length':![],'uppercase':![],'number':![],'symbol':![]}),[_0x258df6,_0x4ba812]=(0x0,_react[_0x50d2(0x35)])(![]),[_0x554f79,_0x3a384f]=(0x0,_react[_0x50d2(0x35)])(![]),[_0x1bf1ad,_0x266015]=(0x0,_react['useState'])(_0x4492e8[_0x50d2(0x36)]),_0x570b2a=_0x2db75f=>{if(_0x4492e8['UDvgM'](_0x4492e8[_0x50d2(0x37)],_0x4492e8[_0x50d2(0x38)])){const _0x6477e={'length':_0x4492e8[_0x50d2(0x39)](_0x2db75f[_0x50d2(0x3a)],0x8),'uppercase':/[A-Z]/[_0x50d2(0x3b)](_0x2db75f),'number':/[0-9]/['test'](_0x2db75f),'symbol':/[!@#$%^&*(),.?":{}|<>]/['test'](_0x2db75f)};return _0x4492e8[_0x50d2(0x3c)](_0x335f2a,_0x6477e),Object['values'](_0x6477e)[_0x50d2(0x3d)](_0x5a39a5=>_0x5a39a5);}else{if(_0x15e3a1[_0x50d2(0x8)](_0x485e99))return _0x3457a6['get'](_0x28de15);_0x579cad['set'](_0x321b14,_0x3e84e1);}},_0x61a384=_0x696829=>{_0x4492e8[_0x50d2(0x3e)](_0x1995b2,_0x696829),_0x4492e8[_0x50d2(0x3c)](_0x570b2a,_0x696829);},_0x57c13b=async()=>{const _0x16e785={'kiDla':function(_0x471c05,_0x5b18e7){return _0x4492e8[_0x50d2(0x3f)](_0x471c05,_0x5b18e7);},'CsMdY':function(_0x3a41cc){return _0x3a41cc();},'hFRZR':function(_0x492011,_0x50c1df){return _0x4492e8[_0x50d2(0x40)](_0x492011,_0x50c1df);},'xKWCi':function(_0x18939b,_0x957045){return _0x4492e8['qpGHK'](_0x18939b,_0x957045);},'FIrzI':function(_0x14d4cd,_0x2a9d6a){return _0x4492e8[_0x50d2(0x41)](_0x14d4cd,_0x2a9d6a);},'wNeib':_0x4492e8[_0x50d2(0x42)],'LkNkU':function(_0x47d915,_0xb69210){return _0x4492e8[_0x50d2(0x40)](_0x47d915,_0xb69210);},'ZOKAI':_0x4492e8[_0x50d2(0x43)],'iHTQW':function(_0x436cba,_0x4a7a27){return _0x4492e8['UDvgM'](_0x436cba,_0x4a7a27);},'ffTtP':_0x4492e8[_0x50d2(0x44)],'aoiYq':function(_0xfc34c8,_0x3b4796){return _0xfc34c8(_0x3b4796);},'ycPQM':function(_0x55341b,_0x16e2aa){return _0x55341b(_0x16e2aa);},'HPSne':_0x50d2(0x45),'AHFXy':_0x4492e8[_0x50d2(0x46)],'EOjgA':_0x50d2(0x47),'ATmAl':_0x4492e8[_0x50d2(0x48)],'LnoZN':_0x4492e8[_0x50d2(0x49)]};if(_0x4492e8[_0x50d2(0x4a)]===_0x50d2(0x18)){if(!_0x4492e8['ICwwI'](_0x570b2a,_0x371763)){(0x0,_haptics[_0x50d2(0x4b)])(_haptics[_0x50d2(0x4c)][_0x50d2(0x4d)]),_reactNative[_0x50d2(0x4e)][_0x50d2(0x4f)](_0x4492e8[_0x50d2(0x50)],_0x4492e8[_0x50d2(0x51)]);return;}(0x0,_haptics[_0x50d2(0x4b)])(_haptics[_0x50d2(0x4c)][_0x50d2(0x52)]),_0x4492e8[_0x50d2(0x53)](_0x4ba812,!![]);try{if(_0x4492e8[_0x50d2(0x54)]===_0x4492e8[_0x50d2(0x55)])_0x2d58f8[_0x50d2(0x56)](_0x50d2(0x20)),_0x4492e8[_0x50d2(0x40)](_0x3233b4,_0x4492e8[_0x50d2(0x57)]),(0x0,_0x28072d[_0x50d2(0x4b)])(_0x49e413['HapticType'][_0x50d2(0x58)]),_0x4492e8['lQzDp'](_0x26fa5b,()=>{_0x5aeb04(![]),_0x16e785[_0x50d2(0x59)](_0x1675fe,_0x90b4a8);},0x320);else{console[_0x50d2(0x56)](_0x4492e8[_0x50d2(0x5a)]),(0x0,_pinStorageUtils['setTemporaryPin'])(_0x371763),console['log'](_0x4492e8[_0x50d2(0x5b)]);if(_0x554f79){_0x4492e8[_0x50d2(0x3c)](_0x266015,_0x50d2(0x2e)),console[_0x50d2(0x56)](_0x4492e8[_0x50d2(0x5c)]);const _0x5cc9b8=await _biometricPinService[_0x50d2(0x5d)][_0x50d2(0x5e)]();console[_0x50d2(0x56)](_0x50d2(0x5f),_0x5cc9b8);if(!_0x5cc9b8){if('ONCEc'===_0x4492e8['iKwGo'])(0x0,_0x5d7495['triggerHaptic'])(_0x24ec9e['HapticType']['BUTTON_PRESS']),_0x16e785[_0x50d2(0x60)](_0x4a4138);else{console[_0x50d2(0x45)](_0x4492e8[_0x50d2(0x61)]),_0x4492e8[_0x50d2(0x53)](_0x266015,'unavailable'),_0x4492e8[_0x50d2(0x3c)](_0x4ba812,![]);return;}}console[_0x50d2(0x56)](_0x4492e8['kQApU']);const _0xafa002=await _biometricPinService[_0x50d2(0x5d)][_0x50d2(0x62)](_0x371763);if(_0xafa002){if(_0x4492e8[_0x50d2(0x63)](_0x4492e8[_0x50d2(0x64)],_0x4492e8[_0x50d2(0x64)])){console[_0x50d2(0x56)](_0x4492e8[_0x50d2(0x65)]);const _0x555972=await _biometricPinService[_0x50d2(0x5d)][_0x50d2(0x66)]();if(_0x555972)console[_0x50d2(0x56)](_0x4492e8['LKhIV']),_0x266015(_0x4492e8[_0x50d2(0x57)]),(0x0,_haptics[_0x50d2(0x4b)])(_haptics[_0x50d2(0x4c)]['SUCCESS']),_0x4492e8[_0x50d2(0x67)](setTimeout,()=>{_0x16e785[_0x50d2(0x59)](_0x4ba812,![]),_0x16e785[_0x50d2(0x68)](_0x2cbc5c,_0x371763);},0x320);else{if(_0x4492e8[_0x50d2(0x69)](_0x4492e8[_0x50d2(0x6a)],_0x4492e8[_0x50d2(0x6b)])){const _0x5c1949=_0x50d2(0x6c)[_0x50d2(0x6d)]('|');let _0xf818d4=0x0;while(!![]){switch(_0x5c1949[_0xf818d4++]){case'0':_reactNative['Alert'][_0x50d2(0x4f)](_0x50d2(0x6e),_0x4492e8['LyQvX'],[{'text':'OK'}]);continue;case'1':console[_0x50d2(0x45)](_0x50d2(0x6f));continue;case'2':(0x0,_haptics[_0x50d2(0x4b)])(_haptics[_0x50d2(0x4c)]['ERROR']);continue;case'3':_0x4492e8[_0x50d2(0x70)](_0x4ba812,![]);continue;case'4':_0x4492e8[_0x50d2(0x71)](_0x266015,_0x4492e8[_0x50d2(0x72)]);continue;}break;}}else{_0x14b537[_0x50d2(0x45)](_0x4492e8[_0x50d2(0x61)]),_0x4492e8[_0x50d2(0x3c)](_0x4f9d25,_0x4492e8[_0x50d2(0x43)]),_0x4492e8[_0x50d2(0x3f)](_0x554775,![]);return;}}}else{const _0x34d02c={'length':_0x16e785[_0x50d2(0x73)](_0x2499d4[_0x50d2(0x3a)],0x8),'uppercase':/[A-Z]/[_0x50d2(0x3b)](_0x100d95),'number':/[0-9]/[_0x50d2(0x3b)](_0x120d7d),'symbol':/[!@#$%^&*(),.?":{}|<>]/[_0x50d2(0x3b)](_0x3a05f5)};return _0x16e785[_0x50d2(0x74)](_0x272ee4,_0x34d02c),_0x11f1c6[_0x50d2(0x75)](_0x34d02c)[_0x50d2(0x3d)](_0x2dc649=>_0x2dc649);}}else console[_0x50d2(0x56)](_0x4492e8['STlii']),_0x4492e8['qsSvj'](_0x266015,_0x4492e8[_0x50d2(0x72)]),(0x0,_haptics[_0x50d2(0x4b)])(_haptics['HapticType'][_0x50d2(0x4d)]),_reactNative[_0x50d2(0x4e)]['alert'](_0x4492e8['aIXJu'],_0x50d2(0x47),[{'text':_0x4492e8['VFzMO'],'onPress':()=>{const _0x5ed5ac={'CutwA':function(_0x1a02ce,_0x23741f){return _0x4492e8['YYpLH'](_0x1a02ce,_0x23741f);}};_0x4492e8[_0x50d2(0x76)](_0x4492e8[_0x50d2(0x77)],_0x4492e8[_0x50d2(0x78)])?(_0x5ed5ac[_0x50d2(0x79)](_0x24059b,![]),_0x5ed5ac[_0x50d2(0x79)](_0x4907f2,_0x1ff5ad)):(_0x4492e8[_0x50d2(0x40)](_0x4ba812,![]),_0x4492e8[_0x50d2(0x7a)](_0x266015,_0x4492e8['MsYXi']));}},{'text':_0x4492e8[_0x50d2(0x49)],'onPress':()=>{_0x16e785[_0x50d2(0x7b)](_0x16e785[_0x50d2(0x7c)],_0x16e785[_0x50d2(0x7c)])?(_0x21b1cc[_0x50d2(0x45)](_0x16e785[_0x50d2(0x7d)],_0x29ccf7),_0x16e785[_0x50d2(0x7e)](_0x2f20b6,![]),_0x375dd5(_0x16e785[_0x50d2(0x7f)])):(_0x16e785[_0x50d2(0x59)](_0x4ba812,![]),_0x16e785['aoiYq'](_0x2cbc5c,_0x371763));}}]);}else _0x4492e8[_0x50d2(0x80)](_0x4492e8[_0x50d2(0x81)],_0x4492e8[_0x50d2(0x82)])?_0x4492e8[_0x50d2(0x83)](_0x51d37c):(console[_0x50d2(0x56)](_0x4492e8[_0x50d2(0x84)]),_0x266015(_0x50d2(0x11)),_0x4492e8[_0x50d2(0x85)](_0x4ba812,![]),_0x4492e8['LytBb'](_0x2cbc5c,_0x371763));}}catch(_0x4b2d7){const _0x3be11a=_0x4492e8[_0x50d2(0x86)]['split']('|');let _0x37cbe1=0x0;while(!![]){switch(_0x3be11a[_0x37cbe1++]){case'0':(0x0,_haptics[_0x50d2(0x4b)])(_haptics['HapticType'][_0x50d2(0x4d)]);continue;case'1':_reactNative[_0x50d2(0x4e)][_0x50d2(0x4f)](_0x4492e8[_0x50d2(0x87)],_0x4492e8[_0x50d2(0x88)],[{'text':'OK'}]);continue;case'2':_0x4492e8[_0x50d2(0x89)](_0x266015,_0x50d2(0x45));continue;case'3':console[_0x50d2(0x45)](_0x4492e8[_0x50d2(0x8a)],_0x4b2d7);continue;case'4':_0x4492e8['LytBb'](_0x4ba812,![]);continue;}break;}}}else{const _0x11e503={'kOxwG':function(_0xe299a7,_0x5f1276){return _0x16e785[_0x50d2(0x8b)](_0xe299a7,_0x5f1276);}};_0x367beb[_0x50d2(0x56)](_0x50d2(0x22)),_0x16e785[_0x50d2(0x8b)](_0x38fc9e,_0x16e785['HPSne']),(0x0,_0x132820[_0x50d2(0x4b)])(_0x1e16cb[_0x50d2(0x4c)][_0x50d2(0x4d)]),_0xef737[_0x50d2(0x4e)]['alert'](_0x16e785[_0x50d2(0x8c)],_0x16e785[_0x50d2(0x8d)],[{'text':_0x16e785['ATmAl'],'onPress':()=>{_0x16e785[_0x50d2(0x68)](_0x68c39b,![]),_0x16e785[_0x50d2(0x8e)](_0x401b2b,_0x50d2(0x8f));}},{'text':_0x16e785[_0x50d2(0x90)],'onPress':()=>{_0x11e503[_0x50d2(0x91)](_0x6cb681,![]),_0x11e503[_0x50d2(0x91)](_0x3b268e,_0x5a6f40);}}]);}},_0xd68d20=()=>{(0x0,_haptics[_0x50d2(0x4b)])(_haptics['HapticType']['BUTTON_PRESS']),_0x4492e8[_0x50d2(0x83)](_0x51d9a6);};(0x0,_react[_0x50d2(0x92)])(()=>{const _0x377b05={'AqmUU':function(_0x1417b2,_0x19d610){return _0x4492e8[_0x50d2(0x80)](_0x1417b2,_0x19d610);},'cQEWn':function(_0x1948c3,_0x414a96){return _0x4492e8[_0x50d2(0x93)](_0x1948c3,_0x414a96);},'hhWQX':_0x50d2(0x2),'crqZT':_0x4492e8[_0x50d2(0x94)],'BCoGF':function(_0x53590c,_0x406288){return _0x53590c!==_0x406288;},'ajtNq':_0x50d2(0x95),'wIteJ':function(_0x1f82d3,_0x1185b8,_0x1669a6,_0x1b1bf3){return _0x4492e8[_0x50d2(0x96)](_0x1f82d3,_0x1185b8,_0x1669a6,_0x1b1bf3);},'jOEEQ':_0x4492e8[_0x50d2(0x8a)],'elXVP':function(_0x2b7d75,_0x4ede8c){return _0x4492e8[_0x50d2(0x97)](_0x2b7d75,_0x4ede8c);},'JNKCZ':_0x4492e8['NPEjX'],'lTcXB':_0x50d2(0x27)};if(_0x4492e8[_0x50d2(0x98)]!==_0x50d2(0x2b)){if(!_0x34a5d3&&_0x1c276b&&_0x36c28a[_0x50d2(0x4)])return _0x38f91c;var _0x197c39,_0x15a37f,_0x4b127f={'__proto__':null,'default':_0x348a92};if(_0x377b05[_0x50d2(0x99)](null,_0x32c8a6)||_0x377b05[_0x50d2(0x9a)](_0x377b05[_0x50d2(0x9b)],typeof _0x4570de)&&_0x377b05[_0x50d2(0x9a)](_0x377b05['crqZT'],typeof _0x312317))return _0x4b127f;if(_0x197c39=_0xdcafd8?_0x21144d:_0x2f10f5){if(_0x197c39['has'](_0x475d6b))return _0x197c39[_0x50d2(0x9)](_0x5f4523);_0x197c39['set'](_0x2f3978,_0x4b127f);}for(const _0x571be0 in _0x461bc7)_0x377b05[_0x50d2(0x9c)](_0x377b05[_0x50d2(0x9d)],_0x571be0)&&{}[_0x50d2(0x9e)]['call'](_0x1b3349,_0x571be0)&&((_0x15a37f=(_0x197c39=_0x12222f['defineProperty'])&&_0x2a9ff2[_0x50d2(0xb)](_0x4da458,_0x571be0))&&(_0x15a37f[_0x50d2(0x9)]||_0x15a37f[_0x50d2(0xc)])?_0x377b05[_0x50d2(0x9f)](_0x197c39,_0x4b127f,_0x571be0,_0x15a37f):_0x4b127f[_0x571be0]=_0x25d6c7[_0x571be0]);return _0x4b127f;}else{const _0x52be56=async()=>{try{_0x4492e8['cOAcO'](_0x266015,_0x4492e8[_0x50d2(0x36)]);const _0x3a8c98=await _biometricPinService[_0x50d2(0x5d)][_0x50d2(0x5e)]();_0x3a384f(_0x3a8c98),_0x4492e8[_0x50d2(0xa0)](_0x266015,_0x3a8c98?_0x50d2(0x8f):_0x50d2(0x11)),console['log'](_0x4492e8['xlMRF'],_0x3a8c98);}catch(_0x7d3355){if(_0x4492e8[_0x50d2(0x76)](_0x50d2(0x2a),_0x4492e8['RTMhB']))console['error'](_0x4492e8[_0x50d2(0x42)],_0x7d3355),_0x4492e8[_0x50d2(0x41)](_0x3a384f,![]),_0x4492e8[_0x50d2(0xa1)](_0x266015,_0x4492e8[_0x50d2(0x43)]);else{const _0x5e427d='1|0|2|3|4'[_0x50d2(0x6d)]('|');let _0x5cd88a=0x0;while(!![]){switch(_0x5e427d[_0x5cd88a++]){case'0':_0x1e4bdd(_0x50d2(0x45));continue;case'1':_0x4b281f['error'](_0x377b05[_0x50d2(0xa2)],_0x36b3ad);continue;case'2':_0x377b05['elXVP'](_0x2a07d0,![]);continue;case'3':(0x0,_0x4cfc4e[_0x50d2(0x4b)])(_0x41a1f5['HapticType'][_0x50d2(0x4d)]);continue;case'4':_0x34c877[_0x50d2(0x4e)][_0x50d2(0x4f)](_0x377b05[_0x50d2(0xa3)],_0x377b05[_0x50d2(0xa4)],[{'text':'OK'}]);continue;}break;}}}};_0x2307f9&&_0x4492e8[_0x50d2(0xa5)](_0x52be56);}},[_0x2307f9]);const _0x36278c=Object['values'](_0x54fbac)['every'](_0x29862a=>_0x29862a);if(!_0x2307f9)return null;return _react[_0x50d2(0x95)][_0x50d2(0xa6)](_reactNative['View'],{'style':styles['container']},_react[_0x50d2(0x95)]['createElement'](_reactNative['View'],{'style':styles[_0x50d2(0xa7)]},_react[_0x50d2(0x95)][_0x50d2(0xa6)](_reactNative['Text'],{'style':styles[_0x50d2(0xa8)]},_0x4492e8[_0x50d2(0xa9)]),_react['default'][_0x50d2(0xa6)](_reactNative[_0x50d2(0xaa)],{'style':styles[_0x50d2(0xab)]},_0x4492e8[_0x50d2(0xac)])),_react[_0x50d2(0x95)]['createElement'](_reactNative[_0x50d2(0xad)],{'style':styles[_0x50d2(0xae)]},_react[_0x50d2(0x95)][_0x50d2(0xa6)](_reactNative[_0x50d2(0xaf)],{'style':styles[_0x50d2(0xb0)],'value':_0x371763,'onChangeText':_0x61a384,'placeholder':_0x50d2(0xb1),'secureTextEntry':!![],'autoFocus':!![],'maxLength':0x14})),_react[_0x50d2(0x95)][_0x50d2(0xa6)](_reactNative['View'],{'style':styles[_0x50d2(0xb2)]},_react[_0x50d2(0x95)][_0x50d2(0xa6)](_reactNative[_0x50d2(0xaa)],{'style':styles[_0x50d2(0xb3)]},_0x4492e8[_0x50d2(0xb4)]),_react[_0x50d2(0x95)]['createElement'](_reactNative[_0x50d2(0xad)],{'style':styles['requirementItem']},_react[_0x50d2(0x95)][_0x50d2(0xa6)](_reactNative['View'],{'style':[styles[_0x50d2(0xb5)],_0x54fbac[_0x50d2(0x3a)]&&styles[_0x50d2(0xb6)]]},_0x54fbac[_0x50d2(0x3a)]&&_react[_0x50d2(0x95)][_0x50d2(0xa6)](_reactNative[_0x50d2(0xaa)],{'style':styles[_0x50d2(0xb7)]},'✓')),_react[_0x50d2(0x95)]['createElement'](_reactNative[_0x50d2(0xaa)],{'style':[styles[_0x50d2(0xb8)],_0x54fbac['length']&&styles[_0x50d2(0xb9)]]},_0x4492e8[_0x50d2(0xba)])),_react[_0x50d2(0x95)][_0x50d2(0xa6)](_reactNative[_0x50d2(0xad)],{'style':styles[_0x50d2(0xbb)]},_react['default'][_0x50d2(0xa6)](_reactNative[_0x50d2(0xad)],{'style':[styles[_0x50d2(0xb5)],_0x54fbac[_0x50d2(0xbc)]&&styles['checkboxChecked']]},_0x54fbac[_0x50d2(0xbc)]&&_react['default']['createElement'](_reactNative[_0x50d2(0xaa)],{'style':styles[_0x50d2(0xb7)]},'✓')),_react[_0x50d2(0x95)][_0x50d2(0xa6)](_reactNative['Text'],{'style':[styles['requirementText'],_0x54fbac[_0x50d2(0xbc)]&&styles[_0x50d2(0xb9)]]},_0x4492e8[_0x50d2(0xbd)])),_react[_0x50d2(0x95)]['createElement'](_reactNative[_0x50d2(0xad)],{'style':styles[_0x50d2(0xbb)]},_react['default']['createElement'](_reactNative[_0x50d2(0xad)],{'style':[styles['checkbox'],_0x54fbac[_0x50d2(0xbe)]&&styles[_0x50d2(0xb6)]]},_0x54fbac[_0x50d2(0xbe)]&&_react['default'][_0x50d2(0xa6)](_reactNative[_0x50d2(0xaa)],{'style':styles['checkmark']},'✓')),_react[_0x50d2(0x95)][_0x50d2(0xa6)](_reactNative['Text'],{'style':[styles[_0x50d2(0xb8)],_0x54fbac[_0x50d2(0xbe)]&&styles[_0x50d2(0xb9)]]},_0x4492e8['XZYMw'])),_react[_0x50d2(0x95)][_0x50d2(0xa6)](_reactNative[_0x50d2(0xad)],{'style':styles[_0x50d2(0xbb)]},_react['default']['createElement'](_reactNative[_0x50d2(0xad)],{'style':[styles[_0x50d2(0xb5)],_0x54fbac[_0x50d2(0xbf)]&&styles[_0x50d2(0xb6)]]},_0x54fbac[_0x50d2(0xbf)]&&_react[_0x50d2(0x95)]['createElement'](_reactNative[_0x50d2(0xaa)],{'style':styles[_0x50d2(0xb7)]},'✓')),_react[_0x50d2(0x95)]['createElement'](_reactNative['Text'],{'style':[styles[_0x50d2(0xb8)],_0x54fbac['symbol']&&styles[_0x50d2(0xb9)]]},_0x4492e8[_0x50d2(0xc0)]))),_react[_0x50d2(0x95)]['createElement'](_reactNative[_0x50d2(0xad)],{'style':[styles['securityCard'],_0x1bf1ad===_0x4492e8[_0x50d2(0x57)]&&styles['securityCardSuccess'],_0x4492e8[_0x50d2(0x76)](_0x1bf1ad,_0x4492e8[_0x50d2(0x72)])&&styles[_0x50d2(0xc1)]]},_react[_0x50d2(0x95)][_0x50d2(0xa6)](_reactNative[_0x50d2(0xad)],{'style':styles['securityIconContainer']},_0x1bf1ad===_0x4492e8[_0x50d2(0x36)]&&_react[_0x50d2(0x95)][_0x50d2(0xa6)](_reactNative[_0x50d2(0xc2)],{'size':_0x4492e8[_0x50d2(0xc3)],'color':_theme['COLORS'][_0x50d2(0xc4)]}),_0x4492e8[_0x50d2(0xc5)](_0x1bf1ad,_0x4492e8[_0x50d2(0xc6)])&&_react[_0x50d2(0x95)][_0x50d2(0xa6)](_reactNative[_0x50d2(0xc2)],{'size':_0x4492e8[_0x50d2(0xc3)],'color':'#D4A536'}),_0x4492e8[_0x50d2(0xc7)](_0x1bf1ad,_0x4492e8[_0x50d2(0xc8)])&&_react[_0x50d2(0x95)][_0x50d2(0xa6)](_reactNative[_0x50d2(0xaa)],{'style':styles[_0x50d2(0xc9)]},'🔐'),_0x4492e8['aDVhj'](_0x1bf1ad,_0x4492e8[_0x50d2(0x43)])&&_react[_0x50d2(0x95)]['createElement'](_reactNative['Text'],{'style':styles[_0x50d2(0xc9)]},'⚠️'),_0x4492e8[_0x50d2(0xca)](_0x1bf1ad,_0x4492e8['CfZxq'])&&_react[_0x50d2(0x95)][_0x50d2(0xa6)](_reactNative['Text'],{'style':styles[_0x50d2(0xc9)]},'✅'),_0x4492e8[_0x50d2(0xcb)](_0x1bf1ad,_0x4492e8[_0x50d2(0x72)])&&_react[_0x50d2(0x95)][_0x50d2(0xa6)](_reactNative[_0x50d2(0xaa)],{'style':styles[_0x50d2(0xc9)]},'❌')),_react[_0x50d2(0x95)]['createElement'](_reactNative['View'],{'style':styles[_0x50d2(0xcc)]},_react[_0x50d2(0x95)][_0x50d2(0xa6)](_reactNative[_0x50d2(0xaa)],{'style':styles[_0x50d2(0xcd)]},_0x4492e8[_0x50d2(0xce)](_0x1bf1ad,_0x50d2(0xcf))&&_0x4492e8['cIeMk'],_0x1bf1ad==='available'&&_0x50d2(0xd0),_0x4492e8[_0x50d2(0xd1)](_0x1bf1ad,_0x50d2(0x11))&&_0x4492e8[_0x50d2(0xd2)],_0x4492e8[_0x50d2(0xcb)](_0x1bf1ad,_0x50d2(0x2e))&&_0x4492e8[_0x50d2(0xd3)],_0x4492e8[_0x50d2(0xc7)](_0x1bf1ad,_0x50d2(0x10))&&_0x4492e8[_0x50d2(0xd4)],_0x1bf1ad===_0x4492e8[_0x50d2(0x72)]&&'Face\x20ID\x20Setup\x20Failed'),_react['default']['createElement'](_reactNative[_0x50d2(0xaa)],{'style':styles['securityDescription']},_0x4492e8[_0x50d2(0xd5)](_0x1bf1ad,'checking')&&_0x4492e8[_0x50d2(0xd6)],_0x1bf1ad===_0x4492e8[_0x50d2(0xc8)]&&'We\x20use\x20Face\x20ID\x20to\x20ensure\x20only\x20you\x20can\x20access\x20your\x20data.',_0x1bf1ad===_0x4492e8[_0x50d2(0x43)]&&_0x50d2(0xd7),_0x1bf1ad===_0x4492e8['NtFVp']&&_0x50d2(0xd8),_0x1bf1ad===_0x50d2(0x10)&&_0x4492e8[_0x50d2(0xd9)],_0x4492e8[_0x50d2(0xca)](_0x1bf1ad,_0x4492e8[_0x50d2(0x72)])&&_0x4492e8[_0x50d2(0xda)]))),_react[_0x50d2(0x95)]['createElement'](_reactNative[_0x50d2(0xad)],{'style':styles[_0x50d2(0xdb)]},_react[_0x50d2(0x95)][_0x50d2(0xa6)](_reactNative['TouchableOpacity'],{'style':[styles[_0x50d2(0xdc)],_0x36278c&&styles[_0x50d2(0xdd)]],'onPress':_0x57c13b,'disabled':_0x4492e8[_0x50d2(0xde)](!_0x36278c,_0x258df6)},_0x258df6?_react[_0x50d2(0x95)][_0x50d2(0xa6)](_reactNative[_0x50d2(0xc2)],{'size':_0x4492e8[_0x50d2(0xc3)],'color':_0x4492e8['kMLQP']}):_react[_0x50d2(0x95)][_0x50d2(0xa6)](_reactNative[_0x50d2(0xaa)],{'style':[styles[_0x50d2(0xdf)],_0x36278c&&styles[_0x50d2(0xe0)]]},_0x4492e8[_0x50d2(0xe1)]))));};exports[_0x50d2(0x1)]=PinCreationScreen;function _0x50d2(_0x55b9c1,_0x50d284){_0x55b9c1=_0x55b9c1-0x0;const _0x5cdc8c=_0x55b9();let _0x58a9aa=_0x5cdc8c[_0x55b9c1];return _0x58a9aa;}const styles=_reactNative['StyleSheet'][_0x50d2(0xe2)]({'container':{'flex':0x1,'backgroundColor':_theme['COLORS']['surface'],'paddingHorizontal':0x18,'paddingTop':0x28},'titleContainer':{'alignItems':_0x50d2(0xe3),'marginBottom':0x18,'paddingTop':0x0,'marginTop':0x0},'title':{'fontSize':0x18,'fontWeight':_0x50d2(0xe4),'color':_theme['COLORS'][_0x50d2(0xe5)],'marginBottom':0x8,'fontFamily':'IBM\x20Plex\x20Sans'},'subtitle':{'fontSize':0x10,'color':_theme[_0x50d2(0xe6)][_0x50d2(0xc4)],'lineHeight':0x18,'fontFamily':_0x50d2(0xe7)},'pinContainer':{'marginBottom':0x20},'pinInput':{'backgroundColor':_0x50d2(0xe8),'borderRadius':0xc,'paddingVertical':0x10,'paddingHorizontal':0x10,'fontSize':0x10,'fontFamily':_0x50d2(0xe7),'borderWidth':0x1,'borderColor':_0x50d2(0xe9)},'requirementsContainer':{'marginBottom':0x20},'requirementsTitle':{'fontSize':0x10,'fontWeight':_0x50d2(0xea),'color':_theme['COLORS']['grey800'],'marginBottom':0x10,'fontFamily':_0x50d2(0xe7)},'requirementItem':{'flexDirection':_0x50d2(0xeb),'alignItems':_0x50d2(0xe3),'marginBottom':0xc},'checkbox':{'width':0x14,'height':0x14,'borderRadius':0xa,'borderWidth':0x2,'borderColor':_0x50d2(0xe9),'marginRight':0xc,'alignItems':_0x50d2(0xe3),'justifyContent':_0x50d2(0xe3)},'checkboxChecked':{'borderColor':'#4CD964','backgroundColor':_0x50d2(0xec)},'checkmark':{'color':_0x50d2(0x34),'fontSize':0xc,'fontWeight':_0x50d2(0xed)},'requirementText':{'fontSize':0xe,'color':_theme[_0x50d2(0xe6)][_0x50d2(0xc4)],'fontFamily':'Inter','flex':0x1},'requirementTextMet':{'color':_theme[_0x50d2(0xe6)][_0x50d2(0xe5)]},'securityCard':{'backgroundColor':_0x50d2(0xe8),'borderRadius':0xc,'padding':0x10,'flexDirection':'row','alignItems':_0x50d2(0xe3),'marginBottom':0x18,'borderWidth':0x1,'borderColor':_0x50d2(0xe9)},'securityCardSuccess':{'backgroundColor':_0x50d2(0xee),'borderColor':_0x50d2(0xef)},'securityCardError':{'backgroundColor':'#FEF2F2','borderColor':'#EF4444'},'securityIconContainer':{'marginRight':0xc},'securityIcon':{'fontSize':0x18},'securityTextContainer':{'flex':0x1},'securityTitle':{'fontSize':0xe,'fontWeight':'600','color':_theme[_0x50d2(0xe6)]['grey800'],'marginBottom':0x4,'fontFamily':_0x50d2(0xe7)},'securityDescription':{'fontSize':0xd,'color':_theme[_0x50d2(0xe6)][_0x50d2(0xc4)],'lineHeight':0x12,'fontFamily':_0x50d2(0xe7)},'buttonContainer':{'marginTop':_0x50d2(0xf0),'paddingBottom':0x22},'continueButton':{'backgroundColor':'#E5E5E5','borderRadius':0x19,'paddingVertical':0x10,'alignItems':'center','justifyContent':_0x50d2(0xe3)},'continueButtonActive':{'backgroundColor':_0x50d2(0xf1)},'continueButtonText':{'fontSize':0x10,'fontWeight':_0x50d2(0xea),'color':_0x50d2(0xf2),'fontFamily':'Inter'},'continueButtonTextActive':{'color':_0x50d2(0x34)}});var _default=exports['default']=PinCreationScreen;