bcgov / bc-wallet-mobile

BC Wallet to hold Verifiable Credentials
Apache License 2.0
60 stars 46 forks source link

Add basic event handeling mechanics Aries Bifold #837

Closed jleach closed 1 year ago

jleach commented 1 year ago

We're using the redux/state management as a sudo event system. It would be much better to actually use a proper pub/sub mechanism, preferably one native to node/hermes. There is the standard node.js Event system which I believe is supported by Hermes and also one built into RN (a little thin on documentation).

This PR needs to include:

jleach commented 1 year ago

Since this issue was discuss at the Bifold summit I'm moving it to the Bifold repo for better community visibility. See 630 there.