Closed ScopeSV closed 12 months ago
Hey @ScopeSV! Thanks for opening the issue. It seems that the issue doesn't contain a link to a repro.
The best way to get attention to your issue is to provide an easy way for a developer to reproduce the issue.
You can provide a repro using any of the following:
GitHub repo under your username
A snack link is preferred since it's the easiest way to both create and share a repro. If it's not possible to create a repro using a snack, link to a GitHub repo under your username is a good alternative. Don't link to a branch or specific file etc. as it won't be detected.
Try to keep the repro as small as possible by narrowing down the minimal amount of code needed to reproduce the issue. Don't link to your entire project or a project containing code unrelated to the issue. See "How to create a Minimal, Reproducible Example" for more information.
You can edit your original issue to include a link to the repro, or leave it as a comment. The issue will be closed automatically after a while if you don't provide a repro.
I just want to repeat that I cannot create a reproducible example, as the very basic code is working in a slack with the same package versions, but not in the app.
The tab navigation is inside a stack navigation. I am trying to create an example, but the stack navigation example won't run on v49
Seems like a dependency issue. I created a new toy app and installed react navigation with nested stacks. Used the same versions, in the real app and its up and running again.
Hey! This issue is closed and isn't watched by the core team. You are welcome to discuss the issue with others in this thread, but if you think this issue is still valid and needs to be tracked, please open a new issue with a repro.
Current behavior
When switching tabs on Android, I get the error:
This comes from
PagerView.tsx#107:62
This happened after updating to expo 49, and only happens on Android. iOS works fine.Ive tried removed all code and only running the minimal:
Ive tried to run a snack, and the snack works as expected with expo v49, so it's kind of hard to create a reproducible example. What may cause the setPage to be undefined?
Ive tried upgrading all react navigation packages to the latest version, and also the dependencies (ref docs). I've also tried using the same package versions as the snack from the documentation is using.
Expected behavior
To change tabs correctly
Reproduction
not-possible
Platform
Packages
Environment