We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
yarn
Some routes aren't found on iOS while they work on web and android.
For instance _sitemap doesn't work (either with a <Link> or a router.push().
_sitemap
<Link>
router.push()
Links also seem to not load on iOS when using shared routes.
Tested with [email protected] and [email protected]
[email protected]
For instance, /message works:
/message
app/ _layout.js (home) _layout.js home.js message.js
but on iOS this doesn't (but works on web and android)
app/ _layout.js (home) _layout.js home.js message index.js
and neither does this
app/ _layout.js (home) _layout.js home.js (message) message.js
The text was updated successfully, but these errors were encountered:
Provide a repro, it's unclear what's inside the layout files, where the navigation event is firing from, etc.
Sorry, something went wrong.
No branches or pull requests
Which package manager are you using? (Yarn is recommended)
yarn
Summary
Some routes aren't found on iOS while they work on web and android.
For instance
_sitemap
doesn't work (either with a<Link>
or arouter.push()
.Links also seem to not load on iOS when using shared routes.
Minimal reproducible example
Tested with
[email protected]
and[email protected]
For instance,
/message
works:but on iOS this doesn't (but works on web and android)
and neither does this
The text was updated successfully, but these errors were encountered: