heylinda / heylinda-app

The open source and free meditation app alternative for everyone. Built with React Native and Expo.
https://heylinda.netlify.app
GNU Affero General Public License v3.0
672 stars 164 forks source link

Upgrade react-navigation to v6 #104

Closed watadarkstar closed 3 years ago

watadarkstar commented 3 years ago

Please make sure to test the app on iOS and Android.

@react-navigation/bottom-tabs             5.11.2  5.11.2   6.0.7    dependencies    https://github.com/react-navigation/react-navigation#readme
@react-navigation/native                  5.8.10  5.8.10   6.0.4    dependencies    https://reactnavigation.org
@react-navigation/stack                   5.12.8  5.12.8   6.0.9    dependencies    https://reactnavigation.org/docs/stack-navigator/
pedpess commented 3 years ago

Before going to sleep, can try to upgrade this one too, just did that for my project ~2weeks ago 😊

watadarkstar commented 3 years ago

@pedpess Awesome! This upgrade is a bit more challenging than the others as you probably already know ;)

pedpess commented 3 years ago

@watadarkstar Hope everything is correct I tested on iOS. Here's the PR: https://github.com/heylinda/heylinda-app/pull/109... This one was fun! :)