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

Unmatched route issue in ios/android build but doesn't show in expo go app. #28367

Closed
MohammadHarisZia opened this issue Apr 22, 2024 · 2 comments
Labels
incomplete issue: missing or invalid repro A minimal reproducible example is required for most issues needs review Issue is ready to be reviewed by a maintainer Router expo-router

Comments

@MohammadHarisZia
Copy link

MohammadHarisZia commented Apr 22, 2024

Minimal reproducible example

It is a private repo

Which package manager are you using? (Yarn is recommended)

pnpm

If the issue is web-related, please select the bundler (web.bundler in the app.json)

None

Summary

Screenshot 2024-04-22 at 6 49 35 PM Screenshot 2024-04-22 at 6 50 12 PM Screenshot 2024-04-22 at 6 50 12 PM

FYI: I am using unstable settings in my root layout

export const unstable_settings = { initialRouteName: '(main)', };

image

Environment

NA

@MohammadHarisZia MohammadHarisZia added needs validation Issue needs to be validated Router expo-router labels Apr 22, 2024
@expo-bot expo-bot added needs review Issue is ready to be reviewed by a maintainer and removed needs validation Issue needs to be validated labels Apr 22, 2024
@marklawlor marklawlor added the incomplete issue: missing or invalid repro A minimal reproducible example is required for most issues label Apr 22, 2024
@expo-bot
Copy link
Collaborator

Hi there! It looks like your issue requires a minimal reproducible example, but it is invalid or absent. Please prepare such an example and share it in a new issue.

The best way to get attention to your issue is to provide a clean and easy way for a developer to reproduce the issue on their own machine. Please do not provide your entire project, or a project with more code than is necessary to reproduce the issue.

A side benefit of going through the process of narrowing down the minimal amount of code needed to reproduce the issue is that you may get lucky and discover that the bug is due to a mistake in your application code that you can quickly fix on your own.

Resources

Common concerns

"I've only been able to reproduce it in private, proprietary code"

You may not have spent enough time narrowing down the root cause of the issue. Try out the techniques discussed in this manual debugging guide to learn how to isolate the problem from the rest of your codebase.

"I didn't have time to create one"

That's understandable, it can take some time to prepare. We ask that you hold off on filing an issue until you are able to fully complete the required fields in the issue template.

"You can reproduce it by yourself by creating a project and following these steps"

This is useful knowledge, but it's still valuable to have the resulting project that is produced from running the steps, where you have verified you can reproduce the issue.

@marklawlor
Copy link
Contributor

I understand its a private repo, but we don't need your entire code base to reproduce an issue. If you can isolate the issue or reproduce it in a minimal repo that will assist with troubleshooting.

Troubleshooting a code issue, without being able to run the code, is very difficult.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
incomplete issue: missing or invalid repro A minimal reproducible example is required for most issues needs review Issue is ready to be reviewed by a maintainer Router expo-router
Projects
None yet
Development

No branches or pull requests

3 participants