Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explore Expo Router alternative for navigation in React Native #280

Open
lakardion opened this issue Feb 3, 2024 · 0 comments
Open

Explore Expo Router alternative for navigation in React Native #280

lakardion opened this issue Feb 3, 2024 · 0 comments

Comments

@lakardion
Copy link
Member

lakardion commented Feb 3, 2024

As much as navio has been a great approach to routing in our React Native codebases.

This is a third party library that is mantained by a single person and has not received updates in the last year. For the time being this is just fine since it's properly covering our needs in our codebases but it may grow out of date at some point.

The expo team has released a new way of defining routing in react native expo projects which is called Expo Router

I guess it is worth a shot to see if that is a better approach with the current one we have. Considering that is developed and maintained by the expo core team, and it is readily available for us to use, doesn't seem like a bad option.

Likely we will need to restructure files a bit since this is a file-based routing (similar to Next.js)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants