rsksmart / rif-wallet

React Native account abstraction wallet that allows users to pay transaction fees in ERC20 tokens. Check out the docs linked below:
https://rif.technology/rif-wallet/
MIT License
30 stars 5 forks source link

Delete keys works wrong #190

Open ilanolkies opened 2 years ago

ilanolkies commented 2 years ago

Now, when we click on 'delete master key', we need to reset the app and even the PIN is not deleted. We should implement deleteKeys in such way that it

jessgusclark commented 2 years ago

It should delete all of the RN Storage including the items above and the RNS domains associated with it.

jessgusclark commented 2 years ago

One more thing I noticed, two screens currently have access to the deleteKeys function. I think only one of them actually needs it.