autonomoussoftware / metronome-wallet-mobile

📱💰 Metronome wallet for mobile devices
https://metronome.io
MIT License
13 stars 4 forks source link

Update react-navigation to >= v5 #123

Open gndelia opened 3 years ago

gndelia commented 3 years ago

react-navigation has been split into multiple new packages starting from version 5. This version uses the new hooks API, and completely discards the current API we are using now (with HOC, and static definitions). V4 will receive bug fixings but no longer will get new features, so we should do this migration at some point.