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
Using the waitForRender option with a SideMenu doesn't work.
Navigation.setDefaultOptions({ animations: { setRoot: { waitForRender: true } } }) Navigation.setRoot({ root: { sideMenu: { left: { component: { name: "av.MenuContainer" } }, center: { stack: { id: "k", children: [ { component: { name: "av.NavBarContainer", passProps: {} } } ] } } } } })
Navigation.setDefaultOptions({ animations: { setRoot: { waitForRender: true } } }) Navigation.setRoot({ root: { stack: { id: "k", children: [ { component: { name: "av.NavBarContainer", passProps: {} } } ] } } })
The text was updated successfully, but these errors were encountered:
I am experiencing the same issue with bottomtabs also. Any progress on this issue?
bottomtabs
Sorry, something went wrong.
@guyca Please fix this as we are experiencing same... Thx!
@didrikkvanvik bottomtabs should be fixed by #6689
Should be fixed in 7.2.0
danilobuerger
Successfully merging a pull request may close this issue.
Issue Description
Using the waitForRender option with a SideMenu doesn't work.
Steps to Reproduce / Code Snippets / Screenshots
This will blink :
This will NOT blink :
Environment
The text was updated successfully, but these errors were encountered: