navcoin / WhisperWallet

Whisper Wallet
5 stars 4 forks source link

Refactor: change folder structure #173

Closed ildaneta closed 2 years ago

ildaneta commented 2 years ago

Motivations

Following good practices in mobile development, we generally organize our folders in the following way:

It's one way to have the folders organized and help to understand the project hierarchy.

It is a big refactor, with that I have started firstly passing hooks and screens to inside scr folder.

App working:

Screen Shot 2022-06-12 at 11 53 42

Recommendations: I recommend before merge this pull request into main, (if it were approved), test a lot and have the certain that we didn't have impacts. I have tested a lot scenarios, but even more we test, better.

aguycalled commented 2 years ago

thanks, I will review and test it

aguycalled commented 2 years ago

reviewed and tested. everything worked as expected. merging

ildaneta commented 2 years ago

Thanks @aguycalled !