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
A page cannot be navigated to after being dynamically added. See also the reproduction repository's README.
yarn
npx expo prebuild
yarn ios
A new page should be added and navigated to. Instead, the new page is added (seen in the component tree in dev tools) but not navigated to.
Doing either of the following seems to work around the issue:
setPage
setTimeout(..., 0)
working-example
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
Description
A page cannot be navigated to after being dynamically added. See also the reproduction repository's README.
Reproducible Demo
Setup
yarn
).npx expo prebuild
&&yarn ios
).Reproduction
A new page should be added and navigated to. Instead, the new page is added (seen in the component tree in dev tools) but not navigated to.
Additional notes
Doing either of the following seems to work around the issue:
setPage
insetTimeout(..., 0)
working-example
branch, a rebuild is required before running).The text was updated successfully, but these errors were encountered: