-
Notifications
You must be signed in to change notification settings - Fork 15
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
feat(recipes): expo-router #107
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I made it up to Tab Navigation.
Just went through this post and updated for Expo@50 & ExpoRouter@3 compatibility If testing, make sure to ignite a new project using expo50 branch (its not merged in as of now) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't actually go through everything, but I think it's high quality enough to ship. Nice work
I want to implement Expo Router in to my app, I have tested the Recipe and everything works fine so far except for the linking from the Drawer side menu (on the left) when you're in Showroom screen. At least for me, when I tap on any of the items in the menu, the app just gets stuck in a loop and the following error occurs:
I think it's for the same reason, but the linking with query parameters (
And I get the following error:
Which is odd, because if I understand Expo Router's documentation right, using query parameters should just work, regardless if one does anything with the data from the query or not, same as in a web browser. Do you have more experience with this situation? I really don't have much experience with Expo Router so any help or input will be appreciated. Thanks. |
Description
expo-router
in an Ignite v9 application