bcgov / bc-wallet-mobile

BC Wallet to hold Verifiable Credentials
Apache License 2.0
61 stars 49 forks source link

Review/Refactor Agent Initialization #2174

Open cvarjao opened 1 month ago

cvarjao commented 1 month ago

During debugging it was noticed there may be opportunity to improve Agent initialization. For example, doing it more like Paradigm or at least moving the logic out of the overly long and complicated Splash screen and into its own file.

bryce-mcmath commented 1 month ago

Here is an example from Paradym that's fairly clean: https://github.com/animo/paradym-wallet/blob/9f1f7f35b740a8f92e6f92bd11fcde64418c9420/apps/paradym/app/_layout.tsx#L49